Nov 28 02:36:10.633 INFO checking kelvin-mai/rust-api against master#0b9f19dff1347e29bf4362ab5a8fab84b43023b5 for pr-56074 Nov 28 02:36:10.633 INFO running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/pr-56074/worker-6/master#0b9f19dff1347e29bf4362ab5a8fab84b43023b5:/target:rw,Z" "-v" "/mnt/big/crater/work/local/test-source/worker-6/pr-56074/master#0b9f19dff1347e29bf4362ab5a8fab84b43023b5:/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 +0b9f19dff1347e29bf4362ab5a8fab84b43023b5-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 28 02:36:11.116 INFO [stdout] 802edeaa815b3d484467d5340dae7d95bad76a4abcd8c59ca4e030651ff319b8 Nov 28 02:36:11.122 INFO running `"docker" "start" "-a" "802edeaa815b3d484467d5340dae7d95bad76a4abcd8c59ca4e030651ff319b8"` Nov 28 02:36:12.452 INFO [stderr] usermod: no changes Nov 28 02:36:12.688 INFO [stderr] Compiling libc v0.2.42 Nov 28 02:36:12.688 INFO [stderr] Compiling serde v1.0.68 Nov 28 02:36:12.688 INFO [stderr] Compiling pq-sys v0.4.5 Nov 28 02:36:12.688 INFO [stderr] Checking aho-corasick v0.6.5 Nov 28 02:36:12.688 INFO [stderr] Compiling syn v0.11.11 Nov 28 02:36:12.688 INFO [stderr] Compiling syn v0.14.3 Nov 28 02:36:15.848 INFO [stderr] Compiling diesel v0.16.0 Nov 28 02:36:15.868 INFO [stderr] Checking regex v0.2.11 Nov 28 02:36:17.052 INFO [stderr] Compiling memchr v2.0.1 Nov 28 02:36:21.044 INFO [stderr] Checking dotenv v0.9.0 Nov 28 02:36:44.169 INFO [stderr] Compiling serde_derive v1.0.68 Nov 28 02:36:49.296 INFO [stderr] Compiling diesel_infer_schema v0.16.0 Nov 28 02:37:18.808 INFO [stderr] Compiling serde_json v1.0.22 Nov 28 02:37:24.064 INFO [stderr] Compiling diesel_codegen v0.16.1 Nov 28 02:37:32.388 INFO [stderr] Checking rust_api v0.1.0 (/source) Nov 28 02:37:33.932 INFO [stderr] warning: cannot find type `Book` in this scope Nov 28 02:37:33.932 INFO [stderr] --> src/models.rs:8:10 Nov 28 02:37:33.932 INFO [stderr] | Nov 28 02:37:33.932 INFO [stderr] 8 | #[derive(Queryable)] Nov 28 02:37:33.932 INFO [stderr] | ^^^^^^^^^ names from parent modules are not accessible without an explicit import Nov 28 02:37:33.933 INFO [stderr] | Nov 28 02:37:33.933 INFO [stderr] = note: #[warn(proc_macro_derive_resolution_fallback)] on by default Nov 28 02:37:33.933 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 28 02:37:33.933 INFO [stderr] = note: for more information, see issue #50504 Nov 28 02:37:33.933 INFO [stderr] Nov 28 02:37:33.933 INFO [stderr] warning: cannot find type `books` in this scope Nov 28 02:37:33.933 INFO [stderr] --> src/models.rs:16:10 Nov 28 02:37:33.933 INFO [stderr] | Nov 28 02:37:33.933 INFO [stderr] 16 | #[derive(Insertable)] Nov 28 02:37:33.933 INFO [stderr] | ^^^^^^^^^^ names from parent modules are not accessible without an explicit import Nov 28 02:37:33.933 INFO [stderr] | Nov 28 02:37:33.933 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 28 02:37:33.933 INFO [stderr] = note: for more information, see issue #50504 Nov 28 02:37:33.933 INFO [stderr] Nov 28 02:37:33.933 INFO [stderr] warning: cannot find type `NewBook` in this scope Nov 28 02:37:33.933 INFO [stderr] --> src/models.rs:16:10 Nov 28 02:37:33.933 INFO [stderr] | Nov 28 02:37:33.933 INFO [stderr] 16 | #[derive(Insertable)] Nov 28 02:37:33.933 INFO [stderr] | ^^^^^^^^^^ names from parent modules are not accessible without an explicit import Nov 28 02:37:33.933 INFO [stderr] | Nov 28 02:37:33.933 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 28 02:37:33.933 INFO [stderr] = note: for more information, see issue #50504 Nov 28 02:37:33.933 INFO [stderr] Nov 28 02:37:33.933 INFO [stderr] warning: cannot find type `table` in this scope Nov 28 02:37:33.933 INFO [stderr] --> <::diesel::macros::table_body macros>:165:33 Nov 28 02:37:33.933 INFO [stderr] | Nov 28 02:37:33.933 INFO [stderr] 165 | derive ( Debug , Clone , Copy , QueryId ) ] /// The actual table struct Nov 28 02:37:33.933 INFO [stderr] | ^^^^^^^ names from parent modules are not accessible without an explicit import Nov 28 02:37:33.938 INFO [stderr] | Nov 28 02:37:33.938 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 28 02:37:33.938 INFO [stderr] = note: for more information, see issue #50504 Nov 28 02:37:33.938 INFO [stderr] Nov 28 02:37:33.938 INFO [stderr] warning: cannot find type `id` in this scope Nov 28 02:37:33.938 INFO [stderr] --> <::diesel::macros::__diesel_column macros>:5:33 Nov 28 02:37:33.938 INFO [stderr] | Nov 28 02:37:33.938 INFO [stderr] 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Nov 28 02:37:33.938 INFO [stderr] | ^^^^^^^ names from parent modules are not accessible without an explicit import Nov 28 02:37:33.938 INFO [stderr] | Nov 28 02:37:33.938 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 28 02:37:33.938 INFO [stderr] = note: for more information, see issue #50504 Nov 28 02:37:33.938 INFO [stderr] Nov 28 02:37:33.938 INFO [stderr] warning: cannot find type `title` in this scope Nov 28 02:37:33.938 INFO [stderr] --> <::diesel::macros::__diesel_column macros>:5:33 Nov 28 02:37:33.938 INFO [stderr] | Nov 28 02:37:33.938 INFO [stderr] 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Nov 28 02:37:33.938 INFO [stderr] | ^^^^^^^ names from parent modules are not accessible without an explicit import Nov 28 02:37:33.938 INFO [stderr] | Nov 28 02:37:33.938 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 28 02:37:33.938 INFO [stderr] = note: for more information, see issue #50504 Nov 28 02:37:33.938 INFO [stderr] Nov 28 02:37:33.938 INFO [stderr] warning: cannot find type `author` in this scope Nov 28 02:37:33.938 INFO [stderr] --> <::diesel::macros::__diesel_column macros>:5:33 Nov 28 02:37:33.938 INFO [stderr] | Nov 28 02:37:33.938 INFO [stderr] 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Nov 28 02:37:33.938 INFO [stderr] | ^^^^^^^ names from parent modules are not accessible without an explicit import Nov 28 02:37:33.938 INFO [stderr] | Nov 28 02:37:33.938 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 28 02:37:33.938 INFO [stderr] = note: for more information, see issue #50504 Nov 28 02:37:33.938 INFO [stderr] Nov 28 02:37:33.938 INFO [stderr] warning: cannot find type `published` in this scope Nov 28 02:37:33.938 INFO [stderr] --> <::diesel::macros::__diesel_column macros>:5:33 Nov 28 02:37:33.938 INFO [stderr] | Nov 28 02:37:33.938 INFO [stderr] 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Nov 28 02:37:33.938 INFO [stderr] | ^^^^^^^ names from parent modules are not accessible without an explicit import Nov 28 02:37:33.938 INFO [stderr] | Nov 28 02:37:33.938 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 28 02:37:33.938 INFO [stderr] = note: for more information, see issue #50504 Nov 28 02:37:33.939 INFO [stderr] Nov 28 02:37:34.048 INFO [stderr] warning: cannot find type `Book` in this scope Nov 28 02:37:34.048 INFO [stderr] --> src/models.rs:8:10 Nov 28 02:37:34.048 INFO [stderr] | Nov 28 02:37:34.048 INFO [stderr] 8 | #[derive(Queryable)] Nov 28 02:37:34.050 INFO [stderr] | ^^^^^^^^^ names from parent modules are not accessible without an explicit import Nov 28 02:37:34.050 INFO [stderr] | Nov 28 02:37:34.050 INFO [stderr] = note: #[warn(proc_macro_derive_resolution_fallback)] on by default Nov 28 02:37:34.050 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 28 02:37:34.050 INFO [stderr] = note: for more information, see issue #50504 Nov 28 02:37:34.050 INFO [stderr] Nov 28 02:37:34.050 INFO [stderr] warning: cannot find type `books` in this scope Nov 28 02:37:34.050 INFO [stderr] --> src/models.rs:16:10 Nov 28 02:37:34.050 INFO [stderr] | Nov 28 02:37:34.050 INFO [stderr] 16 | #[derive(Insertable)] Nov 28 02:37:34.050 INFO [stderr] | ^^^^^^^^^^ names from parent modules are not accessible without an explicit import Nov 28 02:37:34.050 INFO [stderr] | Nov 28 02:37:34.050 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 28 02:37:34.050 INFO [stderr] = note: for more information, see issue #50504 Nov 28 02:37:34.050 INFO [stderr] Nov 28 02:37:34.050 INFO [stderr] warning: cannot find type `NewBook` in this scope Nov 28 02:37:34.050 INFO [stderr] --> src/models.rs:16:10 Nov 28 02:37:34.050 INFO [stderr] | Nov 28 02:37:34.050 INFO [stderr] 16 | #[derive(Insertable)] Nov 28 02:37:34.050 INFO [stderr] | ^^^^^^^^^^ names from parent modules are not accessible without an explicit import Nov 28 02:37:34.050 INFO [stderr] | Nov 28 02:37:34.050 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 28 02:37:34.050 INFO [stderr] = note: for more information, see issue #50504 Nov 28 02:37:34.050 INFO [stderr] Nov 28 02:37:34.052 INFO [stderr] warning: cannot find type `table` in this scope Nov 28 02:37:34.052 INFO [stderr] --> <::diesel::macros::table_body macros>:165:33 Nov 28 02:37:34.052 INFO [stderr] | Nov 28 02:37:34.052 INFO [stderr] 165 | derive ( Debug , Clone , Copy , QueryId ) ] /// The actual table struct Nov 28 02:37:34.052 INFO [stderr] | ^^^^^^^ names from parent modules are not accessible without an explicit import Nov 28 02:37:34.052 INFO [stderr] | Nov 28 02:37:34.052 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 28 02:37:34.052 INFO [stderr] = note: for more information, see issue #50504 Nov 28 02:37:34.052 INFO [stderr] Nov 28 02:37:34.053 INFO [stderr] warning: cannot find type `id` in this scope Nov 28 02:37:34.053 INFO [stderr] --> <::diesel::macros::__diesel_column macros>:5:33 Nov 28 02:37:34.054 INFO [stderr] | Nov 28 02:37:34.054 INFO [stderr] 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Nov 28 02:37:34.054 INFO [stderr] | ^^^^^^^ names from parent modules are not accessible without an explicit import Nov 28 02:37:34.054 INFO [stderr] | Nov 28 02:37:34.054 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 28 02:37:34.054 INFO [stderr] = note: for more information, see issue #50504 Nov 28 02:37:34.054 INFO [stderr] Nov 28 02:37:34.054 INFO [stderr] warning: cannot find type `title` in this scope Nov 28 02:37:34.054 INFO [stderr] --> <::diesel::macros::__diesel_column macros>:5:33 Nov 28 02:37:34.054 INFO [stderr] | Nov 28 02:37:34.054 INFO [stderr] 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Nov 28 02:37:34.054 INFO [stderr] | ^^^^^^^ names from parent modules are not accessible without an explicit import Nov 28 02:37:34.054 INFO [stderr] | Nov 28 02:37:34.054 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 28 02:37:34.054 INFO [stderr] = note: for more information, see issue #50504 Nov 28 02:37:34.054 INFO [stderr] Nov 28 02:37:34.054 INFO [stderr] warning: cannot find type `author` in this scope Nov 28 02:37:34.054 INFO [stderr] --> <::diesel::macros::__diesel_column macros>:5:33 Nov 28 02:37:34.054 INFO [stderr] | Nov 28 02:37:34.054 INFO [stderr] 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Nov 28 02:37:34.054 INFO [stderr] | ^^^^^^^ names from parent modules are not accessible without an explicit import Nov 28 02:37:34.054 INFO [stderr] | Nov 28 02:37:34.054 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 28 02:37:34.054 INFO [stderr] = note: for more information, see issue #50504 Nov 28 02:37:34.054 INFO [stderr] Nov 28 02:37:34.055 INFO [stderr] warning: cannot find type `published` in this scope Nov 28 02:37:34.055 INFO [stderr] --> <::diesel::macros::__diesel_column macros>:5:33 Nov 28 02:37:34.055 INFO [stderr] | Nov 28 02:37:34.056 INFO [stderr] 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Nov 28 02:37:34.056 INFO [stderr] | ^^^^^^^ names from parent modules are not accessible without an explicit import Nov 28 02:37:34.056 INFO [stderr] | Nov 28 02:37:34.056 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 28 02:37:34.057 INFO [stderr] = note: for more information, see issue #50504 Nov 28 02:37:34.057 INFO [stderr] Nov 28 02:37:34.393 INFO [stderr] warning: method is never used: `show` Nov 28 02:37:34.393 INFO [stderr] --> src/models.rs:25:3 Nov 28 02:37:34.393 INFO [stderr] | Nov 28 02:37:34.393 INFO [stderr] 25 | pub fn show(id: i32, conn: &PgConnection) -> Vec { Nov 28 02:37:34.393 INFO [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Nov 28 02:37:34.393 INFO [stderr] | Nov 28 02:37:34.393 INFO [stderr] = note: #[warn(dead_code)] on by default Nov 28 02:37:34.393 INFO [stderr] Nov 28 02:37:34.393 INFO [stderr] warning: method is never used: `all` Nov 28 02:37:34.393 INFO [stderr] --> src/models.rs:32:3 Nov 28 02:37:34.393 INFO [stderr] | Nov 28 02:37:34.393 INFO [stderr] 32 | pub fn all(conn: &PgConnection) -> Vec { Nov 28 02:37:34.393 INFO [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Nov 28 02:37:34.393 INFO [stderr] Nov 28 02:37:34.393 INFO [stderr] warning: method is never used: `update_by_id` Nov 28 02:37:34.393 INFO [stderr] --> src/models.rs:39:3 Nov 28 02:37:34.393 INFO [stderr] | Nov 28 02:37:34.393 INFO [stderr] 39 | pub fn update_by_id(id: i32, conn: &PgConnection, book: NewBook) -> bool { Nov 28 02:37:34.393 INFO [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Nov 28 02:37:34.393 INFO [stderr] Nov 28 02:37:34.393 INFO [stderr] warning: method is never used: `delete_by_id` Nov 28 02:37:34.393 INFO [stderr] --> src/models.rs:60:3 Nov 28 02:37:34.393 INFO [stderr] | Nov 28 02:37:34.393 INFO [stderr] 60 | pub fn delete_by_id(id: i32, conn: &PgConnection) -> bool { Nov 28 02:37:34.393 INFO [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Nov 28 02:37:34.393 INFO [stderr] Nov 28 02:37:34.393 INFO [stderr] warning: method is never used: `all_by_author` Nov 28 02:37:34.393 INFO [stderr] --> src/models.rs:68:3 Nov 28 02:37:34.393 INFO [stderr] | Nov 28 02:37:34.393 INFO [stderr] 68 | pub fn all_by_author(author: String, conn: &PgConnection) -> Vec { Nov 28 02:37:34.393 INFO [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Nov 28 02:37:34.393 INFO [stderr] Nov 28 02:37:34.550 INFO [stderr] warning: method is never used: `show` Nov 28 02:37:34.551 INFO [stderr] --> src/models.rs:25:3 Nov 28 02:37:34.552 INFO [stderr] | Nov 28 02:37:34.552 INFO [stderr] 25 | pub fn show(id: i32, conn: &PgConnection) -> Vec { Nov 28 02:37:34.553 INFO [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Nov 28 02:37:34.553 INFO [stderr] | Nov 28 02:37:34.554 INFO [stderr] = note: #[warn(dead_code)] on by default Nov 28 02:37:34.554 INFO [stderr] Nov 28 02:37:34.555 INFO [stderr] warning: method is never used: `all` Nov 28 02:37:34.556 INFO [stderr] --> src/models.rs:32:3 Nov 28 02:37:34.556 INFO [stderr] | Nov 28 02:37:34.557 INFO [stderr] 32 | pub fn all(conn: &PgConnection) -> Vec { Nov 28 02:37:34.557 INFO [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Nov 28 02:37:34.558 INFO [stderr] Nov 28 02:37:34.558 INFO [stderr] warning: method is never used: `update_by_id` Nov 28 02:37:34.559 INFO [stderr] --> src/models.rs:39:3 Nov 28 02:37:34.559 INFO [stderr] | Nov 28 02:37:34.560 INFO [stderr] 39 | pub fn update_by_id(id: i32, conn: &PgConnection, book: NewBook) -> bool { Nov 28 02:37:34.564 INFO [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Nov 28 02:37:34.564 INFO [stderr] Nov 28 02:37:34.564 INFO [stderr] warning: method is never used: `delete_by_id` Nov 28 02:37:34.564 INFO [stderr] --> src/models.rs:60:3 Nov 28 02:37:34.564 INFO [stderr] | Nov 28 02:37:34.564 INFO [stderr] 60 | pub fn delete_by_id(id: i32, conn: &PgConnection) -> bool { Nov 28 02:37:34.564 INFO [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Nov 28 02:37:34.564 INFO [stderr] Nov 28 02:37:34.564 INFO [stderr] warning: method is never used: `all_by_author` Nov 28 02:37:34.564 INFO [stderr] --> src/models.rs:68:3 Nov 28 02:37:34.564 INFO [stderr] | Nov 28 02:37:34.564 INFO [stderr] 68 | pub fn all_by_author(author: String, conn: &PgConnection) -> Vec { Nov 28 02:37:34.564 INFO [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Nov 28 02:37:34.564 INFO [stderr] Nov 28 02:37:34.605 INFO [stderr] Finished dev [unoptimized + debuginfo] target(s) in 1m 22s Nov 28 02:37:34.612 INFO [stderr] su: No module specific data is present Nov 28 02:37:36.437 INFO running `"docker" "inspect" "802edeaa815b3d484467d5340dae7d95bad76a4abcd8c59ca4e030651ff319b8"` Nov 28 02:37:36.756 INFO running `"docker" "rm" "-f" "802edeaa815b3d484467d5340dae7d95bad76a4abcd8c59ca4e030651ff319b8"` Nov 28 02:37:37.099 INFO [stdout] 802edeaa815b3d484467d5340dae7d95bad76a4abcd8c59ca4e030651ff319b8