[INFO] cloning repository https://github.com/juzi5201314/llcat [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/juzi5201314/llcat" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fjuzi5201314%2Fllcat", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fjuzi5201314%2Fllcat'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] b06411533cb1b981a0b1b52f662b388e14709ffe [INFO] testing juzi5201314/llcat against try#17092ad00ed8fe1e7f81a7e38238ff70779034b1 for pr-140985 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fjuzi5201314%2Fllcat" "/workspace/builds/worker-5-tc2/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-5-tc2/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/juzi5201314/llcat on toolchain 17092ad00ed8fe1e7f81a7e38238ff70779034b1 [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+17092ad00ed8fe1e7f81a7e38238ff70779034b1" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] removed /workspace/builds/worker-5-tc2/source/.cargo/config.toml [INFO] started tweaking git repo https://github.com/juzi5201314/llcat [INFO] finished tweaking git repo https://github.com/juzi5201314/llcat [INFO] tweaked toml for git repo https://github.com/juzi5201314/llcat written to /workspace/builds/worker-5-tc2/source/Cargo.toml [INFO] crate git repo https://github.com/juzi5201314/llcat 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" "+17092ad00ed8fe1e7f81a7e38238ff70779034b1" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-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:eea15d5475069c3ef791f10c2c6b5af2ee421ef2da1e680ecce1cba46243983b" "/opt/rustwide/cargo-home/bin/cargo" "+17092ad00ed8fe1e7f81a7e38238ff70779034b1" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] fb926ac1cb971240bd800fdbfb34463ecdd01c67925a1460b872af46a2edbc15 [INFO] running `Command { std: "docker" "start" "-a" "fb926ac1cb971240bd800fdbfb34463ecdd01c67925a1460b872af46a2edbc15", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "fb926ac1cb971240bd800fdbfb34463ecdd01c67925a1460b872af46a2edbc15", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "fb926ac1cb971240bd800fdbfb34463ecdd01c67925a1460b872af46a2edbc15", kill_on_drop: false }` [INFO] [stdout] fb926ac1cb971240bd800fdbfb34463ecdd01c67925a1460b872af46a2edbc15 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-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:eea15d5475069c3ef791f10c2c6b5af2ee421ef2da1e680ecce1cba46243983b" "/opt/rustwide/cargo-home/bin/cargo" "+17092ad00ed8fe1e7f81a7e38238ff70779034b1" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 5fd951eddf78a4bfb0b847bfcf090f75bf94711a403663870cd02e875d8af321 [INFO] running `Command { std: "docker" "start" "-a" "5fd951eddf78a4bfb0b847bfcf090f75bf94711a403663870cd02e875d8af321", kill_on_drop: false }` [INFO] [stderr] Compiling proc-macro2 v1.0.93 [INFO] [stderr] Compiling unicode-ident v1.0.16 [INFO] [stderr] Compiling cfg-if v1.0.0 [INFO] [stderr] Compiling libc v0.2.169 [INFO] [stderr] Compiling serde v1.0.217 [INFO] [stderr] Compiling byteorder v1.5.0 [INFO] [stderr] Compiling shlex v1.3.0 [INFO] [stderr] Compiling smallvec v1.13.2 [INFO] [stderr] Compiling crossbeam-utils v0.8.21 [INFO] [stderr] Compiling once_cell v1.20.2 [INFO] [stderr] Compiling cc v1.2.11 [INFO] [stderr] Compiling autocfg v1.4.0 [INFO] [stderr] Compiling crunchy v0.2.3 [INFO] [stderr] Compiling semver v1.0.25 [INFO] [stderr] Compiling lazy_static v1.5.0 [INFO] [stderr] Compiling zerocopy v0.8.14 [INFO] [stderr] Compiling quote v1.0.38 [INFO] [stderr] Compiling tiny-keccak v2.0.2 [INFO] [stderr] Compiling num-traits v0.2.19 [INFO] [stderr] Compiling rayon-core v1.12.1 [INFO] [stderr] Compiling memchr v2.7.4 [INFO] [stderr] Compiling syn v2.0.98 [INFO] [stderr] Compiling proc-macro-utils v0.10.0 [INFO] [stderr] Compiling getrandom v0.3.1 [INFO] [stderr] Compiling crossbeam-epoch v0.9.18 [INFO] [stderr] Compiling manyhow-macros v0.11.4 [INFO] [stderr] Compiling getrandom v0.2.15 [INFO] [stderr] Compiling crossbeam-deque v0.8.6 [INFO] [stderr] Compiling rand_core v0.6.4 [INFO] [stderr] Compiling tracing-core v0.1.33 [INFO] [stderr] Compiling radium v0.7.0 [INFO] [stderr] Compiling syn v1.0.109 [INFO] [stderr] Compiling rustc_version v0.4.1 [INFO] [stderr] Compiling psm v0.1.24 [INFO] [stderr] Compiling stacker v0.1.17 [INFO] [stderr] Compiling beef v0.5.2 [INFO] [stderr] Compiling serde_json v1.0.138 [INFO] [stderr] Compiling overload v0.1.1 [INFO] [stderr] Compiling allocator-api2 v0.2.21 [INFO] [stderr] Compiling tap v1.0.1 [INFO] [stderr] Compiling interpolator v0.5.0 [INFO] [stderr] Compiling log v0.4.25 [INFO] [stderr] Compiling version_check v0.9.5 [INFO] [stderr] Compiling rust_decimal v1.36.0 [INFO] [stderr] Compiling fnv v1.0.7 [INFO] [stderr] Compiling either v1.13.0 [INFO] [stderr] Compiling regex-syntax v0.8.5 [INFO] [stderr] Compiling collection_literals v1.0.1 [INFO] [stderr] Compiling ahash v0.8.11 [INFO] [stderr] Compiling rayon v1.10.0 [INFO] [stderr] Compiling const-random-macro v0.1.16 [INFO] [stderr] Compiling tracing-log v0.2.0 [INFO] [stderr] Compiling wyz v0.5.1 [INFO] [stderr] Compiling nu-ansi-term v0.46.0 [INFO] [stderr] Compiling varint-simd v0.4.1 [INFO] [stderr] Compiling is-terminal v0.4.15 [INFO] [stderr] Compiling aho-corasick v1.1.3 [INFO] [stderr] Compiling rand_core v0.9.0 [INFO] [stderr] Compiling sharded-slab v0.1.7 [INFO] [stderr] Compiling thread_local v1.1.8 [INFO] [stderr] Compiling peg-runtime v0.8.3 [INFO] [stderr] Compiling paste v1.0.15 [INFO] [stderr] Compiling itoa v1.0.14 [INFO] [stderr] Compiling manyhow v0.11.4 [INFO] [stderr] Compiling bitflags v1.3.2 [INFO] [stderr] Compiling arrayvec v0.7.6 [INFO] [stderr] Compiling unicode-width v0.1.14 [INFO] [stderr] Compiling anyhow v1.0.95 [INFO] [stderr] Compiling thiserror v2.0.11 [INFO] [stderr] Compiling funty v2.0.0 [INFO] [stderr] Compiling foldhash v0.1.4 [INFO] [stderr] Compiling ryu v1.0.19 [INFO] [stderr] Compiling regex-syntax v0.7.5 [INFO] [stderr] Compiling equivalent v1.0.1 [INFO] [stderr] Compiling concolor-query v0.3.3 [INFO] [stderr] Compiling logos-codegen v0.14.4 [INFO] [stderr] Compiling chumsky v1.0.0-alpha.8 [INFO] [stderr] Compiling bitvec v1.0.1 [INFO] [stderr] Compiling amplify_syn v2.0.1 [INFO] [stderr] Compiling concolor v0.1.1 [INFO] [stderr] Compiling tracing-subscriber v0.3.19 [INFO] [stderr] Compiling serde_derive v1.0.217 [INFO] [stderr] Compiling zerocopy-derive v0.7.35 [INFO] [stderr] Compiling quote-use-macros v0.8.4 [INFO] [stderr] Compiling derive-where v1.2.7 [INFO] [stderr] Compiling logos-derive v0.14.4 [INFO] [stderr] Compiling quote-use v0.8.4 [INFO] [stderr] Compiling attribute-derive-macro v0.10.3 [INFO] [stderr] Compiling regex-automata v0.3.9 [INFO] [stderr] Compiling zerocopy v0.7.35 [INFO] [stderr] Compiling tracing-attributes v0.1.28 [INFO] [stderr] Compiling thiserror-impl v2.0.11 [INFO] [stderr] Compiling attribute-derive v0.10.3 [INFO] [stderr] Compiling ppv-lite86 v0.2.20 [INFO] [stderr] Compiling peg-macros v0.8.4 [INFO] [stderr] Compiling rand_chacha v0.3.1 [INFO] [stderr] Compiling rand v0.8.5 [INFO] [stderr] Compiling rand_chacha v0.9.0 [INFO] [stderr] Compiling const-random v0.1.18 [INFO] [stderr] Compiling unicode-segmentation v1.12.0 [INFO] [stderr] Compiling arrayvec v0.5.2 [INFO] [stderr] Compiling typed-arena v2.0.2 [INFO] [stderr] Compiling pin-project-lite v0.2.16 [INFO] [stderr] Compiling termcolor v1.4.1 [INFO] [stderr] Compiling yansi v1.0.1 [INFO] [stderr] Compiling tracing v0.1.41 [INFO] [stderr] Compiling caches v0.2.8 [INFO] [stderr] Compiling rand v0.9.0 [INFO] [stderr] Compiling pretty v0.12.3 [INFO] [stderr] Compiling ariadne v0.5.0 [INFO] [stderr] Compiling llcat-macros v0.1.0 (/opt/rustwide/workdir/llcat-macros) [INFO] [stderr] Compiling peg v0.8.4 [INFO] [stderr] Compiling logos v0.14.4 [INFO] [stderr] Compiling rust_decimal_macros v1.36.0 [INFO] [stderr] Compiling amplify_derive v4.0.1 [INFO] [stderr] Compiling bumpalo v3.17.0 [INFO] [stderr] Compiling hashbrown v0.15.2 [INFO] [stderr] Compiling smol_str v0.3.2 [INFO] [stderr] Compiling smallvec v2.0.0-alpha.10 [INFO] [stderr] Compiling tracing-chrome v0.7.2 [INFO] [stderr] Compiling llcat v0.1.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: unused import: `Atom` [INFO] [stdout] --> src/parser/parser.rs:16:21 [INFO] [stdout] | [INFO] [stdout] 16 | use super::{ast::*, Atom, Delimiter, Token}; [INFO] [stdout] | ^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_imports)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `Span` [INFO] [stdout] --> src/bytecode/types.rs:6:27 [INFO] [stdout] | [INFO] [stdout] 6 | use crate::parser::{Atom, Span}; [INFO] [stdout] | ^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `bytecode::Instruction` [INFO] [stdout] --> src/vm/value.rs:6:13 [INFO] [stdout] | [INFO] [stdout] 6 | use crate::{bytecode::Instruction, vm::Vm}; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `array_index_expr` [INFO] [stdout] --> src/parser/parser.rs:237:13 [INFO] [stdout] | [INFO] [stdout] 237 | let array_index_expr = array_index_expr_parser(expr.clone()) [INFO] [stdout] | ^^^^^^^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_array_index_expr` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_variables)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unreachable expression [INFO] [stdout] --> src/vm/executor.rs:118:25 [INFO] [stdout] | [INFO] [stdout] 117 | todo!(); [INFO] [stdout] | ------- any code following this expression is unreachable [INFO] [stdout] 118 | Ok(()) [INFO] [stdout] | ^^^^^^ unreachable expression [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unreachable_code)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `decimal` [INFO] [stdout] --> src/vm/executor.rs:95:45 [INFO] [stdout] | [INFO] [stdout] 95 | ... Constant::Float(decimal) => todo!(), [INFO] [stdout] | ^^^^^^^ help: if this is intentional, prefix it with an underscore: `_decimal` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `atom` [INFO] [stdout] --> src/vm/executor.rs:96:46 [INFO] [stdout] | [INFO] [stdout] 96 | ... Constant::String(atom) => todo!(), [INFO] [stdout] | ^^^^ help: if this is intentional, prefix it with an underscore: `_atom` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `var` [INFO] [stdout] --> src/vm/executor.rs:112:43 [INFO] [stdout] | [INFO] [stdout] 112 | Instruction::SetLocal(var) => { [INFO] [stdout] | ^^^ help: if this is intentional, prefix it with an underscore: `_var` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: method `is_numeric` is never used [INFO] [stdout] --> src/vm/value.rs:158:8 [INFO] [stdout] | [INFO] [stdout] 67 | impl Value { [INFO] [stdout] | ---------- method in this implementation [INFO] [stdout] ... [INFO] [stdout] 158 | fn is_numeric(&self) -> bool { [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(dead_code)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 28s [INFO] running `Command { std: "docker" "inspect" "5fd951eddf78a4bfb0b847bfcf090f75bf94711a403663870cd02e875d8af321", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "5fd951eddf78a4bfb0b847bfcf090f75bf94711a403663870cd02e875d8af321", kill_on_drop: false }` [INFO] [stdout] 5fd951eddf78a4bfb0b847bfcf090f75bf94711a403663870cd02e875d8af321 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-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:eea15d5475069c3ef791f10c2c6b5af2ee421ef2da1e680ecce1cba46243983b" "/opt/rustwide/cargo-home/bin/cargo" "+17092ad00ed8fe1e7f81a7e38238ff70779034b1" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] da00016e4abdc4eb199f791f3c52ccdb876857355ef8747533d95583f8b36d0a [INFO] running `Command { std: "docker" "start" "-a" "da00016e4abdc4eb199f791f3c52ccdb876857355ef8747533d95583f8b36d0a", kill_on_drop: false }` [INFO] [stderr] Compiling libc v0.2.169 [INFO] [stderr] Compiling serde v1.0.217 [INFO] [stderr] Compiling memchr v2.7.4 [INFO] [stderr] Compiling either v1.13.0 [INFO] [stderr] Compiling num-traits v0.2.19 [INFO] [stderr] Compiling lock_api v0.4.12 [INFO] [stderr] Compiling rustix v0.38.44 [INFO] [stderr] Compiling cpp_demangle v0.4.4 [INFO] [stderr] Compiling parking_lot_core v0.9.10 [INFO] [stderr] Compiling rayon v1.10.0 [INFO] [stderr] Compiling object v0.36.7 [INFO] [stderr] Compiling uuid v1.12.1 [INFO] [stderr] Compiling equator-macro v0.2.1 [INFO] [stderr] Compiling debugid v0.8.0 [INFO] [stderr] Compiling aho-corasick v1.1.3 [INFO] [stderr] Compiling findshlibs v0.10.2 [INFO] [stderr] Compiling half v2.4.1 [INFO] [stderr] Compiling plotters-backend v0.3.7 [INFO] [stderr] Compiling anstyle v1.0.10 [INFO] [stderr] Compiling adler2 v2.0.0 [INFO] [stderr] Compiling regex-syntax v0.8.5 [INFO] [stderr] Compiling rustc-demangle v0.1.24 [INFO] [stderr] Compiling thiserror v1.0.69 [INFO] [stderr] Compiling scopeguard v1.2.0 [INFO] [stderr] Compiling gimli v0.31.1 [INFO] [stderr] Compiling getrandom v0.2.15 [INFO] [stderr] Compiling is-terminal v0.4.15 [INFO] [stderr] Compiling getrandom v0.3.1 [INFO] [stderr] Compiling rand_core v0.6.4 [INFO] [stderr] Compiling memmap2 v0.9.5 [INFO] [stderr] Compiling rand_chacha v0.3.1 [INFO] [stderr] Compiling rand_core v0.9.0 [INFO] [stderr] Compiling stable_deref_trait v1.2.0 [INFO] [stderr] Compiling linux-raw-sys v0.4.15 [INFO] [stderr] Compiling ciborium-io v0.2.2 [INFO] [stderr] Compiling clap_lex v0.7.4 [INFO] [stderr] Compiling rand v0.8.5 [INFO] [stderr] Compiling bitflags v2.8.0 [INFO] [stderr] Compiling symbolic-demangle v12.13.4 [INFO] [stderr] Compiling bytemuck v1.21.0 [INFO] [stderr] Compiling rust_decimal v1.36.0 [INFO] [stderr] Compiling concolor v0.1.1 [INFO] [stderr] Compiling rgb v0.8.50 [INFO] [stderr] Compiling regex-automata v0.4.9 [INFO] [stderr] Compiling clap_builder v4.5.27 [INFO] [stderr] Compiling regex-automata v0.3.9 [INFO] [stderr] Compiling ciborium-ll v0.2.2 [INFO] [stderr] Compiling symbolic-common v12.13.4 [INFO] [stderr] Compiling rand_chacha v0.9.0 [INFO] [stderr] Compiling hashbrown v0.15.2 [INFO] [stderr] Compiling ahash v0.8.11 [INFO] [stderr] Compiling serde_json v1.0.138 [INFO] [stderr] Compiling addr2line v0.24.2 [INFO] [stderr] Compiling stacker v0.1.17 [INFO] [stderr] Compiling indexmap v2.7.1 [INFO] [stderr] Compiling miniz_oxide v0.8.4 [INFO] [stderr] Compiling plotters-svg v0.3.7 [INFO] [stderr] Compiling equator v0.2.2 [INFO] [stderr] Compiling quick-xml v0.26.0 [INFO] [stderr] Compiling itertools v0.10.5 [INFO] [stderr] Compiling num-format v0.4.4 [INFO] [stderr] Compiling thiserror-impl v1.0.69 [INFO] [stderr] Compiling str_stack v0.1.0 [INFO] [stderr] Compiling same-file v1.0.6 [INFO] [stderr] Compiling pprof v0.14.0 [INFO] [stderr] Compiling cast v0.3.0 [INFO] [stderr] Compiling fastrand v2.3.0 [INFO] [stderr] Compiling tempfile v3.16.0 [INFO] [stderr] Compiling chumsky v1.0.0-alpha.8 [INFO] [stderr] Compiling ariadne v0.5.0 [INFO] [stderr] Compiling criterion-plot v0.5.0 [INFO] [stderr] Compiling walkdir v2.5.0 [INFO] [stderr] Compiling inferno v0.11.21 [INFO] [stderr] Compiling tracing-chrome v0.7.2 [INFO] [stderr] Compiling tinytemplate v1.2.1 [INFO] [stderr] Compiling aligned-vec v0.6.1 [INFO] [stderr] Compiling plotters v0.3.7 [INFO] [stderr] Compiling parking_lot v0.12.3 [INFO] [stderr] Compiling regex v1.11.1 [INFO] [stderr] Compiling clap v4.5.27 [INFO] [stderr] Compiling hashbrown v0.14.5 [INFO] [stderr] Compiling rand v0.9.0 [INFO] [stderr] Compiling smallvec v2.0.0-alpha.10 [INFO] [stderr] Compiling smol_str v0.3.2 [INFO] [stderr] Compiling ciborium v0.2.2 [INFO] [stderr] Compiling rust_decimal_macros v1.36.0 [INFO] [stderr] Compiling caches v0.2.8 [INFO] [stderr] Compiling nix v0.26.4 [INFO] [stderr] Compiling anes v0.1.6 [INFO] [stderr] Compiling oorandom v11.1.4 [INFO] [stderr] Compiling backtrace v0.3.74 [INFO] [stderr] Compiling criterion v0.5.1 [INFO] [stderr] Compiling lasso v0.7.3 [INFO] [stderr] Compiling llcat v0.1.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: unused import: `Atom` [INFO] [stdout] --> src/parser/parser.rs:16:21 [INFO] [stdout] | [INFO] [stdout] 16 | use super::{ast::*, Atom, Delimiter, Token}; [INFO] [stdout] | ^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_imports)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `Span` [INFO] [stdout] --> src/bytecode/types.rs:6:27 [INFO] [stdout] | [INFO] [stdout] 6 | use crate::parser::{Atom, Span}; [INFO] [stdout] | ^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `bytecode::Instruction` [INFO] [stdout] --> src/vm/value.rs:6:13 [INFO] [stdout] | [INFO] [stdout] 6 | use crate::{bytecode::Instruction, vm::Vm}; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `array_index_expr` [INFO] [stdout] --> src/parser/parser.rs:237:13 [INFO] [stdout] | [INFO] [stdout] 237 | let array_index_expr = array_index_expr_parser(expr.clone()) [INFO] [stdout] | ^^^^^^^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_array_index_expr` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_variables)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unreachable expression [INFO] [stdout] --> src/vm/executor.rs:118:25 [INFO] [stdout] | [INFO] [stdout] 117 | todo!(); [INFO] [stdout] | ------- any code following this expression is unreachable [INFO] [stdout] 118 | Ok(()) [INFO] [stdout] | ^^^^^^ unreachable expression [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unreachable_code)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `decimal` [INFO] [stdout] --> src/vm/executor.rs:95:45 [INFO] [stdout] | [INFO] [stdout] 95 | ... Constant::Float(decimal) => todo!(), [INFO] [stdout] | ^^^^^^^ help: if this is intentional, prefix it with an underscore: `_decimal` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `atom` [INFO] [stdout] --> src/vm/executor.rs:96:46 [INFO] [stdout] | [INFO] [stdout] 96 | ... Constant::String(atom) => todo!(), [INFO] [stdout] | ^^^^ help: if this is intentional, prefix it with an underscore: `_atom` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `var` [INFO] [stdout] --> src/vm/executor.rs:112:43 [INFO] [stdout] | [INFO] [stdout] 112 | Instruction::SetLocal(var) => { [INFO] [stdout] | ^^^ help: if this is intentional, prefix it with an underscore: `_var` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: method `is_numeric` is never used [INFO] [stdout] --> src/vm/value.rs:158:8 [INFO] [stdout] | [INFO] [stdout] 67 | impl Value { [INFO] [stdout] | ---------- method in this implementation [INFO] [stdout] ... [INFO] [stdout] 158 | fn is_numeric(&self) -> bool { [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(dead_code)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `Atom` [INFO] [stdout] --> src/parser/parser.rs:16:21 [INFO] [stdout] | [INFO] [stdout] 16 | use super::{ast::*, Atom, Delimiter, Token}; [INFO] [stdout] | ^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_imports)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `Span` [INFO] [stdout] --> src/bytecode/types.rs:6:27 [INFO] [stdout] | [INFO] [stdout] 6 | use crate::parser::{Atom, Span}; [INFO] [stdout] | ^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `bytecode::Instruction` [INFO] [stdout] --> src/vm/value.rs:6:13 [INFO] [stdout] | [INFO] [stdout] 6 | use crate::{bytecode::Instruction, vm::Vm}; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `tracing_chrome::ChromeLayerBuilder` [INFO] [stdout] --> src/vm/executor.rs:282:13 [INFO] [stdout] | [INFO] [stdout] 282 | use tracing_chrome::ChromeLayerBuilder; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `tracing_subscriber::prelude::*` [INFO] [stdout] --> src/vm/executor.rs:283:13 [INFO] [stdout] | [INFO] [stdout] 283 | use tracing_subscriber::prelude::*; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `array_index_expr` [INFO] [stdout] --> src/parser/parser.rs:237:13 [INFO] [stdout] | [INFO] [stdout] 237 | let array_index_expr = array_index_expr_parser(expr.clone()) [INFO] [stdout] | ^^^^^^^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_array_index_expr` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_variables)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unreachable expression [INFO] [stdout] --> src/vm/executor.rs:118:25 [INFO] [stdout] | [INFO] [stdout] 117 | todo!(); [INFO] [stdout] | ------- any code following this expression is unreachable [INFO] [stdout] 118 | Ok(()) [INFO] [stdout] | ^^^^^^ unreachable expression [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unreachable_code)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `func_decl` [INFO] [stdout] --> src/parser/parser.rs:640:13 [INFO] [stdout] | [INFO] [stdout] 640 | let func_decl = parser [INFO] [stdout] | ^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_func_decl` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `if_expr` [INFO] [stdout] --> src/parser/parser.rs:665:13 [INFO] [stdout] | [INFO] [stdout] 665 | let if_expr = parser [INFO] [stdout] | ^^^^^^^ help: if this is intentional, prefix it with an underscore: `_if_expr` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `short_if_expr` [INFO] [stdout] --> src/parser/parser.rs:674:13 [INFO] [stdout] | [INFO] [stdout] 674 | let short_if_expr = parser.parse_from_str("[test]", "a + 1 ? b : c").unwrap(); [INFO] [stdout] | ^^^^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_short_if_expr` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `short_if_expr` [INFO] [stdout] --> src/parser/parser.rs:681:13 [INFO] [stdout] | [INFO] [stdout] 681 | let short_if_expr = parser [INFO] [stdout] | ^^^^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_short_if_expr` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `if_expr` [INFO] [stdout] --> src/parser/parser.rs:706:13 [INFO] [stdout] | [INFO] [stdout] 706 | let if_expr = parser [INFO] [stdout] | ^^^^^^^ help: if this is intentional, prefix it with an underscore: `_if_expr` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `decimal` [INFO] [stdout] --> src/vm/executor.rs:95:45 [INFO] [stdout] | [INFO] [stdout] 95 | ... Constant::Float(decimal) => todo!(), [INFO] [stdout] | ^^^^^^^ help: if this is intentional, prefix it with an underscore: `_decimal` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `atom` [INFO] [stdout] --> src/vm/executor.rs:96:46 [INFO] [stdout] | [INFO] [stdout] 96 | ... Constant::String(atom) => todo!(), [INFO] [stdout] | ^^^^ help: if this is intentional, prefix it with an underscore: `_atom` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `var` [INFO] [stdout] --> src/vm/executor.rs:112:43 [INFO] [stdout] | [INFO] [stdout] 112 | Instruction::SetLocal(var) => { [INFO] [stdout] | ^^^ help: if this is intentional, prefix it with an underscore: `_var` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: method `is_numeric` is never used [INFO] [stdout] --> src/vm/value.rs:158:8 [INFO] [stdout] | [INFO] [stdout] 67 | impl Value { [INFO] [stdout] | ---------- method in this implementation [INFO] [stdout] ... [INFO] [stdout] 158 | fn is_numeric(&self) -> bool { [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(dead_code)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused `Result` that must be used [INFO] [stdout] --> src/vm/executor.rs:300:9 [INFO] [stdout] | [INFO] [stdout] 300 | dbg!(ret); [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: this `Result` may be an `Err` variant, which should be handled [INFO] [stdout] = note: `#[warn(unused_must_use)]` on by default [INFO] [stdout] = note: this warning originates in the macro `dbg` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished `test` profile [unoptimized + debuginfo] target(s) in 1m 53s [INFO] running `Command { std: "docker" "inspect" "da00016e4abdc4eb199f791f3c52ccdb876857355ef8747533d95583f8b36d0a", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "da00016e4abdc4eb199f791f3c52ccdb876857355ef8747533d95583f8b36d0a", kill_on_drop: false }` [INFO] [stdout] da00016e4abdc4eb199f791f3c52ccdb876857355ef8747533d95583f8b36d0a [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-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:eea15d5475069c3ef791f10c2c6b5af2ee421ef2da1e680ecce1cba46243983b" "/opt/rustwide/cargo-home/bin/cargo" "+17092ad00ed8fe1e7f81a7e38238ff70779034b1" "test" "--frozen", kill_on_drop: false }` [INFO] [stdout] c44114bd76a1bbba55d872a1eeb31fbe4533cd07530f01fa0edf14edff778a7a [INFO] running `Command { std: "docker" "start" "-a" "c44114bd76a1bbba55d872a1eeb31fbe4533cd07530f01fa0edf14edff778a7a", kill_on_drop: false }` [INFO] [stderr] warning: unused import: `Atom` [INFO] [stderr] --> src/parser/parser.rs:16:21 [INFO] [stderr] | [INFO] [stderr] 16 | use super::{ast::*, Atom, Delimiter, Token}; [INFO] [stderr] | ^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unused_imports)]` on by default [INFO] [stderr] [INFO] [stderr] warning: unused import: `Span` [INFO] [stderr] --> src/bytecode/types.rs:6:27 [INFO] [stderr] | [INFO] [stderr] 6 | use crate::parser::{Atom, Span}; [INFO] [stderr] | ^^^^ [INFO] [stderr] [INFO] [stderr] warning: unused import: `bytecode::Instruction` [INFO] [stderr] --> src/vm/value.rs:6:13 [INFO] [stderr] | [INFO] [stderr] 6 | use crate::{bytecode::Instruction, vm::Vm}; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: unused variable: `array_index_expr` [INFO] [stderr] --> src/parser/parser.rs:237:13 [INFO] [stderr] | [INFO] [stderr] 237 | let array_index_expr = array_index_expr_parser(expr.clone()) [INFO] [stderr] | ^^^^^^^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_array_index_expr` [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unused_variables)]` on by default [INFO] [stderr] [INFO] [stderr] warning: unreachable expression [INFO] [stderr] --> src/vm/executor.rs:118:25 [INFO] [stderr] | [INFO] [stderr] 117 | todo!(); [INFO] [stderr] | ------- any code following this expression is unreachable [INFO] [stderr] 118 | Ok(()) [INFO] [stderr] | ^^^^^^ unreachable expression [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unreachable_code)]` on by default [INFO] [stderr] [INFO] [stderr] warning: unused variable: `decimal` [INFO] [stderr] --> src/vm/executor.rs:95:45 [INFO] [stderr] | [INFO] [stderr] 95 | ... Constant::Float(decimal) => todo!(), [INFO] [stderr] | ^^^^^^^ help: if this is intentional, prefix it with an underscore: `_decimal` [INFO] [stderr] [INFO] [stderr] warning: unused variable: `atom` [INFO] [stderr] --> src/vm/executor.rs:96:46 [INFO] [stderr] | [INFO] [stderr] 96 | ... Constant::String(atom) => todo!(), [INFO] [stderr] | ^^^^ help: if this is intentional, prefix it with an underscore: `_atom` [INFO] [stderr] [INFO] [stderr] warning: unused variable: `var` [INFO] [stderr] --> src/vm/executor.rs:112:43 [INFO] [stderr] | [INFO] [stderr] 112 | Instruction::SetLocal(var) => { [INFO] [stderr] | ^^^ help: if this is intentional, prefix it with an underscore: `_var` [INFO] [stderr] [INFO] [stderr] warning: method `is_numeric` is never used [INFO] [stderr] --> src/vm/value.rs:158:8 [INFO] [stderr] | [INFO] [stderr] 67 | impl Value { [INFO] [stderr] | ---------- method in this implementation [INFO] [stderr] ... [INFO] [stderr] 158 | fn is_numeric(&self) -> bool { [INFO] [stderr] | ^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(dead_code)]` on by default [INFO] [stderr] [INFO] [stderr] warning: `llcat` (lib) generated 9 warnings (run `cargo fix --lib -p llcat` to apply 3 suggestions) [INFO] [stderr] warning: unused import: `tracing_chrome::ChromeLayerBuilder` [INFO] [stderr] --> src/vm/executor.rs:282:13 [INFO] [stderr] | [INFO] [stderr] 282 | use tracing_chrome::ChromeLayerBuilder; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: unused import: `tracing_subscriber::prelude::*` [INFO] [stderr] --> src/vm/executor.rs:283:13 [INFO] [stderr] | [INFO] [stderr] 283 | use tracing_subscriber::prelude::*; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: unused variable: `func_decl` [INFO] [stderr] --> src/parser/parser.rs:640:13 [INFO] [stderr] | [INFO] [stderr] 640 | let func_decl = parser [INFO] [stderr] | ^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_func_decl` [INFO] [stderr] [INFO] [stderr] warning: unused variable: `if_expr` [INFO] [stderr] --> src/parser/parser.rs:665:13 [INFO] [stderr] | [INFO] [stderr] 665 | let if_expr = parser [INFO] [stderr] | ^^^^^^^ help: if this is intentional, prefix it with an underscore: `_if_expr` [INFO] [stderr] [INFO] [stderr] warning: unused variable: `short_if_expr` [INFO] [stderr] --> src/parser/parser.rs:674:13 [INFO] [stderr] | [INFO] [stderr] 674 | let short_if_expr = parser.parse_from_str("[test]", "a + 1 ? b : c").unwrap(); [INFO] [stderr] | ^^^^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_short_if_expr` [INFO] [stderr] [INFO] [stderr] warning: unused variable: `short_if_expr` [INFO] [stderr] --> src/parser/parser.rs:681:13 [INFO] [stderr] | [INFO] [stderr] 681 | let short_if_expr = parser [INFO] [stderr] | ^^^^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_short_if_expr` [INFO] [stderr] [INFO] [stderr] warning: unused variable: `if_expr` [INFO] [stderr] --> src/parser/parser.rs:706:13 [INFO] [stderr] | [INFO] [stderr] 706 | let if_expr = parser [INFO] [stderr] | ^^^^^^^ help: if this is intentional, prefix it with an underscore: `_if_expr` [INFO] [stderr] [INFO] [stderr] warning: unused `Result` that must be used [INFO] [stderr] --> src/vm/executor.rs:300:9 [INFO] [stderr] | [INFO] [stderr] 300 | dbg!(ret); [INFO] [stderr] | ^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: this `Result` may be an `Err` variant, which should be handled [INFO] [stderr] = note: `#[warn(unused_must_use)]` on by default [INFO] [stderr] = note: this warning originates in the macro `dbg` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: `llcat` (lib test) generated 17 warnings (9 duplicates) (run `cargo fix --lib -p llcat --tests` to apply 2 suggestions) [INFO] [stderr] Finished `test` profile [unoptimized + debuginfo] target(s) in 0.52s [INFO] [stderr] Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/llcat-8fe8dcdb3efa3d28) [INFO] [stdout] [INFO] [stdout] running 25 tests [INFO] [stdout] test arena::tests::unsafe_arena ... ok [INFO] [stdout] test bytecode::compiler::tests::_expr ... ok [INFO] [stdout] test parser::intern::tests::intern_str ... ok [INFO] [stdout] test parser::intern_old::tests::intern_str ... ok [INFO] [stdout] test parser::lexer::tests::lex_ident ... ok [INFO] [stdout] test parser::lexer::tests::lex_escape_str ... ok [INFO] [stdout] test parser::lexer::tests::lex_float ... ok [INFO] [stdout] test parser::lexer::tests::lex_str ... ok [INFO] [stdout] test parser::lexer::tests::lex_integer ... ok [INFO] [stdout] test parser::parser::tests::return_expr ... ok [INFO] [stdout] test parser::parser::tests::pratt_exprs ... ok [INFO] [stdout] test parser::parser::tests::exprs ... ok [INFO] [stdout] test parser::parser::tests::if_expr ... ok [INFO] [stdout] test parser::parser::tests::func_decl ... ok [INFO] [stdout] test parser::parser::tests::priority ... ok [INFO] [stdout] test parser::lexer::tests::lex_unicode_str ... ok [INFO] [stdout] test vm::stack::tests::stack_pop_decreases_length ... ok [INFO] [stdout] test vm::stack::tests::stack_new_is_empty ... ok [INFO] [stdout] test vm::stack::tests::stack_peek_on_empty_returns_none ... ok [INFO] [stdout] test vm::executor::tests::sum ... ok [INFO] [stdout] test vm::stack::tests::stack_pop_on_empty_returns_none ... ok [INFO] [stdout] test vm::stack::tests::stack_grow_expands_capacity ... ok [INFO] [stdout] test vm::stack::tests::stack_push_increases_length ... ok [INFO] [stdout] test vm::stack::tests::stack_peek_returns_top_element ... ok [INFO] [stdout] test vm::executor::tests::fib has been running for over 60 seconds [ERROR] error running command: no output for 300 seconds [INFO] running `Command { std: "docker" "inspect" "c44114bd76a1bbba55d872a1eeb31fbe4533cd07530f01fa0edf14edff778a7a", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "c44114bd76a1bbba55d872a1eeb31fbe4533cd07530f01fa0edf14edff778a7a", kill_on_drop: false }` [INFO] [stdout] c44114bd76a1bbba55d872a1eeb31fbe4533cd07530f01fa0edf14edff778a7a