[INFO] cloning repository https://github.com/madebyjeffrey/jerk
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/madebyjeffrey/jerk" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fmadebyjeffrey%2Fjerk", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fmadebyjeffrey%2Fjerk'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] 59be7d9b4863bf481d13bb7ecb6c883fbb8c9e2d
[INFO] testing madebyjeffrey/jerk against 1.95.0 for beta-1.96-2
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fmadebyjeffrey%2Fjerk" "/workspace/builds/worker-3-tc1/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-3-tc1/source'...
[INFO] [stderr] done.
[INFO] started tweaking git repo https://github.com/madebyjeffrey/jerk
[INFO] finished tweaking git repo https://github.com/madebyjeffrey/jerk
[INFO] tweaked toml for git repo https://github.com/madebyjeffrey/jerk written to /workspace/builds/worker-3-tc1/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/madebyjeffrey/jerk on toolchain 1.95.0
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+1.95.0" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/madebyjeffrey/jerk 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.95.0" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]  Downloading crates ...
[INFO] [stderr]   Downloaded term v1.2.0
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc1/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:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+1.95.0" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] 592790d9e063f1bab1186f5ccac705b06f0c16ce8b16826d4b37988bed9b67db
[INFO] running `Command { std: "docker" "start" "-a" "592790d9e063f1bab1186f5ccac705b06f0c16ce8b16826d4b37988bed9b67db", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "592790d9e063f1bab1186f5ccac705b06f0c16ce8b16826d4b37988bed9b67db", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "592790d9e063f1bab1186f5ccac705b06f0c16ce8b16826d4b37988bed9b67db", kill_on_drop: false }`
[INFO] [stdout] 592790d9e063f1bab1186f5ccac705b06f0c16ce8b16826d4b37988bed9b67db
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc1/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=warn" "-e" "RUSTDOCFLAGS=--cap-lints=warn" "-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:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+1.95.0" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] c3b5aa85fc54060bbd1203d732e58a7e2a25cdd33a3673618268c279eb4112d6
[INFO] running `Command { std: "docker" "start" "-a" "c3b5aa85fc54060bbd1203d732e58a7e2a25cdd33a3673618268c279eb4112d6", kill_on_drop: false }`
[INFO] [stderr]    Compiling typenum v1.19.0
[INFO] [stderr]    Compiling generic-array v0.14.9
[INFO] [stderr]    Compiling regex-syntax v0.8.8
[INFO] [stderr]    Compiling libc v0.2.177
[INFO] [stderr]    Compiling rustversion v1.0.22
[INFO] [stderr]    Compiling proc-macro2 v1.0.101
[INFO] [stderr]    Compiling parking_lot_core v0.9.12
[INFO] [stderr]    Compiling memchr v2.7.6
[INFO] [stderr]    Compiling scopeguard v1.2.0
[INFO] [stderr]    Compiling quote v1.0.41
[INFO] [stderr]    Compiling unicode-ident v1.0.19
[INFO] [stderr]    Compiling cfg-if v1.0.3
[INFO] [stderr]    Compiling semver v1.0.27
[INFO] [stderr]    Compiling smallvec v1.15.1
[INFO] [stderr]    Compiling siphasher v1.0.1
[INFO] [stderr]    Compiling equivalent v1.0.2
[INFO] [stderr]    Compiling lock_api v0.4.14
[INFO] [stderr]    Compiling hashbrown v0.16.0
[INFO] [stderr]    Compiling keccak v0.1.5
[INFO] [stderr]    Compiling either v1.15.0
[INFO] [stderr]    Compiling term v1.2.0
[INFO] [stderr]    Compiling fixedbitset v0.5.7
[INFO] [stderr]    Compiling precomputed-hash v0.1.1
[INFO] [stderr]    Compiling log v0.4.28
[INFO] [stderr]    Compiling new_debug_unreachable v1.0.6
[INFO] [stderr]    Compiling same-file v1.0.6
[INFO] [stderr]    Compiling rustc_version v0.4.1
[INFO] [stderr]    Compiling phf_shared v0.11.3
[INFO] [stderr]    Compiling bit-vec v0.8.0
[INFO] [stderr]    Compiling walkdir v2.5.0
[INFO] [stderr]    Compiling itertools v0.14.0
[INFO] [stderr]    Compiling ena v0.14.3
[INFO] [stderr]    Compiling ascii-canvas v4.0.0
[INFO] [stderr]    Compiling bit-set v0.8.0
[INFO] [stderr]    Compiling lazy_static v1.5.0
[INFO] [stderr]    Compiling pico-args v0.5.0
[INFO] [stderr]    Compiling aho-corasick v1.1.3
[INFO] [stderr]    Compiling logos-codegen v0.15.1
[INFO] [stderr]    Compiling indexmap v2.11.4
[INFO] [stderr]    Compiling unicode-xid v0.2.6
[INFO] [stderr]    Compiling beef v0.5.2
[INFO] [stderr]    Compiling syn v2.0.106
[INFO] [stderr]    Compiling petgraph v0.7.1
[INFO] [stderr]    Compiling parking_lot v0.12.5
[INFO] [stderr]    Compiling crypto-common v0.1.6
[INFO] [stderr]    Compiling block-buffer v0.10.4
[INFO] [stderr]    Compiling string_cache v0.8.9
[INFO] [stderr]    Compiling digest v0.10.7
[INFO] [stderr]    Compiling sha3 v0.10.8
[INFO] [stderr]    Compiling regex-automata v0.4.13
[INFO] [stderr]    Compiling lalrpop-util v0.22.2
[INFO] [stderr]    Compiling regex v1.12.2
[INFO] [stderr]    Compiling lalrpop v0.22.2
[INFO] [stderr]    Compiling logos-derive v0.15.1
[INFO] [stderr]    Compiling logos v0.15.1
[INFO] [stderr]    Compiling jerk v0.1.0 (/opt/rustwide/workdir)
[INFO] [stdout] error[E0531]: cannot find tuple struct or tuple variant `Register` in this scope
[INFO] [stdout]    --> /opt/rustwide/target/debug/build/jerk-767c5554c9e398b9/out/parser.rs:210:13
[INFO] [stdout]     |
[INFO] [stdout] 210 |             Register(_) if true => Some(2),
[INFO] [stdout]     |             ^^^^^^^^ not found in this scope
[INFO] [stdout]     |
[INFO] [stdout] help: consider importing one of these tuple variants
[INFO] [stdout]     |
[INFO] [stdout]  17 +     use crate::parser::Operand::Register;
[INFO] [stdout]     |
[INFO] [stdout]  17 +     use crate::parser::Token::Register;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0531]: cannot find tuple struct or tuple variant `Identifier` in this scope
[INFO] [stdout]    --> /opt/rustwide/target/debug/build/jerk-767c5554c9e398b9/out/parser.rs:211:13
[INFO] [stdout]     |
[INFO] [stdout] 211 |             Identifier(_) if true => Some(3),
[INFO] [stdout]     |             ^^^^^^^^^^ not found in this scope
[INFO] [stdout]     |
[INFO] [stdout] help: consider importing this tuple variant
[INFO] [stdout]     |
[INFO] [stdout]  17 +     use crate::parser::Token::Identifier;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0531]: cannot find tuple struct or tuple variant `Number` in this scope
[INFO] [stdout]    --> /opt/rustwide/target/debug/build/jerk-767c5554c9e398b9/out/parser.rs:212:13
[INFO] [stdout]     |
[INFO] [stdout] 212 |             Number(_) if true => Some(4),
[INFO] [stdout]     |             ^^^^^^ not found in this scope
[INFO] [stdout]     |
[INFO] [stdout] help: consider importing this tuple variant
[INFO] [stdout]     |
[INFO] [stdout]  17 +     use crate::parser::Token::Number;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0531]: cannot find tuple struct or tuple variant `Register` in this scope
[INFO] [stdout]    --> /opt/rustwide/target/debug/build/jerk-767c5554c9e398b9/out/parser.rs:227:17
[INFO] [stdout]     |
[INFO] [stdout] 227 |                 Register(__tok0) if true => __Symbol::Variant1(__tok0),
[INFO] [stdout]     |                 ^^^^^^^^ not found in this scope
[INFO] [stdout]     |
[INFO] [stdout] help: consider importing one of these tuple variants
[INFO] [stdout]     |
[INFO] [stdout]  17 +     use crate::parser::Operand::Register;
[INFO] [stdout]     |
[INFO] [stdout]  17 +     use crate::parser::Token::Register;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0531]: cannot find tuple struct or tuple variant `Identifier` in this scope
[INFO] [stdout]    --> /opt/rustwide/target/debug/build/jerk-767c5554c9e398b9/out/parser.rs:231:17
[INFO] [stdout]     |
[INFO] [stdout] 231 |                 Identifier(__tok0) if true => __Symbol::Variant2(__tok0),
[INFO] [stdout]     |                 ^^^^^^^^^^ not found in this scope
[INFO] [stdout]     |
[INFO] [stdout] help: consider importing this tuple variant
[INFO] [stdout]     |
[INFO] [stdout]  17 +     use crate::parser::Token::Identifier;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0531]: cannot find tuple struct or tuple variant `Number` in this scope
[INFO] [stdout]    --> /opt/rustwide/target/debug/build/jerk-767c5554c9e398b9/out/parser.rs:235:17
[INFO] [stdout]     |
[INFO] [stdout] 235 |                 Number(__tok0) if true => __Symbol::Variant3(__tok0),
[INFO] [stdout]     |                 ^^^^^^ not found in this scope
[INFO] [stdout]     |
[INFO] [stdout] help: consider importing this tuple variant
[INFO] [stdout]     |
[INFO] [stdout]  17 +     use crate::parser::Token::Number;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around `match` scrutinee expression
[INFO] [stdout]    --> src/lexer.rs:122:19
[INFO] [stdout]     |
[INFO] [stdout] 122 |             match (token) {
[INFO] [stdout]     |                   ^     ^
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(unused_parens)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]     |
[INFO] [stdout] 122 -             match (token) {
[INFO] [stdout] 122 +             match token {
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `crate::lexer`
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/jerk-767c5554c9e398b9/out/parser.rs:3:5
[INFO] [stdout]   |
[INFO] [stdout] 3 | use crate::lexer;
[INFO] [stdout]   |     ^^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `#[warn(unused_imports)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] For more information about this error, try `rustc --explain E0531`.
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `jerk` (bin "jerk") due to 6 previous errors; 2 warnings emitted
[INFO] running `Command { std: "docker" "inspect" "c3b5aa85fc54060bbd1203d732e58a7e2a25cdd33a3673618268c279eb4112d6", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "c3b5aa85fc54060bbd1203d732e58a7e2a25cdd33a3673618268c279eb4112d6", kill_on_drop: false }`
[INFO] [stdout] c3b5aa85fc54060bbd1203d732e58a7e2a25cdd33a3673618268c279eb4112d6
