2025-03-14T03:51:39.3652807Z Current runner version: '2.322.0' 2025-03-14T03:51:39.3659579Z Runner name: 'linux.24_04.4x_95e088204d6a' 2025-03-14T03:51:39.3660399Z Runner group name: 'Default' 2025-03-14T03:51:39.3661367Z Machine name: 'runner' 2025-03-14T03:51:39.3678984Z ##[group]Operating System 2025-03-14T03:51:39.3679704Z Ubuntu 2025-03-14T03:51:39.3680317Z 24.04.2 2025-03-14T03:51:39.3680810Z LTS 2025-03-14T03:51:39.3681221Z ##[endgroup] 2025-03-14T03:51:39.3681816Z ##[group]Runner Image 2025-03-14T03:51:39.3682403Z Image: ubuntu-24.04 2025-03-14T03:51:39.3682962Z Version: 20250309.1.0 2025-03-14T03:51:39.3684006Z Included Software: https://github.com/actions/runner-images/blob/ubuntu24/20250309.1/images/ubuntu/Ubuntu2404-Readme.md 2025-03-14T03:51:39.3685354Z Image Release: https://github.com/actions/runner-images/releases/tag/ubuntu24%2F20250309.1 2025-03-14T03:51:39.3686243Z ##[endgroup] 2025-03-14T03:51:39.3688595Z ##[group]GITHUB_TOKEN Permissions 2025-03-14T03:51:39.3690563Z Actions: read 2025-03-14T03:51:39.3691432Z Attestations: read 2025-03-14T03:51:39.3692105Z Checks: read 2025-03-14T03:51:39.3692632Z Contents: read 2025-03-14T03:51:39.3693117Z Deployments: read 2025-03-14T03:51:39.3693730Z Discussions: read 2025-03-14T03:51:39.3694208Z Issues: read 2025-03-14T03:51:39.3694687Z Metadata: read 2025-03-14T03:51:39.3695278Z Packages: read 2025-03-14T03:51:39.3695785Z Pages: read 2025-03-14T03:51:39.3696306Z PullRequests: read 2025-03-14T03:51:39.3696840Z RepositoryProjects: read 2025-03-14T03:51:39.3697410Z SecurityEvents: read 2025-03-14T03:51:39.3698128Z Statuses: read 2025-03-14T03:51:39.3698667Z ##[endgroup] 2025-03-14T03:51:39.3701571Z Secret source: Actions 2025-03-14T03:51:39.3702355Z Prepare workflow directory 2025-03-14T03:51:39.4018957Z Prepare all required actions 2025-03-14T03:51:39.4056734Z Getting action download info 2025-03-14T03:51:39.6022148Z Download action repository 'pytorch/pytorch@main' (SHA:aed0b7a742a2d7b7901790622829cbd2135049a4) 2025-03-14T03:51:47.8413928Z Download action repository 'actions/setup-python@v4' (SHA:65d7f2d534ac1bc67fcd62888c5f4f3d2cb2b236) 2025-03-14T03:51:48.1240330Z Getting action download info 2025-03-14T03:51:48.3016702Z Download action repository 'actions/checkout@v4' (SHA:11bd71901bbe5b1630ceea73d27597364c9af683) 2025-03-14T03:51:48.4184948Z Complete job name: Test `run_test.py` is usable without boto3 2025-03-14T03:51:48.4948053Z ##[group]Run pytorch/pytorch/.github/actions/checkout-pytorch@main 2025-03-14T03:51:48.4948893Z with: 2025-03-14T03:51:48.4949148Z submodules: false 2025-03-14T03:51:48.4949392Z fetch-depth: 1 2025-03-14T03:51:48.4950118Z ##[endgroup] 2025-03-14T03:51:48.5039342Z ##[group]Run echo "IN_CONTAINER_RUNNER=$(if [ -f /.inarc ] || [ -f /.incontainer ]; then echo true ; else echo false; fi)" >> "$GITHUB_OUTPUT" 2025-03-14T03:51:48.5040233Z echo "IN_CONTAINER_RUNNER=$(if [ -f /.inarc ] || [ -f /.incontainer ]; then echo true ; else echo false; fi)" >> "$GITHUB_OUTPUT" 2025-03-14T03:51:48.5091084Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2025-03-14T03:51:48.5091539Z ##[endgroup] 2025-03-14T03:51:48.5356252Z ##[group]Run # Use all available CPUs for fetching 2025-03-14T03:51:48.5356738Z # Use all available CPUs for fetching 2025-03-14T03:51:48.5357078Z cd "${GITHUB_WORKSPACE}" 2025-03-14T03:51:48.5357447Z git config --global fetch.parallel 0 2025-03-14T03:51:48.5357812Z git config --global submodule.fetchJobs 0 2025-03-14T03:51:48.5358320Z  2025-03-14T03:51:48.5358667Z # Clean workspace. The default checkout action should also do this, but 2025-03-14T03:51:48.5359086Z # do it here as well just in case 2025-03-14T03:51:48.5359401Z if [[ -d .git ]]; then 2025-03-14T03:51:48.5359684Z  if [ -z "${NO_SUDO}" ]; then 2025-03-14T03:51:48.5359976Z  sudo git clean -ffdx 2025-03-14T03:51:48.5360256Z  else 2025-03-14T03:51:48.5360500Z  git clean -ffdx 2025-03-14T03:51:48.5360760Z  fi 2025-03-14T03:51:48.5361199Z fi 2025-03-14T03:51:48.5407128Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2025-03-14T03:51:48.5407535Z env: 2025-03-14T03:51:48.5407770Z NO_SUDO: 2025-03-14T03:51:48.5408139Z ##[endgroup] 2025-03-14T03:51:49.0357711Z ##[group]Run actions/checkout@v4 2025-03-14T03:51:49.0358223Z with: 2025-03-14T03:51:49.0358501Z ref: aed0b7a742a2d7b7901790622829cbd2135049a4 2025-03-14T03:51:49.0358819Z fetch-depth: 1 2025-03-14T03:51:49.0359061Z submodules: false 2025-03-14T03:51:49.0359307Z show-progress: false 2025-03-14T03:51:49.0359574Z repository: pytorch/pytorch 2025-03-14T03:51:49.0359994Z token: *** 2025-03-14T03:51:49.0360225Z ssh-strict: true 2025-03-14T03:51:49.0360465Z ssh-user: git 2025-03-14T03:51:49.0360708Z persist-credentials: true 2025-03-14T03:51:49.0360971Z clean: true 2025-03-14T03:51:49.0361216Z sparse-checkout-cone-mode: true 2025-03-14T03:51:49.0361489Z fetch-tags: false 2025-03-14T03:51:49.0361722Z lfs: false 2025-03-14T03:51:49.0361967Z set-safe-directory: true 2025-03-14T03:51:49.0362228Z ##[endgroup] 2025-03-14T03:51:49.1419073Z Syncing repository: pytorch/pytorch 2025-03-14T03:51:49.1420631Z ##[group]Getting Git version info 2025-03-14T03:51:49.1421063Z Working directory is '/home/runner/work/pytorch/pytorch' 2025-03-14T03:51:49.1421681Z [command]/usr/bin/git version 2025-03-14T03:51:49.1436826Z git version 2.48.1 2025-03-14T03:51:49.1464189Z ##[endgroup] 2025-03-14T03:51:49.1482426Z Copying '/home/runner/.gitconfig' to '/home/runner/work/_temp/a23332fa-a852-4e07-b651-80e2fdfe8355/.gitconfig' 2025-03-14T03:51:49.1493531Z Temporarily overriding HOME='/home/runner/work/_temp/a23332fa-a852-4e07-b651-80e2fdfe8355' before making global git config changes 2025-03-14T03:51:49.1494579Z Adding repository directory to the temporary git global config as a safe directory 2025-03-14T03:51:49.1498878Z [command]/usr/bin/git config --global --add safe.directory /home/runner/work/pytorch/pytorch 2025-03-14T03:51:49.1535734Z Deleting the contents of '/home/runner/work/pytorch/pytorch' 2025-03-14T03:51:49.1540610Z ##[group]Initializing the repository 2025-03-14T03:51:49.1545336Z [command]/usr/bin/git init /home/runner/work/pytorch/pytorch 2025-03-14T03:51:49.3030558Z hint: Using 'master' as the name for the initial branch. This default branch name 2025-03-14T03:51:49.3031610Z hint: is subject to change. To configure the initial branch name to use in all 2025-03-14T03:51:49.3032201Z hint: of your new repositories, which will suppress this warning, call: 2025-03-14T03:51:49.3032619Z hint: 2025-03-14T03:51:49.3032957Z hint: git config --global init.defaultBranch 2025-03-14T03:51:49.3033313Z hint: 2025-03-14T03:51:49.3033659Z hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and 2025-03-14T03:51:49.3034247Z hint: 'development'. The just-created branch can be renamed via this command: 2025-03-14T03:51:49.3034676Z hint: 2025-03-14T03:51:49.3034918Z hint: git branch -m 2025-03-14T03:51:49.3362789Z Initialized empty Git repository in /home/runner/work/pytorch/pytorch/.git/ 2025-03-14T03:51:49.3373324Z [command]/usr/bin/git remote add origin https://github.com/pytorch/pytorch 2025-03-14T03:51:49.3620925Z ##[endgroup] 2025-03-14T03:51:49.3621447Z ##[group]Disabling automatic garbage collection 2025-03-14T03:51:49.3626040Z [command]/usr/bin/git config --local gc.auto 0 2025-03-14T03:51:49.3660637Z ##[endgroup] 2025-03-14T03:51:49.3661119Z ##[group]Setting up auth 2025-03-14T03:51:49.3669565Z [command]/usr/bin/git config --local --name-only --get-regexp core\.sshCommand 2025-03-14T03:51:49.3701916Z [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-03-14T03:51:49.9272429Z [command]/usr/bin/git config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader 2025-03-14T03:51:49.9311918Z [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-03-14T03:51:49.9582245Z [command]/usr/bin/git config --local http.https://github.com/.extraheader AUTHORIZATION: basic *** 2025-03-14T03:51:49.9634504Z ##[endgroup] 2025-03-14T03:51:49.9635291Z ##[group]Fetching the repository 2025-03-14T03:51:49.9643053Z [command]/usr/bin/git -c protocol.version=2 fetch --no-tags --prune --no-recurse-submodules --depth=1 origin aed0b7a742a2d7b7901790622829cbd2135049a4 2025-03-14T03:51:53.7355277Z From https://github.com/pytorch/pytorch 2025-03-14T03:51:53.7355960Z * branch aed0b7a742a2d7b7901790622829cbd2135049a4 -> FETCH_HEAD 2025-03-14T03:51:53.7620236Z ##[endgroup] 2025-03-14T03:51:53.7621001Z ##[group]Determining the checkout info 2025-03-14T03:51:53.7621948Z ##[endgroup] 2025-03-14T03:51:53.7628289Z [command]/usr/bin/git sparse-checkout disable 2025-03-14T03:51:53.7859347Z [command]/usr/bin/git config --local --unset-all extensions.worktreeConfig 2025-03-14T03:51:53.7891628Z ##[group]Checking out the ref 2025-03-14T03:51:53.7896222Z [command]/usr/bin/git checkout --progress --force aed0b7a742a2d7b7901790622829cbd2135049a4 2025-03-14T03:51:54.8078264Z Updating files: 94% (15707/16577) 2025-03-14T03:51:54.8211195Z Updating files: 95% (15749/16577) 2025-03-14T03:51:54.8316443Z Updating files: 96% (15914/16577) 2025-03-14T03:51:54.8541010Z Updating files: 97% (16080/16577) 2025-03-14T03:51:54.8666516Z Updating files: 98% (16246/16577) 2025-03-14T03:51:54.8789553Z Updating files: 99% (16412/16577) 2025-03-14T03:51:54.8790273Z Updating files: 100% (16577/16577) 2025-03-14T03:51:54.8790726Z Updating files: 100% (16577/16577), done. 2025-03-14T03:51:54.8949177Z Note: switching to 'aed0b7a742a2d7b7901790622829cbd2135049a4'. 2025-03-14T03:51:54.8949715Z 2025-03-14T03:51:54.8950055Z You are in 'detached HEAD' state. You can look around, make experimental 2025-03-14T03:51:54.8950785Z changes and commit them, and you can discard any commits you make in this 2025-03-14T03:51:54.8951564Z state without impacting any branches by switching back to a branch. 2025-03-14T03:51:54.8952006Z 2025-03-14T03:51:54.8952338Z If you want to create a new branch to retain commits you create, you may 2025-03-14T03:51:54.8953399Z do so (now or later) by using -c with the switch command. Example: 2025-03-14T03:51:54.8953824Z 2025-03-14T03:51:54.8953997Z git switch -c 2025-03-14T03:51:54.8954273Z 2025-03-14T03:51:54.8954453Z Or undo this operation with: 2025-03-14T03:51:54.8954741Z 2025-03-14T03:51:54.8954895Z git switch - 2025-03-14T03:51:54.8955086Z 2025-03-14T03:51:54.8955422Z Turn off this advice by setting config variable advice.detachedHead to false 2025-03-14T03:51:54.8955932Z 2025-03-14T03:51:54.8956360Z HEAD is now at aed0b7a [c10d] Add param recording for uniqueID broadcasting and allgather (#149166) 2025-03-14T03:51:54.8986285Z ##[endgroup] 2025-03-14T03:51:54.9151880Z [command]/usr/bin/git log -1 --format=%H 2025-03-14T03:51:54.9179946Z aed0b7a742a2d7b7901790622829cbd2135049a4 2025-03-14T03:51:54.9372285Z ##[group]Run actions/setup-python@v4 2025-03-14T03:51:54.9372564Z with: 2025-03-14T03:51:54.9372758Z python-version: 3.9 2025-03-14T03:51:54.9372975Z architecture: x64 2025-03-14T03:51:54.9373171Z cache: pip 2025-03-14T03:51:54.9373360Z check-latest: false 2025-03-14T03:51:54.9373678Z token: *** 2025-03-14T03:51:54.9373889Z update-environment: true 2025-03-14T03:51:54.9374128Z allow-prereleases: false 2025-03-14T03:51:54.9374364Z ##[endgroup] 2025-03-14T03:51:55.0630902Z ##[group]Installed versions 2025-03-14T03:51:55.2525577Z Successfully set up CPython (3.9.21) 2025-03-14T03:51:55.2526437Z ##[endgroup] 2025-03-14T03:51:56.4711967Z [command]/opt/hostedtoolcache/Python/3.9.21/x64/bin/pip cache dir 2025-03-14T03:52:00.8937543Z /home/runner/.cache/pip 2025-03-14T03:52:02.7104939Z Received 0 of 6311990 (0.0%), 0.0 MBs/sec 2025-03-14T03:52:03.0760470Z Received 6311990 of 6311990 (100.0%), 4.4 MBs/sec 2025-03-14T03:52:03.0761427Z Cache Size: ~6 MB (6311990 B) 2025-03-14T03:52:03.0790962Z [command]/usr/bin/tar -xf /home/runner/work/_temp/1235e739-022f-4c99-ac8d-985a450c8bae/cache.tzst -P -C /home/runner/work/pytorch/pytorch --use-compress-program unzstd 2025-03-14T03:52:03.1496163Z Cache restored successfully 2025-03-14T03:52:03.1516980Z Cache restored from key: setup-python-Linux-24.04-Ubuntu-python-3.9.21-pip-247ca9672597156babcd90a2736c7c38d2285815c5eeba21f8770911e554c004 2025-03-14T03:52:03.1680812Z ##[group]Run python3 -m pip install --upgrade pip 2025-03-14T03:52:03.1681213Z python3 -m pip install --upgrade pip 2025-03-14T03:52:03.1681831Z pip install pytest-rerunfailures==11.1.* pytest-flakefinder==1.1.* pytest-xdist==3.3.* expecttest==0.3.* fbscribelogger==0.1.* numpy==1.24.* 2025-03-14T03:52:03.1682580Z pip install torch --pre --index-url https://download.pytorch.org/whl/nightly/cpu/ 2025-03-14T03:52:03.1732683Z shell: /usr/bin/bash -e {0} 2025-03-14T03:52:03.1732951Z env: 2025-03-14T03:52:03.1733235Z pythonLocation: /opt/hostedtoolcache/Python/3.9.21/x64 2025-03-14T03:52:03.1733679Z PKG_CONFIG_PATH: /opt/hostedtoolcache/Python/3.9.21/x64/lib/pkgconfig 2025-03-14T03:52:03.1734090Z Python_ROOT_DIR: /opt/hostedtoolcache/Python/3.9.21/x64 2025-03-14T03:52:03.1734450Z Python2_ROOT_DIR: /opt/hostedtoolcache/Python/3.9.21/x64 2025-03-14T03:52:03.1734807Z Python3_ROOT_DIR: /opt/hostedtoolcache/Python/3.9.21/x64 2025-03-14T03:52:03.1735205Z LD_LIBRARY_PATH: /opt/hostedtoolcache/Python/3.9.21/x64/lib 2025-03-14T03:52:03.1735508Z ##[endgroup] 2025-03-14T03:52:05.0833777Z Requirement already satisfied: pip in /opt/hostedtoolcache/Python/3.9.21/x64/lib/python3.9/site-packages (25.0.1) 2025-03-14T03:52:06.0974529Z Collecting pytest-rerunfailures==11.1.* 2025-03-14T03:52:06.1130376Z Downloading pytest_rerunfailures-11.1.2-py3-none-any.whl.metadata (16 kB) 2025-03-14T03:52:06.1935283Z Collecting pytest-flakefinder==1.1.* 2025-03-14T03:52:06.1981957Z Downloading pytest_flakefinder-1.1.0-py2.py3-none-any.whl.metadata (3.3 kB) 2025-03-14T03:52:06.2224198Z Collecting pytest-xdist==3.3.* 2025-03-14T03:52:06.2269009Z Downloading pytest_xdist-3.3.1-py3-none-any.whl.metadata (3.1 kB) 2025-03-14T03:52:06.3035575Z Collecting expecttest==0.3.* 2025-03-14T03:52:06.3167814Z Downloading expecttest-0.3.0-py3-none-any.whl.metadata (3.8 kB) 2025-03-14T03:52:06.3924502Z Collecting fbscribelogger==0.1.* 2025-03-14T03:52:06.3993186Z Downloading fbscribelogger-0.1.7-py3-none-any.whl.metadata (684 bytes) 2025-03-14T03:52:06.5736305Z Collecting numpy==1.24.* 2025-03-14T03:52:06.5788212Z Downloading numpy-1.24.4-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (5.6 kB) 2025-03-14T03:52:06.5976183Z Collecting packaging>=17.1 (from pytest-rerunfailures==11.1.*) 2025-03-14T03:52:06.6019148Z Downloading packaging-24.2-py3-none-any.whl.metadata (3.2 kB) 2025-03-14T03:52:06.6399632Z Collecting pytest>=5.3 (from pytest-rerunfailures==11.1.*) 2025-03-14T03:52:06.6525930Z Downloading pytest-8.3.5-py3-none-any.whl.metadata (7.6 kB) 2025-03-14T03:52:06.6897516Z Collecting execnet>=1.1 (from pytest-xdist==3.3.*) 2025-03-14T03:52:06.6933454Z Downloading execnet-2.1.1-py3-none-any.whl.metadata (2.9 kB) 2025-03-14T03:52:07.0734349Z Collecting aiohttp<4.0.0,>=3.10.4 (from fbscribelogger==0.1.*) 2025-03-14T03:52:07.0757761Z Using cached aiohttp-3.11.13-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (7.7 kB) 2025-03-14T03:52:07.0979889Z Collecting thriftpy2<0.6.0,>=0.5.2 (from fbscribelogger==0.1.*) 2025-03-14T03:52:07.1043988Z Downloading thriftpy2-0.5.2.tar.gz (782 kB) 2025-03-14T03:52:07.1162372Z ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 782.3/782.3 kB 99.0 MB/s eta 0:00:00 2025-03-14T03:52:07.2142935Z Installing build dependencies: started 2025-03-14T03:52:10.0190011Z Installing build dependencies: finished with status 'done' 2025-03-14T03:52:10.0211488Z Getting requirements to build wheel: started 2025-03-14T03:52:12.2344686Z Getting requirements to build wheel: finished with status 'done' 2025-03-14T03:52:12.2363264Z Preparing metadata (pyproject.toml): started 2025-03-14T03:52:12.7733327Z Preparing metadata (pyproject.toml): finished with status 'done' 2025-03-14T03:52:12.7925408Z Collecting typing-extensions<5.0.0,>=4.12.2 (from fbscribelogger==0.1.*) 2025-03-14T03:52:12.7944271Z Using cached typing_extensions-4.12.2-py3-none-any.whl.metadata (3.0 kB) 2025-03-14T03:52:12.8128891Z Collecting aiohappyeyeballs>=2.3.0 (from aiohttp<4.0.0,>=3.10.4->fbscribelogger==0.1.*) 2025-03-14T03:52:12.8164858Z Downloading aiohappyeyeballs-2.6.1-py3-none-any.whl.metadata (5.9 kB) 2025-03-14T03:52:12.8272474Z Collecting aiosignal>=1.1.2 (from aiohttp<4.0.0,>=3.10.4->fbscribelogger==0.1.*) 2025-03-14T03:52:12.8290402Z Using cached aiosignal-1.3.2-py2.py3-none-any.whl.metadata (3.8 kB) 2025-03-14T03:52:12.8404663Z Collecting async-timeout<6.0,>=4.0 (from aiohttp<4.0.0,>=3.10.4->fbscribelogger==0.1.*) 2025-03-14T03:52:12.8422718Z Using cached async_timeout-5.0.1-py3-none-any.whl.metadata (5.1 kB) 2025-03-14T03:52:12.8562709Z Collecting attrs>=17.3.0 (from aiohttp<4.0.0,>=3.10.4->fbscribelogger==0.1.*) 2025-03-14T03:52:12.8617404Z Downloading attrs-25.3.0-py3-none-any.whl.metadata (10 kB) 2025-03-14T03:52:12.9202242Z Collecting frozenlist>=1.1.1 (from aiohttp<4.0.0,>=3.10.4->fbscribelogger==0.1.*) 2025-03-14T03:52:12.9222540Z Using cached frozenlist-1.5.0-cp39-cp39-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (13 kB) 2025-03-14T03:52:13.0564546Z Collecting multidict<7.0,>=4.5 (from aiohttp<4.0.0,>=3.10.4->fbscribelogger==0.1.*) 2025-03-14T03:52:13.0584899Z Using cached multidict-6.1.0-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (5.0 kB) 2025-03-14T03:52:13.1011067Z Collecting propcache>=0.2.0 (from aiohttp<4.0.0,>=3.10.4->fbscribelogger==0.1.*) 2025-03-14T03:52:13.1030755Z Using cached propcache-0.3.0-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (10 kB) 2025-03-14T03:52:13.3412956Z Collecting yarl<2.0,>=1.17.0 (from aiohttp<4.0.0,>=3.10.4->fbscribelogger==0.1.*) 2025-03-14T03:52:13.3433125Z Using cached yarl-1.18.3-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (69 kB) 2025-03-14T03:52:13.3614543Z Collecting exceptiongroup>=1.0.0rc8 (from pytest>=5.3->pytest-rerunfailures==11.1.*) 2025-03-14T03:52:13.3650854Z Downloading exceptiongroup-1.2.2-py3-none-any.whl.metadata (6.6 kB) 2025-03-14T03:52:13.3759770Z Collecting iniconfig (from pytest>=5.3->pytest-rerunfailures==11.1.*) 2025-03-14T03:52:13.4088385Z Downloading iniconfig-2.0.0-py3-none-any.whl.metadata (2.6 kB) 2025-03-14T03:52:13.4227159Z Collecting pluggy<2,>=1.5 (from pytest>=5.3->pytest-rerunfailures==11.1.*) 2025-03-14T03:52:13.4337390Z Downloading pluggy-1.5.0-py3-none-any.whl.metadata (4.8 kB) 2025-03-14T03:52:13.4507042Z Collecting tomli>=1 (from pytest>=5.3->pytest-rerunfailures==11.1.*) 2025-03-14T03:52:13.4735085Z Downloading tomli-2.2.1-py3-none-any.whl.metadata (10 kB) 2025-03-14T03:52:13.6539598Z Collecting Cython>=3.0.10 (from thriftpy2<0.6.0,>=0.5.2->fbscribelogger==0.1.*) 2025-03-14T03:52:13.6559927Z Using cached Cython-3.0.12-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (3.3 kB) 2025-03-14T03:52:13.6678391Z Collecting ply<4.0,>=3.4 (from thriftpy2<0.6.0,>=0.5.2->fbscribelogger==0.1.*) 2025-03-14T03:52:13.6717162Z Downloading ply-3.11-py2.py3-none-any.whl.metadata (844 bytes) 2025-03-14T03:52:13.6859635Z Collecting six~=1.15 (from thriftpy2<0.6.0,>=0.5.2->fbscribelogger==0.1.*) 2025-03-14T03:52:13.6895415Z Downloading six-1.17.0-py2.py3-none-any.whl.metadata (1.7 kB) 2025-03-14T03:52:13.7239245Z Collecting idna>=2.0 (from yarl<2.0,>=1.17.0->aiohttp<4.0.0,>=3.10.4->fbscribelogger==0.1.*) 2025-03-14T03:52:13.7260123Z Using cached idna-3.10-py3-none-any.whl.metadata (10 kB) 2025-03-14T03:52:13.7424757Z Downloading pytest_rerunfailures-11.1.2-py3-none-any.whl (12 kB) 2025-03-14T03:52:13.7519388Z Downloading pytest_flakefinder-1.1.0-py2.py3-none-any.whl (4.6 kB) 2025-03-14T03:52:13.7584420Z Downloading pytest_xdist-3.3.1-py3-none-any.whl (41 kB) 2025-03-14T03:52:13.7710276Z Downloading expecttest-0.3.0-py3-none-any.whl (8.2 kB) 2025-03-14T03:52:13.7798451Z Downloading fbscribelogger-0.1.7-py3-none-any.whl (6.9 kB) 2025-03-14T03:52:13.7919855Z Downloading numpy-1.24.4-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (17.3 MB) 2025-03-14T03:52:13.9069627Z ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 17.3/17.3 MB 154.3 MB/s eta 0:00:00 2025-03-14T03:52:13.9089039Z Using cached aiohttp-3.11.13-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (1.6 MB) 2025-03-14T03:52:13.9164814Z Downloading execnet-2.1.1-py3-none-any.whl (40 kB) 2025-03-14T03:52:13.9224361Z Downloading packaging-24.2-py3-none-any.whl (65 kB) 2025-03-14T03:52:13.9286467Z Downloading pytest-8.3.5-py3-none-any.whl (343 kB) 2025-03-14T03:52:13.9338266Z Using cached typing_extensions-4.12.2-py3-none-any.whl (37 kB) 2025-03-14T03:52:13.9376876Z Downloading aiohappyeyeballs-2.6.1-py3-none-any.whl (15 kB) 2025-03-14T03:52:13.9413544Z Using cached aiosignal-1.3.2-py2.py3-none-any.whl (7.6 kB) 2025-03-14T03:52:13.9430530Z Using cached async_timeout-5.0.1-py3-none-any.whl (6.2 kB) 2025-03-14T03:52:13.9468298Z Downloading attrs-25.3.0-py3-none-any.whl (63 kB) 2025-03-14T03:52:13.9511409Z Using cached Cython-3.0.12-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (3.6 MB) 2025-03-14T03:52:13.9575818Z Downloading exceptiongroup-1.2.2-py3-none-any.whl (16 kB) 2025-03-14T03:52:13.9727801Z Using cached frozenlist-1.5.0-cp39-cp39-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl (242 kB) 2025-03-14T03:52:13.9751335Z Using cached multidict-6.1.0-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (124 kB) 2025-03-14T03:52:13.9791463Z Downloading pluggy-1.5.0-py3-none-any.whl (20 kB) 2025-03-14T03:52:13.9851101Z Downloading ply-3.11-py2.py3-none-any.whl (49 kB) 2025-03-14T03:52:13.9890809Z Using cached propcache-0.3.0-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (208 kB) 2025-03-14T03:52:13.9953165Z Downloading six-1.17.0-py2.py3-none-any.whl (11 kB) 2025-03-14T03:52:14.0010198Z Downloading tomli-2.2.1-py3-none-any.whl (14 kB) 2025-03-14T03:52:14.0046647Z Using cached yarl-1.18.3-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (321 kB) 2025-03-14T03:52:14.0096289Z Downloading iniconfig-2.0.0-py3-none-any.whl (5.9 kB) 2025-03-14T03:52:14.0133188Z Using cached idna-3.10-py3-none-any.whl (70 kB) 2025-03-14T03:52:14.0624720Z Building wheels for collected packages: thriftpy2 2025-03-14T03:52:14.0635435Z Building wheel for thriftpy2 (pyproject.toml): started 2025-03-14T03:52:38.1374611Z Building wheel for thriftpy2 (pyproject.toml): finished with status 'done' 2025-03-14T03:52:38.1403422Z Created wheel for thriftpy2: filename=thriftpy2-0.5.2-cp39-cp39-linux_x86_64.whl size=1963476 sha256=6ac6e9b3b53f41db065d473cad8d33adccaee0d1176539990ffc6dae542d5c47 2025-03-14T03:52:38.1405320Z Stored in directory: /home/runner/.cache/pip/wheels/95/51/1d/d7303cb7c6b02c5793595b3138311bc81c4b5470ed7d306aa2 2025-03-14T03:52:38.1433647Z Successfully built thriftpy2 2025-03-14T03:52:38.2036175Z Installing collected packages: ply, typing-extensions, tomli, six, propcache, pluggy, packaging, numpy, iniconfig, idna, frozenlist, expecttest, execnet, exceptiongroup, Cython, attrs, async-timeout, aiohappyeyeballs, thriftpy2, pytest, multidict, aiosignal, yarl, pytest-xdist, pytest-rerunfailures, pytest-flakefinder, aiohttp, fbscribelogger 2025-03-14T03:52:41.5763752Z Successfully installed Cython-3.0.12 aiohappyeyeballs-2.6.1 aiohttp-3.11.13 aiosignal-1.3.2 async-timeout-5.0.1 attrs-25.3.0 exceptiongroup-1.2.2 execnet-2.1.1 expecttest-0.3.0 fbscribelogger-0.1.7 frozenlist-1.5.0 idna-3.10 iniconfig-2.0.0 multidict-6.1.0 numpy-1.24.4 packaging-24.2 pluggy-1.5.0 ply-3.11 propcache-0.3.0 pytest-8.3.5 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.12.2 yarl-1.18.3 2025-03-14T03:52:42.5635460Z Looking in indexes: https://download.pytorch.org/whl/nightly/cpu/ 2025-03-14T03:52:43.4676793Z Collecting torch 2025-03-14T03:52:43.4826566Z Downloading https://download.pytorch.org/whl/nightly/cpu/torch-2.8.0.dev20250313%2Bcpu-cp39-cp39-manylinux_2_28_x86_64.whl.metadata (27 kB) 2025-03-14T03:52:43.7434864Z Collecting filelock (from torch) 2025-03-14T03:52:43.7558361Z Downloading https://download.pytorch.org/whl/nightly/filelock-3.16.1-py3-none-any.whl (16 kB) 2025-03-14T03:52:43.7629180Z Requirement already satisfied: typing-extensions>=4.10.0 in /opt/hostedtoolcache/Python/3.9.21/x64/lib/python3.9/site-packages (from torch) (4.12.2) 2025-03-14T03:52:44.0332865Z Collecting sympy>=1.13.3 (from torch) 2025-03-14T03:52:44.0462779Z Downloading https://download.pytorch.org/whl/nightly/sympy-1.13.3-py3-none-any.whl (6.2 MB) 2025-03-14T03:52:44.1162700Z ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 6.2/6.2 MB 93.1 MB/s eta 0:00:00 2025-03-14T03:52:44.2372186Z Collecting networkx (from torch) 2025-03-14T03:52:44.2508978Z Downloading https://download.pytorch.org/whl/nightly/networkx-3.4.2-py3-none-any.whl (1.7 MB) 2025-03-14T03:52:44.2622783Z ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 1.7/1.7 MB 178.9 MB/s eta 0:00:00 2025-03-14T03:52:44.3800866Z Collecting jinja2 (from torch) 2025-03-14T03:52:44.3938334Z Downloading https://download.pytorch.org/whl/nightly/jinja2-3.1.4-py3-none-any.whl (133 kB) 2025-03-14T03:52:44.5028960Z Collecting fsspec (from torch) 2025-03-14T03:52:44.5153257Z Downloading https://download.pytorch.org/whl/nightly/fsspec-2024.10.0-py3-none-any.whl (179 kB) 2025-03-14T03:52:44.8109043Z Collecting mpmath<1.4,>=1.1.0 (from sympy>=1.13.3->torch) 2025-03-14T03:52:44.8249635Z Downloading https://download.pytorch.org/whl/nightly/mpmath-1.3.0-py3-none-any.whl (536 kB) 2025-03-14T03:52:44.8313752Z ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 536.2/536.2 kB 80.2 MB/s eta 0:00:00 2025-03-14T03:52:44.9471632Z Collecting MarkupSafe>=2.0 (from jinja2->torch) 2025-03-14T03:52:44.9613626Z 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-03-14T03:52:44.9661519Z INFO: pip is looking at multiple versions of networkx to determine which version is compatible with other requirements. This could take a while. 2025-03-14T03:52:44.9665725Z Collecting networkx (from torch) 2025-03-14T03:52:44.9798813Z Downloading https://download.pytorch.org/whl/nightly/networkx-3.3-py3-none-any.whl (1.7 MB) 2025-03-14T03:52:44.9916906Z ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 1.7/1.7 MB 164.7 MB/s eta 0:00:00 2025-03-14T03:52:45.0215410Z Downloading https://download.pytorch.org/whl/nightly/networkx-3.2.1-py3-none-any.whl (1.6 MB) 2025-03-14T03:52:45.0330342Z ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 1.6/1.6 MB 170.2 MB/s eta 0:00:00 2025-03-14T03:52:45.0612098Z Downloading https://download.pytorch.org/whl/nightly/cpu/torch-2.8.0.dev20250313%2Bcpu-cp39-cp39-manylinux_2_28_x86_64.whl (175.9 MB) 2025-03-14T03:52:45.9943331Z ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 175.9/175.9 MB 189.0 MB/s eta 0:00:00 2025-03-14T03:52:46.3965520Z Installing collected packages: mpmath, sympy, networkx, MarkupSafe, fsspec, filelock, jinja2, torch 2025-03-14T03:53:01.7902398Z Successfully installed MarkupSafe-2.1.5 filelock-3.16.1 fsspec-2024.10.0 jinja2-3.1.4 mpmath-1.3.0 networkx-3.2.1 sympy-1.13.3 torch-2.8.0.dev20250313+cpu 2025-03-14T03:53:01.8888487Z ##[group]Run # Run test_vulkan, which is a fast noop on Linux 2025-03-14T03:53:01.8888951Z # Run test_vulkan, which is a fast noop on Linux 2025-03-14T03:53:01.8889361Z python3 test/run_test.py --include test_vulkan --verbose 2025-03-14T03:53:01.8936943Z shell: /usr/bin/bash -e {0} 2025-03-14T03:53:01.8937236Z env: 2025-03-14T03:53:01.8937503Z pythonLocation: /opt/hostedtoolcache/Python/3.9.21/x64 2025-03-14T03:53:01.8938313Z PKG_CONFIG_PATH: /opt/hostedtoolcache/Python/3.9.21/x64/lib/pkgconfig 2025-03-14T03:53:01.8938734Z Python_ROOT_DIR: /opt/hostedtoolcache/Python/3.9.21/x64 2025-03-14T03:53:01.8939318Z Python2_ROOT_DIR: /opt/hostedtoolcache/Python/3.9.21/x64 2025-03-14T03:53:01.8939718Z Python3_ROOT_DIR: /opt/hostedtoolcache/Python/3.9.21/x64 2025-03-14T03:53:01.8940106Z LD_LIBRARY_PATH: /opt/hostedtoolcache/Python/3.9.21/x64/lib 2025-03-14T03:53:01.8940423Z ##[endgroup] 2025-03-14T03:53:09.1372864Z ##[warning] Failed to find test times file `/home/runner/work/pytorch/pytorch/.additional_ci_files/test-times.json`. Using round robin sharding. 2025-03-14T03:53:09.1381262Z ##[warning] Failed to find test times file `/home/runner/work/pytorch/pytorch/.additional_ci_files/test-class-times.json`. Using round robin sharding. 2025-03-14T03:53:09.1382495Z Running all tests 2025-03-14T03:53:09.1382747Z Running parallel tests on 3 processes 2025-03-14T03:53:09.1383039Z Name: tests to run (est. time: 0.0min) 2025-03-14T03:53:09.1383301Z Serial tests (0): 2025-03-14T03:53:09.1383511Z Parallel tests (1): 2025-03-14T03:53:09.1383732Z test_vulkan 1/1 2025-03-14T03:53:09.1383950Z Name: excluded (est. time: 0.0min) 2025-03-14T03:53:09.1384214Z Serial tests (0): 2025-03-14T03:53:09.1384420Z Parallel tests (0): 2025-03-14T03:53:09.3562724Z Unable to import boto3. Will not be emitting metrics.... Reason: No module named 'boto3' 2025-03-14T03:53:09.3565166Z No TD results found 2025-03-14T03:53:09.3566242Z Downloading https://ossci-metrics.s3.amazonaws.com/disabled-tests-condensed.json to /home/runner/work/pytorch/pytorch/test/.pytorch-disabled-tests.json 2025-03-14T03:53:09.3567289Z Ignoring disabled issues: [''] 2025-03-14T03:53:09.3825455Z Running test_vulkan 1/1 ... [2025-03-14 03:53:09.379894] 2025-03-14T03:53:09.3826451Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2025-03-14T03:53:09.3828565Z Executing ['/opt/hostedtoolcache/Python/3.9.21/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-03-14 03:53:09.380675] 2025-03-14T03:53:15.0855832Z 2025-03-14T03:53:15.0856810Z test_vulkan 1/1 was successful, full logs can be found in artifacts with path test/test-reports/test_vulkan_1.1_8db419164ef27520_.log 2025-03-14T03:53:15.0859193Z Running 0 items in this shard: 2025-03-14T03:53:15.0859477Z 2025-03-14T03:53:15.0867644Z Running test_vulkan 1/1 ... [2025-03-14 03:53:15.086636] 2025-03-14T03:53:15.0868525Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2025-03-14T03:53:15.0874668Z Executing ['/opt/hostedtoolcache/Python/3.9.21/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-03-14 03:53:15.087263] 2025-03-14T03:53:15.0876929Z Unable to import boto3. Will not be emitting metrics.... Reason: No module named 'boto3' 2025-03-14T03:53:18.8198187Z 2025-03-14T03:53:18.8198999Z test_vulkan 1/1 was successful, full logs can be found in artifacts with path test/test-reports/test_vulkan_1.1_75244ee82c3be9da_.log 2025-03-14T03:53:18.8201144Z Running 1 items in this shard: test/test_vulkan.py::TestVulkanRewritePass::test_conv 2025-03-14T03:53:18.8201478Z 2025-03-14T03:53:18.8212042Z Unable to import boto3. Will not be emitting metrics.... Reason: No module named 'boto3' 2025-03-14T03:53:18.8213893Z Unable to import boto3. Will not be emitting metrics.... Reason: No module named 'boto3' 2025-03-14T03:53:19.7075216Z Running test batch 'tests to run' cost 10.57 seconds 2025-03-14T03:53:20.3771354Z Post job cleanup. 2025-03-14T03:53:20.4878058Z Cache hit occurred on the primary key setup-python-Linux-24.04-Ubuntu-python-3.9.21-pip-247ca9672597156babcd90a2736c7c38d2285815c5eeba21f8770911e554c004, not saving cache. 2025-03-14T03:53:20.4985475Z Post job cleanup. 2025-03-14T03:53:20.5059730Z Post job cleanup. 2025-03-14T03:53:20.6039132Z [command]/usr/bin/git version 2025-03-14T03:53:20.6085351Z git version 2.48.1 2025-03-14T03:53:20.6133920Z Copying '/home/runner/.gitconfig' to '/home/runner/work/_temp/0ad6c76c-adae-47c2-bd88-424e30b241d9/.gitconfig' 2025-03-14T03:53:20.6145564Z Temporarily overriding HOME='/home/runner/work/_temp/0ad6c76c-adae-47c2-bd88-424e30b241d9' before making global git config changes 2025-03-14T03:53:20.6146872Z Adding repository directory to the temporary git global config as a safe directory 2025-03-14T03:53:20.6152815Z [command]/usr/bin/git config --global --add safe.directory /home/runner/work/pytorch/pytorch 2025-03-14T03:53:20.6195533Z [command]/usr/bin/git config --local --name-only --get-regexp core\.sshCommand 2025-03-14T03:53:20.6231181Z [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-03-14T03:53:20.6775979Z [command]/usr/bin/git config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader 2025-03-14T03:53:20.6802070Z http.https://github.com/.extraheader 2025-03-14T03:53:20.6817310Z [command]/usr/bin/git config --local --unset-all http.https://github.com/.extraheader 2025-03-14T03:53:20.6853384Z [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-03-14T03:53:20.7235951Z Cleaning up orphan processes