pytorch icon indicating copy to clipboard operation
pytorch copied to clipboard

Dispatch the auxiliary frobenius_norm and nuclear_norm to better implementations and deprecate them

Open lezcano opened this issue 3 years ago • 23 comments

Stack from ghstack (oldest at bottom):

  • -> #81763

These functions will be legacy functions. We deprecate them, but we also take this chance to dispatch to a more efficient and consistent implementation. Doing so should help writing a conversion rule for these to be able to remove them once and for all

cc @jianyuh @nikitaved @pearu @mruberry @walterddr @IvanYashchuk @xwang233 @Lezcano @ezyang @ngimel @peterbell10

Differential Revision: D42354776

lezcano avatar Jul 20 '22 12:07 lezcano

:link: Helpful links

:x: 30 New Failures

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

Expand to see more
  • 30/30 failures introduced in this PR

:detective: 30 new failures recognized by patterns

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

See GitHub Actions build pull / linux-xenial-py3-clang5-mobile-build / build (1/30)

Step: "Get workflow job id" (full log | diagnosis details)

2022-09-07T13:58:49.7394111Z ##[error]Final attempt failed. Child_process exited with error code 1
2022-09-07T13:58:17.7261243Z 
2022-09-07T13:58:17.7279696Z + python3 -m pip install requests==2.26.0
2022-09-07T13:58:17.9367109Z Defaulting to user installation because normal site-packages is not writeable
2022-09-07T13:58:17.9534169Z Requirement already satisfied: requests==2.26.0 in /home/ec2-user/.local/lib/python3.7/site-packages (2.26.0)
2022-09-07T13:58:17.9667186Z Requirement already satisfied: charset-normalizer~=2.0.0; python_version >= "3" in /home/ec2-user/.local/lib/python3.7/site-packages (from requests==2.26.0) (2.0.12)
2022-09-07T13:58:17.9686881Z Requirement already satisfied: urllib3<1.27,>=1.21.1 in /home/ec2-user/.local/lib/python3.7/site-packages (from requests==2.26.0) (1.26.12)
2022-09-07T13:58:17.9841460Z Requirement already satisfied: certifi>=2017.4.17 in /home/ec2-user/.local/lib/python3.7/site-packages (from requests==2.26.0) (2022.6.15)
2022-09-07T13:58:17.9850477Z Requirement already satisfied: idna<4,>=2.5; python_version >= "3" in /home/ec2-user/.local/lib/python3.7/site-packages (from requests==2.26.0) (3.3)
2022-09-07T13:58:18.0477910Z ++ python3 .github/scripts/get_workflow_job_id.py 3008132891 i-016bbd81e34b2640b
2022-09-07T13:58:19.6610432Z + GHA_WORKFLOW_JOB_ID=
2022-09-07T13:58:49.7394111Z ##[error]Final attempt failed. Child_process exited with error code 1
2022-09-07T13:58:49.7394978Z 
2022-09-07T13:58:49.7395662Z 
2022-09-07T13:58:49.7530309Z Prepare all required actions
2022-09-07T13:58:49.7550641Z ##[group]Run ./.github/actions/teardown-linux
2022-09-07T13:58:49.7550850Z with:
2022-09-07T13:58:49.7550999Z ##[endgroup]
2022-09-07T13:58:49.7568822Z ##[group]Run .github/scripts/wait_for_ssh_to_drain.sh
2022-09-07T13:58:49.7569084Z [36;1m.github/scripts/wait_for_ssh_to_drain.sh[0m
2022-09-07T13:58:49.7580727Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0}
2022-09-07T13:58:49.7580955Z ##[endgroup]

See GitHub Actions build trunk / macos-12-py3-arm64 / build (2/30)

Step: "Get workflow job id" (full log | diagnosis details)

2022-09-07T14:02:29.8917640Z ##[error]Final attempt failed. Child_process exited with error code 1
2022-09-07T14:01:55.8770910Z ##[warning]Attempt 4 failed. Reason: Child_process exited with error code 1
2022-09-07T14:01:55.8771840Z 
2022-09-07T14:01:55.8839790Z + python3 -m pip install requests==2.26.0
2022-09-07T14:01:56.5006270Z Requirement already satisfied: requests==2.26.0 in /Users/runner/work/_temp/miniconda/lib/python3.9/site-packages (2.26.0)
2022-09-07T14:01:56.5226850Z Requirement already satisfied: idna<4,>=2.5 in /Users/runner/work/_temp/miniconda/lib/python3.9/site-packages (from requests==2.26.0) (3.3)
2022-09-07T14:01:56.5240410Z Requirement already satisfied: certifi>=2017.4.17 in /Users/runner/work/_temp/miniconda/lib/python3.9/site-packages (from requests==2.26.0) (2021.10.8)
2022-09-07T14:01:56.5256790Z Requirement already satisfied: charset-normalizer~=2.0.0 in /Users/runner/work/_temp/miniconda/lib/python3.9/site-packages (from requests==2.26.0) (2.0.4)
2022-09-07T14:01:56.5272700Z Requirement already satisfied: urllib3<1.27,>=1.21.1 in /Users/runner/work/_temp/miniconda/lib/python3.9/site-packages (from requests==2.26.0) (1.26.8)
2022-09-07T14:01:56.7981260Z ++ python3 .github/scripts/get_workflow_job_id.py 3008133563 'GitHub Actions 76'
2022-09-07T14:01:59.1429040Z + GHA_WORKFLOW_JOB_ID=
2022-09-07T14:02:29.8917640Z ##[error]Final attempt failed. Child_process exited with error code 1
2022-09-07T14:02:29.8918930Z 
2022-09-07T14:02:29.8920110Z 
2022-09-07T14:02:29.9242330Z Post job cleanup.
2022-09-07T14:02:29.9328710Z Post job cleanup.
2022-09-07T14:02:30.1499250Z [command]/usr/local/bin/git version
2022-09-07T14:02:30.1626910Z git version 2.37.3
2022-09-07T14:02:30.1706540Z Copying '/Users/runner/.gitconfig' to '/Users/runner/work/_temp/a9878864-c98e-4954-87f6-e96fab96d37c/.gitconfig'
2022-09-07T14:02:30.1733200Z Temporarily overriding HOME='/Users/runner/work/_temp/a9878864-c98e-4954-87f6-e96fab96d37c' before making global git config changes
2022-09-07T14:02:30.1734090Z Adding repository directory to the temporary git global config as a safe directory
2022-09-07T14:02:30.1746580Z [command]/usr/local/bin/git config --global --add safe.directory /Users/runner/work/pytorch/pytorch

See GitHub Actions build trunk / caffe2-linux-focal-py3.7-gcc7 / build (3/30)

Step: "Get workflow job id" (full log | diagnosis details)

2022-09-07T13:58:45.9419073Z ##[error]Final attempt failed. Child_process exited with error code 1
2022-09-07T13:58:13.9087268Z 
2022-09-07T13:58:13.9105303Z + python3 -m pip install requests==2.26.0
2022-09-07T13:58:14.1109919Z Defaulting to user installation because normal site-packages is not writeable
2022-09-07T13:58:14.1266216Z Requirement already satisfied: requests==2.26.0 in /home/ec2-user/.local/lib/python3.7/site-packages (2.26.0)
2022-09-07T13:58:14.1392320Z Requirement already satisfied: charset-normalizer~=2.0.0; python_version >= "3" in /home/ec2-user/.local/lib/python3.7/site-packages (from requests==2.26.0) (2.0.12)
2022-09-07T13:58:14.1410819Z Requirement already satisfied: idna<4,>=2.5; python_version >= "3" in /home/ec2-user/.local/lib/python3.7/site-packages (from requests==2.26.0) (3.3)
2022-09-07T13:58:14.1420946Z Requirement already satisfied: urllib3<1.27,>=1.21.1 in /home/ec2-user/.local/lib/python3.7/site-packages (from requests==2.26.0) (1.26.12)
2022-09-07T13:58:14.1571631Z Requirement already satisfied: certifi>=2017.4.17 in /home/ec2-user/.local/lib/python3.7/site-packages (from requests==2.26.0) (2022.6.15)
2022-09-07T13:58:14.2130645Z ++ python3 .github/scripts/get_workflow_job_id.py 3008133563 i-040a474838c1d1de3
2022-09-07T13:58:15.4673478Z + GHA_WORKFLOW_JOB_ID=
2022-09-07T13:58:45.9419073Z ##[error]Final attempt failed. Child_process exited with error code 1
2022-09-07T13:58:45.9419661Z 
2022-09-07T13:58:45.9420158Z 
2022-09-07T13:58:45.9526288Z Prepare all required actions
2022-09-07T13:58:45.9543453Z ##[group]Run ./.github/actions/teardown-linux
2022-09-07T13:58:45.9543666Z with:
2022-09-07T13:58:45.9543814Z ##[endgroup]
2022-09-07T13:58:45.9556217Z ##[group]Run .github/scripts/wait_for_ssh_to_drain.sh
2022-09-07T13:58:45.9556474Z [36;1m.github/scripts/wait_for_ssh_to_drain.sh[0m
2022-09-07T13:58:45.9568082Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0}
2022-09-07T13:58:45.9568305Z ##[endgroup]

See GitHub Actions build pull / linux-focal-py3.7-gcc7-no-ops / build (4/30)

Step: "Get workflow job id" (full log | diagnosis details)

2022-09-07T13:59:24.3994457Z ##[error]Final attempt failed. Child_process exited with error code 1
2022-09-07T13:58:51.3828893Z 
2022-09-07T13:58:51.3850528Z + python3 -m pip install requests==2.26.0
2022-09-07T13:58:51.6171460Z Defaulting to user installation because normal site-packages is not writeable
2022-09-07T13:58:51.6358659Z Requirement already satisfied: requests==2.26.0 in /home/ec2-user/.local/lib/python3.7/site-packages (2.26.0)
2022-09-07T13:58:51.6499564Z Requirement already satisfied: charset-normalizer~=2.0.0; python_version >= "3" in /home/ec2-user/.local/lib/python3.7/site-packages (from requests==2.26.0) (2.0.12)
2022-09-07T13:58:51.6522156Z Requirement already satisfied: certifi>=2017.4.17 in /home/ec2-user/.local/lib/python3.7/site-packages (from requests==2.26.0) (2022.6.15)
2022-09-07T13:58:51.6532453Z Requirement already satisfied: urllib3<1.27,>=1.21.1 in /home/ec2-user/.local/lib/python3.7/site-packages (from requests==2.26.0) (1.26.12)
2022-09-07T13:58:51.6700048Z Requirement already satisfied: idna<4,>=2.5; python_version >= "3" in /home/ec2-user/.local/lib/python3.7/site-packages (from requests==2.26.0) (3.3)
2022-09-07T13:58:51.7495705Z ++ python3 .github/scripts/get_workflow_job_id.py 3008132891 i-056661f0bc59210bf
2022-09-07T13:58:53.7456562Z + GHA_WORKFLOW_JOB_ID=
2022-09-07T13:59:24.3994457Z ##[error]Final attempt failed. Child_process exited with error code 1
2022-09-07T13:59:24.3995174Z 
2022-09-07T13:59:24.3995913Z 
2022-09-07T13:59:24.4129667Z Prepare all required actions
2022-09-07T13:59:24.4151556Z ##[group]Run ./.github/actions/teardown-linux
2022-09-07T13:59:24.4151781Z with:
2022-09-07T13:59:24.4151941Z ##[endgroup]
2022-09-07T13:59:24.4169827Z ##[group]Run .github/scripts/wait_for_ssh_to_drain.sh
2022-09-07T13:59:24.4170105Z [36;1m.github/scripts/wait_for_ssh_to_drain.sh[0m
2022-09-07T13:59:24.4181615Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0}
2022-09-07T13:59:24.4181854Z ##[endgroup]

See GitHub Actions build pull / linux-focal-py3.7-gcc7-mobile-lightweight-dispatch-build / build (5/30)

Step: "Get workflow job id" (full log | diagnosis details)

2022-09-07T13:58:45.6316106Z ##[error]Final attempt failed. Child_process exited with error code 1
2022-09-07T13:58:12.5962053Z 
2022-09-07T13:58:12.5981162Z + python3 -m pip install requests==2.26.0
2022-09-07T13:58:12.8010165Z Defaulting to user installation because normal site-packages is not writeable
2022-09-07T13:58:12.8170660Z Requirement already satisfied: requests==2.26.0 in /home/ec2-user/.local/lib/python3.7/site-packages (2.26.0)
2022-09-07T13:58:12.8296803Z Requirement already satisfied: idna<4,>=2.5; python_version >= "3" in /home/ec2-user/.local/lib/python3.7/site-packages (from requests==2.26.0) (3.3)
2022-09-07T13:58:12.8307819Z Requirement already satisfied: urllib3<1.27,>=1.21.1 in /home/ec2-user/.local/lib/python3.7/site-packages (from requests==2.26.0) (1.26.12)
2022-09-07T13:58:12.8458383Z Requirement already satisfied: charset-normalizer~=2.0.0; python_version >= "3" in /home/ec2-user/.local/lib/python3.7/site-packages (from requests==2.26.0) (2.0.12)
2022-09-07T13:58:12.8475796Z Requirement already satisfied: certifi>=2017.4.17 in /home/ec2-user/.local/lib/python3.7/site-packages (from requests==2.26.0) (2022.6.15)
2022-09-07T13:58:12.9067255Z ++ python3 .github/scripts/get_workflow_job_id.py 3008132891 i-0ddc2d01cf4306ed0
2022-09-07T13:58:14.6474400Z + GHA_WORKFLOW_JOB_ID=
2022-09-07T13:58:45.6316106Z ##[error]Final attempt failed. Child_process exited with error code 1
2022-09-07T13:58:45.6316733Z 
2022-09-07T13:58:45.6317248Z 
2022-09-07T13:58:45.6449759Z Prepare all required actions
2022-09-07T13:58:45.6469773Z ##[group]Run ./.github/actions/teardown-linux
2022-09-07T13:58:45.6469980Z with:
2022-09-07T13:58:45.6470128Z ##[endgroup]
2022-09-07T13:58:45.6485207Z ##[group]Run .github/scripts/wait_for_ssh_to_drain.sh
2022-09-07T13:58:45.6485469Z [36;1m.github/scripts/wait_for_ssh_to_drain.sh[0m
2022-09-07T13:58:45.6496970Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0}
2022-09-07T13:58:45.6497200Z ##[endgroup]

See GitHub Actions build pull / win-vs2019-cuda11.6-py3 / build (6/30)

Step: "Get workflow job id" (full log | diagnosis details)

2022-09-07T14:02:57.7256605Z ##[error]Final attempt failed. Child_process exited with error code 1
2022-09-07T14:02:23.6673161Z ##[warning]Attempt 4 failed. Reason: Child_process exited with error code 1
2022-09-07T14:02:23.6673906Z 
2022-09-07T14:02:23.7192527Z + python3 -m pip install requests==2.26.0
2022-09-07T14:02:24.5724355Z Requirement already satisfied: requests==2.26.0 in c:\actions-runner\_work\_tool\python\3.10.7\x64\lib\site-packages (2.26.0)
2022-09-07T14:02:24.5916157Z Requirement already satisfied: urllib3<1.27,>=1.21.1 in c:\actions-runner\_work\_tool\python\3.10.7\x64\lib\site-packages (from requests==2.26.0) (1.26.12)
2022-09-07T14:02:24.5927778Z Requirement already satisfied: idna<4,>=2.5 in c:\actions-runner\_work\_tool\python\3.10.7\x64\lib\site-packages (from requests==2.26.0) (3.3)
2022-09-07T14:02:24.5934315Z Requirement already satisfied: certifi>=2017.4.17 in c:\actions-runner\_work\_tool\python\3.10.7\x64\lib\site-packages (from requests==2.26.0) (2022.6.15)
2022-09-07T14:02:24.5947766Z Requirement already satisfied: charset-normalizer~=2.0.0 in c:\actions-runner\_work\_tool\python\3.10.7\x64\lib\site-packages (from requests==2.26.0) (2.0.12)
2022-09-07T14:02:24.7685580Z ++ python3 .github/scripts/get_workflow_job_id.py 3008132891 i-099a5ed44751fc677
2022-09-07T14:02:27.0408726Z + GHA_WORKFLOW_JOB_ID=
2022-09-07T14:02:57.7256605Z ##[error]Final attempt failed. Child_process exited with error code 1
2022-09-07T14:02:57.7257290Z 
2022-09-07T14:02:57.7258195Z 
2022-09-07T14:02:57.8031999Z Prepare all required actions
2022-09-07T14:02:57.8383145Z ##[group]Run ./.github/actions/teardown-win
2022-09-07T14:02:57.8383372Z with:
2022-09-07T14:02:57.8383591Z   extra-delete-dir: /c/3008132891/build-results/
2022-09-07T14:02:57.8383807Z env:
2022-09-07T14:02:57.8383974Z   GIT_DEFAULT_BRANCH: master
2022-09-07T14:02:57.8384251Z   pythonLocation: C:\actions-runner\_work\_tool\Python\3.10.7\x64
2022-09-07T14:02:57.8384505Z ##[endgroup]

See GitHub Actions build trunk / win-vs2019-cuda11.6-py3 / build (7/30)

Step: "Get workflow job id" (full log | diagnosis details)

2022-09-07T14:03:13.1248581Z ##[error]Final attempt failed. Child_process exited with error code 1
2022-09-07T14:02:40.0696722Z ##[warning]Attempt 4 failed. Reason: Child_process exited with error code 1
2022-09-07T14:02:40.0697392Z 
2022-09-07T14:02:40.0889631Z + python3 -m pip install requests==2.26.0
2022-09-07T14:02:40.6149711Z Requirement already satisfied: requests==2.26.0 in c:\actions-runner\_work\_tool\python\3.10.7\x64\lib\site-packages (2.26.0)
2022-09-07T14:02:40.6262547Z Requirement already satisfied: certifi>=2017.4.17 in c:\actions-runner\_work\_tool\python\3.10.7\x64\lib\site-packages (from requests==2.26.0) (2022.6.15)
2022-09-07T14:02:40.6268608Z Requirement already satisfied: urllib3<1.27,>=1.21.1 in c:\actions-runner\_work\_tool\python\3.10.7\x64\lib\site-packages (from requests==2.26.0) (1.26.12)
2022-09-07T14:02:40.6280108Z Requirement already satisfied: charset-normalizer~=2.0.0 in c:\actions-runner\_work\_tool\python\3.10.7\x64\lib\site-packages (from requests==2.26.0) (2.0.12)
2022-09-07T14:02:40.6293173Z Requirement already satisfied: idna<4,>=2.5 in c:\actions-runner\_work\_tool\python\3.10.7\x64\lib\site-packages (from requests==2.26.0) (3.3)
2022-09-07T14:02:40.7489027Z ++ python3 .github/scripts/get_workflow_job_id.py 3008133563 i-0cf3c544e8d342580
2022-09-07T14:02:42.3726245Z + GHA_WORKFLOW_JOB_ID=
2022-09-07T14:03:13.1248581Z ##[error]Final attempt failed. Child_process exited with error code 1
2022-09-07T14:03:13.1249395Z 
2022-09-07T14:03:13.1250458Z 
2022-09-07T14:03:13.2042698Z Prepare all required actions
2022-09-07T14:03:13.2075430Z ##[group]Run ./.github/actions/teardown-win
2022-09-07T14:03:13.2075652Z with:
2022-09-07T14:03:13.2075877Z   extra-delete-dir: /c/3008133563/build-results/
2022-09-07T14:03:13.2076093Z env:
2022-09-07T14:03:13.2076261Z   GIT_DEFAULT_BRANCH: master
2022-09-07T14:03:13.2076538Z   pythonLocation: C:\actions-runner\_work\_tool\Python\3.10.7\x64
2022-09-07T14:03:13.2076790Z ##[endgroup]

See GitHub Actions build trunk / macos-12-py3-x86-64 / build (8/30)

Step: "Get workflow job id" (full log | diagnosis details)

2022-09-07T13:58:13.0531270Z ##[error]Final attempt failed. Child_process exited with error code 1
2022-09-07T13:57:40.0403990Z ##[warning]Attempt 4 failed. Reason: Child_process exited with error code 1
2022-09-07T13:57:40.0405330Z 
2022-09-07T13:57:40.0480950Z + python3 -m pip install requests==2.26.0
2022-09-07T13:57:40.6591300Z Requirement already satisfied: requests==2.26.0 in /Users/runner/work/_temp/miniconda/lib/python3.9/site-packages (2.26.0)
2022-09-07T13:57:40.6806630Z Requirement already satisfied: certifi>=2017.4.17 in /Users/runner/work/_temp/miniconda/lib/python3.9/site-packages (from requests==2.26.0) (2021.10.8)
2022-09-07T13:57:40.6825640Z Requirement already satisfied: charset-normalizer~=2.0.0 in /Users/runner/work/_temp/miniconda/lib/python3.9/site-packages (from requests==2.26.0) (2.0.4)
2022-09-07T13:57:40.6842130Z Requirement already satisfied: idna<4,>=2.5 in /Users/runner/work/_temp/miniconda/lib/python3.9/site-packages (from requests==2.26.0) (3.3)
2022-09-07T13:57:40.6858620Z Requirement already satisfied: urllib3<1.27,>=1.21.1 in /Users/runner/work/_temp/miniconda/lib/python3.9/site-packages (from requests==2.26.0) (1.26.8)
2022-09-07T13:57:40.9627150Z ++ python3 .github/scripts/get_workflow_job_id.py 3008133563 'GitHub Actions 61'
2022-09-07T13:57:42.2153810Z + GHA_WORKFLOW_JOB_ID=
2022-09-07T13:58:13.0531270Z ##[error]Final attempt failed. Child_process exited with error code 1
2022-09-07T13:58:13.0532970Z 
2022-09-07T13:58:13.0534390Z 
2022-09-07T13:58:13.0853460Z Post job cleanup.
2022-09-07T13:58:13.0943300Z Post job cleanup.
2022-09-07T13:58:13.2913620Z [command]/usr/local/bin/git version
2022-09-07T13:58:13.3061650Z git version 2.37.3
2022-09-07T13:58:13.3161860Z Copying '/Users/runner/.gitconfig' to '/Users/runner/work/_temp/45a81b15-5e85-4736-9f37-36c4d451bd8f/.gitconfig'
2022-09-07T13:58:13.3190790Z Temporarily overriding HOME='/Users/runner/work/_temp/45a81b15-5e85-4736-9f37-36c4d451bd8f' before making global git config changes
2022-09-07T13:58:13.3191990Z Adding repository directory to the temporary git global config as a safe directory
2022-09-07T13:58:13.3203800Z [command]/usr/local/bin/git config --global --add safe.directory /Users/runner/work/pytorch/pytorch

See GitHub Actions build pull / linux-focal-rocm5.2-py3.7 / build (9/30)

Step: "Get workflow job id" (full log | diagnosis details)

2022-09-07T14:01:25.9319634Z ##[error]Final attempt failed. Child_process exited with error code 1
2022-09-07T14:00:52.9015189Z 
2022-09-07T14:00:52.9033816Z + python3 -m pip install requests==2.26.0
2022-09-07T14:00:53.1128869Z Defaulting to user installation because normal site-packages is not writeable
2022-09-07T14:00:53.1293105Z Requirement already satisfied: requests==2.26.0 in /home/ec2-user/.local/lib/python3.7/site-packages (2.26.0)
2022-09-07T14:00:53.1421685Z Requirement already satisfied: certifi>=2017.4.17 in /home/ec2-user/.local/lib/python3.7/site-packages (from requests==2.26.0) (2022.6.15)
2022-09-07T14:00:53.1429167Z Requirement already satisfied: idna<4,>=2.5; python_version >= "3" in /home/ec2-user/.local/lib/python3.7/site-packages (from requests==2.26.0) (3.3)
2022-09-07T14:00:53.1440022Z Requirement already satisfied: urllib3<1.27,>=1.21.1 in /home/ec2-user/.local/lib/python3.7/site-packages (from requests==2.26.0) (1.26.12)
2022-09-07T14:00:53.1591298Z Requirement already satisfied: charset-normalizer~=2.0.0; python_version >= "3" in /home/ec2-user/.local/lib/python3.7/site-packages (from requests==2.26.0) (2.0.12)
2022-09-07T14:00:53.2220009Z ++ python3 .github/scripts/get_workflow_job_id.py 3008132891 i-0f07751788d79c154
2022-09-07T14:00:55.1442909Z + GHA_WORKFLOW_JOB_ID=
2022-09-07T14:01:25.9319634Z ##[error]Final attempt failed. Child_process exited with error code 1
2022-09-07T14:01:25.9320269Z 
2022-09-07T14:01:25.9320780Z 
2022-09-07T14:01:25.9439528Z Prepare all required actions
2022-09-07T14:01:25.9459937Z ##[group]Run ./.github/actions/teardown-linux
2022-09-07T14:01:25.9460148Z with:
2022-09-07T14:01:25.9460295Z ##[endgroup]
2022-09-07T14:01:25.9476100Z ##[group]Run .github/scripts/wait_for_ssh_to_drain.sh
2022-09-07T14:01:25.9476360Z [36;1m.github/scripts/wait_for_ssh_to_drain.sh[0m
2022-09-07T14:01:25.9487682Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0}
2022-09-07T14:01:25.9487911Z ##[endgroup]

See GitHub Actions build pull / linux-bionic-cuda11.6-py3.10-gcc7-bazel-test / build-and-test (10/30)

Step: "Get workflow job id" (full log | diagnosis details)

2022-09-07T14:01:13.7926327Z ##[error]Final attempt failed. Child_process exited with error code 1
2022-09-07T14:00:39.7598960Z 
2022-09-07T14:00:39.7620316Z + python3 -m pip install requests==2.26.0
2022-09-07T14:00:39.9836781Z Defaulting to user installation because normal site-packages is not writeable
2022-09-07T14:00:40.0015954Z Requirement already satisfied: requests==2.26.0 in /home/ec2-user/.local/lib/python3.7/site-packages (2.26.0)
2022-09-07T14:00:40.0150479Z Requirement already satisfied: charset-normalizer~=2.0.0; python_version >= "3" in /home/ec2-user/.local/lib/python3.7/site-packages (from requests==2.26.0) (2.0.12)
2022-09-07T14:00:40.0171129Z Requirement already satisfied: certifi>=2017.4.17 in /home/ec2-user/.local/lib/python3.7/site-packages (from requests==2.26.0) (2022.6.15)
2022-09-07T14:00:40.0179707Z Requirement already satisfied: idna<4,>=2.5; python_version >= "3" in /home/ec2-user/.local/lib/python3.7/site-packages (from requests==2.26.0) (3.3)
2022-09-07T14:00:40.0191256Z Requirement already satisfied: urllib3<1.27,>=1.21.1 in /home/ec2-user/.local/lib/python3.7/site-packages (from requests==2.26.0) (1.26.12)
2022-09-07T14:00:40.1046996Z ++ python3 .github/scripts/get_workflow_job_id.py 3008132891 i-0258bf3218cb28f80
2022-09-07T14:00:42.7831066Z + GHA_WORKFLOW_JOB_ID=
2022-09-07T14:01:13.7926327Z ##[error]Final attempt failed. Child_process exited with error code 1
2022-09-07T14:01:13.7927053Z 
2022-09-07T14:01:13.7927598Z 
2022-09-07T14:01:13.7980145Z Prepare all required actions
2022-09-07T14:01:13.7997653Z ##[group]Run ./.github/actions/chown-workspace
2022-09-07T14:01:13.7997874Z env:
2022-09-07T14:01:13.7998043Z   GIT_DEFAULT_BRANCH: master
2022-09-07T14:01:13.7998237Z ##[endgroup]
2022-09-07T14:01:13.8012789Z ##[group]Run docker run --rm -v "$(pwd)":/v -w /v "${ALPINE_IMAGE}" chown -R "$(id -u):$(id -g)" .
2022-09-07T14:01:13.8013155Z [36;1mdocker run --rm -v "$(pwd)":/v -w /v "${ALPINE_IMAGE}" chown -R "$(id -u):$(id -g)" .[0m
2022-09-07T14:01:13.8024987Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0}

See GitHub Actions build pull / win-vs2019-cpu-py3 / build (11/30)

Step: "Get workflow job id" (full log | diagnosis details)

2022-09-07T14:03:18.8583499Z ##[error]Final attempt failed. Child_process exited with error code 1
2022-09-07T14:02:45.8248620Z ##[warning]Attempt 4 failed. Reason: Child_process exited with error code 1
2022-09-07T14:02:45.8249241Z 
2022-09-07T14:02:45.8453729Z + python3 -m pip install requests==2.26.0
2022-09-07T14:02:46.4044846Z Requirement already satisfied: requests==2.26.0 in c:\actions-runner\_work\_tool\python\3.10.7\x64\lib\site-packages (2.26.0)
2022-09-07T14:02:46.4163346Z Requirement already satisfied: idna<4,>=2.5 in c:\actions-runner\_work\_tool\python\3.10.7\x64\lib\site-packages (from requests==2.26.0) (3.3)
2022-09-07T14:02:46.4170292Z Requirement already satisfied: urllib3<1.27,>=1.21.1 in c:\actions-runner\_work\_tool\python\3.10.7\x64\lib\site-packages (from requests==2.26.0) (1.26.12)
2022-09-07T14:02:46.4176649Z Requirement already satisfied: certifi>=2017.4.17 in c:\actions-runner\_work\_tool\python\3.10.7\x64\lib\site-packages (from requests==2.26.0) (2022.6.15)
2022-09-07T14:02:46.4189927Z Requirement already satisfied: charset-normalizer~=2.0.0 in c:\actions-runner\_work\_tool\python\3.10.7\x64\lib\site-packages (from requests==2.26.0) (2.0.12)
2022-09-07T14:02:46.5700774Z ++ python3 .github/scripts/get_workflow_job_id.py 3008132891 i-0f91b481e89b391fb
2022-09-07T14:02:48.6603915Z + GHA_WORKFLOW_JOB_ID=
2022-09-07T14:03:18.8583499Z ##[error]Final attempt failed. Child_process exited with error code 1
2022-09-07T14:03:18.8584199Z 
2022-09-07T14:03:18.8585260Z 
2022-09-07T14:03:18.9385389Z Prepare all required actions
2022-09-07T14:03:18.9420504Z ##[group]Run ./.github/actions/teardown-win
2022-09-07T14:03:18.9420714Z with:
2022-09-07T14:03:18.9420922Z   extra-delete-dir: /c/3008132891/build-results/
2022-09-07T14:03:18.9421138Z env:
2022-09-07T14:03:18.9421296Z   GIT_DEFAULT_BRANCH: master
2022-09-07T14:03:18.9421558Z   pythonLocation: C:\actions-runner\_work\_tool\Python\3.10.7\x64
2022-09-07T14:03:18.9421795Z ##[endgroup]

See GitHub Actions build pull / linux-bionic-py3_7-clang8-xla / build (12/30)

Step: "Get workflow job id" (full log | diagnosis details)

2022-09-07T14:00:08.3751580Z ##[error]Final attempt failed. Child_process exited with error code 1
2022-09-07T13:59:35.3409163Z 
2022-09-07T13:59:35.3427927Z + python3 -m pip install requests==2.26.0
2022-09-07T13:59:35.5489800Z Defaulting to user installation because normal site-packages is not writeable
2022-09-07T13:59:35.5649627Z Requirement already satisfied: requests==2.26.0 in /home/ec2-user/.local/lib/python3.7/site-packages (2.26.0)
2022-09-07T13:59:35.5775741Z Requirement already satisfied: certifi>=2017.4.17 in /home/ec2-user/.local/lib/python3.7/site-packages (from requests==2.26.0) (2022.6.15)
2022-09-07T13:59:35.5783458Z Requirement already satisfied: urllib3<1.27,>=1.21.1 in /home/ec2-user/.local/lib/python3.7/site-packages (from requests==2.26.0) (1.26.12)
2022-09-07T13:59:35.5934775Z Requirement already satisfied: charset-normalizer~=2.0.0; python_version >= "3" in /home/ec2-user/.local/lib/python3.7/site-packages (from requests==2.26.0) (2.0.12)
2022-09-07T13:59:35.5952725Z Requirement already satisfied: idna<4,>=2.5; python_version >= "3" in /home/ec2-user/.local/lib/python3.7/site-packages (from requests==2.26.0) (3.3)
2022-09-07T13:59:35.6541491Z ++ python3 .github/scripts/get_workflow_job_id.py 3008132891 i-0229fb77ad3003f8b
2022-09-07T13:59:37.7054307Z + GHA_WORKFLOW_JOB_ID=
2022-09-07T14:00:08.3751580Z ##[error]Final attempt failed. Child_process exited with error code 1
2022-09-07T14:00:08.3752212Z 
2022-09-07T14:00:08.3752739Z 
2022-09-07T14:00:08.3898062Z Prepare all required actions
2022-09-07T14:00:08.3918124Z ##[group]Run ./.github/actions/teardown-linux
2022-09-07T14:00:08.3918322Z with:
2022-09-07T14:00:08.3918470Z ##[endgroup]
2022-09-07T14:00:08.3933884Z ##[group]Run .github/scripts/wait_for_ssh_to_drain.sh
2022-09-07T14:00:08.3934140Z [36;1m.github/scripts/wait_for_ssh_to_drain.sh[0m
2022-09-07T14:00:08.3945513Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0}
2022-09-07T14:00:08.3945738Z ##[endgroup]

See GitHub Actions build trunk / linux-bionic-py3.7-clang9-slow / build (13/30)

Step: "Get workflow job id" (full log | diagnosis details)

2022-09-07T13:59:36.3976115Z ##[error]Final attempt failed. Child_process exited with error code 1
2022-09-07T13:59:04.3647116Z 
2022-09-07T13:59:04.3664047Z + python3 -m pip install requests==2.26.0
2022-09-07T13:59:04.5789413Z Defaulting to user installation because normal site-packages is not writeable
2022-09-07T13:59:04.5957416Z Requirement already satisfied: requests==2.26.0 in /home/ec2-user/.local/lib/python3.7/site-packages (2.26.0)
2022-09-07T13:59:04.6088391Z Requirement already satisfied: urllib3<1.27,>=1.21.1 in /home/ec2-user/.local/lib/python3.7/site-packages (from requests==2.26.0) (1.26.12)
2022-09-07T13:59:04.6242572Z Requirement already satisfied: charset-normalizer~=2.0.0; python_version >= "3" in /home/ec2-user/.local/lib/python3.7/site-packages (from requests==2.26.0) (2.0.12)
2022-09-07T13:59:04.6262119Z Requirement already satisfied: certifi>=2017.4.17 in /home/ec2-user/.local/lib/python3.7/site-packages (from requests==2.26.0) (2022.6.15)
2022-09-07T13:59:04.6269993Z Requirement already satisfied: idna<4,>=2.5; python_version >= "3" in /home/ec2-user/.local/lib/python3.7/site-packages (from requests==2.26.0) (3.3)
2022-09-07T13:59:04.6957285Z ++ python3 .github/scripts/get_workflow_job_id.py 3008133563 i-0c92cfb460c04b5ea
2022-09-07T13:59:06.1132883Z + GHA_WORKFLOW_JOB_ID=
2022-09-07T13:59:36.3976115Z ##[error]Final attempt failed. Child_process exited with error code 1
2022-09-07T13:59:36.3976914Z 
2022-09-07T13:59:36.3977540Z 
2022-09-07T13:59:36.4096341Z Prepare all required actions
2022-09-07T13:59:36.4113651Z ##[group]Run ./.github/actions/teardown-linux
2022-09-07T13:59:36.4113846Z with:
2022-09-07T13:59:36.4114016Z ##[endgroup]
2022-09-07T13:59:36.4126753Z ##[group]Run .github/scripts/wait_for_ssh_to_drain.sh
2022-09-07T13:59:36.4127011Z [36;1m.github/scripts/wait_for_ssh_to_drain.sh[0m
2022-09-07T13:59:36.4138585Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0}
2022-09-07T13:59:36.4138820Z ##[endgroup]

See GitHub Actions build pull / linux-focal-py3.7-clang10-onnx / build (14/30)

Step: "Get workflow job id" (full log | diagnosis details)

2022-09-07T13:59:33.7922481Z ##[error]Final attempt failed. Child_process exited with error code 1
2022-09-07T13:59:00.7570676Z 
2022-09-07T13:59:00.7590838Z + python3 -m pip install requests==2.26.0
2022-09-07T13:59:00.9637516Z Defaulting to user installation because normal site-packages is not writeable
2022-09-07T13:59:00.9798047Z Requirement already satisfied: requests==2.26.0 in /home/ec2-user/.local/lib/python3.7/site-packages (2.26.0)
2022-09-07T13:59:00.9926920Z Requirement already satisfied: certifi>=2017.4.17 in /home/ec2-user/.local/lib/python3.7/site-packages (from requests==2.26.0) (2022.6.15)
2022-09-07T13:59:00.9934760Z Requirement already satisfied: idna<4,>=2.5; python_version >= "3" in /home/ec2-user/.local/lib/python3.7/site-packages (from requests==2.26.0) (3.3)
2022-09-07T13:59:00.9945829Z Requirement already satisfied: urllib3<1.27,>=1.21.1 in /home/ec2-user/.local/lib/python3.7/site-packages (from requests==2.26.0) (1.26.12)
2022-09-07T13:59:01.0098772Z Requirement already satisfied: charset-normalizer~=2.0.0; python_version >= "3" in /home/ec2-user/.local/lib/python3.7/site-packages (from requests==2.26.0) (2.0.12)
2022-09-07T13:59:01.0736345Z ++ python3 .github/scripts/get_workflow_job_id.py 3008132891 i-07b82fec6fe19e68a
2022-09-07T13:59:02.8811161Z + GHA_WORKFLOW_JOB_ID=
2022-09-07T13:59:33.7922481Z ##[error]Final attempt failed. Child_process exited with error code 1
2022-09-07T13:59:33.7923369Z 
2022-09-07T13:59:33.7924051Z 
2022-09-07T13:59:33.8060487Z Prepare all required actions
2022-09-07T13:59:33.8102752Z ##[group]Run ./.github/actions/teardown-linux
2022-09-07T13:59:33.8102959Z with:
2022-09-07T13:59:33.8103172Z ##[endgroup]
2022-09-07T13:59:33.8118665Z ##[group]Run .github/scripts/wait_for_ssh_to_drain.sh
2022-09-07T13:59:33.8118923Z [36;1m.github/scripts/wait_for_ssh_to_drain.sh[0m
2022-09-07T13:59:33.8130082Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0}
2022-09-07T13:59:33.8130294Z ##[endgroup]

See GitHub Actions build trunk / linux-focal-rocm5.2-py3.7 / build (15/30)

Step: "Get workflow job id" (full log | diagnosis details)

2022-09-07T14:01:21.7386992Z ##[error]Final attempt failed. Child_process exited with error code 1
2022-09-07T14:00:49.7067543Z 
2022-09-07T14:00:49.7077765Z + python3 -m pip install requests==2.26.0
2022-09-07T14:00:49.9256105Z Defaulting to user installation because normal site-packages is not writeable
2022-09-07T14:00:49.9427949Z Requirement already satisfied: requests==2.26.0 in /home/ec2-user/.local/lib/python3.7/site-packages (2.26.0)
2022-09-07T14:00:49.9563172Z Requirement already satisfied: charset-normalizer~=2.0.0; python_version >= "3" in /home/ec2-user/.local/lib/python3.7/site-packages (from requests==2.26.0) (2.0.12)
2022-09-07T14:00:49.9583762Z Requirement already satisfied: certifi>=2017.4.17 in /home/ec2-user/.local/lib/python3.7/site-packages (from requests==2.26.0) (2022.6.15)
2022-09-07T14:00:49.9592008Z Requirement already satisfied: idna<4,>=2.5; python_version >= "3" in /home/ec2-user/.local/lib/python3.7/site-packages (from requests==2.26.0) (3.3)
2022-09-07T14:00:49.9603201Z Requirement already satisfied: urllib3<1.27,>=1.21.1 in /home/ec2-user/.local/lib/python3.7/site-packages (from requests==2.26.0) (1.26.12)
2022-09-07T14:00:50.0437927Z ++ python3 .github/scripts/get_workflow_job_id.py 3008133563 i-0860484047f15df0f
2022-09-07T14:00:51.4653389Z + GHA_WORKFLOW_JOB_ID=
2022-09-07T14:01:21.7386992Z ##[error]Final attempt failed. Child_process exited with error code 1
2022-09-07T14:01:21.7387591Z 
2022-09-07T14:01:21.7405684Z 
2022-09-07T14:01:21.7502314Z Prepare all required actions
2022-09-07T14:01:21.7520498Z ##[group]Run ./.github/actions/teardown-linux
2022-09-07T14:01:21.7520717Z with:
2022-09-07T14:01:21.7520874Z ##[endgroup]
2022-09-07T14:01:21.7534809Z ##[group]Run .github/scripts/wait_for_ssh_to_drain.sh
2022-09-07T14:01:21.7535093Z [36;1m.github/scripts/wait_for_ssh_to_drain.sh[0m
2022-09-07T14:01:21.7546664Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0}
2022-09-07T14:01:21.7546904Z ##[endgroup]

See GitHub Actions build pull / linux-bionic-cuda11_6-py3_10-gcc7-deploy / build (16/30)

Step: "Get workflow job id" (full log | diagnosis details)

2022-09-07T14:01:04.8034740Z ##[error]Final attempt failed. Child_process exited with error code 1
2022-09-07T14:00:31.7681720Z 
2022-09-07T14:00:31.7699621Z + python3 -m pip install requests==2.26.0
2022-09-07T14:00:31.9724575Z Defaulting to user installation because normal site-packages is not writeable
2022-09-07T14:00:31.9884892Z Requirement already satisfied: requests==2.26.0 in /home/ec2-user/.local/lib/python3.7/site-packages (2.26.0)
2022-09-07T14:00:32.0010487Z Requirement already satisfied: charset-normalizer~=2.0.0; python_version >= "3" in /home/ec2-user/.local/lib/python3.7/site-packages (from requests==2.26.0) (2.0.12)
2022-09-07T14:00:32.0029097Z Requirement already satisfied: idna<4,>=2.5; python_version >= "3" in /home/ec2-user/.local/lib/python3.7/site-packages (from requests==2.26.0) (3.3)
2022-09-07T14:00:32.0039177Z Requirement already satisfied: certifi>=2017.4.17 in /home/ec2-user/.local/lib/python3.7/site-packages (from requests==2.26.0) (2022.6.15)
2022-09-07T14:00:32.0046168Z Requirement already satisfied: urllib3<1.27,>=1.21.1 in /home/ec2-user/.local/lib/python3.7/site-packages (from requests==2.26.0) (1.26.12)
2022-09-07T14:00:32.0822295Z ++ python3 .github/scripts/get_workflow_job_id.py 3008132891 i-065ebbf71052e9a47
2022-09-07T14:00:34.1246863Z + GHA_WORKFLOW_JOB_ID=
2022-09-07T14:01:04.8034740Z ##[error]Final attempt failed. Child_process exited with error code 1
2022-09-07T14:01:04.8035349Z 
2022-09-07T14:01:04.8035862Z 
2022-09-07T14:01:04.8173566Z Prepare all required actions
2022-09-07T14:01:04.8193893Z ##[group]Run ./.github/actions/teardown-linux
2022-09-07T14:01:04.8194099Z with:
2022-09-07T14:01:04.8194247Z ##[endgroup]
2022-09-07T14:01:04.8210117Z ##[group]Run .github/scripts/wait_for_ssh_to_drain.sh
2022-09-07T14:01:04.8210360Z [36;1m.github/scripts/wait_for_ssh_to_drain.sh[0m
2022-09-07T14:01:04.8221771Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0}
2022-09-07T14:01:04.8221997Z ##[endgroup]

See GitHub Actions build pull / linux-bionic-py3.7-clang9 / build (17/30)

Step: "Get workflow job id" (full log | diagnosis details)

2022-09-07T13:59:31.3609813Z ##[error]Final attempt failed. Child_process exited with error code 1
2022-09-07T13:58:58.3308265Z 
2022-09-07T13:58:58.3324865Z + python3 -m pip install requests==2.26.0
2022-09-07T13:58:58.5357882Z Defaulting to user installation because normal site-packages is not writeable
2022-09-07T13:58:58.5511927Z Requirement already satisfied: requests==2.26.0 in /home/ec2-user/.local/lib/python3.7/site-packages (2.26.0)
2022-09-07T13:58:58.5635736Z Requirement already satisfied: urllib3<1.27,>=1.21.1 in /home/ec2-user/.local/lib/python3.7/site-packages (from requests==2.26.0) (1.26.12)
2022-09-07T13:58:58.5785181Z Requirement already satisfied: idna<4,>=2.5; python_version >= "3" in /home/ec2-user/.local/lib/python3.7/site-packages (from requests==2.26.0) (3.3)
2022-09-07T13:58:58.5796178Z Requirement already satisfied: charset-normalizer~=2.0.0; python_version >= "3" in /home/ec2-user/.local/lib/python3.7/site-packages (from requests==2.26.0) (2.0.12)
2022-09-07T13:58:58.5814318Z Requirement already satisfied: certifi>=2017.4.17 in /home/ec2-user/.local/lib/python3.7/site-packages (from requests==2.26.0) (2022.6.15)
2022-09-07T13:58:58.6366688Z ++ python3 .github/scripts/get_workflow_job_id.py 3008132891 i-0749faadf953c232a
2022-09-07T13:59:00.4402133Z + GHA_WORKFLOW_JOB_ID=
2022-09-07T13:59:31.3609813Z ##[error]Final attempt failed. Child_process exited with error code 1
2022-09-07T13:59:31.3610474Z 
2022-09-07T13:59:31.3610970Z 
2022-09-07T13:59:31.3773419Z Prepare all required actions
2022-09-07T13:59:31.3793242Z ##[group]Run ./.github/actions/teardown-linux
2022-09-07T13:59:31.3793443Z with:
2022-09-07T13:59:31.3793587Z ##[endgroup]
2022-09-07T13:59:31.3808815Z ##[group]Run .github/scripts/wait_for_ssh_to_drain.sh
2022-09-07T13:59:31.3809071Z [36;1m.github/scripts/wait_for_ssh_to_drain.sh[0m
2022-09-07T13:59:31.3820610Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0}
2022-09-07T13:59:31.3820826Z ##[endgroup]

See GitHub Actions build pull / linux-focal-py3.7-gcc7-pch / build (18/30)

Step: "Get workflow job id" (full log | diagnosis details)

2022-09-07T13:59:04.4878606Z ##[error]Final attempt failed. Child_process exited with error code 1
2022-09-07T13:58:30.4516481Z 
2022-09-07T13:58:30.4533852Z + python3 -m pip install requests==2.26.0
2022-09-07T13:58:30.6625184Z Defaulting to user installation because normal site-packages is not writeable
2022-09-07T13:58:30.6786961Z Requirement already satisfied: requests==2.26.0 in /home/ec2-user/.local/lib/python3.7/site-packages (2.26.0)
2022-09-07T13:58:30.6914240Z Requirement already satisfied: idna<4,>=2.5; python_version >= "3" in /home/ec2-user/.local/lib/python3.7/site-packages (from requests==2.26.0) (3.3)
2022-09-07T13:58:30.6925500Z Requirement already satisfied: urllib3<1.27,>=1.21.1 in /home/ec2-user/.local/lib/python3.7/site-packages (from requests==2.26.0) (1.26.12)
2022-09-07T13:58:30.7076753Z Requirement already satisfied: certifi>=2017.4.17 in /home/ec2-user/.local/lib/python3.7/site-packages (from requests==2.26.0) (2022.6.15)
2022-09-07T13:58:30.7084837Z Requirement already satisfied: charset-normalizer~=2.0.0; python_version >= "3" in /home/ec2-user/.local/lib/python3.7/site-packages (from requests==2.26.0) (2.0.12)
2022-09-07T13:58:30.7754182Z ++ python3 .github/scripts/get_workflow_job_id.py 3008132891 i-06434963e8be39581
2022-09-07T13:58:33.5448017Z + GHA_WORKFLOW_JOB_ID=
2022-09-07T13:59:04.4878606Z ##[error]Final attempt failed. Child_process exited with error code 1
2022-09-07T13:59:04.4879305Z 
2022-09-07T13:59:04.4879802Z 
2022-09-07T13:59:04.5017841Z Prepare all required actions
2022-09-07T13:59:04.5061804Z ##[group]Run ./.github/actions/teardown-linux
2022-09-07T13:59:04.5062013Z with:
2022-09-07T13:59:04.5062163Z ##[endgroup]
2022-09-07T13:59:04.5077505Z ##[group]Run .github/scripts/wait_for_ssh_to_drain.sh
2022-09-07T13:59:04.5077765Z [36;1m.github/scripts/wait_for_ssh_to_drain.sh[0m
2022-09-07T13:59:04.5089549Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0}
2022-09-07T13:59:04.5089765Z ##[endgroup]

See GitHub Actions build trunk / parallelnative-linux-focal-py3.7-gcc7 / build (19/30)

Step: "Get workflow job id" (full log | diagnosis details)

2022-09-07T13:58:54.4793988Z ##[error]Final attempt failed. Child_process exited with error code 1
2022-09-07T13:58:22.4769907Z 
2022-09-07T13:58:22.4786644Z + python3 -m pip install requests==2.26.0
2022-09-07T13:58:22.6896665Z Defaulting to user installation because normal site-packages is not writeable
2022-09-07T13:58:22.7059391Z Requirement already satisfied: requests==2.26.0 in /home/ec2-user/.local/lib/python3.7/site-packages (2.26.0)
2022-09-07T13:58:22.7188904Z Requirement already satisfied: charset-normalizer~=2.0.0; python_version >= "3" in /home/ec2-user/.local/lib/python3.7/site-packages (from requests==2.26.0) (2.0.12)
2022-09-07T13:58:22.7207824Z Requirement already satisfied: certifi>=2017.4.17 in /home/ec2-user/.local/lib/python3.7/site-packages (from requests==2.26.0) (2022.6.15)
2022-09-07T13:58:22.7215738Z Requirement already satisfied: idna<4,>=2.5; python_version >= "3" in /home/ec2-user/.local/lib/python3.7/site-packages (from requests==2.26.0) (3.3)
2022-09-07T13:58:22.7226894Z Requirement already satisfied: urllib3<1.27,>=1.21.1 in /home/ec2-user/.local/lib/python3.7/site-packages (from requests==2.26.0) (1.26.12)
2022-09-07T13:58:22.7986931Z ++ python3 .github/scripts/get_workflow_job_id.py 3008133563 i-0ed5e086019ab7d7c
2022-09-07T13:58:24.4352399Z + GHA_WORKFLOW_JOB_ID=
2022-09-07T13:58:54.4793988Z ##[error]Final attempt failed. Child_process exited with error code 1
2022-09-07T13:58:54.4794755Z 
2022-09-07T13:58:54.4795350Z 
2022-09-07T13:58:54.4901780Z Prepare all required actions
2022-09-07T13:58:54.4919984Z ##[group]Run ./.github/actions/teardown-linux
2022-09-07T13:58:54.4920208Z with:
2022-09-07T13:58:54.4920363Z ##[endgroup]
2022-09-07T13:58:54.4933305Z ##[group]Run .github/scripts/wait_for_ssh_to_drain.sh
2022-09-07T13:58:54.4933578Z [36;1m.github/scripts/wait_for_ssh_to_drain.sh[0m
2022-09-07T13:58:54.4944879Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0}
2022-09-07T13:58:54.4945116Z ##[endgroup]

See GitHub Actions build pull / linux-bionic-cuda11.6-py3.10-gcc7 / build (20/30)

Step: "Get workflow job id" (full log | diagnosis details)

2022-09-07T14:01:19.2107604Z ##[error]Final attempt failed. Child_process exited with error code 1
2022-09-07T14:00:46.1756813Z 
2022-09-07T14:00:46.1775989Z + python3 -m pip install requests==2.26.0
2022-09-07T14:00:46.3781508Z Defaulting to user installation because normal site-packages is not writeable
2022-09-07T14:00:46.3937826Z Requirement already satisfied: requests==2.26.0 in /home/ec2-user/.local/lib/python3.7/site-packages (2.26.0)
2022-09-07T14:00:46.4062845Z Requirement already satisfied: charset-normalizer~=2.0.0; python_version >= "3" in /home/ec2-user/.local/lib/python3.7/site-packages (from requests==2.26.0) (2.0.12)
2022-09-07T14:00:46.4080531Z Requirement already satisfied: urllib3<1.27,>=1.21.1 in /home/ec2-user/.local/lib/python3.7/site-packages (from requests==2.26.0) (1.26.12)
2022-09-07T14:00:46.4228649Z Requirement already satisfied: certifi>=2017.4.17 in /home/ec2-user/.local/lib/python3.7/site-packages (from requests==2.26.0) (2022.6.15)
2022-09-07T14:00:46.4236000Z Requirement already satisfied: idna<4,>=2.5; python_version >= "3" in /home/ec2-user/.local/lib/python3.7/site-packages (from requests==2.26.0) (3.3)
2022-09-07T14:00:46.4808471Z ++ python3 .github/scripts/get_workflow_job_id.py 3008132891 i-0f60c2a54ebda24d6
2022-09-07T14:00:48.4610593Z + GHA_WORKFLOW_JOB_ID=
2022-09-07T14:01:19.2107604Z ##[error]Final attempt failed. Child_process exited with error code 1
2022-09-07T14:01:19.2108593Z 
2022-09-07T14:01:19.2109444Z 
2022-09-07T14:01:19.2247902Z Prepare all required actions
2022-09-07T14:01:19.2267991Z ##[group]Run ./.github/actions/teardown-linux
2022-09-07T14:01:19.2268200Z with:
2022-09-07T14:01:19.2268351Z ##[endgroup]
2022-09-07T14:01:19.2284041Z ##[group]Run .github/scripts/wait_for_ssh_to_drain.sh
2022-09-07T14:01:19.2284305Z [36;1m.github/scripts/wait_for_ssh_to_drain.sh[0m
2022-09-07T14:01:19.2295342Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0}
2022-09-07T14:01:19.2295574Z ##[endgroup]

See GitHub Actions build trunk / linux-bionic-cuda10.2-py3.9-gcc7 / build (21/30)

Step: "Get workflow job id" (full log | diagnosis details)

2022-09-07T13:59:53.5432064Z ##[error]Final attempt failed. Child_process exited with error code 1
2022-09-07T13:59:21.5087457Z 
2022-09-07T13:59:21.5106063Z + python3 -m pip install requests==2.26.0
2022-09-07T13:59:21.7254029Z Defaulting to user installation because normal site-packages is not writeable
2022-09-07T13:59:21.7421729Z Requirement already satisfied: requests==2.26.0 in /home/ec2-user/.local/lib/python3.7/site-packages (2.26.0)
2022-09-07T13:59:21.7553518Z Requirement already satisfied: urllib3<1.27,>=1.21.1 in /home/ec2-user/.local/lib/python3.7/site-packages (from requests==2.26.0) (1.26.12)
2022-09-07T13:59:21.7707937Z Requirement already satisfied: charset-normalizer~=2.0.0; python_version >= "3" in /home/ec2-user/.local/lib/python3.7/site-packages (from requests==2.26.0) (2.0.12)
2022-09-07T13:59:21.7728314Z Requirement already satisfied: idna<4,>=2.5; python_version >= "3" in /home/ec2-user/.local/lib/python3.7/site-packages (from requests==2.26.0) (3.3)
2022-09-07T13:59:21.7740238Z Requirement already satisfied: certifi>=2017.4.17 in /home/ec2-user/.local/lib/python3.7/site-packages (from requests==2.26.0) (2022.6.15)
2022-09-07T13:59:21.8440947Z ++ python3 .github/scripts/get_workflow_job_id.py 3008133563 i-0de60cde66da01789
2022-09-07T13:59:23.0455443Z + GHA_WORKFLOW_JOB_ID=
2022-09-07T13:59:53.5432064Z ##[error]Final attempt failed. Child_process exited with error code 1
2022-09-07T13:59:53.5432664Z 
2022-09-07T13:59:53.5433147Z 
2022-09-07T13:59:53.5545937Z Prepare all required actions
2022-09-07T13:59:53.5563732Z ##[group]Run ./.github/actions/teardown-linux
2022-09-07T13:59:53.5563945Z with:
2022-09-07T13:59:53.5564095Z ##[endgroup]
2022-09-07T13:59:53.5577072Z ##[group]Run .github/scripts/wait_for_ssh_to_drain.sh
2022-09-07T13:59:53.5577343Z [36;1m.github/scripts/wait_for_ssh_to_drain.sh[0m
2022-09-07T13:59:53.5589237Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0}
2022-09-07T13:59:53.5589465Z ##[endgroup]

See GitHub Actions build pull / linux-focal-py3.7-gcc7 / build (22/30)

Step: "Get workflow job id" (full log | diagnosis details)

2022-09-07T13:59:16.7234354Z ##[error]Final attempt failed. Child_process exited with error code 1
2022-09-07T13:58:43.6892285Z 
2022-09-07T13:58:43.6909071Z + python3 -m pip install requests==2.26.0
2022-09-07T13:58:43.8952817Z Defaulting to user installation because normal site-packages is not writeable
2022-09-07T13:58:43.9114752Z Requirement already satisfied: requests==2.26.0 in /home/ec2-user/.local/lib/python3.7/site-packages (2.26.0)
2022-09-07T13:58:43.9243743Z Requirement already satisfied: urllib3<1.27,>=1.21.1 in /home/ec2-user/.local/lib/python3.7/site-packages (from requests==2.26.0) (1.26.12)
2022-09-07T13:58:43.9393816Z Requirement already satisfied: charset-normalizer~=2.0.0; python_version >= "3" in /home/ec2-user/.local/lib/python3.7/site-packages (from requests==2.26.0) (2.0.12)
2022-09-07T13:58:43.9411718Z Requirement already satisfied: idna<4,>=2.5; python_version >= "3" in /home/ec2-user/.local/lib/python3.7/site-packages (from requests==2.26.0) (3.3)
2022-09-07T13:58:43.9421724Z Requirement already satisfied: certifi>=2017.4.17 in /home/ec2-user/.local/lib/python3.7/site-packages (from requests==2.26.0) (2022.6.15)
2022-09-07T13:58:44.0011930Z ++ python3 .github/scripts/get_workflow_job_id.py 3008132891 i-01ca38ad1fe167f85
2022-09-07T13:58:45.8774568Z + GHA_WORKFLOW_JOB_ID=
2022-09-07T13:59:16.7234354Z ##[error]Final attempt failed. Child_process exited with error code 1
2022-09-07T13:59:16.7234964Z 
2022-09-07T13:59:16.7235474Z 
2022-09-07T13:59:16.7370651Z Prepare all required actions
2022-09-07T13:59:16.7391297Z ##[group]Run ./.github/actions/teardown-linux
2022-09-07T13:59:16.7391503Z with:
2022-09-07T13:59:16.7391648Z ##[endgroup]
2022-09-07T13:59:16.7407422Z ##[group]Run .github/scripts/wait_for_ssh_to_drain.sh
2022-09-07T13:59:16.7407665Z [36;1m.github/scripts/wait_for_ssh_to_drain.sh[0m
2022-09-07T13:59:16.7419216Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0}
2022-09-07T13:59:16.7419440Z ##[endgroup]

See GitHub Actions build pull / linux-jammy-cuda11.6-cudnn8-py3.8-clang12 / build (23/30)

Step: "Get workflow job id" (full log | diagnosis details)

2022-09-07T14:00:18.1165639Z ##[error]Final attempt failed. Child_process exited with error code 1
2022-09-07T13:59:45.0833267Z 
2022-09-07T13:59:45.0851206Z + python3 -m pip install requests==2.26.0
2022-09-07T13:59:45.2900910Z Defaulting to user installation because normal site-packages is not writeable
2022-09-07T13:59:45.3060582Z Requirement already satisfied: requests==2.26.0 in /home/ec2-user/.local/lib/python3.7/site-packages (2.26.0)
2022-09-07T13:59:45.3188002Z Requirement already satisfied: charset-normalizer~=2.0.0; python_version >= "3" in /home/ec2-user/.local/lib/python3.7/site-packages (from requests==2.26.0) (2.0.12)
2022-09-07T13:59:45.3206331Z Requirement already satisfied: urllib3<1.27,>=1.21.1 in /home/ec2-user/.local/lib/python3.7/site-packages (from requests==2.26.0) (1.26.12)
2022-09-07T13:59:45.3356465Z Requirement already satisfied: idna<4,>=2.5; python_version >= "3" in /home/ec2-user/.local/lib/python3.7/site-packages (from requests==2.26.0) (3.3)
2022-09-07T13:59:45.3366564Z Requirement already satisfied: certifi>=2017.4.17 in /home/ec2-user/.local/lib/python3.7/site-packages (from requests==2.26.0) (2022.6.15)
2022-09-07T13:59:45.3933414Z ++ python3 .github/scripts/get_workflow_job_id.py 3008132891 i-0c5e492fef844458d
2022-09-07T13:59:47.3796292Z + GHA_WORKFLOW_JOB_ID=
2022-09-07T14:00:18.1165639Z ##[error]Final attempt failed. Child_process exited with error code 1
2022-09-07T14:00:18.1166243Z 
2022-09-07T14:00:18.1166752Z 
2022-09-07T14:00:18.1307935Z Prepare all required actions
2022-09-07T14:00:18.1327845Z ##[group]Run ./.github/actions/teardown-linux
2022-09-07T14:00:18.1328047Z with:
2022-09-07T14:00:18.1328194Z ##[endgroup]
2022-09-07T14:00:18.1343605Z ##[group]Run .github/scripts/wait_for_ssh_to_drain.sh
2022-09-07T14:00:18.1343861Z [36;1m.github/scripts/wait_for_ssh_to_drain.sh[0m
2022-09-07T14:00:18.1355202Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0}
2022-09-07T14:00:18.1355425Z ##[endgroup]

See GitHub Actions build pull / linux-vulkan-bionic-py3.7-clang9 / build (24/30)

Step: "Get workflow job id" (full log | diagnosis details)

2022-09-07T14:00:11.9016475Z ##[error]Final attempt failed. Child_process exited with error code 1
2022-09-07T13:59:39.8687139Z 
2022-09-07T13:59:39.8703417Z + python3 -m pip install requests==2.26.0
2022-09-07T13:59:40.0716607Z Defaulting to user installation because normal site-packages is not writeable
2022-09-07T13:59:40.0873479Z Requirement already satisfied: requests==2.26.0 in /home/ec2-user/.local/lib/python3.7/site-packages (2.26.0)
2022-09-07T13:59:40.0997590Z Requirement already satisfied: idna<4,>=2.5; python_version >= "3" in /home/ec2-user/.local/lib/python3.7/site-packages (from requests==2.26.0) (3.3)
2022-09-07T13:59:40.1008284Z Requirement already satisfied: certifi>=2017.4.17 in /home/ec2-user/.local/lib/python3.7/site-packages (from requests==2.26.0) (2022.6.15)
2022-09-07T13:59:40.1015664Z Requirement already satisfied: urllib3<1.27,>=1.21.1 in /home/ec2-user/.local/lib/python3.7/site-packages (from requests==2.26.0) (1.26.12)
2022-09-07T13:59:40.1165322Z Requirement already satisfied: charset-normalizer~=2.0.0; python_version >= "3" in /home/ec2-user/.local/lib/python3.7/site-packages (from requests==2.26.0) (2.0.12)
2022-09-07T13:59:40.1741612Z ++ python3 .github/scripts/get_workflow_job_id.py 3008132891 i-0951a33422de7afe8
2022-09-07T13:59:41.7243843Z + GHA_WORKFLOW_JOB_ID=
2022-09-07T14:00:11.9016475Z ##[error]Final attempt failed. Child_process exited with error code 1
2022-09-07T14:00:11.9017329Z 
2022-09-07T14:00:11.9018026Z 
2022-09-07T14:00:11.9151809Z Prepare all required actions
2022-09-07T14:00:11.9171837Z ##[group]Run ./.github/actions/teardown-linux
2022-09-07T14:00:11.9172042Z with:
2022-09-07T14:00:11.9172191Z ##[endgroup]
2022-09-07T14:00:11.9188742Z ##[group]Run .github/scripts/wait_for_ssh_to_drain.sh
2022-09-07T14:00:11.9189000Z [36;1m.github/scripts/wait_for_ssh_to_drain.sh[0m
2022-09-07T14:00:11.9200467Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0}
2022-09-07T14:00:11.9200695Z ##[endgroup]

See GitHub Actions build pull / linux-focal-py3.7-clang7-asan / build (25/30)

Step: "Get workflow job id" (full log | diagnosis details)

2022-09-07T13:59:06.0632761Z ##[error]Final attempt failed. Child_process exited with error code 1
2022-09-07T13:58:33.0278595Z 
2022-09-07T13:58:33.0297995Z + python3 -m pip install requests==2.26.0
2022-09-07T13:58:33.2532954Z Defaulting to user installation because normal site-packages is not writeable
2022-09-07T13:58:33.2709709Z Requirement already satisfied: requests==2.26.0 in /home/ec2-user/.local/lib/python3.7/site-packages (2.26.0)
2022-09-07T13:58:33.2848950Z Requirement already satisfied: charset-normalizer~=2.0.0; python_version >= "3" in /home/ec2-user/.local/lib/python3.7/site-packages (from requests==2.26.0) (2.0.12)
2022-09-07T13:58:33.2870532Z Requirement already satisfied: idna<4,>=2.5; python_version >= "3" in /home/ec2-user/.local/lib/python3.7/site-packages (from requests==2.26.0) (3.3)
2022-09-07T13:58:33.2882435Z Requirement already satisfied: certifi>=2017.4.17 in /home/ec2-user/.local/lib/python3.7/site-packages (from requests==2.26.0) (2022.6.15)
2022-09-07T13:58:33.2890615Z Requirement already satisfied: urllib3<1.27,>=1.21.1 in /home/ec2-user/.local/lib/python3.7/site-packages (from requests==2.26.0) (1.26.12)
2022-09-07T13:58:33.3715599Z ++ python3 .github/scripts/get_workflow_job_id.py 3008132891 i-03a5ab956a89968f0
2022-09-07T13:58:35.0859869Z + GHA_WORKFLOW_JOB_ID=
2022-09-07T13:59:06.0632761Z ##[error]Final attempt failed. Child_process exited with error code 1
2022-09-07T13:59:06.0633381Z 
2022-09-07T13:59:06.0633888Z 
2022-09-07T13:59:06.0775768Z Prepare all required actions
2022-09-07T13:59:06.0797138Z ##[group]Run ./.github/actions/teardown-linux
2022-09-07T13:59:06.0797358Z with:
2022-09-07T13:59:06.0797515Z ##[endgroup]
2022-09-07T13:59:06.0815453Z ##[group]Run .github/scripts/wait_for_ssh_to_drain.sh
2022-09-07T13:59:06.0815723Z [36;1m.github/scripts/wait_for_ssh_to_drain.sh[0m
2022-09-07T13:59:06.0827353Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0}
2022-09-07T13:59:06.0827686Z ##[endgroup]

See GitHub Actions build pull / linux-xenial-py3-clang5-mobile-custom-build-static / build (26/30)

Step: "Get workflow job id" (full log | diagnosis details)

2022-09-07T13:59:38.4829352Z ##[error]Final attempt failed. Child_process exited with error code 1
2022-09-07T13:59:05.4484891Z 
2022-09-07T13:59:05.4502604Z + python3 -m pip install requests==2.26.0
2022-09-07T13:59:05.6588448Z Defaulting to user installation because normal site-packages is not writeable
2022-09-07T13:59:05.6749804Z Requirement already satisfied: requests==2.26.0 in /home/ec2-user/.local/lib/python3.7/site-packages (2.26.0)
2022-09-07T13:59:05.6880542Z Requirement already satisfied: idna<4,>=2.5; python_version >= "3" in /home/ec2-user/.local/lib/python3.7/site-packages (from requests==2.26.0) (3.3)
2022-09-07T13:59:05.6892106Z Requirement already satisfied: charset-normalizer~=2.0.0; python_version >= "3" in /home/ec2-user/.local/lib/python3.7/site-packages (from requests==2.26.0) (2.0.12)
2022-09-07T13:59:05.6910080Z Requirement already satisfied: urllib3<1.27,>=1.21.1 in /home/ec2-user/.local/lib/python3.7/site-packages (from requests==2.26.0) (1.26.12)
2022-09-07T13:59:05.7063156Z Requirement already satisfied: certifi>=2017.4.17 in /home/ec2-user/.local/lib/python3.7/site-packages (from requests==2.26.0) (2022.6.15)
2022-09-07T13:59:05.7665264Z ++ python3 .github/scripts/get_workflow_job_id.py 3008132891 i-00ff24a57e2ee2f2a
2022-09-07T13:59:08.2844610Z + GHA_WORKFLOW_JOB_ID=
2022-09-07T13:59:38.4829352Z ##[error]Final attempt failed. Child_process exited with error code 1
2022-09-07T13:59:38.4829941Z 
2022-09-07T13:59:38.4830436Z 
2022-09-07T13:59:38.4961422Z Prepare all required actions
2022-09-07T13:59:38.4981586Z ##[group]Run ./.github/actions/teardown-linux
2022-09-07T13:59:38.4981792Z with:
2022-09-07T13:59:38.4981945Z ##[endgroup]
2022-09-07T13:59:38.4997742Z ##[group]Run .github/scripts/wait_for_ssh_to_drain.sh
2022-09-07T13:59:38.4998002Z [36;1m.github/scripts/wait_for_ssh_to_drain.sh[0m
2022-09-07T13:59:38.5009511Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0}
2022-09-07T13:59:38.5009735Z ##[endgroup]

See GitHub Actions build trunk / linux-xenial-cuda11.3-py3.7-gcc7-no-ops / build (27/30)

Step: "Get workflow job id" (full log | diagnosis details)

2022-09-07T14:00:36.7749881Z ##[error]Final attempt failed. Child_process exited with error code 1
2022-09-07T14:00:04.7421800Z 
2022-09-07T14:00:04.7439971Z + python3 -m pip install requests==2.26.0
2022-09-07T14:00:04.9498422Z Defaulting to user installation because normal site-packages is not writeable
2022-09-07T14:00:04.9661368Z Requirement already satisfied: requests==2.26.0 in /home/ec2-user/.local/lib/python3.7/site-packages (2.26.0)
2022-09-07T14:00:04.9790078Z Requirement already satisfied: certifi>=2017.4.17 in /home/ec2-user/.local/lib/python3.7/site-packages (from requests==2.26.0) (2022.6.15)
2022-09-07T14:00:04.9798536Z Requirement already satisfied: charset-normalizer~=2.0.0; python_version >= "3" in /home/ec2-user/.local/lib/python3.7/site-packages (from requests==2.26.0) (2.0.12)
2022-09-07T14:00:04.9817529Z Requirement already satisfied: urllib3<1.27,>=1.21.1 in /home/ec2-user/.local/lib/python3.7/site-packages (from requests==2.26.0) (1.26.12)
2022-09-07T14:00:04.9967560Z Requirement already satisfied: idna<4,>=2.5; python_version >= "3" in /home/ec2-user/.local/lib/python3.7/site-packages (from requests==2.26.0) (3.3)
2022-09-07T14:00:05.0595331Z ++ python3 .github/scripts/get_workflow_job_id.py 3008133563 i-013545e90ef383bea
2022-09-07T14:00:06.6739433Z + GHA_WORKFLOW_JOB_ID=
2022-09-07T14:00:36.7749881Z ##[error]Final attempt failed. Child_process exited with error code 1
2022-09-07T14:00:36.7750636Z 
2022-09-07T14:00:36.7751122Z 
2022-09-07T14:00:36.7869177Z Prepare all required actions
2022-09-07T14:00:36.7886432Z ##[group]Run ./.github/actions/teardown-linux
2022-09-07T14:00:36.7886637Z with:
2022-09-07T14:00:36.7886787Z ##[endgroup]
2022-09-07T14:00:36.7902109Z ##[group]Run .github/scripts/wait_for_ssh_to_drain.sh
2022-09-07T14:00:36.7902374Z [36;1m.github/scripts/wait_for_ssh_to_drain.sh[0m
2022-09-07T14:00:36.7913616Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0}
2022-09-07T14:00:36.7913842Z ##[endgroup]

See GitHub Actions build trunk / libtorch-linux-bionic-cuda11.6-py3.7-gcc7 / build (28/30)

Step: "Get workflow job id" (full log | diagnosis details)

2022-09-07T14:01:11.2970107Z ##[error]Final attempt failed. Child_process exited with error code 1
2022-09-07T14:00:39.2627348Z 
2022-09-07T14:00:39.2646048Z + python3 -m pip install requests==2.26.0
2022-09-07T14:00:39.4669454Z Defaulting to user installation because normal site-packages is not writeable
2022-09-07T14:00:39.4833824Z Requirement already satisfied: requests==2.26.0 in /home/ec2-user/.local/lib/python3.7/site-packages (2.26.0)
2022-09-07T14:00:39.4962063Z Requirement already satisfied: charset-normalizer~=2.0.0; python_version >= "3" in /home/ec2-user/.local/lib/python3.7/site-packages (from requests==2.26.0) (2.0.12)
2022-09-07T14:00:39.4980494Z Requirement already satisfied: urllib3<1.27,>=1.21.1 in /home/ec2-user/.local/lib/python3.7/site-packages (from requests==2.26.0) (1.26.12)
2022-09-07T14:00:39.5131426Z Requirement already satisfied: idna<4,>=2.5; python_version >= "3" in /home/ec2-user/.local/lib/python3.7/site-packages (from requests==2.26.0) (3.3)
2022-09-07T14:00:39.5141910Z Requirement already satisfied: certifi>=2017.4.17 in /home/ec2-user/.local/lib/python3.7/site-packages (from requests==2.26.0) (2022.6.15)
2022-09-07T14:00:39.5795276Z ++ python3 .github/scripts/get_workflow_job_id.py 3008133563 i-0a91371056f9c908d
2022-09-07T14:00:40.8648194Z + GHA_WORKFLOW_JOB_ID=
2022-09-07T14:01:11.2970107Z ##[error]Final attempt failed. Child_process exited with error code 1
2022-09-07T14:01:11.2970962Z 
2022-09-07T14:01:11.2971662Z 
2022-09-07T14:01:11.3088908Z Prepare all required actions
2022-09-07T14:01:11.3106901Z ##[group]Run ./.github/actions/teardown-linux
2022-09-07T14:01:11.3107111Z with:
2022-09-07T14:01:11.3107261Z ##[endgroup]
2022-09-07T14:01:11.3120360Z ##[group]Run .github/scripts/wait_for_ssh_to_drain.sh
2022-09-07T14:01:11.3120618Z [36;1m.github/scripts/wait_for_ssh_to_drain.sh[0m
2022-09-07T14:01:11.3131812Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0}
2022-09-07T14:01:11.3132039Z ##[endgroup]

See GitHub Actions build trunk / macos-12-py3-x86-64-lite-interpreter / build (29/30)

Step: "Get workflow job id" (full log | diagnosis details)

2022-09-07T14:01:46.8546120Z ##[error]Final attempt failed. Child_process exited with error code 1
2022-09-07T14:01:13.8412890Z ##[warning]Attempt 4 failed. Reason: Child_process exited with error code 1
2022-09-07T14:01:13.8413980Z 
2022-09-07T14:01:13.8480910Z + python3 -m pip install requests==2.26.0
2022-09-07T14:01:14.4831010Z Requirement already satisfied: requests==2.26.0 in /Users/runner/work/_temp/miniconda/lib/python3.9/site-packages (2.26.0)
2022-09-07T14:01:14.5042730Z Requirement already satisfied: urllib3<1.27,>=1.21.1 in /Users/runner/work/_temp/miniconda/lib/python3.9/site-packages (from requests==2.26.0) (1.26.8)
2022-09-07T14:01:14.5062170Z Requirement already satisfied: idna<4,>=2.5 in /Users/runner/work/_temp/miniconda/lib/python3.9/site-packages (from requests==2.26.0) (3.3)
2022-09-07T14:01:14.5079180Z Requirement already satisfied: charset-normalizer~=2.0.0 in /Users/runner/work/_temp/miniconda/lib/python3.9/site-packages (from requests==2.26.0) (2.0.4)
2022-09-07T14:01:14.5093750Z Requirement already satisfied: certifi>=2017.4.17 in /Users/runner/work/_temp/miniconda/lib/python3.9/site-packages (from requests==2.26.0) (2021.10.8)
2022-09-07T14:01:14.7828470Z ++ python3 .github/scripts/get_workflow_job_id.py 3008133563 'GitHub Actions 67'
2022-09-07T14:01:16.3803580Z + GHA_WORKFLOW_JOB_ID=
2022-09-07T14:01:46.8546120Z ##[error]Final attempt failed. Child_process exited with error code 1
2022-09-07T14:01:46.8547790Z 
2022-09-07T14:01:46.8548970Z 
2022-09-07T14:01:46.8874180Z Post job cleanup.
2022-09-07T14:01:46.8964270Z Post job cleanup.
2022-09-07T14:01:47.1061630Z [command]/usr/local/bin/git version
2022-09-07T14:01:47.1186510Z git version 2.37.3
2022-09-07T14:01:47.1267320Z Copying '/Users/runner/.gitconfig' to '/Users/runner/work/_temp/fbe356d0-c334-4cf9-a5e4-1dddf48f85dd/.gitconfig'
2022-09-07T14:01:47.1295300Z Temporarily overriding HOME='/Users/runner/work/_temp/fbe356d0-c334-4cf9-a5e4-1dddf48f85dd' before making global git config changes
2022-09-07T14:01:47.1296090Z Adding repository directory to the temporary git global config as a safe directory
2022-09-07T14:01:47.1307780Z [command]/usr/local/bin/git config --global --add safe.directory /Users/runner/work/pytorch/pytorch

See GitHub Actions build pull / linux-bionic-cuda11.3-py3.7-clang9 / build (30/30)

Step: "Get workflow job id" (full log | diagnosis details)

2022-09-07T14:00:57.9326465Z ##[error]Final attempt failed. Child_process exited with error code 1
2022-09-07T14:00:24.8976777Z 
2022-09-07T14:00:24.8997665Z + python3 -m pip install requests==2.26.0
2022-09-07T14:00:25.1108225Z Defaulting to user installation because normal site-packages is not writeable
2022-09-07T14:00:25.1274743Z Requirement already satisfied: requests==2.26.0 in /home/ec2-user/.local/lib/python3.7/site-packages (2.26.0)
2022-09-07T14:00:25.1402479Z Requirement already satisfied: charset-normalizer~=2.0.0; python_version >= "3" in /home/ec2-user/.local/lib/python3.7/site-packages (from requests==2.26.0) (2.0.12)
2022-09-07T14:00:25.1421906Z Requirement already satisfied: idna<4,>=2.5; python_version >= "3" in /home/ec2-user/.local/lib/python3.7/site-packages (from requests==2.26.0) (3.3)
2022-09-07T14:00:25.1432687Z Requirement already satisfied: urllib3<1.27,>=1.21.1 in /home/ec2-user/.local/lib/python3.7/site-packages (from requests==2.26.0) (1.26.12)
2022-09-07T14:00:25.1586133Z Requirement already satisfied: certifi>=2017.4.17 in /home/ec2-user/.local/lib/python3.7/site-packages (from requests==2.26.0) (2022.6.15)
2022-09-07T14:00:25.2183024Z ++ python3 .github/scripts/get_workflow_job_id.py 3008132891 i-032e65b29ea8181b8
2022-09-07T14:00:27.1027851Z + GHA_WORKFLOW_JOB_ID=
2022-09-07T14:00:57.9326465Z ##[error]Final attempt failed. Child_process exited with error code 1
2022-09-07T14:00:57.9327113Z 
2022-09-07T14:00:57.9327607Z 
2022-09-07T14:00:57.9486485Z Prepare all required actions
2022-09-07T14:00:57.9507996Z ##[group]Run ./.github/actions/teardown-linux
2022-09-07T14:00:57.9508215Z with:
2022-09-07T14:00:57.9508370Z ##[endgroup]
2022-09-07T14:00:57.9524977Z ##[group]Run .github/scripts/wait_for_ssh_to_drain.sh
2022-09-07T14:00:57.9525258Z [36;1m.github/scripts/wait_for_ssh_to_drain.sh[0m
2022-09-07T14:00:57.9537044Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0}
2022-09-07T14:00:57.9537282Z ##[endgroup]

This comment was automatically generated by Dr. CI (expand for details).

Please report bugs/suggestions to the (internal) Dr. CI Users group.

Click here to manually regenerate this comment.

facebook-github-bot avatar Jul 20 '22 12:07 facebook-github-bot

About BC compatibility. We run the same test as described in https://github.com/pytorch/pytorch/pull/81761#issuecomment-1190249259 The test fails when we have both dtype and out, but this is actually a bug fix, so all good here.

lezcano avatar Jul 20 '22 12:07 lezcano

:link: Helpful Links

:test_tube: See artifacts and rendered test results at hud.pytorch.org/pr/81763

Note: Links to docs will display an error until the docs builds have been completed.

:x: 1 Failures

As of commit f1b455f871cab42127b7ff97c10a9be288d08c29:

FLAKY - The following jobs failed but were likely due to flakiness present on master:

This comment was automatically generated by Dr. CI and updates every 15 minutes.

pytorch-bot[bot] avatar Sep 08 '22 09:09 pytorch-bot[bot]

/easycla

As part of the transition to the PyTorch Foundation, this project now requires contributions be covered under the new CLA. See #85559 for additional details.

This comment will trigger a new check of this PR. If you are already covered, you will simply see a new "EasyCLA" check that passes. If you are not covered, a bot will leave a new comment with a link to sign.

facebook-github-bot avatar Oct 04 '22 00:10 facebook-github-bot

CLA Signed

The committers listed above are authorized under a signed CLA.

  • :white_check_mark: login: lezcano / name: Mario Lezcano Casado (69f0883baad685125838c64ce74fa5a5513169a4, af3826138cc5f8695cb6a2a607c32dc676332437, f2fc7a00065329351ac4d45c14b7f7cc56e4ba2f, 220432a64e22b48da179a9b4185ba151d4d75e5d, 09d3131798e8310a18cd6cd53ba33eb17628e58e, 3cc2c45f1c69caf31f46e3390efe9de435f0ebe5, b22d281d48498e8422dfe57f041aef5551125a97, 5cc3c575d54b5ebbc2e9b02a55537768a75f8b0a, 9b27bff2de11cb647d535af81ad29c4a4a09f231, d5d73f38ed2cc98994e46ac4aa05d6a270d4db42, 913bacb09fc2ed82aaec0826c5684a6945c5a502, 98c45d739fd0904c7fcb04d1a8e81045b5d841b8, b992ae34428fe56514110d978c65e24a8746e50f, 8bc823bbcd6628a7346fbf481fb4f0bb630405f0, 573e92e8cae571bcfa4644b8e4c7d45d31a51c10, 125261ab9d3d58078dd25a050db6e5a4246eb8e0, 33a89d3281aceb686698b354bb7a073c03339e42, eedfb39484d335b076c0a8fa5b8b1bbbac8821c8, fdee24a1b23df648b8bda525385f348fa76a1fb8, f8066318b17f9372df3d2a520e8bb440dd663769, c131254228e29a440baad28cd8db10e07fbf01b7, 077100daa138f60c73241d7f5bd01afe38d28358, b2a57bf5b77adcd0cb5de795d5ce118e4a34b883, 9d12b0a1d6042e3483931fc61118ec5d9616de5d, 2f5701cb1d74213efd3df69ed51cfda49484f59a, 079cc1c79f300cb1054754392b20acc10100536f, 222afc8d6aca03a68dadc0667b223b8500202835, d2113425527852c26e664a28362b2ee8989bffc7, 64972f40d1cb6c817b89cc7befd76645f769f5ae, 5494f47e74adac36f1ef7775890f64425b9ebd2d, 8bb86325117347679b3b0307e95e0008bfac5008, 3df05c6f5c4bb1bd5aacd760c586eb9a7cd9c6bb, 334110b836514eb0118361383faaef3c3857d702, 9b5438bc77f32c5f23cadc036ab2e4c7d9ff38fc, 43a427718e579434206d5fd7116d7be20417c073)

@pytorchbot merge -f "unrelated flaky tests"

lezcano avatar Jan 02 '23 18:01 lezcano

Merge started

Your change will be merged immediately since you used the force (-f) flag, bypassing any CI checks (ETA: 1-5 minutes).

Learn more about merging in the wiki.

Questions? Feedback? Please reach out to the PyTorch DevX Team

Advanced Debugging Check the merge workflow status here

pytorchmergebot avatar Jan 02 '23 18:01 pytorchmergebot

This is causing some internal tests to fail with the following error.

terminate called after throwing an instance of 'c10::Error'
  what():  Could not find schema for aten::linalg_vector_norm.out
  
  
Exception raised from findSchemaOrThrow at xplat/caffe2/aten/src/ATen/core/dispatch/Dispatcher.cpp:131 (most recent call first):
(no backtrace available)

mehtanirav avatar Jan 03 '23 21:01 mehtanirav

@pytorchbot revert -m "Internal breakages" -c ghfirst

mehtanirav avatar Jan 03 '23 21:01 mehtanirav

@pytorchbot successfully started a revert job. Check the current status here. Questions? Feedback? Please reach out to the PyTorch DevX Team

pytorchmergebot avatar Jan 03 '23 21:01 pytorchmergebot

@lezcano your PR has been successfully reverted.

pytorchmergebot avatar Jan 03 '23 21:01 pytorchmergebot

I'll help to make sure next the merge will not break Meta-internal stuff.

kit1980 avatar Jan 03 '23 22:01 kit1980

Thank you so much @kit1980

lezcano avatar Jan 04 '23 08:01 lezcano

Anything you need from my end just ping me

lezcano avatar Jan 04 '23 08:01 lezcano

@kit1980 has imported this pull request. If you are a Meta employee, you can view this diff on Phabricator.

kit1980 avatar Jan 05 '23 00:01 kit1980

What's the state of this @kit1980?

lezcano avatar Jan 12 '23 08:01 lezcano

@lezcano Meta-internal mobile tests are failing. I'm fixing.

kit1980 avatar Jan 12 '23 08:01 kit1980

Thank you!

lezcano avatar Jan 12 '23 08:01 lezcano

@pytorchbot rebase

kit1980 avatar Jan 13 '23 20:01 kit1980

@pytorchbot successfully started a rebase job. Check the current status here

pytorchmergebot avatar Jan 13 '23 20:01 pytorchmergebot

Rebase failed due to

Aborting rebase because rebasing the branch resulted in the same sha as the target branch.
This usually happens because the PR has already been merged.  Please rebase locally and push.

Raised by https://github.com/pytorch/pytorch/actions/runs/3914524063

pytorchmergebot avatar Jan 13 '23 20:01 pytorchmergebot

@lezcano Could you rebase?

kit1980 avatar Jan 13 '23 21:01 kit1980

@kit1980 done!

lezcano avatar Jan 14 '23 12:01 lezcano

@kit1980 has imported this pull request. If you are a Meta employee, you can view this diff on Phabricator.

kit1980 avatar Jan 17 '23 19:01 kit1980

@pytorchbot merge

(Initiating merge automatically since Phabricator Diff has merged)

facebook-github-bot avatar Jan 21 '23 01:01 facebook-github-bot

Merge started

Your change will be merged once all checks pass (ETA 0-4 Hours).

Learn more about merging in the wiki.

Questions? Feedback? Please reach out to the PyTorch DevX Team

Advanced Debugging Check the merge workflow status here

pytorchmergebot avatar Jan 21 '23 01:01 pytorchmergebot

@pytorchbot revert -m 'This breaks XLA test https://hud.pytorch.org/pytorch/pytorch/commit/34e8eb229db76f7f5eb8f18c062dbd1ee47f8b12' -c landrace

huydhn avatar Jan 21 '23 06:01 huydhn

@pytorchbot successfully started a revert job. Check the current status here. Questions? Feedback? Please reach out to the PyTorch DevX Team

pytorchmergebot avatar Jan 21 '23 06:01 pytorchmergebot

Can't revert PR that was landed via phabricator as D42354776. Please revert by going to the internal diff and clicking Unland.

pytorchmergebot avatar Jan 21 '23 06:01 pytorchmergebot

Here is the XLA test that needs to be updated: https://github.com/pytorch/xla/blob/master/test/cpp/test_aten_xla_tensor.cpp#L1887

kit1980 avatar Jan 21 '23 08:01 kit1980