-
Notifications
You must be signed in to change notification settings - Fork 24.1k
test failure on ubuntu 18.04 with cuda10 #14753
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Labels
oncall: distributed
Add this issue/PR to distributed oncall triage queue
Comments
I think this was fixed two/three weeks ago, |
Fix is here: #14452 |
I use v1.0.1 which should include above fix, but I also get this error.
Note that I use only one GPU. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Running test_c10d ... [2018-12-04 16:24:19.898544]
sssssProcess process 0:
Process process 1:
Traceback (most recent call last):
Traceback (most recent call last):
File "/home/bozkalayci/.pyenv/versions/miniconda3-latest/envs/py37/lib/python3.7/multiprocessing/process.py", line 297, in _bootstrap
self.run()
File "/home/bozkalayci/.pyenv/versions/miniconda3-latest/envs/py37/lib/python3.7/multiprocessing/process.py", line 297, in _bootstrap
self.run()
File "/home/bozkalayci/.pyenv/versions/miniconda3-latest/envs/py37/lib/python3.7/multiprocessing/process.py", line 99, in run
self._target(*self._args, **self._kwargs)
File "/home/bozkalayci/.pyenv/versions/miniconda3-latest/envs/py37/lib/python3.7/multiprocessing/process.py", line 99, in run
self._target(*self._args, **self._kwargs)
File "test_c10d.py", line 412, in _run
getattr(self, self.id().split(".")[2])()
File "test_c10d.py", line 378, in wrapper
fn(self)
File "test_c10d.py", line 412, in _run
getattr(self, self.id().split(".")[2])()
File "test_c10d.py", line 61, in wrapper
return func(*args, **kwargs)
File "test_c10d.py", line 1427, in test_queue_reduction
devices)
File "test_c10d.py", line 378, in wrapper
fn(self)
File "test_c10d.py", line 61, in wrapper
return func(*args, **kwargs)
File "test_c10d.py", line 1427, in test_queue_reduction
devices)
RuntimeError: !gradsBatch.empty() ASSERT FAILED at /home/bozkalayci/github/pytorch/torch/csrc/distributed/c10d/ddp.cpp:132, please report a bug to PyTorch. (queueReduction at /home/bozkalayci/github/pytorch/torch/csrc/distributed/c10d/ddp.cpp:132)
frame #0: c10::Error::Error(c10::SourceLocation, std::__cxx11::basic_string<char, std::char_traits, std::allocator > const&) + 0x6c (0x7f631e02b08c in /home/bozkalayci/.pyenv/versions/miniconda3-latest/envs/py37/lib/python3.7/site-packages/torch/lib/libc10.so)
frame #1: c10d::queueReduction(c10d::ProcessGroup&, std::vector<std::vector<at::Tensor, std::allocatorat::Tensor >, std::allocator<std::vector<at::Tensor, std::allocatorat::Tensor > > >&, std::vector<long, std::allocator > const&) + 0x35b9 (0x7f6333cae5a9 in /home/bozkalayci/.pyenv/versions/miniconda3-latest/envs/py37/lib/python3.7/site-packages/torch/lib/libtorch_python.so)
frame #2: + 0x6c86f4 (0x7f6333ca86f4 in /home/bozkalayci/.pyenv/versions/miniconda3-latest/envs/py37/lib/python3.7/site-packages/torch/lib/libtorch_python.so)
frame #3: + 0x17c955 (0x7f633375c955 in /home/bozkalayci/.pyenv/versions/miniconda3-latest/envs/py37/lib/python3.7/site-packages/torch/lib/libtorch_python.so)
frame #4: _PyMethodDef_RawFastCallKeywords + 0x264 (0x55f24e7cd494 in /home/bozkalayci/.pyenv/versions/miniconda3-latest/envs/py37/bin/python)
frame #5: _PyCFunction_FastCallKeywords + 0x21 (0x55f24e7cd5b1 in /home/bozkalayci/.pyenv/versions/miniconda3-latest/envs/py37/bin/python)
frame #6: _PyEval_EvalFrameDefault + 0x4f32 (0x55f24e8295b2 in /home/bozkalayci/.pyenv/versions/miniconda3-latest/envs/py37/bin/python)
frame #7: _PyEval_EvalCodeWithName + 0xb99 (0x55f24e76a2d9 in /home/bozkalayci/.pyenv/versions/miniconda3-latest/envs/py37/bin/python)
frame #8: _PyFunction_FastCallDict + 0x1d4 (0x55f24e76aab4 in /home/bozkalayci/.pyenv/versions/miniconda3-latest/envs/py37/bin/python)
frame #9: _PyEval_EvalFrameDefault + 0x1e4a (0x55f24e8264ca in /home/bozkalayci/.pyenv/versions/miniconda3-latest/envs/py37/bin/python)
frame #10: _PyEval_EvalCodeWithName + 0x5db (0x55f24e769d1b in /home/bozkalayci/.pyenv/versions/miniconda3-latest/envs/py37/bin/python)
frame #11: _PyFunction_FastCallKeywords + 0x387 (0x55f24e7cc7c7 in /home/bozkalayci/.pyenv/versions/miniconda3-latest/envs/py37/bin/python)
frame #12: _PyEval_EvalFrameDefault + 0x466 (0x55f24e824ae6 in /home/bozkalayci/.pyenv/versions/miniconda3-latest/envs/py37/bin/python)
frame #13: _PyEval_EvalCodeWithName + 0x5db (0x55f24e769d1b in /home/bozkalayci/.pyenv/versions/miniconda3-latest/envs/py37/bin/python)
frame #14: _PyFunction_FastCallKeywords + 0x387 (0x55f24e7cc7c7 in /home/bozkalayci/.pyenv/versions/miniconda3-latest/envs/py37/bin/python)
frame #15: _PyEval_EvalFrameDefault + 0x466 (0x55f24e824ae6 in /home/bozkalayci/.pyenv/versions/miniconda3-latest/envs/py37/bin/python)
frame #16: _PyFunction_FastCallDict + 0x10b (0x55f24e76a9eb in /home/bozkalayci/.pyenv/versions/miniconda3-latest/envs/py37/bin/python)
frame #17: _PyObject_Call_Prepend + 0x63 (0x55f24e781a83 in /home/bozkalayci/.pyenv/versions/miniconda3-latest/envs/py37/bin/python)
frame #18: PyObject_Call + 0x6e (0x55f24e77668e in /home/bozkalayci/.pyenv/versions/miniconda3-latest/envs/py37/bin/python)
frame #19: _PyEval_EvalFrameDefault + 0x1e4a (0x55f24e8264ca in /home/bozkalayci/.pyenv/versions/miniconda3-latest/envs/py37/bin/python)
frame #20: _PyFunction_FastCallKeywords + 0xfb (0x55f24e7cc53b in /home/bozkalayci/.pyenv/versions/miniconda3-latest/envs/py37/bin/python)
frame #21: _PyEval_EvalFrameDefault + 0x6f5 (0x55f24e824d75 in /home/bozkalayci/.pyenv/versions/miniconda3-latest/envs/py37/bin/python)
frame #22: _PyFunction_FastCallKeywords + 0xfb (0x55f24e7cc53b in /home/bozkalayci/.pyenv/versions/miniconda3-latest/envs/py37/bin/python)
frame #23: _PyEval_EvalFrameDefault + 0x6f5 (0x55f24e824d75 in /home/bozkalayci/.pyenv/versions/miniconda3-latest/envs/py37/bin/python)
frame #24: _PyFunction_FastCallKeywords + 0xfb (0x55f24e7cc53b in /home/bozkalayci/.pyenv/versions/miniconda3-latest/envs/py37/bin/python)
frame #25: _PyEval_EvalFrameDefault + 0x6f5 (0x55f24e824d75 in /home/bozkalayci/.pyenv/versions/miniconda3-latest/envs/py37/bin/python)
frame #26: _PyFunction_FastCallDict + 0x10b (0x55f24e76a9eb in /home/bozkalayci/.pyenv/versions/miniconda3-latest/envs/py37/bin/python)
frame #27: _PyObject_Call_Prepend + 0x63 (0x55f24e781a83 in /home/bozkalayci/.pyenv/versions/miniconda3-latest/envs/py37/bin/python)
frame #28: + 0x171b4a (0x55f24e7c4b4a in /home/bozkalayci/.pyenv/versions/miniconda3-latest/envs/py37/bin/python)
frame #29: _PyObject_FastCallKeywords + 0x128 (0x55f24e7cd768 in /home/bozkalayci/.pyenv/versions/miniconda3-latest/envs/py37/bin/python)
frame #30: _PyEval_EvalFrameDefault + 0x4ca6 (0x55f24e829326 in /home/bozkalayci/.pyenv/versions/miniconda3-latest/envs/py37/bin/python)
frame #31: _PyFunction_FastCallKeywords + 0xfb (0x55f24e7cc53b in /home/bozkalayci/.pyenv/versions/miniconda3-latest/envs/py37/bin/python)
frame #32: _PyEval_EvalFrameDefault + 0x4b54 (0x55f24e8291d4 in /home/bozkalayci/.pyenv/versions/miniconda3-latest/envs/py37/bin/python)
frame #33: _PyFunction_FastCallKeywords + 0xfb (0x55f24e7cc53b in /home/bozkalayci/.pyenv/versions/miniconda3-latest/envs/py37/bin/python)
frame #34: _PyEval_EvalFrameDefault + 0x4b54 (0x55f24e8291d4 in /home/bozkalayci/.pyenv/versions/miniconda3-latest/envs/py37/bin/python)
frame #35: _PyFunction_FastCallKeywords + 0xfb (0x55f24e7cc53b in /home/bozkalayci/.pyenv/versions/miniconda3-latest/envs/py37/bin/python)
frame #36: _PyEval_EvalFrameDefault + 0x6f5 (0x55f24e824d75 in /home/bozkalayci/.pyenv/versions/miniconda3-latest/envs/py37/bin/python)
frame #37: _PyFunction_FastCallKeywords + 0xfb (0x55f24e7cc53b in /home/bozkalayci/.pyenv/versions/miniconda3-latest/envs/py37/bin/python)
frame #38: _PyEval_EvalFrameDefault + 0x6f5 (0x55f24e824d75 in /home/bozkalayci/.pyenv/versions/miniconda3-latest/envs/py37/bin/python)
frame #39: _PyEval_EvalCodeWithName + 0x5db (0x55f24e769d1b in /home/bozkalayci/.pyenv/versions/miniconda3-latest/envs/py37/bin/python)
frame #40: _PyFunction_FastCallKeywords + 0x387 (0x55f24e7cc7c7 in /home/bozkalayci/.pyenv/versions/miniconda3-latest/envs/py37/bin/python)
frame #41: _PyEval_EvalFrameDefault + 0x466 (0x55f24e824ae6 in /home/bozkalayci/.pyenv/versions/miniconda3-latest/envs/py37/bin/python)
frame #42: _PyEval_EvalCodeWithName + 0xb99 (0x55f24e76a2d9 in /home/bozkalayci/.pyenv/versions/miniconda3-latest/envs/py37/bin/python)
frame #43: _PyFunction_FastCallKeywords + 0x387 (0x55f24e7cc7c7 in /home/bozkalayci/.pyenv/versions/miniconda3-latest/envs/py37/bin/python)
frame #44: _PyEval_EvalFrameDefault + 0x6f5 (0x55f24e824d75 in /home/bozkalayci/.pyenv/versions/miniconda3-latest/envs/py37/bin/python)
frame #45: _PyEval_EvalCodeWithName + 0x2f8 (0x55f24e769a38 in /home/bozkalayci/.pyenv/versions/miniconda3-latest/envs/py37/bin/python)
frame #46: _PyFunction_FastCallDict + 0x1d4 (0x55f24e76aab4 in /home/bozkalayci/.pyenv/versions/miniconda3-latest/envs/py37/bin/python)
frame #47: _PyObject_Call_Prepend + 0x63 (0x55f24e781a83 in /home/bozkalayci/.pyenv/versions/miniconda3-latest/envs/py37/bin/python)
frame #48: PyObject_Call + 0x6e (0x55f24e77668e in /home/bozkalayci/.pyenv/versions/miniconda3-latest/envs/py37/bin/python)
frame #49: _PyEval_EvalFrameDefault + 0x1e4a (0x55f24e8264ca in /home/bozkalayci/.pyenv/versions/miniconda3-latest/envs/py37/bin/python)
frame #50: _PyEval_EvalCodeWithName + 0x2f8 (0x55f24e769a38 in /home/bozkalayci/.pyenv/versions/miniconda3-latest/envs/py37/bin/python)
frame #51: _PyFunction_FastCallDict + 0x1d4 (0x55f24e76aab4 in /home/bozkalayci/.pyenv/versions/miniconda3-latest/envs/py37/bin/python)
frame #52: _PyObject_Call_Prepend + 0x63 (0x55f24e781a83 in /home/bozkalayci/.pyenv/versions/miniconda3-latest/envs/py37/bin/python)
frame #53: + 0x171c0a (0x55f24e7c4c0a in /home/bozkalayci/.pyenv/versions/miniconda3-latest/envs/py37/bin/python)
frame #54: _PyObject_FastCallKeywords + 0x4ab (0x55f24e7cdaeb in /home/bozkalayci/.pyenv/versions/miniconda3-latest/envs/py37/bin/python)
frame #55: _PyEval_EvalFrameDefault + 0x4ca6 (0x55f24e829326 in /home/bozkalayci/.pyenv/versions/miniconda3-latest/envs/py37/bin/python)
frame #56: _PyEval_EvalCodeWithName + 0x2f8 (0x55f24e769a38 in /home/bozkalayci/.pyenv/versions/miniconda3-latest/envs/py37/bin/python)
frame #57: _PyFunction_FastCallDict + 0x1d4 (0x55f24e76aab4 in /home/bozkalayci/.pyenv/versions/miniconda3-latest/envs/py37/bin/python)
frame #58: _PyObject_Call_Prepend + 0x63 (0x55f24e781a83 in /home/bozkalayci/.pyenv/versions/miniconda3-latest/envs/py37/bin/python)
frame #59: PyObject_Call + 0x6e (0x55f24e77668e in /home/bozkalayci/.pyenv/versions/miniconda3-latest/envs/py37/bin/python)
frame #60: _PyEval_EvalFrameDefault + 0x1e4a (0x55f24e8264ca in /home/bozkalayci/.pyenv/versions/miniconda3-latest/envs/py37/bin/python)
frame #61: _PyEval_EvalCodeWithName + 0x2f8 (0x55f24e769a38 in /home/bozkalayci/.pyenv/versions/miniconda3-latest/envs/py37/bin/python)
frame #62: _PyFunction_FastCallDict + 0x1d4 (0x55f24e76aab4 in /home/bozkalayci/.pyenv/versions/miniconda3-latest/envs/py37/bin/python)
frame #63: _PyObject_Call_Prepend + 0x63 (0x55f24e781a83 in /home/bozkalayci/.pyenv/versions/miniconda3-latest/envs/py37/bin/python)
RuntimeError: !gradsBatch.empty() ASSERT FAILED at /home/bozkalayci/github/pytorch/torch/csrc/distributed/c10d/ddp.cpp:132, please report a bug to PyTorch. (queueReduction at /home/bozkalayci/github/pytorch/torch/csrc/distributed/c10d/ddp.cpp:132)
frame #0: c10::Error::Error(c10::SourceLocation, std::__cxx11::basic_string<char, std::char_traits, std::allocator > const&) + 0x6c (0x7f631e02b08c in /home/bozkalayci/.pyenv/versions/miniconda3-latest/envs/py37/lib/python3.7/site-packages/torch/lib/libc10.so)
frame #1: c10d::queueReduction(c10d::ProcessGroup&, std::vector<std::vector<at::Tensor, std::allocatorat::Tensor >, std::allocator<std::vector<at::Tensor, std::allocatorat::Tensor > > >&, std::vector<long, std::allocator > const&) + 0x35b9 (0x7f6333cae5a9 in /home/bozkalayci/.pyenv/versions/miniconda3-latest/envs/py37/lib/python3.7/site-packages/torch/lib/libtorch_python.so)
frame #2: + 0x6c86f4 (0x7f6333ca86f4 in /home/bozkalayci/.pyenv/versions/miniconda3-latest/envs/py37/lib/python3.7/site-packages/torch/lib/libtorch_python.so)
frame #3: + 0x17c955 (0x7f633375c955 in /home/bozkalayci/.pyenv/versions/miniconda3-latest/envs/py37/lib/python3.7/site-packages/torch/lib/libtorch_python.so)
frame #4: _PyMethodDef_RawFastCallKeywords + 0x264 (0x55f24e7cd494 in /home/bozkalayci/.pyenv/versions/miniconda3-latest/envs/py37/bin/python)
frame #5: _PyCFunction_FastCallKeywords + 0x21 (0x55f24e7cd5b1 in /home/bozkalayci/.pyenv/versions/miniconda3-latest/envs/py37/bin/python)
frame #6: _PyEval_EvalFrameDefault + 0x4f32 (0x55f24e8295b2 in /home/bozkalayci/.pyenv/versions/miniconda3-latest/envs/py37/bin/python)
frame #7: _PyEval_EvalCodeWithName + 0xb99 (0x55f24e76a2d9 in /home/bozkalayci/.pyenv/versions/miniconda3-latest/envs/py37/bin/python)
frame #8: _PyFunction_FastCallDict + 0x1d4 (0x55f24e76aab4 in /home/bozkalayci/.pyenv/versions/miniconda3-latest/envs/py37/bin/python)
frame #9: _PyEval_EvalFrameDefault + 0x1e4a (0x55f24e8264ca in /home/bozkalayci/.pyenv/versions/miniconda3-latest/envs/py37/bin/python)
frame #10: _PyEval_EvalCodeWithName + 0x5db (0x55f24e769d1b in /home/bozkalayci/.pyenv/versions/miniconda3-latest/envs/py37/bin/python)
frame #11: _PyFunction_FastCallKeywords + 0x387 (0x55f24e7cc7c7 in /home/bozkalayci/.pyenv/versions/miniconda3-latest/envs/py37/bin/python)
frame #12: _PyEval_EvalFrameDefault + 0x466 (0x55f24e824ae6 in /home/bozkalayci/.pyenv/versions/miniconda3-latest/envs/py37/bin/python)
frame #13: _PyEval_EvalCodeWithName + 0x5db (0x55f24e769d1b in /home/bozkalayci/.pyenv/versions/miniconda3-latest/envs/py37/bin/python)
frame #14: _PyFunction_FastCallKeywords + 0x387 (0x55f24e7cc7c7 in /home/bozkalayci/.pyenv/versions/miniconda3-latest/envs/py37/bin/python)
frame #15: _PyEval_EvalFrameDefault + 0x466 (0x55f24e824ae6 in /home/bozkalayci/.pyenv/versions/miniconda3-latest/envs/py37/bin/python)
frame #16: _PyFunction_FastCallDict + 0x10b (0x55f24e76a9eb in /home/bozkalayci/.pyenv/versions/miniconda3-latest/envs/py37/bin/python)
frame #17: _PyObject_Call_Prepend + 0x63 (0x55f24e781a83 in /home/bozkalayci/.pyenv/versions/miniconda3-latest/envs/py37/bin/python)
frame #18: PyObject_Call + 0x6e (0x55f24e77668e in /home/bozkalayci/.pyenv/versions/miniconda3-latest/envs/py37/bin/python)
frame #19: _PyEval_EvalFrameDefault + 0x1e4a (0x55f24e8264ca in /home/bozkalayci/.pyenv/versions/miniconda3-latest/envs/py37/bin/python)
frame #20: _PyFunction_FastCallKeywords + 0xfb (0x55f24e7cc53b in /home/bozkalayci/.pyenv/versions/miniconda3-latest/envs/py37/bin/python)
frame #21: _PyEval_EvalFrameDefault + 0x6f5 (0x55f24e824d75 in /home/bozkalayci/.pyenv/versions/miniconda3-latest/envs/py37/bin/python)
frame #22: _PyFunction_FastCallKeywords + 0xfb (0x55f24e7cc53b in /home/bozkalayci/.pyenv/versions/miniconda3-latest/envs/py37/bin/python)
frame #23: _PyEval_EvalFrameDefault + 0x6f5 (0x55f24e824d75 in /home/bozkalayci/.pyenv/versions/miniconda3-latest/envs/py37/bin/python)
frame #24: _PyFunction_FastCallKeywords + 0xfb (0x55f24e7cc53b in /home/bozkalayci/.pyenv/versions/miniconda3-latest/envs/py37/bin/python)
frame #25: _PyEval_EvalFrameDefault + 0x6f5 (0x55f24e824d75 in /home/bozkalayci/.pyenv/versions/miniconda3-latest/envs/py37/bin/python)
frame #26: _PyFunction_FastCallDict + 0x10b (0x55f24e76a9eb in /home/bozkalayci/.pyenv/versions/miniconda3-latest/envs/py37/bin/python)
frame #27: _PyObject_Call_Prepend + 0x63 (0x55f24e781a83 in /home/bozkalayci/.pyenv/versions/miniconda3-latest/envs/py37/bin/python)
frame #28: + 0x171b4a (0x55f24e7c4b4a in /home/bozkalayci/.pyenv/versions/miniconda3-latest/envs/py37/bin/python)
frame #29: _PyObject_FastCallKeywords + 0x128 (0x55f24e7cd768 in /home/bozkalayci/.pyenv/versions/miniconda3-latest/envs/py37/bin/python)
frame #30: _PyEval_EvalFrameDefault + 0x4ca6 (0x55f24e829326 in /home/bozkalayci/.pyenv/versions/miniconda3-latest/envs/py37/bin/python)
frame #31: _PyFunction_FastCallKeywords + 0xfb (0x55f24e7cc53b in /home/bozkalayci/.pyenv/versions/miniconda3-latest/envs/py37/bin/python)
frame #32: _PyEval_EvalFrameDefault + 0x4b54 (0x55f24e8291d4 in /home/bozkalayci/.pyenv/versions/miniconda3-latest/envs/py37/bin/python)
frame #33: _PyFunction_FastCallKeywords + 0xfb (0x55f24e7cc53b in /home/bozkalayci/.pyenv/versions/miniconda3-latest/envs/py37/bin/python)
frame #34: _PyEval_EvalFrameDefault + 0x4b54 (0x55f24e8291d4 in /home/bozkalayci/.pyenv/versions/miniconda3-latest/envs/py37/bin/python)
frame #35: _PyFunction_FastCallKeywords + 0xfb (0x55f24e7cc53b in /home/bozkalayci/.pyenv/versions/miniconda3-latest/envs/py37/bin/python)
frame #36: _PyEval_EvalFrameDefault + 0x6f5 (0x55f24e824d75 in /home/bozkalayci/.pyenv/versions/miniconda3-latest/envs/py37/bin/python)
frame #37: _PyFunction_FastCallKeywords + 0xfb (0x55f24e7cc53b in /home/bozkalayci/.pyenv/versions/miniconda3-latest/envs/py37/bin/python)
frame #38: _PyEval_EvalFrameDefault + 0x6f5 (0x55f24e824d75 in /home/bozkalayci/.pyenv/versions/miniconda3-latest/envs/py37/bin/python)
frame #39: _PyEval_EvalCodeWithName + 0x5db (0x55f24e769d1b in /home/bozkalayci/.pyenv/versions/miniconda3-latest/envs/py37/bin/python)
frame #40: _PyFunction_FastCallKeywords + 0x387 (0x55f24e7cc7c7 in /home/bozkalayci/.pyenv/versions/miniconda3-latest/envs/py37/bin/python)
frame #41: _PyEval_EvalFrameDefault + 0x466 (0x55f24e824ae6 in /home/bozkalayci/.pyenv/versions/miniconda3-latest/envs/py37/bin/python)
frame #42: _PyEval_EvalCodeWithName + 0xb99 (0x55f24e76a2d9 in /home/bozkalayci/.pyenv/versions/miniconda3-latest/envs/py37/bin/python)
frame #43: _PyFunction_FastCallKeywords + 0x387 (0x55f24e7cc7c7 in /home/bozkalayci/.pyenv/versions/miniconda3-latest/envs/py37/bin/python)
frame #44: _PyEval_EvalFrameDefault + 0x6f5 (0x55f24e824d75 in /home/bozkalayci/.pyenv/versions/miniconda3-latest/envs/py37/bin/python)
frame #45: _PyEval_EvalCodeWithName + 0x2f8 (0x55f24e769a38 in /home/bozkalayci/.pyenv/versions/miniconda3-latest/envs/py37/bin/python)
frame #46: _PyFunction_FastCallDict + 0x1d4 (0x55f24e76aab4 in /home/bozkalayci/.pyenv/versions/miniconda3-latest/envs/py37/bin/python)
frame #47: _PyObject_Call_Prepend + 0x63 (0x55f24e781a83 in /home/bozkalayci/.pyenv/versions/miniconda3-latest/envs/py37/bin/python)
frame #48: PyObject_Call + 0x6e (0x55f24e77668e in /home/bozkalayci/.pyenv/versions/miniconda3-latest/envs/py37/bin/python)
frame #49: _PyEval_EvalFrameDefault + 0x1e4a (0x55f24e8264ca in /home/bozkalayci/.pyenv/versions/miniconda3-latest/envs/py37/bin/python)
frame #50: _PyEval_EvalCodeWithName + 0x2f8 (0x55f24e769a38 in /home/bozkalayci/.pyenv/versions/miniconda3-latest/envs/py37/bin/python)
frame #51: _PyFunction_FastCallDict + 0x1d4 (0x55f24e76aab4 in /home/bozkalayci/.pyenv/versions/miniconda3-latest/envs/py37/bin/python)
frame #52: _PyObject_Call_Prepend + 0x63 (0x55f24e781a83 in /home/bozkalayci/.pyenv/versions/miniconda3-latest/envs/py37/bin/python)
frame #53: + 0x171c0a (0x55f24e7c4c0a in /home/bozkalayci/.pyenv/versions/miniconda3-latest/envs/py37/bin/python)
frame #54: _PyObject_FastCallKeywords + 0x4ab (0x55f24e7cdaeb in /home/bozkalayci/.pyenv/versions/miniconda3-latest/envs/py37/bin/python)
frame #55: _PyEval_EvalFrameDefault + 0x4ca6 (0x55f24e829326 in /home/bozkalayci/.pyenv/versions/miniconda3-latest/envs/py37/bin/python)
frame #56: _PyEval_EvalCodeWithName + 0x2f8 (0x55f24e769a38 in /home/bozkalayci/.pyenv/versions/miniconda3-latest/envs/py37/bin/python)
frame #57: _PyFunction_FastCallDict + 0x1d4 (0x55f24e76aab4 in /home/bozkalayci/.pyenv/versions/miniconda3-latest/envs/py37/bin/python)
frame #58: _PyObject_Call_Prepend + 0x63 (0x55f24e781a83 in /home/bozkalayci/.pyenv/versions/miniconda3-latest/envs/py37/bin/python)
frame #59: PyObject_Call + 0x6e (0x55f24e77668e in /home/bozkalayci/.pyenv/versions/miniconda3-latest/envs/py37/bin/python)
frame #60: _PyEval_EvalFrameDefault + 0x1e4a (0x55f24e8264ca in /home/bozkalayci/.pyenv/versions/miniconda3-latest/envs/py37/bin/python)
frame #61: _PyEval_EvalCodeWithName + 0x2f8 (0x55f24e769a38 in /home/bozkalayci/.pyenv/versions/miniconda3-latest/envs/py37/bin/python)
frame #62: _PyFunction_FastCallDict + 0x1d4 (0x55f24e76aab4 in /home/bozkalayci/.pyenv/versions/miniconda3-latest/envs/py37/bin/python)
frame #63: _PyObject_Call_Prepend + 0x63 (0x55f24e781a83 in /home/bozkalayci/.pyenv/versions/miniconda3-latest/envs/py37/bin/python)
FssProcess process 0:
Traceback (most recent call last):
File "/home/bozkalayci/.pyenv/versions/miniconda3-latest/envs/py37/lib/python3.7/multiprocessing/process.py", line 297, in _bootstrap
self.run()
File "/home/bozkalayci/.pyenv/versions/miniconda3-latest/envs/py37/lib/python3.7/multiprocessing/process.py", line 99, in run
self._target(*self._args, **self._kwargs)
File "test_c10d.py", line 412, in _run
getattr(self, self.id().split(".")[2])()
File "test_c10d.py", line 378, in wrapper
fn(self)
File "test_c10d.py", line 61, in wrapper
return func(*args, **kwargs)
File "test_c10d.py", line 1453, in test_sync_reduction
devices)
RuntimeError: !gradsBatch.empty() ASSERT FAILED at /home/bozkalayci/github/pytorch/torch/csrc/distributed/c10d/ddp.cpp:132, please report a bug to PyTorch. (queueReduction at /home/bozkalayci/github/pytorch/torch/csrc/distributed/c10d/ddp.cpp:132)
frame #0: c10::Error::Error(c10::SourceLocation, std::__cxx11::basic_string<char, std::char_traits, std::allocator > const&) + 0x6c (0x7f631e02b08c in /home/bozkalayci/.pyenv/versions/miniconda3-latest/envs/py37/lib/python3.7/site-packages/torch/lib/libc10.so)
frame #1: c10d::queueReduction(c10d::ProcessGroup&, std::vector<std::vector<at::Tensor, std::allocatorat::Tensor >, std::allocator<std::vector<at::Tensor, std::allocatorat::Tensor > > >&, std::vector<long, std::allocator > const&) + 0x35b9 (0x7f6333cae5a9 in /home/bozkalayci/.pyenv/versions/miniconda3-latest/envs/py37/lib/python3.7/site-packages/torch/lib/libtorch_python.so)
frame #2: + 0x6c86f4 (0x7f6333ca86f4 in /home/bozkalayci/.pyenv/versions/miniconda3-latest/envs/py37/lib/python3.7/site-packages/torch/lib/libtorch_python.so)
frame #3: + 0x17c955 (0x7f633375c955 in /home/bozkalayci/.pyenv/versions/miniconda3-latest/envs/py37/lib/python3.7/site-packages/torch/lib/libtorch_python.so)
frame #4: _PyMethodDef_RawFastCallKeywords + 0x264 (0x55f24e7cd494 in /home/bozkalayci/.pyenv/versions/miniconda3-latest/envs/py37/bin/python)
frame #5: _PyCFunction_FastCallKeywords + 0x21 (0x55f24e7cd5b1 in /home/bozkalayci/.pyenv/versions/miniconda3-latest/envs/py37/bin/python)
frame #6: _PyEval_EvalFrameDefault + 0x4f32 (0x55f24e8295b2 in /home/bozkalayci/.pyenv/versions/miniconda3-latest/envs/py37/bin/python)
frame #7: _PyEval_EvalCodeWithName + 0xb99 (0x55f24e76a2d9 in /home/bozkalayci/.pyenv/versions/miniconda3-latest/envs/py37/bin/python)
frame #8: _PyFunction_FastCallDict + 0x1d4 (0x55f24e76aab4 in /home/bozkalayci/.pyenv/versions/miniconda3-latest/envs/py37/bin/python)
frame #9: _PyEval_EvalFrameDefault + 0x1e4a (0x55f24e8264ca in /home/bozkalayci/.pyenv/versions/miniconda3-latest/envs/py37/bin/python)
frame #10: _PyEval_EvalCodeWithName + 0x5db (0x55f24e769d1b in /home/bozkalayci/.pyenv/versions/miniconda3-latest/envs/py37/bin/python)
frame #11: _PyFunction_FastCallKeywords + 0x387 (0x55f24e7cc7c7 in /home/bozkalayci/.pyenv/versions/miniconda3-latest/envs/py37/bin/python)
frame #12: _PyEval_EvalFrameDefault + 0x466 (0x55f24e824ae6 in /home/bozkalayci/.pyenv/versions/miniconda3-latest/envs/py37/bin/python)
frame #13: _PyEval_EvalCodeWithName + 0x5db (0x55f24e769d1b in /home/bozkalayci/.pyenv/versions/miniconda3-latest/envs/py37/bin/python)
frame #14: _PyFunction_FastCallKeywords + 0x387 (0x55f24e7cc7c7 in /home/bozkalayci/.pyenv/versions/miniconda3-latest/envs/py37/bin/python)
frame #15: _PyEval_EvalFrameDefault + 0x466 (0x55f24e824ae6 in /home/bozkalayci/.pyenv/versions/miniconda3-latest/envs/py37/bin/python)
frame #16: _PyFunction_FastCallDict + 0x10b (0x55f24e76a9eb in /home/bozkalayci/.pyenv/versions/miniconda3-latest/envs/py37/bin/python)
frame #17: _PyObject_Call_Prepend + 0x63 (0x55f24e781a83 in /home/bozkalayci/.pyenv/versions/miniconda3-latest/envs/py37/bin/python)
frame #18: PyObject_Call + 0x6e (0x55f24e77668e in /home/bozkalayci/.pyenv/versions/miniconda3-latest/envs/py37/bin/python)
frame #19: _PyEval_EvalFrameDefault + 0x1e4a (0x55f24e8264ca in /home/bozkalayci/.pyenv/versions/miniconda3-latest/envs/py37/bin/python)
frame #20: _PyFunction_FastCallKeywords + 0xfb (0x55f24e7cc53b in /home/bozkalayci/.pyenv/versions/miniconda3-latest/envs/py37/bin/python)
frame #21: _PyEval_EvalFrameDefault + 0x6f5 (0x55f24e824d75 in /home/bozkalayci/.pyenv/versions/miniconda3-latest/envs/py37/bin/python)
frame #22: _PyFunction_FastCallKeywords + 0xfb (0x55f24e7cc53b in /home/bozkalayci/.pyenv/versions/miniconda3-latest/envs/py37/bin/python)
frame #23: _PyEval_EvalFrameDefault + 0x6f5 (0x55f24e824d75 in /home/bozkalayci/.pyenv/versions/miniconda3-latest/envs/py37/bin/python)
frame #24: _PyFunction_FastCallKeywords + 0xfb (0x55f24e7cc53b in /home/bozkalayci/.pyenv/versions/miniconda3-latest/envs/py37/bin/python)
frame #25: _PyEval_EvalFrameDefault + 0x6f5 (0x55f24e824d75 in /home/bozkalayci/.pyenv/versions/miniconda3-latest/envs/py37/bin/python)
frame #26: _PyFunction_FastCallDict + 0x10b (0x55f24e76a9eb in /home/bozkalayci/.pyenv/versions/miniconda3-latest/envs/py37/bin/python)
frame #27: _PyObject_Call_Prepend + 0x63 (0x55f24e781a83 in /home/bozkalayci/.pyenv/versions/miniconda3-latest/envs/py37/bin/python)
frame #28: + 0x171b4a (0x55f24e7c4b4a in /home/bozkalayci/.pyenv/versions/miniconda3-latest/envs/py37/bin/python)
frame #29: _PyObject_FastCallKeywords + 0x128 (0x55f24e7cd768 in /home/bozkalayci/.pyenv/versions/miniconda3-latest/envs/py37/bin/python)
frame #30: _PyEval_EvalFrameDefault + 0x4ca6 (0x55f24e829326 in /home/bozkalayci/.pyenv/versions/miniconda3-latest/envs/py37/bin/python)
frame #31: _PyFunction_FastCallKeywords + 0xfb (0x55f24e7cc53b in /home/bozkalayci/.pyenv/versions/miniconda3-latest/envs/py37/bin/python)
frame #32: _PyEval_EvalFrameDefault + 0x4b54 (0x55f24e8291d4 in /home/bozkalayci/.pyenv/versions/miniconda3-latest/envs/py37/bin/python)
frame #33: _PyFunction_FastCallKeywords + 0xfb (0x55f24e7cc53b in /home/bozkalayci/.pyenv/versions/miniconda3-latest/envs/py37/bin/python)
frame #34: _PyEval_EvalFrameDefault + 0x4b54 (0x55f24e8291d4 in /home/bozkalayci/.pyenv/versions/miniconda3-latest/envs/py37/bin/python)
frame #35: _PyFunction_FastCallKeywords + 0xfb (0x55f24e7cc53b in /home/bozkalayci/.pyenv/versions/miniconda3-latest/envs/py37/bin/python)
frame #36: _PyEval_EvalFrameDefault + 0x6f5 (0x55f24e824d75 in /home/bozkalayci/.pyenv/versions/miniconda3-latest/envs/py37/bin/python)
frame #37: _PyFunction_FastCallKeywords + 0xfb (0x55f24e7cc53b in /home/bozkalayci/.pyenv/versions/miniconda3-latest/envs/py37/bin/python)
frame #38: _PyEval_EvalFrameDefault + 0x6f5 (0x55f24e824d75 in /home/bozkalayci/.pyenv/versions/miniconda3-latest/envs/py37/bin/python)
frame #39: _PyEval_EvalCodeWithName + 0x5db (0x55f24e769d1b in /home/bozkalayci/.pyenv/versions/miniconda3-latest/envs/py37/bin/python)
frame #40: _PyFunction_FastCallKeywords + 0x387 (0x55f24e7cc7c7 in /home/bozkalayci/.pyenv/versions/miniconda3-latest/envs/py37/bin/python)
frame #41: _PyEval_EvalFrameDefault + 0x466 (0x55f24e824ae6 in /home/bozkalayci/.pyenv/versions/miniconda3-latest/envs/py37/bin/python)
frame #42: _PyEval_EvalCodeWithName + 0xb99 (0x55f24e76a2d9 in /home/bozkalayci/.pyenv/versions/miniconda3-latest/envs/py37/bin/python)
frame #43: _PyFunction_FastCallKeywords + 0x387 (0x55f24e7cc7c7 in /home/bozkalayci/.pyenv/versions/miniconda3-latest/envs/py37/bin/python)
frame #44: _PyEval_EvalFrameDefault + 0x6f5 (0x55f24e824d75 in /home/bozkalayci/.pyenv/versions/miniconda3-latest/envs/py37/bin/python)
frame #45: _PyEval_EvalCodeWithName + 0x2f8 (0x55f24e769a38 in /home/bozkalayci/.pyenv/versions/miniconda3-latest/envs/py37/bin/python)
frame #46: _PyFunction_FastCallDict + 0x1d4 (0x55f24e76aab4 in /home/bozkalayci/.pyenv/versions/miniconda3-latest/envs/py37/bin/python)
frame #47: _PyObject_Call_Prepend + 0x63 (0x55f24e781a83 in /home/bozkalayci/.pyenv/versions/miniconda3-latest/envs/py37/bin/python)
frame #48: PyObject_Call + 0x6e (0x55f24e77668e in /home/bozkalayci/.pyenv/versions/miniconda3-latest/envs/py37/bin/python)
frame #49: _PyEval_EvalFrameDefault + 0x1e4a (0x55f24e8264ca in /home/bozkalayci/.pyenv/versions/miniconda3-latest/envs/py37/bin/python)
frame #50: _PyEval_EvalCodeWithName + 0x2f8 (0x55f24e769a38 in /home/bozkalayci/.pyenv/versions/miniconda3-latest/envs/py37/bin/python)
frame #51: _PyFunction_FastCallDict + 0x1d4 (0x55f24e76aab4 in /home/bozkalayci/.pyenv/versions/miniconda3-latest/envs/py37/bin/python)
frame #52: _PyObject_Call_Prepend + 0x63 (0x55f24e781a83 in /home/bozkalayci/.pyenv/versions/miniconda3-latest/envs/py37/bin/python)
frame #53: + 0x171c0a (0x55f24e7c4c0a in /home/bozkalayci/.pyenv/versions/miniconda3-latest/envs/py37/bin/python)
frame #54: _PyObject_FastCallKeywords + 0x4ab (0x55f24e7cdaeb in /home/bozkalayci/.pyenv/versions/miniconda3-latest/envs/py37/bin/python)
frame #55: _PyEval_EvalFrameDefault + 0x4ca6 (0x55f24e829326 in /home/bozkalayci/.pyenv/versions/miniconda3-latest/envs/py37/bin/python)
frame #56: _PyEval_EvalCodeWithName + 0x2f8 (0x55f24e769a38 in /home/bozkalayci/.pyenv/versions/miniconda3-latest/envs/py37/bin/python)
frame #57: _PyFunction_FastCallDict + 0x1d4 (0x55f24e76aab4 in /home/bozkalayci/.pyenv/versions/miniconda3-latest/envs/py37/bin/python)
frame #58: _PyObject_Call_Prepend + 0x63 (0x55f24e781a83 in /home/bozkalayci/.pyenv/versions/miniconda3-latest/envs/py37/bin/python)
frame #59: PyObject_Call + 0x6e (0x55f24e77668e in /home/bozkalayci/.pyenv/versions/miniconda3-latest/envs/py37/bin/python)
frame #60: _PyEval_EvalFrameDefault + 0x1e4a (0x55f24e8264ca in /home/bozkalayci/.pyenv/versions/miniconda3-latest/envs/py37/bin/python)
frame #61: _PyEval_EvalCodeWithName + 0x2f8 (0x55f24e769a38 in /home/bozkalayci/.pyenv/versions/miniconda3-latest/envs/py37/bin/python)
frame #62: _PyFunction_FastCallDict + 0x1d4 (0x55f24e76aab4 in /home/bozkalayci/.pyenv/versions/miniconda3-latest/envs/py37/bin/python)
frame #63: _PyObject_Call_Prepend + 0x63 (0x55f24e781a83 in /home/bozkalayci/.pyenv/versions/miniconda3-latest/envs/py37/bin/python)
Process process 1:
Traceback (most recent call last):
File "/home/bozkalayci/.pyenv/versions/miniconda3-latest/envs/py37/lib/python3.7/multiprocessing/process.py", line 297, in _bootstrap
self.run()
File "/home/bozkalayci/.pyenv/versions/miniconda3-latest/envs/py37/lib/python3.7/multiprocessing/process.py", line 99, in run
self._target(*self._args, **self._kwargs)
File "test_c10d.py", line 412, in _run
getattr(self, self.id().split(".")[2])()
File "test_c10d.py", line 378, in wrapper
fn(self)
File "test_c10d.py", line 61, in wrapper
return func(*args, **kwargs)
File "test_c10d.py", line 1453, in test_sync_reduction
devices)
RuntimeError: !gradsBatch.empty() ASSERT FAILED at /home/bozkalayci/github/pytorch/torch/csrc/distributed/c10d/ddp.cpp:132, please report a bug to PyTorch. (queueReduction at /home/bozkalayci/github/pytorch/torch/csrc/distributed/c10d/ddp.cpp:132)
frame #0: c10::Error::Error(c10::SourceLocation, std::__cxx11::basic_string<char, std::char_traits, std::allocator > const&) + 0x6c (0x7f631e02b08c in /home/bozkalayci/.pyenv/versions/miniconda3-latest/envs/py37/lib/python3.7/site-packages/torch/lib/libc10.so)
frame #1: c10d::queueReduction(c10d::ProcessGroup&, std::vector<std::vector<at::Tensor, std::allocatorat::Tensor >, std::allocator<std::vector<at::Tensor, std::allocatorat::Tensor > > >&, std::vector<long, std::allocator > const&) + 0x35b9 (0x7f6333cae5a9 in /home/bozkalayci/.pyenv/versions/miniconda3-latest/envs/py37/lib/python3.7/site-packages/torch/lib/libtorch_python.so)
frame #2: + 0x6c86f4 (0x7f6333ca86f4 in /home/bozkalayci/.pyenv/versions/miniconda3-latest/envs/py37/lib/python3.7/site-packages/torch/lib/libtorch_python.so)
frame #3: + 0x17c955 (0x7f633375c955 in /home/bozkalayci/.pyenv/versions/miniconda3-latest/envs/py37/lib/python3.7/site-packages/torch/lib/libtorch_python.so)
frame #4: _PyMethodDef_RawFastCallKeywords + 0x264 (0x55f24e7cd494 in /home/bozkalayci/.pyenv/versions/miniconda3-latest/envs/py37/bin/python)
frame #5: _PyCFunction_FastCallKeywords + 0x21 (0x55f24e7cd5b1 in /home/bozkalayci/.pyenv/versions/miniconda3-latest/envs/py37/bin/python)
frame #6: _PyEval_EvalFrameDefault + 0x4f32 (0x55f24e8295b2 in /home/bozkalayci/.pyenv/versions/miniconda3-latest/envs/py37/bin/python)
frame #7: _PyEval_EvalCodeWithName + 0xb99 (0x55f24e76a2d9 in /home/bozkalayci/.pyenv/versions/miniconda3-latest/envs/py37/bin/python)
frame #8: _PyFunction_FastCallDict + 0x1d4 (0x55f24e76aab4 in /home/bozkalayci/.pyenv/versions/miniconda3-latest/envs/py37/bin/python)
frame #9: _PyEval_EvalFrameDefault + 0x1e4a (0x55f24e8264ca in /home/bozkalayci/.pyenv/versions/miniconda3-latest/envs/py37/bin/python)
frame #10: _PyEval_EvalCodeWithName + 0x5db (0x55f24e769d1b in /home/bozkalayci/.pyenv/versions/miniconda3-latest/envs/py37/bin/python)
frame #11: _PyFunction_FastCallKeywords + 0x387 (0x55f24e7cc7c7 in /home/bozkalayci/.pyenv/versions/miniconda3-latest/envs/py37/bin/python)
frame #12: _PyEval_EvalFrameDefault + 0x466 (0x55f24e824ae6 in /home/bozkalayci/.pyenv/versions/miniconda3-latest/envs/py37/bin/python)
frame #13: _PyEval_EvalCodeWithName + 0x5db (0x55f24e769d1b in /home/bozkalayci/.pyenv/versions/miniconda3-latest/envs/py37/bin/python)
frame #14: _PyFunction_FastCallKeywords + 0x387 (0x55f24e7cc7c7 in /home/bozkalayci/.pyenv/versions/miniconda3-latest/envs/py37/bin/python)
frame #15: _PyEval_EvalFrameDefault + 0x466 (0x55f24e824ae6 in /home/bozkalayci/.pyenv/versions/miniconda3-latest/envs/py37/bin/python)
frame #16: _PyFunction_FastCallDict + 0x10b (0x55f24e76a9eb in /home/bozkalayci/.pyenv/versions/miniconda3-latest/envs/py37/bin/python)
frame #17: _PyObject_Call_Prepend + 0x63 (0x55f24e781a83 in /home/bozkalayci/.pyenv/versions/miniconda3-latest/envs/py37/bin/python)
frame #18: PyObject_Call + 0x6e (0x55f24e77668e in /home/bozkalayci/.pyenv/versions/miniconda3-latest/envs/py37/bin/python)
frame #19: _PyEval_EvalFrameDefault + 0x1e4a (0x55f24e8264ca in /home/bozkalayci/.pyenv/versions/miniconda3-latest/envs/py37/bin/python)
frame #20: _PyFunction_FastCallKeywords + 0xfb (0x55f24e7cc53b in /home/bozkalayci/.pyenv/versions/miniconda3-latest/envs/py37/bin/python)
frame #21: _PyEval_EvalFrameDefault + 0x6f5 (0x55f24e824d75 in /home/bozkalayci/.pyenv/versions/miniconda3-latest/envs/py37/bin/python)
frame #22: _PyFunction_FastCallKeywords + 0xfb (0x55f24e7cc53b in /home/bozkalayci/.pyenv/versions/miniconda3-latest/envs/py37/bin/python)
frame #23: _PyEval_EvalFrameDefault + 0x6f5 (0x55f24e824d75 in /home/bozkalayci/.pyenv/versions/miniconda3-latest/envs/py37/bin/python)
frame #24: _PyFunction_FastCallKeywords + 0xfb (0x55f24e7cc53b in /home/bozkalayci/.pyenv/versions/miniconda3-latest/envs/py37/bin/python)
frame #25: _PyEval_EvalFrameDefault + 0x6f5 (0x55f24e824d75 in /home/bozkalayci/.pyenv/versions/miniconda3-latest/envs/py37/bin/python)
frame #26: _PyFunction_FastCallDict + 0x10b (0x55f24e76a9eb in /home/bozkalayci/.pyenv/versions/miniconda3-latest/envs/py37/bin/python)
frame #27: _PyObject_Call_Prepend + 0x63 (0x55f24e781a83 in /home/bozkalayci/.pyenv/versions/miniconda3-latest/envs/py37/bin/python)
frame #28: + 0x171b4a (0x55f24e7c4b4a in /home/bozkalayci/.pyenv/versions/miniconda3-latest/envs/py37/bin/python)
frame #29: _PyObject_FastCallKeywords + 0x128 (0x55f24e7cd768 in /home/bozkalayci/.pyenv/versions/miniconda3-latest/envs/py37/bin/python)
frame #30: _PyEval_EvalFrameDefault + 0x4ca6 (0x55f24e829326 in /home/bozkalayci/.pyenv/versions/miniconda3-latest/envs/py37/bin/python)
frame #31: _PyFunction_FastCallKeywords + 0xfb (0x55f24e7cc53b in /home/bozkalayci/.pyenv/versions/miniconda3-latest/envs/py37/bin/python)
frame #32: _PyEval_EvalFrameDefault + 0x4b54 (0x55f24e8291d4 in /home/bozkalayci/.pyenv/versions/miniconda3-latest/envs/py37/bin/python)
frame #33: _PyFunction_FastCallKeywords + 0xfb (0x55f24e7cc53b in /home/bozkalayci/.pyenv/versions/miniconda3-latest/envs/py37/bin/python)
frame #34: _PyEval_EvalFrameDefault + 0x4b54 (0x55f24e8291d4 in /home/bozkalayci/.pyenv/versions/miniconda3-latest/envs/py37/bin/python)
frame #35: _PyFunction_FastCallKeywords + 0xfb (0x55f24e7cc53b in /home/bozkalayci/.pyenv/versions/miniconda3-latest/envs/py37/bin/python)
frame #36: _PyEval_EvalFrameDefault + 0x6f5 (0x55f24e824d75 in /home/bozkalayci/.pyenv/versions/miniconda3-latest/envs/py37/bin/python)
frame #37: _PyFunction_FastCallKeywords + 0xfb (0x55f24e7cc53b in /home/bozkalayci/.pyenv/versions/miniconda3-latest/envs/py37/bin/python)
frame #38: _PyEval_EvalFrameDefault + 0x6f5 (0x55f24e824d75 in /home/bozkalayci/.pyenv/versions/miniconda3-latest/envs/py37/bin/python)
frame #39: _PyEval_EvalCodeWithName + 0x5db (0x55f24e769d1b in /home/bozkalayci/.pyenv/versions/miniconda3-latest/envs/py37/bin/python)
frame #40: _PyFunction_FastCallKeywords + 0x387 (0x55f24e7cc7c7 in /home/bozkalayci/.pyenv/versions/miniconda3-latest/envs/py37/bin/python)
frame #41: _PyEval_EvalFrameDefault + 0x466 (0x55f24e824ae6 in /home/bozkalayci/.pyenv/versions/miniconda3-latest/envs/py37/bin/python)
frame #42: _PyEval_EvalCodeWithName + 0xb99 (0x55f24e76a2d9 in /home/bozkalayci/.pyenv/versions/miniconda3-latest/envs/py37/bin/python)
frame #43: _PyFunction_FastCallKeywords + 0x387 (0x55f24e7cc7c7 in /home/bozkalayci/.pyenv/versions/miniconda3-latest/envs/py37/bin/python)
frame #44: _PyEval_EvalFrameDefault + 0x6f5 (0x55f24e824d75 in /home/bozkalayci/.pyenv/versions/miniconda3-latest/envs/py37/bin/python)
frame #45: _PyEval_EvalCodeWithName + 0x2f8 (0x55f24e769a38 in /home/bozkalayci/.pyenv/versions/miniconda3-latest/envs/py37/bin/python)
frame #46: _PyFunction_FastCallDict + 0x1d4 (0x55f24e76aab4 in /home/bozkalayci/.pyenv/versions/miniconda3-latest/envs/py37/bin/python)
frame #47: _PyObject_Call_Prepend + 0x63 (0x55f24e781a83 in /home/bozkalayci/.pyenv/versions/miniconda3-latest/envs/py37/bin/python)
frame #48: PyObject_Call + 0x6e (0x55f24e77668e in /home/bozkalayci/.pyenv/versions/miniconda3-latest/envs/py37/bin/python)
frame #49: _PyEval_EvalFrameDefault + 0x1e4a (0x55f24e8264ca in /home/bozkalayci/.pyenv/versions/miniconda3-latest/envs/py37/bin/python)
frame #50: _PyEval_EvalCodeWithName + 0x2f8 (0x55f24e769a38 in /home/bozkalayci/.pyenv/versions/miniconda3-latest/envs/py37/bin/python)
frame #51: _PyFunction_FastCallDict + 0x1d4 (0x55f24e76aab4 in /home/bozkalayci/.pyenv/versions/miniconda3-latest/envs/py37/bin/python)
frame #52: _PyObject_Call_Prepend + 0x63 (0x55f24e781a83 in /home/bozkalayci/.pyenv/versions/miniconda3-latest/envs/py37/bin/python)
frame #53: + 0x171c0a (0x55f24e7c4c0a in /home/bozkalayci/.pyenv/versions/miniconda3-latest/envs/py37/bin/python)
frame #54: _PyObject_FastCallKeywords + 0x4ab (0x55f24e7cdaeb in /home/bozkalayci/.pyenv/versions/miniconda3-latest/envs/py37/bin/python)
frame #55: _PyEval_EvalFrameDefault + 0x4ca6 (0x55f24e829326 in /home/bozkalayci/.pyenv/versions/miniconda3-latest/envs/py37/bin/python)
frame #56: _PyEval_EvalCodeWithName + 0x2f8 (0x55f24e769a38 in /home/bozkalayci/.pyenv/versions/miniconda3-latest/envs/py37/bin/python)
frame #57: _PyFunction_FastCallDict + 0x1d4 (0x55f24e76aab4 in /home/bozkalayci/.pyenv/versions/miniconda3-latest/envs/py37/bin/python)
frame #58: _PyObject_Call_Prepend + 0x63 (0x55f24e781a83 in /home/bozkalayci/.pyenv/versions/miniconda3-latest/envs/py37/bin/python)
frame #59: PyObject_Call + 0x6e (0x55f24e77668e in /home/bozkalayci/.pyenv/versions/miniconda3-latest/envs/py37/bin/python)
frame #60: _PyEval_EvalFrameDefault + 0x1e4a (0x55f24e8264ca in /home/bozkalayci/.pyenv/versions/miniconda3-latest/envs/py37/bin/python)
frame #61: _PyEval_EvalCodeWithName + 0x2f8 (0x55f24e769a38 in /home/bozkalayci/.pyenv/versions/miniconda3-latest/envs/py37/bin/python)
frame #62: _PyFunction_FastCallDict + 0x1d4 (0x55f24e76aab4 in /home/bozkalayci/.pyenv/versions/miniconda3-latest/envs/py37/bin/python)
frame #63: _PyObject_Call_Prepend + 0x63 (0x55f24e781a83 in /home/bozkalayci/.pyenv/versions/miniconda3-latest/envs/py37/bin/python)
F......s..s.s..s........sssss.........
FAIL: test_queue_reduction (main.DistributedDataParallelTest)
Traceback (most recent call last):
File "test_c10d.py", line 376, in wrapper
self._join_processes(fn)
File "test_c10d.py", line 421, in _join_processes
self._check_return_codes(elapsed_time)
File "test_c10d.py", line 436, in _check_return_codes
self.assertEqual(first_process.exitcode, 0)
File "/home/bozkalayci/github/pytorch/test/common_utils.py", line 439, in assertEqual
super(TestCase, self).assertLessEqual(abs(x - y), prec, message)
AssertionError: 1 not less than or equal to 1e-05 :
======================================================================
FAIL: test_sync_reduction (main.DistributedDataParallelTest)
Traceback (most recent call last):
File "test_c10d.py", line 376, in wrapper
self._join_processes(fn)
File "test_c10d.py", line 421, in _join_processes
self._check_return_codes(elapsed_time)
File "test_c10d.py", line 436, in _check_return_codes
self.assertEqual(first_process.exitcode, 0)
File "/home/bozkalayci/github/pytorch/test/common_utils.py", line 439, in assertEqual
super(TestCase, self).assertLessEqual(abs(x - y), prec, message)
AssertionError: 1 not less than or equal to 1e-05 :
Ran 46 tests in 2.523s
FAILED (failures=2, skipped=16)
Traceback (most recent call last):
File "run_test.py", line 424, in
main()
File "run_test.py", line 416, in main
raise RuntimeError(message)
RuntimeError: test_c10d failed!
The text was updated successfully, but these errors were encountered: