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/25 23:58:08 UTC

[GitHub] [incubator-mxnet] apeforest opened a new pull request #17911: Add USE_DIST_KVSTORE=ON to GPU build

apeforest opened a new pull request #17911: Add USE_DIST_KVSTORE=ON to GPU build
URL: https://github.com/apache/incubator-mxnet/pull/17911
 
 
   ## Description ##
   Add the missing flag in the GPU build stage. Otherwise, the KVStore test would fail
   
   See the error message:
   
   ```
   [2020-03-25T23:40:56.913Z] mxnet.base.MXNetError: Traceback (most recent call last):
   
   [2020-03-25T23:40:56.913Z]   [bt] (9) python3() [0x539a13]
   
   [2020-03-25T23:40:56.913Z]   [bt] (8) python3(PyEval_EvalFrameEx+0x4f2f) [0x5354af]
   
   [2020-03-25T23:40:56.913Z]   [bt] (7) python3(PyObject_Call+0x47) [0x5c3bd7]
   
   [2020-03-25T23:40:56.913Z]   [bt] (6) /usr/lib/python3.5/lib-dynload/_ctypes.cpython-35m-x86_64-linux-gnu.so(+0x9fcb) [0x7f7119dc6fcb]
   
   [2020-03-25T23:40:56.913Z]   [bt] (5) /usr/lib/python3.5/lib-dynload/_ctypes.cpython-35m-x86_64-linux-gnu.so(_ctypes_callproc+0x49a) [0x7f7119dd301a]
   
   [2020-03-25T23:40:56.913Z]   [bt] (4) /usr/lib/python3.5/lib-dynload/_ctypes.cpython-35m-x86_64-linux-gnu.so(ffi_call+0x2eb) [0x7f7119dd888b]
   
   [2020-03-25T23:40:56.913Z]   [bt] (3) /usr/lib/python3.5/lib-dynload/_ctypes.cpython-35m-x86_64-linux-gnu.so(ffi_call_unix64+0x4c) [0x7f7119dd8e20]
   
   [2020-03-25T23:40:56.913Z]   [bt] (2) /work/mxnet/python/mxnet/../../build/libmxnet.so(MXKVStoreCreate+0x20) [0x7f709627fb00]
   
   [2020-03-25T23:40:56.913Z]   [bt] (1) /work/mxnet/python/mxnet/../../build/libmxnet.so(mxnet::KVStore::Create(char const*)+0x775) [0x7f70964f2bf5]
   
   [2020-03-25T23:40:56.913Z]   [bt] (0) /work/mxnet/python/mxnet/../../build/libmxnet.so(dmlc::LogMessageFatal::~LogMessageFatal()+0x61) [0x7f70961fefd1]
   
   [2020-03-25T23:40:56.913Z]   File "/work/mxnet/src/kvstore/kvstore.cc", line 67
   
   [2020-03-25T23:40:56.913Z] MXNetError: compile with USE_DIST_KVSTORE=1 to use dist_sync
   ```
   
   http://jenkins.mxnet-ci.amazon-ml.com/blue/organizations/jenkins/mxnet-validation%2Funix-gpu/detail/PR-17555/29/pipeline/428

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

[GitHub] [incubator-mxnet] apeforest commented on issue #17911: Add USE_DIST_KVSTORE=ON to GPU build

Posted by GitBox <gi...@apache.org>.
apeforest commented on issue #17911: Add USE_DIST_KVSTORE=ON to GPU build
URL: https://github.com/apache/incubator-mxnet/pull/17911#issuecomment-604151204
 
 
   @eric-haibin-lin 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


With regards,
Apache Git Services

[GitHub] [incubator-mxnet] apeforest commented on issue #17911: Add USE_DIST_KVSTORE=ON to GPU build

Posted by GitBox <gi...@apache.org>.
apeforest commented on issue #17911: Add USE_DIST_KVSTORE=ON to GPU build
URL: https://github.com/apache/incubator-mxnet/pull/17911#issuecomment-604151141
 
 
   @mxnet-bot run ci [all]

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

[GitHub] [incubator-mxnet] leezu commented on issue #17911: Add USE_DIST_KVSTORE=ON to GPU build

Posted by GitBox <gi...@apache.org>.
leezu commented on issue #17911: Add USE_DIST_KVSTORE=ON to GPU build
URL: https://github.com/apache/incubator-mxnet/pull/17911#issuecomment-604158114
 
 
   Could you also fix the respective Jenkins pipeline such that it doesn't succeed if the test fails? 

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

[GitHub] [incubator-mxnet] eric-haibin-lin merged pull request #17911: Add USE_DIST_KVSTORE=ON to GPU build

Posted by GitBox <gi...@apache.org>.
eric-haibin-lin merged pull request #17911: Add USE_DIST_KVSTORE=ON to GPU build
URL: https://github.com/apache/incubator-mxnet/pull/17911
 
 
   

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

[GitHub] [incubator-mxnet] mxnet-bot commented on issue #17911: Add USE_DIST_KVSTORE=ON to GPU build

Posted by GitBox <gi...@apache.org>.
mxnet-bot commented on issue #17911: Add USE_DIST_KVSTORE=ON to GPU build
URL: https://github.com/apache/incubator-mxnet/pull/17911#issuecomment-604150948
 
 
   Hey @apeforest , Thanks for submitting the PR 
   Once your PR is ready for CI checks, invoke the following commands: 
   - To trigger all jobs: @mxnet-bot run ci [all] 
   - To trigger specific jobs: @mxnet-bot run ci [job1, job2] 
   *** 
   **CI supported jobs**: [miscellaneous, windows-gpu, centos-cpu, windows-cpu, sanity, edge, centos-gpu, website, unix-gpu, clang, unix-cpu]
   *** 
   _Note_: 
    Only following 3 categories can trigger CI :PR Author, MXNet Committer, Jenkins Admin. 
   All CI tests must pass before the PR can be merged. 
   

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