2025-03-04T19:47:09.4498296Z Current runner version: '2.322.0' 2025-03-04T19:47:09.4504290Z Runner name: 'linux.20_04.4x_bca7171c3f52' 2025-03-04T19:47:09.4505114Z Runner group name: 'Default' 2025-03-04T19:47:09.4505983Z Machine name: 'runner' 2025-03-04T19:47:09.4522479Z ##[group]Operating System 2025-03-04T19:47:09.4523256Z Ubuntu 2025-03-04T19:47:09.4523722Z 20.04.6 2025-03-04T19:47:09.4524138Z LTS 2025-03-04T19:47:09.4524658Z ##[endgroup] 2025-03-04T19:47:09.4525158Z ##[group]Runner Image 2025-03-04T19:47:09.4525746Z Image: ubuntu-20.04 2025-03-04T19:47:09.4526268Z Version: 20250223.1.0 2025-03-04T19:47:09.4527237Z Included Software: https://github.com/actions/runner-images/blob/ubuntu20/20250223.1/images/ubuntu/Ubuntu2004-Readme.md 2025-03-04T19:47:09.4528626Z Image Release: https://github.com/actions/runner-images/releases/tag/ubuntu20%2F20250223.1 2025-03-04T19:47:09.4529503Z ##[endgroup] 2025-03-04T19:47:09.4531564Z ##[group]GITHUB_TOKEN Permissions 2025-03-04T19:47:09.4533489Z Actions: read 2025-03-04T19:47:09.4534181Z Attestations: read 2025-03-04T19:47:09.4534850Z Checks: read 2025-03-04T19:47:09.4535320Z Contents: read 2025-03-04T19:47:09.4535854Z Deployments: read 2025-03-04T19:47:09.4536387Z Discussions: read 2025-03-04T19:47:09.4536872Z Issues: read 2025-03-04T19:47:09.4537387Z Metadata: read 2025-03-04T19:47:09.4537891Z Packages: read 2025-03-04T19:47:09.4538338Z Pages: read 2025-03-04T19:47:09.4538870Z PullRequests: read 2025-03-04T19:47:09.4539407Z RepositoryProjects: read 2025-03-04T19:47:09.4539973Z SecurityEvents: read 2025-03-04T19:47:09.4540525Z Statuses: read 2025-03-04T19:47:09.4540971Z ##[endgroup] 2025-03-04T19:47:09.4543803Z Secret source: Actions 2025-03-04T19:47:09.4544525Z Prepare workflow directory 2025-03-04T19:47:09.4959359Z Prepare all required actions 2025-03-04T19:47:09.4994990Z Getting action download info 2025-03-04T19:47:09.7397130Z Download action repository 'pytorch/pytorch@main' (SHA:92beda54c8707d476ea8bc193ce79a37653d2e49) 2025-03-04T19:47:13.3850313Z Download action repository 'actions/setup-python@v4' (SHA:65d7f2d534ac1bc67fcd62888c5f4f3d2cb2b236) 2025-03-04T19:47:13.6364416Z Getting action download info 2025-03-04T19:47:13.7872044Z Download action repository 'actions/checkout@v4' (SHA:11bd71901bbe5b1630ceea73d27597364c9af683) 2025-03-04T19:47:13.8717776Z Complete job name: Test `run_test.py` is usable without boto3 2025-03-04T19:47:13.9467327Z ##[group]Run pytorch/pytorch/.github/actions/checkout-pytorch@main 2025-03-04T19:47:13.9468511Z with: 2025-03-04T19:47:13.9468924Z submodules: false 2025-03-04T19:47:13.9469346Z fetch-depth: 1 2025-03-04T19:47:13.9470109Z ##[endgroup] 2025-03-04T19:47:13.9566082Z ##[group]Run echo "IN_CONTAINER_RUNNER=$(if [ -f /.inarc ] || [ -f /.incontainer ]; then echo true ; else echo false; fi)" >> "$GITHUB_OUTPUT" 2025-03-04T19:47:13.9566935Z echo "IN_CONTAINER_RUNNER=$(if [ -f /.inarc ] || [ -f /.incontainer ]; then echo true ; else echo false; fi)" >> "$GITHUB_OUTPUT" 2025-03-04T19:47:13.9625650Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2025-03-04T19:47:13.9626195Z ##[endgroup] 2025-03-04T19:47:13.9883479Z ##[group]Run retry () { 2025-03-04T19:47:13.9883791Z retry () { 2025-03-04T19:47:13.9884119Z  $* || (sleep 1 && $*) || (sleep 2 && $*) || (sleep 4 && $*) || (sleep 8 && $*) 2025-03-04T19:47:13.9884469Z } 2025-03-04T19:47:13.9884744Z echo "${GITHUB_WORKSPACE}" 2025-03-04T19:47:13.9885059Z if [ -z "${NO_SUDO}" ]; then 2025-03-04T19:47:13.9885387Z  retry sudo rm -rf "${GITHUB_WORKSPACE}" 2025-03-04T19:47:13.9885704Z else 2025-03-04T19:47:13.9885960Z  retry rm -rf "${GITHUB_WORKSPACE}" 2025-03-04T19:47:13.9886256Z fi 2025-03-04T19:47:13.9886489Z mkdir "${GITHUB_WORKSPACE}" 2025-03-04T19:47:13.9886758Z  2025-03-04T19:47:13.9887006Z # Use all available CPUs for fetching 2025-03-04T19:47:13.9887319Z cd "${GITHUB_WORKSPACE}" 2025-03-04T19:47:13.9887625Z git config --global fetch.parallel 0 2025-03-04T19:47:13.9888215Z git config --global submodule.fetchJobs 0 2025-03-04T19:47:13.9935724Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2025-03-04T19:47:13.9936133Z env: 2025-03-04T19:47:13.9936346Z NO_SUDO: 2025-03-04T19:47:13.9936560Z ##[endgroup] 2025-03-04T19:47:14.0016027Z /home/runner/work/pytorch/pytorch 2025-03-04T19:47:14.2339600Z ##[group]Run actions/checkout@v4 2025-03-04T19:47:14.2339910Z with: 2025-03-04T19:47:14.2340163Z ref: 1b7498080987913ecb3aff6253c5e88f3540d911 2025-03-04T19:47:14.2340478Z fetch-depth: 1 2025-03-04T19:47:14.2340718Z submodules: false 2025-03-04T19:47:14.2340960Z show-progress: false 2025-03-04T19:47:14.2341213Z repository: pytorch/pytorch 2025-03-04T19:47:14.2341612Z token: *** 2025-03-04T19:47:14.2341841Z ssh-strict: true 2025-03-04T19:47:14.2342070Z ssh-user: git 2025-03-04T19:47:14.2342306Z persist-credentials: true 2025-03-04T19:47:14.2342564Z clean: true 2025-03-04T19:47:14.2342800Z sparse-checkout-cone-mode: true 2025-03-04T19:47:14.2343098Z fetch-tags: false 2025-03-04T19:47:14.2343327Z lfs: false 2025-03-04T19:47:14.2343551Z set-safe-directory: true 2025-03-04T19:47:14.2343800Z ##[endgroup] 2025-03-04T19:47:14.3345456Z Syncing repository: pytorch/pytorch 2025-03-04T19:47:14.3346873Z ##[group]Getting Git version info 2025-03-04T19:47:14.3347303Z Working directory is '/home/runner/work/pytorch/pytorch' 2025-03-04T19:47:14.3347881Z [command]/usr/bin/git version 2025-03-04T19:47:14.3367028Z git version 2.48.1 2025-03-04T19:47:14.3391738Z ##[endgroup] 2025-03-04T19:47:14.3403226Z Copying '/home/runner/.gitconfig' to '/home/runner/work/_temp/fef4794c-fa4b-4c38-9a1e-e62c9b356e8c/.gitconfig' 2025-03-04T19:47:14.3413582Z Temporarily overriding HOME='/home/runner/work/_temp/fef4794c-fa4b-4c38-9a1e-e62c9b356e8c' before making global git config changes 2025-03-04T19:47:14.3414968Z Adding repository directory to the temporary git global config as a safe directory 2025-03-04T19:47:14.3419196Z [command]/usr/bin/git config --global --add safe.directory /home/runner/work/pytorch/pytorch 2025-03-04T19:47:14.3450060Z Deleting the contents of '/home/runner/work/pytorch/pytorch' 2025-03-04T19:47:14.3453754Z ##[group]Initializing the repository 2025-03-04T19:47:14.3458439Z [command]/usr/bin/git init /home/runner/work/pytorch/pytorch 2025-03-04T19:47:14.3829792Z hint: Using 'master' as the name for the initial branch. This default branch name 2025-03-04T19:47:14.3830874Z hint: is subject to change. To configure the initial branch name to use in all 2025-03-04T19:47:14.3831768Z hint: of your new repositories, which will suppress this warning, call: 2025-03-04T19:47:14.3832196Z hint: 2025-03-04T19:47:14.3832718Z hint: git config --global init.defaultBranch 2025-03-04T19:47:14.3833383Z hint: 2025-03-04T19:47:14.3834012Z hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and 2025-03-04T19:47:14.3835075Z hint: 'development'. The just-created branch can be renamed via this command: 2025-03-04T19:47:14.3836075Z hint: 2025-03-04T19:47:14.3836599Z hint: git branch -m 2025-03-04T19:47:14.3837415Z Initialized empty Git repository in /home/runner/work/pytorch/pytorch/.git/ 2025-03-04T19:47:14.3843450Z [command]/usr/bin/git remote add origin https://github.com/pytorch/pytorch 2025-03-04T19:47:14.3953120Z ##[endgroup] 2025-03-04T19:47:14.3953877Z ##[group]Disabling automatic garbage collection 2025-03-04T19:47:14.3958318Z [command]/usr/bin/git config --local gc.auto 0 2025-03-04T19:47:14.3985660Z ##[endgroup] 2025-03-04T19:47:14.3986418Z ##[group]Setting up auth 2025-03-04T19:47:14.3993179Z [command]/usr/bin/git config --local --name-only --get-regexp core\.sshCommand 2025-03-04T19:47:14.4021441Z [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-04T19:47:14.6512746Z [command]/usr/bin/git config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader 2025-03-04T19:47:14.6544562Z [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-04T19:47:14.6772129Z [command]/usr/bin/git config --local http.https://github.com/.extraheader AUTHORIZATION: basic *** 2025-03-04T19:47:14.6808026Z ##[endgroup] 2025-03-04T19:47:14.6808623Z ##[group]Fetching the repository 2025-03-04T19:47:14.6815826Z [command]/usr/bin/git -c protocol.version=2 fetch --no-tags --prune --no-recurse-submodules --depth=1 origin 1b7498080987913ecb3aff6253c5e88f3540d911 2025-03-04T19:47:17.7251793Z From https://github.com/pytorch/pytorch 2025-03-04T19:47:17.7252386Z * branch 1b7498080987913ecb3aff6253c5e88f3540d911 -> FETCH_HEAD 2025-03-04T19:47:17.7275163Z ##[endgroup] 2025-03-04T19:47:17.7276079Z ##[group]Determining the checkout info 2025-03-04T19:47:17.7277627Z ##[endgroup] 2025-03-04T19:47:17.7282873Z [command]/usr/bin/git sparse-checkout disable 2025-03-04T19:47:17.7389863Z [command]/usr/bin/git config --local --unset-all extensions.worktreeConfig 2025-03-04T19:47:17.7417341Z ##[group]Checking out the ref 2025-03-04T19:47:17.7421138Z [command]/usr/bin/git checkout --progress --force 1b7498080987913ecb3aff6253c5e88f3540d911 2025-03-04T19:47:18.7688676Z Updating files: 95% (15733/16541) 2025-03-04T19:47:18.7796425Z Updating files: 96% (15880/16541) 2025-03-04T19:47:18.8044487Z Updating files: 97% (16045/16541) 2025-03-04T19:47:18.8181034Z Updating files: 98% (16211/16541) 2025-03-04T19:47:18.8308562Z Updating files: 99% (16376/16541) 2025-03-04T19:47:18.8309168Z Updating files: 100% (16541/16541) 2025-03-04T19:47:18.8309737Z Updating files: 100% (16541/16541), done. 2025-03-04T19:47:18.8502480Z Note: switching to '1b7498080987913ecb3aff6253c5e88f3540d911'. 2025-03-04T19:47:18.8502956Z 2025-03-04T19:47:18.8503322Z You are in 'detached HEAD' state. You can look around, make experimental 2025-03-04T19:47:18.8504223Z changes and commit them, and you can discard any commits you make in this 2025-03-04T19:47:18.8505000Z state without impacting any branches by switching back to a branch. 2025-03-04T19:47:18.8505484Z 2025-03-04T19:47:18.8505796Z If you want to create a new branch to retain commits you create, you may 2025-03-04T19:47:18.8506970Z do so (now or later) by using -c with the switch command. Example: 2025-03-04T19:47:18.8507470Z 2025-03-04T19:47:18.8507666Z git switch -c 2025-03-04T19:47:18.8507966Z 2025-03-04T19:47:18.8508141Z Or undo this operation with: 2025-03-04T19:47:18.8508430Z 2025-03-04T19:47:18.8508693Z git switch - 2025-03-04T19:47:18.8508914Z 2025-03-04T19:47:18.8509278Z Turn off this advice by setting config variable advice.detachedHead to false 2025-03-04T19:47:18.8509801Z 2025-03-04T19:47:18.8510351Z HEAD is now at 1b74980 Update on "[dynamo] remove internal stack trace for fullgraph=True graph breaks" 2025-03-04T19:47:18.8635758Z ##[endgroup] 2025-03-04T19:47:18.8677815Z [command]/usr/bin/git log -1 --format=%H 2025-03-04T19:47:18.8699960Z 1b7498080987913ecb3aff6253c5e88f3540d911 2025-03-04T19:47:18.8878577Z ##[group]Run actions/setup-python@v4 2025-03-04T19:47:18.8878841Z with: 2025-03-04T19:47:18.8879020Z python-version: 3.9 2025-03-04T19:47:18.8879228Z architecture: x64 2025-03-04T19:47:18.8879413Z cache: pip 2025-03-04T19:47:18.8879590Z check-latest: false 2025-03-04T19:47:18.8879902Z token: *** 2025-03-04T19:47:18.8880096Z update-environment: true 2025-03-04T19:47:18.8880327Z allow-prereleases: false 2025-03-04T19:47:18.8880531Z ##[endgroup] 2025-03-04T19:47:19.0092914Z ##[group]Installed versions 2025-03-04T19:47:19.0955070Z Successfully set up CPython (3.9.21) 2025-03-04T19:47:19.0956312Z ##[endgroup] 2025-03-04T19:47:20.1954750Z [command]/opt/hostedtoolcache/Python/3.9.21/x64/bin/pip cache dir 2025-03-04T19:47:22.4067769Z /home/runner/.cache/pip 2025-03-04T19:47:23.7134721Z Received 171966464 of 233545718 (73.6%), 163.7 MBs/sec 2025-03-04T19:47:24.2983401Z Received 233545718 of 233545718 (100.0%), 140.3 MBs/sec 2025-03-04T19:47:24.2985898Z Cache Size: ~223 MB (233545718 B) 2025-03-04T19:47:24.3079870Z [command]/usr/bin/tar -xf /home/runner/work/_temp/078b54ee-ba01-4dff-aaf1-c1dbdd010346/cache.tzst -P -C /home/runner/work/pytorch/pytorch --use-compress-program unzstd 2025-03-04T19:47:24.8234553Z Cache restored successfully 2025-03-04T19:47:24.8740144Z Cache restored from key: setup-python-Linux-20.04-Ubuntu-python-3.9.21-pip-1482928be0036e5790a53f9fe17af04a951799d4055f9d2a606bd228ff2ff169 2025-03-04T19:47:24.8922485Z ##[group]Run python3 -m pip install --upgrade pip 2025-03-04T19:47:24.8922860Z python3 -m pip install --upgrade pip 2025-03-04T19:47:24.8923450Z 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-04T19:47:24.8924163Z pip install torch --pre --index-url https://download.pytorch.org/whl/nightly/cpu/ 2025-03-04T19:47:24.8977455Z shell: /usr/bin/bash -e {0} 2025-03-04T19:47:24.8977700Z env: 2025-03-04T19:47:24.8977951Z pythonLocation: /opt/hostedtoolcache/Python/3.9.21/x64 2025-03-04T19:47:24.8978378Z PKG_CONFIG_PATH: /opt/hostedtoolcache/Python/3.9.21/x64/lib/pkgconfig 2025-03-04T19:47:24.8978778Z Python_ROOT_DIR: /opt/hostedtoolcache/Python/3.9.21/x64 2025-03-04T19:47:24.8979125Z Python2_ROOT_DIR: /opt/hostedtoolcache/Python/3.9.21/x64 2025-03-04T19:47:24.8979469Z Python3_ROOT_DIR: /opt/hostedtoolcache/Python/3.9.21/x64 2025-03-04T19:47:24.8979838Z LD_LIBRARY_PATH: /opt/hostedtoolcache/Python/3.9.21/x64/lib 2025-03-04T19:47:24.8980140Z ##[endgroup] 2025-03-04T19:47:26.3318391Z Requirement already satisfied: pip in /opt/hostedtoolcache/Python/3.9.21/x64/lib/python3.9/site-packages (25.0.1) 2025-03-04T19:47:27.3514000Z Collecting pytest-rerunfailures==11.1.* 2025-03-04T19:47:27.3532640Z Using cached pytest_rerunfailures-11.1.2-py3-none-any.whl.metadata (16 kB) 2025-03-04T19:47:27.3658237Z Collecting pytest-flakefinder==1.1.* 2025-03-04T19:47:27.3675046Z Using cached pytest_flakefinder-1.1.0-py2.py3-none-any.whl.metadata (3.3 kB) 2025-03-04T19:47:27.3872244Z Collecting pytest-xdist==3.3.* 2025-03-04T19:47:27.3889398Z Using cached pytest_xdist-3.3.1-py3-none-any.whl.metadata (3.1 kB) 2025-03-04T19:47:27.4005448Z Collecting expecttest==0.3.* 2025-03-04T19:47:27.4022288Z Using cached expecttest-0.3.0-py3-none-any.whl.metadata (3.8 kB) 2025-03-04T19:47:27.4323902Z Collecting fbscribelogger==0.1.* 2025-03-04T19:47:27.4340617Z Using cached fbscribelogger-0.1.7-py3-none-any.whl.metadata (684 bytes) 2025-03-04T19:47:27.6108861Z Collecting numpy==1.24.* 2025-03-04T19:47:27.6129446Z Using cached numpy-1.24.4-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (5.6 kB) 2025-03-04T19:47:27.6293755Z Collecting packaging>=17.1 (from pytest-rerunfailures==11.1.*) 2025-03-04T19:47:27.6310727Z Using cached packaging-24.2-py3-none-any.whl.metadata (3.2 kB) 2025-03-04T19:47:27.6680277Z Collecting pytest>=5.3 (from pytest-rerunfailures==11.1.*) 2025-03-04T19:47:27.7306462Z Downloading pytest-8.3.5-py3-none-any.whl.metadata (7.6 kB) 2025-03-04T19:47:27.7689943Z Collecting execnet>=1.1 (from pytest-xdist==3.3.*) 2025-03-04T19:47:27.7706857Z Using cached execnet-2.1.1-py3-none-any.whl.metadata (2.9 kB) 2025-03-04T19:47:28.1599937Z Collecting aiohttp<4.0.0,>=3.10.4 (from fbscribelogger==0.1.*) 2025-03-04T19:47:28.1805046Z Downloading aiohttp-3.11.13-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (7.7 kB) 2025-03-04T19:47:28.2002890Z Collecting thriftpy2<0.6.0,>=0.5.2 (from fbscribelogger==0.1.*) 2025-03-04T19:47:28.2005101Z Using cached thriftpy2-0.5.2-cp39-cp39-linux_x86_64.whl 2025-03-04T19:47:28.2187378Z Collecting typing-extensions<5.0.0,>=4.12.2 (from fbscribelogger==0.1.*) 2025-03-04T19:47:28.2204973Z Using cached typing_extensions-4.12.2-py3-none-any.whl.metadata (3.0 kB) 2025-03-04T19:47:28.2378754Z Collecting aiohappyeyeballs>=2.3.0 (from aiohttp<4.0.0,>=3.10.4->fbscribelogger==0.1.*) 2025-03-04T19:47:28.2579650Z Downloading aiohappyeyeballs-2.4.8-py3-none-any.whl.metadata (5.9 kB) 2025-03-04T19:47:28.2686698Z Collecting aiosignal>=1.1.2 (from aiohttp<4.0.0,>=3.10.4->fbscribelogger==0.1.*) 2025-03-04T19:47:28.2703844Z Using cached aiosignal-1.3.2-py2.py3-none-any.whl.metadata (3.8 kB) 2025-03-04T19:47:28.2817353Z Collecting async-timeout<6.0,>=4.0 (from aiohttp<4.0.0,>=3.10.4->fbscribelogger==0.1.*) 2025-03-04T19:47:28.2834379Z Using cached async_timeout-5.0.1-py3-none-any.whl.metadata (5.1 kB) 2025-03-04T19:47:28.2978744Z Collecting attrs>=17.3.0 (from aiohttp<4.0.0,>=3.10.4->fbscribelogger==0.1.*) 2025-03-04T19:47:28.3177243Z Downloading attrs-25.1.0-py3-none-any.whl.metadata (10 kB) 2025-03-04T19:47:28.3761949Z Collecting frozenlist>=1.1.1 (from aiohttp<4.0.0,>=3.10.4->fbscribelogger==0.1.*) 2025-03-04T19:47:28.3780272Z 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-04T19:47:28.5111616Z Collecting multidict<7.0,>=4.5 (from aiohttp<4.0.0,>=3.10.4->fbscribelogger==0.1.*) 2025-03-04T19:47:28.5131185Z Using cached multidict-6.1.0-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (5.0 kB) 2025-03-04T19:47:28.5461469Z Collecting propcache>=0.2.0 (from aiohttp<4.0.0,>=3.10.4->fbscribelogger==0.1.*) 2025-03-04T19:47:28.5663179Z Downloading propcache-0.3.0-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (10 kB) 2025-03-04T19:47:28.7967310Z Collecting yarl<2.0,>=1.17.0 (from aiohttp<4.0.0,>=3.10.4->fbscribelogger==0.1.*) 2025-03-04T19:47:28.7987053Z Using cached yarl-1.18.3-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (69 kB) 2025-03-04T19:47:28.8174143Z Collecting exceptiongroup>=1.0.0rc8 (from pytest>=5.3->pytest-rerunfailures==11.1.*) 2025-03-04T19:47:28.8191997Z Using cached exceptiongroup-1.2.2-py3-none-any.whl.metadata (6.6 kB) 2025-03-04T19:47:28.8275870Z Collecting iniconfig (from pytest>=5.3->pytest-rerunfailures==11.1.*) 2025-03-04T19:47:28.8293012Z Using cached iniconfig-2.0.0-py3-none-any.whl.metadata (2.6 kB) 2025-03-04T19:47:28.8409525Z Collecting pluggy<2,>=1.5 (from pytest>=5.3->pytest-rerunfailures==11.1.*) 2025-03-04T19:47:28.8426741Z Using cached pluggy-1.5.0-py3-none-any.whl.metadata (4.8 kB) 2025-03-04T19:47:28.8570341Z Collecting tomli>=1 (from pytest>=5.3->pytest-rerunfailures==11.1.*) 2025-03-04T19:47:28.8587828Z Using cached tomli-2.2.1-py3-none-any.whl.metadata (10 kB) 2025-03-04T19:47:29.0485141Z Collecting Cython>=3.0.10 (from thriftpy2<0.6.0,>=0.5.2->fbscribelogger==0.1.*) 2025-03-04T19:47:29.0687821Z Downloading Cython-3.0.12-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (3.3 kB) 2025-03-04T19:47:29.0792262Z Collecting ply<4.0,>=3.4 (from thriftpy2<0.6.0,>=0.5.2->fbscribelogger==0.1.*) 2025-03-04T19:47:29.0809305Z Using cached ply-3.11-py2.py3-none-any.whl.metadata (844 bytes) 2025-03-04T19:47:29.0930000Z Collecting six~=1.15 (from thriftpy2<0.6.0,>=0.5.2->fbscribelogger==0.1.*) 2025-03-04T19:47:29.0946909Z Using cached six-1.17.0-py2.py3-none-any.whl.metadata (1.7 kB) 2025-03-04T19:47:29.1253788Z Collecting idna>=2.0 (from yarl<2.0,>=1.17.0->aiohttp<4.0.0,>=3.10.4->fbscribelogger==0.1.*) 2025-03-04T19:47:29.1271235Z Using cached idna-3.10-py3-none-any.whl.metadata (10 kB) 2025-03-04T19:47:29.1393972Z Using cached pytest_rerunfailures-11.1.2-py3-none-any.whl (12 kB) 2025-03-04T19:47:29.1411351Z Using cached pytest_flakefinder-1.1.0-py2.py3-none-any.whl (4.6 kB) 2025-03-04T19:47:29.1427925Z Using cached pytest_xdist-3.3.1-py3-none-any.whl (41 kB) 2025-03-04T19:47:29.1445443Z Using cached expecttest-0.3.0-py3-none-any.whl (8.2 kB) 2025-03-04T19:47:29.1462078Z Using cached fbscribelogger-0.1.7-py3-none-any.whl (6.9 kB) 2025-03-04T19:47:29.1479211Z Using cached numpy-1.24.4-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (17.3 MB) 2025-03-04T19:47:29.1867270Z Downloading aiohttp-3.11.13-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (1.6 MB) 2025-03-04T19:47:29.2870000Z ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 1.6/1.6 MB 25.6 MB/s eta 0:00:00 2025-03-04T19:47:29.2888243Z Using cached execnet-2.1.1-py3-none-any.whl (40 kB) 2025-03-04T19:47:29.2905398Z Using cached packaging-24.2-py3-none-any.whl (65 kB) 2025-03-04T19:47:29.3109415Z Downloading pytest-8.3.5-py3-none-any.whl (343 kB) 2025-03-04T19:47:29.3196435Z Using cached typing_extensions-4.12.2-py3-none-any.whl (37 kB) 2025-03-04T19:47:29.3396177Z Downloading aiohappyeyeballs-2.4.8-py3-none-any.whl (15 kB) 2025-03-04T19:47:29.3432894Z Using cached aiosignal-1.3.2-py2.py3-none-any.whl (7.6 kB) 2025-03-04T19:47:29.3449878Z Using cached async_timeout-5.0.1-py3-none-any.whl (6.2 kB) 2025-03-04T19:47:29.3649726Z Downloading attrs-25.1.0-py3-none-any.whl (63 kB) 2025-03-04T19:47:29.3883177Z Downloading Cython-3.0.12-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (3.6 MB) 2025-03-04T19:47:29.4259825Z ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 3.6/3.6 MB 97.7 MB/s eta 0:00:00 2025-03-04T19:47:29.4276804Z Using cached exceptiongroup-1.2.2-py3-none-any.whl (16 kB) 2025-03-04T19:47:29.4293940Z 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-04T19:47:29.4312682Z Using cached multidict-6.1.0-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (124 kB) 2025-03-04T19:47:29.4330117Z Using cached pluggy-1.5.0-py3-none-any.whl (20 kB) 2025-03-04T19:47:29.4347047Z Using cached ply-3.11-py2.py3-none-any.whl (49 kB) 2025-03-04T19:47:29.4550367Z Downloading propcache-0.3.0-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (208 kB) 2025-03-04T19:47:29.4595886Z Using cached six-1.17.0-py2.py3-none-any.whl (11 kB) 2025-03-04T19:47:29.4612371Z Using cached tomli-2.2.1-py3-none-any.whl (14 kB) 2025-03-04T19:47:29.4628909Z Using cached yarl-1.18.3-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (321 kB) 2025-03-04T19:47:29.4648827Z Using cached iniconfig-2.0.0-py3-none-any.whl (5.9 kB) 2025-03-04T19:47:29.4665182Z Using cached idna-3.10-py3-none-any.whl (70 kB) 2025-03-04T19:47:29.5648369Z 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-04T19:47:32.9417864Z Successfully installed Cython-3.0.12 aiohappyeyeballs-2.4.8 aiohttp-3.11.13 aiosignal-1.3.2 async-timeout-5.0.1 attrs-25.1.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-04T19:47:33.8561932Z Looking in indexes: https://download.pytorch.org/whl/nightly/cpu/ 2025-03-04T19:47:34.4170561Z Collecting torch 2025-03-04T19:47:34.4232381Z Downloading https://download.pytorch.org/whl/nightly/cpu/torch-2.7.0.dev20250304%2Bcpu-cp39-cp39-manylinux_2_28_x86_64.whl.metadata (27 kB) 2025-03-04T19:47:34.5101450Z Collecting filelock (from torch) 2025-03-04T19:47:34.5171869Z Using cached https://download.pytorch.org/whl/nightly/filelock-3.16.1-py3-none-any.whl (16 kB) 2025-03-04T19:47:34.5221892Z 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-04T19:47:34.6079736Z Collecting sympy==1.13.3 (from torch) 2025-03-04T19:47:34.6158478Z Downloading https://download.pytorch.org/whl/nightly/sympy-1.13.3-py3-none-any.whl (6.2 MB) 2025-03-04T19:47:34.6545125Z ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 6.2/6.2 MB 171.3 MB/s eta 0:00:00 2025-03-04T19:47:34.7580195Z Collecting networkx (from torch) 2025-03-04T19:47:34.7658036Z Using cached https://download.pytorch.org/whl/nightly/networkx-3.4.2-py3-none-any.whl (1.7 MB) 2025-03-04T19:47:34.8626958Z Collecting jinja2 (from torch) 2025-03-04T19:47:34.8701478Z Using cached https://download.pytorch.org/whl/nightly/jinja2-3.1.4-py3-none-any.whl (133 kB) 2025-03-04T19:47:34.9143857Z Collecting fsspec (from torch) 2025-03-04T19:47:34.9218415Z Using cached https://download.pytorch.org/whl/nightly/fsspec-2024.10.0-py3-none-any.whl (179 kB) 2025-03-04T19:47:35.0456748Z Collecting mpmath<1.4,>=1.1.0 (from sympy==1.13.3->torch) 2025-03-04T19:47:35.0542217Z Using cached https://download.pytorch.org/whl/nightly/mpmath-1.3.0-py3-none-any.whl (536 kB) 2025-03-04T19:47:35.1488121Z Collecting MarkupSafe>=2.0 (from jinja2->torch) 2025-03-04T19:47:35.1569260Z Using cached 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-04T19:47:35.1594236Z 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-04T19:47:35.1598648Z Collecting networkx (from torch) 2025-03-04T19:47:35.1667067Z Using cached https://download.pytorch.org/whl/nightly/networkx-3.3-py3-none-any.whl (1.7 MB) 2025-03-04T19:47:35.1877510Z Using cached https://download.pytorch.org/whl/nightly/networkx-3.2.1-py3-none-any.whl (1.6 MB) 2025-03-04T19:47:35.2081619Z Downloading https://download.pytorch.org/whl/nightly/cpu/torch-2.7.0.dev20250304%2Bcpu-cp39-cp39-manylinux_2_28_x86_64.whl (175.6 MB) 2025-03-04T19:47:36.2191504Z ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 175.6/175.6 MB 174.1 MB/s eta 0:00:00 2025-03-04T19:47:36.6179402Z Installing collected packages: mpmath, sympy, networkx, MarkupSafe, fsspec, filelock, jinja2, torch 2025-03-04T19:47:52.3209569Z 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.7.0.dev20250304+cpu 2025-03-04T19:47:52.4183797Z ##[group]Run # Run test_vulkan, which is a fast noop on Linux 2025-03-04T19:47:52.4184237Z # Run test_vulkan, which is a fast noop on Linux 2025-03-04T19:47:52.4184620Z python3 test/run_test.py --include test_vulkan --verbose 2025-03-04T19:47:52.4235346Z shell: /usr/bin/bash -e {0} 2025-03-04T19:47:52.4235804Z env: 2025-03-04T19:47:52.4236159Z pythonLocation: /opt/hostedtoolcache/Python/3.9.21/x64 2025-03-04T19:47:52.4236825Z PKG_CONFIG_PATH: /opt/hostedtoolcache/Python/3.9.21/x64/lib/pkgconfig 2025-03-04T19:47:52.4237373Z Python_ROOT_DIR: /opt/hostedtoolcache/Python/3.9.21/x64 2025-03-04T19:47:52.4237724Z Python2_ROOT_DIR: /opt/hostedtoolcache/Python/3.9.21/x64 2025-03-04T19:47:52.4238069Z Python3_ROOT_DIR: /opt/hostedtoolcache/Python/3.9.21/x64 2025-03-04T19:47:52.4238414Z LD_LIBRARY_PATH: /opt/hostedtoolcache/Python/3.9.21/x64/lib 2025-03-04T19:47:52.4238708Z ##[endgroup] 2025-03-04T19:47:58.1871645Z ##[warning] Failed to find test times file `/home/runner/work/pytorch/pytorch/.additional_ci_files/test-times.json`. Using round robin sharding. 2025-03-04T19:47:58.1879759Z ##[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-04T19:47:58.1880838Z Running all tests 2025-03-04T19:47:58.1881077Z Running parallel tests on 3 processes 2025-03-04T19:47:58.1881366Z Name: tests to run (est. time: 0.0min) 2025-03-04T19:47:58.1881623Z Serial tests (0): 2025-03-04T19:47:58.1881822Z Parallel tests (1): 2025-03-04T19:47:58.1882025Z test_vulkan 1/1 2025-03-04T19:47:58.1882234Z Name: excluded (est. time: 0.0min) 2025-03-04T19:47:58.1882471Z Serial tests (0): 2025-03-04T19:47:58.1882669Z Parallel tests (0): 2025-03-04T19:47:58.2795437Z Unable to import boto3. Will not be emitting metrics.... Reason: No module named 'boto3' 2025-03-04T19:47:58.2796419Z No TD results found 2025-03-04T19:47:58.2797615Z Downloading https://ossci-metrics.s3.amazonaws.com/disabled-tests-condensed.json to /home/runner/work/pytorch/pytorch/test/.pytorch-disabled-tests.json 2025-03-04T19:47:58.2799327Z Ignoring disabled issues: [''] 2025-03-04T19:47:58.3036882Z Running test_vulkan 1/1 ... [2025-03-04 19:47:58.303459] 2025-03-04T19:47:58.3038032Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2025-03-04T19:47:58.3045637Z 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-04 19:47:58.304368] 2025-03-04T19:48:03.7915184Z 2025-03-04T19:48:03.7916431Z test_vulkan 1/1 was successful, full logs can be found in artifacts with path test/test-reports/test_vulkan_1.1_a4ca099b03d2a855_.log 2025-03-04T19:48:03.7918052Z Running 0 items in this shard: 2025-03-04T19:48:03.7918328Z 2025-03-04T19:48:03.7926246Z Running test_vulkan 1/1 ... [2025-03-04 19:48:03.792510] 2025-03-04T19:48:03.7926854Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2025-03-04T19:48:03.7932979Z 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-04 19:48:03.793104] 2025-03-04T19:48:03.7934867Z Unable to import boto3. Will not be emitting metrics.... Reason: No module named 'boto3' 2025-03-04T19:48:07.2505512Z 2025-03-04T19:48:07.2506480Z test_vulkan 1/1 was successful, full logs can be found in artifacts with path test/test-reports/test_vulkan_1.1_ebf2b98764ea2a96_.log 2025-03-04T19:48:07.2508614Z Running 1 items in this shard: test/test_vulkan.py::TestVulkanRewritePass::test_conv 2025-03-04T19:48:07.2509111Z 2025-03-04T19:48:07.2559012Z Unable to import boto3. Will not be emitting metrics.... Reason: No module named 'boto3' 2025-03-04T19:48:07.2560458Z Unable to import boto3. Will not be emitting metrics.... Reason: No module named 'boto3' 2025-03-04T19:48:08.0554029Z Running test batch 'tests to run' cost 9.87 seconds 2025-03-04T19:48:08.6527934Z Post job cleanup. 2025-03-04T19:48:08.7601115Z Cache hit occurred on the primary key setup-python-Linux-20.04-Ubuntu-python-3.9.21-pip-1482928be0036e5790a53f9fe17af04a951799d4055f9d2a606bd228ff2ff169, not saving cache. 2025-03-04T19:48:08.7701000Z Post job cleanup. 2025-03-04T19:48:08.7765530Z Post job cleanup. 2025-03-04T19:48:08.8683686Z [command]/usr/bin/git version 2025-03-04T19:48:08.8721643Z git version 2.48.1 2025-03-04T19:48:08.8758867Z Copying '/home/runner/.gitconfig' to '/home/runner/work/_temp/9c943be8-e106-4e41-9de5-e2df731f7378/.gitconfig' 2025-03-04T19:48:08.8775469Z Temporarily overriding HOME='/home/runner/work/_temp/9c943be8-e106-4e41-9de5-e2df731f7378' before making global git config changes 2025-03-04T19:48:08.8776755Z Adding repository directory to the temporary git global config as a safe directory 2025-03-04T19:48:08.8781594Z [command]/usr/bin/git config --global --add safe.directory /home/runner/work/pytorch/pytorch 2025-03-04T19:48:08.8814908Z [command]/usr/bin/git config --local --name-only --get-regexp core\.sshCommand 2025-03-04T19:48:08.8849751Z [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-04T19:48:08.9125871Z [command]/usr/bin/git config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader 2025-03-04T19:48:08.9146799Z http.https://github.com/.extraheader 2025-03-04T19:48:08.9160038Z [command]/usr/bin/git config --local --unset-all http.https://github.com/.extraheader 2025-03-04T19:48:08.9190899Z [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-04T19:48:08.9544010Z Cleaning up orphan processes