Nov 29 18:40:49.086 INFO checking scottshotgg/simple-rest-rust against master#a49316ddc99d9d595193557fc899f6c52e4d9af9 for pr-56323 Nov 29 18:40:49.086 INFO running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/pr-56323/worker-4/master#a49316ddc99d9d595193557fc899f6c52e4d9af9:/target:rw,Z" "-v" "/mnt/big/crater/work/local/test-source/worker-4/pr-56323/master#a49316ddc99d9d595193557fc899f6c52e4d9af9:/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 +a49316ddc99d9d595193557fc899f6c52e4d9af9-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 29 18:40:49.586 INFO [stdout] 611a27abf235e161607bea188c036930f38ba77af461f324eb452a12135f4bb1 Nov 29 18:40:49.592 INFO running `"docker" "start" "-a" "611a27abf235e161607bea188c036930f38ba77af461f324eb452a12135f4bb1"` Nov 29 18:40:51.344 INFO [stderr] usermod: no changes Nov 29 18:40:51.748 INFO [stderr] Compiling ucd-util v0.1.1 Nov 29 18:40:51.751 INFO [stderr] Compiling utf8-ranges v1.0.1 Nov 29 18:40:51.751 INFO [stderr] Compiling itoa v0.4.3 Nov 29 18:40:51.751 INFO [stderr] Compiling crossbeam-utils v0.2.2 Nov 29 18:40:51.751 INFO [stderr] Compiling log v0.4.5 Nov 29 18:40:51.753 INFO [stderr] Compiling isatty v0.1.9 Nov 29 18:40:51.774 INFO [stderr] Compiling ryu v0.2.6 Nov 29 18:40:53.288 INFO [stderr] Compiling syn v0.11.11 Nov 29 18:40:54.537 INFO [stderr] Compiling memchr v2.1.0 Nov 29 18:40:54.588 INFO [stderr] Compiling diesel v0.16.0 Nov 29 18:40:56.572 INFO [stderr] Checking log v0.3.9 Nov 29 18:40:56.633 INFO [stderr] Checking r2d2 v0.8.2 Nov 29 18:40:56.637 INFO [stderr] Compiling thread_local v0.3.6 Nov 29 18:40:56.677 INFO [stderr] Compiling syn v0.15.13 Nov 29 18:40:56.792 INFO [stderr] Compiling crossbeam-epoch v0.3.1 Nov 29 18:40:59.083 INFO [stderr] Checking regex v0.2.11 Nov 29 18:41:03.212 INFO [stderr] Compiling regex-syntax v0.5.6 Nov 29 18:41:03.214 INFO [stderr] Checking diesel v1.3.3 Nov 29 18:41:03.381 INFO [stderr] Checking mime v0.2.6 Nov 29 18:41:03.488 INFO [stderr] Compiling aho-corasick v0.6.8 Nov 29 18:41:10.018 INFO [stderr] Checking postgres-protocol v0.3.2 Nov 29 18:41:15.634 INFO [stderr] Compiling crossbeam-deque v0.2.0 Nov 29 18:41:22.789 INFO [stderr] Checking hyper v0.10.13 Nov 29 18:41:23.308 INFO [stderr] Checking dotenv v0.9.0 Nov 29 18:41:23.669 INFO [stderr] Checking postgres-shared v0.4.2 Nov 29 18:41:26.462 INFO [stderr] Compiling rayon-core v1.4.1 Nov 29 18:41:54.044 INFO [stderr] Checking postgres v0.15.2 Nov 29 18:41:54.736 INFO [stderr] Compiling rayon v0.7.1 Nov 29 18:42:06.489 INFO [stderr] Compiling serde_derive v1.0.80 Nov 29 18:42:09.834 INFO [stderr] Compiling diesel_infer_schema v0.16.0 Nov 29 18:42:10.128 INFO [stderr] Compiling ring v0.11.0 Nov 29 18:42:43.478 INFO [stderr] Checking cookie v0.9.2 Nov 29 18:43:01.816 INFO [stderr] Checking serde v1.0.80 Nov 29 18:43:21.516 INFO [stderr] Checking toml v0.4.8 Nov 29 18:43:21.516 INFO [stderr] Checking serde_json v1.0.32 Nov 29 18:43:26.224 INFO [stderr] Checking rocket v0.3.17 Nov 29 18:43:33.004 INFO [stderr] Checking rocket_contrib v0.3.17 Nov 29 18:43:34.260 INFO [stderr] Checking r2d2-diesel v1.0.0 Nov 29 18:43:37.312 INFO [stderr] Compiling diesel_codegen v0.16.1 Nov 29 18:43:51.651 INFO [stderr] Compiling rocket_codegen v0.3.17 Nov 29 18:44:06.211 INFO [stderr] Checking simple-rest v0.1.0 (/source) Nov 29 18:44:08.152 INFO [stderr] warning: unused import: `std::clone::Clone` Nov 29 18:44:08.152 INFO [stderr] --> src/main.rs:14:5 Nov 29 18:44:08.153 INFO [stderr] | Nov 29 18:44:08.153 INFO [stderr] 14 | use std::clone::Clone; Nov 29 18:44:08.153 INFO [stderr] | ^^^^^^^^^^^^^^^^^ Nov 29 18:44:08.153 INFO [stderr] | Nov 29 18:44:08.153 INFO [stderr] = note: #[warn(unused_imports)] on by default Nov 29 18:44:08.153 INFO [stderr] Nov 29 18:44:08.153 INFO [stderr] warning: cannot find type `User` in this scope Nov 29 18:44:08.153 INFO [stderr] --> src/models/mod.rs:3:48 Nov 29 18:44:08.153 INFO [stderr] | Nov 29 18:44:08.153 INFO [stderr] 3 | #[derive(Clone, Debug, Serialize, Deserialize, Queryable, Insertable)] Nov 29 18:44:08.153 INFO [stderr] | ^^^^^^^^^ names from parent modules are not accessible without an explicit import Nov 29 18:44:08.153 INFO [stderr] | Nov 29 18:44:08.153 INFO [stderr] = note: #[warn(proc_macro_derive_resolution_fallback)] on by default Nov 29 18:44:08.153 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 29 18:44:08.153 INFO [stderr] = note: for more information, see issue #50504 Nov 29 18:44:08.153 INFO [stderr] Nov 29 18:44:08.153 INFO [stderr] warning: cannot find type `users` in this scope Nov 29 18:44:08.156 INFO [stderr] --> src/models/mod.rs:3:59 Nov 29 18:44:08.156 INFO [stderr] | Nov 29 18:44:08.156 INFO [stderr] 3 | #[derive(Clone, Debug, Serialize, Deserialize, Queryable, Insertable)] Nov 29 18:44:08.156 INFO [stderr] | ^^^^^^^^^^ names from parent modules are not accessible without an explicit import Nov 29 18:44:08.156 INFO [stderr] | Nov 29 18:44:08.156 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 29 18:44:08.156 INFO [stderr] = note: for more information, see issue #50504 Nov 29 18:44:08.156 INFO [stderr] Nov 29 18:44:08.156 INFO [stderr] warning: cannot find type `User` in this scope Nov 29 18:44:08.156 INFO [stderr] --> src/models/mod.rs:3:59 Nov 29 18:44:08.156 INFO [stderr] | Nov 29 18:44:08.156 INFO [stderr] 3 | #[derive(Clone, Debug, Serialize, Deserialize, Queryable, Insertable)] Nov 29 18:44:08.156 INFO [stderr] | ^^^^^^^^^^ names from parent modules are not accessible without an explicit import Nov 29 18:44:08.156 INFO [stderr] | Nov 29 18:44:08.156 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 29 18:44:08.156 INFO [stderr] = note: for more information, see issue #50504 Nov 29 18:44:08.156 INFO [stderr] Nov 29 18:44:08.161 INFO [stderr] warning: cannot find type `Address` in this scope Nov 29 18:44:08.164 INFO [stderr] --> src/models/mod.rs:19:41 Nov 29 18:44:08.164 INFO [stderr] | Nov 29 18:44:08.164 INFO [stderr] 19 | #[derive(Debug, Serialize, Deserialize, Queryable)] Nov 29 18:44:08.164 INFO [stderr] | ^^^^^^^^^ names from parent modules are not accessible without an explicit import Nov 29 18:44:08.164 INFO [stderr] | Nov 29 18:44:08.164 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 29 18:44:08.164 INFO [stderr] = note: for more information, see issue #50504 Nov 29 18:44:08.164 INFO [stderr] Nov 29 18:44:08.165 INFO [stderr] warning: cannot find type `table` in this scope Nov 29 18:44:08.165 INFO [stderr] --> <::diesel::macros::table_body macros>:165:33 Nov 29 18:44:08.165 INFO [stderr] | Nov 29 18:44:08.165 INFO [stderr] 165 | derive ( Debug , Clone , Copy , QueryId ) ] /// The actual table struct Nov 29 18:44:08.165 INFO [stderr] | ^^^^^^^ names from parent modules are not accessible without an explicit import Nov 29 18:44:08.165 INFO [stderr] | Nov 29 18:44:08.165 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 29 18:44:08.165 INFO [stderr] = note: for more information, see issue #50504 Nov 29 18:44:08.165 INFO [stderr] Nov 29 18:44:08.165 INFO [stderr] warning: cannot find type `id` in this scope Nov 29 18:44:08.166 INFO [stderr] --> <::diesel::macros::__diesel_column macros>:5:33 Nov 29 18:44:08.166 INFO [stderr] | Nov 29 18:44:08.166 INFO [stderr] 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Nov 29 18:44:08.166 INFO [stderr] | ^^^^^^^ names from parent modules are not accessible without an explicit import Nov 29 18:44:08.166 INFO [stderr] | Nov 29 18:44:08.166 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 29 18:44:08.166 INFO [stderr] = note: for more information, see issue #50504 Nov 29 18:44:08.166 INFO [stderr] Nov 29 18:44:08.166 INFO [stderr] warning: cannot find type `first_name` in this scope Nov 29 18:44:08.166 INFO [stderr] --> <::diesel::macros::__diesel_column macros>:5:33 Nov 29 18:44:08.166 INFO [stderr] | Nov 29 18:44:08.166 INFO [stderr] 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Nov 29 18:44:08.166 INFO [stderr] | ^^^^^^^ names from parent modules are not accessible without an explicit import Nov 29 18:44:08.166 INFO [stderr] | Nov 29 18:44:08.166 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 29 18:44:08.166 INFO [stderr] = note: for more information, see issue #50504 Nov 29 18:44:08.166 INFO [stderr] Nov 29 18:44:08.166 INFO [stderr] warning: cannot find type `last_name` in this scope Nov 29 18:44:08.166 INFO [stderr] --> <::diesel::macros::__diesel_column macros>:5:33 Nov 29 18:44:08.166 INFO [stderr] | Nov 29 18:44:08.166 INFO [stderr] 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Nov 29 18:44:08.166 INFO [stderr] | ^^^^^^^ names from parent modules are not accessible without an explicit import Nov 29 18:44:08.166 INFO [stderr] | Nov 29 18:44:08.166 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 29 18:44:08.166 INFO [stderr] = note: for more information, see issue #50504 Nov 29 18:44:08.166 INFO [stderr] Nov 29 18:44:08.168 INFO [stderr] warning: cannot find type `age` in this scope Nov 29 18:44:08.168 INFO [stderr] --> <::diesel::macros::__diesel_column macros>:5:33 Nov 29 18:44:08.168 INFO [stderr] | Nov 29 18:44:08.168 INFO [stderr] 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Nov 29 18:44:08.168 INFO [stderr] | ^^^^^^^ names from parent modules are not accessible without an explicit import Nov 29 18:44:08.168 INFO [stderr] | Nov 29 18:44:08.168 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 29 18:44:08.168 INFO [stderr] = note: for more information, see issue #50504 Nov 29 18:44:08.168 INFO [stderr] Nov 29 18:44:08.168 INFO [stderr] warning: cannot find type `hobby` in this scope Nov 29 18:44:08.168 INFO [stderr] --> <::diesel::macros::__diesel_column macros>:5:33 Nov 29 18:44:08.168 INFO [stderr] | Nov 29 18:44:08.168 INFO [stderr] 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Nov 29 18:44:08.168 INFO [stderr] | ^^^^^^^ names from parent modules are not accessible without an explicit import Nov 29 18:44:08.168 INFO [stderr] | Nov 29 18:44:08.168 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 29 18:44:08.168 INFO [stderr] = note: for more information, see issue #50504 Nov 29 18:44:08.168 INFO [stderr] Nov 29 18:44:08.168 INFO [stderr] warning: cannot find type `email` in this scope Nov 29 18:44:08.168 INFO [stderr] --> <::diesel::macros::__diesel_column macros>:5:33 Nov 29 18:44:08.168 INFO [stderr] | Nov 29 18:44:08.168 INFO [stderr] 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Nov 29 18:44:08.168 INFO [stderr] | ^^^^^^^ names from parent modules are not accessible without an explicit import Nov 29 18:44:08.168 INFO [stderr] | Nov 29 18:44:08.168 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 29 18:44:08.168 INFO [stderr] = note: for more information, see issue #50504 Nov 29 18:44:08.168 INFO [stderr] Nov 29 18:44:08.256 INFO [stderr] warning: unused import: `std::clone::Clone` Nov 29 18:44:08.256 INFO [stderr] --> src/main.rs:14:5 Nov 29 18:44:08.256 INFO [stderr] | Nov 29 18:44:08.256 INFO [stderr] 14 | use std::clone::Clone; Nov 29 18:44:08.256 INFO [stderr] | ^^^^^^^^^^^^^^^^^ Nov 29 18:44:08.256 INFO [stderr] | Nov 29 18:44:08.256 INFO [stderr] = note: #[warn(unused_imports)] on by default Nov 29 18:44:08.256 INFO [stderr] Nov 29 18:44:08.258 INFO [stderr] warning: cannot find type `User` in this scope Nov 29 18:44:08.258 INFO [stderr] --> src/models/mod.rs:3:48 Nov 29 18:44:08.258 INFO [stderr] | Nov 29 18:44:08.258 INFO [stderr] 3 | #[derive(Clone, Debug, Serialize, Deserialize, Queryable, Insertable)] Nov 29 18:44:08.258 INFO [stderr] | ^^^^^^^^^ names from parent modules are not accessible without an explicit import Nov 29 18:44:08.258 INFO [stderr] | Nov 29 18:44:08.258 INFO [stderr] = note: #[warn(proc_macro_derive_resolution_fallback)] on by default Nov 29 18:44:08.258 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 29 18:44:08.258 INFO [stderr] = note: for more information, see issue #50504 Nov 29 18:44:08.258 INFO [stderr] Nov 29 18:44:08.258 INFO [stderr] warning: cannot find type `users` in this scope Nov 29 18:44:08.258 INFO [stderr] --> src/models/mod.rs:3:59 Nov 29 18:44:08.258 INFO [stderr] | Nov 29 18:44:08.258 INFO [stderr] 3 | #[derive(Clone, Debug, Serialize, Deserialize, Queryable, Insertable)] Nov 29 18:44:08.258 INFO [stderr] | ^^^^^^^^^^ names from parent modules are not accessible without an explicit import Nov 29 18:44:08.258 INFO [stderr] | Nov 29 18:44:08.258 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 29 18:44:08.258 INFO [stderr] = note: for more information, see issue #50504 Nov 29 18:44:08.258 INFO [stderr] Nov 29 18:44:08.258 INFO [stderr] warning: cannot find type `User` in this scope Nov 29 18:44:08.258 INFO [stderr] --> src/models/mod.rs:3:59 Nov 29 18:44:08.258 INFO [stderr] | Nov 29 18:44:08.258 INFO [stderr] 3 | #[derive(Clone, Debug, Serialize, Deserialize, Queryable, Insertable)] Nov 29 18:44:08.258 INFO [stderr] | ^^^^^^^^^^ names from parent modules are not accessible without an explicit import Nov 29 18:44:08.258 INFO [stderr] | Nov 29 18:44:08.258 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 29 18:44:08.258 INFO [stderr] = note: for more information, see issue #50504 Nov 29 18:44:08.258 INFO [stderr] Nov 29 18:44:08.259 INFO [stderr] warning: cannot find type `Address` in this scope Nov 29 18:44:08.259 INFO [stderr] --> src/models/mod.rs:19:41 Nov 29 18:44:08.259 INFO [stderr] | Nov 29 18:44:08.259 INFO [stderr] 19 | #[derive(Debug, Serialize, Deserialize, Queryable)] Nov 29 18:44:08.259 INFO [stderr] | ^^^^^^^^^ names from parent modules are not accessible without an explicit import Nov 29 18:44:08.259 INFO [stderr] | Nov 29 18:44:08.259 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 29 18:44:08.259 INFO [stderr] = note: for more information, see issue #50504 Nov 29 18:44:08.259 INFO [stderr] Nov 29 18:44:08.260 INFO [stderr] warning: cannot find type `table` in this scope Nov 29 18:44:08.260 INFO [stderr] --> <::diesel::macros::table_body macros>:165:33 Nov 29 18:44:08.260 INFO [stderr] | Nov 29 18:44:08.260 INFO [stderr] 165 | derive ( Debug , Clone , Copy , QueryId ) ] /// The actual table struct Nov 29 18:44:08.260 INFO [stderr] | ^^^^^^^ names from parent modules are not accessible without an explicit import Nov 29 18:44:08.260 INFO [stderr] | Nov 29 18:44:08.260 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 29 18:44:08.260 INFO [stderr] = note: for more information, see issue #50504 Nov 29 18:44:08.260 INFO [stderr] Nov 29 18:44:08.265 INFO [stderr] warning: cannot find type `id` in this scope Nov 29 18:44:08.265 INFO [stderr] --> <::diesel::macros::__diesel_column macros>:5:33 Nov 29 18:44:08.265 INFO [stderr] | Nov 29 18:44:08.266 INFO [stderr] 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Nov 29 18:44:08.266 INFO [stderr] | ^^^^^^^ names from parent modules are not accessible without an explicit import Nov 29 18:44:08.266 INFO [stderr] | Nov 29 18:44:08.266 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 29 18:44:08.266 INFO [stderr] = note: for more information, see issue #50504 Nov 29 18:44:08.266 INFO [stderr] Nov 29 18:44:08.266 INFO [stderr] warning: cannot find type `first_name` in this scope Nov 29 18:44:08.266 INFO [stderr] --> <::diesel::macros::__diesel_column macros>:5:33 Nov 29 18:44:08.266 INFO [stderr] | Nov 29 18:44:08.266 INFO [stderr] 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Nov 29 18:44:08.266 INFO [stderr] | ^^^^^^^ names from parent modules are not accessible without an explicit import Nov 29 18:44:08.266 INFO [stderr] | Nov 29 18:44:08.266 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 29 18:44:08.266 INFO [stderr] = note: for more information, see issue #50504 Nov 29 18:44:08.266 INFO [stderr] Nov 29 18:44:08.266 INFO [stderr] warning: cannot find type `last_name` in this scope Nov 29 18:44:08.266 INFO [stderr] --> <::diesel::macros::__diesel_column macros>:5:33 Nov 29 18:44:08.266 INFO [stderr] | Nov 29 18:44:08.266 INFO [stderr] 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Nov 29 18:44:08.266 INFO [stderr] | ^^^^^^^ names from parent modules are not accessible without an explicit import Nov 29 18:44:08.266 INFO [stderr] | Nov 29 18:44:08.266 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 29 18:44:08.266 INFO [stderr] = note: for more information, see issue #50504 Nov 29 18:44:08.266 INFO [stderr] Nov 29 18:44:08.266 INFO [stderr] warning: cannot find type `age` in this scope Nov 29 18:44:08.266 INFO [stderr] --> <::diesel::macros::__diesel_column macros>:5:33 Nov 29 18:44:08.266 INFO [stderr] | Nov 29 18:44:08.266 INFO [stderr] 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Nov 29 18:44:08.266 INFO [stderr] | ^^^^^^^ names from parent modules are not accessible without an explicit import Nov 29 18:44:08.266 INFO [stderr] | Nov 29 18:44:08.266 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 29 18:44:08.266 INFO [stderr] = note: for more information, see issue #50504 Nov 29 18:44:08.266 INFO [stderr] Nov 29 18:44:08.266 INFO [stderr] warning: cannot find type `hobby` in this scope Nov 29 18:44:08.266 INFO [stderr] --> <::diesel::macros::__diesel_column macros>:5:33 Nov 29 18:44:08.266 INFO [stderr] | Nov 29 18:44:08.266 INFO [stderr] 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Nov 29 18:44:08.266 INFO [stderr] | ^^^^^^^ names from parent modules are not accessible without an explicit import Nov 29 18:44:08.266 INFO [stderr] | Nov 29 18:44:08.266 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 29 18:44:08.266 INFO [stderr] = note: for more information, see issue #50504 Nov 29 18:44:08.266 INFO [stderr] Nov 29 18:44:08.270 INFO [stderr] warning: cannot find type `email` in this scope Nov 29 18:44:08.270 INFO [stderr] --> <::diesel::macros::__diesel_column macros>:5:33 Nov 29 18:44:08.270 INFO [stderr] | Nov 29 18:44:08.270 INFO [stderr] 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Nov 29 18:44:08.270 INFO [stderr] | ^^^^^^^ names from parent modules are not accessible without an explicit import Nov 29 18:44:08.270 INFO [stderr] | Nov 29 18:44:08.270 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 29 18:44:08.270 INFO [stderr] = note: for more information, see issue #50504 Nov 29 18:44:08.270 INFO [stderr] Nov 29 18:44:08.848 INFO [stderr] warning: unused variable: `stmt` Nov 29 18:44:08.848 INFO [stderr] --> src/main.rs:56:9 Nov 29 18:44:08.848 INFO [stderr] | Nov 29 18:44:08.848 INFO [stderr] 56 | let stmt = "INSERT INTO users (id, first_name, last_name, age, hobby, email) VALUES ($1, $2, $3, $4, $5, $6)"; Nov 29 18:44:08.848 INFO [stderr] | ^^^^ help: consider using `_stmt` instead Nov 29 18:44:08.848 INFO [stderr] | Nov 29 18:44:08.848 INFO [stderr] = note: #[warn(unused_variables)] on by default Nov 29 18:44:08.848 INFO [stderr] Nov 29 18:44:08.956 INFO [stderr] warning: unused variable: `stmt` Nov 29 18:44:08.956 INFO [stderr] --> src/main.rs:56:9 Nov 29 18:44:08.956 INFO [stderr] | Nov 29 18:44:08.956 INFO [stderr] 56 | let stmt = "INSERT INTO users (id, first_name, last_name, age, hobby, email) VALUES ($1, $2, $3, $4, $5, $6)"; Nov 29 18:44:08.956 INFO [stderr] | ^^^^ help: consider using `_stmt` instead Nov 29 18:44:08.956 INFO [stderr] | Nov 29 18:44:08.956 INFO [stderr] = note: #[warn(unused_variables)] on by default Nov 29 18:44:08.956 INFO [stderr] Nov 29 18:44:09.296 INFO [stderr] Finished dev [unoptimized + debuginfo] target(s) in 3m 17s Nov 29 18:44:09.316 INFO [stderr] su: No module specific data is present Nov 29 18:44:10.785 INFO running `"docker" "inspect" "611a27abf235e161607bea188c036930f38ba77af461f324eb452a12135f4bb1"` Nov 29 18:44:11.088 INFO running `"docker" "rm" "-f" "611a27abf235e161607bea188c036930f38ba77af461f324eb452a12135f4bb1"` Nov 29 18:44:11.364 INFO [stdout] 611a27abf235e161607bea188c036930f38ba77af461f324eb452a12135f4bb1