Oct 26 21:32:21.237 INFO checking saolsen/rust-webapp against master#155510e377ae2a8d8ee0dad1a5f809c9062a5526 for pr-55192-2 Oct 26 21:32:21.237 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/pr-55192-2/worker-2/master#155510e377ae2a8d8ee0dad1a5f809c9062a5526:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-2/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 26 21:32:21.463 INFO blam! 8164d1be03ccabdd536142a77bc4778f9c4f0087c0779996786a4a438452f854 Oct 26 21:32:21.463 INFO running `"docker" "start" "-a" "8164d1be03ccabdd536142a77bc4778f9c4f0087c0779996786a4a438452f854"` Oct 26 21:32:22.155 INFO kablam! usermod: no changes Oct 26 21:32:22.491 INFO kablam! Compiling pq-sys v0.4.6 Oct 26 21:32:22.495 INFO kablam! Compiling actix-web v0.7.4 Oct 26 21:32:22.495 INFO kablam! Compiling brotli-sys v0.3.2 Oct 26 21:32:22.495 INFO kablam! Compiling miniz-sys v0.1.10 Oct 26 21:32:22.495 INFO kablam! Compiling ring v0.13.2 Oct 26 21:32:22.503 INFO kablam! Checking r2d2 v0.8.2 Oct 26 21:32:22.503 INFO kablam! Checking parking_lot_core v0.2.14 Oct 26 21:32:22.517 INFO kablam! Checking url v1.7.1 Oct 26 21:32:24.568 INFO kablam! Checking backtrace v0.3.9 Oct 26 21:32:25.760 INFO kablam! Compiling syn v0.14.9 Oct 26 21:32:25.791 INFO kablam! Compiling syn v0.15.3 Oct 26 21:32:25.804 INFO kablam! Checking regex v0.2.11 Oct 26 21:32:25.851 INFO kablam! Checking parking_lot v0.6.3 Oct 26 21:32:26.500 INFO kablam! Checking error-chain v0.1.12 Oct 26 21:32:27.275 INFO kablam! Checking error-chain v0.12.0 Oct 26 21:32:28.271 INFO kablam! Checking serde_urlencoded v0.5.3 Oct 26 21:32:31.217 INFO kablam! Checking tokio-reactor v0.1.5 Oct 26 21:32:32.203 INFO kablam! Checking crossbeam-channel v0.2.4 Oct 26 21:32:33.367 INFO kablam! Checking flate2 v1.0.2 Oct 26 21:32:35.591 INFO kablam! Checking diesel v1.3.2 Oct 26 21:32:38.383 INFO kablam! Checking tokio-tcp v0.1.1 Oct 26 21:32:38.923 INFO kablam! Checking tokio-udp v0.1.2 Oct 26 21:32:39.169 INFO kablam! Checking tokio-uds v0.2.1 Oct 26 21:32:41.448 INFO kablam! Checking tokio-signal v0.2.4 Oct 26 21:32:41.452 INFO kablam! Checking dotenv v0.9.0 Oct 26 21:32:41.899 INFO kablam! Checking trust-dns-proto v0.4.0 Oct 26 21:32:43.741 INFO kablam! Checking tokio v0.1.8 Oct 26 21:32:44.657 INFO kablam! Checking cookie v0.11.0 Oct 26 21:32:55.643 INFO kablam! Checking trust-dns-resolver v0.9.1 Oct 26 21:32:56.187 INFO kablam! Checking brotli2 v0.3.2 Oct 26 21:32:56.531 INFO kablam! Compiling serde_derive v1.0.78 Oct 26 21:33:14.855 INFO kablam! Compiling synstructure v0.9.0 Oct 26 21:33:14.855 INFO kablam! Compiling actix_derive v0.3.0 Oct 26 21:33:31.478 INFO kablam! Compiling failure_derive v0.1.2 Oct 26 21:33:35.595 INFO kablam! Checking failure v0.1.2 Oct 26 21:33:36.087 INFO kablam! Checking actix v0.7.4 Oct 26 21:34:02.500 INFO kablam! Checking webapp v0.1.0 (/source) Oct 26 21:34:05.303 INFO kablam! warning: unused imports: `FutureResponse`, `Path`, `http::ContentEncoding`, `middleware` Oct 26 21:34:05.303 INFO kablam! --> src/main.rs:27:30 Oct 26 21:34:05.303 INFO kablam! | Oct 26 21:34:05.303 INFO kablam! 27 | use actix_web::{error, http, middleware, server, App, Responder, HttpRequest, HttpResponse, AsyncResponder, FutureResponse, Path, State, http::ContentEncoding, Form, Result}; Oct 26 21:34:05.303 INFO kablam! | ^^^^^^^^^^ ^^^^^^^^^^^^^^ ^^^^ ^^^^^^^^^^^^^^^^^^^^^ Oct 26 21:34:05.303 INFO kablam! | Oct 26 21:34:05.303 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 26 21:34:05.303 INFO kablam! Oct 26 21:34:05.303 INFO kablam! warning: cannot find type `table` in this scope Oct 26 21:34:05.303 INFO kablam! --> <::diesel::macros::table_body macros>:165:33 Oct 26 21:34:05.303 INFO kablam! | Oct 26 21:34:05.303 INFO kablam! 165 | derive ( Debug , Clone , Copy , QueryId ) ] /// The actual table struct Oct 26 21:34:05.303 INFO kablam! | ^^^^^^^ names from parent modules are not accessible without an explicit import Oct 26 21:34:05.303 INFO kablam! | Oct 26 21:34:05.303 INFO kablam! = note: #[warn(proc_macro_derive_resolution_fallback)] on by default Oct 26 21:34:05.303 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 26 21:34:05.304 INFO kablam! = note: for more information, see issue #50504 Oct 26 21:34:05.304 INFO kablam! Oct 26 21:34:05.304 INFO kablam! warning: cannot find type `table` in this scope Oct 26 21:34:05.304 INFO kablam! --> <::diesel::macros::table_body macros>:165:33 Oct 26 21:34:05.304 INFO kablam! | Oct 26 21:34:05.304 INFO kablam! 165 | derive ( Debug , Clone , Copy , QueryId ) ] /// The actual table struct Oct 26 21:34:05.304 INFO kablam! | ^^^^^^^ names from parent modules are not accessible without an explicit import Oct 26 21:34:05.304 INFO kablam! | Oct 26 21:34:05.304 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 26 21:34:05.304 INFO kablam! = note: for more information, see issue #50504 Oct 26 21:34:05.304 INFO kablam! Oct 26 21:34:05.304 INFO kablam! warning: cannot find type `name` in this scope Oct 26 21:34:05.304 INFO kablam! --> <::diesel::macros::__diesel_column macros>:5:33 Oct 26 21:34:05.304 INFO kablam! | Oct 26 21:34:05.304 INFO kablam! 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Oct 26 21:34:05.304 INFO kablam! | ^^^^^^^ names from parent modules are not accessible without an explicit import Oct 26 21:34:05.304 INFO kablam! | Oct 26 21:34:05.305 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 26 21:34:05.305 INFO kablam! = note: for more information, see issue #50504 Oct 26 21:34:05.305 INFO kablam! Oct 26 21:34:05.305 INFO kablam! warning: cannot find type `Widget` in this scope Oct 26 21:34:05.305 INFO kablam! --> src/main.rs:44:10 Oct 26 21:34:05.305 INFO kablam! | Oct 26 21:34:05.305 INFO kablam! 44 | #[derive(Queryable)] Oct 26 21:34:05.305 INFO kablam! | ^^^^^^^^^ names from parent modules are not accessible without an explicit import Oct 26 21:34:05.305 INFO kablam! | Oct 26 21:34:05.305 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 26 21:34:05.306 INFO kablam! = note: for more information, see issue #50504 Oct 26 21:34:05.306 INFO kablam! Oct 26 21:34:05.306 INFO kablam! warning: cannot find type `widgets` in this scope Oct 26 21:34:05.306 INFO kablam! --> src/main.rs:49:10 Oct 26 21:34:05.306 INFO kablam! | Oct 26 21:34:05.306 INFO kablam! 49 | #[derive(Insertable)] Oct 26 21:34:05.306 INFO kablam! | ^^^^^^^^^^ names from parent modules are not accessible without an explicit import Oct 26 21:34:05.306 INFO kablam! | Oct 26 21:34:05.306 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 26 21:34:05.306 INFO kablam! = note: for more information, see issue #50504 Oct 26 21:34:05.306 INFO kablam! Oct 26 21:34:05.306 INFO kablam! warning: cannot find type `NewWidget` in this scope Oct 26 21:34:05.306 INFO kablam! --> src/main.rs:49:10 Oct 26 21:34:05.307 INFO kablam! | Oct 26 21:34:05.307 INFO kablam! 49 | #[derive(Insertable)] Oct 26 21:34:05.307 INFO kablam! | ^^^^^^^^^^ names from parent modules are not accessible without an explicit import Oct 26 21:34:05.307 INFO kablam! | Oct 26 21:34:05.307 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 26 21:34:05.307 INFO kablam! = note: for more information, see issue #50504 Oct 26 21:34:05.307 INFO kablam! Oct 26 21:34:05.807 INFO kablam! warning: unused variable: `req` Oct 26 21:34:05.807 INFO kablam! --> src/main.rs:155:10 Oct 26 21:34:05.807 INFO kablam! | Oct 26 21:34:05.807 INFO kablam! 155 | fn index(req: &HttpRequest) -> impl Responder { Oct 26 21:34:05.807 INFO kablam! | ^^^ help: consider using `_req` instead Oct 26 21:34:05.808 INFO kablam! | Oct 26 21:34:05.808 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 26 21:34:05.809 INFO kablam! Oct 26 21:34:05.809 INFO kablam! warning: unused variable: `sys` Oct 26 21:34:05.809 INFO kablam! --> src/main.rs:223:9 Oct 26 21:34:05.809 INFO kablam! | Oct 26 21:34:05.809 INFO kablam! 223 | let sys = actix::System::new("webapp"); Oct 26 21:34:05.809 INFO kablam! | ^^^ help: consider using `_sys` instead Oct 26 21:34:05.809 INFO kablam! Oct 26 21:34:05.809 INFO kablam! warning: unused variable: `msg` Oct 26 21:34:05.809 INFO kablam! --> src/main.rs:129:26 Oct 26 21:34:05.809 INFO kablam! | Oct 26 21:34:05.809 INFO kablam! 129 | fn handle(&mut self, msg: GetWidgets, _: &mut Self::Context) -> Self::Result { Oct 26 21:34:05.809 INFO kablam! | ^^^ help: consider using `_msg` instead Oct 26 21:34:05.809 INFO kablam! Oct 26 21:34:05.939 INFO kablam! warning: unused imports: `FutureResponse`, `Path`, `http::ContentEncoding`, `middleware` Oct 26 21:34:05.939 INFO kablam! --> src/main.rs:27:30 Oct 26 21:34:05.939 INFO kablam! | Oct 26 21:34:05.939 INFO kablam! 27 | use actix_web::{error, http, middleware, server, App, Responder, HttpRequest, HttpResponse, AsyncResponder, FutureResponse, Path, State, http::ContentEncoding, Form, Result}; Oct 26 21:34:05.940 INFO kablam! | ^^^^^^^^^^ ^^^^^^^^^^^^^^ ^^^^ ^^^^^^^^^^^^^^^^^^^^^ Oct 26 21:34:05.940 INFO kablam! | Oct 26 21:34:05.940 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 26 21:34:05.940 INFO kablam! Oct 26 21:34:05.940 INFO kablam! warning: cannot find type `table` in this scope Oct 26 21:34:05.940 INFO kablam! --> <::diesel::macros::table_body macros>:165:33 Oct 26 21:34:05.940 INFO kablam! | Oct 26 21:34:05.942 INFO kablam! 165 | derive ( Debug , Clone , Copy , QueryId ) ] /// The actual table struct Oct 26 21:34:05.942 INFO kablam! | ^^^^^^^ names from parent modules are not accessible without an explicit import Oct 26 21:34:05.942 INFO kablam! | Oct 26 21:34:05.942 INFO kablam! = note: #[warn(proc_macro_derive_resolution_fallback)] on by default Oct 26 21:34:05.942 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 26 21:34:05.942 INFO kablam! = note: for more information, see issue #50504 Oct 26 21:34:05.942 INFO kablam! Oct 26 21:34:05.942 INFO kablam! warning: cannot find type `table` in this scope Oct 26 21:34:05.942 INFO kablam! --> <::diesel::macros::table_body macros>:165:33 Oct 26 21:34:05.942 INFO kablam! | Oct 26 21:34:05.942 INFO kablam! 165 | derive ( Debug , Clone , Copy , QueryId ) ] /// The actual table struct Oct 26 21:34:05.942 INFO kablam! | ^^^^^^^ names from parent modules are not accessible without an explicit import Oct 26 21:34:05.942 INFO kablam! | Oct 26 21:34:05.942 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 26 21:34:05.942 INFO kablam! = note: for more information, see issue #50504 Oct 26 21:34:05.942 INFO kablam! Oct 26 21:34:05.945 INFO kablam! warning: cannot find type `name` in this scope Oct 26 21:34:05.945 INFO kablam! --> <::diesel::macros::__diesel_column macros>:5:33 Oct 26 21:34:05.945 INFO kablam! | Oct 26 21:34:05.945 INFO kablam! 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Oct 26 21:34:05.945 INFO kablam! | ^^^^^^^ names from parent modules are not accessible without an explicit import Oct 26 21:34:05.945 INFO kablam! | Oct 26 21:34:05.945 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 26 21:34:05.945 INFO kablam! = note: for more information, see issue #50504 Oct 26 21:34:05.945 INFO kablam! Oct 26 21:34:05.945 INFO kablam! warning: cannot find type `Widget` in this scope Oct 26 21:34:05.945 INFO kablam! --> src/main.rs:44:10 Oct 26 21:34:05.945 INFO kablam! | Oct 26 21:34:05.945 INFO kablam! 44 | #[derive(Queryable)] Oct 26 21:34:05.945 INFO kablam! | ^^^^^^^^^ names from parent modules are not accessible without an explicit import Oct 26 21:34:05.945 INFO kablam! | Oct 26 21:34:05.945 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 26 21:34:05.945 INFO kablam! = note: for more information, see issue #50504 Oct 26 21:34:05.945 INFO kablam! Oct 26 21:34:05.945 INFO kablam! warning: cannot find type `widgets` in this scope Oct 26 21:34:05.945 INFO kablam! --> src/main.rs:49:10 Oct 26 21:34:05.945 INFO kablam! | Oct 26 21:34:05.945 INFO kablam! 49 | #[derive(Insertable)] Oct 26 21:34:05.945 INFO kablam! | ^^^^^^^^^^ names from parent modules are not accessible without an explicit import Oct 26 21:34:05.945 INFO kablam! | Oct 26 21:34:05.945 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 26 21:34:05.945 INFO kablam! = note: for more information, see issue #50504 Oct 26 21:34:05.945 INFO kablam! Oct 26 21:34:05.945 INFO kablam! warning: cannot find type `NewWidget` in this scope Oct 26 21:34:05.949 INFO kablam! --> src/main.rs:49:10 Oct 26 21:34:05.949 INFO kablam! | Oct 26 21:34:05.950 INFO kablam! 49 | #[derive(Insertable)] Oct 26 21:34:05.950 INFO kablam! | ^^^^^^^^^^ names from parent modules are not accessible without an explicit import Oct 26 21:34:05.950 INFO kablam! | Oct 26 21:34:05.950 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 26 21:34:05.950 INFO kablam! = note: for more information, see issue #50504 Oct 26 21:34:05.950 INFO kablam! Oct 26 21:34:06.306 INFO kablam! warning: unused variable: `req` Oct 26 21:34:06.307 INFO kablam! --> src/main.rs:155:10 Oct 26 21:34:06.307 INFO kablam! | Oct 26 21:34:06.308 INFO kablam! 155 | fn index(req: &HttpRequest) -> impl Responder { Oct 26 21:34:06.309 INFO kablam! | ^^^ help: consider using `_req` instead Oct 26 21:34:06.309 INFO kablam! | Oct 26 21:34:06.310 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 26 21:34:06.311 INFO kablam! Oct 26 21:34:06.311 INFO kablam! warning: unused variable: `sys` Oct 26 21:34:06.312 INFO kablam! --> src/main.rs:223:9 Oct 26 21:34:06.312 INFO kablam! | Oct 26 21:34:06.313 INFO kablam! 223 | let sys = actix::System::new("webapp"); Oct 26 21:34:06.314 INFO kablam! | ^^^ help: consider using `_sys` instead Oct 26 21:34:06.314 INFO kablam! Oct 26 21:34:06.315 INFO kablam! warning: unused variable: `msg` Oct 26 21:34:06.315 INFO kablam! --> src/main.rs:129:26 Oct 26 21:34:06.316 INFO kablam! | Oct 26 21:34:06.317 INFO kablam! 129 | fn handle(&mut self, msg: GetWidgets, _: &mut Self::Context) -> Self::Result { Oct 26 21:34:06.317 INFO kablam! | ^^^ help: consider using `_msg` instead Oct 26 21:34:06.317 INFO kablam! Oct 26 21:34:06.448 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 1m 44s Oct 26 21:34:06.464 INFO kablam! su: No module specific data is present Oct 26 21:34:07.701 INFO running `"docker" "rm" "-f" "8164d1be03ccabdd536142a77bc4778f9c4f0087c0779996786a4a438452f854"` Oct 26 21:34:07.983 INFO blam! 8164d1be03ccabdd536142a77bc4778f9c4f0087c0779996786a4a438452f854