Oct 27 11:38:56.930 INFO checking GreenLoofa/rock_paper_scissors against master#155510e377ae2a8d8ee0dad1a5f809c9062a5526 for pr-55192-2 Oct 27 11:38:56.930 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/pr-55192-2/worker-5/master#155510e377ae2a8d8ee0dad1a5f809c9062a5526:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-5/pr-55192-2/master#155510e377ae2a8d8ee0dad1a5f809c9062a5526:/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 +155510e377ae2a8d8ee0dad1a5f809c9062a5526-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"` Oct 27 11:38:57.093 INFO blam! 1ebb7ee1aa5280993276c31a5c0e8964764c4b942aea27fbc6a229652e67a185 Oct 27 11:38:57.095 INFO running `"docker" "start" "-a" "1ebb7ee1aa5280993276c31a5c0e8964764c4b942aea27fbc6a229652e67a185"` Oct 27 11:38:57.378 INFO kablam! usermod: no changes Oct 27 11:38:57.726 INFO kablam! Compiling pq-sys v0.4.5 Oct 27 11:38:57.735 INFO kablam! Compiling serde v1.0.65 Oct 27 11:38:57.737 INFO kablam! Checking mio-uds v0.6.6 Oct 27 11:38:57.738 INFO kablam! Checking h2 v0.1.9 Oct 27 11:38:57.739 INFO kablam! Checking serde_urlencoded v0.5.2 Oct 27 11:38:57.739 INFO kablam! Checking dotenv v0.9.0 Oct 27 11:38:57.740 INFO kablam! Checking trust-dns-proto v0.3.3 Oct 27 11:38:59.658 INFO kablam! Checking tokio-signal v0.1.5 Oct 27 11:39:00.859 INFO kablam! Checking diesel v1.3.0 Oct 27 11:39:06.179 INFO kablam! Checking trust-dns-resolver v0.8.2 Oct 27 11:39:12.779 INFO kablam! Compiling semver v0.9.0 Oct 27 11:39:12.779 INFO kablam! Compiling serde_json v1.0.19 Oct 27 11:39:16.951 INFO kablam! Compiling cargo_metadata v0.5.5 Oct 27 11:39:20.462 INFO kablam! Compiling skeptic v0.13.3 Oct 27 11:39:25.050 INFO kablam! Compiling actix v0.5.7 Oct 27 11:39:32.619 INFO kablam! Checking actix-web v0.6.10 Oct 27 11:39:45.398 INFO kablam! Checking rock_paper_scissors v0.1.0 (/source) Oct 27 11:39:51.045 INFO kablam! warning: unused `#[macro_use]` import Oct 27 11:39:51.045 INFO kablam! --> src/main.rs:9:1 Oct 27 11:39:51.045 INFO kablam! | Oct 27 11:39:51.046 INFO kablam! 9 | #[macro_use] Oct 27 11:39:51.046 INFO kablam! | ^^^^^^^^^^^^ Oct 27 11:39:51.046 INFO kablam! | Oct 27 11:39:51.046 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 27 11:39:51.047 INFO kablam! Oct 27 11:39:51.047 INFO kablam! warning: unused imports: `Json`, `Method`, `error` Oct 27 11:39:51.047 INFO kablam! --> src/main.rs:18:5 Oct 27 11:39:51.047 INFO kablam! | Oct 27 11:39:51.048 INFO kablam! 18 | error, http, middleware, server, App, AsyncResponder, Error, HttpMessage, Oct 27 11:39:51.048 INFO kablam! | ^^^^^ Oct 27 11:39:51.048 INFO kablam! 19 | HttpRequest, HttpResponse, Json, Oct 27 11:39:51.048 INFO kablam! | ^^^^ Oct 27 11:39:51.049 INFO kablam! 20 | middleware::cors::Cors, Oct 27 11:39:51.049 INFO kablam! 21 | http::{header, Method} Oct 27 11:39:51.049 INFO kablam! | ^^^^^^ Oct 27 11:39:51.049 INFO kablam! Oct 27 11:39:51.050 INFO kablam! warning: unused import: `json::JsonValue` Oct 27 11:39:51.050 INFO kablam! --> src/main.rs:25:5 Oct 27 11:39:51.050 INFO kablam! | Oct 27 11:39:51.050 INFO kablam! 25 | use json::JsonValue; Oct 27 11:39:51.051 INFO kablam! | ^^^^^^^^^^^^^^^ Oct 27 11:39:51.051 INFO kablam! Oct 27 11:39:51.051 INFO kablam! warning: unused import: `diesel::prelude::*` Oct 27 11:39:51.051 INFO kablam! --> src/main.rs:28:5 Oct 27 11:39:51.052 INFO kablam! | Oct 27 11:39:51.052 INFO kablam! 28 | use diesel::prelude::*; Oct 27 11:39:51.052 INFO kablam! | ^^^^^^^^^^^^^^^^^^ Oct 27 11:39:51.052 INFO kablam! Oct 27 11:39:51.053 INFO kablam! warning: unused import: `diesel::pg::PgConnection` Oct 27 11:39:51.053 INFO kablam! --> src/main.rs:29:5 Oct 27 11:39:51.053 INFO kablam! | Oct 27 11:39:51.053 INFO kablam! 29 | use diesel::pg::PgConnection; Oct 27 11:39:51.054 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 11:39:51.054 INFO kablam! Oct 27 11:39:51.054 INFO kablam! warning: unused import: `dotenv::dotenv` Oct 27 11:39:51.054 INFO kablam! --> src/main.rs:30:5 Oct 27 11:39:51.055 INFO kablam! | Oct 27 11:39:51.055 INFO kablam! 30 | use dotenv::dotenv; Oct 27 11:39:51.055 INFO kablam! | ^^^^^^^^^^^^^^ Oct 27 11:39:51.055 INFO kablam! Oct 27 11:39:51.056 INFO kablam! warning: unused import: `schema::games` Oct 27 11:39:51.056 INFO kablam! --> src/db.rs:64:9 Oct 27 11:39:51.056 INFO kablam! | Oct 27 11:39:51.056 INFO kablam! 64 | use schema::games; Oct 27 11:39:51.057 INFO kablam! | ^^^^^^^^^^^^^ Oct 27 11:39:51.057 INFO kablam! Oct 27 11:39:51.057 INFO kablam! warning: unused import: `schema::games` Oct 27 11:39:51.057 INFO kablam! --> src/db.rs:77:9 Oct 27 11:39:51.058 INFO kablam! | Oct 27 11:39:51.058 INFO kablam! 77 | use schema::games; Oct 27 11:39:51.058 INFO kablam! | ^^^^^^^^^^^^^ Oct 27 11:39:51.058 INFO kablam! Oct 27 11:39:51.059 INFO kablam! warning: cannot find type `table` in this scope Oct 27 11:39:51.059 INFO kablam! --> <::diesel::macros::table_body macros>:165:33 Oct 27 11:39:51.059 INFO kablam! | Oct 27 11:39:51.059 INFO kablam! 165 | derive ( Debug , Clone , Copy , QueryId ) ] /// The actual table struct Oct 27 11:39:51.060 INFO kablam! | ^^^^^^^ names from parent modules are not accessible without an explicit import Oct 27 11:39:51.060 INFO kablam! | Oct 27 11:39:51.060 INFO kablam! = note: #[warn(proc_macro_derive_resolution_fallback)] on by default Oct 27 11:39:51.060 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! Oct 27 11:39:51.061 INFO kablam! = note: for more information, see issue #50504 Oct 27 11:39:51.061 INFO kablam! Oct 27 11:39:51.061 INFO kablam! warning: cannot find type `table` in this scope Oct 27 11:39:51.061 INFO kablam! --> <::diesel::macros::table_body macros>:165:33 Oct 27 11:39:51.062 INFO kablam! | Oct 27 11:39:51.062 INFO kablam! 165 | derive ( Debug , Clone , Copy , QueryId ) ] /// The actual table struct Oct 27 11:39:51.062 INFO kablam! | ^^^^^^^ names from parent modules are not accessible without an explicit import Oct 27 11:39:51.062 INFO kablam! | Oct 27 11:39:51.067 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! Oct 27 11:39:51.067 INFO kablam! = note: for more information, see issue #50504 Oct 27 11:39:51.067 INFO kablam! Oct 27 11:39:51.067 INFO kablam! warning: cannot find type `id` in this scope Oct 27 11:39:51.068 INFO kablam! --> <::diesel::macros::__diesel_column macros>:5:33 Oct 27 11:39:51.068 INFO kablam! | Oct 27 11:39:51.068 INFO kablam! 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Oct 27 11:39:51.068 INFO kablam! | ^^^^^^^ names from parent modules are not accessible without an explicit import Oct 27 11:39:51.069 INFO kablam! | Oct 27 11:39:51.069 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! Oct 27 11:39:51.069 INFO kablam! = note: for more information, see issue #50504 Oct 27 11:39:51.069 INFO kablam! Oct 27 11:39:51.070 INFO kablam! warning: cannot find type `key` in this scope Oct 27 11:39:51.070 INFO kablam! --> <::diesel::macros::__diesel_column macros>:5:33 Oct 27 11:39:51.070 INFO kablam! | Oct 27 11:39:51.070 INFO kablam! 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Oct 27 11:39:51.070 INFO kablam! | ^^^^^^^ names from parent modules are not accessible without an explicit import Oct 27 11:39:51.071 INFO kablam! | Oct 27 11:39:51.071 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! Oct 27 11:39:51.071 INFO kablam! = note: for more information, see issue #50504 Oct 27 11:39:51.072 INFO kablam! Oct 27 11:39:51.072 INFO kablam! warning: cannot find type `player1` in this scope Oct 27 11:39:51.072 INFO kablam! --> <::diesel::macros::__diesel_column macros>:5:33 Oct 27 11:39:51.072 INFO kablam! | Oct 27 11:39:51.072 INFO kablam! 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Oct 27 11:39:51.073 INFO kablam! | ^^^^^^^ names from parent modules are not accessible without an explicit import Oct 27 11:39:51.073 INFO kablam! | Oct 27 11:39:51.073 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! Oct 27 11:39:51.073 INFO kablam! = note: for more information, see issue #50504 Oct 27 11:39:51.073 INFO kablam! Oct 27 11:39:51.073 INFO kablam! warning: cannot find type `player2` in this scope Oct 27 11:39:51.073 INFO kablam! --> <::diesel::macros::__diesel_column macros>:5:33 Oct 27 11:39:51.073 INFO kablam! | Oct 27 11:39:51.073 INFO kablam! 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Oct 27 11:39:51.073 INFO kablam! | ^^^^^^^ names from parent modules are not accessible without an explicit import Oct 27 11:39:51.073 INFO kablam! | Oct 27 11:39:51.073 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! Oct 27 11:39:51.073 INFO kablam! = note: for more information, see issue #50504 Oct 27 11:39:51.073 INFO kablam! Oct 27 11:39:51.073 INFO kablam! warning: cannot find type `player1_choice` in this scope Oct 27 11:39:51.073 INFO kablam! --> <::diesel::macros::__diesel_column macros>:5:33 Oct 27 11:39:51.073 INFO kablam! | Oct 27 11:39:51.073 INFO kablam! 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Oct 27 11:39:51.073 INFO kablam! | ^^^^^^^ names from parent modules are not accessible without an explicit import Oct 27 11:39:51.073 INFO kablam! | Oct 27 11:39:51.073 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! Oct 27 11:39:51.073 INFO kablam! = note: for more information, see issue #50504 Oct 27 11:39:51.073 INFO kablam! Oct 27 11:39:51.073 INFO kablam! warning: cannot find type `player2_choice` in this scope Oct 27 11:39:51.073 INFO kablam! --> <::diesel::macros::__diesel_column macros>:5:33 Oct 27 11:39:51.073 INFO kablam! | Oct 27 11:39:51.073 INFO kablam! 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Oct 27 11:39:51.073 INFO kablam! | ^^^^^^^ names from parent modules are not accessible without an explicit import Oct 27 11:39:51.073 INFO kablam! | Oct 27 11:39:51.073 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! Oct 27 11:39:51.073 INFO kablam! = note: for more information, see issue #50504 Oct 27 11:39:51.073 INFO kablam! Oct 27 11:39:51.073 INFO kablam! warning: cannot find type `Game` in this scope Oct 27 11:39:51.073 INFO kablam! --> src/models.rs:1:41 Oct 27 11:39:51.073 INFO kablam! | Oct 27 11:39:51.073 INFO kablam! 1 | #[derive(Debug, Serialize, Deserialize, Queryable)] Oct 27 11:39:51.073 INFO kablam! | ^^^^^^^^^ names from parent modules are not accessible without an explicit import Oct 27 11:39:51.073 INFO kablam! | Oct 27 11:39:51.073 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! Oct 27 11:39:51.073 INFO kablam! = note: for more information, see issue #50504 Oct 27 11:39:51.073 INFO kablam! Oct 27 11:39:51.073 INFO kablam! warning: cannot find type `games` in this scope Oct 27 11:39:51.073 INFO kablam! --> src/models.rs:13:10 Oct 27 11:39:51.073 INFO kablam! | Oct 27 11:39:51.073 INFO kablam! 13 | #[derive(Insertable, Debug)] Oct 27 11:39:51.073 INFO kablam! | ^^^^^^^^^^ names from parent modules are not accessible without an explicit import Oct 27 11:39:51.073 INFO kablam! | Oct 27 11:39:51.073 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! Oct 27 11:39:51.073 INFO kablam! = note: for more information, see issue #50504 Oct 27 11:39:51.073 INFO kablam! Oct 27 11:39:51.073 INFO kablam! warning: cannot find type `NewGame` in this scope Oct 27 11:39:51.073 INFO kablam! --> src/models.rs:13:10 Oct 27 11:39:51.073 INFO kablam! | Oct 27 11:39:51.073 INFO kablam! 13 | #[derive(Insertable, Debug)] Oct 27 11:39:51.073 INFO kablam! | ^^^^^^^^^^ names from parent modules are not accessible without an explicit import Oct 27 11:39:51.073 INFO kablam! | Oct 27 11:39:51.073 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! Oct 27 11:39:51.073 INFO kablam! = note: for more information, see issue #50504 Oct 27 11:39:51.073 INFO kablam! Oct 27 11:39:51.550 INFO kablam! warning: unused import: `Stream` Oct 27 11:39:51.550 INFO kablam! --> src/main.rs:24:23 Oct 27 11:39:51.551 INFO kablam! | Oct 27 11:39:51.551 INFO kablam! 24 | use futures::{Future, Stream}; Oct 27 11:39:51.551 INFO kablam! | ^^^^^^ Oct 27 11:39:51.552 INFO kablam! Oct 27 11:39:51.584 INFO kablam! warning: unused variable: `req` Oct 27 11:39:51.585 INFO kablam! --> src/main.rs:77:10 Oct 27 11:39:51.585 INFO kablam! | Oct 27 11:39:51.585 INFO kablam! 77 | fn index(req: HttpRequest) -> HttpResponse { Oct 27 11:39:51.585 INFO kablam! | ^^^ help: consider using `_req` instead Oct 27 11:39:51.586 INFO kablam! | Oct 27 11:39:51.586 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 27 11:39:51.586 INFO kablam! Oct 27 11:39:51.677 INFO kablam! warning: unused `#[macro_use]` import Oct 27 11:39:51.677 INFO kablam! --> src/main.rs:9:1 Oct 27 11:39:51.678 INFO kablam! | Oct 27 11:39:51.678 INFO kablam! 9 | #[macro_use] Oct 27 11:39:51.678 INFO kablam! | ^^^^^^^^^^^^ Oct 27 11:39:51.679 INFO kablam! | Oct 27 11:39:51.679 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 27 11:39:51.679 INFO kablam! Oct 27 11:39:51.680 INFO kablam! warning: unused imports: `Json`, `Method`, `error` Oct 27 11:39:51.680 INFO kablam! --> src/main.rs:18:5 Oct 27 11:39:51.680 INFO kablam! | Oct 27 11:39:51.680 INFO kablam! 18 | error, http, middleware, server, App, AsyncResponder, Error, HttpMessage, Oct 27 11:39:51.681 INFO kablam! | ^^^^^ Oct 27 11:39:51.681 INFO kablam! 19 | HttpRequest, HttpResponse, Json, Oct 27 11:39:51.681 INFO kablam! | ^^^^ Oct 27 11:39:51.682 INFO kablam! 20 | middleware::cors::Cors, Oct 27 11:39:51.682 INFO kablam! 21 | http::{header, Method} Oct 27 11:39:51.682 INFO kablam! | ^^^^^^ Oct 27 11:39:51.687 INFO kablam! Oct 27 11:39:51.687 INFO kablam! warning: unused import: `json::JsonValue` Oct 27 11:39:51.687 INFO kablam! --> src/main.rs:25:5 Oct 27 11:39:51.687 INFO kablam! | Oct 27 11:39:51.688 INFO kablam! 25 | use json::JsonValue; Oct 27 11:39:51.688 INFO kablam! | ^^^^^^^^^^^^^^^ Oct 27 11:39:51.688 INFO kablam! Oct 27 11:39:51.689 INFO kablam! warning: unused import: `diesel::prelude::*` Oct 27 11:39:51.689 INFO kablam! --> src/main.rs:28:5 Oct 27 11:39:51.689 INFO kablam! | Oct 27 11:39:51.689 INFO kablam! 28 | use diesel::prelude::*; Oct 27 11:39:51.690 INFO kablam! | ^^^^^^^^^^^^^^^^^^ Oct 27 11:39:51.690 INFO kablam! Oct 27 11:39:51.690 INFO kablam! warning: unused import: `diesel::pg::PgConnection` Oct 27 11:39:51.691 INFO kablam! --> src/main.rs:29:5 Oct 27 11:39:51.691 INFO kablam! | Oct 27 11:39:51.691 INFO kablam! 29 | use diesel::pg::PgConnection; Oct 27 11:39:51.692 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 11:39:51.692 INFO kablam! Oct 27 11:39:51.692 INFO kablam! warning: unused import: `dotenv::dotenv` Oct 27 11:39:51.692 INFO kablam! --> src/main.rs:30:5 Oct 27 11:39:51.693 INFO kablam! | Oct 27 11:39:51.693 INFO kablam! 30 | use dotenv::dotenv; Oct 27 11:39:51.693 INFO kablam! | ^^^^^^^^^^^^^^ Oct 27 11:39:51.694 INFO kablam! Oct 27 11:39:51.694 INFO kablam! warning: unused import: `schema::games` Oct 27 11:39:51.694 INFO kablam! --> src/db.rs:64:9 Oct 27 11:39:51.694 INFO kablam! | Oct 27 11:39:51.695 INFO kablam! 64 | use schema::games; Oct 27 11:39:51.695 INFO kablam! | ^^^^^^^^^^^^^ Oct 27 11:39:51.695 INFO kablam! Oct 27 11:39:51.696 INFO kablam! warning: unused import: `schema::games` Oct 27 11:39:51.696 INFO kablam! --> src/db.rs:77:9 Oct 27 11:39:51.696 INFO kablam! | Oct 27 11:39:51.696 INFO kablam! 77 | use schema::games; Oct 27 11:39:51.697 INFO kablam! | ^^^^^^^^^^^^^ Oct 27 11:39:51.697 INFO kablam! Oct 27 11:39:51.697 INFO kablam! warning: cannot find type `table` in this scope Oct 27 11:39:51.698 INFO kablam! --> <::diesel::macros::table_body macros>:165:33 Oct 27 11:39:51.698 INFO kablam! | Oct 27 11:39:51.698 INFO kablam! 165 | derive ( Debug , Clone , Copy , QueryId ) ] /// The actual table struct Oct 27 11:39:51.699 INFO kablam! | ^^^^^^^ names from parent modules are not accessible without an explicit import Oct 27 11:39:51.699 INFO kablam! | Oct 27 11:39:51.699 INFO kablam! = note: #[warn(proc_macro_derive_resolution_fallback)] on by default Oct 27 11:39:51.699 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! Oct 27 11:39:51.700 INFO kablam! = note: for more information, see issue #50504 Oct 27 11:39:51.700 INFO kablam! Oct 27 11:39:51.700 INFO kablam! warning: cannot find type `table` in this scope Oct 27 11:39:51.701 INFO kablam! --> <::diesel::macros::table_body macros>:165:33 Oct 27 11:39:51.701 INFO kablam! | Oct 27 11:39:51.701 INFO kablam! 165 | derive ( Debug , Clone , Copy , QueryId ) ] /// The actual table struct Oct 27 11:39:51.701 INFO kablam! | ^^^^^^^ names from parent modules are not accessible without an explicit import Oct 27 11:39:51.702 INFO kablam! | Oct 27 11:39:51.702 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! Oct 27 11:39:51.702 INFO kablam! = note: for more information, see issue #50504 Oct 27 11:39:51.703 INFO kablam! Oct 27 11:39:51.703 INFO kablam! warning: cannot find type `id` in this scope Oct 27 11:39:51.703 INFO kablam! --> <::diesel::macros::__diesel_column macros>:5:33 Oct 27 11:39:51.704 INFO kablam! | Oct 27 11:39:51.704 INFO kablam! 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Oct 27 11:39:51.704 INFO kablam! | ^^^^^^^ names from parent modules are not accessible without an explicit import Oct 27 11:39:51.704 INFO kablam! | Oct 27 11:39:51.705 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! Oct 27 11:39:51.705 INFO kablam! = note: for more information, see issue #50504 Oct 27 11:39:51.705 INFO kablam! Oct 27 11:39:51.706 INFO kablam! warning: cannot find type `key` in this scope Oct 27 11:39:51.706 INFO kablam! --> <::diesel::macros::__diesel_column macros>:5:33 Oct 27 11:39:51.706 INFO kablam! | Oct 27 11:39:51.711 INFO kablam! 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Oct 27 11:39:51.711 INFO kablam! | ^^^^^^^ names from parent modules are not accessible without an explicit import Oct 27 11:39:51.711 INFO kablam! | Oct 27 11:39:51.711 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! Oct 27 11:39:51.712 INFO kablam! = note: for more information, see issue #50504 Oct 27 11:39:51.712 INFO kablam! Oct 27 11:39:51.712 INFO kablam! warning: cannot find type `player1` in this scope Oct 27 11:39:51.713 INFO kablam! --> <::diesel::macros::__diesel_column macros>:5:33 Oct 27 11:39:51.713 INFO kablam! | Oct 27 11:39:51.713 INFO kablam! 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Oct 27 11:39:51.714 INFO kablam! | ^^^^^^^ names from parent modules are not accessible without an explicit import Oct 27 11:39:51.714 INFO kablam! | Oct 27 11:39:51.714 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! Oct 27 11:39:51.714 INFO kablam! = note: for more information, see issue #50504 Oct 27 11:39:51.715 INFO kablam! Oct 27 11:39:51.715 INFO kablam! warning: cannot find type `player2` in this scope Oct 27 11:39:51.715 INFO kablam! --> <::diesel::macros::__diesel_column macros>:5:33 Oct 27 11:39:51.716 INFO kablam! | Oct 27 11:39:51.716 INFO kablam! 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Oct 27 11:39:51.716 INFO kablam! | ^^^^^^^ names from parent modules are not accessible without an explicit import Oct 27 11:39:51.717 INFO kablam! | Oct 27 11:39:51.717 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! Oct 27 11:39:51.717 INFO kablam! = note: for more information, see issue #50504 Oct 27 11:39:51.717 INFO kablam! Oct 27 11:39:51.718 INFO kablam! warning: cannot find type `player1_choice` in this scope Oct 27 11:39:51.718 INFO kablam! --> <::diesel::macros::__diesel_column macros>:5:33 Oct 27 11:39:51.718 INFO kablam! | Oct 27 11:39:51.719 INFO kablam! 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Oct 27 11:39:51.719 INFO kablam! | ^^^^^^^ names from parent modules are not accessible without an explicit import Oct 27 11:39:51.719 INFO kablam! | Oct 27 11:39:51.720 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! Oct 27 11:39:51.720 INFO kablam! = note: for more information, see issue #50504 Oct 27 11:39:51.720 INFO kablam! Oct 27 11:39:51.720 INFO kablam! warning: cannot find type `player2_choice` in this scope Oct 27 11:39:51.721 INFO kablam! --> <::diesel::macros::__diesel_column macros>:5:33 Oct 27 11:39:51.721 INFO kablam! | Oct 27 11:39:51.721 INFO kablam! 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Oct 27 11:39:51.722 INFO kablam! | ^^^^^^^ names from parent modules are not accessible without an explicit import Oct 27 11:39:51.722 INFO kablam! | Oct 27 11:39:51.722 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! Oct 27 11:39:51.727 INFO kablam! = note: for more information, see issue #50504 Oct 27 11:39:51.727 INFO kablam! Oct 27 11:39:51.727 INFO kablam! warning: cannot find type `Game` in this scope Oct 27 11:39:51.727 INFO kablam! --> src/models.rs:1:41 Oct 27 11:39:51.728 INFO kablam! | Oct 27 11:39:51.728 INFO kablam! 1 | #[derive(Debug, Serialize, Deserialize, Queryable)] Oct 27 11:39:51.728 INFO kablam! | ^^^^^^^^^ names from parent modules are not accessible without an explicit import Oct 27 11:39:51.729 INFO kablam! | Oct 27 11:39:51.729 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! Oct 27 11:39:51.729 INFO kablam! = note: for more information, see issue #50504 Oct 27 11:39:51.729 INFO kablam! Oct 27 11:39:51.729 INFO kablam! warning: cannot find type `games` in this scope Oct 27 11:39:51.729 INFO kablam! --> src/models.rs:13:10 Oct 27 11:39:51.729 INFO kablam! | Oct 27 11:39:51.729 INFO kablam! 13 | #[derive(Insertable, Debug)] Oct 27 11:39:51.729 INFO kablam! | ^^^^^^^^^^ names from parent modules are not accessible without an explicit import Oct 27 11:39:51.729 INFO kablam! | Oct 27 11:39:51.729 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! Oct 27 11:39:51.729 INFO kablam! = note: for more information, see issue #50504 Oct 27 11:39:51.729 INFO kablam! Oct 27 11:39:51.729 INFO kablam! warning: cannot find type `NewGame` in this scope Oct 27 11:39:51.729 INFO kablam! --> src/models.rs:13:10 Oct 27 11:39:51.729 INFO kablam! | Oct 27 11:39:51.729 INFO kablam! 13 | #[derive(Insertable, Debug)] Oct 27 11:39:51.729 INFO kablam! | ^^^^^^^^^^ names from parent modules are not accessible without an explicit import Oct 27 11:39:51.729 INFO kablam! | Oct 27 11:39:51.729 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! Oct 27 11:39:51.729 INFO kablam! = note: for more information, see issue #50504 Oct 27 11:39:51.729 INFO kablam! Oct 27 11:39:52.182 INFO kablam! warning: unused import: `Stream` Oct 27 11:39:52.183 INFO kablam! --> src/main.rs:24:23 Oct 27 11:39:52.184 INFO kablam! | Oct 27 11:39:52.184 INFO kablam! 24 | use futures::{Future, Stream}; Oct 27 11:39:52.184 INFO kablam! | ^^^^^^ Oct 27 11:39:52.185 INFO kablam! Oct 27 11:39:52.215 INFO kablam! warning: unused variable: `req` Oct 27 11:39:52.216 INFO kablam! --> src/main.rs:77:10 Oct 27 11:39:52.216 INFO kablam! | Oct 27 11:39:52.216 INFO kablam! 77 | fn index(req: HttpRequest) -> HttpResponse { Oct 27 11:39:52.216 INFO kablam! | ^^^ help: consider using `_req` instead Oct 27 11:39:52.217 INFO kablam! | Oct 27 11:39:52.217 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 27 11:39:52.217 INFO kablam! Oct 27 11:39:52.401 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 55.00s Oct 27 11:39:52.417 INFO kablam! su: No module specific data is present Oct 27 11:39:52.875 INFO running `"docker" "rm" "-f" "1ebb7ee1aa5280993276c31a5c0e8964764c4b942aea27fbc6a229652e67a185"` Oct 27 11:39:52.979 INFO blam! 1ebb7ee1aa5280993276c31a5c0e8964764c4b942aea27fbc6a229652e67a185