2025-12-04T07:56:45.2975628Z Current runner version: '2.329.0' 2025-12-04T07:56:45.2982546Z Runner name: 'linux.24_04.4x_183ff497e033' 2025-12-04T07:56:45.2983904Z Runner group name: 'default' 2025-12-04T07:56:45.2985096Z Machine name: 'runnervmg1sw1' 2025-12-04T07:56:45.3006554Z ##[group]Operating System 2025-12-04T07:56:45.3007300Z Ubuntu 2025-12-04T07:56:45.3007799Z 24.04.3 2025-12-04T07:56:45.3008327Z LTS 2025-12-04T07:56:45.3008828Z ##[endgroup] 2025-12-04T07:56:45.3009352Z ##[group]Runner Image 2025-12-04T07:56:45.3009989Z Image: ubuntu-24.04 2025-12-04T07:56:45.3010484Z Version: 20251112.124.1 2025-12-04T07:56:45.3011521Z Included Software: https://github.com/actions/runner-images/blob/ubuntu24/20251112.124/images/ubuntu/Ubuntu2404-Readme.md 2025-12-04T07:56:45.3013184Z Image Release: https://github.com/actions/runner-images/releases/tag/ubuntu24%2F20251112.124 2025-12-04T07:56:45.3014200Z ##[endgroup] 2025-12-04T07:56:45.3016667Z ##[group]GITHUB_TOKEN Permissions 2025-12-04T07:56:45.3019127Z Actions: read 2025-12-04T07:56:45.3019729Z ArtifactMetadata: read 2025-12-04T07:56:45.3020367Z Attestations: read 2025-12-04T07:56:45.3020848Z Checks: read 2025-12-04T07:56:45.3021348Z Contents: read 2025-12-04T07:56:45.3021872Z Deployments: read 2025-12-04T07:56:45.3022718Z Discussions: read 2025-12-04T07:56:45.3023206Z Issues: read 2025-12-04T07:56:45.3023759Z Metadata: read 2025-12-04T07:56:45.3024217Z Models: read 2025-12-04T07:56:45.3024732Z Packages: read 2025-12-04T07:56:45.3025271Z Pages: read 2025-12-04T07:56:45.3025722Z PullRequests: read 2025-12-04T07:56:45.3026250Z RepositoryProjects: read 2025-12-04T07:56:45.3026798Z SecurityEvents: read 2025-12-04T07:56:45.3027338Z Statuses: read 2025-12-04T07:56:45.3027825Z ##[endgroup] 2025-12-04T07:56:45.3029939Z Secret source: Actions 2025-12-04T07:56:45.3030710Z Prepare workflow directory 2025-12-04T07:56:45.3387913Z Prepare all required actions 2025-12-04T07:56:45.3446029Z Getting action download info 2025-12-04T07:56:45.6773651Z Download action repository 'pytorch/pytorch@main' (SHA:ffd9b0fb4355e97af82fc42cf185c3ffa0fc0a32) 2025-12-04T07:56:54.9018237Z Download action repository 'actions/setup-python@a26af69be951a213d495a4c3e4e4022e16d87065' (SHA:a26af69be951a213d495a4c3e4e4022e16d87065) 2025-12-04T07:56:55.0480174Z Getting action download info 2025-12-04T07:56:55.1830988Z Download action repository 'actions/checkout@v4' (SHA:34e114876b0b11c390a56381ad16ebd13914f8d5) 2025-12-04T07:56:55.6845953Z Complete job name: Test `run_test.py` is usable without boto3 2025-12-04T07:56:55.7606030Z ##[group]Run pytorch/pytorch/.github/actions/checkout-pytorch@main 2025-12-04T07:56:55.7606731Z with: 2025-12-04T07:56:55.7606963Z submodules: false 2025-12-04T07:56:55.7607202Z fetch-depth: 1 2025-12-04T07:56:55.7607594Z ##[endgroup] 2025-12-04T07:56:55.7692954Z ##[group]Run echo "IN_CONTAINER_RUNNER=$(if [ -f /.inarc ] || [ -f /.incontainer ]; then echo true ; else echo false; fi)" >> "$GITHUB_OUTPUT" 2025-12-04T07:56:55.7693820Z echo "IN_CONTAINER_RUNNER=$(if [ -f /.inarc ] || [ -f /.incontainer ]; then echo true ; else echo false; fi)" >> "$GITHUB_OUTPUT" 2025-12-04T07:56:55.7730816Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2025-12-04T07:56:55.7731203Z ##[endgroup] 2025-12-04T07:56:55.7979188Z ##[group]Run # Use all available CPUs for fetching 2025-12-04T07:56:55.7979656Z # Use all available CPUs for fetching 2025-12-04T07:56:55.7979991Z cd "${GITHUB_WORKSPACE}" 2025-12-04T07:56:55.7980355Z git config --global fetch.parallel 0 2025-12-04T07:56:55.7980715Z git config --global submodule.fetchJobs 0 2025-12-04T07:56:55.7981029Z  2025-12-04T07:56:55.7981354Z # Clean workspace. The default checkout action should also do this, but 2025-12-04T07:56:55.7981772Z # do it here as well just in case 2025-12-04T07:56:55.7982073Z if [[ -d .git ]]; then 2025-12-04T07:56:55.7982533Z  if [ -z "${NO_SUDO}" ]; then 2025-12-04T07:56:55.7982836Z  sudo git clean -ffdx 2025-12-04T07:56:55.7983323Z  else 2025-12-04T07:56:55.7983561Z  git clean -ffdx 2025-12-04T07:56:55.7983808Z  fi 2025-12-04T07:56:55.7984018Z fi 2025-12-04T07:56:55.8019536Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2025-12-04T07:56:55.8019922Z env: 2025-12-04T07:56:55.8020156Z NO_SUDO: 2025-12-04T07:56:55.8020364Z ##[endgroup] 2025-12-04T07:56:55.8289093Z ##[group]Run actions/checkout@v4 2025-12-04T07:56:55.8289440Z with: 2025-12-04T07:56:55.8289716Z ref: ffd9b0fb4355e97af82fc42cf185c3ffa0fc0a32 2025-12-04T07:56:55.8290024Z fetch-depth: 1 2025-12-04T07:56:55.8290253Z submodules: false 2025-12-04T07:56:55.8290476Z show-progress: false 2025-12-04T07:56:55.8290731Z repository: pytorch/pytorch 2025-12-04T07:56:55.8291191Z token: *** 2025-12-04T07:56:55.8291421Z ssh-strict: true 2025-12-04T07:56:55.8291639Z ssh-user: git 2025-12-04T07:56:55.8291868Z persist-credentials: true 2025-12-04T07:56:55.8292112Z clean: true 2025-12-04T07:56:55.8292657Z sparse-checkout-cone-mode: true 2025-12-04T07:56:55.8292959Z fetch-tags: false 2025-12-04T07:56:55.8293170Z lfs: false 2025-12-04T07:56:55.8293390Z set-safe-directory: true 2025-12-04T07:56:55.8293632Z ##[endgroup] 2025-12-04T07:56:55.9367757Z Syncing repository: pytorch/pytorch 2025-12-04T07:56:55.9369894Z ##[group]Getting Git version info 2025-12-04T07:56:55.9370634Z Working directory is '/home/runner/work/pytorch/pytorch' 2025-12-04T07:56:55.9371865Z [command]/usr/bin/git version 2025-12-04T07:56:55.9373478Z git version 2.51.2 2025-12-04T07:56:55.9400734Z ##[endgroup] 2025-12-04T07:56:55.9418679Z Copying '/home/runner/.gitconfig' to '/home/runner/work/_temp/eeada5bd-e833-4dd0-aca6-eaadc968de30/.gitconfig' 2025-12-04T07:56:55.9430459Z Temporarily overriding HOME='/home/runner/work/_temp/eeada5bd-e833-4dd0-aca6-eaadc968de30' before making global git config changes 2025-12-04T07:56:55.9431704Z Adding repository directory to the temporary git global config as a safe directory 2025-12-04T07:56:55.9435413Z [command]/usr/bin/git config --global --add safe.directory /home/runner/work/pytorch/pytorch 2025-12-04T07:56:55.9472186Z Deleting the contents of '/home/runner/work/pytorch/pytorch' 2025-12-04T07:56:55.9476579Z ##[group]Initializing the repository 2025-12-04T07:56:55.9481631Z [command]/usr/bin/git init /home/runner/work/pytorch/pytorch 2025-12-04T07:56:55.9611945Z hint: Using 'master' as the name for the initial branch. This default branch name 2025-12-04T07:56:55.9613931Z hint: is subject to change. To configure the initial branch name to use in all 2025-12-04T07:56:55.9614792Z hint: of your new repositories, which will suppress this warning, call: 2025-12-04T07:56:55.9615541Z hint: 2025-12-04T07:56:55.9616066Z hint: git config --global init.defaultBranch 2025-12-04T07:56:55.9616599Z hint: 2025-12-04T07:56:55.9617770Z hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and 2025-12-04T07:56:55.9619315Z hint: 'development'. The just-created branch can be renamed via this command: 2025-12-04T07:56:55.9620549Z hint: 2025-12-04T07:56:55.9621314Z hint: git branch -m 2025-12-04T07:56:55.9622119Z hint: 2025-12-04T07:56:55.9623199Z hint: Disable this message with "git config set advice.defaultBranchName false" 2025-12-04T07:56:55.9624854Z Initialized empty Git repository in /home/runner/work/pytorch/pytorch/.git/ 2025-12-04T07:56:55.9632079Z [command]/usr/bin/git remote add origin https://github.com/pytorch/pytorch 2025-12-04T07:56:55.9670668Z ##[endgroup] 2025-12-04T07:56:55.9709987Z ##[group]Disabling automatic garbage collection 2025-12-04T07:56:55.9711038Z [command]/usr/bin/git config --local gc.auto 0 2025-12-04T07:56:55.9714157Z ##[endgroup] 2025-12-04T07:56:55.9714936Z ##[group]Setting up auth 2025-12-04T07:56:55.9717353Z [command]/usr/bin/git config --local --name-only --get-regexp core\.sshCommand 2025-12-04T07:56:55.9750136Z [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-12-04T07:56:56.0161277Z [command]/usr/bin/git config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader 2025-12-04T07:56:56.0195632Z [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-12-04T07:56:56.0431199Z [command]/usr/bin/git config --local --name-only --get-regexp ^includeIf\.gitdir: 2025-12-04T07:56:56.0464971Z [command]/usr/bin/git submodule foreach --recursive git config --local --show-origin --name-only --get-regexp remote.origin.url 2025-12-04T07:56:56.0695514Z [command]/usr/bin/git config --local http.https://github.com/.extraheader AUTHORIZATION: basic *** 2025-12-04T07:56:56.0731933Z ##[endgroup] 2025-12-04T07:56:56.0733187Z ##[group]Fetching the repository 2025-12-04T07:56:56.0741091Z [command]/usr/bin/git -c protocol.version=2 fetch --no-tags --prune --no-recurse-submodules --depth=1 origin ffd9b0fb4355e97af82fc42cf185c3ffa0fc0a32 2025-12-04T07:57:03.0664639Z From https://github.com/pytorch/pytorch 2025-12-04T07:57:03.0665336Z * branch ffd9b0fb4355e97af82fc42cf185c3ffa0fc0a32 -> FETCH_HEAD 2025-12-04T07:57:03.0695005Z ##[endgroup] 2025-12-04T07:57:03.0695611Z ##[group]Determining the checkout info 2025-12-04T07:57:03.0697717Z ##[endgroup] 2025-12-04T07:57:03.0703463Z [command]/usr/bin/git sparse-checkout disable 2025-12-04T07:57:03.0751310Z [command]/usr/bin/git config --local --unset-all extensions.worktreeConfig 2025-12-04T07:57:03.0778180Z ##[group]Checking out the ref 2025-12-04T07:57:03.0783728Z [command]/usr/bin/git checkout --progress --force ffd9b0fb4355e97af82fc42cf185c3ffa0fc0a32 2025-12-04T07:57:04.0994223Z Updating files: 85% (17246/20121) 2025-12-04T07:57:04.1126918Z Updating files: 86% (17305/20121) 2025-12-04T07:57:04.1254762Z Updating files: 87% (17506/20121) 2025-12-04T07:57:04.1359848Z Updating files: 88% (17707/20121) 2025-12-04T07:57:04.1490757Z Updating files: 89% (17908/20121) 2025-12-04T07:57:04.1650142Z Updating files: 90% (18109/20121) 2025-12-04T07:57:04.1758782Z Updating files: 91% (18311/20121) 2025-12-04T07:57:04.1895367Z Updating files: 92% (18512/20121) 2025-12-04T07:57:04.2056814Z Updating files: 93% (18713/20121) 2025-12-04T07:57:04.2228571Z Updating files: 94% (18914/20121) 2025-12-04T07:57:04.2387541Z Updating files: 95% (19115/20121) 2025-12-04T07:57:04.2527101Z Updating files: 96% (19317/20121) 2025-12-04T07:57:04.2670197Z Updating files: 97% (19518/20121) 2025-12-04T07:57:04.2912714Z Updating files: 98% (19719/20121) 2025-12-04T07:57:04.3074406Z Updating files: 99% (19920/20121) 2025-12-04T07:57:04.3076078Z Updating files: 100% (20121/20121) 2025-12-04T07:57:04.3076531Z Updating files: 100% (20121/20121), done. 2025-12-04T07:57:04.3266106Z Note: switching to 'ffd9b0fb4355e97af82fc42cf185c3ffa0fc0a32'. 2025-12-04T07:57:04.3266709Z 2025-12-04T07:57:04.3267102Z You are in 'detached HEAD' state. You can look around, make experimental 2025-12-04T07:57:04.3268069Z changes and commit them, and you can discard any commits you make in this 2025-12-04T07:57:04.3268971Z state without impacting any branches by switching back to a branch. 2025-12-04T07:57:04.3269555Z 2025-12-04T07:57:04.3269901Z If you want to create a new branch to retain commits you create, you may 2025-12-04T07:57:04.3270785Z do so (now or later) by using -c with the switch command. Example: 2025-12-04T07:57:04.3271309Z 2025-12-04T07:57:04.3271494Z git switch -c 2025-12-04T07:57:04.3271803Z 2025-12-04T07:57:04.3271984Z Or undo this operation with: 2025-12-04T07:57:04.3272473Z 2025-12-04T07:57:04.3272625Z git switch - 2025-12-04T07:57:04.3272840Z 2025-12-04T07:57:04.3273192Z Turn off this advice by setting config variable advice.detachedHead to false 2025-12-04T07:57:04.3273745Z 2025-12-04T07:57:04.3274112Z HEAD is now at ffd9b0f Resolve collective autotuning test failure on arm (#168919) 2025-12-04T07:57:04.3312033Z ##[endgroup] 2025-12-04T07:57:04.3360391Z [command]/usr/bin/git log -1 --format=%H 2025-12-04T07:57:04.3386279Z ffd9b0fb4355e97af82fc42cf185c3ffa0fc0a32 2025-12-04T07:57:04.3496001Z ##[group]Run cd "${GITHUB_WORKSPACE}" 2025-12-04T07:57:04.3496293Z cd "${GITHUB_WORKSPACE}" 2025-12-04T07:57:04.3496543Z # Clean stale submodule dirs 2025-12-04T07:57:04.3496791Z if [ -z "${NO_SUDO}" ]; then 2025-12-04T07:57:04.3497094Z  sudo git submodule foreach --recursive git clean -ffdx 2025-12-04T07:57:04.3497404Z else 2025-12-04T07:57:04.3497636Z  git submodule foreach --recursive git clean -ffdx 2025-12-04T07:57:04.3497916Z fi 2025-12-04T07:57:04.3530328Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2025-12-04T07:57:04.3530637Z env: 2025-12-04T07:57:04.3530798Z NO_SUDO: 2025-12-04T07:57:04.3530961Z ##[endgroup] 2025-12-04T07:57:04.3967207Z ##[group]Run actions/setup-python@a26af69be951a213d495a4c3e4e4022e16d87065 2025-12-04T07:57:04.3967583Z with: 2025-12-04T07:57:04.3967756Z python-version: 3.10 2025-12-04T07:57:04.3967952Z architecture: x64 2025-12-04T07:57:04.3968136Z cache: pip 2025-12-04T07:57:04.3968302Z check-latest: false 2025-12-04T07:57:04.3968616Z token: *** 2025-12-04T07:57:04.3968802Z update-environment: true 2025-12-04T07:57:04.3969025Z allow-prereleases: false 2025-12-04T07:57:04.3969226Z freethreaded: false 2025-12-04T07:57:04.3969404Z ##[endgroup] 2025-12-04T07:57:04.5619774Z ##[group]Installed versions 2025-12-04T07:57:04.5734969Z Successfully set up CPython (3.10.19) 2025-12-04T07:57:04.5736222Z ##[endgroup] 2025-12-04T07:57:06.0653776Z [command]/opt/hostedtoolcache/Python/3.10.19/x64/bin/pip cache dir 2025-12-04T07:57:06.3983002Z /home/runner/.cache/pip 2025-12-04T07:57:06.5667164Z Cache hit for: setup-python-Linux-x64-24.04-Ubuntu-python-3.10.19-pip-809a8c0ccf768415fa854225a02d5ed19b6c22e47202ff1d1163b58a716aa6a1 2025-12-04T07:57:07.7179327Z Received 100663296 of 219055217 (46.0%), 96.0 MBs/sec 2025-12-04T07:57:08.4337697Z Received 219055217 of 219055217 (100.0%), 121.7 MBs/sec 2025-12-04T07:57:08.4338307Z Cache Size: ~209 MB (219055217 B) 2025-12-04T07:57:08.4457371Z [command]/usr/bin/tar -xf /home/runner/work/_temp/877c5fcc-20a4-4b5f-9598-7ffda13ecb61/cache.tzst -P -C /home/runner/work/pytorch/pytorch --use-compress-program unzstd 2025-12-04T07:57:08.7492185Z Cache restored successfully 2025-12-04T07:57:08.8049533Z Cache restored from key: setup-python-Linux-x64-24.04-Ubuntu-python-3.10.19-pip-809a8c0ccf768415fa854225a02d5ed19b6c22e47202ff1d1163b58a716aa6a1 2025-12-04T07:57:08.8204529Z ##[group]Run python3 -m pip install --upgrade pip 2025-12-04T07:57:08.8204923Z python3 -m pip install --upgrade pip 2025-12-04T07:57:08.8205525Z pip install pytest-rerunfailures==11.1.* pytest-flakefinder==1.1.* pytest-xdist==3.3.* expecttest==0.3.* fbscribelogger==0.1.* numpy==1.24.* 2025-12-04T07:57:08.8206272Z pip install torch --pre --index-url https://download.pytorch.org/whl/nightly/cpu/ 2025-12-04T07:57:08.8242852Z shell: /usr/bin/bash -e {0} 2025-12-04T07:57:08.8243094Z env: 2025-12-04T07:57:08.8243349Z pythonLocation: /opt/hostedtoolcache/Python/3.10.19/x64 2025-12-04T07:57:08.8243775Z PKG_CONFIG_PATH: /opt/hostedtoolcache/Python/3.10.19/x64/lib/pkgconfig 2025-12-04T07:57:08.8244175Z Python_ROOT_DIR: /opt/hostedtoolcache/Python/3.10.19/x64 2025-12-04T07:57:08.8244526Z Python2_ROOT_DIR: /opt/hostedtoolcache/Python/3.10.19/x64 2025-12-04T07:57:08.8244880Z Python3_ROOT_DIR: /opt/hostedtoolcache/Python/3.10.19/x64 2025-12-04T07:57:08.8245266Z LD_LIBRARY_PATH: /opt/hostedtoolcache/Python/3.10.19/x64/lib 2025-12-04T07:57:08.8245560Z ##[endgroup] 2025-12-04T07:57:09.4376400Z Requirement already satisfied: pip in /opt/hostedtoolcache/Python/3.10.19/x64/lib/python3.10/site-packages (25.3) 2025-12-04T07:57:10.0717503Z Collecting pytest-rerunfailures==11.1.* 2025-12-04T07:57:10.0732971Z Using cached pytest_rerunfailures-11.1.2-py3-none-any.whl.metadata (16 kB) 2025-12-04T07:57:10.0966150Z Collecting pytest-flakefinder==1.1.* 2025-12-04T07:57:10.0979672Z Using cached pytest_flakefinder-1.1.0-py2.py3-none-any.whl.metadata (3.3 kB) 2025-12-04T07:57:10.1302550Z Collecting pytest-xdist==3.3.* 2025-12-04T07:57:10.1315860Z Using cached pytest_xdist-3.3.1-py3-none-any.whl.metadata (3.1 kB) 2025-12-04T07:57:10.1753132Z Collecting expecttest==0.3.* 2025-12-04T07:57:10.1766423Z Using cached expecttest-0.3.0-py3-none-any.whl.metadata (3.8 kB) 2025-12-04T07:57:10.2199680Z Collecting fbscribelogger==0.1.* 2025-12-04T07:57:10.2212777Z Using cached fbscribelogger-0.1.7-py3-none-any.whl.metadata (684 bytes) 2025-12-04T07:57:10.5394842Z Collecting numpy==1.24.* 2025-12-04T07:57:10.5411421Z Using cached numpy-1.24.4-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (5.6 kB) 2025-12-04T07:57:10.5729511Z Collecting packaging>=17.1 (from pytest-rerunfailures==11.1.*) 2025-12-04T07:57:10.5743260Z Using cached packaging-25.0-py3-none-any.whl.metadata (3.3 kB) 2025-12-04T07:57:10.6257224Z Collecting pytest>=5.3 (from pytest-rerunfailures==11.1.*) 2025-12-04T07:57:10.6270628Z Using cached pytest-9.0.1-py3-none-any.whl.metadata (7.6 kB) 2025-12-04T07:57:10.6720832Z Collecting execnet>=1.1 (from pytest-xdist==3.3.*) 2025-12-04T07:57:10.6734599Z Using cached execnet-2.1.2-py3-none-any.whl.metadata (2.9 kB) 2025-12-04T07:57:11.3331513Z Collecting aiohttp<4.0.0,>=3.10.4 (from fbscribelogger==0.1.*) 2025-12-04T07:57:11.3352941Z Using cached aiohttp-3.13.2-cp310-cp310-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl.metadata (8.1 kB) 2025-12-04T07:57:11.3715729Z Collecting thriftpy2<0.6.0,>=0.5.2 (from fbscribelogger==0.1.*) 2025-12-04T07:57:11.3729783Z Using cached thriftpy2-0.5.3-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (8.2 kB) 2025-12-04T07:57:11.4047677Z Collecting typing-extensions<5.0.0,>=4.12.2 (from fbscribelogger==0.1.*) 2025-12-04T07:57:11.4061135Z Using cached typing_extensions-4.15.0-py3-none-any.whl.metadata (3.3 kB) 2025-12-04T07:57:11.4346799Z Collecting aiohappyeyeballs>=2.5.0 (from aiohttp<4.0.0,>=3.10.4->fbscribelogger==0.1.*) 2025-12-04T07:57:11.4359983Z Using cached aiohappyeyeballs-2.6.1-py3-none-any.whl.metadata (5.9 kB) 2025-12-04T07:57:11.4570921Z Collecting aiosignal>=1.4.0 (from aiohttp<4.0.0,>=3.10.4->fbscribelogger==0.1.*) 2025-12-04T07:57:11.4587884Z Using cached aiosignal-1.4.0-py3-none-any.whl.metadata (3.7 kB) 2025-12-04T07:57:11.4827728Z Collecting async-timeout<6.0,>=4.0 (from aiohttp<4.0.0,>=3.10.4->fbscribelogger==0.1.*) 2025-12-04T07:57:11.4846988Z Using cached async_timeout-5.0.1-py3-none-any.whl.metadata (5.1 kB) 2025-12-04T07:57:11.5117650Z Collecting attrs>=17.3.0 (from aiohttp<4.0.0,>=3.10.4->fbscribelogger==0.1.*) 2025-12-04T07:57:11.5130208Z Using cached attrs-25.4.0-py3-none-any.whl.metadata (10 kB) 2025-12-04T07:57:11.6311111Z Collecting frozenlist>=1.1.1 (from aiohttp<4.0.0,>=3.10.4->fbscribelogger==0.1.*) 2025-12-04T07:57:11.6327561Z Using cached frozenlist-1.8.0-cp310-cp310-manylinux1_x86_64.manylinux_2_28_x86_64.manylinux_2_5_x86_64.whl.metadata (20 kB) 2025-12-04T07:57:11.9303235Z Collecting multidict<7.0,>=4.5 (from aiohttp<4.0.0,>=3.10.4->fbscribelogger==0.1.*) 2025-12-04T07:57:11.9320779Z Using cached multidict-6.7.0-cp310-cp310-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl.metadata (5.3 kB) 2025-12-04T07:57:12.0085711Z Collecting propcache>=0.2.0 (from aiohttp<4.0.0,>=3.10.4->fbscribelogger==0.1.*) 2025-12-04T07:57:12.0100416Z Using cached propcache-0.4.1-cp310-cp310-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl.metadata (13 kB) 2025-12-04T07:57:12.3727199Z Collecting yarl<2.0,>=1.17.0 (from aiohttp<4.0.0,>=3.10.4->fbscribelogger==0.1.*) 2025-12-04T07:57:12.3743763Z Using cached yarl-1.22.0-cp310-cp310-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl.metadata (75 kB) 2025-12-04T07:57:12.4040784Z Collecting ply<4.0,>=3.4 (from thriftpy2<0.6.0,>=0.5.2->fbscribelogger==0.1.*) 2025-12-04T07:57:12.4054625Z Using cached ply-3.11-py2.py3-none-any.whl.metadata (844 bytes) 2025-12-04T07:57:12.4301038Z Collecting six~=1.15 (from thriftpy2<0.6.0,>=0.5.2->fbscribelogger==0.1.*) 2025-12-04T07:57:12.4314820Z Using cached six-1.17.0-py2.py3-none-any.whl.metadata (1.7 kB) 2025-12-04T07:57:12.4601207Z Collecting idna>=2.0 (from yarl<2.0,>=1.17.0->aiohttp<4.0.0,>=3.10.4->fbscribelogger==0.1.*) 2025-12-04T07:57:12.4615213Z Using cached idna-3.11-py3-none-any.whl.metadata (8.4 kB) 2025-12-04T07:57:12.5155956Z Collecting exceptiongroup>=1 (from pytest>=5.3->pytest-rerunfailures==11.1.*) 2025-12-04T07:57:12.5168630Z Using cached exceptiongroup-1.3.1-py3-none-any.whl.metadata (6.7 kB) 2025-12-04T07:57:12.5382779Z Collecting iniconfig>=1.0.1 (from pytest>=5.3->pytest-rerunfailures==11.1.*) 2025-12-04T07:57:12.5395930Z Using cached iniconfig-2.3.0-py3-none-any.whl.metadata (2.5 kB) 2025-12-04T07:57:12.5669629Z Collecting pluggy<2,>=1.5 (from pytest>=5.3->pytest-rerunfailures==11.1.*) 2025-12-04T07:57:12.5682477Z Using cached pluggy-1.6.0-py3-none-any.whl.metadata (4.8 kB) 2025-12-04T07:57:12.6020362Z Collecting pygments>=2.7.2 (from pytest>=5.3->pytest-rerunfailures==11.1.*) 2025-12-04T07:57:12.6034214Z Using cached pygments-2.19.2-py3-none-any.whl.metadata (2.5 kB) 2025-12-04T07:57:12.6330358Z Collecting tomli>=1 (from pytest>=5.3->pytest-rerunfailures==11.1.*) 2025-12-04T07:57:12.6343047Z Using cached tomli-2.3.0-py3-none-any.whl.metadata (10 kB) 2025-12-04T07:57:12.6468031Z Using cached pytest_rerunfailures-11.1.2-py3-none-any.whl (12 kB) 2025-12-04T07:57:12.6480334Z Using cached pytest_flakefinder-1.1.0-py2.py3-none-any.whl (4.6 kB) 2025-12-04T07:57:12.6494487Z Using cached pytest_xdist-3.3.1-py3-none-any.whl (41 kB) 2025-12-04T07:57:12.6507457Z Using cached expecttest-0.3.0-py3-none-any.whl (8.2 kB) 2025-12-04T07:57:12.6520220Z Using cached fbscribelogger-0.1.7-py3-none-any.whl (6.9 kB) 2025-12-04T07:57:12.6532816Z Using cached numpy-1.24.4-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (17.3 MB) 2025-12-04T07:57:12.6672402Z Using cached aiohttp-3.13.2-cp310-cp310-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl (1.7 MB) 2025-12-04T07:57:12.6697066Z Using cached async_timeout-5.0.1-py3-none-any.whl (6.2 kB) 2025-12-04T07:57:12.6709849Z Using cached multidict-6.7.0-cp310-cp310-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl (241 kB) 2025-12-04T07:57:12.6723717Z Using cached thriftpy2-0.5.3-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (2.0 MB) 2025-12-04T07:57:12.6750109Z Using cached ply-3.11-py2.py3-none-any.whl (49 kB) 2025-12-04T07:57:12.6762028Z Using cached six-1.17.0-py2.py3-none-any.whl (11 kB) 2025-12-04T07:57:12.6774443Z Using cached typing_extensions-4.15.0-py3-none-any.whl (44 kB) 2025-12-04T07:57:12.6787105Z Using cached yarl-1.22.0-cp310-cp310-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl (346 kB) 2025-12-04T07:57:12.6801559Z Using cached aiohappyeyeballs-2.6.1-py3-none-any.whl (15 kB) 2025-12-04T07:57:12.6814146Z Using cached aiosignal-1.4.0-py3-none-any.whl (7.5 kB) 2025-12-04T07:57:12.6826171Z Using cached attrs-25.4.0-py3-none-any.whl (67 kB) 2025-12-04T07:57:12.6838634Z Using cached execnet-2.1.2-py3-none-any.whl (40 kB) 2025-12-04T07:57:12.6851353Z Using cached frozenlist-1.8.0-cp310-cp310-manylinux1_x86_64.manylinux_2_28_x86_64.manylinux_2_5_x86_64.whl (219 kB) 2025-12-04T07:57:12.6864574Z Using cached idna-3.11-py3-none-any.whl (71 kB) 2025-12-04T07:57:12.6877001Z Using cached packaging-25.0-py3-none-any.whl (66 kB) 2025-12-04T07:57:12.6889876Z Using cached propcache-0.4.1-cp310-cp310-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl (196 kB) 2025-12-04T07:57:12.6902582Z Using cached pytest-9.0.1-py3-none-any.whl (373 kB) 2025-12-04T07:57:12.6917814Z Using cached pluggy-1.6.0-py3-none-any.whl (20 kB) 2025-12-04T07:57:12.6930259Z Using cached exceptiongroup-1.3.1-py3-none-any.whl (16 kB) 2025-12-04T07:57:12.6942546Z Using cached iniconfig-2.3.0-py3-none-any.whl (7.5 kB) 2025-12-04T07:57:12.6954982Z Using cached pygments-2.19.2-py3-none-any.whl (1.2 MB) 2025-12-04T07:57:12.6977184Z Using cached tomli-2.3.0-py3-none-any.whl (14 kB) 2025-12-04T07:57:12.7994866Z 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-12-04T07:57:16.0737773Z 2025-12-04T07:57:16.0790518Z Successfully installed aiohappyeyeballs-2.6.1 aiohttp-3.13.2 aiosignal-1.4.0 async-timeout-5.0.1 attrs-25.4.0 exceptiongroup-1.3.1 execnet-2.1.2 expecttest-0.3.0 fbscribelogger-0.1.7 frozenlist-1.8.0 idna-3.11 iniconfig-2.3.0 multidict-6.7.0 numpy-1.24.4 packaging-25.0 pluggy-1.6.0 ply-3.11 propcache-0.4.1 pygments-2.19.2 pytest-9.0.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.3.0 typing-extensions-4.15.0 yarl-1.22.0 2025-12-04T07:57:16.6575903Z Looking in indexes: https://download.pytorch.org/whl/nightly/cpu/ 2025-12-04T07:57:17.2377175Z Collecting torch 2025-12-04T07:57:17.2515208Z Downloading https://download.pytorch.org/whl/nightly/cpu/torch-2.10.0.dev20251203%2Bcpu-cp310-cp310-manylinux_2_28_x86_64.whl.metadata (29 kB) 2025-12-04T07:57:17.3141743Z Collecting filelock (from torch) 2025-12-04T07:57:17.3281912Z Using cached https://download.pytorch.org/whl/nightly/filelock-3.20.0-py3-none-any.whl.metadata (2.1 kB) 2025-12-04T07:57:17.3294842Z Requirement already satisfied: typing-extensions>=4.10.0 in /opt/hostedtoolcache/Python/3.10.19/x64/lib/python3.10/site-packages (from torch) (4.15.0) 2025-12-04T07:57:17.3859446Z Collecting sympy>=1.13.3 (from torch) 2025-12-04T07:57:17.3996584Z Using cached https://download.pytorch.org/whl/nightly/sympy-1.14.0-py3-none-any.whl.metadata (12 kB) 2025-12-04T07:57:17.4573705Z Collecting networkx>=2.5.1 (from torch) 2025-12-04T07:57:17.4719138Z Using cached https://download.pytorch.org/whl/nightly/networkx-3.5-py3-none-any.whl.metadata (6.3 kB) 2025-12-04T07:57:17.6009043Z Collecting jinja2 (from torch) 2025-12-04T07:57:17.6147712Z Using cached https://download.pytorch.org/whl/nightly/jinja2-3.1.6-py3-none-any.whl.metadata (2.9 kB) 2025-12-04T07:57:17.6711275Z Collecting fsspec>=0.8.5 (from torch) 2025-12-04T07:57:17.6850643Z Using cached https://download.pytorch.org/whl/nightly/fsspec-2025.10.0-py3-none-any.whl.metadata (10 kB) 2025-12-04T07:57:17.7240180Z INFO: pip is looking at multiple versions of networkx to determine which version is compatible with other requirements. This could take a while. 2025-12-04T07:57:17.7244442Z Collecting networkx>=2.5.1 (from torch) 2025-12-04T07:57:17.7388000Z Using cached https://download.pytorch.org/whl/nightly/networkx-3.4.2-py3-none-any.whl (1.7 MB) 2025-12-04T07:57:17.8858214Z Collecting mpmath<1.4,>=1.1.0 (from sympy>=1.13.3->torch) 2025-12-04T07:57:17.8997305Z Using cached https://download.pytorch.org/whl/nightly/mpmath-1.3.0-py3-none-any.whl.metadata (8.6 kB) 2025-12-04T07:57:17.9868398Z Collecting MarkupSafe>=2.0 (from jinja2->torch) 2025-12-04T07:57:18.0016709Z Using cached https://download.pytorch.org/whl/nightly/MarkupSafe-3.0.2-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (4.0 kB) 2025-12-04T07:57:18.0153429Z Downloading https://download.pytorch.org/whl/nightly/cpu/torch-2.10.0.dev20251203%2Bcpu-cp310-cp310-manylinux_2_28_x86_64.whl (188.7 MB) 2025-12-04T07:57:18.8804108Z ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 188.7/188.7 MB 219.3 MB/s 0:00:00 2025-12-04T07:57:18.8948562Z Using cached https://download.pytorch.org/whl/nightly/fsspec-2025.10.0-py3-none-any.whl (200 kB) 2025-12-04T07:57:18.9088126Z Using cached https://download.pytorch.org/whl/nightly/sympy-1.14.0-py3-none-any.whl (6.3 MB) 2025-12-04T07:57:18.9272693Z Using cached https://download.pytorch.org/whl/nightly/mpmath-1.3.0-py3-none-any.whl (536 kB) 2025-12-04T07:57:18.9411361Z Using cached https://download.pytorch.org/whl/nightly/filelock-3.20.0-py3-none-any.whl (16 kB) 2025-12-04T07:57:18.9548177Z Using cached https://download.pytorch.org/whl/nightly/jinja2-3.1.6-py3-none-any.whl (134 kB) 2025-12-04T07:57:18.9693253Z Using cached https://download.pytorch.org/whl/nightly/MarkupSafe-3.0.2-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (20 kB) 2025-12-04T07:57:19.2564394Z Installing collected packages: mpmath, sympy, networkx, MarkupSafe, fsspec, filelock, jinja2, torch 2025-12-04T07:57:35.4275714Z 2025-12-04T07:57:35.4336522Z Successfully installed MarkupSafe-3.0.2 filelock-3.20.0 fsspec-2025.10.0 jinja2-3.1.6 mpmath-1.3.0 networkx-3.4.2 sympy-1.14.0 torch-2.10.0.dev20251203+cpu 2025-12-04T07:57:35.5291224Z ##[group]Run # Run test_vulkan, which is a fast noop on Linux 2025-12-04T07:57:35.5291749Z # Run test_vulkan, which is a fast noop on Linux 2025-12-04T07:57:35.5292590Z python3 test/run_test.py --include test_vulkan --verbose 2025-12-04T07:57:35.5326203Z shell: /usr/bin/bash -e {0} 2025-12-04T07:57:35.5326661Z env: 2025-12-04T07:57:35.5326966Z pythonLocation: /opt/hostedtoolcache/Python/3.10.19/x64 2025-12-04T07:57:35.5327456Z PKG_CONFIG_PATH: /opt/hostedtoolcache/Python/3.10.19/x64/lib/pkgconfig 2025-12-04T07:57:35.5328077Z Python_ROOT_DIR: /opt/hostedtoolcache/Python/3.10.19/x64 2025-12-04T07:57:35.5328527Z Python2_ROOT_DIR: /opt/hostedtoolcache/Python/3.10.19/x64 2025-12-04T07:57:35.5328924Z Python3_ROOT_DIR: /opt/hostedtoolcache/Python/3.10.19/x64 2025-12-04T07:57:35.5329451Z LD_LIBRARY_PATH: /opt/hostedtoolcache/Python/3.10.19/x64/lib 2025-12-04T07:57:35.5329837Z ##[endgroup] 2025-12-04T07:57:39.3312849Z ##[warning] Failed to find test times file `/home/runner/work/pytorch/pytorch/.additional_ci_files/test-times.json`. Using round robin sharding. 2025-12-04T07:57:39.3321534Z ##[warning] Failed to find test times file `/home/runner/work/pytorch/pytorch/.additional_ci_files/test-class-times.json`. Using round robin sharding. 2025-12-04T07:57:39.3323310Z Running all tests 2025-12-04T07:57:39.3323660Z Running parallel tests on 3 processes 2025-12-04T07:57:39.3324037Z Name: tests to run (est. time: 0.0min) 2025-12-04T07:57:39.3324453Z Serial tests (0): 2025-12-04T07:57:39.3324756Z Parallel tests (1): 2025-12-04T07:57:39.3325015Z test_vulkan 1/1 2025-12-04T07:57:39.3325378Z Name: excluded (est. time: 0.0min) 2025-12-04T07:57:39.3325738Z Serial tests (0): 2025-12-04T07:57:39.3326015Z Parallel tests (0): 2025-12-04T07:57:39.3326444Z Running test_vulkan 1/1 ... [2025-12-04 07:57:39.329318][281.761093787] 2025-12-04T07:57:39.3326872Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2025-12-04T07:57:39.3327871Z Executing ['/opt/hostedtoolcache/Python/3.10.19/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-12-04 07:57:39.329796] 2025-12-04T07:57:39.3329085Z Unable to import boto3. Will not be emitting metrics.... Reason: No module named 'boto3' 2025-12-04T07:57:39.3329523Z No TD results found 2025-12-04T07:57:39.3330251Z Downloading https://ossci-metrics.s3.amazonaws.com/disabled-tests-condensed.json to /home/runner/work/pytorch/pytorch/test/.pytorch-disabled-tests.json 2025-12-04T07:57:39.3331076Z Ignoring disabled issues: [''] 2025-12-04T07:57:42.4141880Z 2025-12-04T07:57:42.4143046Z test_vulkan 1/1 was successful, full logs can be found in artifacts with path test/test-reports/test_vulkan_1.1_5b08dacbf852dc7b_.log 2025-12-04T07:57:42.4144084Z Running 0 items in this shard: 2025-12-04T07:57:42.4144431Z 2025-12-04T07:57:42.4144709Z Finished test_vulkan 1/1 ... [2025-12-04 07:57:42.414375][284.84614914], took 0.05min 2025-12-04T07:57:44.9463634Z Running test_vulkan 1/1 ... [2025-12-04 07:57:44.946044][287.377817977] 2025-12-04T07:57:44.9468682Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2025-12-04T07:57:44.9473965Z Executing ['/opt/hostedtoolcache/Python/3.10.19/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-12-04 07:57:44.946609] 2025-12-04T07:57:44.9476269Z Unable to import boto3. Will not be emitting metrics.... Reason: No module named 'boto3' 2025-12-04T07:57:48.2285451Z 2025-12-04T07:57:48.2286672Z test_vulkan 1/1 was successful, full logs can be found in artifacts with path test/test-reports/test_vulkan_1.1_492461bdd6eb141e_.log 2025-12-04T07:57:48.2288197Z Running 1 items in this shard: test/test_vulkan.py::TestVulkanRewritePass::test_conv 2025-12-04T07:57:48.2289119Z 2025-12-04T07:57:48.2289917Z Finished test_vulkan 1/1 ... [2025-12-04 07:57:48.228715][290.660488001], took 0.05min 2025-12-04T07:57:48.2303384Z Unable to import boto3. Will not be emitting metrics.... Reason: No module named 'boto3' 2025-12-04T07:57:48.2304865Z Unable to import boto3. Will not be emitting metrics.... Reason: No module named 'boto3' 2025-12-04T07:57:48.9027361Z Running test batch 'tests to run' cost 9.57 seconds 2025-12-04T07:57:49.3544658Z Post job cleanup. 2025-12-04T07:57:49.5066478Z Cache hit occurred on the primary key setup-python-Linux-x64-24.04-Ubuntu-python-3.10.19-pip-809a8c0ccf768415fa854225a02d5ed19b6c22e47202ff1d1163b58a716aa6a1, not saving cache. 2025-12-04T07:57:49.5187076Z Post job cleanup. 2025-12-04T07:57:49.5226625Z Post job cleanup. 2025-12-04T07:57:49.6169827Z [command]/usr/bin/git version 2025-12-04T07:57:49.6209611Z git version 2.51.2 2025-12-04T07:57:49.6251008Z Copying '/home/runner/.gitconfig' to '/home/runner/work/_temp/cf9f12c4-6cfe-471d-81ee-d139d4f649aa/.gitconfig' 2025-12-04T07:57:49.6261280Z Temporarily overriding HOME='/home/runner/work/_temp/cf9f12c4-6cfe-471d-81ee-d139d4f649aa' before making global git config changes 2025-12-04T07:57:49.6262709Z Adding repository directory to the temporary git global config as a safe directory 2025-12-04T07:57:49.6273796Z [command]/usr/bin/git config --global --add safe.directory /home/runner/work/pytorch/pytorch 2025-12-04T07:57:49.6307977Z [command]/usr/bin/git config --local --name-only --get-regexp core\.sshCommand 2025-12-04T07:57:49.6339183Z [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-12-04T07:57:49.6606349Z [command]/usr/bin/git config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader 2025-12-04T07:57:49.6638296Z http.https://github.com/.extraheader 2025-12-04T07:57:49.6655480Z [command]/usr/bin/git config --local --unset-all http.https://github.com/.extraheader 2025-12-04T07:57:49.6693068Z [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-12-04T07:57:49.6975241Z [command]/usr/bin/git config --local --name-only --get-regexp ^includeIf\.gitdir: 2025-12-04T07:57:49.7011719Z [command]/usr/bin/git submodule foreach --recursive git config --local --show-origin --name-only --get-regexp remote.origin.url 2025-12-04T07:57:49.7400367Z Cleaning up orphan processes