[INFO] cloning repository https://github.com/kar1221/rlox
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/kar1221/rlox" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fkar1221%2Frlox", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fkar1221%2Frlox'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] 134eea7604bbffe01917a1f3ac994a9ed956eb55
[INFO] testing kar1221/rlox against 1.99.0-beta.1+cargoflags=--release for beta-release-1.99-2
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fkar1221%2Frlox" "/workspace/builds/worker-6-tc2/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-6-tc2/source'...
[INFO] [stderr] done.
[INFO] started tweaking git repo https://github.com/kar1221/rlox
[INFO] finished tweaking git repo https://github.com/kar1221/rlox
[INFO] tweaked toml for git repo https://github.com/kar1221/rlox written to /workspace/builds/worker-6-tc2/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/kar1221/rlox on toolchain 1.99.0-beta.1
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+1.99.0-beta.1" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/kar1221/rlox already has a lockfile, it will not be regenerated
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+1.99.0-beta.1" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-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] 60229fae951b08f6fcc593536b536114824a94133983d602fef80c49e3364043
[INFO] running `Command { std: "docker" "start" "60229fae951b08f6fcc593536b536114824a94133983d602fef80c49e3364043", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "60229fae951b08f6fcc593536b536114824a94133983d602fef80c49e3364043", 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" "60229fae951b08f6fcc593536b536114824a94133983d602fef80c49e3364043" "/opt/rustwide/cargo-home/bin/cargo" "+1.99.0-beta.1" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "60229fae951b08f6fcc593536b536114824a94133983d602fef80c49e3364043", 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=warn" "-e" "RUSTDOCFLAGS=--cap-lints=warn" "-w" "/opt/rustwide/workdir" "--user" "0:0" "60229fae951b08f6fcc593536b536114824a94133983d602fef80c49e3364043" "/opt/rustwide/cargo-home/bin/cargo" "+1.99.0-beta.1" "build" "--frozen" "--message-format=json" "--release", kill_on_drop: false }`
[INFO] [stderr]    Compiling proc-macro2 v1.0.106
[INFO] [stderr]    Compiling unicode-ident v1.0.24
[INFO] [stderr]    Compiling quote v1.0.44
[INFO] [stderr]    Compiling thiserror v2.0.18
[INFO] [stderr]    Compiling syn v2.0.117
[INFO] [stderr]    Compiling thiserror-impl v2.0.18
[INFO] [stderr]    Compiling rlox v0.1.0 (/opt/rustwide/workdir)
[INFO] [stdout] error[E0432]: unresolved import `crate::debug::tracer::disassemble_chunk`
[INFO] [stdout]   --> src/compiler/compile.rs:7:5
[INFO] [stdout]    |
[INFO] [stdout]  7 | use crate::debug::tracer::disassemble_chunk;
[INFO] [stdout]    |     ^^^^^^^^^^^^^^^^^^^^^^-----------------
[INFO] [stdout]    |                           |
[INFO] [stdout]    |                           no `disassemble_chunk` in `debug::tracer`
[INFO] [stdout]    |
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]   --> src/debug/tracer.rs:16:8
[INFO] [stdout]    |
[INFO] [stdout] 15 | #[cfg(debug_assertions)]
[INFO] [stdout]    |       ---------------- the item is gated here
[INFO] [stdout] 16 | pub fn disassemble_chunk(chunk: &Chunk, name: &str) {
[INFO] [stdout]    |        ^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `crate::debug::tracer::disassemble_instruction`
[INFO] [stdout]   --> src/runtime/machine.rs:5:5
[INFO] [stdout]    |
[INFO] [stdout]  5 | use crate::debug::tracer::disassemble_instruction;
[INFO] [stdout]    |     ^^^^^^^^^^^^^^^^^^^^^^-----------------------
[INFO] [stdout]    |                           |
[INFO] [stdout]    |                           no `disassemble_instruction` in `debug::tracer`
[INFO] [stdout]    |
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]   --> src/debug/tracer.rs:35:8
[INFO] [stdout]    |
[INFO] [stdout] 34 | #[cfg(debug_assertions)]
[INFO] [stdout]    |       ---------------- the item is gated here
[INFO] [stdout] 35 | pub fn disassemble_instruction(chunk: &Chunk, offset: usize) -> usize {
[INFO] [stdout]    |        ^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] help: a similar name exists in the module
[INFO] [stdout]    |
[INFO] [stdout]  5 - use crate::debug::tracer::disassemble_instruction;
[INFO] [stdout]  5 + use crate::debug::tracer::simple_instruction;
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `crate::debug::tracer::stack_tracing`
[INFO] [stdout]   --> src/runtime/machine.rs:6:5
[INFO] [stdout]    |
[INFO] [stdout]  6 | use crate::debug::tracer::stack_tracing;
[INFO] [stdout]    |     ^^^^^^^^^^^^^^^^^^^^^^-------------
[INFO] [stdout]    |                           |
[INFO] [stdout]    |                           no `stack_tracing` in `debug::tracer`
[INFO] [stdout]    |
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]   --> src/debug/tracer.rs:72:8
[INFO] [stdout]    |
[INFO] [stdout] 71 | #[cfg(debug_assertions)]
[INFO] [stdout]    |       ---------------- the item is gated here
[INFO] [stdout] 72 | pub fn stack_tracing(stack: &Vec<Value>) {
[INFO] [stdout]    |        ^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find type `Chunk` in this scope
[INFO] [stdout]   --> src/debug/tracer.rs:91:45
[INFO] [stdout]    |
[INFO] [stdout] 91 | fn constant_instruction(name: &str, chunk: &Chunk, offset: usize) -> usize {
[INFO] [stdout]    |                                             ^^^^^ not found in this scope
[INFO] [stdout]    |
[INFO] [stdout] help: consider importing this struct through its public re-export
[INFO] [stdout]    |
[INFO] [stdout]  1 + use crate::Chunk;
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find type `Chunk` in this scope
[INFO] [stdout]    --> src/debug/tracer.rs:108:50
[INFO] [stdout]     |
[INFO] [stdout] 108 | fn constant_long_instruction(name: &str, chunk: &Chunk, offset: usize) -> usize {
[INFO] [stdout]     |                                                  ^^^^^ not found in this scope
[INFO] [stdout]     |
[INFO] [stdout] help: consider importing this struct through its public re-export
[INFO] [stdout]     |
[INFO] [stdout]   1 + use crate::Chunk;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find type `Value` in this scope
[INFO] [stdout]    --> src/debug/tracer.rs:133:20
[INFO] [stdout]     |
[INFO] [stdout] 133 | fn print_value(v: &Value) {
[INFO] [stdout]     |                    ^^^^^ not found in this scope
[INFO] [stdout]     |
[INFO] [stdout] help: consider importing this enum through its public re-export
[INFO] [stdout]     |
[INFO] [stdout]   1 + use crate::Value;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] Some errors have detailed explanations: E0425, E0432.
[INFO] [stdout] 
[INFO] [stdout] For more information about an error, try `rustc --explain E0425`.
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `rlox` (bin "rlox") due to 6 previous errors
[INFO] running `Command { std: "docker" "inspect" "60229fae951b08f6fcc593536b536114824a94133983d602fef80c49e3364043", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "60229fae951b08f6fcc593536b536114824a94133983d602fef80c49e3364043", kill_on_drop: false }`
[INFO] [stdout] 60229fae951b08f6fcc593536b536114824a94133983d602fef80c49e3364043
