2024-11-01T16:13:31.9565568Z Current runner version: '2.320.0' 2024-11-01T16:13:31.9571107Z Runner name: 'linux.20_04.4x_1cf9d9687e5d' 2024-11-01T16:13:31.9571890Z Runner group name: 'Default' 2024-11-01T16:13:31.9572558Z Machine name: 'runner' 2024-11-01T16:13:31.9587575Z ##[group]Operating System 2024-11-01T16:13:31.9588210Z Ubuntu 2024-11-01T16:13:31.9588563Z 20.04.6 2024-11-01T16:13:31.9588854Z LTS 2024-11-01T16:13:31.9589219Z ##[endgroup] 2024-11-01T16:13:31.9589612Z ##[group]Runner Image 2024-11-01T16:13:31.9589999Z Image: ubuntu-20.04 2024-11-01T16:13:31.9590432Z Version: 20241006.1.0 2024-11-01T16:13:31.9591418Z Included Software: https://github.com/actions/runner-images/blob/ubuntu20/20241006.1/images/ubuntu/Ubuntu2004-Readme.md 2024-11-01T16:13:31.9592805Z Image Release: https://github.com/actions/runner-images/releases/tag/ubuntu20%2F20241006.1 2024-11-01T16:13:31.9593718Z ##[endgroup] 2024-11-01T16:13:31.9608946Z ##[group]GITHUB_TOKEN Permissions 2024-11-01T16:13:31.9610568Z Actions: read 2024-11-01T16:13:31.9611243Z Attestations: read 2024-11-01T16:13:31.9611697Z Checks: read 2024-11-01T16:13:31.9612097Z Contents: read 2024-11-01T16:13:31.9612472Z Deployments: read 2024-11-01T16:13:31.9612833Z Discussions: read 2024-11-01T16:13:31.9613252Z Issues: read 2024-11-01T16:13:31.9613597Z Metadata: read 2024-11-01T16:13:31.9613949Z Packages: read 2024-11-01T16:13:31.9614339Z Pages: read 2024-11-01T16:13:31.9614690Z PullRequests: read 2024-11-01T16:13:31.9615078Z RepositoryProjects: read 2024-11-01T16:13:31.9615536Z SecurityEvents: read 2024-11-01T16:13:31.9615925Z Statuses: read 2024-11-01T16:13:31.9616269Z ##[endgroup] 2024-11-01T16:13:31.9619145Z Secret source: Actions 2024-11-01T16:13:31.9619715Z Prepare workflow directory 2024-11-01T16:13:32.0224005Z Prepare all required actions 2024-11-01T16:13:32.0377310Z Getting action download info 2024-11-01T16:13:32.1888423Z Download action repository 'pytorch/pytorch@main' (SHA:33dce10ece5b38aa0ab76739b658cd980a6e3d8f) 2024-11-01T16:13:36.4011820Z Download action repository 'actions/setup-python@v4' (SHA:65d7f2d534ac1bc67fcd62888c5f4f3d2cb2b236) 2024-11-01T16:13:36.5501207Z Getting action download info 2024-11-01T16:13:36.6426491Z Download action repository 'malfet/checkout@silent-checkout' (SHA:e07af140b3ccefc05679e3755b9db68f4ee4589c) 2024-11-01T16:13:36.8697192Z Complete job name: Test `run_test.py` is usable without boto3/rockset 2024-11-01T16:13:36.9595146Z ##[group]Run pytorch/pytorch/.github/actions/checkout-pytorch@main 2024-11-01T16:13:36.9595674Z with: 2024-11-01T16:13:36.9595901Z submodules: false 2024-11-01T16:13:36.9596162Z fetch-depth: 1 2024-11-01T16:13:36.9596396Z ##[endgroup] 2024-11-01T16:13:36.9809332Z ##[group]Run echo "IN_CONTAINER_RUNNER=$(if [ -f /.inarc ] || [ -f /.incontainer ]; then echo true ; else echo false; fi)" >> "$GITHUB_OUTPUT" 2024-11-01T16:13:36.9810616Z echo "IN_CONTAINER_RUNNER=$(if [ -f /.inarc ] || [ -f /.incontainer ]; then echo true ; else echo false; fi)" >> "$GITHUB_OUTPUT" 2024-11-01T16:13:36.9847091Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2024-11-01T16:13:36.9847607Z ##[endgroup] 2024-11-01T16:13:37.0221504Z ##[group]Run retry () { 2024-11-01T16:13:37.0221823Z retry () { 2024-11-01T16:13:37.0222270Z  $* || (sleep 1 && $*) || (sleep 2 && $*) || (sleep 4 && $*) || (sleep 8 && $*) 2024-11-01T16:13:37.0222759Z } 2024-11-01T16:13:37.0223047Z echo "${GITHUB_WORKSPACE}" 2024-11-01T16:13:37.0223414Z if [ -z "${NO_SUDO}" ]; then 2024-11-01T16:13:37.0223838Z  retry sudo rm -rf "${GITHUB_WORKSPACE}" 2024-11-01T16:13:37.0224230Z else 2024-11-01T16:13:37.0224512Z  retry rm -rf "${GITHUB_WORKSPACE}" 2024-11-01T16:13:37.0224872Z fi 2024-11-01T16:13:37.0225120Z mkdir "${GITHUB_WORKSPACE}" 2024-11-01T16:13:37.0254452Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2024-11-01T16:13:37.0254914Z env: 2024-11-01T16:13:37.0255121Z NO_SUDO: 2024-11-01T16:13:37.0255345Z ##[endgroup] 2024-11-01T16:13:37.0335485Z /home/runner/work/pytorch/pytorch 2024-11-01T16:13:37.0451670Z ##[group]Run malfet/checkout@silent-checkout 2024-11-01T16:13:37.0452122Z with: 2024-11-01T16:13:37.0452401Z ref: d1aa4ef5a6c0ee2d57fb0086f5557e34537f0fea 2024-11-01T16:13:37.0452789Z fetch-depth: 1 2024-11-01T16:13:37.0453036Z submodules: false 2024-11-01T16:13:37.0453300Z quiet-checkout: true 2024-11-01T16:13:37.0453579Z repository: pytorch/pytorch 2024-11-01T16:13:37.0454047Z token: *** 2024-11-01T16:13:37.0454298Z ssh-strict: true 2024-11-01T16:13:37.0454562Z persist-credentials: true 2024-11-01T16:13:37.0454860Z clean: true 2024-11-01T16:13:37.0455114Z sparse-checkout-cone-mode: true 2024-11-01T16:13:37.0455430Z lfs: false 2024-11-01T16:13:37.0455665Z set-safe-directory: true 2024-11-01T16:13:37.0455943Z ##[endgroup] 2024-11-01T16:13:37.1306014Z Syncing repository: pytorch/pytorch 2024-11-01T16:13:37.1307611Z ##[group]Getting Git version info 2024-11-01T16:13:37.1308220Z Working directory is '/home/runner/work/pytorch/pytorch' 2024-11-01T16:13:37.1308941Z [command]/usr/bin/git version 2024-11-01T16:13:37.1353100Z git version 2.46.2 2024-11-01T16:13:37.1377835Z ##[endgroup] 2024-11-01T16:13:37.1392557Z Temporarily overriding HOME='/home/runner/work/_temp/8132fd6d-5bac-4c0b-b35b-c645b15b7a14' before making global git config changes 2024-11-01T16:13:37.1393725Z Adding repository directory to the temporary git global config as a safe directory 2024-11-01T16:13:37.1395259Z [command]/usr/bin/git config --global --add safe.directory /home/runner/work/pytorch/pytorch 2024-11-01T16:13:37.1428377Z Deleting the contents of '/home/runner/work/pytorch/pytorch' 2024-11-01T16:13:37.1431491Z ##[group]Initializing the repository 2024-11-01T16:13:37.1434307Z [command]/usr/bin/git init /home/runner/work/pytorch/pytorch 2024-11-01T16:13:37.1527554Z hint: Using 'master' as the name for the initial branch. This default branch name 2024-11-01T16:13:37.1529233Z hint: is subject to change. To configure the initial branch name to use in all 2024-11-01T16:13:37.1530402Z hint: of your new repositories, which will suppress this warning, call: 2024-11-01T16:13:37.1531272Z hint: 2024-11-01T16:13:37.1531957Z hint: git config --global init.defaultBranch 2024-11-01T16:13:37.1532628Z hint: 2024-11-01T16:13:37.1543075Z hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and 2024-11-01T16:13:37.1544494Z hint: 'development'. The just-created branch can be renamed via this command: 2024-11-01T16:13:37.1545086Z hint: 2024-11-01T16:13:37.1545378Z hint: git branch -m 2024-11-01T16:13:37.1545888Z Initialized empty Git repository in /home/runner/work/pytorch/pytorch/.git/ 2024-11-01T16:13:37.1547390Z [command]/usr/bin/git remote add origin https://github.com/pytorch/pytorch 2024-11-01T16:13:37.1569537Z ##[endgroup] 2024-11-01T16:13:37.1570293Z ##[group]Disabling automatic garbage collection 2024-11-01T16:13:37.1572472Z [command]/usr/bin/git config --local gc.auto 0 2024-11-01T16:13:37.1597069Z ##[endgroup] 2024-11-01T16:13:37.1597772Z ##[group]Setting up auth 2024-11-01T16:13:37.1603132Z [command]/usr/bin/git config --local --name-only --get-regexp core\.sshCommand 2024-11-01T16:13:37.1637723Z [command]/usr/bin/git submodule foreach --recursive sh -c "git config --local --name-only --get-regexp 'core\.sshCommand' && git config --local --unset-all 'core.sshCommand' || :" 2024-11-01T16:13:37.1883340Z [command]/usr/bin/git config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader 2024-11-01T16:13:37.1908695Z [command]/usr/bin/git submodule foreach --recursive sh -c "git config --local --name-only --get-regexp 'http\.https\:\/\/github\.com\/\.extraheader' && git config --local --unset-all 'http.https://github.com/.extraheader' || :" 2024-11-01T16:13:37.2111341Z [command]/usr/bin/git config --local http.https://github.com/.extraheader AUTHORIZATION: basic *** 2024-11-01T16:13:37.2140417Z ##[endgroup] 2024-11-01T16:13:37.2141919Z ##[group]Fetching the repository 2024-11-01T16:13:37.2148696Z [command]/usr/bin/git -c protocol.version=2 fetch --no-tags --prune --progress --no-recurse-submodules --quiet --depth=1 origin d1aa4ef5a6c0ee2d57fb0086f5557e34537f0fea 2024-11-01T16:13:37.5216348Z remote: Enumerating objects: 11385, done. 2024-11-01T16:13:37.5230498Z remote: Counting objects: 0% (1/11385) 2024-11-01T16:13:37.5231628Z remote: Counting objects: 1% (114/11385) 2024-11-01T16:13:37.5232426Z remote: Counting objects: 2% (228/11385) 2024-11-01T16:13:37.5233449Z remote: Counting objects: 3% (342/11385) 2024-11-01T16:13:37.5234280Z remote: Counting objects: 4% (456/11385) 2024-11-01T16:13:37.5235016Z remote: Counting objects: 5% (570/11385) 2024-11-01T16:13:37.5235491Z remote: Counting objects: 6% (684/11385) 2024-11-01T16:13:37.5235968Z remote: Counting objects: 7% (797/11385) 2024-11-01T16:13:37.5236430Z remote: Counting objects: 8% (911/11385) 2024-11-01T16:13:37.5271483Z remote: Counting objects: 9% (1025/11385) 2024-11-01T16:13:37.5272577Z remote: Counting objects: 10% (1139/11385) 2024-11-01T16:13:37.5273488Z remote: Counting objects: 11% (1253/11385) 2024-11-01T16:13:37.5274122Z remote: Counting objects: 12% (1367/11385) 2024-11-01T16:13:37.5275185Z remote: Counting objects: 13% (1481/11385) 2024-11-01T16:13:37.5276028Z remote: Counting objects: 14% (1594/11385) 2024-11-01T16:13:37.5276808Z remote: Counting objects: 15% (1708/11385) 2024-11-01T16:13:37.5277662Z remote: Counting objects: 16% (1822/11385) 2024-11-01T16:13:37.5278497Z remote: Counting objects: 17% (1936/11385) 2024-11-01T16:13:37.5279304Z remote: Counting objects: 18% (2050/11385) 2024-11-01T16:13:37.5280128Z remote: Counting objects: 19% (2164/11385) 2024-11-01T16:13:37.5280883Z remote: Counting objects: 20% (2277/11385) 2024-11-01T16:13:37.5281618Z remote: Counting objects: 21% (2391/11385) 2024-11-01T16:13:37.5282344Z remote: Counting objects: 22% (2505/11385) 2024-11-01T16:13:37.5283087Z remote: Counting objects: 23% (2619/11385) 2024-11-01T16:13:37.5283824Z remote: Counting objects: 24% (2733/11385) 2024-11-01T16:13:37.5284542Z remote: Counting objects: 25% (2847/11385) 2024-11-01T16:13:37.5285280Z remote: Counting objects: 26% (2961/11385) 2024-11-01T16:13:37.5286378Z remote: Counting objects: 27% (3074/11385) 2024-11-01T16:13:37.5287278Z remote: Counting objects: 28% (3188/11385) 2024-11-01T16:13:37.5288033Z remote: Counting objects: 29% (3302/11385) 2024-11-01T16:13:37.5288765Z remote: Counting objects: 30% (3416/11385) 2024-11-01T16:13:37.5289471Z remote: Counting objects: 31% (3530/11385) 2024-11-01T16:13:37.5290189Z remote: Counting objects: 32% (3644/11385) 2024-11-01T16:13:37.5290925Z remote: Counting objects: 33% (3758/11385) 2024-11-01T16:13:37.5291744Z remote: Counting objects: 34% (3871/11385) 2024-11-01T16:13:37.5292536Z remote: Counting objects: 35% (3985/11385) 2024-11-01T16:13:37.5293438Z remote: Counting objects: 36% (4099/11385) 2024-11-01T16:13:37.5294156Z remote: Counting objects: 37% (4213/11385) 2024-11-01T16:13:37.5294877Z remote: Counting objects: 38% (4327/11385) 2024-11-01T16:13:37.5295603Z remote: Counting objects: 39% (4441/11385) 2024-11-01T16:13:37.5296337Z remote: Counting objects: 40% (4554/11385) 2024-11-01T16:13:37.5297108Z remote: Counting objects: 41% (4668/11385) 2024-11-01T16:13:37.5297839Z remote: Counting objects: 42% (4782/11385) 2024-11-01T16:13:37.5298574Z remote: Counting objects: 43% (4896/11385) 2024-11-01T16:13:37.5299338Z remote: Counting objects: 44% (5010/11385) 2024-11-01T16:13:37.5300070Z remote: Counting objects: 45% (5124/11385) 2024-11-01T16:13:37.5300987Z remote: Counting objects: 46% (5238/11385) 2024-11-01T16:13:37.5301693Z remote: Counting objects: 47% (5351/11385) 2024-11-01T16:13:37.5302675Z remote: Counting objects: 48% (5465/11385) 2024-11-01T16:13:37.5303407Z remote: Counting objects: 49% (5579/11385) 2024-11-01T16:13:37.5304239Z remote: Counting objects: 50% (5693/11385) 2024-11-01T16:13:37.5305022Z remote: Counting objects: 51% (5807/11385) 2024-11-01T16:13:37.5305829Z remote: Counting objects: 52% (5921/11385) 2024-11-01T16:13:37.5308687Z remote: Counting objects: 53% (6035/11385) 2024-11-01T16:13:37.5310044Z remote: Counting objects: 54% (6148/11385) 2024-11-01T16:13:37.5311195Z remote: Counting objects: 55% (6262/11385) 2024-11-01T16:13:37.5313462Z remote: Counting objects: 56% (6376/11385) 2024-11-01T16:13:37.5316853Z remote: Counting objects: 57% (6490/11385) 2024-11-01T16:13:37.5321700Z remote: Counting objects: 58% (6604/11385) 2024-11-01T16:13:37.5328883Z remote: Counting objects: 59% (6718/11385) 2024-11-01T16:13:37.5329661Z remote: Counting objects: 60% (6831/11385) 2024-11-01T16:13:37.5330417Z remote: Counting objects: 61% (6945/11385) 2024-11-01T16:13:37.5330970Z remote: Counting objects: 62% (7059/11385) 2024-11-01T16:13:37.5331786Z remote: Counting objects: 63% (7173/11385) 2024-11-01T16:13:37.5335193Z remote: Counting objects: 64% (7287/11385) 2024-11-01T16:13:37.5338811Z remote: Counting objects: 65% (7401/11385) 2024-11-01T16:13:37.5342131Z remote: Counting objects: 66% (7515/11385) 2024-11-01T16:13:37.5344767Z remote: Counting objects: 67% (7628/11385) 2024-11-01T16:13:37.5347135Z remote: Counting objects: 68% (7742/11385) 2024-11-01T16:13:37.5350518Z remote: Counting objects: 69% (7856/11385) 2024-11-01T16:13:37.5352372Z remote: Counting objects: 70% (7970/11385) 2024-11-01T16:13:37.5353799Z remote: Counting objects: 71% (8084/11385) 2024-11-01T16:13:37.5355147Z remote: Counting objects: 72% (8198/11385) 2024-11-01T16:13:37.5356482Z remote: Counting objects: 73% (8312/11385) 2024-11-01T16:13:37.5358886Z remote: Counting objects: 74% (8425/11385) 2024-11-01T16:13:37.5361092Z remote: Counting objects: 75% (8539/11385) 2024-11-01T16:13:37.5363260Z remote: Counting objects: 76% (8653/11385) 2024-11-01T16:13:37.5364782Z remote: Counting objects: 77% (8767/11385) 2024-11-01T16:13:37.5366579Z remote: Counting objects: 78% (8881/11385) 2024-11-01T16:13:37.5368901Z remote: Counting objects: 79% (8995/11385) 2024-11-01T16:13:37.5369631Z remote: Counting objects: 80% (9108/11385) 2024-11-01T16:13:37.5370668Z remote: Counting objects: 81% (9222/11385) 2024-11-01T16:13:37.5371889Z remote: Counting objects: 82% (9336/11385) 2024-11-01T16:13:37.5374135Z remote: Counting objects: 83% (9450/11385) 2024-11-01T16:13:37.5376011Z remote: Counting objects: 84% (9564/11385) 2024-11-01T16:13:37.5377815Z remote: Counting objects: 85% (9678/11385) 2024-11-01T16:13:37.5379885Z remote: Counting objects: 86% (9792/11385) 2024-11-01T16:13:37.5381941Z remote: Counting objects: 87% (9905/11385) 2024-11-01T16:13:37.5384390Z remote: Counting objects: 88% (10019/11385) 2024-11-01T16:13:37.5386947Z remote: Counting objects: 89% (10133/11385) 2024-11-01T16:13:37.5389760Z remote: Counting objects: 90% (10247/11385) 2024-11-01T16:13:37.5392617Z remote: Counting objects: 91% (10361/11385) 2024-11-01T16:13:37.5396307Z remote: Counting objects: 92% (10475/11385) 2024-11-01T16:13:37.5396809Z remote: Counting objects: 93% (10589/11385) 2024-11-01T16:13:37.5399034Z remote: Counting objects: 94% (10702/11385) 2024-11-01T16:13:37.5401478Z remote: Counting objects: 95% (10816/11385) 2024-11-01T16:13:37.5403520Z remote: Counting objects: 96% (10930/11385) 2024-11-01T16:13:37.5406232Z remote: Counting objects: 97% (11044/11385) 2024-11-01T16:13:37.5407987Z remote: Counting objects: 98% (11158/11385) 2024-11-01T16:13:37.5411662Z remote: Counting objects: 99% (11272/11385) 2024-11-01T16:13:37.5412421Z remote: Counting objects: 100% (11385/11385) 2024-11-01T16:13:37.5412937Z remote: Counting objects: 100% (11385/11385), done. 2024-11-01T16:13:37.5501296Z remote: Compressing objects: 0% (1/9985) 2024-11-01T16:13:37.5765193Z remote: Compressing objects: 1% (100/9985) 2024-11-01T16:13:37.6461060Z remote: Compressing objects: 2% (200/9985) 2024-11-01T16:13:37.6787881Z remote: Compressing objects: 3% (300/9985) 2024-11-01T16:13:37.7148166Z remote: Compressing objects: 4% (400/9985) 2024-11-01T16:13:37.7580907Z remote: Compressing objects: 5% (500/9985) 2024-11-01T16:13:37.8211995Z remote: Compressing objects: 6% (600/9985) 2024-11-01T16:13:37.8992012Z remote: Compressing objects: 7% (699/9985) 2024-11-01T16:13:37.9700282Z remote: Compressing objects: 8% (799/9985) 2024-11-01T16:13:38.0137335Z remote: Compressing objects: 9% (899/9985) 2024-11-01T16:13:38.0573391Z remote: Compressing objects: 10% (999/9985) 2024-11-01T16:13:38.1029849Z remote: Compressing objects: 11% (1099/9985) 2024-11-01T16:13:38.1464449Z remote: Compressing objects: 12% (1199/9985) 2024-11-01T16:13:38.2190433Z remote: Compressing objects: 13% (1299/9985) 2024-11-01T16:13:38.2738341Z remote: Compressing objects: 14% (1398/9985) 2024-11-01T16:13:38.3238084Z remote: Compressing objects: 15% (1498/9985) 2024-11-01T16:13:38.3773953Z remote: Compressing objects: 16% (1598/9985) 2024-11-01T16:13:38.4330452Z remote: Compressing objects: 17% (1698/9985) 2024-11-01T16:13:38.4840305Z remote: Compressing objects: 18% (1798/9985) 2024-11-01T16:13:38.5420214Z remote: Compressing objects: 19% (1898/9985) 2024-11-01T16:13:38.5626079Z remote: Compressing objects: 19% (1957/9985) 2024-11-01T16:13:38.6257614Z remote: Compressing objects: 20% (1997/9985) 2024-11-01T16:13:38.6617373Z remote: Compressing objects: 21% (2097/9985) 2024-11-01T16:13:38.7194976Z remote: Compressing objects: 22% (2197/9985) 2024-11-01T16:13:38.7813259Z remote: Compressing objects: 23% (2297/9985) 2024-11-01T16:13:38.8371666Z remote: Compressing objects: 24% (2397/9985) 2024-11-01T16:13:38.8824026Z remote: Compressing objects: 25% (2497/9985) 2024-11-01T16:13:38.9571780Z remote: Compressing objects: 26% (2597/9985) 2024-11-01T16:13:39.0047774Z remote: Compressing objects: 27% (2696/9985) 2024-11-01T16:13:39.0468390Z remote: Compressing objects: 28% (2796/9985) 2024-11-01T16:13:39.1002325Z remote: Compressing objects: 29% (2896/9985) 2024-11-01T16:13:39.1509298Z remote: Compressing objects: 30% (2996/9985) 2024-11-01T16:13:39.2008613Z remote: Compressing objects: 31% (3096/9985) 2024-11-01T16:13:39.2082723Z remote: Compressing objects: 32% (3196/9985) 2024-11-01T16:13:39.2233407Z remote: Compressing objects: 33% (3296/9985) 2024-11-01T16:13:39.2428120Z remote: Compressing objects: 34% (3395/9985) 2024-11-01T16:13:39.2587344Z remote: Compressing objects: 35% (3495/9985) 2024-11-01T16:13:39.2790344Z remote: Compressing objects: 36% (3595/9985) 2024-11-01T16:13:39.2837532Z remote: Compressing objects: 37% (3695/9985) 2024-11-01T16:13:39.3022024Z remote: Compressing objects: 38% (3795/9985) 2024-11-01T16:13:39.3257972Z remote: Compressing objects: 39% (3895/9985) 2024-11-01T16:13:39.3533476Z remote: Compressing objects: 40% (3994/9985) 2024-11-01T16:13:39.3773769Z remote: Compressing objects: 41% (4094/9985) 2024-11-01T16:13:39.4211058Z remote: Compressing objects: 42% (4194/9985) 2024-11-01T16:13:39.4651080Z remote: Compressing objects: 43% (4294/9985) 2024-11-01T16:13:39.4925914Z remote: Compressing objects: 44% (4394/9985) 2024-11-01T16:13:39.5214757Z remote: Compressing objects: 45% (4494/9985) 2024-11-01T16:13:39.5417568Z remote: Compressing objects: 46% (4594/9985) 2024-11-01T16:13:39.5683307Z remote: Compressing objects: 46% (4635/9985) 2024-11-01T16:13:39.6175595Z remote: Compressing objects: 47% (4693/9985) 2024-11-01T16:13:39.6525414Z remote: Compressing objects: 48% (4793/9985) 2024-11-01T16:13:39.6855673Z remote: Compressing objects: 49% (4893/9985) 2024-11-01T16:13:39.7531038Z remote: Compressing objects: 50% (4993/9985) 2024-11-01T16:13:39.7904874Z remote: Compressing objects: 51% (5093/9985) 2024-11-01T16:13:39.8189692Z remote: Compressing objects: 52% (5193/9985) 2024-11-01T16:13:39.8433532Z remote: Compressing objects: 53% (5293/9985) 2024-11-01T16:13:39.8718863Z remote: Compressing objects: 54% (5392/9985) 2024-11-01T16:13:39.9060689Z remote: Compressing objects: 55% (5492/9985) 2024-11-01T16:13:39.9411602Z remote: Compressing objects: 56% (5592/9985) 2024-11-01T16:13:39.9643202Z remote: Compressing objects: 57% (5692/9985) 2024-11-01T16:13:40.0241006Z remote: Compressing objects: 58% (5792/9985) 2024-11-01T16:13:40.0283378Z remote: Compressing objects: 59% (5892/9985) 2024-11-01T16:13:40.0444387Z remote: Compressing objects: 60% (5991/9985) 2024-11-01T16:13:40.0632797Z remote: Compressing objects: 61% (6091/9985) 2024-11-01T16:13:40.1025039Z remote: Compressing objects: 62% (6191/9985) 2024-11-01T16:13:40.1218627Z remote: Compressing objects: 63% (6291/9985) 2024-11-01T16:13:40.1298306Z remote: Compressing objects: 64% (6391/9985) 2024-11-01T16:13:40.1339016Z remote: Compressing objects: 65% (6491/9985) 2024-11-01T16:13:40.1406279Z remote: Compressing objects: 66% (6591/9985) 2024-11-01T16:13:40.1527352Z remote: Compressing objects: 67% (6690/9985) 2024-11-01T16:13:40.1600306Z remote: Compressing objects: 68% (6790/9985) 2024-11-01T16:13:40.1703425Z remote: Compressing objects: 69% (6890/9985) 2024-11-01T16:13:40.1843039Z remote: Compressing objects: 70% (6990/9985) 2024-11-01T16:13:40.1993314Z remote: Compressing objects: 71% (7090/9985) 2024-11-01T16:13:40.2104498Z remote: Compressing objects: 72% (7190/9985) 2024-11-01T16:13:40.2213075Z remote: Compressing objects: 73% (7290/9985) 2024-11-01T16:13:40.2324327Z remote: Compressing objects: 74% (7389/9985) 2024-11-01T16:13:40.2489983Z remote: Compressing objects: 75% (7489/9985) 2024-11-01T16:13:40.2599176Z remote: Compressing objects: 76% (7589/9985) 2024-11-01T16:13:40.2755510Z remote: Compressing objects: 77% (7689/9985) 2024-11-01T16:13:40.2895796Z remote: Compressing objects: 78% (7789/9985) 2024-11-01T16:13:40.3034940Z remote: Compressing objects: 79% (7889/9985) 2024-11-01T16:13:40.3171115Z remote: Compressing objects: 80% (7988/9985) 2024-11-01T16:13:40.3358730Z remote: Compressing objects: 81% (8088/9985) 2024-11-01T16:13:40.3520644Z remote: Compressing objects: 82% (8188/9985) 2024-11-01T16:13:40.3651537Z remote: Compressing objects: 83% (8288/9985) 2024-11-01T16:13:40.3787638Z remote: Compressing objects: 84% (8388/9985) 2024-11-01T16:13:40.3924305Z remote: Compressing objects: 85% (8488/9985) 2024-11-01T16:13:40.4091477Z remote: Compressing objects: 86% (8588/9985) 2024-11-01T16:13:40.4227395Z remote: Compressing objects: 87% (8687/9985) 2024-11-01T16:13:40.4336382Z remote: Compressing objects: 88% (8787/9985) 2024-11-01T16:13:40.4473090Z remote: Compressing objects: 89% (8887/9985) 2024-11-01T16:13:40.4515866Z remote: Compressing objects: 90% (8987/9985) 2024-11-01T16:13:40.4528134Z remote: Compressing objects: 91% (9087/9985) 2024-11-01T16:13:40.4542333Z remote: Compressing objects: 92% (9187/9985) 2024-11-01T16:13:40.4560749Z remote: Compressing objects: 93% (9287/9985) 2024-11-01T16:13:40.4570139Z remote: Compressing objects: 94% (9386/9985) 2024-11-01T16:13:40.4583153Z remote: Compressing objects: 95% (9486/9985) 2024-11-01T16:13:40.4594383Z remote: Compressing objects: 96% (9586/9985) 2024-11-01T16:13:40.4609414Z remote: Compressing objects: 97% (9686/9985) 2024-11-01T16:13:40.4623341Z remote: Compressing objects: 98% (9786/9985) 2024-11-01T16:13:40.4634932Z remote: Compressing objects: 99% (9886/9985) 2024-11-01T16:13:40.4635682Z remote: Compressing objects: 100% (9985/9985) 2024-11-01T16:13:40.4636172Z remote: Compressing objects: 100% (9985/9985), done. 2024-11-01T16:13:43.5585100Z remote: Total 11385 (delta 1371), reused 4207 (delta 1106), pack-reused 0 (from 0) 2024-11-01T16:13:43.8634665Z ##[endgroup] 2024-11-01T16:13:43.8635162Z ##[group]Determining the checkout info 2024-11-01T16:13:43.8636097Z ##[endgroup] 2024-11-01T16:13:43.8636746Z ##[group]Checking out the ref 2024-11-01T16:13:43.8640626Z [command]/usr/bin/git checkout --quiet --force d1aa4ef5a6c0ee2d57fb0086f5557e34537f0fea 2024-11-01T16:13:45.2159617Z ##[endgroup] 2024-11-01T16:13:45.2193814Z [command]/usr/bin/git log -1 --format='%H' 2024-11-01T16:13:45.2216364Z 'd1aa4ef5a6c0ee2d57fb0086f5557e34537f0fea' 2024-11-01T16:13:45.2416983Z ##[group]Run actions/setup-python@v4 2024-11-01T16:13:45.2417356Z with: 2024-11-01T16:13:45.2417583Z python-version: 3.9 2024-11-01T16:13:45.2417871Z architecture: x64 2024-11-01T16:13:45.2418121Z cache: pip 2024-11-01T16:13:45.2418366Z check-latest: false 2024-11-01T16:13:45.2418810Z token: *** 2024-11-01T16:13:45.2419057Z update-environment: true 2024-11-01T16:13:45.2419363Z allow-prereleases: false 2024-11-01T16:13:45.2419639Z ##[endgroup] 2024-11-01T16:13:45.3588837Z ##[group]Installed versions 2024-11-01T16:13:45.3685430Z Successfully set up CPython (3.9.20) 2024-11-01T16:13:45.3686810Z ##[endgroup] 2024-11-01T16:13:46.3976683Z [command]/opt/hostedtoolcache/Python/3.9.20/x64/bin/pip cache dir 2024-11-01T16:13:46.6409345Z /home/runner/.cache/pip 2024-11-01T16:13:47.8092463Z Received 301989888 of 556398970 (54.3%), 286.3 MBs/sec 2024-11-01T16:13:49.1200623Z Received 556398970 of 556398970 (100.0%), 229.1 MBs/sec 2024-11-01T16:13:49.1202302Z Cache Size: ~531 MB (556398970 B) 2024-11-01T16:13:49.1244037Z [command]/usr/bin/tar -xf /home/runner/work/_temp/a62737ad-ae75-47b4-b495-a8bffade3b49/cache.tzst -P -C /home/runner/work/pytorch/pytorch --use-compress-program unzstd 2024-11-01T16:13:50.4984356Z Cache restored successfully 2024-11-01T16:13:50.6408512Z Cache restored from key: setup-python-Linux-20.04-Ubuntu-python-3.9.20-pip-83c9906b56a97ee6bfd97a33d37e9c99a333c8f218d0ccd2477001ea6cb6fa84 2024-11-01T16:13:50.6586293Z ##[group]Run python3 -m pip install --upgrade pip 2024-11-01T16:13:50.6586830Z python3 -m pip install --upgrade pip 2024-11-01T16:13:50.6587755Z pip install pytest-rerunfailures==11.1.* pytest-flakefinder==1.1.* pytest-xdist==3.3.* expecttest==0.2.* fbscribelogger==0.1.* numpy==1.24.* 2024-11-01T16:13:50.6588914Z pip install torch --pre --index-url https://download.pytorch.org/whl/nightly/cpu/ 2024-11-01T16:13:50.6625311Z shell: /usr/bin/bash -e {0} 2024-11-01T16:13:50.6625619Z env: 2024-11-01T16:13:50.6625938Z pythonLocation: /opt/hostedtoolcache/Python/3.9.20/x64 2024-11-01T16:13:50.6626550Z PKG_CONFIG_PATH: /opt/hostedtoolcache/Python/3.9.20/x64/lib/pkgconfig 2024-11-01T16:13:50.6627135Z Python_ROOT_DIR: /opt/hostedtoolcache/Python/3.9.20/x64 2024-11-01T16:13:50.6627644Z Python2_ROOT_DIR: /opt/hostedtoolcache/Python/3.9.20/x64 2024-11-01T16:13:50.6628167Z Python3_ROOT_DIR: /opt/hostedtoolcache/Python/3.9.20/x64 2024-11-01T16:13:50.6628710Z LD_LIBRARY_PATH: /opt/hostedtoolcache/Python/3.9.20/x64/lib 2024-11-01T16:13:50.6629140Z ##[endgroup] 2024-11-01T16:13:51.2277375Z Requirement already satisfied: pip in /opt/hostedtoolcache/Python/3.9.20/x64/lib/python3.9/site-packages (24.2) 2024-11-01T16:13:51.3165675Z Collecting pip 2024-11-01T16:13:51.3184953Z Using cached pip-24.3.1-py3-none-any.whl.metadata (3.7 kB) 2024-11-01T16:13:51.3214099Z Using cached pip-24.3.1-py3-none-any.whl (1.8 MB) 2024-11-01T16:13:51.3434751Z Installing collected packages: pip 2024-11-01T16:13:51.3437278Z Attempting uninstall: pip 2024-11-01T16:13:51.3443011Z Found existing installation: pip 24.2 2024-11-01T16:13:51.5298476Z Uninstalling pip-24.2: 2024-11-01T16:13:51.5361984Z Successfully uninstalled pip-24.2 2024-11-01T16:13:52.3301198Z Successfully installed pip-24.3.1 2024-11-01T16:13:52.7627742Z Collecting pytest-rerunfailures==11.1.* 2024-11-01T16:13:52.7645371Z Using cached pytest_rerunfailures-11.1.2-py3-none-any.whl.metadata (16 kB) 2024-11-01T16:13:52.7792264Z Collecting pytest-flakefinder==1.1.* 2024-11-01T16:13:52.7809119Z Using cached pytest_flakefinder-1.1.0-py2.py3-none-any.whl.metadata (3.3 kB) 2024-11-01T16:13:52.8178826Z Collecting pytest-xdist==3.3.* 2024-11-01T16:13:52.8195823Z Using cached pytest_xdist-3.3.1-py3-none-any.whl.metadata (3.1 kB) 2024-11-01T16:13:52.8362756Z Collecting expecttest==0.2.* 2024-11-01T16:13:52.8379807Z Using cached expecttest-0.2.1-py3-none-any.whl.metadata (2.5 kB) 2024-11-01T16:13:52.8544711Z Collecting fbscribelogger==0.1.* 2024-11-01T16:13:52.8561482Z Using cached fbscribelogger-0.1.6-py3-none-any.whl.metadata (684 bytes) 2024-11-01T16:13:53.0613169Z Collecting numpy==1.24.* 2024-11-01T16:13:53.0631307Z Using cached numpy-1.24.4-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (5.6 kB) 2024-11-01T16:13:53.0924137Z Collecting packaging>=17.1 (from pytest-rerunfailures==11.1.*) 2024-11-01T16:13:53.0940731Z Using cached packaging-24.1-py3-none-any.whl.metadata (3.2 kB) 2024-11-01T16:13:53.1656867Z Collecting pytest>=5.3 (from pytest-rerunfailures==11.1.*) 2024-11-01T16:13:53.1674236Z Using cached pytest-8.3.3-py3-none-any.whl.metadata (7.5 kB) 2024-11-01T16:13:53.2078215Z Collecting execnet>=1.1 (from pytest-xdist==3.3.*) 2024-11-01T16:13:53.2095268Z Using cached execnet-2.1.1-py3-none-any.whl.metadata (2.9 kB) 2024-11-01T16:13:53.6115460Z Collecting aiohttp<4.0.0,>=3.10.4 (from fbscribelogger==0.1.*) 2024-11-01T16:13:53.6134721Z Using cached aiohttp-3.10.10-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (7.6 kB) 2024-11-01T16:13:53.6367926Z Collecting thriftpy2<0.6.0,>=0.5.2 (from fbscribelogger==0.1.*) 2024-11-01T16:13:53.6370628Z Using cached thriftpy2-0.5.2-cp39-cp39-linux_x86_64.whl 2024-11-01T16:13:53.6665237Z Collecting typing-extensions<5.0.0,>=4.12.2 (from fbscribelogger==0.1.*) 2024-11-01T16:13:53.6682666Z Using cached typing_extensions-4.12.2-py3-none-any.whl.metadata (3.0 kB) 2024-11-01T16:13:53.6949607Z Collecting aiohappyeyeballs>=2.3.0 (from aiohttp<4.0.0,>=3.10.4->fbscribelogger==0.1.*) 2024-11-01T16:13:53.6967175Z Using cached aiohappyeyeballs-2.4.3-py3-none-any.whl.metadata (6.1 kB) 2024-11-01T16:13:53.7108559Z Collecting aiosignal>=1.1.2 (from aiohttp<4.0.0,>=3.10.4->fbscribelogger==0.1.*) 2024-11-01T16:13:53.7125938Z Using cached aiosignal-1.3.1-py3-none-any.whl.metadata (4.0 kB) 2024-11-01T16:13:53.7367933Z Collecting attrs>=17.3.0 (from aiohttp<4.0.0,>=3.10.4->fbscribelogger==0.1.*) 2024-11-01T16:13:53.7385329Z Using cached attrs-24.2.0-py3-none-any.whl.metadata (11 kB) 2024-11-01T16:13:53.8130758Z Collecting frozenlist>=1.1.1 (from aiohttp<4.0.0,>=3.10.4->fbscribelogger==0.1.*) 2024-11-01T16:13:53.8149463Z Using cached frozenlist-1.5.0-cp39-cp39-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (13 kB) 2024-11-01T16:13:54.0034844Z Collecting multidict<7.0,>=4.5 (from aiohttp<4.0.0,>=3.10.4->fbscribelogger==0.1.*) 2024-11-01T16:13:54.0054755Z Using cached multidict-6.1.0-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (5.0 kB) 2024-11-01T16:13:54.3176933Z Collecting yarl<2.0,>=1.12.0 (from aiohttp<4.0.0,>=3.10.4->fbscribelogger==0.1.*) 2024-11-01T16:13:54.3588492Z Downloading yarl-1.17.1-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (64 kB) 2024-11-01T16:13:54.3889627Z Collecting async-timeout<5.0,>=4.0 (from aiohttp<4.0.0,>=3.10.4->fbscribelogger==0.1.*) 2024-11-01T16:13:54.3906335Z Using cached async_timeout-4.0.3-py3-none-any.whl.metadata (4.2 kB) 2024-11-01T16:13:54.4055980Z Collecting iniconfig (from pytest>=5.3->pytest-rerunfailures==11.1.*) 2024-11-01T16:13:54.4072642Z Using cached iniconfig-2.0.0-py3-none-any.whl.metadata (2.6 kB) 2024-11-01T16:13:54.4276771Z Collecting pluggy<2,>=1.5 (from pytest>=5.3->pytest-rerunfailures==11.1.*) 2024-11-01T16:13:54.4293123Z Using cached pluggy-1.5.0-py3-none-any.whl.metadata (4.8 kB) 2024-11-01T16:13:54.4625167Z Collecting exceptiongroup>=1.0.0rc8 (from pytest>=5.3->pytest-rerunfailures==11.1.*) 2024-11-01T16:13:54.4641637Z Using cached exceptiongroup-1.2.2-py3-none-any.whl.metadata (6.6 kB) 2024-11-01T16:13:54.4832895Z Collecting tomli>=1 (from pytest>=5.3->pytest-rerunfailures==11.1.*) 2024-11-01T16:13:54.4849425Z Using cached tomli-2.0.2-py3-none-any.whl.metadata (10.0 kB) 2024-11-01T16:13:54.7553573Z Collecting Cython>=3.0.10 (from thriftpy2<0.6.0,>=0.5.2->fbscribelogger==0.1.*) 2024-11-01T16:13:54.7571595Z Using cached Cython-3.0.11-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (3.2 kB) 2024-11-01T16:13:54.7692452Z Collecting ply<4.0,>=3.4 (from thriftpy2<0.6.0,>=0.5.2->fbscribelogger==0.1.*) 2024-11-01T16:13:54.7708853Z Using cached ply-3.11-py2.py3-none-any.whl.metadata (844 bytes) 2024-11-01T16:13:54.7874879Z Collecting six~=1.15 (from thriftpy2<0.6.0,>=0.5.2->fbscribelogger==0.1.*) 2024-11-01T16:13:54.7891304Z Using cached six-1.16.0-py2.py3-none-any.whl.metadata (1.8 kB) 2024-11-01T16:13:54.8254237Z Collecting idna>=2.0 (from yarl<2.0,>=1.12.0->aiohttp<4.0.0,>=3.10.4->fbscribelogger==0.1.*) 2024-11-01T16:13:54.8270626Z Using cached idna-3.10-py3-none-any.whl.metadata (10 kB) 2024-11-01T16:13:54.8653478Z Collecting propcache>=0.2.0 (from yarl<2.0,>=1.12.0->aiohttp<4.0.0,>=3.10.4->fbscribelogger==0.1.*) 2024-11-01T16:13:54.8670489Z Using cached propcache-0.2.0-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (7.7 kB) 2024-11-01T16:13:54.8742118Z Using cached pytest_rerunfailures-11.1.2-py3-none-any.whl (12 kB) 2024-11-01T16:13:54.8758579Z Using cached pytest_flakefinder-1.1.0-py2.py3-none-any.whl (4.6 kB) 2024-11-01T16:13:54.8774860Z Using cached pytest_xdist-3.3.1-py3-none-any.whl (41 kB) 2024-11-01T16:13:54.8792159Z Using cached expecttest-0.2.1-py3-none-any.whl (7.4 kB) 2024-11-01T16:13:54.8808507Z Using cached fbscribelogger-0.1.6-py3-none-any.whl (6.8 kB) 2024-11-01T16:13:54.8825216Z Using cached numpy-1.24.4-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (17.3 MB) 2024-11-01T16:13:54.9025769Z Using cached aiohttp-3.10.10-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (1.2 MB) 2024-11-01T16:13:54.9054007Z Using cached execnet-2.1.1-py3-none-any.whl (40 kB) 2024-11-01T16:13:54.9070575Z Using cached packaging-24.1-py3-none-any.whl (53 kB) 2024-11-01T16:13:54.9087659Z Using cached pytest-8.3.3-py3-none-any.whl (342 kB) 2024-11-01T16:13:54.9107822Z Using cached typing_extensions-4.12.2-py3-none-any.whl (37 kB) 2024-11-01T16:13:54.9124576Z Using cached aiohappyeyeballs-2.4.3-py3-none-any.whl (14 kB) 2024-11-01T16:13:54.9141126Z Using cached aiosignal-1.3.1-py3-none-any.whl (7.6 kB) 2024-11-01T16:13:54.9157424Z Using cached async_timeout-4.0.3-py3-none-any.whl (5.7 kB) 2024-11-01T16:13:54.9173757Z Using cached attrs-24.2.0-py3-none-any.whl (63 kB) 2024-11-01T16:13:54.9191407Z Using cached Cython-3.0.11-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (3.6 MB) 2024-11-01T16:13:54.9245572Z Using cached exceptiongroup-1.2.2-py3-none-any.whl (16 kB) 2024-11-01T16:13:54.9262976Z Using cached frozenlist-1.5.0-cp39-cp39-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl (242 kB) 2024-11-01T16:13:54.9281875Z Using cached multidict-6.1.0-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (124 kB) 2024-11-01T16:13:54.9299007Z Using cached pluggy-1.5.0-py3-none-any.whl (20 kB) 2024-11-01T16:13:54.9315735Z Using cached ply-3.11-py2.py3-none-any.whl (49 kB) 2024-11-01T16:13:54.9332668Z Using cached six-1.16.0-py2.py3-none-any.whl (11 kB) 2024-11-01T16:13:54.9349195Z Using cached tomli-2.0.2-py3-none-any.whl (13 kB) 2024-11-01T16:13:54.9430049Z Downloading yarl-1.17.1-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (320 kB) 2024-11-01T16:13:54.9597792Z Using cached iniconfig-2.0.0-py3-none-any.whl (5.9 kB) 2024-11-01T16:13:54.9614113Z Using cached idna-3.10-py3-none-any.whl (70 kB) 2024-11-01T16:13:54.9631746Z Using cached propcache-0.2.0-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (211 kB) 2024-11-01T16:13:55.0610666Z Installing collected packages: ply, typing-extensions, tomli, six, propcache, pluggy, packaging, numpy, iniconfig, idna, frozenlist, expecttest, execnet, exceptiongroup, Cython, attrs, async-timeout, aiohappyeyeballs, thriftpy2, pytest, multidict, aiosignal, yarl, pytest-xdist, pytest-rerunfailures, pytest-flakefinder, aiohttp, fbscribelogger 2024-11-01T16:13:58.9963985Z Successfully installed Cython-3.0.11 aiohappyeyeballs-2.4.3 aiohttp-3.10.10 aiosignal-1.3.1 async-timeout-4.0.3 attrs-24.2.0 exceptiongroup-1.2.2 execnet-2.1.1 expecttest-0.2.1 fbscribelogger-0.1.6 frozenlist-1.5.0 idna-3.10 iniconfig-2.0.0 multidict-6.1.0 numpy-1.24.4 packaging-24.1 pluggy-1.5.0 ply-3.11 propcache-0.2.0 pytest-8.3.3 pytest-flakefinder-1.1.0 pytest-rerunfailures-11.1.2 pytest-xdist-3.3.1 six-1.16.0 thriftpy2-0.5.2 tomli-2.0.2 typing-extensions-4.12.2 yarl-1.17.1 2024-11-01T16:13:59.5345318Z Looking in indexes: https://download.pytorch.org/whl/nightly/cpu/ 2024-11-01T16:13:59.8854450Z Collecting torch 2024-11-01T16:13:59.8947600Z Downloading https://download.pytorch.org/whl/nightly/cpu/torch-2.6.0.dev20241101%2Bcpu-cp39-cp39-linux_x86_64.whl (175.2 MB) 2024-11-01T16:14:00.8177146Z ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 175.2/175.2 MB 191.2 MB/s eta 0:00:00 2024-11-01T16:14:01.1573810Z Collecting filelock (from torch) 2024-11-01T16:14:01.1680300Z Using cached https://download.pytorch.org/whl/nightly/filelock-3.16.1-py3-none-any.whl (16 kB) 2024-11-01T16:14:01.1719565Z Requirement already satisfied: typing-extensions>=4.10.0 in /opt/hostedtoolcache/Python/3.9.20/x64/lib/python3.9/site-packages (from torch) (4.12.2) 2024-11-01T16:14:01.2141305Z Collecting networkx (from torch) 2024-11-01T16:14:01.2245691Z Using cached https://download.pytorch.org/whl/nightly/networkx-3.4.2-py3-none-any.whl (1.7 MB) 2024-11-01T16:14:01.2780816Z Collecting jinja2 (from torch) 2024-11-01T16:14:01.2888260Z Using cached https://download.pytorch.org/whl/nightly/jinja2-3.1.4-py3-none-any.whl (133 kB) 2024-11-01T16:14:01.3280001Z Collecting fsspec (from torch) 2024-11-01T16:14:01.3384737Z Using cached https://download.pytorch.org/whl/nightly/fsspec-2024.10.0-py3-none-any.whl (179 kB) 2024-11-01T16:14:01.4107853Z Collecting sympy==1.13.1 (from torch) 2024-11-01T16:14:01.4210004Z Using cached https://download.pytorch.org/whl/nightly/sympy-1.13.1-py3-none-any.whl (6.2 MB) 2024-11-01T16:14:01.4762656Z Collecting mpmath<1.4,>=1.1.0 (from sympy==1.13.1->torch) 2024-11-01T16:14:01.4877865Z Using cached https://download.pytorch.org/whl/nightly/mpmath-1.3.0-py3-none-any.whl (536 kB) 2024-11-01T16:14:01.5413628Z Collecting MarkupSafe>=2.0 (from jinja2->torch) 2024-11-01T16:14:01.5526919Z Using cached https://download.pytorch.org/whl/nightly/MarkupSafe-2.1.5-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (25 kB) 2024-11-01T16:14:01.5547975Z INFO: pip is looking at multiple versions of networkx to determine which version is compatible with other requirements. This could take a while. 2024-11-01T16:14:01.5552137Z Collecting networkx (from torch) 2024-11-01T16:14:01.5655097Z Using cached https://download.pytorch.org/whl/nightly/networkx-3.3-py3-none-any.whl (1.7 MB) 2024-11-01T16:14:01.5890399Z Using cached https://download.pytorch.org/whl/nightly/networkx-3.2.1-py3-none-any.whl (1.6 MB) 2024-11-01T16:14:01.7995529Z Installing collected packages: mpmath, sympy, networkx, MarkupSafe, fsspec, filelock, jinja2, torch 2024-11-01T16:14:16.7831604Z Successfully installed MarkupSafe-2.1.5 filelock-3.16.1 fsspec-2024.10.0 jinja2-3.1.4 mpmath-1.3.0 networkx-3.2.1 sympy-1.13.1 torch-2.6.0.dev20241101+cpu 2024-11-01T16:14:16.8766198Z ##[group]Run # Run test_vulkan, which is a fast noop on Linux 2024-11-01T16:14:16.8766799Z # Run test_vulkan, which is a fast noop on Linux 2024-11-01T16:14:16.8767392Z python3 test/run_test.py --include test_vulkan --verbose 2024-11-01T16:14:16.8800752Z shell: /usr/bin/bash -e {0} 2024-11-01T16:14:16.8801059Z env: 2024-11-01T16:14:16.8801380Z pythonLocation: /opt/hostedtoolcache/Python/3.9.20/x64 2024-11-01T16:14:16.8801978Z PKG_CONFIG_PATH: /opt/hostedtoolcache/Python/3.9.20/x64/lib/pkgconfig 2024-11-01T16:14:16.8802561Z Python_ROOT_DIR: /opt/hostedtoolcache/Python/3.9.20/x64 2024-11-01T16:14:16.8803077Z Python2_ROOT_DIR: /opt/hostedtoolcache/Python/3.9.20/x64 2024-11-01T16:14:16.8803582Z Python3_ROOT_DIR: /opt/hostedtoolcache/Python/3.9.20/x64 2024-11-01T16:14:16.8804108Z LD_LIBRARY_PATH: /opt/hostedtoolcache/Python/3.9.20/x64/lib 2024-11-01T16:14:16.8804537Z ##[endgroup] 2024-11-01T16:14:21.4265378Z ##[warning] Failed to find test times file `/home/runner/work/pytorch/pytorch/.additional_ci_files/test-times.json`. Using round robin sharding. 2024-11-01T16:14:21.4274717Z ##[warning] Failed to find test times file `/home/runner/work/pytorch/pytorch/.additional_ci_files/test-class-times.json`. Using round robin sharding. 2024-11-01T16:14:21.4276291Z Running all tests 2024-11-01T16:14:21.4276611Z Running parallel tests on 3 processes 2024-11-01T16:14:21.4276999Z Name: tests to run (est. time: 0.0min) 2024-11-01T16:14:21.4277351Z Serial tests (0): 2024-11-01T16:14:21.4277630Z Parallel tests (1): 2024-11-01T16:14:21.4277906Z test_vulkan 1/1 2024-11-01T16:14:21.4278187Z Name: excluded (est. time: 0.0min) 2024-11-01T16:14:21.4278509Z Serial tests (0): 2024-11-01T16:14:21.4278768Z Parallel tests (0): 2024-11-01T16:14:21.5235885Z Fail to import hypothesis in common_utils, tests are not derandomized 2024-11-01T16:14:21.5237459Z Unable to import boto3. Will not be emitting metrics.... Reason: No module named 'boto3' 2024-11-01T16:14:21.5238473Z No TD results found 2024-11-01T16:14:21.5240311Z Downloading https://ossci-metrics.s3.amazonaws.com/disabled-tests-condensed.json to /home/runner/work/pytorch/pytorch/test/.pytorch-disabled-tests.json 2024-11-01T16:14:21.5242231Z Ignoring disabled issues: [''] 2024-11-01T16:14:21.5545600Z Running test_vulkan 1/1 ... [2024-11-01 16:14:21.550658] 2024-11-01T16:14:21.5546384Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2024-11-01T16:14:21.5549220Z Executing ['/opt/hostedtoolcache/Python/3.9.20/x64/bin/python3', '-bb', 'test_vulkan.py', '-m', 'serial', '--shard-id=1', '--num-shards=1', '-v', '-vv', '-rfEX', '-p', 'no:xdist', '--use-pytest', '-x', '--reruns=2', '--import-slow-tests', '--import-disabled-tests'] ... [2024-11-01 16:14:21.551369] 2024-11-01T16:14:26.5353214Z 2024-11-01T16:14:26.5354977Z test_vulkan 1/1 was successful, full logs can be found in artifacts with path test/test-reports/test_vulkan_1.1_e256f620cf76e051_.log 2024-11-01T16:14:26.5356464Z Running 0 items in this shard: 2024-11-01T16:14:26.5356930Z 2024-11-01T16:14:26.5366888Z Running test_vulkan 1/1 ... [2024-11-01 16:14:26.536547] 2024-11-01T16:14:26.5372301Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2024-11-01T16:14:26.5375376Z Executing ['/opt/hostedtoolcache/Python/3.9.20/x64/bin/python3', '-bb', 'test_vulkan.py', '-m', 'not serial', '--shard-id=1', '--num-shards=1', '-v', '-vv', '-rfEX', '-p', 'no:xdist', '--use-pytest', '-x', '--reruns=2', '--import-slow-tests', '--import-disabled-tests'] ... [2024-11-01 16:14:26.537129] 2024-11-01T16:14:26.5378161Z Fail to import hypothesis in common_utils, tests are not derandomized 2024-11-01T16:14:26.5379547Z Unable to import boto3. Will not be emitting metrics.... Reason: No module named 'boto3' 2024-11-01T16:14:29.6239707Z 2024-11-01T16:14:29.6241467Z test_vulkan 1/1 was successful, full logs can be found in artifacts with path test/test-reports/test_vulkan_1.1_46881a3a67bc1384_.log 2024-11-01T16:14:29.6243721Z Running 1 items in this shard: test/test_vulkan.py::TestVulkanRewritePass::test_conv 2024-11-01T16:14:29.6244872Z 2024-11-01T16:14:29.6257709Z Fail to import hypothesis in common_utils, tests are not derandomized 2024-11-01T16:14:29.6259140Z Unable to import boto3. Will not be emitting metrics.... Reason: No module named 'boto3' 2024-11-01T16:14:29.6260362Z Fail to import hypothesis in common_utils, tests are not derandomized 2024-11-01T16:14:29.6263453Z Unable to import boto3. Will not be emitting metrics.... Reason: No module named 'boto3' 2024-11-01T16:14:30.2625537Z Running test batch 'tests to run' cost 8.84 seconds 2024-11-01T16:14:30.7270073Z Post job cleanup. 2024-11-01T16:14:30.8316386Z Cache hit occurred on the primary key setup-python-Linux-20.04-Ubuntu-python-3.9.20-pip-83c9906b56a97ee6bfd97a33d37e9c99a333c8f218d0ccd2477001ea6cb6fa84, not saving cache. 2024-11-01T16:14:30.8430158Z Post job cleanup. 2024-11-01T16:14:30.8480485Z Post job cleanup. 2024-11-01T16:14:30.9170736Z [command]/usr/bin/git version 2024-11-01T16:14:30.9207400Z git version 2.46.2 2024-11-01T16:14:30.9248293Z Temporarily overriding HOME='/home/runner/work/_temp/5e61abb7-97e0-4c9d-8f2e-c84624083844' before making global git config changes 2024-11-01T16:14:30.9250118Z Adding repository directory to the temporary git global config as a safe directory 2024-11-01T16:14:30.9251505Z [command]/usr/bin/git config --global --add safe.directory /home/runner/work/pytorch/pytorch 2024-11-01T16:14:30.9280716Z [command]/usr/bin/git config --local --name-only --get-regexp core\.sshCommand 2024-11-01T16:14:30.9308096Z [command]/usr/bin/git submodule foreach --recursive sh -c "git config --local --name-only --get-regexp 'core\.sshCommand' && git config --local --unset-all 'core.sshCommand' || :" 2024-11-01T16:14:30.9543686Z [command]/usr/bin/git config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader 2024-11-01T16:14:30.9560777Z http.https://github.com/.extraheader 2024-11-01T16:14:30.9571723Z [command]/usr/bin/git config --local --unset-all http.https://github.com/.extraheader 2024-11-01T16:14:30.9599450Z [command]/usr/bin/git submodule foreach --recursive sh -c "git config --local --name-only --get-regexp 'http\.https\:\/\/github\.com\/\.extraheader' && git config --local --unset-all 'http.https://github.com/.extraheader' || :" 2024-11-01T16:14:31.0048922Z Cleaning up orphan processes