Nov 28 23:48:34.611 INFO checking howtocards_backend-0.1.2 against master#0b9f19dff1347e29bf4362ab5a8fab84b43023b5 for pr-56074 Nov 28 23:48:34.611 INFO running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/pr-56074/worker-3/master#0b9f19dff1347e29bf4362ab5a8fab84b43023b5:/target:rw,Z" "-v" "/mnt/big/crater/work/local/test-source/worker-3/pr-56074/master#0b9f19dff1347e29bf4362ab5a8fab84b43023b5:/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 +0b9f19dff1347e29bf4362ab5a8fab84b43023b5-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"` Nov 28 23:48:34.987 INFO [stdout] 2f068119355c1bf21a840e56a90263c61b323ba52f4d053fe57fbb1c4e8a74d9 Nov 28 23:48:34.989 INFO running `"docker" "start" "-a" "2f068119355c1bf21a840e56a90263c61b323ba52f4d053fe57fbb1c4e8a74d9"` Nov 28 23:48:36.495 INFO [stderr] usermod: no changes Nov 28 23:48:37.039 INFO [stderr] Checking serde v1.0.80 Nov 28 23:48:37.039 INFO [stderr] Checking dotenv v0.13.0 Nov 28 23:48:47.508 INFO [stderr] Checking uuid v0.7.1 Nov 28 23:48:47.510 INFO [stderr] Checking serde_json v1.0.33 Nov 28 23:48:47.525 INFO [stderr] Checking ron v0.2.2 Nov 28 23:48:47.528 INFO [stderr] Checking serde_urlencoded v0.5.4 Nov 28 23:48:54.438 INFO [stderr] Checking actix v0.7.7 Nov 28 23:48:55.608 INFO [stderr] Checking rustbreak v2.0.0-rc3 Nov 28 23:49:05.560 INFO [stderr] Checking actix-net v0.2.4 Nov 28 23:49:14.714 INFO [stderr] Checking actix-web v0.7.14 Nov 28 23:49:32.409 INFO [stderr] Checking howtocards_backend v0.1.2 (/source) Nov 28 23:49:49.624 INFO [stderr] warning: cannot find type `User` in this scope Nov 28 23:49:49.625 INFO [stderr] --> src/models.rs:7:10 Nov 28 23:49:49.625 INFO [stderr] | Nov 28 23:49:49.625 INFO [stderr] 7 | #[derive(Queryable, Serialize, Deserialize, Associations, Identifiable, Debug)] Nov 28 23:49:49.625 INFO [stderr] | ^^^^^^^^^ names from parent modules are not accessible without an explicit import Nov 28 23:49:49.626 INFO [stderr] | Nov 28 23:49:49.626 INFO [stderr] = note: #[warn(proc_macro_derive_resolution_fallback)] on by default Nov 28 23:49:49.626 INFO [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Nov 28 23:49:49.627 INFO [stderr] = note: for more information, see issue #50504 Nov 28 23:49:49.627 INFO [stderr] Nov 28 23:49:49.627 INFO [stderr] warning: cannot find type `User` in this scope Nov 28 23:49:49.627 INFO [stderr] --> src/models.rs:7:59 Nov 28 23:49:49.628 INFO [stderr] | Nov 28 23:49:49.628 INFO [stderr] 7 | #[derive(Queryable, Serialize, Deserialize, Associations, Identifiable, Debug)] Nov 28 23:49:49.628 INFO [stderr] | ^^^^^^^^^^^^ names from parent modules are not accessible without an explicit import Nov 28 23:49:49.628 INFO [stderr] | Nov 28 23:49:49.629 INFO [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Nov 28 23:49:49.629 INFO [stderr] = note: for more information, see issue #50504 Nov 28 23:49:49.629 INFO [stderr] Nov 28 23:49:49.629 INFO [stderr] warning: cannot find type `users` in this scope Nov 28 23:49:49.630 INFO [stderr] --> src/models.rs:7:59 Nov 28 23:49:49.630 INFO [stderr] | Nov 28 23:49:49.630 INFO [stderr] 7 | #[derive(Queryable, Serialize, Deserialize, Associations, Identifiable, Debug)] Nov 28 23:49:49.630 INFO [stderr] | ^^^^^^^^^^^^ names from parent modules are not accessible without an explicit import Nov 28 23:49:49.631 INFO [stderr] | Nov 28 23:49:49.631 INFO [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Nov 28 23:49:49.631 INFO [stderr] = note: for more information, see issue #50504 Nov 28 23:49:49.631 INFO [stderr] Nov 28 23:49:49.632 INFO [stderr] warning: cannot find type `users` in this scope Nov 28 23:49:49.632 INFO [stderr] --> src/models.rs:14:23 Nov 28 23:49:49.632 INFO [stderr] | Nov 28 23:49:49.632 INFO [stderr] 14 | #[derive(Deserialize, Insertable, Queryable)] Nov 28 23:49:49.633 INFO [stderr] | ^^^^^^^^^^ names from parent modules are not accessible without an explicit import Nov 28 23:49:49.633 INFO [stderr] | Nov 28 23:49:49.633 INFO [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Nov 28 23:49:49.633 INFO [stderr] = note: for more information, see issue #50504 Nov 28 23:49:49.634 INFO [stderr] Nov 28 23:49:49.634 INFO [stderr] warning: cannot find type `UserNew` in this scope Nov 28 23:49:49.634 INFO [stderr] --> src/models.rs:14:23 Nov 28 23:49:49.634 INFO [stderr] | Nov 28 23:49:49.634 INFO [stderr] 14 | #[derive(Deserialize, Insertable, Queryable)] Nov 28 23:49:49.635 INFO [stderr] | ^^^^^^^^^^ names from parent modules are not accessible without an explicit import Nov 28 23:49:49.635 INFO [stderr] | Nov 28 23:49:49.635 INFO [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Nov 28 23:49:49.635 INFO [stderr] = note: for more information, see issue #50504 Nov 28 23:49:49.636 INFO [stderr] Nov 28 23:49:49.636 INFO [stderr] warning: cannot find type `UserNew` in this scope Nov 28 23:49:49.636 INFO [stderr] --> src/models.rs:14:35 Nov 28 23:49:49.637 INFO [stderr] | Nov 28 23:49:49.637 INFO [stderr] 14 | #[derive(Deserialize, Insertable, Queryable)] Nov 28 23:49:49.637 INFO [stderr] | ^^^^^^^^^ names from parent modules are not accessible without an explicit import Nov 28 23:49:49.637 INFO [stderr] | Nov 28 23:49:49.638 INFO [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Nov 28 23:49:49.638 INFO [stderr] = note: for more information, see issue #50504 Nov 28 23:49:49.638 INFO [stderr] Nov 28 23:49:49.638 INFO [stderr] warning: cannot find type `Token` in this scope Nov 28 23:49:49.639 INFO [stderr] --> src/models.rs:21:17 Nov 28 23:49:49.639 INFO [stderr] | Nov 28 23:49:49.639 INFO [stderr] 21 | #[derive(Debug, Queryable, Serialize, Insertable, Deserialize, Associations, Identifiable)] Nov 28 23:49:49.640 INFO [stderr] | ^^^^^^^^^ names from parent modules are not accessible without an explicit import Nov 28 23:49:49.640 INFO [stderr] | Nov 28 23:49:49.640 INFO [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Nov 28 23:49:49.640 INFO [stderr] = note: for more information, see issue #50504 Nov 28 23:49:49.641 INFO [stderr] Nov 28 23:49:49.641 INFO [stderr] warning: cannot find type `tokens` in this scope Nov 28 23:49:49.641 INFO [stderr] --> src/models.rs:21:39 Nov 28 23:49:49.641 INFO [stderr] | Nov 28 23:49:49.642 INFO [stderr] 21 | #[derive(Debug, Queryable, Serialize, Insertable, Deserialize, Associations, Identifiable)] Nov 28 23:49:49.642 INFO [stderr] | ^^^^^^^^^^ names from parent modules are not accessible without an explicit import Nov 28 23:49:49.642 INFO [stderr] | Nov 28 23:49:49.642 INFO [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Nov 28 23:49:49.643 INFO [stderr] = note: for more information, see issue #50504 Nov 28 23:49:49.643 INFO [stderr] Nov 28 23:49:49.643 INFO [stderr] warning: cannot find type `Token` in this scope Nov 28 23:49:49.644 INFO [stderr] --> src/models.rs:21:39 Nov 28 23:49:49.644 INFO [stderr] | Nov 28 23:49:49.648 INFO [stderr] 21 | #[derive(Debug, Queryable, Serialize, Insertable, Deserialize, Associations, Identifiable)] Nov 28 23:49:49.650 INFO [stderr] | ^^^^^^^^^^ names from parent modules are not accessible without an explicit import Nov 28 23:49:49.650 INFO [stderr] | Nov 28 23:49:49.650 INFO [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Nov 28 23:49:49.650 INFO [stderr] = note: for more information, see issue #50504 Nov 28 23:49:49.651 INFO [stderr] Nov 28 23:49:49.651 INFO [stderr] warning: cannot find type `User` in this scope Nov 28 23:49:49.651 INFO [stderr] --> src/models.rs:21:64 Nov 28 23:49:49.651 INFO [stderr] | Nov 28 23:49:49.652 INFO [stderr] 21 | #[derive(Debug, Queryable, Serialize, Insertable, Deserialize, Associations, Identifiable)] Nov 28 23:49:49.652 INFO [stderr] | ^^^^^^^^^^^^ names from parent modules are not accessible without an explicit import Nov 28 23:49:49.652 INFO [stderr] | Nov 28 23:49:49.652 INFO [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Nov 28 23:49:49.653 INFO [stderr] = note: for more information, see issue #50504 Nov 28 23:49:49.653 INFO [stderr] Nov 28 23:49:49.653 INFO [stderr] warning: cannot find type `Token` in this scope Nov 28 23:49:49.653 INFO [stderr] --> src/models.rs:21:64 Nov 28 23:49:49.654 INFO [stderr] | Nov 28 23:49:49.654 INFO [stderr] 21 | #[derive(Debug, Queryable, Serialize, Insertable, Deserialize, Associations, Identifiable)] Nov 28 23:49:49.654 INFO [stderr] | ^^^^^^^^^^^^ names from parent modules are not accessible without an explicit import Nov 28 23:49:49.654 INFO [stderr] | Nov 28 23:49:49.655 INFO [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Nov 28 23:49:49.655 INFO [stderr] = note: for more information, see issue #50504 Nov 28 23:49:49.655 INFO [stderr] Nov 28 23:49:49.655 INFO [stderr] warning: cannot find type `tokens` in this scope Nov 28 23:49:49.656 INFO [stderr] --> src/models.rs:21:64 Nov 28 23:49:49.656 INFO [stderr] | Nov 28 23:49:49.656 INFO [stderr] 21 | #[derive(Debug, Queryable, Serialize, Insertable, Deserialize, Associations, Identifiable)] Nov 28 23:49:49.657 INFO [stderr] | ^^^^^^^^^^^^ names from parent modules are not accessible without an explicit import Nov 28 23:49:49.657 INFO [stderr] | Nov 28 23:49:49.657 INFO [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Nov 28 23:49:49.657 INFO [stderr] = note: for more information, see issue #50504 Nov 28 23:49:49.658 INFO [stderr] Nov 28 23:49:49.658 INFO [stderr] warning: cannot find type `Token` in this scope Nov 28 23:49:49.658 INFO [stderr] --> src/models.rs:21:78 Nov 28 23:49:49.658 INFO [stderr] | Nov 28 23:49:49.658 INFO [stderr] 21 | #[derive(Debug, Queryable, Serialize, Insertable, Deserialize, Associations, Identifiable)] Nov 28 23:49:49.659 INFO [stderr] | ^^^^^^^^^^^^ names from parent modules are not accessible without an explicit import Nov 28 23:49:49.659 INFO [stderr] | Nov 28 23:49:49.659 INFO [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Nov 28 23:49:49.659 INFO [stderr] = note: for more information, see issue #50504 Nov 28 23:49:49.660 INFO [stderr] Nov 28 23:49:49.660 INFO [stderr] warning: cannot find type `tokens` in this scope Nov 28 23:49:49.660 INFO [stderr] --> src/models.rs:21:78 Nov 28 23:49:49.660 INFO [stderr] | Nov 28 23:49:49.661 INFO [stderr] 21 | #[derive(Debug, Queryable, Serialize, Insertable, Deserialize, Associations, Identifiable)] Nov 28 23:49:49.661 INFO [stderr] | ^^^^^^^^^^^^ names from parent modules are not accessible without an explicit import Nov 28 23:49:49.661 INFO [stderr] | Nov 28 23:49:49.661 INFO [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Nov 28 23:49:49.662 INFO [stderr] = note: for more information, see issue #50504 Nov 28 23:49:49.662 INFO [stderr] Nov 28 23:49:49.662 INFO [stderr] warning: cannot find type `table` in this scope Nov 28 23:49:49.662 INFO [stderr] --> <::diesel::macros::table_body macros>:165:33 Nov 28 23:49:49.663 INFO [stderr] | Nov 28 23:49:49.663 INFO [stderr] 165 | derive ( Debug , Clone , Copy , QueryId ) ] /// The actual table struct Nov 28 23:49:49.663 INFO [stderr] | ^^^^^^^ names from parent modules are not accessible without an explicit import Nov 28 23:49:49.663 INFO [stderr] | Nov 28 23:49:49.664 INFO [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Nov 28 23:49:49.664 INFO [stderr] = note: for more information, see issue #50504 Nov 28 23:49:49.664 INFO [stderr] Nov 28 23:49:49.664 INFO [stderr] warning: cannot find type `token` in this scope Nov 28 23:49:49.665 INFO [stderr] --> <::diesel::macros::__diesel_column macros>:5:33 Nov 28 23:49:49.665 INFO [stderr] | Nov 28 23:49:49.665 INFO [stderr] 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Nov 28 23:49:49.665 INFO [stderr] | ^^^^^^^ names from parent modules are not accessible without an explicit import Nov 28 23:49:49.666 INFO [stderr] | Nov 28 23:49:49.666 INFO [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Nov 28 23:49:49.666 INFO [stderr] = note: for more information, see issue #50504 Nov 28 23:49:49.666 INFO [stderr] Nov 28 23:49:49.666 INFO [stderr] warning: cannot find type `user_id` in this scope Nov 28 23:49:49.667 INFO [stderr] --> <::diesel::macros::__diesel_column macros>:5:33 Nov 28 23:49:49.667 INFO [stderr] | Nov 28 23:49:49.667 INFO [stderr] 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Nov 28 23:49:49.667 INFO [stderr] | ^^^^^^^ names from parent modules are not accessible without an explicit import Nov 28 23:49:49.668 INFO [stderr] | Nov 28 23:49:49.672 INFO [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Nov 28 23:49:49.672 INFO [stderr] = note: for more information, see issue #50504 Nov 28 23:49:49.673 INFO [stderr] Nov 28 23:49:49.673 INFO [stderr] warning: cannot find type `id` in this scope Nov 28 23:49:49.673 INFO [stderr] --> <::diesel::macros::__diesel_column macros>:5:33 Nov 28 23:49:49.673 INFO [stderr] | Nov 28 23:49:49.674 INFO [stderr] 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Nov 28 23:49:49.674 INFO [stderr] | ^^^^^^^ names from parent modules are not accessible without an explicit import Nov 28 23:49:49.674 INFO [stderr] | Nov 28 23:49:49.674 INFO [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Nov 28 23:49:49.675 INFO [stderr] = note: for more information, see issue #50504 Nov 28 23:49:49.675 INFO [stderr] Nov 28 23:49:49.675 INFO [stderr] warning: cannot find type `email` in this scope Nov 28 23:49:49.676 INFO [stderr] --> <::diesel::macros::__diesel_column macros>:5:33 Nov 28 23:49:49.676 INFO [stderr] | Nov 28 23:49:49.676 INFO [stderr] 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Nov 28 23:49:49.676 INFO [stderr] | ^^^^^^^ names from parent modules are not accessible without an explicit import Nov 28 23:49:49.677 INFO [stderr] | Nov 28 23:49:49.677 INFO [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Nov 28 23:49:49.677 INFO [stderr] = note: for more information, see issue #50504 Nov 28 23:49:49.677 INFO [stderr] Nov 28 23:49:49.678 INFO [stderr] warning: cannot find type `password` in this scope Nov 28 23:49:49.678 INFO [stderr] --> <::diesel::macros::__diesel_column macros>:5:33 Nov 28 23:49:49.678 INFO [stderr] | Nov 28 23:49:49.678 INFO [stderr] 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Nov 28 23:49:49.679 INFO [stderr] | ^^^^^^^ names from parent modules are not accessible without an explicit import Nov 28 23:49:49.679 INFO [stderr] | Nov 28 23:49:49.679 INFO [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Nov 28 23:49:49.680 INFO [stderr] = note: for more information, see issue #50504 Nov 28 23:49:49.680 INFO [stderr] Nov 28 23:49:49.755 INFO [stderr] warning: cannot find type `User` in this scope Nov 28 23:49:49.755 INFO [stderr] --> src/models.rs:7:10 Nov 28 23:49:49.755 INFO [stderr] | Nov 28 23:49:49.755 INFO [stderr] 7 | #[derive(Queryable, Serialize, Deserialize, Associations, Identifiable, Debug)] Nov 28 23:49:49.756 INFO [stderr] | ^^^^^^^^^ names from parent modules are not accessible without an explicit import Nov 28 23:49:49.756 INFO [stderr] | Nov 28 23:49:49.756 INFO [stderr] = note: #[warn(proc_macro_derive_resolution_fallback)] on by default Nov 28 23:49:49.757 INFO [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Nov 28 23:49:49.757 INFO [stderr] = note: for more information, see issue #50504 Nov 28 23:49:49.757 INFO [stderr] Nov 28 23:49:49.757 INFO [stderr] warning: cannot find type `User` in this scope Nov 28 23:49:49.757 INFO [stderr] --> src/models.rs:7:59 Nov 28 23:49:49.758 INFO [stderr] | Nov 28 23:49:49.758 INFO [stderr] 7 | #[derive(Queryable, Serialize, Deserialize, Associations, Identifiable, Debug)] Nov 28 23:49:49.758 INFO [stderr] | ^^^^^^^^^^^^ names from parent modules are not accessible without an explicit import Nov 28 23:49:49.758 INFO [stderr] | Nov 28 23:49:49.759 INFO [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Nov 28 23:49:49.759 INFO [stderr] = note: for more information, see issue #50504 Nov 28 23:49:49.759 INFO [stderr] Nov 28 23:49:49.759 INFO [stderr] warning: cannot find type `users` in this scope Nov 28 23:49:49.760 INFO [stderr] --> src/models.rs:7:59 Nov 28 23:49:49.760 INFO [stderr] | Nov 28 23:49:49.760 INFO [stderr] 7 | #[derive(Queryable, Serialize, Deserialize, Associations, Identifiable, Debug)] Nov 28 23:49:49.760 INFO [stderr] | ^^^^^^^^^^^^ names from parent modules are not accessible without an explicit import Nov 28 23:49:49.761 INFO [stderr] | Nov 28 23:49:49.761 INFO [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Nov 28 23:49:49.761 INFO [stderr] = note: for more information, see issue #50504 Nov 28 23:49:49.761 INFO [stderr] Nov 28 23:49:49.762 INFO [stderr] warning: cannot find type `users` in this scope Nov 28 23:49:49.762 INFO [stderr] --> src/models.rs:14:23 Nov 28 23:49:49.762 INFO [stderr] | Nov 28 23:49:49.772 INFO [stderr] 14 | #[derive(Deserialize, Insertable, Queryable)] Nov 28 23:49:49.772 INFO [stderr] | ^^^^^^^^^^ names from parent modules are not accessible without an explicit import Nov 28 23:49:49.772 INFO [stderr] | Nov 28 23:49:49.772 INFO [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Nov 28 23:49:49.772 INFO [stderr] = note: for more information, see issue #50504 Nov 28 23:49:49.772 INFO [stderr] Nov 28 23:49:49.772 INFO [stderr] warning: cannot find type `UserNew` in this scope Nov 28 23:49:49.772 INFO [stderr] --> src/models.rs:14:23 Nov 28 23:49:49.772 INFO [stderr] | Nov 28 23:49:49.772 INFO [stderr] 14 | #[derive(Deserialize, Insertable, Queryable)] Nov 28 23:49:49.772 INFO [stderr] | ^^^^^^^^^^ names from parent modules are not accessible without an explicit import Nov 28 23:49:49.772 INFO [stderr] | Nov 28 23:49:49.772 INFO [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Nov 28 23:49:49.772 INFO [stderr] = note: for more information, see issue #50504 Nov 28 23:49:49.772 INFO [stderr] Nov 28 23:49:49.772 INFO [stderr] warning: cannot find type `UserNew` in this scope Nov 28 23:49:49.772 INFO [stderr] --> src/models.rs:14:35 Nov 28 23:49:49.772 INFO [stderr] | Nov 28 23:49:49.772 INFO [stderr] 14 | #[derive(Deserialize, Insertable, Queryable)] Nov 28 23:49:49.772 INFO [stderr] | ^^^^^^^^^ names from parent modules are not accessible without an explicit import Nov 28 23:49:49.772 INFO [stderr] | Nov 28 23:49:49.772 INFO [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Nov 28 23:49:49.772 INFO [stderr] = note: for more information, see issue #50504 Nov 28 23:49:49.772 INFO [stderr] Nov 28 23:49:49.772 INFO [stderr] warning: cannot find type `Token` in this scope Nov 28 23:49:49.772 INFO [stderr] --> src/models.rs:21:17 Nov 28 23:49:49.772 INFO [stderr] | Nov 28 23:49:49.772 INFO [stderr] 21 | #[derive(Debug, Queryable, Serialize, Insertable, Deserialize, Associations, Identifiable)] Nov 28 23:49:49.772 INFO [stderr] | ^^^^^^^^^ names from parent modules are not accessible without an explicit import Nov 28 23:49:49.772 INFO [stderr] | Nov 28 23:49:49.772 INFO [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Nov 28 23:49:49.772 INFO [stderr] = note: for more information, see issue #50504 Nov 28 23:49:49.772 INFO [stderr] Nov 28 23:49:49.772 INFO [stderr] warning: cannot find type `tokens` in this scope Nov 28 23:49:49.773 INFO [stderr] --> src/models.rs:21:39 Nov 28 23:49:49.773 INFO [stderr] | Nov 28 23:49:49.773 INFO [stderr] 21 | #[derive(Debug, Queryable, Serialize, Insertable, Deserialize, Associations, Identifiable)] Nov 28 23:49:49.773 INFO [stderr] | ^^^^^^^^^^ names from parent modules are not accessible without an explicit import Nov 28 23:49:49.773 INFO [stderr] | Nov 28 23:49:49.773 INFO [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Nov 28 23:49:49.773 INFO [stderr] = note: for more information, see issue #50504 Nov 28 23:49:49.773 INFO [stderr] Nov 28 23:49:49.773 INFO [stderr] warning: cannot find type `Token` in this scope Nov 28 23:49:49.773 INFO [stderr] --> src/models.rs:21:39 Nov 28 23:49:49.773 INFO [stderr] | Nov 28 23:49:49.773 INFO [stderr] 21 | #[derive(Debug, Queryable, Serialize, Insertable, Deserialize, Associations, Identifiable)] Nov 28 23:49:49.773 INFO [stderr] | ^^^^^^^^^^ names from parent modules are not accessible without an explicit import Nov 28 23:49:49.773 INFO [stderr] | Nov 28 23:49:49.773 INFO [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Nov 28 23:49:49.773 INFO [stderr] = note: for more information, see issue #50504 Nov 28 23:49:49.773 INFO [stderr] Nov 28 23:49:49.773 INFO [stderr] warning: cannot find type `User` in this scope Nov 28 23:49:49.773 INFO [stderr] --> src/models.rs:21:64 Nov 28 23:49:49.773 INFO [stderr] | Nov 28 23:49:49.773 INFO [stderr] 21 | #[derive(Debug, Queryable, Serialize, Insertable, Deserialize, Associations, Identifiable)] Nov 28 23:49:49.773 INFO [stderr] | ^^^^^^^^^^^^ names from parent modules are not accessible without an explicit import Nov 28 23:49:49.773 INFO [stderr] | Nov 28 23:49:49.773 INFO [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Nov 28 23:49:49.773 INFO [stderr] = note: for more information, see issue #50504 Nov 28 23:49:49.773 INFO [stderr] Nov 28 23:49:49.773 INFO [stderr] warning: cannot find type `Token` in this scope Nov 28 23:49:49.773 INFO [stderr] --> src/models.rs:21:64 Nov 28 23:49:49.773 INFO [stderr] | Nov 28 23:49:49.773 INFO [stderr] 21 | #[derive(Debug, Queryable, Serialize, Insertable, Deserialize, Associations, Identifiable)] Nov 28 23:49:49.776 INFO [stderr] | ^^^^^^^^^^^^ names from parent modules are not accessible without an explicit import Nov 28 23:49:49.776 INFO [stderr] | Nov 28 23:49:49.776 INFO [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Nov 28 23:49:49.776 INFO [stderr] = note: for more information, see issue #50504 Nov 28 23:49:49.776 INFO [stderr] Nov 28 23:49:49.776 INFO [stderr] warning: cannot find type `tokens` in this scope Nov 28 23:49:49.776 INFO [stderr] --> src/models.rs:21:64 Nov 28 23:49:49.776 INFO [stderr] | Nov 28 23:49:49.776 INFO [stderr] 21 | #[derive(Debug, Queryable, Serialize, Insertable, Deserialize, Associations, Identifiable)] Nov 28 23:49:49.776 INFO [stderr] | ^^^^^^^^^^^^ names from parent modules are not accessible without an explicit import Nov 28 23:49:49.776 INFO [stderr] | Nov 28 23:49:49.776 INFO [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Nov 28 23:49:49.776 INFO [stderr] = note: for more information, see issue #50504 Nov 28 23:49:49.776 INFO [stderr] Nov 28 23:49:49.776 INFO [stderr] warning: cannot find type `Token` in this scope Nov 28 23:49:49.776 INFO [stderr] --> src/models.rs:21:78 Nov 28 23:49:49.776 INFO [stderr] | Nov 28 23:49:49.776 INFO [stderr] 21 | #[derive(Debug, Queryable, Serialize, Insertable, Deserialize, Associations, Identifiable)] Nov 28 23:49:49.776 INFO [stderr] | ^^^^^^^^^^^^ names from parent modules are not accessible without an explicit import Nov 28 23:49:49.776 INFO [stderr] | Nov 28 23:49:49.776 INFO [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Nov 28 23:49:49.776 INFO [stderr] = note: for more information, see issue #50504 Nov 28 23:49:49.776 INFO [stderr] Nov 28 23:49:49.776 INFO [stderr] warning: cannot find type `tokens` in this scope Nov 28 23:49:49.776 INFO [stderr] --> src/models.rs:21:78 Nov 28 23:49:49.777 INFO [stderr] | Nov 28 23:49:49.777 INFO [stderr] 21 | #[derive(Debug, Queryable, Serialize, Insertable, Deserialize, Associations, Identifiable)] Nov 28 23:49:49.777 INFO [stderr] | ^^^^^^^^^^^^ names from parent modules are not accessible without an explicit import Nov 28 23:49:49.777 INFO [stderr] | Nov 28 23:49:49.777 INFO [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Nov 28 23:49:49.777 INFO [stderr] = note: for more information, see issue #50504 Nov 28 23:49:49.777 INFO [stderr] Nov 28 23:49:49.777 INFO [stderr] warning: cannot find type `table` in this scope Nov 28 23:49:49.777 INFO [stderr] --> <::diesel::macros::table_body macros>:165:33 Nov 28 23:49:49.777 INFO [stderr] | Nov 28 23:49:49.777 INFO [stderr] 165 | derive ( Debug , Clone , Copy , QueryId ) ] /// The actual table struct Nov 28 23:49:49.777 INFO [stderr] | ^^^^^^^ names from parent modules are not accessible without an explicit import Nov 28 23:49:49.777 INFO [stderr] | Nov 28 23:49:49.777 INFO [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Nov 28 23:49:49.777 INFO [stderr] = note: for more information, see issue #50504 Nov 28 23:49:49.777 INFO [stderr] Nov 28 23:49:49.777 INFO [stderr] warning: cannot find type `token` in this scope Nov 28 23:49:49.777 INFO [stderr] --> <::diesel::macros::__diesel_column macros>:5:33 Nov 28 23:49:49.777 INFO [stderr] | Nov 28 23:49:49.777 INFO [stderr] 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Nov 28 23:49:49.777 INFO [stderr] | ^^^^^^^ names from parent modules are not accessible without an explicit import Nov 28 23:49:49.777 INFO [stderr] | Nov 28 23:49:49.777 INFO [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Nov 28 23:49:49.777 INFO [stderr] = note: for more information, see issue #50504 Nov 28 23:49:49.777 INFO [stderr] Nov 28 23:49:49.777 INFO [stderr] warning: cannot find type `user_id` in this scope Nov 28 23:49:49.777 INFO [stderr] --> <::diesel::macros::__diesel_column macros>:5:33 Nov 28 23:49:49.777 INFO [stderr] | Nov 28 23:49:49.777 INFO [stderr] 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Nov 28 23:49:49.777 INFO [stderr] | ^^^^^^^ names from parent modules are not accessible without an explicit import Nov 28 23:49:49.777 INFO [stderr] | Nov 28 23:49:49.777 INFO [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Nov 28 23:49:49.777 INFO [stderr] = note: for more information, see issue #50504 Nov 28 23:49:49.777 INFO [stderr] Nov 28 23:49:49.777 INFO [stderr] warning: cannot find type `id` in this scope Nov 28 23:49:49.777 INFO [stderr] --> <::diesel::macros::__diesel_column macros>:5:33 Nov 28 23:49:49.777 INFO [stderr] | Nov 28 23:49:49.777 INFO [stderr] 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Nov 28 23:49:49.777 INFO [stderr] | ^^^^^^^ names from parent modules are not accessible without an explicit import Nov 28 23:49:49.777 INFO [stderr] | Nov 28 23:49:49.777 INFO [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Nov 28 23:49:49.777 INFO [stderr] = note: for more information, see issue #50504 Nov 28 23:49:49.777 INFO [stderr] Nov 28 23:49:49.777 INFO [stderr] warning: cannot find type `email` in this scope Nov 28 23:49:49.777 INFO [stderr] --> <::diesel::macros::__diesel_column macros>:5:33 Nov 28 23:49:49.777 INFO [stderr] | Nov 28 23:49:49.777 INFO [stderr] 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Nov 28 23:49:49.777 INFO [stderr] | ^^^^^^^ names from parent modules are not accessible without an explicit import Nov 28 23:49:49.777 INFO [stderr] | Nov 28 23:49:49.777 INFO [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Nov 28 23:49:49.777 INFO [stderr] = note: for more information, see issue #50504 Nov 28 23:49:49.777 INFO [stderr] Nov 28 23:49:49.777 INFO [stderr] warning: cannot find type `password` in this scope Nov 28 23:49:49.777 INFO [stderr] --> <::diesel::macros::__diesel_column macros>:5:33 Nov 28 23:49:49.777 INFO [stderr] | Nov 28 23:49:49.777 INFO [stderr] 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Nov 28 23:49:49.777 INFO [stderr] | ^^^^^^^ names from parent modules are not accessible without an explicit import Nov 28 23:49:49.777 INFO [stderr] | Nov 28 23:49:49.777 INFO [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Nov 28 23:49:49.777 INFO [stderr] = note: for more information, see issue #50504 Nov 28 23:49:49.777 INFO [stderr] Nov 28 23:50:05.612 INFO [stderr] Finished dev [unoptimized + debuginfo] target(s) in 1m 29s Nov 28 23:50:05.626 INFO [stderr] su: No module specific data is present Nov 28 23:50:06.636 INFO running `"docker" "inspect" "2f068119355c1bf21a840e56a90263c61b323ba52f4d053fe57fbb1c4e8a74d9"` Nov 28 23:50:06.991 INFO running `"docker" "rm" "-f" "2f068119355c1bf21a840e56a90263c61b323ba52f4d053fe57fbb1c4e8a74d9"` Nov 28 23:50:07.310 INFO [stdout] 2f068119355c1bf21a840e56a90263c61b323ba52f4d053fe57fbb1c4e8a74d9