davisusanibar commented on PR #34227: URL: https://github.com/apache/arrow/pull/34227#issuecomment-1502323494
> Hi @kou, just rebase changes with main branch, then I am seeing this errors message: > > ``` > 2023-04-10T19:21:26.6348210Z === Checking shared dependencies for libraries === > 2023-04-10T19:21:26.6348670Z + echo '=== Checking shared dependencies for libraries ===' > 2023-04-10T19:21:26.6349140Z ~/work/crossbow/crossbow/arrow/java-dist/x86_64 ~/work/crossbow/crossbow > 2023-04-10T19:21:26.6349600Z + pushd /Users/runner/work/crossbow/crossbow/arrow/java-dist/x86_64 > 2023-04-10T19:21:26.6350640Z + archery linking check-dependencies --allow CoreFoundation --allow Security --allow libSystem --allow libarrow_cdata_jni --allow libarrow_dataset_jni --allow libarrow_orc_jni --allow libc++ --allow libcurl --allow libgandiva_jni --allow libncurses --allow libobjc --allow libz libarrow_cdata_jni.dylib libarrow_dataset_jni.dylib libarrow_orc_jni.dylib libgandiva_jni.dylib > 2023-04-10T19:21:30.9851090Z Error: Unexpected shared dependency found in libgandiva_jni.dylib: `libzstd` > 2023-04-10T19:21:31.0508960Z ##[error]Process completed with exit code 1. > ``` > > Do you have some ideas about reason of this failing errors? This error message is the same that main branch is throw: https://github.com/ursacomputing/crossbow/actions/runs/4655934424/jobs/8239067973 ``` 2023-04-10T09:06:03.4314790Z === Checking shared dependencies for libraries === 2023-04-10T09:06:03.4316170Z + echo '=== Checking shared dependencies for libraries ===' 2023-04-10T09:06:03.4317220Z ~/work/crossbow/crossbow/arrow/java-dist/x86_64 ~/work/crossbow/crossbow 2023-04-10T09:06:03.4319550Z + pushd /Users/runner/work/crossbow/crossbow/arrow/java-dist/x86_64 2023-04-10T09:06:03.4328980Z + archery linking check-dependencies --allow CoreFoundation --allow Security --allow libSystem --allow libarrow_cdata_jni --allow libarrow_dataset_jni --allow libarrow_orc_jni --allow libc++ --allow libcurl --allow libgandiva_jni --allow libncurses --allow libobjc --allow libz libarrow_cdata_jni.dylib libarrow_dataset_jni.dylib libarrow_orc_jni.dylib libgandiva_jni.dylib 2023-04-10T09:06:08.5479250Z Error: Unexpected shared dependency found in libgandiva_jni.dylib: `libzstd` 2023-04-10T09:06:08.6240940Z ##[error]Process completed with exit code 1. ``` -- 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]
