Dec 05 08:15:26.126 INFO testing scottshotgg/simple-rest-rust against try#6eb0fd3ac58f9b16bddb9924a17c3b6c156aa468 for pr-56514 Dec 05 08:15:26.126 INFO running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/pr-56514/worker-4/try#6eb0fd3ac58f9b16bddb9924a17c3b6c156aa468:/target:rw,Z" "-v" "/mnt/big/crater/work/local/test-source/worker-4/pr-56514/try#6eb0fd3ac58f9b16bddb9924a17c3b6c156aa468:/source:ro,Z" "-v" "/mnt/big/crater/work/local/cargo-home:/cargo-home:ro,Z" "-v" "/mnt/big/crater/work/local/rustup-home:/rustup-home:ro,Z" "-e" "USER_ID=1000" "-e" "SOURCE_DIR=/source" "-e" "USER_ID=1000" "-e" "CMD=cargo +6eb0fd3ac58f9b16bddb9924a17c3b6c156aa468-alt build --frozen" "-e" "CARGO_TARGET_DIR=/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/cargo-home" "-e" "RUSTUP_HOME=/rustup-home" "-m" "1536M" "--network" "none" "crater"` Dec 05 08:15:26.748 INFO [stdout] f686a9bd19d235d87f2751d3a66ec7305004f4445e1e7f0cf0135dc4542c1085 Dec 05 08:15:26.754 INFO running `"docker" "start" "-a" "f686a9bd19d235d87f2751d3a66ec7305004f4445e1e7f0cf0135dc4542c1085"` Dec 05 08:15:28.235 INFO [stderr] usermod: no changes Dec 05 08:15:28.780 INFO [stderr] Compiling serde v1.0.80 Dec 05 08:15:28.782 INFO [stderr] Compiling fallible-iterator v0.1.5 Dec 05 08:15:28.783 INFO [stderr] Compiling md5 v0.3.8 Dec 05 08:15:28.791 INFO [stderr] Compiling memchr v1.0.2 Dec 05 08:15:28.791 INFO [stderr] Compiling socket2 v0.3.8 Dec 05 08:15:28.792 INFO [stderr] Compiling stringprep v0.1.2 Dec 05 08:15:28.792 INFO [stderr] Compiling syn v0.11.11 Dec 05 08:15:28.792 INFO [stderr] Compiling memchr v2.1.0 Dec 05 08:15:32.114 INFO [stderr] Compiling diesel v0.16.0 Dec 05 08:15:32.122 INFO [stderr] Compiling syn v0.15.13 Dec 05 08:15:32.301 INFO [stderr] Compiling sha2 v0.7.1 Dec 05 08:15:33.496 INFO [stderr] Compiling hmac v0.5.0 Dec 05 08:15:35.928 INFO [stderr] Compiling r2d2-diesel v1.0.0 Dec 05 08:15:35.984 INFO [stderr] Compiling rayon v0.7.1 Dec 05 08:15:36.009 INFO [stderr] Compiling aho-corasick v0.6.8 Dec 05 08:15:40.324 INFO [stderr] Compiling regex v0.2.11 Dec 05 08:15:45.050 INFO [stderr] Compiling ring v0.11.0 Dec 05 08:15:53.366 INFO [stderr] Compiling postgres-protocol v0.3.2 Dec 05 08:16:11.404 INFO [stderr] Compiling postgres-shared v0.4.2 Dec 05 08:16:16.720 INFO [stderr] Compiling serde_derive v1.0.80 Dec 05 08:16:23.283 INFO [stderr] Compiling dotenv v0.9.0 Dec 05 08:16:23.905 INFO [stderr] Compiling postgres v0.15.2 Dec 05 08:16:24.307 INFO [stderr] Compiling cookie v0.9.2 Dec 05 08:16:29.944 INFO [stderr] Compiling diesel_infer_schema v0.16.0 Dec 05 08:16:58.947 INFO [stderr] Compiling toml v0.4.8 Dec 05 08:16:58.948 INFO [stderr] Compiling serde_json v1.0.32 Dec 05 08:17:09.102 INFO [stderr] Compiling rocket v0.3.17 Dec 05 08:17:09.272 INFO [stderr] Compiling diesel_codegen v0.16.1 Dec 05 08:17:26.060 INFO [stderr] Compiling rocket_contrib v0.3.17 Dec 05 08:17:26.060 INFO [stderr] Compiling rocket_codegen v0.3.17 Dec 05 08:17:41.803 INFO [stderr] Compiling simple-rest v0.1.0 (/source) Dec 05 08:17:43.100 INFO [stderr] warning: unused import: `std::clone::Clone` Dec 05 08:17:43.100 INFO [stderr] --> src/main.rs:14:5 Dec 05 08:17:43.100 INFO [stderr] | Dec 05 08:17:43.100 INFO [stderr] 14 | use std::clone::Clone; Dec 05 08:17:43.101 INFO [stderr] | ^^^^^^^^^^^^^^^^^ Dec 05 08:17:43.101 INFO [stderr] | Dec 05 08:17:43.101 INFO [stderr] = note: #[warn(unused_imports)] on by default Dec 05 08:17:43.101 INFO [stderr] Dec 05 08:17:43.101 INFO [stderr] warning: cannot find type `User` in this scope Dec 05 08:17:43.101 INFO [stderr] --> src/models/mod.rs:3:48 Dec 05 08:17:43.101 INFO [stderr] | Dec 05 08:17:43.101 INFO [stderr] 3 | #[derive(Clone, Debug, Serialize, Deserialize, Queryable, Insertable)] Dec 05 08:17:43.101 INFO [stderr] | ^^^^^^^^^ names from parent modules are not accessible without an explicit import Dec 05 08:17:43.101 INFO [stderr] | Dec 05 08:17:43.101 INFO [stderr] = note: #[warn(proc_macro_derive_resolution_fallback)] on by default Dec 05 08:17:43.101 INFO [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Dec 05 08:17:43.101 INFO [stderr] = note: for more information, see issue #50504 Dec 05 08:17:43.101 INFO [stderr] Dec 05 08:17:43.101 INFO [stderr] warning: cannot find type `users` in this scope Dec 05 08:17:43.101 INFO [stderr] --> src/models/mod.rs:3:59 Dec 05 08:17:43.101 INFO [stderr] | Dec 05 08:17:43.101 INFO [stderr] 3 | #[derive(Clone, Debug, Serialize, Deserialize, Queryable, Insertable)] Dec 05 08:17:43.101 INFO [stderr] | ^^^^^^^^^^ names from parent modules are not accessible without an explicit import Dec 05 08:17:43.101 INFO [stderr] | Dec 05 08:17:43.101 INFO [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Dec 05 08:17:43.101 INFO [stderr] = note: for more information, see issue #50504 Dec 05 08:17:43.101 INFO [stderr] Dec 05 08:17:43.101 INFO [stderr] warning: cannot find type `User` in this scope Dec 05 08:17:43.101 INFO [stderr] --> src/models/mod.rs:3:59 Dec 05 08:17:43.101 INFO [stderr] | Dec 05 08:17:43.101 INFO [stderr] 3 | #[derive(Clone, Debug, Serialize, Deserialize, Queryable, Insertable)] Dec 05 08:17:43.101 INFO [stderr] | ^^^^^^^^^^ names from parent modules are not accessible without an explicit import Dec 05 08:17:43.101 INFO [stderr] | Dec 05 08:17:43.101 INFO [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Dec 05 08:17:43.101 INFO [stderr] = note: for more information, see issue #50504 Dec 05 08:17:43.101 INFO [stderr] Dec 05 08:17:43.101 INFO [stderr] warning: cannot find type `Address` in this scope Dec 05 08:17:43.101 INFO [stderr] --> src/models/mod.rs:19:41 Dec 05 08:17:43.101 INFO [stderr] | Dec 05 08:17:43.101 INFO [stderr] 19 | #[derive(Debug, Serialize, Deserialize, Queryable)] Dec 05 08:17:43.101 INFO [stderr] | ^^^^^^^^^ names from parent modules are not accessible without an explicit import Dec 05 08:17:43.101 INFO [stderr] | Dec 05 08:17:43.101 INFO [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Dec 05 08:17:43.101 INFO [stderr] = note: for more information, see issue #50504 Dec 05 08:17:43.101 INFO [stderr] Dec 05 08:17:43.120 INFO [stderr] warning: cannot find type `table` in this scope Dec 05 08:17:43.121 INFO [stderr] --> <::diesel::macros::table_body macros>:165:33 Dec 05 08:17:43.121 INFO [stderr] | Dec 05 08:17:43.121 INFO [stderr] 165 | derive ( Debug , Clone , Copy , QueryId ) ] /// The actual table struct Dec 05 08:17:43.121 INFO [stderr] | ^^^^^^^ names from parent modules are not accessible without an explicit import Dec 05 08:17:43.121 INFO [stderr] | Dec 05 08:17:43.121 INFO [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Dec 05 08:17:43.121 INFO [stderr] = note: for more information, see issue #50504 Dec 05 08:17:43.121 INFO [stderr] Dec 05 08:17:43.121 INFO [stderr] warning: cannot find type `id` in this scope Dec 05 08:17:43.121 INFO [stderr] --> <::diesel::macros::__diesel_column macros>:5:33 Dec 05 08:17:43.121 INFO [stderr] | Dec 05 08:17:43.121 INFO [stderr] 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Dec 05 08:17:43.121 INFO [stderr] | ^^^^^^^ names from parent modules are not accessible without an explicit import Dec 05 08:17:43.121 INFO [stderr] | Dec 05 08:17:43.121 INFO [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Dec 05 08:17:43.121 INFO [stderr] = note: for more information, see issue #50504 Dec 05 08:17:43.121 INFO [stderr] Dec 05 08:17:43.121 INFO [stderr] warning: cannot find type `first_name` in this scope Dec 05 08:17:43.121 INFO [stderr] --> <::diesel::macros::__diesel_column macros>:5:33 Dec 05 08:17:43.121 INFO [stderr] | Dec 05 08:17:43.121 INFO [stderr] 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Dec 05 08:17:43.121 INFO [stderr] | ^^^^^^^ names from parent modules are not accessible without an explicit import Dec 05 08:17:43.121 INFO [stderr] | Dec 05 08:17:43.121 INFO [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Dec 05 08:17:43.121 INFO [stderr] = note: for more information, see issue #50504 Dec 05 08:17:43.121 INFO [stderr] Dec 05 08:17:43.121 INFO [stderr] warning: cannot find type `last_name` in this scope Dec 05 08:17:43.121 INFO [stderr] --> <::diesel::macros::__diesel_column macros>:5:33 Dec 05 08:17:43.121 INFO [stderr] | Dec 05 08:17:43.121 INFO [stderr] 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Dec 05 08:17:43.121 INFO [stderr] | ^^^^^^^ names from parent modules are not accessible without an explicit import Dec 05 08:17:43.121 INFO [stderr] | Dec 05 08:17:43.121 INFO [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Dec 05 08:17:43.121 INFO [stderr] = note: for more information, see issue #50504 Dec 05 08:17:43.121 INFO [stderr] Dec 05 08:17:43.122 INFO [stderr] warning: cannot find type `age` in this scope Dec 05 08:17:43.122 INFO [stderr] --> <::diesel::macros::__diesel_column macros>:5:33 Dec 05 08:17:43.122 INFO [stderr] | Dec 05 08:17:43.122 INFO [stderr] 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Dec 05 08:17:43.122 INFO [stderr] | ^^^^^^^ names from parent modules are not accessible without an explicit import Dec 05 08:17:43.122 INFO [stderr] | Dec 05 08:17:43.122 INFO [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Dec 05 08:17:43.122 INFO [stderr] = note: for more information, see issue #50504 Dec 05 08:17:43.122 INFO [stderr] Dec 05 08:17:43.122 INFO [stderr] warning: cannot find type `hobby` in this scope Dec 05 08:17:43.122 INFO [stderr] --> <::diesel::macros::__diesel_column macros>:5:33 Dec 05 08:17:43.122 INFO [stderr] | Dec 05 08:17:43.122 INFO [stderr] 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Dec 05 08:17:43.122 INFO [stderr] | ^^^^^^^ names from parent modules are not accessible without an explicit import Dec 05 08:17:43.122 INFO [stderr] | Dec 05 08:17:43.122 INFO [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Dec 05 08:17:43.122 INFO [stderr] = note: for more information, see issue #50504 Dec 05 08:17:43.122 INFO [stderr] Dec 05 08:17:43.122 INFO [stderr] warning: cannot find type `email` in this scope Dec 05 08:17:43.122 INFO [stderr] --> <::diesel::macros::__diesel_column macros>:5:33 Dec 05 08:17:43.122 INFO [stderr] | Dec 05 08:17:43.122 INFO [stderr] 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Dec 05 08:17:43.122 INFO [stderr] | ^^^^^^^ names from parent modules are not accessible without an explicit import Dec 05 08:17:43.122 INFO [stderr] | Dec 05 08:17:43.122 INFO [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Dec 05 08:17:43.122 INFO [stderr] = note: for more information, see issue #50504 Dec 05 08:17:43.122 INFO [stderr] Dec 05 08:17:43.716 INFO [stderr] warning: unused variable: `stmt` Dec 05 08:17:43.716 INFO [stderr] --> src/main.rs:56:9 Dec 05 08:17:43.716 INFO [stderr] | Dec 05 08:17:43.716 INFO [stderr] 56 | let stmt = "INSERT INTO users (id, first_name, last_name, age, hobby, email) VALUES ($1, $2, $3, $4, $5, $6)"; Dec 05 08:17:43.716 INFO [stderr] | ^^^^ help: consider using `_stmt` instead Dec 05 08:17:43.716 INFO [stderr] | Dec 05 08:17:43.716 INFO [stderr] = note: #[warn(unused_variables)] on by default Dec 05 08:17:43.716 INFO [stderr] Dec 05 08:17:48.704 INFO [stderr] Finished dev [unoptimized + debuginfo] target(s) in 2m 20s Dec 05 08:17:48.723 INFO [stderr] su: No module specific data is present Dec 05 08:17:49.292 INFO running `"docker" "inspect" "f686a9bd19d235d87f2751d3a66ec7305004f4445e1e7f0cf0135dc4542c1085"` Dec 05 08:17:49.592 INFO running `"docker" "rm" "-f" "f686a9bd19d235d87f2751d3a66ec7305004f4445e1e7f0cf0135dc4542c1085"` Dec 05 08:17:49.849 INFO [stdout] f686a9bd19d235d87f2751d3a66ec7305004f4445e1e7f0cf0135dc4542c1085 Dec 05 08:17:49.851 INFO running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/pr-56514/worker-4/try#6eb0fd3ac58f9b16bddb9924a17c3b6c156aa468:/target:rw,Z" "-v" "/mnt/big/crater/work/local/test-source/worker-4/pr-56514/try#6eb0fd3ac58f9b16bddb9924a17c3b6c156aa468:/source:ro,Z" "-v" "/mnt/big/crater/work/local/cargo-home:/cargo-home:ro,Z" "-v" "/mnt/big/crater/work/local/rustup-home:/rustup-home:ro,Z" "-e" "USER_ID=1000" "-e" "SOURCE_DIR=/source" "-e" "USER_ID=1000" "-e" "CMD=cargo +6eb0fd3ac58f9b16bddb9924a17c3b6c156aa468-alt test --frozen --no-run" "-e" "CARGO_TARGET_DIR=/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/cargo-home" "-e" "RUSTUP_HOME=/rustup-home" "-m" "1536M" "--network" "none" "crater"` Dec 05 08:17:50.242 INFO [stdout] 5673b8c9644535b3f691cfd159df4d705fbea643928e0e1eec19981de04c3d68 Dec 05 08:17:50.246 INFO running `"docker" "start" "-a" "5673b8c9644535b3f691cfd159df4d705fbea643928e0e1eec19981de04c3d68"` Dec 05 08:17:51.509 INFO [stderr] usermod: no changes Dec 05 08:17:51.808 INFO [stderr] Compiling simple-rest v0.1.0 (/source) Dec 05 08:17:53.012 INFO [stderr] warning: unused import: `std::clone::Clone` Dec 05 08:17:53.012 INFO [stderr] --> src/main.rs:14:5 Dec 05 08:17:53.012 INFO [stderr] | Dec 05 08:17:53.012 INFO [stderr] 14 | use std::clone::Clone; Dec 05 08:17:53.012 INFO [stderr] | ^^^^^^^^^^^^^^^^^ Dec 05 08:17:53.012 INFO [stderr] | Dec 05 08:17:53.012 INFO [stderr] = note: #[warn(unused_imports)] on by default Dec 05 08:17:53.012 INFO [stderr] Dec 05 08:17:53.012 INFO [stderr] warning: cannot find type `User` in this scope Dec 05 08:17:53.012 INFO [stderr] --> src/models/mod.rs:3:48 Dec 05 08:17:53.012 INFO [stderr] | Dec 05 08:17:53.012 INFO [stderr] 3 | #[derive(Clone, Debug, Serialize, Deserialize, Queryable, Insertable)] Dec 05 08:17:53.012 INFO [stderr] | ^^^^^^^^^ names from parent modules are not accessible without an explicit import Dec 05 08:17:53.012 INFO [stderr] | Dec 05 08:17:53.012 INFO [stderr] = note: #[warn(proc_macro_derive_resolution_fallback)] on by default Dec 05 08:17:53.012 INFO [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Dec 05 08:17:53.012 INFO [stderr] = note: for more information, see issue #50504 Dec 05 08:17:53.012 INFO [stderr] Dec 05 08:17:53.012 INFO [stderr] warning: cannot find type `users` in this scope Dec 05 08:17:53.012 INFO [stderr] --> src/models/mod.rs:3:59 Dec 05 08:17:53.012 INFO [stderr] | Dec 05 08:17:53.012 INFO [stderr] 3 | #[derive(Clone, Debug, Serialize, Deserialize, Queryable, Insertable)] Dec 05 08:17:53.012 INFO [stderr] | ^^^^^^^^^^ names from parent modules are not accessible without an explicit import Dec 05 08:17:53.012 INFO [stderr] | Dec 05 08:17:53.012 INFO [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Dec 05 08:17:53.012 INFO [stderr] = note: for more information, see issue #50504 Dec 05 08:17:53.012 INFO [stderr] Dec 05 08:17:53.012 INFO [stderr] warning: cannot find type `User` in this scope Dec 05 08:17:53.012 INFO [stderr] --> src/models/mod.rs:3:59 Dec 05 08:17:53.012 INFO [stderr] | Dec 05 08:17:53.012 INFO [stderr] 3 | #[derive(Clone, Debug, Serialize, Deserialize, Queryable, Insertable)] Dec 05 08:17:53.012 INFO [stderr] | ^^^^^^^^^^ names from parent modules are not accessible without an explicit import Dec 05 08:17:53.012 INFO [stderr] | Dec 05 08:17:53.012 INFO [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Dec 05 08:17:53.012 INFO [stderr] = note: for more information, see issue #50504 Dec 05 08:17:53.012 INFO [stderr] Dec 05 08:17:53.028 INFO [stderr] warning: cannot find type `Address` in this scope Dec 05 08:17:53.028 INFO [stderr] --> src/models/mod.rs:19:41 Dec 05 08:17:53.028 INFO [stderr] | Dec 05 08:17:53.028 INFO [stderr] 19 | #[derive(Debug, Serialize, Deserialize, Queryable)] Dec 05 08:17:53.028 INFO [stderr] | ^^^^^^^^^ names from parent modules are not accessible without an explicit import Dec 05 08:17:53.028 INFO [stderr] | Dec 05 08:17:53.028 INFO [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Dec 05 08:17:53.028 INFO [stderr] = note: for more information, see issue #50504 Dec 05 08:17:53.028 INFO [stderr] Dec 05 08:17:53.028 INFO [stderr] warning: cannot find type `table` in this scope Dec 05 08:17:53.028 INFO [stderr] --> <::diesel::macros::table_body macros>:165:33 Dec 05 08:17:53.028 INFO [stderr] | Dec 05 08:17:53.028 INFO [stderr] 165 | derive ( Debug , Clone , Copy , QueryId ) ] /// The actual table struct Dec 05 08:17:53.028 INFO [stderr] | ^^^^^^^ names from parent modules are not accessible without an explicit import Dec 05 08:17:53.028 INFO [stderr] | Dec 05 08:17:53.028 INFO [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Dec 05 08:17:53.028 INFO [stderr] = note: for more information, see issue #50504 Dec 05 08:17:53.028 INFO [stderr] Dec 05 08:17:53.028 INFO [stderr] warning: cannot find type `id` in this scope Dec 05 08:17:53.028 INFO [stderr] --> <::diesel::macros::__diesel_column macros>:5:33 Dec 05 08:17:53.028 INFO [stderr] | Dec 05 08:17:53.028 INFO [stderr] 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Dec 05 08:17:53.028 INFO [stderr] | ^^^^^^^ names from parent modules are not accessible without an explicit import Dec 05 08:17:53.028 INFO [stderr] | Dec 05 08:17:53.028 INFO [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Dec 05 08:17:53.028 INFO [stderr] = note: for more information, see issue #50504 Dec 05 08:17:53.028 INFO [stderr] Dec 05 08:17:53.028 INFO [stderr] warning: cannot find type `first_name` in this scope Dec 05 08:17:53.028 INFO [stderr] --> <::diesel::macros::__diesel_column macros>:5:33 Dec 05 08:17:53.028 INFO [stderr] | Dec 05 08:17:53.028 INFO [stderr] 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Dec 05 08:17:53.028 INFO [stderr] | ^^^^^^^ names from parent modules are not accessible without an explicit import Dec 05 08:17:53.028 INFO [stderr] | Dec 05 08:17:53.028 INFO [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Dec 05 08:17:53.028 INFO [stderr] = note: for more information, see issue #50504 Dec 05 08:17:53.028 INFO [stderr] Dec 05 08:17:53.028 INFO [stderr] warning: cannot find type `last_name` in this scope Dec 05 08:17:53.029 INFO [stderr] --> <::diesel::macros::__diesel_column macros>:5:33 Dec 05 08:17:53.029 INFO [stderr] | Dec 05 08:17:53.029 INFO [stderr] 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Dec 05 08:17:53.029 INFO [stderr] | ^^^^^^^ names from parent modules are not accessible without an explicit import Dec 05 08:17:53.029 INFO [stderr] | Dec 05 08:17:53.029 INFO [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Dec 05 08:17:53.029 INFO [stderr] = note: for more information, see issue #50504 Dec 05 08:17:53.029 INFO [stderr] Dec 05 08:17:53.029 INFO [stderr] warning: cannot find type `age` in this scope Dec 05 08:17:53.029 INFO [stderr] --> <::diesel::macros::__diesel_column macros>:5:33 Dec 05 08:17:53.029 INFO [stderr] | Dec 05 08:17:53.029 INFO [stderr] 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Dec 05 08:17:53.029 INFO [stderr] | ^^^^^^^ names from parent modules are not accessible without an explicit import Dec 05 08:17:53.029 INFO [stderr] | Dec 05 08:17:53.029 INFO [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Dec 05 08:17:53.029 INFO [stderr] = note: for more information, see issue #50504 Dec 05 08:17:53.029 INFO [stderr] Dec 05 08:17:53.029 INFO [stderr] warning: cannot find type `hobby` in this scope Dec 05 08:17:53.029 INFO [stderr] --> <::diesel::macros::__diesel_column macros>:5:33 Dec 05 08:17:53.029 INFO [stderr] | Dec 05 08:17:53.029 INFO [stderr] 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Dec 05 08:17:53.029 INFO [stderr] | ^^^^^^^ names from parent modules are not accessible without an explicit import Dec 05 08:17:53.029 INFO [stderr] | Dec 05 08:17:53.029 INFO [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Dec 05 08:17:53.029 INFO [stderr] = note: for more information, see issue #50504 Dec 05 08:17:53.029 INFO [stderr] Dec 05 08:17:53.029 INFO [stderr] warning: cannot find type `email` in this scope Dec 05 08:17:53.029 INFO [stderr] --> <::diesel::macros::__diesel_column macros>:5:33 Dec 05 08:17:53.029 INFO [stderr] | Dec 05 08:17:53.029 INFO [stderr] 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Dec 05 08:17:53.029 INFO [stderr] | ^^^^^^^ names from parent modules are not accessible without an explicit import Dec 05 08:17:53.029 INFO [stderr] | Dec 05 08:17:53.029 INFO [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Dec 05 08:17:53.029 INFO [stderr] = note: for more information, see issue #50504 Dec 05 08:17:53.029 INFO [stderr] Dec 05 08:17:53.388 INFO [stderr] warning: unused variable: `stmt` Dec 05 08:17:53.388 INFO [stderr] --> src/main.rs:56:9 Dec 05 08:17:53.388 INFO [stderr] | Dec 05 08:17:53.388 INFO [stderr] 56 | let stmt = "INSERT INTO users (id, first_name, last_name, age, hobby, email) VALUES ($1, $2, $3, $4, $5, $6)"; Dec 05 08:17:53.388 INFO [stderr] | ^^^^ help: consider using `_stmt` instead Dec 05 08:17:53.388 INFO [stderr] | Dec 05 08:17:53.388 INFO [stderr] = note: #[warn(unused_variables)] on by default Dec 05 08:17:53.388 INFO [stderr] Dec 05 08:17:57.753 INFO [stderr] Finished dev [unoptimized + debuginfo] target(s) in 6.22s Dec 05 08:17:57.781 INFO [stderr] su: No module specific data is present Dec 05 08:17:58.980 INFO running `"docker" "inspect" "5673b8c9644535b3f691cfd159df4d705fbea643928e0e1eec19981de04c3d68"` Dec 05 08:17:59.230 INFO running `"docker" "rm" "-f" "5673b8c9644535b3f691cfd159df4d705fbea643928e0e1eec19981de04c3d68"` Dec 05 08:17:59.648 INFO [stdout] 5673b8c9644535b3f691cfd159df4d705fbea643928e0e1eec19981de04c3d68 Dec 05 08:17:59.656 INFO running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/pr-56514/worker-4/try#6eb0fd3ac58f9b16bddb9924a17c3b6c156aa468:/target:rw,Z" "-v" "/mnt/big/crater/work/local/test-source/worker-4/pr-56514/try#6eb0fd3ac58f9b16bddb9924a17c3b6c156aa468:/source:ro,Z" "-v" "/mnt/big/crater/work/local/cargo-home:/cargo-home:ro,Z" "-v" "/mnt/big/crater/work/local/rustup-home:/rustup-home:ro,Z" "-e" "USER_ID=1000" "-e" "SOURCE_DIR=/source" "-e" "USER_ID=1000" "-e" "CMD=cargo +6eb0fd3ac58f9b16bddb9924a17c3b6c156aa468-alt test --frozen" "-e" "CARGO_TARGET_DIR=/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/cargo-home" "-e" "RUSTUP_HOME=/rustup-home" "-m" "1536M" "--network" "none" "crater"` Dec 05 08:18:00.168 INFO [stdout] cfb145b6709284c3591c5a43d3b824a6f97c92dc07280cd172ab10cdc1aa2ee0 Dec 05 08:18:00.176 INFO running `"docker" "start" "-a" "cfb145b6709284c3591c5a43d3b824a6f97c92dc07280cd172ab10cdc1aa2ee0"` Dec 05 08:18:01.791 INFO [stderr] usermod: no changes Dec 05 08:18:02.069 INFO [stderr] Finished dev [unoptimized + debuginfo] target(s) in 0.24s Dec 05 08:18:02.093 INFO [stderr] Running /target/debug/deps/simple_rest-167e1573dc29c445 Dec 05 08:18:02.115 INFO [stdout] Dec 05 08:18:02.115 INFO [stdout] running 0 tests Dec 05 08:18:02.115 INFO [stdout] Dec 05 08:18:02.115 INFO [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Dec 05 08:18:02.115 INFO [stdout] Dec 05 08:18:02.119 INFO [stderr] su: No module specific data is present Dec 05 08:18:03.558 INFO running `"docker" "inspect" "cfb145b6709284c3591c5a43d3b824a6f97c92dc07280cd172ab10cdc1aa2ee0"` Dec 05 08:18:03.930 INFO running `"docker" "rm" "-f" "cfb145b6709284c3591c5a43d3b824a6f97c92dc07280cd172ab10cdc1aa2ee0"` Dec 05 08:18:04.172 INFO [stdout] cfb145b6709284c3591c5a43d3b824a6f97c92dc07280cd172ab10cdc1aa2ee0