Nov 09 21:01:23.855 INFO checking AlexanderThaller/actix_web_middleware_dumper_example against master#653da4fd006c97625247acd7e076d0782cdc149b for pr-55632 Nov 09 21:01:23.855 INFO running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/pr-55632/worker-4/master#653da4fd006c97625247acd7e076d0782cdc149b:/target:rw,Z" "-v" "/mnt/big/crater/work/local/test-source/worker-4/pr-55632/master#653da4fd006c97625247acd7e076d0782cdc149b:/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 +653da4fd006c97625247acd7e076d0782cdc149b-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 09 21:01:24.294 INFO blam! d66a9c0c276b82753d2f8432cab8d4a834f2f19062f1495dc5740a24dd6c47f4 Nov 09 21:01:24.296 INFO running `"docker" "start" "-a" "d66a9c0c276b82753d2f8432cab8d4a834f2f19062f1495dc5740a24dd6c47f4"` Nov 09 21:01:26.274 INFO kablam! usermod: no changes Nov 09 21:01:26.779 INFO kablam! Compiling actix-web v0.7.11 Nov 09 21:01:26.803 INFO kablam! Checking tokio-io v0.1.9 Nov 09 21:01:26.805 INFO kablam! Compiling serde_derive v1.0.79 Nov 09 21:01:26.805 INFO kablam! Checking tokio-threadpool v0.1.7 Nov 09 21:01:31.343 INFO kablam! Checking tokio-codec v0.1.1 Nov 09 21:01:31.343 INFO kablam! Checking tokio-reactor v0.1.6 Nov 09 21:01:31.343 INFO kablam! Checking h2 v0.1.12 Nov 09 21:01:31.815 INFO kablam! Checking tokio-fs v0.1.3 Nov 09 21:01:38.873 INFO kablam! Checking tokio-tcp v0.1.2 Nov 09 21:01:38.873 INFO kablam! Checking tokio-udp v0.1.2 Nov 09 21:01:38.874 INFO kablam! Checking tokio-uds v0.2.2 Nov 09 21:01:38.874 INFO kablam! Checking tokio-signal v0.2.5 Nov 09 21:01:45.619 INFO kablam! Checking trust-dns-proto v0.4.3 Nov 09 21:01:45.619 INFO kablam! Checking trust-dns-proto v0.5.0-alpha.3 Nov 09 21:01:46.494 INFO kablam! Checking tokio v0.1.11 Nov 09 21:01:57.089 INFO kablam! Checking trust-dns-resolver v0.9.1 Nov 09 21:01:59.079 INFO kablam! Checking trust-dns-resolver v0.10.0-alpha.3 Nov 09 21:02:04.419 INFO kablam! Checking actix v0.7.4 Nov 09 21:02:10.187 INFO kablam! Checking actix-net v0.1.0 Nov 09 21:02:30.954 INFO kablam! Checking actix_web_middleware_dumper_example v0.1.0 (/source) Nov 09 21:02:40.303 INFO kablam! error[E0277]: the trait bound `std::option::Option: std::convert::From` is not satisfied Nov 09 21:02:40.303 INFO kablam! --> src/main.rs:63:43 Nov 09 21:02:40.303 INFO kablam! | Nov 09 21:02:40.304 INFO kablam! 63 | Ok(HttpResponse::Ok().into()) Nov 09 21:02:40.304 INFO kablam! | ^^^^ the trait `std::convert::From` is not implemented for `std::option::Option` Nov 09 21:02:40.304 INFO kablam! | Nov 09 21:02:40.304 INFO kablam! = help: the following implementations were found: Nov 09 21:02:40.305 INFO kablam! as std::convert::From<&'a std::option::Option>> Nov 09 21:02:40.305 INFO kablam! as std::convert::From<&'a mut std::option::Option>> Nov 09 21:02:40.305 INFO kablam! as std::convert::From> Nov 09 21:02:40.306 INFO kablam! = note: required because of the requirements on the impl of `std::convert::Into>` for `actix_web::dev::HttpResponseBuilder` Nov 09 21:02:40.306 INFO kablam! Nov 09 21:02:40.313 INFO kablam! error: aborting due to previous error Nov 09 21:02:40.314 INFO kablam! Nov 09 21:02:40.314 INFO kablam! For more information about this error, try `rustc --explain E0277`. Nov 09 21:02:40.331 INFO kablam! error: Could not compile `actix_web_middleware_dumper_example`. Nov 09 21:02:40.331 INFO kablam! warning: build failed, waiting for other jobs to finish... Nov 09 21:02:41.367 INFO kablam! error[E0277]: the trait bound `std::option::Option: std::convert::From` is not satisfied Nov 09 21:02:41.367 INFO kablam! --> src/main.rs:63:43 Nov 09 21:02:41.367 INFO kablam! | Nov 09 21:02:41.367 INFO kablam! 63 | Ok(HttpResponse::Ok().into()) Nov 09 21:02:41.367 INFO kablam! | ^^^^ the trait `std::convert::From` is not implemented for `std::option::Option` Nov 09 21:02:41.367 INFO kablam! | Nov 09 21:02:41.367 INFO kablam! = help: the following implementations were found: Nov 09 21:02:41.367 INFO kablam! as std::convert::From<&'a std::option::Option>> Nov 09 21:02:41.367 INFO kablam! as std::convert::From<&'a mut std::option::Option>> Nov 09 21:02:41.367 INFO kablam! as std::convert::From> Nov 09 21:02:41.367 INFO kablam! = note: required because of the requirements on the impl of `std::convert::Into>` for `actix_web::dev::HttpResponseBuilder` Nov 09 21:02:41.367 INFO kablam! Nov 09 21:02:41.380 INFO kablam! error: aborting due to previous error Nov 09 21:02:41.380 INFO kablam! Nov 09 21:02:41.380 INFO kablam! For more information about this error, try `rustc --explain E0277`. Nov 09 21:02:41.402 INFO kablam! error: Could not compile `actix_web_middleware_dumper_example`. Nov 09 21:02:41.402 INFO kablam! Nov 09 21:02:41.402 INFO kablam! To learn more, run the command again with --verbose. Nov 09 21:02:41.403 INFO kablam! su: No module specific data is present Nov 09 21:02:42.015 INFO running `"docker" "rm" "-f" "d66a9c0c276b82753d2f8432cab8d4a834f2f19062f1495dc5740a24dd6c47f4"` Nov 09 21:02:42.307 INFO blam! d66a9c0c276b82753d2f8432cab8d4a834f2f19062f1495dc5740a24dd6c47f4