[INFO] fetching crate arya 0.0.3... [INFO] testing arya-0.0.3 against try#c2e32f1c9652b13ed99608599c1e855462f421f3 for pr-146098-7 [INFO] extracting crate arya 0.0.3 into /workspace/builds/worker-4-tc2/source [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-4-tc2/source/Cargo.toml [INFO] validating manifest of crates.io crate arya 0.0.3 on toolchain c2e32f1c9652b13ed99608599c1e855462f421f3 [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+c2e32f1c9652b13ed99608599c1e855462f421f3" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+c2e32f1c9652b13ed99608599c1e855462f421f3" "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" "+c2e32f1c9652b13ed99608599c1e855462f421f3" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-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:4848fb76d95f26979359cc7e45710b1dbc8f3acb7aeedee7c460d7702230f228" "/opt/rustwide/cargo-home/bin/cargo" "+c2e32f1c9652b13ed99608599c1e855462f421f3" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] a4fc0f03ca51b31bb798976c88f2ec5787a0bdf58b73e6148a806f33309e2fc8 [INFO] running `Command { std: "docker" "start" "-a" "a4fc0f03ca51b31bb798976c88f2ec5787a0bdf58b73e6148a806f33309e2fc8", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "a4fc0f03ca51b31bb798976c88f2ec5787a0bdf58b73e6148a806f33309e2fc8", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "a4fc0f03ca51b31bb798976c88f2ec5787a0bdf58b73e6148a806f33309e2fc8", kill_on_drop: false }` [INFO] [stdout] a4fc0f03ca51b31bb798976c88f2ec5787a0bdf58b73e6148a806f33309e2fc8 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-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:4848fb76d95f26979359cc7e45710b1dbc8f3acb7aeedee7c460d7702230f228" "/opt/rustwide/cargo-home/bin/cargo" "+c2e32f1c9652b13ed99608599c1e855462f421f3" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] ee956fd92536a7e748411c300c9f7152140c351a9788ba3751c746493cf36764 [INFO] running `Command { std: "docker" "start" "-a" "ee956fd92536a7e748411c300c9f7152140c351a9788ba3751c746493cf36764", kill_on_drop: false }` [INFO] [stderr] Compiling 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 1.63.0; see for more information [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] 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 `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 `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 `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 `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 `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 `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: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 `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 `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] Some errors have detailed explanations: E0557, E0599. [INFO] [stdout] [INFO] [stdout] For more information about an error, try `rustc --explain E0557`. [INFO] [stdout] [INFO] [stderr] error: could not compile `arya` (lib) due to 25 previous errors; 1 warning emitted [INFO] running `Command { std: "docker" "inspect" "ee956fd92536a7e748411c300c9f7152140c351a9788ba3751c746493cf36764", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "ee956fd92536a7e748411c300c9f7152140c351a9788ba3751c746493cf36764", kill_on_drop: false }` [INFO] [stdout] ee956fd92536a7e748411c300c9f7152140c351a9788ba3751c746493cf36764