2024-12-17T23:28:35.3059564Z Current runner version: '2.321.0' 2024-12-17T23:28:35.3065895Z Runner name: 'linux.20_04.4x_6ee0eb3e9b3f' 2024-12-17T23:28:35.3066712Z Runner group name: 'Default' 2024-12-17T23:28:35.3067618Z Machine name: 'runner' 2024-12-17T23:28:35.3088852Z ##[group]Operating System 2024-12-17T23:28:35.3089912Z Ubuntu 2024-12-17T23:28:35.3090812Z 20.04.6 2024-12-17T23:28:35.3091565Z LTS 2024-12-17T23:28:35.3092382Z ##[endgroup] 2024-12-17T23:28:35.3093363Z ##[group]Runner Image 2024-12-17T23:28:35.3094611Z Image: ubuntu-20.04 2024-12-17T23:28:35.3095763Z Version: 20241209.1.0 2024-12-17T23:28:35.3097761Z Included Software: https://github.com/actions/runner-images/blob/ubuntu20/20241209.1/images/ubuntu/Ubuntu2004-Readme.md 2024-12-17T23:28:35.3100257Z Image Release: https://github.com/actions/runner-images/releases/tag/ubuntu20%2F20241209.1 2024-12-17T23:28:35.3101874Z ##[endgroup] 2024-12-17T23:28:35.3105450Z ##[group]GITHUB_TOKEN Permissions 2024-12-17T23:28:35.3107777Z Actions: read 2024-12-17T23:28:35.3108503Z Attestations: read 2024-12-17T23:28:35.3109112Z Checks: read 2024-12-17T23:28:35.3109614Z Contents: read 2024-12-17T23:28:35.3110119Z Deployments: read 2024-12-17T23:28:35.3110600Z Discussions: read 2024-12-17T23:28:35.3111123Z Issues: read 2024-12-17T23:28:35.3111612Z Metadata: read 2024-12-17T23:28:35.3112067Z Packages: read 2024-12-17T23:28:35.3112565Z Pages: read 2024-12-17T23:28:35.3113060Z PullRequests: read 2024-12-17T23:28:35.3113559Z RepositoryProjects: read 2024-12-17T23:28:35.3114127Z SecurityEvents: read 2024-12-17T23:28:35.3114650Z Statuses: read 2024-12-17T23:28:35.3115109Z ##[endgroup] 2024-12-17T23:28:35.3118121Z Secret source: Actions 2024-12-17T23:28:35.3119131Z Prepare workflow directory 2024-12-17T23:28:35.3430138Z Prepare all required actions 2024-12-17T23:28:35.3467508Z Getting action download info 2024-12-17T23:28:35.5302970Z Download action repository 'pytorch/pytorch@release/2.6' (SHA:0cdf8b1d09254cfda66191d1bd01e3041c3c76f7) 2024-12-17T23:28:47.3265444Z Download action repository 'actions/setup-python@v4' (SHA:65d7f2d534ac1bc67fcd62888c5f4f3d2cb2b236) 2024-12-17T23:28:47.9502477Z Getting action download info 2024-12-17T23:28:48.0692237Z Download action repository 'malfet/checkout@silent-checkout' (SHA:e07af140b3ccefc05679e3755b9db68f4ee4589c) 2024-12-17T23:28:48.3181869Z Complete job name: Test collect_env (older_python_version) 2024-12-17T23:28:48.3927801Z ##[group]Run pytorch/pytorch/.github/actions/checkout-pytorch@release/2.6 2024-12-17T23:28:48.3928713Z with: 2024-12-17T23:28:48.3929070Z submodules: false 2024-12-17T23:28:48.3929386Z fetch-depth: 1 2024-12-17T23:28:48.3929898Z ##[endgroup] 2024-12-17T23:28:48.4018929Z ##[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.4019863Z echo "IN_CONTAINER_RUNNER=$(if [ -f /.inarc ] || [ -f /.incontainer ]; then echo true ; else echo false; fi)" >> "$GITHUB_OUTPUT" 2024-12-17T23:28:48.4201329Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2024-12-17T23:28:48.4201888Z ##[endgroup] 2024-12-17T23:28:48.4479768Z ##[group]Run retry () { 2024-12-17T23:28:48.4480136Z retry () { 2024-12-17T23:28:48.4480471Z  $* || (sleep 1 && $*) || (sleep 2 && $*) || (sleep 4 && $*) || (sleep 8 && $*) 2024-12-17T23:28:48.4480895Z } 2024-12-17T23:28:48.4481228Z echo "${GITHUB_WORKSPACE}" 2024-12-17T23:28:48.4481624Z if [ -z "${NO_SUDO}" ]; then 2024-12-17T23:28:48.4482025Z  retry sudo rm -rf "${GITHUB_WORKSPACE}" 2024-12-17T23:28:48.4482361Z else 2024-12-17T23:28:48.4482664Z  retry rm -rf "${GITHUB_WORKSPACE}" 2024-12-17T23:28:48.4483012Z fi 2024-12-17T23:28:48.4483261Z mkdir "${GITHUB_WORKSPACE}" 2024-12-17T23:28:48.4540065Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2024-12-17T23:28:48.4540507Z env: 2024-12-17T23:28:48.4540768Z NO_SUDO: 2024-12-17T23:28:48.4541056Z ##[endgroup] 2024-12-17T23:28:48.4631074Z /home/runner/work/pytorch/pytorch 2024-12-17T23:28:48.4789771Z ##[group]Run malfet/checkout@silent-checkout 2024-12-17T23:28:48.4790139Z with: 2024-12-17T23:28:48.4790512Z ref: 0cdf8b1d09254cfda66191d1bd01e3041c3c76f7 2024-12-17T23:28:48.4790828Z fetch-depth: 1 2024-12-17T23:28:48.4791090Z submodules: false 2024-12-17T23:28:48.4791442Z quiet-checkout: true 2024-12-17T23:28:48.4791706Z repository: pytorch/pytorch 2024-12-17T23:28:48.4792176Z token: *** 2024-12-17T23:28:48.4792506Z ssh-strict: true 2024-12-17T23:28:48.4792762Z persist-credentials: true 2024-12-17T23:28:48.4793049Z clean: true 2024-12-17T23:28:48.4793382Z sparse-checkout-cone-mode: true 2024-12-17T23:28:48.4793663Z lfs: false 2024-12-17T23:28:48.4793912Z set-safe-directory: true 2024-12-17T23:28:48.4794257Z ##[endgroup] 2024-12-17T23:28:48.5628121Z Syncing repository: pytorch/pytorch 2024-12-17T23:28:48.5629717Z ##[group]Getting Git version info 2024-12-17T23:28:48.5630346Z Working directory is '/home/runner/work/pytorch/pytorch' 2024-12-17T23:28:48.5631044Z [command]/usr/bin/git version 2024-12-17T23:28:48.5664676Z git version 2.47.1 2024-12-17T23:28:48.5690939Z ##[endgroup] 2024-12-17T23:28:48.5704595Z Temporarily overriding HOME='/home/runner/work/_temp/416505e9-2325-4118-97e6-2efb85fb5f4b' before making global git config changes 2024-12-17T23:28:48.5705710Z Adding repository directory to the temporary git global config as a safe directory 2024-12-17T23:28:48.5708287Z [command]/usr/bin/git config --global --add safe.directory /home/runner/work/pytorch/pytorch 2024-12-17T23:28:48.5742865Z Deleting the contents of '/home/runner/work/pytorch/pytorch' 2024-12-17T23:28:48.5747021Z ##[group]Initializing the repository 2024-12-17T23:28:48.5750176Z [command]/usr/bin/git init /home/runner/work/pytorch/pytorch 2024-12-17T23:28:48.5814656Z hint: Using 'master' as the name for the initial branch. This default branch name 2024-12-17T23:28:48.5815705Z hint: is subject to change. To configure the initial branch name to use in all 2024-12-17T23:28:48.5816790Z hint: of your new repositories, which will suppress this warning, call: 2024-12-17T23:28:48.5817583Z hint: 2024-12-17T23:28:48.5818077Z hint: git config --global init.defaultBranch 2024-12-17T23:28:48.5818618Z hint: 2024-12-17T23:28:48.5819032Z hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and 2024-12-17T23:28:48.5819840Z hint: 'development'. The just-created branch can be renamed via this command: 2024-12-17T23:28:48.5820393Z hint: 2024-12-17T23:28:48.5820690Z hint: git branch -m 2024-12-17T23:28:48.5821123Z Initialized empty Git repository in /home/runner/work/pytorch/pytorch/.git/ 2024-12-17T23:28:48.5825783Z [command]/usr/bin/git remote add origin https://github.com/pytorch/pytorch 2024-12-17T23:28:48.5857419Z ##[endgroup] 2024-12-17T23:28:48.5858059Z ##[group]Disabling automatic garbage collection 2024-12-17T23:28:48.5860279Z [command]/usr/bin/git config --local gc.auto 0 2024-12-17T23:28:48.5886952Z ##[endgroup] 2024-12-17T23:28:48.5887465Z ##[group]Setting up auth 2024-12-17T23:28:48.5892544Z [command]/usr/bin/git config --local --name-only --get-regexp core\.sshCommand 2024-12-17T23:28:48.5918249Z [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.6189570Z [command]/usr/bin/git config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader 2024-12-17T23:28:48.6214813Z [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.6424101Z [command]/usr/bin/git config --local http.https://github.com/.extraheader AUTHORIZATION: basic *** 2024-12-17T23:28:48.6457315Z ##[endgroup] 2024-12-17T23:28:48.6457954Z ##[group]Fetching the repository 2024-12-17T23:28:48.6463634Z [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:48.9384205Z remote: Enumerating objects: 11607, done. 2024-12-17T23:28:48.9389577Z remote: Counting objects: 0% (1/11607) 2024-12-17T23:28:48.9390631Z remote: Counting objects: 1% (117/11607) 2024-12-17T23:28:48.9392408Z remote: Counting objects: 2% (233/11607) 2024-12-17T23:28:48.9396674Z remote: Counting objects: 3% (349/11607) 2024-12-17T23:28:48.9397562Z remote: Counting objects: 4% (465/11607) 2024-12-17T23:28:48.9398482Z remote: Counting objects: 5% (581/11607) 2024-12-17T23:28:48.9401345Z remote: Counting objects: 6% (697/11607) 2024-12-17T23:28:48.9404423Z remote: Counting objects: 7% (813/11607) 2024-12-17T23:28:48.9406985Z remote: Counting objects: 8% (929/11607) 2024-12-17T23:28:48.9410106Z remote: Counting objects: 9% (1045/11607) 2024-12-17T23:28:48.9412652Z remote: Counting objects: 10% (1161/11607) 2024-12-17T23:28:48.9415238Z remote: Counting objects: 11% (1277/11607) 2024-12-17T23:28:48.9418245Z remote: Counting objects: 12% (1393/11607) 2024-12-17T23:28:48.9435350Z remote: Counting objects: 13% (1509/11607) 2024-12-17T23:28:48.9436237Z remote: Counting objects: 14% (1625/11607) 2024-12-17T23:28:48.9436822Z remote: Counting objects: 15% (1742/11607) 2024-12-17T23:28:48.9437315Z remote: Counting objects: 16% (1858/11607) 2024-12-17T23:28:48.9437852Z remote: Counting objects: 17% (1974/11607) 2024-12-17T23:28:48.9438345Z remote: Counting objects: 18% (2090/11607) 2024-12-17T23:28:48.9438789Z remote: Counting objects: 19% (2206/11607) 2024-12-17T23:28:48.9439320Z remote: Counting objects: 20% (2322/11607) 2024-12-17T23:28:48.9440086Z remote: Counting objects: 21% (2438/11607) 2024-12-17T23:28:48.9440656Z remote: Counting objects: 22% (2554/11607) 2024-12-17T23:28:48.9442035Z remote: Counting objects: 23% (2670/11607) 2024-12-17T23:28:48.9442955Z remote: Counting objects: 24% (2786/11607) 2024-12-17T23:28:48.9443682Z remote: Counting objects: 25% (2902/11607) 2024-12-17T23:28:48.9444363Z remote: Counting objects: 26% (3018/11607) 2024-12-17T23:28:48.9445652Z remote: Counting objects: 27% (3134/11607) 2024-12-17T23:28:48.9446582Z remote: Counting objects: 28% (3250/11607) 2024-12-17T23:28:48.9447277Z remote: Counting objects: 29% (3367/11607) 2024-12-17T23:28:48.9447798Z remote: Counting objects: 30% (3483/11607) 2024-12-17T23:28:48.9448218Z remote: Counting objects: 31% (3599/11607) 2024-12-17T23:28:48.9448728Z remote: Counting objects: 32% (3715/11607) 2024-12-17T23:28:48.9449785Z remote: Counting objects: 33% (3831/11607) 2024-12-17T23:28:48.9451453Z remote: Counting objects: 34% (3947/11607) 2024-12-17T23:28:48.9454052Z remote: Counting objects: 35% (4063/11607) 2024-12-17T23:28:48.9456240Z remote: Counting objects: 36% (4179/11607) 2024-12-17T23:28:48.9457531Z remote: Counting objects: 37% (4295/11607) 2024-12-17T23:28:48.9459186Z remote: Counting objects: 38% (4411/11607) 2024-12-17T23:28:48.9461733Z remote: Counting objects: 39% (4527/11607) 2024-12-17T23:28:48.9464043Z remote: Counting objects: 40% (4643/11607) 2024-12-17T23:28:48.9464563Z remote: Counting objects: 41% (4759/11607) 2024-12-17T23:28:48.9466966Z remote: Counting objects: 42% (4875/11607) 2024-12-17T23:28:48.9467709Z remote: Counting objects: 43% (4992/11607) 2024-12-17T23:28:48.9468690Z remote: Counting objects: 44% (5108/11607) 2024-12-17T23:28:48.9471000Z remote: Counting objects: 45% (5224/11607) 2024-12-17T23:28:48.9473360Z remote: Counting objects: 46% (5340/11607) 2024-12-17T23:28:48.9476108Z remote: Counting objects: 47% (5456/11607) 2024-12-17T23:28:48.9478466Z remote: Counting objects: 48% (5572/11607) 2024-12-17T23:28:48.9482417Z remote: Counting objects: 49% (5688/11607) 2024-12-17T23:28:48.9485761Z remote: Counting objects: 50% (5804/11607) 2024-12-17T23:28:48.9487274Z remote: Counting objects: 51% (5920/11607) 2024-12-17T23:28:48.9490203Z remote: Counting objects: 52% (6036/11607) 2024-12-17T23:28:48.9490690Z remote: Counting objects: 53% (6152/11607) 2024-12-17T23:28:48.9496047Z remote: Counting objects: 54% (6268/11607) 2024-12-17T23:28:48.9500551Z remote: Counting objects: 55% (6384/11607) 2024-12-17T23:28:48.9503347Z remote: Counting objects: 56% (6500/11607) 2024-12-17T23:28:48.9504435Z remote: Counting objects: 57% (6616/11607) 2024-12-17T23:28:48.9507388Z remote: Counting objects: 58% (6733/11607) 2024-12-17T23:28:48.9512493Z remote: Counting objects: 59% (6849/11607) 2024-12-17T23:28:48.9516380Z remote: Counting objects: 60% (6965/11607) 2024-12-17T23:28:48.9519787Z remote: Counting objects: 61% (7081/11607) 2024-12-17T23:28:48.9522753Z remote: Counting objects: 62% (7197/11607) 2024-12-17T23:28:48.9525598Z remote: Counting objects: 63% (7313/11607) 2024-12-17T23:28:48.9527891Z remote: Counting objects: 64% (7429/11607) 2024-12-17T23:28:48.9529865Z remote: Counting objects: 65% (7545/11607) 2024-12-17T23:28:48.9531319Z remote: Counting objects: 66% (7661/11607) 2024-12-17T23:28:48.9533239Z remote: Counting objects: 67% (7777/11607) 2024-12-17T23:28:48.9536135Z remote: Counting objects: 68% (7893/11607) 2024-12-17T23:28:48.9539212Z remote: Counting objects: 69% (8009/11607) 2024-12-17T23:28:48.9544337Z remote: Counting objects: 70% (8125/11607) 2024-12-17T23:28:48.9545069Z remote: Counting objects: 71% (8241/11607) 2024-12-17T23:28:48.9546491Z remote: Counting objects: 72% (8358/11607) 2024-12-17T23:28:48.9548561Z remote: Counting objects: 73% (8474/11607) 2024-12-17T23:28:48.9550770Z remote: Counting objects: 74% (8590/11607) 2024-12-17T23:28:48.9553983Z remote: Counting objects: 75% (8706/11607) 2024-12-17T23:28:48.9556708Z remote: Counting objects: 76% (8822/11607) 2024-12-17T23:28:48.9559314Z remote: Counting objects: 77% (8938/11607) 2024-12-17T23:28:48.9560335Z remote: Counting objects: 78% (9054/11607) 2024-12-17T23:28:48.9562908Z remote: Counting objects: 79% (9170/11607) 2024-12-17T23:28:48.9565203Z remote: Counting objects: 80% (9286/11607) 2024-12-17T23:28:48.9568817Z remote: Counting objects: 81% (9402/11607) 2024-12-17T23:28:48.9572267Z remote: Counting objects: 82% (9518/11607) 2024-12-17T23:28:48.9574617Z remote: Counting objects: 83% (9634/11607) 2024-12-17T23:28:48.9578367Z remote: Counting objects: 84% (9750/11607) 2024-12-17T23:28:48.9580278Z remote: Counting objects: 85% (9866/11607) 2024-12-17T23:28:48.9582103Z remote: Counting objects: 86% (9983/11607) 2024-12-17T23:28:48.9586202Z remote: Counting objects: 87% (10099/11607) 2024-12-17T23:28:48.9588986Z remote: Counting objects: 88% (10215/11607) 2024-12-17T23:28:48.9590252Z remote: Counting objects: 89% (10331/11607) 2024-12-17T23:28:48.9593384Z remote: Counting objects: 90% (10447/11607) 2024-12-17T23:28:48.9594740Z remote: Counting objects: 91% (10563/11607) 2024-12-17T23:28:48.9599842Z remote: Counting objects: 92% (10679/11607) 2024-12-17T23:28:48.9602839Z remote: Counting objects: 93% (10795/11607) 2024-12-17T23:28:48.9607888Z remote: Counting objects: 94% (10911/11607) 2024-12-17T23:28:48.9612679Z remote: Counting objects: 95% (11027/11607) 2024-12-17T23:28:48.9616440Z remote: Counting objects: 96% (11143/11607) 2024-12-17T23:28:48.9620941Z remote: Counting objects: 97% (11259/11607) 2024-12-17T23:28:48.9624791Z remote: Counting objects: 98% (11375/11607) 2024-12-17T23:28:48.9628834Z remote: Counting objects: 99% (11491/11607) 2024-12-17T23:28:48.9629491Z remote: Counting objects: 100% (11607/11607) 2024-12-17T23:28:48.9629923Z remote: Counting objects: 100% (11607/11607), done. 2024-12-17T23:28:48.9724052Z remote: Compressing objects: 0% (1/10160) 2024-12-17T23:28:49.0002497Z remote: Compressing objects: 1% (102/10160) 2024-12-17T23:28:49.0650438Z remote: Compressing objects: 2% (204/10160) 2024-12-17T23:28:49.0912646Z remote: Compressing objects: 3% (305/10160) 2024-12-17T23:28:49.1406948Z remote: Compressing objects: 4% (407/10160) 2024-12-17T23:28:49.1884881Z remote: Compressing objects: 5% (508/10160) 2024-12-17T23:28:49.2619904Z remote: Compressing objects: 6% (610/10160) 2024-12-17T23:28:49.3425074Z remote: Compressing objects: 7% (712/10160) 2024-12-17T23:28:49.4203947Z remote: Compressing objects: 8% (813/10160) 2024-12-17T23:28:49.4704641Z remote: Compressing objects: 9% (915/10160) 2024-12-17T23:28:49.5157974Z remote: Compressing objects: 10% (1016/10160) 2024-12-17T23:28:49.5590403Z remote: Compressing objects: 11% (1118/10160) 2024-12-17T23:28:49.6018031Z remote: Compressing objects: 12% (1220/10160) 2024-12-17T23:28:49.6798553Z remote: Compressing objects: 13% (1321/10160) 2024-12-17T23:28:49.7438232Z remote: Compressing objects: 14% (1423/10160) 2024-12-17T23:28:49.7978709Z remote: Compressing objects: 15% (1524/10160) 2024-12-17T23:28:49.8537194Z remote: Compressing objects: 16% (1626/10160) 2024-12-17T23:28:49.9149258Z remote: Compressing objects: 17% (1728/10160) 2024-12-17T23:28:49.9641009Z remote: Compressing objects: 18% (1829/10160) 2024-12-17T23:28:49.9647752Z remote: Compressing objects: 18% (1928/10160) 2024-12-17T23:28:50.0447421Z remote: Compressing objects: 19% (1931/10160) 2024-12-17T23:28:50.1190602Z remote: Compressing objects: 20% (2032/10160) 2024-12-17T23:28:50.1626571Z remote: Compressing objects: 21% (2134/10160) 2024-12-17T23:28:50.2265782Z remote: Compressing objects: 22% (2236/10160) 2024-12-17T23:28:50.2986164Z remote: Compressing objects: 23% (2337/10160) 2024-12-17T23:28:50.3597289Z remote: Compressing objects: 24% (2439/10160) 2024-12-17T23:28:50.4088905Z remote: Compressing objects: 25% (2540/10160) 2024-12-17T23:28:50.4839225Z remote: Compressing objects: 26% (2642/10160) 2024-12-17T23:28:50.5276330Z remote: Compressing objects: 27% (2744/10160) 2024-12-17T23:28:50.5757521Z remote: Compressing objects: 28% (2845/10160) 2024-12-17T23:28:50.6314970Z remote: Compressing objects: 29% (2947/10160) 2024-12-17T23:28:50.6924959Z remote: Compressing objects: 30% (3048/10160) 2024-12-17T23:28:50.7566278Z remote: Compressing objects: 31% (3150/10160) 2024-12-17T23:28:50.7650839Z remote: Compressing objects: 32% (3252/10160) 2024-12-17T23:28:50.7765426Z remote: Compressing objects: 33% (3353/10160) 2024-12-17T23:28:50.8041408Z remote: Compressing objects: 34% (3455/10160) 2024-12-17T23:28:50.8199911Z remote: Compressing objects: 35% (3556/10160) 2024-12-17T23:28:50.8464914Z remote: Compressing objects: 36% (3658/10160) 2024-12-17T23:28:50.8483615Z remote: Compressing objects: 37% (3760/10160) 2024-12-17T23:28:50.8637872Z remote: Compressing objects: 38% (3861/10160) 2024-12-17T23:28:50.8955373Z remote: Compressing objects: 39% (3963/10160) 2024-12-17T23:28:50.9158086Z remote: Compressing objects: 40% (4064/10160) 2024-12-17T23:28:50.9440578Z remote: Compressing objects: 41% (4166/10160) 2024-12-17T23:28:50.9638715Z remote: Compressing objects: 42% (4268/10160) 2024-12-17T23:28:50.9855362Z remote: Compressing objects: 42% (4307/10160) 2024-12-17T23:28:51.0527948Z remote: Compressing objects: 43% (4369/10160) 2024-12-17T23:28:51.0918051Z remote: Compressing objects: 44% (4471/10160) 2024-12-17T23:28:51.1236625Z remote: Compressing objects: 45% (4572/10160) 2024-12-17T23:28:51.1698757Z remote: Compressing objects: 46% (4674/10160) 2024-12-17T23:28:51.2278440Z remote: Compressing objects: 47% (4776/10160) 2024-12-17T23:28:51.2651660Z remote: Compressing objects: 48% (4877/10160) 2024-12-17T23:28:51.3073788Z remote: Compressing objects: 49% (4979/10160) 2024-12-17T23:28:51.3685899Z remote: Compressing objects: 50% (5080/10160) 2024-12-17T23:28:51.4158156Z remote: Compressing objects: 51% (5182/10160) 2024-12-17T23:28:51.4504196Z remote: Compressing objects: 52% (5284/10160) 2024-12-17T23:28:51.4758860Z remote: Compressing objects: 53% (5385/10160) 2024-12-17T23:28:51.5046530Z remote: Compressing objects: 54% (5487/10160) 2024-12-17T23:28:51.5406525Z remote: Compressing objects: 55% (5588/10160) 2024-12-17T23:28:51.5839093Z remote: Compressing objects: 56% (5690/10160) 2024-12-17T23:28:51.6105353Z remote: Compressing objects: 57% (5792/10160) 2024-12-17T23:28:51.6765059Z remote: Compressing objects: 58% (5893/10160) 2024-12-17T23:28:51.6816500Z remote: Compressing objects: 59% (5995/10160) 2024-12-17T23:28:51.6986618Z remote: Compressing objects: 60% (6096/10160) 2024-12-17T23:28:51.7161047Z remote: Compressing objects: 61% (6198/10160) 2024-12-17T23:28:51.7636932Z remote: Compressing objects: 62% (6300/10160) 2024-12-17T23:28:51.7884087Z remote: Compressing objects: 63% (6401/10160) 2024-12-17T23:28:51.7953579Z remote: Compressing objects: 64% (6503/10160) 2024-12-17T23:28:51.7991944Z remote: Compressing objects: 65% (6604/10160) 2024-12-17T23:28:51.8073430Z remote: Compressing objects: 66% (6706/10160) 2024-12-17T23:28:51.8219194Z remote: Compressing objects: 67% (6808/10160) 2024-12-17T23:28:51.8292556Z remote: Compressing objects: 68% (6909/10160) 2024-12-17T23:28:51.8414982Z remote: Compressing objects: 69% (7011/10160) 2024-12-17T23:28:51.8564049Z remote: Compressing objects: 70% (7112/10160) 2024-12-17T23:28:51.8722256Z remote: Compressing objects: 71% (7214/10160) 2024-12-17T23:28:51.8857404Z remote: Compressing objects: 72% (7316/10160) 2024-12-17T23:28:51.8986972Z remote: Compressing objects: 73% (7417/10160) 2024-12-17T23:28:51.9103824Z remote: Compressing objects: 74% (7519/10160) 2024-12-17T23:28:51.9255960Z remote: Compressing objects: 75% (7620/10160) 2024-12-17T23:28:51.9418721Z remote: Compressing objects: 76% (7722/10160) 2024-12-17T23:28:51.9578464Z remote: Compressing objects: 77% (7824/10160) 2024-12-17T23:28:51.9636298Z remote: Compressing objects: 78% (7925/10160) 2024-12-17T23:28:51.9737481Z remote: Compressing objects: 78% (7965/10160) 2024-12-17T23:28:51.9891646Z remote: Compressing objects: 79% (8027/10160) 2024-12-17T23:28:52.0052741Z remote: Compressing objects: 80% (8128/10160) 2024-12-17T23:28:52.0244647Z remote: Compressing objects: 81% (8230/10160) 2024-12-17T23:28:52.0448102Z remote: Compressing objects: 82% (8332/10160) 2024-12-17T23:28:52.0595775Z remote: Compressing objects: 83% (8433/10160) 2024-12-17T23:28:52.0756271Z remote: Compressing objects: 84% (8535/10160) 2024-12-17T23:28:52.0907831Z remote: Compressing objects: 85% (8636/10160) 2024-12-17T23:28:52.1086011Z remote: Compressing objects: 86% (8738/10160) 2024-12-17T23:28:52.1234070Z remote: Compressing objects: 87% (8840/10160) 2024-12-17T23:28:52.1352272Z remote: Compressing objects: 88% (8941/10160) 2024-12-17T23:28:52.1507391Z remote: Compressing objects: 89% (9043/10160) 2024-12-17T23:28:52.1548381Z remote: Compressing objects: 90% (9144/10160) 2024-12-17T23:28:52.1564415Z remote: Compressing objects: 91% (9246/10160) 2024-12-17T23:28:52.1579795Z remote: Compressing objects: 92% (9348/10160) 2024-12-17T23:28:52.1606153Z remote: Compressing objects: 93% (9449/10160) 2024-12-17T23:28:52.1614625Z remote: Compressing objects: 94% (9551/10160) 2024-12-17T23:28:52.1629898Z remote: Compressing objects: 95% (9652/10160) 2024-12-17T23:28:52.1647622Z remote: Compressing objects: 96% (9754/10160) 2024-12-17T23:28:52.1661980Z remote: Compressing objects: 97% (9856/10160) 2024-12-17T23:28:52.1676045Z remote: Compressing objects: 98% (9957/10160) 2024-12-17T23:28:52.1687588Z remote: Compressing objects: 99% (10059/10160) 2024-12-17T23:28:52.1689149Z remote: Compressing objects: 100% (10160/10160) 2024-12-17T23:28:52.1690049Z remote: Compressing objects: 100% (10160/10160), done. 2024-12-17T23:28:55.7903419Z remote: Total 11607 (delta 1420), reused 4226 (delta 1146), pack-reused 0 (from 0) 2024-12-17T23:28:56.0954380Z ##[endgroup] 2024-12-17T23:28:56.0954920Z ##[group]Determining the checkout info 2024-12-17T23:28:56.0955889Z ##[endgroup] 2024-12-17T23:28:56.0956567Z ##[group]Checking out the ref 2024-12-17T23:28:56.0960256Z [command]/usr/bin/git checkout --quiet --force 0cdf8b1d09254cfda66191d1bd01e3041c3c76f7 2024-12-17T23:28:57.4806365Z ##[endgroup] 2024-12-17T23:28:57.4843201Z [command]/usr/bin/git log -1 --format='%H' 2024-12-17T23:28:57.4866630Z '0cdf8b1d09254cfda66191d1bd01e3041c3c76f7' 2024-12-17T23:28:57.5029086Z ##[group]Run actions/setup-python@v4 2024-12-17T23:28:57.5029432Z with: 2024-12-17T23:28:57.5029687Z python-version: 3.6 2024-12-17T23:28:57.5030004Z architecture: x64 2024-12-17T23:28:57.5030261Z check-latest: false 2024-12-17T23:28:57.5030527Z cache: pip 2024-12-17T23:28:57.5030847Z cache-dependency-path: **/requirements.txt 2024-12-17T23:28:57.5031274Z token: *** 2024-12-17T23:28:57.5031544Z update-environment: true 2024-12-17T23:28:57.5031889Z allow-prereleases: false 2024-12-17T23:28:57.5032166Z ##[endgroup] 2024-12-17T23:28:57.6274296Z ##[group]Installed versions 2024-12-17T23:28:57.6356970Z Version 3.6 was not found in the local cache 2024-12-17T23:28:57.9363135Z Version 3.6 is available for downloading 2024-12-17T23:28:57.9364984Z Download from "https://github.com/actions/python-versions/releases/download/3.6.15-116025/python-3.6.15-linux-20.04-x64.tar.gz" 2024-12-17T23:28:58.4868548Z Extract downloaded archive 2024-12-17T23:28:58.4970930Z [command]/usr/bin/tar xz --warning=no-unknown-keyword -C /home/runner/work/_temp/ca413b15-c14c-4b7e-8b24-a7111bd8c5ad -f /home/runner/work/_temp/15324fbc-dc7e-405f-aa1e-730a39875e84 2024-12-17T23:28:59.8623786Z Execute installation script 2024-12-17T23:28:59.8708491Z Check if Python hostedtoolcache folder exist... 2024-12-17T23:28:59.8709608Z Create Python 3.6.15 folder 2024-12-17T23:28:59.8723191Z Copy Python binaries to hostedtoolcache folder 2024-12-17T23:29:00.3854161Z Create additional symlinks (Required for the UsePythonVersion Azure Pipelines task and the setup-python GitHub Action) 2024-12-17T23:29:00.3893166Z Upgrading PIP... 2024-12-17T23:29:01.4177575Z Looking in links: /tmp/tmp0r786iym 2024-12-17T23:29:01.4183881Z Requirement already satisfied: setuptools in /opt/hostedtoolcache/Python/3.6.15/x64/lib/python3.6/site-packages (40.6.2) 2024-12-17T23:29:01.4222896Z Requirement already satisfied: pip in /opt/hostedtoolcache/Python/3.6.15/x64/lib/python3.6/site-packages (18.1) 2024-12-17T23:29:02.0171118Z Collecting pip 2024-12-17T23:29:02.1880954Z Downloading https://files.pythonhosted.org/packages/a4/6d/6463d49a933f547439d6b5b98b46af8742cc03ae83543e4d7688c2420f8b/pip-21.3.1-py3-none-any.whl (1.7MB) 2024-12-17T23:29:02.3023427Z Installing collected packages: pip 2024-12-17T23:29:02.9880945Z Successfully installed pip-21.3.1 2024-12-17T23:29:03.1534922Z Create complete file 2024-12-17T23:29:03.1578178Z Successfully set up CPython (3.6.15) 2024-12-17T23:29:03.1579252Z ##[endgroup] 2024-12-17T23:29:04.2094121Z [command]/opt/hostedtoolcache/Python/3.6.15/x64/bin/pip cache dir 2024-12-17T23:29:04.4921077Z /home/runner/.cache/pip 2024-12-17T23:29:04.7604901Z Received 1724063 of 1724063 (100.0%), 17.9 MBs/sec 2024-12-17T23:29:04.7605909Z Cache Size: ~2 MB (1724063 B) 2024-12-17T23:29:04.7637524Z [command]/usr/bin/tar -xf /home/runner/work/_temp/5717b3ef-a311-4a20-adcb-ede1b3129a83/cache.tzst -P -C /home/runner/work/pytorch/pytorch --use-compress-program unzstd 2024-12-17T23:29:04.7747303Z Cache restored successfully 2024-12-17T23:29:04.7757618Z Cache restored from key: setup-python-Linux-20.04-Ubuntu-python-3.6.15-pip-85a034c495ba9a4e0657070298e5681e0783aa9771704355dd8b3bfab3b23056 2024-12-17T23:29:04.7948097Z ##[group]Run # All we need to see is that it passes 2024-12-17T23:29:04.7948606Z # All we need to see is that it passes 2024-12-17T23:29:04.7948997Z python3 torch/utils/collect_env.py 2024-12-17T23:29:04.8010834Z shell: /usr/bin/bash -e {0} 2024-12-17T23:29:04.8011241Z env: 2024-12-17T23:29:04.8011605Z pythonLocation: /opt/hostedtoolcache/Python/3.6.15/x64 2024-12-17T23:29:04.8012064Z PKG_CONFIG_PATH: /opt/hostedtoolcache/Python/3.6.15/x64/lib/pkgconfig 2024-12-17T23:29:04.8012604Z Python_ROOT_DIR: /opt/hostedtoolcache/Python/3.6.15/x64 2024-12-17T23:29:04.8013060Z Python2_ROOT_DIR: /opt/hostedtoolcache/Python/3.6.15/x64 2024-12-17T23:29:04.8013516Z Python3_ROOT_DIR: /opt/hostedtoolcache/Python/3.6.15/x64 2024-12-17T23:29:04.8013975Z LD_LIBRARY_PATH: /opt/hostedtoolcache/Python/3.6.15/x64/lib 2024-12-17T23:29:04.8014634Z ##[endgroup] 2024-12-17T23:29:19.2276955Z Collecting environment information... 2024-12-17T23:29:19.2277978Z PyTorch version: N/A 2024-12-17T23:29:19.2278402Z Is debug build: N/A 2024-12-17T23:29:19.2278684Z CUDA used to build PyTorch: N/A 2024-12-17T23:29:19.2279114Z ROCM used to build PyTorch: N/A 2024-12-17T23:29:19.2279362Z 2024-12-17T23:29:19.2279485Z OS: Ubuntu 20.04.6 LTS (x86_64) 2024-12-17T23:29:19.2279876Z GCC version: (Ubuntu 9.4.0-1ubuntu1~20.04.2) 9.4.0 2024-12-17T23:29:19.2280354Z Clang version: 11.0.0-2~ubuntu20.04.1 2024-12-17T23:29:19.2280706Z CMake version: version 3.31.2 2024-12-17T23:29:19.2281076Z Libc version: glibc-2.3.4 2024-12-17T23:29:19.2281323Z 2024-12-17T23:29:19.2281583Z Python version: 3.6.15 (default, Sep 6 2021, 07:07:23) [GCC 9.3.0] (64-bit runtime) 2024-12-17T23:29:19.2282353Z Python platform: Linux-5.15.0-1074-azure-x86_64-with-debian-bullseye-sid 2024-12-17T23:29:19.2282901Z Is CUDA available: N/A 2024-12-17T23:29:19.2283260Z CUDA runtime version: Could not collect 2024-12-17T23:29:19.2283634Z CUDA_MODULE_LOADING set to: N/A 2024-12-17T23:29:19.2284047Z GPU models and configuration: Could not collect 2024-12-17T23:29:19.2284475Z Nvidia driver version: Could not collect 2024-12-17T23:29:19.2284852Z cuDNN version: Could not collect 2024-12-17T23:29:19.2285254Z HIP runtime version: N/A 2024-12-17T23:29:19.2285576Z MIOpen runtime version: N/A 2024-12-17T23:29:19.2285859Z Is XNNPACK available: N/A 2024-12-17T23:29:19.2286123Z 2024-12-17T23:29:19.2286229Z CPU: 2024-12-17T23:29:19.2286513Z Architecture: x86_64 2024-12-17T23:29:19.2286937Z CPU op-mode(s): 32-bit, 64-bit 2024-12-17T23:29:19.2287433Z Byte Order: Little Endian 2024-12-17T23:29:19.2287849Z Address sizes: 48 bits physical, 48 bits virtual 2024-12-17T23:29:19.2288301Z CPU(s): 4 2024-12-17T23:29:19.2288669Z On-line CPU(s) list: 0-3 2024-12-17T23:29:19.2289036Z Thread(s) per core: 2 2024-12-17T23:29:19.2289422Z Core(s) per socket: 2 2024-12-17T23:29:19.2289740Z Socket(s): 1 2024-12-17T23:29:19.2290091Z NUMA node(s): 1 2024-12-17T23:29:19.2290479Z Vendor ID: AuthenticAMD 2024-12-17T23:29:19.2290865Z CPU family: 25 2024-12-17T23:29:19.2291218Z Model: 1 2024-12-17T23:29:19.2291954Z Model name: AMD EPYC 7763 64-Core Processor 2024-12-17T23:29:19.2292390Z Stepping: 1 2024-12-17T23:29:19.2292737Z CPU MHz: 2445.426 2024-12-17T23:29:19.2293158Z BogoMIPS: 4890.85 2024-12-17T23:29:19.2293554Z Virtualization: AMD-V 2024-12-17T23:29:19.2293916Z Hypervisor vendor: Microsoft 2024-12-17T23:29:19.2294691Z Virtualization type: full 2024-12-17T23:29:19.2295088Z L1d cache: 64 KiB 2024-12-17T23:29:19.2295461Z L1i cache: 64 KiB 2024-12-17T23:29:19.2296052Z L2 cache: 1 MiB 2024-12-17T23:29:19.2296362Z L3 cache: 32 MiB 2024-12-17T23:29:19.2296807Z NUMA node0 CPU(s): 0-3 2024-12-17T23:29:19.2297207Z Vulnerability Gather data sampling: Not affected 2024-12-17T23:29:19.2297604Z Vulnerability Itlb multihit: Not affected 2024-12-17T23:29:19.2298024Z Vulnerability L1tf: Not affected 2024-12-17T23:29:19.2298355Z Vulnerability Mds: Not affected 2024-12-17T23:29:19.2298725Z Vulnerability Meltdown: Not affected 2024-12-17T23:29:19.2299131Z Vulnerability Mmio stale data: Not affected 2024-12-17T23:29:19.2299509Z Vulnerability Reg file data sampling: Not affected 2024-12-17T23:29:19.2299871Z Vulnerability Retbleed: Not affected 2024-12-17T23:29:19.2300369Z Vulnerability Spec rstack overflow: Mitigation; safe RET, no microcode 2024-12-17T23:29:19.2300794Z Vulnerability Spec store bypass: Vulnerable 2024-12-17T23:29:19.2301338Z Vulnerability Spectre v1: Mitigation; usercopy/swapgs barriers and __user pointer sanitization 2024-12-17T23:29:19.2302137Z Vulnerability Spectre v2: Mitigation; Retpolines; STIBP disabled; RSB filling; PBRSB-eIBRS Not affected; BHI Not affected 2024-12-17T23:29:19.2302759Z Vulnerability Srbds: Not affected 2024-12-17T23:29:19.2303170Z Vulnerability Tsx async abort: Not affected 2024-12-17T23:29:19.2305523Z 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:19.2307684Z 2024-12-17T23:29:19.2307817Z Versions of relevant libraries: 2024-12-17T23:29:19.2308160Z [pip3] No relevant packages 2024-12-17T23:29:19.2308469Z [conda] No relevant packages 2024-12-17T23:29:19.2383689Z Post job cleanup. 2024-12-17T23:29:19.3453101Z Cache hit occurred on the primary key setup-python-Linux-20.04-Ubuntu-python-3.6.15-pip-85a034c495ba9a4e0657070298e5681e0783aa9771704355dd8b3bfab3b23056, not saving cache. 2024-12-17T23:29:19.3549093Z Post job cleanup. 2024-12-17T23:29:19.3595299Z Post job cleanup. 2024-12-17T23:29:19.4309362Z [command]/usr/bin/git version 2024-12-17T23:29:19.4342783Z git version 2.47.1 2024-12-17T23:29:19.4385201Z Temporarily overriding HOME='/home/runner/work/_temp/52ec5ace-715f-4b6a-a4e0-81478200155e' before making global git config changes 2024-12-17T23:29:19.4386064Z Adding repository directory to the temporary git global config as a safe directory 2024-12-17T23:29:19.4388965Z [command]/usr/bin/git config --global --add safe.directory /home/runner/work/pytorch/pytorch 2024-12-17T23:29:19.4421986Z [command]/usr/bin/git config --local --name-only --get-regexp core\.sshCommand 2024-12-17T23:29:19.4452543Z [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:19.4702910Z [command]/usr/bin/git config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader 2024-12-17T23:29:19.4722330Z http.https://github.com/.extraheader 2024-12-17T23:29:19.4733268Z [command]/usr/bin/git config --local --unset-all http.https://github.com/.extraheader 2024-12-17T23:29:19.4761209Z [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:19.5108235Z Cleaning up orphan processes