2025-08-14T20:43:45.3055676Z Current runner version: '2.327.1' 2025-08-14T20:43:45.3062029Z Runner name: 'linux.24_04.4x_471d3d38ab51' 2025-08-14T20:43:45.3062809Z Runner group name: 'default' 2025-08-14T20:43:45.3063740Z Machine name: 'pkrvmubgrv54qmi' 2025-08-14T20:43:45.3082555Z ##[group]Operating System 2025-08-14T20:43:45.3083375Z Ubuntu 2025-08-14T20:43:45.3083862Z 24.04.2 2025-08-14T20:43:45.3084342Z LTS 2025-08-14T20:43:45.3084809Z ##[endgroup] 2025-08-14T20:43:45.3085450Z ##[group]Runner Image 2025-08-14T20:43:45.3085973Z Image: ubuntu-24.04 2025-08-14T20:43:45.3086466Z Version: 20250810.1.0 2025-08-14T20:43:45.3087545Z Included Software: https://github.com/actions/runner-images/blob/ubuntu24/20250810.1/images/ubuntu/Ubuntu2404-Readme.md 2025-08-14T20:43:45.3088856Z Image Release: https://github.com/actions/runner-images/releases/tag/ubuntu24%2F20250810.1 2025-08-14T20:43:45.3089749Z ##[endgroup] 2025-08-14T20:43:45.3092342Z ##[group]GITHUB_TOKEN Permissions 2025-08-14T20:43:45.3094514Z Actions: read 2025-08-14T20:43:45.3095106Z Attestations: read 2025-08-14T20:43:45.3095664Z Checks: read 2025-08-14T20:43:45.3096195Z Contents: read 2025-08-14T20:43:45.3096655Z Deployments: read 2025-08-14T20:43:45.3097156Z Discussions: read 2025-08-14T20:43:45.3097692Z Issues: read 2025-08-14T20:43:45.3098144Z Metadata: read 2025-08-14T20:43:45.3098669Z Models: read 2025-08-14T20:43:45.3099152Z Packages: read 2025-08-14T20:43:45.3099696Z Pages: read 2025-08-14T20:43:45.3100201Z PullRequests: read 2025-08-14T20:43:45.3101261Z RepositoryProjects: read 2025-08-14T20:43:45.3101821Z SecurityEvents: read 2025-08-14T20:43:45.3102375Z Statuses: read 2025-08-14T20:43:45.3102901Z ##[endgroup] 2025-08-14T20:43:45.3104960Z Secret source: Actions 2025-08-14T20:43:45.3105819Z Prepare workflow directory 2025-08-14T20:43:45.3450606Z Prepare all required actions 2025-08-14T20:43:45.3488018Z Getting action download info 2025-08-14T20:43:45.7599978Z Download action repository 'pytorch/pytorch@main' (SHA:1fc683cf17c8c673044538d10266c00f92987be2) 2025-08-14T20:43:51.2093802Z Download action repository 'actions/setup-python@a26af69be951a213d495a4c3e4e4022e16d87065' (SHA:a26af69be951a213d495a4c3e4e4022e16d87065) 2025-08-14T20:43:52.1233553Z Getting action download info 2025-08-14T20:43:52.2821741Z Download action repository 'actions/checkout@v4' (SHA:08eba0b27e820071cde6df949e0beb9ba4906955) 2025-08-14T20:43:53.0595034Z Complete job name: Test `run_test.py` is usable without boto3 2025-08-14T20:43:53.1221111Z ##[group]Run pytorch/pytorch/.github/actions/checkout-pytorch@main 2025-08-14T20:43:53.1221815Z with: 2025-08-14T20:43:53.1222010Z submodules: false 2025-08-14T20:43:53.1222197Z fetch-depth: 1 2025-08-14T20:43:53.1222546Z ##[endgroup] 2025-08-14T20:43:53.1306596Z ##[group]Run echo "IN_CONTAINER_RUNNER=$(if [ -f /.inarc ] || [ -f /.incontainer ]; then echo true ; else echo false; fi)" >> "$GITHUB_OUTPUT" 2025-08-14T20:43:53.1307391Z echo "IN_CONTAINER_RUNNER=$(if [ -f /.inarc ] || [ -f /.incontainer ]; then echo true ; else echo false; fi)" >> "$GITHUB_OUTPUT" 2025-08-14T20:43:53.1352070Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2025-08-14T20:43:53.1352409Z ##[endgroup] 2025-08-14T20:43:53.1601317Z ##[group]Run # Use all available CPUs for fetching 2025-08-14T20:43:53.1601726Z # Use all available CPUs for fetching 2025-08-14T20:43:53.1602017Z cd "${GITHUB_WORKSPACE}" 2025-08-14T20:43:53.1602340Z git config --global fetch.parallel 0 2025-08-14T20:43:53.1602662Z git config --global submodule.fetchJobs 0 2025-08-14T20:43:53.1602937Z  2025-08-14T20:43:53.1603227Z # Clean workspace. The default checkout action should also do this, but 2025-08-14T20:43:53.1603608Z # do it here as well just in case 2025-08-14T20:43:53.1603880Z if [[ -d .git ]]; then 2025-08-14T20:43:53.1604128Z  if [ -z "${NO_SUDO}" ]; then 2025-08-14T20:43:53.1604381Z  sudo git clean -ffdx 2025-08-14T20:43:53.1604594Z  else 2025-08-14T20:43:53.1604781Z  git clean -ffdx 2025-08-14T20:43:53.1605218Z  fi 2025-08-14T20:43:53.1605384Z fi 2025-08-14T20:43:53.1645068Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2025-08-14T20:43:53.1645407Z env: 2025-08-14T20:43:53.1645605Z NO_SUDO: 2025-08-14T20:43:53.1645773Z ##[endgroup] 2025-08-14T20:43:53.1898714Z ##[group]Run actions/checkout@v4 2025-08-14T20:43:53.1898991Z with: 2025-08-14T20:43:53.1899208Z ref: 1fc683cf17c8c673044538d10266c00f92987be2 2025-08-14T20:43:53.1899478Z fetch-depth: 1 2025-08-14T20:43:53.1899666Z submodules: false 2025-08-14T20:43:53.1899868Z show-progress: false 2025-08-14T20:43:53.1900085Z repository: pytorch/pytorch 2025-08-14T20:43:53.1900644Z token: *** 2025-08-14T20:43:53.1900830Z ssh-strict: true 2025-08-14T20:43:53.1901011Z ssh-user: git 2025-08-14T20:43:53.1901202Z persist-credentials: true 2025-08-14T20:43:53.1901413Z clean: true 2025-08-14T20:43:53.1901603Z sparse-checkout-cone-mode: true 2025-08-14T20:43:53.1901842Z fetch-tags: false 2025-08-14T20:43:53.1902021Z lfs: false 2025-08-14T20:43:53.1902190Z set-safe-directory: true 2025-08-14T20:43:53.1902396Z ##[endgroup] 2025-08-14T20:43:53.2984256Z Syncing repository: pytorch/pytorch 2025-08-14T20:43:53.2986238Z ##[group]Getting Git version info 2025-08-14T20:43:53.2986906Z Working directory is '/home/runner/work/pytorch/pytorch' 2025-08-14T20:43:53.2987863Z [command]/usr/bin/git version 2025-08-14T20:43:53.2998211Z git version 2.50.1 2025-08-14T20:43:53.3024137Z ##[endgroup] 2025-08-14T20:43:53.3036017Z Copying '/home/runner/.gitconfig' to '/home/runner/work/_temp/4a48d1eb-d90b-47c4-a93c-de05aab0a3c6/.gitconfig' 2025-08-14T20:43:53.3052348Z Temporarily overriding HOME='/home/runner/work/_temp/4a48d1eb-d90b-47c4-a93c-de05aab0a3c6' before making global git config changes 2025-08-14T20:43:53.3053314Z Adding repository directory to the temporary git global config as a safe directory 2025-08-14T20:43:53.3056650Z [command]/usr/bin/git config --global --add safe.directory /home/runner/work/pytorch/pytorch 2025-08-14T20:43:53.3088634Z Deleting the contents of '/home/runner/work/pytorch/pytorch' 2025-08-14T20:43:53.3092419Z ##[group]Initializing the repository 2025-08-14T20:43:53.3096519Z [command]/usr/bin/git init /home/runner/work/pytorch/pytorch 2025-08-14T20:43:53.3177161Z hint: Using 'master' as the name for the initial branch. This default branch name 2025-08-14T20:43:53.3178129Z hint: is subject to change. To configure the initial branch name to use in all 2025-08-14T20:43:53.3178831Z hint: of your new repositories, which will suppress this warning, call: 2025-08-14T20:43:53.3179189Z hint: 2025-08-14T20:43:53.3179451Z hint: git config --global init.defaultBranch 2025-08-14T20:43:53.3179742Z hint: 2025-08-14T20:43:53.3180043Z hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and 2025-08-14T20:43:53.3181052Z hint: 'development'. The just-created branch can be renamed via this command: 2025-08-14T20:43:53.3181709Z hint: 2025-08-14T20:43:53.3182036Z hint: git branch -m 2025-08-14T20:43:53.3182431Z hint: 2025-08-14T20:43:53.3182980Z hint: Disable this message with "git config set advice.defaultBranchName false" 2025-08-14T20:43:53.3184464Z Initialized empty Git repository in /home/runner/work/pytorch/pytorch/.git/ 2025-08-14T20:43:53.3194938Z [command]/usr/bin/git remote add origin https://github.com/pytorch/pytorch 2025-08-14T20:43:53.3230551Z ##[endgroup] 2025-08-14T20:43:53.3230977Z ##[group]Disabling automatic garbage collection 2025-08-14T20:43:53.3234862Z [command]/usr/bin/git config --local gc.auto 0 2025-08-14T20:43:53.3263029Z ##[endgroup] 2025-08-14T20:43:53.3263391Z ##[group]Setting up auth 2025-08-14T20:43:53.3269830Z [command]/usr/bin/git config --local --name-only --get-regexp core\.sshCommand 2025-08-14T20:43:53.3298829Z [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-08-14T20:43:53.3641179Z [command]/usr/bin/git config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader 2025-08-14T20:43:53.3675721Z [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-08-14T20:43:53.3923834Z [command]/usr/bin/git config --local http.https://github.com/.extraheader AUTHORIZATION: basic *** 2025-08-14T20:43:53.3971237Z ##[endgroup] 2025-08-14T20:43:53.3971645Z ##[group]Fetching the repository 2025-08-14T20:43:53.3983855Z [command]/usr/bin/git -c protocol.version=2 fetch --no-tags --prune --no-recurse-submodules --depth=1 origin 1fc683cf17c8c673044538d10266c00f92987be2 2025-08-14T20:43:59.0739027Z From https://github.com/pytorch/pytorch 2025-08-14T20:43:59.0739932Z * branch 1fc683cf17c8c673044538d10266c00f92987be2 -> FETCH_HEAD 2025-08-14T20:43:59.0766220Z ##[endgroup] 2025-08-14T20:43:59.0766813Z ##[group]Determining the checkout info 2025-08-14T20:43:59.0768502Z ##[endgroup] 2025-08-14T20:43:59.0774222Z [command]/usr/bin/git sparse-checkout disable 2025-08-14T20:43:59.0816807Z [command]/usr/bin/git config --local --unset-all extensions.worktreeConfig 2025-08-14T20:43:59.0844196Z ##[group]Checking out the ref 2025-08-14T20:43:59.0848126Z [command]/usr/bin/git checkout --progress --force 1fc683cf17c8c673044538d10266c00f92987be2 2025-08-14T20:44:00.1122708Z Updating files: 91% (17731/19474) 2025-08-14T20:44:00.1239276Z Updating files: 92% (17917/19474) 2025-08-14T20:44:00.1397205Z Updating files: 93% (18111/19474) 2025-08-14T20:44:00.1551010Z Updating files: 94% (18306/19474) 2025-08-14T20:44:00.1712578Z Updating files: 95% (18501/19474) 2025-08-14T20:44:00.1847418Z Updating files: 96% (18696/19474) 2025-08-14T20:44:00.2000838Z Updating files: 97% (18890/19474) 2025-08-14T20:44:00.2234583Z Updating files: 98% (19085/19474) 2025-08-14T20:44:00.2376435Z Updating files: 99% (19280/19474) 2025-08-14T20:44:00.2377435Z Updating files: 100% (19474/19474) 2025-08-14T20:44:00.2378020Z Updating files: 100% (19474/19474), done. 2025-08-14T20:44:00.2564134Z Note: switching to '1fc683cf17c8c673044538d10266c00f92987be2'. 2025-08-14T20:44:00.2564939Z 2025-08-14T20:44:00.2565557Z You are in 'detached HEAD' state. You can look around, make experimental 2025-08-14T20:44:00.2567577Z changes and commit them, and you can discard any commits you make in this 2025-08-14T20:44:00.2568535Z state without impacting any branches by switching back to a branch. 2025-08-14T20:44:00.2569046Z 2025-08-14T20:44:00.2569599Z If you want to create a new branch to retain commits you create, you may 2025-08-14T20:44:00.2570232Z do so (now or later) by using -c with the switch command. Example: 2025-08-14T20:44:00.2570865Z 2025-08-14T20:44:00.2571072Z git switch -c 2025-08-14T20:44:00.2571353Z 2025-08-14T20:44:00.2571508Z Or undo this operation with: 2025-08-14T20:44:00.2571752Z 2025-08-14T20:44:00.2571933Z git switch - 2025-08-14T20:44:00.2600895Z 2025-08-14T20:44:00.2601286Z Turn off this advice by setting config variable advice.detachedHead to false 2025-08-14T20:44:00.2601827Z 2025-08-14T20:44:00.2602331Z HEAD is now at 1fc683c [Inductor] Allow indexing a flexible layout for extract_input_node_reduction_ranges (#160645) 2025-08-14T20:44:00.2612346Z ##[endgroup] 2025-08-14T20:44:00.2657388Z [command]/usr/bin/git log -1 --format=%H 2025-08-14T20:44:00.2683733Z 1fc683cf17c8c673044538d10266c00f92987be2 2025-08-14T20:44:00.2867907Z ##[group]Run actions/setup-python@a26af69be951a213d495a4c3e4e4022e16d87065 2025-08-14T20:44:00.2868305Z with: 2025-08-14T20:44:00.2868480Z python-version: 3.9 2025-08-14T20:44:00.2868680Z architecture: x64 2025-08-14T20:44:00.2868862Z cache: pip 2025-08-14T20:44:00.2869037Z check-latest: false 2025-08-14T20:44:00.2869340Z token: *** 2025-08-14T20:44:00.2869520Z update-environment: true 2025-08-14T20:44:00.2869738Z allow-prereleases: false 2025-08-14T20:44:00.2869933Z freethreaded: false 2025-08-14T20:44:00.2870547Z ##[endgroup] 2025-08-14T20:44:00.4519255Z ##[group]Installed versions 2025-08-14T20:44:00.4631447Z Successfully set up CPython (3.9.23) 2025-08-14T20:44:00.4632286Z ##[endgroup] 2025-08-14T20:44:01.7741968Z [command]/opt/hostedtoolcache/Python/3.9.23/x64/bin/pip cache dir 2025-08-14T20:44:02.0435251Z /home/runner/.cache/pip 2025-08-14T20:44:02.3003004Z Cache hit for: setup-python-Linux-x64-24.04-Ubuntu-python-3.9.23-pip-463cceeaacf3890acd0bed3e4b84f4d6db7b03301461a865b662cc6427c9ebfd 2025-08-14T20:44:03.5937034Z Received 8388608 of 236512774 (3.5%), 8.0 MBs/sec 2025-08-14T20:44:04.5889209Z Received 125829120 of 236512774 (53.2%), 60.0 MBs/sec 2025-08-14T20:44:05.5892486Z Received 159383552 of 236512774 (67.4%), 50.6 MBs/sec 2025-08-14T20:44:06.5491989Z Received 236512774 of 236512774 (100.0%), 57.0 MBs/sec 2025-08-14T20:44:06.5492946Z Cache Size: ~226 MB (236512774 B) 2025-08-14T20:44:06.5578559Z [command]/usr/bin/tar -xf /home/runner/work/_temp/7a49d785-5a13-49d0-8d27-f4c0350fb056/cache.tzst -P -C /home/runner/work/pytorch/pytorch --use-compress-program unzstd 2025-08-14T20:44:06.9179241Z Cache restored successfully 2025-08-14T20:44:06.9632862Z Cache restored from key: setup-python-Linux-x64-24.04-Ubuntu-python-3.9.23-pip-463cceeaacf3890acd0bed3e4b84f4d6db7b03301461a865b662cc6427c9ebfd 2025-08-14T20:44:06.9801458Z ##[group]Run python3 -m pip install --upgrade pip 2025-08-14T20:44:06.9801865Z python3 -m pip install --upgrade pip 2025-08-14T20:44:06.9802476Z pip install pytest-rerunfailures==11.1.* pytest-flakefinder==1.1.* pytest-xdist==3.3.* expecttest==0.3.* fbscribelogger==0.1.* numpy==1.24.* 2025-08-14T20:44:06.9803215Z pip install torch --pre --index-url https://download.pytorch.org/whl/nightly/cpu/ 2025-08-14T20:44:06.9847226Z shell: /usr/bin/bash -e {0} 2025-08-14T20:44:06.9847467Z env: 2025-08-14T20:44:06.9847719Z pythonLocation: /opt/hostedtoolcache/Python/3.9.23/x64 2025-08-14T20:44:06.9848135Z PKG_CONFIG_PATH: /opt/hostedtoolcache/Python/3.9.23/x64/lib/pkgconfig 2025-08-14T20:44:06.9848547Z Python_ROOT_DIR: /opt/hostedtoolcache/Python/3.9.23/x64 2025-08-14T20:44:06.9848890Z Python2_ROOT_DIR: /opt/hostedtoolcache/Python/3.9.23/x64 2025-08-14T20:44:06.9849234Z Python3_ROOT_DIR: /opt/hostedtoolcache/Python/3.9.23/x64 2025-08-14T20:44:06.9849623Z LD_LIBRARY_PATH: /opt/hostedtoolcache/Python/3.9.23/x64/lib 2025-08-14T20:44:06.9849910Z ##[endgroup] 2025-08-14T20:44:07.8520772Z Requirement already satisfied: pip in /opt/hostedtoolcache/Python/3.9.23/x64/lib/python3.9/site-packages (25.2) 2025-08-14T20:44:08.9848252Z Collecting pytest-rerunfailures==11.1.* 2025-08-14T20:44:08.9867972Z Using cached pytest_rerunfailures-11.1.2-py3-none-any.whl.metadata (16 kB) 2025-08-14T20:44:09.0151176Z Collecting pytest-flakefinder==1.1.* 2025-08-14T20:44:09.0168957Z Using cached pytest_flakefinder-1.1.0-py2.py3-none-any.whl.metadata (3.3 kB) 2025-08-14T20:44:09.0557104Z Collecting pytest-xdist==3.3.* 2025-08-14T20:44:09.0575563Z Using cached pytest_xdist-3.3.1-py3-none-any.whl.metadata (3.1 kB) 2025-08-14T20:44:09.0871029Z Collecting expecttest==0.3.* 2025-08-14T20:44:09.0888961Z Using cached expecttest-0.3.0-py3-none-any.whl.metadata (3.8 kB) 2025-08-14T20:44:09.1723130Z Collecting fbscribelogger==0.1.* 2025-08-14T20:44:09.1741091Z Using cached fbscribelogger-0.1.7-py3-none-any.whl.metadata (684 bytes) 2025-08-14T20:44:09.4218456Z Collecting numpy==1.24.* 2025-08-14T20:44:09.4239516Z Using cached numpy-1.24.4-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (5.6 kB) 2025-08-14T20:44:09.4587465Z Collecting packaging>=17.1 (from pytest-rerunfailures==11.1.*) 2025-08-14T20:44:09.4605358Z Using cached packaging-25.0-py3-none-any.whl.metadata (3.3 kB) 2025-08-14T20:44:09.5175254Z Collecting pytest>=5.3 (from pytest-rerunfailures==11.1.*) 2025-08-14T20:44:09.5194683Z Using cached pytest-8.4.1-py3-none-any.whl.metadata (7.7 kB) 2025-08-14T20:44:09.5706434Z Collecting execnet>=1.1 (from pytest-xdist==3.3.*) 2025-08-14T20:44:09.5725460Z Using cached execnet-2.1.1-py3-none-any.whl.metadata (2.9 kB) 2025-08-14T20:44:10.2413008Z Collecting aiohttp<4.0.0,>=3.10.4 (from fbscribelogger==0.1.*) 2025-08-14T20:44:10.2433472Z Using cached aiohttp-3.12.15-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (7.7 kB) 2025-08-14T20:44:10.2881426Z Collecting thriftpy2<0.6.0,>=0.5.2 (from fbscribelogger==0.1.*) 2025-08-14T20:44:10.2901448Z Using cached thriftpy2-0.5.3-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (8.2 kB) 2025-08-14T20:44:10.3282962Z Collecting typing-extensions<5.0.0,>=4.12.2 (from fbscribelogger==0.1.*) 2025-08-14T20:44:10.3301651Z Using cached typing_extensions-4.14.1-py3-none-any.whl.metadata (3.0 kB) 2025-08-14T20:44:10.3638521Z Collecting aiohappyeyeballs>=2.5.0 (from aiohttp<4.0.0,>=3.10.4->fbscribelogger==0.1.*) 2025-08-14T20:44:10.3657749Z Using cached aiohappyeyeballs-2.6.1-py3-none-any.whl.metadata (5.9 kB) 2025-08-14T20:44:10.3924836Z Collecting aiosignal>=1.4.0 (from aiohttp<4.0.0,>=3.10.4->fbscribelogger==0.1.*) 2025-08-14T20:44:10.3943809Z Using cached aiosignal-1.4.0-py3-none-any.whl.metadata (3.7 kB) 2025-08-14T20:44:10.4242234Z Collecting async-timeout<6.0,>=4.0 (from aiohttp<4.0.0,>=3.10.4->fbscribelogger==0.1.*) 2025-08-14T20:44:10.4268997Z Using cached async_timeout-5.0.1-py3-none-any.whl.metadata (5.1 kB) 2025-08-14T20:44:10.4600229Z Collecting attrs>=17.3.0 (from aiohttp<4.0.0,>=3.10.4->fbscribelogger==0.1.*) 2025-08-14T20:44:10.4619906Z Using cached attrs-25.3.0-py3-none-any.whl.metadata (10 kB) 2025-08-14T20:44:10.5681548Z Collecting frozenlist>=1.1.1 (from aiohttp<4.0.0,>=3.10.4->fbscribelogger==0.1.*) 2025-08-14T20:44:10.5702293Z Using cached frozenlist-1.7.0-cp39-cp39-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (18 kB) 2025-08-14T20:44:10.9043550Z Collecting multidict<7.0,>=4.5 (from aiohttp<4.0.0,>=3.10.4->fbscribelogger==0.1.*) 2025-08-14T20:44:10.9065091Z Using cached multidict-6.6.4-cp39-cp39-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl.metadata (5.3 kB) 2025-08-14T20:44:10.9741565Z Collecting propcache>=0.2.0 (from aiohttp<4.0.0,>=3.10.4->fbscribelogger==0.1.*) 2025-08-14T20:44:10.9762823Z Using cached propcache-0.3.2-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (12 kB) 2025-08-14T20:44:11.3473112Z Collecting yarl<2.0,>=1.17.0 (from aiohttp<4.0.0,>=3.10.4->fbscribelogger==0.1.*) 2025-08-14T20:44:11.3493747Z Using cached yarl-1.20.1-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (73 kB) 2025-08-14T20:44:11.3878072Z Collecting ply<4.0,>=3.4 (from thriftpy2<0.6.0,>=0.5.2->fbscribelogger==0.1.*) 2025-08-14T20:44:11.3896549Z Using cached ply-3.11-py2.py3-none-any.whl.metadata (844 bytes) 2025-08-14T20:44:11.4193196Z Collecting six~=1.15 (from thriftpy2<0.6.0,>=0.5.2->fbscribelogger==0.1.*) 2025-08-14T20:44:11.4211285Z Using cached six-1.17.0-py2.py3-none-any.whl.metadata (1.7 kB) 2025-08-14T20:44:11.4544392Z Collecting idna>=2.0 (from yarl<2.0,>=1.17.0->aiohttp<4.0.0,>=3.10.4->fbscribelogger==0.1.*) 2025-08-14T20:44:11.4562985Z Using cached idna-3.10-py3-none-any.whl.metadata (10 kB) 2025-08-14T20:44:11.5179499Z Collecting exceptiongroup>=1 (from pytest>=5.3->pytest-rerunfailures==11.1.*) 2025-08-14T20:44:11.5198714Z Using cached exceptiongroup-1.3.0-py3-none-any.whl.metadata (6.7 kB) 2025-08-14T20:44:11.5461434Z Collecting iniconfig>=1 (from pytest>=5.3->pytest-rerunfailures==11.1.*) 2025-08-14T20:44:11.5479568Z Using cached iniconfig-2.1.0-py3-none-any.whl.metadata (2.7 kB) 2025-08-14T20:44:11.5824665Z Collecting pluggy<2,>=1.5 (from pytest>=5.3->pytest-rerunfailures==11.1.*) 2025-08-14T20:44:11.5843465Z Using cached pluggy-1.6.0-py3-none-any.whl.metadata (4.8 kB) 2025-08-14T20:44:11.6232878Z Collecting pygments>=2.7.2 (from pytest>=5.3->pytest-rerunfailures==11.1.*) 2025-08-14T20:44:11.6252555Z Using cached pygments-2.19.2-py3-none-any.whl.metadata (2.5 kB) 2025-08-14T20:44:11.6607874Z Collecting tomli>=1 (from pytest>=5.3->pytest-rerunfailures==11.1.*) 2025-08-14T20:44:11.6626915Z Using cached tomli-2.2.1-py3-none-any.whl.metadata (10 kB) 2025-08-14T20:44:11.6770612Z Using cached pytest_rerunfailures-11.1.2-py3-none-any.whl (12 kB) 2025-08-14T20:44:11.6787827Z Using cached pytest_flakefinder-1.1.0-py2.py3-none-any.whl (4.6 kB) 2025-08-14T20:44:11.6804652Z Using cached pytest_xdist-3.3.1-py3-none-any.whl (41 kB) 2025-08-14T20:44:11.6821681Z Using cached expecttest-0.3.0-py3-none-any.whl (8.2 kB) 2025-08-14T20:44:11.6838313Z Using cached fbscribelogger-0.1.7-py3-none-any.whl (6.9 kB) 2025-08-14T20:44:11.6855323Z Using cached numpy-1.24.4-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (17.3 MB) 2025-08-14T20:44:11.7002463Z Using cached aiohttp-3.12.15-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (1.6 MB) 2025-08-14T20:44:11.7031182Z Using cached async_timeout-5.0.1-py3-none-any.whl (6.2 kB) 2025-08-14T20:44:11.7048740Z Using cached multidict-6.6.4-cp39-cp39-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl (239 kB) 2025-08-14T20:44:11.7067623Z Using cached thriftpy2-0.5.3-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (2.0 MB) 2025-08-14T20:44:11.7098917Z Using cached ply-3.11-py2.py3-none-any.whl (49 kB) 2025-08-14T20:44:11.7116033Z Using cached six-1.17.0-py2.py3-none-any.whl (11 kB) 2025-08-14T20:44:11.7133228Z Using cached typing_extensions-4.14.1-py3-none-any.whl (43 kB) 2025-08-14T20:44:11.7150154Z Using cached yarl-1.20.1-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (327 kB) 2025-08-14T20:44:11.7169541Z Using cached aiohappyeyeballs-2.6.1-py3-none-any.whl (15 kB) 2025-08-14T20:44:11.7186586Z Using cached aiosignal-1.4.0-py3-none-any.whl (7.5 kB) 2025-08-14T20:44:11.7203308Z Using cached attrs-25.3.0-py3-none-any.whl (63 kB) 2025-08-14T20:44:11.7220625Z Using cached execnet-2.1.1-py3-none-any.whl (40 kB) 2025-08-14T20:44:11.7238103Z Using cached frozenlist-1.7.0-cp39-cp39-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl (225 kB) 2025-08-14T20:44:11.7256406Z Using cached idna-3.10-py3-none-any.whl (70 kB) 2025-08-14T20:44:11.7273561Z Using cached packaging-25.0-py3-none-any.whl (66 kB) 2025-08-14T20:44:11.7291202Z Using cached propcache-0.3.2-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (200 kB) 2025-08-14T20:44:11.7308892Z Using cached pytest-8.4.1-py3-none-any.whl (365 kB) 2025-08-14T20:44:11.7328126Z Using cached pluggy-1.6.0-py3-none-any.whl (20 kB) 2025-08-14T20:44:11.7344990Z Using cached exceptiongroup-1.3.0-py3-none-any.whl (16 kB) 2025-08-14T20:44:11.7361690Z Using cached iniconfig-2.1.0-py3-none-any.whl (6.0 kB) 2025-08-14T20:44:11.7378251Z Using cached pygments-2.19.2-py3-none-any.whl (1.2 MB) 2025-08-14T20:44:11.7403785Z Using cached tomli-2.2.1-py3-none-any.whl (14 kB) 2025-08-14T20:44:11.8463807Z Installing collected packages: ply, typing-extensions, tomli, six, pygments, propcache, pluggy, packaging, numpy, iniconfig, idna, frozenlist, expecttest, execnet, attrs, async-timeout, aiohappyeyeballs, thriftpy2, multidict, exceptiongroup, aiosignal, yarl, pytest, pytest-xdist, pytest-rerunfailures, pytest-flakefinder, aiohttp, fbscribelogger 2025-08-14T20:44:15.2921111Z 2025-08-14T20:44:15.2978608Z Successfully installed aiohappyeyeballs-2.6.1 aiohttp-3.12.15 aiosignal-1.4.0 async-timeout-5.0.1 attrs-25.3.0 exceptiongroup-1.3.0 execnet-2.1.1 expecttest-0.3.0 fbscribelogger-0.1.7 frozenlist-1.7.0 idna-3.10 iniconfig-2.1.0 multidict-6.6.4 numpy-1.24.4 packaging-25.0 pluggy-1.6.0 ply-3.11 propcache-0.3.2 pygments-2.19.2 pytest-8.4.1 pytest-flakefinder-1.1.0 pytest-rerunfailures-11.1.2 pytest-xdist-3.3.1 six-1.17.0 thriftpy2-0.5.3 tomli-2.2.1 typing-extensions-4.14.1 yarl-1.20.1 2025-08-14T20:44:16.3841557Z Looking in indexes: https://download.pytorch.org/whl/nightly/cpu/ 2025-08-14T20:44:17.0790742Z Collecting torch 2025-08-14T20:44:17.0869303Z Downloading https://download.pytorch.org/whl/nightly/cpu/torch-2.9.0.dev20250814%2Bcpu-cp39-cp39-manylinux_2_28_x86_64.whl.metadata (29 kB) 2025-08-14T20:44:17.3328203Z Collecting filelock (from torch) 2025-08-14T20:44:17.3676625Z Using cached https://download.pytorch.org/whl/nightly/filelock-3.18.0-py3-none-any.whl.metadata (2.9 kB) 2025-08-14T20:44:17.3717223Z Requirement already satisfied: typing-extensions>=4.10.0 in /opt/hostedtoolcache/Python/3.9.23/x64/lib/python3.9/site-packages (from torch) (4.14.1) 2025-08-14T20:44:17.5612151Z Collecting sympy>=1.13.3 (from torch) 2025-08-14T20:44:17.5725714Z Using cached https://download.pytorch.org/whl/nightly/sympy-1.14.0-py3-none-any.whl.metadata (12 kB) 2025-08-14T20:44:17.8373524Z Collecting networkx>=2.5.1 (from torch) 2025-08-14T20:44:17.8473790Z Using cached https://download.pytorch.org/whl/nightly/networkx-3.5-py3-none-any.whl.metadata (6.3 kB) 2025-08-14T20:44:18.1117603Z Collecting jinja2 (from torch) 2025-08-14T20:44:18.1214642Z Using cached https://download.pytorch.org/whl/nightly/jinja2-3.1.6-py3-none-any.whl.metadata (2.9 kB) 2025-08-14T20:44:18.3660982Z Collecting fsspec>=0.8.5 (from torch) 2025-08-14T20:44:18.3974455Z Using cached https://download.pytorch.org/whl/nightly/fsspec-2025.5.1-py3-none-any.whl.metadata (11 kB) 2025-08-14T20:44:18.4357963Z INFO: pip is looking at multiple versions of networkx to determine which version is compatible with other requirements. This could take a while. 2025-08-14T20:44:18.4363439Z Collecting networkx>=2.5.1 (from torch) 2025-08-14T20:44:18.4466921Z Using cached https://download.pytorch.org/whl/nightly/networkx-3.2.1-py3-none-any.whl (1.6 MB) 2025-08-14T20:44:18.7150540Z Collecting mpmath<1.4,>=1.1.0 (from sympy>=1.13.3->torch) 2025-08-14T20:44:18.7239664Z Using cached https://download.pytorch.org/whl/nightly/mpmath-1.3.0-py3-none-any.whl (536 kB) 2025-08-14T20:44:18.9889084Z Collecting MarkupSafe>=2.0 (from jinja2->torch) 2025-08-14T20:44:19.0004490Z 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-08-14T20:44:19.0113628Z Downloading https://download.pytorch.org/whl/nightly/cpu/torch-2.9.0.dev20250814%2Bcpu-cp39-cp39-manylinux_2_28_x86_64.whl (183.3 MB) 2025-08-14T20:44:20.0404937Z ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 183.3/183.3 MB 178.5 MB/s 0:00:01 2025-08-14T20:44:20.0718350Z Using cached https://download.pytorch.org/whl/nightly/fsspec-2025.5.1-py3-none-any.whl (199 kB) 2025-08-14T20:44:20.0823789Z Using cached https://download.pytorch.org/whl/nightly/sympy-1.14.0-py3-none-any.whl (6.3 MB) 2025-08-14T20:44:20.0959835Z Using cached https://download.pytorch.org/whl/nightly/filelock-3.18.0-py3-none-any.whl (16 kB) 2025-08-14T20:44:20.1105168Z Using cached https://download.pytorch.org/whl/nightly/jinja2-3.1.6-py3-none-any.whl (134 kB) 2025-08-14T20:44:20.5402588Z Installing collected packages: mpmath, sympy, networkx, MarkupSafe, fsspec, filelock, jinja2, torch 2025-08-14T20:44:36.5442535Z 2025-08-14T20:44:36.5508820Z Successfully installed MarkupSafe-2.1.5 filelock-3.18.0 fsspec-2025.5.1 jinja2-3.1.6 mpmath-1.3.0 networkx-3.2.1 sympy-1.14.0 torch-2.9.0.dev20250814+cpu 2025-08-14T20:44:36.6458671Z ##[group]Run # Run test_vulkan, which is a fast noop on Linux 2025-08-14T20:44:36.6459086Z # Run test_vulkan, which is a fast noop on Linux 2025-08-14T20:44:36.6459470Z python3 test/run_test.py --include test_vulkan --verbose 2025-08-14T20:44:36.6501015Z shell: /usr/bin/bash -e {0} 2025-08-14T20:44:36.6501244Z env: 2025-08-14T20:44:36.6501483Z pythonLocation: /opt/hostedtoolcache/Python/3.9.23/x64 2025-08-14T20:44:36.6501912Z PKG_CONFIG_PATH: /opt/hostedtoolcache/Python/3.9.23/x64/lib/pkgconfig 2025-08-14T20:44:36.6502519Z Python_ROOT_DIR: /opt/hostedtoolcache/Python/3.9.23/x64 2025-08-14T20:44:36.6502958Z Python2_ROOT_DIR: /opt/hostedtoolcache/Python/3.9.23/x64 2025-08-14T20:44:36.6503292Z Python3_ROOT_DIR: /opt/hostedtoolcache/Python/3.9.23/x64 2025-08-14T20:44:36.6503645Z LD_LIBRARY_PATH: /opt/hostedtoolcache/Python/3.9.23/x64/lib 2025-08-14T20:44:36.6503946Z ##[endgroup] 2025-08-14T20:44:41.2247621Z ##[warning] Failed to find test times file `/home/runner/work/pytorch/pytorch/.additional_ci_files/test-times.json`. Using round robin sharding. 2025-08-14T20:44:41.2256946Z ##[warning] Failed to find test times file `/home/runner/work/pytorch/pytorch/.additional_ci_files/test-class-times.json`. Using round robin sharding. 2025-08-14T20:44:41.2258007Z Running all tests 2025-08-14T20:44:41.2258259Z Running parallel tests on 3 processes 2025-08-14T20:44:41.2258545Z Name: tests to run (est. time: 0.0min) 2025-08-14T20:44:41.2258792Z Serial tests (0): 2025-08-14T20:44:41.2258993Z Parallel tests (1): 2025-08-14T20:44:41.2259188Z test_vulkan 1/1 2025-08-14T20:44:41.2259388Z Name: excluded (est. time: 0.0min) 2025-08-14T20:44:41.2259615Z Serial tests (0): 2025-08-14T20:44:41.2259794Z Parallel tests (0): 2025-08-14T20:44:41.2260043Z Running test_vulkan 1/1 ... [2025-08-14 20:44:41.223236] 2025-08-14T20:44:41.2260570Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2025-08-14T20:44:41.2261482Z Executing ['/opt/hostedtoolcache/Python/3.9.23/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-08-14 20:44:41.223712] 2025-08-14T20:44:41.2262491Z Unable to import boto3. Will not be emitting metrics.... Reason: No module named 'boto3' 2025-08-14T20:44:41.2262871Z No TD results found 2025-08-14T20:44:41.2263497Z Downloading https://ossci-metrics.s3.amazonaws.com/disabled-tests-condensed.json to /home/runner/work/pytorch/pytorch/test/.pytorch-disabled-tests.json 2025-08-14T20:44:41.2264148Z Ignoring disabled issues: [''] 2025-08-14T20:44:45.2175136Z 2025-08-14T20:44:45.2176161Z test_vulkan 1/1 was successful, full logs can be found in artifacts with path test/test-reports/test_vulkan_1.1_c53848ad24c1fec1_.log 2025-08-14T20:44:45.2177710Z Running 0 items in this shard: 2025-08-14T20:44:45.2177964Z 2025-08-14T20:44:45.2526766Z GITHUB_RUN_ID, GITHUB_RUN_ATTEMPT, or ARTIFACTS_FILE_SUFFIX not set, not uploading 2025-08-14T20:44:45.2527471Z Uploading artifacts took 0.00 seconds 2025-08-14T20:44:48.5787031Z Running test_vulkan 1/1 ... [2025-08-14 20:44:48.578380] 2025-08-14T20:44:48.5789487Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2025-08-14T20:44:48.5792558Z Executing ['/opt/hostedtoolcache/Python/3.9.23/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-08-14 20:44:48.578952] 2025-08-14T20:44:48.5796113Z Unable to import boto3. Will not be emitting metrics.... Reason: No module named 'boto3' 2025-08-14T20:44:52.6473937Z 2025-08-14T20:44:52.6475099Z test_vulkan 1/1 was successful, full logs can be found in artifacts with path test/test-reports/test_vulkan_1.1_d7ea444a086b8fa7_.log 2025-08-14T20:44:52.6477136Z Running 1 items in this shard: test/test_vulkan.py::TestVulkanRewritePass::test_conv 2025-08-14T20:44:52.6477775Z 2025-08-14T20:44:52.6487052Z Unable to import boto3. Will not be emitting metrics.... Reason: No module named 'boto3' 2025-08-14T20:44:52.6488377Z Unable to import boto3. Will not be emitting metrics.... Reason: No module named 'boto3' 2025-08-14T20:44:53.4655343Z Running test batch 'tests to run' cost 12.24 seconds 2025-08-14T20:44:54.0531233Z Post job cleanup. 2025-08-14T20:44:54.2023460Z Cache hit occurred on the primary key setup-python-Linux-x64-24.04-Ubuntu-python-3.9.23-pip-463cceeaacf3890acd0bed3e4b84f4d6db7b03301461a865b662cc6427c9ebfd, not saving cache. 2025-08-14T20:44:54.2143272Z Post job cleanup. 2025-08-14T20:44:54.2182396Z Post job cleanup. 2025-08-14T20:44:54.3112588Z [command]/usr/bin/git version 2025-08-14T20:44:54.3148069Z git version 2.50.1 2025-08-14T20:44:54.3186080Z Copying '/home/runner/.gitconfig' to '/home/runner/work/_temp/35ea588f-d223-459b-ac36-066f5b64fa01/.gitconfig' 2025-08-14T20:44:54.3196829Z Temporarily overriding HOME='/home/runner/work/_temp/35ea588f-d223-459b-ac36-066f5b64fa01' before making global git config changes 2025-08-14T20:44:54.3198441Z Adding repository directory to the temporary git global config as a safe directory 2025-08-14T20:44:54.3210101Z [command]/usr/bin/git config --global --add safe.directory /home/runner/work/pytorch/pytorch 2025-08-14T20:44:54.3244749Z [command]/usr/bin/git config --local --name-only --get-regexp core\.sshCommand 2025-08-14T20:44:54.3276832Z [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-08-14T20:44:54.3542694Z [command]/usr/bin/git config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader 2025-08-14T20:44:54.3566531Z http.https://github.com/.extraheader 2025-08-14T20:44:54.3584071Z [command]/usr/bin/git config --local --unset-all http.https://github.com/.extraheader 2025-08-14T20:44:54.3619858Z [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-08-14T20:44:54.3994756Z Cleaning up orphan processes