[INFO] fetching crate arya 0.0.3...
[INFO] checking arya-0.0.3 against master#c2f2db79ca3024f68d22b45aa22b570775c2c4ad for pr-124157
[INFO] extracting crate arya 0.0.3 into /workspace/builds/worker-2-tc1/source
[INFO] validating manifest of crates.io crate arya 0.0.3 on toolchain c2f2db79ca3024f68d22b45aa22b570775c2c4ad
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+c2f2db79ca3024f68d22b45aa22b570775c2c4ad" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] started tweaking crates.io crate arya 0.0.3
[INFO] finished tweaking crates.io crate arya 0.0.3
[INFO] tweaked toml for crates.io crate arya 0.0.3 written to /workspace/builds/worker-2-tc1/source/Cargo.toml
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+c2f2db79ca3024f68d22b45aa22b570775c2c4ad" "generate-lockfile" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+c2f2db79ca3024f68d22b45aa22b570775c2c4ad" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-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:99613afd962a8cfa530ec1899472a458bd015a1ab0af876cf7eb06f6006d81ea" "/opt/rustwide/cargo-home/bin/cargo" "+c2f2db79ca3024f68d22b45aa22b570775c2c4ad" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] 79e24b1012052315c05366e9b4c1f109c7e0c8dce5db7751956d0fd9efe49a50
[INFO] running `Command { std: "docker" "start" "-a" "79e24b1012052315c05366e9b4c1f109c7e0c8dce5db7751956d0fd9efe49a50", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "79e24b1012052315c05366e9b4c1f109c7e0c8dce5db7751956d0fd9efe49a50", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "79e24b1012052315c05366e9b4c1f109c7e0c8dce5db7751956d0fd9efe49a50", kill_on_drop: false }`
[INFO] [stdout] 79e24b1012052315c05366e9b4c1f109c7e0c8dce5db7751956d0fd9efe49a50
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-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=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:99613afd962a8cfa530ec1899472a458bd015a1ab0af876cf7eb06f6006d81ea" "/opt/rustwide/cargo-home/bin/cargo" "+c2f2db79ca3024f68d22b45aa22b570775c2c4ad" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 10b132187394cd884dadc929b4109244208b184b53a2eca9f23ea947fc8ef2e0
[INFO] running `Command { std: "docker" "start" "-a" "10b132187394cd884dadc929b4109244208b184b53a2eca9f23ea947fc8ef2e0", kill_on_drop: false }`
[INFO] [stderr]     Checking arya v0.0.3 (/opt/rustwide/workdir)
[INFO] [stdout] error[E0557]: feature has been removed
[INFO] [stdout]   --> src/lib.rs:98:5
[INFO] [stdout]    |
[INFO] [stdout] 98 |     crate_visibility_modifier,
[INFO] [stdout]    |     ^^^^^^^^^^^^^^^^^^^^^^^^^ feature has been removed
[INFO] [stdout]    |
[INFO] [stdout]    = note: removed in favor of `pub(crate)`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: expected one of `!` or `::`, found keyword `fn`
[INFO] [stdout]  --> src/hina/mod.rs:6:7
[INFO] [stdout]   |
[INFO] [stdout] 6 | crate fn as_slice<T>(item: &T) -> &[T] {
[INFO] [stdout]   |       ^^ expected one of `!` or `::`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: expected one of `!` or `::`, found keyword `enum`
[INFO] [stdout]   --> src/table.rs:17:7
[INFO] [stdout]    |
[INFO] [stdout] 17 | crate enum CharacterType {
[INFO] [stdout]    |       ^^^^ expected one of `!` or `::`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0557]: feature has been removed
[INFO] [stdout]   --> src/lib.rs:98:5
[INFO] [stdout]    |
[INFO] [stdout] 98 |     crate_visibility_modifier,
[INFO] [stdout]    |     ^^^^^^^^^^^^^^^^^^^^^^^^^ feature has been removed
[INFO] [stdout]    |
[INFO] [stdout]    = note: removed in favor of `pub(crate)`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: expected one of `!` or `::`, found keyword `fn`
[INFO] [stdout]  --> src/hina/mod.rs:6:7
[INFO] [stdout]   |
[INFO] [stdout] 6 | crate fn as_slice<T>(item: &T) -> &[T] {
[INFO] [stdout]   |       ^^ expected one of `!` or `::`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: expected one of `!` or `::`, found keyword `enum`
[INFO] [stdout]   --> src/table.rs:17:7
[INFO] [stdout]    |
[INFO] [stdout] 17 | crate enum CharacterType {
[INFO] [stdout]    |       ^^^^ expected one of `!` or `::`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: expected one of `!` or `::`, found keyword `fn`
[INFO] [stdout]    --> src/verify.rs:210:11
[INFO] [stdout]     |
[INFO] [stdout] 93  | impl JsonVerifier {
[INFO] [stdout]     |                   - while parsing this item list starting here
[INFO] [stdout] ...
[INFO] [stdout] 210 |     crate fn complete(&self) -> (usize, impl Iterator<Item = u8> + '_) {
[INFO] [stdout]     |           ^^ expected one of `!` or `::`
[INFO] [stdout] ...
[INFO] [stdout] 257 | }
[INFO] [stdout]     | - the item list ends here
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: expected one of `!` or `::`, found keyword `fn`
[INFO] [stdout]    --> src/verify.rs:210:11
[INFO] [stdout]     |
[INFO] [stdout] 93  | impl JsonVerifier {
[INFO] [stdout]     |                   - while parsing this item list starting here
[INFO] [stdout] ...
[INFO] [stdout] 210 |     crate fn complete(&self) -> (usize, impl Iterator<Item = u8> + '_) {
[INFO] [stdout]     |           ^^ expected one of `!` or `::`
[INFO] [stdout] ...
[INFO] [stdout] 257 | }
[INFO] [stdout]     | - the item list ends here
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved imports `crate::table::ComplexToken`, `crate::table::Token`, `crate::table::Transition`
[INFO] [stdout]  --> src/verify.rs:4:5
[INFO] [stdout]   |
[INFO] [stdout] 4 |     crate::table::ComplexToken,
[INFO] [stdout]   |     ^^^^^^^^^^^^^^^^^^^^^^^^^^ no `ComplexToken` in `table`
[INFO] [stdout] 5 |     crate::table::Token,
[INFO] [stdout]   |     ^^^^^^^^^^^^^^^^^^^ no `Token` in `table`
[INFO] [stdout] 6 |     crate::table::Transition,
[INFO] [stdout]   |     ^^^^^^^^^^^^^^^^^^^^^^^^ no `Transition` in `table`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find function `as_slice` in module `hina`
[INFO] [stdout]    --> src/build.rs:174:15
[INFO] [stdout]     |
[INFO] [stdout] 174 |         hina::as_slice(&self)
[INFO] [stdout]     |               ^^^^^^^^ not found in `hina`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find function `character_type` in module `crate::table`
[INFO] [stdout]    --> src/verify.rs:143:44
[INFO] [stdout]     |
[INFO] [stdout] 143 |         let character_type = crate::table::character_type(character)?;
[INFO] [stdout]     |                                            ^^^^^^^^^^^^^^ not found in `crate::table`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find function `transition` in module `crate::table`
[INFO] [stdout]    --> src/verify.rs:144:44
[INFO] [stdout]     |
[INFO] [stdout] 144 |         let transition     = crate::table::transition(self.state, character_type)?;
[INFO] [stdout]     |                                            ^^^^^^^^^^ not found in `crate::table`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: the feature `uniform_paths` has been stable since 1.32.0 and no longer requires an attribute to enable
[INFO] [stdout]   --> src/lib.rs:97:5
[INFO] [stdout]    |
[INFO] [stdout] 97 |     uniform_paths,
[INFO] [stdout]    |     ^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(stable_features)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved imports `crate::table::ComplexToken`, `crate::table::Token`, `crate::table::Transition`
[INFO] [stdout]  --> src/verify.rs:4:5
[INFO] [stdout]   |
[INFO] [stdout] 4 |     crate::table::ComplexToken,
[INFO] [stdout]   |     ^^^^^^^^^^^^^^^^^^^^^^^^^^ no `ComplexToken` in `table`
[INFO] [stdout] 5 |     crate::table::Token,
[INFO] [stdout]   |     ^^^^^^^^^^^^^^^^^^^ no `Token` in `table`
[INFO] [stdout] 6 |     crate::table::Transition,
[INFO] [stdout]   |     ^^^^^^^^^^^^^^^^^^^^^^^^ no `Transition` in `table`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find function `as_slice` in module `hina`
[INFO] [stdout]    --> src/build.rs:174:15
[INFO] [stdout]     |
[INFO] [stdout] 174 |         hina::as_slice(&self)
[INFO] [stdout]     |               ^^^^^^^^ not found in `hina`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find function `character_type` in module `crate::table`
[INFO] [stdout]    --> src/verify.rs:143:44
[INFO] [stdout]     |
[INFO] [stdout] 143 |         let character_type = crate::table::character_type(character)?;
[INFO] [stdout]     |                                            ^^^^^^^^^^^^^^ not found in `crate::table`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find function `transition` in module `crate::table`
[INFO] [stdout]    --> src/verify.rs:144:44
[INFO] [stdout]     |
[INFO] [stdout] 144 |         let transition     = crate::table::transition(self.state, character_type)?;
[INFO] [stdout]     |                                            ^^^^^^^^^^ not found in `crate::table`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: the feature `uniform_paths` has been stable since 1.32.0 and no longer requires an attribute to enable
[INFO] [stdout]   --> src/lib.rs:97:5
[INFO] [stdout]    |
[INFO] [stdout] 97 |     uniform_paths,
[INFO] [stdout]    |     ^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(stable_features)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no method named `complete` found for struct `JsonVerifier` in the current scope
[INFO] [stdout]    --> src/build.rs:148:53
[INFO] [stdout]     |
[INFO] [stdout] 148 |                 let (until, tokens) = self.verifier.complete();
[INFO] [stdout]     |                                                     ^^^^^^^^ method not found in `JsonVerifier`
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/verify.rs:84:1
[INFO] [stdout]     |
[INFO] [stdout] 84  | pub struct JsonVerifier {
[INFO] [stdout]     | ----------------------- method `complete` not found for this struct
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no method named `complete` found for struct `JsonVerifier` in the current scope
[INFO] [stdout]    --> src/build.rs:148:53
[INFO] [stdout]     |
[INFO] [stdout] 148 |                 let (until, tokens) = self.verifier.complete();
[INFO] [stdout]     |                                                     ^^^^^^^^ method not found in `JsonVerifier`
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/verify.rs:84:1
[INFO] [stdout]     |
[INFO] [stdout] 84  | pub struct JsonVerifier {
[INFO] [stdout]     | ----------------------- method `complete` not found for this struct
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no method named `state` found for mutable reference `&mut JsonVerifier` in the current scope
[INFO] [stdout]    --> src/verify.rs:139:25
[INFO] [stdout]     |
[INFO] [stdout] 139 |             return self.state(self.state);
[INFO] [stdout]     |                         ^^^^^------------ help: remove the arguments
[INFO] [stdout]     |                         |
[INFO] [stdout]     |                         field, not a method
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no method named `state` found for mutable reference `&mut JsonVerifier` in the current scope
[INFO] [stdout]    --> src/verify.rs:139:25
[INFO] [stdout]     |
[INFO] [stdout] 139 |             return self.state(self.state);
[INFO] [stdout]     |                         ^^^^^------------ help: remove the arguments
[INFO] [stdout]     |                         |
[INFO] [stdout]     |                         field, not a method
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no method named `state` found for mutable reference `&mut JsonVerifier` in the current scope
[INFO] [stdout]    --> src/verify.rs:152:22
[INFO] [stdout]     |
[INFO] [stdout] 152 |                 self.state(state)
[INFO] [stdout]     |                      ^^^^^------- help: remove the arguments
[INFO] [stdout]     |                      |
[INFO] [stdout]     |                      field, not a method
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no method named `state` found for mutable reference `&mut JsonVerifier` in the current scope
[INFO] [stdout]    --> src/verify.rs:152:22
[INFO] [stdout]     |
[INFO] [stdout] 152 |                 self.state(state)
[INFO] [stdout]     |                      ^^^^^------- help: remove the arguments
[INFO] [stdout]     |                      |
[INFO] [stdout]     |                      field, not a method
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no method named `pop` found for mutable reference `&mut JsonVerifier` in the current scope
[INFO] [stdout]    --> src/verify.rs:158:30
[INFO] [stdout]     |
[INFO] [stdout] 158 |                         self.pop(ValueType::Key)?;
[INFO] [stdout]     |                              ^^^ method not found in `&mut JsonVerifier`
[INFO] [stdout]     |
[INFO] [stdout] help: one of the expressions' fields has a method of the same name
[INFO] [stdout]     |
[INFO] [stdout] 158 |                         self.stack.pop(ValueType::Key)?;
[INFO] [stdout]     |                              ++++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no method named `pop` found for mutable reference `&mut JsonVerifier` in the current scope
[INFO] [stdout]    --> src/verify.rs:158:30
[INFO] [stdout]     |
[INFO] [stdout] 158 |                         self.pop(ValueType::Key)?;
[INFO] [stdout]     |                              ^^^ method not found in `&mut JsonVerifier`
[INFO] [stdout]     |
[INFO] [stdout] help: one of the expressions' fields has a method of the same name
[INFO] [stdout]     |
[INFO] [stdout] 158 |                         self.stack.pop(ValueType::Key)?;
[INFO] [stdout]     |                              ++++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no method named `state` found for mutable reference `&mut JsonVerifier` in the current scope
[INFO] [stdout]    --> src/verify.rs:159:30
[INFO] [stdout]     |
[INFO] [stdout] 159 |                         self.state(Token::Ok)
[INFO] [stdout]     |                              ^^^^^----------- help: remove the arguments
[INFO] [stdout]     |                              |
[INFO] [stdout]     |                              field, not a method
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no method named `state` found for mutable reference `&mut JsonVerifier` in the current scope
[INFO] [stdout]    --> src/verify.rs:159:30
[INFO] [stdout]     |
[INFO] [stdout] 159 |                         self.state(Token::Ok)
[INFO] [stdout]     |                              ^^^^^----------- help: remove the arguments
[INFO] [stdout]     |                              |
[INFO] [stdout]     |                              field, not a method
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no method named `pop` found for mutable reference `&mut JsonVerifier` in the current scope
[INFO] [stdout]    --> src/verify.rs:162:30
[INFO] [stdout]     |
[INFO] [stdout] 162 |                         self.pop(ValueType::Object)?;
[INFO] [stdout]     |                              ^^^ method not found in `&mut JsonVerifier`
[INFO] [stdout]     |
[INFO] [stdout] help: one of the expressions' fields has a method of the same name
[INFO] [stdout]     |
[INFO] [stdout] 162 |                         self.stack.pop(ValueType::Object)?;
[INFO] [stdout]     |                              ++++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no method named `pop` found for mutable reference `&mut JsonVerifier` in the current scope
[INFO] [stdout]    --> src/verify.rs:162:30
[INFO] [stdout]     |
[INFO] [stdout] 162 |                         self.pop(ValueType::Object)?;
[INFO] [stdout]     |                              ^^^ method not found in `&mut JsonVerifier`
[INFO] [stdout]     |
[INFO] [stdout] help: one of the expressions' fields has a method of the same name
[INFO] [stdout]     |
[INFO] [stdout] 162 |                         self.stack.pop(ValueType::Object)?;
[INFO] [stdout]     |                              ++++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no method named `state` found for mutable reference `&mut JsonVerifier` in the current scope
[INFO] [stdout]    --> src/verify.rs:163:30
[INFO] [stdout]     |
[INFO] [stdout] 163 |                         self.state(Token::Ok)
[INFO] [stdout]     |                              ^^^^^----------- help: remove the arguments
[INFO] [stdout]     |                              |
[INFO] [stdout]     |                              field, not a method
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no method named `state` found for mutable reference `&mut JsonVerifier` in the current scope
[INFO] [stdout]    --> src/verify.rs:163:30
[INFO] [stdout]     |
[INFO] [stdout] 163 |                         self.state(Token::Ok)
[INFO] [stdout]     |                              ^^^^^----------- help: remove the arguments
[INFO] [stdout]     |                              |
[INFO] [stdout]     |                              field, not a method
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no method named `pop` found for mutable reference `&mut JsonVerifier` in the current scope
[INFO] [stdout]    --> src/verify.rs:166:30
[INFO] [stdout]     |
[INFO] [stdout] 166 |                         self.pop(ValueType::Array)?;
[INFO] [stdout]     |                              ^^^ method not found in `&mut JsonVerifier`
[INFO] [stdout]     |
[INFO] [stdout] help: one of the expressions' fields has a method of the same name
[INFO] [stdout]     |
[INFO] [stdout] 166 |                         self.stack.pop(ValueType::Array)?;
[INFO] [stdout]     |                              ++++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no method named `pop` found for mutable reference `&mut JsonVerifier` in the current scope
[INFO] [stdout]    --> src/verify.rs:166:30
[INFO] [stdout]     |
[INFO] [stdout] 166 |                         self.pop(ValueType::Array)?;
[INFO] [stdout]     |                              ^^^ method not found in `&mut JsonVerifier`
[INFO] [stdout]     |
[INFO] [stdout] help: one of the expressions' fields has a method of the same name
[INFO] [stdout]     |
[INFO] [stdout] 166 |                         self.stack.pop(ValueType::Array)?;
[INFO] [stdout]     |                              ++++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no method named `state` found for mutable reference `&mut JsonVerifier` in the current scope
[INFO] [stdout]    --> src/verify.rs:167:30
[INFO] [stdout]     |
[INFO] [stdout] 167 |                         self.state(Token::Ok)
[INFO] [stdout]     |                              ^^^^^----------- help: remove the arguments
[INFO] [stdout]     |                              |
[INFO] [stdout]     |                              field, not a method
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no method named `state` found for mutable reference `&mut JsonVerifier` in the current scope
[INFO] [stdout]    --> src/verify.rs:167:30
[INFO] [stdout]     |
[INFO] [stdout] 167 |                         self.state(Token::Ok)
[INFO] [stdout]     |                              ^^^^^----------- help: remove the arguments
[INFO] [stdout]     |                              |
[INFO] [stdout]     |                              field, not a method
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no method named `push` found for mutable reference `&mut JsonVerifier` in the current scope
[INFO] [stdout]    --> src/verify.rs:170:30
[INFO] [stdout]     |
[INFO] [stdout] 170 |                         self.push(ValueType::Key)?;
[INFO] [stdout]     |                              ^^^^ method not found in `&mut JsonVerifier`
[INFO] [stdout]     |
[INFO] [stdout] help: one of the expressions' fields has a method of the same name
[INFO] [stdout]     |
[INFO] [stdout] 170 |                         self.stack.push(ValueType::Key)?;
[INFO] [stdout]     |                              ++++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no method named `push` found for mutable reference `&mut JsonVerifier` in the current scope
[INFO] [stdout]    --> src/verify.rs:170:30
[INFO] [stdout]     |
[INFO] [stdout] 170 |                         self.push(ValueType::Key)?;
[INFO] [stdout]     |                              ^^^^ method not found in `&mut JsonVerifier`
[INFO] [stdout]     |
[INFO] [stdout] help: one of the expressions' fields has a method of the same name
[INFO] [stdout]     |
[INFO] [stdout] 170 |                         self.stack.push(ValueType::Key)?;
[INFO] [stdout]     |                              ++++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no method named `state` found for mutable reference `&mut JsonVerifier` in the current scope
[INFO] [stdout]    --> src/verify.rs:171:30
[INFO] [stdout]     |
[INFO] [stdout] 171 |                         self.state(Token::Object)
[INFO] [stdout]     |                              ^^^^^--------------- help: remove the arguments
[INFO] [stdout]     |                              |
[INFO] [stdout]     |                              field, not a method
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no method named `state` found for mutable reference `&mut JsonVerifier` in the current scope
[INFO] [stdout]    --> src/verify.rs:171:30
[INFO] [stdout]     |
[INFO] [stdout] 171 |                         self.state(Token::Object)
[INFO] [stdout]     |                              ^^^^^--------------- help: remove the arguments
[INFO] [stdout]     |                              |
[INFO] [stdout]     |                              field, not a method
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no method named `push` found for mutable reference `&mut JsonVerifier` in the current scope
[INFO] [stdout]    --> src/verify.rs:174:30
[INFO] [stdout]     |
[INFO] [stdout] 174 |                         self.push(ValueType::Array)?;
[INFO] [stdout]     |                              ^^^^ method not found in `&mut JsonVerifier`
[INFO] [stdout]     |
[INFO] [stdout] help: one of the expressions' fields has a method of the same name
[INFO] [stdout]     |
[INFO] [stdout] 174 |                         self.stack.push(ValueType::Array)?;
[INFO] [stdout]     |                              ++++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no method named `push` found for mutable reference `&mut JsonVerifier` in the current scope
[INFO] [stdout]    --> src/verify.rs:174:30
[INFO] [stdout]     |
[INFO] [stdout] 174 |                         self.push(ValueType::Array)?;
[INFO] [stdout]     |                              ^^^^ method not found in `&mut JsonVerifier`
[INFO] [stdout]     |
[INFO] [stdout] help: one of the expressions' fields has a method of the same name
[INFO] [stdout]     |
[INFO] [stdout] 174 |                         self.stack.push(ValueType::Array)?;
[INFO] [stdout]     |                              ++++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no method named `state` found for mutable reference `&mut JsonVerifier` in the current scope
[INFO] [stdout]    --> src/verify.rs:175:30
[INFO] [stdout]     |
[INFO] [stdout] 175 |                         self.state(Token::Array)
[INFO] [stdout]     |                              ^^^^^-------------- help: remove the arguments
[INFO] [stdout]     |                              |
[INFO] [stdout]     |                              field, not a method
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no method named `state` found for mutable reference `&mut JsonVerifier` in the current scope
[INFO] [stdout]    --> src/verify.rs:175:30
[INFO] [stdout]     |
[INFO] [stdout] 175 |                         self.state(Token::Array)
[INFO] [stdout]     |                              ^^^^^-------------- help: remove the arguments
[INFO] [stdout]     |                              |
[INFO] [stdout]     |                              field, not a method
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no method named `state` found for mutable reference `&mut JsonVerifier` in the current scope
[INFO] [stdout]    --> src/verify.rs:179:61
[INFO] [stdout]     |
[INFO] [stdout] 179 | ...                   Some(ValueType::Key)    => self.state(Token::Colon),
[INFO] [stdout]     |                                                       ^^^^^-------------- help: remove the arguments
[INFO] [stdout]     |                                                       |
[INFO] [stdout]     |                                                       field, not a method
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no method named `state` found for mutable reference `&mut JsonVerifier` in the current scope
[INFO] [stdout]    --> src/verify.rs:179:61
[INFO] [stdout]     |
[INFO] [stdout] 179 | ...                   Some(ValueType::Key)    => self.state(Token::Colon),
[INFO] [stdout]     |                                                       ^^^^^-------------- help: remove the arguments
[INFO] [stdout]     |                                                       |
[INFO] [stdout]     |                                                       field, not a method
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no method named `state` found for mutable reference `&mut JsonVerifier` in the current scope
[INFO] [stdout]    --> src/verify.rs:180:61
[INFO] [stdout]     |
[INFO] [stdout] 180 | ...                   Some(ValueType::Array)  => self.state(Token::Ok),
[INFO] [stdout]     |                                                       ^^^^^----------- help: remove the arguments
[INFO] [stdout]     |                                                       |
[INFO] [stdout]     |                                                       field, not a method
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no method named `state` found for mutable reference `&mut JsonVerifier` in the current scope
[INFO] [stdout]    --> src/verify.rs:180:61
[INFO] [stdout]     |
[INFO] [stdout] 180 | ...                   Some(ValueType::Array)  => self.state(Token::Ok),
[INFO] [stdout]     |                                                       ^^^^^----------- help: remove the arguments
[INFO] [stdout]     |                                                       |
[INFO] [stdout]     |                                                       field, not a method
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no method named `state` found for mutable reference `&mut JsonVerifier` in the current scope
[INFO] [stdout]    --> src/verify.rs:181:61
[INFO] [stdout]     |
[INFO] [stdout] 181 | ...                   Some(ValueType::Object) => self.state(Token::Ok),
[INFO] [stdout]     |                                                       ^^^^^----------- help: remove the arguments
[INFO] [stdout]     |                                                       |
[INFO] [stdout]     |                                                       field, not a method
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no method named `state` found for mutable reference `&mut JsonVerifier` in the current scope
[INFO] [stdout]    --> src/verify.rs:181:61
[INFO] [stdout]     |
[INFO] [stdout] 181 | ...                   Some(ValueType::Object) => self.state(Token::Ok),
[INFO] [stdout]     |                                                       ^^^^^----------- help: remove the arguments
[INFO] [stdout]     |                                                       |
[INFO] [stdout]     |                                                       field, not a method
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no method named `switch` found for mutable reference `&mut JsonVerifier` in the current scope
[INFO] [stdout]    --> src/verify.rs:188:38
[INFO] [stdout]     |
[INFO] [stdout] 188 | ...                   self.switch(ValueType::Object, ValueType::Key)?;
[INFO] [stdout]     |                            ^^^^^^ method not found in `&mut JsonVerifier`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no method named `switch` found for mutable reference `&mut JsonVerifier` in the current scope
[INFO] [stdout]    --> src/verify.rs:188:38
[INFO] [stdout]     |
[INFO] [stdout] 188 | ...                   self.switch(ValueType::Object, ValueType::Key)?;
[INFO] [stdout]     |                            ^^^^^^ method not found in `&mut JsonVerifier`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no method named `state` found for mutable reference `&mut JsonVerifier` in the current scope
[INFO] [stdout]    --> src/verify.rs:189:38
[INFO] [stdout]     |
[INFO] [stdout] 189 | ...                   self.state(Token::Key)
[INFO] [stdout]     |                            ^^^^^------------ help: remove the arguments
[INFO] [stdout]     |                            |
[INFO] [stdout]     |                            field, not a method
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no method named `state` found for mutable reference `&mut JsonVerifier` in the current scope
[INFO] [stdout]    --> src/verify.rs:189:38
[INFO] [stdout]     |
[INFO] [stdout] 189 | ...                   self.state(Token::Key)
[INFO] [stdout]     |                            ^^^^^------------ help: remove the arguments
[INFO] [stdout]     |                            |
[INFO] [stdout]     |                            field, not a method
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no method named `state` found for mutable reference `&mut JsonVerifier` in the current scope
[INFO] [stdout]    --> src/verify.rs:192:38
[INFO] [stdout]     |
[INFO] [stdout] 192 | ...                   self.state(Token::Value)
[INFO] [stdout]     |                            ^^^^^-------------- help: remove the arguments
[INFO] [stdout]     |                            |
[INFO] [stdout]     |                            field, not a method
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no method named `state` found for mutable reference `&mut JsonVerifier` in the current scope
[INFO] [stdout]    --> src/verify.rs:192:38
[INFO] [stdout]     |
[INFO] [stdout] 192 | ...                   self.state(Token::Value)
[INFO] [stdout]     |                            ^^^^^-------------- help: remove the arguments
[INFO] [stdout]     |                            |
[INFO] [stdout]     |                            field, not a method
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no method named `switch` found for mutable reference `&mut JsonVerifier` in the current scope
[INFO] [stdout]    --> src/verify.rs:200:30
[INFO] [stdout]     |
[INFO] [stdout] 200 |                         self.switch(ValueType::Key, ValueType::Object)?;
[INFO] [stdout]     |                              ^^^^^^ method not found in `&mut JsonVerifier`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no method named `switch` found for mutable reference `&mut JsonVerifier` in the current scope
[INFO] [stdout]    --> src/verify.rs:200:30
[INFO] [stdout]     |
[INFO] [stdout] 200 |                         self.switch(ValueType::Key, ValueType::Object)?;
[INFO] [stdout]     |                              ^^^^^^ method not found in `&mut JsonVerifier`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no method named `state` found for mutable reference `&mut JsonVerifier` in the current scope
[INFO] [stdout]    --> src/verify.rs:201:30
[INFO] [stdout]     |
[INFO] [stdout] 201 |                         self.state(Token::Value)
[INFO] [stdout]     |                              ^^^^^-------------- help: remove the arguments
[INFO] [stdout]     |                              |
[INFO] [stdout]     |                              field, not a method
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no method named `state` found for mutable reference `&mut JsonVerifier` in the current scope
[INFO] [stdout]    --> src/verify.rs:201:30
[INFO] [stdout]     |
[INFO] [stdout] 201 |                         self.state(Token::Value)
[INFO] [stdout]     |                              ^^^^^-------------- help: remove the arguments
[INFO] [stdout]     |                              |
[INFO] [stdout]     |                              field, not a method
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 29 previous errors; 1 warning emitted
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] Some errors have detailed explanations: E0425, E0432, E0557, E0599.
[INFO] [stdout] 
[INFO] [stdout] For more information about an error, try `rustc --explain E0425`.
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 29 previous errors; 1 warning emitted
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] Some errors have detailed explanations: E0425, E0432, E0557, E0599.
[INFO] [stdout] 
[INFO] [stdout] For more information about an error, try `rustc --explain E0425`.
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `arya` (lib) due to 30 previous errors; 1 warning emitted
[INFO] [stderr] warning: build failed, waiting for other jobs to finish...
[INFO] [stderr] error: could not compile `arya` (lib test) due to 30 previous errors; 1 warning emitted
[INFO] running `Command { std: "docker" "inspect" "10b132187394cd884dadc929b4109244208b184b53a2eca9f23ea947fc8ef2e0", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "10b132187394cd884dadc929b4109244208b184b53a2eca9f23ea947fc8ef2e0", kill_on_drop: false }`
[INFO] [stdout] 10b132187394cd884dadc929b4109244208b184b53a2eca9f23ea947fc8ef2e0
[INFO] checking arya-0.0.3 against try#9c7b5f5b6b8ec32bbbcf9f07fc0e5208da6c5f88 for pr-124157
[INFO] extracting crate arya 0.0.3 into /workspace/builds/worker-2-tc2/source
[INFO] validating manifest of crates.io crate arya 0.0.3 on toolchain 9c7b5f5b6b8ec32bbbcf9f07fc0e5208da6c5f88
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+9c7b5f5b6b8ec32bbbcf9f07fc0e5208da6c5f88" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] started tweaking crates.io crate arya 0.0.3
[INFO] finished tweaking crates.io crate arya 0.0.3
[INFO] tweaked toml for crates.io crate arya 0.0.3 written to /workspace/builds/worker-2-tc2/source/Cargo.toml
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+9c7b5f5b6b8ec32bbbcf9f07fc0e5208da6c5f88" "generate-lockfile" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+9c7b5f5b6b8ec32bbbcf9f07fc0e5208da6c5f88" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-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:99613afd962a8cfa530ec1899472a458bd015a1ab0af876cf7eb06f6006d81ea" "/opt/rustwide/cargo-home/bin/cargo" "+9c7b5f5b6b8ec32bbbcf9f07fc0e5208da6c5f88" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] a46741468f38effc3701132f7a393d7790bc94372624e0cdf718f9c4cee176c0
[INFO] running `Command { std: "docker" "start" "-a" "a46741468f38effc3701132f7a393d7790bc94372624e0cdf718f9c4cee176c0", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "a46741468f38effc3701132f7a393d7790bc94372624e0cdf718f9c4cee176c0", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "a46741468f38effc3701132f7a393d7790bc94372624e0cdf718f9c4cee176c0", kill_on_drop: false }`
[INFO] [stdout] a46741468f38effc3701132f7a393d7790bc94372624e0cdf718f9c4cee176c0
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-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:99613afd962a8cfa530ec1899472a458bd015a1ab0af876cf7eb06f6006d81ea" "/opt/rustwide/cargo-home/bin/cargo" "+9c7b5f5b6b8ec32bbbcf9f07fc0e5208da6c5f88" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 5ea1aaef2b6a239615f508133ff94dbe1fb2ff999c0cffee513d861c366002b3
[INFO] running `Command { std: "docker" "start" "-a" "5ea1aaef2b6a239615f508133ff94dbe1fb2ff999c0cffee513d861c366002b3", kill_on_drop: false }`
[INFO] [stderr]     Checking arya v0.0.3 (/opt/rustwide/workdir)
[INFO] [stdout] error[E0557]: feature has been removed
[INFO] [stdout]   --> src/lib.rs:98:5
[INFO] [stdout]    |
[INFO] [stdout] 98 |     crate_visibility_modifier,
[INFO] [stdout]    |     ^^^^^^^^^^^^^^^^^^^^^^^^^ feature has been removed
[INFO] [stdout]    |
[INFO] [stdout]    = note: removed in favor of `pub(crate)`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: expected one of `!` or `::`, found keyword `fn`
[INFO] [stdout]  --> src/hina/mod.rs:6:7
[INFO] [stdout]   |
[INFO] [stdout] 6 | crate fn as_slice<T>(item: &T) -> &[T] {
[INFO] [stdout]   |       ^^ expected one of `!` or `::`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: expected one of `!` or `::`, found keyword `enum`
[INFO] [stdout]   --> src/table.rs:17:7
[INFO] [stdout]    |
[INFO] [stdout] 17 | crate enum CharacterType {
[INFO] [stdout]    |       ^^^^ expected one of `!` or `::`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: expected one of `!` or `::`, found keyword `fn`
[INFO] [stdout]    --> src/verify.rs:210:11
[INFO] [stdout]     |
[INFO] [stdout] 93  | impl JsonVerifier {
[INFO] [stdout]     |                   - while parsing this item list starting here
[INFO] [stdout] ...
[INFO] [stdout] 210 |     crate fn complete(&self) -> (usize, impl Iterator<Item = u8> + '_) {
[INFO] [stdout]     |           ^^ expected one of `!` or `::`
[INFO] [stdout] ...
[INFO] [stdout] 257 | }
[INFO] [stdout]     | - the item list ends here
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0557]: feature has been removed
[INFO] [stdout]   --> src/lib.rs:98:5
[INFO] [stdout]    |
[INFO] [stdout] 98 |     crate_visibility_modifier,
[INFO] [stdout]    |     ^^^^^^^^^^^^^^^^^^^^^^^^^ feature has been removed
[INFO] [stdout]    |
[INFO] [stdout]    = note: removed in favor of `pub(crate)`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: expected one of `!` or `::`, found keyword `fn`
[INFO] [stdout]  --> src/hina/mod.rs:6:7
[INFO] [stdout]   |
[INFO] [stdout] 6 | crate fn as_slice<T>(item: &T) -> &[T] {
[INFO] [stdout]   |       ^^ expected one of `!` or `::`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: expected one of `!` or `::`, found keyword `enum`
[INFO] [stdout]   --> src/table.rs:17:7
[INFO] [stdout]    |
[INFO] [stdout] 17 | crate enum CharacterType {
[INFO] [stdout]    |       ^^^^ expected one of `!` or `::`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: expected one of `!` or `::`, found keyword `fn`
[INFO] [stdout]    --> src/verify.rs:210:11
[INFO] [stdout]     |
[INFO] [stdout] 93  | impl JsonVerifier {
[INFO] [stdout]     |                   - while parsing this item list starting here
[INFO] [stdout] ...
[INFO] [stdout] 210 |     crate fn complete(&self) -> (usize, impl Iterator<Item = u8> + '_) {
[INFO] [stdout]     |           ^^ expected one of `!` or `::`
[INFO] [stdout] ...
[INFO] [stdout] 257 | }
[INFO] [stdout]     | - the item list ends here
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved imports `crate::table::ComplexToken`, `crate::table::Token`, `crate::table::Transition`
[INFO] [stdout]  --> src/verify.rs:4:5
[INFO] [stdout]   |
[INFO] [stdout] 4 |     crate::table::ComplexToken,
[INFO] [stdout]   |     ^^^^^^^^^^^^^^^^^^^^^^^^^^ no `ComplexToken` in `table`
[INFO] [stdout] 5 |     crate::table::Token,
[INFO] [stdout]   |     ^^^^^^^^^^^^^^^^^^^ no `Token` in `table`
[INFO] [stdout] 6 |     crate::table::Transition,
[INFO] [stdout]   |     ^^^^^^^^^^^^^^^^^^^^^^^^ no `Transition` in `table`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved imports `crate::table::ComplexToken`, `crate::table::Token`, `crate::table::Transition`
[INFO] [stdout]  --> src/verify.rs:4:5
[INFO] [stdout]   |
[INFO] [stdout] 4 |     crate::table::ComplexToken,
[INFO] [stdout]   |     ^^^^^^^^^^^^^^^^^^^^^^^^^^ no `ComplexToken` in `table`
[INFO] [stdout] 5 |     crate::table::Token,
[INFO] [stdout]   |     ^^^^^^^^^^^^^^^^^^^ no `Token` in `table`
[INFO] [stdout] 6 |     crate::table::Transition,
[INFO] [stdout]   |     ^^^^^^^^^^^^^^^^^^^^^^^^ no `Transition` in `table`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find function `as_slice` in module `hina`
[INFO] [stdout]    --> src/build.rs:174:15
[INFO] [stdout]     |
[INFO] [stdout] 174 |         hina::as_slice(&self)
[INFO] [stdout]     |               ^^^^^^^^ not found in `hina`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find function `character_type` in module `crate::table`
[INFO] [stdout]    --> src/verify.rs:143:44
[INFO] [stdout]     |
[INFO] [stdout] 143 |         let character_type = crate::table::character_type(character)?;
[INFO] [stdout]     |                                            ^^^^^^^^^^^^^^ not found in `crate::table`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find function `transition` in module `crate::table`
[INFO] [stdout]    --> src/verify.rs:144:44
[INFO] [stdout]     |
[INFO] [stdout] 144 |         let transition     = crate::table::transition(self.state, character_type)?;
[INFO] [stdout]     |                                            ^^^^^^^^^^ not found in `crate::table`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find function `as_slice` in module `hina`
[INFO] [stdout]    --> src/build.rs:174:15
[INFO] [stdout]     |
[INFO] [stdout] 174 |         hina::as_slice(&self)
[INFO] [stdout]     |               ^^^^^^^^ not found in `hina`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find function `character_type` in module `crate::table`
[INFO] [stdout]    --> src/verify.rs:143:44
[INFO] [stdout]     |
[INFO] [stdout] 143 |         let character_type = crate::table::character_type(character)?;
[INFO] [stdout]     |                                            ^^^^^^^^^^^^^^ not found in `crate::table`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find function `transition` in module `crate::table`
[INFO] [stdout]    --> src/verify.rs:144:44
[INFO] [stdout]     |
[INFO] [stdout] 144 |         let transition     = crate::table::transition(self.state, character_type)?;
[INFO] [stdout]     |                                            ^^^^^^^^^^ not found in `crate::table`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: the feature `uniform_paths` has been stable since 1.32.0 and no longer requires an attribute to enable
[INFO] [stdout]   --> src/lib.rs:97:5
[INFO] [stdout]    |
[INFO] [stdout] 97 |     uniform_paths,
[INFO] [stdout]    |     ^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(stable_features)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: the feature `uniform_paths` has been stable since 1.32.0 and no longer requires an attribute to enable
[INFO] [stdout]   --> src/lib.rs:97:5
[INFO] [stdout]    |
[INFO] [stdout] 97 |     uniform_paths,
[INFO] [stdout]    |     ^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(stable_features)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no method named `complete` found for struct `JsonVerifier` in the current scope
[INFO] [stdout]    --> src/build.rs:148:53
[INFO] [stdout]     |
[INFO] [stdout] 148 |                 let (until, tokens) = self.verifier.complete();
[INFO] [stdout]     |                                                     ^^^^^^^^ method not found in `JsonVerifier`
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/verify.rs:84:1
[INFO] [stdout]     |
[INFO] [stdout] 84  | pub struct JsonVerifier {
[INFO] [stdout]     | ----------------------- method `complete` not found for this struct
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no method named `complete` found for struct `JsonVerifier` in the current scope
[INFO] [stdout]    --> src/build.rs:148:53
[INFO] [stdout]     |
[INFO] [stdout] 148 |                 let (until, tokens) = self.verifier.complete();
[INFO] [stdout]     |                                                     ^^^^^^^^ method not found in `JsonVerifier`
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/verify.rs:84:1
[INFO] [stdout]     |
[INFO] [stdout] 84  | pub struct JsonVerifier {
[INFO] [stdout]     | ----------------------- method `complete` not found for this struct
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no method named `state` found for mutable reference `&mut JsonVerifier` in the current scope
[INFO] [stdout]    --> src/verify.rs:139:25
[INFO] [stdout]     |
[INFO] [stdout] 139 |             return self.state(self.state);
[INFO] [stdout]     |                         ^^^^^------------ help: remove the arguments
[INFO] [stdout]     |                         |
[INFO] [stdout]     |                         field, not a method
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no method named `state` found for mutable reference `&mut JsonVerifier` in the current scope
[INFO] [stdout]    --> src/verify.rs:139:25
[INFO] [stdout]     |
[INFO] [stdout] 139 |             return self.state(self.state);
[INFO] [stdout]     |                         ^^^^^------------ help: remove the arguments
[INFO] [stdout]     |                         |
[INFO] [stdout]     |                         field, not a method
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no method named `state` found for mutable reference `&mut JsonVerifier` in the current scope
[INFO] [stdout]    --> src/verify.rs:152:22
[INFO] [stdout]     |
[INFO] [stdout] 152 |                 self.state(state)
[INFO] [stdout]     |                      ^^^^^------- help: remove the arguments
[INFO] [stdout]     |                      |
[INFO] [stdout]     |                      field, not a method
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no method named `state` found for mutable reference `&mut JsonVerifier` in the current scope
[INFO] [stdout]    --> src/verify.rs:152:22
[INFO] [stdout]     |
[INFO] [stdout] 152 |                 self.state(state)
[INFO] [stdout]     |                      ^^^^^------- help: remove the arguments
[INFO] [stdout]     |                      |
[INFO] [stdout]     |                      field, not a method
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no method named `pop` found for mutable reference `&mut JsonVerifier` in the current scope
[INFO] [stdout]    --> src/verify.rs:158:30
[INFO] [stdout]     |
[INFO] [stdout] 158 |                         self.pop(ValueType::Key)?;
[INFO] [stdout]     |                              ^^^ method not found in `&mut JsonVerifier`
[INFO] [stdout]     |
[INFO] [stdout] help: one of the expressions' fields has a method of the same name
[INFO] [stdout]     |
[INFO] [stdout] 158 |                         self.stack.pop(ValueType::Key)?;
[INFO] [stdout]     |                              ++++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no method named `pop` found for mutable reference `&mut JsonVerifier` in the current scope
[INFO] [stdout]    --> src/verify.rs:158:30
[INFO] [stdout]     |
[INFO] [stdout] 158 |                         self.pop(ValueType::Key)?;
[INFO] [stdout]     |                              ^^^ method not found in `&mut JsonVerifier`
[INFO] [stdout]     |
[INFO] [stdout] help: one of the expressions' fields has a method of the same name
[INFO] [stdout]     |
[INFO] [stdout] 158 |                         self.stack.pop(ValueType::Key)?;
[INFO] [stdout]     |                              ++++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no method named `state` found for mutable reference `&mut JsonVerifier` in the current scope
[INFO] [stdout]    --> src/verify.rs:159:30
[INFO] [stdout]     |
[INFO] [stdout] 159 |                         self.state(Token::Ok)
[INFO] [stdout]     |                              ^^^^^----------- help: remove the arguments
[INFO] [stdout]     |                              |
[INFO] [stdout]     |                              field, not a method
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no method named `state` found for mutable reference `&mut JsonVerifier` in the current scope
[INFO] [stdout]    --> src/verify.rs:159:30
[INFO] [stdout]     |
[INFO] [stdout] 159 |                         self.state(Token::Ok)
[INFO] [stdout]     |                              ^^^^^----------- help: remove the arguments
[INFO] [stdout]     |                              |
[INFO] [stdout]     |                              field, not a method
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no method named `pop` found for mutable reference `&mut JsonVerifier` in the current scope
[INFO] [stdout]    --> src/verify.rs:162:30
[INFO] [stdout]     |
[INFO] [stdout] 162 |                         self.pop(ValueType::Object)?;
[INFO] [stdout]     |                              ^^^ method not found in `&mut JsonVerifier`
[INFO] [stdout]     |
[INFO] [stdout] help: one of the expressions' fields has a method of the same name
[INFO] [stdout]     |
[INFO] [stdout] 162 |                         self.stack.pop(ValueType::Object)?;
[INFO] [stdout]     |                              ++++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no method named `pop` found for mutable reference `&mut JsonVerifier` in the current scope
[INFO] [stdout]    --> src/verify.rs:162:30
[INFO] [stdout]     |
[INFO] [stdout] 162 |                         self.pop(ValueType::Object)?;
[INFO] [stdout]     |                              ^^^ method not found in `&mut JsonVerifier`
[INFO] [stdout]     |
[INFO] [stdout] help: one of the expressions' fields has a method of the same name
[INFO] [stdout]     |
[INFO] [stdout] 162 |                         self.stack.pop(ValueType::Object)?;
[INFO] [stdout]     |                              ++++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no method named `state` found for mutable reference `&mut JsonVerifier` in the current scope
[INFO] [stdout]    --> src/verify.rs:163:30
[INFO] [stdout]     |
[INFO] [stdout] 163 |                         self.state(Token::Ok)
[INFO] [stdout]     |                              ^^^^^----------- help: remove the arguments
[INFO] [stdout]     |                              |
[INFO] [stdout]     |                              field, not a method
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no method named `state` found for mutable reference `&mut JsonVerifier` in the current scope
[INFO] [stdout]    --> src/verify.rs:163:30
[INFO] [stdout]     |
[INFO] [stdout] 163 |                         self.state(Token::Ok)
[INFO] [stdout]     |                              ^^^^^----------- help: remove the arguments
[INFO] [stdout]     |                              |
[INFO] [stdout]     |                              field, not a method
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no method named `pop` found for mutable reference `&mut JsonVerifier` in the current scope
[INFO] [stdout]    --> src/verify.rs:166:30
[INFO] [stdout]     |
[INFO] [stdout] 166 |                         self.pop(ValueType::Array)?;
[INFO] [stdout]     |                              ^^^ method not found in `&mut JsonVerifier`
[INFO] [stdout]     |
[INFO] [stdout] help: one of the expressions' fields has a method of the same name
[INFO] [stdout]     |
[INFO] [stdout] 166 |                         self.stack.pop(ValueType::Array)?;
[INFO] [stdout]     |                              ++++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no method named `pop` found for mutable reference `&mut JsonVerifier` in the current scope
[INFO] [stdout]    --> src/verify.rs:166:30
[INFO] [stdout]     |
[INFO] [stdout] 166 |                         self.pop(ValueType::Array)?;
[INFO] [stdout]     |                              ^^^ method not found in `&mut JsonVerifier`
[INFO] [stdout]     |
[INFO] [stdout] help: one of the expressions' fields has a method of the same name
[INFO] [stdout]     |
[INFO] [stdout] 166 |                         self.stack.pop(ValueType::Array)?;
[INFO] [stdout]     |                              ++++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no method named `state` found for mutable reference `&mut JsonVerifier` in the current scope
[INFO] [stdout]    --> src/verify.rs:167:30
[INFO] [stdout]     |
[INFO] [stdout] 167 |                         self.state(Token::Ok)
[INFO] [stdout]     |                              ^^^^^----------- help: remove the arguments
[INFO] [stdout]     |                              |
[INFO] [stdout]     |                              field, not a method
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no method named `state` found for mutable reference `&mut JsonVerifier` in the current scope
[INFO] [stdout]    --> src/verify.rs:167:30
[INFO] [stdout]     |
[INFO] [stdout] 167 |                         self.state(Token::Ok)
[INFO] [stdout]     |                              ^^^^^----------- help: remove the arguments
[INFO] [stdout]     |                              |
[INFO] [stdout]     |                              field, not a method
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no method named `push` found for mutable reference `&mut JsonVerifier` in the current scope
[INFO] [stdout]    --> src/verify.rs:170:30
[INFO] [stdout]     |
[INFO] [stdout] 170 |                         self.push(ValueType::Key)?;
[INFO] [stdout]     |                              ^^^^ method not found in `&mut JsonVerifier`
[INFO] [stdout]     |
[INFO] [stdout] help: one of the expressions' fields has a method of the same name
[INFO] [stdout]     |
[INFO] [stdout] 170 |                         self.stack.push(ValueType::Key)?;
[INFO] [stdout]     |                              ++++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no method named `push` found for mutable reference `&mut JsonVerifier` in the current scope
[INFO] [stdout]    --> src/verify.rs:170:30
[INFO] [stdout]     |
[INFO] [stdout] 170 |                         self.push(ValueType::Key)?;
[INFO] [stdout]     |                              ^^^^ method not found in `&mut JsonVerifier`
[INFO] [stdout]     |
[INFO] [stdout] help: one of the expressions' fields has a method of the same name
[INFO] [stdout]     |
[INFO] [stdout] 170 |                         self.stack.push(ValueType::Key)?;
[INFO] [stdout]     |                              ++++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no method named `state` found for mutable reference `&mut JsonVerifier` in the current scope
[INFO] [stdout]    --> src/verify.rs:171:30
[INFO] [stdout]     |
[INFO] [stdout] 171 |                         self.state(Token::Object)
[INFO] [stdout]     |                              ^^^^^--------------- help: remove the arguments
[INFO] [stdout]     |                              |
[INFO] [stdout]     |                              field, not a method
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no method named `state` found for mutable reference `&mut JsonVerifier` in the current scope
[INFO] [stdout]    --> src/verify.rs:171:30
[INFO] [stdout]     |
[INFO] [stdout] 171 |                         self.state(Token::Object)
[INFO] [stdout]     |                              ^^^^^--------------- help: remove the arguments
[INFO] [stdout]     |                              |
[INFO] [stdout]     |                              field, not a method
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no method named `push` found for mutable reference `&mut JsonVerifier` in the current scope
[INFO] [stdout]    --> src/verify.rs:174:30
[INFO] [stdout]     |
[INFO] [stdout] 174 |                         self.push(ValueType::Array)?;
[INFO] [stdout]     |                              ^^^^ method not found in `&mut JsonVerifier`
[INFO] [stdout]     |
[INFO] [stdout] help: one of the expressions' fields has a method of the same name
[INFO] [stdout]     |
[INFO] [stdout] 174 |                         self.stack.push(ValueType::Array)?;
[INFO] [stdout]     |                              ++++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no method named `push` found for mutable reference `&mut JsonVerifier` in the current scope
[INFO] [stdout]    --> src/verify.rs:174:30
[INFO] [stdout]     |
[INFO] [stdout] 174 |                         self.push(ValueType::Array)?;
[INFO] [stdout]     |                              ^^^^ method not found in `&mut JsonVerifier`
[INFO] [stdout]     |
[INFO] [stdout] help: one of the expressions' fields has a method of the same name
[INFO] [stdout]     |
[INFO] [stdout] 174 |                         self.stack.push(ValueType::Array)?;
[INFO] [stdout]     |                              ++++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no method named `state` found for mutable reference `&mut JsonVerifier` in the current scope
[INFO] [stdout]    --> src/verify.rs:175:30
[INFO] [stdout]     |
[INFO] [stdout] 175 |                         self.state(Token::Array)
[INFO] [stdout]     |                              ^^^^^-------------- help: remove the arguments
[INFO] [stdout]     |                              |
[INFO] [stdout]     |                              field, not a method
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no method named `state` found for mutable reference `&mut JsonVerifier` in the current scope
[INFO] [stdout]    --> src/verify.rs:175:30
[INFO] [stdout]     |
[INFO] [stdout] 175 |                         self.state(Token::Array)
[INFO] [stdout]     |                              ^^^^^-------------- help: remove the arguments
[INFO] [stdout]     |                              |
[INFO] [stdout]     |                              field, not a method
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no method named `state` found for mutable reference `&mut JsonVerifier` in the current scope
[INFO] [stdout]    --> src/verify.rs:179:61
[INFO] [stdout]     |
[INFO] [stdout] 179 | ...                   Some(ValueType::Key)    => self.state(Token::Colon),
[INFO] [stdout]     |                                                       ^^^^^-------------- help: remove the arguments
[INFO] [stdout]     |                                                       |
[INFO] [stdout]     |                                                       field, not a method
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no method named `state` found for mutable reference `&mut JsonVerifier` in the current scope
[INFO] [stdout]    --> src/verify.rs:179:61
[INFO] [stdout]     |
[INFO] [stdout] 179 | ...                   Some(ValueType::Key)    => self.state(Token::Colon),
[INFO] [stdout]     |                                                       ^^^^^-------------- help: remove the arguments
[INFO] [stdout]     |                                                       |
[INFO] [stdout]     |                                                       field, not a method
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no method named `state` found for mutable reference `&mut JsonVerifier` in the current scope
[INFO] [stdout]    --> src/verify.rs:180:61
[INFO] [stdout]     |
[INFO] [stdout] 180 | ...                   Some(ValueType::Array)  => self.state(Token::Ok),
[INFO] [stdout]     |                                                       ^^^^^----------- help: remove the arguments
[INFO] [stdout]     |                                                       |
[INFO] [stdout]     |                                                       field, not a method
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no method named `state` found for mutable reference `&mut JsonVerifier` in the current scope
[INFO] [stdout]    --> src/verify.rs:180:61
[INFO] [stdout]     |
[INFO] [stdout] 180 | ...                   Some(ValueType::Array)  => self.state(Token::Ok),
[INFO] [stdout]     |                                                       ^^^^^----------- help: remove the arguments
[INFO] [stdout]     |                                                       |
[INFO] [stdout]     |                                                       field, not a method
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no method named `state` found for mutable reference `&mut JsonVerifier` in the current scope
[INFO] [stdout]    --> src/verify.rs:181:61
[INFO] [stdout]     |
[INFO] [stdout] 181 | ...                   Some(ValueType::Object) => self.state(Token::Ok),
[INFO] [stdout]     |                                                       ^^^^^----------- help: remove the arguments
[INFO] [stdout]     |                                                       |
[INFO] [stdout]     |                                                       field, not a method
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no method named `state` found for mutable reference `&mut JsonVerifier` in the current scope
[INFO] [stdout]    --> src/verify.rs:181:61
[INFO] [stdout]     |
[INFO] [stdout] 181 | ...                   Some(ValueType::Object) => self.state(Token::Ok),
[INFO] [stdout]     |                                                       ^^^^^----------- help: remove the arguments
[INFO] [stdout]     |                                                       |
[INFO] [stdout]     |                                                       field, not a method
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no method named `switch` found for mutable reference `&mut JsonVerifier` in the current scope
[INFO] [stdout]    --> src/verify.rs:188:38
[INFO] [stdout]     |
[INFO] [stdout] 188 | ...                   self.switch(ValueType::Object, ValueType::Key)?;
[INFO] [stdout]     |                            ^^^^^^ method not found in `&mut JsonVerifier`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no method named `switch` found for mutable reference `&mut JsonVerifier` in the current scope
[INFO] [stdout]    --> src/verify.rs:188:38
[INFO] [stdout]     |
[INFO] [stdout] 188 | ...                   self.switch(ValueType::Object, ValueType::Key)?;
[INFO] [stdout]     |                            ^^^^^^ method not found in `&mut JsonVerifier`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no method named `state` found for mutable reference `&mut JsonVerifier` in the current scope
[INFO] [stdout]    --> src/verify.rs:189:38
[INFO] [stdout]     |
[INFO] [stdout] 189 | ...                   self.state(Token::Key)
[INFO] [stdout]     |                            ^^^^^------------ help: remove the arguments
[INFO] [stdout]     |                            |
[INFO] [stdout]     |                            field, not a method
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no method named `state` found for mutable reference `&mut JsonVerifier` in the current scope
[INFO] [stdout]    --> src/verify.rs:189:38
[INFO] [stdout]     |
[INFO] [stdout] 189 | ...                   self.state(Token::Key)
[INFO] [stdout]     |                            ^^^^^------------ help: remove the arguments
[INFO] [stdout]     |                            |
[INFO] [stdout]     |                            field, not a method
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no method named `state` found for mutable reference `&mut JsonVerifier` in the current scope
[INFO] [stdout]    --> src/verify.rs:192:38
[INFO] [stdout]     |
[INFO] [stdout] 192 | ...                   self.state(Token::Value)
[INFO] [stdout]     |                            ^^^^^-------------- help: remove the arguments
[INFO] [stdout]     |                            |
[INFO] [stdout]     |                            field, not a method
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no method named `state` found for mutable reference `&mut JsonVerifier` in the current scope
[INFO] [stdout]    --> src/verify.rs:192:38
[INFO] [stdout]     |
[INFO] [stdout] 192 | ...                   self.state(Token::Value)
[INFO] [stdout]     |                            ^^^^^-------------- help: remove the arguments
[INFO] [stdout]     |                            |
[INFO] [stdout]     |                            field, not a method
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no method named `switch` found for mutable reference `&mut JsonVerifier` in the current scope
[INFO] [stdout]    --> src/verify.rs:200:30
[INFO] [stdout]     |
[INFO] [stdout] 200 |                         self.switch(ValueType::Key, ValueType::Object)?;
[INFO] [stdout]     |                              ^^^^^^ method not found in `&mut JsonVerifier`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no method named `switch` found for mutable reference `&mut JsonVerifier` in the current scope
[INFO] [stdout]    --> src/verify.rs:200:30
[INFO] [stdout]     |
[INFO] [stdout] 200 |                         self.switch(ValueType::Key, ValueType::Object)?;
[INFO] [stdout]     |                              ^^^^^^ method not found in `&mut JsonVerifier`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no method named `state` found for mutable reference `&mut JsonVerifier` in the current scope
[INFO] [stdout]    --> src/verify.rs:201:30
[INFO] [stdout]     |
[INFO] [stdout] 201 |                         self.state(Token::Value)
[INFO] [stdout]     |                              ^^^^^-------------- help: remove the arguments
[INFO] [stdout]     |                              |
[INFO] [stdout]     |                              field, not a method
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 29 previous errors; 1 warning emitted
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] Some errors have detailed explanations: E0425, E0432, E0557, E0599.
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no method named `state` found for mutable reference `&mut JsonVerifier` in the current scope
[INFO] [stdout]    --> src/verify.rs:201:30
[INFO] [stdout]     |
[INFO] [stdout] 201 |                         self.state(Token::Value)
[INFO] [stdout]     |                              ^^^^^-------------- help: remove the arguments
[INFO] [stdout]     |                              |
[INFO] [stdout]     |                              field, not a method
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] For more information about an error, try `rustc --explain E0425`.
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 29 previous errors; 1 warning emitted
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] Some errors have detailed explanations: E0425, E0432, E0557, E0599.
[INFO] [stdout] 
[INFO] [stdout] For more information about an error, try `rustc --explain E0425`.
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `arya` (lib) due to 30 previous errors; 1 warning emitted
[INFO] [stderr] warning: build failed, waiting for other jobs to finish...
[INFO] [stderr] error: could not compile `arya` (lib test) due to 30 previous errors; 1 warning emitted
[INFO] running `Command { std: "docker" "inspect" "5ea1aaef2b6a239615f508133ff94dbe1fb2ff999c0cffee513d861c366002b3", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "5ea1aaef2b6a239615f508133ff94dbe1fb2ff999c0cffee513d861c366002b3", kill_on_drop: false }`
[INFO] [stdout] 5ea1aaef2b6a239615f508133ff94dbe1fb2ff999c0cffee513d861c366002b3
