[INFO] cloning repository https://github.com/Developer-Mike/bitsoil
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/Developer-Mike/bitsoil" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FDeveloper-Mike%2Fbitsoil", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FDeveloper-Mike%2Fbitsoil'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] 3a5c724cd728d8d07fc2fec561c3ee770e8f2c55
[INFO] checking Developer-Mike/bitsoil against e3607d549209cc9fdfe7e907123b4185210e2c2b for pr-158915
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FDeveloper-Mike%2Fbitsoil" "/workspace/builds/worker-2-tc2/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-2-tc2/source'...
[INFO] [stderr] done.
[INFO] started tweaking git repo https://github.com/Developer-Mike/bitsoil
[INFO] finished tweaking git repo https://github.com/Developer-Mike/bitsoil
[INFO] tweaked toml for git repo https://github.com/Developer-Mike/bitsoil written to /workspace/builds/worker-2-tc2/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/Developer-Mike/bitsoil on toolchain e3607d549209cc9fdfe7e907123b4185210e2c2b
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+e3607d549209cc9fdfe7e907123b4185210e2c2b" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/Developer-Mike/bitsoil already has a lockfile, it will not be regenerated
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+e3607d549209cc9fdfe7e907123b4185210e2c2b" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     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-2-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-m" "1610612736" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:8683fc1fc2eb5c9ac98e0d076ab094b2ffac7f99da555d2b6a2e27f346de2ec7" "sleep" "infinity", kill_on_drop: false }`
[INFO] [stdout] 514e944c8545a11024b1e2b005af83437de9c0488714376c0492701f7e8432ca
[INFO] running `Command { std: "docker" "start" "514e944c8545a11024b1e2b005af83437de9c0488714376c0492701f7e8432ca", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "514e944c8545a11024b1e2b005af83437de9c0488714376c0492701f7e8432ca", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-w" "/opt/rustwide/workdir" "--user" "0:0" "514e944c8545a11024b1e2b005af83437de9c0488714376c0492701f7e8432ca" "/opt/rustwide/cargo-home/bin/cargo" "+e3607d549209cc9fdfe7e907123b4185210e2c2b" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "514e944c8545a11024b1e2b005af83437de9c0488714376c0492701f7e8432ca", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-w" "/opt/rustwide/workdir" "--user" "0:0" "514e944c8545a11024b1e2b005af83437de9c0488714376c0492701f7e8432ca" "/opt/rustwide/cargo-home/bin/cargo" "+e3607d549209cc9fdfe7e907123b4185210e2c2b" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }`
[INFO] [stderr]     Checking aho-corasick v1.1.4
[INFO] [stderr]     Checking regex-syntax v0.8.10
[INFO] [stderr]     Checking regex-automata v0.4.14
[INFO] [stderr]     Checking regex v1.12.3
[INFO] [stderr]     Checking bitsoil v0.1.0 (/opt/rustwide/workdir)
[INFO] [stdout] warning: unused variable: `eos_token_id`
[INFO] [stdout]   --> src/tokenizer/gpt2.rs:16:7
[INFO] [stdout]    |
[INFO] [stdout] 16 |   let eos_token_id = file.metadata.get("tokenizer.ggml.eos_token_id")
[INFO] [stdout]    |       ^^^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_eos_token_id`
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(unused_variables)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `tokens`
[INFO] [stdout]   --> src/tokenizer/gpt2.rs:34:16
[INFO] [stdout]    |
[INFO] [stdout] 34 | fn merge_pairs(tokens: Vec<&str>, merges: &Vec<&str>) -> Vec<u32> {
[INFO] [stdout]    |                ^^^^^^ help: if this is intentional, prefix it with an underscore: `_tokens`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `merges`
[INFO] [stdout]   --> src/tokenizer/gpt2.rs:34:35
[INFO] [stdout]    |
[INFO] [stdout] 34 | fn merge_pairs(tokens: Vec<&str>, merges: &Vec<&str>) -> Vec<u32> {
[INFO] [stdout]    |                                   ^^^^^^ help: if this is intentional, prefix it with an underscore: `_merges`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `tokens`
[INFO] [stdout]   --> src/tokenizer/gpt2.rs:38:36
[INFO] [stdout]    |
[INFO] [stdout] 38 | fn lookup_tokens(pairs: &Vec<u32>, tokens: &Vec<&str>) -> Vec<u32> {
[INFO] [stdout]    |                                    ^^^^^^ help: if this is intentional, prefix it with an underscore: `_tokens`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable `u32Bits` should have a snake case name
[INFO] [stdout]    --> src/gguf/tensors.rs:137:15
[INFO] [stdout]     |
[INFO] [stdout] 137 |           let u32Bits = u16::from_le_bytes(chunk.try_into().unwrap()) as u32;
[INFO] [stdout]     |               ^^^^^^^ help: convert the identifier to snake case: `u32_bits`
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(non_snake_case)]` (part of `#[warn(nonstandard_style)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable `f32Bits` should have a snake case name
[INFO] [stdout]    --> src/gguf/tensors.rs:142:15
[INFO] [stdout]     |
[INFO] [stdout] 142 |           let f32Bits = if exponent == 0 {
[INFO] [stdout]     |               ^^^^^^^ help: convert the identifier to snake case: `f32_bits`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `eos_token_id`
[INFO] [stdout]   --> src/tokenizer/gpt2.rs:16:7
[INFO] [stdout]    |
[INFO] [stdout] 16 |   let eos_token_id = file.metadata.get("tokenizer.ggml.eos_token_id")
[INFO] [stdout]    |       ^^^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_eos_token_id`
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(unused_variables)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `tokens`
[INFO] [stdout]   --> src/tokenizer/gpt2.rs:34:16
[INFO] [stdout]    |
[INFO] [stdout] 34 | fn merge_pairs(tokens: Vec<&str>, merges: &Vec<&str>) -> Vec<u32> {
[INFO] [stdout]    |                ^^^^^^ help: if this is intentional, prefix it with an underscore: `_tokens`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `merges`
[INFO] [stdout]   --> src/tokenizer/gpt2.rs:34:35
[INFO] [stdout]    |
[INFO] [stdout] 34 | fn merge_pairs(tokens: Vec<&str>, merges: &Vec<&str>) -> Vec<u32> {
[INFO] [stdout]    |                                   ^^^^^^ help: if this is intentional, prefix it with an underscore: `_merges`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `tokens`
[INFO] [stdout]   --> src/tokenizer/gpt2.rs:38:36
[INFO] [stdout]    |
[INFO] [stdout] 38 | fn lookup_tokens(pairs: &Vec<u32>, tokens: &Vec<&str>) -> Vec<u32> {
[INFO] [stdout]    |                                    ^^^^^^ help: if this is intentional, prefix it with an underscore: `_tokens`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable `u32Bits` should have a snake case name
[INFO] [stdout]    --> src/gguf/tensors.rs:137:15
[INFO] [stdout]     |
[INFO] [stdout] 137 |           let u32Bits = u16::from_le_bytes(chunk.try_into().unwrap()) as u32;
[INFO] [stdout]     |               ^^^^^^^ help: convert the identifier to snake case: `u32_bits`
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(non_snake_case)]` (part of `#[warn(nonstandard_style)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable `f32Bits` should have a snake case name
[INFO] [stdout]    --> src/gguf/tensors.rs:142:15
[INFO] [stdout]     |
[INFO] [stdout] 142 |           let f32Bits = if exponent == 0 {
[INFO] [stdout]     |               ^^^^^^^ help: convert the identifier to snake case: `f32_bits`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.66s
[INFO] running `Command { std: "docker" "inspect" "514e944c8545a11024b1e2b005af83437de9c0488714376c0492701f7e8432ca", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "514e944c8545a11024b1e2b005af83437de9c0488714376c0492701f7e8432ca", kill_on_drop: false }`
[INFO] [stdout] 514e944c8545a11024b1e2b005af83437de9c0488714376c0492701f7e8432ca
