[INFO] cloning repository https://github.com/Xyndra/Nexus
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/Xyndra/Nexus" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FXyndra%2FNexus", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FXyndra%2FNexus'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] 1fa1153f479dc386784004448821560b4632def0
[INFO] checking Xyndra/Nexus against try#7b3da9103634dffd4f4365cfd8642427c781d99f+rustflags=-Dinherent-method-on-receiver for 152214-denied
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FXyndra%2FNexus" "/workspace/builds/worker-1-tc2/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-1-tc2/source'...
[INFO] [stderr] done.
[INFO] started tweaking git repo https://github.com/Xyndra/Nexus
[INFO] finished tweaking git repo https://github.com/Xyndra/Nexus
[INFO] tweaked toml for git repo https://github.com/Xyndra/Nexus written to /workspace/builds/worker-1-tc2/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/Xyndra/Nexus on toolchain 7b3da9103634dffd4f4365cfd8642427c781d99f
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+7b3da9103634dffd4f4365cfd8642427c781d99f" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/Xyndra/Nexus already has a lockfile, it will not be regenerated
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+7b3da9103634dffd4f4365cfd8642427c781d99f" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-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:61361fe0aef631f17e9d025a70c5a647956f8c671dd02950a60ad3f5cc5526d7" "/opt/rustwide/cargo-home/bin/cargo" "+7b3da9103634dffd4f4365cfd8642427c781d99f" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] 877bafa49da701b697852cb1c18532ae21234b6979fa55933166f366282b6327
[INFO] running `Command { std: "docker" "start" "-a" "877bafa49da701b697852cb1c18532ae21234b6979fa55933166f366282b6327", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "877bafa49da701b697852cb1c18532ae21234b6979fa55933166f366282b6327", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "877bafa49da701b697852cb1c18532ae21234b6979fa55933166f366282b6327", kill_on_drop: false }`
[INFO] [stdout] 877bafa49da701b697852cb1c18532ae21234b6979fa55933166f366282b6327
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-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 -Dinherent-method-on-receiver" "-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:61361fe0aef631f17e9d025a70c5a647956f8c671dd02950a60ad3f5cc5526d7" "/opt/rustwide/cargo-home/bin/cargo" "+7b3da9103634dffd4f4365cfd8642427c781d99f" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 0b75bbd1943bb17bc1263be663c60d19d87c9aaa9265399c3a9079d74180fd3b
[INFO] running `Command { std: "docker" "start" "-a" "0b75bbd1943bb17bc1263be663c60d19d87c9aaa9265399c3a9079d74180fd3b", kill_on_drop: false }`
[INFO] [stderr]    Compiling pest v2.8.4
[INFO] [stderr]     Checking percent-encoding v2.3.2
[INFO] [stderr]     Checking regex-automata v0.4.13
[INFO] [stderr]    Compiling syn v2.0.111
[INFO] [stderr]     Checking serde_json v1.0.145
[INFO] [stderr]     Checking crossbeam-channel v0.5.15
[INFO] [stderr]    Compiling nexus-lsp-server v0.1.0 (/opt/rustwide/workdir/crates/nexus-lsp-server)
[INFO] [stderr]     Checking jiff v0.2.16
[INFO] [stderr]    Compiling libc v0.2.177
[INFO] [stderr]     Checking anstream v0.6.21
[INFO] [stderr]     Checking rustix v1.1.2
[INFO] [stderr]     Checking either v1.15.0
[INFO] [stderr]     Checking form_urlencoded v1.2.2
[INFO] [stderr]     Checking rayon v1.11.0
[INFO] [stderr]     Checking getrandom v0.3.4
[INFO] [stderr]    Compiling pest_meta v2.8.4
[INFO] [stderr]     Checking tempfile v3.23.0
[INFO] [stderr]    Compiling synstructure v0.13.2
[INFO] [stderr]    Compiling pest_generator v2.8.4
[INFO] [stderr]     Checking regex v1.12.2
[INFO] [stderr]    Compiling thiserror-impl v2.0.17
[INFO] [stderr]    Compiling zerovec-derive v0.11.2
[INFO] [stderr]    Compiling serde_derive v1.0.228
[INFO] [stderr]    Compiling displaydoc v0.2.5
[INFO] [stderr]    Compiling serde_repr v0.1.20
[INFO] [stderr]    Compiling zerofrom-derive v0.1.6
[INFO] [stderr]    Compiling yoke-derive v0.8.1
[INFO] [stderr]     Checking env_filter v0.1.4
[INFO] [stderr]     Checking zerofrom v0.1.6
[INFO] [stderr]    Compiling pest_derive v2.8.4
[INFO] [stderr]     Checking yoke v0.8.1
[INFO] [stderr]     Checking thiserror v2.0.17
[INFO] [stderr]     Checking nexus-core v0.1.0 (/opt/rustwide/workdir/crates/nexus-core)
[INFO] [stderr]     Checking zerovec v0.11.5
[INFO] [stderr]     Checking zerotrie v0.2.3
[INFO] [stdout] error: inherent methods on types that implement `Deref` or `Receiver` shadow methods of their target
[INFO] [stdout]    --> crates/nexus-core/src/span.rs:197:38
[INFO] [stdout]     |
[INFO] [stdout] 197 |     pub fn map<U, F: FnOnce(T) -> U>(self, f: F) -> Spanned<U> {
[INFO] [stdout]     |                                      ^^^^
[INFO] [stdout] ...
[INFO] [stdout] 213 | impl<T> std::ops::Deref for Spanned<T> {
[INFO] [stdout]     | -------------------------------------- trait implemented here
[INFO] [stdout] 214 |     type Target = T;
[INFO] [stdout]     |     ----------- with `Target` set here
[INFO] [stdout]     |
[INFO] [stdout]     = note: requested on the command line with `-D inherent-method-on-receiver`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: inherent methods on types that implement `Deref` or `Receiver` shadow methods of their target
[INFO] [stdout]    --> crates/nexus-core/src/span.rs:205:19
[INFO] [stdout]     |
[INFO] [stdout] 205 |     pub fn as_ref(&self) -> Spanned<&T> {
[INFO] [stdout]     |                   ^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 213 | impl<T> std::ops::Deref for Spanned<T> {
[INFO] [stdout]     | -------------------------------------- trait implemented here
[INFO] [stdout] 214 |     type Target = T;
[INFO] [stdout]     |     ----------- with `Target` set here
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `nexus-core` (lib) due to 2 previous errors
[INFO] [stderr] warning: build failed, waiting for other jobs to finish...
[INFO] [stdout] error: inherent methods on types that implement `Deref` or `Receiver` shadow methods of their target
[INFO] [stdout]    --> crates/nexus-core/src/span.rs:197:38
[INFO] [stdout]     |
[INFO] [stdout] 197 |     pub fn map<U, F: FnOnce(T) -> U>(self, f: F) -> Spanned<U> {
[INFO] [stdout]     |                                      ^^^^
[INFO] [stdout] ...
[INFO] [stdout] 213 | impl<T> std::ops::Deref for Spanned<T> {
[INFO] [stdout]     | -------------------------------------- trait implemented here
[INFO] [stdout] 214 |     type Target = T;
[INFO] [stdout]     |     ----------- with `Target` set here
[INFO] [stdout]     |
[INFO] [stdout]     = note: requested on the command line with `-D inherent-method-on-receiver`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: inherent methods on types that implement `Deref` or `Receiver` shadow methods of their target
[INFO] [stdout]    --> crates/nexus-core/src/span.rs:205:19
[INFO] [stdout]     |
[INFO] [stdout] 205 |     pub fn as_ref(&self) -> Spanned<&T> {
[INFO] [stdout]     |                   ^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 213 | impl<T> std::ops::Deref for Spanned<T> {
[INFO] [stdout]     | -------------------------------------- trait implemented here
[INFO] [stdout] 214 |     type Target = T;
[INFO] [stdout]     |     ----------- with `Target` set here
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `nexus-core` (lib test) due to 2 previous errors
[INFO] running `Command { std: "docker" "inspect" "0b75bbd1943bb17bc1263be663c60d19d87c9aaa9265399c3a9079d74180fd3b", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "0b75bbd1943bb17bc1263be663c60d19d87c9aaa9265399c3a9079d74180fd3b", kill_on_drop: false }`
[INFO] [stdout] 0b75bbd1943bb17bc1263be663c60d19d87c9aaa9265399c3a9079d74180fd3b
