Oct 12 15:40:06.954 INFO checking pimeys/t1-dashboard against master#5af0bb83044c3fb43d59ad5f49ee5ae1a293901f for pr-54977 Oct 12 15:40:06.954 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/pr-54977/worker-3/master#5af0bb83044c3fb43d59ad5f49ee5ae1a293901f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-3/pr-54977/master#5af0bb83044c3fb43d59ad5f49ee5ae1a293901f:/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 +5af0bb83044c3fb43d59ad5f49ee5ae1a293901f-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"` Oct 12 15:40:07.385 INFO blam! 22111ab0b6768845c786388c990201f1e76778132129f3914a53b4abec6c2478 Oct 12 15:40:07.386 INFO running `"docker" "start" "-a" "22111ab0b6768845c786388c990201f1e76778132129f3914a53b4abec6c2478"` Oct 12 15:40:08.980 INFO kablam! usermod: no changes Oct 12 15:40:09.420 INFO kablam! Compiling proc-macro2 v0.4.18 Oct 12 15:40:09.421 INFO kablam! Compiling serde v1.0.77 Oct 12 15:40:09.461 INFO kablam! Checking ipnetwork v0.12.8 Oct 12 15:40:09.463 INFO kablam! Checking uuid v0.6.5 Oct 12 15:40:09.463 INFO kablam! Checking tokio-executor v0.1.4 Oct 12 15:40:09.487 INFO kablam! Checking mio v0.6.16 Oct 12 15:40:09.487 INFO kablam! Checking tokio-io v0.1.8 Oct 12 15:40:09.487 INFO kablam! Checking http v0.1.12 Oct 12 15:40:12.649 INFO kablam! Checking num-bigint v0.1.44 Oct 12 15:40:12.656 INFO kablam! Checking tokio-timer v0.2.6 Oct 12 15:40:13.019 INFO kablam! Checking tokio-current-thread v0.1.1 Oct 12 15:40:13.533 INFO kablam! Checking digest v0.7.5 Oct 12 15:40:14.125 INFO kablam! Checking regex v1.0.5 Oct 12 15:40:15.342 INFO kablam! Checking tokio-threadpool v0.1.6 Oct 12 15:40:16.734 INFO kablam! Checking sha-1 v0.7.0 Oct 12 15:40:17.216 INFO kablam! Checking dotenv v0.9.0 Oct 12 15:40:20.426 INFO kablam! Checking tokio-codec v0.1.0 Oct 12 15:40:20.575 INFO kablam! Checking tungstenite v0.6.0 Oct 12 15:40:22.930 INFO kablam! Checking tokio-reactor v0.1.5 Oct 12 15:40:23.069 INFO kablam! Checking mio-uds v0.6.7 Oct 12 15:40:23.959 INFO kablam! Checking tokio-fs v0.1.3 Oct 12 15:40:26.201 INFO kablam! Checking num v0.1.42 Oct 12 15:40:26.308 INFO kablam! Checking env_logger v0.5.13 Oct 12 15:40:27.549 INFO kablam! Checking bigdecimal v0.0.11 Oct 12 15:40:29.916 INFO kablam! Checking tokio-uds v0.2.1 Oct 12 15:40:31.092 INFO kablam! Checking tokio-tcp v0.1.1 Oct 12 15:40:31.345 INFO kablam! Checking tokio-udp v0.1.2 Oct 12 15:40:32.072 INFO kablam! Checking pretty_env_logger v0.2.4 Oct 12 15:40:32.132 INFO kablam! Checking h2 v0.1.12 Oct 12 15:40:32.441 INFO kablam! Compiling quote v0.6.8 Oct 12 15:40:35.053 INFO kablam! Checking tokio v0.1.8 Oct 12 15:40:37.636 INFO kablam! Compiling syn v0.15.1 Oct 12 15:40:41.668 INFO kablam! Checking hyper v0.12.9 Oct 12 15:40:45.512 INFO kablam! Checking chrono v0.4.6 Oct 12 15:40:45.512 INFO kablam! Checking serde_json v1.0.27 Oct 12 15:40:45.512 INFO kablam! Checking serde_urlencoded v0.5.3 Oct 12 15:40:55.684 INFO kablam! Compiling serde_derive v1.0.77 Oct 12 15:40:58.754 INFO kablam! Checking diesel v1.3.2 Oct 12 15:40:58.817 INFO kablam! Checking warp v0.1.3 Oct 12 15:41:52.409 INFO kablam! Checking r2d2-diesel v1.0.0 Oct 12 15:41:53.324 INFO kablam! Checking t1-dashboard v0.1.0 (/source) Oct 12 15:41:57.192 INFO kablam! warning: unused `#[macro_use]` import Oct 12 15:41:57.192 INFO kablam! --> src/main.rs:2:1 Oct 12 15:41:57.192 INFO kablam! | Oct 12 15:41:57.192 INFO kablam! 2 | #[macro_use] extern crate log; Oct 12 15:41:57.192 INFO kablam! | ^^^^^^^^^^^^ Oct 12 15:41:57.192 INFO kablam! | Oct 12 15:41:57.192 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 12 15:41:57.192 INFO kablam! Oct 12 15:41:57.192 INFO kablam! warning: unused `#[macro_use]` import Oct 12 15:41:57.192 INFO kablam! --> src/main.rs:3:1 Oct 12 15:41:57.192 INFO kablam! | Oct 12 15:41:57.192 INFO kablam! 3 | #[macro_use] extern crate diesel_derives; Oct 12 15:41:57.192 INFO kablam! | ^^^^^^^^^^^^ Oct 12 15:41:57.192 INFO kablam! Oct 12 15:41:57.205 INFO kablam! warning: cannot find type `table` in this scope Oct 12 15:41:57.205 INFO kablam! --> <::diesel::macros::table_body macros>:165:33 Oct 12 15:41:57.205 INFO kablam! | Oct 12 15:41:57.205 INFO kablam! 165 | derive ( Debug , Clone , Copy , QueryId ) ] /// The actual table struct Oct 12 15:41:57.205 INFO kablam! | ^^^^^^^ names from parent modules are not accessible without an explicit import Oct 12 15:41:57.205 INFO kablam! | Oct 12 15:41:57.205 INFO kablam! = note: #[warn(proc_macro_derive_resolution_fallback)] on by default Oct 12 15:41:57.205 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Oct 12 15:41:57.205 INFO kablam! = note: for more information, see issue #50504 Oct 12 15:41:57.205 INFO kablam! Oct 12 15:41:57.205 INFO kablam! warning: cannot find type `table` in this scope Oct 12 15:41:57.205 INFO kablam! --> <::diesel::macros::table_body macros>:165:33 Oct 12 15:41:57.205 INFO kablam! | Oct 12 15:41:57.205 INFO kablam! 165 | derive ( Debug , Clone , Copy , QueryId ) ] /// The actual table struct Oct 12 15:41:57.205 INFO kablam! | ^^^^^^^ names from parent modules are not accessible without an explicit import Oct 12 15:41:57.205 INFO kablam! | Oct 12 15:41:57.205 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Oct 12 15:41:57.205 INFO kablam! = note: for more information, see issue #50504 Oct 12 15:41:57.205 INFO kablam! Oct 12 15:41:57.205 INFO kablam! warning: cannot find type `id` in this scope Oct 12 15:41:57.205 INFO kablam! --> <::diesel::macros::__diesel_column macros>:5:33 Oct 12 15:41:57.205 INFO kablam! | Oct 12 15:41:57.205 INFO kablam! 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Oct 12 15:41:57.205 INFO kablam! | ^^^^^^^ names from parent modules are not accessible without an explicit import Oct 12 15:41:57.205 INFO kablam! | Oct 12 15:41:57.205 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Oct 12 15:41:57.205 INFO kablam! = note: for more information, see issue #50504 Oct 12 15:41:57.205 INFO kablam! Oct 12 15:41:57.205 INFO kablam! warning: cannot find type `date` in this scope Oct 12 15:41:57.205 INFO kablam! --> <::diesel::macros::__diesel_column macros>:5:33 Oct 12 15:41:57.205 INFO kablam! | Oct 12 15:41:57.205 INFO kablam! 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Oct 12 15:41:57.205 INFO kablam! | ^^^^^^^ names from parent modules are not accessible without an explicit import Oct 12 15:41:57.205 INFO kablam! | Oct 12 15:41:57.205 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Oct 12 15:41:57.205 INFO kablam! = note: for more information, see issue #50504 Oct 12 15:41:57.205 INFO kablam! Oct 12 15:41:57.205 INFO kablam! warning: cannot find type `entry_type` in this scope Oct 12 15:41:57.205 INFO kablam! --> <::diesel::macros::__diesel_column macros>:5:33 Oct 12 15:41:57.205 INFO kablam! | Oct 12 15:41:57.205 INFO kablam! 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Oct 12 15:41:57.205 INFO kablam! | ^^^^^^^ names from parent modules are not accessible without an explicit import Oct 12 15:41:57.205 INFO kablam! | Oct 12 15:41:57.205 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Oct 12 15:41:57.205 INFO kablam! = note: for more information, see issue #50504 Oct 12 15:41:57.205 INFO kablam! Oct 12 15:41:57.205 INFO kablam! warning: cannot find type `sgv` in this scope Oct 12 15:41:57.205 INFO kablam! --> <::diesel::macros::__diesel_column macros>:5:33 Oct 12 15:41:57.205 INFO kablam! | Oct 12 15:41:57.205 INFO kablam! 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Oct 12 15:41:57.205 INFO kablam! | ^^^^^^^ names from parent modules are not accessible without an explicit import Oct 12 15:41:57.205 INFO kablam! | Oct 12 15:41:57.205 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Oct 12 15:41:57.205 INFO kablam! = note: for more information, see issue #50504 Oct 12 15:41:57.205 INFO kablam! Oct 12 15:41:57.205 INFO kablam! warning: cannot find type `direction` in this scope Oct 12 15:41:57.205 INFO kablam! --> <::diesel::macros::__diesel_column macros>:5:33 Oct 12 15:41:57.206 INFO kablam! | Oct 12 15:41:57.206 INFO kablam! 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Oct 12 15:41:57.206 INFO kablam! | ^^^^^^^ names from parent modules are not accessible without an explicit import Oct 12 15:41:57.206 INFO kablam! | Oct 12 15:41:57.206 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Oct 12 15:41:57.206 INFO kablam! = note: for more information, see issue #50504 Oct 12 15:41:57.206 INFO kablam! Oct 12 15:41:57.206 INFO kablam! warning: cannot find type `noise` in this scope Oct 12 15:41:57.206 INFO kablam! --> <::diesel::macros::__diesel_column macros>:5:33 Oct 12 15:41:57.206 INFO kablam! | Oct 12 15:41:57.206 INFO kablam! 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Oct 12 15:41:57.206 INFO kablam! | ^^^^^^^ names from parent modules are not accessible without an explicit import Oct 12 15:41:57.206 INFO kablam! | Oct 12 15:41:57.206 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Oct 12 15:41:57.206 INFO kablam! = note: for more information, see issue #50504 Oct 12 15:41:57.206 INFO kablam! Oct 12 15:41:57.206 INFO kablam! warning: cannot find type `filtered` in this scope Oct 12 15:41:57.206 INFO kablam! --> <::diesel::macros::__diesel_column macros>:5:33 Oct 12 15:41:57.206 INFO kablam! | Oct 12 15:41:57.206 INFO kablam! 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Oct 12 15:41:57.206 INFO kablam! | ^^^^^^^ names from parent modules are not accessible without an explicit import Oct 12 15:41:57.206 INFO kablam! | Oct 12 15:41:57.206 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Oct 12 15:41:57.206 INFO kablam! = note: for more information, see issue #50504 Oct 12 15:41:57.206 INFO kablam! Oct 12 15:41:57.206 INFO kablam! warning: cannot find type `unfiltered` in this scope Oct 12 15:41:57.206 INFO kablam! --> <::diesel::macros::__diesel_column macros>:5:33 Oct 12 15:41:57.206 INFO kablam! | Oct 12 15:41:57.206 INFO kablam! 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Oct 12 15:41:57.206 INFO kablam! | ^^^^^^^ names from parent modules are not accessible without an explicit import Oct 12 15:41:57.206 INFO kablam! | Oct 12 15:41:57.206 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Oct 12 15:41:57.206 INFO kablam! = note: for more information, see issue #50504 Oct 12 15:41:57.206 INFO kablam! Oct 12 15:41:57.206 INFO kablam! warning: cannot find type `rssi` in this scope Oct 12 15:41:57.206 INFO kablam! --> <::diesel::macros::__diesel_column macros>:5:33 Oct 12 15:41:57.206 INFO kablam! | Oct 12 15:41:57.206 INFO kablam! 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Oct 12 15:41:57.206 INFO kablam! | ^^^^^^^ names from parent modules are not accessible without an explicit import Oct 12 15:41:57.206 INFO kablam! | Oct 12 15:41:57.206 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Oct 12 15:41:57.206 INFO kablam! = note: for more information, see issue #50504 Oct 12 15:41:57.206 INFO kablam! Oct 12 15:41:57.206 INFO kablam! warning: cannot find type `DateTime` in this scope Oct 12 15:41:57.206 INFO kablam! --> src/models.rs:5:41 Oct 12 15:41:57.206 INFO kablam! | Oct 12 15:41:57.206 INFO kablam! 5 | #[derive(Deserialize, Serialize, Debug, Queryable, Insertable)] Oct 12 15:41:57.206 INFO kablam! | ^^^^^^^^^ names from parent modules are not accessible without an explicit import Oct 12 15:41:57.206 INFO kablam! | Oct 12 15:41:57.206 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Oct 12 15:41:57.206 INFO kablam! = note: for more information, see issue #50504 Oct 12 15:41:57.206 INFO kablam! Oct 12 15:41:57.206 INFO kablam! warning: cannot find type `Utc` in this scope Oct 12 15:41:57.206 INFO kablam! --> src/models.rs:5:41 Oct 12 15:41:57.206 INFO kablam! | Oct 12 15:41:57.206 INFO kablam! 5 | #[derive(Deserialize, Serialize, Debug, Queryable, Insertable)] Oct 12 15:41:57.206 INFO kablam! | ^^^^^^^^^ names from parent modules are not accessible without an explicit import Oct 12 15:41:57.206 INFO kablam! | Oct 12 15:41:57.206 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Oct 12 15:41:57.206 INFO kablam! = note: for more information, see issue #50504 Oct 12 15:41:57.206 INFO kablam! Oct 12 15:41:57.206 INFO kablam! warning: cannot find type `Entry` in this scope Oct 12 15:41:57.206 INFO kablam! --> src/models.rs:5:41 Oct 12 15:41:57.206 INFO kablam! | Oct 12 15:41:57.206 INFO kablam! 5 | #[derive(Deserialize, Serialize, Debug, Queryable, Insertable)] Oct 12 15:41:57.206 INFO kablam! | ^^^^^^^^^ names from parent modules are not accessible without an explicit import Oct 12 15:41:57.206 INFO kablam! | Oct 12 15:41:57.206 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Oct 12 15:41:57.206 INFO kablam! = note: for more information, see issue #50504 Oct 12 15:41:57.206 INFO kablam! Oct 12 15:41:57.206 INFO kablam! warning: cannot find type `entries` in this scope Oct 12 15:41:57.206 INFO kablam! --> src/models.rs:5:52 Oct 12 15:41:57.206 INFO kablam! | Oct 12 15:41:57.206 INFO kablam! 5 | #[derive(Deserialize, Serialize, Debug, Queryable, Insertable)] Oct 12 15:41:57.206 INFO kablam! | ^^^^^^^^^^ names from parent modules are not accessible without an explicit import Oct 12 15:41:57.206 INFO kablam! | Oct 12 15:41:57.206 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Oct 12 15:41:57.206 INFO kablam! = note: for more information, see issue #50504 Oct 12 15:41:57.206 INFO kablam! Oct 12 15:41:57.206 INFO kablam! warning: cannot find type `Entry` in this scope Oct 12 15:41:57.206 INFO kablam! --> src/models.rs:5:52 Oct 12 15:41:57.206 INFO kablam! | Oct 12 15:41:57.206 INFO kablam! 5 | #[derive(Deserialize, Serialize, Debug, Queryable, Insertable)] Oct 12 15:41:57.206 INFO kablam! | ^^^^^^^^^^ names from parent modules are not accessible without an explicit import Oct 12 15:41:57.206 INFO kablam! | Oct 12 15:41:57.206 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Oct 12 15:41:57.206 INFO kablam! = note: for more information, see issue #50504 Oct 12 15:41:57.206 INFO kablam! Oct 12 15:41:57.206 INFO kablam! warning: cannot find type `DateTime` in this scope Oct 12 15:41:57.207 INFO kablam! --> src/models.rs:5:52 Oct 12 15:41:57.207 INFO kablam! | Oct 12 15:41:57.207 INFO kablam! 5 | #[derive(Deserialize, Serialize, Debug, Queryable, Insertable)] Oct 12 15:41:57.207 INFO kablam! | ^^^^^^^^^^ names from parent modules are not accessible without an explicit import Oct 12 15:41:57.207 INFO kablam! | Oct 12 15:41:57.207 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Oct 12 15:41:57.207 INFO kablam! = note: for more information, see issue #50504 Oct 12 15:41:57.207 INFO kablam! Oct 12 15:41:57.207 INFO kablam! warning: cannot find type `Utc` in this scope Oct 12 15:41:57.207 INFO kablam! --> src/models.rs:5:52 Oct 12 15:41:57.207 INFO kablam! | Oct 12 15:41:57.207 INFO kablam! 5 | #[derive(Deserialize, Serialize, Debug, Queryable, Insertable)] Oct 12 15:41:57.207 INFO kablam! | ^^^^^^^^^^ names from parent modules are not accessible without an explicit import Oct 12 15:41:57.207 INFO kablam! | Oct 12 15:41:57.207 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Oct 12 15:41:57.207 INFO kablam! = note: for more information, see issue #50504 Oct 12 15:41:57.207 INFO kablam! Oct 12 15:41:57.207 INFO kablam! warning: unused import: `dsl::*` Oct 12 15:41:57.207 INFO kablam! --> src/main.rs:28:21 Oct 12 15:41:57.207 INFO kablam! | Oct 12 15:41:57.207 INFO kablam! 28 | entries::{self, dsl::*}, Oct 12 15:41:57.207 INFO kablam! | ^^^^^^ Oct 12 15:41:57.207 INFO kablam! Oct 12 15:41:57.463 INFO kablam! warning: unused `#[macro_use]` import Oct 12 15:41:57.463 INFO kablam! --> src/main.rs:2:1 Oct 12 15:41:57.463 INFO kablam! | Oct 12 15:41:57.463 INFO kablam! 2 | #[macro_use] extern crate log; Oct 12 15:41:57.464 INFO kablam! | ^^^^^^^^^^^^ Oct 12 15:41:57.464 INFO kablam! | Oct 12 15:41:57.464 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 12 15:41:57.464 INFO kablam! Oct 12 15:41:57.464 INFO kablam! warning: unused `#[macro_use]` import Oct 12 15:41:57.464 INFO kablam! --> src/main.rs:3:1 Oct 12 15:41:57.464 INFO kablam! | Oct 12 15:41:57.464 INFO kablam! 3 | #[macro_use] extern crate diesel_derives; Oct 12 15:41:57.464 INFO kablam! | ^^^^^^^^^^^^ Oct 12 15:41:57.464 INFO kablam! Oct 12 15:41:57.464 INFO kablam! warning: cannot find type `table` in this scope Oct 12 15:41:57.464 INFO kablam! --> <::diesel::macros::table_body macros>:165:33 Oct 12 15:41:57.464 INFO kablam! | Oct 12 15:41:57.464 INFO kablam! 165 | derive ( Debug , Clone , Copy , QueryId ) ] /// The actual table struct Oct 12 15:41:57.464 INFO kablam! | ^^^^^^^ names from parent modules are not accessible without an explicit import Oct 12 15:41:57.464 INFO kablam! | Oct 12 15:41:57.464 INFO kablam! = note: #[warn(proc_macro_derive_resolution_fallback)] on by default Oct 12 15:41:57.464 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Oct 12 15:41:57.464 INFO kablam! = note: for more information, see issue #50504 Oct 12 15:41:57.464 INFO kablam! Oct 12 15:41:57.464 INFO kablam! warning: cannot find type `table` in this scope Oct 12 15:41:57.464 INFO kablam! --> <::diesel::macros::table_body macros>:165:33 Oct 12 15:41:57.464 INFO kablam! | Oct 12 15:41:57.464 INFO kablam! 165 | derive ( Debug , Clone , Copy , QueryId ) ] /// The actual table struct Oct 12 15:41:57.464 INFO kablam! | ^^^^^^^ names from parent modules are not accessible without an explicit import Oct 12 15:41:57.464 INFO kablam! | Oct 12 15:41:57.464 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Oct 12 15:41:57.464 INFO kablam! = note: for more information, see issue #50504 Oct 12 15:41:57.464 INFO kablam! Oct 12 15:41:57.464 INFO kablam! warning: cannot find type `id` in this scope Oct 12 15:41:57.464 INFO kablam! --> <::diesel::macros::__diesel_column macros>:5:33 Oct 12 15:41:57.464 INFO kablam! | Oct 12 15:41:57.464 INFO kablam! 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Oct 12 15:41:57.464 INFO kablam! | ^^^^^^^ names from parent modules are not accessible without an explicit import Oct 12 15:41:57.464 INFO kablam! | Oct 12 15:41:57.464 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Oct 12 15:41:57.464 INFO kablam! = note: for more information, see issue #50504 Oct 12 15:41:57.464 INFO kablam! Oct 12 15:41:57.465 INFO kablam! warning: cannot find type `date` in this scope Oct 12 15:41:57.465 INFO kablam! --> <::diesel::macros::__diesel_column macros>:5:33 Oct 12 15:41:57.465 INFO kablam! | Oct 12 15:41:57.465 INFO kablam! 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Oct 12 15:41:57.465 INFO kablam! | ^^^^^^^ names from parent modules are not accessible without an explicit import Oct 12 15:41:57.465 INFO kablam! | Oct 12 15:41:57.465 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Oct 12 15:41:57.465 INFO kablam! = note: for more information, see issue #50504 Oct 12 15:41:57.465 INFO kablam! Oct 12 15:41:57.465 INFO kablam! warning: cannot find type `entry_type` in this scope Oct 12 15:41:57.465 INFO kablam! --> <::diesel::macros::__diesel_column macros>:5:33 Oct 12 15:41:57.465 INFO kablam! | Oct 12 15:41:57.465 INFO kablam! 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Oct 12 15:41:57.465 INFO kablam! | ^^^^^^^ names from parent modules are not accessible without an explicit import Oct 12 15:41:57.465 INFO kablam! | Oct 12 15:41:57.465 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Oct 12 15:41:57.465 INFO kablam! = note: for more information, see issue #50504 Oct 12 15:41:57.465 INFO kablam! Oct 12 15:41:57.465 INFO kablam! warning: cannot find type `sgv` in this scope Oct 12 15:41:57.465 INFO kablam! --> <::diesel::macros::__diesel_column macros>:5:33 Oct 12 15:41:57.465 INFO kablam! | Oct 12 15:41:57.465 INFO kablam! 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Oct 12 15:41:57.465 INFO kablam! | ^^^^^^^ names from parent modules are not accessible without an explicit import Oct 12 15:41:57.465 INFO kablam! | Oct 12 15:41:57.465 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Oct 12 15:41:57.465 INFO kablam! = note: for more information, see issue #50504 Oct 12 15:41:57.466 INFO kablam! Oct 12 15:41:57.466 INFO kablam! warning: cannot find type `direction` in this scope Oct 12 15:41:57.466 INFO kablam! --> <::diesel::macros::__diesel_column macros>:5:33 Oct 12 15:41:57.466 INFO kablam! | Oct 12 15:41:57.466 INFO kablam! 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Oct 12 15:41:57.466 INFO kablam! | ^^^^^^^ names from parent modules are not accessible without an explicit import Oct 12 15:41:57.466 INFO kablam! | Oct 12 15:41:57.466 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Oct 12 15:41:57.466 INFO kablam! = note: for more information, see issue #50504 Oct 12 15:41:57.466 INFO kablam! Oct 12 15:41:57.466 INFO kablam! warning: cannot find type `noise` in this scope Oct 12 15:41:57.466 INFO kablam! --> <::diesel::macros::__diesel_column macros>:5:33 Oct 12 15:41:57.466 INFO kablam! | Oct 12 15:41:57.466 INFO kablam! 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Oct 12 15:41:57.466 INFO kablam! | ^^^^^^^ names from parent modules are not accessible without an explicit import Oct 12 15:41:57.466 INFO kablam! | Oct 12 15:41:57.466 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Oct 12 15:41:57.466 INFO kablam! = note: for more information, see issue #50504 Oct 12 15:41:57.466 INFO kablam! Oct 12 15:41:57.467 INFO kablam! warning: cannot find type `filtered` in this scope Oct 12 15:41:57.467 INFO kablam! --> <::diesel::macros::__diesel_column macros>:5:33 Oct 12 15:41:57.467 INFO kablam! | Oct 12 15:41:57.467 INFO kablam! 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Oct 12 15:41:57.467 INFO kablam! | ^^^^^^^ names from parent modules are not accessible without an explicit import Oct 12 15:41:57.467 INFO kablam! | Oct 12 15:41:57.467 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Oct 12 15:41:57.467 INFO kablam! = note: for more information, see issue #50504 Oct 12 15:41:57.467 INFO kablam! Oct 12 15:41:57.467 INFO kablam! warning: cannot find type `unfiltered` in this scope Oct 12 15:41:57.467 INFO kablam! --> <::diesel::macros::__diesel_column macros>:5:33 Oct 12 15:41:57.467 INFO kablam! | Oct 12 15:41:57.467 INFO kablam! 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Oct 12 15:41:57.467 INFO kablam! | ^^^^^^^ names from parent modules are not accessible without an explicit import Oct 12 15:41:57.467 INFO kablam! | Oct 12 15:41:57.467 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Oct 12 15:41:57.467 INFO kablam! = note: for more information, see issue #50504 Oct 12 15:41:57.467 INFO kablam! Oct 12 15:41:57.467 INFO kablam! warning: cannot find type `rssi` in this scope Oct 12 15:41:57.467 INFO kablam! --> <::diesel::macros::__diesel_column macros>:5:33 Oct 12 15:41:57.467 INFO kablam! | Oct 12 15:41:57.467 INFO kablam! 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Oct 12 15:41:57.468 INFO kablam! | ^^^^^^^ names from parent modules are not accessible without an explicit import Oct 12 15:41:57.468 INFO kablam! | Oct 12 15:41:57.468 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Oct 12 15:41:57.468 INFO kablam! = note: for more information, see issue #50504 Oct 12 15:41:57.468 INFO kablam! Oct 12 15:41:57.468 INFO kablam! warning: cannot find type `DateTime` in this scope Oct 12 15:41:57.468 INFO kablam! --> src/models.rs:5:41 Oct 12 15:41:57.468 INFO kablam! | Oct 12 15:41:57.468 INFO kablam! 5 | #[derive(Deserialize, Serialize, Debug, Queryable, Insertable)] Oct 12 15:41:57.468 INFO kablam! | ^^^^^^^^^ names from parent modules are not accessible without an explicit import Oct 12 15:41:57.468 INFO kablam! | Oct 12 15:41:57.468 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Oct 12 15:41:57.468 INFO kablam! = note: for more information, see issue #50504 Oct 12 15:41:57.468 INFO kablam! Oct 12 15:41:57.468 INFO kablam! warning: cannot find type `Utc` in this scope Oct 12 15:41:57.468 INFO kablam! --> src/models.rs:5:41 Oct 12 15:41:57.468 INFO kablam! | Oct 12 15:41:57.468 INFO kablam! 5 | #[derive(Deserialize, Serialize, Debug, Queryable, Insertable)] Oct 12 15:41:57.468 INFO kablam! | ^^^^^^^^^ names from parent modules are not accessible without an explicit import Oct 12 15:41:57.468 INFO kablam! | Oct 12 15:41:57.468 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Oct 12 15:41:57.468 INFO kablam! = note: for more information, see issue #50504 Oct 12 15:41:57.468 INFO kablam! Oct 12 15:41:57.470 INFO kablam! warning: cannot find type `Entry` in this scope Oct 12 15:41:57.470 INFO kablam! --> src/models.rs:5:41 Oct 12 15:41:57.470 INFO kablam! | Oct 12 15:41:57.470 INFO kablam! 5 | #[derive(Deserialize, Serialize, Debug, Queryable, Insertable)] Oct 12 15:41:57.470 INFO kablam! | ^^^^^^^^^ names from parent modules are not accessible without an explicit import Oct 12 15:41:57.470 INFO kablam! | Oct 12 15:41:57.470 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Oct 12 15:41:57.470 INFO kablam! = note: for more information, see issue #50504 Oct 12 15:41:57.470 INFO kablam! Oct 12 15:41:57.470 INFO kablam! warning: cannot find type `entries` in this scope Oct 12 15:41:57.470 INFO kablam! --> src/models.rs:5:52 Oct 12 15:41:57.470 INFO kablam! | Oct 12 15:41:57.470 INFO kablam! 5 | #[derive(Deserialize, Serialize, Debug, Queryable, Insertable)] Oct 12 15:41:57.470 INFO kablam! | ^^^^^^^^^^ names from parent modules are not accessible without an explicit import Oct 12 15:41:57.470 INFO kablam! | Oct 12 15:41:57.470 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Oct 12 15:41:57.470 INFO kablam! = note: for more information, see issue #50504 Oct 12 15:41:57.470 INFO kablam! Oct 12 15:41:57.470 INFO kablam! warning: cannot find type `Entry` in this scope Oct 12 15:41:57.470 INFO kablam! --> src/models.rs:5:52 Oct 12 15:41:57.470 INFO kablam! | Oct 12 15:41:57.470 INFO kablam! 5 | #[derive(Deserialize, Serialize, Debug, Queryable, Insertable)] Oct 12 15:41:57.470 INFO kablam! | ^^^^^^^^^^ names from parent modules are not accessible without an explicit import Oct 12 15:41:57.470 INFO kablam! | Oct 12 15:41:57.470 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Oct 12 15:41:57.470 INFO kablam! = note: for more information, see issue #50504 Oct 12 15:41:57.470 INFO kablam! Oct 12 15:41:57.470 INFO kablam! warning: cannot find type `DateTime` in this scope Oct 12 15:41:57.470 INFO kablam! --> src/models.rs:5:52 Oct 12 15:41:57.470 INFO kablam! | Oct 12 15:41:57.470 INFO kablam! 5 | #[derive(Deserialize, Serialize, Debug, Queryable, Insertable)] Oct 12 15:41:57.470 INFO kablam! | ^^^^^^^^^^ names from parent modules are not accessible without an explicit import Oct 12 15:41:57.470 INFO kablam! | Oct 12 15:41:57.470 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Oct 12 15:41:57.470 INFO kablam! = note: for more information, see issue #50504 Oct 12 15:41:57.470 INFO kablam! Oct 12 15:41:57.470 INFO kablam! warning: cannot find type `Utc` in this scope Oct 12 15:41:57.470 INFO kablam! --> src/models.rs:5:52 Oct 12 15:41:57.470 INFO kablam! | Oct 12 15:41:57.470 INFO kablam! 5 | #[derive(Deserialize, Serialize, Debug, Queryable, Insertable)] Oct 12 15:41:57.470 INFO kablam! | ^^^^^^^^^^ names from parent modules are not accessible without an explicit import Oct 12 15:41:57.470 INFO kablam! | Oct 12 15:41:57.470 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Oct 12 15:41:57.470 INFO kablam! = note: for more information, see issue #50504 Oct 12 15:41:57.470 INFO kablam! Oct 12 15:41:57.472 INFO kablam! warning: unused import: `dsl::*` Oct 12 15:41:57.472 INFO kablam! --> src/main.rs:28:21 Oct 12 15:41:57.472 INFO kablam! | Oct 12 15:41:57.472 INFO kablam! 28 | entries::{self, dsl::*}, Oct 12 15:41:57.472 INFO kablam! | ^^^^^^ Oct 12 15:41:57.472 INFO kablam! Oct 12 15:41:58.055 INFO kablam! warning: unused variable: `db` Oct 12 15:41:58.056 INFO kablam! --> src/main.rs:59:15 Oct 12 15:41:58.056 INFO kablam! | Oct 12 15:41:58.057 INFO kablam! 59 | .map(|db: Arc| { Oct 12 15:41:58.058 INFO kablam! | ^^ help: consider using `_db` instead Oct 12 15:41:58.058 INFO kablam! | Oct 12 15:41:58.059 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 12 15:41:58.060 INFO kablam! Oct 12 15:41:58.233 INFO kablam! warning: unused variable: `db` Oct 12 15:41:58.233 INFO kablam! --> src/main.rs:59:15 Oct 12 15:41:58.234 INFO kablam! | Oct 12 15:41:58.234 INFO kablam! 59 | .map(|db: Arc| { Oct 12 15:41:58.234 INFO kablam! | ^^ help: consider using `_db` instead Oct 12 15:41:58.235 INFO kablam! | Oct 12 15:41:58.235 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 12 15:41:58.235 INFO kablam! Oct 12 15:41:58.553 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 1m 49s Oct 12 15:41:58.593 INFO kablam! su: No module specific data is present Oct 12 15:41:59.517 INFO running `"docker" "rm" "-f" "22111ab0b6768845c786388c990201f1e76778132129f3914a53b4abec6c2478"` Oct 12 15:41:59.848 INFO blam! 22111ab0b6768845c786388c990201f1e76778132129f3914a53b4abec6c2478