2025-06-26T07:46:07.4325572Z Current runner version: '2.325.0' 2025-06-26T07:46:07.4332470Z Runner name: 'linux.24_04.4x_0d8ab4f02d55' 2025-06-26T07:46:07.4333501Z Machine name: 'pkrvm3tun18ee2i' 2025-06-26T07:46:07.4350758Z ##[group]Operating System 2025-06-26T07:46:07.4351420Z Ubuntu 2025-06-26T07:46:07.4351901Z 24.04.2 2025-06-26T07:46:07.4352509Z LTS 2025-06-26T07:46:07.4352996Z ##[endgroup] 2025-06-26T07:46:07.4353552Z ##[group]Runner Image 2025-06-26T07:46:07.4354132Z Image: ubuntu-24.04 2025-06-26T07:46:07.4354693Z Version: 20250615.1.0 2025-06-26T07:46:07.4355647Z Included Software: https://github.com/actions/runner-images/blob/ubuntu24/20250615.1/images/ubuntu/Ubuntu2404-Readme.md 2025-06-26T07:46:07.4357010Z Image Release: https://github.com/actions/runner-images/releases/tag/ubuntu24%2F20250615.1 2025-06-26T07:46:07.4357930Z ##[endgroup] 2025-06-26T07:46:07.4360503Z ##[group]GITHUB_TOKEN Permissions 2025-06-26T07:46:07.4362787Z Actions: read 2025-06-26T07:46:07.4363285Z Attestations: read 2025-06-26T07:46:07.4364001Z Checks: read 2025-06-26T07:46:07.4364562Z Contents: read 2025-06-26T07:46:07.4365043Z Deployments: read 2025-06-26T07:46:07.4365701Z Discussions: read 2025-06-26T07:46:07.4366209Z Issues: read 2025-06-26T07:46:07.4366713Z Metadata: read 2025-06-26T07:46:07.4367267Z Models: read 2025-06-26T07:46:07.4367791Z Packages: read 2025-06-26T07:46:07.4368337Z Pages: read 2025-06-26T07:46:07.4368889Z PullRequests: read 2025-06-26T07:46:07.4369456Z RepositoryProjects: read 2025-06-26T07:46:07.4370626Z SecurityEvents: read 2025-06-26T07:46:07.4371254Z Statuses: read 2025-06-26T07:46:07.4371755Z ##[endgroup] 2025-06-26T07:46:07.4373791Z Secret source: Actions 2025-06-26T07:46:07.4374504Z Prepare workflow directory 2025-06-26T07:46:07.4714357Z Prepare all required actions 2025-06-26T07:46:07.4753543Z Getting action download info 2025-06-26T07:46:07.7857654Z Download action repository 'pytorch/pytorch@main' (SHA:455dfd258980294f0745bd90aee12a323e37224d) 2025-06-26T07:46:11.6354571Z Download action repository 'actions/setup-python@a26af69be951a213d495a4c3e4e4022e16d87065' (SHA:a26af69be951a213d495a4c3e4e4022e16d87065) 2025-06-26T07:46:12.1077390Z Getting action download info 2025-06-26T07:46:12.2508300Z Download action repository 'actions/checkout@v4' (SHA:11bd71901bbe5b1630ceea73d27597364c9af683) 2025-06-26T07:46:12.3421230Z Complete job name: Test `run_test.py` is usable without boto3 2025-06-26T07:46:12.4048994Z ##[group]Run pytorch/pytorch/.github/actions/checkout-pytorch@main 2025-06-26T07:46:12.4049918Z with: 2025-06-26T07:46:12.4050146Z submodules: false 2025-06-26T07:46:12.4050388Z fetch-depth: 1 2025-06-26T07:46:12.4050818Z ##[endgroup] 2025-06-26T07:46:12.4138060Z ##[group]Run echo "IN_CONTAINER_RUNNER=$(if [ -f /.inarc ] || [ -f /.incontainer ]; then echo true ; else echo false; fi)" >> "$GITHUB_OUTPUT" 2025-06-26T07:46:12.4138887Z echo "IN_CONTAINER_RUNNER=$(if [ -f /.inarc ] || [ -f /.incontainer ]; then echo true ; else echo false; fi)" >> "$GITHUB_OUTPUT" 2025-06-26T07:46:12.4533510Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2025-06-26T07:46:12.4533925Z ##[endgroup] 2025-06-26T07:46:12.4820611Z ##[group]Run # Use all available CPUs for fetching 2025-06-26T07:46:12.4821039Z # Use all available CPUs for fetching 2025-06-26T07:46:12.4821372Z cd "${GITHUB_WORKSPACE}" 2025-06-26T07:46:12.4821722Z git config --global fetch.parallel 0 2025-06-26T07:46:12.4822066Z git config --global submodule.fetchJobs 0 2025-06-26T07:46:12.4822374Z  2025-06-26T07:46:12.4822699Z # Clean workspace. The default checkout action should also do this, but 2025-06-26T07:46:12.4823115Z # do it here as well just in case 2025-06-26T07:46:12.4823415Z if [[ -d .git ]]; then 2025-06-26T07:46:12.4823676Z  if [ -z "${NO_SUDO}" ]; then 2025-06-26T07:46:12.4823963Z  sudo git clean -ffdx 2025-06-26T07:46:12.4824212Z  else 2025-06-26T07:46:12.4824435Z  git clean -ffdx 2025-06-26T07:46:12.4824668Z  fi 2025-06-26T07:46:12.4825079Z fi 2025-06-26T07:46:12.4881789Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2025-06-26T07:46:12.4882159Z env: 2025-06-26T07:46:12.4882380Z NO_SUDO: 2025-06-26T07:46:12.4882581Z ##[endgroup] 2025-06-26T07:46:12.6291050Z ##[group]Run actions/checkout@v4 2025-06-26T07:46:12.6291343Z with: 2025-06-26T07:46:12.6291597Z ref: 2f51212f3d109bef3054fd8bad1604b94516e725 2025-06-26T07:46:12.6291906Z fetch-depth: 1 2025-06-26T07:46:12.6292127Z submodules: false 2025-06-26T07:46:12.6292355Z show-progress: false 2025-06-26T07:46:12.6292602Z repository: pytorch/pytorch 2025-06-26T07:46:12.6292990Z token: *** 2025-06-26T07:46:12.6293203Z ssh-strict: true 2025-06-26T07:46:12.6293412Z ssh-user: git 2025-06-26T07:46:12.6293638Z persist-credentials: true 2025-06-26T07:46:12.6293874Z clean: true 2025-06-26T07:46:12.6294097Z sparse-checkout-cone-mode: true 2025-06-26T07:46:12.6294354Z fetch-tags: false 2025-06-26T07:46:12.6294566Z lfs: false 2025-06-26T07:46:12.6294783Z set-safe-directory: true 2025-06-26T07:46:12.6295023Z ##[endgroup] 2025-06-26T07:46:12.7319544Z Syncing repository: pytorch/pytorch 2025-06-26T07:46:12.7321231Z ##[group]Getting Git version info 2025-06-26T07:46:12.7321641Z Working directory is '/home/runner/work/pytorch/pytorch' 2025-06-26T07:46:12.7322213Z [command]/usr/bin/git version 2025-06-26T07:46:12.7343571Z git version 2.49.0 2025-06-26T07:46:12.7370102Z ##[endgroup] 2025-06-26T07:46:12.7380036Z Copying '/home/runner/.gitconfig' to '/home/runner/work/_temp/332f5aac-b0f2-4d43-abeb-c0c0e44193f6/.gitconfig' 2025-06-26T07:46:12.7391112Z Temporarily overriding HOME='/home/runner/work/_temp/332f5aac-b0f2-4d43-abeb-c0c0e44193f6' before making global git config changes 2025-06-26T07:46:12.7392017Z Adding repository directory to the temporary git global config as a safe directory 2025-06-26T07:46:12.7395878Z [command]/usr/bin/git config --global --add safe.directory /home/runner/work/pytorch/pytorch 2025-06-26T07:46:12.7429939Z Deleting the contents of '/home/runner/work/pytorch/pytorch' 2025-06-26T07:46:12.7433418Z ##[group]Initializing the repository 2025-06-26T07:46:12.7437819Z [command]/usr/bin/git init /home/runner/work/pytorch/pytorch 2025-06-26T07:46:12.8028595Z hint: Using 'master' as the name for the initial branch. This default branch name 2025-06-26T07:46:12.8030128Z hint: is subject to change. To configure the initial branch name to use in all 2025-06-26T07:46:12.8030854Z hint: of your new repositories, which will suppress this warning, call: 2025-06-26T07:46:12.8031323Z hint: 2025-06-26T07:46:12.8031709Z hint: git config --global init.defaultBranch 2025-06-26T07:46:12.8032100Z hint: 2025-06-26T07:46:12.8032491Z hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and 2025-06-26T07:46:12.8033097Z hint: 'development'. The just-created branch can be renamed via this command: 2025-06-26T07:46:12.8033701Z hint: 2025-06-26T07:46:12.8033969Z hint: git branch -m 2025-06-26T07:46:12.8143592Z Initialized empty Git repository in /home/runner/work/pytorch/pytorch/.git/ 2025-06-26T07:46:12.8156253Z [command]/usr/bin/git remote add origin https://github.com/pytorch/pytorch 2025-06-26T07:46:12.8402527Z ##[endgroup] 2025-06-26T07:46:12.8402974Z ##[group]Disabling automatic garbage collection 2025-06-26T07:46:12.8407641Z [command]/usr/bin/git config --local gc.auto 0 2025-06-26T07:46:12.8440384Z ##[endgroup] 2025-06-26T07:46:12.8441059Z ##[group]Setting up auth 2025-06-26T07:46:12.8448393Z [command]/usr/bin/git config --local --name-only --get-regexp core\.sshCommand 2025-06-26T07:46:12.8480178Z [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-06-26T07:46:13.0813919Z [command]/usr/bin/git config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader 2025-06-26T07:46:13.0844984Z [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-06-26T07:46:13.1071027Z [command]/usr/bin/git config --local http.https://github.com/.extraheader AUTHORIZATION: basic *** 2025-06-26T07:46:13.1117723Z ##[endgroup] 2025-06-26T07:46:13.1118509Z ##[group]Fetching the repository 2025-06-26T07:46:13.1126936Z [command]/usr/bin/git -c protocol.version=2 fetch --no-tags --prune --no-recurse-submodules --depth=1 origin 2f51212f3d109bef3054fd8bad1604b94516e725 2025-06-26T07:46:16.8033583Z From https://github.com/pytorch/pytorch 2025-06-26T07:46:16.8034786Z * branch 2f51212f3d109bef3054fd8bad1604b94516e725 -> FETCH_HEAD 2025-06-26T07:46:16.8117584Z ##[endgroup] 2025-06-26T07:46:16.8117996Z ##[group]Determining the checkout info 2025-06-26T07:46:16.8119644Z ##[endgroup] 2025-06-26T07:46:16.8125276Z [command]/usr/bin/git sparse-checkout disable 2025-06-26T07:46:16.8221987Z [command]/usr/bin/git config --local --unset-all extensions.worktreeConfig 2025-06-26T07:46:16.8252113Z ##[group]Checking out the ref 2025-06-26T07:46:16.8255963Z [command]/usr/bin/git checkout --progress --force 2f51212f3d109bef3054fd8bad1604b94516e725 2025-06-26T07:46:17.8447443Z Updating files: 91% (17848/19448) 2025-06-26T07:46:17.8562186Z Updating files: 92% (17893/19448) 2025-06-26T07:46:17.8702217Z Updating files: 93% (18087/19448) 2025-06-26T07:46:17.8856776Z Updating files: 94% (18282/19448) 2025-06-26T07:46:17.9035112Z Updating files: 95% (18476/19448) 2025-06-26T07:46:17.9167762Z Updating files: 96% (18671/19448) 2025-06-26T07:46:17.9338869Z Updating files: 97% (18865/19448) 2025-06-26T07:46:17.9560900Z Updating files: 98% (19060/19448) 2025-06-26T07:46:17.9701085Z Updating files: 99% (19254/19448) 2025-06-26T07:46:17.9701663Z Updating files: 100% (19448/19448) 2025-06-26T07:46:17.9702109Z Updating files: 100% (19448/19448), done. 2025-06-26T07:46:17.9891444Z Note: switching to '2f51212f3d109bef3054fd8bad1604b94516e725'. 2025-06-26T07:46:17.9891912Z 2025-06-26T07:46:17.9892221Z You are in 'detached HEAD' state. You can look around, make experimental 2025-06-26T07:46:17.9892992Z changes and commit them, and you can discard any commits you make in this 2025-06-26T07:46:17.9893696Z state without impacting any branches by switching back to a branch. 2025-06-26T07:46:17.9894388Z 2025-06-26T07:46:17.9894691Z If you want to create a new branch to retain commits you create, you may 2025-06-26T07:46:17.9895332Z do so (now or later) by using -c with the switch command. Example: 2025-06-26T07:46:17.9895697Z 2025-06-26T07:46:17.9895943Z git switch -c 2025-06-26T07:46:17.9896222Z 2025-06-26T07:46:17.9896363Z Or undo this operation with: 2025-06-26T07:46:17.9896613Z 2025-06-26T07:46:17.9896740Z git switch - 2025-06-26T07:46:17.9896912Z 2025-06-26T07:46:17.9897228Z Turn off this advice by setting config variable advice.detachedHead to false 2025-06-26T07:46:17.9897734Z 2025-06-26T07:46:17.9898031Z HEAD is now at 2f51212 [MTIA ATen Backend] In-Tree gt.Tensor_out / gt.Scalar_out 2025-06-26T07:46:17.9930765Z ##[endgroup] 2025-06-26T07:46:17.9975831Z [command]/usr/bin/git log -1 --format=%H 2025-06-26T07:46:18.0002187Z 2f51212f3d109bef3054fd8bad1604b94516e725 2025-06-26T07:46:18.0278607Z ##[group]Run actions/setup-python@a26af69be951a213d495a4c3e4e4022e16d87065 2025-06-26T07:46:18.0278986Z with: 2025-06-26T07:46:18.0279155Z python-version: 3.9 2025-06-26T07:46:18.0279344Z architecture: x64 2025-06-26T07:46:18.0279507Z cache: pip 2025-06-26T07:46:18.0279676Z check-latest: false 2025-06-26T07:46:18.0280300Z token: *** 2025-06-26T07:46:18.0280487Z update-environment: true 2025-06-26T07:46:18.0280694Z allow-prereleases: false 2025-06-26T07:46:18.0280891Z freethreaded: false 2025-06-26T07:46:18.0281072Z ##[endgroup] 2025-06-26T07:46:18.1955467Z ##[group]Installed versions 2025-06-26T07:46:18.3847741Z Successfully set up CPython (3.9.23) 2025-06-26T07:46:18.3849673Z ##[endgroup] 2025-06-26T07:46:19.7627923Z [command]/opt/hostedtoolcache/Python/3.9.23/x64/bin/pip cache dir 2025-06-26T07:46:24.2564335Z /home/runner/.cache/pip 2025-06-26T07:46:24.4327562Z Cache hit for: setup-python-Linux-x64-24.04-Ubuntu-python-3.9.23-pip-c9e6b54e95fac9d6937ed6a950007fb1b8018ebec3beeb309ea2fcc2d71f7f5f 2025-06-26T07:46:25.3414104Z Received 26054293 of 26054293 (100.0%), 30.5 MBs/sec 2025-06-26T07:46:25.3414573Z Cache Size: ~25 MB (26054293 B) 2025-06-26T07:46:25.3445388Z [command]/usr/bin/tar -xf /home/runner/work/_temp/b48faf81-169e-4552-bb26-27a6068185dc/cache.tzst -P -C /home/runner/work/pytorch/pytorch --use-compress-program unzstd 2025-06-26T07:46:25.4158483Z Cache restored successfully 2025-06-26T07:46:25.4218287Z Cache restored from key: setup-python-Linux-x64-24.04-Ubuntu-python-3.9.23-pip-c9e6b54e95fac9d6937ed6a950007fb1b8018ebec3beeb309ea2fcc2d71f7f5f 2025-06-26T07:46:25.4369264Z ##[group]Run python3 -m pip install --upgrade pip 2025-06-26T07:46:25.4369654Z python3 -m pip install --upgrade pip 2025-06-26T07:46:25.4370443Z pip install pytest-rerunfailures==11.1.* pytest-flakefinder==1.1.* pytest-xdist==3.3.* expecttest==0.3.* fbscribelogger==0.1.* numpy==1.24.* 2025-06-26T07:46:25.4371166Z pip install torch --pre --index-url https://download.pytorch.org/whl/nightly/cpu/ 2025-06-26T07:46:25.4433549Z shell: /usr/bin/bash -e {0} 2025-06-26T07:46:25.4433778Z env: 2025-06-26T07:46:25.4434011Z pythonLocation: /opt/hostedtoolcache/Python/3.9.23/x64 2025-06-26T07:46:25.4434418Z PKG_CONFIG_PATH: /opt/hostedtoolcache/Python/3.9.23/x64/lib/pkgconfig 2025-06-26T07:46:25.4434824Z Python_ROOT_DIR: /opt/hostedtoolcache/Python/3.9.23/x64 2025-06-26T07:46:25.4435162Z Python2_ROOT_DIR: /opt/hostedtoolcache/Python/3.9.23/x64 2025-06-26T07:46:25.4435494Z Python3_ROOT_DIR: /opt/hostedtoolcache/Python/3.9.23/x64 2025-06-26T07:46:25.4435871Z LD_LIBRARY_PATH: /opt/hostedtoolcache/Python/3.9.23/x64/lib 2025-06-26T07:46:25.4436178Z ##[endgroup] 2025-06-26T07:46:27.2782657Z Requirement already satisfied: pip in /opt/hostedtoolcache/Python/3.9.23/x64/lib/python3.9/site-packages (25.1.1) 2025-06-26T07:46:28.3168907Z Collecting pytest-rerunfailures==11.1.* 2025-06-26T07:46:28.3316832Z Downloading pytest_rerunfailures-11.1.2-py3-none-any.whl.metadata (16 kB) 2025-06-26T07:46:28.3466708Z Collecting pytest-flakefinder==1.1.* 2025-06-26T07:46:28.3513158Z Downloading pytest_flakefinder-1.1.0-py2.py3-none-any.whl.metadata (3.3 kB) 2025-06-26T07:46:28.3746077Z Collecting pytest-xdist==3.3.* 2025-06-26T07:46:28.3805690Z Downloading pytest_xdist-3.3.1-py3-none-any.whl.metadata (3.1 kB) 2025-06-26T07:46:28.4012863Z Collecting expecttest==0.3.* 2025-06-26T07:46:28.4071878Z Downloading expecttest-0.3.0-py3-none-any.whl.metadata (3.8 kB) 2025-06-26T07:46:28.4209011Z Collecting fbscribelogger==0.1.* 2025-06-26T07:46:28.4264401Z Downloading fbscribelogger-0.1.7-py3-none-any.whl.metadata (684 bytes) 2025-06-26T07:46:28.6583115Z Collecting numpy==1.24.* 2025-06-26T07:46:28.6632870Z Downloading numpy-1.24.4-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (5.6 kB) 2025-06-26T07:46:28.6848580Z Collecting packaging>=17.1 (from pytest-rerunfailures==11.1.*) 2025-06-26T07:46:28.6892723Z Downloading packaging-25.0-py3-none-any.whl.metadata (3.3 kB) 2025-06-26T07:46:28.7320566Z Collecting pytest>=5.3 (from pytest-rerunfailures==11.1.*) 2025-06-26T07:46:28.7367759Z Downloading pytest-8.4.1-py3-none-any.whl.metadata (7.7 kB) 2025-06-26T07:46:28.7712837Z Collecting execnet>=1.1 (from pytest-xdist==3.3.*) 2025-06-26T07:46:28.7757570Z Downloading execnet-2.1.1-py3-none-any.whl.metadata (2.9 kB) 2025-06-26T07:46:29.4018992Z Collecting aiohttp<4.0.0,>=3.10.4 (from fbscribelogger==0.1.*) 2025-06-26T07:46:29.4044609Z Using cached aiohttp-3.12.13-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (7.6 kB) 2025-06-26T07:46:29.4298225Z Collecting thriftpy2<0.6.0,>=0.5.2 (from fbscribelogger==0.1.*) 2025-06-26T07:46:29.4359572Z Downloading thriftpy2-0.5.2.tar.gz (782 kB) 2025-06-26T07:46:29.4502223Z ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 782.3/782.3 kB 81.7 MB/s eta 0:00:00 2025-06-26T07:46:29.5464186Z Installing build dependencies: started 2025-06-26T07:46:31.2475777Z Installing build dependencies: finished with status 'done' 2025-06-26T07:46:31.2496603Z Getting requirements to build wheel: started 2025-06-26T07:46:33.9167360Z Getting requirements to build wheel: finished with status 'done' 2025-06-26T07:46:33.9180983Z Preparing metadata (pyproject.toml): started 2025-06-26T07:46:34.3748297Z Preparing metadata (pyproject.toml): finished with status 'done' 2025-06-26T07:46:34.3973778Z Collecting typing-extensions<5.0.0,>=4.12.2 (from fbscribelogger==0.1.*) 2025-06-26T07:46:34.3993806Z Using cached typing_extensions-4.14.0-py3-none-any.whl.metadata (3.0 kB) 2025-06-26T07:46:34.4163904Z Collecting aiohappyeyeballs>=2.5.0 (from aiohttp<4.0.0,>=3.10.4->fbscribelogger==0.1.*) 2025-06-26T07:46:34.4182638Z Using cached aiohappyeyeballs-2.6.1-py3-none-any.whl.metadata (5.9 kB) 2025-06-26T07:46:34.4277920Z Collecting aiosignal>=1.1.2 (from aiohttp<4.0.0,>=3.10.4->fbscribelogger==0.1.*) 2025-06-26T07:46:34.4296123Z Using cached aiosignal-1.3.2-py2.py3-none-any.whl.metadata (3.8 kB) 2025-06-26T07:46:34.4416427Z Collecting async-timeout<6.0,>=4.0 (from aiohttp<4.0.0,>=3.10.4->fbscribelogger==0.1.*) 2025-06-26T07:46:34.4434800Z Using cached async_timeout-5.0.1-py3-none-any.whl.metadata (5.1 kB) 2025-06-26T07:46:34.4610578Z Collecting attrs>=17.3.0 (from aiohttp<4.0.0,>=3.10.4->fbscribelogger==0.1.*) 2025-06-26T07:46:34.4628910Z Using cached attrs-25.3.0-py3-none-any.whl.metadata (10 kB) 2025-06-26T07:46:34.5515416Z Collecting frozenlist>=1.1.1 (from aiohttp<4.0.0,>=3.10.4->fbscribelogger==0.1.*) 2025-06-26T07:46:34.5535260Z 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-06-26T07:46:34.8365440Z Collecting multidict<7.0,>=4.5 (from aiohttp<4.0.0,>=3.10.4->fbscribelogger==0.1.*) 2025-06-26T07:46:34.8386115Z Using cached multidict-6.5.1-cp39-cp39-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl.metadata (5.3 kB) 2025-06-26T07:46:34.8894178Z Collecting propcache>=0.2.0 (from aiohttp<4.0.0,>=3.10.4->fbscribelogger==0.1.*) 2025-06-26T07:46:34.8913939Z Using cached propcache-0.3.2-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (12 kB) 2025-06-26T07:46:35.2330877Z Collecting yarl<2.0,>=1.17.0 (from aiohttp<4.0.0,>=3.10.4->fbscribelogger==0.1.*) 2025-06-26T07:46:35.2351885Z Using cached yarl-1.20.1-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (73 kB) 2025-06-26T07:46:35.5108507Z Collecting Cython>=3.0.10 (from thriftpy2<0.6.0,>=0.5.2->fbscribelogger==0.1.*) 2025-06-26T07:46:35.5128365Z Using cached cython-3.1.2-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (5.9 kB) 2025-06-26T07:46:35.5222753Z Collecting ply<4.0,>=3.4 (from thriftpy2<0.6.0,>=0.5.2->fbscribelogger==0.1.*) 2025-06-26T07:46:35.5273368Z Downloading ply-3.11-py2.py3-none-any.whl.metadata (844 bytes) 2025-06-26T07:46:35.5419221Z Collecting six~=1.15 (from thriftpy2<0.6.0,>=0.5.2->fbscribelogger==0.1.*) 2025-06-26T07:46:35.5437012Z Using cached six-1.17.0-py2.py3-none-any.whl.metadata (1.7 kB) 2025-06-26T07:46:35.5601199Z Collecting idna>=2.0 (from yarl<2.0,>=1.17.0->aiohttp<4.0.0,>=3.10.4->fbscribelogger==0.1.*) 2025-06-26T07:46:35.5618748Z Using cached idna-3.10-py3-none-any.whl.metadata (10 kB) 2025-06-26T07:46:35.6000534Z Collecting exceptiongroup>=1 (from pytest>=5.3->pytest-rerunfailures==11.1.*) 2025-06-26T07:46:35.6044430Z Downloading exceptiongroup-1.3.0-py3-none-any.whl.metadata (6.7 kB) 2025-06-26T07:46:35.6172938Z Collecting iniconfig>=1 (from pytest>=5.3->pytest-rerunfailures==11.1.*) 2025-06-26T07:46:35.6217144Z Downloading iniconfig-2.1.0-py3-none-any.whl.metadata (2.7 kB) 2025-06-26T07:46:35.6448032Z Collecting pluggy<2,>=1.5 (from pytest>=5.3->pytest-rerunfailures==11.1.*) 2025-06-26T07:46:35.6494361Z Downloading pluggy-1.6.0-py3-none-any.whl.metadata (4.8 kB) 2025-06-26T07:46:35.6727178Z Collecting pygments>=2.7.2 (from pytest>=5.3->pytest-rerunfailures==11.1.*) 2025-06-26T07:46:35.6745857Z Using cached pygments-2.19.2-py3-none-any.whl.metadata (2.5 kB) 2025-06-26T07:46:35.6911224Z Collecting tomli>=1 (from pytest>=5.3->pytest-rerunfailures==11.1.*) 2025-06-26T07:46:35.6961271Z Downloading tomli-2.2.1-py3-none-any.whl.metadata (10 kB) 2025-06-26T07:46:35.7166413Z Downloading pytest_rerunfailures-11.1.2-py3-none-any.whl (12 kB) 2025-06-26T07:46:35.7244073Z Downloading pytest_flakefinder-1.1.0-py2.py3-none-any.whl (4.6 kB) 2025-06-26T07:46:35.7321567Z Downloading pytest_xdist-3.3.1-py3-none-any.whl (41 kB) 2025-06-26T07:46:35.7400424Z Downloading expecttest-0.3.0-py3-none-any.whl (8.2 kB) 2025-06-26T07:46:35.7488890Z Downloading fbscribelogger-0.1.7-py3-none-any.whl (6.9 kB) 2025-06-26T07:46:35.7593647Z Downloading numpy-1.24.4-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (17.3 MB) 2025-06-26T07:46:35.8482420Z ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 17.3/17.3 MB 199.2 MB/s eta 0:00:00 2025-06-26T07:46:35.8502837Z Using cached aiohttp-3.12.13-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (1.6 MB) 2025-06-26T07:46:35.8531928Z Using cached async_timeout-5.0.1-py3-none-any.whl (6.2 kB) 2025-06-26T07:46:35.8549239Z Using cached multidict-6.5.1-cp39-cp39-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl (245 kB) 2025-06-26T07:46:35.8642988Z Downloading ply-3.11-py2.py3-none-any.whl (49 kB) 2025-06-26T07:46:35.8682952Z Using cached six-1.17.0-py2.py3-none-any.whl (11 kB) 2025-06-26T07:46:35.8700180Z Using cached typing_extensions-4.14.0-py3-none-any.whl (43 kB) 2025-06-26T07:46:35.8717570Z Using cached yarl-1.20.1-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (327 kB) 2025-06-26T07:46:35.8736707Z Using cached aiohappyeyeballs-2.6.1-py3-none-any.whl (15 kB) 2025-06-26T07:46:35.8756075Z Using cached aiosignal-1.3.2-py2.py3-none-any.whl (7.6 kB) 2025-06-26T07:46:35.8774008Z Using cached attrs-25.3.0-py3-none-any.whl (63 kB) 2025-06-26T07:46:35.8791923Z Using cached cython-3.1.2-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (3.3 MB) 2025-06-26T07:46:35.8862061Z Downloading execnet-2.1.1-py3-none-any.whl (40 kB) 2025-06-26T07:46:35.8910593Z 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-06-26T07:46:35.8928970Z Using cached idna-3.10-py3-none-any.whl (70 kB) 2025-06-26T07:46:35.8974646Z Downloading packaging-25.0-py3-none-any.whl (66 kB) 2025-06-26T07:46:35.9016582Z Using cached propcache-0.3.2-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (200 kB) 2025-06-26T07:46:35.9061504Z Downloading pytest-8.4.1-py3-none-any.whl (365 kB) 2025-06-26T07:46:35.9141080Z Downloading pluggy-1.6.0-py3-none-any.whl (20 kB) 2025-06-26T07:46:35.9206522Z Downloading exceptiongroup-1.3.0-py3-none-any.whl (16 kB) 2025-06-26T07:46:35.9276493Z Downloading iniconfig-2.1.0-py3-none-any.whl (6.0 kB) 2025-06-26T07:46:35.9313276Z Using cached pygments-2.19.2-py3-none-any.whl (1.2 MB) 2025-06-26T07:46:35.9363959Z Downloading tomli-2.2.1-py3-none-any.whl (14 kB) 2025-06-26T07:46:35.9876323Z Building wheels for collected packages: thriftpy2 2025-06-26T07:46:35.9886494Z Building wheel for thriftpy2 (pyproject.toml): started 2025-06-26T07:46:57.7512921Z Building wheel for thriftpy2 (pyproject.toml): finished with status 'done' 2025-06-26T07:46:57.7540942Z Created wheel for thriftpy2: filename=thriftpy2-0.5.2-cp39-cp39-linux_x86_64.whl size=2026589 sha256=ce30505e67a8cc4ee7ae3240730a44d3e04cad533069005c47ce5bb8ef865ae2 2025-06-26T07:46:57.7542706Z Stored in directory: /home/runner/.cache/pip/wheels/95/51/1d/d7303cb7c6b02c5793595b3138311bc81c4b5470ed7d306aa2 2025-06-26T07:46:57.7570407Z Successfully built thriftpy2 2025-06-26T07:46:57.8184309Z Installing collected packages: ply, typing-extensions, tomli, six, pygments, propcache, pluggy, packaging, numpy, iniconfig, idna, frozenlist, expecttest, execnet, Cython, attrs, async-timeout, aiohappyeyeballs, thriftpy2, multidict, exceptiongroup, aiosignal, yarl, pytest, pytest-xdist, pytest-rerunfailures, pytest-flakefinder, aiohttp, fbscribelogger 2025-06-26T07:47:01.8697253Z 2025-06-26T07:47:01.8755472Z Successfully installed Cython-3.1.2 aiohappyeyeballs-2.6.1 aiohttp-3.12.13 aiosignal-1.3.2 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.5.1 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.2 tomli-2.2.1 typing-extensions-4.14.0 yarl-1.20.1 2025-06-26T07:47:03.1366096Z Looking in indexes: https://download.pytorch.org/whl/nightly/cpu/ 2025-06-26T07:47:03.6009163Z Collecting torch 2025-06-26T07:47:03.6074783Z Downloading https://download.pytorch.org/whl/nightly/cpu/torch-2.8.0.dev20250625%2Bcpu-cp39-cp39-manylinux_2_28_x86_64.whl.metadata (29 kB) 2025-06-26T07:47:03.7090616Z Collecting filelock (from torch) 2025-06-26T07:47:03.7147117Z Downloading https://download.pytorch.org/whl/nightly/filelock-3.18.0-py3-none-any.whl.metadata (2.9 kB) 2025-06-26T07:47:03.7210818Z 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.0) 2025-06-26T07:47:03.8397731Z Collecting sympy>=1.13.3 (from torch) 2025-06-26T07:47:03.8453704Z Downloading https://download.pytorch.org/whl/nightly/sympy-1.14.0-py3-none-any.whl.metadata (12 kB) 2025-06-26T07:47:03.9502514Z Collecting networkx (from torch) 2025-06-26T07:47:03.9557821Z Downloading https://download.pytorch.org/whl/nightly/networkx-3.5-py3-none-any.whl.metadata (6.3 kB) 2025-06-26T07:47:04.0675141Z Collecting jinja2 (from torch) 2025-06-26T07:47:04.0728792Z Downloading https://download.pytorch.org/whl/nightly/jinja2-3.1.6-py3-none-any.whl.metadata (2.9 kB) 2025-06-26T07:47:04.1728698Z Collecting fsspec (from torch) 2025-06-26T07:47:04.1786078Z Downloading https://download.pytorch.org/whl/nightly/fsspec-2025.5.1-py3-none-any.whl.metadata (11 kB) 2025-06-26T07:47:04.3221280Z Collecting mpmath<1.4,>=1.1.0 (from sympy>=1.13.3->torch) 2025-06-26T07:47:04.3288370Z Downloading https://download.pytorch.org/whl/nightly/mpmath-1.3.0-py3-none-any.whl (536 kB) 2025-06-26T07:47:04.3368471Z ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 536.2/536.2 kB 63.2 MB/s eta 0:00:00 2025-06-26T07:47:04.4511347Z Collecting MarkupSafe>=2.0 (from jinja2->torch) 2025-06-26T07:47:04.4569003Z 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-06-26T07:47:04.4615986Z INFO: pip is looking at multiple versions of networkx to determine which version is compatible with other requirements. This could take a while. 2025-06-26T07:47:04.4620320Z Collecting networkx (from torch) 2025-06-26T07:47:04.4700525Z Downloading https://download.pytorch.org/whl/nightly/networkx-3.2.1-py3-none-any.whl (1.6 MB) 2025-06-26T07:47:04.4839876Z ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 1.6/1.6 MB 132.6 MB/s eta 0:00:00 2025-06-26T07:47:04.5022452Z Downloading https://download.pytorch.org/whl/nightly/cpu/torch-2.8.0.dev20250625%2Bcpu-cp39-cp39-manylinux_2_28_x86_64.whl (184.1 MB) 2025-06-26T07:47:05.3168237Z ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 184.1/184.1 MB 226.8 MB/s eta 0:00:00 2025-06-26T07:47:05.3234817Z Downloading https://download.pytorch.org/whl/nightly/sympy-1.14.0-py3-none-any.whl (6.3 MB) 2025-06-26T07:47:05.3527153Z ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 6.3/6.3 MB 229.8 MB/s eta 0:00:00 2025-06-26T07:47:05.3581991Z Downloading https://download.pytorch.org/whl/nightly/filelock-3.18.0-py3-none-any.whl (16 kB) 2025-06-26T07:47:05.3658184Z Downloading https://download.pytorch.org/whl/nightly/fsspec-2025.5.1-py3-none-any.whl (199 kB) 2025-06-26T07:47:05.3763188Z Downloading https://download.pytorch.org/whl/nightly/jinja2-3.1.6-py3-none-any.whl (134 kB) 2025-06-26T07:47:05.8104069Z Installing collected packages: mpmath, sympy, networkx, MarkupSafe, fsspec, filelock, jinja2, torch 2025-06-26T07:47:21.7525618Z 2025-06-26T07:47:21.7592467Z 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.8.0.dev20250625+cpu 2025-06-26T07:47:21.8719616Z ##[group]Run # Run test_vulkan, which is a fast noop on Linux 2025-06-26T07:47:21.8720349Z # Run test_vulkan, which is a fast noop on Linux 2025-06-26T07:47:21.8720740Z python3 test/run_test.py --include test_vulkan --verbose 2025-06-26T07:47:21.8780125Z shell: /usr/bin/bash -e {0} 2025-06-26T07:47:21.8780353Z env: 2025-06-26T07:47:21.8780594Z pythonLocation: /opt/hostedtoolcache/Python/3.9.23/x64 2025-06-26T07:47:21.8780989Z PKG_CONFIG_PATH: /opt/hostedtoolcache/Python/3.9.23/x64/lib/pkgconfig 2025-06-26T07:47:21.8781375Z Python_ROOT_DIR: /opt/hostedtoolcache/Python/3.9.23/x64 2025-06-26T07:47:21.8781714Z Python2_ROOT_DIR: /opt/hostedtoolcache/Python/3.9.23/x64 2025-06-26T07:47:21.8782065Z Python3_ROOT_DIR: /opt/hostedtoolcache/Python/3.9.23/x64 2025-06-26T07:47:21.8782395Z LD_LIBRARY_PATH: /opt/hostedtoolcache/Python/3.9.23/x64/lib 2025-06-26T07:47:21.8782681Z ##[endgroup] 2025-06-26T07:47:27.9599394Z ##[warning] Failed to find test times file `/home/runner/work/pytorch/pytorch/.additional_ci_files/test-times.json`. Using round robin sharding. 2025-06-26T07:47:27.9608330Z ##[warning] Failed to find test times file `/home/runner/work/pytorch/pytorch/.additional_ci_files/test-class-times.json`. Using round robin sharding. 2025-06-26T07:47:27.9609373Z Running all tests 2025-06-26T07:47:27.9609601Z Running parallel tests on 3 processes 2025-06-26T07:47:27.9610027Z Name: tests to run (est. time: 0.0min) 2025-06-26T07:47:27.9610271Z Serial tests (0): 2025-06-26T07:47:27.9610462Z Parallel tests (1): 2025-06-26T07:47:27.9610656Z test_vulkan 1/1 2025-06-26T07:47:27.9610853Z Name: excluded (est. time: 0.0min) 2025-06-26T07:47:27.9611090Z Serial tests (0): 2025-06-26T07:47:27.9611275Z Parallel tests (0): 2025-06-26T07:47:27.9611518Z Running test_vulkan 1/1 ... [2025-06-26 07:47:27.958151] 2025-06-26T07:47:27.9611813Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2025-06-26T07:47:27.9612706Z 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-06-26 07:47:27.958515] 2025-06-26T07:47:27.9613711Z Unable to import boto3. Will not be emitting metrics.... Reason: No module named 'boto3' 2025-06-26T07:47:27.9614084Z No TD results found 2025-06-26T07:47:27.9614686Z Downloading https://ossci-metrics.s3.amazonaws.com/disabled-tests-condensed.json to /home/runner/work/pytorch/pytorch/test/.pytorch-disabled-tests.json 2025-06-26T07:47:27.9615321Z Ignoring disabled issues: [''] 2025-06-26T07:47:32.0171397Z 2025-06-26T07:47:32.0172526Z test_vulkan 1/1 was successful, full logs can be found in artifacts with path test/test-reports/test_vulkan_1.1_d8eeca26de6cccc1_.log 2025-06-26T07:47:32.0173692Z Running 0 items in this shard: 2025-06-26T07:47:32.0173953Z 2025-06-26T07:47:35.1431520Z Running test_vulkan 1/1 ... [2025-06-26 07:47:35.142266] 2025-06-26T07:47:35.1432386Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2025-06-26T07:47:35.1434236Z 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-06-26 07:47:35.142657] 2025-06-26T07:47:35.1448564Z Unable to import boto3. Will not be emitting metrics.... Reason: No module named 'boto3' 2025-06-26T07:47:39.2084155Z 2025-06-26T07:47:39.2085375Z test_vulkan 1/1 was successful, full logs can be found in artifacts with path test/test-reports/test_vulkan_1.1_20704b306a0a9cf8_.log 2025-06-26T07:47:39.2087100Z Running 1 items in this shard: test/test_vulkan.py::TestVulkanRewritePass::test_conv 2025-06-26T07:47:39.2087711Z 2025-06-26T07:47:39.2098732Z Unable to import boto3. Will not be emitting metrics.... Reason: No module named 'boto3' 2025-06-26T07:47:39.2100507Z Unable to import boto3. Will not be emitting metrics.... Reason: No module named 'boto3' 2025-06-26T07:47:39.9838746Z Running test batch 'tests to run' cost 12.03 seconds 2025-06-26T07:47:40.5720202Z Post job cleanup. 2025-06-26T07:47:40.7235204Z Cache hit occurred on the primary key setup-python-Linux-x64-24.04-Ubuntu-python-3.9.23-pip-c9e6b54e95fac9d6937ed6a950007fb1b8018ebec3beeb309ea2fcc2d71f7f5f, not saving cache. 2025-06-26T07:47:40.7366947Z Post job cleanup. 2025-06-26T07:47:40.7407800Z Post job cleanup. 2025-06-26T07:47:40.8354123Z [command]/usr/bin/git version 2025-06-26T07:47:40.8398163Z git version 2.49.0 2025-06-26T07:47:40.8436327Z Copying '/home/runner/.gitconfig' to '/home/runner/work/_temp/1537e2f9-a606-4808-a8a4-a9ce6da26e69/.gitconfig' 2025-06-26T07:47:40.8446968Z Temporarily overriding HOME='/home/runner/work/_temp/1537e2f9-a606-4808-a8a4-a9ce6da26e69' before making global git config changes 2025-06-26T07:47:40.8448153Z Adding repository directory to the temporary git global config as a safe directory 2025-06-26T07:47:40.8461065Z [command]/usr/bin/git config --global --add safe.directory /home/runner/work/pytorch/pytorch 2025-06-26T07:47:40.8498519Z [command]/usr/bin/git config --local --name-only --get-regexp core\.sshCommand 2025-06-26T07:47:40.8531026Z [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-06-26T07:47:40.8837333Z [command]/usr/bin/git config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader 2025-06-26T07:47:40.8860220Z http.https://github.com/.extraheader 2025-06-26T07:47:40.8873163Z [command]/usr/bin/git config --local --unset-all http.https://github.com/.extraheader 2025-06-26T07:47:40.8904119Z [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-06-26T07:47:40.9256483Z Cleaning up orphan processes