Skip to content
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

lots of changes #65372

Closed
Closed

Conversation

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

facebook-github-bot commented Sep 20, 2021

🔗 Helpful links

💊 CI failures summary and remediations

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


  • 26/26 failures introduced in this PR

🕵️ 23 new failures recognized by patterns

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

See GitHub Actions build Lint / clang-tidy (1/23)

Step: "Generate build files" (full log | diagnosis details | 🔁 rerun)

2021-09-20T21:26:26.5136040Z CMake Error at cmake/Modules/FindOpenBLAS.cmake:57 (MESSAGE):
2021-09-20T21:26:26.5125034Z -- Caffe2 protobuf include directory: $<BUILD_INTERFACE:/__w/pytorch/pytorch/third_party/protobuf/src>$<INSTALL_INTERFACE:include>
2021-09-20T21:26:26.5126232Z -- Trying to find preferred BLAS backend of choice: OpenBLAS
2021-09-20T21:26:26.5126976Z -- Could not find OpenBLAS include. Turning OpenBLAS_FOUND off
2021-09-20T21:26:26.5127707Z -- Could not find OpenBLAS lib. Turning OpenBLAS_FOUND off
2021-09-20T21:26:26.5128375Z -- Configuring incomplete, errors occurred!
2021-09-20T21:26:26.5129032Z See also "/__w/pytorch/pytorch/build/CMakeFiles/CMakeOutput.log".
2021-09-20T21:26:26.5129883Z See also "/__w/pytorch/pytorch/build/CMakeFiles/CMakeError.log".
2021-09-20T21:26:26.5130577Z Building wheel torch-1.10.0a0+gita82d7ec
2021-09-20T21:26:26.5131143Z -- Building version 1.10.0a0+gita82d7ec
2021-09-20T21:26:26.5133570Z cmake -GNinja -DBUILD_PYTHON=True -DBUILD_TEST=True -DCMAKE_BUILD_TYPE=Release -DCMAKE_INSTALL_PREFIX=/__w/pytorch/pytorch/torch -DCMAKE_PREFIX_PATH=/usr/lib/python3.8/site-packages -DNUMPY_INCLUDE_DIR=/usr/local/lib/python3.8/dist-packages/numpy/core/include -DPYTHON_EXECUTABLE=/usr/bin/python3 -DPYTHON_INCLUDE_DIR=/usr/include/python3.8 -DPYTHON_LIBRARY=/usr/lib/libpython3.8.so.1.0 -DTORCH_BUILD_VERSION=1.10.0a0+gita82d7ec -DUSE_DEPLOY=1 -DUSE_NCCL=0 -DUSE_NUMPY=True /__w/pytorch/pytorch
2021-09-20T21:26:26.5136040Z CMake Error at cmake/Modules/FindOpenBLAS.cmake:57 (MESSAGE):
2021-09-20T21:26:26.5136601Z   Could not find OpenBLAS
2021-09-20T21:26:26.5136995Z Call Stack (most recent call first):
2021-09-20T21:26:26.5137739Z   cmake/Dependencies.cmake:146 (find_package)
2021-09-20T21:26:26.5138283Z   CMakeLists.txt:649 (include)
2021-09-20T21:26:26.5138552Z 
2021-09-20T21:26:26.5138785Z 
2021-09-20T21:26:26.5139319Z Command exited with non-zero status 1
2021-09-20T21:26:26.5140144Z 4.21user 1.28system 0:04.87elapsed 112%CPU (0avgtext+0avgdata 87508maxresident)k
2021-09-20T21:26:26.5140867Z 0inputs+5152outputs (0major+338609minor)pagefaults 0swaps
2021-09-20T21:26:26.5141709Z Failed to run ['time', '/usr/bin/python3', 'setup.py', '--cmake-only', 'build']

See GitHub Actions build linux-bionic-py3.8-gcc9-coverage / build (2/23)

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

2021-09-20T21:35:16.3090777Z CMake Error at CMakeLists.txt:1065 (add_subdirectory):
2021-09-20T21:35:16.3084697Z --   USE_ZMQ               : OFF
2021-09-20T21:35:16.3085108Z --   USE_DISTRIBUTED       : ON
2021-09-20T21:35:16.3085514Z --     USE_MPI               : OFF
2021-09-20T21:35:16.3085905Z --     USE_GLOO              : ON
2021-09-20T21:35:16.3086326Z --     USE_GLOO_WITH_OPENSSL : OFF
2021-09-20T21:35:16.3086756Z --     USE_TENSORPIPE        : ON
2021-09-20T21:35:16.3087174Z --   USE_DEPLOY           : OFF
2021-09-20T21:35:16.3087583Z --   USE_BREAKPAD         : ON
2021-09-20T21:35:16.3088466Z --   Public Dependencies  : Threads::Threads;/opt/conda/lib/libopenblas.so;caffe2::mkldnn
2021-09-20T21:35:16.3089848Z --   Private Dependencies : pthreadpool;cpuinfo;qnnpack;pytorch_qnnpack;nnpack;XNNPACK;fbgemm;fp16;gloo;tensorpipe;aten_op_header_gen;foxi_loader;rt;fmt::fmt-header-only;kineto;gcc_s;gcc;dl
2021-09-20T21:35:16.3090777Z CMake Error at CMakeLists.txt:1065 (add_subdirectory):
2021-09-20T21:35:16.3091213Z   The source directory
2021-09-20T21:35:16.3091437Z 
2021-09-20T21:35:16.3091793Z     /var/lib/jenkins/workspace/memory_allocator
2021-09-20T21:35:16.3092162Z 
2021-09-20T21:35:16.3092500Z   does not contain a CMakeLists.txt file.
2021-09-20T21:35:16.3092780Z 
2021-09-20T21:35:16.3092939Z 
2021-09-20T21:35:16.3136832Z -- Configuring incomplete, errors occurred!
2021-09-20T21:35:16.3137563Z See also "/var/lib/jenkins/workspace/build/CMakeFiles/CMakeOutput.log".
2021-09-20T21:35:16.3138228Z See also "/var/lib/jenkins/workspace/build/CMakeFiles/CMakeError.log".

See GitHub Actions build linux-xenial-cuda11.3-py3.6-gcc7 / build (3/23)

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

2021-09-20T21:36:41.2281071Z CMake Error at CMakeLists.txt:1065 (add_subdirectory):
2021-09-20T21:36:41.2268391Z --   USE_ZMQ               : OFF
2021-09-20T21:36:41.2269171Z --   USE_DISTRIBUTED       : ON
2021-09-20T21:36:41.2269957Z --     USE_MPI               : ON
2021-09-20T21:36:41.2270654Z --     USE_GLOO              : ON
2021-09-20T21:36:41.2271400Z --     USE_GLOO_WITH_OPENSSL : OFF
2021-09-20T21:36:41.2272253Z --     USE_TENSORPIPE        : ON
2021-09-20T21:36:41.2273032Z --   USE_DEPLOY           : OFF
2021-09-20T21:36:41.2273804Z --   USE_BREAKPAD         : ON
2021-09-20T21:36:41.2275387Z --   Public Dependencies  : Threads::Threads;/opt/conda/lib/libopenblas.so;caffe2::mkldnn
2021-09-20T21:36:41.2278750Z --   Private Dependencies : pthreadpool;cpuinfo;qnnpack;pytorch_qnnpack;nnpack;XNNPACK;fbgemm;/usr/lib/x86_64-linux-gnu/libnuma.so;fp16;/usr/lib/openmpi/lib/libmpi_cxx.so;/usr/lib/openmpi/lib/libmpi.so;gloo;tensorpipe;aten_op_header_gen;foxi_loader;rt;fmt::fmt-header-only;kineto;gcc_s;gcc;dl
2021-09-20T21:36:41.2281071Z CMake Error at CMakeLists.txt:1065 (add_subdirectory):
2021-09-20T21:36:41.2281916Z   The source directory
2021-09-20T21:36:41.2282318Z 
2021-09-20T21:36:41.2282994Z     /var/lib/jenkins/workspace/memory_allocator
2021-09-20T21:36:41.2283525Z 
2021-09-20T21:36:41.2284195Z   does not contain a CMakeLists.txt file.
2021-09-20T21:36:41.2284752Z 
2021-09-20T21:36:41.2285059Z 
2021-09-20T21:36:41.2793474Z -- Configuring incomplete, errors occurred!
2021-09-20T21:36:41.2794663Z See also "/var/lib/jenkins/workspace/build/CMakeFiles/CMakeOutput.log".
2021-09-20T21:36:41.2795832Z See also "/var/lib/jenkins/workspace/build/CMakeFiles/CMakeError.log".

See GitHub Actions build linux-bionic-py3.6-clang9 / build (4/23)

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

2021-09-20T21:36:12.8961485Z CMake Error at CMakeLists.txt:1065 (add_subdirectory):
2021-09-20T21:36:12.8949855Z --   USE_ZMQ               : OFF
2021-09-20T21:36:12.8950883Z --   USE_DISTRIBUTED       : ON
2021-09-20T21:36:12.8951655Z --     USE_MPI               : OFF
2021-09-20T21:36:12.8952370Z --     USE_GLOO              : ON
2021-09-20T21:36:12.8953163Z --     USE_GLOO_WITH_OPENSSL : OFF
2021-09-20T21:36:12.8953976Z --     USE_TENSORPIPE        : ON
2021-09-20T21:36:12.8954751Z --   USE_DEPLOY           : OFF
2021-09-20T21:36:12.8955522Z --   USE_BREAKPAD         : ON
2021-09-20T21:36:12.8957060Z --   Public Dependencies  : Threads::Threads;/opt/conda/lib/libopenblas.so;caffe2::mkldnn
2021-09-20T21:36:12.8959698Z --   Private Dependencies : pthreadpool;cpuinfo;qnnpack;pytorch_qnnpack;nnpack;XNNPACK;fbgemm;fp16;gloo;tensorpipe;aten_op_header_gen;foxi_loader;rt;fmt::fmt-header-only;kineto;dl
2021-09-20T21:36:12.8961485Z CMake Error at CMakeLists.txt:1065 (add_subdirectory):
2021-09-20T21:36:12.8962304Z   The source directory
2021-09-20T21:36:12.8962723Z 
2021-09-20T21:36:12.8963395Z     /var/lib/jenkins/workspace/memory_allocator
2021-09-20T21:36:12.8963952Z 
2021-09-20T21:36:12.8964580Z   does not contain a CMakeLists.txt file.
2021-09-20T21:36:12.8965116Z 
2021-09-20T21:36:12.8965417Z 
2021-09-20T21:36:12.8998660Z -- Configuring incomplete, errors occurred!
2021-09-20T21:36:12.8999810Z See also "/var/lib/jenkins/workspace/build/CMakeFiles/CMakeOutput.log".
2021-09-20T21:36:12.9001028Z See also "/var/lib/jenkins/workspace/build/CMakeFiles/CMakeError.log".

See GitHub Actions build win-vs2019-cpu-py3 / build (5/23)

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

2021-09-20T21:30:51.2005028Z CMake Error at cmake/Modules/FindOpenBLAS.cmake:57 (MESSAGE):
2021-09-20T21:30:50.2250501Z -- Building using own protobuf under third_party per request.
2021-09-20T21:30:50.2251082Z -- Use custom protobuf build.
2021-09-20T21:30:50.2398607Z -- 
2021-09-20T21:30:50.2398882Z -- 3.13.0.0
2021-09-20T21:30:50.2579241Z -- Looking for pthread.h
2021-09-20T21:30:50.9693932Z -- Looking for pthread.h - not found
2021-09-20T21:30:50.9809697Z -- Found Threads: TRUE  
2021-09-20T21:30:51.1324655Z -- Caffe2 protobuf include directory: $<BUILD_INTERFACE:C:/actions-runner/_work/pytorch/pytorch/pytorch-1255217898/third_party/protobuf/src>$<INSTALL_INTERFACE:include>
2021-09-20T21:30:51.1389705Z -- Trying to find preferred BLAS backend of choice: OpenBLAS
2021-09-20T21:30:51.2004337Z -- Could not find OpenBLAS include. Turning OpenBLAS_FOUND off
2021-09-20T21:30:51.2005028Z CMake Error at cmake/Modules/FindOpenBLAS.cmake:57 (MESSAGE):
2021-09-20T21:30:51.2005519Z   Could not find OpenBLAS
2021-09-20T21:30:51.2005882Z Call Stack (most recent call first):
2021-09-20T21:30:51.2006377Z   cmake/Dependencies.cmake:146 (find_package)
2021-09-20T21:30:51.2006837Z   CMakeLists.txt:649 (include)
2021-09-20T21:30:51.2007091Z 
2021-09-20T21:30:51.2007481Z -- Could not find OpenBLAS lib. Turning OpenBLAS_FOUND off
2021-09-20T21:30:51.2007813Z 
2021-09-20T21:30:51.2011533Z -- Configuring incomplete, errors occurred!
2021-09-20T21:30:51.2012346Z See also "C:/actions-runner/_work/pytorch/pytorch/pytorch-1255217898/build/CMakeFiles/CMakeOutput.log".
2021-09-20T21:30:51.2013276Z See also "C:/actions-runner/_work/pytorch/pytorch/pytorch-1255217898/build/CMakeFiles/CMakeError.log".

See GitHub Actions build win-vs2019-cuda10.2-py3 / build (6/23)

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

2021-09-20T21:34:36.5816983Z CMake Error at cmake/Modules/FindOpenBLAS.cmake:57 (MESSAGE):
2021-09-20T21:34:35.7049011Z -- Building using own protobuf under third_party per request.
2021-09-20T21:34:35.7049575Z -- Use custom protobuf build.
2021-09-20T21:34:35.7199857Z -- 
2021-09-20T21:34:35.7200138Z -- 3.13.0.0
2021-09-20T21:34:35.7379117Z -- Looking for pthread.h
2021-09-20T21:34:36.2595615Z -- Looking for pthread.h - not found
2021-09-20T21:34:36.2979097Z -- Found Threads: TRUE  
2021-09-20T21:34:36.5305667Z -- Caffe2 protobuf include directory: $<BUILD_INTERFACE:C:/actions-runner/_work/pytorch/pytorch/pytorch-1255217884/third_party/protobuf/src>$<INSTALL_INTERFACE:include>
2021-09-20T21:34:36.5369972Z -- Trying to find preferred BLAS backend of choice: OpenBLAS
2021-09-20T21:34:36.5816313Z -- Could not find OpenBLAS include. Turning OpenBLAS_FOUND off
2021-09-20T21:34:36.5816983Z CMake Error at cmake/Modules/FindOpenBLAS.cmake:57 (MESSAGE):
2021-09-20T21:34:36.5817503Z   Could not find OpenBLAS
2021-09-20T21:34:36.5818078Z Call Stack (most recent call first):
2021-09-20T21:34:36.5818554Z   cmake/Dependencies.cmake:146 (find_package)
2021-09-20T21:34:36.5819049Z   CMakeLists.txt:649 (include)
2021-09-20T21:34:36.5819311Z 
2021-09-20T21:34:36.5819458Z 
2021-09-20T21:34:36.5819856Z -- Could not find OpenBLAS lib. Turning OpenBLAS_FOUND off
2021-09-20T21:34:36.5823086Z -- Configuring incomplete, errors occurred!
2021-09-20T21:34:36.5823827Z See also "C:/actions-runner/_work/pytorch/pytorch/pytorch-1255217884/build/CMakeFiles/CMakeOutput.log".
2021-09-20T21:34:36.5824764Z See also "C:/actions-runner/_work/pytorch/pytorch/pytorch-1255217884/build/CMakeFiles/CMakeError.log".

See GitHub Actions build linux-xenial-py3.6-gcc5.4 / build (7/23)

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

2021-09-20T21:35:37.2240380Z CMake Error at CMakeLists.txt:1065 (add_subdirectory):
2021-09-20T21:35:37.2234157Z --   USE_ZMQ               : OFF
2021-09-20T21:35:37.2234577Z --   USE_DISTRIBUTED       : ON
2021-09-20T21:35:37.2234997Z --     USE_MPI               : OFF
2021-09-20T21:35:37.2235398Z --     USE_GLOO              : ON
2021-09-20T21:35:37.2235829Z --     USE_GLOO_WITH_OPENSSL : OFF
2021-09-20T21:35:37.2236271Z --     USE_TENSORPIPE        : ON
2021-09-20T21:35:37.2236701Z --   USE_DEPLOY           : OFF
2021-09-20T21:35:37.2237118Z --   USE_BREAKPAD         : ON
2021-09-20T21:35:37.2237984Z --   Public Dependencies  : Threads::Threads;/opt/conda/lib/libopenblas.so;caffe2::mkldnn
2021-09-20T21:35:37.2239409Z --   Private Dependencies : pthreadpool;cpuinfo;qnnpack;pytorch_qnnpack;nnpack;XNNPACK;fbgemm;fp16;gloo;tensorpipe;aten_op_header_gen;foxi_loader;rt;fmt::fmt-header-only;kineto;gcc_s;gcc;dl
2021-09-20T21:35:37.2240380Z CMake Error at CMakeLists.txt:1065 (add_subdirectory):
2021-09-20T21:35:37.2240826Z   The source directory
2021-09-20T21:35:37.2241052Z 
2021-09-20T21:35:37.2241420Z     /var/lib/jenkins/workspace/memory_allocator
2021-09-20T21:35:37.2241715Z 
2021-09-20T21:35:37.2242061Z   does not contain a CMakeLists.txt file.
2021-09-20T21:35:37.2242351Z 
2021-09-20T21:35:37.2242516Z 
2021-09-20T21:35:37.2655543Z -- Configuring incomplete, errors occurred!
2021-09-20T21:35:37.2656184Z See also "/var/lib/jenkins/workspace/build/CMakeFiles/CMakeOutput.log".
2021-09-20T21:35:37.2656879Z See also "/var/lib/jenkins/workspace/build/CMakeFiles/CMakeError.log".

See GitHub Actions build linux-xenial-py3.6-gcc7-bazel-test / build-and-test (8/23)

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

2021-09-20T21:44:25.3707873Z torch/csrc/jit/pas...or/memory_planning_pi.h: No such file or directory
2021-09-20T21:44:25.0358021Z        for (size_t i = 0; i < actual_new_shape.size() && i < input.dim(); ++i) {
2021-09-20T21:44:25.0358744Z                                                          ~~^~~~~~~~~~~~~
2021-09-20T21:44:25.0360256Z ./caffe2/operators/reshape_op.h:100:23: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
2021-09-20T21:44:25.0361736Z      for (int i = 0; i < actual_new_shape.size(); ++i) {
2021-09-20T21:44:25.0362565Z                      ~~^~~~~~~~~~~~~~~~~~~~~~~~~
2021-09-20T21:44:25.0364163Z ./caffe2/operators/reshape_op.h:156:23: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
2021-09-20T21:44:25.0365439Z      for (int i = 0; i < old_shape_vector.size(); ++i) {
2021-09-20T21:44:25.3697153Z �[31m�[1mERROR: �[0m/var/lib/jenkins/workspace/BUILD.bazel:1890:11: Compiling torch/csrc/jit/passes/memory_planning.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++0x' -MD -MF ... (remaining 308 argument(s) skipped)
2021-09-20T21:44:25.3699421Z 
2021-09-20T21:44:25.3700313Z Use --sandbox_debug to see verbose messages from the sandbox
2021-09-20T21:44:25.3707873Z torch/csrc/jit/passes/memory_planning.cpp:5:10: fatal error: /home/mlevental/dev_projects/pytorch_dev/memory_allocator/memory_planning_pi.h: No such file or directory
2021-09-20T21:44:25.3709484Z  #include "/home/mlevental/dev_projects/pytorch_dev/memory_allocator/memory_planning_pi.h"
2021-09-20T21:44:25.3710344Z           ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
2021-09-20T21:44:25.3710929Z compilation terminated.
2021-09-20T21:44:25.6605556Z Target //:torch failed to build
2021-09-20T21:44:25.6611339Z Use --verbose_failures to see the command lines of failed build steps.
2021-09-20T21:44:25.7104373Z �[32mINFO: �[0mElapsed time: 530.703s, Critical Path: 48.92s
2021-09-20T21:44:25.7105527Z �[32mINFO: �[0m2508 processes: 73 internal, 2435 processwrapper-sandbox.
2021-09-20T21:44:25.7109029Z �[31m�[1mFAILED:�[0m Build did NOT complete successfully
2021-09-20T21:44:25.7151662Z �[31m�[1mFAILED:�[0m Build did NOT complete successfully
2021-09-20T21:44:25.7253460Z �[0m+ cleanup

See CircleCI build pytorch_macos_10_15_py3_build (9/23)

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

Sep 20 21:29:36 CMake Error at cmake/Modules/FindOpenBLAS.cmake:57 (MESSAGE):
Sep 20 21:29:35 -- Looking for pthread.h
Sep 20 21:29:35 -- Looking for pthread.h - found
Sep 20 21:29:35 -- Performing Test CMAKE_HAVE_LIBC_PTHREAD
Sep 20 21:29:35 -- Performing Test CMAKE_HAVE_LIBC_PTHREAD - Success
Sep 20 21:29:36 -- Found Threads: TRUE  
Sep 20 21:29:36 -- Performing Test protobuf_HAVE_BUILTIN_ATOMICS
Sep 20 21:29:36 -- Performing Test protobuf_HAVE_BUILTIN_ATOMICS - Success
Sep 20 21:29:36 -- Caffe2 protobuf include directory: $<BUILD_INTERFACE:/Users/distiller/project/third_party/protobuf/src>$<INSTALL_INTERFACE:include>
Sep 20 21:29:36 -- Trying to find preferred BLAS backend of choice: OpenBLAS
Sep 20 21:29:36 -- Could not find OpenBLAS include. Turning OpenBLAS_FOUND off
Sep 20 21:29:36 CMake Error at cmake/Modules/FindOpenBLAS.cmake:57 (MESSAGE):
Sep 20 21:29:36   Could not find OpenBLAS
Sep 20 21:29:36 Call Stack (most recent call first):
Sep 20 21:29:36   cmake/Dependencies.cmake:146 (find_package)
Sep 20 21:29:36   CMakeLists.txt:649 (include)
Sep 20 21:29:36 
Sep 20 21:29:36 
Sep 20 21:29:36 -- Configuring incomplete, errors occurred!
Sep 20 21:29:36 See also "/Users/distiller/project/build/CMakeFiles/CMakeOutput.log".
Sep 20 21:29:36 See also "/Users/distiller/project/build/CMakeFiles/CMakeError.log".
Sep 20 21:29:36 + cleanup

See CircleCI build pytorch_ios_12_5_1_x86_64_full_jit_build (10/23)

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

Sep 20 21:26:32 CMake Error at CMakeLists.txt:1065 (add_subdirectory):
Sep 20 21:26:32 --   USE_QNNPACK           : OFF
Sep 20 21:26:32 --   USE_PYTORCH_QNNPACK   : ON
Sep 20 21:26:32 --   USE_REDIS             : OFF
Sep 20 21:26:32 --   USE_ROCKSDB           : OFF
Sep 20 21:26:32 --   USE_ZMQ               : OFF
Sep 20 21:26:32 --   USE_DISTRIBUTED       : OFF
Sep 20 21:26:32 --   USE_DEPLOY           : OFF
Sep 20 21:26:32 --   USE_BREAKPAD         : OFF
Sep 20 21:26:32 --   Public Dependencies  : Threads::Threads
Sep 20 21:26:32 --   Private Dependencies : eigen_blas;pthreadpool;cpuinfo;pytorch_qnnpack;XNNPACK;fp16;fmt::fmt-header-only
Sep 20 21:26:32 CMake Error at CMakeLists.txt:1065 (add_subdirectory):
Sep 20 21:26:32   The source directory
Sep 20 21:26:32 
Sep 20 21:26:32     /Users/distiller/project/memory_allocator
Sep 20 21:26:32 
Sep 20 21:26:32   does not contain a CMakeLists.txt file.
Sep 20 21:26:32 
Sep 20 21:26:32 
Sep 20 21:26:32 -- Configuring incomplete, errors occurred!
Sep 20 21:26:32 See also "/Users/distiller/project/build_ios/CMakeFiles/CMakeOutput.log".
Sep 20 21:26:32 See also "/Users/distiller/project/build_ios/CMakeFiles/CMakeError.log".

See CircleCI build pytorch_linux_xenial_py3_clang7_asan_build (11/23)

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

Sep 20 21:29:19 CMake Error at CMakeLists.txt:1065 (add_subdirectory):
Sep 20 21:29:19 --   USE_ZMQ               : OFF
Sep 20 21:29:19 --   USE_DISTRIBUTED       : ON
Sep 20 21:29:19 --     USE_MPI               : OFF
Sep 20 21:29:19 --     USE_GLOO              : ON
Sep 20 21:29:19 --     USE_GLOO_WITH_OPENSSL : OFF
Sep 20 21:29:19 --     USE_TENSORPIPE        : ON
Sep 20 21:29:19 --   USE_DEPLOY           : OFF
Sep 20 21:29:19 --   USE_BREAKPAD         : ON
Sep 20 21:29:19 --   Public Dependencies  : Threads::Threads;/opt/conda/lib/libopenblas.so
Sep 20 21:29:19 --   Private Dependencies : pthreadpool;cpuinfo;qnnpack;pytorch_qnnpack;nnpack;XNNPACK;fbgemm;fp16;gloo;tensorpipe;aten_op_header_gen;foxi_loader;rt;fmt::fmt-header-only;kineto;dl
Sep 20 21:29:19 CMake Error at CMakeLists.txt:1065 (add_subdirectory):
Sep 20 21:29:19   The source directory
Sep 20 21:29:19 
Sep 20 21:29:19     /var/lib/jenkins/workspace/memory_allocator
Sep 20 21:29:19 
Sep 20 21:29:19   does not contain a CMakeLists.txt file.
Sep 20 21:29:19 
Sep 20 21:29:19 
Sep 20 21:29:19 -- Configuring incomplete, errors occurred!
Sep 20 21:29:19 See also "/var/lib/jenkins/workspace/build/CMakeFiles/CMakeOutput.log".
Sep 20 21:29:19 See also "/var/lib/jenkins/workspace/build/CMakeFiles/CMakeError.log".

See CircleCI build pytorch-linux-xenial-py3-clang5-android-ndk-r19c-gradle-custom-build-single (12/23)

Step: "pytorch android gradle custom build single architecture (for PR)" (full log | diagnosis details | 🔁 rerun)

Sep 20 21:30:09 CMake Error at CMakeLists.txt:1065 (add_subdirectory):
Sep 20 21:30:09 --   USE_PYTORCH_QNNPACK   : ON
Sep 20 21:30:09 --   USE_REDIS             : OFF
Sep 20 21:30:09 --   USE_ROCKSDB           : OFF
Sep 20 21:30:09 --   USE_ZMQ               : OFF
Sep 20 21:30:09 --   USE_DISTRIBUTED       : OFF
Sep 20 21:30:09 --   SELECTED_OP_LIST    : /var/lib/jenkins/workspace/build_pytorch_android_custom/MobileNetV2.yaml
Sep 20 21:30:09 --   USE_DEPLOY           : OFF
Sep 20 21:30:09 --   USE_BREAKPAD         : ON
Sep 20 21:30:09 --   Public Dependencies  : Threads::Threads
Sep 20 21:30:09 --   Private Dependencies : eigen_blas;pthreadpool;cpuinfo;pytorch_qnnpack;nnpack;XNNPACK;VulkanWrapper;fp16;log;fmt::fmt-header-only;dl
Sep 20 21:30:09 CMake Error at CMakeLists.txt:1065 (add_subdirectory):
Sep 20 21:30:09   The source directory
Sep 20 21:30:09 
Sep 20 21:30:09     /var/lib/jenkins/workspace/memory_allocator
Sep 20 21:30:09 
Sep 20 21:30:09   does not contain a CMakeLists.txt file.
Sep 20 21:30:09 
Sep 20 21:30:09 
Sep 20 21:30:09 -- Configuring incomplete, errors occurred!
Sep 20 21:30:09 See also "/var/lib/jenkins/workspace/build_pytorch_android_custom/build_android_armeabi-v7a/CMakeFiles/CMakeOutput.log".
Sep 20 21:30:09 See also "/var/lib/jenkins/workspace/build_pytorch_android_custom/build_android_armeabi-v7a/CMakeFiles/CMakeError.log".

See CircleCI build pytorch_linux_xenial_py3_clang5_mobile_custom_build_dynamic (13/23)

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

Sep 20 21:29:29 CMake Error at CMakeLists.txt:1065 (add_subdirectory):
Sep 20 21:29:29 --   USE_QNNPACK           : OFF
Sep 20 21:29:29 --   USE_PYTORCH_QNNPACK   : ON
Sep 20 21:29:29 --   USE_REDIS             : OFF
Sep 20 21:29:29 --   USE_ROCKSDB           : OFF
Sep 20 21:29:29 --   USE_ZMQ               : OFF
Sep 20 21:29:29 --   USE_DISTRIBUTED       : OFF
Sep 20 21:29:29 --   USE_DEPLOY           : OFF
Sep 20 21:29:29 --   USE_BREAKPAD         : ON
Sep 20 21:29:29 --   Public Dependencies  : Threads::Threads
Sep 20 21:29:29 --   Private Dependencies : eigen_blas;pthreadpool;cpuinfo;pytorch_qnnpack;nnpack;XNNPACK;fp16;gloo;fmt::fmt-header-only;dl
Sep 20 21:29:29 CMake Error at CMakeLists.txt:1065 (add_subdirectory):
Sep 20 21:29:29   The source directory
Sep 20 21:29:29 
Sep 20 21:29:29     /var/lib/jenkins/workspace/memory_allocator
Sep 20 21:29:29 
Sep 20 21:29:29   does not contain a CMakeLists.txt file.
Sep 20 21:29:29 
Sep 20 21:29:29 
Sep 20 21:29:29 -- Configuring incomplete, errors occurred!
Sep 20 21:29:29 See also "/var/lib/jenkins/workspace/build_test_custom_build/build_analyzer/build_mobile/CMakeFiles/CMakeOutput.log".
Sep 20 21:29:29 See also "/var/lib/jenkins/workspace/build_test_custom_build/build_analyzer/build_mobile/CMakeFiles/CMakeError.log".

See CircleCI build binary_linux_libtorch_3_7m_cpu_gcc5_4_cxx11-abi_shared-with-deps_build (14/23)

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

CMake Error at cmake/Modules/FindOpenBLAS.cmake:57 (MESSAGE):
-- Looking for pthread_create - not found
-- Check if compiler accepts -pthread
-- Check if compiler accepts -pthread - yes
-- Found Threads: TRUE  
-- Performing Test protobuf_HAVE_BUILTIN_ATOMICS
-- Performing Test protobuf_HAVE_BUILTIN_ATOMICS - Success
-- Caffe2 protobuf include directory: $<BUILD_INTERFACE:/pytorch/third_party/protobuf/src>$<INSTALL_INTERFACE:include>
-- Trying to find preferred BLAS backend of choice: OpenBLAS
-- Could not find OpenBLAS include. Turning OpenBLAS_FOUND off
-- Could not find OpenBLAS lib. Turning OpenBLAS_FOUND off
CMake Error at cmake/Modules/FindOpenBLAS.cmake:57 (MESSAGE):
  Could not find OpenBLAS
Call Stack (most recent call first):
  cmake/Dependencies.cmake:146 (find_package)
  CMakeLists.txt:649 (include)


-- Configuring incomplete, errors occurred!
See also "/pytorch/build/CMakeFiles/CMakeOutput.log".
See also "/pytorch/build/CMakeFiles/CMakeError.log".

See CircleCI build pytorch-linux-xenial-py3-clang5-android-ndk-r19c-gradle-custom-build-single-full-jit (15/23)

Step: "pytorch android gradle custom build single architecture (for PR)" (full log | diagnosis details | 🔁 rerun)

Sep 20 21:37:44 CMake Error at CMakeLists.txt:1065 (add_subdirectory):
Sep 20 21:37:44 --   USE_PYTORCH_QNNPACK   : ON
Sep 20 21:37:44 --   USE_REDIS             : OFF
Sep 20 21:37:44 --   USE_ROCKSDB           : OFF
Sep 20 21:37:44 --   USE_ZMQ               : OFF
Sep 20 21:37:44 --   USE_DISTRIBUTED       : OFF
Sep 20 21:37:44 --   SELECTED_OP_LIST    : /var/lib/jenkins/workspace/build_pytorch_android_custom/MobileNetV2.yaml
Sep 20 21:37:44 --   USE_DEPLOY           : OFF
Sep 20 21:37:44 --   USE_BREAKPAD         : ON
Sep 20 21:37:44 --   Public Dependencies  : Threads::Threads
Sep 20 21:37:44 --   Private Dependencies : eigen_blas;pthreadpool;cpuinfo;pytorch_qnnpack;nnpack;XNNPACK;VulkanWrapper;fp16;log;fmt::fmt-header-only;dl
Sep 20 21:37:44 CMake Error at CMakeLists.txt:1065 (add_subdirectory):
Sep 20 21:37:44   The source directory
Sep 20 21:37:44 
Sep 20 21:37:44     /var/lib/jenkins/workspace/memory_allocator
Sep 20 21:37:44 
Sep 20 21:37:44   does not contain a CMakeLists.txt file.
Sep 20 21:37:44 
Sep 20 21:37:44 
Sep 20 21:37:44 -- Configuring incomplete, errors occurred!
Sep 20 21:37:44 See also "/var/lib/jenkins/workspace/build_pytorch_android_custom/build_android_armeabi-v7a/CMakeFiles/CMakeOutput.log".
Sep 20 21:37:44 See also "/var/lib/jenkins/workspace/build_pytorch_android_custom/build_android_armeabi-v7a/CMakeFiles/CMakeError.log".

See CircleCI build pytorch_linux_xenial_py3_clang5_mobile_build (16/23)

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

Sep 20 21:28:18 CMake Error at CMakeLists.txt:1065 (add_subdirectory):
Sep 20 21:28:18 --   USE_QNNPACK           : OFF
Sep 20 21:28:18 --   USE_PYTORCH_QNNPACK   : ON
Sep 20 21:28:18 --   USE_REDIS             : OFF
Sep 20 21:28:18 --   USE_ROCKSDB           : OFF
Sep 20 21:28:18 --   USE_ZMQ               : OFF
Sep 20 21:28:18 --   USE_DISTRIBUTED       : OFF
Sep 20 21:28:18 --   USE_DEPLOY           : OFF
Sep 20 21:28:18 --   USE_BREAKPAD         : ON
Sep 20 21:28:18 --   Public Dependencies  : Threads::Threads
Sep 20 21:28:18 --   Private Dependencies : eigen_blas;pthreadpool;cpuinfo;pytorch_qnnpack;nnpack;XNNPACK;fp16;gloo;fmt::fmt-header-only;gcc_s;gcc;dl
Sep 20 21:28:18 CMake Error at CMakeLists.txt:1065 (add_subdirectory):
Sep 20 21:28:18   The source directory
Sep 20 21:28:18 
Sep 20 21:28:18     /var/lib/jenkins/workspace/memory_allocator
Sep 20 21:28:18 
Sep 20 21:28:18   does not contain a CMakeLists.txt file.
Sep 20 21:28:18 
Sep 20 21:28:18 
Sep 20 21:28:18 -- Configuring incomplete, errors occurred!
Sep 20 21:28:18 See also "/var/lib/jenkins/workspace/build_test_custom_build/build_default_libtorch/CMakeFiles/CMakeOutput.log".
Sep 20 21:28:18 See also "/var/lib/jenkins/workspace/build_test_custom_build/build_default_libtorch/CMakeFiles/CMakeError.log".

See CircleCI build pytorch_macos_10_13_py3_build (17/23)

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

Sep 20 21:27:01 CMake Error at cmake/Modules/FindOpenBLAS.cmake:57 (MESSAGE):
Sep 20 21:27:00 -- Looking for pthread.h
Sep 20 21:27:00 -- Looking for pthread.h - found
Sep 20 21:27:00 -- Looking for pthread_create
Sep 20 21:27:00 -- Looking for pthread_create - found
Sep 20 21:27:00 -- Found Threads: TRUE  
Sep 20 21:27:00 -- Performing Test protobuf_HAVE_BUILTIN_ATOMICS
Sep 20 21:27:01 -- Performing Test protobuf_HAVE_BUILTIN_ATOMICS - Success
Sep 20 21:27:01 -- Caffe2 protobuf include directory: $<BUILD_INTERFACE:/Users/distiller/project/third_party/protobuf/src>$<INSTALL_INTERFACE:include>
Sep 20 21:27:01 -- Trying to find preferred BLAS backend of choice: OpenBLAS
Sep 20 21:27:01 -- Could not find OpenBLAS include. Turning OpenBLAS_FOUND off
Sep 20 21:27:01 CMake Error at cmake/Modules/FindOpenBLAS.cmake:57 (MESSAGE):
Sep 20 21:27:01   Could not find OpenBLAS
Sep 20 21:27:01 Call Stack (most recent call first):
Sep 20 21:27:01   cmake/Dependencies.cmake:146 (find_package)
Sep 20 21:27:01   CMakeLists.txt:649 (include)
Sep 20 21:27:01 
Sep 20 21:27:01 
Sep 20 21:27:01 -- Configuring incomplete, errors occurred!
Sep 20 21:27:01 See also "/Users/distiller/project/build/CMakeFiles/CMakeOutput.log".
Sep 20 21:27:01 See also "/Users/distiller/project/build/CMakeFiles/CMakeError.log".
Sep 20 21:27:01 + cleanup

See CircleCI build pytorch_linux_xenial_py3_clang5_mobile_custom_build_static (18/23)

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

Sep 20 21:30:17 CMake Error at CMakeLists.txt:1065 (add_subdirectory):
Sep 20 21:30:17 --   USE_PYTORCH_QNNPACK   : ON
Sep 20 21:30:17 --   USE_REDIS             : OFF
Sep 20 21:30:17 --   USE_ROCKSDB           : OFF
Sep 20 21:30:17 --   USE_ZMQ               : OFF
Sep 20 21:30:17 --   USE_DISTRIBUTED       : OFF
Sep 20 21:30:17 --   SELECTED_OP_LIST    : /var/lib/jenkins/workspace/build_test_custom_build/MobileNetV2.yaml
Sep 20 21:30:17 --   USE_DEPLOY           : OFF
Sep 20 21:30:17 --   USE_BREAKPAD         : ON
Sep 20 21:30:17 --   Public Dependencies  : Threads::Threads
Sep 20 21:30:17 --   Private Dependencies : eigen_blas;pthreadpool;cpuinfo;pytorch_qnnpack;nnpack;XNNPACK;fp16;gloo;fmt::fmt-header-only;gcc_s;gcc;dl
Sep 20 21:30:17 CMake Error at CMakeLists.txt:1065 (add_subdirectory):
Sep 20 21:30:17   The source directory
Sep 20 21:30:17 
Sep 20 21:30:17     /var/lib/jenkins/workspace/memory_allocator
Sep 20 21:30:17 
Sep 20 21:30:17   does not contain a CMakeLists.txt file.
Sep 20 21:30:17 
Sep 20 21:30:17 
Sep 20 21:30:17 -- Configuring incomplete, errors occurred!
Sep 20 21:30:17 See also "/var/lib/jenkins/workspace/build_test_custom_build/build_custom_libtorch_static/CMakeFiles/CMakeOutput.log".
Sep 20 21:30:17 See also "/var/lib/jenkins/workspace/build_test_custom_build/build_custom_libtorch_static/CMakeFiles/CMakeError.log".

See CircleCI build pytorch_linux_xenial_py3_6_gcc5_4_build (19/23)

Step: "(Optional) Merge target branch" (full log | diagnosis details | 🔁 rerun)

Automatic merge failed; fix conflicts and then commit the result.
CONFLICT (add/add): Merge conflict in .circleci/cimodel/data/simple/docker_definitions.py
Auto-merging .circleci/cimodel/data/simple/docker_definitions.py
CONFLICT (add/add): Merge conflict in .circleci/cimodel/data/pytorch_build_definitions.py
Auto-merging .circleci/cimodel/data/pytorch_build_definitions.py
CONFLICT (add/add): Merge conflict in .circleci/cimodel/data/pytorch_build_data.py
Auto-merging .circleci/cimodel/data/pytorch_build_data.py
CONFLICT (add/add): Merge conflict in .circleci/cimodel/data/binary_build_definitions.py
Auto-merging .circleci/cimodel/data/binary_build_definitions.py
CONFLICT (add/add): Merge conflict in .circleci/README.md
Auto-merging .circleci/README.md
Automatic merge failed; fix conflicts and then commit the result.


Exited with code exit status 1

See CircleCI build pytorch_ios_12_5_1_x86_64_build (20/23)

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

Sep 20 21:26:48 CMake Error at CMakeLists.txt:1065 (add_subdirectory):
Sep 20 21:26:48 --   USE_QNNPACK           : OFF
Sep 20 21:26:48 --   USE_PYTORCH_QNNPACK   : ON
Sep 20 21:26:48 --   USE_REDIS             : OFF
Sep 20 21:26:48 --   USE_ROCKSDB           : OFF
Sep 20 21:26:48 --   USE_ZMQ               : OFF
Sep 20 21:26:48 --   USE_DISTRIBUTED       : OFF
Sep 20 21:26:48 --   USE_DEPLOY           : OFF
Sep 20 21:26:48 --   USE_BREAKPAD         : OFF
Sep 20 21:26:48 --   Public Dependencies  : Threads::Threads
Sep 20 21:26:48 --   Private Dependencies : eigen_blas;pthreadpool;cpuinfo;pytorch_qnnpack;XNNPACK;fp16;fmt::fmt-header-only
Sep 20 21:26:48 CMake Error at CMakeLists.txt:1065 (add_subdirectory):
Sep 20 21:26:48   The source directory
Sep 20 21:26:48 
Sep 20 21:26:48     /Users/distiller/project/memory_allocator
Sep 20 21:26:48 
Sep 20 21:26:48   does not contain a CMakeLists.txt file.
Sep 20 21:26:48 
Sep 20 21:26:48 
Sep 20 21:26:48 -- Configuring incomplete, errors occurred!
Sep 20 21:26:48 See also "/Users/distiller/project/build_ios/CMakeFiles/CMakeOutput.log".
Sep 20 21:26:48 See also "/Users/distiller/project/build_ios/CMakeFiles/CMakeError.log".

See CircleCI build pytorch_xla_linux_bionic_py3_6_clang9_build (21/23)

Step: "(Optional) Merge target branch" (full log | diagnosis details | 🔁 rerun)

Automatic merge failed; fix conflicts and then commit the result.
CONFLICT (add/add): Merge conflict in .circleci/cimodel/data/simple/docker_definitions.py
Auto-merging .circleci/cimodel/data/simple/docker_definitions.py
CONFLICT (add/add): Merge conflict in .circleci/cimodel/data/pytorch_build_definitions.py
Auto-merging .circleci/cimodel/data/pytorch_build_definitions.py
CONFLICT (add/add): Merge conflict in .circleci/cimodel/data/pytorch_build_data.py
Auto-merging .circleci/cimodel/data/pytorch_build_data.py
CONFLICT (add/add): Merge conflict in .circleci/cimodel/data/binary_build_definitions.py
Auto-merging .circleci/cimodel/data/binary_build_definitions.py
CONFLICT (add/add): Merge conflict in .circleci/README.md
Auto-merging .circleci/README.md
Automatic merge failed; fix conflicts and then commit the result.


Exited with code exit status 1

See CircleCI build pytorch_linux_xenial_py3_clang7_onnx_build (22/23)

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

Sep 20 21:30:36 CMake Error at CMakeLists.txt:1065 (add_subdirectory):
Sep 20 21:30:36 --   USE_ZMQ               : OFF
Sep 20 21:30:36 --   USE_DISTRIBUTED       : ON
Sep 20 21:30:36 --     USE_MPI               : OFF
Sep 20 21:30:36 --     USE_GLOO              : ON
Sep 20 21:30:36 --     USE_GLOO_WITH_OPENSSL : OFF
Sep 20 21:30:36 --     USE_TENSORPIPE        : ON
Sep 20 21:30:36 --   USE_DEPLOY           : OFF
Sep 20 21:30:36 --   USE_BREAKPAD         : ON
Sep 20 21:30:36 --   Public Dependencies  : Threads::Threads;/opt/conda/lib/libopenblas.so;caffe2::mkldnn
Sep 20 21:30:36 --   Private Dependencies : pthreadpool;cpuinfo;qnnpack;pytorch_qnnpack;nnpack;XNNPACK;fbgemm;fp16;gloo;tensorpipe;aten_op_header_gen;foxi_loader;rt;fmt::fmt-header-only;kineto;dl
Sep 20 21:30:36 CMake Error at CMakeLists.txt:1065 (add_subdirectory):
Sep 20 21:30:36   The source directory
Sep 20 21:30:36 
Sep 20 21:30:36     /var/lib/jenkins/workspace/memory_allocator
Sep 20 21:30:36 
Sep 20 21:30:36   does not contain a CMakeLists.txt file.
Sep 20 21:30:36 
Sep 20 21:30:36 
Sep 20 21:30:36 -- Configuring incomplete, errors occurred!
Sep 20 21:30:36 See also "/var/lib/jenkins/workspace/build/CMakeFiles/CMakeOutput.log".
Sep 20 21:30:36 See also "/var/lib/jenkins/workspace/build/CMakeFiles/CMakeError.log".

See CircleCI build pytorch_linux_xenial_py3_clang5_android_ndk_r19c_x86_32_build (23/23)

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

Sep 20 21:31:02 CMake Error at CMakeLists.txt:1065 (add_subdirectory):
Sep 20 21:31:02 --   USE_QNNPACK           : OFF
Sep 20 21:31:02 --   USE_PYTORCH_QNNPACK   : ON
Sep 20 21:31:02 --   USE_REDIS             : OFF
Sep 20 21:31:02 --   USE_ROCKSDB           : OFF
Sep 20 21:31:02 --   USE_ZMQ               : OFF
Sep 20 21:31:02 --   USE_DISTRIBUTED       : OFF
Sep 20 21:31:02 --   USE_DEPLOY           : OFF
Sep 20 21:31:02 --   USE_BREAKPAD         : ON
Sep 20 21:31:02 --   Public Dependencies  : Threads::Threads
Sep 20 21:31:02 --   Private Dependencies : eigen_blas;pthreadpool;cpuinfo;pytorch_qnnpack;nnpack;XNNPACK;VulkanWrapper;fp16;log;fmt::fmt-header-only;dl
Sep 20 21:31:02 CMake Error at CMakeLists.txt:1065 (add_subdirectory):
Sep 20 21:31:02   The source directory
Sep 20 21:31:02 
Sep 20 21:31:02     /var/lib/jenkins/workspace/memory_allocator
Sep 20 21:31:02 
Sep 20 21:31:02   does not contain a CMakeLists.txt file.
Sep 20 21:31:02 
Sep 20 21:31:02 
Sep 20 21:31:02 -- Configuring incomplete, errors occurred!
Sep 20 21:31:02 See also "/var/lib/jenkins/workspace/build_android/CMakeFiles/CMakeOutput.log".
Sep 20 21:31:02 See also "/var/lib/jenkins/workspace/build_android/CMakeFiles/CMakeError.log".

3 failures not recognized by patterns:

Job Step Action
GitHub Actions Lint / quick-checks Ensure correct trailing newlines 🔁 rerun
GitHub Actions Lint / flake8-py3 Fail if there were any warnings 🔁 rerun
CircleCI pytorch_vulkan_linux_bionic_py3_6_clang9_build Build 🔁 rerun

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.

Click here to manually regenerate this comment.

@facebook-github-bot facebook-github-bot deleted the gh/makslevental/34/head branch October 21, 2021 14:16
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.

None yet

2 participants