[INFO] cloning repository https://github.com/SonnyX/download-async [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/SonnyX/download-async" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FSonnyX%2Fdownload-async", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FSonnyX%2Fdownload-async'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] 1b7279f183f7ef82334d5d8116f6f301225df273 [INFO] checking SonnyX/download-async against master#f5e2df741b4a9820a7579f0c8eccc951706a8782 for pr-147984 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FSonnyX%2Fdownload-async" "/workspace/builds/worker-2-tc1/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-2-tc1/source'... [INFO] [stderr] done. [INFO] started tweaking git repo https://github.com/SonnyX/download-async [INFO] removed 0 missing examples [INFO] finished tweaking git repo https://github.com/SonnyX/download-async [INFO] tweaked toml for git repo https://github.com/SonnyX/download-async written to /workspace/builds/worker-2-tc1/source/Cargo.toml [INFO] validating manifest of git repo https://github.com/SonnyX/download-async on toolchain f5e2df741b4a9820a7579f0c8eccc951706a8782 [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+f5e2df741b4a9820a7579f0c8eccc951706a8782" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] crate git repo https://github.com/SonnyX/download-async 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" "+f5e2df741b4a9820a7579f0c8eccc951706a8782" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Downloading crates ... [INFO] [stderr] Downloaded security-framework v2.8.2 [INFO] [stderr] Downloaded security-framework-sys v2.8.0 [INFO] [stderr] Downloaded tempfile v3.4.0 [INFO] [stderr] Downloaded openssl-macros v0.1.0 [INFO] [stderr] Downloaded rustix v0.36.11 [INFO] [stderr] Downloaded async-compression v0.4.12 [INFO] [stderr] Downloaded brotli-decompressor v4.0.0 [INFO] [stderr] Downloaded openssl v0.10.48 [INFO] [stderr] Downloaded io-lifetimes v1.0.9 [INFO] [stderr] Downloaded schannel v0.1.21 [INFO] [stderr] Downloaded syn v2.0.46 [INFO] [stderr] Downloaded openssl-sys v0.9.83 [INFO] [stderr] Downloaded proc-macro2 v1.0.74 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-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:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+f5e2df741b4a9820a7579f0c8eccc951706a8782" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 9671418e1fb56249d695adb3982ee7dd0ff6f0a9251e04efbb777e187ddc15c2 [INFO] running `Command { std: "docker" "start" "-a" "9671418e1fb56249d695adb3982ee7dd0ff6f0a9251e04efbb777e187ddc15c2", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "9671418e1fb56249d695adb3982ee7dd0ff6f0a9251e04efbb777e187ddc15c2", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "9671418e1fb56249d695adb3982ee7dd0ff6f0a9251e04efbb777e187ddc15c2", kill_on_drop: false }` [INFO] [stdout] 9671418e1fb56249d695adb3982ee7dd0ff6f0a9251e04efbb777e187ddc15c2 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-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:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+f5e2df741b4a9820a7579f0c8eccc951706a8782" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] b145f01b16831b8cf2a41d38de784edb3f37dfcda6ba0c0e8fc51787f1741fad [INFO] running `Command { std: "docker" "start" "-a" "b145f01b16831b8cf2a41d38de784edb3f37dfcda6ba0c0e8fc51787f1741fad", kill_on_drop: false }` [INFO] [stderr] Compiling proc-macro2 v1.0.74 [INFO] [stderr] Compiling libc v0.2.150 [INFO] [stderr] Compiling pkg-config v0.3.26 [INFO] [stderr] Compiling cc v1.0.79 [INFO] [stderr] Compiling slab v0.4.8 [INFO] [stderr] Checking log v0.4.22 [INFO] [stderr] Checking tracing-core v0.1.30 [INFO] [stderr] Checking itoa v1.0.6 [INFO] [stderr] Compiling openssl v0.10.48 [INFO] [stderr] Checking http v0.2.11 [INFO] [stderr] Compiling native-tls v0.2.12 [INFO] [stderr] Checking hashbrown v0.14.5 [INFO] [stderr] Checking tracing v0.1.37 [INFO] [stderr] Checking miniz_oxide v0.6.2 [INFO] [stderr] Checking want v0.3.0 [INFO] [stderr] Checking brotli-decompressor v4.0.0 [INFO] [stderr] Checking httpdate v1.0.2 [INFO] [stderr] Compiling quote v1.0.35 [INFO] [stderr] Checking flate2 v1.0.25 [INFO] [stderr] Checking http-body v0.4.5 [INFO] [stderr] Checking indexmap v2.2.6 [INFO] [stderr] Compiling syn v2.0.46 [INFO] [stderr] Compiling syn v1.0.109 [INFO] [stderr] Checking tower-layer v0.3.2 [INFO] [stderr] Compiling openssl-sys v0.9.83 [INFO] [stderr] Checking tower v0.4.13 [INFO] [stderr] Checking brotli v6.0.0 [INFO] [stderr] Checking num_cpus v1.15.0 [INFO] [stderr] Checking socket2 v0.5.5 [INFO] [stderr] Checking mio v0.8.9 [INFO] [stderr] Compiling openssl-macros v0.1.0 [INFO] [stderr] Compiling tokio-macros v2.3.0 [INFO] [stderr] Compiling futures-macro v0.3.30 [INFO] [stderr] Compiling async-trait v0.1.82 [INFO] [stderr] Checking tokio v1.38.1 [INFO] [stderr] Checking futures-util v0.3.30 [INFO] [stderr] Checking futures-executor v0.3.30 [INFO] [stderr] Checking futures v0.3.30 [INFO] [stderr] Checking tokio-util v0.7.11 [INFO] [stderr] Checking tokio-native-tls v0.3.1 [INFO] [stderr] Checking async-compression v0.4.12 [INFO] [stderr] Checking h2 v0.3.26 [INFO] [stderr] Checking hyper v0.14.30 [INFO] [stderr] Checking hyper-tls v0.5.0 [INFO] [stderr] Checking download-async v0.10.10 (/opt/rustwide/workdir) [INFO] [stdout] warning: unexpected `cfg` condition value: `stream` [INFO] [stdout] --> src/body.rs:67:11 [INFO] [stdout] | [INFO] [stdout] 67 | #[cfg(feature = "stream")] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `async-compression`, `brotli`, `default`, `deflate`, `gzip`, and `tokio-util` [INFO] [stdout] = help: consider adding `stream` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] = note: `#[warn(unexpected_cfgs)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `blocking` [INFO] [stdout] --> src/body.rs:77:11 [INFO] [stdout] | [INFO] [stdout] 77 | #[cfg(feature = "blocking")] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `async-compression`, `brotli`, `default`, `deflate`, `gzip`, and `tokio-util` [INFO] [stdout] = help: consider adding `blocking` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `multipart` [INFO] [stdout] --> src/body.rs:101:11 [INFO] [stdout] | [INFO] [stdout] 101 | #[cfg(feature = "multipart")] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `async-compression`, `brotli`, `default`, `deflate`, `gzip`, and `tokio-util` [INFO] [stdout] = help: consider adding `multipart` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `blocking` [INFO] [stdout] --> src/decoder.rs:88:11 [INFO] [stdout] | [INFO] [stdout] 88 | #[cfg(feature = "blocking")] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `async-compression`, `brotli`, `default`, `deflate`, `gzip`, and `tokio-util` [INFO] [stdout] = help: consider adding `blocking` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `stream` [INFO] [stdout] --> src/body.rs:67:11 [INFO] [stdout] | [INFO] [stdout] 67 | #[cfg(feature = "stream")] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `async-compression`, `brotli`, `default`, `deflate`, `gzip`, and `tokio-util` [INFO] [stdout] = help: consider adding `stream` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] = note: `#[warn(unexpected_cfgs)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `blocking` [INFO] [stdout] --> src/body.rs:77:11 [INFO] [stdout] | [INFO] [stdout] 77 | #[cfg(feature = "blocking")] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `async-compression`, `brotli`, `default`, `deflate`, `gzip`, and `tokio-util` [INFO] [stdout] = help: consider adding `blocking` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `multipart` [INFO] [stdout] --> src/body.rs:101:11 [INFO] [stdout] | [INFO] [stdout] 101 | #[cfg(feature = "multipart")] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `async-compression`, `brotli`, `default`, `deflate`, `gzip`, and `tokio-util` [INFO] [stdout] = help: consider adding `multipart` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `blocking` [INFO] [stdout] --> src/decoder.rs:88:11 [INFO] [stdout] | [INFO] [stdout] 88 | #[cfg(feature = "blocking")] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `async-compression`, `brotli`, `default`, `deflate`, `gzip`, and `tokio-util` [INFO] [stdout] = help: consider adding `blocking` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished `dev` profile [unoptimized + debuginfo] target(s) in 10.68s [INFO] running `Command { std: "docker" "inspect" "b145f01b16831b8cf2a41d38de784edb3f37dfcda6ba0c0e8fc51787f1741fad", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "b145f01b16831b8cf2a41d38de784edb3f37dfcda6ba0c0e8fc51787f1741fad", kill_on_drop: false }` [INFO] [stdout] b145f01b16831b8cf2a41d38de784edb3f37dfcda6ba0c0e8fc51787f1741fad