Skip to content

Conversation

dreiss
Copy link
Contributor

@dreiss dreiss commented Dec 12, 2019

Stack from ghstack:

Differential Revision: D19200610

dreiss added a commit that referenced this pull request Dec 12, 2019
@kostmo
Copy link
Member

kostmo commented Dec 12, 2019

CircleCI build failures summary

As of commit 6b78f7f:

  • 8/8 failures introduced in this PR

Detailed failure analysis

One may explore the probable reasons each build failed interactively on the Dr. CI website.

8 new failures recognized by patterns

The following build failures don't appear to be due to upstream breakage:

See CircleCI build pytorch_linux_xenial_py3_clang5_asan_test (1/8)

Step: "Test" (details)

Dec 12 20:41:45   File "test_nn.py", line 56, in <module> 
Dec 12 20:41:45     import hypothesis_utils as hu 
Dec 12 20:41:45   File "/var/lib/jenkins/workspace/test/hypothesis_utils.py", line 9, in <module> 
Dec 12 20:41:45     from hypothesis.searchstrategy import SearchStrategy 
Dec 12 20:41:45 ModuleNotFoundError: No module named 'hypothesis.searchstrategy' 
Dec 12 20:41:45 Traceback (most recent call last): 
Dec 12 20:41:45   File "test/run_test.py", line 456, in <module> 
Dec 12 20:41:45     main() 
Dec 12 20:41:45   File "test/run_test.py", line 449, in main 
Dec 12 20:41:45     raise RuntimeError(message) 
Dec 12 20:41:45 RuntimeError: test_nn failed! 
Dec 12 20:41:45 + cleanup 
Dec 12 20:41:45 + retcode=1 
Dec 12 20:41:45 + set +x 
Dec 12 20:41:45 =================== sccache compilation log =================== 
Dec 12 20:41:45 =========== If your build fails, please take a look at the log above for possible reasons =========== 
Dec 12 20:41:45 Compile requests                  7 
Dec 12 20:41:45 Compile requests executed         6 
Dec 12 20:41:45 Cache hits                        0 
Dec 12 20:41:45 Cache misses                      6 
Dec 12 20:41:45 Cache timeouts                    0 

See CircleCI build pytorch_macos_10_13_py3_test (2/8)

Step: "Test" (details)

Dec 12 12:45:35   File "test_fake_quant.py", line 7, in <module> 
Dec 12 12:45:35     import hypothesis_utils as hu 
Dec 12 12:45:35   File "/Users/distiller/project/test/hypothesis_utils.py", line 9, in <module> 
Dec 12 12:45:35     from hypothesis.searchstrategy import SearchStrategy 
Dec 12 12:45:35 ModuleNotFoundError: No module named 'hypothesis.searchstrategy' 
Dec 12 12:45:35 Traceback (most recent call last): 
Dec 12 12:45:35   File "test/run_test.py", line 456, in <module> 
Dec 12 12:45:35     main() 
Dec 12 12:45:35   File "test/run_test.py", line 449, in main 
Dec 12 12:45:35     raise RuntimeError(message) 
Dec 12 12:45:35 RuntimeError: test_fake_quant failed! 
Dec 12 12:45:35 + cleanup 
Dec 12 12:45:35 + retcode=1 
Dec 12 12:45:35 + set +x 

See CircleCI build pytorch_linux_xenial_cuda9_cudnn7_py3_nogpu_test (3/8)

Step: "Test" (details)

Dec 12 20:51:43   File "test_nn.py", line 56, in <module> 
Dec 12 20:51:43     import hypothesis_utils as hu 
Dec 12 20:51:43   File "/var/lib/jenkins/workspace/test/hypothesis_utils.py", line 9, in <module> 
Dec 12 20:51:43     from hypothesis.searchstrategy import SearchStrategy 
Dec 12 20:51:43 ModuleNotFoundError: No module named 'hypothesis.searchstrategy' 
Dec 12 20:51:43 Traceback (most recent call last): 
Dec 12 20:51:43   File "test/run_test.py", line 456, in <module> 
Dec 12 20:51:43     main() 
Dec 12 20:51:43   File "test/run_test.py", line 449, in main 
Dec 12 20:51:43     raise RuntimeError(message) 
Dec 12 20:51:43 RuntimeError: test_nn failed! 
Dec 12 20:51:43 + cleanup 
Dec 12 20:51:43 + retcode=1 
Dec 12 20:51:43 + set +x 
Dec 12 20:51:43 =================== sccache compilation log =================== 
Dec 12 20:51:43 =========== If your build fails, please take a look at the log above for possible reasons =========== 
Dec 12 20:51:43 Compile requests                  7 
Dec 12 20:51:43 Compile requests executed         6 
Dec 12 20:51:43 Cache hits                        0 
Dec 12 20:51:43 Cache misses                      6 
Dec 12 20:51:43 Cache timeouts                    0 

See CircleCI build pytorch_linux_xenial_cuda9_cudnn7_py3_slow_test (4/8)

Step: "Test" (details)

Dec 12 20:51:47   File "test_nn.py", line 56, in <module> 
Dec 12 20:51:47     import hypothesis_utils as hu 
Dec 12 20:51:47   File "/var/lib/jenkins/workspace/test/hypothesis_utils.py", line 9, in <module> 
Dec 12 20:51:47     from hypothesis.searchstrategy import SearchStrategy 
Dec 12 20:51:47 ModuleNotFoundError: No module named 'hypothesis.searchstrategy' 
Dec 12 20:51:47 Traceback (most recent call last): 
Dec 12 20:51:47   File "test/run_test.py", line 456, in <module> 
Dec 12 20:51:47     main() 
Dec 12 20:51:47   File "test/run_test.py", line 449, in main 
Dec 12 20:51:47     raise RuntimeError(message) 
Dec 12 20:51:47 RuntimeError: test_nn failed! 
Dec 12 20:51:47 + cleanup 
Dec 12 20:51:47 + retcode=1 
Dec 12 20:51:47 + set +x 
Dec 12 20:51:47 =================== sccache compilation log =================== 
Dec 12 20:51:47 =========== If your build fails, please take a look at the log above for possible reasons =========== 
Dec 12 20:51:47 Compile requests                32 
Dec 12 20:51:47 Compile requests executed       11 
Dec 12 20:51:47 Cache hits                       1 
Dec 12 20:51:47 Cache misses                    10 
Dec 12 20:51:47 Cache timeouts                   0 

See CircleCI build pytorch_linux_xenial_cuda9_cudnn7_py3_NO_AVX2_test (5/8)

Step: "Test" (details)

Dec 12 20:52:00   File "test_nn.py", line 56, in <module> 
Dec 12 20:52:00     import hypothesis_utils as hu 
Dec 12 20:52:00   File "/var/lib/jenkins/workspace/test/hypothesis_utils.py", line 9, in <module> 
Dec 12 20:52:00     from hypothesis.searchstrategy import SearchStrategy 
Dec 12 20:52:00 ModuleNotFoundError: No module named 'hypothesis.searchstrategy' 
Dec 12 20:52:00 Traceback (most recent call last): 
Dec 12 20:52:00   File "test/run_test.py", line 456, in <module> 
Dec 12 20:52:00     main() 
Dec 12 20:52:00   File "test/run_test.py", line 449, in main 
Dec 12 20:52:00     raise RuntimeError(message) 
Dec 12 20:52:00 RuntimeError: test_nn failed! 
Dec 12 20:52:01 + cleanup 
Dec 12 20:52:01 + retcode=1 
Dec 12 20:52:01 + set +x 
Dec 12 20:52:01 =================== sccache compilation log =================== 
Dec 12 20:52:01 =========== If your build fails, please take a look at the log above for possible reasons =========== 
Dec 12 20:52:01 Compile requests                32 
Dec 12 20:52:01 Compile requests executed       11 
Dec 12 20:52:01 Cache hits                       1 
Dec 12 20:52:01 Cache misses                    10 
Dec 12 20:52:01 Cache timeouts                   0 

See CircleCI build pytorch_linux_xenial_cuda9_cudnn7_py3_test (6/8)

Step: "Test" (details)

Dec 12 20:52:17   File "test_nn.py", line 56, in <module> 
Dec 12 20:52:17     import hypothesis_utils as hu 
Dec 12 20:52:17   File "/var/lib/jenkins/workspace/test/hypothesis_utils.py", line 9, in <module> 
Dec 12 20:52:17     from hypothesis.searchstrategy import SearchStrategy 
Dec 12 20:52:17 ModuleNotFoundError: No module named 'hypothesis.searchstrategy' 
Dec 12 20:52:18 Traceback (most recent call last): 
Dec 12 20:52:18   File "test/run_test.py", line 456, in <module> 
Dec 12 20:52:18     main() 
Dec 12 20:52:18   File "test/run_test.py", line 449, in main 
Dec 12 20:52:18     raise RuntimeError(message) 
Dec 12 20:52:18 RuntimeError: test_nn failed! 
Dec 12 20:52:18 + cleanup 
Dec 12 20:52:18 + retcode=1 
Dec 12 20:52:18 + set +x 
Dec 12 20:52:18 =================== sccache compilation log =================== 
Dec 12 20:52:18 =========== If your build fails, please take a look at the log above for possible reasons =========== 
Dec 12 20:52:18 Compile requests                32 
Dec 12 20:52:18 Compile requests executed       11 
Dec 12 20:52:18 Cache hits                       1 
Dec 12 20:52:18 Cache misses                    10 
Dec 12 20:52:18 Cache timeouts                   0 

See CircleCI build pytorch_linux_xenial_cuda9_cudnn7_py3_NO_AVX_NO_AVX2_test (7/8)

Step: "Test" (details)

Dec 12 20:52:29   File "test_nn.py", line 56, in <module> 
Dec 12 20:52:29     import hypothesis_utils as hu 
Dec 12 20:52:29   File "/var/lib/jenkins/workspace/test/hypothesis_utils.py", line 9, in <module> 
Dec 12 20:52:29     from hypothesis.searchstrategy import SearchStrategy 
Dec 12 20:52:29 ModuleNotFoundError: No module named 'hypothesis.searchstrategy' 
Dec 12 20:52:30 Traceback (most recent call last): 
Dec 12 20:52:30   File "test/run_test.py", line 456, in <module> 
Dec 12 20:52:30     main() 
Dec 12 20:52:30   File "test/run_test.py", line 449, in main 
Dec 12 20:52:30     raise RuntimeError(message) 
Dec 12 20:52:30 RuntimeError: test_nn failed! 
Dec 12 20:52:30 + cleanup 
Dec 12 20:52:30 + retcode=1 
Dec 12 20:52:30 + set +x 
Dec 12 20:52:30 =================== sccache compilation log =================== 
Dec 12 20:52:30 =========== If your build fails, please take a look at the log above for possible reasons =========== 
Dec 12 20:52:30 Compile requests                32 
Dec 12 20:52:30 Compile requests executed       11 
Dec 12 20:52:30 Cache hits                       1 
Dec 12 20:52:30 Cache misses                    10 
Dec 12 20:52:30 Cache timeouts                   0 

See CircleCI build pytorch_xla_linux_xenial_py3_6_clang7_test (8/8)

Step: "Test" (details)

Dec 12 20:55:18 +++ eval 'extract_trap_cmd ' 
Dec 12 20:55:18 ++++ extract_trap_cmd 
Dec 12 20:55:18 ++++ printf '%s\n' '' 
Dec 12 20:55:18 +++ printf '%s\n' cleanup 
Dec 12 20:55:18 ++ trap -- ' 
Dec 12 20:55:18 cleanup' EXIT 
Dec 12 20:55:18 ++ which sccache 
Dec 12 20:55:18 ++ sccache --stop-server 
Dec 12 20:55:18 Stopping sccache server... 
Dec 12 20:55:18 error: couldn't connect to server 
Dec 12 20:55:18 caused by: Connection refused (os error 111) 
Dec 12 20:55:18 ++ true 
Dec 12 20:55:18 ++ rm /var/lib/jenkins/sccache_error.log 
Dec 12 20:55:18 ++ SCCACHE_ERROR_LOG=/var/lib/jenkins/sccache_error.log 
Dec 12 20:55:18 ++ SCCACHE_IDLE_TIMEOUT=1200 
Dec 12 20:55:18 ++ RUST_LOG=sccache::server=error 
Dec 12 20:55:18 ++ sccache --start-server 
Dec 12 20:55:18 Starting sccache server... 
Dec 12 20:55:18 ++ sccache --zero-stats 
Dec 12 20:55:18 Compile requests                 0 
Dec 12 20:55:18 Compile requests executed        0 

This comment was automatically generated by Dr. CI.
Follow this link to opt-out of these comments for your Pull Requests.

Please report bugs/suggestions on the GitHub issue tracker.

This comment has been revised 3 times.

@facebook-github-bot
Copy link
Contributor

@dreiss merged this pull request in 35b2497.

@facebook-github-bot facebook-github-bot deleted the gh/dreiss/23/head branch December 24, 2019 15:16
wuhuikx pushed a commit to wuhuikx/pytorch that referenced this pull request Jan 30, 2020
Summary: Pull Request resolved: pytorch#31204

Test Plan: Imported from OSS

Differential Revision: D19200610

Pulled By: dreiss

fbshipit-source-id: 0cf41c99b4c2604afc2dccfebbea213c0e1f9638
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

5 participants