Oct 12 18:34:58.174 INFO testing wunki/statman against master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513 for rustdoc-test-static-cling-1 Oct 12 18:34:58.175 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-6/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-6/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 12 18:34:58.411 INFO blam! 844756c9c646d205888d272c6f305eec6d45373a7d5b05d5c29b4969580524dc Oct 12 18:34:58.416 INFO running `"docker" "start" "-a" "844756c9c646d205888d272c6f305eec6d45373a7d5b05d5c29b4969580524dc"` Oct 12 18:34:58.864 INFO kablam! usermod: no changes Oct 12 18:34:59.328 INFO kablam! Compiling serde v1.0.67 Oct 12 18:34:59.339 INFO kablam! Compiling httparse v1.3.1 Oct 12 18:34:59.346 INFO kablam! Compiling atty v0.2.10 Oct 12 18:34:59.348 INFO kablam! Compiling log v0.4.2 Oct 12 18:34:59.353 INFO kablam! Compiling uuid v0.6.5 Oct 12 18:34:59.355 INFO kablam! Compiling crossbeam-epoch v0.6.0 Oct 12 18:34:59.358 INFO kablam! Compiling rand v0.5.5 Oct 12 18:34:59.364 INFO kablam! Compiling lock_api v0.1.4 Oct 12 18:35:01.771 INFO kablam! Compiling http v0.1.13 Oct 12 18:35:02.319 INFO kablam! Compiling tokio-io v0.1.7 Oct 12 18:35:02.337 INFO kablam! Compiling mio v0.6.14 Oct 12 18:35:02.367 INFO kablam! Compiling syn v0.14.2 Oct 12 18:35:02.480 INFO kablam! Compiling tokio-threadpool v0.1.4 Oct 12 18:35:02.891 INFO kablam! Compiling env_logger v0.5.10 Oct 12 18:35:10.843 INFO kablam! Compiling tokio-codec v0.1.0 Oct 12 18:35:10.844 INFO kablam! Compiling tokio-reactor v0.1.2 Oct 12 18:35:10.844 INFO kablam! Compiling mio-uds v0.6.6 Oct 12 18:35:10.999 INFO kablam! Compiling tokio-fs v0.1.1 Oct 12 18:35:12.031 INFO kablam! Compiling parking_lot_core v0.3.1 Oct 12 18:35:12.207 INFO kablam! Compiling mime_guess v2.0.0-alpha.5 Oct 12 18:35:15.567 INFO kablam! Compiling parking_lot v0.6.4 Oct 12 18:35:16.439 INFO kablam! Compiling tokio-udp v0.1.1 Oct 12 18:35:16.439 INFO kablam! Compiling tokio-tcp v0.1.0 Oct 12 18:35:16.439 INFO kablam! Compiling tokio-signal v0.2.5 Oct 12 18:35:19.580 INFO kablam! Compiling crossbeam-channel v0.2.6 Oct 12 18:35:20.285 INFO kablam! Compiling tokio v0.1.7 Oct 12 18:35:34.367 INFO kablam! Compiling trust-dns-proto v0.4.0 Oct 12 18:35:34.692 INFO kablam! Compiling h2 v0.1.10 Oct 12 18:35:35.047 INFO kablam! Compiling actix_derive v0.3.0 Oct 12 18:35:52.243 INFO kablam! Compiling trust-dns-resolver v0.9.1 Oct 12 18:35:57.246 INFO kablam! Compiling serde_json v1.0.22 Oct 12 18:36:05.000 INFO kablam! Compiling actix v0.7.4 Oct 12 18:36:11.952 INFO kablam! Compiling actix-web v0.7.2 Oct 12 18:36:33.639 INFO kablam! Compiling statman v0.1.0 (/source) Oct 12 18:36:34.467 INFO kablam! error[E0053]: method `handle` has an incompatible type for trait Oct 12 18:36:34.467 INFO kablam! --> src/handler.rs:24:5 Oct 12 18:36:34.467 INFO kablam! | Oct 12 18:36:34.467 INFO kablam! 24 | fn handle(&mut self, req: HttpRequest) -> Self::Result { Oct 12 18:36:34.467 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ types differ in mutability Oct 12 18:36:34.467 INFO kablam! | Oct 12 18:36:34.467 INFO kablam! = note: expected type `fn(&handler::StatmanHandler, &actix_web::HttpRequest) -> std::result::Result` Oct 12 18:36:34.467 INFO kablam! found type `fn(&mut handler::StatmanHandler, actix_web::HttpRequest) -> std::result::Result` Oct 12 18:36:34.467 INFO kablam! Oct 12 18:36:34.467 INFO kablam! error: aborting due to previous error Oct 12 18:36:34.467 INFO kablam! Oct 12 18:36:34.467 INFO kablam! For more information about this error, try `rustc --explain E0053`. Oct 12 18:36:34.477 INFO kablam! error: Could not compile `statman`. Oct 12 18:36:34.477 INFO kablam! Oct 12 18:36:34.477 INFO kablam! To learn more, run the command again with --verbose. Oct 12 18:36:34.483 INFO kablam! su: No module specific data is present Oct 12 18:36:35.315 INFO running `"docker" "rm" "-f" "844756c9c646d205888d272c6f305eec6d45373a7d5b05d5c29b4969580524dc"` Oct 12 18:36:35.559 INFO blam! 844756c9c646d205888d272c6f305eec6d45373a7d5b05d5c29b4969580524dc