Oct 21 16:34:14.375 INFO checking kelvin-mai/rust-api against master#155510e377ae2a8d8ee0dad1a5f809c9062a5526 for pr-55192 Oct 21 16:34:14.376 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/pr-55192/worker-7/master#155510e377ae2a8d8ee0dad1a5f809c9062a5526:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-7/pr-55192/master#155510e377ae2a8d8ee0dad1a5f809c9062a5526:/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 +155510e377ae2a8d8ee0dad1a5f809c9062a5526-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 21 16:34:14.861 INFO blam! 8a486691c0f131fdd08a7723aa74ba9fb557019c739c86cd441b74d97751e194 Oct 21 16:34:14.863 INFO running `"docker" "start" "-a" "8a486691c0f131fdd08a7723aa74ba9fb557019c739c86cd441b74d97751e194"` Oct 21 16:34:15.629 INFO kablam! usermod: no changes Oct 21 16:34:15.765 INFO kablam! Compiling libc v0.2.42 Oct 21 16:34:15.765 INFO kablam! Compiling serde v1.0.68 Oct 21 16:34:15.777 INFO kablam! Compiling byteorder v1.2.3 Oct 21 16:34:15.777 INFO kablam! Compiling pq-sys v0.4.5 Oct 21 16:34:15.777 INFO kablam! Compiling syn v0.14.3 Oct 21 16:34:18.272 INFO kablam! Compiling diesel v0.16.0 Oct 21 16:34:19.040 INFO kablam! Compiling memchr v2.0.1 Oct 21 16:34:20.449 INFO kablam! Compiling aho-corasick v0.6.5 Oct 21 16:34:22.258 INFO kablam! Compiling regex v0.2.11 Oct 21 16:34:32.013 INFO kablam! Compiling serde_derive v1.0.68 Oct 21 16:34:37.052 INFO kablam! Compiling dotenv v0.9.0 Oct 21 16:34:43.080 INFO kablam! Compiling diesel_infer_schema v0.16.0 Oct 21 16:35:08.664 INFO kablam! Compiling serde_json v1.0.22 Oct 21 16:35:14.997 INFO kablam! Compiling diesel_codegen v0.16.1 Oct 21 16:35:23.648 INFO kablam! Checking rust_api v0.1.0 (/source) Oct 21 16:35:25.436 INFO kablam! warning: cannot find type `Book` in this scope Oct 21 16:35:25.436 INFO kablam! --> src/models.rs:8:10 Oct 21 16:35:25.436 INFO kablam! | Oct 21 16:35:25.436 INFO kablam! 8 | #[derive(Queryable)] Oct 21 16:35:25.436 INFO kablam! | ^^^^^^^^^ names from parent modules are not accessible without an explicit import Oct 21 16:35:25.436 INFO kablam! | Oct 21 16:35:25.441 INFO kablam! = note: #[warn(proc_macro_derive_resolution_fallback)] on by default Oct 21 16:35:25.441 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 21 16:35:25.441 INFO kablam! = note: for more information, see issue #50504 Oct 21 16:35:25.441 INFO kablam! Oct 21 16:35:25.441 INFO kablam! warning: cannot find type `books` in this scope Oct 21 16:35:25.441 INFO kablam! --> src/models.rs:16:10 Oct 21 16:35:25.441 INFO kablam! | Oct 21 16:35:25.441 INFO kablam! 16 | #[derive(Insertable)] Oct 21 16:35:25.441 INFO kablam! | ^^^^^^^^^^ names from parent modules are not accessible without an explicit import Oct 21 16:35:25.441 INFO kablam! | Oct 21 16:35:25.441 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 21 16:35:25.441 INFO kablam! = note: for more information, see issue #50504 Oct 21 16:35:25.441 INFO kablam! Oct 21 16:35:25.441 INFO kablam! warning: cannot find type `NewBook` in this scope Oct 21 16:35:25.441 INFO kablam! --> src/models.rs:16:10 Oct 21 16:35:25.441 INFO kablam! | Oct 21 16:35:25.441 INFO kablam! 16 | #[derive(Insertable)] Oct 21 16:35:25.441 INFO kablam! | ^^^^^^^^^^ names from parent modules are not accessible without an explicit import Oct 21 16:35:25.441 INFO kablam! | Oct 21 16:35:25.441 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 21 16:35:25.441 INFO kablam! = note: for more information, see issue #50504 Oct 21 16:35:25.441 INFO kablam! Oct 21 16:35:25.441 INFO kablam! warning: cannot find type `table` in this scope Oct 21 16:35:25.441 INFO kablam! --> <::diesel::macros::table_body macros>:165:33 Oct 21 16:35:25.441 INFO kablam! | Oct 21 16:35:25.441 INFO kablam! 165 | derive ( Debug , Clone , Copy , QueryId ) ] /// The actual table struct Oct 21 16:35:25.441 INFO kablam! | ^^^^^^^ names from parent modules are not accessible without an explicit import Oct 21 16:35:25.441 INFO kablam! | Oct 21 16:35:25.441 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 21 16:35:25.441 INFO kablam! = note: for more information, see issue #50504 Oct 21 16:35:25.441 INFO kablam! Oct 21 16:35:25.441 INFO kablam! warning: cannot find type `id` in this scope Oct 21 16:35:25.441 INFO kablam! --> <::diesel::macros::__diesel_column macros>:5:33 Oct 21 16:35:25.441 INFO kablam! | Oct 21 16:35:25.441 INFO kablam! 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Oct 21 16:35:25.441 INFO kablam! | ^^^^^^^ names from parent modules are not accessible without an explicit import Oct 21 16:35:25.441 INFO kablam! | Oct 21 16:35:25.441 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 21 16:35:25.441 INFO kablam! = note: for more information, see issue #50504 Oct 21 16:35:25.441 INFO kablam! Oct 21 16:35:25.441 INFO kablam! warning: cannot find type `title` in this scope Oct 21 16:35:25.441 INFO kablam! --> <::diesel::macros::__diesel_column macros>:5:33 Oct 21 16:35:25.441 INFO kablam! | Oct 21 16:35:25.441 INFO kablam! 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Oct 21 16:35:25.441 INFO kablam! | ^^^^^^^ names from parent modules are not accessible without an explicit import Oct 21 16:35:25.441 INFO kablam! | Oct 21 16:35:25.441 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 21 16:35:25.441 INFO kablam! = note: for more information, see issue #50504 Oct 21 16:35:25.441 INFO kablam! Oct 21 16:35:25.441 INFO kablam! warning: cannot find type `author` in this scope Oct 21 16:35:25.441 INFO kablam! --> <::diesel::macros::__diesel_column macros>:5:33 Oct 21 16:35:25.441 INFO kablam! | Oct 21 16:35:25.441 INFO kablam! 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Oct 21 16:35:25.441 INFO kablam! | ^^^^^^^ names from parent modules are not accessible without an explicit import Oct 21 16:35:25.441 INFO kablam! | Oct 21 16:35:25.441 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 21 16:35:25.441 INFO kablam! = note: for more information, see issue #50504 Oct 21 16:35:25.441 INFO kablam! Oct 21 16:35:25.441 INFO kablam! warning: cannot find type `published` in this scope Oct 21 16:35:25.441 INFO kablam! --> <::diesel::macros::__diesel_column macros>:5:33 Oct 21 16:35:25.441 INFO kablam! | Oct 21 16:35:25.441 INFO kablam! 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Oct 21 16:35:25.441 INFO kablam! | ^^^^^^^ names from parent modules are not accessible without an explicit import Oct 21 16:35:25.441 INFO kablam! | Oct 21 16:35:25.441 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 21 16:35:25.441 INFO kablam! = note: for more information, see issue #50504 Oct 21 16:35:25.441 INFO kablam! Oct 21 16:35:25.441 INFO kablam! warning: cannot find type `Book` in this scope Oct 21 16:35:25.441 INFO kablam! --> src/models.rs:8:10 Oct 21 16:35:25.441 INFO kablam! | Oct 21 16:35:25.441 INFO kablam! 8 | #[derive(Queryable)] Oct 21 16:35:25.441 INFO kablam! | ^^^^^^^^^ names from parent modules are not accessible without an explicit import Oct 21 16:35:25.441 INFO kablam! | Oct 21 16:35:25.441 INFO kablam! = note: #[warn(proc_macro_derive_resolution_fallback)] on by default Oct 21 16:35:25.441 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 21 16:35:25.441 INFO kablam! = note: for more information, see issue #50504 Oct 21 16:35:25.441 INFO kablam! Oct 21 16:35:25.441 INFO kablam! warning: cannot find type `books` in this scope Oct 21 16:35:25.441 INFO kablam! --> src/models.rs:16:10 Oct 21 16:35:25.441 INFO kablam! | Oct 21 16:35:25.441 INFO kablam! 16 | #[derive(Insertable)] Oct 21 16:35:25.442 INFO kablam! | ^^^^^^^^^^ names from parent modules are not accessible without an explicit import Oct 21 16:35:25.442 INFO kablam! | Oct 21 16:35:25.442 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 21 16:35:25.442 INFO kablam! = note: for more information, see issue #50504 Oct 21 16:35:25.442 INFO kablam! Oct 21 16:35:25.442 INFO kablam! warning: cannot find type `NewBook` in this scope Oct 21 16:35:25.442 INFO kablam! --> src/models.rs:16:10 Oct 21 16:35:25.442 INFO kablam! | Oct 21 16:35:25.442 INFO kablam! 16 | #[derive(Insertable)] Oct 21 16:35:25.442 INFO kablam! | ^^^^^^^^^^ names from parent modules are not accessible without an explicit import Oct 21 16:35:25.442 INFO kablam! | Oct 21 16:35:25.442 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 21 16:35:25.442 INFO kablam! = note: for more information, see issue #50504 Oct 21 16:35:25.442 INFO kablam! Oct 21 16:35:25.442 INFO kablam! warning: cannot find type `table` in this scope Oct 21 16:35:25.442 INFO kablam! --> <::diesel::macros::table_body macros>:165:33 Oct 21 16:35:25.442 INFO kablam! | Oct 21 16:35:25.442 INFO kablam! 165 | derive ( Debug , Clone , Copy , QueryId ) ] /// The actual table struct Oct 21 16:35:25.442 INFO kablam! | ^^^^^^^ names from parent modules are not accessible without an explicit import Oct 21 16:35:25.442 INFO kablam! | Oct 21 16:35:25.442 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 21 16:35:25.442 INFO kablam! = note: for more information, see issue #50504 Oct 21 16:35:25.442 INFO kablam! Oct 21 16:35:25.448 INFO kablam! warning: cannot find type `id` in this scope Oct 21 16:35:25.448 INFO kablam! --> <::diesel::macros::__diesel_column macros>:5:33 Oct 21 16:35:25.448 INFO kablam! | Oct 21 16:35:25.448 INFO kablam! 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Oct 21 16:35:25.448 INFO kablam! | ^^^^^^^ names from parent modules are not accessible without an explicit import Oct 21 16:35:25.448 INFO kablam! | Oct 21 16:35:25.448 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 21 16:35:25.448 INFO kablam! = note: for more information, see issue #50504 Oct 21 16:35:25.448 INFO kablam! Oct 21 16:35:25.448 INFO kablam! warning: cannot find type `title` in this scope Oct 21 16:35:25.448 INFO kablam! --> <::diesel::macros::__diesel_column macros>:5:33 Oct 21 16:35:25.448 INFO kablam! | Oct 21 16:35:25.448 INFO kablam! 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Oct 21 16:35:25.448 INFO kablam! | ^^^^^^^ names from parent modules are not accessible without an explicit import Oct 21 16:35:25.448 INFO kablam! | Oct 21 16:35:25.448 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 21 16:35:25.448 INFO kablam! = note: for more information, see issue #50504 Oct 21 16:35:25.448 INFO kablam! Oct 21 16:35:25.448 INFO kablam! warning: cannot find type `author` in this scope Oct 21 16:35:25.449 INFO kablam! --> <::diesel::macros::__diesel_column macros>:5:33 Oct 21 16:35:25.449 INFO kablam! | Oct 21 16:35:25.449 INFO kablam! 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Oct 21 16:35:25.449 INFO kablam! | ^^^^^^^ names from parent modules are not accessible without an explicit import Oct 21 16:35:25.449 INFO kablam! | Oct 21 16:35:25.449 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 21 16:35:25.449 INFO kablam! = note: for more information, see issue #50504 Oct 21 16:35:25.449 INFO kablam! Oct 21 16:35:25.449 INFO kablam! warning: cannot find type `published` in this scope Oct 21 16:35:25.449 INFO kablam! --> <::diesel::macros::__diesel_column macros>:5:33 Oct 21 16:35:25.449 INFO kablam! | Oct 21 16:35:25.449 INFO kablam! 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Oct 21 16:35:25.449 INFO kablam! | ^^^^^^^ names from parent modules are not accessible without an explicit import Oct 21 16:35:25.449 INFO kablam! | Oct 21 16:35:25.449 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 21 16:35:25.449 INFO kablam! = note: for more information, see issue #50504 Oct 21 16:35:25.449 INFO kablam! Oct 21 16:35:25.848 INFO kablam! warning: method is never used: `show` Oct 21 16:35:25.848 INFO kablam! --> src/models.rs:25:3 Oct 21 16:35:25.848 INFO kablam! | Oct 21 16:35:25.848 INFO kablam! 25 | pub fn show(id: i32, conn: &PgConnection) -> Vec { Oct 21 16:35:25.848 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 21 16:35:25.848 INFO kablam! | Oct 21 16:35:25.848 INFO kablam! = note: #[warn(dead_code)] on by default Oct 21 16:35:25.848 INFO kablam! Oct 21 16:35:25.848 INFO kablam! warning: method is never used: `all` Oct 21 16:35:25.848 INFO kablam! --> src/models.rs:32:3 Oct 21 16:35:25.848 INFO kablam! | Oct 21 16:35:25.848 INFO kablam! 32 | pub fn all(conn: &PgConnection) -> Vec { Oct 21 16:35:25.848 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 21 16:35:25.848 INFO kablam! Oct 21 16:35:25.848 INFO kablam! warning: method is never used: `update_by_id` Oct 21 16:35:25.848 INFO kablam! --> src/models.rs:39:3 Oct 21 16:35:25.848 INFO kablam! | Oct 21 16:35:25.848 INFO kablam! 39 | pub fn update_by_id(id: i32, conn: &PgConnection, book: NewBook) -> bool { Oct 21 16:35:25.848 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 21 16:35:25.848 INFO kablam! Oct 21 16:35:25.849 INFO kablam! warning: method is never used: `delete_by_id` Oct 21 16:35:25.849 INFO kablam! --> src/models.rs:60:3 Oct 21 16:35:25.849 INFO kablam! | Oct 21 16:35:25.849 INFO kablam! 60 | pub fn delete_by_id(id: i32, conn: &PgConnection) -> bool { Oct 21 16:35:25.849 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 21 16:35:25.849 INFO kablam! Oct 21 16:35:25.849 INFO kablam! warning: method is never used: `all_by_author` Oct 21 16:35:25.849 INFO kablam! --> src/models.rs:68:3 Oct 21 16:35:25.849 INFO kablam! | Oct 21 16:35:25.849 INFO kablam! 68 | pub fn all_by_author(author: String, conn: &PgConnection) -> Vec { Oct 21 16:35:25.849 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 21 16:35:25.849 INFO kablam! Oct 21 16:35:26.032 INFO kablam! warning: method is never used: `show` Oct 21 16:35:26.032 INFO kablam! --> src/models.rs:25:3 Oct 21 16:35:26.032 INFO kablam! | Oct 21 16:35:26.032 INFO kablam! 25 | pub fn show(id: i32, conn: &PgConnection) -> Vec { Oct 21 16:35:26.032 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 21 16:35:26.032 INFO kablam! | Oct 21 16:35:26.032 INFO kablam! = note: #[warn(dead_code)] on by default Oct 21 16:35:26.032 INFO kablam! Oct 21 16:35:26.032 INFO kablam! warning: method is never used: `all` Oct 21 16:35:26.032 INFO kablam! --> src/models.rs:32:3 Oct 21 16:35:26.032 INFO kablam! | Oct 21 16:35:26.032 INFO kablam! 32 | pub fn all(conn: &PgConnection) -> Vec { Oct 21 16:35:26.032 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 21 16:35:26.032 INFO kablam! Oct 21 16:35:26.032 INFO kablam! warning: method is never used: `update_by_id` Oct 21 16:35:26.032 INFO kablam! --> src/models.rs:39:3 Oct 21 16:35:26.032 INFO kablam! | Oct 21 16:35:26.032 INFO kablam! 39 | pub fn update_by_id(id: i32, conn: &PgConnection, book: NewBook) -> bool { Oct 21 16:35:26.032 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 21 16:35:26.032 INFO kablam! Oct 21 16:35:26.032 INFO kablam! warning: method is never used: `delete_by_id` Oct 21 16:35:26.033 INFO kablam! --> src/models.rs:60:3 Oct 21 16:35:26.033 INFO kablam! | Oct 21 16:35:26.033 INFO kablam! 60 | pub fn delete_by_id(id: i32, conn: &PgConnection) -> bool { Oct 21 16:35:26.033 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 21 16:35:26.033 INFO kablam! Oct 21 16:35:26.033 INFO kablam! warning: method is never used: `all_by_author` Oct 21 16:35:26.033 INFO kablam! --> src/models.rs:68:3 Oct 21 16:35:26.033 INFO kablam! | Oct 21 16:35:26.033 INFO kablam! 68 | pub fn all_by_author(author: String, conn: &PgConnection) -> Vec { Oct 21 16:35:26.033 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 21 16:35:26.033 INFO kablam! Oct 21 16:35:26.105 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 1m 10s Oct 21 16:35:26.110 INFO kablam! su: No module specific data is present Oct 21 16:35:27.305 INFO running `"docker" "rm" "-f" "8a486691c0f131fdd08a7723aa74ba9fb557019c739c86cd441b74d97751e194"` Oct 21 16:35:27.728 INFO blam! 8a486691c0f131fdd08a7723aa74ba9fb557019c739c86cd441b74d97751e194