[INFO] fetching crate ron2 0.3.0... [INFO] checking ron2-0.3.0 against try#7b3da9103634dffd4f4365cfd8642427c781d99f+rustflags=-Dinherent-method-on-receiver for 152214-denied-retry-0 [INFO] extracting crate ron2 0.3.0 into /workspace/builds/worker-1-tc2/source [INFO] started tweaking crates.io crate ron2 0.3.0 [INFO] removed 0 missing tests [INFO] finished tweaking crates.io crate ron2 0.3.0 [INFO] tweaked toml for crates.io crate ron2 0.3.0 written to /workspace/builds/worker-1-tc2/source/Cargo.toml [INFO] validating manifest of crates.io crate ron2 0.3.0 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 crates.io crate ron2 0.3.0 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] 543af89e92fe3b2124c3cbb1b5dcd12e01cacb881f1ed48caccf940d07836d3b [INFO] running `Command { std: "docker" "start" "-a" "543af89e92fe3b2124c3cbb1b5dcd12e01cacb881f1ed48caccf940d07836d3b", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "543af89e92fe3b2124c3cbb1b5dcd12e01cacb881f1ed48caccf940d07836d3b", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "543af89e92fe3b2124c3cbb1b5dcd12e01cacb881f1ed48caccf940d07836d3b", kill_on_drop: false }` [INFO] [stdout] 543af89e92fe3b2124c3cbb1b5dcd12e01cacb881f1ed48caccf940d07836d3b [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] 6c5f595bb5f6b4d0f77013aced2b34768dc874df6ba770f92069d0ca4090af13 [INFO] running `Command { std: "docker" "start" "-a" "6c5f595bb5f6b4d0f77013aced2b34768dc874df6ba770f92069d0ca4090af13", kill_on_drop: false }` [INFO] [stderr] Compiling proc-macro2 v1.0.105 [INFO] [stderr] Compiling quote v1.0.43 [INFO] [stderr] Compiling zerocopy v0.8.33 [INFO] [stderr] Compiling getrandom v0.3.4 [INFO] [stderr] Compiling find-msvc-tools v0.1.8 [INFO] [stderr] Compiling zmij v1.0.15 [INFO] [stderr] Checking once_cell v1.21.3 [INFO] [stderr] Compiling serde_json v1.0.149 [INFO] [stderr] Compiling option-ext v0.2.0 [INFO] [stderr] Compiling libc v0.2.180 [INFO] [stderr] Checking bitflags v2.10.0 [INFO] [stderr] Compiling ahash v0.8.12 [INFO] [stderr] Checking memchr v2.7.6 [INFO] [stderr] Compiling typeid v1.0.3 [INFO] [stderr] Checking clap_lex v0.7.7 [INFO] [stderr] Checking futures-core v0.3.31 [INFO] [stderr] Checking parking_lot_core v0.9.12 [INFO] [stderr] Checking clap_builder v4.5.54 [INFO] [stderr] Checking sdd v3.0.10 [INFO] [stderr] Checking rustix v1.1.3 [INFO] [stderr] Checking indexmap v2.13.0 [INFO] [stderr] Compiling cc v1.2.53 [INFO] [stderr] Checking futures-util v0.3.31 [INFO] [stderr] Checking parking_lot v0.12.5 [INFO] [stderr] Checking criterion-plot v0.8.1 [INFO] [stderr] Checking page_size v0.6.0 [INFO] [stderr] Checking scc v2.4.0 [INFO] [stderr] Compiling syn v2.0.114 [INFO] [stderr] Compiling dirs-sys v0.5.0 [INFO] [stderr] Compiling dirs v6.0.0 [INFO] [stderr] Compiling alloca v0.4.0 [INFO] [stderr] Checking tempfile v3.24.0 [INFO] [stderr] Checking clap v4.5.54 [INFO] [stderr] Checking futures-executor v0.3.31 [INFO] [stderr] Compiling zerocopy-derive v0.8.33 [INFO] [stderr] Compiling serde_derive v1.0.228 [INFO] [stderr] Compiling serial_test_derive v3.3.1 [INFO] [stderr] Compiling ron2-derive v0.3.0 [INFO] [stderr] Checking serial_test v3.3.1 [INFO] [stderr] Checking serde v1.0.228 [INFO] [stderr] Checking tinytemplate v1.2.1 [INFO] [stderr] Checking ron v0.12.0 [INFO] [stderr] Checking half v2.7.1 [INFO] [stderr] Checking ron2 v0.3.0 (/opt/rustwide/workdir) [INFO] [stderr] Checking ciborium-ll v0.2.2 [INFO] [stderr] Checking ciborium v0.2.2 [INFO] [stderr] Checking criterion v0.8.1 [INFO] [stdout] error: inherent methods on types that implement `Deref` or `Receiver` shadow methods of their target [INFO] [stdout] --> src/convert/spanned.rs:226:16 [INFO] [stdout] | [INFO] [stdout] 226 | pub fn get(&self) -> &T { [INFO] [stdout] | ^^^^^ [INFO] [stdout] ... [INFO] [stdout] 345 | impl Deref for Spanned { [INFO] [stdout] | ---------------------------- trait implemented here [INFO] [stdout] 346 | 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] --> src/convert/spanned.rs:248:20 [INFO] [stdout] | [INFO] [stdout] 248 | pub fn get_mut(&mut self) -> &mut T { [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 345 | impl Deref for Spanned { [INFO] [stdout] | ---------------------------- trait implemented here [INFO] [stdout] 346 | type Target = T; [INFO] [stdout] | ----------- with `Target` set here [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: inherent methods on types that implement `Deref` or `Receiver` shadow methods of their target [INFO] [stdout] --> src/convert/spanned.rs:268:23 [INFO] [stdout] | [INFO] [stdout] 268 | pub fn into_inner(self) -> T { [INFO] [stdout] | ^^^^ [INFO] [stdout] ... [INFO] [stdout] 345 | impl Deref for Spanned { [INFO] [stdout] | ---------------------------- trait implemented here [INFO] [stdout] 346 | type Target = T; [INFO] [stdout] | ----------- with `Target` set here [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: inherent methods on types that implement `Deref` or `Receiver` shadow methods of their target [INFO] [stdout] --> src/convert/spanned.rs:289:22 [INFO] [stdout] | [INFO] [stdout] 289 | pub fn map(self, f: F) -> Spanned [INFO] [stdout] | ^^^^ [INFO] [stdout] ... [INFO] [stdout] 345 | impl Deref for Spanned { [INFO] [stdout] | ---------------------------- trait implemented here [INFO] [stdout] 346 | type Target = T; [INFO] [stdout] | ----------- with `Target` set here [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: inherent methods on types that implement `Deref` or `Receiver` shadow methods of their target [INFO] [stdout] --> src/convert/spanned.rs:315:29 [INFO] [stdout] | [INFO] [stdout] 315 | pub fn try_map(self, f: F) -> Result, E> [INFO] [stdout] | ^^^^ [INFO] [stdout] ... [INFO] [stdout] 345 | impl Deref for Spanned { [INFO] [stdout] | ---------------------------- trait implemented here [INFO] [stdout] 346 | type Target = T; [INFO] [stdout] | ----------- with `Target` set here [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: inherent methods on types that implement `Deref` or `Receiver` shadow methods of their target [INFO] [stdout] --> src/convert/spanned.rs:340:17 [INFO] [stdout] | [INFO] [stdout] 340 | pub fn span(&self) -> &Span { [INFO] [stdout] | ^^^^^ [INFO] [stdout] ... [INFO] [stdout] 345 | impl Deref for Spanned { [INFO] [stdout] | ---------------------------- trait implemented here [INFO] [stdout] 346 | type Target = T; [INFO] [stdout] | ----------- with `Target` set here [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] error: could not compile `ron2` (lib) due to 6 previous errors [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] running `Command { std: "docker" "inspect" "6c5f595bb5f6b4d0f77013aced2b34768dc874df6ba770f92069d0ca4090af13", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "6c5f595bb5f6b4d0f77013aced2b34768dc874df6ba770f92069d0ca4090af13", kill_on_drop: false }` [INFO] [stdout] 6c5f595bb5f6b4d0f77013aced2b34768dc874df6ba770f92069d0ca4090af13