[INFO] fetching crate tar 0.4.28... [INFO] checking tar-0.4.28 against master#783139bd8fc3b94fac9a1bf81bba2c506e8221b6 for pr-72644 [INFO] extracting crate tar 0.4.28 into /workspace/builds/worker-11/source [INFO] validating manifest of crates.io crate tar 0.4.28 on toolchain 783139bd8fc3b94fac9a1bf81bba2c506e8221b6 [INFO] running `"/workspace/cargo-home/bin/cargo" "+783139bd8fc3b94fac9a1bf81bba2c506e8221b6" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started tweaking crates.io crate tar 0.4.28 [INFO] finished tweaking crates.io crate tar 0.4.28 [INFO] tweaked toml for crates.io crate tar 0.4.28 written to /workspace/builds/worker-11/source/Cargo.toml [INFO] crate crates.io crate tar 0.4.28 already has a lockfile, it will not be regenerated [INFO] running `"/workspace/cargo-home/bin/cargo" "+783139bd8fc3b94fac9a1bf81bba2c506e8221b6" "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" "+783139bd8fc3b94fac9a1bf81bba2c506e8221b6" "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] 59dc9d15685490058ecc6fd09020bbb0a6f5698acb890ab039f1bd46d0e6a975 [INFO] running `"docker" "start" "-a" "59dc9d15685490058ecc6fd09020bbb0a6f5698acb890ab039f1bd46d0e6a975"` [INFO] [stderr] sudo: setrlimit(RLIMIT_CORE): Operation not permitted [INFO] [stderr] Checking cfg-if v0.1.10 [INFO] [stderr] Compiling getrandom v0.1.14 [INFO] [stderr] Checking ppv-lite86 v0.2.8 [INFO] [stderr] Checking remove_dir_all v0.5.2 [INFO] [stderr] Checking xattr v0.2.2 [INFO] [stderr] Checking filetime v0.2.10 [INFO] [stderr] Checking tar v0.4.28 (/opt/rustwide/workdir) [INFO] [stderr] Checking rand_core v0.5.1 [INFO] [stderr] Checking rand_chacha v0.2.2 [INFO] [stderr] Checking rand v0.7.3 [INFO] [stderr] Checking tempfile v3.1.0 [INFO] [stderr] error: couldn't read tests/archives/simple.tar: No such file or directory (os error 2) [INFO] [stderr] --> tests/all.rs:28:10 [INFO] [stderr] | [INFO] [stderr] 28 | &include_bytes!(concat!("archives/", $e))[..] [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] ... [INFO] [stderr] 38 | let bytes = tar!("simple.tar"); [INFO] [stderr] | ------------------ in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error: couldn't read tests/archives/simple.tar: No such file or directory (os error 2) [INFO] [stderr] --> tests/all.rs:28:10 [INFO] [stderr] | [INFO] [stderr] 28 | &include_bytes!(concat!("archives/", $e))[..] [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] ... [INFO] [stderr] 83 | let mut ar = Archive::new(Cursor::new(tar!("simple.tar"))); [INFO] [stderr] | ------------------ in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error: couldn't read tests/archives/simple_missing_last_header.tar: No such file or directory (os error 2) [INFO] [stderr] --> tests/all.rs:28:10 [INFO] [stderr] | [INFO] [stderr] 28 | &include_bytes!(concat!("archives/", $e))[..] [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] ... [INFO] [stderr] 98 | let mut ar = Archive::new(Cursor::new(tar!("simple_missing_last_header.tar"))); [INFO] [stderr] | -------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error: couldn't read tests/archives/reading_files.tar: No such file or directory (os error 2) [INFO] [stderr] --> tests/all.rs:28:10 [INFO] [stderr] | [INFO] [stderr] 28 | &include_bytes!(concat!("archives/", $e))[..] [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] ... [INFO] [stderr] 113 | let rdr = Cursor::new(tar!("reading_files.tar")); [INFO] [stderr] | ------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error: couldn't read tests/archives/reading_files.tar: No such file or directory (os error 2) [INFO] [stderr] --> tests/all.rs:28:10 [INFO] [stderr] | [INFO] [stderr] 28 | &include_bytes!(concat!("archives/", $e))[..] [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] ... [INFO] [stderr] 208 | let rdr = Cursor::new(tar!("reading_files.tar")); [INFO] [stderr] | ------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error: couldn't read tests/archives/directory.tar: No such file or directory (os error 2) [INFO] [stderr] --> tests/all.rs:28:10 [INFO] [stderr] | [INFO] [stderr] 28 | &include_bytes!(concat!("archives/", $e))[..] [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] ... [INFO] [stderr] 240 | let rdr = Cursor::new(tar!("directory.tar")); [INFO] [stderr] | --------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error: couldn't read tests/archives/xattrs.tar: No such file or directory (os error 2) [INFO] [stderr] --> tests/all.rs:28:10 [INFO] [stderr] | [INFO] [stderr] 28 | &include_bytes!(concat!("archives/", $e))[..] [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] ... [INFO] [stderr] 252 | let rdr = Cursor::new(tar!("xattrs.tar")); [INFO] [stderr] | ------------------ in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error: couldn't read tests/archives/xattrs.tar: No such file or directory (os error 2) [INFO] [stderr] --> tests/all.rs:28:10 [INFO] [stderr] | [INFO] [stderr] 28 | &include_bytes!(concat!("archives/", $e))[..] [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] ... [INFO] [stderr] 267 | let rdr = Cursor::new(tar!("xattrs.tar")); [INFO] [stderr] | ------------------ in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error: couldn't read tests/archives/duplicate_dirs.tar: No such file or directory (os error 2) [INFO] [stderr] --> tests/all.rs:28:10 [INFO] [stderr] | [INFO] [stderr] 28 | &include_bytes!(concat!("archives/", $e))[..] [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] ... [INFO] [stderr] 372 | let rdr = Cursor::new(tar!("duplicate_dirs.tar")); [INFO] [stderr] | -------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error: couldn't read tests/archives/spaces.tar: No such file or directory (os error 2) [INFO] [stderr] --> tests/all.rs:28:10 [INFO] [stderr] | [INFO] [stderr] 28 | &include_bytes!(concat!("archives/", $e))[..] [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] ... [INFO] [stderr] 519 | let rdr = Cursor::new(tar!("spaces.tar")); [INFO] [stderr] | ------------------ in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error: couldn't read tests/archives/empty_filename.tar: No such file or directory (os error 2) [INFO] [stderr] --> tests/all.rs:28:10 [INFO] [stderr] | [INFO] [stderr] 28 | &include_bytes!(concat!("archives/", $e))[..] [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] ... [INFO] [stderr] 557 | let rdr = Cursor::new(tar!("empty_filename.tar")); [INFO] [stderr] | -------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error: couldn't read tests/archives/file_times.tar: No such file or directory (os error 2) [INFO] [stderr] --> tests/all.rs:28:10 [INFO] [stderr] | [INFO] [stderr] 28 | &include_bytes!(concat!("archives/", $e))[..] [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] ... [INFO] [stderr] 565 | let rdr = Cursor::new(tar!("file_times.tar")); [INFO] [stderr] | ---------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error: couldn't read tests/archives/link.tar: No such file or directory (os error 2) [INFO] [stderr] --> tests/all.rs:28:10 [INFO] [stderr] | [INFO] [stderr] 28 | &include_bytes!(concat!("archives/", $e))[..] [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] ... [INFO] [stderr] 627 | let mut ar = Archive::new(Cursor::new(tar!("link.tar"))); [INFO] [stderr] | ---------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error: couldn't read tests/archives/link.tar: No such file or directory (os error 2) [INFO] [stderr] --> tests/all.rs:28:10 [INFO] [stderr] | [INFO] [stderr] 28 | &include_bytes!(concat!("archives/", $e))[..] [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] ... [INFO] [stderr] 642 | let mut ar = Archive::new(Cursor::new(tar!("link.tar"))); [INFO] [stderr] | ---------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error: couldn't read tests/archives/pax.tar: No such file or directory (os error 2) [INFO] [stderr] --> tests/all.rs:28:10 [INFO] [stderr] | [INFO] [stderr] 28 | &include_bytes!(concat!("archives/", $e))[..] [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] ... [INFO] [stderr] 656 | let mut ar = Archive::new(tar!("pax.tar")); [INFO] [stderr] | --------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error: couldn't read tests/archives/pax2.tar: No such file or directory (os error 2) [INFO] [stderr] --> tests/all.rs:28:10 [INFO] [stderr] | [INFO] [stderr] 28 | &include_bytes!(concat!("archives/", $e))[..] [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] ... [INFO] [stderr] 676 | let mut ar = Archive::new(tar!("pax2.tar")); [INFO] [stderr] | ---------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error: couldn't read tests/archives/sparse.tar: No such file or directory (os error 2) [INFO] [stderr] --> tests/all.rs:28:10 [INFO] [stderr] | [INFO] [stderr] 28 | &include_bytes!(concat!("archives/", $e))[..] [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] ... [INFO] [stderr] 758 | let rdr = Cursor::new(tar!("sparse.tar")); [INFO] [stderr] | ------------------ in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error: couldn't read tests/archives/sparse.tar: No such file or directory (os error 2) [INFO] [stderr] --> tests/all.rs:28:10 [INFO] [stderr] | [INFO] [stderr] 28 | &include_bytes!(concat!("archives/", $e))[..] [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] ... [INFO] [stderr] 808 | let rdr = Cursor::new(tar!("sparse.tar")); [INFO] [stderr] | ------------------ in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error: couldn't read tests/archives/7z_long_path.tar: No such file or directory (os error 2) [INFO] [stderr] --> tests/all.rs:28:10 [INFO] [stderr] | [INFO] [stderr] 28 | &include_bytes!(concat!("archives/", $e))[..] [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] ... [INFO] [stderr] 1018 | let rdr = Cursor::new(tar!("7z_long_path.tar")); [INFO] [stderr] | ------------------------ in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error: aborting due to 19 previous errors [INFO] [stderr] [INFO] [stderr] error: could not compile `tar`. [INFO] [stderr] [INFO] [stderr] To learn more, run the command again with --verbose. [INFO] running `"docker" "inspect" "59dc9d15685490058ecc6fd09020bbb0a6f5698acb890ab039f1bd46d0e6a975"` [INFO] running `"docker" "rm" "-f" "59dc9d15685490058ecc6fd09020bbb0a6f5698acb890ab039f1bd46d0e6a975"` [INFO] [stdout] 59dc9d15685490058ecc6fd09020bbb0a6f5698acb890ab039f1bd46d0e6a975