[INFO] cloning repository https://github.com/Dsazz/mangana_bot
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/Dsazz/mangana_bot" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FDsazz%2Fmangana_bot", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FDsazz%2Fmangana_bot'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] 5954744884a596d613daafdbcd0c2c68773074f8
[INFO] testing Dsazz/mangana_bot against beta-2025-09-21 for beta-1.91-2
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FDsazz%2Fmangana_bot" "/workspace/builds/worker-4-tc2/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-4-tc2/source'...
[INFO] [stderr] done.
[INFO] started tweaking git repo https://github.com/Dsazz/mangana_bot
[INFO] finished tweaking git repo https://github.com/Dsazz/mangana_bot
[INFO] tweaked toml for git repo https://github.com/Dsazz/mangana_bot written to /workspace/builds/worker-4-tc2/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/Dsazz/mangana_bot on toolchain beta-2025-09-21
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+beta-2025-09-21" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/Dsazz/mangana_bot 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" "+beta-2025-09-21" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Blocking waiting for file lock on package cache
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-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:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2025-09-21" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] ca13befc0f52a18d5721bf773b43ff055d9c72037e018bdc33d7165dcdbb8a35
[INFO] running `Command { std: "docker" "start" "-a" "ca13befc0f52a18d5721bf773b43ff055d9c72037e018bdc33d7165dcdbb8a35", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "ca13befc0f52a18d5721bf773b43ff055d9c72037e018bdc33d7165dcdbb8a35", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "ca13befc0f52a18d5721bf773b43ff055d9c72037e018bdc33d7165dcdbb8a35", kill_on_drop: false }`
[INFO] [stdout] ca13befc0f52a18d5721bf773b43ff055d9c72037e018bdc33d7165dcdbb8a35
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-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=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:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2025-09-21" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 2c0f71cae8100ff453c9def485659b53e128f3cbcaed5b1c54accccb6fecf8d9
[INFO] running `Command { std: "docker" "start" "-a" "2c0f71cae8100ff453c9def485659b53e128f3cbcaed5b1c54accccb6fecf8d9", kill_on_drop: false }`
[INFO] [stderr]    Compiling proc-macro2 v1.0.27
[INFO] [stderr]    Compiling syn v1.0.73
[INFO] [stderr]    Compiling libc v0.2.98
[INFO] [stderr]    Compiling log v0.4.14
[INFO] [stderr]    Compiling memchr v2.4.0
[INFO] [stderr]    Compiling pin-project-lite v0.2.7
[INFO] [stderr]    Compiling futures-core v0.3.15
[INFO] [stderr]    Compiling siphasher v0.3.5
[INFO] [stderr]    Compiling value-bag v1.0.0-alpha.8
[INFO] [stderr]    Compiling getrandom v0.1.16
[INFO] [stderr]    Compiling once_cell v1.8.0
[INFO] [stderr]    Compiling serde_derive v1.0.130
[INFO] [stderr]    Compiling futures-io v0.3.15
[INFO] [stderr]    Compiling serde v1.0.130
[INFO] [stderr]    Compiling cc v1.0.68
[INFO] [stderr]    Compiling futures-macro v0.3.15
[INFO] [stderr]    Compiling slab v0.4.3
[INFO] [stderr]    Compiling futures-channel v0.3.15
[INFO] [stderr]    Compiling futures-sink v0.3.15
[INFO] [stderr]    Compiling futures-task v0.3.15
[INFO] [stderr]    Compiling phf_shared v0.8.0
[INFO] [stderr]    Compiling futures-util v0.3.15
[INFO] [stderr]    Compiling indexmap v1.7.0
[INFO] [stderr]    Compiling openssl v0.10.35
[INFO] [stderr]    Compiling http v0.2.5
[INFO] [stderr]    Compiling lock_api v0.4.4
[INFO] [stderr]    Compiling tracing-core v0.1.18
[INFO] [stderr]    Compiling native-tls v0.2.8
[INFO] [stderr]    Compiling httparse v1.4.1
[INFO] [stderr]    Compiling tinyvec v1.2.0
[INFO] [stderr]    Compiling strsim v0.10.0
[INFO] [stderr]    Compiling new_debug_unreachable v1.0.4
[INFO] [stderr]    Compiling form_urlencoded v1.0.1
[INFO] [stderr]    Compiling mime_guess v2.0.3
[INFO] [stderr]    Compiling crossbeam-utils v0.7.2
[INFO] [stderr]    Compiling memoffset v0.5.6
[INFO] [stderr]    Compiling quote v1.0.9
[INFO] [stderr]    Compiling mac v0.1.1
[INFO] [stderr]    Compiling precomputed-hash v0.1.1
[INFO] [stderr]    Compiling maybe-uninit v2.0.0
[INFO] [stderr]    Compiling serde_json v1.0.68
[INFO] [stderr]    Compiling encoding_rs v0.8.30
[INFO] [stderr]    Compiling futf v0.1.4
[INFO] [stderr]    Compiling crossbeam-epoch v0.8.2
[INFO] [stderr]    Compiling dtoa v0.4.8
[INFO] [stderr]    Compiling tendril v0.4.2
[INFO] [stderr]    Compiling lock_api v0.3.4
[INFO] [stderr]    Compiling waker-fn v1.1.0
[INFO] [stderr]    Compiling stable_deref_trait v1.2.0
[INFO] [stderr]    Compiling nodrop v0.1.14
[INFO] [stderr]    Compiling dtoa-short v0.3.3
[INFO] [stderr]    Compiling signal-hook-registry v1.4.0
[INFO] [stderr]    Compiling num_cpus v1.13.0
[INFO] [stderr]    Compiling parking_lot_core v0.8.3
[INFO] [stderr]    Compiling time v0.1.44
[INFO] [stderr]    Compiling socket2 v0.4.0
[INFO] [stderr]    Compiling getrandom v0.2.3
[INFO] [stderr]    Compiling unicode-normalization v0.1.19
[INFO] [stderr]    Compiling rand_core v0.5.1
[INFO] [stderr]    Compiling parking_lot v0.11.1
[INFO] [stderr]    Compiling parking_lot_core v0.7.2
[INFO] [stderr]    Compiling chrono v0.4.19
[INFO] [stderr]    Compiling openssl-sys v0.9.65
[INFO] [stderr]    Compiling signal-hook v0.3.13
[INFO] [stderr]    Compiling rand_chacha v0.2.2
[INFO] [stderr]    Compiling rand_pcg v0.2.1
[INFO] [stderr]    Compiling cache-padded v1.2.0
[INFO] [stderr]    Compiling parking v2.0.0
[INFO] [stderr]    Compiling rand v0.7.3
[INFO] [stderr]    Compiling fastrand v1.6.0
[INFO] [stderr]    Compiling parking_lot v0.10.2
[INFO] [stderr]    Compiling concurrent-queue v1.2.2
[INFO] [stderr]    Compiling scheduled-thread-pool v0.2.5
[INFO] [stderr]    Compiling futures-lite v1.12.0
[INFO] [stderr]    Compiling rand_core v0.6.3
[INFO] [stderr]    Compiling uuid v0.8.2
[INFO] [stderr]    Compiling servo_arc v0.1.1
[INFO] [stderr]    Compiling idna v0.2.3
[INFO] [stderr]    Compiling aho-corasick v0.7.18
[INFO] [stderr]    Compiling fxhash v0.2.1
[INFO] [stderr]    Compiling unicode-width v0.1.8
[INFO] [stderr]    Compiling never v0.1.0
[INFO] [stderr]    Compiling ahash v0.3.8
[INFO] [stderr]    Compiling anyhow v1.0.44
[INFO] [stderr]    Compiling dotenv v0.15.0
[INFO] [stderr]    Compiling thin-slice v0.1.1
[INFO] [stderr]    Compiling getopts v0.2.21
[INFO] [stderr]    Compiling http-body v0.4.2
[INFO] [stderr]    Compiling flurry v0.3.1
[INFO] [stderr]    Compiling rand_chacha v0.3.1
[INFO] [stderr]    Compiling phf_generator v0.8.0
[INFO] [stderr]    Compiling phf_codegen v0.8.0
[INFO] [stderr]    Compiling string_cache_codegen v0.5.1
[INFO] [stderr]    Compiling atty v0.2.14
[INFO] [stderr]    Compiling selectors v0.22.0
[INFO] [stderr]    Compiling regex v1.5.4
[INFO] [stderr]    Compiling ego-tree v0.6.2
[INFO] [stderr]    Compiling event-listener v2.5.1
[INFO] [stderr]    Compiling rand v0.8.4
[INFO] [stderr]    Compiling strum v0.23.0
[INFO] [stderr]    Compiling markup5ever v0.10.1
[INFO] [stderr]    Compiling darling_core v0.13.0
[INFO] [stderr]    Compiling ctor v0.1.21
[INFO] [stderr]    Compiling tokio-macros v1.7.0
[INFO] [stderr]    Compiling tracing-attributes v0.1.18
[INFO] [stderr]    Compiling phf_macros v0.8.0
[INFO] [stderr]    Compiling cssparser v0.27.2
[INFO] [stderr]    Compiling diesel_derives v1.4.1
[INFO] [stderr]    Compiling derive_more v0.99.16
[INFO] [stderr]    Compiling thiserror-impl v1.0.26
[INFO] [stderr]    Compiling cssparser-macros v0.6.0
[INFO] [stderr]    Compiling html5ever v0.25.1
[INFO] [stderr]    Compiling pin-project-internal v1.0.7
[INFO] [stderr]    Compiling async-trait v0.1.51
[INFO] [stderr]    Compiling teloxide-macros v0.4.0
[INFO] [stderr]    Compiling dotenv_codegen_implementation v0.15.0
[INFO] [stderr]    Compiling strum_macros v0.23.1
[INFO] [stderr]    Compiling dotenv_codegen v0.15.0
[INFO] [stderr]    Compiling phf v0.8.0
[INFO] [stderr]    Compiling thiserror v1.0.26
[INFO] [stderr]    Compiling mio v0.7.13
[INFO] [stderr]    Compiling tracing v0.1.26
[INFO] [stderr]    Compiling want v0.3.0
[INFO] [stderr]    Compiling r2d2 v0.8.9
[INFO] [stderr]    Compiling polling v2.2.0
[INFO] [stderr]    Compiling env_logger v0.9.0
[INFO] [stderr]    Compiling darling_macro v0.13.0
[INFO] [stderr]    Compiling async-io v1.6.0
[INFO] [stderr]    Compiling pin-project v1.0.7
[INFO] [stderr]    Compiling darling v0.13.0
[INFO] [stderr]    Compiling tokio v1.15.0
[INFO] [stderr]    Compiling serde_with_macros v1.4.2
[INFO] [stderr]    Compiling async-process v1.3.0
[INFO] [stderr]    Compiling diesel v1.4.7
[INFO] [stderr]    Compiling futures-executor v0.3.15
[INFO] [stderr]    Compiling futures v0.3.15
[INFO] [stderr]    Compiling tokio-util v0.6.7
[INFO] [stderr]    Compiling tokio-native-tls v0.3.0
[INFO] [stderr]    Compiling tokio-stream v0.1.7
[INFO] [stderr]    Compiling h2 v0.3.3
[INFO] [stderr]    Compiling string_cache v0.8.1
[INFO] [stderr]    Compiling serde_urlencoded v0.7.0
[INFO] [stderr]    Compiling url v2.2.2
[INFO] [stderr]    Compiling scraper v0.12.0
[INFO] [stderr]    Compiling hyper v0.14.10
[INFO] [stderr]    Compiling hyper-tls v0.5.0
[INFO] [stderr]    Compiling reqwest v0.11.8
[INFO] [stderr]    Compiling migrations_internals v1.4.1
[INFO] [stderr]    Compiling migrations_macros v1.4.2
[INFO] [stderr]    Compiling diesel_migrations v1.4.0
[INFO] [stderr]    Compiling teloxide-core v0.3.3
[INFO] [stderr]    Compiling teloxide v0.5.2
[INFO] [stderr]    Compiling onepunchman_parcer_bot v2.3.1 (/opt/rustwide/workdir)
[INFO] [stdout] warning: fields `notification_type` and `created_at` are never read
[INFO] [stdout]  --> src/domain/model/app_notifications.rs:6:9
[INFO] [stdout]   |
[INFO] [stdout] 4 | pub struct AppNotification {
[INFO] [stdout]   |            --------------- fields in this struct
[INFO] [stdout] 5 |     pub id: i32,
[INFO] [stdout] 6 |     pub notification_type: String,
[INFO] [stdout]   |         ^^^^^^^^^^^^^^^^^
[INFO] [stdout] 7 |     pub text: String,
[INFO] [stdout] 8 |     pub created_at: chrono::NaiveDateTime
[INFO] [stdout]   |         ^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `AppNotification` has derived impls for the traits `Clone` and `Debug`, but these are 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: struct `TopicNotificationStatus` is never constructed
[INFO] [stdout]  --> src/domain/model/topic_notification_status.rs:7:12
[INFO] [stdout]   |
[INFO] [stdout] 7 | pub struct TopicNotificationStatus {
[INFO] [stdout]   |            ^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: method `as_any` is never used
[INFO] [stdout]  --> src/application/parser/extractor/contract.rs:7:8
[INFO] [stdout]   |
[INFO] [stdout] 6 | pub trait Extractor {
[INFO] [stdout]   |           --------- method in this trait
[INFO] [stdout] 7 |     fn as_any(&self) -> &dyn Any;
[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/domain/model/parse_history.rs:7:24
[INFO] [stdout]    |
[INFO] [stdout]  7 | #[derive(Debug, Clone, Queryable, QueryableByName, Insertable, AsChangeset, Associations)]
[INFO] [stdout]    |                        ^--------
[INFO] [stdout]    |                        |
[INFO] [stdout]    |                        `Queryable` is not local
[INFO] [stdout]    |                        move the `impl` block outside of this function `_impl_queryable_for_raw`
[INFO] [stdout] ...
[INFO] [stdout] 10 | pub struct Raw {
[INFO] [stdout]    |            --- `Raw` is not local
[INFO] [stdout]    |
[INFO] [stdout]    = note: the derive macro `Queryable` defines the non-local `impl`, and may need to be changed
[INFO] [stdout]    = note: the derive macro `Queryable` may come from an old version of the `diesel_derives` crate, try updating your dependency with `cargo update -p diesel_derives`
[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: `#[warn(non_local_definitions)]` on by default
[INFO] [stdout]    = note: this warning originates in the derive macro `Queryable` (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/domain/model/parse_history.rs:7:35
[INFO] [stdout]    |
[INFO] [stdout]  7 | #[derive(Debug, Clone, Queryable, QueryableByName, Insertable, AsChangeset, Associations)]
[INFO] [stdout]    |                                   ^--------------
[INFO] [stdout]    |                                   |
[INFO] [stdout]    |                                   `QueryableByName` is not local
[INFO] [stdout]    |                                   move the `impl` block outside of this function `_impl_queryable_by_name_for_raw`
[INFO] [stdout] ...
[INFO] [stdout] 10 | pub struct Raw {
[INFO] [stdout]    |            --- `Raw` is not local
[INFO] [stdout]    |
[INFO] [stdout]    = note: the derive macro `QueryableByName` defines the non-local `impl`, and may need to be changed
[INFO] [stdout]    = note: the derive macro `QueryableByName` may come from an old version of the `diesel_derives` crate, try updating your dependency with `cargo update -p diesel_derives`
[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: this warning originates in the derive macro `QueryableByName` (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/domain/model/parse_history.rs:7:52
[INFO] [stdout]    |
[INFO] [stdout]  7 | #[derive(Debug, Clone, Queryable, QueryableByName, Insertable, AsChangeset, Associations)]
[INFO] [stdout]    |                                                    ^---------
[INFO] [stdout]    |                                                    |
[INFO] [stdout]    |                                                    `Insertable` is not local
[INFO] [stdout]    |                                                    `table` is not local
[INFO] [stdout]    |                                                    move the `impl` block outside of this function `_impl_insertable_for_raw`
[INFO] [stdout] ...
[INFO] [stdout] 10 | pub struct Raw {
[INFO] [stdout]    |            --- `Raw` is not local
[INFO] [stdout]    |
[INFO] [stdout]    = note: the derive macro `Insertable` defines the non-local `impl`, and may need to be changed
[INFO] [stdout]    = note: the derive macro `Insertable` may come from an old version of the `diesel_derives` crate, try updating your dependency with `cargo update -p diesel_derives`
[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: this warning originates in the derive macro `Insertable` (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/domain/model/parse_history.rs:7:52
[INFO] [stdout]    |
[INFO] [stdout]  7 | #[derive(Debug, Clone, Queryable, QueryableByName, Insertable, AsChangeset, Associations)]
[INFO] [stdout]    |                                                    -^^^^^^^^^
[INFO] [stdout]    |                                                    |
[INFO] [stdout]    |                                                    `Insertable` is not local
[INFO] [stdout]    |                                                    `table` is not local
[INFO] [stdout]    |                                                    move the `impl` block outside of this function `_impl_insertable_for_raw`
[INFO] [stdout] ...
[INFO] [stdout] 10 | pub struct Raw {
[INFO] [stdout]    |            --- `Raw` is not local
[INFO] [stdout]    |
[INFO] [stdout]    = note: the derive macro `Insertable` defines the non-local `impl`, and may need to be changed
[INFO] [stdout]    = note: the derive macro `Insertable` may come from an old version of the `diesel_derives` crate, try updating your dependency with `cargo update -p diesel_derives`
[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: this warning originates in the derive macro `Insertable` (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/domain/model/parse_history.rs:7:52
[INFO] [stdout]    |
[INFO] [stdout]  7 | #[derive(Debug, Clone, Queryable, QueryableByName, Insertable, AsChangeset, Associations)]
[INFO] [stdout]    |                                                    ^---------
[INFO] [stdout]    |                                                    |
[INFO] [stdout]    |                                                    `UndecoratedInsertRecord` is not local
[INFO] [stdout]    |                                                    `table` is not local
[INFO] [stdout]    |                                                    move the `impl` block outside of this function `_impl_insertable_for_raw`
[INFO] [stdout] ...
[INFO] [stdout] 10 | pub struct Raw {
[INFO] [stdout]    |            --- `Raw` is not local
[INFO] [stdout]    |
[INFO] [stdout]    = note: the derive macro `Insertable` defines the non-local `impl`, and may need to be changed
[INFO] [stdout]    = note: the derive macro `Insertable` may come from an old version of the `diesel_derives` crate, try updating your dependency with `cargo update -p diesel_derives`
[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: this warning originates in the derive macro `Insertable` (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/domain/model/parse_history.rs:7:64
[INFO] [stdout]    |
[INFO] [stdout]  7 | #[derive(Debug, Clone, Queryable, QueryableByName, Insertable, AsChangeset, Associations)]
[INFO] [stdout]    |                                                                ^^^^^^^^^^^
[INFO] [stdout]    |                                                                |
[INFO] [stdout]    |                                                                `AsChangeset` is not local
[INFO] [stdout]    |                                                                move the `impl` block outside of this function `_impl_as_changeset_for_raw`
[INFO] [stdout] ...
[INFO] [stdout] 10 | pub struct Raw {
[INFO] [stdout]    |            --- `Raw` is not local
[INFO] [stdout]    |
[INFO] [stdout]    = note: the derive macro `AsChangeset` defines the non-local `impl`, and may need to be changed
[INFO] [stdout]    = note: the derive macro `AsChangeset` may come from an old version of the `diesel_derives` crate, try updating your dependency with `cargo update -p diesel_derives`
[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: this warning originates in the derive macro `AsChangeset` (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/domain/model/parse_history.rs:7:64
[INFO] [stdout]    |
[INFO] [stdout]  7 | #[derive(Debug, Clone, Queryable, QueryableByName, Insertable, AsChangeset, Associations)]
[INFO] [stdout]    |                                                                ^----------
[INFO] [stdout]    |                                                                |
[INFO] [stdout]    |                                                                `AsChangeset` is not local
[INFO] [stdout]    |                                                                move the `impl` block outside of this function `_impl_as_changeset_for_raw`
[INFO] [stdout] ...
[INFO] [stdout] 10 | pub struct Raw {
[INFO] [stdout]    |            --- `Raw` is not local
[INFO] [stdout]    |
[INFO] [stdout]    = note: the derive macro `AsChangeset` defines the non-local `impl`, and may need to be changed
[INFO] [stdout]    = note: the derive macro `AsChangeset` may come from an old version of the `diesel_derives` crate, try updating your dependency with `cargo update -p diesel_derives`
[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: this warning originates in the derive macro `AsChangeset` (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/domain/model/parse_history.rs:7:77
[INFO] [stdout]    |
[INFO] [stdout]  7 | #[derive(Debug, Clone, Queryable, QueryableByName, Insertable, AsChangeset, Associations)]
[INFO] [stdout]    |                                                                             ^-----------
[INFO] [stdout]    |                                                                             |
[INFO] [stdout]    |                                                                             `BelongsTo` is not local
[INFO] [stdout]    |                                                                             move the `impl` block outside of this function `_impl_associations_for_raw`
[INFO] [stdout]  8 | #[table_name = "parse_histories"]
[INFO] [stdout]  9 | #[belongs_to(Topic, foreign_key = "topic_id")]
[INFO] [stdout]    |              ----- `Topic` is not local
[INFO] [stdout] 10 | pub struct Raw {
[INFO] [stdout]    |            --- `Raw` is not local
[INFO] [stdout]    |
[INFO] [stdout]    = note: the derive macro `Associations` defines the non-local `impl`, and may need to be changed
[INFO] [stdout]    = note: the derive macro `Associations` may come from an old version of the `diesel_derives` crate, try updating your dependency with `cargo update -p diesel_derives`
[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: this warning originates in the derive macro `Associations` (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/domain/model/subscriber.rs:3:10
[INFO] [stdout]   |
[INFO] [stdout] 3 | #[derive(Queryable,Insertable)]
[INFO] [stdout]   |          ^--------
[INFO] [stdout]   |          |
[INFO] [stdout]   |          `Queryable` is not local
[INFO] [stdout]   |          move the `impl` block outside of this function `_impl_queryable_for_subscriber`
[INFO] [stdout] 4 | pub struct Subscriber {
[INFO] [stdout]   |            ---------- `Subscriber` is not local
[INFO] [stdout]   |
[INFO] [stdout]   = note: the derive macro `Queryable` defines the non-local `impl`, and may need to be changed
[INFO] [stdout]   = note: the derive macro `Queryable` may come from an old version of the `diesel_derives` crate, try updating your dependency with `cargo update -p diesel_derives`
[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: this warning originates in the derive macro `Queryable` (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/domain/model/subscriber.rs:3:20
[INFO] [stdout]   |
[INFO] [stdout] 3 | #[derive(Queryable,Insertable)]
[INFO] [stdout]   |                    ^---------
[INFO] [stdout]   |                    |
[INFO] [stdout]   |                    `Insertable` is not local
[INFO] [stdout]   |                    `table` is not local
[INFO] [stdout]   |                    move the `impl` block outside of this function `_impl_insertable_for_subscriber`
[INFO] [stdout] 4 | pub struct Subscriber {
[INFO] [stdout]   |            ---------- `Subscriber` is not local
[INFO] [stdout]   |
[INFO] [stdout]   = note: the derive macro `Insertable` defines the non-local `impl`, and may need to be changed
[INFO] [stdout]   = note: the derive macro `Insertable` may come from an old version of the `diesel_derives` crate, try updating your dependency with `cargo update -p diesel_derives`
[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: this warning originates in the derive macro `Insertable` (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/domain/model/subscriber.rs:3:20
[INFO] [stdout]   |
[INFO] [stdout] 3 | #[derive(Queryable,Insertable)]
[INFO] [stdout]   |                    -^^^^^^^^^
[INFO] [stdout]   |                    |
[INFO] [stdout]   |                    `Insertable` is not local
[INFO] [stdout]   |                    `table` is not local
[INFO] [stdout]   |                    move the `impl` block outside of this function `_impl_insertable_for_subscriber`
[INFO] [stdout] 4 | pub struct Subscriber {
[INFO] [stdout]   |            ---------- `Subscriber` is not local
[INFO] [stdout]   |
[INFO] [stdout]   = note: the derive macro `Insertable` defines the non-local `impl`, and may need to be changed
[INFO] [stdout]   = note: the derive macro `Insertable` may come from an old version of the `diesel_derives` crate, try updating your dependency with `cargo update -p diesel_derives`
[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: this warning originates in the derive macro `Insertable` (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/domain/model/subscriber.rs:3:20
[INFO] [stdout]   |
[INFO] [stdout] 3 | #[derive(Queryable,Insertable)]
[INFO] [stdout]   |                    ^---------
[INFO] [stdout]   |                    |
[INFO] [stdout]   |                    `UndecoratedInsertRecord` is not local
[INFO] [stdout]   |                    `table` is not local
[INFO] [stdout]   |                    move the `impl` block outside of this function `_impl_insertable_for_subscriber`
[INFO] [stdout] 4 | pub struct Subscriber {
[INFO] [stdout]   |            ---------- `Subscriber` is not local
[INFO] [stdout]   |
[INFO] [stdout]   = note: the derive macro `Insertable` defines the non-local `impl`, and may need to be changed
[INFO] [stdout]   = note: the derive macro `Insertable` may come from an old version of the `diesel_derives` crate, try updating your dependency with `cargo update -p diesel_derives`
[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: this warning originates in the derive macro `Insertable` (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/domain/model/subscriber_favorite_topic.rs:8:10
[INFO] [stdout]    |
[INFO] [stdout]  8 | #[derive(Identifiable, Clone, Queryable, Debug, Insertable, Associations)]
[INFO] [stdout]    |          ^-----------
[INFO] [stdout]    |          |
[INFO] [stdout]    |          `HasTable` is not local
[INFO] [stdout]    |          move the `impl` block outside of this function `_impl_identifiable_for_subscriberfavoritetopic`
[INFO] [stdout] ...
[INFO] [stdout] 13 | pub struct SubscriberFavoriteTopic {
[INFO] [stdout]    |            ----------------------- `SubscriberFavoriteTopic` is not local
[INFO] [stdout]    |
[INFO] [stdout]    = note: the derive macro `Identifiable` defines the non-local `impl`, and may need to be changed
[INFO] [stdout]    = note: the derive macro `Identifiable` may come from an old version of the `diesel_derives` crate, try updating your dependency with `cargo update -p diesel_derives`
[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: this warning originates in the derive macro `Identifiable` (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/domain/model/subscriber_favorite_topic.rs:8:10
[INFO] [stdout]    |
[INFO] [stdout]  8 | #[derive(Identifiable, Clone, Queryable, Debug, Insertable, Associations)]
[INFO] [stdout]    |          ^^^^^^^^^^^^
[INFO] [stdout]    |          |
[INFO] [stdout]    |          `Identifiable` is not local
[INFO] [stdout]    |          move the `impl` block outside of this function `_impl_identifiable_for_subscriberfavoritetopic`
[INFO] [stdout] ...
[INFO] [stdout] 13 | pub struct SubscriberFavoriteTopic {
[INFO] [stdout]    |            ----------------------- `SubscriberFavoriteTopic` is not local
[INFO] [stdout]    |
[INFO] [stdout]    = note: the derive macro `Identifiable` defines the non-local `impl`, and may need to be changed
[INFO] [stdout]    = note: the derive macro `Identifiable` may come from an old version of the `diesel_derives` crate, try updating your dependency with `cargo update -p diesel_derives`
[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: this warning originates in the derive macro `Identifiable` (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/domain/model/subscriber_favorite_topic.rs:8:31
[INFO] [stdout]    |
[INFO] [stdout]  8 | #[derive(Identifiable, Clone, Queryable, Debug, Insertable, Associations)]
[INFO] [stdout]    |                               ^--------
[INFO] [stdout]    |                               |
[INFO] [stdout]    |                               `Queryable` is not local
[INFO] [stdout]    |                               move the `impl` block outside of this function `_impl_queryable_for_subscriberfavoritetopic`
[INFO] [stdout] ...
[INFO] [stdout] 13 | pub struct SubscriberFavoriteTopic {
[INFO] [stdout]    |            ----------------------- `SubscriberFavoriteTopic` is not local
[INFO] [stdout]    |
[INFO] [stdout]    = note: the derive macro `Queryable` defines the non-local `impl`, and may need to be changed
[INFO] [stdout]    = note: the derive macro `Queryable` may come from an old version of the `diesel_derives` crate, try updating your dependency with `cargo update -p diesel_derives`
[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: this warning originates in the derive macro `Queryable` (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/domain/model/subscriber_favorite_topic.rs:8:49
[INFO] [stdout]    |
[INFO] [stdout]  8 | #[derive(Identifiable, Clone, Queryable, Debug, Insertable, Associations)]
[INFO] [stdout]    |                                                 ^---------
[INFO] [stdout]    |                                                 |
[INFO] [stdout]    |                                                 `Insertable` is not local
[INFO] [stdout]    |                                                 `table` is not local
[INFO] [stdout]    |                                                 move the `impl` block outside of this function `_impl_insertable_for_subscriberfavoritetopic`
[INFO] [stdout] ...
[INFO] [stdout] 13 | pub struct SubscriberFavoriteTopic {
[INFO] [stdout]    |            ----------------------- `SubscriberFavoriteTopic` is not local
[INFO] [stdout]    |
[INFO] [stdout]    = note: the derive macro `Insertable` defines the non-local `impl`, and may need to be changed
[INFO] [stdout]    = note: the derive macro `Insertable` may come from an old version of the `diesel_derives` crate, try updating your dependency with `cargo update -p diesel_derives`
[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: this warning originates in the derive macro `Insertable` (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/domain/model/subscriber_favorite_topic.rs:8:49
[INFO] [stdout]    |
[INFO] [stdout]  8 | #[derive(Identifiable, Clone, Queryable, Debug, Insertable, Associations)]
[INFO] [stdout]    |                                                 -^^^^^^^^^
[INFO] [stdout]    |                                                 |
[INFO] [stdout]    |                                                 `Insertable` is not local
[INFO] [stdout]    |                                                 `table` is not local
[INFO] [stdout]    |                                                 move the `impl` block outside of this function `_impl_insertable_for_subscriberfavoritetopic`
[INFO] [stdout] ...
[INFO] [stdout] 13 | pub struct SubscriberFavoriteTopic {
[INFO] [stdout]    |            ----------------------- `SubscriberFavoriteTopic` is not local
[INFO] [stdout]    |
[INFO] [stdout]    = note: the derive macro `Insertable` defines the non-local `impl`, and may need to be changed
[INFO] [stdout]    = note: the derive macro `Insertable` may come from an old version of the `diesel_derives` crate, try updating your dependency with `cargo update -p diesel_derives`
[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: this warning originates in the derive macro `Insertable` (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/domain/model/subscriber_favorite_topic.rs:8:49
[INFO] [stdout]    |
[INFO] [stdout]  8 | #[derive(Identifiable, Clone, Queryable, Debug, Insertable, Associations)]
[INFO] [stdout]    |                                                 ^---------
[INFO] [stdout]    |                                                 |
[INFO] [stdout]    |                                                 `UndecoratedInsertRecord` is not local
[INFO] [stdout]    |                                                 `table` is not local
[INFO] [stdout]    |                                                 move the `impl` block outside of this function `_impl_insertable_for_subscriberfavoritetopic`
[INFO] [stdout] ...
[INFO] [stdout] 13 | pub struct SubscriberFavoriteTopic {
[INFO] [stdout]    |            ----------------------- `SubscriberFavoriteTopic` is not local
[INFO] [stdout]    |
[INFO] [stdout]    = note: the derive macro `Insertable` defines the non-local `impl`, and may need to be changed
[INFO] [stdout]    = note: the derive macro `Insertable` may come from an old version of the `diesel_derives` crate, try updating your dependency with `cargo update -p diesel_derives`
[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: this warning originates in the derive macro `Insertable` (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/domain/model/subscriber_favorite_topic.rs:8:61
[INFO] [stdout]    |
[INFO] [stdout]  8 | #[derive(Identifiable, Clone, Queryable, Debug, Insertable, Associations)]
[INFO] [stdout]    |                                                             ^-----------
[INFO] [stdout]    |                                                             |
[INFO] [stdout]    |                                                             `BelongsTo` is not local
[INFO] [stdout]    |                                                             move the `impl` block outside of this function `_impl_associations_for_subscriberfavoritetopic`
[INFO] [stdout]  9 | #[primary_key(chat_id, topic_id)]
[INFO] [stdout] 10 | #[belongs_to(Subscriber, foreign_key = "chat_id")]
[INFO] [stdout]    |              ---------- `Subscriber` is not local
[INFO] [stdout] ...
[INFO] [stdout] 13 | pub struct SubscriberFavoriteTopic {
[INFO] [stdout]    |            ----------------------- `SubscriberFavoriteTopic` is not local
[INFO] [stdout]    |
[INFO] [stdout]    = note: the derive macro `Associations` defines the non-local `impl`, and may need to be changed
[INFO] [stdout]    = note: the derive macro `Associations` may come from an old version of the `diesel_derives` crate, try updating your dependency with `cargo update -p diesel_derives`
[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: this warning originates in the derive macro `Associations` (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/domain/model/subscriber_favorite_topic.rs:8:61
[INFO] [stdout]    |
[INFO] [stdout]  8 | #[derive(Identifiable, Clone, Queryable, Debug, Insertable, Associations)]
[INFO] [stdout]    |                                                             ^-----------
[INFO] [stdout]    |                                                             |
[INFO] [stdout]    |                                                             `BelongsTo` is not local
[INFO] [stdout]    |                                                             move the `impl` block outside of this function `_impl_associations_for_subscriberfavoritetopic`
[INFO] [stdout] ...
[INFO] [stdout] 11 | #[belongs_to(Topic, foreign_key = "topic_id")]
[INFO] [stdout]    |              ----- `Topic` is not local
[INFO] [stdout] 12 | #[table_name = "subscriber_topics"]
[INFO] [stdout] 13 | pub struct SubscriberFavoriteTopic {
[INFO] [stdout]    |            ----------------------- `SubscriberFavoriteTopic` is not local
[INFO] [stdout]    |
[INFO] [stdout]    = note: the derive macro `Associations` defines the non-local `impl`, and may need to be changed
[INFO] [stdout]    = note: the derive macro `Associations` may come from an old version of the `diesel_derives` crate, try updating your dependency with `cargo update -p diesel_derives`
[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: this warning originates in the derive macro `Associations` (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/domain/model/subscriber_favorite_topic.rs:23:10
[INFO] [stdout]    |
[INFO] [stdout] 23 | #[derive(Identifiable, Clone, Queryable, Debug, Associations, PartialEq)]
[INFO] [stdout]    |          ^-----------
[INFO] [stdout]    |          |
[INFO] [stdout]    |          `HasTable` is not local
[INFO] [stdout]    |          move the `impl` block outside of this function `_impl_identifiable_for_raw`
[INFO] [stdout] ...
[INFO] [stdout] 28 | pub struct Raw {
[INFO] [stdout]    |            --- `Raw` is not local
[INFO] [stdout]    |
[INFO] [stdout]    = note: the derive macro `Identifiable` defines the non-local `impl`, and may need to be changed
[INFO] [stdout]    = note: the derive macro `Identifiable` may come from an old version of the `diesel_derives` crate, try updating your dependency with `cargo update -p diesel_derives`
[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: this warning originates in the derive macro `Identifiable` (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/domain/model/subscriber_favorite_topic.rs:23:10
[INFO] [stdout]    |
[INFO] [stdout] 23 | #[derive(Identifiable, Clone, Queryable, Debug, Associations, PartialEq)]
[INFO] [stdout]    |          ^^^^^^^^^^^^
[INFO] [stdout]    |          |
[INFO] [stdout]    |          `Identifiable` is not local
[INFO] [stdout]    |          move the `impl` block outside of this function `_impl_identifiable_for_raw`
[INFO] [stdout] ...
[INFO] [stdout] 28 | pub struct Raw {
[INFO] [stdout]    |            --- `Raw` is not local
[INFO] [stdout]    |
[INFO] [stdout]    = note: the derive macro `Identifiable` defines the non-local `impl`, and may need to be changed
[INFO] [stdout]    = note: the derive macro `Identifiable` may come from an old version of the `diesel_derives` crate, try updating your dependency with `cargo update -p diesel_derives`
[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: this warning originates in the derive macro `Identifiable` (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/domain/model/subscriber_favorite_topic.rs:23:31
[INFO] [stdout]    |
[INFO] [stdout] 23 | #[derive(Identifiable, Clone, Queryable, Debug, Associations, PartialEq)]
[INFO] [stdout]    |                               ^--------
[INFO] [stdout]    |                               |
[INFO] [stdout]    |                               `Queryable` is not local
[INFO] [stdout]    |                               move the `impl` block outside of this function `_impl_queryable_for_raw`
[INFO] [stdout] ...
[INFO] [stdout] 28 | pub struct Raw {
[INFO] [stdout]    |            --- `Raw` is not local
[INFO] [stdout]    |
[INFO] [stdout]    = note: the derive macro `Queryable` defines the non-local `impl`, and may need to be changed
[INFO] [stdout]    = note: the derive macro `Queryable` may come from an old version of the `diesel_derives` crate, try updating your dependency with `cargo update -p diesel_derives`
[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: this warning originates in the derive macro `Queryable` (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/domain/model/subscriber_favorite_topic.rs:23:49
[INFO] [stdout]    |
[INFO] [stdout] 23 | #[derive(Identifiable, Clone, Queryable, Debug, Associations, PartialEq)]
[INFO] [stdout]    |                                                 ^-----------
[INFO] [stdout]    |                                                 |
[INFO] [stdout]    |                                                 `BelongsTo` is not local
[INFO] [stdout]    |                                                 move the `impl` block outside of this function `_impl_associations_for_raw`
[INFO] [stdout] 24 | #[primary_key(chat_id, topic_id)]
[INFO] [stdout] 25 | #[belongs_to(Subscriber, foreign_key = "chat_id")]
[INFO] [stdout]    |              ---------- `Subscriber` is not local
[INFO] [stdout] ...
[INFO] [stdout] 28 | pub struct Raw {
[INFO] [stdout]    |            --- `Raw` is not local
[INFO] [stdout]    |
[INFO] [stdout]    = note: the derive macro `Associations` defines the non-local `impl`, and may need to be changed
[INFO] [stdout]    = note: the derive macro `Associations` may come from an old version of the `diesel_derives` crate, try updating your dependency with `cargo update -p diesel_derives`
[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: this warning originates in the derive macro `Associations` (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/domain/model/subscriber_favorite_topic.rs:23:49
[INFO] [stdout]    |
[INFO] [stdout] 23 | #[derive(Identifiable, Clone, Queryable, Debug, Associations, PartialEq)]
[INFO] [stdout]    |                                                 ^-----------
[INFO] [stdout]    |                                                 |
[INFO] [stdout]    |                                                 `BelongsTo` is not local
[INFO] [stdout]    |                                                 move the `impl` block outside of this function `_impl_associations_for_raw`
[INFO] [stdout] ...
[INFO] [stdout] 26 | #[belongs_to(Topic, foreign_key = "topic_id")]
[INFO] [stdout]    |              ----- `Topic` is not local
[INFO] [stdout] 27 | #[table_name = "subscriber_topics"]
[INFO] [stdout] 28 | pub struct Raw {
[INFO] [stdout]    |            --- `Raw` is not local
[INFO] [stdout]    |
[INFO] [stdout]    = note: the derive macro `Associations` defines the non-local `impl`, and may need to be changed
[INFO] [stdout]    = note: the derive macro `Associations` may come from an old version of the `diesel_derives` crate, try updating your dependency with `cargo update -p diesel_derives`
[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: this warning originates in the derive macro `Associations` (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/domain/model/app_notifications.rs:3:24
[INFO] [stdout]   |
[INFO] [stdout] 3 | #[derive(Debug, Clone, Queryable)]
[INFO] [stdout]   |                        ^--------
[INFO] [stdout]   |                        |
[INFO] [stdout]   |                        `Queryable` is not local
[INFO] [stdout]   |                        move the `impl` block outside of this function `_impl_queryable_for_appnotification`
[INFO] [stdout] 4 | pub struct AppNotification {
[INFO] [stdout]   |            --------------- `AppNotification` is not local
[INFO] [stdout]   |
[INFO] [stdout]   = note: the derive macro `Queryable` defines the non-local `impl`, and may need to be changed
[INFO] [stdout]   = note: the derive macro `Queryable` may come from an old version of the `diesel_derives` crate, try updating your dependency with `cargo update -p diesel_derives`
[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: this warning originates in the derive macro `Queryable` (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/domain/model/app_notifications.rs:11:17
[INFO] [stdout]    |
[INFO] [stdout] 11 | #[derive(Debug, Insertable, AsChangeset)]
[INFO] [stdout]    |                 ^---------
[INFO] [stdout]    |                 |
[INFO] [stdout]    |                 `Insertable` is not local
[INFO] [stdout]    |                 `table` is not local
[INFO] [stdout]    |                 move the `impl` block outside of this function `_impl_insertable_for_newappnotification`
[INFO] [stdout] 12 | #[table_name = "app_notifications"]
[INFO] [stdout] 13 | pub struct NewAppNotification {
[INFO] [stdout]    |            ------------------ `NewAppNotification` is not local
[INFO] [stdout]    |
[INFO] [stdout]    = note: the derive macro `Insertable` defines the non-local `impl`, and may need to be changed
[INFO] [stdout]    = note: the derive macro `Insertable` may come from an old version of the `diesel_derives` crate, try updating your dependency with `cargo update -p diesel_derives`
[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: this warning originates in the derive macro `Insertable` (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/domain/model/app_notifications.rs:11:17
[INFO] [stdout]    |
[INFO] [stdout] 11 | #[derive(Debug, Insertable, AsChangeset)]
[INFO] [stdout]    |                 -^^^^^^^^^
[INFO] [stdout]    |                 |
[INFO] [stdout]    |                 `Insertable` is not local
[INFO] [stdout]    |                 `table` is not local
[INFO] [stdout]    |                 move the `impl` block outside of this function `_impl_insertable_for_newappnotification`
[INFO] [stdout] 12 | #[table_name = "app_notifications"]
[INFO] [stdout] 13 | pub struct NewAppNotification {
[INFO] [stdout]    |            ------------------ `NewAppNotification` is not local
[INFO] [stdout]    |
[INFO] [stdout]    = note: the derive macro `Insertable` defines the non-local `impl`, and may need to be changed
[INFO] [stdout]    = note: the derive macro `Insertable` may come from an old version of the `diesel_derives` crate, try updating your dependency with `cargo update -p diesel_derives`
[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: this warning originates in the derive macro `Insertable` (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/domain/model/app_notifications.rs:11:17
[INFO] [stdout]    |
[INFO] [stdout] 11 | #[derive(Debug, Insertable, AsChangeset)]
[INFO] [stdout]    |                 ^---------
[INFO] [stdout]    |                 |
[INFO] [stdout]    |                 `UndecoratedInsertRecord` is not local
[INFO] [stdout]    |                 `table` is not local
[INFO] [stdout]    |                 move the `impl` block outside of this function `_impl_insertable_for_newappnotification`
[INFO] [stdout] 12 | #[table_name = "app_notifications"]
[INFO] [stdout] 13 | pub struct NewAppNotification {
[INFO] [stdout]    |            ------------------ `NewAppNotification` is not local
[INFO] [stdout]    |
[INFO] [stdout]    = note: the derive macro `Insertable` defines the non-local `impl`, and may need to be changed
[INFO] [stdout]    = note: the derive macro `Insertable` may come from an old version of the `diesel_derives` crate, try updating your dependency with `cargo update -p diesel_derives`
[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: this warning originates in the derive macro `Insertable` (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/domain/model/app_notifications.rs:11:29
[INFO] [stdout]    |
[INFO] [stdout] 11 | #[derive(Debug, Insertable, AsChangeset)]
[INFO] [stdout]    |                             ^^^^^^^^^^^
[INFO] [stdout]    |                             |
[INFO] [stdout]    |                             `AsChangeset` is not local
[INFO] [stdout]    |                             move the `impl` block outside of this function `_impl_as_changeset_for_newappnotification`
[INFO] [stdout] 12 | #[table_name = "app_notifications"]
[INFO] [stdout] 13 | pub struct NewAppNotification {
[INFO] [stdout]    |            ------------------ `NewAppNotification` is not local
[INFO] [stdout]    |
[INFO] [stdout]    = note: the derive macro `AsChangeset` defines the non-local `impl`, and may need to be changed
[INFO] [stdout]    = note: the derive macro `AsChangeset` may come from an old version of the `diesel_derives` crate, try updating your dependency with `cargo update -p diesel_derives`
[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: this warning originates in the derive macro `AsChangeset` (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/domain/model/app_notifications.rs:11:29
[INFO] [stdout]    |
[INFO] [stdout] 11 | #[derive(Debug, Insertable, AsChangeset)]
[INFO] [stdout]    |                             ^----------
[INFO] [stdout]    |                             |
[INFO] [stdout]    |                             `AsChangeset` is not local
[INFO] [stdout]    |                             move the `impl` block outside of this function `_impl_as_changeset_for_newappnotification`
[INFO] [stdout] 12 | #[table_name = "app_notifications"]
[INFO] [stdout] 13 | pub struct NewAppNotification {
[INFO] [stdout]    |            ------------------ `NewAppNotification` is not local
[INFO] [stdout]    |
[INFO] [stdout]    = note: the derive macro `AsChangeset` defines the non-local `impl`, and may need to be changed
[INFO] [stdout]    = note: the derive macro `AsChangeset` may come from an old version of the `diesel_derives` crate, try updating your dependency with `cargo update -p diesel_derives`
[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: this warning originates in the derive macro `AsChangeset` (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/domain/model/topic.rs:8:24
[INFO] [stdout]   |
[INFO] [stdout] 8 | #[derive(Debug, Clone, Queryable, QueryableByName, PartialEq)]
[INFO] [stdout]   |                        ^--------
[INFO] [stdout]   |                        |
[INFO] [stdout]   |                        `Queryable` is not local
[INFO] [stdout]   |                        move the `impl` block outside of this function `_impl_queryable_for_topic`
[INFO] [stdout] 9 | pub struct Topic {
[INFO] [stdout]   |            ----- `Topic` is not local
[INFO] [stdout]   |
[INFO] [stdout]   = note: the derive macro `Queryable` defines the non-local `impl`, and may need to be changed
[INFO] [stdout]   = note: the derive macro `Queryable` may come from an old version of the `diesel_derives` crate, try updating your dependency with `cargo update -p diesel_derives`
[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: this warning originates in the derive macro `Queryable` (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/domain/model/topic.rs:8:35
[INFO] [stdout]   |
[INFO] [stdout] 8 | #[derive(Debug, Clone, Queryable, QueryableByName, PartialEq)]
[INFO] [stdout]   |                                   ^--------------
[INFO] [stdout]   |                                   |
[INFO] [stdout]   |                                   `QueryableByName` is not local
[INFO] [stdout]   |                                   move the `impl` block outside of this function `_impl_queryable_by_name_for_topic`
[INFO] [stdout] 9 | pub struct Topic {
[INFO] [stdout]   |            ----- `Topic` is not local
[INFO] [stdout]   |
[INFO] [stdout]   = note: the derive macro `QueryableByName` defines the non-local `impl`, and may need to be changed
[INFO] [stdout]   = note: the derive macro `QueryableByName` may come from an old version of the `diesel_derives` crate, try updating your dependency with `cargo update -p diesel_derives`
[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: this warning originates in the derive macro `QueryableByName` (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/domain/model/checkboxed_subscriber_topic.rs:3:10
[INFO] [stdout]   |
[INFO] [stdout] 3 | #[derive(QueryableByName)]
[INFO] [stdout]   |          ^--------------
[INFO] [stdout]   |          |
[INFO] [stdout]   |          `QueryableByName` is not local
[INFO] [stdout]   |          move the `impl` block outside of this function `_impl_queryable_by_name_for_checkboxedsubscribertopic`
[INFO] [stdout] 4 | pub struct CheckboxedSubscriberTopic {
[INFO] [stdout]   |            ------------------------- `CheckboxedSubscriberTopic` is not local
[INFO] [stdout]   |
[INFO] [stdout]   = note: the derive macro `QueryableByName` defines the non-local `impl`, and may need to be changed
[INFO] [stdout]   = note: the derive macro `QueryableByName` may come from an old version of the `diesel_derives` crate, try updating your dependency with `cargo update -p diesel_derives`
[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: this warning originates in the derive macro `QueryableByName` (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/domain/model/topic_notification_status.rs:4:24
[INFO] [stdout]   |
[INFO] [stdout] 4 | #[derive(Debug, Clone, Queryable, Associations)]
[INFO] [stdout]   |                        ^--------
[INFO] [stdout]   |                        |
[INFO] [stdout]   |                        `Queryable` is not local
[INFO] [stdout]   |                        move the `impl` block outside of this function `_impl_queryable_for_topicnotificationstatus`
[INFO] [stdout] ...
[INFO] [stdout] 7 | pub struct TopicNotificationStatus {
[INFO] [stdout]   |            ----------------------- `TopicNotificationStatus` is not local
[INFO] [stdout]   |
[INFO] [stdout]   = note: the derive macro `Queryable` defines the non-local `impl`, and may need to be changed
[INFO] [stdout]   = note: the derive macro `Queryable` may come from an old version of the `diesel_derives` crate, try updating your dependency with `cargo update -p diesel_derives`
[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: this warning originates in the derive macro `Queryable` (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/domain/model/topic_notification_status.rs:4:35
[INFO] [stdout]   |
[INFO] [stdout] 4 | #[derive(Debug, Clone, Queryable, Associations)]
[INFO] [stdout]   |                                   ^-----------
[INFO] [stdout]   |                                   |
[INFO] [stdout]   |                                   `BelongsTo` is not local
[INFO] [stdout]   |                                   move the `impl` block outside of this function `_impl_associations_for_topicnotificationstatus`
[INFO] [stdout] 5 | #[table_name = "topic_notification_status"]
[INFO] [stdout] 6 | #[belongs_to(Topic, foreign_key = "topic_id")]
[INFO] [stdout]   |              ----- `Topic` is not local
[INFO] [stdout] 7 | pub struct TopicNotificationStatus {
[INFO] [stdout]   |            ----------------------- `TopicNotificationStatus` is not local
[INFO] [stdout]   |
[INFO] [stdout]   = note: the derive macro `Associations` defines the non-local `impl`, and may need to be changed
[INFO] [stdout]   = note: the derive macro `Associations` may come from an old version of the `diesel_derives` crate, try updating your dependency with `cargo update -p diesel_derives`
[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: this warning originates in the derive macro `Associations` (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/domain/model/topic_notification_status.rs:13:17
[INFO] [stdout]    |
[INFO] [stdout] 13 | #[derive(Debug, Insertable, AsChangeset, Hash, Eq, PartialEq)]
[INFO] [stdout]    |                 ^---------
[INFO] [stdout]    |                 |
[INFO] [stdout]    |                 `Insertable` is not local
[INFO] [stdout]    |                 `table` is not local
[INFO] [stdout]    |                 move the `impl` block outside of this function `_impl_insertable_for_new`
[INFO] [stdout] 14 | #[table_name = "topic_notification_status"]
[INFO] [stdout] 15 | pub struct New {
[INFO] [stdout]    |            --- `New` is not local
[INFO] [stdout]    |
[INFO] [stdout]    = note: the derive macro `Insertable` defines the non-local `impl`, and may need to be changed
[INFO] [stdout]    = note: the derive macro `Insertable` may come from an old version of the `diesel_derives` crate, try updating your dependency with `cargo update -p diesel_derives`
[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: this warning originates in the derive macro `Insertable` (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/domain/model/topic_notification_status.rs:13:17
[INFO] [stdout]    |
[INFO] [stdout] 13 | #[derive(Debug, Insertable, AsChangeset, Hash, Eq, PartialEq)]
[INFO] [stdout]    |                 -^^^^^^^^^
[INFO] [stdout]    |                 |
[INFO] [stdout]    |                 `Insertable` is not local
[INFO] [stdout]    |                 `table` is not local
[INFO] [stdout]    |                 move the `impl` block outside of this function `_impl_insertable_for_new`
[INFO] [stdout] 14 | #[table_name = "topic_notification_status"]
[INFO] [stdout] 15 | pub struct New {
[INFO] [stdout]    |            --- `New` is not local
[INFO] [stdout]    |
[INFO] [stdout]    = note: the derive macro `Insertable` defines the non-local `impl`, and may need to be changed
[INFO] [stdout]    = note: the derive macro `Insertable` may come from an old version of the `diesel_derives` crate, try updating your dependency with `cargo update -p diesel_derives`
[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: this warning originates in the derive macro `Insertable` (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/domain/model/topic_notification_status.rs:13:17
[INFO] [stdout]    |
[INFO] [stdout] 13 | #[derive(Debug, Insertable, AsChangeset, Hash, Eq, PartialEq)]
[INFO] [stdout]    |                 ^---------
[INFO] [stdout]    |                 |
[INFO] [stdout]    |                 `UndecoratedInsertRecord` is not local
[INFO] [stdout]    |                 `table` is not local
[INFO] [stdout]    |                 move the `impl` block outside of this function `_impl_insertable_for_new`
[INFO] [stdout] 14 | #[table_name = "topic_notification_status"]
[INFO] [stdout] 15 | pub struct New {
[INFO] [stdout]    |            --- `New` is not local
[INFO] [stdout]    |
[INFO] [stdout]    = note: the derive macro `Insertable` defines the non-local `impl`, and may need to be changed
[INFO] [stdout]    = note: the derive macro `Insertable` may come from an old version of the `diesel_derives` crate, try updating your dependency with `cargo update -p diesel_derives`
[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: this warning originates in the derive macro `Insertable` (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/domain/model/topic_notification_status.rs:13:29
[INFO] [stdout]    |
[INFO] [stdout] 13 | #[derive(Debug, Insertable, AsChangeset, Hash, Eq, PartialEq)]
[INFO] [stdout]    |                             ^^^^^^^^^^^
[INFO] [stdout]    |                             |
[INFO] [stdout]    |                             `AsChangeset` is not local
[INFO] [stdout]    |                             move the `impl` block outside of this function `_impl_as_changeset_for_new`
[INFO] [stdout] 14 | #[table_name = "topic_notification_status"]
[INFO] [stdout] 15 | pub struct New {
[INFO] [stdout]    |            --- `New` is not local
[INFO] [stdout]    |
[INFO] [stdout]    = note: the derive macro `AsChangeset` defines the non-local `impl`, and may need to be changed
[INFO] [stdout]    = note: the derive macro `AsChangeset` may come from an old version of the `diesel_derives` crate, try updating your dependency with `cargo update -p diesel_derives`
[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: this warning originates in the derive macro `AsChangeset` (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/domain/model/topic_notification_status.rs:13:29
[INFO] [stdout]    |
[INFO] [stdout] 13 | #[derive(Debug, Insertable, AsChangeset, Hash, Eq, PartialEq)]
[INFO] [stdout]    |                             ^----------
[INFO] [stdout]    |                             |
[INFO] [stdout]    |                             `AsChangeset` is not local
[INFO] [stdout]    |                             move the `impl` block outside of this function `_impl_as_changeset_for_new`
[INFO] [stdout] 14 | #[table_name = "topic_notification_status"]
[INFO] [stdout] 15 | pub struct New {
[INFO] [stdout]    |            --- `New` is not local
[INFO] [stdout]    |
[INFO] [stdout]    = note: the derive macro `AsChangeset` defines the non-local `impl`, and may need to be changed
[INFO] [stdout]    = note: the derive macro `AsChangeset` may come from an old version of the `diesel_derives` crate, try updating your dependency with `cargo update -p diesel_derives`
[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: this warning originates in the derive macro `AsChangeset` (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/domain/schema.rs:1:1
[INFO] [stdout]   |
[INFO] [stdout] 1 | / table! {
[INFO] [stdout] 2 | |     subscribers(chat_id) {
[INFO] [stdout] 3 | |         chat_id -> BigInt,
[INFO] [stdout] 4 | |     }
[INFO] [stdout] 5 | | }
[INFO] [stdout]   | | ^
[INFO] [stdout]   | | |
[INFO] [stdout]   | | `table` is not local
[INFO] [stdout]   | |_`QueryId` is not local
[INFO] [stdout]   |   move the `impl` block outside of this function `_impl_query_id_for_table`
[INFO] [stdout]   |
[INFO] [stdout]   = note: the derive macro `QueryId` defines the non-local `impl`, and may need to be changed
[INFO] [stdout]   = note: the derive macro `QueryId` may come from an old version of the `diesel_derives` crate, try updating your dependency with `cargo update -p diesel_derives`
[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: this warning originates in the derive macro `QueryId` which comes from the expansion of the macro `table` (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/domain/schema.rs:1:1
[INFO] [stdout]   |
[INFO] [stdout] 1 | / table! {
[INFO] [stdout] 2 | |     subscribers(chat_id) {
[INFO] [stdout] 3 | |         chat_id -> BigInt,
[INFO] [stdout]   | |         ------- `chat_id` is not local
[INFO] [stdout] 4 | |     }
[INFO] [stdout] 5 | | }
[INFO] [stdout]   | | ^
[INFO] [stdout]   | | |
[INFO] [stdout]   | |_`QueryId` is not local
[INFO] [stdout]   |   move the `impl` block outside of this function `_impl_query_id_for_chat_id`
[INFO] [stdout]   |
[INFO] [stdout]   = note: the derive macro `QueryId` defines the non-local `impl`, and may need to be changed
[INFO] [stdout]   = note: the derive macro `QueryId` may come from an old version of the `diesel_derives` crate, try updating your dependency with `cargo update -p diesel_derives`
[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: this warning originates in the derive macro `QueryId` which comes from the expansion of the macro `table` (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/domain/schema.rs:6:1
[INFO] [stdout]    |
[INFO] [stdout]  6 | / table! {
[INFO] [stdout]  7 | |     app_notifications(id) {
[INFO] [stdout]  8 | |         id -> Integer,
[INFO] [stdout]  9 | |         notification_type -> Text,
[INFO] [stdout] ...  |
[INFO] [stdout] 13 | | }
[INFO] [stdout]    | | ^
[INFO] [stdout]    | | |
[INFO] [stdout]    | | `table` is not local
[INFO] [stdout]    | |_`QueryId` is not local
[INFO] [stdout]    |   move the `impl` block outside of this function `_impl_query_id_for_table`
[INFO] [stdout]    |
[INFO] [stdout]    = note: the derive macro `QueryId` defines the non-local `impl`, and may need to be changed
[INFO] [stdout]    = note: the derive macro `QueryId` may come from an old version of the `diesel_derives` crate, try updating your dependency with `cargo update -p diesel_derives`
[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: this warning originates in the derive macro `QueryId` which comes from the expansion of the macro `table` (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/domain/schema.rs:6:1
[INFO] [stdout]    |
[INFO] [stdout]  6 | / table! {
[INFO] [stdout]  7 | |     app_notifications(id) {
[INFO] [stdout]  8 | |         id -> Integer,
[INFO] [stdout]    | |         -- `id` is not local
[INFO] [stdout]  9 | |         notification_type -> Text,
[INFO] [stdout] ...  |
[INFO] [stdout] 13 | | }
[INFO] [stdout]    | | ^
[INFO] [stdout]    | | |
[INFO] [stdout]    | |_`QueryId` is not local
[INFO] [stdout]    |   move the `impl` block outside of this function `_impl_query_id_for_id`
[INFO] [stdout]    |
[INFO] [stdout]    = note: the derive macro `QueryId` defines the non-local `impl`, and may need to be changed
[INFO] [stdout]    = note: the derive macro `QueryId` may come from an old version of the `diesel_derives` crate, try updating your dependency with `cargo update -p diesel_derives`
[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: this warning originates in the derive macro `QueryId` which comes from the expansion of the macro `table` (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/domain/schema.rs:6:1
[INFO] [stdout]    |
[INFO] [stdout]  6 | / table! {
[INFO] [stdout]  7 | |     app_notifications(id) {
[INFO] [stdout]  8 | |         id -> Integer,
[INFO] [stdout]  9 | |         notification_type -> Text,
[INFO] [stdout]    | |         ----------------- `notification_type` is not local
[INFO] [stdout] ...  |
[INFO] [stdout] 13 | | }
[INFO] [stdout]    | | ^
[INFO] [stdout]    | | |
[INFO] [stdout]    | |_`QueryId` is not local
[INFO] [stdout]    |   move the `impl` block outside of this function `_impl_query_id_for_notification_type`
[INFO] [stdout]    |
[INFO] [stdout]    = note: the derive macro `QueryId` defines the non-local `impl`, and may need to be changed
[INFO] [stdout]    = note: the derive macro `QueryId` may come from an old version of the `diesel_derives` crate, try updating your dependency with `cargo update -p diesel_derives`
[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: this warning originates in the derive macro `QueryId` which comes from the expansion of the macro `table` (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/domain/schema.rs:6:1
[INFO] [stdout]    |
[INFO] [stdout]  6 | / table! {
[INFO] [stdout]  7 | |     app_notifications(id) {
[INFO] [stdout]  8 | |         id -> Integer,
[INFO] [stdout]  9 | |         notification_type -> Text,
[INFO] [stdout] 10 | |         text -> Text,
[INFO] [stdout]    | |         ---- `text` is not local
[INFO] [stdout] ...  |
[INFO] [stdout] 13 | | }
[INFO] [stdout]    | | ^
[INFO] [stdout]    | | |
[INFO] [stdout]    | |_`QueryId` is not local
[INFO] [stdout]    |   move the `impl` block outside of this function `_impl_query_id_for_text`
[INFO] [stdout]    |
[INFO] [stdout]    = note: the derive macro `QueryId` defines the non-local `impl`, and may need to be changed
[INFO] [stdout]    = note: the derive macro `QueryId` may come from an old version of the `diesel_derives` crate, try updating your dependency with `cargo update -p diesel_derives`
[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: this warning originates in the derive macro `QueryId` which comes from the expansion of the macro `table` (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/domain/schema.rs:6:1
[INFO] [stdout]    |
[INFO] [stdout]  6 | / table! {
[INFO] [stdout]  7 | |     app_notifications(id) {
[INFO] [stdout]  8 | |         id -> Integer,
[INFO] [stdout]  9 | |         notification_type -> Text,
[INFO] [stdout] 10 | |         text -> Text,
[INFO] [stdout] 11 | |         created_at -> Timestamp,
[INFO] [stdout]    | |         ---------- `created_at` is not local
[INFO] [stdout] 12 | |     }
[INFO] [stdout] 13 | | }
[INFO] [stdout]    | | ^
[INFO] [stdout]    | | |
[INFO] [stdout]    | |_`QueryId` is not local
[INFO] [stdout]    |   move the `impl` block outside of this function `_impl_query_id_for_created_at`
[INFO] [stdout]    |
[INFO] [stdout]    = note: the derive macro `QueryId` defines the non-local `impl`, and may need to be changed
[INFO] [stdout]    = note: the derive macro `QueryId` may come from an old version of the `diesel_derives` crate, try updating your dependency with `cargo update -p diesel_derives`
[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: this warning originates in the derive macro `QueryId` which comes from the expansion of the macro `table` (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/domain/schema.rs:14:1
[INFO] [stdout]    |
[INFO] [stdout] 14 | / table! {
[INFO] [stdout] 15 | |     topic(id) {
[INFO] [stdout] 16 | |         id -> Integer,
[INFO] [stdout] 17 | |         site_id -> Integer,
[INFO] [stdout] ...  |
[INFO] [stdout] 21 | | }
[INFO] [stdout]    | | ^
[INFO] [stdout]    | | |
[INFO] [stdout]    | | `table` is not local
[INFO] [stdout]    | |_`QueryId` is not local
[INFO] [stdout]    |   move the `impl` block outside of this function `_impl_query_id_for_table`
[INFO] [stdout]    |
[INFO] [stdout]    = note: the derive macro `QueryId` defines the non-local `impl`, and may need to be changed
[INFO] [stdout]    = note: the derive macro `QueryId` may come from an old version of the `diesel_derives` crate, try updating your dependency with `cargo update -p diesel_derives`
[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: this warning originates in the derive macro `QueryId` which comes from the expansion of the macro `table` (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/domain/schema.rs:14:1
[INFO] [stdout]    |
[INFO] [stdout] 14 | / table! {
[INFO] [stdout] 15 | |     topic(id) {
[INFO] [stdout] 16 | |         id -> Integer,
[INFO] [stdout]    | |         -- `id` is not local
[INFO] [stdout] 17 | |         site_id -> Integer,
[INFO] [stdout] ...  |
[INFO] [stdout] 21 | | }
[INFO] [stdout]    | | ^
[INFO] [stdout]    | | |
[INFO] [stdout]    | |_`QueryId` is not local
[INFO] [stdout]    |   move the `impl` block outside of this function `_impl_query_id_for_id`
[INFO] [stdout]    |
[INFO] [stdout]    = note: the derive macro `QueryId` defines the non-local `impl`, and may need to be changed
[INFO] [stdout]    = note: the derive macro `QueryId` may come from an old version of the `diesel_derives` crate, try updating your dependency with `cargo update -p diesel_derives`
[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: this warning originates in the derive macro `QueryId` which comes from the expansion of the macro `table` (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/domain/schema.rs:14:1
[INFO] [stdout]    |
[INFO] [stdout] 14 | / table! {
[INFO] [stdout] 15 | |     topic(id) {
[INFO] [stdout] 16 | |         id -> Integer,
[INFO] [stdout] 17 | |         site_id -> Integer,
[INFO] [stdout]    | |         ------- `site_id` is not local
[INFO] [stdout] ...  |
[INFO] [stdout] 21 | | }
[INFO] [stdout]    | | ^
[INFO] [stdout]    | | |
[INFO] [stdout]    | |_`QueryId` is not local
[INFO] [stdout]    |   move the `impl` block outside of this function `_impl_query_id_for_site_id`
[INFO] [stdout]    |
[INFO] [stdout]    = note: the derive macro `QueryId` defines the non-local `impl`, and may need to be changed
[INFO] [stdout]    = note: the derive macro `QueryId` may come from an old version of the `diesel_derives` crate, try updating your dependency with `cargo update -p diesel_derives`
[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: this warning originates in the derive macro `QueryId` which comes from the expansion of the macro `table` (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/domain/schema.rs:14:1
[INFO] [stdout]    |
[INFO] [stdout] 14 | / table! {
[INFO] [stdout] 15 | |     topic(id) {
[INFO] [stdout] 16 | |         id -> Integer,
[INFO] [stdout] 17 | |         site_id -> Integer,
[INFO] [stdout] 18 | |         name -> Text,
[INFO] [stdout]    | |         ---- `name` is not local
[INFO] [stdout] ...  |
[INFO] [stdout] 21 | | }
[INFO] [stdout]    | | ^
[INFO] [stdout]    | | |
[INFO] [stdout]    | |_`QueryId` is not local
[INFO] [stdout]    |   move the `impl` block outside of this function `_impl_query_id_for_name`
[INFO] [stdout]    |
[INFO] [stdout]    = note: the derive macro `QueryId` defines the non-local `impl`, and may need to be changed
[INFO] [stdout]    = note: the derive macro `QueryId` may come from an old version of the `diesel_derives` crate, try updating your dependency with `cargo update -p diesel_derives`
[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: this warning originates in the derive macro `QueryId` which comes from the expansion of the macro `table` (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/domain/schema.rs:14:1
[INFO] [stdout]    |
[INFO] [stdout] 14 | / table! {
[INFO] [stdout] 15 | |     topic(id) {
[INFO] [stdout] 16 | |         id -> Integer,
[INFO] [stdout] 17 | |         site_id -> Integer,
[INFO] [stdout] 18 | |         name -> Text,
[INFO] [stdout] 19 | |         url_name -> Text,
[INFO] [stdout]    | |         -------- `url_name` is not local
[INFO] [stdout] 20 | |     }
[INFO] [stdout] 21 | | }
[INFO] [stdout]    | | ^
[INFO] [stdout]    | | |
[INFO] [stdout]    | |_`QueryId` is not local
[INFO] [stdout]    |   move the `impl` block outside of this function `_impl_query_id_for_url_name`
[INFO] [stdout]    |
[INFO] [stdout]    = note: the derive macro `QueryId` defines the non-local `impl`, and may need to be changed
[INFO] [stdout]    = note: the derive macro `QueryId` may come from an old version of the `diesel_derives` crate, try updating your dependency with `cargo update -p diesel_derives`
[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: this warning originates in the derive macro `QueryId` which comes from the expansion of the macro `table` (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/domain/schema.rs:25:1
[INFO] [stdout]    |
[INFO] [stdout] 25 | / table! {
[INFO] [stdout] 26 | |     parse_histories(topic_id) {
[INFO] [stdout] 27 | |         topic_id -> Integer,
[INFO] [stdout] 28 | |         last_chapter_title -> Text,
[INFO] [stdout] ...  |
[INFO] [stdout] 33 | | }
[INFO] [stdout]    | | ^
[INFO] [stdout]    | | |
[INFO] [stdout]    | | `table` is not local
[INFO] [stdout]    | |_`QueryId` is not local
[INFO] [stdout]    |   move the `impl` block outside of this function `_impl_query_id_for_table`
[INFO] [stdout]    |
[INFO] [stdout]    = note: the derive macro `QueryId` defines the non-local `impl`, and may need to be changed
[INFO] [stdout]    = note: the derive macro `QueryId` may come from an old version of the `diesel_derives` crate, try updating your dependency with `cargo update -p diesel_derives`
[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: this warning originates in the derive macro `QueryId` which comes from the expansion of the macro `table` (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/domain/schema.rs:25:1
[INFO] [stdout]    |
[INFO] [stdout] 25 | / table! {
[INFO] [stdout] 26 | |     parse_histories(topic_id) {
[INFO] [stdout] 27 | |         topic_id -> Integer,
[INFO] [stdout]    | |         -------- `topic_id` is not local
[INFO] [stdout] 28 | |         last_chapter_title -> Text,
[INFO] [stdout] ...  |
[INFO] [stdout] 33 | | }
[INFO] [stdout]    | | ^
[INFO] [stdout]    | | |
[INFO] [stdout]    | |_`QueryId` is not local
[INFO] [stdout]    |   move the `impl` block outside of this function `_impl_query_id_for_topic_id`
[INFO] [stdout]    |
[INFO] [stdout]    = note: the derive macro `QueryId` defines the non-local `impl`, and may need to be changed
[INFO] [stdout]    = note: the derive macro `QueryId` may come from an old version of the `diesel_derives` crate, try updating your dependency with `cargo update -p diesel_derives`
[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: this warning originates in the derive macro `QueryId` which comes from the expansion of the macro `table` (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/domain/schema.rs:25:1
[INFO] [stdout]    |
[INFO] [stdout] 25 | / table! {
[INFO] [stdout] 26 | |     parse_histories(topic_id) {
[INFO] [stdout] 27 | |         topic_id -> Integer,
[INFO] [stdout] 28 | |         last_chapter_title -> Text,
[INFO] [stdout]    | |         ------------------ `last_chapter_title` is not local
[INFO] [stdout] ...  |
[INFO] [stdout] 33 | | }
[INFO] [stdout]    | | ^
[INFO] [stdout]    | | |
[INFO] [stdout]    | |_`QueryId` is not local
[INFO] [stdout]    |   move the `impl` block outside of this function `_impl_query_id_for_last_chapter_title`
[INFO] [stdout]    |
[INFO] [stdout]    = note: the derive macro `QueryId` defines the non-local `impl`, and may need to be changed
[INFO] [stdout]    = note: the derive macro `QueryId` may come from an old version of the `diesel_derives` crate, try updating your dependency with `cargo update -p diesel_derives`
[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: this warning originates in the derive macro `QueryId` which comes from the expansion of the macro `table` (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/domain/schema.rs:25:1
[INFO] [stdout]    |
[INFO] [stdout] 25 | / table! {
[INFO] [stdout] 26 | |     parse_histories(topic_id) {
[INFO] [stdout] 27 | |         topic_id -> Integer,
[INFO] [stdout] 28 | |         last_chapter_title -> Text,
[INFO] [stdout] 29 | |         chapter_name -> Text,
[INFO] [stdout]    | |         ------------ `chapter_name` is not local
[INFO] [stdout] ...  |
[INFO] [stdout] 33 | | }
[INFO] [stdout]    | | ^
[INFO] [stdout]    | | |
[INFO] [stdout]    | |_`QueryId` is not local
[INFO] [stdout]    |   move the `impl` block outside of this function `_impl_query_id_for_chapter_name`
[INFO] [stdout]    |
[INFO] [stdout]    = note: the derive macro `QueryId` defines the non-local `impl`, and may need to be changed
[INFO] [stdout]    = note: the derive macro `QueryId` may come from an old version of the `diesel_derives` crate, try updating your dependency with `cargo update -p diesel_derives`
[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: this warning originates in the derive macro `QueryId` which comes from the expansion of the macro `table` (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/domain/schema.rs:25:1
[INFO] [stdout]    |
[INFO] [stdout] 25 | / table! {
[INFO] [stdout] 26 | |     parse_histories(topic_id) {
[INFO] [stdout] 27 | |         topic_id -> Integer,
[INFO] [stdout] 28 | |         last_chapter_title -> Text,
[INFO] [stdout] 29 | |         chapter_name -> Text,
[INFO] [stdout] 30 | |         url -> Text,
[INFO] [stdout]    | |         --- `url` is not local
[INFO] [stdout] ...  |
[INFO] [stdout] 33 | | }
[INFO] [stdout]    | | ^
[INFO] [stdout]    | | |
[INFO] [stdout]    | |_`QueryId` is not local
[INFO] [stdout]    |   move the `impl` block outside of this function `_impl_query_id_for_url`
[INFO] [stdout]    |
[INFO] [stdout]    = note: the derive macro `QueryId` defines the non-local `impl`, and may need to be changed
[INFO] [stdout]    = note: the derive macro `QueryId` may come from an old version of the `diesel_derives` crate, try updating your dependency with `cargo update -p diesel_derives`
[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: this warning originates in the derive macro `QueryId` which comes from the expansion of the macro `table` (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/domain/schema.rs:25:1
[INFO] [stdout]    |
[INFO] [stdout] 25 | / table! {
[INFO] [stdout] 26 | |     parse_histories(topic_id) {
[INFO] [stdout] 27 | |         topic_id -> Integer,
[INFO] [stdout] 28 | |         last_chapter_title -> Text,
[INFO] [stdout] ...  |
[INFO] [stdout] 31 | |         release_date -> Text,
[INFO] [stdout]    | |         ------------ `release_date` is not local
[INFO] [stdout] 32 | |     }
[INFO] [stdout] 33 | | }
[INFO] [stdout]    | | ^
[INFO] [stdout]    | | |
[INFO] [stdout]    | |_`QueryId` is not local
[INFO] [stdout]    |   move the `impl` block outside of this function `_impl_query_id_for_release_date`
[INFO] [stdout]    |
[INFO] [stdout]    = note: the derive macro `QueryId` defines the non-local `impl`, and may need to be changed
[INFO] [stdout]    = note: the derive macro `QueryId` may come from an old version of the `diesel_derives` crate, try updating your dependency with `cargo update -p diesel_derives`
[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: this warning originates in the derive macro `QueryId` which comes from the expansion of the macro `table` (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/domain/schema.rs:35:1
[INFO] [stdout]    |
[INFO] [stdout] 35 | / table! {
[INFO] [stdout] 36 | |     subscriber_topics (chat_id, topic_id) {
[INFO] [stdout] 37 | |         chat_id -> BigInt,
[INFO] [stdout] 38 | |         topic_id -> Integer,
[INFO] [stdout] 39 | |     }
[INFO] [stdout] 40 | | }
[INFO] [stdout]    | | ^
[INFO] [stdout]    | | |
[INFO] [stdout]    | | `table` is not local
[INFO] [stdout]    | |_`QueryId` is not local
[INFO] [stdout]    |   move the `impl` block outside of this function `_impl_query_id_for_table`
[INFO] [stdout]    |
[INFO] [stdout]    = note: the derive macro `QueryId` defines the non-local `impl`, and may need to be changed
[INFO] [stdout]    = note: the derive macro `QueryId` may come from an old version of the `diesel_derives` crate, try updating your dependency with `cargo update -p diesel_derives`
[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: this warning originates in the derive macro `QueryId` which comes from the expansion of the macro `table` (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/domain/schema.rs:35:1
[INFO] [stdout]    |
[INFO] [stdout] 35 | / table! {
[INFO] [stdout] 36 | |     subscriber_topics (chat_id, topic_id) {
[INFO] [stdout] 37 | |         chat_id -> BigInt,
[INFO] [stdout]    | |         ------- `chat_id` is not local
[INFO] [stdout] 38 | |         topic_id -> Integer,
[INFO] [stdout] 39 | |     }
[INFO] [stdout] 40 | | }
[INFO] [stdout]    | | ^
[INFO] [stdout]    | | |
[INFO] [stdout]    | |_`QueryId` is not local
[INFO] [stdout]    |   move the `impl` block outside of this function `_impl_query_id_for_chat_id`
[INFO] [stdout]    |
[INFO] [stdout]    = note: the derive macro `QueryId` defines the non-local `impl`, and may need to be changed
[INFO] [stdout]    = note: the derive macro `QueryId` may come from an old version of the `diesel_derives` crate, try updating your dependency with `cargo update -p diesel_derives`
[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: this warning originates in the derive macro `QueryId` which comes from the expansion of the macro `table` (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/domain/schema.rs:35:1
[INFO] [stdout]    |
[INFO] [stdout] 35 | / table! {
[INFO] [stdout] 36 | |     subscriber_topics (chat_id, topic_id) {
[INFO] [stdout] 37 | |         chat_id -> BigInt,
[INFO] [stdout] 38 | |         topic_id -> Integer,
[INFO] [stdout]    | |         -------- `topic_id` is not local
[INFO] [stdout] 39 | |     }
[INFO] [stdout] 40 | | }
[INFO] [stdout]    | | ^
[INFO] [stdout]    | | |
[INFO] [stdout]    | |_`QueryId` is not local
[INFO] [stdout]    |   move the `impl` block outside of this function `_impl_query_id_for_topic_id`
[INFO] [stdout]    |
[INFO] [stdout]    = note: the derive macro `QueryId` defines the non-local `impl`, and may need to be changed
[INFO] [stdout]    = note: the derive macro `QueryId` may come from an old version of the `diesel_derives` crate, try updating your dependency with `cargo update -p diesel_derives`
[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: this warning originates in the derive macro `QueryId` which comes from the expansion of the macro `table` (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/domain/schema.rs:41:1
[INFO] [stdout]    |
[INFO] [stdout] 41 | / table! {
[INFO] [stdout] 42 | |     topic_notification_status(topic_id) {
[INFO] [stdout] 43 | |         topic_id -> Integer,
[INFO] [stdout] 44 | |         last_chapter_title -> Text,
[INFO] [stdout] ...  |
[INFO] [stdout] 47 | | }
[INFO] [stdout]    | | ^
[INFO] [stdout]    | | |
[INFO] [stdout]    | | `table` is not local
[INFO] [stdout]    | |_`QueryId` is not local
[INFO] [stdout]    |   move the `impl` block outside of this function `_impl_query_id_for_table`
[INFO] [stdout]    |
[INFO] [stdout]    = note: the derive macro `QueryId` defines the non-local `impl`, and may need to be changed
[INFO] [stdout]    = note: the derive macro `QueryId` may come from an old version of the `diesel_derives` crate, try updating your dependency with `cargo update -p diesel_derives`
[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: this warning originates in the derive macro `QueryId` which comes from the expansion of the macro `table` (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/domain/schema.rs:41:1
[INFO] [stdout]    |
[INFO] [stdout] 41 | / table! {
[INFO] [stdout] 42 | |     topic_notification_status(topic_id) {
[INFO] [stdout] 43 | |         topic_id -> Integer,
[INFO] [stdout]    | |         -------- `topic_id` is not local
[INFO] [stdout] 44 | |         last_chapter_title -> Text,
[INFO] [stdout] ...  |
[INFO] [stdout] 47 | | }
[INFO] [stdout]    | | ^
[INFO] [stdout]    | | |
[INFO] [stdout]    | |_`QueryId` is not local
[INFO] [stdout]    |   move the `impl` block outside of this function `_impl_query_id_for_topic_id`
[INFO] [stdout]    |
[INFO] [stdout]    = note: the derive macro `QueryId` defines the non-local `impl`, and may need to be changed
[INFO] [stdout]    = note: the derive macro `QueryId` may come from an old version of the `diesel_derives` crate, try updating your dependency with `cargo update -p diesel_derives`
[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: this warning originates in the derive macro `QueryId` which comes from the expansion of the macro `table` (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/domain/schema.rs:41:1
[INFO] [stdout]    |
[INFO] [stdout] 41 | / table! {
[INFO] [stdout] 42 | |     topic_notification_status(topic_id) {
[INFO] [stdout] 43 | |         topic_id -> Integer,
[INFO] [stdout] 44 | |         last_chapter_title -> Text,
[INFO] [stdout]    | |         ------------------ `last_chapter_title` is not local
[INFO] [stdout] ...  |
[INFO] [stdout] 47 | | }
[INFO] [stdout]    | | ^
[INFO] [stdout]    | | |
[INFO] [stdout]    | |_`QueryId` is not local
[INFO] [stdout]    |   move the `impl` block outside of this function `_impl_query_id_for_last_chapter_title`
[INFO] [stdout]    |
[INFO] [stdout]    = note: the derive macro `QueryId` defines the non-local `impl`, and may need to be changed
[INFO] [stdout]    = note: the derive macro `QueryId` may come from an old version of the `diesel_derives` crate, try updating your dependency with `cargo update -p diesel_derives`
[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: this warning originates in the derive macro `QueryId` which comes from the expansion of the macro `table` (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/domain/schema.rs:41:1
[INFO] [stdout]    |
[INFO] [stdout] 41 | / table! {
[INFO] [stdout] 42 | |     topic_notification_status(topic_id) {
[INFO] [stdout] 43 | |         topic_id -> Integer,
[INFO] [stdout] 44 | |         last_chapter_title -> Text,
[INFO] [stdout] 45 | |         updated_at -> Timestamp,
[INFO] [stdout]    | |         ---------- `updated_at` is not local
[INFO] [stdout] 46 | |     }
[INFO] [stdout] 47 | | }
[INFO] [stdout]    | | ^
[INFO] [stdout]    | | |
[INFO] [stdout]    | |_`QueryId` is not local
[INFO] [stdout]    |   move the `impl` block outside of this function `_impl_query_id_for_updated_at`
[INFO] [stdout]    |
[INFO] [stdout]    = note: the derive macro `QueryId` defines the non-local `impl`, and may need to be changed
[INFO] [stdout]    = note: the derive macro `QueryId` may come from an old version of the `diesel_derives` crate, try updating your dependency with `cargo update -p diesel_derives`
[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: this warning originates in the derive macro `QueryId` which comes from the expansion of the macro `table` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/application/parser/extractor/mangapoisk.rs:25:34
[INFO] [stdout]    |
[INFO] [stdout] 25 |     fn extract_last_chapter_elem(&self) -> Result<ElementRef, Error> {
[INFO] [stdout]    |                                  ^^^^^            ^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]    |                                  |
[INFO] [stdout]    |                                  the lifetime is elided here
[INFO] [stdout]    |
[INFO] [stdout]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout]    = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]    |
[INFO] [stdout] 25 |     fn extract_last_chapter_elem(&self) -> Result<ElementRef<'_>, Error> {
[INFO] [stdout]    |                                                             ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/application/parser/extractor/contract.rs:22:34
[INFO] [stdout]    |
[INFO] [stdout] 22 |     fn extract_last_chapter_elem(&self) -> Result<ElementRef, Error>;
[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] 22 |     fn extract_last_chapter_elem(&self) -> Result<ElementRef<'_>, Error>;
[INFO] [stdout]    |                                                             ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 22s
[INFO] [stderr] warning: the following packages contain code that will be rejected by a future version of Rust: html5ever v0.25.1, teloxide-macros v0.4.0
[INFO] [stderr] note: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1`
[INFO] running `Command { std: "docker" "inspect" "2c0f71cae8100ff453c9def485659b53e128f3cbcaed5b1c54accccb6fecf8d9", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "2c0f71cae8100ff453c9def485659b53e128f3cbcaed5b1c54accccb6fecf8d9", kill_on_drop: false }`
[INFO] [stdout] 2c0f71cae8100ff453c9def485659b53e128f3cbcaed5b1c54accccb6fecf8d9
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-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=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:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2025-09-21" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 74dbbee13df225970ee8ec56ee334dec62a1ec5661220443febcf62967c2ff22
[INFO] running `Command { std: "docker" "start" "-a" "74dbbee13df225970ee8ec56ee334dec62a1ec5661220443febcf62967c2ff22", kill_on_drop: false }`
[INFO] [stderr]    Compiling libnghttp2-sys v0.1.7+1.45.0
[INFO] [stderr]    Compiling libz-sys v1.1.3
[INFO] [stderr]    Compiling dirs-sys-next v0.1.2
[INFO] [stderr]    Compiling crunchy v0.2.2
[INFO] [stderr]    Compiling async-channel v1.6.1
[INFO] [stderr]    Compiling curl-sys v0.4.51+curl-7.80.0
[INFO] [stderr]    Compiling tiny-keccak v2.0.2
[INFO] [stderr]    Compiling bit-vec v0.6.3
[INFO] [stderr]    Compiling fixedbitset v0.2.0
[INFO] [stderr]    Compiling async-task v4.0.3
[INFO] [stderr]    Compiling crossbeam-utils v0.8.5
[INFO] [stderr]    Compiling itertools v0.10.3
[INFO] [stderr]    Compiling lalrpop-util v0.19.6
[INFO] [stderr]    Compiling ena v0.14.0
[INFO] [stderr]    Compiling atomic-waker v1.0.0
[INFO] [stderr]    Compiling diff v0.1.12
[INFO] [stderr]    Compiling dirs-next v2.0.0
[INFO] [stderr]    Compiling bit-set v0.5.2
[INFO] [stderr]    Compiling pico-args v0.4.2
[INFO] [stderr]    Compiling term v0.7.0
[INFO] [stderr]    Compiling petgraph v0.5.1
[INFO] [stderr]    Compiling async-mutex v1.4.0
[INFO] [stderr]    Compiling curl v0.4.41
[INFO] [stderr]    Compiling blocking v1.1.0
[INFO] [stderr]    Compiling async-executor v1.4.1
[INFO] [stderr]    Compiling kv-log-macro v1.0.7
[INFO] [stderr]    Compiling async-lock v2.4.0
[INFO] [stderr]    Compiling isahc v1.6.0
[INFO] [stderr]    Compiling sluice v0.5.5
[INFO] [stderr]    Compiling tracing-futures v0.2.5
[INFO] [stderr]    Compiling async-stream-impl v0.3.2
[INFO] [stderr]    Compiling castaway v0.1.2
[INFO] [stderr]    Compiling assert-json-diff v2.0.1
[INFO] [stderr]    Compiling serde_regex v1.1.0
[INFO] [stderr]    Compiling qstring v0.7.2
[INFO] [stderr]    Compiling levenshtein v1.0.5
[INFO] [stderr]    Compiling similar v2.1.0
[INFO] [stderr]    Compiling ascii-canvas v3.0.0
[INFO] [stderr]    Compiling async-global-executor v2.0.2
[INFO] [stderr]    Compiling async-std v1.10.0
[INFO] [stderr]    Compiling async-stream v0.3.2
[INFO] [stderr]    Compiling tokio-test v0.4.2
[INFO] [stderr]    Compiling lalrpop v0.19.6
[INFO] [stderr]    Compiling async-object-pool v0.1.4
[INFO] [stderr]    Compiling basic-cookies v0.1.4
[INFO] [stderr]    Compiling httpmock v0.6.5
[INFO] [stderr]    Compiling onepunchman_parcer_bot v2.3.1 (/opt/rustwide/workdir)
[INFO] [stdout] warning: fields `notification_type` and `created_at` are never read
[INFO] [stdout]  --> src/domain/model/app_notifications.rs:6:9
[INFO] [stdout]   |
[INFO] [stdout] 4 | pub struct AppNotification {
[INFO] [stdout]   |            --------------- fields in this struct
[INFO] [stdout] 5 |     pub id: i32,
[INFO] [stdout] 6 |     pub notification_type: String,
[INFO] [stdout]   |         ^^^^^^^^^^^^^^^^^
[INFO] [stdout] 7 |     pub text: String,
[INFO] [stdout] 8 |     pub created_at: chrono::NaiveDateTime
[INFO] [stdout]   |         ^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `AppNotification` has derived impls for the traits `Clone` and `Debug`, but these are 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: struct `TopicNotificationStatus` is never constructed
[INFO] [stdout]  --> src/domain/model/topic_notification_status.rs:7:12
[INFO] [stdout]   |
[INFO] [stdout] 7 | pub struct TopicNotificationStatus {
[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/domain/model/parse_history.rs:7:24
[INFO] [stdout]    |
[INFO] [stdout]  7 | #[derive(Debug, Clone, Queryable, QueryableByName, Insertable, AsChangeset, Associations)]
[INFO] [stdout]    |                        ^--------
[INFO] [stdout]    |                        |
[INFO] [stdout]    |                        `Queryable` is not local
[INFO] [stdout]    |                        move the `impl` block outside of this function `_impl_queryable_for_raw`
[INFO] [stdout] ...
[INFO] [stdout] 10 | pub struct Raw {
[INFO] [stdout]    |            --- `Raw` is not local
[INFO] [stdout]    |
[INFO] [stdout]    = note: the derive macro `Queryable` defines the non-local `impl`, and may need to be changed
[INFO] [stdout]    = note: the derive macro `Queryable` may come from an old version of the `diesel_derives` crate, try updating your dependency with `cargo update -p diesel_derives`
[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: `#[warn(non_local_definitions)]` on by default
[INFO] [stdout]    = note: this warning originates in the derive macro `Queryable` (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/domain/model/parse_history.rs:7:35
[INFO] [stdout]    |
[INFO] [stdout]  7 | #[derive(Debug, Clone, Queryable, QueryableByName, Insertable, AsChangeset, Associations)]
[INFO] [stdout]    |                                   ^--------------
[INFO] [stdout]    |                                   |
[INFO] [stdout]    |                                   `QueryableByName` is not local
[INFO] [stdout]    |                                   move the `impl` block outside of this function `_impl_queryable_by_name_for_raw`
[INFO] [stdout] ...
[INFO] [stdout] 10 | pub struct Raw {
[INFO] [stdout]    |            --- `Raw` is not local
[INFO] [stdout]    |
[INFO] [stdout]    = note: the derive macro `QueryableByName` defines the non-local `impl`, and may need to be changed
[INFO] [stdout]    = note: the derive macro `QueryableByName` may come from an old version of the `diesel_derives` crate, try updating your dependency with `cargo update -p diesel_derives`
[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: this warning originates in the derive macro `QueryableByName` (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/domain/model/parse_history.rs:7:52
[INFO] [stdout]    |
[INFO] [stdout]  7 | #[derive(Debug, Clone, Queryable, QueryableByName, Insertable, AsChangeset, Associations)]
[INFO] [stdout]    |                                                    ^---------
[INFO] [stdout]    |                                                    |
[INFO] [stdout]    |                                                    `Insertable` is not local
[INFO] [stdout]    |                                                    `table` is not local
[INFO] [stdout]    |                                                    move the `impl` block outside of this function `_impl_insertable_for_raw`
[INFO] [stdout] ...
[INFO] [stdout] 10 | pub struct Raw {
[INFO] [stdout]    |            --- `Raw` is not local
[INFO] [stdout]    |
[INFO] [stdout]    = note: the derive macro `Insertable` defines the non-local `impl`, and may need to be changed
[INFO] [stdout]    = note: the derive macro `Insertable` may come from an old version of the `diesel_derives` crate, try updating your dependency with `cargo update -p diesel_derives`
[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: this warning originates in the derive macro `Insertable` (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/domain/model/parse_history.rs:7:52
[INFO] [stdout]    |
[INFO] [stdout]  7 | #[derive(Debug, Clone, Queryable, QueryableByName, Insertable, AsChangeset, Associations)]
[INFO] [stdout]    |                                                    -^^^^^^^^^
[INFO] [stdout]    |                                                    |
[INFO] [stdout]    |                                                    `Insertable` is not local
[INFO] [stdout]    |                                                    `table` is not local
[INFO] [stdout]    |                                                    move the `impl` block outside of this function `_impl_insertable_for_raw`
[INFO] [stdout] ...
[INFO] [stdout] 10 | pub struct Raw {
[INFO] [stdout]    |            --- `Raw` is not local
[INFO] [stdout]    |
[INFO] [stdout]    = note: the derive macro `Insertable` defines the non-local `impl`, and may need to be changed
[INFO] [stdout]    = note: the derive macro `Insertable` may come from an old version of the `diesel_derives` crate, try updating your dependency with `cargo update -p diesel_derives`
[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: this warning originates in the derive macro `Insertable` (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/domain/model/parse_history.rs:7:52
[INFO] [stdout]    |
[INFO] [stdout]  7 | #[derive(Debug, Clone, Queryable, QueryableByName, Insertable, AsChangeset, Associations)]
[INFO] [stdout]    |                                                    ^---------
[INFO] [stdout]    |                                                    |
[INFO] [stdout]    |                                                    `UndecoratedInsertRecord` is not local
[INFO] [stdout]    |                                                    `table` is not local
[INFO] [stdout]    |                                                    move the `impl` block outside of this function `_impl_insertable_for_raw`
[INFO] [stdout] ...
[INFO] [stdout] 10 | pub struct Raw {
[INFO] [stdout]    |            --- `Raw` is not local
[INFO] [stdout]    |
[INFO] [stdout]    = note: the derive macro `Insertable` defines the non-local `impl`, and may need to be changed
[INFO] [stdout]    = note: the derive macro `Insertable` may come from an old version of the `diesel_derives` crate, try updating your dependency with `cargo update -p diesel_derives`
[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: this warning originates in the derive macro `Insertable` (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/domain/model/parse_history.rs:7:64
[INFO] [stdout]    |
[INFO] [stdout]  7 | #[derive(Debug, Clone, Queryable, QueryableByName, Insertable, AsChangeset, Associations)]
[INFO] [stdout]    |                                                                ^^^^^^^^^^^
[INFO] [stdout]    |                                                                |
[INFO] [stdout]    |                                                                `AsChangeset` is not local
[INFO] [stdout]    |                                                                move the `impl` block outside of this function `_impl_as_changeset_for_raw`
[INFO] [stdout] ...
[INFO] [stdout] 10 | pub struct Raw {
[INFO] [stdout]    |            --- `Raw` is not local
[INFO] [stdout]    |
[INFO] [stdout]    = note: the derive macro `AsChangeset` defines the non-local `impl`, and may need to be changed
[INFO] [stdout]    = note: the derive macro `AsChangeset` may come from an old version of the `diesel_derives` crate, try updating your dependency with `cargo update -p diesel_derives`
[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: this warning originates in the derive macro `AsChangeset` (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/domain/model/parse_history.rs:7:64
[INFO] [stdout]    |
[INFO] [stdout]  7 | #[derive(Debug, Clone, Queryable, QueryableByName, Insertable, AsChangeset, Associations)]
[INFO] [stdout]    |                                                                ^----------
[INFO] [stdout]    |                                                                |
[INFO] [stdout]    |                                                                `AsChangeset` is not local
[INFO] [stdout]    |                                                                move the `impl` block outside of this function `_impl_as_changeset_for_raw`
[INFO] [stdout] ...
[INFO] [stdout] 10 | pub struct Raw {
[INFO] [stdout]    |            --- `Raw` is not local
[INFO] [stdout]    |
[INFO] [stdout]    = note: the derive macro `AsChangeset` defines the non-local `impl`, and may need to be changed
[INFO] [stdout]    = note: the derive macro `AsChangeset` may come from an old version of the `diesel_derives` crate, try updating your dependency with `cargo update -p diesel_derives`
[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: this warning originates in the derive macro `AsChangeset` (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/domain/model/parse_history.rs:7:77
[INFO] [stdout]    |
[INFO] [stdout]  7 | #[derive(Debug, Clone, Queryable, QueryableByName, Insertable, AsChangeset, Associations)]
[INFO] [stdout]    |                                                                             ^-----------
[INFO] [stdout]    |                                                                             |
[INFO] [stdout]    |                                                                             `BelongsTo` is not local
[INFO] [stdout]    |                                                                             move the `impl` block outside of this function `_impl_associations_for_raw`
[INFO] [stdout]  8 | #[table_name = "parse_histories"]
[INFO] [stdout]  9 | #[belongs_to(Topic, foreign_key = "topic_id")]
[INFO] [stdout]    |              ----- `Topic` is not local
[INFO] [stdout] 10 | pub struct Raw {
[INFO] [stdout]    |            --- `Raw` is not local
[INFO] [stdout]    |
[INFO] [stdout]    = note: the derive macro `Associations` defines the non-local `impl`, and may need to be changed
[INFO] [stdout]    = note: the derive macro `Associations` may come from an old version of the `diesel_derives` crate, try updating your dependency with `cargo update -p diesel_derives`
[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: this warning originates in the derive macro `Associations` (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/domain/model/subscriber.rs:3:10
[INFO] [stdout]   |
[INFO] [stdout] 3 | #[derive(Queryable,Insertable)]
[INFO] [stdout]   |          ^--------
[INFO] [stdout]   |          |
[INFO] [stdout]   |          `Queryable` is not local
[INFO] [stdout]   |          move the `impl` block outside of this function `_impl_queryable_for_subscriber`
[INFO] [stdout] 4 | pub struct Subscriber {
[INFO] [stdout]   |            ---------- `Subscriber` is not local
[INFO] [stdout]   |
[INFO] [stdout]   = note: the derive macro `Queryable` defines the non-local `impl`, and may need to be changed
[INFO] [stdout]   = note: the derive macro `Queryable` may come from an old version of the `diesel_derives` crate, try updating your dependency with `cargo update -p diesel_derives`
[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: this warning originates in the derive macro `Queryable` (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/domain/model/subscriber.rs:3:20
[INFO] [stdout]   |
[INFO] [stdout] 3 | #[derive(Queryable,Insertable)]
[INFO] [stdout]   |                    ^---------
[INFO] [stdout]   |                    |
[INFO] [stdout]   |                    `Insertable` is not local
[INFO] [stdout]   |                    `table` is not local
[INFO] [stdout]   |                    move the `impl` block outside of this function `_impl_insertable_for_subscriber`
[INFO] [stdout] 4 | pub struct Subscriber {
[INFO] [stdout]   |            ---------- `Subscriber` is not local
[INFO] [stdout]   |
[INFO] [stdout]   = note: the derive macro `Insertable` defines the non-local `impl`, and may need to be changed
[INFO] [stdout]   = note: the derive macro `Insertable` may come from an old version of the `diesel_derives` crate, try updating your dependency with `cargo update -p diesel_derives`
[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: this warning originates in the derive macro `Insertable` (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/domain/model/subscriber.rs:3:20
[INFO] [stdout]   |
[INFO] [stdout] 3 | #[derive(Queryable,Insertable)]
[INFO] [stdout]   |                    -^^^^^^^^^
[INFO] [stdout]   |                    |
[INFO] [stdout]   |                    `Insertable` is not local
[INFO] [stdout]   |                    `table` is not local
[INFO] [stdout]   |                    move the `impl` block outside of this function `_impl_insertable_for_subscriber`
[INFO] [stdout] 4 | pub struct Subscriber {
[INFO] [stdout]   |            ---------- `Subscriber` is not local
[INFO] [stdout]   |
[INFO] [stdout]   = note: the derive macro `Insertable` defines the non-local `impl`, and may need to be changed
[INFO] [stdout]   = note: the derive macro `Insertable` may come from an old version of the `diesel_derives` crate, try updating your dependency with `cargo update -p diesel_derives`
[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: this warning originates in the derive macro `Insertable` (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/domain/model/subscriber.rs:3:20
[INFO] [stdout]   |
[INFO] [stdout] 3 | #[derive(Queryable,Insertable)]
[INFO] [stdout]   |                    ^---------
[INFO] [stdout]   |                    |
[INFO] [stdout]   |                    `UndecoratedInsertRecord` is not local
[INFO] [stdout]   |                    `table` is not local
[INFO] [stdout]   |                    move the `impl` block outside of this function `_impl_insertable_for_subscriber`
[INFO] [stdout] 4 | pub struct Subscriber {
[INFO] [stdout]   |            ---------- `Subscriber` is not local
[INFO] [stdout]   |
[INFO] [stdout]   = note: the derive macro `Insertable` defines the non-local `impl`, and may need to be changed
[INFO] [stdout]   = note: the derive macro `Insertable` may come from an old version of the `diesel_derives` crate, try updating your dependency with `cargo update -p diesel_derives`
[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: this warning originates in the derive macro `Insertable` (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/domain/model/subscriber_favorite_topic.rs:8:10
[INFO] [stdout]    |
[INFO] [stdout]  8 | #[derive(Identifiable, Clone, Queryable, Debug, Insertable, Associations)]
[INFO] [stdout]    |          ^-----------
[INFO] [stdout]    |          |
[INFO] [stdout]    |          `HasTable` is not local
[INFO] [stdout]    |          move the `impl` block outside of this function `_impl_identifiable_for_subscriberfavoritetopic`
[INFO] [stdout] ...
[INFO] [stdout] 13 | pub struct SubscriberFavoriteTopic {
[INFO] [stdout]    |            ----------------------- `SubscriberFavoriteTopic` is not local
[INFO] [stdout]    |
[INFO] [stdout]    = note: the derive macro `Identifiable` defines the non-local `impl`, and may need to be changed
[INFO] [stdout]    = note: the derive macro `Identifiable` may come from an old version of the `diesel_derives` crate, try updating your dependency with `cargo update -p diesel_derives`
[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: this warning originates in the derive macro `Identifiable` (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/domain/model/subscriber_favorite_topic.rs:8:10
[INFO] [stdout]    |
[INFO] [stdout]  8 | #[derive(Identifiable, Clone, Queryable, Debug, Insertable, Associations)]
[INFO] [stdout]    |          ^^^^^^^^^^^^
[INFO] [stdout]    |          |
[INFO] [stdout]    |          `Identifiable` is not local
[INFO] [stdout]    |          move the `impl` block outside of this function `_impl_identifiable_for_subscriberfavoritetopic`
[INFO] [stdout] ...
[INFO] [stdout] 13 | pub struct SubscriberFavoriteTopic {
[INFO] [stdout]    |            ----------------------- `SubscriberFavoriteTopic` is not local
[INFO] [stdout]    |
[INFO] [stdout]    = note: the derive macro `Identifiable` defines the non-local `impl`, and may need to be changed
[INFO] [stdout]    = note: the derive macro `Identifiable` may come from an old version of the `diesel_derives` crate, try updating your dependency with `cargo update -p diesel_derives`
[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: this warning originates in the derive macro `Identifiable` (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/domain/model/subscriber_favorite_topic.rs:8:31
[INFO] [stdout]    |
[INFO] [stdout]  8 | #[derive(Identifiable, Clone, Queryable, Debug, Insertable, Associations)]
[INFO] [stdout]    |                               ^--------
[INFO] [stdout]    |                               |
[INFO] [stdout]    |                               `Queryable` is not local
[INFO] [stdout]    |                               move the `impl` block outside of this function `_impl_queryable_for_subscriberfavoritetopic`
[INFO] [stdout] ...
[INFO] [stdout] 13 | pub struct SubscriberFavoriteTopic {
[INFO] [stdout]    |            ----------------------- `SubscriberFavoriteTopic` is not local
[INFO] [stdout]    |
[INFO] [stdout]    = note: the derive macro `Queryable` defines the non-local `impl`, and may need to be changed
[INFO] [stdout]    = note: the derive macro `Queryable` may come from an old version of the `diesel_derives` crate, try updating your dependency with `cargo update -p diesel_derives`
[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: this warning originates in the derive macro `Queryable` (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/domain/model/subscriber_favorite_topic.rs:8:49
[INFO] [stdout]    |
[INFO] [stdout]  8 | #[derive(Identifiable, Clone, Queryable, Debug, Insertable, Associations)]
[INFO] [stdout]    |                                                 ^---------
[INFO] [stdout]    |                                                 |
[INFO] [stdout]    |                                                 `Insertable` is not local
[INFO] [stdout]    |                                                 `table` is not local
[INFO] [stdout]    |                                                 move the `impl` block outside of this function `_impl_insertable_for_subscriberfavoritetopic`
[INFO] [stdout] ...
[INFO] [stdout] 13 | pub struct SubscriberFavoriteTopic {
[INFO] [stdout]    |            ----------------------- `SubscriberFavoriteTopic` is not local
[INFO] [stdout]    |
[INFO] [stdout]    = note: the derive macro `Insertable` defines the non-local `impl`, and may need to be changed
[INFO] [stdout]    = note: the derive macro `Insertable` may come from an old version of the `diesel_derives` crate, try updating your dependency with `cargo update -p diesel_derives`
[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: this warning originates in the derive macro `Insertable` (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/domain/model/subscriber_favorite_topic.rs:8:49
[INFO] [stdout]    |
[INFO] [stdout]  8 | #[derive(Identifiable, Clone, Queryable, Debug, Insertable, Associations)]
[INFO] [stdout]    |                                                 -^^^^^^^^^
[INFO] [stdout]    |                                                 |
[INFO] [stdout]    |                                                 `Insertable` is not local
[INFO] [stdout]    |                                                 `table` is not local
[INFO] [stdout]    |                                                 move the `impl` block outside of this function `_impl_insertable_for_subscriberfavoritetopic`
[INFO] [stdout] ...
[INFO] [stdout] 13 | pub struct SubscriberFavoriteTopic {
[INFO] [stdout]    |            ----------------------- `SubscriberFavoriteTopic` is not local
[INFO] [stdout]    |
[INFO] [stdout]    = note: the derive macro `Insertable` defines the non-local `impl`, and may need to be changed
[INFO] [stdout]    = note: the derive macro `Insertable` may come from an old version of the `diesel_derives` crate, try updating your dependency with `cargo update -p diesel_derives`
[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: this warning originates in the derive macro `Insertable` (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/domain/model/subscriber_favorite_topic.rs:8:49
[INFO] [stdout]    |
[INFO] [stdout]  8 | #[derive(Identifiable, Clone, Queryable, Debug, Insertable, Associations)]
[INFO] [stdout]    |                                                 ^---------
[INFO] [stdout]    |                                                 |
[INFO] [stdout]    |                                                 `UndecoratedInsertRecord` is not local
[INFO] [stdout]    |                                                 `table` is not local
[INFO] [stdout]    |                                                 move the `impl` block outside of this function `_impl_insertable_for_subscriberfavoritetopic`
[INFO] [stdout] ...
[INFO] [stdout] 13 | pub struct SubscriberFavoriteTopic {
[INFO] [stdout]    |            ----------------------- `SubscriberFavoriteTopic` is not local
[INFO] [stdout]    |
[INFO] [stdout]    = note: the derive macro `Insertable` defines the non-local `impl`, and may need to be changed
[INFO] [stdout]    = note: the derive macro `Insertable` may come from an old version of the `diesel_derives` crate, try updating your dependency with `cargo update -p diesel_derives`
[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: this warning originates in the derive macro `Insertable` (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/domain/model/subscriber_favorite_topic.rs:8:61
[INFO] [stdout]    |
[INFO] [stdout]  8 | #[derive(Identifiable, Clone, Queryable, Debug, Insertable, Associations)]
[INFO] [stdout]    |                                                             ^-----------
[INFO] [stdout]    |                                                             |
[INFO] [stdout]    |                                                             `BelongsTo` is not local
[INFO] [stdout]    |                                                             move the `impl` block outside of this function `_impl_associations_for_subscriberfavoritetopic`
[INFO] [stdout]  9 | #[primary_key(chat_id, topic_id)]
[INFO] [stdout] 10 | #[belongs_to(Subscriber, foreign_key = "chat_id")]
[INFO] [stdout]    |              ---------- `Subscriber` is not local
[INFO] [stdout] ...
[INFO] [stdout] 13 | pub struct SubscriberFavoriteTopic {
[INFO] [stdout]    |            ----------------------- `SubscriberFavoriteTopic` is not local
[INFO] [stdout]    |
[INFO] [stdout]    = note: the derive macro `Associations` defines the non-local `impl`, and may need to be changed
[INFO] [stdout]    = note: the derive macro `Associations` may come from an old version of the `diesel_derives` crate, try updating your dependency with `cargo update -p diesel_derives`
[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: this warning originates in the derive macro `Associations` (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/domain/model/subscriber_favorite_topic.rs:8:61
[INFO] [stdout]    |
[INFO] [stdout]  8 | #[derive(Identifiable, Clone, Queryable, Debug, Insertable, Associations)]
[INFO] [stdout]    |                                                             ^-----------
[INFO] [stdout]    |                                                             |
[INFO] [stdout]    |                                                             `BelongsTo` is not local
[INFO] [stdout]    |                                                             move the `impl` block outside of this function `_impl_associations_for_subscriberfavoritetopic`
[INFO] [stdout] ...
[INFO] [stdout] 11 | #[belongs_to(Topic, foreign_key = "topic_id")]
[INFO] [stdout]    |              ----- `Topic` is not local
[INFO] [stdout] 12 | #[table_name = "subscriber_topics"]
[INFO] [stdout] 13 | pub struct SubscriberFavoriteTopic {
[INFO] [stdout]    |            ----------------------- `SubscriberFavoriteTopic` is not local
[INFO] [stdout]    |
[INFO] [stdout]    = note: the derive macro `Associations` defines the non-local `impl`, and may need to be changed
[INFO] [stdout]    = note: the derive macro `Associations` may come from an old version of the `diesel_derives` crate, try updating your dependency with `cargo update -p diesel_derives`
[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: this warning originates in the derive macro `Associations` (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/domain/model/subscriber_favorite_topic.rs:23:10
[INFO] [stdout]    |
[INFO] [stdout] 23 | #[derive(Identifiable, Clone, Queryable, Debug, Associations, PartialEq)]
[INFO] [stdout]    |          ^-----------
[INFO] [stdout]    |          |
[INFO] [stdout]    |          `HasTable` is not local
[INFO] [stdout]    |          move the `impl` block outside of this function `_impl_identifiable_for_raw`
[INFO] [stdout] ...
[INFO] [stdout] 28 | pub struct Raw {
[INFO] [stdout]    |            --- `Raw` is not local
[INFO] [stdout]    |
[INFO] [stdout]    = note: the derive macro `Identifiable` defines the non-local `impl`, and may need to be changed
[INFO] [stdout]    = note: the derive macro `Identifiable` may come from an old version of the `diesel_derives` crate, try updating your dependency with `cargo update -p diesel_derives`
[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: this warning originates in the derive macro `Identifiable` (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/domain/model/subscriber_favorite_topic.rs:23:10
[INFO] [stdout]    |
[INFO] [stdout] 23 | #[derive(Identifiable, Clone, Queryable, Debug, Associations, PartialEq)]
[INFO] [stdout]    |          ^^^^^^^^^^^^
[INFO] [stdout]    |          |
[INFO] [stdout]    |          `Identifiable` is not local
[INFO] [stdout]    |          move the `impl` block outside of this function `_impl_identifiable_for_raw`
[INFO] [stdout] ...
[INFO] [stdout] 28 | pub struct Raw {
[INFO] [stdout]    |            --- `Raw` is not local
[INFO] [stdout]    |
[INFO] [stdout]    = note: the derive macro `Identifiable` defines the non-local `impl`, and may need to be changed
[INFO] [stdout]    = note: the derive macro `Identifiable` may come from an old version of the `diesel_derives` crate, try updating your dependency with `cargo update -p diesel_derives`
[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: this warning originates in the derive macro `Identifiable` (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/domain/model/subscriber_favorite_topic.rs:23:31
[INFO] [stdout]    |
[INFO] [stdout] 23 | #[derive(Identifiable, Clone, Queryable, Debug, Associations, PartialEq)]
[INFO] [stdout]    |                               ^--------
[INFO] [stdout]    |                               |
[INFO] [stdout]    |                               `Queryable` is not local
[INFO] [stdout]    |                               move the `impl` block outside of this function `_impl_queryable_for_raw`
[INFO] [stdout] ...
[INFO] [stdout] 28 | pub struct Raw {
[INFO] [stdout]    |            --- `Raw` is not local
[INFO] [stdout]    |
[INFO] [stdout]    = note: the derive macro `Queryable` defines the non-local `impl`, and may need to be changed
[INFO] [stdout]    = note: the derive macro `Queryable` may come from an old version of the `diesel_derives` crate, try updating your dependency with `cargo update -p diesel_derives`
[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: this warning originates in the derive macro `Queryable` (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/domain/model/subscriber_favorite_topic.rs:23:49
[INFO] [stdout]    |
[INFO] [stdout] 23 | #[derive(Identifiable, Clone, Queryable, Debug, Associations, PartialEq)]
[INFO] [stdout]    |                                                 ^-----------
[INFO] [stdout]    |                                                 |
[INFO] [stdout]    |                                                 `BelongsTo` is not local
[INFO] [stdout]    |                                                 move the `impl` block outside of this function `_impl_associations_for_raw`
[INFO] [stdout] 24 | #[primary_key(chat_id, topic_id)]
[INFO] [stdout] 25 | #[belongs_to(Subscriber, foreign_key = "chat_id")]
[INFO] [stdout]    |              ---------- `Subscriber` is not local
[INFO] [stdout] ...
[INFO] [stdout] 28 | pub struct Raw {
[INFO] [stdout]    |            --- `Raw` is not local
[INFO] [stdout]    |
[INFO] [stdout]    = note: the derive macro `Associations` defines the non-local `impl`, and may need to be changed
[INFO] [stdout]    = note: the derive macro `Associations` may come from an old version of the `diesel_derives` crate, try updating your dependency with `cargo update -p diesel_derives`
[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: this warning originates in the derive macro `Associations` (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/domain/model/subscriber_favorite_topic.rs:23:49
[INFO] [stdout]    |
[INFO] [stdout] 23 | #[derive(Identifiable, Clone, Queryable, Debug, Associations, PartialEq)]
[INFO] [stdout]    |                                                 ^-----------
[INFO] [stdout]    |                                                 |
[INFO] [stdout]    |                                                 `BelongsTo` is not local
[INFO] [stdout]    |                                                 move the `impl` block outside of this function `_impl_associations_for_raw`
[INFO] [stdout] ...
[INFO] [stdout] 26 | #[belongs_to(Topic, foreign_key = "topic_id")]
[INFO] [stdout]    |              ----- `Topic` is not local
[INFO] [stdout] 27 | #[table_name = "subscriber_topics"]
[INFO] [stdout] 28 | pub struct Raw {
[INFO] [stdout]    |            --- `Raw` is not local
[INFO] [stdout]    |
[INFO] [stdout]    = note: the derive macro `Associations` defines the non-local `impl`, and may need to be changed
[INFO] [stdout]    = note: the derive macro `Associations` may come from an old version of the `diesel_derives` crate, try updating your dependency with `cargo update -p diesel_derives`
[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: this warning originates in the derive macro `Associations` (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/domain/model/app_notifications.rs:3:24
[INFO] [stdout]   |
[INFO] [stdout] 3 | #[derive(Debug, Clone, Queryable)]
[INFO] [stdout]   |                        ^--------
[INFO] [stdout]   |                        |
[INFO] [stdout]   |                        `Queryable` is not local
[INFO] [stdout]   |                        move the `impl` block outside of this function `_impl_queryable_for_appnotification`
[INFO] [stdout] 4 | pub struct AppNotification {
[INFO] [stdout]   |            --------------- `AppNotification` is not local
[INFO] [stdout]   |
[INFO] [stdout]   = note: the derive macro `Queryable` defines the non-local `impl`, and may need to be changed
[INFO] [stdout]   = note: the derive macro `Queryable` may come from an old version of the `diesel_derives` crate, try updating your dependency with `cargo update -p diesel_derives`
[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: this warning originates in the derive macro `Queryable` (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/domain/model/app_notifications.rs:11:17
[INFO] [stdout]    |
[INFO] [stdout] 11 | #[derive(Debug, Insertable, AsChangeset)]
[INFO] [stdout]    |                 ^---------
[INFO] [stdout]    |                 |
[INFO] [stdout]    |                 `Insertable` is not local
[INFO] [stdout]    |                 `table` is not local
[INFO] [stdout]    |                 move the `impl` block outside of this function `_impl_insertable_for_newappnotification`
[INFO] [stdout] 12 | #[table_name = "app_notifications"]
[INFO] [stdout] 13 | pub struct NewAppNotification {
[INFO] [stdout]    |            ------------------ `NewAppNotification` is not local
[INFO] [stdout]    |
[INFO] [stdout]    = note: the derive macro `Insertable` defines the non-local `impl`, and may need to be changed
[INFO] [stdout]    = note: the derive macro `Insertable` may come from an old version of the `diesel_derives` crate, try updating your dependency with `cargo update -p diesel_derives`
[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: this warning originates in the derive macro `Insertable` (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/domain/model/app_notifications.rs:11:17
[INFO] [stdout]    |
[INFO] [stdout] 11 | #[derive(Debug, Insertable, AsChangeset)]
[INFO] [stdout]    |                 -^^^^^^^^^
[INFO] [stdout]    |                 |
[INFO] [stdout]    |                 `Insertable` is not local
[INFO] [stdout]    |                 `table` is not local
[INFO] [stdout]    |                 move the `impl` block outside of this function `_impl_insertable_for_newappnotification`
[INFO] [stdout] 12 | #[table_name = "app_notifications"]
[INFO] [stdout] 13 | pub struct NewAppNotification {
[INFO] [stdout]    |            ------------------ `NewAppNotification` is not local
[INFO] [stdout]    |
[INFO] [stdout]    = note: the derive macro `Insertable` defines the non-local `impl`, and may need to be changed
[INFO] [stdout]    = note: the derive macro `Insertable` may come from an old version of the `diesel_derives` crate, try updating your dependency with `cargo update -p diesel_derives`
[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: this warning originates in the derive macro `Insertable` (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/domain/model/app_notifications.rs:11:17
[INFO] [stdout]    |
[INFO] [stdout] 11 | #[derive(Debug, Insertable, AsChangeset)]
[INFO] [stdout]    |                 ^---------
[INFO] [stdout]    |                 |
[INFO] [stdout]    |                 `UndecoratedInsertRecord` is not local
[INFO] [stdout]    |                 `table` is not local
[INFO] [stdout]    |                 move the `impl` block outside of this function `_impl_insertable_for_newappnotification`
[INFO] [stdout] 12 | #[table_name = "app_notifications"]
[INFO] [stdout] 13 | pub struct NewAppNotification {
[INFO] [stdout]    |            ------------------ `NewAppNotification` is not local
[INFO] [stdout]    |
[INFO] [stdout]    = note: the derive macro `Insertable` defines the non-local `impl`, and may need to be changed
[INFO] [stdout]    = note: the derive macro `Insertable` may come from an old version of the `diesel_derives` crate, try updating your dependency with `cargo update -p diesel_derives`
[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: this warning originates in the derive macro `Insertable` (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/domain/model/app_notifications.rs:11:29
[INFO] [stdout]    |
[INFO] [stdout] 11 | #[derive(Debug, Insertable, AsChangeset)]
[INFO] [stdout]    |                             ^^^^^^^^^^^
[INFO] [stdout]    |                             |
[INFO] [stdout]    |                             `AsChangeset` is not local
[INFO] [stdout]    |                             move the `impl` block outside of this function `_impl_as_changeset_for_newappnotification`
[INFO] [stdout] 12 | #[table_name = "app_notifications"]
[INFO] [stdout] 13 | pub struct NewAppNotification {
[INFO] [stdout]    |            ------------------ `NewAppNotification` is not local
[INFO] [stdout]    |
[INFO] [stdout]    = note: the derive macro `AsChangeset` defines the non-local `impl`, and may need to be changed
[INFO] [stdout]    = note: the derive macro `AsChangeset` may come from an old version of the `diesel_derives` crate, try updating your dependency with `cargo update -p diesel_derives`
[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: this warning originates in the derive macro `AsChangeset` (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/domain/model/app_notifications.rs:11:29
[INFO] [stdout]    |
[INFO] [stdout] 11 | #[derive(Debug, Insertable, AsChangeset)]
[INFO] [stdout]    |                             ^----------
[INFO] [stdout]    |                             |
[INFO] [stdout]    |                             `AsChangeset` is not local
[INFO] [stdout]    |                             move the `impl` block outside of this function `_impl_as_changeset_for_newappnotification`
[INFO] [stdout] 12 | #[table_name = "app_notifications"]
[INFO] [stdout] 13 | pub struct NewAppNotification {
[INFO] [stdout]    |            ------------------ `NewAppNotification` is not local
[INFO] [stdout]    |
[INFO] [stdout]    = note: the derive macro `AsChangeset` defines the non-local `impl`, and may need to be changed
[INFO] [stdout]    = note: the derive macro `AsChangeset` may come from an old version of the `diesel_derives` crate, try updating your dependency with `cargo update -p diesel_derives`
[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: this warning originates in the derive macro `AsChangeset` (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/domain/model/topic.rs:8:24
[INFO] [stdout]   |
[INFO] [stdout] 8 | #[derive(Debug, Clone, Queryable, QueryableByName, PartialEq)]
[INFO] [stdout]   |                        ^--------
[INFO] [stdout]   |                        |
[INFO] [stdout]   |                        `Queryable` is not local
[INFO] [stdout]   |                        move the `impl` block outside of this function `_impl_queryable_for_topic`
[INFO] [stdout] 9 | pub struct Topic {
[INFO] [stdout]   |            ----- `Topic` is not local
[INFO] [stdout]   |
[INFO] [stdout]   = note: the derive macro `Queryable` defines the non-local `impl`, and may need to be changed
[INFO] [stdout]   = note: the derive macro `Queryable` may come from an old version of the `diesel_derives` crate, try updating your dependency with `cargo update -p diesel_derives`
[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: this warning originates in the derive macro `Queryable` (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/domain/model/topic.rs:8:35
[INFO] [stdout]   |
[INFO] [stdout] 8 | #[derive(Debug, Clone, Queryable, QueryableByName, PartialEq)]
[INFO] [stdout]   |                                   ^--------------
[INFO] [stdout]   |                                   |
[INFO] [stdout]   |                                   `QueryableByName` is not local
[INFO] [stdout]   |                                   move the `impl` block outside of this function `_impl_queryable_by_name_for_topic`
[INFO] [stdout] 9 | pub struct Topic {
[INFO] [stdout]   |            ----- `Topic` is not local
[INFO] [stdout]   |
[INFO] [stdout]   = note: the derive macro `QueryableByName` defines the non-local `impl`, and may need to be changed
[INFO] [stdout]   = note: the derive macro `QueryableByName` may come from an old version of the `diesel_derives` crate, try updating your dependency with `cargo update -p diesel_derives`
[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: this warning originates in the derive macro `QueryableByName` (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/domain/model/checkboxed_subscriber_topic.rs:3:10
[INFO] [stdout]   |
[INFO] [stdout] 3 | #[derive(QueryableByName)]
[INFO] [stdout]   |          ^--------------
[INFO] [stdout]   |          |
[INFO] [stdout]   |          `QueryableByName` is not local
[INFO] [stdout]   |          move the `impl` block outside of this function `_impl_queryable_by_name_for_checkboxedsubscribertopic`
[INFO] [stdout] 4 | pub struct CheckboxedSubscriberTopic {
[INFO] [stdout]   |            ------------------------- `CheckboxedSubscriberTopic` is not local
[INFO] [stdout]   |
[INFO] [stdout]   = note: the derive macro `QueryableByName` defines the non-local `impl`, and may need to be changed
[INFO] [stdout]   = note: the derive macro `QueryableByName` may come from an old version of the `diesel_derives` crate, try updating your dependency with `cargo update -p diesel_derives`
[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: this warning originates in the derive macro `QueryableByName` (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/domain/model/topic_notification_status.rs:4:24
[INFO] [stdout]   |
[INFO] [stdout] 4 | #[derive(Debug, Clone, Queryable, Associations)]
[INFO] [stdout]   |                        ^--------
[INFO] [stdout]   |                        |
[INFO] [stdout]   |                        `Queryable` is not local
[INFO] [stdout]   |                        move the `impl` block outside of this function `_impl_queryable_for_topicnotificationstatus`
[INFO] [stdout] ...
[INFO] [stdout] 7 | pub struct TopicNotificationStatus {
[INFO] [stdout]   |            ----------------------- `TopicNotificationStatus` is not local
[INFO] [stdout]   |
[INFO] [stdout]   = note: the derive macro `Queryable` defines the non-local `impl`, and may need to be changed
[INFO] [stdout]   = note: the derive macro `Queryable` may come from an old version of the `diesel_derives` crate, try updating your dependency with `cargo update -p diesel_derives`
[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: this warning originates in the derive macro `Queryable` (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/domain/model/topic_notification_status.rs:4:35
[INFO] [stdout]   |
[INFO] [stdout] 4 | #[derive(Debug, Clone, Queryable, Associations)]
[INFO] [stdout]   |                                   ^-----------
[INFO] [stdout]   |                                   |
[INFO] [stdout]   |                                   `BelongsTo` is not local
[INFO] [stdout]   |                                   move the `impl` block outside of this function `_impl_associations_for_topicnotificationstatus`
[INFO] [stdout] 5 | #[table_name = "topic_notification_status"]
[INFO] [stdout] 6 | #[belongs_to(Topic, foreign_key = "topic_id")]
[INFO] [stdout]   |              ----- `Topic` is not local
[INFO] [stdout] 7 | pub struct TopicNotificationStatus {
[INFO] [stdout]   |            ----------------------- `TopicNotificationStatus` is not local
[INFO] [stdout]   |
[INFO] [stdout]   = note: the derive macro `Associations` defines the non-local `impl`, and may need to be changed
[INFO] [stdout]   = note: the derive macro `Associations` may come from an old version of the `diesel_derives` crate, try updating your dependency with `cargo update -p diesel_derives`
[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: this warning originates in the derive macro `Associations` (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/domain/model/topic_notification_status.rs:13:17
[INFO] [stdout]    |
[INFO] [stdout] 13 | #[derive(Debug, Insertable, AsChangeset, Hash, Eq, PartialEq)]
[INFO] [stdout]    |                 ^---------
[INFO] [stdout]    |                 |
[INFO] [stdout]    |                 `Insertable` is not local
[INFO] [stdout]    |                 `table` is not local
[INFO] [stdout]    |                 move the `impl` block outside of this function `_impl_insertable_for_new`
[INFO] [stdout] 14 | #[table_name = "topic_notification_status"]
[INFO] [stdout] 15 | pub struct New {
[INFO] [stdout]    |            --- `New` is not local
[INFO] [stdout]    |
[INFO] [stdout]    = note: the derive macro `Insertable` defines the non-local `impl`, and may need to be changed
[INFO] [stdout]    = note: the derive macro `Insertable` may come from an old version of the `diesel_derives` crate, try updating your dependency with `cargo update -p diesel_derives`
[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: this warning originates in the derive macro `Insertable` (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/domain/model/topic_notification_status.rs:13:17
[INFO] [stdout]    |
[INFO] [stdout] 13 | #[derive(Debug, Insertable, AsChangeset, Hash, Eq, PartialEq)]
[INFO] [stdout]    |                 -^^^^^^^^^
[INFO] [stdout]    |                 |
[INFO] [stdout]    |                 `Insertable` is not local
[INFO] [stdout]    |                 `table` is not local
[INFO] [stdout]    |                 move the `impl` block outside of this function `_impl_insertable_for_new`
[INFO] [stdout] 14 | #[table_name = "topic_notification_status"]
[INFO] [stdout] 15 | pub struct New {
[INFO] [stdout]    |            --- `New` is not local
[INFO] [stdout]    |
[INFO] [stdout]    = note: the derive macro `Insertable` defines the non-local `impl`, and may need to be changed
[INFO] [stdout]    = note: the derive macro `Insertable` may come from an old version of the `diesel_derives` crate, try updating your dependency with `cargo update -p diesel_derives`
[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: this warning originates in the derive macro `Insertable` (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/domain/model/topic_notification_status.rs:13:17
[INFO] [stdout]    |
[INFO] [stdout] 13 | #[derive(Debug, Insertable, AsChangeset, Hash, Eq, PartialEq)]
[INFO] [stdout]    |                 ^---------
[INFO] [stdout]    |                 |
[INFO] [stdout]    |                 `UndecoratedInsertRecord` is not local
[INFO] [stdout]    |                 `table` is not local
[INFO] [stdout]    |                 move the `impl` block outside of this function `_impl_insertable_for_new`
[INFO] [stdout] 14 | #[table_name = "topic_notification_status"]
[INFO] [stdout] 15 | pub struct New {
[INFO] [stdout]    |            --- `New` is not local
[INFO] [stdout]    |
[INFO] [stdout]    = note: the derive macro `Insertable` defines the non-local `impl`, and may need to be changed
[INFO] [stdout]    = note: the derive macro `Insertable` may come from an old version of the `diesel_derives` crate, try updating your dependency with `cargo update -p diesel_derives`
[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: this warning originates in the derive macro `Insertable` (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/domain/model/topic_notification_status.rs:13:29
[INFO] [stdout]    |
[INFO] [stdout] 13 | #[derive(Debug, Insertable, AsChangeset, Hash, Eq, PartialEq)]
[INFO] [stdout]    |                             ^^^^^^^^^^^
[INFO] [stdout]    |                             |
[INFO] [stdout]    |                             `AsChangeset` is not local
[INFO] [stdout]    |                             move the `impl` block outside of this function `_impl_as_changeset_for_new`
[INFO] [stdout] 14 | #[table_name = "topic_notification_status"]
[INFO] [stdout] 15 | pub struct New {
[INFO] [stdout]    |            --- `New` is not local
[INFO] [stdout]    |
[INFO] [stdout]    = note: the derive macro `AsChangeset` defines the non-local `impl`, and may need to be changed
[INFO] [stdout]    = note: the derive macro `AsChangeset` may come from an old version of the `diesel_derives` crate, try updating your dependency with `cargo update -p diesel_derives`
[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: this warning originates in the derive macro `AsChangeset` (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/domain/model/topic_notification_status.rs:13:29
[INFO] [stdout]    |
[INFO] [stdout] 13 | #[derive(Debug, Insertable, AsChangeset, Hash, Eq, PartialEq)]
[INFO] [stdout]    |                             ^----------
[INFO] [stdout]    |                             |
[INFO] [stdout]    |                             `AsChangeset` is not local
[INFO] [stdout]    |                             move the `impl` block outside of this function `_impl_as_changeset_for_new`
[INFO] [stdout] 14 | #[table_name = "topic_notification_status"]
[INFO] [stdout] 15 | pub struct New {
[INFO] [stdout]    |            --- `New` is not local
[INFO] [stdout]    |
[INFO] [stdout]    = note: the derive macro `AsChangeset` defines the non-local `impl`, and may need to be changed
[INFO] [stdout]    = note: the derive macro `AsChangeset` may come from an old version of the `diesel_derives` crate, try updating your dependency with `cargo update -p diesel_derives`
[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: this warning originates in the derive macro `AsChangeset` (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/domain/schema.rs:1:1
[INFO] [stdout]   |
[INFO] [stdout] 1 | / table! {
[INFO] [stdout] 2 | |     subscribers(chat_id) {
[INFO] [stdout] 3 | |         chat_id -> BigInt,
[INFO] [stdout] 4 | |     }
[INFO] [stdout] 5 | | }
[INFO] [stdout]   | | ^
[INFO] [stdout]   | | |
[INFO] [stdout]   | | `table` is not local
[INFO] [stdout]   | |_`QueryId` is not local
[INFO] [stdout]   |   move the `impl` block outside of this function `_impl_query_id_for_table`
[INFO] [stdout]   |
[INFO] [stdout]   = note: the derive macro `QueryId` defines the non-local `impl`, and may need to be changed
[INFO] [stdout]   = note: the derive macro `QueryId` may come from an old version of the `diesel_derives` crate, try updating your dependency with `cargo update -p diesel_derives`
[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: this warning originates in the derive macro `QueryId` which comes from the expansion of the macro `table` (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/domain/schema.rs:1:1
[INFO] [stdout]   |
[INFO] [stdout] 1 | / table! {
[INFO] [stdout] 2 | |     subscribers(chat_id) {
[INFO] [stdout] 3 | |         chat_id -> BigInt,
[INFO] [stdout]   | |         ------- `chat_id` is not local
[INFO] [stdout] 4 | |     }
[INFO] [stdout] 5 | | }
[INFO] [stdout]   | | ^
[INFO] [stdout]   | | |
[INFO] [stdout]   | |_`QueryId` is not local
[INFO] [stdout]   |   move the `impl` block outside of this function `_impl_query_id_for_chat_id`
[INFO] [stdout]   |
[INFO] [stdout]   = note: the derive macro `QueryId` defines the non-local `impl`, and may need to be changed
[INFO] [stdout]   = note: the derive macro `QueryId` may come from an old version of the `diesel_derives` crate, try updating your dependency with `cargo update -p diesel_derives`
[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: this warning originates in the derive macro `QueryId` which comes from the expansion of the macro `table` (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/domain/schema.rs:6:1
[INFO] [stdout]    |
[INFO] [stdout]  6 | / table! {
[INFO] [stdout]  7 | |     app_notifications(id) {
[INFO] [stdout]  8 | |         id -> Integer,
[INFO] [stdout]  9 | |         notification_type -> Text,
[INFO] [stdout] ...  |
[INFO] [stdout] 13 | | }
[INFO] [stdout]    | | ^
[INFO] [stdout]    | | |
[INFO] [stdout]    | | `table` is not local
[INFO] [stdout]    | |_`QueryId` is not local
[INFO] [stdout]    |   move the `impl` block outside of this function `_impl_query_id_for_table`
[INFO] [stdout]    |
[INFO] [stdout]    = note: the derive macro `QueryId` defines the non-local `impl`, and may need to be changed
[INFO] [stdout]    = note: the derive macro `QueryId` may come from an old version of the `diesel_derives` crate, try updating your dependency with `cargo update -p diesel_derives`
[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: this warning originates in the derive macro `QueryId` which comes from the expansion of the macro `table` (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/domain/schema.rs:6:1
[INFO] [stdout]    |
[INFO] [stdout]  6 | / table! {
[INFO] [stdout]  7 | |     app_notifications(id) {
[INFO] [stdout]  8 | |         id -> Integer,
[INFO] [stdout]    | |         -- `id` is not local
[INFO] [stdout]  9 | |         notification_type -> Text,
[INFO] [stdout] ...  |
[INFO] [stdout] 13 | | }
[INFO] [stdout]    | | ^
[INFO] [stdout]    | | |
[INFO] [stdout]    | |_`QueryId` is not local
[INFO] [stdout]    |   move the `impl` block outside of this function `_impl_query_id_for_id`
[INFO] [stdout]    |
[INFO] [stdout]    = note: the derive macro `QueryId` defines the non-local `impl`, and may need to be changed
[INFO] [stdout]    = note: the derive macro `QueryId` may come from an old version of the `diesel_derives` crate, try updating your dependency with `cargo update -p diesel_derives`
[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: this warning originates in the derive macro `QueryId` which comes from the expansion of the macro `table` (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/domain/schema.rs:6:1
[INFO] [stdout]    |
[INFO] [stdout]  6 | / table! {
[INFO] [stdout]  7 | |     app_notifications(id) {
[INFO] [stdout]  8 | |         id -> Integer,
[INFO] [stdout]  9 | |         notification_type -> Text,
[INFO] [stdout]    | |         ----------------- `notification_type` is not local
[INFO] [stdout] ...  |
[INFO] [stdout] 13 | | }
[INFO] [stdout]    | | ^
[INFO] [stdout]    | | |
[INFO] [stdout]    | |_`QueryId` is not local
[INFO] [stdout]    |   move the `impl` block outside of this function `_impl_query_id_for_notification_type`
[INFO] [stdout]    |
[INFO] [stdout]    = note: the derive macro `QueryId` defines the non-local `impl`, and may need to be changed
[INFO] [stdout]    = note: the derive macro `QueryId` may come from an old version of the `diesel_derives` crate, try updating your dependency with `cargo update -p diesel_derives`
[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: this warning originates in the derive macro `QueryId` which comes from the expansion of the macro `table` (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/domain/schema.rs:6:1
[INFO] [stdout]    |
[INFO] [stdout]  6 | / table! {
[INFO] [stdout]  7 | |     app_notifications(id) {
[INFO] [stdout]  8 | |         id -> Integer,
[INFO] [stdout]  9 | |         notification_type -> Text,
[INFO] [stdout] 10 | |         text -> Text,
[INFO] [stdout]    | |         ---- `text` is not local
[INFO] [stdout] ...  |
[INFO] [stdout] 13 | | }
[INFO] [stdout]    | | ^
[INFO] [stdout]    | | |
[INFO] [stdout]    | |_`QueryId` is not local
[INFO] [stdout]    |   move the `impl` block outside of this function `_impl_query_id_for_text`
[INFO] [stdout]    |
[INFO] [stdout]    = note: the derive macro `QueryId` defines the non-local `impl`, and may need to be changed
[INFO] [stdout]    = note: the derive macro `QueryId` may come from an old version of the `diesel_derives` crate, try updating your dependency with `cargo update -p diesel_derives`
[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: this warning originates in the derive macro `QueryId` which comes from the expansion of the macro `table` (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/domain/schema.rs:6:1
[INFO] [stdout]    |
[INFO] [stdout]  6 | / table! {
[INFO] [stdout]  7 | |     app_notifications(id) {
[INFO] [stdout]  8 | |         id -> Integer,
[INFO] [stdout]  9 | |         notification_type -> Text,
[INFO] [stdout] 10 | |         text -> Text,
[INFO] [stdout] 11 | |         created_at -> Timestamp,
[INFO] [stdout]    | |         ---------- `created_at` is not local
[INFO] [stdout] 12 | |     }
[INFO] [stdout] 13 | | }
[INFO] [stdout]    | | ^
[INFO] [stdout]    | | |
[INFO] [stdout]    | |_`QueryId` is not local
[INFO] [stdout]    |   move the `impl` block outside of this function `_impl_query_id_for_created_at`
[INFO] [stdout]    |
[INFO] [stdout]    = note: the derive macro `QueryId` defines the non-local `impl`, and may need to be changed
[INFO] [stdout]    = note: the derive macro `QueryId` may come from an old version of the `diesel_derives` crate, try updating your dependency with `cargo update -p diesel_derives`
[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: this warning originates in the derive macro `QueryId` which comes from the expansion of the macro `table` (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/domain/schema.rs:14:1
[INFO] [stdout]    |
[INFO] [stdout] 14 | / table! {
[INFO] [stdout] 15 | |     topic(id) {
[INFO] [stdout] 16 | |         id -> Integer,
[INFO] [stdout] 17 | |         site_id -> Integer,
[INFO] [stdout] ...  |
[INFO] [stdout] 21 | | }
[INFO] [stdout]    | | ^
[INFO] [stdout]    | | |
[INFO] [stdout]    | | `table` is not local
[INFO] [stdout]    | |_`QueryId` is not local
[INFO] [stdout]    |   move the `impl` block outside of this function `_impl_query_id_for_table`
[INFO] [stdout]    |
[INFO] [stdout]    = note: the derive macro `QueryId` defines the non-local `impl`, and may need to be changed
[INFO] [stdout]    = note: the derive macro `QueryId` may come from an old version of the `diesel_derives` crate, try updating your dependency with `cargo update -p diesel_derives`
[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: this warning originates in the derive macro `QueryId` which comes from the expansion of the macro `table` (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/domain/schema.rs:14:1
[INFO] [stdout]    |
[INFO] [stdout] 14 | / table! {
[INFO] [stdout] 15 | |     topic(id) {
[INFO] [stdout] 16 | |         id -> Integer,
[INFO] [stdout]    | |         -- `id` is not local
[INFO] [stdout] 17 | |         site_id -> Integer,
[INFO] [stdout] ...  |
[INFO] [stdout] 21 | | }
[INFO] [stdout]    | | ^
[INFO] [stdout]    | | |
[INFO] [stdout]    | |_`QueryId` is not local
[INFO] [stdout]    |   move the `impl` block outside of this function `_impl_query_id_for_id`
[INFO] [stdout]    |
[INFO] [stdout]    = note: the derive macro `QueryId` defines the non-local `impl`, and may need to be changed
[INFO] [stdout]    = note: the derive macro `QueryId` may come from an old version of the `diesel_derives` crate, try updating your dependency with `cargo update -p diesel_derives`
[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: this warning originates in the derive macro `QueryId` which comes from the expansion of the macro `table` (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/domain/schema.rs:14:1
[INFO] [stdout]    |
[INFO] [stdout] 14 | / table! {
[INFO] [stdout] 15 | |     topic(id) {
[INFO] [stdout] 16 | |         id -> Integer,
[INFO] [stdout] 17 | |         site_id -> Integer,
[INFO] [stdout]    | |         ------- `site_id` is not local
[INFO] [stdout] ...  |
[INFO] [stdout] 21 | | }
[INFO] [stdout]    | | ^
[INFO] [stdout]    | | |
[INFO] [stdout]    | |_`QueryId` is not local
[INFO] [stdout]    |   move the `impl` block outside of this function `_impl_query_id_for_site_id`
[INFO] [stdout]    |
[INFO] [stdout]    = note: the derive macro `QueryId` defines the non-local `impl`, and may need to be changed
[INFO] [stdout]    = note: the derive macro `QueryId` may come from an old version of the `diesel_derives` crate, try updating your dependency with `cargo update -p diesel_derives`
[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: this warning originates in the derive macro `QueryId` which comes from the expansion of the macro `table` (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/domain/schema.rs:14:1
[INFO] [stdout]    |
[INFO] [stdout] 14 | / table! {
[INFO] [stdout] 15 | |     topic(id) {
[INFO] [stdout] 16 | |         id -> Integer,
[INFO] [stdout] 17 | |         site_id -> Integer,
[INFO] [stdout] 18 | |         name -> Text,
[INFO] [stdout]    | |         ---- `name` is not local
[INFO] [stdout] ...  |
[INFO] [stdout] 21 | | }
[INFO] [stdout]    | | ^
[INFO] [stdout]    | | |
[INFO] [stdout]    | |_`QueryId` is not local
[INFO] [stdout]    |   move the `impl` block outside of this function `_impl_query_id_for_name`
[INFO] [stdout]    |
[INFO] [stdout]    = note: the derive macro `QueryId` defines the non-local `impl`, and may need to be changed
[INFO] [stdout]    = note: the derive macro `QueryId` may come from an old version of the `diesel_derives` crate, try updating your dependency with `cargo update -p diesel_derives`
[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: this warning originates in the derive macro `QueryId` which comes from the expansion of the macro `table` (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/domain/schema.rs:14:1
[INFO] [stdout]    |
[INFO] [stdout] 14 | / table! {
[INFO] [stdout] 15 | |     topic(id) {
[INFO] [stdout] 16 | |         id -> Integer,
[INFO] [stdout] 17 | |         site_id -> Integer,
[INFO] [stdout] 18 | |         name -> Text,
[INFO] [stdout] 19 | |         url_name -> Text,
[INFO] [stdout]    | |         -------- `url_name` is not local
[INFO] [stdout] 20 | |     }
[INFO] [stdout] 21 | | }
[INFO] [stdout]    | | ^
[INFO] [stdout]    | | |
[INFO] [stdout]    | |_`QueryId` is not local
[INFO] [stdout]    |   move the `impl` block outside of this function `_impl_query_id_for_url_name`
[INFO] [stdout]    |
[INFO] [stdout]    = note: the derive macro `QueryId` defines the non-local `impl`, and may need to be changed
[INFO] [stdout]    = note: the derive macro `QueryId` may come from an old version of the `diesel_derives` crate, try updating your dependency with `cargo update -p diesel_derives`
[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: this warning originates in the derive macro `QueryId` which comes from the expansion of the macro `table` (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/domain/schema.rs:25:1
[INFO] [stdout]    |
[INFO] [stdout] 25 | / table! {
[INFO] [stdout] 26 | |     parse_histories(topic_id) {
[INFO] [stdout] 27 | |         topic_id -> Integer,
[INFO] [stdout] 28 | |         last_chapter_title -> Text,
[INFO] [stdout] ...  |
[INFO] [stdout] 33 | | }
[INFO] [stdout]    | | ^
[INFO] [stdout]    | | |
[INFO] [stdout]    | | `table` is not local
[INFO] [stdout]    | |_`QueryId` is not local
[INFO] [stdout]    |   move the `impl` block outside of this function `_impl_query_id_for_table`
[INFO] [stdout]    |
[INFO] [stdout]    = note: the derive macro `QueryId` defines the non-local `impl`, and may need to be changed
[INFO] [stdout]    = note: the derive macro `QueryId` may come from an old version of the `diesel_derives` crate, try updating your dependency with `cargo update -p diesel_derives`
[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: this warning originates in the derive macro `QueryId` which comes from the expansion of the macro `table` (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/domain/schema.rs:25:1
[INFO] [stdout]    |
[INFO] [stdout] 25 | / table! {
[INFO] [stdout] 26 | |     parse_histories(topic_id) {
[INFO] [stdout] 27 | |         topic_id -> Integer,
[INFO] [stdout]    | |         -------- `topic_id` is not local
[INFO] [stdout] 28 | |         last_chapter_title -> Text,
[INFO] [stdout] ...  |
[INFO] [stdout] 33 | | }
[INFO] [stdout]    | | ^
[INFO] [stdout]    | | |
[INFO] [stdout]    | |_`QueryId` is not local
[INFO] [stdout]    |   move the `impl` block outside of this function `_impl_query_id_for_topic_id`
[INFO] [stdout]    |
[INFO] [stdout]    = note: the derive macro `QueryId` defines the non-local `impl`, and may need to be changed
[INFO] [stdout]    = note: the derive macro `QueryId` may come from an old version of the `diesel_derives` crate, try updating your dependency with `cargo update -p diesel_derives`
[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: this warning originates in the derive macro `QueryId` which comes from the expansion of the macro `table` (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/domain/schema.rs:25:1
[INFO] [stdout]    |
[INFO] [stdout] 25 | / table! {
[INFO] [stdout] 26 | |     parse_histories(topic_id) {
[INFO] [stdout] 27 | |         topic_id -> Integer,
[INFO] [stdout] 28 | |         last_chapter_title -> Text,
[INFO] [stdout]    | |         ------------------ `last_chapter_title` is not local
[INFO] [stdout] ...  |
[INFO] [stdout] 33 | | }
[INFO] [stdout]    | | ^
[INFO] [stdout]    | | |
[INFO] [stdout]    | |_`QueryId` is not local
[INFO] [stdout]    |   move the `impl` block outside of this function `_impl_query_id_for_last_chapter_title`
[INFO] [stdout]    |
[INFO] [stdout]    = note: the derive macro `QueryId` defines the non-local `impl`, and may need to be changed
[INFO] [stdout]    = note: the derive macro `QueryId` may come from an old version of the `diesel_derives` crate, try updating your dependency with `cargo update -p diesel_derives`
[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: this warning originates in the derive macro `QueryId` which comes from the expansion of the macro `table` (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/domain/schema.rs:25:1
[INFO] [stdout]    |
[INFO] [stdout] 25 | / table! {
[INFO] [stdout] 26 | |     parse_histories(topic_id) {
[INFO] [stdout] 27 | |         topic_id -> Integer,
[INFO] [stdout] 28 | |         last_chapter_title -> Text,
[INFO] [stdout] 29 | |         chapter_name -> Text,
[INFO] [stdout]    | |         ------------ `chapter_name` is not local
[INFO] [stdout] ...  |
[INFO] [stdout] 33 | | }
[INFO] [stdout]    | | ^
[INFO] [stdout]    | | |
[INFO] [stdout]    | |_`QueryId` is not local
[INFO] [stdout]    |   move the `impl` block outside of this function `_impl_query_id_for_chapter_name`
[INFO] [stdout]    |
[INFO] [stdout]    = note: the derive macro `QueryId` defines the non-local `impl`, and may need to be changed
[INFO] [stdout]    = note: the derive macro `QueryId` may come from an old version of the `diesel_derives` crate, try updating your dependency with `cargo update -p diesel_derives`
[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: this warning originates in the derive macro `QueryId` which comes from the expansion of the macro `table` (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/domain/schema.rs:25:1
[INFO] [stdout]    |
[INFO] [stdout] 25 | / table! {
[INFO] [stdout] 26 | |     parse_histories(topic_id) {
[INFO] [stdout] 27 | |         topic_id -> Integer,
[INFO] [stdout] 28 | |         last_chapter_title -> Text,
[INFO] [stdout] 29 | |         chapter_name -> Text,
[INFO] [stdout] 30 | |         url -> Text,
[INFO] [stdout]    | |         --- `url` is not local
[INFO] [stdout] ...  |
[INFO] [stdout] 33 | | }
[INFO] [stdout]    | | ^
[INFO] [stdout]    | | |
[INFO] [stdout]    | |_`QueryId` is not local
[INFO] [stdout]    |   move the `impl` block outside of this function `_impl_query_id_for_url`
[INFO] [stdout]    |
[INFO] [stdout]    = note: the derive macro `QueryId` defines the non-local `impl`, and may need to be changed
[INFO] [stdout]    = note: the derive macro `QueryId` may come from an old version of the `diesel_derives` crate, try updating your dependency with `cargo update -p diesel_derives`
[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: this warning originates in the derive macro `QueryId` which comes from the expansion of the macro `table` (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/domain/schema.rs:25:1
[INFO] [stdout]    |
[INFO] [stdout] 25 | / table! {
[INFO] [stdout] 26 | |     parse_histories(topic_id) {
[INFO] [stdout] 27 | |         topic_id -> Integer,
[INFO] [stdout] 28 | |         last_chapter_title -> Text,
[INFO] [stdout] ...  |
[INFO] [stdout] 31 | |         release_date -> Text,
[INFO] [stdout]    | |         ------------ `release_date` is not local
[INFO] [stdout] 32 | |     }
[INFO] [stdout] 33 | | }
[INFO] [stdout]    | | ^
[INFO] [stdout]    | | |
[INFO] [stdout]    | |_`QueryId` is not local
[INFO] [stdout]    |   move the `impl` block outside of this function `_impl_query_id_for_release_date`
[INFO] [stdout]    |
[INFO] [stdout]    = note: the derive macro `QueryId` defines the non-local `impl`, and may need to be changed
[INFO] [stdout]    = note: the derive macro `QueryId` may come from an old version of the `diesel_derives` crate, try updating your dependency with `cargo update -p diesel_derives`
[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: this warning originates in the derive macro `QueryId` which comes from the expansion of the macro `table` (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/domain/schema.rs:35:1
[INFO] [stdout]    |
[INFO] [stdout] 35 | / table! {
[INFO] [stdout] 36 | |     subscriber_topics (chat_id, topic_id) {
[INFO] [stdout] 37 | |         chat_id -> BigInt,
[INFO] [stdout] 38 | |         topic_id -> Integer,
[INFO] [stdout] 39 | |     }
[INFO] [stdout] 40 | | }
[INFO] [stdout]    | | ^
[INFO] [stdout]    | | |
[INFO] [stdout]    | | `table` is not local
[INFO] [stdout]    | |_`QueryId` is not local
[INFO] [stdout]    |   move the `impl` block outside of this function `_impl_query_id_for_table`
[INFO] [stdout]    |
[INFO] [stdout]    = note: the derive macro `QueryId` defines the non-local `impl`, and may need to be changed
[INFO] [stdout]    = note: the derive macro `QueryId` may come from an old version of the `diesel_derives` crate, try updating your dependency with `cargo update -p diesel_derives`
[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: this warning originates in the derive macro `QueryId` which comes from the expansion of the macro `table` (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/domain/schema.rs:35:1
[INFO] [stdout]    |
[INFO] [stdout] 35 | / table! {
[INFO] [stdout] 36 | |     subscriber_topics (chat_id, topic_id) {
[INFO] [stdout] 37 | |         chat_id -> BigInt,
[INFO] [stdout]    | |         ------- `chat_id` is not local
[INFO] [stdout] 38 | |         topic_id -> Integer,
[INFO] [stdout] 39 | |     }
[INFO] [stdout] 40 | | }
[INFO] [stdout]    | | ^
[INFO] [stdout]    | | |
[INFO] [stdout]    | |_`QueryId` is not local
[INFO] [stdout]    |   move the `impl` block outside of this function `_impl_query_id_for_chat_id`
[INFO] [stdout]    |
[INFO] [stdout]    = note: the derive macro `QueryId` defines the non-local `impl`, and may need to be changed
[INFO] [stdout]    = note: the derive macro `QueryId` may come from an old version of the `diesel_derives` crate, try updating your dependency with `cargo update -p diesel_derives`
[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: this warning originates in the derive macro `QueryId` which comes from the expansion of the macro `table` (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/domain/schema.rs:35:1
[INFO] [stdout]    |
[INFO] [stdout] 35 | / table! {
[INFO] [stdout] 36 | |     subscriber_topics (chat_id, topic_id) {
[INFO] [stdout] 37 | |         chat_id -> BigInt,
[INFO] [stdout] 38 | |         topic_id -> Integer,
[INFO] [stdout]    | |         -------- `topic_id` is not local
[INFO] [stdout] 39 | |     }
[INFO] [stdout] 40 | | }
[INFO] [stdout]    | | ^
[INFO] [stdout]    | | |
[INFO] [stdout]    | |_`QueryId` is not local
[INFO] [stdout]    |   move the `impl` block outside of this function `_impl_query_id_for_topic_id`
[INFO] [stdout]    |
[INFO] [stdout]    = note: the derive macro `QueryId` defines the non-local `impl`, and may need to be changed
[INFO] [stdout]    = note: the derive macro `QueryId` may come from an old version of the `diesel_derives` crate, try updating your dependency with `cargo update -p diesel_derives`
[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: this warning originates in the derive macro `QueryId` which comes from the expansion of the macro `table` (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/domain/schema.rs:41:1
[INFO] [stdout]    |
[INFO] [stdout] 41 | / table! {
[INFO] [stdout] 42 | |     topic_notification_status(topic_id) {
[INFO] [stdout] 43 | |         topic_id -> Integer,
[INFO] [stdout] 44 | |         last_chapter_title -> Text,
[INFO] [stdout] ...  |
[INFO] [stdout] 47 | | }
[INFO] [stdout]    | | ^
[INFO] [stdout]    | | |
[INFO] [stdout]    | | `table` is not local
[INFO] [stdout]    | |_`QueryId` is not local
[INFO] [stdout]    |   move the `impl` block outside of this function `_impl_query_id_for_table`
[INFO] [stdout]    |
[INFO] [stdout]    = note: the derive macro `QueryId` defines the non-local `impl`, and may need to be changed
[INFO] [stdout]    = note: the derive macro `QueryId` may come from an old version of the `diesel_derives` crate, try updating your dependency with `cargo update -p diesel_derives`
[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: this warning originates in the derive macro `QueryId` which comes from the expansion of the macro `table` (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/domain/schema.rs:41:1
[INFO] [stdout]    |
[INFO] [stdout] 41 | / table! {
[INFO] [stdout] 42 | |     topic_notification_status(topic_id) {
[INFO] [stdout] 43 | |         topic_id -> Integer,
[INFO] [stdout]    | |         -------- `topic_id` is not local
[INFO] [stdout] 44 | |         last_chapter_title -> Text,
[INFO] [stdout] ...  |
[INFO] [stdout] 47 | | }
[INFO] [stdout]    | | ^
[INFO] [stdout]    | | |
[INFO] [stdout]    | |_`QueryId` is not local
[INFO] [stdout]    |   move the `impl` block outside of this function `_impl_query_id_for_topic_id`
[INFO] [stdout]    |
[INFO] [stdout]    = note: the derive macro `QueryId` defines the non-local `impl`, and may need to be changed
[INFO] [stdout]    = note: the derive macro `QueryId` may come from an old version of the `diesel_derives` crate, try updating your dependency with `cargo update -p diesel_derives`
[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: this warning originates in the derive macro `QueryId` which comes from the expansion of the macro `table` (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/domain/schema.rs:41:1
[INFO] [stdout]    |
[INFO] [stdout] 41 | / table! {
[INFO] [stdout] 42 | |     topic_notification_status(topic_id) {
[INFO] [stdout] 43 | |         topic_id -> Integer,
[INFO] [stdout] 44 | |         last_chapter_title -> Text,
[INFO] [stdout]    | |         ------------------ `last_chapter_title` is not local
[INFO] [stdout] ...  |
[INFO] [stdout] 47 | | }
[INFO] [stdout]    | | ^
[INFO] [stdout]    | | |
[INFO] [stdout]    | |_`QueryId` is not local
[INFO] [stdout]    |   move the `impl` block outside of this function `_impl_query_id_for_last_chapter_title`
[INFO] [stdout]    |
[INFO] [stdout]    = note: the derive macro `QueryId` defines the non-local `impl`, and may need to be changed
[INFO] [stdout]    = note: the derive macro `QueryId` may come from an old version of the `diesel_derives` crate, try updating your dependency with `cargo update -p diesel_derives`
[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: this warning originates in the derive macro `QueryId` which comes from the expansion of the macro `table` (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/domain/schema.rs:41:1
[INFO] [stdout]    |
[INFO] [stdout] 41 | / table! {
[INFO] [stdout] 42 | |     topic_notification_status(topic_id) {
[INFO] [stdout] 43 | |         topic_id -> Integer,
[INFO] [stdout] 44 | |         last_chapter_title -> Text,
[INFO] [stdout] 45 | |         updated_at -> Timestamp,
[INFO] [stdout]    | |         ---------- `updated_at` is not local
[INFO] [stdout] 46 | |     }
[INFO] [stdout] 47 | | }
[INFO] [stdout]    | | ^
[INFO] [stdout]    | | |
[INFO] [stdout]    | |_`QueryId` is not local
[INFO] [stdout]    |   move the `impl` block outside of this function `_impl_query_id_for_updated_at`
[INFO] [stdout]    |
[INFO] [stdout]    = note: the derive macro `QueryId` defines the non-local `impl`, and may need to be changed
[INFO] [stdout]    = note: the derive macro `QueryId` may come from an old version of the `diesel_derives` crate, try updating your dependency with `cargo update -p diesel_derives`
[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: this warning originates in the derive macro `QueryId` which comes from the expansion of the macro `table` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/application/parser/extractor/mangapoisk.rs:25:34
[INFO] [stdout]    |
[INFO] [stdout] 25 |     fn extract_last_chapter_elem(&self) -> Result<ElementRef, Error> {
[INFO] [stdout]    |                                  ^^^^^            ^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]    |                                  |
[INFO] [stdout]    |                                  the lifetime is elided here
[INFO] [stdout]    |
[INFO] [stdout]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout]    = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]    |
[INFO] [stdout] 25 |     fn extract_last_chapter_elem(&self) -> Result<ElementRef<'_>, Error> {
[INFO] [stdout]    |                                                             ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/application/parser/extractor/contract.rs:22:34
[INFO] [stdout]    |
[INFO] [stdout] 22 |     fn extract_last_chapter_elem(&self) -> Result<ElementRef, Error>;
[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] 22 |     fn extract_last_chapter_elem(&self) -> Result<ElementRef<'_>, Error>;
[INFO] [stdout]    |                                                             ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 43.55s
[INFO] [stderr] warning: the following packages contain code that will be rejected by a future version of Rust: html5ever v0.25.1, lalrpop v0.19.6, teloxide-macros v0.4.0
[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" "74dbbee13df225970ee8ec56ee334dec62a1ec5661220443febcf62967c2ff22", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "74dbbee13df225970ee8ec56ee334dec62a1ec5661220443febcf62967c2ff22", kill_on_drop: false }`
[INFO] [stdout] 74dbbee13df225970ee8ec56ee334dec62a1ec5661220443febcf62967c2ff22
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-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=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:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2025-09-21" "test" "--frozen", kill_on_drop: false }`
[INFO] [stdout] 8b45df6bf04e7394b9139ed58b4a468365c0a148a4de48ecca411688c812842d
[INFO] running `Command { std: "docker" "start" "-a" "8b45df6bf04e7394b9139ed58b4a468365c0a148a4de48ecca411688c812842d", kill_on_drop: false }`
[INFO] [stderr] warning: fields `notification_type` and `created_at` are never read
[INFO] [stderr]  --> src/domain/model/app_notifications.rs:6:9
[INFO] [stderr]   |
[INFO] [stderr] 4 | pub struct AppNotification {
[INFO] [stderr]   |            --------------- fields in this struct
[INFO] [stderr] 5 |     pub id: i32,
[INFO] [stderr] 6 |     pub notification_type: String,
[INFO] [stderr]   |         ^^^^^^^^^^^^^^^^^
[INFO] [stderr] 7 |     pub text: String,
[INFO] [stderr] 8 |     pub created_at: chrono::NaiveDateTime
[INFO] [stderr]   |         ^^^^^^^^^^
[INFO] [stderr]   |
[INFO] [stderr]   = note: `AppNotification` has derived impls for the traits `Clone` and `Debug`, but these are intentionally ignored during dead code analysis
[INFO] [stderr]   = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stderr] 
[INFO] [stderr] warning: struct `TopicNotificationStatus` is never constructed
[INFO] [stderr]  --> src/domain/model/topic_notification_status.rs:7:12
[INFO] [stderr]   |
[INFO] [stderr] 7 | pub struct TopicNotificationStatus {
[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/domain/model/parse_history.rs:7:24
[INFO] [stderr]    |
[INFO] [stderr]  7 | #[derive(Debug, Clone, Queryable, QueryableByName, Insertable, AsChangeset, Associations)]
[INFO] [stderr]    |                        ^--------
[INFO] [stderr]    |                        |
[INFO] [stderr]    |                        `Queryable` is not local
[INFO] [stderr]    |                        move the `impl` block outside of this function `_impl_queryable_for_raw`
[INFO] [stderr] ...
[INFO] [stderr] 10 | pub struct Raw {
[INFO] [stderr]    |            --- `Raw` is not local
[INFO] [stderr]    |
[INFO] [stderr]    = note: the derive macro `Queryable` defines the non-local `impl`, and may need to be changed
[INFO] [stderr]    = note: the derive macro `Queryable` may come from an old version of the `diesel_derives` crate, try updating your dependency with `cargo update -p diesel_derives`
[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: `#[warn(non_local_definitions)]` on by default
[INFO] [stderr]    = note: this warning originates in the derive macro `Queryable` (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/domain/model/parse_history.rs:7:35
[INFO] [stderr]    |
[INFO] [stderr]  7 | #[derive(Debug, Clone, Queryable, QueryableByName, Insertable, AsChangeset, Associations)]
[INFO] [stderr]    |                                   ^--------------
[INFO] [stderr]    |                                   |
[INFO] [stderr]    |                                   `QueryableByName` is not local
[INFO] [stderr]    |                                   move the `impl` block outside of this function `_impl_queryable_by_name_for_raw`
[INFO] [stderr] ...
[INFO] [stderr] 10 | pub struct Raw {
[INFO] [stderr]    |            --- `Raw` is not local
[INFO] [stderr]    |
[INFO] [stderr]    = note: the derive macro `QueryableByName` defines the non-local `impl`, and may need to be changed
[INFO] [stderr]    = note: the derive macro `QueryableByName` may come from an old version of the `diesel_derives` crate, try updating your dependency with `cargo update -p diesel_derives`
[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: this warning originates in the derive macro `QueryableByName` (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/domain/model/parse_history.rs:7:52
[INFO] [stderr]    |
[INFO] [stderr]  7 | #[derive(Debug, Clone, Queryable, QueryableByName, Insertable, AsChangeset, Associations)]
[INFO] [stderr]    |                                                    ^---------
[INFO] [stderr]    |                                                    |
[INFO] [stderr]    |                                                    `Insertable` is not local
[INFO] [stderr]    |                                                    `table` is not local
[INFO] [stderr]    |                                                    move the `impl` block outside of this function `_impl_insertable_for_raw`
[INFO] [stderr] ...
[INFO] [stderr] 10 | pub struct Raw {
[INFO] [stderr]    |            --- `Raw` is not local
[INFO] [stderr]    |
[INFO] [stderr]    = note: the derive macro `Insertable` defines the non-local `impl`, and may need to be changed
[INFO] [stderr]    = note: the derive macro `Insertable` may come from an old version of the `diesel_derives` crate, try updating your dependency with `cargo update -p diesel_derives`
[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: this warning originates in the derive macro `Insertable` (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/domain/model/parse_history.rs:7:52
[INFO] [stderr]    |
[INFO] [stderr]  7 | #[derive(Debug, Clone, Queryable, QueryableByName, Insertable, AsChangeset, Associations)]
[INFO] [stderr]    |                                                    -^^^^^^^^^
[INFO] [stderr]    |                                                    |
[INFO] [stderr]    |                                                    `Insertable` is not local
[INFO] [stderr]    |                                                    `table` is not local
[INFO] [stderr]    |                                                    move the `impl` block outside of this function `_impl_insertable_for_raw`
[INFO] [stderr] ...
[INFO] [stderr] 10 | pub struct Raw {
[INFO] [stderr]    |            --- `Raw` is not local
[INFO] [stderr]    |
[INFO] [stderr]    = note: the derive macro `Insertable` defines the non-local `impl`, and may need to be changed
[INFO] [stderr]    = note: the derive macro `Insertable` may come from an old version of the `diesel_derives` crate, try updating your dependency with `cargo update -p diesel_derives`
[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: this warning originates in the derive macro `Insertable` (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/domain/model/parse_history.rs:7:52
[INFO] [stderr]    |
[INFO] [stderr]  7 | #[derive(Debug, Clone, Queryable, QueryableByName, Insertable, AsChangeset, Associations)]
[INFO] [stderr]    |                                                    ^---------
[INFO] [stderr]    |                                                    |
[INFO] [stderr]    |                                                    `UndecoratedInsertRecord` is not local
[INFO] [stderr]    |                                                    `table` is not local
[INFO] [stderr]    |                                                    move the `impl` block outside of this function `_impl_insertable_for_raw`
[INFO] [stderr] ...
[INFO] [stderr] 10 | pub struct Raw {
[INFO] [stderr]    |            --- `Raw` is not local
[INFO] [stderr]    |
[INFO] [stderr]    = note: the derive macro `Insertable` defines the non-local `impl`, and may need to be changed
[INFO] [stderr]    = note: the derive macro `Insertable` may come from an old version of the `diesel_derives` crate, try updating your dependency with `cargo update -p diesel_derives`
[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: this warning originates in the derive macro `Insertable` (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/domain/model/parse_history.rs:7:64
[INFO] [stderr]    |
[INFO] [stderr]  7 | #[derive(Debug, Clone, Queryable, QueryableByName, Insertable, AsChangeset, Associations)]
[INFO] [stderr]    |                                                                ^^^^^^^^^^^
[INFO] [stderr]    |                                                                |
[INFO] [stderr]    |                                                                `AsChangeset` is not local
[INFO] [stderr]    |                                                                move the `impl` block outside of this function `_impl_as_changeset_for_raw`
[INFO] [stderr] ...
[INFO] [stderr] 10 | pub struct Raw {
[INFO] [stderr]    |            --- `Raw` is not local
[INFO] [stderr]    |
[INFO] [stderr]    = note: the derive macro `AsChangeset` defines the non-local `impl`, and may need to be changed
[INFO] [stderr]    = note: the derive macro `AsChangeset` may come from an old version of the `diesel_derives` crate, try updating your dependency with `cargo update -p diesel_derives`
[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: this warning originates in the derive macro `AsChangeset` (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/domain/model/parse_history.rs:7:64
[INFO] [stderr]    |
[INFO] [stderr]  7 | #[derive(Debug, Clone, Queryable, QueryableByName, Insertable, AsChangeset, Associations)]
[INFO] [stderr]    |                                                                ^----------
[INFO] [stderr]    |                                                                |
[INFO] [stderr]    |                                                                `AsChangeset` is not local
[INFO] [stderr]    |                                                                move the `impl` block outside of this function `_impl_as_changeset_for_raw`
[INFO] [stderr] ...
[INFO] [stderr] 10 | pub struct Raw {
[INFO] [stderr]    |            --- `Raw` is not local
[INFO] [stderr]    |
[INFO] [stderr]    = note: the derive macro `AsChangeset` defines the non-local `impl`, and may need to be changed
[INFO] [stderr]    = note: the derive macro `AsChangeset` may come from an old version of the `diesel_derives` crate, try updating your dependency with `cargo update -p diesel_derives`
[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: this warning originates in the derive macro `AsChangeset` (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/domain/model/parse_history.rs:7:77
[INFO] [stderr]    |
[INFO] [stderr]  7 | #[derive(Debug, Clone, Queryable, QueryableByName, Insertable, AsChangeset, Associations)]
[INFO] [stderr]    |                                                                             ^-----------
[INFO] [stderr]    |                                                                             |
[INFO] [stderr]    |                                                                             `BelongsTo` is not local
[INFO] [stderr]    |                                                                             move the `impl` block outside of this function `_impl_associations_for_raw`
[INFO] [stderr]  8 | #[table_name = "parse_histories"]
[INFO] [stderr]  9 | #[belongs_to(Topic, foreign_key = "topic_id")]
[INFO] [stderr]    |              ----- `Topic` is not local
[INFO] [stderr] 10 | pub struct Raw {
[INFO] [stderr]    |            --- `Raw` is not local
[INFO] [stderr]    |
[INFO] [stderr]    = note: the derive macro `Associations` defines the non-local `impl`, and may need to be changed
[INFO] [stderr]    = note: the derive macro `Associations` may come from an old version of the `diesel_derives` crate, try updating your dependency with `cargo update -p diesel_derives`
[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: this warning originates in the derive macro `Associations` (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/domain/model/subscriber.rs:3:10
[INFO] [stderr]   |
[INFO] [stderr] 3 | #[derive(Queryable,Insertable)]
[INFO] [stderr]   |          ^--------
[INFO] [stderr]   |          |
[INFO] [stderr]   |          `Queryable` is not local
[INFO] [stderr]   |          move the `impl` block outside of this function `_impl_queryable_for_subscriber`
[INFO] [stderr] 4 | pub struct Subscriber {
[INFO] [stderr]   |            ---------- `Subscriber` is not local
[INFO] [stderr]   |
[INFO] [stderr]   = note: the derive macro `Queryable` defines the non-local `impl`, and may need to be changed
[INFO] [stderr]   = note: the derive macro `Queryable` may come from an old version of the `diesel_derives` crate, try updating your dependency with `cargo update -p diesel_derives`
[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: this warning originates in the derive macro `Queryable` (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/domain/model/subscriber.rs:3:20
[INFO] [stderr]   |
[INFO] [stderr] 3 | #[derive(Queryable,Insertable)]
[INFO] [stderr]   |                    ^---------
[INFO] [stderr]   |                    |
[INFO] [stderr]   |                    `Insertable` is not local
[INFO] [stderr]   |                    `table` is not local
[INFO] [stderr]   |                    move the `impl` block outside of this function `_impl_insertable_for_subscriber`
[INFO] [stderr] 4 | pub struct Subscriber {
[INFO] [stderr]   |            ---------- `Subscriber` is not local
[INFO] [stderr]   |
[INFO] [stderr]   = note: the derive macro `Insertable` defines the non-local `impl`, and may need to be changed
[INFO] [stderr]   = note: the derive macro `Insertable` may come from an old version of the `diesel_derives` crate, try updating your dependency with `cargo update -p diesel_derives`
[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: this warning originates in the derive macro `Insertable` (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/domain/model/subscriber.rs:3:20
[INFO] [stderr]   |
[INFO] [stderr] 3 | #[derive(Queryable,Insertable)]
[INFO] [stderr]   |                    -^^^^^^^^^
[INFO] [stderr]   |                    |
[INFO] [stderr]   |                    `Insertable` is not local
[INFO] [stderr]   |                    `table` is not local
[INFO] [stderr]   |                    move the `impl` block outside of this function `_impl_insertable_for_subscriber`
[INFO] [stderr] 4 | pub struct Subscriber {
[INFO] [stderr]   |            ---------- `Subscriber` is not local
[INFO] [stderr]   |
[INFO] [stderr]   = note: the derive macro `Insertable` defines the non-local `impl`, and may need to be changed
[INFO] [stderr]   = note: the derive macro `Insertable` may come from an old version of the `diesel_derives` crate, try updating your dependency with `cargo update -p diesel_derives`
[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: this warning originates in the derive macro `Insertable` (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/domain/model/subscriber.rs:3:20
[INFO] [stderr]   |
[INFO] [stderr] 3 | #[derive(Queryable,Insertable)]
[INFO] [stderr]   |                    ^---------
[INFO] [stderr]   |                    |
[INFO] [stderr]   |                    `UndecoratedInsertRecord` is not local
[INFO] [stderr]   |                    `table` is not local
[INFO] [stderr]   |                    move the `impl` block outside of this function `_impl_insertable_for_subscriber`
[INFO] [stderr] 4 | pub struct Subscriber {
[INFO] [stderr]   |            ---------- `Subscriber` is not local
[INFO] [stderr]   |
[INFO] [stderr]   = note: the derive macro `Insertable` defines the non-local `impl`, and may need to be changed
[INFO] [stderr]   = note: the derive macro `Insertable` may come from an old version of the `diesel_derives` crate, try updating your dependency with `cargo update -p diesel_derives`
[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: this warning originates in the derive macro `Insertable` (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/domain/model/subscriber_favorite_topic.rs:8:10
[INFO] [stderr]    |
[INFO] [stderr]  8 | #[derive(Identifiable, Clone, Queryable, Debug, Insertable, Associations)]
[INFO] [stderr]    |          ^-----------
[INFO] [stderr]    |          |
[INFO] [stderr]    |          `HasTable` is not local
[INFO] [stderr]    |          move the `impl` block outside of this function `_impl_identifiable_for_subscriberfavoritetopic`
[INFO] [stderr] ...
[INFO] [stderr] 13 | pub struct SubscriberFavoriteTopic {
[INFO] [stderr]    |            ----------------------- `SubscriberFavoriteTopic` is not local
[INFO] [stderr]    |
[INFO] [stderr]    = note: the derive macro `Identifiable` defines the non-local `impl`, and may need to be changed
[INFO] [stderr]    = note: the derive macro `Identifiable` may come from an old version of the `diesel_derives` crate, try updating your dependency with `cargo update -p diesel_derives`
[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: this warning originates in the derive macro `Identifiable` (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/domain/model/subscriber_favorite_topic.rs:8:10
[INFO] [stderr]    |
[INFO] [stderr]  8 | #[derive(Identifiable, Clone, Queryable, Debug, Insertable, Associations)]
[INFO] [stderr]    |          ^^^^^^^^^^^^
[INFO] [stderr]    |          |
[INFO] [stderr]    |          `Identifiable` is not local
[INFO] [stderr]    |          move the `impl` block outside of this function `_impl_identifiable_for_subscriberfavoritetopic`
[INFO] [stderr] ...
[INFO] [stderr] 13 | pub struct SubscriberFavoriteTopic {
[INFO] [stderr]    |            ----------------------- `SubscriberFavoriteTopic` is not local
[INFO] [stderr]    |
[INFO] [stderr]    = note: the derive macro `Identifiable` defines the non-local `impl`, and may need to be changed
[INFO] [stderr]    = note: the derive macro `Identifiable` may come from an old version of the `diesel_derives` crate, try updating your dependency with `cargo update -p diesel_derives`
[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: this warning originates in the derive macro `Identifiable` (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/domain/model/subscriber_favorite_topic.rs:8:31
[INFO] [stderr]    |
[INFO] [stderr]  8 | #[derive(Identifiable, Clone, Queryable, Debug, Insertable, Associations)]
[INFO] [stderr]    |                               ^--------
[INFO] [stderr]    |                               |
[INFO] [stderr]    |                               `Queryable` is not local
[INFO] [stderr]    |                               move the `impl` block outside of this function `_impl_queryable_for_subscriberfavoritetopic`
[INFO] [stderr] ...
[INFO] [stderr] 13 | pub struct SubscriberFavoriteTopic {
[INFO] [stderr]    |            ----------------------- `SubscriberFavoriteTopic` is not local
[INFO] [stderr]    |
[INFO] [stderr]    = note: the derive macro `Queryable` defines the non-local `impl`, and may need to be changed
[INFO] [stderr]    = note: the derive macro `Queryable` may come from an old version of the `diesel_derives` crate, try updating your dependency with `cargo update -p diesel_derives`
[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: this warning originates in the derive macro `Queryable` (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/domain/model/subscriber_favorite_topic.rs:8:49
[INFO] [stderr]    |
[INFO] [stderr]  8 | #[derive(Identifiable, Clone, Queryable, Debug, Insertable, Associations)]
[INFO] [stderr]    |                                                 ^---------
[INFO] [stderr]    |                                                 |
[INFO] [stderr]    |                                                 `Insertable` is not local
[INFO] [stderr]    |                                                 `table` is not local
[INFO] [stderr]    |                                                 move the `impl` block outside of this function `_impl_insertable_for_subscriberfavoritetopic`
[INFO] [stderr] ...
[INFO] [stderr] 13 | pub struct SubscriberFavoriteTopic {
[INFO] [stderr]    |            ----------------------- `SubscriberFavoriteTopic` is not local
[INFO] [stderr]    |
[INFO] [stderr]    = note: the derive macro `Insertable` defines the non-local `impl`, and may need to be changed
[INFO] [stderr]    = note: the derive macro `Insertable` may come from an old version of the `diesel_derives` crate, try updating your dependency with `cargo update -p diesel_derives`
[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: this warning originates in the derive macro `Insertable` (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/domain/model/subscriber_favorite_topic.rs:8:49
[INFO] [stderr]    |
[INFO] [stderr]  8 | #[derive(Identifiable, Clone, Queryable, Debug, Insertable, Associations)]
[INFO] [stderr]    |                                                 -^^^^^^^^^
[INFO] [stderr]    |                                                 |
[INFO] [stderr]    |                                                 `Insertable` is not local
[INFO] [stderr]    |                                                 `table` is not local
[INFO] [stderr]    |                                                 move the `impl` block outside of this function `_impl_insertable_for_subscriberfavoritetopic`
[INFO] [stderr] ...
[INFO] [stderr] 13 | pub struct SubscriberFavoriteTopic {
[INFO] [stderr]    |            ----------------------- `SubscriberFavoriteTopic` is not local
[INFO] [stderr]    |
[INFO] [stderr]    = note: the derive macro `Insertable` defines the non-local `impl`, and may need to be changed
[INFO] [stderr]    = note: the derive macro `Insertable` may come from an old version of the `diesel_derives` crate, try updating your dependency with `cargo update -p diesel_derives`
[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: this warning originates in the derive macro `Insertable` (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/domain/model/subscriber_favorite_topic.rs:8:49
[INFO] [stderr]    |
[INFO] [stderr]  8 | #[derive(Identifiable, Clone, Queryable, Debug, Insertable, Associations)]
[INFO] [stderr]    |                                                 ^---------
[INFO] [stderr]    |                                                 |
[INFO] [stderr]    |                                                 `UndecoratedInsertRecord` is not local
[INFO] [stderr]    |                                                 `table` is not local
[INFO] [stderr]    |                                                 move the `impl` block outside of this function `_impl_insertable_for_subscriberfavoritetopic`
[INFO] [stderr] ...
[INFO] [stderr] 13 | pub struct SubscriberFavoriteTopic {
[INFO] [stderr]    |            ----------------------- `SubscriberFavoriteTopic` is not local
[INFO] [stderr]    |
[INFO] [stderr]    = note: the derive macro `Insertable` defines the non-local `impl`, and may need to be changed
[INFO] [stderr]    = note: the derive macro `Insertable` may come from an old version of the `diesel_derives` crate, try updating your dependency with `cargo update -p diesel_derives`
[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: this warning originates in the derive macro `Insertable` (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/domain/model/subscriber_favorite_topic.rs:8:61
[INFO] [stderr]    |
[INFO] [stderr]  8 | #[derive(Identifiable, Clone, Queryable, Debug, Insertable, Associations)]
[INFO] [stderr]    |                                                             ^-----------
[INFO] [stderr]    |                                                             |
[INFO] [stderr]    |                                                             `BelongsTo` is not local
[INFO] [stderr]    |                                                             move the `impl` block outside of this function `_impl_associations_for_subscriberfavoritetopic`
[INFO] [stderr]  9 | #[primary_key(chat_id, topic_id)]
[INFO] [stderr] 10 | #[belongs_to(Subscriber, foreign_key = "chat_id")]
[INFO] [stderr]    |              ---------- `Subscriber` is not local
[INFO] [stderr] ...
[INFO] [stderr] 13 | pub struct SubscriberFavoriteTopic {
[INFO] [stderr]    |            ----------------------- `SubscriberFavoriteTopic` is not local
[INFO] [stderr]    |
[INFO] [stderr]    = note: the derive macro `Associations` defines the non-local `impl`, and may need to be changed
[INFO] [stderr]    = note: the derive macro `Associations` may come from an old version of the `diesel_derives` crate, try updating your dependency with `cargo update -p diesel_derives`
[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: this warning originates in the derive macro `Associations` (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/domain/model/subscriber_favorite_topic.rs:8:61
[INFO] [stderr]    |
[INFO] [stderr]  8 | #[derive(Identifiable, Clone, Queryable, Debug, Insertable, Associations)]
[INFO] [stderr]    |                                                             ^-----------
[INFO] [stderr]    |                                                             |
[INFO] [stderr]    |                                                             `BelongsTo` is not local
[INFO] [stderr]    |                                                             move the `impl` block outside of this function `_impl_associations_for_subscriberfavoritetopic`
[INFO] [stderr] ...
[INFO] [stderr] 11 | #[belongs_to(Topic, foreign_key = "topic_id")]
[INFO] [stderr]    |              ----- `Topic` is not local
[INFO] [stderr] 12 | #[table_name = "subscriber_topics"]
[INFO] [stderr] 13 | pub struct SubscriberFavoriteTopic {
[INFO] [stderr]    |            ----------------------- `SubscriberFavoriteTopic` is not local
[INFO] [stderr]    |
[INFO] [stderr]    = note: the derive macro `Associations` defines the non-local `impl`, and may need to be changed
[INFO] [stderr]    = note: the derive macro `Associations` may come from an old version of the `diesel_derives` crate, try updating your dependency with `cargo update -p diesel_derives`
[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: this warning originates in the derive macro `Associations` (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/domain/model/subscriber_favorite_topic.rs:23:10
[INFO] [stderr]    |
[INFO] [stderr] 23 | #[derive(Identifiable, Clone, Queryable, Debug, Associations, PartialEq)]
[INFO] [stderr]    |          ^-----------
[INFO] [stderr]    |          |
[INFO] [stderr]    |          `HasTable` is not local
[INFO] [stderr]    |          move the `impl` block outside of this function `_impl_identifiable_for_raw`
[INFO] [stderr] ...
[INFO] [stderr] 28 | pub struct Raw {
[INFO] [stderr]    |            --- `Raw` is not local
[INFO] [stderr]    |
[INFO] [stderr]    = note: the derive macro `Identifiable` defines the non-local `impl`, and may need to be changed
[INFO] [stderr]    = note: the derive macro `Identifiable` may come from an old version of the `diesel_derives` crate, try updating your dependency with `cargo update -p diesel_derives`
[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: this warning originates in the derive macro `Identifiable` (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/domain/model/subscriber_favorite_topic.rs:23:10
[INFO] [stderr]    |
[INFO] [stderr] 23 | #[derive(Identifiable, Clone, Queryable, Debug, Associations, PartialEq)]
[INFO] [stderr]    |          ^^^^^^^^^^^^
[INFO] [stderr]    |          |
[INFO] [stderr]    |          `Identifiable` is not local
[INFO] [stderr]    |          move the `impl` block outside of this function `_impl_identifiable_for_raw`
[INFO] [stderr] ...
[INFO] [stderr] 28 | pub struct Raw {
[INFO] [stderr]    |            --- `Raw` is not local
[INFO] [stderr]    |
[INFO] [stderr]    = note: the derive macro `Identifiable` defines the non-local `impl`, and may need to be changed
[INFO] [stderr]    = note: the derive macro `Identifiable` may come from an old version of the `diesel_derives` crate, try updating your dependency with `cargo update -p diesel_derives`
[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: this warning originates in the derive macro `Identifiable` (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/domain/model/subscriber_favorite_topic.rs:23:31
[INFO] [stderr]    |
[INFO] [stderr] 23 | #[derive(Identifiable, Clone, Queryable, Debug, Associations, PartialEq)]
[INFO] [stderr]    |                               ^--------
[INFO] [stderr]    |                               |
[INFO] [stderr]    |                               `Queryable` is not local
[INFO] [stderr]    |                               move the `impl` block outside of this function `_impl_queryable_for_raw`
[INFO] [stderr] ...
[INFO] [stderr] 28 | pub struct Raw {
[INFO] [stderr]    |            --- `Raw` is not local
[INFO] [stderr]    |
[INFO] [stderr]    = note: the derive macro `Queryable` defines the non-local `impl`, and may need to be changed
[INFO] [stderr]    = note: the derive macro `Queryable` may come from an old version of the `diesel_derives` crate, try updating your dependency with `cargo update -p diesel_derives`
[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: this warning originates in the derive macro `Queryable` (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/domain/model/subscriber_favorite_topic.rs:23:49
[INFO] [stderr]    |
[INFO] [stderr] 23 | #[derive(Identifiable, Clone, Queryable, Debug, Associations, PartialEq)]
[INFO] [stderr]    |                                                 ^-----------
[INFO] [stderr]    |                                                 |
[INFO] [stderr]    |                                                 `BelongsTo` is not local
[INFO] [stderr]    |                                                 move the `impl` block outside of this function `_impl_associations_for_raw`
[INFO] [stderr] 24 | #[primary_key(chat_id, topic_id)]
[INFO] [stderr] 25 | #[belongs_to(Subscriber, foreign_key = "chat_id")]
[INFO] [stderr]    |              ---------- `Subscriber` is not local
[INFO] [stderr] ...
[INFO] [stderr] 28 | pub struct Raw {
[INFO] [stderr]    |            --- `Raw` is not local
[INFO] [stderr]    |
[INFO] [stderr]    = note: the derive macro `Associations` defines the non-local `impl`, and may need to be changed
[INFO] [stderr]    = note: the derive macro `Associations` may come from an old version of the `diesel_derives` crate, try updating your dependency with `cargo update -p diesel_derives`
[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: this warning originates in the derive macro `Associations` (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/domain/model/subscriber_favorite_topic.rs:23:49
[INFO] [stderr]    |
[INFO] [stderr] 23 | #[derive(Identifiable, Clone, Queryable, Debug, Associations, PartialEq)]
[INFO] [stderr]    |                                                 ^-----------
[INFO] [stderr]    |                                                 |
[INFO] [stderr]    |                                                 `BelongsTo` is not local
[INFO] [stderr]    |                                                 move the `impl` block outside of this function `_impl_associations_for_raw`
[INFO] [stderr] ...
[INFO] [stderr] 26 | #[belongs_to(Topic, foreign_key = "topic_id")]
[INFO] [stderr]    |              ----- `Topic` is not local
[INFO] [stderr] 27 | #[table_name = "subscriber_topics"]
[INFO] [stderr] 28 | pub struct Raw {
[INFO] [stderr]    |            --- `Raw` is not local
[INFO] [stderr]    |
[INFO] [stderr]    = note: the derive macro `Associations` defines the non-local `impl`, and may need to be changed
[INFO] [stderr]    = note: the derive macro `Associations` may come from an old version of the `diesel_derives` crate, try updating your dependency with `cargo update -p diesel_derives`
[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: this warning originates in the derive macro `Associations` (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/domain/model/app_notifications.rs:3:24
[INFO] [stderr]   |
[INFO] [stderr] 3 | #[derive(Debug, Clone, Queryable)]
[INFO] [stderr]   |                        ^--------
[INFO] [stderr]   |                        |
[INFO] [stderr]   |                        `Queryable` is not local
[INFO] [stderr]   |                        move the `impl` block outside of this function `_impl_queryable_for_appnotification`
[INFO] [stderr] 4 | pub struct AppNotification {
[INFO] [stderr]   |            --------------- `AppNotification` is not local
[INFO] [stderr]   |
[INFO] [stderr]   = note: the derive macro `Queryable` defines the non-local `impl`, and may need to be changed
[INFO] [stderr]   = note: the derive macro `Queryable` may come from an old version of the `diesel_derives` crate, try updating your dependency with `cargo update -p diesel_derives`
[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: this warning originates in the derive macro `Queryable` (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/domain/model/app_notifications.rs:11:17
[INFO] [stderr]    |
[INFO] [stderr] 11 | #[derive(Debug, Insertable, AsChangeset)]
[INFO] [stderr]    |                 ^---------
[INFO] [stderr]    |                 |
[INFO] [stderr]    |                 `Insertable` is not local
[INFO] [stderr]    |                 `table` is not local
[INFO] [stderr]    |                 move the `impl` block outside of this function `_impl_insertable_for_newappnotification`
[INFO] [stderr] 12 | #[table_name = "app_notifications"]
[INFO] [stderr] 13 | pub struct NewAppNotification {
[INFO] [stderr]    |            ------------------ `NewAppNotification` is not local
[INFO] [stderr]    |
[INFO] [stderr]    = note: the derive macro `Insertable` defines the non-local `impl`, and may need to be changed
[INFO] [stderr]    = note: the derive macro `Insertable` may come from an old version of the `diesel_derives` crate, try updating your dependency with `cargo update -p diesel_derives`
[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: this warning originates in the derive macro `Insertable` (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/domain/model/app_notifications.rs:11:17
[INFO] [stderr]    |
[INFO] [stderr] 11 | #[derive(Debug, Insertable, AsChangeset)]
[INFO] [stderr]    |                 -^^^^^^^^^
[INFO] [stderr]    |                 |
[INFO] [stderr]    |                 `Insertable` is not local
[INFO] [stderr]    |                 `table` is not local
[INFO] [stderr]    |                 move the `impl` block outside of this function `_impl_insertable_for_newappnotification`
[INFO] [stderr] 12 | #[table_name = "app_notifications"]
[INFO] [stderr] 13 | pub struct NewAppNotification {
[INFO] [stderr]    |            ------------------ `NewAppNotification` is not local
[INFO] [stderr]    |
[INFO] [stderr]    = note: the derive macro `Insertable` defines the non-local `impl`, and may need to be changed
[INFO] [stderr]    = note: the derive macro `Insertable` may come from an old version of the `diesel_derives` crate, try updating your dependency with `cargo update -p diesel_derives`
[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: this warning originates in the derive macro `Insertable` (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/domain/model/app_notifications.rs:11:17
[INFO] [stderr]    |
[INFO] [stderr] 11 | #[derive(Debug, Insertable, AsChangeset)]
[INFO] [stderr]    |                 ^---------
[INFO] [stderr]    |                 |
[INFO] [stderr]    |                 `UndecoratedInsertRecord` is not local
[INFO] [stderr]    |                 `table` is not local
[INFO] [stderr]    |                 move the `impl` block outside of this function `_impl_insertable_for_newappnotification`
[INFO] [stderr] 12 | #[table_name = "app_notifications"]
[INFO] [stderr] 13 | pub struct NewAppNotification {
[INFO] [stderr]    |            ------------------ `NewAppNotification` is not local
[INFO] [stderr]    |
[INFO] [stderr]    = note: the derive macro `Insertable` defines the non-local `impl`, and may need to be changed
[INFO] [stderr]    = note: the derive macro `Insertable` may come from an old version of the `diesel_derives` crate, try updating your dependency with `cargo update -p diesel_derives`
[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: this warning originates in the derive macro `Insertable` (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/domain/model/app_notifications.rs:11:29
[INFO] [stderr]    |
[INFO] [stderr] 11 | #[derive(Debug, Insertable, AsChangeset)]
[INFO] [stderr]    |                             ^^^^^^^^^^^
[INFO] [stderr]    |                             |
[INFO] [stderr]    |                             `AsChangeset` is not local
[INFO] [stderr]    |                             move the `impl` block outside of this function `_impl_as_changeset_for_newappnotification`
[INFO] [stderr] 12 | #[table_name = "app_notifications"]
[INFO] [stderr] 13 | pub struct NewAppNotification {
[INFO] [stderr]    |            ------------------ `NewAppNotification` is not local
[INFO] [stderr]    |
[INFO] [stderr]    = note: the derive macro `AsChangeset` defines the non-local `impl`, and may need to be changed
[INFO] [stderr]    = note: the derive macro `AsChangeset` may come from an old version of the `diesel_derives` crate, try updating your dependency with `cargo update -p diesel_derives`
[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: this warning originates in the derive macro `AsChangeset` (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/domain/model/app_notifications.rs:11:29
[INFO] [stderr]    |
[INFO] [stderr] 11 | #[derive(Debug, Insertable, AsChangeset)]
[INFO] [stderr]    |                             ^----------
[INFO] [stderr]    |                             |
[INFO] [stderr]    |                             `AsChangeset` is not local
[INFO] [stderr]    |                             move the `impl` block outside of this function `_impl_as_changeset_for_newappnotification`
[INFO] [stderr] 12 | #[table_name = "app_notifications"]
[INFO] [stderr] 13 | pub struct NewAppNotification {
[INFO] [stderr]    |            ------------------ `NewAppNotification` is not local
[INFO] [stderr]    |
[INFO] [stderr]    = note: the derive macro `AsChangeset` defines the non-local `impl`, and may need to be changed
[INFO] [stderr]    = note: the derive macro `AsChangeset` may come from an old version of the `diesel_derives` crate, try updating your dependency with `cargo update -p diesel_derives`
[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: this warning originates in the derive macro `AsChangeset` (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/domain/model/topic.rs:8:24
[INFO] [stderr]   |
[INFO] [stderr] 8 | #[derive(Debug, Clone, Queryable, QueryableByName, PartialEq)]
[INFO] [stderr]   |                        ^--------
[INFO] [stderr]   |                        |
[INFO] [stderr]   |                        `Queryable` is not local
[INFO] [stderr]   |                        move the `impl` block outside of this function `_impl_queryable_for_topic`
[INFO] [stderr] 9 | pub struct Topic {
[INFO] [stderr]   |            ----- `Topic` is not local
[INFO] [stderr]   |
[INFO] [stderr]   = note: the derive macro `Queryable` defines the non-local `impl`, and may need to be changed
[INFO] [stderr]   = note: the derive macro `Queryable` may come from an old version of the `diesel_derives` crate, try updating your dependency with `cargo update -p diesel_derives`
[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: this warning originates in the derive macro `Queryable` (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/domain/model/topic.rs:8:35
[INFO] [stderr]   |
[INFO] [stderr] 8 | #[derive(Debug, Clone, Queryable, QueryableByName, PartialEq)]
[INFO] [stderr]   |                                   ^--------------
[INFO] [stderr]   |                                   |
[INFO] [stderr]   |                                   `QueryableByName` is not local
[INFO] [stderr]   |                                   move the `impl` block outside of this function `_impl_queryable_by_name_for_topic`
[INFO] [stderr] 9 | pub struct Topic {
[INFO] [stderr]   |            ----- `Topic` is not local
[INFO] [stderr]   |
[INFO] [stderr]   = note: the derive macro `QueryableByName` defines the non-local `impl`, and may need to be changed
[INFO] [stderr]   = note: the derive macro `QueryableByName` may come from an old version of the `diesel_derives` crate, try updating your dependency with `cargo update -p diesel_derives`
[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: this warning originates in the derive macro `QueryableByName` (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/domain/model/checkboxed_subscriber_topic.rs:3:10
[INFO] [stderr]   |
[INFO] [stderr] 3 | #[derive(QueryableByName)]
[INFO] [stderr]   |          ^--------------
[INFO] [stderr]   |          |
[INFO] [stderr]   |          `QueryableByName` is not local
[INFO] [stderr]   |          move the `impl` block outside of this function `_impl_queryable_by_name_for_checkboxedsubscribertopic`
[INFO] [stderr] 4 | pub struct CheckboxedSubscriberTopic {
[INFO] [stderr]   |            ------------------------- `CheckboxedSubscriberTopic` is not local
[INFO] [stderr]   |
[INFO] [stderr]   = note: the derive macro `QueryableByName` defines the non-local `impl`, and may need to be changed
[INFO] [stderr]   = note: the derive macro `QueryableByName` may come from an old version of the `diesel_derives` crate, try updating your dependency with `cargo update -p diesel_derives`
[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: this warning originates in the derive macro `QueryableByName` (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/domain/model/topic_notification_status.rs:4:24
[INFO] [stderr]   |
[INFO] [stderr] 4 | #[derive(Debug, Clone, Queryable, Associations)]
[INFO] [stderr]   |                        ^--------
[INFO] [stderr]   |                        |
[INFO] [stderr]   |                        `Queryable` is not local
[INFO] [stderr]   |                        move the `impl` block outside of this function `_impl_queryable_for_topicnotificationstatus`
[INFO] [stderr] ...
[INFO] [stderr] 7 | pub struct TopicNotificationStatus {
[INFO] [stderr]   |            ----------------------- `TopicNotificationStatus` is not local
[INFO] [stderr]   |
[INFO] [stderr]   = note: the derive macro `Queryable` defines the non-local `impl`, and may need to be changed
[INFO] [stderr]   = note: the derive macro `Queryable` may come from an old version of the `diesel_derives` crate, try updating your dependency with `cargo update -p diesel_derives`
[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: this warning originates in the derive macro `Queryable` (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/domain/model/topic_notification_status.rs:4:35
[INFO] [stderr]   |
[INFO] [stderr] 4 | #[derive(Debug, Clone, Queryable, Associations)]
[INFO] [stderr]   |                                   ^-----------
[INFO] [stderr]   |                                   |
[INFO] [stderr]   |                                   `BelongsTo` is not local
[INFO] [stderr]   |                                   move the `impl` block outside of this function `_impl_associations_for_topicnotificationstatus`
[INFO] [stderr] 5 | #[table_name = "topic_notification_status"]
[INFO] [stderr] 6 | #[belongs_to(Topic, foreign_key = "topic_id")]
[INFO] [stderr]   |              ----- `Topic` is not local
[INFO] [stderr] 7 | pub struct TopicNotificationStatus {
[INFO] [stderr]   |            ----------------------- `TopicNotificationStatus` is not local
[INFO] [stderr]   |
[INFO] [stderr]   = note: the derive macro `Associations` defines the non-local `impl`, and may need to be changed
[INFO] [stderr]   = note: the derive macro `Associations` may come from an old version of the `diesel_derives` crate, try updating your dependency with `cargo update -p diesel_derives`
[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: this warning originates in the derive macro `Associations` (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/domain/model/topic_notification_status.rs:13:17
[INFO] [stderr]    |
[INFO] [stderr] 13 | #[derive(Debug, Insertable, AsChangeset, Hash, Eq, PartialEq)]
[INFO] [stderr]    |                 ^---------
[INFO] [stderr]    |                 |
[INFO] [stderr]    |                 `Insertable` is not local
[INFO] [stderr]    |                 `table` is not local
[INFO] [stderr]    |                 move the `impl` block outside of this function `_impl_insertable_for_new`
[INFO] [stderr] 14 | #[table_name = "topic_notification_status"]
[INFO] [stderr] 15 | pub struct New {
[INFO] [stderr]    |            --- `New` is not local
[INFO] [stderr]    |
[INFO] [stderr]    = note: the derive macro `Insertable` defines the non-local `impl`, and may need to be changed
[INFO] [stderr]    = note: the derive macro `Insertable` may come from an old version of the `diesel_derives` crate, try updating your dependency with `cargo update -p diesel_derives`
[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: this warning originates in the derive macro `Insertable` (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/domain/model/topic_notification_status.rs:13:17
[INFO] [stderr]    |
[INFO] [stderr] 13 | #[derive(Debug, Insertable, AsChangeset, Hash, Eq, PartialEq)]
[INFO] [stderr]    |                 -^^^^^^^^^
[INFO] [stderr]    |                 |
[INFO] [stderr]    |                 `Insertable` is not local
[INFO] [stderr]    |                 `table` is not local
[INFO] [stderr]    |                 move the `impl` block outside of this function `_impl_insertable_for_new`
[INFO] [stderr] 14 | #[table_name = "topic_notification_status"]
[INFO] [stderr] 15 | pub struct New {
[INFO] [stderr]    |            --- `New` is not local
[INFO] [stderr]    |
[INFO] [stderr]    = note: the derive macro `Insertable` defines the non-local `impl`, and may need to be changed
[INFO] [stderr]    = note: the derive macro `Insertable` may come from an old version of the `diesel_derives` crate, try updating your dependency with `cargo update -p diesel_derives`
[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: this warning originates in the derive macro `Insertable` (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/domain/model/topic_notification_status.rs:13:17
[INFO] [stderr]    |
[INFO] [stderr] 13 | #[derive(Debug, Insertable, AsChangeset, Hash, Eq, PartialEq)]
[INFO] [stderr]    |                 ^---------
[INFO] [stderr]    |                 |
[INFO] [stderr]    |                 `UndecoratedInsertRecord` is not local
[INFO] [stderr]    |                 `table` is not local
[INFO] [stderr]    |                 move the `impl` block outside of this function `_impl_insertable_for_new`
[INFO] [stderr] 14 | #[table_name = "topic_notification_status"]
[INFO] [stderr] 15 | pub struct New {
[INFO] [stderr]    |            --- `New` is not local
[INFO] [stderr]    |
[INFO] [stderr]    = note: the derive macro `Insertable` defines the non-local `impl`, and may need to be changed
[INFO] [stderr]    = note: the derive macro `Insertable` may come from an old version of the `diesel_derives` crate, try updating your dependency with `cargo update -p diesel_derives`
[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: this warning originates in the derive macro `Insertable` (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/domain/model/topic_notification_status.rs:13:29
[INFO] [stderr]    |
[INFO] [stderr] 13 | #[derive(Debug, Insertable, AsChangeset, Hash, Eq, PartialEq)]
[INFO] [stderr]    |                             ^^^^^^^^^^^
[INFO] [stderr]    |                             |
[INFO] [stderr]    |                             `AsChangeset` is not local
[INFO] [stderr]    |                             move the `impl` block outside of this function `_impl_as_changeset_for_new`
[INFO] [stderr] 14 | #[table_name = "topic_notification_status"]
[INFO] [stderr] 15 | pub struct New {
[INFO] [stderr]    |            --- `New` is not local
[INFO] [stderr]    |
[INFO] [stderr]    = note: the derive macro `AsChangeset` defines the non-local `impl`, and may need to be changed
[INFO] [stderr]    = note: the derive macro `AsChangeset` may come from an old version of the `diesel_derives` crate, try updating your dependency with `cargo update -p diesel_derives`
[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: this warning originates in the derive macro `AsChangeset` (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/domain/model/topic_notification_status.rs:13:29
[INFO] [stderr]    |
[INFO] [stderr] 13 | #[derive(Debug, Insertable, AsChangeset, Hash, Eq, PartialEq)]
[INFO] [stderr]    |                             ^----------
[INFO] [stderr]    |                             |
[INFO] [stderr]    |                             `AsChangeset` is not local
[INFO] [stderr]    |                             move the `impl` block outside of this function `_impl_as_changeset_for_new`
[INFO] [stderr] 14 | #[table_name = "topic_notification_status"]
[INFO] [stderr] 15 | pub struct New {
[INFO] [stderr]    |            --- `New` is not local
[INFO] [stderr]    |
[INFO] [stderr]    = note: the derive macro `AsChangeset` defines the non-local `impl`, and may need to be changed
[INFO] [stderr]    = note: the derive macro `AsChangeset` may come from an old version of the `diesel_derives` crate, try updating your dependency with `cargo update -p diesel_derives`
[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: this warning originates in the derive macro `AsChangeset` (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/domain/schema.rs:1:1
[INFO] [stderr]   |
[INFO] [stderr] 1 | / table! {
[INFO] [stderr] 2 | |     subscribers(chat_id) {
[INFO] [stderr] 3 | |         chat_id -> BigInt,
[INFO] [stderr] 4 | |     }
[INFO] [stderr] 5 | | }
[INFO] [stderr]   | | ^
[INFO] [stderr]   | | |
[INFO] [stderr]   | | `table` is not local
[INFO] [stderr]   | |_`QueryId` is not local
[INFO] [stderr]   |   move the `impl` block outside of this function `_impl_query_id_for_table`
[INFO] [stderr]   |
[INFO] [stderr]   = note: the derive macro `QueryId` defines the non-local `impl`, and may need to be changed
[INFO] [stderr]   = note: the derive macro `QueryId` may come from an old version of the `diesel_derives` crate, try updating your dependency with `cargo update -p diesel_derives`
[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: this warning originates in the derive macro `QueryId` which comes from the expansion of the macro `table` (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/domain/schema.rs:1:1
[INFO] [stderr]   |
[INFO] [stderr] 1 | / table! {
[INFO] [stderr] 2 | |     subscribers(chat_id) {
[INFO] [stderr] 3 | |         chat_id -> BigInt,
[INFO] [stderr]   | |         ------- `chat_id` is not local
[INFO] [stderr] 4 | |     }
[INFO] [stderr] 5 | | }
[INFO] [stderr]   | | ^
[INFO] [stderr]   | | |
[INFO] [stderr]   | |_`QueryId` is not local
[INFO] [stderr]   |   move the `impl` block outside of this function `_impl_query_id_for_chat_id`
[INFO] [stderr]   |
[INFO] [stderr]   = note: the derive macro `QueryId` defines the non-local `impl`, and may need to be changed
[INFO] [stderr]   = note: the derive macro `QueryId` may come from an old version of the `diesel_derives` crate, try updating your dependency with `cargo update -p diesel_derives`
[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: this warning originates in the derive macro `QueryId` which comes from the expansion of the macro `table` (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/domain/schema.rs:6:1
[INFO] [stderr]    |
[INFO] [stderr]  6 | / table! {
[INFO] [stderr]  7 | |     app_notifications(id) {
[INFO] [stderr]  8 | |         id -> Integer,
[INFO] [stderr]  9 | |         notification_type -> Text,
[INFO] [stderr] ...  |
[INFO] [stderr] 13 | | }
[INFO] [stderr]    | | ^
[INFO] [stderr]    | | |
[INFO] [stderr]    | | `table` is not local
[INFO] [stderr]    | |_`QueryId` is not local
[INFO] [stderr]    |   move the `impl` block outside of this function `_impl_query_id_for_table`
[INFO] [stderr]    |
[INFO] [stderr]    = note: the derive macro `QueryId` defines the non-local `impl`, and may need to be changed
[INFO] [stderr]    = note: the derive macro `QueryId` may come from an old version of the `diesel_derives` crate, try updating your dependency with `cargo update -p diesel_derives`
[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: this warning originates in the derive macro `QueryId` which comes from the expansion of the macro `table` (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/domain/schema.rs:6:1
[INFO] [stderr]    |
[INFO] [stderr]  6 | / table! {
[INFO] [stderr]  7 | |     app_notifications(id) {
[INFO] [stderr]  8 | |         id -> Integer,
[INFO] [stderr]    | |         -- `id` is not local
[INFO] [stderr]  9 | |         notification_type -> Text,
[INFO] [stderr] ...  |
[INFO] [stderr] 13 | | }
[INFO] [stderr]    | | ^
[INFO] [stderr]    | | |
[INFO] [stderr]    | |_`QueryId` is not local
[INFO] [stderr]    |   move the `impl` block outside of this function `_impl_query_id_for_id`
[INFO] [stderr]    |
[INFO] [stderr]    = note: the derive macro `QueryId` defines the non-local `impl`, and may need to be changed
[INFO] [stderr]    = note: the derive macro `QueryId` may come from an old version of the `diesel_derives` crate, try updating your dependency with `cargo update -p diesel_derives`
[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: this warning originates in the derive macro `QueryId` which comes from the expansion of the macro `table` (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/domain/schema.rs:6:1
[INFO] [stderr]    |
[INFO] [stderr]  6 | / table! {
[INFO] [stderr]  7 | |     app_notifications(id) {
[INFO] [stderr]  8 | |         id -> Integer,
[INFO] [stderr]  9 | |         notification_type -> Text,
[INFO] [stderr]    | |         ----------------- `notification_type` is not local
[INFO] [stderr] ...  |
[INFO] [stderr] 13 | | }
[INFO] [stderr]    | | ^
[INFO] [stderr]    | | |
[INFO] [stderr]    | |_`QueryId` is not local
[INFO] [stderr]    |   move the `impl` block outside of this function `_impl_query_id_for_notification_type`
[INFO] [stderr]    |
[INFO] [stderr]    = note: the derive macro `QueryId` defines the non-local `impl`, and may need to be changed
[INFO] [stderr]    = note: the derive macro `QueryId` may come from an old version of the `diesel_derives` crate, try updating your dependency with `cargo update -p diesel_derives`
[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: this warning originates in the derive macro `QueryId` which comes from the expansion of the macro `table` (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/domain/schema.rs:6:1
[INFO] [stderr]    |
[INFO] [stderr]  6 | / table! {
[INFO] [stderr]  7 | |     app_notifications(id) {
[INFO] [stderr]  8 | |         id -> Integer,
[INFO] [stderr]  9 | |         notification_type -> Text,
[INFO] [stderr] 10 | |         text -> Text,
[INFO] [stderr]    | |         ---- `text` is not local
[INFO] [stderr] ...  |
[INFO] [stderr] 13 | | }
[INFO] [stderr]    | | ^
[INFO] [stderr]    | | |
[INFO] [stderr]    | |_`QueryId` is not local
[INFO] [stderr]    |   move the `impl` block outside of this function `_impl_query_id_for_text`
[INFO] [stderr]    |
[INFO] [stderr]    = note: the derive macro `QueryId` defines the non-local `impl`, and may need to be changed
[INFO] [stderr]    = note: the derive macro `QueryId` may come from an old version of the `diesel_derives` crate, try updating your dependency with `cargo update -p diesel_derives`
[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: this warning originates in the derive macro `QueryId` which comes from the expansion of the macro `table` (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/domain/schema.rs:6:1
[INFO] [stderr]    |
[INFO] [stderr]  6 | / table! {
[INFO] [stderr]  7 | |     app_notifications(id) {
[INFO] [stderr]  8 | |         id -> Integer,
[INFO] [stderr]  9 | |         notification_type -> Text,
[INFO] [stderr] 10 | |         text -> Text,
[INFO] [stderr] 11 | |         created_at -> Timestamp,
[INFO] [stderr]    | |         ---------- `created_at` is not local
[INFO] [stderr] 12 | |     }
[INFO] [stderr] 13 | | }
[INFO] [stderr]    | | ^
[INFO] [stderr]    | | |
[INFO] [stderr]    | |_`QueryId` is not local
[INFO] [stderr]    |   move the `impl` block outside of this function `_impl_query_id_for_created_at`
[INFO] [stderr]    |
[INFO] [stderr]    = note: the derive macro `QueryId` defines the non-local `impl`, and may need to be changed
[INFO] [stderr]    = note: the derive macro `QueryId` may come from an old version of the `diesel_derives` crate, try updating your dependency with `cargo update -p diesel_derives`
[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: this warning originates in the derive macro `QueryId` which comes from the expansion of the macro `table` (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/domain/schema.rs:14:1
[INFO] [stderr]    |
[INFO] [stderr] 14 | / table! {
[INFO] [stderr] 15 | |     topic(id) {
[INFO] [stderr] 16 | |         id -> Integer,
[INFO] [stderr] 17 | |         site_id -> Integer,
[INFO] [stderr] ...  |
[INFO] [stderr] 21 | | }
[INFO] [stderr]    | | ^
[INFO] [stderr]    | | |
[INFO] [stderr]    | | `table` is not local
[INFO] [stderr]    | |_`QueryId` is not local
[INFO] [stderr]    |   move the `impl` block outside of this function `_impl_query_id_for_table`
[INFO] [stderr]    |
[INFO] [stderr]    = note: the derive macro `QueryId` defines the non-local `impl`, and may need to be changed
[INFO] [stderr]    = note: the derive macro `QueryId` may come from an old version of the `diesel_derives` crate, try updating your dependency with `cargo update -p diesel_derives`
[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: this warning originates in the derive macro `QueryId` which comes from the expansion of the macro `table` (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/domain/schema.rs:14:1
[INFO] [stderr]    |
[INFO] [stderr] 14 | / table! {
[INFO] [stderr] 15 | |     topic(id) {
[INFO] [stderr] 16 | |         id -> Integer,
[INFO] [stderr]    | |         -- `id` is not local
[INFO] [stderr] 17 | |         site_id -> Integer,
[INFO] [stderr] ...  |
[INFO] [stderr] 21 | | }
[INFO] [stderr]    | | ^
[INFO] [stderr]    | | |
[INFO] [stderr]    | |_`QueryId` is not local
[INFO] [stderr]    |   move the `impl` block outside of this function `_impl_query_id_for_id`
[INFO] [stderr]    |
[INFO] [stderr]    = note: the derive macro `QueryId` defines the non-local `impl`, and may need to be changed
[INFO] [stderr]    = note: the derive macro `QueryId` may come from an old version of the `diesel_derives` crate, try updating your dependency with `cargo update -p diesel_derives`
[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: this warning originates in the derive macro `QueryId` which comes from the expansion of the macro `table` (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/domain/schema.rs:14:1
[INFO] [stderr]    |
[INFO] [stderr] 14 | / table! {
[INFO] [stderr] 15 | |     topic(id) {
[INFO] [stderr] 16 | |         id -> Integer,
[INFO] [stderr] 17 | |         site_id -> Integer,
[INFO] [stderr]    | |         ------- `site_id` is not local
[INFO] [stderr] ...  |
[INFO] [stderr] 21 | | }
[INFO] [stderr]    | | ^
[INFO] [stderr]    | | |
[INFO] [stderr]    | |_`QueryId` is not local
[INFO] [stderr]    |   move the `impl` block outside of this function `_impl_query_id_for_site_id`
[INFO] [stderr]    |
[INFO] [stderr]    = note: the derive macro `QueryId` defines the non-local `impl`, and may need to be changed
[INFO] [stderr]    = note: the derive macro `QueryId` may come from an old version of the `diesel_derives` crate, try updating your dependency with `cargo update -p diesel_derives`
[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: this warning originates in the derive macro `QueryId` which comes from the expansion of the macro `table` (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/domain/schema.rs:14:1
[INFO] [stderr]    |
[INFO] [stderr] 14 | / table! {
[INFO] [stderr] 15 | |     topic(id) {
[INFO] [stderr] 16 | |         id -> Integer,
[INFO] [stderr] 17 | |         site_id -> Integer,
[INFO] [stderr] 18 | |         name -> Text,
[INFO] [stderr]    | |         ---- `name` is not local
[INFO] [stderr] ...  |
[INFO] [stderr] 21 | | }
[INFO] [stderr]    | | ^
[INFO] [stderr]    | | |
[INFO] [stderr]    | |_`QueryId` is not local
[INFO] [stderr]    |   move the `impl` block outside of this function `_impl_query_id_for_name`
[INFO] [stderr]    |
[INFO] [stderr]    = note: the derive macro `QueryId` defines the non-local `impl`, and may need to be changed
[INFO] [stderr]    = note: the derive macro `QueryId` may come from an old version of the `diesel_derives` crate, try updating your dependency with `cargo update -p diesel_derives`
[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: this warning originates in the derive macro `QueryId` which comes from the expansion of the macro `table` (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/domain/schema.rs:14:1
[INFO] [stderr]    |
[INFO] [stderr] 14 | / table! {
[INFO] [stderr] 15 | |     topic(id) {
[INFO] [stderr] 16 | |         id -> Integer,
[INFO] [stderr] 17 | |         site_id -> Integer,
[INFO] [stderr] 18 | |         name -> Text,
[INFO] [stderr] 19 | |         url_name -> Text,
[INFO] [stderr]    | |         -------- `url_name` is not local
[INFO] [stderr] 20 | |     }
[INFO] [stderr] 21 | | }
[INFO] [stderr]    | | ^
[INFO] [stderr]    | | |
[INFO] [stderr]    | |_`QueryId` is not local
[INFO] [stderr]    |   move the `impl` block outside of this function `_impl_query_id_for_url_name`
[INFO] [stderr]    |
[INFO] [stderr]    = note: the derive macro `QueryId` defines the non-local `impl`, and may need to be changed
[INFO] [stderr]    = note: the derive macro `QueryId` may come from an old version of the `diesel_derives` crate, try updating your dependency with `cargo update -p diesel_derives`
[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: this warning originates in the derive macro `QueryId` which comes from the expansion of the macro `table` (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/domain/schema.rs:25:1
[INFO] [stderr]    |
[INFO] [stderr] 25 | / table! {
[INFO] [stderr] 26 | |     parse_histories(topic_id) {
[INFO] [stderr] 27 | |         topic_id -> Integer,
[INFO] [stderr] 28 | |         last_chapter_title -> Text,
[INFO] [stderr] ...  |
[INFO] [stderr] 33 | | }
[INFO] [stderr]    | | ^
[INFO] [stderr]    | | |
[INFO] [stderr]    | | `table` is not local
[INFO] [stderr]    | |_`QueryId` is not local
[INFO] [stderr]    |   move the `impl` block outside of this function `_impl_query_id_for_table`
[INFO] [stderr]    |
[INFO] [stderr]    = note: the derive macro `QueryId` defines the non-local `impl`, and may need to be changed
[INFO] [stderr]    = note: the derive macro `QueryId` may come from an old version of the `diesel_derives` crate, try updating your dependency with `cargo update -p diesel_derives`
[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: this warning originates in the derive macro `QueryId` which comes from the expansion of the macro `table` (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/domain/schema.rs:25:1
[INFO] [stderr]    |
[INFO] [stderr] 25 | / table! {
[INFO] [stderr] 26 | |     parse_histories(topic_id) {
[INFO] [stderr] 27 | |         topic_id -> Integer,
[INFO] [stderr]    | |         -------- `topic_id` is not local
[INFO] [stderr] 28 | |         last_chapter_title -> Text,
[INFO] [stderr] ...  |
[INFO] [stderr] 33 | | }
[INFO] [stderr]    | | ^
[INFO] [stderr]    | | |
[INFO] [stderr]    | |_`QueryId` is not local
[INFO] [stderr]    |   move the `impl` block outside of this function `_impl_query_id_for_topic_id`
[INFO] [stderr]    |
[INFO] [stderr]    = note: the derive macro `QueryId` defines the non-local `impl`, and may need to be changed
[INFO] [stderr]    = note: the derive macro `QueryId` may come from an old version of the `diesel_derives` crate, try updating your dependency with `cargo update -p diesel_derives`
[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: this warning originates in the derive macro `QueryId` which comes from the expansion of the macro `table` (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/domain/schema.rs:25:1
[INFO] [stderr]    |
[INFO] [stderr] 25 | / table! {
[INFO] [stderr] 26 | |     parse_histories(topic_id) {
[INFO] [stderr] 27 | |         topic_id -> Integer,
[INFO] [stderr] 28 | |         last_chapter_title -> Text,
[INFO] [stderr]    | |         ------------------ `last_chapter_title` is not local
[INFO] [stderr] ...  |
[INFO] [stderr] 33 | | }
[INFO] [stderr]    | | ^
[INFO] [stderr]    | | |
[INFO] [stderr]    | |_`QueryId` is not local
[INFO] [stderr]    |   move the `impl` block outside of this function `_impl_query_id_for_last_chapter_title`
[INFO] [stderr]    |
[INFO] [stderr]    = note: the derive macro `QueryId` defines the non-local `impl`, and may need to be changed
[INFO] [stderr]    = note: the derive macro `QueryId` may come from an old version of the `diesel_derives` crate, try updating your dependency with `cargo update -p diesel_derives`
[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: this warning originates in the derive macro `QueryId` which comes from the expansion of the macro `table` (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/domain/schema.rs:25:1
[INFO] [stderr]    |
[INFO] [stderr] 25 | / table! {
[INFO] [stderr] 26 | |     parse_histories(topic_id) {
[INFO] [stderr] 27 | |         topic_id -> Integer,
[INFO] [stderr] 28 | |         last_chapter_title -> Text,
[INFO] [stderr] 29 | |         chapter_name -> Text,
[INFO] [stderr]    | |         ------------ `chapter_name` is not local
[INFO] [stderr] ...  |
[INFO] [stderr] 33 | | }
[INFO] [stderr]    | | ^
[INFO] [stderr]    | | |
[INFO] [stderr]    | |_`QueryId` is not local
[INFO] [stderr]    |   move the `impl` block outside of this function `_impl_query_id_for_chapter_name`
[INFO] [stderr]    |
[INFO] [stderr]    = note: the derive macro `QueryId` defines the non-local `impl`, and may need to be changed
[INFO] [stderr]    = note: the derive macro `QueryId` may come from an old version of the `diesel_derives` crate, try updating your dependency with `cargo update -p diesel_derives`
[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: this warning originates in the derive macro `QueryId` which comes from the expansion of the macro `table` (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/domain/schema.rs:25:1
[INFO] [stderr]    |
[INFO] [stderr] 25 | / table! {
[INFO] [stderr] 26 | |     parse_histories(topic_id) {
[INFO] [stderr] 27 | |         topic_id -> Integer,
[INFO] [stderr] 28 | |         last_chapter_title -> Text,
[INFO] [stderr] 29 | |         chapter_name -> Text,
[INFO] [stderr] 30 | |         url -> Text,
[INFO] [stderr]    | |         --- `url` is not local
[INFO] [stderr] ...  |
[INFO] [stderr] 33 | | }
[INFO] [stderr]    | | ^
[INFO] [stderr]    | | |
[INFO] [stderr]    | |_`QueryId` is not local
[INFO] [stderr]    |   move the `impl` block outside of this function `_impl_query_id_for_url`
[INFO] [stderr]    |
[INFO] [stderr]    = note: the derive macro `QueryId` defines the non-local `impl`, and may need to be changed
[INFO] [stderr]    = note: the derive macro `QueryId` may come from an old version of the `diesel_derives` crate, try updating your dependency with `cargo update -p diesel_derives`
[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: this warning originates in the derive macro `QueryId` which comes from the expansion of the macro `table` (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/domain/schema.rs:25:1
[INFO] [stderr]    |
[INFO] [stderr] 25 | / table! {
[INFO] [stderr] 26 | |     parse_histories(topic_id) {
[INFO] [stderr] 27 | |         topic_id -> Integer,
[INFO] [stderr] 28 | |         last_chapter_title -> Text,
[INFO] [stderr] ...  |
[INFO] [stderr] 31 | |         release_date -> Text,
[INFO] [stderr]    | |         ------------ `release_date` is not local
[INFO] [stderr] 32 | |     }
[INFO] [stderr] 33 | | }
[INFO] [stderr]    | | ^
[INFO] [stderr]    | | |
[INFO] [stderr]    | |_`QueryId` is not local
[INFO] [stderr]    |   move the `impl` block outside of this function `_impl_query_id_for_release_date`
[INFO] [stderr]    |
[INFO] [stderr]    = note: the derive macro `QueryId` defines the non-local `impl`, and may need to be changed
[INFO] [stderr]    = note: the derive macro `QueryId` may come from an old version of the `diesel_derives` crate, try updating your dependency with `cargo update -p diesel_derives`
[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: this warning originates in the derive macro `QueryId` which comes from the expansion of the macro `table` (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/domain/schema.rs:35:1
[INFO] [stderr]    |
[INFO] [stderr] 35 | / table! {
[INFO] [stderr] 36 | |     subscriber_topics (chat_id, topic_id) {
[INFO] [stderr] 37 | |         chat_id -> BigInt,
[INFO] [stderr] 38 | |         topic_id -> Integer,
[INFO] [stderr] 39 | |     }
[INFO] [stderr] 40 | | }
[INFO] [stderr]    | | ^
[INFO] [stderr]    | | |
[INFO] [stderr]    | | `table` is not local
[INFO] [stderr]    | |_`QueryId` is not local
[INFO] [stderr]    |   move the `impl` block outside of this function `_impl_query_id_for_table`
[INFO] [stderr]    |
[INFO] [stderr]    = note: the derive macro `QueryId` defines the non-local `impl`, and may need to be changed
[INFO] [stderr]    = note: the derive macro `QueryId` may come from an old version of the `diesel_derives` crate, try updating your dependency with `cargo update -p diesel_derives`
[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: this warning originates in the derive macro `QueryId` which comes from the expansion of the macro `table` (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/domain/schema.rs:35:1
[INFO] [stderr]    |
[INFO] [stderr] 35 | / table! {
[INFO] [stderr] 36 | |     subscriber_topics (chat_id, topic_id) {
[INFO] [stderr] 37 | |         chat_id -> BigInt,
[INFO] [stderr]    | |         ------- `chat_id` is not local
[INFO] [stderr] 38 | |         topic_id -> Integer,
[INFO] [stderr] 39 | |     }
[INFO] [stderr] 40 | | }
[INFO] [stderr]    | | ^
[INFO] [stderr]    | | |
[INFO] [stderr]    | |_`QueryId` is not local
[INFO] [stderr]    |   move the `impl` block outside of this function `_impl_query_id_for_chat_id`
[INFO] [stderr]    |
[INFO] [stderr]    = note: the derive macro `QueryId` defines the non-local `impl`, and may need to be changed
[INFO] [stderr]    = note: the derive macro `QueryId` may come from an old version of the `diesel_derives` crate, try updating your dependency with `cargo update -p diesel_derives`
[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: this warning originates in the derive macro `QueryId` which comes from the expansion of the macro `table` (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/domain/schema.rs:35:1
[INFO] [stderr]    |
[INFO] [stderr] 35 | / table! {
[INFO] [stderr] 36 | |     subscriber_topics (chat_id, topic_id) {
[INFO] [stderr] 37 | |         chat_id -> BigInt,
[INFO] [stderr] 38 | |         topic_id -> Integer,
[INFO] [stderr]    | |         -------- `topic_id` is not local
[INFO] [stderr] 39 | |     }
[INFO] [stderr] 40 | | }
[INFO] [stderr]    | | ^
[INFO] [stderr]    | | |
[INFO] [stderr]    | |_`QueryId` is not local
[INFO] [stderr]    |   move the `impl` block outside of this function `_impl_query_id_for_topic_id`
[INFO] [stderr]    |
[INFO] [stderr]    = note: the derive macro `QueryId` defines the non-local `impl`, and may need to be changed
[INFO] [stderr]    = note: the derive macro `QueryId` may come from an old version of the `diesel_derives` crate, try updating your dependency with `cargo update -p diesel_derives`
[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: this warning originates in the derive macro `QueryId` which comes from the expansion of the macro `table` (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/domain/schema.rs:41:1
[INFO] [stderr]    |
[INFO] [stderr] 41 | / table! {
[INFO] [stderr] 42 | |     topic_notification_status(topic_id) {
[INFO] [stderr] 43 | |         topic_id -> Integer,
[INFO] [stderr] 44 | |         last_chapter_title -> Text,
[INFO] [stderr] ...  |
[INFO] [stderr] 47 | | }
[INFO] [stderr]    | | ^
[INFO] [stderr]    | | |
[INFO] [stderr]    | | `table` is not local
[INFO] [stderr]    | |_`QueryId` is not local
[INFO] [stderr]    |   move the `impl` block outside of this function `_impl_query_id_for_table`
[INFO] [stderr]    |
[INFO] [stderr]    = note: the derive macro `QueryId` defines the non-local `impl`, and may need to be changed
[INFO] [stderr]    = note: the derive macro `QueryId` may come from an old version of the `diesel_derives` crate, try updating your dependency with `cargo update -p diesel_derives`
[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: this warning originates in the derive macro `QueryId` which comes from the expansion of the macro `table` (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/domain/schema.rs:41:1
[INFO] [stderr]    |
[INFO] [stderr] 41 | / table! {
[INFO] [stderr] 42 | |     topic_notification_status(topic_id) {
[INFO] [stderr] 43 | |         topic_id -> Integer,
[INFO] [stderr]    | |         -------- `topic_id` is not local
[INFO] [stderr] 44 | |         last_chapter_title -> Text,
[INFO] [stderr] ...  |
[INFO] [stderr] 47 | | }
[INFO] [stderr]    | | ^
[INFO] [stderr]    | | |
[INFO] [stderr]    | |_`QueryId` is not local
[INFO] [stderr]    |   move the `impl` block outside of this function `_impl_query_id_for_topic_id`
[INFO] [stderr]    |
[INFO] [stderr]    = note: the derive macro `QueryId` defines the non-local `impl`, and may need to be changed
[INFO] [stderr]    = note: the derive macro `QueryId` may come from an old version of the `diesel_derives` crate, try updating your dependency with `cargo update -p diesel_derives`
[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: this warning originates in the derive macro `QueryId` which comes from the expansion of the macro `table` (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/domain/schema.rs:41:1
[INFO] [stderr]    |
[INFO] [stderr] 41 | / table! {
[INFO] [stderr] 42 | |     topic_notification_status(topic_id) {
[INFO] [stderr] 43 | |         topic_id -> Integer,
[INFO] [stderr] 44 | |         last_chapter_title -> Text,
[INFO] [stderr]    | |         ------------------ `last_chapter_title` is not local
[INFO] [stderr] ...  |
[INFO] [stderr] 47 | | }
[INFO] [stderr]    | | ^
[INFO] [stderr]    | | |
[INFO] [stderr]    | |_`QueryId` is not local
[INFO] [stderr]    |   move the `impl` block outside of this function `_impl_query_id_for_last_chapter_title`
[INFO] [stderr]    |
[INFO] [stderr]    = note: the derive macro `QueryId` defines the non-local `impl`, and may need to be changed
[INFO] [stderr]    = note: the derive macro `QueryId` may come from an old version of the `diesel_derives` crate, try updating your dependency with `cargo update -p diesel_derives`
[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: this warning originates in the derive macro `QueryId` which comes from the expansion of the macro `table` (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/domain/schema.rs:41:1
[INFO] [stderr]    |
[INFO] [stderr] 41 | / table! {
[INFO] [stderr] 42 | |     topic_notification_status(topic_id) {
[INFO] [stderr] 43 | |         topic_id -> Integer,
[INFO] [stderr] 44 | |         last_chapter_title -> Text,
[INFO] [stderr] 45 | |         updated_at -> Timestamp,
[INFO] [stderr]    | |         ---------- `updated_at` is not local
[INFO] [stderr] 46 | |     }
[INFO] [stderr] 47 | | }
[INFO] [stderr]    | | ^
[INFO] [stderr]    | | |
[INFO] [stderr]    | |_`QueryId` is not local
[INFO] [stderr]    |   move the `impl` block outside of this function `_impl_query_id_for_updated_at`
[INFO] [stderr]    |
[INFO] [stderr]    = note: the derive macro `QueryId` defines the non-local `impl`, and may need to be changed
[INFO] [stderr]    = note: the derive macro `QueryId` may come from an old version of the `diesel_derives` crate, try updating your dependency with `cargo update -p diesel_derives`
[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: this warning originates in the derive macro `QueryId` which comes from the expansion of the macro `table` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]   --> src/application/parser/extractor/mangapoisk.rs:25:34
[INFO] [stderr]    |
[INFO] [stderr] 25 |     fn extract_last_chapter_elem(&self) -> Result<ElementRef, Error> {
[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]    = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default
[INFO] [stderr] help: use `'_` for type paths
[INFO] [stderr]    |
[INFO] [stderr] 25 |     fn extract_last_chapter_elem(&self) -> Result<ElementRef<'_>, Error> {
[INFO] [stderr]    |                                                             ++++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]   --> src/application/parser/extractor/contract.rs:22:34
[INFO] [stderr]    |
[INFO] [stderr] 22 |     fn extract_last_chapter_elem(&self) -> Result<ElementRef, Error>;
[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] 22 |     fn extract_last_chapter_elem(&self) -> Result<ElementRef<'_>, Error>;
[INFO] [stderr]    |                                                             ++++
[INFO] [stderr] 
[INFO] [stderr] warning: `onepunchman_parcer_bot` (bin "onepunchman_parcer_bot" test) generated 70 warnings (run `cargo fix --bin "onepunchman_parcer_bot" --tests` to apply 2 suggestions)
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 0.47s
[INFO] [stderr] warning: the following packages contain code that will be rejected by a future version of Rust: html5ever v0.25.1, lalrpop v0.19.6, teloxide-macros v0.4.0
[INFO] [stderr] note: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 2`
[INFO] [stderr]      Running unittests src/main.rs (/opt/rustwide/target/debug/deps/onepunchman_parcer_bot-b0c88f6765e3145f)
[INFO] [stdout] 
[INFO] [stdout] running 26 tests
[INFO] [stdout] test application::parser::extractor::mangapoisk_test::tests::extract_chapter_href_invalid_link ... ok
[INFO] [stdout] test application::parser::extractor::mangapoisk_test::tests::extract_chapter_date_invalid_container ... ok
[INFO] [stdout] test application::parser::extractor::mangapoisk_test::tests::extract_chapter_date_valid ... ok
[INFO] [stdout] test application::parser::extractor::mangapoisk_test::tests::extract_chapter_href_invalid_link_data ... ok
[INFO] [stdout] test application::parser::extractor::mangapoisk_test::tests::extract_last_chapter_elem_invalid ... ok
[INFO] [stdout] test application::parser::extractor::mangapoisk_test::tests::extract_chapter_href_valid ... ok
[INFO] [stdout] test application::parser::extractor::mangapoisk_test::tests::extract_chapter_name_empty_valid ... ok
[INFO] [stdout] test application::parser::extractor::mangapoisk_test::tests::extract_chapter_name_invalid_container ... ok
[INFO] [stdout] test application::parser::extractor::mangapoisk_test::tests::extract_last_chapter_elem_valid ... ok
[INFO] [stdout] test application::parser::extractor::mangapoisk_test::tests::extract_chapter_date_invalid_element_data ... ok
[INFO] [stdout] test application::parser::extractor::mangapoisk_test::tests::extract_chapter_name_with_empty_name_element ... ok
[INFO] [stdout] test application::parser::extractor::mangapoisk_test::tests::extract_chapter_name_with_invalid_name_element ... ok
[INFO] [stdout] test application::parser::extractor::mangapoisk_test::tests::extract_chapter_title_valid ... ok
[INFO] [stdout] test application::parser::extractor::mangapoisk_test::tests::extract_should_return_valid_data ... ok
[INFO] [stdout] test application::parser::extractor::mangapoisk_test::tests::extract_chapter_title_invalid_container ... ok
[INFO] [stdout] test application::parser::extractor::mangapoisk_test::tests::extract_chapter_title_invalid_element_data ... ok
[INFO] [stdout] test application::parser::mangapoisk_test::tests::validate_topic_site_with_topic_wrong_site ... ok
[INFO] [stdout] test application::parser::mangapoisk_test::tests::points_to_valid_extractor ... ok
[INFO] [stdout] test application::parser::mangapoisk_test::tests::points_to_valid_site ... ok
[INFO] [stdout] test application::parser::mangapoisk_test::tests::validate_topic_site_with_topic_unknown_site ... ok
[INFO] [stdout] test application::parser::mangapoisk_test::tests::validate_topic_site_with_valid_topic ... ok
[INFO] [stdout] test application::parser::extractor::mangapoisk_test::tests::extract_chapter_name_valid ... ok
[INFO] [stdout] test application::parser::mangapoisk_test::tests::parse_is_ok ... FAILED
[INFO] [stdout] test application::parser::mangapoisk_test::tests::parse_with_empty_response_text ... FAILED
[INFO] [stdout] test application::parser::mangapoisk_test::tests::parse_with_404_response ... FAILED
[INFO] [stdout] test application::parser::mangapoisk_test::tests::parse_with_bad_url ... FAILED
[INFO] [stdout] 
[INFO] [stdout] failures:
[INFO] [stdout] 
[INFO] [stdout] ---- application::parser::mangapoisk_test::tests::parse_is_ok stdout ----
[INFO] [stdout] 
[INFO] [stdout] thread 'application::parser::mangapoisk_test::tests::parse_is_ok' (42) panicked at src/application/http/client.rs:13:18:
[INFO] [stdout] called `Result::unwrap()` on an `Err` value: Os { code: 2, kind: NotFound, message: "No such file or directory" }
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x59c7fab43a32 - std::backtrace_rs::backtrace::libunwind::trace::hcab59e1e990fdc24
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9
[INFO] [stdout]    1:     0x59c7fab43a32 - std::backtrace_rs::backtrace::trace_unsynchronized::he24cc57f3d2f47b7
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14
[INFO] [stdout]    2:     0x59c7fab43a32 - std::sys::backtrace::_print_fmt::hf8d65ede198eeb54
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/sys/backtrace.rs:66:9
[INFO] [stdout]    3:     0x59c7fab43a32 - <std::sys::backtrace::BacktraceLock::print::DisplayBacktrace as core::fmt::Display>::fmt::h67edf0e4d33c343c
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/sys/backtrace.rs:39:26
[INFO] [stdout]    4:     0x59c7fab56eef - core::fmt::rt::Argument::fmt::hef94184842aeafdd
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/fmt/rt.rs:173:76
[INFO] [stdout]    5:     0x59c7fab56eef - core::fmt::write::hcf0c66b48a8fa606
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/fmt/mod.rs:1468:25
[INFO] [stdout]    6:     0x59c7fab0f461 - std::io::default_write_fmt::h69967ac0ba93195f
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/io/mod.rs:639:11
[INFO] [stdout]    7:     0x59c7fab0f461 - std::io::Write::write_fmt::h8db9396209deaa1c
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/io/mod.rs:1954:13
[INFO] [stdout]    8:     0x59c7fab1be02 - std::sys::backtrace::BacktraceLock::print::h07e5435aa717b414
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/sys/backtrace.rs:42:9
[INFO] [stdout]    9:     0x59c7fab20f0f - std::panicking::default_hook::{{closure}}::h91001850288db5f7
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panicking.rs:301:27
[INFO] [stdout]   10:     0x59c7fab20da1 - std::panicking::default_hook::h2346dbb704ef5512
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panicking.rs:325:9
[INFO] [stdout]   11:     0x59c7fa2b47de - <alloc::boxed::Box<F,A> as core::ops::function::Fn<Args>>::call::h18383b2e29377420
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/alloc/src/boxed.rs:1999:9
[INFO] [stdout]   12:     0x59c7fa2b47de - test::test_main_with_exit_callback::{{closure}}::h272d7ef99aef06dc
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/test/src/lib.rs:145:21
[INFO] [stdout]   13:     0x59c7fab2167f - <alloc::boxed::Box<F,A> as core::ops::function::Fn<Args>>::call::h6dba6e441651a0d1
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/alloc/src/boxed.rs:1999:9
[INFO] [stdout]   14:     0x59c7fab2167f - std::panicking::panic_with_hook::hd2b063a6090d23a4
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panicking.rs:842:13
[INFO] [stdout]   15:     0x59c7fab2142a - std::panicking::panic_handler::{{closure}}::he666d95f139a333e
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panicking.rs:707:13
[INFO] [stdout]   16:     0x59c7fab1bf39 - std::sys::backtrace::__rust_end_short_backtrace::h631ad224854ebee5
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/sys/backtrace.rs:174:18
[INFO] [stdout]   17:     0x59c7fab038dd - __rustc[1d67440d6e82e4f]::rust_begin_unwind
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panicking.rs:698:5
[INFO] [stdout]   18:     0x59c7fab603e0 - core::panicking::panic_fmt::h420ddb7fd73daf53
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/panicking.rs:75:14
[INFO] [stdout]   19:     0x59c7fab5f586 - core::result::unwrap_failed::hdde076be853d034f
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/result.rs:1855:5
[INFO] [stdout]   20:     0x59c7fa277033 - core::result::Result<T,E>::unwrap::hc2bc41caf2857fe2
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/result.rs:1226:23
[INFO] [stdout]   21:     0x59c7fa277033 - onepunchman_parcer_bot::application::http::client::get_request::{{closure}}::h7813b78b33ef0846
[INFO] [stdout]                                at /opt/rustwide/workdir/src/application/http/client.rs:13:18
[INFO] [stdout]   22:     0x59c7fa2915a9 - onepunchman_parcer_bot::application::parser::contract::Parser::parse::{{closure}}::hc209e411d1a51d46
[INFO] [stdout]                                at /opt/rustwide/workdir/src/application/parser/contract.rs:41:60
[INFO] [stdout]   23:     0x59c7fa277d6f - <core::pin::Pin<P> as core::future::future::Future>::poll::h8074a27c8482fc87
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/future/future.rs:133:9
[INFO] [stdout]   24:     0x59c7fa277d0b - <core::pin::Pin<P> as core::future::future::Future>::poll::h531a4aac66f780c9
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/future/future.rs:133:9
[INFO] [stdout]   25:     0x59c7fa28f8ab - tokio::runtime::basic_scheduler::Inner<P>::block_on::{{closure}}::{{closure}}::h3e145c72c2bbd849
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.15.0/src/runtime/basic_scheduler.rs:240:78
[INFO] [stdout]   26:     0x59c7fa28dd3a - tokio::coop::with_budget::{{closure}}::hd53476127d3d1813
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.15.0/src/coop.rs:102:9
[INFO] [stdout]   27:     0x59c7fa278b47 - std::thread::local::LocalKey<T>::try_with::hfe21008f87c4e33d
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/thread/local.rs:315:12
[INFO] [stdout]   28:     0x59c7fa2784a2 - std::thread::local::LocalKey<T>::with::h8dd1fe9be03db57d
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/thread/local.rs:279:20
[INFO] [stdout]   29:     0x59c7fa28f03b - tokio::coop::with_budget::hacb90a8750ff9db8
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.15.0/src/coop.rs:95:13
[INFO] [stdout]   30:     0x59c7fa28f03b - tokio::coop::budget::h8ebab4f7fe530005
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.15.0/src/coop.rs:72:5
[INFO] [stdout]   31:     0x59c7fa28f03b - tokio::runtime::basic_scheduler::Inner<P>::block_on::{{closure}}::h83e33ddba3942901
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.15.0/src/runtime/basic_scheduler.rs:240:39
[INFO] [stdout]   32:     0x59c7fa2902b1 - tokio::runtime::basic_scheduler::enter::{{closure}}::h3eee3c5b56033385
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.15.0/src/runtime/basic_scheduler.rs:349:29
[INFO] [stdout]   33:     0x59c7fa280b0a - tokio::macros::scoped_tls::ScopedKey<T>::set::hf82cf40e56e49862
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.15.0/src/macros/scoped_tls.rs:61:9
[INFO] [stdout]   34:     0x59c7fa290235 - tokio::runtime::basic_scheduler::enter::h3b661e4df51329ee
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.15.0/src/runtime/basic_scheduler.rs:349:13
[INFO] [stdout]   35:     0x59c7fa28ed2a - tokio::runtime::basic_scheduler::Inner<P>::block_on::hd2edd6b1cae160d8
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.15.0/src/runtime/basic_scheduler.rs:230:9
[INFO] [stdout]   36:     0x59c7fa28fa61 - tokio::runtime::basic_scheduler::InnerGuard<P>::block_on::h46ca319c3f52932a
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.15.0/src/runtime/basic_scheduler.rs:501:38
[INFO] [stdout]   37:     0x59c7fa28fb49 - tokio::runtime::basic_scheduler::BasicScheduler<P>::block_on::h0d888ddffefee5b4
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.15.0/src/runtime/basic_scheduler.rs:186:30
[INFO] [stdout]   38:     0x59c7fa277c12 - tokio::runtime::Runtime::block_on::hd5e7770e1c8ce080
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.15.0/src/runtime/mod.rs:461:51
[INFO] [stdout]   39:     0x59c7fa27be95 - tokio_test::block_on::h52eed0b0dc291de9
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-test-0.4.2/src/lib.rs:35:8
[INFO] [stdout]   40:     0x59c7fa286494 - onepunchman_parcer_bot::application::parser::mangapoisk_test::tests::parse_is_ok::hbff968a656bf0af3
[INFO] [stdout]                                at /opt/rustwide/workdir/src/macros.rs:4:9
[INFO] [stdout]   41:     0x59c7fa286a97 - onepunchman_parcer_bot::application::parser::mangapoisk_test::tests::parse_is_ok::{{closure}}::hb81f35b0f1e6eb15
[INFO] [stdout]                                at /opt/rustwide/workdir/src/application/parser/mangapoisk_test.rs:76:21
[INFO] [stdout]   42:     0x59c7fa279536 - core::ops::function::FnOnce::call_once::h03a204bbd068bb44
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   43:     0x59c7fa2b459b - core::ops::function::FnOnce::call_once::h70887edf07a630ba
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   44:     0x59c7fa2b459b - test::__rust_begin_short_backtrace::h27763c4cbbdb8601
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/test/src/lib.rs:663:18
[INFO] [stdout]   45:     0x59c7fa2ca205 - test::run_test_in_process::{{closure}}::h4dc8bc6d5e3924d3
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/test/src/lib.rs:686:74
[INFO] [stdout]   46:     0x59c7fa2ca205 - <core::panic::unwind_safe::AssertUnwindSafe<F> as core::ops::function::FnOnce<()>>::call_once::h75905e8ffe81974f
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/panic/unwind_safe.rs:274:9
[INFO] [stdout]   47:     0x59c7fa2ca205 - std::panicking::catch_unwind::do_call::h0bc60366ba66eba5
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panicking.rs:590:40
[INFO] [stdout]   48:     0x59c7fa2ca205 - std::panicking::catch_unwind::hae1ec7bf94407afa
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panicking.rs:553:19
[INFO] [stdout]   49:     0x59c7fa2ca205 - std::panic::catch_unwind::h0f4ff4773d84d3cd
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panic.rs:359:14
[INFO] [stdout]   50:     0x59c7fa2ca205 - test::run_test_in_process::h03fbc77ae48b3f10
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/test/src/lib.rs:686:27
[INFO] [stdout]   51:     0x59c7fa2ca205 - test::run_test::{{closure}}::h83476a9c453dc4d3
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/test/src/lib.rs:607:43
[INFO] [stdout]   52:     0x59c7fa2a09f4 - test::run_test::{{closure}}::h515482ad1e7fe7de
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/test/src/lib.rs:637:41
[INFO] [stdout]   53:     0x59c7fa2a09f4 - std::sys::backtrace::__rust_begin_short_backtrace::hed09f6ac5fe9d647
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/sys/backtrace.rs:158:18
[INFO] [stdout]   54:     0x59c7fa2a42ba - std::thread::Builder::spawn_unchecked_::{{closure}}::{{closure}}::h988e2cd969319888
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/thread/mod.rs:559:17
[INFO] [stdout]   55:     0x59c7fa2a42ba - <core::panic::unwind_safe::AssertUnwindSafe<F> as core::ops::function::FnOnce<()>>::call_once::hd70e28dc46ec20be
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/panic/unwind_safe.rs:274:9
[INFO] [stdout]   56:     0x59c7fa2a42ba - std::panicking::catch_unwind::do_call::hdc29e11311eb7655
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panicking.rs:590:40
[INFO] [stdout]   57:     0x59c7fa2a42ba - std::panicking::catch_unwind::h9e402d6a96fef41c
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panicking.rs:553:19
[INFO] [stdout]   58:     0x59c7fa2a42ba - std::panic::catch_unwind::h9213c0c54aec70e0
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panic.rs:359:14
[INFO] [stdout]   59:     0x59c7fa2a42ba - std::thread::Builder::spawn_unchecked_::{{closure}}::h6262965869ed2b87
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/thread/mod.rs:557:30
[INFO] [stdout]   60:     0x59c7fa2a42ba - core::ops::function::FnOnce::call_once{{vtable.shim}}::h05c05ed02619e462
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   61:     0x59c7fab16f7f - <alloc::boxed::Box<F,A> as core::ops::function::FnOnce<Args>>::call_once::h2044e71c41d3958a
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/alloc/src/boxed.rs:1985:9
[INFO] [stdout]   62:     0x59c7fab16f7f - std::sys::thread::unix::Thread::new::thread_start::hf277835320aa8e5a
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/sys/thread/unix.rs:126:17
[INFO] [stdout]   63:     0x7def4e730aa4 - <unknown>
[INFO] [stdout]   64:     0x7def4e7bda34 - clone
[INFO] [stdout]   65:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] ---- application::parser::mangapoisk_test::tests::parse_with_empty_response_text stdout ----
[INFO] [stdout] 
[INFO] [stdout] thread 'application::parser::mangapoisk_test::tests::parse_with_empty_response_text' (46) panicked at src/application/http/client.rs:13:18:
[INFO] [stdout] called `Result::unwrap()` on an `Err` value: Os { code: 2, kind: NotFound, message: "No such file or directory" }
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x59c7fab43a32 - std::backtrace_rs::backtrace::libunwind::trace::hcab59e1e990fdc24
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9
[INFO] [stdout]    1:     0x59c7fab43a32 - std::backtrace_rs::backtrace::trace_unsynchronized::he24cc57f3d2f47b7
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14
[INFO] [stdout]    2:     0x59c7fab43a32 - std::sys::backtrace::_print_fmt::hf8d65ede198eeb54
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/sys/backtrace.rs:66:9
[INFO] [stdout]    3:     0x59c7fab43a32 - <std::sys::backtrace::BacktraceLock::print::DisplayBacktrace as core::fmt::Display>::fmt::h67edf0e4d33c343c
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/sys/backtrace.rs:39:26
[INFO] [stdout]    4:     0x59c7fab56eef - core::fmt::rt::Argument::fmt::hef94184842aeafdd
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/fmt/rt.rs:173:76
[INFO] [stdout]    5:     0x59c7fab56eef - core::fmt::write::hcf0c66b48a8fa606
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/fmt/mod.rs:1468:25
[INFO] [stdout]    6:     0x59c7fab0f461 - std::io::default_write_fmt::h69967ac0ba93195f
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/io/mod.rs:639:11
[INFO] [stdout]    7:     0x59c7fab0f461 - std::io::Write::write_fmt::h8db9396209deaa1c
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/io/mod.rs:1954:13
[INFO] [stdout]    8:     0x59c7fab1be02 - std::sys::backtrace::BacktraceLock::print::h07e5435aa717b414
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/sys/backtrace.rs:42:9
[INFO] [stdout]    9:     0x59c7fab20f0f - std::panicking::default_hook::{{closure}}::h91001850288db5f7
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panicking.rs:301:27
[INFO] [stdout]   10:     0x59c7fab20da1 - std::panicking::default_hook::h2346dbb704ef5512
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panicking.rs:325:9
[INFO] [stdout]   11:     0x59c7fa2b47de - <alloc::boxed::Box<F,A> as core::ops::function::Fn<Args>>::call::h18383b2e29377420
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/alloc/src/boxed.rs:1999:9
[INFO] [stdout]   12:     0x59c7fa2b47de - test::test_main_with_exit_callback::{{closure}}::h272d7ef99aef06dc
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/test/src/lib.rs:145:21
[INFO] [stdout]   13:     0x59c7fab2167f - <alloc::boxed::Box<F,A> as core::ops::function::Fn<Args>>::call::h6dba6e441651a0d1
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/alloc/src/boxed.rs:1999:9
[INFO] [stdout]   14:     0x59c7fab2167f - std::panicking::panic_with_hook::hd2b063a6090d23a4
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panicking.rs:842:13
[INFO] [stdout]   15:     0x59c7fab2142a - std::panicking::panic_handler::{{closure}}::he666d95f139a333e
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panicking.rs:707:13
[INFO] [stdout]   16:     0x59c7fab1bf39 - std::sys::backtrace::__rust_end_short_backtrace::h631ad224854ebee5
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/sys/backtrace.rs:174:18
[INFO] [stdout]   17:     0x59c7fab038dd - __rustc[1d67440d6e82e4f]::rust_begin_unwind
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panicking.rs:698:5
[INFO] [stdout]   18:     0x59c7fab603e0 - core::panicking::panic_fmt::h420ddb7fd73daf53
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/panicking.rs:75:14
[INFO] [stdout]   19:     0x59c7fab5f586 - core::result::unwrap_failed::hdde076be853d034f
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/result.rs:1855:5
[INFO] [stdout]   20:     0x59c7fa277033 - core::result::Result<T,E>::unwrap::hc2bc41caf2857fe2
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/result.rs:1226:23
[INFO] [stdout]   21:     0x59c7fa277033 - onepunchman_parcer_bot::application::http::client::get_request::{{closure}}::h7813b78b33ef0846
[INFO] [stdout]                                at /opt/rustwide/workdir/src/application/http/client.rs:13:18
[INFO] [stdout]   22:     0x59c7fa2915a9 - onepunchman_parcer_bot::application::parser::contract::Parser::parse::{{closure}}::hc209e411d1a51d46
[INFO] [stdout]                                at /opt/rustwide/workdir/src/application/parser/contract.rs:41:60
[INFO] [stdout]   23:     0x59c7fa277d6f - <core::pin::Pin<P> as core::future::future::Future>::poll::h8074a27c8482fc87
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/future/future.rs:133:9
[INFO] [stdout]   24:     0x59c7fa277d0b - <core::pin::Pin<P> as core::future::future::Future>::poll::h531a4aac66f780c9
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/future/future.rs:133:9
[INFO] [stdout]   25:     0x59c7fa28f8ab - tokio::runtime::basic_scheduler::Inner<P>::block_on::{{closure}}::{{closure}}::h3e145c72c2bbd849
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.15.0/src/runtime/basic_scheduler.rs:240:78
[INFO] [stdout]   26:     0x59c7fa28dd3a - tokio::coop::with_budget::{{closure}}::hd53476127d3d1813
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.15.0/src/coop.rs:102:9
[INFO] [stdout]   27:     0x59c7fa278b47 - std::thread::local::LocalKey<T>::try_with::hfe21008f87c4e33d
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/thread/local.rs:315:12
[INFO] [stdout]   28:     0x59c7fa2784a2 - std::thread::local::LocalKey<T>::with::h8dd1fe9be03db57d
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/thread/local.rs:279:20
[INFO] [stdout]   29:     0x59c7fa28f03b - tokio::coop::with_budget::hacb90a8750ff9db8
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.15.0/src/coop.rs:95:13
[INFO] [stdout]   30:     0x59c7fa28f03b - tokio::coop::budget::h8ebab4f7fe530005
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.15.0/src/coop.rs:72:5
[INFO] [stdout]   31:     0x59c7fa28f03b - tokio::runtime::basic_scheduler::Inner<P>::block_on::{{closure}}::h83e33ddba3942901
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.15.0/src/runtime/basic_scheduler.rs:240:39
[INFO] [stdout]   32:     0x59c7fa2902b1 - tokio::runtime::basic_scheduler::enter::{{closure}}::h3eee3c5b56033385
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.15.0/src/runtime/basic_scheduler.rs:349:29
[INFO] [stdout]   33:     0x59c7fa280b0a - tokio::macros::scoped_tls::ScopedKey<T>::set::hf82cf40e56e49862
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.15.0/src/macros/scoped_tls.rs:61:9
[INFO] [stdout]   34:     0x59c7fa290235 - tokio::runtime::basic_scheduler::enter::h3b661e4df51329ee
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.15.0/src/runtime/basic_scheduler.rs:349:13
[INFO] [stdout]   35:     0x59c7fa28ed2a - tokio::runtime::basic_scheduler::Inner<P>::block_on::hd2edd6b1cae160d8
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.15.0/src/runtime/basic_scheduler.rs:230:9
[INFO] [stdout]   36:     0x59c7fa28fa61 - tokio::runtime::basic_scheduler::InnerGuard<P>::block_on::h46ca319c3f52932a
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.15.0/src/runtime/basic_scheduler.rs:501:38
[INFO] [stdout]   37:     0x59c7fa28fb49 - tokio::runtime::basic_scheduler::BasicScheduler<P>::block_on::h0d888ddffefee5b4
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.15.0/src/runtime/basic_scheduler.rs:186:30
[INFO] [stdout]   38:     0x59c7fa277c12 - tokio::runtime::Runtime::block_on::hd5e7770e1c8ce080
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.15.0/src/runtime/mod.rs:461:51
[INFO] [stdout]   39:     0x59c7fa27be95 - tokio_test::block_on::h52eed0b0dc291de9
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-test-0.4.2/src/lib.rs:35:8
[INFO] [stdout]   40:     0x59c7fa287d50 - onepunchman_parcer_bot::application::parser::mangapoisk_test::tests::parse_with_empty_response_text::h052867f9a9b27bdc
[INFO] [stdout]                                at /opt/rustwide/workdir/src/macros.rs:4:9
[INFO] [stdout]   41:     0x59c7fa2880a7 - onepunchman_parcer_bot::application::parser::mangapoisk_test::tests::parse_with_empty_response_text::{{closure}}::h3ad107f0cba3292d
[INFO] [stdout]                                at /opt/rustwide/workdir/src/application/parser/mangapoisk_test.rs:126:40
[INFO] [stdout]   42:     0x59c7fa27a2c6 - core::ops::function::FnOnce::call_once::hf3e67c697fc3dd9e
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   43:     0x59c7fa2b459b - core::ops::function::FnOnce::call_once::h70887edf07a630ba
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   44:     0x59c7fa2b459b - test::__rust_begin_short_backtrace::h27763c4cbbdb8601
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/test/src/lib.rs:663:18
[INFO] [stdout]   45:     0x59c7fa2ca205 - test::run_test_in_process::{{closure}}::h4dc8bc6d5e3924d3
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/test/src/lib.rs:686:74
[INFO] [stdout]   46:     0x59c7fa2ca205 - <core::panic::unwind_safe::AssertUnwindSafe<F> as core::ops::function::FnOnce<()>>::call_once::h75905e8ffe81974f
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/panic/unwind_safe.rs:274:9
[INFO] [stdout]   47:     0x59c7fa2ca205 - std::panicking::catch_unwind::do_call::h0bc60366ba66eba5
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panicking.rs:590:40
[INFO] [stdout]   48:     0x59c7fa2ca205 - std::panicking::catch_unwind::hae1ec7bf94407afa
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panicking.rs:553:19
[INFO] [stdout]   49:     0x59c7fa2ca205 - std::panic::catch_unwind::h0f4ff4773d84d3cd
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panic.rs:359:14
[INFO] [stdout]   50:     0x59c7fa2ca205 - test::run_test_in_process::h03fbc77ae48b3f10
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/test/src/lib.rs:686:27
[INFO] [stdout]   51:     0x59c7fa2ca205 - test::run_test::{{closure}}::h83476a9c453dc4d3
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/test/src/lib.rs:607:43
[INFO] [stdout]   52:     0x59c7fa2a09f4 - test::run_test::{{closure}}::h515482ad1e7fe7de
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/test/src/lib.rs:637:41
[INFO] [stdout]   53:     0x59c7fa2a09f4 - std::sys::backtrace::__rust_begin_short_backtrace::hed09f6ac5fe9d647
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/sys/backtrace.rs:158:18
[INFO] [stdout]   54:     0x59c7fa2a42ba - std::thread::Builder::spawn_unchecked_::{{closure}}::{{closure}}::h988e2cd969319888
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/thread/mod.rs:559:17
[INFO] [stdout]   55:     0x59c7fa2a42ba - <core::panic::unwind_safe::AssertUnwindSafe<F> as core::ops::function::FnOnce<()>>::call_once::hd70e28dc46ec20be
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/panic/unwind_safe.rs:274:9
[INFO] [stdout]   56:     0x59c7fa2a42ba - std::panicking::catch_unwind::do_call::hdc29e11311eb7655
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panicking.rs:590:40
[INFO] [stdout]   57:     0x59c7fa2a42ba - std::panicking::catch_unwind::h9e402d6a96fef41c
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panicking.rs:553:19
[INFO] [stdout]   58:     0x59c7fa2a42ba - std::panic::catch_unwind::h9213c0c54aec70e0
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panic.rs:359:14
[INFO] [stdout]   59:     0x59c7fa2a42ba - std::thread::Builder::spawn_unchecked_::{{closure}}::h6262965869ed2b87
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/thread/mod.rs:557:30
[INFO] [stdout]   60:     0x59c7fa2a42ba - core::ops::function::FnOnce::call_once{{vtable.shim}}::h05c05ed02619e462
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   61:     0x59c7fab16f7f - <alloc::boxed::Box<F,A> as core::ops::function::FnOnce<Args>>::call_once::h2044e71c41d3958a
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/alloc/src/boxed.rs:1985:9
[INFO] [stdout]   62:     0x59c7fab16f7f - std::sys::thread::unix::Thread::new::thread_start::hf277835320aa8e5a
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/sys/thread/unix.rs:126:17
[INFO] [stdout]   63:     0x7def4e730aa4 - <unknown>
[INFO] [stdout]   64:     0x7def4e7bda34 - clone
[INFO] [stdout]   65:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] ---- application::parser::mangapoisk_test::tests::parse_with_404_response stdout ----
[INFO] [stdout] 
[INFO] [stdout] thread 'application::parser::mangapoisk_test::tests::parse_with_404_response' (43) panicked at src/application/http/client.rs:13:18:
[INFO] [stdout] called `Result::unwrap()` on an `Err` value: Os { code: 2, kind: NotFound, message: "No such file or directory" }
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x59c7fab43a32 - std::backtrace_rs::backtrace::libunwind::trace::hcab59e1e990fdc24
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9
[INFO] [stdout]    1:     0x59c7fab43a32 - std::backtrace_rs::backtrace::trace_unsynchronized::he24cc57f3d2f47b7
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14
[INFO] [stdout]    2:     0x59c7fab43a32 - std::sys::backtrace::_print_fmt::hf8d65ede198eeb54
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/sys/backtrace.rs:66:9
[INFO] [stdout]    3:     0x59c7fab43a32 - <std::sys::backtrace::BacktraceLock::print::DisplayBacktrace as core::fmt::Display>::fmt::h67edf0e4d33c343c
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/sys/backtrace.rs:39:26
[INFO] [stdout]    4:     0x59c7fab56eef - core::fmt::rt::Argument::fmt::hef94184842aeafdd
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/fmt/rt.rs:173:76
[INFO] [stdout]    5:     0x59c7fab56eef - core::fmt::write::hcf0c66b48a8fa606
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/fmt/mod.rs:1468:25
[INFO] [stdout]    6:     0x59c7fab0f461 - std::io::default_write_fmt::h69967ac0ba93195f
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/io/mod.rs:639:11
[INFO] [stdout]    7:     0x59c7fab0f461 - std::io::Write::write_fmt::h8db9396209deaa1c
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/io/mod.rs:1954:13
[INFO] [stdout]    8:     0x59c7fab1be02 - std::sys::backtrace::BacktraceLock::print::h07e5435aa717b414
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/sys/backtrace.rs:42:9
[INFO] [stdout]    9:     0x59c7fab20f0f - std::panicking::default_hook::{{closure}}::h91001850288db5f7
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panicking.rs:301:27
[INFO] [stdout]   10:     0x59c7fab20da1 - std::panicking::default_hook::h2346dbb704ef5512
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panicking.rs:325:9
[INFO] [stdout]   11:     0x59c7fa2b47de - <alloc::boxed::Box<F,A> as core::ops::function::Fn<Args>>::call::h18383b2e29377420
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/alloc/src/boxed.rs:1999:9
[INFO] [stdout]   12:     0x59c7fa2b47de - test::test_main_with_exit_callback::{{closure}}::h272d7ef99aef06dc
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/test/src/lib.rs:145:21
[INFO] [stdout]   13:     0x59c7fab2167f - <alloc::boxed::Box<F,A> as core::ops::function::Fn<Args>>::call::h6dba6e441651a0d1
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/alloc/src/boxed.rs:1999:9
[INFO] [stdout]   14:     0x59c7fab2167f - std::panicking::panic_with_hook::hd2b063a6090d23a4
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panicking.rs:842:13
[INFO] [stdout]   15:     0x59c7fab2142a - std::panicking::panic_handler::{{closure}}::he666d95f139a333e
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panicking.rs:707:13
[INFO] [stdout]   16:     0x59c7fab1bf39 - std::sys::backtrace::__rust_end_short_backtrace::h631ad224854ebee5
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/sys/backtrace.rs:174:18
[INFO] [stdout]   17:     0x59c7fab038dd - __rustc[1d67440d6e82e4f]::rust_begin_unwind
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panicking.rs:698:5
[INFO] [stdout]   18:     0x59c7fab603e0 - core::panicking::panic_fmt::h420ddb7fd73daf53
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/panicking.rs:75:14
[INFO] [stdout]   19:     0x59c7fab5f586 - core::result::unwrap_failed::hdde076be853d034f
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/result.rs:1855:5
[INFO] [stdout]   20:     0x59c7fa277033 - core::result::Result<T,E>::unwrap::hc2bc41caf2857fe2
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/result.rs:1226:23
[INFO] [stdout]   21:     0x59c7fa277033 - onepunchman_parcer_bot::application::http::client::get_request::{{closure}}::h7813b78b33ef0846
[INFO] [stdout]                                at /opt/rustwide/workdir/src/application/http/client.rs:13:18
[INFO] [stdout]   22:     0x59c7fa2915a9 - onepunchman_parcer_bot::application::parser::contract::Parser::parse::{{closure}}::hc209e411d1a51d46
[INFO] [stdout]                                at /opt/rustwide/workdir/src/application/parser/contract.rs:41:60
[INFO] [stdout]   23:     0x59c7fa277d6f - <core::pin::Pin<P> as core::future::future::Future>::poll::h8074a27c8482fc87
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/future/future.rs:133:9
[INFO] [stdout]   24:     0x59c7fa277d0b - <core::pin::Pin<P> as core::future::future::Future>::poll::h531a4aac66f780c9
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/future/future.rs:133:9
[INFO] [stdout]   25:     0x59c7fa28f8ab - tokio::runtime::basic_scheduler::Inner<P>::block_on::{{closure}}::{{closure}}::h3e145c72c2bbd849
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.15.0/src/runtime/basic_scheduler.rs:240:78
[INFO] [stdout]   26:     0x59c7fa28dd3a - tokio::coop::with_budget::{{closure}}::hd53476127d3d1813
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.15.0/src/coop.rs:102:9
[INFO] [stdout]   27:     0x59c7fa278b47 - std::thread::local::LocalKey<T>::try_with::hfe21008f87c4e33d
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/thread/local.rs:315:12
[INFO] [stdout]   28:     0x59c7fa2784a2 - std::thread::local::LocalKey<T>::with::h8dd1fe9be03db57d
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/thread/local.rs:279:20
[INFO] [stdout]   29:     0x59c7fa28f03b - tokio::coop::with_budget::hacb90a8750ff9db8
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.15.0/src/coop.rs:95:13
[INFO] [stdout]   30:     0x59c7fa28f03b - tokio::coop::budget::h8ebab4f7fe530005
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.15.0/src/coop.rs:72:5
[INFO] [stdout]   31:     0x59c7fa28f03b - tokio::runtime::basic_scheduler::Inner<P>::block_on::{{closure}}::h83e33ddba3942901
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.15.0/src/runtime/basic_scheduler.rs:240:39
[INFO] [stdout]   32:     0x59c7fa2902b1 - tokio::runtime::basic_scheduler::enter::{{closure}}::h3eee3c5b56033385
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.15.0/src/runtime/basic_scheduler.rs:349:29
[INFO] [stdout]   33:     0x59c7fa280b0a - tokio::macros::scoped_tls::ScopedKey<T>::set::hf82cf40e56e49862
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.15.0/src/macros/scoped_tls.rs:61:9
[INFO] [stdout]   34:     0x59c7fa290235 - tokio::runtime::basic_scheduler::enter::h3b661e4df51329ee
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.15.0/src/runtime/basic_scheduler.rs:349:13
[INFO] [stdout]   35:     0x59c7fa28ed2a - tokio::runtime::basic_scheduler::Inner<P>::block_on::hd2edd6b1cae160d8
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.15.0/src/runtime/basic_scheduler.rs:230:9
[INFO] [stdout]   36:     0x59c7fa28fa61 - tokio::runtime::basic_scheduler::InnerGuard<P>::block_on::h46ca319c3f52932a
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.15.0/src/runtime/basic_scheduler.rs:501:38
[INFO] [stdout]   37:     0x59c7fa28fb49 - tokio::runtime::basic_scheduler::BasicScheduler<P>::block_on::h0d888ddffefee5b4
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.15.0/src/runtime/basic_scheduler.rs:186:30
[INFO] [stdout]   38:     0x59c7fa277c12 - tokio::runtime::Runtime::block_on::hd5e7770e1c8ce080
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.15.0/src/runtime/mod.rs:461:51
[INFO] [stdout]   39:     0x59c7fa27be95 - tokio_test::block_on::h52eed0b0dc291de9
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-test-0.4.2/src/lib.rs:35:8
[INFO] [stdout]   40:     0x59c7fa287375 - onepunchman_parcer_bot::application::parser::mangapoisk_test::tests::parse_with_404_response::h1286bd1dc9b86eac
[INFO] [stdout]                                at /opt/rustwide/workdir/src/macros.rs:4:9
[INFO] [stdout]   41:     0x59c7fa2877b7 - onepunchman_parcer_bot::application::parser::mangapoisk_test::tests::parse_with_404_response::{{closure}}::h50c5132308ed1470
[INFO] [stdout]                                at /opt/rustwide/workdir/src/application/parser/mangapoisk_test.rs:104:33
[INFO] [stdout]   42:     0x59c7fa279d36 - core::ops::function::FnOnce::call_once::h900e26ccab0c1a53
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   43:     0x59c7fa2b459b - core::ops::function::FnOnce::call_once::h70887edf07a630ba
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   44:     0x59c7fa2b459b - test::__rust_begin_short_backtrace::h27763c4cbbdb8601
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/test/src/lib.rs:663:18
[INFO] [stdout]   45:     0x59c7fa2ca205 - test::run_test_in_process::{{closure}}::h4dc8bc6d5e3924d3
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/test/src/lib.rs:686:74
[INFO] [stdout]   46:     0x59c7fa2ca205 - <core::panic::unwind_safe::AssertUnwindSafe<F> as core::ops::function::FnOnce<()>>::call_once::h75905e8ffe81974f
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/panic/unwind_safe.rs:274:9
[INFO] [stdout]   47:     0x59c7fa2ca205 - std::panicking::catch_unwind::do_call::h0bc60366ba66eba5
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panicking.rs:590:40
[INFO] [stdout]   48:     0x59c7fa2ca205 - std::panicking::catch_unwind::hae1ec7bf94407afa
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panicking.rs:553:19
[INFO] [stdout]   49:     0x59c7fa2ca205 - std::panic::catch_unwind::h0f4ff4773d84d3cd
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panic.rs:359:14
[INFO] [stdout]   50:     0x59c7fa2ca205 - test::run_test_in_process::h03fbc77ae48b3f10
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/test/src/lib.rs:686:27
[INFO] [stdout]   51:     0x59c7fa2ca205 - test::run_test::{{closure}}::h83476a9c453dc4d3
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/test/src/lib.rs:607:43
[INFO] [stdout]   52:     0x59c7fa2a09f4 - test::run_test::{{closure}}::h515482ad1e7fe7de
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/test/src/lib.rs:637:41
[INFO] [stdout]   53:     0x59c7fa2a09f4 - std::sys::backtrace::__rust_begin_short_backtrace::hed09f6ac5fe9d647
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/sys/backtrace.rs:158:18
[INFO] [stdout]   54:     0x59c7fa2a42ba - std::thread::Builder::spawn_unchecked_::{{closure}}::{{closure}}::h988e2cd969319888
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/thread/mod.rs:559:17
[INFO] [stdout]   55:     0x59c7fa2a42ba - <core::panic::unwind_safe::AssertUnwindSafe<F> as core::ops::function::FnOnce<()>>::call_once::hd70e28dc46ec20be
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/panic/unwind_safe.rs:274:9
[INFO] [stdout]   56:     0x59c7fa2a42ba - std::panicking::catch_unwind::do_call::hdc29e11311eb7655
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panicking.rs:590:40
[INFO] [stdout]   57:     0x59c7fa2a42ba - std::panicking::catch_unwind::h9e402d6a96fef41c
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panicking.rs:553:19
[INFO] [stdout]   58:     0x59c7fa2a42ba - std::panic::catch_unwind::h9213c0c54aec70e0
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panic.rs:359:14
[INFO] [stdout]   59:     0x59c7fa2a42ba - std::thread::Builder::spawn_unchecked_::{{closure}}::h6262965869ed2b87
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/thread/mod.rs:557:30
[INFO] [stdout]   60:     0x59c7fa2a42ba - core::ops::function::FnOnce::call_once{{vtable.shim}}::h05c05ed02619e462
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   61:     0x59c7fab16f7f - <alloc::boxed::Box<F,A> as core::ops::function::FnOnce<Args>>::call_once::h2044e71c41d3958a
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/alloc/src/boxed.rs:1985:9
[INFO] [stdout]   62:     0x59c7fab16f7f - std::sys::thread::unix::Thread::new::thread_start::hf277835320aa8e5a
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/sys/thread/unix.rs:126:17
[INFO] [stdout]   63:     0x7def4e730aa4 - <unknown>
[INFO] [stdout]   64:     0x7def4e7bda34 - clone
[INFO] [stdout]   65:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] ---- application::parser::mangapoisk_test::tests::parse_with_bad_url stdout ----
[INFO] [stdout] 
[INFO] [stdout] thread 'application::parser::mangapoisk_test::tests::parse_with_bad_url' (44) panicked at src/application/http/client.rs:13:18:
[INFO] [stdout] called `Result::unwrap()` on an `Err` value: Os { code: 2, kind: NotFound, message: "No such file or directory" }
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x59c7fab43a32 - std::backtrace_rs::backtrace::libunwind::trace::hcab59e1e990fdc24
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9
[INFO] [stdout]    1:     0x59c7fab43a32 - std::backtrace_rs::backtrace::trace_unsynchronized::he24cc57f3d2f47b7
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14
[INFO] [stdout]    2:     0x59c7fab43a32 - std::sys::backtrace::_print_fmt::hf8d65ede198eeb54
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/sys/backtrace.rs:66:9
[INFO] [stdout]    3:     0x59c7fab43a32 - <std::sys::backtrace::BacktraceLock::print::DisplayBacktrace as core::fmt::Display>::fmt::h67edf0e4d33c343c
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/sys/backtrace.rs:39:26
[INFO] [stdout]    4:     0x59c7fab56eef - core::fmt::rt::Argument::fmt::hef94184842aeafdd
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/fmt/rt.rs:173:76
[INFO] [stdout]    5:     0x59c7fab56eef - core::fmt::write::hcf0c66b48a8fa606
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/fmt/mod.rs:1468:25
[INFO] [stdout]    6:     0x59c7fab0f461 - std::io::default_write_fmt::h69967ac0ba93195f
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/io/mod.rs:639:11
[INFO] [stdout]    7:     0x59c7fab0f461 - std::io::Write::write_fmt::h8db9396209deaa1c
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/io/mod.rs:1954:13
[INFO] [stdout]    8:     0x59c7fab1be02 - std::sys::backtrace::BacktraceLock::print::h07e5435aa717b414
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/sys/backtrace.rs:42:9
[INFO] [stdout]    9:     0x59c7fab20f0f - std::panicking::default_hook::{{closure}}::h91001850288db5f7
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panicking.rs:301:27
[INFO] [stdout]   10:     0x59c7fab20da1 - std::panicking::default_hook::h2346dbb704ef5512
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panicking.rs:325:9
[INFO] [stdout]   11:     0x59c7fa2b47de - <alloc::boxed::Box<F,A> as core::ops::function::Fn<Args>>::call::h18383b2e29377420
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/alloc/src/boxed.rs:1999:9
[INFO] [stdout]   12:     0x59c7fa2b47de - test::test_main_with_exit_callback::{{closure}}::h272d7ef99aef06dc
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/test/src/lib.rs:145:21
[INFO] [stdout]   13:     0x59c7fab2167f - <alloc::boxed::Box<F,A> as core::ops::function::Fn<Args>>::call::h6dba6e441651a0d1
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/alloc/src/boxed.rs:1999:9
[INFO] [stdout]   14:     0x59c7fab2167f - std::panicking::panic_with_hook::hd2b063a6090d23a4
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panicking.rs:842:13
[INFO] [stdout]   15:     0x59c7fab2142a - std::panicking::panic_handler::{{closure}}::he666d95f139a333e
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panicking.rs:707:13
[INFO] [stdout]   16:     0x59c7fab1bf39 - std::sys::backtrace::__rust_end_short_backtrace::h631ad224854ebee5
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/sys/backtrace.rs:174:18
[INFO] [stdout]   17:     0x59c7fab038dd - __rustc[1d67440d6e82e4f]::rust_begin_unwind
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panicking.rs:698:5
[INFO] [stdout]   18:     0x59c7fab603e0 - core::panicking::panic_fmt::h420ddb7fd73daf53
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/panicking.rs:75:14
[INFO] [stdout]   19:     0x59c7fab5f586 - core::result::unwrap_failed::hdde076be853d034f
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/result.rs:1855:5
[INFO] [stdout]   20:     0x59c7fa277033 - core::result::Result<T,E>::unwrap::hc2bc41caf2857fe2
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/result.rs:1226:23
[INFO] [stdout]   21:     0x59c7fa277033 - onepunchman_parcer_bot::application::http::client::get_request::{{closure}}::h7813b78b33ef0846
[INFO] [stdout]                                at /opt/rustwide/workdir/src/application/http/client.rs:13:18
[INFO] [stdout]   22:     0x59c7fa2915a9 - onepunchman_parcer_bot::application::parser::contract::Parser::parse::{{closure}}::hc209e411d1a51d46
[INFO] [stdout]                                at /opt/rustwide/workdir/src/application/parser/contract.rs:41:60
[INFO] [stdout]   23:     0x59c7fa277d6f - <core::pin::Pin<P> as core::future::future::Future>::poll::h8074a27c8482fc87
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/future/future.rs:133:9
[INFO] [stdout]   24:     0x59c7fa277d0b - <core::pin::Pin<P> as core::future::future::Future>::poll::h531a4aac66f780c9
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/future/future.rs:133:9
[INFO] [stdout]   25:     0x59c7fa28f8ab - tokio::runtime::basic_scheduler::Inner<P>::block_on::{{closure}}::{{closure}}::h3e145c72c2bbd849
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.15.0/src/runtime/basic_scheduler.rs:240:78
[INFO] [stdout]   26:     0x59c7fa28dd3a - tokio::coop::with_budget::{{closure}}::hd53476127d3d1813
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.15.0/src/coop.rs:102:9
[INFO] [stdout]   27:     0x59c7fa278b47 - std::thread::local::LocalKey<T>::try_with::hfe21008f87c4e33d
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/thread/local.rs:315:12
[INFO] [stdout]   28:     0x59c7fa2784a2 - std::thread::local::LocalKey<T>::with::h8dd1fe9be03db57d
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/thread/local.rs:279:20
[INFO] [stdout]   29:     0x59c7fa28f03b - tokio::coop::with_budget::hacb90a8750ff9db8
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.15.0/src/coop.rs:95:13
[INFO] [stdout]   30:     0x59c7fa28f03b - tokio::coop::budget::h8ebab4f7fe530005
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.15.0/src/coop.rs:72:5
[INFO] [stdout]   31:     0x59c7fa28f03b - tokio::runtime::basic_scheduler::Inner<P>::block_on::{{closure}}::h83e33ddba3942901
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.15.0/src/runtime/basic_scheduler.rs:240:39
[INFO] [stdout]   32:     0x59c7fa2902b1 - tokio::runtime::basic_scheduler::enter::{{closure}}::h3eee3c5b56033385
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.15.0/src/runtime/basic_scheduler.rs:349:29
[INFO] [stdout]   33:     0x59c7fa280b0a - tokio::macros::scoped_tls::ScopedKey<T>::set::hf82cf40e56e49862
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.15.0/src/macros/scoped_tls.rs:61:9
[INFO] [stdout]   34:     0x59c7fa290235 - tokio::runtime::basic_scheduler::enter::h3b661e4df51329ee
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.15.0/src/runtime/basic_scheduler.rs:349:13
[INFO] [stdout]   35:     0x59c7fa28ed2a - tokio::runtime::basic_scheduler::Inner<P>::block_on::hd2edd6b1cae160d8
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.15.0/src/runtime/basic_scheduler.rs:230:9
[INFO] [stdout]   36:     0x59c7fa28fa61 - tokio::runtime::basic_scheduler::InnerGuard<P>::block_on::h46ca319c3f52932a
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.15.0/src/runtime/basic_scheduler.rs:501:38
[INFO] [stdout]   37:     0x59c7fa28fb49 - tokio::runtime::basic_scheduler::BasicScheduler<P>::block_on::h0d888ddffefee5b4
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.15.0/src/runtime/basic_scheduler.rs:186:30
[INFO] [stdout]   38:     0x59c7fa277c12 - tokio::runtime::Runtime::block_on::hd5e7770e1c8ce080
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.15.0/src/runtime/mod.rs:461:51
[INFO] [stdout]   39:     0x59c7fa27be95 - tokio_test::block_on::h52eed0b0dc291de9
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-test-0.4.2/src/lib.rs:35:8
[INFO] [stdout]   40:     0x59c7fa286cab - onepunchman_parcer_bot::application::parser::mangapoisk_test::tests::parse_with_bad_url::h8301ed2500428bb8
[INFO] [stdout]                                at /opt/rustwide/workdir/src/macros.rs:4:9
[INFO] [stdout]   41:     0x59c7fa2870a7 - onepunchman_parcer_bot::application::parser::mangapoisk_test::tests::parse_with_bad_url::{{closure}}::h1436c6c88c878175
[INFO] [stdout]                                at /opt/rustwide/workdir/src/application/parser/mangapoisk_test.rs:146:28
[INFO] [stdout]   42:     0x59c7fa279db6 - core::ops::function::FnOnce::call_once::h9bb0eb5d308ecd01
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   43:     0x59c7fa2b459b - core::ops::function::FnOnce::call_once::h70887edf07a630ba
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   44:     0x59c7fa2b459b - test::__rust_begin_short_backtrace::h27763c4cbbdb8601
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/test/src/lib.rs:663:18
[INFO] [stdout]   45:     0x59c7fa2ca205 - test::run_test_in_process::{{closure}}::h4dc8bc6d5e3924d3
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/test/src/lib.rs:686:74
[INFO] [stdout]   46:     0x59c7fa2ca205 - <core::panic::unwind_safe::AssertUnwindSafe<F> as core::ops::function::FnOnce<()>>::call_once::h75905e8ffe81974f
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/panic/unwind_safe.rs:274:9
[INFO] [stdout]   47:     0x59c7fa2ca205 - std::panicking::catch_unwind::do_call::h0bc60366ba66eba5
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panicking.rs:590:40
[INFO] [stdout]   48:     0x59c7fa2ca205 - std::panicking::catch_unwind::hae1ec7bf94407afa
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panicking.rs:553:19
[INFO] [stdout]   49:     0x59c7fa2ca205 - std::panic::catch_unwind::h0f4ff4773d84d3cd
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panic.rs:359:14
[INFO] [stdout]   50:     0x59c7fa2ca205 - test::run_test_in_process::h03fbc77ae48b3f10
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/test/src/lib.rs:686:27
[INFO] [stdout]   51:     0x59c7fa2ca205 - test::run_test::{{closure}}::h83476a9c453dc4d3
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/test/src/lib.rs:607:43
[INFO] [stdout]   52:     0x59c7fa2a09f4 - test::run_test::{{closure}}::h515482ad1e7fe7de
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/test/src/lib.rs:637:41
[INFO] [stdout]   53:     0x59c7fa2a09f4 - std::sys::backtrace::__rust_begin_short_backtrace::hed09f6ac5fe9d647
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/sys/backtrace.rs:158:18
[INFO] [stdout]   54:     0x59c7fa2a42ba - std::thread::Builder::spawn_unchecked_::{{closure}}::{{closure}}::h988e2cd969319888
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/thread/mod.rs:559:17
[INFO] [stdout]   55:     0x59c7fa2a42ba - <core::panic::unwind_safe::AssertUnwindSafe<F> as core::ops::function::FnOnce<()>>::call_once::hd70e28dc46ec20be
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/panic/unwind_safe.rs:274:9
[INFO] [stdout]   56:     0x59c7fa2a42ba - std::panicking::catch_unwind::do_call::hdc29e11311eb7655
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panicking.rs:590:40
[INFO] [stdout]   57:     0x59c7fa2a42ba - std::panicking::catch_unwind::h9e402d6a96fef41c
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panicking.rs:553:19
[INFO] [stdout]   58:     0x59c7fa2a42ba - std::panic::catch_unwind::h9213c0c54aec70e0
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panic.rs:359:14
[INFO] [stdout]   59:     0x59c7fa2a42ba - std::thread::Builder::spawn_unchecked_::{{closure}}::h6262965869ed2b87
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/thread/mod.rs:557:30
[INFO] [stdout]   60:     0x59c7fa2a42ba - core::ops::function::FnOnce::call_once{{vtable.shim}}::h05c05ed02619e462
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   61:     0x59c7fab16f7f - <alloc::boxed::Box<F,A> as core::ops::function::FnOnce<Args>>::call_once::h2044e71c41d3958a
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/alloc/src/boxed.rs:1985:9
[INFO] [stdout]   62:     0x59c7fab16f7f - std::sys::thread::unix::Thread::new::thread_start::hf277835320aa8e5a
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/sys/thread/unix.rs:126:17
[INFO] [stdout]   63:     0x7def4e730aa4 - <unknown>
[INFO] [stdout]   64:     0x7def4e7bda34 - clone
[INFO] [stdout]   65:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] failures:
[INFO] [stdout]     application::parser::mangapoisk_test::tests::parse_is_ok
[INFO] [stdout]     application::parser::mangapoisk_test::tests::parse_with_404_response
[INFO] [stdout]     application::parser::mangapoisk_test::tests::parse_with_bad_url
[INFO] [stdout]     application::parser::mangapoisk_test::tests::parse_with_empty_response_text
[INFO] [stdout] 
[INFO] [stdout] test result: FAILED. 22 passed; 4 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.12s
[INFO] [stdout] 
[INFO] [stderr] error: test failed, to rerun pass `--bin onepunchman_parcer_bot`
[INFO] running `Command { std: "docker" "inspect" "8b45df6bf04e7394b9139ed58b4a468365c0a148a4de48ecca411688c812842d", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "8b45df6bf04e7394b9139ed58b4a468365c0a148a4de48ecca411688c812842d", kill_on_drop: false }`
[INFO] [stdout] 8b45df6bf04e7394b9139ed58b4a468365c0a148a4de48ecca411688c812842d
