[INFO] fetching crate gsrs 0.1.4...
[INFO] checking gsrs-0.1.4 against try#7b3da9103634dffd4f4365cfd8642427c781d99f+rustflags=-Dinherent-method-on-receiver for 152214-denied
[INFO] extracting crate gsrs 0.1.4 into /workspace/builds/worker-3-tc2/source
[INFO] started tweaking crates.io crate gsrs 0.1.4
[INFO] finished tweaking crates.io crate gsrs 0.1.4
[INFO] tweaked toml for crates.io crate gsrs 0.1.4 written to /workspace/builds/worker-3-tc2/source/Cargo.toml
[INFO] validating manifest of crates.io crate gsrs 0.1.4 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]     Blocking waiting for file lock on package cache
[INFO] [stderr]     Updating crates.io index
[INFO] [stderr]      Locking 2 packages to latest compatible versions
[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-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] 19aa6d365672151601232f51e638540d9bfd77cc2672a423d97563a815b8cb85
[INFO] running `Command { std: "docker" "start" "-a" "19aa6d365672151601232f51e638540d9bfd77cc2672a423d97563a815b8cb85", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "19aa6d365672151601232f51e638540d9bfd77cc2672a423d97563a815b8cb85", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "19aa6d365672151601232f51e638540d9bfd77cc2672a423d97563a815b8cb85", kill_on_drop: false }`
[INFO] [stdout] 19aa6d365672151601232f51e638540d9bfd77cc2672a423d97563a815b8cb85
[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] dfe765429428e673ea974ca7c34b8a1f07fb848a4c331a590da42355ed9b87c3
[INFO] running `Command { std: "docker" "start" "-a" "dfe765429428e673ea974ca7c34b8a1f07fb848a4c331a590da42355ed9b87c3", kill_on_drop: false }`
[INFO] [stderr]     Checking typed-arena v2.0.2
[INFO] [stderr]     Checking gsrs v0.1.4 (/opt/rustwide/workdir)
[INFO] [stdout] warning: use of deprecated module `std::intrinsics`: import this function via `std::mem` instead
[INFO] [stdout]    --> src/lib.rs:104:22
[INFO] [stdout]     |
[INFO] [stdout] 104 | use std::intrinsics::transmute;
[INFO] [stdout]     |                      ^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(deprecated)]` on by default
[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:250:22
[INFO] [stdout]     |
[INFO] [stdout] 250 |       pub fn split<'b>(mut self, new: &'b mut Box<Owner>) -> <U as DerefWithLifetime<'b>>::Target {
[INFO] [stdout]     |                        ^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 301 | / impl<'a, Owner: 'a, U> Deref for SRS<Owner, U>
[INFO] [stdout] 302 | | where
[INFO] [stdout] 303 | |     U: for<'b> DerefWithLifetime<'b>,
[INFO] [stdout]     | |_____________________________________- trait implemented here
[INFO] [stdout] 304 |   {
[INFO] [stdout] 305 |       type Target = Owner;
[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/lib.rs:265:36
[INFO] [stdout]     |
[INFO] [stdout] 265 |       pub fn with<'b, F, Z: 'static>(&'b mut self, f: F) -> Z
[INFO] [stdout]     |                                      ^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 301 | / impl<'a, Owner: 'a, U> Deref for SRS<Owner, U>
[INFO] [stdout] 302 | | where
[INFO] [stdout] 303 | |     U: for<'b> DerefWithLifetime<'b>,
[INFO] [stdout]     | |_____________________________________- trait implemented here
[INFO] [stdout] 304 |   {
[INFO] [stdout] 305 |       type Target = Owner;
[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/lib.rs:281:48
[INFO] [stdout]     |
[INFO] [stdout] 281 |       pub fn get_ref<'b, F, Z: ?Sized + 'static>(&'b self, f: F) -> &'b Z
[INFO] [stdout]     |                                                  ^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 301 | / impl<'a, Owner: 'a, U> Deref for SRS<Owner, U>
[INFO] [stdout] 302 | | where
[INFO] [stdout] 303 | |     U: for<'b> DerefWithLifetime<'b>,
[INFO] [stdout]     | |_____________________________________- trait implemented here
[INFO] [stdout] 304 |   {
[INFO] [stdout] 305 |       type Target = Owner;
[INFO] [stdout]     |       ----------- with `Target` set here
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused return value of `Box::<T>::from_raw` that must be used
[INFO] [stdout]    --> src/lib.rs:378:18
[INFO] [stdout]     |
[INFO] [stdout] 378 |         unsafe { Box::from_raw(self.ptr.as_ptr()) };
[INFO] [stdout]     |                  ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: call `drop(Box::from_raw(ptr))` if you intend to drop the `Box`
[INFO] [stdout]     = note: `#[warn(unused_must_use)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] help: use `let _ = ...` to ignore the resulting value
[INFO] [stdout]     |
[INFO] [stdout] 378 |         unsafe { let _ = Box::from_raw(self.ptr.as_ptr()); };
[INFO] [stdout]     |                  +++++++                                 +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `gsrs` (lib) due to 3 previous errors; 2 warnings emitted
[INFO] [stderr] warning: build failed, waiting for other jobs to finish...
[INFO] [stdout] warning: use of deprecated module `std::intrinsics`: import this function via `std::mem` instead
[INFO] [stdout]    --> src/lib.rs:104:22
[INFO] [stdout]     |
[INFO] [stdout] 104 | use std::intrinsics::transmute;
[INFO] [stdout]     |                      ^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(deprecated)]` on by default
[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:250:22
[INFO] [stdout]     |
[INFO] [stdout] 250 |       pub fn split<'b>(mut self, new: &'b mut Box<Owner>) -> <U as DerefWithLifetime<'b>>::Target {
[INFO] [stdout]     |                        ^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 301 | / impl<'a, Owner: 'a, U> Deref for SRS<Owner, U>
[INFO] [stdout] 302 | | where
[INFO] [stdout] 303 | |     U: for<'b> DerefWithLifetime<'b>,
[INFO] [stdout]     | |_____________________________________- trait implemented here
[INFO] [stdout] 304 |   {
[INFO] [stdout] 305 |       type Target = Owner;
[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/lib.rs:265:36
[INFO] [stdout]     |
[INFO] [stdout] 265 |       pub fn with<'b, F, Z: 'static>(&'b mut self, f: F) -> Z
[INFO] [stdout]     |                                      ^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 301 | / impl<'a, Owner: 'a, U> Deref for SRS<Owner, U>
[INFO] [stdout] 302 | | where
[INFO] [stdout] 303 | |     U: for<'b> DerefWithLifetime<'b>,
[INFO] [stdout]     | |_____________________________________- trait implemented here
[INFO] [stdout] 304 |   {
[INFO] [stdout] 305 |       type Target = Owner;
[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/lib.rs:281:48
[INFO] [stdout]     |
[INFO] [stdout] 281 |       pub fn get_ref<'b, F, Z: ?Sized + 'static>(&'b self, f: F) -> &'b Z
[INFO] [stdout]     |                                                  ^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 301 | / impl<'a, Owner: 'a, U> Deref for SRS<Owner, U>
[INFO] [stdout] 302 | | where
[INFO] [stdout] 303 | |     U: for<'b> DerefWithLifetime<'b>,
[INFO] [stdout]     | |_____________________________________- trait implemented here
[INFO] [stdout] 304 |   {
[INFO] [stdout] 305 |       type Target = Owner;
[INFO] [stdout]     |       ----------- with `Target` set here
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused return value of `Box::<T>::from_raw` that must be used
[INFO] [stdout]    --> src/lib.rs:378:18
[INFO] [stdout]     |
[INFO] [stdout] 378 |         unsafe { Box::from_raw(self.ptr.as_ptr()) };
[INFO] [stdout]     |                  ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: call `drop(Box::from_raw(ptr))` if you intend to drop the `Box`
[INFO] [stdout]     = note: `#[warn(unused_must_use)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] help: use `let _ = ...` to ignore the resulting value
[INFO] [stdout]     |
[INFO] [stdout] 378 |         unsafe { let _ = Box::from_raw(self.ptr.as_ptr()); };
[INFO] [stdout]     |                  +++++++                                 +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `gsrs` (lib test) due to 3 previous errors; 2 warnings emitted
[INFO] running `Command { std: "docker" "inspect" "dfe765429428e673ea974ca7c34b8a1f07fb848a4c331a590da42355ed9b87c3", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "dfe765429428e673ea974ca7c34b8a1f07fb848a4c331a590da42355ed9b87c3", kill_on_drop: false }`
[INFO] [stdout] dfe765429428e673ea974ca7c34b8a1f07fb848a4c331a590da42355ed9b87c3
