[INFO] updating cached repository https://github.com/ndarilek/web-rs [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] c2917fb70eff31f67c743555fe04027b31809f19 [INFO] checking ndarilek/web-rs against master#c9edc02e8320a9e5799d185910ece7d491f524e6 for pr-64398 [INFO] running `"git" "clone" "work/cache/git-repos/https%3A%2F%2Fgithub.com%2Fndarilek%2Fweb-rs" "work/builds/worker-3/source"` [INFO] [stderr] Cloning into 'work/builds/worker-3/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/ndarilek/web-rs on toolchain c9edc02e8320a9e5799d185910ece7d491f524e6-alt [INFO] running `"/mnt/big/crater/work/cargo-home/bin/cargo" "+c9edc02e8320a9e5799d185910ece7d491f524e6-alt" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started tweaking git repo https://github.com/ndarilek/web-rs [INFO] finished tweaking git repo https://github.com/ndarilek/web-rs [INFO] tweaked toml for git repo https://github.com/ndarilek/web-rs written to work/builds/worker-3/source/Cargo.toml [INFO] crate git repo https://github.com/ndarilek/web-rs already has a lockfile, it will not be regenerated [INFO] running `"/mnt/big/crater/work/cargo-home/bin/cargo" "+c9edc02e8320a9e5799d185910ece7d491f524e6-alt" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/builds/worker-3/target:/opt/rustwide/target:rw,Z" "-v" "/mnt/big/crater/work/builds/worker-3/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" "+c9edc02e8320a9e5799d185910ece7d491f524e6-alt" "check" "--frozen" "--all" "--all-targets"` [INFO] [stdout] 46ed70445b1a5b810f174aed076bff2ca223de3ea5cbd07b1c1e507ffaf44404 [INFO] running `"docker" "start" "-a" "46ed70445b1a5b810f174aed076bff2ca223de3ea5cbd07b1c1e507ffaf44404"` [INFO] [stderr] Compiling serde v1.0.64 [INFO] [stderr] Checking listenfd v0.3.3 [INFO] [stderr] Compiling proc-macro2 v0.4.4 [INFO] [stderr] Compiling juniper_codegen v0.9.2 [INFO] [stderr] Checking h2 v0.1.9 [INFO] [stderr] Checking tokio-threadpool v0.1.3 [INFO] [stderr] Checking failure v0.1.1 [INFO] [stderr] Checking stderrlog v0.4.0 [INFO] [stderr] Compiling quote v0.6.3 [INFO] [stderr] Compiling syn v0.14.1 [INFO] [stderr] Checking tokio-fs v0.1.0 [INFO] [stderr] Checking tokio v0.1.6 [INFO] [stderr] Checking tokio-core v0.1.17 [INFO] [stderr] Checking trust-dns-proto v0.3.3 [INFO] [stderr] Checking tokio-signal v0.1.5 [INFO] [stderr] Compiling serde_derive v1.0.64 [INFO] [stderr] Checking trust-dns-resolver v0.8.2 [INFO] [stderr] Compiling serde_json v1.0.19 [INFO] [stderr] Compiling semver v0.9.0 [INFO] [stderr] Checking serde_urlencoded v0.5.2 [INFO] [stderr] Checking ordermap v0.2.13 [INFO] [stderr] Compiling cargo_metadata v0.5.5 [INFO] [stderr] Checking juniper v0.9.2 [INFO] [stderr] Compiling skeptic v0.13.3 [INFO] [stderr] Compiling actix v0.5.7 [INFO] [stderr] Checking actix-web v0.6.10 [INFO] [stderr] Checking web-rs v0.1.0 (/opt/rustwide/workdir) [INFO] [stderr] warning: unused `#[macro_use]` import [INFO] [stderr] --> src/main.rs:3:1 [INFO] [stderr] | [INFO] [stderr] 3 | #[macro_use] [INFO] [stderr] | ^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unused_imports)]` on by default [INFO] [stderr] [INFO] [stderr] warning: unused `#[macro_use]` import [INFO] [stderr] --> src/main.rs:7:1 [INFO] [stderr] | [INFO] [stderr] 7 | #[macro_use] [INFO] [stderr] | ^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error[E0277]: `actix_web::application::HttpApplication` is not an iterator [INFO] [stderr] --> src/main.rs:46:22 [INFO] [stderr] | [INFO] [stderr] 46 | let mut server = server::new(|| app); [INFO] [stderr] | ^^^^^^^^^^^ `actix_web::application::HttpApplication` is not an iterator [INFO] [stderr] | [INFO] [stderr] = help: the trait `std::iter::Iterator` is not implemented for `actix_web::application::HttpApplication` [INFO] [stderr] warning: unused `#[macro_use]` import [INFO] [stderr] --> src/main.rs:3:1 [INFO] [stderr] | [INFO] [stderr] 3 | #[macro_use] [INFO] [stderr] | ^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unused_imports)]` on by default [INFO] [stderr] [INFO] [stderr] warning: unused `#[macro_use]` import [INFO] [stderr] --> src/main.rs:7:1 [INFO] [stderr] | [INFO] [stderr] 7 | #[macro_use] [INFO] [stderr] | ^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] = note: required because of the requirements on the impl of `std::iter::IntoIterator` for `actix_web::application::HttpApplication` [INFO] [stderr] = note: required by `actix_web::server::new` [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 `web-rs`. [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] error[E0277]: `actix_web::application::HttpApplication` is not an iterator [INFO] [stderr] --> src/main.rs:46:22 [INFO] [stderr] | [INFO] [stderr] 46 | let mut server = server::new(|| app); [INFO] [stderr] | ^^^^^^^^^^^ `actix_web::application::HttpApplication` is not an iterator [INFO] [stderr] | [INFO] [stderr] = help: the trait `std::iter::Iterator` is not implemented for `actix_web::application::HttpApplication` [INFO] [stderr] = note: required because of the requirements on the impl of `std::iter::IntoIterator` for `actix_web::application::HttpApplication` [INFO] [stderr] = note: required by `actix_web::server::new` [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 `web-rs`. [INFO] [stderr] [INFO] [stderr] To learn more, run the command again with --verbose. [INFO] running `"docker" "inspect" "46ed70445b1a5b810f174aed076bff2ca223de3ea5cbd07b1c1e507ffaf44404"` [INFO] running `"docker" "rm" "-f" "46ed70445b1a5b810f174aed076bff2ca223de3ea5cbd07b1c1e507ffaf44404"` [INFO] [stdout] 46ed70445b1a5b810f174aed076bff2ca223de3ea5cbd07b1c1e507ffaf44404