[INFO] fetching crate echonet-lite 0.1.6...
[INFO] checking echonet-lite-0.1.6 against 1.95.0 for pr-155915
[INFO] extracting crate echonet-lite 0.1.6 into /workspace/builds/worker-5-tc1/source
[INFO] started tweaking crates.io crate echonet-lite 0.1.6
[INFO] finished tweaking crates.io crate echonet-lite 0.1.6
[INFO] tweaked toml for crates.io crate echonet-lite 0.1.6 written to /workspace/builds/worker-5-tc1/source/Cargo.toml
[INFO] validating manifest of crates.io crate echonet-lite 0.1.6 on toolchain 1.95.0
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+1.95.0" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate crates.io crate echonet-lite 0.1.6 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" "+1.95.0" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]  Downloading crates ...
[INFO] [stderr]   Downloaded serde_repr v0.1.10
[INFO] [stderr]   Downloaded num-complex v0.4.2
[INFO] [stderr]   Downloaded phf_shared v0.9.0
[INFO] [stderr]   Downloaded num v0.4.0
[INFO] [stderr]   Downloaded phf_generator v0.9.1
[INFO] [stderr]   Downloaded phf_macros v0.9.0
[INFO] [stderr]   Downloaded phf v0.9.0
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc1/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:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+1.95.0" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] 1f9173d7baf095e92b58e1170eace2d27df937b2a0f23b979870b21dba66a87e
[INFO] running `Command { std: "docker" "start" "-a" "1f9173d7baf095e92b58e1170eace2d27df937b2a0f23b979870b21dba66a87e", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "1f9173d7baf095e92b58e1170eace2d27df937b2a0f23b979870b21dba66a87e", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "1f9173d7baf095e92b58e1170eace2d27df937b2a0f23b979870b21dba66a87e", kill_on_drop: false }`
[INFO] [stdout] 1f9173d7baf095e92b58e1170eace2d27df937b2a0f23b979870b21dba66a87e
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc1/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" "-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:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+1.95.0" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 284555a106590c1172687f30665932651e982cc152694d84b0c90484fea635d2
[INFO] running `Command { std: "docker" "start" "-a" "284555a106590c1172687f30665932651e982cc152694d84b0c90484fea635d2", kill_on_drop: false }`
[INFO] [stderr]    Compiling libc v0.2.139
[INFO] [stderr]    Compiling num-traits v0.2.15
[INFO] [stderr]    Compiling num-integer v0.1.45
[INFO] [stderr]    Compiling ppv-lite86 v0.2.17
[INFO] [stderr]    Compiling num-bigint v0.4.3
[INFO] [stderr]    Compiling siphasher v0.3.10
[INFO] [stderr]    Compiling proc-macro-hack v0.5.20+deprecated
[INFO] [stderr]    Compiling num-rational v0.4.1
[INFO] [stderr]    Compiling num-iter v0.1.43
[INFO] [stderr]    Compiling memchr v2.5.0
[INFO] [stderr]    Compiling serde_derive v1.0.152
[INFO] [stderr]    Compiling serde v1.0.152
[INFO] [stderr]    Compiling serde_repr v0.1.10
[INFO] [stderr]    Compiling num-derive v0.3.3
[INFO] [stderr]     Checking phf_shared v0.9.0
[INFO] [stderr]     Checking core2 v0.4.0
[INFO] [stderr]    Compiling getrandom v0.2.8
[INFO] [stderr]    Compiling rand_core v0.6.4
[INFO] [stderr]    Compiling rand_chacha v0.3.1
[INFO] [stderr]    Compiling rand v0.8.5
[INFO] [stderr]     Checking num-complex v0.4.2
[INFO] [stderr]    Compiling phf_generator v0.9.1
[INFO] [stderr]    Compiling phf_macros v0.9.0
[INFO] [stderr]     Checking phf v0.9.0
[INFO] [stderr]     Checking num v0.4.0
[INFO] [stderr]     Checking echonet-lite v0.1.6 (/opt/rustwide/workdir)
[INFO] [stdout] warning: unused imports: `Clone` and `self`
[INFO] [stdout]   --> src/lib.rs:21:33
[INFO] [stdout]    |
[INFO] [stdout] 21 |     pub use self::core::clone::{self, Clone};
[INFO] [stdout]    |                                 ^^^^  ^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(unused_imports)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused imports: `From`, `Into`, and `self`
[INFO] [stdout]   --> src/lib.rs:22:35
[INFO] [stdout]    |
[INFO] [stdout] 22 |     pub use self::core::convert::{self, From, Into};
[INFO] [stdout]    |                                   ^^^^  ^^^^  ^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused imports: `Default` and `self`
[INFO] [stdout]   --> src/lib.rs:23:35
[INFO] [stdout]    |
[INFO] [stdout] 23 |     pub use self::core::default::{self, Default};
[INFO] [stdout]    |                                   ^^^^  ^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused imports: `Debug` and `Display`
[INFO] [stdout]   --> src/lib.rs:24:37
[INFO] [stdout]    |
[INFO] [stdout] 24 |     pub use self::core::fmt::{self, Debug, Display};
[INFO] [stdout]    |                                     ^^^^^  ^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused imports: `Result` and `self`
[INFO] [stdout]   --> src/lib.rs:25:34
[INFO] [stdout]    |
[INFO] [stdout] 25 |     pub use self::core::result::{self, Result};
[INFO] [stdout]    |                                  ^^^^  ^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `std::error`
[INFO] [stdout]   --> src/lib.rs:44:13
[INFO] [stdout]    |
[INFO] [stdout] 44 |     pub use std::error;
[INFO] [stdout]    |             ^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused imports: `Clone` and `self`
[INFO] [stdout]   --> src/lib.rs:21:33
[INFO] [stdout]    |
[INFO] [stdout] 21 |     pub use self::core::clone::{self, Clone};
[INFO] [stdout]    |                                 ^^^^  ^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(unused_imports)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused imports: `From`, `Into`, and `self`
[INFO] [stdout]   --> src/lib.rs:22:35
[INFO] [stdout]    |
[INFO] [stdout] 22 |     pub use self::core::convert::{self, From, Into};
[INFO] [stdout]    |                                   ^^^^  ^^^^  ^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused imports: `Default` and `self`
[INFO] [stdout]   --> src/lib.rs:23:35
[INFO] [stdout]    |
[INFO] [stdout] 23 |     pub use self::core::default::{self, Default};
[INFO] [stdout]    |                                   ^^^^  ^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused imports: `Debug` and `Display`
[INFO] [stdout]   --> src/lib.rs:24:37
[INFO] [stdout]    |
[INFO] [stdout] 24 |     pub use self::core::fmt::{self, Debug, Display};
[INFO] [stdout]    |                                     ^^^^^  ^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused imports: `Result` and `self`
[INFO] [stdout]   --> src/lib.rs:25:34
[INFO] [stdout]    |
[INFO] [stdout] 25 |     pub use self::core::result::{self, Result};
[INFO] [stdout]    |                                  ^^^^  ^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `std::error`
[INFO] [stdout]   --> src/lib.rs:44:13
[INFO] [stdout]    |
[INFO] [stdout] 44 |     pub use std::error;
[INFO] [stdout]    |             ^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: non-local `impl` definition, `impl` blocks should be written at the same level as their item
[INFO] [stdout]   --> src/el_packet.rs:88:45
[INFO] [stdout]    |
[INFO] [stdout] 88 | #[derive(Debug, PartialEq, Eq, Clone, Copy, FromPrimitive, Serialize_repr, Deserialize_repr)]
[INFO] [stdout]    |                                             ^------------
[INFO] [stdout]    |                                             |
[INFO] [stdout]    |                                             `FromPrimitive` is not local
[INFO] [stdout]    |                                             move the `impl` block outside of this constant `_IMPL_NUM_FromPrimitive_FOR_ServiceCode`
[INFO] [stdout] 89 | #[repr(u8)]
[INFO] [stdout] 90 | pub enum ServiceCode {
[INFO] [stdout]    |          ----------- `ServiceCode` is not local
[INFO] [stdout]    |
[INFO] [stdout]    = note: the derive macro `FromPrimitive` defines the non-local `impl`, and may need to be changed
[INFO] [stdout]    = note: the derive macro `FromPrimitive` may come from an old version of the `num_derive` crate, try updating your dependency with `cargo update -p num_derive`
[INFO] [stdout]    = note: an `impl` is never scoped, even when it is nested inside an item, as it may impact type checking outside of that item, which can be the case if neither the trait or the self type are at the same nesting level as the `impl`
[INFO] [stdout]    = note: items in an anonymous const item (`const _: () = { ... }`) are treated as in the same scope as the anonymous const's declaration for the purpose of this lint
[INFO] [stdout]    = note: `#[warn(non_local_definitions)]` on by default
[INFO] [stdout]    = note: this warning originates in the derive macro `FromPrimitive` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/el_packet.rs:166:17
[INFO] [stdout]     |
[INFO] [stdout] 166 |     pub fn iter(&self) -> core::slice::Iter<Property> {
[INFO] [stdout]     |                 ^^^^^     ^^^^^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                 |
[INFO] [stdout]     |                 the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout]     = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 166 |     pub fn iter(&self) -> core::slice::Iter<'_, Property> {
[INFO] [stdout]     |                                             +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: non-local `impl` definition, `impl` blocks should be written at the same level as their item
[INFO] [stdout]    --> src/de/mod.rs:214:9
[INFO] [stdout]     |
[INFO] [stdout] 205 | /     fn deserialize_enum<V>(
[INFO] [stdout] 206 | |         self,
[INFO] [stdout] 207 | |         _enum: &'static str,
[INFO] [stdout] 208 | |         _variants: &'static [&'static str],
[INFO] [stdout] ...   |
[INFO] [stdout] 211 | |     where
[INFO] [stdout] 212 | |         V: serde::de::Visitor<'de>,
[INFO] [stdout]     | |___________________________________- move the `impl` block outside of this method `deserialize_enum`
[INFO] [stdout] 213 |       {
[INFO] [stdout] 214 |           impl<'de, 'a, R: 'a> serde::de::EnumAccess<'de> for &'a mut Deserializer<R>
[INFO] [stdout]     |           ^^^^^^^^^^^^^^^^^^^^^---------------------^^^^^^^^^^^^^^^^^^------------^^^
[INFO] [stdout]     |                                |                                      |
[INFO] [stdout]     |                                |                                      `Deserializer` is not local
[INFO] [stdout]     |                                `EnumAccess` is not local
[INFO] [stdout]     |
[INFO] [stdout]     = note: an `impl` is never scoped, even when it is nested inside an item, as it may impact type checking outside of that item, which can be the case if neither the trait or the self type are at the same nesting level as the `impl`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: non-local `impl` definition, `impl` blocks should be written at the same level as their item
[INFO] [stdout]   --> src/el_packet.rs:88:45
[INFO] [stdout]    |
[INFO] [stdout] 88 | #[derive(Debug, PartialEq, Eq, Clone, Copy, FromPrimitive, Serialize_repr, Deserialize_repr)]
[INFO] [stdout]    |                                             ^------------
[INFO] [stdout]    |                                             |
[INFO] [stdout]    |                                             `FromPrimitive` is not local
[INFO] [stdout]    |                                             move the `impl` block outside of this constant `_IMPL_NUM_FromPrimitive_FOR_ServiceCode`
[INFO] [stdout] 89 | #[repr(u8)]
[INFO] [stdout] 90 | pub enum ServiceCode {
[INFO] [stdout]    |          ----------- `ServiceCode` is not local
[INFO] [stdout]    |
[INFO] [stdout]    = note: the derive macro `FromPrimitive` defines the non-local `impl`, and may need to be changed
[INFO] [stdout]    = note: the derive macro `FromPrimitive` may come from an old version of the `num_derive` crate, try updating your dependency with `cargo update -p num_derive`
[INFO] [stdout]    = note: an `impl` is never scoped, even when it is nested inside an item, as it may impact type checking outside of that item, which can be the case if neither the trait or the self type are at the same nesting level as the `impl`
[INFO] [stdout]    = note: items in an anonymous const item (`const _: () = { ... }`) are treated as in the same scope as the anonymous const's declaration for the purpose of this lint
[INFO] [stdout]    = note: `#[warn(non_local_definitions)]` on by default
[INFO] [stdout]    = note: this warning originates in the derive macro `FromPrimitive` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/el_packet.rs:166:17
[INFO] [stdout]     |
[INFO] [stdout] 166 |     pub fn iter(&self) -> core::slice::Iter<Property> {
[INFO] [stdout]     |                 ^^^^^     ^^^^^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                 |
[INFO] [stdout]     |                 the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout]     = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 166 |     pub fn iter(&self) -> core::slice::Iter<'_, Property> {
[INFO] [stdout]     |                                             +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: non-local `impl` definition, `impl` blocks should be written at the same level as their item
[INFO] [stdout]    --> src/de/mod.rs:214:9
[INFO] [stdout]     |
[INFO] [stdout] 205 | /     fn deserialize_enum<V>(
[INFO] [stdout] 206 | |         self,
[INFO] [stdout] 207 | |         _enum: &'static str,
[INFO] [stdout] 208 | |         _variants: &'static [&'static str],
[INFO] [stdout] ...   |
[INFO] [stdout] 211 | |     where
[INFO] [stdout] 212 | |         V: serde::de::Visitor<'de>,
[INFO] [stdout]     | |___________________________________- move the `impl` block outside of this method `deserialize_enum`
[INFO] [stdout] 213 |       {
[INFO] [stdout] 214 |           impl<'de, 'a, R: 'a> serde::de::EnumAccess<'de> for &'a mut Deserializer<R>
[INFO] [stdout]     |           ^^^^^^^^^^^^^^^^^^^^^---------------------^^^^^^^^^^^^^^^^^^------------^^^
[INFO] [stdout]     |                                |                                      |
[INFO] [stdout]     |                                |                                      `Deserializer` is not local
[INFO] [stdout]     |                                `EnumAccess` is not local
[INFO] [stdout]     |
[INFO] [stdout]     = note: an `impl` is never scoped, even when it is nested inside an item, as it may impact type checking outside of that item, which can be the case if neither the trait or the self type are at the same nesting level as the `impl`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 10.76s
[INFO] running `Command { std: "docker" "inspect" "284555a106590c1172687f30665932651e982cc152694d84b0c90484fea635d2", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "284555a106590c1172687f30665932651e982cc152694d84b0c90484fea635d2", kill_on_drop: false }`
[INFO] [stdout] 284555a106590c1172687f30665932651e982cc152694d84b0c90484fea635d2
