Nov 30 05:18:33.719 INFO checking christiansakai/todo_rust against try#32252761328f59ccfadb1bafb8148c685bc830b3 for pr-56323 Nov 30 05:18:33.719 INFO running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/pr-56323/worker-7/try#32252761328f59ccfadb1bafb8148c685bc830b3:/target:rw,Z" "-v" "/mnt/big/crater/work/local/test-source/worker-7/pr-56323/try#32252761328f59ccfadb1bafb8148c685bc830b3:/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 +32252761328f59ccfadb1bafb8148c685bc830b3-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 30 05:18:34.226 INFO [stdout] 44ce2a8f9a71e35c9e9ed53c61018f01d5b468b46549ed842682fe832c35962a Nov 30 05:18:34.228 INFO running `"docker" "start" "-a" "44ce2a8f9a71e35c9e9ed53c61018f01d5b468b46549ed842682fe832c35962a"` Nov 30 05:18:35.780 INFO [stderr] usermod: no changes Nov 30 05:18:36.129 INFO [stderr] Checking pest v0.4.1 Nov 30 05:18:36.150 INFO [stderr] Checking r2d2 v0.8.2 Nov 30 05:18:36.152 INFO [stderr] Compiling syn v0.15.11 Nov 30 05:18:36.152 INFO [stderr] Compiling hyper v0.10.13 Nov 30 05:18:36.152 INFO [stderr] Checking error-chain v0.10.0 Nov 30 05:18:36.152 INFO [stderr] Checking failure v0.1.2 Nov 30 05:18:36.152 INFO [stderr] Compiling ring v0.11.0 Nov 30 05:18:37.065 INFO [stderr] Checking dotenv v0.13.0 Nov 30 05:18:38.280 INFO [stderr] Checking tera v0.10.10 Nov 30 05:18:38.747 INFO [stderr] Checking diesel v1.3.3 Nov 30 05:18:58.912 INFO [stderr] Checking cookie v0.9.2 Nov 30 05:19:12.648 INFO [stderr] Checking rocket v0.3.17 Nov 30 05:19:14.212 INFO [stderr] Compiling serde_derive v1.0.80 Nov 30 05:19:27.020 INFO [stderr] Checking rocket_contrib v0.3.17 Nov 30 05:19:37.446 INFO [stderr] Compiling rocket_codegen v0.3.17 Nov 30 05:20:13.404 INFO [stderr] Checking todo v0.0.1 (/source) Nov 30 05:20:13.468 INFO [stderr] error: expected one of `->`, `where`, or `{`, found `}` Nov 30 05:20:13.468 INFO [stderr] --> src/db/models.rs:39:1 Nov 30 05:20:13.468 INFO [stderr] | Nov 30 05:20:13.468 INFO [stderr] 38 | pub fn toggle(db_conn: &PgConnection) Nov 30 05:20:13.468 INFO [stderr] | - expected one of `->`, `where`, or `{` here Nov 30 05:20:13.468 INFO [stderr] 39 | } Nov 30 05:20:13.468 INFO [stderr] | ^ unexpected token Nov 30 05:20:13.468 INFO [stderr] Nov 30 05:20:13.540 INFO [stderr] error: expected one of `->`, `where`, or `{`, found `}` Nov 30 05:20:13.540 INFO [stderr] --> src/db/models.rs:39:1 Nov 30 05:20:13.540 INFO [stderr] | Nov 30 05:20:13.540 INFO [stderr] 38 | pub fn toggle(db_conn: &PgConnection) Nov 30 05:20:13.540 INFO [stderr] | - expected one of `->`, `where`, or `{` here Nov 30 05:20:13.540 INFO [stderr] 39 | } Nov 30 05:20:13.540 INFO [stderr] | ^ unexpected token Nov 30 05:20:13.540 INFO [stderr] Nov 30 05:20:17.498 INFO [stderr] warning: unused `#[macro_use]` import Nov 30 05:20:17.498 INFO [stderr] --> src/main.rs:7:1 Nov 30 05:20:17.498 INFO [stderr] | Nov 30 05:20:17.498 INFO [stderr] 7 | #[macro_use] Nov 30 05:20:17.498 INFO [stderr] | ^^^^^^^^^^^^ Nov 30 05:20:17.498 INFO [stderr] | Nov 30 05:20:17.498 INFO [stderr] = note: #[warn(unused_imports)] on by default Nov 30 05:20:17.498 INFO [stderr] Nov 30 05:20:17.498 INFO [stderr] warning: unused import: `std::collections::HashMap` Nov 30 05:20:17.498 INFO [stderr] --> src/main.rs:17:5 Nov 30 05:20:17.504 INFO [stderr] | Nov 30 05:20:17.504 INFO [stderr] 17 | use std::collections::HashMap; Nov 30 05:20:17.504 INFO [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^ Nov 30 05:20:17.504 INFO [stderr] Nov 30 05:20:17.504 INFO [stderr] warning: unused import: `diesel::prelude::*` Nov 30 05:20:17.504 INFO [stderr] --> src/db/mod.rs:1:5 Nov 30 05:20:17.504 INFO [stderr] | Nov 30 05:20:17.504 INFO [stderr] 1 | use diesel::prelude::*; Nov 30 05:20:17.504 INFO [stderr] | ^^^^^^^^^^^^^^^^^^ Nov 30 05:20:17.504 INFO [stderr] Nov 30 05:20:17.504 INFO [stderr] warning: cannot find type `table` in this scope Nov 30 05:20:17.504 INFO [stderr] --> <::diesel::macros::table_body macros>:165:33 Nov 30 05:20:17.504 INFO [stderr] | Nov 30 05:20:17.504 INFO [stderr] 165 | derive ( Debug , Clone , Copy , QueryId ) ] /// The actual table struct Nov 30 05:20:17.504 INFO [stderr] | ^^^^^^^ names from parent modules are not accessible without an explicit import Nov 30 05:20:17.504 INFO [stderr] | Nov 30 05:20:17.504 INFO [stderr] = note: #[warn(proc_macro_derive_resolution_fallback)] on by default Nov 30 05:20:17.504 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 30 05:20:17.504 INFO [stderr] = note: for more information, see issue #50504 Nov 30 05:20:17.504 INFO [stderr] Nov 30 05:20:17.504 INFO [stderr] warning: cannot find type `table` in this scope Nov 30 05:20:17.504 INFO [stderr] --> <::diesel::macros::table_body macros>:165:33 Nov 30 05:20:17.504 INFO [stderr] | Nov 30 05:20:17.504 INFO [stderr] 165 | derive ( Debug , Clone , Copy , QueryId ) ] /// The actual table struct Nov 30 05:20:17.504 INFO [stderr] | ^^^^^^^ names from parent modules are not accessible without an explicit import Nov 30 05:20:17.504 INFO [stderr] | Nov 30 05:20:17.504 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 30 05:20:17.504 INFO [stderr] = note: for more information, see issue #50504 Nov 30 05:20:17.504 INFO [stderr] Nov 30 05:20:17.504 INFO [stderr] warning: cannot find type `id` in this scope Nov 30 05:20:17.504 INFO [stderr] --> <::diesel::macros::__diesel_column macros>:5:33 Nov 30 05:20:17.504 INFO [stderr] | Nov 30 05:20:17.504 INFO [stderr] 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Nov 30 05:20:17.504 INFO [stderr] | ^^^^^^^ names from parent modules are not accessible without an explicit import Nov 30 05:20:17.504 INFO [stderr] | Nov 30 05:20:17.504 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 30 05:20:17.504 INFO [stderr] = note: for more information, see issue #50504 Nov 30 05:20:17.504 INFO [stderr] Nov 30 05:20:17.504 INFO [stderr] warning: cannot find type `title` in this scope Nov 30 05:20:17.504 INFO [stderr] --> <::diesel::macros::__diesel_column macros>:5:33 Nov 30 05:20:17.504 INFO [stderr] | Nov 30 05:20:17.504 INFO [stderr] 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Nov 30 05:20:17.504 INFO [stderr] | ^^^^^^^ names from parent modules are not accessible without an explicit import Nov 30 05:20:17.504 INFO [stderr] | Nov 30 05:20:17.504 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 30 05:20:17.504 INFO [stderr] = note: for more information, see issue #50504 Nov 30 05:20:17.504 INFO [stderr] Nov 30 05:20:17.504 INFO [stderr] warning: cannot find type `description` in this scope Nov 30 05:20:17.504 INFO [stderr] --> <::diesel::macros::__diesel_column macros>:5:33 Nov 30 05:20:17.504 INFO [stderr] | Nov 30 05:20:17.504 INFO [stderr] 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Nov 30 05:20:17.504 INFO [stderr] | ^^^^^^^ names from parent modules are not accessible without an explicit import Nov 30 05:20:17.504 INFO [stderr] | Nov 30 05:20:17.504 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 30 05:20:17.505 INFO [stderr] = note: for more information, see issue #50504 Nov 30 05:20:17.505 INFO [stderr] Nov 30 05:20:17.505 INFO [stderr] warning: cannot find type `todos` in this scope Nov 30 05:20:17.505 INFO [stderr] --> src/db/models.rs:7:10 Nov 30 05:20:17.505 INFO [stderr] | Nov 30 05:20:17.505 INFO [stderr] 7 | #[derive(Insertable)] Nov 30 05:20:17.505 INFO [stderr] | ^^^^^^^^^^ names from parent modules are not accessible without an explicit import Nov 30 05:20:17.505 INFO [stderr] | Nov 30 05:20:17.505 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 30 05:20:17.505 INFO [stderr] = note: for more information, see issue #50504 Nov 30 05:20:17.505 INFO [stderr] Nov 30 05:20:17.505 INFO [stderr] warning: cannot find type `NewTodo` in this scope Nov 30 05:20:17.505 INFO [stderr] --> src/db/models.rs:7:10 Nov 30 05:20:17.505 INFO [stderr] | Nov 30 05:20:17.505 INFO [stderr] 7 | #[derive(Insertable)] Nov 30 05:20:17.505 INFO [stderr] | ^^^^^^^^^^ names from parent modules are not accessible without an explicit import Nov 30 05:20:17.505 INFO [stderr] | Nov 30 05:20:17.505 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 30 05:20:17.505 INFO [stderr] = note: for more information, see issue #50504 Nov 30 05:20:17.505 INFO [stderr] Nov 30 05:20:17.505 INFO [stderr] warning: cannot find type `Todo` in this scope Nov 30 05:20:17.505 INFO [stderr] --> src/db/models.rs:14:10 Nov 30 05:20:17.505 INFO [stderr] | Nov 30 05:20:17.505 INFO [stderr] 14 | #[derive(Queryable)] Nov 30 05:20:17.505 INFO [stderr] | ^^^^^^^^^ names from parent modules are not accessible without an explicit import Nov 30 05:20:17.505 INFO [stderr] | Nov 30 05:20:17.505 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 30 05:20:17.505 INFO [stderr] = note: for more information, see issue #50504 Nov 30 05:20:17.505 INFO [stderr] Nov 30 05:20:17.505 INFO [stderr] warning: unused import: `super::schema::todos::dsl` Nov 30 05:20:17.505 INFO [stderr] --> src/db/models.rs:32:13 Nov 30 05:20:17.505 INFO [stderr] | Nov 30 05:20:17.505 INFO [stderr] 32 | use super::schema::todos::dsl; Nov 30 05:20:17.505 INFO [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^ Nov 30 05:20:17.505 INFO [stderr] Nov 30 05:20:17.879 INFO [stderr] error: aborting due to previous error Nov 30 05:20:17.879 INFO [stderr] Nov 30 05:20:17.897 INFO [stderr] error: Could not compile `todo`. Nov 30 05:20:17.897 INFO [stderr] warning: build failed, waiting for other jobs to finish... Nov 30 05:20:18.428 INFO [stderr] warning: unused `#[macro_use]` import Nov 30 05:20:18.428 INFO [stderr] --> src/main.rs:7:1 Nov 30 05:20:18.428 INFO [stderr] | Nov 30 05:20:18.428 INFO [stderr] 7 | #[macro_use] Nov 30 05:20:18.428 INFO [stderr] | ^^^^^^^^^^^^ Nov 30 05:20:18.428 INFO [stderr] | Nov 30 05:20:18.428 INFO [stderr] = note: #[warn(unused_imports)] on by default Nov 30 05:20:18.428 INFO [stderr] Nov 30 05:20:18.432 INFO [stderr] warning: unused import: `std::collections::HashMap` Nov 30 05:20:18.432 INFO [stderr] --> src/main.rs:17:5 Nov 30 05:20:18.432 INFO [stderr] | Nov 30 05:20:18.432 INFO [stderr] 17 | use std::collections::HashMap; Nov 30 05:20:18.433 INFO [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^ Nov 30 05:20:18.433 INFO [stderr] Nov 30 05:20:18.433 INFO [stderr] warning: unused import: `diesel::prelude::*` Nov 30 05:20:18.433 INFO [stderr] --> src/db/mod.rs:1:5 Nov 30 05:20:18.433 INFO [stderr] | Nov 30 05:20:18.433 INFO [stderr] 1 | use diesel::prelude::*; Nov 30 05:20:18.433 INFO [stderr] | ^^^^^^^^^^^^^^^^^^ Nov 30 05:20:18.433 INFO [stderr] Nov 30 05:20:18.433 INFO [stderr] warning: cannot find type `table` in this scope Nov 30 05:20:18.433 INFO [stderr] --> <::diesel::macros::table_body macros>:165:33 Nov 30 05:20:18.433 INFO [stderr] | Nov 30 05:20:18.433 INFO [stderr] 165 | derive ( Debug , Clone , Copy , QueryId ) ] /// The actual table struct Nov 30 05:20:18.433 INFO [stderr] | ^^^^^^^ names from parent modules are not accessible without an explicit import Nov 30 05:20:18.433 INFO [stderr] | Nov 30 05:20:18.433 INFO [stderr] = note: #[warn(proc_macro_derive_resolution_fallback)] on by default Nov 30 05:20:18.433 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 30 05:20:18.433 INFO [stderr] = note: for more information, see issue #50504 Nov 30 05:20:18.433 INFO [stderr] Nov 30 05:20:18.433 INFO [stderr] warning: cannot find type `table` in this scope Nov 30 05:20:18.433 INFO [stderr] --> <::diesel::macros::table_body macros>:165:33 Nov 30 05:20:18.433 INFO [stderr] | Nov 30 05:20:18.433 INFO [stderr] 165 | derive ( Debug , Clone , Copy , QueryId ) ] /// The actual table struct Nov 30 05:20:18.433 INFO [stderr] | ^^^^^^^ names from parent modules are not accessible without an explicit import Nov 30 05:20:18.433 INFO [stderr] | Nov 30 05:20:18.433 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 30 05:20:18.433 INFO [stderr] = note: for more information, see issue #50504 Nov 30 05:20:18.433 INFO [stderr] Nov 30 05:20:18.433 INFO [stderr] warning: cannot find type `id` in this scope Nov 30 05:20:18.433 INFO [stderr] --> <::diesel::macros::__diesel_column macros>:5:33 Nov 30 05:20:18.433 INFO [stderr] | Nov 30 05:20:18.433 INFO [stderr] 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Nov 30 05:20:18.433 INFO [stderr] | ^^^^^^^ names from parent modules are not accessible without an explicit import Nov 30 05:20:18.433 INFO [stderr] | Nov 30 05:20:18.433 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 30 05:20:18.433 INFO [stderr] = note: for more information, see issue #50504 Nov 30 05:20:18.433 INFO [stderr] Nov 30 05:20:18.433 INFO [stderr] warning: cannot find type `title` in this scope Nov 30 05:20:18.433 INFO [stderr] --> <::diesel::macros::__diesel_column macros>:5:33 Nov 30 05:20:18.433 INFO [stderr] | Nov 30 05:20:18.433 INFO [stderr] 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Nov 30 05:20:18.433 INFO [stderr] | ^^^^^^^ names from parent modules are not accessible without an explicit import Nov 30 05:20:18.433 INFO [stderr] | Nov 30 05:20:18.433 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 30 05:20:18.433 INFO [stderr] = note: for more information, see issue #50504 Nov 30 05:20:18.433 INFO [stderr] Nov 30 05:20:18.433 INFO [stderr] warning: cannot find type `description` in this scope Nov 30 05:20:18.433 INFO [stderr] --> <::diesel::macros::__diesel_column macros>:5:33 Nov 30 05:20:18.433 INFO [stderr] | Nov 30 05:20:18.433 INFO [stderr] 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Nov 30 05:20:18.433 INFO [stderr] | ^^^^^^^ names from parent modules are not accessible without an explicit import Nov 30 05:20:18.433 INFO [stderr] | Nov 30 05:20:18.433 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 30 05:20:18.433 INFO [stderr] = note: for more information, see issue #50504 Nov 30 05:20:18.433 INFO [stderr] Nov 30 05:20:18.433 INFO [stderr] warning: cannot find type `todos` in this scope Nov 30 05:20:18.433 INFO [stderr] --> src/db/models.rs:7:10 Nov 30 05:20:18.433 INFO [stderr] | Nov 30 05:20:18.433 INFO [stderr] 7 | #[derive(Insertable)] Nov 30 05:20:18.433 INFO [stderr] | ^^^^^^^^^^ names from parent modules are not accessible without an explicit import Nov 30 05:20:18.433 INFO [stderr] | Nov 30 05:20:18.433 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 30 05:20:18.433 INFO [stderr] = note: for more information, see issue #50504 Nov 30 05:20:18.433 INFO [stderr] Nov 30 05:20:18.433 INFO [stderr] warning: cannot find type `NewTodo` in this scope Nov 30 05:20:18.433 INFO [stderr] --> src/db/models.rs:7:10 Nov 30 05:20:18.433 INFO [stderr] | Nov 30 05:20:18.433 INFO [stderr] 7 | #[derive(Insertable)] Nov 30 05:20:18.433 INFO [stderr] | ^^^^^^^^^^ names from parent modules are not accessible without an explicit import Nov 30 05:20:18.433 INFO [stderr] | Nov 30 05:20:18.433 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 30 05:20:18.433 INFO [stderr] = note: for more information, see issue #50504 Nov 30 05:20:18.433 INFO [stderr] Nov 30 05:20:18.433 INFO [stderr] warning: cannot find type `Todo` in this scope Nov 30 05:20:18.433 INFO [stderr] --> src/db/models.rs:14:10 Nov 30 05:20:18.433 INFO [stderr] | Nov 30 05:20:18.433 INFO [stderr] 14 | #[derive(Queryable)] Nov 30 05:20:18.433 INFO [stderr] | ^^^^^^^^^ names from parent modules are not accessible without an explicit import Nov 30 05:20:18.433 INFO [stderr] | Nov 30 05:20:18.433 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 30 05:20:18.433 INFO [stderr] = note: for more information, see issue #50504 Nov 30 05:20:18.433 INFO [stderr] Nov 30 05:20:18.433 INFO [stderr] warning: unused import: `super::schema::todos::dsl` Nov 30 05:20:18.433 INFO [stderr] --> src/db/models.rs:32:13 Nov 30 05:20:18.433 INFO [stderr] | Nov 30 05:20:18.433 INFO [stderr] 32 | use super::schema::todos::dsl; Nov 30 05:20:18.433 INFO [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^ Nov 30 05:20:18.433 INFO [stderr] Nov 30 05:20:18.659 INFO [stderr] error: aborting due to previous error Nov 30 05:20:18.659 INFO [stderr] Nov 30 05:20:18.689 INFO [stderr] error: Could not compile `todo`. Nov 30 05:20:18.689 INFO [stderr] Nov 30 05:20:18.689 INFO [stderr] To learn more, run the command again with --verbose. Nov 30 05:20:18.692 INFO [stderr] su: No module specific data is present Nov 30 05:20:19.724 INFO running `"docker" "inspect" "44ce2a8f9a71e35c9e9ed53c61018f01d5b468b46549ed842682fe832c35962a"` Nov 30 05:20:20.016 INFO running `"docker" "rm" "-f" "44ce2a8f9a71e35c9e9ed53c61018f01d5b468b46549ed842682fe832c35962a"` Nov 30 05:20:20.280 INFO [stdout] 44ce2a8f9a71e35c9e9ed53c61018f01d5b468b46549ed842682fe832c35962a