2024-12-17T23:28:35.3136326Z Current runner version: '2.321.0' 2024-12-17T23:28:35.3142364Z Runner name: 'linux.20_04.4x_403a27cf09e5' 2024-12-17T23:28:35.3143163Z Runner group name: 'Default' 2024-12-17T23:28:35.3143953Z Machine name: 'runner' 2024-12-17T23:28:35.3160846Z ##[group]Operating System 2024-12-17T23:28:35.3161581Z Ubuntu 2024-12-17T23:28:35.3162158Z 20.04.6 2024-12-17T23:28:35.3162653Z LTS 2024-12-17T23:28:35.3163147Z ##[endgroup] 2024-12-17T23:28:35.3163638Z ##[group]Runner Image 2024-12-17T23:28:35.3164210Z Image: ubuntu-20.04 2024-12-17T23:28:35.3164740Z Version: 20241209.1.0 2024-12-17T23:28:35.3165731Z Included Software: https://github.com/actions/runner-images/blob/ubuntu20/20241209.1/images/ubuntu/Ubuntu2004-Readme.md 2024-12-17T23:28:35.3167140Z Image Release: https://github.com/actions/runner-images/releases/tag/ubuntu20%2F20241209.1 2024-12-17T23:28:35.3168042Z ##[endgroup] 2024-12-17T23:28:35.3170169Z ##[group]GITHUB_TOKEN Permissions 2024-12-17T23:28:35.3172011Z Actions: read 2024-12-17T23:28:35.3172831Z Attestations: read 2024-12-17T23:28:35.3173445Z Checks: read 2024-12-17T23:28:35.3173947Z Contents: read 2024-12-17T23:28:35.3174431Z Deployments: read 2024-12-17T23:28:35.3174948Z Discussions: read 2024-12-17T23:28:35.3175503Z Issues: read 2024-12-17T23:28:35.3175969Z Metadata: read 2024-12-17T23:28:35.3176463Z Packages: read 2024-12-17T23:28:35.3176997Z Pages: read 2024-12-17T23:28:35.3177454Z PullRequests: read 2024-12-17T23:28:35.3177970Z RepositoryProjects: read 2024-12-17T23:28:35.3178576Z SecurityEvents: read 2024-12-17T23:28:35.3179077Z Statuses: read 2024-12-17T23:28:35.3179573Z ##[endgroup] 2024-12-17T23:28:35.3182371Z Secret source: Actions 2024-12-17T23:28:35.3183064Z Prepare workflow directory 2024-12-17T23:28:35.3482366Z Prepare all required actions 2024-12-17T23:28:35.3517718Z Getting action download info 2024-12-17T23:28:35.5433130Z Download action repository 'pytorch/pytorch@release/2.6' (SHA:0cdf8b1d09254cfda66191d1bd01e3041c3c76f7) 2024-12-17T23:28:48.1250147Z Download action repository 'actions/setup-python@v4' (SHA:65d7f2d534ac1bc67fcd62888c5f4f3d2cb2b236) 2024-12-17T23:28:48.2452685Z Getting action download info 2024-12-17T23:28:48.3781536Z Download action repository 'malfet/checkout@silent-checkout' (SHA:e07af140b3ccefc05679e3755b9db68f4ee4589c) 2024-12-17T23:28:48.6554737Z Complete job name: Test collect_env (without_torch) 2024-12-17T23:28:48.7325208Z ##[group]Run pytorch/pytorch/.github/actions/checkout-pytorch@release/2.6 2024-12-17T23:28:48.7326375Z with: 2024-12-17T23:28:48.7326791Z submodules: false 2024-12-17T23:28:48.7327093Z fetch-depth: 1 2024-12-17T23:28:48.7327687Z ##[endgroup] 2024-12-17T23:28:48.7463434Z ##[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.7465014Z echo "IN_CONTAINER_RUNNER=$(if [ -f /.inarc ] || [ -f /.incontainer ]; then echo true ; else echo false; fi)" >> "$GITHUB_OUTPUT" 2024-12-17T23:28:48.7688216Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2024-12-17T23:28:48.7688762Z ##[endgroup] 2024-12-17T23:28:48.7942911Z ##[group]Run retry () { 2024-12-17T23:28:48.7943284Z retry () { 2024-12-17T23:28:48.7943718Z  $* || (sleep 1 && $*) || (sleep 2 && $*) || (sleep 4 && $*) || (sleep 8 && $*) 2024-12-17T23:28:48.7944154Z } 2024-12-17T23:28:48.7944538Z echo "${GITHUB_WORKSPACE}" 2024-12-17T23:28:48.7944964Z if [ -z "${NO_SUDO}" ]; then 2024-12-17T23:28:48.7945370Z  retry sudo rm -rf "${GITHUB_WORKSPACE}" 2024-12-17T23:28:48.7945799Z else 2024-12-17T23:28:48.7946093Z  retry rm -rf "${GITHUB_WORKSPACE}" 2024-12-17T23:28:48.7946468Z fi 2024-12-17T23:28:48.7946814Z mkdir "${GITHUB_WORKSPACE}" 2024-12-17T23:28:48.7996144Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2024-12-17T23:28:48.7996630Z env: 2024-12-17T23:28:48.7996929Z NO_SUDO: 2024-12-17T23:28:48.7997204Z ##[endgroup] 2024-12-17T23:28:48.8077652Z /home/runner/work/pytorch/pytorch 2024-12-17T23:28:48.8221701Z ##[group]Run malfet/checkout@silent-checkout 2024-12-17T23:28:48.8222195Z with: 2024-12-17T23:28:48.8222529Z ref: 0cdf8b1d09254cfda66191d1bd01e3041c3c76f7 2024-12-17T23:28:48.8222920Z fetch-depth: 1 2024-12-17T23:28:48.8223253Z submodules: false 2024-12-17T23:28:48.8223568Z quiet-checkout: true 2024-12-17T23:28:48.8223906Z repository: pytorch/pytorch 2024-12-17T23:28:48.8224424Z token: *** 2024-12-17T23:28:48.8224716Z ssh-strict: true 2024-12-17T23:28:48.8225040Z persist-credentials: true 2024-12-17T23:28:48.8225405Z clean: true 2024-12-17T23:28:48.8225706Z sparse-checkout-cone-mode: true 2024-12-17T23:28:48.8226062Z lfs: false 2024-12-17T23:28:48.8226387Z set-safe-directory: true 2024-12-17T23:28:48.8226698Z ##[endgroup] 2024-12-17T23:28:48.9044644Z Syncing repository: pytorch/pytorch 2024-12-17T23:28:48.9046937Z ##[group]Getting Git version info 2024-12-17T23:28:48.9048058Z Working directory is '/home/runner/work/pytorch/pytorch' 2024-12-17T23:28:48.9049381Z [command]/usr/bin/git version 2024-12-17T23:28:48.9115436Z git version 2.47.1 2024-12-17T23:28:48.9142847Z ##[endgroup] 2024-12-17T23:28:48.9157419Z Temporarily overriding HOME='/home/runner/work/_temp/21ab769d-be4d-4874-9c24-3cda46c1a2c7' before making global git config changes 2024-12-17T23:28:48.9159377Z Adding repository directory to the temporary git global config as a safe directory 2024-12-17T23:28:48.9162979Z [command]/usr/bin/git config --global --add safe.directory /home/runner/work/pytorch/pytorch 2024-12-17T23:28:48.9195442Z Deleting the contents of '/home/runner/work/pytorch/pytorch' 2024-12-17T23:28:48.9200282Z ##[group]Initializing the repository 2024-12-17T23:28:48.9202821Z [command]/usr/bin/git init /home/runner/work/pytorch/pytorch 2024-12-17T23:28:48.9295304Z hint: Using 'master' as the name for the initial branch. This default branch name 2024-12-17T23:28:48.9296439Z hint: is subject to change. To configure the initial branch name to use in all 2024-12-17T23:28:48.9297456Z hint: of your new repositories, which will suppress this warning, call: 2024-12-17T23:28:48.9298329Z hint: 2024-12-17T23:28:48.9298725Z hint: git config --global init.defaultBranch 2024-12-17T23:28:48.9299132Z hint: 2024-12-17T23:28:48.9299705Z hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and 2024-12-17T23:28:48.9300513Z hint: 'development'. The just-created branch can be renamed via this command: 2024-12-17T23:28:48.9301014Z hint: 2024-12-17T23:28:48.9301407Z hint: git branch -m 2024-12-17T23:28:48.9302059Z Initialized empty Git repository in /home/runner/work/pytorch/pytorch/.git/ 2024-12-17T23:28:48.9305837Z [command]/usr/bin/git remote add origin https://github.com/pytorch/pytorch 2024-12-17T23:28:48.9335224Z ##[endgroup] 2024-12-17T23:28:48.9335900Z ##[group]Disabling automatic garbage collection 2024-12-17T23:28:48.9337803Z [command]/usr/bin/git config --local gc.auto 0 2024-12-17T23:28:48.9362631Z ##[endgroup] 2024-12-17T23:28:48.9363264Z ##[group]Setting up auth 2024-12-17T23:28:48.9367282Z [command]/usr/bin/git config --local --name-only --get-regexp core\.sshCommand 2024-12-17T23:28:48.9394702Z [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.9684882Z [command]/usr/bin/git config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader 2024-12-17T23:28:48.9709014Z [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.9920226Z [command]/usr/bin/git config --local http.https://github.com/.extraheader AUTHORIZATION: basic *** 2024-12-17T23:28:48.9951298Z ##[endgroup] 2024-12-17T23:28:48.9952039Z ##[group]Fetching the repository 2024-12-17T23:28:48.9957405Z [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.3394760Z remote: Enumerating objects: 11607, done. 2024-12-17T23:28:49.3400267Z remote: Counting objects: 0% (1/11607) 2024-12-17T23:28:49.3402343Z remote: Counting objects: 1% (117/11607) 2024-12-17T23:28:49.3403278Z remote: Counting objects: 2% (233/11607) 2024-12-17T23:28:49.3404047Z remote: Counting objects: 3% (349/11607) 2024-12-17T23:28:49.3404848Z remote: Counting objects: 4% (465/11607) 2024-12-17T23:28:49.3405747Z remote: Counting objects: 5% (581/11607) 2024-12-17T23:28:49.3408043Z remote: Counting objects: 6% (697/11607) 2024-12-17T23:28:49.3409699Z remote: Counting objects: 7% (813/11607) 2024-12-17T23:28:49.3410641Z remote: Counting objects: 8% (929/11607) 2024-12-17T23:28:49.3412844Z remote: Counting objects: 9% (1045/11607) 2024-12-17T23:28:49.3414692Z remote: Counting objects: 10% (1161/11607) 2024-12-17T23:28:49.3418253Z remote: Counting objects: 11% (1277/11607) 2024-12-17T23:28:49.3420046Z remote: Counting objects: 12% (1393/11607) 2024-12-17T23:28:49.3423402Z remote: Counting objects: 13% (1509/11607) 2024-12-17T23:28:49.3424561Z remote: Counting objects: 14% (1625/11607) 2024-12-17T23:28:49.3425736Z remote: Counting objects: 15% (1742/11607) 2024-12-17T23:28:49.3428188Z remote: Counting objects: 16% (1858/11607) 2024-12-17T23:28:49.3430261Z remote: Counting objects: 17% (1974/11607) 2024-12-17T23:28:49.3432769Z remote: Counting objects: 18% (2090/11607) 2024-12-17T23:28:49.3433373Z remote: Counting objects: 19% (2206/11607) 2024-12-17T23:28:49.3433827Z remote: Counting objects: 20% (2322/11607) 2024-12-17T23:28:49.3434408Z remote: Counting objects: 21% (2438/11607) 2024-12-17T23:28:49.3434967Z remote: Counting objects: 22% (2554/11607) 2024-12-17T23:28:49.3438080Z remote: Counting objects: 23% (2670/11607) 2024-12-17T23:28:49.3439196Z remote: Counting objects: 24% (2786/11607) 2024-12-17T23:28:49.3440186Z remote: Counting objects: 25% (2902/11607) 2024-12-17T23:28:49.3441028Z remote: Counting objects: 26% (3018/11607) 2024-12-17T23:28:49.3442183Z remote: Counting objects: 27% (3134/11607) 2024-12-17T23:28:49.3443567Z remote: Counting objects: 28% (3250/11607) 2024-12-17T23:28:49.3444665Z remote: Counting objects: 29% (3367/11607) 2024-12-17T23:28:49.3445578Z remote: Counting objects: 30% (3483/11607) 2024-12-17T23:28:49.3446269Z remote: Counting objects: 31% (3599/11607) 2024-12-17T23:28:49.3447278Z remote: Counting objects: 32% (3715/11607) 2024-12-17T23:28:49.3448350Z remote: Counting objects: 33% (3831/11607) 2024-12-17T23:28:49.3449095Z remote: Counting objects: 34% (3947/11607) 2024-12-17T23:28:49.3449960Z remote: Counting objects: 35% (4063/11607) 2024-12-17T23:28:49.3451089Z remote: Counting objects: 36% (4179/11607) 2024-12-17T23:28:49.3452403Z remote: Counting objects: 37% (4295/11607) 2024-12-17T23:28:49.3453515Z remote: Counting objects: 38% (4411/11607) 2024-12-17T23:28:49.3455722Z remote: Counting objects: 39% (4527/11607) 2024-12-17T23:28:49.3456859Z remote: Counting objects: 40% (4643/11607) 2024-12-17T23:28:49.3457881Z remote: Counting objects: 41% (4759/11607) 2024-12-17T23:28:49.3459170Z remote: Counting objects: 42% (4875/11607) 2024-12-17T23:28:49.3460123Z remote: Counting objects: 43% (4992/11607) 2024-12-17T23:28:49.3462221Z remote: Counting objects: 44% (5108/11607) 2024-12-17T23:28:49.3463240Z remote: Counting objects: 45% (5224/11607) 2024-12-17T23:28:49.3464359Z remote: Counting objects: 46% (5340/11607) 2024-12-17T23:28:49.3465574Z remote: Counting objects: 47% (5456/11607) 2024-12-17T23:28:49.3467648Z remote: Counting objects: 48% (5572/11607) 2024-12-17T23:28:49.3472085Z remote: Counting objects: 49% (5688/11607) 2024-12-17T23:28:49.3473863Z remote: Counting objects: 50% (5804/11607) 2024-12-17T23:28:49.3477744Z remote: Counting objects: 51% (5920/11607) 2024-12-17T23:28:49.3478990Z remote: Counting objects: 52% (6036/11607) 2024-12-17T23:28:49.3482097Z remote: Counting objects: 53% (6152/11607) 2024-12-17T23:28:49.3483037Z remote: Counting objects: 54% (6268/11607) 2024-12-17T23:28:49.3486829Z remote: Counting objects: 55% (6384/11607) 2024-12-17T23:28:49.3487629Z remote: Counting objects: 56% (6500/11607) 2024-12-17T23:28:49.3491473Z remote: Counting objects: 57% (6616/11607) 2024-12-17T23:28:49.3492359Z remote: Counting objects: 58% (6733/11607) 2024-12-17T23:28:49.3493427Z remote: Counting objects: 59% (6849/11607) 2024-12-17T23:28:49.3495530Z remote: Counting objects: 60% (6965/11607) 2024-12-17T23:28:49.3498894Z remote: Counting objects: 61% (7081/11607) 2024-12-17T23:28:49.3500566Z remote: Counting objects: 62% (7197/11607) 2024-12-17T23:28:49.3503898Z remote: Counting objects: 63% (7313/11607) 2024-12-17T23:28:49.3505782Z remote: Counting objects: 64% (7429/11607) 2024-12-17T23:28:49.3507822Z remote: Counting objects: 65% (7545/11607) 2024-12-17T23:28:49.3509621Z remote: Counting objects: 66% (7661/11607) 2024-12-17T23:28:49.3510458Z remote: Counting objects: 67% (7777/11607) 2024-12-17T23:28:49.3512606Z remote: Counting objects: 68% (7893/11607) 2024-12-17T23:28:49.3513623Z remote: Counting objects: 69% (8009/11607) 2024-12-17T23:28:49.3515319Z remote: Counting objects: 70% (8125/11607) 2024-12-17T23:28:49.3517254Z remote: Counting objects: 71% (8241/11607) 2024-12-17T23:28:49.3518340Z remote: Counting objects: 72% (8358/11607) 2024-12-17T23:28:49.3519587Z remote: Counting objects: 73% (8474/11607) 2024-12-17T23:28:49.3520553Z remote: Counting objects: 74% (8590/11607) 2024-12-17T23:28:49.3522718Z remote: Counting objects: 75% (8706/11607) 2024-12-17T23:28:49.3523801Z remote: Counting objects: 76% (8822/11607) 2024-12-17T23:28:49.3526102Z remote: Counting objects: 77% (8938/11607) 2024-12-17T23:28:49.3527233Z remote: Counting objects: 78% (9054/11607) 2024-12-17T23:28:49.3528415Z remote: Counting objects: 79% (9170/11607) 2024-12-17T23:28:49.3530534Z remote: Counting objects: 80% (9286/11607) 2024-12-17T23:28:49.3533437Z remote: Counting objects: 81% (9402/11607) 2024-12-17T23:28:49.3536223Z remote: Counting objects: 82% (9518/11607) 2024-12-17T23:28:49.3539406Z remote: Counting objects: 83% (9634/11607) 2024-12-17T23:28:49.3542417Z remote: Counting objects: 84% (9750/11607) 2024-12-17T23:28:49.3543986Z remote: Counting objects: 85% (9866/11607) 2024-12-17T23:28:49.3544833Z remote: Counting objects: 86% (9983/11607) 2024-12-17T23:28:49.3547336Z remote: Counting objects: 87% (10099/11607) 2024-12-17T23:28:49.3549673Z remote: Counting objects: 88% (10215/11607) 2024-12-17T23:28:49.3552830Z remote: Counting objects: 89% (10331/11607) 2024-12-17T23:28:49.3554568Z remote: Counting objects: 90% (10447/11607) 2024-12-17T23:28:49.3555410Z remote: Counting objects: 91% (10563/11607) 2024-12-17T23:28:49.3556995Z remote: Counting objects: 92% (10679/11607) 2024-12-17T23:28:49.3560764Z remote: Counting objects: 93% (10795/11607) 2024-12-17T23:28:49.3564111Z remote: Counting objects: 94% (10911/11607) 2024-12-17T23:28:49.3568513Z remote: Counting objects: 95% (11027/11607) 2024-12-17T23:28:49.3570778Z remote: Counting objects: 96% (11143/11607) 2024-12-17T23:28:49.3575734Z remote: Counting objects: 97% (11259/11607) 2024-12-17T23:28:49.3577940Z remote: Counting objects: 98% (11375/11607) 2024-12-17T23:28:49.3580502Z remote: Counting objects: 99% (11491/11607) 2024-12-17T23:28:49.3583214Z remote: Counting objects: 100% (11607/11607) 2024-12-17T23:28:49.3583855Z remote: Counting objects: 100% (11607/11607), done. 2024-12-17T23:28:49.3668129Z remote: Compressing objects: 0% (1/10163) 2024-12-17T23:28:49.3932547Z remote: Compressing objects: 1% (102/10163) 2024-12-17T23:28:49.4523948Z remote: Compressing objects: 2% (204/10163) 2024-12-17T23:28:49.4780149Z remote: Compressing objects: 3% (305/10163) 2024-12-17T23:28:49.5228087Z remote: Compressing objects: 4% (407/10163) 2024-12-17T23:28:49.5678894Z remote: Compressing objects: 5% (509/10163) 2024-12-17T23:28:49.6371137Z remote: Compressing objects: 6% (610/10163) 2024-12-17T23:28:49.7105359Z remote: Compressing objects: 7% (712/10163) 2024-12-17T23:28:49.7774058Z remote: Compressing objects: 8% (814/10163) 2024-12-17T23:28:49.8233675Z remote: Compressing objects: 9% (915/10163) 2024-12-17T23:28:49.8667189Z remote: Compressing objects: 10% (1017/10163) 2024-12-17T23:28:49.9057525Z remote: Compressing objects: 11% (1118/10163) 2024-12-17T23:28:49.9427067Z remote: Compressing objects: 12% (1220/10163) 2024-12-17T23:28:50.0132509Z remote: Compressing objects: 13% (1322/10163) 2024-12-17T23:28:50.0715355Z remote: Compressing objects: 14% (1423/10163) 2024-12-17T23:28:50.1202127Z remote: Compressing objects: 15% (1525/10163) 2024-12-17T23:28:50.1732936Z remote: Compressing objects: 16% (1627/10163) 2024-12-17T23:28:50.2305152Z remote: Compressing objects: 17% (1728/10163) 2024-12-17T23:28:50.2762332Z remote: Compressing objects: 18% (1830/10163) 2024-12-17T23:28:50.3502098Z remote: Compressing objects: 19% (1931/10163) 2024-12-17T23:28:50.3588185Z remote: Compressing objects: 20% (2033/10163) 2024-12-17T23:28:50.4195668Z remote: Compressing objects: 20% (2045/10163) 2024-12-17T23:28:50.4590975Z remote: Compressing objects: 21% (2135/10163) 2024-12-17T23:28:50.5202671Z remote: Compressing objects: 22% (2236/10163) 2024-12-17T23:28:50.5834586Z remote: Compressing objects: 23% (2338/10163) 2024-12-17T23:28:50.6433547Z remote: Compressing objects: 24% (2440/10163) 2024-12-17T23:28:50.6912147Z remote: Compressing objects: 25% (2541/10163) 2024-12-17T23:28:50.7612476Z remote: Compressing objects: 26% (2643/10163) 2024-12-17T23:28:50.7994398Z remote: Compressing objects: 27% (2745/10163) 2024-12-17T23:28:50.8475186Z remote: Compressing objects: 28% (2846/10163) 2024-12-17T23:28:50.9016121Z remote: Compressing objects: 29% (2948/10163) 2024-12-17T23:28:50.9565515Z remote: Compressing objects: 30% (3049/10163) 2024-12-17T23:28:51.0170113Z remote: Compressing objects: 31% (3151/10163) 2024-12-17T23:28:51.0253112Z remote: Compressing objects: 32% (3253/10163) 2024-12-17T23:28:51.0350772Z remote: Compressing objects: 33% (3354/10163) 2024-12-17T23:28:51.0614382Z remote: Compressing objects: 34% (3456/10163) 2024-12-17T23:28:51.0753694Z remote: Compressing objects: 35% (3558/10163) 2024-12-17T23:28:51.0990111Z remote: Compressing objects: 36% (3659/10163) 2024-12-17T23:28:51.1007618Z remote: Compressing objects: 37% (3761/10163) 2024-12-17T23:28:51.1148166Z remote: Compressing objects: 38% (3862/10163) 2024-12-17T23:28:51.1445942Z remote: Compressing objects: 39% (3964/10163) 2024-12-17T23:28:51.1638951Z remote: Compressing objects: 40% (4066/10163) 2024-12-17T23:28:51.1907049Z remote: Compressing objects: 41% (4167/10163) 2024-12-17T23:28:51.2295983Z remote: Compressing objects: 42% (4269/10163) 2024-12-17T23:28:51.2802278Z remote: Compressing objects: 43% (4371/10163) 2024-12-17T23:28:51.3175062Z remote: Compressing objects: 44% (4472/10163) 2024-12-17T23:28:51.3478997Z remote: Compressing objects: 45% (4574/10163) 2024-12-17T23:28:51.3590503Z remote: Compressing objects: 46% (4675/10163) 2024-12-17T23:28:51.3894917Z remote: Compressing objects: 46% (4714/10163) 2024-12-17T23:28:51.4445180Z remote: Compressing objects: 47% (4777/10163) 2024-12-17T23:28:51.4887163Z remote: Compressing objects: 48% (4879/10163) 2024-12-17T23:28:51.5367688Z remote: Compressing objects: 49% (4980/10163) 2024-12-17T23:28:51.5927764Z remote: Compressing objects: 50% (5082/10163) 2024-12-17T23:28:51.6352494Z remote: Compressing objects: 51% (5184/10163) 2024-12-17T23:28:51.6693757Z remote: Compressing objects: 52% (5285/10163) 2024-12-17T23:28:51.6966932Z remote: Compressing objects: 53% (5387/10163) 2024-12-17T23:28:51.7241973Z remote: Compressing objects: 54% (5489/10163) 2024-12-17T23:28:51.7602189Z remote: Compressing objects: 55% (5590/10163) 2024-12-17T23:28:51.8051351Z remote: Compressing objects: 56% (5692/10163) 2024-12-17T23:28:51.8331158Z remote: Compressing objects: 57% (5793/10163) 2024-12-17T23:28:51.8971396Z remote: Compressing objects: 58% (5895/10163) 2024-12-17T23:28:51.9043243Z remote: Compressing objects: 59% (5997/10163) 2024-12-17T23:28:51.9190484Z remote: Compressing objects: 60% (6098/10163) 2024-12-17T23:28:51.9377037Z remote: Compressing objects: 61% (6200/10163) 2024-12-17T23:28:51.9827596Z remote: Compressing objects: 62% (6302/10163) 2024-12-17T23:28:52.0069438Z remote: Compressing objects: 63% (6403/10163) 2024-12-17T23:28:52.0134082Z remote: Compressing objects: 64% (6505/10163) 2024-12-17T23:28:52.0170377Z remote: Compressing objects: 65% (6606/10163) 2024-12-17T23:28:52.0244105Z remote: Compressing objects: 66% (6708/10163) 2024-12-17T23:28:52.0394043Z remote: Compressing objects: 67% (6810/10163) 2024-12-17T23:28:52.0466808Z remote: Compressing objects: 68% (6911/10163) 2024-12-17T23:28:52.0562902Z remote: Compressing objects: 69% (7013/10163) 2024-12-17T23:28:52.0711379Z remote: Compressing objects: 70% (7115/10163) 2024-12-17T23:28:52.0870864Z remote: Compressing objects: 71% (7216/10163) 2024-12-17T23:28:52.1005292Z remote: Compressing objects: 72% (7318/10163) 2024-12-17T23:28:52.1130988Z remote: Compressing objects: 73% (7419/10163) 2024-12-17T23:28:52.1237006Z remote: Compressing objects: 74% (7521/10163) 2024-12-17T23:28:52.1401444Z remote: Compressing objects: 75% (7623/10163) 2024-12-17T23:28:52.1554765Z remote: Compressing objects: 76% (7724/10163) 2024-12-17T23:28:52.1718458Z remote: Compressing objects: 77% (7826/10163) 2024-12-17T23:28:52.1879868Z remote: Compressing objects: 78% (7928/10163) 2024-12-17T23:28:52.2034103Z remote: Compressing objects: 79% (8029/10163) 2024-12-17T23:28:52.2195004Z remote: Compressing objects: 80% (8131/10163) 2024-12-17T23:28:52.2381406Z remote: Compressing objects: 81% (8233/10163) 2024-12-17T23:28:52.2577018Z remote: Compressing objects: 82% (8334/10163) 2024-12-17T23:28:52.2716756Z remote: Compressing objects: 83% (8436/10163) 2024-12-17T23:28:52.2862499Z remote: Compressing objects: 84% (8537/10163) 2024-12-17T23:28:52.3003138Z remote: Compressing objects: 85% (8639/10163) 2024-12-17T23:28:52.3170728Z remote: Compressing objects: 86% (8741/10163) 2024-12-17T23:28:52.3315687Z remote: Compressing objects: 87% (8842/10163) 2024-12-17T23:28:52.3430650Z remote: Compressing objects: 88% (8944/10163) 2024-12-17T23:28:52.3573987Z remote: Compressing objects: 89% (9046/10163) 2024-12-17T23:28:52.3588709Z remote: Compressing objects: 90% (9147/10163) 2024-12-17T23:28:52.3614445Z remote: Compressing objects: 90% (9186/10163) 2024-12-17T23:28:52.3629145Z remote: Compressing objects: 91% (9249/10163) 2024-12-17T23:28:52.3643549Z remote: Compressing objects: 92% (9350/10163) 2024-12-17T23:28:52.3683719Z remote: Compressing objects: 93% (9452/10163) 2024-12-17T23:28:52.3684254Z remote: Compressing objects: 94% (9554/10163) 2024-12-17T23:28:52.3694192Z remote: Compressing objects: 95% (9655/10163) 2024-12-17T23:28:52.3703680Z remote: Compressing objects: 96% (9757/10163) 2024-12-17T23:28:52.3719194Z remote: Compressing objects: 97% (9859/10163) 2024-12-17T23:28:52.3734487Z remote: Compressing objects: 98% (9960/10163) 2024-12-17T23:28:52.3745607Z remote: Compressing objects: 99% (10062/10163) 2024-12-17T23:28:52.3746071Z remote: Compressing objects: 100% (10163/10163) 2024-12-17T23:28:52.3746846Z remote: Compressing objects: 100% (10163/10163), done. 2024-12-17T23:28:55.2406634Z remote: Total 11607 (delta 1417), reused 4211 (delta 1143), pack-reused 0 (from 0) 2024-12-17T23:28:55.5563578Z ##[endgroup] 2024-12-17T23:28:55.5564133Z ##[group]Determining the checkout info 2024-12-17T23:28:55.5565817Z ##[endgroup] 2024-12-17T23:28:55.5566548Z ##[group]Checking out the ref 2024-12-17T23:28:55.5569790Z [command]/usr/bin/git checkout --quiet --force 0cdf8b1d09254cfda66191d1bd01e3041c3c76f7 2024-12-17T23:28:56.9359912Z ##[endgroup] 2024-12-17T23:28:56.9397088Z [command]/usr/bin/git log -1 --format='%H' 2024-12-17T23:28:56.9419878Z '0cdf8b1d09254cfda66191d1bd01e3041c3c76f7' 2024-12-17T23:28:56.9587910Z ##[group]Run actions/setup-python@v4 2024-12-17T23:28:56.9588274Z with: 2024-12-17T23:28:56.9588565Z python-version: 3.9 2024-12-17T23:28:56.9588889Z architecture: x64 2024-12-17T23:28:56.9589138Z check-latest: false 2024-12-17T23:28:56.9589427Z cache: pip 2024-12-17T23:28:56.9589765Z cache-dependency-path: **/requirements.txt 2024-12-17T23:28:56.9590227Z token: *** 2024-12-17T23:28:56.9590522Z update-environment: true 2024-12-17T23:28:56.9590870Z allow-prereleases: false 2024-12-17T23:28:56.9591155Z ##[endgroup] 2024-12-17T23:28:57.0805327Z ##[group]Installed versions 2024-12-17T23:28:57.0926000Z Successfully set up CPython (3.9.20) 2024-12-17T23:28:57.0927256Z ##[endgroup] 2024-12-17T23:28:58.1907341Z [command]/opt/hostedtoolcache/Python/3.9.20/x64/bin/pip cache dir 2024-12-17T23:28:58.4535801Z /home/runner/.cache/pip 2024-12-17T23:28:59.6315257Z Received 272629760 of 759129984 (35.9%), 260.0 MBs/sec 2024-12-17T23:29:00.6316510Z Received 641728512 of 759129984 (84.5%), 306.0 MBs/sec 2024-12-17T23:29:01.7601654Z Received 759129984 of 759129984 (100.0%), 231.4 MBs/sec 2024-12-17T23:29:01.7602704Z Cache Size: ~724 MB (759129984 B) 2024-12-17T23:29:01.7645340Z [command]/usr/bin/tar -xf /home/runner/work/_temp/18d48833-8cd0-4059-ab8c-e0f331f3c9ba/cache.tzst -P -C /home/runner/work/pytorch/pytorch --use-compress-program unzstd 2024-12-17T23:29:03.5839083Z Cache restored successfully 2024-12-17T23:29:03.7438333Z Cache restored from key: setup-python-Linux-20.04-Ubuntu-python-3.9.20-pip-85a034c495ba9a4e0657070298e5681e0783aa9771704355dd8b3bfab3b23056 2024-12-17T23:29:03.7660958Z ##[group]Run # All we need to see is that it passes 2024-12-17T23:29:03.7661710Z # All we need to see is that it passes 2024-12-17T23:29:03.7662308Z python3 torch/utils/collect_env.py 2024-12-17T23:29:03.7745120Z shell: /usr/bin/bash -e {0} 2024-12-17T23:29:03.7745650Z env: 2024-12-17T23:29:03.7746210Z pythonLocation: /opt/hostedtoolcache/Python/3.9.20/x64 2024-12-17T23:29:03.7747021Z PKG_CONFIG_PATH: /opt/hostedtoolcache/Python/3.9.20/x64/lib/pkgconfig 2024-12-17T23:29:03.7747872Z Python_ROOT_DIR: /opt/hostedtoolcache/Python/3.9.20/x64 2024-12-17T23:29:03.7748579Z Python2_ROOT_DIR: /opt/hostedtoolcache/Python/3.9.20/x64 2024-12-17T23:29:03.7749265Z Python3_ROOT_DIR: /opt/hostedtoolcache/Python/3.9.20/x64 2024-12-17T23:29:03.7750030Z LD_LIBRARY_PATH: /opt/hostedtoolcache/Python/3.9.20/x64/lib 2024-12-17T23:29:03.7750648Z ##[endgroup] 2024-12-17T23:29:05.8903000Z Collecting environment information... 2024-12-17T23:29:05.8903834Z PyTorch version: N/A 2024-12-17T23:29:05.8904368Z Is debug build: N/A 2024-12-17T23:29:05.8904807Z CUDA used to build PyTorch: N/A 2024-12-17T23:29:05.8905343Z ROCM used to build PyTorch: N/A 2024-12-17T23:29:05.8905664Z 2024-12-17T23:29:05.8905876Z OS: Ubuntu 20.04.6 LTS (x86_64) 2024-12-17T23:29:05.8906346Z GCC version: (Ubuntu 9.4.0-1ubuntu1~20.04.2) 9.4.0 2024-12-17T23:29:05.8906971Z Clang version: 11.0.0-2~ubuntu20.04.1 2024-12-17T23:29:05.8907565Z CMake version: version 3.31.2 2024-12-17T23:29:05.8908037Z Libc version: glibc-2.31 2024-12-17T23:29:05.8908267Z 2024-12-17T23:29:05.8908716Z Python version: 3.9.20 (main, Sep 9 2024, 03:07:20) [GCC 9.4.0] (64-bit runtime) 2024-12-17T23:29:05.8909479Z Python platform: Linux-5.15.0-1074-azure-x86_64-with-glibc2.31 2024-12-17T23:29:05.8910115Z Is CUDA available: N/A 2024-12-17T23:29:05.8910632Z CUDA runtime version: Could not collect 2024-12-17T23:29:05.8911136Z CUDA_MODULE_LOADING set to: N/A 2024-12-17T23:29:05.8911665Z GPU models and configuration: Could not collect 2024-12-17T23:29:05.8912292Z Nvidia driver version: Could not collect 2024-12-17T23:29:05.8912881Z cuDNN version: Could not collect 2024-12-17T23:29:05.8913425Z HIP runtime version: N/A 2024-12-17T23:29:05.8913997Z MIOpen runtime version: N/A 2024-12-17T23:29:05.8914535Z Is XNNPACK available: N/A 2024-12-17T23:29:05.8914832Z 2024-12-17T23:29:05.8914977Z CPU: 2024-12-17T23:29:05.8915474Z Architecture: x86_64 2024-12-17T23:29:05.8916138Z CPU op-mode(s): 32-bit, 64-bit 2024-12-17T23:29:05.8916759Z Byte Order: Little Endian 2024-12-17T23:29:05.8917454Z Address sizes: 48 bits physical, 48 bits virtual 2024-12-17T23:29:05.8918109Z CPU(s): 4 2024-12-17T23:29:05.8918945Z On-line CPU(s) list: 0-3 2024-12-17T23:29:05.8919704Z Thread(s) per core: 2 2024-12-17T23:29:05.8920310Z Core(s) per socket: 2 2024-12-17T23:29:05.8920940Z Socket(s): 1 2024-12-17T23:29:05.8921475Z NUMA node(s): 1 2024-12-17T23:29:05.8922060Z Vendor ID: AuthenticAMD 2024-12-17T23:29:05.8922692Z CPU family: 25 2024-12-17T23:29:05.8923295Z Model: 1 2024-12-17T23:29:05.8923898Z Model name: AMD EPYC 7763 64-Core Processor 2024-12-17T23:29:05.8924529Z Stepping: 1 2024-12-17T23:29:05.8925096Z CPU MHz: 2821.545 2024-12-17T23:29:05.8925687Z BogoMIPS: 4890.85 2024-12-17T23:29:05.8926366Z Virtualization: AMD-V 2024-12-17T23:29:05.8926964Z Hypervisor vendor: Microsoft 2024-12-17T23:29:05.8927481Z Virtualization type: full 2024-12-17T23:29:05.8928162Z L1d cache: 64 KiB 2024-12-17T23:29:05.8928760Z L1i cache: 64 KiB 2024-12-17T23:29:05.8929834Z L2 cache: 1 MiB 2024-12-17T23:29:05.8930461Z L3 cache: 32 MiB 2024-12-17T23:29:05.8930972Z NUMA node0 CPU(s): 0-3 2024-12-17T23:29:05.8931737Z Vulnerability Gather data sampling: Not affected 2024-12-17T23:29:05.8932403Z Vulnerability Itlb multihit: Not affected 2024-12-17T23:29:05.8933038Z Vulnerability L1tf: Not affected 2024-12-17T23:29:05.8933727Z Vulnerability Mds: Not affected 2024-12-17T23:29:05.8934371Z Vulnerability Meltdown: Not affected 2024-12-17T23:29:05.8934995Z Vulnerability Mmio stale data: Not affected 2024-12-17T23:29:05.8935700Z Vulnerability Reg file data sampling: Not affected 2024-12-17T23:29:05.8936359Z Vulnerability Retbleed: Not affected 2024-12-17T23:29:05.8937138Z Vulnerability Spec rstack overflow: Mitigation; safe RET, no microcode 2024-12-17T23:29:05.8938503Z Vulnerability Spec store bypass: Vulnerable 2024-12-17T23:29:05.8939506Z Vulnerability Spectre v1: Mitigation; usercopy/swapgs barriers and __user pointer sanitization 2024-12-17T23:29:05.8940908Z Vulnerability Spectre v2: Mitigation; Retpolines; STIBP disabled; RSB filling; PBRSB-eIBRS Not affected; BHI Not affected 2024-12-17T23:29:05.8942059Z Vulnerability Srbds: Not affected 2024-12-17T23:29:05.8942740Z Vulnerability Tsx async abort: Not affected 2024-12-17T23:29:05.8947045Z 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:29:05.8951170Z 2024-12-17T23:29:05.8951389Z Versions of relevant libraries: 2024-12-17T23:29:05.8951909Z [pip3] No relevant packages 2024-12-17T23:29:05.8952455Z [conda] No relevant packages 2024-12-17T23:29:05.9007339Z Post job cleanup. 2024-12-17T23:29:06.0055306Z 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:29:06.0154863Z Post job cleanup. 2024-12-17T23:29:06.0200267Z Post job cleanup. 2024-12-17T23:29:06.0900167Z [command]/usr/bin/git version 2024-12-17T23:29:06.0932238Z git version 2.47.1 2024-12-17T23:29:06.0974508Z Temporarily overriding HOME='/home/runner/work/_temp/c82abe59-3c4e-4864-a1fa-f29dddfb25a3' before making global git config changes 2024-12-17T23:29:06.0976010Z Adding repository directory to the temporary git global config as a safe directory 2024-12-17T23:29:06.0979034Z [command]/usr/bin/git config --global --add safe.directory /home/runner/work/pytorch/pytorch 2024-12-17T23:29:06.1011397Z [command]/usr/bin/git config --local --name-only --get-regexp core\.sshCommand 2024-12-17T23:29:06.1041936Z [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:29:06.1282020Z [command]/usr/bin/git config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader 2024-12-17T23:29:06.1300551Z http.https://github.com/.extraheader 2024-12-17T23:29:06.1312068Z [command]/usr/bin/git config --local --unset-all http.https://github.com/.extraheader 2024-12-17T23:29:06.1340003Z [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:29:06.1677655Z Cleaning up orphan processes