Oct 13 01:30:14.481 INFO testing saolsen/rust-webapp against master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513 for rustdoc-test-static-cling-1 Oct 13 01:30:14.481 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-5/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-5/rustdoc-test-static-cling-1/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/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 +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt build --frozen" "-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 13 01:30:14.695 INFO blam! 08b574b24f9053df57d9b06bc12f565b7f4113026a5a8b383183e4509a1bd59a Oct 13 01:30:14.703 INFO running `"docker" "start" "-a" "08b574b24f9053df57d9b06bc12f565b7f4113026a5a8b383183e4509a1bd59a"` Oct 13 01:30:15.129 INFO kablam! usermod: no changes Oct 13 01:30:15.466 INFO kablam! Compiling r2d2 v0.8.2 Oct 13 01:30:15.466 INFO kablam! Compiling syn v0.15.3 Oct 13 01:30:15.466 INFO kablam! Compiling regex v0.2.11 Oct 13 01:30:15.466 INFO kablam! Compiling tokio-reactor v0.1.5 Oct 13 01:30:15.471 INFO kablam! Compiling error-chain v0.12.0 Oct 13 01:30:17.268 INFO kablam! Compiling diesel v1.3.2 Oct 13 01:30:20.926 INFO kablam! Compiling tokio-uds v0.2.1 Oct 13 01:30:20.926 INFO kablam! Compiling tokio-tcp v0.1.1 Oct 13 01:30:20.926 INFO kablam! Compiling tokio-udp v0.1.2 Oct 13 01:30:20.926 INFO kablam! Compiling tokio-signal v0.2.4 Oct 13 01:30:28.645 INFO kablam! Compiling trust-dns-proto v0.4.0 Oct 13 01:30:30.104 INFO kablam! Compiling tokio v0.1.8 Oct 13 01:30:44.335 INFO kablam! Compiling dotenv v0.9.0 Oct 13 01:30:47.103 INFO kablam! Compiling serde_derive v1.0.78 Oct 13 01:30:52.204 INFO kablam! Compiling trust-dns-resolver v0.9.1 Oct 13 01:31:03.292 INFO kablam! Compiling actix v0.7.4 Oct 13 01:31:16.975 INFO kablam! Compiling actix-web v0.7.4 Oct 13 01:31:56.965 INFO kablam! Compiling webapp v0.1.0 (/source) Oct 13 01:31:58.979 INFO kablam! warning: unused imports: `FutureResponse`, `Path`, `http::ContentEncoding`, `middleware` Oct 13 01:31:58.979 INFO kablam! --> src/main.rs:27:30 Oct 13 01:31:58.979 INFO kablam! | Oct 13 01:31:58.979 INFO kablam! 27 | use actix_web::{error, http, middleware, server, App, Responder, HttpRequest, HttpResponse, AsyncResponder, FutureResponse, Path, State, http::ContentEncoding, Form, Result}; Oct 13 01:31:58.979 INFO kablam! | ^^^^^^^^^^ ^^^^^^^^^^^^^^ ^^^^ ^^^^^^^^^^^^^^^^^^^^^ Oct 13 01:31:58.979 INFO kablam! | Oct 13 01:31:58.979 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 13 01:31:58.979 INFO kablam! Oct 13 01:31:58.979 INFO kablam! warning: cannot find type `table` in this scope Oct 13 01:31:58.980 INFO kablam! --> <::diesel::macros::table_body macros>:165:33 Oct 13 01:31:58.980 INFO kablam! | Oct 13 01:31:58.980 INFO kablam! 165 | derive ( Debug , Clone , Copy , QueryId ) ] /// The actual table struct Oct 13 01:31:58.980 INFO kablam! | ^^^^^^^ names from parent modules are not accessible without an explicit import Oct 13 01:31:58.980 INFO kablam! | Oct 13 01:31:58.980 INFO kablam! = note: #[warn(proc_macro_derive_resolution_fallback)] on by default Oct 13 01:31:58.980 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 13 01:31:58.980 INFO kablam! = note: for more information, see issue #50504 Oct 13 01:31:58.980 INFO kablam! Oct 13 01:31:58.980 INFO kablam! warning: cannot find type `table` in this scope Oct 13 01:31:58.980 INFO kablam! --> <::diesel::macros::table_body macros>:165:33 Oct 13 01:31:58.980 INFO kablam! | Oct 13 01:31:58.980 INFO kablam! 165 | derive ( Debug , Clone , Copy , QueryId ) ] /// The actual table struct Oct 13 01:31:58.980 INFO kablam! | ^^^^^^^ names from parent modules are not accessible without an explicit import Oct 13 01:31:58.980 INFO kablam! | Oct 13 01:31:58.980 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 13 01:31:58.980 INFO kablam! = note: for more information, see issue #50504 Oct 13 01:31:58.980 INFO kablam! Oct 13 01:31:58.980 INFO kablam! warning: cannot find type `name` in this scope Oct 13 01:31:58.980 INFO kablam! --> <::diesel::macros::__diesel_column macros>:5:33 Oct 13 01:31:58.980 INFO kablam! | Oct 13 01:31:58.980 INFO kablam! 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Oct 13 01:31:58.980 INFO kablam! | ^^^^^^^ names from parent modules are not accessible without an explicit import Oct 13 01:31:58.980 INFO kablam! | Oct 13 01:31:58.980 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 13 01:31:58.980 INFO kablam! = note: for more information, see issue #50504 Oct 13 01:31:58.980 INFO kablam! Oct 13 01:31:58.980 INFO kablam! warning: cannot find type `Widget` in this scope Oct 13 01:31:58.980 INFO kablam! --> src/main.rs:44:10 Oct 13 01:31:58.980 INFO kablam! | Oct 13 01:31:58.980 INFO kablam! 44 | #[derive(Queryable)] Oct 13 01:31:58.980 INFO kablam! | ^^^^^^^^^ names from parent modules are not accessible without an explicit import Oct 13 01:31:58.980 INFO kablam! | Oct 13 01:31:58.980 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 13 01:31:58.980 INFO kablam! = note: for more information, see issue #50504 Oct 13 01:31:58.980 INFO kablam! Oct 13 01:31:58.980 INFO kablam! warning: cannot find type `widgets` in this scope Oct 13 01:31:58.980 INFO kablam! --> src/main.rs:49:10 Oct 13 01:31:58.980 INFO kablam! | Oct 13 01:31:58.980 INFO kablam! 49 | #[derive(Insertable)] Oct 13 01:31:58.980 INFO kablam! | ^^^^^^^^^^ names from parent modules are not accessible without an explicit import Oct 13 01:31:58.980 INFO kablam! | Oct 13 01:31:58.980 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 13 01:31:58.980 INFO kablam! = note: for more information, see issue #50504 Oct 13 01:31:58.980 INFO kablam! Oct 13 01:31:58.980 INFO kablam! warning: cannot find type `NewWidget` in this scope Oct 13 01:31:58.980 INFO kablam! --> src/main.rs:49:10 Oct 13 01:31:58.980 INFO kablam! | Oct 13 01:31:58.980 INFO kablam! 49 | #[derive(Insertable)] Oct 13 01:31:58.980 INFO kablam! | ^^^^^^^^^^ names from parent modules are not accessible without an explicit import Oct 13 01:31:58.980 INFO kablam! | Oct 13 01:31:58.980 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 13 01:31:58.980 INFO kablam! = note: for more information, see issue #50504 Oct 13 01:31:58.980 INFO kablam! Oct 13 01:31:59.271 INFO kablam! warning: unused variable: `req` Oct 13 01:31:59.271 INFO kablam! --> src/main.rs:155:10 Oct 13 01:31:59.271 INFO kablam! | Oct 13 01:31:59.271 INFO kablam! 155 | fn index(req: &HttpRequest) -> impl Responder { Oct 13 01:31:59.271 INFO kablam! | ^^^ help: consider using `_req` instead Oct 13 01:31:59.271 INFO kablam! | Oct 13 01:31:59.271 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 13 01:31:59.271 INFO kablam! Oct 13 01:31:59.271 INFO kablam! warning: unused variable: `sys` Oct 13 01:31:59.271 INFO kablam! --> src/main.rs:223:9 Oct 13 01:31:59.271 INFO kablam! | Oct 13 01:31:59.271 INFO kablam! 223 | let sys = actix::System::new("webapp"); Oct 13 01:31:59.271 INFO kablam! | ^^^ help: consider using `_sys` instead Oct 13 01:31:59.271 INFO kablam! Oct 13 01:31:59.271 INFO kablam! warning: unused variable: `msg` Oct 13 01:31:59.271 INFO kablam! --> src/main.rs:129:26 Oct 13 01:31:59.271 INFO kablam! | Oct 13 01:31:59.271 INFO kablam! 129 | fn handle(&mut self, msg: GetWidgets, _: &mut Self::Context) -> Self::Result { Oct 13 01:31:59.271 INFO kablam! | ^^^ help: consider using `_msg` instead Oct 13 01:31:59.271 INFO kablam! Oct 13 01:32:11.076 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 1m 55s Oct 13 01:32:11.095 INFO kablam! su: No module specific data is present Oct 13 01:32:12.789 INFO running `"docker" "rm" "-f" "08b574b24f9053df57d9b06bc12f565b7f4113026a5a8b383183e4509a1bd59a"` Oct 13 01:32:13.111 INFO blam! 08b574b24f9053df57d9b06bc12f565b7f4113026a5a8b383183e4509a1bd59a Oct 13 01:32:13.116 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-5/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-5/rustdoc-test-static-cling-1/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/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 +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen --no-run" "-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 13 01:32:13.655 INFO blam! e0aa48265b62b6c3077f574738e7d5d24376d3a0148576c88573dd879d7ada94 Oct 13 01:32:13.663 INFO running `"docker" "start" "-a" "e0aa48265b62b6c3077f574738e7d5d24376d3a0148576c88573dd879d7ada94"` Oct 13 01:32:14.688 INFO kablam! usermod: no changes Oct 13 01:32:14.947 INFO kablam! Compiling webapp v0.1.0 (/source) Oct 13 01:32:17.047 INFO kablam! warning: unused imports: `FutureResponse`, `Path`, `http::ContentEncoding`, `middleware` Oct 13 01:32:17.047 INFO kablam! --> src/main.rs:27:30 Oct 13 01:32:17.047 INFO kablam! | Oct 13 01:32:17.048 INFO kablam! 27 | use actix_web::{error, http, middleware, server, App, Responder, HttpRequest, HttpResponse, AsyncResponder, FutureResponse, Path, State, http::ContentEncoding, Form, Result}; Oct 13 01:32:17.048 INFO kablam! | ^^^^^^^^^^ ^^^^^^^^^^^^^^ ^^^^ ^^^^^^^^^^^^^^^^^^^^^ Oct 13 01:32:17.048 INFO kablam! | Oct 13 01:32:17.048 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 13 01:32:17.048 INFO kablam! Oct 13 01:32:17.048 INFO kablam! warning: cannot find type `table` in this scope Oct 13 01:32:17.048 INFO kablam! --> <::diesel::macros::table_body macros>:165:33 Oct 13 01:32:17.048 INFO kablam! | Oct 13 01:32:17.048 INFO kablam! 165 | derive ( Debug , Clone , Copy , QueryId ) ] /// The actual table struct Oct 13 01:32:17.048 INFO kablam! | ^^^^^^^ names from parent modules are not accessible without an explicit import Oct 13 01:32:17.048 INFO kablam! | Oct 13 01:32:17.048 INFO kablam! = note: #[warn(proc_macro_derive_resolution_fallback)] on by default Oct 13 01:32:17.048 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 13 01:32:17.048 INFO kablam! = note: for more information, see issue #50504 Oct 13 01:32:17.048 INFO kablam! Oct 13 01:32:17.048 INFO kablam! warning: cannot find type `table` in this scope Oct 13 01:32:17.048 INFO kablam! --> <::diesel::macros::table_body macros>:165:33 Oct 13 01:32:17.048 INFO kablam! | Oct 13 01:32:17.048 INFO kablam! 165 | derive ( Debug , Clone , Copy , QueryId ) ] /// The actual table struct Oct 13 01:32:17.048 INFO kablam! | ^^^^^^^ names from parent modules are not accessible without an explicit import Oct 13 01:32:17.048 INFO kablam! | Oct 13 01:32:17.048 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 13 01:32:17.048 INFO kablam! = note: for more information, see issue #50504 Oct 13 01:32:17.048 INFO kablam! Oct 13 01:32:17.048 INFO kablam! warning: cannot find type `name` in this scope Oct 13 01:32:17.048 INFO kablam! --> <::diesel::macros::__diesel_column macros>:5:33 Oct 13 01:32:17.048 INFO kablam! | Oct 13 01:32:17.048 INFO kablam! 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Oct 13 01:32:17.048 INFO kablam! | ^^^^^^^ names from parent modules are not accessible without an explicit import Oct 13 01:32:17.048 INFO kablam! | Oct 13 01:32:17.048 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 13 01:32:17.048 INFO kablam! = note: for more information, see issue #50504 Oct 13 01:32:17.048 INFO kablam! Oct 13 01:32:17.048 INFO kablam! warning: cannot find type `Widget` in this scope Oct 13 01:32:17.048 INFO kablam! --> src/main.rs:44:10 Oct 13 01:32:17.048 INFO kablam! | Oct 13 01:32:17.048 INFO kablam! 44 | #[derive(Queryable)] Oct 13 01:32:17.048 INFO kablam! | ^^^^^^^^^ names from parent modules are not accessible without an explicit import Oct 13 01:32:17.048 INFO kablam! | Oct 13 01:32:17.048 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 13 01:32:17.048 INFO kablam! = note: for more information, see issue #50504 Oct 13 01:32:17.048 INFO kablam! Oct 13 01:32:17.048 INFO kablam! warning: cannot find type `widgets` in this scope Oct 13 01:32:17.048 INFO kablam! --> src/main.rs:49:10 Oct 13 01:32:17.048 INFO kablam! | Oct 13 01:32:17.048 INFO kablam! 49 | #[derive(Insertable)] Oct 13 01:32:17.048 INFO kablam! | ^^^^^^^^^^ names from parent modules are not accessible without an explicit import Oct 13 01:32:17.048 INFO kablam! | Oct 13 01:32:17.048 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 13 01:32:17.048 INFO kablam! = note: for more information, see issue #50504 Oct 13 01:32:17.048 INFO kablam! Oct 13 01:32:17.048 INFO kablam! warning: cannot find type `NewWidget` in this scope Oct 13 01:32:17.048 INFO kablam! --> src/main.rs:49:10 Oct 13 01:32:17.048 INFO kablam! | Oct 13 01:32:17.048 INFO kablam! 49 | #[derive(Insertable)] Oct 13 01:32:17.048 INFO kablam! | ^^^^^^^^^^ names from parent modules are not accessible without an explicit import Oct 13 01:32:17.048 INFO kablam! | Oct 13 01:32:17.048 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 13 01:32:17.048 INFO kablam! = note: for more information, see issue #50504 Oct 13 01:32:17.048 INFO kablam! Oct 13 01:32:17.363 INFO kablam! warning: unused variable: `req` Oct 13 01:32:17.363 INFO kablam! --> src/main.rs:155:10 Oct 13 01:32:17.363 INFO kablam! | Oct 13 01:32:17.363 INFO kablam! 155 | fn index(req: &HttpRequest) -> impl Responder { Oct 13 01:32:17.363 INFO kablam! | ^^^ help: consider using `_req` instead Oct 13 01:32:17.363 INFO kablam! | Oct 13 01:32:17.363 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 13 01:32:17.363 INFO kablam! Oct 13 01:32:17.363 INFO kablam! warning: unused variable: `sys` Oct 13 01:32:17.363 INFO kablam! --> src/main.rs:223:9 Oct 13 01:32:17.363 INFO kablam! | Oct 13 01:32:17.363 INFO kablam! 223 | let sys = actix::System::new("webapp"); Oct 13 01:32:17.363 INFO kablam! | ^^^ help: consider using `_sys` instead Oct 13 01:32:17.363 INFO kablam! Oct 13 01:32:17.363 INFO kablam! warning: unused variable: `msg` Oct 13 01:32:17.363 INFO kablam! --> src/main.rs:129:26 Oct 13 01:32:17.363 INFO kablam! | Oct 13 01:32:17.363 INFO kablam! 129 | fn handle(&mut self, msg: GetWidgets, _: &mut Self::Context) -> Self::Result { Oct 13 01:32:17.363 INFO kablam! | ^^^ help: consider using `_msg` instead Oct 13 01:32:17.363 INFO kablam! Oct 13 01:32:17.925 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 3.22s Oct 13 01:32:17.940 INFO kablam! su: No module specific data is present Oct 13 01:32:18.548 INFO running `"docker" "rm" "-f" "e0aa48265b62b6c3077f574738e7d5d24376d3a0148576c88573dd879d7ada94"` Oct 13 01:32:18.783 INFO blam! e0aa48265b62b6c3077f574738e7d5d24376d3a0148576c88573dd879d7ada94 Oct 13 01:32:18.792 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-5/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-5/rustdoc-test-static-cling-1/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/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 +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen" "-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 13 01:32:18.997 INFO blam! fca266d5e324c18306a284019453b4efd442c93c781134492f3283d4227b0917 Oct 13 01:32:19.003 INFO running `"docker" "start" "-a" "fca266d5e324c18306a284019453b4efd442c93c781134492f3283d4227b0917"` Oct 13 01:32:19.530 INFO kablam! usermod: no changes Oct 13 01:32:19.738 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.19s Oct 13 01:32:19.750 INFO kablam! Running /target/debug/deps/webapp-45ba18778239850d Oct 13 01:32:19.751 INFO blam! Oct 13 01:32:19.751 INFO blam! running 0 tests Oct 13 01:32:19.751 INFO blam! Oct 13 01:32:19.751 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 13 01:32:19.751 INFO blam! Oct 13 01:32:19.753 INFO kablam! su: No module specific data is present Oct 13 01:32:20.047 INFO running `"docker" "rm" "-f" "fca266d5e324c18306a284019453b4efd442c93c781134492f3283d4227b0917"` Oct 13 01:32:20.270 INFO blam! fca266d5e324c18306a284019453b4efd442c93c781134492f3283d4227b0917