[INFO] fetching crate sandpit 0.5.2...
[INFO] checking sandpit-0.5.2 against try#7b3da9103634dffd4f4365cfd8642427c781d99f+rustflags=-Dinherent-method-on-receiver for 152214-denied-retry-0
[INFO] extracting crate sandpit 0.5.2 into /workspace/builds/worker-7-tc2/source
[INFO] started tweaking crates.io crate sandpit 0.5.2
[INFO] removed 0 missing tests
[INFO] finished tweaking crates.io crate sandpit 0.5.2
[INFO] tweaked toml for crates.io crate sandpit 0.5.2 written to /workspace/builds/worker-7-tc2/source/Cargo.toml
[INFO] validating manifest of crates.io crate sandpit 0.5.2 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 sandpit 0.5.2 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-7-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-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] 8f5f0c7bbf989a58fe489883d3bed6fd8cf99d748ca912607cc39adad3b6205a
[INFO] running `Command { std: "docker" "start" "-a" "8f5f0c7bbf989a58fe489883d3bed6fd8cf99d748ca912607cc39adad3b6205a", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "8f5f0c7bbf989a58fe489883d3bed6fd8cf99d748ca912607cc39adad3b6205a", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "8f5f0c7bbf989a58fe489883d3bed6fd8cf99d748ca912607cc39adad3b6205a", kill_on_drop: false }`
[INFO] [stdout] 8f5f0c7bbf989a58fe489883d3bed6fd8cf99d748ca912607cc39adad3b6205a
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-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] 5fbaa2e80b8835d4f790c555f79594c68fe79bd0874e4b7d2bb47521a08bd2f9
[INFO] running `Command { std: "docker" "start" "-a" "5fbaa2e80b8835d4f790c555f79594c68fe79bd0874e4b7d2bb47521a08bd2f9", kill_on_drop: false }`
[INFO] [stderr]    Compiling proc-macro2 v1.0.103
[INFO] [stderr]    Compiling zerocopy v0.8.27
[INFO] [stderr]     Checking cfg-if v1.0.4
[INFO] [stderr]    Compiling libc v0.2.177
[INFO] [stderr]    Compiling crossbeam-utils v0.8.21
[INFO] [stderr]    Compiling serde_core v1.0.228
[INFO] [stderr]    Compiling serde v1.0.228
[INFO] [stderr]    Compiling serde_json v1.0.145
[INFO] [stderr]    Compiling rayon-core v1.13.0
[INFO] [stderr]     Checking either v1.15.0
[INFO] [stderr]     Checking regex-syntax v0.8.8
[INFO] [stderr]     Checking memchr v2.7.6
[INFO] [stderr]     Checking itoa v1.0.15
[INFO] [stderr]    Compiling num-traits v0.2.19
[INFO] [stderr]     Checking clap_lex v0.7.6
[INFO] [stderr]     Checking anstyle v1.0.13
[INFO] [stderr]     Checking plotters-backend v0.3.7
[INFO] [stderr]     Checking ryu v1.0.20
[INFO] [stderr]     Checking ciborium-io v0.2.2
[INFO] [stderr]     Checking never-say-never v6.6.666
[INFO] [stderr]     Checking cast v0.3.0
[INFO] [stderr]     Checking same-file v1.0.6
[INFO] [stderr]     Checking higher-kinded-types v0.1.1
[INFO] [stderr]     Checking plotters-svg v0.3.7
[INFO] [stderr]     Checking clap_builder v4.5.51
[INFO] [stderr]     Checking oorandom v11.1.5
[INFO] [stderr]     Checking walkdir v2.5.0
[INFO] [stderr]     Checking nimix v0.2.0
[INFO] [stderr]     Checking anes v0.1.6
[INFO] [stderr]     Checking itertools v0.10.5
[INFO] [stderr]     Checking crossbeam-epoch v0.9.18
[INFO] [stderr]     Checking crossbeam-deque v0.8.6
[INFO] [stderr]    Compiling quote v1.0.41
[INFO] [stderr]    Compiling syn v2.0.108
[INFO] [stderr]     Checking plotters v0.3.7
[INFO] [stderr]     Checking regex-automata v0.4.13
[INFO] [stderr]     Checking rayon v1.11.0
[INFO] [stderr]     Checking getrandom v0.2.16
[INFO] [stderr]     Checking is-terminal v0.4.17
[INFO] [stderr]     Checking rand_core v0.6.4
[INFO] [stderr]     Checking criterion-plot v0.5.0
[INFO] [stderr]     Checking clap v4.5.51
[INFO] [stderr]     Checking regex v1.12.2
[INFO] [stderr]    Compiling zerocopy-derive v0.8.27
[INFO] [stderr]    Compiling serde_derive v1.0.228
[INFO] [stderr]    Compiling sandpit_derive v0.5.2
[INFO] [stderr]     Checking sandpit v0.5.2 (/opt/rustwide/workdir)
[INFO] [stdout] error: inherent methods on types that implement `Deref` or `Receiver` shadow methods of their target
[INFO] [stdout]    --> src/gc.rs:173:25
[INFO] [stdout]     |
[INFO] [stdout]  85 | impl<'gc, T: Trace + ?Sized + 'gc> Deref for Gc<'gc, T> {
[INFO] [stdout]     | ------------------------------------------------------- trait implemented here
[INFO] [stdout]  86 |     type Target = T;
[INFO] [stdout]     |     ----------- with `Target` set here
[INFO] [stdout] ...
[INFO] [stdout] 173 |     pub fn scoped_deref(&self) -> &'gc T {
[INFO] [stdout]     |                         ^^^^^
[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/gc.rs:210:29
[INFO] [stdout]     |
[INFO] [stdout]  85 | impl<'gc, T: Trace + ?Sized + 'gc> Deref for Gc<'gc, T> {
[INFO] [stdout]     | ------------------------------------------------------- trait implemented here
[INFO] [stdout]  86 |     type Target = T;
[INFO] [stdout]     |     ----------- with `Target` set here
[INFO] [stdout] ...
[INFO] [stdout] 210 |     pub fn write_barrier<F>(&self, mu: &'gc Mutator, f: F)
[INFO] [stdout]     |                             ^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `sandpit` (lib) due to 2 previous errors
[INFO] [stderr] warning: build failed, waiting for other jobs to finish...
[INFO] running `Command { std: "docker" "inspect" "5fbaa2e80b8835d4f790c555f79594c68fe79bd0874e4b7d2bb47521a08bd2f9", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "5fbaa2e80b8835d4f790c555f79594c68fe79bd0874e4b7d2bb47521a08bd2f9", kill_on_drop: false }`
[INFO] [stdout] 5fbaa2e80b8835d4f790c555f79594c68fe79bd0874e4b7d2bb47521a08bd2f9
