Skip to content

[not4land] Temporary workaround to get quantized ops#33533

Closed
jerryzh168 wants to merge 45 commits intogh/jerryzh168/225/basefrom
gh/jerryzh168/225/head
Closed

[not4land] Temporary workaround to get quantized ops#33533
jerryzh168 wants to merge 45 commits intogh/jerryzh168/225/basefrom
gh/jerryzh168/225/head

Conversation

@jerryzh168
Copy link
Copy Markdown
Contributor

@jerryzh168 jerryzh168 commented Feb 20, 2020

Stack from ghstack:

Summary:
Workaround to get passes after inline to run
to unblock from freeze API

Test Plan:
.
Reviewers:
.
Subscribers:

Tasks:

Tags:

Summary:
Workaround to get passes after inline to run
to unblock from freeze API

Test Plan:
.
Reviewers:
.
Subscribers:

Tasks:

Tags:

[ghstack-poisoned]
@jerryzh168 jerryzh168 requested a review from apaszke as a code owner February 20, 2020 02:41
This was referenced Feb 20, 2020
@facebook-github-bot facebook-github-bot added the oncall: jit Add this issue/PR to JIT oncall triage queue label Feb 20, 2020
jerryzh168 added a commit that referenced this pull request Feb 20, 2020
Summary:
Workaround to get passes after inline to run
to unblock from freeze API

Test Plan:
.
Reviewers:
.
Subscribers:

Tasks:

Tags:

ghstack-source-id: 178357e
Pull Request resolved: #33533
@dr-ci
Copy link
Copy Markdown

dr-ci Bot commented Feb 20, 2020

💊 CircleCI build failures summary and remediations

As of commit ee58274 (more details on the Dr. CI page):


  • 16/16 failures introduced in this PR

🕵️ 16 new failures recognized by patterns

The following build failures do not appear to be due to upstream breakages:

See CircleCI build pytorch_xla_linux_xenial_py3_6_clang7_build (1/16)

Step: "Build" (full log | pattern match details)

Mar 19 18:48:12 caused by: Connection refused (os error 111)
Mar 19 18:48:12 +++ eval 'extract_trap_cmd ' 
Mar 19 18:48:12 ++++ extract_trap_cmd 
Mar 19 18:48:12 ++++ printf '%s\n' '' 
Mar 19 18:48:12 +++ printf '%s\n' cleanup 
Mar 19 18:48:12 ++ trap -- ' 
Mar 19 18:48:12 cleanup' EXIT 
Mar 19 18:48:12 ++ which sccache 
Mar 19 18:48:12 ++ sccache --stop-server 
Mar 19 18:48:12 Stopping sccache server... 
Mar 19 18:48:12 error: couldn't connect to server 
Mar 19 18:48:12 caused by: Connection refused (os error 111) 
Mar 19 18:48:12 ++ true 
Mar 19 18:48:12 ++ rm /var/lib/jenkins/sccache_error.log 
Mar 19 18:48:12 rm: cannot remove '/var/lib/jenkins/sccache_error.log': No such file or directory 
Mar 19 18:48:12 ++ true 
Mar 19 18:48:12 ++ SCCACHE_ERROR_LOG=/var/lib/jenkins/sccache_error.log 
Mar 19 18:48:12 ++ SCCACHE_IDLE_TIMEOUT=1200 
Mar 19 18:48:12 ++ RUST_LOG=sccache::server=error 
Mar 19 18:48:12 ++ sccache --start-server 
Mar 19 18:48:12 Starting sccache server... 
Mar 19 18:48:12 ++ sccache --zero-stats 

See CircleCI build caffe2_onnx_ort2_py3_6_clang7_ubuntu16_04_test (2/16)

Step: "Test" (full log | pattern match details)

Mar 19 19:04:31 E RuntimeError: function 'dequantize' already has a docstring
Mar 19 19:04:31 collected 581 items / 1 errors / 580 selected 
Mar 19 19:04:31  
Mar 19 19:04:31 ==================================== ERRORS ==================================== 
Mar 19 19:04:31 _ ERROR collecting .local/lib/python3.6/site-packages/caffe2/python/workspace_test.py _ 
Mar 19 19:04:31 ../.local/lib/python3.6/site-packages/caffe2/python/workspace_test.py:12: in <module> 
Mar 19 19:04:31     import torch 
Mar 19 19:04:31 ../.local/lib/python3.6/site-packages/torch/__init__.py:373: in <module> 
Mar 19 19:04:31     from . import _torch_docs, _tensor_docs, _storage_docs 
Mar 19 19:04:31 ../.local/lib/python3.6/site-packages/torch/_torch_docs.py:1528: in <module> 
Mar 19 19:04:31     """.format(**reduceops_common_args)) 
Mar 19 19:04:31 E   RuntimeError: function 'dequantize' already has a docstring 
Mar 19 19:04:31 - generated xml file: /var/lib/jenkins/workspace/caffe2_tests/python/result.xml - 
Mar 19 19:04:31 ======================== 16 warnings, 1 error in 2.57s ========================= 

See CircleCI build caffe2_onnx_ort1_py3_6_clang7_ubuntu16_04_test (3/16)

Step: "Test" (full log | pattern match details)

Mar 19 19:04:40 E RuntimeError: function 'dequantize' already has a docstring
Mar 19 19:04:40 collected 581 items / 1 errors / 580 selected 
Mar 19 19:04:40  
Mar 19 19:04:40 ==================================== ERRORS ==================================== 
Mar 19 19:04:40 _ ERROR collecting .local/lib/python3.6/site-packages/caffe2/python/workspace_test.py _ 
Mar 19 19:04:40 ../.local/lib/python3.6/site-packages/caffe2/python/workspace_test.py:12: in <module> 
Mar 19 19:04:40     import torch 
Mar 19 19:04:40 ../.local/lib/python3.6/site-packages/torch/__init__.py:373: in <module> 
Mar 19 19:04:40     from . import _torch_docs, _tensor_docs, _storage_docs 
Mar 19 19:04:40 ../.local/lib/python3.6/site-packages/torch/_torch_docs.py:1528: in <module> 
Mar 19 19:04:40     """.format(**reduceops_common_args)) 
Mar 19 19:04:40 E   RuntimeError: function 'dequantize' already has a docstring 
Mar 19 19:04:40 - generated xml file: /var/lib/jenkins/workspace/caffe2_tests/python/result.xml - 
Mar 19 19:04:40 ======================== 16 warnings, 1 error in 2.69s ========================= 

See CircleCI build caffe2_onnx_main_py3_6_clang7_ubuntu16_04_test (4/16)

Step: "Test" (full log | pattern match details)

Mar 19 19:04:43 E RuntimeError: function 'dequantize' already has a docstring
Mar 19 19:04:43 collected 581 items / 1 errors / 580 selected 
Mar 19 19:04:43  
Mar 19 19:04:43 ==================================== ERRORS ==================================== 
Mar 19 19:04:43 _ ERROR collecting .local/lib/python3.6/site-packages/caffe2/python/workspace_test.py _ 
Mar 19 19:04:43 ../.local/lib/python3.6/site-packages/caffe2/python/workspace_test.py:12: in <module> 
Mar 19 19:04:43     import torch 
Mar 19 19:04:43 ../.local/lib/python3.6/site-packages/torch/__init__.py:373: in <module> 
Mar 19 19:04:43     from . import _torch_docs, _tensor_docs, _storage_docs 
Mar 19 19:04:43 ../.local/lib/python3.6/site-packages/torch/_torch_docs.py:1528: in <module> 
Mar 19 19:04:43     """.format(**reduceops_common_args)) 
Mar 19 19:04:43 E   RuntimeError: function 'dequantize' already has a docstring 
Mar 19 19:04:43 - generated xml file: /var/lib/jenkins/workspace/caffe2_tests/python/result.xml - 
Mar 19 19:04:43 ======================== 16 warnings, 1 error in 2.73s ========================= 

See CircleCI build caffe2_onnx_py2_gcc5_ubuntu16_04_test (5/16)

Step: "Test" (full log | pattern match details)

Mar 19 19:07:16 E RuntimeError: function 'dequantize' already has a docstring
Mar 19 19:07:16 collected 581 items / 1 errors / 580 selected 
Mar 19 19:07:16  
Mar 19 19:07:16 ==================================== ERRORS ==================================== 
Mar 19 19:07:16 _ ERROR collecting .local/lib/python2.7/site-packages/caffe2/python/workspace_test.py _ 
Mar 19 19:07:16 ../.local/lib/python2.7/site-packages/caffe2/python/workspace_test.py:12: in <module> 
Mar 19 19:07:16     import torch 
Mar 19 19:07:16 ../.local/lib/python2.7/site-packages/torch/__init__.py:373: in <module> 
Mar 19 19:07:16     from . import _torch_docs, _tensor_docs, _storage_docs 
Mar 19 19:07:16 ../.local/lib/python2.7/site-packages/torch/_torch_docs.py:1528: in <module> 
Mar 19 19:07:16     """.format(**reduceops_common_args)) 
Mar 19 19:07:16 E   RuntimeError: function 'dequantize' already has a docstring 
Mar 19 19:07:16 - generated xml file: /var/lib/jenkins/workspace/caffe2_tests/python/result.xml - 
Mar 19 19:07:16 ===================== 3 warnings, 1 error in 2.32 seconds ====================== 

See CircleCI build pytorch_linux_xenial_py3_6_gcc5_4_test (6/16)

Step: "Test" (full log | pattern match details)

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

See CircleCI build pytorch_linux_xenial_py3_6_gcc5_4_ge_config_simple_test (7/16)

Step: "Test" (full log | pattern match details)

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

See CircleCI build pytorch_linux_xenial_py3_6_gcc5_4_ge_config_legacy_test (8/16)

Step: "Test" (full log | pattern match details)

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

See CircleCI build pytorch_linux_backward_compatibility_check_test (9/16)

Step: "Test" (full log | pattern match details)

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

See CircleCI build pytorch_windows_vs2019_py36_cuda10.1_test2 (10/16)

Step: "Test" (full log | pattern match details)

RuntimeError: function 'dequantize' already has a docstring
Compressed: 93060772 
 
(base) circleci@PACKER-5E70C982 C:\Users\circleci\project>cd test   && python run_test.py --exclude test_nn test_jit_simple test_jit_legacy test_jit_fuser_legacy --verbose --determine-from="C:/Users/circleci/project/build/win_tmp/determine_from"   && cd ..  
Traceback (most recent call last): 
  File "run_test.py", line 15, in <module> 
    import torch 
  File "C:\Users\circleci\project\build\win_tmp\build\torch\__init__.py", line 373, in <module> 
    from . import _torch_docs, _tensor_docs, _storage_docs 
  File "C:\Users\circleci\project\build\win_tmp\build\torch\_torch_docs.py", line 1528, in <module> 
    """.format(**reduceops_common_args)) 
RuntimeError: function 'dequantize' already has a docstring 
 
(base) circleci@PACKER-5E70C982 C:\Users\circleci\project\test>if ERRORLEVEL 1 exit /b 1  
+ cleanup
+ retcode=1
+ set +x

See CircleCI build pytorch_windows_vs2019_py36_cuda10.1_test1 (11/16)

Step: "Test" (full log | pattern match details)

RuntimeError: function 'dequantize' already has a docstring
(base) circleci@PACKER-5E70C982 C:\Users\circleci\project\test>echo Some smoke tests  
Some smoke tests 
 
(base) circleci@PACKER-5E70C982 C:\Users\circleci\project\test>python C:/Users/circleci/project/.jenkins/pytorch/win-test-helpers\run_python_nn_smoketests.py  
Traceback (most recent call last): 
  File "<string>", line 1, in <module> 
  File "C:\Users\circleci\project\build\win_tmp\build\torch\__init__.py", line 373, in <module> 
    from . import _torch_docs, _tensor_docs, _storage_docs 
  File "C:\Users\circleci\project\build\win_tmp\build\torch\_torch_docs.py", line 1528, in <module> 
    """.format(**reduceops_common_args)) 
RuntimeError: function 'dequantize' already has a docstring 
Checking that caffe2.python is available 
Command: python -c from caffe2.python import core 
Checking that MKL is available 
Command: python -c import torch; exit(0 if torch.backends.mkl.is_available() else 1) 
Traceback (most recent call last): 
  File "C:/Users/circleci/project/.jenkins/pytorch/win-test-helpers\run_python_nn_smoketests.py", line 39, in <module> 
    subprocess.check_call(command_args) 
  File "C:\Jenkins\Miniconda3\lib\subprocess.py", line 291, in check_call 
    raise CalledProcessError(retcode, cmd) 
subprocess.CalledProcessError: Command '['python', '-c', 'import torch; exit(0 if torch.backends.mkl.is_available() else 1)']' returned non-zero exit status 1. 

See CircleCI build pytorch_python_doc_push (12/16)

Step: "Doc Build and Push" (full log | pattern match details)

Mar 19 19:13:08 RuntimeError: function 'dequantize' already has a docstring
Mar 19 19:13:05 Verifying transaction: ...working... done 
Mar 19 19:13:07 Executing transaction: ...working... done 
Mar 19 19:13:07 ++ python setup.py install 
Mar 19 19:13:08 Traceback (most recent call last): 
Mar 19 19:13:08   File "setup.py", line 14, in <module> 
Mar 19 19:13:08     import torch 
Mar 19 19:13:08   File "/opt/conda/lib/python3.6/site-packages/torch/__init__.py", line 373, in <module> 
Mar 19 19:13:08     from . import _torch_docs, _tensor_docs, _storage_docs 
Mar 19 19:13:08   File "/opt/conda/lib/python3.6/site-packages/torch/_torch_docs.py", line 1528, in <module> 
Mar 19 19:13:08     """.format(**reduceops_common_args)) 
Mar 19 19:13:08 RuntimeError: function 'dequantize' already has a docstring 

See CircleCI build pytorch_linux_xenial_py3_clang5_asan_test (13/16)

Step: "Test" (full log | pattern match details)

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

See CircleCI build binary_linux_conda_2_7_cpu_devtoolset7_test (14/16)

Step: "Run in docker" (full log | pattern match details)

Mar 19 19:17:16 RuntimeError: function 'dequantize' already has a docstring
Mar 19 19:17:15 	libmkl_gnu_thread.so => /opt/conda/envs/testenv/bin/../lib/python2.7/site-packages/torch/lib/../../../../libmkl_gnu_thread.so (0x00007f4f5efcf000) 
Mar 19 19:17:15 	libmkl_core.so => /opt/conda/envs/testenv/bin/../lib/python2.7/site-packages/torch/lib/../../../../libmkl_core.so (0x00007f4f5acaf000) with runpath  
Mar 19 19:17:15 + [[ conda == \l\i\b\t\o\r\c\h ]] 
Mar 19 19:17:15 + python -c 'import torch' 
Mar 19 19:17:16 Traceback (most recent call last): 
Mar 19 19:17:16   File "<string>", line 1, in <module> 
Mar 19 19:17:16   File "/opt/conda/envs/testenv/lib/python2.7/site-packages/torch/__init__.py", line 373, in <module> 
Mar 19 19:17:16     from . import _torch_docs, _tensor_docs, _storage_docs 
Mar 19 19:17:16   File "/opt/conda/envs/testenv/lib/python2.7/site-packages/torch/_torch_docs.py", line 1528, in <module> 
Mar 19 19:17:16     """.format(**reduceops_common_args)) 
Mar 19 19:17:16 RuntimeError: function 'dequantize' already has a docstring 

See CircleCI build pytorch_linux_xenial_cuda10_2_cudnn7_py3_gcc7_test (15/16)

Step: "Test" (full log | pattern match details)

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

See CircleCI build pytorch_macos_10_13_py3_test (16/16)

Step: "Test" (full log | pattern match details)

Mar 19 12:24:07 RuntimeError: function 'dequantize' already has a docstring
Mar 19 12:24:05 + '[' -z 1 ']' 
Mar 19 12:24:05 + pushd test 
Mar 19 12:24:05 ~/project/test ~/project 
Mar 19 12:24:05 ++ python -c 'import torch; print(int(torch.backends.openmp.is_available()))' 
Mar 19 12:24:07 Traceback (most recent call last): 
Mar 19 12:24:07   File "<string>", line 1, in <module> 
Mar 19 12:24:07   File "/Users/distiller/workspace/miniconda3/lib/python3.7/site-packages/torch/__init__.py", line 373, in <module> 
Mar 19 12:24:07     from . import _torch_docs, _tensor_docs, _storage_docs 
Mar 19 12:24:07   File "/Users/distiller/workspace/miniconda3/lib/python3.7/site-packages/torch/_torch_docs.py", line 1528, in <module> 
Mar 19 12:24:07     """.format(**reduceops_common_args)) 
Mar 19 12:24:07 RuntimeError: function 'dequantize' already has a docstring 
Mar 19 12:24:07 + [[ ! '' == \1 ]] 
Mar 19 12:24:07 + echo 'Build should have OpenMP enabled, but torch.backends.openmp.is_available() is False' 
Mar 19 12:24:07 Build should have OpenMP enabled, but torch.backends.openmp.is_available() is False 
Mar 19 12:24:07 + exit 1 
Mar 19 12:24:07 + cleanup 
Mar 19 12:24:07 + retcode=1 
Mar 19 12:24:07 + set +x 

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 on the GitHub issue tracker.

This comment has been revised 241 times.

Summary:
Workaround to get passes after inline to run
to unblock from freeze API

Test Plan:
.
Reviewers:
.
Subscribers:

Tasks:

Tags:

[ghstack-poisoned]
Summary:
Workaround to get passes after inline to run
to unblock from freeze API

Test Plan:
.
Reviewers:
.
Subscribers:

Tasks:

Tags:

[ghstack-poisoned]
Summary:
Workaround to get passes after inline to run
to unblock from freeze API

Test Plan:
.
Reviewers:
.
Subscribers:

Tasks:

Tags:

[ghstack-poisoned]
Summary:
Workaround to get passes after inline to run
to unblock from freeze API

Test Plan:
.
Reviewers:
.
Subscribers:

Tasks:

Tags:

[ghstack-poisoned]
Summary:
Workaround to get passes after inline to run
to unblock from freeze API

Test Plan:
.
Reviewers:
.
Subscribers:

Tasks:

Tags:

[ghstack-poisoned]
Summary:
Workaround to get passes after inline to run
to unblock from freeze API

Test Plan:
.
Reviewers:
.
Subscribers:

Tasks:

Tags:

[ghstack-poisoned]
Summary:
Workaround to get passes after inline to run
to unblock from freeze API

Test Plan:
.
Reviewers:
.
Subscribers:

Tasks:

Tags:

[ghstack-poisoned]
Summary:
Workaround to get passes after inline to run
to unblock from freeze API

Test Plan:
.
Reviewers:
.
Subscribers:

Tasks:

Tags:

[ghstack-poisoned]
Summary:
Workaround to get passes after inline to run
to unblock from freeze API

Test Plan:
.
Reviewers:
.
Subscribers:

Tasks:

Tags:

[ghstack-poisoned]
Summary:
Workaround to get passes after inline to run
to unblock from freeze API

Test Plan:
.
Reviewers:
.
Subscribers:

Tasks:

Tags:

[ghstack-poisoned]
Summary:
Workaround to get passes after inline to run
to unblock from freeze API

Test Plan:
.
Reviewers:
.
Subscribers:

Tasks:

Tags:

[ghstack-poisoned]
Summary:
Workaround to get passes after inline to run
to unblock from freeze API

Test Plan:
.
Reviewers:
.
Subscribers:

Tasks:

Tags:

[ghstack-poisoned]
Summary:
Workaround to get passes after inline to run
to unblock from freeze API

Test Plan:
.
Reviewers:
.
Subscribers:

Tasks:

Tags:

[ghstack-poisoned]
Summary:
Workaround to get passes after inline to run
to unblock from freeze API

Test Plan:
.
Reviewers:
.
Subscribers:

Tasks:

Tags:

[ghstack-poisoned]
Summary:
Workaround to get passes after inline to run
to unblock from freeze API

Test Plan:
.
Reviewers:
.
Subscribers:

Tasks:

Tags:

[ghstack-poisoned]
Summary:
Workaround to get passes after inline to run
to unblock from freeze API

Test Plan:
.
Reviewers:
.
Subscribers:

Tasks:

Tags:

[ghstack-poisoned]
Summary:
Workaround to get passes after inline to run
to unblock from freeze API

Test Plan:
.
Reviewers:
.
Subscribers:

Tasks:

Tags:

[ghstack-poisoned]
Summary:
Workaround to get passes after inline to run
to unblock from freeze API

Test Plan:
.
Reviewers:
.
Subscribers:

Tasks:

Tags:

[ghstack-poisoned]
Summary:
Workaround to get passes after inline to run
to unblock from freeze API

Test Plan:
.
Reviewers:
.
Subscribers:

Tasks:

Tags:

[ghstack-poisoned]
Summary:
Workaround to get passes after inline to run
to unblock from freeze API

Test Plan:
.
Reviewers:
.
Subscribers:

Tasks:

Tags:

[ghstack-poisoned]
Summary:
Workaround to get passes after inline to run
to unblock from freeze API

Test Plan:
.
Reviewers:
.
Subscribers:

Tasks:

Tags:

[ghstack-poisoned]
@jerryzh168 jerryzh168 closed this Mar 20, 2020
@facebook-github-bot facebook-github-bot deleted the gh/jerryzh168/225/head branch April 19, 2020 14:17
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

oncall: jit Add this issue/PR to JIT oncall triage queue

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants