Nov 17 15:06:25.503 INFO testing GreenLoofa/rock_paper_scissors against master#6b9b97bd9b704f85f0184f7a213cc4d62bd9654c for pr-55982 Nov 17 15:06:25.504 INFO running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/pr-55982/worker-2/master#6b9b97bd9b704f85f0184f7a213cc4d62bd9654c:/target:rw,Z" "-v" "/mnt/big/crater/work/local/test-source/worker-2/pr-55982/master#6b9b97bd9b704f85f0184f7a213cc4d62bd9654c:/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 +6b9b97bd9b704f85f0184f7a213cc4d62bd9654c-alt build --frozen" "-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 17 15:06:26.035 INFO [stdout] e6bcf0ba0b1e6944b3c6e118b3e3c1ee253aa05f6cee676455907d7b39eaf715 Nov 17 15:06:26.043 INFO running `"docker" "start" "-a" "e6bcf0ba0b1e6944b3c6e118b3e3c1ee253aa05f6cee676455907d7b39eaf715"` Nov 17 15:06:27.478 INFO [stderr] usermod: no changes Nov 17 15:06:28.000 INFO [stderr] Compiling proc-macro2 v0.4.5 Nov 17 15:06:28.005 INFO [stderr] Compiling mio v0.6.14 Nov 17 15:06:28.005 INFO [stderr] Compiling tokio-io v0.1.6 Nov 17 15:06:28.005 INFO [stderr] Compiling uuid v0.1.18 Nov 17 15:06:28.005 INFO [stderr] Compiling semver v0.9.0 Nov 17 15:06:28.005 INFO [stderr] Compiling crossbeam-channel v0.1.3 Nov 17 15:06:28.005 INFO [stderr] Compiling tokio-threadpool v0.1.3 Nov 17 15:06:28.005 INFO [stderr] Compiling serde_urlencoded v0.5.2 Nov 17 15:06:31.575 INFO [stderr] Compiling env_logger v0.5.10 Nov 17 15:06:35.567 INFO [stderr] Compiling diesel v1.3.0 Nov 17 15:06:35.603 INFO [stderr] Compiling h2 v0.1.9 Nov 17 15:06:35.604 INFO [stderr] Compiling tokio-fs v0.1.0 Nov 17 15:06:35.915 INFO [stderr] Compiling tokio-reactor v0.1.1 Nov 17 15:06:35.915 INFO [stderr] Compiling mio-uds v0.6.6 Nov 17 15:06:40.147 INFO [stderr] Compiling quote v0.6.3 Nov 17 15:06:43.323 INFO [stderr] Compiling tokio-udp v0.1.0 Nov 17 15:06:43.323 INFO [stderr] Compiling tokio-tcp v0.1.0 Nov 17 15:06:47.715 INFO [stderr] Compiling tokio v0.1.6 Nov 17 15:06:48.383 INFO [stderr] Compiling syn v0.14.2 Nov 17 15:06:51.635 INFO [stderr] Compiling tokio-core v0.1.17 Nov 17 15:06:58.587 INFO [stderr] Compiling trust-dns-proto v0.3.3 Nov 17 15:06:58.588 INFO [stderr] Compiling tokio-signal v0.1.5 Nov 17 15:07:07.031 INFO [stderr] Compiling serde_derive v1.0.65 Nov 17 15:07:17.516 INFO [stderr] Compiling trust-dns-resolver v0.8.2 Nov 17 15:07:45.079 INFO [stderr] Compiling cargo_metadata v0.5.5 Nov 17 15:07:51.608 INFO [stderr] Compiling skeptic v0.13.3 Nov 17 15:07:59.636 INFO [stderr] Compiling actix v0.5.7 Nov 17 15:08:22.152 INFO [stderr] Compiling actix-web v0.6.10 Nov 17 15:08:48.893 INFO [stderr] Compiling rock_paper_scissors v0.1.0 (/source) Nov 17 15:08:55.455 INFO [stderr] warning: unused `#[macro_use]` import Nov 17 15:08:55.455 INFO [stderr] --> src/main.rs:9:1 Nov 17 15:08:55.455 INFO [stderr] | Nov 17 15:08:55.455 INFO [stderr] 9 | #[macro_use] Nov 17 15:08:55.455 INFO [stderr] | ^^^^^^^^^^^^ Nov 17 15:08:55.455 INFO [stderr] | Nov 17 15:08:55.455 INFO [stderr] = note: #[warn(unused_imports)] on by default Nov 17 15:08:55.455 INFO [stderr] Nov 17 15:08:55.455 INFO [stderr] warning: unused imports: `Json`, `Method`, `error` Nov 17 15:08:55.455 INFO [stderr] --> src/main.rs:18:5 Nov 17 15:08:55.455 INFO [stderr] | Nov 17 15:08:55.455 INFO [stderr] 18 | error, http, middleware, server, App, AsyncResponder, Error, HttpMessage, Nov 17 15:08:55.455 INFO [stderr] | ^^^^^ Nov 17 15:08:55.455 INFO [stderr] 19 | HttpRequest, HttpResponse, Json, Nov 17 15:08:55.455 INFO [stderr] | ^^^^ Nov 17 15:08:55.455 INFO [stderr] 20 | middleware::cors::Cors, Nov 17 15:08:55.455 INFO [stderr] 21 | http::{header, Method} Nov 17 15:08:55.455 INFO [stderr] | ^^^^^^ Nov 17 15:08:55.455 INFO [stderr] Nov 17 15:08:55.455 INFO [stderr] warning: unused import: `json::JsonValue` Nov 17 15:08:55.455 INFO [stderr] --> src/main.rs:25:5 Nov 17 15:08:55.455 INFO [stderr] | Nov 17 15:08:55.455 INFO [stderr] 25 | use json::JsonValue; Nov 17 15:08:55.455 INFO [stderr] | ^^^^^^^^^^^^^^^ Nov 17 15:08:55.455 INFO [stderr] Nov 17 15:08:55.455 INFO [stderr] warning: unused import: `diesel::prelude::*` Nov 17 15:08:55.455 INFO [stderr] --> src/main.rs:28:5 Nov 17 15:08:55.455 INFO [stderr] | Nov 17 15:08:55.455 INFO [stderr] 28 | use diesel::prelude::*; Nov 17 15:08:55.455 INFO [stderr] | ^^^^^^^^^^^^^^^^^^ Nov 17 15:08:55.455 INFO [stderr] Nov 17 15:08:55.455 INFO [stderr] warning: unused import: `diesel::pg::PgConnection` Nov 17 15:08:55.455 INFO [stderr] --> src/main.rs:29:5 Nov 17 15:08:55.455 INFO [stderr] | Nov 17 15:08:55.455 INFO [stderr] 29 | use diesel::pg::PgConnection; Nov 17 15:08:55.455 INFO [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^ Nov 17 15:08:55.455 INFO [stderr] Nov 17 15:08:55.455 INFO [stderr] warning: unused import: `dotenv::dotenv` Nov 17 15:08:55.455 INFO [stderr] --> src/main.rs:30:5 Nov 17 15:08:55.455 INFO [stderr] | Nov 17 15:08:55.455 INFO [stderr] 30 | use dotenv::dotenv; Nov 17 15:08:55.455 INFO [stderr] | ^^^^^^^^^^^^^^ Nov 17 15:08:55.455 INFO [stderr] Nov 17 15:08:55.455 INFO [stderr] warning: unused import: `schema::games` Nov 17 15:08:55.455 INFO [stderr] --> src/db.rs:64:9 Nov 17 15:08:55.455 INFO [stderr] | Nov 17 15:08:55.455 INFO [stderr] 64 | use schema::games; Nov 17 15:08:55.455 INFO [stderr] | ^^^^^^^^^^^^^ Nov 17 15:08:55.455 INFO [stderr] Nov 17 15:08:55.455 INFO [stderr] warning: unused import: `schema::games` Nov 17 15:08:55.455 INFO [stderr] --> src/db.rs:77:9 Nov 17 15:08:55.455 INFO [stderr] | Nov 17 15:08:55.455 INFO [stderr] 77 | use schema::games; Nov 17 15:08:55.455 INFO [stderr] | ^^^^^^^^^^^^^ Nov 17 15:08:55.455 INFO [stderr] Nov 17 15:08:55.455 INFO [stderr] warning: cannot find type `table` in this scope Nov 17 15:08:55.455 INFO [stderr] --> <::diesel::macros::table_body macros>:165:33 Nov 17 15:08:55.455 INFO [stderr] | Nov 17 15:08:55.455 INFO [stderr] 165 | derive ( Debug , Clone , Copy , QueryId ) ] /// The actual table struct Nov 17 15:08:55.455 INFO [stderr] | ^^^^^^^ names from parent modules are not accessible without an explicit import Nov 17 15:08:55.455 INFO [stderr] | Nov 17 15:08:55.455 INFO [stderr] = note: #[warn(proc_macro_derive_resolution_fallback)] on by default Nov 17 15:08:55.455 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 17 15:08:55.455 INFO [stderr] = note: for more information, see issue #50504 Nov 17 15:08:55.455 INFO [stderr] Nov 17 15:08:55.455 INFO [stderr] warning: cannot find type `table` in this scope Nov 17 15:08:55.455 INFO [stderr] --> <::diesel::macros::table_body macros>:165:33 Nov 17 15:08:55.455 INFO [stderr] | Nov 17 15:08:55.455 INFO [stderr] 165 | derive ( Debug , Clone , Copy , QueryId ) ] /// The actual table struct Nov 17 15:08:55.455 INFO [stderr] | ^^^^^^^ names from parent modules are not accessible without an explicit import Nov 17 15:08:55.455 INFO [stderr] | Nov 17 15:08:55.455 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 17 15:08:55.455 INFO [stderr] = note: for more information, see issue #50504 Nov 17 15:08:55.455 INFO [stderr] Nov 17 15:08:55.455 INFO [stderr] warning: cannot find type `id` in this scope Nov 17 15:08:55.455 INFO [stderr] --> <::diesel::macros::__diesel_column macros>:5:33 Nov 17 15:08:55.455 INFO [stderr] | Nov 17 15:08:55.455 INFO [stderr] 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Nov 17 15:08:55.455 INFO [stderr] | ^^^^^^^ names from parent modules are not accessible without an explicit import Nov 17 15:08:55.456 INFO [stderr] | Nov 17 15:08:55.456 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 17 15:08:55.456 INFO [stderr] = note: for more information, see issue #50504 Nov 17 15:08:55.456 INFO [stderr] Nov 17 15:08:55.456 INFO [stderr] warning: cannot find type `key` in this scope Nov 17 15:08:55.456 INFO [stderr] --> <::diesel::macros::__diesel_column macros>:5:33 Nov 17 15:08:55.456 INFO [stderr] | Nov 17 15:08:55.456 INFO [stderr] 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Nov 17 15:08:55.456 INFO [stderr] | ^^^^^^^ names from parent modules are not accessible without an explicit import Nov 17 15:08:55.456 INFO [stderr] | Nov 17 15:08:55.456 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 17 15:08:55.456 INFO [stderr] = note: for more information, see issue #50504 Nov 17 15:08:55.456 INFO [stderr] Nov 17 15:08:55.456 INFO [stderr] warning: cannot find type `player1` in this scope Nov 17 15:08:55.456 INFO [stderr] --> <::diesel::macros::__diesel_column macros>:5:33 Nov 17 15:08:55.456 INFO [stderr] | Nov 17 15:08:55.456 INFO [stderr] 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Nov 17 15:08:55.456 INFO [stderr] | ^^^^^^^ names from parent modules are not accessible without an explicit import Nov 17 15:08:55.456 INFO [stderr] | Nov 17 15:08:55.456 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 17 15:08:55.456 INFO [stderr] = note: for more information, see issue #50504 Nov 17 15:08:55.456 INFO [stderr] Nov 17 15:08:55.456 INFO [stderr] warning: cannot find type `player2` in this scope Nov 17 15:08:55.456 INFO [stderr] --> <::diesel::macros::__diesel_column macros>:5:33 Nov 17 15:08:55.456 INFO [stderr] | Nov 17 15:08:55.456 INFO [stderr] 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Nov 17 15:08:55.456 INFO [stderr] | ^^^^^^^ names from parent modules are not accessible without an explicit import Nov 17 15:08:55.456 INFO [stderr] | Nov 17 15:08:55.456 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 17 15:08:55.456 INFO [stderr] = note: for more information, see issue #50504 Nov 17 15:08:55.456 INFO [stderr] Nov 17 15:08:55.456 INFO [stderr] warning: cannot find type `player1_choice` in this scope Nov 17 15:08:55.456 INFO [stderr] --> <::diesel::macros::__diesel_column macros>:5:33 Nov 17 15:08:55.456 INFO [stderr] | Nov 17 15:08:55.456 INFO [stderr] 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Nov 17 15:08:55.456 INFO [stderr] | ^^^^^^^ names from parent modules are not accessible without an explicit import Nov 17 15:08:55.456 INFO [stderr] | Nov 17 15:08:55.456 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 17 15:08:55.456 INFO [stderr] = note: for more information, see issue #50504 Nov 17 15:08:55.456 INFO [stderr] Nov 17 15:08:55.456 INFO [stderr] warning: cannot find type `player2_choice` in this scope Nov 17 15:08:55.456 INFO [stderr] --> <::diesel::macros::__diesel_column macros>:5:33 Nov 17 15:08:55.456 INFO [stderr] | Nov 17 15:08:55.456 INFO [stderr] 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Nov 17 15:08:55.456 INFO [stderr] | ^^^^^^^ names from parent modules are not accessible without an explicit import Nov 17 15:08:55.456 INFO [stderr] | Nov 17 15:08:55.456 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 17 15:08:55.456 INFO [stderr] = note: for more information, see issue #50504 Nov 17 15:08:55.456 INFO [stderr] Nov 17 15:08:55.456 INFO [stderr] warning: cannot find type `Game` in this scope Nov 17 15:08:55.456 INFO [stderr] --> src/models.rs:1:41 Nov 17 15:08:55.456 INFO [stderr] | Nov 17 15:08:55.456 INFO [stderr] 1 | #[derive(Debug, Serialize, Deserialize, Queryable)] Nov 17 15:08:55.456 INFO [stderr] | ^^^^^^^^^ names from parent modules are not accessible without an explicit import Nov 17 15:08:55.456 INFO [stderr] | Nov 17 15:08:55.456 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 17 15:08:55.456 INFO [stderr] = note: for more information, see issue #50504 Nov 17 15:08:55.456 INFO [stderr] Nov 17 15:08:55.456 INFO [stderr] warning: cannot find type `games` in this scope Nov 17 15:08:55.456 INFO [stderr] --> src/models.rs:13:10 Nov 17 15:08:55.456 INFO [stderr] | Nov 17 15:08:55.456 INFO [stderr] 13 | #[derive(Insertable, Debug)] Nov 17 15:08:55.456 INFO [stderr] | ^^^^^^^^^^ names from parent modules are not accessible without an explicit import Nov 17 15:08:55.456 INFO [stderr] | Nov 17 15:08:55.456 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 17 15:08:55.456 INFO [stderr] = note: for more information, see issue #50504 Nov 17 15:08:55.456 INFO [stderr] Nov 17 15:08:55.456 INFO [stderr] warning: cannot find type `NewGame` in this scope Nov 17 15:08:55.456 INFO [stderr] --> src/models.rs:13:10 Nov 17 15:08:55.456 INFO [stderr] | Nov 17 15:08:55.456 INFO [stderr] 13 | #[derive(Insertable, Debug)] Nov 17 15:08:55.456 INFO [stderr] | ^^^^^^^^^^ names from parent modules are not accessible without an explicit import Nov 17 15:08:55.456 INFO [stderr] | Nov 17 15:08:55.456 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 17 15:08:55.456 INFO [stderr] = note: for more information, see issue #50504 Nov 17 15:08:55.456 INFO [stderr] Nov 17 15:08:56.127 INFO [stderr] warning: unused import: `Stream` Nov 17 15:08:56.127 INFO [stderr] --> src/main.rs:24:23 Nov 17 15:08:56.128 INFO [stderr] | Nov 17 15:08:56.128 INFO [stderr] 24 | use futures::{Future, Stream}; Nov 17 15:08:56.128 INFO [stderr] | ^^^^^^ Nov 17 15:08:56.129 INFO [stderr] Nov 17 15:08:56.167 INFO [stderr] warning: unused variable: `req` Nov 17 15:08:56.168 INFO [stderr] --> src/main.rs:77:10 Nov 17 15:08:56.168 INFO [stderr] | Nov 17 15:08:56.168 INFO [stderr] 77 | fn index(req: HttpRequest) -> HttpResponse { Nov 17 15:08:56.169 INFO [stderr] | ^^^ help: consider using `_req` instead Nov 17 15:08:56.169 INFO [stderr] | Nov 17 15:08:56.169 INFO [stderr] = note: #[warn(unused_variables)] on by default Nov 17 15:08:56.170 INFO [stderr] Nov 17 15:09:12.087 INFO [stderr] Finished dev [unoptimized + debuginfo] target(s) in 2m 44s Nov 17 15:09:12.093 INFO [stderr] su: No module specific data is present Nov 17 15:09:12.739 INFO running `"docker" "inspect" "e6bcf0ba0b1e6944b3c6e118b3e3c1ee253aa05f6cee676455907d7b39eaf715"` Nov 17 15:09:13.019 INFO running `"docker" "rm" "-f" "e6bcf0ba0b1e6944b3c6e118b3e3c1ee253aa05f6cee676455907d7b39eaf715"` Nov 17 15:09:13.275 INFO [stdout] e6bcf0ba0b1e6944b3c6e118b3e3c1ee253aa05f6cee676455907d7b39eaf715 Nov 17 15:09:13.284 INFO running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/pr-55982/worker-2/master#6b9b97bd9b704f85f0184f7a213cc4d62bd9654c:/target:rw,Z" "-v" "/mnt/big/crater/work/local/test-source/worker-2/pr-55982/master#6b9b97bd9b704f85f0184f7a213cc4d62bd9654c:/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 +6b9b97bd9b704f85f0184f7a213cc4d62bd9654c-alt test --frozen --no-run" "-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 17 15:09:13.783 INFO [stdout] 21871dac27cc0877d1b6442c83f1d39bbecf4c72d218825d9c994924f2469bf1 Nov 17 15:09:13.783 INFO running `"docker" "start" "-a" "21871dac27cc0877d1b6442c83f1d39bbecf4c72d218825d9c994924f2469bf1"` Nov 17 15:09:15.028 INFO [stderr] usermod: no changes Nov 17 15:09:15.516 INFO [stderr] Compiling rock_paper_scissors v0.1.0 (/source) Nov 17 15:09:21.979 INFO [stderr] warning: unused `#[macro_use]` import Nov 17 15:09:21.979 INFO [stderr] --> src/main.rs:9:1 Nov 17 15:09:21.980 INFO [stderr] | Nov 17 15:09:21.980 INFO [stderr] 9 | #[macro_use] Nov 17 15:09:21.980 INFO [stderr] | ^^^^^^^^^^^^ Nov 17 15:09:21.981 INFO [stderr] | Nov 17 15:09:21.981 INFO [stderr] = note: #[warn(unused_imports)] on by default Nov 17 15:09:21.981 INFO [stderr] Nov 17 15:09:21.982 INFO [stderr] warning: unused imports: `Json`, `Method`, `error` Nov 17 15:09:21.982 INFO [stderr] --> src/main.rs:18:5 Nov 17 15:09:21.982 INFO [stderr] | Nov 17 15:09:21.983 INFO [stderr] 18 | error, http, middleware, server, App, AsyncResponder, Error, HttpMessage, Nov 17 15:09:21.983 INFO [stderr] | ^^^^^ Nov 17 15:09:21.983 INFO [stderr] 19 | HttpRequest, HttpResponse, Json, Nov 17 15:09:21.984 INFO [stderr] | ^^^^ Nov 17 15:09:21.984 INFO [stderr] 20 | middleware::cors::Cors, Nov 17 15:09:21.984 INFO [stderr] 21 | http::{header, Method} Nov 17 15:09:21.984 INFO [stderr] | ^^^^^^ Nov 17 15:09:21.985 INFO [stderr] Nov 17 15:09:21.985 INFO [stderr] warning: unused import: `json::JsonValue` Nov 17 15:09:21.985 INFO [stderr] --> src/main.rs:25:5 Nov 17 15:09:21.986 INFO [stderr] | Nov 17 15:09:21.986 INFO [stderr] 25 | use json::JsonValue; Nov 17 15:09:21.986 INFO [stderr] | ^^^^^^^^^^^^^^^ Nov 17 15:09:21.986 INFO [stderr] Nov 17 15:09:21.987 INFO [stderr] warning: unused import: `diesel::prelude::*` Nov 17 15:09:21.987 INFO [stderr] --> src/main.rs:28:5 Nov 17 15:09:21.987 INFO [stderr] | Nov 17 15:09:21.988 INFO [stderr] 28 | use diesel::prelude::*; Nov 17 15:09:21.989 INFO [stderr] | ^^^^^^^^^^^^^^^^^^ Nov 17 15:09:21.989 INFO [stderr] Nov 17 15:09:21.989 INFO [stderr] warning: unused import: `diesel::pg::PgConnection` Nov 17 15:09:21.989 INFO [stderr] --> src/main.rs:29:5 Nov 17 15:09:21.990 INFO [stderr] | Nov 17 15:09:21.990 INFO [stderr] 29 | use diesel::pg::PgConnection; Nov 17 15:09:21.990 INFO [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^ Nov 17 15:09:21.991 INFO [stderr] Nov 17 15:09:21.991 INFO [stderr] warning: unused import: `dotenv::dotenv` Nov 17 15:09:21.991 INFO [stderr] --> src/main.rs:30:5 Nov 17 15:09:21.991 INFO [stderr] | Nov 17 15:09:21.992 INFO [stderr] 30 | use dotenv::dotenv; Nov 17 15:09:21.992 INFO [stderr] | ^^^^^^^^^^^^^^ Nov 17 15:09:21.992 INFO [stderr] Nov 17 15:09:21.992 INFO [stderr] warning: unused import: `schema::games` Nov 17 15:09:21.993 INFO [stderr] --> src/db.rs:64:9 Nov 17 15:09:21.993 INFO [stderr] | Nov 17 15:09:21.993 INFO [stderr] 64 | use schema::games; Nov 17 15:09:21.993 INFO [stderr] | ^^^^^^^^^^^^^ Nov 17 15:09:21.994 INFO [stderr] Nov 17 15:09:21.994 INFO [stderr] warning: unused import: `schema::games` Nov 17 15:09:21.994 INFO [stderr] --> src/db.rs:77:9 Nov 17 15:09:21.994 INFO [stderr] | Nov 17 15:09:21.995 INFO [stderr] 77 | use schema::games; Nov 17 15:09:21.995 INFO [stderr] | ^^^^^^^^^^^^^ Nov 17 15:09:21.995 INFO [stderr] Nov 17 15:09:21.996 INFO [stderr] warning: cannot find type `table` in this scope Nov 17 15:09:21.996 INFO [stderr] --> <::diesel::macros::table_body macros>:165:33 Nov 17 15:09:21.996 INFO [stderr] | Nov 17 15:09:21.997 INFO [stderr] 165 | derive ( Debug , Clone , Copy , QueryId ) ] /// The actual table struct Nov 17 15:09:21.997 INFO [stderr] | ^^^^^^^ names from parent modules are not accessible without an explicit import Nov 17 15:09:21.999 INFO [stderr] | Nov 17 15:09:21.999 INFO [stderr] = note: #[warn(proc_macro_derive_resolution_fallback)] on by default Nov 17 15:09:21.999 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 17 15:09:22.000 INFO [stderr] = note: for more information, see issue #50504 Nov 17 15:09:22.000 INFO [stderr] Nov 17 15:09:22.000 INFO [stderr] warning: cannot find type `table` in this scope Nov 17 15:09:22.000 INFO [stderr] --> <::diesel::macros::table_body macros>:165:33 Nov 17 15:09:22.001 INFO [stderr] | Nov 17 15:09:22.001 INFO [stderr] 165 | derive ( Debug , Clone , Copy , QueryId ) ] /// The actual table struct Nov 17 15:09:22.001 INFO [stderr] | ^^^^^^^ names from parent modules are not accessible without an explicit import Nov 17 15:09:22.001 INFO [stderr] | Nov 17 15:09:22.002 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 17 15:09:22.002 INFO [stderr] = note: for more information, see issue #50504 Nov 17 15:09:22.002 INFO [stderr] Nov 17 15:09:22.002 INFO [stderr] warning: cannot find type `id` in this scope Nov 17 15:09:22.003 INFO [stderr] --> <::diesel::macros::__diesel_column macros>:5:33 Nov 17 15:09:22.003 INFO [stderr] | Nov 17 15:09:22.003 INFO [stderr] 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Nov 17 15:09:22.003 INFO [stderr] | ^^^^^^^ names from parent modules are not accessible without an explicit import Nov 17 15:09:22.004 INFO [stderr] | Nov 17 15:09:22.004 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 17 15:09:22.004 INFO [stderr] = note: for more information, see issue #50504 Nov 17 15:09:22.004 INFO [stderr] Nov 17 15:09:22.005 INFO [stderr] warning: cannot find type `key` in this scope Nov 17 15:09:22.005 INFO [stderr] --> <::diesel::macros::__diesel_column macros>:5:33 Nov 17 15:09:22.005 INFO [stderr] | Nov 17 15:09:22.006 INFO [stderr] 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Nov 17 15:09:22.006 INFO [stderr] | ^^^^^^^ names from parent modules are not accessible without an explicit import Nov 17 15:09:22.006 INFO [stderr] | Nov 17 15:09:22.007 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 17 15:09:22.007 INFO [stderr] = note: for more information, see issue #50504 Nov 17 15:09:22.007 INFO [stderr] Nov 17 15:09:22.007 INFO [stderr] warning: cannot find type `player1` in this scope Nov 17 15:09:22.008 INFO [stderr] --> <::diesel::macros::__diesel_column macros>:5:33 Nov 17 15:09:22.008 INFO [stderr] | Nov 17 15:09:22.008 INFO [stderr] 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Nov 17 15:09:22.009 INFO [stderr] | ^^^^^^^ names from parent modules are not accessible without an explicit import Nov 17 15:09:22.009 INFO [stderr] | Nov 17 15:09:22.009 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 17 15:09:22.010 INFO [stderr] = note: for more information, see issue #50504 Nov 17 15:09:22.010 INFO [stderr] Nov 17 15:09:22.010 INFO [stderr] warning: cannot find type `player2` in this scope Nov 17 15:09:22.011 INFO [stderr] --> <::diesel::macros::__diesel_column macros>:5:33 Nov 17 15:09:22.011 INFO [stderr] | Nov 17 15:09:22.011 INFO [stderr] 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Nov 17 15:09:22.012 INFO [stderr] | ^^^^^^^ names from parent modules are not accessible without an explicit import Nov 17 15:09:22.012 INFO [stderr] | Nov 17 15:09:22.012 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 17 15:09:22.012 INFO [stderr] = note: for more information, see issue #50504 Nov 17 15:09:22.013 INFO [stderr] Nov 17 15:09:22.013 INFO [stderr] warning: cannot find type `player1_choice` in this scope Nov 17 15:09:22.013 INFO [stderr] --> <::diesel::macros::__diesel_column macros>:5:33 Nov 17 15:09:22.014 INFO [stderr] | Nov 17 15:09:22.014 INFO [stderr] 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Nov 17 15:09:22.014 INFO [stderr] | ^^^^^^^ names from parent modules are not accessible without an explicit import Nov 17 15:09:22.014 INFO [stderr] | Nov 17 15:09:22.015 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 17 15:09:22.015 INFO [stderr] = note: for more information, see issue #50504 Nov 17 15:09:22.015 INFO [stderr] Nov 17 15:09:22.016 INFO [stderr] warning: cannot find type `player2_choice` in this scope Nov 17 15:09:22.016 INFO [stderr] --> <::diesel::macros::__diesel_column macros>:5:33 Nov 17 15:09:22.016 INFO [stderr] | Nov 17 15:09:22.016 INFO [stderr] 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Nov 17 15:09:22.017 INFO [stderr] | ^^^^^^^ names from parent modules are not accessible without an explicit import Nov 17 15:09:22.017 INFO [stderr] | Nov 17 15:09:22.017 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 17 15:09:22.018 INFO [stderr] = note: for more information, see issue #50504 Nov 17 15:09:22.018 INFO [stderr] Nov 17 15:09:22.018 INFO [stderr] warning: cannot find type `Game` in this scope Nov 17 15:09:22.019 INFO [stderr] --> src/models.rs:1:41 Nov 17 15:09:22.019 INFO [stderr] | Nov 17 15:09:22.019 INFO [stderr] 1 | #[derive(Debug, Serialize, Deserialize, Queryable)] Nov 17 15:09:22.020 INFO [stderr] | ^^^^^^^^^ names from parent modules are not accessible without an explicit import Nov 17 15:09:22.020 INFO [stderr] | Nov 17 15:09:22.020 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 17 15:09:22.020 INFO [stderr] = note: for more information, see issue #50504 Nov 17 15:09:22.021 INFO [stderr] Nov 17 15:09:22.021 INFO [stderr] warning: cannot find type `games` in this scope Nov 17 15:09:22.021 INFO [stderr] --> src/models.rs:13:10 Nov 17 15:09:22.022 INFO [stderr] | Nov 17 15:09:22.022 INFO [stderr] 13 | #[derive(Insertable, Debug)] Nov 17 15:09:22.022 INFO [stderr] | ^^^^^^^^^^ names from parent modules are not accessible without an explicit import Nov 17 15:09:22.022 INFO [stderr] | Nov 17 15:09:22.023 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 17 15:09:22.023 INFO [stderr] = note: for more information, see issue #50504 Nov 17 15:09:22.023 INFO [stderr] Nov 17 15:09:22.023 INFO [stderr] warning: cannot find type `NewGame` in this scope Nov 17 15:09:22.023 INFO [stderr] --> src/models.rs:13:10 Nov 17 15:09:22.023 INFO [stderr] | Nov 17 15:09:22.023 INFO [stderr] 13 | #[derive(Insertable, Debug)] Nov 17 15:09:22.023 INFO [stderr] | ^^^^^^^^^^ names from parent modules are not accessible without an explicit import Nov 17 15:09:22.023 INFO [stderr] | Nov 17 15:09:22.023 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 17 15:09:22.023 INFO [stderr] = note: for more information, see issue #50504 Nov 17 15:09:22.023 INFO [stderr] Nov 17 15:09:22.491 INFO [stderr] warning: unused import: `Stream` Nov 17 15:09:22.491 INFO [stderr] --> src/main.rs:24:23 Nov 17 15:09:22.491 INFO [stderr] | Nov 17 15:09:22.491 INFO [stderr] 24 | use futures::{Future, Stream}; Nov 17 15:09:22.491 INFO [stderr] | ^^^^^^ Nov 17 15:09:22.491 INFO [stderr] Nov 17 15:09:22.531 INFO [stderr] warning: unused variable: `req` Nov 17 15:09:22.531 INFO [stderr] --> src/main.rs:77:10 Nov 17 15:09:22.531 INFO [stderr] | Nov 17 15:09:22.531 INFO [stderr] 77 | fn index(req: HttpRequest) -> HttpResponse { Nov 17 15:09:22.531 INFO [stderr] | ^^^ help: consider using `_req` instead Nov 17 15:09:22.531 INFO [stderr] | Nov 17 15:09:22.531 INFO [stderr] = note: #[warn(unused_variables)] on by default Nov 17 15:09:22.531 INFO [stderr] Nov 17 15:09:23.139 INFO [stderr] Finished dev [unoptimized + debuginfo] target(s) in 8.08s Nov 17 15:09:23.160 INFO [stderr] su: No module specific data is present Nov 17 15:09:23.770 INFO running `"docker" "inspect" "21871dac27cc0877d1b6442c83f1d39bbecf4c72d218825d9c994924f2469bf1"` Nov 17 15:09:24.031 INFO running `"docker" "rm" "-f" "21871dac27cc0877d1b6442c83f1d39bbecf4c72d218825d9c994924f2469bf1"` Nov 17 15:09:24.223 INFO [stdout] 21871dac27cc0877d1b6442c83f1d39bbecf4c72d218825d9c994924f2469bf1 Nov 17 15:09:24.223 INFO running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/pr-55982/worker-2/master#6b9b97bd9b704f85f0184f7a213cc4d62bd9654c:/target:rw,Z" "-v" "/mnt/big/crater/work/local/test-source/worker-2/pr-55982/master#6b9b97bd9b704f85f0184f7a213cc4d62bd9654c:/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 +6b9b97bd9b704f85f0184f7a213cc4d62bd9654c-alt test --frozen" "-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 17 15:09:24.460 INFO [stdout] 93f98d15d70ec17816eeab6a3ed2b46b62603f6a5ee63511e9b42c5426da6d44 Nov 17 15:09:24.462 INFO running `"docker" "start" "-a" "93f98d15d70ec17816eeab6a3ed2b46b62603f6a5ee63511e9b42c5426da6d44"` Nov 17 15:09:24.976 INFO [stderr] usermod: no changes Nov 17 15:09:25.223 INFO [stderr] Finished dev [unoptimized + debuginfo] target(s) in 0.22s Nov 17 15:09:25.228 INFO [stderr] Running /target/debug/deps/rock_paper_scissors-fd6c1cccee40ba4d Nov 17 15:09:25.237 INFO [stdout] Nov 17 15:09:25.237 INFO [stdout] running 0 tests Nov 17 15:09:25.237 INFO [stdout] Nov 17 15:09:25.237 INFO [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Nov 17 15:09:25.237 INFO [stdout] Nov 17 15:09:25.241 INFO [stderr] su: No module specific data is present Nov 17 15:09:25.952 INFO running `"docker" "inspect" "93f98d15d70ec17816eeab6a3ed2b46b62603f6a5ee63511e9b42c5426da6d44"` Nov 17 15:09:26.202 INFO running `"docker" "rm" "-f" "93f98d15d70ec17816eeab6a3ed2b46b62603f6a5ee63511e9b42c5426da6d44"` Nov 17 15:09:26.535 INFO [stdout] 93f98d15d70ec17816eeab6a3ed2b46b62603f6a5ee63511e9b42c5426da6d44