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/11/11 01:45:35 UTC

[GitHub] [incubator-mxnet] leezu opened a new pull request #19515: Always skip test_bbox_augmenters

leezu opened a new pull request #19515:
URL: https://github.com/apache/incubator-mxnet/pull/19515


   ```
   DEBUG    root:conftest.py:213 Setting np/mx/python random seeds to 1492532915. Use MXNET_TEST_SEED=1492532915 to reproduce.
   [...]
   ../tests/python/unittest/test_numpy_contrib_gluon_data_vision.py Fatal Python error: Segmentation fault
   
   Thread 0x00007fe28613e3c0 (most recent call first):
     File "/home/ubuntu/src/mxnet-master/python/mxnet/numpy/multiarray.py", line 152 in _new_alloc_handle
     File "/home/ubuntu/src/mxnet-master/python/mxnet/numpy/multiarray.py", line 2480 in empty
     File "/home/ubuntu/src/mxnet-master/python/mxnet/numpy/multiarray.py", line 2557 in array
     File "/home/ubuntu/src/mxnet-master/python/mxnet/gluon/contrib/data/vision/dataloader.py", line 521 in forward
     File "/home/ubuntu/src/mxnet-master/python/mxnet/gluon/block.py", line 713 in __call__
     File "/home/ubuntu/src/mxnet-master/python/mxnet/gluon/nn/basic_layers.py", line 58 in forward
     File "/home/ubuntu/src/mxnet-master/python/mxnet/gluon/block.py", line 713 in __call__
     File "/home/ubuntu/src/mxnet-master/python/mxnet/gluon/data/dataset.py", line 236 in __getitem__
     File "/home/ubuntu/src/mxnet-master/python/mxnet/gluon/data/dataloader.py", line 674 in <listcomp>
     File "/home/ubuntu/src/mxnet-master/python/mxnet/gluon/data/dataloader.py", line 674 in same_process_iter
     File "/home/ubuntu/src/mxnet-master/tests/python/unittest/test_numpy_contrib_gluon_data_vision.py", line 144 in test_bbox_augmenters
     File "/home/ubuntu/src/mxnet-master/python/mxnet/util.py", line 480 in _with_np_array
     File "/home/ubuntu/src/mxnet-master/python/mxnet/util.py", line 299 in _with_np_shape
     File "/home/ubuntu/.pyenv/versions/3.8.5/lib/python3.8/unittest/case.py", line 633 in _callTestMethod
   [...]
   zsh: segmentation fault (core dumped)  MXNET_TEST_SEED=1492532915 python3.8 -m pytest  --log-level=DEBUG
   ```
   
   https://github.com/apache/incubator-mxnet/issues/18986


----------------------------------------------------------------
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 pull request #19515: Always skip test_bbox_augmenters

Posted by GitBox <gi...@apache.org>.
leezu closed pull request #19515:
URL: https://github.com/apache/incubator-mxnet/pull/19515


   


----------------------------------------------------------------
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] mxnet-bot commented on pull request #19515: Always skip test_bbox_augmenters

Posted by GitBox <gi...@apache.org>.
mxnet-bot commented on pull request #19515:
URL: https://github.com/apache/incubator-mxnet/pull/19515#issuecomment-725074768


   Hey @leezu , Thanks for submitting the PR 
   All tests are already queued to run once. If tests fail, you can trigger one or more tests again with 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**: [sanity, centos-cpu, centos-gpu, edge, windows-gpu, clang, unix-gpu, unix-cpu, website, windows-cpu, miscellaneous]
   *** 
   _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



[GitHub] [incubator-mxnet] leezu commented on pull request #19515: Always skip test_bbox_augmenters

Posted by GitBox <gi...@apache.org>.
leezu commented on pull request #19515:
URL: https://github.com/apache/incubator-mxnet/pull/19515#issuecomment-725695423


   Bug fixed in https://github.com/apache/incubator-mxnet/pull/19516


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