You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mxnet.apache.org by GitBox <gi...@apache.org> on 2020/03/04 09:36:56 UTC

[GitHub] [incubator-mxnet] samskalicky edited a comment on issue #16535: CI Travis time out

samskalicky edited a comment on issue #16535: CI Travis time out 
URL: https://github.com/apache/incubator-mxnet/issues/16535#issuecomment-594417416
 
 
   > It does expose the problem that in the staticbuild `libcustomop_lib.so not found` and `library libsubgraph_lib.so`, failing the respective tests.
   
   It looks like the library was being built:
   ```
   2020-03-04T04:31:36.4082230Z [2/566] Building CXX object CMakeFiles/customop_lib.dir/example/extensions/lib_custom_op/gemm_lib.cc.o
   2020-03-04T04:31:36.4154920Z clang: warning: argument unused during compilation: '-shared' [-Wunused-command-line-argument]
   2020-03-04T04:31:36.4698910Z [3/566] Linking CXX shared library libcustomop_lib.dylib
   ```
   
   And then the test is looking for: 
   ```
   mxnet.base.MXNetError: library libcustomop_lib.so not found 
   ```
   This is coming from this code:
   https://github.com/apache/incubator-mxnet/blob/5cffa744859658d8192041eafcdcfcf176d27482/tests/python/unittest/test_extensions.py#L37-L51
   
   So maybe all we need to do is something like this to have the test look for the correct mac library file
   https://github.com/samskalicky/incubator-mxnet/commit/981900ac9eff72bd16d2ab42705037280826353f

----------------------------------------------------------------
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.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services