davisusanibar commented on issue #39919: URL: https://github.com/apache/arrow/issues/39919#issuecomment-1935130012
> > > I'm not sure we can yank a maven package. > > > Why isn't this caught in the java-jars pipeline? > > > > > > Java-jars is running unders macOS environment, then all the validation finished without problem on macOS: https://github.com/ursacomputing/crossbow/actions/runs/7543210134/job/20535105142 > > ``` > > > > Operating System > > macOS > > 12.7.2 > > 21G1974 > > Runner Image > > Image: macos-12 > > Version: 202[3](https://github.com/ursacomputing/crossbow/actions/runs/7543210134/job/20535105142#step:1:3)121[6](https://github.com/ursacomputing/crossbow/actions/runs/7543210134/job/20535105142#step:1:7).1 > > Included Software: https://github.com/actions/runner-images/blob/macOS-12/20231216.1/images/macos/macos-12-Readme.md > > Image Release: https://github.com/actions/runner-images/releases/tag/macOS-12%2F20231216.1 > > ``` > > Error related to `undefined symbol: _ZTIN6google8protobuf7MessageE` also appear with nightly versions: > > ``` > Error with Dataset 15.0.0: > - git clone https://github.com/davisusanibar/dataset-error-linux-env.git > - mvn compile exec:java -Dexec.mainClass="dataset.TestMe" -Dmaven.compiler.target=8 -Dmaven.compiler.source=8 > > > Error with Dataset 16.0.0-SNAPSHOT: > - git clone https://github.com/davisusanibar/dataset-error-linux-env.git > - git checkout test-with-nightly-version > - mvn compile exec:java -Dexec.mainClass="dataset.TestMe" -Dmaven.compiler.target=8 -Dmaven.compiler.source=8 > ``` Reviewing crossbow http://crossbow.voltrondata.com/ JNI libraries uploaded to Github Assets, we found that 2023-12-09 was the first time we saw U=Undefined on the libarrow_dataset_jni.so library. <img width="912" alt="image" src="https://github.com/apache/arrow/assets/4554485/af57f143-b020-4fcb-b21b-ac8c909d11f1"> ```` 2023-12-08: OK - https://github.com/ursacomputing/crossbow/actions/runs/7139118592 nm libarrow_dataset_jni.so | grep ZTIN6google8protobuf7Messag 0000000002f5dd78 V _ZTIN6google8protobuf7MessageE 2023-12-09: NOK --> First undefined appear U - https://github.com/ursacomputing/crossbow/actions/runs/7150103719 nm libarrow_dataset_jni.so | grep ZTIN6google8protobuf7Messag U _ZTIN6google8protobuf7MessageE ```` -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
