Dec 04 21:07:47.555 INFO checking cfcosta/poller against master#c8ae2de8363be088604ffa2ccba84ff7ad7250bc for pr-56481 Dec 04 21:07:47.556 INFO running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/pr-56481/worker-2/master#c8ae2de8363be088604ffa2ccba84ff7ad7250bc:/target:rw,Z" "-v" "/mnt/big/crater/work/local/test-source/worker-2/pr-56481/master#c8ae2de8363be088604ffa2ccba84ff7ad7250bc:/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 +c8ae2de8363be088604ffa2ccba84ff7ad7250bc-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"` Dec 04 21:07:49.587 INFO [stdout] a31202cdc5f714223868b044033c3bcb834c5048f8104d62d8098a76056c4186 Dec 04 21:07:49.591 INFO running `"docker" "start" "-a" "a31202cdc5f714223868b044033c3bcb834c5048f8104d62d8098a76056c4186"` Dec 04 21:07:50.891 INFO [stderr] usermod: no changes Dec 04 21:07:51.491 INFO [stderr] Checking fern v0.5.6 Dec 04 21:07:51.492 INFO [stderr] Compiling crossbeam-epoch v0.3.1 Dec 04 21:07:51.511 INFO [stderr] Checking idna v0.1.5 Dec 04 21:07:51.512 INFO [stderr] Compiling syn v0.11.11 Dec 04 21:07:51.540 INFO [stderr] Compiling serde_json v1.0.22 Dec 04 21:07:51.552 INFO [stderr] Compiling backtrace v0.3.9 Dec 04 21:07:51.560 INFO [stderr] Checking crossbeam-channel v0.1.3 Dec 04 21:07:58.967 INFO [stderr] Checking backtrace v0.2.3 Dec 04 21:07:58.968 INFO [stderr] Compiling error-chain v0.11.0 Dec 04 21:07:58.968 INFO [stderr] Compiling diesel v1.3.2 Dec 04 21:08:02.574 INFO [stderr] Checking tokio v0.1.7 Dec 04 21:08:02.805 INFO [stderr] Checking clap-port-flag v0.3.0 Dec 04 21:08:03.041 INFO [stderr] Compiling crossbeam-deque v0.2.0 Dec 04 21:08:04.931 INFO [stderr] Checking url v1.7.1 Dec 04 21:08:05.495 INFO [stderr] Checking error-chain v0.1.12 Dec 04 21:08:07.396 INFO [stderr] Compiling rayon-core v1.4.0 Dec 04 21:08:09.453 INFO [stderr] Compiling mime_guess v2.0.0-alpha.5 Dec 04 21:08:15.544 INFO [stderr] Checking tokio-core v0.1.17 Dec 04 21:08:19.099 INFO [stderr] Checking serde_urlencoded v0.5.2 Dec 04 21:08:19.288 INFO [stderr] Compiling cargo_metadata v0.5.8 Dec 04 21:08:19.347 INFO [stderr] Compiling rayon v0.8.2 Dec 04 21:08:40.287 INFO [stderr] Checking trust-dns-proto v0.3.3 Dec 04 21:08:40.478 INFO [stderr] Checking tokio-signal v0.1.5 Dec 04 21:08:40.532 INFO [stderr] Compiling ring v0.12.1 Dec 04 21:08:40.951 INFO [stderr] Compiling skeptic v0.13.3 Dec 04 21:08:41.615 INFO [stderr] Compiling synstructure v0.6.1 Dec 04 21:08:41.615 INFO [stderr] Compiling actix_derive v0.2.0 Dec 04 21:09:07.283 INFO [stderr] Compiling actix v0.5.8 Dec 04 21:09:07.851 INFO [stderr] Compiling failure_derive v0.1.1 Dec 04 21:09:09.663 INFO [stderr] Checking trust-dns-resolver v0.8.2 Dec 04 21:09:12.259 INFO [stderr] Checking failure v0.1.1 Dec 04 21:09:12.799 INFO [stderr] Checking cookie v0.10.1 Dec 04 21:09:15.591 INFO [stderr] Checking dotenv v0.13.0 Dec 04 21:09:28.480 INFO [stderr] Checking actix-web v0.6.15 Dec 04 21:09:31.155 INFO [stderr] Compiling migrations_internals v1.3.0 Dec 04 21:09:33.182 INFO [stderr] Compiling migrations_macros v1.3.0 Dec 04 21:09:36.412 INFO [stderr] Checking diesel_migrations v1.3.0 Dec 04 21:09:42.551 INFO [stderr] Checking poller v0.1.0 (/source) Dec 04 21:09:50.668 INFO [stderr] warning: unused `#[macro_use]` import Dec 04 21:09:50.668 INFO [stderr] --> src/main.rs:13:1 Dec 04 21:09:50.668 INFO [stderr] | Dec 04 21:09:50.668 INFO [stderr] 13 | #[macro_use] Dec 04 21:09:50.668 INFO [stderr] | ^^^^^^^^^^^^ Dec 04 21:09:50.668 INFO [stderr] | Dec 04 21:09:50.668 INFO [stderr] = note: #[warn(unused_imports)] on by default Dec 04 21:09:50.668 INFO [stderr] Dec 04 21:09:50.668 INFO [stderr] warning: cannot find type `Entry` in this scope Dec 04 21:09:50.668 INFO [stderr] --> src/models.rs:8:10 Dec 04 21:09:50.668 INFO [stderr] | Dec 04 21:09:50.668 INFO [stderr] 8 | #[derive(Queryable, Serialize, Deserialize, Debug)] Dec 04 21:09:50.668 INFO [stderr] | ^^^^^^^^^ names from parent modules are not accessible without an explicit import Dec 04 21:09:50.668 INFO [stderr] | Dec 04 21:09:50.668 INFO [stderr] = note: #[warn(proc_macro_derive_resolution_fallback)] on by default Dec 04 21:09:50.668 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! Dec 04 21:09:50.668 INFO [stderr] = note: for more information, see issue #50504 Dec 04 21:09:50.668 INFO [stderr] Dec 04 21:09:50.668 INFO [stderr] warning: cannot find type `PollResult` in this scope Dec 04 21:09:50.668 INFO [stderr] --> src/models.rs:15:10 Dec 04 21:09:50.668 INFO [stderr] | Dec 04 21:09:50.668 INFO [stderr] 15 | #[derive(Queryable, Serialize, Deserialize, Debug)] Dec 04 21:09:50.668 INFO [stderr] | ^^^^^^^^^ names from parent modules are not accessible without an explicit import Dec 04 21:09:50.668 INFO [stderr] | Dec 04 21:09:50.668 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! Dec 04 21:09:50.668 INFO [stderr] = note: for more information, see issue #50504 Dec 04 21:09:50.668 INFO [stderr] Dec 04 21:09:50.668 INFO [stderr] warning: cannot find type `Vote` in this scope Dec 04 21:09:50.668 INFO [stderr] --> src/models.rs:23:10 Dec 04 21:09:50.668 INFO [stderr] | Dec 04 21:09:50.668 INFO [stderr] 23 | #[derive(Queryable, Serialize, Deserialize, Debug)] Dec 04 21:09:50.668 INFO [stderr] | ^^^^^^^^^ names from parent modules are not accessible without an explicit import Dec 04 21:09:50.668 INFO [stderr] | Dec 04 21:09:50.668 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! Dec 04 21:09:50.668 INFO [stderr] = note: for more information, see issue #50504 Dec 04 21:09:50.668 INFO [stderr] Dec 04 21:09:50.668 INFO [stderr] warning: cannot find type `votes` in this scope Dec 04 21:09:50.668 INFO [stderr] --> src/models.rs:30:10 Dec 04 21:09:50.668 INFO [stderr] | Dec 04 21:09:50.668 INFO [stderr] 30 | #[derive(Insertable)] Dec 04 21:09:50.668 INFO [stderr] | ^^^^^^^^^^ names from parent modules are not accessible without an explicit import Dec 04 21:09:50.668 INFO [stderr] | Dec 04 21:09:50.668 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! Dec 04 21:09:50.668 INFO [stderr] = note: for more information, see issue #50504 Dec 04 21:09:50.668 INFO [stderr] Dec 04 21:09:50.668 INFO [stderr] warning: cannot find type `NewVote` in this scope Dec 04 21:09:50.668 INFO [stderr] --> src/models.rs:30:10 Dec 04 21:09:50.668 INFO [stderr] | Dec 04 21:09:50.668 INFO [stderr] 30 | #[derive(Insertable)] Dec 04 21:09:50.668 INFO [stderr] | ^^^^^^^^^^ names from parent modules are not accessible without an explicit import Dec 04 21:09:50.668 INFO [stderr] | Dec 04 21:09:50.668 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! Dec 04 21:09:50.668 INFO [stderr] = note: for more information, see issue #50504 Dec 04 21:09:50.668 INFO [stderr] Dec 04 21:09:50.668 INFO [stderr] warning: cannot find type `table` in this scope Dec 04 21:09:50.668 INFO [stderr] --> <::diesel::macros::table_body macros>:165:33 Dec 04 21:09:50.668 INFO [stderr] | Dec 04 21:09:50.668 INFO [stderr] 165 | derive ( Debug , Clone , Copy , QueryId ) ] /// The actual table struct Dec 04 21:09:50.668 INFO [stderr] | ^^^^^^^ names from parent modules are not accessible without an explicit import Dec 04 21:09:50.668 INFO [stderr] | Dec 04 21:09:50.668 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! Dec 04 21:09:50.668 INFO [stderr] = note: for more information, see issue #50504 Dec 04 21:09:50.669 INFO [stderr] Dec 04 21:09:50.669 INFO [stderr] warning: cannot find type `id` in this scope Dec 04 21:09:50.669 INFO [stderr] --> <::diesel::macros::__diesel_column macros>:5:33 Dec 04 21:09:50.669 INFO [stderr] | Dec 04 21:09:50.669 INFO [stderr] 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Dec 04 21:09:50.669 INFO [stderr] | ^^^^^^^ names from parent modules are not accessible without an explicit import Dec 04 21:09:50.669 INFO [stderr] | Dec 04 21:09:50.669 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! Dec 04 21:09:50.669 INFO [stderr] = note: for more information, see issue #50504 Dec 04 21:09:50.669 INFO [stderr] Dec 04 21:09:50.669 INFO [stderr] warning: cannot find type `name` in this scope Dec 04 21:09:50.669 INFO [stderr] --> <::diesel::macros::__diesel_column macros>:5:33 Dec 04 21:09:50.669 INFO [stderr] | Dec 04 21:09:50.669 INFO [stderr] 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Dec 04 21:09:50.669 INFO [stderr] | ^^^^^^^ names from parent modules are not accessible without an explicit import Dec 04 21:09:50.669 INFO [stderr] | Dec 04 21:09:50.669 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! Dec 04 21:09:50.669 INFO [stderr] = note: for more information, see issue #50504 Dec 04 21:09:50.669 INFO [stderr] Dec 04 21:09:50.669 INFO [stderr] warning: cannot find type `image` in this scope Dec 04 21:09:50.669 INFO [stderr] --> <::diesel::macros::__diesel_column macros>:5:33 Dec 04 21:09:50.669 INFO [stderr] | Dec 04 21:09:50.669 INFO [stderr] 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Dec 04 21:09:50.669 INFO [stderr] | ^^^^^^^ names from parent modules are not accessible without an explicit import Dec 04 21:09:50.669 INFO [stderr] | Dec 04 21:09:50.669 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! Dec 04 21:09:50.669 INFO [stderr] = note: for more information, see issue #50504 Dec 04 21:09:50.669 INFO [stderr] Dec 04 21:09:50.669 INFO [stderr] warning: cannot find type `votes` in this scope Dec 04 21:09:50.669 INFO [stderr] --> <::diesel::macros::__diesel_column macros>:5:33 Dec 04 21:09:50.669 INFO [stderr] | Dec 04 21:09:50.669 INFO [stderr] 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Dec 04 21:09:50.669 INFO [stderr] | ^^^^^^^ names from parent modules are not accessible without an explicit import Dec 04 21:09:50.669 INFO [stderr] | Dec 04 21:09:50.669 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! Dec 04 21:09:50.669 INFO [stderr] = note: for more information, see issue #50504 Dec 04 21:09:50.669 INFO [stderr] Dec 04 21:09:50.669 INFO [stderr] warning: cannot find type `entry_id` in this scope Dec 04 21:09:50.669 INFO [stderr] --> <::diesel::macros::__diesel_column macros>:5:33 Dec 04 21:09:50.669 INFO [stderr] | Dec 04 21:09:50.669 INFO [stderr] 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Dec 04 21:09:50.669 INFO [stderr] | ^^^^^^^ names from parent modules are not accessible without an explicit import Dec 04 21:09:50.669 INFO [stderr] | Dec 04 21:09:50.669 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! Dec 04 21:09:50.669 INFO [stderr] = note: for more information, see issue #50504 Dec 04 21:09:50.669 INFO [stderr] Dec 04 21:09:50.669 INFO [stderr] warning: cannot find type `ip` in this scope Dec 04 21:09:50.669 INFO [stderr] --> <::diesel::macros::__diesel_column macros>:5:33 Dec 04 21:09:50.669 INFO [stderr] | Dec 04 21:09:50.669 INFO [stderr] 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Dec 04 21:09:50.669 INFO [stderr] | ^^^^^^^ names from parent modules are not accessible without an explicit import Dec 04 21:09:50.669 INFO [stderr] | Dec 04 21:09:50.669 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! Dec 04 21:09:50.669 INFO [stderr] = note: for more information, see issue #50504 Dec 04 21:09:50.669 INFO [stderr] Dec 04 21:09:50.669 INFO [stderr] warning: cannot find type `created_at` in this scope Dec 04 21:09:50.669 INFO [stderr] --> <::diesel::macros::__diesel_column macros>:5:33 Dec 04 21:09:50.669 INFO [stderr] | Dec 04 21:09:50.669 INFO [stderr] 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Dec 04 21:09:50.669 INFO [stderr] | ^^^^^^^ names from parent modules are not accessible without an explicit import Dec 04 21:09:50.669 INFO [stderr] | Dec 04 21:09:50.669 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! Dec 04 21:09:50.669 INFO [stderr] = note: for more information, see issue #50504 Dec 04 21:09:50.669 INFO [stderr] Dec 04 21:09:51.892 INFO [stderr] warning: unused `#[macro_use]` import Dec 04 21:09:51.892 INFO [stderr] --> src/main.rs:13:1 Dec 04 21:09:51.892 INFO [stderr] | Dec 04 21:09:51.892 INFO [stderr] 13 | #[macro_use] Dec 04 21:09:51.892 INFO [stderr] | ^^^^^^^^^^^^ Dec 04 21:09:51.892 INFO [stderr] | Dec 04 21:09:51.892 INFO [stderr] = note: #[warn(unused_imports)] on by default Dec 04 21:09:51.892 INFO [stderr] Dec 04 21:09:51.892 INFO [stderr] warning: cannot find type `Entry` in this scope Dec 04 21:09:51.892 INFO [stderr] --> src/models.rs:8:10 Dec 04 21:09:51.892 INFO [stderr] | Dec 04 21:09:51.892 INFO [stderr] 8 | #[derive(Queryable, Serialize, Deserialize, Debug)] Dec 04 21:09:51.892 INFO [stderr] | ^^^^^^^^^ names from parent modules are not accessible without an explicit import Dec 04 21:09:51.892 INFO [stderr] | Dec 04 21:09:51.895 INFO [stderr] = note: #[warn(proc_macro_derive_resolution_fallback)] on by default Dec 04 21:09:51.895 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! Dec 04 21:09:51.895 INFO [stderr] = note: for more information, see issue #50504 Dec 04 21:09:51.895 INFO [stderr] Dec 04 21:09:51.895 INFO [stderr] warning: cannot find type `PollResult` in this scope Dec 04 21:09:51.895 INFO [stderr] --> src/models.rs:15:10 Dec 04 21:09:51.895 INFO [stderr] | Dec 04 21:09:51.895 INFO [stderr] 15 | #[derive(Queryable, Serialize, Deserialize, Debug)] Dec 04 21:09:51.895 INFO [stderr] | ^^^^^^^^^ names from parent modules are not accessible without an explicit import Dec 04 21:09:51.895 INFO [stderr] | Dec 04 21:09:51.895 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! Dec 04 21:09:51.895 INFO [stderr] = note: for more information, see issue #50504 Dec 04 21:09:51.895 INFO [stderr] Dec 04 21:09:51.895 INFO [stderr] warning: cannot find type `Vote` in this scope Dec 04 21:09:51.895 INFO [stderr] --> src/models.rs:23:10 Dec 04 21:09:51.895 INFO [stderr] | Dec 04 21:09:51.895 INFO [stderr] 23 | #[derive(Queryable, Serialize, Deserialize, Debug)] Dec 04 21:09:51.895 INFO [stderr] | ^^^^^^^^^ names from parent modules are not accessible without an explicit import Dec 04 21:09:51.895 INFO [stderr] | Dec 04 21:09:51.895 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! Dec 04 21:09:51.895 INFO [stderr] = note: for more information, see issue #50504 Dec 04 21:09:51.895 INFO [stderr] Dec 04 21:09:51.895 INFO [stderr] warning: cannot find type `votes` in this scope Dec 04 21:09:51.895 INFO [stderr] --> src/models.rs:30:10 Dec 04 21:09:51.895 INFO [stderr] | Dec 04 21:09:51.895 INFO [stderr] 30 | #[derive(Insertable)] Dec 04 21:09:51.895 INFO [stderr] | ^^^^^^^^^^ names from parent modules are not accessible without an explicit import Dec 04 21:09:51.895 INFO [stderr] | Dec 04 21:09:51.895 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! Dec 04 21:09:51.895 INFO [stderr] = note: for more information, see issue #50504 Dec 04 21:09:51.895 INFO [stderr] Dec 04 21:09:51.895 INFO [stderr] warning: cannot find type `NewVote` in this scope Dec 04 21:09:51.895 INFO [stderr] --> src/models.rs:30:10 Dec 04 21:09:51.895 INFO [stderr] | Dec 04 21:09:51.895 INFO [stderr] 30 | #[derive(Insertable)] Dec 04 21:09:51.895 INFO [stderr] | ^^^^^^^^^^ names from parent modules are not accessible without an explicit import Dec 04 21:09:51.895 INFO [stderr] | Dec 04 21:09:51.895 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! Dec 04 21:09:51.895 INFO [stderr] = note: for more information, see issue #50504 Dec 04 21:09:51.895 INFO [stderr] Dec 04 21:09:51.895 INFO [stderr] warning: cannot find type `table` in this scope Dec 04 21:09:51.895 INFO [stderr] --> <::diesel::macros::table_body macros>:165:33 Dec 04 21:09:51.895 INFO [stderr] | Dec 04 21:09:51.895 INFO [stderr] 165 | derive ( Debug , Clone , Copy , QueryId ) ] /// The actual table struct Dec 04 21:09:51.895 INFO [stderr] | ^^^^^^^ names from parent modules are not accessible without an explicit import Dec 04 21:09:51.895 INFO [stderr] | Dec 04 21:09:51.895 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! Dec 04 21:09:51.895 INFO [stderr] = note: for more information, see issue #50504 Dec 04 21:09:51.895 INFO [stderr] Dec 04 21:09:51.899 INFO [stderr] warning: cannot find type `id` in this scope Dec 04 21:09:51.899 INFO [stderr] --> <::diesel::macros::__diesel_column macros>:5:33 Dec 04 21:09:51.899 INFO [stderr] | Dec 04 21:09:51.899 INFO [stderr] 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Dec 04 21:09:51.899 INFO [stderr] | ^^^^^^^ names from parent modules are not accessible without an explicit import Dec 04 21:09:51.899 INFO [stderr] | Dec 04 21:09:51.899 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! Dec 04 21:09:51.899 INFO [stderr] = note: for more information, see issue #50504 Dec 04 21:09:51.899 INFO [stderr] Dec 04 21:09:51.899 INFO [stderr] warning: cannot find type `name` in this scope Dec 04 21:09:51.899 INFO [stderr] --> <::diesel::macros::__diesel_column macros>:5:33 Dec 04 21:09:51.899 INFO [stderr] | Dec 04 21:09:51.899 INFO [stderr] 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Dec 04 21:09:51.899 INFO [stderr] | ^^^^^^^ names from parent modules are not accessible without an explicit import Dec 04 21:09:51.899 INFO [stderr] | Dec 04 21:09:51.899 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! Dec 04 21:09:51.899 INFO [stderr] = note: for more information, see issue #50504 Dec 04 21:09:51.899 INFO [stderr] Dec 04 21:09:51.899 INFO [stderr] warning: cannot find type `image` in this scope Dec 04 21:09:51.899 INFO [stderr] --> <::diesel::macros::__diesel_column macros>:5:33 Dec 04 21:09:51.899 INFO [stderr] | Dec 04 21:09:51.899 INFO [stderr] 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Dec 04 21:09:51.899 INFO [stderr] | ^^^^^^^ names from parent modules are not accessible without an explicit import Dec 04 21:09:51.899 INFO [stderr] | Dec 04 21:09:51.899 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! Dec 04 21:09:51.899 INFO [stderr] = note: for more information, see issue #50504 Dec 04 21:09:51.899 INFO [stderr] Dec 04 21:09:51.899 INFO [stderr] warning: cannot find type `votes` in this scope Dec 04 21:09:51.899 INFO [stderr] --> <::diesel::macros::__diesel_column macros>:5:33 Dec 04 21:09:51.899 INFO [stderr] | Dec 04 21:09:51.899 INFO [stderr] 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Dec 04 21:09:51.899 INFO [stderr] | ^^^^^^^ names from parent modules are not accessible without an explicit import Dec 04 21:09:51.899 INFO [stderr] | Dec 04 21:09:51.899 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! Dec 04 21:09:51.899 INFO [stderr] = note: for more information, see issue #50504 Dec 04 21:09:51.899 INFO [stderr] Dec 04 21:09:51.899 INFO [stderr] warning: cannot find type `entry_id` in this scope Dec 04 21:09:51.899 INFO [stderr] --> <::diesel::macros::__diesel_column macros>:5:33 Dec 04 21:09:51.899 INFO [stderr] | Dec 04 21:09:51.899 INFO [stderr] 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Dec 04 21:09:51.899 INFO [stderr] | ^^^^^^^ names from parent modules are not accessible without an explicit import Dec 04 21:09:51.899 INFO [stderr] | Dec 04 21:09:51.899 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! Dec 04 21:09:51.899 INFO [stderr] = note: for more information, see issue #50504 Dec 04 21:09:51.899 INFO [stderr] Dec 04 21:09:51.899 INFO [stderr] warning: cannot find type `ip` in this scope Dec 04 21:09:51.899 INFO [stderr] --> <::diesel::macros::__diesel_column macros>:5:33 Dec 04 21:09:51.899 INFO [stderr] | Dec 04 21:09:51.899 INFO [stderr] 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Dec 04 21:09:51.899 INFO [stderr] | ^^^^^^^ names from parent modules are not accessible without an explicit import Dec 04 21:09:51.899 INFO [stderr] | Dec 04 21:09:51.899 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! Dec 04 21:09:51.899 INFO [stderr] = note: for more information, see issue #50504 Dec 04 21:09:51.899 INFO [stderr] Dec 04 21:09:51.899 INFO [stderr] warning: cannot find type `created_at` in this scope Dec 04 21:09:51.899 INFO [stderr] --> <::diesel::macros::__diesel_column macros>:5:33 Dec 04 21:09:51.900 INFO [stderr] | Dec 04 21:09:51.900 INFO [stderr] 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Dec 04 21:09:51.900 INFO [stderr] | ^^^^^^^ names from parent modules are not accessible without an explicit import Dec 04 21:09:51.900 INFO [stderr] | Dec 04 21:09:51.900 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! Dec 04 21:09:51.900 INFO [stderr] = note: for more information, see issue #50504 Dec 04 21:09:51.900 INFO [stderr] Dec 04 21:09:52.912 INFO [stderr] Finished dev [unoptimized + debuginfo] target(s) in 2m 02s Dec 04 21:09:52.963 INFO [stderr] su: No module specific data is present Dec 04 21:09:53.653 INFO running `"docker" "inspect" "a31202cdc5f714223868b044033c3bcb834c5048f8104d62d8098a76056c4186"` Dec 04 21:09:53.911 INFO running `"docker" "rm" "-f" "a31202cdc5f714223868b044033c3bcb834c5048f8104d62d8098a76056c4186"` Dec 04 21:09:54.307 INFO [stdout] a31202cdc5f714223868b044033c3bcb834c5048f8104d62d8098a76056c4186