Dec 07 11:02:58.962 INFO testing howtocards_backend-0.1.2 against try#6eb0fd3ac58f9b16bddb9924a17c3b6c156aa468 for pr-56514 Dec 07 11:02:58.963 INFO running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/pr-56514/worker-7/try#6eb0fd3ac58f9b16bddb9924a17c3b6c156aa468:/target:rw,Z" "-v" "/mnt/big/crater/work/local/test-source/worker-7/pr-56514/try#6eb0fd3ac58f9b16bddb9924a17c3b6c156aa468:/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 +6eb0fd3ac58f9b16bddb9924a17c3b6c156aa468-alt build --frozen" "-e" "CARGO_TARGET_DIR=/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/cargo-home" "-e" "RUSTUP_HOME=/rustup-home" "-m" "1536M" "--network" "none" "crater"` Dec 07 11:02:59.527 INFO [stdout] edcd2eeea95ca8c723d66e932402d182260d935b39ff3010cdf05447acba3aa1 Dec 07 11:02:59.534 INFO running `"docker" "start" "-a" "edcd2eeea95ca8c723d66e932402d182260d935b39ff3010cdf05447acba3aa1"` Dec 07 11:03:00.602 INFO [stderr] usermod: no changes Dec 07 11:03:01.154 INFO [stderr] Compiling uuid v0.7.1 Dec 07 11:03:01.154 INFO [stderr] Compiling ron v0.2.2 Dec 07 11:03:01.157 INFO [stderr] Compiling dotenv v0.13.0 Dec 07 11:03:04.148 INFO [stderr] Compiling actix v0.7.8 Dec 07 11:03:05.892 INFO [stderr] Compiling rustbreak v2.0.0-rc3 Dec 07 11:03:20.740 INFO [stderr] Compiling actix-net v0.2.4 Dec 07 11:03:33.310 INFO [stderr] Compiling actix-web v0.7.15 Dec 07 11:04:00.489 INFO [stderr] Compiling howtocards_backend v0.1.2 (/source) Dec 07 11:04:12.545 INFO [stderr] warning: cannot find type `User` in this scope Dec 07 11:04:12.545 INFO [stderr] --> src/models.rs:7:10 Dec 07 11:04:12.545 INFO [stderr] | Dec 07 11:04:12.545 INFO [stderr] 7 | #[derive(Queryable, Serialize, Deserialize, Associations, Identifiable, Debug)] Dec 07 11:04:12.545 INFO [stderr] | ^^^^^^^^^ names from parent modules are not accessible without an explicit import Dec 07 11:04:12.545 INFO [stderr] | Dec 07 11:04:12.545 INFO [stderr] = note: #[warn(proc_macro_derive_resolution_fallback)] on by default Dec 07 11:04:12.545 INFO [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Dec 07 11:04:12.545 INFO [stderr] = note: for more information, see issue #50504 Dec 07 11:04:12.545 INFO [stderr] Dec 07 11:04:12.545 INFO [stderr] warning: cannot find type `User` in this scope Dec 07 11:04:12.545 INFO [stderr] --> src/models.rs:7:59 Dec 07 11:04:12.545 INFO [stderr] | Dec 07 11:04:12.545 INFO [stderr] 7 | #[derive(Queryable, Serialize, Deserialize, Associations, Identifiable, Debug)] Dec 07 11:04:12.545 INFO [stderr] | ^^^^^^^^^^^^ names from parent modules are not accessible without an explicit import Dec 07 11:04:12.545 INFO [stderr] | Dec 07 11:04:12.545 INFO [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Dec 07 11:04:12.545 INFO [stderr] = note: for more information, see issue #50504 Dec 07 11:04:12.545 INFO [stderr] Dec 07 11:04:12.545 INFO [stderr] warning: cannot find type `users` in this scope Dec 07 11:04:12.545 INFO [stderr] --> src/models.rs:7:59 Dec 07 11:04:12.545 INFO [stderr] | Dec 07 11:04:12.545 INFO [stderr] 7 | #[derive(Queryable, Serialize, Deserialize, Associations, Identifiable, Debug)] Dec 07 11:04:12.545 INFO [stderr] | ^^^^^^^^^^^^ names from parent modules are not accessible without an explicit import Dec 07 11:04:12.545 INFO [stderr] | Dec 07 11:04:12.545 INFO [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Dec 07 11:04:12.545 INFO [stderr] = note: for more information, see issue #50504 Dec 07 11:04:12.545 INFO [stderr] Dec 07 11:04:12.545 INFO [stderr] warning: cannot find type `users` in this scope Dec 07 11:04:12.545 INFO [stderr] --> src/models.rs:14:23 Dec 07 11:04:12.545 INFO [stderr] | Dec 07 11:04:12.545 INFO [stderr] 14 | #[derive(Deserialize, Insertable, Queryable)] Dec 07 11:04:12.545 INFO [stderr] | ^^^^^^^^^^ names from parent modules are not accessible without an explicit import Dec 07 11:04:12.545 INFO [stderr] | Dec 07 11:04:12.545 INFO [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Dec 07 11:04:12.545 INFO [stderr] = note: for more information, see issue #50504 Dec 07 11:04:12.545 INFO [stderr] Dec 07 11:04:12.545 INFO [stderr] warning: cannot find type `UserNew` in this scope Dec 07 11:04:12.545 INFO [stderr] --> src/models.rs:14:23 Dec 07 11:04:12.545 INFO [stderr] | Dec 07 11:04:12.545 INFO [stderr] 14 | #[derive(Deserialize, Insertable, Queryable)] Dec 07 11:04:12.545 INFO [stderr] | ^^^^^^^^^^ names from parent modules are not accessible without an explicit import Dec 07 11:04:12.545 INFO [stderr] | Dec 07 11:04:12.545 INFO [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Dec 07 11:04:12.545 INFO [stderr] = note: for more information, see issue #50504 Dec 07 11:04:12.545 INFO [stderr] Dec 07 11:04:12.545 INFO [stderr] warning: cannot find type `UserNew` in this scope Dec 07 11:04:12.545 INFO [stderr] --> src/models.rs:14:35 Dec 07 11:04:12.545 INFO [stderr] | Dec 07 11:04:12.545 INFO [stderr] 14 | #[derive(Deserialize, Insertable, Queryable)] Dec 07 11:04:12.545 INFO [stderr] | ^^^^^^^^^ names from parent modules are not accessible without an explicit import Dec 07 11:04:12.545 INFO [stderr] | Dec 07 11:04:12.545 INFO [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Dec 07 11:04:12.545 INFO [stderr] = note: for more information, see issue #50504 Dec 07 11:04:12.545 INFO [stderr] Dec 07 11:04:12.545 INFO [stderr] warning: cannot find type `Token` in this scope Dec 07 11:04:12.545 INFO [stderr] --> src/models.rs:21:17 Dec 07 11:04:12.545 INFO [stderr] | Dec 07 11:04:12.545 INFO [stderr] 21 | #[derive(Debug, Queryable, Serialize, Insertable, Deserialize, Associations, Identifiable)] Dec 07 11:04:12.545 INFO [stderr] | ^^^^^^^^^ names from parent modules are not accessible without an explicit import Dec 07 11:04:12.545 INFO [stderr] | Dec 07 11:04:12.545 INFO [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Dec 07 11:04:12.545 INFO [stderr] = note: for more information, see issue #50504 Dec 07 11:04:12.545 INFO [stderr] Dec 07 11:04:12.545 INFO [stderr] warning: cannot find type `tokens` in this scope Dec 07 11:04:12.545 INFO [stderr] --> src/models.rs:21:39 Dec 07 11:04:12.545 INFO [stderr] | Dec 07 11:04:12.546 INFO [stderr] 21 | #[derive(Debug, Queryable, Serialize, Insertable, Deserialize, Associations, Identifiable)] Dec 07 11:04:12.546 INFO [stderr] | ^^^^^^^^^^ names from parent modules are not accessible without an explicit import Dec 07 11:04:12.546 INFO [stderr] | Dec 07 11:04:12.546 INFO [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Dec 07 11:04:12.546 INFO [stderr] = note: for more information, see issue #50504 Dec 07 11:04:12.546 INFO [stderr] Dec 07 11:04:12.546 INFO [stderr] warning: cannot find type `Token` in this scope Dec 07 11:04:12.546 INFO [stderr] --> src/models.rs:21:39 Dec 07 11:04:12.546 INFO [stderr] | Dec 07 11:04:12.546 INFO [stderr] 21 | #[derive(Debug, Queryable, Serialize, Insertable, Deserialize, Associations, Identifiable)] Dec 07 11:04:12.546 INFO [stderr] | ^^^^^^^^^^ names from parent modules are not accessible without an explicit import Dec 07 11:04:12.546 INFO [stderr] | Dec 07 11:04:12.546 INFO [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Dec 07 11:04:12.546 INFO [stderr] = note: for more information, see issue #50504 Dec 07 11:04:12.546 INFO [stderr] Dec 07 11:04:12.546 INFO [stderr] warning: cannot find type `User` in this scope Dec 07 11:04:12.546 INFO [stderr] --> src/models.rs:21:64 Dec 07 11:04:12.546 INFO [stderr] | Dec 07 11:04:12.546 INFO [stderr] 21 | #[derive(Debug, Queryable, Serialize, Insertable, Deserialize, Associations, Identifiable)] Dec 07 11:04:12.546 INFO [stderr] | ^^^^^^^^^^^^ names from parent modules are not accessible without an explicit import Dec 07 11:04:12.546 INFO [stderr] | Dec 07 11:04:12.546 INFO [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Dec 07 11:04:12.546 INFO [stderr] = note: for more information, see issue #50504 Dec 07 11:04:12.546 INFO [stderr] Dec 07 11:04:12.546 INFO [stderr] warning: cannot find type `Token` in this scope Dec 07 11:04:12.546 INFO [stderr] --> src/models.rs:21:64 Dec 07 11:04:12.546 INFO [stderr] | Dec 07 11:04:12.546 INFO [stderr] 21 | #[derive(Debug, Queryable, Serialize, Insertable, Deserialize, Associations, Identifiable)] Dec 07 11:04:12.546 INFO [stderr] | ^^^^^^^^^^^^ names from parent modules are not accessible without an explicit import Dec 07 11:04:12.546 INFO [stderr] | Dec 07 11:04:12.546 INFO [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Dec 07 11:04:12.546 INFO [stderr] = note: for more information, see issue #50504 Dec 07 11:04:12.546 INFO [stderr] Dec 07 11:04:12.546 INFO [stderr] warning: cannot find type `tokens` in this scope Dec 07 11:04:12.546 INFO [stderr] --> src/models.rs:21:64 Dec 07 11:04:12.546 INFO [stderr] | Dec 07 11:04:12.546 INFO [stderr] 21 | #[derive(Debug, Queryable, Serialize, Insertable, Deserialize, Associations, Identifiable)] Dec 07 11:04:12.546 INFO [stderr] | ^^^^^^^^^^^^ names from parent modules are not accessible without an explicit import Dec 07 11:04:12.546 INFO [stderr] | Dec 07 11:04:12.546 INFO [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Dec 07 11:04:12.546 INFO [stderr] = note: for more information, see issue #50504 Dec 07 11:04:12.546 INFO [stderr] Dec 07 11:04:12.546 INFO [stderr] warning: cannot find type `Token` in this scope Dec 07 11:04:12.546 INFO [stderr] --> src/models.rs:21:78 Dec 07 11:04:12.546 INFO [stderr] | Dec 07 11:04:12.546 INFO [stderr] 21 | #[derive(Debug, Queryable, Serialize, Insertable, Deserialize, Associations, Identifiable)] Dec 07 11:04:12.546 INFO [stderr] | ^^^^^^^^^^^^ names from parent modules are not accessible without an explicit import Dec 07 11:04:12.546 INFO [stderr] | Dec 07 11:04:12.546 INFO [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Dec 07 11:04:12.546 INFO [stderr] = note: for more information, see issue #50504 Dec 07 11:04:12.546 INFO [stderr] Dec 07 11:04:12.546 INFO [stderr] warning: cannot find type `tokens` in this scope Dec 07 11:04:12.546 INFO [stderr] --> src/models.rs:21:78 Dec 07 11:04:12.546 INFO [stderr] | Dec 07 11:04:12.546 INFO [stderr] 21 | #[derive(Debug, Queryable, Serialize, Insertable, Deserialize, Associations, Identifiable)] Dec 07 11:04:12.546 INFO [stderr] | ^^^^^^^^^^^^ names from parent modules are not accessible without an explicit import Dec 07 11:04:12.546 INFO [stderr] | Dec 07 11:04:12.546 INFO [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Dec 07 11:04:12.546 INFO [stderr] = note: for more information, see issue #50504 Dec 07 11:04:12.546 INFO [stderr] Dec 07 11:04:12.546 INFO [stderr] warning: cannot find type `table` in this scope Dec 07 11:04:12.546 INFO [stderr] --> <::diesel::macros::table_body macros>:165:33 Dec 07 11:04:12.546 INFO [stderr] | Dec 07 11:04:12.546 INFO [stderr] 165 | derive ( Debug , Clone , Copy , QueryId ) ] /// The actual table struct Dec 07 11:04:12.546 INFO [stderr] | ^^^^^^^ names from parent modules are not accessible without an explicit import Dec 07 11:04:12.546 INFO [stderr] | Dec 07 11:04:12.546 INFO [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Dec 07 11:04:12.546 INFO [stderr] = note: for more information, see issue #50504 Dec 07 11:04:12.546 INFO [stderr] Dec 07 11:04:12.546 INFO [stderr] warning: cannot find type `token` in this scope Dec 07 11:04:12.546 INFO [stderr] --> <::diesel::macros::__diesel_column macros>:5:33 Dec 07 11:04:12.546 INFO [stderr] | Dec 07 11:04:12.546 INFO [stderr] 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Dec 07 11:04:12.546 INFO [stderr] | ^^^^^^^ names from parent modules are not accessible without an explicit import Dec 07 11:04:12.546 INFO [stderr] | Dec 07 11:04:12.546 INFO [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Dec 07 11:04:12.546 INFO [stderr] = note: for more information, see issue #50504 Dec 07 11:04:12.546 INFO [stderr] Dec 07 11:04:12.546 INFO [stderr] warning: cannot find type `user_id` in this scope Dec 07 11:04:12.546 INFO [stderr] --> <::diesel::macros::__diesel_column macros>:5:33 Dec 07 11:04:12.546 INFO [stderr] | Dec 07 11:04:12.546 INFO [stderr] 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Dec 07 11:04:12.546 INFO [stderr] | ^^^^^^^ names from parent modules are not accessible without an explicit import Dec 07 11:04:12.546 INFO [stderr] | Dec 07 11:04:12.546 INFO [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Dec 07 11:04:12.546 INFO [stderr] = note: for more information, see issue #50504 Dec 07 11:04:12.546 INFO [stderr] Dec 07 11:04:12.548 INFO [stderr] warning: cannot find type `id` in this scope Dec 07 11:04:12.548 INFO [stderr] --> <::diesel::macros::__diesel_column macros>:5:33 Dec 07 11:04:12.548 INFO [stderr] | Dec 07 11:04:12.548 INFO [stderr] 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Dec 07 11:04:12.548 INFO [stderr] | ^^^^^^^ names from parent modules are not accessible without an explicit import Dec 07 11:04:12.548 INFO [stderr] | Dec 07 11:04:12.548 INFO [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Dec 07 11:04:12.548 INFO [stderr] = note: for more information, see issue #50504 Dec 07 11:04:12.548 INFO [stderr] Dec 07 11:04:12.548 INFO [stderr] warning: cannot find type `email` in this scope Dec 07 11:04:12.548 INFO [stderr] --> <::diesel::macros::__diesel_column macros>:5:33 Dec 07 11:04:12.548 INFO [stderr] | Dec 07 11:04:12.548 INFO [stderr] 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Dec 07 11:04:12.548 INFO [stderr] | ^^^^^^^ names from parent modules are not accessible without an explicit import Dec 07 11:04:12.548 INFO [stderr] | Dec 07 11:04:12.548 INFO [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Dec 07 11:04:12.548 INFO [stderr] = note: for more information, see issue #50504 Dec 07 11:04:12.548 INFO [stderr] Dec 07 11:04:12.548 INFO [stderr] warning: cannot find type `password` in this scope Dec 07 11:04:12.548 INFO [stderr] --> <::diesel::macros::__diesel_column macros>:5:33 Dec 07 11:04:12.548 INFO [stderr] | Dec 07 11:04:12.548 INFO [stderr] 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Dec 07 11:04:12.548 INFO [stderr] | ^^^^^^^ names from parent modules are not accessible without an explicit import Dec 07 11:04:12.548 INFO [stderr] | Dec 07 11:04:12.548 INFO [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Dec 07 11:04:12.549 INFO [stderr] = note: for more information, see issue #50504 Dec 07 11:04:12.549 INFO [stderr] Dec 07 11:04:52.219 INFO [stderr] Finished dev [unoptimized + debuginfo] target(s) in 1m 51s Dec 07 11:04:52.241 INFO [stderr] su: No module specific data is present Dec 07 11:04:52.862 INFO running `"docker" "inspect" "edcd2eeea95ca8c723d66e932402d182260d935b39ff3010cdf05447acba3aa1"` Dec 07 11:04:53.010 INFO running `"docker" "rm" "-f" "edcd2eeea95ca8c723d66e932402d182260d935b39ff3010cdf05447acba3aa1"` Dec 07 11:04:53.108 INFO [stdout] edcd2eeea95ca8c723d66e932402d182260d935b39ff3010cdf05447acba3aa1 Dec 07 11:04:53.110 INFO running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/pr-56514/worker-7/try#6eb0fd3ac58f9b16bddb9924a17c3b6c156aa468:/target:rw,Z" "-v" "/mnt/big/crater/work/local/test-source/worker-7/pr-56514/try#6eb0fd3ac58f9b16bddb9924a17c3b6c156aa468:/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 +6eb0fd3ac58f9b16bddb9924a17c3b6c156aa468-alt test --frozen --no-run" "-e" "CARGO_TARGET_DIR=/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/cargo-home" "-e" "RUSTUP_HOME=/rustup-home" "-m" "1536M" "--network" "none" "crater"` Dec 07 11:04:53.353 INFO [stdout] 9ae07eb7d5b8b1629d3981a59d26bba9b9b49493b8de9238898def1a52f9e937 Dec 07 11:04:53.358 INFO running `"docker" "start" "-a" "9ae07eb7d5b8b1629d3981a59d26bba9b9b49493b8de9238898def1a52f9e937"` Dec 07 11:04:53.798 INFO [stderr] usermod: no changes Dec 07 11:04:54.175 INFO [stderr] Compiling howtocards_backend v0.1.2 (/source) Dec 07 11:05:05.096 INFO [stderr] warning: cannot find type `User` in this scope Dec 07 11:05:05.096 INFO [stderr] --> src/models.rs:7:10 Dec 07 11:05:05.096 INFO [stderr] | Dec 07 11:05:05.096 INFO [stderr] 7 | #[derive(Queryable, Serialize, Deserialize, Associations, Identifiable, Debug)] Dec 07 11:05:05.096 INFO [stderr] | ^^^^^^^^^ names from parent modules are not accessible without an explicit import Dec 07 11:05:05.096 INFO [stderr] | Dec 07 11:05:05.096 INFO [stderr] = note: #[warn(proc_macro_derive_resolution_fallback)] on by default Dec 07 11:05:05.096 INFO [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Dec 07 11:05:05.096 INFO [stderr] = note: for more information, see issue #50504 Dec 07 11:05:05.096 INFO [stderr] Dec 07 11:05:05.096 INFO [stderr] warning: cannot find type `User` in this scope Dec 07 11:05:05.096 INFO [stderr] --> src/models.rs:7:59 Dec 07 11:05:05.096 INFO [stderr] | Dec 07 11:05:05.096 INFO [stderr] 7 | #[derive(Queryable, Serialize, Deserialize, Associations, Identifiable, Debug)] Dec 07 11:05:05.096 INFO [stderr] | ^^^^^^^^^^^^ names from parent modules are not accessible without an explicit import Dec 07 11:05:05.096 INFO [stderr] | Dec 07 11:05:05.096 INFO [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Dec 07 11:05:05.096 INFO [stderr] = note: for more information, see issue #50504 Dec 07 11:05:05.096 INFO [stderr] Dec 07 11:05:05.096 INFO [stderr] warning: cannot find type `users` in this scope Dec 07 11:05:05.096 INFO [stderr] --> src/models.rs:7:59 Dec 07 11:05:05.096 INFO [stderr] | Dec 07 11:05:05.096 INFO [stderr] 7 | #[derive(Queryable, Serialize, Deserialize, Associations, Identifiable, Debug)] Dec 07 11:05:05.096 INFO [stderr] | ^^^^^^^^^^^^ names from parent modules are not accessible without an explicit import Dec 07 11:05:05.096 INFO [stderr] | Dec 07 11:05:05.096 INFO [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Dec 07 11:05:05.096 INFO [stderr] = note: for more information, see issue #50504 Dec 07 11:05:05.096 INFO [stderr] Dec 07 11:05:05.096 INFO [stderr] warning: cannot find type `users` in this scope Dec 07 11:05:05.096 INFO [stderr] --> src/models.rs:14:23 Dec 07 11:05:05.096 INFO [stderr] | Dec 07 11:05:05.096 INFO [stderr] 14 | #[derive(Deserialize, Insertable, Queryable)] Dec 07 11:05:05.096 INFO [stderr] | ^^^^^^^^^^ names from parent modules are not accessible without an explicit import Dec 07 11:05:05.096 INFO [stderr] | Dec 07 11:05:05.096 INFO [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Dec 07 11:05:05.096 INFO [stderr] = note: for more information, see issue #50504 Dec 07 11:05:05.096 INFO [stderr] Dec 07 11:05:05.096 INFO [stderr] warning: cannot find type `UserNew` in this scope Dec 07 11:05:05.096 INFO [stderr] --> src/models.rs:14:23 Dec 07 11:05:05.096 INFO [stderr] | Dec 07 11:05:05.096 INFO [stderr] 14 | #[derive(Deserialize, Insertable, Queryable)] Dec 07 11:05:05.096 INFO [stderr] | ^^^^^^^^^^ names from parent modules are not accessible without an explicit import Dec 07 11:05:05.096 INFO [stderr] | Dec 07 11:05:05.096 INFO [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Dec 07 11:05:05.096 INFO [stderr] = note: for more information, see issue #50504 Dec 07 11:05:05.096 INFO [stderr] Dec 07 11:05:05.096 INFO [stderr] warning: cannot find type `UserNew` in this scope Dec 07 11:05:05.096 INFO [stderr] --> src/models.rs:14:35 Dec 07 11:05:05.096 INFO [stderr] | Dec 07 11:05:05.096 INFO [stderr] 14 | #[derive(Deserialize, Insertable, Queryable)] Dec 07 11:05:05.096 INFO [stderr] | ^^^^^^^^^ names from parent modules are not accessible without an explicit import Dec 07 11:05:05.096 INFO [stderr] | Dec 07 11:05:05.097 INFO [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Dec 07 11:05:05.097 INFO [stderr] = note: for more information, see issue #50504 Dec 07 11:05:05.097 INFO [stderr] Dec 07 11:05:05.097 INFO [stderr] warning: cannot find type `Token` in this scope Dec 07 11:05:05.097 INFO [stderr] --> src/models.rs:21:17 Dec 07 11:05:05.097 INFO [stderr] | Dec 07 11:05:05.097 INFO [stderr] 21 | #[derive(Debug, Queryable, Serialize, Insertable, Deserialize, Associations, Identifiable)] Dec 07 11:05:05.097 INFO [stderr] | ^^^^^^^^^ names from parent modules are not accessible without an explicit import Dec 07 11:05:05.097 INFO [stderr] | Dec 07 11:05:05.097 INFO [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Dec 07 11:05:05.097 INFO [stderr] = note: for more information, see issue #50504 Dec 07 11:05:05.097 INFO [stderr] Dec 07 11:05:05.097 INFO [stderr] warning: cannot find type `tokens` in this scope Dec 07 11:05:05.097 INFO [stderr] --> src/models.rs:21:39 Dec 07 11:05:05.097 INFO [stderr] | Dec 07 11:05:05.097 INFO [stderr] 21 | #[derive(Debug, Queryable, Serialize, Insertable, Deserialize, Associations, Identifiable)] Dec 07 11:05:05.097 INFO [stderr] | ^^^^^^^^^^ names from parent modules are not accessible without an explicit import Dec 07 11:05:05.097 INFO [stderr] | Dec 07 11:05:05.097 INFO [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Dec 07 11:05:05.097 INFO [stderr] = note: for more information, see issue #50504 Dec 07 11:05:05.097 INFO [stderr] Dec 07 11:05:05.097 INFO [stderr] warning: cannot find type `Token` in this scope Dec 07 11:05:05.097 INFO [stderr] --> src/models.rs:21:39 Dec 07 11:05:05.097 INFO [stderr] | Dec 07 11:05:05.097 INFO [stderr] 21 | #[derive(Debug, Queryable, Serialize, Insertable, Deserialize, Associations, Identifiable)] Dec 07 11:05:05.097 INFO [stderr] | ^^^^^^^^^^ names from parent modules are not accessible without an explicit import Dec 07 11:05:05.097 INFO [stderr] | Dec 07 11:05:05.097 INFO [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Dec 07 11:05:05.097 INFO [stderr] = note: for more information, see issue #50504 Dec 07 11:05:05.097 INFO [stderr] Dec 07 11:05:05.097 INFO [stderr] warning: cannot find type `User` in this scope Dec 07 11:05:05.097 INFO [stderr] --> src/models.rs:21:64 Dec 07 11:05:05.097 INFO [stderr] | Dec 07 11:05:05.097 INFO [stderr] 21 | #[derive(Debug, Queryable, Serialize, Insertable, Deserialize, Associations, Identifiable)] Dec 07 11:05:05.097 INFO [stderr] | ^^^^^^^^^^^^ names from parent modules are not accessible without an explicit import Dec 07 11:05:05.097 INFO [stderr] | Dec 07 11:05:05.097 INFO [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Dec 07 11:05:05.097 INFO [stderr] = note: for more information, see issue #50504 Dec 07 11:05:05.097 INFO [stderr] Dec 07 11:05:05.097 INFO [stderr] warning: cannot find type `Token` in this scope Dec 07 11:05:05.097 INFO [stderr] --> src/models.rs:21:64 Dec 07 11:05:05.097 INFO [stderr] | Dec 07 11:05:05.097 INFO [stderr] 21 | #[derive(Debug, Queryable, Serialize, Insertable, Deserialize, Associations, Identifiable)] Dec 07 11:05:05.097 INFO [stderr] | ^^^^^^^^^^^^ names from parent modules are not accessible without an explicit import Dec 07 11:05:05.097 INFO [stderr] | Dec 07 11:05:05.097 INFO [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Dec 07 11:05:05.097 INFO [stderr] = note: for more information, see issue #50504 Dec 07 11:05:05.097 INFO [stderr] Dec 07 11:05:05.097 INFO [stderr] warning: cannot find type `tokens` in this scope Dec 07 11:05:05.097 INFO [stderr] --> src/models.rs:21:64 Dec 07 11:05:05.097 INFO [stderr] | Dec 07 11:05:05.097 INFO [stderr] 21 | #[derive(Debug, Queryable, Serialize, Insertable, Deserialize, Associations, Identifiable)] Dec 07 11:05:05.097 INFO [stderr] | ^^^^^^^^^^^^ names from parent modules are not accessible without an explicit import Dec 07 11:05:05.097 INFO [stderr] | Dec 07 11:05:05.097 INFO [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Dec 07 11:05:05.097 INFO [stderr] = note: for more information, see issue #50504 Dec 07 11:05:05.097 INFO [stderr] Dec 07 11:05:05.097 INFO [stderr] warning: cannot find type `Token` in this scope Dec 07 11:05:05.097 INFO [stderr] --> src/models.rs:21:78 Dec 07 11:05:05.097 INFO [stderr] | Dec 07 11:05:05.097 INFO [stderr] 21 | #[derive(Debug, Queryable, Serialize, Insertable, Deserialize, Associations, Identifiable)] Dec 07 11:05:05.097 INFO [stderr] | ^^^^^^^^^^^^ names from parent modules are not accessible without an explicit import Dec 07 11:05:05.097 INFO [stderr] | Dec 07 11:05:05.097 INFO [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Dec 07 11:05:05.097 INFO [stderr] = note: for more information, see issue #50504 Dec 07 11:05:05.097 INFO [stderr] Dec 07 11:05:05.097 INFO [stderr] warning: cannot find type `tokens` in this scope Dec 07 11:05:05.097 INFO [stderr] --> src/models.rs:21:78 Dec 07 11:05:05.097 INFO [stderr] | Dec 07 11:05:05.097 INFO [stderr] 21 | #[derive(Debug, Queryable, Serialize, Insertable, Deserialize, Associations, Identifiable)] Dec 07 11:05:05.097 INFO [stderr] | ^^^^^^^^^^^^ names from parent modules are not accessible without an explicit import Dec 07 11:05:05.097 INFO [stderr] | Dec 07 11:05:05.097 INFO [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Dec 07 11:05:05.097 INFO [stderr] = note: for more information, see issue #50504 Dec 07 11:05:05.097 INFO [stderr] Dec 07 11:05:05.097 INFO [stderr] warning: cannot find type `table` in this scope Dec 07 11:05:05.097 INFO [stderr] --> <::diesel::macros::table_body macros>:165:33 Dec 07 11:05:05.097 INFO [stderr] | Dec 07 11:05:05.097 INFO [stderr] 165 | derive ( Debug , Clone , Copy , QueryId ) ] /// The actual table struct Dec 07 11:05:05.097 INFO [stderr] | ^^^^^^^ names from parent modules are not accessible without an explicit import Dec 07 11:05:05.097 INFO [stderr] | Dec 07 11:05:05.097 INFO [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Dec 07 11:05:05.097 INFO [stderr] = note: for more information, see issue #50504 Dec 07 11:05:05.097 INFO [stderr] Dec 07 11:05:05.104 INFO [stderr] warning: cannot find type `token` in this scope Dec 07 11:05:05.104 INFO [stderr] --> <::diesel::macros::__diesel_column macros>:5:33 Dec 07 11:05:05.104 INFO [stderr] | Dec 07 11:05:05.104 INFO [stderr] 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Dec 07 11:05:05.104 INFO [stderr] | ^^^^^^^ names from parent modules are not accessible without an explicit import Dec 07 11:05:05.104 INFO [stderr] | Dec 07 11:05:05.104 INFO [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Dec 07 11:05:05.104 INFO [stderr] = note: for more information, see issue #50504 Dec 07 11:05:05.104 INFO [stderr] Dec 07 11:05:05.104 INFO [stderr] warning: cannot find type `user_id` in this scope Dec 07 11:05:05.104 INFO [stderr] --> <::diesel::macros::__diesel_column macros>:5:33 Dec 07 11:05:05.104 INFO [stderr] | Dec 07 11:05:05.104 INFO [stderr] 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Dec 07 11:05:05.104 INFO [stderr] | ^^^^^^^ names from parent modules are not accessible without an explicit import Dec 07 11:05:05.104 INFO [stderr] | Dec 07 11:05:05.104 INFO [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Dec 07 11:05:05.104 INFO [stderr] = note: for more information, see issue #50504 Dec 07 11:05:05.104 INFO [stderr] Dec 07 11:05:05.104 INFO [stderr] warning: cannot find type `id` in this scope Dec 07 11:05:05.104 INFO [stderr] --> <::diesel::macros::__diesel_column macros>:5:33 Dec 07 11:05:05.104 INFO [stderr] | Dec 07 11:05:05.104 INFO [stderr] 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Dec 07 11:05:05.104 INFO [stderr] | ^^^^^^^ names from parent modules are not accessible without an explicit import Dec 07 11:05:05.104 INFO [stderr] | Dec 07 11:05:05.104 INFO [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Dec 07 11:05:05.104 INFO [stderr] = note: for more information, see issue #50504 Dec 07 11:05:05.104 INFO [stderr] Dec 07 11:05:05.104 INFO [stderr] warning: cannot find type `email` in this scope Dec 07 11:05:05.104 INFO [stderr] --> <::diesel::macros::__diesel_column macros>:5:33 Dec 07 11:05:05.104 INFO [stderr] | Dec 07 11:05:05.104 INFO [stderr] 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Dec 07 11:05:05.104 INFO [stderr] | ^^^^^^^ names from parent modules are not accessible without an explicit import Dec 07 11:05:05.104 INFO [stderr] | Dec 07 11:05:05.104 INFO [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Dec 07 11:05:05.104 INFO [stderr] = note: for more information, see issue #50504 Dec 07 11:05:05.104 INFO [stderr] Dec 07 11:05:05.104 INFO [stderr] warning: cannot find type `password` in this scope Dec 07 11:05:05.104 INFO [stderr] --> <::diesel::macros::__diesel_column macros>:5:33 Dec 07 11:05:05.104 INFO [stderr] | Dec 07 11:05:05.104 INFO [stderr] 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Dec 07 11:05:05.104 INFO [stderr] | ^^^^^^^ names from parent modules are not accessible without an explicit import Dec 07 11:05:05.104 INFO [stderr] | Dec 07 11:05:05.104 INFO [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Dec 07 11:05:05.104 INFO [stderr] = note: for more information, see issue #50504 Dec 07 11:05:05.104 INFO [stderr] Dec 07 11:05:10.208 INFO [stderr] Finished dev [unoptimized + debuginfo] target(s) in 16.39s Dec 07 11:05:10.222 INFO [stderr] su: No module specific data is present Dec 07 11:05:10.625 INFO running `"docker" "inspect" "9ae07eb7d5b8b1629d3981a59d26bba9b9b49493b8de9238898def1a52f9e937"` Dec 07 11:05:10.710 INFO running `"docker" "rm" "-f" "9ae07eb7d5b8b1629d3981a59d26bba9b9b49493b8de9238898def1a52f9e937"` Dec 07 11:05:10.788 INFO [stdout] 9ae07eb7d5b8b1629d3981a59d26bba9b9b49493b8de9238898def1a52f9e937 Dec 07 11:05:10.790 INFO running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/pr-56514/worker-7/try#6eb0fd3ac58f9b16bddb9924a17c3b6c156aa468:/target:rw,Z" "-v" "/mnt/big/crater/work/local/test-source/worker-7/pr-56514/try#6eb0fd3ac58f9b16bddb9924a17c3b6c156aa468:/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 +6eb0fd3ac58f9b16bddb9924a17c3b6c156aa468-alt test --frozen" "-e" "CARGO_TARGET_DIR=/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/cargo-home" "-e" "RUSTUP_HOME=/rustup-home" "-m" "1536M" "--network" "none" "crater"` Dec 07 11:05:11.018 INFO [stdout] 3f2cee94051cc4d25a23191725819d8008b9325febfb6df197c34c2d431cbce5 Dec 07 11:05:11.022 INFO running `"docker" "start" "-a" "3f2cee94051cc4d25a23191725819d8008b9325febfb6df197c34c2d431cbce5"` Dec 07 11:05:11.484 INFO [stderr] usermod: no changes Dec 07 11:05:11.763 INFO [stderr] Finished dev [unoptimized + debuginfo] target(s) in 0.26s Dec 07 11:05:11.783 INFO [stderr] Running /target/debug/deps/howtocards-0f000409c8c16285 Dec 07 11:05:11.787 INFO [stdout] Dec 07 11:05:11.787 INFO [stdout] running 4 tests Dec 07 11:05:11.791 INFO [stdout] test hasher::test::hash_password_use_hash_string ... ok Dec 07 11:05:11.791 INFO [stdout] test hasher::test::hash_string_should_get_equal_results_for_equal_input ... ok Dec 07 11:05:11.791 INFO [stdout] test hasher::test::hash_string_should_get_different_results_for_different_input ... ok Dec 07 11:05:11.791 INFO [stdout] test db::token::test::create_token_returns_different_tokens ... ok Dec 07 11:05:11.791 INFO [stdout] Dec 07 11:05:11.791 INFO [stdout] test result: ok. 4 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Dec 07 11:05:11.791 INFO [stdout] Dec 07 11:05:11.792 INFO [stderr] Running /target/debug/deps/howtocards_server-ccdcc45681b91c72 Dec 07 11:05:11.798 INFO [stdout] Dec 07 11:05:11.798 INFO [stdout] running 0 tests Dec 07 11:05:11.798 INFO [stdout] Dec 07 11:05:11.798 INFO [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Dec 07 11:05:11.798 INFO [stdout] Dec 07 11:05:11.799 INFO [stderr] Doc-tests howtocards Dec 07 11:05:32.488 INFO [stdout] Dec 07 11:05:32.488 INFO [stdout] running 4 tests Dec 07 11:06:24.308 INFO [stdout] test src/auth.rs - auth::AuthOptional (line 105) ... ok Dec 07 11:06:25.744 INFO [stdout] test src/auth.rs - auth::Auth (line 67) ... ok Dec 07 11:06:28.422 INFO [stdout] test src/prelude.rs - prelude::ResultExt::or_err (line 11) ... ok Dec 07 11:06:32.492 INFO [stdout] test src/hasher.rs - hasher::hash_string (line 10) ... test src/hasher.rs - hasher::hash_string (line 10) has been running for over 60 seconds Dec 07 11:06:32.814 INFO [stdout] test src/hasher.rs - hasher::hash_string (line 10) ... ok Dec 07 11:06:32.814 INFO [stdout] Dec 07 11:06:32.814 INFO [stdout] test result: ok. 4 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Dec 07 11:06:32.814 INFO [stdout] Dec 07 11:06:32.869 INFO [stderr] su: No module specific data is present Dec 07 11:06:34.039 INFO running `"docker" "inspect" "3f2cee94051cc4d25a23191725819d8008b9325febfb6df197c34c2d431cbce5"` Dec 07 11:06:34.262 INFO running `"docker" "rm" "-f" "3f2cee94051cc4d25a23191725819d8008b9325febfb6df197c34c2d431cbce5"` Dec 07 11:06:34.632 INFO [stdout] 3f2cee94051cc4d25a23191725819d8008b9325febfb6df197c34c2d431cbce5