2025-01-24T00:45:32.4163652Z Current runner version: '2.321.0' 2025-01-24T00:45:32.4169870Z Runner name: 'linux.20_04.4x_0d081f38db8a' 2025-01-24T00:45:32.4170715Z Runner group name: 'Default' 2025-01-24T00:45:32.4171753Z Machine name: 'runner' 2025-01-24T00:45:32.4188572Z ##[group]Operating System 2025-01-24T00:45:32.4189368Z Ubuntu 2025-01-24T00:45:32.4189827Z 20.04.6 2025-01-24T00:45:32.4190267Z LTS 2025-01-24T00:45:32.4190792Z ##[endgroup] 2025-01-24T00:45:32.4191246Z ##[group]Runner Image 2025-01-24T00:45:32.4191792Z Image: ubuntu-20.04 2025-01-24T00:45:32.4192344Z Version: 20250105.1.0 2025-01-24T00:45:32.4193317Z Included Software: https://github.com/actions/runner-images/blob/ubuntu20/20250105.1/images/ubuntu/Ubuntu2004-Readme.md 2025-01-24T00:45:32.4194644Z Image Release: https://github.com/actions/runner-images/releases/tag/ubuntu20%2F20250105.1 2025-01-24T00:45:32.4195562Z ##[endgroup] 2025-01-24T00:45:32.4197628Z ##[group]GITHUB_TOKEN Permissions 2025-01-24T00:45:32.4199479Z Actions: read 2025-01-24T00:45:32.4200208Z Attestations: read 2025-01-24T00:45:32.4200834Z Checks: read 2025-01-24T00:45:32.4201303Z Contents: read 2025-01-24T00:45:32.4201769Z Deployments: read 2025-01-24T00:45:32.4202313Z Discussions: read 2025-01-24T00:45:32.4202839Z Issues: read 2025-01-24T00:45:32.4203264Z Metadata: read 2025-01-24T00:45:32.4203774Z Packages: read 2025-01-24T00:45:32.4204265Z Pages: read 2025-01-24T00:45:32.4204690Z PullRequests: read 2025-01-24T00:45:32.4205232Z RepositoryProjects: read 2025-01-24T00:45:32.4205787Z SecurityEvents: read 2025-01-24T00:45:32.4206243Z Statuses: read 2025-01-24T00:45:32.4206746Z ##[endgroup] 2025-01-24T00:45:32.4209454Z Secret source: Actions 2025-01-24T00:45:32.4210419Z Prepare workflow directory 2025-01-24T00:45:32.4506581Z Prepare all required actions 2025-01-24T00:45:32.4542308Z Getting action download info 2025-01-24T00:45:32.6085969Z Download action repository 'pytorch/pytorch@main' (SHA:b2c89bc115123aea8e075e882ee121537ec92f89) 2025-01-24T00:45:36.2935336Z Download action repository 'actions/setup-python@v4' (SHA:65d7f2d534ac1bc67fcd62888c5f4f3d2cb2b236) 2025-01-24T00:45:36.4155276Z Getting action download info 2025-01-24T00:45:36.5098384Z Download action repository 'actions/checkout@v4' (SHA:11bd71901bbe5b1630ceea73d27597364c9af683) 2025-01-24T00:45:36.5764300Z Complete job name: Test collect_env (with_torch) 2025-01-24T00:45:36.6488897Z ##[group]Run pytorch/pytorch/.github/actions/checkout-pytorch@main 2025-01-24T00:45:36.6489706Z with: 2025-01-24T00:45:36.6490046Z submodules: false 2025-01-24T00:45:36.6490452Z fetch-depth: 1 2025-01-24T00:45:36.6490958Z ##[endgroup] 2025-01-24T00:45:36.6590953Z ##[group]Run echo "IN_CONTAINER_RUNNER=$(if [ -f /.inarc ] || [ -f /.incontainer ]; then echo true ; else echo false; fi)" >> "$GITHUB_OUTPUT" 2025-01-24T00:45:36.6591997Z echo "IN_CONTAINER_RUNNER=$(if [ -f /.inarc ] || [ -f /.incontainer ]; then echo true ; else echo false; fi)" >> "$GITHUB_OUTPUT" 2025-01-24T00:45:36.6788812Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2025-01-24T00:45:36.6789429Z ##[endgroup] 2025-01-24T00:45:36.7061814Z ##[group]Run retry () { 2025-01-24T00:45:36.7062170Z retry () { 2025-01-24T00:45:36.7062636Z  $* || (sleep 1 && $*) || (sleep 2 && $*) || (sleep 4 && $*) || (sleep 8 && $*) 2025-01-24T00:45:36.7063079Z } 2025-01-24T00:45:36.7063488Z echo "${GITHUB_WORKSPACE}" 2025-01-24T00:45:36.7063900Z if [ -z "${NO_SUDO}" ]; then 2025-01-24T00:45:36.7064283Z  retry sudo rm -rf "${GITHUB_WORKSPACE}" 2025-01-24T00:45:36.7064714Z else 2025-01-24T00:45:36.7065060Z  retry rm -rf "${GITHUB_WORKSPACE}" 2025-01-24T00:45:36.7065421Z fi 2025-01-24T00:45:36.7065743Z mkdir "${GITHUB_WORKSPACE}" 2025-01-24T00:45:36.7116803Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2025-01-24T00:45:36.7117270Z env: 2025-01-24T00:45:36.7117550Z NO_SUDO: 2025-01-24T00:45:36.7117875Z ##[endgroup] 2025-01-24T00:45:36.7202022Z /home/runner/work/pytorch/pytorch 2025-01-24T00:45:36.7363586Z ##[group]Run actions/checkout@v4 2025-01-24T00:45:36.7364003Z with: 2025-01-24T00:45:36.7364366Z ref: d087145b9259b4cfbcb758dc0bca6a6e5d75d08f 2025-01-24T00:45:36.7364744Z fetch-depth: 1 2025-01-24T00:45:36.7365068Z submodules: false 2025-01-24T00:45:36.7365399Z show-progress: false 2025-01-24T00:45:36.7365744Z repository: pytorch/pytorch 2025-01-24T00:45:36.7366248Z token: *** 2025-01-24T00:45:36.7366577Z ssh-strict: true 2025-01-24T00:45:36.7366866Z ssh-user: git 2025-01-24T00:45:36.7367196Z persist-credentials: true 2025-01-24T00:45:36.7367539Z clean: true 2025-01-24T00:45:36.7367844Z sparse-checkout-cone-mode: true 2025-01-24T00:45:36.7368216Z fetch-tags: false 2025-01-24T00:45:36.7368525Z lfs: false 2025-01-24T00:45:36.7368805Z set-safe-directory: true 2025-01-24T00:45:36.7369150Z ##[endgroup] 2025-01-24T00:45:36.8366442Z Syncing repository: pytorch/pytorch 2025-01-24T00:45:36.8368072Z ##[group]Getting Git version info 2025-01-24T00:45:36.8368629Z Working directory is '/home/runner/work/pytorch/pytorch' 2025-01-24T00:45:36.8369454Z [command]/usr/bin/git version 2025-01-24T00:45:36.8417395Z git version 2.47.1 2025-01-24T00:45:36.8442212Z ##[endgroup] 2025-01-24T00:45:36.8455305Z Temporarily overriding HOME='/home/runner/work/_temp/675ae59a-804a-47d4-89c0-1c151a3c05bf' before making global git config changes 2025-01-24T00:45:36.8456217Z Adding repository directory to the temporary git global config as a safe directory 2025-01-24T00:45:36.8460513Z [command]/usr/bin/git config --global --add safe.directory /home/runner/work/pytorch/pytorch 2025-01-24T00:45:36.8492768Z Deleting the contents of '/home/runner/work/pytorch/pytorch' 2025-01-24T00:45:36.8496195Z ##[group]Initializing the repository 2025-01-24T00:45:36.8500179Z [command]/usr/bin/git init /home/runner/work/pytorch/pytorch 2025-01-24T00:45:36.8561196Z hint: Using 'master' as the name for the initial branch. This default branch name 2025-01-24T00:45:36.8562465Z hint: is subject to change. To configure the initial branch name to use in all 2025-01-24T00:45:36.8563874Z hint: of your new repositories, which will suppress this warning, call: 2025-01-24T00:45:36.8565945Z hint: 2025-01-24T00:45:36.8566522Z hint: git config --global init.defaultBranch 2025-01-24T00:45:36.8566937Z hint: 2025-01-24T00:45:36.8567566Z hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and 2025-01-24T00:45:36.8568306Z hint: 'development'. The just-created branch can be renamed via this command: 2025-01-24T00:45:36.8569070Z hint: 2025-01-24T00:45:36.8569347Z hint: git branch -m 2025-01-24T00:45:36.8569881Z Initialized empty Git repository in /home/runner/work/pytorch/pytorch/.git/ 2025-01-24T00:45:36.8574017Z [command]/usr/bin/git remote add origin https://github.com/pytorch/pytorch 2025-01-24T00:45:36.8604224Z ##[endgroup] 2025-01-24T00:45:36.8604874Z ##[group]Disabling automatic garbage collection 2025-01-24T00:45:36.8607831Z [command]/usr/bin/git config --local gc.auto 0 2025-01-24T00:45:36.8635391Z ##[endgroup] 2025-01-24T00:45:36.8636479Z ##[group]Setting up auth 2025-01-24T00:45:36.8642417Z [command]/usr/bin/git config --local --name-only --get-regexp core\.sshCommand 2025-01-24T00:45:36.8671515Z [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-01-24T00:45:36.8945097Z [command]/usr/bin/git config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader 2025-01-24T00:45:36.8974430Z [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-01-24T00:45:36.9188467Z [command]/usr/bin/git config --local http.https://github.com/.extraheader AUTHORIZATION: basic *** 2025-01-24T00:45:36.9221534Z ##[endgroup] 2025-01-24T00:45:36.9222282Z ##[group]Fetching the repository 2025-01-24T00:45:36.9229308Z [command]/usr/bin/git -c protocol.version=2 fetch --no-tags --prune --no-recurse-submodules --depth=1 origin d087145b9259b4cfbcb758dc0bca6a6e5d75d08f 2025-01-24T00:45:44.6110925Z From https://github.com/pytorch/pytorch 2025-01-24T00:45:44.6111785Z * branch d087145b9259b4cfbcb758dc0bca6a6e5d75d08f -> FETCH_HEAD 2025-01-24T00:45:44.6133818Z ##[endgroup] 2025-01-24T00:45:44.6134472Z ##[group]Determining the checkout info 2025-01-24T00:45:44.6137014Z ##[endgroup] 2025-01-24T00:45:44.6143249Z [command]/usr/bin/git sparse-checkout disable 2025-01-24T00:45:44.6180371Z [command]/usr/bin/git config --local --unset-all extensions.worktreeConfig 2025-01-24T00:45:44.6207443Z ##[group]Checking out the ref 2025-01-24T00:45:44.6211654Z [command]/usr/bin/git checkout --progress --force d087145b9259b4cfbcb758dc0bca6a6e5d75d08f 2025-01-24T00:45:45.6370362Z Updating files: 91% (16568/18011) 2025-01-24T00:45:45.6486928Z Updating files: 92% (16571/18011) 2025-01-24T00:45:45.6640093Z Updating files: 93% (16751/18011) 2025-01-24T00:45:45.6798631Z Updating files: 94% (16931/18011) 2025-01-24T00:45:45.6964206Z Updating files: 95% (17111/18011) 2025-01-24T00:45:45.7065420Z Updating files: 96% (17291/18011) 2025-01-24T00:45:45.7304846Z Updating files: 97% (17471/18011) 2025-01-24T00:45:45.7466338Z Updating files: 98% (17651/18011) 2025-01-24T00:45:45.7603386Z Updating files: 99% (17831/18011) 2025-01-24T00:45:45.7604089Z Updating files: 100% (18011/18011) 2025-01-24T00:45:45.7604610Z Updating files: 100% (18011/18011), done. 2025-01-24T00:45:45.7794591Z Note: switching to 'd087145b9259b4cfbcb758dc0bca6a6e5d75d08f'. 2025-01-24T00:45:45.7795122Z 2025-01-24T00:45:45.7795473Z You are in 'detached HEAD' state. You can look around, make experimental 2025-01-24T00:45:45.7797413Z changes and commit them, and you can discard any commits you make in this 2025-01-24T00:45:45.7798260Z state without impacting any branches by switching back to a branch. 2025-01-24T00:45:45.7798775Z 2025-01-24T00:45:45.7799112Z If you want to create a new branch to retain commits you create, you may 2025-01-24T00:45:45.7799946Z do so (now or later) by using -c with the switch command. Example: 2025-01-24T00:45:45.7800412Z 2025-01-24T00:45:45.7800677Z git switch -c 2025-01-24T00:45:45.7801025Z 2025-01-24T00:45:45.7801593Z Or undo this operation with: 2025-01-24T00:45:45.7801962Z 2025-01-24T00:45:45.7802219Z git switch - 2025-01-24T00:45:45.7802431Z 2025-01-24T00:45:45.7802817Z Turn off this advice by setting config variable advice.detachedHead to false 2025-01-24T00:45:45.7803370Z 2025-01-24T00:45:45.7803707Z HEAD is now at d087145 Add accuracy issue support in AOTI Minifier (#145539) 2025-01-24T00:45:45.7843298Z ##[endgroup] 2025-01-24T00:45:45.7885828Z [command]/usr/bin/git log -1 --format=%H 2025-01-24T00:45:45.7908222Z d087145b9259b4cfbcb758dc0bca6a6e5d75d08f 2025-01-24T00:45:45.8143029Z ##[group]Run actions/setup-python@v4 2025-01-24T00:45:45.8143317Z with: 2025-01-24T00:45:45.8143484Z python-version: 3.9 2025-01-24T00:45:45.8143683Z architecture: x64 2025-01-24T00:45:45.8143866Z check-latest: false 2025-01-24T00:45:45.8144057Z cache: pip 2025-01-24T00:45:45.8144261Z cache-dependency-path: **/requirements.txt 2025-01-24T00:45:45.8144619Z token: *** 2025-01-24T00:45:45.8144799Z update-environment: true 2025-01-24T00:45:45.8145005Z allow-prereleases: false 2025-01-24T00:45:45.8145200Z ##[endgroup] 2025-01-24T00:45:45.9348559Z ##[group]Installed versions 2025-01-24T00:45:45.9452514Z Successfully set up CPython (3.9.21) 2025-01-24T00:45:45.9453524Z ##[endgroup] 2025-01-24T00:45:47.1346926Z [command]/opt/hostedtoolcache/Python/3.9.21/x64/bin/pip cache dir 2025-01-24T00:45:47.3826731Z /home/runner/.cache/pip 2025-01-24T00:45:48.5700620Z Received 233545718 of 233545718 (100.0%), 217.5 MBs/sec 2025-01-24T00:45:48.5701720Z Cache Size: ~223 MB (233545718 B) 2025-01-24T00:45:48.5789935Z [command]/usr/bin/tar -xf /home/runner/work/_temp/b573adc8-4463-47da-bcde-e163c5b1693c/cache.tzst -P -C /home/runner/work/pytorch/pytorch --use-compress-program unzstd 2025-01-24T00:45:49.0801531Z Cache restored successfully 2025-01-24T00:45:49.1301535Z Cache restored from key: setup-python-Linux-20.04-Ubuntu-python-3.9.21-pip-1482928be0036e5790a53f9fe17af04a951799d4055f9d2a606bd228ff2ff169 2025-01-24T00:45:49.1484784Z ##[group]Run pip install -r requirements.txt 2025-01-24T00:45:49.1485140Z pip install -r requirements.txt 2025-01-24T00:45:49.1485534Z # Doesn't really matter what torch version, we just need ANY torch installed 2025-01-24T00:45:49.1485910Z pip install 'torch==2.*' 2025-01-24T00:45:49.1542857Z shell: /usr/bin/bash -e {0} 2025-01-24T00:45:49.1543093Z env: 2025-01-24T00:45:49.1543331Z pythonLocation: /opt/hostedtoolcache/Python/3.9.21/x64 2025-01-24T00:45:49.1543727Z PKG_CONFIG_PATH: /opt/hostedtoolcache/Python/3.9.21/x64/lib/pkgconfig 2025-01-24T00:45:49.1544128Z Python_ROOT_DIR: /opt/hostedtoolcache/Python/3.9.21/x64 2025-01-24T00:45:49.1544491Z Python2_ROOT_DIR: /opt/hostedtoolcache/Python/3.9.21/x64 2025-01-24T00:45:49.1544856Z Python3_ROOT_DIR: /opt/hostedtoolcache/Python/3.9.21/x64 2025-01-24T00:45:49.1545202Z LD_LIBRARY_PATH: /opt/hostedtoolcache/Python/3.9.21/x64/lib 2025-01-24T00:45:49.1545485Z ##[endgroup] 2025-01-24T00:45:50.1411500Z Collecting astunparse (from -r requirements.txt (line 2)) 2025-01-24T00:45:50.2164040Z Downloading astunparse-1.6.3-py2.py3-none-any.whl.metadata (4.4 kB) 2025-01-24T00:45:50.4332721Z Collecting cmake (from -r requirements.txt (line 3)) 2025-01-24T00:45:50.4423876Z Downloading cmake-3.31.4-py3-none-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (6.5 kB) 2025-01-24T00:45:50.4667528Z Collecting expecttest>=0.3.0 (from -r requirements.txt (line 4)) 2025-01-24T00:45:50.4684758Z Using cached expecttest-0.3.0-py3-none-any.whl.metadata (3.8 kB) 2025-01-24T00:45:50.4988757Z Collecting filelock (from -r requirements.txt (line 5)) 2025-01-24T00:45:50.5115697Z Downloading filelock-3.17.0-py3-none-any.whl.metadata (2.9 kB) 2025-01-24T00:45:50.5491024Z Collecting fsspec (from -r requirements.txt (line 6)) 2025-01-24T00:45:50.5575715Z Downloading fsspec-2024.12.0-py3-none-any.whl.metadata (11 kB) 2025-01-24T00:45:51.1546711Z Collecting hypothesis (from -r requirements.txt (line 7)) 2025-01-24T00:45:51.1764196Z Downloading hypothesis-6.124.2-py3-none-any.whl.metadata (6.3 kB) 2025-01-24T00:45:51.2132599Z Collecting jinja2 (from -r requirements.txt (line 8)) 2025-01-24T00:45:51.2150558Z Using cached jinja2-3.1.5-py3-none-any.whl.metadata (2.6 kB) 2025-01-24T00:45:51.2402938Z Collecting lintrunner (from -r requirements.txt (line 9)) 2025-01-24T00:45:51.2567679Z Downloading lintrunner-0.12.7-py3-none-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (7.2 kB) 2025-01-24T00:45:51.3041427Z Collecting networkx (from -r requirements.txt (line 10)) 2025-01-24T00:45:51.3147561Z Downloading networkx-3.2.1-py3-none-any.whl.metadata (5.2 kB) 2025-01-24T00:45:51.3584725Z Collecting ninja (from -r requirements.txt (line 11)) 2025-01-24T00:45:51.3668462Z Downloading ninja-1.11.1.3-py3-none-manylinux_2_12_x86_64.manylinux2010_x86_64.whl.metadata (5.3 kB) 2025-01-24T00:45:51.6098859Z Collecting numpy (from -r requirements.txt (line 12)) 2025-01-24T00:45:51.6181353Z Downloading numpy-2.0.2-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (60 kB) 2025-01-24T00:45:51.7066757Z Collecting optree>=0.13.0 (from -r requirements.txt (line 13)) 2025-01-24T00:45:51.7188240Z Downloading optree-0.14.0-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (47 kB) 2025-01-24T00:45:51.7579683Z Collecting packaging (from -r requirements.txt (line 14)) 2025-01-24T00:45:51.7597554Z Using cached packaging-24.2-py3-none-any.whl.metadata (3.2 kB) 2025-01-24T00:45:51.8618545Z Collecting psutil (from -r requirements.txt (line 15)) 2025-01-24T00:45:51.8703714Z Downloading psutil-6.1.1-cp36-abi3-manylinux_2_12_x86_64.manylinux2010_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (22 kB) 2025-01-24T00:45:51.9232246Z Collecting pyyaml (from -r requirements.txt (line 16)) 2025-01-24T00:45:51.9370752Z Downloading PyYAML-6.0.2-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (2.1 kB) 2025-01-24T00:45:51.9790430Z Collecting requests (from -r requirements.txt (line 17)) 2025-01-24T00:45:51.9807688Z Using cached requests-2.32.3-py3-none-any.whl.metadata (4.6 kB) 2025-01-24T00:45:51.9828470Z 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-01-24T00:45:52.0089256Z Collecting sympy==1.13.3 (from -r requirements.txt (line 19)) 2025-01-24T00:45:52.0173331Z Downloading sympy-1.13.3-py3-none-any.whl.metadata (12 kB) 2025-01-24T00:45:52.0416339Z Collecting types-dataclasses (from -r requirements.txt (line 20)) 2025-01-24T00:45:52.0524275Z Downloading types_dataclasses-0.6.6-py3-none-any.whl.metadata (1.3 kB) 2025-01-24T00:45:52.0774332Z Collecting typing-extensions>=4.10.0 (from -r requirements.txt (line 21)) 2025-01-24T00:45:52.0791145Z Using cached typing_extensions-4.12.2-py3-none-any.whl.metadata (3.0 kB) 2025-01-24T00:45:52.0975080Z Collecting mpmath<1.4,>=1.1.0 (from sympy==1.13.3->-r requirements.txt (line 19)) 2025-01-24T00:45:52.1052885Z Downloading mpmath-1.3.0-py3-none-any.whl.metadata (8.6 kB) 2025-01-24T00:45:52.1517351Z Collecting wheel<1.0,>=0.23.0 (from astunparse->-r requirements.txt (line 2)) 2025-01-24T00:45:52.1603604Z Downloading wheel-0.45.1-py3-none-any.whl.metadata (2.3 kB) 2025-01-24T00:45:52.1824503Z Collecting six<2.0,>=1.6.1 (from astunparse->-r requirements.txt (line 2)) 2025-01-24T00:45:52.1841559Z Using cached six-1.17.0-py2.py3-none-any.whl.metadata (1.7 kB) 2025-01-24T00:45:52.2105323Z Collecting attrs>=22.2.0 (from hypothesis->-r requirements.txt (line 7)) 2025-01-24T00:45:52.2122014Z Using cached attrs-24.3.0-py3-none-any.whl.metadata (11 kB) 2025-01-24T00:45:52.2416962Z Collecting exceptiongroup>=1.0.0 (from hypothesis->-r requirements.txt (line 7)) 2025-01-24T00:45:52.2433651Z Using cached exceptiongroup-1.2.2-py3-none-any.whl.metadata (6.6 kB) 2025-01-24T00:45:52.2659013Z Collecting sortedcontainers<3.0.0,>=2.1.0 (from hypothesis->-r requirements.txt (line 7)) 2025-01-24T00:45:52.3640582Z Downloading sortedcontainers-2.4.0-py2.py3-none-any.whl.metadata (10 kB) 2025-01-24T00:45:52.4335091Z Collecting MarkupSafe>=2.0 (from jinja2->-r requirements.txt (line 8)) 2025-01-24T00:45:52.4353244Z Using cached MarkupSafe-3.0.2-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (4.0 kB) 2025-01-24T00:45:52.5664641Z Collecting charset-normalizer<4,>=2 (from requests->-r requirements.txt (line 17)) 2025-01-24T00:45:52.5683703Z Using cached charset_normalizer-3.4.1-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (35 kB) 2025-01-24T00:45:52.5892498Z Collecting idna<4,>=2.5 (from requests->-r requirements.txt (line 17)) 2025-01-24T00:45:52.5909653Z Using cached idna-3.10-py3-none-any.whl.metadata (10 kB) 2025-01-24T00:45:52.6454346Z Collecting urllib3<3,>=1.21.1 (from requests->-r requirements.txt (line 17)) 2025-01-24T00:45:52.6471584Z Using cached urllib3-2.3.0-py3-none-any.whl.metadata (6.5 kB) 2025-01-24T00:45:52.6731585Z Collecting certifi>=2017.4.17 (from requests->-r requirements.txt (line 17)) 2025-01-24T00:45:52.6748862Z Using cached certifi-2024.12.14-py3-none-any.whl.metadata (2.3 kB) 2025-01-24T00:45:52.7094672Z Downloading sympy-1.13.3-py3-none-any.whl (6.2 MB) 2025-01-24T00:45:52.8041428Z ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 6.2/6.2 MB 74.4 MB/s eta 0:00:00 2025-01-24T00:45:52.8139124Z Downloading astunparse-1.6.3-py2.py3-none-any.whl (12 kB) 2025-01-24T00:45:52.8239097Z Downloading cmake-3.31.4-py3-none-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (27.8 MB) 2025-01-24T00:45:53.0374638Z ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 27.8/27.8 MB 132.3 MB/s eta 0:00:00 2025-01-24T00:45:53.0392690Z Using cached expecttest-0.3.0-py3-none-any.whl (8.2 kB) 2025-01-24T00:45:53.0481905Z Downloading filelock-3.17.0-py3-none-any.whl (16 kB) 2025-01-24T00:45:53.0584926Z Downloading fsspec-2024.12.0-py3-none-any.whl (183 kB) 2025-01-24T00:45:53.0706532Z Downloading hypothesis-6.124.2-py3-none-any.whl (482 kB) 2025-01-24T00:45:53.0795492Z Using cached jinja2-3.1.5-py3-none-any.whl (134 kB) 2025-01-24T00:45:53.1036999Z Downloading lintrunner-0.12.7-py3-none-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (2.2 MB) 2025-01-24T00:45:53.1222360Z ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 2.2/2.2 MB 120.2 MB/s eta 0:00:00 2025-01-24T00:45:53.1299545Z Downloading networkx-3.2.1-py3-none-any.whl (1.6 MB) 2025-01-24T00:45:53.1425597Z ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 1.6/1.6 MB 140.4 MB/s eta 0:00:00 2025-01-24T00:45:53.2246959Z Downloading ninja-1.11.1.3-py3-none-manylinux_2_12_x86_64.manylinux2010_x86_64.whl (422 kB) 2025-01-24T00:45:53.2815010Z Downloading numpy-2.0.2-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (19.5 MB) 2025-01-24T00:45:53.4034082Z ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 19.5/19.5 MB 164.8 MB/s eta 0:00:00 2025-01-24T00:45:53.4158245Z Downloading optree-0.14.0-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (392 kB) 2025-01-24T00:45:53.4215624Z Using cached packaging-24.2-py3-none-any.whl (65 kB) 2025-01-24T00:45:53.4304491Z Downloading psutil-6.1.1-cp36-abi3-manylinux_2_12_x86_64.manylinux2010_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl (287 kB) 2025-01-24T00:45:53.4412198Z Downloading PyYAML-6.0.2-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (737 kB) 2025-01-24T00:45:53.4497865Z ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 737.4/737.4 kB 83.1 MB/s eta 0:00:00 2025-01-24T00:45:53.4515140Z Using cached requests-2.32.3-py3-none-any.whl (64 kB) 2025-01-24T00:45:53.4599421Z Downloading types_dataclasses-0.6.6-py3-none-any.whl (2.9 kB) 2025-01-24T00:45:53.4638896Z Using cached typing_extensions-4.12.2-py3-none-any.whl (37 kB) 2025-01-24T00:45:53.4656090Z Using cached attrs-24.3.0-py3-none-any.whl (63 kB) 2025-01-24T00:45:53.4673886Z Using cached certifi-2024.12.14-py3-none-any.whl (164 kB) 2025-01-24T00:45:53.4692586Z Using cached charset_normalizer-3.4.1-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (146 kB) 2025-01-24T00:45:53.4710965Z Using cached exceptiongroup-1.2.2-py3-none-any.whl (16 kB) 2025-01-24T00:45:53.4727798Z Using cached idna-3.10-py3-none-any.whl (70 kB) 2025-01-24T00:45:53.4745825Z Using cached MarkupSafe-3.0.2-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (20 kB) 2025-01-24T00:45:53.4828453Z Downloading mpmath-1.3.0-py3-none-any.whl (536 kB) 2025-01-24T00:45:53.4910515Z ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 536.2/536.2 kB 65.0 MB/s eta 0:00:00 2025-01-24T00:45:53.4926961Z Using cached six-1.17.0-py2.py3-none-any.whl (11 kB) 2025-01-24T00:45:53.5010387Z Downloading sortedcontainers-2.4.0-py2.py3-none-any.whl (29 kB) 2025-01-24T00:45:53.5052877Z Using cached urllib3-2.3.0-py3-none-any.whl (128 kB) 2025-01-24T00:45:53.5135578Z Downloading wheel-0.45.1-py3-none-any.whl (72 kB) 2025-01-24T00:45:53.7758958Z 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-01-24T00:46:03.8644520Z Successfully installed MarkupSafe-3.0.2 astunparse-1.6.3 attrs-24.3.0 certifi-2024.12.14 charset-normalizer-3.4.1 cmake-3.31.4 exceptiongroup-1.2.2 expecttest-0.3.0 filelock-3.17.0 fsspec-2024.12.0 hypothesis-6.124.2 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.0 packaging-24.2 psutil-6.1.1 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-01-24T00:46:04.9434378Z Collecting torch==2.* 2025-01-24T00:46:04.9694026Z Downloading torch-2.5.1-cp39-cp39-manylinux1_x86_64.whl.metadata (28 kB) 2025-01-24T00:46:04.9805682Z Requirement already satisfied: filelock in /opt/hostedtoolcache/Python/3.9.21/x64/lib/python3.9/site-packages (from torch==2.*) (3.17.0) 2025-01-24T00:46:04.9811029Z Requirement already satisfied: typing-extensions>=4.8.0 in /opt/hostedtoolcache/Python/3.9.21/x64/lib/python3.9/site-packages (from torch==2.*) (4.12.2) 2025-01-24T00:46:04.9814731Z Requirement already satisfied: networkx in /opt/hostedtoolcache/Python/3.9.21/x64/lib/python3.9/site-packages (from torch==2.*) (3.2.1) 2025-01-24T00:46:04.9818562Z Requirement already satisfied: jinja2 in /opt/hostedtoolcache/Python/3.9.21/x64/lib/python3.9/site-packages (from torch==2.*) (3.1.5) 2025-01-24T00:46:04.9822713Z Requirement already satisfied: fsspec in /opt/hostedtoolcache/Python/3.9.21/x64/lib/python3.9/site-packages (from torch==2.*) (2024.12.0) 2025-01-24T00:46:04.9983384Z Collecting nvidia-cuda-nvrtc-cu12==12.4.127 (from torch==2.*) 2025-01-24T00:46:05.0069163Z Downloading nvidia_cuda_nvrtc_cu12-12.4.127-py3-none-manylinux2014_x86_64.whl.metadata (1.5 kB) 2025-01-24T00:46:05.0252438Z Collecting nvidia-cuda-runtime-cu12==12.4.127 (from torch==2.*) 2025-01-24T00:46:05.0433421Z Downloading nvidia_cuda_runtime_cu12-12.4.127-py3-none-manylinux2014_x86_64.whl.metadata (1.5 kB) 2025-01-24T00:46:05.0632031Z Collecting nvidia-cuda-cupti-cu12==12.4.127 (from torch==2.*) 2025-01-24T00:46:05.0715219Z Downloading nvidia_cuda_cupti_cu12-12.4.127-py3-none-manylinux2014_x86_64.whl.metadata (1.6 kB) 2025-01-24T00:46:05.0912614Z Collecting nvidia-cudnn-cu12==9.1.0.70 (from torch==2.*) 2025-01-24T00:46:05.0994074Z Downloading nvidia_cudnn_cu12-9.1.0.70-py3-none-manylinux2014_x86_64.whl.metadata (1.6 kB) 2025-01-24T00:46:05.1177814Z Collecting nvidia-cublas-cu12==12.4.5.8 (from torch==2.*) 2025-01-24T00:46:05.1251845Z Downloading nvidia_cublas_cu12-12.4.5.8-py3-none-manylinux2014_x86_64.whl.metadata (1.5 kB) 2025-01-24T00:46:05.1446104Z Collecting nvidia-cufft-cu12==11.2.1.3 (from torch==2.*) 2025-01-24T00:46:05.1533339Z Downloading nvidia_cufft_cu12-11.2.1.3-py3-none-manylinux2014_x86_64.whl.metadata (1.5 kB) 2025-01-24T00:46:05.1725439Z Collecting nvidia-curand-cu12==10.3.5.147 (from torch==2.*) 2025-01-24T00:46:05.1814403Z Downloading nvidia_curand_cu12-10.3.5.147-py3-none-manylinux2014_x86_64.whl.metadata (1.5 kB) 2025-01-24T00:46:05.1996696Z Collecting nvidia-cusolver-cu12==11.6.1.9 (from torch==2.*) 2025-01-24T00:46:05.2079000Z Downloading nvidia_cusolver_cu12-11.6.1.9-py3-none-manylinux2014_x86_64.whl.metadata (1.6 kB) 2025-01-24T00:46:05.2258871Z Collecting nvidia-cusparse-cu12==12.3.1.170 (from torch==2.*) 2025-01-24T00:46:05.2338168Z Downloading nvidia_cusparse_cu12-12.3.1.170-py3-none-manylinux2014_x86_64.whl.metadata (1.6 kB) 2025-01-24T00:46:05.2504957Z Collecting nvidia-nccl-cu12==2.21.5 (from torch==2.*) 2025-01-24T00:46:05.2582786Z Downloading nvidia_nccl_cu12-2.21.5-py3-none-manylinux2014_x86_64.whl.metadata (1.8 kB) 2025-01-24T00:46:05.2760415Z Collecting nvidia-nvtx-cu12==12.4.127 (from torch==2.*) 2025-01-24T00:46:05.2866992Z Downloading nvidia_nvtx_cu12-12.4.127-py3-none-manylinux2014_x86_64.whl.metadata (1.7 kB) 2025-01-24T00:46:05.3072011Z Collecting nvidia-nvjitlink-cu12==12.4.127 (from torch==2.*) 2025-01-24T00:46:05.3147262Z Downloading nvidia_nvjitlink_cu12-12.4.127-py3-none-manylinux2014_x86_64.whl.metadata (1.5 kB) 2025-01-24T00:46:05.3342690Z Collecting triton==3.1.0 (from torch==2.*) 2025-01-24T00:46:05.3418396Z Downloading triton-3.1.0-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (1.3 kB) 2025-01-24T00:46:05.3712918Z Collecting sympy==1.13.1 (from torch==2.*) 2025-01-24T00:46:05.3816118Z Downloading sympy-1.13.1-py3-none-any.whl.metadata (12 kB) 2025-01-24T00:46:05.3934688Z 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-01-24T00:46:05.4381290Z 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-01-24T00:46:05.4539531Z Downloading torch-2.5.1-cp39-cp39-manylinux1_x86_64.whl (906.5 MB) 2025-01-24T00:46:21.3301406Z ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 906.5/906.5 MB 33.8 MB/s eta 0:00:00 2025-01-24T00:46:21.3410933Z Downloading nvidia_cublas_cu12-12.4.5.8-py3-none-manylinux2014_x86_64.whl (363.4 MB) 2025-01-24T00:46:24.0280611Z ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 363.4/363.4 MB 125.0 MB/s eta 0:00:00 2025-01-24T00:46:24.0450907Z Downloading nvidia_cuda_cupti_cu12-12.4.127-py3-none-manylinux2014_x86_64.whl (13.8 MB) 2025-01-24T00:46:24.1370958Z ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 13.8/13.8 MB 153.3 MB/s eta 0:00:00 2025-01-24T00:46:24.1488567Z Downloading nvidia_cuda_nvrtc_cu12-12.4.127-py3-none-manylinux2014_x86_64.whl (24.6 MB) 2025-01-24T00:46:24.3139020Z ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 24.6/24.6 MB 150.8 MB/s eta 0:00:00 2025-01-24T00:46:24.3238541Z Downloading nvidia_cuda_runtime_cu12-12.4.127-py3-none-manylinux2014_x86_64.whl (883 kB) 2025-01-24T00:46:24.3364895Z ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 883.7/883.7 kB 63.5 MB/s eta 0:00:00 2025-01-24T00:46:24.3529368Z Downloading nvidia_cudnn_cu12-9.1.0.70-py3-none-manylinux2014_x86_64.whl (664.8 MB) 2025-01-24T00:46:29.9290168Z ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 664.8/664.8 MB 65.2 MB/s eta 0:00:00 2025-01-24T00:46:29.9392454Z Downloading nvidia_cufft_cu12-11.2.1.3-py3-none-manylinux2014_x86_64.whl (211.5 MB) 2025-01-24T00:46:31.1779631Z ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 211.5/211.5 MB 171.0 MB/s eta 0:00:00 2025-01-24T00:46:31.1868695Z Downloading nvidia_curand_cu12-10.3.5.147-py3-none-manylinux2014_x86_64.whl (56.3 MB) 2025-01-24T00:46:31.4741060Z ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 56.3/56.3 MB 197.7 MB/s eta 0:00:00 2025-01-24T00:46:31.4827018Z Downloading nvidia_cusolver_cu12-11.6.1.9-py3-none-manylinux2014_x86_64.whl (127.9 MB) 2025-01-24T00:46:32.1123893Z ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 127.9/127.9 MB 204.0 MB/s eta 0:00:00 2025-01-24T00:46:32.1225893Z Downloading nvidia_cusparse_cu12-12.3.1.170-py3-none-manylinux2014_x86_64.whl (207.5 MB) 2025-01-24T00:46:34.2834157Z ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 207.5/207.5 MB 96.0 MB/s eta 0:00:00 2025-01-24T00:46:34.2922782Z Downloading nvidia_nccl_cu12-2.21.5-py3-none-manylinux2014_x86_64.whl (188.7 MB) 2025-01-24T00:46:35.3743152Z ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 188.7/188.7 MB 174.7 MB/s eta 0:00:00 2025-01-24T00:46:35.3881811Z Downloading nvidia_nvjitlink_cu12-12.4.127-py3-none-manylinux2014_x86_64.whl (21.1 MB) 2025-01-24T00:46:35.4949520Z ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 21.1/21.1 MB 203.3 MB/s eta 0:00:00 2025-01-24T00:46:35.5106879Z Downloading nvidia_nvtx_cu12-12.4.127-py3-none-manylinux2014_x86_64.whl (99 kB) 2025-01-24T00:46:35.5251069Z Downloading sympy-1.13.1-py3-none-any.whl (6.2 MB) 2025-01-24T00:46:35.5762975Z ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 6.2/6.2 MB 123.5 MB/s eta 0:00:00 2025-01-24T00:46:35.6309930Z Downloading triton-3.1.0-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (209.5 MB) 2025-01-24T00:46:37.2228236Z ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 209.5/209.5 MB 132.4 MB/s eta 0:00:00 2025-01-24T00:46:39.5923391Z Installing collected packages: triton, 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-01-24T00:46:42.2407835Z Attempting uninstall: sympy 2025-01-24T00:46:42.2415606Z Found existing installation: sympy 1.13.3 2025-01-24T00:46:42.3804564Z Uninstalling sympy-1.13.3: 2025-01-24T00:46:42.6252019Z Successfully uninstalled sympy-1.13.3 2025-01-24T00:47:23.1191839Z 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-nccl-cu12-2.21.5 nvidia-nvjitlink-cu12-12.4.127 nvidia-nvtx-cu12-12.4.127 sympy-1.13.1 torch-2.5.1 triton-3.1.0 2025-01-24T00:47:23.7107430Z ##[group]Run # All we need to see is that it passes 2025-01-24T00:47:23.7107837Z # All we need to see is that it passes 2025-01-24T00:47:23.7108135Z python3 torch/utils/collect_env.py 2025-01-24T00:47:23.7162963Z shell: /usr/bin/bash -e {0} 2025-01-24T00:47:23.7163188Z env: 2025-01-24T00:47:23.7163422Z pythonLocation: /opt/hostedtoolcache/Python/3.9.21/x64 2025-01-24T00:47:23.7163828Z PKG_CONFIG_PATH: /opt/hostedtoolcache/Python/3.9.21/x64/lib/pkgconfig 2025-01-24T00:47:23.7164219Z Python_ROOT_DIR: /opt/hostedtoolcache/Python/3.9.21/x64 2025-01-24T00:47:23.7164572Z Python2_ROOT_DIR: /opt/hostedtoolcache/Python/3.9.21/x64 2025-01-24T00:47:23.7164931Z Python3_ROOT_DIR: /opt/hostedtoolcache/Python/3.9.21/x64 2025-01-24T00:47:23.7165280Z LD_LIBRARY_PATH: /opt/hostedtoolcache/Python/3.9.21/x64/lib 2025-01-24T00:47:23.7165576Z ##[endgroup] 2025-01-24T00:47:45.7844671Z Collecting environment information... 2025-01-24T00:47:45.7845180Z PyTorch version: 2.5.1+cu124 2025-01-24T00:47:45.7845518Z Is debug build: False 2025-01-24T00:47:45.7845876Z CUDA used to build PyTorch: 12.4 2025-01-24T00:47:45.7846312Z ROCM used to build PyTorch: N/A 2025-01-24T00:47:45.7846574Z 2025-01-24T00:47:45.7846728Z OS: Ubuntu 20.04.6 LTS (x86_64) 2025-01-24T00:47:45.7847128Z GCC version: (Ubuntu 9.4.0-1ubuntu1~20.04.2) 9.4.0 2025-01-24T00:47:45.7847557Z Clang version: 11.0.0-2~ubuntu20.04.1 2025-01-24T00:47:45.7847939Z CMake version: version 3.31.4 2025-01-24T00:47:45.7848307Z Libc version: glibc-2.31 2025-01-24T00:47:45.7848510Z 2025-01-24T00:47:45.7848789Z Python version: 3.9.21 (main, Dec 12 2024, 19:08:02) [GCC 9.4.0] (64-bit runtime) 2025-01-24T00:47:45.7849420Z Python platform: Linux-5.15.0-1074-azure-x86_64-with-glibc2.31 2025-01-24T00:47:45.7849911Z Is CUDA available: False 2025-01-24T00:47:45.7850249Z CUDA runtime version: No CUDA 2025-01-24T00:47:45.7850664Z CUDA_MODULE_LOADING set to: N/A 2025-01-24T00:47:45.7851080Z GPU models and configuration: No CUDA 2025-01-24T00:47:45.7851515Z Nvidia driver version: No CUDA 2025-01-24T00:47:45.7852225Z cuDNN version: No CUDA 2025-01-24T00:47:45.7852704Z HIP runtime version: N/A 2025-01-24T00:47:45.7853062Z MIOpen runtime version: N/A 2025-01-24T00:47:45.7853429Z Is XNNPACK available: True 2025-01-24T00:47:45.7853667Z 2025-01-24T00:47:45.7853778Z CPU: 2025-01-24T00:47:45.7854082Z Architecture: x86_64 2025-01-24T00:47:45.7854561Z CPU op-mode(s): 32-bit, 64-bit 2025-01-24T00:47:45.7855063Z Byte Order: Little Endian 2025-01-24T00:47:45.7855637Z Address sizes: 48 bits physical, 48 bits virtual 2025-01-24T00:47:45.7856158Z CPU(s): 4 2025-01-24T00:47:45.7856568Z On-line CPU(s) list: 0-3 2025-01-24T00:47:45.7857000Z Thread(s) per core: 2 2025-01-24T00:47:45.7857805Z Core(s) per socket: 2 2025-01-24T00:47:45.7858213Z Socket(s): 1 2025-01-24T00:47:45.7858648Z NUMA node(s): 1 2025-01-24T00:47:45.7859080Z Vendor ID: AuthenticAMD 2025-01-24T00:47:45.7859531Z CPU family: 25 2025-01-24T00:47:45.7860118Z Model: 1 2025-01-24T00:47:45.7860595Z Model name: AMD EPYC 7763 64-Core Processor 2025-01-24T00:47:45.7861092Z Stepping: 1 2025-01-24T00:47:45.7861510Z CPU MHz: 2445.425 2025-01-24T00:47:45.7861957Z BogoMIPS: 4890.85 2025-01-24T00:47:45.7862429Z Virtualization: AMD-V 2025-01-24T00:47:45.7862881Z Hypervisor vendor: Microsoft 2025-01-24T00:47:45.7863333Z Virtualization type: full 2025-01-24T00:47:45.7863758Z L1d cache: 64 KiB 2025-01-24T00:47:45.7864173Z L1i cache: 64 KiB 2025-01-24T00:47:45.7864857Z L2 cache: 1 MiB 2025-01-24T00:47:45.7865271Z L3 cache: 32 MiB 2025-01-24T00:47:45.7865683Z NUMA node0 CPU(s): 0-3 2025-01-24T00:47:45.7866156Z Vulnerability Gather data sampling: Not affected 2025-01-24T00:47:45.7866672Z Vulnerability Itlb multihit: Not affected 2025-01-24T00:47:45.7867167Z Vulnerability L1tf: Not affected 2025-01-24T00:47:45.7867655Z Vulnerability Mds: Not affected 2025-01-24T00:47:45.7868142Z Vulnerability Meltdown: Not affected 2025-01-24T00:47:45.7868634Z Vulnerability Mmio stale data: Not affected 2025-01-24T00:47:45.7869146Z Vulnerability Reg file data sampling: Not affected 2025-01-24T00:47:45.7869653Z Vulnerability Retbleed: Not affected 2025-01-24T00:47:45.7870275Z Vulnerability Spec rstack overflow: Mitigation; safe RET, no microcode 2025-01-24T00:47:45.7870929Z Vulnerability Spec store bypass: Vulnerable 2025-01-24T00:47:45.7871718Z Vulnerability Spectre v1: Mitigation; usercopy/swapgs barriers and __user pointer sanitization 2025-01-24T00:47:45.7872872Z Vulnerability Spectre v2: Mitigation; Retpolines; STIBP disabled; RSB filling; PBRSB-eIBRS Not affected; BHI Not affected 2025-01-24T00:47:45.7873813Z Vulnerability Srbds: Not affected 2025-01-24T00:47:45.7874325Z Vulnerability Tsx async abort: Not affected 2025-01-24T00:47:45.7878227Z 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 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-01-24T00:47:45.7881938Z 2025-01-24T00:47:45.7882079Z Versions of relevant libraries: 2025-01-24T00:47:45.7882452Z [pip3] numpy==2.0.2 2025-01-24T00:47:45.7882786Z [pip3] nvidia-cublas-cu12==12.4.5.8 2025-01-24T00:47:45.7883284Z [pip3] nvidia-cuda-cupti-cu12==12.4.127 2025-01-24T00:47:45.7883755Z [pip3] nvidia-cuda-nvrtc-cu12==12.4.127 2025-01-24T00:47:45.7884196Z [pip3] nvidia-cuda-runtime-cu12==12.4.127 2025-01-24T00:47:45.7884628Z [pip3] nvidia-cudnn-cu12==9.1.0.70 2025-01-24T00:47:45.7885024Z [pip3] nvidia-cufft-cu12==11.2.1.3 2025-01-24T00:47:45.7885421Z [pip3] nvidia-curand-cu12==10.3.5.147 2025-01-24T00:47:45.7885839Z [pip3] nvidia-cusolver-cu12==11.6.1.9 2025-01-24T00:47:45.7886554Z [pip3] nvidia-cusparse-cu12==12.3.1.170 2025-01-24T00:47:45.7886964Z [pip3] nvidia-nccl-cu12==2.21.5 2025-01-24T00:47:45.7887363Z [pip3] nvidia-nvjitlink-cu12==12.4.127 2025-01-24T00:47:45.7887781Z [pip3] nvidia-nvtx-cu12==12.4.127 2025-01-24T00:47:45.7888159Z [pip3] optree==0.14.0 2025-01-24T00:47:45.7888479Z [pip3] torch==2.5.1 2025-01-24T00:47:45.7888790Z [pip3] triton==3.1.0 2025-01-24T00:47:45.7889123Z [conda] No relevant packages 2025-01-24T00:47:46.0264482Z Post job cleanup. 2025-01-24T00:47:46.1362425Z Cache hit occurred on the primary key setup-python-Linux-20.04-Ubuntu-python-3.9.21-pip-1482928be0036e5790a53f9fe17af04a951799d4055f9d2a606bd228ff2ff169, not saving cache. 2025-01-24T00:47:46.1459065Z Post job cleanup. 2025-01-24T00:47:46.1500870Z Post job cleanup. 2025-01-24T00:47:46.2425997Z [command]/usr/bin/git version 2025-01-24T00:47:46.2466494Z git version 2.47.1 2025-01-24T00:47:46.2507012Z Temporarily overriding HOME='/home/runner/work/_temp/07e129bc-ef88-4356-95a4-cedb82ae14ac' before making global git config changes 2025-01-24T00:47:46.2508158Z Adding repository directory to the temporary git global config as a safe directory 2025-01-24T00:47:46.2512145Z [command]/usr/bin/git config --global --add safe.directory /home/runner/work/pytorch/pytorch 2025-01-24T00:47:46.2544630Z [command]/usr/bin/git config --local --name-only --get-regexp core\.sshCommand 2025-01-24T00:47:46.2575512Z [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-01-24T00:47:46.2814214Z [command]/usr/bin/git config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader 2025-01-24T00:47:46.2834008Z http.https://github.com/.extraheader 2025-01-24T00:47:46.2845809Z [command]/usr/bin/git config --local --unset-all http.https://github.com/.extraheader 2025-01-24T00:47:46.2875921Z [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-01-24T00:47:46.3212806Z Cleaning up orphan processes