[INFO] cloning repository https://github.com/JorgeMartinezG/acled_collector
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/JorgeMartinezG/acled_collector" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FJorgeMartinezG%2Facled_collector", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FJorgeMartinezG%2Facled_collector'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] c5c56f05a01cb474a11470cc81277a61735ef752
[INFO] checking JorgeMartinezG/acled_collector against e5e97e3ef0ee95d34bea49cdac051ed1bbac01df for pr-158759-1
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FJorgeMartinezG%2Facled_collector" "/workspace/builds/worker-7-tc2/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-7-tc2/source'...
[INFO] [stderr] done.
[INFO] started tweaking git repo https://github.com/JorgeMartinezG/acled_collector
[INFO] finished tweaking git repo https://github.com/JorgeMartinezG/acled_collector
[INFO] tweaked toml for git repo https://github.com/JorgeMartinezG/acled_collector written to /workspace/builds/worker-7-tc2/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/JorgeMartinezG/acled_collector on toolchain e5e97e3ef0ee95d34bea49cdac051ed1bbac01df
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+e5e97e3ef0ee95d34bea49cdac051ed1bbac01df" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/JorgeMartinezG/acled_collector 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" "+e5e97e3ef0ee95d34bea49cdac051ed1bbac01df" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc2/target:/opt/rustwide/target:rw,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" "-m" "1610612736" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:3d5ced03c013a94a2f102a4510f48a6e9184255caf5fd8244f58017bde7f5210" "sleep" "infinity", kill_on_drop: false }`
[INFO] [stdout] c27098775e0f489690ab3c1ae4578588b5045b41c4b74230d534884994e25d33
[INFO] running `Command { std: "docker" "start" "c27098775e0f489690ab3c1ae4578588b5045b41c4b74230d534884994e25d33", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "c27098775e0f489690ab3c1ae4578588b5045b41c4b74230d534884994e25d33", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-w" "/opt/rustwide/workdir" "--user" "0:0" "c27098775e0f489690ab3c1ae4578588b5045b41c4b74230d534884994e25d33" "/opt/rustwide/cargo-home/bin/cargo" "+e5e97e3ef0ee95d34bea49cdac051ed1bbac01df" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "c27098775e0f489690ab3c1ae4578588b5045b41c4b74230d534884994e25d33", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-w" "/opt/rustwide/workdir" "--user" "0:0" "c27098775e0f489690ab3c1ae4578588b5045b41c4b74230d534884994e25d33" "/opt/rustwide/cargo-home/bin/cargo" "+e5e97e3ef0ee95d34bea49cdac051ed1bbac01df" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }`
[INFO] [stderr]    Compiling libc v0.2.116
[INFO] [stderr]    Compiling autocfg v1.0.1
[INFO] [stderr]    Compiling version_check v0.9.4
[INFO] [stderr]    Compiling proc-macro2 v1.0.36
[INFO] [stderr]    Compiling memchr v2.4.1
[INFO] [stderr]    Compiling unicode-xid v0.2.2
[INFO] [stderr]    Compiling syn v1.0.86
[INFO] [stderr]    Compiling log v0.4.14
[INFO] [stderr]    Compiling typenum v1.15.0
[INFO] [stderr]     Checking bytes v1.1.0
[INFO] [stderr]    Compiling pkg-config v0.3.24
[INFO] [stderr]     Checking pin-project-lite v0.2.8
[INFO] [stderr]    Compiling cc v1.0.72
[INFO] [stderr]    Compiling futures-core v0.3.19
[INFO] [stderr]     Checking tinyvec_macros v0.1.0
[INFO] [stderr]     Checking bitflags v1.3.2
[INFO] [stderr]     Checking itoa v1.0.1
[INFO] [stderr]     Checking subtle v2.4.1
[INFO] [stderr]     Checking tinyvec v1.5.1
[INFO] [stderr]    Compiling serde_derive v1.0.136
[INFO] [stderr]    Compiling futures-task v0.3.19
[INFO] [stderr]     Checking lazy_static v1.4.0
[INFO] [stderr]     Checking unicode-bidi v0.3.7
[INFO] [stderr]    Compiling serde v1.0.136
[INFO] [stderr]    Compiling futures-util v0.3.19
[INFO] [stderr]    Compiling openssl v0.10.38
[INFO] [stderr]     Checking foreign-types-shared v0.1.1
[INFO] [stderr]     Checking http v0.2.6
[INFO] [stderr]     Checking tracing-core v0.1.21
[INFO] [stderr]     Checking futures-io v0.3.19
[INFO] [stderr]     Checking futures-sink v0.3.19
[INFO] [stderr]     Checking foreign-types v0.3.2
[INFO] [stderr]    Compiling futures-channel v0.3.19
[INFO] [stderr]    Compiling httparse v1.5.1
[INFO] [stderr]     Checking slab v0.4.5
[INFO] [stderr]     Checking hashbrown v0.11.2
[INFO] [stderr]    Compiling generic-array v0.14.5
[INFO] [stderr]    Compiling indexmap v1.8.0
[INFO] [stderr]    Compiling num-traits v0.2.14
[INFO] [stderr]    Compiling proc-macro-error-attr v1.0.4
[INFO] [stderr]     Checking once_cell v1.9.0
[INFO] [stderr]    Compiling native-tls v0.2.8
[INFO] [stderr]     Checking ppv-lite86 v0.2.16
[INFO] [stderr]     Checking matches v0.1.9
[INFO] [stderr]    Compiling num-integer v0.1.44
[INFO] [stderr]     Checking mio v0.7.14
[INFO] [stderr]     Checking num_cpus v1.13.1
[INFO] [stderr]     Checking unicode-normalization v0.1.19
[INFO] [stderr]     Checking getrandom v0.2.4
[INFO] [stderr]    Compiling proc-macro-error v1.0.4
[INFO] [stderr]     Checking byteorder v1.4.3
[INFO] [stderr]    Compiling quote v1.0.15
[INFO] [stderr]     Checking base64 v0.13.0
[INFO] [stderr]     Checking tracing v0.1.29
[INFO] [stderr]     Checking percent-encoding v2.1.0
[INFO] [stderr]    Compiling openssl-sys v0.9.72
[INFO] [stderr]     Checking tokio v1.16.1
[INFO] [stderr]     Checking openssl-probe v0.1.5
[INFO] [stderr]     Checking rand_core v0.6.3
[INFO] [stderr]     Checking cpufeatures v0.2.1
[INFO] [stderr]     Checking try-lock v0.2.3
[INFO] [stderr]     Checking rand_chacha v0.3.1
[INFO] [stderr]     Checking want v0.3.0
[INFO] [stderr]     Checking form_urlencoded v1.0.1
[INFO] [stderr]     Checking socket2 v0.4.4
[INFO] [stderr]     Checking ryu v1.0.9
[INFO] [stderr]    Compiling unicode-segmentation v1.9.0
[INFO] [stderr]     Checking httpdate v1.0.2
[INFO] [stderr]    Compiling pq-sys v0.4.6
[INFO] [stderr]     Checking tower-service v0.3.1
[INFO] [stderr]    Compiling serde_json v1.0.78
[INFO] [stderr]     Checking rand v0.8.4
[INFO] [stderr]     Checking stringprep v0.1.2
[INFO] [stderr]     Checking fallible-iterator v0.2.0
[INFO] [stderr]     Checking itoa v0.4.8
[INFO] [stderr]     Checking unicode-width v0.1.9
[INFO] [stderr]    Compiling encoding_rs v0.8.30
[INFO] [stderr]     Checking textwrap v0.11.0
[INFO] [stderr]     Checking idna v0.2.3
[INFO] [stderr]     Checking time v0.1.44
[INFO] [stderr]     Checking aho-corasick v0.7.18
[INFO] [stderr]    Compiling heck v0.3.3
[INFO] [stderr]     Checking regex-syntax v0.6.25
[INFO] [stderr]     Checking clap v2.34.0
[INFO] [stderr]     Checking atty v0.2.14
[INFO] [stderr]     Checking termcolor v1.1.2
[INFO] [stderr]     Checking humantime v2.1.0
[INFO] [stderr]     Checking ipnet v2.3.1
[INFO] [stderr]     Checking url v2.2.2
[INFO] [stderr]     Checking mime v0.3.16
[INFO] [stderr]     Checking block-buffer v0.10.0
[INFO] [stderr]     Checking crypto-common v0.1.1
[INFO] [stderr]     Checking digest v0.10.1
[INFO] [stderr]     Checking chrono v0.4.19
[INFO] [stderr]     Checking hmac v0.12.0
[INFO] [stderr]     Checking md-5 v0.10.0
[INFO] [stderr]     Checking sha2 v0.10.1
[INFO] [stderr]     Checking regex v1.5.4
[INFO] [stderr]     Checking http-body v0.4.4
[INFO] [stderr]     Checking postgres-protocol v0.6.3
[INFO] [stderr]     Checking postgres-types v0.2.2
[INFO] [stderr]     Checking postgis v0.9.0
[INFO] [stderr]     Checking env_logger v0.9.0
[INFO] [stderr]     Checking tokio-util v0.6.9
[INFO] [stderr]     Checking tokio-native-tls v0.3.0
[INFO] [stderr]     Checking h2 v0.3.11
[INFO] [stderr]    Compiling structopt-derive v0.4.18
[INFO] [stderr]    Compiling diesel_derives v1.4.1
[INFO] [stderr]     Checking structopt v0.3.26
[INFO] [stderr]     Checking hyper v0.14.16
[INFO] [stderr]     Checking diesel v1.4.8
[INFO] [stderr]     Checking hyper-tls v0.5.0
[INFO] [stderr]     Checking serde_urlencoded v0.7.1
[INFO] [stderr]     Checking toml v0.5.8
[INFO] [stderr]     Checking reqwest v0.11.9
[INFO] [stderr]     Checking acled_collector v0.1.0 (/opt/rustwide/workdir)
[INFO] [stdout] warning: unused import: `serde::Deserialize`
[INFO] [stdout]  --> src/acled/mod.rs:7:5
[INFO] [stdout]   |
[INFO] [stdout] 7 | use serde::Deserialize;
[INFO] [stdout]   |     ^^^^^^^^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `#[warn(unused_imports)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `serde::Deserialize`
[INFO] [stdout]  --> src/acled/mod.rs:7:5
[INFO] [stdout]   |
[INFO] [stdout] 7 | use serde::Deserialize;
[INFO] [stdout]   |     ^^^^^^^^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `#[warn(unused_imports)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: fields `status`, `success`, `last_update`, and `filename` are never read
[INFO] [stdout]   --> src/acled/response.rs:6:9
[INFO] [stdout]    |
[INFO] [stdout]  5 | pub struct Response {
[INFO] [stdout]    |            -------- fields in this struct
[INFO] [stdout]  6 |     pub status: u8,
[INFO] [stdout]    |         ^^^^^^
[INFO] [stdout]  7 |     pub success: bool,
[INFO] [stdout]    |         ^^^^^^^
[INFO] [stdout]  8 |     pub last_update: i32,
[INFO] [stdout]    |         ^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 11 |     pub filename: String,
[INFO] [stdout]    |         ^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `Response` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis
[INFO] [stdout]    = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: non-local `impl` definition, `impl` blocks should be written at the same level as their item
[INFO] [stdout]   --> src/acled/incident.rs:8:10
[INFO] [stdout]    |
[INFO] [stdout]  8 | #[derive(Queryable, Debug, Insertable)]
[INFO] [stdout]    |          ^--------
[INFO] [stdout]    |          |
[INFO] [stdout]    |          `Queryable` is not local
[INFO] [stdout]    |          move the `impl` block outside of this function `_impl_queryable_for_incident`
[INFO] [stdout]  9 | #[table_name = "incidents"]
[INFO] [stdout] 10 | pub struct Incident {
[INFO] [stdout]    |            -------- `Incident` 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/acled/incident.rs:8:28
[INFO] [stdout]    |
[INFO] [stdout]  8 | #[derive(Queryable, Debug, 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_incident`
[INFO] [stdout]  9 | #[table_name = "incidents"]
[INFO] [stdout] 10 | pub struct Incident {
[INFO] [stdout]    |            -------- `Incident` 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/acled/incident.rs:8:28
[INFO] [stdout]    |
[INFO] [stdout]  8 | #[derive(Queryable, Debug, 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_incident`
[INFO] [stdout]  9 | #[table_name = "incidents"]
[INFO] [stdout] 10 | pub struct Incident {
[INFO] [stdout]    |            -------- `Incident` 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/acled/incident.rs:8:28
[INFO] [stdout]    |
[INFO] [stdout]  8 | #[derive(Queryable, Debug, 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_incident`
[INFO] [stdout]  9 | #[table_name = "incidents"]
[INFO] [stdout] 10 | pub struct Incident {
[INFO] [stdout]    |            -------- `Incident` 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/db.rs:29:10
[INFO] [stdout]    |
[INFO] [stdout] 29 | #[derive(SqlType, QueryId)]
[INFO] [stdout]    |          ^------
[INFO] [stdout]    |          |
[INFO] [stdout]    |          `NotNull` is not local
[INFO] [stdout]    |          move the `impl` block outside of this function `_impl_sql_type_for_geometry`
[INFO] [stdout] 30 | #[postgres(type_name = "geometry")]
[INFO] [stdout] 31 | pub struct Geometry;
[INFO] [stdout]    |            -------- `Geometry` is not local
[INFO] [stdout]    |
[INFO] [stdout]    = note: the derive macro `SqlType` defines the non-local `impl`, and may need to be changed
[INFO] [stdout]    = note: the derive macro `SqlType` 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 `SqlType` (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/db.rs:29:10
[INFO] [stdout]    |
[INFO] [stdout] 29 | #[derive(SqlType, QueryId)]
[INFO] [stdout]    |          ^------
[INFO] [stdout]    |          |
[INFO] [stdout]    |          `SingleValue` is not local
[INFO] [stdout]    |          move the `impl` block outside of this function `_impl_sql_type_for_geometry`
[INFO] [stdout] 30 | #[postgres(type_name = "geometry")]
[INFO] [stdout] 31 | pub struct Geometry;
[INFO] [stdout]    |            -------- `Geometry` is not local
[INFO] [stdout]    |
[INFO] [stdout]    = note: the derive macro `SqlType` defines the non-local `impl`, and may need to be changed
[INFO] [stdout]    = note: the derive macro `SqlType` 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 `SqlType` (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/db.rs:29:10
[INFO] [stdout]    |
[INFO] [stdout] 29 | #[derive(SqlType, QueryId)]
[INFO] [stdout]    |          -^^^^^^
[INFO] [stdout]    |          |
[INFO] [stdout]    |          `Pg` is not local
[INFO] [stdout]    |          `HasSqlType` is not local
[INFO] [stdout]    |          move the `impl` block outside of this function `_impl_sql_type_for_geometry`
[INFO] [stdout] 30 | #[postgres(type_name = "geometry")]
[INFO] [stdout] 31 | pub struct Geometry;
[INFO] [stdout]    |            -------- `Geometry` is not local
[INFO] [stdout]    |
[INFO] [stdout]    = note: the derive macro `SqlType` defines the non-local `impl`, and may need to be changed
[INFO] [stdout]    = note: the derive macro `SqlType` 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 `SqlType` (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/db.rs:29:19
[INFO] [stdout]    |
[INFO] [stdout] 29 | #[derive(SqlType, QueryId)]
[INFO] [stdout]    |                   ^------
[INFO] [stdout]    |                   |
[INFO] [stdout]    |                   `QueryId` is not local
[INFO] [stdout]    |                   move the `impl` block outside of this function `_impl_query_id_for_geometry`
[INFO] [stdout] 30 | #[postgres(type_name = "geometry")]
[INFO] [stdout] 31 | pub struct Geometry;
[INFO] [stdout]    |            -------- `Geometry` is not local
[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` (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/db.rs:33:17
[INFO] [stdout]    |
[INFO] [stdout] 33 | #[derive(Debug, AsExpression, FromSqlRow)]
[INFO] [stdout]    |                 -^^^^^^^^^^^
[INFO] [stdout]    |                 |
[INFO] [stdout]    |                 `AsExpression` is not local
[INFO] [stdout]    |                 move the `impl` block outside of this function `_impl_as_expression_for_pointtype`
[INFO] [stdout] 34 | #[sql_type = "Geometry"]
[INFO] [stdout]    |              ---------- `Geometry` is not local
[INFO] [stdout] 35 | pub struct PointType(pub Point);
[INFO] [stdout]    |            --------- `PointType` is not local
[INFO] [stdout]    |
[INFO] [stdout]    = note: the derive macro `AsExpression` defines the non-local `impl`, and may need to be changed
[INFO] [stdout]    = note: the derive macro `AsExpression` 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 `AsExpression` (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/db.rs:33:17
[INFO] [stdout]    |
[INFO] [stdout] 33 | #[derive(Debug, AsExpression, FromSqlRow)]
[INFO] [stdout]    |                 -^^^^^^^^^^^
[INFO] [stdout]    |                 |
[INFO] [stdout]    |                 `AsExpression` is not local
[INFO] [stdout]    |                 `Nullable` is not local
[INFO] [stdout]    |                 move the `impl` block outside of this function `_impl_as_expression_for_pointtype`
[INFO] [stdout] 34 | #[sql_type = "Geometry"]
[INFO] [stdout]    |              ---------- `Geometry` is not local
[INFO] [stdout] 35 | pub struct PointType(pub Point);
[INFO] [stdout]    |            --------- `PointType` is not local
[INFO] [stdout]    |
[INFO] [stdout]    = note: the derive macro `AsExpression` defines the non-local `impl`, and may need to be changed
[INFO] [stdout]    = note: the derive macro `AsExpression` 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 `AsExpression` (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/db.rs:33:17
[INFO] [stdout]    |
[INFO] [stdout] 33 | #[derive(Debug, AsExpression, FromSqlRow)]
[INFO] [stdout]    |                 ^-----------
[INFO] [stdout]    |                 |
[INFO] [stdout]    |                 `ToSql` is not local
[INFO] [stdout]    |                 `Nullable` is not local
[INFO] [stdout]    |                 move the `impl` block outside of this function `_impl_as_expression_for_pointtype`
[INFO] [stdout] 34 | #[sql_type = "Geometry"]
[INFO] [stdout]    |              ---------- `Geometry` is not local
[INFO] [stdout] 35 | pub struct PointType(pub Point);
[INFO] [stdout]    |            --------- `PointType` is not local
[INFO] [stdout]    |
[INFO] [stdout]    = note: the derive macro `AsExpression` defines the non-local `impl`, and may need to be changed
[INFO] [stdout]    = note: the derive macro `AsExpression` 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 `AsExpression` (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/db.rs:33:17
[INFO] [stdout]    |
[INFO] [stdout] 33 | #[derive(Debug, AsExpression, FromSqlRow)]
[INFO] [stdout]    |                 ^-----------
[INFO] [stdout]    |                 |
[INFO] [stdout]    |                 `AsExpression` is not local
[INFO] [stdout]    |                 move the `impl` block outside of this function `_impl_as_expression_for_pointtype`
[INFO] [stdout] 34 | #[sql_type = "Geometry"]
[INFO] [stdout]    |              ---------- `Geometry` is not local
[INFO] [stdout] 35 | pub struct PointType(pub Point);
[INFO] [stdout]    |            --------- `PointType` is not local
[INFO] [stdout]    |
[INFO] [stdout]    = note: the derive macro `AsExpression` defines the non-local `impl`, and may need to be changed
[INFO] [stdout]    = note: the derive macro `AsExpression` 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 `AsExpression` (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/db.rs:33:17
[INFO] [stdout]    |
[INFO] [stdout] 33 | #[derive(Debug, AsExpression, FromSqlRow)]
[INFO] [stdout]    |                 ^-----------
[INFO] [stdout]    |                 |
[INFO] [stdout]    |                 `AsExpression` is not local
[INFO] [stdout]    |                 `Nullable` is not local
[INFO] [stdout]    |                 move the `impl` block outside of this function `_impl_as_expression_for_pointtype`
[INFO] [stdout] 34 | #[sql_type = "Geometry"]
[INFO] [stdout]    |              ---------- `Geometry` is not local
[INFO] [stdout] 35 | pub struct PointType(pub Point);
[INFO] [stdout]    |            --------- `PointType` is not local
[INFO] [stdout]    |
[INFO] [stdout]    = note: the derive macro `AsExpression` defines the non-local `impl`, and may need to be changed
[INFO] [stdout]    = note: the derive macro `AsExpression` 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 `AsExpression` (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/db.rs:33:31
[INFO] [stdout]    |
[INFO] [stdout] 33 | #[derive(Debug, AsExpression, FromSqlRow)]
[INFO] [stdout]    |                               ^---------
[INFO] [stdout]    |                               |
[INFO] [stdout]    |                               `FromSqlRow` is not local
[INFO] [stdout]    |                               move the `impl` block outside of this function `_impl_from_sql_row_for_pointtype`
[INFO] [stdout] 34 | #[sql_type = "Geometry"]
[INFO] [stdout] 35 | pub struct PointType(pub Point);
[INFO] [stdout]    |            --------- `PointType` is not local
[INFO] [stdout]    |
[INFO] [stdout]    = note: the derive macro `FromSqlRow` defines the non-local `impl`, and may need to be changed
[INFO] [stdout]    = note: the derive macro `FromSqlRow` 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 `FromSqlRow` (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/db.rs:33:31
[INFO] [stdout]    |
[INFO] [stdout] 33 | #[derive(Debug, AsExpression, FromSqlRow)]
[INFO] [stdout]    |                               ^---------
[INFO] [stdout]    |                               |
[INFO] [stdout]    |                               `Queryable` is not local
[INFO] [stdout]    |                               move the `impl` block outside of this function `_impl_from_sql_row_for_pointtype`
[INFO] [stdout] 34 | #[sql_type = "Geometry"]
[INFO] [stdout] 35 | pub struct PointType(pub Point);
[INFO] [stdout]    |            --------- `PointType` is not local
[INFO] [stdout]    |
[INFO] [stdout]    = note: the derive macro `FromSqlRow` defines the non-local `impl`, and may need to be changed
[INFO] [stdout]    = note: the derive macro `FromSqlRow` 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 `FromSqlRow` (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/schema.rs:2:5
[INFO] [stdout]    |
[INFO] [stdout]  2 | /     table! {
[INFO] [stdout]  3 | |         use diesel::sql_types::*;
[INFO] [stdout]  4 | |         use crate::db::Geometry;
[INFO] [stdout] ...  |
[INFO] [stdout] 38 | |     }
[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/schema.rs:2:5
[INFO] [stdout]    |
[INFO] [stdout]  2 | /     table! {
[INFO] [stdout]  3 | |         use diesel::sql_types::*;
[INFO] [stdout]  4 | |         use crate::db::Geometry;
[INFO] [stdout] ...  |
[INFO] [stdout]  7 | |             data_id -> Int8,
[INFO] [stdout]    | |             ------- `data_id` is not local
[INFO] [stdout] ...  |
[INFO] [stdout] 38 | |     }
[INFO] [stdout]    | |     ^
[INFO] [stdout]    | |     |
[INFO] [stdout]    | |_____`QueryId` is not local
[INFO] [stdout]    |       move the `impl` block outside of this function `_impl_query_id_for_data_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/schema.rs:2:5
[INFO] [stdout]    |
[INFO] [stdout]  2 | /     table! {
[INFO] [stdout]  3 | |         use diesel::sql_types::*;
[INFO] [stdout]  4 | |         use crate::db::Geometry;
[INFO] [stdout] ...  |
[INFO] [stdout]  8 | |             iso -> Int8,
[INFO] [stdout]    | |             --- `iso` is not local
[INFO] [stdout] ...  |
[INFO] [stdout] 38 | |     }
[INFO] [stdout]    | |     ^
[INFO] [stdout]    | |     |
[INFO] [stdout]    | |_____`QueryId` is not local
[INFO] [stdout]    |       move the `impl` block outside of this function `_impl_query_id_for_iso`
[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/schema.rs:2:5
[INFO] [stdout]    |
[INFO] [stdout]  2 | /     table! {
[INFO] [stdout]  3 | |         use diesel::sql_types::*;
[INFO] [stdout]  4 | |         use crate::db::Geometry;
[INFO] [stdout] ...  |
[INFO] [stdout]  9 | |             event_id_cnty -> Varchar,
[INFO] [stdout]    | |             ------------- `event_id_cnty` is not local
[INFO] [stdout] ...  |
[INFO] [stdout] 38 | |     }
[INFO] [stdout]    | |     ^
[INFO] [stdout]    | |     |
[INFO] [stdout]    | |_____`QueryId` is not local
[INFO] [stdout]    |       move the `impl` block outside of this function `_impl_query_id_for_event_id_cnty`
[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/schema.rs:2:5
[INFO] [stdout]    |
[INFO] [stdout]  2 | /     table! {
[INFO] [stdout]  3 | |         use diesel::sql_types::*;
[INFO] [stdout]  4 | |         use crate::db::Geometry;
[INFO] [stdout] ...  |
[INFO] [stdout] 10 | |             event_id_no_cnty -> Int8,
[INFO] [stdout]    | |             ---------------- `event_id_no_cnty` is not local
[INFO] [stdout] ...  |
[INFO] [stdout] 38 | |     }
[INFO] [stdout]    | |     ^
[INFO] [stdout]    | |     |
[INFO] [stdout]    | |_____`QueryId` is not local
[INFO] [stdout]    |       move the `impl` block outside of this function `_impl_query_id_for_event_id_no_cnty`
[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/schema.rs:2:5
[INFO] [stdout]    |
[INFO] [stdout]  2 | /     table! {
[INFO] [stdout]  3 | |         use diesel::sql_types::*;
[INFO] [stdout]  4 | |         use crate::db::Geometry;
[INFO] [stdout] ...  |
[INFO] [stdout] 11 | |             event_date -> Date,
[INFO] [stdout]    | |             ---------- `event_date` is not local
[INFO] [stdout] ...  |
[INFO] [stdout] 38 | |     }
[INFO] [stdout]    | |     ^
[INFO] [stdout]    | |     |
[INFO] [stdout]    | |_____`QueryId` is not local
[INFO] [stdout]    |       move the `impl` block outside of this function `_impl_query_id_for_event_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/schema.rs:2:5
[INFO] [stdout]    |
[INFO] [stdout]  2 | /     table! {
[INFO] [stdout]  3 | |         use diesel::sql_types::*;
[INFO] [stdout]  4 | |         use crate::db::Geometry;
[INFO] [stdout] ...  |
[INFO] [stdout] 12 | |             year -> Int8,
[INFO] [stdout]    | |             ---- `year` is not local
[INFO] [stdout] ...  |
[INFO] [stdout] 38 | |     }
[INFO] [stdout]    | |     ^
[INFO] [stdout]    | |     |
[INFO] [stdout]    | |_____`QueryId` is not local
[INFO] [stdout]    |       move the `impl` block outside of this function `_impl_query_id_for_year`
[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/schema.rs:2:5
[INFO] [stdout]    |
[INFO] [stdout]  2 | /     table! {
[INFO] [stdout]  3 | |         use diesel::sql_types::*;
[INFO] [stdout]  4 | |         use crate::db::Geometry;
[INFO] [stdout] ...  |
[INFO] [stdout] 13 | |             time_precision -> Int8,
[INFO] [stdout]    | |             -------------- `time_precision` is not local
[INFO] [stdout] ...  |
[INFO] [stdout] 38 | |     }
[INFO] [stdout]    | |     ^
[INFO] [stdout]    | |     |
[INFO] [stdout]    | |_____`QueryId` is not local
[INFO] [stdout]    |       move the `impl` block outside of this function `_impl_query_id_for_time_precision`
[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/schema.rs:2:5
[INFO] [stdout]    |
[INFO] [stdout]  2 | /     table! {
[INFO] [stdout]  3 | |         use diesel::sql_types::*;
[INFO] [stdout]  4 | |         use crate::db::Geometry;
[INFO] [stdout] ...  |
[INFO] [stdout] 14 | |             event_type -> Varchar,
[INFO] [stdout]    | |             ---------- `event_type` is not local
[INFO] [stdout] ...  |
[INFO] [stdout] 38 | |     }
[INFO] [stdout]    | |     ^
[INFO] [stdout]    | |     |
[INFO] [stdout]    | |_____`QueryId` is not local
[INFO] [stdout]    |       move the `impl` block outside of this function `_impl_query_id_for_event_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/schema.rs:2:5
[INFO] [stdout]    |
[INFO] [stdout]  2 | /     table! {
[INFO] [stdout]  3 | |         use diesel::sql_types::*;
[INFO] [stdout]  4 | |         use crate::db::Geometry;
[INFO] [stdout] ...  |
[INFO] [stdout] 15 | |             sub_event_type -> Varchar,
[INFO] [stdout]    | |             -------------- `sub_event_type` is not local
[INFO] [stdout] ...  |
[INFO] [stdout] 38 | |     }
[INFO] [stdout]    | |     ^
[INFO] [stdout]    | |     |
[INFO] [stdout]    | |_____`QueryId` is not local
[INFO] [stdout]    |       move the `impl` block outside of this function `_impl_query_id_for_sub_event_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/schema.rs:2:5
[INFO] [stdout]    |
[INFO] [stdout]  2 | /     table! {
[INFO] [stdout]  3 | |         use diesel::sql_types::*;
[INFO] [stdout]  4 | |         use crate::db::Geometry;
[INFO] [stdout] ...  |
[INFO] [stdout] 16 | |             actor1 -> Varchar,
[INFO] [stdout]    | |             ------ `actor1` is not local
[INFO] [stdout] ...  |
[INFO] [stdout] 38 | |     }
[INFO] [stdout]    | |     ^
[INFO] [stdout]    | |     |
[INFO] [stdout]    | |_____`QueryId` is not local
[INFO] [stdout]    |       move the `impl` block outside of this function `_impl_query_id_for_actor1`
[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/schema.rs:2:5
[INFO] [stdout]    |
[INFO] [stdout]  2 | /     table! {
[INFO] [stdout]  3 | |         use diesel::sql_types::*;
[INFO] [stdout]  4 | |         use crate::db::Geometry;
[INFO] [stdout] ...  |
[INFO] [stdout] 17 | |             assoc_actor_1 -> Varchar,
[INFO] [stdout]    | |             ------------- `assoc_actor_1` is not local
[INFO] [stdout] ...  |
[INFO] [stdout] 38 | |     }
[INFO] [stdout]    | |     ^
[INFO] [stdout]    | |     |
[INFO] [stdout]    | |_____`QueryId` is not local
[INFO] [stdout]    |       move the `impl` block outside of this function `_impl_query_id_for_assoc_actor_1`
[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/schema.rs:2:5
[INFO] [stdout]    |
[INFO] [stdout]  2 | /     table! {
[INFO] [stdout]  3 | |         use diesel::sql_types::*;
[INFO] [stdout]  4 | |         use crate::db::Geometry;
[INFO] [stdout] ...  |
[INFO] [stdout] 18 | |             inter1 -> Int8,
[INFO] [stdout]    | |             ------ `inter1` is not local
[INFO] [stdout] ...  |
[INFO] [stdout] 38 | |     }
[INFO] [stdout]    | |     ^
[INFO] [stdout]    | |     |
[INFO] [stdout]    | |_____`QueryId` is not local
[INFO] [stdout]    |       move the `impl` block outside of this function `_impl_query_id_for_inter1`
[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/schema.rs:2:5
[INFO] [stdout]    |
[INFO] [stdout]  2 | /     table! {
[INFO] [stdout]  3 | |         use diesel::sql_types::*;
[INFO] [stdout]  4 | |         use crate::db::Geometry;
[INFO] [stdout] ...  |
[INFO] [stdout] 19 | |             actor2 -> Varchar,
[INFO] [stdout]    | |             ------ `actor2` is not local
[INFO] [stdout] ...  |
[INFO] [stdout] 38 | |     }
[INFO] [stdout]    | |     ^
[INFO] [stdout]    | |     |
[INFO] [stdout]    | |_____`QueryId` is not local
[INFO] [stdout]    |       move the `impl` block outside of this function `_impl_query_id_for_actor2`
[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/schema.rs:2:5
[INFO] [stdout]    |
[INFO] [stdout]  2 | /     table! {
[INFO] [stdout]  3 | |         use diesel::sql_types::*;
[INFO] [stdout]  4 | |         use crate::db::Geometry;
[INFO] [stdout] ...  |
[INFO] [stdout] 20 | |             assoc_actor_2 -> Varchar,
[INFO] [stdout]    | |             ------------- `assoc_actor_2` is not local
[INFO] [stdout] ...  |
[INFO] [stdout] 38 | |     }
[INFO] [stdout]    | |     ^
[INFO] [stdout]    | |     |
[INFO] [stdout]    | |_____`QueryId` is not local
[INFO] [stdout]    |       move the `impl` block outside of this function `_impl_query_id_for_assoc_actor_2`
[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/schema.rs:2:5
[INFO] [stdout]    |
[INFO] [stdout]  2 | /     table! {
[INFO] [stdout]  3 | |         use diesel::sql_types::*;
[INFO] [stdout]  4 | |         use crate::db::Geometry;
[INFO] [stdout] ...  |
[INFO] [stdout] 21 | |             inter2 -> Int8,
[INFO] [stdout]    | |             ------ `inter2` is not local
[INFO] [stdout] ...  |
[INFO] [stdout] 38 | |     }
[INFO] [stdout]    | |     ^
[INFO] [stdout]    | |     |
[INFO] [stdout]    | |_____`QueryId` is not local
[INFO] [stdout]    |       move the `impl` block outside of this function `_impl_query_id_for_inter2`
[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/schema.rs:2:5
[INFO] [stdout]    |
[INFO] [stdout]  2 | /     table! {
[INFO] [stdout]  3 | |         use diesel::sql_types::*;
[INFO] [stdout]  4 | |         use crate::db::Geometry;
[INFO] [stdout] ...  |
[INFO] [stdout] 22 | |             interaction -> Varchar,
[INFO] [stdout]    | |             ----------- `interaction` is not local
[INFO] [stdout] ...  |
[INFO] [stdout] 38 | |     }
[INFO] [stdout]    | |     ^
[INFO] [stdout]    | |     |
[INFO] [stdout]    | |_____`QueryId` is not local
[INFO] [stdout]    |       move the `impl` block outside of this function `_impl_query_id_for_interaction`
[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/schema.rs:2:5
[INFO] [stdout]    |
[INFO] [stdout]  2 | /     table! {
[INFO] [stdout]  3 | |         use diesel::sql_types::*;
[INFO] [stdout]  4 | |         use crate::db::Geometry;
[INFO] [stdout] ...  |
[INFO] [stdout] 23 | |             region -> Varchar,
[INFO] [stdout]    | |             ------ `region` is not local
[INFO] [stdout] ...  |
[INFO] [stdout] 38 | |     }
[INFO] [stdout]    | |     ^
[INFO] [stdout]    | |     |
[INFO] [stdout]    | |_____`QueryId` is not local
[INFO] [stdout]    |       move the `impl` block outside of this function `_impl_query_id_for_region`
[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/schema.rs:2:5
[INFO] [stdout]    |
[INFO] [stdout]  2 | /     table! {
[INFO] [stdout]  3 | |         use diesel::sql_types::*;
[INFO] [stdout]  4 | |         use crate::db::Geometry;
[INFO] [stdout] ...  |
[INFO] [stdout] 24 | |             country -> Varchar,
[INFO] [stdout]    | |             ------- `country` is not local
[INFO] [stdout] ...  |
[INFO] [stdout] 38 | |     }
[INFO] [stdout]    | |     ^
[INFO] [stdout]    | |     |
[INFO] [stdout]    | |_____`QueryId` is not local
[INFO] [stdout]    |       move the `impl` block outside of this function `_impl_query_id_for_country`
[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/schema.rs:2:5
[INFO] [stdout]    |
[INFO] [stdout]  2 | /     table! {
[INFO] [stdout]  3 | |         use diesel::sql_types::*;
[INFO] [stdout]  4 | |         use crate::db::Geometry;
[INFO] [stdout] ...  |
[INFO] [stdout] 25 | |             admin1 -> Varchar,
[INFO] [stdout]    | |             ------ `admin1` is not local
[INFO] [stdout] ...  |
[INFO] [stdout] 38 | |     }
[INFO] [stdout]    | |     ^
[INFO] [stdout]    | |     |
[INFO] [stdout]    | |_____`QueryId` is not local
[INFO] [stdout]    |       move the `impl` block outside of this function `_impl_query_id_for_admin1`
[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: fields `status`, `success`, `last_update`, and `filename` are never read
[INFO] [stdout]   --> src/acled/response.rs:6:9
[INFO] [stdout]    |
[INFO] [stdout]  5 | pub struct Response {
[INFO] [stdout]    |            -------- fields in this struct
[INFO] [stdout]  6 |     pub status: u8,
[INFO] [stdout]    |         ^^^^^^
[INFO] [stdout]  7 |     pub success: bool,
[INFO] [stdout]    |         ^^^^^^^
[INFO] [stdout]  8 |     pub last_update: i32,
[INFO] [stdout]    |         ^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 11 |     pub filename: String,
[INFO] [stdout]    |         ^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `Response` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis
[INFO] [stdout]    = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: non-local `impl` definition, `impl` blocks should be written at the same level as their item
[INFO] [stdout]   --> src/schema.rs:2:5
[INFO] [stdout]    |
[INFO] [stdout]  2 | /     table! {
[INFO] [stdout]  3 | |         use diesel::sql_types::*;
[INFO] [stdout]  4 | |         use crate::db::Geometry;
[INFO] [stdout] ...  |
[INFO] [stdout] 26 | |             admin2 -> Varchar,
[INFO] [stdout]    | |             ------ `admin2` is not local
[INFO] [stdout] ...  |
[INFO] [stdout] 38 | |     }
[INFO] [stdout]    | |     ^
[INFO] [stdout]    | |     |
[INFO] [stdout]    | |_____`QueryId` is not local
[INFO] [stdout]    |       move the `impl` block outside of this function `_impl_query_id_for_admin2`
[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/schema.rs:2:5
[INFO] [stdout]    |
[INFO] [stdout]  2 | /     table! {
[INFO] [stdout]  3 | |         use diesel::sql_types::*;
[INFO] [stdout]  4 | |         use crate::db::Geometry;
[INFO] [stdout] ...  |
[INFO] [stdout] 27 | |             admin3 -> Varchar,
[INFO] [stdout]    | |             ------ `admin3` is not local
[INFO] [stdout] ...  |
[INFO] [stdout] 38 | |     }
[INFO] [stdout]    | |     ^
[INFO] [stdout]    | |     |
[INFO] [stdout]    | |_____`QueryId` is not local
[INFO] [stdout]    |       move the `impl` block outside of this function `_impl_query_id_for_admin3`
[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/acled/incident.rs:8:10
[INFO] [stdout]    |
[INFO] [stdout]  8 | #[derive(Queryable, Debug, Insertable)]
[INFO] [stdout]    |          ^--------
[INFO] [stdout]    |          |
[INFO] [stdout]    |          `Queryable` is not local
[INFO] [stdout]    |          move the `impl` block outside of this function `_impl_queryable_for_incident`
[INFO] [stdout]  9 | #[table_name = "incidents"]
[INFO] [stdout] 10 | pub struct Incident {
[INFO] [stdout]    |            -------- `Incident` 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/schema.rs:2:5
[INFO] [stdout]    |
[INFO] [stdout]  2 | /     table! {
[INFO] [stdout]  3 | |         use diesel::sql_types::*;
[INFO] [stdout]  4 | |         use crate::db::Geometry;
[INFO] [stdout] ...  |
[INFO] [stdout] 28 | |             location -> Varchar,
[INFO] [stdout]    | |             -------- `location` is not local
[INFO] [stdout] ...  |
[INFO] [stdout] 38 | |     }
[INFO] [stdout]    | |     ^
[INFO] [stdout]    | |     |
[INFO] [stdout]    | |_____`QueryId` is not local
[INFO] [stdout]    |       move the `impl` block outside of this function `_impl_query_id_for_location`
[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/acled/incident.rs:8:28
[INFO] [stdout]    |
[INFO] [stdout]  8 | #[derive(Queryable, Debug, 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_incident`
[INFO] [stdout]  9 | #[table_name = "incidents"]
[INFO] [stdout] 10 | pub struct Incident {
[INFO] [stdout]    |            -------- `Incident` 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/schema.rs:2:5
[INFO] [stdout]    |
[INFO] [stdout]  2 | /     table! {
[INFO] [stdout]  3 | |         use diesel::sql_types::*;
[INFO] [stdout]  4 | |         use crate::db::Geometry;
[INFO] [stdout] ...  |
[INFO] [stdout] 29 | |             geo_precision -> Int8,
[INFO] [stdout]    | |             ------------- `geo_precision` is not local
[INFO] [stdout] ...  |
[INFO] [stdout] 38 | |     }
[INFO] [stdout]    | |     ^
[INFO] [stdout]    | |     |
[INFO] [stdout]    | |_____`QueryId` is not local
[INFO] [stdout]    |       move the `impl` block outside of this function `_impl_query_id_for_geo_precision`
[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/acled/incident.rs:8:28
[INFO] [stdout]    |
[INFO] [stdout]  8 | #[derive(Queryable, Debug, 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_incident`
[INFO] [stdout]  9 | #[table_name = "incidents"]
[INFO] [stdout] 10 | pub struct Incident {
[INFO] [stdout]    |            -------- `Incident` 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/schema.rs:2:5
[INFO] [stdout]    |
[INFO] [stdout]  2 | /     table! {
[INFO] [stdout]  3 | |         use diesel::sql_types::*;
[INFO] [stdout]  4 | |         use crate::db::Geometry;
[INFO] [stdout] ...  |
[INFO] [stdout] 30 | |             source -> Varchar,
[INFO] [stdout]    | |             ------ `source` is not local
[INFO] [stdout] ...  |
[INFO] [stdout] 38 | |     }
[INFO] [stdout]    | |     ^
[INFO] [stdout]    | |     |
[INFO] [stdout]    | |_____`QueryId` is not local
[INFO] [stdout]    |       move the `impl` block outside of this function `_impl_query_id_for_source`
[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/schema.rs:2:5
[INFO] [stdout]    |
[INFO] [stdout]  2 | /     table! {
[INFO] [stdout]  3 | |         use diesel::sql_types::*;
[INFO] [stdout]  4 | |         use crate::db::Geometry;
[INFO] [stdout] ...  |
[INFO] [stdout] 31 | |             source_scale -> Varchar,
[INFO] [stdout]    | |             ------------ `source_scale` is not local
[INFO] [stdout] ...  |
[INFO] [stdout] 38 | |     }
[INFO] [stdout]    | |     ^
[INFO] [stdout]    | |     |
[INFO] [stdout]    | |_____`QueryId` is not local
[INFO] [stdout]    |       move the `impl` block outside of this function `_impl_query_id_for_source_scale`
[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/schema.rs:2:5
[INFO] [stdout]    |
[INFO] [stdout]  2 | /     table! {
[INFO] [stdout]  3 | |         use diesel::sql_types::*;
[INFO] [stdout]  4 | |         use crate::db::Geometry;
[INFO] [stdout] ...  |
[INFO] [stdout] 32 | |             notes -> Varchar,
[INFO] [stdout]    | |             ----- `notes` is not local
[INFO] [stdout] ...  |
[INFO] [stdout] 38 | |     }
[INFO] [stdout]    | |     ^
[INFO] [stdout]    | |     |
[INFO] [stdout]    | |_____`QueryId` is not local
[INFO] [stdout]    |       move the `impl` block outside of this function `_impl_query_id_for_notes`
[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/schema.rs:2:5
[INFO] [stdout]    |
[INFO] [stdout]  2 | /     table! {
[INFO] [stdout]  3 | |         use diesel::sql_types::*;
[INFO] [stdout]  4 | |         use crate::db::Geometry;
[INFO] [stdout] ...  |
[INFO] [stdout] 33 | |             fatalities -> Int8,
[INFO] [stdout]    | |             ---------- `fatalities` is not local
[INFO] [stdout] ...  |
[INFO] [stdout] 38 | |     }
[INFO] [stdout]    | |     ^
[INFO] [stdout]    | |     |
[INFO] [stdout]    | |_____`QueryId` is not local
[INFO] [stdout]    |       move the `impl` block outside of this function `_impl_query_id_for_fatalities`
[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/acled/incident.rs:8:28
[INFO] [stdout]    |
[INFO] [stdout]  8 | #[derive(Queryable, Debug, 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_incident`
[INFO] [stdout]  9 | #[table_name = "incidents"]
[INFO] [stdout] 10 | pub struct Incident {
[INFO] [stdout]    |            -------- `Incident` 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/db.rs:29:10
[INFO] [stdout]    |
[INFO] [stdout] 29 | #[derive(SqlType, QueryId)]
[INFO] [stdout]    |          ^------
[INFO] [stdout]    |          |
[INFO] [stdout]    |          `NotNull` is not local
[INFO] [stdout]    |          move the `impl` block outside of this function `_impl_sql_type_for_geometry`
[INFO] [stdout] 30 | #[postgres(type_name = "geometry")]
[INFO] [stdout] 31 | pub struct Geometry;
[INFO] [stdout]    |            -------- `Geometry` is not local
[INFO] [stdout]    |
[INFO] [stdout]    = note: the derive macro `SqlType` defines the non-local `impl`, and may need to be changed
[INFO] [stdout]    = note: the derive macro `SqlType` 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 `SqlType` (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/db.rs:29:10
[INFO] [stdout]    |
[INFO] [stdout] 29 | #[derive(SqlType, QueryId)]
[INFO] [stdout]    |          ^------
[INFO] [stdout]    |          |
[INFO] [stdout]    |          `SingleValue` is not local
[INFO] [stdout]    |          move the `impl` block outside of this function `_impl_sql_type_for_geometry`
[INFO] [stdout] 30 | #[postgres(type_name = "geometry")]
[INFO] [stdout] 31 | pub struct Geometry;
[INFO] [stdout]    |            -------- `Geometry` is not local
[INFO] [stdout]    |
[INFO] [stdout]    = note: the derive macro `SqlType` defines the non-local `impl`, and may need to be changed
[INFO] [stdout]    = note: the derive macro `SqlType` 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 `SqlType` (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/db.rs:29:10
[INFO] [stdout]    |
[INFO] [stdout] 29 | #[derive(SqlType, QueryId)]
[INFO] [stdout]    |          -^^^^^^
[INFO] [stdout]    |          |
[INFO] [stdout]    |          `Pg` is not local
[INFO] [stdout]    |          `HasSqlType` is not local
[INFO] [stdout]    |          move the `impl` block outside of this function `_impl_sql_type_for_geometry`
[INFO] [stdout] 30 | #[postgres(type_name = "geometry")]
[INFO] [stdout] 31 | pub struct Geometry;
[INFO] [stdout]    |            -------- `Geometry` is not local
[INFO] [stdout]    |
[INFO] [stdout]    = note: the derive macro `SqlType` defines the non-local `impl`, and may need to be changed
[INFO] [stdout]    = note: the derive macro `SqlType` 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 `SqlType` (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/db.rs:29:19
[INFO] [stdout]    |
[INFO] [stdout] 29 | #[derive(SqlType, QueryId)]
[INFO] [stdout]    |                   ^------
[INFO] [stdout]    |                   |
[INFO] [stdout]    |                   `QueryId` is not local
[INFO] [stdout]    |                   move the `impl` block outside of this function `_impl_query_id_for_geometry`
[INFO] [stdout] 30 | #[postgres(type_name = "geometry")]
[INFO] [stdout] 31 | pub struct Geometry;
[INFO] [stdout]    |            -------- `Geometry` is not local
[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` (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/schema.rs:2:5
[INFO] [stdout]    |
[INFO] [stdout]  2 | /     table! {
[INFO] [stdout]  3 | |         use diesel::sql_types::*;
[INFO] [stdout]  4 | |         use crate::db::Geometry;
[INFO] [stdout] ...  |
[INFO] [stdout] 34 | |             timestamp -> Int8,
[INFO] [stdout]    | |             --------- `timestamp` is not local
[INFO] [stdout] ...  |
[INFO] [stdout] 38 | |     }
[INFO] [stdout]    | |     ^
[INFO] [stdout]    | |     |
[INFO] [stdout]    | |_____`QueryId` is not local
[INFO] [stdout]    |       move the `impl` block outside of this function `_impl_query_id_for_timestamp`
[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/db.rs:33:17
[INFO] [stdout]    |
[INFO] [stdout] 33 | #[derive(Debug, AsExpression, FromSqlRow)]
[INFO] [stdout]    |                 -^^^^^^^^^^^
[INFO] [stdout]    |                 |
[INFO] [stdout]    |                 `AsExpression` is not local
[INFO] [stdout]    |                 move the `impl` block outside of this function `_impl_as_expression_for_pointtype`
[INFO] [stdout] 34 | #[sql_type = "Geometry"]
[INFO] [stdout]    |              ---------- `Geometry` is not local
[INFO] [stdout] 35 | pub struct PointType(pub Point);
[INFO] [stdout]    |            --------- `PointType` is not local
[INFO] [stdout]    |
[INFO] [stdout]    = note: the derive macro `AsExpression` defines the non-local `impl`, and may need to be changed
[INFO] [stdout]    = note: the derive macro `AsExpression` 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 `AsExpression` (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/db.rs:33:17
[INFO] [stdout]    |
[INFO] [stdout] 33 | #[derive(Debug, AsExpression, FromSqlRow)]
[INFO] [stdout]    |                 -^^^^^^^^^^^
[INFO] [stdout]    |                 |
[INFO] [stdout]    |                 `AsExpression` is not local
[INFO] [stdout]    |                 `Nullable` is not local
[INFO] [stdout]    |                 move the `impl` block outside of this function `_impl_as_expression_for_pointtype`
[INFO] [stdout] 34 | #[sql_type = "Geometry"]
[INFO] [stdout]    |              ---------- `Geometry` is not local
[INFO] [stdout] 35 | pub struct PointType(pub Point);
[INFO] [stdout]    |            --------- `PointType` is not local
[INFO] [stdout]    |
[INFO] [stdout]    = note: the derive macro `AsExpression` defines the non-local `impl`, and may need to be changed
[INFO] [stdout]    = note: the derive macro `AsExpression` 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 `AsExpression` (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/db.rs:33:17
[INFO] [stdout]    |
[INFO] [stdout] 33 | #[derive(Debug, AsExpression, FromSqlRow)]
[INFO] [stdout]    |                 ^-----------
[INFO] [stdout]    |                 |
[INFO] [stdout]    |                 `ToSql` is not local
[INFO] [stdout]    |                 `Nullable` is not local
[INFO] [stdout]    |                 move the `impl` block outside of this function `_impl_as_expression_for_pointtype`
[INFO] [stdout] 34 | #[sql_type = "Geometry"]
[INFO] [stdout]    |              ---------- `Geometry` is not local
[INFO] [stdout] 35 | pub struct PointType(pub Point);
[INFO] [stdout]    |            --------- `PointType` is not local
[INFO] [stdout]    |
[INFO] [stdout]    = note: the derive macro `AsExpression` defines the non-local `impl`, and may need to be changed
[INFO] [stdout]    = note: the derive macro `AsExpression` 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 `AsExpression` (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/schema.rs:2:5
[INFO] [stdout]    |
[INFO] [stdout]  2 | /     table! {
[INFO] [stdout]  3 | |         use diesel::sql_types::*;
[INFO] [stdout]  4 | |         use crate::db::Geometry;
[INFO] [stdout] ...  |
[INFO] [stdout] 35 | |             iso3 -> Varchar,
[INFO] [stdout]    | |             ---- `iso3` is not local
[INFO] [stdout] ...  |
[INFO] [stdout] 38 | |     }
[INFO] [stdout]    | |     ^
[INFO] [stdout]    | |     |
[INFO] [stdout]    | |_____`QueryId` is not local
[INFO] [stdout]    |       move the `impl` block outside of this function `_impl_query_id_for_iso3`
[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/schema.rs:2:5
[INFO] [stdout]    |
[INFO] [stdout]  2 | /     table! {
[INFO] [stdout]  3 | |         use diesel::sql_types::*;
[INFO] [stdout]  4 | |         use crate::db::Geometry;
[INFO] [stdout] ...  |
[INFO] [stdout] 36 | |             geom -> Geometry,
[INFO] [stdout]    | |             ---- `geom` is not local
[INFO] [stdout] 37 | |         }
[INFO] [stdout] 38 | |     }
[INFO] [stdout]    | |     ^
[INFO] [stdout]    | |     |
[INFO] [stdout]    | |_____`QueryId` is not local
[INFO] [stdout]    |       move the `impl` block outside of this function `_impl_query_id_for_geom`
[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/db.rs:33:17
[INFO] [stdout]    |
[INFO] [stdout] 33 | #[derive(Debug, AsExpression, FromSqlRow)]
[INFO] [stdout]    |                 ^-----------
[INFO] [stdout]    |                 |
[INFO] [stdout]    |                 `AsExpression` is not local
[INFO] [stdout]    |                 move the `impl` block outside of this function `_impl_as_expression_for_pointtype`
[INFO] [stdout] 34 | #[sql_type = "Geometry"]
[INFO] [stdout]    |              ---------- `Geometry` is not local
[INFO] [stdout] 35 | pub struct PointType(pub Point);
[INFO] [stdout]    |            --------- `PointType` is not local
[INFO] [stdout]    |
[INFO] [stdout]    = note: the derive macro `AsExpression` defines the non-local `impl`, and may need to be changed
[INFO] [stdout]    = note: the derive macro `AsExpression` 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 `AsExpression` (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/db.rs:33:17
[INFO] [stdout]    |
[INFO] [stdout] 33 | #[derive(Debug, AsExpression, FromSqlRow)]
[INFO] [stdout]    |                 ^-----------
[INFO] [stdout]    |                 |
[INFO] [stdout]    |                 `AsExpression` is not local
[INFO] [stdout]    |                 `Nullable` is not local
[INFO] [stdout]    |                 move the `impl` block outside of this function `_impl_as_expression_for_pointtype`
[INFO] [stdout] 34 | #[sql_type = "Geometry"]
[INFO] [stdout]    |              ---------- `Geometry` is not local
[INFO] [stdout] 35 | pub struct PointType(pub Point);
[INFO] [stdout]    |            --------- `PointType` is not local
[INFO] [stdout]    |
[INFO] [stdout]    = note: the derive macro `AsExpression` defines the non-local `impl`, and may need to be changed
[INFO] [stdout]    = note: the derive macro `AsExpression` 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 `AsExpression` (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/db.rs:33:31
[INFO] [stdout]    |
[INFO] [stdout] 33 | #[derive(Debug, AsExpression, FromSqlRow)]
[INFO] [stdout]    |                               ^---------
[INFO] [stdout]    |                               |
[INFO] [stdout]    |                               `FromSqlRow` is not local
[INFO] [stdout]    |                               move the `impl` block outside of this function `_impl_from_sql_row_for_pointtype`
[INFO] [stdout] 34 | #[sql_type = "Geometry"]
[INFO] [stdout] 35 | pub struct PointType(pub Point);
[INFO] [stdout]    |            --------- `PointType` is not local
[INFO] [stdout]    |
[INFO] [stdout]    = note: the derive macro `FromSqlRow` defines the non-local `impl`, and may need to be changed
[INFO] [stdout]    = note: the derive macro `FromSqlRow` 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 `FromSqlRow` (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/db.rs:33:31
[INFO] [stdout]    |
[INFO] [stdout] 33 | #[derive(Debug, AsExpression, FromSqlRow)]
[INFO] [stdout]    |                               ^---------
[INFO] [stdout]    |                               |
[INFO] [stdout]    |                               `Queryable` is not local
[INFO] [stdout]    |                               move the `impl` block outside of this function `_impl_from_sql_row_for_pointtype`
[INFO] [stdout] 34 | #[sql_type = "Geometry"]
[INFO] [stdout] 35 | pub struct PointType(pub Point);
[INFO] [stdout]    |            --------- `PointType` is not local
[INFO] [stdout]    |
[INFO] [stdout]    = note: the derive macro `FromSqlRow` defines the non-local `impl`, and may need to be changed
[INFO] [stdout]    = note: the derive macro `FromSqlRow` 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 `FromSqlRow` (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/schema.rs:2:5
[INFO] [stdout]    |
[INFO] [stdout]  2 | /     table! {
[INFO] [stdout]  3 | |         use diesel::sql_types::*;
[INFO] [stdout]  4 | |         use crate::db::Geometry;
[INFO] [stdout] ...  |
[INFO] [stdout] 38 | |     }
[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/schema.rs:2:5
[INFO] [stdout]    |
[INFO] [stdout]  2 | /     table! {
[INFO] [stdout]  3 | |         use diesel::sql_types::*;
[INFO] [stdout]  4 | |         use crate::db::Geometry;
[INFO] [stdout] ...  |
[INFO] [stdout]  7 | |             data_id -> Int8,
[INFO] [stdout]    | |             ------- `data_id` is not local
[INFO] [stdout] ...  |
[INFO] [stdout] 38 | |     }
[INFO] [stdout]    | |     ^
[INFO] [stdout]    | |     |
[INFO] [stdout]    | |_____`QueryId` is not local
[INFO] [stdout]    |       move the `impl` block outside of this function `_impl_query_id_for_data_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/schema.rs:2:5
[INFO] [stdout]    |
[INFO] [stdout]  2 | /     table! {
[INFO] [stdout]  3 | |         use diesel::sql_types::*;
[INFO] [stdout]  4 | |         use crate::db::Geometry;
[INFO] [stdout] ...  |
[INFO] [stdout]  8 | |             iso -> Int8,
[INFO] [stdout]    | |             --- `iso` is not local
[INFO] [stdout] ...  |
[INFO] [stdout] 38 | |     }
[INFO] [stdout]    | |     ^
[INFO] [stdout]    | |     |
[INFO] [stdout]    | |_____`QueryId` is not local
[INFO] [stdout]    |       move the `impl` block outside of this function `_impl_query_id_for_iso`
[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/schema.rs:2:5
[INFO] [stdout]    |
[INFO] [stdout]  2 | /     table! {
[INFO] [stdout]  3 | |         use diesel::sql_types::*;
[INFO] [stdout]  4 | |         use crate::db::Geometry;
[INFO] [stdout] ...  |
[INFO] [stdout]  9 | |             event_id_cnty -> Varchar,
[INFO] [stdout]    | |             ------------- `event_id_cnty` is not local
[INFO] [stdout] ...  |
[INFO] [stdout] 38 | |     }
[INFO] [stdout]    | |     ^
[INFO] [stdout]    | |     |
[INFO] [stdout]    | |_____`QueryId` is not local
[INFO] [stdout]    |       move the `impl` block outside of this function `_impl_query_id_for_event_id_cnty`
[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/schema.rs:2:5
[INFO] [stdout]    |
[INFO] [stdout]  2 | /     table! {
[INFO] [stdout]  3 | |         use diesel::sql_types::*;
[INFO] [stdout]  4 | |         use crate::db::Geometry;
[INFO] [stdout] ...  |
[INFO] [stdout] 10 | |             event_id_no_cnty -> Int8,
[INFO] [stdout]    | |             ---------------- `event_id_no_cnty` is not local
[INFO] [stdout] ...  |
[INFO] [stdout] 38 | |     }
[INFO] [stdout]    | |     ^
[INFO] [stdout]    | |     |
[INFO] [stdout]    | |_____`QueryId` is not local
[INFO] [stdout]    |       move the `impl` block outside of this function `_impl_query_id_for_event_id_no_cnty`
[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/schema.rs:2:5
[INFO] [stdout]    |
[INFO] [stdout]  2 | /     table! {
[INFO] [stdout]  3 | |         use diesel::sql_types::*;
[INFO] [stdout]  4 | |         use crate::db::Geometry;
[INFO] [stdout] ...  |
[INFO] [stdout] 11 | |             event_date -> Date,
[INFO] [stdout]    | |             ---------- `event_date` is not local
[INFO] [stdout] ...  |
[INFO] [stdout] 38 | |     }
[INFO] [stdout]    | |     ^
[INFO] [stdout]    | |     |
[INFO] [stdout]    | |_____`QueryId` is not local
[INFO] [stdout]    |       move the `impl` block outside of this function `_impl_query_id_for_event_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/schema.rs:2:5
[INFO] [stdout]    |
[INFO] [stdout]  2 | /     table! {
[INFO] [stdout]  3 | |         use diesel::sql_types::*;
[INFO] [stdout]  4 | |         use crate::db::Geometry;
[INFO] [stdout] ...  |
[INFO] [stdout] 12 | |             year -> Int8,
[INFO] [stdout]    | |             ---- `year` is not local
[INFO] [stdout] ...  |
[INFO] [stdout] 38 | |     }
[INFO] [stdout]    | |     ^
[INFO] [stdout]    | |     |
[INFO] [stdout]    | |_____`QueryId` is not local
[INFO] [stdout]    |       move the `impl` block outside of this function `_impl_query_id_for_year`
[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/schema.rs:2:5
[INFO] [stdout]    |
[INFO] [stdout]  2 | /     table! {
[INFO] [stdout]  3 | |         use diesel::sql_types::*;
[INFO] [stdout]  4 | |         use crate::db::Geometry;
[INFO] [stdout] ...  |
[INFO] [stdout] 13 | |             time_precision -> Int8,
[INFO] [stdout]    | |             -------------- `time_precision` is not local
[INFO] [stdout] ...  |
[INFO] [stdout] 38 | |     }
[INFO] [stdout]    | |     ^
[INFO] [stdout]    | |     |
[INFO] [stdout]    | |_____`QueryId` is not local
[INFO] [stdout]    |       move the `impl` block outside of this function `_impl_query_id_for_time_precision`
[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/schema.rs:2:5
[INFO] [stdout]    |
[INFO] [stdout]  2 | /     table! {
[INFO] [stdout]  3 | |         use diesel::sql_types::*;
[INFO] [stdout]  4 | |         use crate::db::Geometry;
[INFO] [stdout] ...  |
[INFO] [stdout] 14 | |             event_type -> Varchar,
[INFO] [stdout]    | |             ---------- `event_type` is not local
[INFO] [stdout] ...  |
[INFO] [stdout] 38 | |     }
[INFO] [stdout]    | |     ^
[INFO] [stdout]    | |     |
[INFO] [stdout]    | |_____`QueryId` is not local
[INFO] [stdout]    |       move the `impl` block outside of this function `_impl_query_id_for_event_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/schema.rs:2:5
[INFO] [stdout]    |
[INFO] [stdout]  2 | /     table! {
[INFO] [stdout]  3 | |         use diesel::sql_types::*;
[INFO] [stdout]  4 | |         use crate::db::Geometry;
[INFO] [stdout] ...  |
[INFO] [stdout] 15 | |             sub_event_type -> Varchar,
[INFO] [stdout]    | |             -------------- `sub_event_type` is not local
[INFO] [stdout] ...  |
[INFO] [stdout] 38 | |     }
[INFO] [stdout]    | |     ^
[INFO] [stdout]    | |     |
[INFO] [stdout]    | |_____`QueryId` is not local
[INFO] [stdout]    |       move the `impl` block outside of this function `_impl_query_id_for_sub_event_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/schema.rs:2:5
[INFO] [stdout]    |
[INFO] [stdout]  2 | /     table! {
[INFO] [stdout]  3 | |         use diesel::sql_types::*;
[INFO] [stdout]  4 | |         use crate::db::Geometry;
[INFO] [stdout] ...  |
[INFO] [stdout] 16 | |             actor1 -> Varchar,
[INFO] [stdout]    | |             ------ `actor1` is not local
[INFO] [stdout] ...  |
[INFO] [stdout] 38 | |     }
[INFO] [stdout]    | |     ^
[INFO] [stdout]    | |     |
[INFO] [stdout]    | |_____`QueryId` is not local
[INFO] [stdout]    |       move the `impl` block outside of this function `_impl_query_id_for_actor1`
[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/schema.rs:2:5
[INFO] [stdout]    |
[INFO] [stdout]  2 | /     table! {
[INFO] [stdout]  3 | |         use diesel::sql_types::*;
[INFO] [stdout]  4 | |         use crate::db::Geometry;
[INFO] [stdout] ...  |
[INFO] [stdout] 17 | |             assoc_actor_1 -> Varchar,
[INFO] [stdout]    | |             ------------- `assoc_actor_1` is not local
[INFO] [stdout] ...  |
[INFO] [stdout] 38 | |     }
[INFO] [stdout]    | |     ^
[INFO] [stdout]    | |     |
[INFO] [stdout]    | |_____`QueryId` is not local
[INFO] [stdout]    |       move the `impl` block outside of this function `_impl_query_id_for_assoc_actor_1`
[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/schema.rs:2:5
[INFO] [stdout]    |
[INFO] [stdout]  2 | /     table! {
[INFO] [stdout]  3 | |         use diesel::sql_types::*;
[INFO] [stdout]  4 | |         use crate::db::Geometry;
[INFO] [stdout] ...  |
[INFO] [stdout] 18 | |             inter1 -> Int8,
[INFO] [stdout]    | |             ------ `inter1` is not local
[INFO] [stdout] ...  |
[INFO] [stdout] 38 | |     }
[INFO] [stdout]    | |     ^
[INFO] [stdout]    | |     |
[INFO] [stdout]    | |_____`QueryId` is not local
[INFO] [stdout]    |       move the `impl` block outside of this function `_impl_query_id_for_inter1`
[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/schema.rs:2:5
[INFO] [stdout]    |
[INFO] [stdout]  2 | /     table! {
[INFO] [stdout]  3 | |         use diesel::sql_types::*;
[INFO] [stdout]  4 | |         use crate::db::Geometry;
[INFO] [stdout] ...  |
[INFO] [stdout] 19 | |             actor2 -> Varchar,
[INFO] [stdout]    | |             ------ `actor2` is not local
[INFO] [stdout] ...  |
[INFO] [stdout] 38 | |     }
[INFO] [stdout]    | |     ^
[INFO] [stdout]    | |     |
[INFO] [stdout]    | |_____`QueryId` is not local
[INFO] [stdout]    |       move the `impl` block outside of this function `_impl_query_id_for_actor2`
[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/schema.rs:2:5
[INFO] [stdout]    |
[INFO] [stdout]  2 | /     table! {
[INFO] [stdout]  3 | |         use diesel::sql_types::*;
[INFO] [stdout]  4 | |         use crate::db::Geometry;
[INFO] [stdout] ...  |
[INFO] [stdout] 20 | |             assoc_actor_2 -> Varchar,
[INFO] [stdout]    | |             ------------- `assoc_actor_2` is not local
[INFO] [stdout] ...  |
[INFO] [stdout] 38 | |     }
[INFO] [stdout]    | |     ^
[INFO] [stdout]    | |     |
[INFO] [stdout]    | |_____`QueryId` is not local
[INFO] [stdout]    |       move the `impl` block outside of this function `_impl_query_id_for_assoc_actor_2`
[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/schema.rs:2:5
[INFO] [stdout]    |
[INFO] [stdout]  2 | /     table! {
[INFO] [stdout]  3 | |         use diesel::sql_types::*;
[INFO] [stdout]  4 | |         use crate::db::Geometry;
[INFO] [stdout] ...  |
[INFO] [stdout] 21 | |             inter2 -> Int8,
[INFO] [stdout]    | |             ------ `inter2` is not local
[INFO] [stdout] ...  |
[INFO] [stdout] 38 | |     }
[INFO] [stdout]    | |     ^
[INFO] [stdout]    | |     |
[INFO] [stdout]    | |_____`QueryId` is not local
[INFO] [stdout]    |       move the `impl` block outside of this function `_impl_query_id_for_inter2`
[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/schema.rs:2:5
[INFO] [stdout]    |
[INFO] [stdout]  2 | /     table! {
[INFO] [stdout]  3 | |         use diesel::sql_types::*;
[INFO] [stdout]  4 | |         use crate::db::Geometry;
[INFO] [stdout] ...  |
[INFO] [stdout] 22 | |             interaction -> Varchar,
[INFO] [stdout]    | |             ----------- `interaction` is not local
[INFO] [stdout] ...  |
[INFO] [stdout] 38 | |     }
[INFO] [stdout]    | |     ^
[INFO] [stdout]    | |     |
[INFO] [stdout]    | |_____`QueryId` is not local
[INFO] [stdout]    |       move the `impl` block outside of this function `_impl_query_id_for_interaction`
[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/schema.rs:2:5
[INFO] [stdout]    |
[INFO] [stdout]  2 | /     table! {
[INFO] [stdout]  3 | |         use diesel::sql_types::*;
[INFO] [stdout]  4 | |         use crate::db::Geometry;
[INFO] [stdout] ...  |
[INFO] [stdout] 23 | |             region -> Varchar,
[INFO] [stdout]    | |             ------ `region` is not local
[INFO] [stdout] ...  |
[INFO] [stdout] 38 | |     }
[INFO] [stdout]    | |     ^
[INFO] [stdout]    | |     |
[INFO] [stdout]    | |_____`QueryId` is not local
[INFO] [stdout]    |       move the `impl` block outside of this function `_impl_query_id_for_region`
[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/schema.rs:2:5
[INFO] [stdout]    |
[INFO] [stdout]  2 | /     table! {
[INFO] [stdout]  3 | |         use diesel::sql_types::*;
[INFO] [stdout]  4 | |         use crate::db::Geometry;
[INFO] [stdout] ...  |
[INFO] [stdout] 24 | |             country -> Varchar,
[INFO] [stdout]    | |             ------- `country` is not local
[INFO] [stdout] ...  |
[INFO] [stdout] 38 | |     }
[INFO] [stdout]    | |     ^
[INFO] [stdout]    | |     |
[INFO] [stdout]    | |_____`QueryId` is not local
[INFO] [stdout]    |       move the `impl` block outside of this function `_impl_query_id_for_country`
[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/schema.rs:2:5
[INFO] [stdout]    |
[INFO] [stdout]  2 | /     table! {
[INFO] [stdout]  3 | |         use diesel::sql_types::*;
[INFO] [stdout]  4 | |         use crate::db::Geometry;
[INFO] [stdout] ...  |
[INFO] [stdout] 25 | |             admin1 -> Varchar,
[INFO] [stdout]    | |             ------ `admin1` is not local
[INFO] [stdout] ...  |
[INFO] [stdout] 38 | |     }
[INFO] [stdout]    | |     ^
[INFO] [stdout]    | |     |
[INFO] [stdout]    | |_____`QueryId` is not local
[INFO] [stdout]    |       move the `impl` block outside of this function `_impl_query_id_for_admin1`
[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/schema.rs:2:5
[INFO] [stdout]    |
[INFO] [stdout]  2 | /     table! {
[INFO] [stdout]  3 | |         use diesel::sql_types::*;
[INFO] [stdout]  4 | |         use crate::db::Geometry;
[INFO] [stdout] ...  |
[INFO] [stdout] 26 | |             admin2 -> Varchar,
[INFO] [stdout]    | |             ------ `admin2` is not local
[INFO] [stdout] ...  |
[INFO] [stdout] 38 | |     }
[INFO] [stdout]    | |     ^
[INFO] [stdout]    | |     |
[INFO] [stdout]    | |_____`QueryId` is not local
[INFO] [stdout]    |       move the `impl` block outside of this function `_impl_query_id_for_admin2`
[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/schema.rs:2:5
[INFO] [stdout]    |
[INFO] [stdout]  2 | /     table! {
[INFO] [stdout]  3 | |         use diesel::sql_types::*;
[INFO] [stdout]  4 | |         use crate::db::Geometry;
[INFO] [stdout] ...  |
[INFO] [stdout] 27 | |             admin3 -> Varchar,
[INFO] [stdout]    | |             ------ `admin3` is not local
[INFO] [stdout] ...  |
[INFO] [stdout] 38 | |     }
[INFO] [stdout]    | |     ^
[INFO] [stdout]    | |     |
[INFO] [stdout]    | |_____`QueryId` is not local
[INFO] [stdout]    |       move the `impl` block outside of this function `_impl_query_id_for_admin3`
[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/schema.rs:2:5
[INFO] [stdout]    |
[INFO] [stdout]  2 | /     table! {
[INFO] [stdout]  3 | |         use diesel::sql_types::*;
[INFO] [stdout]  4 | |         use crate::db::Geometry;
[INFO] [stdout] ...  |
[INFO] [stdout] 28 | |             location -> Varchar,
[INFO] [stdout]    | |             -------- `location` is not local
[INFO] [stdout] ...  |
[INFO] [stdout] 38 | |     }
[INFO] [stdout]    | |     ^
[INFO] [stdout]    | |     |
[INFO] [stdout]    | |_____`QueryId` is not local
[INFO] [stdout]    |       move the `impl` block outside of this function `_impl_query_id_for_location`
[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/schema.rs:2:5
[INFO] [stdout]    |
[INFO] [stdout]  2 | /     table! {
[INFO] [stdout]  3 | |         use diesel::sql_types::*;
[INFO] [stdout]  4 | |         use crate::db::Geometry;
[INFO] [stdout] ...  |
[INFO] [stdout] 29 | |             geo_precision -> Int8,
[INFO] [stdout]    | |             ------------- `geo_precision` is not local
[INFO] [stdout] ...  |
[INFO] [stdout] 38 | |     }
[INFO] [stdout]    | |     ^
[INFO] [stdout]    | |     |
[INFO] [stdout]    | |_____`QueryId` is not local
[INFO] [stdout]    |       move the `impl` block outside of this function `_impl_query_id_for_geo_precision`
[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/schema.rs:2:5
[INFO] [stdout]    |
[INFO] [stdout]  2 | /     table! {
[INFO] [stdout]  3 | |         use diesel::sql_types::*;
[INFO] [stdout]  4 | |         use crate::db::Geometry;
[INFO] [stdout] ...  |
[INFO] [stdout] 30 | |             source -> Varchar,
[INFO] [stdout]    | |             ------ `source` is not local
[INFO] [stdout] ...  |
[INFO] [stdout] 38 | |     }
[INFO] [stdout]    | |     ^
[INFO] [stdout]    | |     |
[INFO] [stdout]    | |_____`QueryId` is not local
[INFO] [stdout]    |       move the `impl` block outside of this function `_impl_query_id_for_source`
[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/schema.rs:2:5
[INFO] [stdout]    |
[INFO] [stdout]  2 | /     table! {
[INFO] [stdout]  3 | |         use diesel::sql_types::*;
[INFO] [stdout]  4 | |         use crate::db::Geometry;
[INFO] [stdout] ...  |
[INFO] [stdout] 31 | |             source_scale -> Varchar,
[INFO] [stdout]    | |             ------------ `source_scale` is not local
[INFO] [stdout] ...  |
[INFO] [stdout] 38 | |     }
[INFO] [stdout]    | |     ^
[INFO] [stdout]    | |     |
[INFO] [stdout]    | |_____`QueryId` is not local
[INFO] [stdout]    |       move the `impl` block outside of this function `_impl_query_id_for_source_scale`
[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/schema.rs:2:5
[INFO] [stdout]    |
[INFO] [stdout]  2 | /     table! {
[INFO] [stdout]  3 | |         use diesel::sql_types::*;
[INFO] [stdout]  4 | |         use crate::db::Geometry;
[INFO] [stdout] ...  |
[INFO] [stdout] 32 | |             notes -> Varchar,
[INFO] [stdout]    | |             ----- `notes` is not local
[INFO] [stdout] ...  |
[INFO] [stdout] 38 | |     }
[INFO] [stdout]    | |     ^
[INFO] [stdout]    | |     |
[INFO] [stdout]    | |_____`QueryId` is not local
[INFO] [stdout]    |       move the `impl` block outside of this function `_impl_query_id_for_notes`
[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/schema.rs:2:5
[INFO] [stdout]    |
[INFO] [stdout]  2 | /     table! {
[INFO] [stdout]  3 | |         use diesel::sql_types::*;
[INFO] [stdout]  4 | |         use crate::db::Geometry;
[INFO] [stdout] ...  |
[INFO] [stdout] 33 | |             fatalities -> Int8,
[INFO] [stdout]    | |             ---------- `fatalities` is not local
[INFO] [stdout] ...  |
[INFO] [stdout] 38 | |     }
[INFO] [stdout]    | |     ^
[INFO] [stdout]    | |     |
[INFO] [stdout]    | |_____`QueryId` is not local
[INFO] [stdout]    |       move the `impl` block outside of this function `_impl_query_id_for_fatalities`
[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/schema.rs:2:5
[INFO] [stdout]    |
[INFO] [stdout]  2 | /     table! {
[INFO] [stdout]  3 | |         use diesel::sql_types::*;
[INFO] [stdout]  4 | |         use crate::db::Geometry;
[INFO] [stdout] ...  |
[INFO] [stdout] 34 | |             timestamp -> Int8,
[INFO] [stdout]    | |             --------- `timestamp` is not local
[INFO] [stdout] ...  |
[INFO] [stdout] 38 | |     }
[INFO] [stdout]    | |     ^
[INFO] [stdout]    | |     |
[INFO] [stdout]    | |_____`QueryId` is not local
[INFO] [stdout]    |       move the `impl` block outside of this function `_impl_query_id_for_timestamp`
[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/schema.rs:2:5
[INFO] [stdout]    |
[INFO] [stdout]  2 | /     table! {
[INFO] [stdout]  3 | |         use diesel::sql_types::*;
[INFO] [stdout]  4 | |         use crate::db::Geometry;
[INFO] [stdout] ...  |
[INFO] [stdout] 35 | |             iso3 -> Varchar,
[INFO] [stdout]    | |             ---- `iso3` is not local
[INFO] [stdout] ...  |
[INFO] [stdout] 38 | |     }
[INFO] [stdout]    | |     ^
[INFO] [stdout]    | |     |
[INFO] [stdout]    | |_____`QueryId` is not local
[INFO] [stdout]    |       move the `impl` block outside of this function `_impl_query_id_for_iso3`
[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/schema.rs:2:5
[INFO] [stdout]    |
[INFO] [stdout]  2 | /     table! {
[INFO] [stdout]  3 | |         use diesel::sql_types::*;
[INFO] [stdout]  4 | |         use crate::db::Geometry;
[INFO] [stdout] ...  |
[INFO] [stdout] 36 | |             geom -> Geometry,
[INFO] [stdout]    | |             ---- `geom` is not local
[INFO] [stdout] 37 | |         }
[INFO] [stdout] 38 | |     }
[INFO] [stdout]    | |     ^
[INFO] [stdout]    | |     |
[INFO] [stdout]    | |_____`QueryId` is not local
[INFO] [stdout]    |       move the `impl` block outside of this function `_impl_query_id_for_geom`
[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] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 39.70s
[INFO] running `Command { std: "docker" "inspect" "c27098775e0f489690ab3c1ae4578588b5045b41c4b74230d534884994e25d33", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "c27098775e0f489690ab3c1ae4578588b5045b41c4b74230d534884994e25d33", kill_on_drop: false }`
[INFO] [stdout] c27098775e0f489690ab3c1ae4578588b5045b41c4b74230d534884994e25d33
