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

Nightly test fail: Python 2 and Python 3 tutorial tests #14401

Closed
perdasilva opened this issue Mar 12, 2019 · 4 comments
Closed

Nightly test fail: Python 2 and Python 3 tutorial tests #14401

perdasilva opened this issue Mar 12, 2019 · 4 comments

Comments

@perdasilva
Copy link
Contributor

Description

Nightly tests for binaries failing against master.

http://jenkins.mxnet-ci.amazon-ml.com/blue/organizations/jenkins/NightlyTestsForBinaries/detail/master/247/pipeline

Both Tutorial: Python 2 and Tutorial: Python 3 steps are failing with:

======================================================================
FAIL: test_tutorials.test_gluon_save_load_params
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/usr/local/lib/python3.5/dist-packages/nose/case.py", line 198, in runTest
    self.test(*self.arg)
  File "/work/mxnet/tests/tutorials/test_tutorials.py", line 107, in test_gluon_save_load_params
    assert _test_tutorial_nb('gluon/save_load_params')
AssertionError

======================================================================
FAIL: test_tutorials.test_gluon_hybrid
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/usr/local/lib/python3.5/dist-packages/nose/case.py", line 198, in runTest
    self.test(*self.arg)
  File "/work/mxnet/tests/tutorials/test_tutorials.py", line 110, in test_gluon_hybrid
    assert _test_tutorial_nb('gluon/hybrid')
AssertionError

======================================================================
FAIL: test_tutorials.test_onnx_fine_tuning_gluon
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/usr/local/lib/python3.5/dist-packages/nose/case.py", line 198, in runTest
    self.test(*self.arg)
  File "/work/mxnet/tests/tutorials/test_tutorials.py", line 137, in test_onnx_fine_tuning_gluon
    assert _test_tutorial_nb('onnx/fine_tuning_gluon')
AssertionError

======================================================================
FAIL: test_tutorials.test_onnx_inference_on_onnx_model
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/usr/local/lib/python3.5/dist-packages/nose/case.py", line 198, in runTest
    self.test(*self.arg)
  File "/work/mxnet/tests/tutorials/test_tutorials.py", line 140, in test_onnx_inference_on_onnx_model
    assert _test_tutorial_nb('onnx/inference_on_onnx_model')
AssertionError

@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 labels: Test, Doc

@perdasilva perdasilva changed the title Tutorial Nightly test fail: Python 2 and Python 3 tutorial tests Mar 12, 2019
@andrewfayres
Copy link
Contributor

@mxnet-label-bot add [Test, Needs Triage]

@andrewfayres
Copy link
Contributor

@mxnet-label-bot add [Need Triage]

@ThomasDelteil
Copy link
Contributor

this PR introduced new warnings, warnings makes the tests fail tutorials #14214

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

5 participants