Nov 27 20:53:35.865 INFO checking scottshotgg/simple-rest-rust against try#db42d4dad33013eba11ef37342ad9f614e5652b8 for pr-56074 Nov 27 20:53:35.866 INFO running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/pr-56074/worker-3/try#db42d4dad33013eba11ef37342ad9f614e5652b8:/target:rw,Z" "-v" "/mnt/big/crater/work/local/test-source/worker-3/pr-56074/try#db42d4dad33013eba11ef37342ad9f614e5652b8:/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 +db42d4dad33013eba11ef37342ad9f614e5652b8-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.308 INFO [stdout] b22b5e1487020e4b2d4e2e1853d548eba799e08e5672ac649ad69c21e1e0e3c2 Nov 27 20:53:36.311 INFO running `"docker" "start" "-a" "b22b5e1487020e4b2d4e2e1853d548eba799e08e5672ac649ad69c21e1e0e3c2"` Nov 27 20:53:37.731 INFO [stderr] usermod: no changes Nov 27 20:53:38.246 INFO [stderr] Compiling serde v1.0.80 Nov 27 20:53:38.348 INFO [stderr] Compiling log v0.3.9 Nov 27 20:53:38.357 INFO [stderr] Compiling pq-sys v0.4.6 Nov 27 20:53:38.358 INFO [stderr] Checking r2d2 v0.8.2 Nov 27 20:53:38.358 INFO [stderr] Compiling syn v0.11.11 Nov 27 20:53:38.359 INFO [stderr] Compiling syn v0.15.13 Nov 27 20:53:38.359 INFO [stderr] Compiling regex v0.2.11 Nov 27 20:53:42.613 INFO [stderr] Checking diesel v1.3.3 Nov 27 20:53:42.677 INFO [stderr] Checking mime v0.2.6 Nov 27 20:53:42.689 INFO [stderr] Checking postgres-protocol v0.3.2 Nov 27 20:53:43.357 INFO [stderr] Compiling diesel v0.16.0 Nov 27 20:53:51.713 INFO [stderr] Checking hyper v0.10.13 Nov 27 20:53:55.061 INFO [stderr] Checking postgres-shared v0.4.2 Nov 27 20:54:08.628 INFO [stderr] Checking dotenv v0.9.0 Nov 27 20:54:11.856 INFO [stderr] Checking postgres v0.15.2 Nov 27 20:54:39.306 INFO [stderr] Compiling serde_derive v1.0.80 Nov 27 20:54:41.476 INFO [stderr] Checking cookie v0.9.2 Nov 27 20:54:57.708 INFO [stderr] Compiling diesel_infer_schema v0.16.0 Nov 27 20:55:47.104 INFO [stderr] Checking toml v0.4.8 Nov 27 20:55:47.123 INFO [stderr] Checking serde_json v1.0.32 Nov 27 20:55:56.898 INFO [stderr] Checking rocket v0.3.17 Nov 27 20:56:04.671 INFO [stderr] Compiling diesel_codegen v0.16.1 Nov 27 20:56:08.676 INFO [stderr] Checking r2d2-diesel v1.0.0 Nov 27 20:56:08.844 INFO [stderr] Checking rocket_contrib v0.3.17 Nov 27 20:56:22.244 INFO [stderr] Compiling rocket_codegen v0.3.17 Nov 27 20:56:35.440 INFO [stderr] Checking simple-rest v0.1.0 (/source) Nov 27 20:56:37.520 INFO [stderr] warning: unused import: `std::clone::Clone` Nov 27 20:56:37.521 INFO [stderr] --> src/main.rs:14:5 Nov 27 20:56:37.521 INFO [stderr] | Nov 27 20:56:37.522 INFO [stderr] 14 | use std::clone::Clone; Nov 27 20:56:37.522 INFO [stderr] | ^^^^^^^^^^^^^^^^^ Nov 27 20:56:37.522 INFO [stderr] | Nov 27 20:56:37.522 INFO [stderr] = note: #[warn(unused_imports)] on by default Nov 27 20:56:37.522 INFO [stderr] Nov 27 20:56:37.522 INFO [stderr] warning: cannot find type `User` in this scope Nov 27 20:56:37.522 INFO [stderr] --> src/models/mod.rs:3:48 Nov 27 20:56:37.522 INFO [stderr] | Nov 27 20:56:37.522 INFO [stderr] 3 | #[derive(Clone, Debug, Serialize, Deserialize, Queryable, Insertable)] Nov 27 20:56:37.522 INFO [stderr] | ^^^^^^^^^ names from parent modules are not accessible without an explicit import Nov 27 20:56:37.522 INFO [stderr] | Nov 27 20:56:37.522 INFO [stderr] = note: #[warn(proc_macro_derive_resolution_fallback)] on by default Nov 27 20:56:37.522 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:37.522 INFO [stderr] = note: for more information, see issue #50504 Nov 27 20:56:37.522 INFO [stderr] Nov 27 20:56:37.522 INFO [stderr] warning: cannot find type `users` in this scope Nov 27 20:56:37.522 INFO [stderr] --> src/models/mod.rs:3:59 Nov 27 20:56:37.522 INFO [stderr] | Nov 27 20:56:37.522 INFO [stderr] 3 | #[derive(Clone, Debug, Serialize, Deserialize, Queryable, Insertable)] Nov 27 20:56:37.522 INFO [stderr] | ^^^^^^^^^^ names from parent modules are not accessible without an explicit import Nov 27 20:56:37.522 INFO [stderr] | Nov 27 20:56:37.522 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:37.522 INFO [stderr] = note: for more information, see issue #50504 Nov 27 20:56:37.522 INFO [stderr] Nov 27 20:56:37.522 INFO [stderr] warning: cannot find type `User` in this scope Nov 27 20:56:37.522 INFO [stderr] --> src/models/mod.rs:3:59 Nov 27 20:56:37.522 INFO [stderr] | Nov 27 20:56:37.522 INFO [stderr] 3 | #[derive(Clone, Debug, Serialize, Deserialize, Queryable, Insertable)] Nov 27 20:56:37.522 INFO [stderr] | ^^^^^^^^^^ names from parent modules are not accessible without an explicit import Nov 27 20:56:37.522 INFO [stderr] | Nov 27 20:56:37.522 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:37.522 INFO [stderr] = note: for more information, see issue #50504 Nov 27 20:56:37.522 INFO [stderr] Nov 27 20:56:37.522 INFO [stderr] warning: cannot find type `Address` in this scope Nov 27 20:56:37.522 INFO [stderr] --> src/models/mod.rs:19:41 Nov 27 20:56:37.522 INFO [stderr] | Nov 27 20:56:37.522 INFO [stderr] 19 | #[derive(Debug, Serialize, Deserialize, Queryable)] Nov 27 20:56:37.522 INFO [stderr] | ^^^^^^^^^ names from parent modules are not accessible without an explicit import Nov 27 20:56:37.522 INFO [stderr] | Nov 27 20:56:37.522 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:37.522 INFO [stderr] = note: for more information, see issue #50504 Nov 27 20:56:37.522 INFO [stderr] Nov 27 20:56:37.522 INFO [stderr] warning: cannot find type `table` in this scope Nov 27 20:56:37.522 INFO [stderr] --> <::diesel::macros::table_body macros>:165:33 Nov 27 20:56:37.522 INFO [stderr] | Nov 27 20:56:37.522 INFO [stderr] 165 | derive ( Debug , Clone , Copy , QueryId ) ] /// The actual table struct Nov 27 20:56:37.522 INFO [stderr] | ^^^^^^^ names from parent modules are not accessible without an explicit import Nov 27 20:56:37.522 INFO [stderr] | Nov 27 20:56:37.522 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:37.522 INFO [stderr] = note: for more information, see issue #50504 Nov 27 20:56:37.522 INFO [stderr] Nov 27 20:56:37.522 INFO [stderr] warning: cannot find type `id` in this scope Nov 27 20:56:37.522 INFO [stderr] --> <::diesel::macros::__diesel_column macros>:5:33 Nov 27 20:56:37.522 INFO [stderr] | Nov 27 20:56:37.522 INFO [stderr] 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Nov 27 20:56:37.522 INFO [stderr] | ^^^^^^^ names from parent modules are not accessible without an explicit import Nov 27 20:56:37.522 INFO [stderr] | Nov 27 20:56:37.522 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:37.522 INFO [stderr] = note: for more information, see issue #50504 Nov 27 20:56:37.522 INFO [stderr] Nov 27 20:56:37.522 INFO [stderr] warning: cannot find type `first_name` in this scope Nov 27 20:56:37.522 INFO [stderr] --> <::diesel::macros::__diesel_column macros>:5:33 Nov 27 20:56:37.522 INFO [stderr] | Nov 27 20:56:37.522 INFO [stderr] 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Nov 27 20:56:37.522 INFO [stderr] | ^^^^^^^ names from parent modules are not accessible without an explicit import Nov 27 20:56:37.522 INFO [stderr] | Nov 27 20:56:37.522 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:37.522 INFO [stderr] = note: for more information, see issue #50504 Nov 27 20:56:37.522 INFO [stderr] Nov 27 20:56:37.522 INFO [stderr] warning: cannot find type `last_name` in this scope Nov 27 20:56:37.522 INFO [stderr] --> <::diesel::macros::__diesel_column macros>:5:33 Nov 27 20:56:37.522 INFO [stderr] | Nov 27 20:56:37.522 INFO [stderr] 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Nov 27 20:56:37.522 INFO [stderr] | ^^^^^^^ names from parent modules are not accessible without an explicit import Nov 27 20:56:37.522 INFO [stderr] | Nov 27 20:56:37.522 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:37.522 INFO [stderr] = note: for more information, see issue #50504 Nov 27 20:56:37.522 INFO [stderr] Nov 27 20:56:37.522 INFO [stderr] warning: cannot find type `age` in this scope Nov 27 20:56:37.522 INFO [stderr] --> <::diesel::macros::__diesel_column macros>:5:33 Nov 27 20:56:37.522 INFO [stderr] | Nov 27 20:56:37.522 INFO [stderr] 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Nov 27 20:56:37.522 INFO [stderr] | ^^^^^^^ names from parent modules are not accessible without an explicit import Nov 27 20:56:37.523 INFO [stderr] | Nov 27 20:56:37.523 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:37.523 INFO [stderr] = note: for more information, see issue #50504 Nov 27 20:56:37.523 INFO [stderr] Nov 27 20:56:37.541 INFO [stderr] warning: cannot find type `hobby` in this scope Nov 27 20:56:37.541 INFO [stderr] --> <::diesel::macros::__diesel_column macros>:5:33 Nov 27 20:56:37.541 INFO [stderr] | Nov 27 20:56:37.541 INFO [stderr] 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Nov 27 20:56:37.541 INFO [stderr] | ^^^^^^^ names from parent modules are not accessible without an explicit import Nov 27 20:56:37.541 INFO [stderr] | Nov 27 20:56:37.541 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:37.541 INFO [stderr] = note: for more information, see issue #50504 Nov 27 20:56:37.541 INFO [stderr] Nov 27 20:56:37.542 INFO [stderr] warning: cannot find type `email` in this scope Nov 27 20:56:37.542 INFO [stderr] --> <::diesel::macros::__diesel_column macros>:5:33 Nov 27 20:56:37.542 INFO [stderr] | Nov 27 20:56:37.542 INFO [stderr] 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Nov 27 20:56:37.542 INFO [stderr] | ^^^^^^^ names from parent modules are not accessible without an explicit import Nov 27 20:56:37.542 INFO [stderr] | Nov 27 20:56:37.542 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:37.542 INFO [stderr] = note: for more information, see issue #50504 Nov 27 20:56:37.542 INFO [stderr] Nov 27 20:56:37.752 INFO [stderr] warning: unused import: `std::clone::Clone` Nov 27 20:56:37.753 INFO [stderr] --> src/main.rs:14:5 Nov 27 20:56:37.754 INFO [stderr] | Nov 27 20:56:37.755 INFO [stderr] 14 | use std::clone::Clone; Nov 27 20:56:37.755 INFO [stderr] | ^^^^^^^^^^^^^^^^^ Nov 27 20:56:37.756 INFO [stderr] | Nov 27 20:56:37.757 INFO [stderr] = note: #[warn(unused_imports)] on by default Nov 27 20:56:37.757 INFO [stderr] Nov 27 20:56:37.758 INFO [stderr] warning: cannot find type `User` in this scope Nov 27 20:56:37.758 INFO [stderr] --> src/models/mod.rs:3:48 Nov 27 20:56:37.758 INFO [stderr] | Nov 27 20:56:37.758 INFO [stderr] 3 | #[derive(Clone, Debug, Serialize, Deserialize, Queryable, Insertable)] Nov 27 20:56:37.758 INFO [stderr] | ^^^^^^^^^ names from parent modules are not accessible without an explicit import Nov 27 20:56:37.759 INFO [stderr] | Nov 27 20:56:37.759 INFO [stderr] = note: #[warn(proc_macro_derive_resolution_fallback)] on by default Nov 27 20:56:37.759 INFO [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Nov 27 20:56:37.759 INFO [stderr] = note: for more information, see issue #50504 Nov 27 20:56:37.759 INFO [stderr] Nov 27 20:56:37.759 INFO [stderr] warning: cannot find type `users` in this scope Nov 27 20:56:37.759 INFO [stderr] --> src/models/mod.rs:3:59 Nov 27 20:56:37.760 INFO [stderr] | Nov 27 20:56:37.760 INFO [stderr] 3 | #[derive(Clone, Debug, Serialize, Deserialize, Queryable, Insertable)] Nov 27 20:56:37.760 INFO [stderr] | ^^^^^^^^^^ names from parent modules are not accessible without an explicit import Nov 27 20:56:37.760 INFO [stderr] | Nov 27 20:56:37.762 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:37.762 INFO [stderr] = note: for more information, see issue #50504 Nov 27 20:56:37.762 INFO [stderr] Nov 27 20:56:37.762 INFO [stderr] warning: cannot find type `User` in this scope Nov 27 20:56:37.762 INFO [stderr] --> src/models/mod.rs:3:59 Nov 27 20:56:37.762 INFO [stderr] | Nov 27 20:56:37.762 INFO [stderr] 3 | #[derive(Clone, Debug, Serialize, Deserialize, Queryable, Insertable)] Nov 27 20:56:37.762 INFO [stderr] | ^^^^^^^^^^ names from parent modules are not accessible without an explicit import Nov 27 20:56:37.762 INFO [stderr] | Nov 27 20:56:37.764 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:37.765 INFO [stderr] = note: for more information, see issue #50504 Nov 27 20:56:37.765 INFO [stderr] Nov 27 20:56:37.765 INFO [stderr] warning: cannot find type `Address` in this scope Nov 27 20:56:37.766 INFO [stderr] --> src/models/mod.rs:19:41 Nov 27 20:56:37.766 INFO [stderr] | Nov 27 20:56:37.766 INFO [stderr] 19 | #[derive(Debug, Serialize, Deserialize, Queryable)] Nov 27 20:56:37.766 INFO [stderr] | ^^^^^^^^^ names from parent modules are not accessible without an explicit import Nov 27 20:56:37.767 INFO [stderr] | Nov 27 20:56:37.767 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:37.767 INFO [stderr] = note: for more information, see issue #50504 Nov 27 20:56:37.767 INFO [stderr] Nov 27 20:56:37.767 INFO [stderr] warning: cannot find type `table` in this scope Nov 27 20:56:37.768 INFO [stderr] --> <::diesel::macros::table_body macros>:165:33 Nov 27 20:56:37.768 INFO [stderr] | Nov 27 20:56:37.768 INFO [stderr] 165 | derive ( Debug , Clone , Copy , QueryId ) ] /// The actual table struct Nov 27 20:56:37.768 INFO [stderr] | ^^^^^^^ names from parent modules are not accessible without an explicit import Nov 27 20:56:37.769 INFO [stderr] | Nov 27 20:56:37.769 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:37.769 INFO [stderr] = note: for more information, see issue #50504 Nov 27 20:56:37.769 INFO [stderr] Nov 27 20:56:37.769 INFO [stderr] warning: cannot find type `id` in this scope Nov 27 20:56:37.769 INFO [stderr] --> <::diesel::macros::__diesel_column macros>:5:33 Nov 27 20:56:37.769 INFO [stderr] | Nov 27 20:56:37.770 INFO [stderr] 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Nov 27 20:56:37.770 INFO [stderr] | ^^^^^^^ names from parent modules are not accessible without an explicit import Nov 27 20:56:37.770 INFO [stderr] | Nov 27 20:56:37.770 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:37.773 INFO [stderr] = note: for more information, see issue #50504 Nov 27 20:56:37.773 INFO [stderr] Nov 27 20:56:37.773 INFO [stderr] warning: cannot find type `first_name` in this scope Nov 27 20:56:37.773 INFO [stderr] --> <::diesel::macros::__diesel_column macros>:5:33 Nov 27 20:56:37.773 INFO [stderr] | Nov 27 20:56:37.773 INFO [stderr] 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Nov 27 20:56:37.773 INFO [stderr] | ^^^^^^^ names from parent modules are not accessible without an explicit import Nov 27 20:56:37.773 INFO [stderr] | Nov 27 20:56:37.773 INFO [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Nov 27 20:56:37.773 INFO [stderr] = note: for more information, see issue #50504 Nov 27 20:56:37.773 INFO [stderr] Nov 27 20:56:37.773 INFO [stderr] warning: cannot find type `last_name` in this scope Nov 27 20:56:37.773 INFO [stderr] --> <::diesel::macros::__diesel_column macros>:5:33 Nov 27 20:56:37.773 INFO [stderr] | Nov 27 20:56:37.773 INFO [stderr] 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Nov 27 20:56:37.773 INFO [stderr] | ^^^^^^^ names from parent modules are not accessible without an explicit import Nov 27 20:56:37.773 INFO [stderr] | Nov 27 20:56:37.773 INFO [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Nov 27 20:56:37.773 INFO [stderr] = note: for more information, see issue #50504 Nov 27 20:56:37.773 INFO [stderr] Nov 27 20:56:37.773 INFO [stderr] warning: cannot find type `age` in this scope Nov 27 20:56:37.773 INFO [stderr] --> <::diesel::macros::__diesel_column macros>:5:33 Nov 27 20:56:37.773 INFO [stderr] | Nov 27 20:56:37.773 INFO [stderr] 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Nov 27 20:56:37.773 INFO [stderr] | ^^^^^^^ names from parent modules are not accessible without an explicit import Nov 27 20:56:37.773 INFO [stderr] | Nov 27 20:56:37.773 INFO [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Nov 27 20:56:37.773 INFO [stderr] = note: for more information, see issue #50504 Nov 27 20:56:37.779 INFO [stderr] Nov 27 20:56:37.779 INFO [stderr] warning: cannot find type `hobby` in this scope Nov 27 20:56:37.779 INFO [stderr] --> <::diesel::macros::__diesel_column macros>:5:33 Nov 27 20:56:37.779 INFO [stderr] | Nov 27 20:56:37.779 INFO [stderr] 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Nov 27 20:56:37.779 INFO [stderr] | ^^^^^^^ names from parent modules are not accessible without an explicit import Nov 27 20:56:37.779 INFO [stderr] | Nov 27 20:56:37.779 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:37.779 INFO [stderr] = note: for more information, see issue #50504 Nov 27 20:56:37.779 INFO [stderr] Nov 27 20:56:37.779 INFO [stderr] warning: cannot find type `email` in this scope Nov 27 20:56:37.779 INFO [stderr] --> <::diesel::macros::__diesel_column macros>:5:33 Nov 27 20:56:37.779 INFO [stderr] | Nov 27 20:56:37.779 INFO [stderr] 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Nov 27 20:56:37.779 INFO [stderr] | ^^^^^^^ names from parent modules are not accessible without an explicit import Nov 27 20:56:37.779 INFO [stderr] | Nov 27 20:56:37.779 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:37.779 INFO [stderr] = note: for more information, see issue #50504 Nov 27 20:56:37.779 INFO [stderr] Nov 27 20:56:38.461 INFO [stderr] warning: unused variable: `stmt` Nov 27 20:56:38.462 INFO [stderr] --> src/main.rs:56:9 Nov 27 20:56:38.462 INFO [stderr] | Nov 27 20:56:38.462 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:38.462 INFO [stderr] | ^^^^ help: consider using `_stmt` instead Nov 27 20:56:38.462 INFO [stderr] | Nov 27 20:56:38.462 INFO [stderr] = note: #[warn(unused_variables)] on by default Nov 27 20:56:38.462 INFO [stderr] Nov 27 20:56:38.584 INFO [stderr] warning: unused variable: `stmt` Nov 27 20:56:38.584 INFO [stderr] --> src/main.rs:56:9 Nov 27 20:56:38.584 INFO [stderr] | Nov 27 20:56:38.584 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:38.584 INFO [stderr] | ^^^^ help: consider using `_stmt` instead Nov 27 20:56:38.584 INFO [stderr] | Nov 27 20:56:38.584 INFO [stderr] = note: #[warn(unused_variables)] on by default Nov 27 20:56:38.584 INFO [stderr] Nov 27 20:56:39.054 INFO [stderr] Finished dev [unoptimized + debuginfo] target(s) in 3m 01s Nov 27 20:56:39.077 INFO [stderr] su: No module specific data is present Nov 27 20:56:40.654 INFO running `"docker" "inspect" "b22b5e1487020e4b2d4e2e1853d548eba799e08e5672ac649ad69c21e1e0e3c2"` Nov 27 20:56:40.984 INFO running `"docker" "rm" "-f" "b22b5e1487020e4b2d4e2e1853d548eba799e08e5672ac649ad69c21e1e0e3c2"` Nov 27 20:56:41.353 INFO [stdout] b22b5e1487020e4b2d4e2e1853d548eba799e08e5672ac649ad69c21e1e0e3c2