elegant-family-19982
03/28/2025, 11:36 PMmain
branch, including on ARM64, and all tests will pass if you run ./pants test ::
. Note that on older machines you probably need to extend timeouts, e.g.
./pants test :: --no-test-timeouts --test-timeout-default=2400
https://github.com/pantsbuild/pants/pull/22094elegant-family-19982
03/30/2025, 4:32 PMcgo_test,py
and also addressed the CI failure seen yesterday. You can merge whenever ready assuming all clean in CI.elegant-family-19982
03/30/2025, 7:02 PMcgo_test.py
still failing with `StorageFull`:
E native_engine.IntrinsicError: Error making tempdir for local process execution: Custom { kind: StorageFull, error: PathError { path: "/tmp/pants-sandbox-91D4sQ", err: Os { code: 28, kind: StorageFull, message: "No space left on device" } } }
This patch upgrades a dependency and probably is loading more Go modules than before. Is there a way to increase space allocated to the runner so this test can pass?happy-kitchen-89482
03/30/2025, 8:39 PMhappy-kitchen-89482
03/30/2025, 8:39 PMhappy-kitchen-89482
03/30/2025, 8:40 PMelegant-family-19982
03/30/2025, 9:53 PM