2022-08-17T11:54:34.4765695Z Requested labels: linux.20_04.4x 2022-08-17T11:54:34.4765764Z Job defined at: pytorch/pytorch/.github/workflows/lint.yml@refs/pull/82657/merge 2022-08-17T11:54:34.4765787Z Waiting for a runner to pick up this job... 2022-08-17T11:54:36.3041251Z Job is about to start running on the runner: linux.20_04.4x_b0307eaad0d7 (organization) 2022-08-17T11:54:40.1662934Z Current runner version: '2.295.0' 2022-08-17T11:54:40.1668274Z Runner name: 'linux.20_04.4x_b0307eaad0d7' 2022-08-17T11:54:40.1668769Z Runner group name: 'Default' 2022-08-17T11:54:40.1669383Z Machine name: 'runner' 2022-08-17T11:54:40.1686809Z ##[group]Operating System 2022-08-17T11:54:40.1687326Z Ubuntu 2022-08-17T11:54:40.1687544Z 20.04.4 2022-08-17T11:54:40.1687798Z LTS 2022-08-17T11:54:40.1688064Z ##[endgroup] 2022-08-17T11:54:40.1688318Z ##[group]Virtual Environment 2022-08-17T11:54:40.1688685Z Environment: ubuntu-20.04 2022-08-17T11:54:40.1688981Z Version: 20220814.1 2022-08-17T11:54:40.1689388Z Included Software: https://github.com/actions/runner-images/blob/ubuntu20/20220814.1/images/linux/Ubuntu2004-Readme.md 2022-08-17T11:54:40.1689947Z Image Release: https://github.com/actions/runner-images/releases/tag/ubuntu20%2F20220814.1 2022-08-17T11:54:40.1690375Z ##[endgroup] 2022-08-17T11:54:40.1691207Z ##[group]GITHUB_TOKEN Permissions 2022-08-17T11:54:40.1691936Z Actions: read 2022-08-17T11:54:40.1692265Z Checks: read 2022-08-17T11:54:40.1692540Z Contents: read 2022-08-17T11:54:40.1692785Z Deployments: read 2022-08-17T11:54:40.1693080Z Discussions: read 2022-08-17T11:54:40.1693393Z Issues: read 2022-08-17T11:54:40.1693651Z Metadata: read 2022-08-17T11:54:40.1693929Z Packages: read 2022-08-17T11:54:40.1694201Z Pages: read 2022-08-17T11:54:40.1694444Z PullRequests: read 2022-08-17T11:54:40.1694760Z RepositoryProjects: read 2022-08-17T11:54:40.1695097Z SecurityEvents: read 2022-08-17T11:54:40.1695383Z Statuses: read 2022-08-17T11:54:40.1695619Z ##[endgroup] 2022-08-17T11:54:40.1699071Z Secret source: None 2022-08-17T11:54:40.1699583Z Prepare workflow directory 2022-08-17T11:54:40.2432853Z Prepare all required actions 2022-08-17T11:54:40.2598359Z Getting action download info 2022-08-17T11:54:40.4912811Z Download action repository 'actions/setup-python@v2' (SHA:7f80679172b057fc5e90d70d197929d454754a5a) 2022-08-17T11:54:40.7869975Z Download action repository 'pytorch/pytorch@master' (SHA:2a096e940d33a33c4eb6df1c2ed4da607bd31a7f) 2022-08-17T11:54:44.5765159Z Getting action download info 2022-08-17T11:54:44.7800457Z Download action repository 'malfet/checkout@silent-checkout' (SHA:f63e9e15406be6060f159846cd2e098f759c5246) 2022-08-17T11:54:45.1098957Z ##[group]Run actions/setup-python@v2 2022-08-17T11:54:45.1099241Z with: 2022-08-17T11:54:45.1099431Z python-version: 3.8 2022-08-17T11:54:45.1099628Z architecture: x64 2022-08-17T11:54:45.1100005Z token: *** 2022-08-17T11:54:45.1100191Z ##[endgroup] 2022-08-17T11:54:45.3523074Z Successfully setup CPython (3.8.13) 2022-08-17T11:54:45.3802234Z ##[group]Run pytorch/pytorch/.github/actions/checkout-pytorch@master 2022-08-17T11:54:45.3802526Z with: 2022-08-17T11:54:45.3802690Z submodules: false 2022-08-17T11:54:45.3802894Z fetch-depth: 1 2022-08-17T11:54:45.3803083Z env: 2022-08-17T11:54:45.3803321Z pythonLocation: /opt/hostedtoolcache/Python/3.8.13/x64 2022-08-17T11:54:45.3803627Z LD_LIBRARY_PATH: /opt/hostedtoolcache/Python/3.8.13/x64/lib 2022-08-17T11:54:45.3803881Z ##[endgroup] 2022-08-17T11:54:45.4033273Z ##[group]Run retry () { 2022-08-17T11:54:45.4033615Z retry () { 2022-08-17T11:54:45.4033856Z  $* || (sleep 1 && $*) || (sleep 2 && $*) || (sleep 4 && $*) || (sleep 8 && $*) 2022-08-17T11:54:45.4034092Z } 2022-08-17T11:54:45.4034274Z echo "${GITHUB_WORKSPACE}" 2022-08-17T11:54:45.4034517Z if [ -z "${NO_SUDO}" ]; then 2022-08-17T11:54:45.4034756Z  retry sudo rm -rf "${GITHUB_WORKSPACE}" 2022-08-17T11:54:45.4034957Z else 2022-08-17T11:54:45.4035216Z  retry rm -rf "${GITHUB_WORKSPACE}" 2022-08-17T11:54:45.4035421Z fi 2022-08-17T11:54:45.4035600Z mkdir "${GITHUB_WORKSPACE}" 2022-08-17T11:54:45.4094662Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2022-08-17T11:54:45.4094958Z env: 2022-08-17T11:54:45.4095229Z pythonLocation: /opt/hostedtoolcache/Python/3.8.13/x64 2022-08-17T11:54:45.4095530Z LD_LIBRARY_PATH: /opt/hostedtoolcache/Python/3.8.13/x64/lib 2022-08-17T11:54:45.4095998Z NO_SUDO: 2022-08-17T11:54:45.4096167Z ##[endgroup] 2022-08-17T11:54:45.4257227Z /home/runner/work/pytorch/pytorch 2022-08-17T11:54:45.4448541Z ##[group]Run malfet/checkout@silent-checkout 2022-08-17T11:54:45.4448857Z with: 2022-08-17T11:54:45.4449124Z ref: ce6a3c605df99d1df57c0dda75c06d748e54ed2a 2022-08-17T11:54:45.4449376Z fetch-depth: 1 2022-08-17T11:54:45.4449620Z submodules: false 2022-08-17T11:54:45.4449893Z quiet-checkout: true 2022-08-17T11:54:45.4450120Z repository: pytorch/pytorch 2022-08-17T11:54:45.4450580Z token: *** 2022-08-17T11:54:45.4450826Z ssh-strict: true 2022-08-17T11:54:45.4451104Z persist-credentials: true 2022-08-17T11:54:45.4451323Z clean: true 2022-08-17T11:54:45.4451554Z lfs: false 2022-08-17T11:54:45.4451812Z set-safe-directory: true 2022-08-17T11:54:45.4452016Z env: 2022-08-17T11:54:45.4452324Z pythonLocation: /opt/hostedtoolcache/Python/3.8.13/x64 2022-08-17T11:54:45.4452682Z LD_LIBRARY_PATH: /opt/hostedtoolcache/Python/3.8.13/x64/lib 2022-08-17T11:54:45.4452949Z ##[endgroup] 2022-08-17T11:54:45.5601790Z Syncing repository: pytorch/pytorch 2022-08-17T11:54:45.5612323Z ##[group]Getting Git version info 2022-08-17T11:54:45.5612852Z Working directory is '/home/runner/work/pytorch/pytorch' 2022-08-17T11:54:45.5653150Z [command]/usr/bin/git version 2022-08-17T11:54:45.5729788Z git version 2.37.2 2022-08-17T11:54:45.5753357Z ##[endgroup] 2022-08-17T11:54:45.5771060Z Temporarily overriding HOME='/home/runner/work/_temp/9db240f8-1147-45b6-af1a-928bd127e137' before making global git config changes 2022-08-17T11:54:45.5771511Z Adding repository directory to the temporary git global config as a safe directory 2022-08-17T11:54:45.5776977Z [command]/usr/bin/git config --global --add safe.directory /home/runner/work/pytorch/pytorch 2022-08-17T11:54:45.5824398Z Deleting the contents of '/home/runner/work/pytorch/pytorch' 2022-08-17T11:54:45.5828943Z ##[group]Initializing the repository 2022-08-17T11:54:45.5833851Z [command]/usr/bin/git init /home/runner/work/pytorch/pytorch 2022-08-17T11:54:45.5884442Z hint: Using 'master' as the name for the initial branch. This default branch name 2022-08-17T11:54:45.5884967Z hint: is subject to change. To configure the initial branch name to use in all 2022-08-17T11:54:45.5885487Z hint: of your new repositories, which will suppress this warning, call: 2022-08-17T11:54:45.5885843Z hint: 2022-08-17T11:54:45.5886196Z hint: git config --global init.defaultBranch 2022-08-17T11:54:45.5886413Z hint: 2022-08-17T11:54:45.5886929Z hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and 2022-08-17T11:54:45.5887538Z hint: 'development'. The just-created branch can be renamed via this command: 2022-08-17T11:54:45.5887977Z hint: 2022-08-17T11:54:45.5888368Z hint: git branch -m 2022-08-17T11:54:45.5891944Z Initialized empty Git repository in /home/runner/work/pytorch/pytorch/.git/ 2022-08-17T11:54:45.5903211Z [command]/usr/bin/git remote add origin https://github.com/pytorch/pytorch 2022-08-17T11:54:45.5946925Z ##[endgroup] 2022-08-17T11:54:45.5947654Z ##[group]Disabling automatic garbage collection 2022-08-17T11:54:45.5953565Z [command]/usr/bin/git config --local gc.auto 0 2022-08-17T11:54:45.5988705Z ##[endgroup] 2022-08-17T11:54:45.5989359Z ##[group]Setting up auth 2022-08-17T11:54:45.5998390Z [command]/usr/bin/git config --local --name-only --get-regexp core\.sshCommand 2022-08-17T11:54:45.6036393Z [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:45.6292623Z [command]/usr/bin/git config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader 2022-08-17T11:54:45.6334173Z [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:45.6549528Z [command]/usr/bin/git config --local http.https://github.com/.extraheader AUTHORIZATION: basic *** 2022-08-17T11:54:45.6599434Z ##[endgroup] 2022-08-17T11:54:45.6600260Z ##[group]Fetching the repository 2022-08-17T11:54:45.6607273Z [command]/usr/bin/git -c protocol.version=2 fetch --no-tags --prune --quiet --no-recurse-submodules --depth=1 origin ce6a3c605df99d1df57c0dda75c06d748e54ed2a 2022-08-17T11:54:53.0022893Z ##[endgroup] 2022-08-17T11:54:53.0023680Z ##[group]Determining the checkout info 2022-08-17T11:54:53.0024150Z ##[endgroup] 2022-08-17T11:54:53.0024510Z ##[group]Checking out the ref 2022-08-17T11:54:53.0031049Z [command]/usr/bin/git checkout --quiet --force ce6a3c605df99d1df57c0dda75c06d748e54ed2a 2022-08-17T11:54:54.0908578Z ##[endgroup] 2022-08-17T11:54:54.0965930Z [command]/usr/bin/git log -1 --format='%H' 2022-08-17T11:54:54.1000164Z 'ce6a3c605df99d1df57c0dda75c06d748e54ed2a' 2022-08-17T11:54:54.1128377Z ##[group]Run # All we need to see is that it passes 2022-08-17T11:54:54.1128685Z # All we need to see is that it passes 2022-08-17T11:54:54.1128941Z python3 torch/utils/collect_env.py 2022-08-17T11:54:54.1177632Z shell: /usr/bin/bash -e {0} 2022-08-17T11:54:54.1177841Z env: 2022-08-17T11:54:54.1178079Z pythonLocation: /opt/hostedtoolcache/Python/3.8.13/x64 2022-08-17T11:54:54.1178361Z LD_LIBRARY_PATH: /opt/hostedtoolcache/Python/3.8.13/x64/lib 2022-08-17T11:54:54.1178595Z ##[endgroup] 2022-08-17T11:55:07.0326735Z Collecting environment information... 2022-08-17T11:55:07.0327296Z PyTorch version: N/A 2022-08-17T11:55:07.0327530Z Is debug build: N/A 2022-08-17T11:55:07.0327770Z CUDA used to build PyTorch: N/A 2022-08-17T11:55:07.0328003Z ROCM used to build PyTorch: N/A 2022-08-17T11:55:07.0328155Z 2022-08-17T11:55:07.0328253Z OS: Ubuntu 20.04.4 LTS (x86_64) 2022-08-17T11:55:07.0328846Z GCC version: (Ubuntu 9.4.0-1ubuntu1~20.04.1) 9.4.0 2022-08-17T11:55:07.0329240Z Clang version: 11.0.0-2~ubuntu20.04.1 2022-08-17T11:55:07.0329501Z CMake version: version 3.24.0 2022-08-17T11:55:07.0329807Z Libc version: glibc-2.31 2022-08-17T11:55:07.0329948Z 2022-08-17T11:55:07.0330228Z Python version: 3.8.13 (default, Jul 22 2022, 10:44:13) [GCC 9.4.0] (64-bit runtime) 2022-08-17T11:55:07.0330648Z Python platform: Linux-5.15.0-1017-azure-x86_64-with-glibc2.2.5 2022-08-17T11:55:07.0330928Z Is CUDA available: N/A 2022-08-17T11:55:07.0331173Z CUDA runtime version: Could not collect 2022-08-17T11:55:07.0331442Z GPU models and configuration: Could not collect 2022-08-17T11:55:07.0331719Z Nvidia driver version: Could not collect 2022-08-17T11:55:07.0331978Z cuDNN version: Could not collect 2022-08-17T11:55:07.0332199Z HIP runtime version: N/A 2022-08-17T11:55:07.0332430Z MIOpen runtime version: N/A 2022-08-17T11:55:07.0332665Z Is XNNPACK available: N/A 2022-08-17T11:55:07.0332809Z 2022-08-17T11:55:07.0332903Z Versions of relevant libraries: 2022-08-17T11:55:07.0333145Z [pip3] No relevant packages 2022-08-17T11:55:07.0333381Z [conda] No relevant packages 2022-08-17T11:55:07.0407658Z Post job cleanup. 2022-08-17T11:55:07.0440038Z Post job cleanup. 2022-08-17T11:55:07.1625528Z [command]/usr/bin/git version 2022-08-17T11:55:07.1676404Z git version 2.37.2 2022-08-17T11:55:07.1720922Z Temporarily overriding HOME='/home/runner/work/_temp/bb8480cb-1064-4f1b-924c-82ead26ae460' before making global git config changes 2022-08-17T11:55:07.1721362Z Adding repository directory to the temporary git global config as a safe directory 2022-08-17T11:55:07.1727887Z [command]/usr/bin/git config --global --add safe.directory /home/runner/work/pytorch/pytorch 2022-08-17T11:55:07.1773042Z [command]/usr/bin/git config --local --name-only --get-regexp core\.sshCommand 2022-08-17T11:55:07.1812363Z [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:07.2066150Z [command]/usr/bin/git config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader 2022-08-17T11:55:07.2097398Z http.https://github.com/.extraheader 2022-08-17T11:55:07.2108489Z [command]/usr/bin/git config --local --unset-all http.https://github.com/.extraheader 2022-08-17T11:55:07.2145330Z [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:07.2530810Z Post job cleanup. 2022-08-17T11:55:07.3987884Z Cleaning up orphan processes