Nov 18 09:35:43.961 INFO testing howtocards-0.1.3 against try#2e026d6e5d7621634147ad4c8074f1d964dbb1be for pr-55982 Nov 18 09:35:43.963 INFO running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/pr-55982/worker-3/try#2e026d6e5d7621634147ad4c8074f1d964dbb1be:/target:rw,Z" "-v" "/mnt/big/crater/work/local/test-source/worker-3/pr-55982/try#2e026d6e5d7621634147ad4c8074f1d964dbb1be:/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 +2e026d6e5d7621634147ad4c8074f1d964dbb1be-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"` Nov 18 09:35:44.503 INFO [stdout] 9eda1b1123097c291a44359d48bc0019daee518ca4071eee99cd51d42cdb2e13 Nov 18 09:35:44.508 INFO running `"docker" "start" "-a" "9eda1b1123097c291a44359d48bc0019daee518ca4071eee99cd51d42cdb2e13"` Nov 18 09:35:45.635 INFO [stderr] usermod: no changes Nov 18 09:35:46.263 INFO [stderr] Compiling arc-swap v0.3.6 Nov 18 09:35:46.283 INFO [stderr] Compiling askama_escape v0.1.0 Nov 18 09:35:46.285 INFO [stderr] Compiling actix-web v0.7.14 Nov 18 09:35:46.290 INFO [stderr] Compiling cookie v0.11.0 Nov 18 09:35:46.291 INFO [stderr] Compiling actix_derive v0.3.2 Nov 18 09:35:46.291 INFO [stderr] Compiling serde v1.0.80 Nov 18 09:35:46.299 INFO [stderr] Compiling crossbeam-channel v0.2.6 Nov 18 09:35:46.299 INFO [stderr] Compiling dotenv v0.13.0 Nov 18 09:35:50.235 INFO [stderr] Compiling trust-dns-proto v0.5.0 Nov 18 09:35:50.979 INFO [stderr] Compiling signal-hook v0.1.6 Nov 18 09:35:59.199 INFO [stderr] Compiling tokio-signal v0.2.6 Nov 18 09:36:20.788 INFO [stderr] Compiling trust-dns-resolver v0.10.0 Nov 18 09:36:28.514 INFO [stderr] Compiling uuid v0.7.1 Nov 18 09:36:28.514 INFO [stderr] Compiling serde_json v1.0.33 Nov 18 09:36:28.515 INFO [stderr] Compiling serde_urlencoded v0.5.3 Nov 18 09:36:28.515 INFO [stderr] Compiling ron v0.2.2 Nov 18 09:36:45.637 INFO [stderr] Compiling actix v0.7.6 Nov 18 09:36:57.355 INFO [stderr] Compiling actix-net v0.2.2 Nov 18 09:37:34.796 INFO [stderr] Compiling howtocards v0.1.3 (/source) Nov 18 09:37:43.331 INFO [stderr] warning: cannot find type `User` in this scope Nov 18 09:37:43.331 INFO [stderr] --> src/models.rs:7:10 Nov 18 09:37:43.331 INFO [stderr] | Nov 18 09:37:43.331 INFO [stderr] 7 | #[derive(Queryable, Serialize, Deserialize, Associations, Identifiable, Debug)] Nov 18 09:37:43.331 INFO [stderr] | ^^^^^^^^^ names from parent modules are not accessible without an explicit import Nov 18 09:37:43.331 INFO [stderr] | Nov 18 09:37:43.331 INFO [stderr] = note: #[warn(proc_macro_derive_resolution_fallback)] on by default Nov 18 09:37:43.331 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 18 09:37:43.331 INFO [stderr] = note: for more information, see issue #50504 Nov 18 09:37:43.331 INFO [stderr] Nov 18 09:37:43.331 INFO [stderr] warning: cannot find type `User` in this scope Nov 18 09:37:43.331 INFO [stderr] --> src/models.rs:7:59 Nov 18 09:37:43.331 INFO [stderr] | Nov 18 09:37:43.331 INFO [stderr] 7 | #[derive(Queryable, Serialize, Deserialize, Associations, Identifiable, Debug)] Nov 18 09:37:43.331 INFO [stderr] | ^^^^^^^^^^^^ names from parent modules are not accessible without an explicit import Nov 18 09:37:43.331 INFO [stderr] | Nov 18 09:37:43.331 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 18 09:37:43.331 INFO [stderr] = note: for more information, see issue #50504 Nov 18 09:37:43.331 INFO [stderr] Nov 18 09:37:43.331 INFO [stderr] warning: cannot find type `users` in this scope Nov 18 09:37:43.331 INFO [stderr] --> src/models.rs:7:59 Nov 18 09:37:43.331 INFO [stderr] | Nov 18 09:37:43.331 INFO [stderr] 7 | #[derive(Queryable, Serialize, Deserialize, Associations, Identifiable, Debug)] Nov 18 09:37:43.332 INFO [stderr] | ^^^^^^^^^^^^ names from parent modules are not accessible without an explicit import Nov 18 09:37:43.332 INFO [stderr] | Nov 18 09:37:43.332 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 18 09:37:43.332 INFO [stderr] = note: for more information, see issue #50504 Nov 18 09:37:43.332 INFO [stderr] Nov 18 09:37:43.332 INFO [stderr] warning: cannot find type `users` in this scope Nov 18 09:37:43.332 INFO [stderr] --> src/models.rs:14:23 Nov 18 09:37:43.332 INFO [stderr] | Nov 18 09:37:43.332 INFO [stderr] 14 | #[derive(Deserialize, Insertable, Queryable)] Nov 18 09:37:43.332 INFO [stderr] | ^^^^^^^^^^ names from parent modules are not accessible without an explicit import Nov 18 09:37:43.332 INFO [stderr] | Nov 18 09:37:43.332 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 18 09:37:43.332 INFO [stderr] = note: for more information, see issue #50504 Nov 18 09:37:43.332 INFO [stderr] Nov 18 09:37:43.332 INFO [stderr] warning: cannot find type `UserNew` in this scope Nov 18 09:37:43.332 INFO [stderr] --> src/models.rs:14:23 Nov 18 09:37:43.332 INFO [stderr] | Nov 18 09:37:43.332 INFO [stderr] 14 | #[derive(Deserialize, Insertable, Queryable)] Nov 18 09:37:43.332 INFO [stderr] | ^^^^^^^^^^ names from parent modules are not accessible without an explicit import Nov 18 09:37:43.332 INFO [stderr] | Nov 18 09:37:43.332 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 18 09:37:43.332 INFO [stderr] = note: for more information, see issue #50504 Nov 18 09:37:43.332 INFO [stderr] Nov 18 09:37:43.332 INFO [stderr] warning: cannot find type `UserNew` in this scope Nov 18 09:37:43.332 INFO [stderr] --> src/models.rs:14:35 Nov 18 09:37:43.332 INFO [stderr] | Nov 18 09:37:43.332 INFO [stderr] 14 | #[derive(Deserialize, Insertable, Queryable)] Nov 18 09:37:43.332 INFO [stderr] | ^^^^^^^^^ names from parent modules are not accessible without an explicit import Nov 18 09:37:43.332 INFO [stderr] | Nov 18 09:37:43.332 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 18 09:37:43.332 INFO [stderr] = note: for more information, see issue #50504 Nov 18 09:37:43.332 INFO [stderr] Nov 18 09:37:43.332 INFO [stderr] warning: cannot find type `Token` in this scope Nov 18 09:37:43.332 INFO [stderr] --> src/models.rs:21:17 Nov 18 09:37:43.332 INFO [stderr] | Nov 18 09:37:43.332 INFO [stderr] 21 | #[derive(Debug, Queryable, Serialize, Insertable, Deserialize, Associations, Identifiable)] Nov 18 09:37:43.332 INFO [stderr] | ^^^^^^^^^ names from parent modules are not accessible without an explicit import Nov 18 09:37:43.332 INFO [stderr] | Nov 18 09:37:43.332 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 18 09:37:43.332 INFO [stderr] = note: for more information, see issue #50504 Nov 18 09:37:43.332 INFO [stderr] Nov 18 09:37:43.332 INFO [stderr] warning: cannot find type `tokens` in this scope Nov 18 09:37:43.332 INFO [stderr] --> src/models.rs:21:39 Nov 18 09:37:43.332 INFO [stderr] | Nov 18 09:37:43.332 INFO [stderr] 21 | #[derive(Debug, Queryable, Serialize, Insertable, Deserialize, Associations, Identifiable)] Nov 18 09:37:43.332 INFO [stderr] | ^^^^^^^^^^ names from parent modules are not accessible without an explicit import Nov 18 09:37:43.332 INFO [stderr] | Nov 18 09:37:43.332 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 18 09:37:43.332 INFO [stderr] = note: for more information, see issue #50504 Nov 18 09:37:43.332 INFO [stderr] Nov 18 09:37:43.332 INFO [stderr] warning: cannot find type `Token` in this scope Nov 18 09:37:43.332 INFO [stderr] --> src/models.rs:21:39 Nov 18 09:37:43.332 INFO [stderr] | Nov 18 09:37:43.332 INFO [stderr] 21 | #[derive(Debug, Queryable, Serialize, Insertable, Deserialize, Associations, Identifiable)] Nov 18 09:37:43.332 INFO [stderr] | ^^^^^^^^^^ names from parent modules are not accessible without an explicit import Nov 18 09:37:43.332 INFO [stderr] | Nov 18 09:37:43.332 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 18 09:37:43.332 INFO [stderr] = note: for more information, see issue #50504 Nov 18 09:37:43.332 INFO [stderr] Nov 18 09:37:43.332 INFO [stderr] warning: cannot find type `User` in this scope Nov 18 09:37:43.332 INFO [stderr] --> src/models.rs:21:64 Nov 18 09:37:43.332 INFO [stderr] | Nov 18 09:37:43.332 INFO [stderr] 21 | #[derive(Debug, Queryable, Serialize, Insertable, Deserialize, Associations, Identifiable)] Nov 18 09:37:43.332 INFO [stderr] | ^^^^^^^^^^^^ names from parent modules are not accessible without an explicit import Nov 18 09:37:43.332 INFO [stderr] | Nov 18 09:37:43.332 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 18 09:37:43.332 INFO [stderr] = note: for more information, see issue #50504 Nov 18 09:37:43.332 INFO [stderr] Nov 18 09:37:43.332 INFO [stderr] warning: cannot find type `Token` in this scope Nov 18 09:37:43.332 INFO [stderr] --> src/models.rs:21:64 Nov 18 09:37:43.332 INFO [stderr] | Nov 18 09:37:43.332 INFO [stderr] 21 | #[derive(Debug, Queryable, Serialize, Insertable, Deserialize, Associations, Identifiable)] Nov 18 09:37:43.332 INFO [stderr] | ^^^^^^^^^^^^ names from parent modules are not accessible without an explicit import Nov 18 09:37:43.332 INFO [stderr] | Nov 18 09:37:43.332 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 18 09:37:43.332 INFO [stderr] = note: for more information, see issue #50504 Nov 18 09:37:43.332 INFO [stderr] Nov 18 09:37:43.332 INFO [stderr] warning: cannot find type `tokens` in this scope Nov 18 09:37:43.332 INFO [stderr] --> src/models.rs:21:64 Nov 18 09:37:43.332 INFO [stderr] | Nov 18 09:37:43.332 INFO [stderr] 21 | #[derive(Debug, Queryable, Serialize, Insertable, Deserialize, Associations, Identifiable)] Nov 18 09:37:43.333 INFO [stderr] | ^^^^^^^^^^^^ names from parent modules are not accessible without an explicit import Nov 18 09:37:43.333 INFO [stderr] | Nov 18 09:37:43.333 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 18 09:37:43.333 INFO [stderr] = note: for more information, see issue #50504 Nov 18 09:37:43.333 INFO [stderr] Nov 18 09:37:43.333 INFO [stderr] warning: cannot find type `Token` in this scope Nov 18 09:37:43.333 INFO [stderr] --> src/models.rs:21:78 Nov 18 09:37:43.333 INFO [stderr] | Nov 18 09:37:43.333 INFO [stderr] 21 | #[derive(Debug, Queryable, Serialize, Insertable, Deserialize, Associations, Identifiable)] Nov 18 09:37:43.333 INFO [stderr] | ^^^^^^^^^^^^ names from parent modules are not accessible without an explicit import Nov 18 09:37:43.333 INFO [stderr] | Nov 18 09:37:43.333 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 18 09:37:43.333 INFO [stderr] = note: for more information, see issue #50504 Nov 18 09:37:43.333 INFO [stderr] Nov 18 09:37:43.333 INFO [stderr] warning: cannot find type `tokens` in this scope Nov 18 09:37:43.333 INFO [stderr] --> src/models.rs:21:78 Nov 18 09:37:43.333 INFO [stderr] | Nov 18 09:37:43.333 INFO [stderr] 21 | #[derive(Debug, Queryable, Serialize, Insertable, Deserialize, Associations, Identifiable)] Nov 18 09:37:43.333 INFO [stderr] | ^^^^^^^^^^^^ names from parent modules are not accessible without an explicit import Nov 18 09:37:43.333 INFO [stderr] | Nov 18 09:37:43.333 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 18 09:37:43.333 INFO [stderr] = note: for more information, see issue #50504 Nov 18 09:37:43.333 INFO [stderr] Nov 18 09:37:43.349 INFO [stderr] warning: cannot find type `table` in this scope Nov 18 09:37:43.349 INFO [stderr] --> <::diesel::macros::table_body macros>:165:33 Nov 18 09:37:43.349 INFO [stderr] | Nov 18 09:37:43.349 INFO [stderr] 165 | derive ( Debug , Clone , Copy , QueryId ) ] /// The actual table struct Nov 18 09:37:43.349 INFO [stderr] | ^^^^^^^ names from parent modules are not accessible without an explicit import Nov 18 09:37:43.349 INFO [stderr] | Nov 18 09:37:43.349 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 18 09:37:43.349 INFO [stderr] = note: for more information, see issue #50504 Nov 18 09:37:43.349 INFO [stderr] Nov 18 09:37:43.349 INFO [stderr] warning: cannot find type `token` in this scope Nov 18 09:37:43.349 INFO [stderr] --> <::diesel::macros::__diesel_column macros>:5:33 Nov 18 09:37:43.349 INFO [stderr] | Nov 18 09:37:43.349 INFO [stderr] 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Nov 18 09:37:43.349 INFO [stderr] | ^^^^^^^ names from parent modules are not accessible without an explicit import Nov 18 09:37:43.349 INFO [stderr] | Nov 18 09:37:43.349 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 18 09:37:43.349 INFO [stderr] = note: for more information, see issue #50504 Nov 18 09:37:43.349 INFO [stderr] Nov 18 09:37:43.349 INFO [stderr] warning: cannot find type `user_id` in this scope Nov 18 09:37:43.349 INFO [stderr] --> <::diesel::macros::__diesel_column macros>:5:33 Nov 18 09:37:43.349 INFO [stderr] | Nov 18 09:37:43.349 INFO [stderr] 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Nov 18 09:37:43.349 INFO [stderr] | ^^^^^^^ names from parent modules are not accessible without an explicit import Nov 18 09:37:43.349 INFO [stderr] | Nov 18 09:37:43.349 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 18 09:37:43.349 INFO [stderr] = note: for more information, see issue #50504 Nov 18 09:37:43.349 INFO [stderr] Nov 18 09:37:43.349 INFO [stderr] warning: cannot find type `id` in this scope Nov 18 09:37:43.349 INFO [stderr] --> <::diesel::macros::__diesel_column macros>:5:33 Nov 18 09:37:43.349 INFO [stderr] | Nov 18 09:37:43.349 INFO [stderr] 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Nov 18 09:37:43.349 INFO [stderr] | ^^^^^^^ names from parent modules are not accessible without an explicit import Nov 18 09:37:43.349 INFO [stderr] | Nov 18 09:37:43.349 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 18 09:37:43.349 INFO [stderr] = note: for more information, see issue #50504 Nov 18 09:37:43.349 INFO [stderr] Nov 18 09:37:43.349 INFO [stderr] warning: cannot find type `email` in this scope Nov 18 09:37:43.349 INFO [stderr] --> <::diesel::macros::__diesel_column macros>:5:33 Nov 18 09:37:43.349 INFO [stderr] | Nov 18 09:37:43.349 INFO [stderr] 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Nov 18 09:37:43.349 INFO [stderr] | ^^^^^^^ names from parent modules are not accessible without an explicit import Nov 18 09:37:43.349 INFO [stderr] | Nov 18 09:37:43.349 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 18 09:37:43.349 INFO [stderr] = note: for more information, see issue #50504 Nov 18 09:37:43.349 INFO [stderr] Nov 18 09:37:43.349 INFO [stderr] warning: cannot find type `password` in this scope Nov 18 09:37:43.349 INFO [stderr] --> <::diesel::macros::__diesel_column macros>:5:33 Nov 18 09:37:43.349 INFO [stderr] | Nov 18 09:37:43.349 INFO [stderr] 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Nov 18 09:37:43.349 INFO [stderr] | ^^^^^^^ names from parent modules are not accessible without an explicit import Nov 18 09:37:43.349 INFO [stderr] | Nov 18 09:37:43.349 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 18 09:37:43.349 INFO [stderr] = note: for more information, see issue #50504 Nov 18 09:37:43.349 INFO [stderr] Nov 18 09:38:15.152 INFO [stderr] Finished dev [unoptimized + debuginfo] target(s) in 2m 29s Nov 18 09:38:15.172 INFO [stderr] su: No module specific data is present Nov 18 09:38:15.472 INFO running `"docker" "inspect" "9eda1b1123097c291a44359d48bc0019daee518ca4071eee99cd51d42cdb2e13"` Nov 18 09:38:15.602 INFO running `"docker" "rm" "-f" "9eda1b1123097c291a44359d48bc0019daee518ca4071eee99cd51d42cdb2e13"` Nov 18 09:38:15.741 INFO [stdout] 9eda1b1123097c291a44359d48bc0019daee518ca4071eee99cd51d42cdb2e13 Nov 18 09:38:15.744 INFO running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/pr-55982/worker-3/try#2e026d6e5d7621634147ad4c8074f1d964dbb1be:/target:rw,Z" "-v" "/mnt/big/crater/work/local/test-source/worker-3/pr-55982/try#2e026d6e5d7621634147ad4c8074f1d964dbb1be:/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 +2e026d6e5d7621634147ad4c8074f1d964dbb1be-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"` Nov 18 09:38:15.960 INFO [stdout] dabcde1326ffc34a52a0a576311ff482fb108d3aaec4b72daf0b390ed286cf40 Nov 18 09:38:15.964 INFO running `"docker" "start" "-a" "dabcde1326ffc34a52a0a576311ff482fb108d3aaec4b72daf0b390ed286cf40"` Nov 18 09:38:16.533 INFO [stderr] usermod: no changes Nov 18 09:38:16.907 INFO [stderr] Compiling howtocards v0.1.3 (/source) Nov 18 09:38:27.532 INFO [stderr] warning: cannot find type `User` in this scope Nov 18 09:38:27.532 INFO [stderr] --> src/models.rs:7:10 Nov 18 09:38:27.532 INFO [stderr] | Nov 18 09:38:27.532 INFO [stderr] 7 | #[derive(Queryable, Serialize, Deserialize, Associations, Identifiable, Debug)] Nov 18 09:38:27.532 INFO [stderr] | ^^^^^^^^^ names from parent modules are not accessible without an explicit import Nov 18 09:38:27.532 INFO [stderr] | Nov 18 09:38:27.532 INFO [stderr] = note: #[warn(proc_macro_derive_resolution_fallback)] on by default Nov 18 09:38:27.532 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 18 09:38:27.532 INFO [stderr] = note: for more information, see issue #50504 Nov 18 09:38:27.532 INFO [stderr] Nov 18 09:38:27.532 INFO [stderr] warning: cannot find type `User` in this scope Nov 18 09:38:27.532 INFO [stderr] --> src/models.rs:7:59 Nov 18 09:38:27.532 INFO [stderr] | Nov 18 09:38:27.532 INFO [stderr] 7 | #[derive(Queryable, Serialize, Deserialize, Associations, Identifiable, Debug)] Nov 18 09:38:27.532 INFO [stderr] | ^^^^^^^^^^^^ names from parent modules are not accessible without an explicit import Nov 18 09:38:27.532 INFO [stderr] | Nov 18 09:38:27.532 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 18 09:38:27.532 INFO [stderr] = note: for more information, see issue #50504 Nov 18 09:38:27.532 INFO [stderr] Nov 18 09:38:27.532 INFO [stderr] warning: cannot find type `users` in this scope Nov 18 09:38:27.532 INFO [stderr] --> src/models.rs:7:59 Nov 18 09:38:27.532 INFO [stderr] | Nov 18 09:38:27.532 INFO [stderr] 7 | #[derive(Queryable, Serialize, Deserialize, Associations, Identifiable, Debug)] Nov 18 09:38:27.532 INFO [stderr] | ^^^^^^^^^^^^ names from parent modules are not accessible without an explicit import Nov 18 09:38:27.532 INFO [stderr] | Nov 18 09:38:27.532 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 18 09:38:27.532 INFO [stderr] = note: for more information, see issue #50504 Nov 18 09:38:27.532 INFO [stderr] Nov 18 09:38:27.532 INFO [stderr] warning: cannot find type `users` in this scope Nov 18 09:38:27.532 INFO [stderr] --> src/models.rs:14:23 Nov 18 09:38:27.532 INFO [stderr] | Nov 18 09:38:27.532 INFO [stderr] 14 | #[derive(Deserialize, Insertable, Queryable)] Nov 18 09:38:27.532 INFO [stderr] | ^^^^^^^^^^ names from parent modules are not accessible without an explicit import Nov 18 09:38:27.532 INFO [stderr] | Nov 18 09:38:27.532 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 18 09:38:27.532 INFO [stderr] = note: for more information, see issue #50504 Nov 18 09:38:27.532 INFO [stderr] Nov 18 09:38:27.532 INFO [stderr] warning: cannot find type `UserNew` in this scope Nov 18 09:38:27.532 INFO [stderr] --> src/models.rs:14:23 Nov 18 09:38:27.532 INFO [stderr] | Nov 18 09:38:27.532 INFO [stderr] 14 | #[derive(Deserialize, Insertable, Queryable)] Nov 18 09:38:27.532 INFO [stderr] | ^^^^^^^^^^ names from parent modules are not accessible without an explicit import Nov 18 09:38:27.532 INFO [stderr] | Nov 18 09:38:27.532 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 18 09:38:27.532 INFO [stderr] = note: for more information, see issue #50504 Nov 18 09:38:27.532 INFO [stderr] Nov 18 09:38:27.532 INFO [stderr] warning: cannot find type `UserNew` in this scope Nov 18 09:38:27.532 INFO [stderr] --> src/models.rs:14:35 Nov 18 09:38:27.532 INFO [stderr] | Nov 18 09:38:27.532 INFO [stderr] 14 | #[derive(Deserialize, Insertable, Queryable)] Nov 18 09:38:27.532 INFO [stderr] | ^^^^^^^^^ names from parent modules are not accessible without an explicit import Nov 18 09:38:27.532 INFO [stderr] | Nov 18 09:38:27.532 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 18 09:38:27.532 INFO [stderr] = note: for more information, see issue #50504 Nov 18 09:38:27.532 INFO [stderr] Nov 18 09:38:27.532 INFO [stderr] warning: cannot find type `Token` in this scope Nov 18 09:38:27.532 INFO [stderr] --> src/models.rs:21:17 Nov 18 09:38:27.532 INFO [stderr] | Nov 18 09:38:27.532 INFO [stderr] 21 | #[derive(Debug, Queryable, Serialize, Insertable, Deserialize, Associations, Identifiable)] Nov 18 09:38:27.533 INFO [stderr] | ^^^^^^^^^ names from parent modules are not accessible without an explicit import Nov 18 09:38:27.533 INFO [stderr] | Nov 18 09:38:27.533 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 18 09:38:27.533 INFO [stderr] = note: for more information, see issue #50504 Nov 18 09:38:27.533 INFO [stderr] Nov 18 09:38:27.547 INFO [stderr] warning: cannot find type `tokens` in this scope Nov 18 09:38:27.547 INFO [stderr] --> src/models.rs:21:39 Nov 18 09:38:27.547 INFO [stderr] | Nov 18 09:38:27.547 INFO [stderr] 21 | #[derive(Debug, Queryable, Serialize, Insertable, Deserialize, Associations, Identifiable)] Nov 18 09:38:27.547 INFO [stderr] | ^^^^^^^^^^ names from parent modules are not accessible without an explicit import Nov 18 09:38:27.547 INFO [stderr] | Nov 18 09:38:27.547 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 18 09:38:27.547 INFO [stderr] = note: for more information, see issue #50504 Nov 18 09:38:27.547 INFO [stderr] Nov 18 09:38:27.547 INFO [stderr] warning: cannot find type `Token` in this scope Nov 18 09:38:27.547 INFO [stderr] --> src/models.rs:21:39 Nov 18 09:38:27.547 INFO [stderr] | Nov 18 09:38:27.548 INFO [stderr] 21 | #[derive(Debug, Queryable, Serialize, Insertable, Deserialize, Associations, Identifiable)] Nov 18 09:38:27.548 INFO [stderr] | ^^^^^^^^^^ names from parent modules are not accessible without an explicit import Nov 18 09:38:27.548 INFO [stderr] | Nov 18 09:38:27.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! Nov 18 09:38:27.548 INFO [stderr] = note: for more information, see issue #50504 Nov 18 09:38:27.548 INFO [stderr] Nov 18 09:38:27.548 INFO [stderr] warning: cannot find type `User` in this scope Nov 18 09:38:27.548 INFO [stderr] --> src/models.rs:21:64 Nov 18 09:38:27.548 INFO [stderr] | Nov 18 09:38:27.548 INFO [stderr] 21 | #[derive(Debug, Queryable, Serialize, Insertable, Deserialize, Associations, Identifiable)] Nov 18 09:38:27.548 INFO [stderr] | ^^^^^^^^^^^^ names from parent modules are not accessible without an explicit import Nov 18 09:38:27.548 INFO [stderr] | Nov 18 09:38:27.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! Nov 18 09:38:27.548 INFO [stderr] = note: for more information, see issue #50504 Nov 18 09:38:27.548 INFO [stderr] Nov 18 09:38:27.548 INFO [stderr] warning: cannot find type `Token` in this scope Nov 18 09:38:27.548 INFO [stderr] --> src/models.rs:21:64 Nov 18 09:38:27.548 INFO [stderr] | Nov 18 09:38:27.548 INFO [stderr] 21 | #[derive(Debug, Queryable, Serialize, Insertable, Deserialize, Associations, Identifiable)] Nov 18 09:38:27.548 INFO [stderr] | ^^^^^^^^^^^^ names from parent modules are not accessible without an explicit import Nov 18 09:38:27.548 INFO [stderr] | Nov 18 09:38:27.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! Nov 18 09:38:27.548 INFO [stderr] = note: for more information, see issue #50504 Nov 18 09:38:27.548 INFO [stderr] Nov 18 09:38:27.548 INFO [stderr] warning: cannot find type `tokens` in this scope Nov 18 09:38:27.548 INFO [stderr] --> src/models.rs:21:64 Nov 18 09:38:27.548 INFO [stderr] | Nov 18 09:38:27.548 INFO [stderr] 21 | #[derive(Debug, Queryable, Serialize, Insertable, Deserialize, Associations, Identifiable)] Nov 18 09:38:27.548 INFO [stderr] | ^^^^^^^^^^^^ names from parent modules are not accessible without an explicit import Nov 18 09:38:27.548 INFO [stderr] | Nov 18 09:38:27.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! Nov 18 09:38:27.548 INFO [stderr] = note: for more information, see issue #50504 Nov 18 09:38:27.548 INFO [stderr] Nov 18 09:38:27.548 INFO [stderr] warning: cannot find type `Token` in this scope Nov 18 09:38:27.548 INFO [stderr] --> src/models.rs:21:78 Nov 18 09:38:27.548 INFO [stderr] | Nov 18 09:38:27.548 INFO [stderr] 21 | #[derive(Debug, Queryable, Serialize, Insertable, Deserialize, Associations, Identifiable)] Nov 18 09:38:27.548 INFO [stderr] | ^^^^^^^^^^^^ names from parent modules are not accessible without an explicit import Nov 18 09:38:27.548 INFO [stderr] | Nov 18 09:38:27.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! Nov 18 09:38:27.548 INFO [stderr] = note: for more information, see issue #50504 Nov 18 09:38:27.548 INFO [stderr] Nov 18 09:38:27.548 INFO [stderr] warning: cannot find type `tokens` in this scope Nov 18 09:38:27.548 INFO [stderr] --> src/models.rs:21:78 Nov 18 09:38:27.548 INFO [stderr] | Nov 18 09:38:27.548 INFO [stderr] 21 | #[derive(Debug, Queryable, Serialize, Insertable, Deserialize, Associations, Identifiable)] Nov 18 09:38:27.548 INFO [stderr] | ^^^^^^^^^^^^ names from parent modules are not accessible without an explicit import Nov 18 09:38:27.548 INFO [stderr] | Nov 18 09:38:27.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! Nov 18 09:38:27.548 INFO [stderr] = note: for more information, see issue #50504 Nov 18 09:38:27.548 INFO [stderr] Nov 18 09:38:27.548 INFO [stderr] warning: cannot find type `table` in this scope Nov 18 09:38:27.548 INFO [stderr] --> <::diesel::macros::table_body macros>:165:33 Nov 18 09:38:27.548 INFO [stderr] | Nov 18 09:38:27.548 INFO [stderr] 165 | derive ( Debug , Clone , Copy , QueryId ) ] /// The actual table struct Nov 18 09:38:27.548 INFO [stderr] | ^^^^^^^ names from parent modules are not accessible without an explicit import Nov 18 09:38:27.548 INFO [stderr] | Nov 18 09:38:27.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! Nov 18 09:38:27.548 INFO [stderr] = note: for more information, see issue #50504 Nov 18 09:38:27.548 INFO [stderr] Nov 18 09:38:27.548 INFO [stderr] warning: cannot find type `token` in this scope Nov 18 09:38:27.548 INFO [stderr] --> <::diesel::macros::__diesel_column macros>:5:33 Nov 18 09:38:27.548 INFO [stderr] | Nov 18 09:38:27.548 INFO [stderr] 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Nov 18 09:38:27.548 INFO [stderr] | ^^^^^^^ names from parent modules are not accessible without an explicit import Nov 18 09:38:27.548 INFO [stderr] | Nov 18 09:38:27.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! Nov 18 09:38:27.548 INFO [stderr] = note: for more information, see issue #50504 Nov 18 09:38:27.548 INFO [stderr] Nov 18 09:38:27.548 INFO [stderr] warning: cannot find type `user_id` in this scope Nov 18 09:38:27.548 INFO [stderr] --> <::diesel::macros::__diesel_column macros>:5:33 Nov 18 09:38:27.548 INFO [stderr] | Nov 18 09:38:27.548 INFO [stderr] 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Nov 18 09:38:27.548 INFO [stderr] | ^^^^^^^ names from parent modules are not accessible without an explicit import Nov 18 09:38:27.548 INFO [stderr] | Nov 18 09:38:27.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! Nov 18 09:38:27.548 INFO [stderr] = note: for more information, see issue #50504 Nov 18 09:38:27.548 INFO [stderr] Nov 18 09:38:27.548 INFO [stderr] warning: cannot find type `id` in this scope Nov 18 09:38:27.548 INFO [stderr] --> <::diesel::macros::__diesel_column macros>:5:33 Nov 18 09:38:27.548 INFO [stderr] | Nov 18 09:38:27.549 INFO [stderr] 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Nov 18 09:38:27.549 INFO [stderr] | ^^^^^^^ names from parent modules are not accessible without an explicit import Nov 18 09:38:27.549 INFO [stderr] | Nov 18 09:38:27.549 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 18 09:38:27.549 INFO [stderr] = note: for more information, see issue #50504 Nov 18 09:38:27.549 INFO [stderr] Nov 18 09:38:27.549 INFO [stderr] warning: cannot find type `email` in this scope Nov 18 09:38:27.549 INFO [stderr] --> <::diesel::macros::__diesel_column macros>:5:33 Nov 18 09:38:27.549 INFO [stderr] | Nov 18 09:38:27.549 INFO [stderr] 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Nov 18 09:38:27.549 INFO [stderr] | ^^^^^^^ names from parent modules are not accessible without an explicit import Nov 18 09:38:27.549 INFO [stderr] | Nov 18 09:38:27.549 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 18 09:38:27.549 INFO [stderr] = note: for more information, see issue #50504 Nov 18 09:38:27.549 INFO [stderr] Nov 18 09:38:27.549 INFO [stderr] warning: cannot find type `password` in this scope Nov 18 09:38:27.549 INFO [stderr] --> <::diesel::macros::__diesel_column macros>:5:33 Nov 18 09:38:27.549 INFO [stderr] | Nov 18 09:38:27.549 INFO [stderr] 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Nov 18 09:38:27.549 INFO [stderr] | ^^^^^^^ names from parent modules are not accessible without an explicit import Nov 18 09:38:27.549 INFO [stderr] | Nov 18 09:38:27.549 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 18 09:38:27.549 INFO [stderr] = note: for more information, see issue #50504 Nov 18 09:38:27.549 INFO [stderr] Nov 18 09:38:33.110 INFO [stderr] Finished dev [unoptimized + debuginfo] target(s) in 16.56s Nov 18 09:38:33.171 INFO [stderr] su: No module specific data is present Nov 18 09:38:34.145 INFO running `"docker" "inspect" "dabcde1326ffc34a52a0a576311ff482fb108d3aaec4b72daf0b390ed286cf40"` Nov 18 09:38:34.451 INFO running `"docker" "rm" "-f" "dabcde1326ffc34a52a0a576311ff482fb108d3aaec4b72daf0b390ed286cf40"` Nov 18 09:38:34.755 INFO [stdout] dabcde1326ffc34a52a0a576311ff482fb108d3aaec4b72daf0b390ed286cf40 Nov 18 09:38:34.757 INFO running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/pr-55982/worker-3/try#2e026d6e5d7621634147ad4c8074f1d964dbb1be:/target:rw,Z" "-v" "/mnt/big/crater/work/local/test-source/worker-3/pr-55982/try#2e026d6e5d7621634147ad4c8074f1d964dbb1be:/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 +2e026d6e5d7621634147ad4c8074f1d964dbb1be-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"` Nov 18 09:38:35.209 INFO [stdout] 09b4219fe07c66cd4906f8ef7f935566a519c96f0598f8e9f180f499343538b8 Nov 18 09:38:35.211 INFO running `"docker" "start" "-a" "09b4219fe07c66cd4906f8ef7f935566a519c96f0598f8e9f180f499343538b8"` Nov 18 09:38:37.239 INFO [stderr] usermod: no changes Nov 18 09:38:37.577 INFO [stderr] Finished dev [unoptimized + debuginfo] target(s) in 0.31s Nov 18 09:38:37.610 INFO [stderr] Running /target/debug/deps/howtocards-b25fe264de38dde7 Nov 18 09:38:37.617 INFO [stdout] Nov 18 09:38:37.617 INFO [stdout] running 4 tests Nov 18 09:38:37.617 INFO [stdout] test hasher::test::hash_string_should_get_equal_results_for_equal_input ... ok Nov 18 09:38:37.617 INFO [stdout] test hasher::test::hash_string_should_get_different_results_for_different_input ... ok Nov 18 09:38:37.623 INFO [stdout] test db::token::test::create_token_returns_different_tokens ... ok Nov 18 09:38:37.623 INFO [stdout] test hasher::test::hash_password_use_hash_string ... ok Nov 18 09:38:37.623 INFO [stdout] Nov 18 09:38:37.623 INFO [stdout] test result: ok. 4 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Nov 18 09:38:37.623 INFO [stdout] Nov 18 09:38:37.623 INFO [stderr] Running /target/debug/deps/howtocards_server-52774ef12fb13549 Nov 18 09:38:37.632 INFO [stdout] Nov 18 09:38:37.632 INFO [stdout] running 0 tests Nov 18 09:38:37.632 INFO [stdout] Nov 18 09:38:37.632 INFO [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Nov 18 09:38:37.632 INFO [stdout] Nov 18 09:38:37.634 INFO [stderr] Doc-tests howtocards Nov 18 09:38:56.091 INFO [stdout] Nov 18 09:38:56.091 INFO [stdout] running 4 tests Nov 18 09:39:35.907 INFO [stdout] test src/auth.rs - auth::Auth (line 67) ... ok Nov 18 09:39:37.059 INFO [stdout] test src/prelude.rs - prelude::ResultExt::or_err (line 11) ... ok Nov 18 09:39:37.697 INFO [stdout] test src/auth.rs - auth::AuthOptional (line 105) ... ok Nov 18 09:39:43.124 INFO [stdout] test src/hasher.rs - hasher::hash_string (line 10) ... ok Nov 18 09:39:43.124 INFO [stdout] Nov 18 09:39:43.124 INFO [stdout] test result: ok. 4 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Nov 18 09:39:43.124 INFO [stdout] Nov 18 09:39:43.157 INFO [stderr] su: No module specific data is present Nov 18 09:39:43.576 INFO running `"docker" "inspect" "09b4219fe07c66cd4906f8ef7f935566a519c96f0598f8e9f180f499343538b8"` Nov 18 09:39:43.679 INFO running `"docker" "rm" "-f" "09b4219fe07c66cd4906f8ef7f935566a519c96f0598f8e9f180f499343538b8"` Nov 18 09:39:43.783 INFO [stdout] 09b4219fe07c66cd4906f8ef7f935566a519c96f0598f8e9f180f499343538b8