[INFO] fetching crate json_arg 0.2.1...
[INFO] checking json_arg-0.2.1 against try#7b3da9103634dffd4f4365cfd8642427c781d99f+rustflags=-Dinherent-method-on-receiver for 152214-denied
[INFO] extracting crate json_arg 0.2.1 into /workspace/builds/worker-3-tc2/source
[INFO] started tweaking crates.io crate json_arg 0.2.1
[INFO] removed 0 missing tests
[INFO] finished tweaking crates.io crate json_arg 0.2.1
[INFO] tweaked toml for crates.io crate json_arg 0.2.1 written to /workspace/builds/worker-3-tc2/source/Cargo.toml
[INFO] validating manifest of crates.io crate json_arg 0.2.1 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] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+7b3da9103634dffd4f4365cfd8642427c781d99f" "generate-lockfile" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Updating crates.io index
[INFO] [stderr]      Locking 96 packages to latest compatible versions
[INFO] [stderr]       Adding clap v3.2.25 (available: v4.5.57)
[INFO] [stderr]       Adding toml v0.5.8 (available: v0.5.11)
[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] [stderr] warning: file `/workspace/builds/worker-3-tc2/source/src/lib.rs` found to be present in multiple build targets:
[INFO] [stderr]   * `lib` target `json_arg`
[INFO] [stderr]   * `integration-test` target `json_arg`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-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] 56801c362be88cf8122c1b007b642a8dfc5520342f37d1c381d96d0b7a0362f3
[INFO] running `Command { std: "docker" "start" "-a" "56801c362be88cf8122c1b007b642a8dfc5520342f37d1c381d96d0b7a0362f3", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "56801c362be88cf8122c1b007b642a8dfc5520342f37d1c381d96d0b7a0362f3", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "56801c362be88cf8122c1b007b642a8dfc5520342f37d1c381d96d0b7a0362f3", kill_on_drop: false }`
[INFO] [stdout] 56801c362be88cf8122c1b007b642a8dfc5520342f37d1c381d96d0b7a0362f3
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-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] 095e5e7494937307e34cf72f432f1a80618002c1787f275b43d90f16b86e6c4f
[INFO] running `Command { std: "docker" "start" "-a" "095e5e7494937307e34cf72f432f1a80618002c1787f275b43d90f16b86e6c4f", kill_on_drop: false }`
[INFO] [stderr] warning: file `/opt/rustwide/workdir/src/lib.rs` found to be present in multiple build targets:
[INFO] [stderr]   * `lib` target `json_arg`
[INFO] [stderr]   * `integration-test` target `json_arg`
[INFO] [stderr]    Compiling serde_core v1.0.228
[INFO] [stderr]    Compiling rustix v1.1.3
[INFO] [stderr]    Compiling syn v2.0.114
[INFO] [stderr]    Compiling rustix v0.37.28
[INFO] [stderr]    Compiling serde v1.0.228
[INFO] [stderr]     Checking io-lifetimes v1.0.11
[INFO] [stderr]     Checking aho-corasick v1.1.4
[INFO] [stderr]    Compiling serde_json v1.0.149
[INFO] [stderr]    Compiling proc-macro-error v1.0.4
[INFO] [stderr]     Checking console v0.15.11
[INFO] [stderr]     Checking atty v0.2.14
[INFO] [stderr]     Checking similar-asserts v1.7.0
[INFO] [stderr]    Compiling clap_derive v3.2.25
[INFO] [stderr]     Checking regex-automata v0.4.14
[INFO] [stderr]     Checking terminal_size v0.2.6
[INFO] [stderr]     Checking regex v1.12.3
[INFO] [stderr]     Checking terminal_size v0.4.3
[INFO] [stderr]     Checking tempfile v3.24.0
[INFO] [stderr]    Compiling serde_derive v1.0.228
[INFO] [stderr]     Checking textwrap v0.16.2
[INFO] [stderr]     Checking clap v3.2.25
[INFO] [stderr]     Checking toml v0.5.8
[INFO] [stderr]     Checking json_arg v0.2.1 (/opt/rustwide/workdir)
[INFO] [stdout] error: inherent methods on types that implement `Deref` or `Receiver` shadow methods of their target
[INFO] [stdout]    --> src/lib.rs:125:23
[INFO] [stdout]     |
[INFO] [stdout]  89 | impl<T, D> Deref for Serde<T, D> {
[INFO] [stdout]     | -------------------------------- trait implemented here
[INFO] [stdout]  90 |     type Target = T;
[INFO] [stdout]     |     ----------- with `Target` set here
[INFO] [stdout] ...
[INFO] [stdout] 125 |     pub fn into_inner(self) -> 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/lib.rs:130:21
[INFO] [stdout]     |
[INFO] [stdout]  89 | impl<T, D> Deref for Serde<T, D> {
[INFO] [stdout]     | -------------------------------- trait implemented here
[INFO] [stdout]  90 |     type Target = T;
[INFO] [stdout]     |     ----------- with `Target` set here
[INFO] [stdout] ...
[INFO] [stdout] 130 |     pub fn as_inner(&self) -> &T {
[INFO] [stdout]     |                     ^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: inherent methods on types that implement `Deref` or `Receiver` shadow methods of their target
[INFO] [stdout]    --> src/lib.rs:210:17
[INFO] [stdout]     |
[INFO] [stdout] 167 | impl<T, D> Deref for SerdeFile<T, D> {
[INFO] [stdout]     | ------------------------------------ trait implemented here
[INFO] [stdout] 168 |     type Target = T;
[INFO] [stdout]     |     ----------- with `Target` set here
[INFO] [stdout] ...
[INFO] [stdout] 210 |     pub fn path(&self) -> &Path {
[INFO] [stdout]     |                 ^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: inherent methods on types that implement `Deref` or `Receiver` shadow methods of their target
[INFO] [stdout]    --> src/lib.rs:215:21
[INFO] [stdout]     |
[INFO] [stdout] 167 | impl<T, D> Deref for SerdeFile<T, D> {
[INFO] [stdout]     | ------------------------------------ trait implemented here
[INFO] [stdout] 168 |     type Target = T;
[INFO] [stdout]     |     ----------- with `Target` set here
[INFO] [stdout] ...
[INFO] [stdout] 215 |     pub fn as_inner(&self) -> &T {
[INFO] [stdout]     |                     ^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: inherent methods on types that implement `Deref` or `Receiver` shadow methods of their target
[INFO] [stdout]    --> src/lib.rs:220:23
[INFO] [stdout]     |
[INFO] [stdout] 167 | impl<T, D> Deref for SerdeFile<T, D> {
[INFO] [stdout]     | ------------------------------------ trait implemented here
[INFO] [stdout] 168 |     type Target = T;
[INFO] [stdout]     |     ----------- with `Target` set here
[INFO] [stdout] ...
[INFO] [stdout] 220 |     pub fn into_inner(self) -> T {
[INFO] [stdout]     |                       ^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `json_arg` (lib) due to 5 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]    --> src/lib.rs:125:23
[INFO] [stdout]     |
[INFO] [stdout]  89 | impl<T, D> Deref for Serde<T, D> {
[INFO] [stdout]     | -------------------------------- trait implemented here
[INFO] [stdout]  90 |     type Target = T;
[INFO] [stdout]     |     ----------- with `Target` set here
[INFO] [stdout] ...
[INFO] [stdout] 125 |     pub fn into_inner(self) -> 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/lib.rs:130:21
[INFO] [stdout]     |
[INFO] [stdout]  89 | impl<T, D> Deref for Serde<T, D> {
[INFO] [stdout]     | -------------------------------- trait implemented here
[INFO] [stdout]  90 |     type Target = T;
[INFO] [stdout]     |     ----------- with `Target` set here
[INFO] [stdout] ...
[INFO] [stdout] 130 |     pub fn as_inner(&self) -> &T {
[INFO] [stdout]     |                     ^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: inherent methods on types that implement `Deref` or `Receiver` shadow methods of their target
[INFO] [stdout]    --> src/lib.rs:210:17
[INFO] [stdout]     |
[INFO] [stdout] 167 | impl<T, D> Deref for SerdeFile<T, D> {
[INFO] [stdout]     | ------------------------------------ trait implemented here
[INFO] [stdout] 168 |     type Target = T;
[INFO] [stdout]     |     ----------- with `Target` set here
[INFO] [stdout] ...
[INFO] [stdout] 210 |     pub fn path(&self) -> &Path {
[INFO] [stdout]     |                 ^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: inherent methods on types that implement `Deref` or `Receiver` shadow methods of their target
[INFO] [stdout]    --> src/lib.rs:215:21
[INFO] [stdout]     |
[INFO] [stdout] 167 | impl<T, D> Deref for SerdeFile<T, D> {
[INFO] [stdout]     | ------------------------------------ trait implemented here
[INFO] [stdout] 168 |     type Target = T;
[INFO] [stdout]     |     ----------- with `Target` set here
[INFO] [stdout] ...
[INFO] [stdout] 215 |     pub fn as_inner(&self) -> &T {
[INFO] [stdout]     |                     ^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: inherent methods on types that implement `Deref` or `Receiver` shadow methods of their target
[INFO] [stdout]    --> src/lib.rs:220:23
[INFO] [stdout]     |
[INFO] [stdout] 167 | impl<T, D> Deref for SerdeFile<T, D> {
[INFO] [stdout]     | ------------------------------------ trait implemented here
[INFO] [stdout] 168 |     type Target = T;
[INFO] [stdout]     |     ----------- with `Target` set here
[INFO] [stdout] ...
[INFO] [stdout] 220 |     pub fn into_inner(self) -> T {
[INFO] [stdout]     |                       ^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `json_arg` (lib test) due to 5 previous errors
[INFO] running `Command { std: "docker" "inspect" "095e5e7494937307e34cf72f432f1a80618002c1787f275b43d90f16b86e6c4f", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "095e5e7494937307e34cf72f432f1a80618002c1787f275b43d90f16b86e6c4f", kill_on_drop: false }`
[INFO] [stdout] 095e5e7494937307e34cf72f432f1a80618002c1787f275b43d90f16b86e6c4f
