[INFO] updating cached repository https://github.com/AlexanderThaller/actix_web_middleware_dumper_example [INFO] running `"git" "-c" "credential.helper=" "-c" "credential.helper=/mnt/big/crater/work/cargo-home/bin/git-credential-null" "-c" "remote.origin.fetch=refs/heads/*:refs/heads/*" "fetch" "origin" "--force" "--prune"` [INFO] running `"git" "rev-parse" "HEAD"` [INFO] [stdout] bf0866d7a94c29d73935ac88b93b2fd6316d5d26 [INFO] checking AlexanderThaller/actix_web_middleware_dumper_example against master#9b9d2aff8de4d499b4ba7ca406e000f8d3754ea7 for pr-64564 [INFO] running `"git" "clone" "work/cache/git-repos/https%3A%2F%2Fgithub.com%2FAlexanderThaller%2Factix_web_middleware_dumper_example" "work/builds/worker-5/source"` [INFO] [stderr] Cloning into 'work/builds/worker-5/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/AlexanderThaller/actix_web_middleware_dumper_example on toolchain 9b9d2aff8de4d499b4ba7ca406e000f8d3754ea7-alt [INFO] running `"/mnt/big/crater/work/cargo-home/bin/cargo" "+9b9d2aff8de4d499b4ba7ca406e000f8d3754ea7-alt" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started tweaking git repo https://github.com/AlexanderThaller/actix_web_middleware_dumper_example [INFO] finished tweaking git repo https://github.com/AlexanderThaller/actix_web_middleware_dumper_example [INFO] tweaked toml for git repo https://github.com/AlexanderThaller/actix_web_middleware_dumper_example written to work/builds/worker-5/source/Cargo.toml [INFO] crate git repo https://github.com/AlexanderThaller/actix_web_middleware_dumper_example already has a lockfile, it will not be regenerated [INFO] running `"/mnt/big/crater/work/cargo-home/bin/cargo" "+9b9d2aff8de4d499b4ba7ca406e000f8d3754ea7-alt" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/builds/worker-5/target:/opt/rustwide/target:rw,Z" "-v" "/mnt/big/crater/work/builds/worker-5/source:/opt/rustwide/workdir:ro,Z" "-v" "/mnt/big/crater/work/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/mnt/big/crater/work/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "MAP_USER_ID=1000" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--network" "none" "rustops/crates-build-env" "/opt/rustwide/cargo-home/bin/cargo" "+9b9d2aff8de4d499b4ba7ca406e000f8d3754ea7-alt" "check" "--frozen" "--all" "--all-targets"` [INFO] [stdout] b5fc5178b6b4dec5d684ea376ce360b293d0d8f99fb6d3fb4b28457f0b3db740 [INFO] running `"docker" "start" "-a" "b5fc5178b6b4dec5d684ea376ce360b293d0d8f99fb6d3fb4b28457f0b3db740"` [INFO] [stderr] Compiling serde v1.0.79 [INFO] [stderr] Compiling ring v0.13.2 [INFO] [stderr] Compiling actix-web v0.7.11 [INFO] [stderr] Checking uuid v0.6.5 [INFO] [stderr] Compiling syn v0.15.9 [INFO] [stderr] Checking mime v0.3.9 [INFO] [stderr] Checking actix v0.7.4 [INFO] [stderr] Checking mime_guess v2.0.0-alpha.6 [INFO] [stderr] Checking actix-net v0.1.0 [INFO] [stderr] Checking cookie v0.11.0 [INFO] [stderr] Compiling serde_derive v1.0.79 [INFO] [stderr] Checking serde_urlencoded v0.5.3 [INFO] [stderr] Checking serde_json v1.0.32 [INFO] [stderr] Checking actix_web_middleware_dumper_example v0.1.0 (/opt/rustwide/workdir) [INFO] [stderr] error[E0277]: the trait bound `std::option::Option: std::convert::From` is not satisfied [INFO] [stderr] --> src/main.rs:63:43 [INFO] [stderr] | [INFO] [stderr] 63 | Ok(HttpResponse::Ok().into()) [INFO] [stderr] | ^^^^ the trait `std::convert::From` is not implemented for `std::option::Option` [INFO] [stderr] | [INFO] [stderr] = help: the following implementations were found: [INFO] [stderr] as std::convert::From<&'a std::option::Option>> [INFO] [stderr] as std::convert::From<&'a mut std::option::Option>> [INFO] [stderr] as std::convert::From> [INFO] [stderr] = note: required because of the requirements on the impl of `std::convert::Into>` for `actix_web::dev::HttpResponseBuilder` [INFO] [stderr] [INFO] [stderr] error: aborting due to previous error [INFO] [stderr] [INFO] [stderr] For more information about this error, try `rustc --explain E0277`. [INFO] [stderr] error[E0277]: the trait bound `std::option::Option: std::convert::From` is not satisfied [INFO] [stderr] --> src/main.rs:63:43 [INFO] [stderr] | [INFO] [stderr] 63 | Ok(HttpResponse::Ok().into()) [INFO] [stderr] | ^^^^ the trait `std::convert::From` is not implemented for `std::option::Option` [INFO] [stderr] | [INFO] [stderr] = help: the following implementations were found: [INFO] [stderr] as std::convert::From<&'a std::option::Option>> [INFO] [stderr] as std::convert::From<&'a mut std::option::Option>> [INFO] [stderr] as std::convert::From> [INFO] [stderr] = note: required because of the requirements on the impl of `std::convert::Into>` for `actix_web::dev::HttpResponseBuilder` [INFO] [stderr] [INFO] [stderr] error: aborting due to previous error [INFO] [stderr] [INFO] [stderr] For more information about this error, try `rustc --explain E0277`. [INFO] [stderr] error: could not compile `actix_web_middleware_dumper_example`. [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] error: could not compile `actix_web_middleware_dumper_example`. [INFO] [stderr] [INFO] [stderr] To learn more, run the command again with --verbose. [INFO] running `"docker" "inspect" "b5fc5178b6b4dec5d684ea376ce360b293d0d8f99fb6d3fb4b28457f0b3db740"` [INFO] running `"docker" "rm" "-f" "b5fc5178b6b4dec5d684ea376ce360b293d0d8f99fb6d3fb4b28457f0b3db740"` [INFO] [stdout] b5fc5178b6b4dec5d684ea376ce360b293d0d8f99fb6d3fb4b28457f0b3db740