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/08/04 21:25:32 UTC

[GitHub] [incubator-mxnet] eric-haibin-lin opened a new issue #18861: MXNet nightly build linker error

eric-haibin-lin opened a new issue #18861:
URL: https://github.com/apache/incubator-mxnet/issues/18861


   https://jenkins.mxnet-ci.amazon-ml.com/job/restricted-mxnet-cd/job/mxnet-cd-release-job/1507/execution/node/165/log/ 
   
   ```
   13:19:26  /lib/../lib64/crti.o: In function `_init':
   13:19:26  (.init+0x7): relocation truncated to fit: R_X86_64_GOTPCREL against undefined symbol `__gmon_start__'
   13:19:26  CMakeFiles/nnvm.dir/3rdparty/tvm/nnvm/src/c_api/c_api_symbolic.cc.o: In function `NNSymbolFree':
   13:19:26  c_api_symbolic.cc:(.text+0x100): relocation truncated to fit: R_X86_64_GOTPCREL against symbol `__pthread_key_create@@GLIBC_2.2.5' defined in .text section in /lib64/libpthread.so.0
   13:19:26  CMakeFiles/nnvm.dir/3rdparty/tvm/nnvm/src/c_api/c_api_symbolic.cc.o: In function `NNGetOpHandle':
   13:19:26  c_api_symbolic.cc:(.text+0x236): relocation truncated to fit: R_X86_64_REX_GOTPCRELX against symbol `std::string::_Rep::_S_empty_rep_storage@@GLIBCXX_3.4' defined in .bss section in /usr/lib64/libstdc++.so.6
   13:19:26  c_api_symbolic.cc:(.text+0x24b): relocation truncated to fit: R_X86_64_GOTPCREL against symbol `__pthread_key_create@@GLIBC_2.2.5' defined in .text section in /lib64/libpthread.so.0
   13:19:26  c_api_symbolic.cc:(.text+0x28d): relocation truncated to fit: R_X86_64_REX_GOTPCRELX against symbol `std::string::_Rep::_S_empty_rep_storage@@GLIBCXX_3.4' defined in .bss section in /usr/lib64/libstdc++.so.6
   13:19:26  CMakeFiles/nnvm.dir/3rdparty/tvm/nnvm/src/c_api/c_api_symbolic.cc.o: In function `NNSymbolCreateVariable':
   13:19:26  c_api_symbolic.cc:(.text+0x388): relocation truncated to fit: R_X86_64_GOTPCREL against symbol `__pthread_key_create@@GLIBC_2.2.5' defined in .text section in /lib64/libpthread.so.0
   13:19:26  c_api_symbolic.cc:(.text+0x3eb): relocation truncated to fit: R_X86_64_GOTPCREL against symbol `__pthread_key_create@@GLIBC_2.2.5' defined in .text section in /lib64/libpthread.so.0
   13:19:26  c_api_symbolic.cc:(.text+0x4c7): relocation truncated to fit: R_X86_64_REX_GOTPCRELX against symbol `std::string::_Rep::_S_empty_rep_storage@@GLIBCXX_3.4' defined in .bss section in /usr/lib64/libstdc++.so.6
   13:19:26  c_api_symbolic.cc:(.text+0x573): relocation truncated to fit: R_X86_64_GOTPCREL against symbol `__pthread_key_create@@GLIBC_2.2.5' defined in .text section in /lib64/libpthread.so.0
   13:19:26  c_api_symbolic.cc:(.text+0x5bd): relocation truncated to fit: R_X86_64_REX_GOTPCRELX against symbol `std::string::_Rep::_S_empty_rep_storage@@GLIBCXX_3.4' defined in .bss section in /usr/lib64/libstdc++.so.6
   13:19:26  CMakeFiles/nnvm.dir/3rdparty/tvm/nnvm/src/c_api/c_api_symbolic.cc.o: In function `NNSymbolGetOutput':
   13:19:26  c_api_symbolic.cc:(.text+0x6c3): additional relocation overflows omitted from the output
   13:19:26  libmxnet.so: PC-relative offset overflow in PLT entry for `_ZN5mxnet2op8mxnet_op6KernelINS0_16ElemwiseBinaryOp15MissingLValueOpINS1_19backward_grad_tunedINS0_10mshadow_op4signEEELi1EEEN7mshadow3cpuEE11LaunchTunedIS8_NSA_4half6half_tEJPSF_SG_EEEvPNSA_6StreamISB_EEmDpT1_'
   13:19:26  collect2: error: ld returned 1 exit status
   ```
   
   @szha @leezu FYI


----------------------------------------------------------------
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



[GitHub] [incubator-mxnet] leezu commented on issue #18861: MXNet nightly build linker error

Posted by GitBox <gi...@apache.org>.
leezu commented on issue #18861:
URL: https://github.com/apache/incubator-mxnet/issues/18861#issuecomment-669598567


   This is the `build_dynamic_libmxnet cu92` pipeline, which is useless. I think we can delete the pipeline and refactor the CD code to just use the static build. See https://github.com/apache/incubator-mxnet/issues/18233


----------------------------------------------------------------
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



[GitHub] [incubator-mxnet] eric-haibin-lin commented on issue #18861: MXNet nightly build linker error

Posted by GitBox <gi...@apache.org>.
eric-haibin-lin commented on issue #18861:
URL: https://github.com/apache/incubator-mxnet/issues/18861#issuecomment-668834788


   @szha how to work around this issue in the short term? 
   


----------------------------------------------------------------
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



[GitHub] [incubator-mxnet] szha commented on issue #18861: MXNet nightly build linker error

Posted by GitBox <gi...@apache.org>.
szha commented on issue #18861:
URL: https://github.com/apache/incubator-mxnet/issues/18861#issuecomment-668837341


   One way is to only build for the cuda arch for your machine. A longer term solution would be the RTC solution that @ptrendx is developing


----------------------------------------------------------------
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



[GitHub] [incubator-mxnet] leezu closed issue #18861: MXNet nightly build linker error

Posted by GitBox <gi...@apache.org>.
leezu closed issue #18861:
URL: https://github.com/apache/incubator-mxnet/issues/18861


   


----------------------------------------------------------------
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



[GitHub] [incubator-mxnet] leezu edited a comment on issue #18861: MXNet nightly build linker error

Posted by GitBox <gi...@apache.org>.
leezu edited a comment on issue #18861:
URL: https://github.com/apache/incubator-mxnet/issues/18861#issuecomment-669616512


   Let's close this issue as the nightly build pipeline referenced here is unused.


----------------------------------------------------------------
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



[GitHub] [incubator-mxnet] szha commented on issue #18861: MXNet nightly build linker error

Posted by GitBox <gi...@apache.org>.
szha commented on issue #18861:
URL: https://github.com/apache/incubator-mxnet/issues/18861#issuecomment-668834041


   Seems that our binary is getting too big again
   ```
   13:19:26  libmxnet.so: PC-relative offset overflow in PLT entry for `_ZN5mxnet2op8mxnet_op6KernelINS0_16ElemwiseBinaryOp15MissingLValueOpINS1_19backward_grad_tunedINS0_10mshadow_op4signEEELi1EEEN7mshadow3cpuEE11LaunchTunedIS8_NSA_4half6half_tEJPSF_SG_EEEvPNSA_6StreamISB_EEmDpT1_'
   ```


----------------------------------------------------------------
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



[GitHub] [incubator-mxnet] leezu commented on issue #18861: MXNet nightly build linker error

Posted by GitBox <gi...@apache.org>.
leezu commented on issue #18861:
URL: https://github.com/apache/incubator-mxnet/issues/18861#issuecomment-669616512


   Let's close this issue as the nightly build referenced here is unused.


----------------------------------------------------------------
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



[GitHub] [incubator-mxnet] szha commented on issue #18861: MXNet nightly build linker error

Posted by GitBox <gi...@apache.org>.
szha commented on issue #18861:
URL: https://github.com/apache/incubator-mxnet/issues/18861#issuecomment-669606349


   we can also consider breaking down mxnet into multiple so files.


----------------------------------------------------------------
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



[GitHub] [incubator-mxnet] leezu edited a comment on issue #18861: MXNet nightly build linker error

Posted by GitBox <gi...@apache.org>.
leezu edited a comment on issue #18861:
URL: https://github.com/apache/incubator-mxnet/issues/18861#issuecomment-669616512


   Let's close this issue as the nightly build pipeline referenced here is unused. We can continue tracking the relocation truncation issue in https://github.com/apache/incubator-mxnet/issues/17045


----------------------------------------------------------------
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