[INFO] fetching crate llama-core 0.34.1...
[INFO] building llama-core-0.34.1 against try#58b1b3c5342a414c161338871f8004258ccef2a7 for pr-149937
[INFO] extracting crate llama-core 0.34.1 into /workspace/builds/worker-6-tc2/source
[INFO] started tweaking crates.io crate llama-core 0.34.1
[INFO] finished tweaking crates.io crate llama-core 0.34.1
[INFO] tweaked toml for crates.io crate llama-core 0.34.1 written to /workspace/builds/worker-6-tc2/source/Cargo.toml
[INFO] validating manifest of crates.io crate llama-core 0.34.1 on toolchain 58b1b3c5342a414c161338871f8004258ccef2a7
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+58b1b3c5342a414c161338871f8004258ccef2a7" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate crates.io crate llama-core 0.34.1 already has a lockfile, it will not be regenerated
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+58b1b3c5342a414c161338871f8004258ccef2a7" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Blocking waiting for file lock on package cache
[INFO] [stderr]     Blocking waiting for file lock on package cache
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:845e597a41426bbf2703be69acdb67d10b6de511142d05cba7bbe119c898b2c7" "/opt/rustwide/cargo-home/bin/cargo" "+58b1b3c5342a414c161338871f8004258ccef2a7" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] b9ae310f33cae3d859876649257869cdc45e8b123216ad95bdcd4db2da452628
[INFO] running `Command { std: "docker" "start" "-a" "b9ae310f33cae3d859876649257869cdc45e8b123216ad95bdcd4db2da452628", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "b9ae310f33cae3d859876649257869cdc45e8b123216ad95bdcd4db2da452628", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "b9ae310f33cae3d859876649257869cdc45e8b123216ad95bdcd4db2da452628", kill_on_drop: false }`
[INFO] [stdout] b9ae310f33cae3d859876649257869cdc45e8b123216ad95bdcd4db2da452628
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:845e597a41426bbf2703be69acdb67d10b6de511142d05cba7bbe119c898b2c7" "/opt/rustwide/cargo-home/bin/cargo" "+58b1b3c5342a414c161338871f8004258ccef2a7" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 5cc4d30c54840eb42da6d8d410e002e964ec473344df1160c509fcdcdce43243
[INFO] running `Command { std: "docker" "start" "-a" "5cc4d30c54840eb42da6d8d410e002e964ec473344df1160c509fcdcdce43243", kill_on_drop: false }`
[INFO] [stderr]    Compiling proc-macro2 v1.0.95
[INFO] [stderr]    Compiling log v0.4.27
[INFO] [stderr]    Compiling smallvec v1.15.0
[INFO] [stderr]    Compiling serde v1.0.219
[INFO] [stderr]    Compiling regex-syntax v0.8.5
[INFO] [stderr]    Compiling aho-corasick v1.1.3
[INFO] [stderr]    Compiling cc v1.2.23
[INFO] [stderr]    Compiling phf_shared v0.11.3
[INFO] [stderr]    Compiling simd-adler32 v0.3.7
[INFO] [stderr]    Compiling rand_core v0.6.4
[INFO] [stderr]    Compiling socket2 v0.6.1
[INFO] [stderr]    Compiling mio v1.1.0
[INFO] [stderr]    Compiling hashbrown v0.15.3
[INFO] [stderr]    Compiling adler2 v2.0.0
[INFO] [stderr]    Compiling num-bigint v0.4.6
[INFO] [stderr]    Compiling rand v0.8.5
[INFO] [stderr]    Compiling rayon-core v1.12.1
[INFO] [stderr]    Compiling phf v0.11.3
[INFO] [stderr]    Compiling miniz_oxide v0.8.8
[INFO] [stderr]    Compiling arrayvec v0.7.6
[INFO] [stderr]    Compiling serde_json v1.0.140
[INFO] [stderr]    Compiling aligned-vec v0.5.0
[INFO] [stderr]    Compiling built v0.7.7
[INFO] [stderr]    Compiling http v0.2.12
[INFO] [stderr]    Compiling itertools v0.12.1
[INFO] [stderr]    Compiling lock_api v0.4.12
[INFO] [stderr]    Compiling v_frame v0.3.8
[INFO] [stderr]    Compiling tracing-core v0.1.33
[INFO] [stderr]    Compiling crc32fast v1.4.2
[INFO] [stderr]    Compiling rav1e v0.7.1
[INFO] [stderr]    Compiling parking_lot_core v0.9.10
[INFO] [stderr]    Compiling utf8parse v0.2.2
[INFO] [stderr]    Compiling unic-common v0.9.0
[INFO] [stderr]    Compiling bytemuck v1.23.0
[INFO] [stderr]    Compiling rustls v0.21.12
[INFO] [stderr]    Compiling unic-char-range v0.9.0
[INFO] [stderr]    Compiling regex-automata v0.4.9
[INFO] [stderr]    Compiling unic-char-property v0.9.0
[INFO] [stderr]    Compiling phf_generator v0.11.3
[INFO] [stderr]    Compiling unic-ucd-version v0.9.0
[INFO] [stderr]    Compiling anstyle-parse v0.2.6
[INFO] [stderr]    Compiling flate2 v1.1.1
[INFO] [stderr]    Compiling tracing v0.1.41
[INFO] [stderr]    Compiling quote v1.0.40
[INFO] [stderr]    Compiling phf_codegen v0.11.3
[INFO] [stderr]    Compiling num-rational v0.4.2
[INFO] [stderr]    Compiling maybe-rayon v0.1.1
[INFO] [stderr]    Compiling imgref v1.11.0
[INFO] [stderr]    Compiling anstyle v1.0.10
[INFO] [stderr]    Compiling syn v2.0.101
[INFO] [stderr]    Compiling bitstream-io v2.6.0
[INFO] [stderr]    Compiling colorchoice v1.0.3
[INFO] [stderr]    Compiling quick-error v2.0.1
[INFO] [stderr]    Compiling simd_helpers v0.1.0
[INFO] [stderr]    Compiling bit-vec v0.6.3
[INFO] [stderr]    Compiling base64 v0.21.7
[INFO] [stderr]    Compiling anstyle-query v1.1.2
[INFO] [stderr]    Compiling weezl v0.1.8
[INFO] [stderr]    Compiling is_terminal_polyfill v1.70.1
[INFO] [stderr]    Compiling av1-grain v0.2.4
[INFO] [stderr]    Compiling noop_proc_macro v0.3.0
[INFO] [stderr]    Compiling iana-time-zone v0.1.63
[INFO] [stderr]    Compiling anstream v0.6.18
[INFO] [stderr]    Compiling loop9 v0.1.5
[INFO] [stderr]    Compiling bit-set v0.5.3
[INFO] [stderr]    Compiling chrono v0.4.41
[INFO] [stderr]    Compiling http-body v0.4.6
[INFO] [stderr]    Compiling unic-ucd-segment v0.9.0
[INFO] [stderr]    Compiling rgb v0.8.50
[INFO] [stderr]    Compiling ring v0.17.14
[INFO] [stderr]    Compiling avif-serialize v0.8.3
[INFO] [stderr]    Compiling fdeflate v0.3.7
[INFO] [stderr]    Compiling zune-inflate v0.2.54
[INFO] [stderr]    Compiling half v2.6.0
[INFO] [stderr]    Compiling deunicode v1.6.2
[INFO] [stderr]    Compiling color_quant v1.1.0
[INFO] [stderr]    Compiling lebe v0.5.2
[INFO] [stderr]    Compiling zune-core v0.4.12
[INFO] [stderr]    Compiling byteorder-lite v0.1.0
[INFO] [stderr]    Compiling clap_lex v0.7.4
[INFO] [stderr]    Compiling jpeg-decoder v0.3.1
[INFO] [stderr]    Compiling pulldown-cmark v0.10.3
[INFO] [stderr]    Compiling bit_field v0.10.2
[INFO] [stderr]    Compiling strsim v0.11.1
[INFO] [stderr]    Compiling exr v1.73.0
[INFO] [stderr]    Compiling zune-jpeg v0.4.14
[INFO] [stderr]    Compiling png v0.17.16
[INFO] [stderr]    Compiling slug v0.1.6
[INFO] [stderr]    Compiling gif v0.13.1
[INFO] [stderr]    Compiling image-webp v0.1.3
[INFO] [stderr]    Compiling unic-segment v0.9.0
[INFO] [stderr]    Compiling regex v1.11.1
[INFO] [stderr]    Compiling clap_builder v4.5.38
[INFO] [stderr]    Compiling parking_lot v0.12.3
[INFO] [stderr]    Compiling humansize v2.1.3
[INFO] [stderr]    Compiling tiff v0.9.1
[INFO] [stderr]    Compiling parse-zoneinfo v0.3.1
[INFO] [stderr]    Compiling rayon v1.10.0
[INFO] [stderr]    Compiling qoi v0.4.1
[INFO] [stderr]    Compiling rustc-hash v1.1.0
[INFO] [stderr]    Compiling chrono-tz-build v0.3.0
[INFO] [stderr]    Compiling rustls-pemfile v1.0.4
[INFO] [stderr]    Compiling encoding_rs v0.8.35
[INFO] [stderr]    Compiling sync_wrapper v0.1.2
[INFO] [stderr]    Compiling webpki-roots v0.25.4
[INFO] [stderr]    Compiling chrono-tz v0.9.0
[INFO] [stderr]    Compiling bstr v1.12.0
[INFO] [stderr]    Compiling globset v0.4.16
[INFO] [stderr]    Compiling fancy-regex v0.12.0
[INFO] [stderr]    Compiling ignore v0.4.23
[INFO] [stderr]    Compiling tiktoken-rs v0.5.9
[INFO] [stderr]    Compiling sct v0.7.1
[INFO] [stderr]    Compiling rustls-webpki v0.101.7
[INFO] [stderr]    Compiling synstructure v0.13.2
[INFO] [stderr]    Compiling derive_utils v0.15.0
[INFO] [stderr]    Compiling globwalk v0.9.1
[INFO] [stderr]    Compiling zerofrom-derive v0.1.6
[INFO] [stderr]    Compiling yoke-derive v0.8.0
[INFO] [stderr]    Compiling zerovec-derive v0.11.1
[INFO] [stderr]    Compiling displaydoc v0.2.5
[INFO] [stderr]    Compiling serde_derive v1.0.219
[INFO] [stderr]    Compiling thiserror-impl v2.0.12
[INFO] [stderr]    Compiling tokio-macros v2.6.0
[INFO] [stderr]    Compiling thiserror-impl v1.0.69
[INFO] [stderr]    Compiling futures-macro v0.3.31
[INFO] [stderr]    Compiling profiling-procmacros v1.0.16
[INFO] [stderr]    Compiling num-derive v0.4.2
[INFO] [stderr]    Compiling arg_enum_proc_macro v0.3.4
[INFO] [stderr]    Compiling profiling v1.0.16
[INFO] [stderr]    Compiling clap_derive v4.5.32
[INFO] [stderr]    Compiling enum_dispatch v0.3.13
[INFO] [stderr]    Compiling auto_enums v0.8.7
[INFO] [stderr]    Compiling uuid-macro-internal v1.16.0
[INFO] [stderr]    Compiling tokio v1.48.0
[INFO] [stderr]    Compiling futures-util v0.3.31
[INFO] [stderr]    Compiling uuid v1.16.0
[INFO] [stderr]    Compiling thiserror v1.0.69
[INFO] [stderr]    Compiling wasmedge_stable_diffusion v0.3.2
[INFO] [stderr]    Compiling wasmedge-wasi-nn v0.8.0
[INFO] [stderr]    Compiling zerofrom v0.1.6
[INFO] [stderr]    Compiling text-splitter v0.7.0
[INFO] [stderr]    Compiling yoke v0.8.0
[INFO] [stderr]    Compiling thiserror v2.0.12
[INFO] [stderr]    Compiling zerovec v0.11.2
[INFO] [stderr]    Compiling zerotrie v0.2.2
[INFO] [stderr]    Compiling pest v2.8.0
[INFO] [stderr]    Compiling tinystr v0.8.1
[INFO] [stderr]    Compiling potential_utf v0.1.2
[INFO] [stderr]    Compiling icu_collections v2.0.0
[INFO] [stderr]    Compiling clap v4.5.38
[INFO] [stderr]    Compiling icu_locale_core v2.0.0
[INFO] [stderr]    Compiling pest_meta v2.8.0
[INFO] [stderr]    Compiling icu_provider v2.0.0
[INFO] [stderr]    Compiling icu_normalizer v2.0.0
[INFO] [stderr]    Compiling icu_properties v2.0.1
[INFO] [stderr]    Compiling pest_generator v2.8.0
[INFO] [stderr]    Compiling futures v0.3.31
[INFO] [stderr]    Compiling pest_derive v2.8.0
[INFO] [stderr]    Compiling idna_adapter v1.2.1
[INFO] [stderr]    Compiling idna v1.0.3
[INFO] [stderr]    Compiling tokio-util v0.7.15
[INFO] [stderr]    Compiling tokio-rustls v0.24.1
[INFO] [stderr]    Compiling url v2.5.4
[INFO] [stderr]    Compiling indexmap v2.9.0
[INFO] [stderr]    Compiling serde_urlencoded v0.7.1
[INFO] [stderr]    Compiling h2 v0.3.26
[INFO] [stderr]    Compiling tera v1.20.0
[INFO] [stderr]    Compiling endpoints v0.37.0
[INFO] [stderr]    Compiling ravif v0.11.12
[INFO] [stderr]    Compiling image v0.25.0
[INFO] [stderr]    Compiling hyper v0.14.32
[INFO] [stderr]    Compiling hyper-rustls v0.24.2
[INFO] [stderr]    Compiling reqwest v0.11.27
[INFO] [stderr]    Compiling chat-prompts v0.35.2
[INFO] [stderr]    Compiling llama-core v0.34.1 (/opt/rustwide/workdir)
[INFO] [stdout] warning: unused variable: `output_size`
[INFO] [stdout]    --> src/audio.rs:649:9
[INFO] [stdout]     |
[INFO] [stdout] 649 |     let output_size = graph.get_output(0, &mut output_buffer).map_err(|e| {
[INFO] [stdout]     |         ^^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_output_size`
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(unused_variables)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `warn_msg`
[INFO] [stdout]     --> src/chat/chat_completions.rs:1696:25
[INFO] [stdout]      |
[INFO] [stdout] 1696 |                     let warn_msg = format!("Failed to create a regex pattern. Reason: {e}");
[INFO] [stdout]      |                         ^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_warn_msg`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `warn_msg`
[INFO] [stdout]     --> src/chat/chat_completions.rs:1747:25
[INFO] [stdout]      |
[INFO] [stdout] 1747 |                     let warn_msg = format!("Failed to create a regex pattern. Reason: {e}");
[INFO] [stdout]      |                         ^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_warn_msg`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `user_message`
[INFO] [stdout]     --> src/chat/chat_completions.rs:3269:37
[INFO] [stdout]      |
[INFO] [stdout] 3269 | ...                   let user_message = chat_request.messages.remove(1);
[INFO] [stdout]      |                           ^^^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_user_message`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `user_message`
[INFO] [stdout]     --> src/chat/chat_completions.rs:3330:37
[INFO] [stdout]      |
[INFO] [stdout] 3330 | ...                   let user_message = chat_request.messages.remove(0);
[INFO] [stdout]      |                           ^^^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_user_message`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `err_msg`
[INFO] [stdout]     --> src/chat/chat_completions.rs:4073:61
[INFO] [stdout]      |
[INFO] [stdout] 4073 | ...   let err_msg = format!("Fail to convert a vector of bytes to string. The length of the utf8 bytes exceeds 4. {e}");
[INFO] [stdout]      |           ^^^^^^^ help: if this is intentional, prefix it with an underscore: `_err_msg`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `warn_msg`
[INFO] [stdout]     --> src/chat/chat_completions.rs:4091:61
[INFO] [stdout]      |
[INFO] [stdout] 4091 | ...                   let warn_msg = format!("Fail to convert a vector of bytes to string. {e}");
[INFO] [stdout]      |                           ^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_warn_msg`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `err_msg`
[INFO] [stdout]     --> src/chat/chat_completions.rs:4548:69
[INFO] [stdout]      |
[INFO] [stdout] 4548 | ...   let err_msg = format!("Fail to convert a vector of bytes to string. The length of the utf8 bytes exceeds 4. {e}");
[INFO] [stdout]      |           ^^^^^^^ help: if this is intentional, prefix it with an underscore: `_err_msg`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `warn_msg`
[INFO] [stdout]     --> src/chat/chat_completions.rs:4567:69
[INFO] [stdout]      |
[INFO] [stdout] 4567 | ...                   let warn_msg = format!("Fail to convert a vector of bytes to string. {e}");
[INFO] [stdout]      |                           ^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_warn_msg`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `err_msg`
[INFO] [stdout]     --> src/chat/chat_completions.rs:5048:61
[INFO] [stdout]      |
[INFO] [stdout] 5048 | ...   let err_msg = format!("Fail to convert a vector of bytes to string. The length of the utf8 bytes exceeds 4. {e}");
[INFO] [stdout]      |           ^^^^^^^ help: if this is intentional, prefix it with an underscore: `_err_msg`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `warn_msg`
[INFO] [stdout]     --> src/chat/chat_completions.rs:5066:61
[INFO] [stdout]      |
[INFO] [stdout] 5066 | ...                   let warn_msg = format!("Fail to convert a vector of bytes to string. {e}");
[INFO] [stdout]      |                           ^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_warn_msg`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `user_message`
[INFO] [stdout]     --> src/chat/responses.rs:2855:37
[INFO] [stdout]      |
[INFO] [stdout] 2855 | ...                   let user_message = chat_completions_messages.remove(1);
[INFO] [stdout]      |                           ^^^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_user_message`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `user_message`
[INFO] [stdout]     --> src/chat/responses.rs:2916:37
[INFO] [stdout]      |
[INFO] [stdout] 2916 | ...                   let user_message = chat_completions_messages.remove(0);
[INFO] [stdout]      |                           ^^^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_user_message`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `err_msg`
[INFO] [stdout]   --> src/files.rs:37:17
[INFO] [stdout]    |
[INFO] [stdout] 37 |             let err_msg = format!(
[INFO] [stdout]    |                 ^^^^^^^ help: if this is intentional, prefix it with an underscore: `_err_msg`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `output_size`
[INFO] [stdout]    --> src/tts.rs:107:9
[INFO] [stdout]     |
[INFO] [stdout] 107 |     let output_size = graph.get_output(0, &mut output_buffer).map_err(|e| {
[INFO] [stdout]     |         ^^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_output_size`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 28s
[INFO] running `Command { std: "docker" "inspect" "5cc4d30c54840eb42da6d8d410e002e964ec473344df1160c509fcdcdce43243", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "5cc4d30c54840eb42da6d8d410e002e964ec473344df1160c509fcdcdce43243", kill_on_drop: false }`
[INFO] [stdout] 5cc4d30c54840eb42da6d8d410e002e964ec473344df1160c509fcdcdce43243
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:845e597a41426bbf2703be69acdb67d10b6de511142d05cba7bbe119c898b2c7" "/opt/rustwide/cargo-home/bin/cargo" "+58b1b3c5342a414c161338871f8004258ccef2a7" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 76c35629f0a757a9201e4a7924e131f4ad6addd5b62f2f17aee4a9ef90493826
[INFO] running `Command { std: "docker" "start" "-a" "76c35629f0a757a9201e4a7924e131f4ad6addd5b62f2f17aee4a9ef90493826", kill_on_drop: false }`
[INFO] [stdout] warning: unused variable: `output_size`
[INFO] [stdout]    --> src/audio.rs:649:9
[INFO] [stdout]     |
[INFO] [stdout] 649 |     let output_size = graph.get_output(0, &mut output_buffer).map_err(|e| {
[INFO] [stdout]     |         ^^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_output_size`
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(unused_variables)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `warn_msg`
[INFO] [stdout]     --> src/chat/chat_completions.rs:1696:25
[INFO] [stdout]      |
[INFO] [stdout] 1696 |                     let warn_msg = format!("Failed to create a regex pattern. Reason: {e}");
[INFO] [stdout]      |                         ^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_warn_msg`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `warn_msg`
[INFO] [stdout]     --> src/chat/chat_completions.rs:1747:25
[INFO] [stdout]      |
[INFO] [stdout] 1747 |                     let warn_msg = format!("Failed to create a regex pattern. Reason: {e}");
[INFO] [stdout]      |                         ^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_warn_msg`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `user_message`
[INFO] [stdout]     --> src/chat/chat_completions.rs:3269:37
[INFO] [stdout]      |
[INFO] [stdout] 3269 | ...                   let user_message = chat_request.messages.remove(1);
[INFO] [stdout]      |                           ^^^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_user_message`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `user_message`
[INFO] [stdout]     --> src/chat/chat_completions.rs:3330:37
[INFO] [stdout]      |
[INFO] [stdout] 3330 | ...                   let user_message = chat_request.messages.remove(0);
[INFO] [stdout]      |                           ^^^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_user_message`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `err_msg`
[INFO] [stdout]     --> src/chat/chat_completions.rs:4073:61
[INFO] [stdout]      |
[INFO] [stdout] 4073 | ...   let err_msg = format!("Fail to convert a vector of bytes to string. The length of the utf8 bytes exceeds 4. {e}");
[INFO] [stdout]      |           ^^^^^^^ help: if this is intentional, prefix it with an underscore: `_err_msg`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]    Compiling llama-core v0.34.1 (/opt/rustwide/workdir)
[INFO] [stdout] warning: unused variable: `warn_msg`
[INFO] [stdout]     --> src/chat/chat_completions.rs:4091:61
[INFO] [stdout]      |
[INFO] [stdout] 4091 | ...                   let warn_msg = format!("Fail to convert a vector of bytes to string. {e}");
[INFO] [stdout]      |                           ^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_warn_msg`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `err_msg`
[INFO] [stdout]     --> src/chat/chat_completions.rs:4548:69
[INFO] [stdout]      |
[INFO] [stdout] 4548 | ...   let err_msg = format!("Fail to convert a vector of bytes to string. The length of the utf8 bytes exceeds 4. {e}");
[INFO] [stdout]      |           ^^^^^^^ help: if this is intentional, prefix it with an underscore: `_err_msg`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `warn_msg`
[INFO] [stdout]     --> src/chat/chat_completions.rs:4567:69
[INFO] [stdout]      |
[INFO] [stdout] 4567 | ...                   let warn_msg = format!("Fail to convert a vector of bytes to string. {e}");
[INFO] [stdout]      |                           ^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_warn_msg`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `err_msg`
[INFO] [stdout]     --> src/chat/chat_completions.rs:5048:61
[INFO] [stdout]      |
[INFO] [stdout] 5048 | ...   let err_msg = format!("Fail to convert a vector of bytes to string. The length of the utf8 bytes exceeds 4. {e}");
[INFO] [stdout]      |           ^^^^^^^ help: if this is intentional, prefix it with an underscore: `_err_msg`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `warn_msg`
[INFO] [stdout]     --> src/chat/chat_completions.rs:5066:61
[INFO] [stdout]      |
[INFO] [stdout] 5066 | ...                   let warn_msg = format!("Fail to convert a vector of bytes to string. {e}");
[INFO] [stdout]      |                           ^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_warn_msg`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `user_message`
[INFO] [stdout]     --> src/chat/responses.rs:2855:37
[INFO] [stdout]      |
[INFO] [stdout] 2855 | ...                   let user_message = chat_completions_messages.remove(1);
[INFO] [stdout]      |                           ^^^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_user_message`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `user_message`
[INFO] [stdout]     --> src/chat/responses.rs:2916:37
[INFO] [stdout]      |
[INFO] [stdout] 2916 | ...                   let user_message = chat_completions_messages.remove(0);
[INFO] [stdout]      |                           ^^^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_user_message`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `err_msg`
[INFO] [stdout]   --> src/files.rs:37:17
[INFO] [stdout]    |
[INFO] [stdout] 37 |             let err_msg = format!(
[INFO] [stdout]    |                 ^^^^^^^ help: if this is intentional, prefix it with an underscore: `_err_msg`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `output_size`
[INFO] [stdout]    --> src/tts.rs:107:9
[INFO] [stdout]     |
[INFO] [stdout] 107 |     let output_size = graph.get_output(0, &mut output_buffer).map_err(|e| {
[INFO] [stdout]     |         ^^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_output_size`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `output_size`
[INFO] [stdout]    --> src/audio.rs:649:9
[INFO] [stdout]     |
[INFO] [stdout] 649 |     let output_size = graph.get_output(0, &mut output_buffer).map_err(|e| {
[INFO] [stdout]     |         ^^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_output_size`
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(unused_variables)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `warn_msg`
[INFO] [stdout]     --> src/chat/chat_completions.rs:1696:25
[INFO] [stdout]      |
[INFO] [stdout] 1696 |                     let warn_msg = format!("Failed to create a regex pattern. Reason: {e}");
[INFO] [stdout]      |                         ^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_warn_msg`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `warn_msg`
[INFO] [stdout]     --> src/chat/chat_completions.rs:1747:25
[INFO] [stdout]      |
[INFO] [stdout] 1747 |                     let warn_msg = format!("Failed to create a regex pattern. Reason: {e}");
[INFO] [stdout]      |                         ^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_warn_msg`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `user_message`
[INFO] [stdout]     --> src/chat/chat_completions.rs:3269:37
[INFO] [stdout]      |
[INFO] [stdout] 3269 | ...                   let user_message = chat_request.messages.remove(1);
[INFO] [stdout]      |                           ^^^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_user_message`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `user_message`
[INFO] [stdout]     --> src/chat/chat_completions.rs:3330:37
[INFO] [stdout]      |
[INFO] [stdout] 3330 | ...                   let user_message = chat_request.messages.remove(0);
[INFO] [stdout]      |                           ^^^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_user_message`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `err_msg`
[INFO] [stdout]     --> src/chat/chat_completions.rs:4073:61
[INFO] [stdout]      |
[INFO] [stdout] 4073 | ...   let err_msg = format!("Fail to convert a vector of bytes to string. The length of the utf8 bytes exceeds 4. {e}");
[INFO] [stdout]      |           ^^^^^^^ help: if this is intentional, prefix it with an underscore: `_err_msg`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `warn_msg`
[INFO] [stdout]     --> src/chat/chat_completions.rs:4091:61
[INFO] [stdout]      |
[INFO] [stdout] 4091 | ...                   let warn_msg = format!("Fail to convert a vector of bytes to string. {e}");
[INFO] [stdout]      |                           ^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_warn_msg`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `err_msg`
[INFO] [stdout]     --> src/chat/chat_completions.rs:4548:69
[INFO] [stdout]      |
[INFO] [stdout] 4548 | ...   let err_msg = format!("Fail to convert a vector of bytes to string. The length of the utf8 bytes exceeds 4. {e}");
[INFO] [stdout]      |           ^^^^^^^ help: if this is intentional, prefix it with an underscore: `_err_msg`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `warn_msg`
[INFO] [stdout]     --> src/chat/chat_completions.rs:4567:69
[INFO] [stdout]      |
[INFO] [stdout] 4567 | ...                   let warn_msg = format!("Fail to convert a vector of bytes to string. {e}");
[INFO] [stdout]      |                           ^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_warn_msg`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `err_msg`
[INFO] [stdout]     --> src/chat/chat_completions.rs:5048:61
[INFO] [stdout]      |
[INFO] [stdout] 5048 | ...   let err_msg = format!("Fail to convert a vector of bytes to string. The length of the utf8 bytes exceeds 4. {e}");
[INFO] [stdout]      |           ^^^^^^^ help: if this is intentional, prefix it with an underscore: `_err_msg`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `warn_msg`
[INFO] [stdout]     --> src/chat/chat_completions.rs:5066:61
[INFO] [stdout]      |
[INFO] [stdout] 5066 | ...                   let warn_msg = format!("Fail to convert a vector of bytes to string. {e}");
[INFO] [stdout]      |                           ^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_warn_msg`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `user_message`
[INFO] [stdout]     --> src/chat/responses.rs:2855:37
[INFO] [stdout]      |
[INFO] [stdout] 2855 | ...                   let user_message = chat_completions_messages.remove(1);
[INFO] [stdout]      |                           ^^^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_user_message`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `user_message`
[INFO] [stdout]     --> src/chat/responses.rs:2916:37
[INFO] [stdout]      |
[INFO] [stdout] 2916 | ...                   let user_message = chat_completions_messages.remove(0);
[INFO] [stdout]      |                           ^^^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_user_message`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `err_msg`
[INFO] [stdout]   --> src/files.rs:37:17
[INFO] [stdout]    |
[INFO] [stdout] 37 |             let err_msg = format!(
[INFO] [stdout]    |                 ^^^^^^^ help: if this is intentional, prefix it with an underscore: `_err_msg`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `output_size`
[INFO] [stdout]    --> src/tts.rs:107:9
[INFO] [stdout]     |
[INFO] [stdout] 107 |     let output_size = graph.get_output(0, &mut output_buffer).map_err(|e| {
[INFO] [stdout]     |         ^^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_output_size`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 4.07s
[INFO] running `Command { std: "docker" "inspect" "76c35629f0a757a9201e4a7924e131f4ad6addd5b62f2f17aee4a9ef90493826", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "76c35629f0a757a9201e4a7924e131f4ad6addd5b62f2f17aee4a9ef90493826", kill_on_drop: false }`
[INFO] [stdout] 76c35629f0a757a9201e4a7924e131f4ad6addd5b62f2f17aee4a9ef90493826
