[INFO] fetching crate arya 0.0.3... [INFO] checking arya-0.0.3 against master#ff1737bb00913444173658b4e0b274fd79aabf66 for pr-132712-1 [INFO] extracting crate arya 0.0.3 into /workspace/builds/worker-3-tc1/source [INFO] validating manifest of crates.io crate arya 0.0.3 on toolchain ff1737bb00913444173658b4e0b274fd79aabf66 [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+ff1737bb00913444173658b4e0b274fd79aabf66" "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-3-tc1/source/Cargo.toml [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+ff1737bb00913444173658b4e0b274fd79aabf66" "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" "+ff1737bb00913444173658b4e0b274fd79aabf66" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:4a844ea9eb2546a2d2c7022eacef16ef2e8229c7fbb2c7d4d55a9ceca922f72d" "/opt/rustwide/cargo-home/bin/cargo" "+ff1737bb00913444173658b4e0b274fd79aabf66" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 732a3f6422db60ad64581fc4ac8c50e15e426366159c3e54bda90a6e3d3c58da [INFO] running `Command { std: "docker" "start" "-a" "732a3f6422db60ad64581fc4ac8c50e15e426366159c3e54bda90a6e3d3c58da", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "732a3f6422db60ad64581fc4ac8c50e15e426366159c3e54bda90a6e3d3c58da", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "732a3f6422db60ad64581fc4ac8c50e15e426366159c3e54bda90a6e3d3c58da", kill_on_drop: false }` [INFO] [stdout] 732a3f6422db60ad64581fc4ac8c50e15e426366159c3e54bda90a6e3d3c58da [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=allow" "-e" "RUSTDOCFLAGS=--cap-lints=allow" "-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:4a844ea9eb2546a2d2c7022eacef16ef2e8229c7fbb2c7d4d55a9ceca922f72d" "/opt/rustwide/cargo-home/bin/cargo" "+ff1737bb00913444173658b4e0b274fd79aabf66" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] ab04581ec92dce5a0112fda0f02c58b522ec24c7047871a8bbfe025576f7e7b4 [INFO] running `Command { std: "docker" "start" "-a" "ab04581ec92dce5a0112fda0f02c58b522ec24c7047871a8bbfe025576f7e7b4", 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(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 + '_) { [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(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 + '_) { [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] 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 `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: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 `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 `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: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: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: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: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 `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: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: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: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: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: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: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: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] 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[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] [stderr] error: could not compile `arya` (lib test) due to 29 previous errors [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [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 29 previous errors [INFO] running `Command { std: "docker" "inspect" "ab04581ec92dce5a0112fda0f02c58b522ec24c7047871a8bbfe025576f7e7b4", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "ab04581ec92dce5a0112fda0f02c58b522ec24c7047871a8bbfe025576f7e7b4", kill_on_drop: false }` [INFO] [stdout] ab04581ec92dce5a0112fda0f02c58b522ec24c7047871a8bbfe025576f7e7b4