[INFO] cloning repository https://github.com/EduardoStarZ/ntex-test [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/EduardoStarZ/ntex-test" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FEduardoStarZ%2Fntex-test", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FEduardoStarZ%2Fntex-test'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] f569eab62ff4561ae0146abede9319016637ac14 [INFO] checking EduardoStarZ/ntex-test against master#16b569057e4d1591b4bee05f10df34000308dedc for pr-127827 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FEduardoStarZ%2Fntex-test" "/workspace/builds/worker-1-tc1/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-1-tc1/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/EduardoStarZ/ntex-test on toolchain 16b569057e4d1591b4bee05f10df34000308dedc [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+16b569057e4d1591b4bee05f10df34000308dedc" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking git repo https://github.com/EduardoStarZ/ntex-test [INFO] finished tweaking git repo https://github.com/EduardoStarZ/ntex-test [INFO] tweaked toml for git repo https://github.com/EduardoStarZ/ntex-test written to /workspace/builds/worker-1-tc1/source/Cargo.toml [INFO] crate git repo https://github.com/EduardoStarZ/ntex-test already has a lockfile, it will not be regenerated [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+16b569057e4d1591b4bee05f10df34000308dedc" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Downloading crates ... [INFO] [stderr] Downloaded ntex-net v2.0.0 [INFO] [stderr] Downloaded ntex-service v3.0.0 [INFO] [stderr] Downloaded ntex-server v2.0.0 [INFO] [stderr] Downloaded ntex-tls v2.0.0 [INFO] [stderr] Downloaded ntex-util v2.0.1 [INFO] [stderr] Downloaded ntex-io v2.0.0 [INFO] [stderr] Downloaded diesel_derives v2.2.1 [INFO] [stderr] Downloaded ntex v2.0.1 [INFO] [stderr] Downloaded ntex-h2 v1.0.0 [INFO] [stderr] Downloaded ntex-tokio v0.5.0 [INFO] [stderr] Downloaded diesel v2.2.1 [INFO] [stderr] Downloaded dsl_auto_type v0.1.1 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:dff56e7819e73ed36160586b3445e93eb0be776c16704aeeded9c3fb668b2384" "/opt/rustwide/cargo-home/bin/cargo" "+16b569057e4d1591b4bee05f10df34000308dedc" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 254d63757d735b3d9037a6aa7a12065f0ae13e553f8173bb162ed647b40f20da [INFO] running `Command { std: "docker" "start" "-a" "254d63757d735b3d9037a6aa7a12065f0ae13e553f8173bb162ed647b40f20da", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "254d63757d735b3d9037a6aa7a12065f0ae13e553f8173bb162ed647b40f20da", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "254d63757d735b3d9037a6aa7a12065f0ae13e553f8173bb162ed647b40f20da", kill_on_drop: false }` [INFO] [stdout] 254d63757d735b3d9037a6aa7a12065f0ae13e553f8173bb162ed647b40f20da [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:dff56e7819e73ed36160586b3445e93eb0be776c16704aeeded9c3fb668b2384" "/opt/rustwide/cargo-home/bin/cargo" "+16b569057e4d1591b4bee05f10df34000308dedc" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 9c79fdd871b30d2cfd6b4fcc86d0e023e10971231f923e360b75a454527178ce [INFO] running `Command { std: "docker" "start" "-a" "9c79fdd871b30d2cfd6b4fcc86d0e023e10971231f923e360b75a454527178ce", kill_on_drop: false }` [INFO] [stderr] Compiling proc-macro2 v1.0.85 [INFO] [stderr] Compiling serde v1.0.203 [INFO] [stderr] Compiling autocfg v1.3.0 [INFO] [stderr] Checking pin-project-lite v0.2.14 [INFO] [stderr] Compiling crossbeam-utils v0.8.20 [INFO] [stderr] Compiling libc v0.2.155 [INFO] [stderr] Checking futures-core v0.3.30 [INFO] [stderr] Checking bitflags v2.5.0 [INFO] [stderr] Checking parking v2.2.0 [INFO] [stderr] Checking bytes v1.6.0 [INFO] [stderr] Checking log v0.4.21 [INFO] [stderr] Checking itoa v1.0.11 [INFO] [stderr] Checking fxhash v0.2.1 [INFO] [stderr] Checking oneshot v0.1.8 [INFO] [stderr] Checking futures-sink v0.3.30 [INFO] [stderr] Checking futures-timer v3.0.3 [INFO] [stderr] Compiling unicase v2.7.0 [INFO] [stderr] Compiling thiserror v1.0.61 [INFO] [stderr] Checking http v1.1.0 [INFO] [stderr] Compiling ident_case v1.0.1 [INFO] [stderr] Compiling slab v0.4.9 [INFO] [stderr] Compiling fnv v1.0.7 [INFO] [stderr] Checking concurrent-queue v2.5.0 [INFO] [stderr] Compiling strsim v0.11.1 [INFO] [stderr] Compiling quote v1.0.36 [INFO] [stderr] Compiling rustix v0.38.34 [INFO] [stderr] Checking event-listener v5.3.1 [INFO] [stderr] Checking ntex-service v3.0.0 [INFO] [stderr] Checking event-listener-strategy v0.5.2 [INFO] [stderr] Compiling mime_guess v2.0.4 [INFO] [stderr] Compiling syn v2.0.66 [INFO] [stderr] Checking async-channel v2.3.1 [INFO] [stderr] Checking signal-hook-registry v1.4.2 [INFO] [stderr] Checking mio v0.8.11 [INFO] [stderr] Checking socket2 v0.5.7 [INFO] [stderr] Compiling syn v1.0.109 [INFO] [stderr] Compiling minimal-lexical v0.2.1 [INFO] [stderr] Checking tracing-core v0.1.32 [INFO] [stderr] Compiling libm v0.2.8 [INFO] [stderr] Checking percent-encoding v2.3.1 [INFO] [stderr] Checking tokio v1.38.0 [INFO] [stderr] Compiling pkg-config v0.3.30 [INFO] [stderr] Checking regex-syntax v0.8.4 [INFO] [stderr] Checking linux-raw-sys v0.4.14 [INFO] [stderr] Compiling memchr v2.7.4 [INFO] [stderr] Compiling num-traits v0.2.19 [INFO] [stderr] Checking tracing v0.1.40 [INFO] [stderr] Compiling either v1.12.0 [INFO] [stderr] Compiling serde_json v1.0.117 [INFO] [stderr] Checking ryu v1.0.18 [INFO] [stderr] Compiling nom v7.1.3 [INFO] [stderr] Compiling mime v0.3.17 [INFO] [stderr] Compiling libsqlite3-sys v0.28.0 [INFO] [stderr] Compiling heck v0.5.0 [INFO] [stderr] Compiling httparse v1.9.3 [INFO] [stderr] Checking regex-automata v0.4.7 [INFO] [stderr] Checking signal-hook v0.3.17 [INFO] [stderr] Checking form_urlencoded v1.2.1 [INFO] [stderr] Checking async-broadcast v0.7.1 [INFO] [stderr] Checking nanorand v0.7.0 [INFO] [stderr] Checking cpufeatures v0.2.12 [INFO] [stderr] Checking humansize v2.1.3 [INFO] [stderr] Checking sha-1 v0.10.1 [INFO] [stderr] Checking ntex-rt v0.4.13 [INFO] [stderr] Checking encoding_rs v0.8.34 [INFO] [stderr] Checking ntex-util v2.0.1 [INFO] [stderr] Checking regex v1.10.5 [INFO] [stderr] Compiling darling_core v0.20.9 [INFO] [stderr] Compiling diesel_table_macro_syntax v0.2.0 [INFO] [stderr] Compiling askama_parser v0.2.1 [INFO] [stderr] Checking base64 v0.22.1 [INFO] [stderr] Checking askama_escape v0.10.3 [INFO] [stderr] Checking polling v3.7.1 [INFO] [stderr] Compiling serde_derive v1.0.203 [INFO] [stderr] Compiling thiserror-impl v1.0.61 [INFO] [stderr] Compiling darling_macro v0.20.9 [INFO] [stderr] Compiling ntex-macros v0.1.3 [INFO] [stderr] Compiling darling v0.20.9 [INFO] [stderr] Compiling dsl_auto_type v0.1.1 [INFO] [stderr] Compiling diesel_derives v2.2.1 [INFO] [stderr] Checking diesel v2.2.1 [INFO] [stderr] Checking ntex-bytes v0.1.27 [INFO] [stderr] Checking serde_urlencoded v0.7.1 [INFO] [stderr] Compiling basic-toml v0.1.9 [INFO] [stderr] Checking ntex-codec v0.6.2 [INFO] [stderr] Checking ntex-http v0.1.12 [INFO] [stderr] Checking ntex-router v0.5.3 [INFO] [stderr] Checking ntex-io v2.0.0 [INFO] [stderr] Compiling askama_derive v0.12.5 [INFO] [stderr] Checking ntex-tokio v0.5.0 [INFO] [stderr] Checking ntex-net v2.0.0 [INFO] [stderr] Checking ntex-tls v2.0.0 [INFO] [stderr] Checking ntex-h2 v1.0.0 [INFO] [stderr] Checking ntex-server v2.0.0 [INFO] [stderr] Checking askama v0.12.1 [INFO] [stderr] Checking ntex v2.0.1 [INFO] [stderr] Checking ntex-test v0.1.0 (/opt/rustwide/workdir) [INFO] [stderr] Finished `dev` profile [unoptimized + debuginfo] target(s) in 24.72s [INFO] running `Command { std: "docker" "inspect" "9c79fdd871b30d2cfd6b4fcc86d0e023e10971231f923e360b75a454527178ce", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "9c79fdd871b30d2cfd6b4fcc86d0e023e10971231f923e360b75a454527178ce", kill_on_drop: false }` [INFO] [stdout] 9c79fdd871b30d2cfd6b4fcc86d0e023e10971231f923e360b75a454527178ce [INFO] checking EduardoStarZ/ntex-test against try#8a6640bd72b80869b16392026cb3aa8ce8e3f9b7 for pr-127827 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FEduardoStarZ%2Fntex-test" "/workspace/builds/worker-1-tc2/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-1-tc2/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/EduardoStarZ/ntex-test on toolchain 8a6640bd72b80869b16392026cb3aa8ce8e3f9b7 [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+8a6640bd72b80869b16392026cb3aa8ce8e3f9b7" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking git repo https://github.com/EduardoStarZ/ntex-test [INFO] finished tweaking git repo https://github.com/EduardoStarZ/ntex-test [INFO] tweaked toml for git repo https://github.com/EduardoStarZ/ntex-test written to /workspace/builds/worker-1-tc2/source/Cargo.toml [INFO] crate git repo https://github.com/EduardoStarZ/ntex-test already has a lockfile, it will not be regenerated [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+8a6640bd72b80869b16392026cb3aa8ce8e3f9b7" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:dff56e7819e73ed36160586b3445e93eb0be776c16704aeeded9c3fb668b2384" "/opt/rustwide/cargo-home/bin/cargo" "+8a6640bd72b80869b16392026cb3aa8ce8e3f9b7" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 10ff977656d485bddd09cc1247f4bc40e20f40ca072f70cb55934b17ab4a7e3c [INFO] running `Command { std: "docker" "start" "-a" "10ff977656d485bddd09cc1247f4bc40e20f40ca072f70cb55934b17ab4a7e3c", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "10ff977656d485bddd09cc1247f4bc40e20f40ca072f70cb55934b17ab4a7e3c", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "10ff977656d485bddd09cc1247f4bc40e20f40ca072f70cb55934b17ab4a7e3c", kill_on_drop: false }` [INFO] [stdout] 10ff977656d485bddd09cc1247f4bc40e20f40ca072f70cb55934b17ab4a7e3c [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:dff56e7819e73ed36160586b3445e93eb0be776c16704aeeded9c3fb668b2384" "/opt/rustwide/cargo-home/bin/cargo" "+8a6640bd72b80869b16392026cb3aa8ce8e3f9b7" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] faf5658569db672d5dc1b8e194f652ed248c16ba37333c4b4fcd405e6bb94d6a [INFO] running `Command { std: "docker" "start" "-a" "faf5658569db672d5dc1b8e194f652ed248c16ba37333c4b4fcd405e6bb94d6a", kill_on_drop: false }` [INFO] [stderr] Compiling proc-macro2 v1.0.85 [INFO] [stderr] Compiling serde v1.0.203 [INFO] [stderr] Compiling libc v0.2.155 [INFO] [stderr] Checking pin-project-lite v0.2.14 [INFO] [stderr] Compiling crossbeam-utils v0.8.20 [INFO] [stderr] Compiling autocfg v1.3.0 [INFO] [stderr] Checking futures-core v0.3.30 [INFO] [stderr] Checking bitflags v2.5.0 [INFO] [stderr] Checking parking v2.2.0 [INFO] [stderr] Checking bytes v1.6.0 [INFO] [stderr] Checking log v0.4.21 [INFO] [stderr] Checking itoa v1.0.11 [INFO] [stderr] Checking fxhash v0.2.1 [INFO] [stderr] Checking oneshot v0.1.8 [INFO] [stderr] Checking futures-sink v0.3.30 [INFO] [stderr] Checking futures-timer v3.0.3 [INFO] [stderr] Compiling unicase v2.7.0 [INFO] [stderr] Compiling thiserror v1.0.61 [INFO] [stderr] Checking http v1.1.0 [INFO] [stderr] Compiling slab v0.4.9 [INFO] [stderr] Compiling fnv v1.0.7 [INFO] [stderr] Compiling strsim v0.11.1 [INFO] [stderr] Checking concurrent-queue v2.5.0 [INFO] [stderr] Compiling ident_case v1.0.1 [INFO] [stderr] Compiling quote v1.0.36 [INFO] [stderr] Checking event-listener v5.3.1 [INFO] [stderr] Compiling syn v2.0.66 [INFO] [stderr] Checking ntex-service v3.0.0 [INFO] [stderr] Compiling rustix v0.38.34 [INFO] [stderr] Compiling mime_guess v2.0.4 [INFO] [stderr] Checking linux-raw-sys v0.4.14 [INFO] [stderr] Checking signal-hook-registry v1.4.2 [INFO] [stderr] Checking event-listener-strategy v0.5.2 [INFO] [stderr] Checking mio v0.8.11 [INFO] [stderr] Checking socket2 v0.5.7 [INFO] [stderr] Checking async-channel v2.3.1 [INFO] [stderr] Compiling minimal-lexical v0.2.1 [INFO] [stderr] Checking tracing-core v0.1.32 [INFO] [stderr] Compiling pkg-config v0.3.30 [INFO] [stderr] Compiling memchr v2.7.4 [INFO] [stderr] Checking tokio v1.38.0 [INFO] [stderr] Compiling syn v1.0.109 [INFO] [stderr] Compiling libm v0.2.8 [INFO] [stderr] Checking regex-syntax v0.8.4 [INFO] [stderr] Checking percent-encoding v2.3.1 [INFO] [stderr] Checking tracing v0.1.40 [INFO] [stderr] Compiling num-traits v0.2.19 [INFO] [stderr] Compiling nom v7.1.3 [INFO] [stderr] Compiling heck v0.5.0 [INFO] [stderr] Compiling libsqlite3-sys v0.28.0 [INFO] [stderr] Compiling httparse v1.9.3 [INFO] [stderr] Compiling either v1.12.0 [INFO] [stderr] Compiling mime v0.3.17 [INFO] [stderr] Compiling serde_json v1.0.117 [INFO] [stderr] Checking ryu v1.0.18 [INFO] [stderr] Checking form_urlencoded v1.2.1 [INFO] [stderr] Checking regex-automata v0.4.7 [INFO] [stderr] Checking signal-hook v0.3.17 [INFO] [stderr] Checking async-broadcast v0.7.1 [INFO] [stderr] Checking cpufeatures v0.2.12 [INFO] [stderr] Compiling askama_parser v0.2.1 [INFO] [stderr] Checking nanorand v0.7.0 [INFO] [stderr] Checking sha-1 v0.10.1 [INFO] [stderr] Checking ntex-rt v0.4.13 [INFO] [stderr] Checking humansize v2.1.3 [INFO] [stderr] Checking ntex-util v2.0.1 [INFO] [stderr] Checking regex v1.10.5 [INFO] [stderr] Compiling darling_core v0.20.9 [INFO] [stderr] Compiling diesel_table_macro_syntax v0.2.0 [INFO] [stderr] Checking polling v3.7.1 [INFO] [stderr] Checking encoding_rs v0.8.34 [INFO] [stderr] Checking askama_escape v0.10.3 [INFO] [stderr] Checking base64 v0.22.1 [INFO] [stderr] Compiling serde_derive v1.0.203 [INFO] [stderr] Compiling thiserror-impl v1.0.61 [INFO] [stderr] Compiling ntex-macros v0.1.3 [INFO] [stderr] Compiling darling_macro v0.20.9 [INFO] [stderr] Compiling darling v0.20.9 [INFO] [stderr] Compiling dsl_auto_type v0.1.1 [INFO] [stderr] Compiling diesel_derives v2.2.1 [INFO] [stderr] Checking diesel v2.2.1 [INFO] [stderr] Checking ntex-bytes v0.1.27 [INFO] [stderr] Checking serde_urlencoded v0.7.1 [INFO] [stderr] Compiling basic-toml v0.1.9 [INFO] [stderr] Checking ntex-codec v0.6.2 [INFO] [stderr] Checking ntex-http v0.1.12 [INFO] [stderr] Checking ntex-router v0.5.3 [INFO] [stderr] Checking ntex-io v2.0.0 [INFO] [stderr] Compiling askama_derive v0.12.5 [INFO] [stderr] Checking ntex-tokio v0.5.0 [INFO] [stderr] Checking ntex-net v2.0.0 [INFO] [stderr] Checking ntex-tls v2.0.0 [INFO] [stderr] Checking ntex-server v2.0.0 [INFO] [stderr] Checking ntex-h2 v1.0.0 [INFO] [stderr] Checking askama v0.12.1 [INFO] [stderr] Checking ntex v2.0.1 [INFO] [stdout] error[E0277]: the trait bound `{async closure@/opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/ntex-2.0.1/src/web/app_service.rs:93:28: 93:50}: Clone` is not satisfied [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/ntex-2.0.1/src/web/app_service.rs:93:28 [INFO] [stdout] | [INFO] [stdout] 93 | fn_service(|req: WebRequest| async move { [INFO] [stdout] | _________________----------_^ [INFO] [stdout] | | | [INFO] [stdout] | | required by a bound introduced by this call [INFO] [stdout] 94 | | Ok(req.into_response(Response::NotFound().finish())) [INFO] [stdout] 95 | | }) [INFO] [stdout] | |_________________^ the trait `Clone` is not implemented for `{async closure@/opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/ntex-2.0.1/src/web/app_service.rs:93:28: 93:50}` [INFO] [stdout] | [INFO] [stdout] note: required by a bound in `ntex_service::fn_service` [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/ntex-service-3.0.0/src/fn_service.rs:11:25 [INFO] [stdout] | [INFO] [stdout] 7 | pub fn fn_service( [INFO] [stdout] | ---------- required by a bound in this function [INFO] [stdout] ... [INFO] [stdout] 11 | F: Fn(Req) -> Fut + Clone, [INFO] [stdout] | ^^^^^ required by this bound in `fn_service` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0599]: the method `map_init_err` exists for struct `FnServiceFactory<{async closure@app_service.rs:93:28}, ..., ..., ..., ..., ...>`, but its trait bounds were not satisfied [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/ntex-2.0.1/src/web/app_service.rs:96:18 [INFO] [stdout] | [INFO] [stdout] 93 | / fn_service(|req: WebRequest| async move { [INFO] [stdout] 94 | | Ok(req.into_response(Response::NotFound().finish())) [INFO] [stdout] 95 | | }) [INFO] [stdout] 96 | | .map_init_err(|_| ()), [INFO] [stdout] | |_________________-^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/ntex-service-3.0.0/src/fn_service.rs:157:1 [INFO] [stdout] | [INFO] [stdout] 157 | pub struct FnServiceFactory [INFO] [stdout] | ------------------------------------------------------- doesn't satisfy `_: ServiceFactory, _>` [INFO] [stdout] | [INFO] [stdout] = note: the full type name has been written to '/opt/rustwide/target/debug/deps/ntex-6701a456fa634059.long-type-16833216850243665533.txt' [INFO] [stdout] = note: consider using `--verbose` to print the full type name to the console [INFO] [stdout] = note: the following trait bounds were not satisfied: [INFO] [stdout] `{async closure@/opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/ntex-2.0.1/src/web/app_service.rs:93:28: 93:50}: Clone` [INFO] [stdout] which is required by `FnServiceFactory<{async closure@/opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/ntex-2.0.1/src/web/app_service.rs:93:28: 93:50}, {async closure body@/opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/ntex-2.0.1/src/web/app_service.rs:93:51: 93:61}, WebRequest, WebResponse, _, _>: ntex_service::ServiceFactory, _>` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: aborting due to 2 previous errors [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] Some errors have detailed explanations: E0277, E0599. [INFO] [stdout] [INFO] [stdout] For more information about an error, try `rustc --explain E0277`. [INFO] [stdout] [INFO] [stderr] error: could not compile `ntex` (lib) due to 3 previous errors [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] running `Command { std: "docker" "inspect" "faf5658569db672d5dc1b8e194f652ed248c16ba37333c4b4fcd405e6bb94d6a", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "faf5658569db672d5dc1b8e194f652ed248c16ba37333c4b4fcd405e6bb94d6a", kill_on_drop: false }` [INFO] [stdout] faf5658569db672d5dc1b8e194f652ed248c16ba37333c4b4fcd405e6bb94d6a