Does anyone have any insight into why the wheel bu...
# development
h
Does anyone have any insight into why the wheel builds are failing on my ci config change PR: https://github.com/pantsbuild/pants/runs/7111347032
Note that I think the warnings about not being able to access git info are a red herring. Those also appear in successful runs, such as https://github.com/pantsbuild/pants/runs/6868714672?check_suite_focus=true
(I don't know what those warnings are about, since we do already run the
git config safe.directory
thing, but that's something to figure out later)
I can build the wheels locally with the same cmd CI uses:
./pants --no-dynamic-ui --concurrent package src/python/pants:pants-packaged src/python/pants/testutil:testutil_wheel
And they build in the macOS-ARM64 CI build
just not on linux/mac x86
e
That looks like a segfault (-11). That doesn't help much though.
h
i think it fails on main too, this unrelated PR is failing: https://github.com/pantsbuild/pants/pull/15994
h
Eeeeep
Retrying...
Nope. Dammit.
😢 1
Well, this is a mess
👀 1
h
how come?
h
It's just segfaulting at some unclear point
😢 1
h
b
Copy code
CalledProcessError(-4, ('./pants', '--no-dynamic-ui', '--concurrent', 'package', 'src/python/pants:pants-packaged', 'src/python/pants/testutil:testutil_wheel'))
https://github.com/pantsbuild/pants/runs/7123206247?check_suite_focus=true