[INFO] fetching crate tar 0.4.37... [INFO] checking tar-0.4.37 against try#a7a572ce3edd6d476191fbfe92c9c1986e009b34 for pr-87190-3 [INFO] extracting crate tar 0.4.37 into /workspace/builds/worker-3/source [INFO] validating manifest of crates.io crate tar 0.4.37 on toolchain a7a572ce3edd6d476191fbfe92c9c1986e009b34 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+a7a572ce3edd6d476191fbfe92c9c1986e009b34" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking crates.io crate tar 0.4.37 [INFO] finished tweaking crates.io crate tar 0.4.37 [INFO] tweaked toml for crates.io crate tar 0.4.37 written to /workspace/builds/worker-3/source/Cargo.toml [INFO] crate crates.io crate tar 0.4.37 already has a lockfile, it will not be regenerated [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+a7a572ce3edd6d476191fbfe92c9c1986e009b34" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3/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:34b6a614d2c27851fe6cbf88fbd1137609cefab8b10d0615aaeb6fd47975d74e" "/opt/rustwide/cargo-home/bin/cargo" "+a7a572ce3edd6d476191fbfe92c9c1986e009b34" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] [stdout] 118e687c8dfed9d2a68ee47c3b5250ee9509d63a721f80e675d7f580cbd0b9a2 [INFO] running `Command { std: "docker" "start" "-a" "118e687c8dfed9d2a68ee47c3b5250ee9509d63a721f80e675d7f580cbd0b9a2", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "118e687c8dfed9d2a68ee47c3b5250ee9509d63a721f80e675d7f580cbd0b9a2", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "118e687c8dfed9d2a68ee47c3b5250ee9509d63a721f80e675d7f580cbd0b9a2", kill_on_drop: false }` [INFO] [stdout] 118e687c8dfed9d2a68ee47c3b5250ee9509d63a721f80e675d7f580cbd0b9a2 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3/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" "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:34b6a614d2c27851fe6cbf88fbd1137609cefab8b10d0615aaeb6fd47975d74e" "/opt/rustwide/cargo-home/bin/cargo" "+a7a572ce3edd6d476191fbfe92c9c1986e009b34" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] [stdout] 499bbab5bb9e061f7544842f4aa76f5eb625096200ab121b806d6f0124f0e42d [INFO] running `Command { std: "docker" "start" "-a" "499bbab5bb9e061f7544842f4aa76f5eb625096200ab121b806d6f0124f0e42d", kill_on_drop: false }` [INFO] [stderr] Copying to /tmp/fixit [INFO] [stderr] Running `cargo fix --edition` [INFO] [stderr] Checking ppv-lite86 v0.2.10 [INFO] [stderr] Checking remove_dir_all v0.5.3 [INFO] [stderr] Checking getrandom v0.2.2 [INFO] [stderr] Checking xattr v0.2.2 [INFO] [stderr] Checking filetime v0.2.14 [INFO] [stderr] Checking rand_core v0.6.2 [INFO] [stderr] Checking tar v0.4.37 (/tmp/fixit) [INFO] [stderr] Migrating src/lib.rs from 2018 edition to 2021 [INFO] [stderr] Checking rand_chacha v0.3.0 [INFO] [stderr] Checking rand v0.8.3 [INFO] [stderr] Checking tempfile v3.2.0 [INFO] [stderr] Migrating examples/raw_list.rs from 2018 edition to 2021 [INFO] [stderr] Migrating examples/write.rs from 2018 edition to 2021 [INFO] [stderr] Migrating tests/entry.rs from 2018 edition to 2021 [INFO] [stderr] Migrating examples/extract_file.rs from 2018 edition to 2021 [INFO] [stderr] Migrating tests/all.rs from 2018 edition to 2021 [INFO] [stderr] Migrating examples/list.rs from 2018 edition to 2021 [INFO] [stdout] error: couldn't read tests/archives/simple.tar: No such file or directory (os error 2) [INFO] [stdout] --> tests/all.rs:28:10 [INFO] [stdout] | [INFO] [stdout] 28 | &include_bytes!(concat!("archives/", $e))[..] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 38 | let bytes = tar!("simple.tar"); [INFO] [stdout] | ------------------ in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `include_bytes` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: couldn't read tests/archives/simple.tar: No such file or directory (os error 2) [INFO] [stdout] --> tests/all.rs:28:10 [INFO] [stdout] | [INFO] [stdout] 28 | &include_bytes!(concat!("archives/", $e))[..] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 83 | let mut ar = Archive::new(Cursor::new(tar!("simple.tar"))); [INFO] [stdout] | ------------------ in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `include_bytes` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: couldn't read tests/archives/simple_missing_last_header.tar: No such file or directory (os error 2) [INFO] [stdout] --> tests/all.rs:28:10 [INFO] [stdout] | [INFO] [stdout] 28 | &include_bytes!(concat!("archives/", $e))[..] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 98 | let mut ar = Archive::new(Cursor::new(tar!("simple_missing_last_header.tar"))); [INFO] [stdout] | -------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `include_bytes` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: couldn't read tests/archives/reading_files.tar: No such file or directory (os error 2) [INFO] [stdout] --> tests/all.rs:28:10 [INFO] [stdout] | [INFO] [stdout] 28 | &include_bytes!(concat!("archives/", $e))[..] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 113 | let rdr = Cursor::new(tar!("reading_files.tar")); [INFO] [stdout] | ------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `include_bytes` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: couldn't read tests/archives/reading_files.tar: No such file or directory (os error 2) [INFO] [stdout] --> tests/all.rs:28:10 [INFO] [stdout] | [INFO] [stdout] 28 | &include_bytes!(concat!("archives/", $e))[..] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 208 | let rdr = Cursor::new(tar!("reading_files.tar")); [INFO] [stdout] | ------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `include_bytes` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: couldn't read tests/archives/directory.tar: No such file or directory (os error 2) [INFO] [stdout] --> tests/all.rs:28:10 [INFO] [stdout] | [INFO] [stdout] 28 | &include_bytes!(concat!("archives/", $e))[..] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 240 | let rdr = Cursor::new(tar!("directory.tar")); [INFO] [stdout] | --------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `include_bytes` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: couldn't read tests/archives/reading_files.tar: No such file or directory (os error 2) [INFO] [stdout] --> tests/all.rs:28:10 [INFO] [stdout] | [INFO] [stdout] 28 | &include_bytes!(concat!("archives/", $e))[..] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 252 | let rdr = Cursor::new(tar!("reading_files.tar")); [INFO] [stdout] | ------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `include_bytes` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: couldn't read tests/archives/reading_files.tar: No such file or directory (os error 2) [INFO] [stdout] --> tests/all.rs:28:10 [INFO] [stdout] | [INFO] [stdout] 28 | &include_bytes!(concat!("archives/", $e))[..] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 274 | let rdr = Cursor::new(tar!("reading_files.tar")); [INFO] [stdout] | ------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `include_bytes` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: couldn't read tests/archives/link.tar: No such file or directory (os error 2) [INFO] [stdout] --> tests/all.rs:28:10 [INFO] [stdout] | [INFO] [stdout] 28 | &include_bytes!(concat!("archives/", $e))[..] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 287 | let rdr = Cursor::new(tar!("link.tar")); [INFO] [stdout] | ---------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `include_bytes` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: couldn't read tests/archives/link.tar: No such file or directory (os error 2) [INFO] [stdout] --> tests/all.rs:28:10 [INFO] [stdout] | [INFO] [stdout] 28 | &include_bytes!(concat!("archives/", $e))[..] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 310 | let rdr = Cursor::new(tar!("link.tar")); [INFO] [stdout] | ---------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `include_bytes` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: couldn't read tests/archives/xattrs.tar: No such file or directory (os error 2) [INFO] [stdout] --> tests/all.rs:28:10 [INFO] [stdout] | [INFO] [stdout] 28 | &include_bytes!(concat!("archives/", $e))[..] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 322 | let rdr = Cursor::new(tar!("xattrs.tar")); [INFO] [stdout] | ------------------ in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `include_bytes` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: couldn't read tests/archives/xattrs.tar: No such file or directory (os error 2) [INFO] [stdout] --> tests/all.rs:28:10 [INFO] [stdout] | [INFO] [stdout] 28 | &include_bytes!(concat!("archives/", $e))[..] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 337 | let rdr = Cursor::new(tar!("xattrs.tar")); [INFO] [stdout] | ------------------ in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `include_bytes` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: couldn't read tests/archives/duplicate_dirs.tar: No such file or directory (os error 2) [INFO] [stdout] --> tests/all.rs:28:10 [INFO] [stdout] | [INFO] [stdout] 28 | &include_bytes!(concat!("archives/", $e))[..] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 442 | let rdr = Cursor::new(tar!("duplicate_dirs.tar")); [INFO] [stdout] | -------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `include_bytes` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: couldn't read tests/archives/spaces.tar: No such file or directory (os error 2) [INFO] [stdout] --> tests/all.rs:28:10 [INFO] [stdout] | [INFO] [stdout] 28 | &include_bytes!(concat!("archives/", $e))[..] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 589 | let rdr = Cursor::new(tar!("spaces.tar")); [INFO] [stdout] | ------------------ in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `include_bytes` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: couldn't read tests/archives/empty_filename.tar: No such file or directory (os error 2) [INFO] [stdout] --> tests/all.rs:28:10 [INFO] [stdout] | [INFO] [stdout] 28 | &include_bytes!(concat!("archives/", $e))[..] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 627 | let rdr = Cursor::new(tar!("empty_filename.tar")); [INFO] [stdout] | -------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `include_bytes` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: couldn't read tests/archives/file_times.tar: No such file or directory (os error 2) [INFO] [stdout] --> tests/all.rs:28:10 [INFO] [stdout] | [INFO] [stdout] 28 | &include_bytes!(concat!("archives/", $e))[..] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 635 | let rdr = Cursor::new(tar!("file_times.tar")); [INFO] [stdout] | ---------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `include_bytes` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: couldn't read tests/archives/link.tar: No such file or directory (os error 2) [INFO] [stdout] --> tests/all.rs:28:10 [INFO] [stdout] | [INFO] [stdout] 28 | &include_bytes!(concat!("archives/", $e))[..] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 718 | let mut ar = Archive::new(Cursor::new(tar!("link.tar"))); [INFO] [stdout] | ---------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `include_bytes` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: couldn't read tests/archives/link.tar: No such file or directory (os error 2) [INFO] [stdout] --> tests/all.rs:28:10 [INFO] [stdout] | [INFO] [stdout] 28 | &include_bytes!(concat!("archives/", $e))[..] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 733 | let mut ar = Archive::new(Cursor::new(tar!("link.tar"))); [INFO] [stdout] | ---------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `include_bytes` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: couldn't read tests/archives/pax_size.tar: No such file or directory (os error 2) [INFO] [stdout] --> tests/all.rs:28:10 [INFO] [stdout] | [INFO] [stdout] 28 | &include_bytes!(concat!("archives/", $e))[..] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 747 | let mut ar = Archive::new(tar!("pax_size.tar")); [INFO] [stdout] | -------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `include_bytes` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: couldn't read tests/archives/pax.tar: No such file or directory (os error 2) [INFO] [stdout] --> tests/all.rs:28:10 [INFO] [stdout] | [INFO] [stdout] 28 | &include_bytes!(concat!("archives/", $e))[..] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 767 | let mut ar = Archive::new(tar!("pax.tar")); [INFO] [stdout] | --------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `include_bytes` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: couldn't read tests/archives/pax2.tar: No such file or directory (os error 2) [INFO] [stdout] --> tests/all.rs:28:10 [INFO] [stdout] | [INFO] [stdout] 28 | &include_bytes!(concat!("archives/", $e))[..] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 787 | let mut ar = Archive::new(tar!("pax2.tar")); [INFO] [stdout] | ---------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `include_bytes` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: couldn't read tests/archives/pax2.tar: No such file or directory (os error 2) [INFO] [stdout] --> tests/all.rs:28:10 [INFO] [stdout] | [INFO] [stdout] 28 | &include_bytes!(concat!("archives/", $e))[..] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 796 | let mut ar = Archive::new(tar!("pax2.tar")); [INFO] [stdout] | ---------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `include_bytes` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: couldn't read tests/archives/sparse.tar: No such file or directory (os error 2) [INFO] [stdout] --> tests/all.rs:28:10 [INFO] [stdout] | [INFO] [stdout] 28 | &include_bytes!(concat!("archives/", $e))[..] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 885 | let rdr = Cursor::new(tar!("sparse.tar")); [INFO] [stdout] | ------------------ in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `include_bytes` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: couldn't read tests/archives/sparse.tar: No such file or directory (os error 2) [INFO] [stdout] --> tests/all.rs:28:10 [INFO] [stdout] | [INFO] [stdout] 28 | &include_bytes!(concat!("archives/", $e))[..] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 935 | let rdr = Cursor::new(tar!("sparse.tar")); [INFO] [stdout] | ------------------ in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `include_bytes` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: couldn't read tests/archives/sparse-1.tar: No such file or directory (os error 2) [INFO] [stdout] --> tests/all.rs:28:10 [INFO] [stdout] | [INFO] [stdout] 28 | &include_bytes!(concat!("archives/", $e))[..] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 976 | let rdr = Cursor::new(tar!("sparse-1.tar")); [INFO] [stdout] | -------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `include_bytes` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: couldn't read tests/archives/7z_long_path.tar: No such file or directory (os error 2) [INFO] [stdout] --> tests/all.rs:28:10 [INFO] [stdout] | [INFO] [stdout] 28 | &include_bytes!(concat!("archives/", $e))[..] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 1159 | let rdr = Cursor::new(tar!("7z_long_path.tar")); [INFO] [stdout] | ------------------------ in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `include_bytes` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: couldn't read tests/archives/7z_long_path.tar: No such file or directory (os error 2) [INFO] [stdout] --> tests/all.rs:28:10 [INFO] [stdout] | [INFO] [stdout] 28 | &include_bytes!(concat!("archives/", $e))[..] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 1171 | let rdr = Cursor::new(tar!("7z_long_path.tar")); [INFO] [stdout] | ------------------------ in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `include_bytes` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: aborting due to 27 previous errors [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] error: could not compile `tar` due to 28 previous errors [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] error: build failed [INFO] [stderr] error: failed to migrate to next edition [INFO] [stderr] [INFO] [stderr] Caused by: [INFO] [stderr] process didn't exit successfully: `cargo fix --edition --allow-no-vcs --allow-dirty --frozen --all --all-targets --message-format=json` (exit status: 101) [INFO] running `Command { std: "docker" "inspect" "499bbab5bb9e061f7544842f4aa76f5eb625096200ab121b806d6f0124f0e42d", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "499bbab5bb9e061f7544842f4aa76f5eb625096200ab121b806d6f0124f0e42d", kill_on_drop: false }` [INFO] [stdout] 499bbab5bb9e061f7544842f4aa76f5eb625096200ab121b806d6f0124f0e42d