2025-07-17T06:33:51.1584548Z Current runner version: '2.326.0' 2025-07-17T06:33:51.1593305Z Runner name: 'linux.24_04.4x_0fc8e1b23c07' 2025-07-17T06:33:51.1594627Z Runner group name: 'default' 2025-07-17T06:33:51.1595865Z Machine name: 'pkrvmq0rgcvqdmg' 2025-07-17T06:33:51.1618478Z ##[group]Operating System 2025-07-17T06:33:51.1619609Z Ubuntu 2025-07-17T06:33:51.1620308Z 24.04.2 2025-07-17T06:33:51.1621009Z LTS 2025-07-17T06:33:51.1622050Z ##[endgroup] 2025-07-17T06:33:51.1622772Z ##[group]Runner Image 2025-07-17T06:33:51.1623681Z Image: ubuntu-24.04 2025-07-17T06:33:51.1624517Z Version: 20250710.1.0 2025-07-17T06:33:51.1626200Z Included Software: https://github.com/actions/runner-images/blob/ubuntu24/20250710.1/images/ubuntu/Ubuntu2404-Readme.md 2025-07-17T06:33:51.1628512Z Image Release: https://github.com/actions/runner-images/releases/tag/ubuntu24%2F20250710.1 2025-07-17T06:33:51.1630067Z ##[endgroup] 2025-07-17T06:33:51.1634238Z ##[group]GITHUB_TOKEN Permissions 2025-07-17T06:33:51.1637166Z Actions: read 2025-07-17T06:33:51.1638074Z Attestations: read 2025-07-17T06:33:51.1638983Z Checks: read 2025-07-17T06:33:51.1639711Z Contents: read 2025-07-17T06:33:51.1640486Z Deployments: read 2025-07-17T06:33:51.1641481Z Discussions: read 2025-07-17T06:33:51.1642412Z Issues: read 2025-07-17T06:33:51.1643128Z Metadata: read 2025-07-17T06:33:51.1643883Z Models: read 2025-07-17T06:33:51.1644794Z Packages: read 2025-07-17T06:33:51.1645526Z Pages: read 2025-07-17T06:33:51.1646255Z PullRequests: read 2025-07-17T06:33:51.1647129Z RepositoryProjects: read 2025-07-17T06:33:51.1647996Z SecurityEvents: read 2025-07-17T06:33:51.1648761Z Statuses: read 2025-07-17T06:33:51.1649643Z ##[endgroup] 2025-07-17T06:33:51.1652815Z Secret source: Actions 2025-07-17T06:33:51.1653965Z Prepare workflow directory 2025-07-17T06:33:51.2172858Z Prepare all required actions 2025-07-17T06:33:51.2256646Z Getting action download info 2025-07-17T06:33:51.6435263Z Download action repository 'pytorch/pytorch@main' (SHA:a38f433be2e94a64b095a44ba39879d02d0c2316) 2025-07-17T06:33:56.3539929Z Download action repository 'actions/setup-python@a26af69be951a213d495a4c3e4e4022e16d87065' (SHA:a26af69be951a213d495a4c3e4e4022e16d87065) 2025-07-17T06:33:56.8601276Z Getting action download info 2025-07-17T06:33:57.0250009Z Download action repository 'actions/checkout@v4' (SHA:11bd71901bbe5b1630ceea73d27597364c9af683) 2025-07-17T06:33:57.1153546Z Complete job name: Test `run_test.py` is usable without boto3 2025-07-17T06:33:57.1784079Z ##[group]Run pytorch/pytorch/.github/actions/checkout-pytorch@main 2025-07-17T06:33:57.1784777Z with: 2025-07-17T06:33:57.1784999Z submodules: false 2025-07-17T06:33:57.1785237Z fetch-depth: 1 2025-07-17T06:33:57.1785609Z ##[endgroup] 2025-07-17T06:33:57.1870675Z ##[group]Run echo "IN_CONTAINER_RUNNER=$(if [ -f /.inarc ] || [ -f /.incontainer ]; then echo true ; else echo false; fi)" >> "$GITHUB_OUTPUT" 2025-07-17T06:33:57.1871681Z echo "IN_CONTAINER_RUNNER=$(if [ -f /.inarc ] || [ -f /.incontainer ]; then echo true ; else echo false; fi)" >> "$GITHUB_OUTPUT" 2025-07-17T06:33:57.1904181Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2025-07-17T06:33:57.1904563Z ##[endgroup] 2025-07-17T06:33:57.2135635Z ##[group]Run # Use all available CPUs for fetching 2025-07-17T06:33:57.2136079Z # Use all available CPUs for fetching 2025-07-17T06:33:57.2136413Z cd "${GITHUB_WORKSPACE}" 2025-07-17T06:33:57.2136772Z git config --global fetch.parallel 0 2025-07-17T06:33:57.2137124Z git config --global submodule.fetchJobs 0 2025-07-17T06:33:57.2137429Z  2025-07-17T06:33:57.2137749Z # Clean workspace. The default checkout action should also do this, but 2025-07-17T06:33:57.2138158Z # do it here as well just in case 2025-07-17T06:33:57.2138449Z if [[ -d .git ]]; then 2025-07-17T06:33:57.2138724Z  if [ -z "${NO_SUDO}" ]; then 2025-07-17T06:33:57.2139012Z  sudo git clean -ffdx 2025-07-17T06:33:57.2139263Z  else 2025-07-17T06:33:57.2139499Z  git clean -ffdx 2025-07-17T06:33:57.2139958Z  fi 2025-07-17T06:33:57.2140165Z fi 2025-07-17T06:33:57.2167557Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2025-07-17T06:33:57.2167912Z env: 2025-07-17T06:33:57.2168139Z NO_SUDO: 2025-07-17T06:33:57.2168340Z ##[endgroup] 2025-07-17T06:33:57.3828440Z ##[group]Run actions/checkout@v4 2025-07-17T06:33:57.3828742Z with: 2025-07-17T06:33:57.3829149Z ref: a38f433be2e94a64b095a44ba39879d02d0c2316 2025-07-17T06:33:57.3829458Z fetch-depth: 1 2025-07-17T06:33:57.3829683Z submodules: false 2025-07-17T06:33:57.3829925Z show-progress: false 2025-07-17T06:33:57.3830173Z repository: pytorch/pytorch 2025-07-17T06:33:57.3830574Z token: *** 2025-07-17T06:33:57.3830789Z ssh-strict: true 2025-07-17T06:33:57.3831009Z ssh-user: git 2025-07-17T06:33:57.3831461Z persist-credentials: true 2025-07-17T06:33:57.3831718Z clean: true 2025-07-17T06:33:57.3831952Z sparse-checkout-cone-mode: true 2025-07-17T06:33:57.3832235Z fetch-tags: false 2025-07-17T06:33:57.3832453Z lfs: false 2025-07-17T06:33:57.3832661Z set-safe-directory: true 2025-07-17T06:33:57.3832910Z ##[endgroup] 2025-07-17T06:33:57.4856149Z Syncing repository: pytorch/pytorch 2025-07-17T06:33:57.4857468Z ##[group]Getting Git version info 2025-07-17T06:33:57.4857874Z Working directory is '/home/runner/work/pytorch/pytorch' 2025-07-17T06:33:57.4858444Z [command]/usr/bin/git version 2025-07-17T06:33:57.4869618Z git version 2.50.1 2025-07-17T06:33:57.4896243Z ##[endgroup] 2025-07-17T06:33:57.4915550Z Copying '/home/runner/.gitconfig' to '/home/runner/work/_temp/4e5a4b6c-421e-418b-9e90-dde1e62f7230/.gitconfig' 2025-07-17T06:33:57.4926227Z Temporarily overriding HOME='/home/runner/work/_temp/4e5a4b6c-421e-418b-9e90-dde1e62f7230' before making global git config changes 2025-07-17T06:33:57.4927643Z Adding repository directory to the temporary git global config as a safe directory 2025-07-17T06:33:57.4932201Z [command]/usr/bin/git config --global --add safe.directory /home/runner/work/pytorch/pytorch 2025-07-17T06:33:57.4966234Z Deleting the contents of '/home/runner/work/pytorch/pytorch' 2025-07-17T06:33:57.4969956Z ##[group]Initializing the repository 2025-07-17T06:33:57.4975100Z [command]/usr/bin/git init /home/runner/work/pytorch/pytorch 2025-07-17T06:33:57.5554435Z hint: Using 'master' as the name for the initial branch. This default branch name 2025-07-17T06:33:57.5555821Z hint: is subject to change. To configure the initial branch name to use in all 2025-07-17T06:33:57.5556463Z hint: of your new repositories, which will suppress this warning, call: 2025-07-17T06:33:57.5556915Z hint: 2025-07-17T06:33:57.5557237Z hint: git config --global init.defaultBranch 2025-07-17T06:33:57.5557613Z hint: 2025-07-17T06:33:57.5557963Z hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and 2025-07-17T06:33:57.5558556Z hint: 'development'. The just-created branch can be renamed via this command: 2025-07-17T06:33:57.5559003Z hint: 2025-07-17T06:33:57.5559247Z hint: git branch -m 2025-07-17T06:33:57.5559539Z hint: 2025-07-17T06:33:57.5559920Z hint: Disable this message with "git config set advice.defaultBranchName false" 2025-07-17T06:33:57.5613238Z Initialized empty Git repository in /home/runner/work/pytorch/pytorch/.git/ 2025-07-17T06:33:57.5625756Z [command]/usr/bin/git remote add origin https://github.com/pytorch/pytorch 2025-07-17T06:33:57.5729003Z ##[endgroup] 2025-07-17T06:33:57.5729727Z ##[group]Disabling automatic garbage collection 2025-07-17T06:33:57.5734480Z [command]/usr/bin/git config --local gc.auto 0 2025-07-17T06:33:57.5764583Z ##[endgroup] 2025-07-17T06:33:57.5765329Z ##[group]Setting up auth 2025-07-17T06:33:57.5772599Z [command]/usr/bin/git config --local --name-only --get-regexp core\.sshCommand 2025-07-17T06:33:57.5803097Z [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-07-17T06:33:57.8058572Z [command]/usr/bin/git config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader 2025-07-17T06:33:57.8093122Z [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-07-17T06:33:57.8343077Z [command]/usr/bin/git config --local http.https://github.com/.extraheader AUTHORIZATION: basic *** 2025-07-17T06:33:57.8388381Z ##[endgroup] 2025-07-17T06:33:57.8389097Z ##[group]Fetching the repository 2025-07-17T06:33:57.8400486Z [command]/usr/bin/git -c protocol.version=2 fetch --no-tags --prune --no-recurse-submodules --depth=1 origin a38f433be2e94a64b095a44ba39879d02d0c2316 2025-07-17T06:34:03.2615256Z From https://github.com/pytorch/pytorch 2025-07-17T06:34:03.2616227Z * branch a38f433be2e94a64b095a44ba39879d02d0c2316 -> FETCH_HEAD 2025-07-17T06:34:03.2695794Z ##[endgroup] 2025-07-17T06:34:03.2696415Z ##[group]Determining the checkout info 2025-07-17T06:34:03.2698705Z ##[endgroup] 2025-07-17T06:34:03.2705972Z [command]/usr/bin/git sparse-checkout disable 2025-07-17T06:34:03.2802246Z [command]/usr/bin/git config --local --unset-all extensions.worktreeConfig 2025-07-17T06:34:03.2831254Z ##[group]Checking out the ref 2025-07-17T06:34:03.2835993Z [command]/usr/bin/git checkout --progress --force a38f433be2e94a64b095a44ba39879d02d0c2316 2025-07-17T06:34:04.3051053Z Updating files: 91% (17924/19589) 2025-07-17T06:34:04.3163369Z Updating files: 92% (18022/19589) 2025-07-17T06:34:04.3305578Z Updating files: 93% (18218/19589) 2025-07-17T06:34:04.3465782Z Updating files: 94% (18414/19589) 2025-07-17T06:34:04.3640664Z Updating files: 95% (18610/19589) 2025-07-17T06:34:04.3779339Z Updating files: 96% (18806/19589) 2025-07-17T06:34:04.3928422Z Updating files: 97% (19002/19589) 2025-07-17T06:34:04.4161441Z Updating files: 98% (19198/19589) 2025-07-17T06:34:04.4307628Z Updating files: 99% (19394/19589) 2025-07-17T06:34:04.4308289Z Updating files: 100% (19589/19589) 2025-07-17T06:34:04.4308805Z Updating files: 100% (19589/19589), done. 2025-07-17T06:34:04.4492572Z Note: switching to 'a38f433be2e94a64b095a44ba39879d02d0c2316'. 2025-07-17T06:34:04.4493073Z 2025-07-17T06:34:04.4493381Z You are in 'detached HEAD' state. You can look around, make experimental 2025-07-17T06:34:04.4494404Z changes and commit them, and you can discard any commits you make in this 2025-07-17T06:34:04.4496360Z state without impacting any branches by switching back to a branch. 2025-07-17T06:34:04.4496813Z 2025-07-17T06:34:04.4497090Z If you want to create a new branch to retain commits you create, you may 2025-07-17T06:34:04.4497756Z do so (now or later) by using -c with the switch command. Example: 2025-07-17T06:34:04.4498137Z 2025-07-17T06:34:04.4498370Z git switch -c 2025-07-17T06:34:04.4498655Z 2025-07-17T06:34:04.4498813Z Or undo this operation with: 2025-07-17T06:34:04.4499054Z 2025-07-17T06:34:04.4499210Z git switch - 2025-07-17T06:34:04.4499396Z 2025-07-17T06:34:04.4499710Z Turn off this advice by setting config variable advice.detachedHead to false 2025-07-17T06:34:04.4500210Z 2025-07-17T06:34:04.4500523Z HEAD is now at a38f433 [Docker builds] Move from Miniconda to Miniforge (#158370) 2025-07-17T06:34:04.4532718Z ##[endgroup] 2025-07-17T06:34:04.4579964Z [command]/usr/bin/git log -1 --format=%H 2025-07-17T06:34:04.4605147Z a38f433be2e94a64b095a44ba39879d02d0c2316 2025-07-17T06:34:04.4793343Z ##[group]Run actions/setup-python@a26af69be951a213d495a4c3e4e4022e16d87065 2025-07-17T06:34:04.4793726Z with: 2025-07-17T06:34:04.4793900Z python-version: 3.9 2025-07-17T06:34:04.4794097Z architecture: x64 2025-07-17T06:34:04.4794275Z cache: pip 2025-07-17T06:34:04.4794444Z check-latest: false 2025-07-17T06:34:04.4794757Z token: *** 2025-07-17T06:34:04.4794940Z update-environment: true 2025-07-17T06:34:04.4795152Z allow-prereleases: false 2025-07-17T06:34:04.4795361Z freethreaded: false 2025-07-17T06:34:04.4795541Z ##[endgroup] 2025-07-17T06:34:04.6457462Z ##[group]Installed versions 2025-07-17T06:34:04.8654881Z Successfully set up CPython (3.9.23) 2025-07-17T06:34:04.8655597Z ##[endgroup] 2025-07-17T06:34:06.1835204Z [command]/opt/hostedtoolcache/Python/3.9.23/x64/bin/pip cache dir 2025-07-17T06:34:10.8892050Z /home/runner/.cache/pip 2025-07-17T06:34:11.2794194Z Cache hit for: setup-python-Linux-x64-24.04-Ubuntu-python-3.9.23-pip-af080696b531c9de2c91e7a1c5dbc36ece0bbd000a9a51c8ebbd87b134a568a2 2025-07-17T06:34:12.5725819Z Received 4194304 of 592437977 (0.7%), 4.0 MBs/sec 2025-07-17T06:34:13.5729781Z Received 121634816 of 592437977 (20.5%), 58.0 MBs/sec 2025-07-17T06:34:14.5743658Z Received 239075328 of 592437977 (40.4%), 75.9 MBs/sec 2025-07-17T06:34:15.5749656Z Received 327155712 of 592437977 (55.2%), 78.0 MBs/sec 2025-07-17T06:34:16.5749502Z Received 448790528 of 592437977 (75.8%), 85.6 MBs/sec 2025-07-17T06:34:17.5761895Z Received 570425344 of 592437977 (96.3%), 90.6 MBs/sec 2025-07-17T06:34:17.7731432Z Received 592437977 of 592437977 (100.0%), 91.1 MBs/sec 2025-07-17T06:34:17.7732474Z Cache Size: ~565 MB (592437977 B) 2025-07-17T06:34:17.7848711Z [command]/usr/bin/tar -xf /home/runner/work/_temp/8b7b2a7c-3ac7-4c6b-9605-21e157cdcbad/cache.tzst -P -C /home/runner/work/pytorch/pytorch --use-compress-program unzstd 2025-07-17T06:34:18.6185129Z Cache restored successfully 2025-07-17T06:34:18.7353005Z Cache restored from key: setup-python-Linux-x64-24.04-Ubuntu-python-3.9.23-pip-af080696b531c9de2c91e7a1c5dbc36ece0bbd000a9a51c8ebbd87b134a568a2 2025-07-17T06:34:18.7510755Z ##[group]Run python3 -m pip install --upgrade pip 2025-07-17T06:34:18.7511338Z python3 -m pip install --upgrade pip 2025-07-17T06:34:18.7511949Z pip install pytest-rerunfailures==11.1.* pytest-flakefinder==1.1.* pytest-xdist==3.3.* expecttest==0.3.* fbscribelogger==0.1.* numpy==1.24.* 2025-07-17T06:34:18.7512702Z pip install torch --pre --index-url https://download.pytorch.org/whl/nightly/cpu/ 2025-07-17T06:34:18.7544673Z shell: /usr/bin/bash -e {0} 2025-07-17T06:34:18.7544932Z env: 2025-07-17T06:34:18.7545188Z pythonLocation: /opt/hostedtoolcache/Python/3.9.23/x64 2025-07-17T06:34:18.7545612Z PKG_CONFIG_PATH: /opt/hostedtoolcache/Python/3.9.23/x64/lib/pkgconfig 2025-07-17T06:34:18.7546002Z Python_ROOT_DIR: /opt/hostedtoolcache/Python/3.9.23/x64 2025-07-17T06:34:18.7546353Z Python2_ROOT_DIR: /opt/hostedtoolcache/Python/3.9.23/x64 2025-07-17T06:34:18.7546696Z Python3_ROOT_DIR: /opt/hostedtoolcache/Python/3.9.23/x64 2025-07-17T06:34:18.7547080Z LD_LIBRARY_PATH: /opt/hostedtoolcache/Python/3.9.23/x64/lib 2025-07-17T06:34:18.7547374Z ##[endgroup] 2025-07-17T06:34:20.9202213Z Requirement already satisfied: pip in /opt/hostedtoolcache/Python/3.9.23/x64/lib/python3.9/site-packages (25.1.1) 2025-07-17T06:34:21.9442590Z Collecting pytest-rerunfailures==11.1.* 2025-07-17T06:34:21.9461559Z Using cached pytest_rerunfailures-11.1.2-py3-none-any.whl.metadata (16 kB) 2025-07-17T06:34:21.9597643Z Collecting pytest-flakefinder==1.1.* 2025-07-17T06:34:21.9615623Z Using cached pytest_flakefinder-1.1.0-py2.py3-none-any.whl.metadata (3.3 kB) 2025-07-17T06:34:21.9857876Z Collecting pytest-xdist==3.3.* 2025-07-17T06:34:21.9875983Z Using cached pytest_xdist-3.3.1-py3-none-any.whl.metadata (3.1 kB) 2025-07-17T06:34:22.0639748Z Collecting expecttest==0.3.* 2025-07-17T06:34:22.0658677Z Using cached expecttest-0.3.0-py3-none-any.whl.metadata (3.8 kB) 2025-07-17T06:34:22.1430390Z Collecting fbscribelogger==0.1.* 2025-07-17T06:34:22.1448982Z Using cached fbscribelogger-0.1.7-py3-none-any.whl.metadata (684 bytes) 2025-07-17T06:34:22.3782084Z Collecting numpy==1.24.* 2025-07-17T06:34:22.3802535Z Using cached numpy-1.24.4-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (5.6 kB) 2025-07-17T06:34:22.4026142Z Collecting packaging>=17.1 (from pytest-rerunfailures==11.1.*) 2025-07-17T06:34:22.4044488Z Using cached packaging-25.0-py3-none-any.whl.metadata (3.3 kB) 2025-07-17T06:34:22.4477714Z Collecting pytest>=5.3 (from pytest-rerunfailures==11.1.*) 2025-07-17T06:34:22.4497531Z Using cached pytest-8.4.1-py3-none-any.whl.metadata (7.7 kB) 2025-07-17T06:34:22.4852258Z Collecting execnet>=1.1 (from pytest-xdist==3.3.*) 2025-07-17T06:34:22.4869686Z Using cached execnet-2.1.1-py3-none-any.whl.metadata (2.9 kB) 2025-07-17T06:34:23.1241324Z Collecting aiohttp<4.0.0,>=3.10.4 (from fbscribelogger==0.1.*) 2025-07-17T06:34:23.1261996Z Using cached aiohttp-3.12.14-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (7.6 kB) 2025-07-17T06:34:23.1550556Z Collecting thriftpy2<0.6.0,>=0.5.2 (from fbscribelogger==0.1.*) 2025-07-17T06:34:23.1569335Z Using cached thriftpy2-0.5.3-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (8.2 kB) 2025-07-17T06:34:23.1796436Z Collecting typing-extensions<5.0.0,>=4.12.2 (from fbscribelogger==0.1.*) 2025-07-17T06:34:23.1814826Z Using cached typing_extensions-4.14.1-py3-none-any.whl.metadata (3.0 kB) 2025-07-17T06:34:23.2006663Z Collecting aiohappyeyeballs>=2.5.0 (from aiohttp<4.0.0,>=3.10.4->fbscribelogger==0.1.*) 2025-07-17T06:34:23.2025215Z Using cached aiohappyeyeballs-2.6.1-py3-none-any.whl.metadata (5.9 kB) 2025-07-17T06:34:23.2149975Z Collecting aiosignal>=1.4.0 (from aiohttp<4.0.0,>=3.10.4->fbscribelogger==0.1.*) 2025-07-17T06:34:23.2168129Z Using cached aiosignal-1.4.0-py3-none-any.whl.metadata (3.7 kB) 2025-07-17T06:34:23.2326677Z Collecting async-timeout<6.0,>=4.0 (from aiohttp<4.0.0,>=3.10.4->fbscribelogger==0.1.*) 2025-07-17T06:34:23.2345243Z Using cached async_timeout-5.0.1-py3-none-any.whl.metadata (5.1 kB) 2025-07-17T06:34:23.2527693Z Collecting attrs>=17.3.0 (from aiohttp<4.0.0,>=3.10.4->fbscribelogger==0.1.*) 2025-07-17T06:34:23.2546344Z Using cached attrs-25.3.0-py3-none-any.whl.metadata (10 kB) 2025-07-17T06:34:23.3448677Z Collecting frozenlist>=1.1.1 (from aiohttp<4.0.0,>=3.10.4->fbscribelogger==0.1.*) 2025-07-17T06:34:23.3468847Z 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-07-17T06:34:23.6631009Z Collecting multidict<7.0,>=4.5 (from aiohttp<4.0.0,>=3.10.4->fbscribelogger==0.1.*) 2025-07-17T06:34:23.6667844Z Using cached multidict-6.6.3-cp39-cp39-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl.metadata (5.3 kB) 2025-07-17T06:34:23.7373971Z Collecting propcache>=0.2.0 (from aiohttp<4.0.0,>=3.10.4->fbscribelogger==0.1.*) 2025-07-17T06:34:23.7394058Z Using cached propcache-0.3.2-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (12 kB) 2025-07-17T06:34:24.3736757Z Collecting yarl<2.0,>=1.17.0 (from aiohttp<4.0.0,>=3.10.4->fbscribelogger==0.1.*) 2025-07-17T06:34:24.3756461Z Using cached yarl-1.20.1-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (73 kB) 2025-07-17T06:34:24.3960152Z Collecting ply<4.0,>=3.4 (from thriftpy2<0.6.0,>=0.5.2->fbscribelogger==0.1.*) 2025-07-17T06:34:24.3978200Z Using cached ply-3.11-py2.py3-none-any.whl.metadata (844 bytes) 2025-07-17T06:34:24.4135171Z Collecting six~=1.15 (from thriftpy2<0.6.0,>=0.5.2->fbscribelogger==0.1.*) 2025-07-17T06:34:24.4154550Z Using cached six-1.17.0-py2.py3-none-any.whl.metadata (1.7 kB) 2025-07-17T06:34:24.4355387Z Collecting idna>=2.0 (from yarl<2.0,>=1.17.0->aiohttp<4.0.0,>=3.10.4->fbscribelogger==0.1.*) 2025-07-17T06:34:24.4373498Z Using cached idna-3.10-py3-none-any.whl.metadata (10 kB) 2025-07-17T06:34:24.4825152Z Collecting exceptiongroup>=1 (from pytest>=5.3->pytest-rerunfailures==11.1.*) 2025-07-17T06:34:24.4842960Z Using cached exceptiongroup-1.3.0-py3-none-any.whl.metadata (6.7 kB) 2025-07-17T06:34:24.4967681Z Collecting iniconfig>=1 (from pytest>=5.3->pytest-rerunfailures==11.1.*) 2025-07-17T06:34:24.4985752Z Using cached iniconfig-2.1.0-py3-none-any.whl.metadata (2.7 kB) 2025-07-17T06:34:24.5191692Z Collecting pluggy<2,>=1.5 (from pytest>=5.3->pytest-rerunfailures==11.1.*) 2025-07-17T06:34:24.5210279Z Using cached pluggy-1.6.0-py3-none-any.whl.metadata (4.8 kB) 2025-07-17T06:34:24.5482253Z Collecting pygments>=2.7.2 (from pytest>=5.3->pytest-rerunfailures==11.1.*) 2025-07-17T06:34:24.5501648Z Using cached pygments-2.19.2-py3-none-any.whl.metadata (2.5 kB) 2025-07-17T06:34:24.5683621Z Collecting tomli>=1 (from pytest>=5.3->pytest-rerunfailures==11.1.*) 2025-07-17T06:34:24.5701856Z Using cached tomli-2.2.1-py3-none-any.whl.metadata (10 kB) 2025-07-17T06:34:24.5843657Z Using cached pytest_rerunfailures-11.1.2-py3-none-any.whl (12 kB) 2025-07-17T06:34:24.5861358Z Using cached pytest_flakefinder-1.1.0-py2.py3-none-any.whl (4.6 kB) 2025-07-17T06:34:24.5878196Z Using cached pytest_xdist-3.3.1-py3-none-any.whl (41 kB) 2025-07-17T06:34:24.5895574Z Using cached expecttest-0.3.0-py3-none-any.whl (8.2 kB) 2025-07-17T06:34:24.5912466Z Using cached fbscribelogger-0.1.7-py3-none-any.whl (6.9 kB) 2025-07-17T06:34:24.5929375Z Using cached numpy-1.24.4-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (17.3 MB) 2025-07-17T06:34:24.6079557Z Using cached aiohttp-3.12.14-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (1.6 MB) 2025-07-17T06:34:24.6108250Z Using cached async_timeout-5.0.1-py3-none-any.whl (6.2 kB) 2025-07-17T06:34:24.6125934Z Using cached multidict-6.6.3-cp39-cp39-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl (239 kB) 2025-07-17T06:34:24.6144631Z Using cached thriftpy2-0.5.3-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (2.0 MB) 2025-07-17T06:34:24.6175491Z Using cached ply-3.11-py2.py3-none-any.whl (49 kB) 2025-07-17T06:34:24.6192789Z Using cached six-1.17.0-py2.py3-none-any.whl (11 kB) 2025-07-17T06:34:24.6210046Z Using cached typing_extensions-4.14.1-py3-none-any.whl (43 kB) 2025-07-17T06:34:24.6227333Z Using cached yarl-1.20.1-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (327 kB) 2025-07-17T06:34:24.6246399Z Using cached aiohappyeyeballs-2.6.1-py3-none-any.whl (15 kB) 2025-07-17T06:34:24.6263518Z Using cached aiosignal-1.4.0-py3-none-any.whl (7.5 kB) 2025-07-17T06:34:24.6280195Z Using cached attrs-25.3.0-py3-none-any.whl (63 kB) 2025-07-17T06:34:24.6297717Z Using cached execnet-2.1.1-py3-none-any.whl (40 kB) 2025-07-17T06:34:24.6315552Z 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-07-17T06:34:24.6333366Z Using cached idna-3.10-py3-none-any.whl (70 kB) 2025-07-17T06:34:24.6350608Z Using cached packaging-25.0-py3-none-any.whl (66 kB) 2025-07-17T06:34:24.6368626Z Using cached propcache-0.3.2-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (200 kB) 2025-07-17T06:34:24.6386244Z Using cached pytest-8.4.1-py3-none-any.whl (365 kB) 2025-07-17T06:34:24.6405561Z Using cached pluggy-1.6.0-py3-none-any.whl (20 kB) 2025-07-17T06:34:24.6422440Z Using cached exceptiongroup-1.3.0-py3-none-any.whl (16 kB) 2025-07-17T06:34:24.6438891Z Using cached iniconfig-2.1.0-py3-none-any.whl (6.0 kB) 2025-07-17T06:34:24.6455453Z Using cached pygments-2.19.2-py3-none-any.whl (1.2 MB) 2025-07-17T06:34:24.6481499Z Using cached tomli-2.2.1-py3-none-any.whl (14 kB) 2025-07-17T06:34:24.7818967Z 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-07-17T06:34:28.2270090Z 2025-07-17T06:34:28.2329323Z Successfully installed aiohappyeyeballs-2.6.1 aiohttp-3.12.14 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.3 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-07-17T06:34:29.4637207Z Looking in indexes: https://download.pytorch.org/whl/nightly/cpu/ 2025-07-17T06:34:30.2541028Z Collecting torch 2025-07-17T06:34:30.2649795Z Using cached https://download.pytorch.org/whl/nightly/cpu/torch-2.9.0.dev20250716%2Bcpu-cp39-cp39-manylinux_2_28_x86_64.whl.metadata (29 kB) 2025-07-17T06:34:30.3614137Z Collecting filelock (from torch) 2025-07-17T06:34:30.3715020Z Using cached https://download.pytorch.org/whl/nightly/filelock-3.18.0-py3-none-any.whl.metadata (2.9 kB) 2025-07-17T06:34:30.3754991Z 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-07-17T06:34:30.4681346Z Collecting sympy>=1.13.3 (from torch) 2025-07-17T06:34:30.4784301Z Using cached https://download.pytorch.org/whl/nightly/sympy-1.14.0-py3-none-any.whl.metadata (12 kB) 2025-07-17T06:34:30.5768421Z Collecting networkx (from torch) 2025-07-17T06:34:30.5878820Z Using cached https://download.pytorch.org/whl/nightly/networkx-3.5-py3-none-any.whl.metadata (6.3 kB) 2025-07-17T06:34:30.6843266Z Collecting jinja2 (from torch) 2025-07-17T06:34:30.6944594Z Using cached https://download.pytorch.org/whl/nightly/jinja2-3.1.6-py3-none-any.whl.metadata (2.9 kB) 2025-07-17T06:34:30.7887787Z Collecting fsspec (from torch) 2025-07-17T06:34:30.7990550Z Using cached https://download.pytorch.org/whl/nightly/fsspec-2025.5.1-py3-none-any.whl.metadata (11 kB) 2025-07-17T06:34:31.0488660Z Collecting mpmath<1.4,>=1.1.0 (from sympy>=1.13.3->torch) 2025-07-17T06:34:31.0598759Z Using cached https://download.pytorch.org/whl/nightly/mpmath-1.3.0-py3-none-any.whl (536 kB) 2025-07-17T06:34:31.1621330Z Collecting MarkupSafe>=2.0 (from jinja2->torch) 2025-07-17T06:34:31.1727426Z 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-07-17T06:34:31.1753049Z INFO: pip is looking at multiple versions of networkx to determine which version is compatible with other requirements. This could take a while. 2025-07-17T06:34:31.1758070Z Collecting networkx (from torch) 2025-07-17T06:34:31.1858308Z Using cached https://download.pytorch.org/whl/nightly/networkx-3.2.1-py3-none-any.whl (1.6 MB) 2025-07-17T06:34:31.2109792Z Using cached https://download.pytorch.org/whl/nightly/cpu/torch-2.9.0.dev20250716%2Bcpu-cp39-cp39-manylinux_2_28_x86_64.whl (184.6 MB) 2025-07-17T06:34:31.3555304Z Using cached https://download.pytorch.org/whl/nightly/sympy-1.14.0-py3-none-any.whl (6.3 MB) 2025-07-17T06:34:31.3700030Z Using cached https://download.pytorch.org/whl/nightly/filelock-3.18.0-py3-none-any.whl (16 kB) 2025-07-17T06:34:31.3801858Z Using cached https://download.pytorch.org/whl/nightly/fsspec-2025.5.1-py3-none-any.whl (199 kB) 2025-07-17T06:34:31.3905491Z Using cached https://download.pytorch.org/whl/nightly/jinja2-3.1.6-py3-none-any.whl (134 kB) 2025-07-17T06:34:31.8254753Z Installing collected packages: mpmath, sympy, networkx, MarkupSafe, fsspec, filelock, jinja2, torch 2025-07-17T06:34:47.6211606Z 2025-07-17T06:34:47.6279716Z 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.dev20250716+cpu 2025-07-17T06:34:47.7324175Z ##[group]Run # Run test_vulkan, which is a fast noop on Linux 2025-07-17T06:34:47.7324582Z # Run test_vulkan, which is a fast noop on Linux 2025-07-17T06:34:47.7324961Z python3 test/run_test.py --include test_vulkan --verbose 2025-07-17T06:34:47.7353772Z shell: /usr/bin/bash -e {0} 2025-07-17T06:34:47.7354004Z env: 2025-07-17T06:34:47.7354246Z pythonLocation: /opt/hostedtoolcache/Python/3.9.23/x64 2025-07-17T06:34:47.7354642Z PKG_CONFIG_PATH: /opt/hostedtoolcache/Python/3.9.23/x64/lib/pkgconfig 2025-07-17T06:34:47.7355028Z Python_ROOT_DIR: /opt/hostedtoolcache/Python/3.9.23/x64 2025-07-17T06:34:47.7355372Z Python2_ROOT_DIR: /opt/hostedtoolcache/Python/3.9.23/x64 2025-07-17T06:34:47.7355735Z Python3_ROOT_DIR: /opt/hostedtoolcache/Python/3.9.23/x64 2025-07-17T06:34:47.7356087Z LD_LIBRARY_PATH: /opt/hostedtoolcache/Python/3.9.23/x64/lib 2025-07-17T06:34:47.7356386Z ##[endgroup] 2025-07-17T06:34:55.1894680Z ##[warning] Failed to find test times file `/home/runner/work/pytorch/pytorch/.additional_ci_files/test-times.json`. Using round robin sharding. 2025-07-17T06:34:55.1905459Z ##[warning] Failed to find test times file `/home/runner/work/pytorch/pytorch/.additional_ci_files/test-class-times.json`. Using round robin sharding. 2025-07-17T06:34:55.1907124Z Running all tests 2025-07-17T06:34:55.1907481Z Running parallel tests on 3 processes 2025-07-17T06:34:55.1907936Z Name: tests to run (est. time: 0.0min) 2025-07-17T06:34:55.1908349Z Serial tests (0): 2025-07-17T06:34:55.1908670Z Parallel tests (1): 2025-07-17T06:34:55.1909000Z test_vulkan 1/1 2025-07-17T06:34:55.1909329Z Name: excluded (est. time: 0.0min) 2025-07-17T06:34:55.1909712Z Serial tests (0): 2025-07-17T06:34:55.1910034Z Parallel tests (0): 2025-07-17T06:34:55.1910448Z Running test_vulkan 1/1 ... [2025-07-17 06:34:55.187431] 2025-07-17T06:34:55.1910945Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2025-07-17T06:34:55.1912674Z 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-07-17 06:34:55.187920] 2025-07-17T06:34:55.1914387Z Unable to import boto3. Will not be emitting metrics.... Reason: No module named 'boto3' 2025-07-17T06:34:55.1915028Z No TD results found 2025-07-17T06:34:55.1916037Z Downloading https://ossci-metrics.s3.amazonaws.com/disabled-tests-condensed.json to /home/runner/work/pytorch/pytorch/test/.pytorch-disabled-tests.json 2025-07-17T06:34:55.1917120Z Ignoring disabled issues: [''] 2025-07-17T06:34:59.3159068Z 2025-07-17T06:34:59.3160139Z test_vulkan 1/1 was successful, full logs can be found in artifacts with path test/test-reports/test_vulkan_1.1_55ff00da355862d1_.log 2025-07-17T06:34:59.3161566Z Running 0 items in this shard: 2025-07-17T06:34:59.3161824Z 2025-07-17T06:34:59.4764299Z GITHUB_RUN_ID, GITHUB_RUN_ATTEMPT, or ARTIFACTS_FILE_SUFFIX not set, not uploading 2025-07-17T06:34:59.4765003Z Uploading artifacts took 0.00 seconds 2025-07-17T06:35:02.3842494Z Running test_vulkan 1/1 ... [2025-07-17 06:35:02.383968] 2025-07-17T06:35:02.3845393Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2025-07-17T06:35:02.3847795Z 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-07-17 06:35:02.384579] 2025-07-17T06:35:02.3852956Z Unable to import boto3. Will not be emitting metrics.... Reason: No module named 'boto3' 2025-07-17T06:35:06.3088683Z 2025-07-17T06:35:06.3089602Z test_vulkan 1/1 was successful, full logs can be found in artifacts with path test/test-reports/test_vulkan_1.1_4b4436931a7b2fae_.log 2025-07-17T06:35:06.3091688Z Running 1 items in this shard: test/test_vulkan.py::TestVulkanRewritePass::test_conv 2025-07-17T06:35:06.3092116Z 2025-07-17T06:35:06.3103200Z Unable to import boto3. Will not be emitting metrics.... Reason: No module named 'boto3' 2025-07-17T06:35:06.3105202Z Unable to import boto3. Will not be emitting metrics.... Reason: No module named 'boto3' 2025-07-17T06:35:07.0960488Z Running test batch 'tests to run' cost 11.91 seconds 2025-07-17T06:35:07.6852331Z Post job cleanup. 2025-07-17T06:35:07.8353642Z Cache hit occurred on the primary key setup-python-Linux-x64-24.04-Ubuntu-python-3.9.23-pip-af080696b531c9de2c91e7a1c5dbc36ece0bbd000a9a51c8ebbd87b134a568a2, not saving cache. 2025-07-17T06:35:07.8462607Z Post job cleanup. 2025-07-17T06:35:07.8502153Z Post job cleanup. 2025-07-17T06:35:07.9438067Z [command]/usr/bin/git version 2025-07-17T06:35:07.9474527Z git version 2.50.1 2025-07-17T06:35:07.9511540Z Copying '/home/runner/.gitconfig' to '/home/runner/work/_temp/1b2f0082-e88e-4392-8ecc-73b41abb3b3b/.gitconfig' 2025-07-17T06:35:07.9521530Z Temporarily overriding HOME='/home/runner/work/_temp/1b2f0082-e88e-4392-8ecc-73b41abb3b3b' before making global git config changes 2025-07-17T06:35:07.9522883Z Adding repository directory to the temporary git global config as a safe directory 2025-07-17T06:35:07.9534993Z [command]/usr/bin/git config --global --add safe.directory /home/runner/work/pytorch/pytorch 2025-07-17T06:35:07.9573804Z [command]/usr/bin/git config --local --name-only --get-regexp core\.sshCommand 2025-07-17T06:35:07.9610262Z [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-07-17T06:35:07.9873293Z [command]/usr/bin/git config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader 2025-07-17T06:35:07.9898196Z http.https://github.com/.extraheader 2025-07-17T06:35:07.9917255Z [command]/usr/bin/git config --local --unset-all http.https://github.com/.extraheader 2025-07-17T06:35:07.9951791Z [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-07-17T06:35:08.0355214Z Cleaning up orphan processes