Oct 12 19:08:33.629 INFO checking kelvin-mai/rust-api against try#4021bd0b3c5815b087d6db10ce461e7e4854ade7 for pr-54977 Oct 12 19:08:33.631 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/pr-54977/worker-6/try#4021bd0b3c5815b087d6db10ce461e7e4854ade7:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-6/pr-54977/try#4021bd0b3c5815b087d6db10ce461e7e4854ade7:/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 +4021bd0b3c5815b087d6db10ce461e7e4854ade7-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 12 19:08:33.982 INFO blam! 8e33d4e9be7b9f33f87088de56b81c7117e898100577ec0e7a0c20de1b512bd5 Oct 12 19:08:33.982 INFO running `"docker" "start" "-a" "8e33d4e9be7b9f33f87088de56b81c7117e898100577ec0e7a0c20de1b512bd5"` Oct 12 19:08:36.048 INFO kablam! usermod: no changes Oct 12 19:08:36.264 INFO kablam! Compiling libc v0.2.42 Oct 12 19:08:36.264 INFO kablam! Compiling serde v1.0.68 Oct 12 19:08:36.277 INFO kablam! Compiling thread_local v0.3.5 Oct 12 19:08:36.277 INFO kablam! Compiling pq-sys v0.4.5 Oct 12 19:08:36.277 INFO kablam! Checking aho-corasick v0.6.5 Oct 12 19:08:36.277 INFO kablam! Compiling syn v0.14.3 Oct 12 19:08:39.280 INFO kablam! Compiling diesel v0.16.0 Oct 12 19:08:39.760 INFO kablam! Checking regex v0.2.11 Oct 12 19:08:42.159 INFO kablam! Compiling memchr v2.0.1 Oct 12 19:08:48.308 INFO kablam! Checking dotenv v0.9.0 Oct 12 19:09:06.725 INFO kablam! Compiling serde_derive v1.0.68 Oct 12 19:09:15.757 INFO kablam! Compiling diesel_infer_schema v0.16.0 Oct 12 19:09:44.965 INFO kablam! Compiling serde_json v1.0.22 Oct 12 19:09:50.945 INFO kablam! Compiling diesel_codegen v0.16.1 Oct 12 19:09:59.449 INFO kablam! Checking rust_api v0.1.0 (/source) Oct 12 19:10:00.962 INFO kablam! warning: cannot find type `Book` in this scope Oct 12 19:10:00.962 INFO kablam! --> src/models.rs:8:10 Oct 12 19:10:00.962 INFO kablam! | Oct 12 19:10:00.962 INFO kablam! 8 | #[derive(Queryable)] Oct 12 19:10:00.962 INFO kablam! | ^^^^^^^^^ names from parent modules are not accessible without an explicit import Oct 12 19:10:00.962 INFO kablam! | Oct 12 19:10:00.962 INFO kablam! = note: #[warn(proc_macro_derive_resolution_fallback)] on by default Oct 12 19:10:00.962 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 12 19:10:00.962 INFO kablam! = note: for more information, see issue #50504 Oct 12 19:10:00.963 INFO kablam! Oct 12 19:10:00.963 INFO kablam! warning: cannot find type `books` in this scope Oct 12 19:10:00.963 INFO kablam! --> src/models.rs:16:10 Oct 12 19:10:00.963 INFO kablam! | Oct 12 19:10:00.963 INFO kablam! 16 | #[derive(Insertable)] Oct 12 19:10:00.963 INFO kablam! | ^^^^^^^^^^ names from parent modules are not accessible without an explicit import Oct 12 19:10:00.963 INFO kablam! | Oct 12 19:10:00.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 12 19:10:00.963 INFO kablam! = note: for more information, see issue #50504 Oct 12 19:10:00.963 INFO kablam! Oct 12 19:10:00.963 INFO kablam! warning: cannot find type `NewBook` in this scope Oct 12 19:10:00.963 INFO kablam! --> src/models.rs:16:10 Oct 12 19:10:00.963 INFO kablam! | Oct 12 19:10:00.963 INFO kablam! 16 | #[derive(Insertable)] Oct 12 19:10:00.963 INFO kablam! | ^^^^^^^^^^ names from parent modules are not accessible without an explicit import Oct 12 19:10:00.963 INFO kablam! | Oct 12 19:10:00.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 12 19:10:00.963 INFO kablam! = note: for more information, see issue #50504 Oct 12 19:10:00.963 INFO kablam! Oct 12 19:10:00.963 INFO kablam! warning: cannot find type `table` in this scope Oct 12 19:10:00.963 INFO kablam! --> <::diesel::macros::table_body macros>:165:33 Oct 12 19:10:00.963 INFO kablam! | Oct 12 19:10:00.963 INFO kablam! 165 | derive ( Debug , Clone , Copy , QueryId ) ] /// The actual table struct Oct 12 19:10:00.963 INFO kablam! | ^^^^^^^ names from parent modules are not accessible without an explicit import Oct 12 19:10:00.967 INFO kablam! | Oct 12 19:10:00.968 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 12 19:10:00.968 INFO kablam! = note: for more information, see issue #50504 Oct 12 19:10:00.968 INFO kablam! Oct 12 19:10:00.969 INFO kablam! warning: cannot find type `id` in this scope Oct 12 19:10:00.969 INFO kablam! --> <::diesel::macros::__diesel_column macros>:5:33 Oct 12 19:10:00.969 INFO kablam! | Oct 12 19:10:00.969 INFO kablam! 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Oct 12 19:10:00.970 INFO kablam! | ^^^^^^^ names from parent modules are not accessible without an explicit import Oct 12 19:10:00.970 INFO kablam! | Oct 12 19:10:00.970 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 12 19:10:00.970 INFO kablam! = note: for more information, see issue #50504 Oct 12 19:10:00.971 INFO kablam! Oct 12 19:10:00.971 INFO kablam! warning: cannot find type `title` in this scope Oct 12 19:10:00.971 INFO kablam! --> <::diesel::macros::__diesel_column macros>:5:33 Oct 12 19:10:00.971 INFO kablam! | Oct 12 19:10:00.972 INFO kablam! 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Oct 12 19:10:00.972 INFO kablam! | ^^^^^^^ names from parent modules are not accessible without an explicit import Oct 12 19:10:00.972 INFO kablam! | Oct 12 19:10:00.972 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 12 19:10:00.973 INFO kablam! = note: for more information, see issue #50504 Oct 12 19:10:00.973 INFO kablam! Oct 12 19:10:00.973 INFO kablam! warning: cannot find type `author` in this scope Oct 12 19:10:00.973 INFO kablam! --> <::diesel::macros::__diesel_column macros>:5:33 Oct 12 19:10:00.974 INFO kablam! | Oct 12 19:10:00.974 INFO kablam! 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Oct 12 19:10:00.974 INFO kablam! | ^^^^^^^ names from parent modules are not accessible without an explicit import Oct 12 19:10:00.974 INFO kablam! | Oct 12 19:10:00.975 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 12 19:10:00.975 INFO kablam! = note: for more information, see issue #50504 Oct 12 19:10:00.975 INFO kablam! Oct 12 19:10:00.975 INFO kablam! warning: cannot find type `published` in this scope Oct 12 19:10:00.976 INFO kablam! --> <::diesel::macros::__diesel_column macros>:5:33 Oct 12 19:10:00.976 INFO kablam! | Oct 12 19:10:00.976 INFO kablam! 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Oct 12 19:10:00.976 INFO kablam! | ^^^^^^^ names from parent modules are not accessible without an explicit import Oct 12 19:10:00.977 INFO kablam! | Oct 12 19:10:00.977 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 12 19:10:00.977 INFO kablam! = note: for more information, see issue #50504 Oct 12 19:10:00.977 INFO kablam! Oct 12 19:10:01.060 INFO kablam! warning: cannot find type `Book` in this scope Oct 12 19:10:01.061 INFO kablam! --> src/models.rs:8:10 Oct 12 19:10:01.061 INFO kablam! | Oct 12 19:10:01.061 INFO kablam! 8 | #[derive(Queryable)] Oct 12 19:10:01.062 INFO kablam! | ^^^^^^^^^ names from parent modules are not accessible without an explicit import Oct 12 19:10:01.062 INFO kablam! | Oct 12 19:10:01.062 INFO kablam! = note: #[warn(proc_macro_derive_resolution_fallback)] on by default Oct 12 19:10:01.062 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 12 19:10:01.063 INFO kablam! = note: for more information, see issue #50504 Oct 12 19:10:01.063 INFO kablam! Oct 12 19:10:01.073 INFO kablam! warning: cannot find type `books` in this scope Oct 12 19:10:01.073 INFO kablam! --> src/models.rs:16:10 Oct 12 19:10:01.073 INFO kablam! | Oct 12 19:10:01.073 INFO kablam! 16 | #[derive(Insertable)] Oct 12 19:10:01.074 INFO kablam! | ^^^^^^^^^^ names from parent modules are not accessible without an explicit import Oct 12 19:10:01.074 INFO kablam! | Oct 12 19:10:01.075 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 12 19:10:01.075 INFO kablam! = note: for more information, see issue #50504 Oct 12 19:10:01.075 INFO kablam! Oct 12 19:10:01.076 INFO kablam! warning: cannot find type `NewBook` in this scope Oct 12 19:10:01.077 INFO kablam! --> src/models.rs:16:10 Oct 12 19:10:01.077 INFO kablam! | Oct 12 19:10:01.077 INFO kablam! 16 | #[derive(Insertable)] Oct 12 19:10:01.077 INFO kablam! | ^^^^^^^^^^ names from parent modules are not accessible without an explicit import Oct 12 19:10:01.078 INFO kablam! | Oct 12 19:10:01.078 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 12 19:10:01.078 INFO kablam! = note: for more information, see issue #50504 Oct 12 19:10:01.078 INFO kablam! Oct 12 19:10:01.079 INFO kablam! warning: cannot find type `table` in this scope Oct 12 19:10:01.079 INFO kablam! --> <::diesel::macros::table_body macros>:165:33 Oct 12 19:10:01.079 INFO kablam! | Oct 12 19:10:01.079 INFO kablam! 165 | derive ( Debug , Clone , Copy , QueryId ) ] /// The actual table struct Oct 12 19:10:01.080 INFO kablam! | ^^^^^^^ names from parent modules are not accessible without an explicit import Oct 12 19:10:01.080 INFO kablam! | Oct 12 19:10:01.088 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 12 19:10:01.089 INFO kablam! = note: for more information, see issue #50504 Oct 12 19:10:01.089 INFO kablam! Oct 12 19:10:01.089 INFO kablam! warning: cannot find type `id` in this scope Oct 12 19:10:01.089 INFO kablam! --> <::diesel::macros::__diesel_column macros>:5:33 Oct 12 19:10:01.090 INFO kablam! | Oct 12 19:10:01.090 INFO kablam! 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Oct 12 19:10:01.090 INFO kablam! | ^^^^^^^ names from parent modules are not accessible without an explicit import Oct 12 19:10:01.090 INFO kablam! | Oct 12 19:10:01.091 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 12 19:10:01.091 INFO kablam! = note: for more information, see issue #50504 Oct 12 19:10:01.091 INFO kablam! Oct 12 19:10:01.091 INFO kablam! warning: cannot find type `title` in this scope Oct 12 19:10:01.092 INFO kablam! --> <::diesel::macros::__diesel_column macros>:5:33 Oct 12 19:10:01.092 INFO kablam! | Oct 12 19:10:01.092 INFO kablam! 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Oct 12 19:10:01.093 INFO kablam! | ^^^^^^^ names from parent modules are not accessible without an explicit import Oct 12 19:10:01.093 INFO kablam! | Oct 12 19:10:01.093 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 12 19:10:01.093 INFO kablam! = note: for more information, see issue #50504 Oct 12 19:10:01.094 INFO kablam! Oct 12 19:10:01.094 INFO kablam! warning: cannot find type `author` in this scope Oct 12 19:10:01.094 INFO kablam! --> <::diesel::macros::__diesel_column macros>:5:33 Oct 12 19:10:01.094 INFO kablam! | Oct 12 19:10:01.095 INFO kablam! 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Oct 12 19:10:01.095 INFO kablam! | ^^^^^^^ names from parent modules are not accessible without an explicit import Oct 12 19:10:01.095 INFO kablam! | Oct 12 19:10:01.095 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 12 19:10:01.096 INFO kablam! = note: for more information, see issue #50504 Oct 12 19:10:01.096 INFO kablam! Oct 12 19:10:01.096 INFO kablam! warning: cannot find type `published` in this scope Oct 12 19:10:01.097 INFO kablam! --> <::diesel::macros::__diesel_column macros>:5:33 Oct 12 19:10:01.097 INFO kablam! | Oct 12 19:10:01.097 INFO kablam! 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Oct 12 19:10:01.097 INFO kablam! | ^^^^^^^ names from parent modules are not accessible without an explicit import Oct 12 19:10:01.097 INFO kablam! | Oct 12 19:10:01.098 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 12 19:10:01.098 INFO kablam! = note: for more information, see issue #50504 Oct 12 19:10:01.098 INFO kablam! Oct 12 19:10:01.344 INFO kablam! warning: method is never used: `show` Oct 12 19:10:01.344 INFO kablam! --> src/models.rs:25:3 Oct 12 19:10:01.344 INFO kablam! | Oct 12 19:10:01.344 INFO kablam! 25 | pub fn show(id: i32, conn: &PgConnection) -> Vec { Oct 12 19:10:01.344 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 12 19:10:01.344 INFO kablam! | Oct 12 19:10:01.344 INFO kablam! = note: #[warn(dead_code)] on by default Oct 12 19:10:01.344 INFO kablam! Oct 12 19:10:01.344 INFO kablam! warning: method is never used: `all` Oct 12 19:10:01.344 INFO kablam! --> src/models.rs:32:3 Oct 12 19:10:01.344 INFO kablam! | Oct 12 19:10:01.344 INFO kablam! 32 | pub fn all(conn: &PgConnection) -> Vec { Oct 12 19:10:01.344 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 12 19:10:01.344 INFO kablam! Oct 12 19:10:01.344 INFO kablam! warning: method is never used: `update_by_id` Oct 12 19:10:01.344 INFO kablam! --> src/models.rs:39:3 Oct 12 19:10:01.345 INFO kablam! | Oct 12 19:10:01.345 INFO kablam! 39 | pub fn update_by_id(id: i32, conn: &PgConnection, book: NewBook) -> bool { Oct 12 19:10:01.345 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 12 19:10:01.345 INFO kablam! Oct 12 19:10:01.345 INFO kablam! warning: method is never used: `delete_by_id` Oct 12 19:10:01.345 INFO kablam! --> src/models.rs:60:3 Oct 12 19:10:01.345 INFO kablam! | Oct 12 19:10:01.345 INFO kablam! 60 | pub fn delete_by_id(id: i32, conn: &PgConnection) -> bool { Oct 12 19:10:01.345 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 12 19:10:01.345 INFO kablam! Oct 12 19:10:01.345 INFO kablam! warning: method is never used: `all_by_author` Oct 12 19:10:01.345 INFO kablam! --> src/models.rs:68:3 Oct 12 19:10:01.345 INFO kablam! | Oct 12 19:10:01.345 INFO kablam! 68 | pub fn all_by_author(author: String, conn: &PgConnection) -> Vec { Oct 12 19:10:01.345 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 12 19:10:01.345 INFO kablam! Oct 12 19:10:01.684 INFO kablam! warning: method is never used: `show` Oct 12 19:10:01.684 INFO kablam! --> src/models.rs:25:3 Oct 12 19:10:01.684 INFO kablam! | Oct 12 19:10:01.684 INFO kablam! 25 | pub fn show(id: i32, conn: &PgConnection) -> Vec { Oct 12 19:10:01.684 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 12 19:10:01.684 INFO kablam! | Oct 12 19:10:01.684 INFO kablam! = note: #[warn(dead_code)] on by default Oct 12 19:10:01.684 INFO kablam! Oct 12 19:10:01.684 INFO kablam! warning: method is never used: `all` Oct 12 19:10:01.684 INFO kablam! --> src/models.rs:32:3 Oct 12 19:10:01.684 INFO kablam! | Oct 12 19:10:01.684 INFO kablam! 32 | pub fn all(conn: &PgConnection) -> Vec { Oct 12 19:10:01.684 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 12 19:10:01.685 INFO kablam! Oct 12 19:10:01.685 INFO kablam! warning: method is never used: `update_by_id` Oct 12 19:10:01.685 INFO kablam! --> src/models.rs:39:3 Oct 12 19:10:01.685 INFO kablam! | Oct 12 19:10:01.685 INFO kablam! 39 | pub fn update_by_id(id: i32, conn: &PgConnection, book: NewBook) -> bool { Oct 12 19:10:01.685 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 12 19:10:01.685 INFO kablam! Oct 12 19:10:01.685 INFO kablam! warning: method is never used: `delete_by_id` Oct 12 19:10:01.685 INFO kablam! --> src/models.rs:60:3 Oct 12 19:10:01.685 INFO kablam! | Oct 12 19:10:01.685 INFO kablam! 60 | pub fn delete_by_id(id: i32, conn: &PgConnection) -> bool { Oct 12 19:10:01.685 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 12 19:10:01.685 INFO kablam! Oct 12 19:10:01.685 INFO kablam! warning: method is never used: `all_by_author` Oct 12 19:10:01.685 INFO kablam! --> src/models.rs:68:3 Oct 12 19:10:01.685 INFO kablam! | Oct 12 19:10:01.685 INFO kablam! 68 | pub fn all_by_author(author: String, conn: &PgConnection) -> Vec { Oct 12 19:10:01.685 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 12 19:10:01.685 INFO kablam! Oct 12 19:10:01.736 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 1m 25s Oct 12 19:10:01.736 INFO kablam! su: No module specific data is present Oct 12 19:10:02.783 INFO running `"docker" "rm" "-f" "8e33d4e9be7b9f33f87088de56b81c7117e898100577ec0e7a0c20de1b512bd5"` Oct 12 19:10:03.159 INFO blam! 8e33d4e9be7b9f33f87088de56b81c7117e898100577ec0e7a0c20de1b512bd5