Nov 29 18:53:29.992 INFO checking saolsen/rust-webapp against try#32252761328f59ccfadb1bafb8148c685bc830b3 for pr-56323 Nov 29 18:53:29.992 INFO running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/pr-56323/worker-3/try#32252761328f59ccfadb1bafb8148c685bc830b3:/target:rw,Z" "-v" "/mnt/big/crater/work/local/test-source/worker-3/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 29 18:53:30.267 INFO [stdout] e5053213dcabaafa8bb72867553df5b371d064eec775be96704071832aa569b0 Nov 29 18:53:30.270 INFO running `"docker" "start" "-a" "e5053213dcabaafa8bb72867553df5b371d064eec775be96704071832aa569b0"` Nov 29 18:53:30.887 INFO [stderr] usermod: no changes Nov 29 18:53:31.283 INFO [stderr] Compiling cc v1.0.22 Nov 29 18:53:31.288 INFO [stderr] Compiling actix-web v0.7.4 Nov 29 18:53:31.288 INFO [stderr] Checking socket2 v0.3.7 Nov 29 18:53:31.307 INFO [stderr] Checking r2d2 v0.8.2 Nov 29 18:53:31.313 INFO [stderr] Checking serde_json v1.0.26 Nov 29 18:53:31.313 INFO [stderr] Compiling syn v0.14.9 Nov 29 18:53:31.324 INFO [stderr] Compiling syn v0.15.3 Nov 29 18:53:31.324 INFO [stderr] Checking serde_urlencoded v0.5.3 Nov 29 18:53:32.984 INFO [stderr] Checking tokio-reactor v0.1.5 Nov 29 18:53:33.147 INFO [stderr] Checking crossbeam-channel v0.2.4 Nov 29 18:53:33.601 INFO [stderr] Checking diesel v1.3.2 Nov 29 18:53:35.156 INFO [stderr] Checking dotenv v0.9.0 Nov 29 18:53:41.884 INFO [stderr] Checking tokio-uds v0.2.1 Nov 29 18:53:42.142 INFO [stderr] Checking tokio-udp v0.1.2 Nov 29 18:53:42.360 INFO [stderr] Checking tokio-tcp v0.1.1 Nov 29 18:53:42.759 INFO [stderr] Checking tokio-signal v0.2.4 Nov 29 18:53:42.893 INFO [stderr] Compiling backtrace-sys v0.1.24 Nov 29 18:53:45.160 INFO [stderr] Compiling brotli-sys v0.3.2 Nov 29 18:53:45.186 INFO [stderr] Compiling ring v0.13.2 Nov 29 18:53:45.291 INFO [stderr] Compiling miniz-sys v0.1.10 Nov 29 18:53:45.312 INFO [stderr] Checking tokio v0.1.8 Nov 29 18:53:49.565 INFO [stderr] Checking backtrace v0.2.3 Nov 29 18:53:49.568 INFO [stderr] Checking backtrace v0.3.9 Nov 29 18:53:52.096 INFO [stderr] Checking flate2 v1.0.2 Nov 29 18:53:58.920 INFO [stderr] Checking error-chain v0.12.0 Nov 29 18:53:58.996 INFO [stderr] Checking error-chain v0.1.12 Nov 29 18:54:00.584 INFO [stderr] Compiling serde_derive v1.0.78 Nov 29 18:54:01.155 INFO [stderr] Checking trust-dns-proto v0.4.0 Nov 29 18:54:13.194 INFO [stderr] Checking cookie v0.11.0 Nov 29 18:54:15.679 INFO [stderr] Checking trust-dns-resolver v0.9.1 Nov 29 18:54:15.876 INFO [stderr] Checking brotli2 v0.3.2 Nov 29 18:54:18.588 INFO [stderr] Compiling synstructure v0.9.0 Nov 29 18:54:18.588 INFO [stderr] Compiling actix_derive v0.3.0 Nov 29 18:54:28.564 INFO [stderr] Compiling failure_derive v0.1.2 Nov 29 18:54:32.740 INFO [stderr] Checking failure v0.1.2 Nov 29 18:54:33.335 INFO [stderr] Checking actix v0.7.4 Nov 29 18:54:56.994 INFO [stderr] Checking webapp v0.1.0 (/source) Nov 29 18:55:00.040 INFO [stderr] warning: unused imports: `FutureResponse`, `Path`, `http::ContentEncoding`, `middleware` Nov 29 18:55:00.040 INFO [stderr] --> src/main.rs:27:30 Nov 29 18:55:00.040 INFO [stderr] | Nov 29 18:55:00.040 INFO [stderr] 27 | use actix_web::{error, http, middleware, server, App, Responder, HttpRequest, HttpResponse, AsyncResponder, FutureResponse, Path, State, http::ContentEncoding, Form, Result}; Nov 29 18:55:00.041 INFO [stderr] | ^^^^^^^^^^ ^^^^^^^^^^^^^^ ^^^^ ^^^^^^^^^^^^^^^^^^^^^ Nov 29 18:55:00.041 INFO [stderr] | Nov 29 18:55:00.041 INFO [stderr] = note: #[warn(unused_imports)] on by default Nov 29 18:55:00.041 INFO [stderr] Nov 29 18:55:00.041 INFO [stderr] warning: cannot find type `table` in this scope Nov 29 18:55:00.041 INFO [stderr] --> <::diesel::macros::table_body macros>:165:33 Nov 29 18:55:00.041 INFO [stderr] | Nov 29 18:55:00.041 INFO [stderr] 165 | derive ( Debug , Clone , Copy , QueryId ) ] /// The actual table struct Nov 29 18:55:00.041 INFO [stderr] | ^^^^^^^ names from parent modules are not accessible without an explicit import Nov 29 18:55:00.041 INFO [stderr] | Nov 29 18:55:00.041 INFO [stderr] = note: #[warn(proc_macro_derive_resolution_fallback)] on by default Nov 29 18:55:00.041 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 29 18:55:00.041 INFO [stderr] = note: for more information, see issue #50504 Nov 29 18:55:00.041 INFO [stderr] Nov 29 18:55:00.041 INFO [stderr] warning: cannot find type `table` in this scope Nov 29 18:55:00.041 INFO [stderr] --> <::diesel::macros::table_body macros>:165:33 Nov 29 18:55:00.041 INFO [stderr] | Nov 29 18:55:00.041 INFO [stderr] 165 | derive ( Debug , Clone , Copy , QueryId ) ] /// The actual table struct Nov 29 18:55:00.041 INFO [stderr] | ^^^^^^^ names from parent modules are not accessible without an explicit import Nov 29 18:55:00.041 INFO [stderr] | Nov 29 18:55:00.041 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 29 18:55:00.041 INFO [stderr] = note: for more information, see issue #50504 Nov 29 18:55:00.041 INFO [stderr] Nov 29 18:55:00.041 INFO [stderr] warning: cannot find type `name` in this scope Nov 29 18:55:00.041 INFO [stderr] --> <::diesel::macros::__diesel_column macros>:5:33 Nov 29 18:55:00.041 INFO [stderr] | Nov 29 18:55:00.041 INFO [stderr] 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Nov 29 18:55:00.041 INFO [stderr] | ^^^^^^^ names from parent modules are not accessible without an explicit import Nov 29 18:55:00.041 INFO [stderr] | Nov 29 18:55:00.041 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 29 18:55:00.041 INFO [stderr] = note: for more information, see issue #50504 Nov 29 18:55:00.041 INFO [stderr] Nov 29 18:55:00.041 INFO [stderr] warning: cannot find type `Widget` in this scope Nov 29 18:55:00.041 INFO [stderr] --> src/main.rs:44:10 Nov 29 18:55:00.041 INFO [stderr] | Nov 29 18:55:00.041 INFO [stderr] 44 | #[derive(Queryable)] Nov 29 18:55:00.041 INFO [stderr] | ^^^^^^^^^ names from parent modules are not accessible without an explicit import Nov 29 18:55:00.041 INFO [stderr] | Nov 29 18:55:00.041 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 29 18:55:00.041 INFO [stderr] = note: for more information, see issue #50504 Nov 29 18:55:00.041 INFO [stderr] Nov 29 18:55:00.041 INFO [stderr] warning: cannot find type `widgets` in this scope Nov 29 18:55:00.041 INFO [stderr] --> src/main.rs:49:10 Nov 29 18:55:00.041 INFO [stderr] | Nov 29 18:55:00.041 INFO [stderr] 49 | #[derive(Insertable)] Nov 29 18:55:00.041 INFO [stderr] | ^^^^^^^^^^ names from parent modules are not accessible without an explicit import Nov 29 18:55:00.041 INFO [stderr] | Nov 29 18:55:00.041 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 29 18:55:00.041 INFO [stderr] = note: for more information, see issue #50504 Nov 29 18:55:00.041 INFO [stderr] Nov 29 18:55:00.041 INFO [stderr] warning: cannot find type `NewWidget` in this scope Nov 29 18:55:00.041 INFO [stderr] --> src/main.rs:49:10 Nov 29 18:55:00.041 INFO [stderr] | Nov 29 18:55:00.041 INFO [stderr] 49 | #[derive(Insertable)] Nov 29 18:55:00.041 INFO [stderr] | ^^^^^^^^^^ names from parent modules are not accessible without an explicit import Nov 29 18:55:00.041 INFO [stderr] | Nov 29 18:55:00.041 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 29 18:55:00.041 INFO [stderr] = note: for more information, see issue #50504 Nov 29 18:55:00.041 INFO [stderr] Nov 29 18:55:00.420 INFO [stderr] warning: unused variable: `req` Nov 29 18:55:00.420 INFO [stderr] --> src/main.rs:155:10 Nov 29 18:55:00.420 INFO [stderr] | Nov 29 18:55:00.424 INFO [stderr] 155 | fn index(req: &HttpRequest) -> impl Responder { Nov 29 18:55:00.424 INFO [stderr] | ^^^ help: consider using `_req` instead Nov 29 18:55:00.424 INFO [stderr] | Nov 29 18:55:00.424 INFO [stderr] = note: #[warn(unused_variables)] on by default Nov 29 18:55:00.424 INFO [stderr] Nov 29 18:55:00.424 INFO [stderr] warning: unused variable: `sys` Nov 29 18:55:00.424 INFO [stderr] --> src/main.rs:223:9 Nov 29 18:55:00.424 INFO [stderr] | Nov 29 18:55:00.424 INFO [stderr] 223 | let sys = actix::System::new("webapp"); Nov 29 18:55:00.424 INFO [stderr] | ^^^ help: consider using `_sys` instead Nov 29 18:55:00.424 INFO [stderr] Nov 29 18:55:00.424 INFO [stderr] warning: unused variable: `msg` Nov 29 18:55:00.424 INFO [stderr] --> src/main.rs:129:26 Nov 29 18:55:00.424 INFO [stderr] | Nov 29 18:55:00.424 INFO [stderr] 129 | fn handle(&mut self, msg: GetWidgets, _: &mut Self::Context) -> Self::Result { Nov 29 18:55:00.424 INFO [stderr] | ^^^ help: consider using `_msg` instead Nov 29 18:55:00.424 INFO [stderr] Nov 29 18:55:00.909 INFO [stderr] warning: unused imports: `FutureResponse`, `Path`, `http::ContentEncoding`, `middleware` Nov 29 18:55:00.909 INFO [stderr] --> src/main.rs:27:30 Nov 29 18:55:00.909 INFO [stderr] | Nov 29 18:55:00.909 INFO [stderr] 27 | use actix_web::{error, http, middleware, server, App, Responder, HttpRequest, HttpResponse, AsyncResponder, FutureResponse, Path, State, http::ContentEncoding, Form, Result}; Nov 29 18:55:00.909 INFO [stderr] | ^^^^^^^^^^ ^^^^^^^^^^^^^^ ^^^^ ^^^^^^^^^^^^^^^^^^^^^ Nov 29 18:55:00.909 INFO [stderr] | Nov 29 18:55:00.909 INFO [stderr] = note: #[warn(unused_imports)] on by default Nov 29 18:55:00.909 INFO [stderr] Nov 29 18:55:00.909 INFO [stderr] warning: cannot find type `table` in this scope Nov 29 18:55:00.909 INFO [stderr] --> <::diesel::macros::table_body macros>:165:33 Nov 29 18:55:00.909 INFO [stderr] | Nov 29 18:55:00.912 INFO [stderr] 165 | derive ( Debug , Clone , Copy , QueryId ) ] /// The actual table struct Nov 29 18:55:00.912 INFO [stderr] | ^^^^^^^ names from parent modules are not accessible without an explicit import Nov 29 18:55:00.912 INFO [stderr] | Nov 29 18:55:00.912 INFO [stderr] = note: #[warn(proc_macro_derive_resolution_fallback)] on by default Nov 29 18:55:00.912 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 29 18:55:00.912 INFO [stderr] = note: for more information, see issue #50504 Nov 29 18:55:00.913 INFO [stderr] Nov 29 18:55:00.913 INFO [stderr] warning: cannot find type `table` in this scope Nov 29 18:55:00.913 INFO [stderr] --> <::diesel::macros::table_body macros>:165:33 Nov 29 18:55:00.913 INFO [stderr] | Nov 29 18:55:00.913 INFO [stderr] 165 | derive ( Debug , Clone , Copy , QueryId ) ] /// The actual table struct Nov 29 18:55:00.913 INFO [stderr] | ^^^^^^^ names from parent modules are not accessible without an explicit import Nov 29 18:55:00.913 INFO [stderr] | Nov 29 18:55:00.913 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 29 18:55:00.913 INFO [stderr] = note: for more information, see issue #50504 Nov 29 18:55:00.913 INFO [stderr] Nov 29 18:55:00.913 INFO [stderr] warning: cannot find type `name` in this scope Nov 29 18:55:00.913 INFO [stderr] --> <::diesel::macros::__diesel_column macros>:5:33 Nov 29 18:55:00.913 INFO [stderr] | Nov 29 18:55:00.913 INFO [stderr] 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Nov 29 18:55:00.913 INFO [stderr] | ^^^^^^^ names from parent modules are not accessible without an explicit import Nov 29 18:55:00.913 INFO [stderr] | Nov 29 18:55:00.913 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 29 18:55:00.913 INFO [stderr] = note: for more information, see issue #50504 Nov 29 18:55:00.913 INFO [stderr] Nov 29 18:55:00.913 INFO [stderr] warning: cannot find type `Widget` in this scope Nov 29 18:55:00.913 INFO [stderr] --> src/main.rs:44:10 Nov 29 18:55:00.913 INFO [stderr] | Nov 29 18:55:00.913 INFO [stderr] 44 | #[derive(Queryable)] Nov 29 18:55:00.913 INFO [stderr] | ^^^^^^^^^ names from parent modules are not accessible without an explicit import Nov 29 18:55:00.913 INFO [stderr] | Nov 29 18:55:00.913 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 29 18:55:00.913 INFO [stderr] = note: for more information, see issue #50504 Nov 29 18:55:00.913 INFO [stderr] Nov 29 18:55:00.913 INFO [stderr] warning: cannot find type `widgets` in this scope Nov 29 18:55:00.913 INFO [stderr] --> src/main.rs:49:10 Nov 29 18:55:00.913 INFO [stderr] | Nov 29 18:55:00.913 INFO [stderr] 49 | #[derive(Insertable)] Nov 29 18:55:00.913 INFO [stderr] | ^^^^^^^^^^ names from parent modules are not accessible without an explicit import Nov 29 18:55:00.913 INFO [stderr] | Nov 29 18:55:00.913 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 29 18:55:00.913 INFO [stderr] = note: for more information, see issue #50504 Nov 29 18:55:00.913 INFO [stderr] Nov 29 18:55:00.913 INFO [stderr] warning: cannot find type `NewWidget` in this scope Nov 29 18:55:00.913 INFO [stderr] --> src/main.rs:49:10 Nov 29 18:55:00.913 INFO [stderr] | Nov 29 18:55:00.913 INFO [stderr] 49 | #[derive(Insertable)] Nov 29 18:55:00.913 INFO [stderr] | ^^^^^^^^^^ names from parent modules are not accessible without an explicit import Nov 29 18:55:00.913 INFO [stderr] | Nov 29 18:55:00.913 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 29 18:55:00.913 INFO [stderr] = note: for more information, see issue #50504 Nov 29 18:55:00.913 INFO [stderr] Nov 29 18:55:01.238 INFO [stderr] warning: unused variable: `req` Nov 29 18:55:01.238 INFO [stderr] --> src/main.rs:155:10 Nov 29 18:55:01.238 INFO [stderr] | Nov 29 18:55:01.238 INFO [stderr] 155 | fn index(req: &HttpRequest) -> impl Responder { Nov 29 18:55:01.238 INFO [stderr] | ^^^ help: consider using `_req` instead Nov 29 18:55:01.238 INFO [stderr] | Nov 29 18:55:01.238 INFO [stderr] = note: #[warn(unused_variables)] on by default Nov 29 18:55:01.238 INFO [stderr] Nov 29 18:55:01.238 INFO [stderr] warning: unused variable: `sys` Nov 29 18:55:01.239 INFO [stderr] --> src/main.rs:223:9 Nov 29 18:55:01.239 INFO [stderr] | Nov 29 18:55:01.239 INFO [stderr] 223 | let sys = actix::System::new("webapp"); Nov 29 18:55:01.239 INFO [stderr] | ^^^ help: consider using `_sys` instead Nov 29 18:55:01.241 INFO [stderr] Nov 29 18:55:01.241 INFO [stderr] warning: unused variable: `msg` Nov 29 18:55:01.241 INFO [stderr] --> src/main.rs:129:26 Nov 29 18:55:01.241 INFO [stderr] | Nov 29 18:55:01.241 INFO [stderr] 129 | fn handle(&mut self, msg: GetWidgets, _: &mut Self::Context) -> Self::Result { Nov 29 18:55:01.241 INFO [stderr] | ^^^ help: consider using `_msg` instead Nov 29 18:55:01.241 INFO [stderr] Nov 29 18:55:01.392 INFO [stderr] Finished dev [unoptimized + debuginfo] target(s) in 1m 30s Nov 29 18:55:01.421 INFO [stderr] su: No module specific data is present Nov 29 18:55:02.138 INFO running `"docker" "inspect" "e5053213dcabaafa8bb72867553df5b371d064eec775be96704071832aa569b0"` Nov 29 18:55:02.534 INFO running `"docker" "rm" "-f" "e5053213dcabaafa8bb72867553df5b371d064eec775be96704071832aa569b0"` Nov 29 18:55:02.791 INFO [stdout] e5053213dcabaafa8bb72867553df5b371d064eec775be96704071832aa569b0