2022-08-17T11:54:34.4992956Z Requested labels: linux.20_04.4x 2022-08-17T11:54:34.4993019Z Job defined at: pytorch/pytorch/.github/workflows/lint.yml@refs/pull/82657/merge 2022-08-17T11:54:34.4993040Z Waiting for a runner to pick up this job... 2022-08-17T11:54:36.3046492Z Job is about to start running on the runner: linux.20_04.4x_433c58e10a1d (organization) 2022-08-17T11:54:40.1679206Z Current runner version: '2.295.0' 2022-08-17T11:54:40.1686255Z Runner name: 'linux.20_04.4x_433c58e10a1d' 2022-08-17T11:54:40.1686920Z Runner group name: 'Default' 2022-08-17T11:54:40.1687506Z Machine name: 'runner' 2022-08-17T11:54:40.1706130Z ##[group]Operating System 2022-08-17T11:54:40.1706509Z Ubuntu 2022-08-17T11:54:40.1706896Z 20.04.4 2022-08-17T11:54:40.1707156Z LTS 2022-08-17T11:54:40.1707382Z ##[endgroup] 2022-08-17T11:54:40.1707687Z ##[group]Virtual Environment 2022-08-17T11:54:40.1708057Z Environment: ubuntu-20.04 2022-08-17T11:54:40.1708327Z Version: 20220814.1 2022-08-17T11:54:40.1708788Z Included Software: https://github.com/actions/runner-images/blob/ubuntu20/20220814.1/images/linux/Ubuntu2004-Readme.md 2022-08-17T11:54:40.1709354Z Image Release: https://github.com/actions/runner-images/releases/tag/ubuntu20%2F20220814.1 2022-08-17T11:54:40.1709750Z ##[endgroup] 2022-08-17T11:54:40.1710625Z ##[group]GITHUB_TOKEN Permissions 2022-08-17T11:54:40.1711358Z Actions: read 2022-08-17T11:54:40.1711656Z Checks: read 2022-08-17T11:54:40.1712004Z Contents: read 2022-08-17T11:54:40.1712257Z Deployments: read 2022-08-17T11:54:40.1712558Z Discussions: read 2022-08-17T11:54:40.1712842Z Issues: read 2022-08-17T11:54:40.1713093Z Metadata: read 2022-08-17T11:54:40.1713432Z Packages: read 2022-08-17T11:54:40.1713712Z Pages: read 2022-08-17T11:54:40.1713960Z PullRequests: read 2022-08-17T11:54:40.1714294Z RepositoryProjects: read 2022-08-17T11:54:40.1714632Z SecurityEvents: read 2022-08-17T11:54:40.1714886Z Statuses: read 2022-08-17T11:54:40.1715164Z ##[endgroup] 2022-08-17T11:54:40.1718776Z Secret source: None 2022-08-17T11:54:40.1719208Z Prepare workflow directory 2022-08-17T11:54:40.4223997Z Prepare all required actions 2022-08-17T11:54:40.4387473Z Getting action download info 2022-08-17T11:54:40.6466059Z Download action repository 'actions/setup-python@v2' (SHA:7f80679172b057fc5e90d70d197929d454754a5a) 2022-08-17T11:54:41.0748912Z Download action repository 'pytorch/pytorch@master' (SHA:2a096e940d33a33c4eb6df1c2ed4da607bd31a7f) 2022-08-17T11:54:44.6921779Z Getting action download info 2022-08-17T11:54:44.8795357Z Download action repository 'malfet/checkout@silent-checkout' (SHA:f63e9e15406be6060f159846cd2e098f759c5246) 2022-08-17T11:54:45.1531818Z ##[group]Run actions/setup-python@v2 2022-08-17T11:54:45.1532079Z with: 2022-08-17T11:54:45.1532272Z python-version: 3.8 2022-08-17T11:54:45.1532473Z architecture: x64 2022-08-17T11:54:45.1532848Z token: *** 2022-08-17T11:54:45.1533035Z ##[endgroup] 2022-08-17T11:54:45.3029517Z Successfully setup CPython (3.8.13) 2022-08-17T11:54:45.3294669Z ##[group]Run pytorch/pytorch/.github/actions/checkout-pytorch@master 2022-08-17T11:54:45.3294937Z with: 2022-08-17T11:54:45.3295115Z submodules: false 2022-08-17T11:54:45.3295320Z fetch-depth: 0 2022-08-17T11:54:45.3295499Z env: 2022-08-17T11:54:45.3295745Z pythonLocation: /opt/hostedtoolcache/Python/3.8.13/x64 2022-08-17T11:54:45.3296040Z LD_LIBRARY_PATH: /opt/hostedtoolcache/Python/3.8.13/x64/lib 2022-08-17T11:54:45.3296275Z ##[endgroup] 2022-08-17T11:54:45.3515361Z ##[group]Run retry () { 2022-08-17T11:54:45.3515627Z retry () { 2022-08-17T11:54:45.3515858Z  $* || (sleep 1 && $*) || (sleep 2 && $*) || (sleep 4 && $*) || (sleep 8 && $*) 2022-08-17T11:54:45.3516085Z } 2022-08-17T11:54:45.3516282Z echo "${GITHUB_WORKSPACE}" 2022-08-17T11:54:45.3516493Z if [ -z "${NO_SUDO}" ]; then 2022-08-17T11:54:45.3516729Z  retry sudo rm -rf "${GITHUB_WORKSPACE}" 2022-08-17T11:54:45.3516944Z else 2022-08-17T11:54:45.3517179Z  retry rm -rf "${GITHUB_WORKSPACE}" 2022-08-17T11:54:45.3517387Z fi 2022-08-17T11:54:45.3517580Z mkdir "${GITHUB_WORKSPACE}" 2022-08-17T11:54:45.3573532Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2022-08-17T11:54:45.3573841Z env: 2022-08-17T11:54:45.3574088Z pythonLocation: /opt/hostedtoolcache/Python/3.8.13/x64 2022-08-17T11:54:45.3574386Z LD_LIBRARY_PATH: /opt/hostedtoolcache/Python/3.8.13/x64/lib 2022-08-17T11:54:45.3574804Z NO_SUDO: 2022-08-17T11:54:45.3574985Z ##[endgroup] 2022-08-17T11:54:45.3728286Z /home/runner/work/pytorch/pytorch 2022-08-17T11:54:45.3937802Z ##[group]Run malfet/checkout@silent-checkout 2022-08-17T11:54:45.3938045Z with: 2022-08-17T11:54:45.3938259Z ref: ce6a3c605df99d1df57c0dda75c06d748e54ed2a 2022-08-17T11:54:45.3938494Z fetch-depth: 0 2022-08-17T11:54:45.3938669Z submodules: false 2022-08-17T11:54:45.3938867Z quiet-checkout: true 2022-08-17T11:54:45.3939236Z repository: pytorch/pytorch 2022-08-17T11:54:45.3939590Z token: *** 2022-08-17T11:54:45.3939770Z ssh-strict: true 2022-08-17T11:54:45.3939971Z persist-credentials: true 2022-08-17T11:54:45.3940171Z clean: true 2022-08-17T11:54:45.3940330Z lfs: false 2022-08-17T11:54:45.3940518Z set-safe-directory: true 2022-08-17T11:54:45.3940702Z env: 2022-08-17T11:54:45.3940913Z pythonLocation: /opt/hostedtoolcache/Python/3.8.13/x64 2022-08-17T11:54:45.3941210Z LD_LIBRARY_PATH: /opt/hostedtoolcache/Python/3.8.13/x64/lib 2022-08-17T11:54:45.3941449Z ##[endgroup] 2022-08-17T11:54:45.5008850Z Syncing repository: pytorch/pytorch 2022-08-17T11:54:45.5018155Z ##[group]Getting Git version info 2022-08-17T11:54:45.5018677Z Working directory is '/home/runner/work/pytorch/pytorch' 2022-08-17T11:54:45.5059162Z [command]/usr/bin/git version 2022-08-17T11:54:45.5138395Z git version 2.37.2 2022-08-17T11:54:45.5161567Z ##[endgroup] 2022-08-17T11:54:45.5178477Z Temporarily overriding HOME='/home/runner/work/_temp/3eb96d88-90e0-4d2c-84af-1303e008ec4a' before making global git config changes 2022-08-17T11:54:45.5179049Z Adding repository directory to the temporary git global config as a safe directory 2022-08-17T11:54:45.5184776Z [command]/usr/bin/git config --global --add safe.directory /home/runner/work/pytorch/pytorch 2022-08-17T11:54:45.5226785Z Deleting the contents of '/home/runner/work/pytorch/pytorch' 2022-08-17T11:54:45.5231431Z ##[group]Initializing the repository 2022-08-17T11:54:45.5236262Z [command]/usr/bin/git init /home/runner/work/pytorch/pytorch 2022-08-17T11:54:45.5307886Z hint: Using 'master' as the name for the initial branch. This default branch name 2022-08-17T11:54:45.5308667Z hint: is subject to change. To configure the initial branch name to use in all 2022-08-17T11:54:45.5309126Z hint: of your new repositories, which will suppress this warning, call: 2022-08-17T11:54:45.5309535Z hint: 2022-08-17T11:54:45.5309893Z hint: git config --global init.defaultBranch 2022-08-17T11:54:45.5310178Z hint: 2022-08-17T11:54:45.5310788Z hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and 2022-08-17T11:54:45.5311240Z hint: 'development'. The just-created branch can be renamed via this command: 2022-08-17T11:54:45.5361431Z hint: 2022-08-17T11:54:45.5361892Z hint: git branch -m 2022-08-17T11:54:45.5362373Z Initialized empty Git repository in /home/runner/work/pytorch/pytorch/.git/ 2022-08-17T11:54:45.5362952Z [command]/usr/bin/git remote add origin https://github.com/pytorch/pytorch 2022-08-17T11:54:45.5370304Z ##[endgroup] 2022-08-17T11:54:45.5371022Z ##[group]Disabling automatic garbage collection 2022-08-17T11:54:45.5376533Z [command]/usr/bin/git config --local gc.auto 0 2022-08-17T11:54:45.5407478Z ##[endgroup] 2022-08-17T11:54:45.5408113Z ##[group]Setting up auth 2022-08-17T11:54:45.5416759Z [command]/usr/bin/git config --local --name-only --get-regexp core\.sshCommand 2022-08-17T11:54:45.5452906Z [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.5710265Z [command]/usr/bin/git config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader 2022-08-17T11:54:45.5746674Z [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.5952630Z [command]/usr/bin/git config --local http.https://github.com/.extraheader AUTHORIZATION: basic *** 2022-08-17T11:54:45.5990837Z ##[endgroup] 2022-08-17T11:54:45.5991255Z ##[group]Fetching the repository 2022-08-17T11:54:45.5999671Z [command]/usr/bin/git -c protocol.version=2 fetch --prune --quiet --no-recurse-submodules origin +refs/heads/*:refs/remotes/origin/* +refs/tags/*:refs/tags/* 2022-08-17T11:55:44.0556340Z [command]/usr/bin/git rev-parse --verify --quiet ce6a3c605df99d1df57c0dda75c06d748e54ed2a^{object} 2022-08-17T11:55:44.0602167Z [command]/usr/bin/git -c protocol.version=2 fetch --no-tags --prune --quiet --no-recurse-submodules origin ce6a3c605df99d1df57c0dda75c06d748e54ed2a 2022-08-17T11:55:45.0996142Z ##[endgroup] 2022-08-17T11:55:45.0997095Z ##[group]Determining the checkout info 2022-08-17T11:55:45.0997951Z ##[endgroup] 2022-08-17T11:55:45.0998953Z ##[group]Checking out the ref 2022-08-17T11:55:45.1006955Z [command]/usr/bin/git checkout --quiet --force ce6a3c605df99d1df57c0dda75c06d748e54ed2a 2022-08-17T11:55:46.3332349Z ##[endgroup] 2022-08-17T11:55:46.3388448Z [command]/usr/bin/git log -1 --format='%H' 2022-08-17T11:55:46.3425126Z 'ce6a3c605df99d1df57c0dda75c06d748e54ed2a' 2022-08-17T11:55:46.3546268Z ##[group]Run set -eux 2022-08-17T11:55:46.3546498Z set -eux 2022-08-17T11:55:46.3546727Z python3 -mpip install -r requirements.txt 2022-08-17T11:55:46.3546989Z python3 -mpip install boto3==1.16.34 2022-08-17T11:55:46.3547231Z pip3 install typing-extensions==3.10 --user 2022-08-17T11:55:46.3547513Z pip3 install -r requirements-flake8.txt --user 2022-08-17T11:55:46.3547787Z python3 -mpip install rockset==0.8.10 --user 2022-08-17T11:55:46.3548047Z python3 -mpip install -r requirements.txt --user 2022-08-17T11:55:46.3548309Z python3 -mpip install mypy==0.960 --user 2022-08-17T11:55:46.3548529Z make setup_lint 2022-08-17T11:55:46.3593867Z shell: /usr/bin/bash -e {0} 2022-08-17T11:55:46.3594067Z env: 2022-08-17T11:55:46.3594316Z pythonLocation: /opt/hostedtoolcache/Python/3.8.13/x64 2022-08-17T11:55:46.3594602Z LD_LIBRARY_PATH: /opt/hostedtoolcache/Python/3.8.13/x64/lib 2022-08-17T11:55:46.3594862Z ##[endgroup] 2022-08-17T11:55:46.3661042Z + python3 -mpip install -r requirements.txt 2022-08-17T11:55:47.0876800Z Collecting astunparse 2022-08-17T11:55:47.1060924Z Downloading astunparse-1.6.3-py2.py3-none-any.whl (12 kB) 2022-08-17T11:55:47.1711152Z Collecting expecttest 2022-08-17T11:55:47.1762959Z Downloading expecttest-0.1.3-py3-none-any.whl (6.5 kB) 2022-08-17T11:55:47.1940049Z Collecting future 2022-08-17T11:55:47.2010441Z Downloading future-0.18.2.tar.gz (829 kB) 2022-08-17T11:55:47.2135457Z ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 829.2/829.2 kB 88.8 MB/s eta 0:00:00 2022-08-17T11:55:47.3023920Z Preparing metadata (setup.py): started 2022-08-17T11:55:50.5500114Z Preparing metadata (setup.py): finished with status 'done' 2022-08-17T11:55:50.8731314Z Collecting numpy 2022-08-17T11:55:50.8783952Z Downloading numpy-1.23.2-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (17.1 MB) 2022-08-17T11:55:51.0220585Z ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 17.1/17.1 MB 97.9 MB/s eta 0:00:00 2022-08-17T11:55:51.1941534Z Collecting psutil 2022-08-17T11:55:51.1984369Z Downloading psutil-5.9.1-cp38-cp38-manylinux_2_12_x86_64.manylinux2010_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl (284 kB) 2022-08-17T11:55:51.2044345Z ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 284.7/284.7 kB 80.1 MB/s eta 0:00:00 2022-08-17T11:55:51.2594738Z Collecting pyyaml 2022-08-17T11:55:51.2632899Z Downloading PyYAML-6.0-cp38-cp38-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_12_x86_64.manylinux2010_x86_64.whl (701 kB) 2022-08-17T11:55:51.2735268Z ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 701.2/701.2 kB 91.6 MB/s eta 0:00:00 2022-08-17T11:55:51.3196408Z Collecting requests 2022-08-17T11:55:51.3230357Z Downloading requests-2.28.1-py3-none-any.whl (62 kB) 2022-08-17T11:55:51.3276512Z ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 62.8/62.8 kB 22.8 MB/s eta 0:00:00 2022-08-17T11:55:51.3295174Z Requirement already satisfied: setuptools in /opt/hostedtoolcache/Python/3.8.13/x64/lib/python3.8/site-packages (from -r requirements.txt (line 9)) (56.0.0) 2022-08-17T11:55:51.3461831Z Collecting six 2022-08-17T11:55:51.3496429Z Downloading six-1.16.0-py2.py3-none-any.whl (11 kB) 2022-08-17T11:55:51.3655817Z Collecting types-dataclasses 2022-08-17T11:55:51.3704697Z Downloading types_dataclasses-0.6.6-py3-none-any.whl (2.9 kB) 2022-08-17T11:55:51.3933246Z Collecting typing_extensions 2022-08-17T11:55:51.3972786Z Downloading typing_extensions-4.3.0-py3-none-any.whl (25 kB) 2022-08-17T11:55:51.4231704Z Collecting sympy 2022-08-17T11:55:51.4430401Z Downloading sympy-1.10.1-py3-none-any.whl (6.4 MB) 2022-08-17T11:55:51.4877293Z ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 6.4/6.4 MB 152.1 MB/s eta 0:00:00 2022-08-17T11:55:51.5592485Z Collecting wheel<1.0,>=0.23.0 2022-08-17T11:55:51.5629986Z Downloading wheel-0.37.1-py2.py3-none-any.whl (35 kB) 2022-08-17T11:55:51.6210161Z Collecting charset-normalizer<3,>=2 2022-08-17T11:55:51.6261820Z Downloading charset_normalizer-2.1.0-py3-none-any.whl (39 kB) 2022-08-17T11:55:51.6528964Z Collecting certifi>=2017.4.17 2022-08-17T11:55:51.6565582Z Downloading certifi-2022.6.15-py3-none-any.whl (160 kB) 2022-08-17T11:55:51.6618143Z ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 160.2/160.2 kB 57.2 MB/s eta 0:00:00 2022-08-17T11:55:51.7053979Z Collecting urllib3<1.27,>=1.21.1 2022-08-17T11:55:51.7089739Z Downloading urllib3-1.26.11-py2.py3-none-any.whl (139 kB) 2022-08-17T11:55:51.7141702Z ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 139.9/139.9 kB 49.2 MB/s eta 0:00:00 2022-08-17T11:55:51.7337986Z Collecting idna<4,>=2.5 2022-08-17T11:55:51.7373205Z Downloading idna-3.3-py3-none-any.whl (61 kB) 2022-08-17T11:55:51.7415438Z ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 61.2/61.2 kB 27.4 MB/s eta 0:00:00 2022-08-17T11:55:51.7652846Z Collecting mpmath>=0.19 2022-08-17T11:55:51.7687993Z Downloading mpmath-1.2.1-py3-none-any.whl (532 kB) 2022-08-17T11:55:51.7765147Z ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 532.6/532.6 kB 102.0 MB/s eta 0:00:00 2022-08-17T11:55:51.8408807Z Using legacy 'setup.py install' for future, since package 'wheel' is not installed. 2022-08-17T11:55:51.9038275Z 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:56:02.0312218Z Running setup.py install for future: started 2022-08-17T11:56:03.0823207Z Running setup.py install for future: finished with status 'done' 2022-08-17T11:56:03.1817634Z 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:56:03.4236181Z + python3 -mpip install boto3==1.16.34 2022-08-17T11:56:04.2738073Z Collecting boto3==1.16.34 2022-08-17T11:56:04.3060342Z Downloading boto3-1.16.34-py2.py3-none-any.whl (129 kB) 2022-08-17T11:56:04.3137840Z ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 129.7/129.7 kB 32.4 MB/s eta 0:00:00 2022-08-17T11:56:04.3351295Z Collecting jmespath<1.0.0,>=0.7.1 2022-08-17T11:56:04.3386982Z Downloading jmespath-0.10.0-py2.py3-none-any.whl (24 kB) 2022-08-17T11:56:04.8567740Z Collecting botocore<1.20.0,>=1.19.34 2022-08-17T11:56:04.8618137Z Downloading botocore-1.19.63-py2.py3-none-any.whl (7.2 MB) 2022-08-17T11:56:04.9129863Z ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 7.2/7.2 MB 148.7 MB/s eta 0:00:00 2022-08-17T11:56:04.9596564Z Collecting s3transfer<0.4.0,>=0.3.0 2022-08-17T11:56:04.9633994Z Downloading s3transfer-0.3.7-py2.py3-none-any.whl (73 kB) 2022-08-17T11:56:04.9678821Z ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 73.4/73.4 kB 29.0 MB/s eta 0:00:00 2022-08-17T11:56:04.9972774Z Collecting python-dateutil<3.0.0,>=2.1 2022-08-17T11:56:05.0013833Z Downloading python_dateutil-2.8.2-py2.py3-none-any.whl (247 kB) 2022-08-17T11:56:05.0074707Z ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 247.7/247.7 kB 64.1 MB/s eta 0:00:00 2022-08-17T11:56:05.0107763Z Requirement already satisfied: urllib3<1.27,>=1.25.4 in /opt/hostedtoolcache/Python/3.8.13/x64/lib/python3.8/site-packages (from botocore<1.20.0,>=1.19.34->boto3==1.16.34) (1.26.11) 2022-08-17T11:56:05.1825165Z Requirement already satisfied: six>=1.5 in /opt/hostedtoolcache/Python/3.8.13/x64/lib/python3.8/site-packages (from python-dateutil<3.0.0,>=2.1->botocore<1.20.0,>=1.19.34->boto3==1.16.34) (1.16.0) 2022-08-17T11:56:05.2822318Z Installing collected packages: python-dateutil, jmespath, botocore, s3transfer, boto3 2022-08-17T11:56:05.9051921Z Successfully installed boto3-1.16.34 botocore-1.19.63 jmespath-0.10.0 python-dateutil-2.8.2 s3transfer-0.3.7 2022-08-17T11:56:06.1057667Z + pip3 install typing-extensions==3.10 --user 2022-08-17T11:56:06.6033401Z Collecting typing-extensions==3.10 2022-08-17T11:56:06.6226081Z Downloading typing_extensions-3.10.0.0-py3-none-any.whl (26 kB) 2022-08-17T11:56:06.6994044Z Installing collected packages: typing-extensions 2022-08-17T11:56:06.7208977Z Successfully installed typing-extensions-3.10.0.0 2022-08-17T11:56:06.8374966Z + pip3 install -r requirements-flake8.txt --user 2022-08-17T11:56:07.2762408Z Collecting git+https://github.com/malfet/flake8-coding.git (from -r requirements-flake8.txt (line 5)) 2022-08-17T11:56:07.2768312Z Cloning https://github.com/malfet/flake8-coding.git to /tmp/pip-req-build-vnwjv5rk 2022-08-17T11:56:07.2819075Z Running command git clone --filter=blob:none --quiet https://github.com/malfet/flake8-coding.git /tmp/pip-req-build-vnwjv5rk 2022-08-17T11:56:07.6740691Z Resolved https://github.com/malfet/flake8-coding.git to commit 1106d953dde998ab6dd7f951efc804dea562d609 2022-08-17T11:56:07.6791925Z Preparing metadata (setup.py): started 2022-08-17T11:56:07.8544216Z Preparing metadata (setup.py): finished with status 'done' 2022-08-17T11:56:07.9167628Z Collecting flake8==3.8.2 2022-08-17T11:56:07.9407786Z Downloading flake8-3.8.2-py2.py3-none-any.whl (72 kB) 2022-08-17T11:56:07.9482422Z ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 72.7/72.7 kB 19.4 MB/s eta 0:00:00 2022-08-17T11:56:07.9778021Z Collecting flake8-bugbear==20.1.4 2022-08-17T11:56:07.9830277Z Downloading flake8_bugbear-20.1.4-py36.py37.py38-none-any.whl (15 kB) 2022-08-17T11:56:08.0089828Z Collecting flake8-comprehensions==3.3.0 2022-08-17T11:56:08.0157607Z Downloading flake8_comprehensions-3.3.0-py3-none-any.whl (7.2 kB) 2022-08-17T11:56:08.0320219Z Collecting flake8-executable==2.0.4 2022-08-17T11:56:08.0363150Z Downloading flake8_executable-2.0.4-py3-none-any.whl (35 kB) 2022-08-17T11:56:08.0624531Z Collecting flake8-pyi==20.5.0 2022-08-17T11:56:08.0672160Z Downloading flake8_pyi-20.5.0-py36-none-any.whl (9.6 kB) 2022-08-17T11:56:08.0839861Z Collecting mccabe==0.6.1 2022-08-17T11:56:08.0877013Z Downloading mccabe-0.6.1-py2.py3-none-any.whl (8.6 kB) 2022-08-17T11:56:08.1089950Z Collecting pycodestyle==2.6.0 2022-08-17T11:56:08.1139892Z Downloading pycodestyle-2.6.0-py2.py3-none-any.whl (41 kB) 2022-08-17T11:56:08.1187389Z ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 41.4/41.4 kB 14.1 MB/s eta 0:00:00 2022-08-17T11:56:08.1408545Z Collecting pyflakes==2.2.0 2022-08-17T11:56:08.1444593Z Downloading pyflakes-2.2.0-py2.py3-none-any.whl (66 kB) 2022-08-17T11:56:08.1492268Z ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 67.0/67.0 kB 24.2 MB/s eta 0:00:00 2022-08-17T11:56:08.1963054Z Collecting attrs>=19.2.0 2022-08-17T11:56:08.1998588Z Downloading attrs-22.1.0-py2.py3-none-any.whl (58 kB) 2022-08-17T11:56:08.2046102Z ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 58.8/58.8 kB 20.7 MB/s eta 0:00:00 2022-08-17T11:56:08.2724864Z Building wheels for collected packages: flake8-coding 2022-08-17T11:56:08.2730551Z Building wheel for flake8-coding (setup.py): started 2022-08-17T11:56:08.6342021Z Building wheel for flake8-coding (setup.py): finished with status 'done' 2022-08-17T11:56:08.6351510Z Created wheel for flake8-coding: filename=flake8_coding-1.3.3-py2.py3-none-any.whl size=7694 sha256=fcaf0c66f6548123e287cbed0b9da079cb0e225c75071266406a0424cd4dd5b8 2022-08-17T11:56:08.6353603Z Stored in directory: /tmp/pip-ephem-wheel-cache-i8ujb7ml/wheels/97/c9/c5/ce96ffa9054386aa2a474ffbbada74461e711a7284d7ac6d67 2022-08-17T11:56:08.6380616Z Successfully built flake8-coding 2022-08-17T11:56:08.7481664Z Installing collected packages: mccabe, pyflakes, pycodestyle, attrs, flake8, flake8-pyi, flake8-executable, flake8-comprehensions, flake8-coding, flake8-bugbear 2022-08-17T11:56:08.9411220Z Successfully installed attrs-22.1.0 flake8-3.8.2 flake8-bugbear-20.1.4 flake8-coding-1.3.3 flake8-comprehensions-3.3.0 flake8-executable-2.0.4 flake8-pyi-20.5.0 mccabe-0.6.1 pycodestyle-2.6.0 pyflakes-2.2.0 2022-08-17T11:56:09.0762905Z + python3 -mpip install rockset==0.8.10 --user 2022-08-17T11:56:09.5583368Z Collecting rockset==0.8.10 2022-08-17T11:56:09.5752273Z Downloading rockset-0.8.10-py3-none-any.whl (422 kB) 2022-08-17T11:56:09.5849703Z ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 422.9/422.9 kB 64.7 MB/s eta 0:00:00 2022-08-17T11:56:09.8297874Z Collecting protobuf>=3.6.0 2022-08-17T11:56:09.8334760Z Downloading protobuf-4.21.5-cp37-abi3-manylinux2014_x86_64.whl (408 kB) 2022-08-17T11:56:09.8405552Z ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 408.4/408.4 kB 91.3 MB/s eta 0:00:00 2022-08-17T11:56:09.8438297Z Requirement already satisfied: requests>=2.19.0 in /opt/hostedtoolcache/Python/3.8.13/x64/lib/python3.8/site-packages (from rockset==0.8.10) (2.28.1) 2022-08-17T11:56:09.8590304Z Collecting requests-toolbelt>=0.9.1 2022-08-17T11:56:09.8629573Z Downloading requests_toolbelt-0.9.1-py2.py3-none-any.whl (54 kB) 2022-08-17T11:56:09.8669046Z ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 54.3/54.3 kB 26.4 MB/s eta 0:00:00 2022-08-17T11:56:09.8818859Z Collecting texttable>=0.8.7 2022-08-17T11:56:09.8852139Z Downloading texttable-1.6.4-py2.py3-none-any.whl (10 kB) 2022-08-17T11:56:10.2009039Z Collecting sqlalchemy>=1.3.10 2022-08-17T11:56:10.2103034Z Downloading SQLAlchemy-1.4.40-cp38-cp38-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl (1.6 MB) 2022-08-17T11:56:10.2254789Z ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 1.6/1.6 MB 127.8 MB/s eta 0:00:00 2022-08-17T11:56:10.2333702Z Requirement already satisfied: pyyaml>=5.1.2 in /opt/hostedtoolcache/Python/3.8.13/x64/lib/python3.8/site-packages (from rockset==0.8.10) (6.0) 2022-08-17T11:56:10.2450718Z Collecting docopt>=0.6.2 2022-08-17T11:56:10.2527577Z Downloading docopt-0.6.2.tar.gz (25 kB) 2022-08-17T11:56:10.2634351Z Preparing metadata (setup.py): started 2022-08-17T11:56:10.4462442Z Preparing metadata (setup.py): finished with status 'done' 2022-08-17T11:56:10.4671906Z Collecting geojson>=2.5.0 2022-08-17T11:56:10.4722477Z Downloading geojson-2.5.0-py2.py3-none-any.whl (14 kB) 2022-08-17T11:56:10.4856618Z Requirement already satisfied: charset-normalizer<3,>=2 in /opt/hostedtoolcache/Python/3.8.13/x64/lib/python3.8/site-packages (from requests>=2.19.0->rockset==0.8.10) (2.1.0) 2022-08-17T11:56:10.4864017Z Requirement already satisfied: certifi>=2017.4.17 in /opt/hostedtoolcache/Python/3.8.13/x64/lib/python3.8/site-packages (from requests>=2.19.0->rockset==0.8.10) (2022.6.15) 2022-08-17T11:56:10.4872782Z Requirement already satisfied: idna<4,>=2.5 in /opt/hostedtoolcache/Python/3.8.13/x64/lib/python3.8/site-packages (from requests>=2.19.0->rockset==0.8.10) (3.3) 2022-08-17T11:56:10.4880016Z Requirement already satisfied: urllib3<1.27,>=1.21.1 in /opt/hostedtoolcache/Python/3.8.13/x64/lib/python3.8/site-packages (from requests>=2.19.0->rockset==0.8.10) (1.26.11) 2022-08-17T11:56:10.6564055Z Collecting greenlet!=0.4.17 2022-08-17T11:56:10.6633040Z Downloading greenlet-1.1.2-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (156 kB) 2022-08-17T11:56:10.6692297Z ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 156.6/156.6 kB 52.3 MB/s eta 0:00:00 2022-08-17T11:56:10.6962015Z Building wheels for collected packages: docopt 2022-08-17T11:56:10.6966985Z Building wheel for docopt (setup.py): started 2022-08-17T11:56:10.9140426Z Building wheel for docopt (setup.py): finished with status 'done' 2022-08-17T11:56:10.9147421Z Created wheel for docopt: filename=docopt-0.6.2-py2.py3-none-any.whl size=13704 sha256=c319a1981cdd3cec3d146f4f3c47992c712c4ed643a3046f35fba5e85d9ea7af 2022-08-17T11:56:10.9149874Z Stored in directory: /home/runner/.cache/pip/wheels/56/ea/58/ead137b087d9e326852a851351d1debf4ada529b6ac0ec4e8c 2022-08-17T11:56:10.9185588Z Successfully built docopt 2022-08-17T11:56:11.0968325Z Installing collected packages: texttable, geojson, docopt, protobuf, greenlet, sqlalchemy, requests-toolbelt, rockset 2022-08-17T11:56:12.2511213Z Successfully installed docopt-0.6.2 geojson-2.5.0 greenlet-1.1.2 protobuf-4.21.5 requests-toolbelt-0.9.1 rockset-0.8.10 sqlalchemy-1.4.40 texttable-1.6.4 2022-08-17T11:56:12.4013890Z + python3 -mpip install -r requirements.txt --user 2022-08-17T11:56:12.8428734Z Requirement already satisfied: astunparse in /opt/hostedtoolcache/Python/3.8.13/x64/lib/python3.8/site-packages (from -r requirements.txt (line 2)) (1.6.3) 2022-08-17T11:56:12.8433685Z Requirement already satisfied: expecttest in /opt/hostedtoolcache/Python/3.8.13/x64/lib/python3.8/site-packages (from -r requirements.txt (line 3)) (0.1.3) 2022-08-17T11:56:12.8438524Z Requirement already satisfied: future in /opt/hostedtoolcache/Python/3.8.13/x64/lib/python3.8/site-packages (from -r requirements.txt (line 4)) (0.18.2) 2022-08-17T11:56:12.8443415Z Requirement already satisfied: numpy in /opt/hostedtoolcache/Python/3.8.13/x64/lib/python3.8/site-packages (from -r requirements.txt (line 5)) (1.23.2) 2022-08-17T11:56:12.8448234Z Requirement already satisfied: psutil in /opt/hostedtoolcache/Python/3.8.13/x64/lib/python3.8/site-packages (from -r requirements.txt (line 6)) (5.9.1) 2022-08-17T11:56:12.8453081Z Requirement already satisfied: pyyaml in /opt/hostedtoolcache/Python/3.8.13/x64/lib/python3.8/site-packages (from -r requirements.txt (line 7)) (6.0) 2022-08-17T11:56:12.8458190Z Requirement already satisfied: requests in /opt/hostedtoolcache/Python/3.8.13/x64/lib/python3.8/site-packages (from -r requirements.txt (line 8)) (2.28.1) 2022-08-17T11:56:12.8463142Z Requirement already satisfied: setuptools in /opt/hostedtoolcache/Python/3.8.13/x64/lib/python3.8/site-packages (from -r requirements.txt (line 9)) (56.0.0) 2022-08-17T11:56:12.8468079Z Requirement already satisfied: six in /opt/hostedtoolcache/Python/3.8.13/x64/lib/python3.8/site-packages (from -r requirements.txt (line 10)) (1.16.0) 2022-08-17T11:56:12.8473001Z Requirement already satisfied: types-dataclasses in /opt/hostedtoolcache/Python/3.8.13/x64/lib/python3.8/site-packages (from -r requirements.txt (line 11)) (0.6.6) 2022-08-17T11:56:12.8481374Z Requirement already satisfied: typing_extensions in /home/runner/.local/lib/python3.8/site-packages (from -r requirements.txt (line 12)) (3.10.0.0) 2022-08-17T11:56:12.8486418Z Requirement already satisfied: sympy in /opt/hostedtoolcache/Python/3.8.13/x64/lib/python3.8/site-packages (from -r requirements.txt (line 13)) (1.10.1) 2022-08-17T11:56:12.8519473Z Requirement already satisfied: wheel<1.0,>=0.23.0 in /opt/hostedtoolcache/Python/3.8.13/x64/lib/python3.8/site-packages (from astunparse->-r requirements.txt (line 2)) (0.37.1) 2022-08-17T11:56:12.8678048Z Requirement already satisfied: idna<4,>=2.5 in /opt/hostedtoolcache/Python/3.8.13/x64/lib/python3.8/site-packages (from requests->-r requirements.txt (line 8)) (3.3) 2022-08-17T11:56:12.8686219Z Requirement already satisfied: charset-normalizer<3,>=2 in /opt/hostedtoolcache/Python/3.8.13/x64/lib/python3.8/site-packages (from requests->-r requirements.txt (line 8)) (2.1.0) 2022-08-17T11:56:12.8693903Z Requirement already satisfied: certifi>=2017.4.17 in /opt/hostedtoolcache/Python/3.8.13/x64/lib/python3.8/site-packages (from requests->-r requirements.txt (line 8)) (2022.6.15) 2022-08-17T11:56:12.8702043Z Requirement already satisfied: urllib3<1.27,>=1.21.1 in /opt/hostedtoolcache/Python/3.8.13/x64/lib/python3.8/site-packages (from requests->-r requirements.txt (line 8)) (1.26.11) 2022-08-17T11:56:12.8748741Z Requirement already satisfied: mpmath>=0.19 in /opt/hostedtoolcache/Python/3.8.13/x64/lib/python3.8/site-packages (from sympy->-r requirements.txt (line 13)) (1.2.1) 2022-08-17T11:56:13.1514180Z + python3 -mpip install mypy==0.960 --user 2022-08-17T11:56:13.7087820Z Collecting mypy==0.960 2022-08-17T11:56:13.7246604Z Downloading mypy-0.960-cp38-cp38-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_12_x86_64.manylinux2010_x86_64.whl (17.8 MB) 2022-08-17T11:56:13.8586411Z ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 17.8/17.8 MB 115.1 MB/s eta 0:00:00 2022-08-17T11:56:13.9257649Z Requirement already satisfied: typing-extensions>=3.10 in /home/runner/.local/lib/python3.8/site-packages (from mypy==0.960) (3.10.0.0) 2022-08-17T11:56:13.9469568Z Collecting tomli>=1.1.0 2022-08-17T11:56:13.9507334Z Downloading tomli-2.0.1-py3-none-any.whl (12 kB) 2022-08-17T11:56:13.9644078Z Collecting mypy-extensions>=0.4.3 2022-08-17T11:56:13.9685210Z Downloading mypy_extensions-0.4.3-py2.py3-none-any.whl (4.5 kB) 2022-08-17T11:56:14.1584641Z Installing collected packages: mypy-extensions, tomli, mypy 2022-08-17T11:56:15.3167825Z Successfully installed mypy-0.960 mypy-extensions-0.4.3 tomli-2.0.1 2022-08-17T11:56:15.4453301Z + make setup_lint 2022-08-17T11:56:15.5345002Z pip3 install lintrunner 2022-08-17T11:56:16.0141715Z Collecting lintrunner 2022-08-17T11:56:16.0488215Z Downloading lintrunner-0.9.2-py3-none-manylinux_2_12_x86_64.manylinux2010_x86_64.whl (2.3 MB) 2022-08-17T11:56:16.0705472Z ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 2.3/2.3 MB 125.7 MB/s eta 0:00:00 2022-08-17T11:56:16.2529101Z Installing collected packages: lintrunner 2022-08-17T11:56:16.3034272Z Successfully installed lintrunner-0.9.2 2022-08-17T11:56:16.4287360Z lintrunner init 2022-08-17T11:56:16.4333509Z [2022-08-17T11:56:16Z INFO lintrunner::linter] Initializing linter: 'FLAKE8' 2022-08-17T11:56:16.4728947Z $ pip3 install --user flake8==3.8.2 flake8-bugbear==20.1.4 flake8-comprehensions==3.3.0 flake8-executable==2.0.4 flake8-pyi==20.5.0 mccabe==0.6.1 pycodestyle==2.6.0 pyflakes==2.2.0 2022-08-17T11:56:16.9487526Z Requirement already satisfied: flake8==3.8.2 in /home/runner/.local/lib/python3.8/site-packages (3.8.2) 2022-08-17T11:56:16.9494384Z Requirement already satisfied: flake8-bugbear==20.1.4 in /home/runner/.local/lib/python3.8/site-packages (20.1.4) 2022-08-17T11:56:16.9502237Z Requirement already satisfied: flake8-comprehensions==3.3.0 in /home/runner/.local/lib/python3.8/site-packages (3.3.0) 2022-08-17T11:56:16.9509574Z Requirement already satisfied: flake8-executable==2.0.4 in /home/runner/.local/lib/python3.8/site-packages (2.0.4) 2022-08-17T11:56:16.9517844Z Requirement already satisfied: flake8-pyi==20.5.0 in /home/runner/.local/lib/python3.8/site-packages (20.5.0) 2022-08-17T11:56:16.9524726Z Requirement already satisfied: mccabe==0.6.1 in /home/runner/.local/lib/python3.8/site-packages (0.6.1) 2022-08-17T11:56:16.9531777Z Requirement already satisfied: pycodestyle==2.6.0 in /home/runner/.local/lib/python3.8/site-packages (2.6.0) 2022-08-17T11:56:16.9538930Z Requirement already satisfied: pyflakes==2.2.0 in /home/runner/.local/lib/python3.8/site-packages (2.2.0) 2022-08-17T11:56:16.9656467Z Requirement already satisfied: attrs>=19.2.0 in /home/runner/.local/lib/python3.8/site-packages (from flake8-bugbear==20.1.4) (22.1.0) 2022-08-17T11:56:17.2682827Z took 795ms 2022-08-17T11:56:17.2743799Z [2022-08-17T11:56:17Z INFO lintrunner::linter] Initializing linter: 'CLANGFORMAT' 2022-08-17T11:56:17.3375554Z INFO: .lintbin/clang-format does not exist. 2022-08-17T11:56:17.3376198Z INFO: Downloading https://oss-clang-format.s3.us-east-2.amazonaws.com/linux64/clang-format-linux64 to .lintbin/clang-format 2022-08-17T11:56:17.5186631Z INFO: Downloaded clang-format successfully. 2022-08-17T11:56:17.5260339Z INFO: Using clang-format located at .lintbin/clang-format 2022-08-17T11:56:17.5355608Z [2022-08-17T11:56:17Z INFO lintrunner::linter] Initializing linter: 'MYPY' 2022-08-17T11:56:17.5688519Z $ pip3 install --user numpy==1.21.6 expecttest==0.1.3 mypy==0.960 types-requests==2.27.25 types-six==1.16.15 types-PyYAML==6.0.7 types-tabulate==0.8.8 types-protobuf==3.19.18 types-pkg-resources==0.1.3 types-Jinja2==2.11.9 junitparser==2.1.1 rich==10.9.0 pyyaml==6.0 2022-08-17T11:56:18.3587416Z Collecting numpy==1.21.6 2022-08-17T11:56:18.3755545Z Downloading numpy-1.21.6-cp38-cp38-manylinux_2_12_x86_64.manylinux2010_x86_64.whl (15.7 MB) 2022-08-17T11:56:18.5340827Z ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 15.7/15.7 MB 82.3 MB/s eta 0:00:00 2022-08-17T11:56:18.5838983Z Requirement already satisfied: expecttest==0.1.3 in /opt/hostedtoolcache/Python/3.8.13/x64/lib/python3.8/site-packages (0.1.3) 2022-08-17T11:56:18.5845617Z Requirement already satisfied: mypy==0.960 in /home/runner/.local/lib/python3.8/site-packages (0.960) 2022-08-17T11:56:18.6153129Z Collecting types-requests==2.27.25 2022-08-17T11:56:18.6196894Z Downloading types_requests-2.27.25-py3-none-any.whl (12 kB) 2022-08-17T11:56:18.6410725Z Collecting types-six==1.16.15 2022-08-17T11:56:18.6458719Z Downloading types_six-1.16.15-py3-none-any.whl (14 kB) 2022-08-17T11:56:18.6675768Z Collecting types-PyYAML==6.0.7 2022-08-17T11:56:18.6728620Z Downloading types_PyYAML-6.0.7-py3-none-any.whl (13 kB) 2022-08-17T11:56:18.6896026Z Collecting types-tabulate==0.8.8 2022-08-17T11:56:18.6937193Z Downloading types_tabulate-0.8.8-py3-none-any.whl (2.5 kB) 2022-08-17T11:56:18.7190151Z Collecting types-protobuf==3.19.18 2022-08-17T11:56:18.7240957Z Downloading types_protobuf-3.19.18-py3-none-any.whl (52 kB) 2022-08-17T11:56:18.7283511Z ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 52.3/52.3 kB 22.4 MB/s eta 0:00:00 2022-08-17T11:56:18.7522293Z Collecting types-pkg-resources==0.1.3 2022-08-17T11:56:18.7557099Z Downloading types_pkg_resources-0.1.3-py2.py3-none-any.whl (4.8 kB) 2022-08-17T11:56:18.7740089Z Collecting types-Jinja2==2.11.9 2022-08-17T11:56:18.7788047Z Downloading types_Jinja2-2.11.9-py3-none-any.whl (18 kB) 2022-08-17T11:56:18.8051029Z Collecting junitparser==2.1.1 2022-08-17T11:56:18.8144905Z Downloading junitparser-2.1.1-py2.py3-none-any.whl (10 kB) 2022-08-17T11:56:18.9036924Z Collecting rich==10.9.0 2022-08-17T11:56:18.9111019Z Downloading rich-10.9.0-py3-none-any.whl (211 kB) 2022-08-17T11:56:18.9168508Z ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 211.2/211.2 kB 63.2 MB/s eta 0:00:00 2022-08-17T11:56:18.9200378Z Requirement already satisfied: pyyaml==6.0 in /opt/hostedtoolcache/Python/3.8.13/x64/lib/python3.8/site-packages (6.0) 2022-08-17T11:56:18.9303579Z Requirement already satisfied: tomli>=1.1.0 in /home/runner/.local/lib/python3.8/site-packages (from mypy==0.960) (2.0.1) 2022-08-17T11:56:18.9310680Z Requirement already satisfied: typing-extensions>=3.10 in /home/runner/.local/lib/python3.8/site-packages (from mypy==0.960) (3.10.0.0) 2022-08-17T11:56:18.9317806Z Requirement already satisfied: mypy-extensions>=0.4.3 in /home/runner/.local/lib/python3.8/site-packages (from mypy==0.960) (0.4.3) 2022-08-17T11:56:18.9517029Z Collecting types-urllib3<1.27 2022-08-17T11:56:18.9557375Z Downloading types_urllib3-1.26.22-py3-none-any.whl (14 kB) 2022-08-17T11:56:18.9813165Z Collecting types-MarkupSafe 2022-08-17T11:56:18.9861951Z Downloading types_MarkupSafe-1.1.10-py3-none-any.whl (4.0 kB) 2022-08-17T11:56:18.9912901Z Requirement already satisfied: future in /opt/hostedtoolcache/Python/3.8.13/x64/lib/python3.8/site-packages (from junitparser==2.1.1) (0.18.2) 2022-08-17T11:56:19.0295534Z Collecting pygments<3.0.0,>=2.6.0 2022-08-17T11:56:19.0337093Z Downloading Pygments-2.13.0-py3-none-any.whl (1.1 MB) 2022-08-17T11:56:19.0467600Z ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 1.1/1.1 MB 105.0 MB/s eta 0:00:00 2022-08-17T11:56:19.0758576Z Collecting colorama<0.5.0,>=0.4.0 2022-08-17T11:56:19.0902990Z Downloading colorama-0.4.5-py2.py3-none-any.whl (16 kB) 2022-08-17T11:56:19.1101187Z Collecting commonmark<0.10.0,>=0.9.0 2022-08-17T11:56:19.1135070Z Downloading commonmark-0.9.1-py2.py3-none-any.whl (51 kB) 2022-08-17T11:56:19.1177289Z ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 51.1/51.1 kB 21.4 MB/s eta 0:00:00 2022-08-17T11:56:19.3510307Z Installing collected packages: types-urllib3, types-tabulate, types-six, types-PyYAML, types-protobuf, types-pkg-resources, types-MarkupSafe, commonmark, types-requests, types-Jinja2, pygments, numpy, junitparser, colorama, rich 2022-08-17T11:56:21.7921003Z Successfully installed colorama-0.4.5 commonmark-0.9.1 junitparser-2.1.1 numpy-1.21.6 pygments-2.13.0 rich-10.9.0 types-Jinja2-2.11.9 types-MarkupSafe-1.1.10 types-PyYAML-6.0.7 types-pkg-resources-0.1.3 types-protobuf-3.19.18 types-requests-2.27.25 types-six-1.16.15 types-tabulate-0.8.8 types-urllib3-1.26.22 2022-08-17T11:56:21.9426436Z took 4373ms 2022-08-17T11:56:21.9489453Z [2022-08-17T11:56:21Z INFO lintrunner::linter] Initializing linter: 'CLANGTIDY' 2022-08-17T11:56:22.0120163Z INFO: .lintbin/clang-tidy does not exist. 2022-08-17T11:56:22.0121433Z INFO: Downloading https://oss-clang-format.s3.us-east-2.amazonaws.com/linux64/clang-tidy to .lintbin/clang-tidy 2022-08-17T11:56:22.6108648Z INFO: Downloaded clang-tidy successfully. 2022-08-17T11:56:22.8180034Z INFO: Using clang-tidy located at .lintbin/clang-tidy 2022-08-17T11:56:22.8275386Z [2022-08-17T11:56:22Z INFO lintrunner::linter] Initializing linter: 'NATIVEFUNCTIONS' 2022-08-17T11:56:22.8596302Z $ pip3 install --user ruamel.yaml==0.17.4 2022-08-17T11:56:23.6497019Z Collecting ruamel.yaml==0.17.4 2022-08-17T11:56:23.6807516Z Downloading ruamel.yaml-0.17.4-py3-none-any.whl (101 kB) 2022-08-17T11:56:23.6882396Z ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 101.9/101.9 kB 27.2 MB/s eta 0:00:00 2022-08-17T11:56:23.7468771Z Collecting ruamel.yaml.clib>=0.1.2 2022-08-17T11:56:23.7547174Z Downloading ruamel.yaml.clib-0.2.6-cp38-cp38-manylinux1_x86_64.whl (570 kB) 2022-08-17T11:56:23.7638054Z ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 570.4/570.4 kB 93.6 MB/s eta 0:00:00 2022-08-17T11:56:23.9581766Z Installing collected packages: ruamel.yaml.clib, ruamel.yaml 2022-08-17T11:56:24.0627052Z Successfully installed ruamel.yaml-0.17.4 ruamel.yaml.clib-0.2.6 2022-08-17T11:56:24.1936828Z took 1333ms 2022-08-17T11:56:24.2004168Z [2022-08-17T11:56:24Z INFO lintrunner::linter] Initializing linter: 'CMAKE' 2022-08-17T11:56:24.2337737Z $ pip3 install --user cmakelint==1.4.1 2022-08-17T11:56:24.7156554Z Collecting cmakelint==1.4.1 2022-08-17T11:56:24.7340249Z Downloading cmakelint-1.4.1-py3-none-any.whl (12 kB) 2022-08-17T11:56:24.9278604Z Installing collected packages: cmakelint 2022-08-17T11:56:24.9475932Z Successfully installed cmakelint-1.4.1 2022-08-17T11:56:25.0687554Z took 834ms 2022-08-17T11:56:25.0757006Z [2022-08-17T11:56:25Z INFO lintrunner::linter] Initializing linter: 'SHELLCHECK' 2022-08-17T11:56:25.1091561Z $ pip3 install --user shellcheck-py==0.7.2.1 2022-08-17T11:56:25.5874940Z Collecting shellcheck-py==0.7.2.1 2022-08-17T11:56:25.6107918Z Downloading shellcheck_py-0.7.2.1-py2.py3-none-manylinux1_x86_64.whl (2.0 MB) 2022-08-17T11:56:25.6307722Z ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 2.0/2.0 MB 120.1 MB/s eta 0:00:00 2022-08-17T11:56:25.8272826Z Installing collected packages: shellcheck-py 2022-08-17T11:56:25.8745968Z Successfully installed shellcheck-py-0.7.2.1 2022-08-17T11:56:25.9961333Z took 886ms 2022-08-17T11:56:26.0028622Z [2022-08-17T11:56:26Z INFO lintrunner::linter] Initializing linter: 'ACTIONLINT' 2022-08-17T11:56:26.0676083Z INFO: .lintbin/actionlint does not exist. 2022-08-17T11:56:26.0677329Z INFO: Downloading https://oss-clang-format.s3.us-east-2.amazonaws.com/actionlint/1.6.15/Linux_arm64/actionlint to .lintbin/actionlint 2022-08-17T11:56:26.2493656Z INFO: Downloaded actionlint successfully. 2022-08-17T11:56:26.2658115Z INFO: Using actionlint located at .lintbin/actionlint 2022-08-17T11:56:26.2750755Z [2022-08-17T11:56:26Z INFO lintrunner::linter] Initializing linter: 'WORKFLOWSYNC' 2022-08-17T11:56:26.3091724Z $ pip3 install --user PyYAML==6.0 2022-08-17T11:56:26.7592927Z Requirement already satisfied: PyYAML==6.0 in /opt/hostedtoolcache/Python/3.8.13/x64/lib/python3.8/site-packages (6.0) 2022-08-17T11:56:27.0768470Z took 767ms 2022-08-17T11:56:27.0834493Z [2022-08-17T11:56:27Z INFO lintrunner::linter] Initializing linter: 'UFMT' 2022-08-17T11:56:27.1171804Z $ pip3 install --user black==22.3.0 ufmt==1.3.3 usort==1.0.2 2022-08-17T11:56:27.6217717Z Collecting black==22.3.0 2022-08-17T11:56:27.6437359Z Downloading black-22.3.0-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (1.5 MB) 2022-08-17T11:56:27.6603344Z ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 1.5/1.5 MB 107.4 MB/s eta 0:00:00 2022-08-17T11:56:27.6862882Z Collecting ufmt==1.3.3 2022-08-17T11:56:27.6900859Z Downloading ufmt-1.3.3-py3-none-any.whl (11 kB) 2022-08-17T11:56:27.7116247Z Collecting usort==1.0.2 2022-08-17T11:56:27.7161447Z Downloading usort-1.0.2-py3-none-any.whl (23 kB) 2022-08-17T11:56:27.7387994Z Requirement already satisfied: tomli>=1.1.0 in /home/runner/.local/lib/python3.8/site-packages (from black==22.3.0) (2.0.1) 2022-08-17T11:56:27.7657662Z Collecting click>=8.0.0 2022-08-17T11:56:27.7698399Z Downloading click-8.1.3-py3-none-any.whl (96 kB) 2022-08-17T11:56:27.7741962Z ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 96.6/96.6 kB 44.2 MB/s eta 0:00:00 2022-08-17T11:56:27.7762086Z Requirement already satisfied: mypy-extensions>=0.4.3 in /home/runner/.local/lib/python3.8/site-packages (from black==22.3.0) (0.4.3) 2022-08-17T11:56:27.7963836Z Collecting platformdirs>=2 2022-08-17T11:56:27.7999975Z Downloading platformdirs-2.5.2-py3-none-any.whl (14 kB) 2022-08-17T11:56:27.8157627Z Collecting pathspec>=0.9.0 2022-08-17T11:56:27.8224761Z Downloading pathspec-0.9.0-py2.py3-none-any.whl (31 kB) 2022-08-17T11:56:27.8269703Z Requirement already satisfied: typing-extensions>=3.10.0.0 in /home/runner/.local/lib/python3.8/site-packages (from black==22.3.0) (3.10.0.0) 2022-08-17T11:56:27.8503299Z Collecting trailrunner>=1.1.1 2022-08-17T11:56:27.8542643Z Downloading trailrunner-1.2.1-py3-none-any.whl (10 kB) 2022-08-17T11:56:27.8906390Z Collecting tomlkit>=0.7.2 2022-08-17T11:56:27.8943864Z Downloading tomlkit-0.11.4-py3-none-any.whl (35 kB) 2022-08-17T11:56:27.9128631Z Collecting moreorless>=0.4.0 2022-08-17T11:56:27.9170736Z Downloading moreorless-0.4.0-py2.py3-none-any.whl (9.3 kB) 2022-08-17T11:56:27.9493096Z Collecting stdlibs>=2021.4.1 2022-08-17T11:56:27.9554663Z Downloading stdlibs-2022.6.8-py3-none-any.whl (49 kB) 2022-08-17T11:56:27.9600557Z ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 49.0/49.0 kB 17.3 MB/s eta 0:00:00 2022-08-17T11:56:27.9745431Z Collecting toml>=0.10.0 2022-08-17T11:56:27.9778620Z Downloading toml-0.10.2-py2.py3-none-any.whl (16 kB) 2022-08-17T11:56:28.0367748Z Collecting LibCST>=0.3.7 2022-08-17T11:56:28.0464684Z Downloading libcst-0.4.7-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (2.7 MB) 2022-08-17T11:56:28.0701082Z ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 2.7/2.7 MB 131.5 MB/s eta 0:00:00 2022-08-17T11:56:28.0814600Z Requirement already satisfied: attrs>=21.2.0 in /home/runner/.local/lib/python3.8/site-packages (from usort==1.0.2) (22.1.0) 2022-08-17T11:56:28.1484663Z Collecting typing-inspect>=0.4.0 2022-08-17T11:56:28.1521145Z Downloading typing_inspect-0.7.1-py3-none-any.whl (8.4 kB) 2022-08-17T11:56:28.1554686Z Requirement already satisfied: pyyaml>=5.2 in /opt/hostedtoolcache/Python/3.8.13/x64/lib/python3.8/site-packages (from LibCST>=0.3.7->usort==1.0.2) (6.0) 2022-08-17T11:56:28.4261600Z Installing collected packages: typing-inspect, tomlkit, toml, stdlibs, platformdirs, pathspec, click, trailrunner, moreorless, LibCST, black, usort, ufmt 2022-08-17T11:56:29.2441246Z Successfully installed LibCST-0.4.7 black-22.3.0 click-8.1.3 moreorless-0.4.0 pathspec-0.9.0 platformdirs-2.5.2 stdlibs-2022.6.8 toml-0.10.2 tomlkit-0.11.4 trailrunner-1.2.1 typing-inspect-0.7.1 ufmt-1.3.3 usort-1.0.2 2022-08-17T11:56:29.3759405Z took 2258ms 2022-08-17T11:56:29.3864117Z ##[group]Run python3 -m unittest discover -vs tools/test -p 'test_*.py' 2022-08-17T11:56:29.3864485Z python3 -m unittest discover -vs tools/test -p 'test_*.py' 2022-08-17T11:56:29.3864795Z python3 -m unittest discover -vs .github/scripts -p 'test_*.py' 2022-08-17T11:56:29.3910816Z shell: /usr/bin/bash -e {0} 2022-08-17T11:56:29.3911018Z env: 2022-08-17T11:56:29.3911242Z pythonLocation: /opt/hostedtoolcache/Python/3.8.13/x64 2022-08-17T11:56:29.3911537Z LD_LIBRARY_PATH: /opt/hostedtoolcache/Python/3.8.13/x64/lib 2022-08-17T11:56:29.3911774Z ##[endgroup] 2022-08-17T11:56:32.4118327Z test_build_jobs (test_cmake.TestCMake) 2022-08-17T11:56:32.4460778Z Tests that the number of build jobs comes out correctly. ... ok 2022-08-17T11:56:32.4503052Z test_indexed_grads (test_codegen.TestCreateDerivative) ... ok 2022-08-17T11:56:32.4508192Z test_named_grads (test_codegen.TestCreateDerivative) ... ok 2022-08-17T11:56:32.4525497Z test_named_grads_and_indexed_grads (test_codegen.TestCreateDerivative) ... ok 2022-08-17T11:56:32.4544537Z test_non_differentiable_output (test_codegen.TestCreateDerivative) ... ok 2022-08-17T11:56:32.4558991Z test_non_differentiable_output_invalid_type (test_codegen.TestGenAutogradFunctions) ... ok 2022-08-17T11:56:32.4576483Z test_non_differentiable_output_output_differentiability (test_codegen.TestGenAutogradFunctions) ... ok 2022-08-17T11:56:32.4587837Z test_register_bogus_dispatch_key (test_codegen.TestGenAutogradFunctions) ... ok 2022-08-17T11:56:32.4593409Z test_native_function_declaration_1_op_1_ns_valid (test_codegen.TestGenNativeFunctionDeclaration) ... ok 2022-08-17T11:56:32.4598469Z test_native_function_declaration_1_op_2_ns_error (test_codegen.TestGenNativeFunctionDeclaration) ... ok 2022-08-17T11:56:32.4603039Z test_3_namespaces_schema_registration_code_invalid (test_codegen.TestGenSchemaRegistration) ... ok 2022-08-17T11:56:32.4605634Z test_custom_namespace_schema_registration_code_valid (test_codegen.TestGenSchemaRegistration) ... ok 2022-08-17T11:56:32.4607841Z test_default_namespace_schema_registration_code_valid (test_codegen.TestGenSchemaRegistration) ... ok 2022-08-17T11:56:32.4610689Z test_mixed_namespace_schema_registration_code_valid (test_codegen.TestGenSchemaRegistration) ... ok 2022-08-17T11:56:32.4620853Z test_functional_variant_autogen_out_variant (test_codegen.TestNativeFunctionGeneratrion) ... ok 2022-08-17T11:56:32.4627948Z test_functional_variant_autogen_out_variant_two_returns (test_codegen.TestNativeFunctionGeneratrion) ... ok 2022-08-17T11:56:32.4647815Z test_conflicting_ufunc (test_codegen_model.TestCodegenModel) ... ok 2022-08-17T11:56:32.4666203Z test_invalid_cudafunctoronself_for_binary_op (test_codegen_model.TestCodegenModel) ... ok 2022-08-17T11:56:32.4670404Z test_nonstructured_ufunc (test_codegen_model.TestCodegenModel) ... ok 2022-08-17T11:56:32.4675125Z test_overlapping_ufunc_and_dispatch (test_codegen_model.TestCodegenModel) ... ok 2022-08-17T11:56:32.4676037Z test_parse_custom_class_type (test_codegen_model.TestCodegenModel) ... ok 2022-08-17T11:56:32.4690985Z test_scalaronly_shadowed (test_codegen_model.TestCodegenModel) ... expected failure 2022-08-17T11:56:33.6077314Z test_backend_autograd_kernel_mismatch_functional_inplace (test_gen_backend_stubs.TestGenBackendStubs) ... ok 2022-08-17T11:56:34.6876876Z test_backend_autograd_kernel_mismatch_out_functional (test_gen_backend_stubs.TestGenBackendStubs) ... ok 2022-08-17T11:56:35.8093033Z test_backend_has_no_autograd_key_but_provides_entries (test_gen_backend_stubs.TestGenBackendStubs) ... ok 2022-08-17T11:56:36.9277980Z test_backend_invalid_dispatch_key (test_gen_backend_stubs.TestGenBackendStubs) ... ok 2022-08-17T11:56:38.0101413Z test_device_guard_non_bool (test_gen_backend_stubs.TestGenBackendStubs) ... ok 2022-08-17T11:56:39.1181935Z test_empty_backend (test_gen_backend_stubs.TestGenBackendStubs) ... ok 2022-08-17T11:56:40.1845606Z test_missing_backend (test_gen_backend_stubs.TestGenBackendStubs) ... ok 2022-08-17T11:56:41.3085424Z test_missing_cpp_namespace (test_gen_backend_stubs.TestGenBackendStubs) ... ok 2022-08-17T11:56:42.4562247Z test_nonlist_supported (test_gen_backend_stubs.TestGenBackendStubs) ... ok 2022-08-17T11:56:43.5535119Z test_op_appears_in_supported_and_autograd_lists (test_gen_backend_stubs.TestGenBackendStubs) ... ok 2022-08-17T11:56:44.6683269Z test_supported_invalid_op (test_gen_backend_stubs.TestGenBackendStubs) ... ok 2022-08-17T11:56:45.7354213Z test_unrecognized_key (test_gen_backend_stubs.TestGenBackendStubs) ... ok 2022-08-17T11:56:46.8567190Z test_use_out_as_primary_non_bool (test_gen_backend_stubs.TestGenBackendStubs) ... ok 2022-08-17T11:56:48.0752206Z test_valid_multiple_ops (test_gen_backend_stubs.TestGenBackendStubs) ... ok 2022-08-17T11:56:49.2476233Z test_valid_single_op (test_gen_backend_stubs.TestGenBackendStubs) ... ok 2022-08-17T11:56:50.5283633Z test_valid_with_autograd_ops (test_gen_backend_stubs.TestGenBackendStubs) ... ok 2022-08-17T11:56:51.5944451Z test_valid_zero_ops (test_gen_backend_stubs.TestGenBackendStubs) ... ok 2022-08-17T11:56:52.7108069Z test_valid_zero_ops_doesnt_require_backend_dispatch_key (test_gen_backend_stubs.TestGenBackendStubs) ... ok 2022-08-17T11:56:53.8274352Z test_whitespace_cpp_namespace (test_gen_backend_stubs.TestGenBackendStubs) ... ok 2022-08-17T11:56:53.8281663Z test_closes_pr_body (test_import_test_stats.TestGetDisabledIssues) ... ok 2022-08-17T11:56:53.8289633Z test_fixes_commit_messages (test_import_test_stats.TestGetDisabledIssues) ... ok 2022-08-17T11:56:53.8297660Z test_issue_links (test_import_test_stats.TestGetDisabledIssues) ... ok 2022-08-17T11:56:53.8305465Z test_not_accepted (test_import_test_stats.TestGetDisabledIssues) ... ok 2022-08-17T11:56:53.8313206Z test_resolves_pr_commits (test_import_test_stats.TestGetDisabledIssues) ... ok 2022-08-17T11:56:53.8321247Z test_spacing (test_import_test_stats.TestGetDisabledIssues) ... ok 2022-08-17T11:56:53.8325921Z test_all_kernel_dtypes_selected (test_selective_build.TestSelectiveBuild) ... ok 2022-08-17T11:56:53.8340711Z test_custom_namespace_selected_correctly (test_selective_build.TestSelectiveBuild) ... ok 2022-08-17T11:56:53.8347936Z test_kernel_dtypes (test_selective_build.TestSelectiveBuild) ... ok 2022-08-17T11:56:53.8364289Z test_merge_kernel_dtypes (test_selective_build.TestSelectiveBuild) ... ok 2022-08-17T11:56:53.8364657Z test_operator_combine (test_selective_build.TestSelectiveBuild) ... ok 2022-08-17T11:56:53.8365009Z test_selective_build_operator (test_selective_build.TestSelectiveBuild) ... ok 2022-08-17T11:56:53.8400244Z test_selector_factory (test_selective_build.TestSelectiveBuild) ... ok 2022-08-17T11:56:53.8409795Z test_training_op_fetch (test_selective_build.TestSelectiveBuild) ... ok 2022-08-17T11:56:53.8427996Z test_analysis (test_stats.TestPrintTestStats) ... ok 2022-08-17T11:56:53.8442250Z test_graph (test_stats.TestPrintTestStats) ... ok 2022-08-17T11:56:53.8444258Z test_regression_info (test_stats.TestPrintTestStats) ... ok 2022-08-17T11:56:53.8445804Z test_regression_info_new_job (test_stats.TestPrintTestStats) ... ok 2022-08-17T11:56:53.8446686Z test_simplify (test_stats.TestPrintTestStats) ... ok 2022-08-17T11:56:53.8447593Z test_help_examples (test_test_history.TestTestHistory) ... skipped 'Skipping as this test is fragile, issue #73083' 2022-08-17T11:56:53.8448497Z test_calculate_1_shard_with_complete_test_times (test_test_selections.TestCalculateShards) ... ok 2022-08-17T11:56:53.8479285Z test_calculate_2_shards_against_optimal_shards (test_test_selections.TestCalculateShards) ... ok 2022-08-17T11:56:53.8479725Z test_calculate_2_shards_with_complete_test_times (test_test_selections.TestCalculateShards) ... ok 2022-08-17T11:56:53.8480267Z test_calculate_2_shards_with_incomplete_test_times (test_test_selections.TestCalculateShards) ... ok 2022-08-17T11:56:53.8480683Z test_calculate_5_shards_with_complete_test_times (test_test_selections.TestCalculateShards) ... ok 2022-08-17T11:56:53.8481568Z test_calculate_5_shards_with_incomplete_test_times (test_test_selections.TestCalculateShards) ... ok 2022-08-17T11:56:53.8482225Z test_existing_job (test_upload_test_stats.TestUploadTestStats) 2022-08-17T11:56:53.8483077Z Run on a known-good job and make sure we don't error and get basically okay reults. ... skipped "don't run in CI as this does a lot of network calls and uses up GH API rate limit" 2022-08-17T11:56:53.8483591Z test_create_from_namespaced_tuple (test_utils.TestNamespaceHelper) ... ok 2022-08-17T11:56:53.8483935Z test_default_namespace (test_utils.TestNamespaceHelper) ... ok 2022-08-17T11:56:53.8486637Z test_namespace_levels_more_than_max (test_utils.TestNamespaceHelper) ... ok 2022-08-17T11:56:53.8486955Z 2022-08-17T11:56:53.8487333Z ---------------------------------------------------------------------- 2022-08-17T11:56:53.8487692Z Ran 71 tests in 21.437s 2022-08-17T11:56:53.8487879Z 2022-08-17T11:56:53.8488010Z OK (skipped=2, expected failures=1) 2022-08-17T11:56:53.8488397Z Ignoring disabled issues: [] 2022-08-17T11:56:53.8488768Z Ignoring disabled issues: ['123', '143', '345', '10283'] 2022-08-17T11:56:53.8489115Z Ignoring disabled issues: ['123', '143', '345', '10283'] 2022-08-17T11:56:53.8489542Z Ignoring disabled issues: ['75198', '75123'] 2022-08-17T11:56:53.8489774Z Ignoring disabled issues: [] 2022-08-17T11:56:53.8490082Z Ignoring disabled issues: ['123', '143', '345', '10283'] 2022-08-17T11:56:53.8490443Z Ignoring disabled issues: ['123', '143', '345', '10283', '2348', '75123', '2134'] 2022-08-17T11:56:54.2984738Z test_all_successful (test_fetch_latest_green_commit.TestPrintCommits) 2022-08-17T11:56:54.2991901Z Test with workflows are successful ... ok 2022-08-17T11:56:54.2992490Z test_necessary_failed (test_fetch_latest_green_commit.TestPrintCommits) 2022-08-17T11:56:54.2996490Z Test with necessary job (ex: Lint) failed ... ok 2022-08-17T11:56:54.2997066Z test_necessary_skipped (test_fetch_latest_green_commit.TestPrintCommits) 2022-08-17T11:56:54.3001712Z Test with necessary job (ex: pull) skipped ... ok 2022-08-17T11:56:54.3002318Z test_necessary_successful (test_fetch_latest_green_commit.TestPrintCommits) 2022-08-17T11:56:54.3006842Z Test with necessary workflows are successful ... ok 2022-08-17T11:56:54.3007419Z test_no_workflows (test_fetch_latest_green_commit.TestPrintCommits) 2022-08-17T11:56:54.3011877Z Test with missing workflows ... ok 2022-08-17T11:56:54.3012428Z test_skippable_failed (test_fetch_latest_green_commit.TestPrintCommits) 2022-08-17T11:56:54.3017218Z Test with skippable job (ex: docker-release-builds) failing ... ok 2022-08-17T11:56:54.3018084Z test_skippable_skipped (test_fetch_latest_green_commit.TestPrintCommits) 2022-08-17T11:56:54.3022975Z Test with skippable jobs (periodic and docker-release-builds skipped ... ok 2022-08-17T11:56:54.3026050Z test_double_asterisks (test_gitutils.TestPattern) ... ok 2022-08-17T11:56:54.3026637Z test_is_iterable (test_gitutils.TestPeekableIterator) ... ok 2022-08-17T11:56:54.3027376Z test_iterator (test_gitutils.TestPeekableIterator) ... ok 2022-08-17T11:56:54.3028549Z test_peek (test_gitutils.TestPeekableIterator) ... ok 2022-08-17T11:56:54.3031310Z test_cancelled_gets_ignored (test_trymerge.TestGitHubPR) 2022-08-17T11:56:54.3307793Z Tests that cancelled workflow does not override existing successfull status ... ok 2022-08-17T11:56:54.3308754Z test_checksuites_pagination (test_trymerge.TestGitHubPR) 2022-08-17T11:56:54.3641985Z Tests that PR with lots of checksuits can be fetched ... ok 2022-08-17T11:56:54.3642609Z test_comments_pagination (test_trymerge.TestGitHubPR) 2022-08-17T11:56:54.3753799Z Tests that PR with 50+ comments can be fetched ... ok 2022-08-17T11:56:54.3754489Z test_failed_land_checks (test_trymerge.TestGitHubPR) 2022-08-17T11:56:54.3873107Z Tests that PR with Land Checks fail with a RunTime error ... ok 2022-08-17T11:56:54.3873602Z test_get_author_many_commits (test_trymerge.TestGitHubPR) 2022-08-17T11:56:54.3990211Z Tests that authors for all commits can be fetched ... ok 2022-08-17T11:56:54.3990788Z test_get_author_many_reviews (test_trymerge.TestGitHubPR) 2022-08-17T11:56:54.4104644Z Tests that all reviews can be fetched ... ok 2022-08-17T11:56:54.4105005Z test_get_author_null (test_trymerge.TestGitHubPR) 2022-08-17T11:56:54.4219532Z Tests that PR author can be computed ... ok 2022-08-17T11:56:54.4220087Z test_get_checkruns_many_runs (test_trymerge.TestGitHubPR) 2022-08-17T11:56:54.4440337Z Tests that all checkruns can be fetched ... ok 2022-08-17T11:56:54.4440773Z test_get_last_comment (test_trymerge.TestGitHubPR) 2022-08-17T11:56:54.4497229Z Tests that last comment can be fetched ... ok 2022-08-17T11:56:54.4498902Z test_get_many_land_checks (test_trymerge.TestGitHubPR) 2022-08-17T11:56:54.4610454Z Tests that all checkruns can be fetched for a commit ... ok 2022-08-17T11:56:54.4611008Z test_gql_complexity (test_trymerge.TestGitHubPR) 2022-08-17T11:56:54.4722489Z Fetch comments and conclusions for PR with 60 commits ... ok 2022-08-17T11:56:54.4723062Z test_internal_changes (test_trymerge.TestGitHubPR) 2022-08-17T11:56:54.4891786Z Tests that PR with internal changes is detected ... ok 2022-08-17T11:56:54.4892324Z test_large_diff (test_trymerge.TestGitHubPR) 2022-08-17T11:56:54.5004127Z Tests that PR with 100+ files can be fetched ... ok 2022-08-17T11:56:54.5004638Z test_lint_fails (test_trymerge.TestGitHubPR) 2022-08-17T11:56:54.5442300Z Tests that PR fails mandatory lint check ... ok 2022-08-17T11:56:54.5452637Z test_main_force (test_trymerge.TestGitHubPR) ... ok 2022-08-17T11:56:54.5463858Z test_main_merge (test_trymerge.TestGitHubPR) ... ok 2022-08-17T11:56:54.5474431Z test_main_revert (test_trymerge.TestGitHubPR) ... ok 2022-08-17T11:56:54.5474958Z test_match_rules (test_trymerge.TestGitHubPR) 2022-08-17T11:56:54.5591370Z Tests that PR passes merge rules ... ok 2022-08-17T11:56:54.5592124Z test_merge_rules_valid (test_trymerge.TestGitHubPR) 2022-08-17T11:56:54.5594894Z Test that merge_rules.json can be parsed ... ok 2022-08-17T11:56:54.5595406Z test_pending_status_check (test_trymerge.TestGitHubPR) 2022-08-17T11:56:54.5874134Z Tests that PR with nonexistent/pending status checks fails with the right reason. ... ok 2022-08-17T11:56:54.5874764Z test_revert_rules (test_trymerge.TestGitHubPR) 2022-08-17T11:56:54.6170830Z Tests that reverts from collaborators are allowed ... ok 2022-08-17T11:56:54.6171395Z test_team_members (test_trymerge.TestGitHubPR) 2022-08-17T11:56:54.6292159Z Test fetching team members works ... ok 2022-08-17T11:56:54.6292679Z test_no_need_to_rebase (test_tryrebase.TestRebase) 2022-08-17T11:56:54.6362196Z Tests branch already up to date ... ok 2022-08-17T11:56:54.6362689Z test_rebase (test_tryrebase.TestRebase) 2022-08-17T11:56:54.6558030Z Tests rebase successfully ... ok 2022-08-17T11:56:54.6558555Z test_rebase_to_stable (test_tryrebase.TestRebase) 2022-08-17T11:56:54.6636315Z Tests rebase to viable/strict successfully ... ok 2022-08-17T11:56:54.6636674Z 2022-08-17T11:56:54.6637365Z ---------------------------------------------------------------------- 2022-08-17T11:56:54.6638108Z @pytorchbot successfully started a revert job. Check the current status [here](None). 2022-08-17T11:56:54.6640046Z Please reach out to the [PyTorch DevX Team](https://github.com/pytorch/pytorch/wiki/Dev-Infra-Office-Hours) with feedback or questions! 2022-08-17T11:56:54.6701562Z Ran 36 tests in 0.365s 2022-08-17T11:56:54.6701798Z 2022-08-17T11:56:54.6701894Z OK 2022-08-17T11:56:54.7051667Z Post job cleanup. 2022-08-17T11:56:54.7087235Z Post job cleanup. 2022-08-17T11:56:54.8160618Z [command]/usr/bin/git version 2022-08-17T11:56:54.8207051Z git version 2.37.2 2022-08-17T11:56:54.8250445Z Temporarily overriding HOME='/home/runner/work/_temp/46645a13-775b-4ce9-b07b-a231f945a2bc' before making global git config changes 2022-08-17T11:56:54.8251116Z Adding repository directory to the temporary git global config as a safe directory 2022-08-17T11:56:54.8257274Z [command]/usr/bin/git config --global --add safe.directory /home/runner/work/pytorch/pytorch 2022-08-17T11:56:54.8299053Z [command]/usr/bin/git config --local --name-only --get-regexp core\.sshCommand 2022-08-17T11:56:54.8334579Z [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:56:54.8560685Z [command]/usr/bin/git config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader 2022-08-17T11:56:54.8586857Z http.https://github.com/.extraheader 2022-08-17T11:56:54.8596805Z [command]/usr/bin/git config --local --unset-all http.https://github.com/.extraheader 2022-08-17T11:56:54.8633076Z [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:56:54.8978223Z Post job cleanup. 2022-08-17T11:56:55.0430241Z Cleaning up orphan processes