This repository has been archived by the owner on Nov 17, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 6.8k
unittest fail on MacOS platform #12089
Comments
Hi @apeforest Does this fail in CI? @mxnet-label-bot could you please add [gluon, test] to this issue? |
@marcoabreu Any update on this unit test? This unit test failure on MacOS has caused inconvenience to verify the unittest locally before pushing my change to remote. Any other people who develop on MacOS facing the same issue? |
Hi @apeforest, did you use gcc on Mac? Which version? |
@lanking520 We currently don't run MacOS platform in CI, which I think should be installed ASAP. |
|
MacOS is now installed on the CI via Travis. |
KellenSunderland
added a commit
to KellenSunderland/incubator-mxnet
that referenced
this issue
Sep 18, 2018
Fixes: apache#12089 MacOS python tests are failing. This seems to be because OpenCV on brew is missing some threading symbols that we're calling. As a work around I'm reverting to a previously working behaviour (not setting threading limits explicitly on MacOS builds).
5 tasks
marcoabreu
pushed a commit
that referenced
this issue
Sep 18, 2018
Fixes: #12089 MacOS python tests are failing. This seems to be because OpenCV on brew is missing some threading symbols that we're calling. As a work around I'm reverting to a previously working behaviour (not setting threading limits explicitly on MacOS builds).
anirudh2290
pushed a commit
to anirudh2290/mxnet
that referenced
this issue
Sep 19, 2018
Fixes: apache#12089 MacOS python tests are failing. This seems to be because OpenCV on brew is missing some threading symbols that we're calling. As a work around I'm reverting to a previously working behaviour (not setting threading limits explicitly on MacOS builds).
lebeg
pushed a commit
to lebeg/incubator-mxnet
that referenced
this issue
Nov 8, 2018
Fixes: apache#12089 MacOS python tests are failing. This seems to be because OpenCV on brew is missing some threading symbols that we're calling. As a work around I'm reverting to a previously working behaviour (not setting threading limits explicitly on MacOS builds).
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Description
The unittest test_gluon_data.py failed on MacOS 10.12
Environment info (Required)
Package used (Python/R/Scala/Julia):
Python
Build info (Required if built from source)
gcc
MXNet commit hash:
cb94be9
Build config:
make -j8
Error Message:
/Users/lnyuan/.virtualenvs/mxnet/lib/python3.6/site-packages/nose/util.py:453: DeprecationWarning: inspect.getargspec() is deprecated, use inspect.signature() or inspect.getfullargspec()
inspect.getargspec(func)
[INFO] Setting module np/mx/python random seeds, use MXNET_MODULE_SEED=5067578 to reproduce.
test_gluon_data.test_array_dataset ... ok
test_gluon_data.test_recordimage_dataset ... ok
test_gluon_data.test_recordimage_dataset_with_data_loader_multiworker ... thread_monitor No such process in pthread_detach
libc++abi.dylib: terminating
thread_monitor No such process in pthread_detach
libc++abi.dylib: terminating
thread_monitor No such process in pthread_detach
libc++abi.dylib: terminating
thread_monitor No such process in pthread_detach
libc++abi.dylib: terminating
thread_monitor No such process in pthread_detach
libc++abi.dylib: terminating
Minimum reproducible example
nosetests -v tests/python/unittest/test_gluon_data.py
Steps to reproduce
nosetests -v tests/python/unittest/test_gluon_data.py
What have you tried to solve it?
Ran on Linux server and there was no issue.
The text was updated successfully, but these errors were encountered: