Nov 16 16:47:40.761 INFO testing pimeys/t1-dashboard against master#6b9b97bd9b704f85f0184f7a213cc4d62bd9654c for pr-55982 Nov 16 16:47:40.762 INFO running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/pr-55982/worker-0/master#6b9b97bd9b704f85f0184f7a213cc4d62bd9654c:/target:rw,Z" "-v" "/mnt/big/crater/work/local/test-source/worker-0/pr-55982/master#6b9b97bd9b704f85f0184f7a213cc4d62bd9654c:/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 +6b9b97bd9b704f85f0184f7a213cc4d62bd9654c-alt build --frozen" "-e" "CARGO_TARGET_DIR=/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/cargo-home" "-e" "RUSTUP_HOME=/rustup-home" "-m" "1536M" "--network" "none" "crater"` Nov 16 16:47:41.106 INFO [stdout] 522e9257678468f8014ef84fc1984f62e1cdca7fd38777a63653cf6398e576bd Nov 16 16:47:41.115 INFO running `"docker" "start" "-a" "522e9257678468f8014ef84fc1984f62e1cdca7fd38777a63653cf6398e576bd"` Nov 16 16:47:42.689 INFO [stderr] usermod: no changes Nov 16 16:47:43.114 INFO [stderr] Compiling proc-macro2 v0.4.18 Nov 16 16:47:43.139 INFO [stderr] Compiling ipnetwork v0.12.8 Nov 16 16:47:43.151 INFO [stderr] Compiling uuid v0.6.5 Nov 16 16:47:43.151 INFO [stderr] Compiling mio v0.6.16 Nov 16 16:47:43.155 INFO [stderr] Compiling http v0.1.12 Nov 16 16:47:43.167 INFO [stderr] Compiling parking_lot v0.6.4 Nov 16 16:47:43.167 INFO [stderr] Compiling chrono v0.4.6 Nov 16 16:47:43.192 INFO [stderr] Compiling serde_urlencoded v0.5.3 Nov 16 16:47:49.783 INFO [stderr] Compiling regex v1.0.5 Nov 16 16:47:49.783 INFO [stderr] Compiling regex v0.2.11 Nov 16 16:47:49.783 INFO [stderr] Compiling num v0.1.42 Nov 16 16:47:49.783 INFO [stderr] Compiling sha-1 v0.7.0 Nov 16 16:47:51.664 INFO [stderr] Compiling bigdecimal v0.0.11 Nov 16 16:47:53.383 INFO [stderr] Compiling tungstenite v0.6.0 Nov 16 16:48:00.335 INFO [stderr] Compiling diesel v1.3.2 Nov 16 16:48:01.591 INFO [stderr] Compiling tokio-reactor v0.1.5 Nov 16 16:48:01.591 INFO [stderr] Compiling mio-uds v0.6.7 Nov 16 16:48:30.707 INFO [stderr] Compiling quote v0.6.8 Nov 16 16:48:30.707 INFO [stderr] Compiling tokio-uds v0.2.1 Nov 16 16:48:30.823 INFO [stderr] Compiling tokio-tcp v0.1.1 Nov 16 16:48:30.837 INFO [stderr] Compiling tokio-udp v0.1.2 Nov 16 16:48:31.387 INFO [stderr] Compiling dotenv v0.9.0 Nov 16 16:48:32.416 INFO [stderr] Compiling h2 v0.1.12 Nov 16 16:48:35.183 INFO [stderr] Compiling env_logger v0.5.13 Nov 16 16:48:36.291 INFO [stderr] Compiling tokio v0.1.8 Nov 16 16:48:38.059 INFO [stderr] Compiling syn v0.15.1 Nov 16 16:48:39.507 INFO [stderr] Compiling pretty_env_logger v0.2.4 Nov 16 16:48:47.399 INFO [stderr] Compiling hyper v0.12.9 Nov 16 16:48:52.659 INFO [stderr] Compiling serde_derive v1.0.77 Nov 16 16:48:56.187 INFO [stderr] Compiling warp v0.1.3 Nov 16 16:49:27.584 INFO [stderr] Compiling r2d2-diesel v1.0.0 Nov 16 16:49:28.421 INFO [stderr] Compiling t1-dashboard v0.1.0 (/source) Nov 16 16:49:30.739 INFO [stderr] warning: unused `#[macro_use]` import Nov 16 16:49:30.740 INFO [stderr] --> src/main.rs:2:1 Nov 16 16:49:30.741 INFO [stderr] | Nov 16 16:49:30.741 INFO [stderr] 2 | #[macro_use] extern crate log; Nov 16 16:49:30.742 INFO [stderr] | ^^^^^^^^^^^^ Nov 16 16:49:30.743 INFO [stderr] | Nov 16 16:49:30.743 INFO [stderr] = note: #[warn(unused_imports)] on by default Nov 16 16:49:30.744 INFO [stderr] Nov 16 16:49:30.744 INFO [stderr] warning: unused `#[macro_use]` import Nov 16 16:49:30.745 INFO [stderr] --> src/main.rs:3:1 Nov 16 16:49:30.746 INFO [stderr] | Nov 16 16:49:30.746 INFO [stderr] 3 | #[macro_use] extern crate diesel_derives; Nov 16 16:49:30.747 INFO [stderr] | ^^^^^^^^^^^^ Nov 16 16:49:30.747 INFO [stderr] Nov 16 16:49:30.748 INFO [stderr] warning: cannot find type `table` in this scope Nov 16 16:49:30.749 INFO [stderr] --> <::diesel::macros::table_body macros>:165:33 Nov 16 16:49:30.749 INFO [stderr] | Nov 16 16:49:30.749 INFO [stderr] 165 | derive ( Debug , Clone , Copy , QueryId ) ] /// The actual table struct Nov 16 16:49:30.749 INFO [stderr] | ^^^^^^^ names from parent modules are not accessible without an explicit import Nov 16 16:49:30.749 INFO [stderr] | Nov 16 16:49:30.749 INFO [stderr] = note: #[warn(proc_macro_derive_resolution_fallback)] on by default Nov 16 16:49:30.749 INFO [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Nov 16 16:49:30.749 INFO [stderr] = note: for more information, see issue #50504 Nov 16 16:49:30.749 INFO [stderr] Nov 16 16:49:30.749 INFO [stderr] warning: cannot find type `table` in this scope Nov 16 16:49:30.749 INFO [stderr] --> <::diesel::macros::table_body macros>:165:33 Nov 16 16:49:30.749 INFO [stderr] | Nov 16 16:49:30.749 INFO [stderr] 165 | derive ( Debug , Clone , Copy , QueryId ) ] /// The actual table struct Nov 16 16:49:30.749 INFO [stderr] | ^^^^^^^ names from parent modules are not accessible without an explicit import Nov 16 16:49:30.749 INFO [stderr] | Nov 16 16:49:30.749 INFO [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Nov 16 16:49:30.749 INFO [stderr] = note: for more information, see issue #50504 Nov 16 16:49:30.755 INFO [stderr] Nov 16 16:49:30.755 INFO [stderr] warning: cannot find type `id` in this scope Nov 16 16:49:30.755 INFO [stderr] --> <::diesel::macros::__diesel_column macros>:5:33 Nov 16 16:49:30.755 INFO [stderr] | Nov 16 16:49:30.755 INFO [stderr] 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Nov 16 16:49:30.755 INFO [stderr] | ^^^^^^^ names from parent modules are not accessible without an explicit import Nov 16 16:49:30.755 INFO [stderr] | Nov 16 16:49:30.755 INFO [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Nov 16 16:49:30.755 INFO [stderr] = note: for more information, see issue #50504 Nov 16 16:49:30.755 INFO [stderr] Nov 16 16:49:30.755 INFO [stderr] warning: cannot find type `date` in this scope Nov 16 16:49:30.755 INFO [stderr] --> <::diesel::macros::__diesel_column macros>:5:33 Nov 16 16:49:30.755 INFO [stderr] | Nov 16 16:49:30.755 INFO [stderr] 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Nov 16 16:49:30.755 INFO [stderr] | ^^^^^^^ names from parent modules are not accessible without an explicit import Nov 16 16:49:30.755 INFO [stderr] | Nov 16 16:49:30.755 INFO [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Nov 16 16:49:30.755 INFO [stderr] = note: for more information, see issue #50504 Nov 16 16:49:30.755 INFO [stderr] Nov 16 16:49:30.755 INFO [stderr] warning: cannot find type `entry_type` in this scope Nov 16 16:49:30.755 INFO [stderr] --> <::diesel::macros::__diesel_column macros>:5:33 Nov 16 16:49:30.755 INFO [stderr] | Nov 16 16:49:30.755 INFO [stderr] 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Nov 16 16:49:30.755 INFO [stderr] | ^^^^^^^ names from parent modules are not accessible without an explicit import Nov 16 16:49:30.755 INFO [stderr] | Nov 16 16:49:30.755 INFO [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Nov 16 16:49:30.755 INFO [stderr] = note: for more information, see issue #50504 Nov 16 16:49:30.756 INFO [stderr] Nov 16 16:49:30.756 INFO [stderr] warning: cannot find type `sgv` in this scope Nov 16 16:49:30.756 INFO [stderr] --> <::diesel::macros::__diesel_column macros>:5:33 Nov 16 16:49:30.756 INFO [stderr] | Nov 16 16:49:30.756 INFO [stderr] 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Nov 16 16:49:30.756 INFO [stderr] | ^^^^^^^ names from parent modules are not accessible without an explicit import Nov 16 16:49:30.756 INFO [stderr] | Nov 16 16:49:30.756 INFO [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Nov 16 16:49:30.756 INFO [stderr] = note: for more information, see issue #50504 Nov 16 16:49:30.756 INFO [stderr] Nov 16 16:49:30.756 INFO [stderr] warning: cannot find type `direction` in this scope Nov 16 16:49:30.756 INFO [stderr] --> <::diesel::macros::__diesel_column macros>:5:33 Nov 16 16:49:30.756 INFO [stderr] | Nov 16 16:49:30.756 INFO [stderr] 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Nov 16 16:49:30.756 INFO [stderr] | ^^^^^^^ names from parent modules are not accessible without an explicit import Nov 16 16:49:30.756 INFO [stderr] | Nov 16 16:49:30.756 INFO [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Nov 16 16:49:30.756 INFO [stderr] = note: for more information, see issue #50504 Nov 16 16:49:30.756 INFO [stderr] Nov 16 16:49:30.756 INFO [stderr] warning: cannot find type `noise` in this scope Nov 16 16:49:30.756 INFO [stderr] --> <::diesel::macros::__diesel_column macros>:5:33 Nov 16 16:49:30.756 INFO [stderr] | Nov 16 16:49:30.756 INFO [stderr] 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Nov 16 16:49:30.756 INFO [stderr] | ^^^^^^^ names from parent modules are not accessible without an explicit import Nov 16 16:49:30.756 INFO [stderr] | Nov 16 16:49:30.756 INFO [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Nov 16 16:49:30.756 INFO [stderr] = note: for more information, see issue #50504 Nov 16 16:49:30.756 INFO [stderr] Nov 16 16:49:30.756 INFO [stderr] warning: cannot find type `filtered` in this scope Nov 16 16:49:30.756 INFO [stderr] --> <::diesel::macros::__diesel_column macros>:5:33 Nov 16 16:49:30.756 INFO [stderr] | Nov 16 16:49:30.756 INFO [stderr] 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Nov 16 16:49:30.756 INFO [stderr] | ^^^^^^^ names from parent modules are not accessible without an explicit import Nov 16 16:49:30.756 INFO [stderr] | Nov 16 16:49:30.756 INFO [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Nov 16 16:49:30.756 INFO [stderr] = note: for more information, see issue #50504 Nov 16 16:49:30.756 INFO [stderr] Nov 16 16:49:30.756 INFO [stderr] warning: cannot find type `unfiltered` in this scope Nov 16 16:49:30.756 INFO [stderr] --> <::diesel::macros::__diesel_column macros>:5:33 Nov 16 16:49:30.756 INFO [stderr] | Nov 16 16:49:30.756 INFO [stderr] 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Nov 16 16:49:30.756 INFO [stderr] | ^^^^^^^ names from parent modules are not accessible without an explicit import Nov 16 16:49:30.756 INFO [stderr] | Nov 16 16:49:30.756 INFO [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Nov 16 16:49:30.756 INFO [stderr] = note: for more information, see issue #50504 Nov 16 16:49:30.756 INFO [stderr] Nov 16 16:49:30.756 INFO [stderr] warning: cannot find type `rssi` in this scope Nov 16 16:49:30.756 INFO [stderr] --> <::diesel::macros::__diesel_column macros>:5:33 Nov 16 16:49:30.756 INFO [stderr] | Nov 16 16:49:30.756 INFO [stderr] 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Nov 16 16:49:30.756 INFO [stderr] | ^^^^^^^ names from parent modules are not accessible without an explicit import Nov 16 16:49:30.756 INFO [stderr] | Nov 16 16:49:30.756 INFO [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Nov 16 16:49:30.756 INFO [stderr] = note: for more information, see issue #50504 Nov 16 16:49:30.756 INFO [stderr] Nov 16 16:49:30.756 INFO [stderr] warning: cannot find type `DateTime` in this scope Nov 16 16:49:30.756 INFO [stderr] --> src/models.rs:5:41 Nov 16 16:49:30.756 INFO [stderr] | Nov 16 16:49:30.756 INFO [stderr] 5 | #[derive(Deserialize, Serialize, Debug, Queryable, Insertable)] Nov 16 16:49:30.756 INFO [stderr] | ^^^^^^^^^ names from parent modules are not accessible without an explicit import Nov 16 16:49:30.756 INFO [stderr] | Nov 16 16:49:30.756 INFO [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Nov 16 16:49:30.756 INFO [stderr] = note: for more information, see issue #50504 Nov 16 16:49:30.756 INFO [stderr] Nov 16 16:49:30.756 INFO [stderr] warning: cannot find type `Utc` in this scope Nov 16 16:49:30.756 INFO [stderr] --> src/models.rs:5:41 Nov 16 16:49:30.756 INFO [stderr] | Nov 16 16:49:30.756 INFO [stderr] 5 | #[derive(Deserialize, Serialize, Debug, Queryable, Insertable)] Nov 16 16:49:30.756 INFO [stderr] | ^^^^^^^^^ names from parent modules are not accessible without an explicit import Nov 16 16:49:30.756 INFO [stderr] | Nov 16 16:49:30.756 INFO [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Nov 16 16:49:30.756 INFO [stderr] = note: for more information, see issue #50504 Nov 16 16:49:30.756 INFO [stderr] Nov 16 16:49:30.756 INFO [stderr] warning: cannot find type `Entry` in this scope Nov 16 16:49:30.756 INFO [stderr] --> src/models.rs:5:41 Nov 16 16:49:30.756 INFO [stderr] | Nov 16 16:49:30.756 INFO [stderr] 5 | #[derive(Deserialize, Serialize, Debug, Queryable, Insertable)] Nov 16 16:49:30.756 INFO [stderr] | ^^^^^^^^^ names from parent modules are not accessible without an explicit import Nov 16 16:49:30.756 INFO [stderr] | Nov 16 16:49:30.756 INFO [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Nov 16 16:49:30.756 INFO [stderr] = note: for more information, see issue #50504 Nov 16 16:49:30.756 INFO [stderr] Nov 16 16:49:30.756 INFO [stderr] warning: cannot find type `entries` in this scope Nov 16 16:49:30.756 INFO [stderr] --> src/models.rs:5:52 Nov 16 16:49:30.756 INFO [stderr] | Nov 16 16:49:30.756 INFO [stderr] 5 | #[derive(Deserialize, Serialize, Debug, Queryable, Insertable)] Nov 16 16:49:30.756 INFO [stderr] | ^^^^^^^^^^ names from parent modules are not accessible without an explicit import Nov 16 16:49:30.756 INFO [stderr] | Nov 16 16:49:30.756 INFO [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Nov 16 16:49:30.756 INFO [stderr] = note: for more information, see issue #50504 Nov 16 16:49:30.757 INFO [stderr] Nov 16 16:49:30.757 INFO [stderr] warning: cannot find type `Entry` in this scope Nov 16 16:49:30.757 INFO [stderr] --> src/models.rs:5:52 Nov 16 16:49:30.757 INFO [stderr] | Nov 16 16:49:30.757 INFO [stderr] 5 | #[derive(Deserialize, Serialize, Debug, Queryable, Insertable)] Nov 16 16:49:30.757 INFO [stderr] | ^^^^^^^^^^ names from parent modules are not accessible without an explicit import Nov 16 16:49:30.757 INFO [stderr] | Nov 16 16:49:30.757 INFO [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Nov 16 16:49:30.757 INFO [stderr] = note: for more information, see issue #50504 Nov 16 16:49:30.757 INFO [stderr] Nov 16 16:49:30.757 INFO [stderr] warning: cannot find type `DateTime` in this scope Nov 16 16:49:30.757 INFO [stderr] --> src/models.rs:5:52 Nov 16 16:49:30.757 INFO [stderr] | Nov 16 16:49:30.757 INFO [stderr] 5 | #[derive(Deserialize, Serialize, Debug, Queryable, Insertable)] Nov 16 16:49:30.757 INFO [stderr] | ^^^^^^^^^^ names from parent modules are not accessible without an explicit import Nov 16 16:49:30.757 INFO [stderr] | Nov 16 16:49:30.757 INFO [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Nov 16 16:49:30.757 INFO [stderr] = note: for more information, see issue #50504 Nov 16 16:49:30.757 INFO [stderr] Nov 16 16:49:30.757 INFO [stderr] warning: cannot find type `Utc` in this scope Nov 16 16:49:30.757 INFO [stderr] --> src/models.rs:5:52 Nov 16 16:49:30.757 INFO [stderr] | Nov 16 16:49:30.757 INFO [stderr] 5 | #[derive(Deserialize, Serialize, Debug, Queryable, Insertable)] Nov 16 16:49:30.757 INFO [stderr] | ^^^^^^^^^^ names from parent modules are not accessible without an explicit import Nov 16 16:49:30.757 INFO [stderr] | Nov 16 16:49:30.757 INFO [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Nov 16 16:49:30.757 INFO [stderr] = note: for more information, see issue #50504 Nov 16 16:49:30.757 INFO [stderr] Nov 16 16:49:30.757 INFO [stderr] warning: unused import: `dsl::*` Nov 16 16:49:30.757 INFO [stderr] --> src/main.rs:28:21 Nov 16 16:49:30.757 INFO [stderr] | Nov 16 16:49:30.757 INFO [stderr] 28 | entries::{self, dsl::*}, Nov 16 16:49:30.757 INFO [stderr] | ^^^^^^ Nov 16 16:49:30.757 INFO [stderr] Nov 16 16:49:31.303 INFO [stderr] warning: unused variable: `db` Nov 16 16:49:31.303 INFO [stderr] --> src/main.rs:59:15 Nov 16 16:49:31.303 INFO [stderr] | Nov 16 16:49:31.303 INFO [stderr] 59 | .map(|db: Arc| { Nov 16 16:49:31.303 INFO [stderr] | ^^ help: consider using `_db` instead Nov 16 16:49:31.303 INFO [stderr] | Nov 16 16:49:31.303 INFO [stderr] = note: #[warn(unused_variables)] on by default Nov 16 16:49:31.303 INFO [stderr] Nov 16 16:49:43.127 INFO [stderr] Finished dev [unoptimized + debuginfo] target(s) in 2m 00s Nov 16 16:49:43.159 INFO [stderr] su: No module specific data is present Nov 16 16:49:43.736 INFO running `"docker" "inspect" "522e9257678468f8014ef84fc1984f62e1cdca7fd38777a63653cf6398e576bd"` Nov 16 16:49:43.981 INFO running `"docker" "rm" "-f" "522e9257678468f8014ef84fc1984f62e1cdca7fd38777a63653cf6398e576bd"` Nov 16 16:49:44.337 INFO [stdout] 522e9257678468f8014ef84fc1984f62e1cdca7fd38777a63653cf6398e576bd Nov 16 16:49:44.347 INFO running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/pr-55982/worker-0/master#6b9b97bd9b704f85f0184f7a213cc4d62bd9654c:/target:rw,Z" "-v" "/mnt/big/crater/work/local/test-source/worker-0/pr-55982/master#6b9b97bd9b704f85f0184f7a213cc4d62bd9654c:/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 +6b9b97bd9b704f85f0184f7a213cc4d62bd9654c-alt test --frozen --no-run" "-e" "CARGO_TARGET_DIR=/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/cargo-home" "-e" "RUSTUP_HOME=/rustup-home" "-m" "1536M" "--network" "none" "crater"` Nov 16 16:49:44.793 INFO [stdout] 8578440c807467ab5ea492eee5f613b7eb434229c29fd437994f26f4b566d706 Nov 16 16:49:44.794 INFO running `"docker" "start" "-a" "8578440c807467ab5ea492eee5f613b7eb434229c29fd437994f26f4b566d706"` Nov 16 16:49:46.230 INFO [stderr] usermod: no changes Nov 16 16:49:46.485 INFO [stderr] Compiling t1-dashboard v0.1.0 (/source) Nov 16 16:49:48.763 INFO [stderr] warning: unused `#[macro_use]` import Nov 16 16:49:48.763 INFO [stderr] --> src/main.rs:2:1 Nov 16 16:49:48.763 INFO [stderr] | Nov 16 16:49:48.763 INFO [stderr] 2 | #[macro_use] extern crate log; Nov 16 16:49:48.763 INFO [stderr] | ^^^^^^^^^^^^ Nov 16 16:49:48.763 INFO [stderr] | Nov 16 16:49:48.763 INFO [stderr] = note: #[warn(unused_imports)] on by default Nov 16 16:49:48.763 INFO [stderr] Nov 16 16:49:48.763 INFO [stderr] warning: unused `#[macro_use]` import Nov 16 16:49:48.763 INFO [stderr] --> src/main.rs:3:1 Nov 16 16:49:48.763 INFO [stderr] | Nov 16 16:49:48.763 INFO [stderr] 3 | #[macro_use] extern crate diesel_derives; Nov 16 16:49:48.763 INFO [stderr] | ^^^^^^^^^^^^ Nov 16 16:49:48.763 INFO [stderr] Nov 16 16:49:48.773 INFO [stderr] warning: cannot find type `table` in this scope Nov 16 16:49:48.773 INFO [stderr] --> <::diesel::macros::table_body macros>:165:33 Nov 16 16:49:48.773 INFO [stderr] | Nov 16 16:49:48.773 INFO [stderr] 165 | derive ( Debug , Clone , Copy , QueryId ) ] /// The actual table struct Nov 16 16:49:48.773 INFO [stderr] | ^^^^^^^ names from parent modules are not accessible without an explicit import Nov 16 16:49:48.773 INFO [stderr] | Nov 16 16:49:48.773 INFO [stderr] = note: #[warn(proc_macro_derive_resolution_fallback)] on by default Nov 16 16:49:48.773 INFO [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Nov 16 16:49:48.773 INFO [stderr] = note: for more information, see issue #50504 Nov 16 16:49:48.773 INFO [stderr] Nov 16 16:49:48.773 INFO [stderr] warning: cannot find type `table` in this scope Nov 16 16:49:48.773 INFO [stderr] --> <::diesel::macros::table_body macros>:165:33 Nov 16 16:49:48.773 INFO [stderr] | Nov 16 16:49:48.773 INFO [stderr] 165 | derive ( Debug , Clone , Copy , QueryId ) ] /// The actual table struct Nov 16 16:49:48.773 INFO [stderr] | ^^^^^^^ names from parent modules are not accessible without an explicit import Nov 16 16:49:48.773 INFO [stderr] | Nov 16 16:49:48.773 INFO [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Nov 16 16:49:48.773 INFO [stderr] = note: for more information, see issue #50504 Nov 16 16:49:48.773 INFO [stderr] Nov 16 16:49:48.773 INFO [stderr] warning: cannot find type `id` in this scope Nov 16 16:49:48.773 INFO [stderr] --> <::diesel::macros::__diesel_column macros>:5:33 Nov 16 16:49:48.773 INFO [stderr] | Nov 16 16:49:48.773 INFO [stderr] 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Nov 16 16:49:48.773 INFO [stderr] | ^^^^^^^ names from parent modules are not accessible without an explicit import Nov 16 16:49:48.773 INFO [stderr] | Nov 16 16:49:48.773 INFO [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Nov 16 16:49:48.773 INFO [stderr] = note: for more information, see issue #50504 Nov 16 16:49:48.773 INFO [stderr] Nov 16 16:49:48.773 INFO [stderr] warning: cannot find type `date` in this scope Nov 16 16:49:48.773 INFO [stderr] --> <::diesel::macros::__diesel_column macros>:5:33 Nov 16 16:49:48.773 INFO [stderr] | Nov 16 16:49:48.773 INFO [stderr] 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Nov 16 16:49:48.773 INFO [stderr] | ^^^^^^^ names from parent modules are not accessible without an explicit import Nov 16 16:49:48.773 INFO [stderr] | Nov 16 16:49:48.773 INFO [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Nov 16 16:49:48.773 INFO [stderr] = note: for more information, see issue #50504 Nov 16 16:49:48.773 INFO [stderr] Nov 16 16:49:48.773 INFO [stderr] warning: cannot find type `entry_type` in this scope Nov 16 16:49:48.773 INFO [stderr] --> <::diesel::macros::__diesel_column macros>:5:33 Nov 16 16:49:48.773 INFO [stderr] | Nov 16 16:49:48.773 INFO [stderr] 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Nov 16 16:49:48.773 INFO [stderr] | ^^^^^^^ names from parent modules are not accessible without an explicit import Nov 16 16:49:48.774 INFO [stderr] | Nov 16 16:49:48.774 INFO [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Nov 16 16:49:48.774 INFO [stderr] = note: for more information, see issue #50504 Nov 16 16:49:48.774 INFO [stderr] Nov 16 16:49:48.774 INFO [stderr] warning: cannot find type `sgv` in this scope Nov 16 16:49:48.774 INFO [stderr] --> <::diesel::macros::__diesel_column macros>:5:33 Nov 16 16:49:48.774 INFO [stderr] | Nov 16 16:49:48.774 INFO [stderr] 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Nov 16 16:49:48.774 INFO [stderr] | ^^^^^^^ names from parent modules are not accessible without an explicit import Nov 16 16:49:48.774 INFO [stderr] | Nov 16 16:49:48.774 INFO [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Nov 16 16:49:48.774 INFO [stderr] = note: for more information, see issue #50504 Nov 16 16:49:48.774 INFO [stderr] Nov 16 16:49:48.774 INFO [stderr] warning: cannot find type `direction` in this scope Nov 16 16:49:48.774 INFO [stderr] --> <::diesel::macros::__diesel_column macros>:5:33 Nov 16 16:49:48.774 INFO [stderr] | Nov 16 16:49:48.774 INFO [stderr] 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Nov 16 16:49:48.774 INFO [stderr] | ^^^^^^^ names from parent modules are not accessible without an explicit import Nov 16 16:49:48.774 INFO [stderr] | Nov 16 16:49:48.774 INFO [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Nov 16 16:49:48.774 INFO [stderr] = note: for more information, see issue #50504 Nov 16 16:49:48.774 INFO [stderr] Nov 16 16:49:48.774 INFO [stderr] warning: cannot find type `noise` in this scope Nov 16 16:49:48.774 INFO [stderr] --> <::diesel::macros::__diesel_column macros>:5:33 Nov 16 16:49:48.774 INFO [stderr] | Nov 16 16:49:48.774 INFO [stderr] 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Nov 16 16:49:48.774 INFO [stderr] | ^^^^^^^ names from parent modules are not accessible without an explicit import Nov 16 16:49:48.774 INFO [stderr] | Nov 16 16:49:48.774 INFO [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Nov 16 16:49:48.774 INFO [stderr] = note: for more information, see issue #50504 Nov 16 16:49:48.774 INFO [stderr] Nov 16 16:49:48.774 INFO [stderr] warning: cannot find type `filtered` in this scope Nov 16 16:49:48.774 INFO [stderr] --> <::diesel::macros::__diesel_column macros>:5:33 Nov 16 16:49:48.774 INFO [stderr] | Nov 16 16:49:48.774 INFO [stderr] 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Nov 16 16:49:48.774 INFO [stderr] | ^^^^^^^ names from parent modules are not accessible without an explicit import Nov 16 16:49:48.774 INFO [stderr] | Nov 16 16:49:48.774 INFO [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Nov 16 16:49:48.774 INFO [stderr] = note: for more information, see issue #50504 Nov 16 16:49:48.774 INFO [stderr] Nov 16 16:49:48.774 INFO [stderr] warning: cannot find type `unfiltered` in this scope Nov 16 16:49:48.774 INFO [stderr] --> <::diesel::macros::__diesel_column macros>:5:33 Nov 16 16:49:48.774 INFO [stderr] | Nov 16 16:49:48.774 INFO [stderr] 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Nov 16 16:49:48.774 INFO [stderr] | ^^^^^^^ names from parent modules are not accessible without an explicit import Nov 16 16:49:48.774 INFO [stderr] | Nov 16 16:49:48.774 INFO [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Nov 16 16:49:48.774 INFO [stderr] = note: for more information, see issue #50504 Nov 16 16:49:48.774 INFO [stderr] Nov 16 16:49:48.774 INFO [stderr] warning: cannot find type `rssi` in this scope Nov 16 16:49:48.774 INFO [stderr] --> <::diesel::macros::__diesel_column macros>:5:33 Nov 16 16:49:48.774 INFO [stderr] | Nov 16 16:49:48.774 INFO [stderr] 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Nov 16 16:49:48.774 INFO [stderr] | ^^^^^^^ names from parent modules are not accessible without an explicit import Nov 16 16:49:48.774 INFO [stderr] | Nov 16 16:49:48.791 INFO [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Nov 16 16:49:48.791 INFO [stderr] = note: for more information, see issue #50504 Nov 16 16:49:48.791 INFO [stderr] Nov 16 16:49:48.791 INFO [stderr] warning: cannot find type `DateTime` in this scope Nov 16 16:49:48.791 INFO [stderr] --> src/models.rs:5:41 Nov 16 16:49:48.791 INFO [stderr] | Nov 16 16:49:48.791 INFO [stderr] 5 | #[derive(Deserialize, Serialize, Debug, Queryable, Insertable)] Nov 16 16:49:48.791 INFO [stderr] | ^^^^^^^^^ names from parent modules are not accessible without an explicit import Nov 16 16:49:48.791 INFO [stderr] | Nov 16 16:49:48.791 INFO [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Nov 16 16:49:48.791 INFO [stderr] = note: for more information, see issue #50504 Nov 16 16:49:48.791 INFO [stderr] Nov 16 16:49:48.791 INFO [stderr] warning: cannot find type `Utc` in this scope Nov 16 16:49:48.791 INFO [stderr] --> src/models.rs:5:41 Nov 16 16:49:48.791 INFO [stderr] | Nov 16 16:49:48.791 INFO [stderr] 5 | #[derive(Deserialize, Serialize, Debug, Queryable, Insertable)] Nov 16 16:49:48.791 INFO [stderr] | ^^^^^^^^^ names from parent modules are not accessible without an explicit import Nov 16 16:49:48.791 INFO [stderr] | Nov 16 16:49:48.791 INFO [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Nov 16 16:49:48.791 INFO [stderr] = note: for more information, see issue #50504 Nov 16 16:49:48.791 INFO [stderr] Nov 16 16:49:48.791 INFO [stderr] warning: cannot find type `Entry` in this scope Nov 16 16:49:48.791 INFO [stderr] --> src/models.rs:5:41 Nov 16 16:49:48.791 INFO [stderr] | Nov 16 16:49:48.791 INFO [stderr] 5 | #[derive(Deserialize, Serialize, Debug, Queryable, Insertable)] Nov 16 16:49:48.791 INFO [stderr] | ^^^^^^^^^ names from parent modules are not accessible without an explicit import Nov 16 16:49:48.791 INFO [stderr] | Nov 16 16:49:48.791 INFO [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Nov 16 16:49:48.791 INFO [stderr] = note: for more information, see issue #50504 Nov 16 16:49:48.791 INFO [stderr] Nov 16 16:49:48.791 INFO [stderr] warning: cannot find type `entries` in this scope Nov 16 16:49:48.791 INFO [stderr] --> src/models.rs:5:52 Nov 16 16:49:48.791 INFO [stderr] | Nov 16 16:49:48.791 INFO [stderr] 5 | #[derive(Deserialize, Serialize, Debug, Queryable, Insertable)] Nov 16 16:49:48.791 INFO [stderr] | ^^^^^^^^^^ names from parent modules are not accessible without an explicit import Nov 16 16:49:48.791 INFO [stderr] | Nov 16 16:49:48.791 INFO [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Nov 16 16:49:48.791 INFO [stderr] = note: for more information, see issue #50504 Nov 16 16:49:48.791 INFO [stderr] Nov 16 16:49:48.791 INFO [stderr] warning: cannot find type `Entry` in this scope Nov 16 16:49:48.791 INFO [stderr] --> src/models.rs:5:52 Nov 16 16:49:48.791 INFO [stderr] | Nov 16 16:49:48.792 INFO [stderr] 5 | #[derive(Deserialize, Serialize, Debug, Queryable, Insertable)] Nov 16 16:49:48.792 INFO [stderr] | ^^^^^^^^^^ names from parent modules are not accessible without an explicit import Nov 16 16:49:48.792 INFO [stderr] | Nov 16 16:49:48.792 INFO [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Nov 16 16:49:48.792 INFO [stderr] = note: for more information, see issue #50504 Nov 16 16:49:48.792 INFO [stderr] Nov 16 16:49:48.792 INFO [stderr] warning: cannot find type `DateTime` in this scope Nov 16 16:49:48.792 INFO [stderr] --> src/models.rs:5:52 Nov 16 16:49:48.792 INFO [stderr] | Nov 16 16:49:48.792 INFO [stderr] 5 | #[derive(Deserialize, Serialize, Debug, Queryable, Insertable)] Nov 16 16:49:48.792 INFO [stderr] | ^^^^^^^^^^ names from parent modules are not accessible without an explicit import Nov 16 16:49:48.792 INFO [stderr] | Nov 16 16:49:48.792 INFO [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Nov 16 16:49:48.792 INFO [stderr] = note: for more information, see issue #50504 Nov 16 16:49:48.792 INFO [stderr] Nov 16 16:49:48.792 INFO [stderr] warning: cannot find type `Utc` in this scope Nov 16 16:49:48.792 INFO [stderr] --> src/models.rs:5:52 Nov 16 16:49:48.792 INFO [stderr] | Nov 16 16:49:48.792 INFO [stderr] 5 | #[derive(Deserialize, Serialize, Debug, Queryable, Insertable)] Nov 16 16:49:48.792 INFO [stderr] | ^^^^^^^^^^ names from parent modules are not accessible without an explicit import Nov 16 16:49:48.792 INFO [stderr] | Nov 16 16:49:48.792 INFO [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Nov 16 16:49:48.792 INFO [stderr] = note: for more information, see issue #50504 Nov 16 16:49:48.792 INFO [stderr] Nov 16 16:49:48.792 INFO [stderr] warning: unused import: `dsl::*` Nov 16 16:49:48.792 INFO [stderr] --> src/main.rs:28:21 Nov 16 16:49:48.792 INFO [stderr] | Nov 16 16:49:48.792 INFO [stderr] 28 | entries::{self, dsl::*}, Nov 16 16:49:48.792 INFO [stderr] | ^^^^^^ Nov 16 16:49:48.792 INFO [stderr] Nov 16 16:49:49.343 INFO [stderr] warning: unused variable: `db` Nov 16 16:49:49.343 INFO [stderr] --> src/main.rs:59:15 Nov 16 16:49:49.343 INFO [stderr] | Nov 16 16:49:49.343 INFO [stderr] 59 | .map(|db: Arc| { Nov 16 16:49:49.343 INFO [stderr] | ^^ help: consider using `_db` instead Nov 16 16:49:49.343 INFO [stderr] | Nov 16 16:49:49.343 INFO [stderr] = note: #[warn(unused_variables)] on by default Nov 16 16:49:49.343 INFO [stderr] Nov 16 16:49:50.036 INFO [stderr] Finished dev [unoptimized + debuginfo] target(s) in 3.77s Nov 16 16:49:50.056 INFO [stderr] su: No module specific data is present Nov 16 16:49:51.325 INFO running `"docker" "inspect" "8578440c807467ab5ea492eee5f613b7eb434229c29fd437994f26f4b566d706"` Nov 16 16:49:51.691 INFO running `"docker" "rm" "-f" "8578440c807467ab5ea492eee5f613b7eb434229c29fd437994f26f4b566d706"` Nov 16 16:49:52.051 INFO [stdout] 8578440c807467ab5ea492eee5f613b7eb434229c29fd437994f26f4b566d706 Nov 16 16:49:52.058 INFO running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/pr-55982/worker-0/master#6b9b97bd9b704f85f0184f7a213cc4d62bd9654c:/target:rw,Z" "-v" "/mnt/big/crater/work/local/test-source/worker-0/pr-55982/master#6b9b97bd9b704f85f0184f7a213cc4d62bd9654c:/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 +6b9b97bd9b704f85f0184f7a213cc4d62bd9654c-alt test --frozen" "-e" "CARGO_TARGET_DIR=/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/cargo-home" "-e" "RUSTUP_HOME=/rustup-home" "-m" "1536M" "--network" "none" "crater"` Nov 16 16:49:52.612 INFO [stdout] c985ea2005f1cc7d65432f638473d8da5cdb245aad05976bdfc01265126b49e7 Nov 16 16:49:52.614 INFO running `"docker" "start" "-a" "c985ea2005f1cc7d65432f638473d8da5cdb245aad05976bdfc01265126b49e7"` Nov 16 16:49:54.834 INFO [stderr] usermod: no changes Nov 16 16:49:55.218 INFO [stderr] Finished dev [unoptimized + debuginfo] target(s) in 0.34s Nov 16 16:49:55.231 INFO [stderr] Running /target/debug/deps/t1_dashboard-1d07ae5305094bee Nov 16 16:49:55.234 INFO [stdout] Nov 16 16:49:55.234 INFO [stdout] running 0 tests Nov 16 16:49:55.234 INFO [stdout] Nov 16 16:49:55.235 INFO [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Nov 16 16:49:55.235 INFO [stdout] Nov 16 16:49:55.241 INFO [stderr] su: No module specific data is present Nov 16 16:49:56.752 INFO running `"docker" "inspect" "c985ea2005f1cc7d65432f638473d8da5cdb245aad05976bdfc01265126b49e7"` Nov 16 16:49:57.121 INFO running `"docker" "rm" "-f" "c985ea2005f1cc7d65432f638473d8da5cdb245aad05976bdfc01265126b49e7"` Nov 16 16:49:57.471 INFO [stdout] c985ea2005f1cc7d65432f638473d8da5cdb245aad05976bdfc01265126b49e7