[INFO] cloning repository https://github.com/Chubek/Scheesim
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/Chubek/Scheesim" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FChubek%2FScheesim", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FChubek%2FScheesim'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] d577f12b719145e2644b02aae11651acdbb1a94f
[INFO] checking Chubek/Scheesim against try#5fee451ebd94296ea05214e819c311e164b30af6 for pr-139042
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FChubek%2FScheesim" "/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/Chubek/Scheesim on toolchain 5fee451ebd94296ea05214e819c311e164b30af6
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+5fee451ebd94296ea05214e819c311e164b30af6" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] started tweaking git repo https://github.com/Chubek/Scheesim
[INFO] finished tweaking git repo https://github.com/Chubek/Scheesim
[INFO] tweaked toml for git repo https://github.com/Chubek/Scheesim written to /workspace/builds/worker-5-tc2/source/Cargo.toml
[INFO] crate git repo https://github.com/Chubek/Scheesim 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" "+5fee451ebd94296ea05214e819c311e164b30af6" "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:4b26683ee3c49f365255c425c23003cbf4366de097804722c29c5bbbee3624d2" "/opt/rustwide/cargo-home/bin/cargo" "+5fee451ebd94296ea05214e819c311e164b30af6" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] 4e79887e2ec56c61b16c46bb1f4d0e35418f2fbc1b21243dc0da1e5229ceb111
[INFO] running `Command { std: "docker" "start" "-a" "4e79887e2ec56c61b16c46bb1f4d0e35418f2fbc1b21243dc0da1e5229ceb111", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "4e79887e2ec56c61b16c46bb1f4d0e35418f2fbc1b21243dc0da1e5229ceb111", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "4e79887e2ec56c61b16c46bb1f4d0e35418f2fbc1b21243dc0da1e5229ceb111", kill_on_drop: false }`
[INFO] [stdout] 4e79887e2ec56c61b16c46bb1f4d0e35418f2fbc1b21243dc0da1e5229ceb111
[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:4b26683ee3c49f365255c425c23003cbf4366de097804722c29c5bbbee3624d2" "/opt/rustwide/cargo-home/bin/cargo" "+5fee451ebd94296ea05214e819c311e164b30af6" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 7067e024efd23940efbe691ad6ec603bca912e029b6f734998ff36b1db52e7a2
[INFO] running `Command { std: "docker" "start" "-a" "7067e024efd23940efbe691ad6ec603bca912e029b6f734998ff36b1db52e7a2", kill_on_drop: false }`
[INFO] [stderr]    Compiling libc v0.2.139
[INFO] [stderr]    Compiling num-traits v0.2.15
[INFO] [stderr]    Compiling scheesim-macro v0.1.0 (/opt/rustwide/workdir/scheesim-macro)
[INFO] [stderr]     Checking scheesim-lexparse v0.1.0 (/opt/rustwide/workdir/scheesim-lexparse)
[INFO] [stdout] error: expected one of `:`, `;`, `=`, `@`, or `|`, found `ll_ref`
[INFO] [stdout]     --> scheesim-lexparse/src/lib.rs:1021:30
[INFO] [stdout]      |
[INFO] [stdout] 1021 |                 let nl_match ll_ref.has_valid_nlnames() {}
[INFO] [stdout]      |                              ^^^^^^ expected one of `:`, `;`, `=`, `@`, or `|`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused imports: `Ref` and `path::Component`
[INFO] [stdout]  --> scheesim-lexparse/src/lib.rs:1:41
[INFO] [stdout]   |
[INFO] [stdout] 1 | use std::{fs::File, io::read_to_string, path::Component, cell::{RefCell, Ref}};
[INFO] [stdout]   |                                         ^^^^^^^^^^^^^^^                  ^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `#[warn(unused_imports)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused macro definition: `copy_vec`
[INFO] [stdout]   --> scheesim-lexparse/src/lib.rs:27:14
[INFO] [stdout]    |
[INFO] [stdout] 27 | macro_rules! copy_vec {
[INFO] [stdout]    |              ^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(unused_macros)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `i`
[INFO] [stdout]   --> scheesim-lexparse/src/lib.rs:91:18
[INFO] [stdout]    |
[INFO] [stdout] 91 |             for (i, ch) in s.char_indices() {
[INFO] [stdout]    |                  ^ help: if this is intentional, prefix it with an underscore: `_i`
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(unused_variables)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unreachable pattern
[INFO] [stdout]    --> scheesim-lexparse/src/lib.rs:343:13
[INFO] [stdout]     |
[INFO] [stdout] 337 |             "voltage" => {
[INFO] [stdout]     |             --------- matches all the relevant values
[INFO] [stdout] ...
[INFO] [stdout] 343 |             "voltage" => {
[INFO] [stdout]     |             ^^^^^^^^^ no value can reach this
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(unreachable_patterns)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unreachable pattern
[INFO] [stdout]    --> scheesim-lexparse/src/lib.rs:349:13
[INFO] [stdout]     |
[INFO] [stdout] 337 |             "voltage" => {
[INFO] [stdout]     |             --------- matches all the relevant values
[INFO] [stdout] ...
[INFO] [stdout] 349 |             "voltage" => {
[INFO] [stdout]     |             ^^^^^^^^^ no value can reach this
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0004]: non-exhaustive patterns: `&_` not covered
[INFO] [stdout]    --> scheesim-lexparse/src/lib.rs:306:15
[INFO] [stdout]     |
[INFO] [stdout] 306 |         match key {
[INFO] [stdout]     |               ^^^ pattern `&_` not covered
[INFO] [stdout]     |
[INFO] [stdout]     = note: the matched value is of type `&str`
[INFO] [stdout]     = note: `&str` cannot be matched exhaustively, so a wildcard `_` is necessary
[INFO] [stdout] help: ensure that all possible cases are being handled by adding a match arm with a wildcard pattern or an explicit pattern as shown
[INFO] [stdout]     |
[INFO] [stdout] 414 ~             },
[INFO] [stdout] 415 +             &_ => todo!()
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable does not need to be mutable
[INFO] [stdout]    --> scheesim-lexparse/src/lib.rs:783:13
[INFO] [stdout]     |
[INFO] [stdout] 783 |         let mut ref_mut_this = netlist.get_mut();
[INFO] [stdout]     |             ----^^^^^^^^^^^^
[INFO] [stdout]     |             |
[INFO] [stdout]     |             help: remove this `mut`
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(unused_mut)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0596]: cannot borrow `*netlist` as mutable, as it is behind a `&` reference
[INFO] [stdout]    --> scheesim-lexparse/src/lib.rs:783:32
[INFO] [stdout]     |
[INFO] [stdout] 783 |         let mut ref_mut_this = netlist.get_mut();
[INFO] [stdout]     |                                ^^^^^^^ `netlist` is a `&` reference, so the data it refers to cannot be borrowed as mutable
[INFO] [stdout]     |
[INFO] [stdout] help: consider changing this to be a mutable reference
[INFO] [stdout]     |
[INFO] [stdout] 782 |     pub fn get_curr_and_advance(netlist: &mut RefCell<Self>) -> Option<RefCell<LexemeLine>> {
[INFO] [stdout]     |                                           +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `num_nodes`
[INFO] [stdout]    --> scheesim-lexparse/src/lib.rs:979:37
[INFO] [stdout]     |
[INFO] [stdout] 979 |     pub fn set_nodes_vec(&mut self, num_nodes: usize) {
[INFO] [stdout]     |                                     ^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_num_nodes`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0005]: refutable pattern in local binding
[INFO] [stdout]     --> scheesim-lexparse/src/lib.rs:1002:21
[INFO] [stdout]      |
[INFO] [stdout] 1002 |                 let Self::Begin(netlist) = self.clone();
[INFO] [stdout]      |                     ^^^^^^^^^^^^^^^^^^^^ patterns `LexerState::CircuitName(_, _)`, `LexerState::CircuitNode(_, _)`, `LexerState::NodeProfile(_, _)` and 5 more not covered
[INFO] [stdout]      |
[INFO] [stdout]      = note: `let` bindings require an "irrefutable pattern", like a `struct` or an `enum` with only one variant
[INFO] [stdout]      = note: for more information, visit https://doc.rust-lang.org/book/ch19-02-refutability.html
[INFO] [stdout] note: `LexerState` defined here
[INFO] [stdout]     --> scheesim-lexparse/src/lib.rs:986:6
[INFO] [stdout]      |
[INFO] [stdout] 986  | enum LexerState {
[INFO] [stdout]      |      ^^^^^^^^^^
[INFO] [stdout] 987  |     CircuitName(RefCell<LexemeLine>, RefCell<Netlist>),
[INFO] [stdout]      |     ----------- not covered
[INFO] [stdout] 988  |     CircuitNode(RefCell<LexemeLine>, RefCell<Netlist>),
[INFO] [stdout]      |     ----------- not covered
[INFO] [stdout] 989  |     NodeProfile(RefCell<LexemeLine>, RefCell<Netlist>),
[INFO] [stdout]      |     ----------- not covered
[INFO] [stdout] 990  |     InOutArgs(RefCell<LexemeLine>, RefCell<Netlist>),
[INFO] [stdout]      |     --------- not covered
[INFO] [stdout] 991  |     UnitArgs(RefCell<LexemeLine>, RefCell<Netlist>),
[INFO] [stdout]      |     -------- not covered
[INFO] [stdout]      = note: the matched value is of type `LexerState`
[INFO] [stdout] help: you might want to use `let else` to handle the variants that aren't matched
[INFO] [stdout]      |
[INFO] [stdout] 1002 |                 let Self::Begin(netlist) = self.clone() else { todo!() };
[INFO] [stdout]      |                                                         ++++++++++++++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0004]: non-exhaustive patterns: `&_` not covered
[INFO] [stdout]     --> scheesim-lexparse/src/lib.rs:1035:15
[INFO] [stdout]      |
[INFO] [stdout] 1035 |         match key {
[INFO] [stdout]      |               ^^^ pattern `&_` not covered
[INFO] [stdout]      |
[INFO] [stdout]      = note: the matched value is of type `&str`
[INFO] [stdout]      = note: `&str` cannot be matched exhaustively, so a wildcard `_` is necessary
[INFO] [stdout] help: ensure that all possible cases are being handled by adding a match arm with a wildcard pattern or an explicit pattern as shown
[INFO] [stdout]      |
[INFO] [stdout] 1071 ~             },
[INFO] [stdout] 1072 +             &_ => todo!()
[INFO] [stdout]      |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] Some errors have detailed explanations: E0004, E0005, E0596.
[INFO] [stdout] 
[INFO] [stdout] For more information about an error, try `rustc --explain E0004`.
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `scheesim-lexparse` (lib) due to 5 previous errors; 7 warnings emitted
[INFO] [stderr] warning: build failed, waiting for other jobs to finish...
[INFO] running `Command { std: "docker" "inspect" "7067e024efd23940efbe691ad6ec603bca912e029b6f734998ff36b1db52e7a2", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "7067e024efd23940efbe691ad6ec603bca912e029b6f734998ff36b1db52e7a2", kill_on_drop: false }`
[INFO] [stdout] 7067e024efd23940efbe691ad6ec603bca912e029b6f734998ff36b1db52e7a2
