Oct 27 02:18:18.972 INFO checking kelvin-mai/rust-api against try#19f01b935b91481fd445b16b533d2f87661bf12e for pr-55192-2 Oct 27 02:18:18.972 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/pr-55192-2/worker-2/try#19f01b935b91481fd445b16b533d2f87661bf12e:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-2/pr-55192-2/try#19f01b935b91481fd445b16b533d2f87661bf12e:/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 +19f01b935b91481fd445b16b533d2f87661bf12e-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"` Oct 27 02:18:19.406 INFO blam! a9c19abaa0074568ad47430f30cdcb182b91a33acd7c70c65b744eed2732773d Oct 27 02:18:19.409 INFO running `"docker" "start" "-a" "a9c19abaa0074568ad47430f30cdcb182b91a33acd7c70c65b744eed2732773d"` Oct 27 02:18:21.043 INFO kablam! usermod: no changes Oct 27 02:18:21.235 INFO kablam! Compiling libc v0.2.42 Oct 27 02:18:21.237 INFO kablam! Compiling ucd-util v0.1.1 Oct 27 02:18:21.238 INFO kablam! Compiling lazy_static v1.0.1 Oct 27 02:18:21.239 INFO kablam! Compiling serde v1.0.68 Oct 27 02:18:21.239 INFO kablam! Compiling byteorder v1.2.3 Oct 27 02:18:21.255 INFO kablam! Compiling pq-sys v0.4.5 Oct 27 02:18:21.256 INFO kablam! Compiling syn v0.14.3 Oct 27 02:18:21.264 INFO kablam! Checking regex v0.2.11 Oct 27 02:18:22.143 INFO kablam! Compiling thread_local v0.3.5 Oct 27 02:18:26.519 INFO kablam! Compiling regex-syntax v0.5.6 Oct 27 02:18:26.671 INFO kablam! Compiling diesel v0.16.0 Oct 27 02:18:27.399 INFO kablam! Compiling memchr v2.0.1 Oct 27 02:18:29.761 INFO kablam! Compiling aho-corasick v0.6.5 Oct 27 02:18:35.230 INFO kablam! Checking dotenv v0.9.0 Oct 27 02:18:50.279 INFO kablam! Compiling serde_derive v1.0.68 Oct 27 02:19:14.281 INFO kablam! Compiling diesel_infer_schema v0.16.0 Oct 27 02:19:40.317 INFO kablam! Compiling serde_json v1.0.22 Oct 27 02:19:45.395 INFO kablam! Compiling diesel_codegen v0.16.1 Oct 27 02:19:52.695 INFO kablam! Checking rust_api v0.1.0 (/source) Oct 27 02:19:53.963 INFO kablam! warning: cannot find type `Book` in this scope Oct 27 02:19:53.963 INFO kablam! --> src/models.rs:8:10 Oct 27 02:19:53.963 INFO kablam! | Oct 27 02:19:53.963 INFO kablam! 8 | #[derive(Queryable)] Oct 27 02:19:53.963 INFO kablam! | ^^^^^^^^^ names from parent modules are not accessible without an explicit import Oct 27 02:19:53.963 INFO kablam! | Oct 27 02:19:53.963 INFO kablam! = note: #[warn(proc_macro_derive_resolution_fallback)] on by default Oct 27 02:19:53.963 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Oct 27 02:19:53.963 INFO kablam! = note: for more information, see issue #50504 Oct 27 02:19:53.963 INFO kablam! Oct 27 02:19:53.963 INFO kablam! warning: cannot find type `books` in this scope Oct 27 02:19:53.963 INFO kablam! --> src/models.rs:16:10 Oct 27 02:19:53.963 INFO kablam! | Oct 27 02:19:53.963 INFO kablam! 16 | #[derive(Insertable)] Oct 27 02:19:53.963 INFO kablam! | ^^^^^^^^^^ names from parent modules are not accessible without an explicit import Oct 27 02:19:53.963 INFO kablam! | Oct 27 02:19:53.963 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Oct 27 02:19:53.963 INFO kablam! = note: for more information, see issue #50504 Oct 27 02:19:53.963 INFO kablam! Oct 27 02:19:53.963 INFO kablam! warning: cannot find type `NewBook` in this scope Oct 27 02:19:53.963 INFO kablam! --> src/models.rs:16:10 Oct 27 02:19:53.963 INFO kablam! | Oct 27 02:19:53.963 INFO kablam! 16 | #[derive(Insertable)] Oct 27 02:19:53.963 INFO kablam! | ^^^^^^^^^^ names from parent modules are not accessible without an explicit import Oct 27 02:19:53.963 INFO kablam! | Oct 27 02:19:53.963 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Oct 27 02:19:53.963 INFO kablam! = note: for more information, see issue #50504 Oct 27 02:19:53.963 INFO kablam! Oct 27 02:19:53.963 INFO kablam! warning: cannot find type `table` in this scope Oct 27 02:19:53.963 INFO kablam! --> <::diesel::macros::table_body macros>:165:33 Oct 27 02:19:53.964 INFO kablam! | Oct 27 02:19:53.964 INFO kablam! 165 | derive ( Debug , Clone , Copy , QueryId ) ] /// The actual table struct Oct 27 02:19:53.964 INFO kablam! | ^^^^^^^ names from parent modules are not accessible without an explicit import Oct 27 02:19:53.964 INFO kablam! | Oct 27 02:19:53.964 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Oct 27 02:19:53.964 INFO kablam! = note: for more information, see issue #50504 Oct 27 02:19:53.964 INFO kablam! Oct 27 02:19:53.964 INFO kablam! warning: cannot find type `id` in this scope Oct 27 02:19:53.964 INFO kablam! --> <::diesel::macros::__diesel_column macros>:5:33 Oct 27 02:19:53.964 INFO kablam! | Oct 27 02:19:53.964 INFO kablam! 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Oct 27 02:19:53.964 INFO kablam! | ^^^^^^^ names from parent modules are not accessible without an explicit import Oct 27 02:19:53.964 INFO kablam! | Oct 27 02:19:53.964 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Oct 27 02:19:53.964 INFO kablam! = note: for more information, see issue #50504 Oct 27 02:19:53.964 INFO kablam! Oct 27 02:19:53.964 INFO kablam! warning: cannot find type `title` in this scope Oct 27 02:19:53.964 INFO kablam! --> <::diesel::macros::__diesel_column macros>:5:33 Oct 27 02:19:53.964 INFO kablam! | Oct 27 02:19:53.964 INFO kablam! 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Oct 27 02:19:53.964 INFO kablam! | ^^^^^^^ names from parent modules are not accessible without an explicit import Oct 27 02:19:53.964 INFO kablam! | Oct 27 02:19:53.964 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Oct 27 02:19:53.964 INFO kablam! = note: for more information, see issue #50504 Oct 27 02:19:53.964 INFO kablam! Oct 27 02:19:53.964 INFO kablam! warning: cannot find type `author` in this scope Oct 27 02:19:53.964 INFO kablam! --> <::diesel::macros::__diesel_column macros>:5:33 Oct 27 02:19:53.964 INFO kablam! | Oct 27 02:19:53.964 INFO kablam! 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Oct 27 02:19:53.964 INFO kablam! | ^^^^^^^ names from parent modules are not accessible without an explicit import Oct 27 02:19:53.964 INFO kablam! | Oct 27 02:19:53.964 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Oct 27 02:19:53.964 INFO kablam! = note: for more information, see issue #50504 Oct 27 02:19:53.964 INFO kablam! Oct 27 02:19:53.964 INFO kablam! warning: cannot find type `published` in this scope Oct 27 02:19:53.964 INFO kablam! --> <::diesel::macros::__diesel_column macros>:5:33 Oct 27 02:19:53.964 INFO kablam! | Oct 27 02:19:53.964 INFO kablam! 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Oct 27 02:19:53.964 INFO kablam! | ^^^^^^^ names from parent modules are not accessible without an explicit import Oct 27 02:19:53.964 INFO kablam! | Oct 27 02:19:53.964 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Oct 27 02:19:53.964 INFO kablam! = note: for more information, see issue #50504 Oct 27 02:19:53.964 INFO kablam! Oct 27 02:19:54.182 INFO kablam! warning: method is never used: `show` Oct 27 02:19:54.182 INFO kablam! --> src/models.rs:25:3 Oct 27 02:19:54.182 INFO kablam! | Oct 27 02:19:54.182 INFO kablam! 25 | pub fn show(id: i32, conn: &PgConnection) -> Vec { Oct 27 02:19:54.182 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 02:19:54.182 INFO kablam! | Oct 27 02:19:54.182 INFO kablam! = note: #[warn(dead_code)] on by default Oct 27 02:19:54.182 INFO kablam! Oct 27 02:19:54.182 INFO kablam! warning: method is never used: `all` Oct 27 02:19:54.182 INFO kablam! --> src/models.rs:32:3 Oct 27 02:19:54.182 INFO kablam! | Oct 27 02:19:54.182 INFO kablam! 32 | pub fn all(conn: &PgConnection) -> Vec { Oct 27 02:19:54.182 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 02:19:54.182 INFO kablam! Oct 27 02:19:54.182 INFO kablam! warning: method is never used: `update_by_id` Oct 27 02:19:54.182 INFO kablam! --> src/models.rs:39:3 Oct 27 02:19:54.182 INFO kablam! | Oct 27 02:19:54.182 INFO kablam! 39 | pub fn update_by_id(id: i32, conn: &PgConnection, book: NewBook) -> bool { Oct 27 02:19:54.182 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 02:19:54.182 INFO kablam! Oct 27 02:19:54.182 INFO kablam! warning: method is never used: `delete_by_id` Oct 27 02:19:54.182 INFO kablam! --> src/models.rs:60:3 Oct 27 02:19:54.182 INFO kablam! | Oct 27 02:19:54.182 INFO kablam! 60 | pub fn delete_by_id(id: i32, conn: &PgConnection) -> bool { Oct 27 02:19:54.182 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 02:19:54.182 INFO kablam! Oct 27 02:19:54.182 INFO kablam! warning: method is never used: `all_by_author` Oct 27 02:19:54.182 INFO kablam! --> src/models.rs:68:3 Oct 27 02:19:54.182 INFO kablam! | Oct 27 02:19:54.182 INFO kablam! 68 | pub fn all_by_author(author: String, conn: &PgConnection) -> Vec { Oct 27 02:19:54.182 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 02:19:54.182 INFO kablam! Oct 27 02:19:54.219 INFO kablam! warning: cannot find type `Book` in this scope Oct 27 02:19:54.219 INFO kablam! --> src/models.rs:8:10 Oct 27 02:19:54.219 INFO kablam! | Oct 27 02:19:54.219 INFO kablam! 8 | #[derive(Queryable)] Oct 27 02:19:54.219 INFO kablam! | ^^^^^^^^^ names from parent modules are not accessible without an explicit import Oct 27 02:19:54.219 INFO kablam! | Oct 27 02:19:54.219 INFO kablam! = note: #[warn(proc_macro_derive_resolution_fallback)] on by default Oct 27 02:19:54.219 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Oct 27 02:19:54.219 INFO kablam! = note: for more information, see issue #50504 Oct 27 02:19:54.219 INFO kablam! Oct 27 02:19:54.219 INFO kablam! warning: cannot find type `books` in this scope Oct 27 02:19:54.219 INFO kablam! --> src/models.rs:16:10 Oct 27 02:19:54.219 INFO kablam! | Oct 27 02:19:54.219 INFO kablam! 16 | #[derive(Insertable)] Oct 27 02:19:54.219 INFO kablam! | ^^^^^^^^^^ names from parent modules are not accessible without an explicit import Oct 27 02:19:54.219 INFO kablam! | Oct 27 02:19:54.219 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Oct 27 02:19:54.219 INFO kablam! = note: for more information, see issue #50504 Oct 27 02:19:54.219 INFO kablam! Oct 27 02:19:54.219 INFO kablam! warning: cannot find type `NewBook` in this scope Oct 27 02:19:54.219 INFO kablam! --> src/models.rs:16:10 Oct 27 02:19:54.219 INFO kablam! | Oct 27 02:19:54.219 INFO kablam! 16 | #[derive(Insertable)] Oct 27 02:19:54.219 INFO kablam! | ^^^^^^^^^^ names from parent modules are not accessible without an explicit import Oct 27 02:19:54.219 INFO kablam! | Oct 27 02:19:54.219 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Oct 27 02:19:54.219 INFO kablam! = note: for more information, see issue #50504 Oct 27 02:19:54.219 INFO kablam! Oct 27 02:19:54.230 INFO kablam! warning: cannot find type `table` in this scope Oct 27 02:19:54.230 INFO kablam! --> <::diesel::macros::table_body macros>:165:33 Oct 27 02:19:54.230 INFO kablam! | Oct 27 02:19:54.230 INFO kablam! 165 | derive ( Debug , Clone , Copy , QueryId ) ] /// The actual table struct Oct 27 02:19:54.230 INFO kablam! | ^^^^^^^ names from parent modules are not accessible without an explicit import Oct 27 02:19:54.230 INFO kablam! | Oct 27 02:19:54.230 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Oct 27 02:19:54.230 INFO kablam! = note: for more information, see issue #50504 Oct 27 02:19:54.230 INFO kablam! Oct 27 02:19:54.230 INFO kablam! warning: cannot find type `id` in this scope Oct 27 02:19:54.230 INFO kablam! --> <::diesel::macros::__diesel_column macros>:5:33 Oct 27 02:19:54.230 INFO kablam! | Oct 27 02:19:54.230 INFO kablam! 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Oct 27 02:19:54.230 INFO kablam! | ^^^^^^^ names from parent modules are not accessible without an explicit import Oct 27 02:19:54.230 INFO kablam! | Oct 27 02:19:54.230 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Oct 27 02:19:54.230 INFO kablam! = note: for more information, see issue #50504 Oct 27 02:19:54.230 INFO kablam! Oct 27 02:19:54.230 INFO kablam! warning: cannot find type `title` in this scope Oct 27 02:19:54.230 INFO kablam! --> <::diesel::macros::__diesel_column macros>:5:33 Oct 27 02:19:54.230 INFO kablam! | Oct 27 02:19:54.230 INFO kablam! 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Oct 27 02:19:54.230 INFO kablam! | ^^^^^^^ names from parent modules are not accessible without an explicit import Oct 27 02:19:54.230 INFO kablam! | Oct 27 02:19:54.230 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Oct 27 02:19:54.230 INFO kablam! = note: for more information, see issue #50504 Oct 27 02:19:54.230 INFO kablam! Oct 27 02:19:54.230 INFO kablam! warning: cannot find type `author` in this scope Oct 27 02:19:54.230 INFO kablam! --> <::diesel::macros::__diesel_column macros>:5:33 Oct 27 02:19:54.230 INFO kablam! | Oct 27 02:19:54.230 INFO kablam! 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Oct 27 02:19:54.230 INFO kablam! | ^^^^^^^ names from parent modules are not accessible without an explicit import Oct 27 02:19:54.230 INFO kablam! | Oct 27 02:19:54.230 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Oct 27 02:19:54.230 INFO kablam! = note: for more information, see issue #50504 Oct 27 02:19:54.230 INFO kablam! Oct 27 02:19:54.230 INFO kablam! warning: cannot find type `published` in this scope Oct 27 02:19:54.230 INFO kablam! --> <::diesel::macros::__diesel_column macros>:5:33 Oct 27 02:19:54.231 INFO kablam! | Oct 27 02:19:54.231 INFO kablam! 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Oct 27 02:19:54.231 INFO kablam! | ^^^^^^^ names from parent modules are not accessible without an explicit import Oct 27 02:19:54.231 INFO kablam! | Oct 27 02:19:54.231 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Oct 27 02:19:54.231 INFO kablam! = note: for more information, see issue #50504 Oct 27 02:19:54.231 INFO kablam! Oct 27 02:19:54.491 INFO kablam! warning: method is never used: `show` Oct 27 02:19:54.491 INFO kablam! --> src/models.rs:25:3 Oct 27 02:19:54.491 INFO kablam! | Oct 27 02:19:54.491 INFO kablam! 25 | pub fn show(id: i32, conn: &PgConnection) -> Vec { Oct 27 02:19:54.491 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 02:19:54.491 INFO kablam! | Oct 27 02:19:54.491 INFO kablam! = note: #[warn(dead_code)] on by default Oct 27 02:19:54.491 INFO kablam! Oct 27 02:19:54.491 INFO kablam! warning: method is never used: `all` Oct 27 02:19:54.491 INFO kablam! --> src/models.rs:32:3 Oct 27 02:19:54.491 INFO kablam! | Oct 27 02:19:54.491 INFO kablam! 32 | pub fn all(conn: &PgConnection) -> Vec { Oct 27 02:19:54.491 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 02:19:54.491 INFO kablam! Oct 27 02:19:54.491 INFO kablam! warning: method is never used: `update_by_id` Oct 27 02:19:54.491 INFO kablam! --> src/models.rs:39:3 Oct 27 02:19:54.491 INFO kablam! | Oct 27 02:19:54.491 INFO kablam! 39 | pub fn update_by_id(id: i32, conn: &PgConnection, book: NewBook) -> bool { Oct 27 02:19:54.491 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 02:19:54.491 INFO kablam! Oct 27 02:19:54.491 INFO kablam! warning: method is never used: `delete_by_id` Oct 27 02:19:54.491 INFO kablam! --> src/models.rs:60:3 Oct 27 02:19:54.491 INFO kablam! | Oct 27 02:19:54.491 INFO kablam! 60 | pub fn delete_by_id(id: i32, conn: &PgConnection) -> bool { Oct 27 02:19:54.491 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 02:19:54.491 INFO kablam! Oct 27 02:19:54.491 INFO kablam! warning: method is never used: `all_by_author` Oct 27 02:19:54.491 INFO kablam! --> src/models.rs:68:3 Oct 27 02:19:54.491 INFO kablam! | Oct 27 02:19:54.491 INFO kablam! 68 | pub fn all_by_author(author: String, conn: &PgConnection) -> Vec { Oct 27 02:19:54.491 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 02:19:54.491 INFO kablam! Oct 27 02:19:54.554 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 1m 33s Oct 27 02:19:54.560 INFO kablam! su: No module specific data is present Oct 27 02:19:55.294 INFO running `"docker" "rm" "-f" "a9c19abaa0074568ad47430f30cdcb182b91a33acd7c70c65b744eed2732773d"` Oct 27 02:19:55.580 INFO blam! a9c19abaa0074568ad47430f30cdcb182b91a33acd7c70c65b744eed2732773d