Oct 12 23:32:58.322 INFO checking cljvm/xin against try#4021bd0b3c5815b087d6db10ce461e7e4854ade7 for pr-54977 Oct 12 23:32:58.322 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/pr-54977/worker-1/try#4021bd0b3c5815b087d6db10ce461e7e4854ade7:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-1/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 12 23:32:58.845 INFO blam! 75ffbb11a2a9f3ce400fb93b8a19c113d325a1a8797336afb94d24d5a201f52e Oct 12 23:32:58.847 INFO running `"docker" "start" "-a" "75ffbb11a2a9f3ce400fb93b8a19c113d325a1a8797336afb94d24d5a201f52e"` Oct 12 23:33:00.600 INFO kablam! usermod: no changes Oct 12 23:33:01.312 INFO kablam! Checking unic-common v0.7.0 Oct 12 23:33:01.312 INFO kablam! Checking unic-char-range v0.7.0 Oct 12 23:33:01.322 INFO kablam! Compiling email v0.0.20 Oct 12 23:33:01.322 INFO kablam! Compiling actix-web v0.7.7 Oct 12 23:33:01.328 INFO kablam! Checking memchr v1.0.2 Oct 12 23:33:01.335 INFO kablam! Compiling openssl-sys v0.9.35 Oct 12 23:33:01.352 INFO kablam! Checking uuid v0.6.5 Oct 12 23:33:01.353 INFO kablam! Checking serde_urlencoded v0.5.3 Oct 12 23:33:02.097 INFO kablam! Checking cookie v0.11.0 Oct 12 23:33:02.152 INFO kablam! Checking unic-char-property v0.7.0 Oct 12 23:33:02.868 INFO kablam! Checking md-5 v0.7.0 Oct 12 23:33:03.674 INFO kablam! Checking hmac v0.6.3 Oct 12 23:33:05.380 INFO kablam! Checking diesel v1.3.3 Oct 12 23:33:05.718 INFO kablam! Checking unic-ucd-version v0.7.0 Oct 12 23:33:05.724 INFO kablam! Checking env_logger v0.5.13 Oct 12 23:33:05.729 INFO kablam! Checking jsonwebtoken v5.0.1 Oct 12 23:33:05.773 INFO kablam! Checking nom v3.2.1 Oct 12 23:33:06.332 INFO kablam! Checking unic-ucd-segment v0.7.0 Oct 12 23:33:07.970 INFO kablam! Checking dotenv v0.13.0 Oct 12 23:33:10.820 INFO kablam! Compiling openssl v0.9.24 Oct 12 23:33:10.860 INFO kablam! Checking unic-segment v0.7.0 Oct 12 23:33:10.896 INFO kablam! Checking actix v0.7.4 Oct 12 23:33:13.576 INFO kablam! Checking tera v0.11.16 Oct 12 23:33:23.947 INFO kablam! Checking native-tls v0.1.5 Oct 12 23:33:25.729 INFO kablam! Checking lettre v0.8.2 Oct 12 23:33:33.928 INFO kablam! Checking lettre_email v0.8.2 Oct 12 23:33:48.682 INFO kablam! Checking actix-web-httpauth v0.1.0 Oct 12 23:34:08.340 INFO kablam! Checking xin v0.1.0 (/source) Oct 12 23:34:15.532 INFO kablam! warning: unused `#[macro_use]` import Oct 12 23:34:15.532 INFO kablam! --> src/main.rs:9:1 Oct 12 23:34:15.532 INFO kablam! | Oct 12 23:34:15.532 INFO kablam! 9 | #[macro_use] Oct 12 23:34:15.532 INFO kablam! | ^^^^^^^^^^^^ Oct 12 23:34:15.532 INFO kablam! | Oct 12 23:34:15.532 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 12 23:34:15.532 INFO kablam! Oct 12 23:34:15.544 INFO kablam! warning: cannot find type `Error` in this scope Oct 12 23:34:15.544 INFO kablam! --> src/controller/mod.rs:11:10 Oct 12 23:34:15.544 INFO kablam! | Oct 12 23:34:15.544 INFO kablam! 11 | #[derive(Message)] Oct 12 23:34:15.544 INFO kablam! | ^^^^^^^ names from parent modules are not accessible without an explicit import Oct 12 23:34:15.544 INFO kablam! | Oct 12 23:34:15.544 INFO kablam! = note: #[warn(proc_macro_derive_resolution_fallback)] on by default Oct 12 23:34:15.544 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 12 23:34:15.544 INFO kablam! = note: for more information, see issue #50504 Oct 12 23:34:15.544 INFO kablam! Oct 12 23:34:15.544 INFO kablam! warning: cannot find type `table` in this scope Oct 12 23:34:15.544 INFO kablam! --> <::diesel::macros::table_body macros>:165:33 Oct 12 23:34:15.544 INFO kablam! | Oct 12 23:34:15.544 INFO kablam! 165 | derive ( Debug , Clone , Copy , QueryId ) ] /// The actual table struct Oct 12 23:34:15.544 INFO kablam! | ^^^^^^^ names from parent modules are not accessible without an explicit import Oct 12 23:34:15.544 INFO kablam! | Oct 12 23:34:15.544 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 12 23:34:15.544 INFO kablam! = note: for more information, see issue #50504 Oct 12 23:34:15.544 INFO kablam! Oct 12 23:34:15.544 INFO kablam! warning: cannot find type `id` in this scope Oct 12 23:34:15.544 INFO kablam! --> <::diesel::macros::__diesel_column macros>:5:33 Oct 12 23:34:15.544 INFO kablam! | Oct 12 23:34:15.544 INFO kablam! 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Oct 12 23:34:15.544 INFO kablam! | ^^^^^^^ names from parent modules are not accessible without an explicit import Oct 12 23:34:15.544 INFO kablam! | Oct 12 23:34:15.544 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 12 23:34:15.544 INFO kablam! = note: for more information, see issue #50504 Oct 12 23:34:15.544 INFO kablam! Oct 12 23:34:15.544 INFO kablam! warning: cannot find type `name` in this scope Oct 12 23:34:15.544 INFO kablam! --> <::diesel::macros::__diesel_column macros>:5:33 Oct 12 23:34:15.544 INFO kablam! | Oct 12 23:34:15.544 INFO kablam! 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Oct 12 23:34:15.544 INFO kablam! | ^^^^^^^ names from parent modules are not accessible without an explicit import Oct 12 23:34:15.544 INFO kablam! | Oct 12 23:34:15.544 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 12 23:34:15.544 INFO kablam! = note: for more information, see issue #50504 Oct 12 23:34:15.544 INFO kablam! Oct 12 23:34:15.544 INFO kablam! warning: cannot find type `nick_name` in this scope Oct 12 23:34:15.544 INFO kablam! --> <::diesel::macros::__diesel_column macros>:5:33 Oct 12 23:34:15.544 INFO kablam! | Oct 12 23:34:15.544 INFO kablam! 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Oct 12 23:34:15.544 INFO kablam! | ^^^^^^^ names from parent modules are not accessible without an explicit import Oct 12 23:34:15.544 INFO kablam! | Oct 12 23:34:15.544 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 12 23:34:15.544 INFO kablam! = note: for more information, see issue #50504 Oct 12 23:34:15.544 INFO kablam! Oct 12 23:34:15.544 INFO kablam! warning: cannot find type `birthday` in this scope Oct 12 23:34:15.544 INFO kablam! --> <::diesel::macros::__diesel_column macros>:5:33 Oct 12 23:34:15.544 INFO kablam! | Oct 12 23:34:15.544 INFO kablam! 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Oct 12 23:34:15.544 INFO kablam! | ^^^^^^^ names from parent modules are not accessible without an explicit import Oct 12 23:34:15.545 INFO kablam! | Oct 12 23:34:15.545 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 12 23:34:15.545 INFO kablam! = note: for more information, see issue #50504 Oct 12 23:34:15.545 INFO kablam! Oct 12 23:34:15.545 INFO kablam! warning: cannot find type `created_at` in this scope Oct 12 23:34:15.545 INFO kablam! --> <::diesel::macros::__diesel_column macros>:5:33 Oct 12 23:34:15.545 INFO kablam! | Oct 12 23:34:15.545 INFO kablam! 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Oct 12 23:34:15.545 INFO kablam! | ^^^^^^^ names from parent modules are not accessible without an explicit import Oct 12 23:34:15.545 INFO kablam! | Oct 12 23:34:15.545 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 12 23:34:15.545 INFO kablam! = note: for more information, see issue #50504 Oct 12 23:34:15.545 INFO kablam! Oct 12 23:34:15.545 INFO kablam! warning: cannot find type `updated_at` in this scope Oct 12 23:34:15.545 INFO kablam! --> <::diesel::macros::__diesel_column macros>:5:33 Oct 12 23:34:15.545 INFO kablam! | Oct 12 23:34:15.545 INFO kablam! 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Oct 12 23:34:15.545 INFO kablam! | ^^^^^^^ names from parent modules are not accessible without an explicit import Oct 12 23:34:15.545 INFO kablam! | Oct 12 23:34:15.545 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 12 23:34:15.545 INFO kablam! = note: for more information, see issue #50504 Oct 12 23:34:15.545 INFO kablam! Oct 12 23:34:15.545 INFO kablam! warning: cannot find type `user_id` in this scope Oct 12 23:34:15.545 INFO kablam! --> <::diesel::macros::__diesel_column macros>:5:33 Oct 12 23:34:15.545 INFO kablam! | Oct 12 23:34:15.545 INFO kablam! 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Oct 12 23:34:15.545 INFO kablam! | ^^^^^^^ names from parent modules are not accessible without an explicit import Oct 12 23:34:15.545 INFO kablam! | Oct 12 23:34:15.545 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 12 23:34:15.545 INFO kablam! = note: for more information, see issue #50504 Oct 12 23:34:15.545 INFO kablam! Oct 12 23:34:15.545 INFO kablam! warning: cannot find type `identity_type` in this scope Oct 12 23:34:15.545 INFO kablam! --> <::diesel::macros::__diesel_column macros>:5:33 Oct 12 23:34:15.545 INFO kablam! | Oct 12 23:34:15.545 INFO kablam! 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Oct 12 23:34:15.545 INFO kablam! | ^^^^^^^ names from parent modules are not accessible without an explicit import Oct 12 23:34:15.545 INFO kablam! | Oct 12 23:34:15.545 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 12 23:34:15.545 INFO kablam! = note: for more information, see issue #50504 Oct 12 23:34:15.545 INFO kablam! Oct 12 23:34:15.545 INFO kablam! warning: cannot find type `identifier` in this scope Oct 12 23:34:15.545 INFO kablam! --> <::diesel::macros::__diesel_column macros>:5:33 Oct 12 23:34:15.545 INFO kablam! | Oct 12 23:34:15.545 INFO kablam! 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Oct 12 23:34:15.545 INFO kablam! | ^^^^^^^ names from parent modules are not accessible without an explicit import Oct 12 23:34:15.545 INFO kablam! | Oct 12 23:34:15.545 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 12 23:34:15.545 INFO kablam! = note: for more information, see issue #50504 Oct 12 23:34:15.545 INFO kablam! Oct 12 23:34:15.545 INFO kablam! warning: cannot find type `credential` in this scope Oct 12 23:34:15.545 INFO kablam! --> <::diesel::macros::__diesel_column macros>:5:33 Oct 12 23:34:15.545 INFO kablam! | Oct 12 23:34:15.545 INFO kablam! 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Oct 12 23:34:15.545 INFO kablam! | ^^^^^^^ names from parent modules are not accessible without an explicit import Oct 12 23:34:15.545 INFO kablam! | Oct 12 23:34:15.545 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 12 23:34:15.545 INFO kablam! = note: for more information, see issue #50504 Oct 12 23:34:15.545 INFO kablam! Oct 12 23:34:15.564 INFO kablam! warning: cannot find type `desc` in this scope Oct 12 23:34:15.564 INFO kablam! --> <::diesel::macros::__diesel_column macros>:5:33 Oct 12 23:34:15.564 INFO kablam! | Oct 12 23:34:15.564 INFO kablam! 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Oct 12 23:34:15.564 INFO kablam! | ^^^^^^^ names from parent modules are not accessible without an explicit import Oct 12 23:34:15.564 INFO kablam! | Oct 12 23:34:15.564 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 12 23:34:15.564 INFO kablam! = note: for more information, see issue #50504 Oct 12 23:34:15.564 INFO kablam! Oct 12 23:34:15.564 INFO kablam! warning: cannot find type `role_id` in this scope Oct 12 23:34:15.564 INFO kablam! --> <::diesel::macros::__diesel_column macros>:5:33 Oct 12 23:34:15.564 INFO kablam! | Oct 12 23:34:15.564 INFO kablam! 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Oct 12 23:34:15.564 INFO kablam! | ^^^^^^^ names from parent modules are not accessible without an explicit import Oct 12 23:34:15.564 INFO kablam! | Oct 12 23:34:15.564 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 12 23:34:15.564 INFO kablam! = note: for more information, see issue #50504 Oct 12 23:34:15.564 INFO kablam! Oct 12 23:34:15.564 INFO kablam! warning: cannot find type `class_id` in this scope Oct 12 23:34:15.564 INFO kablam! --> <::diesel::macros::__diesel_column macros>:5:33 Oct 12 23:34:15.564 INFO kablam! | Oct 12 23:34:15.564 INFO kablam! 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Oct 12 23:34:15.564 INFO kablam! | ^^^^^^^ names from parent modules are not accessible without an explicit import Oct 12 23:34:15.564 INFO kablam! | Oct 12 23:34:15.564 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 12 23:34:15.564 INFO kablam! = note: for more information, see issue #50504 Oct 12 23:34:15.564 INFO kablam! Oct 12 23:34:15.564 INFO kablam! warning: cannot find type `title` in this scope Oct 12 23:34:15.564 INFO kablam! --> <::diesel::macros::__diesel_column macros>:5:33 Oct 12 23:34:15.564 INFO kablam! | Oct 12 23:34:15.564 INFO kablam! 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Oct 12 23:34:15.564 INFO kablam! | ^^^^^^^ names from parent modules are not accessible without an explicit import Oct 12 23:34:15.564 INFO kablam! | Oct 12 23:34:15.564 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 12 23:34:15.564 INFO kablam! = note: for more information, see issue #50504 Oct 12 23:34:15.564 INFO kablam! Oct 12 23:34:15.564 INFO kablam! warning: cannot find type `active` in this scope Oct 12 23:34:15.564 INFO kablam! --> <::diesel::macros::__diesel_column macros>:5:33 Oct 12 23:34:15.564 INFO kablam! | Oct 12 23:34:15.564 INFO kablam! 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Oct 12 23:34:15.564 INFO kablam! | ^^^^^^^ names from parent modules are not accessible without an explicit import Oct 12 23:34:15.564 INFO kablam! | Oct 12 23:34:15.564 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 12 23:34:15.564 INFO kablam! = note: for more information, see issue #50504 Oct 12 23:34:15.564 INFO kablam! Oct 12 23:34:15.564 INFO kablam! warning: cannot find type `form` in this scope Oct 12 23:34:15.564 INFO kablam! --> <::diesel::macros::__diesel_column macros>:5:33 Oct 12 23:34:15.564 INFO kablam! | Oct 12 23:34:15.564 INFO kablam! 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Oct 12 23:34:15.564 INFO kablam! | ^^^^^^^ names from parent modules are not accessible without an explicit import Oct 12 23:34:15.564 INFO kablam! | Oct 12 23:34:15.564 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 12 23:34:15.564 INFO kablam! = note: for more information, see issue #50504 Oct 12 23:34:15.564 INFO kablam! Oct 12 23:34:15.564 INFO kablam! warning: cannot find type `activities_id` in this scope Oct 12 23:34:15.564 INFO kablam! --> <::diesel::macros::__diesel_column macros>:5:33 Oct 12 23:34:15.564 INFO kablam! | Oct 12 23:34:15.564 INFO kablam! 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Oct 12 23:34:15.564 INFO kablam! | ^^^^^^^ names from parent modules are not accessible without an explicit import Oct 12 23:34:15.564 INFO kablam! | Oct 12 23:34:15.564 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 12 23:34:15.565 INFO kablam! = note: for more information, see issue #50504 Oct 12 23:34:15.565 INFO kablam! Oct 12 23:34:15.565 INFO kablam! warning: cannot find type `data` in this scope Oct 12 23:34:15.565 INFO kablam! --> <::diesel::macros::__diesel_column macros>:5:33 Oct 12 23:34:15.565 INFO kablam! | Oct 12 23:34:15.565 INFO kablam! 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Oct 12 23:34:15.565 INFO kablam! | ^^^^^^^ names from parent modules are not accessible without an explicit import Oct 12 23:34:15.565 INFO kablam! | Oct 12 23:34:15.565 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 12 23:34:15.565 INFO kablam! = note: for more information, see issue #50504 Oct 12 23:34:15.565 INFO kablam! Oct 12 23:34:15.565 INFO kablam! warning: cannot find type `content` in this scope Oct 12 23:34:15.565 INFO kablam! --> <::diesel::macros::__diesel_column macros>:5:33 Oct 12 23:34:15.565 INFO kablam! | Oct 12 23:34:15.565 INFO kablam! 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Oct 12 23:34:15.565 INFO kablam! | ^^^^^^^ names from parent modules are not accessible without an explicit import Oct 12 23:34:15.565 INFO kablam! | Oct 12 23:34:15.565 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 12 23:34:15.565 INFO kablam! = note: for more information, see issue #50504 Oct 12 23:34:15.565 INFO kablam! Oct 12 23:34:15.565 INFO kablam! warning: cannot find type `msg_type` in this scope Oct 12 23:34:15.565 INFO kablam! --> <::diesel::macros::__diesel_column macros>:5:33 Oct 12 23:34:15.565 INFO kablam! | Oct 12 23:34:15.565 INFO kablam! 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Oct 12 23:34:15.565 INFO kablam! | ^^^^^^^ names from parent modules are not accessible without an explicit import Oct 12 23:34:15.565 INFO kablam! | Oct 12 23:34:15.565 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 12 23:34:15.565 INFO kablam! = note: for more information, see issue #50504 Oct 12 23:34:15.565 INFO kablam! Oct 12 23:34:15.608 INFO kablam! warning: unused `#[macro_use]` import Oct 12 23:34:15.608 INFO kablam! --> src/main.rs:9:1 Oct 12 23:34:15.608 INFO kablam! | Oct 12 23:34:15.608 INFO kablam! 9 | #[macro_use] Oct 12 23:34:15.608 INFO kablam! | ^^^^^^^^^^^^ Oct 12 23:34:15.608 INFO kablam! | Oct 12 23:34:15.608 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 12 23:34:15.608 INFO kablam! Oct 12 23:34:15.609 INFO kablam! warning: cannot find type `Error` in this scope Oct 12 23:34:15.609 INFO kablam! --> src/controller/mod.rs:11:10 Oct 12 23:34:15.609 INFO kablam! | Oct 12 23:34:15.609 INFO kablam! 11 | #[derive(Message)] Oct 12 23:34:15.609 INFO kablam! | ^^^^^^^ names from parent modules are not accessible without an explicit import Oct 12 23:34:15.609 INFO kablam! | Oct 12 23:34:15.609 INFO kablam! = note: #[warn(proc_macro_derive_resolution_fallback)] on by default Oct 12 23:34:15.609 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 12 23:34:15.609 INFO kablam! = note: for more information, see issue #50504 Oct 12 23:34:15.609 INFO kablam! Oct 12 23:34:15.609 INFO kablam! warning: cannot find type `table` in this scope Oct 12 23:34:15.609 INFO kablam! --> <::diesel::macros::table_body macros>:165:33 Oct 12 23:34:15.609 INFO kablam! | Oct 12 23:34:15.609 INFO kablam! 165 | derive ( Debug , Clone , Copy , QueryId ) ] /// The actual table struct Oct 12 23:34:15.609 INFO kablam! | ^^^^^^^ names from parent modules are not accessible without an explicit import Oct 12 23:34:15.609 INFO kablam! | Oct 12 23:34:15.609 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 12 23:34:15.609 INFO kablam! = note: for more information, see issue #50504 Oct 12 23:34:15.609 INFO kablam! Oct 12 23:34:15.609 INFO kablam! warning: cannot find type `id` in this scope Oct 12 23:34:15.609 INFO kablam! --> <::diesel::macros::__diesel_column macros>:5:33 Oct 12 23:34:15.609 INFO kablam! | Oct 12 23:34:15.609 INFO kablam! 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Oct 12 23:34:15.609 INFO kablam! | ^^^^^^^ names from parent modules are not accessible without an explicit import Oct 12 23:34:15.609 INFO kablam! | Oct 12 23:34:15.609 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 12 23:34:15.609 INFO kablam! = note: for more information, see issue #50504 Oct 12 23:34:15.609 INFO kablam! Oct 12 23:34:15.609 INFO kablam! warning: cannot find type `name` in this scope Oct 12 23:34:15.609 INFO kablam! --> <::diesel::macros::__diesel_column macros>:5:33 Oct 12 23:34:15.609 INFO kablam! | Oct 12 23:34:15.609 INFO kablam! 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Oct 12 23:34:15.609 INFO kablam! | ^^^^^^^ names from parent modules are not accessible without an explicit import Oct 12 23:34:15.609 INFO kablam! | Oct 12 23:34:15.609 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 12 23:34:15.609 INFO kablam! = note: for more information, see issue #50504 Oct 12 23:34:15.609 INFO kablam! Oct 12 23:34:15.609 INFO kablam! warning: cannot find type `nick_name` in this scope Oct 12 23:34:15.609 INFO kablam! --> <::diesel::macros::__diesel_column macros>:5:33 Oct 12 23:34:15.609 INFO kablam! | Oct 12 23:34:15.609 INFO kablam! 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Oct 12 23:34:15.609 INFO kablam! | ^^^^^^^ names from parent modules are not accessible without an explicit import Oct 12 23:34:15.609 INFO kablam! | Oct 12 23:34:15.609 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 12 23:34:15.609 INFO kablam! = note: for more information, see issue #50504 Oct 12 23:34:15.609 INFO kablam! Oct 12 23:34:15.609 INFO kablam! warning: cannot find type `birthday` in this scope Oct 12 23:34:15.609 INFO kablam! --> <::diesel::macros::__diesel_column macros>:5:33 Oct 12 23:34:15.609 INFO kablam! | Oct 12 23:34:15.609 INFO kablam! 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Oct 12 23:34:15.609 INFO kablam! | ^^^^^^^ names from parent modules are not accessible without an explicit import Oct 12 23:34:15.609 INFO kablam! | Oct 12 23:34:15.609 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 12 23:34:15.609 INFO kablam! = note: for more information, see issue #50504 Oct 12 23:34:15.609 INFO kablam! Oct 12 23:34:15.609 INFO kablam! warning: cannot find type `created_at` in this scope Oct 12 23:34:15.609 INFO kablam! --> <::diesel::macros::__diesel_column macros>:5:33 Oct 12 23:34:15.609 INFO kablam! | Oct 12 23:34:15.609 INFO kablam! 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Oct 12 23:34:15.609 INFO kablam! | ^^^^^^^ names from parent modules are not accessible without an explicit import Oct 12 23:34:15.609 INFO kablam! | Oct 12 23:34:15.609 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 12 23:34:15.609 INFO kablam! = note: for more information, see issue #50504 Oct 12 23:34:15.609 INFO kablam! Oct 12 23:34:15.609 INFO kablam! warning: cannot find type `updated_at` in this scope Oct 12 23:34:15.609 INFO kablam! --> <::diesel::macros::__diesel_column macros>:5:33 Oct 12 23:34:15.609 INFO kablam! | Oct 12 23:34:15.609 INFO kablam! 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Oct 12 23:34:15.609 INFO kablam! | ^^^^^^^ names from parent modules are not accessible without an explicit import Oct 12 23:34:15.609 INFO kablam! | Oct 12 23:34:15.609 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 12 23:34:15.609 INFO kablam! = note: for more information, see issue #50504 Oct 12 23:34:15.609 INFO kablam! Oct 12 23:34:15.609 INFO kablam! warning: cannot find type `user_id` in this scope Oct 12 23:34:15.609 INFO kablam! --> <::diesel::macros::__diesel_column macros>:5:33 Oct 12 23:34:15.609 INFO kablam! | Oct 12 23:34:15.609 INFO kablam! 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Oct 12 23:34:15.609 INFO kablam! | ^^^^^^^ names from parent modules are not accessible without an explicit import Oct 12 23:34:15.609 INFO kablam! | Oct 12 23:34:15.609 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 12 23:34:15.609 INFO kablam! = note: for more information, see issue #50504 Oct 12 23:34:15.609 INFO kablam! Oct 12 23:34:15.609 INFO kablam! warning: cannot find type `identity_type` in this scope Oct 12 23:34:15.610 INFO kablam! --> <::diesel::macros::__diesel_column macros>:5:33 Oct 12 23:34:15.610 INFO kablam! | Oct 12 23:34:15.610 INFO kablam! 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Oct 12 23:34:15.610 INFO kablam! | ^^^^^^^ names from parent modules are not accessible without an explicit import Oct 12 23:34:15.610 INFO kablam! | Oct 12 23:34:15.610 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 12 23:34:15.610 INFO kablam! = note: for more information, see issue #50504 Oct 12 23:34:15.610 INFO kablam! Oct 12 23:34:15.610 INFO kablam! warning: cannot find type `identifier` in this scope Oct 12 23:34:15.610 INFO kablam! --> <::diesel::macros::__diesel_column macros>:5:33 Oct 12 23:34:15.610 INFO kablam! | Oct 12 23:34:15.610 INFO kablam! 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Oct 12 23:34:15.610 INFO kablam! | ^^^^^^^ names from parent modules are not accessible without an explicit import Oct 12 23:34:15.610 INFO kablam! | Oct 12 23:34:15.610 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 12 23:34:15.610 INFO kablam! = note: for more information, see issue #50504 Oct 12 23:34:15.610 INFO kablam! Oct 12 23:34:15.616 INFO kablam! warning: cannot find type `credential` in this scope Oct 12 23:34:15.616 INFO kablam! --> <::diesel::macros::__diesel_column macros>:5:33 Oct 12 23:34:15.616 INFO kablam! | Oct 12 23:34:15.616 INFO kablam! 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Oct 12 23:34:15.616 INFO kablam! | ^^^^^^^ names from parent modules are not accessible without an explicit import Oct 12 23:34:15.616 INFO kablam! | Oct 12 23:34:15.616 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 12 23:34:15.616 INFO kablam! = note: for more information, see issue #50504 Oct 12 23:34:15.616 INFO kablam! Oct 12 23:34:15.616 INFO kablam! warning: cannot find type `desc` in this scope Oct 12 23:34:15.616 INFO kablam! --> <::diesel::macros::__diesel_column macros>:5:33 Oct 12 23:34:15.616 INFO kablam! | Oct 12 23:34:15.616 INFO kablam! 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Oct 12 23:34:15.616 INFO kablam! | ^^^^^^^ names from parent modules are not accessible without an explicit import Oct 12 23:34:15.616 INFO kablam! | Oct 12 23:34:15.617 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 12 23:34:15.617 INFO kablam! = note: for more information, see issue #50504 Oct 12 23:34:15.617 INFO kablam! Oct 12 23:34:15.617 INFO kablam! warning: cannot find type `role_id` in this scope Oct 12 23:34:15.617 INFO kablam! --> <::diesel::macros::__diesel_column macros>:5:33 Oct 12 23:34:15.617 INFO kablam! | Oct 12 23:34:15.617 INFO kablam! 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Oct 12 23:34:15.617 INFO kablam! | ^^^^^^^ names from parent modules are not accessible without an explicit import Oct 12 23:34:15.617 INFO kablam! | Oct 12 23:34:15.617 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 12 23:34:15.617 INFO kablam! = note: for more information, see issue #50504 Oct 12 23:34:15.617 INFO kablam! Oct 12 23:34:15.617 INFO kablam! warning: cannot find type `class_id` in this scope Oct 12 23:34:15.617 INFO kablam! --> <::diesel::macros::__diesel_column macros>:5:33 Oct 12 23:34:15.617 INFO kablam! | Oct 12 23:34:15.617 INFO kablam! 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Oct 12 23:34:15.617 INFO kablam! | ^^^^^^^ names from parent modules are not accessible without an explicit import Oct 12 23:34:15.617 INFO kablam! | Oct 12 23:34:15.617 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 12 23:34:15.617 INFO kablam! = note: for more information, see issue #50504 Oct 12 23:34:15.617 INFO kablam! Oct 12 23:34:15.617 INFO kablam! warning: cannot find type `title` in this scope Oct 12 23:34:15.617 INFO kablam! --> <::diesel::macros::__diesel_column macros>:5:33 Oct 12 23:34:15.617 INFO kablam! | Oct 12 23:34:15.617 INFO kablam! 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Oct 12 23:34:15.617 INFO kablam! | ^^^^^^^ names from parent modules are not accessible without an explicit import Oct 12 23:34:15.617 INFO kablam! | Oct 12 23:34:15.617 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 12 23:34:15.617 INFO kablam! = note: for more information, see issue #50504 Oct 12 23:34:15.617 INFO kablam! Oct 12 23:34:15.617 INFO kablam! warning: cannot find type `active` in this scope Oct 12 23:34:15.617 INFO kablam! --> <::diesel::macros::__diesel_column macros>:5:33 Oct 12 23:34:15.617 INFO kablam! | Oct 12 23:34:15.617 INFO kablam! 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Oct 12 23:34:15.617 INFO kablam! | ^^^^^^^ names from parent modules are not accessible without an explicit import Oct 12 23:34:15.617 INFO kablam! | Oct 12 23:34:15.617 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 12 23:34:15.617 INFO kablam! = note: for more information, see issue #50504 Oct 12 23:34:15.617 INFO kablam! Oct 12 23:34:15.617 INFO kablam! warning: cannot find type `form` in this scope Oct 12 23:34:15.617 INFO kablam! --> <::diesel::macros::__diesel_column macros>:5:33 Oct 12 23:34:15.617 INFO kablam! | Oct 12 23:34:15.617 INFO kablam! 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Oct 12 23:34:15.617 INFO kablam! | ^^^^^^^ names from parent modules are not accessible without an explicit import Oct 12 23:34:15.617 INFO kablam! | Oct 12 23:34:15.617 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 12 23:34:15.617 INFO kablam! = note: for more information, see issue #50504 Oct 12 23:34:15.617 INFO kablam! Oct 12 23:34:15.617 INFO kablam! warning: cannot find type `activities_id` in this scope Oct 12 23:34:15.617 INFO kablam! --> <::diesel::macros::__diesel_column macros>:5:33 Oct 12 23:34:15.617 INFO kablam! | Oct 12 23:34:15.617 INFO kablam! 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Oct 12 23:34:15.617 INFO kablam! | ^^^^^^^ names from parent modules are not accessible without an explicit import Oct 12 23:34:15.617 INFO kablam! | Oct 12 23:34:15.617 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 12 23:34:15.617 INFO kablam! = note: for more information, see issue #50504 Oct 12 23:34:15.617 INFO kablam! Oct 12 23:34:15.617 INFO kablam! warning: cannot find type `data` in this scope Oct 12 23:34:15.617 INFO kablam! --> <::diesel::macros::__diesel_column macros>:5:33 Oct 12 23:34:15.617 INFO kablam! | Oct 12 23:34:15.617 INFO kablam! 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Oct 12 23:34:15.617 INFO kablam! | ^^^^^^^ names from parent modules are not accessible without an explicit import Oct 12 23:34:15.617 INFO kablam! | Oct 12 23:34:15.617 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 12 23:34:15.617 INFO kablam! = note: for more information, see issue #50504 Oct 12 23:34:15.617 INFO kablam! Oct 12 23:34:15.617 INFO kablam! warning: cannot find type `content` in this scope Oct 12 23:34:15.617 INFO kablam! --> <::diesel::macros::__diesel_column macros>:5:33 Oct 12 23:34:15.617 INFO kablam! | Oct 12 23:34:15.617 INFO kablam! 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Oct 12 23:34:15.617 INFO kablam! | ^^^^^^^ names from parent modules are not accessible without an explicit import Oct 12 23:34:15.617 INFO kablam! | Oct 12 23:34:15.617 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 12 23:34:15.617 INFO kablam! = note: for more information, see issue #50504 Oct 12 23:34:15.617 INFO kablam! Oct 12 23:34:15.624 INFO kablam! warning: cannot find type `msg_type` in this scope Oct 12 23:34:15.624 INFO kablam! --> <::diesel::macros::__diesel_column macros>:5:33 Oct 12 23:34:15.624 INFO kablam! | Oct 12 23:34:15.624 INFO kablam! 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Oct 12 23:34:15.624 INFO kablam! | ^^^^^^^ names from parent modules are not accessible without an explicit import Oct 12 23:34:15.624 INFO kablam! | Oct 12 23:34:15.624 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 12 23:34:15.624 INFO kablam! = note: for more information, see issue #50504 Oct 12 23:34:15.624 INFO kablam! Oct 12 23:34:17.073 INFO kablam! warning: unused variable: `msg` Oct 12 23:34:17.073 INFO kablam! --> src/handler/mod.rs:9:26 Oct 12 23:34:17.073 INFO kablam! | Oct 12 23:34:17.073 INFO kablam! 9 | fn handle(&mut self, msg: Homepage, _: &mut Self::Context) -> Self::Result { Oct 12 23:34:17.073 INFO kablam! | ^^^ help: consider using `_msg` instead Oct 12 23:34:17.073 INFO kablam! | Oct 12 23:34:17.074 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 12 23:34:17.074 INFO kablam! Oct 12 23:34:17.184 INFO kablam! warning: unused variable: `msg` Oct 12 23:34:17.184 INFO kablam! --> src/handler/mod.rs:9:26 Oct 12 23:34:17.184 INFO kablam! | Oct 12 23:34:17.184 INFO kablam! 9 | fn handle(&mut self, msg: Homepage, _: &mut Self::Context) -> Self::Result { Oct 12 23:34:17.184 INFO kablam! | ^^^ help: consider using `_msg` instead Oct 12 23:34:17.184 INFO kablam! | Oct 12 23:34:17.184 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 12 23:34:17.184 INFO kablam! Oct 12 23:34:17.464 INFO kablam! warning: field is never used: `user` Oct 12 23:34:17.464 INFO kablam! --> src/config.rs:33:5 Oct 12 23:34:17.464 INFO kablam! | Oct 12 23:34:17.464 INFO kablam! 33 | user: String, Oct 12 23:34:17.464 INFO kablam! | ^^^^^^^^^^^^ Oct 12 23:34:17.464 INFO kablam! | Oct 12 23:34:17.464 INFO kablam! = note: #[warn(dead_code)] on by default Oct 12 23:34:17.465 INFO kablam! Oct 12 23:34:17.465 INFO kablam! warning: field is never used: `password` Oct 12 23:34:17.465 INFO kablam! --> src/config.rs:34:5 Oct 12 23:34:17.465 INFO kablam! | Oct 12 23:34:17.465 INFO kablam! 34 | password: String, Oct 12 23:34:17.465 INFO kablam! | ^^^^^^^^^^^^^^^^ Oct 12 23:34:17.465 INFO kablam! Oct 12 23:34:17.465 INFO kablam! warning: field is never used: `nick_name` Oct 12 23:34:17.465 INFO kablam! --> src/config.rs:35:5 Oct 12 23:34:17.465 INFO kablam! | Oct 12 23:34:17.465 INFO kablam! 35 | nick_name: String, Oct 12 23:34:17.465 INFO kablam! | ^^^^^^^^^^^^^^^^^ Oct 12 23:34:17.465 INFO kablam! Oct 12 23:34:17.465 INFO kablam! warning: struct is never constructed: `Authenticate` Oct 12 23:34:17.465 INFO kablam! --> src/middleware/authenticate.rs:8:1 Oct 12 23:34:17.465 INFO kablam! | Oct 12 23:34:17.465 INFO kablam! 8 | pub struct Authenticate; Oct 12 23:34:17.465 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^ Oct 12 23:34:17.465 INFO kablam! Oct 12 23:34:17.512 INFO kablam! warning: field is never used: `user` Oct 12 23:34:17.512 INFO kablam! --> src/config.rs:33:5 Oct 12 23:34:17.512 INFO kablam! | Oct 12 23:34:17.512 INFO kablam! 33 | user: String, Oct 12 23:34:17.512 INFO kablam! | ^^^^^^^^^^^^ Oct 12 23:34:17.512 INFO kablam! | Oct 12 23:34:17.512 INFO kablam! = note: #[warn(dead_code)] on by default Oct 12 23:34:17.512 INFO kablam! Oct 12 23:34:17.512 INFO kablam! warning: field is never used: `password` Oct 12 23:34:17.512 INFO kablam! --> src/config.rs:34:5 Oct 12 23:34:17.512 INFO kablam! | Oct 12 23:34:17.512 INFO kablam! 34 | password: String, Oct 12 23:34:17.512 INFO kablam! | ^^^^^^^^^^^^^^^^ Oct 12 23:34:17.512 INFO kablam! Oct 12 23:34:17.512 INFO kablam! warning: field is never used: `nick_name` Oct 12 23:34:17.512 INFO kablam! --> src/config.rs:35:5 Oct 12 23:34:17.512 INFO kablam! | Oct 12 23:34:17.512 INFO kablam! 35 | nick_name: String, Oct 12 23:34:17.512 INFO kablam! | ^^^^^^^^^^^^^^^^^ Oct 12 23:34:17.512 INFO kablam! Oct 12 23:34:17.513 INFO kablam! warning: struct is never constructed: `Authenticate` Oct 12 23:34:17.513 INFO kablam! --> src/middleware/authenticate.rs:8:1 Oct 12 23:34:17.513 INFO kablam! | Oct 12 23:34:17.513 INFO kablam! 8 | pub struct Authenticate; Oct 12 23:34:17.513 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^ Oct 12 23:34:17.513 INFO kablam! Oct 12 23:34:17.720 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 1m 17s Oct 12 23:34:17.748 INFO kablam! su: No module specific data is present Oct 12 23:34:18.584 INFO running `"docker" "rm" "-f" "75ffbb11a2a9f3ce400fb93b8a19c113d325a1a8797336afb94d24d5a201f52e"` Oct 12 23:34:18.872 INFO blam! 75ffbb11a2a9f3ce400fb93b8a19c113d325a1a8797336afb94d24d5a201f52e