[INFO] cloning repository https://github.com/torkleyy/ezllama [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/torkleyy/ezllama" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Ftorkleyy%2Fezllama", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Ftorkleyy%2Fezllama'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] 80d11b9dde08b8afc2cda753a9b0b0c6cea32f2f [INFO] checking torkleyy/ezllama/80d11b9dde08b8afc2cda753a9b0b0c6cea32f2f against master#c43786c9b7b8d8dcc3f9c604e0e3074c16ed69d3 for pr-141352 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Ftorkleyy%2Fezllama" "/workspace/builds/worker-0-tc1/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-0-tc1/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/torkleyy/ezllama on toolchain c43786c9b7b8d8dcc3f9c604e0e3074c16ed69d3 [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+c43786c9b7b8d8dcc3f9c604e0e3074c16ed69d3" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking git repo https://github.com/torkleyy/ezllama [INFO] finished tweaking git repo https://github.com/torkleyy/ezllama [INFO] tweaked toml for git repo https://github.com/torkleyy/ezllama written to /workspace/builds/worker-0-tc1/source/Cargo.toml [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+c43786c9b7b8d8dcc3f9c604e0e3074c16ed69d3" "generate-lockfile" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Updating crates.io index [INFO] [stderr] Locking 127 packages to latest Rust 1.85.0 compatible versions [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+c43786c9b7b8d8dcc3f9c604e0e3074c16ed69d3" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Downloading crates ... [INFO] [stderr] Downloaded schemars_derive v1.0.0-alpha.17 [INFO] [stderr] Downloaded find_cuda_helper v0.2.0 [INFO] [stderr] Downloaded llama-cpp-2 v0.1.103 [INFO] [stderr] Downloaded schemars v1.0.0-alpha.17 [INFO] [stderr] Downloaded llama-cpp-sys-2 v0.1.103 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-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:eea15d5475069c3ef791f10c2c6b5af2ee421ef2da1e680ecce1cba46243983b" "/opt/rustwide/cargo-home/bin/cargo" "+c43786c9b7b8d8dcc3f9c604e0e3074c16ed69d3" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] f8ae3327bc961247265fbab95c98cf9b3800536197235ee72c14066de459a3ed [INFO] running `Command { std: "docker" "start" "-a" "f8ae3327bc961247265fbab95c98cf9b3800536197235ee72c14066de459a3ed", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "f8ae3327bc961247265fbab95c98cf9b3800536197235ee72c14066de459a3ed", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "f8ae3327bc961247265fbab95c98cf9b3800536197235ee72c14066de459a3ed", kill_on_drop: false }` [INFO] [stdout] f8ae3327bc961247265fbab95c98cf9b3800536197235ee72c14066de459a3ed [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-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:eea15d5475069c3ef791f10c2c6b5af2ee421ef2da1e680ecce1cba46243983b" "/opt/rustwide/cargo-home/bin/cargo" "+c43786c9b7b8d8dcc3f9c604e0e3074c16ed69d3" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] a9c80d9c12c35639b512e1de881130b809c9071433616ae51f6377bd64f32ea8 [INFO] running `Command { std: "docker" "start" "-a" "a9c80d9c12c35639b512e1de881130b809c9071433616ae51f6377bd64f32ea8", kill_on_drop: false }` [INFO] [stderr] Compiling proc-macro2 v1.0.95 [INFO] [stderr] Compiling unicode-ident v1.0.18 [INFO] [stderr] Compiling libc v0.2.172 [INFO] [stderr] Compiling glob v0.3.2 [INFO] [stderr] Compiling prettyplease v0.2.32 [INFO] [stderr] Compiling rustix v0.38.44 [INFO] [stderr] Compiling linux-raw-sys v0.4.15 [INFO] [stderr] Compiling minimal-lexical v0.2.1 [INFO] [stderr] Compiling regex-syntax v0.8.5 [INFO] [stderr] Compiling either v1.15.0 [INFO] [stderr] Compiling memchr v2.7.4 [INFO] [stderr] Compiling bitflags v2.9.1 [INFO] [stderr] Compiling home v0.5.11 [INFO] [stderr] Checking once_cell v1.21.3 [INFO] [stderr] Compiling libloading v0.8.7 [INFO] [stderr] Compiling bindgen v0.69.5 [INFO] [stderr] Compiling lazy_static v1.5.0 [INFO] [stderr] Compiling same-file v1.0.6 [INFO] [stderr] Compiling lazycell v1.3.0 [INFO] [stderr] Compiling log v0.4.27 [INFO] [stderr] Compiling rustc-hash v1.1.0 [INFO] [stderr] Compiling find_cuda_helper v0.2.0 [INFO] [stderr] Compiling itertools v0.12.1 [INFO] [stderr] Checking tracing-core v0.1.33 [INFO] [stderr] Compiling walkdir v2.5.0 [INFO] [stderr] Checking itoa v1.0.15 [INFO] [stderr] Compiling serde v1.0.219 [INFO] [stderr] Compiling num-traits v0.2.19 [INFO] [stderr] Compiling ref-cast v1.0.24 [INFO] [stderr] Checking pin-project-lite v0.2.16 [INFO] [stderr] Compiling serde_json v1.0.140 [INFO] [stderr] Compiling clang-sys v1.8.1 [INFO] [stderr] Compiling thiserror v1.0.69 [INFO] [stderr] Checking regex-syntax v0.6.29 [INFO] [stderr] Checking ryu v1.0.20 [INFO] [stderr] Checking deranged v0.4.0 [INFO] [stderr] Compiling nom v7.1.3 [INFO] [stderr] Checking num_threads v0.1.7 [INFO] [stderr] Checking overload v0.1.1 [INFO] [stderr] Checking time-core v0.1.4 [INFO] [stderr] Checking dyn-clone v1.0.19 [INFO] [stderr] Checking iana-time-zone v0.1.63 [INFO] [stderr] Checking nu-ansi-term v0.46.0 [INFO] [stderr] Checking thread_local v1.1.8 [INFO] [stderr] Checking tracing-log v0.2.0 [INFO] [stderr] Checking sharded-slab v0.1.7 [INFO] [stderr] Checking smallvec v1.15.0 [INFO] [stderr] Compiling quote v1.0.40 [INFO] [stderr] Compiling syn v2.0.101 [INFO] [stderr] Checking chrono v0.4.41 [INFO] [stderr] Compiling jobserver v0.1.33 [INFO] [stderr] Compiling cc v1.2.23 [INFO] [stderr] Checking time v0.3.41 [INFO] [stderr] Compiling regex-automata v0.4.9 [INFO] [stderr] Checking regex-automata v0.1.10 [INFO] [stderr] Compiling cexpr v0.6.0 [INFO] [stderr] Compiling which v4.4.2 [INFO] [stderr] Compiling cmake v0.1.54 [INFO] [stderr] Checking regex v1.11.1 [INFO] [stderr] Checking matchers v0.1.0 [INFO] [stderr] Compiling serde_derive_internals v0.29.1 [INFO] [stderr] Compiling tracing-attributes v0.1.28 [INFO] [stderr] Compiling serde_derive v1.0.219 [INFO] [stderr] Compiling ref-cast-impl v1.0.24 [INFO] [stderr] Compiling enumflags2_derive v0.7.11 [INFO] [stderr] Compiling thiserror-impl v1.0.69 [INFO] [stderr] Compiling schemars_derive v1.0.0-alpha.17 [INFO] [stderr] Checking enumflags2 v0.7.11 [INFO] [stderr] Checking tracing v0.1.41 [INFO] [stderr] Checking tracing-subscriber v0.3.19 [INFO] [stderr] Compiling llama-cpp-sys-2 v0.1.103 [INFO] [stderr] Checking schemars v1.0.0-alpha.17 [INFO] [stderr] error: failed to run custom build command for `llama-cpp-sys-2 v0.1.103` [INFO] [stderr] note: To improve backtraces for build dependencies, set the CARGO_PROFILE_DEV_BUILD_OVERRIDE_DEBUG=true environment variable to enable debug information generation. [INFO] [stderr] [INFO] [stderr] Caused by: [INFO] [stderr] process didn't exit successfully: `/opt/rustwide/target/debug/build/llama-cpp-sys-2-6e182f2d4ae57ebb/build-script-build` (exit status: 101) [INFO] [stderr] --- stdout [INFO] [stderr] cargo:rerun-if-changed=build.rs [INFO] [stderr] cargo:rerun-if-env-changed=LLAMA_LIB_PROFILE [INFO] [stderr] cargo:rerun-if-env-changed=LLAMA_BUILD_SHARED_LIBS [INFO] [stderr] cargo:rerun-if-env-changed=LLAMA_STATIC_CRT [INFO] [stderr] cargo:rerun-if-changed=/opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/llama-cpp-sys-2-0.1.103/llama.cpp/pocs/CMakeLists.txt [INFO] [stderr] cargo:rerun-if-changed=/opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/llama-cpp-sys-2-0.1.103/llama.cpp/pocs/vdot/CMakeLists.txt [INFO] [stderr] cargo:rerun-if-changed=/opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/llama-cpp-sys-2-0.1.103/llama.cpp/CMakeLists.txt [INFO] [stderr] cargo:rerun-if-changed=/opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/llama-cpp-sys-2-0.1.103/llama.cpp/src [INFO] [stderr] cargo:rerun-if-changed=/opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/llama-cpp-sys-2-0.1.103/llama.cpp/src/llama-context.h [INFO] [stderr] cargo:rerun-if-changed=/opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/llama-cpp-sys-2-0.1.103/llama.cpp/src/llama-batch.cpp [INFO] [stderr] cargo:rerun-if-changed=/opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/llama-cpp-sys-2-0.1.103/llama.cpp/src/llama-kv-cache.cpp [INFO] [stderr] cargo:rerun-if-changed=/opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/llama-cpp-sys-2-0.1.103/llama.cpp/src/CMakeLists.txt [INFO] [stderr] cargo:rerun-if-changed=/opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/llama-cpp-sys-2-0.1.103/llama.cpp/src/llama-model.cpp [INFO] [stderr] cargo:rerun-if-changed=/opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/llama-cpp-sys-2-0.1.103/llama.cpp/src/llama-hparams.h [INFO] [stderr] cargo:rerun-if-changed=/opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/llama-cpp-sys-2-0.1.103/llama.cpp/src/unicode-data.cpp [INFO] [stderr] cargo:rerun-if-changed=/opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/llama-cpp-sys-2-0.1.103/llama.cpp/src/llama-batch.h [INFO] [stderr] cargo:rerun-if-changed=/opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/llama-cpp-sys-2-0.1.103/llama.cpp/src/llama-graph.h [INFO] [stderr] cargo:rerun-if-changed=/opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/llama-cpp-sys-2-0.1.103/llama.cpp/src/llama-io.cpp [INFO] [stderr] cargo:rerun-if-changed=/opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/llama-cpp-sys-2-0.1.103/llama.cpp/src/llama.cpp [INFO] [stderr] cargo:rerun-if-changed=/opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/llama-cpp-sys-2-0.1.103/llama.cpp/src/llama-hparams.cpp [INFO] [stderr] cargo:rerun-if-changed=/opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/llama-cpp-sys-2-0.1.103/llama.cpp/src/llama-arch.h [INFO] [stderr] cargo:rerun-if-changed=/opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/llama-cpp-sys-2-0.1.103/llama.cpp/src/llama-mmap.h [INFO] [stderr] cargo:rerun-if-changed=/opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/llama-cpp-sys-2-0.1.103/llama.cpp/src/llama-cparams.cpp [INFO] [stderr] cargo:rerun-if-changed=/opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/llama-cpp-sys-2-0.1.103/llama.cpp/src/llama-adapter.cpp [INFO] [stderr] cargo:rerun-if-changed=/opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/llama-cpp-sys-2-0.1.103/llama.cpp/src/llama-io.h [INFO] [stderr] cargo:rerun-if-changed=/opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/llama-cpp-sys-2-0.1.103/llama.cpp/src/llama-vocab.cpp [INFO] [stderr] cargo:rerun-if-changed=/opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/llama-cpp-sys-2-0.1.103/llama.cpp/src/llama-context.cpp [INFO] [stderr] cargo:rerun-if-changed=/opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/llama-cpp-sys-2-0.1.103/llama.cpp/src/unicode.cpp [INFO] [stderr] cargo:rerun-if-changed=/opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/llama-cpp-sys-2-0.1.103/llama.cpp/src/llama-graph.cpp [INFO] [stderr] cargo:rerun-if-changed=/opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/llama-cpp-sys-2-0.1.103/llama.cpp/src/llama-arch.cpp [INFO] [stderr] cargo:rerun-if-changed=/opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/llama-cpp-sys-2-0.1.103/llama.cpp/src/llama-impl.cpp [INFO] [stderr] cargo:rerun-if-changed=/opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/llama-cpp-sys-2-0.1.103/llama.cpp/src/llama-cparams.h [INFO] [stderr] cargo:rerun-if-changed=/opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/llama-cpp-sys-2-0.1.103/llama.cpp/src/llama-sampling.h [INFO] [stderr] cargo:rerun-if-changed=/opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/llama-cpp-sys-2-0.1.103/llama.cpp/src/llama-adapter.h [INFO] [stderr] cargo:rerun-if-changed=/opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/llama-cpp-sys-2-0.1.103/llama.cpp/src/unicode.h [INFO] [stderr] cargo:rerun-if-changed=/opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/llama-cpp-sys-2-0.1.103/llama.cpp/src/llama-model.h [INFO] [stderr] cargo:rerun-if-changed=/opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/llama-cpp-sys-2-0.1.103/llama.cpp/src/llama-memory.h [INFO] [stderr] cargo:rerun-if-changed=/opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/llama-cpp-sys-2-0.1.103/llama.cpp/src/llama-impl.h [INFO] [stderr] cargo:rerun-if-changed=/opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/llama-cpp-sys-2-0.1.103/llama.cpp/src/llama-grammar.h [INFO] [stderr] cargo:rerun-if-changed=/opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/llama-cpp-sys-2-0.1.103/llama.cpp/src/llama-model-loader.cpp [INFO] [stderr] cargo:rerun-if-changed=/opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/llama-cpp-sys-2-0.1.103/llama.cpp/src/unicode-data.h [INFO] [stderr] cargo:rerun-if-changed=/opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/llama-cpp-sys-2-0.1.103/llama.cpp/src/llama-sampling.cpp [INFO] [stderr] cargo:rerun-if-changed=/opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/llama-cpp-sys-2-0.1.103/llama.cpp/src/llama-grammar.cpp [INFO] [stderr] cargo:rerun-if-changed=/opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/llama-cpp-sys-2-0.1.103/llama.cpp/src/llama-memory.cpp [INFO] [stderr] cargo:rerun-if-changed=/opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/llama-cpp-sys-2-0.1.103/llama.cpp/src/llama-kv-cache.h [INFO] [stderr] cargo:rerun-if-changed=/opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/llama-cpp-sys-2-0.1.103/llama.cpp/src/llama-mmap.cpp [INFO] [stderr] cargo:rerun-if-changed=/opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/llama-cpp-sys-2-0.1.103/llama.cpp/src/llama-chat.h [INFO] [stderr] cargo:rerun-if-changed=/opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/llama-cpp-sys-2-0.1.103/llama.cpp/src/llama-chat.cpp [INFO] [stderr] cargo:rerun-if-changed=/opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/llama-cpp-sys-2-0.1.103/llama.cpp/src/llama-quant.h [INFO] [stderr] cargo:rerun-if-changed=/opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/llama-cpp-sys-2-0.1.103/llama.cpp/src/llama-vocab.h [INFO] [stderr] cargo:rerun-if-changed=/opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/llama-cpp-sys-2-0.1.103/llama.cpp/src/llama-quant.cpp [INFO] [stderr] cargo:rerun-if-changed=/opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/llama-cpp-sys-2-0.1.103/llama.cpp/src/llama-model-loader.h [INFO] [stderr] cargo:rerun-if-changed=/opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/llama-cpp-sys-2-0.1.103/llama.cpp/common [INFO] [stderr] cargo:rerun-if-changed=/opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/llama-cpp-sys-2-0.1.103/llama.cpp/common/ngram-cache.cpp [INFO] [stderr] cargo:rerun-if-changed=/opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/llama-cpp-sys-2-0.1.103/llama.cpp/common/chat.cpp [INFO] [stderr] cargo:rerun-if-changed=/opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/llama-cpp-sys-2-0.1.103/llama.cpp/common/CMakeLists.txt [INFO] [stderr] cargo:rerun-if-changed=/opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/llama-cpp-sys-2-0.1.103/llama.cpp/common/speculative.h [INFO] [stderr] cargo:rerun-if-changed=/opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/llama-cpp-sys-2-0.1.103/llama.cpp/common/build-info.cpp.in [INFO] [stderr] cargo:rerun-if-changed=/opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/llama-cpp-sys-2-0.1.103/llama.cpp/common/json-schema-to-grammar.cpp [INFO] [stderr] cargo:rerun-if-changed=/opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/llama-cpp-sys-2-0.1.103/llama.cpp/common/log.h [INFO] [stderr] cargo:rerun-if-changed=/opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/llama-cpp-sys-2-0.1.103/llama.cpp/common/json.hpp [INFO] [stderr] cargo:rerun-if-changed=/opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/llama-cpp-sys-2-0.1.103/llama.cpp/common/sampling.cpp [INFO] [stderr] cargo:rerun-if-changed=/opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/llama-cpp-sys-2-0.1.103/llama.cpp/common/ngram-cache.h [INFO] [stderr] cargo:rerun-if-changed=/opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/llama-cpp-sys-2-0.1.103/llama.cpp/common/arg.cpp [INFO] [stderr] cargo:rerun-if-changed=/opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/llama-cpp-sys-2-0.1.103/llama.cpp/common/speculative.cpp [INFO] [stderr] cargo:rerun-if-changed=/opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/llama-cpp-sys-2-0.1.103/llama.cpp/common/common.h [INFO] [stderr] cargo:rerun-if-changed=/opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/llama-cpp-sys-2-0.1.103/llama.cpp/common/json-schema-to-grammar.h [INFO] [stderr] cargo:rerun-if-changed=/opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/llama-cpp-sys-2-0.1.103/llama.cpp/common/stb_image.h [INFO] [stderr] cargo:rerun-if-changed=/opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/llama-cpp-sys-2-0.1.103/llama.cpp/common/sampling.h [INFO] [stderr] cargo:rerun-if-changed=/opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/llama-cpp-sys-2-0.1.103/llama.cpp/common/llguidance.cpp [INFO] [stderr] cargo:rerun-if-changed=/opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/llama-cpp-sys-2-0.1.103/llama.cpp/common/cmake [INFO] [stderr] cargo:rerun-if-changed=/opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/llama-cpp-sys-2-0.1.103/llama.cpp/common/cmake/build-info-gen-cpp.cmake [INFO] [stderr] cargo:rerun-if-changed=/opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/llama-cpp-sys-2-0.1.103/llama.cpp/common/arg.h [INFO] [stderr] cargo:rerun-if-changed=/opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/llama-cpp-sys-2-0.1.103/llama.cpp/common/console.cpp [INFO] [stderr] cargo:rerun-if-changed=/opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/llama-cpp-sys-2-0.1.103/llama.cpp/common/minja [INFO] [stderr] cargo:rerun-if-changed=/opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/llama-cpp-sys-2-0.1.103/llama.cpp/common/minja/minja.hpp [INFO] [stderr] cargo:rerun-if-changed=/opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/llama-cpp-sys-2-0.1.103/llama.cpp/common/minja/chat-template.hpp [INFO] [stderr] cargo:rerun-if-changed=/opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/llama-cpp-sys-2-0.1.103/llama.cpp/common/console.h [INFO] [stderr] cargo:rerun-if-changed=/opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/llama-cpp-sys-2-0.1.103/llama.cpp/common/log.cpp [INFO] [stderr] cargo:rerun-if-changed=/opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/llama-cpp-sys-2-0.1.103/llama.cpp/common/common.cpp [INFO] [stderr] cargo:rerun-if-changed=/opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/llama-cpp-sys-2-0.1.103/llama.cpp/common/base64.hpp [INFO] [stderr] cargo:rerun-if-changed=/opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/llama-cpp-sys-2-0.1.103/llama.cpp/common/chat.h [INFO] [stderr] cargo:rerun-if-changed=/opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/llama-cpp-sys-2-0.1.103/llama.cpp/ggml/CMakeLists.txt [INFO] [stderr] cargo:rerun-if-changed=/opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/llama-cpp-sys-2-0.1.103/llama.cpp/ggml/src [INFO] [stderr] cargo:rerun-if-changed=/opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/llama-cpp-sys-2-0.1.103/llama.cpp/ggml/src/CMakeLists.txt [INFO] [stderr] cargo:rerun-if-changed=/opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/llama-cpp-sys-2-0.1.103/llama.cpp/ggml/src/ggml-cuda [INFO] [stderr] cargo:rerun-if-changed=/opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/llama-cpp-sys-2-0.1.103/llama.cpp/ggml/src/ggml-cuda/quantize.cuh [INFO] [stderr] cargo:rerun-if-changed=/opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/llama-cpp-sys-2-0.1.103/llama.cpp/ggml/src/ggml-cuda/fattn-vec-f16.cuh [INFO] [stderr] cargo:rerun-if-changed=/opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/llama-cpp-sys-2-0.1.103/llama.cpp/ggml/src/ggml-cuda/getrows.cu [INFO] [stderr] cargo:rerun-if-changed=/opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/llama-cpp-sys-2-0.1.103/llama.cpp/ggml/src/ggml-cuda/ggml-cuda.cu [INFO] [stderr] cargo:rerun-if-changed=/opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/llama-cpp-sys-2-0.1.103/llama.cpp/ggml/src/ggml-cuda/fattn-tile-f16.cuh [INFO] [stderr] cargo:rerun-if-changed=/opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/llama-cpp-sys-2-0.1.103/llama.cpp/ggml/src/ggml-cuda/CMakeLists.txt [INFO] [stderr] cargo:rerun-if-changed=/opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/llama-cpp-sys-2-0.1.103/llama.cpp/ggml/src/ggml-cuda/im2col.cuh [INFO] [stderr] cargo:rerun-if-changed=/opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/llama-cpp-sys-2-0.1.103/llama.cpp/ggml/src/ggml-cuda/diagmask.cuh [INFO] [stderr] cargo:rerun-if-changed=/opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/llama-cpp-sys-2-0.1.103/llama.cpp/ggml/src/ggml-cuda/tsembd.cuh [INFO] [stderr] cargo:rerun-if-changed=/opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/llama-cpp-sys-2-0.1.103/llama.cpp/ggml/src/ggml-cuda/arange.cuh [INFO] [stderr] cargo:rerun-if-changed=/opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/llama-cpp-sys-2-0.1.103/llama.cpp/ggml/src/ggml-cuda/unary.cu [INFO] [stderr] cargo:rerun-if-changed=/opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/llama-cpp-sys-2-0.1.103/llama.cpp/ggml/src/ggml-cuda/pool2d.cuh [INFO] [stderr] cargo:rerun-if-changed=/opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/llama-cpp-sys-2-0.1.103/llama.cpp/ggml/src/ggml-cuda/pad.cuh [INFO] [stderr] cargo:rerun-if-changed=/opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/llama-cpp-sys-2-0.1.103/llama.cpp/ggml/src/ggml-cuda/out-prod.cu [INFO] [stderr] cargo:rerun-if-changed=/opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/llama-cpp-sys-2-0.1.103/llama.cpp/ggml/src/ggml-cuda/cpy.cuh [INFO] [stderr] cargo:rerun-if-changed=/opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/llama-cpp-sys-2-0.1.103/llama.cpp/ggml/src/ggml-cuda/pad.cu [INFO] [stderr] cargo:rerun-if-changed=/opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/llama-cpp-sys-2-0.1.103/llama.cpp/ggml/src/ggml-cuda/template-instances [INFO] [stderr] cargo:rerun-if-changed=/opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/llama-cpp-sys-2-0.1.103/llama.cpp/ggml/src/ggml-cuda/template-instances/mmq-instance-q4_1.cu [INFO] [stderr] cargo:rerun-if-changed=/opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/llama-cpp-sys-2-0.1.103/llama.cpp/ggml/src/ggml-cuda/template-instances/fattn-mma-f16-instance-ncols1_32-ncols2_2.cu [INFO] [stderr] cargo:rerun-if-changed=/opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/llama-cpp-sys-2-0.1.103/llama.cpp/ggml/src/ggml-cuda/template-instances/fattn-vec-f32-instance-hs128-q5_1-q5_1.cu [INFO] [stderr] cargo:rerun-if-changed=/opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/llama-cpp-sys-2-0.1.103/llama.cpp/ggml/src/ggml-cuda/template-instances/mmq-instance-iq2_s.cu [INFO] [stderr] cargo:rerun-if-changed=/opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/llama-cpp-sys-2-0.1.103/llama.cpp/ggml/src/ggml-cuda/template-instances/fattn-mma-f16-instance-ncols1_8-ncols2_2.cu [INFO] [stderr] cargo:rerun-if-changed=/opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/llama-cpp-sys-2-0.1.103/llama.cpp/ggml/src/ggml-cuda/template-instances/mmq-instance-iq4_nl.cu [INFO] [stderr] cargo:rerun-if-changed=/opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/llama-cpp-sys-2-0.1.103/llama.cpp/ggml/src/ggml-cuda/template-instances/fattn-vec-f32-instance-hs128-q4_0-q4_0.cu [INFO] [stderr] cargo:rerun-if-changed=/opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/llama-cpp-sys-2-0.1.103/llama.cpp/ggml/src/ggml-cuda/template-instances/fattn-vec-f32-instance-hs128-q8_0-f16.cu [INFO] [stderr] cargo:rerun-if-changed=/opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/llama-cpp-sys-2-0.1.103/llama.cpp/ggml/src/ggml-cuda/template-instances/fattn-mma-f16-instance-ncols1_4-ncols2_4.cu [INFO] [stderr] cargo:rerun-if-changed=/opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/llama-cpp-sys-2-0.1.103/llama.cpp/ggml/src/ggml-cuda/template-instances/fattn-vec-f32-instance-hs128-q5_0-q5_1.cu [INFO] [stderr] cargo:rerun-if-changed=/opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/llama-cpp-sys-2-0.1.103/llama.cpp/ggml/src/ggml-cuda/template-instances/fattn-mma-f16-instance-ncols1_4-ncols2_8.cu [INFO] [stderr] cargo:rerun-if-changed=/opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/llama-cpp-sys-2-0.1.103/llama.cpp/ggml/src/ggml-cuda/template-instances/fattn-vec-f16-instance-hs128-q4_1-q8_0.cu [INFO] [stderr] cargo:rerun-if-changed=/opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/llama-cpp-sys-2-0.1.103/llama.cpp/ggml/src/ggml-cuda/template-instances/fattn-mma-f16-instance-ncols1_8-ncols2_8.cu [INFO] [stderr] cargo:rerun-if-changed=/opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/llama-cpp-sys-2-0.1.103/llama.cpp/ggml/src/ggml-cuda/template-instances/fattn-vec-f16-instance-hs128-f16-q5_0.cu [INFO] [stderr] cargo:rerun-if-changed=/opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/llama-cpp-sys-2-0.1.103/llama.cpp/ggml/src/ggml-cuda/template-instances/fattn-vec-f16-instance-hs128-f16-f16.cu [INFO] [stderr] cargo:rerun-if-changed=/opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/llama-cpp-sys-2-0.1.103/llama.cpp/ggml/src/ggml-cuda/template-instances/fattn-vec-f32-instance-hs64-f16-q4_0.cu [INFO] [stderr] cargo:rerun-if-changed=/opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/llama-cpp-sys-2-0.1.103/llama.cpp/ggml/src/ggml-cuda/template-instances/fattn-vec-f32-instance-hs128-q5_0-f16.cu [INFO] [stderr] cargo:rerun-if-changed=/opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/llama-cpp-sys-2-0.1.103/llama.cpp/ggml/src/ggml-cuda/template-instances/mmq-instance-q4_0.cu [INFO] [stderr] cargo:rerun-if-changed=/opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/llama-cpp-sys-2-0.1.103/llama.cpp/ggml/src/ggml-cuda/template-instances/fattn-vec-f32-instance-hs128-q4_1-q5_1.cu [INFO] [stderr] cargo:rerun-if-changed=/opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/llama-cpp-sys-2-0.1.103/llama.cpp/ggml/src/ggml-cuda/template-instances/fattn-vec-f16-instance-hs128-q4_1-q5_0.cu [INFO] [stderr] cargo:rerun-if-changed=/opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/llama-cpp-sys-2-0.1.103/llama.cpp/ggml/src/ggml-cuda/template-instances/fattn-mma-f16-instance-ncols1_16-ncols2_1.cu [INFO] [stderr] cargo:rerun-if-changed=/opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/llama-cpp-sys-2-0.1.103/llama.cpp/ggml/src/ggml-cuda/template-instances/fattn-vec-f16-instance-hs128-q4_0-q4_1.cu [INFO] [stderr] cargo:rerun-if-changed=/opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/llama-cpp-sys-2-0.1.103/llama.cpp/ggml/src/ggml-cuda/template-instances/fattn-vec-f16-instance-hs128-q5_1-q5_1.cu [INFO] [stderr] cargo:rerun-if-changed=/opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/llama-cpp-sys-2-0.1.103/llama.cpp/ggml/src/ggml-cuda/template-instances/fattn-vec-f32-instance-hs128-q4_1-f16.cu [INFO] [stderr] cargo:rerun-if-changed=/opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/llama-cpp-sys-2-0.1.103/llama.cpp/ggml/src/ggml-cuda/template-instances/fattn-vec-f32-instance-hs64-f16-q4_1.cu [INFO] [stderr] cargo:rerun-if-changed=/opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/llama-cpp-sys-2-0.1.103/llama.cpp/ggml/src/ggml-cuda/template-instances/fattn-vec-f16-instance-hs128-q4_0-q5_1.cu [INFO] [stderr] cargo:rerun-if-changed=/opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/llama-cpp-sys-2-0.1.103/llama.cpp/ggml/src/ggml-cuda/template-instances/mmq-instance-iq2_xs.cu [INFO] [stderr] cargo:rerun-if-changed=/opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/llama-cpp-sys-2-0.1.103/llama.cpp/ggml/src/ggml-cuda/template-instances/fattn-vec-f16-instance-hs128-q5_0-q4_1.cu [INFO] [stderr] cargo:rerun-if-changed=/opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/llama-cpp-sys-2-0.1.103/llama.cpp/ggml/src/ggml-cuda/template-instances/fattn-vec-f32-instance-hs128-q4_0-q5_0.cu [INFO] [stderr] cargo:rerun-if-changed=/opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/llama-cpp-sys-2-0.1.103/llama.cpp/ggml/src/ggml-cuda/template-instances/fattn-vec-f32-instance-hs128-q4_1-q5_0.cu [INFO] [stderr] cargo:rerun-if-changed=/opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/llama-cpp-sys-2-0.1.103/llama.cpp/ggml/src/ggml-cuda/template-instances/fattn-mma-f16-instance-ncols1_32-ncols2_1.cu [INFO] [stderr] cargo:rerun-if-changed=/opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/llama-cpp-sys-2-0.1.103/llama.cpp/ggml/src/ggml-cuda/template-instances/fattn-vec-f16-instance-hs128-q5_1-q4_0.cu [INFO] [stderr] cargo:rerun-if-changed=/opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/llama-cpp-sys-2-0.1.103/llama.cpp/ggml/src/ggml-cuda/template-instances/fattn-vec-f16-instance-hs128-q8_0-q8_0.cu [INFO] [stderr] cargo:rerun-if-changed=/opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/llama-cpp-sys-2-0.1.103/llama.cpp/ggml/src/ggml-cuda/template-instances/fattn-vec-f16-instance-hs128-q5_1-q5_0.cu [INFO] [stderr] cargo:rerun-if-changed=/opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/llama-cpp-sys-2-0.1.103/llama.cpp/ggml/src/ggml-cuda/template-instances/mmq-instance-q8_0.cu [INFO] [stderr] cargo:rerun-if-changed=/opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/llama-cpp-sys-2-0.1.103/llama.cpp/ggml/src/ggml-cuda/template-instances/fattn-vec-f16-instance-hs128-f16-q5_1.cu [INFO] [stderr] cargo:rerun-if-changed=/opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/llama-cpp-sys-2-0.1.103/llama.cpp/ggml/src/ggml-cuda/template-instances/fattn-vec-f16-instance-hs128-q4_0-f16.cu [INFO] [stderr] cargo:rerun-if-changed=/opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/llama-cpp-sys-2-0.1.103/llama.cpp/ggml/src/ggml-cuda/template-instances/fattn-vec-f32-instance-hs128-q8_0-q8_0.cu [INFO] [stderr] cargo:rerun-if-changed=/opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/llama-cpp-sys-2-0.1.103/llama.cpp/ggml/src/ggml-cuda/template-instances/fattn-vec-f32-instance-hs64-f16-f16.cu [INFO] [stderr] cargo:rerun-if-changed=/opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/llama-cpp-sys-2-0.1.103/llama.cpp/ggml/src/ggml-cuda/template-instances/fattn-vec-f16-instance-hs64-f16-q8_0.cu [INFO] [stderr] cargo:rerun-if-changed=/opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/llama-cpp-sys-2-0.1.103/llama.cpp/ggml/src/ggml-cuda/template-instances/fattn-mma-f16-instance-ncols1_16-ncols2_2.cu [INFO] [stderr] cargo:rerun-if-changed=/opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/llama-cpp-sys-2-0.1.103/llama.cpp/ggml/src/ggml-cuda/template-instances/generate_cu_files.py [INFO] [stderr] cargo:rerun-if-changed=/opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/llama-cpp-sys-2-0.1.103/llama.cpp/ggml/src/ggml-cuda/template-instances/fattn-vec-f32-instance-hs128-f16-q4_1.cu [INFO] [stderr] cargo:rerun-if-changed=/opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/llama-cpp-sys-2-0.1.103/llama.cpp/ggml/src/ggml-cuda/template-instances/fattn-vec-f16-instance-hs64-f16-q5_0.cu [INFO] [stderr] cargo:rerun-if-changed=/opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/llama-cpp-sys-2-0.1.103/llama.cpp/ggml/src/ggml-cuda/template-instances/fattn-vec-f32-instance-hs128-q5_0-q5_0.cu [INFO] [stderr] cargo:rerun-if-changed=/opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/llama-cpp-sys-2-0.1.103/llama.cpp/ggml/src/ggml-cuda/template-instances/fattn-vec-f32-instance-hs128-q5_0-q4_1.cu [INFO] [stderr] cargo:rerun-if-changed=/opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/llama-cpp-sys-2-0.1.103/llama.cpp/ggml/src/ggml-cuda/template-instances/fattn-vec-f32-instance-hs128-f16-q5_1.cu [INFO] [stderr] cargo:rerun-if-changed=/opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/llama-cpp-sys-2-0.1.103/llama.cpp/ggml/src/ggml-cuda/template-instances/fattn-vec-f32-instance-hs64-f16-q8_0.cu [INFO] [stderr] cargo:rerun-if-changed=/opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/llama-cpp-sys-2-0.1.103/llama.cpp/ggml/src/ggml-cuda/template-instances/fattn-vec-f16-instance-hs128-q5_0-q4_0.cu [INFO] [stderr] cargo:rerun-if-changed=/opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/llama-cpp-sys-2-0.1.103/llama.cpp/ggml/src/ggml-cuda/template-instances/fattn-vec-f32-instance-hs128-f16-q5_0.cu [INFO] [stderr] cargo:rerun-if-changed=/opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/llama-cpp-sys-2-0.1.103/llama.cpp/ggml/src/ggml-cuda/template-instances/fattn-vec-f16-instance-hs128-q5_0-q8_0.cu [INFO] [stderr] cargo:rerun-if-changed=/opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/llama-cpp-sys-2-0.1.103/llama.cpp/ggml/src/ggml-cuda/template-instances/fattn-vec-f16-instance-hs128-q4_1-q4_1.cu [INFO] [stderr] cargo:rerun-if-changed=/opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/llama-cpp-sys-2-0.1.103/llama.cpp/ggml/src/ggml-cuda/template-instances/fattn-vec-f16-instance-hs64-f16-f16.cu [INFO] [stderr] cargo:rerun-if-changed=/opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/llama-cpp-sys-2-0.1.103/llama.cpp/ggml/src/ggml-cuda/template-instances/fattn-vec-f16-instance-hs128-q4_1-f16.cu [INFO] [stderr] cargo:rerun-if-changed=/opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/llama-cpp-sys-2-0.1.103/llama.cpp/ggml/src/ggml-cuda/template-instances/fattn-vec-f16-instance-hs128-q5_0-q5_1.cu [INFO] [stderr] cargo:rerun-if-changed=/opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/llama-cpp-sys-2-0.1.103/llama.cpp/ggml/src/ggml-cuda/template-instances/fattn-vec-f16-instance-hs128-q5_1-q4_1.cu [INFO] [stderr] cargo:rerun-if-changed=/opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/llama-cpp-sys-2-0.1.103/llama.cpp/ggml/src/ggml-cuda/template-instances/fattn-vec-f32-instance-hs256-f16-f16.cu [INFO] [stderr] cargo:rerun-if-changed=/opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/llama-cpp-sys-2-0.1.103/llama.cpp/ggml/src/ggml-cuda/template-instances/fattn-vec-f32-instance-hs128-q8_0-q4_0.cu [INFO] [stderr] cargo:rerun-if-changed=/opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/llama-cpp-sys-2-0.1.103/llama.cpp/ggml/src/ggml-cuda/template-instances/fattn-vec-f32-instance-hs128-q5_1-q5_0.cu [INFO] [stderr] cargo:rerun-if-changed=/opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/llama-cpp-sys-2-0.1.103/llama.cpp/ggml/src/ggml-cuda/template-instances/fattn-vec-f16-instance-hs128-q8_0-q4_0.cu [INFO] [stderr] cargo:rerun-if-changed=/opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/llama-cpp-sys-2-0.1.103/llama.cpp/ggml/src/ggml-cuda/template-instances/fattn-vec-f16-instance-hs128-q4_0-q8_0.cu [INFO] [stderr] cargo:rerun-if-changed=/opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/llama-cpp-sys-2-0.1.103/llama.cpp/ggml/src/ggml-cuda/template-instances/fattn-mma-f16-instance-ncols1_2-ncols2_8.cu [INFO] [stderr] cargo:rerun-if-changed=/opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/llama-cpp-sys-2-0.1.103/llama.cpp/ggml/src/ggml-cuda/template-instances/fattn-vec-f16-instance-hs128-f16-q8_0.cu [INFO] [stderr] cargo:rerun-if-changed=/opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/llama-cpp-sys-2-0.1.103/llama.cpp/ggml/src/ggml-cuda/template-instances/fattn-vec-f32-instance-hs128-q4_0-q8_0.cu [INFO] [stderr] cargo:rerun-if-changed=/opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/llama-cpp-sys-2-0.1.103/llama.cpp/ggml/src/ggml-cuda/template-instances/fattn-vec-f32-instance-hs128-q5_1-q4_1.cu [INFO] [stderr] cargo:rerun-if-changed=/opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/llama-cpp-sys-2-0.1.103/llama.cpp/ggml/src/ggml-cuda/template-instances/fattn-vec-f16-instance-hs64-f16-q4_0.cu [INFO] [stderr] cargo:rerun-if-changed=/opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/llama-cpp-sys-2-0.1.103/llama.cpp/ggml/src/ggml-cuda/template-instances/fattn-vec-f16-instance-hs128-q5_1-f16.cu [INFO] [stderr] cargo:rerun-if-changed=/opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/llama-cpp-sys-2-0.1.103/llama.cpp/ggml/src/ggml-cuda/template-instances/fattn-vec-f32-instance-hs64-f16-q5_0.cu [INFO] [stderr] cargo:rerun-if-changed=/opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/llama-cpp-sys-2-0.1.103/llama.cpp/ggml/src/ggml-cuda/template-instances/fattn-vec-f16-instance-hs256-f16-f16.cu [INFO] [stderr] cargo:rerun-if-changed=/opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/llama-cpp-sys-2-0.1.103/llama.cpp/ggml/src/ggml-cuda/template-instances/fattn-vec-f16-instance-hs128-q8_0-q5_0.cu [INFO] [stderr] cargo:rerun-if-changed=/opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/llama-cpp-sys-2-0.1.103/llama.cpp/ggml/src/ggml-cuda/template-instances/fattn-vec-f32-instance-hs128-q5_1-q8_0.cu [INFO] [stderr] cargo:rerun-if-changed=/opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/llama-cpp-sys-2-0.1.103/llama.cpp/ggml/src/ggml-cuda/template-instances/fattn-vec-f16-instance-hs128-q4_0-q4_0.cu [INFO] [stderr] cargo:rerun-if-changed=/opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/llama-cpp-sys-2-0.1.103/llama.cpp/ggml/src/ggml-cuda/template-instances/fattn-mma-f16-instance-ncols1_4-ncols2_2.cu [INFO] [stderr] cargo:rerun-if-changed=/opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/llama-cpp-sys-2-0.1.103/llama.cpp/ggml/src/ggml-cuda/template-instances/fattn-vec-f32-instance-hs128-q8_0-q5_1.cu [INFO] [stderr] cargo:rerun-if-changed=/opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/llama-cpp-sys-2-0.1.103/llama.cpp/ggml/src/ggml-cuda/template-instances/fattn-vec-f16-instance-hs64-f16-q5_1.cu [INFO] [stderr] cargo:rerun-if-changed=/opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/llama-cpp-sys-2-0.1.103/llama.cpp/ggml/src/ggml-cuda/template-instances/mmq-instance-iq3_xxs.cu [INFO] [stderr] cargo:rerun-if-changed=/opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/llama-cpp-sys-2-0.1.103/llama.cpp/ggml/src/ggml-cuda/template-instances/fattn-mma-f16-instance-ncols1_8-ncols2_4.cu [INFO] [stderr] cargo:rerun-if-changed=/opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/llama-cpp-sys-2-0.1.103/llama.cpp/ggml/src/ggml-cuda/template-instances/fattn-vec-f32-instance-hs128-q8_0-q5_0.cu [INFO] [stderr] cargo:rerun-if-changed=/opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/llama-cpp-sys-2-0.1.103/llama.cpp/ggml/src/ggml-cuda/template-instances/fattn-vec-f16-instance-hs128-q5_0-q5_0.cu [INFO] [stderr] cargo:rerun-if-changed=/opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/llama-cpp-sys-2-0.1.103/llama.cpp/ggml/src/ggml-cuda/template-instances/fattn-vec-f32-instance-hs128-q4_1-q8_0.cu [INFO] [stderr] cargo:rerun-if-changed=/opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/llama-cpp-sys-2-0.1.103/llama.cpp/ggml/src/ggml-cuda/template-instances/fattn-vec-f16-instance-hs128-q4_1-q5_1.cu [INFO] [stderr] cargo:rerun-if-changed=/opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/llama-cpp-sys-2-0.1.103/llama.cpp/ggml/src/ggml-cuda/template-instances/fattn-vec-f16-instance-hs128-f16-q4_0.cu [INFO] [stderr] cargo:rerun-if-changed=/opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/llama-cpp-sys-2-0.1.103/llama.cpp/ggml/src/ggml-cuda/template-instances/fattn-vec-f32-instance-hs128-q4_1-q4_1.cu [INFO] [stderr] cargo:rerun-if-changed=/opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/llama-cpp-sys-2-0.1.103/llama.cpp/ggml/src/ggml-cuda/template-instances/fattn-vec-f32-instance-hs128-q5_1-f16.cu [INFO] [stderr] cargo:rerun-if-changed=/opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/llama-cpp-sys-2-0.1.103/llama.cpp/ggml/src/ggml-cuda/template-instances/fattn-vec-f16-instance-hs128-q5_1-q8_0.cu [INFO] [stderr] cargo:rerun-if-changed=/opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/llama-cpp-sys-2-0.1.103/llama.cpp/ggml/src/ggml-cuda/template-instances/mmq-instance-q2_k.cu [INFO] [stderr] cargo:rerun-if-changed=/opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/llama-cpp-sys-2-0.1.103/llama.cpp/ggml/src/ggml-cuda/template-instances/fattn-vec-f16-instance-hs128-q4_0-q5_0.cu [INFO] [stderr] cargo:rerun-if-changed=/opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/llama-cpp-sys-2-0.1.103/llama.cpp/ggml/src/ggml-cuda/template-instances/fattn-vec-f16-instance-hs64-f16-q4_1.cu [INFO] [stderr] cargo:rerun-if-changed=/opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/llama-cpp-sys-2-0.1.103/llama.cpp/ggml/src/ggml-cuda/template-instances/fattn-mma-f16-instance-ncols1_8-ncols2_1.cu [INFO] [stderr] cargo:rerun-if-changed=/opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/llama-cpp-sys-2-0.1.103/llama.cpp/ggml/src/ggml-cuda/template-instances/fattn-mma-f16-instance-ncols1_64-ncols2_1.cu [INFO] [stderr] cargo:rerun-if-changed=/opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/llama-cpp-sys-2-0.1.103/llama.cpp/ggml/src/ggml-cuda/template-instances/mmq-instance-q4_k.cu [INFO] [stderr] cargo:rerun-if-changed=/opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/llama-cpp-sys-2-0.1.103/llama.cpp/ggml/src/ggml-cuda/template-instances/fattn-mma-f16-instance-ncols1_1-ncols2_8.cu [INFO] [stderr] cargo:rerun-if-changed=/opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/llama-cpp-sys-2-0.1.103/llama.cpp/ggml/src/ggml-cuda/template-instances/fattn-vec-f32-instance-hs128-q5_1-q4_0.cu [INFO] [stderr] cargo:rerun-if-changed=/opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/llama-cpp-sys-2-0.1.103/llama.cpp/ggml/src/ggml-cuda/template-instances/fattn-vec-f32-instance-hs128-q4_1-q4_0.cu [INFO] [stderr] cargo:rerun-if-changed=/opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/llama-cpp-sys-2-0.1.103/llama.cpp/ggml/src/ggml-cuda/template-instances/fattn-vec-f16-instance-hs128-q8_0-q5_1.cu [INFO] [stderr] cargo:rerun-if-changed=/opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/llama-cpp-sys-2-0.1.103/llama.cpp/ggml/src/ggml-cuda/template-instances/fattn-vec-f16-instance-hs128-f16-q4_1.cu [INFO] [stderr] cargo:rerun-if-changed=/opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/llama-cpp-sys-2-0.1.103/llama.cpp/ggml/src/ggml-cuda/template-instances/mmq-instance-q5_0.cu [INFO] [stderr] cargo:rerun-if-changed=/opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/llama-cpp-sys-2-0.1.103/llama.cpp/ggml/src/ggml-cuda/template-instances/fattn-vec-f32-instance-hs128-q8_0-q4_1.cu [INFO] [stderr] cargo:rerun-if-changed=/opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/llama-cpp-sys-2-0.1.103/llama.cpp/ggml/src/ggml-cuda/template-instances/fattn-vec-f32-instance-hs128-q4_0-f16.cu [INFO] [stderr] cargo:rerun-if-changed=/opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/llama-cpp-sys-2-0.1.103/llama.cpp/ggml/src/ggml-cuda/template-instances/fattn-mma-f16-instance-ncols1_16-ncols2_4.cu [INFO] [stderr] cargo:rerun-if-changed=/opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/llama-cpp-sys-2-0.1.103/llama.cpp/ggml/src/ggml-cuda/template-instances/fattn-vec-f16-instance-hs128-q4_1-q4_0.cu [INFO] [stderr] cargo:rerun-if-changed=/opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/llama-cpp-sys-2-0.1.103/llama.cpp/ggml/src/ggml-cuda/template-instances/mmq-instance-q5_1.cu [INFO] [stderr] cargo:rerun-if-changed=/opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/llama-cpp-sys-2-0.1.103/llama.cpp/ggml/src/ggml-cuda/template-instances/mmq-instance-iq3_s.cu [INFO] [stderr] cargo:rerun-if-changed=/opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/llama-cpp-sys-2-0.1.103/llama.cpp/ggml/src/ggml-cuda/template-instances/fattn-mma-f16-instance-ncols1_2-ncols2_4.cu [INFO] [stderr] cargo:rerun-if-changed=/opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/llama-cpp-sys-2-0.1.103/llama.cpp/ggml/src/ggml-cuda/template-instances/mmq-instance-iq4_xs.cu [INFO] [stderr] cargo:rerun-if-changed=/opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/llama-cpp-sys-2-0.1.103/llama.cpp/ggml/src/ggml-cuda/template-instances/mmq-instance-q6_k.cu [INFO] [stderr] cargo:rerun-if-changed=/opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/llama-cpp-sys-2-0.1.103/llama.cpp/ggml/src/ggml-cuda/template-instances/fattn-vec-f32-instance-hs128-q4_0-q4_1.cu [INFO] [stderr] cargo:rerun-if-changed=/opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/llama-cpp-sys-2-0.1.103/llama.cpp/ggml/src/ggml-cuda/template-instances/fattn-vec-f32-instance-hs128-q4_0-q5_1.cu [INFO] [stderr] cargo:rerun-if-changed=/opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/llama-cpp-sys-2-0.1.103/llama.cpp/ggml/src/ggml-cuda/template-instances/fattn-vec-f16-instance-hs128-q8_0-f16.cu [INFO] [stderr] cargo:rerun-if-changed=/opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/llama-cpp-sys-2-0.1.103/llama.cpp/ggml/src/ggml-cuda/template-instances/fattn-vec-f32-instance-hs64-f16-q5_1.cu [INFO] [stderr] cargo:rerun-if-changed=/opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/llama-cpp-sys-2-0.1.103/llama.cpp/ggml/src/ggml-cuda/template-instances/mmq-instance-q3_k.cu [INFO] [stderr] cargo:rerun-if-changed=/opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/llama-cpp-sys-2-0.1.103/llama.cpp/ggml/src/ggml-cuda/template-instances/fattn-vec-f32-instance-hs128-f16-q4_0.cu [INFO] [stderr] cargo:rerun-if-changed=/opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/llama-cpp-sys-2-0.1.103/llama.cpp/ggml/src/ggml-cuda/template-instances/fattn-vec-f32-instance-hs128-q5_0-q8_0.cu [INFO] [stderr] cargo:rerun-if-changed=/opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/llama-cpp-sys-2-0.1.103/llama.cpp/ggml/src/ggml-cuda/template-instances/mmq-instance-iq1_s.cu [INFO] [stderr] cargo:rerun-if-changed=/opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/llama-cpp-sys-2-0.1.103/llama.cpp/ggml/src/ggml-cuda/template-instances/fattn-vec-f16-instance-hs128-q8_0-q4_1.cu [INFO] [stderr] cargo:rerun-if-changed=/opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/llama-cpp-sys-2-0.1.103/llama.cpp/ggml/src/ggml-cuda/template-instances/mmq-instance-iq2_xxs.cu [INFO] [stderr] cargo:rerun-if-changed=/opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/llama-cpp-sys-2-0.1.103/llama.cpp/ggml/src/ggml-cuda/template-instances/fattn-vec-f32-instance-hs128-f16-q8_0.cu [INFO] [stderr] cargo:rerun-if-changed=/opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/llama-cpp-sys-2-0.1.103/llama.cpp/ggml/src/ggml-cuda/template-instances/fattn-vec-f32-instance-hs128-q5_0-q4_0.cu [INFO] [stderr] cargo:rerun-if-changed=/opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/llama-cpp-sys-2-0.1.103/llama.cpp/ggml/src/ggml-cuda/template-instances/fattn-vec-f32-instance-hs128-f16-f16.cu [INFO] [stderr] cargo:rerun-if-changed=/opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/llama-cpp-sys-2-0.1.103/llama.cpp/ggml/src/ggml-cuda/template-instances/fattn-vec-f16-instance-hs128-q5_0-f16.cu [INFO] [stderr] cargo:rerun-if-changed=/opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/llama-cpp-sys-2-0.1.103/llama.cpp/ggml/src/ggml-cuda/template-instances/mmq-instance-q5_k.cu [INFO] [stderr] cargo:rerun-if-changed=/opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/llama-cpp-sys-2-0.1.103/llama.cpp/ggml/src/ggml-cuda/concat.cu [INFO] [stderr] cargo:rerun-if-changed=/opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/llama-cpp-sys-2-0.1.103/llama.cpp/ggml/src/ggml-cuda/mma.cuh [INFO] [stderr] cargo:rerun-if-changed=/opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/llama-cpp-sys-2-0.1.103/llama.cpp/ggml/src/ggml-cuda/vecdotq.cuh [INFO] [stderr] cargo:rerun-if-changed=/opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/llama-cpp-sys-2-0.1.103/llama.cpp/ggml/src/ggml-cuda/dequantize.cuh [INFO] [stderr] cargo:rerun-if-changed=/opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/llama-cpp-sys-2-0.1.103/llama.cpp/ggml/src/ggml-cuda/clamp.cu [INFO] [stderr] cargo:rerun-if-changed=/opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/llama-cpp-sys-2-0.1.103/llama.cpp/ggml/src/ggml-cuda/ssm-scan.cuh [INFO] [stderr] cargo:rerun-if-changed=/opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/llama-cpp-sys-2-0.1.103/llama.cpp/ggml/src/ggml-cuda/binbcast.cuh [INFO] [stderr] cargo:rerun-if-changed=/opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/llama-cpp-sys-2-0.1.103/llama.cpp/ggml/src/ggml-cuda/mmq.cu [INFO] [stderr] cargo:rerun-if-changed=/opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/llama-cpp-sys-2-0.1.103/llama.cpp/ggml/src/ggml-cuda/sum.cuh [INFO] [stderr] cargo:rerun-if-changed=/opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/llama-cpp-sys-2-0.1.103/llama.cpp/ggml/src/ggml-cuda/sumrows.cu [INFO] [stderr] cargo:rerun-if-changed=/opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/llama-cpp-sys-2-0.1.103/llama.cpp/ggml/src/ggml-cuda/fattn-vec-f32.cuh [INFO] [stderr] cargo:rerun-if-changed=/opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/llama-cpp-sys-2-0.1.103/llama.cpp/ggml/src/ggml-cuda/acc.cu [INFO] [stderr] cargo:rerun-if-changed=/opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/llama-cpp-sys-2-0.1.103/llama.cpp/ggml/src/ggml-cuda/vendors [INFO] [stderr] cargo:rerun-if-changed=/opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/llama-cpp-sys-2-0.1.103/llama.cpp/ggml/src/ggml-cuda/vendors/hip.h [INFO] [stderr] cargo:rerun-if-changed=/opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/llama-cpp-sys-2-0.1.103/llama.cpp/ggml/src/ggml-cuda/vendors/cuda.h [INFO] [stderr] cargo:rerun-if-changed=/opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/llama-cpp-sys-2-0.1.103/llama.cpp/ggml/src/ggml-cuda/vendors/musa.h [INFO] [stderr] cargo:rerun-if-changed=/opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/llama-cpp-sys-2-0.1.103/llama.cpp/ggml/src/ggml-cuda/clamp.cuh [INFO] [stderr] cargo:rerun-if-changed=/opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/llama-cpp-sys-2-0.1.103/llama.cpp/ggml/src/ggml-cuda/quantize.cu [INFO] [stderr] cargo:rerun-if-changed=/opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/llama-cpp-sys-2-0.1.103/llama.cpp/ggml/src/ggml-cuda/ssm-conv.cu [INFO] [stderr] cargo:rerun-if-changed=/opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/llama-cpp-sys-2-0.1.103/llama.cpp/ggml/src/ggml-cuda/common.cuh [INFO] [stderr] cargo:rerun-if-changed=/opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/llama-cpp-sys-2-0.1.103/llama.cpp/ggml/src/ggml-cuda/arange.cu [INFO] [stderr] cargo:rerun-if-changed=/opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/llama-cpp-sys-2-0.1.103/llama.cpp/ggml/src/ggml-cuda/argmax.cu [INFO] [stderr] cargo:rerun-if-changed=/opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/llama-cpp-sys-2-0.1.103/llama.cpp/ggml/src/ggml-cuda/cp-async.cuh [INFO] [stderr] cargo:rerun-if-changed=/opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/llama-cpp-sys-2-0.1.103/llama.cpp/ggml/src/ggml-cuda/fattn-wmma-f16.cu [INFO] [stderr] cargo:rerun-if-changed=/opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/llama-cpp-sys-2-0.1.103/llama.cpp/ggml/src/ggml-cuda/scale.cuh [INFO] [stderr] cargo:rerun-if-changed=/opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/llama-cpp-sys-2-0.1.103/llama.cpp/ggml/src/ggml-cuda/acc.cuh [INFO] [stderr] cargo:rerun-if-changed=/opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/llama-cpp-sys-2-0.1.103/llama.cpp/ggml/src/ggml-cuda/diagmask.cu [INFO] [stderr] cargo:rerun-if-changed=/opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/llama-cpp-sys-2-0.1.103/llama.cpp/ggml/src/ggml-cuda/im2col.cu [INFO] [stderr] cargo:rerun-if-changed=/opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/llama-cpp-sys-2-0.1.103/llama.cpp/ggml/src/ggml-cuda/binbcast.cu [INFO] [stderr] cargo:rerun-if-changed=/opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/llama-cpp-sys-2-0.1.103/llama.cpp/ggml/src/ggml-cuda/argsort.cu [INFO] [stderr] cargo:rerun-if-changed=/opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/llama-cpp-sys-2-0.1.103/llama.cpp/ggml/src/ggml-cuda/opt-step-adamw.cu [INFO] [stderr] cargo:rerun-if-changed=/opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/llama-cpp-sys-2-0.1.103/llama.cpp/ggml/src/ggml-cuda/wkv.cuh [INFO] [stderr] cargo:rerun-if-changed=/opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/llama-cpp-sys-2-0.1.103/llama.cpp/ggml/src/ggml-cuda/mmvq.cuh [INFO] [stderr] cargo:rerun-if-changed=/opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/llama-cpp-sys-2-0.1.103/llama.cpp/ggml/src/ggml-cuda/argmax.cuh [INFO] [stderr] cargo:rerun-if-changed=/opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/llama-cpp-sys-2-0.1.103/llama.cpp/ggml/src/ggml-cuda/mmvq.cu [INFO] [stderr] cargo:rerun-if-changed=/opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/llama-cpp-sys-2-0.1.103/llama.cpp/ggml/src/ggml-cuda/tsembd.cu [INFO] [stderr] cargo:rerun-if-changed=/opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/llama-cpp-sys-2-0.1.103/llama.cpp/ggml/src/ggml-cuda/fattn.cuh [INFO] [stderr] cargo:rerun-if-changed=/opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/llama-cpp-sys-2-0.1.103/llama.cpp/ggml/src/ggml-cuda/mmq.cuh [INFO] [stderr] cargo:rerun-if-changed=/opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/llama-cpp-sys-2-0.1.103/llama.cpp/ggml/src/ggml-cuda/fattn-common.cuh [INFO] [stderr] cargo:rerun-if-changed=/opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/llama-cpp-sys-2-0.1.103/llama.cpp/ggml/src/ggml-cuda/count-equal.cu [INFO] [stderr] cargo:rerun-if-changed=/opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/llama-cpp-sys-2-0.1.103/llama.cpp/ggml/src/ggml-cuda/unary.cuh [INFO] [stderr] cargo:rerun-if-changed=/opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/llama-cpp-sys-2-0.1.103/llama.cpp/ggml/src/ggml-cuda/conv-transpose-1d.cu [INFO] [stderr] cargo:rerun-if-changed=/opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/llama-cpp-sys-2-0.1.103/llama.cpp/ggml/src/ggml-cuda/rope.cuh [INFO] [stderr] cargo:rerun-if-changed=/opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/llama-cpp-sys-2-0.1.103/llama.cpp/ggml/src/ggml-cuda/sum.cu [INFO] [stderr] cargo:rerun-if-changed=/opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/llama-cpp-sys-2-0.1.103/llama.cpp/ggml/src/ggml-cuda/upscale.cuh [INFO] [stderr] cargo:rerun-if-changed=/opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/llama-cpp-sys-2-0.1.103/llama.cpp/ggml/src/ggml-cuda/wkv.cu [INFO] [stderr] cargo:rerun-if-changed=/opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/llama-cpp-sys-2-0.1.103/llama.cpp/ggml/src/ggml-cuda/fattn-tile-f16.cu [INFO] [stderr] cargo:rerun-if-changed=/opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/llama-cpp-sys-2-0.1.103/llama.cpp/ggml/src/ggml-cuda/cpy.cu [INFO] [stderr] cargo:rerun-if-changed=/opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/llama-cpp-sys-2-0.1.103/llama.cpp/ggml/src/ggml-cuda/softmax.cu [INFO] [stderr] cargo:rerun-if-changed=/opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/llama-cpp-sys-2-0.1.103/llama.cpp/ggml/src/ggml-cuda/norm.cu [INFO] [stderr] cargo:rerun-if-changed=/opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/llama-cpp-sys-2-0.1.103/llama.cpp/ggml/src/ggml-cuda/mmv.cu [INFO] [stderr] cargo:rerun-if-changed=/opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/llama-cpp-sys-2-0.1.103/llama.cpp/ggml/src/ggml-cuda/fattn-mma-f16.cuh [INFO] [stderr] cargo:rerun-if-changed=/opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/llama-cpp-sys-2-0.1.103/llama.cpp/ggml/src/ggml-cuda/gla.cu [INFO] [stderr] cargo:rerun-if-changed=/opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/llama-cpp-sys-2-0.1.103/llama.cpp/ggml/src/ggml-cuda/sumrows.cuh [INFO] [stderr] cargo:rerun-if-changed=/opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/llama-cpp-sys-2-0.1.103/llama.cpp/ggml/src/ggml-cuda/fattn-tile-f32.cuh [INFO] [stderr] cargo:rerun-if-changed=/opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/llama-cpp-sys-2-0.1.103/llama.cpp/ggml/src/ggml-cuda/fattn-wmma-f16.cuh [INFO] [stderr] cargo:rerun-if-changed=/opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/llama-cpp-sys-2-0.1.103/llama.cpp/ggml/src/ggml-cuda/scale.cu [INFO] [stderr] cargo:rerun-if-changed=/opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/llama-cpp-sys-2-0.1.103/llama.cpp/ggml/src/ggml-cuda/pool2d.cu [INFO] [stderr] cargo:rerun-if-changed=/opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/llama-cpp-sys-2-0.1.103/llama.cpp/ggml/src/ggml-cuda/out-prod.cuh [INFO] [stderr] cargo:rerun-if-changed=/opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/llama-cpp-sys-2-0.1.103/llama.cpp/ggml/src/ggml-cuda/conv-transpose-1d.cuh [INFO] [stderr] cargo:rerun-if-changed=/opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/llama-cpp-sys-2-0.1.103/llama.cpp/ggml/src/ggml-cuda/fattn-tile-f32.cu [INFO] [stderr] cargo:rerun-if-changed=/opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/llama-cpp-sys-2-0.1.103/llama.cpp/ggml/src/ggml-cuda/upscale.cu [INFO] [stderr] cargo:rerun-if-changed=/opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/llama-cpp-sys-2-0.1.103/llama.cpp/ggml/src/ggml-cuda/argsort.cuh [INFO] [stderr] cargo:rerun-if-changed=/opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/llama-cpp-sys-2-0.1.103/llama.cpp/ggml/src/ggml-cuda/mmv.cuh [INFO] [stderr] cargo:rerun-if-changed=/opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/llama-cpp-sys-2-0.1.103/llama.cpp/ggml/src/ggml-cuda/ssm-conv.cuh [INFO] [stderr] cargo:rerun-if-changed=/opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/llama-cpp-sys-2-0.1.103/llama.cpp/ggml/src/ggml-cuda/count-equal.cuh [INFO] [stderr] cargo:rerun-if-changed=/opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/llama-cpp-sys-2-0.1.103/llama.cpp/ggml/src/ggml-cuda/norm.cuh [INFO] [stderr] cargo:rerun-if-changed=/opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/llama-cpp-sys-2-0.1.103/llama.cpp/ggml/src/ggml-cuda/gla.cuh [INFO] [stderr] cargo:rerun-if-changed=/opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/llama-cpp-sys-2-0.1.103/llama.cpp/ggml/src/ggml-cuda/ssm-scan.cu [INFO] [stderr] cargo:rerun-if-changed=/opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/llama-cpp-sys-2-0.1.103/llama.cpp/ggml/src/ggml-cuda/softmax.cuh [INFO] [stderr] cargo:rerun-if-changed=/opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/llama-cpp-sys-2-0.1.103/llama.cpp/ggml/src/ggml-cuda/cross-entropy-loss.cuh [INFO] [stderr] cargo:rerun-if-changed=/opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/llama-cpp-sys-2-0.1.103/llama.cpp/ggml/src/ggml-cuda/opt-step-adamw.cuh [INFO] [stderr] cargo:rerun-if-changed=/opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/llama-cpp-sys-2-0.1.103/llama.cpp/ggml/src/ggml-cuda/rope.cu [INFO] [stderr] cargo:rerun-if-changed=/opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/llama-cpp-sys-2-0.1.103/llama.cpp/ggml/src/ggml-cuda/concat.cuh [INFO] [stderr] cargo:rerun-if-changed=/opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/llama-cpp-sys-2-0.1.103/llama.cpp/ggml/src/ggml-cuda/getrows.cuh [INFO] [stderr] cargo:rerun-if-changed=/opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/llama-cpp-sys-2-0.1.103/llama.cpp/ggml/src/ggml-cuda/cross-entropy-loss.cu [INFO] [stderr] cargo:rerun-if-changed=/opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/llama-cpp-sys-2-0.1.103/llama.cpp/ggml/src/ggml-cuda/convert.cu [INFO] [stderr] cargo:rerun-if-changed=/opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/llama-cpp-sys-2-0.1.103/llama.cpp/ggml/src/ggml-cuda/fattn.cu [INFO] [stderr] cargo:rerun-if-changed=/opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/llama-cpp-sys-2-0.1.103/llama.cpp/ggml/src/ggml-cuda/convert.cuh [INFO] [stderr] cargo:rerun-if-changed=/opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/llama-cpp-sys-2-0.1.103/llama.cpp/ggml/src/ggml.c [INFO] [stderr] cargo:rerun-if-changed=/opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/llama-cpp-sys-2-0.1.103/llama.cpp/ggml/src/ggml-alloc.c [INFO] [stderr] cargo:rerun-if-changed=/opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/llama-cpp-sys-2-0.1.103/llama.cpp/ggml/src/ggml-quants.c [INFO] [stderr] cargo:rerun-if-changed=/opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/llama-cpp-sys-2-0.1.103/llama.cpp/ggml/src/gguf.cpp [INFO] [stderr] cargo:rerun-if-changed=/opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/llama-cpp-sys-2-0.1.103/llama.cpp/ggml/src/ggml-cpu [INFO] [stderr] cargo:rerun-if-changed=/opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/llama-cpp-sys-2-0.1.103/llama.cpp/ggml/src/ggml-cpu/llamafile [INFO] [stderr] cargo:rerun-if-changed=/opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/llama-cpp-sys-2-0.1.103/llama.cpp/ggml/src/ggml-cpu/llamafile/sgemm.h [INFO] [stderr] cargo:rerun-if-changed=/opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/llama-cpp-sys-2-0.1.103/llama.cpp/ggml/src/ggml-cpu/llamafile/sgemm.cpp [INFO] [stderr] cargo:rerun-if-changed=/opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/llama-cpp-sys-2-0.1.103/llama.cpp/ggml/src/ggml-cpu/CMakeLists.txt [INFO] [stderr] cargo:rerun-if-changed=/opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/llama-cpp-sys-2-0.1.103/llama.cpp/ggml/src/ggml-cpu/ggml-cpu-impl.h [INFO] [stderr] cargo:rerun-if-changed=/opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/llama-cpp-sys-2-0.1.103/llama.cpp/ggml/src/ggml-cpu/ggml-cpu-traits.cpp [INFO] [stderr] cargo:rerun-if-changed=/opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/llama-cpp-sys-2-0.1.103/llama.cpp/ggml/src/ggml-cpu/ggml-cpu-traits.h [INFO] [stderr] cargo:rerun-if-changed=/opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/llama-cpp-sys-2-0.1.103/llama.cpp/ggml/src/ggml-cpu/ops.cpp [INFO] [stderr] cargo:rerun-if-changed=/opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/llama-cpp-sys-2-0.1.103/llama.cpp/ggml/src/ggml-cpu/unary-ops.cpp [INFO] [stderr] cargo:rerun-if-changed=/opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/llama-cpp-sys-2-0.1.103/llama.cpp/ggml/src/ggml-cpu/kleidiai [INFO] [stderr] cargo:rerun-if-changed=/opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/llama-cpp-sys-2-0.1.103/llama.cpp/ggml/src/ggml-cpu/kleidiai/kernels.h [INFO] [stderr] cargo:rerun-if-changed=/opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/llama-cpp-sys-2-0.1.103/llama.cpp/ggml/src/ggml-cpu/kleidiai/kernels.cpp [INFO] [stderr] cargo:rerun-if-changed=/opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/llama-cpp-sys-2-0.1.103/llama.cpp/ggml/src/ggml-cpu/kleidiai/kleidiai.cpp [INFO] [stderr] cargo:rerun-if-changed=/opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/llama-cpp-sys-2-0.1.103/llama.cpp/ggml/src/ggml-cpu/kleidiai/kleidiai.h [INFO] [stderr] cargo:rerun-if-changed=/opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/llama-cpp-sys-2-0.1.103/llama.cpp/ggml/src/ggml-cpu/ggml-cpu.c [INFO] [stderr] cargo:rerun-if-changed=/opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/llama-cpp-sys-2-0.1.103/llama.cpp/ggml/src/ggml-cpu/vec.h [INFO] [stderr] cargo:rerun-if-changed=/opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/llama-cpp-sys-2-0.1.103/llama.cpp/ggml/src/ggml-cpu/ggml-cpu.cpp [INFO] [stderr] cargo:rerun-if-changed=/opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/llama-cpp-sys-2-0.1.103/llama.cpp/ggml/src/ggml-cpu/ggml-cpu-hbm.h [INFO] [stderr] cargo:rerun-if-changed=/opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/llama-cpp-sys-2-0.1.103/llama.cpp/ggml/src/ggml-cpu/ops.h [INFO] [stderr] cargo:rerun-if-changed=/opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/llama-cpp-sys-2-0.1.103/llama.cpp/ggml/src/ggml-cpu/common.h [INFO] [stderr] cargo:rerun-if-changed=/opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/llama-cpp-sys-2-0.1.103/llama.cpp/ggml/src/ggml-cpu/ggml-cpu-aarch64.h [INFO] [stderr] cargo:rerun-if-changed=/opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/llama-cpp-sys-2-0.1.103/llama.cpp/ggml/src/ggml-cpu/ggml-cpu-quants.c [INFO] [stderr] cargo:rerun-if-changed=/opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/llama-cpp-sys-2-0.1.103/llama.cpp/ggml/src/ggml-cpu/vec.cpp [INFO] [stderr] cargo:rerun-if-changed=/opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/llama-cpp-sys-2-0.1.103/llama.cpp/ggml/src/ggml-cpu/binary-ops.h [INFO] [stderr] cargo:rerun-if-changed=/opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/llama-cpp-sys-2-0.1.103/llama.cpp/ggml/src/ggml-cpu/simd-mappings.h [INFO] [stderr] cargo:rerun-if-changed=/opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/llama-cpp-sys-2-0.1.103/llama.cpp/ggml/src/ggml-cpu/cmake [INFO] [stderr] cargo:rerun-if-changed=/opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/llama-cpp-sys-2-0.1.103/llama.cpp/ggml/src/ggml-cpu/cmake/FindSIMD.cmake [INFO] [stderr] cargo:rerun-if-changed=/opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/llama-cpp-sys-2-0.1.103/llama.cpp/ggml/src/ggml-cpu/ggml-cpu-hbm.cpp [INFO] [stderr] cargo:rerun-if-changed=/opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/llama-cpp-sys-2-0.1.103/llama.cpp/ggml/src/ggml-cpu/ggml-cpu-quants.h [INFO] [stderr] cargo:rerun-if-changed=/opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/llama-cpp-sys-2-0.1.103/llama.cpp/ggml/src/ggml-cpu/cpu-feats-x86.cpp [INFO] [stderr] cargo:rerun-if-changed=/opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/llama-cpp-sys-2-0.1.103/llama.cpp/ggml/src/ggml-cpu/ggml-cpu-aarch64.cpp [INFO] [stderr] cargo:rerun-if-changed=/opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/llama-cpp-sys-2-0.1.103/llama.cpp/ggml/src/ggml-cpu/binary-ops.cpp [INFO] [stderr] cargo:rerun-if-changed=/opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/llama-cpp-sys-2-0.1.103/llama.cpp/ggml/src/ggml-cpu/unary-ops.h [INFO] [stderr] cargo:rerun-if-changed=/opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/llama-cpp-sys-2-0.1.103/llama.cpp/ggml/src/ggml-cpu/amx [INFO] [stderr] cargo:rerun-if-changed=/opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/llama-cpp-sys-2-0.1.103/llama.cpp/ggml/src/ggml-cpu/amx/mmq.h [INFO] [stderr] cargo:rerun-if-changed=/opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/llama-cpp-sys-2-0.1.103/llama.cpp/ggml/src/ggml-cpu/amx/amx.h [INFO] [stderr] cargo:rerun-if-changed=/opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/llama-cpp-sys-2-0.1.103/llama.cpp/ggml/src/ggml-cpu/amx/amx.cpp [INFO] [stderr] cargo:rerun-if-changed=/opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/llama-cpp-sys-2-0.1.103/llama.cpp/ggml/src/ggml-cpu/amx/common.h [INFO] [stderr] cargo:rerun-if-changed=/opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/llama-cpp-sys-2-0.1.103/llama.cpp/ggml/src/ggml-cpu/amx/mmq.cpp [INFO] [stderr] cargo:rerun-if-changed=/opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/llama-cpp-sys-2-0.1.103/llama.cpp/ggml/src/ggml-quants.h [INFO] [stderr] cargo:rerun-if-changed=/opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/llama-cpp-sys-2-0.1.103/llama.cpp/ggml/src/ggml-threading.h [INFO] [stderr] cargo:rerun-if-changed=/opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/llama-cpp-sys-2-0.1.103/llama.cpp/ggml/src/ggml-backend.cpp [INFO] [stderr] cargo:rerun-if-changed=/opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/llama-cpp-sys-2-0.1.103/llama.cpp/ggml/src/ggml-impl.h [INFO] [stderr] cargo:rerun-if-changed=/opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/llama-cpp-sys-2-0.1.103/llama.cpp/ggml/src/ggml-backend-impl.h [INFO] [stderr] cargo:rerun-if-changed=/opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/llama-cpp-sys-2-0.1.103/llama.cpp/ggml/src/ggml-backend-reg.cpp [INFO] [stderr] cargo:rerun-if-changed=/opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/llama-cpp-sys-2-0.1.103/llama.cpp/ggml/src/ggml-common.h [INFO] [stderr] cargo:rerun-if-changed=/opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/llama-cpp-sys-2-0.1.103/llama.cpp/ggml/src/ggml-metal [INFO] [stderr] cargo:rerun-if-changed=/opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/llama-cpp-sys-2-0.1.103/llama.cpp/ggml/src/ggml-metal/CMakeLists.txt [INFO] [stderr] cargo:rerun-if-changed=/opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/llama-cpp-sys-2-0.1.103/llama.cpp/ggml/src/ggml-metal/ggml-metal.metal [INFO] [stderr] cargo:rerun-if-changed=/opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/llama-cpp-sys-2-0.1.103/llama.cpp/ggml/src/ggml-metal/ggml-metal.m [INFO] [stderr] cargo:rerun-if-changed=/opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/llama-cpp-sys-2-0.1.103/llama.cpp/ggml/src/ggml-metal/ggml-metal-impl.h [INFO] [stderr] cargo:rerun-if-changed=/opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/llama-cpp-sys-2-0.1.103/llama.cpp/ggml/src/ggml-opt.cpp [INFO] [stderr] cargo:rerun-if-changed=/opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/llama-cpp-sys-2-0.1.103/llama.cpp/ggml/src/ggml-threading.cpp [INFO] [stderr] cargo:rerun-if-changed=/opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/llama-cpp-sys-2-0.1.103/llama.cpp/ggml/src/ggml-vulkan [INFO] [stderr] cargo:rerun-if-changed=/opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/llama-cpp-sys-2-0.1.103/llama.cpp/ggml/src/ggml-vulkan/CMakeLists.txt [INFO] [stderr] cargo:rerun-if-changed=/opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/llama-cpp-sys-2-0.1.103/llama.cpp/ggml/src/ggml-vulkan/vulkan-shaders [INFO] [stderr] cargo:rerun-if-changed=/opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/llama-cpp-sys-2-0.1.103/llama.cpp/ggml/src/ggml-vulkan/vulkan-shaders/cos.comp [INFO] [stderr] cargo:rerun-if-changed=/opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/llama-cpp-sys-2-0.1.103/llama.cpp/ggml/src/ggml-vulkan/vulkan-shaders/leaky_relu.comp [INFO] [stderr] cargo:rerun-if-changed=/opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/llama-cpp-sys-2-0.1.103/llama.cpp/ggml/src/ggml-vulkan/vulkan-shaders/CMakeLists.txt [INFO] [stderr] cargo:rerun-if-changed=/opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/llama-cpp-sys-2-0.1.103/llama.cpp/ggml/src/ggml-vulkan/vulkan-shaders/im2col.comp [INFO] [stderr] cargo:rerun-if-changed=/opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/llama-cpp-sys-2-0.1.103/llama.cpp/ggml/src/ggml-vulkan/vulkan-shaders/mul_mat_split_k_reduce.comp [INFO] [stderr] cargo:rerun-if-changed=/opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/llama-cpp-sys-2-0.1.103/llama.cpp/ggml/src/ggml-vulkan/vulkan-shaders/mul_mat_vec_base.comp [INFO] [stderr] cargo:rerun-if-changed=/opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/llama-cpp-sys-2-0.1.103/llama.cpp/ggml/src/ggml-vulkan/vulkan-shaders/dequant_iq2_xs.comp [INFO] [stderr] cargo:rerun-if-changed=/opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/llama-cpp-sys-2-0.1.103/llama.cpp/ggml/src/ggml-vulkan/vulkan-shaders/flash_attn_split_k_reduce.comp [INFO] [stderr] cargo:rerun-if-changed=/opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/llama-cpp-sys-2-0.1.103/llama.cpp/ggml/src/ggml-vulkan/vulkan-shaders/clamp.comp [INFO] [stderr] cargo:rerun-if-changed=/opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/llama-cpp-sys-2-0.1.103/llama.cpp/ggml/src/ggml-vulkan/vulkan-shaders/dequant_q8_0.comp [INFO] [stderr] cargo:rerun-if-changed=/opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/llama-cpp-sys-2-0.1.103/llama.cpp/ggml/src/ggml-vulkan/vulkan-shaders/rope_head.comp [INFO] [stderr] cargo:rerun-if-changed=/opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/llama-cpp-sys-2-0.1.103/llama.cpp/ggml/src/ggml-vulkan/vulkan-shaders/pool2d.comp [INFO] [stderr] cargo:rerun-if-changed=/opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/llama-cpp-sys-2-0.1.103/llama.cpp/ggml/src/ggml-vulkan/vulkan-shaders/flash_attn_cm2.comp [INFO] [stderr] cargo:rerun-if-changed=/opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/llama-cpp-sys-2-0.1.103/llama.cpp/ggml/src/ggml-vulkan/vulkan-shaders/mul.comp [INFO] [stderr] cargo:rerun-if-changed=/opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/llama-cpp-sys-2-0.1.103/llama.cpp/ggml/src/ggml-vulkan/vulkan-shaders/test_coopmat_support.comp [INFO] [stderr] cargo:rerun-if-changed=/opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/llama-cpp-sys-2-0.1.103/llama.cpp/ggml/src/ggml-vulkan/vulkan-shaders/rope_vision.comp [INFO] [stderr] cargo:rerun-if-changed=/opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/llama-cpp-sys-2-0.1.103/llama.cpp/ggml/src/ggml-vulkan/vulkan-shaders/test_integer_dot_support.comp [INFO] [stderr] cargo:rerun-if-changed=/opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/llama-cpp-sys-2-0.1.103/llama.cpp/ggml/src/ggml-vulkan/vulkan-shaders/dequant_q3_k.comp [INFO] [stderr] cargo:rerun-if-changed=/opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/llama-cpp-sys-2-0.1.103/llama.cpp/ggml/src/ggml-vulkan/vulkan-shaders/dequant_q4_0.comp [INFO] [stderr] cargo:rerun-if-changed=/opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/llama-cpp-sys-2-0.1.103/llama.cpp/ggml/src/ggml-vulkan/vulkan-shaders/contig_copy.comp [INFO] [stderr] cargo:rerun-if-changed=/opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/llama-cpp-sys-2-0.1.103/llama.cpp/ggml/src/ggml-vulkan/vulkan-shaders/dequant_iq4_xs.comp [INFO] [stderr] cargo:rerun-if-changed=/opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/llama-cpp-sys-2-0.1.103/llama.cpp/ggml/src/ggml-vulkan/vulkan-shaders/mul_mat_vec_nc.comp [INFO] [stderr] cargo:rerun-if-changed=/opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/llama-cpp-sys-2-0.1.103/llama.cpp/ggml/src/ggml-vulkan/vulkan-shaders/copy_from_quant.comp [INFO] [stderr] cargo:rerun-if-changed=/opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/llama-cpp-sys-2-0.1.103/llama.cpp/ggml/src/ggml-vulkan/vulkan-shaders/mul_mat_vec_iq3_xxs.comp [INFO] [stderr] cargo:rerun-if-changed=/opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/llama-cpp-sys-2-0.1.103/llama.cpp/ggml/src/ggml-vulkan/vulkan-shaders/dequant_q4_k.comp [INFO] [stderr] cargo:rerun-if-changed=/opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/llama-cpp-sys-2-0.1.103/llama.cpp/ggml/src/ggml-vulkan/vulkan-shaders/get_rows_quant.comp [INFO] [stderr] cargo:rerun-if-changed=/opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/llama-cpp-sys-2-0.1.103/llama.cpp/ggml/src/ggml-vulkan/vulkan-shaders/argmax.comp [INFO] [stderr] cargo:rerun-if-changed=/opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/llama-cpp-sys-2-0.1.103/llama.cpp/ggml/src/ggml-vulkan/vulkan-shaders/scale.comp [INFO] [stderr] cargo:rerun-if-changed=/opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/llama-cpp-sys-2-0.1.103/llama.cpp/ggml/src/ggml-vulkan/vulkan-shaders/silu_back.comp [INFO] [stderr] cargo:rerun-if-changed=/opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/llama-cpp-sys-2-0.1.103/llama.cpp/ggml/src/ggml-vulkan/vulkan-shaders/types.comp [INFO] [stderr] cargo:rerun-if-changed=/opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/llama-cpp-sys-2-0.1.103/llama.cpp/ggml/src/ggml-vulkan/vulkan-shaders/add.comp [INFO] [stderr] cargo:rerun-if-changed=/opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/llama-cpp-sys-2-0.1.103/llama.cpp/ggml/src/ggml-vulkan/vulkan-shaders/rope_norm.comp [INFO] [stderr] cargo:rerun-if-changed=/opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/llama-cpp-sys-2-0.1.103/llama.cpp/ggml/src/ggml-vulkan/vulkan-shaders/silu.comp [INFO] [stderr] cargo:rerun-if-changed=/opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/llama-cpp-sys-2-0.1.103/llama.cpp/ggml/src/ggml-vulkan/vulkan-shaders/sub.comp [INFO] [stderr] cargo:rerun-if-changed=/opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/llama-cpp-sys-2-0.1.103/llama.cpp/ggml/src/ggml-vulkan/vulkan-shaders/mul_mat_vec_iq3_s.comp [INFO] [stderr] cargo:rerun-if-changed=/opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/llama-cpp-sys-2-0.1.103/llama.cpp/ggml/src/ggml-vulkan/vulkan-shaders/rms_norm.comp [INFO] [stderr] cargo:rerun-if-changed=/opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/llama-cpp-sys-2-0.1.103/llama.cpp/ggml/src/ggml-vulkan/vulkan-shaders/dequant_iq4_nl.comp [INFO] [stderr] cargo:rerun-if-changed=/opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/llama-cpp-sys-2-0.1.103/llama.cpp/ggml/src/ggml-vulkan/vulkan-shaders/test_coopmat2_support.comp [INFO] [stderr] cargo:rerun-if-changed=/opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/llama-cpp-sys-2-0.1.103/llama.cpp/ggml/src/ggml-vulkan/vulkan-shaders/timestep_embedding.comp [INFO] [stderr] cargo:rerun-if-changed=/opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/llama-cpp-sys-2-0.1.103/llama.cpp/ggml/src/ggml-vulkan/vulkan-shaders/sum_rows.comp [INFO] [stderr] cargo:rerun-if-changed=/opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/llama-cpp-sys-2-0.1.103/llama.cpp/ggml/src/ggml-vulkan/vulkan-shaders/dequant_iq3_xxs.comp [INFO] [stderr] cargo:rerun-if-changed=/opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/llama-cpp-sys-2-0.1.103/llama.cpp/ggml/src/ggml-vulkan/vulkan-shaders/dequant_iq2_s.comp [INFO] [stderr] cargo:rerun-if-changed=/opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/llama-cpp-sys-2-0.1.103/llama.cpp/ggml/src/ggml-vulkan/vulkan-shaders/wkv7.comp [INFO] [stderr] cargo:rerun-if-changed=/opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/llama-cpp-sys-2-0.1.103/llama.cpp/ggml/src/ggml-vulkan/vulkan-shaders/gelu_quick.comp [INFO] [stderr] cargo:rerun-if-changed=/opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/llama-cpp-sys-2-0.1.103/llama.cpp/ggml/src/ggml-vulkan/vulkan-shaders/sigmoid.comp [INFO] [stderr] cargo:rerun-if-changed=/opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/llama-cpp-sys-2-0.1.103/llama.cpp/ggml/src/ggml-vulkan/vulkan-shaders/dequant_f32.comp [INFO] [stderr] cargo:rerun-if-changed=/opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/llama-cpp-sys-2-0.1.103/llama.cpp/ggml/src/ggml-vulkan/vulkan-shaders/wkv6.comp [INFO] [stderr] cargo:rerun-if-changed=/opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/llama-cpp-sys-2-0.1.103/llama.cpp/ggml/src/ggml-vulkan/vulkan-shaders/mul_mat_vec_iq1_m.comp [INFO] [stderr] cargo:rerun-if-changed=/opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/llama-cpp-sys-2-0.1.103/llama.cpp/ggml/src/ggml-vulkan/vulkan-shaders/norm.comp [INFO] [stderr] cargo:rerun-if-changed=/opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/llama-cpp-sys-2-0.1.103/llama.cpp/ggml/src/ggml-vulkan/vulkan-shaders/mul_mm.comp [INFO] [stderr] cargo:rerun-if-changed=/opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/llama-cpp-sys-2-0.1.103/llama.cpp/ggml/src/ggml-vulkan/vulkan-shaders/concat.comp [INFO] [stderr] cargo:rerun-if-changed=/opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/llama-cpp-sys-2-0.1.103/llama.cpp/ggml/src/ggml-vulkan/vulkan-shaders/dequant_q6_k.comp [INFO] [stderr] cargo:rerun-if-changed=/opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/llama-cpp-sys-2-0.1.103/llama.cpp/ggml/src/ggml-vulkan/vulkan-shaders/rope_multi.comp [INFO] [stderr] cargo:rerun-if-changed=/opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/llama-cpp-sys-2-0.1.103/llama.cpp/ggml/src/ggml-vulkan/vulkan-shaders/count_equal.comp [INFO] [stderr] cargo:rerun-if-changed=/opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/llama-cpp-sys-2-0.1.103/llama.cpp/ggml/src/ggml-vulkan/vulkan-shaders/repeat_back.comp [INFO] [stderr] cargo:rerun-if-changed=/opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/llama-cpp-sys-2-0.1.103/llama.cpp/ggml/src/ggml-vulkan/vulkan-shaders/square.comp [INFO] [stderr] cargo:rerun-if-changed=/opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/llama-cpp-sys-2-0.1.103/llama.cpp/ggml/src/ggml-vulkan/vulkan-shaders/mul_mat_vec_q3_k.comp [INFO] [stderr] cargo:rerun-if-changed=/opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/llama-cpp-sys-2-0.1.103/llama.cpp/ggml/src/ggml-vulkan/vulkan-shaders/dequant_iq3_s.comp [INFO] [stderr] cargo:rerun-if-changed=/opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/llama-cpp-sys-2-0.1.103/llama.cpp/ggml/src/ggml-vulkan/vulkan-shaders/l2_norm.comp [INFO] [stderr] cargo:rerun-if-changed=/opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/llama-cpp-sys-2-0.1.103/llama.cpp/ggml/src/ggml-vulkan/vulkan-shaders/dequant_iq1_m.comp [INFO] [stderr] cargo:rerun-if-changed=/opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/llama-cpp-sys-2-0.1.103/llama.cpp/ggml/src/ggml-vulkan/vulkan-shaders/quantize_q8_1.comp [INFO] [stderr] cargo:rerun-if-changed=/opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/llama-cpp-sys-2-0.1.103/llama.cpp/ggml/src/ggml-vulkan/vulkan-shaders/dequant_q2_k.comp [INFO] [stderr] cargo:rerun-if-changed=/opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/llama-cpp-sys-2-0.1.103/llama.cpp/ggml/src/ggml-vulkan/vulkan-shaders/acc.comp [INFO] [stderr] cargo:rerun-if-changed=/opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/llama-cpp-sys-2-0.1.103/llama.cpp/ggml/src/ggml-vulkan/vulkan-shaders/dequant_iq2_xxs.comp [INFO] [stderr] cargo:rerun-if-changed=/opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/llama-cpp-sys-2-0.1.103/llama.cpp/ggml/src/ggml-vulkan/vulkan-shaders/mul_mat_vec_q6_k.comp [INFO] [stderr] cargo:rerun-if-changed=/opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/llama-cpp-sys-2-0.1.103/llama.cpp/ggml/src/ggml-vulkan/vulkan-shaders/mul_mat_vec_q2_k.comp [INFO] [stderr] cargo:rerun-if-changed=/opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/llama-cpp-sys-2-0.1.103/llama.cpp/ggml/src/ggml-vulkan/vulkan-shaders/rope_neox.comp [INFO] [stderr] cargo:rerun-if-changed=/opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/llama-cpp-sys-2-0.1.103/llama.cpp/ggml/src/ggml-vulkan/vulkan-shaders/mul_mat_vec_iq2_s.comp [INFO] [stderr] cargo:rerun-if-changed=/opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/llama-cpp-sys-2-0.1.103/llama.cpp/ggml/src/ggml-vulkan/vulkan-shaders/copy.comp [INFO] [stderr] cargo:rerun-if-changed=/opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/llama-cpp-sys-2-0.1.103/llama.cpp/ggml/src/ggml-vulkan/vulkan-shaders/argsort.comp [INFO] [stderr] cargo:rerun-if-changed=/opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/llama-cpp-sys-2-0.1.103/llama.cpp/ggml/src/ggml-vulkan/vulkan-shaders/mul_mmq_funcs.comp [INFO] [stderr] cargo:rerun-if-changed=/opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/llama-cpp-sys-2-0.1.103/llama.cpp/ggml/src/ggml-vulkan/vulkan-shaders/opt_step_adamw.comp [INFO] [stderr] cargo:rerun-if-changed=/opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/llama-cpp-sys-2-0.1.103/llama.cpp/ggml/src/ggml-vulkan/vulkan-shaders/mul_mat_vec_q4_k.comp [INFO] [stderr] cargo:rerun-if-changed=/opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/llama-cpp-sys-2-0.1.103/llama.cpp/ggml/src/ggml-vulkan/vulkan-shaders/gelu.comp [INFO] [stderr] cargo:rerun-if-changed=/opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/llama-cpp-sys-2-0.1.103/llama.cpp/ggml/src/ggml-vulkan/vulkan-shaders/vulkan-shaders-gen.cpp [INFO] [stderr] cargo:rerun-if-changed=/opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/llama-cpp-sys-2-0.1.103/llama.cpp/ggml/src/ggml-vulkan/vulkan-shaders/dequant_iq1_s.comp [INFO] [stderr] cargo:rerun-if-changed=/opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/llama-cpp-sys-2-0.1.103/llama.cpp/ggml/src/ggml-vulkan/vulkan-shaders/tanh.comp [INFO] [stderr] cargo:rerun-if-changed=/opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/llama-cpp-sys-2-0.1.103/llama.cpp/ggml/src/ggml-vulkan/vulkan-shaders/dequant_q5_k.comp [INFO] [stderr] cargo:rerun-if-changed=/opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/llama-cpp-sys-2-0.1.103/llama.cpp/ggml/src/ggml-vulkan/vulkan-shaders/dequant_funcs.comp [INFO] [stderr] cargo:rerun-if-changed=/opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/llama-cpp-sys-2-0.1.103/llama.cpp/ggml/src/ggml-vulkan/vulkan-shaders/repeat.comp [INFO] [stderr] cargo:rerun-if-changed=/opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/llama-cpp-sys-2-0.1.103/llama.cpp/ggml/src/ggml-vulkan/vulkan-shaders/dequant_q5_1.comp [INFO] [stderr] cargo:rerun-if-changed=/opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/llama-cpp-sys-2-0.1.103/llama.cpp/ggml/src/ggml-vulkan/vulkan-shaders/copy_to_quant.comp [INFO] [stderr] cargo:rerun-if-changed=/opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/llama-cpp-sys-2-0.1.103/llama.cpp/ggml/src/ggml-vulkan/vulkan-shaders/sin.comp [INFO] [stderr] cargo:rerun-if-changed=/opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/llama-cpp-sys-2-0.1.103/llama.cpp/ggml/src/ggml-vulkan/vulkan-shaders/pad.comp [INFO] [stderr] cargo:rerun-if-changed=/opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/llama-cpp-sys-2-0.1.103/llama.cpp/ggml/src/ggml-vulkan/vulkan-shaders/mul_mat_vec_q5_k.comp [INFO] [stderr] cargo:rerun-if-changed=/opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/llama-cpp-sys-2-0.1.103/llama.cpp/ggml/src/ggml-vulkan/vulkan-shaders/mul_mmq.comp [INFO] [stderr] cargo:rerun-if-changed=/opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/llama-cpp-sys-2-0.1.103/llama.cpp/ggml/src/ggml-vulkan/vulkan-shaders/generic_binary_head.comp [INFO] [stderr] cargo:rerun-if-changed=/opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/llama-cpp-sys-2-0.1.103/llama.cpp/ggml/src/ggml-vulkan/vulkan-shaders/soft_max.comp [INFO] [stderr] cargo:rerun-if-changed=/opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/llama-cpp-sys-2-0.1.103/llama.cpp/ggml/src/ggml-vulkan/vulkan-shaders/soft_max_back.comp [INFO] [stderr] cargo:rerun-if-changed=/opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/llama-cpp-sys-2-0.1.103/llama.cpp/ggml/src/ggml-vulkan/vulkan-shaders/generic_head.comp [INFO] [stderr] cargo:rerun-if-changed=/opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/llama-cpp-sys-2-0.1.103/llama.cpp/ggml/src/ggml-vulkan/vulkan-shaders/upscale.comp [INFO] [stderr] cargo:rerun-if-changed=/opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/llama-cpp-sys-2-0.1.103/llama.cpp/ggml/src/ggml-vulkan/vulkan-shaders/dequant_q5_0.comp [INFO] [stderr] cargo:rerun-if-changed=/opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/llama-cpp-sys-2-0.1.103/llama.cpp/ggml/src/ggml-vulkan/vulkan-shaders/rms_norm_back.comp [INFO] [stderr] cargo:rerun-if-changed=/opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/llama-cpp-sys-2-0.1.103/llama.cpp/ggml/src/ggml-vulkan/vulkan-shaders/dequant_funcs_cm2.comp [INFO] [stderr] cargo:rerun-if-changed=/opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/llama-cpp-sys-2-0.1.103/llama.cpp/ggml/src/ggml-vulkan/vulkan-shaders/generic_unary_head.comp [INFO] [stderr] cargo:rerun-if-changed=/opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/llama-cpp-sys-2-0.1.103/llama.cpp/ggml/src/ggml-vulkan/vulkan-shaders/div.comp [INFO] [stderr] cargo:rerun-if-changed=/opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/llama-cpp-sys-2-0.1.103/llama.cpp/ggml/src/ggml-vulkan/vulkan-shaders/mul_mat_vec.comp [INFO] [stderr] cargo:rerun-if-changed=/opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/llama-cpp-sys-2-0.1.103/llama.cpp/ggml/src/ggml-vulkan/vulkan-shaders/mul_mm_cm2.comp [INFO] [stderr] cargo:rerun-if-changed=/opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/llama-cpp-sys-2-0.1.103/llama.cpp/ggml/src/ggml-vulkan/vulkan-shaders/mul_mat_vec_p021.comp [INFO] [stderr] cargo:rerun-if-changed=/opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/llama-cpp-sys-2-0.1.103/llama.cpp/ggml/src/ggml-vulkan/vulkan-shaders/group_norm.comp [INFO] [stderr] cargo:rerun-if-changed=/opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/llama-cpp-sys-2-0.1.103/llama.cpp/ggml/src/ggml-vulkan/vulkan-shaders/mul_mat_vec_iq1_s.comp [INFO] [stderr] cargo:rerun-if-changed=/opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/llama-cpp-sys-2-0.1.103/llama.cpp/ggml/src/ggml-vulkan/vulkan-shaders/relu.comp [INFO] [stderr] cargo:rerun-if-changed=/opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/llama-cpp-sys-2-0.1.103/llama.cpp/ggml/src/ggml-vulkan/vulkan-shaders/mul_mat_vec_iq2_xs.comp [INFO] [stderr] cargo:rerun-if-changed=/opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/llama-cpp-sys-2-0.1.103/llama.cpp/ggml/src/ggml-vulkan/vulkan-shaders/dequant_q4_1.comp [INFO] [stderr] cargo:rerun-if-changed=/opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/llama-cpp-sys-2-0.1.103/llama.cpp/ggml/src/ggml-vulkan/vulkan-shaders/dequant_head.comp [INFO] [stderr] cargo:rerun-if-changed=/opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/llama-cpp-sys-2-0.1.103/llama.cpp/ggml/src/ggml-vulkan/vulkan-shaders/diag_mask_inf.comp [INFO] [stderr] cargo:rerun-if-changed=/opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/llama-cpp-sys-2-0.1.103/llama.cpp/ggml/src/ggml-vulkan/vulkan-shaders/get_rows.comp [INFO] [stderr] cargo:rerun-if-changed=/opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/llama-cpp-sys-2-0.1.103/llama.cpp/ggml/src/ggml-vulkan/vulkan-shaders/mul_mat_vec_iq2_xxs.comp [INFO] [stderr] cargo:rerun-if-changed=/opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/llama-cpp-sys-2-0.1.103/llama.cpp/ggml/src/ggml-vulkan/cmake [INFO] [stderr] cargo:rerun-if-changed=/opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/llama-cpp-sys-2-0.1.103/llama.cpp/ggml/src/ggml-vulkan/cmake/host-toolchain.cmake.in [INFO] [stderr] cargo:rerun-if-changed=/opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/llama-cpp-sys-2-0.1.103/llama.cpp/ggml/src/ggml-vulkan/ggml-vulkan.cpp [INFO] [stderr] cargo:rerun-if-env-changed=TARGET [INFO] [stderr] cargo:rerun-if-env-changed=BINDGEN_EXTRA_CLANG_ARGS_x86_64-unknown-linux-gnu [INFO] [stderr] cargo:rerun-if-env-changed=BINDGEN_EXTRA_CLANG_ARGS_x86_64_unknown_linux_gnu [INFO] [stderr] cargo:rerun-if-env-changed=BINDGEN_EXTRA_CLANG_ARGS [INFO] [stderr] cargo:rerun-if-changed=wrapper.h [INFO] [stderr] cargo:rerun-if-changed=./llama.cpp/include/llama.h [INFO] [stderr] cargo:rerun-if-changed=/opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/llama-cpp-sys-2-0.1.103/llama.cpp/ggml/include/ggml.h [INFO] [stderr] cargo:rerun-if-changed=/usr/lib/llvm-18/lib/clang/18/include/stdbool.h [INFO] [stderr] cargo:rerun-if-changed=/usr/lib/llvm-18/lib/clang/18/include/stddef.h [INFO] [stderr] cargo:rerun-if-changed=/usr/lib/llvm-18/lib/clang/18/include/__stddef_ptrdiff_t.h [INFO] [stderr] cargo:rerun-if-changed=/usr/lib/llvm-18/lib/clang/18/include/__stddef_size_t.h [INFO] [stderr] cargo:rerun-if-changed=/usr/lib/llvm-18/lib/clang/18/include/__stddef_wchar_t.h [INFO] [stderr] cargo:rerun-if-changed=/usr/lib/llvm-18/lib/clang/18/include/__stddef_null.h [INFO] [stderr] cargo:rerun-if-changed=/usr/lib/llvm-18/lib/clang/18/include/__stddef_max_align_t.h [INFO] [stderr] cargo:rerun-if-changed=/usr/lib/llvm-18/lib/clang/18/include/__stddef_offsetof.h [INFO] [stderr] cargo:rerun-if-changed=/usr/lib/llvm-18/lib/clang/18/include/stdint.h [INFO] [stderr] cargo:rerun-if-changed=/usr/include/stdint.h [INFO] [stderr] cargo:rerun-if-changed=/usr/include/x86_64-linux-gnu/bits/libc-header-start.h [INFO] [stderr] cargo:rerun-if-changed=/usr/include/features.h [INFO] [stderr] cargo:rerun-if-changed=/usr/include/features-time64.h [INFO] [stderr] cargo:rerun-if-changed=/usr/include/x86_64-linux-gnu/bits/wordsize.h [INFO] [stderr] cargo:rerun-if-changed=/usr/include/x86_64-linux-gnu/bits/timesize.h [INFO] [stderr] cargo:rerun-if-changed=/usr/include/x86_64-linux-gnu/bits/wordsize.h [INFO] [stderr] cargo:rerun-if-changed=/usr/include/stdc-predef.h [INFO] [stderr] cargo:rerun-if-changed=/usr/include/x86_64-linux-gnu/sys/cdefs.h [INFO] [stderr] cargo:rerun-if-changed=/usr/include/x86_64-linux-gnu/bits/wordsize.h [INFO] [stderr] cargo:rerun-if-changed=/usr/include/x86_64-linux-gnu/bits/long-double.h [INFO] [stderr] cargo:rerun-if-changed=/usr/include/x86_64-linux-gnu/gnu/stubs.h [INFO] [stderr] cargo:rerun-if-changed=/usr/include/x86_64-linux-gnu/gnu/stubs-64.h [INFO] [stderr] cargo:rerun-if-changed=/usr/include/x86_64-linux-gnu/bits/types.h [INFO] [stderr] cargo:rerun-if-changed=/usr/include/features.h [INFO] [stderr] cargo:rerun-if-changed=/usr/include/x86_64-linux-gnu/bits/wordsize.h [INFO] [stderr] cargo:rerun-if-changed=/usr/include/x86_64-linux-gnu/bits/timesize.h [INFO] [stderr] cargo:rerun-if-changed=/usr/include/x86_64-linux-gnu/bits/wordsize.h [INFO] [stderr] cargo:rerun-if-changed=/usr/include/x86_64-linux-gnu/bits/typesizes.h [INFO] [stderr] cargo:rerun-if-changed=/usr/include/x86_64-linux-gnu/bits/time64.h [INFO] [stderr] cargo:rerun-if-changed=/usr/include/x86_64-linux-gnu/bits/wchar.h [INFO] [stderr] cargo:rerun-if-changed=/usr/include/x86_64-linux-gnu/bits/wordsize.h [INFO] [stderr] cargo:rerun-if-changed=/usr/include/x86_64-linux-gnu/bits/stdint-intn.h [INFO] [stderr] cargo:rerun-if-changed=/usr/include/x86_64-linux-gnu/bits/types.h [INFO] [stderr] cargo:rerun-if-changed=/usr/include/x86_64-linux-gnu/bits/stdint-uintn.h [INFO] [stderr] cargo:rerun-if-changed=/usr/include/x86_64-linux-gnu/bits/types.h [INFO] [stderr] cargo:rerun-if-changed=/usr/include/x86_64-linux-gnu/bits/stdint-least.h [INFO] [stderr] cargo:rerun-if-changed=/usr/include/x86_64-linux-gnu/bits/types.h [INFO] [stderr] cargo:rerun-if-changed=/usr/include/stdio.h [INFO] [stderr] cargo:rerun-if-changed=/usr/include/x86_64-linux-gnu/bits/libc-header-start.h [INFO] [stderr] cargo:rerun-if-changed=/usr/include/features.h [INFO] [stderr] cargo:rerun-if-changed=/usr/lib/llvm-18/lib/clang/18/include/stddef.h [INFO] [stderr] cargo:rerun-if-changed=/usr/lib/llvm-18/lib/clang/18/include/__stddef_size_t.h [INFO] [stderr] cargo:rerun-if-changed=/usr/lib/llvm-18/lib/clang/18/include/__stddef_null.h [INFO] [stderr] cargo:rerun-if-changed=/usr/lib/llvm-18/lib/clang/18/include/stdarg.h [INFO] [stderr] cargo:rerun-if-changed=/usr/lib/llvm-18/lib/clang/18/include/__stdarg___gnuc_va_list.h [INFO] [stderr] cargo:rerun-if-changed=/usr/include/x86_64-linux-gnu/bits/types.h [INFO] [stderr] cargo:rerun-if-changed=/usr/include/x86_64-linux-gnu/bits/types/__fpos_t.h [INFO] [stderr] cargo:rerun-if-changed=/usr/include/x86_64-linux-gnu/bits/types.h [INFO] [stderr] cargo:rerun-if-changed=/usr/include/x86_64-linux-gnu/bits/types/__mbstate_t.h [INFO] [stderr] cargo:rerun-if-changed=/usr/include/x86_64-linux-gnu/bits/types/__fpos64_t.h [INFO] [stderr] cargo:rerun-if-changed=/usr/include/x86_64-linux-gnu/bits/types.h [INFO] [stderr] cargo:rerun-if-changed=/usr/include/x86_64-linux-gnu/bits/types/__mbstate_t.h [INFO] [stderr] cargo:rerun-if-changed=/usr/include/x86_64-linux-gnu/bits/types/__FILE.h [INFO] [stderr] cargo:rerun-if-changed=/usr/include/x86_64-linux-gnu/bits/types/FILE.h [INFO] [stderr] cargo:rerun-if-changed=/usr/include/x86_64-linux-gnu/bits/types/struct_FILE.h [INFO] [stderr] cargo:rerun-if-changed=/usr/include/x86_64-linux-gnu/bits/types.h [INFO] [stderr] cargo:rerun-if-changed=/usr/include/x86_64-linux-gnu/bits/types/cookie_io_functions_t.h [INFO] [stderr] cargo:rerun-if-changed=/usr/include/x86_64-linux-gnu/bits/types.h [INFO] [stderr] cargo:rerun-if-changed=/usr/include/x86_64-linux-gnu/bits/stdio_lim.h [INFO] [stderr] cargo:rerun-if-changed=/usr/include/x86_64-linux-gnu/bits/floatn.h [INFO] [stderr] cargo:rerun-if-changed=/usr/include/features.h [INFO] [stderr] cargo:rerun-if-changed=/usr/include/x86_64-linux-gnu/bits/floatn-common.h [INFO] [stderr] cargo:rerun-if-changed=/usr/include/features.h [INFO] [stderr] cargo:rerun-if-changed=/usr/include/x86_64-linux-gnu/bits/long-double.h [INFO] [stderr] cargo:rerun-if-changed=/opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/llama-cpp-sys-2-0.1.103/llama.cpp/ggml/include/ggml-cpu.h [INFO] [stderr] cargo:rerun-if-changed=/opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/llama-cpp-sys-2-0.1.103/llama.cpp/ggml/include/ggml.h [INFO] [stderr] cargo:rerun-if-changed=/opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/llama-cpp-sys-2-0.1.103/llama.cpp/ggml/include/ggml-backend.h [INFO] [stderr] cargo:rerun-if-changed=/opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/llama-cpp-sys-2-0.1.103/llama.cpp/ggml/include/ggml.h [INFO] [stderr] cargo:rerun-if-changed=/opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/llama-cpp-sys-2-0.1.103/llama.cpp/ggml/include/ggml-alloc.h [INFO] [stderr] cargo:rerun-if-changed=/opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/llama-cpp-sys-2-0.1.103/llama.cpp/ggml/include/ggml.h [INFO] [stderr] cargo:rerun-if-changed=/opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/llama-cpp-sys-2-0.1.103/llama.cpp/ggml/include/ggml-backend.h [INFO] [stderr] cargo:rerun-if-changed=/usr/lib/llvm-18/lib/clang/18/include/stddef.h [INFO] [stderr] cargo:rerun-if-changed=/usr/lib/llvm-18/lib/clang/18/include/stdint.h [INFO] [stderr] cargo:rerun-if-changed=/usr/include/stdio.h [INFO] [stderr] cargo:rerun-if-changed=/usr/lib/llvm-18/lib/clang/18/include/stdbool.h [INFO] [stderr] cargo:rerun-if-changed=wrapper.h [INFO] [stderr] CMAKE_TOOLCHAIN_FILE_x86_64-unknown-linux-gnu = None [INFO] [stderr] CMAKE_TOOLCHAIN_FILE_x86_64_unknown_linux_gnu = None [INFO] [stderr] HOST_CMAKE_TOOLCHAIN_FILE = None [INFO] [stderr] CMAKE_TOOLCHAIN_FILE = None [INFO] [stderr] CMAKE_GENERATOR_x86_64-unknown-linux-gnu = None [INFO] [stderr] CMAKE_GENERATOR_x86_64_unknown_linux_gnu = None [INFO] [stderr] HOST_CMAKE_GENERATOR = None [INFO] [stderr] CMAKE_GENERATOR = None [INFO] [stderr] CMAKE_PREFIX_PATH_x86_64-unknown-linux-gnu = None [INFO] [stderr] CMAKE_PREFIX_PATH_x86_64_unknown_linux_gnu = None [INFO] [stderr] HOST_CMAKE_PREFIX_PATH = None [INFO] [stderr] CMAKE_PREFIX_PATH = None [INFO] [stderr] CMAKE_x86_64-unknown-linux-gnu = None [INFO] [stderr] CMAKE_x86_64_unknown_linux_gnu = None [INFO] [stderr] HOST_CMAKE = None [INFO] [stderr] CMAKE = None [INFO] [stderr] running: cd "/opt/rustwide/target/debug/build/llama-cpp-sys-2-40d69f22ea4677c3/out/build" && CMAKE_PREFIX_PATH="" LC_ALL="C" "cmake" "/opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/llama-cpp-sys-2-0.1.103/llama.cpp" "-DLLAMA_BUILD_TESTS=OFF" "-DLLAMA_BUILD_EXAMPLES=OFF" "-DLLAMA_BUILD_SERVER=OFF" "-DLLAMA_CURL=OFF" "-DBUILD_SHARED_LIBS=OFF" "-DGGML_OPENMP=ON" "-DCMAKE_INSTALL_PREFIX=/opt/rustwide/target/debug/build/llama-cpp-sys-2-40d69f22ea4677c3/out" "-DCMAKE_C_FLAGS= -ffunction-sections -fdata-sections -fPIC -m64" "-DCMAKE_C_COMPILER=/usr/bin/cc" "-DCMAKE_CXX_FLAGS= -ffunction-sections -fdata-sections -fPIC -m64" "-DCMAKE_CXX_COMPILER=/usr/bin/c++" "-DCMAKE_ASM_FLAGS= -ffunction-sections -fdata-sections -fPIC -m64" "-DCMAKE_ASM_COMPILER=/usr/bin/cc" "-DCMAKE_BUILD_TYPE=Release" [INFO] [stderr] -- The C compiler identification is GNU 13.3.0 [INFO] [stderr] -- The CXX compiler identification is GNU 13.3.0 [INFO] [stderr] -- Detecting C compiler ABI info [INFO] [stderr] -- Detecting C compiler ABI info - done [INFO] [stderr] -- Check for working C compiler: /usr/bin/cc - skipped [INFO] [stderr] -- Detecting C compile features [INFO] [stderr] -- Detecting C compile features - done [INFO] [stderr] -- Detecting CXX compiler ABI info [INFO] [stderr] -- Detecting CXX compiler ABI info - done [INFO] [stderr] -- Check for working CXX compiler: /usr/bin/c++ - skipped [INFO] [stderr] -- Detecting CXX compile features [INFO] [stderr] -- Detecting CXX compile features - done [INFO] [stderr] -- Found Git: /usr/bin/git (found version "2.43.0") [INFO] [stderr] -- Performing Test CMAKE_HAVE_LIBC_PTHREAD [INFO] [stderr] -- Performing Test CMAKE_HAVE_LIBC_PTHREAD - Success [INFO] [stderr] -- Found Threads: TRUE [INFO] [stderr] -- Warning: ccache not found - consider installing it for faster compilation or disable this warning with GGML_CCACHE=OFF [INFO] [stderr] -- CMAKE_SYSTEM_PROCESSOR: x86_64 [INFO] [stderr] -- Including CPU backend [INFO] [stderr] -- Found OpenMP_C: -fopenmp (found version "4.5") [INFO] [stderr] -- Found OpenMP_CXX: -fopenmp (found version "4.5") [INFO] [stderr] -- Found OpenMP: TRUE (found version "4.5") [INFO] [stderr] -- x86 detected [INFO] [stderr] -- Adding CPU backend variant ggml-cpu: -march=native [INFO] [stderr] -- Configuring done (2.4s) [INFO] [stderr] -- Generating done (0.0s) [INFO] [stderr] -- Build files have been written to: /opt/rustwide/target/debug/build/llama-cpp-sys-2-40d69f22ea4677c3/out/build [INFO] [stderr] running: cd "/opt/rustwide/target/debug/build/llama-cpp-sys-2-40d69f22ea4677c3/out/build" && LC_ALL="C" MAKEFLAGS="-j --jobserver-fds=8,9 --jobserver-auth=8,9" "cmake" "--build" "/opt/rustwide/target/debug/build/llama-cpp-sys-2-40d69f22ea4677c3/out/build" "--target" "install" "--config" "Release" [INFO] [stderr] [ 1%] Generating build details from Git [INFO] [stderr] [ 3%] Building CXX object ggml/src/CMakeFiles/ggml-base.dir/ggml-opt.cpp.o [INFO] [stderr] [ 5%] Building C object ggml/src/CMakeFiles/ggml-base.dir/ggml-quants.c.o [INFO] [stderr] -- Found Git: /usr/bin/git (found version "2.43.0") [INFO] [stderr] [ 8%] Building CXX object ggml/src/CMakeFiles/ggml-base.dir/gguf.cpp.o [INFO] [stderr] [ 6%] Building C object ggml/src/CMakeFiles/ggml-base.dir/ggml-alloc.c.o [INFO] [stderr] [ 10%] Building C object ggml/src/CMakeFiles/ggml-base.dir/ggml.c.o [INFO] [stderr] [ 11%] Building CXX object ggml/src/CMakeFiles/ggml-base.dir/ggml-threading.cpp.o [INFO] [stderr] [ 13%] Building CXX object ggml/src/CMakeFiles/ggml-base.dir/ggml-backend.cpp.o [INFO] [stderr] [ 15%] Linking CXX static library libggml-base.a [INFO] [stderr] [ 15%] Built target ggml-base [INFO] [stderr] [INFO] [stderr] --- stderr [INFO] [stderr] error: 'rustfmt' is not installed for the custom toolchain 'c43786c9b7b8d8dcc3f9c604e0e3074c16ed69d3'. [INFO] [stderr] note: this is a custom toolchain, which cannot use `rustup component add` [INFO] [stderr] help: if you built this toolchain from source, and used `rustup toolchain link`, then you may be able to build the component with `x.py` [INFO] [stderr] Failed to run rustfmt: Internal rustfmt error (non-fatal, continuing) [INFO] [stderr] fatal: not a git repository (or any parent up to mount point /opt/rustwide) [INFO] [stderr] Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set). [INFO] [stderr] fatal: not a git repository (or any parent up to mount point /opt/rustwide) [INFO] [stderr] Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set). [INFO] [stderr] fatal: not a git repository (or any parent up to mount point /opt/rustwide) [INFO] [stderr] Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set). [INFO] [stderr] fatal: not a git repository (or any parent up to mount point /opt/rustwide) [INFO] [stderr] Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set). [INFO] [stderr] CMake Warning at common/CMakeLists.txt:32 (message): [INFO] [stderr] Git repository not found; to enable automatic generation of build info, [INFO] [stderr] make sure Git is installed and the project is a Git repository. [INFO] [stderr] [INFO] [stderr] [INFO] [stderr] CMake Warning: [INFO] [stderr] Manually-specified variables were not used by the project: [INFO] [stderr] [INFO] [stderr] CMAKE_ASM_COMPILER [INFO] [stderr] CMAKE_ASM_FLAGS [INFO] [stderr] [INFO] [stderr] [INFO] [stderr] gmake: warning: -j16 forced in submake: resetting jobserver mode. [INFO] [stderr] fatal: not a git repository (or any parent up to mount point /opt/rustwide) [INFO] [stderr] Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set). [INFO] [stderr] fatal: not a git repository (or any parent up to mount point /opt/rustwide) [INFO] [stderr] Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set). [INFO] [stderr] CMake Error: Could not open file for write in copy operation /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/llama-cpp-sys-2-0.1.103/llama.cpp/common/build-info.cpp.tmp [INFO] [stderr] CMake Error: : System Error: Read-only file system [INFO] [stderr] CMake Error at common/cmake/build-info-gen-cpp.cmake:23 (configure_file): [INFO] [stderr] configure_file Problem configuring file [INFO] [stderr] [INFO] [stderr] [INFO] [stderr] gmake[2]: *** [common/CMakeFiles/build_info.dir/build.make:74: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/llama-cpp-sys-2-0.1.103/llama.cpp/common/build-info.cpp] Error 1 [INFO] [stderr] gmake[1]: *** [CMakeFiles/Makefile2:278: common/CMakeFiles/build_info.dir/all] Error 2 [INFO] [stderr] gmake[1]: *** Waiting for unfinished jobs.... [INFO] [stderr] gmake: *** [Makefile:136: all] Error 2 [INFO] [stderr] [INFO] [stderr] thread 'main' panicked at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/cmake-0.1.54/src/lib.rs:1119:5: [INFO] [stderr] [INFO] [stderr] command did not execute successfully, got: exit status: 2 [INFO] [stderr] [INFO] [stderr] build script failed, must exit now [INFO] [stderr] stack backtrace: [INFO] [stderr] 0: 0x630540abba72 - std::backtrace_rs::backtrace::libunwind::trace::h703cd3050ba1fbd2 [INFO] [stderr] at /rustc/c43786c9b7b8d8dcc3f9c604e0e3074c16ed69d3/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9 [INFO] [stderr] 1: 0x630540abba72 - std::backtrace_rs::backtrace::trace_unsynchronized::he85d1bddc9320a34 [INFO] [stderr] at /rustc/c43786c9b7b8d8dcc3f9c604e0e3074c16ed69d3/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14 [INFO] [stderr] 2: 0x630540abba72 - std::sys::backtrace::_print_fmt::he95b1e68abb71bc9 [INFO] [stderr] at /rustc/c43786c9b7b8d8dcc3f9c604e0e3074c16ed69d3/library/std/src/sys/backtrace.rs:66:9 [INFO] [stderr] 3: 0x630540abba72 - ::fmt::h74fdc35bd60d4586 [INFO] [stderr] at /rustc/c43786c9b7b8d8dcc3f9c604e0e3074c16ed69d3/library/std/src/sys/backtrace.rs:39:26 [INFO] [stderr] 4: 0x630540ae6883 - core::fmt::rt::Argument::fmt::h1d47bbda47446d64 [INFO] [stderr] at /rustc/c43786c9b7b8d8dcc3f9c604e0e3074c16ed69d3/library/core/src/fmt/rt.rs:173:76 [INFO] [stderr] 5: 0x630540ae6883 - core::fmt::write::hae5908eb55a289cb [INFO] [stderr] at /rustc/c43786c9b7b8d8dcc3f9c604e0e3074c16ed69d3/library/core/src/fmt/mod.rs:1446:25 [INFO] [stderr] 6: 0x630540ab80e3 - std::io::default_write_fmt::he3f84f5280ad0053 [INFO] [stderr] at /rustc/c43786c9b7b8d8dcc3f9c604e0e3074c16ed69d3/library/std/src/io/mod.rs:639:11 [INFO] [stderr] 7: 0x630540ab80e3 - std::io::Write::write_fmt::h7c5e8e2e0fbec6e2 [INFO] [stderr] at /rustc/c43786c9b7b8d8dcc3f9c604e0e3074c16ed69d3/library/std/src/io/mod.rs:1914:13 [INFO] [stderr] 8: 0x630540abb8c2 - std::sys::backtrace::BacktraceLock::print::h45fd01a21d471a87 [INFO] [stderr] at /rustc/c43786c9b7b8d8dcc3f9c604e0e3074c16ed69d3/library/std/src/sys/backtrace.rs:42:9 [INFO] [stderr] 9: 0x630540abdc42 - std::panicking::default_hook::{{closure}}::h18d4ce2bef06007d [INFO] [stderr] at /rustc/c43786c9b7b8d8dcc3f9c604e0e3074c16ed69d3/library/std/src/panicking.rs:300:22 [INFO] [stderr] 10: 0x630540abda45 - std::panicking::default_hook::hb147e93e35295a42 [INFO] [stderr] at /rustc/c43786c9b7b8d8dcc3f9c604e0e3074c16ed69d3/library/std/src/panicking.rs:327:9 [INFO] [stderr] 11: 0x630540abe662 - std::panicking::rust_panic_with_hook::ha4a8f348e84d7f96 [INFO] [stderr] at /rustc/c43786c9b7b8d8dcc3f9c604e0e3074c16ed69d3/library/std/src/panicking.rs:833:13 [INFO] [stderr] 12: 0x630540abe3ea - std::panicking::begin_panic_handler::{{closure}}::h593638cc75299800 [INFO] [stderr] at /rustc/c43786c9b7b8d8dcc3f9c604e0e3074c16ed69d3/library/std/src/panicking.rs:706:13 [INFO] [stderr] 13: 0x630540abbf79 - std::sys::backtrace::__rust_end_short_backtrace::h45a49c025a50a1a9 [INFO] [stderr] at /rustc/c43786c9b7b8d8dcc3f9c604e0e3074c16ed69d3/library/std/src/sys/backtrace.rs:168:18 [INFO] [stderr] 14: 0x630540abe07d - __rustc[f9f24a56283758dc]::rust_begin_unwind [INFO] [stderr] at /rustc/c43786c9b7b8d8dcc3f9c604e0e3074c16ed69d3/library/std/src/panicking.rs:697:5 [INFO] [stderr] 15: 0x630540ae4be0 - core::panicking::panic_fmt::hae6bc8833d095eab [INFO] [stderr] at /rustc/c43786c9b7b8d8dcc3f9c604e0e3074c16ed69d3/library/core/src/panicking.rs:75:14 [INFO] [stderr] 16: 0x630540a28e9b - cmake::fail::hacda6ec671aeaaf0 [INFO] [stderr] 17: 0x630540a28702 - cmake::run::h8c95249b02c2140c [INFO] [stderr] 18: 0x630540a251d8 - cmake::Config::build::h3eaed6eb664be965 [INFO] [stderr] 19: 0x6305404d3aba - build_script_build::main::h761797ae0b56f26c [INFO] [stderr] 20: 0x6305404cc013 - core::ops::function::FnOnce::call_once::h6e01de81542ee37a [INFO] [stderr] 21: 0x6305404cbd16 - std::sys::backtrace::__rust_begin_short_backtrace::hd1500ee813f571fb [INFO] [stderr] 22: 0x6305404cbcb9 - std::rt::lang_start::{{closure}}::h530a3c376b19826f [INFO] [stderr] 23: 0x630540ab0ec4 - core::ops::function::impls:: for &F>::call_once::h07f367fd7bfaa82b [INFO] [stderr] at /rustc/c43786c9b7b8d8dcc3f9c604e0e3074c16ed69d3/library/core/src/ops/function.rs:284:13 [INFO] [stderr] 24: 0x630540ab0ec4 - std::panicking::try::do_call::h1494e871a82831cc [INFO] [stderr] at /rustc/c43786c9b7b8d8dcc3f9c604e0e3074c16ed69d3/library/std/src/panicking.rs:589:40 [INFO] [stderr] 25: 0x630540ab0ec4 - std::panicking::try::h8d7699a439851b86 [INFO] [stderr] at /rustc/c43786c9b7b8d8dcc3f9c604e0e3074c16ed69d3/library/std/src/panicking.rs:552:19 [INFO] [stderr] 26: 0x630540ab0ec4 - std::panic::catch_unwind::h3d7cc95b3c6cf4cc [INFO] [stderr] at /rustc/c43786c9b7b8d8dcc3f9c604e0e3074c16ed69d3/library/std/src/panic.rs:359:14 [INFO] [stderr] 27: 0x630540ab0ec4 - std::rt::lang_start_internal::{{closure}}::h0f254aa16a55bab7 [INFO] [stderr] at /rustc/c43786c9b7b8d8dcc3f9c604e0e3074c16ed69d3/library/std/src/rt.rs:175:24 [INFO] [stderr] 28: 0x630540ab0ec4 - std::panicking::try::do_call::h9dfea472a1a05b8a [INFO] [stderr] at /rustc/c43786c9b7b8d8dcc3f9c604e0e3074c16ed69d3/library/std/src/panicking.rs:589:40 [INFO] [stderr] 29: 0x630540ab0ec4 - std::panicking::try::hd9267187681ee810 [INFO] [stderr] at /rustc/c43786c9b7b8d8dcc3f9c604e0e3074c16ed69d3/library/std/src/panicking.rs:552:19 [INFO] [stderr] 30: 0x630540ab0ec4 - std::panic::catch_unwind::he54a519cb6f751e5 [INFO] [stderr] at /rustc/c43786c9b7b8d8dcc3f9c604e0e3074c16ed69d3/library/std/src/panic.rs:359:14 [INFO] [stderr] 31: 0x630540ab0ec4 - std::rt::lang_start_internal::hcd5ebb2ccaf8f355 [INFO] [stderr] at /rustc/c43786c9b7b8d8dcc3f9c604e0e3074c16ed69d3/library/std/src/rt.rs:171:5 [INFO] [stderr] 32: 0x6305404cbca1 - std::rt::lang_start::h14a1a55c2ad66091 [INFO] [stderr] 33: 0x6305404d6675 - main [INFO] [stderr] 34: 0x76260aa9b1ca - [INFO] [stderr] 35: 0x76260aa9b28b - __libc_start_main [INFO] [stderr] 36: 0x6305404cb235 - _start [INFO] [stderr] 37: 0x0 - [INFO] running `Command { std: "docker" "inspect" "a9c80d9c12c35639b512e1de881130b809c9071433616ae51f6377bd64f32ea8", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "a9c80d9c12c35639b512e1de881130b809c9071433616ae51f6377bd64f32ea8", kill_on_drop: false }` [INFO] [stdout] a9c80d9c12c35639b512e1de881130b809c9071433616ae51f6377bd64f32ea8