2022-08-17T11:54:34.4245368Z Requested labels: linux.20_04.4x 2022-08-17T11:54:34.4245441Z Job defined at: pytorch/pytorch/.github/workflows/lint.yml@refs/pull/82657/merge 2022-08-17T11:54:34.4245464Z Waiting for a runner to pick up this job... 2022-08-17T11:54:36.3020844Z Job is about to start running on the runner: linux.20_04.4x_b79b50f03756 (organization) 2022-08-17T11:54:39.9040517Z Current runner version: '2.295.0' 2022-08-17T11:54:39.9046188Z Runner name: 'linux.20_04.4x_b79b50f03756' 2022-08-17T11:54:39.9046709Z Runner group name: 'Default' 2022-08-17T11:54:39.9047314Z Machine name: 'runner' 2022-08-17T11:54:39.9065706Z ##[group]Operating System 2022-08-17T11:54:39.9066140Z Ubuntu 2022-08-17T11:54:39.9066414Z 20.04.4 2022-08-17T11:54:39.9066694Z LTS 2022-08-17T11:54:39.9066938Z ##[endgroup] 2022-08-17T11:54:39.9067283Z ##[group]Virtual Environment 2022-08-17T11:54:39.9067654Z Environment: ubuntu-20.04 2022-08-17T11:54:39.9067930Z Version: 20220814.1 2022-08-17T11:54:39.9068426Z Included Software: https://github.com/actions/runner-images/blob/ubuntu20/20220814.1/images/linux/Ubuntu2004-Readme.md 2022-08-17T11:54:39.9069032Z Image Release: https://github.com/actions/runner-images/releases/tag/ubuntu20%2F20220814.1 2022-08-17T11:54:39.9069501Z ##[endgroup] 2022-08-17T11:54:39.9070378Z ##[group]GITHUB_TOKEN Permissions 2022-08-17T11:54:39.9071138Z Actions: read 2022-08-17T11:54:39.9071518Z Checks: read 2022-08-17T11:54:39.9071816Z Contents: read 2022-08-17T11:54:39.9072080Z Deployments: read 2022-08-17T11:54:39.9072401Z Discussions: read 2022-08-17T11:54:39.9072735Z Issues: read 2022-08-17T11:54:39.9072988Z Metadata: read 2022-08-17T11:54:39.9073285Z Packages: read 2022-08-17T11:54:39.9073603Z Pages: read 2022-08-17T11:54:39.9073860Z PullRequests: read 2022-08-17T11:54:39.9074227Z RepositoryProjects: read 2022-08-17T11:54:39.9074570Z SecurityEvents: read 2022-08-17T11:54:39.9074834Z Statuses: read 2022-08-17T11:54:39.9075126Z ##[endgroup] 2022-08-17T11:54:39.9078615Z Secret source: None 2022-08-17T11:54:39.9079099Z Prepare workflow directory 2022-08-17T11:54:40.0130117Z Prepare all required actions 2022-08-17T11:54:40.0298413Z Getting action download info 2022-08-17T11:54:40.2412540Z Download action repository 'actions/setup-python@v2' (SHA:7f80679172b057fc5e90d70d197929d454754a5a) 2022-08-17T11:54:44.8194843Z Download action repository 'pytorch/pytorch@master' (SHA:2a096e940d33a33c4eb6df1c2ed4da607bd31a7f) 2022-08-17T11:54:48.8506594Z Getting action download info 2022-08-17T11:54:49.0200381Z Download action repository 'malfet/checkout@silent-checkout' (SHA:f63e9e15406be6060f159846cd2e098f759c5246) 2022-08-17T11:54:49.3678641Z ##[group]Run actions/setup-python@v2 2022-08-17T11:54:49.3678928Z with: 2022-08-17T11:54:49.3679121Z python-version: 3.x 2022-08-17T11:54:49.3679308Z architecture: x64 2022-08-17T11:54:49.3679771Z token: *** 2022-08-17T11:54:49.3679957Z ##[endgroup] 2022-08-17T11:54:49.7668200Z Successfully setup CPython (3.10.6) 2022-08-17T11:54:49.7949925Z ##[group]Run pytorch/pytorch/.github/actions/checkout-pytorch@master 2022-08-17T11:54:49.7950214Z with: 2022-08-17T11:54:49.7950387Z submodules: false 2022-08-17T11:54:49.7950605Z fetch-depth: 1 2022-08-17T11:54:49.7950794Z env: 2022-08-17T11:54:49.7951028Z pythonLocation: /opt/hostedtoolcache/Python/3.10.6/x64 2022-08-17T11:54:49.7951326Z LD_LIBRARY_PATH: /opt/hostedtoolcache/Python/3.10.6/x64/lib 2022-08-17T11:54:49.7951577Z ##[endgroup] 2022-08-17T11:54:49.8180479Z ##[group]Run retry () { 2022-08-17T11:54:49.8180767Z retry () { 2022-08-17T11:54:49.8181013Z  $* || (sleep 1 && $*) || (sleep 2 && $*) || (sleep 4 && $*) || (sleep 8 && $*) 2022-08-17T11:54:49.8181241Z } 2022-08-17T11:54:49.8181427Z echo "${GITHUB_WORKSPACE}" 2022-08-17T11:54:49.8181663Z if [ -z "${NO_SUDO}" ]; then 2022-08-17T11:54:49.8181902Z  retry sudo rm -rf "${GITHUB_WORKSPACE}" 2022-08-17T11:54:49.8182102Z else 2022-08-17T11:54:49.8182387Z  retry rm -rf "${GITHUB_WORKSPACE}" 2022-08-17T11:54:49.8182593Z fi 2022-08-17T11:54:49.8182772Z mkdir "${GITHUB_WORKSPACE}" 2022-08-17T11:54:49.8239453Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2022-08-17T11:54:49.8239776Z env: 2022-08-17T11:54:49.8240009Z pythonLocation: /opt/hostedtoolcache/Python/3.10.6/x64 2022-08-17T11:54:49.8240311Z LD_LIBRARY_PATH: /opt/hostedtoolcache/Python/3.10.6/x64/lib 2022-08-17T11:54:49.8240762Z NO_SUDO: 2022-08-17T11:54:49.8240931Z ##[endgroup] 2022-08-17T11:54:49.8403876Z /home/runner/work/pytorch/pytorch 2022-08-17T11:54:50.2481922Z ##[group]Run malfet/checkout@silent-checkout 2022-08-17T11:54:50.2482311Z with: 2022-08-17T11:54:50.2482653Z ref: ce6a3c605df99d1df57c0dda75c06d748e54ed2a 2022-08-17T11:54:50.2483026Z fetch-depth: 1 2022-08-17T11:54:50.2483317Z submodules: false 2022-08-17T11:54:50.2483643Z quiet-checkout: true 2022-08-17T11:54:50.2484000Z repository: pytorch/pytorch 2022-08-17T11:54:50.2484538Z token: *** 2022-08-17T11:54:50.2484818Z ssh-strict: true 2022-08-17T11:54:50.2485166Z persist-credentials: true 2022-08-17T11:54:50.2485493Z clean: true 2022-08-17T11:54:50.2485772Z lfs: false 2022-08-17T11:54:50.2486081Z set-safe-directory: true 2022-08-17T11:54:50.2486376Z env: 2022-08-17T11:54:50.2486743Z pythonLocation: /opt/hostedtoolcache/Python/3.10.6/x64 2022-08-17T11:54:50.2487221Z LD_LIBRARY_PATH: /opt/hostedtoolcache/Python/3.10.6/x64/lib 2022-08-17T11:54:50.2487640Z ##[endgroup] 2022-08-17T11:54:50.3587726Z Syncing repository: pytorch/pytorch 2022-08-17T11:54:50.3592738Z ##[group]Getting Git version info 2022-08-17T11:54:50.3593401Z Working directory is '/home/runner/work/pytorch/pytorch' 2022-08-17T11:54:50.3635967Z [command]/usr/bin/git version 2022-08-17T11:54:50.9734110Z git version 2.37.2 2022-08-17T11:54:50.9766598Z ##[endgroup] 2022-08-17T11:54:50.9788034Z Temporarily overriding HOME='/home/runner/work/_temp/d0d42d29-838d-4bd6-9168-ff21cb456cf7' before making global git config changes 2022-08-17T11:54:50.9788753Z Adding repository directory to the temporary git global config as a safe directory 2022-08-17T11:54:50.9798402Z [command]/usr/bin/git config --global --add safe.directory /home/runner/work/pytorch/pytorch 2022-08-17T11:54:51.0125828Z Deleting the contents of '/home/runner/work/pytorch/pytorch' 2022-08-17T11:54:51.0131987Z ##[group]Initializing the repository 2022-08-17T11:54:51.0138612Z [command]/usr/bin/git init /home/runner/work/pytorch/pytorch 2022-08-17T11:54:51.1285407Z hint: Using 'master' as the name for the initial branch. This default branch name 2022-08-17T11:54:51.1286282Z hint: is subject to change. To configure the initial branch name to use in all 2022-08-17T11:54:51.1287001Z hint: of your new repositories, which will suppress this warning, call: 2022-08-17T11:54:51.1293217Z hint: 2022-08-17T11:54:51.1295182Z hint: git config --global init.defaultBranch 2022-08-17T11:54:51.1295790Z hint: 2022-08-17T11:54:51.1296784Z hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and 2022-08-17T11:54:51.1297747Z hint: 'development'. The just-created branch can be renamed via this command: 2022-08-17T11:54:51.1298265Z hint: 2022-08-17T11:54:51.1298766Z hint: git branch -m 2022-08-17T11:54:51.1299346Z Initialized empty Git repository in /home/runner/work/pytorch/pytorch/.git/ 2022-08-17T11:54:51.1312073Z [command]/usr/bin/git remote add origin https://github.com/pytorch/pytorch 2022-08-17T11:54:51.1697647Z ##[endgroup] 2022-08-17T11:54:51.1698489Z ##[group]Disabling automatic garbage collection 2022-08-17T11:54:51.1707767Z [command]/usr/bin/git config --local gc.auto 0 2022-08-17T11:54:51.1748344Z ##[endgroup] 2022-08-17T11:54:51.1748926Z ##[group]Setting up auth 2022-08-17T11:54:51.1758652Z [command]/usr/bin/git config --local --name-only --get-regexp core\.sshCommand 2022-08-17T11:54:51.1798423Z [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:52.1163380Z [command]/usr/bin/git config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader 2022-08-17T11:54:52.1211972Z [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:52.1433840Z [command]/usr/bin/git config --local http.https://github.com/.extraheader AUTHORIZATION: basic *** 2022-08-17T11:54:52.1475589Z ##[endgroup] 2022-08-17T11:54:52.1476353Z ##[group]Fetching the repository 2022-08-17T11:54:52.1503188Z [command]/usr/bin/git -c protocol.version=2 fetch --no-tags --prune --quiet --no-recurse-submodules --depth=1 origin ce6a3c605df99d1df57c0dda75c06d748e54ed2a 2022-08-17T11:55:00.2804315Z ##[endgroup] 2022-08-17T11:55:00.2804837Z ##[group]Determining the checkout info 2022-08-17T11:55:00.2805887Z ##[endgroup] 2022-08-17T11:55:00.2806343Z ##[group]Checking out the ref 2022-08-17T11:55:00.2813983Z [command]/usr/bin/git checkout --quiet --force ce6a3c605df99d1df57c0dda75c06d748e54ed2a 2022-08-17T11:55:01.3567431Z ##[endgroup] 2022-08-17T11:55:01.3857728Z [command]/usr/bin/git log -1 --format='%H' 2022-08-17T11:55:01.3896616Z 'ce6a3c605df99d1df57c0dda75c06d748e54ed2a' 2022-08-17T11:55:01.4024023Z ##[group]Run # Remove any artifacts from the previous checkouts 2022-08-17T11:55:01.4024401Z # Remove any artifacts from the previous checkouts 2022-08-17T11:55:01.4024650Z git clean -fxd 2022-08-17T11:55:01.4070806Z shell: /usr/bin/bash -e {0} 2022-08-17T11:55:01.4071016Z env: 2022-08-17T11:55:01.4071261Z pythonLocation: /opt/hostedtoolcache/Python/3.10.6/x64 2022-08-17T11:55:01.4071552Z LD_LIBRARY_PATH: /opt/hostedtoolcache/Python/3.10.6/x64/lib 2022-08-17T11:55:01.4071794Z ##[endgroup] 2022-08-17T11:55:01.4331381Z ##[group]Run pip3 install -r requirements.txt --user 2022-08-17T11:55:01.4331695Z pip3 install -r requirements.txt --user 2022-08-17T11:55:01.4377423Z shell: /usr/bin/bash -e {0} 2022-08-17T11:55:01.4377625Z env: 2022-08-17T11:55:01.4377865Z pythonLocation: /opt/hostedtoolcache/Python/3.10.6/x64 2022-08-17T11:55:01.4378146Z LD_LIBRARY_PATH: /opt/hostedtoolcache/Python/3.10.6/x64/lib 2022-08-17T11:55:01.4378384Z ##[endgroup] 2022-08-17T11:55:16.9601177Z Collecting astunparse 2022-08-17T11:55:16.9830333Z Downloading astunparse-1.6.3-py2.py3-none-any.whl (12 kB) 2022-08-17T11:55:17.0019429Z Collecting expecttest 2022-08-17T11:55:17.0074309Z Downloading expecttest-0.1.3-py3-none-any.whl (6.5 kB) 2022-08-17T11:55:17.0293253Z Collecting future 2022-08-17T11:55:17.0363177Z Downloading future-0.18.2.tar.gz (829 kB) 2022-08-17T11:55:17.0497051Z ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 829.2/829.2 kB 80.7 MB/s eta 0:00:00 2022-08-17T11:55:17.1381749Z Preparing metadata (setup.py): started 2022-08-17T11:55:21.0197661Z Preparing metadata (setup.py): finished with status 'done' 2022-08-17T11:55:21.3313846Z Collecting numpy 2022-08-17T11:55:21.3383985Z Downloading numpy-1.23.2-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (17.0 MB) 2022-08-17T11:55:21.4781279Z ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 17.0/17.0 MB 104.2 MB/s eta 0:00:00 2022-08-17T11:55:21.6443763Z Collecting psutil 2022-08-17T11:55:21.6575479Z 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:21.6647619Z ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 282.0/282.0 kB 60.1 MB/s eta 0:00:00 2022-08-17T11:55:21.7172036Z Collecting pyyaml 2022-08-17T11:55:21.7217498Z 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:21.7307773Z ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 682.2/682.2 kB 110.5 MB/s eta 0:00:00 2022-08-17T11:55:21.7745883Z Collecting requests 2022-08-17T11:55:21.7788003Z Downloading requests-2.28.1-py3-none-any.whl (62 kB) 2022-08-17T11:55:21.7836414Z ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 62.8/62.8 kB 21.3 MB/s eta 0:00:00 2022-08-17T11:55:21.7854770Z 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:21.8027767Z Collecting six 2022-08-17T11:55:21.8065674Z Downloading six-1.16.0-py2.py3-none-any.whl (11 kB) 2022-08-17T11:55:21.8226170Z Collecting types-dataclasses 2022-08-17T11:55:21.8271123Z Downloading types_dataclasses-0.6.6-py3-none-any.whl (2.9 kB) 2022-08-17T11:55:21.8470712Z Collecting typing_extensions 2022-08-17T11:55:21.8557503Z Downloading typing_extensions-4.3.0-py3-none-any.whl (25 kB) 2022-08-17T11:55:21.8795372Z Collecting sympy 2022-08-17T11:55:21.8875553Z Downloading sympy-1.10.1-py3-none-any.whl (6.4 MB) 2022-08-17T11:55:21.9356761Z ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 6.4/6.4 MB 142.1 MB/s eta 0:00:00 2022-08-17T11:55:22.0030363Z Collecting wheel<1.0,>=0.23.0 2022-08-17T11:55:22.0073328Z Downloading wheel-0.37.1-py2.py3-none-any.whl (35 kB) 2022-08-17T11:55:22.0519722Z Collecting idna<4,>=2.5 2022-08-17T11:55:22.0561669Z Downloading idna-3.3-py3-none-any.whl (61 kB) 2022-08-17T11:55:22.0608504Z ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 61.2/61.2 kB 22.9 MB/s eta 0:00:00 2022-08-17T11:55:22.1051312Z Collecting urllib3<1.27,>=1.21.1 2022-08-17T11:55:22.1100382Z Downloading urllib3-1.26.11-py2.py3-none-any.whl (139 kB) 2022-08-17T11:55:22.1195272Z ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 139.9/139.9 kB 19.2 MB/s eta 0:00:00 2022-08-17T11:55:22.1456267Z Collecting certifi>=2017.4.17 2022-08-17T11:55:22.1499856Z Downloading certifi-2022.6.15-py3-none-any.whl (160 kB) 2022-08-17T11:55:22.1553699Z ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 160.2/160.2 kB 56.1 MB/s eta 0:00:00 2022-08-17T11:55:22.1901106Z Collecting charset-normalizer<3,>=2 2022-08-17T11:55:22.1947186Z Downloading charset_normalizer-2.1.0-py3-none-any.whl (39 kB) 2022-08-17T11:55:22.2216003Z Collecting mpmath>=0.19 2022-08-17T11:55:22.2312795Z Downloading mpmath-1.2.1-py3-none-any.whl (532 kB) 2022-08-17T11:55:22.2394647Z ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 532.6/532.6 kB 101.6 MB/s eta 0:00:00 2022-08-17T11:55:22.3146060Z Using legacy 'setup.py install' for future, since package 'wheel' is not installed. 2022-08-17T11:55:22.4421720Z 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:32.5848276Z Running setup.py install for future: started 2022-08-17T11:55:33.3225632Z Running setup.py install for future: finished with status 'done' 2022-08-17T11:55:33.4197914Z 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:33.6909595Z ##[group]Run # NB: We use 'printf' below rather than '\u000a' since bash pre-4.2 2022-08-17T11:55:33.6909964Z # NB: We use 'printf' below rather than '\u000a' since bash pre-4.2 2022-08-17T11:55:33.6910297Z # does not support the '\u000a' syntax (which is relevant for local linters) 2022-08-17T11:55:33.6910731Z (! git --no-pager grep -In "$(printf '\xC2\xA0')" -- . || (echo "The above lines have non-breaking spaces (U+00A0); please convert them to spaces (U+0020)"; false)) 2022-08-17T11:55:33.6957342Z shell: /usr/bin/bash -e {0} 2022-08-17T11:55:33.6957545Z env: 2022-08-17T11:55:33.6957775Z pythonLocation: /opt/hostedtoolcache/Python/3.10.6/x64 2022-08-17T11:55:33.6958078Z LD_LIBRARY_PATH: /opt/hostedtoolcache/Python/3.10.6/x64/lib 2022-08-17T11:55:33.6958317Z ##[endgroup] 2022-08-17T11:55:33.7846133Z ##[group]Run (! git ls-files | grep -E '([<>:"|?*]|[ .]$)' || (echo "The above file names are not valid across all operating systems. Please ensure they don't contain the characters '<>:""|?*' and don't end with a white space or a '.' "; false)) 2022-08-17T11:55:33.7846793Z (! git ls-files | grep -E '([<>:"|?*]|[ .]$)' || (echo "The above file names are not valid across all operating systems. Please ensure they don't contain the characters '<>:""|?*' and don't end with a white space or a '.' "; false)) 2022-08-17T11:55:33.7895440Z shell: /usr/bin/bash -e {0} 2022-08-17T11:55:33.7895784Z env: 2022-08-17T11:55:33.7896010Z pythonLocation: /opt/hostedtoolcache/Python/3.10.6/x64 2022-08-17T11:55:33.7896307Z LD_LIBRARY_PATH: /opt/hostedtoolcache/Python/3.10.6/x64/lib 2022-08-17T11:55:33.7896544Z ##[endgroup] 2022-08-17T11:55:33.8042371Z ##[group]Run (! git --no-pager grep -In '#!.*python$' -- . || (echo "The above lines have versionless Python shebangs; please specify either python2 or python3"; false)) 2022-08-17T11:55:33.8042932Z (! git --no-pager grep -In '#!.*python$' -- . || (echo "The above lines have versionless Python shebangs; please specify either python2 or python3"; false)) 2022-08-17T11:55:33.8085916Z shell: /usr/bin/bash -e {0} 2022-08-17T11:55:33.8086104Z env: 2022-08-17T11:55:33.8086338Z pythonLocation: /opt/hostedtoolcache/Python/3.10.6/x64 2022-08-17T11:55:33.8086644Z LD_LIBRARY_PATH: /opt/hostedtoolcache/Python/3.10.6/x64/lib 2022-08-17T11:55:33.8086867Z ##[endgroup] 2022-08-17T11:55:33.9433678Z ##[group]Run sudo apt-get install -y doxygen 2022-08-17T11:55:33.9433972Z sudo apt-get install -y doxygen 2022-08-17T11:55:33.9434232Z cd docs/cpp/source && ./check-doxygen.sh 2022-08-17T11:55:33.9481494Z shell: /usr/bin/bash -e {0} 2022-08-17T11:55:33.9481687Z env: 2022-08-17T11:55:33.9481922Z pythonLocation: /opt/hostedtoolcache/Python/3.10.6/x64 2022-08-17T11:55:33.9482220Z LD_LIBRARY_PATH: /opt/hostedtoolcache/Python/3.10.6/x64/lib 2022-08-17T11:55:33.9482446Z ##[endgroup] 2022-08-17T11:55:54.8561667Z Reading package lists... 2022-08-17T11:55:55.0432484Z Building dependency tree... 2022-08-17T11:55:55.1036364Z Reading state information... 2022-08-17T11:55:55.2807492Z The following additional packages will be installed: 2022-08-17T11:55:55.2808089Z libxapian30 2022-08-17T11:55:55.2814912Z Suggested packages: 2022-08-17T11:55:55.2815704Z doxygen-latex doxygen-doc doxygen-gui graphviz xapian-tools 2022-08-17T11:55:55.5466196Z The following NEW packages will be installed: 2022-08-17T11:55:55.5482728Z doxygen libxapian30 2022-08-17T11:55:55.5890369Z 0 upgraded, 2 newly installed, 0 to remove and 13 not upgraded. 2022-08-17T11:55:55.6541733Z Need to get 10.3 MB of archives. 2022-08-17T11:55:55.6542493Z After this operation, 46.1 MB of additional disk space will be used. 2022-08-17T11:55:55.6785718Z Get:1 http://azure.archive.ubuntu.com/ubuntu focal/universe amd64 libxapian30 amd64 1.4.14-2 [661 kB] 2022-08-17T11:55:55.6786591Z Get:2 http://azure.archive.ubuntu.com/ubuntu focal/universe amd64 doxygen amd64 1.8.17-0ubuntu2 [9630 kB] 2022-08-17T11:55:56.3830424Z Fetched 10.3 MB in 0s (47.4 MB/s) 2022-08-17T11:55:56.4807452Z Selecting previously unselected package libxapian30:amd64. 2022-08-17T11:55:56.6004734Z (Reading database ... 2022-08-17T11:55:56.6005232Z (Reading database ... 5% 2022-08-17T11:55:56.6005634Z (Reading database ... 10% 2022-08-17T11:55:56.6005949Z (Reading database ... 15% 2022-08-17T11:55:56.6006206Z (Reading database ... 20% 2022-08-17T11:55:56.6006466Z (Reading database ... 25% 2022-08-17T11:55:56.6006794Z (Reading database ... 30% 2022-08-17T11:55:56.6007199Z (Reading database ... 35% 2022-08-17T11:55:56.6007510Z (Reading database ... 40% 2022-08-17T11:55:56.6007833Z (Reading database ... 45% 2022-08-17T11:55:56.6008253Z (Reading database ... 50% 2022-08-17T11:55:58.5725256Z (Reading database ... 55% 2022-08-17T11:56:00.3890455Z (Reading database ... 60% 2022-08-17T11:56:04.1542925Z (Reading database ... 65% 2022-08-17T11:56:07.0964013Z (Reading database ... 70% 2022-08-17T11:56:10.7157826Z (Reading database ... 75% 2022-08-17T11:56:13.8299493Z (Reading database ... 80% 2022-08-17T11:56:18.3613692Z (Reading database ... 85% 2022-08-17T11:56:22.2170489Z (Reading database ... 90% 2022-08-17T11:56:25.4676481Z (Reading database ... 95% 2022-08-17T11:56:25.4676911Z (Reading database ... 100% 2022-08-17T11:56:25.4677311Z (Reading database ... 230923 files and directories currently installed.) 2022-08-17T11:56:25.4789931Z Preparing to unpack .../libxapian30_1.4.14-2_amd64.deb ... 2022-08-17T11:56:25.5087815Z Unpacking libxapian30:amd64 (1.4.14-2) ... 2022-08-17T11:56:25.6031112Z Selecting previously unselected package doxygen. 2022-08-17T11:56:25.6234091Z Preparing to unpack .../doxygen_1.8.17-0ubuntu2_amd64.deb ... 2022-08-17T11:56:25.6241841Z Unpacking doxygen (1.8.17-0ubuntu2) ... 2022-08-17T11:56:26.6435304Z Setting up libxapian30:amd64 (1.4.14-2) ... 2022-08-17T11:56:26.6466592Z Setting up doxygen (1.8.17-0ubuntu2) ... 2022-08-17T11:56:26.6489534Z Processing triggers for man-db (2.9.1-1) ... 2022-08-17T11:56:28.8200358Z Processing triggers for libc-bin (2.31-0ubuntu9.9) ... 2022-08-17T11:56:32.4165784Z + command -v doxygen 2022-08-17T11:56:32.4168163Z ++ dirname ./check-doxygen.sh 2022-08-17T11:56:32.4176883Z + pushd ./../../.. 2022-08-17T11:56:32.4177259Z + cp torch/_utils_internal.py tools/shared 2022-08-17T11:56:32.4177879Z ~/work/pytorch/pytorch ~/work/pytorch/pytorch/docs/cpp/source 2022-08-17T11:56:32.4193378Z + python -m torchgen.gen --source-path aten/src/ATen 2022-08-17T11:56:52.2678564Z + python tools/setup_helpers/generate_code.py --native-functions-path aten/src/ATen/native/native_functions.yaml --tags-path aten/src/ATen/native/tags.yaml 2022-08-17T11:56:58.8964289Z + popd 2022-08-17T11:56:58.8964617Z ~/work/pytorch/pytorch/docs/cpp/source 2022-08-17T11:56:58.8968359Z ++ dirname ./check-doxygen.sh 2022-08-17T11:56:58.8978061Z + doxygen . 2022-08-17T11:57:04.0196776Z Searching for include files... 2022-08-17T11:57:04.0197247Z Searching for example files... 2022-08-17T11:57:04.0197506Z Searching for images... 2022-08-17T11:57:04.0197776Z Searching for dot files... 2022-08-17T11:57:04.0198046Z Searching for msc files... 2022-08-17T11:57:04.0198289Z Searching for dia files... 2022-08-17T11:57:04.0198554Z Searching for files to exclude 2022-08-17T11:57:04.0198850Z Searching INPUT for files to process... 2022-08-17T11:57:04.0199232Z Searching for files in directory /home/runner/work/pytorch/pytorch/docs/cpp/source 2022-08-17T11:57:04.0199607Z Reading and parsing tag files 2022-08-17T11:57:04.0199869Z Parsing files 2022-08-17T11:57:04.0200186Z Reading /home/runner/work/pytorch/pytorch/docs/cpp/source/conf.py... 2022-08-17T11:57:04.0200608Z Parsing file /home/runner/work/pytorch/pytorch/docs/cpp/source/conf.py... 2022-08-17T11:57:04.0201463Z Preprocessing /home/runner/work/pytorch/pytorch/docs/cpp/source/original-doxygen-log.txt... 2022-08-17T11:57:04.0202104Z Parsing file /home/runner/work/pytorch/pytorch/docs/cpp/source/original-doxygen-log.txt... 2022-08-17T11:57:04.0202461Z Building group list... 2022-08-17T11:57:04.0202732Z Building directory list... 2022-08-17T11:57:04.0203007Z Building namespace list... 2022-08-17T11:57:04.0203250Z Building file list... 2022-08-17T11:57:04.0203503Z Building class list... 2022-08-17T11:57:04.0203791Z Computing nesting relations for classes... 2022-08-17T11:57:04.0204101Z Associating documentation with classes... 2022-08-17T11:57:04.0204393Z Building example list... 2022-08-17T11:57:04.0204671Z Searching for enumerations... 2022-08-17T11:57:04.0204952Z Searching for documented typedefs... 2022-08-17T11:57:04.0205298Z Searching for members imported via using declarations... 2022-08-17T11:57:04.0205639Z Searching for included using directives... 2022-08-17T11:57:04.0205950Z Searching for documented variables... 2022-08-17T11:57:04.0206232Z Building interface member list... 2022-08-17T11:57:04.0206500Z Building member list... 2022-08-17T11:57:04.0206758Z Searching for friends... 2022-08-17T11:57:04.0207022Z Searching for documented defines... 2022-08-17T11:57:04.0207327Z Computing class inheritance relations... 2022-08-17T11:57:04.0207631Z Computing class usage relations... 2022-08-17T11:57:04.0207961Z Flushing cached template relations that have become invalid... 2022-08-17T11:57:04.0208287Z Computing class relations... 2022-08-17T11:57:04.0208556Z Add enum values to enums... 2022-08-17T11:57:04.0208847Z Searching for member function documentation... 2022-08-17T11:57:04.0209175Z Creating members for template instances... 2022-08-17T11:57:04.0209460Z Building page list... 2022-08-17T11:57:04.0210093Z Search for main page... 2022-08-17T11:57:04.0210362Z Computing page relations... 2022-08-17T11:57:04.0210653Z Determining the scope of groups... 2022-08-17T11:57:04.0210907Z Sorting lists... 2022-08-17T11:57:04.0211183Z Determining which enums are documented 2022-08-17T11:57:04.0211478Z Computing member relations... 2022-08-17T11:57:04.0211777Z Building full member lists recursively... 2022-08-17T11:57:04.0212061Z Adding members to member groups. 2022-08-17T11:57:04.0212342Z Computing member references... 2022-08-17T11:57:04.0212622Z Inheriting documentation... 2022-08-17T11:57:04.0212877Z Generating disk names... 2022-08-17T11:57:04.0213142Z Adding source references... 2022-08-17T11:57:04.0213395Z Adding xrefitems... 2022-08-17T11:57:04.0214050Z Sorting member lists... 2022-08-17T11:57:04.0214346Z Setting anonymous enum type... 2022-08-17T11:57:04.0214667Z Computing dependencies between directories... 2022-08-17T11:57:04.0215128Z Generating citations page... 2022-08-17T11:57:04.0215402Z Counting members... 2022-08-17T11:57:04.0215662Z Counting data structures... 2022-08-17T11:57:04.0215938Z Resolving user defined references... 2022-08-17T11:57:04.0216275Z Finding anchors and sections in the documentation... 2022-08-17T11:57:04.0216608Z Transferring function references... 2022-08-17T11:57:04.0216882Z Combining using relations... 2022-08-17T11:57:04.0217164Z Adding members to index pages... 2022-08-17T11:57:04.0217448Z Correcting members for VHDL... 2022-08-17T11:57:04.0217913Z Generating style sheet... 2022-08-17T11:57:04.0218172Z Generating search indices... 2022-08-17T11:57:04.0218464Z Generating example documentation... 2022-08-17T11:57:04.0218753Z Generating file sources... 2022-08-17T11:57:04.0219021Z Generating file documentation... 2022-08-17T11:57:04.0219315Z Generating page documentation... 2022-08-17T11:57:04.0219610Z Generating group documentation... 2022-08-17T11:57:04.0219904Z Generating class documentation... 2022-08-17T11:57:04.0220180Z Generating namespace index... 2022-08-17T11:57:04.0220465Z Generating graph info page... 2022-08-17T11:57:04.0220761Z Generating directory documentation... 2022-08-17T11:57:04.0221034Z Generating index page... 2022-08-17T11:57:04.0221300Z Generating page index... 2022-08-17T11:57:04.0221562Z Generating module index... 2022-08-17T11:57:04.0221822Z Generating namespace index... 2022-08-17T11:57:04.0222111Z Generating namespace member index... 2022-08-17T11:57:04.0222415Z Generating annotated compound index... 2022-08-17T11:57:04.0222715Z Generating alphabetical compound index... 2022-08-17T11:57:04.0223029Z Generating hierarchical class index... 2022-08-17T11:57:04.0223338Z Generating graphical class hierarchy... 2022-08-17T11:57:04.0223614Z Generating member index... 2022-08-17T11:57:04.0223882Z Generating file index... 2022-08-17T11:57:04.0224150Z Generating file member index... 2022-08-17T11:57:04.0224411Z Generating example index... 2022-08-17T11:57:04.0224683Z finalizing index lists... 2022-08-17T11:57:04.0224931Z writing tag file... 2022-08-17T11:57:04.0225178Z Running plantuml with JAVA... 2022-08-17T11:57:04.0225429Z Running dot... 2022-08-17T11:57:04.0225673Z Running dot for graph 1/1 2022-08-17T11:57:04.0225941Z lookup cache used 0/65536 hits=0 misses=0 2022-08-17T11:57:04.0226198Z finished... 2022-08-17T11:57:04.6791366Z + cp original-doxygen-log.txt doxygen-log.txt 2022-08-17T11:57:04.6808727Z + ignore_warning 'warning: no uniquely matching class member found for' 2022-08-17T11:57:04.6809149Z + set +e 2022-08-17T11:57:04.6809700Z + grep -v 'warning: no uniquely matching class member found for' doxygen-log.txt 2022-08-17T11:57:04.6825295Z + set -e 2022-08-17T11:57:04.6825860Z + mv temp.txt doxygen-log.txt 2022-08-17T11:57:04.6840688Z + ignore_warning 'warning: explicit link request to '\''Item'\'' could not be resolved' 2022-08-17T11:57:04.6841124Z + set +e 2022-08-17T11:57:04.6841520Z + grep -v 'warning: explicit link request to '\''Item'\'' could not be resolved' doxygen-log.txt 2022-08-17T11:57:04.6852411Z + set -e 2022-08-17T11:57:04.6853071Z + mv temp.txt doxygen-log.txt 2022-08-17T11:57:04.6866759Z + ignore_warning 'warning: Included by graph for '\''types.h'\'' not generated, too many nodes' 2022-08-17T11:57:04.6867350Z + set +e 2022-08-17T11:57:04.6868169Z + grep -v 'warning: Included by graph for '\''types.h'\'' not generated, too many nodes' doxygen-log.txt 2022-08-17T11:57:04.6879590Z + set -e 2022-08-17T11:57:04.6880151Z + mv temp.txt doxygen-log.txt 2022-08-17T11:57:04.6897527Z ++ grep warning: doxygen-log.txt 2022-08-17T11:57:04.6899226Z ++ wc -l 2022-08-17T11:57:04.6911147Z + warnings=0 2022-08-17T11:57:04.6911973Z + echo 'Treating all remaining warnings as errors' 2022-08-17T11:57:04.6912454Z + [[ 0 -ne 0 ]] 2022-08-17T11:57:04.6912762Z + rm -f doxygen-log.txt original-doxygen-log.txt 2022-08-17T11:57:04.6914157Z Treating all remaining warnings as errors 2022-08-17T11:57:04.6948492Z ##[group]Run set -eux 2022-08-17T11:57:04.6948712Z set -eux 2022-08-17T11:57:04.6949029Z python torch/testing/_internal/check_kernel_launches.py |& tee "${GITHUB_WORKSPACE}"/cuda_kernel_launch_checks.txt 2022-08-17T11:57:04.6995122Z shell: /usr/bin/bash -e {0} 2022-08-17T11:57:04.6995318Z env: 2022-08-17T11:57:04.6995548Z pythonLocation: /opt/hostedtoolcache/Python/3.10.6/x64 2022-08-17T11:57:04.6995852Z LD_LIBRARY_PATH: /opt/hostedtoolcache/Python/3.10.6/x64/lib 2022-08-17T11:57:04.6996089Z ##[endgroup] 2022-08-17T11:57:04.7062941Z + python torch/testing/_internal/check_kernel_launches.py 2022-08-17T11:57:04.7063940Z + tee /home/runner/work/pytorch/pytorch/cuda_kernel_launch_checks.txt 2022-08-17T11:57:04.7507097Z Post job cleanup. 2022-08-17T11:57:04.7573078Z Post job cleanup. 2022-08-17T11:57:04.8679717Z [command]/usr/bin/git version 2022-08-17T11:57:04.8728445Z git version 2.37.2 2022-08-17T11:57:04.8772769Z Temporarily overriding HOME='/home/runner/work/_temp/670f2180-6db1-43f4-b871-694ab0a78cc7' before making global git config changes 2022-08-17T11:57:04.8773327Z Adding repository directory to the temporary git global config as a safe directory 2022-08-17T11:57:04.8779880Z [command]/usr/bin/git config --global --add safe.directory /home/runner/work/pytorch/pytorch 2022-08-17T11:57:04.8822758Z [command]/usr/bin/git config --local --name-only --get-regexp core\.sshCommand 2022-08-17T11:57:04.8859623Z [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:57:04.9099648Z [command]/usr/bin/git config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader 2022-08-17T11:57:04.9127884Z http.https://github.com/.extraheader 2022-08-17T11:57:04.9139930Z [command]/usr/bin/git config --local --unset-all http.https://github.com/.extraheader 2022-08-17T11:57:04.9177040Z [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:57:04.9544662Z Post job cleanup. 2022-08-17T11:57:05.0964989Z Cleaning up orphan processes