[INFO] fetching crate ntex 0.1.4... [INFO] checking ntex-0.1.4 against try#3ae4c050387df9f7fbb379ee90ce8bf05e566870 for pr-70872 [INFO] extracting crate ntex 0.1.4 into /workspace/builds/worker-11/source [INFO] validating manifest of crates.io crate ntex 0.1.4 on toolchain 3ae4c050387df9f7fbb379ee90ce8bf05e566870 [INFO] running `"/workspace/cargo-home/bin/cargo" "+3ae4c050387df9f7fbb379ee90ce8bf05e566870" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started tweaking crates.io crate ntex 0.1.4 [INFO] finished tweaking crates.io crate ntex 0.1.4 [INFO] tweaked toml for crates.io crate ntex 0.1.4 written to /workspace/builds/worker-11/source/Cargo.toml [INFO] crate crates.io crate ntex 0.1.4 already has a lockfile, it will not be regenerated [INFO] running `"/workspace/cargo-home/bin/cargo" "+3ae4c050387df9f7fbb379ee90ce8bf05e566870" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] running `"docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-11/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-11/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" "MAP_USER_ID=0" "-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" "+3ae4c050387df9f7fbb379ee90ce8bf05e566870" "check" "--frozen" "--all" "--all-targets"` [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] [stdout] 510f38866524610767f947c87e5353c9441d7dcf1986a20241bdc390c366f701 [INFO] running `"docker" "start" "-a" "510f38866524610767f947c87e5353c9441d7dcf1986a20241bdc390c366f701"` [INFO] [stderr] Checking tokio v0.2.6 [INFO] [stderr] Compiling rustversion v1.0.2 [INFO] [stderr] Compiling time-macros-impl v0.1.0 [INFO] [stderr] Compiling ntex-rt-macros v0.1.0 [INFO] [stderr] Checking rustls v0.17.0 [INFO] [stderr] Checking ntex-service v0.1.0 [INFO] [stderr] Checking ntex-router v0.3.2 [INFO] [stderr] Checking trust-dns-proto v0.19.3 [INFO] [stderr] Compiling time v0.2.9 [INFO] [stderr] Checking time-macros v0.1.0 [INFO] [stderr] Checking trust-dns-resolver v0.19.3 [INFO] [stderr] Checking tokio-util v0.2.0 [INFO] [stderr] Checking tokio-util v0.3.1 [INFO] [stderr] Checking ntex-rt v0.1.0 [INFO] [stderr] Checking ntex-codec v0.1.0 [INFO] [stderr] Checking h2 v0.2.4 [INFO] [stderr] Checking ntex v0.1.4 (/opt/rustwide/workdir) [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `brotli2` [INFO] [stderr] --> tests/web_server.rs:6:5 [INFO] [stderr] | [INFO] [stderr] 6 | use brotli2::write::{BrotliDecoder, BrotliEncoder}; [INFO] [stderr] | ^^^^^^^ use of undeclared type or module `brotli2` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `flate2` [INFO] [stderr] --> tests/web_server.rs:9:5 [INFO] [stderr] | [INFO] [stderr] 9 | use flate2::read::GzDecoder; [INFO] [stderr] | ^^^^^^ use of undeclared type or module `flate2` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `flate2` [INFO] [stderr] --> tests/web_server.rs:10:5 [INFO] [stderr] | [INFO] [stderr] 10 | use flate2::write::{GzEncoder, ZlibDecoder, ZlibEncoder}; [INFO] [stderr] | ^^^^^^ use of undeclared type or module `flate2` [INFO] [stderr] [INFO] [stderr] error[E0432]: unresolved import `ntex::web::middleware::Compress` [INFO] [stderr] --> tests/web_server.rs:22:5 [INFO] [stderr] | [INFO] [stderr] 22 | use ntex::web::middleware::Compress; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no `Compress` in `web::middleware` [INFO] [stderr] [INFO] [stderr] error[E0432]: unresolved import `flate2` [INFO] [stderr] --> tests/web_server.rs:11:5 [INFO] [stderr] | [INFO] [stderr] 11 | use flate2::Compression; [INFO] [stderr] | ^^^^^^ use of undeclared type or module `flate2` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `GzDecoder` [INFO] [stderr] --> tests/web_server.rs:123:17 [INFO] [stderr] | [INFO] [stderr] 123 | let mut e = GzDecoder::new(&bytes[..]); [INFO] [stderr] | ^^^^^^^^^ use of undeclared type or module `GzDecoder` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `GzDecoder` [INFO] [stderr] --> tests/web_server.rs:152:17 [INFO] [stderr] | [INFO] [stderr] 152 | let mut e = GzDecoder::new(&bytes[..]); [INFO] [stderr] | ^^^^^^^^^ use of undeclared type or module `GzDecoder` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `ZlibDecoder` [INFO] [stderr] --> tests/web_server.rs:192:17 [INFO] [stderr] | [INFO] [stderr] 192 | let mut e = ZlibDecoder::new(Vec::new()); [INFO] [stderr] | ^^^^^^^^^^^ use of undeclared type or module `ZlibDecoder` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `ZlibDecoder` [INFO] [stderr] --> tests/web_server.rs:211:17 [INFO] [stderr] | [INFO] [stderr] 211 | let mut e = ZlibDecoder::new(Vec::new()); [INFO] [stderr] | ^^^^^^^^^^^ use of undeclared type or module `ZlibDecoder` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `GzDecoder` [INFO] [stderr] --> tests/web_server.rs:244:17 [INFO] [stderr] | [INFO] [stderr] 244 | let mut e = GzDecoder::new(&bytes[..]); [INFO] [stderr] | ^^^^^^^^^ use of undeclared type or module `GzDecoder` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `GzDecoder` [INFO] [stderr] --> tests/web_server.rs:280:17 [INFO] [stderr] | [INFO] [stderr] 280 | let mut e = GzDecoder::new(&bytes[..]); [INFO] [stderr] | ^^^^^^^^^ use of undeclared type or module `GzDecoder` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `GzDecoder` [INFO] [stderr] --> tests/web_server.rs:315:17 [INFO] [stderr] | [INFO] [stderr] 315 | let mut e = GzDecoder::new(&bytes[..]); [INFO] [stderr] | ^^^^^^^^^ use of undeclared type or module `GzDecoder` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `BrotliDecoder` [INFO] [stderr] --> tests/web_server.rs:345:17 [INFO] [stderr] | [INFO] [stderr] 345 | let mut e = BrotliDecoder::new(Vec::with_capacity(2048)); [INFO] [stderr] | ^^^^^^^^^^^^^ use of undeclared type or module `BrotliDecoder` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `ZlibDecoder` [INFO] [stderr] --> tests/web_server.rs:419:17 [INFO] [stderr] | [INFO] [stderr] 419 | let mut e = ZlibDecoder::new(Vec::new()); [INFO] [stderr] | ^^^^^^^^^^^ use of undeclared type or module `ZlibDecoder` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `BrotliDecoder` [INFO] [stderr] --> tests/web_server.rs:448:17 [INFO] [stderr] | [INFO] [stderr] 448 | let mut e = BrotliDecoder::new(Vec::with_capacity(2048)); [INFO] [stderr] | ^^^^^^^^^^^^^ use of undeclared type or module `BrotliDecoder` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `GzEncoder` [INFO] [stderr] --> tests/web_server.rs:465:17 [INFO] [stderr] | [INFO] [stderr] 465 | let mut e = GzEncoder::new(Vec::new(), Compression::default()); [INFO] [stderr] | ^^^^^^^^^ use of undeclared type or module `GzEncoder` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `GzEncoder` [INFO] [stderr] --> tests/web_server.rs:490:17 [INFO] [stderr] | [INFO] [stderr] 490 | let mut e = GzEncoder::new(Vec::new(), Compression::default()); [INFO] [stderr] | ^^^^^^^^^ use of undeclared type or module `GzEncoder` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `GzEncoder` [INFO] [stderr] --> tests/web_server.rs:516:17 [INFO] [stderr] | [INFO] [stderr] 516 | let mut e = GzEncoder::new(Vec::new(), Compression::default()); [INFO] [stderr] | ^^^^^^^^^ use of undeclared type or module `GzEncoder` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `GzEncoder` [INFO] [stderr] --> tests/web_server.rs:546:17 [INFO] [stderr] | [INFO] [stderr] 546 | let mut e = GzEncoder::new(Vec::new(), Compression::default()); [INFO] [stderr] | ^^^^^^^^^ use of undeclared type or module `GzEncoder` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `ZlibEncoder` [INFO] [stderr] --> tests/web_server.rs:571:17 [INFO] [stderr] | [INFO] [stderr] 571 | let mut e = ZlibEncoder::new(Vec::new(), Compression::default()); [INFO] [stderr] | ^^^^^^^^^^^ use of undeclared type or module `ZlibEncoder` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `ZlibEncoder` [INFO] [stderr] --> tests/web_server.rs:597:17 [INFO] [stderr] | [INFO] [stderr] 597 | let mut e = ZlibEncoder::new(Vec::new(), Compression::default()); [INFO] [stderr] | ^^^^^^^^^^^ use of undeclared type or module `ZlibEncoder` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `ZlibEncoder` [INFO] [stderr] --> tests/web_server.rs:627:17 [INFO] [stderr] | [INFO] [stderr] 627 | let mut e = ZlibEncoder::new(Vec::new(), Compression::default()); [INFO] [stderr] | ^^^^^^^^^^^ use of undeclared type or module `ZlibEncoder` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `BrotliEncoder` [INFO] [stderr] --> tests/web_server.rs:653:17 [INFO] [stderr] | [INFO] [stderr] 653 | let mut e = BrotliEncoder::new(Vec::new(), 5); [INFO] [stderr] | ^^^^^^^^^^^^^ use of undeclared type or module `BrotliEncoder` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `BrotliEncoder` [INFO] [stderr] --> tests/web_server.rs:687:17 [INFO] [stderr] | [INFO] [stderr] 687 | let mut e = BrotliEncoder::new(Vec::new(), 5); [INFO] [stderr] | ^^^^^^^^^^^^^ use of undeclared type or module `BrotliEncoder` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `coo_kie` [INFO] [stderr] --> tests/web_server.rs:804:21 [INFO] [stderr] | [INFO] [stderr] 804 | coo_kie::CookieBuilder::new("first", "first_value") [INFO] [stderr] | ^^^^^^^ use of undeclared type or module `coo_kie` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `coo_kie` [INFO] [stderr] --> tests/web_server.rs:808:25 [INFO] [stderr] | [INFO] [stderr] 808 | .cookie(coo_kie::Cookie::new("second", "first_value")) [INFO] [stderr] | ^^^^^^^ use of undeclared type or module `coo_kie` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `coo_kie` [INFO] [stderr] --> tests/web_server.rs:809:25 [INFO] [stderr] | [INFO] [stderr] 809 | .cookie(coo_kie::Cookie::new("second", "second_value")) [INFO] [stderr] | ^^^^^^^ use of undeclared type or module `coo_kie` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `coo_kie` [INFO] [stderr] --> tests/web_server.rs:814:24 [INFO] [stderr] | [INFO] [stderr] 814 | let first_cookie = coo_kie::CookieBuilder::new("first", "first_value") [INFO] [stderr] | ^^^^^^^ use of undeclared type or module `coo_kie` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `coo_kie` [INFO] [stderr] --> tests/web_server.rs:817:25 [INFO] [stderr] | [INFO] [stderr] 817 | let second_cookie = coo_kie::Cookie::new("second", "second_value"); [INFO] [stderr] | ^^^^^^^ use of undeclared type or module `coo_kie` [INFO] [stderr] [INFO] [stderr] warning: unused import: `std::time::Duration` [INFO] [stderr] --> tests/web_server.rs:4:5 [INFO] [stderr] | [INFO] [stderr] 4 | use std::time::Duration; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unused_imports)]` on by default [INFO] [stderr] [INFO] [stderr] warning: unused import: `ntex::http::HttpMessage` [INFO] [stderr] --> tests/web_server.rs:798:9 [INFO] [stderr] | [INFO] [stderr] 798 | use ntex::http::HttpMessage; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `brotli2` [INFO] [stderr] --> tests/http_awc_client.rs:7:5 [INFO] [stderr] | [INFO] [stderr] 7 | use brotli2::write::BrotliEncoder; [INFO] [stderr] | ^^^^^^^ use of undeclared type or module `brotli2` [INFO] [stderr] [INFO] [stderr] error[E0432]: unresolved import `ntex::web::middleware::Compress` [INFO] [stderr] --> tests/http_awc_client.rs:19:5 [INFO] [stderr] | [INFO] [stderr] 19 | use ntex::web::middleware::Compress; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no `Compress` in `web::middleware` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `flate2` [INFO] [stderr] --> tests/http_awc_client.rs:10:5 [INFO] [stderr] | [INFO] [stderr] 10 | use flate2::{read::GzDecoder, write::GzEncoder, Compression}; [INFO] [stderr] | ^^^^^^ use of undeclared type or module `flate2` [INFO] [stderr] [INFO] [stderr] error[E0432]: unresolved import `coo_kie` [INFO] [stderr] --> tests/http_awc_client.rs:9:5 [INFO] [stderr] | [INFO] [stderr] 9 | use coo_kie::Cookie; [INFO] [stderr] | ^^^^^^^ use of undeclared type or module `coo_kie` [INFO] [stderr] [INFO] [stderr] error[E0432]: unresolved import `flate2` [INFO] [stderr] --> tests/http_awc_client.rs:10:5 [INFO] [stderr] | [INFO] [stderr] 10 | use flate2::{read::GzDecoder, write::GzEncoder, Compression}; [INFO] [stderr] | ^^^^^^ use of undeclared type or module `flate2` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `GzDecoder` [INFO] [stderr] --> tests/http_awc_client.rs:406:17 [INFO] [stderr] | [INFO] [stderr] 406 | let mut e = GzDecoder::new(&bytes[..]); [INFO] [stderr] | ^^^^^^^^^ use of undeclared type or module `GzDecoder` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `GzDecoder` [INFO] [stderr] --> tests/http_awc_client.rs:421:17 [INFO] [stderr] | [INFO] [stderr] 421 | let mut e = GzDecoder::new(&bytes[..]); [INFO] [stderr] | ^^^^^^^^^ use of undeclared type or module `GzDecoder` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `GzEncoder` [INFO] [stderr] --> tests/http_awc_client.rs:431:25 [INFO] [stderr] | [INFO] [stderr] 431 | let mut e = GzEncoder::new(Vec::new(), Compression::default()); [INFO] [stderr] | ^^^^^^^^^ use of undeclared type or module `GzEncoder` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `GzEncoder` [INFO] [stderr] --> tests/http_awc_client.rs:454:25 [INFO] [stderr] | [INFO] [stderr] 454 | let mut e = GzEncoder::new(Vec::new(), Compression::default()); [INFO] [stderr] | ^^^^^^^^^ use of undeclared type or module `GzEncoder` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `GzEncoder` [INFO] [stderr] --> tests/http_awc_client.rs:482:25 [INFO] [stderr] | [INFO] [stderr] 482 | let mut e = GzEncoder::new(Vec::new(), Compression::default()); [INFO] [stderr] | ^^^^^^^^^ use of undeclared type or module `GzEncoder` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `BrotliEncoder` [INFO] [stderr] --> tests/http_awc_client.rs:504:25 [INFO] [stderr] | [INFO] [stderr] 504 | let mut e = BrotliEncoder::new(Vec::new(), 5); [INFO] [stderr] | ^^^^^^^^^^^^^ use of undeclared type or module `BrotliEncoder` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `BrotliEncoder` [INFO] [stderr] --> tests/http_awc_client.rs:531:25 [INFO] [stderr] | [INFO] [stderr] 531 | let mut e = BrotliEncoder::new(Vec::new(), 5); [INFO] [stderr] | ^^^^^^^^^^^^^ use of undeclared type or module `BrotliEncoder` [INFO] [stderr] [INFO] [stderr] error[E0599]: no method named `cookie` found for struct `ntex::web::httprequest::HttpRequest` in the current scope [INFO] [stderr] --> tests/http_awc_client.rs:686:26 [INFO] [stderr] | [INFO] [stderr] 686 | .cookie("cookie1") [INFO] [stderr] | ^^^^^^ method not found in `ntex::web::httprequest::HttpRequest` [INFO] [stderr] [INFO] [stderr] error[E0599]: no method named `cookie` found for struct `ntex::web::httprequest::HttpRequest` in the current scope [INFO] [stderr] --> tests/http_awc_client.rs:695:44 [INFO] [stderr] | [INFO] [stderr] 695 | .and_then(|()| req.cookie("cookie2").ok_or(())) [INFO] [stderr] | ^^^^^^ method not found in `ntex::web::httprequest::HttpRequest` [INFO] [stderr] [INFO] [stderr] error[E0599]: no method named `cookie` found for struct `ntex::http::response::ResponseBuilder` in the current scope [INFO] [stderr] --> tests/http_awc_client.rs:710:48 [INFO] [stderr] | [INFO] [stderr] 710 | ... HttpResponse::Ok().cookie(cookie1).cookie(cookie2).finish(), [INFO] [stderr] | ^^^^^^ method not found in `ntex::http::response::ResponseBuilder` [INFO] [stderr] [INFO] [stderr] error[E0599]: no method named `cookie` found for struct `ntex::http::client::request::ClientRequest` in the current scope [INFO] [stderr] --> tests/http_awc_client.rs:718:32 [INFO] [stderr] | [INFO] [stderr] 718 | let request = srv.get("/").cookie(cookie1.clone()).cookie(cookie2.clone()); [INFO] [stderr] | ^^^^^^ method not found in `ntex::http::client::request::ClientRequest` [INFO] [stderr] [INFO] [stderr] error[E0599]: no method named `cookie` found for struct `ntex::http::response::ResponseBuilder` in the current scope [INFO] [stderr] --> tests/web_server.rs:803:18 [INFO] [stderr] | [INFO] [stderr] 803 | .cookie( [INFO] [stderr] | ^^^^^^ method not found in `ntex::http::response::ResponseBuilder` [INFO] [stderr] [INFO] [stderr] warning: unused import: `Read` [INFO] [stderr] --> tests/http_awc_client.rs:2:15 [INFO] [stderr] | [INFO] [stderr] 2 | use std::io::{Read, Write}; [INFO] [stderr] | ^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unused_imports)]` on by default [INFO] [stderr] [INFO] [stderr] warning: unused import: `Write` [INFO] [stderr] --> tests/http_awc_client.rs:2:21 [INFO] [stderr] | [INFO] [stderr] 2 | use std::io::{Read, Write}; [INFO] [stderr] | ^^^^^ [INFO] [stderr] [INFO] [stderr] warning: unused import: `HttpMessage` [INFO] [stderr] --> tests/http_awc_client.rs:16:26 [INFO] [stderr] | [INFO] [stderr] 16 | use ntex::http::{header, HttpMessage, HttpService}; [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error[E0599]: no method named `cookies` found for struct `ntex::http::client::response::ClientResponse>>>>` in the current scope [INFO] [stderr] --> tests/web_server.rs:822:28 [INFO] [stderr] | [INFO] [stderr] 822 | let cookies = response.cookies().expect("To have cookies"); [INFO] [stderr] | ^^^^^^^ method not found in `ntex::http::client::response::ClientResponse>>>>` [INFO] [stderr] [INFO] [stderr] error: aborting due to 16 previous errors [INFO] [stderr] [INFO] [stderr] Some errors have detailed explanations: E0432, E0433, E0599. [INFO] [stderr] For more information about an error, try `rustc --explain E0432`. [INFO] [stderr] error: could not compile `ntex`. [INFO] [stderr] [INFO] [stderr] To learn more, run the command again with --verbose. [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] error: aborting due to 31 previous errors [INFO] [stderr] [INFO] [stderr] Some errors have detailed explanations: E0432, E0433, E0599. [INFO] [stderr] For more information about an error, try `rustc --explain E0432`. [INFO] [stderr] error: could not compile `ntex`. [INFO] [stderr] [INFO] [stderr] To learn more, run the command again with --verbose. [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] error: build failed [INFO] running `"docker" "inspect" "510f38866524610767f947c87e5353c9441d7dcf1986a20241bdc390c366f701"` [INFO] running `"docker" "rm" "-f" "510f38866524610767f947c87e5353c9441d7dcf1986a20241bdc390c366f701"` [INFO] [stdout] 510f38866524610767f947c87e5353c9441d7dcf1986a20241bdc390c366f701