Skip to content

add _like constructors#78517

Closed
eellison wants to merge 4 commits intogh/eellison/299/basefrom
gh/eellison/299/head
Closed

add _like constructors#78517
eellison wants to merge 4 commits intogh/eellison/299/basefrom
gh/eellison/299/head

Conversation

[ghstack-poisoned]
@facebook-github-bot
Copy link
Contributor

facebook-github-bot commented May 31, 2022

🔗 Helpful links

❌ 14 New Failures

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

Expand to see more
  • 14/14 failures introduced in this PR

🕵️ 14 new failures recognized by patterns

The following CI failures do not appear to be due to upstream breakages

See GitHub Actions build pull / linux-xenial-cuda11.3-py3.7-gcc7-bazel-test / build-and-test (1/14)

Step: "Build" (full log | diagnosis details | 🔁 rerun)

2022-05-31T16:33:32.7980764Z compilation terminated.
2022-05-31T16:33:18.0993925Z torch/csrc/jit/passes/onnx/helper.cpp: In function 'torch::jit::Node* torch::jit::addNodeToBlock(torch::jit::Block*, c10::Symbol, torch::jit::ArrayRef<torch::jit::Value*>)':
2022-05-31T16:33:18.0999540Z torch/csrc/jit/passes/onnx/helper.cpp:101:10: warning: unused variable 'new_input' [-Wunused-variable]
2022-05-31T16:33:18.1000128Z      auto new_input = new_node->addInput(input);
2022-05-31T16:33:18.1000422Z           ^~~~~~~~~
2022-05-31T16:33:32.7977966Z �[31m�[1mERROR: �[0m/var/lib/jenkins/workspace/BUILD.bazel:1694:11: Compiling torch/csrc/jit/python/init.cpp failed: (Exit 1): gcc failed: error executing command /opt/cache/bin/gcc -U_FORTIFY_SOURCE -fstack-protector -Wall -Wunused-but-set-parameter -Wno-free-nonheap-object -fno-omit-frame-pointer '-std=c++11' -MD -MF ... (remaining 257 argument(s) skipped)
2022-05-31T16:33:32.7978703Z 
2022-05-31T16:33:32.7979011Z Use --sandbox_debug to see verbose messages from the sandbox
2022-05-31T16:33:32.7979678Z torch/csrc/jit/python/init.cpp:1:10: fatal error: bits/stdint-intn.h: No such file or directory
2022-05-31T16:33:32.7980189Z  #include <bits/stdint-intn.h>
2022-05-31T16:33:32.7980469Z           ^~~~~~~~~~~~~~~~~~~~
2022-05-31T16:33:32.7980764Z compilation terminated.
2022-05-31T16:33:35.4267860Z �[32mINFO: �[0mElapsed time: 598.337s, Critical Path: 61.28s
2022-05-31T16:33:35.4268374Z �[32mINFO: �[0m3030 processes: 184 internal, 2846 processwrapper-sandbox.
2022-05-31T16:33:35.4268734Z �[31m�[1mFAILED:�[0m Build did NOT complete successfully
2022-05-31T16:33:35.4306349Z �[31m�[1mFAILED:�[0m Build did NOT complete successfully
2022-05-31T16:33:35.4616079Z �[0m+ cleanup
2022-05-31T16:33:35.4616363Z + retcode=1
2022-05-31T16:33:35.4616606Z + set +x
2022-05-31T16:33:35.4656480Z ##[error]Process completed with exit code 1.
2022-05-31T16:33:35.5560945Z Prepare all required actions
2022-05-31T16:33:35.5704484Z ##[group]Run ./.github/actions/chown-workspace

See GitHub Actions build pull / linux-bionic-py3.7-clang9 / test (default, 2, 2, linux.2xlarge) (2/14)

Step: "Test" (full log | diagnosis details | 🔁 rerun)

2022-05-31T16:38:49.7217417Z FAIL [0.001s]: test_like_constructor (__main__.FakeTensorTest)
2022-05-31T16:38:49.7179080Z AssertionError: Torch not compiled with CUDA enabled
2022-05-31T16:38:49.7179227Z 
2022-05-31T16:38:49.7190968Z   test_mode (__main__.FakeTensorTest) ... ok (0.001s)
2022-05-31T16:38:49.7196184Z   test_non_kwarg_device (__main__.FakeTensorTest) ... skip: requires cuda (0.000s)
2022-05-31T16:38:49.7201345Z   test_shape_take_not_device (__main__.FakeTensorTest) ... skip: requires cuda (0.000s)
2022-05-31T16:38:49.7206453Z   test_throw (__main__.FakeTensorTest) ... skip: requires cuda (0.000s)
2022-05-31T16:38:49.7211099Z   test_type_as (__main__.FakeTensorTest) ... skip: requires cuda (0.000s)
2022-05-31T16:38:49.7216085Z   test_zero_dim (__main__.FakeTensorTest) ... skip: requires cuda (0.000s)
2022-05-31T16:38:49.7216932Z 
2022-05-31T16:38:49.7217095Z ======================================================================
2022-05-31T16:38:49.7217417Z FAIL [0.001s]: test_like_constructor (__main__.FakeTensorTest)
2022-05-31T16:38:49.7217802Z ----------------------------------------------------------------------
2022-05-31T16:38:49.7218070Z Traceback (most recent call last):
2022-05-31T16:38:49.7218324Z   File "test_fake_tensor.py", line 89, in test_like_constructor
2022-05-31T16:38:49.7218557Z     z = torch.ones_like(x, device="cuda")
2022-05-31T16:38:49.7218927Z   File "/opt/conda/lib/python3.7/site-packages/torch/cuda/__init__.py", line 211, in _lazy_init
2022-05-31T16:38:49.7219243Z     raise AssertionError("Torch not compiled with CUDA enabled")
2022-05-31T16:38:49.7219520Z AssertionError: Torch not compiled with CUDA enabled
2022-05-31T16:38:49.7219656Z 
2022-05-31T16:38:49.7219854Z ----------------------------------------------------------------------
2022-05-31T16:38:49.7220096Z Ran 18 tests in 0.504s

See GitHub Actions build pull / linux-bionic-py3.7-clang9 / test (default, 1, 2, linux.2xlarge) (3/14)

Step: "Test" (full log | diagnosis details | 🔁 rerun)

2022-05-31T16:36:05.2406254Z FAIL [0.019s]: tes...lex_noncontiguous_bug (__main__.TestMetaConverter)
2022-05-31T16:36:05.2320035Z   test_leaf (__main__.TestMetaConverter) ... ok (0.001s)
2022-05-31T16:36:05.2331055Z   test_non_leaf (__main__.TestMetaConverter) ... ok (0.001s)
2022-05-31T16:36:05.2340553Z   test_requires_grad_false (__main__.TestMetaConverter) ... ok (0.001s)
2022-05-31T16:36:05.2351931Z   test_view_as_complex (__main__.TestMetaConverter) ... ok (0.001s)
2022-05-31T16:36:05.2364250Z   test_view_as_real (__main__.TestMetaConverter) ... ok (0.001s)
2022-05-31T16:36:05.2375874Z   test_view_dtype (__main__.TestMetaConverter) ... ok (0.001s)
2022-05-31T16:36:05.2390581Z   test_view_of_leaf (__main__.TestMetaConverter) ... ok (0.001s)
2022-05-31T16:36:05.2405446Z   test_view_of_non_leaf (__main__.TestMetaConverter) ... ok (0.001s)
2022-05-31T16:36:05.2405706Z 
2022-05-31T16:36:05.2405855Z ======================================================================
2022-05-31T16:36:05.2406254Z FAIL [0.019s]: test_complex_noncontiguous_bug (__main__.TestMetaConverter)
2022-05-31T16:36:05.2406996Z ----------------------------------------------------------------------
2022-05-31T16:36:05.2407420Z Traceback (most recent call last):
2022-05-31T16:36:05.2407754Z   File "test_meta.py", line 137, in test_complex_noncontiguous_bug
2022-05-31T16:36:05.2408104Z     self.assertEqual(m.stride(), x.stride())
2022-05-31T16:36:05.2408973Z   File "/opt/conda/lib/python3.7/site-packages/torch/testing/_internal/common_utils.py", line 2276, in assertEqual
2022-05-31T16:36:05.2409613Z     msg=(lambda generated_msg: f"{generated_msg} : {msg}") if isinstance(msg, str) and self.longMessage else msg,
2022-05-31T16:36:05.2410480Z   File "/opt/conda/lib/python3.7/site-packages/torch/testing/_comparison.py", line 1095, in assert_equal
2022-05-31T16:36:05.2410941Z     raise error_metas[0].to_error(msg)
2022-05-31T16:36:05.2411371Z AssertionError: Scalars are not equal!
2022-05-31T16:36:05.2411825Z 

See GitHub Actions build pull / linux-xenial-py3.7-gcc7 / build (4/14)

Step: "Build" (full log | diagnosis details | 🔁 rerun)

2022-05-31T16:26:49.6411555Z compilation terminated.
2022-05-31T16:26:48.5386469Z [ 98%] �[32mBuilding CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/autograd/python_variable.cpp.o�[0m
2022-05-31T16:26:49.0120195Z [ 98%] �[32mBuilding CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/autograd/python_variable_indexing.cpp.o�[0m
2022-05-31T16:26:49.1148841Z [ 98%] �[32mBuilding CXX object test_jit/CMakeFiles/test_jit.dir/test_jit_logging_levels.cpp.o�[0m
2022-05-31T16:26:49.2660069Z [ 98%] �[32mBuilding CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/jit/backends/backend_init.cpp.o�[0m
2022-05-31T16:26:49.3633484Z [ 98%] �[32mBuilding CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/jit/codegen/cuda/python_frontend/python_bindings.cpp.o�[0m
2022-05-31T16:26:49.4031808Z [ 98%] �[32mBuilding CXX object test_jit/CMakeFiles/test_jit.dir/test_file_format.cpp.o�[0m
2022-05-31T16:26:49.6189066Z [ 98%] �[32mBuilding CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/jit/python/init.cpp.o�[0m
2022-05-31T16:26:49.6409885Z �[01m�[K/var/lib/jenkins/workspace/torch/csrc/jit/python/init.cpp:1:10:�[m�[K �[01;31m�[Kfatal error: �[m�[Kbits/stdint-intn.h: No such file or directory
2022-05-31T16:26:49.6410721Z  #include �[01;31m�[K<bits/stdint-intn.h>�[m�[K
2022-05-31T16:26:49.6411208Z           �[01;31m�[K^~~~~~~~~~~~~~~~~~~~�[m�[K
2022-05-31T16:26:49.6411555Z compilation terminated.
2022-05-31T16:26:49.6420812Z caffe2/torch/CMakeFiles/torch_python.dir/build.make:660: recipe for target 'caffe2/torch/CMakeFiles/torch_python.dir/csrc/jit/python/init.cpp.o' failed
2022-05-31T16:26:49.6421659Z make[2]: *** [caffe2/torch/CMakeFiles/torch_python.dir/csrc/jit/python/init.cpp.o] Error 1
2022-05-31T16:26:49.6422575Z make[2]: *** Waiting for unfinished jobs....
2022-05-31T16:26:49.6472445Z [ 98%] �[32mBuilding CXX object test_jit/CMakeFiles/test_jit.dir/test_flatbuffer.cpp.o�[0m
2022-05-31T16:26:50.2861762Z CMakeFiles/Makefile2:11879: recipe for target 'caffe2/torch/CMakeFiles/torch_python.dir/all' failed
2022-05-31T16:26:50.2862338Z make[1]: *** [caffe2/torch/CMakeFiles/torch_python.dir/all] Error 2
2022-05-31T16:26:50.2862770Z make[1]: *** Waiting for unfinished jobs....
2022-05-31T16:26:50.5694373Z [ 98%] �[32m�[1mLinking CXX executable ../bin/test_jit�[0m
2022-05-31T16:26:51.2762506Z [ 98%] Built target test_jit
2022-05-31T16:26:51.2766840Z Makefile:140: recipe for target 'all' failed

See GitHub Actions build pull / linux-xenial-py3.7-gcc7-no-ops / build (5/14)

Step: "Build" (full log | diagnosis details | 🔁 rerun)

2022-05-31T16:26:20.2256275Z compilation terminated.
2022-05-31T16:26:19.5927958Z [ 98%] �[32mBuilding CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/autograd/python_variable.cpp.o�[0m
2022-05-31T16:26:19.6260709Z [ 98%] �[32mBuilding CXX object test_jit/CMakeFiles/test_jit.dir/test_flatbuffer.cpp.o�[0m
2022-05-31T16:26:19.7703988Z [ 98%] �[32mBuilding CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/autograd/python_variable_indexing.cpp.o�[0m
2022-05-31T16:26:19.8757634Z [ 98%] �[32mBuilding CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/jit/backends/backend_init.cpp.o�[0m
2022-05-31T16:26:19.9465428Z [ 98%] Built target test_api
2022-05-31T16:26:19.9541297Z [ 98%] �[32mBuilding CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/jit/codegen/cuda/python_frontend/python_bindings.cpp.o�[0m
2022-05-31T16:26:20.1991715Z [ 98%] �[32mBuilding CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/jit/python/init.cpp.o�[0m
2022-05-31T16:26:20.2253940Z �[01m�[K/var/lib/jenkins/workspace/torch/csrc/jit/python/init.cpp:1:10:�[m�[K �[01;31m�[Kfatal error: �[m�[Kbits/stdint-intn.h: No such file or directory
2022-05-31T16:26:20.2254621Z  #include �[01;31m�[K<bits/stdint-intn.h>�[m�[K
2022-05-31T16:26:20.2254955Z           �[01;31m�[K^~~~~~~~~~~~~~~~~~~~�[m�[K
2022-05-31T16:26:20.2256275Z compilation terminated.
2022-05-31T16:26:20.2260912Z caffe2/torch/CMakeFiles/torch_python.dir/build.make:660: recipe for target 'caffe2/torch/CMakeFiles/torch_python.dir/csrc/jit/python/init.cpp.o' failed
2022-05-31T16:26:20.2261860Z make[2]: *** [caffe2/torch/CMakeFiles/torch_python.dir/csrc/jit/python/init.cpp.o] Error 1
2022-05-31T16:26:20.2263402Z make[2]: *** Waiting for unfinished jobs....
2022-05-31T16:26:20.5310683Z [ 98%] �[32m�[1mLinking CXX executable ../bin/test_jit�[0m
2022-05-31T16:26:20.6704973Z CMakeFiles/Makefile2:11879: recipe for target 'caffe2/torch/CMakeFiles/torch_python.dir/all' failed
2022-05-31T16:26:20.6705837Z make[1]: *** [caffe2/torch/CMakeFiles/torch_python.dir/all] Error 2
2022-05-31T16:26:20.6706273Z make[1]: *** Waiting for unfinished jobs....
2022-05-31T16:26:21.3012451Z [ 98%] Built target test_jit
2022-05-31T16:26:21.3016641Z Makefile:140: recipe for target 'all' failed
2022-05-31T16:26:21.3017007Z make: *** [all] Error 2

See GitHub Actions build pull / linux-xenial-py3.7-clang7-asan / build (6/14)

Step: "Build" (full log | diagnosis details | 🔁 rerun)

2022-05-31T16:26:42.4890921Z ##[error]Process completed with exit code 1.
2022-05-31T16:26:42.4856001Z Average cache write               0.062 s
2022-05-31T16:26:42.4856234Z Average cache read miss           6.948 s
2022-05-31T16:26:42.4856525Z Average cache read hit            0.053 s
2022-05-31T16:26:42.4857016Z Failed distributed compilations       0
2022-05-31T16:26:42.4857168Z 
2022-05-31T16:26:42.4857304Z Non-cacheable reasons:
2022-05-31T16:26:42.4857511Z multiple input files                 13
2022-05-31T16:26:42.4857640Z 
2022-05-31T16:26:42.4858096Z Cache location                  S3, bucket: Bucket(name=ossci-compiler-cache-circleci-v2, base_url=http://ossci-compiler-cache-circleci-v2.s3.amazonaws.com/)
2022-05-31T16:26:42.4858959Z ##[endgroup]
2022-05-31T16:26:42.4890921Z ##[error]Process completed with exit code 1.
2022-05-31T16:26:42.4937240Z Prepare all required actions
2022-05-31T16:26:42.4968803Z ##[group]Run ./.github/actions/teardown-linux
2022-05-31T16:26:42.4969020Z with:
2022-05-31T16:26:42.4969176Z env:
2022-05-31T16:26:42.4969345Z   IN_CI: 1
2022-05-31T16:26:42.4969515Z   IS_GHA: 1
2022-05-31T16:26:42.4969678Z ##[endgroup]
2022-05-31T16:26:42.4985056Z ##[group]Run .github/scripts/wait_for_ssh_to_drain.sh
2022-05-31T16:26:42.4985339Z �[36;1m.github/scripts/wait_for_ssh_to_drain.sh�[0m
2022-05-31T16:26:42.5858759Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0}

See GitHub Actions build pull / linux-focal-py3.7-gcc7 / test (default, 2, 2, linux.2xlarge) (7/14)

Step: "Test" (full log | diagnosis details | 🔁 rerun)

2022-05-31T16:38:17.2598841Z FAIL [0.022s]: tes...lex_noncontiguous_bug (__main__.TestMetaConverter)
2022-05-31T16:38:17.2516706Z   test_leaf (__main__.TestMetaConverter) ... ok (0.001s)
2022-05-31T16:38:17.2526951Z   test_non_leaf (__main__.TestMetaConverter) ... ok (0.001s)
2022-05-31T16:38:17.2535799Z   test_requires_grad_false (__main__.TestMetaConverter) ... ok (0.001s)
2022-05-31T16:38:17.2546262Z   test_view_as_complex (__main__.TestMetaConverter) ... ok (0.001s)
2022-05-31T16:38:17.2559019Z   test_view_as_real (__main__.TestMetaConverter) ... ok (0.001s)
2022-05-31T16:38:17.2569866Z   test_view_dtype (__main__.TestMetaConverter) ... ok (0.001s)
2022-05-31T16:38:17.2582654Z   test_view_of_leaf (__main__.TestMetaConverter) ... ok (0.001s)
2022-05-31T16:38:17.2595980Z   test_view_of_non_leaf (__main__.TestMetaConverter) ... ok (0.001s)
2022-05-31T16:38:17.2598155Z 
2022-05-31T16:38:17.2598394Z ======================================================================
2022-05-31T16:38:17.2598841Z FAIL [0.022s]: test_complex_noncontiguous_bug (__main__.TestMetaConverter)
2022-05-31T16:38:17.2599520Z ----------------------------------------------------------------------
2022-05-31T16:38:17.2599784Z Traceback (most recent call last):
2022-05-31T16:38:17.2600129Z   File "test_meta.py", line 137, in test_complex_noncontiguous_bug
2022-05-31T16:38:17.2600510Z     self.assertEqual(m.stride(), x.stride())
2022-05-31T16:38:17.2601111Z   File "/opt/conda/lib/python3.7/site-packages/torch/testing/_internal/common_utils.py", line 2276, in assertEqual
2022-05-31T16:38:17.2601711Z     msg=(lambda generated_msg: f"{generated_msg} : {msg}") if isinstance(msg, str) and self.longMessage else msg,
2022-05-31T16:38:17.2602567Z   File "/opt/conda/lib/python3.7/site-packages/torch/testing/_comparison.py", line 1095, in assert_equal
2022-05-31T16:38:17.2602996Z     raise error_metas[0].to_error(msg)
2022-05-31T16:38:17.2603378Z AssertionError: Scalars are not equal!
2022-05-31T16:38:17.2603631Z 

See GitHub Actions build pull / win-vs2019-cuda11.3-py3 / build (8/14)

Step: "Build" (full log | diagnosis details | 🔁 rerun)

2022-05-31T16:54:49.2157598Z FAILED: caffe2/tor...iles/torch_python.dir/csrc/jit/python/init.cpp.obj
2022-05-31T16:54:48.3629718Z [6191/6298] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\autograd\generated\python_functions_1.cpp.obj
2022-05-31T16:54:48.3886601Z [6192/6298] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\autograd\generated\python_functions_2.cpp.obj
2022-05-31T16:54:48.6417164Z [6193/6298] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\autograd\generated\python_torch_functions_1.cpp.obj
2022-05-31T16:54:48.6875229Z [6194/6298] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\autograd\generated\python_functions_4.cpp.obj
2022-05-31T16:54:48.7221004Z [6195/6298] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\autograd\generated\python_torch_functions_2.cpp.obj
2022-05-31T16:54:48.9094458Z [6196/6298] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\autograd\generated\python_functions_3.cpp.obj
2022-05-31T16:54:49.0546224Z [6197/6298] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\autograd\generated\python_sparse_functions.cpp.obj
2022-05-31T16:54:49.1008113Z [6198/6298] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\autograd\generated\python_fft_functions.cpp.obj
2022-05-31T16:54:49.1733788Z [6199/6298] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\autograd\generated\python_linalg_functions.cpp.obj
2022-05-31T16:54:49.2157118Z [6200/6298] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\jit\python\init.cpp.obj
2022-05-31T16:54:49.2157598Z FAILED: caffe2/torch/CMakeFiles/torch_python.dir/csrc/jit/python/init.cpp.obj 
2022-05-31T16:54:49.2163371Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\bin\sccache-cl.exe  /nologo /TP -DAT_PER_OPERATOR_HEADERS -DBUILDING_TESTS -DFMT_HEADER_ONLY=1 -DIDEEP_USE_MKL -DMINIZ_DISABLE_ZIP_READER_CRC32_CHECKS -DONNXIFI_ENABLE_EXT=1 -DONNX_ML=1 -DONNX_NAMESPACE=onnx_torch -DTHP_BUILD_MAIN_LIB -DUSE_C10D -DUSE_C10D_GLOO -DUSE_CUDA -DUSE_CUDNN -DUSE_DISTRIBUTED -DUSE_EXTERNAL_MZCRC -DUSE_NUMPY -DWIN32_LEAN_AND_MEAN -D_CRT_SECURE_NO_DEPRECATE=1 -D_OPENMP_NOFORCE_MANIFEST -Dtorch_python_EXPORTS -IC:\actions-runner\_work\pytorch\pytorch\build\aten\src -IC:\actions-runner\_work\pytorch\pytorch\aten\src -IC:\actions-runner\_work\pytorch\pytorch\build -IC:\actions-runner\_work\pytorch\pytorch -IC:\actions-runner\_work\pytorch\pytorch\cmake\..\third_party\benchmark\include -IC:\actions-runner\_work\pytorch\pytorch\cmake\..\third_party\cudnn_frontend\include -IC:\actions-runner\_work\pytorch\pytorch\third_party\onnx -IC:\actions-runner\_work\pytorch\pytorch\build\third_party\onnx -IC:\actions-runner\_work\pytorch\pytorch\third_party\foxi -IC:\actions-runner\_work\pytorch\pytorch\build\third_party\foxi -IC:\actions-runner\_work\pytorch\pytorch\torch\.. -IC:\actions-runner\_work\pytorch\pytorch\torch\..\aten\src -IC:\actions-runner\_work\pytorch\pytorch\torch\..\aten\src\TH -IC:\actions-runner\_work\pytorch\pytorch\build\caffe2\aten\src -IC:\actions-runner\_work\pytorch\pytorch\build\third_party -IC:\actions-runner\_work\pytorch\pytorch\torch\..\third_party\valgrind-headers -IC:\actions-runner\_work\pytorch\pytorch\torch\..\third_party\gloo -IC:\actions-runner\_work\pytorch\pytorch\torch\..\third_party\onnx -IC:\actions-runner\_work\pytorch\pytorch\torch\..\third_party\flatbuffers\include -IC:\actions-runner\_work\pytorch\pytorch\torch\csrc -IC:\actions-runner\_work\pytorch\pytorch\torch\csrc\api\include -IC:\actions-runner\_work\pytorch\pytorch\torch\lib -IC:\actions-runner\_work\pytorch\pytorch\torch\lib\libshm_windows -IC:\actions-runner\_work\pytorch\pytorch\torch\csrc\distributed -IC:\actions-runner\_work\pytorch\pytorch\torch\csrc\api -IC:\actions-runner\_work\pytorch\pytorch\c10\.. -IC:\actions-runner\_work\pytorch\pytorch\c10\cuda\..\.. -IC:\actions-runner\_work\pytorch\pytorch\third_party\fmt\include -IC:\actions-runner\_work\pytorch\pytorch\build\third_party\gloo -IC:\actions-runner\_work\pytorch\pytorch\cmake\..\third_party\gloo -IC:\actions-runner\_work\pytorch\pytorch\cmake\..\third_party\googletest\googlemock\include -IC:\actions-runner\_work\pytorch\pytorch\cmake\..\third_party\googletest\googletest\include -IC:\actions-runner\_work\pytorch\pytorch\third_party\protobuf\src -IC:\actions-runner\_work\pytorch\pytorch\build\win_tmp\mkl\include -IC:\actions-runner\_work\pytorch\pytorch\third_party\XNNPACK\include -IC:\actions-runner\_work\pytorch\pytorch\cmake\..\third_party\eigen -I"C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v11.3\include" -IC:\actions-runner\_work\pytorch\pytorch\third_party\ideep\mkl-dnn\third_party\oneDNN\include -IC:\actions-runner\_work\pytorch\pytorch\third_party\ideep\include -IC:\Jenkins\Miniconda3\include -IC:\Jenkins\Miniconda3\lib\site-packages\numpy\core\include -I"C:\Program Files\NVIDIA Corporation\NvToolsExt\include" -IC:\actions-runner\_work\pytorch\pytorch\cmake\..\third_party\pybind11\include /DWIN32 /D_WINDOWS /GR /EHsc /w /bigobj -DUSE_PTHREADPOOL -openmp:experimental -IC:/actions-runner/_work/pytorch/pytorch/build/win_tmp/mkl/include -DNDEBUG -DUSE_KINETO -DLIBKINETO_NOCUPTI -DUSE_FBGEMM -DUSE_XNNPACK -DSYMBOLICATE_MOBILE_DEBUG_HANDLE -DEDGE_PROFILER_USE_KINETO -DHAVE_AVX512_CPU_DEFINITION -DHAVE_AVX2_CPU_DEFINITION /MD /O2 /Ob2 /DNDEBUG /w /bigobj -DNDEBUG -DCAFFE2_USE_GLOO -DTH_HAVE_THREAD /EHsc /DNOMINMAX /wd4267 /wd4251 /wd4522 /wd4838 /wd4305 /wd4244 /wd4190 /wd4101 /wd4996 /wd4275 /bigobj -std:c++14 /showIncludes /Focaffe2\torch\CMakeFiles\torch_python.dir\csrc\jit\python\init.cpp.obj /Fdcaffe2\torch\CMakeFiles\torch_python.dir\ /FS -c C:\actions-runner\_work\pytorch\pytorch\torch\csrc\jit\python\init.cpp
2022-05-31T16:54:49.2168924Z C:\actions-runner\_work\pytorch\pytorch\torch\csrc\jit\python\init.cpp(1): fatal error C1083: Cannot open include file: 'bits/stdint-intn.h': No such file or directory
2022-05-31T16:54:50.4062866Z [6201/6298] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\autograd\python_variable.cpp.obj
2022-05-31T16:54:50.5835758Z [6202/6298] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\autograd\python_legacy_variable.cpp.obj
2022-05-31T16:54:50.6626177Z [6203/6298] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\autograd\python_variable_indexing.cpp.obj
2022-05-31T16:54:50.7533042Z [6204/6298] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\autograd\python_torch_functions_manual.cpp.obj
2022-05-31T16:54:50.8647444Z [6205/6298] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\jit\codegen\cuda\python_frontend\python_bindings.cpp.obj
2022-05-31T16:54:51.1123485Z [6206/6298] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\jit\backends\backend_init.cpp.obj
2022-05-31T16:54:51.1657827Z [6207/6298] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\jit\passes\onnx.cpp.obj
2022-05-31T16:54:51.1691375Z ninja: build stopped: subcommand failed.

See GitHub Actions build pull / linux-bionic-py3.7-clang9 / test (crossref, 1, 2, linux.2xlarge) (9/14)

Step: "Test" (full log | diagnosis details | 🔁 rerun)

2022-05-31T16:38:00.1632191Z FAIL [0.022s]: tes...lex_noncontiguous_bug (__main__.TestMetaConverter)
2022-05-31T16:38:00.1505295Z   test_leaf (__main__.TestMetaConverter) ... ok (0.001s)
2022-05-31T16:38:00.1520310Z   test_non_leaf (__main__.TestMetaConverter) ... ok (0.001s)
2022-05-31T16:38:00.1533647Z   test_requires_grad_false (__main__.TestMetaConverter) ... ok (0.001s)
2022-05-31T16:38:00.1546630Z   test_view_as_complex (__main__.TestMetaConverter) ... ok (0.001s)
2022-05-31T16:38:00.1565872Z   test_view_as_real (__main__.TestMetaConverter) ... ok (0.002s)
2022-05-31T16:38:00.1581973Z   test_view_dtype (__main__.TestMetaConverter) ... ok (0.002s)
2022-05-31T16:38:00.1606522Z   test_view_of_leaf (__main__.TestMetaConverter) ... ok (0.002s)
2022-05-31T16:38:00.1630986Z   test_view_of_non_leaf (__main__.TestMetaConverter) ... ok (0.002s)
2022-05-31T16:38:00.1631409Z 
2022-05-31T16:38:00.1631712Z ======================================================================
2022-05-31T16:38:00.1632191Z FAIL [0.022s]: test_complex_noncontiguous_bug (__main__.TestMetaConverter)
2022-05-31T16:38:00.1632891Z ----------------------------------------------------------------------
2022-05-31T16:38:00.1633389Z Traceback (most recent call last):
2022-05-31T16:38:00.1633709Z   File "test_meta.py", line 137, in test_complex_noncontiguous_bug
2022-05-31T16:38:00.1633980Z     self.assertEqual(m.stride(), x.stride())
2022-05-31T16:38:00.1634418Z   File "/opt/conda/lib/python3.7/site-packages/torch/testing/_internal/common_utils.py", line 2276, in assertEqual
2022-05-31T16:38:00.1634826Z     msg=(lambda generated_msg: f"{generated_msg} : {msg}") if isinstance(msg, str) and self.longMessage else msg,
2022-05-31T16:38:00.1635295Z   File "/opt/conda/lib/python3.7/site-packages/torch/testing/_comparison.py", line 1095, in assert_equal
2022-05-31T16:38:00.1635595Z     raise error_metas[0].to_error(msg)
2022-05-31T16:38:00.1635828Z AssertionError: Scalars are not equal!
2022-05-31T16:38:00.1635967Z 

See GitHub Actions build pull / linux-bionic-py3.7-clang9 / test (crossref, 2, 2, linux.2xlarge) (10/14)

Step: "Test" (full log | diagnosis details | 🔁 rerun)

2022-05-31T16:34:31.5504584Z FAIL [0.002s]: test_like_constructor (__main__.FakeTensorTest)
2022-05-31T16:34:31.5464852Z AssertionError: Torch not compiled with CUDA enabled
2022-05-31T16:34:31.5465000Z 
2022-05-31T16:34:31.5474328Z   test_mode (__main__.FakeTensorTest) ... ok (0.001s)
2022-05-31T16:34:31.5480467Z   test_non_kwarg_device (__main__.FakeTensorTest) ... skip: requires cuda (0.001s)
2022-05-31T16:34:31.5486384Z   test_shape_take_not_device (__main__.FakeTensorTest) ... skip: requires cuda (0.001s)
2022-05-31T16:34:31.5492228Z   test_throw (__main__.FakeTensorTest) ... skip: requires cuda (0.001s)
2022-05-31T16:34:31.5497618Z   test_type_as (__main__.FakeTensorTest) ... skip: requires cuda (0.000s)
2022-05-31T16:34:31.5503115Z   test_zero_dim (__main__.FakeTensorTest) ... skip: requires cuda (0.000s)
2022-05-31T16:34:31.5503703Z 
2022-05-31T16:34:31.5504082Z ======================================================================
2022-05-31T16:34:31.5504584Z FAIL [0.002s]: test_like_constructor (__main__.FakeTensorTest)
2022-05-31T16:34:31.5505184Z ----------------------------------------------------------------------
2022-05-31T16:34:31.5505466Z Traceback (most recent call last):
2022-05-31T16:34:31.5505721Z   File "test_fake_tensor.py", line 89, in test_like_constructor
2022-05-31T16:34:31.5505976Z     z = torch.ones_like(x, device="cuda")
2022-05-31T16:34:31.5506594Z   File "/opt/conda/lib/python3.7/site-packages/torch/overrides.py", line 1743, in wrapped
2022-05-31T16:34:31.5507086Z     return f(self, *args, **kwargs)
2022-05-31T16:34:31.5507561Z   File "/opt/conda/lib/python3.7/site-packages/torch/testing/_internal/common_utils.py", line 813, in __torch_function__
2022-05-31T16:34:31.5507864Z     r = func(*args, **kwargs)
2022-05-31T16:34:31.5508217Z   File "/opt/conda/lib/python3.7/site-packages/torch/overrides.py", line 1743, in wrapped
2022-05-31T16:34:31.5508488Z     return f(self, *args, **kwargs)

See GitHub Actions build pull / deploy-linux-xenial-cuda11.3-py3.7-gcc7 / build (11/14)

Step: "Build" (full log | diagnosis details | 🔁 rerun)

2022-05-31T16:29:58.7911546Z compilation terminated.
2022-05-31T16:29:58.4945419Z [ 73%] �[32mBuilding CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/sparse/SparseMatMul.cpp.o�[0m
2022-05-31T16:29:58.5545722Z [ 73%] �[32mBuilding CXX object caffe2/torch/CMakeFiles/torch_python_obj.dir/csrc/jit/backends/backend_init.cpp.o�[0m
2022-05-31T16:29:58.5807315Z [ 73%] �[32mBuilding CXX object caffe2/torch/CMakeFiles/torch_python_obj.dir/csrc/jit/codegen/cuda/python_frontend/python_bindings.cpp.o�[0m
2022-05-31T16:29:58.6191508Z [ 73%] �[32mBuilding C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vsqrt/gen/avx512f-nr1fma1adj-x112.c.o�[0m
2022-05-31T16:29:58.7202918Z [ 73%] �[32mBuilding C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vsqrt/gen/avx512f-nr1fma1adj-x128.c.o�[0m
2022-05-31T16:29:58.7683710Z [ 73%] �[32mBuilding CXX object caffe2/torch/CMakeFiles/torch_python_obj.dir/csrc/jit/python/init.cpp.o�[0m
2022-05-31T16:29:58.7792714Z [ 73%] �[32mBuilding CXX object caffe2/torch/CMakeFiles/torch_python_obj.dir/csrc/jit/passes/onnx.cpp.o�[0m
2022-05-31T16:29:58.7909964Z �[01m�[K/var/lib/jenkins/workspace/torch/csrc/jit/python/init.cpp:1:10:�[m�[K �[01;31m�[Kfatal error: �[m�[Kbits/stdint-intn.h: No such file or directory
2022-05-31T16:29:58.7910762Z  #include �[01;31m�[K<bits/stdint-intn.h>�[m�[K
2022-05-31T16:29:58.7911217Z           �[01;31m�[K^~~~~~~~~~~~~~~~~~~~�[m�[K
2022-05-31T16:29:58.7911546Z compilation terminated.
2022-05-31T16:29:58.7938839Z caffe2/torch/CMakeFiles/torch_python_obj.dir/build.make:660: recipe for target 'caffe2/torch/CMakeFiles/torch_python_obj.dir/csrc/jit/python/init.cpp.o' failed
2022-05-31T16:29:58.7939468Z make[2]: *** [caffe2/torch/CMakeFiles/torch_python_obj.dir/csrc/jit/python/init.cpp.o] Error 1
2022-05-31T16:29:58.7939894Z make[2]: *** Waiting for unfinished jobs....
2022-05-31T16:29:58.8110765Z [ 73%] �[32mBuilding CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/sparse/SparseTensor.cpp.o�[0m
2022-05-31T16:29:58.8512693Z [ 73%] �[32mBuilding C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vunary/gen/vabs-avx512f-x16.c.o�[0m
2022-05-31T16:29:58.9122172Z [ 73%] �[32mBuilding CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/sparse/SparseTensorMath.cpp.o�[0m
2022-05-31T16:29:58.9883909Z [ 73%] �[32mBuilding C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vunary/gen/vabs-avx512f-x32.c.o�[0m
2022-05-31T16:29:59.1552976Z [ 73%] �[32mBuilding C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vunary/gen/vneg-avx512f-x16.c.o�[0m
2022-05-31T16:29:59.2639588Z [ 73%] �[32mBuilding C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vunary/gen/vneg-avx512f-x32.c.o�[0m
2022-05-31T16:29:59.2911798Z [ 73%] �[32mBuilding CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/sparse/SparseUnaryOps.cpp.o�[0m

See GitHub Actions build pull / linux-xenial-cuda11.3-py3.7-gcc7 / build (12/14)

Step: "Build" (full log | diagnosis details | 🔁 rerun)

2022-05-31T16:30:14.5550500Z compilation terminated.
2022-05-31T16:30:14.0238094Z [ 73%] �[32mBuilding C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vscaleextexp/gen/avx512f-p5-scalef-x144.c.o�[0m
2022-05-31T16:30:14.1684838Z [ 73%] �[32mBuilding CXX object caffe2/torch/CMakeFiles/torch_python_obj.dir/csrc/jit/codegen/cuda/python_frontend/python_bindings.cpp.o�[0m
2022-05-31T16:30:14.1756651Z [ 73%] �[32mBuilding C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vscaleextexp/gen/avx512f-p5-scalef-x160.c.o�[0m
2022-05-31T16:30:14.3059589Z [ 73%] �[32mBuilding C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vscaleextexp/gen/avx512f-p5-scalef-x176.c.o�[0m
2022-05-31T16:30:14.4270007Z [ 73%] �[32mBuilding C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vscaleextexp/gen/avx512f-p5-scalef-x192.c.o�[0m
2022-05-31T16:30:14.5012472Z [ 73%] �[32mBuilding C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vsigmoid/gen/vsigmoid-avx512f-rr1-lut16-p3-perm-scalef-div-x16.c.o�[0m
2022-05-31T16:30:14.5328891Z [ 73%] �[32mBuilding CXX object caffe2/torch/CMakeFiles/torch_python_obj.dir/csrc/jit/python/init.cpp.o�[0m
2022-05-31T16:30:14.5549171Z �[01m�[K/var/lib/jenkins/workspace/torch/csrc/jit/python/init.cpp:1:10:�[m�[K �[01;31m�[Kfatal error: �[m�[Kbits/stdint-intn.h: No such file or directory
2022-05-31T16:30:14.5549793Z  #include �[01;31m�[K<bits/stdint-intn.h>�[m�[K
2022-05-31T16:30:14.5550182Z           �[01;31m�[K^~~~~~~~~~~~~~~~~~~~�[m�[K
2022-05-31T16:30:14.5550500Z compilation terminated.
2022-05-31T16:30:14.5552806Z caffe2/torch/CMakeFiles/torch_python_obj.dir/build.make:660: recipe for target 'caffe2/torch/CMakeFiles/torch_python_obj.dir/csrc/jit/python/init.cpp.o' failed
2022-05-31T16:30:14.5560139Z make[2]: *** [caffe2/torch/CMakeFiles/torch_python_obj.dir/csrc/jit/python/init.cpp.o] Error 1
2022-05-31T16:30:14.5598606Z make[2]: *** Waiting for unfinished jobs....
2022-05-31T16:30:14.5650003Z [ 73%] �[32mBuilding CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/mkldnn/BinaryOps.cpp.o�[0m
2022-05-31T16:30:14.5651077Z [ 73%] �[32mBuilding C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vsigmoid/gen/vsigmoid-avx512f-rr1-lut16-p3-perm-scalef-div-x32.c.o�[0m
2022-05-31T16:30:14.6318814Z [ 74%] �[32mBuilding C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vsigmoid/gen/vsigmoid-avx512f-rr1-lut16-p3-perm-scalef-div-x48.c.o�[0m
2022-05-31T16:30:14.6920845Z [ 74%] �[32mBuilding C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vsigmoid/gen/vsigmoid-avx512f-rr1-lut16-p3-perm-scalef-div-x64.c.o�[0m
2022-05-31T16:30:14.7575495Z [ 74%] �[32mBuilding CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/mkldnn/Conv.cpp.o�[0m
2022-05-31T16:30:14.7976686Z [ 74%] �[32mBuilding C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vsigmoid/gen/vsigmoid-avx512f-rr1-lut16-p3-perm-scalef-div-x80.c.o�[0m
2022-05-31T16:30:14.9210189Z [ 74%] �[32mBuilding C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vsigmoid/gen/vsigmoid-avx512f-rr1-lut16-p3-perm-scalef-div-x96.c.o�[0m

See GitHub Actions build pull / win-vs2019-cpu-py3 / build (13/14)

Step: "Build" (full log | diagnosis details | 🔁 rerun)

2022-05-31T16:38:51.2082867Z FAILED: caffe2/tor...iles/torch_python.dir/csrc/jit/python/init.cpp.obj
2022-05-31T16:38:49.0869303Z [5604/5843] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\autograd\python_anomaly_mode.cpp.obj
2022-05-31T16:38:49.1871938Z [5605/5843] Building CXX object test_api\CMakeFiles\test_api.dir\torch_include.cpp.obj
2022-05-31T16:38:49.2919932Z [5606/5843] Building CXX object test_jit\CMakeFiles\test_jit.dir\test_mobile_type_parser.cpp.obj
2022-05-31T16:38:49.5318674Z [5607/5843] Building CXX object test_jit\CMakeFiles\test_jit.dir\test_misc.cpp.obj
2022-05-31T16:38:49.9703365Z [5608/5843] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\autograd\python_saved_variable_hooks.cpp.obj
2022-05-31T16:38:50.6130242Z [5609/5843] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\autograd\python_engine.cpp.obj
2022-05-31T16:38:51.0201555Z [5610/5843] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\autograd\python_hook.cpp.obj
2022-05-31T16:38:51.1223661Z [5611/5843] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\autograd\python_legacy_variable.cpp.obj
2022-05-31T16:38:51.1365557Z [5612/5843] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\autograd\python_function.cpp.obj
2022-05-31T16:38:51.2082195Z [5613/5843] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\jit\python\init.cpp.obj
2022-05-31T16:38:51.2082867Z FAILED: caffe2/torch/CMakeFiles/torch_python.dir/csrc/jit/python/init.cpp.obj 
2022-05-31T16:38:51.2091916Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\bin\sccache-cl.exe  /nologo /TP -DAT_PER_OPERATOR_HEADERS -DBUILDING_TESTS -DFMT_HEADER_ONLY=1 -DIDEEP_USE_MKL -DMINIZ_DISABLE_ZIP_READER_CRC32_CHECKS -DONNXIFI_ENABLE_EXT=1 -DONNX_ML=1 -DONNX_NAMESPACE=onnx_torch -DTHP_BUILD_MAIN_LIB -DUSE_C10D -DUSE_C10D_GLOO -DUSE_DISTRIBUTED -DUSE_EXTERNAL_MZCRC -DUSE_NUMPY -DWIN32_LEAN_AND_MEAN -D_CRT_SECURE_NO_DEPRECATE=1 -D_OPENMP_NOFORCE_MANIFEST -Dtorch_python_EXPORTS -IC:\actions-runner\_work\pytorch\pytorch\build\aten\src -IC:\actions-runner\_work\pytorch\pytorch\aten\src -IC:\actions-runner\_work\pytorch\pytorch\build -IC:\actions-runner\_work\pytorch\pytorch -IC:\actions-runner\_work\pytorch\pytorch\cmake\..\third_party\benchmark\include -IC:\actions-runner\_work\pytorch\pytorch\third_party\onnx -IC:\actions-runner\_work\pytorch\pytorch\build\third_party\onnx -IC:\actions-runner\_work\pytorch\pytorch\third_party\foxi -IC:\actions-runner\_work\pytorch\pytorch\build\third_party\foxi -IC:\actions-runner\_work\pytorch\pytorch\torch\.. -IC:\actions-runner\_work\pytorch\pytorch\torch\..\aten\src -IC:\actions-runner\_work\pytorch\pytorch\torch\..\aten\src\TH -IC:\actions-runner\_work\pytorch\pytorch\build\caffe2\aten\src -IC:\actions-runner\_work\pytorch\pytorch\build\third_party -IC:\actions-runner\_work\pytorch\pytorch\torch\..\third_party\valgrind-headers -IC:\actions-runner\_work\pytorch\pytorch\torch\..\third_party\gloo -IC:\actions-runner\_work\pytorch\pytorch\torch\..\third_party\onnx -IC:\actions-runner\_work\pytorch\pytorch\torch\..\third_party\flatbuffers\include -IC:\actions-runner\_work\pytorch\pytorch\torch\csrc -IC:\actions-runner\_work\pytorch\pytorch\torch\csrc\api\include -IC:\actions-runner\_work\pytorch\pytorch\torch\lib -IC:\actions-runner\_work\pytorch\pytorch\torch\lib\libshm_windows -IC:\actions-runner\_work\pytorch\pytorch\torch\csrc\distributed -IC:\actions-runner\_work\pytorch\pytorch\torch\csrc\api -IC:\actions-runner\_work\pytorch\pytorch\c10\.. -IC:\actions-runner\_work\pytorch\pytorch\third_party\fmt\include -IC:\actions-runner\_work\pytorch\pytorch\build\third_party\gloo -IC:\actions-runner\_work\pytorch\pytorch\cmake\..\third_party\gloo -IC:\actions-runner\_work\pytorch\pytorch\cmake\..\third_party\googletest\googlemock\include -IC:\actions-runner\_work\pytorch\pytorch\cmake\..\third_party\googletest\googletest\include -IC:\actions-runner\_work\pytorch\pytorch\third_party\protobuf\src -IC:\actions-runner\_work\pytorch\pytorch\build\win_tmp\mkl\include -IC:\actions-runner\_work\pytorch\pytorch\third_party\XNNPACK\include -IC:\actions-runner\_work\pytorch\pytorch\cmake\..\third_party\eigen -IC:\actions-runner\_work\pytorch\pytorch\third_party\ideep\mkl-dnn\third_party\oneDNN\include -IC:\actions-runner\_work\pytorch\pytorch\third_party\ideep\include -IC:\Jenkins\Miniconda3\include -IC:\Jenkins\Miniconda3\lib\site-packages\numpy\core\include -IC:\actions-runner\_work\pytorch\pytorch\cmake\..\third_party\pybind11\include /DWIN32 /D_WINDOWS /GR /EHsc /w /bigobj -DUSE_PTHREADPOOL -openmp:experimental -IC:/actions-runner/_work/pytorch/pytorch/build/win_tmp/mkl/include -DNDEBUG -DUSE_KINETO -DLIBKINETO_NOCUPTI -DUSE_FBGEMM -DUSE_XNNPACK -DSYMBOLICATE_MOBILE_DEBUG_HANDLE -DEDGE_PROFILER_USE_KINETO -DHAVE_AVX512_CPU_DEFINITION -DHAVE_AVX2_CPU_DEFINITION /MD /O2 /Ob2 /DNDEBUG /w /bigobj -DNDEBUG -DCAFFE2_USE_GLOO -DTH_HAVE_THREAD /EHsc /DNOMINMAX /wd4267 /wd4251 /wd4522 /wd4838 /wd4305 /wd4244 /wd4190 /wd4101 /wd4996 /wd4275 /bigobj -std:c++14 /showIncludes /Focaffe2\torch\CMakeFiles\torch_python.dir\csrc\jit\python\init.cpp.obj /Fdcaffe2\torch\CMakeFiles\torch_python.dir\ /FS -c C:\actions-runner\_work\pytorch\pytorch\torch\csrc\jit\python\init.cpp
2022-05-31T16:38:51.2100237Z C:\actions-runner\_work\pytorch\pytorch\torch\csrc\jit\python\init.cpp(1): fatal error C1083: Cannot open include file: 'bits/stdint-intn.h': No such file or directory
2022-05-31T16:38:51.4728152Z [5614/5843] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\autograd\python_torch_functions_manual.cpp.obj
2022-05-31T16:38:51.5551943Z [5615/5843] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\autograd\python_variable_indexing.cpp.obj
2022-05-31T16:38:51.9429622Z [5616/5843] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\jit\backends\backend_init.cpp.obj
2022-05-31T16:38:52.4818071Z [5617/5843] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\autograd\python_variable.cpp.obj
2022-05-31T16:38:52.9484718Z [5618/5843] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\jit\codegen\cuda\python_frontend\python_bindings.cpp.obj
2022-05-31T16:38:53.0008581Z [5619/5843] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\jit\passes\onnx.cpp.obj
2022-05-31T16:43:30.3102186Z [5620/5843] Linking CXX shared library bin\torch_cpu.dll
2022-05-31T16:43:30.3136795Z ninja: build stopped: subcommand failed.

See GitHub Actions build pull / linux-xenial-py3.7-clang7-onnx / build (14/14)

Step: "Build" (full log | diagnosis details | 🔁 rerun)

2022-05-31T16:28:25.5675833Z ##[error]Process completed with exit code 1.
2022-05-31T16:28:25.5630254Z Average cache read miss           10.349 s
2022-05-31T16:28:25.5630464Z Average cache read hit             0.043 s
2022-05-31T16:28:25.5630713Z Failed distributed compilations        0
2022-05-31T16:28:25.5630856Z 
2022-05-31T16:28:25.5630972Z Non-cacheable reasons:
2022-05-31T16:28:25.5631172Z multiple input files                  13
2022-05-31T16:28:25.5631392Z unknown source language                1
2022-05-31T16:28:25.5631523Z 
2022-05-31T16:28:25.5631964Z Cache location                  S3, bucket: Bucket(name=ossci-compiler-cache-circleci-v2, base_url=http://ossci-compiler-cache-circleci-v2.s3.amazonaws.com/)
2022-05-31T16:28:25.5632710Z ##[endgroup]
2022-05-31T16:28:25.5675833Z ##[error]Process completed with exit code 1.
2022-05-31T16:28:25.5710429Z Prepare all required actions
2022-05-31T16:28:25.5730489Z ##[group]Run ./.github/actions/teardown-linux
2022-05-31T16:28:25.5730705Z with:
2022-05-31T16:28:25.5730850Z env:
2022-05-31T16:28:25.5731015Z   IN_CI: 1
2022-05-31T16:28:25.5731183Z   IS_GHA: 1
2022-05-31T16:28:25.5731352Z ##[endgroup]
2022-05-31T16:28:25.5746573Z ##[group]Run .github/scripts/wait_for_ssh_to_drain.sh
2022-05-31T16:28:25.5746846Z �[36;1m.github/scripts/wait_for_ssh_to_drain.sh�[0m
2022-05-31T16:28:25.5758311Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0}

This comment was automatically generated by Dr. CI (expand for details).

Please report bugs/suggestions to the (internal) Dr. CI Users group.

Click here to manually regenerate this comment.

eellison pushed a commit that referenced this pull request May 31, 2022
ghstack-source-id: e98d539
Pull Request resolved: #78517
@eellison eellison mentioned this pull request May 31, 2022
@eellison eellison closed this Jun 1, 2022
@facebook-github-bot facebook-github-bot deleted the gh/eellison/299/head branch July 2, 2022 14:17
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants