Releasers: need help debugging broken releases for...
# development
e
Releasers: need help debugging broken releases for 2.11.x...
So, this:
Copy code
$ aws --profile pantsbuild s3 ls <s3://binaries.pantsbuild.org/wheels/3rdparty/b27a00dd9228d488fc603062fefe1e535b530f5d/2.10.0+gitb27a00dd/ijson>
2022-03-23 11:57:56      52924 ijson-3.1.4-cp37-cp37m-macosx_10_9_x86_64.whl
2022-03-23 11:41:47     126253 ijson-3.1.4-cp37-cp37m-manylinux2010_x86_64.whl
2022-03-23 11:57:56      52925 ijson-3.1.4-cp38-cp38-macosx_10_9_x86_64.whl
2022-03-23 11:41:47     133160 ijson-3.1.4-cp38-cp38-manylinux2010_x86_64.whl
2022-03-23 11:57:56      52934 ijson-3.1.4-cp39-cp39-macosx_10_9_x86_64.whl
2022-03-23 11:41:47     131416 ijson-3.1.4-cp39-cp39-manylinux2010_x86_64.whl
$ aws --profile pantsbuild s3 ls <s3://binaries.pantsbuild.org/wheels/3rdparty/82d0d5b7b4fadc3af92a48d66c15c3c4e34fb72c/2.10.1rc0+git82d0d5b7/ijson>
2022-04-07 13:34:56      52924 ijson-3.1.4-cp37-cp37m-macosx_10_9_x86_64.whl
2022-04-07 12:34:57     126253 ijson-3.1.4-cp37-cp37m-manylinux2010_x86_64.whl
2022-04-07 13:34:56      52925 ijson-3.1.4-cp38-cp38-macosx_10_9_x86_64.whl
2022-04-07 12:34:57     133160 ijson-3.1.4-cp38-cp38-manylinux2010_x86_64.whl
2022-04-07 13:34:56      52934 ijson-3.1.4-cp39-cp39-macosx_10_9_x86_64.whl
2022-04-07 12:34:57     131416 ijson-3.1.4-cp39-cp39-manylinux2010_x86_64.whl
$ aws --profile pantsbuild s3 ls <s3://binaries.pantsbuild.org/wheels/3rdparty/15da8db4f25d54b30d50ca4e00c066ae642a099c/2.11.0rc0+git15da8db4/ijson>
2022-03-17 15:46:26      52924 ijson-3.1.4-cp37-cp37m-macosx_10_9_x86_64.whl
2022-03-17 15:19:43     126253 ijson-3.1.4-cp37-cp37m-manylinux2010_x86_64.whl
IOW starting with the 1st 2.11.x rc we don't have all wheels any more, just 3.7. @hundreds-father-404 you did rc0 and rc1 and I know you can't publish Pants PEXes for some mac M1 reasons; so this slipped through until me here in rc2.
Does anyone recall relevant CI changes? I'm being lazy for 30 minutes before I dig into all this.
h
It needs to be cherry picked
e
Goddammit. OK. Thanks.
1
h
This is not super kosher, but I do not think it is the end of the world to manually edit the script with this change to unblock you doing the in progress release. So long as the proper fix is cherry picked after
e
Definitely not kosher. Not passing the buck here.
👍 1
b
Mentally debating the kosherness of cherries now.
🍒 1