Nov 28 07:44:44.027 INFO checking christiansakai/todo_rust against try#db42d4dad33013eba11ef37342ad9f614e5652b8 for pr-56074 Nov 28 07:44:44.027 INFO running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/pr-56074/worker-2/try#db42d4dad33013eba11ef37342ad9f614e5652b8:/target:rw,Z" "-v" "/mnt/big/crater/work/local/test-source/worker-2/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 28 07:44:44.416 INFO [stdout] 84636ff9dc4adbabb615239a2f90fa2df4ad3c6505f9eadf9f221ba77720ff60 Nov 28 07:44:44.418 INFO running `"docker" "start" "-a" "84636ff9dc4adbabb615239a2f90fa2df4ad3c6505f9eadf9f221ba77720ff60"` Nov 28 07:44:45.640 INFO [stderr] usermod: no changes Nov 28 07:44:45.996 INFO [stderr] Checking diesel v1.3.3 Nov 28 07:44:45.996 INFO [stderr] Checking error-chain v0.10.0 Nov 28 07:44:45.996 INFO [stderr] Compiling ring v0.11.0 Nov 28 07:44:47.147 INFO [stderr] Checking tera v0.10.10 Nov 28 07:44:59.219 INFO [stderr] Checking cookie v0.9.2 Nov 28 07:45:01.964 INFO [stderr] Checking rocket v0.3.17 Nov 28 07:45:14.614 INFO [stderr] Checking rocket_contrib v0.3.17 Nov 28 07:45:27.144 INFO [stderr] Compiling rocket_codegen v0.3.17 Nov 28 07:45:58.889 INFO [stderr] Checking todo v0.0.1 (/source) Nov 28 07:45:58.983 INFO [stderr] error: expected one of `->`, `where`, or `{`, found `}` Nov 28 07:45:58.983 INFO [stderr] --> src/db/models.rs:39:1 Nov 28 07:45:58.983 INFO [stderr] | Nov 28 07:45:58.983 INFO [stderr] 38 | pub fn toggle(db_conn: &PgConnection) Nov 28 07:45:58.984 INFO [stderr] | - expected one of `->`, `where`, or `{` here Nov 28 07:45:58.984 INFO [stderr] 39 | } Nov 28 07:45:58.984 INFO [stderr] | ^ unexpected token Nov 28 07:45:58.985 INFO [stderr] Nov 28 07:45:58.997 INFO [stderr] error: expected one of `->`, `where`, or `{`, found `}` Nov 28 07:45:58.998 INFO [stderr] --> src/db/models.rs:39:1 Nov 28 07:45:58.998 INFO [stderr] | Nov 28 07:45:58.998 INFO [stderr] 38 | pub fn toggle(db_conn: &PgConnection) Nov 28 07:45:59.000 INFO [stderr] | - expected one of `->`, `where`, or `{` here Nov 28 07:45:59.001 INFO [stderr] 39 | } Nov 28 07:45:59.001 INFO [stderr] | ^ unexpected token Nov 28 07:45:59.001 INFO [stderr] Nov 28 07:46:04.256 INFO [stderr] warning: unused `#[macro_use]` import Nov 28 07:46:04.256 INFO [stderr] --> src/main.rs:7:1 Nov 28 07:46:04.256 INFO [stderr] | Nov 28 07:46:04.256 INFO [stderr] 7 | #[macro_use] Nov 28 07:46:04.256 INFO [stderr] | ^^^^^^^^^^^^ Nov 28 07:46:04.262 INFO [stderr] | Nov 28 07:46:04.262 INFO [stderr] = note: #[warn(unused_imports)] on by default Nov 28 07:46:04.262 INFO [stderr] Nov 28 07:46:04.262 INFO [stderr] warning: unused import: `std::collections::HashMap` Nov 28 07:46:04.262 INFO [stderr] --> src/main.rs:17:5 Nov 28 07:46:04.262 INFO [stderr] | Nov 28 07:46:04.263 INFO [stderr] 17 | use std::collections::HashMap; Nov 28 07:46:04.263 INFO [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^ Nov 28 07:46:04.263 INFO [stderr] Nov 28 07:46:04.263 INFO [stderr] warning: unused import: `diesel::prelude::*` Nov 28 07:46:04.263 INFO [stderr] --> src/db/mod.rs:1:5 Nov 28 07:46:04.263 INFO [stderr] | Nov 28 07:46:04.263 INFO [stderr] 1 | use diesel::prelude::*; Nov 28 07:46:04.263 INFO [stderr] | ^^^^^^^^^^^^^^^^^^ Nov 28 07:46:04.263 INFO [stderr] Nov 28 07:46:04.263 INFO [stderr] warning: cannot find type `table` in this scope Nov 28 07:46:04.263 INFO [stderr] --> <::diesel::macros::table_body macros>:165:33 Nov 28 07:46:04.263 INFO [stderr] | Nov 28 07:46:04.263 INFO [stderr] 165 | derive ( Debug , Clone , Copy , QueryId ) ] /// The actual table struct Nov 28 07:46:04.263 INFO [stderr] | ^^^^^^^ names from parent modules are not accessible without an explicit import Nov 28 07:46:04.263 INFO [stderr] | Nov 28 07:46:04.263 INFO [stderr] = note: #[warn(proc_macro_derive_resolution_fallback)] on by default Nov 28 07:46:04.263 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 28 07:46:04.263 INFO [stderr] = note: for more information, see issue #50504 Nov 28 07:46:04.263 INFO [stderr] Nov 28 07:46:04.263 INFO [stderr] warning: cannot find type `table` in this scope Nov 28 07:46:04.263 INFO [stderr] --> <::diesel::macros::table_body macros>:165:33 Nov 28 07:46:04.263 INFO [stderr] | Nov 28 07:46:04.263 INFO [stderr] 165 | derive ( Debug , Clone , Copy , QueryId ) ] /// The actual table struct Nov 28 07:46:04.263 INFO [stderr] | ^^^^^^^ names from parent modules are not accessible without an explicit import Nov 28 07:46:04.263 INFO [stderr] | Nov 28 07:46:04.263 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 28 07:46:04.263 INFO [stderr] = note: for more information, see issue #50504 Nov 28 07:46:04.263 INFO [stderr] Nov 28 07:46:04.263 INFO [stderr] warning: cannot find type `id` in this scope Nov 28 07:46:04.263 INFO [stderr] --> <::diesel::macros::__diesel_column macros>:5:33 Nov 28 07:46:04.263 INFO [stderr] | Nov 28 07:46:04.263 INFO [stderr] 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Nov 28 07:46:04.263 INFO [stderr] | ^^^^^^^ names from parent modules are not accessible without an explicit import Nov 28 07:46:04.269 INFO [stderr] | Nov 28 07:46:04.269 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 28 07:46:04.269 INFO [stderr] = note: for more information, see issue #50504 Nov 28 07:46:04.269 INFO [stderr] Nov 28 07:46:04.269 INFO [stderr] warning: cannot find type `title` in this scope Nov 28 07:46:04.269 INFO [stderr] --> <::diesel::macros::__diesel_column macros>:5:33 Nov 28 07:46:04.269 INFO [stderr] | Nov 28 07:46:04.269 INFO [stderr] 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Nov 28 07:46:04.269 INFO [stderr] | ^^^^^^^ names from parent modules are not accessible without an explicit import Nov 28 07:46:04.269 INFO [stderr] | Nov 28 07:46:04.269 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 28 07:46:04.269 INFO [stderr] = note: for more information, see issue #50504 Nov 28 07:46:04.269 INFO [stderr] Nov 28 07:46:04.269 INFO [stderr] warning: cannot find type `description` in this scope Nov 28 07:46:04.269 INFO [stderr] --> <::diesel::macros::__diesel_column macros>:5:33 Nov 28 07:46:04.269 INFO [stderr] | Nov 28 07:46:04.269 INFO [stderr] 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Nov 28 07:46:04.269 INFO [stderr] | ^^^^^^^ names from parent modules are not accessible without an explicit import Nov 28 07:46:04.269 INFO [stderr] | Nov 28 07:46:04.269 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 28 07:46:04.269 INFO [stderr] = note: for more information, see issue #50504 Nov 28 07:46:04.269 INFO [stderr] Nov 28 07:46:04.269 INFO [stderr] warning: cannot find type `todos` in this scope Nov 28 07:46:04.269 INFO [stderr] --> src/db/models.rs:7:10 Nov 28 07:46:04.269 INFO [stderr] | Nov 28 07:46:04.269 INFO [stderr] 7 | #[derive(Insertable)] Nov 28 07:46:04.269 INFO [stderr] | ^^^^^^^^^^ names from parent modules are not accessible without an explicit import Nov 28 07:46:04.269 INFO [stderr] | Nov 28 07:46:04.269 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 28 07:46:04.269 INFO [stderr] = note: for more information, see issue #50504 Nov 28 07:46:04.269 INFO [stderr] Nov 28 07:46:04.269 INFO [stderr] warning: cannot find type `NewTodo` in this scope Nov 28 07:46:04.269 INFO [stderr] --> src/db/models.rs:7:10 Nov 28 07:46:04.269 INFO [stderr] | Nov 28 07:46:04.269 INFO [stderr] 7 | #[derive(Insertable)] Nov 28 07:46:04.269 INFO [stderr] | ^^^^^^^^^^ names from parent modules are not accessible without an explicit import Nov 28 07:46:04.269 INFO [stderr] | Nov 28 07:46:04.269 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 28 07:46:04.269 INFO [stderr] = note: for more information, see issue #50504 Nov 28 07:46:04.269 INFO [stderr] Nov 28 07:46:04.272 INFO [stderr] warning: cannot find type `Todo` in this scope Nov 28 07:46:04.272 INFO [stderr] --> src/db/models.rs:14:10 Nov 28 07:46:04.272 INFO [stderr] | Nov 28 07:46:04.272 INFO [stderr] 14 | #[derive(Queryable)] Nov 28 07:46:04.272 INFO [stderr] | ^^^^^^^^^ names from parent modules are not accessible without an explicit import Nov 28 07:46:04.272 INFO [stderr] | Nov 28 07:46:04.272 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 28 07:46:04.272 INFO [stderr] = note: for more information, see issue #50504 Nov 28 07:46:04.272 INFO [stderr] Nov 28 07:46:04.272 INFO [stderr] warning: unused import: `super::schema::todos::dsl` Nov 28 07:46:04.272 INFO [stderr] --> src/db/models.rs:32:13 Nov 28 07:46:04.272 INFO [stderr] | Nov 28 07:46:04.272 INFO [stderr] 32 | use super::schema::todos::dsl; Nov 28 07:46:04.272 INFO [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^ Nov 28 07:46:04.272 INFO [stderr] Nov 28 07:46:04.384 INFO [stderr] warning: unused `#[macro_use]` import Nov 28 07:46:04.385 INFO [stderr] --> src/main.rs:7:1 Nov 28 07:46:04.385 INFO [stderr] | Nov 28 07:46:04.385 INFO [stderr] 7 | #[macro_use] Nov 28 07:46:04.385 INFO [stderr] | ^^^^^^^^^^^^ Nov 28 07:46:04.385 INFO [stderr] | Nov 28 07:46:04.385 INFO [stderr] = note: #[warn(unused_imports)] on by default Nov 28 07:46:04.385 INFO [stderr] Nov 28 07:46:04.385 INFO [stderr] warning: unused import: `std::collections::HashMap` Nov 28 07:46:04.385 INFO [stderr] --> src/main.rs:17:5 Nov 28 07:46:04.385 INFO [stderr] | Nov 28 07:46:04.385 INFO [stderr] 17 | use std::collections::HashMap; Nov 28 07:46:04.385 INFO [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^ Nov 28 07:46:04.385 INFO [stderr] Nov 28 07:46:04.385 INFO [stderr] warning: unused import: `diesel::prelude::*` Nov 28 07:46:04.385 INFO [stderr] --> src/db/mod.rs:1:5 Nov 28 07:46:04.385 INFO [stderr] | Nov 28 07:46:04.385 INFO [stderr] 1 | use diesel::prelude::*; Nov 28 07:46:04.385 INFO [stderr] | ^^^^^^^^^^^^^^^^^^ Nov 28 07:46:04.385 INFO [stderr] Nov 28 07:46:04.385 INFO [stderr] warning: cannot find type `table` in this scope Nov 28 07:46:04.385 INFO [stderr] --> <::diesel::macros::table_body macros>:165:33 Nov 28 07:46:04.385 INFO [stderr] | Nov 28 07:46:04.385 INFO [stderr] 165 | derive ( Debug , Clone , Copy , QueryId ) ] /// The actual table struct Nov 28 07:46:04.385 INFO [stderr] | ^^^^^^^ names from parent modules are not accessible without an explicit import Nov 28 07:46:04.385 INFO [stderr] | Nov 28 07:46:04.385 INFO [stderr] = note: #[warn(proc_macro_derive_resolution_fallback)] on by default Nov 28 07:46:04.385 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 28 07:46:04.385 INFO [stderr] = note: for more information, see issue #50504 Nov 28 07:46:04.385 INFO [stderr] Nov 28 07:46:04.385 INFO [stderr] warning: cannot find type `table` in this scope Nov 28 07:46:04.385 INFO [stderr] --> <::diesel::macros::table_body macros>:165:33 Nov 28 07:46:04.385 INFO [stderr] | Nov 28 07:46:04.385 INFO [stderr] 165 | derive ( Debug , Clone , Copy , QueryId ) ] /// The actual table struct Nov 28 07:46:04.385 INFO [stderr] | ^^^^^^^ names from parent modules are not accessible without an explicit import Nov 28 07:46:04.385 INFO [stderr] | Nov 28 07:46:04.385 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 28 07:46:04.385 INFO [stderr] = note: for more information, see issue #50504 Nov 28 07:46:04.385 INFO [stderr] Nov 28 07:46:04.385 INFO [stderr] warning: cannot find type `id` in this scope Nov 28 07:46:04.385 INFO [stderr] --> <::diesel::macros::__diesel_column macros>:5:33 Nov 28 07:46:04.385 INFO [stderr] | Nov 28 07:46:04.385 INFO [stderr] 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Nov 28 07:46:04.385 INFO [stderr] | ^^^^^^^ names from parent modules are not accessible without an explicit import Nov 28 07:46:04.385 INFO [stderr] | Nov 28 07:46:04.385 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 28 07:46:04.385 INFO [stderr] = note: for more information, see issue #50504 Nov 28 07:46:04.385 INFO [stderr] Nov 28 07:46:04.385 INFO [stderr] warning: cannot find type `title` in this scope Nov 28 07:46:04.385 INFO [stderr] --> <::diesel::macros::__diesel_column macros>:5:33 Nov 28 07:46:04.385 INFO [stderr] | Nov 28 07:46:04.385 INFO [stderr] 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Nov 28 07:46:04.385 INFO [stderr] | ^^^^^^^ names from parent modules are not accessible without an explicit import Nov 28 07:46:04.385 INFO [stderr] | Nov 28 07:46:04.385 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 28 07:46:04.385 INFO [stderr] = note: for more information, see issue #50504 Nov 28 07:46:04.385 INFO [stderr] Nov 28 07:46:04.385 INFO [stderr] warning: cannot find type `description` in this scope Nov 28 07:46:04.385 INFO [stderr] --> <::diesel::macros::__diesel_column macros>:5:33 Nov 28 07:46:04.385 INFO [stderr] | Nov 28 07:46:04.385 INFO [stderr] 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Nov 28 07:46:04.385 INFO [stderr] | ^^^^^^^ names from parent modules are not accessible without an explicit import Nov 28 07:46:04.385 INFO [stderr] | Nov 28 07:46:04.385 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 28 07:46:04.385 INFO [stderr] = note: for more information, see issue #50504 Nov 28 07:46:04.385 INFO [stderr] Nov 28 07:46:04.385 INFO [stderr] warning: cannot find type `todos` in this scope Nov 28 07:46:04.385 INFO [stderr] --> src/db/models.rs:7:10 Nov 28 07:46:04.385 INFO [stderr] | Nov 28 07:46:04.385 INFO [stderr] 7 | #[derive(Insertable)] Nov 28 07:46:04.385 INFO [stderr] | ^^^^^^^^^^ names from parent modules are not accessible without an explicit import Nov 28 07:46:04.385 INFO [stderr] | Nov 28 07:46:04.385 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 28 07:46:04.385 INFO [stderr] = note: for more information, see issue #50504 Nov 28 07:46:04.385 INFO [stderr] Nov 28 07:46:04.385 INFO [stderr] warning: cannot find type `NewTodo` in this scope Nov 28 07:46:04.385 INFO [stderr] --> src/db/models.rs:7:10 Nov 28 07:46:04.385 INFO [stderr] | Nov 28 07:46:04.385 INFO [stderr] 7 | #[derive(Insertable)] Nov 28 07:46:04.385 INFO [stderr] | ^^^^^^^^^^ names from parent modules are not accessible without an explicit import Nov 28 07:46:04.386 INFO [stderr] | Nov 28 07:46:04.386 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 28 07:46:04.386 INFO [stderr] = note: for more information, see issue #50504 Nov 28 07:46:04.386 INFO [stderr] Nov 28 07:46:04.386 INFO [stderr] warning: cannot find type `Todo` in this scope Nov 28 07:46:04.386 INFO [stderr] --> src/db/models.rs:14:10 Nov 28 07:46:04.386 INFO [stderr] | Nov 28 07:46:04.386 INFO [stderr] 14 | #[derive(Queryable)] Nov 28 07:46:04.386 INFO [stderr] | ^^^^^^^^^ names from parent modules are not accessible without an explicit import Nov 28 07:46:04.386 INFO [stderr] | Nov 28 07:46:04.386 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 28 07:46:04.386 INFO [stderr] = note: for more information, see issue #50504 Nov 28 07:46:04.386 INFO [stderr] Nov 28 07:46:04.386 INFO [stderr] warning: unused import: `super::schema::todos::dsl` Nov 28 07:46:04.386 INFO [stderr] --> src/db/models.rs:32:13 Nov 28 07:46:04.386 INFO [stderr] | Nov 28 07:46:04.386 INFO [stderr] 32 | use super::schema::todos::dsl; Nov 28 07:46:04.386 INFO [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^ Nov 28 07:46:04.386 INFO [stderr] Nov 28 07:46:04.740 INFO [stderr] error: aborting due to previous error Nov 28 07:46:04.740 INFO [stderr] Nov 28 07:46:04.756 INFO [stderr] error: Could not compile `todo`. Nov 28 07:46:04.756 INFO [stderr] warning: build failed, waiting for other jobs to finish... Nov 28 07:46:04.780 INFO [stderr] error: aborting due to previous error Nov 28 07:46:04.780 INFO [stderr] Nov 28 07:46:04.802 INFO [stderr] error: Could not compile `todo`. Nov 28 07:46:04.802 INFO [stderr] Nov 28 07:46:04.802 INFO [stderr] To learn more, run the command again with --verbose. Nov 28 07:46:04.802 INFO [stderr] su: No module specific data is present Nov 28 07:46:05.363 INFO running `"docker" "inspect" "84636ff9dc4adbabb615239a2f90fa2df4ad3c6505f9eadf9f221ba77720ff60"` Nov 28 07:46:05.610 INFO running `"docker" "rm" "-f" "84636ff9dc4adbabb615239a2f90fa2df4ad3c6505f9eadf9f221ba77720ff60"` Nov 28 07:46:05.831 INFO [stdout] 84636ff9dc4adbabb615239a2f90fa2df4ad3c6505f9eadf9f221ba77720ff60