2022-08-17T11:54:34.4279324Z Requested labels: linux.20_04.4x 2022-08-17T11:54:34.4279410Z Job defined at: pytorch/pytorch/.github/workflows/lint.yml@refs/pull/82657/merge 2022-08-17T11:54:34.4279433Z Waiting for a runner to pick up this job... 2022-08-17T11:54:36.3036557Z Job is about to start running on the runner: linux.20_04.4x_cbda984a0bb2 (organization) 2022-08-17T11:54:39.6013258Z Current runner version: '2.295.0' 2022-08-17T11:54:39.6019299Z Runner name: 'linux.20_04.4x_cbda984a0bb2' 2022-08-17T11:54:39.6019857Z Runner group name: 'Default' 2022-08-17T11:54:39.6020563Z Machine name: 'runner' 2022-08-17T11:54:39.6039023Z ##[group]Operating System 2022-08-17T11:54:39.6039498Z Ubuntu 2022-08-17T11:54:39.6039729Z 20.04.4 2022-08-17T11:54:39.6040078Z LTS 2022-08-17T11:54:39.6040368Z ##[endgroup] 2022-08-17T11:54:39.6040638Z ##[group]Virtual Environment 2022-08-17T11:54:39.6041011Z Environment: ubuntu-20.04 2022-08-17T11:54:39.6041329Z Version: 20220814.1 2022-08-17T11:54:39.6041830Z Included Software: https://github.com/actions/runner-images/blob/ubuntu20/20220814.1/images/linux/Ubuntu2004-Readme.md 2022-08-17T11:54:39.6042358Z Image Release: https://github.com/actions/runner-images/releases/tag/ubuntu20%2F20220814.1 2022-08-17T11:54:39.6042781Z ##[endgroup] 2022-08-17T11:54:39.6043681Z ##[group]GITHUB_TOKEN Permissions 2022-08-17T11:54:39.6044428Z Actions: read 2022-08-17T11:54:39.6044778Z Checks: read 2022-08-17T11:54:39.6045083Z Contents: read 2022-08-17T11:54:39.6045417Z Deployments: read 2022-08-17T11:54:39.6045680Z Discussions: read 2022-08-17T11:54:39.6045990Z Issues: read 2022-08-17T11:54:39.6046279Z Metadata: read 2022-08-17T11:54:39.6046529Z Packages: read 2022-08-17T11:54:39.6046840Z Pages: read 2022-08-17T11:54:39.6047152Z PullRequests: read 2022-08-17T11:54:39.6047432Z RepositoryProjects: read 2022-08-17T11:54:39.6047768Z SecurityEvents: read 2022-08-17T11:54:39.6048075Z Statuses: read 2022-08-17T11:54:39.6048343Z ##[endgroup] 2022-08-17T11:54:39.6052171Z Secret source: None 2022-08-17T11:54:39.6052677Z Prepare workflow directory 2022-08-17T11:54:39.6916856Z Prepare all required actions 2022-08-17T11:54:39.7087979Z Getting action download info 2022-08-17T11:54:39.9487463Z Download action repository 'actions/setup-python@v2' (SHA:7f80679172b057fc5e90d70d197929d454754a5a) 2022-08-17T11:54:41.0037674Z Download action repository 'pytorch/pytorch@master' (SHA:2a096e940d33a33c4eb6df1c2ed4da607bd31a7f) 2022-08-17T11:54:44.8359585Z Getting action download info 2022-08-17T11:54:44.9973475Z Download action repository 'malfet/checkout@silent-checkout' (SHA:f63e9e15406be6060f159846cd2e098f759c5246) 2022-08-17T11:54:45.2825185Z ##[group]Run actions/setup-python@v2 2022-08-17T11:54:45.2825486Z with: 2022-08-17T11:54:45.2825677Z python-version: 3.x 2022-08-17T11:54:45.2825895Z architecture: x64 2022-08-17T11:54:45.2826349Z token: *** 2022-08-17T11:54:45.2826551Z ##[endgroup] 2022-08-17T11:54:45.5031489Z Successfully setup CPython (3.10.6) 2022-08-17T11:54:45.5340122Z ##[group]Run pytorch/pytorch/.github/actions/checkout-pytorch@master 2022-08-17T11:54:45.5340429Z with: 2022-08-17T11:54:45.5340614Z submodules: false 2022-08-17T11:54:45.5340837Z fetch-depth: 1 2022-08-17T11:54:45.5341042Z env: 2022-08-17T11:54:45.5341289Z pythonLocation: /opt/hostedtoolcache/Python/3.10.6/x64 2022-08-17T11:54:45.5341602Z LD_LIBRARY_PATH: /opt/hostedtoolcache/Python/3.10.6/x64/lib 2022-08-17T11:54:45.5341861Z ##[endgroup] 2022-08-17T11:54:45.5568268Z ##[group]Run retry () { 2022-08-17T11:54:45.5568547Z retry () { 2022-08-17T11:54:45.5568810Z  $* || (sleep 1 && $*) || (sleep 2 && $*) || (sleep 4 && $*) || (sleep 8 && $*) 2022-08-17T11:54:45.5569061Z } 2022-08-17T11:54:45.5569250Z echo "${GITHUB_WORKSPACE}" 2022-08-17T11:54:45.5569504Z if [ -z "${NO_SUDO}" ]; then 2022-08-17T11:54:45.5569760Z  retry sudo rm -rf "${GITHUB_WORKSPACE}" 2022-08-17T11:54:45.5569991Z else 2022-08-17T11:54:45.5570242Z  retry rm -rf "${GITHUB_WORKSPACE}" 2022-08-17T11:54:45.5570465Z fi 2022-08-17T11:54:45.5570658Z mkdir "${GITHUB_WORKSPACE}" 2022-08-17T11:54:45.5631206Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2022-08-17T11:54:45.5631547Z env: 2022-08-17T11:54:45.5631781Z pythonLocation: /opt/hostedtoolcache/Python/3.10.6/x64 2022-08-17T11:54:45.5632103Z LD_LIBRARY_PATH: /opt/hostedtoolcache/Python/3.10.6/x64/lib 2022-08-17T11:54:45.5632573Z NO_SUDO: 2022-08-17T11:54:45.5632755Z ##[endgroup] 2022-08-17T11:54:45.5792693Z /home/runner/work/pytorch/pytorch 2022-08-17T11:54:45.6639705Z ##[group]Run malfet/checkout@silent-checkout 2022-08-17T11:54:45.6639963Z with: 2022-08-17T11:54:45.6640197Z ref: ce6a3c605df99d1df57c0dda75c06d748e54ed2a 2022-08-17T11:54:45.6640443Z fetch-depth: 1 2022-08-17T11:54:45.6640636Z submodules: false 2022-08-17T11:54:45.6640853Z quiet-checkout: true 2022-08-17T11:54:45.6641086Z repository: pytorch/pytorch 2022-08-17T11:54:45.6641469Z token: *** 2022-08-17T11:54:45.6641673Z ssh-strict: true 2022-08-17T11:54:45.6641902Z persist-credentials: true 2022-08-17T11:54:45.6642103Z clean: true 2022-08-17T11:54:45.6642284Z lfs: false 2022-08-17T11:54:45.6642490Z set-safe-directory: true 2022-08-17T11:54:45.6642674Z env: 2022-08-17T11:54:45.6642923Z pythonLocation: /opt/hostedtoolcache/Python/3.10.6/x64 2022-08-17T11:54:45.6643238Z LD_LIBRARY_PATH: /opt/hostedtoolcache/Python/3.10.6/x64/lib 2022-08-17T11:54:45.6643481Z ##[endgroup] 2022-08-17T11:54:45.7769356Z Syncing repository: pytorch/pytorch 2022-08-17T11:54:45.7772171Z ##[group]Getting Git version info 2022-08-17T11:54:45.7772756Z Working directory is '/home/runner/work/pytorch/pytorch' 2022-08-17T11:54:45.7814892Z [command]/usr/bin/git version 2022-08-17T11:54:45.9951631Z git version 2.37.2 2022-08-17T11:54:45.9981298Z ##[endgroup] 2022-08-17T11:54:46.0004397Z Temporarily overriding HOME='/home/runner/work/_temp/3a0b2967-3947-45de-9f1b-9af5ad54765e' before making global git config changes 2022-08-17T11:54:46.0005284Z Adding repository directory to the temporary git global config as a safe directory 2022-08-17T11:54:46.0009571Z [command]/usr/bin/git config --global --add safe.directory /home/runner/work/pytorch/pytorch 2022-08-17T11:54:46.0122846Z Deleting the contents of '/home/runner/work/pytorch/pytorch' 2022-08-17T11:54:46.0128150Z ##[group]Initializing the repository 2022-08-17T11:54:46.0134601Z [command]/usr/bin/git init /home/runner/work/pytorch/pytorch 2022-08-17T11:54:46.0559128Z hint: Using 'master' as the name for the initial branch. This default branch name 2022-08-17T11:54:46.0561004Z hint: is subject to change. To configure the initial branch name to use in all 2022-08-17T11:54:46.0561853Z hint: of your new repositories, which will suppress this warning, call: 2022-08-17T11:54:46.0562400Z hint: 2022-08-17T11:54:46.0563074Z hint: git config --global init.defaultBranch 2022-08-17T11:54:46.0621662Z hint: 2022-08-17T11:54:46.0624743Z hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and 2022-08-17T11:54:46.0626122Z hint: 'development'. The just-created branch can be renamed via this command: 2022-08-17T11:54:46.0626958Z hint: 2022-08-17T11:54:46.0627816Z hint: git branch -m 2022-08-17T11:54:46.0628494Z Initialized empty Git repository in /home/runner/work/pytorch/pytorch/.git/ 2022-08-17T11:54:46.0628923Z [command]/usr/bin/git remote add origin https://github.com/pytorch/pytorch 2022-08-17T11:54:46.0788780Z ##[endgroup] 2022-08-17T11:54:46.0797853Z ##[group]Disabling automatic garbage collection 2022-08-17T11:54:46.0798625Z [command]/usr/bin/git config --local gc.auto 0 2022-08-17T11:54:46.0843382Z ##[endgroup] 2022-08-17T11:54:46.0844017Z ##[group]Setting up auth 2022-08-17T11:54:46.0855267Z [command]/usr/bin/git config --local --name-only --get-regexp core\.sshCommand 2022-08-17T11:54:46.0899931Z [command]/usr/bin/git submodule foreach --recursive git config --local --name-only --get-regexp 'core\.sshCommand' && git config --local --unset-all 'core.sshCommand' || : 2022-08-17T11:54:46.3118061Z [command]/usr/bin/git config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader 2022-08-17T11:54:46.3181738Z [command]/usr/bin/git submodule foreach --recursive git config --local --name-only --get-regexp 'http\.https\:\/\/github\.com\/\.extraheader' && git config --local --unset-all 'http.https://github.com/.extraheader' || : 2022-08-17T11:54:46.3419222Z [command]/usr/bin/git config --local http.https://github.com/.extraheader AUTHORIZATION: basic *** 2022-08-17T11:54:46.3466989Z ##[endgroup] 2022-08-17T11:54:46.3467552Z ##[group]Fetching the repository 2022-08-17T11:54:46.3506013Z [command]/usr/bin/git -c protocol.version=2 fetch --no-tags --prune --quiet --no-recurse-submodules --depth=1 origin ce6a3c605df99d1df57c0dda75c06d748e54ed2a 2022-08-17T11:54:54.0338414Z ##[endgroup] 2022-08-17T11:54:54.0339251Z ##[group]Determining the checkout info 2022-08-17T11:54:54.0339999Z ##[endgroup] 2022-08-17T11:54:54.0340402Z ##[group]Checking out the ref 2022-08-17T11:54:54.0348409Z [command]/usr/bin/git checkout --quiet --force ce6a3c605df99d1df57c0dda75c06d748e54ed2a 2022-08-17T11:54:55.1728425Z ##[endgroup] 2022-08-17T11:54:55.1858574Z [command]/usr/bin/git log -1 --format='%H' 2022-08-17T11:54:55.1898595Z 'ce6a3c605df99d1df57c0dda75c06d748e54ed2a' 2022-08-17T11:54:55.2038533Z ##[group]Run pip3 install -r requirements.txt --user 2022-08-17T11:54:55.2038880Z pip3 install -r requirements.txt --user 2022-08-17T11:54:55.2089505Z shell: /usr/bin/bash -e {0} 2022-08-17T11:54:55.2089731Z env: 2022-08-17T11:54:55.2089996Z pythonLocation: /opt/hostedtoolcache/Python/3.10.6/x64 2022-08-17T11:54:55.2090292Z LD_LIBRARY_PATH: /opt/hostedtoolcache/Python/3.10.6/x64/lib 2022-08-17T11:54:55.2090557Z ##[endgroup] 2022-08-17T11:55:00.6640475Z Collecting astunparse 2022-08-17T11:55:00.6876651Z Downloading astunparse-1.6.3-py2.py3-none-any.whl (12 kB) 2022-08-17T11:55:00.7064340Z Collecting expecttest 2022-08-17T11:55:00.7111492Z Downloading expecttest-0.1.3-py3-none-any.whl (6.5 kB) 2022-08-17T11:55:00.7335572Z Collecting future 2022-08-17T11:55:00.7373179Z Downloading future-0.18.2.tar.gz (829 kB) 2022-08-17T11:55:00.7500092Z ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 829.2/829.2 kB 91.3 MB/s eta 0:00:00 2022-08-17T11:55:00.8402307Z Preparing metadata (setup.py): started 2022-08-17T11:55:02.7959334Z Preparing metadata (setup.py): finished with status 'done' 2022-08-17T11:55:03.1090716Z Collecting numpy 2022-08-17T11:55:03.1152089Z Downloading numpy-1.23.2-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (17.0 MB) 2022-08-17T11:55:03.3122216Z ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 17.0/17.0 MB 78.1 MB/s eta 0:00:00 2022-08-17T11:55:03.4819691Z Collecting psutil 2022-08-17T11:55:03.4950832Z Downloading psutil-5.9.1-cp310-cp310-manylinux_2_12_x86_64.manylinux2010_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl (282 kB) 2022-08-17T11:55:03.5022850Z ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 282.0/282.0 kB 65.7 MB/s eta 0:00:00 2022-08-17T11:55:03.5597827Z Collecting pyyaml 2022-08-17T11:55:03.5645156Z Downloading PyYAML-6.0-cp310-cp310-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_12_x86_64.manylinux2010_x86_64.whl (682 kB) 2022-08-17T11:55:03.5750493Z ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 682.2/682.2 kB 94.3 MB/s eta 0:00:00 2022-08-17T11:55:03.6212736Z Collecting requests 2022-08-17T11:55:03.6254313Z Downloading requests-2.28.1-py3-none-any.whl (62 kB) 2022-08-17T11:55:03.6308517Z ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 62.8/62.8 kB 19.7 MB/s eta 0:00:00 2022-08-17T11:55:03.6330617Z Requirement already satisfied: setuptools in /opt/hostedtoolcache/Python/3.10.6/x64/lib/python3.10/site-packages (from -r requirements.txt (line 9)) (63.2.0) 2022-08-17T11:55:03.6524209Z Collecting six 2022-08-17T11:55:03.6566404Z Downloading six-1.16.0-py2.py3-none-any.whl (11 kB) 2022-08-17T11:55:03.6754642Z Collecting types-dataclasses 2022-08-17T11:55:03.6807143Z Downloading types_dataclasses-0.6.6-py3-none-any.whl (2.9 kB) 2022-08-17T11:55:03.7036769Z Collecting typing_extensions 2022-08-17T11:55:03.7084538Z Downloading typing_extensions-4.3.0-py3-none-any.whl (25 kB) 2022-08-17T11:55:03.7358126Z Collecting sympy 2022-08-17T11:55:03.7496719Z Downloading sympy-1.10.1-py3-none-any.whl (6.4 MB) 2022-08-17T11:55:03.8035933Z ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 6.4/6.4 MB 125.8 MB/s eta 0:00:00 2022-08-17T11:55:03.8772013Z Collecting wheel<1.0,>=0.23.0 2022-08-17T11:55:03.8911926Z Downloading wheel-0.37.1-py2.py3-none-any.whl (35 kB) 2022-08-17T11:55:03.9595186Z Collecting urllib3<1.27,>=1.21.1 2022-08-17T11:55:03.9863278Z Downloading urllib3-1.26.11-py2.py3-none-any.whl (139 kB) 2022-08-17T11:55:03.9929070Z ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 139.9/139.9 kB 39.8 MB/s eta 0:00:00 2022-08-17T11:55:04.0147832Z Collecting idna<4,>=2.5 2022-08-17T11:55:04.0188308Z Downloading idna-3.3-py3-none-any.whl (61 kB) 2022-08-17T11:55:04.0239477Z ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 61.2/61.2 kB 21.1 MB/s eta 0:00:00 2022-08-17T11:55:04.0505205Z Collecting certifi>=2017.4.17 2022-08-17T11:55:04.0545262Z Downloading certifi-2022.6.15-py3-none-any.whl (160 kB) 2022-08-17T11:55:04.0602416Z ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 160.2/160.2 kB 50.7 MB/s eta 0:00:00 2022-08-17T11:55:04.0970556Z Collecting charset-normalizer<3,>=2 2022-08-17T11:55:04.1015150Z Downloading charset_normalizer-2.1.0-py3-none-any.whl (39 kB) 2022-08-17T11:55:04.1294063Z Collecting mpmath>=0.19 2022-08-17T11:55:04.1337921Z Downloading mpmath-1.2.1-py3-none-any.whl (532 kB) 2022-08-17T11:55:04.1426092Z ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 532.6/532.6 kB 94.1 MB/s eta 0:00:00 2022-08-17T11:55:04.2206136Z Using legacy 'setup.py install' for future, since package 'wheel' is not installed. 2022-08-17T11:55:04.3296295Z Installing collected packages: types-dataclasses, mpmath, wheel, urllib3, typing_extensions, sympy, six, pyyaml, psutil, numpy, idna, future, expecttest, charset-normalizer, certifi, requests, astunparse 2022-08-17T11:55:15.2950224Z Running setup.py install for future: started 2022-08-17T11:55:16.0866998Z Running setup.py install for future: finished with status 'done' 2022-08-17T11:55:16.1920372Z Successfully installed astunparse-1.6.3 certifi-2022.6.15 charset-normalizer-2.1.0 expecttest-0.1.3 future-0.18.2 idna-3.3 mpmath-1.2.1 numpy-1.23.2 psutil-5.9.1 pyyaml-6.0 requests-2.28.1 six-1.16.0 sympy-1.10.1 types-dataclasses-0.6.6 typing_extensions-4.3.0 urllib3-1.26.11 wheel-0.37.1 2022-08-17T11:55:16.4994789Z ##[group]Run pip3 install Jinja2==3.0.1 --user 2022-08-17T11:55:16.4995074Z pip3 install Jinja2==3.0.1 --user 2022-08-17T11:55:16.5045884Z shell: /usr/bin/bash -e {0} 2022-08-17T11:55:16.5046117Z env: 2022-08-17T11:55:16.5046362Z pythonLocation: /opt/hostedtoolcache/Python/3.10.6/x64 2022-08-17T11:55:16.5046688Z LD_LIBRARY_PATH: /opt/hostedtoolcache/Python/3.10.6/x64/lib 2022-08-17T11:55:16.5046950Z ##[endgroup] 2022-08-17T11:55:17.0253335Z Collecting Jinja2==3.0.1 2022-08-17T11:55:17.0484474Z Downloading Jinja2-3.0.1-py3-none-any.whl (133 kB) 2022-08-17T11:55:17.0589647Z ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 133.7/133.7 kB 24.0 MB/s eta 0:00:00 2022-08-17T11:55:17.1310943Z Collecting MarkupSafe>=2.0 2022-08-17T11:55:17.1353876Z Downloading MarkupSafe-2.1.1-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (25 kB) 2022-08-17T11:55:17.2145421Z Installing collected packages: MarkupSafe, Jinja2 2022-08-17T11:55:17.3218670Z Successfully installed Jinja2-3.0.1 MarkupSafe-2.1.1 2022-08-17T11:55:17.5150244Z ##[group]Run .github/scripts/generate_ci_workflows.py 2022-08-17T11:55:17.5150568Z .github/scripts/generate_ci_workflows.py 2022-08-17T11:55:17.5202305Z shell: /usr/bin/bash -e {0} 2022-08-17T11:55:17.5202551Z env: 2022-08-17T11:55:17.5202791Z pythonLocation: /opt/hostedtoolcache/Python/3.10.6/x64 2022-08-17T11:55:17.5203115Z LD_LIBRARY_PATH: /opt/hostedtoolcache/Python/3.10.6/x64/lib 2022-08-17T11:55:17.5203375Z ##[endgroup] 2022-08-17T11:55:17.7069755Z /home/runner/work/pytorch/pytorch/.github/workflows/generated-linux-binary-manywheel-nightly.yml 2022-08-17T11:55:17.7071282Z /home/runner/work/pytorch/pytorch/.github/workflows/generated-linux-binary-conda-nightly.yml 2022-08-17T11:55:17.7072788Z /home/runner/work/pytorch/pytorch/.github/workflows/generated-linux-binary-libtorch-cxx11-abi-nightly.yml 2022-08-17T11:55:17.7074327Z /home/runner/work/pytorch/pytorch/.github/workflows/generated-linux-binary-libtorch-pre-cxx11-nightly.yml 2022-08-17T11:55:17.7076267Z /home/runner/work/pytorch/pytorch/.github/workflows/generated-linux-binary-manywheel-master.yml 2022-08-17T11:55:17.7077450Z /home/runner/work/pytorch/pytorch/.github/workflows/generated-linux-binary-libtorch-cxx11-abi-master.yml 2022-08-17T11:55:17.7078319Z /home/runner/work/pytorch/pytorch/.github/workflows/generated-linux-binary-libtorch-pre-cxx11-master.yml 2022-08-17T11:55:17.7079131Z /home/runner/work/pytorch/pytorch/.github/workflows/generated-windows-binary-wheel-nightly.yml 2022-08-17T11:55:17.7079904Z /home/runner/work/pytorch/pytorch/.github/workflows/generated-windows-binary-conda-nightly.yml 2022-08-17T11:55:17.7080720Z /home/runner/work/pytorch/pytorch/.github/workflows/generated-windows-binary-libtorch-release-nightly.yml 2022-08-17T11:55:17.7081557Z /home/runner/work/pytorch/pytorch/.github/workflows/generated-windows-binary-libtorch-debug-nightly.yml 2022-08-17T11:55:17.7082361Z /home/runner/work/pytorch/pytorch/.github/workflows/generated-windows-binary-wheel-master.yml 2022-08-17T11:55:17.7083183Z /home/runner/work/pytorch/pytorch/.github/workflows/generated-windows-binary-libtorch-release-master.yml 2022-08-17T11:55:17.7084050Z /home/runner/work/pytorch/pytorch/.github/workflows/generated-windows-binary-libtorch-debug-master.yml 2022-08-17T11:55:17.7084803Z /home/runner/work/pytorch/pytorch/.github/workflows/generated-macos-binary-wheel-nightly.yml 2022-08-17T11:55:17.7085527Z /home/runner/work/pytorch/pytorch/.github/workflows/generated-macos-binary-conda-nightly.yml 2022-08-17T11:55:17.7086305Z /home/runner/work/pytorch/pytorch/.github/workflows/generated-macos-binary-libtorch-cxx11-abi-nightly.yml 2022-08-17T11:55:17.7087122Z /home/runner/work/pytorch/pytorch/.github/workflows/generated-macos-binary-libtorch-pre-cxx11-nightly.yml 2022-08-17T11:55:17.7087929Z /home/runner/work/pytorch/pytorch/.github/workflows/generated-macos-arm64-binary-wheel-nightly.yml 2022-08-17T11:55:17.7088699Z /home/runner/work/pytorch/pytorch/.github/workflows/generated-macos-arm64-binary-conda-nightly.yml 2022-08-17T11:55:17.7246440Z ##[group]Run if ! .github/scripts/report_git_status.sh .github/workflows; then 2022-08-17T11:55:17.7246957Z if ! .github/scripts/report_git_status.sh .github/workflows; then 2022-08-17T11:55:17.7247264Z  echo 2022-08-17T11:55:17.7247604Z  echo 'As shown by the above diff, the committed .github/workflows' 2022-08-17T11:55:17.7248022Z  echo 'are not up to date according to .github/templates.' 2022-08-17T11:55:17.7248440Z  echo 'Please run this command, commit, and push again to your PR:' 2022-08-17T11:55:17.7248743Z  echo 2022-08-17T11:55:17.7249058Z  echo ' .github/scripts/generate_ci_workflows.py' 2022-08-17T11:55:17.7249369Z  echo 2022-08-17T11:55:17.7249677Z  echo 'If running that command does nothing, you may need to rebase' 2022-08-17T11:55:17.7250098Z  echo 'onto a more recent commit from the PyTorch master branch.' 2022-08-17T11:55:17.7250478Z  false 2022-08-17T11:55:17.7250689Z fi 2022-08-17T11:55:17.7310239Z shell: /usr/bin/bash -e {0} 2022-08-17T11:55:17.7310490Z env: 2022-08-17T11:55:17.7310733Z pythonLocation: /opt/hostedtoolcache/Python/3.10.6/x64 2022-08-17T11:55:17.7311049Z LD_LIBRARY_PATH: /opt/hostedtoolcache/Python/3.10.6/x64/lib 2022-08-17T11:55:17.7311306Z ##[endgroup] 2022-08-17T11:55:17.8544901Z 2022-08-17T11:55:17.8689938Z ##[group]Run .github/scripts/ensure_actions_will_cancel.py 2022-08-17T11:55:17.8690274Z .github/scripts/ensure_actions_will_cancel.py 2022-08-17T11:55:17.8742155Z shell: /usr/bin/bash -e {0} 2022-08-17T11:55:17.8742394Z env: 2022-08-17T11:55:17.8742636Z pythonLocation: /opt/hostedtoolcache/Python/3.10.6/x64 2022-08-17T11:55:17.8742963Z LD_LIBRARY_PATH: /opt/hostedtoolcache/Python/3.10.6/x64/lib 2022-08-17T11:55:17.8743227Z ##[endgroup] 2022-08-17T11:55:20.7111185Z Post job cleanup. 2022-08-17T11:55:20.7167701Z Post job cleanup. 2022-08-17T11:55:20.8344789Z [command]/usr/bin/git version 2022-08-17T11:55:20.8395786Z git version 2.37.2 2022-08-17T11:55:20.8444463Z Temporarily overriding HOME='/home/runner/work/_temp/a5becfa1-01d9-406a-b6b6-abc2749dbb81' before making global git config changes 2022-08-17T11:55:20.8445207Z Adding repository directory to the temporary git global config as a safe directory 2022-08-17T11:55:20.8452814Z [command]/usr/bin/git config --global --add safe.directory /home/runner/work/pytorch/pytorch 2022-08-17T11:55:20.8502264Z [command]/usr/bin/git config --local --name-only --get-regexp core\.sshCommand 2022-08-17T11:55:20.8545829Z [command]/usr/bin/git submodule foreach --recursive git config --local --name-only --get-regexp 'core\.sshCommand' && git config --local --unset-all 'core.sshCommand' || : 2022-08-17T11:55:20.8804943Z [command]/usr/bin/git config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader 2022-08-17T11:55:20.8840282Z http.https://github.com/.extraheader 2022-08-17T11:55:20.8851418Z [command]/usr/bin/git config --local --unset-all http.https://github.com/.extraheader 2022-08-17T11:55:20.8895307Z [command]/usr/bin/git submodule foreach --recursive git config --local --name-only --get-regexp 'http\.https\:\/\/github\.com\/\.extraheader' && git config --local --unset-all 'http.https://github.com/.extraheader' || : 2022-08-17T11:55:20.9282804Z Post job cleanup. 2022-08-17T11:55:21.0845270Z Cleaning up orphan processes