[INFO] crate tar 0.4.28 is already in cache [INFO] testing tar-0.4.28 against beta-2020-06-03 for beta-1.45-1 [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 beta-2020-06-03 [INFO] running `"/workspace/cargo-home/bin/cargo" "+beta-2020-06-03" "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" "+beta-2020-06-03" "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=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" "+beta-2020-06-03" "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] f6fc02e19b07968331bb107db3e277d51745209948b5e830cbd919ea4d7dd36a [INFO] running `"docker" "start" "-a" "f6fc02e19b07968331bb107db3e277d51745209948b5e830cbd919ea4d7dd36a"` [INFO] [stderr] sudo: setrlimit(RLIMIT_CORE): Operation not permitted [INFO] [stderr] Compiling libc v0.2.70 [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 5.43s [INFO] running `"docker" "inspect" "f6fc02e19b07968331bb107db3e277d51745209948b5e830cbd919ea4d7dd36a"` [INFO] running `"docker" "rm" "-f" "f6fc02e19b07968331bb107db3e277d51745209948b5e830cbd919ea4d7dd36a"` [INFO] [stdout] f6fc02e19b07968331bb107db3e277d51745209948b5e830cbd919ea4d7dd36a [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=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" "+beta-2020-06-03" "test" "--frozen" "--no-run"` [INFO] [stdout] 36ff88938735ea4511d89fa3b50214ac02adf62f8e9894132f58b7c144b99268 [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] running `"docker" "start" "-a" "36ff88938735ea4511d89fa3b50214ac02adf62f8e9894132f58b7c144b99268"` [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" "36ff88938735ea4511d89fa3b50214ac02adf62f8e9894132f58b7c144b99268"` [INFO] running `"docker" "rm" "-f" "36ff88938735ea4511d89fa3b50214ac02adf62f8e9894132f58b7c144b99268"` [INFO] [stdout] 36ff88938735ea4511d89fa3b50214ac02adf62f8e9894132f58b7c144b99268