Nov 30 05:18:35.363 INFO checking christiansakai/todo_rust against master#a49316ddc99d9d595193557fc899f6c52e4d9af9 for pr-56323 Nov 30 05:18:35.363 INFO running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/pr-56323/worker-6/master#a49316ddc99d9d595193557fc899f6c52e4d9af9:/target:rw,Z" "-v" "/mnt/big/crater/work/local/test-source/worker-6/pr-56323/master#a49316ddc99d9d595193557fc899f6c52e4d9af9:/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 +a49316ddc99d9d595193557fc899f6c52e4d9af9-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:35.802 INFO [stdout] 5117e707626b374d1830b1136fa60a6dd244a5e1ab5f6dfd2c230b4925e93c50 Nov 30 05:18:35.806 INFO running `"docker" "start" "-a" "5117e707626b374d1830b1136fa60a6dd244a5e1ab5f6dfd2c230b4925e93c50"` Nov 30 05:18:37.084 INFO [stderr] usermod: no changes Nov 30 05:18:37.512 INFO [stderr] Checking pest v0.4.1 Nov 30 05:18:37.533 INFO [stderr] Checking diesel v1.3.3 Nov 30 05:18:37.533 INFO [stderr] Checking error-chain v0.10.0 Nov 30 05:18:38.701 INFO [stderr] Checking tera v0.10.10 Nov 30 05:18:45.560 INFO [stderr] Checking rocket_contrib v0.3.17 Nov 30 05:19:18.735 INFO [stderr] Checking todo v0.0.1 (/source) Nov 30 05:19:18.864 INFO [stderr] error: expected one of `->`, `where`, or `{`, found `}` Nov 30 05:19:18.865 INFO [stderr] --> src/db/models.rs:39:1 Nov 30 05:19:18.865 INFO [stderr] | Nov 30 05:19:18.865 INFO [stderr] 38 | pub fn toggle(db_conn: &PgConnection) Nov 30 05:19:18.865 INFO [stderr] | - expected one of `->`, `where`, or `{` here Nov 30 05:19:18.866 INFO [stderr] 39 | } Nov 30 05:19:18.866 INFO [stderr] | ^ unexpected token Nov 30 05:19:18.866 INFO [stderr] Nov 30 05:19:18.880 INFO [stderr] error: expected one of `->`, `where`, or `{`, found `}` Nov 30 05:19:18.881 INFO [stderr] --> src/db/models.rs:39:1 Nov 30 05:19:18.881 INFO [stderr] | Nov 30 05:19:18.881 INFO [stderr] 38 | pub fn toggle(db_conn: &PgConnection) Nov 30 05:19:18.881 INFO [stderr] | - expected one of `->`, `where`, or `{` here Nov 30 05:19:18.881 INFO [stderr] 39 | } Nov 30 05:19:18.882 INFO [stderr] | ^ unexpected token Nov 30 05:19:18.882 INFO [stderr] Nov 30 05:19:24.761 INFO [stderr] warning: unused `#[macro_use]` import Nov 30 05:19:24.761 INFO [stderr] --> src/main.rs:7:1 Nov 30 05:19:24.761 INFO [stderr] | Nov 30 05:19:24.761 INFO [stderr] 7 | #[macro_use] Nov 30 05:19:24.761 INFO [stderr] | ^^^^^^^^^^^^ Nov 30 05:19:24.761 INFO [stderr] | Nov 30 05:19:24.761 INFO [stderr] = note: #[warn(unused_imports)] on by default Nov 30 05:19:24.761 INFO [stderr] Nov 30 05:19:24.761 INFO [stderr] warning: unused import: `std::collections::HashMap` Nov 30 05:19:24.761 INFO [stderr] --> src/main.rs:17:5 Nov 30 05:19:24.761 INFO [stderr] | Nov 30 05:19:24.761 INFO [stderr] 17 | use std::collections::HashMap; Nov 30 05:19:24.761 INFO [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^ Nov 30 05:19:24.761 INFO [stderr] Nov 30 05:19:24.761 INFO [stderr] warning: unused import: `diesel::prelude::*` Nov 30 05:19:24.761 INFO [stderr] --> src/db/mod.rs:1:5 Nov 30 05:19:24.761 INFO [stderr] | Nov 30 05:19:24.761 INFO [stderr] 1 | use diesel::prelude::*; Nov 30 05:19:24.761 INFO [stderr] | ^^^^^^^^^^^^^^^^^^ Nov 30 05:19:24.761 INFO [stderr] Nov 30 05:19:24.761 INFO [stderr] warning: cannot find type `table` in this scope Nov 30 05:19:24.761 INFO [stderr] --> <::diesel::macros::table_body macros>:165:33 Nov 30 05:19:24.761 INFO [stderr] | Nov 30 05:19:24.761 INFO [stderr] 165 | derive ( Debug , Clone , Copy , QueryId ) ] /// The actual table struct Nov 30 05:19:24.761 INFO [stderr] | ^^^^^^^ names from parent modules are not accessible without an explicit import Nov 30 05:19:24.761 INFO [stderr] | Nov 30 05:19:24.761 INFO [stderr] = note: #[warn(proc_macro_derive_resolution_fallback)] on by default Nov 30 05:19:24.761 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:19:24.761 INFO [stderr] = note: for more information, see issue #50504 Nov 30 05:19:24.761 INFO [stderr] Nov 30 05:19:24.761 INFO [stderr] warning: cannot find type `table` in this scope Nov 30 05:19:24.761 INFO [stderr] --> <::diesel::macros::table_body macros>:165:33 Nov 30 05:19:24.761 INFO [stderr] | Nov 30 05:19:24.761 INFO [stderr] 165 | derive ( Debug , Clone , Copy , QueryId ) ] /// The actual table struct Nov 30 05:19:24.761 INFO [stderr] | ^^^^^^^ names from parent modules are not accessible without an explicit import Nov 30 05:19:24.761 INFO [stderr] | Nov 30 05:19:24.761 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:19:24.761 INFO [stderr] = note: for more information, see issue #50504 Nov 30 05:19:24.761 INFO [stderr] Nov 30 05:19:24.761 INFO [stderr] warning: cannot find type `id` in this scope Nov 30 05:19:24.761 INFO [stderr] --> <::diesel::macros::__diesel_column macros>:5:33 Nov 30 05:19:24.761 INFO [stderr] | Nov 30 05:19:24.761 INFO [stderr] 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Nov 30 05:19:24.761 INFO [stderr] | ^^^^^^^ names from parent modules are not accessible without an explicit import Nov 30 05:19:24.761 INFO [stderr] | Nov 30 05:19:24.761 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:19:24.761 INFO [stderr] = note: for more information, see issue #50504 Nov 30 05:19:24.761 INFO [stderr] Nov 30 05:19:24.761 INFO [stderr] warning: cannot find type `title` in this scope Nov 30 05:19:24.761 INFO [stderr] --> <::diesel::macros::__diesel_column macros>:5:33 Nov 30 05:19:24.761 INFO [stderr] | Nov 30 05:19:24.761 INFO [stderr] 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Nov 30 05:19:24.761 INFO [stderr] | ^^^^^^^ names from parent modules are not accessible without an explicit import Nov 30 05:19:24.761 INFO [stderr] | Nov 30 05:19:24.761 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:19:24.761 INFO [stderr] = note: for more information, see issue #50504 Nov 30 05:19:24.761 INFO [stderr] Nov 30 05:19:24.761 INFO [stderr] warning: cannot find type `description` in this scope Nov 30 05:19:24.761 INFO [stderr] --> <::diesel::macros::__diesel_column macros>:5:33 Nov 30 05:19:24.761 INFO [stderr] | Nov 30 05:19:24.761 INFO [stderr] 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Nov 30 05:19:24.761 INFO [stderr] | ^^^^^^^ names from parent modules are not accessible without an explicit import Nov 30 05:19:24.761 INFO [stderr] | Nov 30 05:19:24.761 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:19:24.761 INFO [stderr] = note: for more information, see issue #50504 Nov 30 05:19:24.761 INFO [stderr] Nov 30 05:19:24.761 INFO [stderr] warning: cannot find type `todos` in this scope Nov 30 05:19:24.761 INFO [stderr] --> src/db/models.rs:7:10 Nov 30 05:19:24.761 INFO [stderr] | Nov 30 05:19:24.761 INFO [stderr] 7 | #[derive(Insertable)] Nov 30 05:19:24.761 INFO [stderr] | ^^^^^^^^^^ names from parent modules are not accessible without an explicit import Nov 30 05:19:24.761 INFO [stderr] | Nov 30 05:19:24.761 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:19:24.761 INFO [stderr] = note: for more information, see issue #50504 Nov 30 05:19:24.761 INFO [stderr] Nov 30 05:19:24.761 INFO [stderr] warning: cannot find type `NewTodo` in this scope Nov 30 05:19:24.761 INFO [stderr] --> src/db/models.rs:7:10 Nov 30 05:19:24.761 INFO [stderr] | Nov 30 05:19:24.761 INFO [stderr] 7 | #[derive(Insertable)] Nov 30 05:19:24.761 INFO [stderr] | ^^^^^^^^^^ names from parent modules are not accessible without an explicit import Nov 30 05:19:24.761 INFO [stderr] | Nov 30 05:19:24.761 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:19:24.761 INFO [stderr] = note: for more information, see issue #50504 Nov 30 05:19:24.761 INFO [stderr] Nov 30 05:19:24.762 INFO [stderr] warning: cannot find type `Todo` in this scope Nov 30 05:19:24.762 INFO [stderr] --> src/db/models.rs:14:10 Nov 30 05:19:24.762 INFO [stderr] | Nov 30 05:19:24.762 INFO [stderr] 14 | #[derive(Queryable)] Nov 30 05:19:24.762 INFO [stderr] | ^^^^^^^^^ names from parent modules are not accessible without an explicit import Nov 30 05:19:24.762 INFO [stderr] | Nov 30 05:19:24.762 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:19:24.762 INFO [stderr] = note: for more information, see issue #50504 Nov 30 05:19:24.762 INFO [stderr] Nov 30 05:19:24.762 INFO [stderr] warning: unused import: `super::schema::todos::dsl` Nov 30 05:19:24.762 INFO [stderr] --> src/db/models.rs:32:13 Nov 30 05:19:24.762 INFO [stderr] | Nov 30 05:19:24.762 INFO [stderr] 32 | use super::schema::todos::dsl; Nov 30 05:19:24.762 INFO [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^ Nov 30 05:19:24.762 INFO [stderr] Nov 30 05:19:24.880 INFO [stderr] warning: unused `#[macro_use]` import Nov 30 05:19:24.880 INFO [stderr] --> src/main.rs:7:1 Nov 30 05:19:24.880 INFO [stderr] | Nov 30 05:19:24.880 INFO [stderr] 7 | #[macro_use] Nov 30 05:19:24.880 INFO [stderr] | ^^^^^^^^^^^^ Nov 30 05:19:24.880 INFO [stderr] | Nov 30 05:19:24.880 INFO [stderr] = note: #[warn(unused_imports)] on by default Nov 30 05:19:24.880 INFO [stderr] Nov 30 05:19:24.880 INFO [stderr] warning: unused import: `std::collections::HashMap` Nov 30 05:19:24.880 INFO [stderr] --> src/main.rs:17:5 Nov 30 05:19:24.880 INFO [stderr] | Nov 30 05:19:24.880 INFO [stderr] 17 | use std::collections::HashMap; Nov 30 05:19:24.880 INFO [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^ Nov 30 05:19:24.880 INFO [stderr] Nov 30 05:19:24.880 INFO [stderr] warning: unused import: `diesel::prelude::*` Nov 30 05:19:24.880 INFO [stderr] --> src/db/mod.rs:1:5 Nov 30 05:19:24.880 INFO [stderr] | Nov 30 05:19:24.880 INFO [stderr] 1 | use diesel::prelude::*; Nov 30 05:19:24.880 INFO [stderr] | ^^^^^^^^^^^^^^^^^^ Nov 30 05:19:24.880 INFO [stderr] Nov 30 05:19:24.880 INFO [stderr] warning: cannot find type `table` in this scope Nov 30 05:19:24.880 INFO [stderr] --> <::diesel::macros::table_body macros>:165:33 Nov 30 05:19:24.880 INFO [stderr] | Nov 30 05:19:24.880 INFO [stderr] 165 | derive ( Debug , Clone , Copy , QueryId ) ] /// The actual table struct Nov 30 05:19:24.880 INFO [stderr] | ^^^^^^^ names from parent modules are not accessible without an explicit import Nov 30 05:19:24.880 INFO [stderr] | Nov 30 05:19:24.880 INFO [stderr] = note: #[warn(proc_macro_derive_resolution_fallback)] on by default Nov 30 05:19:24.880 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:19:24.880 INFO [stderr] = note: for more information, see issue #50504 Nov 30 05:19:24.880 INFO [stderr] Nov 30 05:19:24.880 INFO [stderr] warning: cannot find type `table` in this scope Nov 30 05:19:24.880 INFO [stderr] --> <::diesel::macros::table_body macros>:165:33 Nov 30 05:19:24.880 INFO [stderr] | Nov 30 05:19:24.880 INFO [stderr] 165 | derive ( Debug , Clone , Copy , QueryId ) ] /// The actual table struct Nov 30 05:19:24.880 INFO [stderr] | ^^^^^^^ names from parent modules are not accessible without an explicit import Nov 30 05:19:24.880 INFO [stderr] | Nov 30 05:19:24.880 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:19:24.880 INFO [stderr] = note: for more information, see issue #50504 Nov 30 05:19:24.880 INFO [stderr] Nov 30 05:19:24.881 INFO [stderr] warning: cannot find type `id` in this scope Nov 30 05:19:24.881 INFO [stderr] --> <::diesel::macros::__diesel_column macros>:5:33 Nov 30 05:19:24.881 INFO [stderr] | Nov 30 05:19:24.881 INFO [stderr] 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Nov 30 05:19:24.881 INFO [stderr] | ^^^^^^^ names from parent modules are not accessible without an explicit import Nov 30 05:19:24.881 INFO [stderr] | Nov 30 05:19:24.881 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:19:24.881 INFO [stderr] = note: for more information, see issue #50504 Nov 30 05:19:24.881 INFO [stderr] Nov 30 05:19:24.881 INFO [stderr] warning: cannot find type `title` in this scope Nov 30 05:19:24.881 INFO [stderr] --> <::diesel::macros::__diesel_column macros>:5:33 Nov 30 05:19:24.881 INFO [stderr] | Nov 30 05:19:24.881 INFO [stderr] 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Nov 30 05:19:24.881 INFO [stderr] | ^^^^^^^ names from parent modules are not accessible without an explicit import Nov 30 05:19:24.881 INFO [stderr] | Nov 30 05:19:24.881 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:19:24.881 INFO [stderr] = note: for more information, see issue #50504 Nov 30 05:19:24.881 INFO [stderr] Nov 30 05:19:24.881 INFO [stderr] warning: cannot find type `description` in this scope Nov 30 05:19:24.881 INFO [stderr] --> <::diesel::macros::__diesel_column macros>:5:33 Nov 30 05:19:24.881 INFO [stderr] | Nov 30 05:19:24.881 INFO [stderr] 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Nov 30 05:19:24.881 INFO [stderr] | ^^^^^^^ names from parent modules are not accessible without an explicit import Nov 30 05:19:24.881 INFO [stderr] | Nov 30 05:19:24.881 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:19:24.882 INFO [stderr] = note: for more information, see issue #50504 Nov 30 05:19:24.882 INFO [stderr] Nov 30 05:19:24.882 INFO [stderr] warning: cannot find type `todos` in this scope Nov 30 05:19:24.882 INFO [stderr] --> src/db/models.rs:7:10 Nov 30 05:19:24.882 INFO [stderr] | Nov 30 05:19:24.882 INFO [stderr] 7 | #[derive(Insertable)] Nov 30 05:19:24.882 INFO [stderr] | ^^^^^^^^^^ names from parent modules are not accessible without an explicit import Nov 30 05:19:24.882 INFO [stderr] | Nov 30 05:19:24.882 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:19:24.882 INFO [stderr] = note: for more information, see issue #50504 Nov 30 05:19:24.882 INFO [stderr] Nov 30 05:19:24.882 INFO [stderr] warning: cannot find type `NewTodo` in this scope Nov 30 05:19:24.882 INFO [stderr] --> src/db/models.rs:7:10 Nov 30 05:19:24.882 INFO [stderr] | Nov 30 05:19:24.882 INFO [stderr] 7 | #[derive(Insertable)] Nov 30 05:19:24.882 INFO [stderr] | ^^^^^^^^^^ names from parent modules are not accessible without an explicit import Nov 30 05:19:24.882 INFO [stderr] | Nov 30 05:19:24.882 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:19:24.882 INFO [stderr] = note: for more information, see issue #50504 Nov 30 05:19:24.882 INFO [stderr] Nov 30 05:19:24.882 INFO [stderr] warning: cannot find type `Todo` in this scope Nov 30 05:19:24.882 INFO [stderr] --> src/db/models.rs:14:10 Nov 30 05:19:24.882 INFO [stderr] | Nov 30 05:19:24.882 INFO [stderr] 14 | #[derive(Queryable)] Nov 30 05:19:24.882 INFO [stderr] | ^^^^^^^^^ names from parent modules are not accessible without an explicit import Nov 30 05:19:24.882 INFO [stderr] | Nov 30 05:19:24.882 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:19:24.882 INFO [stderr] = note: for more information, see issue #50504 Nov 30 05:19:24.882 INFO [stderr] Nov 30 05:19:24.882 INFO [stderr] warning: unused import: `super::schema::todos::dsl` Nov 30 05:19:24.882 INFO [stderr] --> src/db/models.rs:32:13 Nov 30 05:19:24.882 INFO [stderr] | Nov 30 05:19:24.882 INFO [stderr] 32 | use super::schema::todos::dsl; Nov 30 05:19:24.882 INFO [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^ Nov 30 05:19:24.882 INFO [stderr] Nov 30 05:19:25.242 INFO [stderr] error: aborting due to previous error Nov 30 05:19:25.242 INFO [stderr] Nov 30 05:19:25.264 INFO [stderr] error: Could not compile `todo`. Nov 30 05:19:25.265 INFO [stderr] warning: build failed, waiting for other jobs to finish... Nov 30 05:19:25.352 INFO [stderr] error: aborting due to previous error Nov 30 05:19:25.353 INFO [stderr] Nov 30 05:19:25.384 INFO [stderr] error: Could not compile `todo`. Nov 30 05:19:25.385 INFO [stderr] Nov 30 05:19:25.385 INFO [stderr] To learn more, run the command again with --verbose. Nov 30 05:19:25.388 INFO [stderr] su: No module specific data is present Nov 30 05:19:26.748 INFO running `"docker" "inspect" "5117e707626b374d1830b1136fa60a6dd244a5e1ab5f6dfd2c230b4925e93c50"` Nov 30 05:19:27.108 INFO running `"docker" "rm" "-f" "5117e707626b374d1830b1136fa60a6dd244a5e1ab5f6dfd2c230b4925e93c50"` Nov 30 05:19:27.379 INFO [stdout] 5117e707626b374d1830b1136fa60a6dd244a5e1ab5f6dfd2c230b4925e93c50