Oct 26 22:50:30.641 INFO checking pimeys/t1-dashboard against try#19f01b935b91481fd445b16b533d2f87661bf12e for pr-55192-2 Oct 26 22:50:30.642 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/pr-55192-2/worker-7/try#19f01b935b91481fd445b16b533d2f87661bf12e:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-7/pr-55192-2/try#19f01b935b91481fd445b16b533d2f87661bf12e:/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 +19f01b935b91481fd445b16b533d2f87661bf12e-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 26 22:50:30.998 INFO blam! d738f9cc8a874e552fdb14b94f3a4bf9dfc24e5e6554b972989c7fdb8199b655 Oct 26 22:50:30.999 INFO running `"docker" "start" "-a" "d738f9cc8a874e552fdb14b94f3a4bf9dfc24e5e6554b972989c7fdb8199b655"` Oct 26 22:50:32.023 INFO kablam! usermod: no changes Oct 26 22:50:32.435 INFO kablam! Compiling pq-sys v0.4.6 Oct 26 22:50:32.435 INFO kablam! Checking ipnetwork v0.12.8 Oct 26 22:50:32.435 INFO kablam! Checking urlencoding v1.0.0 Oct 26 22:50:32.435 INFO kablam! Checking uuid v0.6.5 Oct 26 22:50:32.435 INFO kablam! Checking mio v0.6.16 Oct 26 22:50:32.435 INFO kablam! Checking want v0.0.6 Oct 26 22:50:32.435 INFO kablam! Checking tokio-io v0.1.8 Oct 26 22:50:32.435 INFO kablam! Checking http v0.1.12 Oct 26 22:50:33.583 INFO kablam! Checking num-bigint v0.1.44 Oct 26 22:50:33.763 INFO kablam! Checking chrono v0.4.6 Oct 26 22:50:35.891 INFO kablam! Checking regex v0.2.11 Oct 26 22:50:35.903 INFO kablam! Checking tokio-threadpool v0.1.6 Oct 26 22:50:38.331 INFO kablam! Checking env_logger v0.5.13 Oct 26 22:50:40.576 INFO kablam! Checking tungstenite v0.6.0 Oct 26 22:50:44.478 INFO kablam! Checking tokio-codec v0.1.0 Oct 26 22:50:44.652 INFO kablam! Checking pretty_env_logger v0.2.4 Oct 26 22:50:46.287 INFO kablam! Checking mio-uds v0.6.7 Oct 26 22:50:46.875 INFO kablam! Checking tokio-reactor v0.1.5 Oct 26 22:50:46.914 INFO kablam! Checking tokio-fs v0.1.3 Oct 26 22:50:47.419 INFO kablam! Checking num v0.1.42 Oct 26 22:50:48.987 INFO kablam! Checking bigdecimal v0.0.11 Oct 26 22:50:50.655 INFO kablam! Checking dotenv v0.9.0 Oct 26 22:50:51.239 INFO kablam! Checking tokio-udp v0.1.2 Oct 26 22:50:51.241 INFO kablam! Checking tokio-tcp v0.1.1 Oct 26 22:50:51.243 INFO kablam! Checking tokio-uds v0.2.1 Oct 26 22:50:51.833 INFO kablam! Checking h2 v0.1.12 Oct 26 22:50:52.445 INFO kablam! Checking diesel v1.3.2 Oct 26 22:50:55.719 INFO kablam! Checking tokio v0.1.8 Oct 26 22:50:58.977 INFO kablam! Checking hyper v0.12.9 Oct 26 22:51:04.799 INFO kablam! Checking warp v0.1.3 Oct 26 22:51:37.839 INFO kablam! Checking r2d2-diesel v1.0.0 Oct 26 22:51:38.752 INFO kablam! Checking t1-dashboard v0.1.0 (/source) Oct 26 22:51:42.351 INFO kablam! warning: unused `#[macro_use]` import Oct 26 22:51:42.351 INFO kablam! --> src/main.rs:2:1 Oct 26 22:51:42.351 INFO kablam! | Oct 26 22:51:42.351 INFO kablam! 2 | #[macro_use] extern crate log; Oct 26 22:51:42.351 INFO kablam! | ^^^^^^^^^^^^ Oct 26 22:51:42.355 INFO kablam! | Oct 26 22:51:42.355 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 26 22:51:42.355 INFO kablam! Oct 26 22:51:42.355 INFO kablam! warning: unused `#[macro_use]` import Oct 26 22:51:42.355 INFO kablam! --> src/main.rs:3:1 Oct 26 22:51:42.355 INFO kablam! | Oct 26 22:51:42.355 INFO kablam! 3 | #[macro_use] extern crate diesel_derives; Oct 26 22:51:42.356 INFO kablam! | ^^^^^^^^^^^^ Oct 26 22:51:42.356 INFO kablam! Oct 26 22:51:42.356 INFO kablam! warning: cannot find type `table` in this scope Oct 26 22:51:42.356 INFO kablam! --> <::diesel::macros::table_body macros>:165:33 Oct 26 22:51:42.356 INFO kablam! | Oct 26 22:51:42.356 INFO kablam! 165 | derive ( Debug , Clone , Copy , QueryId ) ] /// The actual table struct Oct 26 22:51:42.356 INFO kablam! | ^^^^^^^ names from parent modules are not accessible without an explicit import Oct 26 22:51:42.356 INFO kablam! | Oct 26 22:51:42.356 INFO kablam! = note: #[warn(proc_macro_derive_resolution_fallback)] on by default Oct 26 22:51:42.356 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 26 22:51:42.356 INFO kablam! = note: for more information, see issue #50504 Oct 26 22:51:42.356 INFO kablam! Oct 26 22:51:42.356 INFO kablam! warning: cannot find type `table` in this scope Oct 26 22:51:42.356 INFO kablam! --> <::diesel::macros::table_body macros>:165:33 Oct 26 22:51:42.356 INFO kablam! | Oct 26 22:51:42.356 INFO kablam! 165 | derive ( Debug , Clone , Copy , QueryId ) ] /// The actual table struct Oct 26 22:51:42.356 INFO kablam! | ^^^^^^^ names from parent modules are not accessible without an explicit import Oct 26 22:51:42.356 INFO kablam! | Oct 26 22:51:42.360 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 26 22:51:42.360 INFO kablam! = note: for more information, see issue #50504 Oct 26 22:51:42.360 INFO kablam! Oct 26 22:51:42.360 INFO kablam! warning: cannot find type `id` in this scope Oct 26 22:51:42.360 INFO kablam! --> <::diesel::macros::__diesel_column macros>:5:33 Oct 26 22:51:42.360 INFO kablam! | Oct 26 22:51:42.360 INFO kablam! 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Oct 26 22:51:42.360 INFO kablam! | ^^^^^^^ names from parent modules are not accessible without an explicit import Oct 26 22:51:42.360 INFO kablam! | Oct 26 22:51:42.360 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 26 22:51:42.360 INFO kablam! = note: for more information, see issue #50504 Oct 26 22:51:42.360 INFO kablam! Oct 26 22:51:42.360 INFO kablam! warning: cannot find type `date` in this scope Oct 26 22:51:42.360 INFO kablam! --> <::diesel::macros::__diesel_column macros>:5:33 Oct 26 22:51:42.360 INFO kablam! | Oct 26 22:51:42.360 INFO kablam! 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Oct 26 22:51:42.360 INFO kablam! | ^^^^^^^ names from parent modules are not accessible without an explicit import Oct 26 22:51:42.360 INFO kablam! | Oct 26 22:51:42.360 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 26 22:51:42.360 INFO kablam! = note: for more information, see issue #50504 Oct 26 22:51:42.360 INFO kablam! Oct 26 22:51:42.360 INFO kablam! warning: cannot find type `entry_type` in this scope Oct 26 22:51:42.360 INFO kablam! --> <::diesel::macros::__diesel_column macros>:5:33 Oct 26 22:51:42.360 INFO kablam! | Oct 26 22:51:42.360 INFO kablam! 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Oct 26 22:51:42.360 INFO kablam! | ^^^^^^^ names from parent modules are not accessible without an explicit import Oct 26 22:51:42.360 INFO kablam! | Oct 26 22:51:42.361 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 26 22:51:42.361 INFO kablam! = note: for more information, see issue #50504 Oct 26 22:51:42.361 INFO kablam! Oct 26 22:51:42.361 INFO kablam! warning: cannot find type `sgv` in this scope Oct 26 22:51:42.361 INFO kablam! --> <::diesel::macros::__diesel_column macros>:5:33 Oct 26 22:51:42.361 INFO kablam! | Oct 26 22:51:42.361 INFO kablam! 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Oct 26 22:51:42.361 INFO kablam! | ^^^^^^^ names from parent modules are not accessible without an explicit import Oct 26 22:51:42.361 INFO kablam! | Oct 26 22:51:42.361 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 26 22:51:42.361 INFO kablam! = note: for more information, see issue #50504 Oct 26 22:51:42.361 INFO kablam! Oct 26 22:51:42.361 INFO kablam! warning: cannot find type `direction` in this scope Oct 26 22:51:42.361 INFO kablam! --> <::diesel::macros::__diesel_column macros>:5:33 Oct 26 22:51:42.361 INFO kablam! | Oct 26 22:51:42.361 INFO kablam! 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Oct 26 22:51:42.361 INFO kablam! | ^^^^^^^ names from parent modules are not accessible without an explicit import Oct 26 22:51:42.361 INFO kablam! | Oct 26 22:51:42.361 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 26 22:51:42.361 INFO kablam! = note: for more information, see issue #50504 Oct 26 22:51:42.361 INFO kablam! Oct 26 22:51:42.361 INFO kablam! warning: cannot find type `noise` in this scope Oct 26 22:51:42.361 INFO kablam! --> <::diesel::macros::__diesel_column macros>:5:33 Oct 26 22:51:42.361 INFO kablam! | Oct 26 22:51:42.361 INFO kablam! 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Oct 26 22:51:42.361 INFO kablam! | ^^^^^^^ names from parent modules are not accessible without an explicit import Oct 26 22:51:42.361 INFO kablam! | Oct 26 22:51:42.361 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 26 22:51:42.361 INFO kablam! = note: for more information, see issue #50504 Oct 26 22:51:42.361 INFO kablam! Oct 26 22:51:42.361 INFO kablam! warning: cannot find type `filtered` in this scope Oct 26 22:51:42.361 INFO kablam! --> <::diesel::macros::__diesel_column macros>:5:33 Oct 26 22:51:42.361 INFO kablam! | Oct 26 22:51:42.361 INFO kablam! 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Oct 26 22:51:42.361 INFO kablam! | ^^^^^^^ names from parent modules are not accessible without an explicit import Oct 26 22:51:42.361 INFO kablam! | Oct 26 22:51:42.361 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 26 22:51:42.361 INFO kablam! = note: for more information, see issue #50504 Oct 26 22:51:42.361 INFO kablam! Oct 26 22:51:42.361 INFO kablam! warning: cannot find type `unfiltered` in this scope Oct 26 22:51:42.361 INFO kablam! --> <::diesel::macros::__diesel_column macros>:5:33 Oct 26 22:51:42.361 INFO kablam! | Oct 26 22:51:42.361 INFO kablam! 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Oct 26 22:51:42.361 INFO kablam! | ^^^^^^^ names from parent modules are not accessible without an explicit import Oct 26 22:51:42.361 INFO kablam! | Oct 26 22:51:42.361 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 26 22:51:42.361 INFO kablam! = note: for more information, see issue #50504 Oct 26 22:51:42.361 INFO kablam! Oct 26 22:51:42.372 INFO kablam! warning: cannot find type `rssi` in this scope Oct 26 22:51:42.372 INFO kablam! --> <::diesel::macros::__diesel_column macros>:5:33 Oct 26 22:51:42.372 INFO kablam! | Oct 26 22:51:42.372 INFO kablam! 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Oct 26 22:51:42.372 INFO kablam! | ^^^^^^^ names from parent modules are not accessible without an explicit import Oct 26 22:51:42.372 INFO kablam! | Oct 26 22:51:42.372 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 26 22:51:42.372 INFO kablam! = note: for more information, see issue #50504 Oct 26 22:51:42.372 INFO kablam! Oct 26 22:51:42.372 INFO kablam! warning: cannot find type `DateTime` in this scope Oct 26 22:51:42.372 INFO kablam! --> src/models.rs:5:41 Oct 26 22:51:42.372 INFO kablam! | Oct 26 22:51:42.372 INFO kablam! 5 | #[derive(Deserialize, Serialize, Debug, Queryable, Insertable)] Oct 26 22:51:42.372 INFO kablam! | ^^^^^^^^^ names from parent modules are not accessible without an explicit import Oct 26 22:51:42.372 INFO kablam! | Oct 26 22:51:42.372 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 26 22:51:42.372 INFO kablam! = note: for more information, see issue #50504 Oct 26 22:51:42.372 INFO kablam! Oct 26 22:51:42.372 INFO kablam! warning: cannot find type `Utc` in this scope Oct 26 22:51:42.373 INFO kablam! --> src/models.rs:5:41 Oct 26 22:51:42.373 INFO kablam! | Oct 26 22:51:42.373 INFO kablam! 5 | #[derive(Deserialize, Serialize, Debug, Queryable, Insertable)] Oct 26 22:51:42.373 INFO kablam! | ^^^^^^^^^ names from parent modules are not accessible without an explicit import Oct 26 22:51:42.373 INFO kablam! | Oct 26 22:51:42.373 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 26 22:51:42.373 INFO kablam! = note: for more information, see issue #50504 Oct 26 22:51:42.373 INFO kablam! Oct 26 22:51:42.373 INFO kablam! warning: cannot find type `Entry` in this scope Oct 26 22:51:42.373 INFO kablam! --> src/models.rs:5:41 Oct 26 22:51:42.373 INFO kablam! | Oct 26 22:51:42.373 INFO kablam! 5 | #[derive(Deserialize, Serialize, Debug, Queryable, Insertable)] Oct 26 22:51:42.373 INFO kablam! | ^^^^^^^^^ names from parent modules are not accessible without an explicit import Oct 26 22:51:42.373 INFO kablam! | Oct 26 22:51:42.373 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 26 22:51:42.373 INFO kablam! = note: for more information, see issue #50504 Oct 26 22:51:42.373 INFO kablam! Oct 26 22:51:42.373 INFO kablam! warning: cannot find type `entries` in this scope Oct 26 22:51:42.373 INFO kablam! --> src/models.rs:5:52 Oct 26 22:51:42.373 INFO kablam! | Oct 26 22:51:42.373 INFO kablam! 5 | #[derive(Deserialize, Serialize, Debug, Queryable, Insertable)] Oct 26 22:51:42.373 INFO kablam! | ^^^^^^^^^^ names from parent modules are not accessible without an explicit import Oct 26 22:51:42.373 INFO kablam! | Oct 26 22:51:42.373 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 26 22:51:42.373 INFO kablam! = note: for more information, see issue #50504 Oct 26 22:51:42.373 INFO kablam! Oct 26 22:51:42.373 INFO kablam! warning: cannot find type `Entry` in this scope Oct 26 22:51:42.373 INFO kablam! --> src/models.rs:5:52 Oct 26 22:51:42.373 INFO kablam! | Oct 26 22:51:42.373 INFO kablam! 5 | #[derive(Deserialize, Serialize, Debug, Queryable, Insertable)] Oct 26 22:51:42.373 INFO kablam! | ^^^^^^^^^^ names from parent modules are not accessible without an explicit import Oct 26 22:51:42.373 INFO kablam! | Oct 26 22:51:42.373 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 26 22:51:42.373 INFO kablam! = note: for more information, see issue #50504 Oct 26 22:51:42.373 INFO kablam! Oct 26 22:51:42.373 INFO kablam! warning: cannot find type `DateTime` in this scope Oct 26 22:51:42.373 INFO kablam! --> src/models.rs:5:52 Oct 26 22:51:42.373 INFO kablam! | Oct 26 22:51:42.373 INFO kablam! 5 | #[derive(Deserialize, Serialize, Debug, Queryable, Insertable)] Oct 26 22:51:42.373 INFO kablam! | ^^^^^^^^^^ names from parent modules are not accessible without an explicit import Oct 26 22:51:42.373 INFO kablam! | Oct 26 22:51:42.373 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 26 22:51:42.373 INFO kablam! = note: for more information, see issue #50504 Oct 26 22:51:42.373 INFO kablam! Oct 26 22:51:42.373 INFO kablam! warning: cannot find type `Utc` in this scope Oct 26 22:51:42.373 INFO kablam! --> src/models.rs:5:52 Oct 26 22:51:42.373 INFO kablam! | Oct 26 22:51:42.373 INFO kablam! 5 | #[derive(Deserialize, Serialize, Debug, Queryable, Insertable)] Oct 26 22:51:42.373 INFO kablam! | ^^^^^^^^^^ names from parent modules are not accessible without an explicit import Oct 26 22:51:42.373 INFO kablam! | Oct 26 22:51:42.373 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 26 22:51:42.373 INFO kablam! = note: for more information, see issue #50504 Oct 26 22:51:42.373 INFO kablam! Oct 26 22:51:42.373 INFO kablam! warning: unused import: `dsl::*` Oct 26 22:51:42.373 INFO kablam! --> src/main.rs:28:21 Oct 26 22:51:42.373 INFO kablam! | Oct 26 22:51:42.373 INFO kablam! 28 | entries::{self, dsl::*}, Oct 26 22:51:42.373 INFO kablam! | ^^^^^^ Oct 26 22:51:42.373 INFO kablam! Oct 26 22:51:42.579 INFO kablam! warning: unused `#[macro_use]` import Oct 26 22:51:42.579 INFO kablam! --> src/main.rs:2:1 Oct 26 22:51:42.580 INFO kablam! | Oct 26 22:51:42.580 INFO kablam! 2 | #[macro_use] extern crate log; Oct 26 22:51:42.580 INFO kablam! | ^^^^^^^^^^^^ Oct 26 22:51:42.580 INFO kablam! | Oct 26 22:51:42.581 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 26 22:51:42.581 INFO kablam! Oct 26 22:51:42.581 INFO kablam! warning: unused `#[macro_use]` import Oct 26 22:51:42.581 INFO kablam! --> src/main.rs:3:1 Oct 26 22:51:42.582 INFO kablam! | Oct 26 22:51:42.582 INFO kablam! 3 | #[macro_use] extern crate diesel_derives; Oct 26 22:51:42.582 INFO kablam! | ^^^^^^^^^^^^ Oct 26 22:51:42.582 INFO kablam! Oct 26 22:51:42.583 INFO kablam! warning: cannot find type `table` in this scope Oct 26 22:51:42.583 INFO kablam! --> <::diesel::macros::table_body macros>:165:33 Oct 26 22:51:42.583 INFO kablam! | Oct 26 22:51:42.584 INFO kablam! 165 | derive ( Debug , Clone , Copy , QueryId ) ] /// The actual table struct Oct 26 22:51:42.584 INFO kablam! | ^^^^^^^ names from parent modules are not accessible without an explicit import Oct 26 22:51:42.584 INFO kablam! | Oct 26 22:51:42.585 INFO kablam! = note: #[warn(proc_macro_derive_resolution_fallback)] on by default Oct 26 22:51:42.585 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 26 22:51:42.585 INFO kablam! = note: for more information, see issue #50504 Oct 26 22:51:42.585 INFO kablam! Oct 26 22:51:42.586 INFO kablam! warning: cannot find type `table` in this scope Oct 26 22:51:42.586 INFO kablam! --> <::diesel::macros::table_body macros>:165:33 Oct 26 22:51:42.586 INFO kablam! | Oct 26 22:51:42.587 INFO kablam! 165 | derive ( Debug , Clone , Copy , QueryId ) ] /// The actual table struct Oct 26 22:51:42.587 INFO kablam! | ^^^^^^^ names from parent modules are not accessible without an explicit import Oct 26 22:51:42.587 INFO kablam! | Oct 26 22:51:42.587 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 26 22:51:42.588 INFO kablam! = note: for more information, see issue #50504 Oct 26 22:51:42.588 INFO kablam! Oct 26 22:51:42.588 INFO kablam! warning: cannot find type `id` in this scope Oct 26 22:51:42.588 INFO kablam! --> <::diesel::macros::__diesel_column macros>:5:33 Oct 26 22:51:42.589 INFO kablam! | Oct 26 22:51:42.589 INFO kablam! 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Oct 26 22:51:42.589 INFO kablam! | ^^^^^^^ names from parent modules are not accessible without an explicit import Oct 26 22:51:42.590 INFO kablam! | Oct 26 22:51:42.590 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 26 22:51:42.590 INFO kablam! = note: for more information, see issue #50504 Oct 26 22:51:42.590 INFO kablam! Oct 26 22:51:42.590 INFO kablam! warning: cannot find type `date` in this scope Oct 26 22:51:42.591 INFO kablam! --> <::diesel::macros::__diesel_column macros>:5:33 Oct 26 22:51:42.592 INFO kablam! | Oct 26 22:51:42.592 INFO kablam! 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Oct 26 22:51:42.592 INFO kablam! | ^^^^^^^ names from parent modules are not accessible without an explicit import Oct 26 22:51:42.592 INFO kablam! | Oct 26 22:51:42.592 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 26 22:51:42.592 INFO kablam! = note: for more information, see issue #50504 Oct 26 22:51:42.592 INFO kablam! Oct 26 22:51:42.592 INFO kablam! warning: cannot find type `entry_type` in this scope Oct 26 22:51:42.592 INFO kablam! --> <::diesel::macros::__diesel_column macros>:5:33 Oct 26 22:51:42.592 INFO kablam! | Oct 26 22:51:42.592 INFO kablam! 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Oct 26 22:51:42.592 INFO kablam! | ^^^^^^^ names from parent modules are not accessible without an explicit import Oct 26 22:51:42.592 INFO kablam! | Oct 26 22:51:42.592 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 26 22:51:42.592 INFO kablam! = note: for more information, see issue #50504 Oct 26 22:51:42.592 INFO kablam! Oct 26 22:51:42.592 INFO kablam! warning: cannot find type `sgv` in this scope Oct 26 22:51:42.592 INFO kablam! --> <::diesel::macros::__diesel_column macros>:5:33 Oct 26 22:51:42.592 INFO kablam! | Oct 26 22:51:42.592 INFO kablam! 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Oct 26 22:51:42.592 INFO kablam! | ^^^^^^^ names from parent modules are not accessible without an explicit import Oct 26 22:51:42.592 INFO kablam! | Oct 26 22:51:42.592 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 26 22:51:42.592 INFO kablam! = note: for more information, see issue #50504 Oct 26 22:51:42.592 INFO kablam! Oct 26 22:51:42.592 INFO kablam! warning: cannot find type `direction` in this scope Oct 26 22:51:42.592 INFO kablam! --> <::diesel::macros::__diesel_column macros>:5:33 Oct 26 22:51:42.592 INFO kablam! | Oct 26 22:51:42.592 INFO kablam! 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Oct 26 22:51:42.592 INFO kablam! | ^^^^^^^ names from parent modules are not accessible without an explicit import Oct 26 22:51:42.592 INFO kablam! | Oct 26 22:51:42.592 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 26 22:51:42.592 INFO kablam! = note: for more information, see issue #50504 Oct 26 22:51:42.592 INFO kablam! Oct 26 22:51:42.592 INFO kablam! warning: cannot find type `noise` in this scope Oct 26 22:51:42.592 INFO kablam! --> <::diesel::macros::__diesel_column macros>:5:33 Oct 26 22:51:42.592 INFO kablam! | Oct 26 22:51:42.592 INFO kablam! 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Oct 26 22:51:42.592 INFO kablam! | ^^^^^^^ names from parent modules are not accessible without an explicit import Oct 26 22:51:42.592 INFO kablam! | Oct 26 22:51:42.592 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 26 22:51:42.592 INFO kablam! = note: for more information, see issue #50504 Oct 26 22:51:42.592 INFO kablam! Oct 26 22:51:42.592 INFO kablam! warning: cannot find type `filtered` in this scope Oct 26 22:51:42.592 INFO kablam! --> <::diesel::macros::__diesel_column macros>:5:33 Oct 26 22:51:42.592 INFO kablam! | Oct 26 22:51:42.592 INFO kablam! 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Oct 26 22:51:42.592 INFO kablam! | ^^^^^^^ names from parent modules are not accessible without an explicit import Oct 26 22:51:42.592 INFO kablam! | Oct 26 22:51:42.593 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 26 22:51:42.593 INFO kablam! = note: for more information, see issue #50504 Oct 26 22:51:42.593 INFO kablam! Oct 26 22:51:42.593 INFO kablam! warning: cannot find type `unfiltered` in this scope Oct 26 22:51:42.593 INFO kablam! --> <::diesel::macros::__diesel_column macros>:5:33 Oct 26 22:51:42.593 INFO kablam! | Oct 26 22:51:42.593 INFO kablam! 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Oct 26 22:51:42.593 INFO kablam! | ^^^^^^^ names from parent modules are not accessible without an explicit import Oct 26 22:51:42.593 INFO kablam! | Oct 26 22:51:42.593 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 26 22:51:42.593 INFO kablam! = note: for more information, see issue #50504 Oct 26 22:51:42.593 INFO kablam! Oct 26 22:51:42.593 INFO kablam! warning: cannot find type `rssi` in this scope Oct 26 22:51:42.593 INFO kablam! --> <::diesel::macros::__diesel_column macros>:5:33 Oct 26 22:51:42.593 INFO kablam! | Oct 26 22:51:42.593 INFO kablam! 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Oct 26 22:51:42.593 INFO kablam! | ^^^^^^^ names from parent modules are not accessible without an explicit import Oct 26 22:51:42.593 INFO kablam! | Oct 26 22:51:42.593 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 26 22:51:42.593 INFO kablam! = note: for more information, see issue #50504 Oct 26 22:51:42.593 INFO kablam! Oct 26 22:51:42.593 INFO kablam! warning: cannot find type `DateTime` in this scope Oct 26 22:51:42.593 INFO kablam! --> src/models.rs:5:41 Oct 26 22:51:42.593 INFO kablam! | Oct 26 22:51:42.593 INFO kablam! 5 | #[derive(Deserialize, Serialize, Debug, Queryable, Insertable)] Oct 26 22:51:42.593 INFO kablam! | ^^^^^^^^^ names from parent modules are not accessible without an explicit import Oct 26 22:51:42.593 INFO kablam! | Oct 26 22:51:42.593 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 26 22:51:42.593 INFO kablam! = note: for more information, see issue #50504 Oct 26 22:51:42.593 INFO kablam! Oct 26 22:51:42.593 INFO kablam! warning: cannot find type `Utc` in this scope Oct 26 22:51:42.593 INFO kablam! --> src/models.rs:5:41 Oct 26 22:51:42.593 INFO kablam! | Oct 26 22:51:42.593 INFO kablam! 5 | #[derive(Deserialize, Serialize, Debug, Queryable, Insertable)] Oct 26 22:51:42.593 INFO kablam! | ^^^^^^^^^ names from parent modules are not accessible without an explicit import Oct 26 22:51:42.593 INFO kablam! | Oct 26 22:51:42.593 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 26 22:51:42.593 INFO kablam! = note: for more information, see issue #50504 Oct 26 22:51:42.593 INFO kablam! Oct 26 22:51:42.593 INFO kablam! warning: cannot find type `Entry` in this scope Oct 26 22:51:42.593 INFO kablam! --> src/models.rs:5:41 Oct 26 22:51:42.593 INFO kablam! | Oct 26 22:51:42.593 INFO kablam! 5 | #[derive(Deserialize, Serialize, Debug, Queryable, Insertable)] Oct 26 22:51:42.593 INFO kablam! | ^^^^^^^^^ names from parent modules are not accessible without an explicit import Oct 26 22:51:42.593 INFO kablam! | Oct 26 22:51:42.593 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 26 22:51:42.593 INFO kablam! = note: for more information, see issue #50504 Oct 26 22:51:42.593 INFO kablam! Oct 26 22:51:42.593 INFO kablam! warning: cannot find type `entries` in this scope Oct 26 22:51:42.593 INFO kablam! --> src/models.rs:5:52 Oct 26 22:51:42.593 INFO kablam! | Oct 26 22:51:42.593 INFO kablam! 5 | #[derive(Deserialize, Serialize, Debug, Queryable, Insertable)] Oct 26 22:51:42.593 INFO kablam! | ^^^^^^^^^^ names from parent modules are not accessible without an explicit import Oct 26 22:51:42.593 INFO kablam! | Oct 26 22:51:42.593 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 26 22:51:42.593 INFO kablam! = note: for more information, see issue #50504 Oct 26 22:51:42.593 INFO kablam! Oct 26 22:51:42.593 INFO kablam! warning: cannot find type `Entry` in this scope Oct 26 22:51:42.593 INFO kablam! --> src/models.rs:5:52 Oct 26 22:51:42.593 INFO kablam! | Oct 26 22:51:42.593 INFO kablam! 5 | #[derive(Deserialize, Serialize, Debug, Queryable, Insertable)] Oct 26 22:51:42.593 INFO kablam! | ^^^^^^^^^^ names from parent modules are not accessible without an explicit import Oct 26 22:51:42.593 INFO kablam! | Oct 26 22:51:42.593 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 26 22:51:42.593 INFO kablam! = note: for more information, see issue #50504 Oct 26 22:51:42.593 INFO kablam! Oct 26 22:51:42.593 INFO kablam! warning: cannot find type `DateTime` in this scope Oct 26 22:51:42.593 INFO kablam! --> src/models.rs:5:52 Oct 26 22:51:42.593 INFO kablam! | Oct 26 22:51:42.593 INFO kablam! 5 | #[derive(Deserialize, Serialize, Debug, Queryable, Insertable)] Oct 26 22:51:42.593 INFO kablam! | ^^^^^^^^^^ names from parent modules are not accessible without an explicit import Oct 26 22:51:42.593 INFO kablam! | Oct 26 22:51:42.593 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 26 22:51:42.593 INFO kablam! = note: for more information, see issue #50504 Oct 26 22:51:42.593 INFO kablam! Oct 26 22:51:42.593 INFO kablam! warning: cannot find type `Utc` in this scope Oct 26 22:51:42.593 INFO kablam! --> src/models.rs:5:52 Oct 26 22:51:42.593 INFO kablam! | Oct 26 22:51:42.593 INFO kablam! 5 | #[derive(Deserialize, Serialize, Debug, Queryable, Insertable)] Oct 26 22:51:42.593 INFO kablam! | ^^^^^^^^^^ names from parent modules are not accessible without an explicit import Oct 26 22:51:42.593 INFO kablam! | Oct 26 22:51:42.593 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 26 22:51:42.593 INFO kablam! = note: for more information, see issue #50504 Oct 26 22:51:42.593 INFO kablam! Oct 26 22:51:42.593 INFO kablam! warning: unused import: `dsl::*` Oct 26 22:51:42.593 INFO kablam! --> src/main.rs:28:21 Oct 26 22:51:42.593 INFO kablam! | Oct 26 22:51:42.593 INFO kablam! 28 | entries::{self, dsl::*}, Oct 26 22:51:42.593 INFO kablam! | ^^^^^^ Oct 26 22:51:42.594 INFO kablam! Oct 26 22:51:43.139 INFO kablam! warning: unused variable: `db` Oct 26 22:51:43.139 INFO kablam! --> src/main.rs:59:15 Oct 26 22:51:43.139 INFO kablam! | Oct 26 22:51:43.140 INFO kablam! 59 | .map(|db: Arc| { Oct 26 22:51:43.140 INFO kablam! | ^^ help: consider using `_db` instead Oct 26 22:51:43.140 INFO kablam! | Oct 26 22:51:43.147 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 26 22:51:43.147 INFO kablam! Oct 26 22:51:43.307 INFO kablam! warning: unused variable: `db` Oct 26 22:51:43.307 INFO kablam! --> src/main.rs:59:15 Oct 26 22:51:43.307 INFO kablam! | Oct 26 22:51:43.308 INFO kablam! 59 | .map(|db: Arc| { Oct 26 22:51:43.308 INFO kablam! | ^^ help: consider using `_db` instead Oct 26 22:51:43.308 INFO kablam! | Oct 26 22:51:43.309 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 26 22:51:43.309 INFO kablam! Oct 26 22:51:43.709 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 1m 11s Oct 26 22:51:43.727 INFO kablam! su: No module specific data is present Oct 26 22:51:44.923 INFO running `"docker" "rm" "-f" "d738f9cc8a874e552fdb14b94f3a4bf9dfc24e5e6554b972989c7fdb8199b655"` Oct 26 22:51:45.259 INFO blam! d738f9cc8a874e552fdb14b94f3a4bf9dfc24e5e6554b972989c7fdb8199b655