2025-01-24T00:45:33.6285991Z Current runner version: '2.321.0' 2025-01-24T00:45:33.6292466Z Runner name: 'linux.20_04.4x_31ddb1300f26' 2025-01-24T00:45:33.6293257Z Runner group name: 'Default' 2025-01-24T00:45:33.6294094Z Machine name: 'runner' 2025-01-24T00:45:33.6311163Z ##[group]Operating System 2025-01-24T00:45:33.6311885Z Ubuntu 2025-01-24T00:45:33.6312378Z 20.04.6 2025-01-24T00:45:33.6312864Z LTS 2025-01-24T00:45:33.6313334Z ##[endgroup] 2025-01-24T00:45:33.6313828Z ##[group]Runner Image 2025-01-24T00:45:33.6314428Z Image: ubuntu-20.04 2025-01-24T00:45:33.6314944Z Version: 20250105.1.0 2025-01-24T00:45:33.6315963Z Included Software: https://github.com/actions/runner-images/blob/ubuntu20/20250105.1/images/ubuntu/Ubuntu2004-Readme.md 2025-01-24T00:45:33.6317371Z Image Release: https://github.com/actions/runner-images/releases/tag/ubuntu20%2F20250105.1 2025-01-24T00:45:33.6318260Z ##[endgroup] 2025-01-24T00:45:33.6320404Z ##[group]GITHUB_TOKEN Permissions 2025-01-24T00:45:33.6322261Z Actions: read 2025-01-24T00:45:33.6323205Z Attestations: read 2025-01-24T00:45:33.6323817Z Checks: read 2025-01-24T00:45:33.6324350Z Contents: read 2025-01-24T00:45:33.6324821Z Deployments: read 2025-01-24T00:45:33.6325326Z Discussions: read 2025-01-24T00:45:33.6325859Z Issues: read 2025-01-24T00:45:33.6326473Z Metadata: read 2025-01-24T00:45:33.6326986Z Packages: read 2025-01-24T00:45:33.6327531Z Pages: read 2025-01-24T00:45:33.6327992Z PullRequests: read 2025-01-24T00:45:33.6328516Z RepositoryProjects: read 2025-01-24T00:45:33.6329106Z SecurityEvents: read 2025-01-24T00:45:33.6329589Z Statuses: read 2025-01-24T00:45:33.6330072Z ##[endgroup] 2025-01-24T00:45:33.6333047Z Secret source: Actions 2025-01-24T00:45:33.6333708Z Prepare workflow directory 2025-01-24T00:45:33.6636426Z Prepare all required actions 2025-01-24T00:45:33.6672637Z Getting action download info 2025-01-24T00:45:33.8846216Z Download action repository 'pytorch/pytorch@main' (SHA:b2c89bc115123aea8e075e882ee121537ec92f89) 2025-01-24T00:45:38.4010968Z Download action repository 'actions/setup-python@v4' (SHA:65d7f2d534ac1bc67fcd62888c5f4f3d2cb2b236) 2025-01-24T00:45:38.5224471Z Getting action download info 2025-01-24T00:45:38.6874143Z Download action repository 'actions/checkout@v4' (SHA:11bd71901bbe5b1630ceea73d27597364c9af683) 2025-01-24T00:45:38.7514905Z Complete job name: Test `run_test.py` is usable without boto3 2025-01-24T00:45:38.8227667Z ##[group]Run pytorch/pytorch/.github/actions/checkout-pytorch@main 2025-01-24T00:45:38.8228602Z with: 2025-01-24T00:45:38.8228957Z submodules: false 2025-01-24T00:45:38.8229260Z fetch-depth: 1 2025-01-24T00:45:38.8229920Z ##[endgroup] 2025-01-24T00:45:38.8327930Z ##[group]Run echo "IN_CONTAINER_RUNNER=$(if [ -f /.inarc ] || [ -f /.incontainer ]; then echo true ; else echo false; fi)" >> "$GITHUB_OUTPUT" 2025-01-24T00:45:38.8328957Z echo "IN_CONTAINER_RUNNER=$(if [ -f /.inarc ] || [ -f /.incontainer ]; then echo true ; else echo false; fi)" >> "$GITHUB_OUTPUT" 2025-01-24T00:45:38.8482175Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2025-01-24T00:45:38.8482768Z ##[endgroup] 2025-01-24T00:45:38.8759219Z ##[group]Run retry () { 2025-01-24T00:45:38.8759675Z retry () { 2025-01-24T00:45:38.8760114Z  $* || (sleep 1 && $*) || (sleep 2 && $*) || (sleep 4 && $*) || (sleep 8 && $*) 2025-01-24T00:45:38.8760553Z } 2025-01-24T00:45:38.8760975Z echo "${GITHUB_WORKSPACE}" 2025-01-24T00:45:38.8761404Z if [ -z "${NO_SUDO}" ]; then 2025-01-24T00:45:38.8761835Z  retry sudo rm -rf "${GITHUB_WORKSPACE}" 2025-01-24T00:45:38.8762213Z else 2025-01-24T00:45:38.8762651Z  retry rm -rf "${GITHUB_WORKSPACE}" 2025-01-24T00:45:38.8763044Z fi 2025-01-24T00:45:38.8763350Z mkdir "${GITHUB_WORKSPACE}" 2025-01-24T00:45:38.8818008Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2025-01-24T00:45:38.8818505Z env: 2025-01-24T00:45:38.8818782Z NO_SUDO: 2025-01-24T00:45:38.8819093Z ##[endgroup] 2025-01-24T00:45:38.8907801Z /home/runner/work/pytorch/pytorch 2025-01-24T00:45:38.9078565Z ##[group]Run actions/checkout@v4 2025-01-24T00:45:38.9079040Z with: 2025-01-24T00:45:38.9079382Z ref: d087145b9259b4cfbcb758dc0bca6a6e5d75d08f 2025-01-24T00:45:38.9079792Z fetch-depth: 1 2025-01-24T00:45:38.9080140Z submodules: false 2025-01-24T00:45:38.9080445Z show-progress: false 2025-01-24T00:45:38.9080805Z repository: pytorch/pytorch 2025-01-24T00:45:38.9081347Z token: *** 2025-01-24T00:45:38.9081646Z ssh-strict: true 2025-01-24T00:45:38.9081961Z ssh-user: git 2025-01-24T00:45:38.9082311Z persist-credentials: true 2025-01-24T00:45:38.9082842Z clean: true 2025-01-24T00:45:38.9083169Z sparse-checkout-cone-mode: true 2025-01-24T00:45:38.9083570Z fetch-tags: false 2025-01-24T00:45:38.9083859Z lfs: false 2025-01-24T00:45:38.9084170Z set-safe-directory: true 2025-01-24T00:45:38.9084529Z ##[endgroup] 2025-01-24T00:45:39.0128249Z Syncing repository: pytorch/pytorch 2025-01-24T00:45:39.0130011Z ##[group]Getting Git version info 2025-01-24T00:45:39.0130596Z Working directory is '/home/runner/work/pytorch/pytorch' 2025-01-24T00:45:39.0131354Z [command]/usr/bin/git version 2025-01-24T00:45:39.0166331Z git version 2.47.1 2025-01-24T00:45:39.0192255Z ##[endgroup] 2025-01-24T00:45:39.0208549Z Temporarily overriding HOME='/home/runner/work/_temp/3edfd1be-eea6-4258-87cc-37c0239e2662' before making global git config changes 2025-01-24T00:45:39.0210322Z Adding repository directory to the temporary git global config as a safe directory 2025-01-24T00:45:39.0214949Z [command]/usr/bin/git config --global --add safe.directory /home/runner/work/pytorch/pytorch 2025-01-24T00:45:39.0250727Z Deleting the contents of '/home/runner/work/pytorch/pytorch' 2025-01-24T00:45:39.0254653Z ##[group]Initializing the repository 2025-01-24T00:45:39.0259025Z [command]/usr/bin/git init /home/runner/work/pytorch/pytorch 2025-01-24T00:45:39.0318033Z hint: Using 'master' as the name for the initial branch. This default branch name 2025-01-24T00:45:39.0319562Z hint: is subject to change. To configure the initial branch name to use in all 2025-01-24T00:45:39.0321022Z hint: of your new repositories, which will suppress this warning, call: 2025-01-24T00:45:39.0322104Z hint: 2025-01-24T00:45:39.0323670Z hint: git config --global init.defaultBranch 2025-01-24T00:45:39.0324743Z hint: 2025-01-24T00:45:39.0326294Z hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and 2025-01-24T00:45:39.0327560Z hint: 'development'. The just-created branch can be renamed via this command: 2025-01-24T00:45:39.0328554Z hint: 2025-01-24T00:45:39.0329104Z hint: git branch -m 2025-01-24T00:45:39.0330043Z Initialized empty Git repository in /home/runner/work/pytorch/pytorch/.git/ 2025-01-24T00:45:39.0335164Z [command]/usr/bin/git remote add origin https://github.com/pytorch/pytorch 2025-01-24T00:45:39.0366376Z ##[endgroup] 2025-01-24T00:45:39.0367421Z ##[group]Disabling automatic garbage collection 2025-01-24T00:45:39.0371193Z [command]/usr/bin/git config --local gc.auto 0 2025-01-24T00:45:39.0399618Z ##[endgroup] 2025-01-24T00:45:39.0400633Z ##[group]Setting up auth 2025-01-24T00:45:39.0407310Z [command]/usr/bin/git config --local --name-only --get-regexp core\.sshCommand 2025-01-24T00:45:39.0435865Z [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' || :" 2025-01-24T00:45:39.0697130Z [command]/usr/bin/git config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader 2025-01-24T00:45:39.0729284Z [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' || :" 2025-01-24T00:45:39.0949092Z [command]/usr/bin/git config --local http.https://github.com/.extraheader AUTHORIZATION: basic *** 2025-01-24T00:45:39.0992826Z ##[endgroup] 2025-01-24T00:45:39.0993863Z ##[group]Fetching the repository 2025-01-24T00:45:39.1002296Z [command]/usr/bin/git -c protocol.version=2 fetch --no-tags --prune --no-recurse-submodules --depth=1 origin d087145b9259b4cfbcb758dc0bca6a6e5d75d08f 2025-01-24T00:45:47.3432125Z From https://github.com/pytorch/pytorch 2025-01-24T00:45:47.3433163Z * branch d087145b9259b4cfbcb758dc0bca6a6e5d75d08f -> FETCH_HEAD 2025-01-24T00:45:47.3457102Z ##[endgroup] 2025-01-24T00:45:47.3457842Z ##[group]Determining the checkout info 2025-01-24T00:45:47.3460812Z ##[endgroup] 2025-01-24T00:45:47.3465206Z [command]/usr/bin/git sparse-checkout disable 2025-01-24T00:45:47.3505216Z [command]/usr/bin/git config --local --unset-all extensions.worktreeConfig 2025-01-24T00:45:47.3533106Z ##[group]Checking out the ref 2025-01-24T00:45:47.3537039Z [command]/usr/bin/git checkout --progress --force d087145b9259b4cfbcb758dc0bca6a6e5d75d08f 2025-01-24T00:45:48.3705758Z Updating files: 90% (16369/18011) 2025-01-24T00:45:48.3801587Z Updating files: 91% (16391/18011) 2025-01-24T00:45:48.3922000Z Updating files: 92% (16571/18011) 2025-01-24T00:45:48.4079716Z Updating files: 93% (16751/18011) 2025-01-24T00:45:48.4240287Z Updating files: 94% (16931/18011) 2025-01-24T00:45:48.4406374Z Updating files: 95% (17111/18011) 2025-01-24T00:45:48.4509212Z Updating files: 96% (17291/18011) 2025-01-24T00:45:48.4752677Z Updating files: 97% (17471/18011) 2025-01-24T00:45:48.4913692Z Updating files: 98% (17651/18011) 2025-01-24T00:45:48.5052419Z Updating files: 99% (17831/18011) 2025-01-24T00:45:48.5052919Z Updating files: 100% (18011/18011) 2025-01-24T00:45:48.5053315Z Updating files: 100% (18011/18011), done. 2025-01-24T00:45:48.5244972Z Note: switching to 'd087145b9259b4cfbcb758dc0bca6a6e5d75d08f'. 2025-01-24T00:45:48.5245494Z 2025-01-24T00:45:48.5245896Z You are in 'detached HEAD' state. You can look around, make experimental 2025-01-24T00:45:48.5247006Z changes and commit them, and you can discard any commits you make in this 2025-01-24T00:45:48.5247815Z state without impacting any branches by switching back to a branch. 2025-01-24T00:45:48.5248335Z 2025-01-24T00:45:48.5248644Z If you want to create a new branch to retain commits you create, you may 2025-01-24T00:45:48.5249413Z do so (now or later) by using -c with the switch command. Example: 2025-01-24T00:45:48.5249869Z 2025-01-24T00:45:48.5250088Z git switch -c 2025-01-24T00:45:48.5250774Z 2025-01-24T00:45:48.5251001Z Or undo this operation with: 2025-01-24T00:45:48.5251361Z 2025-01-24T00:45:48.5251523Z git switch - 2025-01-24T00:45:48.5251831Z 2025-01-24T00:45:48.5252226Z Turn off this advice by setting config variable advice.detachedHead to false 2025-01-24T00:45:48.5252781Z 2025-01-24T00:45:48.5253153Z HEAD is now at d087145 Add accuracy issue support in AOTI Minifier (#145539) 2025-01-24T00:45:48.5291265Z ##[endgroup] 2025-01-24T00:45:48.5335089Z [command]/usr/bin/git log -1 --format=%H 2025-01-24T00:45:48.5358743Z d087145b9259b4cfbcb758dc0bca6a6e5d75d08f 2025-01-24T00:45:48.5640961Z ##[group]Run actions/setup-python@v4 2025-01-24T00:45:48.5641248Z with: 2025-01-24T00:45:48.5641428Z python-version: 3.9 2025-01-24T00:45:48.5641637Z architecture: x64 2025-01-24T00:45:48.5641813Z cache: pip 2025-01-24T00:45:48.5641987Z check-latest: false 2025-01-24T00:45:48.5642303Z token: *** 2025-01-24T00:45:48.5642486Z update-environment: true 2025-01-24T00:45:48.5642707Z allow-prereleases: false 2025-01-24T00:45:48.5642923Z ##[endgroup] 2025-01-24T00:45:48.6884420Z ##[group]Installed versions 2025-01-24T00:45:48.6986085Z Successfully set up CPython (3.9.21) 2025-01-24T00:45:48.6986934Z ##[endgroup] 2025-01-24T00:45:49.8799405Z [command]/opt/hostedtoolcache/Python/3.9.21/x64/bin/pip cache dir 2025-01-24T00:45:50.1074295Z /home/runner/.cache/pip 2025-01-24T00:45:51.7913682Z Received 0 of 233545718 (0.0%), 0.0 MBs/sec 2025-01-24T00:45:52.7917196Z Received 138412032 of 233545718 (59.3%), 66.0 MBs/sec 2025-01-24T00:45:53.7806332Z Received 233545718 of 233545718 (100.0%), 74.5 MBs/sec 2025-01-24T00:45:53.7809002Z Cache Size: ~223 MB (233545718 B) 2025-01-24T00:45:53.7880692Z [command]/usr/bin/tar -xf /home/runner/work/_temp/af24f6e2-6112-41d8-8389-365f52e6bf9a/cache.tzst -P -C /home/runner/work/pytorch/pytorch --use-compress-program unzstd 2025-01-24T00:45:54.2718719Z Cache restored successfully 2025-01-24T00:45:54.3219031Z Cache restored from key: setup-python-Linux-20.04-Ubuntu-python-3.9.21-pip-1482928be0036e5790a53f9fe17af04a951799d4055f9d2a606bd228ff2ff169 2025-01-24T00:45:54.3378237Z ##[group]Run python3 -m pip install --upgrade pip 2025-01-24T00:45:54.3378642Z python3 -m pip install --upgrade pip 2025-01-24T00:45:54.3379243Z pip install pytest-rerunfailures==11.1.* pytest-flakefinder==1.1.* pytest-xdist==3.3.* expecttest==0.3.* fbscribelogger==0.1.* numpy==1.24.* 2025-01-24T00:45:54.3379974Z pip install torch --pre --index-url https://download.pytorch.org/whl/nightly/cpu/ 2025-01-24T00:45:54.3437731Z shell: /usr/bin/bash -e {0} 2025-01-24T00:45:54.3437962Z env: 2025-01-24T00:45:54.3438208Z pythonLocation: /opt/hostedtoolcache/Python/3.9.21/x64 2025-01-24T00:45:54.3438644Z PKG_CONFIG_PATH: /opt/hostedtoolcache/Python/3.9.21/x64/lib/pkgconfig 2025-01-24T00:45:54.3439039Z Python_ROOT_DIR: /opt/hostedtoolcache/Python/3.9.21/x64 2025-01-24T00:45:54.3439400Z Python2_ROOT_DIR: /opt/hostedtoolcache/Python/3.9.21/x64 2025-01-24T00:45:54.3439758Z Python3_ROOT_DIR: /opt/hostedtoolcache/Python/3.9.21/x64 2025-01-24T00:45:54.3440139Z LD_LIBRARY_PATH: /opt/hostedtoolcache/Python/3.9.21/x64/lib 2025-01-24T00:45:54.3440433Z ##[endgroup] 2025-01-24T00:45:56.4372383Z Requirement already satisfied: pip in /opt/hostedtoolcache/Python/3.9.21/x64/lib/python3.9/site-packages (24.3.1) 2025-01-24T00:45:57.5321214Z Collecting pytest-rerunfailures==11.1.* 2025-01-24T00:45:57.5340923Z Using cached pytest_rerunfailures-11.1.2-py3-none-any.whl.metadata (16 kB) 2025-01-24T00:45:57.5509270Z Collecting pytest-flakefinder==1.1.* 2025-01-24T00:45:57.5527363Z Using cached pytest_flakefinder-1.1.0-py2.py3-none-any.whl.metadata (3.3 kB) 2025-01-24T00:45:57.5913146Z Collecting pytest-xdist==3.3.* 2025-01-24T00:45:57.5933337Z Using cached pytest_xdist-3.3.1-py3-none-any.whl.metadata (3.1 kB) 2025-01-24T00:45:57.6103099Z Collecting expecttest==0.3.* 2025-01-24T00:45:57.6122866Z Using cached expecttest-0.3.0-py3-none-any.whl.metadata (3.8 kB) 2025-01-24T00:45:57.6277816Z Collecting fbscribelogger==0.1.* 2025-01-24T00:45:57.6296523Z Using cached fbscribelogger-0.1.7-py3-none-any.whl.metadata (684 bytes) 2025-01-24T00:45:57.8816096Z Collecting numpy==1.24.* 2025-01-24T00:45:57.8837589Z Using cached numpy-1.24.4-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (5.6 kB) 2025-01-24T00:45:57.9164320Z Collecting packaging>=17.1 (from pytest-rerunfailures==11.1.*) 2025-01-24T00:45:57.9185147Z Using cached packaging-24.2-py3-none-any.whl.metadata (3.2 kB) 2025-01-24T00:45:57.9909274Z Collecting pytest>=5.3 (from pytest-rerunfailures==11.1.*) 2025-01-24T00:45:57.9929898Z Using cached pytest-8.3.4-py3-none-any.whl.metadata (7.5 kB) 2025-01-24T00:45:58.0358589Z Collecting execnet>=1.1 (from pytest-xdist==3.3.*) 2025-01-24T00:45:58.0377795Z Using cached execnet-2.1.1-py3-none-any.whl.metadata (2.9 kB) 2025-01-24T00:45:58.5675235Z Collecting aiohttp<4.0.0,>=3.10.4 (from fbscribelogger==0.1.*) 2025-01-24T00:45:58.5697193Z Using cached aiohttp-3.11.11-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (7.7 kB) 2025-01-24T00:45:58.5944168Z Collecting thriftpy2<0.6.0,>=0.5.2 (from fbscribelogger==0.1.*) 2025-01-24T00:45:58.5945424Z Using cached thriftpy2-0.5.2-cp39-cp39-linux_x86_64.whl 2025-01-24T00:45:58.6633935Z Collecting typing-extensions<5.0.0,>=4.12.2 (from fbscribelogger==0.1.*) 2025-01-24T00:45:58.6654375Z Using cached typing_extensions-4.12.2-py3-none-any.whl.metadata (3.0 kB) 2025-01-24T00:45:58.6913611Z Collecting aiohappyeyeballs>=2.3.0 (from aiohttp<4.0.0,>=3.10.4->fbscribelogger==0.1.*) 2025-01-24T00:45:58.6933171Z Using cached aiohappyeyeballs-2.4.4-py3-none-any.whl.metadata (6.1 kB) 2025-01-24T00:45:58.7068542Z Collecting aiosignal>=1.1.2 (from aiohttp<4.0.0,>=3.10.4->fbscribelogger==0.1.*) 2025-01-24T00:45:58.7087141Z Using cached aiosignal-1.3.2-py2.py3-none-any.whl.metadata (3.8 kB) 2025-01-24T00:45:58.7253418Z Collecting async-timeout<6.0,>=4.0 (from aiohttp<4.0.0,>=3.10.4->fbscribelogger==0.1.*) 2025-01-24T00:45:58.7272078Z Using cached async_timeout-5.0.1-py3-none-any.whl.metadata (5.1 kB) 2025-01-24T00:45:58.7511294Z Collecting attrs>=17.3.0 (from aiohttp<4.0.0,>=3.10.4->fbscribelogger==0.1.*) 2025-01-24T00:45:58.7531345Z Using cached attrs-24.3.0-py3-none-any.whl.metadata (11 kB) 2025-01-24T00:45:58.8298321Z Collecting frozenlist>=1.1.1 (from aiohttp<4.0.0,>=3.10.4->fbscribelogger==0.1.*) 2025-01-24T00:45:58.8319398Z 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) 2025-01-24T00:45:59.0322357Z Collecting multidict<7.0,>=4.5 (from aiohttp<4.0.0,>=3.10.4->fbscribelogger==0.1.*) 2025-01-24T00:45:59.0343592Z Using cached multidict-6.1.0-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (5.0 kB) 2025-01-24T00:45:59.0720800Z Collecting propcache>=0.2.0 (from aiohttp<4.0.0,>=3.10.4->fbscribelogger==0.1.*) 2025-01-24T00:45:59.0742225Z Using cached propcache-0.2.1-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (9.2 kB) 2025-01-24T00:45:59.4321154Z Collecting yarl<2.0,>=1.17.0 (from aiohttp<4.0.0,>=3.10.4->fbscribelogger==0.1.*) 2025-01-24T00:45:59.4342006Z Using cached yarl-1.18.3-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (69 kB) 2025-01-24T00:45:59.4594892Z Collecting exceptiongroup>=1.0.0rc8 (from pytest>=5.3->pytest-rerunfailures==11.1.*) 2025-01-24T00:45:59.4614829Z Using cached exceptiongroup-1.2.2-py3-none-any.whl.metadata (6.6 kB) 2025-01-24T00:45:59.4731862Z Collecting iniconfig (from pytest>=5.3->pytest-rerunfailures==11.1.*) 2025-01-24T00:45:59.4750267Z Using cached iniconfig-2.0.0-py3-none-any.whl.metadata (2.6 kB) 2025-01-24T00:45:59.4962278Z Collecting pluggy<2,>=1.5 (from pytest>=5.3->pytest-rerunfailures==11.1.*) 2025-01-24T00:45:59.4982336Z Using cached pluggy-1.5.0-py3-none-any.whl.metadata (4.8 kB) 2025-01-24T00:45:59.5213569Z Collecting tomli>=1 (from pytest>=5.3->pytest-rerunfailures==11.1.*) 2025-01-24T00:45:59.5233041Z Using cached tomli-2.2.1-py3-none-any.whl.metadata (10 kB) 2025-01-24T00:45:59.8092591Z Collecting Cython>=3.0.10 (from thriftpy2<0.6.0,>=0.5.2->fbscribelogger==0.1.*) 2025-01-24T00:45:59.8113246Z Using cached Cython-3.0.11-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (3.2 kB) 2025-01-24T00:45:59.8232389Z Collecting ply<4.0,>=3.4 (from thriftpy2<0.6.0,>=0.5.2->fbscribelogger==0.1.*) 2025-01-24T00:45:59.8252161Z Using cached ply-3.11-py2.py3-none-any.whl.metadata (844 bytes) 2025-01-24T00:45:59.8977877Z Collecting six~=1.15 (from thriftpy2<0.6.0,>=0.5.2->fbscribelogger==0.1.*) 2025-01-24T00:45:59.8998800Z Using cached six-1.17.0-py2.py3-none-any.whl.metadata (1.7 kB) 2025-01-24T00:45:59.9386659Z Collecting idna>=2.0 (from yarl<2.0,>=1.17.0->aiohttp<4.0.0,>=3.10.4->fbscribelogger==0.1.*) 2025-01-24T00:45:59.9405135Z Using cached idna-3.10-py3-none-any.whl.metadata (10 kB) 2025-01-24T00:45:59.9541155Z Using cached pytest_rerunfailures-11.1.2-py3-none-any.whl (12 kB) 2025-01-24T00:45:59.9559634Z Using cached pytest_flakefinder-1.1.0-py2.py3-none-any.whl (4.6 kB) 2025-01-24T00:45:59.9577406Z Using cached pytest_xdist-3.3.1-py3-none-any.whl (41 kB) 2025-01-24T00:45:59.9595232Z Using cached expecttest-0.3.0-py3-none-any.whl (8.2 kB) 2025-01-24T00:45:59.9612657Z Using cached fbscribelogger-0.1.7-py3-none-any.whl (6.9 kB) 2025-01-24T00:45:59.9630144Z Using cached numpy-1.24.4-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (17.3 MB) 2025-01-24T00:45:59.9833966Z Using cached aiohttp-3.11.11-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (1.6 MB) 2025-01-24T00:45:59.9869830Z Using cached execnet-2.1.1-py3-none-any.whl (40 kB) 2025-01-24T00:45:59.9888117Z Using cached packaging-24.2-py3-none-any.whl (65 kB) 2025-01-24T00:45:59.9906447Z Using cached pytest-8.3.4-py3-none-any.whl (343 kB) 2025-01-24T00:45:59.9928053Z Using cached typing_extensions-4.12.2-py3-none-any.whl (37 kB) 2025-01-24T00:45:59.9945510Z Using cached aiohappyeyeballs-2.4.4-py3-none-any.whl (14 kB) 2025-01-24T00:45:59.9962710Z Using cached aiosignal-1.3.2-py2.py3-none-any.whl (7.6 kB) 2025-01-24T00:45:59.9980454Z Using cached async_timeout-5.0.1-py3-none-any.whl (6.2 kB) 2025-01-24T00:45:59.9997009Z Using cached attrs-24.3.0-py3-none-any.whl (63 kB) 2025-01-24T00:46:00.0015642Z Using cached Cython-3.0.11-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (3.6 MB) 2025-01-24T00:46:00.0072995Z Using cached exceptiongroup-1.2.2-py3-none-any.whl (16 kB) 2025-01-24T00:46:00.0091533Z 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) 2025-01-24T00:46:00.0111336Z Using cached multidict-6.1.0-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (124 kB) 2025-01-24T00:46:00.0129546Z Using cached pluggy-1.5.0-py3-none-any.whl (20 kB) 2025-01-24T00:46:00.0146697Z Using cached ply-3.11-py2.py3-none-any.whl (49 kB) 2025-01-24T00:46:00.0164728Z Using cached propcache-0.2.1-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (208 kB) 2025-01-24T00:46:00.0183737Z Using cached six-1.17.0-py2.py3-none-any.whl (11 kB) 2025-01-24T00:46:00.0200656Z Using cached tomli-2.2.1-py3-none-any.whl (14 kB) 2025-01-24T00:46:00.0218268Z Using cached yarl-1.18.3-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (321 kB) 2025-01-24T00:46:00.0238601Z Using cached iniconfig-2.0.0-py3-none-any.whl (5.9 kB) 2025-01-24T00:46:00.0255702Z Using cached idna-3.10-py3-none-any.whl (70 kB) 2025-01-24T00:46:00.1230075Z 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 2025-01-24T00:46:03.5766722Z Successfully installed Cython-3.0.11 aiohappyeyeballs-2.4.4 aiohttp-3.11.11 aiosignal-1.3.2 async-timeout-5.0.1 attrs-24.3.0 exceptiongroup-1.2.2 execnet-2.1.1 expecttest-0.3.0 fbscribelogger-0.1.7 frozenlist-1.5.0 idna-3.10 iniconfig-2.0.0 multidict-6.1.0 numpy-1.24.4 packaging-24.2 pluggy-1.5.0 ply-3.11 propcache-0.2.1 pytest-8.3.4 pytest-flakefinder-1.1.0 pytest-rerunfailures-11.1.2 pytest-xdist-3.3.1 six-1.17.0 thriftpy2-0.5.2 tomli-2.2.1 typing-extensions-4.12.2 yarl-1.18.3 2025-01-24T00:46:04.8642978Z Looking in indexes: https://download.pytorch.org/whl/nightly/cpu/ 2025-01-24T00:46:05.4015181Z Collecting torch 2025-01-24T00:46:05.4109377Z Downloading https://download.pytorch.org/whl/nightly/cpu/torch-2.7.0.dev20250123%2Bcpu-cp39-cp39-manylinux_2_28_x86_64.whl.metadata (26 kB) 2025-01-24T00:46:05.6486437Z Collecting filelock (from torch) 2025-01-24T00:46:05.6587592Z Using cached https://download.pytorch.org/whl/nightly/filelock-3.16.1-py3-none-any.whl (16 kB) 2025-01-24T00:46:05.6635059Z Requirement already satisfied: typing-extensions>=4.10.0 in /opt/hostedtoolcache/Python/3.9.21/x64/lib/python3.9/site-packages (from torch) (4.12.2) 2025-01-24T00:46:05.8904087Z Collecting sympy==1.13.1 (from torch) 2025-01-24T00:46:05.9006474Z Using cached https://download.pytorch.org/whl/nightly/sympy-1.13.1-py3-none-any.whl (6.2 MB) 2025-01-24T00:46:06.1497522Z Collecting networkx (from torch) 2025-01-24T00:46:06.1600079Z Using cached https://download.pytorch.org/whl/nightly/networkx-3.4.2-py3-none-any.whl (1.7 MB) 2025-01-24T00:46:06.3931862Z Collecting jinja2 (from torch) 2025-01-24T00:46:06.4038517Z Using cached https://download.pytorch.org/whl/nightly/jinja2-3.1.4-py3-none-any.whl (133 kB) 2025-01-24T00:46:06.4975137Z Collecting fsspec (from torch) 2025-01-24T00:46:06.5076994Z Using cached https://download.pytorch.org/whl/nightly/fsspec-2024.10.0-py3-none-any.whl (179 kB) 2025-01-24T00:46:06.7827468Z Collecting mpmath<1.4,>=1.1.0 (from sympy==1.13.1->torch) 2025-01-24T00:46:06.7933889Z Using cached https://download.pytorch.org/whl/nightly/mpmath-1.3.0-py3-none-any.whl (536 kB) 2025-01-24T00:46:07.0132126Z Collecting MarkupSafe>=2.0 (from jinja2->torch) 2025-01-24T00:46:07.0244417Z 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) 2025-01-24T00:46:07.0268637Z INFO: pip is looking at multiple versions of networkx to determine which version is compatible with other requirements. This could take a while. 2025-01-24T00:46:07.0273393Z Collecting networkx (from torch) 2025-01-24T00:46:07.0374978Z Using cached https://download.pytorch.org/whl/nightly/networkx-3.3-py3-none-any.whl (1.7 MB) 2025-01-24T00:46:07.0607162Z Using cached https://download.pytorch.org/whl/nightly/networkx-3.2.1-py3-none-any.whl (1.6 MB) 2025-01-24T00:46:07.0837784Z Downloading https://download.pytorch.org/whl/nightly/cpu/torch-2.7.0.dev20250123%2Bcpu-cp39-cp39-manylinux_2_28_x86_64.whl (176.2 MB) 2025-01-24T00:46:08.0317586Z ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 176.2/176.2 MB 186.6 MB/s eta 0:00:00 2025-01-24T00:46:08.4294647Z Installing collected packages: mpmath, sympy, networkx, MarkupSafe, fsspec, filelock, jinja2, torch 2025-01-24T00:46:24.1387562Z 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.7.0.dev20250123+cpu 2025-01-24T00:46:24.2439213Z ##[group]Run # Run test_vulkan, which is a fast noop on Linux 2025-01-24T00:46:24.2439673Z # Run test_vulkan, which is a fast noop on Linux 2025-01-24T00:46:24.2440067Z python3 test/run_test.py --include test_vulkan --verbose 2025-01-24T00:46:24.2495952Z shell: /usr/bin/bash -e {0} 2025-01-24T00:46:24.2496189Z env: 2025-01-24T00:46:24.2496433Z pythonLocation: /opt/hostedtoolcache/Python/3.9.21/x64 2025-01-24T00:46:24.2496847Z PKG_CONFIG_PATH: /opt/hostedtoolcache/Python/3.9.21/x64/lib/pkgconfig 2025-01-24T00:46:24.2497253Z Python_ROOT_DIR: /opt/hostedtoolcache/Python/3.9.21/x64 2025-01-24T00:46:24.2497603Z Python2_ROOT_DIR: /opt/hostedtoolcache/Python/3.9.21/x64 2025-01-24T00:46:24.2497955Z Python3_ROOT_DIR: /opt/hostedtoolcache/Python/3.9.21/x64 2025-01-24T00:46:24.2498308Z LD_LIBRARY_PATH: /opt/hostedtoolcache/Python/3.9.21/x64/lib 2025-01-24T00:46:24.2498602Z ##[endgroup] 2025-01-24T00:46:31.6938912Z ##[warning] Failed to find test times file `/home/runner/work/pytorch/pytorch/.additional_ci_files/test-times.json`. Using round robin sharding. 2025-01-24T00:46:31.6947345Z ##[warning] Failed to find test times file `/home/runner/work/pytorch/pytorch/.additional_ci_files/test-class-times.json`. Using round robin sharding. 2025-01-24T00:46:31.6948417Z Running all tests 2025-01-24T00:46:31.6948653Z Running parallel tests on 3 processes 2025-01-24T00:46:31.6948922Z Name: tests to run (est. time: 0.0min) 2025-01-24T00:46:31.6949169Z Serial tests (0): 2025-01-24T00:46:31.6949393Z Parallel tests (1): 2025-01-24T00:46:31.6949591Z test_vulkan 1/1 2025-01-24T00:46:31.6949792Z Name: excluded (est. time: 0.0min) 2025-01-24T00:46:31.6950018Z Serial tests (0): 2025-01-24T00:46:31.6950210Z Parallel tests (0): 2025-01-24T00:46:31.8548066Z Unable to import boto3. Will not be emitting metrics.... Reason: No module named 'boto3' 2025-01-24T00:46:31.8548870Z No TD results found 2025-01-24T00:46:31.8550065Z Downloading https://ossci-metrics.s3.amazonaws.com/disabled-tests-condensed.json to /home/runner/work/pytorch/pytorch/test/.pytorch-disabled-tests.json 2025-01-24T00:46:31.8551308Z Ignoring disabled issues: [''] 2025-01-24T00:46:31.8715024Z Running test_vulkan 1/1 ... [2025-01-24 00:46:31.867241] 2025-01-24T00:46:31.8715633Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2025-01-24T00:46:31.8717255Z Executing ['/opt/hostedtoolcache/Python/3.9.21/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'] ... [2025-01-24 00:46:31.868301] 2025-01-24T00:46:37.3251129Z 2025-01-24T00:46:37.3254845Z test_vulkan 1/1 was successful, full logs can be found in artifacts with path test/test-reports/test_vulkan_1.1_be3862c95ac4e194_.log 2025-01-24T00:46:37.3255430Z Running 0 items in this shard: 2025-01-24T00:46:37.3255591Z 2025-01-24T00:46:37.3262133Z Running test_vulkan 1/1 ... [2025-01-24 00:46:37.326087] 2025-01-24T00:46:37.3262741Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2025-01-24T00:46:37.3268979Z Executing ['/opt/hostedtoolcache/Python/3.9.21/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'] ... [2025-01-24 00:46:37.326675] 2025-01-24T00:46:37.3270978Z Unable to import boto3. Will not be emitting metrics.... Reason: No module named 'boto3' 2025-01-24T00:46:40.9244788Z 2025-01-24T00:46:40.9245769Z test_vulkan 1/1 was successful, full logs can be found in artifacts with path test/test-reports/test_vulkan_1.1_a95dd9fe3cbc86f5_.log 2025-01-24T00:46:40.9247848Z Running 1 items in this shard: test/test_vulkan.py::TestVulkanRewritePass::test_conv 2025-01-24T00:46:40.9248384Z 2025-01-24T00:46:40.9257445Z Unable to import boto3. Will not be emitting metrics.... Reason: No module named 'boto3' 2025-01-24T00:46:40.9290475Z Unable to import boto3. Will not be emitting metrics.... Reason: No module named 'boto3' 2025-01-24T00:46:41.7587810Z Running test batch 'tests to run' cost 10.07 seconds 2025-01-24T00:46:42.4419602Z Post job cleanup. 2025-01-24T00:46:42.5490400Z Cache hit occurred on the primary key setup-python-Linux-20.04-Ubuntu-python-3.9.21-pip-1482928be0036e5790a53f9fe17af04a951799d4055f9d2a606bd228ff2ff169, not saving cache. 2025-01-24T00:46:42.5586509Z Post job cleanup. 2025-01-24T00:46:42.5628720Z Post job cleanup. 2025-01-24T00:46:42.6561300Z [command]/usr/bin/git version 2025-01-24T00:46:42.6597197Z git version 2.47.1 2025-01-24T00:46:42.6648068Z Temporarily overriding HOME='/home/runner/work/_temp/d6fb1880-e75a-4113-9eed-26dcd442e7ec' before making global git config changes 2025-01-24T00:46:42.6648956Z Adding repository directory to the temporary git global config as a safe directory 2025-01-24T00:46:42.6654883Z [command]/usr/bin/git config --global --add safe.directory /home/runner/work/pytorch/pytorch 2025-01-24T00:46:42.6690876Z [command]/usr/bin/git config --local --name-only --get-regexp core\.sshCommand 2025-01-24T00:46:42.6724084Z [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' || :" 2025-01-24T00:46:42.6973141Z [command]/usr/bin/git config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader 2025-01-24T00:46:42.6995002Z http.https://github.com/.extraheader 2025-01-24T00:46:42.7008598Z [command]/usr/bin/git config --local --unset-all http.https://github.com/.extraheader 2025-01-24T00:46:42.7039992Z [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' || :" 2025-01-24T00:46:42.7398386Z Cleaning up orphan processes