Dev Release: <https://github.com/pantsbuild/pants/...
# development
w
In case anyone gets to it first, I'll be tackling the scie-pants update to support 2.32 this weekend, unless something goes off the rails: https://github.com/pantsbuild/scie-pants/issues/486 and https://github.com/pantsbuild/scie-pants/pull/490
It'll also contain the latest pex update - so should capture this bug too: https://github.com/pantsbuild/pants/issues/23136 cc @curved-manchester-66006 @happy-kitchen-89482
Also @curved-manchester-66006 Thoughts generating the new fat-pants CI in 2.32 as well? We can still refer to them as "experimental" bundles, but this seems like a good version to start kicking the tires on those more broadly
Linux ARM failed on
Copy code
File "/__w/pants/pants/src/python/pants/engine/internals/selectors.py", line 238, in Concurrently
    return await _Concurrently(tuple(__arg0))
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/__w/pants/pants/src/python/pants/engine/internals/selectors.py", line 49, in __await__
    result = yield self.calls
             ^^^^^^^^^^^^^^^^
  File "/__w/pants/pants/src/python/pants/engine/rules.py", line 66, in wrapper
    return await call
           ^^^^^^^^^^
  File "/__w/pants/pants/src/python/pants/engine/internals/selectors.py", line 37, in __await__
    result = yield self
             ^^^^^^^^^^
  File "/__w/pants/pants/src/python/pants/engine/intrinsics.py", line 111, in execute_process
    return await native_engine.execute_process(process, process_execution_environment)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
native_engine.IntrinsicError: materialize_directory() request to sandboxer process failed: status: Unknown, message: "transport error", details: [], metadata: MetadataMap { headers: {} }
I'm gone for a few hours, so can't look into this - I just re-started it, in case that fixes it
Yeah, worked after a re-run - that's an odd flake, unless it was sketchy network
c
Also @curved-manchester-66006 Thoughts generating the new fat-pants CI in 2.32 as well? We can still refer to them as "experimental" bundles, but this seems like a good version to start kicking the tires on those more broadly (edited)
I imaged we would keep them for a while until (1) we use them (2) someone else uses them (3) they turn out to be a bad idea.