Skip to content

[Release/1.7] Fix index parsing on Python-3.9#48744

Merged
seemethere merged 1 commit intorelease/1.7from
malfet/cp-48676
Dec 2, 2020
Merged

[Release/1.7] Fix index parsing on Python-3.9#48744
seemethere merged 1 commit intorelease/1.7from
malfet/cp-48676

Conversation

@malfet
Copy link
Copy Markdown
Contributor

@malfet malfet commented Dec 2, 2020

Summary:
In 3.9, ast.Index and ast.ExtSlice are deprecated, so:

  • ast.parse('img[3]', model='eval') evaluates to
    Expression(body=Subscript(value=Name(id='img'), slice=Constant(value=3))) by 3.9,
    but was previously evaluated to Expression(body=Subscript(value=Name(id='img'), slice=Index(value=Num(n=3))))
  • and ast.parse('img[..., 10:20]', mode='eval') is evaluated to
    Subscript(value=Name(id='img'),slice=Tuple(elts=[Constant(value=Ellipsis),Slice(lower=Constant(value=10), upper=Constant(value=20))]))
    , but was evaluated to
    Subscript(value=Name(id='img'), slice=ExtSlice(dims=[Index(value=Ellipsis()), Slice(lower=Num(n=10), upper=Num(n=20), step=None)]))

Fixes #48674

This is a cherry-pick of #48676 into release/1.7

Summary:
In 3.9, `ast.Index` and `ast.ExtSlice` are deprecated, so:
-  `ast.parse('img[3]', model='eval')` evaluates to
`Expression(body=Subscript(value=Name(id='img'), slice=Constant(value=3)))` by 3.9,
but was previously evaluated to `Expression(body=Subscript(value=Name(id='img'), slice=Index(value=Num(n=3))))`
- and `ast.parse('img[..., 10:20]', mode='eval')` is evaluated to
`
Subscript(value=Name(id='img'),slice=Tuple(elts=[Constant(value=Ellipsis),Slice(lower=Constant(value=10), upper=Constant(value=20))]))
`
, but was evaluated to
`
Subscript(value=Name(id='img'), slice=ExtSlice(dims=[Index(value=Ellipsis()), Slice(lower=Num(n=10), upper=Num(n=20), step=None)]))
`

Fixes #48674

Pull Request resolved: #48676

Reviewed By: seemethere, gmagogsfm

Differential Revision: D25261323

Pulled By: malfet

fbshipit-source-id: cc818ecc596a062ed5f1a1d11d3fdf0f22bf7f4a
@malfet malfet requested a review from apaszke as a code owner December 2, 2020 21:11
@facebook-github-bot facebook-github-bot added cla signed oncall: jit Add this issue/PR to JIT oncall triage queue labels Dec 2, 2020
@malfet malfet mentioned this pull request Dec 2, 2020
@malfet malfet requested a review from seemethere December 2, 2020 21:13
@seemethere
Copy link
Copy Markdown
Member

Merging since tests passed on master

@seemethere seemethere merged commit 62d6dfc into release/1.7 Dec 2, 2020
@seemethere seemethere deleted the malfet/cp-48676 branch December 2, 2020 21:20
@dr-ci
Copy link
Copy Markdown

dr-ci Bot commented Dec 2, 2020

💊 CI failures summary and remediations

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



❄️ 25 failures tentatively classified as flaky

but reruns have not yet been triggered to confirm:

See CircleCI build pytorch_windows_vs2019_py36_cuda10.1_test1 (1/25)

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

Writing SSH key for checkout to id_rsa
Creating .ssh directory
Adding the following entries to known_hosts:
github.com ssh-rsa AAAAB3NzaC1yc2EAAAABIwAAAQEAq2A7hRGmdnm9tUDbO9IDSwBK6TbQa+PXYPCPy6rbTrTtw7PHkccKrpp0yVhp5HdEIcKr6pLlVDBfOLX9QUsyCOV0wzfjIJNlGEYsdlLJizHhbn2mUjvSAHQqZETYP81eFzLQNnPHt4EVVUh7VfDESU84KezmD5QlWpXLmvU31/yMf+Se8xhHTvKSCZIFImWwoG6mbUoWf9nzpIoaSjB+weqqUUmpaaasXVal72J+UX2B+2RPW3RcT0eOzQgqlJL3RKrTJvdsjE3JEAvGq3lGHSZXy28G3skua2SmVi/w4yCE6gbODqnTWlg7+wC604ydGXA8VJiS5ap43JXiUFFAaQ==
bitbucket.org ssh-rsa AAAAB3NzaC1yc2EAAAABIwAAAQEAubiN81eDcafrgMeLzaFPsw2kNvEcqTKl/VqLat/MaB33pZy0y3rJZtnqwR2qOOvbwKZYKiEO1O6VqNEBxKvJJelCq0dTXWT5pbO2gDXC6h6QDXCaHo6pOHGPUy+YBaGQRGuSusMEASYiWunYN0vCAI8QaXnWMXNMdFP3jHAJH0eDsoiGnLPBlBp4TNm6rYI74nMzgz3B9IikW4WVK+dc8KZJZWYjAuORU3jc1c/NPskD2ASinf8v3xnfXeukU0sJ5N6m5E8VLjObPEO+mN2t/FZTMZLiFqPWc/ALSqnMnnhwrNi2rbfg/rd/IpL8Le3pSBne8+seeFVBoGqzHM9yXw==

Writing SSH key for checkout to id_rsa

See CircleCI build binary_windows_libtorch_3_7_cpu_release_test (2/25)

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

Writing SSH key for checkout to id_rsa
Creating .ssh directory
Adding the following entries to known_hosts:
github.com ssh-rsa AAAAB3NzaC1yc2EAAAABIwAAAQEAq2A7hRGmdnm9tUDbO9IDSwBK6TbQa+PXYPCPy6rbTrTtw7PHkccKrpp0yVhp5HdEIcKr6pLlVDBfOLX9QUsyCOV0wzfjIJNlGEYsdlLJizHhbn2mUjvSAHQqZETYP81eFzLQNnPHt4EVVUh7VfDESU84KezmD5QlWpXLmvU31/yMf+Se8xhHTvKSCZIFImWwoG6mbUoWf9nzpIoaSjB+weqqUUmpaaasXVal72J+UX2B+2RPW3RcT0eOzQgqlJL3RKrTJvdsjE3JEAvGq3lGHSZXy28G3skua2SmVi/w4yCE6gbODqnTWlg7+wC604ydGXA8VJiS5ap43JXiUFFAaQ==
bitbucket.org ssh-rsa AAAAB3NzaC1yc2EAAAABIwAAAQEAubiN81eDcafrgMeLzaFPsw2kNvEcqTKl/VqLat/MaB33pZy0y3rJZtnqwR2qOOvbwKZYKiEO1O6VqNEBxKvJJelCq0dTXWT5pbO2gDXC6h6QDXCaHo6pOHGPUy+YBaGQRGuSusMEASYiWunYN0vCAI8QaXnWMXNMdFP3jHAJH0eDsoiGnLPBlBp4TNm6rYI74nMzgz3B9IikW4WVK+dc8KZJZWYjAuORU3jc1c/NPskD2ASinf8v3xnfXeukU0sJ5N6m5E8VLjObPEO+mN2t/FZTMZLiFqPWc/ALSqnMnnhwrNi2rbfg/rd/IpL8Le3pSBne8+seeFVBoGqzHM9yXw==

Writing SSH key for checkout to id_rsa

See CircleCI build pytorch_linux_bionic_py3_6_clang9_test (3/25)

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

fatal: couldn't find remote ref malfet/cp-48676
Using SSH Config Dir /home/circleci/.ssh 
Cloning into '.'... 
Warning: Permanently added the RSA host key for IP address '140.82.112.3' to the list of known hosts.  
remote: Enumerating objects: 481701         remote: Enumerating objects: 12, done.         
remote: Counting objects:  83% (10/12)         remote: Counting objects:  91% (11/12)         remote: Counting objects: 100% (12/12)         remote: Counting objects: 100% (12/12), done.         
remote: Compressing objects:  83% (10/12)         remote: Compressing objects:  91% (11/12)         remote: Compressing objects: 100% (12/12)         remote: Compressing objects: 100% (12/12), done.         
Receiving objects:  97% (467262/481713), 308.50 MiB | 30.57 MiB/s Receiving objects:  98% (472079/481713), 308.50 MiB | 30.57 MiB/s Receiving objects:  99% (476896/481713), 308.50 MiB | 30.57 MiB/s remote: Total 481713 (delta 2), reused 4 (delta 0), pack-reused 481701         
Receiving objects: 100% (481713/481713), 308.50 MiB | 30.57 MiB/s Receiving objects: 100% (481713/481713), 319.80 MiB | 27.97 MiB/s, done. 
Resolving deltas:  98% (379171/386889) Resolving deltas:  99% (383024/386889) Resolving deltas: 100% (386889/386889) Resolving deltas: 100% (386889/386889), done. 
Warning: Permanently added the RSA host key for IP address '140.82.114.3' to the list of known hosts.  
fatal: couldn't find remote ref malfet/cp-48676 

See CircleCI build binary_windows_libtorch_3_7_cpu_debug_test (4/25)

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

Writing SSH key for checkout to id_rsa
Creating .ssh directory
Adding the following entries to known_hosts:
github.com ssh-rsa AAAAB3NzaC1yc2EAAAABIwAAAQEAq2A7hRGmdnm9tUDbO9IDSwBK6TbQa+PXYPCPy6rbTrTtw7PHkccKrpp0yVhp5HdEIcKr6pLlVDBfOLX9QUsyCOV0wzfjIJNlGEYsdlLJizHhbn2mUjvSAHQqZETYP81eFzLQNnPHt4EVVUh7VfDESU84KezmD5QlWpXLmvU31/yMf+Se8xhHTvKSCZIFImWwoG6mbUoWf9nzpIoaSjB+weqqUUmpaaasXVal72J+UX2B+2RPW3RcT0eOzQgqlJL3RKrTJvdsjE3JEAvGq3lGHSZXy28G3skua2SmVi/w4yCE6gbODqnTWlg7+wC604ydGXA8VJiS5ap43JXiUFFAaQ==
bitbucket.org ssh-rsa AAAAB3NzaC1yc2EAAAABIwAAAQEAubiN81eDcafrgMeLzaFPsw2kNvEcqTKl/VqLat/MaB33pZy0y3rJZtnqwR2qOOvbwKZYKiEO1O6VqNEBxKvJJelCq0dTXWT5pbO2gDXC6h6QDXCaHo6pOHGPUy+YBaGQRGuSusMEASYiWunYN0vCAI8QaXnWMXNMdFP3jHAJH0eDsoiGnLPBlBp4TNm6rYI74nMzgz3B9IikW4WVK+dc8KZJZWYjAuORU3jc1c/NPskD2ASinf8v3xnfXeukU0sJ5N6m5E8VLjObPEO+mN2t/FZTMZLiFqPWc/ALSqnMnnhwrNi2rbfg/rd/IpL8Le3pSBne8+seeFVBoGqzHM9yXw==

Writing SSH key for checkout to id_rsa

See CircleCI build pytorch_linux_xenial_py3_clang5_asan_test1 (5/25)

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

fatal: couldn't find remote ref malfet/cp-48676
Using SSH Config Dir /home/circleci/.ssh 
Cloning into '.'... 
Warning: Permanently added the RSA host key for IP address '140.82.112.4' to the list of known hosts.  
remote: Enumerating objects: 481693         remote: Enumerating objects: 116, done.         
remote: Counting objects:  98% (114/116)         remote: Counting objects:  99% (115/116)         remote: Counting objects: 100% (116/116)         remote: Counting objects: 100% (116/116), done.         
remote: Compressing objects:  98% (105/107)         remote: Compressing objects:  99% (106/107)         remote: Compressing objects: 100% (107/107)         remote: Compressing objects: 100% (107/107), done.         
Receiving objects:  97% (467355/481809), 313.00 MiB | 27.95 MiB/s Receiving objects:  98% (472173/481809), 313.00 MiB | 27.95 MiB/s Receiving objects:  99% (476991/481809), 313.00 MiB | 27.95 MiB/s remote: Total 481809 (delta 51), reused 35 (delta 9), pack-reused 481693         
Receiving objects: 100% (481809/481809), 313.00 MiB | 27.95 MiB/s Receiving objects: 100% (481809/481809), 319.94 MiB | 27.25 MiB/s, done. 
Resolving deltas:  98% (379196/386931) Resolving deltas:  99% (383066/386931) Resolving deltas: 100% (386931/386931) Resolving deltas: 100% (386931/386931), done. 
Warning: Permanently added the RSA host key for IP address '140.82.113.3' to the list of known hosts.  
fatal: couldn't find remote ref malfet/cp-48676 

See CircleCI build pytorch_linux_xenial_py3_clang7_onnx_ort_test1 (6/25)

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

fatal: couldn't find remote ref malfet/cp-48676
Using SSH Config Dir /home/circleci/.ssh 
Cloning into '.'... 
Warning: Permanently added the RSA host key for IP address '140.82.112.4' to the list of known hosts.  
remote: Enumerating objects: 481701         remote: Enumerating objects: 12, done.         
remote: Counting objects:  83% (10/12)         remote: Counting objects:  91% (11/12)         remote: Counting objects: 100% (12/12)         remote: Counting objects: 100% (12/12), done.         
remote: Compressing objects:  83% (10/12)         remote: Compressing objects:  91% (11/12)         remote: Compressing objects: 100% (12/12)         remote: Compressing objects: 100% (12/12), done.         
Receiving objects:  97% (467262/481713), 305.47 MiB | 32.43 MiB/s Receiving objects:  98% (472079/481713), 305.47 MiB | 32.43 MiB/s Receiving objects:  99% (476896/481713), 305.47 MiB | 32.43 MiB/s remote: Total 481713 (delta 2), reused 4 (delta 0), pack-reused 481701         
Receiving objects: 100% (481713/481713), 305.47 MiB | 32.43 MiB/s Receiving objects: 100% (481713/481713), 319.80 MiB | 27.82 MiB/s, done. 
Resolving deltas:  98% (379157/386889) Resolving deltas:  99% (383022/386889) Resolving deltas: 100% (386889/386889) Resolving deltas: 100% (386889/386889), done. 
fatal: couldn't find remote ref malfet/cp-48676 

See CircleCI build binary_linux_libtorch_3_7m_cpu_gcc5_4_cxx11-abi_shared-with-deps_test (7/25)

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

fatal: couldn't find remote ref malfet/cp-48676
Using SSH Config Dir /home/circleci/.ssh 
Cloning into '.'... 
Warning: Permanently added the RSA host key for IP address '140.82.112.4' to the list of known hosts.  
remote: Enumerating objects: 481347         remote: Enumerating objects: 306, done.         
remote: Counting objects:  98% (300/306)         remote: Counting objects:  99% (303/306)         remote: Counting objects: 100% (306/306)         remote: Counting objects: 100% (306/306), done.         
remote: Compressing objects:  98% (213/217)         remote: Compressing objects:  99% (215/217)         remote: Compressing objects: 100% (217/217)         remote: Compressing objects: 100% (217/217), done.         
Receiving objects:  97% (467204/481653), 303.56 MiB | 28.16 MiB/s Receiving objects:  98% (472020/481653), 303.56 MiB | 28.16 MiB/s Receiving objects:  99% (476837/481653), 314.64 MiB | 27.90 MiB/s remote: Total 481653 (delta 169), reused 141 (delta 89), pack-reused 481347         
Receiving objects: 100% (481653/481653), 314.64 MiB | 27.90 MiB/s Receiving objects: 100% (481653/481653), 320.18 MiB | 25.16 MiB/s, done. 
Resolving deltas:  98% (379041/386755) Resolving deltas:  99% (382900/386755) Resolving deltas: 100% (386755/386755) Resolving deltas: 100% (386755/386755), done. 
fatal: couldn't find remote ref malfet/cp-48676 

See CircleCI build pytorch_linux_xenial_py3_6_gcc5_4_ge_config_simple_test (8/25)

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

fatal: couldn't find remote ref malfet/cp-48676
Using SSH Config Dir /home/circleci/.ssh 
Cloning into '.'... 
Warning: Permanently added the RSA host key for IP address '140.82.113.4' to the list of known hosts.  
remote: Enumerating objects: 481343         remote: Enumerating objects: 361, done.         
remote: Counting objects:  98% (354/361)         remote: Counting objects:  99% (358/361)         remote: Counting objects: 100% (361/361)         remote: Counting objects: 100% (361/361), done.         
remote: Compressing objects:  98% (245/250)         remote: Compressing objects:  99% (248/250)         remote: Compressing objects: 100% (250/250)         remote: Compressing objects: 100% (250/250), done.         
Receiving objects:  97% (467253/481704), 308.03 MiB | 32.45 MiB/s Receiving objects:  98% (472070/481704), 308.03 MiB | 32.45 MiB/s Receiving objects:  99% (476887/481704), 308.03 MiB | 32.45 MiB/s remote: Total 481704 (delta 205), reused 174 (delta 111), pack-reused 481343         
Receiving objects: 100% (481704/481704), 308.03 MiB | 32.45 MiB/s Receiving objects: 100% (481704/481704), 322.74 MiB | 29.42 MiB/s, done. 
Resolving deltas:  98% (379120/386827) Resolving deltas:  99% (382966/386827) Resolving deltas: 100% (386827/386827) Resolving deltas: 100% (386827/386827), done. 
fatal: couldn't find remote ref malfet/cp-48676 

See CircleCI build binary_linux_libtorch_3_7m_cpu_devtoolset7_shared-with-deps_test (9/25)

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

fatal: couldn't find remote ref malfet/cp-48676
Using SSH Config Dir /home/circleci/.ssh 
Cloning into '.'... 
Warning: Permanently added the RSA host key for IP address '140.82.113.3' to the list of known hosts.  
remote: Enumerating objects: 481347         remote: Enumerating objects: 306, done.         
remote: Counting objects:  98% (300/306)         remote: Counting objects:  99% (303/306)         remote: Counting objects: 100% (306/306)         remote: Counting objects: 100% (306/306), done.         
remote: Compressing objects:  98% (213/217)         remote: Compressing objects:  99% (215/217)         remote: Compressing objects: 100% (217/217)         remote: Compressing objects: 100% (217/217), done.         
Receiving objects:  97% (468917/481653), 305.17 MiB | 29.88 MiB/s Receiving objects:  98% (472020/481653), 316.58 MiB | 29.19 MiB/s Receiving objects:  99% (476837/481653), 316.58 MiB | 29.19 MiB/s remote: Total 481653 (delta 169), reused 141 (delta 89), pack-reused 481347         
Receiving objects: 100% (481653/481653), 316.58 MiB | 29.19 MiB/s Receiving objects: 100% (481653/481653), 322.67 MiB | 26.38 MiB/s, done. 
Resolving deltas:  98% (379076/386791) Resolving deltas:  99% (382925/386791) Resolving deltas: 100% (386791/386791) Resolving deltas: 100% (386791/386791), done. 
Warning: Permanently added the RSA host key for IP address '140.82.112.3' to the list of known hosts.  
fatal: couldn't find remote ref malfet/cp-48676 

See CircleCI build pytorch_linux_xenial_cuda10_2_cudnn7_py3_gcc7_test (10/25)

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

fatal: couldn't find remote ref malfet/cp-48676
Using SSH Config Dir /home/circleci/.ssh 
Cloning into '.'... 
Warning: Permanently added the RSA host key for IP address '140.82.113.4' to the list of known hosts.  
remote: Enumerating objects: 481696         remote: Enumerating objects: 138, done.         
remote: Counting objects:  98% (136/138)         remote: Counting objects:  99% (137/138)         remote: Counting objects: 100% (138/138)         remote: Counting objects: 100% (138/138), done.         
remote: Compressing objects:  98% (113/115)         remote: Compressing objects:  99% (114/115)         remote: Compressing objects: 100% (115/115)         remote: Compressing objects: 100% (115/115), done.         
Receiving objects:  97% (467379/481834), 315.50 MiB | 38.49 MiB/s Receiving objects:  98% (472198/481834), 315.50 MiB | 38.49 MiB/s Receiving objects:  99% (477016/481834), 315.50 MiB | 38.49 MiB/s remote: Total 481834 (delta 66), reused 53 (delta 23), pack-reused 481696         
Receiving objects: 100% (481834/481834), 315.50 MiB | 38.49 MiB/s Receiving objects: 100% (481834/481834), 322.50 MiB | 35.05 MiB/s, done. 
Resolving deltas:  98% (379243/386982) Resolving deltas:  99% (383114/386982) Resolving deltas: 100% (386982/386982) Resolving deltas: 100% (386982/386982), done. 
fatal: couldn't find remote ref malfet/cp-48676 

See CircleCI build pytorch_xla_linux_bionic_py3_6_clang9_test (11/25)

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

fatal: couldn't find remote ref malfet/cp-48676
Using SSH Config Dir /home/circleci/.ssh 
Cloning into '.'... 
Warning: Permanently added the RSA host key for IP address '140.82.113.3' to the list of known hosts.  
remote: Enumerating objects: 481693         remote: Enumerating objects: 102, done.         
remote: Counting objects:  98% (100/102)         remote: Counting objects:  99% (101/102)         remote: Counting objects: 100% (102/102)         remote: Counting objects: 100% (102/102), done.         
remote: Compressing objects:  97% (91/93)         remote: Compressing objects:  98% (92/93)         remote: Compressing objects: 100% (93/93)         remote: Compressing objects: 100% (93/93), done.         
Receiving objects:  97% (467342/481795), 310.62 MiB | 34.41 MiB/s Receiving objects:  98% (472160/481795), 310.62 MiB | 34.41 MiB/s Receiving objects:  99% (476978/481795), 310.62 MiB | 34.41 MiB/s remote: Total 481795 (delta 50), reused 31 (delta 9), pack-reused 481693         
Receiving objects: 100% (481795/481795), 310.62 MiB | 34.41 MiB/s Receiving objects: 100% (481795/481795), 322.40 MiB | 29.67 MiB/s, done. 
Resolving deltas:  98% (379227/386964) Resolving deltas:  99% (383095/386964) Resolving deltas: 100% (386964/386964) Resolving deltas: 100% (386964/386964), done. 
Warning: Permanently added the RSA host key for IP address '140.82.113.4' to the list of known hosts.  
fatal: couldn't find remote ref malfet/cp-48676 

See CircleCI build pytorch_cpp_doc_build (12/25)

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

fatal: couldn't find remote ref malfet/cp-48676
Using SSH Config Dir /home/circleci/.ssh 
Cloning into '.'... 
Warning: Permanently added the RSA host key for IP address '140.82.113.4' to the list of known hosts.  
remote: Enumerating objects: 481343         remote: Enumerating objects: 361, done.         
remote: Counting objects:  98% (354/361)         remote: Counting objects:  99% (358/361)         remote: Counting objects: 100% (361/361)         remote: Counting objects: 100% (361/361), done.         
remote: Compressing objects:  98% (245/250)         remote: Compressing objects:  99% (248/250)         remote: Compressing objects: 100% (250/250)         remote: Compressing objects: 100% (250/250), done.         
Receiving objects:  97% (467253/481704), 302.91 MiB | 33.73 MiB/s Receiving objects:  98% (472070/481704), 316.35 MiB | 33.24 MiB/s Receiving objects:  99% (476887/481704), 316.35 MiB | 33.24 MiB/s remote: Total 481704 (delta 205), reused 174 (delta 111), pack-reused 481343         
Receiving objects: 100% (481704/481704), 316.35 MiB | 33.24 MiB/s Receiving objects: 100% (481704/481704), 322.74 MiB | 30.18 MiB/s, done. 
Resolving deltas:  98% (379116/386827) Resolving deltas:  99% (382960/386827) Resolving deltas: 100% (386827/386827) Resolving deltas: 100% (386827/386827), done. 
Warning: Permanently added the RSA host key for IP address '140.82.112.4' to the list of known hosts.  
fatal: couldn't find remote ref malfet/cp-48676 

See CircleCI build pytorch_bazel_test (13/25)

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

fatal: couldn't find remote ref malfet/cp-48676
Using SSH Config Dir /home/circleci/.ssh 
Cloning into '.'... 
Warning: Permanently added the RSA host key for IP address '140.82.112.3' to the list of known hosts.  
remote: Enumerating objects: 481347         remote: Enumerating objects: 306, done.         
remote: Counting objects:  98% (300/306)         remote: Counting objects:  99% (303/306)         remote: Counting objects: 100% (306/306)         remote: Counting objects: 100% (306/306), done.         
remote: Compressing objects:  98% (213/217)         remote: Compressing objects:  99% (215/217)         remote: Compressing objects: 100% (217/217)         remote: Compressing objects: 100% (217/217), done.         
Receiving objects:  97% (467204/481653), 313.16 MiB | 31.80 MiB/s Receiving objects:  98% (472020/481653), 313.16 MiB | 31.80 MiB/s Receiving objects:  99% (476837/481653), 313.16 MiB | 31.80 MiB/s remote: Total 481653 (delta 169), reused 141 (delta 89), pack-reused 481347         
Receiving objects: 100% (481653/481653), 313.16 MiB | 31.80 MiB/s Receiving objects: 100% (481653/481653), 320.18 MiB | 28.42 MiB/s, done. 
Resolving deltas:  98% (379023/386755) Resolving deltas:  99% (382889/386755) Resolving deltas: 100% (386755/386755) Resolving deltas: 100% (386755/386755), done. 
Warning: Permanently added the RSA host key for IP address '140.82.113.3' to the list of known hosts.  
fatal: couldn't find remote ref malfet/cp-48676 

See CircleCI build pytorch_linux_xenial_cuda10_2_cudnn7_py3_ge_config_legacy_test (14/25)

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

fatal: couldn't find remote ref malfet/cp-48676
Using SSH Config Dir /home/circleci/.ssh 
Cloning into '.'... 
Warning: Permanently added the RSA host key for IP address '140.82.114.3' to the list of known hosts.  
remote: Enumerating objects: 481696         remote: Enumerating objects: 138, done.         
remote: Counting objects:  98% (136/138)         remote: Counting objects:  99% (137/138)         remote: Counting objects: 100% (138/138)         remote: Counting objects: 100% (138/138), done.         
remote: Compressing objects:  98% (113/115)         remote: Compressing objects:  99% (114/115)         remote: Compressing objects: 100% (115/115)         remote: Compressing objects: 100% (115/115), done.         
Receiving objects:  97% (467379/481834), 309.39 MiB | 37.75 MiB/s Receiving objects:  98% (472198/481834), 309.39 MiB | 37.75 MiB/s Receiving objects:  99% (477016/481834), 309.39 MiB | 37.75 MiB/s remote: Total 481834 (delta 66), reused 53 (delta 23), pack-reused 481696         
Receiving objects: 100% (481834/481834), 309.39 MiB | 37.75 MiB/s Receiving objects: 100% (481834/481834), 320.31 MiB | 34.38 MiB/s, done. 
Resolving deltas:  98% (379231/386970) Resolving deltas:  99% (383102/386970) Resolving deltas: 100% (386970/386970) Resolving deltas: 100% (386970/386970), done. 
fatal: couldn't find remote ref malfet/cp-48676 

See CircleCI build pytorch_vulkan_linux_bionic_py3_6_clang9_test (15/25)

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

fatal: couldn't find remote ref malfet/cp-48676
Using SSH Config Dir /home/circleci/.ssh 
Cloning into '.'... 
Warning: Permanently added the RSA host key for IP address '140.82.112.4' to the list of known hosts.  
remote: Enumerating objects: 481701         remote: Enumerating objects: 12, done.         
remote: Counting objects:  83% (10/12)         remote: Counting objects:  91% (11/12)         remote: Counting objects: 100% (12/12)         remote: Counting objects: 100% (12/12), done.         
remote: Compressing objects:  83% (10/12)         remote: Compressing objects:  91% (11/12)         remote: Compressing objects: 100% (12/12)         remote: Compressing objects: 100% (12/12), done.         
Receiving objects:  97% (468563/481713), 299.05 MiB | 34.64 MiB/s Receiving objects:  98% (472079/481713), 313.96 MiB | 34.59 MiB/s Receiving objects:  99% (476896/481713), 313.96 MiB | 34.59 MiB/s remote: Total 481713 (delta 2), reused 4 (delta 0), pack-reused 481701         
Receiving objects: 100% (481713/481713), 313.96 MiB | 34.59 MiB/s Receiving objects: 100% (481713/481713), 319.80 MiB | 31.43 MiB/s, done. 
Resolving deltas:  99% (383029/386889) Resolving deltas:  99% (384811/386889) Resolving deltas: 100% (386889/386889) Resolving deltas: 100% (386889/386889), done. 
Warning: Permanently added the RSA host key for IP address '140.82.113.4' to the list of known hosts.  
fatal: couldn't find remote ref malfet/cp-48676 

See CircleCI build pytorch_linux_backward_compatibility_check_test (16/25)

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

fatal: couldn't find remote ref malfet/cp-48676
Using SSH Config Dir /home/circleci/.ssh 
Cloning into '.'... 
Warning: Permanently added the RSA host key for IP address '140.82.114.3' to the list of known hosts.  
remote: Enumerating objects: 481346         remote: Enumerating objects: 358, done.         
remote: Counting objects:  98% (351/358)         remote: Counting objects:  99% (355/358)         remote: Counting objects: 100% (358/358)         remote: Counting objects: 100% (358/358), done.         
remote: Compressing objects:  98% (243/247)         remote: Compressing objects:  99% (245/247)         remote: Compressing objects: 100% (247/247)         remote: Compressing objects: 100% (247/247), done.         
Receiving objects:  97% (467253/481704), 312.56 MiB | 29.75 MiB/s Receiving objects:  98% (472070/481704), 312.56 MiB | 29.75 MiB/s Receiving objects:  99% (476887/481704), 312.56 MiB | 29.75 MiB/s remote: Total 481704 (delta 204), reused 172 (delta 111), pack-reused 481346         
Receiving objects: 100% (481704/481704), 312.56 MiB | 29.75 MiB/s Receiving objects: 100% (481704/481704), 320.56 MiB | 27.15 MiB/s, done. 
Resolving deltas:  98% (379113/386813) Resolving deltas:  99% (382976/386813) Resolving deltas: 100% (386813/386813) Resolving deltas: 100% (386813/386813), done. 
Warning: Permanently added the RSA host key for IP address '140.82.112.3' to the list of known hosts.  
fatal: couldn't find remote ref malfet/cp-48676 

See CircleCI build pytorch_windows_vs2019_py36_cuda10.1_test2 (17/25)

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

Writing SSH key for checkout to id_rsa
Creating .ssh directory
Adding the following entries to known_hosts:
github.com ssh-rsa AAAAB3NzaC1yc2EAAAABIwAAAQEAq2A7hRGmdnm9tUDbO9IDSwBK6TbQa+PXYPCPy6rbTrTtw7PHkccKrpp0yVhp5HdEIcKr6pLlVDBfOLX9QUsyCOV0wzfjIJNlGEYsdlLJizHhbn2mUjvSAHQqZETYP81eFzLQNnPHt4EVVUh7VfDESU84KezmD5QlWpXLmvU31/yMf+Se8xhHTvKSCZIFImWwoG6mbUoWf9nzpIoaSjB+weqqUUmpaaasXVal72J+UX2B+2RPW3RcT0eOzQgqlJL3RKrTJvdsjE3JEAvGq3lGHSZXy28G3skua2SmVi/w4yCE6gbODqnTWlg7+wC604ydGXA8VJiS5ap43JXiUFFAaQ==
bitbucket.org ssh-rsa AAAAB3NzaC1yc2EAAAABIwAAAQEAubiN81eDcafrgMeLzaFPsw2kNvEcqTKl/VqLat/MaB33pZy0y3rJZtnqwR2qOOvbwKZYKiEO1O6VqNEBxKvJJelCq0dTXWT5pbO2gDXC6h6QDXCaHo6pOHGPUy+YBaGQRGuSusMEASYiWunYN0vCAI8QaXnWMXNMdFP3jHAJH0eDsoiGnLPBlBp4TNm6rYI74nMzgz3B9IikW4WVK+dc8KZJZWYjAuORU3jc1c/NPskD2ASinf8v3xnfXeukU0sJ5N6m5E8VLjObPEO+mN2t/FZTMZLiFqPWc/ALSqnMnnhwrNi2rbfg/rd/IpL8Le3pSBne8+seeFVBoGqzHM9yXw==

Writing SSH key for checkout to id_rsa

See CircleCI build pytorch_python_doc_build (18/25)

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

fatal: couldn't find remote ref malfet/cp-48676
Using SSH Config Dir /home/circleci/.ssh 
Cloning into '.'... 
Warning: Permanently added the RSA host key for IP address '140.82.112.3' to the list of known hosts.  
remote: Enumerating objects: 481343         remote: Enumerating objects: 361, done.         
remote: Counting objects:  98% (354/361)         remote: Counting objects:  99% (358/361)         remote: Counting objects: 100% (361/361)         remote: Counting objects: 100% (361/361), done.         
remote: Compressing objects:  98% (245/250)         remote: Compressing objects:  99% (248/250)         remote: Compressing objects: 100% (250/250)         remote: Compressing objects: 100% (250/250), done.         
Receiving objects:  97% (467253/481704), 311.25 MiB | 30.56 MiB/s Receiving objects:  98% (472070/481704), 311.25 MiB | 30.56 MiB/s Receiving objects:  99% (476887/481704), 311.25 MiB | 30.56 MiB/s remote: Total 481704 (delta 205), reused 174 (delta 111), pack-reused 481343         
Receiving objects: 100% (481704/481704), 311.25 MiB | 30.56 MiB/s Receiving objects: 100% (481704/481704), 320.26 MiB | 28.13 MiB/s, done. 
Resolving deltas:  98% (379081/386791) Resolving deltas:  99% (382924/386791) Resolving deltas: 100% (386791/386791) Resolving deltas: 100% (386791/386791), done. 
Warning: Permanently added the RSA host key for IP address '140.82.114.4' to the list of known hosts.  
fatal: couldn't find remote ref malfet/cp-48676 

See CircleCI build pytorch_linux_xenial_py3_6_gcc5_4_ge_config_legacy_test (19/25)

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

fatal: couldn't find remote ref malfet/cp-48676
Using SSH Config Dir /home/circleci/.ssh 
Cloning into '.'... 
Warning: Permanently added the RSA host key for IP address '140.82.112.4' to the list of known hosts.  
remote: Enumerating objects: 481343         remote: Enumerating objects: 361, done.         
remote: Counting objects:  98% (354/361)         remote: Counting objects:  99% (358/361)         remote: Counting objects: 100% (361/361)         remote: Counting objects: 100% (361/361), done.         
remote: Compressing objects:  98% (245/250)         remote: Compressing objects:  99% (248/250)         remote: Compressing objects: 100% (250/250)         remote: Compressing objects: 100% (250/250), done.         
Receiving objects:  97% (467253/481704), 310.53 MiB | 30.57 MiB/s Receiving objects:  98% (472070/481704), 310.53 MiB | 30.57 MiB/s Receiving objects:  99% (476887/481704), 310.53 MiB | 30.57 MiB/s remote: Total 481704 (delta 205), reused 174 (delta 111), pack-reused 481343         
Receiving objects: 100% (481704/481704), 310.53 MiB | 30.57 MiB/s Receiving objects: 100% (481704/481704), 320.26 MiB | 28.13 MiB/s, done. 
Resolving deltas:  98% (379079/386791) Resolving deltas:  99% (382937/386791) Resolving deltas: 100% (386791/386791) Resolving deltas: 100% (386791/386791), done. 
fatal: couldn't find remote ref malfet/cp-48676 

See CircleCI build pytorch_doc_test (20/25)

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

fatal: couldn't find remote ref malfet/cp-48676
Using SSH Config Dir /home/circleci/.ssh 
Cloning into '.'... 
Warning: Permanently added the RSA host key for IP address '140.82.113.4' to the list of known hosts.  
remote: Enumerating objects: 481343         remote: Enumerating objects: 361, done.         
remote: Counting objects:  98% (354/361)         remote: Counting objects:  99% (358/361)         remote: Counting objects: 100% (361/361)         remote: Counting objects: 100% (361/361), done.         
remote: Compressing objects:  98% (245/250)         remote: Compressing objects:  99% (248/250)         remote: Compressing objects: 100% (250/250)         remote: Compressing objects: 100% (250/250), done.         
Receiving objects:  97% (467253/481704), 310.89 MiB | 27.58 MiB/s Receiving objects:  98% (472070/481704), 310.89 MiB | 27.58 MiB/s Receiving objects:  99% (476887/481704), 310.89 MiB | 27.58 MiB/s remote: Total 481704 (delta 205), reused 174 (delta 111), pack-reused 481343         
Receiving objects: 100% (481704/481704), 310.89 MiB | 27.58 MiB/s Receiving objects: 100% (481704/481704), 322.74 MiB | 24.88 MiB/s, done. 
Resolving deltas:  98% (379093/386827) Resolving deltas:  99% (382987/386827) Resolving deltas: 100% (386827/386827) Resolving deltas: 100% (386827/386827), done. 
Warning: Permanently added the RSA host key for IP address '140.82.112.3' to the list of known hosts.  
fatal: couldn't find remote ref malfet/cp-48676 

See CircleCI build pytorch_linux_bionic_py3_8_gcc9_coverage_test (21/25)

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

fatal: couldn't find remote ref malfet/cp-48676
Using SSH Config Dir /home/circleci/.ssh 
Cloning into '.'... 
Warning: Permanently added the RSA host key for IP address '140.82.112.3' to the list of known hosts.  
remote: Enumerating objects: 481693         remote: Enumerating objects: 116, done.         
remote: Counting objects:  98% (114/116)         remote: Counting objects:  99% (115/116)         remote: Counting objects: 100% (116/116)         remote: Counting objects: 100% (116/116), done.         
remote: Compressing objects:  98% (105/107)         remote: Compressing objects:  99% (106/107)         remote: Compressing objects: 100% (107/107)         remote: Compressing objects: 100% (107/107), done.         
Receiving objects:  98% (472173/481809), 312.37 MiB | 4.60 MiB/s Receiving objects:  99% (476991/481809), 318.07 MiB | 5.05 MiB/s Receiving objects:  99% (479244/481809), 318.07 MiB | 5.05 MiB/s remote: Total 481809 (delta 51), reused 35 (delta 9), pack-reused 481693 
Receiving objects: 100% (481809/481809), 319.60 MiB | 5.03 MiB/s Receiving objects: 100% (481809/481809), 319.94 MiB | 6.34 MiB/s, done. 
Resolving deltas:  98% (379194/386931) Resolving deltas:  99% (383062/386931) Resolving deltas: 100% (386931/386931) Resolving deltas: 100% (386931/386931), done. 
Warning: Permanently added the RSA host key for IP address '140.82.114.3' to the list of known hosts.  
fatal: couldn't find remote ref malfet/cp-48676 

See CircleCI build pytorch_linux_xenial_py3_clang5_asan_test2 (22/25)

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

fatal: couldn't find remote ref malfet/cp-48676
Using SSH Config Dir /home/circleci/.ssh 
Cloning into '.'... 
Warning: Permanently added the RSA host key for IP address '140.82.113.3' to the list of known hosts.  
remote: Enumerating objects: 481693         remote: Enumerating objects: 116, done.         
remote: Counting objects:  98% (114/116)         remote: Counting objects:  99% (115/116)         remote: Counting objects: 100% (116/116)         remote: Counting objects: 100% (116/116), done.         
remote: Compressing objects:  98% (105/107)         remote: Compressing objects:  99% (106/107)         remote: Compressing objects: 100% (107/107)         remote: Compressing objects: 100% (107/107), done.         
Receiving objects:  97% (467355/481809), 314.90 MiB | 32.84 MiB/s Receiving objects:  98% (472173/481809), 314.90 MiB | 32.84 MiB/s Receiving objects:  99% (476991/481809), 314.90 MiB | 32.84 MiB/s remote: Total 481809 (delta 51), reused 35 (delta 9), pack-reused 481693         
Receiving objects: 100% (481809/481809), 314.90 MiB | 32.84 MiB/s Receiving objects: 100% (481809/481809), 322.43 MiB | 29.95 MiB/s, done. 
Resolving deltas:  98% (379229/386965) Resolving deltas:  99% (383112/386965) Resolving deltas: 100% (386965/386965) Resolving deltas: 100% (386965/386965), done. 
Warning: Permanently added the RSA host key for IP address '140.82.113.4' to the list of known hosts.  
fatal: couldn't find remote ref malfet/cp-48676 

See CircleCI build pytorch_linux_xenial_py3_clang7_onnx_ort_test2 (23/25)

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

fatal: couldn't find remote ref malfet/cp-48676
Using SSH Config Dir /home/circleci/.ssh 
Cloning into '.'... 
Warning: Permanently added the RSA host key for IP address '140.82.114.4' to the list of known hosts.  
remote: Enumerating objects: 481701         remote: Enumerating objects: 12, done.         
remote: Counting objects:  83% (10/12)         remote: Counting objects:  91% (11/12)         remote: Counting objects: 100% (12/12)         remote: Counting objects: 100% (12/12), done.         
remote: Compressing objects:  83% (10/12)         remote: Compressing objects:  91% (11/12)         remote: Compressing objects: 100% (12/12)         remote: Compressing objects: 100% (12/12), done.         
Receiving objects:  97% (467262/481713), 307.75 MiB | 34.99 MiB/s Receiving objects:  98% (472079/481713), 307.75 MiB | 34.99 MiB/s Receiving objects:  99% (476896/481713), 307.75 MiB | 34.99 MiB/s remote: Total 481713 (delta 2), reused 4 (delta 0), pack-reused 481701         
Receiving objects: 100% (481713/481713), 307.75 MiB | 34.99 MiB/s Receiving objects: 100% (481713/481713), 320.10 MiB | 30.83 MiB/s, done. 
Resolving deltas:  98% (379174/386911) Resolving deltas:  99% (383058/386911) Resolving deltas: 100% (386911/386911) Resolving deltas: 100% (386911/386911), done. 
Warning: Permanently added the RSA host key for IP address '140.82.113.3' to the list of known hosts.  
fatal: couldn't find remote ref malfet/cp-48676 

See CircleCI build pytorch_linux_xenial_cuda10_2_cudnn7_py3_ge_config_profiling_test (24/25)

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

fatal: couldn't find remote ref malfet/cp-48676
Using SSH Config Dir /home/circleci/.ssh 
Cloning into '.'... 
Warning: Permanently added the RSA host key for IP address '140.82.112.3' to the list of known hosts.  
remote: Enumerating objects: 481696         remote: Enumerating objects: 138, done.         
remote: Counting objects:  98% (136/138)         remote: Counting objects:  99% (137/138)         remote: Counting objects: 100% (138/138)         remote: Counting objects: 100% (138/138), done.         
remote: Compressing objects:  98% (113/115)         remote: Compressing objects:  99% (114/115)         remote: Compressing objects: 100% (115/115)         remote: Compressing objects: 100% (115/115), done.         
Receiving objects:  97% (467379/481834), 307.43 MiB | 35.83 MiB/s Receiving objects:  98% (472198/481834), 307.43 MiB | 35.83 MiB/s Receiving objects:  99% (477016/481834), 307.43 MiB | 35.83 MiB/s remote: Total 481834 (delta 66), reused 53 (delta 23), pack-reused 481696         
Receiving objects: 100% (481834/481834), 307.43 MiB | 35.83 MiB/s Receiving objects: 100% (481834/481834), 320.01 MiB | 30.82 MiB/s, done. 
Resolving deltas:  98% (379224/386948) Resolving deltas:  99% (383080/386948) Resolving deltas: 100% (386948/386948) Resolving deltas: 100% (386948/386948), done. 
fatal: couldn't find remote ref malfet/cp-48676 

See CircleCI build pytorch_linux_xenial_py3_6_gcc5_4_ge_config_profiling_test (25/25)

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

fatal: couldn't find remote ref malfet/cp-48676
Using SSH Config Dir /home/circleci/.ssh 
Cloning into '.'... 
Warning: Permanently added the RSA host key for IP address '140.82.112.4' to the list of known hosts.  
remote: Enumerating objects: 481343         remote: Enumerating objects: 361, done.         
remote: Counting objects:  98% (354/361)         remote: Counting objects:  99% (358/361)         remote: Counting objects: 100% (361/361)         remote: Counting objects: 100% (361/361), done.         
remote: Compressing objects:  98% (245/250)         remote: Compressing objects:  99% (248/250)         remote: Compressing objects: 100% (250/250)         remote: Compressing objects: 100% (250/250), done.         
Receiving objects:  98% (472070/481704), 305.67 MiB | 33.33 MiB/s Receiving objects:  99% (476887/481704), 305.67 MiB | 33.33 MiB/s Receiving objects:  99% (481530/481704), 305.67 MiB | 33.33 MiB/s remote: Total 481704 (delta 205), reused 174 (delta 111), pack-reused 481343         
Receiving objects: 100% (481704/481704), 320.01 MiB | 33.14 MiB/s Receiving objects: 100% (481704/481704), 320.26 MiB | 29.07 MiB/s, done. 
Resolving deltas:  98% (379082/386791) Resolving deltas:  99% (382944/386791) Resolving deltas: 100% (386791/386791) Resolving deltas: 100% (386791/386791), done. 
Warning: Permanently added the RSA host key for IP address '140.82.113.3' to the list of known hosts.  
fatal: couldn't find remote ref malfet/cp-48676 

🚧 2 fixed upstream failures:

These were probably caused by upstream breakages that were already fixed.

Please rebase on the viable/strict branch (expand for instructions)

Since your merge base is older than viable/strict, run these commands:

git fetch https://github.com/pytorch/pytorch viable/strict
git rebase FETCH_HEAD

Check out the recency history of this "viable master" tracking branch.


Extra GitHub checks: 1 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 on the GitHub issue tracker or post in the (internal) Dr. CI Users group.

See how this bot performed.

This comment has been revised 9 times.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

cla signed oncall: jit Add this issue/PR to JIT oncall triage queue

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants