The orjson tarballs have a couple of files that have a timestamp of Jan 1, 1970.
Some tar(1) versions complain about this, since it often points to corruption in the tar file.
Example output:
gtar: orjson-3.10.16/include/pyo3/pyo3-ffi/Cargo.toml: implausibly old time stamp 1970-01-01 00:00:00
gtar: orjson-3.10.16/include/pyo3/pyo3-build-config/Cargo.toml: implausibly old time stamp 1970-01-01 00:00:00
gtar: orjson-3.10.16/Cargo.toml: implausibly old time stamp 1970-01-01 00:00:00
In https://github.com/ijl/orjson/issues/566 I was told that this behaviour comes from maturin.
In PyO3/maturin#2576 I was told this comes from the tar crate.
I'm not sure if this crate should change the default or not, but I thought I'd mention it.
The orjson tarballs have a couple of files that have a timestamp of Jan 1, 1970.
Some tar(1) versions complain about this, since it often points to corruption in the tar file.
Example output:
In https://github.com/ijl/orjson/issues/566 I was told that this behaviour comes from maturin.
In PyO3/maturin#2576 I was told this comes from the tar crate.
I'm not sure if this crate should change the default or not, but I thought I'd mention it.