Nov 28 07:44:44.721 INFO checking christiansakai/todo_rust against master#0b9f19dff1347e29bf4362ab5a8fab84b43023b5 for pr-56074 Nov 28 07:44:44.722 INFO running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/pr-56074/worker-0/master#0b9f19dff1347e29bf4362ab5a8fab84b43023b5:/target:rw,Z" "-v" "/mnt/big/crater/work/local/test-source/worker-0/pr-56074/master#0b9f19dff1347e29bf4362ab5a8fab84b43023b5:/source:ro,Z" "-v" "/mnt/big/crater/work/local/cargo-home:/cargo-home:ro,Z" "-v" "/mnt/big/crater/work/local/rustup-home:/rustup-home:ro,Z" "-e" "USER_ID=1000" "-e" "SOURCE_DIR=/source" "-e" "USER_ID=1000" "-e" "CMD=cargo +0b9f19dff1347e29bf4362ab5a8fab84b43023b5-alt check --frozen --all --all-targets" "-e" "CARGO_TARGET_DIR=/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/cargo-home" "-e" "RUSTUP_HOME=/rustup-home" "-m" "1536M" "--network" "none" "crater"` Nov 28 07:44:45.190 INFO [stdout] 0d6b5e65bc16644e89449e9655c068b6f007f6a3055d8640aa3c2466466da167 Nov 28 07:44:45.191 INFO running `"docker" "start" "-a" "0d6b5e65bc16644e89449e9655c068b6f007f6a3055d8640aa3c2466466da167"` Nov 28 07:44:46.945 INFO [stderr] usermod: no changes Nov 28 07:44:47.340 INFO [stderr] Checking diesel v1.3.3 Nov 28 07:44:47.352 INFO [stderr] Checking tera v0.10.10 Nov 28 07:44:47.352 INFO [stderr] Checking failure v0.1.2 Nov 28 07:44:47.352 INFO [stderr] Compiling rocket v0.3.17 Nov 28 07:44:48.100 INFO [stderr] Checking dotenv v0.13.0 Nov 28 07:45:00.047 INFO [stderr] Checking rocket_contrib v0.3.17 Nov 28 07:45:12.164 INFO [stderr] Compiling rocket_codegen v0.3.17 Nov 28 07:45:53.726 INFO [stderr] Checking todo v0.0.1 (/source) Nov 28 07:45:53.813 INFO [stderr] error: expected one of `->`, `where`, or `{`, found `}` Nov 28 07:45:53.814 INFO [stderr] --> src/db/models.rs:39:1 Nov 28 07:45:53.814 INFO [stderr] | Nov 28 07:45:53.814 INFO [stderr] 38 | pub fn toggle(db_conn: &PgConnection) Nov 28 07:45:53.814 INFO [stderr] | - expected one of `->`, `where`, or `{` here Nov 28 07:45:53.815 INFO [stderr] 39 | } Nov 28 07:45:53.815 INFO [stderr] | ^ unexpected token Nov 28 07:45:53.815 INFO [stderr] Nov 28 07:45:53.842 INFO [stderr] error: expected one of `->`, `where`, or `{`, found `}` Nov 28 07:45:53.842 INFO [stderr] --> src/db/models.rs:39:1 Nov 28 07:45:53.843 INFO [stderr] | Nov 28 07:45:53.843 INFO [stderr] 38 | pub fn toggle(db_conn: &PgConnection) Nov 28 07:45:53.843 INFO [stderr] | - expected one of `->`, `where`, or `{` here Nov 28 07:45:53.843 INFO [stderr] 39 | } Nov 28 07:45:53.844 INFO [stderr] | ^ unexpected token Nov 28 07:45:53.844 INFO [stderr] Nov 28 07:45:59.405 INFO [stderr] warning: unused `#[macro_use]` import Nov 28 07:45:59.406 INFO [stderr] --> src/main.rs:7:1 Nov 28 07:45:59.406 INFO [stderr] | Nov 28 07:45:59.406 INFO [stderr] 7 | #[macro_use] Nov 28 07:45:59.406 INFO [stderr] | ^^^^^^^^^^^^ Nov 28 07:45:59.407 INFO [stderr] | Nov 28 07:45:59.407 INFO [stderr] = note: #[warn(unused_imports)] on by default Nov 28 07:45:59.407 INFO [stderr] Nov 28 07:45:59.407 INFO [stderr] warning: unused import: `std::collections::HashMap` Nov 28 07:45:59.408 INFO [stderr] --> src/main.rs:17:5 Nov 28 07:45:59.408 INFO [stderr] | Nov 28 07:45:59.408 INFO [stderr] 17 | use std::collections::HashMap; Nov 28 07:45:59.409 INFO [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^ Nov 28 07:45:59.409 INFO [stderr] Nov 28 07:45:59.409 INFO [stderr] warning: unused import: `diesel::prelude::*` Nov 28 07:45:59.409 INFO [stderr] --> src/db/mod.rs:1:5 Nov 28 07:45:59.410 INFO [stderr] | Nov 28 07:45:59.410 INFO [stderr] 1 | use diesel::prelude::*; Nov 28 07:45:59.410 INFO [stderr] | ^^^^^^^^^^^^^^^^^^ Nov 28 07:45:59.410 INFO [stderr] Nov 28 07:45:59.411 INFO [stderr] warning: cannot find type `table` in this scope Nov 28 07:45:59.411 INFO [stderr] --> <::diesel::macros::table_body macros>:165:33 Nov 28 07:45:59.411 INFO [stderr] | Nov 28 07:45:59.411 INFO [stderr] 165 | derive ( Debug , Clone , Copy , QueryId ) ] /// The actual table struct Nov 28 07:45:59.412 INFO [stderr] | ^^^^^^^ names from parent modules are not accessible without an explicit import Nov 28 07:45:59.412 INFO [stderr] | Nov 28 07:45:59.412 INFO [stderr] = note: #[warn(proc_macro_derive_resolution_fallback)] on by default Nov 28 07:45:59.412 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:45:59.413 INFO [stderr] = note: for more information, see issue #50504 Nov 28 07:45:59.413 INFO [stderr] Nov 28 07:45:59.413 INFO [stderr] warning: cannot find type `table` in this scope Nov 28 07:45:59.413 INFO [stderr] --> <::diesel::macros::table_body macros>:165:33 Nov 28 07:45:59.414 INFO [stderr] | Nov 28 07:45:59.414 INFO [stderr] 165 | derive ( Debug , Clone , Copy , QueryId ) ] /// The actual table struct Nov 28 07:45:59.414 INFO [stderr] | ^^^^^^^ names from parent modules are not accessible without an explicit import Nov 28 07:45:59.414 INFO [stderr] | Nov 28 07:45:59.415 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:45:59.415 INFO [stderr] = note: for more information, see issue #50504 Nov 28 07:45:59.415 INFO [stderr] Nov 28 07:45:59.415 INFO [stderr] warning: cannot find type `id` in this scope Nov 28 07:45:59.416 INFO [stderr] --> <::diesel::macros::__diesel_column macros>:5:33 Nov 28 07:45:59.416 INFO [stderr] | Nov 28 07:45:59.416 INFO [stderr] 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Nov 28 07:45:59.416 INFO [stderr] | ^^^^^^^ names from parent modules are not accessible without an explicit import Nov 28 07:45:59.416 INFO [stderr] | Nov 28 07:45:59.416 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:45:59.416 INFO [stderr] = note: for more information, see issue #50504 Nov 28 07:45:59.416 INFO [stderr] Nov 28 07:45:59.416 INFO [stderr] warning: cannot find type `title` in this scope Nov 28 07:45:59.416 INFO [stderr] --> <::diesel::macros::__diesel_column macros>:5:33 Nov 28 07:45:59.416 INFO [stderr] | Nov 28 07:45:59.416 INFO [stderr] 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Nov 28 07:45:59.416 INFO [stderr] | ^^^^^^^ names from parent modules are not accessible without an explicit import Nov 28 07:45:59.416 INFO [stderr] | Nov 28 07:45:59.416 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:45:59.416 INFO [stderr] = note: for more information, see issue #50504 Nov 28 07:45:59.416 INFO [stderr] Nov 28 07:45:59.416 INFO [stderr] warning: cannot find type `description` in this scope Nov 28 07:45:59.416 INFO [stderr] --> <::diesel::macros::__diesel_column macros>:5:33 Nov 28 07:45:59.416 INFO [stderr] | Nov 28 07:45:59.416 INFO [stderr] 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Nov 28 07:45:59.416 INFO [stderr] | ^^^^^^^ names from parent modules are not accessible without an explicit import Nov 28 07:45:59.416 INFO [stderr] | Nov 28 07:45:59.416 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:45:59.416 INFO [stderr] = note: for more information, see issue #50504 Nov 28 07:45:59.416 INFO [stderr] Nov 28 07:45:59.416 INFO [stderr] warning: cannot find type `todos` in this scope Nov 28 07:45:59.416 INFO [stderr] --> src/db/models.rs:7:10 Nov 28 07:45:59.416 INFO [stderr] | Nov 28 07:45:59.416 INFO [stderr] 7 | #[derive(Insertable)] Nov 28 07:45:59.417 INFO [stderr] | ^^^^^^^^^^ names from parent modules are not accessible without an explicit import Nov 28 07:45:59.417 INFO [stderr] | Nov 28 07:45:59.417 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:45:59.417 INFO [stderr] = note: for more information, see issue #50504 Nov 28 07:45:59.417 INFO [stderr] Nov 28 07:45:59.417 INFO [stderr] warning: cannot find type `NewTodo` in this scope Nov 28 07:45:59.417 INFO [stderr] --> src/db/models.rs:7:10 Nov 28 07:45:59.417 INFO [stderr] | Nov 28 07:45:59.417 INFO [stderr] 7 | #[derive(Insertable)] Nov 28 07:45:59.417 INFO [stderr] | ^^^^^^^^^^ names from parent modules are not accessible without an explicit import Nov 28 07:45:59.417 INFO [stderr] warning: unused `#[macro_use]` import Nov 28 07:45:59.417 INFO [stderr] --> src/main.rs:7:1 Nov 28 07:45:59.417 INFO [stderr] | Nov 28 07:45:59.417 INFO [stderr] 7 | #[macro_use] Nov 28 07:45:59.417 INFO [stderr] | ^^^^^^^^^^^^ Nov 28 07:45:59.417 INFO [stderr] | Nov 28 07:45:59.417 INFO [stderr] = note: #[warn(unused_imports)] on by default Nov 28 07:45:59.417 INFO [stderr] Nov 28 07:45:59.417 INFO [stderr] warning: unused import: `std::collections::HashMap` Nov 28 07:45:59.417 INFO [stderr] --> src/main.rs:17:5 Nov 28 07:45:59.417 INFO [stderr] | Nov 28 07:45:59.417 INFO [stderr] 17 | use std::collections::HashMap; Nov 28 07:45:59.417 INFO [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^ Nov 28 07:45:59.417 INFO [stderr] Nov 28 07:45:59.417 INFO [stderr] warning: unused import: `diesel::prelude::*` Nov 28 07:45:59.417 INFO [stderr] --> src/db/mod.rs:1:5 Nov 28 07:45:59.417 INFO [stderr] | Nov 28 07:45:59.417 INFO [stderr] 1 | use diesel::prelude::*; Nov 28 07:45:59.417 INFO [stderr] | ^^^^^^^^^^^^^^^^^^ Nov 28 07:45:59.417 INFO [stderr] Nov 28 07:45:59.417 INFO [stderr] warning: cannot find type `table` in this scope Nov 28 07:45:59.417 INFO [stderr] --> <::diesel::macros::table_body macros>:165:33 Nov 28 07:45:59.417 INFO [stderr] | Nov 28 07:45:59.417 INFO [stderr] 165 | derive ( Debug , Clone , Copy , QueryId ) ] /// The actual table struct Nov 28 07:45:59.417 INFO [stderr] | ^^^^^^^ names from parent modules are not accessible without an explicit import Nov 28 07:45:59.417 INFO [stderr] | Nov 28 07:45:59.417 INFO [stderr] = note: #[warn(proc_macro_derive_resolution_fallback)] on by default Nov 28 07:45:59.417 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:45:59.417 INFO [stderr] = note: for more information, see issue #50504 Nov 28 07:45:59.417 INFO [stderr] Nov 28 07:45:59.417 INFO [stderr] warning: cannot find type `table` in this scope Nov 28 07:45:59.417 INFO [stderr] --> <::diesel::macros::table_body macros>:165:33 Nov 28 07:45:59.417 INFO [stderr] | Nov 28 07:45:59.417 INFO [stderr] 165 | derive ( Debug , Clone , Copy , QueryId ) ] /// The actual table struct Nov 28 07:45:59.417 INFO [stderr] | ^^^^^^^ names from parent modules are not accessible without an explicit import Nov 28 07:45:59.417 INFO [stderr] | Nov 28 07:45:59.417 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:45:59.417 INFO [stderr] = note: for more information, see issue #50504 Nov 28 07:45:59.417 INFO [stderr] Nov 28 07:45:59.417 INFO [stderr] warning: cannot find type `id` in this scope Nov 28 07:45:59.417 INFO [stderr] --> <::diesel::macros::__diesel_column macros>:5:33 Nov 28 07:45:59.417 INFO [stderr] | Nov 28 07:45:59.417 INFO [stderr] 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Nov 28 07:45:59.417 INFO [stderr] | ^^^^^^^ names from parent modules are not accessible without an explicit import Nov 28 07:45:59.417 INFO [stderr] | Nov 28 07:45:59.417 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:45:59.417 INFO [stderr] = note: for more information, see issue #50504 Nov 28 07:45:59.417 INFO [stderr] Nov 28 07:45:59.417 INFO [stderr] warning: cannot find type `title` in this scope Nov 28 07:45:59.417 INFO [stderr] --> <::diesel::macros::__diesel_column macros>:5:33 Nov 28 07:45:59.417 INFO [stderr] | Nov 28 07:45:59.417 INFO [stderr] 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Nov 28 07:45:59.417 INFO [stderr] | ^^^^^^^ names from parent modules are not accessible without an explicit import Nov 28 07:45:59.417 INFO [stderr] | Nov 28 07:45:59.417 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:45:59.417 INFO [stderr] = note: for more information, see issue #50504 Nov 28 07:45:59.417 INFO [stderr] Nov 28 07:45:59.417 INFO [stderr] warning: cannot find type `description` in this scope Nov 28 07:45:59.417 INFO [stderr] --> <::diesel::macros::__diesel_column macros>:5:33 Nov 28 07:45:59.417 INFO [stderr] | Nov 28 07:45:59.417 INFO [stderr] 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Nov 28 07:45:59.417 INFO [stderr] | ^^^^^^^ names from parent modules are not accessible without an explicit import Nov 28 07:45:59.417 INFO [stderr] | Nov 28 07:45:59.417 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:45:59.417 INFO [stderr] = note: for more information, see issue #50504 Nov 28 07:45:59.417 INFO [stderr] Nov 28 07:45:59.417 INFO [stderr] warning: cannot find type `todos` in this scope Nov 28 07:45:59.417 INFO [stderr] --> src/db/models.rs:7:10 Nov 28 07:45:59.417 INFO [stderr] | Nov 28 07:45:59.417 INFO [stderr] 7 | #[derive(Insertable)] Nov 28 07:45:59.418 INFO [stderr] | ^^^^^^^^^^ names from parent modules are not accessible without an explicit import Nov 28 07:45:59.418 INFO [stderr] | Nov 28 07:45:59.418 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:45:59.418 INFO [stderr] = note: for more information, see issue #50504 Nov 28 07:45:59.418 INFO [stderr] Nov 28 07:45:59.418 INFO [stderr] warning: cannot find type `NewTodo` in this scope Nov 28 07:45:59.418 INFO [stderr] --> src/db/models.rs:7:10 Nov 28 07:45:59.418 INFO [stderr] | Nov 28 07:45:59.418 INFO [stderr] 7 | #[derive(Insertable)] Nov 28 07:45:59.418 INFO [stderr] | ^^^^^^^^^^ names from parent modules are not accessible without an explicit import Nov 28 07:45:59.418 INFO [stderr] | Nov 28 07:45:59.418 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:45:59.418 INFO [stderr] = note: for more information, see issue #50504 Nov 28 07:45:59.418 INFO [stderr] Nov 28 07:45:59.418 INFO [stderr] warning: cannot find type `Todo` in this scope Nov 28 07:45:59.418 INFO [stderr] --> src/db/models.rs:14:10 Nov 28 07:45:59.418 INFO [stderr] | Nov 28 07:45:59.418 INFO [stderr] 14 | #[derive(Queryable)] Nov 28 07:45:59.418 INFO [stderr] | ^^^^^^^^^ names from parent modules are not accessible without an explicit import Nov 28 07:45:59.418 INFO [stderr] | Nov 28 07:45:59.418 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:45:59.418 INFO [stderr] = note: for more information, see issue #50504 Nov 28 07:45:59.418 INFO [stderr] Nov 28 07:45:59.418 INFO [stderr] warning: unused import: `super::schema::todos::dsl` Nov 28 07:45:59.418 INFO [stderr] --> src/db/models.rs:32:13 Nov 28 07:45:59.418 INFO [stderr] | Nov 28 07:45:59.418 INFO [stderr] 32 | use super::schema::todos::dsl; Nov 28 07:45:59.418 INFO [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^ Nov 28 07:45:59.418 INFO [stderr] Nov 28 07:45:59.438 INFO [stderr] | Nov 28 07:45:59.438 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:45:59.438 INFO [stderr] = note: for more information, see issue #50504 Nov 28 07:45:59.438 INFO [stderr] Nov 28 07:45:59.438 INFO [stderr] warning: cannot find type `Todo` in this scope Nov 28 07:45:59.438 INFO [stderr] --> src/db/models.rs:14:10 Nov 28 07:45:59.438 INFO [stderr] | Nov 28 07:45:59.438 INFO [stderr] 14 | #[derive(Queryable)] Nov 28 07:45:59.438 INFO [stderr] | ^^^^^^^^^ names from parent modules are not accessible without an explicit import Nov 28 07:45:59.439 INFO [stderr] | Nov 28 07:45:59.439 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:45:59.439 INFO [stderr] = note: for more information, see issue #50504 Nov 28 07:45:59.439 INFO [stderr] Nov 28 07:45:59.439 INFO [stderr] warning: unused import: `super::schema::todos::dsl` Nov 28 07:45:59.439 INFO [stderr] --> src/db/models.rs:32:13 Nov 28 07:45:59.439 INFO [stderr] | Nov 28 07:45:59.439 INFO [stderr] 32 | use super::schema::todos::dsl; Nov 28 07:45:59.439 INFO [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^ Nov 28 07:45:59.439 INFO [stderr] Nov 28 07:46:00.028 INFO [stderr] error: aborting due to previous error Nov 28 07:46:00.028 INFO [stderr] Nov 28 07:46:00.040 INFO [stderr] error: aborting due to previous error Nov 28 07:46:00.040 INFO [stderr] Nov 28 07:46:00.056 INFO [stderr] error: Could not compile `todo`. Nov 28 07:46:00.056 INFO [stderr] warning: build failed, waiting for other jobs to finish... Nov 28 07:46:00.076 INFO [stderr] error: Could not compile `todo`. Nov 28 07:46:00.076 INFO [stderr] Nov 28 07:46:00.076 INFO [stderr] To learn more, run the command again with --verbose. Nov 28 07:46:00.088 INFO [stderr] su: No module specific data is present Nov 28 07:46:01.104 INFO running `"docker" "inspect" "0d6b5e65bc16644e89449e9655c068b6f007f6a3055d8640aa3c2466466da167"` Nov 28 07:46:01.443 INFO running `"docker" "rm" "-f" "0d6b5e65bc16644e89449e9655c068b6f007f6a3055d8640aa3c2466466da167"` Nov 28 07:46:01.881 INFO [stdout] 0d6b5e65bc16644e89449e9655c068b6f007f6a3055d8640aa3c2466466da167