[INFO] cloning repository https://github.com/mdk194/rlox
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/mdk194/rlox" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fmdk194%2Frlox", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fmdk194%2Frlox'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] 610f234473a24a3fedc3fbdee26295974d228a78
[INFO] testing mdk194/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%2Fmdk194%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/mdk194/rlox
[INFO] finished tweaking git repo https://github.com/mdk194/rlox
[INFO] tweaked toml for git repo https://github.com/mdk194/rlox written to /workspace/builds/worker-6-tc2/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/mdk194/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/mdk194/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] 66b106556b8112cdc78de76df0e3d853576166d42665f143491d2f75900f5798
[INFO] running `Command { std: "docker" "start" "66b106556b8112cdc78de76df0e3d853576166d42665f143491d2f75900f5798", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "66b106556b8112cdc78de76df0e3d853576166d42665f143491d2f75900f5798", 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" "66b106556b8112cdc78de76df0e3d853576166d42665f143491d2f75900f5798" "/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" "66b106556b8112cdc78de76df0e3d853576166d42665f143491d2f75900f5798", 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" "66b106556b8112cdc78de76df0e3d853576166d42665f143491d2f75900f5798" "/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.43
[INFO] [stderr]    Compiling unicode-ident v1.0.3
[INFO] [stderr]    Compiling quote v1.0.21
[INFO] [stderr]    Compiling syn v1.0.99
[INFO] [stderr]    Compiling serde v1.0.144
[INFO] [stderr]    Compiling once_cell v1.13.1
[INFO] [stderr]    Compiling rustc-hash v1.1.0
[INFO] [stderr]    Compiling thiserror-impl v1.0.33
[INFO] [stderr]    Compiling toml v0.5.9
[INFO] [stderr]    Compiling thiserror v1.0.33
[INFO] [stderr]    Compiling proc-macro-crate v1.2.1
[INFO] [stderr]    Compiling num_enum_derive v0.5.7
[INFO] [stderr]    Compiling num_enum v0.5.7
[INFO] [stderr]    Compiling rlox v0.1.0 (/opt/rustwide/workdir)
[INFO] [stdout] warning: use of deprecated constant `std::u8::MAX`: replaced by the `MAX` associated constant on this type
[INFO] [stdout]   --> src/compiler.rs:35:39
[INFO] [stdout]    |
[INFO] [stdout] 35 |     const MAX_LOCAL: usize = std::u8::MAX as usize + 1;
[INFO] [stdout]    |                                       ^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(deprecated)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated constant `std::u16::MAX`: replaced by the `MAX` associated constant on this type
[INFO] [stdout]    --> src/compiler.rs:485:36
[INFO] [stdout]     |
[INFO] [stdout] 485 |         if jump as u16 > std::u16::MAX {
[INFO] [stdout]     |                                    ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated constant `std::u16::MAX`: replaced by the `MAX` associated constant on this type
[INFO] [stdout]    --> src/compiler.rs:690:38
[INFO] [stdout]     |
[INFO] [stdout] 690 |         if offset as u16 > std::u16::MAX {
[INFO] [stdout]     |                                      ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated constant `std::u8::MAX`: replaced by the `MAX` associated constant on this type
[INFO] [stdout]   --> src/vm.rs:49:56
[INFO] [stdout]    |
[INFO] [stdout] 49 |     const STACK_MAX: usize = VM::FRAME_MAX * (std::u8::MAX as usize + 1);
[INFO] [stdout]    |                                                        ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable does not need to be mutable
[INFO] [stdout]    --> src/vm.rs:226:17
[INFO] [stdout]     |
[INFO] [stdout] 226 |             let mut upvalue = cast!(self.heap.lookup_mut(upvalue), UpValue);
[INFO] [stdout]     |                 ----^^^^^^^
[INFO] [stdout]     |                 |
[INFO] [stdout]     |                 help: remove this `mut`
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(unused_mut)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable does not need to be mutable
[INFO] [stdout]    --> src/vm.rs:446:25
[INFO] [stdout]     |
[INFO] [stdout] 446 |                     let mut upvalue = cast!(self.heap.lookup_mut(iupvalue), UpValue);
[INFO] [stdout]     |                         ----^^^^^^^
[INFO] [stdout]     |                         |
[INFO] [stdout]     |                         help: remove this `mut`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: fields `start` and `length` are never read
[INFO] [stdout]  --> src/scanner.rs:6:9
[INFO] [stdout]   |
[INFO] [stdout] 4 | pub struct Token<'src> {
[INFO] [stdout]   |            ----- fields in this struct
[INFO] [stdout] 5 |     pub token_type: TokenType,
[INFO] [stdout] 6 |     pub start: usize,
[INFO] [stdout]   |         ^^^^^
[INFO] [stdout] 7 |     pub length: usize,
[INFO] [stdout]   |         ^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `Token` has derived impls for the traits `Debug` and `Clone`, but these are intentionally ignored during dead code analysis
[INFO] [stdout]   = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `release` profile [optimized + debuginfo] target(s) in 9.10s
[INFO] running `Command { std: "docker" "inspect" "66b106556b8112cdc78de76df0e3d853576166d42665f143491d2f75900f5798", 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" "66b106556b8112cdc78de76df0e3d853576166d42665f143491d2f75900f5798" "/opt/rustwide/cargo-home/bin/cargo" "+1.99.0-beta.1" "test" "--frozen" "--no-run" "--message-format=json" "--release", kill_on_drop: false }`
[INFO] [stderr]    Compiling rustc-hash v1.1.0
[INFO] [stderr]    Compiling num_enum v0.5.7
[INFO] [stderr]    Compiling rlox v0.1.0 (/opt/rustwide/workdir)
[INFO] [stdout] warning: use of deprecated constant `std::u8::MAX`: replaced by the `MAX` associated constant on this type
[INFO] [stdout]   --> src/compiler.rs:35:39
[INFO] [stdout]    |
[INFO] [stdout] 35 |     const MAX_LOCAL: usize = std::u8::MAX as usize + 1;
[INFO] [stdout]    |                                       ^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(deprecated)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated constant `std::u16::MAX`: replaced by the `MAX` associated constant on this type
[INFO] [stdout]    --> src/compiler.rs:485:36
[INFO] [stdout]     |
[INFO] [stdout] 485 |         if jump as u16 > std::u16::MAX {
[INFO] [stdout]     |                                    ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated constant `std::u16::MAX`: replaced by the `MAX` associated constant on this type
[INFO] [stdout]    --> src/compiler.rs:690:38
[INFO] [stdout]     |
[INFO] [stdout] 690 |         if offset as u16 > std::u16::MAX {
[INFO] [stdout]     |                                      ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated constant `std::u8::MAX`: replaced by the `MAX` associated constant on this type
[INFO] [stdout]   --> src/vm.rs:49:56
[INFO] [stdout]    |
[INFO] [stdout] 49 |     const STACK_MAX: usize = VM::FRAME_MAX * (std::u8::MAX as usize + 1);
[INFO] [stdout]    |                                                        ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable does not need to be mutable
[INFO] [stdout]    --> src/vm.rs:226:17
[INFO] [stdout]     |
[INFO] [stdout] 226 |             let mut upvalue = cast!(self.heap.lookup_mut(upvalue), UpValue);
[INFO] [stdout]     |                 ----^^^^^^^
[INFO] [stdout]     |                 |
[INFO] [stdout]     |                 help: remove this `mut`
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(unused_mut)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable does not need to be mutable
[INFO] [stdout]    --> src/vm.rs:446:25
[INFO] [stdout]     |
[INFO] [stdout] 446 |                     let mut upvalue = cast!(self.heap.lookup_mut(iupvalue), UpValue);
[INFO] [stdout]     |                         ----^^^^^^^
[INFO] [stdout]     |                         |
[INFO] [stdout]     |                         help: remove this `mut`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: fields `start` and `length` are never read
[INFO] [stdout]  --> src/scanner.rs:6:9
[INFO] [stdout]   |
[INFO] [stdout] 4 | pub struct Token<'src> {
[INFO] [stdout]   |            ----- fields in this struct
[INFO] [stdout] 5 |     pub token_type: TokenType,
[INFO] [stdout] 6 |     pub start: usize,
[INFO] [stdout]   |         ^^^^^
[INFO] [stdout] 7 |     pub length: usize,
[INFO] [stdout]   |         ^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `Token` has derived impls for the traits `Debug` and `Clone`, but these are intentionally ignored during dead code analysis
[INFO] [stdout]   = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `release` profile [optimized + debuginfo] target(s) in 0.63s
[INFO] running `Command { std: "docker" "inspect" "66b106556b8112cdc78de76df0e3d853576166d42665f143491d2f75900f5798", 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" "66b106556b8112cdc78de76df0e3d853576166d42665f143491d2f75900f5798" "/opt/rustwide/cargo-home/bin/cargo" "+1.99.0-beta.1" "test" "--frozen" "--release", kill_on_drop: false }`
[INFO] [stderr] warning: use of deprecated constant `std::u8::MAX`: replaced by the `MAX` associated constant on this type
[INFO] [stderr]   --> src/compiler.rs:35:39
[INFO] [stderr]    |
[INFO] [stderr] 35 |     const MAX_LOCAL: usize = std::u8::MAX as usize + 1;
[INFO] [stderr]    |                                       ^^^
[INFO] [stderr]    |
[INFO] [stderr]    = note: `#[warn(deprecated)]` on by default
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated constant `std::u16::MAX`: replaced by the `MAX` associated constant on this type
[INFO] [stderr]    --> src/compiler.rs:485:36
[INFO] [stderr]     |
[INFO] [stderr] 485 |         if jump as u16 > std::u16::MAX {
[INFO] [stderr]     |                                    ^^^
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated constant `std::u16::MAX`: replaced by the `MAX` associated constant on this type
[INFO] [stderr]    --> src/compiler.rs:690:38
[INFO] [stderr]     |
[INFO] [stderr] 690 |         if offset as u16 > std::u16::MAX {
[INFO] [stderr]     |                                      ^^^
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated constant `std::u8::MAX`: replaced by the `MAX` associated constant on this type
[INFO] [stderr]   --> src/vm.rs:49:56
[INFO] [stderr]    |
[INFO] [stderr] 49 |     const STACK_MAX: usize = VM::FRAME_MAX * (std::u8::MAX as usize + 1);
[INFO] [stderr]    |                                                        ^^^
[INFO] [stderr] 
[INFO] [stderr] warning: variable does not need to be mutable
[INFO] [stderr]    --> src/vm.rs:226:17
[INFO] [stderr]     |
[INFO] [stderr] 226 |             let mut upvalue = cast!(self.heap.lookup_mut(upvalue), UpValue);
[INFO] [stderr]     |                 ----^^^^^^^
[INFO] [stderr]     |                 |
[INFO] [stderr]     |                 help: remove this `mut`
[INFO] [stderr]     |
[INFO] [stderr]     = note: `#[warn(unused_mut)]` (part of `#[warn(unused)]`) on by default
[INFO] [stderr] 
[INFO] [stderr] warning: variable does not need to be mutable
[INFO] [stderr]    --> src/vm.rs:446:25
[INFO] [stderr]     |
[INFO] [stderr] 446 |                     let mut upvalue = cast!(self.heap.lookup_mut(iupvalue), UpValue);
[INFO] [stderr]     |                         ----^^^^^^^
[INFO] [stderr]     |                         |
[INFO] [stderr]     |                         help: remove this `mut`
[INFO] [stderr] 
[INFO] [stderr] warning: fields `start` and `length` are never read
[INFO] [stderr]  --> src/scanner.rs:6:9
[INFO] [stderr]   |
[INFO] [stderr] 4 | pub struct Token<'src> {
[INFO] [stderr]   |            ----- fields in this struct
[INFO] [stderr] 5 |     pub token_type: TokenType,
[INFO] [stderr] 6 |     pub start: usize,
[INFO] [stderr]   |         ^^^^^
[INFO] [stderr] 7 |     pub length: usize,
[INFO] [stderr]   |         ^^^^^^
[INFO] [stderr]   |
[INFO] [stderr]   = note: `Token` has derived impls for the traits `Debug` and `Clone`, but these are intentionally ignored during dead code analysis
[INFO] [stderr]   = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stderr] 
[INFO] [stderr] warning: `rlox` (bin "rlox" test) generated 7 warnings (run `cargo fix --bin "rlox" -p rlox --tests` to apply 2 suggestions)
[INFO] [stderr]     Finished `release` profile [optimized + debuginfo] target(s) in 0.07s
[INFO] [stderr]      Running unittests src/main.rs (/opt/rustwide/target/release/deps/rlox-589d227d20451efa)
[INFO] [stdout] 
[INFO] [stdout] running 0 tests
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
[INFO] [stdout] 
[INFO] running `Command { std: "docker" "inspect" "66b106556b8112cdc78de76df0e3d853576166d42665f143491d2f75900f5798", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "66b106556b8112cdc78de76df0e3d853576166d42665f143491d2f75900f5798", kill_on_drop: false }`
[INFO] [stdout] 66b106556b8112cdc78de76df0e3d853576166d42665f143491d2f75900f5798
