[INFO] crate tar 0.4.28 is already in cache [INFO] testing tar-0.4.28 against 1.44.0 for beta-1.45-1 [INFO] extracting crate tar 0.4.28 into /workspace/builds/worker-2/source [INFO] validating manifest of crates.io crate tar 0.4.28 on toolchain 1.44.0 [INFO] running `"/workspace/cargo-home/bin/cargo" "+1.44.0" "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-2/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" "+1.44.0" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] running `"docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2/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=warn" "-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" "+1.44.0" "build" "--frozen"` [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] [stdout] d00f15d1f1073b8d10285d53d9a162ec942d7b819e70b46f51dc24468a34d7ea [INFO] running `"docker" "start" "-a" "d00f15d1f1073b8d10285d53d9a162ec942d7b819e70b46f51dc24468a34d7ea"` [INFO] [stderr] sudo: setrlimit(RLIMIT_CORE): Operation not permitted [INFO] [stderr] Compiling xattr v0.2.2 [INFO] [stderr] Compiling filetime v0.2.10 [INFO] [stderr] Compiling tar v0.4.28 (/opt/rustwide/workdir) [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 2.82s [INFO] running `"docker" "inspect" "d00f15d1f1073b8d10285d53d9a162ec942d7b819e70b46f51dc24468a34d7ea"` [INFO] running `"docker" "rm" "-f" "d00f15d1f1073b8d10285d53d9a162ec942d7b819e70b46f51dc24468a34d7ea"` [INFO] [stdout] d00f15d1f1073b8d10285d53d9a162ec942d7b819e70b46f51dc24468a34d7ea [INFO] running `"docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2/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=warn" "-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" "+1.44.0" "test" "--frozen" "--no-run"` [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] [stdout] 7cdc40daa56def700a83b90a63df90aff6cf8ff19c519da1ab72c13fe09df2aa [INFO] running `"docker" "start" "-a" "7cdc40daa56def700a83b90a63df90aff6cf8ff19c519da1ab72c13fe09df2aa"` [INFO] [stderr] sudo: setrlimit(RLIMIT_CORE): Operation not permitted [INFO] [stderr] Compiling getrandom v0.1.14 [INFO] [stderr] Compiling rand_core v0.5.1 [INFO] [stderr] Compiling rand_chacha v0.2.2 [INFO] [stderr] Compiling rand v0.7.3 [INFO] [stderr] Compiling tempfile v3.1.0 [INFO] [stderr] Compiling tar v0.4.28 (/opt/rustwide/workdir) [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] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] error: build failed [INFO] running `"docker" "inspect" "7cdc40daa56def700a83b90a63df90aff6cf8ff19c519da1ab72c13fe09df2aa"` [INFO] running `"docker" "rm" "-f" "7cdc40daa56def700a83b90a63df90aff6cf8ff19c519da1ab72c13fe09df2aa"` [INFO] [stdout] 7cdc40daa56def700a83b90a63df90aff6cf8ff19c519da1ab72c13fe09df2aa