2025-07-24T03:41:00.2183071Z Current runner version: '2.326.0' 2025-07-24T03:41:00.2190270Z Runner name: 'linux.24_04.4x_e4382c530c17' 2025-07-24T03:41:00.2191109Z Runner group name: 'default' 2025-07-24T03:41:00.2192032Z Machine name: 'pkrvmfedk2kywl5' 2025-07-24T03:41:00.2210213Z ##[group]Operating System 2025-07-24T03:41:00.2211038Z Ubuntu 2025-07-24T03:41:00.2211542Z 24.04.2 2025-07-24T03:41:00.2211983Z LTS 2025-07-24T03:41:00.2212498Z ##[endgroup] 2025-07-24T03:41:00.2212991Z ##[group]Runner Image 2025-07-24T03:41:00.2213588Z Image: ubuntu-24.04 2025-07-24T03:41:00.2214036Z Version: 20250713.1.0 2025-07-24T03:41:00.2215146Z Included Software: https://github.com/actions/runner-images/blob/ubuntu24/20250713.1/images/ubuntu/Ubuntu2404-Readme.md 2025-07-24T03:41:00.2216458Z Image Release: https://github.com/actions/runner-images/releases/tag/ubuntu24%2F20250713.1 2025-07-24T03:41:00.2217328Z ##[endgroup] 2025-07-24T03:41:00.2220244Z ##[group]GITHUB_TOKEN Permissions 2025-07-24T03:41:00.2222497Z Actions: read 2025-07-24T03:41:00.2223155Z Attestations: read 2025-07-24T03:41:00.2223640Z Checks: read 2025-07-24T03:41:00.2224152Z Contents: read 2025-07-24T03:41:00.2224677Z Deployments: read 2025-07-24T03:41:00.2225130Z Discussions: read 2025-07-24T03:41:00.2225655Z Issues: read 2025-07-24T03:41:00.2226089Z Metadata: read 2025-07-24T03:41:00.2226561Z Models: read 2025-07-24T03:41:00.2227084Z Packages: read 2025-07-24T03:41:00.2227561Z Pages: read 2025-07-24T03:41:00.2228029Z PullRequests: read 2025-07-24T03:41:00.2228529Z RepositoryProjects: read 2025-07-24T03:41:00.2229076Z SecurityEvents: read 2025-07-24T03:41:00.2229526Z Statuses: read 2025-07-24T03:41:00.2230234Z ##[endgroup] 2025-07-24T03:41:00.2232299Z Secret source: Actions 2025-07-24T03:41:00.2233073Z Prepare workflow directory 2025-07-24T03:41:00.2570541Z Prepare all required actions 2025-07-24T03:41:00.2610102Z Getting action download info 2025-07-24T03:41:00.6901405Z Download action repository 'pytorch/pytorch@main' (SHA:07df6ba7f5597488a93b3855d52d2ead55675125) 2025-07-24T03:41:05.1163439Z Download action repository 'actions/setup-python@a26af69be951a213d495a4c3e4e4022e16d87065' (SHA:a26af69be951a213d495a4c3e4e4022e16d87065) 2025-07-24T03:41:05.5900695Z Getting action download info 2025-07-24T03:41:05.7842096Z Download action repository 'actions/checkout@v4' (SHA:11bd71901bbe5b1630ceea73d27597364c9af683) 2025-07-24T03:41:05.8738974Z Complete job name: Test `run_test.py` is usable without boto3 2025-07-24T03:41:05.9364150Z ##[group]Run pytorch/pytorch/.github/actions/checkout-pytorch@main 2025-07-24T03:41:05.9365046Z with: 2025-07-24T03:41:05.9365273Z submodules: false 2025-07-24T03:41:05.9365510Z fetch-depth: 1 2025-07-24T03:41:05.9366018Z ##[endgroup] 2025-07-24T03:41:05.9457513Z ##[group]Run echo "IN_CONTAINER_RUNNER=$(if [ -f /.inarc ] || [ -f /.incontainer ]; then echo true ; else echo false; fi)" >> "$GITHUB_OUTPUT" 2025-07-24T03:41:05.9458355Z echo "IN_CONTAINER_RUNNER=$(if [ -f /.inarc ] || [ -f /.incontainer ]; then echo true ; else echo false; fi)" >> "$GITHUB_OUTPUT" 2025-07-24T03:41:05.9490747Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2025-07-24T03:41:05.9491126Z ##[endgroup] 2025-07-24T03:41:05.9732549Z ##[group]Run # Use all available CPUs for fetching 2025-07-24T03:41:05.9732999Z # Use all available CPUs for fetching 2025-07-24T03:41:05.9733327Z cd "${GITHUB_WORKSPACE}" 2025-07-24T03:41:05.9733696Z git config --global fetch.parallel 0 2025-07-24T03:41:05.9734042Z git config --global submodule.fetchJobs 0 2025-07-24T03:41:05.9734354Z  2025-07-24T03:41:05.9734679Z # Clean workspace. The default checkout action should also do this, but 2025-07-24T03:41:05.9735091Z # do it here as well just in case 2025-07-24T03:41:05.9735385Z if [[ -d .git ]]; then 2025-07-24T03:41:05.9735649Z  if [ -z "${NO_SUDO}" ]; then 2025-07-24T03:41:05.9735940Z  sudo git clean -ffdx 2025-07-24T03:41:05.9736195Z  else 2025-07-24T03:41:05.9736428Z  git clean -ffdx 2025-07-24T03:41:05.9736888Z  fi 2025-07-24T03:41:05.9737099Z fi 2025-07-24T03:41:05.9764490Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2025-07-24T03:41:05.9764868Z env: 2025-07-24T03:41:05.9765094Z NO_SUDO: 2025-07-24T03:41:05.9765299Z ##[endgroup] 2025-07-24T03:41:06.1221467Z ##[group]Run actions/checkout@v4 2025-07-24T03:41:06.1221782Z with: 2025-07-24T03:41:06.1222038Z ref: 27c8ef1839e0747b36769efb192befc9308ff93c 2025-07-24T03:41:06.1222344Z fetch-depth: 1 2025-07-24T03:41:06.1222580Z submodules: false 2025-07-24T03:41:06.1222815Z show-progress: false 2025-07-24T03:41:06.1223063Z repository: pytorch/pytorch 2025-07-24T03:41:06.1223527Z token: *** 2025-07-24T03:41:06.1223741Z ssh-strict: true 2025-07-24T03:41:06.1223962Z ssh-user: git 2025-07-24T03:41:06.1224184Z persist-credentials: true 2025-07-24T03:41:06.1224438Z clean: true 2025-07-24T03:41:06.1224666Z sparse-checkout-cone-mode: true 2025-07-24T03:41:06.1224952Z fetch-tags: false 2025-07-24T03:41:06.1225169Z lfs: false 2025-07-24T03:41:06.1225377Z set-safe-directory: true 2025-07-24T03:41:06.1225621Z ##[endgroup] 2025-07-24T03:41:06.2258468Z Syncing repository: pytorch/pytorch 2025-07-24T03:41:06.2259990Z ##[group]Getting Git version info 2025-07-24T03:41:06.2260425Z Working directory is '/home/runner/work/pytorch/pytorch' 2025-07-24T03:41:06.2261113Z [command]/usr/bin/git version 2025-07-24T03:41:06.2283424Z git version 2.50.1 2025-07-24T03:41:06.2308893Z ##[endgroup] 2025-07-24T03:41:06.2318477Z Copying '/home/runner/.gitconfig' to '/home/runner/work/_temp/79a4059c-3a6a-4542-b804-a87610600b6e/.gitconfig' 2025-07-24T03:41:06.2330018Z Temporarily overriding HOME='/home/runner/work/_temp/79a4059c-3a6a-4542-b804-a87610600b6e' before making global git config changes 2025-07-24T03:41:06.2330840Z Adding repository directory to the temporary git global config as a safe directory 2025-07-24T03:41:06.2335729Z [command]/usr/bin/git config --global --add safe.directory /home/runner/work/pytorch/pytorch 2025-07-24T03:41:06.2368601Z Deleting the contents of '/home/runner/work/pytorch/pytorch' 2025-07-24T03:41:06.2372547Z ##[group]Initializing the repository 2025-07-24T03:41:06.2377656Z [command]/usr/bin/git init /home/runner/work/pytorch/pytorch 2025-07-24T03:41:06.3186641Z hint: Using 'master' as the name for the initial branch. This default branch name 2025-07-24T03:41:06.3187909Z hint: is subject to change. To configure the initial branch name to use in all 2025-07-24T03:41:06.3188540Z hint: of your new repositories, which will suppress this warning, call: 2025-07-24T03:41:06.3188963Z hint: 2025-07-24T03:41:06.3189297Z hint: git config --global init.defaultBranch 2025-07-24T03:41:06.3189919Z hint: 2025-07-24T03:41:06.3190297Z hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and 2025-07-24T03:41:06.3190869Z hint: 'development'. The just-created branch can be renamed via this command: 2025-07-24T03:41:06.3191303Z hint: 2025-07-24T03:41:06.3191554Z hint: git branch -m 2025-07-24T03:41:06.3191850Z hint: 2025-07-24T03:41:06.3192256Z hint: Disable this message with "git config set advice.defaultBranchName false" 2025-07-24T03:41:06.3231445Z Initialized empty Git repository in /home/runner/work/pytorch/pytorch/.git/ 2025-07-24T03:41:06.3250214Z [command]/usr/bin/git remote add origin https://github.com/pytorch/pytorch 2025-07-24T03:41:06.3357507Z ##[endgroup] 2025-07-24T03:41:06.3358248Z ##[group]Disabling automatic garbage collection 2025-07-24T03:41:06.3363882Z [command]/usr/bin/git config --local gc.auto 0 2025-07-24T03:41:06.3395932Z ##[endgroup] 2025-07-24T03:41:06.3396655Z ##[group]Setting up auth 2025-07-24T03:41:06.3404223Z [command]/usr/bin/git config --local --name-only --get-regexp core\.sshCommand 2025-07-24T03:41:06.3436773Z [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-24T03:41:06.5480287Z [command]/usr/bin/git config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader 2025-07-24T03:41:06.5512224Z [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-24T03:41:06.5748288Z [command]/usr/bin/git config --local http.https://github.com/.extraheader AUTHORIZATION: basic *** 2025-07-24T03:41:06.5788864Z ##[endgroup] 2025-07-24T03:41:06.5789492Z ##[group]Fetching the repository 2025-07-24T03:41:06.5800045Z [command]/usr/bin/git -c protocol.version=2 fetch --no-tags --prune --no-recurse-submodules --depth=1 origin 27c8ef1839e0747b36769efb192befc9308ff93c 2025-07-24T03:41:11.9330721Z From https://github.com/pytorch/pytorch 2025-07-24T03:41:11.9331616Z * branch 27c8ef1839e0747b36769efb192befc9308ff93c -> FETCH_HEAD 2025-07-24T03:41:11.9422902Z ##[endgroup] 2025-07-24T03:41:11.9423285Z ##[group]Determining the checkout info 2025-07-24T03:41:11.9425578Z ##[endgroup] 2025-07-24T03:41:11.9432137Z [command]/usr/bin/git sparse-checkout disable 2025-07-24T03:41:11.9535588Z [command]/usr/bin/git config --local --unset-all extensions.worktreeConfig 2025-07-24T03:41:11.9567061Z ##[group]Checking out the ref 2025-07-24T03:41:11.9572204Z [command]/usr/bin/git checkout --progress --force 27c8ef1839e0747b36769efb192befc9308ff93c 2025-07-24T03:41:12.9825843Z Updating files: 90% (17670/19541) 2025-07-24T03:41:12.9953686Z Updating files: 91% (17783/19541) 2025-07-24T03:41:13.0074238Z Updating files: 92% (17978/19541) 2025-07-24T03:41:13.0223140Z Updating files: 93% (18174/19541) 2025-07-24T03:41:13.0385896Z Updating files: 94% (18369/19541) 2025-07-24T03:41:13.0562031Z Updating files: 95% (18564/19541) 2025-07-24T03:41:13.0704186Z Updating files: 96% (18760/19541) 2025-07-24T03:41:13.0857857Z Updating files: 97% (18955/19541) 2025-07-24T03:41:13.1096757Z Updating files: 98% (19151/19541) 2025-07-24T03:41:13.1247149Z Updating files: 99% (19346/19541) 2025-07-24T03:41:13.1247859Z Updating files: 100% (19541/19541) 2025-07-24T03:41:13.1251491Z Updating files: 100% (19541/19541), done. 2025-07-24T03:41:13.1437035Z Note: switching to '27c8ef1839e0747b36769efb192befc9308ff93c'. 2025-07-24T03:41:13.1437664Z 2025-07-24T03:41:13.1438401Z You are in 'detached HEAD' state. You can look around, make experimental 2025-07-24T03:41:13.1439549Z changes and commit them, and you can discard any commits you make in this 2025-07-24T03:41:13.1440523Z state without impacting any branches by switching back to a branch. 2025-07-24T03:41:13.1440962Z 2025-07-24T03:41:13.1441236Z If you want to create a new branch to retain commits you create, you may 2025-07-24T03:41:13.1441933Z do so (now or later) by using -c with the switch command. Example: 2025-07-24T03:41:13.1442390Z 2025-07-24T03:41:13.1442561Z git switch -c 2025-07-24T03:41:13.1442828Z 2025-07-24T03:41:13.1442975Z Or undo this operation with: 2025-07-24T03:41:13.1443244Z 2025-07-24T03:41:13.1443356Z git switch - 2025-07-24T03:41:13.1443579Z 2025-07-24T03:41:13.1443885Z Turn off this advice by setting config variable advice.detachedHead to false 2025-07-24T03:41:13.1444351Z 2025-07-24T03:41:13.1444486Z HEAD is now at 27c8ef1 Update 2025-07-24T03:41:13.1478342Z ##[endgroup] 2025-07-24T03:41:13.1523013Z [command]/usr/bin/git log -1 --format=%H 2025-07-24T03:41:13.1550358Z 27c8ef1839e0747b36769efb192befc9308ff93c 2025-07-24T03:41:13.1785974Z ##[group]Run actions/setup-python@a26af69be951a213d495a4c3e4e4022e16d87065 2025-07-24T03:41:13.1786370Z with: 2025-07-24T03:41:13.1786543Z python-version: 3.9 2025-07-24T03:41:13.1786732Z architecture: x64 2025-07-24T03:41:13.1786910Z cache: pip 2025-07-24T03:41:13.1787076Z check-latest: false 2025-07-24T03:41:13.1787481Z token: *** 2025-07-24T03:41:13.1787665Z update-environment: true 2025-07-24T03:41:13.1787891Z allow-prereleases: false 2025-07-24T03:41:13.1788087Z freethreaded: false 2025-07-24T03:41:13.1788551Z ##[endgroup] 2025-07-24T03:41:13.3457468Z ##[group]Installed versions 2025-07-24T03:41:13.5181540Z Successfully set up CPython (3.9.23) 2025-07-24T03:41:13.5182206Z ##[endgroup] 2025-07-24T03:41:14.8678384Z [command]/opt/hostedtoolcache/Python/3.9.23/x64/bin/pip cache dir 2025-07-24T03:41:18.3095228Z /home/runner/.cache/pip 2025-07-24T03:41:18.6281203Z Cache hit for: setup-python-Linux-x64-24.04-Ubuntu-python-3.9.23-pip-e1bcf5c01e048fb9bf8fbcaab1809f6041df8432a06424f06e64cf42c74fbb16 2025-07-24T03:41:19.9885899Z Received 0 of 20535540 (0.0%), 0.0 MBs/sec 2025-07-24T03:41:20.1360171Z Received 20535540 of 20535540 (100.0%), 17.1 MBs/sec 2025-07-24T03:41:20.1360803Z Cache Size: ~20 MB (20535540 B) 2025-07-24T03:41:20.1477619Z [command]/usr/bin/tar -xf /home/runner/work/_temp/7cdf48e1-0280-4513-be6e-9367cb9421c2/cache.tzst -P -C /home/runner/work/pytorch/pytorch --use-compress-program unzstd 2025-07-24T03:41:20.2080478Z Cache restored successfully 2025-07-24T03:41:20.2125893Z Cache restored from key: setup-python-Linux-x64-24.04-Ubuntu-python-3.9.23-pip-e1bcf5c01e048fb9bf8fbcaab1809f6041df8432a06424f06e64cf42c74fbb16 2025-07-24T03:41:20.2273613Z ##[group]Run python3 -m pip install --upgrade pip 2025-07-24T03:41:20.2273996Z python3 -m pip install --upgrade pip 2025-07-24T03:41:20.2274593Z 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-24T03:41:20.2275330Z pip install torch --pre --index-url https://download.pytorch.org/whl/nightly/cpu/ 2025-07-24T03:41:20.2306696Z shell: /usr/bin/bash -e {0} 2025-07-24T03:41:20.2306931Z env: 2025-07-24T03:41:20.2307180Z pythonLocation: /opt/hostedtoolcache/Python/3.9.23/x64 2025-07-24T03:41:20.2307618Z PKG_CONFIG_PATH: /opt/hostedtoolcache/Python/3.9.23/x64/lib/pkgconfig 2025-07-24T03:41:20.2308021Z Python_ROOT_DIR: /opt/hostedtoolcache/Python/3.9.23/x64 2025-07-24T03:41:20.2308374Z Python2_ROOT_DIR: /opt/hostedtoolcache/Python/3.9.23/x64 2025-07-24T03:41:20.2308730Z Python3_ROOT_DIR: /opt/hostedtoolcache/Python/3.9.23/x64 2025-07-24T03:41:20.2309102Z LD_LIBRARY_PATH: /opt/hostedtoolcache/Python/3.9.23/x64/lib 2025-07-24T03:41:20.2309401Z ##[endgroup] 2025-07-24T03:41:21.8948078Z Requirement already satisfied: pip in /opt/hostedtoolcache/Python/3.9.23/x64/lib/python3.9/site-packages (25.1.1) 2025-07-24T03:41:22.9375890Z Collecting pytest-rerunfailures==11.1.* 2025-07-24T03:41:22.9653565Z Downloading pytest_rerunfailures-11.1.2-py3-none-any.whl.metadata (16 kB) 2025-07-24T03:41:22.9821405Z Collecting pytest-flakefinder==1.1.* 2025-07-24T03:41:22.9909944Z Downloading pytest_flakefinder-1.1.0-py2.py3-none-any.whl.metadata (3.3 kB) 2025-07-24T03:41:23.0178252Z Collecting pytest-xdist==3.3.* 2025-07-24T03:41:23.0264511Z Downloading pytest_xdist-3.3.1-py3-none-any.whl.metadata (3.1 kB) 2025-07-24T03:41:23.0446283Z Collecting expecttest==0.3.* 2025-07-24T03:41:23.0524307Z Downloading expecttest-0.3.0-py3-none-any.whl.metadata (3.8 kB) 2025-07-24T03:41:23.0735527Z Collecting fbscribelogger==0.1.* 2025-07-24T03:41:23.0820398Z Downloading fbscribelogger-0.1.7-py3-none-any.whl.metadata (684 bytes) 2025-07-24T03:41:23.3248430Z Collecting numpy==1.24.* 2025-07-24T03:41:23.3322287Z Downloading numpy-1.24.4-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (5.6 kB) 2025-07-24T03:41:23.3571428Z Collecting packaging>=17.1 (from pytest-rerunfailures==11.1.*) 2025-07-24T03:41:23.3641984Z Downloading packaging-25.0-py3-none-any.whl.metadata (3.3 kB) 2025-07-24T03:41:23.4100053Z Collecting pytest>=5.3 (from pytest-rerunfailures==11.1.*) 2025-07-24T03:41:23.4173806Z Downloading pytest-8.4.1-py3-none-any.whl.metadata (7.7 kB) 2025-07-24T03:41:23.4613949Z Collecting execnet>=1.1 (from pytest-xdist==3.3.*) 2025-07-24T03:41:23.4689146Z Downloading execnet-2.1.1-py3-none-any.whl.metadata (2.9 kB) 2025-07-24T03:41:24.1405109Z Collecting aiohttp<4.0.0,>=3.10.4 (from fbscribelogger==0.1.*) 2025-07-24T03:41:24.1479171Z Downloading aiohttp-3.12.14-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (7.6 kB) 2025-07-24T03:41:24.1791434Z Collecting thriftpy2<0.6.0,>=0.5.2 (from fbscribelogger==0.1.*) 2025-07-24T03:41:24.1870490Z Downloading thriftpy2-0.5.3-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (8.2 kB) 2025-07-24T03:41:24.2143280Z Collecting typing-extensions<5.0.0,>=4.12.2 (from fbscribelogger==0.1.*) 2025-07-24T03:41:24.2222014Z Downloading typing_extensions-4.14.1-py3-none-any.whl.metadata (3.0 kB) 2025-07-24T03:41:24.2449556Z Collecting aiohappyeyeballs>=2.5.0 (from aiohttp<4.0.0,>=3.10.4->fbscribelogger==0.1.*) 2025-07-24T03:41:24.2520957Z Downloading aiohappyeyeballs-2.6.1-py3-none-any.whl.metadata (5.9 kB) 2025-07-24T03:41:24.2668228Z Collecting aiosignal>=1.4.0 (from aiohttp<4.0.0,>=3.10.4->fbscribelogger==0.1.*) 2025-07-24T03:41:24.2745472Z Downloading aiosignal-1.4.0-py3-none-any.whl.metadata (3.7 kB) 2025-07-24T03:41:24.2948548Z Collecting async-timeout<6.0,>=4.0 (from aiohttp<4.0.0,>=3.10.4->fbscribelogger==0.1.*) 2025-07-24T03:41:24.3020789Z Downloading async_timeout-5.0.1-py3-none-any.whl.metadata (5.1 kB) 2025-07-24T03:41:24.3234231Z Collecting attrs>=17.3.0 (from aiohttp<4.0.0,>=3.10.4->fbscribelogger==0.1.*) 2025-07-24T03:41:24.3306773Z Downloading attrs-25.3.0-py3-none-any.whl.metadata (10 kB) 2025-07-24T03:41:24.4247036Z Collecting frozenlist>=1.1.1 (from aiohttp<4.0.0,>=3.10.4->fbscribelogger==0.1.*) 2025-07-24T03:41:24.4322376Z Downloading 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-24T03:41:24.7542996Z Collecting multidict<7.0,>=4.5 (from aiohttp<4.0.0,>=3.10.4->fbscribelogger==0.1.*) 2025-07-24T03:41:24.7620715Z Downloading 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-24T03:41:24.8184482Z Collecting propcache>=0.2.0 (from aiohttp<4.0.0,>=3.10.4->fbscribelogger==0.1.*) 2025-07-24T03:41:24.8256743Z Downloading propcache-0.3.2-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (12 kB) 2025-07-24T03:41:25.1971193Z Collecting yarl<2.0,>=1.17.0 (from aiohttp<4.0.0,>=3.10.4->fbscribelogger==0.1.*) 2025-07-24T03:41:25.2049007Z Downloading yarl-1.20.1-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (73 kB) 2025-07-24T03:41:25.2370981Z Collecting ply<4.0,>=3.4 (from thriftpy2<0.6.0,>=0.5.2->fbscribelogger==0.1.*) 2025-07-24T03:41:25.2444594Z Downloading ply-3.11-py2.py3-none-any.whl.metadata (844 bytes) 2025-07-24T03:41:25.2631620Z Collecting six~=1.15 (from thriftpy2<0.6.0,>=0.5.2->fbscribelogger==0.1.*) 2025-07-24T03:41:25.2650763Z Using cached six-1.17.0-py2.py3-none-any.whl.metadata (1.7 kB) 2025-07-24T03:41:25.2852915Z Collecting idna>=2.0 (from yarl<2.0,>=1.17.0->aiohttp<4.0.0,>=3.10.4->fbscribelogger==0.1.*) 2025-07-24T03:41:25.2871481Z Using cached idna-3.10-py3-none-any.whl.metadata (10 kB) 2025-07-24T03:41:25.3350499Z Collecting exceptiongroup>=1 (from pytest>=5.3->pytest-rerunfailures==11.1.*) 2025-07-24T03:41:25.3424146Z Downloading exceptiongroup-1.3.0-py3-none-any.whl.metadata (6.7 kB) 2025-07-24T03:41:25.3584703Z Collecting iniconfig>=1 (from pytest>=5.3->pytest-rerunfailures==11.1.*) 2025-07-24T03:41:25.3656827Z Downloading iniconfig-2.1.0-py3-none-any.whl.metadata (2.7 kB) 2025-07-24T03:41:25.3889412Z Collecting pluggy<2,>=1.5 (from pytest>=5.3->pytest-rerunfailures==11.1.*) 2025-07-24T03:41:25.3958617Z Downloading pluggy-1.6.0-py3-none-any.whl.metadata (4.8 kB) 2025-07-24T03:41:25.4229925Z Collecting pygments>=2.7.2 (from pytest>=5.3->pytest-rerunfailures==11.1.*) 2025-07-24T03:41:25.4249259Z Using cached pygments-2.19.2-py3-none-any.whl.metadata (2.5 kB) 2025-07-24T03:41:25.4445369Z Collecting tomli>=1 (from pytest>=5.3->pytest-rerunfailures==11.1.*) 2025-07-24T03:41:25.4518250Z Downloading tomli-2.2.1-py3-none-any.whl.metadata (10 kB) 2025-07-24T03:41:25.4771010Z Downloading pytest_rerunfailures-11.1.2-py3-none-any.whl (12 kB) 2025-07-24T03:41:25.4864993Z Downloading pytest_flakefinder-1.1.0-py2.py3-none-any.whl (4.6 kB) 2025-07-24T03:41:25.4978002Z Downloading pytest_xdist-3.3.1-py3-none-any.whl (41 kB) 2025-07-24T03:41:25.5090704Z Downloading expecttest-0.3.0-py3-none-any.whl (8.2 kB) 2025-07-24T03:41:25.5195481Z Downloading fbscribelogger-0.1.7-py3-none-any.whl (6.9 kB) 2025-07-24T03:41:25.5288702Z Downloading numpy-1.24.4-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (17.3 MB) 2025-07-24T03:41:25.6778899Z ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 17.3/17.3 MB 120.9 MB/s eta 0:00:00 2025-07-24T03:41:25.6855982Z Downloading aiohttp-3.12.14-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (1.6 MB) 2025-07-24T03:41:25.6996964Z ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 1.6/1.6 MB 129.9 MB/s eta 0:00:00 2025-07-24T03:41:25.7074767Z Downloading async_timeout-5.0.1-py3-none-any.whl (6.2 kB) 2025-07-24T03:41:25.7197848Z Downloading multidict-6.6.3-cp39-cp39-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl (239 kB) 2025-07-24T03:41:25.7328175Z Downloading thriftpy2-0.5.3-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (2.0 MB) 2025-07-24T03:41:25.7478753Z ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 2.0/2.0 MB 149.5 MB/s eta 0:00:00 2025-07-24T03:41:25.7553080Z Downloading ply-3.11-py2.py3-none-any.whl (49 kB) 2025-07-24T03:41:25.7602041Z Using cached six-1.17.0-py2.py3-none-any.whl (11 kB) 2025-07-24T03:41:25.7675180Z Downloading typing_extensions-4.14.1-py3-none-any.whl (43 kB) 2025-07-24T03:41:25.7776836Z Downloading yarl-1.20.1-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (327 kB) 2025-07-24T03:41:25.7886427Z Downloading aiohappyeyeballs-2.6.1-py3-none-any.whl (15 kB) 2025-07-24T03:41:25.7984003Z Downloading aiosignal-1.4.0-py3-none-any.whl (7.5 kB) 2025-07-24T03:41:25.8084914Z Downloading attrs-25.3.0-py3-none-any.whl (63 kB) 2025-07-24T03:41:25.8193602Z Downloading execnet-2.1.1-py3-none-any.whl (40 kB) 2025-07-24T03:41:25.8295621Z Downloading 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-24T03:41:25.8352333Z Using cached idna-3.10-py3-none-any.whl (70 kB) 2025-07-24T03:41:25.8444344Z Downloading packaging-25.0-py3-none-any.whl (66 kB) 2025-07-24T03:41:25.8552737Z Downloading propcache-0.3.2-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (200 kB) 2025-07-24T03:41:25.8661035Z Downloading pytest-8.4.1-py3-none-any.whl (365 kB) 2025-07-24T03:41:25.8768994Z Downloading pluggy-1.6.0-py3-none-any.whl (20 kB) 2025-07-24T03:41:25.8864735Z Downloading exceptiongroup-1.3.0-py3-none-any.whl (16 kB) 2025-07-24T03:41:25.8957576Z Downloading iniconfig-2.1.0-py3-none-any.whl (6.0 kB) 2025-07-24T03:41:25.9001912Z Using cached pygments-2.19.2-py3-none-any.whl (1.2 MB) 2025-07-24T03:41:25.9084907Z Downloading tomli-2.2.1-py3-none-any.whl (14 kB) 2025-07-24T03:41:26.0506189Z 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-24T03:41:29.5195047Z 2025-07-24T03:41:29.5252669Z 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-24T03:41:30.6604251Z Looking in indexes: https://download.pytorch.org/whl/nightly/cpu/ 2025-07-24T03:41:31.4577833Z Collecting torch 2025-07-24T03:41:31.4683690Z Downloading https://download.pytorch.org/whl/nightly/cpu/torch-2.9.0.dev20250723%2Bcpu-cp39-cp39-manylinux_2_28_x86_64.whl.metadata (29 kB) 2025-07-24T03:41:31.5716801Z Collecting filelock (from torch) 2025-07-24T03:41:31.5803839Z Downloading https://download.pytorch.org/whl/nightly/filelock-3.18.0-py3-none-any.whl.metadata (2.9 kB) 2025-07-24T03:41:31.5870749Z 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-24T03:41:31.8170841Z Collecting sympy>=1.13.3 (from torch) 2025-07-24T03:41:31.8257943Z Downloading https://download.pytorch.org/whl/nightly/sympy-1.14.0-py3-none-any.whl.metadata (12 kB) 2025-07-24T03:41:31.9298850Z Collecting networkx>=2.5.1 (from torch) 2025-07-24T03:41:31.9411940Z Downloading https://download.pytorch.org/whl/nightly/networkx-3.5-py3-none-any.whl.metadata (6.3 kB) 2025-07-24T03:41:32.0471657Z Collecting jinja2 (from torch) 2025-07-24T03:41:32.0563113Z Downloading https://download.pytorch.org/whl/nightly/jinja2-3.1.6-py3-none-any.whl.metadata (2.9 kB) 2025-07-24T03:41:32.1544817Z Collecting fsspec>=0.8.5 (from torch) 2025-07-24T03:41:32.1635785Z Downloading https://download.pytorch.org/whl/nightly/fsspec-2025.5.1-py3-none-any.whl.metadata (11 kB) 2025-07-24T03:41:32.2055489Z 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-24T03:41:32.2060050Z Collecting networkx>=2.5.1 (from torch) 2025-07-24T03:41:32.2197936Z Downloading https://download.pytorch.org/whl/nightly/networkx-3.2.1-py3-none-any.whl (1.6 MB) 2025-07-24T03:41:32.2473592Z ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 1.6/1.6 MB 57.9 MB/s eta 0:00:00 2025-07-24T03:41:32.4911618Z Collecting mpmath<1.4,>=1.1.0 (from sympy>=1.13.3->torch) 2025-07-24T03:41:32.5036275Z Downloading https://download.pytorch.org/whl/nightly/mpmath-1.3.0-py3-none-any.whl (536 kB) 2025-07-24T03:41:32.5125658Z ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 536.2/536.2 kB 66.9 MB/s eta 0:00:00 2025-07-24T03:41:32.6285738Z Collecting MarkupSafe>=2.0 (from jinja2->torch) 2025-07-24T03:41:32.6369500Z Downloading 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-24T03:41:32.6503480Z Downloading https://download.pytorch.org/whl/nightly/cpu/torch-2.9.0.dev20250723%2Bcpu-cp39-cp39-manylinux_2_28_x86_64.whl (185.1 MB) 2025-07-24T03:41:33.5169297Z ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 185.1/185.1 MB 214.1 MB/s eta 0:00:00 2025-07-24T03:41:33.5280529Z Downloading https://download.pytorch.org/whl/nightly/fsspec-2025.5.1-py3-none-any.whl (199 kB) 2025-07-24T03:41:33.5435880Z Downloading https://download.pytorch.org/whl/nightly/sympy-1.14.0-py3-none-any.whl (6.3 MB) 2025-07-24T03:41:33.6335816Z ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 6.3/6.3 MB 70.4 MB/s eta 0:00:00 2025-07-24T03:41:33.6422769Z Downloading https://download.pytorch.org/whl/nightly/filelock-3.18.0-py3-none-any.whl (16 kB) 2025-07-24T03:41:33.6549215Z Downloading https://download.pytorch.org/whl/nightly/jinja2-3.1.6-py3-none-any.whl (134 kB) 2025-07-24T03:41:34.1000671Z Installing collected packages: mpmath, sympy, networkx, MarkupSafe, fsspec, filelock, jinja2, torch 2025-07-24T03:41:50.1601099Z 2025-07-24T03:41:50.1668154Z 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.dev20250723+cpu 2025-07-24T03:41:50.2992238Z ##[group]Run # Run test_vulkan, which is a fast noop on Linux 2025-07-24T03:41:50.2992656Z # Run test_vulkan, which is a fast noop on Linux 2025-07-24T03:41:50.2993030Z python3 test/run_test.py --include test_vulkan --verbose 2025-07-24T03:41:50.3021642Z shell: /usr/bin/bash -e {0} 2025-07-24T03:41:50.3021877Z env: 2025-07-24T03:41:50.3022121Z pythonLocation: /opt/hostedtoolcache/Python/3.9.23/x64 2025-07-24T03:41:50.3022526Z PKG_CONFIG_PATH: /opt/hostedtoolcache/Python/3.9.23/x64/lib/pkgconfig 2025-07-24T03:41:50.3022916Z Python_ROOT_DIR: /opt/hostedtoolcache/Python/3.9.23/x64 2025-07-24T03:41:50.3023571Z Python2_ROOT_DIR: /opt/hostedtoolcache/Python/3.9.23/x64 2025-07-24T03:41:50.3023932Z Python3_ROOT_DIR: /opt/hostedtoolcache/Python/3.9.23/x64 2025-07-24T03:41:50.3024271Z LD_LIBRARY_PATH: /opt/hostedtoolcache/Python/3.9.23/x64/lib 2025-07-24T03:41:50.3024564Z ##[endgroup] 2025-07-24T03:41:56.0270219Z ##[warning] Failed to find test times file `/home/runner/work/pytorch/pytorch/.additional_ci_files/test-times.json`. Using round robin sharding. 2025-07-24T03:41:56.0279053Z ##[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-24T03:41:56.0280360Z Running all tests 2025-07-24T03:41:56.0280590Z Running parallel tests on 3 processes 2025-07-24T03:41:56.0280864Z Name: tests to run (est. time: 0.0min) 2025-07-24T03:41:56.0281104Z Serial tests (0): 2025-07-24T03:41:56.0281296Z Parallel tests (1): 2025-07-24T03:41:56.0281494Z test_vulkan 1/1 2025-07-24T03:41:56.0281692Z Name: excluded (est. time: 0.0min) 2025-07-24T03:41:56.0281940Z Serial tests (0): 2025-07-24T03:41:56.0282119Z Parallel tests (0): 2025-07-24T03:41:56.0282363Z Running test_vulkan 1/1 ... [2025-07-24 03:41:56.025391] 2025-07-24T03:41:56.0282663Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2025-07-24T03:41:56.0283552Z 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-24 03:41:56.025888] 2025-07-24T03:41:56.0284551Z Unable to import boto3. Will not be emitting metrics.... Reason: No module named 'boto3' 2025-07-24T03:41:56.0284922Z No TD results found 2025-07-24T03:41:56.0285548Z Downloading https://ossci-metrics.s3.amazonaws.com/disabled-tests-condensed.json to /home/runner/work/pytorch/pytorch/test/.pytorch-disabled-tests.json 2025-07-24T03:41:56.0286197Z Ignoring disabled issues: [''] 2025-07-24T03:42:00.2021821Z 2025-07-24T03:42:00.2022821Z test_vulkan 1/1 was successful, full logs can be found in artifacts with path test/test-reports/test_vulkan_1.1_f188a3b53d0fcb5a_.log 2025-07-24T03:42:00.2024621Z Running 0 items in this shard: 2025-07-24T03:42:00.2024898Z 2025-07-24T03:42:00.2755357Z GITHUB_RUN_ID, GITHUB_RUN_ATTEMPT, or ARTIFACTS_FILE_SUFFIX not set, not uploading 2025-07-24T03:42:00.2756088Z Uploading artifacts took 0.00 seconds 2025-07-24T03:42:03.2895346Z Running test_vulkan 1/1 ... [2025-07-24 03:42:03.289319] 2025-07-24T03:42:03.2896401Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2025-07-24T03:42:03.2901786Z 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-24 03:42:03.289889] 2025-07-24T03:42:03.2907759Z Unable to import boto3. Will not be emitting metrics.... Reason: No module named 'boto3' 2025-07-24T03:42:07.4705987Z 2025-07-24T03:42:07.4707147Z test_vulkan 1/1 was successful, full logs can be found in artifacts with path test/test-reports/test_vulkan_1.1_69ae3adf8ece3eb5_.log 2025-07-24T03:42:07.4708815Z Running 1 items in this shard: test/test_vulkan.py::TestVulkanRewritePass::test_conv 2025-07-24T03:42:07.4709318Z 2025-07-24T03:42:07.4718590Z Unable to import boto3. Will not be emitting metrics.... Reason: No module named 'boto3' 2025-07-24T03:42:07.4720694Z Unable to import boto3. Will not be emitting metrics.... Reason: No module named 'boto3' 2025-07-24T03:42:08.3267153Z Running test batch 'tests to run' cost 12.3 seconds 2025-07-24T03:42:09.0047637Z Post job cleanup. 2025-07-24T03:42:09.1572214Z Cache hit occurred on the primary key setup-python-Linux-x64-24.04-Ubuntu-python-3.9.23-pip-e1bcf5c01e048fb9bf8fbcaab1809f6041df8432a06424f06e64cf42c74fbb16, not saving cache. 2025-07-24T03:42:09.1708028Z Post job cleanup. 2025-07-24T03:42:09.1749899Z Post job cleanup. 2025-07-24T03:42:09.2722731Z [command]/usr/bin/git version 2025-07-24T03:42:09.2760120Z git version 2.50.1 2025-07-24T03:42:09.2800005Z Copying '/home/runner/.gitconfig' to '/home/runner/work/_temp/f3f29d97-8867-4f65-92f4-5ee602f678c4/.gitconfig' 2025-07-24T03:42:09.2817515Z Temporarily overriding HOME='/home/runner/work/_temp/f3f29d97-8867-4f65-92f4-5ee602f678c4' before making global git config changes 2025-07-24T03:42:09.2819073Z Adding repository directory to the temporary git global config as a safe directory 2025-07-24T03:42:09.2824320Z [command]/usr/bin/git config --global --add safe.directory /home/runner/work/pytorch/pytorch 2025-07-24T03:42:09.2861417Z [command]/usr/bin/git config --local --name-only --get-regexp core\.sshCommand 2025-07-24T03:42:09.2895391Z [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-24T03:42:09.3177225Z [command]/usr/bin/git config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader 2025-07-24T03:42:09.3205256Z http.https://github.com/.extraheader 2025-07-24T03:42:09.3222503Z [command]/usr/bin/git config --local --unset-all http.https://github.com/.extraheader 2025-07-24T03:42:09.3263416Z [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-24T03:42:09.3673450Z Cleaning up orphan processes