Nov 30 00:12:20.608 INFO checking kelvin-mai/rust-api against try#32252761328f59ccfadb1bafb8148c685bc830b3 for pr-56323 Nov 30 00:12:20.608 INFO running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/pr-56323/worker-6/try#32252761328f59ccfadb1bafb8148c685bc830b3:/target:rw,Z" "-v" "/mnt/big/crater/work/local/test-source/worker-6/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 00:12:21.102 INFO [stdout] e6f7e49d84b342664fa05a3ddabe328ceb5de39e453e0311002f1b495f89beac Nov 30 00:12:21.104 INFO running `"docker" "start" "-a" "e6f7e49d84b342664fa05a3ddabe328ceb5de39e453e0311002f1b495f89beac"` Nov 30 00:12:22.971 INFO [stderr] usermod: no changes Nov 30 00:12:23.192 INFO [stderr] Compiling libc v0.2.42 Nov 30 00:12:23.196 INFO [stderr] Compiling serde v1.0.68 Nov 30 00:12:23.200 INFO [stderr] Compiling pq-sys v0.4.5 Nov 30 00:12:23.200 INFO [stderr] Compiling syn v0.14.3 Nov 30 00:12:23.200 INFO [stderr] Checking regex v0.2.11 Nov 30 00:12:25.154 INFO [stderr] Compiling diesel v0.16.0 Nov 30 00:12:27.624 INFO [stderr] Compiling memchr v2.0.1 Nov 30 00:12:28.332 INFO [stderr] Compiling aho-corasick v0.6.5 Nov 30 00:12:30.760 INFO [stderr] Checking dotenv v0.9.0 Nov 30 00:12:49.889 INFO [stderr] Compiling serde_derive v1.0.68 Nov 30 00:12:59.804 INFO [stderr] Compiling diesel_infer_schema v0.16.0 Nov 30 00:13:25.890 INFO [stderr] Compiling serde_json v1.0.22 Nov 30 00:13:32.107 INFO [stderr] Compiling diesel_codegen v0.16.1 Nov 30 00:13:40.293 INFO [stderr] Checking rust_api v0.1.0 (/source) Nov 30 00:13:41.652 INFO [stderr] warning: cannot find type `Book` in this scope Nov 30 00:13:41.652 INFO [stderr] --> src/models.rs:8:10 Nov 30 00:13:41.653 INFO [stderr] | Nov 30 00:13:41.653 INFO [stderr] 8 | #[derive(Queryable)] Nov 30 00:13:41.653 INFO [stderr] | ^^^^^^^^^ names from parent modules are not accessible without an explicit import Nov 30 00:13:41.653 INFO [stderr] | Nov 30 00:13:41.654 INFO [stderr] = note: #[warn(proc_macro_derive_resolution_fallback)] on by default Nov 30 00:13:41.654 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 00:13:41.654 INFO [stderr] = note: for more information, see issue #50504 Nov 30 00:13:41.654 INFO [stderr] Nov 30 00:13:41.655 INFO [stderr] warning: cannot find type `books` in this scope Nov 30 00:13:41.655 INFO [stderr] --> src/models.rs:16:10 Nov 30 00:13:41.655 INFO [stderr] | Nov 30 00:13:41.655 INFO [stderr] 16 | #[derive(Insertable)] Nov 30 00:13:41.655 INFO [stderr] | ^^^^^^^^^^ names from parent modules are not accessible without an explicit import Nov 30 00:13:41.655 INFO [stderr] | Nov 30 00:13:41.655 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 00:13:41.655 INFO [stderr] = note: for more information, see issue #50504 Nov 30 00:13:41.655 INFO [stderr] Nov 30 00:13:41.655 INFO [stderr] warning: cannot find type `NewBook` in this scope Nov 30 00:13:41.655 INFO [stderr] --> src/models.rs:16:10 Nov 30 00:13:41.655 INFO [stderr] | Nov 30 00:13:41.655 INFO [stderr] 16 | #[derive(Insertable)] Nov 30 00:13:41.656 INFO [stderr] | ^^^^^^^^^^ names from parent modules are not accessible without an explicit import Nov 30 00:13:41.656 INFO [stderr] | Nov 30 00:13:41.656 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 00:13:41.656 INFO [stderr] = note: for more information, see issue #50504 Nov 30 00:13:41.656 INFO [stderr] Nov 30 00:13:41.656 INFO [stderr] warning: cannot find type `table` in this scope Nov 30 00:13:41.656 INFO [stderr] --> <::diesel::macros::table_body macros>:165:33 Nov 30 00:13:41.656 INFO [stderr] | Nov 30 00:13:41.656 INFO [stderr] 165 | derive ( Debug , Clone , Copy , QueryId ) ] /// The actual table struct Nov 30 00:13:41.656 INFO [stderr] | ^^^^^^^ names from parent modules are not accessible without an explicit import Nov 30 00:13:41.656 INFO [stderr] | Nov 30 00:13:41.656 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 00:13:41.656 INFO [stderr] = note: for more information, see issue #50504 Nov 30 00:13:41.656 INFO [stderr] Nov 30 00:13:41.656 INFO [stderr] warning: cannot find type `id` in this scope Nov 30 00:13:41.656 INFO [stderr] --> <::diesel::macros::__diesel_column macros>:5:33 Nov 30 00:13:41.656 INFO [stderr] | Nov 30 00:13:41.656 INFO [stderr] 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Nov 30 00:13:41.656 INFO [stderr] | ^^^^^^^ names from parent modules are not accessible without an explicit import Nov 30 00:13:41.656 INFO [stderr] | Nov 30 00:13:41.656 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 00:13:41.656 INFO [stderr] = note: for more information, see issue #50504 Nov 30 00:13:41.656 INFO [stderr] Nov 30 00:13:41.656 INFO [stderr] warning: cannot find type `title` in this scope Nov 30 00:13:41.656 INFO [stderr] --> <::diesel::macros::__diesel_column macros>:5:33 Nov 30 00:13:41.656 INFO [stderr] | Nov 30 00:13:41.656 INFO [stderr] 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Nov 30 00:13:41.656 INFO [stderr] | ^^^^^^^ names from parent modules are not accessible without an explicit import Nov 30 00:13:41.656 INFO [stderr] | Nov 30 00:13:41.656 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 00:13:41.656 INFO [stderr] = note: for more information, see issue #50504 Nov 30 00:13:41.656 INFO [stderr] Nov 30 00:13:41.656 INFO [stderr] warning: cannot find type `author` in this scope Nov 30 00:13:41.656 INFO [stderr] --> <::diesel::macros::__diesel_column macros>:5:33 Nov 30 00:13:41.656 INFO [stderr] | Nov 30 00:13:41.656 INFO [stderr] 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Nov 30 00:13:41.656 INFO [stderr] | ^^^^^^^ names from parent modules are not accessible without an explicit import Nov 30 00:13:41.656 INFO [stderr] | Nov 30 00:13:41.656 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 00:13:41.656 INFO [stderr] = note: for more information, see issue #50504 Nov 30 00:13:41.656 INFO [stderr] Nov 30 00:13:41.657 INFO [stderr] warning: cannot find type `published` in this scope Nov 30 00:13:41.657 INFO [stderr] --> <::diesel::macros::__diesel_column macros>:5:33 Nov 30 00:13:41.657 INFO [stderr] | Nov 30 00:13:41.657 INFO [stderr] 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Nov 30 00:13:41.657 INFO [stderr] | ^^^^^^^ names from parent modules are not accessible without an explicit import Nov 30 00:13:41.657 INFO [stderr] | Nov 30 00:13:41.657 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 00:13:41.657 INFO [stderr] = note: for more information, see issue #50504 Nov 30 00:13:41.657 INFO [stderr] Nov 30 00:13:41.792 INFO [stderr] warning: cannot find type `Book` in this scope Nov 30 00:13:41.793 INFO [stderr] --> src/models.rs:8:10 Nov 30 00:13:41.793 INFO [stderr] | Nov 30 00:13:41.793 INFO [stderr] 8 | #[derive(Queryable)] Nov 30 00:13:41.793 INFO [stderr] | ^^^^^^^^^ names from parent modules are not accessible without an explicit import Nov 30 00:13:41.794 INFO [stderr] | Nov 30 00:13:41.794 INFO [stderr] = note: #[warn(proc_macro_derive_resolution_fallback)] on by default Nov 30 00:13:41.795 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 00:13:41.795 INFO [stderr] = note: for more information, see issue #50504 Nov 30 00:13:41.795 INFO [stderr] Nov 30 00:13:41.796 INFO [stderr] warning: cannot find type `books` in this scope Nov 30 00:13:41.796 INFO [stderr] --> src/models.rs:16:10 Nov 30 00:13:41.796 INFO [stderr] | Nov 30 00:13:41.797 INFO [stderr] 16 | #[derive(Insertable)] Nov 30 00:13:41.797 INFO [stderr] | ^^^^^^^^^^ names from parent modules are not accessible without an explicit import Nov 30 00:13:41.797 INFO [stderr] | Nov 30 00:13:41.797 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 00:13:41.797 INFO [stderr] = note: for more information, see issue #50504 Nov 30 00:13:41.797 INFO [stderr] Nov 30 00:13:41.797 INFO [stderr] warning: cannot find type `NewBook` in this scope Nov 30 00:13:41.797 INFO [stderr] --> src/models.rs:16:10 Nov 30 00:13:41.797 INFO [stderr] | Nov 30 00:13:41.797 INFO [stderr] 16 | #[derive(Insertable)] Nov 30 00:13:41.797 INFO [stderr] | ^^^^^^^^^^ names from parent modules are not accessible without an explicit import Nov 30 00:13:41.797 INFO [stderr] | Nov 30 00:13:41.798 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 00:13:41.798 INFO [stderr] = note: for more information, see issue #50504 Nov 30 00:13:41.798 INFO [stderr] Nov 30 00:13:41.798 INFO [stderr] warning: cannot find type `table` in this scope Nov 30 00:13:41.798 INFO [stderr] --> <::diesel::macros::table_body macros>:165:33 Nov 30 00:13:41.798 INFO [stderr] | Nov 30 00:13:41.798 INFO [stderr] 165 | derive ( Debug , Clone , Copy , QueryId ) ] /// The actual table struct Nov 30 00:13:41.798 INFO [stderr] | ^^^^^^^ names from parent modules are not accessible without an explicit import Nov 30 00:13:41.798 INFO [stderr] | Nov 30 00:13:41.798 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 00:13:41.798 INFO [stderr] = note: for more information, see issue #50504 Nov 30 00:13:41.798 INFO [stderr] Nov 30 00:13:41.799 INFO [stderr] warning: cannot find type `id` in this scope Nov 30 00:13:41.799 INFO [stderr] --> <::diesel::macros::__diesel_column macros>:5:33 Nov 30 00:13:41.799 INFO [stderr] | Nov 30 00:13:41.799 INFO [stderr] 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Nov 30 00:13:41.799 INFO [stderr] | ^^^^^^^ names from parent modules are not accessible without an explicit import Nov 30 00:13:41.799 INFO [stderr] | Nov 30 00:13:41.799 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 00:13:41.799 INFO [stderr] = note: for more information, see issue #50504 Nov 30 00:13:41.799 INFO [stderr] Nov 30 00:13:41.799 INFO [stderr] warning: cannot find type `title` in this scope Nov 30 00:13:41.799 INFO [stderr] --> <::diesel::macros::__diesel_column macros>:5:33 Nov 30 00:13:41.799 INFO [stderr] | Nov 30 00:13:41.800 INFO [stderr] 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Nov 30 00:13:41.800 INFO [stderr] | ^^^^^^^ names from parent modules are not accessible without an explicit import Nov 30 00:13:41.800 INFO [stderr] | Nov 30 00:13:41.800 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 00:13:41.800 INFO [stderr] = note: for more information, see issue #50504 Nov 30 00:13:41.800 INFO [stderr] Nov 30 00:13:41.800 INFO [stderr] warning: cannot find type `author` in this scope Nov 30 00:13:41.800 INFO [stderr] --> <::diesel::macros::__diesel_column macros>:5:33 Nov 30 00:13:41.800 INFO [stderr] | Nov 30 00:13:41.800 INFO [stderr] 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Nov 30 00:13:41.800 INFO [stderr] | ^^^^^^^ names from parent modules are not accessible without an explicit import Nov 30 00:13:41.801 INFO [stderr] | Nov 30 00:13:41.801 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 00:13:41.801 INFO [stderr] = note: for more information, see issue #50504 Nov 30 00:13:41.801 INFO [stderr] Nov 30 00:13:41.801 INFO [stderr] warning: cannot find type `published` in this scope Nov 30 00:13:41.802 INFO [stderr] --> <::diesel::macros::__diesel_column macros>:5:33 Nov 30 00:13:41.802 INFO [stderr] | Nov 30 00:13:41.802 INFO [stderr] 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Nov 30 00:13:41.802 INFO [stderr] | ^^^^^^^ names from parent modules are not accessible without an explicit import Nov 30 00:13:41.802 INFO [stderr] | Nov 30 00:13:41.802 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 00:13:41.802 INFO [stderr] = note: for more information, see issue #50504 Nov 30 00:13:41.802 INFO [stderr] Nov 30 00:13:42.064 INFO [stderr] warning: method is never used: `show` Nov 30 00:13:42.065 INFO [stderr] --> src/models.rs:25:3 Nov 30 00:13:42.065 INFO [stderr] | Nov 30 00:13:42.065 INFO [stderr] 25 | pub fn show(id: i32, conn: &PgConnection) -> Vec { Nov 30 00:13:42.066 INFO [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Nov 30 00:13:42.066 INFO [stderr] | Nov 30 00:13:42.066 INFO [stderr] = note: #[warn(dead_code)] on by default Nov 30 00:13:42.066 INFO [stderr] Nov 30 00:13:42.067 INFO [stderr] warning: method is never used: `all` Nov 30 00:13:42.067 INFO [stderr] --> src/models.rs:32:3 Nov 30 00:13:42.067 INFO [stderr] | Nov 30 00:13:42.067 INFO [stderr] 32 | pub fn all(conn: &PgConnection) -> Vec { Nov 30 00:13:42.068 INFO [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Nov 30 00:13:42.068 INFO [stderr] Nov 30 00:13:42.068 INFO [stderr] warning: method is never used: `update_by_id` Nov 30 00:13:42.068 INFO [stderr] --> src/models.rs:39:3 Nov 30 00:13:42.069 INFO [stderr] | Nov 30 00:13:42.069 INFO [stderr] 39 | pub fn update_by_id(id: i32, conn: &PgConnection, book: NewBook) -> bool { Nov 30 00:13:42.069 INFO [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Nov 30 00:13:42.069 INFO [stderr] Nov 30 00:13:42.070 INFO [stderr] warning: method is never used: `delete_by_id` Nov 30 00:13:42.070 INFO [stderr] --> src/models.rs:60:3 Nov 30 00:13:42.070 INFO [stderr] | Nov 30 00:13:42.070 INFO [stderr] 60 | pub fn delete_by_id(id: i32, conn: &PgConnection) -> bool { Nov 30 00:13:42.071 INFO [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Nov 30 00:13:42.071 INFO [stderr] Nov 30 00:13:42.071 INFO [stderr] warning: method is never used: `all_by_author` Nov 30 00:13:42.071 INFO [stderr] --> src/models.rs:68:3 Nov 30 00:13:42.071 INFO [stderr] | Nov 30 00:13:42.072 INFO [stderr] 68 | pub fn all_by_author(author: String, conn: &PgConnection) -> Vec { Nov 30 00:13:42.072 INFO [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Nov 30 00:13:42.072 INFO [stderr] Nov 30 00:13:42.152 INFO [stderr] warning: method is never used: `show` Nov 30 00:13:42.152 INFO [stderr] --> src/models.rs:25:3 Nov 30 00:13:42.152 INFO [stderr] | Nov 30 00:13:42.152 INFO [stderr] 25 | pub fn show(id: i32, conn: &PgConnection) -> Vec { Nov 30 00:13:42.152 INFO [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Nov 30 00:13:42.152 INFO [stderr] | Nov 30 00:13:42.160 INFO [stderr] = note: #[warn(dead_code)] on by default Nov 30 00:13:42.160 INFO [stderr] Nov 30 00:13:42.161 INFO [stderr] warning: method is never used: `all` Nov 30 00:13:42.161 INFO [stderr] --> src/models.rs:32:3 Nov 30 00:13:42.161 INFO [stderr] | Nov 30 00:13:42.161 INFO [stderr] 32 | pub fn all(conn: &PgConnection) -> Vec { Nov 30 00:13:42.161 INFO [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Nov 30 00:13:42.161 INFO [stderr] Nov 30 00:13:42.161 INFO [stderr] warning: method is never used: `update_by_id` Nov 30 00:13:42.161 INFO [stderr] --> src/models.rs:39:3 Nov 30 00:13:42.161 INFO [stderr] | Nov 30 00:13:42.161 INFO [stderr] 39 | pub fn update_by_id(id: i32, conn: &PgConnection, book: NewBook) -> bool { Nov 30 00:13:42.161 INFO [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Nov 30 00:13:42.161 INFO [stderr] Nov 30 00:13:42.161 INFO [stderr] warning: method is never used: `delete_by_id` Nov 30 00:13:42.161 INFO [stderr] --> src/models.rs:60:3 Nov 30 00:13:42.161 INFO [stderr] | Nov 30 00:13:42.161 INFO [stderr] 60 | pub fn delete_by_id(id: i32, conn: &PgConnection) -> bool { Nov 30 00:13:42.161 INFO [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Nov 30 00:13:42.161 INFO [stderr] Nov 30 00:13:42.161 INFO [stderr] warning: method is never used: `all_by_author` Nov 30 00:13:42.161 INFO [stderr] --> src/models.rs:68:3 Nov 30 00:13:42.161 INFO [stderr] | Nov 30 00:13:42.161 INFO [stderr] 68 | pub fn all_by_author(author: String, conn: &PgConnection) -> Vec { Nov 30 00:13:42.161 INFO [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Nov 30 00:13:42.161 INFO [stderr] Nov 30 00:13:42.208 INFO [stderr] Finished dev [unoptimized + debuginfo] target(s) in 1m 19s Nov 30 00:13:42.224 INFO [stderr] su: No module specific data is present Nov 30 00:13:43.812 INFO running `"docker" "inspect" "e6f7e49d84b342664fa05a3ddabe328ceb5de39e453e0311002f1b495f89beac"` Nov 30 00:13:44.168 INFO running `"docker" "rm" "-f" "e6f7e49d84b342664fa05a3ddabe328ceb5de39e453e0311002f1b495f89beac"` Nov 30 00:13:44.552 INFO [stdout] e6f7e49d84b342664fa05a3ddabe328ceb5de39e453e0311002f1b495f89beac