2025-09-07T06:10:16.0063536Z Current runner version: '2.328.0' 2025-09-07T06:10:16.0069696Z Runner name: 'linux.24_04.4x_92556cbd6af0' 2025-09-07T06:10:16.0070509Z Runner group name: 'default' 2025-09-07T06:10:16.0071312Z Machine name: 'pkrvm7jw40e0xgp' 2025-09-07T06:10:16.0088261Z ##[group]Operating System 2025-09-07T06:10:16.0089011Z Ubuntu 2025-09-07T06:10:16.0089457Z 24.04.3 2025-09-07T06:10:16.0090057Z LTS 2025-09-07T06:10:16.0090545Z ##[endgroup] 2025-09-07T06:10:16.0091056Z ##[group]Runner Image 2025-09-07T06:10:16.0091671Z Image: ubuntu-24.04 2025-09-07T06:10:16.0092193Z Version: 20250831.1.0 2025-09-07T06:10:16.0093192Z Included Software: https://github.com/actions/runner-images/blob/ubuntu24/20250831.1/images/ubuntu/Ubuntu2404-Readme.md 2025-09-07T06:10:16.0094912Z Image Release: https://github.com/actions/runner-images/releases/tag/ubuntu24%2F20250831.1 2025-09-07T06:10:16.0095875Z ##[endgroup] 2025-09-07T06:10:16.0098296Z ##[group]GITHUB_TOKEN Permissions 2025-09-07T06:10:16.0100470Z Actions: read 2025-09-07T06:10:16.0101195Z Attestations: read 2025-09-07T06:10:16.0101715Z Checks: read 2025-09-07T06:10:16.0102197Z Contents: read 2025-09-07T06:10:16.0102691Z Deployments: read 2025-09-07T06:10:16.0103222Z Discussions: read 2025-09-07T06:10:16.0103685Z Issues: read 2025-09-07T06:10:16.0104505Z Metadata: read 2025-09-07T06:10:16.0105064Z Models: read 2025-09-07T06:10:16.0105518Z Packages: read 2025-09-07T06:10:16.0106054Z Pages: read 2025-09-07T06:10:16.0106522Z PullRequests: read 2025-09-07T06:10:16.0107048Z RepositoryProjects: read 2025-09-07T06:10:16.0107553Z SecurityEvents: read 2025-09-07T06:10:16.0108176Z Statuses: read 2025-09-07T06:10:16.0108631Z ##[endgroup] 2025-09-07T06:10:16.0110693Z Secret source: Actions 2025-09-07T06:10:16.0111651Z Prepare workflow directory 2025-09-07T06:10:16.0474447Z Prepare all required actions 2025-09-07T06:10:16.0531583Z Getting action download info 2025-09-07T06:10:16.4707289Z Download action repository 'pytorch/pytorch@main' (SHA:93fb23d6fae7c4e82c4239a1033e522088742634) 2025-09-07T06:10:20.8311287Z Download action repository 'actions/setup-python@a26af69be951a213d495a4c3e4e4022e16d87065' (SHA:a26af69be951a213d495a4c3e4e4022e16d87065) 2025-09-07T06:10:21.0123142Z Getting action download info 2025-09-07T06:10:21.1950570Z Download action repository 'actions/checkout@v4' (SHA:08eba0b27e820071cde6df949e0beb9ba4906955) 2025-09-07T06:10:21.2812482Z Complete job name: Test `run_test.py` is usable without boto3 2025-09-07T06:10:21.3500862Z ##[group]Run pytorch/pytorch/.github/actions/checkout-pytorch@main 2025-09-07T06:10:21.3501565Z with: 2025-09-07T06:10:21.3501793Z submodules: false 2025-09-07T06:10:21.3502029Z fetch-depth: 1 2025-09-07T06:10:21.3502414Z ##[endgroup] 2025-09-07T06:10:21.3586506Z ##[group]Run echo "IN_CONTAINER_RUNNER=$(if [ -f /.inarc ] || [ -f /.incontainer ]; then echo true ; else echo false; fi)" >> "$GITHUB_OUTPUT" 2025-09-07T06:10:21.3587350Z echo "IN_CONTAINER_RUNNER=$(if [ -f /.inarc ] || [ -f /.incontainer ]; then echo true ; else echo false; fi)" >> "$GITHUB_OUTPUT" 2025-09-07T06:10:21.3621905Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2025-09-07T06:10:21.3622278Z ##[endgroup] 2025-09-07T06:10:21.3850951Z ##[group]Run # Use all available CPUs for fetching 2025-09-07T06:10:21.3851367Z # Use all available CPUs for fetching 2025-09-07T06:10:21.3851681Z cd "${GITHUB_WORKSPACE}" 2025-09-07T06:10:21.3852033Z git config --global fetch.parallel 0 2025-09-07T06:10:21.3852386Z git config --global submodule.fetchJobs 0 2025-09-07T06:10:21.3852698Z  2025-09-07T06:10:21.3853027Z # Clean workspace. The default checkout action should also do this, but 2025-09-07T06:10:21.3853457Z # do it here as well just in case 2025-09-07T06:10:21.3853750Z if [[ -d .git ]]; then 2025-09-07T06:10:21.3854239Z  if [ -z "${NO_SUDO}" ]; then 2025-09-07T06:10:21.3854542Z  sudo git clean -ffdx 2025-09-07T06:10:21.3854798Z  else 2025-09-07T06:10:21.3855028Z  git clean -ffdx 2025-09-07T06:10:21.3855493Z  fi 2025-09-07T06:10:21.3855706Z fi 2025-09-07T06:10:21.3882932Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2025-09-07T06:10:21.3883306Z env: 2025-09-07T06:10:21.3883511Z NO_SUDO: 2025-09-07T06:10:21.3883723Z ##[endgroup] 2025-09-07T06:10:21.5138572Z ##[group]Run actions/checkout@v4 2025-09-07T06:10:21.5138840Z with: 2025-09-07T06:10:21.5139059Z ref: 93fb23d6fae7c4e82c4239a1033e522088742634 2025-09-07T06:10:21.5139323Z fetch-depth: 1 2025-09-07T06:10:21.5139520Z submodules: false 2025-09-07T06:10:21.5139709Z show-progress: false 2025-09-07T06:10:21.5139920Z repository: pytorch/pytorch 2025-09-07T06:10:21.5140267Z token: *** 2025-09-07T06:10:21.5140448Z ssh-strict: true 2025-09-07T06:10:21.5140623Z ssh-user: git 2025-09-07T06:10:21.5140813Z persist-credentials: true 2025-09-07T06:10:21.5141013Z clean: true 2025-09-07T06:10:21.5141205Z sparse-checkout-cone-mode: true 2025-09-07T06:10:21.5141450Z fetch-tags: false 2025-09-07T06:10:21.5141628Z lfs: false 2025-09-07T06:10:21.5141810Z set-safe-directory: true 2025-09-07T06:10:21.5142014Z ##[endgroup] 2025-09-07T06:10:21.6141646Z Syncing repository: pytorch/pytorch 2025-09-07T06:10:21.6142901Z ##[group]Getting Git version info 2025-09-07T06:10:21.6143268Z Working directory is '/home/runner/work/pytorch/pytorch' 2025-09-07T06:10:21.6143800Z [command]/usr/bin/git version 2025-09-07T06:10:21.6154735Z git version 2.51.0 2025-09-07T06:10:21.6179884Z ##[endgroup] 2025-09-07T06:10:21.6197039Z Copying '/home/runner/.gitconfig' to '/home/runner/work/_temp/26af1115-4012-49a6-8e3a-3d1e241fe176/.gitconfig' 2025-09-07T06:10:21.6207698Z Temporarily overriding HOME='/home/runner/work/_temp/26af1115-4012-49a6-8e3a-3d1e241fe176' before making global git config changes 2025-09-07T06:10:21.6209081Z Adding repository directory to the temporary git global config as a safe directory 2025-09-07T06:10:21.6213314Z [command]/usr/bin/git config --global --add safe.directory /home/runner/work/pytorch/pytorch 2025-09-07T06:10:21.6244694Z Deleting the contents of '/home/runner/work/pytorch/pytorch' 2025-09-07T06:10:21.6248226Z ##[group]Initializing the repository 2025-09-07T06:10:21.6252892Z [command]/usr/bin/git init /home/runner/work/pytorch/pytorch 2025-09-07T06:10:21.7049450Z hint: Using 'master' as the name for the initial branch. This default branch name 2025-09-07T06:10:21.7050413Z hint: is subject to change. To configure the initial branch name to use in all 2025-09-07T06:10:21.7050946Z hint: of your new repositories, which will suppress this warning, call: 2025-09-07T06:10:21.7051313Z hint: 2025-09-07T06:10:21.7051604Z hint: git config --global init.defaultBranch 2025-09-07T06:10:21.7051911Z hint: 2025-09-07T06:10:21.7052209Z hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and 2025-09-07T06:10:21.7052714Z hint: 'development'. The just-created branch can be renamed via this command: 2025-09-07T06:10:21.7053096Z hint: 2025-09-07T06:10:21.7053289Z hint: git branch -m 2025-09-07T06:10:21.7093389Z hint: 2025-09-07T06:10:21.7094103Z hint: Disable this message with "git config set advice.defaultBranchName false" 2025-09-07T06:10:21.7094987Z Initialized empty Git repository in /home/runner/work/pytorch/pytorch/.git/ 2025-09-07T06:10:21.7105411Z [command]/usr/bin/git remote add origin https://github.com/pytorch/pytorch 2025-09-07T06:10:21.7222332Z ##[endgroup] 2025-09-07T06:10:21.7222935Z ##[group]Disabling automatic garbage collection 2025-09-07T06:10:21.7227114Z [command]/usr/bin/git config --local gc.auto 0 2025-09-07T06:10:21.7254619Z ##[endgroup] 2025-09-07T06:10:21.7255047Z ##[group]Setting up auth 2025-09-07T06:10:21.7261784Z [command]/usr/bin/git config --local --name-only --get-regexp core\.sshCommand 2025-09-07T06:10:21.7290898Z [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-09-07T06:10:21.8827859Z [command]/usr/bin/git config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader 2025-09-07T06:10:21.8856810Z [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-09-07T06:10:21.9082644Z [command]/usr/bin/git config --local http.https://github.com/.extraheader AUTHORIZATION: basic *** 2025-09-07T06:10:21.9124666Z ##[endgroup] 2025-09-07T06:10:21.9125942Z ##[group]Fetching the repository 2025-09-07T06:10:21.9133117Z [command]/usr/bin/git -c protocol.version=2 fetch --no-tags --prune --no-recurse-submodules --depth=1 origin 93fb23d6fae7c4e82c4239a1033e522088742634 2025-09-07T06:10:28.3007776Z From https://github.com/pytorch/pytorch 2025-09-07T06:10:28.3008661Z * branch 93fb23d6fae7c4e82c4239a1033e522088742634 -> FETCH_HEAD 2025-09-07T06:10:28.3157334Z ##[endgroup] 2025-09-07T06:10:28.3157711Z ##[group]Determining the checkout info 2025-09-07T06:10:28.3159599Z ##[endgroup] 2025-09-07T06:10:28.3164682Z [command]/usr/bin/git sparse-checkout disable 2025-09-07T06:10:28.3245112Z [command]/usr/bin/git config --local --unset-all extensions.worktreeConfig 2025-09-07T06:10:28.3273858Z ##[group]Checking out the ref 2025-09-07T06:10:28.3278476Z [command]/usr/bin/git checkout --progress --force 93fb23d6fae7c4e82c4239a1033e522088742634 2025-09-07T06:10:29.3497390Z Updating files: 89% (17390/19405) 2025-09-07T06:10:29.3652035Z Updating files: 90% (17465/19405) 2025-09-07T06:10:29.3757613Z Updating files: 91% (17659/19405) 2025-09-07T06:10:29.3883226Z Updating files: 92% (17853/19405) 2025-09-07T06:10:29.4045566Z Updating files: 93% (18047/19405) 2025-09-07T06:10:29.4214716Z Updating files: 94% (18241/19405) 2025-09-07T06:10:29.4355194Z Updating files: 95% (18435/19405) 2025-09-07T06:10:29.4493425Z Updating files: 96% (18629/19405) 2025-09-07T06:10:29.4653231Z Updating files: 97% (18823/19405) 2025-09-07T06:10:29.4880255Z Updating files: 98% (19017/19405) 2025-09-07T06:10:29.5025050Z Updating files: 99% (19211/19405) 2025-09-07T06:10:29.5025922Z Updating files: 100% (19405/19405) 2025-09-07T06:10:29.5026639Z Updating files: 100% (19405/19405), done. 2025-09-07T06:10:29.5208917Z Note: switching to '93fb23d6fae7c4e82c4239a1033e522088742634'. 2025-09-07T06:10:29.5209635Z 2025-09-07T06:10:29.5213403Z You are in 'detached HEAD' state. You can look around, make experimental 2025-09-07T06:10:29.5214665Z changes and commit them, and you can discard any commits you make in this 2025-09-07T06:10:29.5215679Z state without impacting any branches by switching back to a branch. 2025-09-07T06:10:29.5216271Z 2025-09-07T06:10:29.5216871Z If you want to create a new branch to retain commits you create, you may 2025-09-07T06:10:29.5217878Z do so (now or later) by using -c with the switch command. Example: 2025-09-07T06:10:29.5218319Z 2025-09-07T06:10:29.5218587Z git switch -c 2025-09-07T06:10:29.5218899Z 2025-09-07T06:10:29.5219103Z Or undo this operation with: 2025-09-07T06:10:29.5219546Z 2025-09-07T06:10:29.5219756Z git switch - 2025-09-07T06:10:29.5219968Z 2025-09-07T06:10:29.5220376Z Turn off this advice by setting config variable advice.detachedHead to false 2025-09-07T06:10:29.5220852Z 2025-09-07T06:10:29.5221175Z HEAD is now at 93fb23d Build vLLM nightly wheels (#162000) 2025-09-07T06:10:29.5253012Z ##[endgroup] 2025-09-07T06:10:29.5295251Z [command]/usr/bin/git log -1 --format=%H 2025-09-07T06:10:29.5317920Z 93fb23d6fae7c4e82c4239a1033e522088742634 2025-09-07T06:10:29.5432875Z ##[group]Run cd "${GITHUB_WORKSPACE}" 2025-09-07T06:10:29.5433253Z cd "${GITHUB_WORKSPACE}" 2025-09-07T06:10:29.5433534Z # Clean stale submodule dirs 2025-09-07T06:10:29.5434205Z if [ -z "${NO_SUDO}" ]; then 2025-09-07T06:10:29.5434648Z  sudo git submodule foreach --recursive git clean -ffdx 2025-09-07T06:10:29.5434992Z else 2025-09-07T06:10:29.5435397Z  git submodule foreach --recursive git clean -ffdx 2025-09-07T06:10:29.5435936Z fi 2025-09-07T06:10:29.5465904Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2025-09-07T06:10:29.5466302Z env: 2025-09-07T06:10:29.5466506Z NO_SUDO: 2025-09-07T06:10:29.5466843Z ##[endgroup] 2025-09-07T06:10:29.5941635Z ##[group]Run actions/setup-python@a26af69be951a213d495a4c3e4e4022e16d87065 2025-09-07T06:10:29.5942008Z with: 2025-09-07T06:10:29.5942184Z python-version: 3.9 2025-09-07T06:10:29.5942375Z architecture: x64 2025-09-07T06:10:29.5942553Z cache: pip 2025-09-07T06:10:29.5942723Z check-latest: false 2025-09-07T06:10:29.5943036Z token: *** 2025-09-07T06:10:29.5943223Z update-environment: true 2025-09-07T06:10:29.5943445Z allow-prereleases: false 2025-09-07T06:10:29.5943647Z freethreaded: false 2025-09-07T06:10:29.5943832Z ##[endgroup] 2025-09-07T06:10:29.7564740Z ##[group]Installed versions 2025-09-07T06:10:29.9270789Z Successfully set up CPython (3.9.23) 2025-09-07T06:10:29.9271544Z ##[endgroup] 2025-09-07T06:10:31.3195937Z [command]/opt/hostedtoolcache/Python/3.9.23/x64/bin/pip cache dir 2025-09-07T06:10:34.4817150Z /home/runner/.cache/pip 2025-09-07T06:10:34.8448577Z Cache hit for: setup-python-Linux-x64-24.04-Ubuntu-python-3.9.23-pip-fa5f27db552ce17605731ebe412ba660acb6affb3f573511abafaeaf89674a37 2025-09-07T06:10:36.1232672Z Received 12582912 of 232538328 (5.4%), 12.0 MBs/sec 2025-09-07T06:10:37.1237986Z Received 134217728 of 232538328 (57.7%), 64.0 MBs/sec 2025-09-07T06:10:37.8044587Z Received 232538328 of 232538328 (100.0%), 82.7 MBs/sec 2025-09-07T06:10:37.8049500Z Cache Size: ~222 MB (232538328 B) 2025-09-07T06:10:37.8167451Z [command]/usr/bin/tar -xf /home/runner/work/_temp/514ce4c6-b9c2-4df0-a122-979198f58bc4/cache.tzst -P -C /home/runner/work/pytorch/pytorch --use-compress-program unzstd 2025-09-07T06:10:38.1827735Z Cache restored successfully 2025-09-07T06:10:38.2265611Z Cache restored from key: setup-python-Linux-x64-24.04-Ubuntu-python-3.9.23-pip-fa5f27db552ce17605731ebe412ba660acb6affb3f573511abafaeaf89674a37 2025-09-07T06:10:38.2412656Z ##[group]Run python3 -m pip install --upgrade pip 2025-09-07T06:10:38.2413034Z python3 -m pip install --upgrade pip 2025-09-07T06:10:38.2413624Z pip install pytest-rerunfailures==11.1.* pytest-flakefinder==1.1.* pytest-xdist==3.3.* expecttest==0.3.* fbscribelogger==0.1.* numpy==1.24.* 2025-09-07T06:10:38.2416695Z pip install torch --pre --index-url https://download.pytorch.org/whl/nightly/cpu/ 2025-09-07T06:10:38.2450906Z shell: /usr/bin/bash -e {0} 2025-09-07T06:10:38.2451139Z env: 2025-09-07T06:10:38.2451388Z pythonLocation: /opt/hostedtoolcache/Python/3.9.23/x64 2025-09-07T06:10:38.2451804Z PKG_CONFIG_PATH: /opt/hostedtoolcache/Python/3.9.23/x64/lib/pkgconfig 2025-09-07T06:10:38.2452217Z Python_ROOT_DIR: /opt/hostedtoolcache/Python/3.9.23/x64 2025-09-07T06:10:38.2452575Z Python2_ROOT_DIR: /opt/hostedtoolcache/Python/3.9.23/x64 2025-09-07T06:10:38.2452924Z Python3_ROOT_DIR: /opt/hostedtoolcache/Python/3.9.23/x64 2025-09-07T06:10:38.2453315Z LD_LIBRARY_PATH: /opt/hostedtoolcache/Python/3.9.23/x64/lib 2025-09-07T06:10:38.2453610Z ##[endgroup] 2025-09-07T06:10:39.7302629Z Requirement already satisfied: pip in /opt/hostedtoolcache/Python/3.9.23/x64/lib/python3.9/site-packages (25.2) 2025-09-07T06:10:40.7075062Z Collecting pytest-rerunfailures==11.1.* 2025-09-07T06:10:40.7092706Z Using cached pytest_rerunfailures-11.1.2-py3-none-any.whl.metadata (16 kB) 2025-09-07T06:10:40.7227326Z Collecting pytest-flakefinder==1.1.* 2025-09-07T06:10:40.7244425Z Using cached pytest_flakefinder-1.1.0-py2.py3-none-any.whl.metadata (3.3 kB) 2025-09-07T06:10:40.7485831Z Collecting pytest-xdist==3.3.* 2025-09-07T06:10:40.7502706Z Using cached pytest_xdist-3.3.1-py3-none-any.whl.metadata (3.1 kB) 2025-09-07T06:10:40.7650240Z Collecting expecttest==0.3.* 2025-09-07T06:10:40.7667511Z Using cached expecttest-0.3.0-py3-none-any.whl.metadata (3.8 kB) 2025-09-07T06:10:40.7805171Z Collecting fbscribelogger==0.1.* 2025-09-07T06:10:40.7822722Z Using cached fbscribelogger-0.1.7-py3-none-any.whl.metadata (684 bytes) 2025-09-07T06:10:41.0059462Z Collecting numpy==1.24.* 2025-09-07T06:10:41.0079238Z Using cached numpy-1.24.4-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (5.6 kB) 2025-09-07T06:10:41.0288417Z Collecting packaging>=17.1 (from pytest-rerunfailures==11.1.*) 2025-09-07T06:10:41.0305695Z Using cached packaging-25.0-py3-none-any.whl.metadata (3.3 kB) 2025-09-07T06:10:41.0724855Z Collecting pytest>=5.3 (from pytest-rerunfailures==11.1.*) 2025-09-07T06:10:41.0742809Z Using cached pytest-8.4.2-py3-none-any.whl.metadata (7.7 kB) 2025-09-07T06:10:41.1125886Z Collecting execnet>=1.1 (from pytest-xdist==3.3.*) 2025-09-07T06:10:41.1143479Z Using cached execnet-2.1.1-py3-none-any.whl.metadata (2.9 kB) 2025-09-07T06:10:41.7582716Z Collecting aiohttp<4.0.0,>=3.10.4 (from fbscribelogger==0.1.*) 2025-09-07T06:10:41.7602318Z Using cached aiohttp-3.12.15-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (7.7 kB) 2025-09-07T06:10:41.7856225Z Collecting thriftpy2<0.6.0,>=0.5.2 (from fbscribelogger==0.1.*) 2025-09-07T06:10:41.7873769Z Using cached thriftpy2-0.5.3-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (8.2 kB) 2025-09-07T06:10:41.8098206Z Collecting typing-extensions<5.0.0,>=4.12.2 (from fbscribelogger==0.1.*) 2025-09-07T06:10:41.8115473Z Using cached typing_extensions-4.15.0-py3-none-any.whl.metadata (3.3 kB) 2025-09-07T06:10:41.8298711Z Collecting aiohappyeyeballs>=2.5.0 (from aiohttp<4.0.0,>=3.10.4->fbscribelogger==0.1.*) 2025-09-07T06:10:41.8316145Z Using cached aiohappyeyeballs-2.6.1-py3-none-any.whl.metadata (5.9 kB) 2025-09-07T06:10:41.8428247Z Collecting aiosignal>=1.4.0 (from aiohttp<4.0.0,>=3.10.4->fbscribelogger==0.1.*) 2025-09-07T06:10:41.8445483Z Using cached aiosignal-1.4.0-py3-none-any.whl.metadata (3.7 kB) 2025-09-07T06:10:41.8608342Z Collecting async-timeout<6.0,>=4.0 (from aiohttp<4.0.0,>=3.10.4->fbscribelogger==0.1.*) 2025-09-07T06:10:41.8628252Z Using cached async_timeout-5.0.1-py3-none-any.whl.metadata (5.1 kB) 2025-09-07T06:10:41.8807276Z Collecting attrs>=17.3.0 (from aiohttp<4.0.0,>=3.10.4->fbscribelogger==0.1.*) 2025-09-07T06:10:41.8824701Z Using cached attrs-25.3.0-py3-none-any.whl.metadata (10 kB) 2025-09-07T06:10:41.9699114Z Collecting frozenlist>=1.1.1 (from aiohttp<4.0.0,>=3.10.4->fbscribelogger==0.1.*) 2025-09-07T06:10:41.9718664Z 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-09-07T06:10:42.2824592Z Collecting multidict<7.0,>=4.5 (from aiohttp<4.0.0,>=3.10.4->fbscribelogger==0.1.*) 2025-09-07T06:10:42.2844851Z Using cached multidict-6.6.4-cp39-cp39-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl.metadata (5.3 kB) 2025-09-07T06:10:42.3376193Z Collecting propcache>=0.2.0 (from aiohttp<4.0.0,>=3.10.4->fbscribelogger==0.1.*) 2025-09-07T06:10:42.3393750Z Using cached propcache-0.3.2-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (12 kB) 2025-09-07T06:10:42.6825564Z Collecting yarl<2.0,>=1.17.0 (from aiohttp<4.0.0,>=3.10.4->fbscribelogger==0.1.*) 2025-09-07T06:10:42.6845986Z Using cached yarl-1.20.1-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (73 kB) 2025-09-07T06:10:42.7059347Z Collecting ply<4.0,>=3.4 (from thriftpy2<0.6.0,>=0.5.2->fbscribelogger==0.1.*) 2025-09-07T06:10:42.7076779Z Using cached ply-3.11-py2.py3-none-any.whl.metadata (844 bytes) 2025-09-07T06:10:42.7225535Z Collecting six~=1.15 (from thriftpy2<0.6.0,>=0.5.2->fbscribelogger==0.1.*) 2025-09-07T06:10:42.7242533Z Using cached six-1.17.0-py2.py3-none-any.whl.metadata (1.7 kB) 2025-09-07T06:10:42.7436438Z Collecting idna>=2.0 (from yarl<2.0,>=1.17.0->aiohttp<4.0.0,>=3.10.4->fbscribelogger==0.1.*) 2025-09-07T06:10:42.7453528Z Using cached idna-3.10-py3-none-any.whl.metadata (10 kB) 2025-09-07T06:10:42.7897923Z Collecting exceptiongroup>=1 (from pytest>=5.3->pytest-rerunfailures==11.1.*) 2025-09-07T06:10:42.7915191Z Using cached exceptiongroup-1.3.0-py3-none-any.whl.metadata (6.7 kB) 2025-09-07T06:10:42.8054226Z Collecting iniconfig>=1 (from pytest>=5.3->pytest-rerunfailures==11.1.*) 2025-09-07T06:10:42.8071401Z Using cached iniconfig-2.1.0-py3-none-any.whl.metadata (2.7 kB) 2025-09-07T06:10:42.8272197Z Collecting pluggy<2,>=1.5 (from pytest>=5.3->pytest-rerunfailures==11.1.*) 2025-09-07T06:10:42.8290069Z Using cached pluggy-1.6.0-py3-none-any.whl.metadata (4.8 kB) 2025-09-07T06:10:42.8527690Z Collecting pygments>=2.7.2 (from pytest>=5.3->pytest-rerunfailures==11.1.*) 2025-09-07T06:10:42.8544859Z Using cached pygments-2.19.2-py3-none-any.whl.metadata (2.5 kB) 2025-09-07T06:10:42.8749432Z Collecting tomli>=1 (from pytest>=5.3->pytest-rerunfailures==11.1.*) 2025-09-07T06:10:42.8766550Z Using cached tomli-2.2.1-py3-none-any.whl.metadata (10 kB) 2025-09-07T06:10:42.8897380Z Using cached pytest_rerunfailures-11.1.2-py3-none-any.whl (12 kB) 2025-09-07T06:10:42.8914486Z Using cached pytest_flakefinder-1.1.0-py2.py3-none-any.whl (4.6 kB) 2025-09-07T06:10:42.8931034Z Using cached pytest_xdist-3.3.1-py3-none-any.whl (41 kB) 2025-09-07T06:10:42.8948131Z Using cached expecttest-0.3.0-py3-none-any.whl (8.2 kB) 2025-09-07T06:10:42.8964618Z Using cached fbscribelogger-0.1.7-py3-none-any.whl (6.9 kB) 2025-09-07T06:10:42.8981653Z Using cached numpy-1.24.4-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (17.3 MB) 2025-09-07T06:10:42.9127484Z Using cached aiohttp-3.12.15-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (1.6 MB) 2025-09-07T06:10:42.9155451Z Using cached async_timeout-5.0.1-py3-none-any.whl (6.2 kB) 2025-09-07T06:10:42.9172376Z Using cached multidict-6.6.4-cp39-cp39-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl (239 kB) 2025-09-07T06:10:42.9191209Z Using cached thriftpy2-0.5.3-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (2.0 MB) 2025-09-07T06:10:42.9222312Z Using cached ply-3.11-py2.py3-none-any.whl (49 kB) 2025-09-07T06:10:42.9239707Z Using cached six-1.17.0-py2.py3-none-any.whl (11 kB) 2025-09-07T06:10:42.9256931Z Using cached typing_extensions-4.15.0-py3-none-any.whl (44 kB) 2025-09-07T06:10:42.9274568Z Using cached yarl-1.20.1-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (327 kB) 2025-09-07T06:10:42.9293669Z Using cached aiohappyeyeballs-2.6.1-py3-none-any.whl (15 kB) 2025-09-07T06:10:42.9310589Z Using cached aiosignal-1.4.0-py3-none-any.whl (7.5 kB) 2025-09-07T06:10:42.9327310Z Using cached attrs-25.3.0-py3-none-any.whl (63 kB) 2025-09-07T06:10:42.9344639Z Using cached execnet-2.1.1-py3-none-any.whl (40 kB) 2025-09-07T06:10:42.9362441Z 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-09-07T06:10:42.9380301Z Using cached idna-3.10-py3-none-any.whl (70 kB) 2025-09-07T06:10:42.9397764Z Using cached packaging-25.0-py3-none-any.whl (66 kB) 2025-09-07T06:10:42.9415328Z Using cached propcache-0.3.2-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (200 kB) 2025-09-07T06:10:42.9433071Z Using cached pytest-8.4.2-py3-none-any.whl (365 kB) 2025-09-07T06:10:42.9452443Z Using cached pluggy-1.6.0-py3-none-any.whl (20 kB) 2025-09-07T06:10:42.9469608Z Using cached exceptiongroup-1.3.0-py3-none-any.whl (16 kB) 2025-09-07T06:10:42.9486355Z Using cached iniconfig-2.1.0-py3-none-any.whl (6.0 kB) 2025-09-07T06:10:42.9503027Z Using cached pygments-2.19.2-py3-none-any.whl (1.2 MB) 2025-09-07T06:10:42.9528006Z Using cached tomli-2.2.1-py3-none-any.whl (14 kB) 2025-09-07T06:10:43.0673332Z 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-09-07T06:10:46.3872853Z 2025-09-07T06:10:46.3929801Z Successfully installed aiohappyeyeballs-2.6.1 aiohttp-3.12.15 aiosignal-1.4.0 async-timeout-5.0.1 attrs-25.3.0 exceptiongroup-1.3.0 execnet-2.1.1 expecttest-0.3.0 fbscribelogger-0.1.7 frozenlist-1.7.0 idna-3.10 iniconfig-2.1.0 multidict-6.6.4 numpy-1.24.4 packaging-25.0 pluggy-1.6.0 ply-3.11 propcache-0.3.2 pygments-2.19.2 pytest-8.4.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.2.1 typing-extensions-4.15.0 yarl-1.20.1 2025-09-07T06:10:47.3961547Z Looking in indexes: https://download.pytorch.org/whl/nightly/cpu/ 2025-09-07T06:10:47.9988148Z Collecting torch 2025-09-07T06:10:48.0224366Z Using cached https://download.pytorch.org/whl/nightly/cpu/torch-2.9.0.dev20250825%2Bcpu-cp39-cp39-manylinux_2_28_x86_64.whl.metadata (29 kB) 2025-09-07T06:10:48.2861118Z Collecting filelock (from torch) 2025-09-07T06:10:48.2997393Z Using cached https://download.pytorch.org/whl/nightly/filelock-3.19.1-py3-none-any.whl.metadata (2.1 kB) 2025-09-07T06:10:48.3009626Z Requirement already satisfied: typing-extensions>=4.10.0 in /opt/hostedtoolcache/Python/3.9.23/x64/lib/python3.9/site-packages (from torch) (4.15.0) 2025-09-07T06:10:48.5420813Z Collecting sympy>=1.13.3 (from torch) 2025-09-07T06:10:48.5550271Z Using cached https://download.pytorch.org/whl/nightly/sympy-1.14.0-py3-none-any.whl.metadata (12 kB) 2025-09-07T06:10:48.8166497Z Collecting networkx>=2.5.1 (from torch) 2025-09-07T06:10:48.8295783Z Using cached https://download.pytorch.org/whl/nightly/networkx-3.5-py3-none-any.whl.metadata (6.3 kB) 2025-09-07T06:10:48.9481609Z Collecting jinja2 (from torch) 2025-09-07T06:10:48.9612294Z Using cached https://download.pytorch.org/whl/nightly/jinja2-3.1.6-py3-none-any.whl.metadata (2.9 kB) 2025-09-07T06:10:49.0718131Z Collecting fsspec>=0.8.5 (from torch) 2025-09-07T06:10:49.0915005Z Using cached https://download.pytorch.org/whl/nightly/fsspec-2025.7.0-py3-none-any.whl.metadata (12 kB) 2025-09-07T06:10:49.1306193Z INFO: pip is looking at multiple versions of networkx to determine which version is compatible with other requirements. This could take a while. 2025-09-07T06:10:49.1311303Z Collecting networkx>=2.5.1 (from torch) 2025-09-07T06:10:49.1533639Z Using cached https://download.pytorch.org/whl/nightly/networkx-3.2.1-py3-none-any.whl (1.6 MB) 2025-09-07T06:10:49.4244677Z Collecting mpmath<1.4,>=1.1.0 (from sympy>=1.13.3->torch) 2025-09-07T06:10:49.4373689Z Using cached https://download.pytorch.org/whl/nightly/mpmath-1.3.0-py3-none-any.whl (536 kB) 2025-09-07T06:10:49.7693043Z Collecting MarkupSafe>=2.0 (from jinja2->torch) 2025-09-07T06:10:49.7918806Z Using cached https://download.pytorch.org/whl/nightly/MarkupSafe-3.0.2-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (4.0 kB) 2025-09-07T06:10:49.8076542Z Using cached https://download.pytorch.org/whl/nightly/cpu/torch-2.9.0.dev20250825%2Bcpu-cp39-cp39-manylinux_2_28_x86_64.whl (183.5 MB) 2025-09-07T06:10:49.9495663Z Using cached https://download.pytorch.org/whl/nightly/fsspec-2025.7.0-py3-none-any.whl (199 kB) 2025-09-07T06:10:49.9623672Z Using cached https://download.pytorch.org/whl/nightly/sympy-1.14.0-py3-none-any.whl (6.3 MB) 2025-09-07T06:10:49.9819242Z Using cached https://download.pytorch.org/whl/nightly/filelock-3.19.1-py3-none-any.whl (15 kB) 2025-09-07T06:10:49.9977900Z Using cached https://download.pytorch.org/whl/nightly/jinja2-3.1.6-py3-none-any.whl (134 kB) 2025-09-07T06:10:50.0183593Z Using cached https://download.pytorch.org/whl/nightly/MarkupSafe-3.0.2-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (20 kB) 2025-09-07T06:10:50.4472713Z Installing collected packages: mpmath, sympy, networkx, MarkupSafe, fsspec, filelock, jinja2, torch 2025-09-07T06:11:05.8977693Z 2025-09-07T06:11:05.9042562Z Successfully installed MarkupSafe-3.0.2 filelock-3.19.1 fsspec-2025.7.0 jinja2-3.1.6 mpmath-1.3.0 networkx-3.2.1 sympy-1.14.0 torch-2.9.0.dev20250825+cpu 2025-09-07T06:11:05.9975015Z ##[group]Run # Run test_vulkan, which is a fast noop on Linux 2025-09-07T06:11:05.9975425Z # Run test_vulkan, which is a fast noop on Linux 2025-09-07T06:11:05.9975803Z python3 test/run_test.py --include test_vulkan --verbose 2025-09-07T06:11:06.0006868Z shell: /usr/bin/bash -e {0} 2025-09-07T06:11:06.0007092Z env: 2025-09-07T06:11:06.0007364Z pythonLocation: /opt/hostedtoolcache/Python/3.9.23/x64 2025-09-07T06:11:06.0007771Z PKG_CONFIG_PATH: /opt/hostedtoolcache/Python/3.9.23/x64/lib/pkgconfig 2025-09-07T06:11:06.0008154Z Python_ROOT_DIR: /opt/hostedtoolcache/Python/3.9.23/x64 2025-09-07T06:11:06.0008500Z Python2_ROOT_DIR: /opt/hostedtoolcache/Python/3.9.23/x64 2025-09-07T06:11:06.0008853Z Python3_ROOT_DIR: /opt/hostedtoolcache/Python/3.9.23/x64 2025-09-07T06:11:06.0009201Z LD_LIBRARY_PATH: /opt/hostedtoolcache/Python/3.9.23/x64/lib 2025-09-07T06:11:06.0009487Z ##[endgroup] 2025-09-07T06:11:11.1375646Z ##[warning] Failed to find test times file `/home/runner/work/pytorch/pytorch/.additional_ci_files/test-times.json`. Using round robin sharding. 2025-09-07T06:11:11.1385217Z ##[warning] Failed to find test times file `/home/runner/work/pytorch/pytorch/.additional_ci_files/test-class-times.json`. Using round robin sharding. 2025-09-07T06:11:11.1386315Z Running all tests 2025-09-07T06:11:11.1386548Z Running parallel tests on 3 processes 2025-09-07T06:11:11.1386828Z Name: tests to run (est. time: 0.0min) 2025-09-07T06:11:11.1387079Z Serial tests (0): 2025-09-07T06:11:11.1387279Z Parallel tests (1): 2025-09-07T06:11:11.1387484Z test_vulkan 1/1 2025-09-07T06:11:11.1387696Z Name: excluded (est. time: 0.0min) 2025-09-07T06:11:11.1387932Z Serial tests (0): 2025-09-07T06:11:11.1388120Z Parallel tests (0): 2025-09-07T06:11:11.1388370Z Running test_vulkan 1/1 ... [2025-09-07 06:11:11.135934] 2025-09-07T06:11:11.1388677Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2025-09-07T06:11:11.1389572Z 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-09-07 06:11:11.136422] 2025-09-07T06:11:11.1390590Z Unable to import boto3. Will not be emitting metrics.... Reason: No module named 'boto3' 2025-09-07T06:11:11.1390964Z No TD results found 2025-09-07T06:11:11.1391578Z Downloading https://ossci-metrics.s3.amazonaws.com/disabled-tests-condensed.json to /home/runner/work/pytorch/pytorch/test/.pytorch-disabled-tests.json 2025-09-07T06:11:11.1392225Z Ignoring disabled issues: [''] 2025-09-07T06:11:14.9163901Z 2025-09-07T06:11:14.9164897Z test_vulkan 1/1 was successful, full logs can be found in artifacts with path test/test-reports/test_vulkan_1.1_45f4a07b8ab4babc_.log 2025-09-07T06:11:14.9166848Z Running 0 items in this shard: 2025-09-07T06:11:14.9167105Z 2025-09-07T06:11:14.9910919Z GITHUB_RUN_ID, GITHUB_RUN_ATTEMPT, or ARTIFACTS_FILE_SUFFIX not set, not uploading 2025-09-07T06:11:14.9911891Z Uploading artifacts took 0.00 seconds 2025-09-07T06:11:18.4768662Z Running test_vulkan 1/1 ... [2025-09-07 06:11:18.476570] 2025-09-07T06:11:18.4771612Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2025-09-07T06:11:18.4774892Z 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-09-07 06:11:18.477116] 2025-09-07T06:11:18.4776697Z Unable to import boto3. Will not be emitting metrics.... Reason: No module named 'boto3' 2025-09-07T06:11:22.1460342Z 2025-09-07T06:11:22.1461132Z test_vulkan 1/1 was successful, full logs can be found in artifacts with path test/test-reports/test_vulkan_1.1_74faec64963fdacc_.log 2025-09-07T06:11:22.1463724Z Running 1 items in this shard: test/test_vulkan.py::TestVulkanRewritePass::test_conv 2025-09-07T06:11:22.1464480Z 2025-09-07T06:11:22.1475150Z Unable to import boto3. Will not be emitting metrics.... Reason: No module named 'boto3' 2025-09-07T06:11:22.1476488Z Unable to import boto3. Will not be emitting metrics.... Reason: No module named 'boto3' 2025-09-07T06:11:22.9331245Z Running test batch 'tests to run' cost 11.8 seconds 2025-09-07T06:11:23.4857794Z Post job cleanup. 2025-09-07T06:11:23.6314739Z Cache hit occurred on the primary key setup-python-Linux-x64-24.04-Ubuntu-python-3.9.23-pip-fa5f27db552ce17605731ebe412ba660acb6affb3f573511abafaeaf89674a37, not saving cache. 2025-09-07T06:11:23.6428159Z Post job cleanup. 2025-09-07T06:11:23.6470404Z Post job cleanup. 2025-09-07T06:11:23.7407934Z [command]/usr/bin/git version 2025-09-07T06:11:23.7444507Z git version 2.51.0 2025-09-07T06:11:23.7480871Z Copying '/home/runner/.gitconfig' to '/home/runner/work/_temp/b0cb98f2-3e3c-4d47-a4de-a9100f062bc6/.gitconfig' 2025-09-07T06:11:23.7490612Z Temporarily overriding HOME='/home/runner/work/_temp/b0cb98f2-3e3c-4d47-a4de-a9100f062bc6' before making global git config changes 2025-09-07T06:11:23.7491927Z Adding repository directory to the temporary git global config as a safe directory 2025-09-07T06:11:23.7503245Z [command]/usr/bin/git config --global --add safe.directory /home/runner/work/pytorch/pytorch 2025-09-07T06:11:23.7537109Z [command]/usr/bin/git config --local --name-only --get-regexp core\.sshCommand 2025-09-07T06:11:23.7568962Z [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-09-07T06:11:23.7825745Z [command]/usr/bin/git config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader 2025-09-07T06:11:23.7849340Z http.https://github.com/.extraheader 2025-09-07T06:11:23.7867609Z [command]/usr/bin/git config --local --unset-all http.https://github.com/.extraheader 2025-09-07T06:11:23.7902273Z [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-09-07T06:11:23.8269470Z Cleaning up orphan processes