Oct 13 01:44:47.934 INFO checking acmumn/identity against try#4021bd0b3c5815b087d6db10ce461e7e4854ade7 for pr-54977 Oct 13 01:44:47.936 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/pr-54977/worker-0/try#4021bd0b3c5815b087d6db10ce461e7e4854ade7:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-0/pr-54977/try#4021bd0b3c5815b087d6db10ce461e7e4854ade7:/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 +4021bd0b3c5815b087d6db10ce461e7e4854ade7-alt check --frozen --all --all-targets" "-e" "CARGO_TARGET_DIR=/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/cargo-home" "-e" "RUSTUP_HOME=/rustup-home" "-m" "1536M" "--network" "none" "crater"` Oct 13 01:44:48.408 INFO blam! fe414da958a1d338be69563538ee0c976978e1c0bbf910920fa3df32ec764aa6 Oct 13 01:44:48.410 INFO running `"docker" "start" "-a" "fe414da958a1d338be69563538ee0c976978e1c0bbf910920fa3df32ec764aa6"` Oct 13 01:44:50.231 INFO kablam! usermod: no changes Oct 13 01:44:50.845 INFO kablam! Checking unic-common v0.7.0 Oct 13 01:44:50.846 INFO kablam! Checking unic-char-range v0.7.0 Oct 13 01:44:50.891 INFO kablam! Compiling mysqlclient-sys v0.2.3 Oct 13 01:44:50.894 INFO kablam! Checking http v0.1.11 Oct 13 01:44:50.897 INFO kablam! Compiling diesel_derives v1.3.0 Oct 13 01:44:50.899 INFO kablam! Compiling structopt-derive v0.2.10 Oct 13 01:44:50.900 INFO kablam! Compiling serde_derive v1.0.76 Oct 13 01:44:50.904 INFO kablam! Checking tungstenite v0.6.0 Oct 13 01:44:51.464 INFO kablam! Checking syslog v4.0.1 Oct 13 01:44:51.487 INFO kablam! Checking failure v0.1.2 Oct 13 01:44:55.809 INFO kablam! Checking unic-ucd-version v0.7.0 Oct 13 01:44:56.508 INFO kablam! Checking unic-char-property v0.7.0 Oct 13 01:44:57.561 INFO kablam! Checking dotenv v0.13.0 Oct 13 01:44:57.832 INFO kablam! Checking unic-ucd-segment v0.7.0 Oct 13 01:45:05.316 INFO kablam! Checking unic-segment v0.7.0 Oct 13 01:45:07.208 INFO kablam! Checking tera v0.11.14 Oct 13 01:45:14.078 INFO kablam! Checking h2 v0.1.12 Oct 13 01:45:18.681 INFO kablam! Checking structopt v0.2.10 Oct 13 01:45:26.110 INFO kablam! Checking diesel v1.3.2 Oct 13 01:45:33.504 INFO kablam! Checking hyper v0.12.9 Oct 13 01:45:47.716 INFO kablam! Checking acmumn-identity-common v0.1.0 (/source/rust-common) Oct 13 01:45:51.379 INFO kablam! Checking warp v0.1.3 Oct 13 01:45:51.380 INFO kablam! Checking acmumn-identity-client v0.1.0 (/source/rust-client) Oct 13 01:46:00.960 INFO kablam! warning: unused `#[macro_use]` import Oct 13 01:46:00.960 INFO kablam! --> rust-client/src/lib.rs:3:1 Oct 13 01:46:00.960 INFO kablam! | Oct 13 01:46:00.960 INFO kablam! 3 | #[macro_use] Oct 13 01:46:00.960 INFO kablam! | ^^^^^^^^^^^^ Oct 13 01:46:00.960 INFO kablam! | Oct 13 01:46:00.960 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 13 01:46:00.960 INFO kablam! Oct 13 01:46:01.140 INFO kablam! warning: unused `#[macro_use]` import Oct 13 01:46:01.140 INFO kablam! --> rust-client/src/lib.rs:3:1 Oct 13 01:46:01.140 INFO kablam! | Oct 13 01:46:01.140 INFO kablam! 3 | #[macro_use] Oct 13 01:46:01.140 INFO kablam! | ^^^^^^^^^^^^ Oct 13 01:46:01.140 INFO kablam! | Oct 13 01:46:01.140 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 13 01:46:01.140 INFO kablam! Oct 13 01:46:03.152 INFO kablam! Checking acmumn-identity-server v0.1.0 (/source/server) Oct 13 01:46:12.349 INFO kablam! warning: unused `#[macro_use]` import Oct 13 01:46:12.350 INFO kablam! --> server/src/lib.rs:6:1 Oct 13 01:46:12.350 INFO kablam! | Oct 13 01:46:12.350 INFO kablam! 6 | #[macro_use] Oct 13 01:46:12.350 INFO kablam! | ^^^^^^^^^^^^ Oct 13 01:46:12.350 INFO kablam! | Oct 13 01:46:12.350 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 13 01:46:12.350 INFO kablam! Oct 13 01:46:12.352 INFO kablam! warning: unused macro definition Oct 13 01:46:12.352 INFO kablam! --> server/src/macros.rs:2:1 Oct 13 01:46:12.352 INFO kablam! | Oct 13 01:46:12.352 INFO kablam! 2 | / macro_rules! context { Oct 13 01:46:12.352 INFO kablam! 3 | | ($($name:ident : $value:expr),* $(,)*) => {{ Oct 13 01:46:12.352 INFO kablam! 4 | | let mut ctx = ::tera::Context::new(); Oct 13 01:46:12.352 INFO kablam! 5 | | $(ctx.add(stringify!($name), &$value);)* Oct 13 01:46:12.352 INFO kablam! 6 | | ctx Oct 13 01:46:12.352 INFO kablam! 7 | | }}; Oct 13 01:46:12.352 INFO kablam! 8 | | } Oct 13 01:46:12.352 INFO kablam! | |_^ Oct 13 01:46:12.352 INFO kablam! | Oct 13 01:46:12.352 INFO kablam! = note: #[warn(unused_macros)] on by default Oct 13 01:46:12.352 INFO kablam! Oct 13 01:46:12.352 INFO kablam! warning: cannot find type `table` in this scope Oct 13 01:46:12.352 INFO kablam! --> <::diesel::macros::table_body macros>:165:33 Oct 13 01:46:12.352 INFO kablam! | Oct 13 01:46:12.352 INFO kablam! 165 | derive ( Debug , Clone , Copy , QueryId ) ] /// The actual table struct Oct 13 01:46:12.352 INFO kablam! | ^^^^^^^ names from parent modules are not accessible without an explicit import Oct 13 01:46:12.352 INFO kablam! | Oct 13 01:46:12.352 INFO kablam! = note: #[warn(proc_macro_derive_resolution_fallback)] on by default Oct 13 01:46:12.352 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Oct 13 01:46:12.352 INFO kablam! = note: for more information, see issue #50504 Oct 13 01:46:12.352 INFO kablam! Oct 13 01:46:12.352 INFO kablam! warning: cannot find type `table` in this scope Oct 13 01:46:12.352 INFO kablam! --> <::diesel::macros::table_body macros>:165:33 Oct 13 01:46:12.352 INFO kablam! | Oct 13 01:46:12.352 INFO kablam! 165 | derive ( Debug , Clone , Copy , QueryId ) ] /// The actual table struct Oct 13 01:46:12.352 INFO kablam! | ^^^^^^^ names from parent modules are not accessible without an explicit import Oct 13 01:46:12.352 INFO kablam! | Oct 13 01:46:12.352 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Oct 13 01:46:12.352 INFO kablam! = note: for more information, see issue #50504 Oct 13 01:46:12.352 INFO kablam! Oct 13 01:46:12.352 INFO kablam! warning: cannot find type `id` in this scope Oct 13 01:46:12.352 INFO kablam! --> <::diesel::macros::__diesel_column macros>:5:33 Oct 13 01:46:12.352 INFO kablam! | Oct 13 01:46:12.352 INFO kablam! 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Oct 13 01:46:12.352 INFO kablam! | ^^^^^^^ names from parent modules are not accessible without an explicit import Oct 13 01:46:12.352 INFO kablam! | Oct 13 01:46:12.352 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Oct 13 01:46:12.352 INFO kablam! = note: for more information, see issue #50504 Oct 13 01:46:12.352 INFO kablam! Oct 13 01:46:12.352 INFO kablam! warning: cannot find type `member_id` in this scope Oct 13 01:46:12.352 INFO kablam! --> <::diesel::macros::__diesel_column macros>:5:33 Oct 13 01:46:12.352 INFO kablam! | Oct 13 01:46:12.352 INFO kablam! 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Oct 13 01:46:12.352 INFO kablam! | ^^^^^^^ names from parent modules are not accessible without an explicit import Oct 13 01:46:12.352 INFO kablam! | Oct 13 01:46:12.352 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Oct 13 01:46:12.352 INFO kablam! = note: for more information, see issue #50504 Oct 13 01:46:12.352 INFO kablam! Oct 13 01:46:12.352 INFO kablam! warning: cannot find type `uuid` in this scope Oct 13 01:46:12.352 INFO kablam! --> <::diesel::macros::__diesel_column macros>:5:33 Oct 13 01:46:12.352 INFO kablam! | Oct 13 01:46:12.352 INFO kablam! 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Oct 13 01:46:12.352 INFO kablam! | ^^^^^^^ names from parent modules are not accessible without an explicit import Oct 13 01:46:12.352 INFO kablam! | Oct 13 01:46:12.352 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Oct 13 01:46:12.352 INFO kablam! = note: for more information, see issue #50504 Oct 13 01:46:12.352 INFO kablam! Oct 13 01:46:12.352 INFO kablam! warning: cannot find type `created` in this scope Oct 13 01:46:12.352 INFO kablam! --> <::diesel::macros::__diesel_column macros>:5:33 Oct 13 01:46:12.352 INFO kablam! | Oct 13 01:46:12.352 INFO kablam! 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Oct 13 01:46:12.352 INFO kablam! | ^^^^^^^ names from parent modules are not accessible without an explicit import Oct 13 01:46:12.352 INFO kablam! | Oct 13 01:46:12.353 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Oct 13 01:46:12.353 INFO kablam! = note: for more information, see issue #50504 Oct 13 01:46:12.353 INFO kablam! Oct 13 01:46:12.362 INFO kablam! warning: cannot find type `name` in this scope Oct 13 01:46:12.362 INFO kablam! --> <::diesel::macros::__diesel_column macros>:5:33 Oct 13 01:46:12.362 INFO kablam! | Oct 13 01:46:12.362 INFO kablam! 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Oct 13 01:46:12.362 INFO kablam! | ^^^^^^^ names from parent modules are not accessible without an explicit import Oct 13 01:46:12.362 INFO kablam! | Oct 13 01:46:12.362 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Oct 13 01:46:12.362 INFO kablam! = note: for more information, see issue #50504 Oct 13 01:46:12.362 INFO kablam! Oct 13 01:46:12.362 INFO kablam! warning: cannot find type `studentId` in this scope Oct 13 01:46:12.362 INFO kablam! --> <::diesel::macros::__diesel_column macros>:5:33 Oct 13 01:46:12.362 INFO kablam! | Oct 13 01:46:12.362 INFO kablam! 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Oct 13 01:46:12.362 INFO kablam! | ^^^^^^^ names from parent modules are not accessible without an explicit import Oct 13 01:46:12.362 INFO kablam! | Oct 13 01:46:12.362 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Oct 13 01:46:12.362 INFO kablam! = note: for more information, see issue #50504 Oct 13 01:46:12.362 INFO kablam! Oct 13 01:46:12.362 INFO kablam! warning: cannot find type `x500` in this scope Oct 13 01:46:12.362 INFO kablam! --> <::diesel::macros::__diesel_column macros>:5:33 Oct 13 01:46:12.362 INFO kablam! | Oct 13 01:46:12.362 INFO kablam! 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Oct 13 01:46:12.362 INFO kablam! | ^^^^^^^ names from parent modules are not accessible without an explicit import Oct 13 01:46:12.362 INFO kablam! | Oct 13 01:46:12.362 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Oct 13 01:46:12.362 INFO kablam! = note: for more information, see issue #50504 Oct 13 01:46:12.362 INFO kablam! Oct 13 01:46:12.362 INFO kablam! warning: cannot find type `card` in this scope Oct 13 01:46:12.362 INFO kablam! --> <::diesel::macros::__diesel_column macros>:5:33 Oct 13 01:46:12.362 INFO kablam! | Oct 13 01:46:12.362 INFO kablam! 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Oct 13 01:46:12.362 INFO kablam! | ^^^^^^^ names from parent modules are not accessible without an explicit import Oct 13 01:46:12.362 INFO kablam! | Oct 13 01:46:12.362 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Oct 13 01:46:12.362 INFO kablam! = note: for more information, see issue #50504 Oct 13 01:46:12.362 INFO kablam! Oct 13 01:46:12.362 INFO kablam! warning: cannot find type `email` in this scope Oct 13 01:46:12.362 INFO kablam! --> <::diesel::macros::__diesel_column macros>:5:33 Oct 13 01:46:12.362 INFO kablam! | Oct 13 01:46:12.362 INFO kablam! 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Oct 13 01:46:12.362 INFO kablam! | ^^^^^^^ names from parent modules are not accessible without an explicit import Oct 13 01:46:12.362 INFO kablam! | Oct 13 01:46:12.362 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Oct 13 01:46:12.362 INFO kablam! = note: for more information, see issue #50504 Oct 13 01:46:12.362 INFO kablam! Oct 13 01:46:12.362 INFO kablam! warning: unused import: `self` Oct 13 01:46:12.362 INFO kablam! --> server/src/db/mod.rs:8:5 Oct 13 01:46:12.362 INFO kablam! | Oct 13 01:46:12.362 INFO kablam! 8 | self, Oct 13 01:46:12.362 INFO kablam! | ^^^^ Oct 13 01:46:12.362 INFO kablam! Oct 13 01:46:12.362 INFO kablam! warning: unused imports: `identity_jwt_escrow`, `members_members` Oct 13 01:46:12.363 INFO kablam! --> server/src/db/mod.rs:18:18 Oct 13 01:46:12.363 INFO kablam! | Oct 13 01:46:12.363 INFO kablam! 18 | use db::schema::{identity_jwt_escrow, members_members}; Oct 13 01:46:12.363 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ ^^^^^^^^^^^^^^^ Oct 13 01:46:12.363 INFO kablam! Oct 13 01:46:12.363 INFO kablam! warning: unused import: `ErrorKind` Oct 13 01:46:12.363 INFO kablam! --> server/src/db/mod.rs:19:13 Oct 13 01:46:12.363 INFO kablam! | Oct 13 01:46:12.363 INFO kablam! 19 | use {Error, ErrorKind, Result}; Oct 13 01:46:12.363 INFO kablam! | ^^^^^^^^^ Oct 13 01:46:12.363 INFO kablam! Oct 13 01:46:12.363 INFO kablam! warning: unused imports: `Either`, `err` Oct 13 01:46:12.363 INFO kablam! --> server/src/web/endpoints.rs:4:14 Oct 13 01:46:12.363 INFO kablam! | Oct 13 01:46:12.363 INFO kablam! 4 | future::{err, ok, Either}, Oct 13 01:46:12.363 INFO kablam! | ^^^ ^^^^^^ Oct 13 01:46:12.363 INFO kablam! Oct 13 01:46:12.363 INFO kablam! warning: unused import: `url::Url` Oct 13 01:46:12.363 INFO kablam! --> server/src/web/endpoints.rs:8:5 Oct 13 01:46:12.363 INFO kablam! | Oct 13 01:46:12.363 INFO kablam! 8 | use url::Url; Oct 13 01:46:12.363 INFO kablam! | ^^^^^^^^ Oct 13 01:46:12.363 INFO kablam! Oct 13 01:46:12.363 INFO kablam! warning: unused imports: `ErrorKind`, `log_err` Oct 13 01:46:12.363 INFO kablam! --> server/src/web/endpoints.rs:11:6 Oct 13 01:46:12.363 INFO kablam! | Oct 13 01:46:12.363 INFO kablam! 11 | use {log_err, Error, ErrorKind, DB}; Oct 13 01:46:12.363 INFO kablam! | ^^^^^^^ ^^^^^^^^^ Oct 13 01:46:12.363 INFO kablam! Oct 13 01:46:12.363 INFO kablam! warning: unused import: `std::collections::BTreeMap` Oct 13 01:46:12.363 INFO kablam! --> server/src/web/mod.rs:6:5 Oct 13 01:46:12.363 INFO kablam! | Oct 13 01:46:12.363 INFO kablam! 6 | use std::collections::BTreeMap; Oct 13 01:46:12.363 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 13 01:46:12.363 INFO kablam! Oct 13 01:46:12.363 INFO kablam! warning: unused import: `serde_json::Value` Oct 13 01:46:12.363 INFO kablam! --> server/src/web/mod.rs:10:5 Oct 13 01:46:12.363 INFO kablam! | Oct 13 01:46:12.363 INFO kablam! 10 | use serde_json::Value; Oct 13 01:46:12.363 INFO kablam! | ^^^^^^^^^^^^^^^^^ Oct 13 01:46:12.363 INFO kablam! Oct 13 01:46:12.727 INFO kablam! warning: unused `#[macro_use]` import Oct 13 01:46:12.736 INFO kablam! --> server/src/lib.rs:6:1 Oct 13 01:46:12.736 INFO kablam! | Oct 13 01:46:12.736 INFO kablam! 6 | #[macro_use] Oct 13 01:46:12.736 INFO kablam! | ^^^^^^^^^^^^ Oct 13 01:46:12.736 INFO kablam! | Oct 13 01:46:12.736 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 13 01:46:12.736 INFO kablam! Oct 13 01:46:12.738 INFO kablam! warning: unused macro definition Oct 13 01:46:12.738 INFO kablam! --> server/src/macros.rs:2:1 Oct 13 01:46:12.738 INFO kablam! | Oct 13 01:46:12.738 INFO kablam! 2 | / macro_rules! context { Oct 13 01:46:12.738 INFO kablam! 3 | | ($($name:ident : $value:expr),* $(,)*) => {{ Oct 13 01:46:12.738 INFO kablam! 4 | | let mut ctx = ::tera::Context::new(); Oct 13 01:46:12.738 INFO kablam! 5 | | $(ctx.add(stringify!($name), &$value);)* Oct 13 01:46:12.738 INFO kablam! 6 | | ctx Oct 13 01:46:12.738 INFO kablam! 7 | | }}; Oct 13 01:46:12.738 INFO kablam! 8 | | } Oct 13 01:46:12.738 INFO kablam! | |_^ Oct 13 01:46:12.738 INFO kablam! | Oct 13 01:46:12.738 INFO kablam! = note: #[warn(unused_macros)] on by default Oct 13 01:46:12.738 INFO kablam! Oct 13 01:46:12.738 INFO kablam! warning: cannot find type `table` in this scope Oct 13 01:46:12.738 INFO kablam! --> <::diesel::macros::table_body macros>:165:33 Oct 13 01:46:12.738 INFO kablam! | Oct 13 01:46:12.739 INFO kablam! 165 | derive ( Debug , Clone , Copy , QueryId ) ] /// The actual table struct Oct 13 01:46:12.739 INFO kablam! | ^^^^^^^ names from parent modules are not accessible without an explicit import Oct 13 01:46:12.739 INFO kablam! | Oct 13 01:46:12.739 INFO kablam! = note: #[warn(proc_macro_derive_resolution_fallback)] on by default Oct 13 01:46:12.739 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Oct 13 01:46:12.739 INFO kablam! = note: for more information, see issue #50504 Oct 13 01:46:12.739 INFO kablam! Oct 13 01:46:12.739 INFO kablam! warning: cannot find type `table` in this scope Oct 13 01:46:12.739 INFO kablam! --> <::diesel::macros::table_body macros>:165:33 Oct 13 01:46:12.739 INFO kablam! | Oct 13 01:46:12.739 INFO kablam! 165 | derive ( Debug , Clone , Copy , QueryId ) ] /// The actual table struct Oct 13 01:46:12.739 INFO kablam! | ^^^^^^^ names from parent modules are not accessible without an explicit import Oct 13 01:46:12.739 INFO kablam! | Oct 13 01:46:12.739 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Oct 13 01:46:12.739 INFO kablam! = note: for more information, see issue #50504 Oct 13 01:46:12.739 INFO kablam! Oct 13 01:46:12.739 INFO kablam! warning: cannot find type `id` in this scope Oct 13 01:46:12.739 INFO kablam! --> <::diesel::macros::__diesel_column macros>:5:33 Oct 13 01:46:12.739 INFO kablam! | Oct 13 01:46:12.739 INFO kablam! 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Oct 13 01:46:12.739 INFO kablam! | ^^^^^^^ names from parent modules are not accessible without an explicit import Oct 13 01:46:12.739 INFO kablam! | Oct 13 01:46:12.739 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Oct 13 01:46:12.739 INFO kablam! = note: for more information, see issue #50504 Oct 13 01:46:12.739 INFO kablam! Oct 13 01:46:12.739 INFO kablam! warning: cannot find type `member_id` in this scope Oct 13 01:46:12.739 INFO kablam! --> <::diesel::macros::__diesel_column macros>:5:33 Oct 13 01:46:12.739 INFO kablam! | Oct 13 01:46:12.739 INFO kablam! 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Oct 13 01:46:12.739 INFO kablam! | ^^^^^^^ names from parent modules are not accessible without an explicit import Oct 13 01:46:12.739 INFO kablam! | Oct 13 01:46:12.739 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Oct 13 01:46:12.739 INFO kablam! = note: for more information, see issue #50504 Oct 13 01:46:12.739 INFO kablam! Oct 13 01:46:12.739 INFO kablam! warning: cannot find type `uuid` in this scope Oct 13 01:46:12.739 INFO kablam! --> <::diesel::macros::__diesel_column macros>:5:33 Oct 13 01:46:12.739 INFO kablam! | Oct 13 01:46:12.739 INFO kablam! 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Oct 13 01:46:12.739 INFO kablam! | ^^^^^^^ names from parent modules are not accessible without an explicit import Oct 13 01:46:12.739 INFO kablam! | Oct 13 01:46:12.739 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Oct 13 01:46:12.739 INFO kablam! = note: for more information, see issue #50504 Oct 13 01:46:12.739 INFO kablam! Oct 13 01:46:12.739 INFO kablam! warning: cannot find type `created` in this scope Oct 13 01:46:12.739 INFO kablam! --> <::diesel::macros::__diesel_column macros>:5:33 Oct 13 01:46:12.739 INFO kablam! | Oct 13 01:46:12.739 INFO kablam! 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Oct 13 01:46:12.739 INFO kablam! | ^^^^^^^ names from parent modules are not accessible without an explicit import Oct 13 01:46:12.739 INFO kablam! | Oct 13 01:46:12.739 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Oct 13 01:46:12.739 INFO kablam! = note: for more information, see issue #50504 Oct 13 01:46:12.739 INFO kablam! Oct 13 01:46:12.739 INFO kablam! warning: cannot find type `name` in this scope Oct 13 01:46:12.739 INFO kablam! --> <::diesel::macros::__diesel_column macros>:5:33 Oct 13 01:46:12.739 INFO kablam! | Oct 13 01:46:12.739 INFO kablam! 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Oct 13 01:46:12.739 INFO kablam! | ^^^^^^^ names from parent modules are not accessible without an explicit import Oct 13 01:46:12.739 INFO kablam! | Oct 13 01:46:12.739 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Oct 13 01:46:12.739 INFO kablam! = note: for more information, see issue #50504 Oct 13 01:46:12.739 INFO kablam! Oct 13 01:46:12.739 INFO kablam! warning: cannot find type `studentId` in this scope Oct 13 01:46:12.739 INFO kablam! --> <::diesel::macros::__diesel_column macros>:5:33 Oct 13 01:46:12.739 INFO kablam! | Oct 13 01:46:12.739 INFO kablam! 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Oct 13 01:46:12.739 INFO kablam! | ^^^^^^^ names from parent modules are not accessible without an explicit import Oct 13 01:46:12.739 INFO kablam! | Oct 13 01:46:12.739 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Oct 13 01:46:12.756 INFO kablam! = note: for more information, see issue #50504 Oct 13 01:46:12.756 INFO kablam! Oct 13 01:46:12.756 INFO kablam! warning: cannot find type `x500` in this scope Oct 13 01:46:12.756 INFO kablam! --> <::diesel::macros::__diesel_column macros>:5:33 Oct 13 01:46:12.756 INFO kablam! | Oct 13 01:46:12.756 INFO kablam! 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Oct 13 01:46:12.756 INFO kablam! | ^^^^^^^ names from parent modules are not accessible without an explicit import Oct 13 01:46:12.756 INFO kablam! | Oct 13 01:46:12.756 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Oct 13 01:46:12.756 INFO kablam! = note: for more information, see issue #50504 Oct 13 01:46:12.756 INFO kablam! Oct 13 01:46:12.756 INFO kablam! warning: cannot find type `card` in this scope Oct 13 01:46:12.756 INFO kablam! --> <::diesel::macros::__diesel_column macros>:5:33 Oct 13 01:46:12.756 INFO kablam! | Oct 13 01:46:12.756 INFO kablam! 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Oct 13 01:46:12.756 INFO kablam! | ^^^^^^^ names from parent modules are not accessible without an explicit import Oct 13 01:46:12.756 INFO kablam! | Oct 13 01:46:12.756 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Oct 13 01:46:12.756 INFO kablam! = note: for more information, see issue #50504 Oct 13 01:46:12.756 INFO kablam! Oct 13 01:46:12.756 INFO kablam! warning: cannot find type `email` in this scope Oct 13 01:46:12.756 INFO kablam! --> <::diesel::macros::__diesel_column macros>:5:33 Oct 13 01:46:12.756 INFO kablam! | Oct 13 01:46:12.756 INFO kablam! 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Oct 13 01:46:12.756 INFO kablam! | ^^^^^^^ names from parent modules are not accessible without an explicit import Oct 13 01:46:12.756 INFO kablam! | Oct 13 01:46:12.756 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Oct 13 01:46:12.756 INFO kablam! = note: for more information, see issue #50504 Oct 13 01:46:12.756 INFO kablam! Oct 13 01:46:12.756 INFO kablam! warning: unused import: `self` Oct 13 01:46:12.756 INFO kablam! --> server/src/db/mod.rs:8:5 Oct 13 01:46:12.756 INFO kablam! | Oct 13 01:46:12.756 INFO kablam! 8 | self, Oct 13 01:46:12.756 INFO kablam! | ^^^^ Oct 13 01:46:12.756 INFO kablam! Oct 13 01:46:12.756 INFO kablam! warning: unused imports: `identity_jwt_escrow`, `members_members` Oct 13 01:46:12.756 INFO kablam! --> server/src/db/mod.rs:18:18 Oct 13 01:46:12.756 INFO kablam! | Oct 13 01:46:12.756 INFO kablam! 18 | use db::schema::{identity_jwt_escrow, members_members}; Oct 13 01:46:12.756 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ ^^^^^^^^^^^^^^^ Oct 13 01:46:12.756 INFO kablam! Oct 13 01:46:12.756 INFO kablam! warning: unused import: `ErrorKind` Oct 13 01:46:12.757 INFO kablam! --> server/src/db/mod.rs:19:13 Oct 13 01:46:12.757 INFO kablam! | Oct 13 01:46:12.757 INFO kablam! 19 | use {Error, ErrorKind, Result}; Oct 13 01:46:12.757 INFO kablam! | ^^^^^^^^^ Oct 13 01:46:12.757 INFO kablam! Oct 13 01:46:12.757 INFO kablam! warning: unused imports: `Either`, `err` Oct 13 01:46:12.757 INFO kablam! --> server/src/web/endpoints.rs:4:14 Oct 13 01:46:12.757 INFO kablam! | Oct 13 01:46:12.757 INFO kablam! 4 | future::{err, ok, Either}, Oct 13 01:46:12.757 INFO kablam! | ^^^ ^^^^^^ Oct 13 01:46:12.757 INFO kablam! Oct 13 01:46:12.757 INFO kablam! warning: unused import: `url::Url` Oct 13 01:46:12.757 INFO kablam! --> server/src/web/endpoints.rs:8:5 Oct 13 01:46:12.757 INFO kablam! | Oct 13 01:46:12.757 INFO kablam! 8 | use url::Url; Oct 13 01:46:12.757 INFO kablam! | ^^^^^^^^ Oct 13 01:46:12.757 INFO kablam! Oct 13 01:46:12.757 INFO kablam! warning: unused imports: `ErrorKind`, `log_err` Oct 13 01:46:12.757 INFO kablam! --> server/src/web/endpoints.rs:11:6 Oct 13 01:46:12.757 INFO kablam! | Oct 13 01:46:12.757 INFO kablam! 11 | use {log_err, Error, ErrorKind, DB}; Oct 13 01:46:12.757 INFO kablam! | ^^^^^^^ ^^^^^^^^^ Oct 13 01:46:12.757 INFO kablam! Oct 13 01:46:12.757 INFO kablam! warning: unused import: `std::collections::BTreeMap` Oct 13 01:46:12.757 INFO kablam! --> server/src/web/mod.rs:6:5 Oct 13 01:46:12.757 INFO kablam! | Oct 13 01:46:12.757 INFO kablam! 6 | use std::collections::BTreeMap; Oct 13 01:46:12.757 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 13 01:46:12.757 INFO kablam! Oct 13 01:46:12.757 INFO kablam! warning: unused import: `serde_json::Value` Oct 13 01:46:12.757 INFO kablam! --> server/src/web/mod.rs:10:5 Oct 13 01:46:12.757 INFO kablam! | Oct 13 01:46:12.757 INFO kablam! 10 | use serde_json::Value; Oct 13 01:46:12.757 INFO kablam! | ^^^^^^^^^^^^^^^^^ Oct 13 01:46:12.757 INFO kablam! Oct 13 01:46:12.788 INFO kablam! warning: unreachable expression Oct 13 01:46:12.788 INFO kablam! --> server/src/web/endpoints.rs:47:5 Oct 13 01:46:12.788 INFO kablam! | Oct 13 01:46:12.788 INFO kablam! 47 | ok(Response::new("TODO".to_string())) Oct 13 01:46:12.788 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 13 01:46:12.788 INFO kablam! | Oct 13 01:46:12.788 INFO kablam! = note: #[warn(unreachable_code)] on by default Oct 13 01:46:12.788 INFO kablam! Oct 13 01:46:12.788 INFO kablam! warning: unreachable expression Oct 13 01:46:12.788 INFO kablam! --> server/src/web/endpoints.rs:52:5 Oct 13 01:46:12.788 INFO kablam! | Oct 13 01:46:12.788 INFO kablam! 52 | ok(Response::new("TODO".to_string())) Oct 13 01:46:12.788 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 13 01:46:12.788 INFO kablam! Oct 13 01:46:13.038 INFO kablam! warning: unused variable: `params` Oct 13 01:46:13.039 INFO kablam! --> server/src/web/endpoints.rs:33:5 Oct 13 01:46:13.040 INFO kablam! | Oct 13 01:46:13.041 INFO kablam! 33 | params: IndexParams, Oct 13 01:46:13.041 INFO kablam! | ^^^^^^ help: consider using `_params` instead Oct 13 01:46:13.042 INFO kablam! | Oct 13 01:46:13.042 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 13 01:46:13.043 INFO kablam! Oct 13 01:46:13.044 INFO kablam! warning: unused variable: `db` Oct 13 01:46:13.044 INFO kablam! --> server/src/web/endpoints.rs:35:5 Oct 13 01:46:13.045 INFO kablam! | Oct 13 01:46:13.046 INFO kablam! 35 | db: DB, Oct 13 01:46:13.046 INFO kablam! | ^^ help: consider using `_db` instead Oct 13 01:46:13.047 INFO kablam! warning: unreachable expression Oct 13 01:46:13.048 INFO kablam! --> server/src/web/endpoints.rs:47:5 Oct 13 01:46:13.048 INFO kablam! | Oct 13 01:46:13.049 INFO kablam! 47 | ok(Response::new("TODO".to_string())) Oct 13 01:46:13.050 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 13 01:46:13.050 INFO kablam! | Oct 13 01:46:13.051 INFO kablam! = note: #[warn(unreachable_code)] on by default Oct 13 01:46:13.051 INFO kablam! Oct 13 01:46:13.051 INFO kablam! warning: unreachable expression Oct 13 01:46:13.051 INFO kablam! --> server/src/web/endpoints.rs:52:5 Oct 13 01:46:13.051 INFO kablam! | Oct 13 01:46:13.051 INFO kablam! 52 | ok(Response::new("TODO".to_string())) Oct 13 01:46:13.052 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 13 01:46:13.052 INFO kablam! Oct 13 01:46:13.053 INFO kablam! Oct 13 01:46:13.053 INFO kablam! warning: unused variable: `uuid` Oct 13 01:46:13.053 INFO kablam! --> server/src/web/endpoints.rs:45:18 Oct 13 01:46:13.053 INFO kablam! | Oct 13 01:46:13.053 INFO kablam! 45 | pub fn get_login(uuid: String, db: DB) -> impl Future, Error = Error> { Oct 13 01:46:13.053 INFO kablam! | ^^^^ help: consider using `_uuid` instead Oct 13 01:46:13.055 INFO kablam! Oct 13 01:46:13.055 INFO kablam! warning: unused variable: `db` Oct 13 01:46:13.055 INFO kablam! --> server/src/web/endpoints.rs:45:32 Oct 13 01:46:13.055 INFO kablam! | Oct 13 01:46:13.055 INFO kablam! 45 | pub fn get_login(uuid: String, db: DB) -> impl Future, Error = Error> { Oct 13 01:46:13.055 INFO kablam! | ^^ help: consider using `_db` instead Oct 13 01:46:13.055 INFO kablam! Oct 13 01:46:13.055 INFO kablam! warning: unused variable: `token` Oct 13 01:46:13.055 INFO kablam! --> server/src/web/endpoints.rs:50:22 Oct 13 01:46:13.055 INFO kablam! | Oct 13 01:46:13.055 INFO kablam! 50 | pub fn post_validate(token: String, db: DB) -> impl Future, Error = Error> { Oct 13 01:46:13.055 INFO kablam! | ^^^^^ help: consider using `_token` instead Oct 13 01:46:13.056 INFO kablam! Oct 13 01:46:13.056 INFO kablam! warning: unused variable: `db` Oct 13 01:46:13.056 INFO kablam! --> server/src/web/endpoints.rs:50:37 Oct 13 01:46:13.056 INFO kablam! | Oct 13 01:46:13.056 INFO kablam! 50 | pub fn post_validate(token: String, db: DB) -> impl Future, Error = Error> { Oct 13 01:46:13.056 INFO kablam! | ^^ help: consider using `_db` instead Oct 13 01:46:13.057 INFO kablam! Oct 13 01:46:13.059 INFO kablam! warning: unused variable: `render3` Oct 13 01:46:13.059 INFO kablam! --> server/src/web/mod.rs:78:9 Oct 13 01:46:13.060 INFO kablam! | Oct 13 01:46:13.060 INFO kablam! 78 | let render3 = render.clone(); Oct 13 01:46:13.060 INFO kablam! | ^^^^^^^ help: consider using `_render3` instead Oct 13 01:46:13.060 INFO kablam! Oct 13 01:46:13.061 INFO kablam! warning: unused variable: `db2` Oct 13 01:46:13.061 INFO kablam! --> server/src/web/mod.rs:80:9 Oct 13 01:46:13.061 INFO kablam! | Oct 13 01:46:13.062 INFO kablam! 80 | let db2 = db.clone(); Oct 13 01:46:13.062 INFO kablam! | ^^^ help: consider using `_db2` instead Oct 13 01:46:13.062 INFO kablam! Oct 13 01:46:13.063 INFO kablam! warning: unused variable: `db3` Oct 13 01:46:13.063 INFO kablam! --> server/src/web/mod.rs:81:9 Oct 13 01:46:13.063 INFO kablam! | Oct 13 01:46:13.063 INFO kablam! 81 | let db3 = db.clone(); Oct 13 01:46:13.064 INFO kablam! | ^^^ help: consider using `_db3` instead Oct 13 01:46:13.064 INFO kablam! Oct 13 01:46:13.064 INFO kablam! warning: unused variable: `db4` Oct 13 01:46:13.065 INFO kablam! --> server/src/web/mod.rs:82:9 Oct 13 01:46:13.065 INFO kablam! | Oct 13 01:46:13.065 INFO kablam! 82 | let db4 = db.clone(); Oct 13 01:46:13.065 INFO kablam! | ^^^ help: consider using `_db4` instead Oct 13 01:46:13.065 INFO kablam! Oct 13 01:46:13.065 INFO kablam! warning: unused variable: `mailer_server_url` Oct 13 01:46:13.065 INFO kablam! --> server/src/web/mod.rs:34:5 Oct 13 01:46:13.066 INFO kablam! | Oct 13 01:46:13.066 INFO kablam! 34 | mailer_server_url: Url, Oct 13 01:46:13.066 INFO kablam! | ^^^^^^^^^^^^^^^^^ help: consider using `_mailer_server_url` instead Oct 13 01:46:13.066 INFO kablam! Oct 13 01:46:13.296 INFO kablam! warning: field is never used: `redirect` Oct 13 01:46:13.296 INFO kablam! --> server/src/web/endpoints.rs:28:5 Oct 13 01:46:13.296 INFO kablam! | Oct 13 01:46:13.296 INFO kablam! 28 | redirect: String, Oct 13 01:46:13.297 INFO kablam! | ^^^^^^^^^^^^^^^^ Oct 13 01:46:13.297 INFO kablam! | Oct 13 01:46:13.297 INFO kablam! = note: #[warn(dead_code)] on by default Oct 13 01:46:13.298 INFO kablam! Oct 13 01:46:13.298 INFO kablam! warning: field is never used: `x500` Oct 13 01:46:13.298 INFO kablam! --> server/src/web/endpoints.rs:29:5 Oct 13 01:46:13.299 INFO kablam! | Oct 13 01:46:13.299 INFO kablam! 29 | x500: String, Oct 13 01:46:13.299 INFO kablam! | ^^^^^^^^^^^^ Oct 13 01:46:13.299 INFO kablam! Oct 13 01:46:13.300 INFO kablam! warning: function is never used: `get_login` Oct 13 01:46:13.300 INFO kablam! --> server/src/web/endpoints.rs:45:1 Oct 13 01:46:13.300 INFO kablam! | Oct 13 01:46:13.301 INFO kablam! 45 | pub fn get_login(uuid: String, db: DB) -> impl Future, Error = Error> { Oct 13 01:46:13.301 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 13 01:46:13.301 INFO kablam! Oct 13 01:46:13.301 INFO kablam! warning: function is never used: `post_validate` Oct 13 01:46:13.302 INFO kablam! --> server/src/web/endpoints.rs:50:1 Oct 13 01:46:13.302 INFO kablam! | Oct 13 01:46:13.302 INFO kablam! 50 | pub fn post_validate(token: String, db: DB) -> impl Future, Error = Error> { Oct 13 01:46:13.302 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 13 01:46:13.303 INFO kablam! Oct 13 01:46:13.528 INFO kablam! warning: unused variable: `params` Oct 13 01:46:13.529 INFO kablam! --> server/src/web/endpoints.rs:33:5 Oct 13 01:46:13.530 INFO kablam! | Oct 13 01:46:13.531 INFO kablam! 33 | params: IndexParams, Oct 13 01:46:13.531 INFO kablam! | ^^^^^^ help: consider using `_params` instead Oct 13 01:46:13.532 INFO kablam! | Oct 13 01:46:13.532 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 13 01:46:13.533 INFO kablam! Oct 13 01:46:13.533 INFO kablam! warning: unused variable: `db` Oct 13 01:46:13.534 INFO kablam! --> server/src/web/endpoints.rs:35:5 Oct 13 01:46:13.535 INFO kablam! | Oct 13 01:46:13.535 INFO kablam! 35 | db: DB, Oct 13 01:46:13.536 INFO kablam! | ^^ help: consider using `_db` instead Oct 13 01:46:13.536 INFO kablam! Oct 13 01:46:13.537 INFO kablam! warning: unused variable: `uuid` Oct 13 01:46:13.538 INFO kablam! --> server/src/web/endpoints.rs:45:18 Oct 13 01:46:13.538 INFO kablam! | Oct 13 01:46:13.539 INFO kablam! 45 | pub fn get_login(uuid: String, db: DB) -> impl Future, Error = Error> { Oct 13 01:46:13.539 INFO kablam! | ^^^^ help: consider using `_uuid` instead Oct 13 01:46:13.539 INFO kablam! Oct 13 01:46:13.539 INFO kablam! warning: unused variable: `db` Oct 13 01:46:13.539 INFO kablam! --> server/src/web/endpoints.rs:45:32 Oct 13 01:46:13.539 INFO kablam! | Oct 13 01:46:13.539 INFO kablam! 45 | pub fn get_login(uuid: String, db: DB) -> impl Future, Error = Error> { Oct 13 01:46:13.539 INFO kablam! | ^^ help: consider using `_db` instead Oct 13 01:46:13.539 INFO kablam! Oct 13 01:46:13.539 INFO kablam! warning: unused variable: `token` Oct 13 01:46:13.539 INFO kablam! --> server/src/web/endpoints.rs:50:22 Oct 13 01:46:13.540 INFO kablam! | Oct 13 01:46:13.540 INFO kablam! 50 | pub fn post_validate(token: String, db: DB) -> impl Future, Error = Error> { Oct 13 01:46:13.540 INFO kablam! | ^^^^^ help: consider using `_token` instead Oct 13 01:46:13.540 INFO kablam! Oct 13 01:46:13.540 INFO kablam! warning: unused variable: `db` Oct 13 01:46:13.540 INFO kablam! --> server/src/web/endpoints.rs:50:37 Oct 13 01:46:13.540 INFO kablam! | Oct 13 01:46:13.540 INFO kablam! 50 | pub fn post_validate(token: String, db: DB) -> impl Future, Error = Error> { Oct 13 01:46:13.540 INFO kablam! | ^^ help: consider using `_db` instead Oct 13 01:46:13.540 INFO kablam! Oct 13 01:46:13.540 INFO kablam! warning: unused variable: `render3` Oct 13 01:46:13.540 INFO kablam! --> server/src/web/mod.rs:78:9 Oct 13 01:46:13.544 INFO kablam! | Oct 13 01:46:13.544 INFO kablam! 78 | let render3 = render.clone(); Oct 13 01:46:13.544 INFO kablam! | ^^^^^^^ help: consider using `_render3` instead Oct 13 01:46:13.544 INFO kablam! Oct 13 01:46:13.544 INFO kablam! warning: unused variable: `db2` Oct 13 01:46:13.544 INFO kablam! --> server/src/web/mod.rs:80:9 Oct 13 01:46:13.544 INFO kablam! | Oct 13 01:46:13.544 INFO kablam! 80 | let db2 = db.clone(); Oct 13 01:46:13.544 INFO kablam! | ^^^ help: consider using `_db2` instead Oct 13 01:46:13.544 INFO kablam! Oct 13 01:46:13.544 INFO kablam! warning: unused variable: `db3` Oct 13 01:46:13.544 INFO kablam! --> server/src/web/mod.rs:81:9 Oct 13 01:46:13.544 INFO kablam! | Oct 13 01:46:13.544 INFO kablam! 81 | let db3 = db.clone(); Oct 13 01:46:13.544 INFO kablam! | ^^^ help: consider using `_db3` instead Oct 13 01:46:13.544 INFO kablam! Oct 13 01:46:13.544 INFO kablam! warning: unused variable: `db4` Oct 13 01:46:13.544 INFO kablam! --> server/src/web/mod.rs:82:9 Oct 13 01:46:13.544 INFO kablam! | Oct 13 01:46:13.544 INFO kablam! 82 | let db4 = db.clone(); Oct 13 01:46:13.544 INFO kablam! | ^^^ help: consider using `_db4` instead Oct 13 01:46:13.544 INFO kablam! Oct 13 01:46:13.544 INFO kablam! warning: unused variable: `mailer_server_url` Oct 13 01:46:13.544 INFO kablam! --> server/src/web/mod.rs:34:5 Oct 13 01:46:13.544 INFO kablam! | Oct 13 01:46:13.544 INFO kablam! 34 | mailer_server_url: Url, Oct 13 01:46:13.544 INFO kablam! | ^^^^^^^^^^^^^^^^^ help: consider using `_mailer_server_url` instead Oct 13 01:46:13.544 INFO kablam! Oct 13 01:46:13.702 INFO kablam! warning: field is never used: `redirect` Oct 13 01:46:13.703 INFO kablam! --> server/src/web/endpoints.rs:28:5 Oct 13 01:46:13.703 INFO kablam! | Oct 13 01:46:13.704 INFO kablam! 28 | redirect: String, Oct 13 01:46:13.704 INFO kablam! | ^^^^^^^^^^^^^^^^ Oct 13 01:46:13.704 INFO kablam! | Oct 13 01:46:13.704 INFO kablam! = note: #[warn(dead_code)] on by default Oct 13 01:46:13.704 INFO kablam! Oct 13 01:46:13.705 INFO kablam! warning: field is never used: `x500` Oct 13 01:46:13.705 INFO kablam! --> server/src/web/endpoints.rs:29:5 Oct 13 01:46:13.706 INFO kablam! | Oct 13 01:46:13.706 INFO kablam! 29 | x500: String, Oct 13 01:46:13.706 INFO kablam! | ^^^^^^^^^^^^ Oct 13 01:46:13.706 INFO kablam! Oct 13 01:46:13.707 INFO kablam! warning: function is never used: `get_login` Oct 13 01:46:13.707 INFO kablam! --> server/src/web/endpoints.rs:45:1 Oct 13 01:46:13.707 INFO kablam! | Oct 13 01:46:13.707 INFO kablam! 45 | pub fn get_login(uuid: String, db: DB) -> impl Future, Error = Error> { Oct 13 01:46:13.708 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 13 01:46:13.708 INFO kablam! Oct 13 01:46:13.709 INFO kablam! warning: function is never used: `post_validate` Oct 13 01:46:13.709 INFO kablam! --> server/src/web/endpoints.rs:50:1 Oct 13 01:46:13.709 INFO kablam! | Oct 13 01:46:13.710 INFO kablam! 50 | pub fn post_validate(token: String, db: DB) -> impl Future, Error = Error> { Oct 13 01:46:13.710 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 13 01:46:13.710 INFO kablam! Oct 13 01:46:24.189 INFO kablam! warning: unused `#[macro_use]` import Oct 13 01:46:24.189 INFO kablam! --> server/src/main.rs:8:1 Oct 13 01:46:24.189 INFO kablam! | Oct 13 01:46:24.189 INFO kablam! 8 | #[macro_use] Oct 13 01:46:24.189 INFO kablam! | ^^^^^^^^^^^^ Oct 13 01:46:24.189 INFO kablam! | Oct 13 01:46:24.189 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 13 01:46:24.189 INFO kablam! Oct 13 01:46:24.405 INFO kablam! warning: unused `#[macro_use]` import Oct 13 01:46:24.405 INFO kablam! --> server/src/main.rs:8:1 Oct 13 01:46:24.405 INFO kablam! | Oct 13 01:46:24.405 INFO kablam! 8 | #[macro_use] Oct 13 01:46:24.405 INFO kablam! | ^^^^^^^^^^^^ Oct 13 01:46:24.405 INFO kablam! | Oct 13 01:46:24.405 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 13 01:46:24.405 INFO kablam! Oct 13 01:46:24.648 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 1m 34s Oct 13 01:46:24.660 INFO kablam! su: No module specific data is present Oct 13 01:46:25.252 INFO running `"docker" "rm" "-f" "fe414da958a1d338be69563538ee0c976978e1c0bbf910920fa3df32ec764aa6"` Oct 13 01:46:25.552 INFO blam! fe414da958a1d338be69563538ee0c976978e1c0bbf910920fa3df32ec764aa6