[INFO] fetching crate socketlabs 0.2.1...
[INFO] testing socketlabs-0.2.1 against 1.95.0 for beta-1.96-2
[INFO] extracting crate socketlabs 0.2.1 into /workspace/builds/worker-0-tc1/source
[INFO] started tweaking crates.io crate socketlabs 0.2.1
[INFO] finished tweaking crates.io crate socketlabs 0.2.1
[INFO] tweaked toml for crates.io crate socketlabs 0.2.1 written to /workspace/builds/worker-0-tc1/source/Cargo.toml
[INFO] validating manifest of crates.io crate socketlabs 0.2.1 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] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+1.95.0" "generate-lockfile" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Updating crates.io index
[INFO] [stderr]      Locking 210 packages to latest compatible versions
[INFO] [stderr]       Adding reqwest v0.9.24 (available: v0.13.2)
[INFO] [stderr]       Adding wasi v0.10.0+wasi-snapshot-preview1 (available: v0.10.2+wasi-snapshot-preview1)
[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] warning: no edition set: defaulting to the 2015 edition while the latest is 2024
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-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] 50df5f6d1b6d72655befd70b9e3595514e8f8b217b8de77abcec94668618fa9e
[INFO] running `Command { std: "docker" "start" "-a" "50df5f6d1b6d72655befd70b9e3595514e8f8b217b8de77abcec94668618fa9e", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "50df5f6d1b6d72655befd70b9e3595514e8f8b217b8de77abcec94668618fa9e", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "50df5f6d1b6d72655befd70b9e3595514e8f8b217b8de77abcec94668618fa9e", kill_on_drop: false }`
[INFO] [stdout] 50df5f6d1b6d72655befd70b9e3595514e8f8b217b8de77abcec94668618fa9e
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-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=warn" "-e" "RUSTDOCFLAGS=--cap-lints=warn" "-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" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 0f714746e35d64fb5fa12b18b26fba1a782466eafa7ca865f2b454ec26679566
[INFO] running `Command { std: "docker" "start" "-a" "0f714746e35d64fb5fa12b18b26fba1a782466eafa7ca865f2b454ec26679566", kill_on_drop: false }`
[INFO] [stderr] warning: no edition set: defaulting to the 2015 edition while the latest is 2024
[INFO] [stderr]    Compiling socketlabs v0.2.1 (/opt/rustwide/workdir)
[INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stdout]   --> src/error.rs:29:32
[INFO] [stdout]    |
[INFO] [stdout] 29 |     fn cause(&self) -> Option<&Fail> {
[INFO] [stdout]    |                                ^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021!
[INFO] [stdout]    = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2021/warnings-promoted-to-error.html>
[INFO] [stdout]    = note: `#[warn(bare_trait_objects)]` (part of `#[warn(rust_2021_compatibility)]`) on by default
[INFO] [stdout] help: if this is a dyn-compatible trait, use `dyn`
[INFO] [stdout]    |
[INFO] [stdout] 29 |     fn cause(&self) -> Option<&dyn Fail> {
[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/error.rs:46:17
[INFO] [stdout]    |
[INFO] [stdout] 46 | #[derive(Debug, Fail)]
[INFO] [stdout]    |                 ^---
[INFO] [stdout]    |                 |
[INFO] [stdout]    |                 `Fail` is not local
[INFO] [stdout]    |                 move the `impl` block outside of this constant `_DERIVE_failure_Fail_FOR_ErrorKind`
[INFO] [stdout] 47 | pub enum ErrorKind {
[INFO] [stdout]    |          --------- `ErrorKind` is not local
[INFO] [stdout]    |
[INFO] [stdout]    = note: the derive macro `Fail` defines the non-local `impl`, and may need to be changed
[INFO] [stdout]    = note: the derive macro `Fail` may come from an old version of the `failure_derive` crate, try updating your dependency with `cargo update -p failure_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 `Fail` (in Nightly builds, run with -Z macro-backtrace for more info)
[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/error.rs:46:17
[INFO] [stdout]    |
[INFO] [stdout] 46 | #[derive(Debug, Fail)]
[INFO] [stdout]    |                 ^---
[INFO] [stdout]    |                 |
[INFO] [stdout]    |                 `Display` is not local
[INFO] [stdout]    |                 move the `impl` block outside of this constant `_DERIVE_failure_core_fmt_Display_FOR_ErrorKind`
[INFO] [stdout] 47 | pub enum ErrorKind {
[INFO] [stdout]    |          --------- `ErrorKind` is not local
[INFO] [stdout]    |
[INFO] [stdout]    = note: the derive macro `Fail` defines the non-local `impl`, and may need to be changed
[INFO] [stdout]    = note: the derive macro `Fail` may come from an old version of the `failure_derive` crate, try updating your dependency with `cargo update -p failure_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: this warning originates in the derive macro `Fail` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's named elsewhere is confusing
[INFO] [stdout]   --> src/request.rs:32:87
[INFO] [stdout]    |
[INFO] [stdout] 32 |     pub fn new(server_id: u16, api_key: String, messages: Vec<Message<'a>>) -> Result<Request> {
[INFO] [stdout]    |                                                                       --              ^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]    |                                                                       |
[INFO] [stdout]    |                                                                       the lifetime is named 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: consistently use `'a`
[INFO] [stdout]    |
[INFO] [stdout] 32 |     pub fn new(server_id: u16, api_key: String, messages: Vec<Message<'a>>) -> Result<Request<'a>> {
[INFO] [stdout]    |                                                                                              ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/request.rs:41:17
[INFO] [stdout]    |
[INFO] [stdout] 41 |     pub fn send(&self) -> Result<Response> {
[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] help: use `'_` for type paths
[INFO] [stdout]    |
[INFO] [stdout] 41 |     pub fn send(&self) -> Result<Response<'_>> {
[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/response.rs:62:38
[INFO] [stdout]     |
[INFO] [stdout]  62 |           #[derive(Debug, Deserialize, Fail, PartialEq)]
[INFO] [stdout]     |                                        ^---
[INFO] [stdout]     |                                        |
[INFO] [stdout]     |                                        `Fail` is not local
[INFO] [stdout]     |                                        move the `impl` block outside of this constant `_DERIVE_failure_Fail_FOR_PostMessageErrorCode`
[INFO] [stdout] ...
[INFO] [stdout]  85 | / create_error_codes! {
[INFO] [stdout]  86 | |     /// Return codes within the Response object, specifying the status of the injection request.
[INFO] [stdout]  87 | |     (PostMessageErrorCode, deserialize_postmessage,
[INFO] [stdout]     | |      -------------------- `PostMessageErrorCode` is not local
[INFO] [stdout]  88 | |         ((Success, "Success."),
[INFO] [stdout] ...   |
[INFO] [stdout] 120 | | }
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: the derive macro `Fail` defines the non-local `impl`, and may need to be changed
[INFO] [stdout]     = note: the derive macro `Fail` may come from an old version of the `failure_derive` crate, try updating your dependency with `cargo update -p failure_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: this warning originates in the derive macro `Fail` which comes from the expansion of the macro `create_error_codes` (in Nightly builds, run with -Z macro-backtrace for more info)
[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/response.rs:62:38
[INFO] [stdout]     |
[INFO] [stdout]  62 |           #[derive(Debug, Deserialize, Fail, PartialEq)]
[INFO] [stdout]     |                                        ^---
[INFO] [stdout]     |                                        |
[INFO] [stdout]     |                                        `Display` is not local
[INFO] [stdout]     |                                        move the `impl` block outside of this constant `_DERIVE_failure_core_fmt_Display_FOR_PostMessageErrorCode`
[INFO] [stdout] ...
[INFO] [stdout]  85 | / create_error_codes! {
[INFO] [stdout]  86 | |     /// Return codes within the Response object, specifying the status of the injection request.
[INFO] [stdout]  87 | |     (PostMessageErrorCode, deserialize_postmessage,
[INFO] [stdout]     | |      -------------------- `PostMessageErrorCode` is not local
[INFO] [stdout]  88 | |         ((Success, "Success."),
[INFO] [stdout] ...   |
[INFO] [stdout] 120 | | }
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: the derive macro `Fail` defines the non-local `impl`, and may need to be changed
[INFO] [stdout]     = note: the derive macro `Fail` may come from an old version of the `failure_derive` crate, try updating your dependency with `cargo update -p failure_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: this warning originates in the derive macro `Fail` which comes from the expansion of the macro `create_error_codes` (in Nightly builds, run with -Z macro-backtrace for more info)
[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/response.rs:62:38
[INFO] [stdout]     |
[INFO] [stdout]  62 |           #[derive(Debug, Deserialize, Fail, PartialEq)]
[INFO] [stdout]     |                                        ^---
[INFO] [stdout]     |                                        |
[INFO] [stdout]     |                                        `Fail` is not local
[INFO] [stdout]     |                                        move the `impl` block outside of this constant `_DERIVE_failure_Fail_FOR_MessageResultErrorCode`
[INFO] [stdout] ...
[INFO] [stdout]  85 | / create_error_codes! {
[INFO] [stdout]  86 | |     /// Return codes within the Response object, specifying the status of the injection request.
[INFO] [stdout]  87 | |     (PostMessageErrorCode, deserialize_postmessage,
[INFO] [stdout]  88 | |         ((Success, "Success."),
[INFO] [stdout] ...   |
[INFO] [stdout] 103 | |     (MessageResultErrorCode, deserialize_messageresult,
[INFO] [stdout]     | |      ---------------------- `MessageResultErrorCode` is not local
[INFO] [stdout] ...   |
[INFO] [stdout] 120 | | }
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: the derive macro `Fail` defines the non-local `impl`, and may need to be changed
[INFO] [stdout]     = note: the derive macro `Fail` may come from an old version of the `failure_derive` crate, try updating your dependency with `cargo update -p failure_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: this warning originates in the derive macro `Fail` which comes from the expansion of the macro `create_error_codes` (in Nightly builds, run with -Z macro-backtrace for more info)
[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/response.rs:62:38
[INFO] [stdout]     |
[INFO] [stdout]  62 |           #[derive(Debug, Deserialize, Fail, PartialEq)]
[INFO] [stdout]     |                                        ^---
[INFO] [stdout]     |                                        |
[INFO] [stdout]     |                                        `Display` is not local
[INFO] [stdout]     |                                        move the `impl` block outside of this constant `_DERIVE_failure_core_fmt_Display_FOR_MessageResultErrorCode`
[INFO] [stdout] ...
[INFO] [stdout]  85 | / create_error_codes! {
[INFO] [stdout]  86 | |     /// Return codes within the Response object, specifying the status of the injection request.
[INFO] [stdout]  87 | |     (PostMessageErrorCode, deserialize_postmessage,
[INFO] [stdout]  88 | |         ((Success, "Success."),
[INFO] [stdout] ...   |
[INFO] [stdout] 103 | |     (MessageResultErrorCode, deserialize_messageresult,
[INFO] [stdout]     | |      ---------------------- `MessageResultErrorCode` is not local
[INFO] [stdout] ...   |
[INFO] [stdout] 120 | | }
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: the derive macro `Fail` defines the non-local `impl`, and may need to be changed
[INFO] [stdout]     = note: the derive macro `Fail` may come from an old version of the `failure_derive` crate, try updating your dependency with `cargo update -p failure_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: this warning originates in the derive macro `Fail` which comes from the expansion of the macro `create_error_codes` (in Nightly builds, run with -Z macro-backtrace for more info)
[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/response.rs:62:38
[INFO] [stdout]     |
[INFO] [stdout]  62 |           #[derive(Debug, Deserialize, Fail, PartialEq)]
[INFO] [stdout]     |                                        ^---
[INFO] [stdout]     |                                        |
[INFO] [stdout]     |                                        `Fail` is not local
[INFO] [stdout]     |                                        move the `impl` block outside of this constant `_DERIVE_failure_Fail_FOR_AddressResultErrorCode`
[INFO] [stdout] ...
[INFO] [stdout]  85 | / create_error_codes! {
[INFO] [stdout]  86 | |     /// Return codes within the Response object, specifying the status of the injection request.
[INFO] [stdout]  87 | |     (PostMessageErrorCode, deserialize_postmessage,
[INFO] [stdout]  88 | |         ((Success, "Success."),
[INFO] [stdout] ...   |
[INFO] [stdout] 117 | |     (AddressResultErrorCode, deserialize_addressresult,
[INFO] [stdout]     | |      ---------------------- `AddressResultErrorCode` is not local
[INFO] [stdout] ...   |
[INFO] [stdout] 120 | | }
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: the derive macro `Fail` defines the non-local `impl`, and may need to be changed
[INFO] [stdout]     = note: the derive macro `Fail` may come from an old version of the `failure_derive` crate, try updating your dependency with `cargo update -p failure_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: this warning originates in the derive macro `Fail` which comes from the expansion of the macro `create_error_codes` (in Nightly builds, run with -Z macro-backtrace for more info)
[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/response.rs:62:38
[INFO] [stdout]     |
[INFO] [stdout]  62 |           #[derive(Debug, Deserialize, Fail, PartialEq)]
[INFO] [stdout]     |                                        ^---
[INFO] [stdout]     |                                        |
[INFO] [stdout]     |                                        `Display` is not local
[INFO] [stdout]     |                                        move the `impl` block outside of this constant `_DERIVE_failure_core_fmt_Display_FOR_AddressResultErrorCode`
[INFO] [stdout] ...
[INFO] [stdout]  85 | / create_error_codes! {
[INFO] [stdout]  86 | |     /// Return codes within the Response object, specifying the status of the injection request.
[INFO] [stdout]  87 | |     (PostMessageErrorCode, deserialize_postmessage,
[INFO] [stdout]  88 | |         ((Success, "Success."),
[INFO] [stdout] ...   |
[INFO] [stdout] 117 | |     (AddressResultErrorCode, deserialize_addressresult,
[INFO] [stdout]     | |      ---------------------- `AddressResultErrorCode` is not local
[INFO] [stdout] ...   |
[INFO] [stdout] 120 | | }
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: the derive macro `Fail` defines the non-local `impl`, and may need to be changed
[INFO] [stdout]     = note: the derive macro `Fail` may come from an old version of the `failure_derive` crate, try updating your dependency with `cargo update -p failure_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: this warning originates in the derive macro `Fail` which comes from the expansion of the macro `create_error_codes` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.55s
[INFO] running `Command { std: "docker" "inspect" "0f714746e35d64fb5fa12b18b26fba1a782466eafa7ca865f2b454ec26679566", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "0f714746e35d64fb5fa12b18b26fba1a782466eafa7ca865f2b454ec26679566", kill_on_drop: false }`
[INFO] [stdout] 0f714746e35d64fb5fa12b18b26fba1a782466eafa7ca865f2b454ec26679566
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-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=warn" "-e" "RUSTDOCFLAGS=--cap-lints=warn" "-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" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] ec3647653bc90909fc0f5e58ca8f684e16912ed339ec6aff14051caf99324609
[INFO] running `Command { std: "docker" "start" "-a" "ec3647653bc90909fc0f5e58ca8f684e16912ed339ec6aff14051caf99324609", kill_on_drop: false }`
[INFO] [stderr] warning: no edition set: defaulting to the 2015 edition while the latest is 2024
[INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stdout]   --> src/error.rs:29:32
[INFO] [stdout]    |
[INFO] [stdout] 29 |     fn cause(&self) -> Option<&Fail> {
[INFO] [stdout]    |                                ^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021!
[INFO] [stdout]    = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2021/warnings-promoted-to-error.html>
[INFO] [stdout]    = note: `#[warn(bare_trait_objects)]` (part of `#[warn(rust_2021_compatibility)]`) on by default
[INFO] [stdout] help: if this is a dyn-compatible trait, use `dyn`
[INFO] [stdout]    |
[INFO] [stdout] 29 |     fn cause(&self) -> Option<&dyn Fail> {
[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/error.rs:46:17
[INFO] [stdout]    |
[INFO] [stdout] 46 | #[derive(Debug, Fail)]
[INFO] [stdout]    |                 ^---
[INFO] [stdout]    |                 |
[INFO] [stdout]    |                 `Fail` is not local
[INFO] [stdout]    |                 move the `impl` block outside of this constant `_DERIVE_failure_Fail_FOR_ErrorKind`
[INFO] [stdout] 47 | pub enum ErrorKind {
[INFO] [stdout]    |          --------- `ErrorKind` is not local
[INFO] [stdout]    |
[INFO] [stdout]    = note: the derive macro `Fail` defines the non-local `impl`, and may need to be changed
[INFO] [stdout]    = note: the derive macro `Fail` may come from an old version of the `failure_derive` crate, try updating your dependency with `cargo update -p failure_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 `Fail` (in Nightly builds, run with -Z macro-backtrace for more info)
[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/error.rs:46:17
[INFO] [stdout]    |
[INFO] [stdout] 46 | #[derive(Debug, Fail)]
[INFO] [stdout]    |                 ^---
[INFO] [stdout]    |                 |
[INFO] [stdout]    |                 `Display` is not local
[INFO] [stdout]    |                 move the `impl` block outside of this constant `_DERIVE_failure_core_fmt_Display_FOR_ErrorKind`
[INFO] [stdout] 47 | pub enum ErrorKind {
[INFO] [stdout]    |          --------- `ErrorKind` is not local
[INFO] [stdout]    |
[INFO] [stdout]    = note: the derive macro `Fail` defines the non-local `impl`, and may need to be changed
[INFO] [stdout]    = note: the derive macro `Fail` may come from an old version of the `failure_derive` crate, try updating your dependency with `cargo update -p failure_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: this warning originates in the derive macro `Fail` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's named elsewhere is confusing
[INFO] [stdout]   --> src/request.rs:32:87
[INFO] [stdout]    |
[INFO] [stdout] 32 |     pub fn new(server_id: u16, api_key: String, messages: Vec<Message<'a>>) -> Result<Request> {
[INFO] [stdout]    |                                                                       --              ^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]    |                                                                       |
[INFO] [stdout]    |                                                                       the lifetime is named 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: consistently use `'a`
[INFO] [stdout]    |
[INFO] [stdout] 32 |     pub fn new(server_id: u16, api_key: String, messages: Vec<Message<'a>>) -> Result<Request<'a>> {
[INFO] [stdout]    |                                                                                              ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/request.rs:41:17
[INFO] [stdout]    |
[INFO] [stdout] 41 |     pub fn send(&self) -> Result<Response> {
[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] help: use `'_` for type paths
[INFO] [stdout]    |
[INFO] [stdout] 41 |     pub fn send(&self) -> Result<Response<'_>> {
[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/response.rs:62:38
[INFO] [stdout]     |
[INFO] [stdout]  62 |           #[derive(Debug, Deserialize, Fail, PartialEq)]
[INFO] [stdout]     |                                        ^---
[INFO] [stdout]     |                                        |
[INFO] [stdout]     |                                        `Fail` is not local
[INFO] [stdout]     |                                        move the `impl` block outside of this constant `_DERIVE_failure_Fail_FOR_PostMessageErrorCode`
[INFO] [stdout] ...
[INFO] [stdout]  85 | / create_error_codes! {
[INFO] [stdout]  86 | |     /// Return codes within the Response object, specifying the status of the injection request.
[INFO] [stdout]  87 | |     (PostMessageErrorCode, deserialize_postmessage,
[INFO] [stdout]     | |      -------------------- `PostMessageErrorCode` is not local
[INFO] [stdout]  88 | |         ((Success, "Success."),
[INFO] [stdout] ...   |
[INFO] [stdout] 120 | | }
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: the derive macro `Fail` defines the non-local `impl`, and may need to be changed
[INFO] [stdout]     = note: the derive macro `Fail` may come from an old version of the `failure_derive` crate, try updating your dependency with `cargo update -p failure_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: this warning originates in the derive macro `Fail` which comes from the expansion of the macro `create_error_codes` (in Nightly builds, run with -Z macro-backtrace for more info)
[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/response.rs:62:38
[INFO] [stdout]     |
[INFO] [stdout]  62 |           #[derive(Debug, Deserialize, Fail, PartialEq)]
[INFO] [stdout]     |                                        ^---
[INFO] [stdout]     |                                        |
[INFO] [stdout]     |                                        `Display` is not local
[INFO] [stdout]     |                                        move the `impl` block outside of this constant `_DERIVE_failure_core_fmt_Display_FOR_PostMessageErrorCode`
[INFO] [stdout] ...
[INFO] [stdout]  85 | / create_error_codes! {
[INFO] [stdout]  86 | |     /// Return codes within the Response object, specifying the status of the injection request.
[INFO] [stdout]  87 | |     (PostMessageErrorCode, deserialize_postmessage,
[INFO] [stdout]     | |      -------------------- `PostMessageErrorCode` is not local
[INFO] [stdout]  88 | |         ((Success, "Success."),
[INFO] [stdout] ...   |
[INFO] [stdout] 120 | | }
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: the derive macro `Fail` defines the non-local `impl`, and may need to be changed
[INFO] [stdout]     = note: the derive macro `Fail` may come from an old version of the `failure_derive` crate, try updating your dependency with `cargo update -p failure_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: this warning originates in the derive macro `Fail` which comes from the expansion of the macro `create_error_codes` (in Nightly builds, run with -Z macro-backtrace for more info)
[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/response.rs:62:38
[INFO] [stdout]     |
[INFO] [stdout]  62 |           #[derive(Debug, Deserialize, Fail, PartialEq)]
[INFO] [stdout]     |                                        ^---
[INFO] [stdout]     |                                        |
[INFO] [stdout]     |                                        `Fail` is not local
[INFO] [stdout]     |                                        move the `impl` block outside of this constant `_DERIVE_failure_Fail_FOR_MessageResultErrorCode`
[INFO] [stdout] ...
[INFO] [stdout]  85 | / create_error_codes! {
[INFO] [stdout]  86 | |     /// Return codes within the Response object, specifying the status of the injection request.
[INFO] [stdout]  87 | |     (PostMessageErrorCode, deserialize_postmessage,
[INFO] [stdout]  88 | |         ((Success, "Success."),
[INFO] [stdout] ...   |
[INFO] [stdout] 103 | |     (MessageResultErrorCode, deserialize_messageresult,
[INFO] [stdout]     | |      ---------------------- `MessageResultErrorCode` is not local
[INFO] [stdout] ...   |
[INFO] [stdout] 120 | | }
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: the derive macro `Fail` defines the non-local `impl`, and may need to be changed
[INFO] [stdout]     = note: the derive macro `Fail` may come from an old version of the `failure_derive` crate, try updating your dependency with `cargo update -p failure_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: this warning originates in the derive macro `Fail` which comes from the expansion of the macro `create_error_codes` (in Nightly builds, run with -Z macro-backtrace for more info)
[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/response.rs:62:38
[INFO] [stdout]     |
[INFO] [stdout]  62 |           #[derive(Debug, Deserialize, Fail, PartialEq)]
[INFO] [stdout]     |                                        ^---
[INFO] [stdout]     |                                        |
[INFO] [stdout]     |                                        `Display` is not local
[INFO] [stdout]     |                                        move the `impl` block outside of this constant `_DERIVE_failure_core_fmt_Display_FOR_MessageResultErrorCode`
[INFO] [stdout] ...
[INFO] [stdout]  85 | / create_error_codes! {
[INFO] [stdout]  86 | |     /// Return codes within the Response object, specifying the status of the injection request.
[INFO] [stdout]  87 | |     (PostMessageErrorCode, deserialize_postmessage,
[INFO] [stdout]  88 | |         ((Success, "Success."),
[INFO] [stdout] ...   |
[INFO] [stdout] 103 | |     (MessageResultErrorCode, deserialize_messageresult,
[INFO] [stdout]     | |      ---------------------- `MessageResultErrorCode` is not local
[INFO] [stdout] ...   |
[INFO] [stdout] 120 | | }
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: the derive macro `Fail` defines the non-local `impl`, and may need to be changed
[INFO] [stdout]     = note: the derive macro `Fail` may come from an old version of the `failure_derive` crate, try updating your dependency with `cargo update -p failure_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: this warning originates in the derive macro `Fail` which comes from the expansion of the macro `create_error_codes` (in Nightly builds, run with -Z macro-backtrace for more info)
[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/response.rs:62:38
[INFO] [stdout]     |
[INFO] [stdout]  62 |           #[derive(Debug, Deserialize, Fail, PartialEq)]
[INFO] [stdout]     |                                        ^---
[INFO] [stdout]     |                                        |
[INFO] [stdout]     |                                        `Fail` is not local
[INFO] [stdout]     |                                        move the `impl` block outside of this constant `_DERIVE_failure_Fail_FOR_AddressResultErrorCode`
[INFO] [stdout] ...
[INFO] [stdout]  85 | / create_error_codes! {
[INFO] [stdout]  86 | |     /// Return codes within the Response object, specifying the status of the injection request.
[INFO] [stdout]  87 | |     (PostMessageErrorCode, deserialize_postmessage,
[INFO] [stdout]  88 | |         ((Success, "Success."),
[INFO] [stdout] ...   |
[INFO] [stdout] 117 | |     (AddressResultErrorCode, deserialize_addressresult,
[INFO] [stdout]     | |      ---------------------- `AddressResultErrorCode` is not local
[INFO] [stdout] ...   |
[INFO] [stdout] 120 | | }
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: the derive macro `Fail` defines the non-local `impl`, and may need to be changed
[INFO] [stdout]     = note: the derive macro `Fail` may come from an old version of the `failure_derive` crate, try updating your dependency with `cargo update -p failure_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: this warning originates in the derive macro `Fail` which comes from the expansion of the macro `create_error_codes` (in Nightly builds, run with -Z macro-backtrace for more info)
[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/response.rs:62:38
[INFO] [stdout]     |
[INFO] [stdout]  62 |           #[derive(Debug, Deserialize, Fail, PartialEq)]
[INFO] [stdout]     |                                        ^---
[INFO] [stdout]     |                                        |
[INFO] [stdout]     |                                        `Display` is not local
[INFO] [stdout]     |                                        move the `impl` block outside of this constant `_DERIVE_failure_core_fmt_Display_FOR_AddressResultErrorCode`
[INFO] [stdout] ...
[INFO] [stdout]  85 | / create_error_codes! {
[INFO] [stdout]  86 | |     /// Return codes within the Response object, specifying the status of the injection request.
[INFO] [stdout]  87 | |     (PostMessageErrorCode, deserialize_postmessage,
[INFO] [stdout]  88 | |         ((Success, "Success."),
[INFO] [stdout] ...   |
[INFO] [stdout] 117 | |     (AddressResultErrorCode, deserialize_addressresult,
[INFO] [stdout]     | |      ---------------------- `AddressResultErrorCode` is not local
[INFO] [stdout] ...   |
[INFO] [stdout] 120 | | }
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: the derive macro `Fail` defines the non-local `impl`, and may need to be changed
[INFO] [stdout]     = note: the derive macro `Fail` may come from an old version of the `failure_derive` crate, try updating your dependency with `cargo update -p failure_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: this warning originates in the derive macro `Fail` which comes from the expansion of the macro `create_error_codes` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]    Compiling socketlabs v0.2.1 (/opt/rustwide/workdir)
[INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stdout]   --> src/error.rs:29:32
[INFO] [stdout]    |
[INFO] [stdout] 29 |     fn cause(&self) -> Option<&Fail> {
[INFO] [stdout]    |                                ^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021!
[INFO] [stdout]    = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2021/warnings-promoted-to-error.html>
[INFO] [stdout]    = note: `#[warn(bare_trait_objects)]` (part of `#[warn(rust_2021_compatibility)]`) on by default
[INFO] [stdout] help: if this is a dyn-compatible trait, use `dyn`
[INFO] [stdout]    |
[INFO] [stdout] 29 |     fn cause(&self) -> Option<&dyn Fail> {
[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/error.rs:46:17
[INFO] [stdout]    |
[INFO] [stdout] 46 | #[derive(Debug, Fail)]
[INFO] [stdout]    |                 ^---
[INFO] [stdout]    |                 |
[INFO] [stdout]    |                 `Fail` is not local
[INFO] [stdout]    |                 move the `impl` block outside of this constant `_DERIVE_failure_Fail_FOR_ErrorKind`
[INFO] [stdout] 47 | pub enum ErrorKind {
[INFO] [stdout]    |          --------- `ErrorKind` is not local
[INFO] [stdout]    |
[INFO] [stdout]    = note: the derive macro `Fail` defines the non-local `impl`, and may need to be changed
[INFO] [stdout]    = note: the derive macro `Fail` may come from an old version of the `failure_derive` crate, try updating your dependency with `cargo update -p failure_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 `Fail` (in Nightly builds, run with -Z macro-backtrace for more info)
[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/error.rs:46:17
[INFO] [stdout]    |
[INFO] [stdout] 46 | #[derive(Debug, Fail)]
[INFO] [stdout]    |                 ^---
[INFO] [stdout]    |                 |
[INFO] [stdout]    |                 `Display` is not local
[INFO] [stdout]    |                 move the `impl` block outside of this constant `_DERIVE_failure_core_fmt_Display_FOR_ErrorKind`
[INFO] [stdout] 47 | pub enum ErrorKind {
[INFO] [stdout]    |          --------- `ErrorKind` is not local
[INFO] [stdout]    |
[INFO] [stdout]    = note: the derive macro `Fail` defines the non-local `impl`, and may need to be changed
[INFO] [stdout]    = note: the derive macro `Fail` may come from an old version of the `failure_derive` crate, try updating your dependency with `cargo update -p failure_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: this warning originates in the derive macro `Fail` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's named elsewhere is confusing
[INFO] [stdout]   --> src/request.rs:32:87
[INFO] [stdout]    |
[INFO] [stdout] 32 |     pub fn new(server_id: u16, api_key: String, messages: Vec<Message<'a>>) -> Result<Request> {
[INFO] [stdout]    |                                                                       --              ^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]    |                                                                       |
[INFO] [stdout]    |                                                                       the lifetime is named 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: consistently use `'a`
[INFO] [stdout]    |
[INFO] [stdout] 32 |     pub fn new(server_id: u16, api_key: String, messages: Vec<Message<'a>>) -> Result<Request<'a>> {
[INFO] [stdout]    |                                                                                              ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/request.rs:41:17
[INFO] [stdout]    |
[INFO] [stdout] 41 |     pub fn send(&self) -> Result<Response> {
[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] help: use `'_` for type paths
[INFO] [stdout]    |
[INFO] [stdout] 41 |     pub fn send(&self) -> Result<Response<'_>> {
[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/response.rs:62:38
[INFO] [stdout]     |
[INFO] [stdout]  62 |           #[derive(Debug, Deserialize, Fail, PartialEq)]
[INFO] [stdout]     |                                        ^---
[INFO] [stdout]     |                                        |
[INFO] [stdout]     |                                        `Fail` is not local
[INFO] [stdout]     |                                        move the `impl` block outside of this constant `_DERIVE_failure_Fail_FOR_PostMessageErrorCode`
[INFO] [stdout] ...
[INFO] [stdout]  85 | / create_error_codes! {
[INFO] [stdout]  86 | |     /// Return codes within the Response object, specifying the status of the injection request.
[INFO] [stdout]  87 | |     (PostMessageErrorCode, deserialize_postmessage,
[INFO] [stdout]     | |      -------------------- `PostMessageErrorCode` is not local
[INFO] [stdout]  88 | |         ((Success, "Success."),
[INFO] [stdout] ...   |
[INFO] [stdout] 120 | | }
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: the derive macro `Fail` defines the non-local `impl`, and may need to be changed
[INFO] [stdout]     = note: the derive macro `Fail` may come from an old version of the `failure_derive` crate, try updating your dependency with `cargo update -p failure_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: this warning originates in the derive macro `Fail` which comes from the expansion of the macro `create_error_codes` (in Nightly builds, run with -Z macro-backtrace for more info)
[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/response.rs:62:38
[INFO] [stdout]     |
[INFO] [stdout]  62 |           #[derive(Debug, Deserialize, Fail, PartialEq)]
[INFO] [stdout]     |                                        ^---
[INFO] [stdout]     |                                        |
[INFO] [stdout]     |                                        `Display` is not local
[INFO] [stdout]     |                                        move the `impl` block outside of this constant `_DERIVE_failure_core_fmt_Display_FOR_PostMessageErrorCode`
[INFO] [stdout] ...
[INFO] [stdout]  85 | / create_error_codes! {
[INFO] [stdout]  86 | |     /// Return codes within the Response object, specifying the status of the injection request.
[INFO] [stdout]  87 | |     (PostMessageErrorCode, deserialize_postmessage,
[INFO] [stdout]     | |      -------------------- `PostMessageErrorCode` is not local
[INFO] [stdout]  88 | |         ((Success, "Success."),
[INFO] [stdout] ...   |
[INFO] [stdout] 120 | | }
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: the derive macro `Fail` defines the non-local `impl`, and may need to be changed
[INFO] [stdout]     = note: the derive macro `Fail` may come from an old version of the `failure_derive` crate, try updating your dependency with `cargo update -p failure_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: this warning originates in the derive macro `Fail` which comes from the expansion of the macro `create_error_codes` (in Nightly builds, run with -Z macro-backtrace for more info)
[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/response.rs:62:38
[INFO] [stdout]     |
[INFO] [stdout]  62 |           #[derive(Debug, Deserialize, Fail, PartialEq)]
[INFO] [stdout]     |                                        ^---
[INFO] [stdout]     |                                        |
[INFO] [stdout]     |                                        `Fail` is not local
[INFO] [stdout]     |                                        move the `impl` block outside of this constant `_DERIVE_failure_Fail_FOR_MessageResultErrorCode`
[INFO] [stdout] ...
[INFO] [stdout]  85 | / create_error_codes! {
[INFO] [stdout]  86 | |     /// Return codes within the Response object, specifying the status of the injection request.
[INFO] [stdout]  87 | |     (PostMessageErrorCode, deserialize_postmessage,
[INFO] [stdout]  88 | |         ((Success, "Success."),
[INFO] [stdout] ...   |
[INFO] [stdout] 103 | |     (MessageResultErrorCode, deserialize_messageresult,
[INFO] [stdout]     | |      ---------------------- `MessageResultErrorCode` is not local
[INFO] [stdout] ...   |
[INFO] [stdout] 120 | | }
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: the derive macro `Fail` defines the non-local `impl`, and may need to be changed
[INFO] [stdout]     = note: the derive macro `Fail` may come from an old version of the `failure_derive` crate, try updating your dependency with `cargo update -p failure_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: this warning originates in the derive macro `Fail` which comes from the expansion of the macro `create_error_codes` (in Nightly builds, run with -Z macro-backtrace for more info)
[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/response.rs:62:38
[INFO] [stdout]     |
[INFO] [stdout]  62 |           #[derive(Debug, Deserialize, Fail, PartialEq)]
[INFO] [stdout]     |                                        ^---
[INFO] [stdout]     |                                        |
[INFO] [stdout]     |                                        `Display` is not local
[INFO] [stdout]     |                                        move the `impl` block outside of this constant `_DERIVE_failure_core_fmt_Display_FOR_MessageResultErrorCode`
[INFO] [stdout] ...
[INFO] [stdout]  85 | / create_error_codes! {
[INFO] [stdout]  86 | |     /// Return codes within the Response object, specifying the status of the injection request.
[INFO] [stdout]  87 | |     (PostMessageErrorCode, deserialize_postmessage,
[INFO] [stdout]  88 | |         ((Success, "Success."),
[INFO] [stdout] ...   |
[INFO] [stdout] 103 | |     (MessageResultErrorCode, deserialize_messageresult,
[INFO] [stdout]     | |      ---------------------- `MessageResultErrorCode` is not local
[INFO] [stdout] ...   |
[INFO] [stdout] 120 | | }
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: the derive macro `Fail` defines the non-local `impl`, and may need to be changed
[INFO] [stdout]     = note: the derive macro `Fail` may come from an old version of the `failure_derive` crate, try updating your dependency with `cargo update -p failure_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: this warning originates in the derive macro `Fail` which comes from the expansion of the macro `create_error_codes` (in Nightly builds, run with -Z macro-backtrace for more info)
[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/response.rs:62:38
[INFO] [stdout]     |
[INFO] [stdout]  62 |           #[derive(Debug, Deserialize, Fail, PartialEq)]
[INFO] [stdout]     |                                        ^---
[INFO] [stdout]     |                                        |
[INFO] [stdout]     |                                        `Fail` is not local
[INFO] [stdout]     |                                        move the `impl` block outside of this constant `_DERIVE_failure_Fail_FOR_AddressResultErrorCode`
[INFO] [stdout] ...
[INFO] [stdout]  85 | / create_error_codes! {
[INFO] [stdout]  86 | |     /// Return codes within the Response object, specifying the status of the injection request.
[INFO] [stdout]  87 | |     (PostMessageErrorCode, deserialize_postmessage,
[INFO] [stdout]  88 | |         ((Success, "Success."),
[INFO] [stdout] ...   |
[INFO] [stdout] 117 | |     (AddressResultErrorCode, deserialize_addressresult,
[INFO] [stdout]     | |      ---------------------- `AddressResultErrorCode` is not local
[INFO] [stdout] ...   |
[INFO] [stdout] 120 | | }
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: the derive macro `Fail` defines the non-local `impl`, and may need to be changed
[INFO] [stdout]     = note: the derive macro `Fail` may come from an old version of the `failure_derive` crate, try updating your dependency with `cargo update -p failure_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: this warning originates in the derive macro `Fail` which comes from the expansion of the macro `create_error_codes` (in Nightly builds, run with -Z macro-backtrace for more info)
[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/response.rs:62:38
[INFO] [stdout]     |
[INFO] [stdout]  62 |           #[derive(Debug, Deserialize, Fail, PartialEq)]
[INFO] [stdout]     |                                        ^---
[INFO] [stdout]     |                                        |
[INFO] [stdout]     |                                        `Display` is not local
[INFO] [stdout]     |                                        move the `impl` block outside of this constant `_DERIVE_failure_core_fmt_Display_FOR_AddressResultErrorCode`
[INFO] [stdout] ...
[INFO] [stdout]  85 | / create_error_codes! {
[INFO] [stdout]  86 | |     /// Return codes within the Response object, specifying the status of the injection request.
[INFO] [stdout]  87 | |     (PostMessageErrorCode, deserialize_postmessage,
[INFO] [stdout]  88 | |         ((Success, "Success."),
[INFO] [stdout] ...   |
[INFO] [stdout] 117 | |     (AddressResultErrorCode, deserialize_addressresult,
[INFO] [stdout]     | |      ---------------------- `AddressResultErrorCode` is not local
[INFO] [stdout] ...   |
[INFO] [stdout] 120 | | }
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: the derive macro `Fail` defines the non-local `impl`, and may need to be changed
[INFO] [stdout]     = note: the derive macro `Fail` may come from an old version of the `failure_derive` crate, try updating your dependency with `cargo update -p failure_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: this warning originates in the derive macro `Fail` which comes from the expansion of the macro `create_error_codes` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 1.92s
[INFO] running `Command { std: "docker" "inspect" "ec3647653bc90909fc0f5e58ca8f684e16912ed339ec6aff14051caf99324609", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "ec3647653bc90909fc0f5e58ca8f684e16912ed339ec6aff14051caf99324609", kill_on_drop: false }`
[INFO] [stdout] ec3647653bc90909fc0f5e58ca8f684e16912ed339ec6aff14051caf99324609
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-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=warn" "-e" "RUSTDOCFLAGS=--cap-lints=warn" "-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" "test" "--frozen", kill_on_drop: false }`
[INFO] [stdout] 2f4efb15e6331e403aa4dc08f36724b00358f9348fd84e0fdc3351c7629c9f5f
[INFO] running `Command { std: "docker" "start" "-a" "2f4efb15e6331e403aa4dc08f36724b00358f9348fd84e0fdc3351c7629c9f5f", kill_on_drop: false }`
[INFO] [stderr] warning: no edition set: defaulting to the 2015 edition while the latest is 2024
[INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stderr]   --> src/error.rs:29:32
[INFO] [stderr]    |
[INFO] [stderr] 29 |     fn cause(&self) -> Option<&Fail> {
[INFO] [stderr]    |                                ^^^^
[INFO] [stderr]    |
[INFO] [stderr]    = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021!
[INFO] [stderr]    = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2021/warnings-promoted-to-error.html>
[INFO] [stderr]    = note: `#[warn(bare_trait_objects)]` (part of `#[warn(rust_2021_compatibility)]`) on by default
[INFO] [stderr] help: if this is a dyn-compatible trait, use `dyn`
[INFO] [stderr]    |
[INFO] [stderr] 29 |     fn cause(&self) -> Option<&dyn Fail> {
[INFO] [stderr]    |                                +++
[INFO] [stderr] 
[INFO] [stderr] warning: non-local `impl` definition, `impl` blocks should be written at the same level as their item
[INFO] [stderr]   --> src/error.rs:46:17
[INFO] [stderr]    |
[INFO] [stderr] 46 | #[derive(Debug, Fail)]
[INFO] [stderr]    |                 ^---
[INFO] [stderr]    |                 |
[INFO] [stderr]    |                 `Fail` is not local
[INFO] [stderr]    |                 move the `impl` block outside of this constant `_DERIVE_failure_Fail_FOR_ErrorKind`
[INFO] [stderr] 47 | pub enum ErrorKind {
[INFO] [stderr]    |          --------- `ErrorKind` is not local
[INFO] [stderr]    |
[INFO] [stderr]    = note: the derive macro `Fail` defines the non-local `impl`, and may need to be changed
[INFO] [stderr]    = note: the derive macro `Fail` may come from an old version of the `failure_derive` crate, try updating your dependency with `cargo update -p failure_derive`
[INFO] [stderr]    = 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] [stderr]    = 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] [stderr]    = note: `#[warn(non_local_definitions)]` on by default
[INFO] [stderr]    = note: this warning originates in the derive macro `Fail` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: non-local `impl` definition, `impl` blocks should be written at the same level as their item
[INFO] [stderr]   --> src/error.rs:46:17
[INFO] [stderr]    |
[INFO] [stderr] 46 | #[derive(Debug, Fail)]
[INFO] [stderr]    |                 ^---
[INFO] [stderr]    |                 |
[INFO] [stderr]    |                 `Display` is not local
[INFO] [stderr]    |                 move the `impl` block outside of this constant `_DERIVE_failure_core_fmt_Display_FOR_ErrorKind`
[INFO] [stderr] 47 | pub enum ErrorKind {
[INFO] [stderr]    |          --------- `ErrorKind` is not local
[INFO] [stderr]    |
[INFO] [stderr]    = note: the derive macro `Fail` defines the non-local `impl`, and may need to be changed
[INFO] [stderr]    = note: the derive macro `Fail` may come from an old version of the `failure_derive` crate, try updating your dependency with `cargo update -p failure_derive`
[INFO] [stderr]    = 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] [stderr]    = 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] [stderr]    = note: this warning originates in the derive macro `Fail` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's named elsewhere is confusing
[INFO] [stderr]   --> src/request.rs:32:87
[INFO] [stderr]    |
[INFO] [stderr] 32 |     pub fn new(server_id: u16, api_key: String, messages: Vec<Message<'a>>) -> Result<Request> {
[INFO] [stderr]    |                                                                       --              ^^^^^^^ the same lifetime is hidden here
[INFO] [stderr]    |                                                                       |
[INFO] [stderr]    |                                                                       the lifetime is named here
[INFO] [stderr]    |
[INFO] [stderr]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stderr]    = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default
[INFO] [stderr] help: consistently use `'a`
[INFO] [stderr]    |
[INFO] [stderr] 32 |     pub fn new(server_id: u16, api_key: String, messages: Vec<Message<'a>>) -> Result<Request<'a>> {
[INFO] [stderr]    |                                                                                              ++++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]   --> src/request.rs:41:17
[INFO] [stderr]    |
[INFO] [stderr] 41 |     pub fn send(&self) -> Result<Response> {
[INFO] [stderr]    |                 ^^^^^            ^^^^^^^^ the same lifetime is hidden here
[INFO] [stderr]    |                 |
[INFO] [stderr]    |                 the lifetime is elided here
[INFO] [stderr]    |
[INFO] [stderr]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stderr] help: use `'_` for type paths
[INFO] [stderr]    |
[INFO] [stderr] 41 |     pub fn send(&self) -> Result<Response<'_>> {
[INFO] [stderr]    |                                          ++++
[INFO] [stderr] 
[INFO] [stderr] warning: non-local `impl` definition, `impl` blocks should be written at the same level as their item
[INFO] [stderr]    --> src/response.rs:62:38
[INFO] [stderr]     |
[INFO] [stderr]  62 |           #[derive(Debug, Deserialize, Fail, PartialEq)]
[INFO] [stderr]     |                                        ^---
[INFO] [stderr]     |                                        |
[INFO] [stderr]     |                                        `Fail` is not local
[INFO] [stderr]     |                                        move the `impl` block outside of this constant `_DERIVE_failure_Fail_FOR_PostMessageErrorCode`
[INFO] [stderr] ...
[INFO] [stderr]  85 | / create_error_codes! {
[INFO] [stderr]  86 | |     /// Return codes within the Response object, specifying the status of the injection request.
[INFO] [stderr]  87 | |     (PostMessageErrorCode, deserialize_postmessage,
[INFO] [stderr]     | |      -------------------- `PostMessageErrorCode` is not local
[INFO] [stderr]  88 | |         ((Success, "Success."),
[INFO] [stderr] ...   |
[INFO] [stderr] 120 | | }
[INFO] [stderr]     | |_- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = note: the derive macro `Fail` defines the non-local `impl`, and may need to be changed
[INFO] [stderr]     = note: the derive macro `Fail` may come from an old version of the `failure_derive` crate, try updating your dependency with `cargo update -p failure_derive`
[INFO] [stderr]     = 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] [stderr]     = 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] [stderr]     = note: this warning originates in the derive macro `Fail` which comes from the expansion of the macro `create_error_codes` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: non-local `impl` definition, `impl` blocks should be written at the same level as their item
[INFO] [stderr]    --> src/response.rs:62:38
[INFO] [stderr]     |
[INFO] [stderr]  62 |           #[derive(Debug, Deserialize, Fail, PartialEq)]
[INFO] [stderr]     |                                        ^---
[INFO] [stderr]     |                                        |
[INFO] [stderr]     |                                        `Display` is not local
[INFO] [stderr]     |                                        move the `impl` block outside of this constant `_DERIVE_failure_core_fmt_Display_FOR_PostMessageErrorCode`
[INFO] [stderr] ...
[INFO] [stderr]  85 | / create_error_codes! {
[INFO] [stderr]  86 | |     /// Return codes within the Response object, specifying the status of the injection request.
[INFO] [stderr]  87 | |     (PostMessageErrorCode, deserialize_postmessage,
[INFO] [stderr]     | |      -------------------- `PostMessageErrorCode` is not local
[INFO] [stderr]  88 | |         ((Success, "Success."),
[INFO] [stderr] ...   |
[INFO] [stderr] 120 | | }
[INFO] [stderr]     | |_- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = note: the derive macro `Fail` defines the non-local `impl`, and may need to be changed
[INFO] [stderr]     = note: the derive macro `Fail` may come from an old version of the `failure_derive` crate, try updating your dependency with `cargo update -p failure_derive`
[INFO] [stderr]     = 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] [stderr]     = 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] [stderr]     = note: this warning originates in the derive macro `Fail` which comes from the expansion of the macro `create_error_codes` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: non-local `impl` definition, `impl` blocks should be written at the same level as their item
[INFO] [stderr]    --> src/response.rs:62:38
[INFO] [stderr]     |
[INFO] [stderr]  62 |           #[derive(Debug, Deserialize, Fail, PartialEq)]
[INFO] [stderr]     |                                        ^---
[INFO] [stderr]     |                                        |
[INFO] [stderr]     |                                        `Fail` is not local
[INFO] [stderr]     |                                        move the `impl` block outside of this constant `_DERIVE_failure_Fail_FOR_MessageResultErrorCode`
[INFO] [stderr] ...
[INFO] [stderr]  85 | / create_error_codes! {
[INFO] [stderr]  86 | |     /// Return codes within the Response object, specifying the status of the injection request.
[INFO] [stderr]  87 | |     (PostMessageErrorCode, deserialize_postmessage,
[INFO] [stderr]  88 | |         ((Success, "Success."),
[INFO] [stderr] ...   |
[INFO] [stderr] 103 | |     (MessageResultErrorCode, deserialize_messageresult,
[INFO] [stderr]     | |      ---------------------- `MessageResultErrorCode` is not local
[INFO] [stderr] ...   |
[INFO] [stderr] 120 | | }
[INFO] [stderr]     | |_- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = note: the derive macro `Fail` defines the non-local `impl`, and may need to be changed
[INFO] [stderr]     = note: the derive macro `Fail` may come from an old version of the `failure_derive` crate, try updating your dependency with `cargo update -p failure_derive`
[INFO] [stderr]     = 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] [stderr]     = 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] [stderr]     = note: this warning originates in the derive macro `Fail` which comes from the expansion of the macro `create_error_codes` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: non-local `impl` definition, `impl` blocks should be written at the same level as their item
[INFO] [stderr]    --> src/response.rs:62:38
[INFO] [stderr]     |
[INFO] [stderr]  62 |           #[derive(Debug, Deserialize, Fail, PartialEq)]
[INFO] [stderr]     |                                        ^---
[INFO] [stderr]     |                                        |
[INFO] [stderr]     |                                        `Display` is not local
[INFO] [stderr]     |                                        move the `impl` block outside of this constant `_DERIVE_failure_core_fmt_Display_FOR_MessageResultErrorCode`
[INFO] [stderr] ...
[INFO] [stderr]  85 | / create_error_codes! {
[INFO] [stderr]  86 | |     /// Return codes within the Response object, specifying the status of the injection request.
[INFO] [stderr]  87 | |     (PostMessageErrorCode, deserialize_postmessage,
[INFO] [stderr]  88 | |         ((Success, "Success."),
[INFO] [stderr] ...   |
[INFO] [stderr] 103 | |     (MessageResultErrorCode, deserialize_messageresult,
[INFO] [stderr]     | |      ---------------------- `MessageResultErrorCode` is not local
[INFO] [stderr] ...   |
[INFO] [stderr] 120 | | }
[INFO] [stderr]     | |_- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = note: the derive macro `Fail` defines the non-local `impl`, and may need to be changed
[INFO] [stderr]     = note: the derive macro `Fail` may come from an old version of the `failure_derive` crate, try updating your dependency with `cargo update -p failure_derive`
[INFO] [stderr]     = 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] [stderr]     = 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] [stderr]     = note: this warning originates in the derive macro `Fail` which comes from the expansion of the macro `create_error_codes` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: non-local `impl` definition, `impl` blocks should be written at the same level as their item
[INFO] [stderr]    --> src/response.rs:62:38
[INFO] [stderr]     |
[INFO] [stderr]  62 |           #[derive(Debug, Deserialize, Fail, PartialEq)]
[INFO] [stderr]     |                                        ^---
[INFO] [stderr]     |                                        |
[INFO] [stderr]     |                                        `Fail` is not local
[INFO] [stderr]     |                                        move the `impl` block outside of this constant `_DERIVE_failure_Fail_FOR_AddressResultErrorCode`
[INFO] [stderr] ...
[INFO] [stderr]  85 | / create_error_codes! {
[INFO] [stderr]  86 | |     /// Return codes within the Response object, specifying the status of the injection request.
[INFO] [stderr]  87 | |     (PostMessageErrorCode, deserialize_postmessage,
[INFO] [stderr]  88 | |         ((Success, "Success."),
[INFO] [stderr] ...   |
[INFO] [stderr] 117 | |     (AddressResultErrorCode, deserialize_addressresult,
[INFO] [stderr]     | |      ---------------------- `AddressResultErrorCode` is not local
[INFO] [stderr] ...   |
[INFO] [stderr] 120 | | }
[INFO] [stderr]     | |_- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = note: the derive macro `Fail` defines the non-local `impl`, and may need to be changed
[INFO] [stderr]     = note: the derive macro `Fail` may come from an old version of the `failure_derive` crate, try updating your dependency with `cargo update -p failure_derive`
[INFO] [stderr]     = 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] [stderr]     = 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] [stderr]     = note: this warning originates in the derive macro `Fail` which comes from the expansion of the macro `create_error_codes` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: non-local `impl` definition, `impl` blocks should be written at the same level as their item
[INFO] [stderr]    --> src/response.rs:62:38
[INFO] [stderr]     |
[INFO] [stderr]  62 |           #[derive(Debug, Deserialize, Fail, PartialEq)]
[INFO] [stderr]     |                                        ^---
[INFO] [stderr]     |                                        |
[INFO] [stderr]     |                                        `Display` is not local
[INFO] [stderr]     |                                        move the `impl` block outside of this constant `_DERIVE_failure_core_fmt_Display_FOR_AddressResultErrorCode`
[INFO] [stderr] ...
[INFO] [stderr]  85 | / create_error_codes! {
[INFO] [stderr]  86 | |     /// Return codes within the Response object, specifying the status of the injection request.
[INFO] [stderr]  87 | |     (PostMessageErrorCode, deserialize_postmessage,
[INFO] [stderr]  88 | |         ((Success, "Success."),
[INFO] [stderr] ...   |
[INFO] [stderr] 117 | |     (AddressResultErrorCode, deserialize_addressresult,
[INFO] [stderr]     | |      ---------------------- `AddressResultErrorCode` is not local
[INFO] [stderr] ...   |
[INFO] [stderr] 120 | | }
[INFO] [stderr]     | |_- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = note: the derive macro `Fail` defines the non-local `impl`, and may need to be changed
[INFO] [stderr]     = note: the derive macro `Fail` may come from an old version of the `failure_derive` crate, try updating your dependency with `cargo update -p failure_derive`
[INFO] [stderr]     = 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] [stderr]     = 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] [stderr]     = note: this warning originates in the derive macro `Fail` which comes from the expansion of the macro `create_error_codes` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: `socketlabs` (lib) generated 11 warnings (run `cargo fix --lib -p socketlabs` to apply 3 suggestions)
[INFO] [stderr] warning: `socketlabs` (lib test) generated 11 warnings (11 duplicates)
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 0.38s
[INFO] [stderr]      Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/socketlabs-3ec74cc6dab6ed07)
[INFO] [stdout] 
[INFO] [stdout] running 0 tests
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
[INFO] [stdout] 
[INFO] [stderr]    Doc-tests socketlabs
[INFO] [stdout] 
[INFO] [stdout] running 0 tests
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
[INFO] [stdout] 
[INFO] running `Command { std: "docker" "inspect" "2f4efb15e6331e403aa4dc08f36724b00358f9348fd84e0fdc3351c7629c9f5f", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "2f4efb15e6331e403aa4dc08f36724b00358f9348fd84e0fdc3351c7629c9f5f", kill_on_drop: false }`
[INFO] [stdout] 2f4efb15e6331e403aa4dc08f36724b00358f9348fd84e0fdc3351c7629c9f5f
