Nov 27 20:53:35.909 INFO checking scottshotgg/simple-rest-rust against master#0b9f19dff1347e29bf4362ab5a8fab84b43023b5 for pr-56074 Nov 27 20:53:35.909 INFO running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/pr-56074/worker-4/master#0b9f19dff1347e29bf4362ab5a8fab84b43023b5:/target:rw,Z" "-v" "/mnt/big/crater/work/local/test-source/worker-4/pr-56074/master#0b9f19dff1347e29bf4362ab5a8fab84b43023b5:/source:ro,Z" "-v" "/mnt/big/crater/work/local/cargo-home:/cargo-home:ro,Z" "-v" "/mnt/big/crater/work/local/rustup-home:/rustup-home:ro,Z" "-e" "USER_ID=1000" "-e" "SOURCE_DIR=/source" "-e" "USER_ID=1000" "-e" "CMD=cargo +0b9f19dff1347e29bf4362ab5a8fab84b43023b5-alt check --frozen --all --all-targets" "-e" "CARGO_TARGET_DIR=/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/cargo-home" "-e" "RUSTUP_HOME=/rustup-home" "-m" "1536M" "--network" "none" "crater"` Nov 27 20:53:36.356 INFO [stdout] 76b418ecebca8250b1342057d291ef6c647446dc6c9da317197804c80835bbfc Nov 27 20:53:36.365 INFO running `"docker" "start" "-a" "76b418ecebca8250b1342057d291ef6c647446dc6c9da317197804c80835bbfc"` Nov 27 20:53:37.852 INFO [stderr] usermod: no changes Nov 27 20:53:38.376 INFO [stderr] Compiling log v0.4.5 Nov 27 20:53:38.432 INFO [stderr] Compiling pq-sys v0.4.6 Nov 27 20:53:38.440 INFO [stderr] Compiling syn v0.11.11 Nov 27 20:53:38.441 INFO [stderr] Checking r2d2 v0.8.2 Nov 27 20:53:38.442 INFO [stderr] Compiling memchr v2.1.0 Nov 27 20:53:38.465 INFO [stderr] Checking mime v0.2.6 Nov 27 20:53:38.466 INFO [stderr] Checking diesel v1.3.3 Nov 27 20:53:38.466 INFO [stderr] Checking dotenv v0.9.0 Nov 27 20:53:42.694 INFO [stderr] Checking serde v1.0.80 Nov 27 20:53:42.721 INFO [stderr] Checking postgres-protocol v0.3.2 Nov 27 20:53:42.813 INFO [stderr] Compiling diesel v0.16.0 Nov 27 20:53:43.132 INFO [stderr] Compiling log v0.3.9 Nov 27 20:53:47.812 INFO [stderr] Checking hyper v0.10.13 Nov 27 20:53:47.913 INFO [stderr] Compiling aho-corasick v0.6.8 Nov 27 20:53:55.024 INFO [stderr] Checking postgres-shared v0.4.2 Nov 27 20:53:59.321 INFO [stderr] Compiling regex v0.2.11 Nov 27 20:54:17.772 INFO [stderr] Checking cookie v0.9.2 Nov 27 20:54:54.836 INFO [stderr] Checking postgres v0.15.2 Nov 27 20:54:59.312 INFO [stderr] Checking toml v0.4.8 Nov 27 20:54:59.372 INFO [stderr] Checking serde_json v1.0.32 Nov 27 20:54:59.911 INFO [stderr] Compiling diesel_infer_schema v0.16.0 Nov 27 20:55:14.677 INFO [stderr] Checking rocket v0.3.17 Nov 27 20:55:24.556 INFO [stderr] Compiling diesel_codegen v0.16.1 Nov 27 20:55:35.948 INFO [stderr] Checking rocket_contrib v0.3.17 Nov 27 20:55:49.469 INFO [stderr] Compiling rocket_codegen v0.3.17 Nov 27 20:56:13.058 INFO [stderr] Checking r2d2-diesel v1.0.0 Nov 27 20:56:13.600 INFO [stderr] Checking simple-rest v0.1.0 (/source) Nov 27 20:56:15.649 INFO [stderr] warning: unused import: `std::clone::Clone` Nov 27 20:56:15.649 INFO [stderr] --> src/main.rs:14:5 Nov 27 20:56:15.649 INFO [stderr] | Nov 27 20:56:15.649 INFO [stderr] 14 | use std::clone::Clone; Nov 27 20:56:15.649 INFO [stderr] | ^^^^^^^^^^^^^^^^^ Nov 27 20:56:15.650 INFO [stderr] | Nov 27 20:56:15.650 INFO [stderr] = note: #[warn(unused_imports)] on by default Nov 27 20:56:15.650 INFO [stderr] Nov 27 20:56:15.650 INFO [stderr] warning: cannot find type `User` in this scope Nov 27 20:56:15.650 INFO [stderr] --> src/models/mod.rs:3:48 Nov 27 20:56:15.650 INFO [stderr] | Nov 27 20:56:15.650 INFO [stderr] 3 | #[derive(Clone, Debug, Serialize, Deserialize, Queryable, Insertable)] Nov 27 20:56:15.650 INFO [stderr] | ^^^^^^^^^ names from parent modules are not accessible without an explicit import Nov 27 20:56:15.650 INFO [stderr] | Nov 27 20:56:15.650 INFO [stderr] = note: #[warn(proc_macro_derive_resolution_fallback)] on by default Nov 27 20:56:15.650 INFO [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Nov 27 20:56:15.650 INFO [stderr] = note: for more information, see issue #50504 Nov 27 20:56:15.650 INFO [stderr] Nov 27 20:56:15.650 INFO [stderr] warning: cannot find type `users` in this scope Nov 27 20:56:15.650 INFO [stderr] --> src/models/mod.rs:3:59 Nov 27 20:56:15.650 INFO [stderr] | Nov 27 20:56:15.650 INFO [stderr] 3 | #[derive(Clone, Debug, Serialize, Deserialize, Queryable, Insertable)] Nov 27 20:56:15.650 INFO [stderr] | ^^^^^^^^^^ names from parent modules are not accessible without an explicit import Nov 27 20:56:15.650 INFO [stderr] | Nov 27 20:56:15.650 INFO [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Nov 27 20:56:15.650 INFO [stderr] = note: for more information, see issue #50504 Nov 27 20:56:15.650 INFO [stderr] Nov 27 20:56:15.651 INFO [stderr] warning: cannot find type `User` in this scope Nov 27 20:56:15.651 INFO [stderr] --> src/models/mod.rs:3:59 Nov 27 20:56:15.651 INFO [stderr] | Nov 27 20:56:15.651 INFO [stderr] 3 | #[derive(Clone, Debug, Serialize, Deserialize, Queryable, Insertable)] Nov 27 20:56:15.651 INFO [stderr] | ^^^^^^^^^^ names from parent modules are not accessible without an explicit import Nov 27 20:56:15.651 INFO [stderr] | Nov 27 20:56:15.651 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 27 20:56:15.651 INFO [stderr] = note: for more information, see issue #50504 Nov 27 20:56:15.651 INFO [stderr] Nov 27 20:56:15.656 INFO [stderr] warning: cannot find type `Address` in this scope Nov 27 20:56:15.656 INFO [stderr] --> src/models/mod.rs:19:41 Nov 27 20:56:15.656 INFO [stderr] | Nov 27 20:56:15.656 INFO [stderr] 19 | #[derive(Debug, Serialize, Deserialize, Queryable)] Nov 27 20:56:15.656 INFO [stderr] | ^^^^^^^^^ names from parent modules are not accessible without an explicit import Nov 27 20:56:15.657 INFO [stderr] | Nov 27 20:56:15.657 INFO [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Nov 27 20:56:15.657 INFO [stderr] = note: for more information, see issue #50504 Nov 27 20:56:15.657 INFO [stderr] Nov 27 20:56:15.657 INFO [stderr] warning: cannot find type `table` in this scope Nov 27 20:56:15.657 INFO [stderr] --> <::diesel::macros::table_body macros>:165:33 Nov 27 20:56:15.657 INFO [stderr] | Nov 27 20:56:15.657 INFO [stderr] 165 | derive ( Debug , Clone , Copy , QueryId ) ] /// The actual table struct Nov 27 20:56:15.657 INFO [stderr] | ^^^^^^^ names from parent modules are not accessible without an explicit import Nov 27 20:56:15.657 INFO [stderr] | Nov 27 20:56:15.657 INFO [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Nov 27 20:56:15.657 INFO [stderr] = note: for more information, see issue #50504 Nov 27 20:56:15.657 INFO [stderr] Nov 27 20:56:15.660 INFO [stderr] warning: cannot find type `id` in this scope Nov 27 20:56:15.660 INFO [stderr] --> <::diesel::macros::__diesel_column macros>:5:33 Nov 27 20:56:15.660 INFO [stderr] | Nov 27 20:56:15.660 INFO [stderr] 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Nov 27 20:56:15.660 INFO [stderr] | ^^^^^^^ names from parent modules are not accessible without an explicit import Nov 27 20:56:15.660 INFO [stderr] | Nov 27 20:56:15.660 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 27 20:56:15.660 INFO [stderr] = note: for more information, see issue #50504 Nov 27 20:56:15.660 INFO [stderr] Nov 27 20:56:15.660 INFO [stderr] warning: cannot find type `first_name` in this scope Nov 27 20:56:15.660 INFO [stderr] --> <::diesel::macros::__diesel_column macros>:5:33 Nov 27 20:56:15.660 INFO [stderr] | Nov 27 20:56:15.660 INFO [stderr] 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Nov 27 20:56:15.660 INFO [stderr] | ^^^^^^^ names from parent modules are not accessible without an explicit import Nov 27 20:56:15.660 INFO [stderr] | Nov 27 20:56:15.660 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 27 20:56:15.660 INFO [stderr] = note: for more information, see issue #50504 Nov 27 20:56:15.660 INFO [stderr] Nov 27 20:56:15.660 INFO [stderr] warning: cannot find type `last_name` in this scope Nov 27 20:56:15.660 INFO [stderr] --> <::diesel::macros::__diesel_column macros>:5:33 Nov 27 20:56:15.660 INFO [stderr] | Nov 27 20:56:15.660 INFO [stderr] 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Nov 27 20:56:15.660 INFO [stderr] | ^^^^^^^ names from parent modules are not accessible without an explicit import Nov 27 20:56:15.660 INFO [stderr] | Nov 27 20:56:15.660 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 27 20:56:15.660 INFO [stderr] = note: for more information, see issue #50504 Nov 27 20:56:15.660 INFO [stderr] Nov 27 20:56:15.660 INFO [stderr] warning: cannot find type `age` in this scope Nov 27 20:56:15.660 INFO [stderr] --> <::diesel::macros::__diesel_column macros>:5:33 Nov 27 20:56:15.660 INFO [stderr] | Nov 27 20:56:15.660 INFO [stderr] 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Nov 27 20:56:15.660 INFO [stderr] | ^^^^^^^ names from parent modules are not accessible without an explicit import Nov 27 20:56:15.660 INFO [stderr] | Nov 27 20:56:15.660 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 27 20:56:15.666 INFO [stderr] = note: for more information, see issue #50504 Nov 27 20:56:15.666 INFO [stderr] Nov 27 20:56:15.666 INFO [stderr] warning: cannot find type `hobby` in this scope Nov 27 20:56:15.666 INFO [stderr] --> <::diesel::macros::__diesel_column macros>:5:33 Nov 27 20:56:15.666 INFO [stderr] | Nov 27 20:56:15.666 INFO [stderr] 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Nov 27 20:56:15.666 INFO [stderr] | ^^^^^^^ names from parent modules are not accessible without an explicit import Nov 27 20:56:15.666 INFO [stderr] | Nov 27 20:56:15.666 INFO [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Nov 27 20:56:15.666 INFO [stderr] = note: for more information, see issue #50504 Nov 27 20:56:15.666 INFO [stderr] Nov 27 20:56:15.666 INFO [stderr] warning: cannot find type `email` in this scope Nov 27 20:56:15.666 INFO [stderr] --> <::diesel::macros::__diesel_column macros>:5:33 Nov 27 20:56:15.666 INFO [stderr] | Nov 27 20:56:15.666 INFO [stderr] 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Nov 27 20:56:15.666 INFO [stderr] | ^^^^^^^ names from parent modules are not accessible without an explicit import Nov 27 20:56:15.666 INFO [stderr] | Nov 27 20:56:15.666 INFO [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Nov 27 20:56:15.666 INFO [stderr] = note: for more information, see issue #50504 Nov 27 20:56:15.666 INFO [stderr] Nov 27 20:56:15.744 INFO [stderr] warning: unused import: `std::clone::Clone` Nov 27 20:56:15.744 INFO [stderr] --> src/main.rs:14:5 Nov 27 20:56:15.744 INFO [stderr] | Nov 27 20:56:15.744 INFO [stderr] 14 | use std::clone::Clone; Nov 27 20:56:15.744 INFO [stderr] | ^^^^^^^^^^^^^^^^^ Nov 27 20:56:15.744 INFO [stderr] | Nov 27 20:56:15.744 INFO [stderr] = note: #[warn(unused_imports)] on by default Nov 27 20:56:15.744 INFO [stderr] Nov 27 20:56:15.744 INFO [stderr] warning: cannot find type `User` in this scope Nov 27 20:56:15.744 INFO [stderr] --> src/models/mod.rs:3:48 Nov 27 20:56:15.744 INFO [stderr] | Nov 27 20:56:15.744 INFO [stderr] 3 | #[derive(Clone, Debug, Serialize, Deserialize, Queryable, Insertable)] Nov 27 20:56:15.744 INFO [stderr] | ^^^^^^^^^ names from parent modules are not accessible without an explicit import Nov 27 20:56:15.744 INFO [stderr] | Nov 27 20:56:15.744 INFO [stderr] = note: #[warn(proc_macro_derive_resolution_fallback)] on by default Nov 27 20:56:15.745 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 27 20:56:15.745 INFO [stderr] = note: for more information, see issue #50504 Nov 27 20:56:15.745 INFO [stderr] Nov 27 20:56:15.745 INFO [stderr] warning: cannot find type `users` in this scope Nov 27 20:56:15.745 INFO [stderr] --> src/models/mod.rs:3:59 Nov 27 20:56:15.745 INFO [stderr] | Nov 27 20:56:15.745 INFO [stderr] 3 | #[derive(Clone, Debug, Serialize, Deserialize, Queryable, Insertable)] Nov 27 20:56:15.745 INFO [stderr] | ^^^^^^^^^^ names from parent modules are not accessible without an explicit import Nov 27 20:56:15.745 INFO [stderr] | Nov 27 20:56:15.745 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 27 20:56:15.745 INFO [stderr] = note: for more information, see issue #50504 Nov 27 20:56:15.745 INFO [stderr] Nov 27 20:56:15.745 INFO [stderr] warning: cannot find type `User` in this scope Nov 27 20:56:15.745 INFO [stderr] --> src/models/mod.rs:3:59 Nov 27 20:56:15.745 INFO [stderr] | Nov 27 20:56:15.745 INFO [stderr] 3 | #[derive(Clone, Debug, Serialize, Deserialize, Queryable, Insertable)] Nov 27 20:56:15.745 INFO [stderr] | ^^^^^^^^^^ names from parent modules are not accessible without an explicit import Nov 27 20:56:15.745 INFO [stderr] | Nov 27 20:56:15.745 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 27 20:56:15.745 INFO [stderr] = note: for more information, see issue #50504 Nov 27 20:56:15.745 INFO [stderr] Nov 27 20:56:15.745 INFO [stderr] warning: cannot find type `Address` in this scope Nov 27 20:56:15.745 INFO [stderr] --> src/models/mod.rs:19:41 Nov 27 20:56:15.745 INFO [stderr] | Nov 27 20:56:15.745 INFO [stderr] 19 | #[derive(Debug, Serialize, Deserialize, Queryable)] Nov 27 20:56:15.745 INFO [stderr] | ^^^^^^^^^ names from parent modules are not accessible without an explicit import Nov 27 20:56:15.745 INFO [stderr] | Nov 27 20:56:15.745 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 27 20:56:15.745 INFO [stderr] = note: for more information, see issue #50504 Nov 27 20:56:15.745 INFO [stderr] Nov 27 20:56:15.753 INFO [stderr] warning: cannot find type `table` in this scope Nov 27 20:56:15.753 INFO [stderr] --> <::diesel::macros::table_body macros>:165:33 Nov 27 20:56:15.753 INFO [stderr] | Nov 27 20:56:15.753 INFO [stderr] 165 | derive ( Debug , Clone , Copy , QueryId ) ] /// The actual table struct Nov 27 20:56:15.753 INFO [stderr] | ^^^^^^^ names from parent modules are not accessible without an explicit import Nov 27 20:56:15.753 INFO [stderr] | Nov 27 20:56:15.753 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 27 20:56:15.753 INFO [stderr] = note: for more information, see issue #50504 Nov 27 20:56:15.753 INFO [stderr] Nov 27 20:56:15.753 INFO [stderr] warning: cannot find type `id` in this scope Nov 27 20:56:15.753 INFO [stderr] --> <::diesel::macros::__diesel_column macros>:5:33 Nov 27 20:56:15.753 INFO [stderr] | Nov 27 20:56:15.753 INFO [stderr] 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Nov 27 20:56:15.753 INFO [stderr] | ^^^^^^^ names from parent modules are not accessible without an explicit import Nov 27 20:56:15.753 INFO [stderr] | Nov 27 20:56:15.753 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 27 20:56:15.753 INFO [stderr] = note: for more information, see issue #50504 Nov 27 20:56:15.753 INFO [stderr] Nov 27 20:56:15.753 INFO [stderr] warning: cannot find type `first_name` in this scope Nov 27 20:56:15.753 INFO [stderr] --> <::diesel::macros::__diesel_column macros>:5:33 Nov 27 20:56:15.753 INFO [stderr] | Nov 27 20:56:15.753 INFO [stderr] 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Nov 27 20:56:15.753 INFO [stderr] | ^^^^^^^ names from parent modules are not accessible without an explicit import Nov 27 20:56:15.754 INFO [stderr] | Nov 27 20:56:15.754 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 27 20:56:15.754 INFO [stderr] = note: for more information, see issue #50504 Nov 27 20:56:15.754 INFO [stderr] Nov 27 20:56:15.754 INFO [stderr] warning: cannot find type `last_name` in this scope Nov 27 20:56:15.754 INFO [stderr] --> <::diesel::macros::__diesel_column macros>:5:33 Nov 27 20:56:15.754 INFO [stderr] | Nov 27 20:56:15.754 INFO [stderr] 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Nov 27 20:56:15.754 INFO [stderr] | ^^^^^^^ names from parent modules are not accessible without an explicit import Nov 27 20:56:15.754 INFO [stderr] | Nov 27 20:56:15.754 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 27 20:56:15.754 INFO [stderr] = note: for more information, see issue #50504 Nov 27 20:56:15.754 INFO [stderr] Nov 27 20:56:15.754 INFO [stderr] warning: cannot find type `age` in this scope Nov 27 20:56:15.754 INFO [stderr] --> <::diesel::macros::__diesel_column macros>:5:33 Nov 27 20:56:15.754 INFO [stderr] | Nov 27 20:56:15.754 INFO [stderr] 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Nov 27 20:56:15.754 INFO [stderr] | ^^^^^^^ names from parent modules are not accessible without an explicit import Nov 27 20:56:15.754 INFO [stderr] | Nov 27 20:56:15.754 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 27 20:56:15.755 INFO [stderr] = note: for more information, see issue #50504 Nov 27 20:56:15.755 INFO [stderr] Nov 27 20:56:15.755 INFO [stderr] warning: cannot find type `hobby` in this scope Nov 27 20:56:15.755 INFO [stderr] --> <::diesel::macros::__diesel_column macros>:5:33 Nov 27 20:56:15.755 INFO [stderr] | Nov 27 20:56:15.755 INFO [stderr] 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Nov 27 20:56:15.755 INFO [stderr] | ^^^^^^^ names from parent modules are not accessible without an explicit import Nov 27 20:56:15.755 INFO [stderr] | Nov 27 20:56:15.755 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 27 20:56:15.755 INFO [stderr] = note: for more information, see issue #50504 Nov 27 20:56:15.755 INFO [stderr] Nov 27 20:56:15.755 INFO [stderr] warning: cannot find type `email` in this scope Nov 27 20:56:15.755 INFO [stderr] --> <::diesel::macros::__diesel_column macros>:5:33 Nov 27 20:56:15.755 INFO [stderr] | Nov 27 20:56:15.755 INFO [stderr] 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Nov 27 20:56:15.755 INFO [stderr] | ^^^^^^^ names from parent modules are not accessible without an explicit import Nov 27 20:56:15.755 INFO [stderr] | Nov 27 20:56:15.755 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 27 20:56:15.755 INFO [stderr] = note: for more information, see issue #50504 Nov 27 20:56:15.756 INFO [stderr] Nov 27 20:56:16.488 INFO [stderr] warning: unused variable: `stmt` Nov 27 20:56:16.489 INFO [stderr] --> src/main.rs:56:9 Nov 27 20:56:16.489 INFO [stderr] | Nov 27 20:56:16.489 INFO [stderr] 56 | let stmt = "INSERT INTO users (id, first_name, last_name, age, hobby, email) VALUES ($1, $2, $3, $4, $5, $6)"; Nov 27 20:56:16.490 INFO [stderr] | ^^^^ help: consider using `_stmt` instead Nov 27 20:56:16.490 INFO [stderr] | Nov 27 20:56:16.490 INFO [stderr] = note: #[warn(unused_variables)] on by default Nov 27 20:56:16.491 INFO [stderr] Nov 27 20:56:16.569 INFO [stderr] warning: unused variable: `stmt` Nov 27 20:56:16.569 INFO [stderr] --> src/main.rs:56:9 Nov 27 20:56:16.569 INFO [stderr] | Nov 27 20:56:16.569 INFO [stderr] 56 | let stmt = "INSERT INTO users (id, first_name, last_name, age, hobby, email) VALUES ($1, $2, $3, $4, $5, $6)"; Nov 27 20:56:16.569 INFO [stderr] | ^^^^ help: consider using `_stmt` instead Nov 27 20:56:16.569 INFO [stderr] | Nov 27 20:56:16.569 INFO [stderr] = note: #[warn(unused_variables)] on by default Nov 27 20:56:16.569 INFO [stderr] Nov 27 20:56:16.997 INFO [stderr] Finished dev [unoptimized + debuginfo] target(s) in 2m 39s Nov 27 20:56:17.032 INFO [stderr] su: No module specific data is present Nov 27 20:56:18.484 INFO running `"docker" "inspect" "76b418ecebca8250b1342057d291ef6c647446dc6c9da317197804c80835bbfc"` Nov 27 20:56:18.830 INFO running `"docker" "rm" "-f" "76b418ecebca8250b1342057d291ef6c647446dc6c9da317197804c80835bbfc"` Nov 27 20:56:19.229 INFO [stdout] 76b418ecebca8250b1342057d291ef6c647446dc6c9da317197804c80835bbfc