2024-12-17T23:28:35.1724704Z Current runner version: '2.321.0' 2024-12-17T23:28:35.1731213Z Runner name: 'linux.20_04.4x_9134bc990896' 2024-12-17T23:28:35.1732381Z Runner group name: 'Default' 2024-12-17T23:28:35.1733377Z Machine name: 'runner' 2024-12-17T23:28:35.1750784Z ##[group]Operating System 2024-12-17T23:28:35.1751528Z Ubuntu 2024-12-17T23:28:35.1751996Z 20.04.6 2024-12-17T23:28:35.1752495Z LTS 2024-12-17T23:28:35.1753055Z ##[endgroup] 2024-12-17T23:28:35.1753714Z ##[group]Runner Image 2024-12-17T23:28:35.1754297Z Image: ubuntu-20.04 2024-12-17T23:28:35.1754756Z Version: 20241209.1.0 2024-12-17T23:28:35.1755754Z Included Software: https://github.com/actions/runner-images/blob/ubuntu20/20241209.1/images/ubuntu/Ubuntu2004-Readme.md 2024-12-17T23:28:35.1757121Z Image Release: https://github.com/actions/runner-images/releases/tag/ubuntu20%2F20241209.1 2024-12-17T23:28:35.1757971Z ##[endgroup] 2024-12-17T23:28:35.1760027Z ##[group]GITHUB_TOKEN Permissions 2024-12-17T23:28:35.1762103Z Actions: read 2024-12-17T23:28:35.1762831Z Attestations: read 2024-12-17T23:28:35.1763415Z Checks: read 2024-12-17T23:28:35.1763905Z Contents: read 2024-12-17T23:28:35.1764422Z Deployments: read 2024-12-17T23:28:35.1764916Z Discussions: read 2024-12-17T23:28:35.1765386Z Issues: read 2024-12-17T23:28:35.1765890Z Metadata: read 2024-12-17T23:28:35.1766335Z Packages: read 2024-12-17T23:28:35.1766831Z Pages: read 2024-12-17T23:28:35.1767334Z PullRequests: read 2024-12-17T23:28:35.1767804Z RepositoryProjects: read 2024-12-17T23:28:35.1768348Z SecurityEvents: read 2024-12-17T23:28:35.1768881Z Statuses: read 2024-12-17T23:28:35.1769321Z ##[endgroup] 2024-12-17T23:28:35.1772167Z Secret source: Actions 2024-12-17T23:28:35.1773144Z Prepare workflow directory 2024-12-17T23:28:35.2073054Z Prepare all required actions 2024-12-17T23:28:35.2109269Z Getting action download info 2024-12-17T23:28:35.4260710Z Download action repository 'pytorch/pytorch@release/2.6' (SHA:0cdf8b1d09254cfda66191d1bd01e3041c3c76f7) 2024-12-17T23:28:48.0783952Z Download action repository 'actions/setup-python@v4' (SHA:65d7f2d534ac1bc67fcd62888c5f4f3d2cb2b236) 2024-12-17T23:28:48.2025451Z Getting action download info 2024-12-17T23:28:48.3159283Z Download action repository 'malfet/checkout@silent-checkout' (SHA:e07af140b3ccefc05679e3755b9db68f4ee4589c) 2024-12-17T23:28:48.5592228Z Complete job name: Test `run_test.py` is usable without boto3 2024-12-17T23:28:48.6296127Z ##[group]Run pytorch/pytorch/.github/actions/checkout-pytorch@release/2.6 2024-12-17T23:28:48.6297133Z with: 2024-12-17T23:28:48.6297730Z submodules: false 2024-12-17T23:28:48.6298026Z fetch-depth: 1 2024-12-17T23:28:48.6298729Z ##[endgroup] 2024-12-17T23:28:48.6391792Z ##[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.6392783Z echo "IN_CONTAINER_RUNNER=$(if [ -f /.inarc ] || [ -f /.incontainer ]; then echo true ; else echo false; fi)" >> "$GITHUB_OUTPUT" 2024-12-17T23:28:48.7607205Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2024-12-17T23:28:48.7607771Z ##[endgroup] 2024-12-17T23:28:48.7868119Z ##[group]Run retry () { 2024-12-17T23:28:48.7868533Z retry () { 2024-12-17T23:28:48.7868935Z  $* || (sleep 1 && $*) || (sleep 2 && $*) || (sleep 4 && $*) || (sleep 8 && $*) 2024-12-17T23:28:48.7869371Z } 2024-12-17T23:28:48.7869733Z echo "${GITHUB_WORKSPACE}" 2024-12-17T23:28:48.7870186Z if [ -z "${NO_SUDO}" ]; then 2024-12-17T23:28:48.7870595Z  retry sudo rm -rf "${GITHUB_WORKSPACE}" 2024-12-17T23:28:48.7870959Z else 2024-12-17T23:28:48.7871325Z  retry rm -rf "${GITHUB_WORKSPACE}" 2024-12-17T23:28:48.7871696Z fi 2024-12-17T23:28:48.7871968Z mkdir "${GITHUB_WORKSPACE}" 2024-12-17T23:28:48.7925576Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2024-12-17T23:28:48.7926022Z env: 2024-12-17T23:28:48.7926326Z NO_SUDO: 2024-12-17T23:28:48.7926630Z ##[endgroup] 2024-12-17T23:28:48.8013541Z /home/runner/work/pytorch/pytorch 2024-12-17T23:28:48.8156368Z ##[group]Run malfet/checkout@silent-checkout 2024-12-17T23:28:48.8156781Z with: 2024-12-17T23:28:48.8157074Z ref: 0cdf8b1d09254cfda66191d1bd01e3041c3c76f7 2024-12-17T23:28:48.8157523Z fetch-depth: 1 2024-12-17T23:28:48.8157847Z submodules: false 2024-12-17T23:28:48.8158128Z quiet-checkout: true 2024-12-17T23:28:48.8158504Z repository: pytorch/pytorch 2024-12-17T23:28:48.8159022Z token: *** 2024-12-17T23:28:48.8159337Z ssh-strict: true 2024-12-17T23:28:48.8159637Z persist-credentials: true 2024-12-17T23:28:48.8159982Z clean: true 2024-12-17T23:28:48.8160307Z sparse-checkout-cone-mode: true 2024-12-17T23:28:48.8160640Z lfs: false 2024-12-17T23:28:48.8160956Z set-safe-directory: true 2024-12-17T23:28:48.8161297Z ##[endgroup] 2024-12-17T23:28:48.8947616Z Syncing repository: pytorch/pytorch 2024-12-17T23:28:48.8949554Z ##[group]Getting Git version info 2024-12-17T23:28:48.8950198Z Working directory is '/home/runner/work/pytorch/pytorch' 2024-12-17T23:28:48.8951213Z [command]/usr/bin/git version 2024-12-17T23:28:48.8985728Z git version 2.47.1 2024-12-17T23:28:48.9012014Z ##[endgroup] 2024-12-17T23:28:48.9025084Z Temporarily overriding HOME='/home/runner/work/_temp/6094ad60-cabe-4fb6-be64-630692fbe6d9' before making global git config changes 2024-12-17T23:28:48.9026101Z Adding repository directory to the temporary git global config as a safe directory 2024-12-17T23:28:48.9028931Z [command]/usr/bin/git config --global --add safe.directory /home/runner/work/pytorch/pytorch 2024-12-17T23:28:48.9059713Z Deleting the contents of '/home/runner/work/pytorch/pytorch' 2024-12-17T23:28:48.9063792Z ##[group]Initializing the repository 2024-12-17T23:28:48.9066363Z [command]/usr/bin/git init /home/runner/work/pytorch/pytorch 2024-12-17T23:28:48.9140021Z hint: Using 'master' as the name for the initial branch. This default branch name 2024-12-17T23:28:48.9141262Z hint: is subject to change. To configure the initial branch name to use in all 2024-12-17T23:28:48.9142395Z hint: of your new repositories, which will suppress this warning, call: 2024-12-17T23:28:48.9143149Z hint: 2024-12-17T23:28:48.9143591Z hint: git config --global init.defaultBranch 2024-12-17T23:28:48.9144041Z hint: 2024-12-17T23:28:48.9144537Z hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and 2024-12-17T23:28:48.9145472Z hint: 'development'. The just-created branch can be renamed via this command: 2024-12-17T23:28:48.9146065Z hint: 2024-12-17T23:28:48.9146416Z hint: git branch -m 2024-12-17T23:28:48.9146982Z Initialized empty Git repository in /home/runner/work/pytorch/pytorch/.git/ 2024-12-17T23:28:48.9153873Z [command]/usr/bin/git remote add origin https://github.com/pytorch/pytorch 2024-12-17T23:28:48.9204217Z ##[endgroup] 2024-12-17T23:28:48.9204881Z ##[group]Disabling automatic garbage collection 2024-12-17T23:28:48.9205657Z [command]/usr/bin/git config --local gc.auto 0 2024-12-17T23:28:48.9229464Z ##[endgroup] 2024-12-17T23:28:48.9230049Z ##[group]Setting up auth 2024-12-17T23:28:48.9234549Z [command]/usr/bin/git config --local --name-only --get-regexp core\.sshCommand 2024-12-17T23:28:48.9259171Z [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.9533892Z [command]/usr/bin/git config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader 2024-12-17T23:28:48.9558258Z [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.9765616Z [command]/usr/bin/git config --local http.https://github.com/.extraheader AUTHORIZATION: basic *** 2024-12-17T23:28:48.9796585Z ##[endgroup] 2024-12-17T23:28:48.9797173Z ##[group]Fetching the repository 2024-12-17T23:28:48.9803062Z [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.3559194Z remote: Enumerating objects: 11607, done. 2024-12-17T23:28:49.3564603Z remote: Counting objects: 0% (1/11607) 2024-12-17T23:28:49.3565481Z remote: Counting objects: 1% (117/11607) 2024-12-17T23:28:49.3566458Z remote: Counting objects: 2% (233/11607) 2024-12-17T23:28:49.3569238Z remote: Counting objects: 3% (349/11607) 2024-12-17T23:28:49.3569824Z remote: Counting objects: 4% (465/11607) 2024-12-17T23:28:49.3570333Z remote: Counting objects: 5% (581/11607) 2024-12-17T23:28:49.3571399Z remote: Counting objects: 6% (697/11607) 2024-12-17T23:28:49.3573081Z remote: Counting objects: 7% (813/11607) 2024-12-17T23:28:49.3610213Z remote: Counting objects: 8% (929/11607) 2024-12-17T23:28:49.3611122Z remote: Counting objects: 9% (1045/11607) 2024-12-17T23:28:49.3611858Z remote: Counting objects: 10% (1161/11607) 2024-12-17T23:28:49.3612513Z remote: Counting objects: 11% (1277/11607) 2024-12-17T23:28:49.3613044Z remote: Counting objects: 12% (1393/11607) 2024-12-17T23:28:49.3613527Z remote: Counting objects: 13% (1509/11607) 2024-12-17T23:28:49.3614090Z remote: Counting objects: 14% (1625/11607) 2024-12-17T23:28:49.3614608Z remote: Counting objects: 15% (1742/11607) 2024-12-17T23:28:49.3615040Z remote: Counting objects: 16% (1858/11607) 2024-12-17T23:28:49.3615548Z remote: Counting objects: 17% (1974/11607) 2024-12-17T23:28:49.3616129Z remote: Counting objects: 18% (2090/11607) 2024-12-17T23:28:49.3616559Z remote: Counting objects: 19% (2206/11607) 2024-12-17T23:28:49.3617440Z remote: Counting objects: 20% (2322/11607) 2024-12-17T23:28:49.3620288Z remote: Counting objects: 21% (2438/11607) 2024-12-17T23:28:49.3620930Z remote: Counting objects: 22% (2554/11607) 2024-12-17T23:28:49.3621718Z remote: Counting objects: 23% (2670/11607) 2024-12-17T23:28:49.3622415Z remote: Counting objects: 24% (2786/11607) 2024-12-17T23:28:49.3623012Z remote: Counting objects: 25% (2902/11607) 2024-12-17T23:28:49.3623477Z remote: Counting objects: 26% (3018/11607) 2024-12-17T23:28:49.3624431Z remote: Counting objects: 27% (3134/11607) 2024-12-17T23:28:49.3625072Z remote: Counting objects: 28% (3250/11607) 2024-12-17T23:28:49.3625453Z remote: Counting objects: 29% (3367/11607) 2024-12-17T23:28:49.3625878Z remote: Counting objects: 30% (3483/11607) 2024-12-17T23:28:49.3626418Z remote: Counting objects: 31% (3599/11607) 2024-12-17T23:28:49.3627018Z remote: Counting objects: 32% (3715/11607) 2024-12-17T23:28:49.3627469Z remote: Counting objects: 33% (3831/11607) 2024-12-17T23:28:49.3627858Z remote: Counting objects: 34% (3947/11607) 2024-12-17T23:28:49.3628512Z remote: Counting objects: 35% (4063/11607) 2024-12-17T23:28:49.3629094Z remote: Counting objects: 36% (4179/11607) 2024-12-17T23:28:49.3629469Z remote: Counting objects: 37% (4295/11607) 2024-12-17T23:28:49.3629844Z remote: Counting objects: 38% (4411/11607) 2024-12-17T23:28:49.3630237Z remote: Counting objects: 39% (4527/11607) 2024-12-17T23:28:49.3630619Z remote: Counting objects: 40% (4643/11607) 2024-12-17T23:28:49.3631014Z remote: Counting objects: 41% (4759/11607) 2024-12-17T23:28:49.3631354Z remote: Counting objects: 42% (4875/11607) 2024-12-17T23:28:49.3631970Z remote: Counting objects: 43% (4992/11607) 2024-12-17T23:28:49.3632593Z remote: Counting objects: 44% (5108/11607) 2024-12-17T23:28:49.3632943Z remote: Counting objects: 45% (5224/11607) 2024-12-17T23:28:49.3633331Z remote: Counting objects: 46% (5340/11607) 2024-12-17T23:28:49.3633898Z remote: Counting objects: 47% (5456/11607) 2024-12-17T23:28:49.3634686Z remote: Counting objects: 48% (5572/11607) 2024-12-17T23:28:49.3635100Z remote: Counting objects: 49% (5688/11607) 2024-12-17T23:28:49.3635500Z remote: Counting objects: 50% (5804/11607) 2024-12-17T23:28:49.3637860Z remote: Counting objects: 51% (5920/11607) 2024-12-17T23:28:49.3639549Z remote: Counting objects: 52% (6036/11607) 2024-12-17T23:28:49.3640073Z remote: Counting objects: 53% (6152/11607) 2024-12-17T23:28:49.3653955Z remote: Counting objects: 54% (6268/11607) 2024-12-17T23:28:49.3654373Z remote: Counting objects: 55% (6384/11607) 2024-12-17T23:28:49.3654831Z remote: Counting objects: 56% (6500/11607) 2024-12-17T23:28:49.3655241Z remote: Counting objects: 57% (6616/11607) 2024-12-17T23:28:49.3664444Z remote: Counting objects: 58% (6733/11607) 2024-12-17T23:28:49.3665254Z remote: Counting objects: 59% (6849/11607) 2024-12-17T23:28:49.3665678Z remote: Counting objects: 60% (6965/11607) 2024-12-17T23:28:49.3666022Z remote: Counting objects: 61% (7081/11607) 2024-12-17T23:28:49.3666817Z remote: Counting objects: 62% (7197/11607) 2024-12-17T23:28:49.3667359Z remote: Counting objects: 63% (7313/11607) 2024-12-17T23:28:49.3667789Z remote: Counting objects: 64% (7429/11607) 2024-12-17T23:28:49.3668191Z remote: Counting objects: 65% (7545/11607) 2024-12-17T23:28:49.3671665Z remote: Counting objects: 66% (7661/11607) 2024-12-17T23:28:49.3672166Z remote: Counting objects: 67% (7777/11607) 2024-12-17T23:28:49.3672578Z remote: Counting objects: 68% (7893/11607) 2024-12-17T23:28:49.3672968Z remote: Counting objects: 69% (8009/11607) 2024-12-17T23:28:49.3674411Z remote: Counting objects: 70% (8125/11607) 2024-12-17T23:28:49.3676986Z remote: Counting objects: 71% (8241/11607) 2024-12-17T23:28:49.3677612Z remote: Counting objects: 72% (8358/11607) 2024-12-17T23:28:49.3678627Z remote: Counting objects: 73% (8474/11607) 2024-12-17T23:28:49.3679386Z remote: Counting objects: 74% (8590/11607) 2024-12-17T23:28:49.3680001Z remote: Counting objects: 75% (8706/11607) 2024-12-17T23:28:49.3681339Z remote: Counting objects: 76% (8822/11607) 2024-12-17T23:28:49.3683343Z remote: Counting objects: 77% (8938/11607) 2024-12-17T23:28:49.3683944Z remote: Counting objects: 78% (9054/11607) 2024-12-17T23:28:49.3686002Z remote: Counting objects: 79% (9170/11607) 2024-12-17T23:28:49.3687190Z remote: Counting objects: 80% (9286/11607) 2024-12-17T23:28:49.3689381Z remote: Counting objects: 81% (9402/11607) 2024-12-17T23:28:49.3691954Z remote: Counting objects: 82% (9518/11607) 2024-12-17T23:28:49.3694355Z remote: Counting objects: 83% (9634/11607) 2024-12-17T23:28:49.3696818Z remote: Counting objects: 84% (9750/11607) 2024-12-17T23:28:49.3700030Z remote: Counting objects: 85% (9866/11607) 2024-12-17T23:28:49.3702885Z remote: Counting objects: 86% (9983/11607) 2024-12-17T23:28:49.3705432Z remote: Counting objects: 87% (10099/11607) 2024-12-17T23:28:49.3707263Z remote: Counting objects: 88% (10215/11607) 2024-12-17T23:28:49.3707957Z remote: Counting objects: 89% (10331/11607) 2024-12-17T23:28:49.3709591Z remote: Counting objects: 90% (10447/11607) 2024-12-17T23:28:49.3711016Z remote: Counting objects: 91% (10563/11607) 2024-12-17T23:28:49.3713082Z remote: Counting objects: 92% (10679/11607) 2024-12-17T23:28:49.3718322Z remote: Counting objects: 93% (10795/11607) 2024-12-17T23:28:49.3719850Z remote: Counting objects: 94% (10911/11607) 2024-12-17T23:28:49.3725776Z remote: Counting objects: 95% (11027/11607) 2024-12-17T23:28:49.3727908Z remote: Counting objects: 96% (11143/11607) 2024-12-17T23:28:49.3731066Z remote: Counting objects: 97% (11259/11607) 2024-12-17T23:28:49.3734187Z remote: Counting objects: 98% (11375/11607) 2024-12-17T23:28:49.3736592Z remote: Counting objects: 99% (11491/11607) 2024-12-17T23:28:49.3737271Z remote: Counting objects: 100% (11607/11607) 2024-12-17T23:28:49.3737755Z remote: Counting objects: 100% (11607/11607), done. 2024-12-17T23:28:49.3827148Z remote: Compressing objects: 0% (1/10163) 2024-12-17T23:28:49.4087478Z remote: Compressing objects: 1% (102/10163) 2024-12-17T23:28:49.4672089Z remote: Compressing objects: 2% (204/10163) 2024-12-17T23:28:49.4922737Z remote: Compressing objects: 3% (305/10163) 2024-12-17T23:28:49.5365652Z remote: Compressing objects: 4% (407/10163) 2024-12-17T23:28:49.5817683Z remote: Compressing objects: 5% (509/10163) 2024-12-17T23:28:49.6501977Z remote: Compressing objects: 6% (610/10163) 2024-12-17T23:28:49.7228840Z remote: Compressing objects: 7% (712/10163) 2024-12-17T23:28:49.7894586Z remote: Compressing objects: 8% (814/10163) 2024-12-17T23:28:49.8343671Z remote: Compressing objects: 9% (915/10163) 2024-12-17T23:28:49.8773697Z remote: Compressing objects: 10% (1017/10163) 2024-12-17T23:28:49.9162372Z remote: Compressing objects: 11% (1118/10163) 2024-12-17T23:28:49.9543597Z remote: Compressing objects: 12% (1220/10163) 2024-12-17T23:28:50.0272564Z remote: Compressing objects: 13% (1322/10163) 2024-12-17T23:28:50.0847204Z remote: Compressing objects: 14% (1423/10163) 2024-12-17T23:28:50.1334640Z remote: Compressing objects: 15% (1525/10163) 2024-12-17T23:28:50.1849272Z remote: Compressing objects: 16% (1627/10163) 2024-12-17T23:28:50.2417318Z remote: Compressing objects: 17% (1728/10163) 2024-12-17T23:28:50.2865287Z remote: Compressing objects: 18% (1830/10163) 2024-12-17T23:28:50.3595994Z remote: Compressing objects: 19% (1931/10163) 2024-12-17T23:28:50.3746236Z remote: Compressing objects: 20% (2033/10163) 2024-12-17T23:28:50.4277344Z remote: Compressing objects: 20% (2073/10163) 2024-12-17T23:28:50.4662048Z remote: Compressing objects: 21% (2135/10163) 2024-12-17T23:28:50.5262037Z remote: Compressing objects: 22% (2236/10163) 2024-12-17T23:28:50.5896218Z remote: Compressing objects: 23% (2338/10163) 2024-12-17T23:28:50.6545367Z remote: Compressing objects: 24% (2440/10163) 2024-12-17T23:28:50.7014484Z remote: Compressing objects: 25% (2541/10163) 2024-12-17T23:28:50.7718301Z remote: Compressing objects: 26% (2643/10163) 2024-12-17T23:28:50.8089137Z remote: Compressing objects: 27% (2745/10163) 2024-12-17T23:28:50.8559111Z remote: Compressing objects: 28% (2846/10163) 2024-12-17T23:28:50.9088549Z remote: Compressing objects: 29% (2948/10163) 2024-12-17T23:28:50.9638204Z remote: Compressing objects: 30% (3049/10163) 2024-12-17T23:28:51.0234607Z remote: Compressing objects: 31% (3151/10163) 2024-12-17T23:28:51.0315329Z remote: Compressing objects: 32% (3253/10163) 2024-12-17T23:28:51.0413343Z remote: Compressing objects: 33% (3354/10163) 2024-12-17T23:28:51.0670977Z remote: Compressing objects: 34% (3456/10163) 2024-12-17T23:28:51.0809341Z remote: Compressing objects: 35% (3558/10163) 2024-12-17T23:28:51.1045574Z remote: Compressing objects: 36% (3659/10163) 2024-12-17T23:28:51.1062427Z remote: Compressing objects: 37% (3761/10163) 2024-12-17T23:28:51.1203613Z remote: Compressing objects: 38% (3862/10163) 2024-12-17T23:28:51.1495107Z remote: Compressing objects: 39% (3964/10163) 2024-12-17T23:28:51.1678924Z remote: Compressing objects: 40% (4066/10163) 2024-12-17T23:28:51.1945364Z remote: Compressing objects: 41% (4167/10163) 2024-12-17T23:28:51.2326553Z remote: Compressing objects: 42% (4269/10163) 2024-12-17T23:28:51.2827700Z remote: Compressing objects: 43% (4371/10163) 2024-12-17T23:28:51.3222811Z remote: Compressing objects: 44% (4472/10163) 2024-12-17T23:28:51.3527648Z remote: Compressing objects: 45% (4574/10163) 2024-12-17T23:28:51.3742489Z remote: Compressing objects: 46% (4675/10163) 2024-12-17T23:28:51.3960613Z remote: Compressing objects: 46% (4728/10163) 2024-12-17T23:28:51.4438684Z remote: Compressing objects: 47% (4777/10163) 2024-12-17T23:28:51.4805337Z remote: Compressing objects: 48% (4879/10163) 2024-12-17T23:28:51.5190949Z remote: Compressing objects: 49% (4980/10163) 2024-12-17T23:28:51.5754028Z remote: Compressing objects: 50% (5082/10163) 2024-12-17T23:28:51.6161250Z remote: Compressing objects: 51% (5184/10163) 2024-12-17T23:28:51.6488136Z remote: Compressing objects: 52% (5285/10163) 2024-12-17T23:28:51.6731079Z remote: Compressing objects: 53% (5387/10163) 2024-12-17T23:28:51.6987870Z remote: Compressing objects: 54% (5489/10163) 2024-12-17T23:28:51.7308368Z remote: Compressing objects: 55% (5590/10163) 2024-12-17T23:28:51.7730937Z remote: Compressing objects: 56% (5692/10163) 2024-12-17T23:28:51.7987533Z remote: Compressing objects: 57% (5793/10163) 2024-12-17T23:28:51.8610115Z remote: Compressing objects: 58% (5895/10163) 2024-12-17T23:28:51.8681925Z remote: Compressing objects: 59% (5997/10163) 2024-12-17T23:28:51.8818806Z remote: Compressing objects: 60% (6098/10163) 2024-12-17T23:28:51.8997098Z remote: Compressing objects: 61% (6200/10163) 2024-12-17T23:28:51.9419499Z remote: Compressing objects: 62% (6302/10163) 2024-12-17T23:28:51.9650560Z remote: Compressing objects: 63% (6403/10163) 2024-12-17T23:28:51.9713964Z remote: Compressing objects: 64% (6505/10163) 2024-12-17T23:28:51.9748178Z remote: Compressing objects: 65% (6606/10163) 2024-12-17T23:28:51.9816469Z remote: Compressing objects: 66% (6708/10163) 2024-12-17T23:28:51.9961137Z remote: Compressing objects: 67% (6810/10163) 2024-12-17T23:28:52.0028870Z remote: Compressing objects: 68% (6911/10163) 2024-12-17T23:28:52.0119320Z remote: Compressing objects: 69% (7013/10163) 2024-12-17T23:28:52.0257364Z remote: Compressing objects: 70% (7115/10163) 2024-12-17T23:28:52.0407152Z remote: Compressing objects: 71% (7216/10163) 2024-12-17T23:28:52.0533035Z remote: Compressing objects: 72% (7318/10163) 2024-12-17T23:28:52.0650677Z remote: Compressing objects: 73% (7419/10163) 2024-12-17T23:28:52.0750777Z remote: Compressing objects: 74% (7521/10163) 2024-12-17T23:28:52.0903155Z remote: Compressing objects: 75% (7623/10163) 2024-12-17T23:28:52.1054144Z remote: Compressing objects: 76% (7724/10163) 2024-12-17T23:28:52.1202234Z remote: Compressing objects: 77% (7826/10163) 2024-12-17T23:28:52.1353145Z remote: Compressing objects: 78% (7928/10163) 2024-12-17T23:28:52.1497347Z remote: Compressing objects: 79% (8029/10163) 2024-12-17T23:28:52.1647533Z remote: Compressing objects: 80% (8131/10163) 2024-12-17T23:28:52.1826664Z remote: Compressing objects: 81% (8233/10163) 2024-12-17T23:28:52.2022951Z remote: Compressing objects: 82% (8334/10163) 2024-12-17T23:28:52.2164364Z remote: Compressing objects: 83% (8436/10163) 2024-12-17T23:28:52.2311450Z remote: Compressing objects: 84% (8537/10163) 2024-12-17T23:28:52.2453888Z remote: Compressing objects: 85% (8639/10163) 2024-12-17T23:28:52.2621959Z remote: Compressing objects: 86% (8741/10163) 2024-12-17T23:28:52.2769584Z remote: Compressing objects: 87% (8842/10163) 2024-12-17T23:28:52.2881593Z remote: Compressing objects: 88% (8944/10163) 2024-12-17T23:28:52.3054993Z remote: Compressing objects: 89% (9046/10163) 2024-12-17T23:28:52.3067084Z remote: Compressing objects: 90% (9147/10163) 2024-12-17T23:28:52.3079071Z remote: Compressing objects: 91% (9249/10163) 2024-12-17T23:28:52.3094213Z remote: Compressing objects: 92% (9350/10163) 2024-12-17T23:28:52.3114251Z remote: Compressing objects: 93% (9452/10163) 2024-12-17T23:28:52.3124789Z remote: Compressing objects: 94% (9554/10163) 2024-12-17T23:28:52.3137913Z remote: Compressing objects: 95% (9655/10163) 2024-12-17T23:28:52.3148908Z remote: Compressing objects: 96% (9757/10163) 2024-12-17T23:28:52.3166174Z remote: Compressing objects: 97% (9859/10163) 2024-12-17T23:28:52.3179123Z remote: Compressing objects: 98% (9960/10163) 2024-12-17T23:28:52.3189633Z remote: Compressing objects: 99% (10062/10163) 2024-12-17T23:28:52.3190609Z remote: Compressing objects: 100% (10163/10163) 2024-12-17T23:28:52.3191224Z remote: Compressing objects: 100% (10163/10163), done. 2024-12-17T23:28:55.4804506Z remote: Total 11607 (delta 1417), reused 4211 (delta 1143), pack-reused 0 (from 0) 2024-12-17T23:28:55.8077265Z ##[endgroup] 2024-12-17T23:28:55.8077778Z ##[group]Determining the checkout info 2024-12-17T23:28:55.8078756Z ##[endgroup] 2024-12-17T23:28:55.8079192Z ##[group]Checking out the ref 2024-12-17T23:28:55.8082800Z [command]/usr/bin/git checkout --quiet --force 0cdf8b1d09254cfda66191d1bd01e3041c3c76f7 2024-12-17T23:28:57.2057042Z ##[endgroup] 2024-12-17T23:28:57.2091790Z [command]/usr/bin/git log -1 --format='%H' 2024-12-17T23:28:57.2112393Z '0cdf8b1d09254cfda66191d1bd01e3041c3c76f7' 2024-12-17T23:28:57.2269424Z ##[group]Run actions/setup-python@v4 2024-12-17T23:28:57.2269808Z with: 2024-12-17T23:28:57.2270068Z python-version: 3.9 2024-12-17T23:28:57.2270346Z architecture: x64 2024-12-17T23:28:57.2270640Z cache: pip 2024-12-17T23:28:57.2270879Z check-latest: false 2024-12-17T23:28:57.2271267Z token: *** 2024-12-17T23:28:57.2271559Z update-environment: true 2024-12-17T23:28:57.2271879Z allow-prereleases: false 2024-12-17T23:28:57.2272144Z ##[endgroup] 2024-12-17T23:28:57.3490931Z ##[group]Installed versions 2024-12-17T23:28:57.4495929Z Successfully set up CPython (3.9.20) 2024-12-17T23:28:57.4496976Z ##[endgroup] 2024-12-17T23:28:58.5452581Z [command]/opt/hostedtoolcache/Python/3.9.20/x64/bin/pip cache dir 2024-12-17T23:29:02.0521968Z /home/runner/.cache/pip 2024-12-17T23:29:03.2570249Z Received 285212672 of 759129984 (37.6%), 271.7 MBs/sec 2024-12-17T23:29:04.2587434Z Received 629145600 of 759129984 (82.9%), 299.6 MBs/sec 2024-12-17T23:29:05.3226785Z Received 759129984 of 759129984 (100.0%), 236.0 MBs/sec 2024-12-17T23:29:05.3227789Z Cache Size: ~724 MB (759129984 B) 2024-12-17T23:29:05.3270024Z [command]/usr/bin/tar -xf /home/runner/work/_temp/a189d3f8-30c5-474a-8d8a-8b2c478a962e/cache.tzst -P -C /home/runner/work/pytorch/pytorch --use-compress-program unzstd 2024-12-17T23:29:07.0263169Z Cache restored successfully 2024-12-17T23:29:07.1841397Z Cache restored from key: setup-python-Linux-20.04-Ubuntu-python-3.9.20-pip-85a034c495ba9a4e0657070298e5681e0783aa9771704355dd8b3bfab3b23056 2024-12-17T23:29:07.2034895Z ##[group]Run python3 -m pip install --upgrade pip 2024-12-17T23:29:07.2035453Z python3 -m pip install --upgrade pip 2024-12-17T23:29:07.2036126Z pip install pytest-rerunfailures==11.1.* pytest-flakefinder==1.1.* pytest-xdist==3.3.* expecttest==0.2.* fbscribelogger==0.1.* numpy==1.24.* 2024-12-17T23:29:07.2036952Z pip install torch --pre --index-url https://download.pytorch.org/whl/nightly/cpu/ 2024-12-17T23:29:07.2311746Z shell: /usr/bin/bash -e {0} 2024-12-17T23:29:07.2312157Z env: 2024-12-17T23:29:07.2312482Z pythonLocation: /opt/hostedtoolcache/Python/3.9.20/x64 2024-12-17T23:29:07.2312992Z PKG_CONFIG_PATH: /opt/hostedtoolcache/Python/3.9.20/x64/lib/pkgconfig 2024-12-17T23:29:07.2313532Z Python_ROOT_DIR: /opt/hostedtoolcache/Python/3.9.20/x64 2024-12-17T23:29:07.2313966Z Python2_ROOT_DIR: /opt/hostedtoolcache/Python/3.9.20/x64 2024-12-17T23:29:07.2314364Z Python3_ROOT_DIR: /opt/hostedtoolcache/Python/3.9.20/x64 2024-12-17T23:29:07.2314956Z LD_LIBRARY_PATH: /opt/hostedtoolcache/Python/3.9.20/x64/lib 2024-12-17T23:29:07.2315572Z ##[endgroup] 2024-12-17T23:29:08.9675086Z Requirement already satisfied: pip in /opt/hostedtoolcache/Python/3.9.20/x64/lib/python3.9/site-packages (24.3.1) 2024-12-17T23:29:10.1567612Z Collecting pytest-rerunfailures==11.1.* 2024-12-17T23:29:10.1586402Z Using cached pytest_rerunfailures-11.1.2-py3-none-any.whl.metadata (16 kB) 2024-12-17T23:29:10.1735351Z Collecting pytest-flakefinder==1.1.* 2024-12-17T23:29:10.1752967Z Using cached pytest_flakefinder-1.1.0-py2.py3-none-any.whl.metadata (3.3 kB) 2024-12-17T23:29:10.2122462Z Collecting pytest-xdist==3.3.* 2024-12-17T23:29:10.2140321Z Using cached pytest_xdist-3.3.1-py3-none-any.whl.metadata (3.1 kB) 2024-12-17T23:29:10.2324647Z Collecting expecttest==0.2.* 2024-12-17T23:29:10.2342193Z Using cached expecttest-0.2.1-py3-none-any.whl.metadata (2.5 kB) 2024-12-17T23:29:10.2544207Z Collecting fbscribelogger==0.1.* 2024-12-17T23:29:10.2843123Z Downloading fbscribelogger-0.1.7-py3-none-any.whl.metadata (684 bytes) 2024-12-17T23:29:10.5233091Z Collecting numpy==1.24.* 2024-12-17T23:29:10.5253150Z Using cached numpy-1.24.4-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (5.6 kB) 2024-12-17T23:29:10.5554097Z Collecting packaging>=17.1 (from pytest-rerunfailures==11.1.*) 2024-12-17T23:29:10.5571668Z Using cached packaging-24.2-py3-none-any.whl.metadata (3.2 kB) 2024-12-17T23:29:10.6315902Z Collecting pytest>=5.3 (from pytest-rerunfailures==11.1.*) 2024-12-17T23:29:10.6451749Z Downloading pytest-8.3.4-py3-none-any.whl.metadata (7.5 kB) 2024-12-17T23:29:10.6858691Z Collecting execnet>=1.1 (from pytest-xdist==3.3.*) 2024-12-17T23:29:10.6876724Z Using cached execnet-2.1.1-py3-none-any.whl.metadata (2.9 kB) 2024-12-17T23:29:11.1951285Z Collecting aiohttp<4.0.0,>=3.10.4 (from fbscribelogger==0.1.*) 2024-12-17T23:29:11.2031486Z Downloading aiohttp-3.11.10-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (7.7 kB) 2024-12-17T23:29:11.2301875Z Collecting thriftpy2<0.6.0,>=0.5.2 (from fbscribelogger==0.1.*) 2024-12-17T23:29:11.2302808Z Using cached thriftpy2-0.5.2-cp39-cp39-linux_x86_64.whl 2024-12-17T23:29:11.2683796Z Collecting typing-extensions<5.0.0,>=4.12.2 (from fbscribelogger==0.1.*) 2024-12-17T23:29:11.2702143Z Using cached typing_extensions-4.12.2-py3-none-any.whl.metadata (3.0 kB) 2024-12-17T23:29:11.2973138Z Collecting aiohappyeyeballs>=2.3.0 (from aiohttp<4.0.0,>=3.10.4->fbscribelogger==0.1.*) 2024-12-17T23:29:11.3053902Z Downloading aiohappyeyeballs-2.4.4-py3-none-any.whl.metadata (6.1 kB) 2024-12-17T23:29:11.3235835Z Collecting aiosignal>=1.1.2 (from aiohttp<4.0.0,>=3.10.4->fbscribelogger==0.1.*) 2024-12-17T23:29:11.3314250Z Downloading aiosignal-1.3.2-py2.py3-none-any.whl.metadata (3.8 kB) 2024-12-17T23:29:11.3518352Z Collecting async-timeout<6.0,>=4.0 (from aiohttp<4.0.0,>=3.10.4->fbscribelogger==0.1.*) 2024-12-17T23:29:11.3624830Z Downloading async_timeout-5.0.1-py3-none-any.whl.metadata (5.1 kB) 2024-12-17T23:29:11.3903032Z Collecting attrs>=17.3.0 (from aiohttp<4.0.0,>=3.10.4->fbscribelogger==0.1.*) 2024-12-17T23:29:11.3993024Z Downloading attrs-24.3.0-py3-none-any.whl.metadata (11 kB) 2024-12-17T23:29:11.4778071Z Collecting frozenlist>=1.1.1 (from aiohttp<4.0.0,>=3.10.4->fbscribelogger==0.1.*) 2024-12-17T23:29:11.4799031Z Using cached frozenlist-1.5.0-cp39-cp39-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (13 kB) 2024-12-17T23:29:11.6733552Z Collecting multidict<7.0,>=4.5 (from aiohttp<4.0.0,>=3.10.4->fbscribelogger==0.1.*) 2024-12-17T23:29:11.6752783Z Using cached multidict-6.1.0-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (5.0 kB) 2024-12-17T23:29:11.7148640Z Collecting propcache>=0.2.0 (from aiohttp<4.0.0,>=3.10.4->fbscribelogger==0.1.*) 2024-12-17T23:29:11.7227358Z Downloading propcache-0.2.1-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (9.2 kB) 2024-12-17T23:29:12.1025289Z Collecting yarl<2.0,>=1.17.0 (from aiohttp<4.0.0,>=3.10.4->fbscribelogger==0.1.*) 2024-12-17T23:29:12.1118664Z Downloading yarl-1.18.3-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (69 kB) 2024-12-17T23:29:12.7896812Z Collecting exceptiongroup>=1.0.0rc8 (from pytest>=5.3->pytest-rerunfailures==11.1.*) 2024-12-17T23:29:12.7914661Z Using cached exceptiongroup-1.2.2-py3-none-any.whl.metadata (6.6 kB) 2024-12-17T23:29:12.8041617Z Collecting iniconfig (from pytest>=5.3->pytest-rerunfailures==11.1.*) 2024-12-17T23:29:12.8057753Z Using cached iniconfig-2.0.0-py3-none-any.whl.metadata (2.6 kB) 2024-12-17T23:29:12.8275298Z Collecting pluggy<2,>=1.5 (from pytest>=5.3->pytest-rerunfailures==11.1.*) 2024-12-17T23:29:12.8291727Z Using cached pluggy-1.5.0-py3-none-any.whl.metadata (4.8 kB) 2024-12-17T23:29:12.8536808Z Collecting tomli>=1 (from pytest>=5.3->pytest-rerunfailures==11.1.*) 2024-12-17T23:29:12.8615082Z Downloading tomli-2.2.1-py3-none-any.whl.metadata (10 kB) 2024-12-17T23:29:13.1522803Z Collecting Cython>=3.0.10 (from thriftpy2<0.6.0,>=0.5.2->fbscribelogger==0.1.*) 2024-12-17T23:29:13.1542427Z Using cached Cython-3.0.11-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (3.2 kB) 2024-12-17T23:29:13.1665058Z Collecting ply<4.0,>=3.4 (from thriftpy2<0.6.0,>=0.5.2->fbscribelogger==0.1.*) 2024-12-17T23:29:13.1681649Z Using cached ply-3.11-py2.py3-none-any.whl.metadata (844 bytes) 2024-12-17T23:29:13.1883419Z Collecting six~=1.15 (from thriftpy2<0.6.0,>=0.5.2->fbscribelogger==0.1.*) 2024-12-17T23:29:13.1963320Z Downloading six-1.17.0-py2.py3-none-any.whl.metadata (1.7 kB) 2024-12-17T23:29:13.2793425Z Collecting idna>=2.0 (from yarl<2.0,>=1.17.0->aiohttp<4.0.0,>=3.10.4->fbscribelogger==0.1.*) 2024-12-17T23:29:13.2810302Z Using cached idna-3.10-py3-none-any.whl.metadata (10 kB) 2024-12-17T23:29:13.2938439Z Using cached pytest_rerunfailures-11.1.2-py3-none-any.whl (12 kB) 2024-12-17T23:29:13.2955315Z Using cached pytest_flakefinder-1.1.0-py2.py3-none-any.whl (4.6 kB) 2024-12-17T23:29:13.2971364Z Using cached pytest_xdist-3.3.1-py3-none-any.whl (41 kB) 2024-12-17T23:29:13.2988559Z Using cached expecttest-0.2.1-py3-none-any.whl (7.4 kB) 2024-12-17T23:29:13.3078418Z Downloading fbscribelogger-0.1.7-py3-none-any.whl (6.9 kB) 2024-12-17T23:29:13.3130345Z Using cached numpy-1.24.4-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (17.3 MB) 2024-12-17T23:29:13.3393773Z Downloading aiohttp-3.11.10-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (1.6 MB) 2024-12-17T23:29:13.3658409Z ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 1.6/1.6 MB 76.0 MB/s eta 0:00:00 2024-12-17T23:29:13.3676383Z Using cached execnet-2.1.1-py3-none-any.whl (40 kB) 2024-12-17T23:29:13.3693740Z Using cached packaging-24.2-py3-none-any.whl (65 kB) 2024-12-17T23:29:13.3778054Z Downloading pytest-8.3.4-py3-none-any.whl (343 kB) 2024-12-17T23:29:13.3836851Z Using cached typing_extensions-4.12.2-py3-none-any.whl (37 kB) 2024-12-17T23:29:13.3914562Z Downloading aiohappyeyeballs-2.4.4-py3-none-any.whl (14 kB) 2024-12-17T23:29:13.4016542Z Downloading aiosignal-1.3.2-py2.py3-none-any.whl (7.6 kB) 2024-12-17T23:29:13.4127109Z Downloading async_timeout-5.0.1-py3-none-any.whl (6.2 kB) 2024-12-17T23:29:13.4236555Z Downloading attrs-24.3.0-py3-none-any.whl (63 kB) 2024-12-17T23:29:13.4279679Z Using cached Cython-3.0.11-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (3.6 MB) 2024-12-17T23:29:13.4334905Z Using cached exceptiongroup-1.2.2-py3-none-any.whl (16 kB) 2024-12-17T23:29:13.4352919Z Using cached frozenlist-1.5.0-cp39-cp39-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl (242 kB) 2024-12-17T23:29:13.4372464Z Using cached multidict-6.1.0-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (124 kB) 2024-12-17T23:29:13.4390905Z Using cached pluggy-1.5.0-py3-none-any.whl (20 kB) 2024-12-17T23:29:13.4407974Z Using cached ply-3.11-py2.py3-none-any.whl (49 kB) 2024-12-17T23:29:13.4488858Z Downloading propcache-0.2.1-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (208 kB) 2024-12-17T23:29:13.4599652Z Downloading six-1.17.0-py2.py3-none-any.whl (11 kB) 2024-12-17T23:29:13.4717767Z Downloading tomli-2.2.1-py3-none-any.whl (14 kB) 2024-12-17T23:29:13.4863739Z Downloading yarl-1.18.3-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (321 kB) 2024-12-17T23:29:13.4996194Z Using cached iniconfig-2.0.0-py3-none-any.whl (5.9 kB) 2024-12-17T23:29:13.5013163Z Using cached idna-3.10-py3-none-any.whl (70 kB) 2024-12-17T23:29:13.6007992Z Installing collected packages: ply, typing-extensions, tomli, six, propcache, pluggy, packaging, numpy, iniconfig, idna, frozenlist, expecttest, execnet, exceptiongroup, Cython, attrs, async-timeout, aiohappyeyeballs, thriftpy2, pytest, multidict, aiosignal, yarl, pytest-xdist, pytest-rerunfailures, pytest-flakefinder, aiohttp, fbscribelogger 2024-12-17T23:29:16.9320125Z Successfully installed Cython-3.0.11 aiohappyeyeballs-2.4.4 aiohttp-3.11.10 aiosignal-1.3.2 async-timeout-5.0.1 attrs-24.3.0 exceptiongroup-1.2.2 execnet-2.1.1 expecttest-0.2.1 fbscribelogger-0.1.7 frozenlist-1.5.0 idna-3.10 iniconfig-2.0.0 multidict-6.1.0 numpy-1.24.4 packaging-24.2 pluggy-1.5.0 ply-3.11 propcache-0.2.1 pytest-8.3.4 pytest-flakefinder-1.1.0 pytest-rerunfailures-11.1.2 pytest-xdist-3.3.1 six-1.17.0 thriftpy2-0.5.2 tomli-2.2.1 typing-extensions-4.12.2 yarl-1.18.3 2024-12-17T23:29:18.1549087Z Looking in indexes: https://download.pytorch.org/whl/nightly/cpu/ 2024-12-17T23:29:18.4131705Z Collecting torch 2024-12-17T23:29:18.4236750Z Downloading https://download.pytorch.org/whl/nightly/cpu/torch-2.6.0.dev20241217%2Bcpu-cp39-cp39-linux_x86_64.whl (178.4 MB) 2024-12-17T23:29:19.4505924Z ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 178.4/178.4 MB 174.5 MB/s eta 0:00:00 2024-12-17T23:29:19.6947563Z Collecting filelock (from torch) 2024-12-17T23:29:19.7079877Z Using cached https://download.pytorch.org/whl/nightly/filelock-3.16.1-py3-none-any.whl (16 kB) 2024-12-17T23:29:19.7121616Z Requirement already satisfied: typing-extensions>=4.10.0 in /opt/hostedtoolcache/Python/3.9.20/x64/lib/python3.9/site-packages (from torch) (4.12.2) 2024-12-17T23:29:19.7480165Z Collecting networkx (from torch) 2024-12-17T23:29:19.7600803Z Using cached https://download.pytorch.org/whl/nightly/networkx-3.4.2-py3-none-any.whl (1.7 MB) 2024-12-17T23:29:19.8032238Z Collecting jinja2 (from torch) 2024-12-17T23:29:19.8158571Z Using cached https://download.pytorch.org/whl/nightly/jinja2-3.1.4-py3-none-any.whl (133 kB) 2024-12-17T23:29:19.8608652Z Collecting fsspec (from torch) 2024-12-17T23:29:19.8720966Z Using cached https://download.pytorch.org/whl/nightly/fsspec-2024.10.0-py3-none-any.whl (179 kB) 2024-12-17T23:29:19.9478522Z Collecting sympy==1.13.1 (from torch) 2024-12-17T23:29:19.9624256Z Using cached https://download.pytorch.org/whl/nightly/sympy-1.13.1-py3-none-any.whl (6.2 MB) 2024-12-17T23:29:20.0360525Z Collecting mpmath<1.4,>=1.1.0 (from sympy==1.13.1->torch) 2024-12-17T23:29:20.0479911Z Using cached https://download.pytorch.org/whl/nightly/mpmath-1.3.0-py3-none-any.whl (536 kB) 2024-12-17T23:29:20.0953297Z Collecting MarkupSafe>=2.0 (from jinja2->torch) 2024-12-17T23:29:20.1067599Z Using cached https://download.pytorch.org/whl/nightly/MarkupSafe-2.1.5-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (25 kB) 2024-12-17T23:29:20.1092541Z INFO: pip is looking at multiple versions of networkx to determine which version is compatible with other requirements. This could take a while. 2024-12-17T23:29:20.1097001Z Collecting networkx (from torch) 2024-12-17T23:29:20.1212394Z Using cached https://download.pytorch.org/whl/nightly/networkx-3.3-py3-none-any.whl (1.7 MB) 2024-12-17T23:29:20.1452739Z Using cached https://download.pytorch.org/whl/nightly/networkx-3.2.1-py3-none-any.whl (1.6 MB) 2024-12-17T23:29:20.3440320Z Installing collected packages: mpmath, sympy, networkx, MarkupSafe, fsspec, filelock, jinja2, torch 2024-12-17T23:29:35.9722713Z Successfully installed MarkupSafe-2.1.5 filelock-3.16.1 fsspec-2024.10.0 jinja2-3.1.4 mpmath-1.3.0 networkx-3.2.1 sympy-1.13.1 torch-2.6.0.dev20241217+cpu 2024-12-17T23:29:36.0768095Z ##[group]Run # Run test_vulkan, which is a fast noop on Linux 2024-12-17T23:29:36.0768916Z # Run test_vulkan, which is a fast noop on Linux 2024-12-17T23:29:36.0769398Z python3 test/run_test.py --include test_vulkan --verbose 2024-12-17T23:29:36.0825279Z shell: /usr/bin/bash -e {0} 2024-12-17T23:29:36.0825580Z env: 2024-12-17T23:29:36.0825985Z pythonLocation: /opt/hostedtoolcache/Python/3.9.20/x64 2024-12-17T23:29:36.0826505Z PKG_CONFIG_PATH: /opt/hostedtoolcache/Python/3.9.20/x64/lib/pkgconfig 2024-12-17T23:29:36.0826949Z Python_ROOT_DIR: /opt/hostedtoolcache/Python/3.9.20/x64 2024-12-17T23:29:36.0827413Z Python2_ROOT_DIR: /opt/hostedtoolcache/Python/3.9.20/x64 2024-12-17T23:29:36.0827865Z Python3_ROOT_DIR: /opt/hostedtoolcache/Python/3.9.20/x64 2024-12-17T23:29:36.0828284Z LD_LIBRARY_PATH: /opt/hostedtoolcache/Python/3.9.20/x64/lib 2024-12-17T23:29:36.0828696Z ##[endgroup] 2024-12-17T23:29:42.3707902Z ##[warning] Failed to find test times file `/home/runner/work/pytorch/pytorch/.additional_ci_files/test-times.json`. Using round robin sharding. 2024-12-17T23:29:42.3716503Z ##[warning] Failed to find test times file `/home/runner/work/pytorch/pytorch/.additional_ci_files/test-class-times.json`. Using round robin sharding. 2024-12-17T23:29:42.3717655Z Running all tests 2024-12-17T23:29:42.3717991Z Running parallel tests on 3 processes 2024-12-17T23:29:42.3718378Z Name: tests to run (est. time: 0.0min) 2024-12-17T23:29:42.3718706Z Serial tests (0): 2024-12-17T23:29:42.3719009Z Parallel tests (1): 2024-12-17T23:29:42.3719271Z test_vulkan 1/1 2024-12-17T23:29:42.3719552Z Name: excluded (est. time: 0.0min) 2024-12-17T23:29:42.3719916Z Serial tests (0): 2024-12-17T23:29:42.3720188Z Parallel tests (0): 2024-12-17T23:29:42.4746886Z Fail to import hypothesis in common_utils, tests are not derandomized 2024-12-17T23:29:42.4748050Z Unable to import boto3. Will not be emitting metrics.... Reason: No module named 'boto3' 2024-12-17T23:29:42.4748936Z No TD results found 2024-12-17T23:29:42.4750534Z Downloading https://ossci-metrics.s3.amazonaws.com/disabled-tests-condensed.json?versionId=PhiMB7EP3187qvpKvnORewoK3InOIvX5 to /home/runner/work/pytorch/pytorch/test/.pytorch-disabled-tests.json 2024-12-17T23:29:42.4752107Z Ignoring disabled issues: [''] 2024-12-17T23:29:42.4863361Z Running test_vulkan 1/1 ... [2024-12-17 23:29:42.486144] 2024-12-17T23:29:42.4864577Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2024-12-17T23:29:42.4873660Z Executing ['/opt/hostedtoolcache/Python/3.9.20/x64/bin/python3', '-bb', 'test_vulkan.py', '-m', 'serial', '--shard-id=1', '--num-shards=1', '-v', '-vv', '-rfEX', '-p', 'no:xdist', '--use-pytest', '-x', '--reruns=2', '--import-slow-tests', '--import-disabled-tests'] ... [2024-12-17 23:29:42.487146] 2024-12-17T23:29:47.8786909Z 2024-12-17T23:29:47.8788368Z test_vulkan 1/1 was successful, full logs can be found in artifacts with path test/test-reports/test_vulkan_1.1_ddea43990430429b_.log 2024-12-17T23:29:47.8789713Z Running 0 items in this shard: 2024-12-17T23:29:47.8790068Z 2024-12-17T23:29:47.8798346Z Running test_vulkan 1/1 ... [2024-12-17 23:29:47.879713] 2024-12-17T23:29:47.8799346Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2024-12-17T23:29:47.8803722Z Executing ['/opt/hostedtoolcache/Python/3.9.20/x64/bin/python3', '-bb', 'test_vulkan.py', '-m', 'not serial', '--shard-id=1', '--num-shards=1', '-v', '-vv', '-rfEX', '-p', 'no:xdist', '--use-pytest', '-x', '--reruns=2', '--import-slow-tests', '--import-disabled-tests'] ... [2024-12-17 23:29:47.880223] 2024-12-17T23:29:47.8805454Z Fail to import hypothesis in common_utils, tests are not derandomized 2024-12-17T23:29:47.8806445Z Unable to import boto3. Will not be emitting metrics.... Reason: No module named 'boto3' 2024-12-17T23:29:51.5841959Z 2024-12-17T23:29:51.5843100Z test_vulkan 1/1 was successful, full logs can be found in artifacts with path test/test-reports/test_vulkan_1.1_dbddc413dd70f35e_.log 2024-12-17T23:29:51.5845048Z Running 1 items in this shard: test/test_vulkan.py::TestVulkanRewritePass::test_conv 2024-12-17T23:29:51.5845681Z 2024-12-17T23:29:51.5856267Z Fail to import hypothesis in common_utils, tests are not derandomized 2024-12-17T23:29:51.5857466Z Unable to import boto3. Will not be emitting metrics.... Reason: No module named 'boto3' 2024-12-17T23:29:51.5858734Z Fail to import hypothesis in common_utils, tests are not derandomized 2024-12-17T23:29:51.5860290Z Unable to import boto3. Will not be emitting metrics.... Reason: No module named 'boto3' 2024-12-17T23:29:52.4132989Z Running test batch 'tests to run' cost 10.04 seconds 2024-12-17T23:29:53.1137856Z Post job cleanup. 2024-12-17T23:29:53.2249579Z 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:53.2354389Z Post job cleanup. 2024-12-17T23:29:53.2403662Z Post job cleanup. 2024-12-17T23:29:53.3148884Z [command]/usr/bin/git version 2024-12-17T23:29:53.3186896Z git version 2.47.1 2024-12-17T23:29:53.3234681Z Temporarily overriding HOME='/home/runner/work/_temp/7aa081a1-1abd-48e9-8956-585721ef4c7b' before making global git config changes 2024-12-17T23:29:53.3235848Z Adding repository directory to the temporary git global config as a safe directory 2024-12-17T23:29:53.3238726Z [command]/usr/bin/git config --global --add safe.directory /home/runner/work/pytorch/pytorch 2024-12-17T23:29:53.3270600Z [command]/usr/bin/git config --local --name-only --get-regexp core\.sshCommand 2024-12-17T23:29:53.3297215Z [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:53.3548753Z [command]/usr/bin/git config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader 2024-12-17T23:29:53.3569719Z http.https://github.com/.extraheader 2024-12-17T23:29:53.3581383Z [command]/usr/bin/git config --local --unset-all http.https://github.com/.extraheader 2024-12-17T23:29:53.3613422Z [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:53.3973945Z Cleaning up orphan processes