You are viewing a plain text version of this content. The canonical link for it is here.
Posted to github@arrow.apache.org by "davisusanibar (via GitHub)" <gi...@apache.org> on 2023/04/22 05:18:45 UTC

[GitHub] [arrow] davisusanibar commented on pull request #35277: GH-35274: [Java][CI] Enable GCS on MacOS

davisusanibar commented on PR #35277:
URL: https://github.com/apache/arrow/pull/35277#issuecomment-1518514785

   I am seeing error on MacOS aarch_64 with message `dyld: lazy symbol binding failed: Symbol not found: _curl_multi_poll` @kou / @assignUser  Do you have any idea about the reason of?
   
   ```c++
   Running arrow-gcsfs-test, redirecting output into /Users/voltrondata/github-actions-runner/_work/crossbow/crossbow/arrow/cpp-build/cpp/build/test-logs/arrow-gcsfs-test.txt (attempt 1/1)
   /Users/voltrondata/github-actions-runner/_work/crossbow/crossbow/arrow/cpp/build-support/run-test.sh: line 91: 33793 Abort trap: 6           $TEST_EXECUTABLE "$@" > $LOGFILE.raw 2>&1
   INFO:werkzeug:WARNING: This is a development server. Do not use it in a production deployment. Use a production WSGI server instead.
    * Running on http://localhost:63593
   INFO:werkzeug:Press CTRL+C to quit
   INFO:werkzeug: * Restarting with stat
   Running main() from /Users/voltrondata/github-actions-runner/_work/crossbow/crossbow/arrow/cpp-build/cpp/googletest_ep-prefix/src/googletest_ep/googletest/src/gtest_main.cc
   [==========] Running 99 tests from 3 test suites.
   [----------] Global test environment set-up.
   [----------] 26 tests from TestGCSFSGeneric
   [ RUN      ] TestGCSFSGeneric.Empty
   dyld: lazy symbol binding failed: Symbol not found: _curl_multi_poll
     Referenced from: /Users/voltrondata/github-actions-runner/_work/crossbow/crossbow/arrow/cpp-build/cpp/release/arrow-gcsfs-test
     Expected in: /usr/lib/libcurl.4.dylib
   
   dyld: Symbol not found: _curl_multi_poll
     Referenced from: /Users/voltrondata/github-actions-runner/_work/crossbow/crossbow/arrow/cpp-build/cpp/release/arrow-gcsfs-test
     Expected in: /usr/lib/libcurl.4.dylib
   
   ...
   ...
   
   Total Test time (real) = 121.27 sec
   
   The following tests FAILED:
   	 61 - arrow-gcsfs-test (Failed)
   Errors while running CTest
   ```


-- 
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: github-unsubscribe@arrow.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org