Nov 27 21:06:50.978 INFO checking saolsen/rust-webapp against try#db42d4dad33013eba11ef37342ad9f614e5652b8 for pr-56074 Nov 27 21:06:50.978 INFO running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/pr-56074/worker-2/try#db42d4dad33013eba11ef37342ad9f614e5652b8:/target:rw,Z" "-v" "/mnt/big/crater/work/local/test-source/worker-2/pr-56074/try#db42d4dad33013eba11ef37342ad9f614e5652b8:/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 +db42d4dad33013eba11ef37342ad9f614e5652b8-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 27 21:06:51.204 INFO [stdout] fa3f842d7b65fb9e17b8b443e46993220e338599383fe6caa1b9b5b80f33c579 Nov 27 21:06:51.212 INFO running `"docker" "start" "-a" "fa3f842d7b65fb9e17b8b443e46993220e338599383fe6caa1b9b5b80f33c579"` Nov 27 21:06:51.779 INFO [stderr] usermod: no changes Nov 27 21:06:52.186 INFO [stderr] Compiling actix-web v0.7.4 Nov 27 21:06:52.187 INFO [stderr] Compiling brotli-sys v0.3.2 Nov 27 21:06:52.187 INFO [stderr] Compiling ring v0.13.2 Nov 27 21:06:52.187 INFO [stderr] Compiling miniz-sys v0.1.10 Nov 27 21:06:52.191 INFO [stderr] Checking socket2 v0.3.7 Nov 27 21:06:52.194 INFO [stderr] Checking mio v0.6.15 Nov 27 21:06:52.194 INFO [stderr] Checking r2d2 v0.8.2 Nov 27 21:06:52.196 INFO [stderr] Checking tokio-io v0.1.8 Nov 27 21:06:53.832 INFO [stderr] Compiling syn v0.14.9 Nov 27 21:06:55.370 INFO [stderr] Compiling syn v0.15.3 Nov 27 21:06:55.383 INFO [stderr] Checking backtrace v0.2.3 Nov 27 21:06:55.509 INFO [stderr] Checking serde_urlencoded v0.5.3 Nov 27 21:06:55.509 INFO [stderr] Checking regex v0.2.11 Nov 27 21:06:55.525 INFO [stderr] Checking crossbeam-channel v0.2.4 Nov 27 21:06:56.000 INFO [stderr] Checking error-chain v0.12.0 Nov 27 21:06:57.781 INFO [stderr] Checking tokio-codec v0.1.0 Nov 27 21:06:59.158 INFO [stderr] Checking h2 v0.1.12 Nov 27 21:06:59.536 INFO [stderr] Checking diesel v1.3.2 Nov 27 21:06:59.796 INFO [stderr] Checking tokio-threadpool v0.1.6 Nov 27 21:07:02.133 INFO [stderr] Checking mio-uds v0.6.6 Nov 27 21:07:04.684 INFO [stderr] Checking tokio-reactor v0.1.5 Nov 27 21:07:07.690 INFO [stderr] Checking error-chain v0.1.12 Nov 27 21:07:09.055 INFO [stderr] Checking dotenv v0.9.0 Nov 27 21:07:10.405 INFO [stderr] Checking tokio-fs v0.1.3 Nov 27 21:07:10.845 INFO [stderr] Checking flate2 v1.0.2 Nov 27 21:07:12.724 INFO [stderr] Checking tokio-udp v0.1.2 Nov 27 21:07:13.688 INFO [stderr] Checking tokio-uds v0.2.1 Nov 27 21:07:14.280 INFO [stderr] Checking tokio-tcp v0.1.1 Nov 27 21:07:17.180 INFO [stderr] Checking tokio-signal v0.2.4 Nov 27 21:07:23.168 INFO [stderr] Checking trust-dns-proto v0.4.0 Nov 27 21:07:23.171 INFO [stderr] Checking tokio v0.1.8 Nov 27 21:07:23.797 INFO [stderr] Checking brotli2 v0.3.2 Nov 27 21:07:24.157 INFO [stderr] Compiling serde_derive v1.0.78 Nov 27 21:07:31.128 INFO [stderr] Checking cookie v0.11.0 Nov 27 21:07:36.428 INFO [stderr] Checking trust-dns-resolver v0.9.1 Nov 27 21:07:53.108 INFO [stderr] Compiling synstructure v0.9.0 Nov 27 21:07:53.320 INFO [stderr] Compiling actix_derive v0.3.0 Nov 27 21:08:02.470 INFO [stderr] Compiling failure_derive v0.1.2 Nov 27 21:08:07.544 INFO [stderr] Checking failure v0.1.2 Nov 27 21:08:08.348 INFO [stderr] Checking actix v0.7.4 Nov 27 21:08:32.524 INFO [stderr] Checking webapp v0.1.0 (/source) Nov 27 21:08:35.694 INFO [stderr] warning: unused imports: `FutureResponse`, `Path`, `http::ContentEncoding`, `middleware` Nov 27 21:08:35.694 INFO [stderr] --> src/main.rs:27:30 Nov 27 21:08:35.694 INFO [stderr] | Nov 27 21:08:35.694 INFO [stderr] 27 | use actix_web::{error, http, middleware, server, App, Responder, HttpRequest, HttpResponse, AsyncResponder, FutureResponse, Path, State, http::ContentEncoding, Form, Result}; Nov 27 21:08:35.694 INFO [stderr] | ^^^^^^^^^^ ^^^^^^^^^^^^^^ ^^^^ ^^^^^^^^^^^^^^^^^^^^^ Nov 27 21:08:35.694 INFO [stderr] | Nov 27 21:08:35.694 INFO [stderr] = note: #[warn(unused_imports)] on by default Nov 27 21:08:35.694 INFO [stderr] Nov 27 21:08:35.694 INFO [stderr] warning: cannot find type `table` in this scope Nov 27 21:08:35.694 INFO [stderr] --> <::diesel::macros::table_body macros>:165:33 Nov 27 21:08:35.694 INFO [stderr] | Nov 27 21:08:35.694 INFO [stderr] 165 | derive ( Debug , Clone , Copy , QueryId ) ] /// The actual table struct Nov 27 21:08:35.694 INFO [stderr] | ^^^^^^^ names from parent modules are not accessible without an explicit import Nov 27 21:08:35.694 INFO [stderr] | Nov 27 21:08:35.694 INFO [stderr] = note: #[warn(proc_macro_derive_resolution_fallback)] on by default Nov 27 21:08:35.694 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 27 21:08:35.694 INFO [stderr] = note: for more information, see issue #50504 Nov 27 21:08:35.694 INFO [stderr] Nov 27 21:08:35.694 INFO [stderr] warning: cannot find type `table` in this scope Nov 27 21:08:35.694 INFO [stderr] --> <::diesel::macros::table_body macros>:165:33 Nov 27 21:08:35.694 INFO [stderr] | Nov 27 21:08:35.694 INFO [stderr] 165 | derive ( Debug , Clone , Copy , QueryId ) ] /// The actual table struct Nov 27 21:08:35.694 INFO [stderr] | ^^^^^^^ names from parent modules are not accessible without an explicit import Nov 27 21:08:35.694 INFO [stderr] | Nov 27 21:08:35.694 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 27 21:08:35.694 INFO [stderr] = note: for more information, see issue #50504 Nov 27 21:08:35.694 INFO [stderr] Nov 27 21:08:35.694 INFO [stderr] warning: cannot find type `name` in this scope Nov 27 21:08:35.694 INFO [stderr] --> <::diesel::macros::__diesel_column macros>:5:33 Nov 27 21:08:35.694 INFO [stderr] | Nov 27 21:08:35.694 INFO [stderr] 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Nov 27 21:08:35.694 INFO [stderr] | ^^^^^^^ names from parent modules are not accessible without an explicit import Nov 27 21:08:35.694 INFO [stderr] | Nov 27 21:08:35.694 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 27 21:08:35.694 INFO [stderr] = note: for more information, see issue #50504 Nov 27 21:08:35.694 INFO [stderr] Nov 27 21:08:35.694 INFO [stderr] warning: cannot find type `Widget` in this scope Nov 27 21:08:35.694 INFO [stderr] --> src/main.rs:44:10 Nov 27 21:08:35.694 INFO [stderr] | Nov 27 21:08:35.694 INFO [stderr] 44 | #[derive(Queryable)] Nov 27 21:08:35.694 INFO [stderr] | ^^^^^^^^^ names from parent modules are not accessible without an explicit import Nov 27 21:08:35.694 INFO [stderr] | Nov 27 21:08:35.694 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 27 21:08:35.694 INFO [stderr] = note: for more information, see issue #50504 Nov 27 21:08:35.694 INFO [stderr] Nov 27 21:08:35.694 INFO [stderr] warning: cannot find type `widgets` in this scope Nov 27 21:08:35.694 INFO [stderr] --> src/main.rs:49:10 Nov 27 21:08:35.694 INFO [stderr] | Nov 27 21:08:35.694 INFO [stderr] 49 | #[derive(Insertable)] Nov 27 21:08:35.694 INFO [stderr] | ^^^^^^^^^^ names from parent modules are not accessible without an explicit import Nov 27 21:08:35.694 INFO [stderr] | Nov 27 21:08:35.694 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 27 21:08:35.694 INFO [stderr] = note: for more information, see issue #50504 Nov 27 21:08:35.694 INFO [stderr] Nov 27 21:08:35.694 INFO [stderr] warning: cannot find type `NewWidget` in this scope Nov 27 21:08:35.694 INFO [stderr] --> src/main.rs:49:10 Nov 27 21:08:35.694 INFO [stderr] | Nov 27 21:08:35.694 INFO [stderr] 49 | #[derive(Insertable)] Nov 27 21:08:35.694 INFO [stderr] | ^^^^^^^^^^ names from parent modules are not accessible without an explicit import Nov 27 21:08:35.694 INFO [stderr] | Nov 27 21:08:35.694 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 27 21:08:35.694 INFO [stderr] = note: for more information, see issue #50504 Nov 27 21:08:35.694 INFO [stderr] Nov 27 21:08:36.503 INFO [stderr] warning: unused variable: `req` Nov 27 21:08:36.503 INFO [stderr] --> src/main.rs:155:10 Nov 27 21:08:36.503 INFO [stderr] | Nov 27 21:08:36.503 INFO [stderr] 155 | fn index(req: &HttpRequest) -> impl Responder { Nov 27 21:08:36.503 INFO [stderr] | ^^^ help: consider using `_req` instead Nov 27 21:08:36.503 INFO [stderr] | Nov 27 21:08:36.503 INFO [stderr] = note: #[warn(unused_variables)] on by default Nov 27 21:08:36.503 INFO [stderr] Nov 27 21:08:36.503 INFO [stderr] warning: unused variable: `sys` Nov 27 21:08:36.503 INFO [stderr] --> src/main.rs:223:9 Nov 27 21:08:36.503 INFO [stderr] | Nov 27 21:08:36.503 INFO [stderr] 223 | let sys = actix::System::new("webapp"); Nov 27 21:08:36.505 INFO [stderr] | ^^^ help: consider using `_sys` instead Nov 27 21:08:36.505 INFO [stderr] Nov 27 21:08:36.505 INFO [stderr] warning: unused variable: `msg` Nov 27 21:08:36.505 INFO [stderr] --> src/main.rs:129:26 Nov 27 21:08:36.505 INFO [stderr] | Nov 27 21:08:36.505 INFO [stderr] 129 | fn handle(&mut self, msg: GetWidgets, _: &mut Self::Context) -> Self::Result { Nov 27 21:08:36.506 INFO [stderr] | ^^^ help: consider using `_msg` instead Nov 27 21:08:36.506 INFO [stderr] Nov 27 21:08:36.588 INFO [stderr] warning: unused imports: `FutureResponse`, `Path`, `http::ContentEncoding`, `middleware` Nov 27 21:08:36.589 INFO [stderr] --> src/main.rs:27:30 Nov 27 21:08:36.589 INFO [stderr] | Nov 27 21:08:36.589 INFO [stderr] 27 | use actix_web::{error, http, middleware, server, App, Responder, HttpRequest, HttpResponse, AsyncResponder, FutureResponse, Path, State, http::ContentEncoding, Form, Result}; Nov 27 21:08:36.589 INFO [stderr] | ^^^^^^^^^^ ^^^^^^^^^^^^^^ ^^^^ ^^^^^^^^^^^^^^^^^^^^^ Nov 27 21:08:36.589 INFO [stderr] | Nov 27 21:08:36.589 INFO [stderr] = note: #[warn(unused_imports)] on by default Nov 27 21:08:36.589 INFO [stderr] Nov 27 21:08:36.589 INFO [stderr] warning: cannot find type `table` in this scope Nov 27 21:08:36.589 INFO [stderr] --> <::diesel::macros::table_body macros>:165:33 Nov 27 21:08:36.589 INFO [stderr] | Nov 27 21:08:36.589 INFO [stderr] 165 | derive ( Debug , Clone , Copy , QueryId ) ] /// The actual table struct Nov 27 21:08:36.589 INFO [stderr] | ^^^^^^^ names from parent modules are not accessible without an explicit import Nov 27 21:08:36.589 INFO [stderr] | Nov 27 21:08:36.589 INFO [stderr] = note: #[warn(proc_macro_derive_resolution_fallback)] on by default Nov 27 21:08:36.589 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 27 21:08:36.589 INFO [stderr] = note: for more information, see issue #50504 Nov 27 21:08:36.589 INFO [stderr] Nov 27 21:08:36.589 INFO [stderr] warning: cannot find type `table` in this scope Nov 27 21:08:36.589 INFO [stderr] --> <::diesel::macros::table_body macros>:165:33 Nov 27 21:08:36.589 INFO [stderr] | Nov 27 21:08:36.592 INFO [stderr] 165 | derive ( Debug , Clone , Copy , QueryId ) ] /// The actual table struct Nov 27 21:08:36.592 INFO [stderr] | ^^^^^^^ names from parent modules are not accessible without an explicit import Nov 27 21:08:36.592 INFO [stderr] | Nov 27 21:08:36.592 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 27 21:08:36.592 INFO [stderr] = note: for more information, see issue #50504 Nov 27 21:08:36.592 INFO [stderr] Nov 27 21:08:36.592 INFO [stderr] warning: cannot find type `name` in this scope Nov 27 21:08:36.592 INFO [stderr] --> <::diesel::macros::__diesel_column macros>:5:33 Nov 27 21:08:36.592 INFO [stderr] | Nov 27 21:08:36.592 INFO [stderr] 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Nov 27 21:08:36.592 INFO [stderr] | ^^^^^^^ names from parent modules are not accessible without an explicit import Nov 27 21:08:36.592 INFO [stderr] | Nov 27 21:08:36.593 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 27 21:08:36.593 INFO [stderr] = note: for more information, see issue #50504 Nov 27 21:08:36.593 INFO [stderr] Nov 27 21:08:36.593 INFO [stderr] warning: cannot find type `Widget` in this scope Nov 27 21:08:36.593 INFO [stderr] --> src/main.rs:44:10 Nov 27 21:08:36.593 INFO [stderr] | Nov 27 21:08:36.593 INFO [stderr] 44 | #[derive(Queryable)] Nov 27 21:08:36.593 INFO [stderr] | ^^^^^^^^^ names from parent modules are not accessible without an explicit import Nov 27 21:08:36.593 INFO [stderr] | Nov 27 21:08:36.593 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 27 21:08:36.593 INFO [stderr] = note: for more information, see issue #50504 Nov 27 21:08:36.593 INFO [stderr] Nov 27 21:08:36.593 INFO [stderr] warning: cannot find type `widgets` in this scope Nov 27 21:08:36.593 INFO [stderr] --> src/main.rs:49:10 Nov 27 21:08:36.593 INFO [stderr] | Nov 27 21:08:36.593 INFO [stderr] 49 | #[derive(Insertable)] Nov 27 21:08:36.593 INFO [stderr] | ^^^^^^^^^^ names from parent modules are not accessible without an explicit import Nov 27 21:08:36.593 INFO [stderr] | Nov 27 21:08:36.593 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 27 21:08:36.593 INFO [stderr] = note: for more information, see issue #50504 Nov 27 21:08:36.593 INFO [stderr] Nov 27 21:08:36.593 INFO [stderr] warning: cannot find type `NewWidget` in this scope Nov 27 21:08:36.593 INFO [stderr] --> src/main.rs:49:10 Nov 27 21:08:36.593 INFO [stderr] | Nov 27 21:08:36.593 INFO [stderr] 49 | #[derive(Insertable)] Nov 27 21:08:36.593 INFO [stderr] | ^^^^^^^^^^ names from parent modules are not accessible without an explicit import Nov 27 21:08:36.593 INFO [stderr] | Nov 27 21:08:36.593 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 27 21:08:36.593 INFO [stderr] = note: for more information, see issue #50504 Nov 27 21:08:36.593 INFO [stderr] Nov 27 21:08:37.025 INFO [stderr] warning: unused variable: `req` Nov 27 21:08:37.025 INFO [stderr] --> src/main.rs:155:10 Nov 27 21:08:37.025 INFO [stderr] | Nov 27 21:08:37.025 INFO [stderr] 155 | fn index(req: &HttpRequest) -> impl Responder { Nov 27 21:08:37.025 INFO [stderr] | ^^^ help: consider using `_req` instead Nov 27 21:08:37.025 INFO [stderr] | Nov 27 21:08:37.025 INFO [stderr] = note: #[warn(unused_variables)] on by default Nov 27 21:08:37.025 INFO [stderr] Nov 27 21:08:37.025 INFO [stderr] warning: unused variable: `sys` Nov 27 21:08:37.025 INFO [stderr] --> src/main.rs:223:9 Nov 27 21:08:37.025 INFO [stderr] | Nov 27 21:08:37.025 INFO [stderr] 223 | let sys = actix::System::new("webapp"); Nov 27 21:08:37.025 INFO [stderr] | ^^^ help: consider using `_sys` instead Nov 27 21:08:37.025 INFO [stderr] Nov 27 21:08:37.025 INFO [stderr] warning: unused variable: `msg` Nov 27 21:08:37.025 INFO [stderr] --> src/main.rs:129:26 Nov 27 21:08:37.025 INFO [stderr] | Nov 27 21:08:37.025 INFO [stderr] 129 | fn handle(&mut self, msg: GetWidgets, _: &mut Self::Context) -> Self::Result { Nov 27 21:08:37.025 INFO [stderr] | ^^^ help: consider using `_msg` instead Nov 27 21:08:37.025 INFO [stderr] Nov 27 21:08:37.201 INFO [stderr] Finished dev [unoptimized + debuginfo] target(s) in 1m 45s Nov 27 21:08:37.225 INFO [stderr] su: No module specific data is present Nov 27 21:08:38.691 INFO running `"docker" "inspect" "fa3f842d7b65fb9e17b8b443e46993220e338599383fe6caa1b9b5b80f33c579"` Nov 27 21:08:39.050 INFO running `"docker" "rm" "-f" "fa3f842d7b65fb9e17b8b443e46993220e338599383fe6caa1b9b5b80f33c579"` Nov 27 21:08:39.409 INFO [stdout] fa3f842d7b65fb9e17b8b443e46993220e338599383fe6caa1b9b5b80f33c579