wkcn commented on pull request #17975:
URL: https://github.com/apache/incubator-mxnet/pull/17975#issuecomment-689996574


   There are 3 unrelated errors.
   
   
https://jenkins.mxnet-ci.amazon-ml.com/blue/rest/organizations/jenkins/pipelines/mxnet-validation/pipelines/centos-cpu/branches/PR-17975/runs/13/nodes/175/steps/250/log/?start=0
   ```
   [2020-09-09T00:18:21.618Z] =================================== FAILURES 
===================================
   [2020-09-09T00:18:21.618Z] ________________________________ test_datasets 
_________________________________
   [2020-09-09T00:18:21.618Z] [gw2] linux -- Python 3.6.9 
/opt/rh/rh-python36/root/usr/bin/python
   [2020-09-09T00:18:21.618Z] 
   [2020-09-09T00:18:21.618Z] tmpdir = 
local('/tmp/pytest-of-jenkins_slave/pytest-0/popen-gw2/test_datasets0')
   [2020-09-09T00:18:21.618Z] 
   [2020-09-09T00:18:21.618Z]     @with_seed()
   [2020-09-09T00:18:21.618Z]     def test_datasets(tmpdir):
   [2020-09-09T00:18:21.618Z]         p = tmpdir.mkdir("test_datasets")
   [2020-09-09T00:18:21.618Z]         assert 
len(gluon.data.vision.MNIST(root=str(p.join('mnist')))) == 60000
   [2020-09-09T00:18:21.618Z]         assert 
len(gluon.data.vision.MNIST(root=str(p.join('mnist')), train=False)) == 10000
   [2020-09-09T00:18:21.618Z]         assert 
len(gluon.data.vision.FashionMNIST(root=str(p.join('fashion-mnist')))) == 60000
   [2020-09-09T00:18:21.618Z]         assert 
len(gluon.data.vision.FashionMNIST(root=str(p.join('fashion-mnist')), 
train=False)) == 10000
   [2020-09-09T00:18:21.618Z]         assert 
len(gluon.data.vision.CIFAR10(root=str(p.join('cifar10')))) == 50000
   [2020-09-09T00:18:21.618Z]         assert 
len(gluon.data.vision.CIFAR10(root=str(p.join('cifar10')), train=False)) == 
10000
   [2020-09-09T00:18:21.618Z] >       assert 
len(gluon.data.vision.CIFAR100(root=str(p.join('cifar100')))) == 50000
   [2020-09-09T00:18:21.618Z] 
   ```
   
   
https://jenkins.mxnet-ci.amazon-ml.com/blue/rest/organizations/jenkins/pipelines/mxnet-validation/pipelines/unix-cpu/branches/PR-17975/runs/12/nodes/286/steps/425/log/?start=0
   ```
   [2020-09-09T00:16:45.859Z] ==================================== ERRORS 
====================================
   [2020-09-09T00:16:45.859Z] ______________________ ERROR at setup of 
test_Cifar10Rec _______________________
   [2020-09-09T00:16:45.859Z] [gw0] linux -- Python 3.6.9 /usr/bin/python3
   [2020-09-09T00:16:45.859Z] 
   [2020-09-09T00:16:45.859Z] tmpdir_factory = 
TempdirFactory(_tmppath_factory=TempPathFactory(_given_basetemp=PosixPath('/tmp/pytest-of-jenkins_slave/pytest-0/popen...racing.TagTracerSub
 object at 0x7f524cf38438>, 
_basetemp=PosixPath('/tmp/pytest-of-jenkins_slave/pytest-0/popen-gw0')))
   [2020-09-09T00:16:45.859Z] 
   [2020-09-09T00:16:45.859Z]     @pytest.fixture(scope="session")
   [2020-09-09T00:16:45.859Z]     def cifar10(tmpdir_factory):
   [2020-09-09T00:16:45.859Z]         path = str(tmpdir_factory.mktemp('cifar'))
   [2020-09-09T00:16:45.859Z] >       get_cifar10(path)
   ```
   
   
https://jenkins.mxnet-ci.amazon-ml.com/blue/rest/organizations/jenkins/pipelines/mxnet-validation/pipelines/windows-gpu/branches/PR-17975/runs/12/nodes/108/steps/133/log/?start=0
   ```
   [2020-09-09T01:03:50.357Z] [gw0] [ 16%] FAILED 
tests/python/unittest/test_numpy_contrib_gluon_data_vision.py::TestImage::test_bbox_augmenters
   ```


----------------------------------------------------------------
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:
[email protected]


Reply via email to