8000 std/var: Return real results for complex input by peterbell10 · Pull Request #57281 · pytorch/pytorch · GitHub
[go: up one dir, main page]

Skip to content

std/var: Return real results for complex input #57281

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

Closed
wants to merge 2 commits into from

Conversation

peterbell10
Copy link
Collaborator
@peterbell10 peterbell10 commented Apr 29, 2021

Stack from ghstack:

Fixes gh-56627

@facebook-github-bot
Copy link
Contributor
facebook-github-bot commented Apr 29, 2021

💊 CI failures summary and remediations

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



🕵️ 2 new failures recognized by patterns

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

See CircleCI build pytorch_libtorch_linux_xenial_cuda11_1_cudnn8_py3_gcc7_build (1/2)

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

May 04 15:14:16 sccache: error: couldn't connect to server
May 04 15:14:16 +++ eval 'extract_trap_cmd '
May 04 15:14:16 ++++ extract_trap_cmd
May 04 15:14:16 ++++ printf '%s\n' ''
May 04 15:14:16 +++ printf '%s\n' cleanup
May 04 15:14:16 ++ trap -- '
May 04 15:14:16 cleanup' EXIT
May 04 15:14:16 ++ [[ pytorch-libtorch-linux-xenial-cuda11.1-cudnn8-py3-gcc7-build != *pytorch-win-* ]]
May 04 15:14:16 ++ which sccache
May 04 15:14:16 ++ sccache --stop-server
May 04 15:14:16 Stopping sccache server...
May 04 15:14:16 sccache: error: couldn't connect to server
May 04 15:14:16 sccache: caused by: Connection refused (os error 111)
May 04 15:14:16 ++ true
May 04 15:14:16 ++ rm /var/lib/jenkins/sccache_error.log
May 04 15:14:16 rm: cannot remove '/var/lib/jenkins/sccache_error.log': No such file or directory
May 04 15:14:16 ++ true
May 04 15:14:16 ++ [[ -n '' ]]
May 04 15:14:16 ++ [[ pytorch-libtorch-linux-xenial-cuda11.1-cudnn8-py3-gcc7-build == *rocm* ]]
May 04 15:14:16 ++ SCCACHE_ERROR_LOG=/var/lib/jenkins/sccache_error.log
May 04 15:14:16 ++ SCCACHE_IDLE_TIMEOUT=1200
May 04 15:14:16 ++ RUST_LOG=sccache::server=error

See CircleCI build pytorch_xla_linux_bionic_py3_6_clang9_build (2/2)

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

May 04 16:50:31 torch_xla/csrc/aten_xla_type_de...:22: error: no matching function for call to 'var'
May 04 16:50:31 /var/lib/jenkins/workspace/xla/torch_xla/csrc/aten_xla_type.h:987:21: note: candidate function not viable: requires 2 arguments, but 4 were provided
May 04 16:50:31   static at::Tensor std(const at::Tensor& self, bool unbiased);
May 04 16:50:31                     ^
May 04 16:50:31 In file included from torch_xla/csrc/init_python_bindings.cpp:35:
May 04 16:50:31 In file included from /var/lib/jenkins/workspace/torch/csrc/jit/python/pybind.h:11:
May 04 16:50:31 In file included from /var/lib/jenkins/workspace/torch/csrc/jit/python/pybind_utils.h:26:
May 04 16:50:31 In file included from /var/lib/jenkins/workspace/torch/csrc/utils/python_arg_parser.h:62:
May 04 16:50:31 /var/lib/jenkins/workspace/torch/csrc/utils/python_strings.h:80:19: warning: unused function 'PyObject_FastGetAttrString' [-Wunused-function]
May 04 16:50:31 static py::object PyObject_FastGetAttrString(PyObject *obj, char *name)
May 04 16:50:31                   ^
May 04 16:50:31 torch_xla/csrc/aten_xla_type_default.cpp:4707:22: error: no matching function for call to 'var'
May 04 16:50:31   auto var_out_tmp = AtenXlaType::var(self, dim, correction, keepdim);
May 04 16:50:31                      ^~~~~~~~~~~~~~~~
May 04 16:50:31 /var/lib/jenkins/workspace/xla/torch_xla/csrc/aten_xla_type.h:1114:21: note: candidate function not viable: no known conversion from 'c10::optional<at::IntArrayRef>' (aka 'optional<ArrayRef<long> >') to 'at::IntArrayRef' (aka 'ArrayRef<long>') for 2nd argument
May 04 16:50:31   static at::Tensor var(const at::Tensor& self, at::IntArrayRef dim,
May 04 16:50:31                     ^
May 04 16:50:31 /var/lib/jenkins/workspace/xla/torch_xla/csrc/aten_xla_type.h:1112:21: note: candidate function not viable: requires 2 arguments, but 4 were provided
May 04 16:50:31   static at::Tensor var(const at::Tensor& self, bool unbiased);
May 04 16:50:31                     ^
May 04 16:50:35 clang-9 -Wsign-compare 
8000
-DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -fPIC -I/var/lib/jenkins/workspace/xla -I/var/lib/jenkins/workspace/xla/third_party/tensorflow/bazel-tensorflow -I/var/lib/jenkins/workspace/xla/third_party/tensorflow/bazel-bin -I/var/lib/jenkins/workspace/xla/third_party/tensorflow/bazel-tensorflow/external/protobuf_archive/src -I/var/lib/jenkins/workspace/xla/third_party/tensorflow/bazel-tensorflow/external/com_google_protobuf/src -I/var/lib/jenkins/workspace/xla/third_party/tensorflow/bazel-tensorflow/external/eigen_archive -I/var/lib/jenkins/workspace/xla/third_party/tensorflow/bazel-tensorflow/external/com_google_absl -I/var/lib/jenkins/workspace -I/var/lib/jenkins/workspace/torch/csrc -I/var/lib/jenkins/workspace/torch/lib/tmp_install/include -I/opt/conda/lib/python3.6/site-packages/torch/include -I/opt/conda/lib/python3.6/site-packages/torch/include/torch/csrc/api/include -I/opt/conda/lib/python3.6/site-packages/torch/include/TH -I/opt/conda/lib/python3.6/site-packages/torch/include/THC -I/opt/conda/include/python3.6m -c torch_xla/csrc/layout_manager.cpp -o build/temp.linux-x86_64-3.6/torch_xla/csrc/layout_manager.o -std=c++14 -Wno-sign-compare -Wno-deprecated-declarations -Wno-return-type -Wno-macro-redefined -Wno-return-std-move -DNDEBUG -DTORCH_API_INCLUDE_EXTENSION_H -DPYBIND11_COMPILER_TYPE="_clang" -DPYBIND11_STDLIB="_libstdcpp" -DPYBIND11_BUILD_ABI="_cxxabi1002" -DTORCH_EXTENSION_NAME=_XLAC -D_GLIBCXX_USE_CXX11_ABI=1
May 04 16:50:42 2 errors generated.

1 job timed out:

  • pytorch_libtorch_linux_xenial_cuda11_1_cudnn8_py3_gcc7_build

❄️ 2 failures tentatively classified as flaky

but reruns have not yet been triggered to confirm:

See CircleCI build pytorch_ios_12_0_0_x86_64_build (1/2)

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

Failed to recurse into submodule path 'third_party/onnx'
remote: Total 0 (delta 0), reused 0 (delta 0), pack-reused 0        
remote: Enumerating objects: 600, done.        
remote: Counting objects:   0% (1/600)        
remote: Counting objects:   1% (6/600)        
remote: Counting objects:   2% (12/600)        
remote: Counting objects:   3% (18/600)        
remote: Counting objects:   4% (24/600)        
remote: Counting objects:   5% (30/600)        
remote: Counting objects:   6% (36/600)        
remote: Counting objects:   7% (42/600)        
remote: Counting objects:   8% (48/600)        
remote: Counting objects:   9% (54/600)        
remote: Counting objects:  10% (60/600)        
remote: Counting objects:  11% (66/600)        
remote: Counting objects:  12% (72/600)        
remote: Counting objects:  13% (78/600)        
remote: Counting objects:  14% (84/600)        
remote: Counting objects:  15% (90/600)        
remote: Counting objects:  16% (96/600)        
remote: Counting objects:  17% (102/600)        
remote: Counting objects:  18% (108/600)        
remote: Counting objects:  19% (114/600)        
remote: Counting objects:  20% (120/600)        
remote: Counting objects:  21% (126/600)        
remote: Counting objects:  22% (132/600)        
remote: Counting objects:  23% (138/600)        
remote: Counting objects:  24% (144/600)        
remote: Counting objects:  25% (150/600)        
remote: Counting objects:  26% (156/600)        
remote: Counting objects:  27% (162/600)        
remote: Counting objects:  28% (168/600)        
remote: Counting objects:  29% (174/600)        
remote: Counting objects:  30% (180/600)        
remote: Counting objects:  31% (186/600)        
remote: Counting objects:  32% (192/600)        
remote: Counting objects:  33% (198/600)        
remote: Counting objects:  34% (204/600)        
remote: Counting objects:  35% (210/600)        
remote: Counting objects:  36% (216/600)        
remote: Counting objects:  37% (222/600)        
remote: Counting objects:  38% (228/600)        
remote: Counting objects:  39% (234/600)        
remote: Counting objects:  40% (240/600)        
remote: Counting objects:  41% (246/600)        
remote: Counting objects:  42% (252/600)        
remote: Counting objects:  43% (258/600)        
remote: Counting objects:  44% (264/600)        
remote: Counting objects:  45% (270/600)        
remote: Counting objects:  46% (276/600)        
remote: Counting objects:  47% (282/600)        
remote: Counting objects:  48% (288/600)        
remote: Counting objects:  49% (294/600)        
remote: Counting objects:  50% (300/600)        
remote: Counting objects:  51% (306/600)        
remote: Counting objects:  52% (312/600)        
remote: Counting objects:  53% (318/600)        
remote: Counting objects:  54% (324/600)        
remote: Counting objects:  55% (330/600)        
remote: Counting objects:  56% (336/600)        
remote: Counting objects:  57% (342/600)        
remote: Counting objects:  58% (348/600)        
remote: Counting objects:  59% (354/600)        
remote: Counting objects:  60% (360/600)        
remote: Counting objects:  61% (366/600)        
remote: Counting objects:  62% (372/600)        
remote: Counting objects:  63% (378/600)        
remote: Counting objects:  64% (384/600)        
remote: Counting objects:  65% (390/600)        
remote: Counting objects:  66% (396/600)        
remote: Counting objects:  67% (402/600)        
remote: Counting objects:  68% (408/600)        
remote: Counting objects:  69% (414/600)        
remote: Counting objects:  70% (420/600)        
remote: Counting objects:  71% (426/600)        
remote: Counting objects:  72% (432/600)        
remote: Counting objects:  73% (438/600)        
remote: Counting objects:  74% (444/600)        
remote: Counting objects:  75% (450/600)        
remote: Counting objects:  76% (456/600)        
remote: Counting objects:  77% (462/600)        
remote: Counting objects:  78% (468/600)        
remote: Counting objects:  79% (474/600)        
remote: Counting objects:  80% (480/600)        
remote: Counting objects:  81% (486/600)        
remote: Counting objects:  82% (492/600)        
remote: Counting objects:  83% (498/600)        
remote: Counting objects:  84% (504/600)        
remote: Counting objects:  85% (510/600)        
remote: Counting objects:  86% (516/600)        
remote: Counting objects:  87% (522/600)        
remote: Counting objects:  88% (528/600)        
remote: Counting objects:  89% (534/600)        
remote: Counting objects:  90% (540/600)        
remote: Counting objects:  91% (546/600)        
remote: Counting objects:  92% (552/600)        
remote: Counting objects:  93% (558/600)        
remote: Counting objects:  94% (564/600)        
remote: Counting objects:  95% (570/600)        
remote: Counting objects:  96% (576/600)        
remote: Counting objects:  97% (582/600)        
remote: Counting objects:  98% (588/600)        
remote: Counting objects:  99% (594/600)        
remote: Counting objects: 100% (600/600)        
remote: Counting objects: 100% (600/600), done.        
remote: Compressing objects:   0% (1/318)        
remote: Compressing objects:   1% (4/318)        
remote: Compressing objects:   2% (7/318)        
remote: Compressing objects:   3% (10/318)        
remote: Compressing objects:   4% (13/318)        
remote: Compressing objects:   5% (16/318)        
remote: Compressing objects:   6% (20/318)        
remote: Compressing objects:   7% (23/318)        
remote: Compressing objects:   8% (26/318)        
remote: Compressing objects:   9% (29/318)        
remote: Compressing objects:  10% (32/318)        
remote: Compressing objects:  11% (35/318)        
remote: Compressing objects:  12% (39/318)        
remote: Compressing objects:  13% (42/318)        
remote: Compressing objects:  14% (45/318)        
remote: Compressing objects:  15% (48/318)        
remote: Compressing objects:  16% (51/318)        
remote: Compressing objects:  17% (55/318)        
remote: Compressing objects:  18% (58/318)        
remote: Compressing objects:  19% (61/318)        
remote: Compressing objects:  20% (64/318)        
remote: Compressing objects:  21% (67/318)        
remote: Compressing objects:  22% (70/318)        
remote: Compressing objects:  23% (74/318)        
remote: Compressing objects:  24% (77/318)        
remote: Compressing objects:  25% (80/318)        
remote: Compressing objects:  26% (83/318)        
remote: Compressing objects:  27% (86/318)        
remote: Compressing objects:  28% (90/318)        
remote: Compressing objects:  29% (93/318)        
remote: Compressing objects:  30% (96/318)        
remote: Compressing objects:  31% (99/318)        
remote: Compressing objects:  32% (102/318)        
remote: Compressing objects:  33% (105/318)        
remote: Compressing objects:  34% (109/318)        
remote: Compressing objects:  35% (112/318)        
remote: Compressing objects:  36% (115/318)        
remote: Compressing objects:  37% (118/318)        
remote: Compressing objects:  38% (121/318)        
remote: Compressing objects:  39% (125/318)        
remote: Compressing objects:  40% (128/318)        
remote: Compressing objects:  41% (131/318)        
remote: Compressing objects:  42% (134/318)        
remote: Compressing objects:  43% (137/318)        
remote: Compressing objects:  44% (140/318)        
remote: Compressing objects:  45% (144/318)        
remote: Compressing objects:  46% (147/318)        
remote: Compressing objects:  47% (150/318)        
remote: Compressing objects:  48% (153/318)        
remote: Compressing objects:  49% (156/318)        
remote: Compressing objects:  50% (159/318)        
remote: Compressing objects:  51% (163/318)        
remote: Compressing objects:  52% (166/318)        
remote: Compressing objects:  53% (169/318)        
remote: Compressing objects:  54% (172/318)        
remote: Compressing objects:  55% (175/318)        
remote: Compressing objects:  56% (179/318)        
remote: Compressing objects:  57% (182/318)        
remote: Compressing objects:  58% (185/318)        
remote: Compressing objects:  59% (188/318)        
remote: Compressing objects:  60% (191/318)        
remote: Compressing objects:  61% (194/318)        
remote: Compressing objects:  62% (198/318)        
remote: Compressing objects:  63% (201/318)        
remote: Compressing objects:  64% (204/318)        
remote: Compressing objects:  65% (207/318)        
remote: Compressing objects:  66% (210/318)        
remote: Compressing objects:  67% (214/318)        
remote: Compressing objects:  68% (217/318)        
remote: Compressing objects:  69% (220/318)        
remote: Compressing objects:  70% (223/318)        
remote: Compressing objects:  71% (226/318)        
remote: Compressing objects:  72% (229/318)        
remote: Compressing objects:  73% (233/318)        
remote: Compressing objects:  74% (236/318)        
remote: Compressing objects:  75% (239/318)        
remote: Compressing objects:  76% (242/318)        
remote: Compressing objects:  77% (245/318)        
remote: Compressing objects:  78% (249/318)        
remote: Compressing objects:  79% (252/318)        
remote: Compressing objects:  80% (255/318)        
remote: Compressing objects:  81% (258/318)        
remote: Compressing objects:  82% (261/318)        
remote: Compressing objects:  83% (264/318)        
remote: Compressing objects:  84% (268/318)        
remote: Compressing objects:  85% (271/318)        
remote: Compressing objects:  86% (274/318)        
remote: Compressing objects:  87% (277/318)        
remote: Compressing objects:  88% (280/318)        
remote: Compressing objects:  89% (284/318)        
remote: Compressing objects:  90% (287/318)        
remote: Compressing objects:  91% (290/318)        
remote: Compressing objects:  92% (293/318)        
remote: Compressing objects:  93% (296/318)        
remote: Compressing objects:  94% (299/318)        
remote: Compressing objects:  95% (303/318)        
remote: Compressing objects:  96% (306/318)
Receiving objects:   0% (1/362)
Receiving objects:   1% (4/362)
Receiving objects:   2% (8/362)
Receiving objects:   3% (11/362)
Receiving objects:   4% (15/362)
Receiving objects:   5% (19/362)
Receiving objects:   6% (22/362)
Receiving objects:   7% (26/362)
Receiving objects:   8% (29/362)
Receiving objects:   9% (33/362)
Receiving objects:  10% (37/362)
Receiving objects:  11% (40/362)
Receiving objects:  12% (44/362)
Receiving objects:  13% (48/362)
Receiving objects:  14% (51/362)
Receiving objects:  15% (55/362)
Receiving objects:  16% (58/362)
Receiving objects:  17% (62/362)
Receiving objects:  18% (66/362)
Receiving objects:  19% (69/362)
Receiving objects:  20% (73/362)
Receiving objects:  21% (77/362)
Receiving objects:  22% (80/362)
Receiving objects:  23% (84/362)
Receiving objects:  24% (87/362)
Receiving objects:  25% (91/362)
Receiving objects:  26% (95/362)
Receiving objects:  27% (98/362)
Receiving objects:  28% (102/362)
Receiving objects:  29% (105/362)
Receiving objects:  30% (109/362)
Receiving objects:  31% (113/362)
Receiving objects:  32% (116/362)
Receiving objects:  33% (120/362)
Receiving objects:  34% (124/362)
Receiving objects:  35% (127/362)
Receiving objects:  36% (131/362)
Receiving objects:  37% (134/362)
Receiving objects:  38% (138/362)
Receiving objects:  39% (142/362)
Receiving objects:  40% (145/362)
Receiving objects:  41% (149/362)
Receiving objects:  42% (153/362)
Receiving objects:  43% (156/362)
Receiving objects:  44% (160/362)
Receiving objects:  45% (163/362)
Receiving objects:  46% (167/362)
Receiving objects:  47% (171/362)
Receiving objects:  48% (174/362)
Receiving objects:  49% (178/362)
Receiving objects:  50% (181/362)
Receiving objects:  51% (185/362)
Receiving objects:  52% (189/362)
Receiving objects:  53% (192/362)
Receiving objects:  54% (196/362)
Receiving objects:  55% (200/362)
Receiving objects:  56% (203/362)
Receiving objects:  57% (207/362)
Receiving objects:  58% (210/362)
Receiving objects:  59% (214/362)
Receiving objects:  60% (218/362)
Receiving objects:  61% (221/362)
Receiving objects:  62% (225/362)
Receiving objects:  63% (229/362)
Receiving objects:  64% (232/362)
Receiving objects:  65% (236/362)
Receiving objects:  66% (239/362)
Receiving objects:  67% (243/362)
Receiving objects:  68% (247/362)
Receiving objects:  69% (250/362)
Receiving objects:  70% (254/362)
Receiving objects:  71% (258/362)
Receiving objects:  72% (261/362)
Receiving objects:  73% (265/362)
Receiving objects:  74% (268/362)
Receiving objects:  75% (272/362)
Receiving objects:  76% (276/362)
Receiving objects:  77% (279/362)
Receiving objects:  78% 
8000
(283/362)
Receiving objects:  79% (286/362)
Receiving objects:  80% (290/362)
remote: Total 362 (delta 197), reused 103 (delta 23), pack-reused 0        
Receiving objects:  81% (294/362)
Receiving objects:  82% (297/362)
Receiving objects:  83% (301/362)
Receiving objects:  84% (305/362)
Receiving objects:  85% (308/362)
Receiving objects:  86% (312/362)
Receiving objects:  87% (315/362)
Receiving objects:  88% (319/362)
Receiving objects:  89% (323/362)
Receiving objects:  90% (326/362)
Receiving objects:  91% (330/362)
Receiving objects:  92% (334/362)
Receiving objects:  93% (337/362)
Receiving objects:  94% (341/362)
Receiving objects:  95% (344/362)
Receiving objects:  96% (348/362)
Receiving objects:  97% (352/362)
Receiving objects:  98% (355/362)
Receiving objects:  99% (359/362)
Receiving objects: 100% (362/362)
Receiving objects: 100% (362/362), 1.17 MiB | 10.55 MiB/s, done.
Resolving deltas:   0% (0/197)
Resolving deltas:   1% (2/197)
Resolving deltas:   2% (4/197)
Resolving deltas:   3% (7/197)
Resolving deltas:   4% (8/197)
Resolving deltas:   5% (11/197)
Resolving deltas:   6% (12/197)
Resolving deltas:   7% (14/197)
Resolving deltas:   8% (16/197)
Resolving deltas:   9% (18/197)
Resolving deltas:  10% (20/197)
Resolving deltas:  11% (23/197)
Resolving deltas:  12% (25/197)
Resolving deltas:  13% (26/197)
Resolving deltas:  16% (32/197)
Resolving deltas:  17% (34/197)
Resolving deltas:  18% (37/197)
Resolving deltas:  19% (38/197)
Resolving deltas:  20% (41/197)
Resolving deltas:  21% (42/197)
Resolving deltas:  22% (44/197)
Resolving deltas:  23% (46/197)
Resolving deltas:  24% (48/197)
Resolving deltas:  25% (50/197)
Resolving deltas:  26% (52/197)
Resolving deltas:  27% (54/197)
Resolving deltas:  28% (56/197)
Resolving deltas:  29% (59/197)
Resolving deltas:  30% (60/197)
Resolving deltas:  31% (62/197)
Resolving deltas:  32% (64/197)
Resolving deltas:  33% (66/197)
Resolving deltas:  34% (67/197)
Resolving deltas:  35% (69/197)
Resolving deltas:  37% (73/197)
Resolving deltas:  38% (75/197)
Resolving deltas:  39% (77/197)
Resolving deltas:  40% (79/197)
Resolving deltas:  41% (81/197)
Resolving deltas:  42% (83/197)
Resolving deltas:  43% (85/197)
Resolving deltas:  44% (87/197)
Resolving deltas:  45% (89/197)
Resolving deltas:  46% (91/197)
Resolving deltas:  47% (93/197)
Resolving deltas:  48% (95/197)
Resolving deltas:  49% (97/197)
Resolving deltas:  50% (99/197)
Resolving deltas:  52% (103/197)
Resolving deltas:  54% (107/197)
Resolving deltas:  55% (109/197)
Resolving deltas:  56% (111/197)
Resolving deltas:  57% (113/197)
Resolving deltas:  58% (115/197)
Resolving deltas:  59% (117/197)
Resolving deltas:  60% (119/197)
Resolving deltas:  61% (121/197)
Resolving deltas:  63% (125/197)
Resolving deltas:  64% (127/197)
Resolving deltas:  67% (132/197)
Resolving deltas:  68% (134/197)
Resolving deltas:  69% (136/197)
Resolving deltas:  70% (138/197)
Resolving deltas:  71% (140/197)
Resolving deltas:  72% (142/197)
Resolving deltas:  73% (144/197)
Resolving deltas:  74% (146/197)
Resolving deltas:  75% (148/197)
Resolving deltas:  76% (150/197)
Resolving deltas:  77% (152/197)
Resolving deltas:  78% (154/197)
Resolving deltas:  79% (156/197)
Resolving deltas:  80% (158/197)
Resolving deltas:  81% (160/197)
Resolving deltas:  82% (163/197)
Resolving deltas:  83% (164/197)
Resolving deltas:  84% (166/197)
Resolving deltas:  85% (168/197)
Resolving deltas:  86% (170/197)
Resolving deltas:  87% (172/197)
Resolving deltas:  88% (174/197)
Resolving deltas:  89% (176/197)
Resolving deltas:  90% (178/197)
Resolving deltas:  91% (180/197)
Resolving deltas:  92% (183/197)
Resolving deltas:  93% (184/197)
Resolving deltas:  94% (186/197)
Resolving deltas:  95% (188/197)
Resolving deltas:  96% (190/197)
Resolving deltas:  97% (192/197)
Resolving deltas:  98% (194/197)
Resolving deltas:  99% (196/197)
Resolving deltas: 100% (197/197)
Resolving deltas: 100% (197/197), completed with 152 local objects.
From ssh://github.com/facebook/zstd
 * branch            aec56a52fbab207fc639a1937d1e708a282edca8 -> FETCH_HEAD
Submodule path 'third_party/zstd': checked out 'aec56a52fbab207fc639a1937d1e708a282edca8'
Failed to recurse into submodule path 'third_party/onnx'


Exited with code exit status 1

See CircleCI build pytorch_ios_12_0_0_x86_64_lite_interpreter_build (2/2)

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

Failed to recurse into submodule path 'third_party/protobuf'
remote: Total 0 (delta 0), reused 0 (delta 0), pack-reused 0        
remote: Enumerating objects: 600, done.        
remote: Counting objects:   0% (1/600)        
remote: Counting objects:   1% (6/600)        
remote: Counting objects:   2% (12/600)        
remote: Counting objects:   3% (18/600)        
remote: Counting objects:   4% (24/600)        
remote: Counting objects:   5% (30/600)        
remote: Counting objects:   6% (36/600)        
remote: Counting objects:   7% (42/600)        
remote: Counting objects:   8% (48/600)        
remote: Counting objects:   9% (54/600)        
remote: Counting objects:  10% (60/600)        
remote: Counting objects:  11% (66/600)        
remote: Counting objects:  12% (72/600)        
remote: Counting objects:  13% (78/600)        
remote: Counting objects:  14% (84/600)        
remote: Counting objects:  15% (90/600)        
remote: Counting objects:  16% (96/600)        
remote: Counting objects:  17% (102/600)        
remote: Counting objects:  18% (108/600)        
remote: Counting objects:  19% (114/600)        
remote: Counting objects:  20% (120/600)        
remote: Counting objects:  21% (126/600)        
remote: Counting objects:  22% (132/600)        
remote: Counting objects:  23% (138/600)        
remote: Counting objects:  24% (144/600)        
remote: Counting objects:  25% (150/600)        
remote: Counting objects:  26% (156/600)        
remote: Counting objects:  27% (162/600)        
remote: Counting objects:  28% (168/600)        
remote: Counting objects:  29% (174/600)        
remote: Counting objects:  30% (180/600)        
remote: Counting objects:  31% (186/600)        
remote: Counting objects:  32% (192/600)        
remote: Counting objects:  33% (198/600)        
remote: Counting objects:  34% (204/600)        
remote: Counting objects:  35% (210/600)        
remote: Counting objects:  36% (216/600)        
remote: Counting objects:  37% (222/600)        
remote: Counting objects:  38% (228/600)        
remote: Counting objects:  39% (234/600)        
remote: Counting objects:  40% (240/600)        
remote: Counting objects:  41% (246/600)        
remote: Counting objects:  42% (252/600)        
remote: Counting objects:  43% (258/600)        
remote: Counting objects:  44% (264/600)        
remote: Counting objects:  45% (270/600)        
remote: Counting objects:  46% (276/600)        
remote: Counting objects:  47% (282/600)        
remote: Counting objects:  48% (288/600)        
remote: Counting objects:  49% (294/600)        
remote: Counting objects:  50% (300/600)        
remote: Counting objects:  51% (306/600)        
remote: Counting objects:  52% (312/600)        
remote: Counting objects:  53% (318/600)        
remote: Counting objects:  54% (324/600)        
remote: Counting objects:  55% (330/600)        
remote: Counting objects:  56% (336/600)        
remote: Counting objects:  57% (342/600)        
remote: Counting objects:  58% (348/600)        
remote: Counting objects:  59% (354/600)        
remote: Counting objects:  60% (360/600)        
remote: Counting objects:  61% (366/600)        
remote: Counting objects:  62% (372/600)        
remote: Counting objects:  63% (378/600)        
remote: Counting objects:  64% (384/600)        
remote: Counting objects:  65% (390/600)        
remote: Counting objects:  66% (396/600)        
remote: Counting objects:  67% (402/600)        
remote: Counting objects:  68% (408/600)        
remote: Counting objects:  69% (414/600)        
remote: Counting objects:  70% (420/600)        
remote: Counting objects:  71% (426/600)        
remote: Counting objects:  72% (432/600)        
remote: Counting objects:  73% (438/600)        
remote: Counting objects:  74% (444/600)        
remote: Counting objects:  75% (450/600)        
remote: Counting objects:  76% (456/600)        
remote: Counting objects:  77% (462/600)        
remote: Counting objects:  78% (468/600)        
remote: Counting objects:  79% (474/600)        
remote: Counting objects:  80% (480/600)        
remote: Counting objects:  81% (486/600)        
remote: Counting objects:  82% (492/600)        
remote: Counting objects:  83% (498/600)        
remote: Counting objects:  84% (504/600)        
remote: Counting objects:  85% (510/600)        
remote: Counting objects:  86% (516/600)        
remote: Counting objects:  87% (522/600)        
remote: Counting objects:  88% (528/600)        
remote: Counting objects:  89% (534/600)        
remote: Counting objects:  90% (540/600)        
remote: Counting objects:  91% (546/600)        
remote: Counting objects:  92% (552/600)        
remote: Counting objects:  93% (558/600)        
remote: Counting objects:  94% (564/600)        
remote: Counting objects:  95% (570/600)        
remote: Counting objects:  96% (576/600)        
remote: Counting objects:  97% (582/600)        
remote: Counting objects:  98% (588/600)        
remote: Counting objects:  99% (594/600)        
remote: Counting objects: 100% (600/600)        
remote: Counting objects: 100% (600/600), done.        
remote: Compressing objects:   0% (1/318)        
remote: Compressing objects:   1% (4/318)        
remote: Compressing objects:   2% (7/318)        
remote: Compressing objects:   3% (10/318)        
remote: Compressing objects:   4% (13/318)        
remote: Compressing objects:   5% (16/318)        
remote: Compressing objects:   6% (20/318)        
remote: Compressing objects:   7% (23/318)        
remote: Compressing objects:   8% (26/318)        
remote: Compressing objects:   9% (29/318)        
remote: Compressing objects:  10% (32/318)        
remote: Compressing objects:  11% (35/318)        
remote: Compressing objects:  12% (39/318)        
remote: Compressing objects:  13% (42/318)        
remote: Compressing objects:  14% (45/318)        
remote: Compressing objects:  15% (48/318)        
remote: Compressing objects:  16% (51/318)        
remote: Compressing objects:  17% (55/318)        
remote: Compressing objects:  18% (58/318)        
remote: Compressing objects:  19% (61/318)        
remote: Compressing objects:  20% (64/318)        
remote: Compressing objects:  21% (67/318)        
remote: Compressing objects:  22% (70/318)        
remote: Compressing objects:  23% (74/318)        
remote: Compressing objects:  24% (77/318)        
remote: Compressing objects:  25% (80/318)        
remote: Compressing objects:  26% (83/318)        
remote: Compressing objects:  27% (86/318)        
remote: Compressing objects:  28% (90/318)        
remote: Compressing objects:  29% (93/318)        
remote: Compressing objects:  30% (96/318)        
remote: Compressing objects:  31% (99/318)        
remote: Compressing objects:  32% (102/318)        
remote: Compressing objects:  33% (105/318)        
remote: Compressing objects:  34% (109/318)        
remote: Compressing objects:  35% (112/318)        
remote: Compressing objects:  36% (115/318)        
remote: Compressing objects:  37% (118/318)        
remote: Compressing objects:  38% (121/318)        
remote: Compressing objects:  39% (125/318)        
remote: Compressing objects:  40% (128/318)        
remote: Compressing objects:  41% (131/318)        
remote: Compressing objects:  42% (134/318)        
remote: Compressing objects:  43% (137/318)        
remote: Compressing objects:  44% (140/318)        
remote: Compressing objects:  45% (144/318)        
remote: Compressing objects:  46% (147/318)        
remote: Compressing objects:  47% (150/318)        
remote: Compressing objects:  48% (153/318)        
remote: Compressing objects:  49% (156/318)        
remote: Compressing objects:  50% (159/318)        
remote: Compressing objects:  51% (163/318)        
remote: Compressing objects:  52% (166/318)        
remote: Compressing objects:  53% (169/318)        
remote: Compressing objects:  54% (172/318)        
remote: Compressing objects:  55% (175/318)        
remote: Compressing objects:  56% (179/318)        
remote: Compressing objects:  57% (182/318)        
remote: Compressing objects:  58% (185/318)        
remote: Compressing objects:  59% (188/318)        
remote: Compressing objects:  60% (191/318)        
remote: Compressing objects:  61% (194/318)        
remote: Compressing objects:  62% (198/318)        
remote: Compressing objects:  63% (201/318)        
remote: Compressing objects:  64% (204/318)        
remote: Compressing objects:  65% (207/318)        
remote: Compressing objects:  66% (210/318)        
remote: Compressing objects:  67% (214/318)        
remote: Compressing objects:  68% (217/318)        
remote: Compressing objects:  69% (220/318)        
remote: Compressing objects:  70% (223/318)        
remote: Compressing objects:  71% (226/318)        
remote: Compressing objects:  72% (229/318)        
remote: Compressing objects:  73% (233/318)        
remote: Compressing objects:  74% (236/318)        
remote: Compressing objects:  75% (239/318)        
remote: Compressing objects:  76% (242/318)        
remote: Compressing objects:  77% (245/318)        
remote: Compressing objects:  78% (249/318)        
remote: Compressing objects:  79% (252/318)        
remote: Compressing objects:  80% (255/318)        
remote: Compressing objects:  81% (258/318)        
remote: Compressing objects:  82% (261/318)        
remote: Compressing objects:  83% (264/318)        
remote: Compressing objects:  84% (268/318)        
remote: Compressing objects:  85% (271/318)        
remote: Compressing objects:  86% (274/318)        
remote: Compressing objects:  87% (277/318)        
remote: Compressing objects:  88% (280/318)        
remote: Compressing objects:  89% (284/318)        
remote: Compressing objects:  90% (287/318)        
remote: Compressing objects:  91% (290/318)        
remote: Compressing objects:  92% (293/318)        
remote: Compressing objects:  93% (296/318)        
remote: Compressing objects:  94% (299/318)        
remote: Compressing objects:  95% (303/318)        
remote: Compressing objects:  96% (306/318)
Receiving objects:   0% (1/362)
Receiving objects:   1% (4/362)
Receiving objects:   2% (8/362)
Receiving objects:   3% (11/362)
Receiving objects:   4% (15/362)
Receiving objects:   5% (19/362)
Receiving obj
8000
ects:   6% (22/362)
Receiving objects:   7% (26/362)
Receiving objects:   8% (29/362)
Receiving objects:   9% (33/362)
Receiving objects:  10% (37/362)
Receiving objects:  11% (40/362)
Receiving objects:  12% (44/362)
Receiving objects:  13% (48/362)
Receiving objects:  14% (51/362)
Receiving objects:  15% (55/362)
Receiving objects:  16% (58/362)
Receiving objects:  17% (62/362)
Receiving objects:  18% (66/362)
Receiving objects:  19% (69/362)
Receiving objects:  20% (73/362)
Receiving objects:  21% (77/362)
Receiving objects:  22% (80/362)
Receiving objects:  23% (84/362)
Receiving objects:  24% (87/362)
Receiving objects:  25% (91/362)
Receiving objects:  26% (95/362)
Receiving objects:  27% (98/362)
Receiving objects:  28% (102/362)
Receiving objects:  29% (105/362)
Receiving objects:  30% (109/362)
Receiving objects:  31% (113/362)
Receiving objects:  32% (116/362)
Receiving objects:  33% (120/362)
Receiving objects:  34% (124/362)
Receiving objects:  35% (127/362)
Receiving objects:  36% (131/362)
Receiving objects:  37% (134/362)
Receiving objects:  38% (138/362)
Receiving objects:  39% (142/362)
Receiving objects:  40% (145/362)
Receiving objects:  41% (149/362)
Receiving objects:  42% (153/362)
Receiving objects:  43% (156/362)
Receiving objects:  44% (160/362)
Receiving objects:  45% (163/362)
Receiving objects:  46% (167/362)
Receiving objects:  47% (171/362)
Receiving objects:  48% (174/362)
Receiving objects:  49% (178/362)
Receiving objects:  50% (181/362)
Receiving objects:  51% (185/362)
Receiving objects:  52% (189/362)
Receiving objects:  53% (192/362)
Receiving objects:  54% (196/362)
Receiving objects:  55% (200/362)
Receiving objects:  56% (203/362)
Receiving objects:  57% (207/362)
Receiving objects:  58% (210/362)
Receiving objects:  59% (214/362)
Receiving objects:  60% (218/362)
Receiving objects:  61% (221/362)
Receiving objects:  62% (225/362)
Receiving objects:  63% (229/362)
Receiving objects:  64% (232/362)
Receiving objects:  65% (236/362)
Receiving objects:  66% (239/362)
Receiving objects:  67% (243/362)
Receiving objects:  68% (247/362)
Receiving objects:  69% (250/362)
Receiving objects:  70% (254/362)
Receiving objects:  71% (258/362)
Receiving objects:  72% (261/362)
Receiving objects:  73% (265/362)
Receiving objects:  74% (268/362)
Receiving objects:  75% (272/362)
Receiving objects:  76% (276/362)
Receiving objects:  77% (279/362)
Receiving objects:  78% (283/362)
Receiving objects:  79% (286/362)
Receiving objects:  80% (290/362)
Receiving objects:  81% (294/362)
Receiving objects:  82% (297/362)
Receiving objects:  83% (301/362)
Receiving objects:  84% (305/362)
Receiving objects:  85% (308/362)
Receiving objects:  86% (312/362)
Receiving objects:  87% (315/362)
Receiving objects:  88% (319/362)
Receiving objects:  89% (323/362)
Receiving objects:  90% (326/362)
Receiving objects:  91% (330/362)
Receiving objects:  92% (334/362)
Receiving objects:  93% (337/362)
Receiving objects:  94% (341/362)
remote: Total 362 (delta 197), reused 103 (delta 23), pack-reused 0        
Receiving objects:  95% (344/362)
Receiving objects:  96% (348/362)
Receiving objects:  97% (352/362)
Receiving objects:  98% (355/362)
Receiving objects:  99% (359/362)
Receiving objects: 100% (362/362)
Receiving objects: 100% (362/362), 1.17 MiB | 6.50 MiB/s, done.
Resolving deltas:   0% (0/197)
Resolving deltas:   1% (2/197)
Resolving deltas:   2% (4/197)
Resolving deltas:   3% (7/197)
Resolving deltas:   4% (8/197)
Resolving deltas:   6% (12/197)
Resolving deltas:   7% (14/197)
Resolving deltas:   8% (16/197)
Resolving deltas:   9% (18/197)
Resolving deltas:  10% (20/197)
Resolving deltas:  11% (23/197)
Resolving deltas:  12% (25/197)
Resolving deltas:  13% (26/197)
Resolving deltas:  16% (32/197)
Resolving deltas:  17% (34/197)
Resolving deltas:  18% (37/197)
Resolving deltas:  19% (38/197)
Resolving deltas:  20% (41/197)
Resolving deltas:  21% (42/197)
Resolving deltas:  22% (44/197)
Resolving deltas:  23% (46/197)
Resolving deltas:  24% (48/197)
Resolving deltas:  25% (50/197)
Resolving deltas:  26% (52/197)
Resolving deltas:  27% (54/197)
Resolving deltas:  28% (56/197)
Resolving deltas:  29% (59/197)
Resolving deltas:  30% (60/197)
Resolving deltas:  31% (62/197)
Resolving deltas:  32% (64/197)
Resolving deltas:  33% (66/197)
Resolving deltas:  34% (67/197)
Resolving deltas:  35% (69/197)
Resolving deltas:  37% (73/197)
Resolving deltas:  38% (75/197)
Resolving deltas:  39% (77/197)
Resolving deltas:  40% (79/197)
Resolving deltas:  41% (81/197)
Resolving deltas:  42% (83/197)
Resolving deltas:  43% (85/197)
Resolving deltas:  44% (87/197)
Resolving deltas:  45% (89/197)
Resolving deltas:  46% (91/197)
Resolving deltas:  47% (93/197)
Resolving deltas:  48% (95/197)
Resolving deltas:  49% (97/197)
Resolving deltas:  50% (99/197)
Resolving deltas:  52% (103/197)
Resolving deltas:  54% (107/197)
Resolving deltas:  55% (109/197)
Resolving deltas:  56% (111/197)
Resolving deltas:  57% (113/197)
Resolving deltas:  58% (115/197)
Resolving deltas:  59% (117/197)
Resolving deltas:  60% (119/197)
Resolving deltas:  61% (121/197)
Resolving deltas:  63% (125/197)
Resolving deltas:  64% (127/197)
Resolving deltas:  67% (132/197)
Resolving deltas:  68% (134/197)
Resolving deltas:  69% (136/197)
Resolving deltas:  70% (138/197)
Resolving deltas:  71% (140/197)
Resolving deltas:  72% (142/197)
Resolving deltas:  73% (144/197)
Resolving deltas:  74% (146/197)
Resolving deltas:  75% (148/197)
Resolving deltas:  76% (150/197)
Resolving deltas:  77% (152/197)
Resolving deltas:  78% (154/197)
Resolving deltas:  79% (156/197)
Resolving deltas:  80% (158/197)
Resolving deltas:  81% (160/197)
Resolving deltas:  82% (163/197)
Resolving deltas:  83% (164/197)
Resolving deltas:  84% (166/197)
Resolving deltas:  85% (168/197)
Resolving deltas:  86% (170/197)
Resolving deltas:  87% (172/197)
Resolving deltas:  88% (174/197)
Resolving deltas:  89% (176/197)
Resolving deltas:  90% (178/197)
Resolving deltas:  91% (180/197)
Resolving deltas:  92% (183/197)
Resolving deltas:  93% (184/197)
Resolving deltas:  94% (186/197)
Resolving deltas:  95% (188/197)
Resolving deltas:  96% (190/197)
Resolving deltas:  97% (192/197)
Resolving deltas:  98% (194/197)
Resolving deltas:  99% (196/197)
Resolving deltas: 100% (197/197)
Resolving deltas: 100% (197/197), completed with 152 local objects.
From ssh://github.com/facebook/zstd
 * branch            aec56a52fbab207fc639a1937d1e708a282edca8 -> FETCH_HEAD
Submodule path 'third_party/zstd': checked out 'aec56a52fbab207fc639a1937d1e708a282edca8'
Failed to recurse into submodule path 'third_party/protobuf'


Exited with code exit status 1


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.

dgl-intel pushed a commit to dgl-intel/pytorch that referenced this pull request Apr 29, 2021
@peterbell10 peterbell10 requested a review from mruberry April 29, 2021 16:38
peterbell10 added a commit to peterbell10/pytorch that referenced this pull request May 4, 2021
jasperzhong pushed a commit to jasperzhong/swift that referenced this pull request Nov 25, 2021
Fixes gh-56627

ghstack-source-id: bf7f56d
Pull Request resolved: pytorch/pytorch#57281
@pytorchbot
Copy link
Collaborator

Looks like this PR hasn't been updated in a while so we're going to go ahead and mark this as Stale.
Feel free to remove the Stale label if you feel this was a mistake.
If you are unable to remove the Stale label please contact a maintainer in order to do so.
Stale pull requests will automatically be closed 30 days after being marked Stale

@facebook-github-bot facebook-github-bot deleted the gh/peterbell10/66/head branch May 12, 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.

3 participants
0