Nov 16 16:47:35.970 INFO testing pimeys/t1-dashboard against try#2e026d6e5d7621634147ad4c8074f1d964dbb1be for pr-55982 Nov 16 16:47:35.971 INFO running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/pr-55982/worker-1/try#2e026d6e5d7621634147ad4c8074f1d964dbb1be:/target:rw,Z" "-v" "/mnt/big/crater/work/local/test-source/worker-1/pr-55982/try#2e026d6e5d7621634147ad4c8074f1d964dbb1be:/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 +2e026d6e5d7621634147ad4c8074f1d964dbb1be-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:36.371 INFO [stdout] 17cf4ea9663f8f09b3645ef9e8abe752094b16e94dd575fde8bcb8e7c293061d Nov 16 16:47:36.379 INFO running `"docker" "start" "-a" "17cf4ea9663f8f09b3645ef9e8abe752094b16e94dd575fde8bcb8e7c293061d"` Nov 16 16:47:38.246 INFO [stderr] usermod: no changes Nov 16 16:47:38.755 INFO [stderr] Compiling utf-8 v0.7.4 Nov 16 16:47:38.755 INFO [stderr] Compiling ipnetwork v0.12.8 Nov 16 16:47:38.767 INFO [stderr] Compiling termcolor v1.0.3 Nov 16 16:47:38.767 INFO [stderr] Compiling urlencoding v1.0.0 Nov 16 16:47:38.771 INFO [stderr] Compiling uuid v0.6.5 Nov 16 16:47:38.799 INFO [stderr] Compiling mio v0.6.16 Nov 16 16:47:38.799 INFO [stderr] Compiling want v0.0.6 Nov 16 16:47:38.822 INFO [stderr] Compiling r2d2 v0.8.2 Nov 16 16:47:41.703 INFO [stderr] Compiling parking_lot_core v0.3.0 Nov 16 16:47:41.704 INFO [stderr] Compiling http v0.1.12 Nov 16 16:47:41.767 INFO [stderr] Compiling input_buffer v0.2.0 Nov 16 16:47:44.698 INFO [stderr] Compiling num-bigint v0.1.44 Nov 16 16:47:44.711 INFO [stderr] Compiling chrono v0.4.6 Nov 16 16:47:44.740 INFO [stderr] Compiling regex v0.2.11 Nov 16 16:47:44.859 INFO [stderr] Compiling sha-1 v0.7.0 Nov 16 16:47:44.875 INFO [stderr] Compiling env_logger v0.5.13 Nov 16 16:47:50.575 INFO [stderr] Compiling tungstenite v0.6.0 Nov 16 16:47:50.675 INFO [stderr] Compiling parking_lot v0.6.4 Nov 16 16:48:02.895 INFO [stderr] Compiling pretty_env_logger v0.2.4 Nov 16 16:48:02.979 INFO [stderr] Compiling tokio-reactor v0.1.5 Nov 16 16:48:02.983 INFO [stderr] Compiling mio-uds v0.6.7 Nov 16 16:48:04.439 INFO [stderr] Compiling num v0.1.42 Nov 16 16:48:14.075 INFO [stderr] Compiling bigdecimal v0.0.11 Nov 16 16:48:14.555 INFO [stderr] Compiling tokio-udp v0.1.2 Nov 16 16:48:14.557 INFO [stderr] Compiling tokio-tcp v0.1.1 Nov 16 16:48:14.558 INFO [stderr] Compiling tokio-uds v0.2.1 Nov 16 16:48:16.127 INFO [stderr] Compiling dotenv v0.9.0 Nov 16 16:48:17.553 INFO [stderr] Compiling diesel v1.3.2 Nov 16 16:48:21.292 INFO [stderr] Compiling tokio v0.1.8 Nov 16 16:48:27.799 INFO [stderr] Compiling h2 v0.1.12 Nov 16 16:48:37.639 INFO [stderr] Compiling hyper v0.12.9 Nov 16 16:48:47.857 INFO [stderr] Compiling warp v0.1.3 Nov 16 16:49:16.271 INFO [stderr] Compiling r2d2-diesel v1.0.0 Nov 16 16:49:16.944 INFO [stderr] Compiling t1-dashboard v0.1.0 (/source) Nov 16 16:49:19.174 INFO [stderr] warning: unused `#[macro_use]` import Nov 16 16:49:19.174 INFO [stderr] --> src/main.rs:2:1 Nov 16 16:49:19.174 INFO [stderr] | Nov 16 16:49:19.174 INFO [stderr] 2 | #[macro_use] extern crate log; Nov 16 16:49:19.174 INFO [stderr] | ^^^^^^^^^^^^ Nov 16 16:49:19.174 INFO [stderr] | Nov 16 16:49:19.174 INFO [stderr] = note: #[warn(unused_imports)] on by default Nov 16 16:49:19.174 INFO [stderr] Nov 16 16:49:19.174 INFO [stderr] warning: unused `#[macro_use]` import Nov 16 16:49:19.174 INFO [stderr] --> src/main.rs:3:1 Nov 16 16:49:19.174 INFO [stderr] | Nov 16 16:49:19.174 INFO [stderr] 3 | #[macro_use] extern crate diesel_derives; Nov 16 16:49:19.174 INFO [stderr] | ^^^^^^^^^^^^ Nov 16 16:49:19.174 INFO [stderr] Nov 16 16:49:19.174 INFO [stderr] warning: cannot find type `table` in this scope Nov 16 16:49:19.175 INFO [stderr] --> <::diesel::macros::table_body macros>:165:33 Nov 16 16:49:19.175 INFO [stderr] | Nov 16 16:49:19.175 INFO [stderr] 165 | derive ( Debug , Clone , Copy , QueryId ) ] /// The actual table struct Nov 16 16:49:19.175 INFO [stderr] | ^^^^^^^ names from parent modules are not accessible without an explicit import Nov 16 16:49:19.175 INFO [stderr] | Nov 16 16:49:19.175 INFO [stderr] = note: #[warn(proc_macro_derive_resolution_fallback)] on by default Nov 16 16:49:19.175 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:19.175 INFO [stderr] = note: for more information, see issue #50504 Nov 16 16:49:19.175 INFO [stderr] Nov 16 16:49:19.175 INFO [stderr] warning: cannot find type `table` in this scope Nov 16 16:49:19.175 INFO [stderr] --> <::diesel::macros::table_body macros>:165:33 Nov 16 16:49:19.175 INFO [stderr] | Nov 16 16:49:19.175 INFO [stderr] 165 | derive ( Debug , Clone , Copy , QueryId ) ] /// The actual table struct Nov 16 16:49:19.175 INFO [stderr] | ^^^^^^^ names from parent modules are not accessible without an explicit import Nov 16 16:49:19.175 INFO [stderr] | Nov 16 16:49:19.175 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:19.175 INFO [stderr] = note: for more information, see issue #50504 Nov 16 16:49:19.175 INFO [stderr] Nov 16 16:49:19.191 INFO [stderr] warning: cannot find type `id` in this scope Nov 16 16:49:19.191 INFO [stderr] --> <::diesel::macros::__diesel_column macros>:5:33 Nov 16 16:49:19.191 INFO [stderr] | Nov 16 16:49:19.191 INFO [stderr] 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Nov 16 16:49:19.191 INFO [stderr] | ^^^^^^^ names from parent modules are not accessible without an explicit import Nov 16 16:49:19.191 INFO [stderr] | Nov 16 16:49:19.191 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:19.191 INFO [stderr] = note: for more information, see issue #50504 Nov 16 16:49:19.191 INFO [stderr] Nov 16 16:49:19.191 INFO [stderr] warning: cannot find type `date` in this scope Nov 16 16:49:19.191 INFO [stderr] --> <::diesel::macros::__diesel_column macros>:5:33 Nov 16 16:49:19.191 INFO [stderr] | Nov 16 16:49:19.191 INFO [stderr] 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Nov 16 16:49:19.191 INFO [stderr] | ^^^^^^^ names from parent modules are not accessible without an explicit import Nov 16 16:49:19.191 INFO [stderr] | Nov 16 16:49:19.191 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:19.191 INFO [stderr] = note: for more information, see issue #50504 Nov 16 16:49:19.191 INFO [stderr] Nov 16 16:49:19.191 INFO [stderr] warning: cannot find type `entry_type` in this scope Nov 16 16:49:19.191 INFO [stderr] --> <::diesel::macros::__diesel_column macros>:5:33 Nov 16 16:49:19.191 INFO [stderr] | Nov 16 16:49:19.191 INFO [stderr] 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Nov 16 16:49:19.191 INFO [stderr] | ^^^^^^^ names from parent modules are not accessible without an explicit import Nov 16 16:49:19.191 INFO [stderr] | Nov 16 16:49:19.191 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:19.191 INFO [stderr] = note: for more information, see issue #50504 Nov 16 16:49:19.191 INFO [stderr] Nov 16 16:49:19.191 INFO [stderr] warning: cannot find type `sgv` in this scope Nov 16 16:49:19.191 INFO [stderr] --> <::diesel::macros::__diesel_column macros>:5:33 Nov 16 16:49:19.191 INFO [stderr] | Nov 16 16:49:19.191 INFO [stderr] 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Nov 16 16:49:19.191 INFO [stderr] | ^^^^^^^ names from parent modules are not accessible without an explicit import Nov 16 16:49:19.191 INFO [stderr] | Nov 16 16:49:19.191 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:19.191 INFO [stderr] = note: for more information, see issue #50504 Nov 16 16:49:19.191 INFO [stderr] Nov 16 16:49:19.191 INFO [stderr] warning: cannot find type `direction` in this scope Nov 16 16:49:19.191 INFO [stderr] --> <::diesel::macros::__diesel_column macros>:5:33 Nov 16 16:49:19.191 INFO [stderr] | Nov 16 16:49:19.191 INFO [stderr] 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Nov 16 16:49:19.191 INFO [stderr] | ^^^^^^^ names from parent modules are not accessible without an explicit import Nov 16 16:49:19.191 INFO [stderr] | Nov 16 16:49:19.191 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:19.191 INFO [stderr] = note: for more information, see issue #50504 Nov 16 16:49:19.191 INFO [stderr] Nov 16 16:49:19.191 INFO [stderr] warning: cannot find type `noise` in this scope Nov 16 16:49:19.191 INFO [stderr] --> <::diesel::macros::__diesel_column macros>:5:33 Nov 16 16:49:19.191 INFO [stderr] | Nov 16 16:49:19.191 INFO [stderr] 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Nov 16 16:49:19.191 INFO [stderr] | ^^^^^^^ names from parent modules are not accessible without an explicit import Nov 16 16:49:19.191 INFO [stderr] | Nov 16 16:49:19.191 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:19.191 INFO [stderr] = note: for more information, see issue #50504 Nov 16 16:49:19.191 INFO [stderr] Nov 16 16:49:19.191 INFO [stderr] warning: cannot find type `filtered` in this scope Nov 16 16:49:19.191 INFO [stderr] --> <::diesel::macros::__diesel_column macros>:5:33 Nov 16 16:49:19.191 INFO [stderr] | Nov 16 16:49:19.191 INFO [stderr] 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Nov 16 16:49:19.191 INFO [stderr] | ^^^^^^^ names from parent modules are not accessible without an explicit import Nov 16 16:49:19.191 INFO [stderr] | Nov 16 16:49:19.191 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:19.191 INFO [stderr] = note: for more information, see issue #50504 Nov 16 16:49:19.191 INFO [stderr] Nov 16 16:49:19.191 INFO [stderr] warning: cannot find type `unfiltered` in this scope Nov 16 16:49:19.191 INFO [stderr] --> <::diesel::macros::__diesel_column macros>:5:33 Nov 16 16:49:19.191 INFO [stderr] | Nov 16 16:49:19.191 INFO [stderr] 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Nov 16 16:49:19.191 INFO [stderr] | ^^^^^^^ names from parent modules are not accessible without an explicit import Nov 16 16:49:19.191 INFO [stderr] | Nov 16 16:49:19.191 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:19.191 INFO [stderr] = note: for more information, see issue #50504 Nov 16 16:49:19.191 INFO [stderr] Nov 16 16:49:19.191 INFO [stderr] warning: cannot find type `rssi` in this scope Nov 16 16:49:19.191 INFO [stderr] --> <::diesel::macros::__diesel_column macros>:5:33 Nov 16 16:49:19.191 INFO [stderr] | Nov 16 16:49:19.191 INFO [stderr] 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Nov 16 16:49:19.191 INFO [stderr] | ^^^^^^^ names from parent modules are not accessible without an explicit import Nov 16 16:49:19.191 INFO [stderr] | Nov 16 16:49:19.192 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:19.192 INFO [stderr] = note: for more information, see issue #50504 Nov 16 16:49:19.192 INFO [stderr] Nov 16 16:49:19.192 INFO [stderr] warning: cannot find type `DateTime` in this scope Nov 16 16:49:19.192 INFO [stderr] --> src/models.rs:5:41 Nov 16 16:49:19.192 INFO [stderr] | Nov 16 16:49:19.192 INFO [stderr] 5 | #[derive(Deserialize, Serialize, Debug, Queryable, Insertable)] Nov 16 16:49:19.192 INFO [stderr] | ^^^^^^^^^ names from parent modules are not accessible without an explicit import Nov 16 16:49:19.192 INFO [stderr] | Nov 16 16:49:19.192 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:19.192 INFO [stderr] = note: for more information, see issue #50504 Nov 16 16:49:19.192 INFO [stderr] Nov 16 16:49:19.192 INFO [stderr] warning: cannot find type `Utc` in this scope Nov 16 16:49:19.192 INFO [stderr] --> src/models.rs:5:41 Nov 16 16:49:19.192 INFO [stderr] | Nov 16 16:49:19.192 INFO [stderr] 5 | #[derive(Deserialize, Serialize, Debug, Queryable, Insertable)] Nov 16 16:49:19.192 INFO [stderr] | ^^^^^^^^^ names from parent modules are not accessible without an explicit import Nov 16 16:49:19.192 INFO [stderr] | Nov 16 16:49:19.192 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:19.192 INFO [stderr] = note: for more information, see issue #50504 Nov 16 16:49:19.192 INFO [stderr] Nov 16 16:49:19.192 INFO [stderr] warning: cannot find type `Entry` in this scope Nov 16 16:49:19.192 INFO [stderr] --> src/models.rs:5:41 Nov 16 16:49:19.192 INFO [stderr] | Nov 16 16:49:19.192 INFO [stderr] 5 | #[derive(Deserialize, Serialize, Debug, Queryable, Insertable)] Nov 16 16:49:19.192 INFO [stderr] | ^^^^^^^^^ names from parent modules are not accessible without an explicit import Nov 16 16:49:19.192 INFO [stderr] | Nov 16 16:49:19.192 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:19.192 INFO [stderr] = note: for more information, see issue #50504 Nov 16 16:49:19.192 INFO [stderr] Nov 16 16:49:19.192 INFO [stderr] warning: cannot find type `entries` in this scope Nov 16 16:49:19.192 INFO [stderr] --> src/models.rs:5:52 Nov 16 16:49:19.192 INFO [stderr] | Nov 16 16:49:19.192 INFO [stderr] 5 | #[derive(Deserialize, Serialize, Debug, Queryable, Insertable)] Nov 16 16:49:19.192 INFO [stderr] | ^^^^^^^^^^ names from parent modules are not accessible without an explicit import Nov 16 16:49:19.192 INFO [stderr] | Nov 16 16:49:19.192 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:19.192 INFO [stderr] = note: for more information, see issue #50504 Nov 16 16:49:19.192 INFO [stderr] Nov 16 16:49:19.192 INFO [stderr] warning: cannot find type `Entry` in this scope Nov 16 16:49:19.192 INFO [stderr] --> src/models.rs:5:52 Nov 16 16:49:19.192 INFO [stderr] | Nov 16 16:49:19.192 INFO [stderr] 5 | #[derive(Deserialize, Serialize, Debug, Queryable, Insertable)] Nov 16 16:49:19.192 INFO [stderr] | ^^^^^^^^^^ names from parent modules are not accessible without an explicit import Nov 16 16:49:19.192 INFO [stderr] | Nov 16 16:49:19.192 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:19.192 INFO [stderr] = note: for more information, see issue #50504 Nov 16 16:49:19.192 INFO [stderr] Nov 16 16:49:19.192 INFO [stderr] warning: cannot find type `DateTime` in this scope Nov 16 16:49:19.192 INFO [stderr] --> src/models.rs:5:52 Nov 16 16:49:19.192 INFO [stderr] | Nov 16 16:49:19.192 INFO [stderr] 5 | #[derive(Deserialize, Serialize, Debug, Queryable, Insertable)] Nov 16 16:49:19.192 INFO [stderr] | ^^^^^^^^^^ names from parent modules are not accessible without an explicit import Nov 16 16:49:19.192 INFO [stderr] | Nov 16 16:49:19.192 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:19.192 INFO [stderr] = note: for more information, see issue #50504 Nov 16 16:49:19.192 INFO [stderr] Nov 16 16:49:19.192 INFO [stderr] warning: cannot find type `Utc` in this scope Nov 16 16:49:19.192 INFO [stderr] --> src/models.rs:5:52 Nov 16 16:49:19.192 INFO [stderr] | Nov 16 16:49:19.192 INFO [stderr] 5 | #[derive(Deserialize, Serialize, Debug, Queryable, Insertable)] Nov 16 16:49:19.192 INFO [stderr] | ^^^^^^^^^^ names from parent modules are not accessible without an explicit import Nov 16 16:49:19.192 INFO [stderr] | Nov 16 16:49:19.192 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:19.192 INFO [stderr] = note: for more information, see issue #50504 Nov 16 16:49:19.192 INFO [stderr] Nov 16 16:49:19.192 INFO [stderr] warning: unused import: `dsl::*` Nov 16 16:49:19.192 INFO [stderr] --> src/main.rs:28:21 Nov 16 16:49:19.192 INFO [stderr] | Nov 16 16:49:19.192 INFO [stderr] 28 | entries::{self, dsl::*}, Nov 16 16:49:19.192 INFO [stderr] | ^^^^^^ Nov 16 16:49:19.192 INFO [stderr] Nov 16 16:49:19.715 INFO [stderr] warning: unused variable: `db` Nov 16 16:49:19.715 INFO [stderr] --> src/main.rs:59:15 Nov 16 16:49:19.716 INFO [stderr] | Nov 16 16:49:19.716 INFO [stderr] 59 | .map(|db: Arc| { Nov 16 16:49:19.716 INFO [stderr] | ^^ help: consider using `_db` instead Nov 16 16:49:19.717 INFO [stderr] | Nov 16 16:49:19.717 INFO [stderr] = note: #[warn(unused_variables)] on by default Nov 16 16:49:19.717 INFO [stderr] Nov 16 16:49:31.079 INFO [stderr] Finished dev [unoptimized + debuginfo] target(s) in 1m 52s Nov 16 16:49:31.105 INFO [stderr] su: No module specific data is present Nov 16 16:49:32.723 INFO running `"docker" "inspect" "17cf4ea9663f8f09b3645ef9e8abe752094b16e94dd575fde8bcb8e7c293061d"` Nov 16 16:49:33.198 INFO running `"docker" "rm" "-f" "17cf4ea9663f8f09b3645ef9e8abe752094b16e94dd575fde8bcb8e7c293061d"` Nov 16 16:49:33.551 INFO [stdout] 17cf4ea9663f8f09b3645ef9e8abe752094b16e94dd575fde8bcb8e7c293061d Nov 16 16:49:33.556 INFO running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/pr-55982/worker-1/try#2e026d6e5d7621634147ad4c8074f1d964dbb1be:/target:rw,Z" "-v" "/mnt/big/crater/work/local/test-source/worker-1/pr-55982/try#2e026d6e5d7621634147ad4c8074f1d964dbb1be:/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 +2e026d6e5d7621634147ad4c8074f1d964dbb1be-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:34.019 INFO [stdout] 0cf073a7ee17e3dc9c5681a436936e77dbae6265342753b118b4885c3e9fa2c2 Nov 16 16:49:34.022 INFO running `"docker" "start" "-a" "0cf073a7ee17e3dc9c5681a436936e77dbae6265342753b118b4885c3e9fa2c2"` Nov 16 16:49:35.983 INFO [stderr] usermod: no changes Nov 16 16:49:36.355 INFO [stderr] Compiling t1-dashboard v0.1.0 (/source) Nov 16 16:49:38.579 INFO [stderr] warning: unused `#[macro_use]` import Nov 16 16:49:38.579 INFO [stderr] --> src/main.rs:2:1 Nov 16 16:49:38.579 INFO [stderr] | Nov 16 16:49:38.579 INFO [stderr] 2 | #[macro_use] extern crate log; Nov 16 16:49:38.579 INFO [stderr] | ^^^^^^^^^^^^ Nov 16 16:49:38.579 INFO [stderr] | Nov 16 16:49:38.579 INFO [stderr] = note: #[warn(unused_imports)] on by default Nov 16 16:49:38.579 INFO [stderr] Nov 16 16:49:38.579 INFO [stderr] warning: unused `#[macro_use]` import Nov 16 16:49:38.579 INFO [stderr] --> src/main.rs:3:1 Nov 16 16:49:38.579 INFO [stderr] | Nov 16 16:49:38.579 INFO [stderr] 3 | #[macro_use] extern crate diesel_derives; Nov 16 16:49:38.579 INFO [stderr] | ^^^^^^^^^^^^ Nov 16 16:49:38.579 INFO [stderr] Nov 16 16:49:38.579 INFO [stderr] warning: cannot find type `table` in this scope Nov 16 16:49:38.579 INFO [stderr] --> <::diesel::macros::table_body macros>:165:33 Nov 16 16:49:38.579 INFO [stderr] | Nov 16 16:49:38.579 INFO [stderr] 165 | derive ( Debug , Clone , Copy , QueryId ) ] /// The actual table struct Nov 16 16:49:38.579 INFO [stderr] | ^^^^^^^ names from parent modules are not accessible without an explicit import Nov 16 16:49:38.579 INFO [stderr] | Nov 16 16:49:38.579 INFO [stderr] = note: #[warn(proc_macro_derive_resolution_fallback)] on by default Nov 16 16:49:38.579 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:38.579 INFO [stderr] = note: for more information, see issue #50504 Nov 16 16:49:38.579 INFO [stderr] Nov 16 16:49:38.579 INFO [stderr] warning: cannot find type `table` in this scope Nov 16 16:49:38.579 INFO [stderr] --> <::diesel::macros::table_body macros>:165:33 Nov 16 16:49:38.579 INFO [stderr] | Nov 16 16:49:38.579 INFO [stderr] 165 | derive ( Debug , Clone , Copy , QueryId ) ] /// The actual table struct Nov 16 16:49:38.579 INFO [stderr] | ^^^^^^^ names from parent modules are not accessible without an explicit import Nov 16 16:49:38.579 INFO [stderr] | Nov 16 16:49:38.579 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:38.579 INFO [stderr] = note: for more information, see issue #50504 Nov 16 16:49:38.579 INFO [stderr] Nov 16 16:49:38.579 INFO [stderr] warning: cannot find type `id` in this scope Nov 16 16:49:38.579 INFO [stderr] --> <::diesel::macros::__diesel_column macros>:5:33 Nov 16 16:49:38.580 INFO [stderr] | Nov 16 16:49:38.580 INFO [stderr] 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Nov 16 16:49:38.580 INFO [stderr] | ^^^^^^^ names from parent modules are not accessible without an explicit import Nov 16 16:49:38.580 INFO [stderr] | Nov 16 16:49:38.580 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:38.580 INFO [stderr] = note: for more information, see issue #50504 Nov 16 16:49:38.580 INFO [stderr] Nov 16 16:49:38.580 INFO [stderr] warning: cannot find type `date` in this scope Nov 16 16:49:38.580 INFO [stderr] --> <::diesel::macros::__diesel_column macros>:5:33 Nov 16 16:49:38.580 INFO [stderr] | Nov 16 16:49:38.580 INFO [stderr] 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Nov 16 16:49:38.580 INFO [stderr] | ^^^^^^^ names from parent modules are not accessible without an explicit import Nov 16 16:49:38.580 INFO [stderr] | Nov 16 16:49:38.580 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:38.580 INFO [stderr] = note: for more information, see issue #50504 Nov 16 16:49:38.580 INFO [stderr] Nov 16 16:49:38.580 INFO [stderr] warning: cannot find type `entry_type` in this scope Nov 16 16:49:38.580 INFO [stderr] --> <::diesel::macros::__diesel_column macros>:5:33 Nov 16 16:49:38.580 INFO [stderr] | Nov 16 16:49:38.580 INFO [stderr] 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Nov 16 16:49:38.580 INFO [stderr] | ^^^^^^^ names from parent modules are not accessible without an explicit import Nov 16 16:49:38.580 INFO [stderr] | Nov 16 16:49:38.580 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:38.580 INFO [stderr] = note: for more information, see issue #50504 Nov 16 16:49:38.580 INFO [stderr] Nov 16 16:49:38.580 INFO [stderr] warning: cannot find type `sgv` in this scope Nov 16 16:49:38.580 INFO [stderr] --> <::diesel::macros::__diesel_column macros>:5:33 Nov 16 16:49:38.580 INFO [stderr] | Nov 16 16:49:38.580 INFO [stderr] 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Nov 16 16:49:38.580 INFO [stderr] | ^^^^^^^ names from parent modules are not accessible without an explicit import Nov 16 16:49:38.580 INFO [stderr] | Nov 16 16:49:38.580 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:38.591 INFO [stderr] = note: for more information, see issue #50504 Nov 16 16:49:38.591 INFO [stderr] Nov 16 16:49:38.591 INFO [stderr] warning: cannot find type `direction` in this scope Nov 16 16:49:38.591 INFO [stderr] --> <::diesel::macros::__diesel_column macros>:5:33 Nov 16 16:49:38.591 INFO [stderr] | Nov 16 16:49:38.591 INFO [stderr] 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Nov 16 16:49:38.591 INFO [stderr] | ^^^^^^^ names from parent modules are not accessible without an explicit import Nov 16 16:49:38.591 INFO [stderr] | Nov 16 16:49:38.591 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:38.591 INFO [stderr] = note: for more information, see issue #50504 Nov 16 16:49:38.591 INFO [stderr] Nov 16 16:49:38.591 INFO [stderr] warning: cannot find type `noise` in this scope Nov 16 16:49:38.591 INFO [stderr] --> <::diesel::macros::__diesel_column macros>:5:33 Nov 16 16:49:38.591 INFO [stderr] | Nov 16 16:49:38.591 INFO [stderr] 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Nov 16 16:49:38.591 INFO [stderr] | ^^^^^^^ names from parent modules are not accessible without an explicit import Nov 16 16:49:38.591 INFO [stderr] | Nov 16 16:49:38.591 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:38.591 INFO [stderr] = note: for more information, see issue #50504 Nov 16 16:49:38.591 INFO [stderr] Nov 16 16:49:38.591 INFO [stderr] warning: cannot find type `filtered` in this scope Nov 16 16:49:38.591 INFO [stderr] --> <::diesel::macros::__diesel_column macros>:5:33 Nov 16 16:49:38.591 INFO [stderr] | Nov 16 16:49:38.591 INFO [stderr] 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Nov 16 16:49:38.592 INFO [stderr] | ^^^^^^^ names from parent modules are not accessible without an explicit import Nov 16 16:49:38.592 INFO [stderr] | Nov 16 16:49:38.592 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:38.592 INFO [stderr] = note: for more information, see issue #50504 Nov 16 16:49:38.592 INFO [stderr] Nov 16 16:49:38.592 INFO [stderr] warning: cannot find type `unfiltered` in this scope Nov 16 16:49:38.592 INFO [stderr] --> <::diesel::macros::__diesel_column macros>:5:33 Nov 16 16:49:38.592 INFO [stderr] | Nov 16 16:49:38.592 INFO [stderr] 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Nov 16 16:49:38.592 INFO [stderr] | ^^^^^^^ names from parent modules are not accessible without an explicit import Nov 16 16:49:38.592 INFO [stderr] | Nov 16 16:49:38.592 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:38.592 INFO [stderr] = note: for more information, see issue #50504 Nov 16 16:49:38.592 INFO [stderr] Nov 16 16:49:38.592 INFO [stderr] warning: cannot find type `rssi` in this scope Nov 16 16:49:38.592 INFO [stderr] --> <::diesel::macros::__diesel_column macros>:5:33 Nov 16 16:49:38.592 INFO [stderr] | Nov 16 16:49:38.592 INFO [stderr] 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Nov 16 16:49:38.592 INFO [stderr] | ^^^^^^^ names from parent modules are not accessible without an explicit import Nov 16 16:49:38.592 INFO [stderr] | Nov 16 16:49:38.592 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:38.592 INFO [stderr] = note: for more information, see issue #50504 Nov 16 16:49:38.592 INFO [stderr] Nov 16 16:49:38.592 INFO [stderr] warning: cannot find type `DateTime` in this scope Nov 16 16:49:38.592 INFO [stderr] --> src/models.rs:5:41 Nov 16 16:49:38.592 INFO [stderr] | Nov 16 16:49:38.592 INFO [stderr] 5 | #[derive(Deserialize, Serialize, Debug, Queryable, Insertable)] Nov 16 16:49:38.592 INFO [stderr] | ^^^^^^^^^ names from parent modules are not accessible without an explicit import Nov 16 16:49:38.592 INFO [stderr] | Nov 16 16:49:38.592 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:38.592 INFO [stderr] = note: for more information, see issue #50504 Nov 16 16:49:38.592 INFO [stderr] Nov 16 16:49:38.592 INFO [stderr] warning: cannot find type `Utc` in this scope Nov 16 16:49:38.592 INFO [stderr] --> src/models.rs:5:41 Nov 16 16:49:38.592 INFO [stderr] | Nov 16 16:49:38.592 INFO [stderr] 5 | #[derive(Deserialize, Serialize, Debug, Queryable, Insertable)] Nov 16 16:49:38.592 INFO [stderr] | ^^^^^^^^^ names from parent modules are not accessible without an explicit import Nov 16 16:49:38.592 INFO [stderr] | Nov 16 16:49:38.592 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:38.592 INFO [stderr] = note: for more information, see issue #50504 Nov 16 16:49:38.592 INFO [stderr] Nov 16 16:49:38.592 INFO [stderr] warning: cannot find type `Entry` in this scope Nov 16 16:49:38.592 INFO [stderr] --> src/models.rs:5:41 Nov 16 16:49:38.592 INFO [stderr] | Nov 16 16:49:38.592 INFO [stderr] 5 | #[derive(Deserialize, Serialize, Debug, Queryable, Insertable)] Nov 16 16:49:38.592 INFO [stderr] | ^^^^^^^^^ names from parent modules are not accessible without an explicit import Nov 16 16:49:38.592 INFO [stderr] | Nov 16 16:49:38.592 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:38.592 INFO [stderr] = note: for more information, see issue #50504 Nov 16 16:49:38.592 INFO [stderr] Nov 16 16:49:38.592 INFO [stderr] warning: cannot find type `entries` in this scope Nov 16 16:49:38.592 INFO [stderr] --> src/models.rs:5:52 Nov 16 16:49:38.592 INFO [stderr] | Nov 16 16:49:38.592 INFO [stderr] 5 | #[derive(Deserialize, Serialize, Debug, Queryable, Insertable)] Nov 16 16:49:38.592 INFO [stderr] | ^^^^^^^^^^ names from parent modules are not accessible without an explicit import Nov 16 16:49:38.592 INFO [stderr] | Nov 16 16:49:38.592 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:38.592 INFO [stderr] = note: for more information, see issue #50504 Nov 16 16:49:38.592 INFO [stderr] Nov 16 16:49:38.592 INFO [stderr] warning: cannot find type `Entry` in this scope Nov 16 16:49:38.592 INFO [stderr] --> src/models.rs:5:52 Nov 16 16:49:38.592 INFO [stderr] | Nov 16 16:49:38.592 INFO [stderr] 5 | #[derive(Deserialize, Serialize, Debug, Queryable, Insertable)] Nov 16 16:49:38.592 INFO [stderr] | ^^^^^^^^^^ names from parent modules are not accessible without an explicit import Nov 16 16:49:38.592 INFO [stderr] | Nov 16 16:49:38.592 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:38.592 INFO [stderr] = note: for more information, see issue #50504 Nov 16 16:49:38.592 INFO [stderr] Nov 16 16:49:38.592 INFO [stderr] warning: cannot find type `DateTime` in this scope Nov 16 16:49:38.592 INFO [stderr] --> src/models.rs:5:52 Nov 16 16:49:38.592 INFO [stderr] | Nov 16 16:49:38.592 INFO [stderr] 5 | #[derive(Deserialize, Serialize, Debug, Queryable, Insertable)] Nov 16 16:49:38.592 INFO [stderr] | ^^^^^^^^^^ names from parent modules are not accessible without an explicit import Nov 16 16:49:38.592 INFO [stderr] | Nov 16 16:49:38.592 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:38.592 INFO [stderr] = note: for more information, see issue #50504 Nov 16 16:49:38.592 INFO [stderr] Nov 16 16:49:38.592 INFO [stderr] warning: cannot find type `Utc` in this scope Nov 16 16:49:38.592 INFO [stderr] --> src/models.rs:5:52 Nov 16 16:49:38.592 INFO [stderr] | Nov 16 16:49:38.592 INFO [stderr] 5 | #[derive(Deserialize, Serialize, Debug, Queryable, Insertable)] Nov 16 16:49:38.593 INFO [stderr] | ^^^^^^^^^^ names from parent modules are not accessible without an explicit import Nov 16 16:49:38.593 INFO [stderr] | Nov 16 16:49:38.593 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:38.593 INFO [stderr] = note: for more information, see issue #50504 Nov 16 16:49:38.593 INFO [stderr] Nov 16 16:49:38.593 INFO [stderr] warning: unused import: `dsl::*` Nov 16 16:49:38.593 INFO [stderr] --> src/main.rs:28:21 Nov 16 16:49:38.593 INFO [stderr] | Nov 16 16:49:38.593 INFO [stderr] 28 | entries::{self, dsl::*}, Nov 16 16:49:38.593 INFO [stderr] | ^^^^^^ Nov 16 16:49:38.593 INFO [stderr] Nov 16 16:49:39.095 INFO [stderr] warning: unused variable: `db` Nov 16 16:49:39.095 INFO [stderr] --> src/main.rs:59:15 Nov 16 16:49:39.095 INFO [stderr] | Nov 16 16:49:39.095 INFO [stderr] 59 | .map(|db: Arc| { Nov 16 16:49:39.095 INFO [stderr] | ^^ help: consider using `_db` instead Nov 16 16:49:39.095 INFO [stderr] | Nov 16 16:49:39.095 INFO [stderr] = note: #[warn(unused_variables)] on by default Nov 16 16:49:39.095 INFO [stderr] Nov 16 16:49:39.946 INFO [stderr] Finished dev [unoptimized + debuginfo] target(s) in 3.94s Nov 16 16:49:39.964 INFO [stderr] su: No module specific data is present Nov 16 16:49:40.834 INFO running `"docker" "inspect" "0cf073a7ee17e3dc9c5681a436936e77dbae6265342753b118b4885c3e9fa2c2"` Nov 16 16:49:41.117 INFO running `"docker" "rm" "-f" "0cf073a7ee17e3dc9c5681a436936e77dbae6265342753b118b4885c3e9fa2c2"` Nov 16 16:49:41.374 INFO [stdout] 0cf073a7ee17e3dc9c5681a436936e77dbae6265342753b118b4885c3e9fa2c2 Nov 16 16:49:41.381 INFO running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/pr-55982/worker-1/try#2e026d6e5d7621634147ad4c8074f1d964dbb1be:/target:rw,Z" "-v" "/mnt/big/crater/work/local/test-source/worker-1/pr-55982/try#2e026d6e5d7621634147ad4c8074f1d964dbb1be:/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 +2e026d6e5d7621634147ad4c8074f1d964dbb1be-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:41.767 INFO [stdout] 00fd9ae536b3a5268a831e78b17a8d0c15210ac52b6e5aacda29d7900f0dfb22 Nov 16 16:49:41.768 INFO running `"docker" "start" "-a" "00fd9ae536b3a5268a831e78b17a8d0c15210ac52b6e5aacda29d7900f0dfb22"` Nov 16 16:49:42.791 INFO [stderr] usermod: no changes Nov 16 16:49:43.099 INFO [stderr] Finished dev [unoptimized + debuginfo] target(s) in 0.27s Nov 16 16:49:43.115 INFO [stderr] Running /target/debug/deps/t1_dashboard-856485e88180e90a Nov 16 16:49:43.131 INFO [stderr] su: No module specific data is present Nov 16 16:49:43.131 INFO [stdout] Nov 16 16:49:43.131 INFO [stdout] running 0 tests Nov 16 16:49:43.131 INFO [stdout] Nov 16 16:49:43.131 INFO [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Nov 16 16:49:43.131 INFO [stdout] Nov 16 16:49:43.733 INFO running `"docker" "inspect" "00fd9ae536b3a5268a831e78b17a8d0c15210ac52b6e5aacda29d7900f0dfb22"` Nov 16 16:49:43.986 INFO running `"docker" "rm" "-f" "00fd9ae536b3a5268a831e78b17a8d0c15210ac52b6e5aacda29d7900f0dfb22"` Nov 16 16:49:44.303 INFO [stdout] 00fd9ae536b3a5268a831e78b17a8d0c15210ac52b6e5aacda29d7900f0dfb22