[INFO] fetching crate rapidtar 0.2.0... [INFO] checking rapidtar-0.2.0 against master#19f42cb9bb65555e7d95dab7d17573ae6c5d634c for pr-139087 [INFO] extracting crate rapidtar 0.2.0 into /workspace/builds/worker-2-tc1/source [INFO] validating manifest of crates.io crate rapidtar 0.2.0 on toolchain 19f42cb9bb65555e7d95dab7d17573ae6c5d634c [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+19f42cb9bb65555e7d95dab7d17573ae6c5d634c" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking crates.io crate rapidtar 0.2.0 [INFO] finished tweaking crates.io crate rapidtar 0.2.0 [INFO] tweaked toml for crates.io crate rapidtar 0.2.0 written to /workspace/builds/worker-2-tc1/source/Cargo.toml [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+19f42cb9bb65555e7d95dab7d17573ae6c5d634c" "generate-lockfile" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Updating crates.io index [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Locking 30 packages to latest compatible versions [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+19f42cb9bb65555e7d95dab7d17573ae6c5d634c" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Downloading crates ... [INFO] [stderr] Downloaded librapidarchive v0.2.0 [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:4b26683ee3c49f365255c425c23003cbf4366de097804722c29c5bbbee3624d2" "/opt/rustwide/cargo-home/bin/cargo" "+19f42cb9bb65555e7d95dab7d17573ae6c5d634c" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] bcc851eafa39a9d512109e67a6aa9a0d2e0f37f9b022a26db8ec6769b296a97c [INFO] running `Command { std: "docker" "start" "-a" "bcc851eafa39a9d512109e67a6aa9a0d2e0f37f9b022a26db8ec6769b296a97c", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "bcc851eafa39a9d512109e67a6aa9a0d2e0f37f9b022a26db8ec6769b296a97c", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "bcc851eafa39a9d512109e67a6aa9a0d2e0f37f9b022a26db8ec6769b296a97c", kill_on_drop: false }` [INFO] [stdout] bcc851eafa39a9d512109e67a6aa9a0d2e0f37f9b022a26db8ec6769b296a97c [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:4b26683ee3c49f365255c425c23003cbf4366de097804722c29c5bbbee3624d2" "/opt/rustwide/cargo-home/bin/cargo" "+19f42cb9bb65555e7d95dab7d17573ae6c5d634c" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] f8909961db575fda6d23bc55ae3bb6a27f062e0ca971bb7ef26cd356cdfd1213 [INFO] running `Command { std: "docker" "start" "-a" "f8909961db575fda6d23bc55ae3bb6a27f062e0ca971bb7ef26cd356cdfd1213", kill_on_drop: false }` [INFO] [stderr] Compiling autocfg v1.4.0 [INFO] [stderr] Compiling crossbeam-utils v0.8.21 [INFO] [stderr] Compiling libc v0.2.171 [INFO] [stderr] Compiling rayon-core v1.12.1 [INFO] [stderr] Compiling nix v0.10.0 [INFO] [stderr] Checking byteorder v1.5.0 [INFO] [stderr] Checking void v1.0.2 [INFO] [stderr] Checking cfg-if v0.1.10 [INFO] [stderr] Checking unicode-width v0.1.14 [INFO] [stderr] Checking bitflags v1.3.2 [INFO] [stderr] Checking either v1.15.0 [INFO] [stderr] Checking argparse v0.2.2 [INFO] [stderr] Checking pad v0.1.6 [INFO] [stderr] Compiling num-traits v0.2.19 [INFO] [stderr] Compiling num-bigint v0.2.6 [INFO] [stderr] Compiling num-rational v0.2.4 [INFO] [stderr] Compiling num-complex v0.2.4 [INFO] [stderr] Checking crossbeam-epoch v0.9.18 [INFO] [stderr] Checking crossbeam-deque v0.8.6 [INFO] [stderr] Checking rayon v1.10.0 [INFO] [stderr] Checking num-integer v0.1.46 [INFO] [stderr] Checking num-iter v0.1.45 [INFO] [stderr] Checking iovec v0.1.4 [INFO] [stderr] Checking bytes v0.4.12 [INFO] [stderr] Checking num v0.2.1 [INFO] [stderr] Checking librapidarchive v0.2.0 [INFO] [stderr] Checking rapidtar v0.2.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/bin/rapidtar.rs:185:32 [INFO] [stdout] | [INFO] [stdout] 185 | fn label_proc

(tarball: &mut fs::ArchivalSink

, zone: Option<&spanning::DataZone>, tarparams: &mut TarP... [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2018) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] = note: `#[warn(bare_trait_objects)]` on by default [INFO] [stdout] help: if this is a dyn-compatible trait, use `dyn` [INFO] [stdout] | [INFO] [stdout] 185 | fn label_proc

(tarball: &mut dyn fs::ArchivalSink

, zone: Option<&spanning::DataZone>, tarparams: &mut TarParameter, tarresult: &mut TarResult) -> io::Result<()> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/bin/rapidtar.rs:208:34 [INFO] [stdout] | [INFO] [stdout] 208 | fn recover_proc(old_tarball: Box>, tarparams: &mut TarParameter, tarresult: &mut TarResult... [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2018) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] help: if this is a dyn-compatible trait, use `dyn` [INFO] [stdout] | [INFO] [stdout] 208 | fn recover_proc(old_tarball: Box>, tarparams: &mut TarParameter, tarresult: &mut TarResult) -> io::Result>> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/bin/rapidtar.rs:208:158 [INFO] [stdout] | [INFO] [stdout] 208 | ...arresult: &mut TarResult) -> io::Result>> { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2018) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] help: if this is a dyn-compatible trait, use `dyn` [INFO] [stdout] | [INFO] [stdout] 208 | fn recover_proc(old_tarball: Box>, tarparams: &mut TarParameter, tarresult: &mut TarResult) -> io::Result>> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/bin/rapidtar.rs:275:33 [INFO] [stdout] | [INFO] [stdout] 275 | fn serialize_proc(tarball: &mut fs::ArchivalSink, receiver: &Receiver, failed... [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2018) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] help: if this is a dyn-compatible trait, use `dyn` [INFO] [stdout] | [INFO] [stdout] 275 | fn serialize_proc(tarball: &mut dyn fs::ArchivalSink, receiver: &Receiver, failed_entry: &mut Option, tarparams: &mut TarParameter, tarresult: &mut TarResult) -> io::Result<()> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/bin/rapidtar.rs:331:31 [INFO] [stdout] | [INFO] [stdout] 331 | fn close_tarball(tarball: Box>, tarresult: &mut TarResult) -> io::Result<()> { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2018) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] help: if this is a dyn-compatible trait, use `dyn` [INFO] [stdout] | [INFO] [stdout] 331 | fn close_tarball(tarball: Box>, tarresult: &mut TarResult) -> io::Result<()> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/bin/rapidtar.rs:185:32 [INFO] [stdout] | [INFO] [stdout] 185 | fn label_proc

(tarball: &mut fs::ArchivalSink

, zone: Option<&spanning::DataZone>, tarparams: &mut TarP... [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2018) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] = note: `#[warn(bare_trait_objects)]` on by default [INFO] [stdout] help: if this is a dyn-compatible trait, use `dyn` [INFO] [stdout] | [INFO] [stdout] 185 | fn label_proc

(tarball: &mut dyn fs::ArchivalSink

, zone: Option<&spanning::DataZone>, tarparams: &mut TarParameter, tarresult: &mut TarResult) -> io::Result<()> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/bin/rapidtar.rs:208:34 [INFO] [stdout] | [INFO] [stdout] 208 | fn recover_proc(old_tarball: Box>, tarparams: &mut TarParameter, tarresult: &mut TarResult... [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2018) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] help: if this is a dyn-compatible trait, use `dyn` [INFO] [stdout] | [INFO] [stdout] 208 | fn recover_proc(old_tarball: Box>, tarparams: &mut TarParameter, tarresult: &mut TarResult) -> io::Result>> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/bin/rapidtar.rs:208:158 [INFO] [stdout] | [INFO] [stdout] 208 | ...arresult: &mut TarResult) -> io::Result>> { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2018) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] help: if this is a dyn-compatible trait, use `dyn` [INFO] [stdout] | [INFO] [stdout] 208 | fn recover_proc(old_tarball: Box>, tarparams: &mut TarParameter, tarresult: &mut TarResult) -> io::Result>> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/bin/rapidtar.rs:275:33 [INFO] [stdout] | [INFO] [stdout] 275 | fn serialize_proc(tarball: &mut fs::ArchivalSink, receiver: &Receiver, failed... [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2018) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] help: if this is a dyn-compatible trait, use `dyn` [INFO] [stdout] | [INFO] [stdout] 275 | fn serialize_proc(tarball: &mut dyn fs::ArchivalSink, receiver: &Receiver, failed_entry: &mut Option, tarparams: &mut TarParameter, tarresult: &mut TarResult) -> io::Result<()> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/bin/rapidtar.rs:331:31 [INFO] [stdout] | [INFO] [stdout] 331 | fn close_tarball(tarball: Box>, tarresult: &mut TarResult) -> io::Result<()> { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2018) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] help: if this is a dyn-compatible trait, use `dyn` [INFO] [stdout] | [INFO] [stdout] 331 | fn close_tarball(tarball: Box>, tarresult: &mut TarResult) -> io::Result<()> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished `dev` profile [unoptimized + debuginfo] target(s) in 8.60s [INFO] running `Command { std: "docker" "inspect" "f8909961db575fda6d23bc55ae3bb6a27f062e0ca971bb7ef26cd356cdfd1213", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "f8909961db575fda6d23bc55ae3bb6a27f062e0ca971bb7ef26cd356cdfd1213", kill_on_drop: false }` [INFO] [stdout] f8909961db575fda6d23bc55ae3bb6a27f062e0ca971bb7ef26cd356cdfd1213