2025-11-03T15:43:03.4699625Z Current runner version: '2.329.0' 2025-11-03T15:43:03.4706515Z Runner name: 'linux.24_04.4x_9bae1e4373a6' 2025-11-03T15:43:03.4707398Z Runner group name: 'default' 2025-11-03T15:43:03.4708207Z Machine name: 'runnervmf2e7y' 2025-11-03T15:43:03.4725387Z ##[group]Operating System 2025-11-03T15:43:03.4726072Z Ubuntu 2025-11-03T15:43:03.4726561Z 24.04.3 2025-11-03T15:43:03.4726982Z LTS 2025-11-03T15:43:03.4727569Z ##[endgroup] 2025-11-03T15:43:03.4728084Z ##[group]Runner Image 2025-11-03T15:43:03.4728590Z Image: ubuntu-24.04 2025-11-03T15:43:03.4729164Z Version: 20251030.96.2 2025-11-03T15:43:03.4730148Z Included Software: https://github.com/actions/runner-images/blob/ubuntu24/20251030.96/images/ubuntu/Ubuntu2404-Readme.md 2025-11-03T15:43:03.4731525Z Image Release: https://github.com/actions/runner-images/releases/tag/ubuntu24%2F20251030.96 2025-11-03T15:43:03.4732582Z ##[endgroup] 2025-11-03T15:43:03.4735332Z ##[group]GITHUB_TOKEN Permissions 2025-11-03T15:43:03.4737617Z Actions: read 2025-11-03T15:43:03.4738236Z Attestations: read 2025-11-03T15:43:03.4738843Z Checks: read 2025-11-03T15:43:03.4739319Z Contents: read 2025-11-03T15:43:03.4739766Z Deployments: read 2025-11-03T15:43:03.4740324Z Discussions: read 2025-11-03T15:43:03.4740774Z Issues: read 2025-11-03T15:43:03.4741238Z Metadata: read 2025-11-03T15:43:03.4741753Z Models: read 2025-11-03T15:43:03.4742241Z Packages: read 2025-11-03T15:43:03.4742690Z Pages: read 2025-11-03T15:43:03.4743231Z PullRequests: read 2025-11-03T15:43:03.4743761Z RepositoryProjects: read 2025-11-03T15:43:03.4744450Z SecurityEvents: read 2025-11-03T15:43:03.4745027Z Statuses: read 2025-11-03T15:43:03.4745490Z ##[endgroup] 2025-11-03T15:43:03.4747424Z Secret source: Actions 2025-11-03T15:43:03.4748306Z Prepare workflow directory 2025-11-03T15:43:03.5073590Z Prepare all required actions 2025-11-03T15:43:03.5112480Z Getting action download info 2025-11-03T15:43:03.8716349Z Download action repository 'pytorch/pytorch@main' (SHA:3f6538febd727b782e6e13cfd026a309fb14351d) 2025-11-03T15:43:13.2086902Z Download action repository 'actions/setup-python@a26af69be951a213d495a4c3e4e4022e16d87065' (SHA:a26af69be951a213d495a4c3e4e4022e16d87065) 2025-11-03T15:43:13.3534531Z Getting action download info 2025-11-03T15:43:13.5259774Z Download action repository 'actions/checkout@v4' (SHA:08eba0b27e820071cde6df949e0beb9ba4906955) 2025-11-03T15:43:13.6024974Z Complete job name: Test `run_test.py` is usable without boto3 2025-11-03T15:43:13.6657562Z ##[group]Run pytorch/pytorch/.github/actions/checkout-pytorch@main 2025-11-03T15:43:13.6658272Z with: 2025-11-03T15:43:13.6658500Z submodules: false 2025-11-03T15:43:13.6658739Z fetch-depth: 1 2025-11-03T15:43:13.6659124Z ##[endgroup] 2025-11-03T15:43:13.6741652Z ##[group]Run echo "IN_CONTAINER_RUNNER=$(if [ -f /.inarc ] || [ -f /.incontainer ]; then echo true ; else echo false; fi)" >> "$GITHUB_OUTPUT" 2025-11-03T15:43:13.6742522Z echo "IN_CONTAINER_RUNNER=$(if [ -f /.inarc ] || [ -f /.incontainer ]; then echo true ; else echo false; fi)" >> "$GITHUB_OUTPUT" 2025-11-03T15:43:13.6780234Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2025-11-03T15:43:13.6780622Z ##[endgroup] 2025-11-03T15:43:13.7004143Z ##[group]Run # Use all available CPUs for fetching 2025-11-03T15:43:13.7004579Z # Use all available CPUs for fetching 2025-11-03T15:43:13.7004912Z cd "${GITHUB_WORKSPACE}" 2025-11-03T15:43:13.7005263Z git config --global fetch.parallel 0 2025-11-03T15:43:13.7005618Z git config --global submodule.fetchJobs 0 2025-11-03T15:43:13.7005947Z  2025-11-03T15:43:13.7006283Z # Clean workspace. The default checkout action should also do this, but 2025-11-03T15:43:13.7006703Z # do it here as well just in case 2025-11-03T15:43:13.7007003Z if [[ -d .git ]]; then 2025-11-03T15:43:13.7007280Z  if [ -z "${NO_SUDO}" ]; then 2025-11-03T15:43:13.7007570Z  sudo git clean -ffdx 2025-11-03T15:43:13.7007841Z  else 2025-11-03T15:43:13.7008075Z  git clean -ffdx 2025-11-03T15:43:13.7008557Z  fi 2025-11-03T15:43:13.7008768Z fi 2025-11-03T15:43:13.7039150Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2025-11-03T15:43:13.7039536Z env: 2025-11-03T15:43:13.7039758Z NO_SUDO: 2025-11-03T15:43:13.7039970Z ##[endgroup] 2025-11-03T15:43:13.7291977Z ##[group]Run actions/checkout@v4 2025-11-03T15:43:13.7292293Z with: 2025-11-03T15:43:13.7292562Z ref: 3f6538febd727b782e6e13cfd026a309fb14351d 2025-11-03T15:43:13.7292886Z fetch-depth: 1 2025-11-03T15:43:13.7293123Z submodules: false 2025-11-03T15:43:13.7293350Z show-progress: false 2025-11-03T15:43:13.7293602Z repository: pytorch/pytorch 2025-11-03T15:43:13.7294286Z token: *** 2025-11-03T15:43:13.7294526Z ssh-strict: true 2025-11-03T15:43:13.7294747Z ssh-user: git 2025-11-03T15:43:13.7294985Z persist-credentials: true 2025-11-03T15:43:13.7295241Z clean: true 2025-11-03T15:43:13.7295477Z sparse-checkout-cone-mode: true 2025-11-03T15:43:13.7295760Z fetch-tags: false 2025-11-03T15:43:13.7295972Z lfs: false 2025-11-03T15:43:13.7296189Z set-safe-directory: true 2025-11-03T15:43:13.7296436Z ##[endgroup] 2025-11-03T15:43:13.8312034Z Syncing repository: pytorch/pytorch 2025-11-03T15:43:13.8313445Z ##[group]Getting Git version info 2025-11-03T15:43:13.8314167Z Working directory is '/home/runner/work/pytorch/pytorch' 2025-11-03T15:43:13.8314831Z [command]/usr/bin/git version 2025-11-03T15:43:13.8323354Z git version 2.51.2 2025-11-03T15:43:13.8349206Z ##[endgroup] 2025-11-03T15:43:13.8358990Z Copying '/home/runner/.gitconfig' to '/home/runner/work/_temp/1a69173a-38cc-4625-81b1-058de480fe1f/.gitconfig' 2025-11-03T15:43:13.8376544Z Temporarily overriding HOME='/home/runner/work/_temp/1a69173a-38cc-4625-81b1-058de480fe1f' before making global git config changes 2025-11-03T15:43:13.8377832Z Adding repository directory to the temporary git global config as a safe directory 2025-11-03T15:43:13.8381140Z [command]/usr/bin/git config --global --add safe.directory /home/runner/work/pytorch/pytorch 2025-11-03T15:43:13.8413554Z Deleting the contents of '/home/runner/work/pytorch/pytorch' 2025-11-03T15:43:13.8417234Z ##[group]Initializing the repository 2025-11-03T15:43:13.8421447Z [command]/usr/bin/git init /home/runner/work/pytorch/pytorch 2025-11-03T15:43:13.8522507Z hint: Using 'master' as the name for the initial branch. This default branch name 2025-11-03T15:43:13.8524546Z hint: is subject to change. To configure the initial branch name to use in all 2025-11-03T15:43:13.8525980Z hint: of your new repositories, which will suppress this warning, call: 2025-11-03T15:43:13.8527009Z hint: 2025-11-03T15:43:13.8527979Z hint: git config --global init.defaultBranch 2025-11-03T15:43:13.8528889Z hint: 2025-11-03T15:43:13.8529721Z hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and 2025-11-03T15:43:13.8530544Z hint: 'development'. The just-created branch can be renamed via this command: 2025-11-03T15:43:13.8531124Z hint: 2025-11-03T15:43:13.8531545Z hint: git branch -m 2025-11-03T15:43:13.8531939Z hint: 2025-11-03T15:43:13.8532446Z hint: Disable this message with "git config set advice.defaultBranchName false" 2025-11-03T15:43:13.8533185Z Initialized empty Git repository in /home/runner/work/pytorch/pytorch/.git/ 2025-11-03T15:43:13.8538639Z [command]/usr/bin/git remote add origin https://github.com/pytorch/pytorch 2025-11-03T15:43:13.8572530Z ##[endgroup] 2025-11-03T15:43:13.8573292Z ##[group]Disabling automatic garbage collection 2025-11-03T15:43:13.8577607Z [command]/usr/bin/git config --local gc.auto 0 2025-11-03T15:43:13.8607773Z ##[endgroup] 2025-11-03T15:43:13.8608436Z ##[group]Setting up auth 2025-11-03T15:43:13.8614848Z [command]/usr/bin/git config --local --name-only --get-regexp core\.sshCommand 2025-11-03T15:43:13.8644057Z [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-11-03T15:43:13.8985026Z [command]/usr/bin/git config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader 2025-11-03T15:43:13.9016661Z [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-11-03T15:43:13.9243111Z [command]/usr/bin/git config --local http.https://github.com/.extraheader AUTHORIZATION: basic *** 2025-11-03T15:43:13.9280892Z ##[endgroup] 2025-11-03T15:43:13.9281986Z ##[group]Fetching the repository 2025-11-03T15:43:13.9289793Z [command]/usr/bin/git -c protocol.version=2 fetch --no-tags --prune --no-recurse-submodules --depth=1 origin 3f6538febd727b782e6e13cfd026a309fb14351d 2025-11-03T15:43:20.3720432Z From https://github.com/pytorch/pytorch 2025-11-03T15:43:20.3721331Z * branch 3f6538febd727b782e6e13cfd026a309fb14351d -> FETCH_HEAD 2025-11-03T15:43:20.3748663Z ##[endgroup] 2025-11-03T15:43:20.3749354Z ##[group]Determining the checkout info 2025-11-03T15:43:20.3751432Z ##[endgroup] 2025-11-03T15:43:20.3758526Z [command]/usr/bin/git sparse-checkout disable 2025-11-03T15:43:20.3802054Z [command]/usr/bin/git config --local --unset-all extensions.worktreeConfig 2025-11-03T15:43:20.3832185Z ##[group]Checking out the ref 2025-11-03T15:43:20.3836937Z [command]/usr/bin/git checkout --progress --force 3f6538febd727b782e6e13cfd026a309fb14351d 2025-11-03T15:43:21.4013500Z Updating files: 86% (17381/20004) 2025-11-03T15:43:21.4131604Z Updating files: 87% (17404/20004) 2025-11-03T15:43:21.4242479Z Updating files: 88% (17604/20004) 2025-11-03T15:43:21.4370521Z Updating files: 89% (17804/20004) 2025-11-03T15:43:21.4525815Z Updating files: 90% (18004/20004) 2025-11-03T15:43:21.4639928Z Updating files: 91% (18204/20004) 2025-11-03T15:43:21.4765582Z Updating files: 92% (18404/20004) 2025-11-03T15:43:21.4929381Z Updating files: 93% (18604/20004) 2025-11-03T15:43:21.5095964Z Updating files: 94% (18804/20004) 2025-11-03T15:43:21.5257628Z Updating files: 95% (19004/20004) 2025-11-03T15:43:21.5393746Z Updating files: 96% (19204/20004) 2025-11-03T15:43:21.5539499Z Updating files: 97% (19404/20004) 2025-11-03T15:43:21.5780003Z Updating files: 98% (19604/20004) 2025-11-03T15:43:21.5936941Z Updating files: 99% (19804/20004) 2025-11-03T15:43:21.5937664Z Updating files: 100% (20004/20004) 2025-11-03T15:43:21.5938673Z Updating files: 100% (20004/20004), done. 2025-11-03T15:43:21.6191898Z Note: switching to '3f6538febd727b782e6e13cfd026a309fb14351d'. 2025-11-03T15:43:21.6192655Z 2025-11-03T15:43:21.6193033Z You are in 'detached HEAD' state. You can look around, make experimental 2025-11-03T15:43:21.6194257Z changes and commit them, and you can discard any commits you make in this 2025-11-03T15:43:21.6195285Z state without impacting any branches by switching back to a branch. 2025-11-03T15:43:21.6195782Z 2025-11-03T15:43:21.6196084Z If you want to create a new branch to retain commits you create, you may 2025-11-03T15:43:21.6196794Z do so (now or later) by using -c with the switch command. Example: 2025-11-03T15:43:21.6197233Z 2025-11-03T15:43:21.6197401Z git switch -c 2025-11-03T15:43:21.6197611Z 2025-11-03T15:43:21.6197714Z Or undo this operation with: 2025-11-03T15:43:21.6197865Z 2025-11-03T15:43:21.6197940Z git switch - 2025-11-03T15:43:21.6198057Z 2025-11-03T15:43:21.6198262Z Turn off this advice by setting config variable advice.detachedHead to false 2025-11-03T15:43:21.6198546Z 2025-11-03T15:43:21.6198695Z HEAD is now at 3f6538f Remove tools from BC linter (#166858) 2025-11-03T15:43:21.6248308Z ##[endgroup] 2025-11-03T15:43:21.6291978Z [command]/usr/bin/git log -1 --format=%H 2025-11-03T15:43:21.6316750Z 3f6538febd727b782e6e13cfd026a309fb14351d 2025-11-03T15:43:21.6427771Z ##[group]Run cd "${GITHUB_WORKSPACE}" 2025-11-03T15:43:21.6428053Z cd "${GITHUB_WORKSPACE}" 2025-11-03T15:43:21.6428300Z # Clean stale submodule dirs 2025-11-03T15:43:21.6428551Z if [ -z "${NO_SUDO}" ]; then 2025-11-03T15:43:21.6429038Z  sudo git submodule foreach --recursive git clean -ffdx 2025-11-03T15:43:21.6429345Z else 2025-11-03T15:43:21.6429574Z  git submodule foreach --recursive git clean -ffdx 2025-11-03T15:43:21.6429853Z fi 2025-11-03T15:43:21.6462191Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2025-11-03T15:43:21.6462495Z env: 2025-11-03T15:43:21.6462674Z NO_SUDO: 2025-11-03T15:43:21.6462836Z ##[endgroup] 2025-11-03T15:43:21.6906096Z ##[group]Run actions/setup-python@a26af69be951a213d495a4c3e4e4022e16d87065 2025-11-03T15:43:21.6906472Z with: 2025-11-03T15:43:21.6906647Z python-version: 3.10 2025-11-03T15:43:21.6906846Z architecture: x64 2025-11-03T15:43:21.6907028Z cache: pip 2025-11-03T15:43:21.6907197Z check-latest: false 2025-11-03T15:43:21.6907526Z token: *** 2025-11-03T15:43:21.6907720Z update-environment: true 2025-11-03T15:43:21.6907946Z allow-prereleases: false 2025-11-03T15:43:21.6908148Z freethreaded: false 2025-11-03T15:43:21.6908344Z ##[endgroup] 2025-11-03T15:43:21.8569156Z ##[group]Installed versions 2025-11-03T15:43:21.9874267Z Successfully set up CPython (3.10.19) 2025-11-03T15:43:21.9875339Z ##[endgroup] 2025-11-03T15:43:23.4038523Z [command]/opt/hostedtoolcache/Python/3.10.19/x64/bin/pip cache dir 2025-11-03T15:43:25.4860809Z /home/runner/.cache/pip 2025-11-03T15:43:25.6796607Z Cache hit for: setup-python-Linux-x64-24.04-Ubuntu-python-3.10.19-pip-556acd6d647e989bbc46babfb4e69010ce8ae1a12493eb3c871e2a4755a296fb 2025-11-03T15:43:26.8038454Z Received 121634816 of 218101576 (55.8%), 115.9 MBs/sec 2025-11-03T15:43:27.4661617Z Received 218101576 of 218101576 (100.0%), 125.1 MBs/sec 2025-11-03T15:43:27.4662720Z Cache Size: ~208 MB (218101576 B) 2025-11-03T15:43:27.4787284Z [command]/usr/bin/tar -xf /home/runner/work/_temp/4d97376f-a17d-4f95-8a49-d77bf8611ba1/cache.tzst -P -C /home/runner/work/pytorch/pytorch --use-compress-program unzstd 2025-11-03T15:43:27.7816672Z Cache restored successfully 2025-11-03T15:43:27.8232017Z Cache restored from key: setup-python-Linux-x64-24.04-Ubuntu-python-3.10.19-pip-556acd6d647e989bbc46babfb4e69010ce8ae1a12493eb3c871e2a4755a296fb 2025-11-03T15:43:27.8390987Z ##[group]Run python3 -m pip install --upgrade pip 2025-11-03T15:43:27.8391365Z python3 -m pip install --upgrade pip 2025-11-03T15:43:27.8391980Z pip install pytest-rerunfailures==11.1.* pytest-flakefinder==1.1.* pytest-xdist==3.3.* expecttest==0.3.* fbscribelogger==0.1.* numpy==1.24.* 2025-11-03T15:43:27.8392716Z pip install torch --pre --index-url https://download.pytorch.org/whl/nightly/cpu/ 2025-11-03T15:43:27.8429797Z shell: /usr/bin/bash -e {0} 2025-11-03T15:43:27.8430035Z env: 2025-11-03T15:43:27.8430289Z pythonLocation: /opt/hostedtoolcache/Python/3.10.19/x64 2025-11-03T15:43:27.8430725Z PKG_CONFIG_PATH: /opt/hostedtoolcache/Python/3.10.19/x64/lib/pkgconfig 2025-11-03T15:43:27.8431141Z Python_ROOT_DIR: /opt/hostedtoolcache/Python/3.10.19/x64 2025-11-03T15:43:27.8431498Z Python2_ROOT_DIR: /opt/hostedtoolcache/Python/3.10.19/x64 2025-11-03T15:43:27.8431865Z Python3_ROOT_DIR: /opt/hostedtoolcache/Python/3.10.19/x64 2025-11-03T15:43:27.8432246Z LD_LIBRARY_PATH: /opt/hostedtoolcache/Python/3.10.19/x64/lib 2025-11-03T15:43:27.8432538Z ##[endgroup] 2025-11-03T15:43:29.1405905Z Requirement already satisfied: pip in /opt/hostedtoolcache/Python/3.10.19/x64/lib/python3.10/site-packages (25.3) 2025-11-03T15:43:30.3004917Z Collecting pytest-rerunfailures==11.1.* 2025-11-03T15:43:30.3022154Z Using cached pytest_rerunfailures-11.1.2-py3-none-any.whl.metadata (16 kB) 2025-11-03T15:43:30.3257876Z Collecting pytest-flakefinder==1.1.* 2025-11-03T15:43:30.3273003Z Using cached pytest_flakefinder-1.1.0-py2.py3-none-any.whl.metadata (3.3 kB) 2025-11-03T15:43:30.3605919Z Collecting pytest-xdist==3.3.* 2025-11-03T15:43:30.3621678Z Using cached pytest_xdist-3.3.1-py3-none-any.whl.metadata (3.1 kB) 2025-11-03T15:43:30.3864870Z Collecting expecttest==0.3.* 2025-11-03T15:43:30.3879914Z Using cached expecttest-0.3.0-py3-none-any.whl.metadata (3.8 kB) 2025-11-03T15:43:30.4114884Z Collecting fbscribelogger==0.1.* 2025-11-03T15:43:30.4130004Z Using cached fbscribelogger-0.1.7-py3-none-any.whl.metadata (684 bytes) 2025-11-03T15:43:30.6581384Z Collecting numpy==1.24.* 2025-11-03T15:43:30.6598884Z Using cached numpy-1.24.4-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (5.6 kB) 2025-11-03T15:43:30.6898110Z Collecting packaging>=17.1 (from pytest-rerunfailures==11.1.*) 2025-11-03T15:43:30.6913509Z Using cached packaging-25.0-py3-none-any.whl.metadata (3.3 kB) 2025-11-03T15:43:30.7439493Z Collecting pytest>=5.3 (from pytest-rerunfailures==11.1.*) 2025-11-03T15:43:30.7456853Z Using cached pytest-8.4.2-py3-none-any.whl.metadata (7.7 kB) 2025-11-03T15:43:30.7893412Z Collecting execnet>=1.1 (from pytest-xdist==3.3.*) 2025-11-03T15:43:30.7909359Z Using cached execnet-2.1.1-py3-none-any.whl.metadata (2.9 kB) 2025-11-03T15:43:31.4675159Z Collecting aiohttp<4.0.0,>=3.10.4 (from fbscribelogger==0.1.*) 2025-11-03T15:43:31.4693044Z Using cached aiohttp-3.13.2-cp310-cp310-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl.metadata (8.1 kB) 2025-11-03T15:43:31.5060999Z Collecting thriftpy2<0.6.0,>=0.5.2 (from fbscribelogger==0.1.*) 2025-11-03T15:43:31.5078055Z Using cached thriftpy2-0.5.3-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (8.2 kB) 2025-11-03T15:43:31.5404739Z Collecting typing-extensions<5.0.0,>=4.12.2 (from fbscribelogger==0.1.*) 2025-11-03T15:43:31.5421595Z Using cached typing_extensions-4.15.0-py3-none-any.whl.metadata (3.3 kB) 2025-11-03T15:43:31.5710123Z Collecting aiohappyeyeballs>=2.5.0 (from aiohttp<4.0.0,>=3.10.4->fbscribelogger==0.1.*) 2025-11-03T15:43:31.5726249Z Using cached aiohappyeyeballs-2.6.1-py3-none-any.whl.metadata (5.9 kB) 2025-11-03T15:43:31.5941576Z Collecting aiosignal>=1.4.0 (from aiohttp<4.0.0,>=3.10.4->fbscribelogger==0.1.*) 2025-11-03T15:43:31.5958156Z Using cached aiosignal-1.4.0-py3-none-any.whl.metadata (3.7 kB) 2025-11-03T15:43:31.6220468Z Collecting async-timeout<6.0,>=4.0 (from aiohttp<4.0.0,>=3.10.4->fbscribelogger==0.1.*) 2025-11-03T15:43:31.6236390Z Using cached async_timeout-5.0.1-py3-none-any.whl.metadata (5.1 kB) 2025-11-03T15:43:31.6509404Z Collecting attrs>=17.3.0 (from aiohttp<4.0.0,>=3.10.4->fbscribelogger==0.1.*) 2025-11-03T15:43:31.6524723Z Using cached attrs-25.4.0-py3-none-any.whl.metadata (10 kB) 2025-11-03T15:43:31.7802655Z Collecting frozenlist>=1.1.1 (from aiohttp<4.0.0,>=3.10.4->fbscribelogger==0.1.*) 2025-11-03T15:43:31.7820611Z Using cached frozenlist-1.8.0-cp310-cp310-manylinux1_x86_64.manylinux_2_28_x86_64.manylinux_2_5_x86_64.whl.metadata (20 kB) 2025-11-03T15:43:32.0840764Z Collecting multidict<7.0,>=4.5 (from aiohttp<4.0.0,>=3.10.4->fbscribelogger==0.1.*) 2025-11-03T15:43:32.0859238Z Using cached multidict-6.7.0-cp310-cp310-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl.metadata (5.3 kB) 2025-11-03T15:43:32.1663567Z Collecting propcache>=0.2.0 (from aiohttp<4.0.0,>=3.10.4->fbscribelogger==0.1.*) 2025-11-03T15:43:32.1682382Z Using cached propcache-0.4.1-cp310-cp310-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl.metadata (13 kB) 2025-11-03T15:43:32.5395117Z Collecting yarl<2.0,>=1.17.0 (from aiohttp<4.0.0,>=3.10.4->fbscribelogger==0.1.*) 2025-11-03T15:43:32.5412556Z Using cached yarl-1.22.0-cp310-cp310-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl.metadata (75 kB) 2025-11-03T15:43:32.5712900Z Collecting ply<4.0,>=3.4 (from thriftpy2<0.6.0,>=0.5.2->fbscribelogger==0.1.*) 2025-11-03T15:43:32.5727461Z Using cached ply-3.11-py2.py3-none-any.whl.metadata (844 bytes) 2025-11-03T15:43:32.5988480Z Collecting six~=1.15 (from thriftpy2<0.6.0,>=0.5.2->fbscribelogger==0.1.*) 2025-11-03T15:43:32.6003669Z Using cached six-1.17.0-py2.py3-none-any.whl.metadata (1.7 kB) 2025-11-03T15:43:32.6301727Z Collecting idna>=2.0 (from yarl<2.0,>=1.17.0->aiohttp<4.0.0,>=3.10.4->fbscribelogger==0.1.*) 2025-11-03T15:43:32.6317225Z Using cached idna-3.11-py3-none-any.whl.metadata (8.4 kB) 2025-11-03T15:43:32.6872209Z Collecting exceptiongroup>=1 (from pytest>=5.3->pytest-rerunfailures==11.1.*) 2025-11-03T15:43:32.6887825Z Using cached exceptiongroup-1.3.0-py3-none-any.whl.metadata (6.7 kB) 2025-11-03T15:43:32.7108604Z Collecting iniconfig>=1 (from pytest>=5.3->pytest-rerunfailures==11.1.*) 2025-11-03T15:43:32.7125655Z Using cached iniconfig-2.3.0-py3-none-any.whl.metadata (2.5 kB) 2025-11-03T15:43:32.7436921Z Collecting pluggy<2,>=1.5 (from pytest>=5.3->pytest-rerunfailures==11.1.*) 2025-11-03T15:43:32.7452282Z Using cached pluggy-1.6.0-py3-none-any.whl.metadata (4.8 kB) 2025-11-03T15:43:32.7782793Z Collecting pygments>=2.7.2 (from pytest>=5.3->pytest-rerunfailures==11.1.*) 2025-11-03T15:43:32.7798003Z Using cached pygments-2.19.2-py3-none-any.whl.metadata (2.5 kB) 2025-11-03T15:43:32.8092526Z Collecting tomli>=1 (from pytest>=5.3->pytest-rerunfailures==11.1.*) 2025-11-03T15:43:32.8107695Z Using cached tomli-2.3.0-py3-none-any.whl.metadata (10 kB) 2025-11-03T15:43:32.8259775Z Using cached pytest_rerunfailures-11.1.2-py3-none-any.whl (12 kB) 2025-11-03T15:43:32.8273608Z Using cached pytest_flakefinder-1.1.0-py2.py3-none-any.whl (4.6 kB) 2025-11-03T15:43:32.8286792Z Using cached pytest_xdist-3.3.1-py3-none-any.whl (41 kB) 2025-11-03T15:43:32.8299865Z Using cached expecttest-0.3.0-py3-none-any.whl (8.2 kB) 2025-11-03T15:43:32.8312552Z Using cached fbscribelogger-0.1.7-py3-none-any.whl (6.9 kB) 2025-11-03T15:43:32.8326013Z Using cached numpy-1.24.4-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (17.3 MB) 2025-11-03T15:43:32.8473659Z Using cached aiohttp-3.13.2-cp310-cp310-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl (1.7 MB) 2025-11-03T15:43:32.8500137Z Using cached async_timeout-5.0.1-py3-none-any.whl (6.2 kB) 2025-11-03T15:43:32.8514343Z Using cached multidict-6.7.0-cp310-cp310-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl (241 kB) 2025-11-03T15:43:32.8529261Z Using cached thriftpy2-0.5.3-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (2.0 MB) 2025-11-03T15:43:32.8557258Z Using cached ply-3.11-py2.py3-none-any.whl (49 kB) 2025-11-03T15:43:32.8570190Z Using cached six-1.17.0-py2.py3-none-any.whl (11 kB) 2025-11-03T15:43:32.8582985Z Using cached typing_extensions-4.15.0-py3-none-any.whl (44 kB) 2025-11-03T15:43:32.8596700Z Using cached yarl-1.22.0-cp310-cp310-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl (346 kB) 2025-11-03T15:43:32.8612419Z Using cached aiohappyeyeballs-2.6.1-py3-none-any.whl (15 kB) 2025-11-03T15:43:32.8625440Z Using cached aiosignal-1.4.0-py3-none-any.whl (7.5 kB) 2025-11-03T15:43:32.8638131Z Using cached attrs-25.4.0-py3-none-any.whl (67 kB) 2025-11-03T15:43:32.8651170Z Using cached execnet-2.1.1-py3-none-any.whl (40 kB) 2025-11-03T15:43:32.8664866Z Using cached frozenlist-1.8.0-cp310-cp310-manylinux1_x86_64.manylinux_2_28_x86_64.manylinux_2_5_x86_64.whl (219 kB) 2025-11-03T15:43:32.8679131Z Using cached idna-3.11-py3-none-any.whl (71 kB) 2025-11-03T15:43:32.8692125Z Using cached packaging-25.0-py3-none-any.whl (66 kB) 2025-11-03T15:43:32.8706137Z Using cached propcache-0.4.1-cp310-cp310-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl (196 kB) 2025-11-03T15:43:32.8720062Z Using cached pytest-8.4.2-py3-none-any.whl (365 kB) 2025-11-03T15:43:32.8735698Z Using cached pluggy-1.6.0-py3-none-any.whl (20 kB) 2025-11-03T15:43:32.8748579Z Using cached exceptiongroup-1.3.0-py3-none-any.whl (16 kB) 2025-11-03T15:43:32.8761732Z Using cached iniconfig-2.3.0-py3-none-any.whl (7.5 kB) 2025-11-03T15:43:32.8774583Z Using cached pygments-2.19.2-py3-none-any.whl (1.2 MB) 2025-11-03T15:43:32.8796291Z Using cached tomli-2.3.0-py3-none-any.whl (14 kB) 2025-11-03T15:43:33.0073807Z 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-11-03T15:43:36.3277129Z 2025-11-03T15:43:36.3330511Z Successfully installed aiohappyeyeballs-2.6.1 aiohttp-3.13.2 aiosignal-1.4.0 async-timeout-5.0.1 attrs-25.4.0 exceptiongroup-1.3.0 execnet-2.1.1 expecttest-0.3.0 fbscribelogger-0.1.7 frozenlist-1.8.0 idna-3.11 iniconfig-2.3.0 multidict-6.7.0 numpy-1.24.4 packaging-25.0 pluggy-1.6.0 ply-3.11 propcache-0.4.1 pygments-2.19.2 pytest-8.4.2 pytest-flakefinder-1.1.0 pytest-rerunfailures-11.1.2 pytest-xdist-3.3.1 six-1.17.0 thriftpy2-0.5.3 tomli-2.3.0 typing-extensions-4.15.0 yarl-1.22.0 2025-11-03T15:43:37.3663817Z Looking in indexes: https://download.pytorch.org/whl/nightly/cpu/ 2025-11-03T15:43:37.9166583Z Collecting torch 2025-11-03T15:43:37.9347561Z Using cached https://download.pytorch.org/whl/nightly/cpu/torch-2.10.0.dev20251103%2Bcpu-cp310-cp310-manylinux_2_28_x86_64.whl.metadata (29 kB) 2025-11-03T15:43:37.9949286Z Collecting filelock (from torch) 2025-11-03T15:43:38.0112474Z Using cached https://download.pytorch.org/whl/nightly/filelock-3.20.0-py3-none-any.whl.metadata (2.1 kB) 2025-11-03T15:43:38.0124660Z Requirement already satisfied: typing-extensions>=4.10.0 in /opt/hostedtoolcache/Python/3.10.19/x64/lib/python3.10/site-packages (from torch) (4.15.0) 2025-11-03T15:43:38.0734107Z Collecting sympy>=1.13.3 (from torch) 2025-11-03T15:43:38.0894197Z Using cached https://download.pytorch.org/whl/nightly/sympy-1.14.0-py3-none-any.whl.metadata (12 kB) 2025-11-03T15:43:38.1499344Z Collecting networkx>=2.5.1 (from torch) 2025-11-03T15:43:38.1658458Z Using cached https://download.pytorch.org/whl/nightly/networkx-3.5-py3-none-any.whl.metadata (6.3 kB) 2025-11-03T15:43:38.2333567Z Collecting jinja2 (from torch) 2025-11-03T15:43:38.2498284Z Using cached https://download.pytorch.org/whl/nightly/jinja2-3.1.6-py3-none-any.whl.metadata (2.9 kB) 2025-11-03T15:43:38.3179917Z Collecting fsspec>=0.8.5 (from torch) 2025-11-03T15:43:38.3347836Z Using cached https://download.pytorch.org/whl/nightly/fsspec-2025.9.0-py3-none-any.whl.metadata (10 kB) 2025-11-03T15:43:38.3734863Z INFO: pip is looking at multiple versions of networkx to determine which version is compatible with other requirements. This could take a while. 2025-11-03T15:43:38.3739064Z Collecting networkx>=2.5.1 (from torch) 2025-11-03T15:43:38.3905598Z Using cached https://download.pytorch.org/whl/nightly/networkx-3.4.2-py3-none-any.whl (1.7 MB) 2025-11-03T15:43:38.4624526Z Collecting mpmath<1.4,>=1.1.0 (from sympy>=1.13.3->torch) 2025-11-03T15:43:38.4792394Z Using cached https://download.pytorch.org/whl/nightly/mpmath-1.3.0-py3-none-any.whl.metadata (8.6 kB) 2025-11-03T15:43:38.5729614Z Collecting MarkupSafe>=2.0 (from jinja2->torch) 2025-11-03T15:43:38.5895949Z Using cached https://download.pytorch.org/whl/nightly/MarkupSafe-3.0.2-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (4.0 kB) 2025-11-03T15:43:38.6077402Z Using cached https://download.pytorch.org/whl/nightly/cpu/torch-2.10.0.dev20251103%2Bcpu-cp310-cp310-manylinux_2_28_x86_64.whl (187.9 MB) 2025-11-03T15:43:38.7615096Z Using cached https://download.pytorch.org/whl/nightly/fsspec-2025.9.0-py3-none-any.whl (199 kB) 2025-11-03T15:43:38.7777701Z Using cached https://download.pytorch.org/whl/nightly/sympy-1.14.0-py3-none-any.whl (6.3 MB) 2025-11-03T15:43:38.7986396Z Using cached https://download.pytorch.org/whl/nightly/mpmath-1.3.0-py3-none-any.whl (536 kB) 2025-11-03T15:43:38.8147724Z Using cached https://download.pytorch.org/whl/nightly/filelock-3.20.0-py3-none-any.whl (16 kB) 2025-11-03T15:43:38.8305358Z Using cached https://download.pytorch.org/whl/nightly/jinja2-3.1.6-py3-none-any.whl (134 kB) 2025-11-03T15:43:38.8471001Z Using cached https://download.pytorch.org/whl/nightly/MarkupSafe-3.0.2-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (20 kB) 2025-11-03T15:43:39.1348552Z Installing collected packages: mpmath, sympy, networkx, MarkupSafe, fsspec, filelock, jinja2, torch 2025-11-03T15:43:54.9304431Z 2025-11-03T15:43:54.9364619Z Successfully installed MarkupSafe-3.0.2 filelock-3.20.0 fsspec-2025.9.0 jinja2-3.1.6 mpmath-1.3.0 networkx-3.4.2 sympy-1.14.0 torch-2.10.0.dev20251103+cpu 2025-11-03T15:43:55.0332095Z ##[group]Run # Run test_vulkan, which is a fast noop on Linux 2025-11-03T15:43:55.0332664Z # Run test_vulkan, which is a fast noop on Linux 2025-11-03T15:43:55.0333245Z python3 test/run_test.py --include test_vulkan --verbose 2025-11-03T15:43:55.0367153Z shell: /usr/bin/bash -e {0} 2025-11-03T15:43:55.0367579Z env: 2025-11-03T15:43:55.0367892Z pythonLocation: /opt/hostedtoolcache/Python/3.10.19/x64 2025-11-03T15:43:55.0368445Z PKG_CONFIG_PATH: /opt/hostedtoolcache/Python/3.10.19/x64/lib/pkgconfig 2025-11-03T15:43:55.0369009Z Python_ROOT_DIR: /opt/hostedtoolcache/Python/3.10.19/x64 2025-11-03T15:43:55.0369456Z Python2_ROOT_DIR: /opt/hostedtoolcache/Python/3.10.19/x64 2025-11-03T15:43:55.0369852Z Python3_ROOT_DIR: /opt/hostedtoolcache/Python/3.10.19/x64 2025-11-03T15:43:55.0370371Z LD_LIBRARY_PATH: /opt/hostedtoolcache/Python/3.10.19/x64/lib 2025-11-03T15:43:55.0370775Z ##[endgroup] 2025-11-03T15:43:59.6513455Z ##[warning] Failed to find test times file `/home/runner/work/pytorch/pytorch/.additional_ci_files/test-times.json`. Using round robin sharding. 2025-11-03T15:43:59.6522604Z ##[warning] Failed to find test times file `/home/runner/work/pytorch/pytorch/.additional_ci_files/test-class-times.json`. Using round robin sharding. 2025-11-03T15:43:59.6524106Z Running all tests 2025-11-03T15:43:59.6524450Z Running parallel tests on 3 processes 2025-11-03T15:43:59.6524864Z Name: tests to run (est. time: 0.0min) 2025-11-03T15:43:59.6525260Z Serial tests (0): 2025-11-03T15:43:59.6525519Z Parallel tests (1): 2025-11-03T15:43:59.6525808Z test_vulkan 1/1 2025-11-03T15:43:59.6526147Z Name: excluded (est. time: 0.0min) 2025-11-03T15:43:59.6526471Z Serial tests (0): 2025-11-03T15:43:59.6526747Z Parallel tests (0): 2025-11-03T15:43:59.6527132Z Running test_vulkan 1/1 ... [2025-11-03 15:43:59.649459] 2025-11-03T15:43:59.6527543Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2025-11-03T15:43:59.6528501Z Executing ['/opt/hostedtoolcache/Python/3.10.19/x64/bin/python3', '-bb', 'test_vulkan.py', '-m', 'serial', '--shard-id=1', '--num-shards=1', '-v', '-vv', '-rfEX', '-p', 'no:xdist', '--use-pytest', '-x', '--reruns=2', '--import-slow-tests', '--import-disabled-tests'] ... [2025-11-03 15:43:59.649865] 2025-11-03T15:43:59.6529658Z Unable to import boto3. Will not be emitting metrics.... Reason: No module named 'boto3' 2025-11-03T15:43:59.6530170Z No TD results found 2025-11-03T15:43:59.6530923Z Downloading https://ossci-metrics.s3.amazonaws.com/disabled-tests-condensed.json to /home/runner/work/pytorch/pytorch/test/.pytorch-disabled-tests.json 2025-11-03T15:43:59.6531747Z Ignoring disabled issues: [''] 2025-11-03T15:44:03.0110516Z 2025-11-03T15:44:03.0111596Z test_vulkan 1/1 was successful, full logs can be found in artifacts with path test/test-reports/test_vulkan_1.1_305bbd50e6fe85f3_.log 2025-11-03T15:44:03.0112856Z Running 0 items in this shard: 2025-11-03T15:44:03.0113183Z 2025-11-03T15:44:03.0499207Z GITHUB_RUN_ID, GITHUB_RUN_ATTEMPT, or ARTIFACTS_FILE_SUFFIX not set, not uploading 2025-11-03T15:44:03.0500397Z Uploading artifacts took 0.00 seconds 2025-11-03T15:44:05.5706136Z Running test_vulkan 1/1 ... [2025-11-03 15:44:05.570196] 2025-11-03T15:44:05.5708801Z Unable to import boto3. Will not be emitting metrics.... Reason: No module named 'boto3' 2025-11-03T15:44:05.5713180Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2025-11-03T15:44:05.5715497Z Executing ['/opt/hostedtoolcache/Python/3.10.19/x64/bin/python3', '-bb', 'test_vulkan.py', '-m', 'not serial', '--shard-id=1', '--num-shards=1', '-v', '-vv', '-rfEX', '-p', 'no:xdist', '--use-pytest', '-x', '--reruns=2', '--import-slow-tests', '--import-disabled-tests'] ... [2025-11-03 15:44:05.570697] 2025-11-03T15:44:08.8059314Z 2025-11-03T15:44:08.8060302Z test_vulkan 1/1 was successful, full logs can be found in artifacts with path test/test-reports/test_vulkan_1.1_d4da1ddff4f32dac_.log 2025-11-03T15:44:08.8061862Z Running 1 items in this shard: test/test_vulkan.py::TestVulkanRewritePass::test_conv 2025-11-03T15:44:08.8062708Z 2025-11-03T15:44:08.8069200Z Unable to import boto3. Will not be emitting metrics.... Reason: No module named 'boto3' 2025-11-03T15:44:08.8070718Z Unable to import boto3. Will not be emitting metrics.... Reason: No module named 'boto3' 2025-11-03T15:44:09.4372859Z Running test batch 'tests to run' cost 9.79 seconds 2025-11-03T15:44:09.8346552Z Post job cleanup. 2025-11-03T15:44:09.9819916Z Cache hit occurred on the primary key setup-python-Linux-x64-24.04-Ubuntu-python-3.10.19-pip-556acd6d647e989bbc46babfb4e69010ce8ae1a12493eb3c871e2a4755a296fb, not saving cache. 2025-11-03T15:44:09.9935377Z Post job cleanup. 2025-11-03T15:44:09.9974847Z Post job cleanup. 2025-11-03T15:44:10.0888830Z [command]/usr/bin/git version 2025-11-03T15:44:10.0926921Z git version 2.51.2 2025-11-03T15:44:10.0968844Z Copying '/home/runner/.gitconfig' to '/home/runner/work/_temp/332f4cc6-2c12-4e13-9765-15f55e1eb468/.gitconfig' 2025-11-03T15:44:10.0979003Z Temporarily overriding HOME='/home/runner/work/_temp/332f4cc6-2c12-4e13-9765-15f55e1eb468' before making global git config changes 2025-11-03T15:44:10.0980267Z Adding repository directory to the temporary git global config as a safe directory 2025-11-03T15:44:10.0991875Z [command]/usr/bin/git config --global --add safe.directory /home/runner/work/pytorch/pytorch 2025-11-03T15:44:10.1026867Z [command]/usr/bin/git config --local --name-only --get-regexp core\.sshCommand 2025-11-03T15:44:10.1058549Z [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-11-03T15:44:10.1310456Z [command]/usr/bin/git config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader 2025-11-03T15:44:10.1333061Z http.https://github.com/.extraheader 2025-11-03T15:44:10.1350382Z [command]/usr/bin/git config --local --unset-all http.https://github.com/.extraheader 2025-11-03T15:44:10.1386380Z [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-11-03T15:44:10.1798901Z Cleaning up orphan processes