Skip to content

Conversation

@wenleix
Copy link
Contributor

@wenleix wenleix commented Mar 7, 2021

Stack from ghstack:

Summary:
1. Fix methods change Scalar paramaeters -- const Scalar& doesn't allow change.
2. Introduce ScalarList = ArrayRef
3. Some minor manual Scalar parameter changes.
Missing, or Scalar& -> const Scalar&

Test Plan:

Reviewers:

Subscribers:

Tasks:

Tags:

Differential Revision: D26873801

Summary:

Test Plan:

Reviewers:

Subscribers:

Tasks:

Tags:

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

facebook-github-bot commented Mar 7, 2021

💊 CI failures summary and remediations

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


  • 30/30 failures possibly* introduced in this PR
    • 3/30 non-scanned failure(s)

🕵️ 26 new failures recognized by patterns

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

See CircleCI build pytorch_linux_xenial_cuda10_2_cudnn7_py3_gcc7_test2 (1/26)

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

Mar 09 01:50:36 what(): expected ) but found '&' here:
Mar 09 01:50:35 fatal: unable to fork
Mar 09 01:50:35 + set -e
Mar 09 01:50:35 ++ git merge-base origin/master HEAD
Mar 09 01:50:35 + git diff --name-only 3236efa4dea9c5bbfa9111726b6506c60ad40ae7
Mar 09 01:50:36 + [[ pytorch-linux-xenial-cuda10.2-cudnn7-py3-gcc7-test2 == *tbb* ]]
Mar 09 01:50:36 + [[ pytorch-linux-xenial-cuda10.2-cudnn7-py3-gcc7-test2 == *libtorch* ]]
Mar 09 01:50:36 + [[ pytorch-linux-xenial-cuda10.2-cudnn7-py3-gcc7-test2 == *-bazel-* ]]
Mar 09 01:50:36 + cd test
Mar 09 01:50:36 + python -c 'import torch; print(torch.__config__.show())'
Mar 09 01:50:36 terminate called after throwing an instance of 'std::runtime_error'
Mar 09 01:50:36   what():  expected ) but found '&' here:
Mar 09 01:50:36 quantized::add.Scalar(Tensor qa, const Scalar& b) -> Tensor qc
Mar 09 01:50:36                                              ~ <--- HERE
Mar 09 01:50:36 
Mar 09 01:50:37 .jenkins/pytorch/test.sh: line 392:   148 Aborted                 (core dumped) python -c "import torch; print(torch.__config__.show())"
Mar 09 01:50:37 + cleanup
Mar 09 01:50:37 + retcode=1
Mar 09 01:50:37 + set +x
Mar 09 01:50:37 =================== sccache compilation log ===================
Mar 09 01:50:37 =========== If your build fails, please take a look at the log above for possible reasons ===========
Mar 09 01:50:37 Compile requests                      0

See CircleCI build pytorch_python_doc_build (2/26)

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

Mar 09 02:13:13 what(): expected ) but found '&' here:
Mar 09 02:13:05 ~/workspace ~/workspace/pytorch.github.io ~/workspace
Mar 09 02:13:05 ~/workspace/docs ~/workspace ~/workspace/pytorch.github.io ~/workspace
Mar 09 02:13:05 ++ pip -q install -r requirements.txt
Mar 09 02:13:13 ++ '[' true = true ']'
Mar 09 02:13:13 ++ build_docs html
Mar 09 02:13:13 ++ set +e
Mar 09 02:13:13 ++ set -o pipefail
Mar 09 02:13:13 ++ make html
Mar 09 02:13:13 ++ tee /tmp/docs_build.txt
Mar 09 02:13:13 terminate called after throwing an instance of 'std::runtime_error'
Mar 09 02:13:13   what():  expected ) but found '&' here:
Mar 09 02:13:13 quantized::add.Scalar(Tensor qa, const Scalar& b) -> Tensor qc
Mar 09 02:13:13                                              ~ <--- HERE
Mar 09 02:13:13 
Mar 09 02:13:13 Makefile:17: recipe for target 'figures' failed
Mar 09 02:13:13 make: *** [figures] Aborted (core dumped)
Mar 09 02:13:13 ++ code=2
Mar 09 02:13:13 ++ '[' 2 -ne 0 ']'
Mar 09 02:13:13 ++ set +x
Mar 09 02:13:13 =========================
Mar 09 02:13:13 =========================

See CircleCI build pytorch_linux_bionic_py3_8_gcc9_coverage_test1 (3/26)

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

Mar 09 00:29:16 what(): expected ) but found '&' here:
Mar 09 00:29:16 + [[ pytorch-linux-bionic-py3.8-gcc9-coverage-test1 == *-NO_AVX-* ]]
Mar 09 00:29:16 + [[ pytorch-linux-bionic-py3.8-gcc9-coverage-test1 == *-NO_AVX2-* ]]
Mar 09 00:29:16 + '[' -n https://github.com/pytorch/pytorch/pull/53469 ']'
Mar 09 00:29:16 + [[ pytorch-linux-bionic-py3.8-gcc9-coverage-test1 != *coverage* ]]
Mar 09 00:29:16 + [[ pytorch-linux-bionic-py3.8-gcc9-coverage-test1 == *tbb* ]]
Mar 09 00:29:16 + [[ pytorch-linux-bionic-py3.8-gcc9-coverage-test1 == *libtorch* ]]
Mar 09 00:29:16 + [[ pytorch-linux-bionic-py3.8-gcc9-coverage-test1 == *-bazel-* ]]
Mar 09 00:29:16 + cd test
Mar 09 00:29:16 + python -c 'import torch; print(torch.__config__.show())'
Mar 09 00:29:16 terminate called after throwing an instance of 'std::runtime_error'
Mar 09 00:29:16   what():  expected ) but found '&' here:
Mar 09 00:29:16 quantized::add.Scalar(Tensor qa, const Scalar& b) -> Tensor qc
Mar 09 00:29:16                                              ~ <--- HERE
Mar 09 00:29:16 
Mar 09 00:29:17 .jenkins/pytorch/test.sh: line 392:   267 Aborted                 (core dumped) python -c "import torch; print(torch.__config__.show())"
Mar 09 00:29:17 + cleanup
Mar 09 00:29:17 + retcode=134
Mar 09 00:29:17 + set +x
Mar 09 00:29:17 =================== sccache compilation log ===================
Mar 09 00:29:17 =========== If your build fails, please take a look at the log above for possible reasons ===========
Mar 09 00:29:17 Compile requests                      0

See CircleCI build pytorch_windows_vs2019_py36_cuda10.1_test1 (4/26)

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

ls: cannot access '/c/Users/circleci/project/build/win_tmp/ci_scripts/*': No such file or directory
+ TEST_DIR_WIN='C:\Users\circleci\project\test'
+ export PYTORCH_FINAL_PACKAGE_DIR=/c/users/circleci/workspace/build-results
+ PYTORCH_FINAL_PACKAGE_DIR=/c/users/circleci/workspace/build-results
++ cygpath -w /c/users/circleci/workspace/build-results
+ export 'PYTORCH_FINAL_PACKAGE_DIR_WIN=C:\users\circleci\workspace\build-results'
+ PYTORCH_FINAL_PACKAGE_DIR_WIN='C:\users\circleci\workspace\build-results'
+ mkdir -p /c/Users/circleci/project/build/win_tmp/build/torch
+ CI_SCRIPTS_DIR=/c/Users/circleci/project/build/win_tmp/ci_scripts
+ mkdir -p /c/Users/circleci/project/build/win_tmp/ci_scripts
++ ls '/c/Users/circleci/project/build/win_tmp/ci_scripts/*'
ls: cannot access '/c/Users/circleci/project/build/win_tmp/ci_scripts/*': No such file or directory
+ '[' -n '' ']'
+ export SCRIPT_HELPERS_DIR=/c/Users/circleci/project/.jenkins/pytorch/win-test-helpers
+ SCRIPT_HELPERS_DIR=/c/Users/circleci/project/.jenkins/pytorch/win-test-helpers
+ '[' -n https://github.com/pytorch/pytorch/pull/53469 ']'
+ DETERMINE_FROM=/c/Users/circleci/project/build/win_tmp/determine_from
+ file_diff_from_base /c/Users/circleci/project/build/win_tmp/determine_from
+ set +e
+ git fetch origin master --quiet
Warning: Permanently added the RSA host key for IP address '140.82.112.4' to the list of known hosts.
+ set -e

See CircleCI build pytorch_linux_xenial_py3_clang5_mobile_custom_build_static (5/26)

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

Mar 09 00:15:47 what(): expected ) but found '&' here:
Mar 09 00:15:38 -- Build files have been written to: /var/lib/jenkins/workspace/build_test_custom_build/predictor
Mar 09 00:15:38 + make
Mar 09 00:15:38 Scanning dependencies of target Predictor
Mar 09 00:15:38 [ 50%] Building CXX object CMakeFiles/Predictor.dir/predictor.cpp.o
Mar 09 00:15:45 [100%] Linking CXX executable Predictor
Mar 09 00:15:47 [100%] Built target Predictor
Mar 09 00:15:47 + run_predictor
Mar 09 00:15:47 + cd /var/lib/jenkins/workspace/build_test_custom_build/predictor
Mar 09 00:15:47 + ./Predictor /var/lib/jenkins/workspace/build_test_custom_build/MobileNetV2.pt
Mar 09 00:15:47 terminate called after throwing an instance of 'std::runtime_error'
Mar 09 00:15:47   what():  expected ) but found '&' here:
Mar 09 00:15:47 quantized::add.Scalar(Tensor qa, const Scalar& b) -> Tensor qc
Mar 09 00:15:47                                              ~ <--- HERE
Mar 09 00:15:47 
Mar 09 00:15:48 test/mobile/custom_build/build.sh: line 100: 26037 Aborted                 (core dumped) ./Predictor "${MODEL}" > output.txt
Mar 09 00:15:48 =================== sccache compilation log ===================
Mar 09 00:15:48 + sccache_epilogue
Mar 09 00:15:48 + echo '=================== sccache compilation log ==================='
Mar 09 00:15:48 + python /var/lib/jenkins/workspace/.jenkins/pytorch/print_sccache_log.py /var/lib/jenkins/sccache_error.log
Mar 09 00:15:48 =========== If your build fails, please take a look at the log above for possible reasons ===========
Mar 09 00:15:48 + echo '=========== If your build fails, please take a look at the log above for possible reasons ==========='

See CircleCI build pytorch_linux_xenial_py3_clang5_mobile_build (6/26)

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

Mar 08 23:55:59 what(): expected ) but found '&' here:
Mar 08 23:55:56 -- Build files have been written to: /var/lib/jenkins/workspace/build_test_custom_build/predictor
Mar 08 23:55:56 + make
Mar 08 23:55:56 Scanning dependencies of target Predictor
Mar 08 23:55:56 [ 50%] Building CXX object CMakeFiles/Predictor.dir/predictor.cpp.o
Mar 08 23:55:56 [100%] Linking CXX executable Predictor
Mar 08 23:55:59 [100%] Built target Predictor
Mar 08 23:55:59 + run_predictor
Mar 08 23:55:59 + cd /var/lib/jenkins/workspace/build_test_custom_build/predictor
Mar 08 23:55:59 + ./Predictor /var/lib/jenkins/workspace/build_test_custom_build/MobileNetV2.pt
Mar 08 23:55:59 terminate called after throwing an instance of 'std::runtime_error'
Mar 08 23:55:59   what():  expected ) but found '&' here:
Mar 08 23:55:59 quantized::add.Scalar(Tensor qa, const Scalar& b) -> Tensor qc
Mar 08 23:55:59                                              ~ <--- HERE
Mar 08 23:55:59 
Mar 08 23:55:59 test/mobile/custom_build/build.sh: line 100: 23205 Aborted                 (core dumped) ./Predictor "${MODEL}" > output.txt
Mar 08 23:55:59 =================== sccache compilation log ===================
Mar 08 23:55:59 + sccache_epilogue
Mar 08 23:55:59 + echo '=================== sccache compilation log ==================='
Mar 08 23:55:59 + python /var/lib/jenkins/workspace/.jenkins/pytorch/print_sccache_log.py /var/lib/jenkins/sccache_error.log
Mar 08 23:55:59 + echo '=========== If your build fails, please take a look at the log above for possible reasons ==========='
Mar 08 23:55:59 + sccache --show-stats

See CircleCI build pytorch_linux_xenial_py3_clang5_mobile_custom_build_dynamic (7/26)

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

Mar 09 00:39:45 what(): expected ) but found '&' here:
Mar 09 00:39:35 -- Build files have been written to: /var/lib/jenkins/workspace/build_test_custom_build/predictor
Mar 09 00:39:35 + make
Mar 09 00:39:35 Scanning dependencies of target Predictor
Mar 09 00:39:35 [ 50%] Building CXX object CMakeFiles/Predictor.dir/predictor.cpp.o
Mar 09 00:39:42 [100%] Linking CXX executable Predictor
Mar 09 00:39:45 [100%] Built target Predictor
Mar 09 00:39:45 + run_predictor
Mar 09 00:39:45 + cd /var/lib/jenkins/workspace/build_test_custom_build/predictor
Mar 09 00:39:45 + ./Predictor /var/lib/jenkins/workspace/build_test_custom_build/MobileNetV2.pt
Mar 09 00:39:45 terminate called after throwing an instance of 'std::runtime_error'
Mar 09 00:39:45   what():  expected ) but found '&' here:
Mar 09 00:39:45 quantized::add.Scalar(Tensor qa, const Scalar& b) -> Tensor qc
Mar 09 00:39:45                                              ~ <--- HERE
Mar 09 00:39:45 
Mar 09 00:39:45 test/mobile/custom_build/build.sh: line 100:  4573 Aborted                 (core dumped) ./Predictor "${MODEL}" > output.txt
Mar 09 00:39:45 + sccache_epilogue
Mar 09 00:39:45 + echo '=================== sccache compilation log ==================='
Mar 09 00:39:45 =================== sccache compilation log ===================
Mar 09 00:39:45 + python /var/lib/jenkins/workspace/.jenkins/pytorch/print_sccache_log.py /var/lib/jenkins/sccache_error.log
Mar 09 00:39:45 + echo '=========== If your build fails, please take a look at the log above for possible reasons ==========='
Mar 09 00:39:45 + sccache --show-stats

See CircleCI build pytorch_vulkan_linux_bionic_py3_6_clang9_test (8/26)

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

Mar 09 00:16:24 what(): expected ) but found '&' here:
Mar 09 00:16:22 fatal: unable to fork
Mar 09 00:16:22 + set -e
Mar 09 00:16:22 ++ git merge-base origin/master HEAD
Mar 09 00:16:22 + git diff --name-only 3236efa4dea9c5bbfa9111726b6506c60ad40ae7
Mar 09 00:16:24 + [[ pytorch-vulkan-linux-bionic-py3.6-clang9-test == *tbb* ]]
Mar 09 00:16:24 + [[ pytorch-vulkan-linux-bionic-py3.6-clang9-test == *libtorch* ]]
Mar 09 00:16:24 + [[ pytorch-vulkan-linux-bionic-py3.6-clang9-test == *-bazel-* ]]
Mar 09 00:16:24 + cd test
Mar 09 00:16:24 + python -c 'import torch; print(torch.__config__.show())'
Mar 09 00:16:24 terminate called after throwing an instance of 'std::runtime_error'
Mar 09 00:16:24   what():  expected ) but found '&' here:
Mar 09 00:16:24 quantized::add.Scalar(Tensor qa, const Scalar& b) -> Tensor qc
Mar 09 00:16:24                                              ~ <--- HERE
Mar 09 00:16:24 
Mar 09 00:16:24 .jenkins/pytorch/test.sh: line 392:   104 Aborted                 (core dumped) python -c "import torch; print(torch.__config__.show())"
Mar 09 00:16:24 + cleanup
Mar 09 00:16:24 + retcode=134
Mar 09 00:16:24 =================== sccache compilation log ===================
Mar 09 00:16:24 + set +x
Mar 09 00:16:24 =========== If your build fails, please take a look at the log above for possible reasons ===========
Mar 09 00:16:24 Compile requests                      0

See CircleCI build pytorch_linux_xenial_py3_clang5_asan_test1 (9/26)

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

Mar 09 00:22:11 what(): expected ) but found '&' here:
Mar 09 00:22:11 + export ASAN_SYMBOLIZER_PATH=/usr/lib/llvm-5.0/bin/llvm-symbolizer
Mar 09 00:22:11 + ASAN_SYMBOLIZER_PATH=/usr/lib/llvm-5.0/bin/llvm-symbolizer
Mar 09 00:22:11 + export TORCH_USE_RTLD_GLOBAL=1
Mar 09 00:22:11 + TORCH_USE_RTLD_GLOBAL=1
Mar 09 00:22:11 + export LD_PRELOAD=/usr/lib/llvm-5.0/lib/clang/5.0.0/lib/linux/libclang_rt.asan-x86_64.so
Mar 09 00:22:11 + LD_PRELOAD=/usr/lib/llvm-5.0/lib/clang/5.0.0/lib/linux/libclang_rt.asan-x86_64.so
Mar 09 00:22:11 + ulimit -s 81920
Mar 09 00:22:11 + cd test
Mar 09 00:22:11 + python -c 'import torch; print(torch.__version__, torch.version.git_version)'
Mar 09 00:22:11 terminate called after throwing an instance of 'std::runtime_error'
Mar 09 00:22:11   what():  expected ) but found '&' here:
Mar 09 00:22:11 quantized::add.Scalar(Tensor qa, const Scalar& b) -> Tensor qc
Mar 09 00:22:11                                              ~ <--- HERE
Mar 09 00:22:11 
Mar 09 00:22:12 .jenkins/pytorch/test.sh: line 94:    77 Aborted                 (core dumped) python -c "import torch; print(torch.__version__, torch.version.git_version)"
Mar 09 00:22:12 + cleanup
Mar 09 00:22:12 + retcode=1
Mar 09 00:22:12 + set +x
Mar 09 00:22:12 =================== sccache compilation log ===================
Mar 09 00:22:12 =========== If your build fails, please take a look at the log above for possible reasons ===========
Mar 09 00:22:12 Compile requests                      0

See CircleCI build pytorch_linux_xenial_py3_clang7_onnx_ort_test2 (10/26)

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

Mar 09 00:15:45 what(): expected ) but found '&' here:
Mar 09 00:15:44 Successfully built pytest-sugar termcolor
Mar 09 00:15:44 Installing collected packages: attrs, termcolor, pytest-sugar
Mar 09 00:15:44 Successfully installed attrs-20.3.0 pytest-sugar-0.9.4 termcolor-1.1.0
Mar 09 00:15:44 + /opt/conda/bin/python3 -m pytest -x -v --disable-warnings --junit-xml=/var/lib/jenkins/workspace/test/test-reports/python/result.xml --ignore /opt/conda/lib/python3.6/site-packages/caffe2/python/test/executor_test.py --ignore /opt/conda/lib/python3.6/site-packages/caffe2/python/operator_test/matmul_op_test.py --ignore /opt/conda/lib/python3.6/site-packages/caffe2/python/operator_test/pack_ops_test.py --ignore /opt/conda/lib/python3.6/site-packages/caffe2/python/mkl/mkl_sbn_speed_test.py --ignore /opt/conda/lib/python3.6/site-packages/caffe2/python/trt/test_pt_onnx_trt.py /opt/conda/lib/python3.6/site-packages/caffe2/python
Mar 09 00:15:45 ============================= test session starts ==============================
Mar 09 00:15:45 platform linux -- Python 3.6.13, pytest-6.2.2, py-1.10.0, pluggy-0.13.1 -- /opt/conda/bin/python3
Mar 09 00:15:45 cachedir: .pytest_cache
Mar 09 00:15:45 rootdir: /opt/conda/lib/python3.6/site-packages/caffe2/python
Mar 09 00:15:45 plugins: sugar-0.9.4, hypothesis-3.44.6
Mar 09 00:15:45 collecting ... terminate called after throwing an instance of 'std::runtime_error'
Mar 09 00:15:45   what():  expected ) but found '&' here:
Mar 09 00:15:45 quantized::add.Scalar(Tensor qa, const Scalar& b) -> Tensor qc
Mar 09 00:15:45                                              ~ <--- HERE
Mar 09 00:15:45 
Mar 09 00:15:45 Fatal Python error: Aborted
Mar 09 00:15:45 
Mar 09 00:15:45 Current thread 0x00007f76ddfec700 (most recent call first):
Mar 09 00:15:45   File "<frozen importlib._bootstrap>", line 219 in _call_with_frames_removed
Mar 09 00:15:45   File "<frozen importlib._bootstrap_external>", line 922 in create_module
Mar 09 00:15:45   File "<frozen importlib._bootstrap>", line 571 in module_from_spec
Mar 09 00:15:45   File "<frozen importlib._bootstrap>", line 658 in _load_unlocked

See CircleCI build pytorch_linux_backward_compatibility_check_test (11/26)

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

Mar 09 02:11:36 what(): expected ) but found '&' here:
Mar 09 02:11:34 + git fetch origin master --quiet
Mar 09 02:11:35 + set -e
Mar 09 02:11:35 ++ git merge-base origin/master HEAD
Mar 09 02:11:35 + git diff --name-only 53c77e7d5db38942abe3c2829be1ef748b16b788
Mar 09 02:11:36 + [[ pytorch-linux-backward-compatibility-check-test == *tbb* ]]
Mar 09 02:11:36 + [[ pytorch-linux-backward-compatibility-check-test == *libtorch* ]]
Mar 09 02:11:36 + [[ pytorch-linux-backward-compatibility-check-test == *-bazel-* ]]
Mar 09 02:11:36 + cd test
Mar 09 02:11:36 + python -c 'import torch; print(torch.__config__.show())'
Mar 09 02:11:36 terminate called after throwing an instance of 'std::runtime_error'
Mar 09 02:11:36   what():  expected ) but found '&' here:
Mar 09 02:11:36 quantized::add.Scalar(Tensor qa, const Scalar& b) -> Tensor qc
Mar 09 02:11:36                                              ~ <--- HERE
Mar 09 02:11:36 
Mar 09 02:11:37 .jenkins/pytorch/test.sh: line 392:   109 Aborted                 (core dumped) python -c "import torch; print(torch.__config__.show())"
Mar 09 02:11:37 + cleanup
Mar 09 02:11:37 + retcode=1
Mar 09 02:11:37 + set +x
Mar 09 02:11:37 =================== sccache compilation log ===================
Mar 09 02:11:37 =========== If your build fails, please take a look at the log above for possible reasons ===========
Mar 09 02:11:37 Compile requests                      0

See CircleCI build pytorch_linux_bionic_py3_6_clang9_test (12/26)

Step: "Check for no AVX instruction by default" (full log | diagnosis details | 🔁 rerun)

what(): expected ) but found '&' here:
For help, type "help".
Type "apropos word" to search for commands related to "word"...
Reading symbols from ./bin/basic...(no debugging symbols found)...done.
warning: remote target does not support file transfer, attempting to access files from local filesystem.
Remote debugging using :2345
Reading symbols from /lib64/ld-linux-x86-64.so.2...Reading symbols from /usr/lib/debug//lib/x86_64-linux-gnu/ld-2.27.so...done.
done.
0x0000004000802090 in _start () from /lib64/ld-linux-x86-64.so.2
Continuing.
terminate called after throwing an instance of 'std::runtime_error'
  what():  expected ) but found '&' here:
quantized::add.Scalar(Tensor qa, const Scalar& b) -> Tensor qc
                                             ~ <--- HERE

51	../sysdeps/unix/sysv/linux/raise.c: No such file or directory.

Program received signal SIGABRT, Aborted.
__GI_raise (sig=sig@entry=6) at ../sysdeps/unix/sysv/linux/raise.c:51
#0  __GI_raise (sig=sig@entry=6) at ../sysdeps/unix/sysv/linux/raise.c:51
#1  0x000000401555f921 in __GI_abort () at abort.c:79
#2  0x000000401544484a in __gnu_cxx::__verbose_terminate_handler () at /home/nwani/m3/conda-bld/compilers_linux-64_1560109574129/work/.build/x86_64-conda_cos6-linux-gnu/src/gcc/libstdc++-v3/libsupc++/vterminate.cc:95

See CircleCI build pytorch_linux_xenial_py3_clang5_asan_test2 (13/26)

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

Mar 09 00:22:12 what(): expected ) but found '&' here:
Mar 09 00:22:11 + export ASAN_SYMBOLIZER_PATH=/usr/lib/llvm-5.0/bin/llvm-symbolizer
Mar 09 00:22:11 + ASAN_SYMBOLIZER_PATH=/usr/lib/llvm-5.0/bin/llvm-symbolizer
Mar 09 00:22:11 + export TORCH_USE_RTLD_GLOBAL=1
Mar 09 00:22:11 + TORCH_USE_RTLD_GLOBAL=1
Mar 09 00:22:11 + export LD_PRELOAD=/usr/lib/llvm-5.0/lib/clang/5.0.0/lib/linux/libclang_rt.asan-x86_64.so
Mar 09 00:22:11 + LD_PRELOAD=/usr/lib/llvm-5.0/lib/clang/5.0.0/lib/linux/libclang_rt.asan-x86_64.so
Mar 09 00:22:11 + ulimit -s 81920
Mar 09 00:22:11 + cd test
Mar 09 00:22:11 + python -c 'import torch; print(torch.__version__, torch.version.git_version)'
Mar 09 00:22:12 terminate called after throwing an instance of 'std::runtime_error'
Mar 09 00:22:12   what():  expected ) but found '&' here:
Mar 09 00:22:12 quantized::add.Scalar(Tensor qa, const Scalar& b) -> Tensor qc
Mar 09 00:22:12                                              ~ <--- HERE
Mar 09 00:22:12 
Mar 09 00:22:12 .jenkins/pytorch/test.sh: line 94:    77 Aborted                 (core dumped) python -c "import torch; print(torch.__version__, torch.version.git_version)"
Mar 09 00:22:12 + cleanup
Mar 09 00:22:12 + retcode=1
Mar 09 00:22:12 + set +x
Mar 09 00:22:12 =================== sccache compilation log ===================
Mar 09 00:22:12 =========== If your build fails, please take a look at the log above for possible reasons ===========
Mar 09 00:22:13 Compile requests                      0

See CircleCI build pytorch_ios_12_0_0_x86_64_build (14/26)

Step: "Run Simulator Tests" (full log | diagnosis details | 🔁 rerun)

[!] Error building the application. See the log here: '/Users/distiller/Library/Logs/scan/TestAppTests-TestAppTests.log'.�[0m
| xcodebuild_command                             | env NSUnbufferedIO=YES xcodebuild                                                         |
| xcode_path                                     | /Applications/Xcode-12.GM.seed.app                                                        |
+------------------------------------------------+-------------------------------------------------------------------------------------------+

[00:10:23]: Disabling 'Slide to Type' iPhone 8
[00:10:23]: �[36m$ /usr/libexec/PlistBuddy -c "Add :KeyboardContinuousPathEnabled bool false" /Users/distiller/Library/Developer/CoreSimulator/Devices/57F35BB1-5B28-40C1-833F-8F4326FE73DF/data/Library/Preferences/com.apple.keyboard.ContinuousPath.plist >/dev/null 2>&1�[0m
[00:10:23]: �[36m$ set -o pipefail && env NSUnbufferedIO=YES xcodebuild -scheme TestAppTests -project ./TestApp.xcodeproj -derivedDataPath /Users/distiller/Library/Developer/Xcode/DerivedData/TestApp-dyrffqklfnlevfezciqgotvbqnex -destination 'platform=iOS Simulator,id=57F35BB1-5B28-40C1-833F-8F4326FE73DF' clean build test | tee '/Users/distiller/Library/Logs/scan/TestAppTests-TestAppTests.log' | xcpretty  --report html --output '/Users/distiller/project/ios/TestApp/fastlane/test_output/report.html' --report junit --output '/Users/distiller/project/ios/TestApp/fastlane/test_output/report.junit' --report junit --output '/var/folders/6y/gy9gggt14379c_k39vwb50lc0000gn/T/junit_report20210309-14731-196x7q3' �[0m
[00:10:23]: ▸ �[35mLoading...�[0m
[00:12:30]: �[31mExit status: 65�[0m
�[31m
[!] Error building the application. See the log here: '/Users/distiller/Library/Logs/scan/TestAppTests-TestAppTests.log'.�[0m

#######################################################################
# fastlane 2.177.0 is available. You are on 2.159.0.
# You should use the latest version.
# Please update using `sudo gem install fastlane`.
#######################################################################

�[32m2.177.0 Improvements�[0m
* [scan] force to fail if requested devices do not exist (#18327) via Nemanja Filipovic
* [action] push_to_git_remote - Remove useless `pwd` (#18270) via MK

See CircleCI build binary_linux_libtorch_3_7m_cpu_gcc5_4_cxx11-abi_shared-with-deps_test (15/26)

Step: "Run in docker" (full log | diagnosis details | 🔁 rerun)

Mar 09 00:28:44 what(): expected ) but found '&' here:
Mar 09 00:28:33 + '[' -f /tmp/libtorch/lib/libtorch_cpu.so ']'
Mar 09 00:28:33 + TORCH_CPU_LINK_FLAGS=-ltorch_cpu
Mar 09 00:28:33 + TORCH_CUDA_LINK_FLAGS=
Mar 09 00:28:33 + '[' -f /tmp/libtorch/lib/libtorch_cuda.so ']'
Mar 09 00:28:33 + '[' -f /tmp/libtorch/lib/libtorch_cuda.dylib ']'
Mar 09 00:28:33 + '[' -f /tmp/libtorch/lib/libtorch_cuda_cpp.so ']'
Mar 09 00:28:33 + '[' -f /tmp/libtorch/lib/libtorch_cuda_cu.dylib ']'
Mar 09 00:28:33 + g++ /builder/test_example_code/simple-torch-test.cpp -I/tmp/libtorch/include -I/tmp/libtorch/include/torch/csrc/api/include -D_GLIBCXX_USE_CXX11_ABI=1 -std=gnu++14 -L/tmp/libtorch/lib -Wl,-R/tmp/libtorch/lib -Wl,--no-as-needed -ltorch -ltorch_cpu -lc10 -o simple-torch-test
Mar 09 00:28:44 + ./simple-torch-test
Mar 09 00:28:44 terminate called after throwing an instance of 'std::runtime_error'
Mar 09 00:28:44   what():  expected ) but found '&' here:
Mar 09 00:28:44 quantized::add.Scalar(Tensor qa, const Scalar& b) -> Tensor qc
Mar 09 00:28:44                                              ~ <--- HERE
Mar 09 00:28:44 
Mar 09 00:28:44 /builder/check_binary.sh: line 260:   237 Aborted                 (core dumped) ./$1


Exited with code exit status 134

See CircleCI build binary_linux_libtorch_3_7m_cpu_devtoolset7_shared-with-deps_test (16/26)

Step: "Run in docker" (full log | diagnosis details | 🔁 rerun)

Mar 09 00:14:17 what(): expected ) but found '&' here:
Mar 09 00:14:05 + '[' -f /tmp/libtorch/lib/libtorch_cpu.so ']'
Mar 09 00:14:05 + TORCH_CPU_LINK_FLAGS=-ltorch_cpu
Mar 09 00:14:05 + TORCH_CUDA_LINK_FLAGS=
Mar 09 00:14:05 + '[' -f /tmp/libtorch/lib/libtorch_cuda.so ']'
Mar 09 00:14:05 + '[' -f /tmp/libtorch/lib/libtorch_cuda.dylib ']'
Mar 09 00:14:05 + '[' -f /tmp/libtorch/lib/libtorch_cuda_cpp.so ']'
Mar 09 00:14:05 + '[' -f /tmp/libtorch/lib/libtorch_cuda_cu.dylib ']'
Mar 09 00:14:05 + g++ /builder/test_example_code/simple-torch-test.cpp -I/tmp/libtorch/include -I/tmp/libtorch/include/torch/csrc/api/include -D_GLIBCXX_USE_CXX11_ABI=0 -std=gnu++14 -L/tmp/libtorch/lib -Wl,-R/tmp/libtorch/lib -Wl,--no-as-needed -ltorch -ltorch_cpu -lc10 -o simple-torch-test
Mar 09 00:14:17 + ./simple-torch-test
Mar 09 00:14:17 terminate called after throwing an instance of 'std::runtime_error'
Mar 09 00:14:17   what():  expected ) but found '&' here:
Mar 09 00:14:17 quantized::add.Scalar(Tensor qa, const Scalar& b) -> Tensor qc
Mar 09 00:14:17                                              ~ <--- HERE
Mar 09 00:14:17 
Mar 09 00:14:18 /builder/check_binary.sh: line 260:   230 Aborted                 (core dumped) ./$1


Exited with code exit status 134

See CircleCI build pytorch_doc_test (17/26)

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

Mar 09 02:13:12 what(): expected ) but found '&' here:
Mar 09 02:13:06 Requirement already satisfied: importlib-metadata in /opt/conda/lib/python3.6/site-packages (from markdown>=2.6.8->tensorboard->-r requirements.txt (line 5)) (3.7.0)
Mar 09 02:13:06 Requirement already satisfied: pyasn1<0.5.0,>=0.4.6 in /opt/conda/lib/python3.6/site-packages (from pyasn1-modules>=0.2.1->google-auth<2,>=1.6.3->tensorboard->-r requirements.txt (line 5)) (0.4.8)
Mar 09 02:13:06 Requirement already satisfied: oauthlib>=3.0.0 in /opt/conda/lib/python3.6/site-packages (from requests-oauthlib>=0.7.0->google-auth-oauthlib<0.5,>=0.4.1->tensorboard->-r requirements.txt (line 5)) (3.1.0)
Mar 09 02:13:06 Requirement already satisfied: typing-extensions>=3.6.4 in /opt/conda/lib/python3.6/site-packages (from importlib-metadata->markdown>=2.6.8->tensorboard->-r requirements.txt (line 5)) (3.7.4.3)
Mar 09 02:13:06 Requirement already satisfied: zipp>=0.5 in /opt/conda/lib/python3.6/site-packages (from importlib-metadata->markdown>=2.6.8->tensorboard->-r requirements.txt (line 5)) (3.4.0)
Mar 09 02:13:07 Installing collected packages: pytz, MarkupSafe, sphinxcontrib-serializinghtml, sphinxcontrib-qthelp, sphinxcontrib-jsmath, sphinxcontrib-htmlhelp, sphinxcontrib-devhelp, sphinxcontrib-applehelp, snowballstemmer, Pygments, Jinja2, imagesize, docutils, babel, alabaster, sphinx, tensorboard, sphinxcontrib.katex, pytorch-sphinx-theme
Mar 09 02:13:10   Running setup.py develop for pytorch-sphinx-theme
Mar 09 02:13:11 Successfully installed Jinja2-2.11.3 MarkupSafe-1.1.1 Pygments-2.8.1 alabaster-0.7.12 babel-2.9.0 docutils-0.16 imagesize-1.2.0 pytorch-sphinx-theme pytz-2021.1 snowballstemmer-2.1.0 sphinx-2.4.4 sphinxcontrib-applehelp-1.0.2 sphinxcontrib-devhelp-1.0.2 sphinxcontrib-htmlhelp-1.0.3 sphinxcontrib-jsmath-1.0.1 sphinxcontrib-qthelp-1.0.3 sphinxcontrib-serializinghtml-1.1.4 sphinxcontrib.katex tensorboard-2.4.1
Mar 09 02:13:11 ++ make doctest
Mar 09 02:13:12 terminate called after throwing an instance of 'std::runtime_error'
Mar 09 02:13:12   what():  expected ) but found '&' here:
Mar 09 02:13:12 quantized::add.Scalar(Tensor qa, const Scalar& b) -> Tensor qc
Mar 09 02:13:12                                              ~ <--- HERE
Mar 09 02:13:12 
Mar 09 02:13:12 make: *** [figures] Aborted (core dumped)
Mar 09 02:13:12 Makefile:17: recipe for target 'figures' failed
Mar 09 02:13:12 + cleanup
Mar 09 02:13:12 + retcode=2
Mar 09 02:13:12 + set +x
Mar 09 02:13:12 =================== sccache compilation log ===================
Mar 09 02:13:12 =========== If your build fails, please take a look at the log above for possible reasons ===========

See CircleCI build pytorch_linux_xenial_py3_clang7_onnx_ort_test1 (18/26)

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

Mar 09 00:15:26 what(): expected ) but found '&' here:
Mar 09 00:15:26 Running C++ tests..
Mar 09 00:15:26 + [[ pytorch-linux-xenial-py3-clang7-onnx-ort_test1 != *ort_test2* ]]
Mar 09 00:15:26 + echo 'Running C++ tests..'
Mar 09 00:15:26 ++ find /opt/conda/lib/python3.6/site-packages/torch/test -executable -type f
Mar 09 00:15:26 + for test in '$(find "$cpp_test_dir" -executable -type f)'
Mar 09 00:15:26 + case "$test" in
Mar 09 00:15:26 ++ basename /opt/conda/lib/python3.6/site-packages/torch/test/event_test
Mar 09 00:15:26 + LD_LIBRARY_PATH=/opt/conda/lib/python3.6/site-packages/torch/lib
Mar 09 00:15:26 + /opt/conda/lib/python3.6/site-packages/torch/test/event_test --gtest_output=xml:/var/lib/jenkins/workspace/test/test-reports/cpp/event_test.xml
Mar 09 00:15:26 terminate called after throwing an instance of 'std::runtime_error'
Mar 09 00:15:26   what():  expected ) but found '&' here:
Mar 09 00:15:26 quantized::add.Scalar(Tensor qa, const Scalar& b) -> Tensor qc
Mar 09 00:15:26                                              ~ <--- HERE
Mar 09 00:15:26 
Mar 09 00:15:26 .jenkins/caffe2/test.sh: line 46:  1080 Aborted                 (core dumped) LD_LIBRARY_PATH="$ld_library_path" "$test" --gtest_output=xml:"$gtest_reports_dir/$(basename $test).xml"


Exited with code exit status 134

CONTAINER ID        NAME                CPU %               MEM USAGE / LIMIT     MEM %               NET I/O             BLOCK I/O           PIDS
a350c2374257        pensive_yonath      0.00%               48.73MiB / 14.68GiB   0.32%               4.33MB / 2.2MB      0B / 0B             28

See CircleCI build pytorch_bazel_test (19/26)

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

Mar 09 00:18:25 what(): expected ) but found '&' here:
Mar 09 00:18:20   what():  expected ) but found '&' here:
Mar 09 00:18:20 quantized::add.Scalar(Tensor qa, const Scalar& b) -> Tensor qc
Mar 09 00:18:20                                              ~ <--- HERE
Mar 09 00:18:20 
Mar 09 00:18:20 ================================================================================
Mar 09 00:18:23 [2,801 / 2,802] 24 / 25 tests, 23 failed; Linking tensor_test; 7s processwrapper-sandbox
Mar 09 00:18:25 FAIL: //:tensor_test (see /var/lib/jenkins/.cache/bazel/_bazel_jenkins/fdf6d09bf4b4f04a71e2a7dfceb40620/execroot/pytorch/bazel-out/k8-fastbuild/testlogs/tensor_test/test.log)
Mar 09 00:18:25 INFO: From Testing //:tensor_test:
Mar 09 00:18:25 ==================== Test output for //:tensor_test:
Mar 09 00:18:25 terminate called after throwing an instance of 'std::runtime_error'
Mar 09 00:18:25   what():  expected ) but found '&' here:
Mar 09 00:18:25 quantized::add.Scalar(Tensor qa, const Scalar& b) -> Tensor qc
Mar 09 00:18:25                                              ~ <--- HERE
Mar 09 00:18:25 
Mar 09 00:18:25 ================================================================================
Mar 09 00:18:25 INFO: Elapsed time: 204.830s, Critical Path: 34.47s
Mar 09 00:18:25 INFO: 247 processes: 247 processwrapper-sandbox.
Mar 09 00:18:25 INFO: Build completed, 24 tests FAILED, 354 total actions
Mar 09 00:18:25 //:c10_tests                                                             PASSED in 0.6s
Mar 09 00:18:25 //:any_test                                                              FAILED in 0.9s
Mar 09 00:18:25   /var/lib/jenkins/.cache/bazel/_bazel_jenkins/fdf6d09bf4b4f04a71e2a7dfceb40620/execroot/pytorch/bazel-out/k8-fastbuild/testlogs/any_test/test.log

See CircleCI build pytorch_linux_xenial_py3_6_gcc5_4_test (20/26)

Step: "Check for no AVX instruction by default" (full log | diagnosis details | 🔁 rerun)

what(): expected ) but found '&' here:
For help, type "help".
Type "apropos word" to search for commands related to "word"...
Reading symbols from ./bin/basic...(no debugging symbols found)...done.
warning: remote target does not support file transfer, attempting to access files from local filesystem.
Remote debugging using :2345
Reading symbols from /lib64/ld-linux-x86-64.so.2...Reading symbols from /usr/lib/debug//lib/x86_64-linux-gnu/ld-2.23.so...done.
done.
0x0000004000801c30 in _start () from /lib64/ld-linux-x86-64.so.2
Continuing.
terminate called after throwing an instance of 'std::runtime_error'
  what():  expected ) but found '&' here:
quantized::add.Scalar(Tensor qa, const Scalar& b) -> Tensor qc
                                             ~ <--- HERE

54	../sysdeps/unix/sysv/linux/raise.c: No such file or directory.

Program received signal SIGABRT, Aborted.
0x000000400bb7d438 in __GI_raise (sig=sig@entry=6) at ../sysdeps/unix/sysv/linux/raise.c:54
#0  0x000000400bb7d438 in __GI_raise (sig=sig@entry=6) at ../sysdeps/unix/sysv/linux/raise.c:54
#1  0x000000400bb7f03a in __GI_abort () at abort.c:89
#2  0x000000400b84f84a in __gnu_cxx::__verbose_terminate_handler () at /home/nwani/m3/conda-bld/compilers_linux-64_1560109574129/work/.build/x86_64-conda_cos6-linux-gnu/src/gcc/libstdc++-v3/libsupc++/vterminate.cc:95

See CircleCI build pytorch_linux_xenial_cuda10_2_cudnn7_py3_jit_legacy_test (21/26)

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

Mar 09 01:50:43 what(): expected ) but found '&' here:
Mar 09 01:50:42 fatal: unable to fork
Mar 09 01:50:42 + set -e
Mar 09 01:50:42 ++ git merge-base origin/master HEAD
Mar 09 01:50:42 + git diff --name-only 3236efa4dea9c5bbfa9111726b6506c60ad40ae7
Mar 09 01:50:43 + [[ pytorch-linux-xenial-cuda10.2-cudnn7-py3-jit_legacy-test == *tbb* ]]
Mar 09 01:50:43 + [[ pytorch-linux-xenial-cuda10.2-cudnn7-py3-jit_legacy-test == *libtorch* ]]
Mar 09 01:50:43 + [[ pytorch-linux-xenial-cuda10.2-cudnn7-py3-jit_legacy-test == *-bazel-* ]]
Mar 09 01:50:43 + cd test
Mar 09 01:50:43 + python -c 'import torch; print(torch.__config__.show())'
Mar 09 01:50:43 terminate called after throwing an instance of 'std::runtime_error'
Mar 09 01:50:43   what():  expected ) but found '&' here:
Mar 09 01:50:43 quantized::add.Scalar(Tensor qa, const Scalar& b) -> Tensor qc
Mar 09 01:50:43                                              ~ <--- HERE
Mar 09 01:50:43 
Mar 09 01:50:43 .jenkins/pytorch/test.sh: line 392:   148 Aborted                 (core dumped) python -c "import torch; print(torch.__config__.show())"
Mar 09 01:50:43 + cleanup
Mar 09 01:50:43 + retcode=1
Mar 09 01:50:43 + set +x
Mar 09 01:50:43 =================== sccache compilation log ===================
Mar 09 01:50:43 =========== If your build fails, please take a look at the log above for possible reasons ===========
Mar 09 01:50:43 Compile requests                      0

See CircleCI build pytorch_windows_vs2019_py36_cuda10.1_test2 (22/26)

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

ls: cannot access '/c/Users/circleci/project/build/win_tmp/ci_scripts/*': No such file or directory
+ TEST_DIR_WIN='C:\Users\circleci\project\test'
+ export PYTORCH_FINAL_PACKAGE_DIR=/c/users/circleci/workspace/build-results
+ PYTORCH_FINAL_PACKAGE_DIR=/c/users/circleci/workspace/build-results
++ cygpath -w /c/users/circleci/workspace/build-results
+ export 'PYTORCH_FINAL_PACKAGE_DIR_WIN=C:\users\circleci\workspace\build-results'
+ PYTORCH_FINAL_PACKAGE_DIR_WIN='C:\users\circleci\workspace\build-results'
+ mkdir -p /c/Users/circleci/project/build/win_tmp/build/torch
+ CI_SCRIPTS_DIR=/c/Users/circleci/project/build/win_tmp/ci_scripts
+ mkdir -p /c/Users/circleci/project/build/win_tmp/ci_scripts
++ ls '/c/Users/circleci/project/build/win_tmp/ci_scripts/*'
ls: cannot access '/c/Users/circleci/project/build/win_tmp/ci_scripts/*': No such file or directory
+ '[' -n '' ']'
+ export SCRIPT_HELPERS_DIR=/c/Users/circleci/project/.jenkins/pytorch/win-test-helpers
+ SCRIPT_HELPERS_DIR=/c/Users/circleci/project/.jenkins/pytorch/win-test-helpers
+ '[' -n https://github.com/pytorch/pytorch/pull/53469 ']'
+ DETERMINE_FROM=/c/Users/circleci/project/build/win_tmp/determine_from
+ file_diff_from_base /c/Users/circleci/project/build/win_tmp/determine_from
+ set +e
+ git fetch origin master --quiet
Warning: Permanently added the RSA host key for IP address '140.82.112.3' to the list of known hosts.
+ set -e

See CircleCI build pytorch_linux_xenial_py3_6_gcc5_4_jit_legacy_test (23/26)

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

Mar 09 02:11:37 what(): expected ) but found '&' here:
Mar 09 02:11:34 + git fetch origin master --quiet
Mar 09 02:11:35 + set -e
Mar 09 02:11:35 ++ git merge-base origin/master HEAD
Mar 09 02:11:35 + git diff --name-only 53c77e7d5db38942abe3c2829be1ef748b16b788
Mar 09 02:11:37 + [[ pytorch-linux-xenial-py3.6-gcc5.4-jit_legacy-test == *tbb* ]]
Mar 09 02:11:37 + [[ pytorch-linux-xenial-py3.6-gcc5.4-jit_legacy-test == *libtorch* ]]
Mar 09 02:11:37 + [[ pytorch-linux-xenial-py3.6-gcc5.4-jit_legacy-test == *-bazel-* ]]
Mar 09 02:11:37 + cd test
Mar 09 02:11:37 + python -c 'import torch; print(torch.__config__.show())'
Mar 09 02:11:37 terminate called after throwing an instance of 'std::runtime_error'
Mar 09 02:11:37   what():  expected ) but found '&' here:
Mar 09 02:11:37 quantized::add.Scalar(Tensor qa, const Scalar& b) -> Tensor qc
Mar 09 02:11:37                                              ~ <--- HERE
Mar 09 02:11:37 
Mar 09 02:11:37 .jenkins/pytorch/test.sh: line 392:   110 Aborted                 (core dumped) python -c "import torch; print(torch.__config__.show())"
Mar 09 02:11:37 + cleanup
Mar 09 02:11:37 + retcode=1
Mar 09 02:11:37 + set +x
Mar 09 02:11:37 =================== sccache compilation log ===================
Mar 09 02:11:37 =========== If your build fails, please take a look at the log above for possible reasons ===========
Mar 09 02:11:37 Compile requests                      0

See CircleCI build pytorch_linux_bionic_py3_8_gcc9_coverage_test2 (24/26)

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

Mar 09 00:29:28 what(): expected ) but found '&' here:
Mar 09 00:29:28 + [[ pytorch-linux-bionic-py3.8-gcc9-coverage-test2 == *-NO_AVX-* ]]
Mar 09 00:29:28 + [[ pytorch-linux-bionic-py3.8-gcc9-coverage-test2 == *-NO_AVX2-* ]]
Mar 09 00:29:28 + '[' -n https://github.com/pytorch/pytorch/pull/53469 ']'
Mar 09 00:29:28 + [[ pytorch-linux-bionic-py3.8-gcc9-coverage-test2 != *coverage* ]]
Mar 09 00:29:28 + [[ pytorch-linux-bionic-py3.8-gcc9-coverage-test2 == *tbb* ]]
Mar 09 00:29:28 + [[ pytorch-linux-bionic-py3.8-gcc9-coverage-test2 == *libtorch* ]]
Mar 09 00:29:28 + [[ pytorch-linux-bionic-py3.8-gcc9-coverage-test2 == *-bazel-* ]]
Mar 09 00:29:28 + cd test
Mar 09 00:29:28 + python -c 'import torch; print(torch.__config__.show())'
Mar 09 00:29:28 terminate called after throwing an instance of 'std::runtime_error'
Mar 09 00:29:28   what():  expected ) but found '&' here:
Mar 09 00:29:28 quantized::add.Scalar(Tensor qa, const Scalar& b) -> Tensor qc
Mar 09 00:29:28                                              ~ <--- HERE
Mar 09 00:29:28 
Mar 09 00:29:29 .jenkins/pytorch/test.sh: line 392:   267 Aborted                 (core dumped) python -c "import torch; print(torch.__config__.show())"
Mar 09 00:29:29 + cleanup
Mar 09 00:29:29 + retcode=134
Mar 09 00:29:29 + set +x
Mar 09 00:29:29 =================== sccache compilation log ===================
Mar 09 00:29:29 =========== If your build fails, please take a look at the log above for possible reasons ===========
Mar 09 00:29:29 Compile requests                      0

See CircleCI build pytorch_xla_linux_bionic_py3_6_clang9_build (25/26)

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

Mar 09 01:29:21 what(): expected ) but found '&' here:
Mar 09 01:29:20 + bazels3cache --bucket=*************************************** --maxEntrySizeBytes=0
Mar 09 01:29:21 bazels3cache: started server at http://localhost:7777/, logging to /var/lib/jenkins/.bazels3cache.log
Mar 09 01:29:21 + pushd xla
Mar 09 01:29:21 ~/workspace/xla ~/workspace
Mar 09 01:29:21 + export CC=clang-9 CXX=clang++-9
Mar 09 01:29:21 + CC=clang-9
Mar 09 01:29:21 + CXX=clang++-9
Mar 09 01:29:21 + sed -i '/bazel build/ a --remote_http_cache=http://localhost:7777 \\' build_torch_xla_libs.sh
Mar 09 01:29:21 + python setup.py install
Mar 09 01:29:21 terminate called after throwing an instance of 'std::runtime_error'
Mar 09 01:29:21   what():  expected ) but found '&' here:
Mar 09 01:29:21 quantized::add.Scalar(Tensor qa, const Scalar& b) -> Tensor qc
Mar 09 01:29:21                                              ~ <--- HERE
Mar 09 01:29:21 
Mar 09 01:29:22 =================== sccache compilation log ===================
Mar 09 01:29:22 .jenkins/pytorch/build.sh: line 319: 22474 Aborted                 (core dumped) python setup.py install
Mar 09 01:29:22 + cleanup
Mar 09 01:29:22 + retcode=134
Mar 09 01:29:22 + set +x
Mar 09 01:29:22 =========== If your build fails, please take a look at the log above for possible reasons ===========
Mar 09 01:29:22 Compile requests                    4871

See CircleCI build pytorch_linux_xenial_cuda10_2_cudnn7_py3_gcc7_test1 (26/26)

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

Mar 09 01:50:49 what(): expected ) but found '&' here:
Mar 09 01:50:48 fatal: unable to fork
Mar 09 01:50:48 + set -e
Mar 09 01:50:48 ++ git merge-base origin/master HEAD
Mar 09 01:50:48 + git diff --name-only 3236efa4dea9c5bbfa9111726b6506c60ad40ae7
Mar 09 01:50:49 + [[ pytorch-linux-xenial-cuda10.2-cudnn7-py3-gcc7-test1 == *tbb* ]]
Mar 09 01:50:49 + [[ pytorch-linux-xenial-cuda10.2-cudnn7-py3-gcc7-test1 == *libtorch* ]]
Mar 09 01:50:49 + [[ pytorch-linux-xenial-cuda10.2-cudnn7-py3-gcc7-test1 == *-bazel-* ]]
Mar 09 01:50:49 + cd test
Mar 09 01:50:49 + python -c 'import torch; print(torch.__config__.show())'
Mar 09 01:50:49 terminate called after throwing an instance of 'std::runtime_error'
Mar 09 01:50:49   what():  expected ) but found '&' here:
Mar 09 01:50:49 quantized::add.Scalar(Tensor qa, const Scalar& b) -> Tensor qc
Mar 09 01:50:49                                              ~ <--- HERE
Mar 09 01:50:49 
Mar 09 01:50:49 .jenkins/pytorch/test.sh: line 392:   148 Aborted                 (core dumped) python -c "import torch; print(torch.__config__.show())"
Mar 09 01:50:49 + cleanup
Mar 09 01:50:49 + retcode=1
Mar 09 01:50:49 + set +x
Mar 09 01:50:49 =================== sccache compilation log ===================
Mar 09 01:50:49 =========== If your build fails, please take a look at the log above for possible reasons ===========
Mar 09 01:50:49 Compile requests                      0

1 failure not recognized by patterns:

Job Step Action
CircleCI pytorch_macos_10_13_py3_test Test 🔁 rerun

ci.pytorch.org: 2 failed


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.

Summary:

Test Plan:

Reviewers:

Subscribers:

Tasks:

Tags:

Differential Revision: [D26873801](https://our.internmc.facebook.com/intern/diff/D26873801)

[ghstack-poisoned]
wenleix added 2 commits March 7, 2021 14:51
Summary:

Test Plan:

Reviewers:

Subscribers:

Tasks:

Tags:

Differential Revision: [D26873801](https://our.internmc.facebook.com/intern/diff/D26873801)

[ghstack-poisoned]
Summary:

Test Plan:

Reviewers:

Subscribers:

Tasks:

Tags:

Differential Revision: [D26873801](https://our.internmc.facebook.com/intern/diff/D26873801)

[ghstack-poisoned]
@wenleix wenleix changed the title [Fixup!] Fix changing Scalar values [Fixup!] A few manual fixup after codemod Mar 8, 2021
Summary:
    1. Fix methods change Scalar paramaeters -- const Scalar& doesn't allow change.
    2. Introduce ScalarList = ArrayRef<Scalar>
    3. Some minor manual Scalar parameter changes.
       Missing, or Scalar& -> const Scalar&

Test Plan:

Reviewers:

Subscribers:

Tasks:

Tags:

Differential Revision: [D26873801](https://our.internmc.facebook.com/intern/diff/D26873801)

[ghstack-poisoned]
@wenleix wenleix requested review from albanD and soulitzer as code owners March 8, 2021 23:41
@wenleix
Copy link
Contributor Author

wenleix commented Mar 12, 2021

Reorganize the stack so there are only two PRs in the stack (see #53583) . Close PRs no longer exist in stack.

@wenleix wenleix closed this Mar 12, 2021
@wenleix wenleix deleted the gh/[email protected]/14/head branch March 12, 2021 18:52
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