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

Split out RegisterDispatchKey to its own file #51508

Closed
wants to merge 2 commits into from

Conversation

ezyang
Copy link
Contributor

@ezyang ezyang commented Feb 1, 2021

Stack from ghstack:

No substantive changes. The codegen for this file was getting a
bit long so I moved it off into tools.codegen.dest submodule (I
wanted to do tools.codegen.gen but that conflicts with the existing
module; oy vey!) To do this I had to move some other functions around
so that they were more generally accessible. Otherwise
self-explanatory.

Signed-off-by: Edward Z. Yang ezyang@fb.com

Differential Revision: D26187856

No substantive changes.  The codegen for this file was getting a
bit long so I moved it off into tools.codegen.dest submodule (I
wanted to do tools.codegen.gen but that conflicts with the existing
module; oy vey!)  To do this I had to move some other functions around
so that they were more generally accessible.  Otherwise
self-explanatory.

Signed-off-by: Edward Z. Yang <ezyang@fb.com>

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

facebook-github-bot commented Feb 1, 2021

💊 CI failures summary and remediations

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


  • 26/26 failures possibly* introduced in this PR
    • 1/26 non-CircleCI failure(s)

🕵️ 25 new failures recognized by patterns

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

See CircleCI build docker-pytorch-linux-bionic-rocm3.9-py3.6 (1/25)

Step: "Check if image should be built" (full log | diagnosis details | 🔁 rerun)

ERROR: Something has gone wrong and the previous image isn't available for the merge-base of your branch
+ docker manifest inspect 308535385114.dkr.ecr.us-east-1.amazonaws.com/pytorch/pytorch-linux-bionic-rocm3.9-py3.6:4c4be62f15888edf4ff2e27e837772676c4da8f4
no such manifest: 308535385114.dkr.ecr.us-east-1.amazonaws.com/pytorch/pytorch-linux-bionic-rocm3.9-py3.6:4c4be62f15888edf4ff2e27e837772676c4da8f4
++ git merge-base HEAD deabd2ad41e0ad31d8e52d42834490c6d37b9254
+ git rev-parse deabd2ad41e0ad31d8e52d42834490c6d37b9254:.circleci/docker
4c4be62f15888edf4ff2e27e837772676c4da8f4
+++ git merge-base HEAD deabd2ad41e0ad31d8e52d42834490c6d37b9254
++ git rev-parse deabd2ad41e0ad31d8e52d42834490c6d37b9254:.circleci/docker
+ PREVIOUS_DOCKER_TAG=4c4be62f15888edf4ff2e27e837772676c4da8f4
+ [[ 4c4be62f15888edf4ff2e27e837772676c4da8f4 = \4\c\4\b\e\6\2\f\1\5\8\8\8\e\d\f\4\f\f\2\e\2\7\e\8\3\7\7\7\2\6\7\6\c\4\d\a\8\f\4 ]]
+ echo 'ERROR: Something has gone wrong and the previous image isn'\''t available for the merge-base of your branch'
ERROR: Something has gone wrong and the previous image isn't available for the merge-base of your branch
+ echo '       contact the PyTorch team to restore the original images'
       contact the PyTorch team to restore the original images
+ exit 1


Exited with code exit status 1

See CircleCI build docker-pytorch-linux-xenial-cuda10.1-cudnn7-py3-gcc7 (2/25)

Step: "Check if image should be built" (full log | diagnosis details | 🔁 rerun)

ERROR: Something has gone wrong and the previous image isn't available for the merge-base of your branch
+ docker manifest inspect 308535385114.dkr.ecr.us-east-1.amazonaws.com/pytorch/pytorch-linux-xenial-cuda10.1-cudnn7-py3-gcc7:4c4be62f15888edf4ff2e27e837772676c4da8f4
no such manifest: 308535385114.dkr.ecr.us-east-1.amazonaws.com/pytorch/pytorch-linux-xenial-cuda10.1-cudnn7-py3-gcc7:4c4be62f15888edf4ff2e27e837772676c4da8f4
++ git merge-base HEAD deabd2ad41e0ad31d8e52d42834490c6d37b9254
+ git rev-parse deabd2ad41e0ad31d8e52d42834490c6d37b9254:.circleci/docker
4c4be62f15888edf4ff2e27e837772676c4da8f4
+++ git merge-base HEAD deabd2ad41e0ad31d8e52d42834490c6d37b9254
++ git rev-parse deabd2ad41e0ad31d8e52d42834490c6d37b9254:.circleci/docker
+ PREVIOUS_DOCKER_TAG=4c4be62f15888edf4ff2e27e837772676c4da8f4
+ [[ 4c4be62f15888edf4ff2e27e837772676c4da8f4 = \4\c\4\b\e\6\2\f\1\5\8\8\8\e\d\f\4\f\f\2\e\2\7\e\8\3\7\7\7\2\6\7\6\c\4\d\a\8\f\4 ]]
+ echo 'ERROR: Something has gone wrong and the previous image isn'\''t available for the merge-base of your branch'
ERROR: Something has gone wrong and the previous image isn't available for the merge-base of your branch
+ echo '       contact the PyTorch team to restore the original images'
       contact the PyTorch team to restore the original images
+ exit 1


Exited with code exit status 1

See CircleCI build docker-pytorch-linux-bionic-cuda11.1-cudnn8-py3.8-gcc9 (3/25)

Step: "Check if image should be built" (full log | diagnosis details | 🔁 rerun)

ERROR: Something has gone wrong and the previous image isn't available for the merge-base of your branch
+ docker manifest inspect 308535385114.dkr.ecr.us-east-1.amazonaws.com/pytorch/pytorch-linux-bionic-cuda11.1-cudnn8-py3.8-gcc9:4c4be62f15888edf4ff2e27e837772676c4da8f4
no such manifest: 308535385114.dkr.ecr.us-east-1.amazonaws.com/pytorch/pytorch-linux-bionic-cuda11.1-cudnn8-py3.8-gcc9:4c4be62f15888edf4ff2e27e837772676c4da8f4
++ git merge-base HEAD deabd2ad41e0ad31d8e52d42834490c6d37b9254
+ git rev-parse deabd2ad41e0ad31d8e52d42834490c6d37b9254:.circleci/docker
4c4be62f15888edf4ff2e27e837772676c4da8f4
+++ git merge-base HEAD deabd2ad41e0ad31d8e52d42834490c6d37b9254
++ git rev-parse deabd2ad41e0ad31d8e52d42834490c6d37b9254:.circleci/docker
+ PREVIOUS_DOCKER_TAG=4c4be62f15888edf4ff2e27e837772676c4da8f4
+ [[ 4c4be62f15888edf4ff2e27e837772676c4da8f4 = \4\c\4\b\e\6\2\f\1\5\8\8\8\e\d\f\4\f\f\2\e\2\7\e\8\3\7\7\7\2\6\7\6\c\4\d\a\8\f\4 ]]
+ echo 'ERROR: Something has gone wrong and the previous image isn'\''t available for the merge-base of your branch'
ERROR: Something has gone wrong and the previous image isn't available for the merge-base of your branch
+ echo '       contact the PyTorch team to restore the original images'
       contact the PyTorch team to restore the original images
+ exit 1


Exited with code exit status 1

See CircleCI build docker-pytorch-linux-xenial-py3.6-gcc7.2 (4/25)

Step: "Check if image should be built" (full log | diagnosis details | 🔁 rerun)

ERROR: Something has gone wrong and the previous image isn't available for the merge-base of your branch
+ docker manifest inspect 308535385114.dkr.ecr.us-east-1.amazonaws.com/pytorch/pytorch-linux-xenial-py3.6-gcc7.2:4c4be62f15888edf4ff2e27e837772676c4da8f4
no such manifest: 308535385114.dkr.ecr.us-east-1.amazonaws.com/pytorch/pytorch-linux-xenial-py3.6-gcc7.2:4c4be62f15888edf4ff2e27e837772676c4da8f4
++ git merge-base HEAD deabd2ad41e0ad31d8e52d42834490c6d37b9254
+ git rev-parse deabd2ad41e0ad31d8e52d42834490c6d37b9254:.circleci/docker
4c4be62f15888edf4ff2e27e837772676c4da8f4
+++ git merge-base HEAD deabd2ad41e0ad31d8e52d42834490c6d37b9254
++ git rev-parse deabd2ad41e0ad31d8e52d42834490c6d37b9254:.circleci/docker
+ PREVIOUS_DOCKER_TAG=4c4be62f15888edf4ff2e27e837772676c4da8f4
+ [[ 4c4be62f15888edf4ff2e27e837772676c4da8f4 = \4\c\4\b\e\6\2\f\1\5\8\8\8\e\d\f\4\f\f\2\e\2\7\e\8\3\7\7\7\2\6\7\6\c\4\d\a\8\f\4 ]]
+ echo 'ERROR: Something has gone wrong and the previous image isn'\''t available for the merge-base of your branch'
ERROR: Something has gone wrong and the previous image isn't available for the merge-base of your branch
+ echo '       contact the PyTorch team to restore the original images'
       contact the PyTorch team to restore the original images
+ exit 1


Exited with code exit status 1

See CircleCI build docker-pytorch-linux-bionic-cuda10.2-cudnn7-py3.8-gcc9 (5/25)

Step: "Check if image should be built" (full log | diagnosis details | 🔁 rerun)

ERROR: Something has gone wrong and the previous image isn't available for the merge-base of your branch
+ docker manifest inspect 308535385114.dkr.ecr.us-east-1.amazonaws.com/pytorch/pytorch-linux-bionic-cuda10.2-cudnn7-py3.8-gcc9:4c4be62f15888edf4ff2e27e837772676c4da8f4
no such manifest: 308535385114.dkr.ecr.us-east-1.amazonaws.com/pytorch/pytorch-linux-bionic-cuda10.2-cudnn7-py3.8-gcc9:4c4be62f15888edf4ff2e27e837772676c4da8f4
++ git merge-base HEAD deabd2ad41e0ad31d8e52d42834490c6d37b9254
+ git rev-parse deabd2ad41e0ad31d8e52d42834490c6d37b9254:.circleci/docker
4c4be62f15888edf4ff2e27e837772676c4da8f4
+++ git merge-base HEAD deabd2ad41e0ad31d8e52d42834490c6d37b9254
++ git rev-parse deabd2ad41e0ad31d8e52d42834490c6d37b9254:.circleci/docker
+ PREVIOUS_DOCKER_TAG=4c4be62f15888edf4ff2e27e837772676c4da8f4
+ [[ 4c4be62f15888edf4ff2e27e837772676c4da8f4 = \4\c\4\b\e\6\2\f\1\5\8\8\8\e\d\f\4\f\f\2\e\2\7\e\8\3\7\7\7\2\6\7\6\c\4\d\a\8\f\4 ]]
+ echo 'ERROR: Something has gone wrong and the previous image isn'\''t available for the merge-base of your branch'
ERROR: Something has gone wrong and the previous image isn't available for the merge-base of your branch
+ echo '       contact the PyTorch team to restore the original images'
       contact the PyTorch team to restore the original images
+ exit 1


Exited with code exit status 1

See CircleCI build docker-pytorch-linux-bionic-cuda10.2-cudnn7-py3.6-clang9 (6/25)

Step: "Check if image should be built" (full log | diagnosis details | 🔁 rerun)

ERROR: Something has gone wrong and the previous image isn't available for the merge-base of your branch
+ docker manifest inspect 308535385114.dkr.ecr.us-east-1.amazonaws.com/pytorch/pytorch-linux-bionic-cuda10.2-cudnn7-py3.6-clang9:4c4be62f15888edf4ff2e27e837772676c4da8f4
no such manifest: 308535385114.dkr.ecr.us-east-1.amazonaws.com/pytorch/pytorch-linux-bionic-cuda10.2-cudnn7-py3.6-clang9:4c4be62f15888edf4ff2e27e837772676c4da8f4
++ git merge-base HEAD deabd2ad41e0ad31d8e52d42834490c6d37b9254
+ git rev-parse deabd2ad41e0ad31d8e52d42834490c6d37b9254:.circleci/docker
4c4be62f15888edf4ff2e27e837772676c4da8f4
+++ git merge-base HEAD deabd2ad41e0ad31d8e52d42834490c6d37b9254
++ git rev-parse deabd2ad41e0ad31d8e52d42834490c6d37b9254:.circleci/docker
+ PREVIOUS_DOCKER_TAG=4c4be62f15888edf4ff2e27e837772676c4da8f4
+ [[ 4c4be62f15888edf4ff2e27e837772676c4da8f4 = \4\c\4\b\e\6\2\f\1\5\8\8\8\e\d\f\4\f\f\2\e\2\7\e\8\3\7\7\7\2\6\7\6\c\4\d\a\8\f\4 ]]
+ echo 'ERROR: Something has gone wrong and the previous image isn'\''t available for the merge-base of your branch'
ERROR: Something has gone wrong and the previous image isn't available for the merge-base of your branch
+ echo '       contact the PyTorch team to restore the original images'
       contact the PyTorch team to restore the original images
+ exit 1


Exited with code exit status 1

See CircleCI build docker-pytorch-linux-bionic-py3.6-clang9 (7/25)

Step: "Check if image should be built" (full log | diagnosis details | 🔁 rerun)

ERROR: Something has gone wrong and the previous image isn't available for the merge-base of your branch
+ docker manifest inspect 308535385114.dkr.ecr.us-east-1.amazonaws.com/pytorch/pytorch-linux-bionic-py3.6-clang9:4c4be62f15888edf4ff2e27e837772676c4da8f4
no such manifest: 308535385114.dkr.ecr.us-east-1.amazonaws.com/pytorch/pytorch-linux-bionic-py3.6-clang9:4c4be62f15888edf4ff2e27e837772676c4da8f4
++ git merge-base HEAD deabd2ad41e0ad31d8e52d42834490c6d37b9254
+ git rev-parse deabd2ad41e0ad31d8e52d42834490c6d37b9254:.circleci/docker
4c4be62f15888edf4ff2e27e837772676c4da8f4
+++ git merge-base HEAD deabd2ad41e0ad31d8e52d42834490c6d37b9254
++ git rev-parse deabd2ad41e0ad31d8e52d42834490c6d37b9254:.circleci/docker
+ PREVIOUS_DOCKER_TAG=4c4be62f15888edf4ff2e27e837772676c4da8f4
+ [[ 4c4be62f15888edf4ff2e27e837772676c4da8f4 = \4\c\4\b\e\6\2\f\1\5\8\8\8\e\d\f\4\f\f\2\e\2\7\e\8\3\7\7\7\2\6\7\6\c\4\d\a\8\f\4 ]]
+ echo 'ERROR: Something has gone wrong and the previous image isn'\''t available for the merge-base of your branch'
ERROR: Something has gone wrong and the previous image isn't available for the merge-base of your branch
+ echo '       contact the PyTorch team to restore the original images'
       contact the PyTorch team to restore the original images
+ exit 1


Exited with code exit status 1

See CircleCI build docker-pytorch-linux-xenial-cuda9.2-cudnn7-py3-gcc7 (8/25)

Step: "Check if image should be built" (full log | diagnosis details | 🔁 rerun)

ERROR: Something has gone wrong and the previous image isn't available for the merge-base of your branch
+ docker manifest inspect 308535385114.dkr.ecr.us-east-1.amazonaws.com/pytorch/pytorch-linux-xenial-cuda9.2-cudnn7-py3-gcc7:4c4be62f15888edf4ff2e27e837772676c4da8f4
no such manifest: 308535385114.dkr.ecr.us-east-1.amazonaws.com/pytorch/pytorch-linux-xenial-cuda9.2-cudnn7-py3-gcc7:4c4be62f15888edf4ff2e27e837772676c4da8f4
++ git merge-base HEAD deabd2ad41e0ad31d8e52d42834490c6d37b9254
+ git rev-parse deabd2ad41e0ad31d8e52d42834490c6d37b9254:.circleci/docker
4c4be62f15888edf4ff2e27e837772676c4da8f4
+++ git merge-base HEAD deabd2ad41e0ad31d8e52d42834490c6d37b9254
++ git rev-parse deabd2ad41e0ad31d8e52d42834490c6d37b9254:.circleci/docker
+ PREVIOUS_DOCKER_TAG=4c4be62f15888edf4ff2e27e837772676c4da8f4
+ [[ 4c4be62f15888edf4ff2e27e837772676c4da8f4 = \4\c\4\b\e\6\2\f\1\5\8\8\8\e\d\f\4\f\f\2\e\2\7\e\8\3\7\7\7\2\6\7\6\c\4\d\a\8\f\4 ]]
+ echo 'ERROR: Something has gone wrong and the previous image isn'\''t available for the merge-base of your branch'
ERROR: Something has gone wrong and the previous image isn't available for the merge-base of your branch
+ echo '       contact the PyTorch team to restore the original images'
       contact the PyTorch team to restore the original images
+ exit 1


Exited with code exit status 1

See CircleCI build docker-pytorch-linux-bionic-cuda11.0-cudnn8-py3.6-gcc9 (9/25)

Step: "Check if image should be built" (full log | diagnosis details | 🔁 rerun)

ERROR: Something has gone wrong and the previous image isn't available for the merge-base of your branch
+ docker manifest inspect 308535385114.dkr.ecr.us-east-1.amazonaws.com/pytorch/pytorch-linux-bionic-cuda11.0-cudnn8-py3.6-gcc9:4c4be62f15888edf4ff2e27e837772676c4da8f4
no such manifest: 308535385114.dkr.ecr.us-east-1.amazonaws.com/pytorch/pytorch-linux-bionic-cuda11.0-cudnn8-py3.6-gcc9:4c4be62f15888edf4ff2e27e837772676c4da8f4
++ git merge-base HEAD deabd2ad41e0ad31d8e52d42834490c6d37b9254
+ git rev-parse deabd2ad41e0ad31d8e52d42834490c6d37b9254:.circleci/docker
4c4be62f15888edf4ff2e27e837772676c4da8f4
+++ git merge-base HEAD deabd2ad41e0ad31d8e52d42834490c6d37b9254
++ git rev-parse deabd2ad41e0ad31d8e52d42834490c6d37b9254:.circleci/docker
+ PREVIOUS_DOCKER_TAG=4c4be62f15888edf4ff2e27e837772676c4da8f4
+ [[ 4c4be62f15888edf4ff2e27e837772676c4da8f4 = \4\c\4\b\e\6\2\f\1\5\8\8\8\e\d\f\4\f\f\2\e\2\7\e\8\3\7\7\7\2\6\7\6\c\4\d\a\8\f\4 ]]
+ echo 'ERROR: Something has gone wrong and the previous image isn'\''t available for the merge-base of your branch'
ERROR: Something has gone wrong and the previous image isn't available for the merge-base of your branch
+ echo '       contact the PyTorch team to restore the original images'
       contact the PyTorch team to restore the original images
+ exit 1


Exited with code exit status 1

See CircleCI build docker-pytorch-linux-bionic-cuda11.1-cudnn8-py3.6-gcc9 (10/25)

Step: "Check if image should be built" (full log | diagnosis details | 🔁 rerun)

ERROR: Something has gone wrong and the previous image isn't available for the merge-base of your branch
+ docker manifest inspect 308535385114.dkr.ecr.us-east-1.amazonaws.com/pytorch/pytorch-linux-bionic-cuda11.1-cudnn8-py3.6-gcc9:4c4be62f15888edf4ff2e27e837772676c4da8f4
no such manifest: 308535385114.dkr.ecr.us-east-1.amazonaws.com/pytorch/pytorch-linux-bionic-cuda11.1-cudnn8-py3.6-gcc9:4c4be62f15888edf4ff2e27e837772676c4da8f4
++ git merge-base HEAD deabd2ad41e0ad31d8e52d42834490c6d37b9254
+ git rev-parse deabd2ad41e0ad31d8e52d42834490c6d37b9254:.circleci/docker
4c4be62f15888edf4ff2e27e837772676c4da8f4
+++ git merge-base HEAD deabd2ad41e0ad31d8e52d42834490c6d37b9254
++ git rev-parse deabd2ad41e0ad31d8e52d42834490c6d37b9254:.circleci/docker
+ PREVIOUS_DOCKER_TAG=4c4be62f15888edf4ff2e27e837772676c4da8f4
+ [[ 4c4be62f15888edf4ff2e27e837772676c4da8f4 = \4\c\4\b\e\6\2\f\1\5\8\8\8\e\d\f\4\f\f\2\e\2\7\e\8\3\7\7\7\2\6\7\6\c\4\d\a\8\f\4 ]]
+ echo 'ERROR: Something has gone wrong and the previous image isn'\''t available for the merge-base of your branch'
ERROR: Something has gone wrong and the previous image isn't available for the merge-base of your branch
+ echo '       contact the PyTorch team to restore the original images'
       contact the PyTorch team to restore the original images
+ exit 1


Exited with code exit status 1

See CircleCI build docker-pytorch-linux-xenial-cuda10.2-cudnn7-py3-gcc7 (11/25)

Step: "Check if image should be built" (full log | diagnosis details | 🔁 rerun)

ERROR: Something has gone wrong and the previous image isn't available for the merge-base of your branch
+ docker manifest inspect 308535385114.dkr.ecr.us-east-1.amazonaws.com/pytorch/pytorch-linux-xenial-cuda10.2-cudnn7-py3-gcc7:4c4be62f15888edf4ff2e27e837772676c4da8f4
no such manifest: 308535385114.dkr.ecr.us-east-1.amazonaws.com/pytorch/pytorch-linux-xenial-cuda10.2-cudnn7-py3-gcc7:4c4be62f15888edf4ff2e27e837772676c4da8f4
++ git merge-base HEAD deabd2ad41e0ad31d8e52d42834490c6d37b9254
+ git rev-parse deabd2ad41e0ad31d8e52d42834490c6d37b9254:.circleci/docker
4c4be62f15888edf4ff2e27e837772676c4da8f4
+++ git merge-base HEAD deabd2ad41e0ad31d8e52d42834490c6d37b9254
++ git rev-parse deabd2ad41e0ad31d8e52d42834490c6d37b9254:.circleci/docker
+ PREVIOUS_DOCKER_TAG=4c4be62f15888edf4ff2e27e837772676c4da8f4
+ [[ 4c4be62f15888edf4ff2e27e837772676c4da8f4 = \4\c\4\b\e\6\2\f\1\5\8\8\8\e\d\f\4\f\f\2\e\2\7\e\8\3\7\7\7\2\6\7\6\c\4\d\a\8\f\4 ]]
+ echo 'ERROR: Something has gone wrong and the previous image isn'\''t available for the merge-base of your branch'
ERROR: Something has gone wrong and the previous image isn't available for the merge-base of your branch
+ echo '       contact the PyTorch team to restore the original images'
       contact the PyTorch team to restore the original images
+ exit 1


Exited with code exit status 1

See CircleCI build docker-pytorch-linux-bionic-cuda11.0-cudnn8-py3.8-gcc9 (12/25)

Step: "Check if image should be built" (full log | diagnosis details | 🔁 rerun)

ERROR: Something has gone wrong and the previous image isn't available for the merge-base of your branch
+ docker manifest inspect 308535385114.dkr.ecr.us-east-1.amazonaws.com/pytorch/pytorch-linux-bionic-cuda11.0-cudnn8-py3.8-gcc9:4c4be62f15888edf4ff2e27e837772676c4da8f4
no such manifest: 308535385114.dkr.ecr.us-east-1.amazonaws.com/pytorch/pytorch-linux-bionic-cuda11.0-cudnn8-py3.8-gcc9:4c4be62f15888edf4ff2e27e837772676c4da8f4
++ git merge-base HEAD deabd2ad41e0ad31d8e52d42834490c6d37b9254
+ git rev-parse deabd2ad41e0ad31d8e52d42834490c6d37b9254:.circleci/docker
4c4be62f15888edf4ff2e27e837772676c4da8f4
+++ git merge-base HEAD deabd2ad41e0ad31d8e52d42834490c6d37b9254
++ git rev-parse deabd2ad41e0ad31d8e52d42834490c6d37b9254:.circleci/docker
+ PREVIOUS_DOCKER_TAG=4c4be62f15888edf4ff2e27e837772676c4da8f4
+ [[ 4c4be62f15888edf4ff2e27e837772676c4da8f4 = \4\c\4\b\e\6\2\f\1\5\8\8\8\e\d\f\4\f\f\2\e\2\7\e\8\3\7\7\7\2\6\7\6\c\4\d\a\8\f\4 ]]
+ echo 'ERROR: Something has gone wrong and the previous image isn'\''t available for the merge-base of your branch'
ERROR: Something has gone wrong and the previous image isn't available for the merge-base of your branch
+ echo '       contact the PyTorch team to restore the original images'
       contact the PyTorch team to restore the original images
+ exit 1


Exited with code exit status 1

See CircleCI build docker-pytorch-linux-xenial-py3.6-clang7 (13/25)

Step: "Check if image should be built" (full log | diagnosis details | 🔁 rerun)

ERROR: Something has gone wrong and the previous image isn't available for the merge-base of your branch
+ docker manifest inspect 308535385114.dkr.ecr.us-east-1.amazonaws.com/pytorch/pytorch-linux-xenial-py3.6-clang7:4c4be62f15888edf4ff2e27e837772676c4da8f4
no such manifest: 308535385114.dkr.ecr.us-east-1.amazonaws.com/pytorch/pytorch-linux-xenial-py3.6-clang7:4c4be62f15888edf4ff2e27e837772676c4da8f4
++ git merge-base HEAD deabd2ad41e0ad31d8e52d42834490c6d37b9254
+ git rev-parse deabd2ad41e0ad31d8e52d42834490c6d37b9254:.circleci/docker
4c4be62f15888edf4ff2e27e837772676c4da8f4
+++ git merge-base HEAD deabd2ad41e0ad31d8e52d42834490c6d37b9254
++ git rev-parse deabd2ad41e0ad31d8e52d42834490c6d37b9254:.circleci/docker
+ PREVIOUS_DOCKER_TAG=4c4be62f15888edf4ff2e27e837772676c4da8f4
+ [[ 4c4be62f15888edf4ff2e27e837772676c4da8f4 = \4\c\4\b\e\6\2\f\1\5\8\8\8\e\d\f\4\f\f\2\e\2\7\e\8\3\7\7\7\2\6\7\6\c\4\d\a\8\f\4 ]]
+ echo 'ERROR: Something has gone wrong and the previous image isn'\''t available for the merge-base of your branch'
ERROR: Something has gone wrong and the previous image isn't available for the merge-base of your branch
+ echo '       contact the PyTorch team to restore the original images'
       contact the PyTorch team to restore the original images
+ exit 1


Exited with code exit status 1

See CircleCI build docker-pytorch-linux-xenial-cuda11.0-cudnn8-py3-gcc7 (14/25)

Step: "Check if image should be built" (full log | diagnosis details | 🔁 rerun)

ERROR: Something has gone wrong and the previous image isn't available for the merge-base of your branch
+ docker manifest inspect 308535385114.dkr.ecr.us-east-1.amazonaws.com/pytorch/pytorch-linux-xenial-cuda11.0-cudnn8-py3-gcc7:4c4be62f15888edf4ff2e27e837772676c4da8f4
no such manifest: 308535385114.dkr.ecr.us-east-1.amazonaws.com/pytorch/pytorch-linux-xenial-cuda11.0-cudnn8-py3-gcc7:4c4be62f15888edf4ff2e27e837772676c4da8f4
++ git merge-base HEAD deabd2ad41e0ad31d8e52d42834490c6d37b9254
+ git rev-parse deabd2ad41e0ad31d8e52d42834490c6d37b9254:.circleci/docker
4c4be62f15888edf4ff2e27e837772676c4da8f4
+++ git merge-base HEAD deabd2ad41e0ad31d8e52d42834490c6d37b9254
++ git rev-parse deabd2ad41e0ad31d8e52d42834490c6d37b9254:.circleci/docker
+ PREVIOUS_DOCKER_TAG=4c4be62f15888edf4ff2e27e837772676c4da8f4
+ [[ 4c4be62f15888edf4ff2e27e837772676c4da8f4 = \4\c\4\b\e\6\2\f\1\5\8\8\8\e\d\f\4\f\f\2\e\2\7\e\8\3\7\7\7\2\6\7\6\c\4\d\a\8\f\4 ]]
+ echo 'ERROR: Something has gone wrong and the previous image isn'\''t available for the merge-base of your branch'
ERROR: Something has gone wrong and the previous image isn't available for the merge-base of your branch
+ echo '       contact the PyTorch team to restore the original images'
       contact the PyTorch team to restore the original images
+ exit 1


Exited with code exit status 1

See CircleCI build docker-pytorch-linux-xenial-py3.6-gcc7 (15/25)

Step: "Check if image should be built" (full log | diagnosis details | 🔁 rerun)

ERROR: Something has gone wrong and the previous image isn't available for the merge-base of your branch
+ docker manifest inspect 308535385114.dkr.ecr.us-east-1.amazonaws.com/pytorch/pytorch-linux-xenial-py3.6-gcc7:4c4be62f15888edf4ff2e27e837772676c4da8f4
no such manifest: 308535385114.dkr.ecr.us-east-1.amazonaws.com/pytorch/pytorch-linux-xenial-py3.6-gcc7:4c4be62f15888edf4ff2e27e837772676c4da8f4
++ git merge-base HEAD deabd2ad41e0ad31d8e52d42834490c6d37b9254
+ git rev-parse deabd2ad41e0ad31d8e52d42834490c6d37b9254:.circleci/docker
4c4be62f15888edf4ff2e27e837772676c4da8f4
+++ git merge-base HEAD deabd2ad41e0ad31d8e52d42834490c6d37b9254
++ git rev-parse deabd2ad41e0ad31d8e52d42834490c6d37b9254:.circleci/docker
+ PREVIOUS_DOCKER_TAG=4c4be62f15888edf4ff2e27e837772676c4da8f4
+ [[ 4c4be62f15888edf4ff2e27e837772676c4da8f4 = \4\c\4\b\e\6\2\f\1\5\8\8\8\e\d\f\4\f\f\2\e\2\7\e\8\3\7\7\7\2\6\7\6\c\4\d\a\8\f\4 ]]
+ echo 'ERROR: Something has gone wrong and the previous image isn'\''t available for the merge-base of your branch'
ERROR: Something has gone wrong and the previous image isn't available for the merge-base of your branch
+ echo '       contact the PyTorch team to restore the original images'
       contact the PyTorch team to restore the original images
+ exit 1


Exited with code exit status 1

See CircleCI build docker-pytorch-linux-xenial-py3-clang5-asan (16/25)

Step: "Check if image should be built" (full log | diagnosis details | 🔁 rerun)

ERROR: Something has gone wrong and the previous image isn't available for the merge-base of your branch
+ docker manifest inspect 308535385114.dkr.ecr.us-east-1.amazonaws.com/pytorch/pytorch-linux-xenial-py3-clang5-asan:4c4be62f15888edf4ff2e27e837772676c4da8f4
no such manifest: 308535385114.dkr.ecr.us-east-1.amazonaws.com/pytorch/pytorch-linux-xenial-py3-clang5-asan:4c4be62f15888edf4ff2e27e837772676c4da8f4
++ git merge-base HEAD deabd2ad41e0ad31d8e52d42834490c6d37b9254
+ git rev-parse deabd2ad41e0ad31d8e52d42834490c6d37b9254:.circleci/docker
4c4be62f15888edf4ff2e27e837772676c4da8f4
+++ git merge-base HEAD deabd2ad41e0ad31d8e52d42834490c6d37b9254
++ git rev-parse deabd2ad41e0ad31d8e52d42834490c6d37b9254:.circleci/docker
+ PREVIOUS_DOCKER_TAG=4c4be62f15888edf4ff2e27e837772676c4da8f4
+ [[ 4c4be62f15888edf4ff2e27e837772676c4da8f4 = \4\c\4\b\e\6\2\f\1\5\8\8\8\e\d\f\4\f\f\2\e\2\7\e\8\3\7\7\7\2\6\7\6\c\4\d\a\8\f\4 ]]
+ echo 'ERROR: Something has gone wrong and the previous image isn'\''t available for the merge-base of your branch'
ERROR: Something has gone wrong and the previous image isn't available for the merge-base of your branch
+ echo '       contact the PyTorch team to restore the original images'
       contact the PyTorch team to restore the original images
+ exit 1


Exited with code exit status 1

See CircleCI build docker-pytorch-linux-xenial-py3.6-gcc5.4 (17/25)

Step: "Check if image should be built" (full log | diagnosis details | 🔁 rerun)

ERROR: Something has gone wrong and the previous image isn't available for the merge-base of your branch
+ docker manifest inspect 308535385114.dkr.ecr.us-east-1.amazonaws.com/pytorch/pytorch-linux-xenial-py3.6-gcc5.4:4c4be62f15888edf4ff2e27e837772676c4da8f4
no such manifest: 308535385114.dkr.ecr.us-east-1.amazonaws.com/pytorch/pytorch-linux-xenial-py3.6-gcc5.4:4c4be62f15888edf4ff2e27e837772676c4da8f4
++ git merge-base HEAD deabd2ad41e0ad31d8e52d42834490c6d37b9254
+ git rev-parse deabd2ad41e0ad31d8e52d42834490c6d37b9254:.circleci/docker
4c4be62f15888edf4ff2e27e837772676c4da8f4
+++ git merge-base HEAD deabd2ad41e0ad31d8e52d42834490c6d37b9254
++ git rev-parse deabd2ad41e0ad31d8e52d42834490c6d37b9254:.circleci/docker
+ PREVIOUS_DOCKER_TAG=4c4be62f15888edf4ff2e27e837772676c4da8f4
+ [[ 4c4be62f15888edf4ff2e27e837772676c4da8f4 = \4\c\4\b\e\6\2\f\1\5\8\8\8\e\d\f\4\f\f\2\e\2\7\e\8\3\7\7\7\2\6\7\6\c\4\d\a\8\f\4 ]]
+ echo 'ERROR: Something has gone wrong and the previous image isn'\''t available for the merge-base of your branch'
ERROR: Something has gone wrong and the previous image isn't available for the merge-base of your branch
+ echo '       contact the PyTorch team to restore the original images'
       contact the PyTorch team to restore the original images
+ exit 1


Exited with code exit status 1

See CircleCI build docker-pytorch-linux-xenial-cuda10-cudnn7-py3-gcc7 (18/25)

Step: "Check if image should be built" (full log | diagnosis details | 🔁 rerun)

ERROR: Something has gone wrong and the previous image isn't available for the merge-base of your branch
+ docker manifest inspect 308535385114.dkr.ecr.us-east-1.amazonaws.com/pytorch/pytorch-linux-xenial-cuda10-cudnn7-py3-gcc7:4c4be62f15888edf4ff2e27e837772676c4da8f4
no such manifest: 308535385114.dkr.ecr.us-east-1.amazonaws.com/pytorch/pytorch-linux-xenial-cuda10-cudnn7-py3-gcc7:4c4be62f15888edf4ff2e27e837772676c4da8f4
++ git merge-base HEAD deabd2ad41e0ad31d8e52d42834490c6d37b9254
+ git rev-parse deabd2ad41e0ad31d8e52d42834490c6d37b9254:.circleci/docker
4c4be62f15888edf4ff2e27e837772676c4da8f4
+++ git merge-base HEAD deabd2ad41e0ad31d8e52d42834490c6d37b9254
++ git rev-parse deabd2ad41e0ad31d8e52d42834490c6d37b9254:.circleci/docker
+ PREVIOUS_DOCKER_TAG=4c4be62f15888edf4ff2e27e837772676c4da8f4
+ [[ 4c4be62f15888edf4ff2e27e837772676c4da8f4 = \4\c\4\b\e\6\2\f\1\5\8\8\8\e\d\f\4\f\f\2\e\2\7\e\8\3\7\7\7\2\6\7\6\c\4\d\a\8\f\4 ]]
+ echo 'ERROR: Something has gone wrong and the previous image isn'\''t available for the merge-base of your branch'
ERROR: Something has gone wrong and the previous image isn't available for the merge-base of your branch
+ echo '       contact the PyTorch team to restore the original images'
       contact the PyTorch team to restore the original images
+ exit 1


Exited with code exit status 1

See CircleCI build docker-pytorch-linux-xenial-cuda9.2-cudnn7-py3-gcc5.4 (19/25)

Step: "Check if image should be built" (full log | diagnosis details | 🔁 rerun)

ERROR: Something has gone wrong and the previous image isn't available for the merge-base of your branch
+ docker manifest inspect 308535385114.dkr.ecr.us-east-1.amazonaws.com/pytorch/pytorch-linux-xenial-cuda9.2-cudnn7-py3-gcc5.4:4c4be62f15888edf4ff2e27e837772676c4da8f4
no such manifest: 308535385114.dkr.ecr.us-east-1.amazonaws.com/pytorch/pytorch-linux-xenial-cuda9.2-cudnn7-py3-gcc5.4:4c4be62f15888edf4ff2e27e837772676c4da8f4
++ git merge-base HEAD deabd2ad41e0ad31d8e52d42834490c6d37b9254
+ git rev-parse deabd2ad41e0ad31d8e52d42834490c6d37b9254:.circleci/docker
4c4be62f15888edf4ff2e27e837772676c4da8f4
+++ git merge-base HEAD deabd2ad41e0ad31d8e52d42834490c6d37b9254
++ git rev-parse deabd2ad41e0ad31d8e52d42834490c6d37b9254:.circleci/docker
+ PREVIOUS_DOCKER_TAG=4c4be62f15888edf4ff2e27e837772676c4da8f4
+ [[ 4c4be62f15888edf4ff2e27e837772676c4da8f4 = \4\c\4\b\e\6\2\f\1\5\8\8\8\e\d\f\4\f\f\2\e\2\7\e\8\3\7\7\7\2\6\7\6\c\4\d\a\8\f\4 ]]
+ echo 'ERROR: Something has gone wrong and the previous image isn'\''t available for the merge-base of your branch'
ERROR: Something has gone wrong and the previous image isn't available for the merge-base of your branch
+ echo '       contact the PyTorch team to restore the original images'
       contact the PyTorch team to restore the original images
+ exit 1


Exited with code exit status 1

See CircleCI build docker-pytorch-linux-xenial-py3.8 (20/25)

Step: "Check if image should be built" (full log | diagnosis details | 🔁 rerun)

ERROR: Something has gone wrong and the previous image isn't available for the merge-base of your branch
+ docker manifest inspect 308535385114.dkr.ecr.us-east-1.amazonaws.com/pytorch/pytorch-linux-xenial-py3.8:4c4be62f15888edf4ff2e27e837772676c4da8f4
no such manifest: 308535385114.dkr.ecr.us-east-1.amazonaws.com/pytorch/pytorch-linux-xenial-py3.8:4c4be62f15888edf4ff2e27e837772676c4da8f4
++ git merge-base HEAD deabd2ad41e0ad31d8e52d42834490c6d37b9254
+ git rev-parse deabd2ad41e0ad31d8e52d42834490c6d37b9254:.circleci/docker
4c4be62f15888edf4ff2e27e837772676c4da8f4
+++ git merge-base HEAD deabd2ad41e0ad31d8e52d42834490c6d37b9254
++ git rev-parse deabd2ad41e0ad31d8e52d42834490c6d37b9254:.circleci/docker
+ PREVIOUS_DOCKER_TAG=4c4be62f15888edf4ff2e27e837772676c4da8f4
+ [[ 4c4be62f15888edf4ff2e27e837772676c4da8f4 = \4\c\4\b\e\6\2\f\1\5\8\8\8\e\d\f\4\f\f\2\e\2\7\e\8\3\7\7\7\2\6\7\6\c\4\d\a\8\f\4 ]]
+ echo 'ERROR: Something has gone wrong and the previous image isn'\''t available for the merge-base of your branch'
ERROR: Something has gone wrong and the previous image isn't available for the merge-base of your branch
+ echo '       contact the PyTorch team to restore the original images'
       contact the PyTorch team to restore the original images
+ exit 1


Exited with code exit status 1

See CircleCI build docker-pytorch-linux-xenial-py3-clang5-android-ndk-r19c (21/25)

Step: "Check if image should be built" (full log | diagnosis details | 🔁 rerun)

ERROR: Something has gone wrong and the previous image isn't available for the merge-base of your branch
+ docker manifest inspect 308535385114.dkr.ecr.us-east-1.amazonaws.com/pytorch/pytorch-linux-xenial-py3-clang5-android-ndk-r19c:4c4be62f15888edf4ff2e27e837772676c4da8f4
no such manifest: 308535385114.dkr.ecr.us-east-1.amazonaws.com/pytorch/pytorch-linux-xenial-py3-clang5-android-ndk-r19c:4c4be62f15888edf4ff2e27e837772676c4da8f4
++ git merge-base HEAD deabd2ad41e0ad31d8e52d42834490c6d37b9254
+ git rev-parse deabd2ad41e0ad31d8e52d42834490c6d37b9254:.circleci/docker
4c4be62f15888edf4ff2e27e837772676c4da8f4
+++ git merge-base HEAD deabd2ad41e0ad31d8e52d42834490c6d37b9254
++ git rev-parse deabd2ad41e0ad31d8e52d42834490c6d37b9254:.circleci/docker
+ PREVIOUS_DOCKER_TAG=4c4be62f15888edf4ff2e27e837772676c4da8f4
+ [[ 4c4be62f15888edf4ff2e27e837772676c4da8f4 = \4\c\4\b\e\6\2\f\1\5\8\8\8\e\d\f\4\f\f\2\e\2\7\e\8\3\7\7\7\2\6\7\6\c\4\d\a\8\f\4 ]]
+ echo 'ERROR: Something has gone wrong and the previous image isn'\''t available for the merge-base of your branch'
ERROR: Something has gone wrong and the previous image isn't available for the merge-base of your branch
+ echo '       contact the PyTorch team to restore the original images'
       contact the PyTorch team to restore the original images
+ exit 1


Exited with code exit status 1

See CircleCI build docker-pytorch-linux-xenial-cuda11.1-cudnn8-py3-gcc7 (22/25)

Step: "Check if image should be built" (full log | diagnosis details | 🔁 rerun)

ERROR: Something has gone wrong and the previous image isn't available for the merge-base of your branch
+ docker manifest inspect 308535385114.dkr.ecr.us-east-1.amazonaws.com/pytorch/pytorch-linux-xenial-cuda11.1-cudnn8-py3-gcc7:4c4be62f15888edf4ff2e27e837772676c4da8f4
no such manifest: 308535385114.dkr.ecr.us-east-1.amazonaws.com/pytorch/pytorch-linux-xenial-cuda11.1-cudnn8-py3-gcc7:4c4be62f15888edf4ff2e27e837772676c4da8f4
++ git merge-base HEAD deabd2ad41e0ad31d8e52d42834490c6d37b9254
+ git rev-parse deabd2ad41e0ad31d8e52d42834490c6d37b9254:.circleci/docker
4c4be62f15888edf4ff2e27e837772676c4da8f4
+++ git merge-base HEAD deabd2ad41e0ad31d8e52d42834490c6d37b9254
++ git rev-parse deabd2ad41e0ad31d8e52d42834490c6d37b9254:.circleci/docker
+ PREVIOUS_DOCKER_TAG=4c4be62f15888edf4ff2e27e837772676c4da8f4
+ [[ 4c4be62f15888edf4ff2e27e837772676c4da8f4 = \4\c\4\b\e\6\2\f\1\5\8\8\8\e\d\f\4\f\f\2\e\2\7\e\8\3\7\7\7\2\6\7\6\c\4\d\a\8\f\4 ]]
+ echo 'ERROR: Something has gone wrong and the previous image isn'\''t available for the merge-base of your branch'
ERROR: Something has gone wrong and the previous image isn't available for the merge-base of your branch
+ echo '       contact the PyTorch team to restore the original images'
       contact the PyTorch team to restore the original images
+ exit 1


Exited with code exit status 1

See CircleCI build docker-pytorch-linux-bionic-py3.8-gcc9 (23/25)

Step: "Check if image should be built" (full log | diagnosis details | 🔁 rerun)

ERROR: Something has gone wrong and the previous image isn't available for the merge-base of your branch
+ docker manifest inspect 308535385114.dkr.ecr.us-east-1.amazonaws.com/pytorch/pytorch-linux-bionic-py3.8-gcc9:4c4be62f15888edf4ff2e27e837772676c4da8f4
no such manifest: 308535385114.dkr.ecr.us-east-1.amazonaws.com/pytorch/pytorch-linux-bionic-py3.8-gcc9:4c4be62f15888edf4ff2e27e837772676c4da8f4
++ git merge-base HEAD deabd2ad41e0ad31d8e52d42834490c6d37b9254
+ git rev-parse deabd2ad41e0ad31d8e52d42834490c6d37b9254:.circleci/docker
4c4be62f15888edf4ff2e27e837772676c4da8f4
+++ git merge-base HEAD deabd2ad41e0ad31d8e52d42834490c6d37b9254
++ git rev-parse deabd2ad41e0ad31d8e52d42834490c6d37b9254:.circleci/docker
+ PREVIOUS_DOCKER_TAG=4c4be62f15888edf4ff2e27e837772676c4da8f4
+ [[ 4c4be62f15888edf4ff2e27e837772676c4da8f4 = \4\c\4\b\e\6\2\f\1\5\8\8\8\e\d\f\4\f\f\2\e\2\7\e\8\3\7\7\7\2\6\7\6\c\4\d\a\8\f\4 ]]
+ echo 'ERROR: Something has gone wrong and the previous image isn'\''t available for the merge-base of your branch'
ERROR: Something has gone wrong and the previous image isn't available for the merge-base of your branch
+ echo '       contact the PyTorch team to restore the original images'
       contact the PyTorch team to restore the original images
+ exit 1


Exited with code exit status 1

See CircleCI build docker-pytorch-linux-xenial-py3-clang7-onnx (24/25)

Step: "Check if image should be built" (full log | diagnosis details | 🔁 rerun)

ERROR: Something has gone wrong and the previous image isn't available for the merge-base of your branch
+ docker manifest inspect 308535385114.dkr.ecr.us-east-1.amazonaws.com/pytorch/pytorch-linux-xenial-py3-clang7-onnx:4c4be62f15888edf4ff2e27e837772676c4da8f4
no such manifest: 308535385114.dkr.ecr.us-east-1.amazonaws.com/pytorch/pytorch-linux-xenial-py3-clang7-onnx:4c4be62f15888edf4ff2e27e837772676c4da8f4
++ git merge-base HEAD deabd2ad41e0ad31d8e52d42834490c6d37b9254
+ git rev-parse deabd2ad41e0ad31d8e52d42834490c6d37b9254:.circleci/docker
4c4be62f15888edf4ff2e27e837772676c4da8f4
+++ git merge-base HEAD deabd2ad41e0ad31d8e52d42834490c6d37b9254
++ git rev-parse deabd2ad41e0ad31d8e52d42834490c6d37b9254:.circleci/docker
+ PREVIOUS_DOCKER_TAG=4c4be62f15888edf4ff2e27e837772676c4da8f4
+ [[ 4c4be62f15888edf4ff2e27e837772676c4da8f4 = \4\c\4\b\e\6\2\f\1\5\8\8\8\e\d\f\4\f\f\2\e\2\7\e\8\3\7\7\7\2\6\7\6\c\4\d\a\8\f\4 ]]
+ echo 'ERROR: Something has gone wrong and the previous image isn'\''t available for the merge-base of your branch'
ERROR: Something has gone wrong and the previous image isn't available for the merge-base of your branch
+ echo '       contact the PyTorch team to restore the original images'
       contact the PyTorch team to restore the original images
+ exit 1


Exited with code exit status 1

See CircleCI build docker-pytorch-linux-bionic-rocm3.10-py3.6 (25/25)

Step: "Check if image should be built" (full log | diagnosis details | 🔁 rerun)

ERROR: Something has gone wrong and the previous image isn't available for the merge-base of your branch
+ docker manifest inspect 308535385114.dkr.ecr.us-east-1.amazonaws.com/pytorch/pytorch-linux-bionic-rocm3.10-py3.6:4c4be62f15888edf4ff2e27e837772676c4da8f4
no such manifest: 308535385114.dkr.ecr.us-east-1.amazonaws.com/pytorch/pytorch-linux-bionic-rocm3.10-py3.6:4c4be62f15888edf4ff2e27e837772676c4da8f4
++ git merge-base HEAD deabd2ad41e0ad31d8e52d42834490c6d37b9254
+ git rev-parse deabd2ad41e0ad31d8e52d42834490c6d37b9254:.circleci/docker
4c4be62f15888edf4ff2e27e837772676c4da8f4
+++ git merge-base HEAD deabd2ad41e0ad31d8e52d42834490c6d37b9254
++ git rev-parse deabd2ad41e0ad31d8e52d42834490c6d37b9254:.circleci/docker
+ PREVIOUS_DOCKER_TAG=4c4be62f15888edf4ff2e27e837772676c4da8f4
+ [[ 4c4be62f15888edf4ff2e27e837772676c4da8f4 = \4\c\4\b\e\6\2\f\1\5\8\8\8\e\d\f\4\f\f\2\e\2\7\e\8\3\7\7\7\2\6\7\6\c\4\d\a\8\f\4 ]]
+ echo 'ERROR: Something has gone wrong and the previous image isn'\''t available for the merge-base of your branch'
ERROR: Something has gone wrong and the previous image isn't available for the merge-base of your branch
+ echo '       contact the PyTorch team to restore the original images'
       contact the PyTorch team to restore the original images
+ exit 1


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.

ezyang added a commit that referenced this pull request Feb 1, 2021
No substantive changes.  The codegen for this file was getting a
bit long so I moved it off into tools.codegen.dest submodule (I
wanted to do tools.codegen.gen but that conflicts with the existing
module; oy vey!)  To do this I had to move some other functions around
so that they were more generally accessible.  Otherwise
self-explanatory.

Signed-off-by: Edward Z. Yang <ezyang@fb.com>

ghstack-source-id: ddee50c81566b5da1529d027b56e49c655a0d264
Pull Request resolved: #51508
@ezyang ezyang requested a review from ljk53 February 1, 2021 23:32
No substantive changes.  The codegen for this file was getting a
bit long so I moved it off into tools.codegen.dest submodule (I
wanted to do tools.codegen.gen but that conflicts with the existing
module; oy vey!)  To do this I had to move some other functions around
so that they were more generally accessible.  Otherwise
self-explanatory.

Signed-off-by: Edward Z. Yang <ezyang@fb.com>

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

[ghstack-poisoned]
ezyang added a commit that referenced this pull request Feb 2, 2021
No substantive changes.  The codegen for this file was getting a
bit long so I moved it off into tools.codegen.dest submodule (I
wanted to do tools.codegen.gen but that conflicts with the existing
module; oy vey!)  To do this I had to move some other functions around
so that they were more generally accessible.  Otherwise
self-explanatory.

Signed-off-by: Edward Z. Yang <ezyang@fb.com>

ghstack-source-id: 50fbfea8923af011b1553da32d5b99aab2ab2e7d
Pull Request resolved: #51508
@facebook-github-bot
Copy link
Contributor

@ezyang merged this pull request in 93c4f9f.

@facebook-github-bot facebook-github-bot deleted the gh/ezyang/910/head branch February 8, 2021 15:20
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