Skip to content
This repository has been archived by the owner on Nov 17, 2023. It is now read-only.

test_operator test_bulking_operator_gpu failing on centos gpu #16517

Closed
ChaiBapchya opened this issue Oct 17, 2019 · 6 comments
Closed

test_operator test_bulking_operator_gpu failing on centos gpu #16517

ChaiBapchya opened this issue Oct 17, 2019 · 6 comments
Assignees
Labels

Comments

@ChaiBapchya
Copy link
Contributor

Unrelated PR #16477

http://jenkins.mxnet-ci.amazon-ml.com/blue/organizations/jenkins/mxnet-validation%2Fcentos-gpu/detail/PR-16477/5/pipeline

Maybe related to #14368

======================================================================

FAIL: test_operator_gpu.test_bulking_operator_gpu

----------------------------------------------------------------------

Traceback (most recent call last):

  File "/usr/lib/python3.6/site-packages/nose/case.py", line 198, in runTest

    self.test(*self.arg)

  File "/work/mxnet/tests/python/gpu/../unittest/common.py", line 177, in test_new

    orig_test(*args, **kwargs)

  File "/work/mxnet/tests/python/gpu/test_operator_gpu.py", line 2398, in test_bulking_operator_gpu

    _test_bulking(_test_bulking_in_process)

  File "/work/mxnet/tests/python/gpu/test_gluon_gpu.py", line 553, in _test_bulking

    time_per_iteration):

  File "/work/mxnet/tests/python/gpu/../unittest/common.py", line 334, in run_in_spawned_process

    assert p.exitcode == 0, "Non-zero exit code %d from %s()." % (p.exitcode, func.__name__)

AssertionError: Non-zero exit code -6 from _test_bulking_in_process().

-------------------- >> begin captured logging << --------------------

common: INFO: Setting test np/mx/python random seeds, use MXNET_TEST_SEED=9942330 to reproduce.

--------------------- >> end captured logging << ---------------------
@mxnet-label-bot
Copy link
Contributor

Hey, this is the MXNet Label Bot.
Thank you for submitting the issue! I will try and suggest some labels so that the appropriate MXNet community members can help resolve it.
Here are my recommended label(s): Test

@ChaiBapchya
Copy link
Contributor Author

#16416
http://jenkins.mxnet-ci.amazon-ml.com/blue/organizations/jenkins/mxnet-validation%2Fcentos-gpu/detail/PR-16416/7/pipeline

======================================================================

FAIL: test_operator_gpu.test_bulking_operator_gpu

----------------------------------------------------------------------

Traceback (most recent call last):

  File "/usr/lib/python3.6/site-packages/nose/case.py", line 198, in runTest

    self.test(*self.arg)

  File "/work/mxnet/tests/python/gpu/../unittest/common.py", line 177, in test_new

    orig_test(*args, **kwargs)

  File "/work/mxnet/tests/python/gpu/test_operator_gpu.py", line 2398, in test_bulking_operator_gpu

    _test_bulking(_test_bulking_in_process)

  File "/work/mxnet/tests/python/gpu/test_gluon_gpu.py", line 553, in _test_bulking

    time_per_iteration):

  File "/work/mxnet/tests/python/gpu/../unittest/common.py", line 334, in run_in_spawned_process

    assert p.exitcode == 0, "Non-zero exit code %d from %s()." % (p.exitcode, func.__name__)

AssertionError: Non-zero exit code -6 from _test_bulking_in_process().

-------------------- >> begin captured logging << --------------------

common: INFO: Setting test np/mx/python random seeds, use MXNET_TEST_SEED=1193875868 to reproduce.

--------------------- >> end captured logging << ---------------------


----------------------------------------------------------------------

@aaronmarkham
Copy link
Contributor

Failed here: http://jenkins.mxnet-ci.amazon-ml.com/blue/organizations/jenkins/mxnet-validation%2Fcentos-gpu/detail/PR-16512/4/pipeline
Really need to clean out these tests or figure out the infra side so that they're not so brittle...

@ChaiBapchya
Copy link
Contributor Author

ChaiBapchya commented Oct 24, 2019

@roywei

a. should I close this (coz this is related to #14970)
#14971 disabled test_operator_gpu.test_bulking

Or

b. I can keep this issue open and do the following -

Should I open a PR that disables this particular test test_operator_gpu.test_bulking_operator_gpu and link it to this issue?

@roywei
Copy link
Member

roywei commented Oct 24, 2019

@ChaiBapchya
Let's disable it properly and we can close either issue, just leave one open.
Thanks!

@roywei
Copy link
Member

roywei commented Oct 25, 2019

closing due to duplicate #14970

@roywei roywei closed this as completed Oct 25, 2019
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
None yet
Development

No branches or pull requests

4 participants