Nov 06 19:26:30.670 INFO checking kelvin-mai/rust-api against master#24e66c28980442a48d9458f1a4f9b76cc722dc8a+rustflags=-Dduplicate_associated_type_bindings for pr-55687 Nov 06 19:26:30.671 INFO running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/pr-55687/worker-2/master#24e66c28980442a48d9458f1a4f9b76cc722dc8a+rustflags=-Dduplicate_associated_type_bindings:/target:rw,Z" "-v" "/mnt/big/crater/work/local/test-source/worker-2/pr-55687/master#24e66c28980442a48d9458f1a4f9b76cc722dc8a+rustflags=-Dduplicate_associated_type_bindings:/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 +24e66c28980442a48d9458f1a4f9b76cc722dc8a-alt check --frozen --all --all-targets" "-e" "CARGO_TARGET_DIR=/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid -Dduplicate_associated_type_bindings" "-e" "CARGO_HOME=/cargo-home" "-e" "RUSTUP_HOME=/rustup-home" "-m" "1536M" "--network" "none" "crater"` Nov 06 19:26:31.114 INFO blam! a32d86d5a0967982fdc9332fcc468ba52f1f56cd26856570f6efea1715f36820 Nov 06 19:26:31.122 INFO running `"docker" "start" "-a" "a32d86d5a0967982fdc9332fcc468ba52f1f56cd26856570f6efea1715f36820"` Nov 06 19:26:32.300 INFO kablam! usermod: no changes Nov 06 19:26:32.491 INFO kablam! Compiling libc v0.2.42 Nov 06 19:26:32.491 INFO kablam! Compiling serde v1.0.68 Nov 06 19:26:32.491 INFO kablam! Compiling pq-sys v0.4.5 Nov 06 19:26:32.491 INFO kablam! Compiling syn v0.14.3 Nov 06 19:26:32.491 INFO kablam! Checking regex v0.2.11 Nov 06 19:26:32.491 INFO kablam! Checking diesel v1.3.2 Nov 06 19:26:35.420 INFO kablam! Compiling diesel v0.16.0 Nov 06 19:26:37.688 INFO kablam! Compiling memchr v2.0.1 Nov 06 19:26:39.041 INFO kablam! Compiling aho-corasick v0.6.5 Nov 06 19:26:41.708 INFO kablam! Checking dotenv v0.9.0 Nov 06 19:27:06.660 INFO kablam! Compiling serde_derive v1.0.68 Nov 06 19:27:17.768 INFO kablam! Compiling diesel_infer_schema v0.16.0 Nov 06 19:27:59.580 INFO kablam! Compiling serde_json v1.0.22 Nov 06 19:28:07.988 INFO kablam! Compiling diesel_codegen v0.16.1 Nov 06 19:28:17.301 INFO kablam! Checking rust_api v0.1.0 (/source) Nov 06 19:28:18.377 INFO kablam! warning: cannot find type `Book` in this scope Nov 06 19:28:18.377 INFO kablam! --> src/models.rs:8:10 Nov 06 19:28:18.378 INFO kablam! | Nov 06 19:28:18.378 INFO kablam! 8 | #[derive(Queryable)] Nov 06 19:28:18.378 INFO kablam! | ^^^^^^^^^ names from parent modules are not accessible without an explicit import Nov 06 19:28:18.378 INFO kablam! | Nov 06 19:28:18.379 INFO kablam! = note: #[warn(proc_macro_derive_resolution_fallback)] on by default Nov 06 19:28:18.379 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! Nov 06 19:28:18.379 INFO kablam! = note: for more information, see issue #50504 Nov 06 19:28:18.379 INFO kablam! Nov 06 19:28:18.380 INFO kablam! warning: cannot find type `books` in this scope Nov 06 19:28:18.380 INFO kablam! --> src/models.rs:16:10 Nov 06 19:28:18.380 INFO kablam! | Nov 06 19:28:18.380 INFO kablam! 16 | #[derive(Insertable)] Nov 06 19:28:18.381 INFO kablam! | ^^^^^^^^^^ names from parent modules are not accessible without an explicit import Nov 06 19:28:18.381 INFO kablam! | Nov 06 19:28:18.381 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! Nov 06 19:28:18.382 INFO kablam! = note: for more information, see issue #50504 Nov 06 19:28:18.382 INFO kablam! Nov 06 19:28:18.382 INFO kablam! warning: cannot find type `NewBook` in this scope Nov 06 19:28:18.382 INFO kablam! --> src/models.rs:16:10 Nov 06 19:28:18.382 INFO kablam! | Nov 06 19:28:18.383 INFO kablam! 16 | #[derive(Insertable)] Nov 06 19:28:18.383 INFO kablam! | ^^^^^^^^^^ names from parent modules are not accessible without an explicit import Nov 06 19:28:18.383 INFO kablam! | Nov 06 19:28:18.383 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! Nov 06 19:28:18.384 INFO kablam! = note: for more information, see issue #50504 Nov 06 19:28:18.388 INFO kablam! Nov 06 19:28:18.388 INFO kablam! warning: cannot find type `table` in this scope Nov 06 19:28:18.389 INFO kablam! --> <::diesel::macros::table_body macros>:165:33 Nov 06 19:28:18.389 INFO kablam! | Nov 06 19:28:18.389 INFO kablam! 165 | derive ( Debug , Clone , Copy , QueryId ) ] /// The actual table struct Nov 06 19:28:18.389 INFO kablam! | ^^^^^^^ names from parent modules are not accessible without an explicit import Nov 06 19:28:18.390 INFO kablam! | Nov 06 19:28:18.390 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! Nov 06 19:28:18.390 INFO kablam! = note: for more information, see issue #50504 Nov 06 19:28:18.391 INFO kablam! Nov 06 19:28:18.391 INFO kablam! warning: cannot find type `id` in this scope Nov 06 19:28:18.391 INFO kablam! --> <::diesel::macros::__diesel_column macros>:5:33 Nov 06 19:28:18.391 INFO kablam! | Nov 06 19:28:18.391 INFO kablam! 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Nov 06 19:28:18.392 INFO kablam! | ^^^^^^^ names from parent modules are not accessible without an explicit import Nov 06 19:28:18.396 INFO kablam! | Nov 06 19:28:18.400 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! Nov 06 19:28:18.400 INFO kablam! = note: for more information, see issue #50504 Nov 06 19:28:18.401 INFO kablam! Nov 06 19:28:18.401 INFO kablam! warning: cannot find type `title` in this scope Nov 06 19:28:18.401 INFO kablam! --> <::diesel::macros::__diesel_column macros>:5:33 Nov 06 19:28:18.402 INFO kablam! | Nov 06 19:28:18.402 INFO kablam! 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Nov 06 19:28:18.402 INFO kablam! | ^^^^^^^ names from parent modules are not accessible without an explicit import Nov 06 19:28:18.402 INFO kablam! | Nov 06 19:28:18.402 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! Nov 06 19:28:18.403 INFO kablam! = note: for more information, see issue #50504 Nov 06 19:28:18.403 INFO kablam! Nov 06 19:28:18.403 INFO kablam! warning: cannot find type `author` in this scope Nov 06 19:28:18.404 INFO kablam! --> <::diesel::macros::__diesel_column macros>:5:33 Nov 06 19:28:18.404 INFO kablam! | Nov 06 19:28:18.404 INFO kablam! 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Nov 06 19:28:18.404 INFO kablam! | ^^^^^^^ names from parent modules are not accessible without an explicit import Nov 06 19:28:18.405 INFO kablam! | Nov 06 19:28:18.405 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! Nov 06 19:28:18.405 INFO kablam! = note: for more information, see issue #50504 Nov 06 19:28:18.405 INFO kablam! Nov 06 19:28:18.405 INFO kablam! warning: cannot find type `published` in this scope Nov 06 19:28:18.406 INFO kablam! --> <::diesel::macros::__diesel_column macros>:5:33 Nov 06 19:28:18.406 INFO kablam! | Nov 06 19:28:18.406 INFO kablam! 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Nov 06 19:28:18.406 INFO kablam! | ^^^^^^^ names from parent modules are not accessible without an explicit import Nov 06 19:28:18.407 INFO kablam! | Nov 06 19:28:18.407 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! Nov 06 19:28:18.407 INFO kablam! = note: for more information, see issue #50504 Nov 06 19:28:18.407 INFO kablam! Nov 06 19:28:18.461 INFO kablam! warning: cannot find type `Book` in this scope Nov 06 19:28:18.461 INFO kablam! --> src/models.rs:8:10 Nov 06 19:28:18.462 INFO kablam! | Nov 06 19:28:18.462 INFO kablam! 8 | #[derive(Queryable)] Nov 06 19:28:18.462 INFO kablam! | ^^^^^^^^^ names from parent modules are not accessible without an explicit import Nov 06 19:28:18.463 INFO kablam! | Nov 06 19:28:18.463 INFO kablam! = note: #[warn(proc_macro_derive_resolution_fallback)] on by default Nov 06 19:28:18.463 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! Nov 06 19:28:18.463 INFO kablam! = note: for more information, see issue #50504 Nov 06 19:28:18.464 INFO kablam! Nov 06 19:28:18.464 INFO kablam! warning: cannot find type `books` in this scope Nov 06 19:28:18.464 INFO kablam! --> src/models.rs:16:10 Nov 06 19:28:18.465 INFO kablam! | Nov 06 19:28:18.465 INFO kablam! 16 | #[derive(Insertable)] Nov 06 19:28:18.465 INFO kablam! | ^^^^^^^^^^ names from parent modules are not accessible without an explicit import Nov 06 19:28:18.465 INFO kablam! | Nov 06 19:28:18.466 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! Nov 06 19:28:18.466 INFO kablam! = note: for more information, see issue #50504 Nov 06 19:28:18.466 INFO kablam! Nov 06 19:28:18.466 INFO kablam! warning: cannot find type `NewBook` in this scope Nov 06 19:28:18.467 INFO kablam! --> src/models.rs:16:10 Nov 06 19:28:18.467 INFO kablam! | Nov 06 19:28:18.467 INFO kablam! 16 | #[derive(Insertable)] Nov 06 19:28:18.468 INFO kablam! | ^^^^^^^^^^ names from parent modules are not accessible without an explicit import Nov 06 19:28:18.468 INFO kablam! | Nov 06 19:28:18.468 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! Nov 06 19:28:18.468 INFO kablam! = note: for more information, see issue #50504 Nov 06 19:28:18.469 INFO kablam! Nov 06 19:28:18.469 INFO kablam! warning: cannot find type `table` in this scope Nov 06 19:28:18.469 INFO kablam! --> <::diesel::macros::table_body macros>:165:33 Nov 06 19:28:18.476 INFO kablam! | Nov 06 19:28:18.477 INFO kablam! 165 | derive ( Debug , Clone , Copy , QueryId ) ] /// The actual table struct Nov 06 19:28:18.477 INFO kablam! | ^^^^^^^ names from parent modules are not accessible without an explicit import Nov 06 19:28:18.477 INFO kablam! | Nov 06 19:28:18.477 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! Nov 06 19:28:18.478 INFO kablam! = note: for more information, see issue #50504 Nov 06 19:28:18.478 INFO kablam! Nov 06 19:28:18.484 INFO kablam! warning: cannot find type `id` in this scope Nov 06 19:28:18.488 INFO kablam! --> <::diesel::macros::__diesel_column macros>:5:33 Nov 06 19:28:18.489 INFO kablam! | Nov 06 19:28:18.489 INFO kablam! 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Nov 06 19:28:18.489 INFO kablam! | ^^^^^^^ names from parent modules are not accessible without an explicit import Nov 06 19:28:18.489 INFO kablam! | Nov 06 19:28:18.490 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! Nov 06 19:28:18.490 INFO kablam! = note: for more information, see issue #50504 Nov 06 19:28:18.490 INFO kablam! Nov 06 19:28:18.490 INFO kablam! warning: cannot find type `title` in this scope Nov 06 19:28:18.491 INFO kablam! --> <::diesel::macros::__diesel_column macros>:5:33 Nov 06 19:28:18.491 INFO kablam! | Nov 06 19:28:18.491 INFO kablam! 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Nov 06 19:28:18.491 INFO kablam! | ^^^^^^^ names from parent modules are not accessible without an explicit import Nov 06 19:28:18.492 INFO kablam! | Nov 06 19:28:18.492 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! Nov 06 19:28:18.492 INFO kablam! = note: for more information, see issue #50504 Nov 06 19:28:18.493 INFO kablam! Nov 06 19:28:18.493 INFO kablam! warning: cannot find type `author` in this scope Nov 06 19:28:18.493 INFO kablam! --> <::diesel::macros::__diesel_column macros>:5:33 Nov 06 19:28:18.493 INFO kablam! | Nov 06 19:28:18.500 INFO kablam! 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Nov 06 19:28:18.504 INFO kablam! | ^^^^^^^ names from parent modules are not accessible without an explicit import Nov 06 19:28:18.504 INFO kablam! | Nov 06 19:28:18.504 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! Nov 06 19:28:18.504 INFO kablam! = note: for more information, see issue #50504 Nov 06 19:28:18.504 INFO kablam! Nov 06 19:28:18.504 INFO kablam! warning: cannot find type `published` in this scope Nov 06 19:28:18.504 INFO kablam! --> <::diesel::macros::__diesel_column macros>:5:33 Nov 06 19:28:18.504 INFO kablam! | Nov 06 19:28:18.504 INFO kablam! 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Nov 06 19:28:18.504 INFO kablam! | ^^^^^^^ names from parent modules are not accessible without an explicit import Nov 06 19:28:18.504 INFO kablam! | Nov 06 19:28:18.504 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! Nov 06 19:28:18.504 INFO kablam! = note: for more information, see issue #50504 Nov 06 19:28:18.504 INFO kablam! Nov 06 19:28:18.740 INFO kablam! warning: method is never used: `show` Nov 06 19:28:18.740 INFO kablam! --> src/models.rs:25:3 Nov 06 19:28:18.740 INFO kablam! | Nov 06 19:28:18.740 INFO kablam! 25 | pub fn show(id: i32, conn: &PgConnection) -> Vec { Nov 06 19:28:18.740 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Nov 06 19:28:18.740 INFO kablam! | Nov 06 19:28:18.740 INFO kablam! = note: #[warn(dead_code)] on by default Nov 06 19:28:18.740 INFO kablam! Nov 06 19:28:18.740 INFO kablam! warning: method is never used: `all` Nov 06 19:28:18.740 INFO kablam! --> src/models.rs:32:3 Nov 06 19:28:18.740 INFO kablam! | Nov 06 19:28:18.740 INFO kablam! 32 | pub fn all(conn: &PgConnection) -> Vec { Nov 06 19:28:18.740 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Nov 06 19:28:18.740 INFO kablam! Nov 06 19:28:18.740 INFO kablam! warning: method is never used: `update_by_id` Nov 06 19:28:18.740 INFO kablam! --> src/models.rs:39:3 Nov 06 19:28:18.740 INFO kablam! | Nov 06 19:28:18.740 INFO kablam! 39 | pub fn update_by_id(id: i32, conn: &PgConnection, book: NewBook) -> bool { Nov 06 19:28:18.740 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Nov 06 19:28:18.740 INFO kablam! Nov 06 19:28:18.740 INFO kablam! warning: method is never used: `delete_by_id` Nov 06 19:28:18.740 INFO kablam! --> src/models.rs:60:3 Nov 06 19:28:18.740 INFO kablam! | Nov 06 19:28:18.740 INFO kablam! 60 | pub fn delete_by_id(id: i32, conn: &PgConnection) -> bool { Nov 06 19:28:18.740 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Nov 06 19:28:18.740 INFO kablam! Nov 06 19:28:18.740 INFO kablam! warning: method is never used: `all_by_author` Nov 06 19:28:18.740 INFO kablam! --> src/models.rs:68:3 Nov 06 19:28:18.740 INFO kablam! | Nov 06 19:28:18.740 INFO kablam! 68 | pub fn all_by_author(author: String, conn: &PgConnection) -> Vec { Nov 06 19:28:18.740 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Nov 06 19:28:18.740 INFO kablam! Nov 06 19:28:18.816 INFO kablam! warning: method is never used: `show` Nov 06 19:28:18.816 INFO kablam! --> src/models.rs:25:3 Nov 06 19:28:18.816 INFO kablam! | Nov 06 19:28:18.816 INFO kablam! 25 | pub fn show(id: i32, conn: &PgConnection) -> Vec { Nov 06 19:28:18.816 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Nov 06 19:28:18.816 INFO kablam! | Nov 06 19:28:18.816 INFO kablam! = note: #[warn(dead_code)] on by default Nov 06 19:28:18.816 INFO kablam! Nov 06 19:28:18.816 INFO kablam! warning: method is never used: `all` Nov 06 19:28:18.816 INFO kablam! --> src/models.rs:32:3 Nov 06 19:28:18.816 INFO kablam! | Nov 06 19:28:18.816 INFO kablam! 32 | pub fn all(conn: &PgConnection) -> Vec { Nov 06 19:28:18.816 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Nov 06 19:28:18.816 INFO kablam! Nov 06 19:28:18.816 INFO kablam! warning: method is never used: `update_by_id` Nov 06 19:28:18.816 INFO kablam! --> src/models.rs:39:3 Nov 06 19:28:18.816 INFO kablam! | Nov 06 19:28:18.816 INFO kablam! 39 | pub fn update_by_id(id: i32, conn: &PgConnection, book: NewBook) -> bool { Nov 06 19:28:18.816 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Nov 06 19:28:18.816 INFO kablam! Nov 06 19:28:18.816 INFO kablam! warning: method is never used: `delete_by_id` Nov 06 19:28:18.816 INFO kablam! --> src/models.rs:60:3 Nov 06 19:28:18.816 INFO kablam! | Nov 06 19:28:18.816 INFO kablam! 60 | pub fn delete_by_id(id: i32, conn: &PgConnection) -> bool { Nov 06 19:28:18.816 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Nov 06 19:28:18.816 INFO kablam! Nov 06 19:28:18.816 INFO kablam! warning: method is never used: `all_by_author` Nov 06 19:28:18.816 INFO kablam! --> src/models.rs:68:3 Nov 06 19:28:18.816 INFO kablam! | Nov 06 19:28:18.816 INFO kablam! 68 | pub fn all_by_author(author: String, conn: &PgConnection) -> Vec { Nov 06 19:28:18.816 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Nov 06 19:28:18.816 INFO kablam! Nov 06 19:28:18.856 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 1m 46s Nov 06 19:28:18.857 INFO kablam! su: No module specific data is present Nov 06 19:28:19.467 INFO running `"docker" "rm" "-f" "a32d86d5a0967982fdc9332fcc468ba52f1f56cd26856570f6efea1715f36820"` Nov 06 19:28:19.772 INFO blam! a32d86d5a0967982fdc9332fcc468ba52f1f56cd26856570f6efea1715f36820