You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Nov 17, 2023. It is now read-only.
test_recordimage_dataset_with_data_loader_multiworker fails due to timeout on OSX CI. Maybe it's due to the CI machine having too little resources. Or there is a bug.
2020-03-04T05:42:33.0930710Z ERROR: test_gluon_data.test_recordimage_dataset_with_data_loader_multiworker
2020-03-04T05:42:33.0931180Z ----------------------------------------------------------------------
2020-03-04T05:42:33.0931280Z Traceback (most recent call last):
2020-03-04T05:42:33.0931750Z File "/Users/runner/Library/Python/3.7/lib/python/site-packages/nose/case.py", line 198, in runTest
2020-03-04T05:42:33.0931840Z self.test(*self.arg)
2020-03-04T05:42:33.0931950Z File "/Users/runner/runners/2.165.2/work/mxnet/mxnet/tests/python/unittest/common.py", line 215, in test_new
2020-03-04T05:42:33.0932040Z orig_test(*args, **kwargs)
2020-03-04T05:42:33.0932140Z File "/Users/runner/runners/2.165.2/work/mxnet/mxnet/tests/python/unittest/test_gluon_data.py", line 91, in test_recordimage_dataset_with_data_loader_multiworker
2020-03-04T05:42:33.0932230Z for i, (x, y) in enumerate(loader):
2020-03-04T05:42:33.0932330Z File "/Users/runner/runners/2.165.2/work/mxnet/mxnet/python/mxnet/gluon/data/dataloader.py", line 484, in __next__
2020-03-04T05:42:33.0932440Z batch = pickle.loads(ret.get(self._timeout))
2020-03-04T05:42:33.0932540Z File "/usr/local/Cellar/python/3.7.6_1/Frameworks/Python.framework/Versions/3.7/lib/python3.7/multiprocessing/pool.py", line 653, in get
2020-03-04T05:42:33.0932630Z raise TimeoutError
2020-03-04T05:42:33.0932700Z multiprocessing.context.TimeoutError:
2020-03-04T05:42:33.0933160Z -------------------- >> begin captured stdout << ---------------------
2020-03-04T05:42:33.0933280Z Worker timed out after 120 seconds. This might be caused by
2020-03-04T05:42:33.0933330Z
2020-03-04T05:42:33.0933780Z - Slow transform. Please increase timeout to allow slower data loading in each worker.
2020-03-04T05:42:33.0934210Z - Insufficient shared_memory if `timeout` is large enough.
2020-03-04T05:42:33.0934310Z Please consider reduce `num_workers` or increase shared_memory in system.
2020-03-04T05:42:33.0934410Z
2020-03-04T05:42:33.0934910Z
2020-03-04T05:42:33.0935850Z --------------------- >> end captured stdout << ----------------------
To Reproduce
Steps to reproduce
Make sure your fork of MXNet is up to date with latest master
Create a new branch and add a commit changing
python3 -m nose --with-timer --verbose tests/python/unittest/ --exclude-test=test_extensions.test_subgraph --exclude-test=test_extensions.test_custom_op --exclude-test=test_gluon_data.test_recordimage_dataset_with_data_loader_multiworker
to
python3 -m nose --with-timer --verbose tests/python/unittest/test_gluon_data.py -m test_recordimage_dataset_with_data_loader_multiworker
Description
test_recordimage_dataset_with_data_loader_multiworker
fails due to timeout on OSX CI. Maybe it's due to the CI machine having too little resources. Or there is a bug.Error Message
https://github.com/leezu/mxnet/commit/e32e82a6551da0bd5a8ec2847ae10556039c8bda/checks/484044519/logs
To Reproduce
Steps to reproduce
to
Go to https://github.com/$YOURFORK/mxnet/actions and observe the build status.
The text was updated successfully, but these errors were encountered: