Oct 21 14:05:41.687 INFO checking saolsen/rust-webapp against master#155510e377ae2a8d8ee0dad1a5f809c9062a5526 for pr-55192 Oct 21 14:05:41.688 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/pr-55192/worker-7/master#155510e377ae2a8d8ee0dad1a5f809c9062a5526:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-7/pr-55192/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 21 14:05:42.098 INFO blam! c12759f1d4b4267fb9a7db00f12dbfa655e77769984aa64ffeb8d94a0b236cb1 Oct 21 14:05:42.099 INFO running `"docker" "start" "-a" "c12759f1d4b4267fb9a7db00f12dbfa655e77769984aa64ffeb8d94a0b236cb1"` Oct 21 14:05:43.101 INFO kablam! usermod: no changes Oct 21 14:05:43.532 INFO kablam! Checking htmlescape v0.3.1 Oct 21 14:05:43.536 INFO kablam! Checking lazycell v1.0.0 Oct 21 14:05:43.536 INFO kablam! Compiling actix-web v0.7.4 Oct 21 14:05:43.540 INFO kablam! Compiling ring v0.13.2 Oct 21 14:05:43.540 INFO kablam! Compiling miniz-sys v0.1.10 Oct 21 14:05:43.540 INFO kablam! Compiling brotli-sys v0.3.2 Oct 21 14:05:43.548 INFO kablam! Checking r2d2 v0.8.2 Oct 21 14:05:43.548 INFO kablam! Compiling syn v0.15.3 Oct 21 14:05:44.225 INFO kablam! Checking serde_urlencoded v0.5.3 Oct 21 14:05:45.097 INFO kablam! Checking tokio-reactor v0.1.5 Oct 21 14:05:45.980 INFO kablam! Checking error-chain v0.12.0 Oct 21 14:05:46.186 INFO kablam! Checking diesel v1.3.2 Oct 21 14:05:47.896 INFO kablam! Checking dotenv v0.9.0 Oct 21 14:05:48.076 INFO kablam! Checking tokio-uds v0.2.1 Oct 21 14:05:48.418 INFO kablam! Checking tokio-tcp v0.1.1 Oct 21 14:05:49.020 INFO kablam! Checking tokio-udp v0.1.2 Oct 21 14:05:49.981 INFO kablam! Checking tokio-signal v0.2.4 Oct 21 14:05:50.813 INFO kablam! Checking flate2 v1.0.2 Oct 21 14:05:51.756 INFO kablam! Checking trust-dns-proto v0.4.0 Oct 21 14:05:51.892 INFO kablam! Checking tokio v0.1.8 Oct 21 14:06:04.031 INFO kablam! Checking trust-dns-resolver v0.9.1 Oct 21 14:06:04.476 INFO kablam! Compiling serde_derive v1.0.78 Oct 21 14:06:04.562 INFO kablam! Checking cookie v0.11.0 Oct 21 14:06:05.228 INFO kablam! Checking brotli2 v0.3.2 Oct 21 14:06:07.593 INFO kablam! Checking actix v0.7.4 Oct 21 14:06:41.136 INFO kablam! Checking webapp v0.1.0 (/source) Oct 21 14:06:43.756 INFO kablam! warning: unused imports: `FutureResponse`, `Path`, `http::ContentEncoding`, `middleware` Oct 21 14:06:43.756 INFO kablam! --> src/main.rs:27:30 Oct 21 14:06:43.756 INFO kablam! | Oct 21 14:06:43.756 INFO kablam! 27 | use actix_web::{error, http, middleware, server, App, Responder, HttpRequest, HttpResponse, AsyncResponder, FutureResponse, Path, State, http::ContentEncoding, Form, Result}; Oct 21 14:06:43.756 INFO kablam! | ^^^^^^^^^^ ^^^^^^^^^^^^^^ ^^^^ ^^^^^^^^^^^^^^^^^^^^^ Oct 21 14:06:43.756 INFO kablam! | Oct 21 14:06:43.756 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 21 14:06:43.756 INFO kablam! Oct 21 14:06:43.756 INFO kablam! warning: cannot find type `table` in this scope Oct 21 14:06:43.757 INFO kablam! --> <::diesel::macros::table_body macros>:165:33 Oct 21 14:06:43.757 INFO kablam! | Oct 21 14:06:43.757 INFO kablam! 165 | derive ( Debug , Clone , Copy , QueryId ) ] /// The actual table struct Oct 21 14:06:43.757 INFO kablam! | ^^^^^^^ names from parent modules are not accessible without an explicit import Oct 21 14:06:43.757 INFO kablam! | Oct 21 14:06:43.757 INFO kablam! = note: #[warn(proc_macro_derive_resolution_fallback)] on by default Oct 21 14:06:43.757 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 21 14:06:43.757 INFO kablam! = note: for more information, see issue #50504 Oct 21 14:06:43.757 INFO kablam! Oct 21 14:06:43.757 INFO kablam! warning: cannot find type `table` in this scope Oct 21 14:06:43.757 INFO kablam! --> <::diesel::macros::table_body macros>:165:33 Oct 21 14:06:43.757 INFO kablam! | Oct 21 14:06:43.757 INFO kablam! 165 | derive ( Debug , Clone , Copy , QueryId ) ] /// The actual table struct Oct 21 14:06:43.757 INFO kablam! | ^^^^^^^ names from parent modules are not accessible without an explicit import Oct 21 14:06:43.757 INFO kablam! | Oct 21 14:06:43.757 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 21 14:06:43.757 INFO kablam! = note: for more information, see issue #50504 Oct 21 14:06:43.757 INFO kablam! Oct 21 14:06:43.757 INFO kablam! warning: cannot find type `name` in this scope Oct 21 14:06:43.757 INFO kablam! --> <::diesel::macros::__diesel_column macros>:5:33 Oct 21 14:06:43.757 INFO kablam! | Oct 21 14:06:43.757 INFO kablam! 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Oct 21 14:06:43.757 INFO kablam! | ^^^^^^^ names from parent modules are not accessible without an explicit import Oct 21 14:06:43.757 INFO kablam! | Oct 21 14:06:43.757 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 21 14:06:43.757 INFO kablam! = note: for more information, see issue #50504 Oct 21 14:06:43.758 INFO kablam! Oct 21 14:06:43.758 INFO kablam! warning: cannot find type `Widget` in this scope Oct 21 14:06:43.758 INFO kablam! --> src/main.rs:44:10 Oct 21 14:06:43.758 INFO kablam! | Oct 21 14:06:43.758 INFO kablam! 44 | #[derive(Queryable)] Oct 21 14:06:43.758 INFO kablam! | ^^^^^^^^^ names from parent modules are not accessible without an explicit import Oct 21 14:06:43.758 INFO kablam! | Oct 21 14:06:43.758 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 21 14:06:43.758 INFO kablam! = note: for more information, see issue #50504 Oct 21 14:06:43.758 INFO kablam! Oct 21 14:06:43.758 INFO kablam! warning: cannot find type `widgets` in this scope Oct 21 14:06:43.758 INFO kablam! --> src/main.rs:49:10 Oct 21 14:06:43.758 INFO kablam! | Oct 21 14:06:43.758 INFO kablam! 49 | #[derive(Insertable)] Oct 21 14:06:43.758 INFO kablam! | ^^^^^^^^^^ names from parent modules are not accessible without an explicit import Oct 21 14:06:43.758 INFO kablam! | Oct 21 14:06:43.758 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 21 14:06:43.758 INFO kablam! = note: for more information, see issue #50504 Oct 21 14:06:43.758 INFO kablam! Oct 21 14:06:43.758 INFO kablam! warning: cannot find type `NewWidget` in this scope Oct 21 14:06:43.758 INFO kablam! --> src/main.rs:49:10 Oct 21 14:06:43.758 INFO kablam! | Oct 21 14:06:43.758 INFO kablam! 49 | #[derive(Insertable)] Oct 21 14:06:43.758 INFO kablam! | ^^^^^^^^^^ names from parent modules are not accessible without an explicit import Oct 21 14:06:43.759 INFO kablam! | Oct 21 14:06:43.759 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 21 14:06:43.759 INFO kablam! = note: for more information, see issue #50504 Oct 21 14:06:43.759 INFO kablam! Oct 21 14:06:43.837 INFO kablam! warning: unused imports: `FutureResponse`, `Path`, `http::ContentEncoding`, `middleware` Oct 21 14:06:43.837 INFO kablam! --> src/main.rs:27:30 Oct 21 14:06:43.837 INFO kablam! | Oct 21 14:06:43.837 INFO kablam! 27 | use actix_web::{error, http, middleware, server, App, Responder, HttpRequest, HttpResponse, AsyncResponder, FutureResponse, Path, State, http::ContentEncoding, Form, Result}; Oct 21 14:06:43.837 INFO kablam! | ^^^^^^^^^^ ^^^^^^^^^^^^^^ ^^^^ ^^^^^^^^^^^^^^^^^^^^^ Oct 21 14:06:43.837 INFO kablam! | Oct 21 14:06:43.837 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 21 14:06:43.837 INFO kablam! Oct 21 14:06:43.837 INFO kablam! warning: cannot find type `table` in this scope Oct 21 14:06:43.837 INFO kablam! --> <::diesel::macros::table_body macros>:165:33 Oct 21 14:06:43.837 INFO kablam! | Oct 21 14:06:43.837 INFO kablam! 165 | derive ( Debug , Clone , Copy , QueryId ) ] /// The actual table struct Oct 21 14:06:43.837 INFO kablam! | ^^^^^^^ names from parent modules are not accessible without an explicit import Oct 21 14:06:43.837 INFO kablam! | Oct 21 14:06:43.837 INFO kablam! = note: #[warn(proc_macro_derive_resolution_fallback)] on by default Oct 21 14:06:43.837 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 21 14:06:43.837 INFO kablam! = note: for more information, see issue #50504 Oct 21 14:06:43.837 INFO kablam! Oct 21 14:06:43.837 INFO kablam! warning: cannot find type `table` in this scope Oct 21 14:06:43.837 INFO kablam! --> <::diesel::macros::table_body macros>:165:33 Oct 21 14:06:43.837 INFO kablam! | Oct 21 14:06:43.837 INFO kablam! 165 | derive ( Debug , Clone , Copy , QueryId ) ] /// The actual table struct Oct 21 14:06:43.837 INFO kablam! | ^^^^^^^ names from parent modules are not accessible without an explicit import Oct 21 14:06:43.837 INFO kablam! | Oct 21 14:06:43.838 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 21 14:06:43.838 INFO kablam! = note: for more information, see issue #50504 Oct 21 14:06:43.838 INFO kablam! Oct 21 14:06:43.838 INFO kablam! warning: cannot find type `name` in this scope Oct 21 14:06:43.838 INFO kablam! --> <::diesel::macros::__diesel_column macros>:5:33 Oct 21 14:06:43.838 INFO kablam! | Oct 21 14:06:43.838 INFO kablam! 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Oct 21 14:06:43.838 INFO kablam! | ^^^^^^^ names from parent modules are not accessible without an explicit import Oct 21 14:06:43.838 INFO kablam! | Oct 21 14:06:43.838 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 21 14:06:43.838 INFO kablam! = note: for more information, see issue #50504 Oct 21 14:06:43.838 INFO kablam! Oct 21 14:06:43.838 INFO kablam! warning: cannot find type `Widget` in this scope Oct 21 14:06:43.838 INFO kablam! --> src/main.rs:44:10 Oct 21 14:06:43.838 INFO kablam! | Oct 21 14:06:43.838 INFO kablam! 44 | #[derive(Queryable)] Oct 21 14:06:43.838 INFO kablam! | ^^^^^^^^^ names from parent modules are not accessible without an explicit import Oct 21 14:06:43.838 INFO kablam! | Oct 21 14:06:43.838 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 21 14:06:43.838 INFO kablam! = note: for more information, see issue #50504 Oct 21 14:06:43.838 INFO kablam! Oct 21 14:06:43.838 INFO kablam! warning: cannot find type `widgets` in this scope Oct 21 14:06:43.838 INFO kablam! --> src/main.rs:49:10 Oct 21 14:06:43.838 INFO kablam! | Oct 21 14:06:43.839 INFO kablam! 49 | #[derive(Insertable)] Oct 21 14:06:43.839 INFO kablam! | ^^^^^^^^^^ names from parent modules are not accessible without an explicit import Oct 21 14:06:43.839 INFO kablam! | Oct 21 14:06:43.839 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 21 14:06:43.839 INFO kablam! = note: for more information, see issue #50504 Oct 21 14:06:43.839 INFO kablam! Oct 21 14:06:43.839 INFO kablam! warning: cannot find type `NewWidget` in this scope Oct 21 14:06:43.839 INFO kablam! --> src/main.rs:49:10 Oct 21 14:06:43.839 INFO kablam! | Oct 21 14:06:43.839 INFO kablam! 49 | #[derive(Insertable)] Oct 21 14:06:43.839 INFO kablam! | ^^^^^^^^^^ names from parent modules are not accessible without an explicit import Oct 21 14:06:43.839 INFO kablam! | Oct 21 14:06:43.839 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 21 14:06:43.839 INFO kablam! = note: for more information, see issue #50504 Oct 21 14:06:43.839 INFO kablam! Oct 21 14:06:44.105 INFO kablam! warning: unused variable: `req` Oct 21 14:06:44.105 INFO kablam! --> src/main.rs:155:10 Oct 21 14:06:44.105 INFO kablam! | Oct 21 14:06:44.105 INFO kablam! 155 | fn index(req: &HttpRequest) -> impl Responder { Oct 21 14:06:44.105 INFO kablam! | ^^^ help: consider using `_req` instead Oct 21 14:06:44.105 INFO kablam! | Oct 21 14:06:44.105 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 21 14:06:44.105 INFO kablam! Oct 21 14:06:44.105 INFO kablam! warning: unused variable: `sys` Oct 21 14:06:44.105 INFO kablam! --> src/main.rs:223:9 Oct 21 14:06:44.105 INFO kablam! | Oct 21 14:06:44.105 INFO kablam! 223 | let sys = actix::System::new("webapp"); Oct 21 14:06:44.105 INFO kablam! | ^^^ help: consider using `_sys` instead Oct 21 14:06:44.105 INFO kablam! Oct 21 14:06:44.108 INFO kablam! warning: unused variable: `msg` Oct 21 14:06:44.108 INFO kablam! --> src/main.rs:129:26 Oct 21 14:06:44.108 INFO kablam! | Oct 21 14:06:44.108 INFO kablam! 129 | fn handle(&mut self, msg: GetWidgets, _: &mut Self::Context) -> Self::Result { Oct 21 14:06:44.108 INFO kablam! | ^^^ help: consider using `_msg` instead Oct 21 14:06:44.108 INFO kablam! Oct 21 14:06:44.406 INFO kablam! warning: unused variable: `req` Oct 21 14:06:44.406 INFO kablam! --> src/main.rs:155:10 Oct 21 14:06:44.406 INFO kablam! | Oct 21 14:06:44.406 INFO kablam! 155 | fn index(req: &HttpRequest) -> impl Responder { Oct 21 14:06:44.406 INFO kablam! | ^^^ help: consider using `_req` instead Oct 21 14:06:44.406 INFO kablam! | Oct 21 14:06:44.406 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 21 14:06:44.406 INFO kablam! Oct 21 14:06:44.406 INFO kablam! warning: unused variable: `sys` Oct 21 14:06:44.406 INFO kablam! --> src/main.rs:223:9 Oct 21 14:06:44.406 INFO kablam! | Oct 21 14:06:44.407 INFO kablam! 223 | let sys = actix::System::new("webapp"); Oct 21 14:06:44.407 INFO kablam! | ^^^ help: consider using `_sys` instead Oct 21 14:06:44.407 INFO kablam! Oct 21 14:06:44.407 INFO kablam! warning: unused variable: `msg` Oct 21 14:06:44.407 INFO kablam! --> src/main.rs:129:26 Oct 21 14:06:44.407 INFO kablam! | Oct 21 14:06:44.407 INFO kablam! 129 | fn handle(&mut self, msg: GetWidgets, _: &mut Self::Context) -> Self::Result { Oct 21 14:06:44.407 INFO kablam! | ^^^ help: consider using `_msg` instead Oct 21 14:06:44.407 INFO kablam! Oct 21 14:06:44.537 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 1m 01s Oct 21 14:06:44.537 INFO kablam! su: No module specific data is present Oct 21 14:06:45.336 INFO running `"docker" "rm" "-f" "c12759f1d4b4267fb9a7db00f12dbfa655e77769984aa64ffeb8d94a0b236cb1"` Oct 21 14:06:45.636 INFO blam! c12759f1d4b4267fb9a7db00f12dbfa655e77769984aa64ffeb8d94a0b236cb1