Nov 27 22:45:36.999 INFO checking pimeys/t1-dashboard against master#0b9f19dff1347e29bf4362ab5a8fab84b43023b5 for pr-56074 Nov 27 22:45:37.001 INFO running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/pr-56074/worker-1/master#0b9f19dff1347e29bf4362ab5a8fab84b43023b5:/target:rw,Z" "-v" "/mnt/big/crater/work/local/test-source/worker-1/pr-56074/master#0b9f19dff1347e29bf4362ab5a8fab84b43023b5:/source:ro,Z" "-v" "/mnt/big/crater/work/local/cargo-home:/cargo-home:ro,Z" "-v" "/mnt/big/crater/work/local/rustup-home:/rustup-home:ro,Z" "-e" "USER_ID=1000" "-e" "SOURCE_DIR=/source" "-e" "USER_ID=1000" "-e" "CMD=cargo +0b9f19dff1347e29bf4362ab5a8fab84b43023b5-alt check --frozen --all --all-targets" "-e" "CARGO_TARGET_DIR=/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/cargo-home" "-e" "RUSTUP_HOME=/rustup-home" "-m" "1536M" "--network" "none" "crater"` Nov 27 22:45:37.480 INFO [stdout] 5bcc7a81c519f8a584991ee801e07afdb397c867d70c623a79554a9b76471f92 Nov 27 22:45:37.482 INFO running `"docker" "start" "-a" "5bcc7a81c519f8a584991ee801e07afdb397c867d70c623a79554a9b76471f92"` Nov 27 22:45:39.442 INFO [stderr] usermod: no changes Nov 27 22:45:39.872 INFO [stderr] Checking termcolor v1.0.3 Nov 27 22:45:39.872 INFO [stderr] Checking ipnetwork v0.12.8 Nov 27 22:45:39.892 INFO [stderr] Checking uuid v0.6.5 Nov 27 22:45:39.892 INFO [stderr] Checking mio v0.6.16 Nov 27 22:45:39.892 INFO [stderr] Checking want v0.0.6 Nov 27 22:45:39.900 INFO [stderr] Checking tokio-io v0.1.8 Nov 27 22:45:39.900 INFO [stderr] Checking input_buffer v0.2.0 Nov 27 22:45:39.900 INFO [stderr] Checking num-bigint v0.1.44 Nov 27 22:45:41.865 INFO [stderr] Checking chrono v0.4.6 Nov 27 22:45:42.204 INFO [stderr] Checking sha-1 v0.7.0 Nov 27 22:45:42.701 INFO [stderr] Checking tokio-threadpool v0.1.6 Nov 27 22:45:43.508 INFO [stderr] Checking env_logger v0.5.13 Nov 27 22:45:43.981 INFO [stderr] Checking tungstenite v0.6.0 Nov 27 22:45:44.868 INFO [stderr] Checking tokio-codec v0.1.0 Nov 27 22:45:44.868 INFO [stderr] Checking h2 v0.1.12 Nov 27 22:45:48.685 INFO [stderr] Checking pretty_env_logger v0.2.4 Nov 27 22:45:50.439 INFO [stderr] Checking tokio-reactor v0.1.5 Nov 27 22:45:50.442 INFO [stderr] Checking mio-uds v0.6.7 Nov 27 22:45:52.793 INFO [stderr] Checking num v0.1.42 Nov 27 22:45:52.925 INFO [stderr] Checking tokio-fs v0.1.3 Nov 27 22:45:54.140 INFO [stderr] Checking bigdecimal v0.0.11 Nov 27 22:45:56.108 INFO [stderr] Checking tokio-uds v0.2.1 Nov 27 22:45:56.108 INFO [stderr] Checking tokio-udp v0.1.2 Nov 27 22:45:56.108 INFO [stderr] Checking tokio-tcp v0.1.1 Nov 27 22:45:56.734 INFO [stderr] Checking diesel v1.3.2 Nov 27 22:45:59.653 INFO [stderr] Checking tokio v0.1.8 Nov 27 22:46:02.116 INFO [stderr] Checking hyper v0.12.9 Nov 27 22:46:08.924 INFO [stderr] Checking warp v0.1.3 Nov 27 22:46:45.180 INFO [stderr] Checking r2d2-diesel v1.0.0 Nov 27 22:46:45.976 INFO [stderr] Checking t1-dashboard v0.1.0 (/source) Nov 27 22:46:48.964 INFO [stderr] warning: unused `#[macro_use]` import Nov 27 22:46:48.964 INFO [stderr] --> src/main.rs:2:1 Nov 27 22:46:48.964 INFO [stderr] | Nov 27 22:46:48.964 INFO [stderr] 2 | #[macro_use] extern crate log; Nov 27 22:46:48.964 INFO [stderr] | ^^^^^^^^^^^^ Nov 27 22:46:48.964 INFO [stderr] | Nov 27 22:46:48.964 INFO [stderr] = note: #[warn(unused_imports)] on by default Nov 27 22:46:48.964 INFO [stderr] Nov 27 22:46:48.964 INFO [stderr] warning: unused `#[macro_use]` import Nov 27 22:46:48.964 INFO [stderr] --> src/main.rs:3:1 Nov 27 22:46:48.964 INFO [stderr] | Nov 27 22:46:48.964 INFO [stderr] 3 | #[macro_use] extern crate diesel_derives; Nov 27 22:46:48.964 INFO [stderr] | ^^^^^^^^^^^^ Nov 27 22:46:48.964 INFO [stderr] Nov 27 22:46:48.964 INFO [stderr] warning: cannot find type `table` in this scope Nov 27 22:46:48.964 INFO [stderr] --> <::diesel::macros::table_body macros>:165:33 Nov 27 22:46:48.964 INFO [stderr] | Nov 27 22:46:48.964 INFO [stderr] 165 | derive ( Debug , Clone , Copy , QueryId ) ] /// The actual table struct Nov 27 22:46:48.964 INFO [stderr] | ^^^^^^^ names from parent modules are not accessible without an explicit import Nov 27 22:46:48.964 INFO [stderr] | Nov 27 22:46:48.964 INFO [stderr] = note: #[warn(proc_macro_derive_resolution_fallback)] on by default Nov 27 22:46:48.964 INFO [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Nov 27 22:46:48.964 INFO [stderr] = note: for more information, see issue #50504 Nov 27 22:46:48.964 INFO [stderr] Nov 27 22:46:48.964 INFO [stderr] warning: cannot find type `table` in this scope Nov 27 22:46:48.964 INFO [stderr] --> <::diesel::macros::table_body macros>:165:33 Nov 27 22:46:48.964 INFO [stderr] | Nov 27 22:46:48.964 INFO [stderr] 165 | derive ( Debug , Clone , Copy , QueryId ) ] /// The actual table struct Nov 27 22:46:48.964 INFO [stderr] | ^^^^^^^ names from parent modules are not accessible without an explicit import Nov 27 22:46:48.964 INFO [stderr] | Nov 27 22:46:48.964 INFO [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Nov 27 22:46:48.964 INFO [stderr] = note: for more information, see issue #50504 Nov 27 22:46:48.964 INFO [stderr] Nov 27 22:46:48.964 INFO [stderr] warning: cannot find type `id` in this scope Nov 27 22:46:48.964 INFO [stderr] --> <::diesel::macros::__diesel_column macros>:5:33 Nov 27 22:46:48.964 INFO [stderr] | Nov 27 22:46:48.972 INFO [stderr] 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Nov 27 22:46:48.972 INFO [stderr] | ^^^^^^^ names from parent modules are not accessible without an explicit import Nov 27 22:46:48.972 INFO [stderr] | Nov 27 22:46:48.972 INFO [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Nov 27 22:46:48.972 INFO [stderr] = note: for more information, see issue #50504 Nov 27 22:46:48.972 INFO [stderr] Nov 27 22:46:48.972 INFO [stderr] warning: cannot find type `date` in this scope Nov 27 22:46:48.972 INFO [stderr] --> <::diesel::macros::__diesel_column macros>:5:33 Nov 27 22:46:48.972 INFO [stderr] | Nov 27 22:46:48.972 INFO [stderr] 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Nov 27 22:46:48.972 INFO [stderr] | ^^^^^^^ names from parent modules are not accessible without an explicit import Nov 27 22:46:48.972 INFO [stderr] | Nov 27 22:46:48.972 INFO [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Nov 27 22:46:48.972 INFO [stderr] = note: for more information, see issue #50504 Nov 27 22:46:48.972 INFO [stderr] Nov 27 22:46:48.972 INFO [stderr] warning: cannot find type `entry_type` in this scope Nov 27 22:46:48.972 INFO [stderr] --> <::diesel::macros::__diesel_column macros>:5:33 Nov 27 22:46:48.972 INFO [stderr] | Nov 27 22:46:48.972 INFO [stderr] 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Nov 27 22:46:48.972 INFO [stderr] | ^^^^^^^ names from parent modules are not accessible without an explicit import Nov 27 22:46:48.972 INFO [stderr] | Nov 27 22:46:48.972 INFO [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Nov 27 22:46:48.972 INFO [stderr] = note: for more information, see issue #50504 Nov 27 22:46:48.972 INFO [stderr] Nov 27 22:46:48.972 INFO [stderr] warning: cannot find type `sgv` in this scope Nov 27 22:46:48.972 INFO [stderr] --> <::diesel::macros::__diesel_column macros>:5:33 Nov 27 22:46:48.972 INFO [stderr] | Nov 27 22:46:48.972 INFO [stderr] 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Nov 27 22:46:48.972 INFO [stderr] | ^^^^^^^ names from parent modules are not accessible without an explicit import Nov 27 22:46:48.972 INFO [stderr] | Nov 27 22:46:48.972 INFO [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Nov 27 22:46:48.972 INFO [stderr] = note: for more information, see issue #50504 Nov 27 22:46:48.972 INFO [stderr] Nov 27 22:46:48.972 INFO [stderr] warning: cannot find type `direction` in this scope Nov 27 22:46:48.972 INFO [stderr] --> <::diesel::macros::__diesel_column macros>:5:33 Nov 27 22:46:48.972 INFO [stderr] | Nov 27 22:46:48.972 INFO [stderr] 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Nov 27 22:46:48.972 INFO [stderr] | ^^^^^^^ names from parent modules are not accessible without an explicit import Nov 27 22:46:48.972 INFO [stderr] | Nov 27 22:46:48.972 INFO [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Nov 27 22:46:48.972 INFO [stderr] = note: for more information, see issue #50504 Nov 27 22:46:48.972 INFO [stderr] Nov 27 22:46:48.972 INFO [stderr] warning: cannot find type `noise` in this scope Nov 27 22:46:48.972 INFO [stderr] --> <::diesel::macros::__diesel_column macros>:5:33 Nov 27 22:46:48.972 INFO [stderr] | Nov 27 22:46:48.973 INFO [stderr] 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Nov 27 22:46:48.973 INFO [stderr] | ^^^^^^^ names from parent modules are not accessible without an explicit import Nov 27 22:46:48.973 INFO [stderr] | Nov 27 22:46:48.973 INFO [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Nov 27 22:46:48.973 INFO [stderr] = note: for more information, see issue #50504 Nov 27 22:46:48.973 INFO [stderr] Nov 27 22:46:48.973 INFO [stderr] warning: cannot find type `filtered` in this scope Nov 27 22:46:48.973 INFO [stderr] --> <::diesel::macros::__diesel_column macros>:5:33 Nov 27 22:46:48.973 INFO [stderr] | Nov 27 22:46:48.973 INFO [stderr] 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Nov 27 22:46:48.973 INFO [stderr] | ^^^^^^^ names from parent modules are not accessible without an explicit import Nov 27 22:46:48.973 INFO [stderr] | Nov 27 22:46:48.973 INFO [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Nov 27 22:46:48.973 INFO [stderr] = note: for more information, see issue #50504 Nov 27 22:46:48.973 INFO [stderr] Nov 27 22:46:48.973 INFO [stderr] warning: cannot find type `unfiltered` in this scope Nov 27 22:46:48.973 INFO [stderr] --> <::diesel::macros::__diesel_column macros>:5:33 Nov 27 22:46:48.973 INFO [stderr] | Nov 27 22:46:48.973 INFO [stderr] 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Nov 27 22:46:48.973 INFO [stderr] | ^^^^^^^ names from parent modules are not accessible without an explicit import Nov 27 22:46:48.973 INFO [stderr] | Nov 27 22:46:48.973 INFO [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Nov 27 22:46:48.973 INFO [stderr] = note: for more information, see issue #50504 Nov 27 22:46:48.973 INFO [stderr] Nov 27 22:46:48.973 INFO [stderr] warning: cannot find type `rssi` in this scope Nov 27 22:46:48.973 INFO [stderr] --> <::diesel::macros::__diesel_column macros>:5:33 Nov 27 22:46:48.973 INFO [stderr] | Nov 27 22:46:48.973 INFO [stderr] 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Nov 27 22:46:48.973 INFO [stderr] | ^^^^^^^ names from parent modules are not accessible without an explicit import Nov 27 22:46:48.973 INFO [stderr] | Nov 27 22:46:48.973 INFO [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Nov 27 22:46:48.973 INFO [stderr] = note: for more information, see issue #50504 Nov 27 22:46:48.973 INFO [stderr] Nov 27 22:46:48.973 INFO [stderr] warning: cannot find type `DateTime` in this scope Nov 27 22:46:48.973 INFO [stderr] --> src/models.rs:5:41 Nov 27 22:46:48.973 INFO [stderr] | Nov 27 22:46:48.973 INFO [stderr] 5 | #[derive(Deserialize, Serialize, Debug, Queryable, Insertable)] Nov 27 22:46:48.973 INFO [stderr] | ^^^^^^^^^ names from parent modules are not accessible without an explicit import Nov 27 22:46:48.973 INFO [stderr] | Nov 27 22:46:48.973 INFO [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Nov 27 22:46:48.973 INFO [stderr] = note: for more information, see issue #50504 Nov 27 22:46:48.973 INFO [stderr] Nov 27 22:46:48.973 INFO [stderr] warning: cannot find type `Utc` in this scope Nov 27 22:46:48.976 INFO [stderr] --> src/models.rs:5:41 Nov 27 22:46:48.976 INFO [stderr] | Nov 27 22:46:48.976 INFO [stderr] 5 | #[derive(Deserialize, Serialize, Debug, Queryable, Insertable)] Nov 27 22:46:48.976 INFO [stderr] | ^^^^^^^^^ names from parent modules are not accessible without an explicit import Nov 27 22:46:48.976 INFO [stderr] | Nov 27 22:46:48.976 INFO [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Nov 27 22:46:48.976 INFO [stderr] = note: for more information, see issue #50504 Nov 27 22:46:48.976 INFO [stderr] Nov 27 22:46:48.976 INFO [stderr] warning: cannot find type `Entry` in this scope Nov 27 22:46:48.976 INFO [stderr] --> src/models.rs:5:41 Nov 27 22:46:48.976 INFO [stderr] | Nov 27 22:46:48.976 INFO [stderr] 5 | #[derive(Deserialize, Serialize, Debug, Queryable, Insertable)] Nov 27 22:46:48.976 INFO [stderr] | ^^^^^^^^^ names from parent modules are not accessible without an explicit import Nov 27 22:46:48.976 INFO [stderr] | Nov 27 22:46:48.976 INFO [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Nov 27 22:46:48.976 INFO [stderr] = note: for more information, see issue #50504 Nov 27 22:46:48.976 INFO [stderr] Nov 27 22:46:48.976 INFO [stderr] warning: cannot find type `entries` in this scope Nov 27 22:46:48.976 INFO [stderr] --> src/models.rs:5:52 Nov 27 22:46:48.976 INFO [stderr] | Nov 27 22:46:48.976 INFO [stderr] 5 | #[derive(Deserialize, Serialize, Debug, Queryable, Insertable)] Nov 27 22:46:48.976 INFO [stderr] | ^^^^^^^^^^ names from parent modules are not accessible without an explicit import Nov 27 22:46:48.976 INFO [stderr] | Nov 27 22:46:48.976 INFO [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Nov 27 22:46:48.976 INFO [stderr] = note: for more information, see issue #50504 Nov 27 22:46:48.976 INFO [stderr] Nov 27 22:46:48.976 INFO [stderr] warning: cannot find type `Entry` in this scope Nov 27 22:46:48.976 INFO [stderr] --> src/models.rs:5:52 Nov 27 22:46:48.976 INFO [stderr] | Nov 27 22:46:48.976 INFO [stderr] 5 | #[derive(Deserialize, Serialize, Debug, Queryable, Insertable)] Nov 27 22:46:48.976 INFO [stderr] | ^^^^^^^^^^ names from parent modules are not accessible without an explicit import Nov 27 22:46:48.976 INFO [stderr] | Nov 27 22:46:48.976 INFO [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Nov 27 22:46:48.976 INFO [stderr] = note: for more information, see issue #50504 Nov 27 22:46:48.976 INFO [stderr] Nov 27 22:46:48.976 INFO [stderr] warning: cannot find type `DateTime` in this scope Nov 27 22:46:48.976 INFO [stderr] --> src/models.rs:5:52 Nov 27 22:46:48.976 INFO [stderr] | Nov 27 22:46:48.976 INFO [stderr] 5 | #[derive(Deserialize, Serialize, Debug, Queryable, Insertable)] Nov 27 22:46:48.976 INFO [stderr] | ^^^^^^^^^^ names from parent modules are not accessible without an explicit import Nov 27 22:46:48.976 INFO [stderr] | Nov 27 22:46:48.976 INFO [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Nov 27 22:46:48.976 INFO [stderr] = note: for more information, see issue #50504 Nov 27 22:46:48.976 INFO [stderr] Nov 27 22:46:48.977 INFO [stderr] warning: cannot find type `Utc` in this scope Nov 27 22:46:48.977 INFO [stderr] --> src/models.rs:5:52 Nov 27 22:46:48.977 INFO [stderr] | Nov 27 22:46:48.977 INFO [stderr] 5 | #[derive(Deserialize, Serialize, Debug, Queryable, Insertable)] Nov 27 22:46:48.977 INFO [stderr] | ^^^^^^^^^^ names from parent modules are not accessible without an explicit import Nov 27 22:46:48.977 INFO [stderr] | Nov 27 22:46:48.977 INFO [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Nov 27 22:46:48.977 INFO [stderr] = note: for more information, see issue #50504 Nov 27 22:46:48.977 INFO [stderr] Nov 27 22:46:48.984 INFO [stderr] warning: unused import: `dsl::*` Nov 27 22:46:48.984 INFO [stderr] --> src/main.rs:28:21 Nov 27 22:46:48.984 INFO [stderr] | Nov 27 22:46:48.984 INFO [stderr] 28 | entries::{self, dsl::*}, Nov 27 22:46:48.984 INFO [stderr] | ^^^^^^ Nov 27 22:46:48.984 INFO [stderr] Nov 27 22:46:49.378 INFO [stderr] warning: unused `#[macro_use]` import Nov 27 22:46:49.379 INFO [stderr] --> src/main.rs:2:1 Nov 27 22:46:49.379 INFO [stderr] | Nov 27 22:46:49.379 INFO [stderr] 2 | #[macro_use] extern crate log; Nov 27 22:46:49.380 INFO [stderr] | ^^^^^^^^^^^^ Nov 27 22:46:49.380 INFO [stderr] | Nov 27 22:46:49.381 INFO [stderr] = note: #[warn(unused_imports)] on by default Nov 27 22:46:49.382 INFO [stderr] Nov 27 22:46:49.382 INFO [stderr] warning: unused `#[macro_use]` import Nov 27 22:46:49.383 INFO [stderr] --> src/main.rs:3:1 Nov 27 22:46:49.384 INFO [stderr] | Nov 27 22:46:49.384 INFO [stderr] 3 | #[macro_use] extern crate diesel_derives; Nov 27 22:46:49.385 INFO [stderr] | ^^^^^^^^^^^^ Nov 27 22:46:49.385 INFO [stderr] Nov 27 22:46:49.386 INFO [stderr] warning: cannot find type `table` in this scope Nov 27 22:46:49.386 INFO [stderr] --> <::diesel::macros::table_body macros>:165:33 Nov 27 22:46:49.387 INFO [stderr] | Nov 27 22:46:49.388 INFO [stderr] 165 | derive ( Debug , Clone , Copy , QueryId ) ] /// The actual table struct Nov 27 22:46:49.388 INFO [stderr] | ^^^^^^^ names from parent modules are not accessible without an explicit import Nov 27 22:46:49.388 INFO [stderr] | Nov 27 22:46:49.388 INFO [stderr] = note: #[warn(proc_macro_derive_resolution_fallback)] on by default Nov 27 22:46:49.388 INFO [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Nov 27 22:46:49.388 INFO [stderr] = note: for more information, see issue #50504 Nov 27 22:46:49.388 INFO [stderr] Nov 27 22:46:49.388 INFO [stderr] warning: cannot find type `table` in this scope Nov 27 22:46:49.388 INFO [stderr] --> <::diesel::macros::table_body macros>:165:33 Nov 27 22:46:49.388 INFO [stderr] | Nov 27 22:46:49.388 INFO [stderr] 165 | derive ( Debug , Clone , Copy , QueryId ) ] /// The actual table struct Nov 27 22:46:49.388 INFO [stderr] | ^^^^^^^ names from parent modules are not accessible without an explicit import Nov 27 22:46:49.388 INFO [stderr] | Nov 27 22:46:49.388 INFO [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Nov 27 22:46:49.388 INFO [stderr] = note: for more information, see issue #50504 Nov 27 22:46:49.388 INFO [stderr] Nov 27 22:46:49.388 INFO [stderr] warning: cannot find type `id` in this scope Nov 27 22:46:49.388 INFO [stderr] --> <::diesel::macros::__diesel_column macros>:5:33 Nov 27 22:46:49.388 INFO [stderr] | Nov 27 22:46:49.388 INFO [stderr] 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Nov 27 22:46:49.388 INFO [stderr] | ^^^^^^^ names from parent modules are not accessible without an explicit import Nov 27 22:46:49.388 INFO [stderr] | Nov 27 22:46:49.388 INFO [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Nov 27 22:46:49.388 INFO [stderr] = note: for more information, see issue #50504 Nov 27 22:46:49.388 INFO [stderr] Nov 27 22:46:49.388 INFO [stderr] warning: cannot find type `date` in this scope Nov 27 22:46:49.388 INFO [stderr] --> <::diesel::macros::__diesel_column macros>:5:33 Nov 27 22:46:49.388 INFO [stderr] | Nov 27 22:46:49.388 INFO [stderr] 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Nov 27 22:46:49.388 INFO [stderr] | ^^^^^^^ names from parent modules are not accessible without an explicit import Nov 27 22:46:49.388 INFO [stderr] | Nov 27 22:46:49.388 INFO [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Nov 27 22:46:49.388 INFO [stderr] = note: for more information, see issue #50504 Nov 27 22:46:49.388 INFO [stderr] Nov 27 22:46:49.388 INFO [stderr] warning: cannot find type `entry_type` in this scope Nov 27 22:46:49.388 INFO [stderr] --> <::diesel::macros::__diesel_column macros>:5:33 Nov 27 22:46:49.388 INFO [stderr] | Nov 27 22:46:49.388 INFO [stderr] 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Nov 27 22:46:49.388 INFO [stderr] | ^^^^^^^ names from parent modules are not accessible without an explicit import Nov 27 22:46:49.388 INFO [stderr] | Nov 27 22:46:49.388 INFO [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Nov 27 22:46:49.388 INFO [stderr] = note: for more information, see issue #50504 Nov 27 22:46:49.388 INFO [stderr] Nov 27 22:46:49.388 INFO [stderr] warning: cannot find type `sgv` in this scope Nov 27 22:46:49.388 INFO [stderr] --> <::diesel::macros::__diesel_column macros>:5:33 Nov 27 22:46:49.388 INFO [stderr] | Nov 27 22:46:49.388 INFO [stderr] 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Nov 27 22:46:49.388 INFO [stderr] | ^^^^^^^ names from parent modules are not accessible without an explicit import Nov 27 22:46:49.388 INFO [stderr] | Nov 27 22:46:49.388 INFO [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Nov 27 22:46:49.388 INFO [stderr] = note: for more information, see issue #50504 Nov 27 22:46:49.388 INFO [stderr] Nov 27 22:46:49.388 INFO [stderr] warning: cannot find type `direction` in this scope Nov 27 22:46:49.388 INFO [stderr] --> <::diesel::macros::__diesel_column macros>:5:33 Nov 27 22:46:49.388 INFO [stderr] | Nov 27 22:46:49.388 INFO [stderr] 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Nov 27 22:46:49.388 INFO [stderr] | ^^^^^^^ names from parent modules are not accessible without an explicit import Nov 27 22:46:49.388 INFO [stderr] | Nov 27 22:46:49.388 INFO [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Nov 27 22:46:49.388 INFO [stderr] = note: for more information, see issue #50504 Nov 27 22:46:49.388 INFO [stderr] Nov 27 22:46:49.388 INFO [stderr] warning: cannot find type `noise` in this scope Nov 27 22:46:49.388 INFO [stderr] --> <::diesel::macros::__diesel_column macros>:5:33 Nov 27 22:46:49.388 INFO [stderr] | Nov 27 22:46:49.388 INFO [stderr] 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Nov 27 22:46:49.388 INFO [stderr] | ^^^^^^^ names from parent modules are not accessible without an explicit import Nov 27 22:46:49.388 INFO [stderr] | Nov 27 22:46:49.388 INFO [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Nov 27 22:46:49.388 INFO [stderr] = note: for more information, see issue #50504 Nov 27 22:46:49.388 INFO [stderr] Nov 27 22:46:49.389 INFO [stderr] warning: cannot find type `filtered` in this scope Nov 27 22:46:49.389 INFO [stderr] --> <::diesel::macros::__diesel_column macros>:5:33 Nov 27 22:46:49.389 INFO [stderr] | Nov 27 22:46:49.389 INFO [stderr] 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Nov 27 22:46:49.389 INFO [stderr] | ^^^^^^^ names from parent modules are not accessible without an explicit import Nov 27 22:46:49.389 INFO [stderr] | Nov 27 22:46:49.389 INFO [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Nov 27 22:46:49.389 INFO [stderr] = note: for more information, see issue #50504 Nov 27 22:46:49.389 INFO [stderr] Nov 27 22:46:49.389 INFO [stderr] warning: cannot find type `unfiltered` in this scope Nov 27 22:46:49.389 INFO [stderr] --> <::diesel::macros::__diesel_column macros>:5:33 Nov 27 22:46:49.389 INFO [stderr] | Nov 27 22:46:49.389 INFO [stderr] 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Nov 27 22:46:49.389 INFO [stderr] | ^^^^^^^ names from parent modules are not accessible without an explicit import Nov 27 22:46:49.389 INFO [stderr] | Nov 27 22:46:49.389 INFO [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Nov 27 22:46:49.389 INFO [stderr] = note: for more information, see issue #50504 Nov 27 22:46:49.389 INFO [stderr] Nov 27 22:46:49.389 INFO [stderr] warning: cannot find type `rssi` in this scope Nov 27 22:46:49.389 INFO [stderr] --> <::diesel::macros::__diesel_column macros>:5:33 Nov 27 22:46:49.389 INFO [stderr] | Nov 27 22:46:49.389 INFO [stderr] 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Nov 27 22:46:49.389 INFO [stderr] | ^^^^^^^ names from parent modules are not accessible without an explicit import Nov 27 22:46:49.389 INFO [stderr] | Nov 27 22:46:49.389 INFO [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Nov 27 22:46:49.389 INFO [stderr] = note: for more information, see issue #50504 Nov 27 22:46:49.389 INFO [stderr] Nov 27 22:46:49.389 INFO [stderr] warning: cannot find type `DateTime` in this scope Nov 27 22:46:49.389 INFO [stderr] --> src/models.rs:5:41 Nov 27 22:46:49.389 INFO [stderr] | Nov 27 22:46:49.389 INFO [stderr] 5 | #[derive(Deserialize, Serialize, Debug, Queryable, Insertable)] Nov 27 22:46:49.389 INFO [stderr] | ^^^^^^^^^ names from parent modules are not accessible without an explicit import Nov 27 22:46:49.389 INFO [stderr] | Nov 27 22:46:49.389 INFO [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Nov 27 22:46:49.389 INFO [stderr] = note: for more information, see issue #50504 Nov 27 22:46:49.389 INFO [stderr] Nov 27 22:46:49.389 INFO [stderr] warning: cannot find type `Utc` in this scope Nov 27 22:46:49.389 INFO [stderr] --> src/models.rs:5:41 Nov 27 22:46:49.389 INFO [stderr] | Nov 27 22:46:49.389 INFO [stderr] 5 | #[derive(Deserialize, Serialize, Debug, Queryable, Insertable)] Nov 27 22:46:49.389 INFO [stderr] | ^^^^^^^^^ names from parent modules are not accessible without an explicit import Nov 27 22:46:49.389 INFO [stderr] | Nov 27 22:46:49.389 INFO [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Nov 27 22:46:49.389 INFO [stderr] = note: for more information, see issue #50504 Nov 27 22:46:49.389 INFO [stderr] Nov 27 22:46:49.389 INFO [stderr] warning: cannot find type `Entry` in this scope Nov 27 22:46:49.389 INFO [stderr] --> src/models.rs:5:41 Nov 27 22:46:49.389 INFO [stderr] | Nov 27 22:46:49.389 INFO [stderr] 5 | #[derive(Deserialize, Serialize, Debug, Queryable, Insertable)] Nov 27 22:46:49.389 INFO [stderr] | ^^^^^^^^^ names from parent modules are not accessible without an explicit import Nov 27 22:46:49.389 INFO [stderr] | Nov 27 22:46:49.389 INFO [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Nov 27 22:46:49.389 INFO [stderr] = note: for more information, see issue #50504 Nov 27 22:46:49.389 INFO [stderr] Nov 27 22:46:49.389 INFO [stderr] warning: cannot find type `entries` in this scope Nov 27 22:46:49.389 INFO [stderr] --> src/models.rs:5:52 Nov 27 22:46:49.389 INFO [stderr] | Nov 27 22:46:49.389 INFO [stderr] 5 | #[derive(Deserialize, Serialize, Debug, Queryable, Insertable)] Nov 27 22:46:49.389 INFO [stderr] | ^^^^^^^^^^ names from parent modules are not accessible without an explicit import Nov 27 22:46:49.389 INFO [stderr] | Nov 27 22:46:49.389 INFO [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Nov 27 22:46:49.389 INFO [stderr] = note: for more information, see issue #50504 Nov 27 22:46:49.389 INFO [stderr] Nov 27 22:46:49.389 INFO [stderr] warning: cannot find type `Entry` in this scope Nov 27 22:46:49.389 INFO [stderr] --> src/models.rs:5:52 Nov 27 22:46:49.389 INFO [stderr] | Nov 27 22:46:49.389 INFO [stderr] 5 | #[derive(Deserialize, Serialize, Debug, Queryable, Insertable)] Nov 27 22:46:49.389 INFO [stderr] | ^^^^^^^^^^ names from parent modules are not accessible without an explicit import Nov 27 22:46:49.389 INFO [stderr] | Nov 27 22:46:49.389 INFO [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Nov 27 22:46:49.389 INFO [stderr] = note: for more information, see issue #50504 Nov 27 22:46:49.389 INFO [stderr] Nov 27 22:46:49.389 INFO [stderr] warning: cannot find type `DateTime` in this scope Nov 27 22:46:49.389 INFO [stderr] --> src/models.rs:5:52 Nov 27 22:46:49.389 INFO [stderr] | Nov 27 22:46:49.389 INFO [stderr] 5 | #[derive(Deserialize, Serialize, Debug, Queryable, Insertable)] Nov 27 22:46:49.389 INFO [stderr] | ^^^^^^^^^^ names from parent modules are not accessible without an explicit import Nov 27 22:46:49.389 INFO [stderr] | Nov 27 22:46:49.389 INFO [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Nov 27 22:46:49.389 INFO [stderr] = note: for more information, see issue #50504 Nov 27 22:46:49.389 INFO [stderr] Nov 27 22:46:49.390 INFO [stderr] warning: cannot find type `Utc` in this scope Nov 27 22:46:49.390 INFO [stderr] --> src/models.rs:5:52 Nov 27 22:46:49.390 INFO [stderr] | Nov 27 22:46:49.390 INFO [stderr] 5 | #[derive(Deserialize, Serialize, Debug, Queryable, Insertable)] Nov 27 22:46:49.390 INFO [stderr] | ^^^^^^^^^^ names from parent modules are not accessible without an explicit import Nov 27 22:46:49.390 INFO [stderr] | Nov 27 22:46:49.390 INFO [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Nov 27 22:46:49.408 INFO [stderr] = note: for more information, see issue #50504 Nov 27 22:46:49.408 INFO [stderr] Nov 27 22:46:49.408 INFO [stderr] warning: unused import: `dsl::*` Nov 27 22:46:49.408 INFO [stderr] --> src/main.rs:28:21 Nov 27 22:46:49.408 INFO [stderr] | Nov 27 22:46:49.408 INFO [stderr] 28 | entries::{self, dsl::*}, Nov 27 22:46:49.408 INFO [stderr] | ^^^^^^ Nov 27 22:46:49.408 INFO [stderr] Nov 27 22:46:49.604 INFO [stderr] warning: unused variable: `db` Nov 27 22:46:49.604 INFO [stderr] --> src/main.rs:59:15 Nov 27 22:46:49.604 INFO [stderr] | Nov 27 22:46:49.604 INFO [stderr] 59 | .map(|db: Arc| { Nov 27 22:46:49.604 INFO [stderr] | ^^ help: consider using `_db` instead Nov 27 22:46:49.604 INFO [stderr] | Nov 27 22:46:49.604 INFO [stderr] = note: #[warn(unused_variables)] on by default Nov 27 22:46:49.604 INFO [stderr] Nov 27 22:46:49.912 INFO [stderr] warning: unused variable: `db` Nov 27 22:46:49.912 INFO [stderr] --> src/main.rs:59:15 Nov 27 22:46:49.912 INFO [stderr] | Nov 27 22:46:49.912 INFO [stderr] 59 | .map(|db: Arc| { Nov 27 22:46:49.912 INFO [stderr] | ^^ help: consider using `_db` instead Nov 27 22:46:49.912 INFO [stderr] | Nov 27 22:46:49.912 INFO [stderr] = note: #[warn(unused_variables)] on by default Nov 27 22:46:49.912 INFO [stderr] Nov 27 22:46:50.120 INFO [stderr] Finished dev [unoptimized + debuginfo] target(s) in 1m 10s Nov 27 22:46:50.136 INFO [stderr] su: No module specific data is present Nov 27 22:46:50.939 INFO running `"docker" "inspect" "5bcc7a81c519f8a584991ee801e07afdb397c867d70c623a79554a9b76471f92"` Nov 27 22:46:51.433 INFO running `"docker" "rm" "-f" "5bcc7a81c519f8a584991ee801e07afdb397c867d70c623a79554a9b76471f92"` Nov 27 22:46:51.817 INFO [stdout] 5bcc7a81c519f8a584991ee801e07afdb397c867d70c623a79554a9b76471f92