2024-12-17T23:28:35.2277835Z Current runner version: '2.321.0' 2024-12-17T23:28:35.2284785Z Runner name: 'linux.20_04.4x_eaf5db826015' 2024-12-17T23:28:35.2285632Z Runner group name: 'Default' 2024-12-17T23:28:35.2286465Z Machine name: 'runner' 2024-12-17T23:28:35.2302610Z ##[group]Operating System 2024-12-17T23:28:35.2303309Z Ubuntu 2024-12-17T23:28:35.2303790Z 20.04.6 2024-12-17T23:28:35.2304266Z LTS 2024-12-17T23:28:35.2304714Z ##[endgroup] 2024-12-17T23:28:35.2305208Z ##[group]Runner Image 2024-12-17T23:28:35.2305776Z Image: ubuntu-20.04 2024-12-17T23:28:35.2306260Z Version: 20241209.1.0 2024-12-17T23:28:35.2307292Z Included Software: https://github.com/actions/runner-images/blob/ubuntu20/20241209.1/images/ubuntu/Ubuntu2004-Readme.md 2024-12-17T23:28:35.2308738Z Image Release: https://github.com/actions/runner-images/releases/tag/ubuntu20%2F20241209.1 2024-12-17T23:28:35.2309672Z ##[endgroup] 2024-12-17T23:28:35.2311922Z ##[group]GITHUB_TOKEN Permissions 2024-12-17T23:28:35.2313783Z Actions: read 2024-12-17T23:28:35.2314487Z Attestations: read 2024-12-17T23:28:35.2315155Z Checks: read 2024-12-17T23:28:35.2315613Z Contents: read 2024-12-17T23:28:35.2316139Z Deployments: read 2024-12-17T23:28:35.2316652Z Discussions: read 2024-12-17T23:28:35.2317129Z Issues: read 2024-12-17T23:28:35.2317609Z Metadata: read 2024-12-17T23:28:35.2318108Z Packages: read 2024-12-17T23:28:35.2318573Z Pages: read 2024-12-17T23:28:35.2319062Z PullRequests: read 2024-12-17T23:28:35.2319584Z RepositoryProjects: read 2024-12-17T23:28:35.2320110Z SecurityEvents: read 2024-12-17T23:28:35.2320623Z Statuses: read 2024-12-17T23:28:35.2321115Z ##[endgroup] 2024-12-17T23:28:35.2324079Z Secret source: Actions 2024-12-17T23:28:35.2324821Z Prepare workflow directory 2024-12-17T23:28:35.2622694Z Prepare all required actions 2024-12-17T23:28:35.2658862Z Getting action download info 2024-12-17T23:28:35.4415691Z Download action repository 'pytorch/pytorch@release/2.6' (SHA:0cdf8b1d09254cfda66191d1bd01e3041c3c76f7) 2024-12-17T23:28:48.0954868Z Download action repository 'actions/setup-python@v4' (SHA:65d7f2d534ac1bc67fcd62888c5f4f3d2cb2b236) 2024-12-17T23:28:48.2177726Z Getting action download info 2024-12-17T23:28:48.3855775Z Download action repository 'malfet/checkout@silent-checkout' (SHA:e07af140b3ccefc05679e3755b9db68f4ee4589c) 2024-12-17T23:28:48.6276070Z Complete job name: Test collect_env (with_torch) 2024-12-17T23:28:48.6970308Z ##[group]Run pytorch/pytorch/.github/actions/checkout-pytorch@release/2.6 2024-12-17T23:28:48.6971055Z with: 2024-12-17T23:28:48.6971322Z submodules: false 2024-12-17T23:28:48.6971579Z fetch-depth: 1 2024-12-17T23:28:48.6972025Z ##[endgroup] 2024-12-17T23:28:48.7121683Z ##[group]Run echo "IN_CONTAINER_RUNNER=$(if [ -f /.inarc ] || [ -f /.incontainer ]; then echo true ; else echo false; fi)" >> "$GITHUB_OUTPUT" 2024-12-17T23:28:48.7122915Z echo "IN_CONTAINER_RUNNER=$(if [ -f /.inarc ] || [ -f /.incontainer ]; then echo true ; else echo false; fi)" >> "$GITHUB_OUTPUT" 2024-12-17T23:28:48.7279606Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2024-12-17T23:28:48.7280196Z ##[endgroup] 2024-12-17T23:28:48.7549226Z ##[group]Run retry () { 2024-12-17T23:28:48.7549694Z retry () { 2024-12-17T23:28:48.7550189Z  $* || (sleep 1 && $*) || (sleep 2 && $*) || (sleep 4 && $*) || (sleep 8 && $*) 2024-12-17T23:28:48.7550636Z } 2024-12-17T23:28:48.7551002Z echo "${GITHUB_WORKSPACE}" 2024-12-17T23:28:48.7551455Z if [ -z "${NO_SUDO}" ]; then 2024-12-17T23:28:48.7551863Z  retry sudo rm -rf "${GITHUB_WORKSPACE}" 2024-12-17T23:28:48.7552230Z else 2024-12-17T23:28:48.7552602Z  retry rm -rf "${GITHUB_WORKSPACE}" 2024-12-17T23:28:48.7552977Z fi 2024-12-17T23:28:48.7553254Z mkdir "${GITHUB_WORKSPACE}" 2024-12-17T23:28:48.7609713Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2024-12-17T23:28:48.7610235Z env: 2024-12-17T23:28:48.7610677Z NO_SUDO: 2024-12-17T23:28:48.7611138Z ##[endgroup] 2024-12-17T23:28:48.7696548Z /home/runner/work/pytorch/pytorch 2024-12-17T23:28:48.7844537Z ##[group]Run malfet/checkout@silent-checkout 2024-12-17T23:28:48.7844991Z with: 2024-12-17T23:28:48.7845370Z ref: 0cdf8b1d09254cfda66191d1bd01e3041c3c76f7 2024-12-17T23:28:48.7845733Z fetch-depth: 1 2024-12-17T23:28:48.7846042Z submodules: false 2024-12-17T23:28:48.7846406Z quiet-checkout: true 2024-12-17T23:28:48.7846726Z repository: pytorch/pytorch 2024-12-17T23:28:48.7847222Z token: *** 2024-12-17T23:28:48.7847558Z ssh-strict: true 2024-12-17T23:28:48.7847892Z persist-credentials: true 2024-12-17T23:28:48.7848212Z clean: true 2024-12-17T23:28:48.7848536Z sparse-checkout-cone-mode: true 2024-12-17T23:28:48.7848899Z lfs: false 2024-12-17T23:28:48.7849181Z set-safe-directory: true 2024-12-17T23:28:48.7849519Z ##[endgroup] 2024-12-17T23:28:48.8652117Z Syncing repository: pytorch/pytorch 2024-12-17T23:28:48.8653825Z ##[group]Getting Git version info 2024-12-17T23:28:48.8654477Z Working directory is '/home/runner/work/pytorch/pytorch' 2024-12-17T23:28:48.8655355Z [command]/usr/bin/git version 2024-12-17T23:28:48.8677322Z git version 2.47.1 2024-12-17T23:28:48.8703320Z ##[endgroup] 2024-12-17T23:28:48.8716107Z Temporarily overriding HOME='/home/runner/work/_temp/d61c9b3a-07d3-4e81-82df-935162c230c0' before making global git config changes 2024-12-17T23:28:48.8717094Z Adding repository directory to the temporary git global config as a safe directory 2024-12-17T23:28:48.8719590Z [command]/usr/bin/git config --global --add safe.directory /home/runner/work/pytorch/pytorch 2024-12-17T23:28:48.8750262Z Deleting the contents of '/home/runner/work/pytorch/pytorch' 2024-12-17T23:28:48.8754163Z ##[group]Initializing the repository 2024-12-17T23:28:48.8757001Z [command]/usr/bin/git init /home/runner/work/pytorch/pytorch 2024-12-17T23:28:48.8811254Z hint: Using 'master' as the name for the initial branch. This default branch name 2024-12-17T23:28:48.8812502Z hint: is subject to change. To configure the initial branch name to use in all 2024-12-17T23:28:48.8813595Z hint: of your new repositories, which will suppress this warning, call: 2024-12-17T23:28:48.8814416Z hint: 2024-12-17T23:28:48.8815246Z hint: git config --global init.defaultBranch 2024-12-17T23:28:48.8816061Z hint: 2024-12-17T23:28:48.8816811Z hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and 2024-12-17T23:28:48.8818307Z hint: 'development'. The just-created branch can be renamed via this command: 2024-12-17T23:28:48.8819345Z hint: 2024-12-17T23:28:48.8819926Z hint: git branch -m 2024-12-17T23:28:48.8820796Z Initialized empty Git repository in /home/runner/work/pytorch/pytorch/.git/ 2024-12-17T23:28:48.8823748Z [command]/usr/bin/git remote add origin https://github.com/pytorch/pytorch 2024-12-17T23:28:48.8852824Z ##[endgroup] 2024-12-17T23:28:48.8854038Z ##[group]Disabling automatic garbage collection 2024-12-17T23:28:48.8855959Z [command]/usr/bin/git config --local gc.auto 0 2024-12-17T23:28:48.8881318Z ##[endgroup] 2024-12-17T23:28:48.8882476Z ##[group]Setting up auth 2024-12-17T23:28:48.8887436Z [command]/usr/bin/git config --local --name-only --get-regexp core\.sshCommand 2024-12-17T23:28:48.8912161Z [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' || :" 2024-12-17T23:28:48.9160384Z [command]/usr/bin/git config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader 2024-12-17T23:28:48.9185277Z [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' || :" 2024-12-17T23:28:48.9394812Z [command]/usr/bin/git config --local http.https://github.com/.extraheader AUTHORIZATION: basic *** 2024-12-17T23:28:48.9424646Z ##[endgroup] 2024-12-17T23:28:48.9425686Z ##[group]Fetching the repository 2024-12-17T23:28:48.9431490Z [command]/usr/bin/git -c protocol.version=2 fetch --no-tags --prune --progress --no-recurse-submodules --quiet --depth=1 origin 0cdf8b1d09254cfda66191d1bd01e3041c3c76f7 2024-12-17T23:28:49.2562579Z remote: Enumerating objects: 11607, done. 2024-12-17T23:28:49.2568698Z remote: Counting objects: 0% (1/11607) 2024-12-17T23:28:49.2570076Z remote: Counting objects: 1% (117/11607) 2024-12-17T23:28:49.2571008Z remote: Counting objects: 2% (233/11607) 2024-12-17T23:28:49.2572826Z remote: Counting objects: 3% (349/11607) 2024-12-17T23:28:49.2573949Z remote: Counting objects: 4% (465/11607) 2024-12-17T23:28:49.2575288Z remote: Counting objects: 5% (581/11607) 2024-12-17T23:28:49.2576308Z remote: Counting objects: 6% (697/11607) 2024-12-17T23:28:49.2577434Z remote: Counting objects: 7% (813/11607) 2024-12-17T23:28:49.2615834Z remote: Counting objects: 8% (929/11607) 2024-12-17T23:28:49.2616679Z remote: Counting objects: 9% (1045/11607) 2024-12-17T23:28:49.2617184Z remote: Counting objects: 10% (1161/11607) 2024-12-17T23:28:49.2617721Z remote: Counting objects: 11% (1277/11607) 2024-12-17T23:28:49.2618231Z remote: Counting objects: 12% (1393/11607) 2024-12-17T23:28:49.2618670Z remote: Counting objects: 13% (1509/11607) 2024-12-17T23:28:49.2619087Z remote: Counting objects: 14% (1625/11607) 2024-12-17T23:28:49.2619546Z remote: Counting objects: 15% (1742/11607) 2024-12-17T23:28:49.2619975Z remote: Counting objects: 16% (1858/11607) 2024-12-17T23:28:49.2620443Z remote: Counting objects: 17% (1974/11607) 2024-12-17T23:28:49.2621143Z remote: Counting objects: 18% (2090/11607) 2024-12-17T23:28:49.2622093Z remote: Counting objects: 19% (2206/11607) 2024-12-17T23:28:49.2623206Z remote: Counting objects: 20% (2322/11607) 2024-12-17T23:28:49.2624159Z remote: Counting objects: 21% (2438/11607) 2024-12-17T23:28:49.2624735Z remote: Counting objects: 22% (2554/11607) 2024-12-17T23:28:49.2625648Z remote: Counting objects: 23% (2670/11607) 2024-12-17T23:28:49.2626395Z remote: Counting objects: 24% (2786/11607) 2024-12-17T23:28:49.2627190Z remote: Counting objects: 25% (2902/11607) 2024-12-17T23:28:49.2627649Z remote: Counting objects: 26% (3018/11607) 2024-12-17T23:28:49.2628670Z remote: Counting objects: 27% (3134/11607) 2024-12-17T23:28:49.2629385Z remote: Counting objects: 28% (3250/11607) 2024-12-17T23:28:49.2629842Z remote: Counting objects: 29% (3367/11607) 2024-12-17T23:28:49.2630310Z remote: Counting objects: 30% (3483/11607) 2024-12-17T23:28:49.2630923Z remote: Counting objects: 31% (3599/11607) 2024-12-17T23:28:49.2631829Z remote: Counting objects: 32% (3715/11607) 2024-12-17T23:28:49.2632435Z remote: Counting objects: 33% (3831/11607) 2024-12-17T23:28:49.2632877Z remote: Counting objects: 34% (3947/11607) 2024-12-17T23:28:49.2633401Z remote: Counting objects: 35% (4063/11607) 2024-12-17T23:28:49.2633804Z remote: Counting objects: 36% (4179/11607) 2024-12-17T23:28:49.2634221Z remote: Counting objects: 37% (4295/11607) 2024-12-17T23:28:49.2634677Z remote: Counting objects: 38% (4411/11607) 2024-12-17T23:28:49.2635068Z remote: Counting objects: 39% (4527/11607) 2024-12-17T23:28:49.2635487Z remote: Counting objects: 40% (4643/11607) 2024-12-17T23:28:49.2635945Z remote: Counting objects: 41% (4759/11607) 2024-12-17T23:28:49.2636329Z remote: Counting objects: 42% (4875/11607) 2024-12-17T23:28:49.2636746Z remote: Counting objects: 43% (4992/11607) 2024-12-17T23:28:49.2637213Z remote: Counting objects: 44% (5108/11607) 2024-12-17T23:28:49.2637878Z remote: Counting objects: 45% (5224/11607) 2024-12-17T23:28:49.2638317Z remote: Counting objects: 46% (5340/11607) 2024-12-17T23:28:49.2642469Z remote: Counting objects: 47% (5456/11607) 2024-12-17T23:28:49.2646903Z remote: Counting objects: 48% (5572/11607) 2024-12-17T23:28:49.2647939Z remote: Counting objects: 49% (5688/11607) 2024-12-17T23:28:49.2648739Z remote: Counting objects: 50% (5804/11607) 2024-12-17T23:28:49.2650042Z remote: Counting objects: 51% (5920/11607) 2024-12-17T23:28:49.2651101Z remote: Counting objects: 52% (6036/11607) 2024-12-17T23:28:49.2652043Z remote: Counting objects: 53% (6152/11607) 2024-12-17T23:28:49.2653256Z remote: Counting objects: 54% (6268/11607) 2024-12-17T23:28:49.2655335Z remote: Counting objects: 55% (6384/11607) 2024-12-17T23:28:49.2656413Z remote: Counting objects: 56% (6500/11607) 2024-12-17T23:28:49.2671547Z remote: Counting objects: 57% (6616/11607) 2024-12-17T23:28:49.2672425Z remote: Counting objects: 58% (6733/11607) 2024-12-17T23:28:49.2673123Z remote: Counting objects: 59% (6849/11607) 2024-12-17T23:28:49.2673839Z remote: Counting objects: 60% (6965/11607) 2024-12-17T23:28:49.2674718Z remote: Counting objects: 61% (7081/11607) 2024-12-17T23:28:49.2675462Z remote: Counting objects: 62% (7197/11607) 2024-12-17T23:28:49.2676182Z remote: Counting objects: 63% (7313/11607) 2024-12-17T23:28:49.2677238Z remote: Counting objects: 64% (7429/11607) 2024-12-17T23:28:49.2678182Z remote: Counting objects: 65% (7545/11607) 2024-12-17T23:28:49.2680624Z remote: Counting objects: 66% (7661/11607) 2024-12-17T23:28:49.2681701Z remote: Counting objects: 67% (7777/11607) 2024-12-17T23:28:49.2683076Z remote: Counting objects: 68% (7893/11607) 2024-12-17T23:28:49.2684795Z remote: Counting objects: 69% (8009/11607) 2024-12-17T23:28:49.2685679Z remote: Counting objects: 70% (8125/11607) 2024-12-17T23:28:49.2687261Z remote: Counting objects: 71% (8241/11607) 2024-12-17T23:28:49.2688059Z remote: Counting objects: 72% (8358/11607) 2024-12-17T23:28:49.2689084Z remote: Counting objects: 73% (8474/11607) 2024-12-17T23:28:49.2689967Z remote: Counting objects: 74% (8590/11607) 2024-12-17T23:28:49.2691027Z remote: Counting objects: 75% (8706/11607) 2024-12-17T23:28:49.2695047Z remote: Counting objects: 76% (8822/11607) 2024-12-17T23:28:49.2696241Z remote: Counting objects: 77% (8938/11607) 2024-12-17T23:28:49.2697405Z remote: Counting objects: 78% (9054/11607) 2024-12-17T23:28:49.2699817Z remote: Counting objects: 79% (9170/11607) 2024-12-17T23:28:49.2701157Z remote: Counting objects: 80% (9286/11607) 2024-12-17T23:28:49.2703578Z remote: Counting objects: 81% (9402/11607) 2024-12-17T23:28:49.2707155Z remote: Counting objects: 82% (9518/11607) 2024-12-17T23:28:49.2708236Z remote: Counting objects: 83% (9634/11607) 2024-12-17T23:28:49.2710836Z remote: Counting objects: 84% (9750/11607) 2024-12-17T23:28:49.2711554Z remote: Counting objects: 85% (9866/11607) 2024-12-17T23:28:49.2712351Z remote: Counting objects: 86% (9983/11607) 2024-12-17T23:28:49.2714039Z remote: Counting objects: 87% (10099/11607) 2024-12-17T23:28:49.2716442Z remote: Counting objects: 88% (10215/11607) 2024-12-17T23:28:49.2718564Z remote: Counting objects: 89% (10331/11607) 2024-12-17T23:28:49.2720451Z remote: Counting objects: 90% (10447/11607) 2024-12-17T23:28:49.2722402Z remote: Counting objects: 91% (10563/11607) 2024-12-17T23:28:49.2725381Z remote: Counting objects: 92% (10679/11607) 2024-12-17T23:28:49.2728355Z remote: Counting objects: 93% (10795/11607) 2024-12-17T23:28:49.2731941Z remote: Counting objects: 94% (10911/11607) 2024-12-17T23:28:49.2736247Z remote: Counting objects: 95% (11027/11607) 2024-12-17T23:28:49.2739318Z remote: Counting objects: 96% (11143/11607) 2024-12-17T23:28:49.2743481Z remote: Counting objects: 97% (11259/11607) 2024-12-17T23:28:49.2746138Z remote: Counting objects: 98% (11375/11607) 2024-12-17T23:28:49.2749192Z remote: Counting objects: 99% (11491/11607) 2024-12-17T23:28:49.2749968Z remote: Counting objects: 100% (11607/11607) 2024-12-17T23:28:49.2750744Z remote: Counting objects: 100% (11607/11607), done. 2024-12-17T23:28:49.2839932Z remote: Compressing objects: 0% (1/10160) 2024-12-17T23:28:49.3105585Z remote: Compressing objects: 1% (102/10160) 2024-12-17T23:28:49.3693209Z remote: Compressing objects: 2% (204/10160) 2024-12-17T23:28:49.3941711Z remote: Compressing objects: 3% (305/10160) 2024-12-17T23:28:49.4378210Z remote: Compressing objects: 4% (407/10160) 2024-12-17T23:28:49.4817504Z remote: Compressing objects: 5% (508/10160) 2024-12-17T23:28:49.5495555Z remote: Compressing objects: 6% (610/10160) 2024-12-17T23:28:49.6216047Z remote: Compressing objects: 7% (712/10160) 2024-12-17T23:28:49.6883718Z remote: Compressing objects: 8% (813/10160) 2024-12-17T23:28:49.7339556Z remote: Compressing objects: 9% (915/10160) 2024-12-17T23:28:49.7781500Z remote: Compressing objects: 10% (1016/10160) 2024-12-17T23:28:49.8165267Z remote: Compressing objects: 11% (1118/10160) 2024-12-17T23:28:49.8523438Z remote: Compressing objects: 12% (1220/10160) 2024-12-17T23:28:49.9225575Z remote: Compressing objects: 13% (1321/10160) 2024-12-17T23:28:49.9784685Z remote: Compressing objects: 14% (1423/10160) 2024-12-17T23:28:50.0339725Z remote: Compressing objects: 15% (1524/10160) 2024-12-17T23:28:50.0874618Z remote: Compressing objects: 16% (1626/10160) 2024-12-17T23:28:50.1426601Z remote: Compressing objects: 17% (1728/10160) 2024-12-17T23:28:50.1878809Z remote: Compressing objects: 18% (1829/10160) 2024-12-17T23:28:50.2614346Z remote: Compressing objects: 19% (1931/10160) 2024-12-17T23:28:50.2754725Z remote: Compressing objects: 20% (2032/10160) 2024-12-17T23:28:50.3280033Z remote: Compressing objects: 20% (2067/10160) 2024-12-17T23:28:50.3671327Z remote: Compressing objects: 21% (2134/10160) 2024-12-17T23:28:50.4281700Z remote: Compressing objects: 22% (2236/10160) 2024-12-17T23:28:50.4907147Z remote: Compressing objects: 23% (2337/10160) 2024-12-17T23:28:50.5475069Z remote: Compressing objects: 24% (2439/10160) 2024-12-17T23:28:50.5933931Z remote: Compressing objects: 25% (2540/10160) 2024-12-17T23:28:50.6620588Z remote: Compressing objects: 26% (2642/10160) 2024-12-17T23:28:50.7023025Z remote: Compressing objects: 27% (2744/10160) 2024-12-17T23:28:50.7461354Z remote: Compressing objects: 28% (2845/10160) 2024-12-17T23:28:50.7977242Z remote: Compressing objects: 29% (2947/10160) 2024-12-17T23:28:50.8515067Z remote: Compressing objects: 30% (3048/10160) 2024-12-17T23:28:50.9121810Z remote: Compressing objects: 31% (3150/10160) 2024-12-17T23:28:50.9198187Z remote: Compressing objects: 32% (3252/10160) 2024-12-17T23:28:50.9303167Z remote: Compressing objects: 33% (3353/10160) 2024-12-17T23:28:50.9563314Z remote: Compressing objects: 34% (3455/10160) 2024-12-17T23:28:50.9704492Z remote: Compressing objects: 35% (3556/10160) 2024-12-17T23:28:50.9935372Z remote: Compressing objects: 36% (3658/10160) 2024-12-17T23:28:50.9953227Z remote: Compressing objects: 37% (3760/10160) 2024-12-17T23:28:51.0098184Z remote: Compressing objects: 38% (3861/10160) 2024-12-17T23:28:51.0397518Z remote: Compressing objects: 39% (3963/10160) 2024-12-17T23:28:51.0580185Z remote: Compressing objects: 40% (4064/10160) 2024-12-17T23:28:51.0860608Z remote: Compressing objects: 41% (4166/10160) 2024-12-17T23:28:51.1253204Z remote: Compressing objects: 42% (4268/10160) 2024-12-17T23:28:51.1758911Z remote: Compressing objects: 43% (4369/10160) 2024-12-17T23:28:51.2134867Z remote: Compressing objects: 44% (4471/10160) 2024-12-17T23:28:51.2427688Z remote: Compressing objects: 45% (4572/10160) 2024-12-17T23:28:51.2766550Z remote: Compressing objects: 46% (4674/10160) 2024-12-17T23:28:51.2849621Z remote: Compressing objects: 46% (4753/10160) 2024-12-17T23:28:51.3348839Z remote: Compressing objects: 47% (4776/10160) 2024-12-17T23:28:51.3659916Z remote: Compressing objects: 48% (4877/10160) 2024-12-17T23:28:51.4040939Z remote: Compressing objects: 49% (4979/10160) 2024-12-17T23:28:51.4597062Z remote: Compressing objects: 50% (5080/10160) 2024-12-17T23:28:51.4999449Z remote: Compressing objects: 51% (5182/10160) 2024-12-17T23:28:51.5327197Z remote: Compressing objects: 52% (5284/10160) 2024-12-17T23:28:51.5572714Z remote: Compressing objects: 53% (5385/10160) 2024-12-17T23:28:51.5818693Z remote: Compressing objects: 54% (5487/10160) 2024-12-17T23:28:51.6151540Z remote: Compressing objects: 55% (5588/10160) 2024-12-17T23:28:51.6593109Z remote: Compressing objects: 56% (5690/10160) 2024-12-17T23:28:51.6822918Z remote: Compressing objects: 57% (5792/10160) 2024-12-17T23:28:51.7428740Z remote: Compressing objects: 58% (5893/10160) 2024-12-17T23:28:51.7477187Z remote: Compressing objects: 59% (5995/10160) 2024-12-17T23:28:51.7609996Z remote: Compressing objects: 60% (6096/10160) 2024-12-17T23:28:51.7788652Z remote: Compressing objects: 61% (6198/10160) 2024-12-17T23:28:51.8214595Z remote: Compressing objects: 62% (6300/10160) 2024-12-17T23:28:51.8441097Z remote: Compressing objects: 63% (6401/10160) 2024-12-17T23:28:51.8503457Z remote: Compressing objects: 64% (6503/10160) 2024-12-17T23:28:51.8539291Z remote: Compressing objects: 65% (6604/10160) 2024-12-17T23:28:51.8608100Z remote: Compressing objects: 66% (6706/10160) 2024-12-17T23:28:51.8750778Z remote: Compressing objects: 67% (6808/10160) 2024-12-17T23:28:51.8818940Z remote: Compressing objects: 68% (6909/10160) 2024-12-17T23:28:51.8909842Z remote: Compressing objects: 69% (7011/10160) 2024-12-17T23:28:51.9050558Z remote: Compressing objects: 70% (7112/10160) 2024-12-17T23:28:51.9193831Z remote: Compressing objects: 71% (7214/10160) 2024-12-17T23:28:51.9317615Z remote: Compressing objects: 72% (7316/10160) 2024-12-17T23:28:51.9437582Z remote: Compressing objects: 73% (7417/10160) 2024-12-17T23:28:51.9538477Z remote: Compressing objects: 74% (7519/10160) 2024-12-17T23:28:51.9692019Z remote: Compressing objects: 75% (7620/10160) 2024-12-17T23:28:51.9838925Z remote: Compressing objects: 76% (7722/10160) 2024-12-17T23:28:51.9988141Z remote: Compressing objects: 77% (7824/10160) 2024-12-17T23:28:52.0145447Z remote: Compressing objects: 78% (7925/10160) 2024-12-17T23:28:52.0289100Z remote: Compressing objects: 79% (8027/10160) 2024-12-17T23:28:52.0436494Z remote: Compressing objects: 80% (8128/10160) 2024-12-17T23:28:52.0618623Z remote: Compressing objects: 81% (8230/10160) 2024-12-17T23:28:52.0801568Z remote: Compressing objects: 82% (8332/10160) 2024-12-17T23:28:52.0930048Z remote: Compressing objects: 83% (8433/10160) 2024-12-17T23:28:52.1074400Z remote: Compressing objects: 84% (8535/10160) 2024-12-17T23:28:52.1220376Z remote: Compressing objects: 85% (8636/10160) 2024-12-17T23:28:52.1383203Z remote: Compressing objects: 86% (8738/10160) 2024-12-17T23:28:52.1525321Z remote: Compressing objects: 87% (8840/10160) 2024-12-17T23:28:52.1638006Z remote: Compressing objects: 88% (8941/10160) 2024-12-17T23:28:52.1786024Z remote: Compressing objects: 89% (9043/10160) 2024-12-17T23:28:52.1825450Z remote: Compressing objects: 90% (9144/10160) 2024-12-17T23:28:52.1838798Z remote: Compressing objects: 91% (9246/10160) 2024-12-17T23:28:52.1853633Z remote: Compressing objects: 92% (9348/10160) 2024-12-17T23:28:52.1875010Z remote: Compressing objects: 93% (9449/10160) 2024-12-17T23:28:52.1884578Z remote: Compressing objects: 94% (9551/10160) 2024-12-17T23:28:52.1897709Z remote: Compressing objects: 95% (9652/10160) 2024-12-17T23:28:52.1910563Z remote: Compressing objects: 96% (9754/10160) 2024-12-17T23:28:52.1925680Z remote: Compressing objects: 97% (9856/10160) 2024-12-17T23:28:52.1939528Z remote: Compressing objects: 98% (9957/10160) 2024-12-17T23:28:52.1951253Z remote: Compressing objects: 99% (10059/10160) 2024-12-17T23:28:52.1952122Z remote: Compressing objects: 100% (10160/10160) 2024-12-17T23:28:52.1952544Z remote: Compressing objects: 100% (10160/10160), done. 2024-12-17T23:28:55.3623913Z remote: Total 11607 (delta 1421), reused 4228 (delta 1146), pack-reused 0 (from 0) 2024-12-17T23:28:55.6579522Z ##[endgroup] 2024-12-17T23:28:55.6580383Z ##[group]Determining the checkout info 2024-12-17T23:28:55.6581327Z ##[endgroup] 2024-12-17T23:28:55.6582109Z ##[group]Checking out the ref 2024-12-17T23:28:55.6585479Z [command]/usr/bin/git checkout --quiet --force 0cdf8b1d09254cfda66191d1bd01e3041c3c76f7 2024-12-17T23:28:57.0477532Z ##[endgroup] 2024-12-17T23:28:57.0513797Z [command]/usr/bin/git log -1 --format='%H' 2024-12-17T23:28:57.0534564Z '0cdf8b1d09254cfda66191d1bd01e3041c3c76f7' 2024-12-17T23:28:57.0702602Z ##[group]Run actions/setup-python@v4 2024-12-17T23:28:57.0702924Z with: 2024-12-17T23:28:57.0703189Z python-version: 3.9 2024-12-17T23:28:57.0703509Z architecture: x64 2024-12-17T23:28:57.0703749Z check-latest: false 2024-12-17T23:28:57.0704027Z cache: pip 2024-12-17T23:28:57.0704339Z cache-dependency-path: **/requirements.txt 2024-12-17T23:28:57.0704772Z token: *** 2024-12-17T23:28:57.0705060Z update-environment: true 2024-12-17T23:28:57.0705389Z allow-prereleases: false 2024-12-17T23:28:57.0705641Z ##[endgroup] 2024-12-17T23:28:57.1919101Z ##[group]Installed versions 2024-12-17T23:28:57.2010890Z Successfully set up CPython (3.9.20) 2024-12-17T23:28:57.2012371Z ##[endgroup] 2024-12-17T23:28:58.2869492Z [command]/opt/hostedtoolcache/Python/3.9.20/x64/bin/pip cache dir 2024-12-17T23:28:58.4902099Z /home/runner/.cache/pip 2024-12-17T23:28:59.6611301Z Received 285212672 of 759129984 (37.6%), 271.7 MBs/sec 2024-12-17T23:29:00.6624340Z Received 624951296 of 759129984 (82.3%), 297.6 MBs/sec 2024-12-17T23:29:01.7397277Z Received 759129984 of 759129984 (100.0%), 235.1 MBs/sec 2024-12-17T23:29:01.7398665Z Cache Size: ~724 MB (759129984 B) 2024-12-17T23:29:01.7465071Z [command]/usr/bin/tar -xf /home/runner/work/_temp/09b797e0-db2e-4994-b9e6-d2f1ed454416/cache.tzst -P -C /home/runner/work/pytorch/pytorch --use-compress-program unzstd 2024-12-17T23:29:03.2649207Z Cache restored successfully 2024-12-17T23:29:03.4234719Z Cache restored from key: setup-python-Linux-20.04-Ubuntu-python-3.9.20-pip-85a034c495ba9a4e0657070298e5681e0783aa9771704355dd8b3bfab3b23056 2024-12-17T23:29:03.4425091Z ##[group]Run pip install -r requirements.txt 2024-12-17T23:29:03.4425603Z pip install -r requirements.txt 2024-12-17T23:29:03.4426075Z # Doesn't really matter what torch version, we just need ANY torch installed 2024-12-17T23:29:03.4426557Z pip install 'torch==2.*' 2024-12-17T23:29:03.4489901Z shell: /usr/bin/bash -e {0} 2024-12-17T23:29:03.4490291Z env: 2024-12-17T23:29:03.4490615Z pythonLocation: /opt/hostedtoolcache/Python/3.9.20/x64 2024-12-17T23:29:03.4491109Z PKG_CONFIG_PATH: /opt/hostedtoolcache/Python/3.9.20/x64/lib/pkgconfig 2024-12-17T23:29:03.4491643Z Python_ROOT_DIR: /opt/hostedtoolcache/Python/3.9.20/x64 2024-12-17T23:29:03.4492045Z Python2_ROOT_DIR: /opt/hostedtoolcache/Python/3.9.20/x64 2024-12-17T23:29:03.4492457Z Python3_ROOT_DIR: /opt/hostedtoolcache/Python/3.9.20/x64 2024-12-17T23:29:03.4492938Z LD_LIBRARY_PATH: /opt/hostedtoolcache/Python/3.9.20/x64/lib 2024-12-17T23:29:03.4493312Z ##[endgroup] 2024-12-17T23:29:04.3668248Z Collecting astunparse (from -r requirements.txt (line 2)) 2024-12-17T23:29:04.3897985Z Downloading astunparse-1.6.3-py2.py3-none-any.whl.metadata (4.4 kB) 2024-12-17T23:29:04.4076150Z Collecting expecttest>=0.2.1 (from -r requirements.txt (line 3)) 2024-12-17T23:29:04.4154154Z Downloading expecttest-0.3.0-py3-none-any.whl.metadata (3.8 kB) 2024-12-17T23:29:04.9776287Z Collecting hypothesis (from -r requirements.txt (line 4)) 2024-12-17T23:29:04.9856236Z Downloading hypothesis-6.122.3-py3-none-any.whl.metadata (6.0 kB) 2024-12-17T23:29:05.2069557Z Collecting numpy (from -r requirements.txt (line 5)) 2024-12-17T23:29:05.2190095Z Downloading numpy-2.0.2-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (60 kB) 2024-12-17T23:29:05.3263975Z Collecting psutil (from -r requirements.txt (line 6)) 2024-12-17T23:29:05.3342828Z Downloading psutil-6.1.0-cp36-abi3-manylinux_2_12_x86_64.manylinux2010_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (22 kB) 2024-12-17T23:29:05.3876579Z Collecting pyyaml (from -r requirements.txt (line 7)) 2024-12-17T23:29:05.3957277Z Downloading PyYAML-6.0.2-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (2.1 kB) 2024-12-17T23:29:05.4370358Z Collecting requests (from -r requirements.txt (line 8)) 2024-12-17T23:29:05.4446145Z Downloading requests-2.32.3-py3-none-any.whl.metadata (4.6 kB) 2024-12-17T23:29:05.4678345Z Requirement already satisfied: setuptools in /opt/hostedtoolcache/Python/3.9.20/x64/lib/python3.9/site-packages (from -r requirements.txt (line 9)) (58.1.0) 2024-12-17T23:29:05.4826403Z Collecting types-dataclasses (from -r requirements.txt (line 10)) 2024-12-17T23:29:05.4901425Z Downloading types_dataclasses-0.6.6-py3-none-any.whl.metadata (1.3 kB) 2024-12-17T23:29:05.5149397Z Collecting typing-extensions>=4.10.0 (from -r requirements.txt (line 11)) 2024-12-17T23:29:05.5167183Z Using cached typing_extensions-4.12.2-py3-none-any.whl.metadata (3.0 kB) 2024-12-17T23:29:05.5428756Z Collecting sympy==1.13.1 (from -r requirements.txt (line 12)) 2024-12-17T23:29:05.5503447Z Downloading sympy-1.13.1-py3-none-any.whl.metadata (12 kB) 2024-12-17T23:29:05.5820923Z Collecting filelock (from -r requirements.txt (line 13)) 2024-12-17T23:29:05.5896943Z Downloading filelock-3.16.1-py3-none-any.whl.metadata (2.9 kB) 2024-12-17T23:29:05.6268208Z Collecting networkx (from -r requirements.txt (line 14)) 2024-12-17T23:29:05.6357148Z Downloading networkx-3.2.1-py3-none-any.whl.metadata (5.2 kB) 2024-12-17T23:29:05.6636991Z Collecting jinja2 (from -r requirements.txt (line 15)) 2024-12-17T23:29:05.6655468Z Using cached jinja2-3.1.4-py3-none-any.whl.metadata (2.6 kB) 2024-12-17T23:29:05.6992782Z Collecting fsspec (from -r requirements.txt (line 16)) 2024-12-17T23:29:05.7069402Z Downloading fsspec-2024.10.0-py3-none-any.whl.metadata (11 kB) 2024-12-17T23:29:05.7732190Z Collecting lintrunner (from -r requirements.txt (line 17)) 2024-12-17T23:29:05.7809959Z Downloading lintrunner-0.12.7-py3-none-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (7.2 kB) 2024-12-17T23:29:05.8201296Z Collecting ninja (from -r requirements.txt (line 18)) 2024-12-17T23:29:05.8277944Z Downloading ninja-1.11.1.3-py3-none-manylinux_2_12_x86_64.manylinux2010_x86_64.whl.metadata (5.3 kB) 2024-12-17T23:29:05.8588995Z Collecting packaging (from -r requirements.txt (line 19)) 2024-12-17T23:29:05.8607717Z Using cached packaging-24.2-py3-none-any.whl.metadata (3.2 kB) 2024-12-17T23:29:05.9335069Z Collecting optree>=0.13.0 (from -r requirements.txt (line 20)) 2024-12-17T23:29:05.9416568Z Downloading optree-0.13.1-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (47 kB) 2024-12-17T23:29:06.0976921Z Collecting cmake (from -r requirements.txt (line 21)) 2024-12-17T23:29:06.1059258Z Downloading cmake-3.31.2-py3-none-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (6.5 kB) 2024-12-17T23:29:06.1256773Z Collecting mpmath<1.4,>=1.1.0 (from sympy==1.13.1->-r requirements.txt (line 12)) 2024-12-17T23:29:06.1332080Z Downloading mpmath-1.3.0-py3-none-any.whl.metadata (8.6 kB) 2024-12-17T23:29:06.1763124Z Collecting wheel<1.0,>=0.23.0 (from astunparse->-r requirements.txt (line 2)) 2024-12-17T23:29:06.1839365Z Downloading wheel-0.45.1-py3-none-any.whl.metadata (2.3 kB) 2024-12-17T23:29:06.2047371Z Collecting six<2.0,>=1.6.1 (from astunparse->-r requirements.txt (line 2)) 2024-12-17T23:29:06.2126155Z Downloading six-1.17.0-py2.py3-none-any.whl.metadata (1.7 kB) 2024-12-17T23:29:06.2381368Z Collecting attrs>=22.2.0 (from hypothesis->-r requirements.txt (line 4)) 2024-12-17T23:29:06.2456500Z Downloading attrs-24.3.0-py3-none-any.whl.metadata (11 kB) 2024-12-17T23:29:06.2777648Z Collecting exceptiongroup>=1.0.0 (from hypothesis->-r requirements.txt (line 4)) 2024-12-17T23:29:06.2795106Z Using cached exceptiongroup-1.2.2-py3-none-any.whl.metadata (6.6 kB) 2024-12-17T23:29:06.2978712Z Collecting sortedcontainers<3.0.0,>=2.1.0 (from hypothesis->-r requirements.txt (line 4)) 2024-12-17T23:29:06.3058953Z Downloading sortedcontainers-2.4.0-py2.py3-none-any.whl.metadata (10 kB) 2024-12-17T23:29:06.3961822Z Collecting charset-normalizer<4,>=2 (from requests->-r requirements.txt (line 8)) 2024-12-17T23:29:06.3980036Z Using cached charset_normalizer-3.4.0-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (34 kB) 2024-12-17T23:29:06.4194836Z Collecting idna<4,>=2.5 (from requests->-r requirements.txt (line 8)) 2024-12-17T23:29:06.4211958Z Using cached idna-3.10-py3-none-any.whl.metadata (10 kB) 2024-12-17T23:29:06.4745240Z Collecting urllib3<3,>=1.21.1 (from requests->-r requirements.txt (line 8)) 2024-12-17T23:29:06.4762773Z Using cached urllib3-2.2.3-py3-none-any.whl.metadata (6.5 kB) 2024-12-17T23:29:06.5027983Z Collecting certifi>=2017.4.17 (from requests->-r requirements.txt (line 8)) 2024-12-17T23:29:06.5125141Z Downloading certifi-2024.12.14-py3-none-any.whl.metadata (2.3 kB) 2024-12-17T23:29:06.6192871Z Collecting MarkupSafe>=2.0 (from jinja2->-r requirements.txt (line 15)) 2024-12-17T23:29:06.6211847Z Using cached MarkupSafe-3.0.2-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (4.0 kB) 2024-12-17T23:29:06.6497517Z Downloading sympy-1.13.1-py3-none-any.whl (6.2 MB) 2024-12-17T23:29:06.7061672Z ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 6.2/6.2 MB 127.1 MB/s eta 0:00:00 2024-12-17T23:29:06.7136989Z Downloading astunparse-1.6.3-py2.py3-none-any.whl (12 kB) 2024-12-17T23:29:06.7230816Z Downloading expecttest-0.3.0-py3-none-any.whl (8.2 kB) 2024-12-17T23:29:06.7329212Z Downloading hypothesis-6.122.3-py3-none-any.whl (475 kB) 2024-12-17T23:29:06.7459664Z Downloading numpy-2.0.2-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (19.5 MB) 2024-12-17T23:29:06.8501076Z ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 19.5/19.5 MB 191.5 MB/s eta 0:00:00 2024-12-17T23:29:06.8580627Z Downloading psutil-6.1.0-cp36-abi3-manylinux_2_12_x86_64.manylinux2010_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl (287 kB) 2024-12-17T23:29:06.8695141Z Downloading PyYAML-6.0.2-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (737 kB) 2024-12-17T23:29:06.8773632Z ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 737.4/737.4 kB 105.6 MB/s eta 0:00:00 2024-12-17T23:29:06.8853931Z Downloading requests-2.32.3-py3-none-any.whl (64 kB) 2024-12-17T23:29:06.8951873Z Downloading types_dataclasses-0.6.6-py3-none-any.whl (2.9 kB) 2024-12-17T23:29:06.8985933Z Using cached typing_extensions-4.12.2-py3-none-any.whl (37 kB) 2024-12-17T23:29:06.9065075Z Downloading filelock-3.16.1-py3-none-any.whl (16 kB) 2024-12-17T23:29:06.9162537Z Downloading networkx-3.2.1-py3-none-any.whl (1.6 MB) 2024-12-17T23:29:06.9294019Z ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 1.6/1.6 MB 134.3 MB/s eta 0:00:00 2024-12-17T23:29:06.9310708Z Using cached jinja2-3.1.4-py3-none-any.whl (133 kB) 2024-12-17T23:29:06.9389714Z Downloading fsspec-2024.10.0-py3-none-any.whl (179 kB) 2024-12-17T23:29:06.9500729Z Downloading lintrunner-0.12.7-py3-none-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (2.2 MB) 2024-12-17T23:29:06.9645897Z ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 2.2/2.2 MB 164.6 MB/s eta 0:00:00 2024-12-17T23:29:06.9721622Z Downloading ninja-1.11.1.3-py3-none-manylinux_2_12_x86_64.manylinux2010_x86_64.whl (422 kB) 2024-12-17T23:29:06.9788546Z Using cached packaging-24.2-py3-none-any.whl (65 kB) 2024-12-17T23:29:06.9892357Z Downloading optree-0.13.1-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (381 kB) 2024-12-17T23:29:07.0010827Z Downloading cmake-3.31.2-py3-none-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (27.8 MB) 2024-12-17T23:29:07.1422515Z ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 27.8/27.8 MB 200.7 MB/s eta 0:00:00 2024-12-17T23:29:07.1507731Z Downloading attrs-24.3.0-py3-none-any.whl (63 kB) 2024-12-17T23:29:07.1604546Z Downloading certifi-2024.12.14-py3-none-any.whl (164 kB) 2024-12-17T23:29:07.1648670Z Using cached charset_normalizer-3.4.0-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (144 kB) 2024-12-17T23:29:07.1666520Z Using cached exceptiongroup-1.2.2-py3-none-any.whl (16 kB) 2024-12-17T23:29:07.1682755Z Using cached idna-3.10-py3-none-any.whl (70 kB) 2024-12-17T23:29:07.1700153Z Using cached MarkupSafe-3.0.2-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (20 kB) 2024-12-17T23:29:07.1776522Z Downloading mpmath-1.3.0-py3-none-any.whl (536 kB) 2024-12-17T23:29:07.1840100Z ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 536.2/536.2 kB 75.8 MB/s eta 0:00:00 2024-12-17T23:29:07.1916907Z Downloading six-1.17.0-py2.py3-none-any.whl (11 kB) 2024-12-17T23:29:07.2009206Z Downloading sortedcontainers-2.4.0-py2.py3-none-any.whl (29 kB) 2024-12-17T23:29:07.2119373Z Downloading urllib3-2.2.3-py3-none-any.whl (126 kB) 2024-12-17T23:29:07.2218253Z Downloading wheel-0.45.1-py3-none-any.whl (72 kB) 2024-12-17T23:29:07.4833904Z 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 2024-12-17T23:29:17.8047944Z Successfully installed MarkupSafe-3.0.2 astunparse-1.6.3 attrs-24.3.0 certifi-2024.12.14 charset-normalizer-3.4.0 cmake-3.31.2 exceptiongroup-1.2.2 expecttest-0.3.0 filelock-3.16.1 fsspec-2024.10.0 hypothesis-6.122.3 idna-3.10 jinja2-3.1.4 lintrunner-0.12.7 mpmath-1.3.0 networkx-3.2.1 ninja-1.11.1.3 numpy-2.0.2 optree-0.13.1 packaging-24.2 psutil-6.1.0 pyyaml-6.0.2 requests-2.32.3 six-1.17.0 sortedcontainers-2.4.0 sympy-1.13.1 types-dataclasses-0.6.6 typing-extensions-4.12.2 urllib3-2.2.3 wheel-0.45.1 2024-12-17T23:29:19.0127356Z Collecting torch==2.* 2024-12-17T23:29:19.0346725Z Downloading torch-2.5.1-cp39-cp39-manylinux1_x86_64.whl.metadata (28 kB) 2024-12-17T23:29:19.0457747Z Requirement already satisfied: filelock in /opt/hostedtoolcache/Python/3.9.20/x64/lib/python3.9/site-packages (from torch==2.*) (3.16.1) 2024-12-17T23:29:19.0463034Z Requirement already satisfied: typing-extensions>=4.8.0 in /opt/hostedtoolcache/Python/3.9.20/x64/lib/python3.9/site-packages (from torch==2.*) (4.12.2) 2024-12-17T23:29:19.0466542Z Requirement already satisfied: networkx in /opt/hostedtoolcache/Python/3.9.20/x64/lib/python3.9/site-packages (from torch==2.*) (3.2.1) 2024-12-17T23:29:19.0470000Z Requirement already satisfied: jinja2 in /opt/hostedtoolcache/Python/3.9.20/x64/lib/python3.9/site-packages (from torch==2.*) (3.1.4) 2024-12-17T23:29:19.0473732Z Requirement already satisfied: fsspec in /opt/hostedtoolcache/Python/3.9.20/x64/lib/python3.9/site-packages (from torch==2.*) (2024.10.0) 2024-12-17T23:29:19.0639729Z Collecting nvidia-cuda-nvrtc-cu12==12.4.127 (from torch==2.*) 2024-12-17T23:29:19.0723499Z Downloading nvidia_cuda_nvrtc_cu12-12.4.127-py3-none-manylinux2014_x86_64.whl.metadata (1.5 kB) 2024-12-17T23:29:19.0937147Z Collecting nvidia-cuda-runtime-cu12==12.4.127 (from torch==2.*) 2024-12-17T23:29:19.1020510Z Downloading nvidia_cuda_runtime_cu12-12.4.127-py3-none-manylinux2014_x86_64.whl.metadata (1.5 kB) 2024-12-17T23:29:19.1210774Z Collecting nvidia-cuda-cupti-cu12==12.4.127 (from torch==2.*) 2024-12-17T23:29:19.1333845Z Downloading nvidia_cuda_cupti_cu12-12.4.127-py3-none-manylinux2014_x86_64.whl.metadata (1.6 kB) 2024-12-17T23:29:19.1533904Z Collecting nvidia-cudnn-cu12==9.1.0.70 (from torch==2.*) 2024-12-17T23:29:19.1612732Z Downloading nvidia_cudnn_cu12-9.1.0.70-py3-none-manylinux2014_x86_64.whl.metadata (1.6 kB) 2024-12-17T23:29:19.1804145Z Collecting nvidia-cublas-cu12==12.4.5.8 (from torch==2.*) 2024-12-17T23:29:19.1883448Z Downloading nvidia_cublas_cu12-12.4.5.8-py3-none-manylinux2014_x86_64.whl.metadata (1.5 kB) 2024-12-17T23:29:19.2067766Z Collecting nvidia-cufft-cu12==11.2.1.3 (from torch==2.*) 2024-12-17T23:29:19.2142445Z Downloading nvidia_cufft_cu12-11.2.1.3-py3-none-manylinux2014_x86_64.whl.metadata (1.5 kB) 2024-12-17T23:29:19.2330774Z Collecting nvidia-curand-cu12==10.3.5.147 (from torch==2.*) 2024-12-17T23:29:19.2420428Z Downloading nvidia_curand_cu12-10.3.5.147-py3-none-manylinux2014_x86_64.whl.metadata (1.5 kB) 2024-12-17T23:29:19.2623410Z Collecting nvidia-cusolver-cu12==11.6.1.9 (from torch==2.*) 2024-12-17T23:29:19.2701372Z Downloading nvidia_cusolver_cu12-11.6.1.9-py3-none-manylinux2014_x86_64.whl.metadata (1.6 kB) 2024-12-17T23:29:19.2891750Z Collecting nvidia-cusparse-cu12==12.3.1.170 (from torch==2.*) 2024-12-17T23:29:19.2968318Z Downloading nvidia_cusparse_cu12-12.3.1.170-py3-none-manylinux2014_x86_64.whl.metadata (1.6 kB) 2024-12-17T23:29:19.3136622Z Collecting nvidia-nccl-cu12==2.21.5 (from torch==2.*) 2024-12-17T23:29:19.3224907Z Downloading nvidia_nccl_cu12-2.21.5-py3-none-manylinux2014_x86_64.whl.metadata (1.8 kB) 2024-12-17T23:29:19.3433064Z Collecting nvidia-nvtx-cu12==12.4.127 (from torch==2.*) 2024-12-17T23:29:19.3512073Z Downloading nvidia_nvtx_cu12-12.4.127-py3-none-manylinux2014_x86_64.whl.metadata (1.7 kB) 2024-12-17T23:29:19.3691556Z Collecting nvidia-nvjitlink-cu12==12.4.127 (from torch==2.*) 2024-12-17T23:29:19.3769467Z Downloading nvidia_nvjitlink_cu12-12.4.127-py3-none-manylinux2014_x86_64.whl.metadata (1.5 kB) 2024-12-17T23:29:19.3962421Z Collecting triton==3.1.0 (from torch==2.*) 2024-12-17T23:29:19.4041107Z Downloading triton-3.1.0-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (1.3 kB) 2024-12-17T23:29:19.4091171Z Requirement already satisfied: sympy==1.13.1 in /opt/hostedtoolcache/Python/3.9.20/x64/lib/python3.9/site-packages (from torch==2.*) (1.13.1) 2024-12-17T23:29:19.4189606Z Requirement already satisfied: mpmath<1.4,>=1.1.0 in /opt/hostedtoolcache/Python/3.9.20/x64/lib/python3.9/site-packages (from sympy==1.13.1->torch==2.*) (1.3.0) 2024-12-17T23:29:19.4637151Z Requirement already satisfied: MarkupSafe>=2.0 in /opt/hostedtoolcache/Python/3.9.20/x64/lib/python3.9/site-packages (from jinja2->torch==2.*) (3.0.2) 2024-12-17T23:29:19.4832784Z Downloading torch-2.5.1-cp39-cp39-manylinux1_x86_64.whl (906.5 MB) 2024-12-17T23:29:29.7491280Z ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 906.5/906.5 MB 38.8 MB/s eta 0:00:00 2024-12-17T23:29:29.7575672Z Downloading nvidia_cublas_cu12-12.4.5.8-py3-none-manylinux2014_x86_64.whl (363.4 MB) 2024-12-17T23:29:32.1347344Z ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 363.4/363.4 MB 130.8 MB/s eta 0:00:00 2024-12-17T23:29:32.1429767Z Downloading nvidia_cuda_cupti_cu12-12.4.127-py3-none-manylinux2014_x86_64.whl (13.8 MB) 2024-12-17T23:29:32.2176516Z ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 13.8/13.8 MB 190.7 MB/s eta 0:00:00 2024-12-17T23:29:32.2252461Z Downloading nvidia_cuda_nvrtc_cu12-12.4.127-py3-none-manylinux2014_x86_64.whl (24.6 MB) 2024-12-17T23:29:32.3509067Z ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 24.6/24.6 MB 199.2 MB/s eta 0:00:00 2024-12-17T23:29:32.3589161Z Downloading nvidia_cuda_runtime_cu12-12.4.127-py3-none-manylinux2014_x86_64.whl (883 kB) 2024-12-17T23:29:32.3705633Z ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 883.7/883.7 kB 96.5 MB/s eta 0:00:00 2024-12-17T23:29:32.3783161Z Downloading nvidia_cudnn_cu12-9.1.0.70-py3-none-manylinux2014_x86_64.whl (664.8 MB) 2024-12-17T23:29:37.8936328Z ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 664.8/664.8 MB 62.1 MB/s eta 0:00:00 2024-12-17T23:29:37.9018725Z Downloading nvidia_cufft_cu12-11.2.1.3-py3-none-manylinux2014_x86_64.whl (211.5 MB) 2024-12-17T23:29:39.0931559Z ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 211.5/211.5 MB 177.8 MB/s eta 0:00:00 2024-12-17T23:29:39.1012165Z Downloading nvidia_curand_cu12-10.3.5.147-py3-none-manylinux2014_x86_64.whl (56.3 MB) 2024-12-17T23:29:39.3950533Z ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 56.3/56.3 MB 192.9 MB/s eta 0:00:00 2024-12-17T23:29:39.4031288Z Downloading nvidia_cusolver_cu12-11.6.1.9-py3-none-manylinux2014_x86_64.whl (127.9 MB) 2024-12-17T23:29:40.0645525Z ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 127.9/127.9 MB 194.1 MB/s eta 0:00:00 2024-12-17T23:29:40.0735335Z Downloading nvidia_cusparse_cu12-12.3.1.170-py3-none-manylinux2014_x86_64.whl (207.5 MB) 2024-12-17T23:29:41.4988990Z ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 207.5/207.5 MB 145.7 MB/s eta 0:00:00 2024-12-17T23:29:41.5076259Z Downloading nvidia_nccl_cu12-2.21.5-py3-none-manylinux2014_x86_64.whl (188.7 MB) 2024-12-17T23:29:42.9858917Z ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 188.7/188.7 MB 127.7 MB/s eta 0:00:00 2024-12-17T23:29:42.9938726Z Downloading nvidia_nvjitlink_cu12-12.4.127-py3-none-manylinux2014_x86_64.whl (21.1 MB) 2024-12-17T23:29:43.1261430Z ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 21.1/21.1 MB 162.5 MB/s eta 0:00:00 2024-12-17T23:29:43.1340189Z Downloading nvidia_nvtx_cu12-12.4.127-py3-none-manylinux2014_x86_64.whl (99 kB) 2024-12-17T23:29:43.1482816Z Downloading triton-3.1.0-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (209.5 MB) 2024-12-17T23:29:44.8510801Z ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 209.5/209.5 MB 123.1 MB/s eta 0:00:00 2024-12-17T23:29:47.1959931Z Installing collected packages: triton, 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 2024-12-17T23:30:25.5765690Z 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 torch-2.5.1 triton-3.1.0 2024-12-17T23:30:26.1636566Z ##[group]Run # All we need to see is that it passes 2024-12-17T23:30:26.1637101Z # All we need to see is that it passes 2024-12-17T23:30:26.1637452Z python3 torch/utils/collect_env.py 2024-12-17T23:30:26.1692630Z shell: /usr/bin/bash -e {0} 2024-12-17T23:30:26.1692932Z env: 2024-12-17T23:30:26.1693335Z pythonLocation: /opt/hostedtoolcache/Python/3.9.20/x64 2024-12-17T23:30:26.1693801Z PKG_CONFIG_PATH: /opt/hostedtoolcache/Python/3.9.20/x64/lib/pkgconfig 2024-12-17T23:30:26.1694291Z Python_ROOT_DIR: /opt/hostedtoolcache/Python/3.9.20/x64 2024-12-17T23:30:26.1694970Z Python2_ROOT_DIR: /opt/hostedtoolcache/Python/3.9.20/x64 2024-12-17T23:30:26.1695420Z Python3_ROOT_DIR: /opt/hostedtoolcache/Python/3.9.20/x64 2024-12-17T23:30:26.1695846Z LD_LIBRARY_PATH: /opt/hostedtoolcache/Python/3.9.20/x64/lib 2024-12-17T23:30:26.1696259Z ##[endgroup] 2024-12-17T23:30:28.4787742Z Collecting environment information... 2024-12-17T23:30:28.4788547Z PyTorch version: 2.5.1+cu124 2024-12-17T23:30:28.4789643Z Is debug build: False 2024-12-17T23:30:28.4790092Z CUDA used to build PyTorch: 12.4 2024-12-17T23:30:28.4790597Z ROCM used to build PyTorch: N/A 2024-12-17T23:30:28.4791012Z 2024-12-17T23:30:28.4791185Z OS: Ubuntu 20.04.6 LTS (x86_64) 2024-12-17T23:30:28.4791721Z GCC version: (Ubuntu 9.4.0-1ubuntu1~20.04.2) 9.4.0 2024-12-17T23:30:28.4792353Z Clang version: 11.0.0-2~ubuntu20.04.1 2024-12-17T23:30:28.4792902Z CMake version: version 3.31.2 2024-12-17T23:30:28.4793355Z Libc version: glibc-2.31 2024-12-17T23:30:28.4793664Z 2024-12-17T23:30:28.4794056Z Python version: 3.9.20 (main, Sep 9 2024, 03:07:20) [GCC 9.4.0] (64-bit runtime) 2024-12-17T23:30:28.4794920Z Python platform: Linux-5.15.0-1074-azure-x86_64-with-glibc2.31 2024-12-17T23:30:28.4795607Z Is CUDA available: False 2024-12-17T23:30:28.4796106Z CUDA runtime version: No CUDA 2024-12-17T23:30:28.4796552Z CUDA_MODULE_LOADING set to: N/A 2024-12-17T23:30:28.4797081Z GPU models and configuration: No CUDA 2024-12-17T23:30:28.4797643Z Nvidia driver version: No CUDA 2024-12-17T23:30:28.4798124Z cuDNN version: No CUDA 2024-12-17T23:30:28.4798570Z HIP runtime version: N/A 2024-12-17T23:30:28.4799036Z MIOpen runtime version: N/A 2024-12-17T23:30:28.4799534Z Is XNNPACK available: True 2024-12-17T23:30:28.4799845Z 2024-12-17T23:30:28.4799973Z CPU: 2024-12-17T23:30:28.4800431Z Architecture: x86_64 2024-12-17T23:30:28.4801037Z CPU op-mode(s): 32-bit, 64-bit 2024-12-17T23:30:28.4801587Z Byte Order: Little Endian 2024-12-17T23:30:28.4802515Z Address sizes: 48 bits physical, 48 bits virtual 2024-12-17T23:30:28.4803169Z CPU(s): 4 2024-12-17T23:30:28.4803718Z On-line CPU(s) list: 0-3 2024-12-17T23:30:28.4804338Z Thread(s) per core: 2 2024-12-17T23:30:28.4804920Z Core(s) per socket: 2 2024-12-17T23:30:28.4805418Z Socket(s): 1 2024-12-17T23:30:28.4805880Z NUMA node(s): 1 2024-12-17T23:30:28.4806238Z Vendor ID: AuthenticAMD 2024-12-17T23:30:28.4806619Z CPU family: 25 2024-12-17T23:30:28.4806962Z Model: 1 2024-12-17T23:30:28.4807309Z Model name: AMD EPYC 7763 64-Core Processor 2024-12-17T23:30:28.4807729Z Stepping: 1 2024-12-17T23:30:28.4808060Z CPU MHz: 2751.456 2024-12-17T23:30:28.4808426Z BogoMIPS: 4890.86 2024-12-17T23:30:28.4808805Z Virtualization: AMD-V 2024-12-17T23:30:28.4809128Z Hypervisor vendor: Microsoft 2024-12-17T23:30:28.4809509Z Virtualization type: full 2024-12-17T23:30:28.4809905Z L1d cache: 64 KiB 2024-12-17T23:30:28.4810205Z L1i cache: 64 KiB 2024-12-17T23:30:28.4811031Z L2 cache: 1 MiB 2024-12-17T23:30:28.4811358Z L3 cache: 32 MiB 2024-12-17T23:30:28.4811674Z NUMA node0 CPU(s): 0-3 2024-12-17T23:30:28.4812105Z Vulnerability Gather data sampling: Not affected 2024-12-17T23:30:28.4812497Z Vulnerability Itlb multihit: Not affected 2024-12-17T23:30:28.4812899Z Vulnerability L1tf: Not affected 2024-12-17T23:30:28.4813246Z Vulnerability Mds: Not affected 2024-12-17T23:30:28.4813617Z Vulnerability Meltdown: Not affected 2024-12-17T23:30:28.4814204Z Vulnerability Mmio stale data: Not affected 2024-12-17T23:30:28.4814599Z Vulnerability Reg file data sampling: Not affected 2024-12-17T23:30:28.4814989Z Vulnerability Retbleed: Not affected 2024-12-17T23:30:28.4815466Z Vulnerability Spec rstack overflow: Mitigation; safe RET, no microcode 2024-12-17T23:30:28.4815902Z Vulnerability Spec store bypass: Vulnerable 2024-12-17T23:30:28.4816461Z Vulnerability Spectre v1: Mitigation; usercopy/swapgs barriers and __user pointer sanitization 2024-12-17T23:30:28.4817257Z Vulnerability Spectre v2: Mitigation; Retpolines; STIBP disabled; RSB filling; PBRSB-eIBRS Not affected; BHI Not affected 2024-12-17T23:30:28.4817863Z Vulnerability Srbds: Not affected 2024-12-17T23:30:28.4818248Z Vulnerability Tsx async abort: Not affected 2024-12-17T23:30:28.4820611Z 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 2024-12-17T23:30:28.4822816Z 2024-12-17T23:30:28.4822931Z Versions of relevant libraries: 2024-12-17T23:30:28.4823257Z [pip3] numpy==2.0.2 2024-12-17T23:30:28.4823557Z [pip3] nvidia-cublas-cu12==12.4.5.8 2024-12-17T23:30:28.4823884Z [pip3] nvidia-cuda-cupti-cu12==12.4.127 2024-12-17T23:30:28.4824236Z [pip3] nvidia-cuda-nvrtc-cu12==12.4.127 2024-12-17T23:30:28.4824609Z [pip3] nvidia-cuda-runtime-cu12==12.4.127 2024-12-17T23:30:28.4824963Z [pip3] nvidia-cudnn-cu12==9.1.0.70 2024-12-17T23:30:28.4825305Z [pip3] nvidia-cufft-cu12==11.2.1.3 2024-12-17T23:30:28.4825619Z [pip3] nvidia-curand-cu12==10.3.5.147 2024-12-17T23:30:28.4825952Z [pip3] nvidia-cusolver-cu12==11.6.1.9 2024-12-17T23:30:28.4826301Z [pip3] nvidia-cusparse-cu12==12.3.1.170 2024-12-17T23:30:28.4826647Z [pip3] nvidia-nccl-cu12==2.21.5 2024-12-17T23:30:28.4826953Z [pip3] nvidia-nvjitlink-cu12==12.4.127 2024-12-17T23:30:28.4827286Z [pip3] nvidia-nvtx-cu12==12.4.127 2024-12-17T23:30:28.4827607Z [pip3] optree==0.13.1 2024-12-17T23:30:28.4827863Z [pip3] torch==2.5.1 2024-12-17T23:30:28.4828180Z [pip3] triton==3.1.0 2024-12-17T23:30:28.4828464Z [conda] No relevant packages 2024-12-17T23:30:28.7296427Z Post job cleanup. 2024-12-17T23:30:28.8361486Z Cache hit occurred on the primary key setup-python-Linux-20.04-Ubuntu-python-3.9.20-pip-85a034c495ba9a4e0657070298e5681e0783aa9771704355dd8b3bfab3b23056, not saving cache. 2024-12-17T23:30:28.8577482Z Post job cleanup. 2024-12-17T23:30:28.8614985Z Post job cleanup. 2024-12-17T23:30:28.9321790Z [command]/usr/bin/git version 2024-12-17T23:30:28.9354873Z git version 2.47.1 2024-12-17T23:30:28.9397430Z Temporarily overriding HOME='/home/runner/work/_temp/2d6e12d2-2ce4-43cf-afbe-2ba3fb65b43b' before making global git config changes 2024-12-17T23:30:28.9398431Z Adding repository directory to the temporary git global config as a safe directory 2024-12-17T23:30:28.9401066Z [command]/usr/bin/git config --global --add safe.directory /home/runner/work/pytorch/pytorch 2024-12-17T23:30:28.9430111Z [command]/usr/bin/git config --local --name-only --get-regexp core\.sshCommand 2024-12-17T23:30:28.9457483Z [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' || :" 2024-12-17T23:30:28.9701048Z [command]/usr/bin/git config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader 2024-12-17T23:30:28.9719866Z http.https://github.com/.extraheader 2024-12-17T23:30:28.9731228Z [command]/usr/bin/git config --local --unset-all http.https://github.com/.extraheader 2024-12-17T23:30:28.9759300Z [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' || :" 2024-12-17T23:30:29.0103169Z Cleaning up orphan processes