2022-08-17T11:54:34.4414011Z Requested labels: linux.20_04.4x 2022-08-17T11:54:34.4414076Z Job defined at: pytorch/pytorch/.github/workflows/lint.yml@refs/pull/82657/merge 2022-08-17T11:54:34.4414098Z Waiting for a runner to pick up this job... 2022-08-17T11:54:36.3023029Z Job is about to start running on the runner: linux.20_04.4x_c0060984ea23 (organization) 2022-08-17T11:54:40.3808644Z Current runner version: '2.295.0' 2022-08-17T11:54:40.3814063Z Runner name: 'linux.20_04.4x_c0060984ea23' 2022-08-17T11:54:40.3814543Z Runner group name: 'Default' 2022-08-17T11:54:40.3815144Z Machine name: 'runner' 2022-08-17T11:54:40.3832815Z ##[group]Operating System 2022-08-17T11:54:40.3833242Z Ubuntu 2022-08-17T11:54:40.3833537Z 20.04.4 2022-08-17T11:54:40.3833790Z LTS 2022-08-17T11:54:40.3834053Z ##[endgroup] 2022-08-17T11:54:40.3834306Z ##[group]Virtual Environment 2022-08-17T11:54:40.3834670Z Environment: ubuntu-20.04 2022-08-17T11:54:40.3834994Z Version: 20220814.1 2022-08-17T11:54:40.3835443Z Included Software: https://github.com/actions/runner-images/blob/ubuntu20/20220814.1/images/linux/Ubuntu2004-Readme.md 2022-08-17T11:54:40.3835965Z Image Release: https://github.com/actions/runner-images/releases/tag/ubuntu20%2F20220814.1 2022-08-17T11:54:40.3836368Z ##[endgroup] 2022-08-17T11:54:40.3837254Z ##[group]GITHUB_TOKEN Permissions 2022-08-17T11:54:40.3837908Z Actions: read 2022-08-17T11:54:40.3838208Z Checks: read 2022-08-17T11:54:40.3838514Z Contents: read 2022-08-17T11:54:40.3838801Z Deployments: read 2022-08-17T11:54:40.3839050Z Discussions: read 2022-08-17T11:54:40.3839340Z Issues: read 2022-08-17T11:54:40.3839614Z Metadata: read 2022-08-17T11:54:40.3839876Z Packages: read 2022-08-17T11:54:40.3840147Z Pages: read 2022-08-17T11:54:40.3840426Z PullRequests: read 2022-08-17T11:54:40.3840724Z RepositoryProjects: read 2022-08-17T11:54:40.3841034Z SecurityEvents: read 2022-08-17T11:54:40.3841345Z Statuses: read 2022-08-17T11:54:40.3841582Z ##[endgroup] 2022-08-17T11:54:40.3845154Z Secret source: None 2022-08-17T11:54:40.3845604Z Prepare workflow directory 2022-08-17T11:54:40.4585360Z Prepare all required actions 2022-08-17T11:54:40.4762838Z Getting action download info 2022-08-17T11:54:40.6815806Z Download action repository 'actions/setup-python@v2' (SHA:7f80679172b057fc5e90d70d197929d454754a5a) 2022-08-17T11:54:40.9949302Z Download action repository 'pytorch/pytorch@master' (SHA:2a096e940d33a33c4eb6df1c2ed4da607bd31a7f) 2022-08-17T11:54:45.0886092Z Getting action download info 2022-08-17T11:54:45.2418993Z Download action repository 'malfet/checkout@silent-checkout' (SHA:f63e9e15406be6060f159846cd2e098f759c5246) 2022-08-17T11:54:45.5036262Z ##[group]Run actions/setup-python@v2 2022-08-17T11:54:45.5036556Z with: 2022-08-17T11:54:45.5036754Z python-version: 3.8 2022-08-17T11:54:45.5036961Z architecture: x64 2022-08-17T11:54:45.5037368Z token: *** 2022-08-17T11:54:45.5037561Z ##[endgroup] 2022-08-17T11:54:45.6537301Z Successfully setup CPython (3.8.13) 2022-08-17T11:54:45.6814601Z ##[group]Run pytorch/pytorch/.github/actions/checkout-pytorch@master 2022-08-17T11:54:45.6814902Z with: 2022-08-17T11:54:45.6815073Z submodules: false 2022-08-17T11:54:45.6815269Z fetch-depth: 1 2022-08-17T11:54:45.6815470Z env: 2022-08-17T11:54:45.6815709Z pythonLocation: /opt/hostedtoolcache/Python/3.8.13/x64 2022-08-17T11:54:45.6816028Z LD_LIBRARY_PATH: /opt/hostedtoolcache/Python/3.8.13/x64/lib 2022-08-17T11:54:45.6816274Z ##[endgroup] 2022-08-17T11:54:45.7047007Z ##[group]Run retry () { 2022-08-17T11:54:45.7047326Z retry () { 2022-08-17T11:54:45.7047578Z  $* || (sleep 1 && $*) || (sleep 2 && $*) || (sleep 4 && $*) || (sleep 8 && $*) 2022-08-17T11:54:45.7047814Z } 2022-08-17T11:54:45.7048004Z echo "${GITHUB_WORKSPACE}" 2022-08-17T11:54:45.7048250Z if [ -z "${NO_SUDO}" ]; then 2022-08-17T11:54:45.7048488Z  retry sudo rm -rf "${GITHUB_WORKSPACE}" 2022-08-17T11:54:45.7048695Z else 2022-08-17T11:54:45.7048957Z  retry rm -rf "${GITHUB_WORKSPACE}" 2022-08-17T11:54:45.7049151Z fi 2022-08-17T11:54:45.7049352Z mkdir "${GITHUB_WORKSPACE}" 2022-08-17T11:54:45.7102067Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2022-08-17T11:54:45.7102369Z env: 2022-08-17T11:54:45.7102861Z pythonLocation: /opt/hostedtoolcache/Python/3.8.13/x64 2022-08-17T11:54:45.7103254Z LD_LIBRARY_PATH: /opt/hostedtoolcache/Python/3.8.13/x64/lib 2022-08-17T11:54:45.7103754Z NO_SUDO: 2022-08-17T11:54:45.7103950Z ##[endgroup] 2022-08-17T11:54:45.7262074Z /home/runner/work/pytorch/pytorch 2022-08-17T11:54:45.7505062Z ##[group]Run malfet/checkout@silent-checkout 2022-08-17T11:54:45.7505308Z with: 2022-08-17T11:54:45.7505527Z ref: ce6a3c605df99d1df57c0dda75c06d748e54ed2a 2022-08-17T11:54:45.7505755Z fetch-depth: 1 2022-08-17T11:54:45.7505934Z submodules: false 2022-08-17T11:54:45.7506131Z quiet-checkout: true 2022-08-17T11:54:45.7506340Z repository: pytorch/pytorch 2022-08-17T11:54:45.7506719Z token: *** 2022-08-17T11:54:45.7506906Z ssh-strict: true 2022-08-17T11:54:45.7507115Z persist-credentials: true 2022-08-17T11:54:45.7507303Z clean: true 2022-08-17T11:54:45.7507479Z lfs: false 2022-08-17T11:54:45.7507672Z set-safe-directory: true 2022-08-17T11:54:45.7507861Z env: 2022-08-17T11:54:45.7508077Z pythonLocation: /opt/hostedtoolcache/Python/3.8.13/x64 2022-08-17T11:54:45.7508374Z LD_LIBRARY_PATH: /opt/hostedtoolcache/Python/3.8.13/x64/lib 2022-08-17T11:54:45.7508618Z ##[endgroup] 2022-08-17T11:54:45.8564375Z Syncing repository: pytorch/pytorch 2022-08-17T11:54:45.8571474Z ##[group]Getting Git version info 2022-08-17T11:54:45.8572266Z Working directory is '/home/runner/work/pytorch/pytorch' 2022-08-17T11:54:45.8616692Z [command]/usr/bin/git version 2022-08-17T11:54:45.8932604Z git version 2.37.2 2022-08-17T11:54:45.8963397Z ##[endgroup] 2022-08-17T11:54:45.8986772Z Temporarily overriding HOME='/home/runner/work/_temp/34c93111-8207-47b6-9084-3fec43094e5a' before making global git config changes 2022-08-17T11:54:45.8987512Z Adding repository directory to the temporary git global config as a safe directory 2022-08-17T11:54:45.8992808Z [command]/usr/bin/git config --global --add safe.directory /home/runner/work/pytorch/pytorch 2022-08-17T11:54:45.9038716Z Deleting the contents of '/home/runner/work/pytorch/pytorch' 2022-08-17T11:54:45.9043432Z ##[group]Initializing the repository 2022-08-17T11:54:45.9049288Z [command]/usr/bin/git init /home/runner/work/pytorch/pytorch 2022-08-17T11:54:45.9096127Z hint: Using 'master' as the name for the initial branch. This default branch name 2022-08-17T11:54:45.9096818Z hint: is subject to change. To configure the initial branch name to use in all 2022-08-17T11:54:45.9097169Z hint: of your new repositories, which will suppress this warning, call: 2022-08-17T11:54:45.9097431Z hint: 2022-08-17T11:54:45.9097739Z hint: git config --global init.defaultBranch 2022-08-17T11:54:45.9097966Z hint: 2022-08-17T11:54:45.9098707Z hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and 2022-08-17T11:54:45.9099135Z hint: 'development'. The just-created branch can be renamed via this command: 2022-08-17T11:54:45.9099383Z hint: 2022-08-17T11:54:45.9099613Z hint: git branch -m 2022-08-17T11:54:45.9103471Z Initialized empty Git repository in /home/runner/work/pytorch/pytorch/.git/ 2022-08-17T11:54:45.9113793Z [command]/usr/bin/git remote add origin https://github.com/pytorch/pytorch 2022-08-17T11:54:45.9153326Z ##[endgroup] 2022-08-17T11:54:45.9153772Z ##[group]Disabling automatic garbage collection 2022-08-17T11:54:45.9158582Z [command]/usr/bin/git config --local gc.auto 0 2022-08-17T11:54:45.9189592Z ##[endgroup] 2022-08-17T11:54:45.9190003Z ##[group]Setting up auth 2022-08-17T11:54:45.9198076Z [command]/usr/bin/git config --local --name-only --get-regexp core\.sshCommand 2022-08-17T11:54:45.9232906Z [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.9479016Z [command]/usr/bin/git config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader 2022-08-17T11:54:45.9516099Z [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.9734554Z [command]/usr/bin/git config --local http.https://github.com/.extraheader AUTHORIZATION: basic *** 2022-08-17T11:54:45.9777997Z ##[endgroup] 2022-08-17T11:54:45.9778713Z ##[group]Fetching the repository 2022-08-17T11:54:45.9809663Z [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.6521159Z ##[endgroup] 2022-08-17T11:54:53.6521603Z ##[group]Determining the checkout info 2022-08-17T11:54:53.6522502Z ##[endgroup] 2022-08-17T11:54:53.6523046Z ##[group]Checking out the ref 2022-08-17T11:54:53.6530812Z [command]/usr/bin/git checkout --quiet --force ce6a3c605df99d1df57c0dda75c06d748e54ed2a 2022-08-17T11:54:54.8475391Z ##[endgroup] 2022-08-17T11:54:54.9927022Z [command]/usr/bin/git log -1 --format='%H' 2022-08-17T11:54:54.9965111Z 'ce6a3c605df99d1df57c0dda75c06d748e54ed2a' 2022-08-17T11:54:55.0435859Z ##[group]Run # Doesn't really matter what torch version, we just need ANY torch installed 2022-08-17T11:54:55.0436694Z # Doesn't really matter what torch version, we just need ANY torch installed 2022-08-17T11:54:55.0437316Z pip install 'torch==1.*' 2022-08-17T11:54:55.0494410Z shell: /usr/bin/bash -e {0} 2022-08-17T11:54:55.0494664Z env: 2022-08-17T11:54:55.0494971Z pythonLocation: /opt/hostedtoolcache/Python/3.8.13/x64 2022-08-17T11:54:55.0495341Z LD_LIBRARY_PATH: /opt/hostedtoolcache/Python/3.8.13/x64/lib 2022-08-17T11:54:55.0495639Z ##[endgroup] 2022-08-17T11:54:55.6399469Z Collecting torch==1.* 2022-08-17T11:54:55.6588095Z Downloading torch-1.12.1-cp38-cp38-manylinux1_x86_64.whl (776.3 MB) 2022-08-17T11:55:04.4129854Z ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 776.3/776.3 MB 1.9 MB/s eta 0:00:00 2022-08-17T11:55:06.5068121Z Collecting typing-extensions 2022-08-17T11:55:06.5101295Z Downloading typing_extensions-4.3.0-py3-none-any.whl (25 kB) 2022-08-17T11:55:06.6199609Z Installing collected packages: typing-extensions, torch 2022-08-17T11:55:20.6648839Z Successfully installed torch-1.12.1 typing-extensions-4.3.0 2022-08-17T11:55:20.9494107Z ##[group]Run # All we need to see is that it passes 2022-08-17T11:55:20.9494407Z # All we need to see is that it passes 2022-08-17T11:55:20.9494661Z python3 torch/utils/collect_env.py 2022-08-17T11:55:20.9539540Z shell: /usr/bin/bash -e {0} 2022-08-17T11:55:20.9539749Z env: 2022-08-17T11:55:20.9539992Z pythonLocation: /opt/hostedtoolcache/Python/3.8.13/x64 2022-08-17T11:55:20.9540275Z LD_LIBRARY_PATH: /opt/hostedtoolcache/Python/3.8.13/x64/lib 2022-08-17T11:55:20.9540511Z ##[endgroup] 2022-08-17T11:55:22.6728696Z Collecting environment information... 2022-08-17T11:55:22.6729397Z PyTorch version: 1.12.1+cu102 2022-08-17T11:55:22.6729835Z Is debug build: False 2022-08-17T11:55:22.6730623Z CUDA used to build PyTorch: 10.2 2022-08-17T11:55:22.6731059Z ROCM used to build PyTorch: N/A 2022-08-17T11:55:22.6731336Z 2022-08-17T11:55:22.6731517Z OS: Ubuntu 20.04.4 LTS (x86_64) 2022-08-17T11:55:22.6732410Z GCC version: (Ubuntu 9.4.0-1ubuntu1~20.04.1) 9.4.0 2022-08-17T11:55:22.6733118Z Clang version: 11.0.0-2~ubuntu20.04.1 2022-08-17T11:55:22.6733521Z CMake version: version 3.24.0 2022-08-17T11:55:22.6734033Z Libc version: glibc-2.31 2022-08-17T11:55:22.6734287Z 2022-08-17T11:55:22.6734794Z Python version: 3.8.13 (default, Jul 22 2022, 10:44:13) [GCC 9.4.0] (64-bit runtime) 2022-08-17T11:55:22.6735502Z Python platform: Linux-5.15.0-1017-azure-x86_64-with-glibc2.2.5 2022-08-17T11:55:22.6736048Z Is CUDA available: False 2022-08-17T11:55:22.6736456Z CUDA runtime version: No CUDA 2022-08-17T11:55:22.6736673Z GPU models and configuration: No CUDA 2022-08-17T11:55:22.6736899Z Nvidia driver version: No CUDA 2022-08-17T11:55:22.6737105Z cuDNN version: No CUDA 2022-08-17T11:55:22.6737292Z HIP runtime version: N/A 2022-08-17T11:55:22.6737499Z MIOpen runtime version: N/A 2022-08-17T11:55:22.6737708Z Is XNNPACK available: True 2022-08-17T11:55:22.6737834Z 2022-08-17T11:55:22.6737940Z Versions of relevant libraries: 2022-08-17T11:55:22.6738379Z [pip3] torch==1.12.1 2022-08-17T11:55:22.6738591Z [conda] No relevant packages 2022-08-17T11:55:22.8041568Z Post job cleanup. 2022-08-17T11:55:22.8076442Z Post job cleanup. 2022-08-17T11:55:22.9193495Z [command]/usr/bin/git version 2022-08-17T11:55:22.9239116Z git version 2.37.2 2022-08-17T11:55:22.9282836Z Temporarily overriding HOME='/home/runner/work/_temp/1059f060-a47b-47c2-b88f-fb9166dd0725' before making global git config changes 2022-08-17T11:55:22.9283690Z Adding repository directory to the temporary git global config as a safe directory 2022-08-17T11:55:22.9289522Z [command]/usr/bin/git config --global --add safe.directory /home/runner/work/pytorch/pytorch 2022-08-17T11:55:22.9331591Z [command]/usr/bin/git config --local --name-only --get-regexp core\.sshCommand 2022-08-17T11:55:22.9368810Z [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:22.9599573Z [command]/usr/bin/git config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader 2022-08-17T11:55:22.9632830Z http.https://github.com/.extraheader 2022-08-17T11:55:22.9643253Z [command]/usr/bin/git config --local --unset-all http.https://github.com/.extraheader 2022-08-17T11:55:22.9680687Z [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:23.0034166Z Post job cleanup. 2022-08-17T11:55:23.1436989Z Cleaning up orphan processes