[INFO] cloning repository https://github.com/AS207960/kosmos
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/AS207960/kosmos" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FAS207960%2Fkosmos", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FAS207960%2Fkosmos'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] 742ad163a034027a809c0be5b3702735b5e693e4
[INFO] checking AS207960/kosmos against try#f70ee28831acc074c109afab32d287057c3eca46 for pr-149389
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FAS207960%2Fkosmos" "/workspace/builds/worker-2-tc2/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-2-tc2/source'...
[INFO] [stderr] done.
[INFO] started tweaking git repo https://github.com/AS207960/kosmos
[INFO] finished tweaking git repo https://github.com/AS207960/kosmos
[INFO] tweaked toml for git repo https://github.com/AS207960/kosmos written to /workspace/builds/worker-2-tc2/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/AS207960/kosmos on toolchain f70ee28831acc074c109afab32d287057c3eca46
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+f70ee28831acc074c109afab32d287057c3eca46" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/AS207960/kosmos 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" "+f70ee28831acc074c109afab32d287057c3eca46" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:94a0c148923f5b2b52a63ef0eeb1882ad339ab61bce784c8077cbe41c61feb6c" "/opt/rustwide/cargo-home/bin/cargo" "+f70ee28831acc074c109afab32d287057c3eca46" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] 1e4bc67393c563997c00963b61d6b8bd41cdcda1150cc5ec63d23c91766bd069
[INFO] running `Command { std: "docker" "start" "-a" "1e4bc67393c563997c00963b61d6b8bd41cdcda1150cc5ec63d23c91766bd069", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "1e4bc67393c563997c00963b61d6b8bd41cdcda1150cc5ec63d23c91766bd069", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "1e4bc67393c563997c00963b61d6b8bd41cdcda1150cc5ec63d23c91766bd069", kill_on_drop: false }`
[INFO] [stdout] 1e4bc67393c563997c00963b61d6b8bd41cdcda1150cc5ec63d23c91766bd069
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-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:94a0c148923f5b2b52a63ef0eeb1882ad339ab61bce784c8077cbe41c61feb6c" "/opt/rustwide/cargo-home/bin/cargo" "+f70ee28831acc074c109afab32d287057c3eca46" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] ade09308310de2bbd61c90d71defbb7f7d671756bf5764c5e14ad7380a14a64c
[INFO] running `Command { std: "docker" "start" "-a" "ade09308310de2bbd61c90d71defbb7f7d671756bf5764c5e14ad7380a14a64c", kill_on_drop: false }`
[INFO] [stderr]    Compiling openssl-sys v0.9.102
[INFO] [stderr]    Compiling crossbeam-utils v0.8.20
[INFO] [stderr]     Checking parking v2.2.0
[INFO] [stderr]    Compiling syn v2.0.66
[INFO] [stderr]    Compiling rustix v0.38.34
[INFO] [stderr]    Compiling serde v1.0.203
[INFO] [stderr]    Compiling serde_json v1.0.117
[INFO] [stderr]     Checking rand v0.8.5
[INFO] [stderr]    Compiling num-traits v0.2.19
[INFO] [stderr]     Checking rustls-pki-types v1.7.0
[INFO] [stderr]     Checking nom v7.1.3
[INFO] [stderr]     Checking spin v0.9.8
[INFO] [stderr]    Compiling polling v2.8.0
[INFO] [stderr]     Checking aho-corasick v1.1.3
[INFO] [stderr]     Checking cookie-factory v0.3.3
[INFO] [stderr]     Checking regex-syntax v0.8.3
[INFO] [stderr]     Checking futures-lite v2.3.0
[INFO] [stderr]     Checking io-lifetimes v1.0.11
[INFO] [stderr]     Checking piper v0.2.2
[INFO] [stderr]    Compiling ahash v0.8.11
[INFO] [stderr]    Compiling async-io v1.13.0
[INFO] [stderr]     Checking fallible-iterator v0.2.0
[INFO] [stderr]     Checking concurrent-queue v2.5.0
[INFO] [stderr]     Checking rustls-pemfile v2.1.2
[INFO] [stderr]     Checking siphasher v0.3.11
[INFO] [stderr]     Checking rustix v0.37.27
[INFO] [stderr]     Checking futures-lite v1.13.0
[INFO] [stderr]    Compiling time v0.3.36
[INFO] [stderr]     Checking phf_shared v0.11.2
[INFO] [stderr]     Checking event-listener v4.0.3
[INFO] [stderr]     Checking event-listener v5.3.1
[INFO] [stderr]     Checking socket2 v0.4.10
[INFO] [stderr]    Compiling amq-protocol v7.2.0
[INFO] [stderr]     Checking event-listener-strategy v0.4.0
[INFO] [stderr]    Compiling syn v1.0.109
[INFO] [stderr]     Checking winnow v0.5.40
[INFO] [stderr]    Compiling openssl v0.10.64
[INFO] [stderr]    Compiling native-tls v0.2.12
[INFO] [stderr]     Checking event-listener-strategy v0.5.2
[INFO] [stderr]     Checking async-lock v3.3.0
[INFO] [stderr]     Checking postgres-protocol v0.6.6
[INFO] [stderr]     Checking async-channel v2.3.1
[INFO] [stderr]     Checking winnow v0.6.9
[INFO] [stderr]    Compiling tokio-openssl v0.6.4
[INFO] [stderr]     Checking anstyle-parse v0.2.4
[INFO] [stderr]     Checking postgres-types v0.2.6
[INFO] [stderr]     Checking phf v0.11.2
[INFO] [stderr]     Checking flume v0.11.0
[INFO] [stderr]     Checking blocking v1.6.1
[INFO] [stderr]     Checking async-executor v1.12.0
[INFO] [stderr]    Compiling lapin v2.3.4
[INFO] [stderr]     Checking anstyle-query v1.0.3
[INFO] [stderr]     Checking whoami v1.5.1
[INFO] [stderr]     Checking tracing-subscriber v0.3.18
[INFO] [stderr]     Checking anstream v0.6.14
[INFO] [stderr]     Checking metrics v0.22.3
[INFO] [stderr]     Checking cookie v0.18.1
[INFO] [stderr]     Checking http-body-util v0.1.1
[INFO] [stderr]    Compiling rocket v0.5.1
[INFO] [stderr]     Checking bstr v1.9.1
[INFO] [stderr]     Checking arc-swap v1.7.1
[INFO] [stderr]     Checking regex-automata v0.4.6
[INFO] [stderr]     Checking clap_lex v0.7.0
[INFO] [stderr]     Checking futures-timer v3.0.3
[INFO] [stderr]     Checking clap_builder v4.5.2
[INFO] [stderr]     Checking colored v2.1.0
[INFO] [stderr]     Checking scoped-futures v0.1.3
[INFO] [stderr]     Checking constant_time_eq v0.3.0
[INFO] [stderr]     Checking regex v1.10.4
[INFO] [stderr]     Checking globset v0.4.14
[INFO] [stderr]     Checking env_logger v0.10.2
[INFO] [stderr]    Compiling celery-codegen v0.5.5
[INFO] [stderr]     Checking pretty_env_logger v0.5.0
[INFO] [stderr]     Checking tempfile v3.10.1
[INFO] [stderr]    Compiling proc-macro2-diagnostics v0.10.1
[INFO] [stderr]    Compiling diesel_table_macro_syntax v0.1.0
[INFO] [stderr]    Compiling devise_core v0.4.1
[INFO] [stderr]    Compiling serde_derive v1.0.203
[INFO] [stderr]    Compiling tokio-macros v2.2.0
[INFO] [stderr]    Compiling tracing-attributes v0.1.27
[INFO] [stderr]    Compiling futures-macro v0.3.30
[INFO] [stderr]    Compiling async-trait v0.1.80
[INFO] [stderr]    Compiling openssl-macros v0.1.1
[INFO] [stderr]    Compiling pear_codegen v0.2.9
[INFO] [stderr]    Compiling ref-cast-impl v1.0.23
[INFO] [stderr]    Compiling pin-project-internal v1.1.5
[INFO] [stderr]    Compiling thiserror-impl v1.0.61
[INFO] [stderr]    Compiling diesel_derives v2.1.4
[INFO] [stderr]    Compiling async-stream-impl v0.3.5
[INFO] [stderr]    Compiling clap_derive v4.5.4
[INFO] [stderr]    Compiling diesel-derive-enum v2.1.0
[INFO] [stderr]     Checking async-stream v0.3.5
[INFO] [stderr]    Compiling ref-cast v1.0.23
[INFO] [stderr]     Checking tokio v1.37.0
[INFO] [stderr]    Compiling pear v0.2.9
[INFO] [stderr]     Checking executor-trait v2.1.0
[INFO] [stderr]     Checking reactor-trait v1.1.0
[INFO] [stderr]     Checking async-reactor-trait v1.1.0
[INFO] [stderr]     Checking pin-project v1.1.5
[INFO] [stderr]    Compiling devise_codegen v0.4.1
[INFO] [stderr]     Checking tracing v0.1.40
[INFO] [stderr]     Checking thiserror v1.0.61
[INFO] [stderr]     Checking futures-util v0.3.30
[INFO] [stderr]     Checking polling v3.7.0
[INFO] [stderr]     Checking pinky-swear v6.2.0
[INFO] [stderr]    Compiling devise v0.4.1
[INFO] [stderr]     Checking async-io v2.3.2
[INFO] [stderr]    Compiling rocket_http v0.5.1
[INFO] [stderr]     Checking clap v4.5.4
[INFO] [stderr]     Checking async-global-executor v2.4.1
[INFO] [stderr]     Checking async-global-executor-trait v2.1.0
[INFO] [stderr]     Checking tcp-stream v0.28.0
[INFO] [stderr]    Compiling rocket_codegen v0.5.1
[INFO] [stderr]     Checking futures-executor v0.3.30
[INFO] [stderr]     Checking futures v0.3.30
[INFO] [stderr]     Checking tokio-util v0.7.11
[INFO] [stderr]     Checking tower v0.4.13
[INFO] [stderr]     Checking tokio-stream v0.1.15
[INFO] [stderr]     Checking tokio-native-tls v0.3.1
[INFO] [stderr]     Checking tokio-executor-trait v2.1.1
[INFO] [stderr]     Checking mobc v0.8.4
[INFO] [stderr]     Checking indexmap v2.2.6
[INFO] [stderr]     Checking toml_datetime v0.6.6
[INFO] [stderr]     Checking serde_spanned v0.6.6
[INFO] [stderr]     Checking uuid v1.8.0
[INFO] [stderr]     Checking chrono v0.4.38
[INFO] [stderr]     Checking uncased v0.9.10
[INFO] [stderr]     Checking ubyte v0.10.4
[INFO] [stderr]     Checking serde_urlencoded v0.7.1
[INFO] [stderr]     Checking tokio-postgres v0.7.10
[INFO] [stderr]     Checking combine v4.6.7
[INFO] [stderr]     Checking multer v3.1.0
[INFO] [stderr]     Checking tokio-reactor-trait v1.1.0
[INFO] [stderr]     Checking ipnetwork v0.20.0
[INFO] [stderr]     Checking h2 v0.4.5
[INFO] [stderr]     Checking toml_edit v0.19.15
[INFO] [stderr]     Checking toml_edit v0.22.13
[INFO] [stderr]     Checking h2 v0.3.26
[INFO] [stderr]     Checking diesel v2.1.6
[INFO] [stderr]     Checking amq-protocol-types v7.2.0
[INFO] [stderr]     Checking amq-protocol-uri v7.2.0
[INFO] [stderr]     Checking amq-protocol-tcp v7.2.0
[INFO] [stderr]     Checking postgres-openssl v0.5.0
[INFO] [stderr]     Checking toml v0.7.8
[INFO] [stderr]     Checking toml v0.8.13
[INFO] [stderr]     Checking migrations_internals v2.1.0
[INFO] [stderr]     Checking hyper v0.14.28
[INFO] [stderr]     Checking figment v0.10.19
[INFO] [stderr]     Checking hyper v1.3.1
[INFO] [stderr]    Compiling migrations_macros v2.1.0
[INFO] [stderr]     Checking hyper-util v0.1.5
[INFO] [stderr]     Checking redis v0.22.3
[INFO] [stderr]     Checking hyper-tls v0.6.0
[INFO] [stderr]     Checking reqwest v0.12.4
[INFO] [stderr]     Checking celery v0.5.5
[INFO] [stderr]     Checking diesel-async v0.4.1 (https://github.com/AS207960/diesel_async.git#b851795e)
[INFO] [stderr]     Checking diesel_migrations v2.1.0
[INFO] [stderr]     Checking kosmos v0.1.0 (/opt/rustwide/workdir)
[INFO] [stdout] warning: field `extra` is never read
[INFO] [stdout]   --> src/ie.rs:98:9
[INFO] [stdout]    |
[INFO] [stdout] 96 | pub struct ResponseMessage {
[INFO] [stdout]    |            --------------- field in this struct
[INFO] [stdout] 97 |     pub confirmation: MTConfirmation,
[INFO] [stdout] 98 |     pub extra: Vec<Element>,
[INFO] [stdout]    |         ^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `ResponseMessage` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis
[INFO] [stdout]    = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `auto_id_reference` is never read
[INFO] [stdout]    --> src/ie.rs:188:9
[INFO] [stdout]     |
[INFO] [stdout] 185 | pub struct MTConfirmation {
[INFO] [stdout]     |            -------------- field in this struct
[INFO] [stdout] ...
[INFO] [stdout] 188 |     pub auto_id_reference: u32,
[INFO] [stdout]     |         ^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: `MTConfirmation` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `0` is never read
[INFO] [stdout]    --> src/ie.rs:196:16
[INFO] [stdout]     |
[INFO] [stdout] 196 |     Successful(u8),
[INFO] [stdout]     |     ---------- ^^
[INFO] [stdout]     |     |
[INFO] [stdout]     |     field in this variant
[INFO] [stdout]     |
[INFO] [stdout]     = note: `MessageStatus` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis
[INFO] [stdout] help: consider changing the field to be of unit type to suppress this warning while preserving the field numbering, or remove the field
[INFO] [stdout]     |
[INFO] [stdout] 196 -     Successful(u8),
[INFO] [stdout] 196 +     Successful(()),
[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/worker.rs:95:1
[INFO] [stdout]    |
[INFO] [stdout] 95 | #[celery::task(bind = true)]
[INFO] [stdout]    | ^---------------------------
[INFO] [stdout]    | |
[INFO] [stdout]    | `Task` is not local
[INFO] [stdout]    | move the `impl` block outside of this constant `__IMPL_CELERY_TASK_FOR_process_message`
[INFO] [stdout] 96 | pub async fn process_message(task: &Self, message_id: uuid::Uuid) -> TaskResult<()> {
[INFO] [stdout]    |              --------------- `process_message` is not local
[INFO] [stdout]    |
[INFO] [stdout]    = note: the attribute macro `celery::task` defines the non-local `impl`, and may need to be changed
[INFO] [stdout]    = note: the attribute macro `celery::task` may come from an old version of the `celery_codegen` crate, try updating your dependency with `cargo update -p celery_codegen`
[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 attribute macro `celery::task` (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/worker.rs:165:1
[INFO] [stdout]     |
[INFO] [stdout] 165 | #[celery::task(bind = true)]
[INFO] [stdout]     | ^---------------------------
[INFO] [stdout]     | |
[INFO] [stdout]     | `Task` is not local
[INFO] [stdout]     | move the `impl` block outside of this constant `__IMPL_CELERY_TASK_FOR_deliver_mt`
[INFO] [stdout] 166 | pub async fn deliver_mt(task: &Self, message_id: uuid::Uuid) -> TaskResult<()> {
[INFO] [stdout]     |              ---------- `deliver_mt` is not local
[INFO] [stdout]     |
[INFO] [stdout]     = note: the attribute macro `celery::task` defines the non-local `impl`, and may need to be changed
[INFO] [stdout]     = note: the attribute macro `celery::task` may come from an old version of the `celery_codegen` crate, try updating your dependency with `cargo update -p celery_codegen`
[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 attribute macro `celery::task` (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/worker.rs:274:1
[INFO] [stdout]     |
[INFO] [stdout] 274 | #[celery::task(bind = true)]
[INFO] [stdout]     | ^---------------------------
[INFO] [stdout]     | |
[INFO] [stdout]     | `Task` is not local
[INFO] [stdout]     | move the `impl` block outside of this constant `__IMPL_CELERY_TASK_FOR_send_mt_status`
[INFO] [stdout] 275 | pub async fn send_mt_status(task: &Self, message_id: uuid::Uuid) -> TaskResult<()> {
[INFO] [stdout]     |              -------------- `send_mt_status` is not local
[INFO] [stdout]     |
[INFO] [stdout]     = note: the attribute macro `celery::task` defines the non-local `impl`, and may need to be changed
[INFO] [stdout]     = note: the attribute macro `celery::task` may come from an old version of the `celery_codegen` crate, try updating your dependency with `cargo update -p celery_codegen`
[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 attribute macro `celery::task` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `extra` is never read
[INFO] [stdout]   --> src/ie.rs:98:9
[INFO] [stdout]    |
[INFO] [stdout] 96 | pub struct ResponseMessage {
[INFO] [stdout]    |            --------------- field in this struct
[INFO] [stdout] 97 |     pub confirmation: MTConfirmation,
[INFO] [stdout] 98 |     pub extra: Vec<Element>,
[INFO] [stdout]    |         ^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `ResponseMessage` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis
[INFO] [stdout]    = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `auto_id_reference` is never read
[INFO] [stdout]    --> src/ie.rs:188:9
[INFO] [stdout]     |
[INFO] [stdout] 185 | pub struct MTConfirmation {
[INFO] [stdout]     |            -------------- field in this struct
[INFO] [stdout] ...
[INFO] [stdout] 188 |     pub auto_id_reference: u32,
[INFO] [stdout]     |         ^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: `MTConfirmation` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `0` is never read
[INFO] [stdout]    --> src/ie.rs:196:16
[INFO] [stdout]     |
[INFO] [stdout] 196 |     Successful(u8),
[INFO] [stdout]     |     ---------- ^^
[INFO] [stdout]     |     |
[INFO] [stdout]     |     field in this variant
[INFO] [stdout]     |
[INFO] [stdout]     = note: `MessageStatus` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis
[INFO] [stdout] help: consider changing the field to be of unit type to suppress this warning while preserving the field numbering, or remove the field
[INFO] [stdout]     |
[INFO] [stdout] 196 -     Successful(u8),
[INFO] [stdout] 196 +     Successful(()),
[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/worker.rs:95:1
[INFO] [stdout]    |
[INFO] [stdout] 95 | #[celery::task(bind = true)]
[INFO] [stdout]    | ^---------------------------
[INFO] [stdout]    | |
[INFO] [stdout]    | `Task` is not local
[INFO] [stdout]    | move the `impl` block outside of this constant `__IMPL_CELERY_TASK_FOR_process_message`
[INFO] [stdout] 96 | pub async fn process_message(task: &Self, message_id: uuid::Uuid) -> TaskResult<()> {
[INFO] [stdout]    |              --------------- `process_message` is not local
[INFO] [stdout]    |
[INFO] [stdout]    = note: the attribute macro `celery::task` defines the non-local `impl`, and may need to be changed
[INFO] [stdout]    = note: the attribute macro `celery::task` may come from an old version of the `celery_codegen` crate, try updating your dependency with `cargo update -p celery_codegen`
[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 attribute macro `celery::task` (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/worker.rs:165:1
[INFO] [stdout]     |
[INFO] [stdout] 165 | #[celery::task(bind = true)]
[INFO] [stdout]     | ^---------------------------
[INFO] [stdout]     | |
[INFO] [stdout]     | `Task` is not local
[INFO] [stdout]     | move the `impl` block outside of this constant `__IMPL_CELERY_TASK_FOR_deliver_mt`
[INFO] [stdout] 166 | pub async fn deliver_mt(task: &Self, message_id: uuid::Uuid) -> TaskResult<()> {
[INFO] [stdout]     |              ---------- `deliver_mt` is not local
[INFO] [stdout]     |
[INFO] [stdout]     = note: the attribute macro `celery::task` defines the non-local `impl`, and may need to be changed
[INFO] [stdout]     = note: the attribute macro `celery::task` may come from an old version of the `celery_codegen` crate, try updating your dependency with `cargo update -p celery_codegen`
[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 attribute macro `celery::task` (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/worker.rs:274:1
[INFO] [stdout]     |
[INFO] [stdout] 274 | #[celery::task(bind = true)]
[INFO] [stdout]     | ^---------------------------
[INFO] [stdout]     | |
[INFO] [stdout]     | `Task` is not local
[INFO] [stdout]     | move the `impl` block outside of this constant `__IMPL_CELERY_TASK_FOR_send_mt_status`
[INFO] [stdout] 275 | pub async fn send_mt_status(task: &Self, message_id: uuid::Uuid) -> TaskResult<()> {
[INFO] [stdout]     |              -------------- `send_mt_status` is not local
[INFO] [stdout]     |
[INFO] [stdout]     = note: the attribute macro `celery::task` defines the non-local `impl`, and may need to be changed
[INFO] [stdout]     = note: the attribute macro `celery::task` may come from an old version of the `celery_codegen` crate, try updating your dependency with `cargo update -p celery_codegen`
[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 attribute macro `celery::task` (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 1m 13s
[INFO] [stderr] warning: the following packages contain code that will be rejected by a future version of Rust: celery v0.5.5, redis v0.22.3
[INFO] [stderr] note: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 2`
[INFO] running `Command { std: "docker" "inspect" "ade09308310de2bbd61c90d71defbb7f7d671756bf5764c5e14ad7380a14a64c", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "ade09308310de2bbd61c90d71defbb7f7d671756bf5764c5e14ad7380a14a64c", kill_on_drop: false }`
[INFO] [stdout] ade09308310de2bbd61c90d71defbb7f7d671756bf5764c5e14ad7380a14a64c
