Oct 21 14:45:53.422 INFO checking pimeys/t1-dashboard against master#155510e377ae2a8d8ee0dad1a5f809c9062a5526 for pr-55192 Oct 21 14:45:53.422 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/pr-55192/worker-5/master#155510e377ae2a8d8ee0dad1a5f809c9062a5526:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-5/pr-55192/master#155510e377ae2a8d8ee0dad1a5f809c9062a5526:/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 +155510e377ae2a8d8ee0dad1a5f809c9062a5526-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 21 14:45:53.792 INFO blam! 6da9d1eb48011847f94743587790f22d390afa6449002e41930b430e2a2e9841 Oct 21 14:45:53.796 INFO running `"docker" "start" "-a" "6da9d1eb48011847f94743587790f22d390afa6449002e41930b430e2a2e9841"` Oct 21 14:45:54.968 INFO kablam! usermod: no changes Oct 21 14:45:55.383 INFO kablam! Checking ipnetwork v0.12.8 Oct 21 14:45:55.383 INFO kablam! Checking uuid v0.6.5 Oct 21 14:45:55.388 INFO kablam! Checking mio v0.6.16 Oct 21 14:45:55.388 INFO kablam! Checking want v0.0.6 Oct 21 14:45:55.392 INFO kablam! Checking tokio-io v0.1.8 Oct 21 14:45:55.392 INFO kablam! Checking num-bigint v0.1.44 Oct 21 14:45:55.392 INFO kablam! Checking chrono v0.4.6 Oct 21 14:45:55.392 INFO kablam! Compiling syn v0.15.1 Oct 21 14:45:57.092 INFO kablam! Checking serde_urlencoded v0.5.3 Oct 21 14:45:57.180 INFO kablam! Checking sha-1 v0.7.0 Oct 21 14:45:57.228 INFO kablam! Checking tokio-threadpool v0.1.6 Oct 21 14:45:58.649 INFO kablam! Checking env_logger v0.5.13 Oct 21 14:45:58.777 INFO kablam! Checking dotenv v0.9.0 Oct 21 14:46:00.576 INFO kablam! Checking tokio-codec v0.1.0 Oct 21 14:46:01.420 INFO kablam! Checking h2 v0.1.12 Oct 21 14:46:01.645 INFO kablam! Checking tungstenite v0.6.0 Oct 21 14:46:01.724 INFO kablam! Checking pretty_env_logger v0.2.4 Oct 21 14:46:01.948 INFO kablam! Checking mio-uds v0.6.7 Oct 21 14:46:03.045 INFO kablam! Checking tokio-reactor v0.1.5 Oct 21 14:46:03.125 INFO kablam! Checking num v0.1.42 Oct 21 14:46:04.055 INFO kablam! Checking tokio-fs v0.1.3 Oct 21 14:46:04.772 INFO kablam! Checking bigdecimal v0.0.11 Oct 21 14:46:06.821 INFO kablam! Checking diesel v1.3.2 Oct 21 14:46:07.268 INFO kablam! Checking tokio-tcp v0.1.1 Oct 21 14:46:07.268 INFO kablam! Checking tokio-uds v0.2.1 Oct 21 14:46:07.268 INFO kablam! Checking tokio-udp v0.1.2 Oct 21 14:46:09.384 INFO kablam! Checking tokio v0.1.8 Oct 21 14:46:11.692 INFO kablam! Checking hyper v0.12.9 Oct 21 14:46:13.785 INFO kablam! Compiling serde_derive v1.0.77 Oct 21 14:46:20.236 INFO kablam! Checking warp v0.1.3 Oct 21 14:47:00.889 INFO kablam! Checking r2d2-diesel v1.0.0 Oct 21 14:47:01.700 INFO kablam! Checking t1-dashboard v0.1.0 (/source) Oct 21 14:47:05.175 INFO kablam! warning: unused `#[macro_use]` import Oct 21 14:47:05.175 INFO kablam! --> src/main.rs:2:1 Oct 21 14:47:05.175 INFO kablam! | Oct 21 14:47:05.175 INFO kablam! 2 | #[macro_use] extern crate log; Oct 21 14:47:05.175 INFO kablam! | ^^^^^^^^^^^^ Oct 21 14:47:05.175 INFO kablam! | Oct 21 14:47:05.175 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 21 14:47:05.175 INFO kablam! Oct 21 14:47:05.175 INFO kablam! warning: unused `#[macro_use]` import Oct 21 14:47:05.175 INFO kablam! --> src/main.rs:3:1 Oct 21 14:47:05.175 INFO kablam! | Oct 21 14:47:05.175 INFO kablam! 3 | #[macro_use] extern crate diesel_derives; Oct 21 14:47:05.175 INFO kablam! | ^^^^^^^^^^^^ Oct 21 14:47:05.175 INFO kablam! Oct 21 14:47:05.175 INFO kablam! warning: cannot find type `table` in this scope Oct 21 14:47:05.175 INFO kablam! --> <::diesel::macros::table_body macros>:165:33 Oct 21 14:47:05.175 INFO kablam! | Oct 21 14:47:05.175 INFO kablam! 165 | derive ( Debug , Clone , Copy , QueryId ) ] /// The actual table struct Oct 21 14:47:05.175 INFO kablam! | ^^^^^^^ names from parent modules are not accessible without an explicit import Oct 21 14:47:05.175 INFO kablam! | Oct 21 14:47:05.175 INFO kablam! = note: #[warn(proc_macro_derive_resolution_fallback)] on by default Oct 21 14:47:05.175 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 21 14:47:05.175 INFO kablam! = note: for more information, see issue #50504 Oct 21 14:47:05.175 INFO kablam! Oct 21 14:47:05.175 INFO kablam! warning: cannot find type `table` in this scope Oct 21 14:47:05.175 INFO kablam! --> <::diesel::macros::table_body macros>:165:33 Oct 21 14:47:05.175 INFO kablam! | Oct 21 14:47:05.175 INFO kablam! 165 | derive ( Debug , Clone , Copy , QueryId ) ] /// The actual table struct Oct 21 14:47:05.175 INFO kablam! | ^^^^^^^ names from parent modules are not accessible without an explicit import Oct 21 14:47:05.175 INFO kablam! | Oct 21 14:47:05.175 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 21 14:47:05.175 INFO kablam! = note: for more information, see issue #50504 Oct 21 14:47:05.175 INFO kablam! Oct 21 14:47:05.176 INFO kablam! warning: cannot find type `id` in this scope Oct 21 14:47:05.176 INFO kablam! --> <::diesel::macros::__diesel_column macros>:5:33 Oct 21 14:47:05.176 INFO kablam! | Oct 21 14:47:05.176 INFO kablam! 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Oct 21 14:47:05.176 INFO kablam! | ^^^^^^^ names from parent modules are not accessible without an explicit import Oct 21 14:47:05.176 INFO kablam! | Oct 21 14:47:05.176 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 21 14:47:05.176 INFO kablam! = note: for more information, see issue #50504 Oct 21 14:47:05.176 INFO kablam! Oct 21 14:47:05.176 INFO kablam! warning: cannot find type `date` in this scope Oct 21 14:47:05.176 INFO kablam! --> <::diesel::macros::__diesel_column macros>:5:33 Oct 21 14:47:05.176 INFO kablam! | Oct 21 14:47:05.176 INFO kablam! 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Oct 21 14:47:05.176 INFO kablam! | ^^^^^^^ names from parent modules are not accessible without an explicit import Oct 21 14:47:05.176 INFO kablam! | Oct 21 14:47:05.176 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 21 14:47:05.176 INFO kablam! = note: for more information, see issue #50504 Oct 21 14:47:05.176 INFO kablam! Oct 21 14:47:05.176 INFO kablam! warning: cannot find type `entry_type` in this scope Oct 21 14:47:05.176 INFO kablam! --> <::diesel::macros::__diesel_column macros>:5:33 Oct 21 14:47:05.176 INFO kablam! | Oct 21 14:47:05.176 INFO kablam! 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Oct 21 14:47:05.176 INFO kablam! | ^^^^^^^ names from parent modules are not accessible without an explicit import Oct 21 14:47:05.176 INFO kablam! | Oct 21 14:47:05.176 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 21 14:47:05.176 INFO kablam! = note: for more information, see issue #50504 Oct 21 14:47:05.176 INFO kablam! Oct 21 14:47:05.176 INFO kablam! warning: cannot find type `sgv` in this scope Oct 21 14:47:05.176 INFO kablam! --> <::diesel::macros::__diesel_column macros>:5:33 Oct 21 14:47:05.176 INFO kablam! | Oct 21 14:47:05.176 INFO kablam! 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Oct 21 14:47:05.176 INFO kablam! | ^^^^^^^ names from parent modules are not accessible without an explicit import Oct 21 14:47:05.176 INFO kablam! | Oct 21 14:47:05.176 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 21 14:47:05.193 INFO kablam! = note: for more information, see issue #50504 Oct 21 14:47:05.193 INFO kablam! Oct 21 14:47:05.193 INFO kablam! warning: cannot find type `direction` in this scope Oct 21 14:47:05.193 INFO kablam! --> <::diesel::macros::__diesel_column macros>:5:33 Oct 21 14:47:05.193 INFO kablam! | Oct 21 14:47:05.193 INFO kablam! 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Oct 21 14:47:05.193 INFO kablam! | ^^^^^^^ names from parent modules are not accessible without an explicit import Oct 21 14:47:05.193 INFO kablam! | Oct 21 14:47:05.193 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 21 14:47:05.193 INFO kablam! = note: for more information, see issue #50504 Oct 21 14:47:05.193 INFO kablam! Oct 21 14:47:05.193 INFO kablam! warning: cannot find type `noise` in this scope Oct 21 14:47:05.193 INFO kablam! --> <::diesel::macros::__diesel_column macros>:5:33 Oct 21 14:47:05.193 INFO kablam! | Oct 21 14:47:05.193 INFO kablam! 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Oct 21 14:47:05.193 INFO kablam! | ^^^^^^^ names from parent modules are not accessible without an explicit import Oct 21 14:47:05.193 INFO kablam! | Oct 21 14:47:05.193 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 21 14:47:05.193 INFO kablam! = note: for more information, see issue #50504 Oct 21 14:47:05.193 INFO kablam! Oct 21 14:47:05.193 INFO kablam! warning: cannot find type `filtered` in this scope Oct 21 14:47:05.193 INFO kablam! --> <::diesel::macros::__diesel_column macros>:5:33 Oct 21 14:47:05.193 INFO kablam! | Oct 21 14:47:05.193 INFO kablam! 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Oct 21 14:47:05.193 INFO kablam! | ^^^^^^^ names from parent modules are not accessible without an explicit import Oct 21 14:47:05.193 INFO kablam! | Oct 21 14:47:05.193 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 21 14:47:05.193 INFO kablam! = note: for more information, see issue #50504 Oct 21 14:47:05.193 INFO kablam! Oct 21 14:47:05.194 INFO kablam! warning: cannot find type `unfiltered` in this scope Oct 21 14:47:05.194 INFO kablam! --> <::diesel::macros::__diesel_column macros>:5:33 Oct 21 14:47:05.194 INFO kablam! | Oct 21 14:47:05.194 INFO kablam! 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Oct 21 14:47:05.194 INFO kablam! | ^^^^^^^ names from parent modules are not accessible without an explicit import Oct 21 14:47:05.194 INFO kablam! | Oct 21 14:47:05.194 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 21 14:47:05.194 INFO kablam! = note: for more information, see issue #50504 Oct 21 14:47:05.194 INFO kablam! Oct 21 14:47:05.194 INFO kablam! warning: cannot find type `rssi` in this scope Oct 21 14:47:05.194 INFO kablam! --> <::diesel::macros::__diesel_column macros>:5:33 Oct 21 14:47:05.194 INFO kablam! | Oct 21 14:47:05.194 INFO kablam! 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Oct 21 14:47:05.194 INFO kablam! | ^^^^^^^ names from parent modules are not accessible without an explicit import Oct 21 14:47:05.194 INFO kablam! | Oct 21 14:47:05.194 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 21 14:47:05.194 INFO kablam! = note: for more information, see issue #50504 Oct 21 14:47:05.194 INFO kablam! Oct 21 14:47:05.194 INFO kablam! warning: cannot find type `DateTime` in this scope Oct 21 14:47:05.194 INFO kablam! --> src/models.rs:5:41 Oct 21 14:47:05.194 INFO kablam! | Oct 21 14:47:05.194 INFO kablam! 5 | #[derive(Deserialize, Serialize, Debug, Queryable, Insertable)] Oct 21 14:47:05.194 INFO kablam! | ^^^^^^^^^ names from parent modules are not accessible without an explicit import Oct 21 14:47:05.194 INFO kablam! | Oct 21 14:47:05.194 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 21 14:47:05.194 INFO kablam! = note: for more information, see issue #50504 Oct 21 14:47:05.194 INFO kablam! Oct 21 14:47:05.194 INFO kablam! warning: cannot find type `Utc` in this scope Oct 21 14:47:05.194 INFO kablam! --> src/models.rs:5:41 Oct 21 14:47:05.194 INFO kablam! | Oct 21 14:47:05.194 INFO kablam! 5 | #[derive(Deserialize, Serialize, Debug, Queryable, Insertable)] Oct 21 14:47:05.194 INFO kablam! | ^^^^^^^^^ names from parent modules are not accessible without an explicit import Oct 21 14:47:05.194 INFO kablam! | Oct 21 14:47:05.194 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 21 14:47:05.194 INFO kablam! = note: for more information, see issue #50504 Oct 21 14:47:05.194 INFO kablam! Oct 21 14:47:05.194 INFO kablam! warning: cannot find type `Entry` in this scope Oct 21 14:47:05.194 INFO kablam! --> src/models.rs:5:41 Oct 21 14:47:05.194 INFO kablam! | Oct 21 14:47:05.194 INFO kablam! 5 | #[derive(Deserialize, Serialize, Debug, Queryable, Insertable)] Oct 21 14:47:05.194 INFO kablam! | ^^^^^^^^^ names from parent modules are not accessible without an explicit import Oct 21 14:47:05.194 INFO kablam! | Oct 21 14:47:05.194 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 21 14:47:05.194 INFO kablam! = note: for more information, see issue #50504 Oct 21 14:47:05.194 INFO kablam! Oct 21 14:47:05.194 INFO kablam! warning: cannot find type `entries` in this scope Oct 21 14:47:05.194 INFO kablam! --> src/models.rs:5:52 Oct 21 14:47:05.194 INFO kablam! | Oct 21 14:47:05.194 INFO kablam! 5 | #[derive(Deserialize, Serialize, Debug, Queryable, Insertable)] Oct 21 14:47:05.194 INFO kablam! | ^^^^^^^^^^ names from parent modules are not accessible without an explicit import Oct 21 14:47:05.194 INFO kablam! | Oct 21 14:47:05.194 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 21 14:47:05.194 INFO kablam! = note: for more information, see issue #50504 Oct 21 14:47:05.194 INFO kablam! Oct 21 14:47:05.194 INFO kablam! warning: cannot find type `Entry` in this scope Oct 21 14:47:05.194 INFO kablam! --> src/models.rs:5:52 Oct 21 14:47:05.194 INFO kablam! | Oct 21 14:47:05.194 INFO kablam! 5 | #[derive(Deserialize, Serialize, Debug, Queryable, Insertable)] Oct 21 14:47:05.194 INFO kablam! | ^^^^^^^^^^ names from parent modules are not accessible without an explicit import Oct 21 14:47:05.194 INFO kablam! | Oct 21 14:47:05.194 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 21 14:47:05.194 INFO kablam! = note: for more information, see issue #50504 Oct 21 14:47:05.194 INFO kablam! Oct 21 14:47:05.194 INFO kablam! warning: cannot find type `DateTime` in this scope Oct 21 14:47:05.194 INFO kablam! --> src/models.rs:5:52 Oct 21 14:47:05.194 INFO kablam! | Oct 21 14:47:05.194 INFO kablam! 5 | #[derive(Deserialize, Serialize, Debug, Queryable, Insertable)] Oct 21 14:47:05.194 INFO kablam! | ^^^^^^^^^^ names from parent modules are not accessible without an explicit import Oct 21 14:47:05.194 INFO kablam! | Oct 21 14:47:05.194 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 21 14:47:05.194 INFO kablam! = note: for more information, see issue #50504 Oct 21 14:47:05.194 INFO kablam! Oct 21 14:47:05.194 INFO kablam! warning: cannot find type `Utc` in this scope Oct 21 14:47:05.194 INFO kablam! --> src/models.rs:5:52 Oct 21 14:47:05.194 INFO kablam! | Oct 21 14:47:05.194 INFO kablam! 5 | #[derive(Deserialize, Serialize, Debug, Queryable, Insertable)] Oct 21 14:47:05.194 INFO kablam! | ^^^^^^^^^^ names from parent modules are not accessible without an explicit import Oct 21 14:47:05.194 INFO kablam! | Oct 21 14:47:05.194 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 21 14:47:05.194 INFO kablam! = note: for more information, see issue #50504 Oct 21 14:47:05.194 INFO kablam! Oct 21 14:47:05.194 INFO kablam! warning: unused import: `dsl::*` Oct 21 14:47:05.194 INFO kablam! --> src/main.rs:28:21 Oct 21 14:47:05.194 INFO kablam! | Oct 21 14:47:05.194 INFO kablam! 28 | entries::{self, dsl::*}, Oct 21 14:47:05.195 INFO kablam! | ^^^^^^ Oct 21 14:47:05.195 INFO kablam! Oct 21 14:47:05.620 INFO kablam! warning: unused `#[macro_use]` import Oct 21 14:47:05.620 INFO kablam! --> src/main.rs:2:1 Oct 21 14:47:05.620 INFO kablam! | Oct 21 14:47:05.620 INFO kablam! 2 | #[macro_use] extern crate log; Oct 21 14:47:05.620 INFO kablam! | ^^^^^^^^^^^^ Oct 21 14:47:05.620 INFO kablam! | Oct 21 14:47:05.620 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 21 14:47:05.620 INFO kablam! Oct 21 14:47:05.620 INFO kablam! warning: unused `#[macro_use]` import Oct 21 14:47:05.620 INFO kablam! --> src/main.rs:3:1 Oct 21 14:47:05.620 INFO kablam! | Oct 21 14:47:05.620 INFO kablam! 3 | #[macro_use] extern crate diesel_derives; Oct 21 14:47:05.620 INFO kablam! | ^^^^^^^^^^^^ Oct 21 14:47:05.620 INFO kablam! Oct 21 14:47:05.620 INFO kablam! warning: cannot find type `table` in this scope Oct 21 14:47:05.620 INFO kablam! --> <::diesel::macros::table_body macros>:165:33 Oct 21 14:47:05.620 INFO kablam! | Oct 21 14:47:05.620 INFO kablam! 165 | derive ( Debug , Clone , Copy , QueryId ) ] /// The actual table struct Oct 21 14:47:05.620 INFO kablam! | ^^^^^^^ names from parent modules are not accessible without an explicit import Oct 21 14:47:05.621 INFO kablam! | Oct 21 14:47:05.621 INFO kablam! = note: #[warn(proc_macro_derive_resolution_fallback)] on by default Oct 21 14:47:05.621 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 21 14:47:05.621 INFO kablam! = note: for more information, see issue #50504 Oct 21 14:47:05.621 INFO kablam! Oct 21 14:47:05.621 INFO kablam! warning: cannot find type `table` in this scope Oct 21 14:47:05.621 INFO kablam! --> <::diesel::macros::table_body macros>:165:33 Oct 21 14:47:05.621 INFO kablam! | Oct 21 14:47:05.621 INFO kablam! 165 | derive ( Debug , Clone , Copy , QueryId ) ] /// The actual table struct Oct 21 14:47:05.621 INFO kablam! | ^^^^^^^ names from parent modules are not accessible without an explicit import Oct 21 14:47:05.621 INFO kablam! | Oct 21 14:47:05.621 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 21 14:47:05.621 INFO kablam! = note: for more information, see issue #50504 Oct 21 14:47:05.621 INFO kablam! Oct 21 14:47:05.621 INFO kablam! warning: cannot find type `id` in this scope Oct 21 14:47:05.621 INFO kablam! --> <::diesel::macros::__diesel_column macros>:5:33 Oct 21 14:47:05.621 INFO kablam! | Oct 21 14:47:05.621 INFO kablam! 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Oct 21 14:47:05.621 INFO kablam! | ^^^^^^^ names from parent modules are not accessible without an explicit import Oct 21 14:47:05.621 INFO kablam! | Oct 21 14:47:05.621 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 21 14:47:05.621 INFO kablam! = note: for more information, see issue #50504 Oct 21 14:47:05.621 INFO kablam! Oct 21 14:47:05.621 INFO kablam! warning: cannot find type `date` in this scope Oct 21 14:47:05.621 INFO kablam! --> <::diesel::macros::__diesel_column macros>:5:33 Oct 21 14:47:05.621 INFO kablam! | Oct 21 14:47:05.621 INFO kablam! 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Oct 21 14:47:05.621 INFO kablam! | ^^^^^^^ names from parent modules are not accessible without an explicit import Oct 21 14:47:05.621 INFO kablam! | Oct 21 14:47:05.621 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 21 14:47:05.621 INFO kablam! = note: for more information, see issue #50504 Oct 21 14:47:05.621 INFO kablam! Oct 21 14:47:05.621 INFO kablam! warning: cannot find type `entry_type` in this scope Oct 21 14:47:05.621 INFO kablam! --> <::diesel::macros::__diesel_column macros>:5:33 Oct 21 14:47:05.621 INFO kablam! | Oct 21 14:47:05.621 INFO kablam! 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Oct 21 14:47:05.621 INFO kablam! | ^^^^^^^ names from parent modules are not accessible without an explicit import Oct 21 14:47:05.621 INFO kablam! | Oct 21 14:47:05.621 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 21 14:47:05.621 INFO kablam! = note: for more information, see issue #50504 Oct 21 14:47:05.621 INFO kablam! Oct 21 14:47:05.621 INFO kablam! warning: cannot find type `sgv` in this scope Oct 21 14:47:05.621 INFO kablam! --> <::diesel::macros::__diesel_column macros>:5:33 Oct 21 14:47:05.621 INFO kablam! | Oct 21 14:47:05.621 INFO kablam! 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Oct 21 14:47:05.621 INFO kablam! | ^^^^^^^ names from parent modules are not accessible without an explicit import Oct 21 14:47:05.621 INFO kablam! | Oct 21 14:47:05.621 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 21 14:47:05.621 INFO kablam! = note: for more information, see issue #50504 Oct 21 14:47:05.621 INFO kablam! Oct 21 14:47:05.621 INFO kablam! warning: cannot find type `direction` in this scope Oct 21 14:47:05.621 INFO kablam! --> <::diesel::macros::__diesel_column macros>:5:33 Oct 21 14:47:05.621 INFO kablam! | Oct 21 14:47:05.621 INFO kablam! 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Oct 21 14:47:05.621 INFO kablam! | ^^^^^^^ names from parent modules are not accessible without an explicit import Oct 21 14:47:05.621 INFO kablam! | Oct 21 14:47:05.621 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 21 14:47:05.646 INFO kablam! = note: for more information, see issue #50504 Oct 21 14:47:05.646 INFO kablam! Oct 21 14:47:05.646 INFO kablam! warning: cannot find type `noise` in this scope Oct 21 14:47:05.646 INFO kablam! --> <::diesel::macros::__diesel_column macros>:5:33 Oct 21 14:47:05.646 INFO kablam! | Oct 21 14:47:05.646 INFO kablam! 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Oct 21 14:47:05.646 INFO kablam! | ^^^^^^^ names from parent modules are not accessible without an explicit import Oct 21 14:47:05.646 INFO kablam! | Oct 21 14:47:05.646 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 21 14:47:05.646 INFO kablam! = note: for more information, see issue #50504 Oct 21 14:47:05.646 INFO kablam! Oct 21 14:47:05.646 INFO kablam! warning: cannot find type `filtered` in this scope Oct 21 14:47:05.646 INFO kablam! --> <::diesel::macros::__diesel_column macros>:5:33 Oct 21 14:47:05.646 INFO kablam! | Oct 21 14:47:05.646 INFO kablam! 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Oct 21 14:47:05.646 INFO kablam! | ^^^^^^^ names from parent modules are not accessible without an explicit import Oct 21 14:47:05.646 INFO kablam! | Oct 21 14:47:05.646 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 21 14:47:05.646 INFO kablam! = note: for more information, see issue #50504 Oct 21 14:47:05.646 INFO kablam! Oct 21 14:47:05.646 INFO kablam! warning: cannot find type `unfiltered` in this scope Oct 21 14:47:05.646 INFO kablam! --> <::diesel::macros::__diesel_column macros>:5:33 Oct 21 14:47:05.646 INFO kablam! | Oct 21 14:47:05.646 INFO kablam! 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Oct 21 14:47:05.646 INFO kablam! | ^^^^^^^ names from parent modules are not accessible without an explicit import Oct 21 14:47:05.646 INFO kablam! | Oct 21 14:47:05.646 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 21 14:47:05.646 INFO kablam! = note: for more information, see issue #50504 Oct 21 14:47:05.646 INFO kablam! Oct 21 14:47:05.646 INFO kablam! warning: cannot find type `rssi` in this scope Oct 21 14:47:05.646 INFO kablam! --> <::diesel::macros::__diesel_column macros>:5:33 Oct 21 14:47:05.646 INFO kablam! | Oct 21 14:47:05.646 INFO kablam! 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Oct 21 14:47:05.646 INFO kablam! | ^^^^^^^ names from parent modules are not accessible without an explicit import Oct 21 14:47:05.646 INFO kablam! | Oct 21 14:47:05.646 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 21 14:47:05.646 INFO kablam! = note: for more information, see issue #50504 Oct 21 14:47:05.646 INFO kablam! Oct 21 14:47:05.646 INFO kablam! warning: cannot find type `DateTime` in this scope Oct 21 14:47:05.646 INFO kablam! --> src/models.rs:5:41 Oct 21 14:47:05.646 INFO kablam! | Oct 21 14:47:05.646 INFO kablam! 5 | #[derive(Deserialize, Serialize, Debug, Queryable, Insertable)] Oct 21 14:47:05.646 INFO kablam! | ^^^^^^^^^ names from parent modules are not accessible without an explicit import Oct 21 14:47:05.646 INFO kablam! | Oct 21 14:47:05.646 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 21 14:47:05.646 INFO kablam! = note: for more information, see issue #50504 Oct 21 14:47:05.646 INFO kablam! Oct 21 14:47:05.646 INFO kablam! warning: cannot find type `Utc` in this scope Oct 21 14:47:05.646 INFO kablam! --> src/models.rs:5:41 Oct 21 14:47:05.646 INFO kablam! | Oct 21 14:47:05.646 INFO kablam! 5 | #[derive(Deserialize, Serialize, Debug, Queryable, Insertable)] Oct 21 14:47:05.646 INFO kablam! | ^^^^^^^^^ names from parent modules are not accessible without an explicit import Oct 21 14:47:05.646 INFO kablam! | Oct 21 14:47:05.646 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 21 14:47:05.646 INFO kablam! = note: for more information, see issue #50504 Oct 21 14:47:05.646 INFO kablam! Oct 21 14:47:05.646 INFO kablam! warning: cannot find type `Entry` in this scope Oct 21 14:47:05.646 INFO kablam! --> src/models.rs:5:41 Oct 21 14:47:05.646 INFO kablam! | Oct 21 14:47:05.646 INFO kablam! 5 | #[derive(Deserialize, Serialize, Debug, Queryable, Insertable)] Oct 21 14:47:05.646 INFO kablam! | ^^^^^^^^^ names from parent modules are not accessible without an explicit import Oct 21 14:47:05.646 INFO kablam! | Oct 21 14:47:05.646 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 21 14:47:05.646 INFO kablam! = note: for more information, see issue #50504 Oct 21 14:47:05.646 INFO kablam! Oct 21 14:47:05.646 INFO kablam! warning: cannot find type `entries` in this scope Oct 21 14:47:05.646 INFO kablam! --> src/models.rs:5:52 Oct 21 14:47:05.646 INFO kablam! | Oct 21 14:47:05.646 INFO kablam! 5 | #[derive(Deserialize, Serialize, Debug, Queryable, Insertable)] Oct 21 14:47:05.646 INFO kablam! | ^^^^^^^^^^ names from parent modules are not accessible without an explicit import Oct 21 14:47:05.646 INFO kablam! | Oct 21 14:47:05.646 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 21 14:47:05.646 INFO kablam! = note: for more information, see issue #50504 Oct 21 14:47:05.646 INFO kablam! Oct 21 14:47:05.646 INFO kablam! warning: cannot find type `Entry` in this scope Oct 21 14:47:05.646 INFO kablam! --> src/models.rs:5:52 Oct 21 14:47:05.646 INFO kablam! | Oct 21 14:47:05.646 INFO kablam! 5 | #[derive(Deserialize, Serialize, Debug, Queryable, Insertable)] Oct 21 14:47:05.646 INFO kablam! | ^^^^^^^^^^ names from parent modules are not accessible without an explicit import Oct 21 14:47:05.646 INFO kablam! | Oct 21 14:47:05.646 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 21 14:47:05.647 INFO kablam! = note: for more information, see issue #50504 Oct 21 14:47:05.647 INFO kablam! Oct 21 14:47:05.647 INFO kablam! warning: cannot find type `DateTime` in this scope Oct 21 14:47:05.647 INFO kablam! --> src/models.rs:5:52 Oct 21 14:47:05.647 INFO kablam! | Oct 21 14:47:05.647 INFO kablam! 5 | #[derive(Deserialize, Serialize, Debug, Queryable, Insertable)] Oct 21 14:47:05.647 INFO kablam! | ^^^^^^^^^^ names from parent modules are not accessible without an explicit import Oct 21 14:47:05.647 INFO kablam! | Oct 21 14:47:05.647 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 21 14:47:05.647 INFO kablam! = note: for more information, see issue #50504 Oct 21 14:47:05.647 INFO kablam! Oct 21 14:47:05.647 INFO kablam! warning: cannot find type `Utc` in this scope Oct 21 14:47:05.647 INFO kablam! --> src/models.rs:5:52 Oct 21 14:47:05.647 INFO kablam! | Oct 21 14:47:05.647 INFO kablam! 5 | #[derive(Deserialize, Serialize, Debug, Queryable, Insertable)] Oct 21 14:47:05.647 INFO kablam! | ^^^^^^^^^^ names from parent modules are not accessible without an explicit import Oct 21 14:47:05.647 INFO kablam! | Oct 21 14:47:05.647 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 21 14:47:05.647 INFO kablam! = note: for more information, see issue #50504 Oct 21 14:47:05.647 INFO kablam! Oct 21 14:47:05.647 INFO kablam! warning: unused import: `dsl::*` Oct 21 14:47:05.647 INFO kablam! --> src/main.rs:28:21 Oct 21 14:47:05.647 INFO kablam! | Oct 21 14:47:05.647 INFO kablam! 28 | entries::{self, dsl::*}, Oct 21 14:47:05.647 INFO kablam! | ^^^^^^ Oct 21 14:47:05.647 INFO kablam! Oct 21 14:47:06.358 INFO kablam! warning: unused variable: `db` Oct 21 14:47:06.358 INFO kablam! --> src/main.rs:59:15 Oct 21 14:47:06.358 INFO kablam! | Oct 21 14:47:06.358 INFO kablam! 59 | .map(|db: Arc| { Oct 21 14:47:06.358 INFO kablam! | ^^ help: consider using `_db` instead Oct 21 14:47:06.358 INFO kablam! | Oct 21 14:47:06.358 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 21 14:47:06.358 INFO kablam! Oct 21 14:47:06.540 INFO kablam! warning: unused variable: `db` Oct 21 14:47:06.540 INFO kablam! --> src/main.rs:59:15 Oct 21 14:47:06.540 INFO kablam! | Oct 21 14:47:06.540 INFO kablam! 59 | .map(|db: Arc| { Oct 21 14:47:06.540 INFO kablam! | ^^ help: consider using `_db` instead Oct 21 14:47:06.541 INFO kablam! | Oct 21 14:47:06.541 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 21 14:47:06.541 INFO kablam! Oct 21 14:47:06.836 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 1m 11s Oct 21 14:47:06.861 INFO kablam! su: No module specific data is present Oct 21 14:47:07.591 INFO running `"docker" "rm" "-f" "6da9d1eb48011847f94743587790f22d390afa6449002e41930b430e2a2e9841"` Oct 21 14:47:07.828 INFO blam! 6da9d1eb48011847f94743587790f22d390afa6449002e41930b430e2a2e9841