Oct 10 12:10:39.235 INFO testing wunki/statman against master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513 for rustdoc-test-static-cling Oct 10 12:10:39.236 INFO running: cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt build --frozen Oct 10 12:10:39.237 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/test-source/worker-3/rustdoc-test-static-cling/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-3/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,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" "CMD=cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt build --frozen" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "1536M" "--network" "none" "crater"` Oct 10 12:10:39.714 INFO blam! a94e15bae3940a0bdaa47655086a1d0c8058dbdef798e253a8cd662901146f71 Oct 10 12:10:39.716 INFO running `"docker" "start" "-a" "a94e15bae3940a0bdaa47655086a1d0c8058dbdef798e253a8cd662901146f71"` Oct 10 12:10:40.874 INFO kablam! usermod: no changes Oct 10 12:10:41.386 INFO kablam! Compiling serde v1.0.67 Oct 10 12:10:41.404 INFO kablam! Compiling actix-web v0.7.2 Oct 10 12:10:41.405 INFO kablam! Compiling ring v0.13.2 Oct 10 12:10:41.405 INFO kablam! Compiling log v0.4.2 Oct 10 12:10:41.417 INFO kablam! Compiling socket2 v0.3.7 Oct 10 12:10:41.433 INFO kablam! Compiling crossbeam-epoch v0.6.0 Oct 10 12:10:41.449 INFO kablam! Compiling rand v0.5.5 Oct 10 12:10:41.450 INFO kablam! Compiling lock_api v0.1.4 Oct 10 12:10:43.292 INFO kablam! Compiling http v0.1.13 Oct 10 12:10:44.024 INFO kablam! Compiling url v1.7.0 Oct 10 12:10:44.109 INFO kablam! Compiling regex v1.0.1 Oct 10 12:10:46.768 INFO kablam! Compiling syn v0.14.2 Oct 10 12:10:46.780 INFO kablam! Compiling mime v0.3.7 Oct 10 12:10:46.839 INFO kablam! Compiling backtrace v0.3.9 Oct 10 12:10:50.776 INFO kablam! Compiling backtrace v0.2.3 Oct 10 12:10:50.876 INFO kablam! Compiling tokio-io v0.1.7 Oct 10 12:10:51.034 INFO kablam! Compiling mio v0.6.14 Oct 10 12:10:51.080 INFO kablam! Compiling tokio-threadpool v0.1.4 Oct 10 12:11:00.988 INFO kablam! Compiling parking_lot_core v0.3.1 Oct 10 12:11:01.009 INFO kablam! Compiling error-chain v0.1.12 Oct 10 12:11:01.022 INFO kablam! Compiling tokio-codec v0.1.0 Oct 10 12:11:01.073 INFO kablam! Compiling tokio-reactor v0.1.2 Oct 10 12:11:01.307 INFO kablam! Compiling mio-uds v0.6.6 Oct 10 12:11:05.755 INFO kablam! Compiling tokio-fs v0.1.1 Oct 10 12:11:07.300 INFO kablam! Compiling failure v0.1.1 Oct 10 12:11:07.532 INFO kablam! Compiling env_logger v0.5.10 Oct 10 12:11:07.532 INFO kablam! Compiling h2 v0.1.10 Oct 10 12:11:07.540 INFO kablam! Compiling parking_lot v0.6.4 Oct 10 12:11:07.861 INFO kablam! Compiling tokio-udp v0.1.1 Oct 10 12:11:09.524 INFO kablam! Compiling tokio-tcp v0.1.0 Oct 10 12:11:11.398 INFO kablam! Compiling tokio-signal v0.2.5 Oct 10 12:11:11.508 INFO kablam! Compiling mime_guess v2.0.0-alpha.5 Oct 10 12:11:14.048 INFO kablam! Compiling actix_derive v0.3.0 Oct 10 12:11:14.094 INFO kablam! Compiling tokio v0.1.7 Oct 10 12:11:16.114 INFO kablam! Compiling trust-dns-proto v0.4.0 Oct 10 12:11:16.473 INFO kablam! Compiling crossbeam-channel v0.2.6 Oct 10 12:11:25.236 INFO kablam! Compiling cookie v0.11.0 Oct 10 12:11:31.725 INFO kablam! Compiling trust-dns-resolver v0.9.1 Oct 10 12:11:33.953 INFO kablam! Compiling serde_json v1.0.22 Oct 10 12:11:44.494 INFO kablam! Compiling actix v0.7.4 Oct 10 12:12:14.620 INFO kablam! Compiling statman v0.1.0 (/source) Oct 10 12:12:19.528 INFO kablam! error[E0053]: method `handle` has an incompatible type for trait Oct 10 12:12:19.528 INFO kablam! --> src/handler.rs:24:5 Oct 10 12:12:19.528 INFO kablam! | Oct 10 12:12:19.528 INFO kablam! 24 | fn handle(&mut self, req: HttpRequest) -> Self::Result { Oct 10 12:12:19.528 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ types differ in mutability Oct 10 12:12:19.528 INFO kablam! | Oct 10 12:12:19.528 INFO kablam! = note: expected type `fn(&handler::StatmanHandler, &actix_web::HttpRequest) -> std::result::Result` Oct 10 12:12:19.528 INFO kablam! found type `fn(&mut handler::StatmanHandler, actix_web::HttpRequest) -> std::result::Result` Oct 10 12:12:19.528 INFO kablam! Oct 10 12:12:19.528 INFO kablam! error: aborting due to previous error Oct 10 12:12:19.528 INFO kablam! Oct 10 12:12:19.528 INFO kablam! For more information about this error, try `rustc --explain E0053`. Oct 10 12:12:19.556 INFO kablam! error: Could not compile `statman`. Oct 10 12:12:19.556 INFO kablam! Oct 10 12:12:19.556 INFO kablam! To learn more, run the command again with --verbose. Oct 10 12:12:19.565 INFO kablam! su: No module specific data is present Oct 10 12:12:20.094 INFO running `"docker" "rm" "-f" "a94e15bae3940a0bdaa47655086a1d0c8058dbdef798e253a8cd662901146f71"` Oct 10 12:12:20.352 INFO blam! a94e15bae3940a0bdaa47655086a1d0c8058dbdef798e253a8cd662901146f71