Dec 13 03:59:28.061 INFO testing sebasv/finances against try#aa49d8ef14939ddec0e34b346b60174a5673d48f for pr-56550 Dec 13 03:59:28.061 INFO running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/pr-56550/worker-5/try#aa49d8ef14939ddec0e34b346b60174a5673d48f:/target:rw,Z" "-v" "/mnt/big/crater/work/local/test-source/worker-5/pr-56550/try#aa49d8ef14939ddec0e34b346b60174a5673d48f:/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 +aa49d8ef14939ddec0e34b346b60174a5673d48f-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 13 03:59:28.614 INFO [stdout] 174b686256952b553aa0652b5060539530fd3753bb7186d8a66f1c43103e9dfa Dec 13 03:59:28.620 INFO running `"docker" "start" "-a" "174b686256952b553aa0652b5060539530fd3753bb7186d8a66f1c43103e9dfa"` Dec 13 03:59:30.205 INFO [stderr] usermod: no changes Dec 13 03:59:30.563 INFO [stderr] Compiling proc-macro2 v0.4.24 Dec 13 03:59:30.564 INFO [stderr] Compiling yansi v0.5.0 Dec 13 03:59:30.565 INFO [stderr] Compiling state v0.4.1 Dec 13 03:59:30.566 INFO [stderr] Compiling ring v0.13.5 Dec 13 03:59:30.566 INFO [stderr] Compiling pear_codegen v0.1.2 Dec 13 03:59:30.582 INFO [stderr] Compiling inotify-sys v0.1.3 Dec 13 03:59:30.582 INFO [stderr] Compiling isatty v0.1.9 Dec 13 03:59:30.582 INFO [stderr] Compiling filetime v0.2.4 Dec 13 03:59:31.888 INFO [stderr] Compiling toml v0.4.9 Dec 13 03:59:34.024 INFO [stderr] Compiling hyper v0.10.15 Dec 13 03:59:34.026 INFO [stderr] Compiling csv-core v0.1.4 Dec 13 03:59:34.027 INFO [stderr] Compiling chrono v0.4.6 Dec 13 03:59:34.473 INFO [stderr] Compiling mio-extras v2.0.5 Dec 13 03:59:35.512 INFO [stderr] Compiling error-chain v0.12.0 Dec 13 03:59:41.149 INFO [stderr] Compiling rocket_codegen v0.4.0-rc.2 Dec 13 03:59:41.303 INFO [stderr] Compiling rocket_contrib_codegen v0.4.0-rc.2 Dec 13 03:59:41.303 INFO [stderr] Compiling rocket v0.4.0-rc.2 Dec 13 03:59:41.826 INFO [stderr] Compiling csv v1.0.2 Dec 13 03:59:45.607 INFO [stderr] Compiling inotify v0.6.1 Dec 13 03:59:53.007 INFO [stderr] Compiling diesel v1.3.3 Dec 13 03:59:53.007 INFO [stderr] Compiling quote v0.6.10 Dec 13 03:59:53.774 INFO [stderr] Compiling notify v4.0.6 Dec 13 03:59:54.360 INFO [stderr] Compiling syn v0.15.22 Dec 13 03:59:54.360 INFO [stderr] Compiling syn v0.14.9 Dec 13 04:00:13.091 INFO [stderr] Compiling cookie v0.11.0 Dec 13 04:00:20.831 INFO [stderr] Compiling pest_generator v2.0.0 Dec 13 04:00:28.416 INFO [stderr] Compiling pest_derive v2.0.1 Dec 13 04:00:31.564 INFO [stderr] Compiling tera v0.11.20 Dec 13 04:00:41.627 INFO [stderr] Compiling devise_core v0.2.0 Dec 13 04:00:41.627 INFO [stderr] Compiling serde_derive v1.0.80 Dec 13 04:00:54.779 INFO [stderr] Compiling pear v0.1.2 Dec 13 04:01:03.930 INFO [stderr] Compiling devise_codegen v0.2.0 Dec 13 04:01:03.976 INFO [stderr] Compiling rocket_http v0.4.0-rc.2 Dec 13 04:01:13.793 INFO [stderr] Compiling devise v0.2.0 Dec 13 04:01:58.783 INFO [stderr] Compiling finances_backend v0.1.0 (/source/finances-backend) Dec 13 04:01:59.795 INFO [stderr] Compiling rocket_contrib v0.4.0-rc.2 Dec 13 04:01:59.863 INFO [stderr] warning: cannot find type `NaiveDateTime` in this scope Dec 13 04:01:59.863 INFO [stderr] --> finances-backend/src/models.rs:6:10 Dec 13 04:01:59.863 INFO [stderr] | Dec 13 04:01:59.863 INFO [stderr] 6 | #[derive(Queryable, Serialize, Deserialize, Debug)] Dec 13 04:01:59.863 INFO [stderr] | ^^^^^^^^^ names from parent modules are not accessible without an explicit import Dec 13 04:01:59.863 INFO [stderr] | Dec 13 04:01:59.863 INFO [stderr] = note: #[warn(proc_macro_derive_resolution_fallback)] on by default Dec 13 04:01:59.863 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 13 04:01:59.863 INFO [stderr] = note: for more information, see issue #50504 Dec 13 04:01:59.863 INFO [stderr] Dec 13 04:01:59.863 INFO [stderr] warning: cannot find type `Transaction` in this scope Dec 13 04:01:59.863 INFO [stderr] --> finances-backend/src/models.rs:6:10 Dec 13 04:01:59.863 INFO [stderr] | Dec 13 04:01:59.863 INFO [stderr] 6 | #[derive(Queryable, Serialize, Deserialize, Debug)] Dec 13 04:01:59.863 INFO [stderr] | ^^^^^^^^^ names from parent modules are not accessible without an explicit import Dec 13 04:01:59.863 INFO [stderr] | Dec 13 04:01:59.863 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 13 04:01:59.863 INFO [stderr] = note: for more information, see issue #50504 Dec 13 04:01:59.863 INFO [stderr] Dec 13 04:01:59.863 INFO [stderr] warning: cannot find type `NaiveDateTime` in this scope Dec 13 04:01:59.863 INFO [stderr] --> finances-backend/src/models.rs:6:10 Dec 13 04:01:59.863 INFO [stderr] | Dec 13 04:01:59.863 INFO [stderr] 6 | #[derive(Queryable, Serialize, Deserialize, Debug)] Dec 13 04:01:59.863 INFO [stderr] | ^^^^^^^^^ names from parent modules are not accessible without an explicit import Dec 13 04:01:59.863 INFO [stderr] | Dec 13 04:01:59.863 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 13 04:01:59.863 INFO [stderr] = note: for more information, see issue #50504 Dec 13 04:01:59.863 INFO [stderr] Dec 13 04:01:59.864 INFO [stderr] warning: cannot find type `transacties` in this scope Dec 13 04:01:59.864 INFO [stderr] --> finances-backend/src/models.rs:25:10 Dec 13 04:01:59.864 INFO [stderr] | Dec 13 04:01:59.864 INFO [stderr] 25 | #[derive(Insertable, Debug, Deserialize, Serialize)] Dec 13 04:01:59.864 INFO [stderr] | ^^^^^^^^^^ names from parent modules are not accessible without an explicit import Dec 13 04:01:59.864 INFO [stderr] | Dec 13 04:01:59.864 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 13 04:01:59.864 INFO [stderr] = note: for more information, see issue #50504 Dec 13 04:01:59.864 INFO [stderr] Dec 13 04:01:59.864 INFO [stderr] warning: cannot find type `NewTransaction` in this scope Dec 13 04:01:59.864 INFO [stderr] --> finances-backend/src/models.rs:25:10 Dec 13 04:01:59.864 INFO [stderr] | Dec 13 04:01:59.864 INFO [stderr] 25 | #[derive(Insertable, Debug, Deserialize, Serialize)] Dec 13 04:01:59.864 INFO [stderr] | ^^^^^^^^^^ names from parent modules are not accessible without an explicit import Dec 13 04:01:59.864 INFO [stderr] | Dec 13 04:01:59.864 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 13 04:01:59.864 INFO [stderr] = note: for more information, see issue #50504 Dec 13 04:01:59.864 INFO [stderr] Dec 13 04:01:59.865 INFO [stderr] warning: cannot find type `LabelCount` in this scope Dec 13 04:01:59.865 INFO [stderr] --> finances-backend/src/models.rs:126:10 Dec 13 04:01:59.866 INFO [stderr] | Dec 13 04:01:59.866 INFO [stderr] 126 | #[derive(QueryableByName, Serialize)] Dec 13 04:01:59.866 INFO [stderr] | ^^^^^^^^^^^^^^^ names from parent modules are not accessible without an explicit import Dec 13 04:01:59.866 INFO [stderr] | Dec 13 04:01:59.866 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 13 04:01:59.866 INFO [stderr] = note: for more information, see issue #50504 Dec 13 04:01:59.866 INFO [stderr] Dec 13 04:01:59.866 INFO [stderr] warning: cannot find type `NaiveDate` in this scope Dec 13 04:01:59.866 INFO [stderr] --> finances-backend/src/models.rs:134:10 Dec 13 04:01:59.866 INFO [stderr] | Dec 13 04:01:59.866 INFO [stderr] 134 | #[derive(QueryableByName, Serialize)] Dec 13 04:01:59.866 INFO [stderr] | ^^^^^^^^^^^^^^^ names from parent modules are not accessible without an explicit import Dec 13 04:01:59.866 INFO [stderr] | Dec 13 04:01:59.866 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 13 04:01:59.866 INFO [stderr] = note: for more information, see issue #50504 Dec 13 04:01:59.866 INFO [stderr] Dec 13 04:01:59.866 INFO [stderr] warning: cannot find type `RekeningMaxDate` in this scope Dec 13 04:01:59.866 INFO [stderr] --> finances-backend/src/models.rs:134:10 Dec 13 04:01:59.866 INFO [stderr] | Dec 13 04:01:59.866 INFO [stderr] 134 | #[derive(QueryableByName, Serialize)] Dec 13 04:01:59.866 INFO [stderr] | ^^^^^^^^^^^^^^^ names from parent modules are not accessible without an explicit import Dec 13 04:01:59.866 INFO [stderr] | Dec 13 04:01:59.866 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 13 04:01:59.866 INFO [stderr] = note: for more information, see issue #50504 Dec 13 04:01:59.866 INFO [stderr] Dec 13 04:01:59.866 INFO [stderr] warning: cannot find type `DashboardData` in this scope Dec 13 04:01:59.866 INFO [stderr] --> finances-backend/src/models.rs:142:21 Dec 13 04:01:59.866 INFO [stderr] | Dec 13 04:01:59.867 INFO [stderr] 142 | #[derive(Serialize, QueryableByName)] Dec 13 04:01:59.867 INFO [stderr] | ^^^^^^^^^^^^^^^ names from parent modules are not accessible without an explicit import Dec 13 04:01:59.867 INFO [stderr] | Dec 13 04:01:59.867 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 13 04:01:59.867 INFO [stderr] = note: for more information, see issue #50504 Dec 13 04:01:59.867 INFO [stderr] Dec 13 04:01:59.867 INFO [stderr] warning: cannot find type `table` in this scope Dec 13 04:01:59.867 INFO [stderr] --> <::diesel::macros::table_body macros>:165:33 Dec 13 04:01:59.867 INFO [stderr] | Dec 13 04:01:59.867 INFO [stderr] 165 | derive ( Debug , Clone , Copy , QueryId ) ] /// The actual table struct Dec 13 04:01:59.867 INFO [stderr] | ^^^^^^^ names from parent modules are not accessible without an explicit import Dec 13 04:01:59.867 INFO [stderr] | Dec 13 04:01:59.867 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 13 04:01:59.867 INFO [stderr] = note: for more information, see issue #50504 Dec 13 04:01:59.867 INFO [stderr] Dec 13 04:01:59.867 INFO [stderr] warning: cannot find type `id` in this scope Dec 13 04:01:59.867 INFO [stderr] --> <::diesel::macros::__diesel_column macros>:5:33 Dec 13 04:01:59.867 INFO [stderr] | Dec 13 04:01:59.867 INFO [stderr] 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Dec 13 04:01:59.867 INFO [stderr] | ^^^^^^^ names from parent modules are not accessible without an explicit import Dec 13 04:01:59.867 INFO [stderr] | Dec 13 04:01:59.867 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 13 04:01:59.867 INFO [stderr] = note: for more information, see issue #50504 Dec 13 04:01:59.867 INFO [stderr] Dec 13 04:01:59.868 INFO [stderr] warning: cannot find type `rekening` in this scope Dec 13 04:01:59.868 INFO [stderr] --> <::diesel::macros::__diesel_column macros>:5:33 Dec 13 04:01:59.868 INFO [stderr] | Dec 13 04:01:59.868 INFO [stderr] 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Dec 13 04:01:59.868 INFO [stderr] | ^^^^^^^ names from parent modules are not accessible without an explicit import Dec 13 04:01:59.868 INFO [stderr] | Dec 13 04:01:59.868 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 13 04:01:59.868 INFO [stderr] = note: for more information, see issue #50504 Dec 13 04:01:59.868 INFO [stderr] Dec 13 04:01:59.868 INFO [stderr] warning: cannot find type `datum` in this scope Dec 13 04:01:59.868 INFO [stderr] --> <::diesel::macros::__diesel_column macros>:5:33 Dec 13 04:01:59.868 INFO [stderr] | Dec 13 04:01:59.868 INFO [stderr] 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Dec 13 04:01:59.868 INFO [stderr] | ^^^^^^^ names from parent modules are not accessible without an explicit import Dec 13 04:01:59.868 INFO [stderr] | Dec 13 04:01:59.868 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 13 04:01:59.868 INFO [stderr] = note: for more information, see issue #50504 Dec 13 04:01:59.868 INFO [stderr] Dec 13 04:01:59.868 INFO [stderr] warning: cannot find type `bedrag` in this scope Dec 13 04:01:59.868 INFO [stderr] --> <::diesel::macros::__diesel_column macros>:5:33 Dec 13 04:01:59.868 INFO [stderr] | Dec 13 04:01:59.868 INFO [stderr] 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Dec 13 04:01:59.868 INFO [stderr] | ^^^^^^^ names from parent modules are not accessible without an explicit import Dec 13 04:01:59.868 INFO [stderr] | Dec 13 04:01:59.868 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 13 04:01:59.868 INFO [stderr] = note: for more information, see issue #50504 Dec 13 04:01:59.868 INFO [stderr] Dec 13 04:01:59.869 INFO [stderr] warning: cannot find type `tegenrekening` in this scope Dec 13 04:01:59.869 INFO [stderr] --> <::diesel::macros::__diesel_column macros>:5:33 Dec 13 04:01:59.869 INFO [stderr] | Dec 13 04:01:59.869 INFO [stderr] 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Dec 13 04:01:59.869 INFO [stderr] | ^^^^^^^ names from parent modules are not accessible without an explicit import Dec 13 04:01:59.869 INFO [stderr] | Dec 13 04:01:59.869 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 13 04:01:59.869 INFO [stderr] = note: for more information, see issue #50504 Dec 13 04:01:59.869 INFO [stderr] Dec 13 04:01:59.869 INFO [stderr] warning: cannot find type `tegenpartij` in this scope Dec 13 04:01:59.869 INFO [stderr] --> <::diesel::macros::__diesel_column macros>:5:33 Dec 13 04:01:59.869 INFO [stderr] | Dec 13 04:01:59.869 INFO [stderr] 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Dec 13 04:01:59.869 INFO [stderr] | ^^^^^^^ names from parent modules are not accessible without an explicit import Dec 13 04:01:59.869 INFO [stderr] | Dec 13 04:01:59.869 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 13 04:01:59.869 INFO [stderr] = note: for more information, see issue #50504 Dec 13 04:01:59.869 INFO [stderr] Dec 13 04:01:59.869 INFO [stderr] warning: cannot find type `uiteindelijke_partij` in this scope Dec 13 04:01:59.869 INFO [stderr] --> <::diesel::macros::__diesel_column macros>:5:33 Dec 13 04:01:59.869 INFO [stderr] | Dec 13 04:01:59.869 INFO [stderr] 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Dec 13 04:01:59.869 INFO [stderr] | ^^^^^^^ names from parent modules are not accessible without an explicit import Dec 13 04:01:59.869 INFO [stderr] | Dec 13 04:01:59.869 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 13 04:01:59.869 INFO [stderr] = note: for more information, see issue #50504 Dec 13 04:01:59.869 INFO [stderr] Dec 13 04:01:59.869 INFO [stderr] warning: cannot find type `initierende_partij` in this scope Dec 13 04:01:59.869 INFO [stderr] --> <::diesel::macros::__diesel_column macros>:5:33 Dec 13 04:01:59.869 INFO [stderr] | Dec 13 04:01:59.869 INFO [stderr] 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Dec 13 04:01:59.869 INFO [stderr] | ^^^^^^^ names from parent modules are not accessible without an explicit import Dec 13 04:01:59.869 INFO [stderr] | Dec 13 04:01:59.869 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 13 04:01:59.869 INFO [stderr] = note: for more information, see issue #50504 Dec 13 04:01:59.869 INFO [stderr] Dec 13 04:01:59.869 INFO [stderr] warning: cannot find type `code` in this scope Dec 13 04:01:59.869 INFO [stderr] --> <::diesel::macros::__diesel_column macros>:5:33 Dec 13 04:01:59.869 INFO [stderr] | Dec 13 04:01:59.869 INFO [stderr] 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Dec 13 04:01:59.869 INFO [stderr] | ^^^^^^^ names from parent modules are not accessible without an explicit import Dec 13 04:01:59.869 INFO [stderr] | Dec 13 04:01:59.869 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 13 04:01:59.869 INFO [stderr] = note: for more information, see issue #50504 Dec 13 04:01:59.869 INFO [stderr] Dec 13 04:01:59.869 INFO [stderr] warning: cannot find type `transactiereferentie` in this scope Dec 13 04:01:59.869 INFO [stderr] --> <::diesel::macros::__diesel_column macros>:5:33 Dec 13 04:01:59.869 INFO [stderr] | Dec 13 04:01:59.869 INFO [stderr] 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Dec 13 04:01:59.869 INFO [stderr] | ^^^^^^^ names from parent modules are not accessible without an explicit import Dec 13 04:01:59.869 INFO [stderr] | Dec 13 04:01:59.869 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 13 04:01:59.869 INFO [stderr] = note: for more information, see issue #50504 Dec 13 04:01:59.870 INFO [stderr] Dec 13 04:01:59.870 INFO [stderr] warning: cannot find type `machtigingskenmerk` in this scope Dec 13 04:01:59.870 INFO [stderr] --> <::diesel::macros::__diesel_column macros>:5:33 Dec 13 04:01:59.870 INFO [stderr] | Dec 13 04:01:59.870 INFO [stderr] 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Dec 13 04:01:59.870 INFO [stderr] | ^^^^^^^ names from parent modules are not accessible without an explicit import Dec 13 04:01:59.870 INFO [stderr] | Dec 13 04:01:59.870 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 13 04:01:59.870 INFO [stderr] = note: for more information, see issue #50504 Dec 13 04:01:59.870 INFO [stderr] Dec 13 04:01:59.870 INFO [stderr] warning: cannot find type `betalingskenmerk` in this scope Dec 13 04:01:59.870 INFO [stderr] --> <::diesel::macros::__diesel_column macros>:5:33 Dec 13 04:01:59.870 INFO [stderr] | Dec 13 04:01:59.870 INFO [stderr] 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Dec 13 04:01:59.870 INFO [stderr] | ^^^^^^^ names from parent modules are not accessible without an explicit import Dec 13 04:01:59.870 INFO [stderr] | Dec 13 04:01:59.870 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 13 04:01:59.870 INFO [stderr] = note: for more information, see issue #50504 Dec 13 04:01:59.870 INFO [stderr] Dec 13 04:01:59.870 INFO [stderr] warning: cannot find type `omschrijving` in this scope Dec 13 04:01:59.870 INFO [stderr] --> <::diesel::macros::__diesel_column macros>:5:33 Dec 13 04:01:59.870 INFO [stderr] | Dec 13 04:01:59.870 INFO [stderr] 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Dec 13 04:01:59.870 INFO [stderr] | ^^^^^^^ names from parent modules are not accessible without an explicit import Dec 13 04:01:59.870 INFO [stderr] | Dec 13 04:01:59.870 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 13 04:01:59.870 INFO [stderr] = note: for more information, see issue #50504 Dec 13 04:01:59.870 INFO [stderr] Dec 13 04:01:59.870 INFO [stderr] warning: cannot find type `label` in this scope Dec 13 04:01:59.870 INFO [stderr] --> <::diesel::macros::__diesel_column macros>:5:33 Dec 13 04:01:59.870 INFO [stderr] | Dec 13 04:01:59.870 INFO [stderr] 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Dec 13 04:01:59.870 INFO [stderr] | ^^^^^^^ names from parent modules are not accessible without an explicit import Dec 13 04:01:59.870 INFO [stderr] | Dec 13 04:01:59.870 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 13 04:01:59.870 INFO [stderr] = note: for more information, see issue #50504 Dec 13 04:01:59.870 INFO [stderr] Dec 13 04:01:59.870 INFO [stderr] warning: cannot find type `uploaded` in this scope Dec 13 04:01:59.870 INFO [stderr] --> <::diesel::macros::__diesel_column macros>:5:33 Dec 13 04:01:59.870 INFO [stderr] | Dec 13 04:01:59.870 INFO [stderr] 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Dec 13 04:01:59.870 INFO [stderr] | ^^^^^^^ names from parent modules are not accessible without an explicit import Dec 13 04:01:59.870 INFO [stderr] | Dec 13 04:01:59.870 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 13 04:01:59.870 INFO [stderr] = note: for more information, see issue #50504 Dec 13 04:01:59.870 INFO [stderr] Dec 13 04:02:03.192 INFO [stderr] Compiling finances v0.1.0 (/source) Dec 13 04:02:05.887 INFO [stderr] warning: unused variable: `con` Dec 13 04:02:05.887 INFO [stderr] --> src/main.rs:27:10 Dec 13 04:02:05.887 INFO [stderr] | Dec 13 04:02:05.887 INFO [stderr] 27 | fn index(con: DbConn) -> Template { Dec 13 04:02:05.887 INFO [stderr] | ^^^ help: consider using `_con` instead Dec 13 04:02:05.887 INFO [stderr] | Dec 13 04:02:05.887 INFO [stderr] = note: #[warn(unused_variables)] on by default Dec 13 04:02:05.887 INFO [stderr] Dec 13 04:02:05.887 INFO [stderr] warning: unused variable: `con` Dec 13 04:02:05.887 INFO [stderr] --> src/main.rs:32:14 Dec 13 04:02:05.887 INFO [stderr] | Dec 13 04:02:05.887 INFO [stderr] 32 | fn dashboard(con: DbConn) -> Template { Dec 13 04:02:05.887 INFO [stderr] | ^^^ help: consider using `_con` instead Dec 13 04:02:05.887 INFO [stderr] Dec 13 04:02:05.936 INFO [stderr] warning: unused `std::result::Result` that must be used Dec 13 04:02:05.936 INFO [stderr] --> src/main.rs:78:5 Dec 13 04:02:05.936 INFO [stderr] | Dec 13 04:02:05.936 INFO [stderr] 78 | data.open().read_to_string(&mut label); Dec 13 04:02:05.936 INFO [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Dec 13 04:02:05.936 INFO [stderr] | Dec 13 04:02:05.936 INFO [stderr] = note: #[warn(unused_must_use)] on by default Dec 13 04:02:05.936 INFO [stderr] = note: this `Result` may be an `Err` variant, which should be handled Dec 13 04:02:05.936 INFO [stderr] Dec 13 04:02:13.642 INFO [stderr] Finished dev [unoptimized + debuginfo] target(s) in 2m 43s Dec 13 04:02:13.667 INFO [stderr] su: No module specific data is present Dec 13 04:02:14.264 INFO running `"docker" "inspect" "174b686256952b553aa0652b5060539530fd3753bb7186d8a66f1c43103e9dfa"` Dec 13 04:02:14.480 INFO running `"docker" "rm" "-f" "174b686256952b553aa0652b5060539530fd3753bb7186d8a66f1c43103e9dfa"` Dec 13 04:02:14.689 INFO [stdout] 174b686256952b553aa0652b5060539530fd3753bb7186d8a66f1c43103e9dfa Dec 13 04:02:14.695 INFO running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/pr-56550/worker-5/try#aa49d8ef14939ddec0e34b346b60174a5673d48f:/target:rw,Z" "-v" "/mnt/big/crater/work/local/test-source/worker-5/pr-56550/try#aa49d8ef14939ddec0e34b346b60174a5673d48f:/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 +aa49d8ef14939ddec0e34b346b60174a5673d48f-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 13 04:02:15.047 INFO [stdout] 1015384f303ff1082693d1a6e0e89dee0f5d44d5f187d0678433c1c5489ed0b8 Dec 13 04:02:15.053 INFO running `"docker" "start" "-a" "1015384f303ff1082693d1a6e0e89dee0f5d44d5f187d0678433c1c5489ed0b8"` Dec 13 04:02:15.476 INFO [stderr] usermod: no changes Dec 13 04:02:15.717 INFO [stderr] Compiling finances v0.1.0 (/source) Dec 13 04:02:17.575 INFO [stderr] warning: unused variable: `con` Dec 13 04:02:17.575 INFO [stderr] --> src/main.rs:27:10 Dec 13 04:02:17.575 INFO [stderr] | Dec 13 04:02:17.575 INFO [stderr] 27 | fn index(con: DbConn) -> Template { Dec 13 04:02:17.575 INFO [stderr] | ^^^ help: consider using `_con` instead Dec 13 04:02:17.575 INFO [stderr] | Dec 13 04:02:17.575 INFO [stderr] = note: #[warn(unused_variables)] on by default Dec 13 04:02:17.575 INFO [stderr] Dec 13 04:02:17.575 INFO [stderr] warning: unused variable: `con` Dec 13 04:02:17.575 INFO [stderr] --> src/main.rs:32:14 Dec 13 04:02:17.575 INFO [stderr] | Dec 13 04:02:17.575 INFO [stderr] 32 | fn dashboard(con: DbConn) -> Template { Dec 13 04:02:17.575 INFO [stderr] | ^^^ help: consider using `_con` instead Dec 13 04:02:17.575 INFO [stderr] Dec 13 04:02:17.623 INFO [stderr] warning: unused `std::result::Result` that must be used Dec 13 04:02:17.623 INFO [stderr] --> src/main.rs:78:5 Dec 13 04:02:17.623 INFO [stderr] | Dec 13 04:02:17.623 INFO [stderr] 78 | data.open().read_to_string(&mut label); Dec 13 04:02:17.623 INFO [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Dec 13 04:02:17.623 INFO [stderr] | Dec 13 04:02:17.623 INFO [stderr] = note: #[warn(unused_must_use)] on by default Dec 13 04:02:17.623 INFO [stderr] = note: this `Result` may be an `Err` variant, which should be handled Dec 13 04:02:17.623 INFO [stderr] Dec 13 04:02:22.616 INFO [stderr] Finished dev [unoptimized + debuginfo] target(s) in 7.12s Dec 13 04:02:22.631 INFO [stderr] su: No module specific data is present Dec 13 04:02:22.867 INFO running `"docker" "inspect" "1015384f303ff1082693d1a6e0e89dee0f5d44d5f187d0678433c1c5489ed0b8"` Dec 13 04:02:23.047 INFO running `"docker" "rm" "-f" "1015384f303ff1082693d1a6e0e89dee0f5d44d5f187d0678433c1c5489ed0b8"` Dec 13 04:02:23.121 INFO [stdout] 1015384f303ff1082693d1a6e0e89dee0f5d44d5f187d0678433c1c5489ed0b8 Dec 13 04:02:23.254 INFO running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/pr-56550/worker-5/try#aa49d8ef14939ddec0e34b346b60174a5673d48f:/target:rw,Z" "-v" "/mnt/big/crater/work/local/test-source/worker-5/pr-56550/try#aa49d8ef14939ddec0e34b346b60174a5673d48f:/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 +aa49d8ef14939ddec0e34b346b60174a5673d48f-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 13 04:02:23.432 INFO [stdout] adee22eb3114c53a9fd3b31ff538fb5fd1653f745e9507190df4556f547ca3c4 Dec 13 04:02:23.434 INFO running `"docker" "start" "-a" "adee22eb3114c53a9fd3b31ff538fb5fd1653f745e9507190df4556f547ca3c4"` Dec 13 04:02:23.980 INFO [stderr] usermod: no changes Dec 13 04:02:24.164 INFO [stderr] Finished dev [unoptimized + debuginfo] target(s) in 0.18s Dec 13 04:02:24.174 INFO [stderr] Running /target/debug/deps/finances-0be46cc4f77c7958 Dec 13 04:02:24.241 INFO [stdout] Dec 13 04:02:24.241 INFO [stdout] running 0 tests Dec 13 04:02:24.241 INFO [stdout] Dec 13 04:02:24.241 INFO [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Dec 13 04:02:24.241 INFO [stdout] Dec 13 04:02:24.241 INFO [stderr] su: No module specific data is present Dec 13 04:02:24.565 INFO running `"docker" "inspect" "adee22eb3114c53a9fd3b31ff538fb5fd1653f745e9507190df4556f547ca3c4"` Dec 13 04:02:24.657 INFO running `"docker" "rm" "-f" "adee22eb3114c53a9fd3b31ff538fb5fd1653f745e9507190df4556f547ca3c4"` Dec 13 04:02:24.835 INFO [stdout] adee22eb3114c53a9fd3b31ff538fb5fd1653f745e9507190df4556f547ca3c4