-
Notifications
You must be signed in to change notification settings - Fork 25.2k
remove annoying warnings from common_nn.py #55982
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
Conversation
💊 CI failures summary and remediationsAs of commit 5336870 (more details on the Dr. CI page):
🕵️ 1 new failure recognized by patternsThe following CI failures do not appear to be due to upstream breakages:
|
Job | Step | Action |
---|---|---|
Bazel Build | 🔁 rerun |
1 job timed out:
pytorch_bazel_build
❄️ 1 failure tentatively classified as flaky
but reruns have not yet been triggered to confirm:
pytorch_linux_bionic_py3_8_gcc9_coverage_test2 (1/1)
Step: "Run tests" (full log | diagnosis details | 🔁 rerun) ❄️
Apr 14 03:35:00 RuntimeError: Process 0 terminated or timed out after 100.07156300544739 seconds
Apr 14 03:35:00 ======================================================================
Apr 14 03:35:00 ERROR [100.142s]: test_py_tensors_multi_async_call (__main__.TensorPipeRpcTestWithSpawn)
Apr 14 03:35:00 ----------------------------------------------------------------------
Apr 14 03:35:00 Traceback (most recent call last):
Apr 14 03:35:00 File "/opt/conda/lib/python3.8/site-packages/torch/testing/_internal/common_distributed.py", line 322, in wrapper
Apr 14 03:35:00 self._join_processes(fn)
Apr 14 03:35:00 File "/opt/conda/lib/python3.8/site-packages/torch/testing/_internal/common_distributed.py", line 515, in _join_processes
Apr 14 03:35:00 self._check_return_codes(elapsed_time)
Apr 14 03:35:00 File "/opt/conda/lib/python3.8/site-packages/torch/testing/_internal/common_distributed.py", line 563, in _check_return_codes
Apr 14 03:35:00 raise RuntimeError('Process {} terminated or timed out after {} seconds'.format(i, elapsed_time))
Apr 14 03:35:00 RuntimeError: Process 0 terminated or timed out after 100.07156300544739 seconds
Apr 14 03:35:00
Apr 14 03:35:01 ----------------------------------------------------------------------
Apr 14 03:35:01 Ran 356 tests in 1290.218s
Apr 14 03:35:01
Apr 14 03:35:01 FAILED (errors=1, skipped=6)
Apr 14 03:35:01
Apr 14 03:35:01 Generating XML reports...
Apr 14 03:35:01 Generated XML report: test-reports/python-unittest/distributed.rpc.test_tensorpipe_agent/TEST-TensorPipeDdpComparisonTestWithSpawn-20210414031330.xml
Apr 14 03:35:01 Generated XML report: test-reports/python-unittest/distributed.rpc.test_tensorpipe_agent/TEST-TensorPipeDdpUnderDistAutogradTestWithSpawn-20210414031330.xml
Apr 14 03:35:01 Generated XML report: test-reports/python-unittest/distributed.rpc.test_tensorpipe_agent/TEST-TensorPipeDistAutogradTestWithSpawn-20210414031330.xml
This comment was automatically generated by Dr. CI (expand for details).
Follow this link to opt-out of these comments for your Pull Requests.Please report bugs/suggestions to the (internal) Dr. CI Users group.
@Chillee has imported this pull request. If you are a Facebook employee, you can view this diff on Phabricator. |
1 similar comment
@Chillee has imported this pull request. If you are a Facebook employee, you can view this diff on Phabricator. |
Summary: ^^ Pull Request resolved: pytorch#55982 Reviewed By: mruberry Differential Revision: D27776380 Pulled By: Chillee fbshipit-source-id: 22b3a8de73416821bed56b75b68dca1c33a21250
^^