2025-03-04T19:47:09.0453794Z Current runner version: '2.322.0' 2025-03-04T19:47:09.0459841Z Runner name: 'linux.20_04.4x_b05337656a66' 2025-03-04T19:47:09.0460603Z Runner group name: 'Default' 2025-03-04T19:47:09.0461519Z Machine name: 'runner' 2025-03-04T19:47:09.0478107Z ##[group]Operating System 2025-03-04T19:47:09.0478866Z Ubuntu 2025-03-04T19:47:09.0479336Z 20.04.6 2025-03-04T19:47:09.0479772Z LTS 2025-03-04T19:47:09.0480284Z ##[endgroup] 2025-03-04T19:47:09.0480796Z ##[group]Runner Image 2025-03-04T19:47:09.0481343Z Image: ubuntu-20.04 2025-03-04T19:47:09.0481915Z Version: 20250223.1.0 2025-03-04T19:47:09.0482891Z Included Software: https://github.com/actions/runner-images/blob/ubuntu20/20250223.1/images/ubuntu/Ubuntu2004-Readme.md 2025-03-04T19:47:09.0484269Z Image Release: https://github.com/actions/runner-images/releases/tag/ubuntu20%2F20250223.1 2025-03-04T19:47:09.0485198Z ##[endgroup] 2025-03-04T19:47:09.0487341Z ##[group]GITHUB_TOKEN Permissions 2025-03-04T19:47:09.0489188Z Actions: read 2025-03-04T19:47:09.0489898Z Attestations: read 2025-03-04T19:47:09.0490578Z Checks: read 2025-03-04T19:47:09.0491050Z Contents: read 2025-03-04T19:47:09.0491575Z Deployments: read 2025-03-04T19:47:09.0492099Z Discussions: read 2025-03-04T19:47:09.0492609Z Issues: read 2025-03-04T19:47:09.0493146Z Metadata: read 2025-03-04T19:47:09.0493660Z Packages: read 2025-03-04T19:47:09.0494131Z Pages: read 2025-03-04T19:47:09.0494653Z PullRequests: read 2025-03-04T19:47:09.0495200Z RepositoryProjects: read 2025-03-04T19:47:09.0495748Z SecurityEvents: read 2025-03-04T19:47:09.0496315Z Statuses: read 2025-03-04T19:47:09.0496801Z ##[endgroup] 2025-03-04T19:47:09.0499677Z Secret source: Actions 2025-03-04T19:47:09.0500486Z Prepare workflow directory 2025-03-04T19:47:09.0889979Z Prepare all required actions 2025-03-04T19:47:09.0925062Z Getting action download info 2025-03-04T19:47:09.2652455Z Download action repository 'pytorch/pytorch@main' (SHA:92beda54c8707d476ea8bc193ce79a37653d2e49) 2025-03-04T19:47:12.6752740Z Download action repository 'actions/setup-python@v4' (SHA:65d7f2d534ac1bc67fcd62888c5f4f3d2cb2b236) 2025-03-04T19:47:12.7970864Z Getting action download info 2025-03-04T19:47:12.9370505Z Download action repository 'actions/checkout@v4' (SHA:11bd71901bbe5b1630ceea73d27597364c9af683) 2025-03-04T19:47:13.0026544Z Complete job name: Test collect_env (with_torch) 2025-03-04T19:47:13.0780687Z ##[group]Run pytorch/pytorch/.github/actions/checkout-pytorch@main 2025-03-04T19:47:13.0781478Z with: 2025-03-04T19:47:13.0781722Z submodules: false 2025-03-04T19:47:13.0781966Z fetch-depth: 1 2025-03-04T19:47:13.0782371Z ##[endgroup] 2025-03-04T19:47:13.0880907Z ##[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.0881827Z echo "IN_CONTAINER_RUNNER=$(if [ -f /.inarc ] || [ -f /.incontainer ]; then echo true ; else echo false; fi)" >> "$GITHUB_OUTPUT" 2025-03-04T19:47:13.0939481Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2025-03-04T19:47:13.0939977Z ##[endgroup] 2025-03-04T19:47:13.1198476Z ##[group]Run retry () { 2025-03-04T19:47:13.1198815Z retry () { 2025-03-04T19:47:13.1199142Z  $* || (sleep 1 && $*) || (sleep 2 && $*) || (sleep 4 && $*) || (sleep 8 && $*) 2025-03-04T19:47:13.1199493Z } 2025-03-04T19:47:13.1199876Z echo "${GITHUB_WORKSPACE}" 2025-03-04T19:47:13.1200234Z if [ -z "${NO_SUDO}" ]; then 2025-03-04T19:47:13.1200557Z  retry sudo rm -rf "${GITHUB_WORKSPACE}" 2025-03-04T19:47:13.1200877Z else 2025-03-04T19:47:13.1201128Z  retry rm -rf "${GITHUB_WORKSPACE}" 2025-03-04T19:47:13.1201437Z fi 2025-03-04T19:47:13.1201690Z mkdir "${GITHUB_WORKSPACE}" 2025-03-04T19:47:13.1201971Z  2025-03-04T19:47:13.1202218Z # Use all available CPUs for fetching 2025-03-04T19:47:13.1202535Z cd "${GITHUB_WORKSPACE}" 2025-03-04T19:47:13.1202849Z git config --global fetch.parallel 0 2025-03-04T19:47:13.1203482Z git config --global submodule.fetchJobs 0 2025-03-04T19:47:13.1251352Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2025-03-04T19:47:13.1251830Z env: 2025-03-04T19:47:13.1252054Z NO_SUDO: 2025-03-04T19:47:13.1252364Z ##[endgroup] 2025-03-04T19:47:13.1334809Z /home/runner/work/pytorch/pytorch 2025-03-04T19:47:13.1555953Z ##[group]Run actions/checkout@v4 2025-03-04T19:47:13.1556296Z with: 2025-03-04T19:47:13.1556646Z ref: 1b7498080987913ecb3aff6253c5e88f3540d911 2025-03-04T19:47:13.1556980Z fetch-depth: 1 2025-03-04T19:47:13.1557226Z submodules: false 2025-03-04T19:47:13.1557564Z show-progress: false 2025-03-04T19:47:13.1557833Z repository: pytorch/pytorch 2025-03-04T19:47:13.1558353Z token: *** 2025-03-04T19:47:13.1558601Z ssh-strict: true 2025-03-04T19:47:13.1559025Z ssh-user: git 2025-03-04T19:47:13.1559444Z persist-credentials: true 2025-03-04T19:47:13.1559928Z clean: true 2025-03-04T19:47:13.1560361Z sparse-checkout-cone-mode: true 2025-03-04T19:47:13.1560872Z fetch-tags: false 2025-03-04T19:47:13.1561172Z lfs: false 2025-03-04T19:47:13.1561400Z set-safe-directory: true 2025-03-04T19:47:13.1561661Z ##[endgroup] 2025-03-04T19:47:13.2586221Z Syncing repository: pytorch/pytorch 2025-03-04T19:47:13.2588035Z ##[group]Getting Git version info 2025-03-04T19:47:13.2588557Z Working directory is '/home/runner/work/pytorch/pytorch' 2025-03-04T19:47:13.2589699Z [command]/usr/bin/git version 2025-03-04T19:47:13.2602167Z git version 2.48.1 2025-03-04T19:47:13.2627423Z ##[endgroup] 2025-03-04T19:47:13.2637565Z Copying '/home/runner/.gitconfig' to '/home/runner/work/_temp/459c3f12-263f-45d7-92cb-008691795986/.gitconfig' 2025-03-04T19:47:13.2648009Z Temporarily overriding HOME='/home/runner/work/_temp/459c3f12-263f-45d7-92cb-008691795986' before making global git config changes 2025-03-04T19:47:13.2648989Z Adding repository directory to the temporary git global config as a safe directory 2025-03-04T19:47:13.2653870Z [command]/usr/bin/git config --global --add safe.directory /home/runner/work/pytorch/pytorch 2025-03-04T19:47:13.2686349Z Deleting the contents of '/home/runner/work/pytorch/pytorch' 2025-03-04T19:47:13.2689997Z ##[group]Initializing the repository 2025-03-04T19:47:13.2694540Z [command]/usr/bin/git init /home/runner/work/pytorch/pytorch 2025-03-04T19:47:13.2744772Z hint: Using 'master' as the name for the initial branch. This default branch name 2025-03-04T19:47:13.2745863Z hint: is subject to change. To configure the initial branch name to use in all 2025-03-04T19:47:13.2746846Z hint: of your new repositories, which will suppress this warning, call: 2025-03-04T19:47:13.2747382Z hint: 2025-03-04T19:47:13.2747736Z hint: git config --global init.defaultBranch 2025-03-04T19:47:13.2748114Z hint: 2025-03-04T19:47:13.2748474Z hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and 2025-03-04T19:47:13.2749288Z hint: 'development'. The just-created branch can be renamed via this command: 2025-03-04T19:47:13.2749744Z hint: 2025-03-04T19:47:13.2750029Z hint: git branch -m 2025-03-04T19:47:13.2750510Z Initialized empty Git repository in /home/runner/work/pytorch/pytorch/.git/ 2025-03-04T19:47:13.2756528Z [command]/usr/bin/git remote add origin https://github.com/pytorch/pytorch 2025-03-04T19:47:13.2785055Z ##[endgroup] 2025-03-04T19:47:13.2785590Z ##[group]Disabling automatic garbage collection 2025-03-04T19:47:13.2789464Z [command]/usr/bin/git config --local gc.auto 0 2025-03-04T19:47:13.2815481Z ##[endgroup] 2025-03-04T19:47:13.2815955Z ##[group]Setting up auth 2025-03-04T19:47:13.2822028Z [command]/usr/bin/git config --local --name-only --get-regexp core\.sshCommand 2025-03-04T19:47:13.2850113Z [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:13.3105686Z [command]/usr/bin/git config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader 2025-03-04T19:47:13.3135472Z [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:13.3352614Z [command]/usr/bin/git config --local http.https://github.com/.extraheader AUTHORIZATION: basic *** 2025-03-04T19:47:13.3399181Z ##[endgroup] 2025-03-04T19:47:13.3399912Z ##[group]Fetching the repository 2025-03-04T19:47:13.3407780Z [command]/usr/bin/git -c protocol.version=2 fetch --no-tags --prune --no-recurse-submodules --depth=1 origin 1b7498080987913ecb3aff6253c5e88f3540d911 2025-03-04T19:47:16.0109599Z From https://github.com/pytorch/pytorch 2025-03-04T19:47:16.0110496Z * branch 1b7498080987913ecb3aff6253c5e88f3540d911 -> FETCH_HEAD 2025-03-04T19:47:16.0136145Z ##[endgroup] 2025-03-04T19:47:16.0136920Z ##[group]Determining the checkout info 2025-03-04T19:47:16.0141037Z ##[endgroup] 2025-03-04T19:47:16.0144551Z [command]/usr/bin/git sparse-checkout disable 2025-03-04T19:47:16.0183103Z [command]/usr/bin/git config --local --unset-all extensions.worktreeConfig 2025-03-04T19:47:16.0210682Z ##[group]Checking out the ref 2025-03-04T19:47:16.0216043Z [command]/usr/bin/git checkout --progress --force 1b7498080987913ecb3aff6253c5e88f3540d911 2025-03-04T19:47:17.0372107Z Updating files: 94% (15709/16541) 2025-03-04T19:47:17.0513965Z Updating files: 95% (15714/16541) 2025-03-04T19:47:17.0622408Z Updating files: 96% (15880/16541) 2025-03-04T19:47:17.0869782Z Updating files: 97% (16045/16541) 2025-03-04T19:47:17.0997553Z Updating files: 98% (16211/16541) 2025-03-04T19:47:17.1125296Z Updating files: 99% (16376/16541) 2025-03-04T19:47:17.1126328Z Updating files: 100% (16541/16541) 2025-03-04T19:47:17.1127106Z Updating files: 100% (16541/16541), done. 2025-03-04T19:47:17.1299809Z Note: switching to '1b7498080987913ecb3aff6253c5e88f3540d911'. 2025-03-04T19:47:17.1300324Z 2025-03-04T19:47:17.1300665Z You are in 'detached HEAD' state. You can look around, make experimental 2025-03-04T19:47:17.1301499Z changes and commit them, and you can discard any commits you make in this 2025-03-04T19:47:17.1302273Z state without impacting any branches by switching back to a branch. 2025-03-04T19:47:17.1302734Z 2025-03-04T19:47:17.1303377Z If you want to create a new branch to retain commits you create, you may 2025-03-04T19:47:17.1304112Z do so (now or later) by using -c with the switch command. Example: 2025-03-04T19:47:17.1304517Z 2025-03-04T19:47:17.1304689Z git switch -c 2025-03-04T19:47:17.1304992Z 2025-03-04T19:47:17.1305164Z Or undo this operation with: 2025-03-04T19:47:17.1305468Z 2025-03-04T19:47:17.1305617Z git switch - 2025-03-04T19:47:17.1305811Z 2025-03-04T19:47:17.1306159Z Turn off this advice by setting config variable advice.detachedHead to false 2025-03-04T19:47:17.1306707Z 2025-03-04T19:47:17.1307123Z HEAD is now at 1b74980 Update on "[dynamo] remove internal stack trace for fullgraph=True graph breaks" 2025-03-04T19:47:17.1341144Z ##[endgroup] 2025-03-04T19:47:17.1388280Z [command]/usr/bin/git log -1 --format=%H 2025-03-04T19:47:17.1412445Z 1b7498080987913ecb3aff6253c5e88f3540d911 2025-03-04T19:47:17.1594947Z ##[group]Run actions/setup-python@v4 2025-03-04T19:47:17.1595257Z with: 2025-03-04T19:47:17.1595452Z python-version: 3.9 2025-03-04T19:47:17.1595673Z architecture: x64 2025-03-04T19:47:17.1595877Z check-latest: false 2025-03-04T19:47:17.1596070Z cache: pip 2025-03-04T19:47:17.1596294Z cache-dependency-path: **/requirements.txt 2025-03-04T19:47:17.1596704Z token: *** 2025-03-04T19:47:17.1596910Z update-environment: true 2025-03-04T19:47:17.1597148Z allow-prereleases: false 2025-03-04T19:47:17.1620479Z ##[endgroup] 2025-03-04T19:47:17.2894954Z ##[group]Installed versions 2025-03-04T19:47:17.2993974Z Successfully set up CPython (3.9.21) 2025-03-04T19:47:17.2995267Z ##[endgroup] 2025-03-04T19:47:18.4094887Z [command]/opt/hostedtoolcache/Python/3.9.21/x64/bin/pip cache dir 2025-03-04T19:47:18.6134124Z /home/runner/.cache/pip 2025-03-04T19:47:19.7572399Z Received 233545718 of 233545718 (100.0%), 228.2 MBs/sec 2025-03-04T19:47:19.7573154Z Cache Size: ~223 MB (233545718 B) 2025-03-04T19:47:19.7604123Z [command]/usr/bin/tar -xf /home/runner/work/_temp/8603d0fa-c62a-40ee-a4ab-86eea63a6dfd/cache.tzst -P -C /home/runner/work/pytorch/pytorch --use-compress-program unzstd 2025-03-04T19:47:20.3153771Z Cache restored successfully 2025-03-04T19:47:20.3678778Z Cache restored from key: setup-python-Linux-20.04-Ubuntu-python-3.9.21-pip-1482928be0036e5790a53f9fe17af04a951799d4055f9d2a606bd228ff2ff169 2025-03-04T19:47:20.3911195Z ##[group]Run pip install -r requirements.txt 2025-03-04T19:47:20.3911579Z pip install -r requirements.txt 2025-03-04T19:47:20.3911993Z # Doesn't really matter what torch version, we just need ANY torch installed 2025-03-04T19:47:20.3912394Z pip install 'torch==2.*' 2025-03-04T19:47:20.3966411Z shell: /usr/bin/bash -e {0} 2025-03-04T19:47:20.3966692Z env: 2025-03-04T19:47:20.3967001Z pythonLocation: /opt/hostedtoolcache/Python/3.9.21/x64 2025-03-04T19:47:20.3967484Z PKG_CONFIG_PATH: /opt/hostedtoolcache/Python/3.9.21/x64/lib/pkgconfig 2025-03-04T19:47:20.3967949Z Python_ROOT_DIR: /opt/hostedtoolcache/Python/3.9.21/x64 2025-03-04T19:47:20.3968357Z Python2_ROOT_DIR: /opt/hostedtoolcache/Python/3.9.21/x64 2025-03-04T19:47:20.3968756Z Python3_ROOT_DIR: /opt/hostedtoolcache/Python/3.9.21/x64 2025-03-04T19:47:20.3969160Z LD_LIBRARY_PATH: /opt/hostedtoolcache/Python/3.9.21/x64/lib 2025-03-04T19:47:20.3969504Z ##[endgroup] 2025-03-04T19:47:20.9466696Z Collecting astunparse (from -r requirements.txt (line 2)) 2025-03-04T19:47:20.9611866Z Downloading astunparse-1.6.3-py2.py3-none-any.whl.metadata (4.4 kB) 2025-03-04T19:47:21.1041179Z Collecting cmake (from -r requirements.txt (line 3)) 2025-03-04T19:47:21.1080084Z Downloading cmake-3.31.6-py3-none-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (6.3 kB) 2025-03-04T19:47:21.1234243Z Collecting expecttest>=0.3.0 (from -r requirements.txt (line 4)) 2025-03-04T19:47:21.1251968Z Using cached expecttest-0.3.0-py3-none-any.whl.metadata (3.8 kB) 2025-03-04T19:47:21.1434391Z Collecting filelock (from -r requirements.txt (line 5)) 2025-03-04T19:47:21.1510734Z Downloading filelock-3.17.0-py3-none-any.whl.metadata (2.9 kB) 2025-03-04T19:47:21.1815525Z Collecting fsspec (from -r requirements.txt (line 6)) 2025-03-04T19:47:21.1867754Z Downloading fsspec-2025.2.0-py3-none-any.whl.metadata (11 kB) 2025-03-04T19:47:21.4843475Z Collecting hypothesis (from -r requirements.txt (line 7)) 2025-03-04T19:47:21.4884939Z Downloading hypothesis-6.127.6-py3-none-any.whl.metadata (4.4 kB) 2025-03-04T19:47:21.5169705Z Collecting jinja2 (from -r requirements.txt (line 8)) 2025-03-04T19:47:21.5187788Z Using cached jinja2-3.1.5-py3-none-any.whl.metadata (2.6 kB) 2025-03-04T19:47:21.5337147Z Collecting lintrunner (from -r requirements.txt (line 9)) 2025-03-04T19:47:21.5383904Z Downloading lintrunner-0.12.7-py3-none-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (7.2 kB) 2025-03-04T19:47:21.5605788Z Collecting networkx (from -r requirements.txt (line 10)) 2025-03-04T19:47:21.5641614Z Downloading networkx-3.2.1-py3-none-any.whl.metadata (5.2 kB) 2025-03-04T19:47:21.5973894Z Collecting ninja (from -r requirements.txt (line 11)) 2025-03-04T19:47:21.6018618Z Downloading ninja-1.11.1.3-py3-none-manylinux_2_12_x86_64.manylinux2010_x86_64.whl.metadata (5.3 kB) 2025-03-04T19:47:21.7792654Z Collecting numpy (from -r requirements.txt (line 12)) 2025-03-04T19:47:21.7832820Z Downloading numpy-2.0.2-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (60 kB) 2025-03-04T19:47:21.8560205Z Collecting optree>=0.13.0 (from -r requirements.txt (line 13)) 2025-03-04T19:47:21.8623081Z Downloading optree-0.14.1-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (49 kB) 2025-03-04T19:47:21.8876463Z Collecting packaging (from -r requirements.txt (line 14)) 2025-03-04T19:47:21.8897681Z Using cached packaging-24.2-py3-none-any.whl.metadata (3.2 kB) 2025-03-04T19:47:21.9553516Z Collecting psutil (from -r requirements.txt (line 15)) 2025-03-04T19:47:21.9694484Z Downloading psutil-7.0.0-cp36-abi3-manylinux_2_12_x86_64.manylinux2010_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (22 kB) 2025-03-04T19:47:22.0077015Z Collecting pyyaml (from -r requirements.txt (line 16)) 2025-03-04T19:47:22.0119956Z Downloading PyYAML-6.0.2-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (2.1 kB) 2025-03-04T19:47:22.0386224Z Collecting requests (from -r requirements.txt (line 17)) 2025-03-04T19:47:22.0405106Z Using cached requests-2.32.3-py3-none-any.whl.metadata (4.6 kB) 2025-03-04T19:47:22.0428471Z Requirement already satisfied: setuptools in /opt/hostedtoolcache/Python/3.9.21/x64/lib/python3.9/site-packages (from -r requirements.txt (line 18)) (58.1.0) 2025-03-04T19:47:22.0574279Z Collecting sympy==1.13.3 (from -r requirements.txt (line 19)) 2025-03-04T19:47:22.0616563Z Downloading sympy-1.13.3-py3-none-any.whl.metadata (12 kB) 2025-03-04T19:47:22.0735646Z Collecting types-dataclasses (from -r requirements.txt (line 20)) 2025-03-04T19:47:22.0772310Z Downloading types_dataclasses-0.6.6-py3-none-any.whl.metadata (1.3 kB) 2025-03-04T19:47:22.0962600Z Collecting typing-extensions>=4.10.0 (from -r requirements.txt (line 21)) 2025-03-04T19:47:22.0980077Z Using cached typing_extensions-4.12.2-py3-none-any.whl.metadata (3.0 kB) 2025-03-04T19:47:22.1108417Z Collecting mpmath<1.4,>=1.1.0 (from sympy==1.13.3->-r requirements.txt (line 19)) 2025-03-04T19:47:22.1145592Z Downloading mpmath-1.3.0-py3-none-any.whl.metadata (8.6 kB) 2025-03-04T19:47:22.1419224Z Collecting wheel<1.0,>=0.23.0 (from astunparse->-r requirements.txt (line 2)) 2025-03-04T19:47:22.1455357Z Downloading wheel-0.45.1-py3-none-any.whl.metadata (2.3 kB) 2025-03-04T19:47:22.1599889Z Collecting six<2.0,>=1.6.1 (from astunparse->-r requirements.txt (line 2)) 2025-03-04T19:47:22.1617584Z Using cached six-1.17.0-py2.py3-none-any.whl.metadata (1.7 kB) 2025-03-04T19:47:22.1772347Z Collecting attrs>=22.2.0 (from hypothesis->-r requirements.txt (line 7)) 2025-03-04T19:47:22.1814307Z Downloading attrs-25.1.0-py3-none-any.whl.metadata (10 kB) 2025-03-04T19:47:22.2054660Z Collecting exceptiongroup>=1.0.0 (from hypothesis->-r requirements.txt (line 7)) 2025-03-04T19:47:22.2072848Z Using cached exceptiongroup-1.2.2-py3-none-any.whl.metadata (6.6 kB) 2025-03-04T19:47:22.2207006Z Collecting sortedcontainers<3.0.0,>=2.1.0 (from hypothesis->-r requirements.txt (line 7)) 2025-03-04T19:47:22.2242949Z Downloading sortedcontainers-2.4.0-py2.py3-none-any.whl.metadata (10 kB) 2025-03-04T19:47:22.2729417Z Collecting MarkupSafe>=2.0 (from jinja2->-r requirements.txt (line 8)) 2025-03-04T19:47:22.2749898Z Using cached MarkupSafe-3.0.2-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (4.0 kB) 2025-03-04T19:47:22.3502701Z Collecting charset-normalizer<4,>=2 (from requests->-r requirements.txt (line 17)) 2025-03-04T19:47:22.3523617Z Using cached charset_normalizer-3.4.1-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (35 kB) 2025-03-04T19:47:22.3671908Z Collecting idna<4,>=2.5 (from requests->-r requirements.txt (line 17)) 2025-03-04T19:47:22.3689646Z Using cached idna-3.10-py3-none-any.whl.metadata (10 kB) 2025-03-04T19:47:22.3962537Z Collecting urllib3<3,>=1.21.1 (from requests->-r requirements.txt (line 17)) 2025-03-04T19:47:22.3981687Z Using cached urllib3-2.3.0-py3-none-any.whl.metadata (6.5 kB) 2025-03-04T19:47:22.4182960Z Collecting certifi>=2017.4.17 (from requests->-r requirements.txt (line 17)) 2025-03-04T19:47:22.4222091Z Downloading certifi-2025.1.31-py3-none-any.whl.metadata (2.5 kB) 2025-03-04T19:47:22.4678913Z Downloading sympy-1.13.3-py3-none-any.whl (6.2 MB) 2025-03-04T19:47:22.5065915Z ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 6.2/6.2 MB 177.1 MB/s eta 0:00:00 2025-03-04T19:47:22.5105626Z Downloading astunparse-1.6.3-py2.py3-none-any.whl (12 kB) 2025-03-04T19:47:22.5162537Z Downloading cmake-3.31.6-py3-none-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (27.8 MB) 2025-03-04T19:47:22.6645736Z ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 27.8/27.8 MB 190.3 MB/s eta 0:00:00 2025-03-04T19:47:22.6663665Z Using cached expecttest-0.3.0-py3-none-any.whl (8.2 kB) 2025-03-04T19:47:22.6703960Z Downloading filelock-3.17.0-py3-none-any.whl (16 kB) 2025-03-04T19:47:22.6774477Z Downloading fsspec-2025.2.0-py3-none-any.whl (184 kB) 2025-03-04T19:47:22.6836626Z Downloading hypothesis-6.127.6-py3-none-any.whl (483 kB) 2025-03-04T19:47:22.6894432Z Using cached jinja2-3.1.5-py3-none-any.whl (134 kB) 2025-03-04T19:47:22.6945845Z Downloading lintrunner-0.12.7-py3-none-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (2.2 MB) 2025-03-04T19:47:22.7099538Z ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 2.2/2.2 MB 157.7 MB/s eta 0:00:00 2025-03-04T19:47:22.7139254Z Downloading networkx-3.2.1-py3-none-any.whl (1.6 MB) 2025-03-04T19:47:22.7264341Z ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 1.6/1.6 MB 151.9 MB/s eta 0:00:00 2025-03-04T19:47:22.7301510Z Downloading ninja-1.11.1.3-py3-none-manylinux_2_12_x86_64.manylinux2010_x86_64.whl (422 kB) 2025-03-04T19:47:22.7386593Z Downloading numpy-2.0.2-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (19.5 MB) 2025-03-04T19:47:22.8441976Z ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 19.5/19.5 MB 189.0 MB/s eta 0:00:00 2025-03-04T19:47:22.8479904Z Downloading optree-0.14.1-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (395 kB) 2025-03-04T19:47:22.8538796Z Using cached packaging-24.2-py3-none-any.whl (65 kB) 2025-03-04T19:47:22.8593935Z Downloading psutil-7.0.0-cp36-abi3-manylinux_2_12_x86_64.manylinux2010_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl (277 kB) 2025-03-04T19:47:22.8659762Z Downloading PyYAML-6.0.2-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (737 kB) 2025-03-04T19:47:22.8737762Z ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 737.4/737.4 kB 110.8 MB/s eta 0:00:00 2025-03-04T19:47:22.8754265Z Using cached requests-2.32.3-py3-none-any.whl (64 kB) 2025-03-04T19:47:22.8792725Z Downloading types_dataclasses-0.6.6-py3-none-any.whl (2.9 kB) 2025-03-04T19:47:22.8825790Z Using cached typing_extensions-4.12.2-py3-none-any.whl (37 kB) 2025-03-04T19:47:22.8863224Z Downloading attrs-25.1.0-py3-none-any.whl (63 kB) 2025-03-04T19:47:22.8921799Z Downloading certifi-2025.1.31-py3-none-any.whl (166 kB) 2025-03-04T19:47:22.8963947Z Using cached charset_normalizer-3.4.1-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (146 kB) 2025-03-04T19:47:22.8981582Z Using cached exceptiongroup-1.2.2-py3-none-any.whl (16 kB) 2025-03-04T19:47:22.8998145Z Using cached idna-3.10-py3-none-any.whl (70 kB) 2025-03-04T19:47:22.9015724Z Using cached MarkupSafe-3.0.2-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (20 kB) 2025-03-04T19:47:22.9160715Z Downloading mpmath-1.3.0-py3-none-any.whl (536 kB) 2025-03-04T19:47:22.9231295Z ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 536.2/536.2 kB 72.0 MB/s eta 0:00:00 2025-03-04T19:47:22.9248032Z Using cached six-1.17.0-py2.py3-none-any.whl (11 kB) 2025-03-04T19:47:22.9285416Z Downloading sortedcontainers-2.4.0-py2.py3-none-any.whl (29 kB) 2025-03-04T19:47:22.9321025Z Using cached urllib3-2.3.0-py3-none-any.whl (128 kB) 2025-03-04T19:47:22.9358939Z Downloading wheel-0.45.1-py3-none-any.whl (72 kB) 2025-03-04T19:47:23.2035090Z Installing collected packages: types-dataclasses, sortedcontainers, mpmath, wheel, urllib3, typing-extensions, sympy, six, pyyaml, psutil, packaging, numpy, ninja, networkx, MarkupSafe, lintrunner, idna, fsspec, filelock, expecttest, exceptiongroup, cmake, charset-normalizer, certifi, attrs, requests, optree, jinja2, hypothesis, astunparse 2025-03-04T19:47:33.4361886Z Successfully installed MarkupSafe-3.0.2 astunparse-1.6.3 attrs-25.1.0 certifi-2025.1.31 charset-normalizer-3.4.1 cmake-3.31.6 exceptiongroup-1.2.2 expecttest-0.3.0 filelock-3.17.0 fsspec-2025.2.0 hypothesis-6.127.6 idna-3.10 jinja2-3.1.5 lintrunner-0.12.7 mpmath-1.3.0 networkx-3.2.1 ninja-1.11.1.3 numpy-2.0.2 optree-0.14.1 packaging-24.2 psutil-7.0.0 pyyaml-6.0.2 requests-2.32.3 six-1.17.0 sortedcontainers-2.4.0 sympy-1.13.3 types-dataclasses-0.6.6 typing-extensions-4.12.2 urllib3-2.3.0 wheel-0.45.1 2025-03-04T19:47:34.0239801Z Collecting torch==2.* 2025-03-04T19:47:34.0349313Z Downloading torch-2.6.0-cp39-cp39-manylinux1_x86_64.whl.metadata (28 kB) 2025-03-04T19:47:34.0471565Z Requirement already satisfied: filelock in /opt/hostedtoolcache/Python/3.9.21/x64/lib/python3.9/site-packages (from torch==2.*) (3.17.0) 2025-03-04T19:47:34.0477314Z Requirement already satisfied: typing-extensions>=4.10.0 in /opt/hostedtoolcache/Python/3.9.21/x64/lib/python3.9/site-packages (from torch==2.*) (4.12.2) 2025-03-04T19:47:34.0481606Z Requirement already satisfied: networkx in /opt/hostedtoolcache/Python/3.9.21/x64/lib/python3.9/site-packages (from torch==2.*) (3.2.1) 2025-03-04T19:47:34.0486119Z Requirement already satisfied: jinja2 in /opt/hostedtoolcache/Python/3.9.21/x64/lib/python3.9/site-packages (from torch==2.*) (3.1.5) 2025-03-04T19:47:34.0490594Z Requirement already satisfied: fsspec in /opt/hostedtoolcache/Python/3.9.21/x64/lib/python3.9/site-packages (from torch==2.*) (2025.2.0) 2025-03-04T19:47:34.0605615Z Collecting nvidia-cuda-nvrtc-cu12==12.4.127 (from torch==2.*) 2025-03-04T19:47:34.0645634Z Downloading nvidia_cuda_nvrtc_cu12-12.4.127-py3-none-manylinux2014_x86_64.whl.metadata (1.5 kB) 2025-03-04T19:47:34.0766587Z Collecting nvidia-cuda-runtime-cu12==12.4.127 (from torch==2.*) 2025-03-04T19:47:34.0804033Z Downloading nvidia_cuda_runtime_cu12-12.4.127-py3-none-manylinux2014_x86_64.whl.metadata (1.5 kB) 2025-03-04T19:47:34.0921361Z Collecting nvidia-cuda-cupti-cu12==12.4.127 (from torch==2.*) 2025-03-04T19:47:34.0960483Z Downloading nvidia_cuda_cupti_cu12-12.4.127-py3-none-manylinux2014_x86_64.whl.metadata (1.6 kB) 2025-03-04T19:47:34.1080422Z Collecting nvidia-cudnn-cu12==9.1.0.70 (from torch==2.*) 2025-03-04T19:47:34.1122546Z Downloading nvidia_cudnn_cu12-9.1.0.70-py3-none-manylinux2014_x86_64.whl.metadata (1.6 kB) 2025-03-04T19:47:34.1242073Z Collecting nvidia-cublas-cu12==12.4.5.8 (from torch==2.*) 2025-03-04T19:47:34.1283280Z Downloading nvidia_cublas_cu12-12.4.5.8-py3-none-manylinux2014_x86_64.whl.metadata (1.5 kB) 2025-03-04T19:47:34.1400713Z Collecting nvidia-cufft-cu12==11.2.1.3 (from torch==2.*) 2025-03-04T19:47:34.1439350Z Downloading nvidia_cufft_cu12-11.2.1.3-py3-none-manylinux2014_x86_64.whl.metadata (1.5 kB) 2025-03-04T19:47:34.1558777Z Collecting nvidia-curand-cu12==10.3.5.147 (from torch==2.*) 2025-03-04T19:47:34.1598478Z Downloading nvidia_curand_cu12-10.3.5.147-py3-none-manylinux2014_x86_64.whl.metadata (1.5 kB) 2025-03-04T19:47:34.1727173Z Collecting nvidia-cusolver-cu12==11.6.1.9 (from torch==2.*) 2025-03-04T19:47:34.1766101Z Downloading nvidia_cusolver_cu12-11.6.1.9-py3-none-manylinux2014_x86_64.whl.metadata (1.6 kB) 2025-03-04T19:47:34.1902461Z Collecting nvidia-cusparse-cu12==12.3.1.170 (from torch==2.*) 2025-03-04T19:47:34.1943394Z Downloading nvidia_cusparse_cu12-12.3.1.170-py3-none-manylinux2014_x86_64.whl.metadata (1.6 kB) 2025-03-04T19:47:34.2037960Z Collecting nvidia-cusparselt-cu12==0.6.2 (from torch==2.*) 2025-03-04T19:47:34.2076483Z Downloading nvidia_cusparselt_cu12-0.6.2-py3-none-manylinux2014_x86_64.whl.metadata (6.8 kB) 2025-03-04T19:47:34.2178980Z Collecting nvidia-nccl-cu12==2.21.5 (from torch==2.*) 2025-03-04T19:47:34.2218821Z Downloading nvidia_nccl_cu12-2.21.5-py3-none-manylinux2014_x86_64.whl.metadata (1.8 kB) 2025-03-04T19:47:34.2336682Z Collecting nvidia-nvtx-cu12==12.4.127 (from torch==2.*) 2025-03-04T19:47:34.2375976Z Downloading nvidia_nvtx_cu12-12.4.127-py3-none-manylinux2014_x86_64.whl.metadata (1.7 kB) 2025-03-04T19:47:34.2496537Z Collecting nvidia-nvjitlink-cu12==12.4.127 (from torch==2.*) 2025-03-04T19:47:34.2535148Z Downloading nvidia_nvjitlink_cu12-12.4.127-py3-none-manylinux2014_x86_64.whl.metadata (1.5 kB) 2025-03-04T19:47:34.2668764Z Collecting triton==3.2.0 (from torch==2.*) 2025-03-04T19:47:34.2706700Z Downloading triton-3.2.0-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (1.4 kB) 2025-03-04T19:47:34.2908758Z Collecting sympy==1.13.1 (from torch==2.*) 2025-03-04T19:47:34.2956780Z Downloading sympy-1.13.1-py3-none-any.whl.metadata (12 kB) 2025-03-04T19:47:34.3088306Z Requirement already satisfied: mpmath<1.4,>=1.1.0 in /opt/hostedtoolcache/Python/3.9.21/x64/lib/python3.9/site-packages (from sympy==1.13.1->torch==2.*) (1.3.0) 2025-03-04T19:47:34.3542427Z Requirement already satisfied: MarkupSafe>=2.0 in /opt/hostedtoolcache/Python/3.9.21/x64/lib/python3.9/site-packages (from jinja2->torch==2.*) (3.0.2) 2025-03-04T19:47:34.3666507Z Downloading torch-2.6.0-cp39-cp39-manylinux1_x86_64.whl (766.7 MB) 2025-03-04T19:47:40.7354052Z ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 766.7/766.7 MB 59.9 MB/s eta 0:00:00 2025-03-04T19:47:40.7403734Z Downloading nvidia_cublas_cu12-12.4.5.8-py3-none-manylinux2014_x86_64.whl (363.4 MB) 2025-03-04T19:47:44.2418770Z ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 363.4/363.4 MB 83.1 MB/s eta 0:00:00 2025-03-04T19:47:44.2464702Z Downloading nvidia_cuda_cupti_cu12-12.4.127-py3-none-manylinux2014_x86_64.whl (13.8 MB) 2025-03-04T19:47:44.3210639Z ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 13.8/13.8 MB 191.0 MB/s eta 0:00:00 2025-03-04T19:47:44.3260287Z Downloading nvidia_cuda_nvrtc_cu12-12.4.127-py3-none-manylinux2014_x86_64.whl (24.6 MB) 2025-03-04T19:47:44.4515201Z ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 24.6/24.6 MB 199.9 MB/s eta 0:00:00 2025-03-04T19:47:44.4558598Z Downloading nvidia_cuda_runtime_cu12-12.4.127-py3-none-manylinux2014_x86_64.whl (883 kB) 2025-03-04T19:47:44.4649977Z ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 883.7/883.7 kB 109.1 MB/s eta 0:00:00 2025-03-04T19:47:44.4691660Z Downloading nvidia_cudnn_cu12-9.1.0.70-py3-none-manylinux2014_x86_64.whl (664.8 MB) 2025-03-04T19:47:49.7622695Z ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 664.8/664.8 MB 66.1 MB/s eta 0:00:00 2025-03-04T19:47:49.7670340Z Downloading nvidia_cufft_cu12-11.2.1.3-py3-none-manylinux2014_x86_64.whl (211.5 MB) 2025-03-04T19:47:50.9517182Z ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 211.5/211.5 MB 178.8 MB/s eta 0:00:00 2025-03-04T19:47:50.9589509Z Downloading nvidia_curand_cu12-10.3.5.147-py3-none-manylinux2014_x86_64.whl (56.3 MB) 2025-03-04T19:47:51.2354327Z ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 56.3/56.3 MB 205.2 MB/s eta 0:00:00 2025-03-04T19:47:51.2401689Z Downloading nvidia_cusolver_cu12-11.6.1.9-py3-none-manylinux2014_x86_64.whl (127.9 MB) 2025-03-04T19:47:51.8761656Z ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 127.9/127.9 MB 201.8 MB/s eta 0:00:00 2025-03-04T19:47:51.8811353Z Downloading nvidia_cusparse_cu12-12.3.1.170-py3-none-manylinux2014_x86_64.whl (207.5 MB) 2025-03-04T19:47:53.6418355Z ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 207.5/207.5 MB 117.9 MB/s eta 0:00:00 2025-03-04T19:47:53.6465446Z Downloading nvidia_cusparselt_cu12-0.6.2-py3-none-manylinux2014_x86_64.whl (150.1 MB) 2025-03-04T19:47:54.6433284Z ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 150.1/150.1 MB 150.9 MB/s eta 0:00:00 2025-03-04T19:47:54.6483501Z Downloading nvidia_nccl_cu12-2.21.5-py3-none-manylinux2014_x86_64.whl (188.7 MB) 2025-03-04T19:47:55.6901059Z ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 188.7/188.7 MB 181.4 MB/s eta 0:00:00 2025-03-04T19:47:55.6948219Z Downloading nvidia_nvjitlink_cu12-12.4.127-py3-none-manylinux2014_x86_64.whl (21.1 MB) 2025-03-04T19:47:55.8088359Z ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 21.1/21.1 MB 189.1 MB/s eta 0:00:00 2025-03-04T19:47:55.8131425Z Downloading nvidia_nvtx_cu12-12.4.127-py3-none-manylinux2014_x86_64.whl (99 kB) 2025-03-04T19:47:55.8195016Z Downloading sympy-1.13.1-py3-none-any.whl (6.2 MB) 2025-03-04T19:47:55.8557125Z ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 6.2/6.2 MB 181.0 MB/s eta 0:00:00 2025-03-04T19:47:55.8650424Z Downloading triton-3.2.0-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (253.1 MB) 2025-03-04T19:47:58.1576899Z ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 253.1/253.1 MB 110.4 MB/s eta 0:00:00 2025-03-04T19:48:00.5840721Z Installing collected packages: triton, nvidia-cusparselt-cu12, sympy, nvidia-nvtx-cu12, nvidia-nvjitlink-cu12, nvidia-nccl-cu12, nvidia-curand-cu12, nvidia-cufft-cu12, nvidia-cuda-runtime-cu12, nvidia-cuda-nvrtc-cu12, nvidia-cuda-cupti-cu12, nvidia-cublas-cu12, nvidia-cusparse-cu12, nvidia-cudnn-cu12, nvidia-cusolver-cu12, torch 2025-03-04T19:48:05.6220827Z Attempting uninstall: sympy 2025-03-04T19:48:05.6230019Z Found existing installation: sympy 1.13.3 2025-03-04T19:48:05.7640172Z Uninstalling sympy-1.13.3: 2025-03-04T19:48:05.9432076Z Successfully uninstalled sympy-1.13.3 2025-03-04T19:48:44.7208959Z Successfully installed nvidia-cublas-cu12-12.4.5.8 nvidia-cuda-cupti-cu12-12.4.127 nvidia-cuda-nvrtc-cu12-12.4.127 nvidia-cuda-runtime-cu12-12.4.127 nvidia-cudnn-cu12-9.1.0.70 nvidia-cufft-cu12-11.2.1.3 nvidia-curand-cu12-10.3.5.147 nvidia-cusolver-cu12-11.6.1.9 nvidia-cusparse-cu12-12.3.1.170 nvidia-cusparselt-cu12-0.6.2 nvidia-nccl-cu12-2.21.5 nvidia-nvjitlink-cu12-12.4.127 nvidia-nvtx-cu12-12.4.127 sympy-1.13.1 torch-2.6.0 triton-3.2.0 2025-03-04T19:48:45.3625855Z ##[group]Run # All we need to see is that it passes 2025-03-04T19:48:45.3626293Z # All we need to see is that it passes 2025-03-04T19:48:45.3626614Z python3 torch/utils/collect_env.py 2025-03-04T19:48:45.3677847Z shell: /usr/bin/bash -e {0} 2025-03-04T19:48:45.3678103Z env: 2025-03-04T19:48:45.3678372Z pythonLocation: /opt/hostedtoolcache/Python/3.9.21/x64 2025-03-04T19:48:45.3678809Z PKG_CONFIG_PATH: /opt/hostedtoolcache/Python/3.9.21/x64/lib/pkgconfig 2025-03-04T19:48:45.3679228Z Python_ROOT_DIR: /opt/hostedtoolcache/Python/3.9.21/x64 2025-03-04T19:48:45.3679607Z Python2_ROOT_DIR: /opt/hostedtoolcache/Python/3.9.21/x64 2025-03-04T19:48:45.3679984Z Python3_ROOT_DIR: /opt/hostedtoolcache/Python/3.9.21/x64 2025-03-04T19:48:45.3680354Z LD_LIBRARY_PATH: /opt/hostedtoolcache/Python/3.9.21/x64/lib 2025-03-04T19:48:45.3680672Z ##[endgroup] 2025-03-04T19:48:49.1577044Z Collecting environment information... 2025-03-04T19:48:49.1577708Z PyTorch version: 2.6.0+cu124 2025-03-04T19:48:49.1578115Z Is debug build: False 2025-03-04T19:48:49.1578505Z CUDA used to build PyTorch: 12.4 2025-03-04T19:48:49.1578934Z ROCM used to build PyTorch: N/A 2025-03-04T19:48:49.1579279Z 2025-03-04T19:48:49.1579466Z OS: Ubuntu 20.04.6 LTS (x86_64) 2025-03-04T19:48:49.1579969Z GCC version: (Ubuntu 9.4.0-1ubuntu1~20.04.2) 9.4.0 2025-03-04T19:48:49.1580488Z Clang version: 11.0.0-2~ubuntu20.04.1 2025-03-04T19:48:49.1580906Z CMake version: version 3.31.6 2025-03-04T19:48:49.1581274Z Libc version: glibc-2.31 2025-03-04T19:48:49.1581498Z 2025-03-04T19:48:49.1581794Z Python version: 3.9.21 (main, Dec 12 2024, 19:08:02) [GCC 9.4.0] (64-bit runtime) 2025-03-04T19:48:49.1582516Z Python platform: Linux-5.15.0-1079-azure-x86_64-with-glibc2.31 2025-03-04T19:48:49.1583017Z Is CUDA available: False 2025-03-04T19:48:49.1583419Z CUDA runtime version: No CUDA 2025-03-04T19:48:49.1583846Z CUDA_MODULE_LOADING set to: N/A 2025-03-04T19:48:49.1584289Z GPU models and configuration: No CUDA 2025-03-04T19:48:49.1584765Z Nvidia driver version: No CUDA 2025-03-04T19:48:49.1585665Z cuDNN version: No CUDA 2025-03-04T19:48:49.1586052Z HIP runtime version: N/A 2025-03-04T19:48:49.1586465Z MIOpen runtime version: N/A 2025-03-04T19:48:49.1586879Z Is XNNPACK available: True 2025-03-04T19:48:49.1587144Z 2025-03-04T19:48:49.1587269Z CPU: 2025-03-04T19:48:49.1587615Z Architecture: x86_64 2025-03-04T19:48:49.1588133Z CPU op-mode(s): 32-bit, 64-bit 2025-03-04T19:48:49.1588666Z Byte Order: Little Endian 2025-03-04T19:48:49.1589460Z Address sizes: 48 bits physical, 48 bits virtual 2025-03-04T19:48:49.1590028Z CPU(s): 4 2025-03-04T19:48:49.1590485Z On-line CPU(s) list: 0-3 2025-03-04T19:48:49.1591014Z Thread(s) per core: 2 2025-03-04T19:48:49.1591487Z Core(s) per socket: 2 2025-03-04T19:48:49.1591940Z Socket(s): 1 2025-03-04T19:48:49.1592389Z NUMA node(s): 1 2025-03-04T19:48:49.1592868Z Vendor ID: AuthenticAMD 2025-03-04T19:48:49.1593343Z CPU family: 25 2025-03-04T19:48:49.1593766Z Model: 1 2025-03-04T19:48:49.1594238Z Model name: AMD EPYC 7763 64-Core Processor 2025-03-04T19:48:49.1594740Z Stepping: 1 2025-03-04T19:48:49.1595173Z CPU MHz: 2445.432 2025-03-04T19:48:49.1595637Z BogoMIPS: 4890.86 2025-03-04T19:48:49.1596094Z Virtualization: AMD-V 2025-03-04T19:48:49.1596572Z Hypervisor vendor: Microsoft 2025-03-04T19:48:49.1597050Z Virtualization type: full 2025-03-04T19:48:49.1597502Z L1d cache: 64 KiB 2025-03-04T19:48:49.1597936Z L1i cache: 64 KiB 2025-03-04T19:48:49.1598721Z L2 cache: 1 MiB 2025-03-04T19:48:49.1599199Z L3 cache: 32 MiB 2025-03-04T19:48:49.1599642Z NUMA node0 CPU(s): 0-3 2025-03-04T19:48:49.1600138Z Vulnerability Gather data sampling: Not affected 2025-03-04T19:48:49.1600688Z Vulnerability Itlb multihit: Not affected 2025-03-04T19:48:49.1601207Z Vulnerability L1tf: Not affected 2025-03-04T19:48:49.1601721Z Vulnerability Mds: Not affected 2025-03-04T19:48:49.1602224Z Vulnerability Meltdown: Not affected 2025-03-04T19:48:49.1602746Z Vulnerability Mmio stale data: Not affected 2025-03-04T19:48:49.1603280Z Vulnerability Reg file data sampling: Not affected 2025-03-04T19:48:49.1603811Z Vulnerability Retbleed: Not affected 2025-03-04T19:48:49.1604452Z Vulnerability Spec rstack overflow: Mitigation; safe RET, no microcode 2025-03-04T19:48:49.1605107Z Vulnerability Spec store bypass: Vulnerable 2025-03-04T19:48:49.1605898Z Vulnerability Spectre v1: Mitigation; usercopy/swapgs barriers and __user pointer sanitization 2025-03-04T19:48:49.1607068Z Vulnerability Spectre v2: Mitigation; Retpolines; STIBP disabled; RSB filling; PBRSB-eIBRS Not affected; BHI Not affected 2025-03-04T19:48:49.1607969Z Vulnerability Srbds: Not affected 2025-03-04T19:48:49.1608484Z Vulnerability Tsx async abort: Not affected 2025-03-04T19:48:49.1612433Z Flags: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ht syscall nx mmxext fxsr_opt pdpe1gb rdtscp lm constant_tsc rep_good nopl tsc_reliable nonstop_tsc cpuid extd_apicid aperfmperf tsc_known_freq pni pclmulqdq ssse3 fma cx16 pcid sse4_1 sse4_2 movbe popcnt aes xsave avx f16c rdrand hypervisor lahf_lm cmp_legacy svm cr8_legacy abm sse4a misalignsse 3dnowprefetch osvw topoext invpcid_single vmmcall fsgsbase bmi1 avx2 smep bmi2 erms invpcid rdseed adx smap clflushopt clwb sha_ni xsaveopt xsavec xgetbv1 xsaves clzero xsaveerptr rdpru arat npt nrip_save tsc_scale vmcb_clean flushbyasid decodeassists pausefilter pfthreshold v_vmsave_vmload umip vaes vpclmulqdq rdpid fsrm 2025-03-04T19:48:49.1618603Z 2025-03-04T19:48:49.1618783Z Versions of relevant libraries: 2025-03-04T19:48:49.1619179Z [pip3] numpy==2.0.2 2025-03-04T19:48:49.1619529Z [pip3] nvidia-cublas-cu12==12.4.5.8 2025-03-04T19:48:49.1620048Z [pip3] nvidia-cuda-cupti-cu12==12.4.127 2025-03-04T19:48:49.1620546Z [pip3] nvidia-cuda-nvrtc-cu12==12.4.127 2025-03-04T19:48:49.1620997Z [pip3] nvidia-cuda-runtime-cu12==12.4.127 2025-03-04T19:48:49.1621440Z [pip3] nvidia-cudnn-cu12==9.1.0.70 2025-03-04T19:48:49.1621842Z [pip3] nvidia-cufft-cu12==11.2.1.3 2025-03-04T19:48:49.1622247Z [pip3] nvidia-curand-cu12==10.3.5.147 2025-03-04T19:48:49.1622679Z [pip3] nvidia-cusolver-cu12==11.6.1.9 2025-03-04T19:48:49.1623107Z [pip3] nvidia-cusparse-cu12==12.3.1.170 2025-03-04T19:48:49.1623544Z [pip3] nvidia-cusparselt-cu12==0.6.2 2025-03-04T19:48:49.1623969Z [pip3] nvidia-nccl-cu12==2.21.5 2025-03-04T19:48:49.1624387Z [pip3] nvidia-nvjitlink-cu12==12.4.127 2025-03-04T19:48:49.1624826Z [pip3] nvidia-nvtx-cu12==12.4.127 2025-03-04T19:48:49.1625227Z [pip3] optree==0.14.1 2025-03-04T19:48:49.1625560Z [pip3] torch==2.6.0 2025-03-04T19:48:49.1625890Z [pip3] triton==3.2.0 2025-03-04T19:48:49.1629039Z [conda] No relevant packages 2025-03-04T19:48:49.4326300Z Post job cleanup. 2025-03-04T19:48:49.5410364Z 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:49.5517265Z Post job cleanup. 2025-03-04T19:48:49.5575549Z Post job cleanup. 2025-03-04T19:48:49.6519603Z [command]/usr/bin/git version 2025-03-04T19:48:49.6558380Z git version 2.48.1 2025-03-04T19:48:49.6604928Z Copying '/home/runner/.gitconfig' to '/home/runner/work/_temp/eebb83e4-7364-425e-b9e9-c9c3227061b6/.gitconfig' 2025-03-04T19:48:49.6615443Z Temporarily overriding HOME='/home/runner/work/_temp/eebb83e4-7364-425e-b9e9-c9c3227061b6' before making global git config changes 2025-03-04T19:48:49.6616792Z Adding repository directory to the temporary git global config as a safe directory 2025-03-04T19:48:49.6621760Z [command]/usr/bin/git config --global --add safe.directory /home/runner/work/pytorch/pytorch 2025-03-04T19:48:49.6658947Z [command]/usr/bin/git config --local --name-only --get-regexp core\.sshCommand 2025-03-04T19:48:49.6692701Z [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:49.6939599Z [command]/usr/bin/git config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader 2025-03-04T19:48:49.6961333Z http.https://github.com/.extraheader 2025-03-04T19:48:49.6974943Z [command]/usr/bin/git config --local --unset-all http.https://github.com/.extraheader 2025-03-04T19:48:49.7019811Z [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:49.7399862Z Cleaning up orphan processes