[INFO] fetching crate arya 0.0.3... [INFO] checking arya-0.0.3 against master#f609b7e0586f81fefb3523e3e17adf779ac416be for pr-129466-2 [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 f609b7e0586f81fefb3523e3e17adf779ac416be [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+f609b7e0586f81fefb3523e3e17adf779ac416be" "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" "+f609b7e0586f81fefb3523e3e17adf779ac416be" "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" "+f609b7e0586f81fefb3523e3e17adf779ac416be" "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:ceb6ea022f8a89cebbe621bb4987e73a935bd40dfbb726f832cfff4742a5b95a" "/opt/rustwide/cargo-home/bin/cargo" "+f609b7e0586f81fefb3523e3e17adf779ac416be" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 70d168d5ce5ce0a0544df840457f6cdff2dacba31dc84f50647072554b5ff0d2 [INFO] running `Command { std: "docker" "start" "-a" "70d168d5ce5ce0a0544df840457f6cdff2dacba31dc84f50647072554b5ff0d2", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "70d168d5ce5ce0a0544df840457f6cdff2dacba31dc84f50647072554b5ff0d2", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "70d168d5ce5ce0a0544df840457f6cdff2dacba31dc84f50647072554b5ff0d2", kill_on_drop: false }` [INFO] [stdout] 70d168d5ce5ce0a0544df840457f6cdff2dacba31dc84f50647072554b5ff0d2 [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:ceb6ea022f8a89cebbe621bb4987e73a935bd40dfbb726f832cfff4742a5b95a" "/opt/rustwide/cargo-home/bin/cargo" "+f609b7e0586f81fefb3523e3e17adf779ac416be" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] d1dc462049eac62b905aa069eea98bf2334830812f114590138969dd7e0591f7 [INFO] running `Command { std: "docker" "start" "-a" "d1dc462049eac62b905aa069eea98bf2334830812f114590138969dd7e0591f7", 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[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(item: &T) -> &[T] { [INFO] [stdout] | ^^ expected one of `!` or `::` [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(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 `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 + '_) { [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 + '_) { [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[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 test) 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) due to 30 previous errors; 1 warning emitted [INFO] running `Command { std: "docker" "inspect" "d1dc462049eac62b905aa069eea98bf2334830812f114590138969dd7e0591f7", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "d1dc462049eac62b905aa069eea98bf2334830812f114590138969dd7e0591f7", kill_on_drop: false }` [INFO] [stdout] d1dc462049eac62b905aa069eea98bf2334830812f114590138969dd7e0591f7