2022-08-17T11:54:34.4297348Z Requested labels: linux.20_04.4x 2022-08-17T11:54:34.4297422Z Job defined at: pytorch/pytorch/.github/workflows/lint.yml@refs/pull/82657/merge 2022-08-17T11:54:34.4297444Z Waiting for a runner to pick up this job... 2022-08-17T11:54:36.3027797Z Job is about to start running on the runner: linux.20_04.4x_8d0e674d9453 (organization) 2022-08-17T11:54:39.6525923Z Current runner version: '2.295.0' 2022-08-17T11:54:39.6531282Z Runner name: 'linux.20_04.4x_8d0e674d9453' 2022-08-17T11:54:39.6531796Z Runner group name: 'Default' 2022-08-17T11:54:39.6532384Z Machine name: 'runner' 2022-08-17T11:54:39.6549476Z ##[group]Operating System 2022-08-17T11:54:39.6550058Z Ubuntu 2022-08-17T11:54:39.6550326Z 20.04.4 2022-08-17T11:54:39.6550534Z LTS 2022-08-17T11:54:39.6550798Z ##[endgroup] 2022-08-17T11:54:39.6551089Z ##[group]Virtual Environment 2022-08-17T11:54:39.6551425Z Environment: ubuntu-20.04 2022-08-17T11:54:39.6551733Z Version: 20220814.1 2022-08-17T11:54:39.6552180Z Included Software: https://github.com/actions/runner-images/blob/ubuntu20/20220814.1/images/linux/Ubuntu2004-Readme.md 2022-08-17T11:54:39.6552704Z Image Release: https://github.com/actions/runner-images/releases/tag/ubuntu20%2F20220814.1 2022-08-17T11:54:39.6553105Z ##[endgroup] 2022-08-17T11:54:39.6554013Z ##[group]GITHUB_TOKEN Permissions 2022-08-17T11:54:39.6554691Z Actions: read 2022-08-17T11:54:39.6554987Z Checks: read 2022-08-17T11:54:39.6555296Z Contents: read 2022-08-17T11:54:39.6555593Z Deployments: read 2022-08-17T11:54:39.6555847Z Discussions: read 2022-08-17T11:54:39.6556136Z Issues: read 2022-08-17T11:54:39.6556430Z Metadata: read 2022-08-17T11:54:39.6556675Z Packages: read 2022-08-17T11:54:39.6556943Z Pages: read 2022-08-17T11:54:39.6557228Z PullRequests: read 2022-08-17T11:54:39.6557507Z RepositoryProjects: read 2022-08-17T11:54:39.6557840Z SecurityEvents: read 2022-08-17T11:54:39.6558132Z Statuses: read 2022-08-17T11:54:39.6558371Z ##[endgroup] 2022-08-17T11:54:39.6561843Z Secret source: None 2022-08-17T11:54:39.6562338Z Prepare workflow directory 2022-08-17T11:54:39.7407486Z Prepare all required actions 2022-08-17T11:54:39.7571892Z Getting action download info 2022-08-17T11:54:39.9759374Z Download action repository 'actions/setup-node@v2' (SHA:1f8c6b94b26d0feae1e387ca63ccbdc44d27b561) 2022-08-17T11:54:40.4720738Z Download action repository 'pytorch/pytorch@master' (SHA:2a096e940d33a33c4eb6df1c2ed4da607bd31a7f) 2022-08-17T11:54:44.3672845Z Getting action download info 2022-08-17T11:54:44.5643335Z Download action repository 'malfet/checkout@silent-checkout' (SHA:f63e9e15406be6060f159846cd2e098f759c5246) 2022-08-17T11:54:44.8521386Z ##[group]Run actions/setup-node@v2 2022-08-17T11:54:44.8521682Z with: 2022-08-17T11:54:44.8521862Z always-auth: false 2022-08-17T11:54:44.8522064Z check-latest: false 2022-08-17T11:54:44.8522490Z token: *** 2022-08-17T11:54:44.8522662Z env: 2022-08-17T11:54:44.8522851Z NPM_CONFIG_PREFIX: ~/.npm-global 2022-08-17T11:54:44.8523074Z ##[endgroup] 2022-08-17T11:54:45.0475246Z ##[group]Run pytorch/pytorch/.github/actions/checkout-pytorch@master 2022-08-17T11:54:45.0475549Z with: 2022-08-17T11:54:45.0475719Z submodules: false 2022-08-17T11:54:45.0475920Z fetch-depth: 1 2022-08-17T11:54:45.0476108Z env: 2022-08-17T11:54:45.0476302Z NPM_CONFIG_PREFIX: ~/.npm-global 2022-08-17T11:54:45.0476516Z ##[endgroup] 2022-08-17T11:54:45.0705571Z ##[group]Run retry () { 2022-08-17T11:54:45.0705927Z retry () { 2022-08-17T11:54:45.0706175Z  $* || (sleep 1 && $*) || (sleep 2 && $*) || (sleep 4 && $*) || (sleep 8 && $*) 2022-08-17T11:54:45.0706408Z } 2022-08-17T11:54:45.0706598Z echo "${GITHUB_WORKSPACE}" 2022-08-17T11:54:45.0706841Z if [ -z "${NO_SUDO}" ]; then 2022-08-17T11:54:45.0707099Z  retry sudo rm -rf "${GITHUB_WORKSPACE}" 2022-08-17T11:54:45.0707307Z else 2022-08-17T11:54:45.0707519Z  retry rm -rf "${GITHUB_WORKSPACE}" 2022-08-17T11:54:45.0707721Z fi 2022-08-17T11:54:45.0707951Z mkdir "${GITHUB_WORKSPACE}" 2022-08-17T11:54:45.0760765Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2022-08-17T11:54:45.0761066Z env: 2022-08-17T11:54:45.0761321Z NPM_CONFIG_PREFIX: ~/.npm-global 2022-08-17T11:54:45.0761516Z NO_SUDO: 2022-08-17T11:54:45.0761704Z ##[endgroup] 2022-08-17T11:54:45.0923697Z /home/runner/work/pytorch/pytorch 2022-08-17T11:54:45.1118141Z ##[group]Run malfet/checkout@silent-checkout 2022-08-17T11:54:45.1118508Z with: 2022-08-17T11:54:45.1118730Z ref: ce6a3c605df99d1df57c0dda75c06d748e54ed2a 2022-08-17T11:54:45.1118962Z fetch-depth: 1 2022-08-17T11:54:45.1119141Z submodules: false 2022-08-17T11:54:45.1119341Z quiet-checkout: true 2022-08-17T11:54:45.1119555Z repository: pytorch/pytorch 2022-08-17T11:54:45.1119909Z token: *** 2022-08-17T11:54:45.1120093Z ssh-strict: true 2022-08-17T11:54:45.1120305Z persist-credentials: true 2022-08-17T11:54:45.1120494Z clean: true 2022-08-17T11:54:45.1120673Z lfs: false 2022-08-17T11:54:45.1120883Z set-safe-directory: true 2022-08-17T11:54:45.1121062Z env: 2022-08-17T11:54:45.1121255Z NPM_CONFIG_PREFIX: ~/.npm-global 2022-08-17T11:54:45.1121464Z ##[endgroup] 2022-08-17T11:54:45.2204903Z Syncing repository: pytorch/pytorch 2022-08-17T11:54:45.2215988Z ##[group]Getting Git version info 2022-08-17T11:54:45.2216725Z Working directory is '/home/runner/work/pytorch/pytorch' 2022-08-17T11:54:45.2255588Z [command]/usr/bin/git version 2022-08-17T11:54:45.2345870Z git version 2.37.2 2022-08-17T11:54:45.2368989Z ##[endgroup] 2022-08-17T11:54:45.2395125Z Temporarily overriding HOME='/home/runner/work/_temp/e320dc66-2ef1-4d12-bbce-fc03a331ff79' before making global git config changes 2022-08-17T11:54:45.2396110Z Adding repository directory to the temporary git global config as a safe directory 2022-08-17T11:54:45.2399261Z [command]/usr/bin/git config --global --add safe.directory /home/runner/work/pytorch/pytorch 2022-08-17T11:54:45.2444316Z Deleting the contents of '/home/runner/work/pytorch/pytorch' 2022-08-17T11:54:45.2448982Z ##[group]Initializing the repository 2022-08-17T11:54:45.2454354Z [command]/usr/bin/git init /home/runner/work/pytorch/pytorch 2022-08-17T11:54:45.2514743Z hint: Using 'master' as the name for the initial branch. This default branch name 2022-08-17T11:54:45.2515707Z hint: is subject to change. To configure the initial branch name to use in all 2022-08-17T11:54:45.2516468Z hint: of your new repositories, which will suppress this warning, call: 2022-08-17T11:54:45.2517122Z hint: 2022-08-17T11:54:45.2518400Z hint: git config --global init.defaultBranch 2022-08-17T11:54:45.2524086Z hint: 2022-08-17T11:54:45.2525360Z hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and 2022-08-17T11:54:45.2527011Z hint: 'development'. The just-created branch can be renamed via this command: 2022-08-17T11:54:45.2527853Z hint: 2022-08-17T11:54:45.2528812Z hint: git branch -m 2022-08-17T11:54:45.2531818Z Initialized empty Git repository in /home/runner/work/pytorch/pytorch/.git/ 2022-08-17T11:54:45.2536152Z [command]/usr/bin/git remote add origin https://github.com/pytorch/pytorch 2022-08-17T11:54:45.2578972Z ##[endgroup] 2022-08-17T11:54:45.2580309Z ##[group]Disabling automatic garbage collection 2022-08-17T11:54:45.2585363Z [command]/usr/bin/git config --local gc.auto 0 2022-08-17T11:54:45.2619848Z ##[endgroup] 2022-08-17T11:54:45.2620794Z ##[group]Setting up auth 2022-08-17T11:54:45.2628677Z [command]/usr/bin/git config --local --name-only --get-regexp core\.sshCommand 2022-08-17T11:54:45.2682669Z [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.2933787Z [command]/usr/bin/git config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader 2022-08-17T11:54:45.2971814Z [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.3175927Z [command]/usr/bin/git config --local http.https://github.com/.extraheader AUTHORIZATION: basic *** 2022-08-17T11:54:45.3229772Z ##[endgroup] 2022-08-17T11:54:45.3230591Z ##[group]Fetching the repository 2022-08-17T11:54:45.3237598Z [command]/usr/bin/git -c protocol.version=2 fetch --no-tags --prune --quiet --no-recurse-submodules --depth=1 origin ce6a3c605df99d1df57c0dda75c06d748e54ed2a 2022-08-17T11:54:52.9326074Z ##[endgroup] 2022-08-17T11:54:52.9326708Z ##[group]Determining the checkout info 2022-08-17T11:54:52.9327174Z ##[endgroup] 2022-08-17T11:54:52.9327589Z ##[group]Checking out the ref 2022-08-17T11:54:52.9334336Z [command]/usr/bin/git checkout --quiet --force ce6a3c605df99d1df57c0dda75c06d748e54ed2a 2022-08-17T11:54:54.0099066Z ##[endgroup] 2022-08-17T11:54:54.0162824Z [command]/usr/bin/git log -1 --format='%H' 2022-08-17T11:54:54.0193907Z 'ce6a3c605df99d1df57c0dda75c06d748e54ed2a' 2022-08-17T11:54:54.0321630Z ##[group]Run npm install -g markdown-toc 2022-08-17T11:54:54.0321909Z npm install -g markdown-toc 2022-08-17T11:54:54.0369288Z shell: /usr/bin/bash -e {0} 2022-08-17T11:54:54.0369478Z env: 2022-08-17T11:54:54.0369684Z NPM_CONFIG_PREFIX: ~/.npm-global 2022-08-17T11:54:54.0369894Z ##[endgroup] 2022-08-17T11:55:01.1087634Z npm WARN config global `--global`, `--local` are deprecated. Use `--location=global` instead. 2022-08-17T11:55:04.2276432Z npm WARN deprecated gulp-header@1.8.12: Removed event-stream from gulp-header 2022-08-17T11:55:04.5266908Z npm WARN deprecated coffee-script@1.12.7: CoffeeScript on NPM has moved to "coffeescript" (no hyphen) 2022-08-17T11:55:04.5719524Z 2022-08-17T11:55:04.5720427Z added 60 packages, and audited 61 packages in 3s 2022-08-17T11:55:04.5727457Z 2022-08-17T11:55:04.5727799Z found 0 vulnerabilities 2022-08-17T11:55:04.5850849Z ##[group]Run set -eu 2022-08-17T11:55:04.5851117Z set -eu 2022-08-17T11:55:04.5851381Z export PATH=~/.npm-global/bin:"$PATH" 2022-08-17T11:55:04.5851657Z for FILE in $(git grep -Il '' -- '**.md'); do 2022-08-17T11:55:04.5851932Z  markdown-toc --bullets='-' -i "$FILE" 2022-08-17T11:55:04.5852148Z done 2022-08-17T11:55:04.5852308Z  2022-08-17T11:55:04.5852534Z if ! .github/scripts/report_git_status.sh .; then 2022-08-17T11:55:04.5852757Z  echo 2022-08-17T11:55:04.5852997Z  echo 'As shown by the above diff, the table of contents in one or' 2022-08-17T11:55:04.5853319Z  echo 'more Markdown files is not up to date with the file contents.' 2022-08-17T11:55:04.5853641Z  echo 'You can either apply that Git diff directly to correct the' 2022-08-17T11:55:04.5853954Z  echo 'table of contents, or if you have npm installed, you can' 2022-08-17T11:55:04.5854287Z  echo 'install the npm package markdown-toc and run the following' 2022-08-17T11:55:04.5854545Z  # shellcheck disable=SC2016 2022-08-17T11:55:04.5854819Z  echo 'command (replacing $FILE with the filename for which you want' 2022-08-17T11:55:04.5855115Z  echo 'to regenerate the table of contents):' 2022-08-17T11:55:04.5855318Z  echo 2022-08-17T11:55:04.5855519Z  # shellcheck disable=SC2016 2022-08-17T11:55:04.5855772Z  echo " markdown-toc --bullets='-' -i \"\$FILE\"" 2022-08-17T11:55:04.5856001Z  false 2022-08-17T11:55:04.5856161Z fi 2022-08-17T11:55:04.5902647Z shell: /usr/bin/bash -e {0} 2022-08-17T11:55:04.5902855Z env: 2022-08-17T11:55:04.5903053Z NPM_CONFIG_PREFIX: ~/.npm-global 2022-08-17T11:55:04.5903249Z ##[endgroup] 2022-08-17T11:55:06.0776756Z 2022-08-17T11:55:06.0942788Z Post job cleanup. 2022-08-17T11:55:06.0975088Z Post job cleanup. 2022-08-17T11:55:06.2060553Z [command]/usr/bin/git version 2022-08-17T11:55:06.2105105Z git version 2.37.2 2022-08-17T11:55:06.2147852Z Temporarily overriding HOME='/home/runner/work/_temp/b911a55f-0bcf-4ff3-9e11-dec52b1a674b' before making global git config changes 2022-08-17T11:55:06.2148397Z Adding repository directory to the temporary git global config as a safe directory 2022-08-17T11:55:06.2154370Z [command]/usr/bin/git config --global --add safe.directory /home/runner/work/pytorch/pytorch 2022-08-17T11:55:06.2195004Z [command]/usr/bin/git config --local --name-only --get-regexp core\.sshCommand 2022-08-17T11:55:06.2230653Z [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:06.2448429Z [command]/usr/bin/git config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader 2022-08-17T11:55:06.2475324Z http.https://github.com/.extraheader 2022-08-17T11:55:06.2484878Z [command]/usr/bin/git config --local --unset-all http.https://github.com/.extraheader 2022-08-17T11:55:06.2519883Z [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:06.2852814Z Post job cleanup. 2022-08-17T11:55:06.4119423Z Cleaning up orphan processes