Peter Scheibel
Peter Scheibel
This is running into unrelated CI errors described by https://github.com/spack/spack/issues/32470
Close/reopen to restart unit tests
@spackbot run pipeline
@robertu94 Could you try setting `default=False` for the `+libpressio` variant in `adios2`: that would confirm whether there might be some difference in the CI environment which prevents that from building...
@robertu94 if you are able to try reverting the latest commit, we can see if this was a temporary error, but I suspect the changes to `adios2` may in fact...
The style tests are failing in the bootstrap phase: I'm checking if this can be fixed by restarting the CI
@johnwparent can you push an empty commit here? That restarts things "more-thoroughly". I haven't seen this error pop up in other PRs (except for https://github.com/spack/spack/pull/31141) but I agree there doesn't...
> and it also apparently handles version(..., extension='.tar.gz') which we should immediately deprecate To be clear: you are arguing that we should remove the user option to set `extension=.tar.gz` (or...
Unit tests for Python 2.7 are failing on: ``` def decomp_in_memory(cls, stream): if is_bz2_supported(): return io.BytesIO( initial_bytes=bz2.BZ2Decompressor().decompress( > stream.read(), max_length=TarFileType.offset() + TarFileType.header_size() ) ) E TypeError: decompress() takes no keyword...
@spackbot run pipeline