Nov 06 23:48:22.033 INFO checking cljvm/xin against master#24e66c28980442a48d9458f1a4f9b76cc722dc8a+rustflags=-Dduplicate_associated_type_bindings for pr-55687 Nov 06 23:48:22.033 INFO running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/pr-55687/worker-3/master#24e66c28980442a48d9458f1a4f9b76cc722dc8a+rustflags=-Dduplicate_associated_type_bindings:/target:rw,Z" "-v" "/mnt/big/crater/work/local/test-source/worker-3/pr-55687/master#24e66c28980442a48d9458f1a4f9b76cc722dc8a+rustflags=-Dduplicate_associated_type_bindings:/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 +24e66c28980442a48d9458f1a4f9b76cc722dc8a-alt check --frozen --all --all-targets" "-e" "CARGO_TARGET_DIR=/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid -Dduplicate_associated_type_bindings" "-e" "CARGO_HOME=/cargo-home" "-e" "RUSTUP_HOME=/rustup-home" "-m" "1536M" "--network" "none" "crater"` Nov 06 23:48:22.566 INFO blam! 5295d34f85a67958f6309e3c477f9cab12fe183d00ddbd844c4f6a560c085fd8 Nov 06 23:48:22.568 INFO running `"docker" "start" "-a" "5295d34f85a67958f6309e3c477f9cab12fe183d00ddbd844c4f6a560c085fd8"` Nov 06 23:48:23.603 INFO kablam! usermod: no changes Nov 06 23:48:24.312 INFO kablam! Checking unic-char-range v0.7.0 Nov 06 23:48:24.327 INFO kablam! Checking unic-common v0.7.0 Nov 06 23:48:24.352 INFO kablam! Checking deunicode v0.4.2 Nov 06 23:48:24.352 INFO kablam! Compiling actix-web v0.7.7 Nov 06 23:48:24.389 INFO kablam! Checking uuid v0.6.5 Nov 06 23:48:24.389 INFO kablam! Checking ring v0.13.2 Nov 06 23:48:24.389 INFO kablam! Checking h2 v0.1.12 Nov 06 23:48:24.391 INFO kablam! Checking chrono v0.4.6 Nov 06 23:48:25.140 INFO kablam! Checking unic-ucd-version v0.7.0 Nov 06 23:48:25.553 INFO kablam! Checking lettre v0.8.2 Nov 06 23:48:25.577 INFO kablam! Checking unic-char-property v0.7.0 Nov 06 23:48:26.692 INFO kablam! Checking unic-ucd-segment v0.7.0 Nov 06 23:48:27.118 INFO kablam! Checking tokio-signal v0.2.5 Nov 06 23:48:27.677 INFO kablam! Checking dotenv v0.13.0 Nov 06 23:48:28.389 INFO kablam! Checking slug v0.1.4 Nov 06 23:48:30.360 INFO kablam! Checking trust-dns-proto v0.4.0 Nov 06 23:48:31.612 INFO kablam! Checking cookie v0.11.0 Nov 06 23:48:33.320 INFO kablam! Checking unic-segment v0.7.0 Nov 06 23:48:33.951 INFO kablam! Checking email v0.0.20 Nov 06 23:48:33.951 INFO kablam! Checking diesel v1.3.3 Nov 06 23:48:33.951 INFO kablam! Checking jsonwebtoken v5.0.1 Nov 06 23:48:36.488 INFO kablam! Checking tera v0.11.16 Nov 06 23:48:39.922 INFO kablam! Checking lettre_email v0.8.2 Nov 06 23:48:45.152 INFO kablam! Checking trust-dns-resolver v0.9.1 Nov 06 23:48:53.932 INFO kablam! Checking actix v0.7.4 Nov 06 23:49:15.364 INFO kablam! Checking actix-web-httpauth v0.1.0 Nov 06 23:49:33.951 INFO kablam! Checking xin v0.1.0 (/source) Nov 06 23:49:43.463 INFO kablam! warning: unused `#[macro_use]` import Nov 06 23:49:43.464 INFO kablam! --> src/main.rs:9:1 Nov 06 23:49:43.465 INFO kablam! | Nov 06 23:49:43.465 INFO kablam! 9 | #[macro_use] Nov 06 23:49:43.466 INFO kablam! | ^^^^^^^^^^^^ Nov 06 23:49:43.466 INFO kablam! | Nov 06 23:49:43.467 INFO kablam! = note: #[warn(unused_imports)] on by default Nov 06 23:49:43.467 INFO kablam! Nov 06 23:49:43.468 INFO kablam! warning: cannot find type `Error` in this scope Nov 06 23:49:43.469 INFO kablam! --> src/controller/mod.rs:11:10 Nov 06 23:49:43.469 INFO kablam! | Nov 06 23:49:43.470 INFO kablam! 11 | #[derive(Message)] Nov 06 23:49:43.470 INFO kablam! | ^^^^^^^ names from parent modules are not accessible without an explicit import Nov 06 23:49:43.471 INFO kablam! | Nov 06 23:49:43.471 INFO kablam! = note: #[warn(proc_macro_derive_resolution_fallback)] on by default Nov 06 23:49:43.472 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! Nov 06 23:49:43.473 INFO kablam! = note: for more information, see issue #50504 Nov 06 23:49:43.473 INFO kablam! Nov 06 23:49:43.473 INFO kablam! warning: cannot find type `table` in this scope Nov 06 23:49:43.473 INFO kablam! --> <::diesel::macros::table_body macros>:165:33 Nov 06 23:49:43.473 INFO kablam! | Nov 06 23:49:43.473 INFO kablam! 165 | derive ( Debug , Clone , Copy , QueryId ) ] /// The actual table struct Nov 06 23:49:43.473 INFO kablam! | ^^^^^^^ names from parent modules are not accessible without an explicit import Nov 06 23:49:43.473 INFO kablam! | Nov 06 23:49:43.473 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! Nov 06 23:49:43.473 INFO kablam! = note: for more information, see issue #50504 Nov 06 23:49:43.473 INFO kablam! Nov 06 23:49:43.473 INFO kablam! warning: cannot find type `id` in this scope Nov 06 23:49:43.473 INFO kablam! --> <::diesel::macros::__diesel_column macros>:5:33 Nov 06 23:49:43.473 INFO kablam! | Nov 06 23:49:43.473 INFO kablam! 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Nov 06 23:49:43.473 INFO kablam! | ^^^^^^^ names from parent modules are not accessible without an explicit import Nov 06 23:49:43.473 INFO kablam! | Nov 06 23:49:43.474 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! Nov 06 23:49:43.474 INFO kablam! = note: for more information, see issue #50504 Nov 06 23:49:43.474 INFO kablam! Nov 06 23:49:43.474 INFO kablam! warning: cannot find type `name` in this scope Nov 06 23:49:43.474 INFO kablam! --> <::diesel::macros::__diesel_column macros>:5:33 Nov 06 23:49:43.474 INFO kablam! | Nov 06 23:49:43.480 INFO kablam! 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Nov 06 23:49:43.481 INFO kablam! | ^^^^^^^ names from parent modules are not accessible without an explicit import Nov 06 23:49:43.481 INFO kablam! | Nov 06 23:49:43.481 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! Nov 06 23:49:43.481 INFO kablam! = note: for more information, see issue #50504 Nov 06 23:49:43.481 INFO kablam! Nov 06 23:49:43.481 INFO kablam! warning: cannot find type `nick_name` in this scope Nov 06 23:49:43.481 INFO kablam! --> <::diesel::macros::__diesel_column macros>:5:33 Nov 06 23:49:43.481 INFO kablam! | Nov 06 23:49:43.481 INFO kablam! 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Nov 06 23:49:43.481 INFO kablam! | ^^^^^^^ names from parent modules are not accessible without an explicit import Nov 06 23:49:43.481 INFO kablam! | Nov 06 23:49:43.481 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! Nov 06 23:49:43.481 INFO kablam! = note: for more information, see issue #50504 Nov 06 23:49:43.481 INFO kablam! Nov 06 23:49:43.481 INFO kablam! warning: cannot find type `birthday` in this scope Nov 06 23:49:43.481 INFO kablam! --> <::diesel::macros::__diesel_column macros>:5:33 Nov 06 23:49:43.481 INFO kablam! | Nov 06 23:49:43.481 INFO kablam! 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Nov 06 23:49:43.481 INFO kablam! | ^^^^^^^ names from parent modules are not accessible without an explicit import Nov 06 23:49:43.481 INFO kablam! | Nov 06 23:49:43.481 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! Nov 06 23:49:43.481 INFO kablam! = note: for more information, see issue #50504 Nov 06 23:49:43.481 INFO kablam! Nov 06 23:49:43.481 INFO kablam! warning: cannot find type `created_at` in this scope Nov 06 23:49:43.481 INFO kablam! --> <::diesel::macros::__diesel_column macros>:5:33 Nov 06 23:49:43.481 INFO kablam! | Nov 06 23:49:43.481 INFO kablam! 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Nov 06 23:49:43.481 INFO kablam! | ^^^^^^^ names from parent modules are not accessible without an explicit import Nov 06 23:49:43.481 INFO kablam! | Nov 06 23:49:43.481 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! Nov 06 23:49:43.481 INFO kablam! = note: for more information, see issue #50504 Nov 06 23:49:43.481 INFO kablam! Nov 06 23:49:43.481 INFO kablam! warning: cannot find type `updated_at` in this scope Nov 06 23:49:43.481 INFO kablam! --> <::diesel::macros::__diesel_column macros>:5:33 Nov 06 23:49:43.481 INFO kablam! | Nov 06 23:49:43.481 INFO kablam! 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Nov 06 23:49:43.481 INFO kablam! | ^^^^^^^ names from parent modules are not accessible without an explicit import Nov 06 23:49:43.481 INFO kablam! | Nov 06 23:49:43.481 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! Nov 06 23:49:43.481 INFO kablam! = note: for more information, see issue #50504 Nov 06 23:49:43.481 INFO kablam! Nov 06 23:49:43.481 INFO kablam! warning: cannot find type `user_id` in this scope Nov 06 23:49:43.481 INFO kablam! --> <::diesel::macros::__diesel_column macros>:5:33 Nov 06 23:49:43.481 INFO kablam! | Nov 06 23:49:43.481 INFO kablam! 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Nov 06 23:49:43.481 INFO kablam! | ^^^^^^^ names from parent modules are not accessible without an explicit import Nov 06 23:49:43.481 INFO kablam! | Nov 06 23:49:43.481 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! Nov 06 23:49:43.481 INFO kablam! = note: for more information, see issue #50504 Nov 06 23:49:43.481 INFO kablam! Nov 06 23:49:43.481 INFO kablam! warning: cannot find type `identity_type` in this scope Nov 06 23:49:43.481 INFO kablam! --> <::diesel::macros::__diesel_column macros>:5:33 Nov 06 23:49:43.481 INFO kablam! | Nov 06 23:49:43.481 INFO kablam! 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Nov 06 23:49:43.481 INFO kablam! | ^^^^^^^ names from parent modules are not accessible without an explicit import Nov 06 23:49:43.481 INFO kablam! | Nov 06 23:49:43.481 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! Nov 06 23:49:43.481 INFO kablam! = note: for more information, see issue #50504 Nov 06 23:49:43.481 INFO kablam! Nov 06 23:49:43.481 INFO kablam! warning: cannot find type `identifier` in this scope Nov 06 23:49:43.481 INFO kablam! --> <::diesel::macros::__diesel_column macros>:5:33 Nov 06 23:49:43.481 INFO kablam! | Nov 06 23:49:43.481 INFO kablam! 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Nov 06 23:49:43.481 INFO kablam! | ^^^^^^^ names from parent modules are not accessible without an explicit import Nov 06 23:49:43.481 INFO kablam! | Nov 06 23:49:43.481 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! Nov 06 23:49:43.481 INFO kablam! = note: for more information, see issue #50504 Nov 06 23:49:43.481 INFO kablam! Nov 06 23:49:43.481 INFO kablam! warning: cannot find type `credential` in this scope Nov 06 23:49:43.481 INFO kablam! --> <::diesel::macros::__diesel_column macros>:5:33 Nov 06 23:49:43.481 INFO kablam! | Nov 06 23:49:43.481 INFO kablam! 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Nov 06 23:49:43.481 INFO kablam! | ^^^^^^^ names from parent modules are not accessible without an explicit import Nov 06 23:49:43.481 INFO kablam! | Nov 06 23:49:43.481 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! Nov 06 23:49:43.481 INFO kablam! = note: for more information, see issue #50504 Nov 06 23:49:43.481 INFO kablam! Nov 06 23:49:43.481 INFO kablam! warning: cannot find type `desc` in this scope Nov 06 23:49:43.481 INFO kablam! --> <::diesel::macros::__diesel_column macros>:5:33 Nov 06 23:49:43.481 INFO kablam! | Nov 06 23:49:43.481 INFO kablam! 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Nov 06 23:49:43.481 INFO kablam! | ^^^^^^^ names from parent modules are not accessible without an explicit import Nov 06 23:49:43.481 INFO kablam! | Nov 06 23:49:43.482 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! Nov 06 23:49:43.482 INFO kablam! = note: for more information, see issue #50504 Nov 06 23:49:43.482 INFO kablam! Nov 06 23:49:43.482 INFO kablam! warning: cannot find type `role_id` in this scope Nov 06 23:49:43.482 INFO kablam! --> <::diesel::macros::__diesel_column macros>:5:33 Nov 06 23:49:43.482 INFO kablam! | Nov 06 23:49:43.482 INFO kablam! 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Nov 06 23:49:43.482 INFO kablam! | ^^^^^^^ names from parent modules are not accessible without an explicit import Nov 06 23:49:43.482 INFO kablam! | Nov 06 23:49:43.482 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! Nov 06 23:49:43.482 INFO kablam! = note: for more information, see issue #50504 Nov 06 23:49:43.482 INFO kablam! Nov 06 23:49:43.482 INFO kablam! warning: cannot find type `class_id` in this scope Nov 06 23:49:43.482 INFO kablam! --> <::diesel::macros::__diesel_column macros>:5:33 Nov 06 23:49:43.482 INFO kablam! | Nov 06 23:49:43.482 INFO kablam! 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Nov 06 23:49:43.482 INFO kablam! | ^^^^^^^ names from parent modules are not accessible without an explicit import Nov 06 23:49:43.482 INFO kablam! | Nov 06 23:49:43.482 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! Nov 06 23:49:43.482 INFO kablam! = note: for more information, see issue #50504 Nov 06 23:49:43.482 INFO kablam! Nov 06 23:49:43.498 INFO kablam! warning: cannot find type `title` in this scope Nov 06 23:49:43.498 INFO kablam! --> <::diesel::macros::__diesel_column macros>:5:33 Nov 06 23:49:43.498 INFO kablam! | Nov 06 23:49:43.498 INFO kablam! 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Nov 06 23:49:43.498 INFO kablam! | ^^^^^^^ names from parent modules are not accessible without an explicit import Nov 06 23:49:43.498 INFO kablam! | Nov 06 23:49:43.498 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! Nov 06 23:49:43.498 INFO kablam! = note: for more information, see issue #50504 Nov 06 23:49:43.498 INFO kablam! Nov 06 23:49:43.498 INFO kablam! warning: cannot find type `active` in this scope Nov 06 23:49:43.498 INFO kablam! --> <::diesel::macros::__diesel_column macros>:5:33 Nov 06 23:49:43.498 INFO kablam! | Nov 06 23:49:43.498 INFO kablam! 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Nov 06 23:49:43.498 INFO kablam! | ^^^^^^^ names from parent modules are not accessible without an explicit import Nov 06 23:49:43.498 INFO kablam! | Nov 06 23:49:43.498 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! Nov 06 23:49:43.498 INFO kablam! = note: for more information, see issue #50504 Nov 06 23:49:43.498 INFO kablam! Nov 06 23:49:43.498 INFO kablam! warning: cannot find type `form` in this scope Nov 06 23:49:43.498 INFO kablam! --> <::diesel::macros::__diesel_column macros>:5:33 Nov 06 23:49:43.498 INFO kablam! | Nov 06 23:49:43.498 INFO kablam! 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Nov 06 23:49:43.498 INFO kablam! | ^^^^^^^ names from parent modules are not accessible without an explicit import Nov 06 23:49:43.498 INFO kablam! | Nov 06 23:49:43.498 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! Nov 06 23:49:43.498 INFO kablam! = note: for more information, see issue #50504 Nov 06 23:49:43.498 INFO kablam! Nov 06 23:49:43.498 INFO kablam! warning: cannot find type `activities_id` in this scope Nov 06 23:49:43.498 INFO kablam! --> <::diesel::macros::__diesel_column macros>:5:33 Nov 06 23:49:43.498 INFO kablam! | Nov 06 23:49:43.498 INFO kablam! 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Nov 06 23:49:43.498 INFO kablam! | ^^^^^^^ names from parent modules are not accessible without an explicit import Nov 06 23:49:43.498 INFO kablam! | Nov 06 23:49:43.498 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! Nov 06 23:49:43.498 INFO kablam! = note: for more information, see issue #50504 Nov 06 23:49:43.499 INFO kablam! Nov 06 23:49:43.499 INFO kablam! warning: cannot find type `data` in this scope Nov 06 23:49:43.499 INFO kablam! --> <::diesel::macros::__diesel_column macros>:5:33 Nov 06 23:49:43.499 INFO kablam! | Nov 06 23:49:43.499 INFO kablam! 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Nov 06 23:49:43.499 INFO kablam! | ^^^^^^^ names from parent modules are not accessible without an explicit import Nov 06 23:49:43.499 INFO kablam! | Nov 06 23:49:43.499 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! Nov 06 23:49:43.499 INFO kablam! = note: for more information, see issue #50504 Nov 06 23:49:43.499 INFO kablam! Nov 06 23:49:43.499 INFO kablam! warning: cannot find type `content` in this scope Nov 06 23:49:43.499 INFO kablam! --> <::diesel::macros::__diesel_column macros>:5:33 Nov 06 23:49:43.499 INFO kablam! | Nov 06 23:49:43.499 INFO kablam! 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Nov 06 23:49:43.499 INFO kablam! | ^^^^^^^ names from parent modules are not accessible without an explicit import Nov 06 23:49:43.499 INFO kablam! | Nov 06 23:49:43.499 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! Nov 06 23:49:43.499 INFO kablam! = note: for more information, see issue #50504 Nov 06 23:49:43.499 INFO kablam! Nov 06 23:49:43.499 INFO kablam! warning: cannot find type `msg_type` in this scope Nov 06 23:49:43.499 INFO kablam! --> <::diesel::macros::__diesel_column macros>:5:33 Nov 06 23:49:43.499 INFO kablam! | Nov 06 23:49:43.499 INFO kablam! 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Nov 06 23:49:43.499 INFO kablam! | ^^^^^^^ names from parent modules are not accessible without an explicit import Nov 06 23:49:43.499 INFO kablam! | Nov 06 23:49:43.499 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! Nov 06 23:49:43.499 INFO kablam! = note: for more information, see issue #50504 Nov 06 23:49:43.499 INFO kablam! Nov 06 23:49:44.510 INFO kablam! warning: unused `#[macro_use]` import Nov 06 23:49:44.510 INFO kablam! --> src/main.rs:9:1 Nov 06 23:49:44.510 INFO kablam! | Nov 06 23:49:44.510 INFO kablam! 9 | #[macro_use] Nov 06 23:49:44.510 INFO kablam! | ^^^^^^^^^^^^ Nov 06 23:49:44.510 INFO kablam! | Nov 06 23:49:44.510 INFO kablam! = note: #[warn(unused_imports)] on by default Nov 06 23:49:44.510 INFO kablam! Nov 06 23:49:44.511 INFO kablam! warning: cannot find type `Error` in this scope Nov 06 23:49:44.512 INFO kablam! --> src/controller/mod.rs:11:10 Nov 06 23:49:44.512 INFO kablam! | Nov 06 23:49:44.512 INFO kablam! 11 | #[derive(Message)] Nov 06 23:49:44.512 INFO kablam! | ^^^^^^^ names from parent modules are not accessible without an explicit import Nov 06 23:49:44.512 INFO kablam! | Nov 06 23:49:44.512 INFO kablam! = note: #[warn(proc_macro_derive_resolution_fallback)] on by default Nov 06 23:49:44.512 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! Nov 06 23:49:44.512 INFO kablam! = note: for more information, see issue #50504 Nov 06 23:49:44.512 INFO kablam! Nov 06 23:49:44.512 INFO kablam! warning: cannot find type `table` in this scope Nov 06 23:49:44.512 INFO kablam! --> <::diesel::macros::table_body macros>:165:33 Nov 06 23:49:44.512 INFO kablam! | Nov 06 23:49:44.512 INFO kablam! 165 | derive ( Debug , Clone , Copy , QueryId ) ] /// The actual table struct Nov 06 23:49:44.512 INFO kablam! | ^^^^^^^ names from parent modules are not accessible without an explicit import Nov 06 23:49:44.512 INFO kablam! | Nov 06 23:49:44.512 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! Nov 06 23:49:44.512 INFO kablam! = note: for more information, see issue #50504 Nov 06 23:49:44.512 INFO kablam! Nov 06 23:49:44.512 INFO kablam! warning: cannot find type `id` in this scope Nov 06 23:49:44.512 INFO kablam! --> <::diesel::macros::__diesel_column macros>:5:33 Nov 06 23:49:44.512 INFO kablam! | Nov 06 23:49:44.513 INFO kablam! 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Nov 06 23:49:44.513 INFO kablam! | ^^^^^^^ names from parent modules are not accessible without an explicit import Nov 06 23:49:44.513 INFO kablam! | Nov 06 23:49:44.513 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! Nov 06 23:49:44.513 INFO kablam! = note: for more information, see issue #50504 Nov 06 23:49:44.513 INFO kablam! Nov 06 23:49:44.513 INFO kablam! warning: cannot find type `name` in this scope Nov 06 23:49:44.513 INFO kablam! --> <::diesel::macros::__diesel_column macros>:5:33 Nov 06 23:49:44.513 INFO kablam! | Nov 06 23:49:44.513 INFO kablam! 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Nov 06 23:49:44.513 INFO kablam! | ^^^^^^^ names from parent modules are not accessible without an explicit import Nov 06 23:49:44.513 INFO kablam! | Nov 06 23:49:44.513 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! Nov 06 23:49:44.513 INFO kablam! = note: for more information, see issue #50504 Nov 06 23:49:44.513 INFO kablam! Nov 06 23:49:44.514 INFO kablam! warning: cannot find type `nick_name` in this scope Nov 06 23:49:44.514 INFO kablam! --> <::diesel::macros::__diesel_column macros>:5:33 Nov 06 23:49:44.514 INFO kablam! | Nov 06 23:49:44.514 INFO kablam! 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Nov 06 23:49:44.514 INFO kablam! | ^^^^^^^ names from parent modules are not accessible without an explicit import Nov 06 23:49:44.514 INFO kablam! | Nov 06 23:49:44.514 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! Nov 06 23:49:44.514 INFO kablam! = note: for more information, see issue #50504 Nov 06 23:49:44.514 INFO kablam! Nov 06 23:49:44.514 INFO kablam! warning: cannot find type `birthday` in this scope Nov 06 23:49:44.514 INFO kablam! --> <::diesel::macros::__diesel_column macros>:5:33 Nov 06 23:49:44.515 INFO kablam! | Nov 06 23:49:44.515 INFO kablam! 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Nov 06 23:49:44.515 INFO kablam! | ^^^^^^^ names from parent modules are not accessible without an explicit import Nov 06 23:49:44.515 INFO kablam! | Nov 06 23:49:44.516 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! Nov 06 23:49:44.516 INFO kablam! = note: for more information, see issue #50504 Nov 06 23:49:44.516 INFO kablam! Nov 06 23:49:44.517 INFO kablam! warning: cannot find type `created_at` in this scope Nov 06 23:49:44.517 INFO kablam! --> <::diesel::macros::__diesel_column macros>:5:33 Nov 06 23:49:44.517 INFO kablam! | Nov 06 23:49:44.517 INFO kablam! 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Nov 06 23:49:44.518 INFO kablam! | ^^^^^^^ names from parent modules are not accessible without an explicit import Nov 06 23:49:44.518 INFO kablam! | Nov 06 23:49:44.518 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! Nov 06 23:49:44.519 INFO kablam! = note: for more information, see issue #50504 Nov 06 23:49:44.519 INFO kablam! Nov 06 23:49:44.519 INFO kablam! warning: cannot find type `updated_at` in this scope Nov 06 23:49:44.519 INFO kablam! --> <::diesel::macros::__diesel_column macros>:5:33 Nov 06 23:49:44.520 INFO kablam! | Nov 06 23:49:44.520 INFO kablam! 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Nov 06 23:49:44.520 INFO kablam! | ^^^^^^^ names from parent modules are not accessible without an explicit import Nov 06 23:49:44.520 INFO kablam! | Nov 06 23:49:44.521 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! Nov 06 23:49:44.521 INFO kablam! = note: for more information, see issue #50504 Nov 06 23:49:44.521 INFO kablam! Nov 06 23:49:44.522 INFO kablam! warning: cannot find type `user_id` in this scope Nov 06 23:49:44.522 INFO kablam! --> <::diesel::macros::__diesel_column macros>:5:33 Nov 06 23:49:44.522 INFO kablam! | Nov 06 23:49:44.522 INFO kablam! 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Nov 06 23:49:44.522 INFO kablam! | ^^^^^^^ names from parent modules are not accessible without an explicit import Nov 06 23:49:44.522 INFO kablam! | Nov 06 23:49:44.528 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! Nov 06 23:49:44.528 INFO kablam! = note: for more information, see issue #50504 Nov 06 23:49:44.528 INFO kablam! Nov 06 23:49:44.529 INFO kablam! warning: cannot find type `identity_type` in this scope Nov 06 23:49:44.529 INFO kablam! --> <::diesel::macros::__diesel_column macros>:5:33 Nov 06 23:49:44.529 INFO kablam! | Nov 06 23:49:44.529 INFO kablam! 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Nov 06 23:49:44.529 INFO kablam! | ^^^^^^^ names from parent modules are not accessible without an explicit import Nov 06 23:49:44.529 INFO kablam! | Nov 06 23:49:44.529 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! Nov 06 23:49:44.530 INFO kablam! = note: for more information, see issue #50504 Nov 06 23:49:44.530 INFO kablam! Nov 06 23:49:44.530 INFO kablam! warning: cannot find type `identifier` in this scope Nov 06 23:49:44.530 INFO kablam! --> <::diesel::macros::__diesel_column macros>:5:33 Nov 06 23:49:44.530 INFO kablam! | Nov 06 23:49:44.530 INFO kablam! 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Nov 06 23:49:44.530 INFO kablam! | ^^^^^^^ names from parent modules are not accessible without an explicit import Nov 06 23:49:44.530 INFO kablam! | Nov 06 23:49:44.531 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! Nov 06 23:49:44.531 INFO kablam! = note: for more information, see issue #50504 Nov 06 23:49:44.531 INFO kablam! Nov 06 23:49:44.531 INFO kablam! warning: cannot find type `credential` in this scope Nov 06 23:49:44.531 INFO kablam! --> <::diesel::macros::__diesel_column macros>:5:33 Nov 06 23:49:44.531 INFO kablam! | Nov 06 23:49:44.531 INFO kablam! 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Nov 06 23:49:44.531 INFO kablam! | ^^^^^^^ names from parent modules are not accessible without an explicit import Nov 06 23:49:44.532 INFO kablam! | Nov 06 23:49:44.532 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! Nov 06 23:49:44.532 INFO kablam! = note: for more information, see issue #50504 Nov 06 23:49:44.532 INFO kablam! Nov 06 23:49:44.533 INFO kablam! warning: cannot find type `desc` in this scope Nov 06 23:49:44.533 INFO kablam! --> <::diesel::macros::__diesel_column macros>:5:33 Nov 06 23:49:44.533 INFO kablam! | Nov 06 23:49:44.533 INFO kablam! 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Nov 06 23:49:44.533 INFO kablam! | ^^^^^^^ names from parent modules are not accessible without an explicit import Nov 06 23:49:44.533 INFO kablam! | Nov 06 23:49:44.534 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! Nov 06 23:49:44.534 INFO kablam! = note: for more information, see issue #50504 Nov 06 23:49:44.534 INFO kablam! Nov 06 23:49:44.535 INFO kablam! warning: cannot find type `role_id` in this scope Nov 06 23:49:44.535 INFO kablam! --> <::diesel::macros::__diesel_column macros>:5:33 Nov 06 23:49:44.535 INFO kablam! | Nov 06 23:49:44.535 INFO kablam! 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Nov 06 23:49:44.535 INFO kablam! | ^^^^^^^ names from parent modules are not accessible without an explicit import Nov 06 23:49:44.536 INFO kablam! | Nov 06 23:49:44.536 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! Nov 06 23:49:44.536 INFO kablam! = note: for more information, see issue #50504 Nov 06 23:49:44.536 INFO kablam! Nov 06 23:49:44.538 INFO kablam! warning: cannot find type `class_id` in this scope Nov 06 23:49:44.538 INFO kablam! --> <::diesel::macros::__diesel_column macros>:5:33 Nov 06 23:49:44.538 INFO kablam! | Nov 06 23:49:44.538 INFO kablam! 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Nov 06 23:49:44.538 INFO kablam! | ^^^^^^^ names from parent modules are not accessible without an explicit import Nov 06 23:49:44.539 INFO kablam! | Nov 06 23:49:44.539 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! Nov 06 23:49:44.539 INFO kablam! = note: for more information, see issue #50504 Nov 06 23:49:44.539 INFO kablam! Nov 06 23:49:44.540 INFO kablam! warning: cannot find type `title` in this scope Nov 06 23:49:44.540 INFO kablam! --> <::diesel::macros::__diesel_column macros>:5:33 Nov 06 23:49:44.540 INFO kablam! | Nov 06 23:49:44.540 INFO kablam! 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Nov 06 23:49:44.540 INFO kablam! | ^^^^^^^ names from parent modules are not accessible without an explicit import Nov 06 23:49:44.540 INFO kablam! | Nov 06 23:49:44.540 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! Nov 06 23:49:44.540 INFO kablam! = note: for more information, see issue #50504 Nov 06 23:49:44.540 INFO kablam! Nov 06 23:49:44.541 INFO kablam! warning: cannot find type `active` in this scope Nov 06 23:49:44.541 INFO kablam! --> <::diesel::macros::__diesel_column macros>:5:33 Nov 06 23:49:44.541 INFO kablam! | Nov 06 23:49:44.541 INFO kablam! 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Nov 06 23:49:44.541 INFO kablam! | ^^^^^^^ names from parent modules are not accessible without an explicit import Nov 06 23:49:44.541 INFO kablam! | Nov 06 23:49:44.541 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! Nov 06 23:49:44.542 INFO kablam! = note: for more information, see issue #50504 Nov 06 23:49:44.542 INFO kablam! Nov 06 23:49:44.542 INFO kablam! warning: cannot find type `form` in this scope Nov 06 23:49:44.542 INFO kablam! --> <::diesel::macros::__diesel_column macros>:5:33 Nov 06 23:49:44.542 INFO kablam! | Nov 06 23:49:44.542 INFO kablam! 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Nov 06 23:49:44.542 INFO kablam! | ^^^^^^^ names from parent modules are not accessible without an explicit import Nov 06 23:49:44.542 INFO kablam! | Nov 06 23:49:44.542 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! Nov 06 23:49:44.543 INFO kablam! = note: for more information, see issue #50504 Nov 06 23:49:44.543 INFO kablam! Nov 06 23:49:44.544 INFO kablam! warning: cannot find type `activities_id` in this scope Nov 06 23:49:44.544 INFO kablam! --> <::diesel::macros::__diesel_column macros>:5:33 Nov 06 23:49:44.544 INFO kablam! | Nov 06 23:49:44.544 INFO kablam! 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Nov 06 23:49:44.544 INFO kablam! | ^^^^^^^ names from parent modules are not accessible without an explicit import Nov 06 23:49:44.544 INFO kablam! | Nov 06 23:49:44.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! Nov 06 23:49:44.544 INFO kablam! = note: for more information, see issue #50504 Nov 06 23:49:44.544 INFO kablam! Nov 06 23:49:44.544 INFO kablam! warning: cannot find type `data` in this scope Nov 06 23:49:44.544 INFO kablam! --> <::diesel::macros::__diesel_column macros>:5:33 Nov 06 23:49:44.544 INFO kablam! | Nov 06 23:49:44.544 INFO kablam! 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Nov 06 23:49:44.544 INFO kablam! | ^^^^^^^ names from parent modules are not accessible without an explicit import Nov 06 23:49:44.545 INFO kablam! | Nov 06 23:49:44.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! Nov 06 23:49:44.545 INFO kablam! = note: for more information, see issue #50504 Nov 06 23:49:44.545 INFO kablam! Nov 06 23:49:44.546 INFO kablam! warning: cannot find type `content` in this scope Nov 06 23:49:44.546 INFO kablam! --> <::diesel::macros::__diesel_column macros>:5:33 Nov 06 23:49:44.546 INFO kablam! | Nov 06 23:49:44.546 INFO kablam! 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Nov 06 23:49:44.546 INFO kablam! | ^^^^^^^ names from parent modules are not accessible without an explicit import Nov 06 23:49:44.546 INFO kablam! | Nov 06 23:49:44.546 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! Nov 06 23:49:44.546 INFO kablam! = note: for more information, see issue #50504 Nov 06 23:49:44.546 INFO kablam! Nov 06 23:49:44.560 INFO kablam! warning: cannot find type `msg_type` in this scope Nov 06 23:49:44.560 INFO kablam! --> <::diesel::macros::__diesel_column macros>:5:33 Nov 06 23:49:44.560 INFO kablam! | Nov 06 23:49:44.560 INFO kablam! 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Nov 06 23:49:44.560 INFO kablam! | ^^^^^^^ names from parent modules are not accessible without an explicit import Nov 06 23:49:44.560 INFO kablam! | Nov 06 23:49:44.560 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! Nov 06 23:49:44.560 INFO kablam! = note: for more information, see issue #50504 Nov 06 23:49:44.560 INFO kablam! Nov 06 23:49:45.649 INFO kablam! warning: unused variable: `msg` Nov 06 23:49:45.649 INFO kablam! --> src/handler/mod.rs:9:26 Nov 06 23:49:45.649 INFO kablam! | Nov 06 23:49:45.649 INFO kablam! 9 | fn handle(&mut self, msg: Homepage, _: &mut Self::Context) -> Self::Result { Nov 06 23:49:45.649 INFO kablam! | ^^^ help: consider using `_msg` instead Nov 06 23:49:45.649 INFO kablam! | Nov 06 23:49:45.649 INFO kablam! = note: #[warn(unused_variables)] on by default Nov 06 23:49:45.649 INFO kablam! Nov 06 23:49:46.160 INFO kablam! warning: field is never used: `user` Nov 06 23:49:46.160 INFO kablam! --> src/config.rs:33:5 Nov 06 23:49:46.160 INFO kablam! | Nov 06 23:49:46.160 INFO kablam! 33 | user: String, Nov 06 23:49:46.160 INFO kablam! | ^^^^^^^^^^^^ Nov 06 23:49:46.160 INFO kablam! | Nov 06 23:49:46.160 INFO kablam! = note: #[warn(dead_code)] on by default Nov 06 23:49:46.160 INFO kablam! Nov 06 23:49:46.162 INFO kablam! warning: field is never used: `password` Nov 06 23:49:46.162 INFO kablam! --> src/config.rs:34:5 Nov 06 23:49:46.162 INFO kablam! | Nov 06 23:49:46.162 INFO kablam! 34 | password: String, Nov 06 23:49:46.162 INFO kablam! | ^^^^^^^^^^^^^^^^ Nov 06 23:49:46.162 INFO kablam! Nov 06 23:49:46.162 INFO kablam! warning: field is never used: `nick_name` Nov 06 23:49:46.162 INFO kablam! --> src/config.rs:35:5 Nov 06 23:49:46.162 INFO kablam! | Nov 06 23:49:46.162 INFO kablam! 35 | nick_name: String, Nov 06 23:49:46.162 INFO kablam! | ^^^^^^^^^^^^^^^^^ Nov 06 23:49:46.162 INFO kablam! Nov 06 23:49:46.162 INFO kablam! warning: struct is never constructed: `Authenticate` Nov 06 23:49:46.162 INFO kablam! --> src/middleware/authenticate.rs:8:1 Nov 06 23:49:46.162 INFO kablam! | Nov 06 23:49:46.162 INFO kablam! 8 | pub struct Authenticate; Nov 06 23:49:46.162 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^ Nov 06 23:49:46.162 INFO kablam! Nov 06 23:49:46.610 INFO kablam! warning: unused variable: `msg` Nov 06 23:49:46.610 INFO kablam! --> src/handler/mod.rs:9:26 Nov 06 23:49:46.610 INFO kablam! | Nov 06 23:49:46.610 INFO kablam! 9 | fn handle(&mut self, msg: Homepage, _: &mut Self::Context) -> Self::Result { Nov 06 23:49:46.610 INFO kablam! | ^^^ help: consider using `_msg` instead Nov 06 23:49:46.610 INFO kablam! | Nov 06 23:49:46.610 INFO kablam! = note: #[warn(unused_variables)] on by default Nov 06 23:49:46.610 INFO kablam! Nov 06 23:49:46.914 INFO kablam! warning: field is never used: `user` Nov 06 23:49:46.914 INFO kablam! --> src/config.rs:33:5 Nov 06 23:49:46.914 INFO kablam! | Nov 06 23:49:46.914 INFO kablam! 33 | user: String, Nov 06 23:49:46.914 INFO kablam! | ^^^^^^^^^^^^ Nov 06 23:49:46.914 INFO kablam! | Nov 06 23:49:46.914 INFO kablam! = note: #[warn(dead_code)] on by default Nov 06 23:49:46.914 INFO kablam! Nov 06 23:49:46.914 INFO kablam! warning: field is never used: `password` Nov 06 23:49:46.914 INFO kablam! --> src/config.rs:34:5 Nov 06 23:49:46.914 INFO kablam! | Nov 06 23:49:46.914 INFO kablam! 34 | password: String, Nov 06 23:49:46.914 INFO kablam! | ^^^^^^^^^^^^^^^^ Nov 06 23:49:46.914 INFO kablam! Nov 06 23:49:46.914 INFO kablam! warning: field is never used: `nick_name` Nov 06 23:49:46.914 INFO kablam! --> src/config.rs:35:5 Nov 06 23:49:46.914 INFO kablam! | Nov 06 23:49:46.914 INFO kablam! 35 | nick_name: String, Nov 06 23:49:46.914 INFO kablam! | ^^^^^^^^^^^^^^^^^ Nov 06 23:49:46.914 INFO kablam! Nov 06 23:49:46.914 INFO kablam! warning: struct is never constructed: `Authenticate` Nov 06 23:49:46.914 INFO kablam! --> src/middleware/authenticate.rs:8:1 Nov 06 23:49:46.914 INFO kablam! | Nov 06 23:49:46.914 INFO kablam! 8 | pub struct Authenticate; Nov 06 23:49:46.914 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^ Nov 06 23:49:46.914 INFO kablam! Nov 06 23:49:47.040 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 1m 23s Nov 06 23:49:47.073 INFO kablam! su: No module specific data is present Nov 06 23:49:48.400 INFO running `"docker" "rm" "-f" "5295d34f85a67958f6309e3c477f9cab12fe183d00ddbd844c4f6a560c085fd8"` Nov 06 23:49:48.756 INFO blam! 5295d34f85a67958f6309e3c477f9cab12fe183d00ddbd844c4f6a560c085fd8