2025-10-10T00:02:07.9288573Z Current runner version: '2.328.0' 2025-10-10T00:02:07.9315387Z ##[group]Runner Image Provisioner 2025-10-10T00:02:07.9316177Z Hosted Compute Agent 2025-10-10T00:02:07.9316820Z Version: 20250926.407 2025-10-10T00:02:07.9317680Z Commit: a8d3c890d6d501a6f936b65ce895408b5f196586 2025-10-10T00:02:07.9318389Z Build Date: 2025-09-26T14:52:28Z 2025-10-10T00:02:07.9319010Z ##[endgroup] 2025-10-10T00:02:07.9319588Z ##[group]Operating System 2025-10-10T00:02:07.9320112Z Ubuntu 2025-10-10T00:02:07.9320632Z 24.04.3 2025-10-10T00:02:07.9321108Z LTS 2025-10-10T00:02:07.9321520Z ##[endgroup] 2025-10-10T00:02:07.9322041Z ##[group]Runner Image 2025-10-10T00:02:07.9322590Z Image: ubuntu-24.04 2025-10-10T00:02:07.9323094Z Version: 20250929.60.1 2025-10-10T00:02:07.9324043Z Included Software: https://github.com/actions/runner-images/blob/ubuntu24/20250929.60/images/ubuntu/Ubuntu2404-Readme.md 2025-10-10T00:02:07.9325658Z Image Release: https://github.com/actions/runner-images/releases/tag/ubuntu24%2F20250929.60 2025-10-10T00:02:07.9326635Z ##[endgroup] 2025-10-10T00:02:07.9329249Z ##[group]GITHUB_TOKEN Permissions 2025-10-10T00:02:07.9331225Z Actions: read 2025-10-10T00:02:07.9331896Z Attestations: read 2025-10-10T00:02:07.9332373Z Checks: read 2025-10-10T00:02:07.9332893Z Contents: read 2025-10-10T00:02:07.9333442Z Deployments: read 2025-10-10T00:02:07.9333936Z Discussions: read 2025-10-10T00:02:07.9334384Z Issues: read 2025-10-10T00:02:07.9334900Z Metadata: read 2025-10-10T00:02:07.9335342Z Models: read 2025-10-10T00:02:07.9335817Z Packages: read 2025-10-10T00:02:07.9336383Z Pages: read 2025-10-10T00:02:07.9336836Z PullRequests: read 2025-10-10T00:02:07.9337507Z RepositoryProjects: read 2025-10-10T00:02:07.9338069Z SecurityEvents: read 2025-10-10T00:02:07.9338682Z Statuses: read 2025-10-10T00:02:07.9339136Z ##[endgroup] 2025-10-10T00:02:07.9341664Z Secret source: Actions 2025-10-10T00:02:07.9342393Z Prepare workflow directory 2025-10-10T00:02:07.9728051Z Prepare all required actions 2025-10-10T00:02:07.9765484Z Getting action download info 2025-10-10T00:02:08.3281629Z Download action repository 'pytorch/pytorch@main' (SHA:344e6365a0068c2d2847fcec0c55dd53291d475e) 2025-10-10T00:02:12.9611766Z Download action repository 'actions/setup-python@a26af69be951a213d495a4c3e4e4022e16d87065' (SHA:a26af69be951a213d495a4c3e4e4022e16d87065) 2025-10-10T00:02:13.1585645Z Getting action download info 2025-10-10T00:02:13.3107702Z Download action repository 'actions/checkout@v4' (SHA:08eba0b27e820071cde6df949e0beb9ba4906955) 2025-10-10T00:02:13.4097032Z Complete job name: Test `run_test.py` is usable without boto3 2025-10-10T00:02:13.4812192Z ##[group]Run pytorch/pytorch/.github/actions/checkout-pytorch@main 2025-10-10T00:02:13.4812935Z with: 2025-10-10T00:02:13.4813197Z submodules: false 2025-10-10T00:02:13.4813437Z fetch-depth: 1 2025-10-10T00:02:13.4813853Z ##[endgroup] 2025-10-10T00:02:13.4912477Z ##[group]Run echo "IN_CONTAINER_RUNNER=$(if [ -f /.inarc ] || [ -f /.incontainer ]; then echo true ; else echo false; fi)" >> "$GITHUB_OUTPUT" 2025-10-10T00:02:13.4913440Z echo "IN_CONTAINER_RUNNER=$(if [ -f /.inarc ] || [ -f /.incontainer ]; then echo true ; else echo false; fi)" >> "$GITHUB_OUTPUT" 2025-10-10T00:02:13.4951971Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2025-10-10T00:02:13.4952381Z ##[endgroup] 2025-10-10T00:02:13.5215659Z ##[group]Run # Use all available CPUs for fetching 2025-10-10T00:02:13.5216169Z # Use all available CPUs for fetching 2025-10-10T00:02:13.5216486Z cd "${GITHUB_WORKSPACE}" 2025-10-10T00:02:13.5216859Z git config --global fetch.parallel 0 2025-10-10T00:02:13.5217216Z git config --global submodule.fetchJobs 0 2025-10-10T00:02:13.5217735Z  2025-10-10T00:02:13.5218059Z # Clean workspace. The default checkout action should also do this, but 2025-10-10T00:02:13.5218484Z # do it here as well just in case 2025-10-10T00:02:13.5218779Z if [[ -d .git ]]; then 2025-10-10T00:02:13.5219052Z  if [ -z "${NO_SUDO}" ]; then 2025-10-10T00:02:13.5219588Z  sudo git clean -ffdx 2025-10-10T00:02:13.5219842Z  else 2025-10-10T00:02:13.5220068Z  git clean -ffdx 2025-10-10T00:02:13.5220306Z  fi 2025-10-10T00:02:13.5220515Z fi 2025-10-10T00:02:13.5254064Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2025-10-10T00:02:13.5254473Z env: 2025-10-10T00:02:13.5254680Z NO_SUDO: 2025-10-10T00:02:13.5254910Z ##[endgroup] 2025-10-10T00:02:13.6532433Z ##[group]Run actions/checkout@v4 2025-10-10T00:02:13.6532771Z with: 2025-10-10T00:02:13.6533041Z ref: 344e6365a0068c2d2847fcec0c55dd53291d475e 2025-10-10T00:02:13.6533354Z fetch-depth: 1 2025-10-10T00:02:13.6533593Z submodules: false 2025-10-10T00:02:13.6533826Z show-progress: false 2025-10-10T00:02:13.6534083Z repository: pytorch/pytorch 2025-10-10T00:02:13.6534486Z token: *** 2025-10-10T00:02:13.6534709Z ssh-strict: true 2025-10-10T00:02:13.6534927Z ssh-user: git 2025-10-10T00:02:13.6535160Z persist-credentials: true 2025-10-10T00:02:13.6535417Z clean: true 2025-10-10T00:02:13.6535653Z sparse-checkout-cone-mode: true 2025-10-10T00:02:13.6535925Z fetch-tags: false 2025-10-10T00:02:13.6536136Z lfs: false 2025-10-10T00:02:13.6536351Z set-safe-directory: true 2025-10-10T00:02:13.6536592Z ##[endgroup] 2025-10-10T00:02:13.7632583Z Syncing repository: pytorch/pytorch 2025-10-10T00:02:13.7634055Z ##[group]Getting Git version info 2025-10-10T00:02:13.7634471Z Working directory is '/home/runner/work/pytorch/pytorch' 2025-10-10T00:02:13.7635098Z [command]/usr/bin/git version 2025-10-10T00:02:13.7644869Z git version 2.51.0 2025-10-10T00:02:13.7672436Z ##[endgroup] 2025-10-10T00:02:13.7690617Z Copying '/home/runner/.gitconfig' to '/home/runner/work/_temp/7548dab1-b0eb-4aa7-970d-fb3f8e56ebe9/.gitconfig' 2025-10-10T00:02:13.7702393Z Temporarily overriding HOME='/home/runner/work/_temp/7548dab1-b0eb-4aa7-970d-fb3f8e56ebe9' before making global git config changes 2025-10-10T00:02:13.7703859Z Adding repository directory to the temporary git global config as a safe directory 2025-10-10T00:02:13.7708256Z [command]/usr/bin/git config --global --add safe.directory /home/runner/work/pytorch/pytorch 2025-10-10T00:02:13.7747589Z Deleting the contents of '/home/runner/work/pytorch/pytorch' 2025-10-10T00:02:13.7751871Z ##[group]Initializing the repository 2025-10-10T00:02:13.7756588Z [command]/usr/bin/git init /home/runner/work/pytorch/pytorch 2025-10-10T00:02:13.8678472Z hint: Using 'master' as the name for the initial branch. This default branch name 2025-10-10T00:02:13.8680038Z hint: is subject to change. To configure the initial branch name to use in all 2025-10-10T00:02:13.8680824Z hint: of your new repositories, which will suppress this warning, call: 2025-10-10T00:02:13.8681395Z hint: 2025-10-10T00:02:13.8681851Z hint: git config --global init.defaultBranch 2025-10-10T00:02:13.8682326Z hint: 2025-10-10T00:02:13.8682704Z hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and 2025-10-10T00:02:13.8683345Z hint: 'development'. The just-created branch can be renamed via this command: 2025-10-10T00:02:13.8683811Z hint: 2025-10-10T00:02:13.8684059Z hint: git branch -m 2025-10-10T00:02:13.8684355Z hint: 2025-10-10T00:02:13.8684740Z hint: Disable this message with "git config set advice.defaultBranchName false" 2025-10-10T00:02:13.8723505Z Initialized empty Git repository in /home/runner/work/pytorch/pytorch/.git/ 2025-10-10T00:02:13.8738259Z [command]/usr/bin/git remote add origin https://github.com/pytorch/pytorch 2025-10-10T00:02:13.8870921Z ##[endgroup] 2025-10-10T00:02:13.8871750Z ##[group]Disabling automatic garbage collection 2025-10-10T00:02:13.8876302Z [command]/usr/bin/git config --local gc.auto 0 2025-10-10T00:02:13.8911213Z ##[endgroup] 2025-10-10T00:02:13.8911991Z ##[group]Setting up auth 2025-10-10T00:02:13.8919793Z [command]/usr/bin/git config --local --name-only --get-regexp core\.sshCommand 2025-10-10T00:02:13.8953274Z [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-10-10T00:02:14.0746349Z [command]/usr/bin/git config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader 2025-10-10T00:02:14.0778236Z [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-10-10T00:02:14.1003749Z [command]/usr/bin/git config --local http.https://github.com/.extraheader AUTHORIZATION: basic *** 2025-10-10T00:02:14.1042303Z ##[endgroup] 2025-10-10T00:02:14.1042876Z ##[group]Fetching the repository 2025-10-10T00:02:14.1050846Z [command]/usr/bin/git -c protocol.version=2 fetch --no-tags --prune --no-recurse-submodules --depth=1 origin 344e6365a0068c2d2847fcec0c55dd53291d475e 2025-10-10T00:02:20.2635284Z From https://github.com/pytorch/pytorch 2025-10-10T00:02:20.2636034Z * branch 344e6365a0068c2d2847fcec0c55dd53291d475e -> FETCH_HEAD 2025-10-10T00:02:20.2715212Z ##[endgroup] 2025-10-10T00:02:20.2715804Z ##[group]Determining the checkout info 2025-10-10T00:02:20.2716466Z ##[endgroup] 2025-10-10T00:02:20.2722507Z [command]/usr/bin/git sparse-checkout disable 2025-10-10T00:02:20.2816775Z [command]/usr/bin/git config --local --unset-all extensions.worktreeConfig 2025-10-10T00:02:20.2852097Z ##[group]Checking out the ref 2025-10-10T00:02:20.2858328Z [command]/usr/bin/git checkout --progress --force 344e6365a0068c2d2847fcec0c55dd53291d475e 2025-10-10T00:02:21.3089158Z Updating files: 85% (17075/19929) 2025-10-10T00:02:21.3222482Z Updating files: 86% (17139/19929) 2025-10-10T00:02:21.3342172Z Updating files: 87% (17339/19929) 2025-10-10T00:02:21.3456999Z Updating files: 88% (17538/19929) 2025-10-10T00:02:21.3585421Z Updating files: 89% (17737/19929) 2025-10-10T00:02:21.3738064Z Updating files: 90% (17937/19929) 2025-10-10T00:02:21.3860338Z Updating files: 91% (18136/19929) 2025-10-10T00:02:21.3981200Z Updating files: 92% (18335/19929) 2025-10-10T00:02:21.4148185Z Updating files: 93% (18534/19929) 2025-10-10T00:02:21.4318818Z Updating files: 94% (18734/19929) 2025-10-10T00:02:21.4478667Z Updating files: 95% (18933/19929) 2025-10-10T00:02:21.4617527Z Updating files: 96% (19132/19929) 2025-10-10T00:02:21.4761508Z Updating files: 97% (19332/19929) 2025-10-10T00:02:21.5002977Z Updating files: 98% (19531/19929) 2025-10-10T00:02:21.5159248Z Updating files: 99% (19730/19929) 2025-10-10T00:02:21.5161763Z Updating files: 100% (19929/19929) 2025-10-10T00:02:21.5162427Z Updating files: 100% (19929/19929), done. 2025-10-10T00:02:21.5353000Z Note: switching to '344e6365a0068c2d2847fcec0c55dd53291d475e'. 2025-10-10T00:02:21.5353472Z 2025-10-10T00:02:21.5353703Z You are in 'detached HEAD' state. You can look around, make experimental 2025-10-10T00:02:21.5354552Z changes and commit them, and you can discard any commits you make in this 2025-10-10T00:02:21.5355273Z state without impacting any branches by switching back to a branch. 2025-10-10T00:02:21.5356494Z 2025-10-10T00:02:21.5356804Z If you want to create a new branch to retain commits you create, you may 2025-10-10T00:02:21.5357858Z do so (now or later) by using -c with the switch command. Example: 2025-10-10T00:02:21.5358240Z 2025-10-10T00:02:21.5358400Z git switch -c 2025-10-10T00:02:21.5358705Z 2025-10-10T00:02:21.5358874Z Or undo this operation with: 2025-10-10T00:02:21.5359144Z 2025-10-10T00:02:21.5359281Z git switch - 2025-10-10T00:02:21.5359484Z 2025-10-10T00:02:21.5359861Z Turn off this advice by setting config variable advice.detachedHead to false 2025-10-10T00:02:21.5360382Z 2025-10-10T00:02:21.5360890Z HEAD is now at 344e636 [inductor][eazy] change how torch.use_deterministic_algorithms affect inductor (#164905) 2025-10-10T00:02:21.5393527Z ##[endgroup] 2025-10-10T00:02:21.5438591Z [command]/usr/bin/git log -1 --format=%H 2025-10-10T00:02:21.5462738Z 344e6365a0068c2d2847fcec0c55dd53291d475e 2025-10-10T00:02:21.5581935Z ##[group]Run cd "${GITHUB_WORKSPACE}" 2025-10-10T00:02:21.5582221Z cd "${GITHUB_WORKSPACE}" 2025-10-10T00:02:21.5582454Z # Clean stale submodule dirs 2025-10-10T00:02:21.5582741Z if [ -z "${NO_SUDO}" ]; then 2025-10-10T00:02:21.5583025Z  sudo git submodule foreach --recursive git clean -ffdx 2025-10-10T00:02:21.5583326Z else 2025-10-10T00:02:21.5583553Z  git submodule foreach --recursive git clean -ffdx 2025-10-10T00:02:21.5583830Z fi 2025-10-10T00:02:21.5618014Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2025-10-10T00:02:21.5618319Z env: 2025-10-10T00:02:21.5618474Z NO_SUDO: 2025-10-10T00:02:21.5618631Z ##[endgroup] 2025-10-10T00:02:21.6133016Z ##[group]Run actions/setup-python@a26af69be951a213d495a4c3e4e4022e16d87065 2025-10-10T00:02:21.6133387Z with: 2025-10-10T00:02:21.6133566Z python-version: 3.10 2025-10-10T00:02:21.6133766Z architecture: x64 2025-10-10T00:02:21.6133961Z cache: pip 2025-10-10T00:02:21.6134137Z check-latest: false 2025-10-10T00:02:21.6134435Z token: *** 2025-10-10T00:02:21.6134623Z update-environment: true 2025-10-10T00:02:21.6134847Z allow-prereleases: false 2025-10-10T00:02:21.6135051Z freethreaded: false 2025-10-10T00:02:21.6135233Z ##[endgroup] 2025-10-10T00:02:21.7919959Z ##[group]Installed versions 2025-10-10T00:02:21.9744932Z Successfully set up CPython (3.10.18) 2025-10-10T00:02:21.9746151Z ##[endgroup] 2025-10-10T00:02:23.4049463Z [command]/opt/hostedtoolcache/Python/3.10.18/x64/bin/pip cache dir 2025-10-10T00:02:26.3333753Z /home/runner/.cache/pip 2025-10-10T00:02:26.5820929Z Cache hit for: setup-python-Linux-x64-24.04-Ubuntu-python-3.10.18-pip-556acd6d647e989bbc46babfb4e69010ce8ae1a12493eb3c871e2a4755a296fb 2025-10-10T00:02:27.7626080Z Received 79691776 of 213646036 (37.3%), 75.6 MBs/sec 2025-10-10T00:02:28.7956076Z Received 213646036 of 213646036 (100.0%), 100.0 MBs/sec 2025-10-10T00:02:28.7957201Z Cache Size: ~204 MB (213646036 B) 2025-10-10T00:02:28.7994076Z [command]/usr/bin/tar -xf /home/runner/work/_temp/c3ae540f-6f8f-48fc-808e-f2150d7ae264/cache.tzst -P -C /home/runner/work/pytorch/pytorch --use-compress-program unzstd 2025-10-10T00:02:29.0980516Z Cache restored successfully 2025-10-10T00:02:29.1396209Z Cache restored from key: setup-python-Linux-x64-24.04-Ubuntu-python-3.10.18-pip-556acd6d647e989bbc46babfb4e69010ce8ae1a12493eb3c871e2a4755a296fb 2025-10-10T00:02:29.1567001Z ##[group]Run python3 -m pip install --upgrade pip 2025-10-10T00:02:29.1567596Z python3 -m pip install --upgrade pip 2025-10-10T00:02:29.1568220Z pip install pytest-rerunfailures==11.1.* pytest-flakefinder==1.1.* pytest-xdist==3.3.* expecttest==0.3.* fbscribelogger==0.1.* numpy==1.24.* 2025-10-10T00:02:29.1568981Z pip install torch --pre --index-url https://download.pytorch.org/whl/nightly/cpu/ 2025-10-10T00:02:29.1606512Z shell: /usr/bin/bash -e {0} 2025-10-10T00:02:29.1606747Z env: 2025-10-10T00:02:29.1606993Z pythonLocation: /opt/hostedtoolcache/Python/3.10.18/x64 2025-10-10T00:02:29.1607710Z PKG_CONFIG_PATH: /opt/hostedtoolcache/Python/3.10.18/x64/lib/pkgconfig 2025-10-10T00:02:29.1608124Z Python_ROOT_DIR: /opt/hostedtoolcache/Python/3.10.18/x64 2025-10-10T00:02:29.1608490Z Python2_ROOT_DIR: /opt/hostedtoolcache/Python/3.10.18/x64 2025-10-10T00:02:29.1608840Z Python3_ROOT_DIR: /opt/hostedtoolcache/Python/3.10.18/x64 2025-10-10T00:02:29.1609221Z LD_LIBRARY_PATH: /opt/hostedtoolcache/Python/3.10.18/x64/lib 2025-10-10T00:02:29.1609510Z ##[endgroup] 2025-10-10T00:02:31.2189407Z Requirement already satisfied: pip in /opt/hostedtoolcache/Python/3.10.18/x64/lib/python3.10/site-packages (25.2) 2025-10-10T00:02:32.3684645Z Collecting pytest-rerunfailures==11.1.* 2025-10-10T00:02:32.3698942Z Using cached pytest_rerunfailures-11.1.2-py3-none-any.whl.metadata (16 kB) 2025-10-10T00:02:32.3937957Z Collecting pytest-flakefinder==1.1.* 2025-10-10T00:02:32.3951145Z Using cached pytest_flakefinder-1.1.0-py2.py3-none-any.whl.metadata (3.3 kB) 2025-10-10T00:02:32.4317717Z Collecting pytest-xdist==3.3.* 2025-10-10T00:02:32.4332201Z Using cached pytest_xdist-3.3.1-py3-none-any.whl.metadata (3.1 kB) 2025-10-10T00:02:32.4559350Z Collecting expecttest==0.3.* 2025-10-10T00:02:32.4572355Z Using cached expecttest-0.3.0-py3-none-any.whl.metadata (3.8 kB) 2025-10-10T00:02:32.4785959Z Collecting fbscribelogger==0.1.* 2025-10-10T00:02:32.4799464Z Using cached fbscribelogger-0.1.7-py3-none-any.whl.metadata (684 bytes) 2025-10-10T00:02:32.7118119Z Collecting numpy==1.24.* 2025-10-10T00:02:32.7134517Z Using cached numpy-1.24.4-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (5.6 kB) 2025-10-10T00:02:32.7558807Z Collecting packaging>=17.1 (from pytest-rerunfailures==11.1.*) 2025-10-10T00:02:32.7573266Z Using cached packaging-25.0-py3-none-any.whl.metadata (3.3 kB) 2025-10-10T00:02:32.8082153Z Collecting pytest>=5.3 (from pytest-rerunfailures==11.1.*) 2025-10-10T00:02:32.8096012Z Using cached pytest-8.4.2-py3-none-any.whl.metadata (7.7 kB) 2025-10-10T00:02:32.8615290Z Collecting execnet>=1.1 (from pytest-xdist==3.3.*) 2025-10-10T00:02:32.8629181Z Using cached execnet-2.1.1-py3-none-any.whl.metadata (2.9 kB) 2025-10-10T00:02:33.5321630Z Collecting aiohttp<4.0.0,>=3.10.4 (from fbscribelogger==0.1.*) 2025-10-10T00:02:33.5339803Z Using cached aiohttp-3.13.0-cp310-cp310-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl.metadata (8.1 kB) 2025-10-10T00:02:33.5690021Z Collecting thriftpy2<0.6.0,>=0.5.2 (from fbscribelogger==0.1.*) 2025-10-10T00:02:33.5704006Z Using cached thriftpy2-0.5.3-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (8.2 kB) 2025-10-10T00:02:33.6018019Z Collecting typing-extensions<5.0.0,>=4.12.2 (from fbscribelogger==0.1.*) 2025-10-10T00:02:33.6031875Z Using cached typing_extensions-4.15.0-py3-none-any.whl.metadata (3.3 kB) 2025-10-10T00:02:33.6291116Z Collecting aiohappyeyeballs>=2.5.0 (from aiohttp<4.0.0,>=3.10.4->fbscribelogger==0.1.*) 2025-10-10T00:02:33.6304371Z Using cached aiohappyeyeballs-2.6.1-py3-none-any.whl.metadata (5.9 kB) 2025-10-10T00:02:33.6522996Z Collecting aiosignal>=1.4.0 (from aiohttp<4.0.0,>=3.10.4->fbscribelogger==0.1.*) 2025-10-10T00:02:33.6535933Z Using cached aiosignal-1.4.0-py3-none-any.whl.metadata (3.7 kB) 2025-10-10T00:02:33.6753395Z Collecting async-timeout<6.0,>=4.0 (from aiohttp<4.0.0,>=3.10.4->fbscribelogger==0.1.*) 2025-10-10T00:02:33.6766978Z Using cached async_timeout-5.0.1-py3-none-any.whl.metadata (5.1 kB) 2025-10-10T00:02:33.7041124Z Collecting attrs>=17.3.0 (from aiohttp<4.0.0,>=3.10.4->fbscribelogger==0.1.*) 2025-10-10T00:02:33.7054000Z Using cached attrs-25.4.0-py3-none-any.whl.metadata (10 kB) 2025-10-10T00:02:33.8294082Z Collecting frozenlist>=1.1.1 (from aiohttp<4.0.0,>=3.10.4->fbscribelogger==0.1.*) 2025-10-10T00:02:33.8309725Z 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-10-10T00:02:34.1340609Z Collecting multidict<7.0,>=4.5 (from aiohttp<4.0.0,>=3.10.4->fbscribelogger==0.1.*) 2025-10-10T00:02:34.1356819Z 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-10-10T00:02:34.2374510Z Collecting propcache>=0.2.0 (from aiohttp<4.0.0,>=3.10.4->fbscribelogger==0.1.*) 2025-10-10T00:02:34.2392788Z 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-10-10T00:02:34.6226236Z Collecting yarl<2.0,>=1.17.0 (from aiohttp<4.0.0,>=3.10.4->fbscribelogger==0.1.*) 2025-10-10T00:02:34.6243715Z 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-10-10T00:02:34.6554310Z Collecting ply<4.0,>=3.4 (from thriftpy2<0.6.0,>=0.5.2->fbscribelogger==0.1.*) 2025-10-10T00:02:34.6568240Z Using cached ply-3.11-py2.py3-none-any.whl.metadata (844 bytes) 2025-10-10T00:02:34.6827619Z Collecting six~=1.15 (from thriftpy2<0.6.0,>=0.5.2->fbscribelogger==0.1.*) 2025-10-10T00:02:34.6841306Z Using cached six-1.17.0-py2.py3-none-any.whl.metadata (1.7 kB) 2025-10-10T00:02:34.7129421Z Collecting idna>=2.0 (from yarl<2.0,>=1.17.0->aiohttp<4.0.0,>=3.10.4->fbscribelogger==0.1.*) 2025-10-10T00:02:34.7143100Z Using cached idna-3.10-py3-none-any.whl.metadata (10 kB) 2025-10-10T00:02:34.7677054Z Collecting exceptiongroup>=1 (from pytest>=5.3->pytest-rerunfailures==11.1.*) 2025-10-10T00:02:34.7690868Z Using cached exceptiongroup-1.3.0-py3-none-any.whl.metadata (6.7 kB) 2025-10-10T00:02:34.7929315Z Collecting iniconfig>=1 (from pytest>=5.3->pytest-rerunfailures==11.1.*) 2025-10-10T00:02:34.7942911Z Using cached iniconfig-2.1.0-py3-none-any.whl.metadata (2.7 kB) 2025-10-10T00:02:34.8239251Z Collecting pluggy<2,>=1.5 (from pytest>=5.3->pytest-rerunfailures==11.1.*) 2025-10-10T00:02:34.8252587Z Using cached pluggy-1.6.0-py3-none-any.whl.metadata (4.8 kB) 2025-10-10T00:02:34.8668231Z Collecting pygments>=2.7.2 (from pytest>=5.3->pytest-rerunfailures==11.1.*) 2025-10-10T00:02:34.8682845Z Using cached pygments-2.19.2-py3-none-any.whl.metadata (2.5 kB) 2025-10-10T00:02:34.8992595Z Collecting tomli>=1 (from pytest>=5.3->pytest-rerunfailures==11.1.*) 2025-10-10T00:02:34.9007427Z Using cached tomli-2.3.0-py3-none-any.whl.metadata (10 kB) 2025-10-10T00:02:34.9137922Z Using cached pytest_rerunfailures-11.1.2-py3-none-any.whl (12 kB) 2025-10-10T00:02:34.9152563Z Using cached pytest_flakefinder-1.1.0-py2.py3-none-any.whl (4.6 kB) 2025-10-10T00:02:34.9165779Z Using cached pytest_xdist-3.3.1-py3-none-any.whl (41 kB) 2025-10-10T00:02:34.9178989Z Using cached expecttest-0.3.0-py3-none-any.whl (8.2 kB) 2025-10-10T00:02:34.9191397Z Using cached fbscribelogger-0.1.7-py3-none-any.whl (6.9 kB) 2025-10-10T00:02:34.9204128Z Using cached numpy-1.24.4-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (17.3 MB) 2025-10-10T00:02:34.9344349Z Using cached aiohttp-3.13.0-cp310-cp310-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl (1.7 MB) 2025-10-10T00:02:34.9368838Z Using cached async_timeout-5.0.1-py3-none-any.whl (6.2 kB) 2025-10-10T00:02:34.9382015Z 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-10-10T00:02:34.9396065Z Using cached thriftpy2-0.5.3-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (2.0 MB) 2025-10-10T00:02:34.9423997Z Using cached ply-3.11-py2.py3-none-any.whl (49 kB) 2025-10-10T00:02:34.9436387Z Using cached six-1.17.0-py2.py3-none-any.whl (11 kB) 2025-10-10T00:02:34.9449216Z Using cached typing_extensions-4.15.0-py3-none-any.whl (44 kB) 2025-10-10T00:02:34.9462475Z 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-10-10T00:02:34.9478076Z Using cached aiohappyeyeballs-2.6.1-py3-none-any.whl (15 kB) 2025-10-10T00:02:34.9490918Z Using cached aiosignal-1.4.0-py3-none-any.whl (7.5 kB) 2025-10-10T00:02:34.9503548Z Using cached attrs-25.4.0-py3-none-any.whl (67 kB) 2025-10-10T00:02:34.9516633Z Using cached execnet-2.1.1-py3-none-any.whl (40 kB) 2025-10-10T00:02:34.9533142Z 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-10-10T00:02:34.9546422Z Using cached idna-3.10-py3-none-any.whl (70 kB) 2025-10-10T00:02:34.9559361Z Using cached packaging-25.0-py3-none-any.whl (66 kB) 2025-10-10T00:02:34.9572399Z 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-10-10T00:02:34.9585355Z Using cached pytest-8.4.2-py3-none-any.whl (365 kB) 2025-10-10T00:02:34.9599938Z Using cached pluggy-1.6.0-py3-none-any.whl (20 kB) 2025-10-10T00:02:34.9611859Z Using cached exceptiongroup-1.3.0-py3-none-any.whl (16 kB) 2025-10-10T00:02:34.9623814Z Using cached iniconfig-2.1.0-py3-none-any.whl (6.0 kB) 2025-10-10T00:02:34.9635722Z Using cached pygments-2.19.2-py3-none-any.whl (1.2 MB) 2025-10-10T00:02:34.9657904Z Using cached tomli-2.3.0-py3-none-any.whl (14 kB) 2025-10-10T00:02:35.0945313Z 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-10-10T00:02:38.5438071Z 2025-10-10T00:02:38.5489420Z Successfully installed aiohappyeyeballs-2.6.1 aiohttp-3.13.0 aiosignal-1.4.0 async-timeout-5.0.1 attrs-25.4.0 exceptiongroup-1.3.0 execnet-2.1.1 expecttest-0.3.0 fbscribelogger-0.1.7 frozenlist-1.8.0 idna-3.10 iniconfig-2.1.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-8.4.2 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-10-10T00:02:39.6312069Z Looking in indexes: https://download.pytorch.org/whl/nightly/cpu/ 2025-10-10T00:02:40.2326033Z Collecting torch 2025-10-10T00:02:40.2503130Z Using cached https://download.pytorch.org/whl/nightly/cpu/torch-2.10.0.dev20251008%2Bcpu-cp310-cp310-manylinux_2_28_x86_64.whl.metadata (29 kB) 2025-10-10T00:02:40.3703424Z Collecting filelock (from torch) 2025-10-10T00:02:40.3865594Z Using cached https://download.pytorch.org/whl/nightly/filelock-3.19.1-py3-none-any.whl.metadata (2.1 kB) 2025-10-10T00:02:40.3878025Z Requirement already satisfied: typing-extensions>=4.10.0 in /opt/hostedtoolcache/Python/3.10.18/x64/lib/python3.10/site-packages (from torch) (4.15.0) 2025-10-10T00:02:40.4962319Z Collecting sympy>=1.13.3 (from torch) 2025-10-10T00:02:40.5131852Z Using cached https://download.pytorch.org/whl/nightly/sympy-1.14.0-py3-none-any.whl.metadata (12 kB) 2025-10-10T00:02:40.6288144Z Collecting networkx>=2.5.1 (from torch) 2025-10-10T00:02:40.6465361Z Using cached https://download.pytorch.org/whl/nightly/networkx-3.5-py3-none-any.whl.metadata (6.3 kB) 2025-10-10T00:02:40.7153349Z Collecting jinja2 (from torch) 2025-10-10T00:02:40.7323251Z Using cached https://download.pytorch.org/whl/nightly/jinja2-3.1.6-py3-none-any.whl.metadata (2.9 kB) 2025-10-10T00:02:40.7999346Z Collecting fsspec>=0.8.5 (from torch) 2025-10-10T00:02:40.8167805Z Using cached https://download.pytorch.org/whl/nightly/fsspec-2025.9.0-py3-none-any.whl.metadata (10 kB) 2025-10-10T00:02:40.8558439Z INFO: pip is looking at multiple versions of networkx to determine which version is compatible with other requirements. This could take a while. 2025-10-10T00:02:40.8562768Z Collecting networkx>=2.5.1 (from torch) 2025-10-10T00:02:40.8746851Z Using cached https://download.pytorch.org/whl/nightly/networkx-3.4.2-py3-none-any.whl (1.7 MB) 2025-10-10T00:02:41.0066927Z Collecting mpmath<1.4,>=1.1.0 (from sympy>=1.13.3->torch) 2025-10-10T00:02:41.0246854Z Using cached https://download.pytorch.org/whl/nightly/mpmath-1.3.0-py3-none-any.whl (536 kB) 2025-10-10T00:02:41.1842936Z Collecting MarkupSafe>=2.0 (from jinja2->torch) 2025-10-10T00:02:41.2016271Z 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-10-10T00:02:41.2206720Z Using cached https://download.pytorch.org/whl/nightly/cpu/torch-2.10.0.dev20251008%2Bcpu-cp310-cp310-manylinux_2_28_x86_64.whl (183.5 MB) 2025-10-10T00:02:41.3688460Z Using cached https://download.pytorch.org/whl/nightly/fsspec-2025.9.0-py3-none-any.whl (199 kB) 2025-10-10T00:02:41.3860661Z Using cached https://download.pytorch.org/whl/nightly/sympy-1.14.0-py3-none-any.whl (6.3 MB) 2025-10-10T00:02:41.4081329Z Using cached https://download.pytorch.org/whl/nightly/filelock-3.19.1-py3-none-any.whl (15 kB) 2025-10-10T00:02:41.4248159Z Using cached https://download.pytorch.org/whl/nightly/jinja2-3.1.6-py3-none-any.whl (134 kB) 2025-10-10T00:02:41.4417477Z 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-10-10T00:02:41.8665818Z Installing collected packages: mpmath, sympy, networkx, MarkupSafe, fsspec, filelock, jinja2, torch 2025-10-10T00:02:57.9948646Z 2025-10-10T00:02:58.0010789Z Successfully installed MarkupSafe-3.0.2 filelock-3.19.1 fsspec-2025.9.0 jinja2-3.1.6 mpmath-1.3.0 networkx-3.4.2 sympy-1.14.0 torch-2.10.0.dev20251008+cpu 2025-10-10T00:02:58.1215341Z ##[group]Run # Run test_vulkan, which is a fast noop on Linux 2025-10-10T00:02:58.1215826Z # Run test_vulkan, which is a fast noop on Linux 2025-10-10T00:02:58.1216214Z python3 test/run_test.py --include test_vulkan --verbose 2025-10-10T00:02:58.1250828Z shell: /usr/bin/bash -e {0} 2025-10-10T00:02:58.1251065Z env: 2025-10-10T00:02:58.1251329Z pythonLocation: /opt/hostedtoolcache/Python/3.10.18/x64 2025-10-10T00:02:58.1251753Z PKG_CONFIG_PATH: /opt/hostedtoolcache/Python/3.10.18/x64/lib/pkgconfig 2025-10-10T00:02:58.1252157Z Python_ROOT_DIR: /opt/hostedtoolcache/Python/3.10.18/x64 2025-10-10T00:02:58.1252513Z Python2_ROOT_DIR: /opt/hostedtoolcache/Python/3.10.18/x64 2025-10-10T00:02:58.1252896Z Python3_ROOT_DIR: /opt/hostedtoolcache/Python/3.10.18/x64 2025-10-10T00:02:58.1253245Z LD_LIBRARY_PATH: /opt/hostedtoolcache/Python/3.10.18/x64/lib 2025-10-10T00:02:58.1253535Z ##[endgroup] 2025-10-10T00:03:03.4922688Z ##[warning] Failed to find test times file `/home/runner/work/pytorch/pytorch/.additional_ci_files/test-times.json`. Using round robin sharding. 2025-10-10T00:03:03.4930682Z ##[warning] Failed to find test times file `/home/runner/work/pytorch/pytorch/.additional_ci_files/test-class-times.json`. Using round robin sharding. 2025-10-10T00:03:03.4931774Z Running all tests 2025-10-10T00:03:03.4932013Z Running parallel tests on 3 processes 2025-10-10T00:03:03.4932297Z Name: tests to run (est. time: 0.0min) 2025-10-10T00:03:03.4932543Z Serial tests (0): 2025-10-10T00:03:03.4932745Z Parallel tests (1): 2025-10-10T00:03:03.4932947Z test_vulkan 1/1 2025-10-10T00:03:03.4933148Z Name: excluded (est. time: 0.0min) 2025-10-10T00:03:03.4933382Z Serial tests (0): 2025-10-10T00:03:03.4933591Z Parallel tests (0): 2025-10-10T00:03:03.4933830Z Running test_vulkan 1/1 ... [2025-10-10 00:03:03.490544] 2025-10-10T00:03:03.4934137Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2025-10-10T00:03:03.4935037Z Executing ['/opt/hostedtoolcache/Python/3.10.18/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-10-10 00:03:03.490924] 2025-10-10T00:03:03.4936052Z Unable to import boto3. Will not be emitting metrics.... Reason: No module named 'boto3' 2025-10-10T00:03:03.4936428Z No TD results found 2025-10-10T00:03:03.4937039Z Downloading https://ossci-metrics.s3.amazonaws.com/disabled-tests-condensed.json to /home/runner/work/pytorch/pytorch/test/.pytorch-disabled-tests.json 2025-10-10T00:03:03.4937857Z Ignoring disabled issues: [''] 2025-10-10T00:03:07.1602017Z 2025-10-10T00:03:07.1603059Z test_vulkan 1/1 was successful, full logs can be found in artifacts with path test/test-reports/test_vulkan_1.1_224590cb2206307b_.log 2025-10-10T00:03:07.1604043Z Running 0 items in this shard: 2025-10-10T00:03:07.1604297Z 2025-10-10T00:03:07.2212859Z GITHUB_RUN_ID, GITHUB_RUN_ATTEMPT, or ARTIFACTS_FILE_SUFFIX not set, not uploading 2025-10-10T00:03:07.2213649Z Uploading artifacts took 0.00 seconds 2025-10-10T00:03:10.1051467Z Running test_vulkan 1/1 ... [2025-10-10 00:03:10.104918] 2025-10-10T00:03:10.1056272Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2025-10-10T00:03:10.1057052Z Unable to import boto3. Will not be emitting metrics.... Reason: No module named 'boto3' 2025-10-10T00:03:10.1066059Z Executing ['/opt/hostedtoolcache/Python/3.10.18/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-10-10 00:03:10.105447] 2025-10-10T00:03:13.9112334Z 2025-10-10T00:03:13.9113698Z test_vulkan 1/1 was successful, full logs can be found in artifacts with path test/test-reports/test_vulkan_1.1_2c53dc671285d8cf_.log 2025-10-10T00:03:13.9114836Z Running 1 items in this shard: test/test_vulkan.py::TestVulkanRewritePass::test_conv 2025-10-10T00:03:13.9115658Z 2025-10-10T00:03:13.9121764Z Unable to import boto3. Will not be emitting metrics.... Reason: No module named 'boto3' 2025-10-10T00:03:13.9123510Z Unable to import boto3. Will not be emitting metrics.... Reason: No module named 'boto3' 2025-10-10T00:03:14.6177767Z Running test batch 'tests to run' cost 11.13 seconds 2025-10-10T00:03:15.1156679Z Post job cleanup. 2025-10-10T00:03:15.2629742Z Cache hit occurred on the primary key setup-python-Linux-x64-24.04-Ubuntu-python-3.10.18-pip-556acd6d647e989bbc46babfb4e69010ce8ae1a12493eb3c871e2a4755a296fb, not saving cache. 2025-10-10T00:03:15.2762788Z Post job cleanup. 2025-10-10T00:03:15.2842080Z Post job cleanup. 2025-10-10T00:03:15.3797505Z [command]/usr/bin/git version 2025-10-10T00:03:15.3835179Z git version 2.51.0 2025-10-10T00:03:15.3875145Z Copying '/home/runner/.gitconfig' to '/home/runner/work/_temp/96c2b567-8b1b-4d12-9a48-572e0a209a1a/.gitconfig' 2025-10-10T00:03:15.3885400Z Temporarily overriding HOME='/home/runner/work/_temp/96c2b567-8b1b-4d12-9a48-572e0a209a1a' before making global git config changes 2025-10-10T00:03:15.3886992Z Adding repository directory to the temporary git global config as a safe directory 2025-10-10T00:03:15.3892287Z [command]/usr/bin/git config --global --add safe.directory /home/runner/work/pytorch/pytorch 2025-10-10T00:03:15.3935290Z [command]/usr/bin/git config --local --name-only --get-regexp core\.sshCommand 2025-10-10T00:03:15.3968662Z [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-10-10T00:03:15.4239299Z [command]/usr/bin/git config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader 2025-10-10T00:03:15.4266870Z http.https://github.com/.extraheader 2025-10-10T00:03:15.4284795Z [command]/usr/bin/git config --local --unset-all http.https://github.com/.extraheader 2025-10-10T00:03:15.4330170Z [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-10-10T00:03:15.4732127Z Cleaning up orphan processes