Nov 30 05:16:17.227 INFO checking cirla/gibs against try#32252761328f59ccfadb1bafb8148c685bc830b3 for pr-56323 Nov 30 05:16:17.227 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 05:16:18.874 INFO [stdout] 182227b5cb9c7a048ed1fe5a63280f4fb6f55a6f4248ea004d6e16ebb1dcb1b3 Nov 30 05:16:18.876 INFO running `"docker" "start" "-a" "182227b5cb9c7a048ed1fe5a63280f4fb6f55a6f4248ea004d6e16ebb1dcb1b3"` Nov 30 05:16:19.955 INFO [stderr] usermod: no changes Nov 30 05:16:20.558 INFO [stderr] Compiling actix-web v0.7.1 Nov 30 05:16:20.562 INFO [stderr] Checking blake2-rfc v0.2.18 Nov 30 05:16:20.567 INFO [stderr] Compiling syn v0.14.5 Nov 30 05:16:20.568 INFO [stderr] Checking h2 v0.1.10 Nov 30 05:16:20.569 INFO [stderr] Checking tokio-signal v0.2.1 Nov 30 05:16:20.569 INFO [stderr] Checking diesel v1.3.2 Nov 30 05:16:20.569 INFO [stderr] Checking trust-dns-proto v0.4.0 Nov 30 05:16:20.570 INFO [stderr] Checking cookie v0.10.1 Nov 30 05:16:22.988 INFO [stderr] Checking argon2rs v0.2.5 Nov 30 05:16:33.137 INFO [stderr] Checking trust-dns-resolver v0.9.0 Nov 30 05:16:50.390 INFO [stderr] Compiling actix_derive v0.3.0 Nov 30 05:16:50.402 INFO [stderr] Compiling serde_derive v1.0.70 Nov 30 05:16:58.581 INFO [stderr] Checking actix v0.7.2 Nov 30 05:17:14.280 INFO [stderr] Checking jsonwebtoken v4.0.1 Nov 30 05:17:30.284 INFO [stderr] Checking r2d2-diesel v1.0.0 Nov 30 05:17:31.322 INFO [stderr] Checking gibs v0.1.0 (/source) Nov 30 05:17:42.876 INFO [stderr] warning: unused `#[macro_use]` import Nov 30 05:17:42.876 INFO [stderr] --> src/main.rs:1:1 Nov 30 05:17:42.876 INFO [stderr] | Nov 30 05:17:42.876 INFO [stderr] 1 | #[macro_use] Nov 30 05:17:42.876 INFO [stderr] | ^^^^^^^^^^^^ Nov 30 05:17:42.876 INFO [stderr] | Nov 30 05:17:42.876 INFO [stderr] = note: #[warn(unused_imports)] on by default Nov 30 05:17:42.876 INFO [stderr] Nov 30 05:17:42.881 INFO [stderr] warning: cannot find type `User` in this scope Nov 30 05:17:42.881 INFO [stderr] --> src/models.rs:5:10 Nov 30 05:17:42.881 INFO [stderr] | Nov 30 05:17:42.881 INFO [stderr] 5 | #[derive(Identifiable, Queryable)] Nov 30 05:17:42.881 INFO [stderr] | ^^^^^^^^^^^^ names from parent modules are not accessible without an explicit import Nov 30 05:17:42.881 INFO [stderr] | Nov 30 05:17:42.881 INFO [stderr] = note: #[warn(proc_macro_derive_resolution_fallback)] on by default Nov 30 05:17:42.881 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 05:17:42.881 INFO [stderr] = note: for more information, see issue #50504 Nov 30 05:17:42.881 INFO [stderr] Nov 30 05:17:42.881 INFO [stderr] warning: cannot find type `users` in this scope Nov 30 05:17:42.881 INFO [stderr] --> src/models.rs:5:10 Nov 30 05:17:42.881 INFO [stderr] | Nov 30 05:17:42.881 INFO [stderr] 5 | #[derive(Identifiable, Queryable)] Nov 30 05:17:42.881 INFO [stderr] | ^^^^^^^^^^^^ names from parent modules are not accessible without an explicit import Nov 30 05:17:42.881 INFO [stderr] | Nov 30 05:17:42.881 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 05:17:42.881 INFO [stderr] = note: for more information, see issue #50504 Nov 30 05:17:42.881 INFO [stderr] Nov 30 05:17:42.881 INFO [stderr] warning: cannot find type `User` in this scope Nov 30 05:17:42.881 INFO [stderr] --> src/models.rs:5:10 Nov 30 05:17:42.881 INFO [stderr] | Nov 30 05:17:42.881 INFO [stderr] 5 | #[derive(Identifiable, Queryable)] Nov 30 05:17:42.881 INFO [stderr] | ^^^^^^^^^^^^ names from parent modules are not accessible without an explicit import Nov 30 05:17:42.881 INFO [stderr] | Nov 30 05:17:42.881 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 05:17:42.881 INFO [stderr] = note: for more information, see issue #50504 Nov 30 05:17:42.881 INFO [stderr] Nov 30 05:17:42.881 INFO [stderr] warning: cannot find type `NaiveDateTime` in this scope Nov 30 05:17:42.881 INFO [stderr] --> src/models.rs:5:24 Nov 30 05:17:42.881 INFO [stderr] | Nov 30 05:17:42.881 INFO [stderr] 5 | #[derive(Identifiable, Queryable)] Nov 30 05:17:42.881 INFO [stderr] | ^^^^^^^^^ names from parent modules are not accessible without an explicit import Nov 30 05:17:42.881 INFO [stderr] | Nov 30 05:17:42.881 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 05:17:42.881 INFO [stderr] = note: for more information, see issue #50504 Nov 30 05:17:42.881 INFO [stderr] Nov 30 05:17:42.881 INFO [stderr] warning: cannot find type `User` in this scope Nov 30 05:17:42.881 INFO [stderr] --> src/models.rs:5:24 Nov 30 05:17:42.881 INFO [stderr] | Nov 30 05:17:42.881 INFO [stderr] 5 | #[derive(Identifiable, Queryable)] Nov 30 05:17:42.881 INFO [stderr] | ^^^^^^^^^ names from parent modules are not accessible without an explicit import Nov 30 05:17:42.881 INFO [stderr] | Nov 30 05:17:42.881 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 05:17:42.881 INFO [stderr] = note: for more information, see issue #50504 Nov 30 05:17:42.881 INFO [stderr] Nov 30 05:17:42.881 INFO [stderr] warning: cannot find type `table` in this scope Nov 30 05:17:42.881 INFO [stderr] --> <::diesel::macros::table_body macros>:165:33 Nov 30 05:17:42.881 INFO [stderr] | Nov 30 05:17:42.881 INFO [stderr] 165 | derive ( Debug , Clone , Copy , QueryId ) ] /// The actual table struct Nov 30 05:17:42.881 INFO [stderr] | ^^^^^^^ names from parent modules are not accessible without an explicit import Nov 30 05:17:42.881 INFO [stderr] | Nov 30 05:17:42.881 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 05:17:42.881 INFO [stderr] = note: for more information, see issue #50504 Nov 30 05:17:42.881 INFO [stderr] Nov 30 05:17:42.881 INFO [stderr] warning: cannot find type `id` in this scope Nov 30 05:17:42.881 INFO [stderr] --> <::diesel::macros::__diesel_column macros>:5:33 Nov 30 05:17:42.881 INFO [stderr] | Nov 30 05:17:42.881 INFO [stderr] 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Nov 30 05:17:42.881 INFO [stderr] | ^^^^^^^ names from parent modules are not accessible without an explicit import Nov 30 05:17:42.881 INFO [stderr] | Nov 30 05:17:42.881 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 05:17:42.881 INFO [stderr] = note: for more information, see issue #50504 Nov 30 05:17:42.881 INFO [stderr] Nov 30 05:17:42.881 INFO [stderr] warning: cannot find type `username` in this scope Nov 30 05:17:42.881 INFO [stderr] --> <::diesel::macros::__diesel_column macros>:5:33 Nov 30 05:17:42.881 INFO [stderr] | Nov 30 05:17:42.881 INFO [stderr] 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Nov 30 05:17:42.881 INFO [stderr] | ^^^^^^^ names from parent modules are not accessible without an explicit import Nov 30 05:17:42.881 INFO [stderr] | Nov 30 05:17:42.881 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 05:17:42.881 INFO [stderr] = note: for more information, see issue #50504 Nov 30 05:17:42.881 INFO [stderr] Nov 30 05:17:42.881 INFO [stderr] warning: cannot find type `email` in this scope Nov 30 05:17:42.881 INFO [stderr] --> <::diesel::macros::__diesel_column macros>:5:33 Nov 30 05:17:42.881 INFO [stderr] | Nov 30 05:17:42.881 INFO [stderr] 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Nov 30 05:17:42.881 INFO [stderr] | ^^^^^^^ names from parent modules are not accessible without an explicit import Nov 30 05:17:42.881 INFO [stderr] | Nov 30 05:17:42.881 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 05:17:42.881 INFO [stderr] = note: for more information, see issue #50504 Nov 30 05:17:42.881 INFO [stderr] Nov 30 05:17:42.881 INFO [stderr] warning: cannot find type `password_hash` in this scope Nov 30 05:17:42.881 INFO [stderr] --> <::diesel::macros::__diesel_column macros>:5:33 Nov 30 05:17:42.881 INFO [stderr] | Nov 30 05:17:42.881 INFO [stderr] 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Nov 30 05:17:42.881 INFO [stderr] | ^^^^^^^ names from parent modules are not accessible without an explicit import Nov 30 05:17:42.881 INFO [stderr] | Nov 30 05:17:42.881 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 05:17:42.881 INFO [stderr] = note: for more information, see issue #50504 Nov 30 05:17:42.881 INFO [stderr] Nov 30 05:17:42.881 INFO [stderr] warning: cannot find type `created_at` in this scope Nov 30 05:17:42.881 INFO [stderr] --> <::diesel::macros::__diesel_column macros>:5:33 Nov 30 05:17:42.881 INFO [stderr] | Nov 30 05:17:42.881 INFO [stderr] 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Nov 30 05:17:42.881 INFO [stderr] | ^^^^^^^ names from parent modules are not accessible without an explicit import Nov 30 05:17:42.881 INFO [stderr] | Nov 30 05:17:42.881 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 05:17:42.882 INFO [stderr] = note: for more information, see issue #50504 Nov 30 05:17:42.882 INFO [stderr] Nov 30 05:17:42.882 INFO [stderr] warning: cannot find type `elo` in this scope Nov 30 05:17:42.882 INFO [stderr] --> <::diesel::macros::__diesel_column macros>:5:33 Nov 30 05:17:42.882 INFO [stderr] | Nov 30 05:17:42.882 INFO [stderr] 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Nov 30 05:17:42.882 INFO [stderr] | ^^^^^^^ names from parent modules are not accessible without an explicit import Nov 30 05:17:42.882 INFO [stderr] | Nov 30 05:17:42.882 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 05:17:42.888 INFO [stderr] = note: for more information, see issue #50504 Nov 30 05:17:42.888 INFO [stderr] Nov 30 05:17:43.360 INFO [stderr] warning: unused `#[macro_use]` import Nov 30 05:17:43.360 INFO [stderr] --> src/main.rs:1:1 Nov 30 05:17:43.360 INFO [stderr] | Nov 30 05:17:43.360 INFO [stderr] 1 | #[macro_use] Nov 30 05:17:43.360 INFO [stderr] | ^^^^^^^^^^^^ Nov 30 05:17:43.360 INFO [stderr] | Nov 30 05:17:43.361 INFO [stderr] = note: #[warn(unused_imports)] on by default Nov 30 05:17:43.361 INFO [stderr] Nov 30 05:17:43.361 INFO [stderr] warning: cannot find type `User` in this scope Nov 30 05:17:43.361 INFO [stderr] --> src/models.rs:5:10 Nov 30 05:17:43.361 INFO [stderr] | Nov 30 05:17:43.361 INFO [stderr] 5 | #[derive(Identifiable, Queryable)] Nov 30 05:17:43.361 INFO [stderr] | ^^^^^^^^^^^^ names from parent modules are not accessible without an explicit import Nov 30 05:17:43.361 INFO [stderr] | Nov 30 05:17:43.361 INFO [stderr] = note: #[warn(proc_macro_derive_resolution_fallback)] on by default Nov 30 05:17:43.361 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 05:17:43.361 INFO [stderr] = note: for more information, see issue #50504 Nov 30 05:17:43.361 INFO [stderr] Nov 30 05:17:43.361 INFO [stderr] warning: cannot find type `users` in this scope Nov 30 05:17:43.361 INFO [stderr] --> src/models.rs:5:10 Nov 30 05:17:43.361 INFO [stderr] | Nov 30 05:17:43.361 INFO [stderr] 5 | #[derive(Identifiable, Queryable)] Nov 30 05:17:43.361 INFO [stderr] | ^^^^^^^^^^^^ names from parent modules are not accessible without an explicit import Nov 30 05:17:43.361 INFO [stderr] | Nov 30 05:17:43.361 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 05:17:43.361 INFO [stderr] = note: for more information, see issue #50504 Nov 30 05:17:43.361 INFO [stderr] Nov 30 05:17:43.361 INFO [stderr] warning: cannot find type `User` in this scope Nov 30 05:17:43.361 INFO [stderr] --> src/models.rs:5:10 Nov 30 05:17:43.361 INFO [stderr] | Nov 30 05:17:43.361 INFO [stderr] 5 | #[derive(Identifiable, Queryable)] Nov 30 05:17:43.361 INFO [stderr] | ^^^^^^^^^^^^ names from parent modules are not accessible without an explicit import Nov 30 05:17:43.361 INFO [stderr] | Nov 30 05:17:43.361 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 05:17:43.361 INFO [stderr] = note: for more information, see issue #50504 Nov 30 05:17:43.361 INFO [stderr] Nov 30 05:17:43.361 INFO [stderr] warning: cannot find type `NaiveDateTime` in this scope Nov 30 05:17:43.361 INFO [stderr] --> src/models.rs:5:24 Nov 30 05:17:43.361 INFO [stderr] | Nov 30 05:17:43.361 INFO [stderr] 5 | #[derive(Identifiable, Queryable)] Nov 30 05:17:43.361 INFO [stderr] | ^^^^^^^^^ names from parent modules are not accessible without an explicit import Nov 30 05:17:43.361 INFO [stderr] | Nov 30 05:17:43.361 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 05:17:43.361 INFO [stderr] = note: for more information, see issue #50504 Nov 30 05:17:43.361 INFO [stderr] Nov 30 05:17:43.361 INFO [stderr] warning: cannot find type `User` in this scope Nov 30 05:17:43.361 INFO [stderr] --> src/models.rs:5:24 Nov 30 05:17:43.361 INFO [stderr] | Nov 30 05:17:43.361 INFO [stderr] 5 | #[derive(Identifiable, Queryable)] Nov 30 05:17:43.361 INFO [stderr] | ^^^^^^^^^ names from parent modules are not accessible without an explicit import Nov 30 05:17:43.361 INFO [stderr] | Nov 30 05:17:43.361 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 05:17:43.361 INFO [stderr] = note: for more information, see issue #50504 Nov 30 05:17:43.361 INFO [stderr] Nov 30 05:17:43.361 INFO [stderr] warning: cannot find type `table` in this scope Nov 30 05:17:43.361 INFO [stderr] --> <::diesel::macros::table_body macros>:165:33 Nov 30 05:17:43.361 INFO [stderr] | Nov 30 05:17:43.361 INFO [stderr] 165 | derive ( Debug , Clone , Copy , QueryId ) ] /// The actual table struct Nov 30 05:17:43.361 INFO [stderr] | ^^^^^^^ names from parent modules are not accessible without an explicit import Nov 30 05:17:43.361 INFO [stderr] | Nov 30 05:17:43.361 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 05:17:43.361 INFO [stderr] = note: for more information, see issue #50504 Nov 30 05:17:43.361 INFO [stderr] Nov 30 05:17:43.361 INFO [stderr] warning: cannot find type `id` in this scope Nov 30 05:17:43.361 INFO [stderr] --> <::diesel::macros::__diesel_column macros>:5:33 Nov 30 05:17:43.361 INFO [stderr] | Nov 30 05:17:43.361 INFO [stderr] 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Nov 30 05:17:43.361 INFO [stderr] | ^^^^^^^ names from parent modules are not accessible without an explicit import Nov 30 05:17:43.361 INFO [stderr] | Nov 30 05:17:43.361 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 05:17:43.361 INFO [stderr] = note: for more information, see issue #50504 Nov 30 05:17:43.362 INFO [stderr] Nov 30 05:17:43.362 INFO [stderr] warning: cannot find type `username` in this scope Nov 30 05:17:43.362 INFO [stderr] --> <::diesel::macros::__diesel_column macros>:5:33 Nov 30 05:17:43.362 INFO [stderr] | Nov 30 05:17:43.362 INFO [stderr] 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Nov 30 05:17:43.362 INFO [stderr] | ^^^^^^^ names from parent modules are not accessible without an explicit import Nov 30 05:17:43.362 INFO [stderr] | Nov 30 05:17:43.362 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 05:17:43.362 INFO [stderr] = note: for more information, see issue #50504 Nov 30 05:17:43.362 INFO [stderr] Nov 30 05:17:43.362 INFO [stderr] warning: cannot find type `email` in this scope Nov 30 05:17:43.362 INFO [stderr] --> <::diesel::macros::__diesel_column macros>:5:33 Nov 30 05:17:43.362 INFO [stderr] | Nov 30 05:17:43.362 INFO [stderr] 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Nov 30 05:17:43.362 INFO [stderr] | ^^^^^^^ names from parent modules are not accessible without an explicit import Nov 30 05:17:43.362 INFO [stderr] | Nov 30 05:17:43.362 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 05:17:43.362 INFO [stderr] = note: for more information, see issue #50504 Nov 30 05:17:43.362 INFO [stderr] Nov 30 05:17:43.368 INFO [stderr] warning: cannot find type `password_hash` in this scope Nov 30 05:17:43.368 INFO [stderr] --> <::diesel::macros::__diesel_column macros>:5:33 Nov 30 05:17:43.368 INFO [stderr] | Nov 30 05:17:43.368 INFO [stderr] 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Nov 30 05:17:43.368 INFO [stderr] | ^^^^^^^ names from parent modules are not accessible without an explicit import Nov 30 05:17:43.368 INFO [stderr] | Nov 30 05:17:43.368 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 05:17:43.368 INFO [stderr] = note: for more information, see issue #50504 Nov 30 05:17:43.368 INFO [stderr] Nov 30 05:17:43.368 INFO [stderr] warning: cannot find type `created_at` in this scope Nov 30 05:17:43.368 INFO [stderr] --> <::diesel::macros::__diesel_column macros>:5:33 Nov 30 05:17:43.368 INFO [stderr] | Nov 30 05:17:43.368 INFO [stderr] 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Nov 30 05:17:43.368 INFO [stderr] | ^^^^^^^ names from parent modules are not accessible without an explicit import Nov 30 05:17:43.368 INFO [stderr] | Nov 30 05:17:43.368 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 05:17:43.368 INFO [stderr] = note: for more information, see issue #50504 Nov 30 05:17:43.368 INFO [stderr] Nov 30 05:17:43.368 INFO [stderr] warning: cannot find type `elo` in this scope Nov 30 05:17:43.368 INFO [stderr] --> <::diesel::macros::__diesel_column macros>:5:33 Nov 30 05:17:43.368 INFO [stderr] | Nov 30 05:17:43.368 INFO [stderr] 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Nov 30 05:17:43.368 INFO [stderr] | ^^^^^^^ names from parent modules are not accessible without an explicit import Nov 30 05:17:43.368 INFO [stderr] | Nov 30 05:17:43.368 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 05:17:43.368 INFO [stderr] = note: for more information, see issue #50504 Nov 30 05:17:43.368 INFO [stderr] Nov 30 05:17:44.304 INFO [stderr] warning: field is never used: `proc` Nov 30 05:17:44.304 INFO [stderr] --> src/game/gnubg.rs:7:5 Nov 30 05:17:44.304 INFO [stderr] | Nov 30 05:17:44.304 INFO [stderr] 7 | proc: &'a Child, Nov 30 05:17:44.304 INFO [stderr] | ^^^^^^^^^^^^^^^ Nov 30 05:17:44.304 INFO [stderr] | Nov 30 05:17:44.304 INFO [stderr] = note: #[warn(dead_code)] on by default Nov 30 05:17:44.304 INFO [stderr] Nov 30 05:17:44.304 INFO [stderr] warning: struct is never constructed: `GnubgManager` Nov 30 05:17:44.304 INFO [stderr] --> src/game/gnubg.rs:18:1 Nov 30 05:17:44.304 INFO [stderr] | Nov 30 05:17:44.304 INFO [stderr] 18 | pub struct GnubgManager { Nov 30 05:17:44.304 INFO [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^ Nov 30 05:17:44.304 INFO [stderr] Nov 30 05:17:44.304 INFO [stderr] warning: method is never used: `new` Nov 30 05:17:44.304 INFO [stderr] --> src/game/gnubg.rs:23:5 Nov 30 05:17:44.304 INFO [stderr] | Nov 30 05:17:44.304 INFO [stderr] 23 | pub fn new(max_procs: usize, path: String) -> Self { Nov 30 05:17:44.304 INFO [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Nov 30 05:17:44.304 INFO [stderr] Nov 30 05:17:44.832 INFO [stderr] warning: field is never used: `proc` Nov 30 05:17:44.832 INFO [stderr] --> src/game/gnubg.rs:7:5 Nov 30 05:17:44.832 INFO [stderr] | Nov 30 05:17:44.832 INFO [stderr] 7 | proc: &'a Child, Nov 30 05:17:44.832 INFO [stderr] | ^^^^^^^^^^^^^^^ Nov 30 05:17:44.832 INFO [stderr] | Nov 30 05:17:44.832 INFO [stderr] = note: #[warn(dead_code)] on by default Nov 30 05:17:44.832 INFO [stderr] Nov 30 05:17:44.832 INFO [stderr] warning: struct is never constructed: `GnubgManager` Nov 30 05:17:44.832 INFO [stderr] --> src/game/gnubg.rs:18:1 Nov 30 05:17:44.832 INFO [stderr] | Nov 30 05:17:44.832 INFO [stderr] 18 | pub struct GnubgManager { Nov 30 05:17:44.832 INFO [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^ Nov 30 05:17:44.833 INFO [stderr] Nov 30 05:17:44.833 INFO [stderr] warning: method is never used: `new` Nov 30 05:17:44.833 INFO [stderr] --> src/game/gnubg.rs:23:5 Nov 30 05:17:44.833 INFO [stderr] | Nov 30 05:17:44.833 INFO [stderr] 23 | pub fn new(max_procs: usize, path: String) -> Self { Nov 30 05:17:44.833 INFO [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Nov 30 05:17:44.833 INFO [stderr] Nov 30 05:17:44.904 INFO [stderr] Finished dev [unoptimized + debuginfo] target(s) in 1m 24s Nov 30 05:17:44.952 INFO [stderr] su: No module specific data is present Nov 30 05:17:45.888 INFO running `"docker" "inspect" "182227b5cb9c7a048ed1fe5a63280f4fb6f55a6f4248ea004d6e16ebb1dcb1b3"` Nov 30 05:17:46.140 INFO running `"docker" "rm" "-f" "182227b5cb9c7a048ed1fe5a63280f4fb6f55a6f4248ea004d6e16ebb1dcb1b3"` Nov 30 05:17:46.566 INFO [stdout] 182227b5cb9c7a048ed1fe5a63280f4fb6f55a6f4248ea004d6e16ebb1dcb1b3