2024-10-08T19:58:32.1268725Z Current runner version: '2.320.0' 2024-10-08T19:58:32.1275008Z Runner name: 'i-014b9761da3ce66c5' 2024-10-08T19:58:32.1275621Z Runner group name: 'Default' 2024-10-08T19:58:32.1276356Z Machine name: 'ip-10-0-43-85' 2024-10-08T19:58:32.1293461Z Testing runner upgrade compatibility 2024-10-08T19:58:32.4251923Z ##[group]GITHUB_TOKEN Permissions 2024-10-08T19:58:32.4253563Z Contents: read 2024-10-08T19:58:32.4253858Z Metadata: read 2024-10-08T19:58:32.4254156Z ##[endgroup] 2024-10-08T19:58:32.4257212Z Secret source: Actions 2024-10-08T19:58:32.4257702Z Prepare workflow directory 2024-10-08T19:58:32.7448622Z Prepare all required actions 2024-10-08T19:58:32.7625808Z Getting action download info 2024-10-08T19:58:32.9845579Z Download action repository 'pytorch/pytorch@main' (SHA:3c1ab9367885fdb0ead5fcc14a22d6934070ca92) 2024-10-08T19:58:36.3363358Z Download action repository 'seemethere/download-artifact-s3@v4' (SHA:1da556a7aa0a088e3153970611f6c432d58e80e6) 2024-10-08T19:58:36.5227611Z Download action repository 'seemethere/upload-artifact-s3@v5' (SHA:baba72d0712b404f646cebe0730933554ebce96a) 2024-10-08T19:58:36.7668305Z Download action repository 'actions/upload-artifact@v3' (SHA:ff15f0306b3f739f7b6fd43fb5d26cd321bd4de5) 2024-10-08T19:58:36.9839722Z Getting action download info 2024-10-08T19:58:37.0889212Z Download action repository 'malfet/checkout@silent-checkout' (SHA:e07af140b3ccefc05679e3755b9db68f4ee4589c) 2024-10-08T19:58:37.2729862Z Uses: pytorch/pytorch/.github/workflows/target_determination.yml@refs/tags/ciflow/trunk/134247 (47952c0a8001fd60c9ffe52b121d022d440bef8b) 2024-10-08T19:58:37.2732245Z Complete job name: before-test / target-determination 2024-10-08T19:58:37.3330090Z A job started hook has been configured by the self-hosted runner administrator 2024-10-08T19:58:37.3476672Z ##[group]Run '/home/ec2-user/runner-scripts/before_job.sh' 2024-10-08T19:58:37.3486982Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2024-10-08T19:58:37.3487525Z ##[endgroup] 2024-10-08T19:58:38.9589533Z Runner Type: linux.2xlarge 2024-10-08T19:58:38.9590076Z Instance Type: c5.2xlarge 2024-10-08T19:58:38.9590415Z AMI Name: unknown 2024-10-08T19:58:38.9590935Z AMI ID: ami-0fff1b9a61dec8a5f 2024-10-08T19:58:45.0519299Z ##[group]Run pytorch/pytorch/.github/actions/checkout-pytorch@main 2024-10-08T19:58:45.0519907Z with: 2024-10-08T19:58:45.0520191Z submodules: false 2024-10-08T19:58:45.0520507Z fetch-depth: 0 2024-10-08T19:58:45.0520795Z ##[endgroup] 2024-10-08T19:58:45.0712284Z ##[group]Run echo "IN_CONTAINER_RUNNER=$(if [ -f /.inarc ] || [ -f /.incontainer ]; then echo true ; else echo false; fi)" >> "$GITHUB_OUTPUT" 2024-10-08T19:58:45.0713725Z echo "IN_CONTAINER_RUNNER=$(if [ -f /.inarc ] || [ -f /.incontainer ]; then echo true ; else echo false; fi)" >> "$GITHUB_OUTPUT" 2024-10-08T19:58:45.0723522Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2024-10-08T19:58:45.0724052Z ##[endgroup] 2024-10-08T19:58:45.0862176Z ##[group]Run retry () { 2024-10-08T19:58:45.0862550Z retry () { 2024-10-08T19:58:45.0863070Z  $* || (sleep 1 && $*) || (sleep 2 && $*) || (sleep 4 && $*) || (sleep 8 && $*) 2024-10-08T19:58:45.0863647Z } 2024-10-08T19:58:45.0863988Z echo "${GITHUB_WORKSPACE}" 2024-10-08T19:58:45.0864402Z if [ -z "${NO_SUDO}" ]; then 2024-10-08T19:58:45.0864890Z  retry sudo rm -rf "${GITHUB_WORKSPACE}" 2024-10-08T19:58:45.0865355Z else 2024-10-08T19:58:45.0865687Z  retry rm -rf "${GITHUB_WORKSPACE}" 2024-10-08T19:58:45.0866118Z fi 2024-10-08T19:58:45.0866418Z mkdir "${GITHUB_WORKSPACE}" 2024-10-08T19:58:45.0872189Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2024-10-08T19:58:45.0872721Z env: 2024-10-08T19:58:45.0872974Z NO_SUDO: 2024-10-08T19:58:45.0873230Z ##[endgroup] 2024-10-08T19:58:45.0897691Z /home/ec2-user/actions-runner/_work/pytorch/pytorch 2024-10-08T19:58:47.2971139Z ##[group]Run malfet/checkout@silent-checkout 2024-10-08T19:58:47.2971616Z with: 2024-10-08T19:58:47.2972178Z ref: 47952c0a8001fd60c9ffe52b121d022d440bef8b 2024-10-08T19:58:47.2972631Z fetch-depth: 0 2024-10-08T19:58:47.2972921Z submodules: false 2024-10-08T19:58:47.2973253Z quiet-checkout: true 2024-10-08T19:58:47.2973604Z repository: pytorch/pytorch 2024-10-08T19:58:47.2974102Z token: *** 2024-10-08T19:58:47.2974382Z ssh-strict: true 2024-10-08T19:58:47.2974707Z persist-credentials: true 2024-10-08T19:58:47.2975049Z clean: true 2024-10-08T19:58:47.2975372Z sparse-checkout-cone-mode: true 2024-10-08T19:58:47.2975762Z lfs: false 2024-10-08T19:58:47.2976045Z set-safe-directory: true 2024-10-08T19:58:47.2976388Z ##[endgroup] 2024-10-08T19:58:47.4040135Z Syncing repository: pytorch/pytorch 2024-10-08T19:58:47.4042181Z ##[group]Getting Git version info 2024-10-08T19:58:47.4043255Z Working directory is '/home/ec2-user/actions-runner/_work/pytorch/pytorch' 2024-10-08T19:58:47.4044174Z [command]/usr/bin/git version 2024-10-08T19:58:47.4044549Z git version 2.40.1 2024-10-08T19:58:47.4045823Z ##[endgroup] 2024-10-08T19:58:47.4058571Z Temporarily overriding HOME='/home/ec2-user/actions-runner/_work/_temp/1efeab28-ecbb-487c-92ec-fb780a9c0406' before making global git config changes 2024-10-08T19:58:47.4060066Z Adding repository directory to the temporary git global config as a safe directory 2024-10-08T19:58:47.4061298Z [command]/usr/bin/git config --global --add safe.directory /home/ec2-user/actions-runner/_work/pytorch/pytorch 2024-10-08T19:58:47.4091651Z Deleting the contents of '/home/ec2-user/actions-runner/_work/pytorch/pytorch' 2024-10-08T19:58:47.4095594Z ##[group]Initializing the repository 2024-10-08T19:58:47.4098659Z [command]/usr/bin/git init /home/ec2-user/actions-runner/_work/pytorch/pytorch 2024-10-08T19:58:47.4190852Z hint: Using 'master' as the name for the initial branch. This default branch name 2024-10-08T19:58:47.4191788Z hint: is subject to change. To configure the initial branch name to use in all 2024-10-08T19:58:47.4192642Z hint: of your new repositories, which will suppress this warning, call: 2024-10-08T19:58:47.4193445Z hint: 2024-10-08T19:58:47.4194140Z hint: git config --global init.defaultBranch 2024-10-08T19:58:47.4194952Z hint: 2024-10-08T19:58:47.4196829Z hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and 2024-10-08T19:58:47.4198975Z hint: 'development'. The just-created branch can be renamed via this command: 2024-10-08T19:58:47.4200378Z hint: 2024-10-08T19:58:47.4201058Z hint: git branch -m 2024-10-08T19:58:47.4202879Z Initialized empty Git repository in /home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/ 2024-10-08T19:58:47.4204934Z [command]/usr/bin/git remote add origin https://github.com/pytorch/pytorch 2024-10-08T19:58:47.4249265Z ##[endgroup] 2024-10-08T19:58:47.4249842Z ##[group]Disabling automatic garbage collection 2024-10-08T19:58:47.4252739Z [command]/usr/bin/git config --local gc.auto 0 2024-10-08T19:58:47.4282234Z ##[endgroup] 2024-10-08T19:58:47.4282739Z ##[group]Setting up auth 2024-10-08T19:58:47.4289108Z [command]/usr/bin/git config --local --name-only --get-regexp core\.sshCommand 2024-10-08T19:58:47.4320538Z [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-10-08T19:58:47.4584361Z [command]/usr/bin/git config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader 2024-10-08T19:58:47.4616147Z [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-10-08T19:58:47.4882437Z [command]/usr/bin/git config --local http.https://github.com/.extraheader AUTHORIZATION: basic *** 2024-10-08T19:58:47.4928129Z ##[endgroup] 2024-10-08T19:58:47.4928766Z ##[group]Fetching the repository 2024-10-08T19:58:47.4934977Z [command]/usr/bin/git -c protocol.version=2 fetch --prune --progress --no-recurse-submodules --quiet origin +refs/heads/*:refs/remotes/origin/* +refs/tags/*:refs/tags/* 2024-10-08T19:58:50.0076303Z remote: Enumerating objects: 1011020 2024-10-08T19:58:50.0076925Z remote: Enumerating objects: 1011989, done. 2024-10-08T19:58:50.0077914Z remote: Counting objects: 0% (1/969) 2024-10-08T19:58:50.0079743Z remote: Counting objects: 1% (10/969) 2024-10-08T19:58:50.0080592Z remote: Counting objects: 2% (20/969) 2024-10-08T19:58:50.0081102Z remote: Counting objects: 3% (30/969) 2024-10-08T19:58:50.0081608Z remote: Counting objects: 4% (39/969) 2024-10-08T19:58:50.0082240Z remote: Counting objects: 5% (49/969) 2024-10-08T19:58:50.0083073Z remote: Counting objects: 6% (59/969) 2024-10-08T19:58:50.0084048Z remote: Counting objects: 7% (68/969) 2024-10-08T19:58:50.0084885Z remote: Counting objects: 8% (78/969) 2024-10-08T19:58:50.0085665Z remote: Counting objects: 9% (88/969) 2024-10-08T19:58:50.0086499Z remote: Counting objects: 10% (97/969) 2024-10-08T19:58:50.0087357Z remote: Counting objects: 11% (107/969) 2024-10-08T19:58:50.0088099Z remote: Counting objects: 12% (117/969) 2024-10-08T19:58:50.0088697Z remote: Counting objects: 13% (126/969) 2024-10-08T19:58:50.0089604Z remote: Counting objects: 14% (136/969) 2024-10-08T19:58:50.0090102Z remote: Counting objects: 15% (146/969) 2024-10-08T19:58:50.0090615Z remote: Counting objects: 16% (156/969) 2024-10-08T19:58:50.0091511Z remote: Counting objects: 17% (165/969) 2024-10-08T19:58:50.0092328Z remote: Counting objects: 18% (175/969) 2024-10-08T19:58:50.0093281Z remote: Counting objects: 19% (185/969) 2024-10-08T19:58:50.0094203Z remote: Counting objects: 20% (194/969) 2024-10-08T19:58:50.0095067Z remote: Counting objects: 21% (204/969) 2024-10-08T19:58:50.0095933Z remote: Counting objects: 22% (214/969) 2024-10-08T19:58:50.0096928Z remote: Counting objects: 23% (223/969) 2024-10-08T19:58:50.0097778Z remote: Counting objects: 24% (233/969) 2024-10-08T19:58:50.0099073Z remote: Counting objects: 25% (243/969) 2024-10-08T19:58:50.0100087Z remote: Counting objects: 26% (252/969) 2024-10-08T19:58:50.0100907Z remote: Counting objects: 27% (262/969) 2024-10-08T19:58:50.0101396Z remote: Counting objects: 28% (272/969) 2024-10-08T19:58:50.0101906Z remote: Counting objects: 29% (282/969) 2024-10-08T19:58:50.0102412Z remote: Counting objects: 30% (291/969) 2024-10-08T19:58:50.0102900Z remote: Counting objects: 31% (301/969) 2024-10-08T19:58:50.0103406Z remote: Counting objects: 32% (311/969) 2024-10-08T19:58:50.0103911Z remote: Counting objects: 33% (320/969) 2024-10-08T19:58:50.0104399Z remote: Counting objects: 34% (330/969) 2024-10-08T19:58:50.0104903Z remote: Counting objects: 35% (340/969) 2024-10-08T19:58:50.0105406Z remote: Counting objects: 36% (349/969) 2024-10-08T19:58:50.0105900Z remote: Counting objects: 37% (359/969) 2024-10-08T19:58:50.0106408Z remote: Counting objects: 38% (369/969) 2024-10-08T19:58:50.0106908Z remote: Counting objects: 39% (378/969) 2024-10-08T19:58:50.0107409Z remote: Counting objects: 40% (388/969) 2024-10-08T19:58:50.0107892Z remote: Counting objects: 41% (398/969) 2024-10-08T19:58:50.0108394Z remote: Counting objects: 42% (407/969) 2024-10-08T19:58:50.0108899Z remote: Counting objects: 43% (417/969) 2024-10-08T19:58:50.0109384Z remote: Counting objects: 44% (427/969) 2024-10-08T19:58:50.0109886Z remote: Counting objects: 45% (437/969) 2024-10-08T19:58:50.0110394Z remote: Counting objects: 46% (446/969) 2024-10-08T19:58:50.0110877Z remote: Counting objects: 47% (456/969) 2024-10-08T19:58:50.0111385Z remote: Counting objects: 48% (466/969) 2024-10-08T19:58:50.0111888Z remote: Counting objects: 49% (475/969) 2024-10-08T19:58:50.0112514Z remote: Counting objects: 50% (485/969) 2024-10-08T19:58:50.0113019Z remote: Counting objects: 51% (495/969) 2024-10-08T19:58:50.0113522Z remote: Counting objects: 52% (504/969) 2024-10-08T19:58:50.0114005Z remote: Counting objects: 53% (514/969) 2024-10-08T19:58:50.0114506Z remote: Counting objects: 54% (524/969) 2024-10-08T19:58:50.0115011Z remote: Counting objects: 55% (533/969) 2024-10-08T19:58:50.0115500Z remote: Counting objects: 56% (543/969) 2024-10-08T19:58:50.0116001Z remote: Counting objects: 57% (553/969) 2024-10-08T19:58:50.0116501Z remote: Counting objects: 58% (563/969) 2024-10-08T19:58:50.0116988Z remote: Counting objects: 59% (572/969) 2024-10-08T19:58:50.0117490Z remote: Counting objects: 60% (582/969) 2024-10-08T19:58:50.0117992Z remote: Counting objects: 61% (592/969) 2024-10-08T19:58:50.0118482Z remote: Counting objects: 62% (601/969) 2024-10-08T19:58:50.0119005Z remote: Counting objects: 63% (611/969) 2024-10-08T19:58:50.0119514Z remote: Counting objects: 64% (621/969) 2024-10-08T19:58:50.0120015Z remote: Counting objects: 65% (630/969) 2024-10-08T19:58:50.0120505Z remote: Counting objects: 66% (640/969) 2024-10-08T19:58:50.0121007Z remote: Counting objects: 67% (650/969) 2024-10-08T19:58:50.0121509Z remote: Counting objects: 68% (659/969) 2024-10-08T19:58:50.0122008Z remote: Counting objects: 69% (669/969) 2024-10-08T19:58:50.0122496Z remote: Counting objects: 70% (679/969) 2024-10-08T19:58:50.0122998Z remote: Counting objects: 71% (688/969) 2024-10-08T19:58:50.0123502Z remote: Counting objects: 72% (698/969) 2024-10-08T19:58:50.0123984Z remote: Counting objects: 73% (708/969) 2024-10-08T19:58:50.0124485Z remote: Counting objects: 74% (718/969) 2024-10-08T19:58:50.0124988Z remote: Counting objects: 75% (727/969) 2024-10-08T19:58:50.0125478Z remote: Counting objects: 76% (737/969) 2024-10-08T19:58:50.0125983Z remote: Counting objects: 77% (747/969) 2024-10-08T19:58:50.0126554Z remote: Counting objects: 78% (756/969) 2024-10-08T19:58:50.0127044Z remote: Counting objects: 79% (766/969) 2024-10-08T19:58:50.0127545Z remote: Counting objects: 80% (776/969) 2024-10-08T19:58:50.0128045Z remote: Counting objects: 81% (785/969) 2024-10-08T19:58:50.0128559Z remote: Counting objects: 82% (795/969) 2024-10-08T19:58:50.0129063Z remote: Counting objects: 83% (805/969) 2024-10-08T19:58:50.0129565Z remote: Counting objects: 84% (814/969) 2024-10-08T19:58:50.0130067Z remote: Counting objects: 85% (824/969) 2024-10-08T19:58:50.0130553Z remote: Counting objects: 86% (834/969) 2024-10-08T19:58:50.0131056Z remote: Counting objects: 87% (844/969) 2024-10-08T19:58:50.0131555Z remote: Counting objects: 88% (853/969) 2024-10-08T19:58:50.0132045Z remote: Counting objects: 89% (863/969) 2024-10-08T19:58:50.0132557Z remote: Counting objects: 90% (873/969) 2024-10-08T19:58:50.0133065Z remote: Counting objects: 91% (882/969) 2024-10-08T19:58:50.0133551Z remote: Counting objects: 92% (892/969) 2024-10-08T19:58:50.0134053Z remote: Counting objects: 93% (902/969) 2024-10-08T19:58:50.0134556Z remote: Counting objects: 94% (911/969) 2024-10-08T19:58:50.0135041Z remote: Counting objects: 95% (921/969) 2024-10-08T19:58:50.0135543Z remote: Counting objects: 96% (931/969) 2024-10-08T19:58:50.0136047Z remote: Counting objects: 97% (940/969) 2024-10-08T19:58:50.0136535Z remote: Counting objects: 98% (950/969) 2024-10-08T19:58:50.0137035Z remote: Counting objects: 99% (960/969) 2024-10-08T19:58:50.0137534Z remote: Counting objects: 100% (969/969) 2024-10-08T19:58:50.0138063Z remote: Counting objects: 100% (969/969), done. 2024-10-08T19:58:50.0315769Z remote: Compressing objects: 0% (1/505) 2024-10-08T19:58:50.0755495Z remote: Compressing objects: 1% (6/505) 2024-10-08T19:58:50.0915347Z remote: Compressing objects: 2% (11/505) 2024-10-08T19:58:50.0998944Z remote: Compressing objects: 3% (16/505) 2024-10-08T19:58:50.1237817Z remote: Compressing objects: 4% (21/505) 2024-10-08T19:58:50.1578432Z remote: Compressing objects: 5% (26/505) 2024-10-08T19:58:50.1934042Z remote: Compressing objects: 6% (31/505) 2024-10-08T19:58:50.2228593Z remote: Compressing objects: 7% (36/505) 2024-10-08T19:58:50.2484748Z remote: Compressing objects: 8% (41/505) 2024-10-08T19:58:50.2602332Z remote: Compressing objects: 9% (46/505) 2024-10-08T19:58:50.2674942Z remote: Compressing objects: 10% (51/505) 2024-10-08T19:58:50.2751765Z remote: Compressing objects: 11% (56/505) 2024-10-08T19:58:50.2817176Z remote: Compressing objects: 12% (61/505) 2024-10-08T19:58:50.2980989Z remote: Compressing objects: 13% (66/505) 2024-10-08T19:58:50.3075468Z remote: Compressing objects: 14% (71/505) 2024-10-08T19:58:50.3158457Z remote: Compressing objects: 15% (76/505) 2024-10-08T19:58:50.3193315Z remote: Compressing objects: 16% (81/505) 2024-10-08T19:58:50.3225286Z remote: Compressing objects: 17% (86/505) 2024-10-08T19:58:50.3263643Z remote: Compressing objects: 18% (91/505) 2024-10-08T19:58:50.3279637Z remote: Compressing objects: 19% (96/505) 2024-10-08T19:58:50.3302323Z remote: Compressing objects: 20% (101/505) 2024-10-08T19:58:50.3318360Z remote: Compressing objects: 21% (107/505) 2024-10-08T19:58:50.3332748Z remote: Compressing objects: 22% (112/505) 2024-10-08T19:58:50.3339864Z remote: Compressing objects: 23% (117/505) 2024-10-08T19:58:50.3343540Z remote: Compressing objects: 24% (122/505) 2024-10-08T19:58:50.3346184Z remote: Compressing objects: 25% (127/505) 2024-10-08T19:58:50.3349096Z remote: Compressing objects: 26% (132/505) 2024-10-08T19:58:50.3350189Z remote: Compressing objects: 27% (137/505) 2024-10-08T19:58:50.3354607Z remote: Compressing objects: 28% (142/505) 2024-10-08T19:58:50.3357095Z remote: Compressing objects: 29% (147/505) 2024-10-08T19:58:50.3359432Z remote: Compressing objects: 30% (152/505) 2024-10-08T19:58:50.3362024Z remote: Compressing objects: 31% (157/505) 2024-10-08T19:58:50.3364511Z remote: Compressing objects: 32% (162/505) 2024-10-08T19:58:50.3369781Z remote: Compressing objects: 33% (167/505) 2024-10-08T19:58:50.3370615Z remote: Compressing objects: 34% (172/505) 2024-10-08T19:58:50.3374076Z remote: Compressing objects: 35% (177/505) 2024-10-08T19:58:50.3385041Z remote: Compressing objects: 36% (182/505) 2024-10-08T19:58:50.3389036Z remote: Compressing objects: 37% (187/505) 2024-10-08T19:58:50.3395122Z remote: Compressing objects: 38% (192/505) 2024-10-08T19:58:50.3399508Z remote: Compressing objects: 39% (197/505) 2024-10-08T19:58:50.3403655Z remote: Compressing objects: 40% (202/505) 2024-10-08T19:58:50.3407046Z remote: Compressing objects: 41% (208/505) 2024-10-08T19:58:50.3412241Z remote: Compressing objects: 42% (213/505) 2024-10-08T19:58:50.3415491Z remote: Compressing objects: 43% (218/505) 2024-10-08T19:58:50.3417964Z remote: Compressing objects: 44% (223/505) 2024-10-08T19:58:50.3420654Z remote: Compressing objects: 45% (228/505) 2024-10-08T19:58:50.3423206Z remote: Compressing objects: 46% (233/505) 2024-10-08T19:58:50.3424004Z remote: Compressing objects: 47% (238/505) 2024-10-08T19:58:50.3426191Z remote: Compressing objects: 48% (243/505) 2024-10-08T19:58:50.3426966Z remote: Compressing objects: 49% (248/505) 2024-10-08T19:58:50.3428644Z remote: Compressing objects: 50% (253/505) 2024-10-08T19:58:50.3432437Z remote: Compressing objects: 51% (258/505) 2024-10-08T19:58:50.3433222Z remote: Compressing objects: 52% (263/505) 2024-10-08T19:58:50.3433777Z remote: Compressing objects: 53% (268/505) 2024-10-08T19:58:50.3435367Z remote: Compressing objects: 54% (273/505) 2024-10-08T19:58:50.3436151Z remote: Compressing objects: 55% (278/505) 2024-10-08T19:58:50.3436701Z remote: Compressing objects: 56% (283/505) 2024-10-08T19:58:50.3437922Z remote: Compressing objects: 57% (288/505) 2024-10-08T19:58:50.3438746Z remote: Compressing objects: 58% (293/505) 2024-10-08T19:58:50.3439279Z remote: Compressing objects: 59% (298/505) 2024-10-08T19:58:50.3439822Z remote: Compressing objects: 60% (303/505) 2024-10-08T19:58:50.3440591Z remote: Compressing objects: 61% (309/505) 2024-10-08T19:58:50.3447998Z remote: Compressing objects: 62% (314/505) 2024-10-08T19:58:50.3448902Z remote: Compressing objects: 63% (319/505) 2024-10-08T19:58:50.3449467Z remote: Compressing objects: 64% (324/505) 2024-10-08T19:58:50.3449997Z remote: Compressing objects: 65% (329/505) 2024-10-08T19:58:50.3450537Z remote: Compressing objects: 66% (334/505) 2024-10-08T19:58:50.3451071Z remote: Compressing objects: 67% (339/505) 2024-10-08T19:58:50.3451605Z remote: Compressing objects: 68% (344/505) 2024-10-08T19:58:50.3452125Z remote: Compressing objects: 69% (349/505) 2024-10-08T19:58:50.3452664Z remote: Compressing objects: 70% (354/505) 2024-10-08T19:58:50.3463582Z remote: Compressing objects: 71% (359/505) 2024-10-08T19:58:50.3464456Z remote: Compressing objects: 72% (364/505) 2024-10-08T19:58:50.3465001Z remote: Compressing objects: 73% (369/505) 2024-10-08T19:58:50.3465543Z remote: Compressing objects: 74% (374/505) 2024-10-08T19:58:50.3466066Z remote: Compressing objects: 75% (379/505) 2024-10-08T19:58:50.3466609Z remote: Compressing objects: 76% (384/505) 2024-10-08T19:58:50.3467150Z remote: Compressing objects: 77% (389/505) 2024-10-08T19:58:50.3468870Z remote: Compressing objects: 78% (394/505) 2024-10-08T19:58:50.3469576Z remote: Compressing objects: 79% (399/505) 2024-10-08T19:58:50.3470118Z remote: Compressing objects: 80% (404/505) 2024-10-08T19:58:50.3470661Z remote: Compressing objects: 81% (410/505) 2024-10-08T19:58:50.3471279Z remote: Compressing objects: 82% (415/505) 2024-10-08T19:58:50.3476558Z remote: Compressing objects: 83% (420/505) 2024-10-08T19:58:50.3477442Z remote: Compressing objects: 84% (425/505) 2024-10-08T19:58:50.3477979Z remote: Compressing objects: 85% (430/505) 2024-10-08T19:58:50.3478505Z remote: Compressing objects: 86% (435/505) 2024-10-08T19:58:50.3479042Z remote: Compressing objects: 87% (440/505) 2024-10-08T19:58:50.3479574Z remote: Compressing objects: 88% (445/505) 2024-10-08T19:58:50.3480097Z remote: Compressing objects: 89% (450/505) 2024-10-08T19:58:50.3480634Z remote: Compressing objects: 90% (455/505) 2024-10-08T19:58:50.3483331Z remote: Compressing objects: 91% (460/505) 2024-10-08T19:58:50.3484418Z remote: Compressing objects: 92% (465/505) 2024-10-08T19:58:50.3484965Z remote: Compressing objects: 93% (470/505) 2024-10-08T19:58:50.3485504Z remote: Compressing objects: 94% (475/505) 2024-10-08T19:58:50.3486033Z remote: Compressing objects: 95% (480/505) 2024-10-08T19:58:50.3486573Z remote: Compressing objects: 96% (485/505) 2024-10-08T19:58:50.3487114Z remote: Compressing objects: 97% (490/505) 2024-10-08T19:58:50.3487649Z remote: Compressing objects: 98% (495/505) 2024-10-08T19:58:50.3488174Z remote: Compressing objects: 99% (500/505) 2024-10-08T19:58:50.3488716Z remote: Compressing objects: 100% (505/505) 2024-10-08T19:58:50.3489293Z remote: Compressing objects: 100% (505/505), done. 2024-10-08T19:59:12.1982260Z remote: Total 1011989 (delta 555), reused 806 (delta 461), pack-reused 1011020 (from 1) 2024-10-08T19:59:40.7829492Z [command]/usr/bin/git rev-parse --verify --quiet 47952c0a8001fd60c9ffe52b121d022d440bef8b^{object} 2024-10-08T19:59:40.7858028Z 47952c0a8001fd60c9ffe52b121d022d440bef8b 2024-10-08T19:59:40.7862549Z ##[endgroup] 2024-10-08T19:59:40.7863080Z ##[group]Determining the checkout info 2024-10-08T19:59:40.7864123Z ##[endgroup] 2024-10-08T19:59:40.7864631Z ##[group]Checking out the ref 2024-10-08T19:59:40.7867916Z [command]/usr/bin/git checkout --quiet --force 47952c0a8001fd60c9ffe52b121d022d440bef8b 2024-10-08T19:59:42.2350078Z ##[endgroup] 2024-10-08T19:59:42.2392521Z [command]/usr/bin/git log -1 --format='%H' 2024-10-08T19:59:42.2420546Z '47952c0a8001fd60c9ffe52b121d022d440bef8b' 2024-10-08T19:59:42.2630762Z Prepare all required actions 2024-10-08T19:59:42.2631229Z Getting action download info 2024-10-08T19:59:42.3675089Z Download action repository 'nick-fields/retry@v3.0.0' (SHA:7152eba30c6575329ac0576536151aca5a72780e) 2024-10-08T19:59:42.5987309Z ##[group]Run ./.github/actions/setup-linux 2024-10-08T19:59:42.5987761Z ##[endgroup] 2024-10-08T19:59:42.6050473Z ##[group]Run set -euo pipefail 2024-10-08T19:59:42.6050909Z set -euo pipefail 2024-10-08T19:59:42.6051289Z function get_ec2_metadata() { 2024-10-08T19:59:42.6051826Z  # Pulled from instance metadata endpoint for EC2 2024-10-08T19:59:42.6052758Z  # see https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/instancedata-data-retrieval.html 2024-10-08T19:59:42.6053563Z  category=$1 2024-10-08T19:59:42.6054096Z  # If it is GCP runner (runner name contains gcp), do not run this 2024-10-08T19:59:42.6054751Z  runner_name_str=i-014b9761da3ce66c5 2024-10-08T19:59:42.6055262Z  if [[ -f /.inarc ]]; then 2024-10-08T19:59:42.6055744Z  echo "ARC Runner, no info on ec2 metadata" 2024-10-08T19:59:42.6056329Z  elif [[ $runner_name_str == *"gcp"* ]]; then 2024-10-08T19:59:42.6057041Z  echo "Runner is from Google Cloud Platform, No info on ec2 metadata" 2024-10-08T19:59:42.6057666Z  else 2024-10-08T19:59:42.6058143Z  curl -fsSL "http://169.254.169.254/latest/meta-data/${category}" 2024-10-08T19:59:42.6058737Z  fi 2024-10-08T19:59:42.6059004Z } 2024-10-08T19:59:42.6059337Z echo "ami-id: $(get_ec2_metadata ami-id)" 2024-10-08T19:59:42.6060054Z echo "instance-id: $(get_ec2_metadata instance-id)" 2024-10-08T19:59:42.6060732Z echo "instance-type: $(get_ec2_metadata instance-type)" 2024-10-08T19:59:42.6061300Z echo "system info $(uname -a)" 2024-10-08T19:59:42.6067247Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2024-10-08T19:59:42.6067773Z ##[endgroup] 2024-10-08T19:59:42.6159709Z ami-id: ami-0fff1b9a61dec8a5f 2024-10-08T19:59:42.6208705Z instance-id: i-014b9761da3ce66c5 2024-10-08T19:59:42.6254486Z instance-type: c5.2xlarge 2024-10-08T19:59:42.6265061Z system info Linux ip-10-0-43-85.ec2.internal 6.1.109-118.189.amzn2023.x86_64 #1 SMP PREEMPT_DYNAMIC Tue Sep 10 08:59:12 UTC 2024 x86_64 x86_64 x86_64 GNU/Linux 2024-10-08T19:59:42.6286804Z ##[group]Run echo "IN_CONTAINER_RUNNER=$(if [ -f /.inarc ] || [ -f /.incontainer ]; then echo true ; else echo false; fi)" >> "$GITHUB_OUTPUT" 2024-10-08T19:59:42.6288197Z echo "IN_CONTAINER_RUNNER=$(if [ -f /.inarc ] || [ -f /.incontainer ]; then echo true ; else echo false; fi)" >> "$GITHUB_OUTPUT" 2024-10-08T19:59:42.6294432Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2024-10-08T19:59:42.6294949Z ##[endgroup] 2024-10-08T19:59:42.6346706Z ##[group]Run if systemctl is-active --quiet docker; then 2024-10-08T19:59:42.6347332Z if systemctl is-active --quiet docker; then 2024-10-08T19:59:42.6347887Z  echo "Docker daemon is running..."; 2024-10-08T19:59:42.6348343Z else 2024-10-08T19:59:42.6348966Z  echo "Starting docker deamon..." && sudo systemctl start docker; 2024-10-08T19:59:42.6349571Z fi 2024-10-08T19:59:42.6355095Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2024-10-08T19:59:42.6355619Z ##[endgroup] 2024-10-08T19:59:42.6425116Z Docker daemon is running... 2024-10-08T19:59:42.6470513Z ##[group]Run nick-fields/retry@v3.0.0 2024-10-08T19:59:42.6470918Z with: 2024-10-08T19:59:42.6471153Z shell: bash 2024-10-08T19:59:42.6471435Z timeout_minutes: 5 2024-10-08T19:59:42.6471745Z max_attempts: 3 2024-10-08T19:59:42.6472035Z retry_wait_seconds: 30 2024-10-08T19:59:42.6475481Z command: AWS_ACCOUNT_ID=$(aws sts get-caller-identity|grep Account|cut -f4 -d\") aws ecr get-login-password --region "$AWS_DEFAULT_REGION" | docker login --username AWS \ --password-stdin "$AWS_ACCOUNT_ID.dkr.ecr.$AWS_DEFAULT_REGION.amazonaws.com" # For LF Runners we need to make sure we also login to Meta's ECR docker registry too. META_AWS_ACCOUNT_ID=308535385114 if [ "$AWS_ACCOUNT_ID" != "$META_AWS_ACCOUNT_ID" ] ; then aws ecr get-login-password --region "$AWS_DEFAULT_REGION" | docker login --username AWS \ --password-stdin "$META_AWS_ACCOUNT_ID.dkr.ecr.$AWS_DEFAULT_REGION.amazonaws.com" fi 2024-10-08T19:59:42.6478885Z polling_interval_seconds: 1 2024-10-08T19:59:42.6479248Z warning_on_retry: true 2024-10-08T19:59:42.6479595Z continue_on_error: false 2024-10-08T19:59:42.6479933Z env: 2024-10-08T19:59:42.6480185Z AWS_RETRY_MODE: standard 2024-10-08T19:59:42.6480531Z AWS_MAX_ATTEMPTS: 5 2024-10-08T19:59:42.6480866Z AWS_DEFAULT_REGION: us-east-1 2024-10-08T19:59:42.6481219Z ##[endgroup] 2024-10-08T19:59:43.8903344Z WARNING! Your password will be stored unencrypted in /home/ec2-user/.docker/config.json. 2024-10-08T19:59:43.8904225Z Configure a credential helper to remove this warning. See 2024-10-08T19:59:43.8905125Z https://docs.docker.com/engine/reference/commandline/login/#credentials-store 2024-10-08T19:59:43.8905699Z 2024-10-08T19:59:43.8905825Z Login Succeeded 2024-10-08T19:59:44.7461573Z Command completed after 1 attempt(s). 2024-10-08T19:59:44.7521397Z ##[group]Run env | grep '^GITHUB' >> "/tmp/github_env_${GITHUB_RUN_ID}" 2024-10-08T19:59:44.7522152Z env | grep '^GITHUB' >> "/tmp/github_env_${GITHUB_RUN_ID}" 2024-10-08T19:59:44.7522830Z env | grep '^CI' >> "/tmp/github_env_${GITHUB_RUN_ID}" 2024-10-08T19:59:44.7529533Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2024-10-08T19:59:44.7530044Z ##[endgroup] 2024-10-08T19:59:44.7629235Z ##[group]Run # ignore expansion of "docker ps -q" since it could be empty 2024-10-08T19:59:44.7630635Z # ignore expansion of "docker ps -q" since it could be empty 2024-10-08T19:59:44.7631721Z # shellcheck disable=SC2046 2024-10-08T19:59:44.7632543Z docker stop $(docker ps -q) || true 2024-10-08T19:59:44.7633413Z # Prune all of the docker images 2024-10-08T19:59:44.7634223Z docker system prune -af 2024-10-08T19:59:44.7643542Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2024-10-08T19:59:44.7644468Z ##[endgroup] 2024-10-08T19:59:44.7906692Z "docker stop" requires at least 1 argument. 2024-10-08T19:59:44.7907415Z See 'docker stop --help'. 2024-10-08T19:59:44.7907669Z 2024-10-08T19:59:44.7907897Z Usage: docker stop [OPTIONS] CONTAINER [CONTAINER...] 2024-10-08T19:59:44.7908295Z 2024-10-08T19:59:44.7908434Z Stop one or more running containers 2024-10-08T19:59:44.8048274Z Total reclaimed space: 0B 2024-10-08T19:59:44.8102322Z ##[group]Run set +e 2024-10-08T19:59:44.8102678Z set +e 2024-10-08T19:59:44.8102958Z set -x 2024-10-08T19:59:44.8103239Z  2024-10-08T19:59:44.8103555Z PT_DOMAIN=download.pytorch.org 2024-10-08T19:59:44.8104375Z # TODO: Flaky access to download.pytorch.org https://github.com/pytorch/pytorch/issues/100400, 2024-10-08T19:59:44.8105527Z # cleaning this up once the issue is fixed. There are more than one resolved IP here, the last 2024-10-08T19:59:44.8106474Z # one is returned at random 2024-10-08T19:59:44.8107026Z RESOLVED_IP=$(dig -4 +short "${PT_DOMAIN}" | tail -n1) 2024-10-08T19:59:44.8107540Z  2024-10-08T19:59:44.8107845Z if [ -z "${RESOLVED_IP}" ]; then 2024-10-08T19:59:44.8108482Z  echo "Couldn't resolve ${PT_DOMAIN}, retrying with Google DNS..." 2024-10-08T19:59:44.8109264Z  RESOLVED_IP=$(dig -4 +short "${PT_DOMAIN}" @8.8.8.8 | tail -n1) 2024-10-08T19:59:44.8109833Z  2024-10-08T19:59:44.8110144Z  if [ -z "${RESOLVED_IP}" ]; then 2024-10-08T19:59:44.8110685Z  echo "Couldn't resolve ${PT_DOMAIN}, exiting..." 2024-10-08T19:59:44.8111202Z  exit 1 2024-10-08T19:59:44.8111501Z  fi 2024-10-08T19:59:44.8111759Z fi 2024-10-08T19:59:44.8112125Z  2024-10-08T19:59:44.8112481Z if grep -r "${PT_DOMAIN}" /etc/hosts; then 2024-10-08T19:59:44.8112986Z  # Clean up any old records first 2024-10-08T19:59:44.8113495Z  sudo sed -i "/${PT_DOMAIN}/d" /etc/hosts 2024-10-08T19:59:44.8113952Z fi 2024-10-08T19:59:44.8114213Z  2024-10-08T19:59:44.8114626Z echo "${RESOLVED_IP} ${PT_DOMAIN}" | sudo tee -a /etc/hosts 2024-10-08T19:59:44.8115180Z cat /etc/hosts 2024-10-08T19:59:44.8121021Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2024-10-08T19:59:44.8121531Z ##[endgroup] 2024-10-08T19:59:44.8146093Z + PT_DOMAIN=download.pytorch.org 2024-10-08T19:59:44.8152281Z ++ dig -4 +short download.pytorch.org 2024-10-08T19:59:44.8152857Z ++ tail -n1 2024-10-08T19:59:44.9181552Z + RESOLVED_IP=18.160.18.20 2024-10-08T19:59:44.9182185Z + '[' -z 18.160.18.20 ']' 2024-10-08T19:59:44.9182636Z + grep -r download.pytorch.org /etc/hosts 2024-10-08T19:59:44.9194260Z 108.138.64.125 download.pytorch.org 2024-10-08T19:59:44.9195575Z + sudo sed -i /download.pytorch.org/d /etc/hosts 2024-10-08T19:59:45.1423191Z + echo '18.160.18.20 download.pytorch.org' 2024-10-08T19:59:45.1424154Z + sudo tee -a /etc/hosts 2024-10-08T19:59:45.1834358Z 18.160.18.20 download.pytorch.org 2024-10-08T19:59:45.1849294Z + cat /etc/hosts 2024-10-08T19:59:45.1858943Z 127.0.0.1 localhost localhost.localdomain localhost4 localhost4.localdomain4 2024-10-08T19:59:45.1871899Z ::1 localhost6 localhost6.localdomain6 2024-10-08T19:59:45.1872418Z 18.160.18.20 download.pytorch.org 2024-10-08T19:59:45.1926412Z Prepare all required actions 2024-10-08T19:59:45.1982637Z ##[group]Run ./.github/actions/get-workflow-job-id 2024-10-08T19:59:45.1983268Z with: 2024-10-08T19:59:45.1984195Z github-token: *** 2024-10-08T19:59:45.1984609Z ##[endgroup] 2024-10-08T19:59:45.2079618Z ##[group]Run set -eux 2024-10-08T19:59:45.2080020Z set -eux 2024-10-08T19:59:45.2080635Z python3 .github/scripts/get_workflow_job_id.py "${GITHUB_RUN_ID}" "${RUNNER_NAME}" 2024-10-08T19:59:45.2091061Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2024-10-08T19:59:45.2091604Z env: 2024-10-08T19:59:45.2092129Z GITHUB_TOKEN: *** 2024-10-08T19:59:45.2092442Z ##[endgroup] 2024-10-08T19:59:45.2119615Z + python3 .github/scripts/get_workflow_job_id.py 11242664656 i-014b9761da3ce66c5 2024-10-08T19:59:45.8349118Z setting job-id=31257203522 2024-10-08T19:59:45.8349689Z setting job-name=before-test / target-determination 2024-10-08T19:59:45.8549266Z Prepare all required actions 2024-10-08T19:59:45.8549705Z Getting action download info 2024-10-08T19:59:45.9630103Z ##[group]Run ./.github/actions/pytest-cache-download 2024-10-08T19:59:45.9630595Z with: 2024-10-08T19:59:45.9630857Z cache_dir: .pytest_cache 2024-10-08T19:59:45.9631217Z job_identifier: trunk 2024-10-08T19:59:45.9631558Z s3_bucket: gha-artifacts 2024-10-08T19:59:45.9631889Z ##[endgroup] 2024-10-08T19:59:45.9673107Z ##[group]Run nick-fields/retry@v3.0.0 2024-10-08T19:59:45.9673516Z with: 2024-10-08T19:59:45.9673768Z shell: bash 2024-10-08T19:59:45.9674039Z timeout_minutes: 5 2024-10-08T19:59:45.9674505Z max_attempts: 5 2024-10-08T19:59:45.9674809Z retry_wait_seconds: 30 2024-10-08T19:59:45.9675246Z command: set -eu python3 -m pip install boto3==1.19.12 2024-10-08T19:59:45.9675771Z polling_interval_seconds: 1 2024-10-08T19:59:45.9676138Z warning_on_retry: true 2024-10-08T19:59:45.9676469Z continue_on_error: false 2024-10-08T19:59:45.9676849Z ##[endgroup] 2024-10-08T19:59:46.3144699Z Defaulting to user installation because normal site-packages is not writeable 2024-10-08T19:59:46.3311974Z Requirement already satisfied: boto3==1.19.12 in /home/ec2-user/.local/lib/python3.9/site-packages (1.19.12) 2024-10-08T19:59:46.3367721Z Requirement already satisfied: jmespath<1.0.0,>=0.7.1 in /usr/lib/python3.9/site-packages (from boto3==1.19.12) (0.10.0) 2024-10-08T19:59:46.3371466Z Requirement already satisfied: botocore<1.23.0,>=1.22.12 in /home/ec2-user/.local/lib/python3.9/site-packages (from boto3==1.19.12) (1.22.12) 2024-10-08T19:59:46.3375712Z Requirement already satisfied: s3transfer<0.6.0,>=0.5.0 in /home/ec2-user/.local/lib/python3.9/site-packages (from boto3==1.19.12) (0.5.2) 2024-10-08T19:59:46.3414866Z Requirement already satisfied: urllib3<1.27,>=1.25.4 in /usr/lib/python3.9/site-packages (from botocore<1.23.0,>=1.22.12->boto3==1.19.12) (1.25.10) 2024-10-08T19:59:46.3419256Z Requirement already satisfied: python-dateutil<3.0.0,>=2.1 in /usr/lib/python3.9/site-packages (from botocore<1.23.0,>=1.22.12->boto3==1.19.12) (2.8.1) 2024-10-08T19:59:46.3461045Z Requirement already satisfied: six>=1.5 in /usr/lib/python3.9/site-packages (from python-dateutil<3.0.0,>=2.1->botocore<1.23.0,>=1.22.12->boto3==1.19.12) (1.15.0) 2024-10-08T19:59:47.0472864Z Command completed after 1 attempt(s). 2024-10-08T19:59:47.0551106Z ##[group]Run python3 .github/scripts/pytest_cache.py \ 2024-10-08T19:59:47.0551723Z python3 .github/scripts/pytest_cache.py \ 2024-10-08T19:59:47.0552208Z  --download \ 2024-10-08T19:59:47.0552625Z  --cache_dir $GITHUB_WORKSPACE/$CACHE_DIR \ 2024-10-08T19:59:47.0553160Z  --pr_identifier $GITHUB_REF \ 2024-10-08T19:59:47.0553640Z  --job_identifier $JOB_IDENTIFIER \ 2024-10-08T19:59:47.0554098Z  --temp_dir $RUNNER_TEMP \ 2024-10-08T19:59:47.0554502Z  --repo $REPO \ 2024-10-08T19:59:47.0554860Z  --bucket $BUCKET \ 2024-10-08T19:59:47.0561051Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2024-10-08T19:59:47.0561562Z env: 2024-10-08T19:59:47.0561829Z CACHE_DIR: .pytest_cache 2024-10-08T19:59:47.0562165Z JOB_IDENTIFIER: trunk 2024-10-08T19:59:47.0562500Z REPO: pytorch/pytorch 2024-10-08T19:59:47.0562831Z BUCKET: gha-artifacts 2024-10-08T19:59:47.0563141Z ##[endgroup] 2024-10-08T19:59:47.4139804Z PR identifier for `refs/tags/ciflow/trunk/134247` is `425ba0547a211abdd6e6d147012add44` 2024-10-08T19:59:47.4142851Z Downloading cache with args Namespace(upload=False, download=True, cache_dir='/home/ec2-user/actions-runner/_work/pytorch/pytorch/.pytest_cache', pr_identifier='refs/tags/ciflow/trunk/134247', job_identifier='trunk', sha=None, test_config=None, shard=None, repo='pytorch/pytorch', temp_dir='/home/ec2-user/actions-runner/_work/_temp', bucket='gha-artifacts') 2024-10-08T19:59:47.4145804Z There were no files matching the prefix `pytest_cache/pytorch/pytorch/425ba0547a211abdd6e6d147012add44/trunk` in bucket `gha-artifacts` 2024-10-08T19:59:47.4617180Z ##[group]Run seemethere/download-artifact-s3@v4 2024-10-08T19:59:47.4617645Z with: 2024-10-08T19:59:47.4617904Z name: llm_results 2024-10-08T19:59:47.4618235Z path: .additional_ci_files/llm_results 2024-10-08T19:59:47.4618665Z s3-bucket: gha-artifacts 2024-10-08T19:59:47.4619008Z region: us-east-1 2024-10-08T19:59:47.4619293Z ##[endgroup] 2024-10-08T19:59:47.9492885Z (node:262800) NOTE: We are formalizing our plans to enter AWS SDK for JavaScript (v2) into maintenance mode in 2023. 2024-10-08T19:59:47.9493738Z 2024-10-08T19:59:47.9494018Z Please migrate your code to use AWS SDK for JavaScript (v3). 2024-10-08T19:59:47.9494774Z For more information, check the migration guide at https://a.co/7PzMCcy 2024-10-08T19:59:47.9495956Z (Use `node --trace-warnings ...` to show where the warning was created) 2024-10-08T19:59:48.0306093Z Found 1 objects with prefix pytorch/pytorch/11242664656/llm_results/ 2024-10-08T19:59:48.0309565Z Starting download (1/1): /home/ec2-user/actions-runner/_work/pytorch/pytorch/.additional_ci_files/llm_results/mappings.zip 2024-10-08T19:59:48.1335698Z Finished download (1/1): /home/ec2-user/actions-runner/_work/pytorch/pytorch/.additional_ci_files/llm_results/mappings.zip 2024-10-08T19:59:48.1341642Z Artifact download has finished successfully 2024-10-08T19:59:48.1528704Z ##[group]Run unzip -o .additional_ci_files/llm_results/mappings.zip -d .additional_ci_files/llm_results || true 2024-10-08T19:59:48.1529928Z unzip -o .additional_ci_files/llm_results/mappings.zip -d .additional_ci_files/llm_results || true 2024-10-08T19:59:48.1530779Z python3 -m pip install boto3==1.19.12 2024-10-08T19:59:48.1531407Z python3 tools/testing/do_target_determination_for_s3.py 2024-10-08T19:59:48.1537604Z shell: /usr/bin/bash -e {0} 2024-10-08T19:59:48.1537959Z env: 2024-10-08T19:59:48.1538613Z GITHUB_TOKEN: *** 2024-10-08T19:59:48.1538943Z GITHUB_REPOSITORY: pytorch/pytorch 2024-10-08T19:59:48.1539364Z GITHUB_WORKFLOW: trunk 2024-10-08T19:59:48.1539837Z GITHUB_JOB: target-determination 2024-10-08T19:59:48.1540222Z GITHUB_RUN_ID: 11242664656 2024-10-08T19:59:48.1540575Z GITHUB_RUN_NUMBER: 98699 2024-10-08T19:59:48.1540923Z GITHUB_RUN_ATTEMPT: 1 2024-10-08T19:59:48.1541277Z GITHUB_REF: refs/tags/ciflow/trunk/134247 2024-10-08T19:59:48.1541757Z JOB_ID: 31257203522 2024-10-08T19:59:48.1542121Z JOB_NAME: before-test / target-determination 2024-10-08T19:59:48.1542572Z PR_NUMBER: 2024-10-08T19:59:48.1542853Z ##[endgroup] 2024-10-08T19:59:48.1594629Z Archive: .additional_ci_files/llm_results/mappings.zip 2024-10-08T19:59:48.1595359Z creating: .additional_ci_files/llm_results/mappings/ 2024-10-08T19:59:48.1599962Z inflating: .additional_ci_files/llm_results/mappings/indexer-files-gitdiff-output.json 2024-10-08T19:59:48.4128650Z Defaulting to user installation because normal site-packages is not writeable 2024-10-08T19:59:48.4304591Z Requirement already satisfied: boto3==1.19.12 in /home/ec2-user/.local/lib/python3.9/site-packages (1.19.12) 2024-10-08T19:59:48.4357872Z Requirement already satisfied: s3transfer<0.6.0,>=0.5.0 in /home/ec2-user/.local/lib/python3.9/site-packages (from boto3==1.19.12) (0.5.2) 2024-10-08T19:59:48.4361977Z Requirement already satisfied: jmespath<1.0.0,>=0.7.1 in /usr/lib/python3.9/site-packages (from boto3==1.19.12) (0.10.0) 2024-10-08T19:59:48.4366393Z Requirement already satisfied: botocore<1.23.0,>=1.22.12 in /home/ec2-user/.local/lib/python3.9/site-packages (from boto3==1.19.12) (1.22.12) 2024-10-08T19:59:48.4402968Z Requirement already satisfied: urllib3<1.27,>=1.25.4 in /usr/lib/python3.9/site-packages (from botocore<1.23.0,>=1.22.12->boto3==1.19.12) (1.25.10) 2024-10-08T19:59:48.4407439Z Requirement already satisfied: python-dateutil<3.0.0,>=2.1 in /usr/lib/python3.9/site-packages (from botocore<1.23.0,>=1.22.12->boto3==1.19.12) (2.8.1) 2024-10-08T19:59:48.4449646Z Requirement already satisfied: six>=1.5 in /usr/lib/python3.9/site-packages (from python-dateutil<3.0.0,>=2.1->botocore<1.23.0,>=1.22.12->boto3==1.19.12) (1.15.0) 2024-10-08T19:59:50.0891675Z Unable to import boto3. Will not be emitting metrics.... Reason: No module named 'rockset' 2024-10-08T19:59:50.0894801Z Downloading https://raw.githubusercontent.com/pytorch/test-infra/generated-stats/stats/test-times.json to /home/ec2-user/actions-runner/_work/pytorch/pytorch/.additional_ci_files/test-times.json 2024-10-08T19:59:50.0898521Z Downloading https://raw.githubusercontent.com/pytorch/test-infra/generated-stats/stats/test-class-times.json to /home/ec2-user/actions-runner/_work/pytorch/pytorch/.additional_ci_files/test-class-times.json 2024-10-08T19:59:50.0903075Z Downloading https://raw.githubusercontent.com/pytorch/test-infra/generated-stats/stats/file_test_rating.json to /home/ec2-user/actions-runner/_work/pytorch/pytorch/.additional_ci_files/test-file-ratings.json 2024-10-08T19:59:50.0908475Z Downloading https://raw.githubusercontent.com/pytorch/test-infra/generated-stats/stats/file_test_class_rating.json to /home/ec2-user/actions-runner/_work/pytorch/pytorch/.additional_ci_files/test-class-ratings.json 2024-10-08T19:59:50.0914821Z Downloading https://raw.githubusercontent.com/pytorch/test-infra/generated-stats/stats/td_heuristic_historical_edited_files.json to /home/ec2-user/actions-runner/_work/pytorch/pytorch/.additional_ci_files/td_heuristic_historical_edited_files.json 2024-10-08T19:59:50.0921525Z Downloading https://raw.githubusercontent.com/pytorch/test-infra/generated-stats/stats/td_heuristic_profiling.json to /home/ec2-user/actions-runner/_work/pytorch/pytorch/.additional_ci_files/td_heuristic_profiling.json 2024-10-08T19:59:50.0924747Z Received 640 tests to prioritize 2024-10-08T19:59:50.0925627Z backends/xeon/test_launch 2024-10-08T19:59:50.0926513Z benchmark_utils/test_benchmark_utils 2024-10-08T19:59:50.0927744Z cpp_extensions/open_registration_extension/test/test_openreg 2024-10-08T19:59:50.0929020Z distributed/_composable/fsdp/test_fully_shard_autograd 2024-10-08T19:59:50.0930073Z distributed/_composable/fsdp/test_fully_shard_clip_grad_norm_ 2024-10-08T19:59:50.0931075Z distributed/_composable/fsdp/test_fully_shard_comm 2024-10-08T19:59:50.0931658Z distributed/_composable/fsdp/test_fully_shard_compile 2024-10-08T19:59:50.0932269Z distributed/_composable/fsdp/test_fully_shard_extensions 2024-10-08T19:59:50.0932997Z distributed/_composable/fsdp/test_fully_shard_frozen 2024-10-08T19:59:50.0934036Z distributed/_composable/fsdp/test_fully_shard_grad_scaler 2024-10-08T19:59:50.0935093Z distributed/_composable/fsdp/test_fully_shard_init 2024-10-08T19:59:50.0936093Z distributed/_composable/fsdp/test_fully_shard_logging 2024-10-08T19:59:50.0937178Z distributed/_composable/fsdp/test_fully_shard_memory 2024-10-08T19:59:50.0938365Z distributed/_composable/fsdp/test_fully_shard_mixed_precision 2024-10-08T19:59:50.0939601Z distributed/_composable/fsdp/test_fully_shard_overlap 2024-10-08T19:59:50.0940663Z distributed/_composable/fsdp/test_fully_shard_state 2024-10-08T19:59:50.0941545Z distributed/_composable/fsdp/test_fully_shard_state_dict 2024-10-08T19:59:50.0942161Z distributed/_composable/fsdp/test_fully_shard_training 2024-10-08T19:59:50.0942781Z distributed/_composable/fully_shard/test_fully_shard_compile 2024-10-08T19:59:50.0943500Z distributed/_composable/fully_shard/test_fully_shard_init 2024-10-08T19:59:50.0944710Z distributed/_composable/fully_shard/test_fully_shard_mixed_precision 2024-10-08T19:59:50.0946019Z distributed/_composable/fully_shard/test_fully_shard_model_checkpoint 2024-10-08T19:59:50.0947448Z distributed/_composable/fully_shard/test_fully_shard_optim_checkpoint 2024-10-08T19:59:50.0948778Z distributed/_composable/fully_shard/test_fully_shard_runtime 2024-10-08T19:59:50.0949500Z distributed/_composable/fully_shard/test_fully_shard_util 2024-10-08T19:59:50.0950054Z distributed/_composable/test_checkpoint 2024-10-08T19:59:50.0950651Z distributed/_composable/test_composability/test_2d_composability 2024-10-08T19:59:50.0951359Z distributed/_composable/test_composability/test_pp_composability 2024-10-08T19:59:50.0952100Z distributed/_composable/test_compose 2024-10-08T19:59:50.0952548Z distributed/_composable/test_contract 2024-10-08T19:59:50.0952998Z distributed/_composable/test_replicate 2024-10-08T19:59:50.0953510Z distributed/_composable/test_replicate_with_compiler 2024-10-08T19:59:50.0954095Z distributed/_shard/sharded_optim/test_sharded_optim 2024-10-08T19:59:50.0954677Z distributed/_shard/sharded_tensor/ops/test_binary_cmp 2024-10-08T19:59:50.0955251Z distributed/_shard/sharded_tensor/ops/test_embedding 2024-10-08T19:59:50.0955849Z distributed/_shard/sharded_tensor/ops/test_embedding_bag 2024-10-08T19:59:50.0956429Z distributed/_shard/sharded_tensor/ops/test_init 2024-10-08T19:59:50.0957126Z distributed/_shard/sharded_tensor/ops/test_tensor_ops 2024-10-08T19:59:50.0957681Z distributed/_shard/sharded_tensor/test_logger 2024-10-08T19:59:50.0958227Z distributed/_shard/sharded_tensor/test_sharded_tensor 2024-10-08T19:59:50.0958842Z distributed/_shard/sharded_tensor/test_sharded_tensor_reshard 2024-10-08T19:59:50.0959474Z distributed/_shard/sharding_plan/test_sharding_plan 2024-10-08T19:59:50.0960049Z distributed/_shard/sharding_spec/test_sharding_spec 2024-10-08T19:59:50.0960539Z distributed/_shard/test_sharder 2024-10-08T19:59:50.0961051Z distributed/_tensor/debug/test_comm_mode 2024-10-08T19:59:50.0961564Z distributed/_tensor/debug/test_comm_mode_features 2024-10-08T19:59:50.0962075Z distributed/_tensor/debug/test_op_coverage 2024-10-08T19:59:50.0962592Z distributed/_tensor/experimental/test_local_map 2024-10-08T19:59:50.0963174Z distributed/_tensor/experimental/test_register_sharding 2024-10-08T19:59:50.0963759Z distributed/_tensor/experimental/test_tp_transform 2024-10-08T19:59:50.0964261Z distributed/_tensor/test_api 2024-10-08T19:59:50.0964650Z distributed/_tensor/test_attention 2024-10-08T19:59:50.0965069Z distributed/_tensor/test_common_rules 2024-10-08T19:59:50.0965530Z distributed/_tensor/test_convolution_ops 2024-10-08T19:59:50.0965988Z distributed/_tensor/test_dtensor 2024-10-08T19:59:50.0966402Z distributed/_tensor/test_dtensor_compile 2024-10-08T19:59:50.0966858Z distributed/_tensor/test_dtensor_ops 2024-10-08T19:59:50.0967304Z distributed/_tensor/test_embedding_ops 2024-10-08T19:59:50.0967778Z distributed/_tensor/test_experimental_ops 2024-10-08T19:59:50.0968223Z distributed/_tensor/test_init 2024-10-08T19:59:50.0968622Z distributed/_tensor/test_math_ops 2024-10-08T19:59:50.0969050Z distributed/_tensor/test_matrix_ops 2024-10-08T19:59:50.0969469Z distributed/_tensor/test_op_strategy 2024-10-08T19:59:50.0969907Z distributed/_tensor/test_optimizers 2024-10-08T19:59:50.0970353Z distributed/_tensor/test_pointwise_ops 2024-10-08T19:59:50.0970788Z distributed/_tensor/test_random_ops 2024-10-08T19:59:50.0971215Z distributed/_tensor/test_redistribute 2024-10-08T19:59:50.0971660Z distributed/_tensor/test_tensor_ops 2024-10-08T19:59:50.0972072Z distributed/_tensor/test_utils 2024-10-08T19:59:50.0972471Z distributed/_tensor/test_view_ops 2024-10-08T19:59:50.0972905Z distributed/_tensor/test_xla_integration 2024-10-08T19:59:50.0973371Z distributed/_tools/test_fsdp2_mem_tracker 2024-10-08T19:59:50.0973831Z distributed/_tools/test_mem_tracker 2024-10-08T19:59:50.0974272Z distributed/_tools/test_memory_tracker 2024-10-08T19:59:50.0974703Z distributed/_tools/test_mod_tracker 2024-10-08T19:59:50.0975150Z distributed/_tools/test_runtime_estimator 2024-10-08T19:59:50.0975688Z distributed/algorithms/ddp_comm_hooks/test_ddp_hooks 2024-10-08T19:59:50.0976278Z distributed/algorithms/quantization/test_quantization 2024-10-08T19:59:50.0976799Z distributed/algorithms/test_join 2024-10-08T19:59:50.0977270Z distributed/checkpoint/e2e/test_e2e_save_and_load 2024-10-08T19:59:50.0977793Z distributed/checkpoint/e2e/test_fine_tuning 2024-10-08T19:59:50.0978275Z distributed/checkpoint/e2e/test_fsdp_ep 2024-10-08T19:59:50.0978739Z distributed/checkpoint/e2e/test_pipeline 2024-10-08T19:59:50.0979207Z distributed/checkpoint/fsdp/test_fsdp_dsd 2024-10-08T19:59:50.0979783Z distributed/checkpoint/test_checkpoint 2024-10-08T19:59:50.0980254Z distributed/checkpoint/test_compatibility 2024-10-08T19:59:50.0980732Z distributed/checkpoint/test_dedup_tensors 2024-10-08T19:59:50.0981243Z distributed/checkpoint/test_dtensor_checkpoint 2024-10-08T19:59:50.0981774Z distributed/checkpoint/test_dtensor_resharding 2024-10-08T19:59:50.0982314Z distributed/checkpoint/test_file_system_checkpoint 2024-10-08T19:59:50.0982909Z distributed/checkpoint/test_file_system_checkpoint_cpu 2024-10-08T19:59:50.0983458Z distributed/checkpoint/test_format_utils 2024-10-08T19:59:50.0984293Z distributed/checkpoint/test_fsdp_model_state 2024-10-08T19:59:50.0984808Z distributed/checkpoint/test_fsdp_optim_state 2024-10-08T19:59:50.0985389Z distributed/checkpoint/test_fsdp_tp_checkpoint_conversion 2024-10-08T19:59:50.0985927Z distributed/checkpoint/test_fsspec 2024-10-08T19:59:50.0986390Z distributed/checkpoint/test_hsdp_checkpoint 2024-10-08T19:59:50.0986876Z distributed/checkpoint/test_nested_dict 2024-10-08T19:59:50.0987315Z distributed/checkpoint/test_planner 2024-10-08T19:59:50.0987765Z distributed/checkpoint/test_save_load_api 2024-10-08T19:59:50.0988239Z distributed/checkpoint/test_state_dict 2024-10-08T19:59:50.0988827Z distributed/checkpoint/test_state_dict_utils 2024-10-08T19:59:50.0989333Z distributed/checkpoint/test_tp_checkpoint 2024-10-08T19:59:50.0989802Z distributed/checkpoint/test_traverse 2024-10-08T19:59:50.0990232Z distributed/checkpoint/test_utils 2024-10-08T19:59:50.0990660Z distributed/elastic/events/lib_test 2024-10-08T19:59:50.0991093Z distributed/elastic/metrics/api_test 2024-10-08T19:59:50.0991562Z distributed/elastic/multiprocessing/api_test 2024-10-08T19:59:50.0992050Z distributed/elastic/test_control_plane 2024-10-08T19:59:50.0992495Z distributed/elastic/timer/api_test 2024-10-08T19:59:50.0992958Z distributed/elastic/timer/local_timer_example 2024-10-08T19:59:50.0993448Z distributed/elastic/timer/local_timer_test 2024-10-08T19:59:50.0993944Z distributed/elastic/utils/distributed_test 2024-10-08T19:59:50.0994423Z distributed/elastic/utils/logging_test 2024-10-08T19:59:50.0994857Z distributed/elastic/utils/util_test 2024-10-08T19:59:50.0995326Z distributed/flight_recorder/test_fr_analysis 2024-10-08T19:59:50.0995816Z distributed/fsdp/test_checkpoint_wrapper 2024-10-08T19:59:50.0996299Z distributed/fsdp/test_distributed_checkpoint 2024-10-08T19:59:50.0996769Z distributed/fsdp/test_fsdp_apply 2024-10-08T19:59:50.0997220Z distributed/fsdp/test_fsdp_backward_prefetch 2024-10-08T19:59:50.0997686Z distributed/fsdp/test_fsdp_checkpoint 2024-10-08T19:59:50.0998162Z distributed/fsdp/test_fsdp_clip_grad_norm 2024-10-08T19:59:50.0998620Z distributed/fsdp/test_fsdp_comm 2024-10-08T19:59:50.0999030Z distributed/fsdp/test_fsdp_comm_hooks 2024-10-08T19:59:50.0999447Z distributed/fsdp/test_fsdp_core 2024-10-08T19:59:50.0999893Z distributed/fsdp/test_fsdp_dtensor_state_dict 2024-10-08T19:59:50.1000369Z distributed/fsdp/test_fsdp_exec_order 2024-10-08T19:59:50.1000796Z distributed/fsdp/test_fsdp_fine_tune 2024-10-08T19:59:50.1001250Z distributed/fsdp/test_fsdp_flatten_params 2024-10-08T19:59:50.1001747Z distributed/fsdp/test_fsdp_freezing_weights 2024-10-08T19:59:50.1002197Z distributed/fsdp/test_fsdp_fx 2024-10-08T19:59:50.1002599Z distributed/fsdp/test_fsdp_grad_acc 2024-10-08T19:59:50.1003037Z distributed/fsdp/test_fsdp_hybrid_shard 2024-10-08T19:59:50.1003510Z distributed/fsdp/test_fsdp_ignored_modules 2024-10-08T19:59:50.1003961Z distributed/fsdp/test_fsdp_input 2024-10-08T19:59:50.1004374Z distributed/fsdp/test_fsdp_memory 2024-10-08T19:59:50.1004793Z distributed/fsdp/test_fsdp_meta 2024-10-08T19:59:50.1005181Z distributed/fsdp/test_fsdp_misc 2024-10-08T19:59:50.1005614Z distributed/fsdp/test_fsdp_mixed_precision 2024-10-08T19:59:50.1006114Z distributed/fsdp/test_fsdp_multiple_forward 2024-10-08T19:59:50.1006608Z distributed/fsdp/test_fsdp_multiple_wrapping 2024-10-08T19:59:50.1007092Z distributed/fsdp/test_fsdp_optim_state 2024-10-08T19:59:50.1007534Z distributed/fsdp/test_fsdp_overlap 2024-10-08T19:59:50.1007952Z distributed/fsdp/test_fsdp_pure_fp16 2024-10-08T19:59:50.1008427Z distributed/fsdp/test_fsdp_sharded_grad_scaler 2024-10-08T19:59:50.1008912Z distributed/fsdp/test_fsdp_state_dict 2024-10-08T19:59:50.1009360Z distributed/fsdp/test_fsdp_tp_integration 2024-10-08T19:59:50.1009825Z distributed/fsdp/test_fsdp_traversal 2024-10-08T19:59:50.1010257Z distributed/fsdp/test_fsdp_uneven 2024-10-08T19:59:50.1010688Z distributed/fsdp/test_fsdp_unshard_params 2024-10-08T19:59:50.1011312Z distributed/fsdp/test_fsdp_use_orig_params 2024-10-08T19:59:50.1011822Z distributed/fsdp/test_hsdp_dtensor_state_dict 2024-10-08T19:59:50.1012284Z distributed/fsdp/test_shard_utils 2024-10-08T19:59:50.1012698Z distributed/fsdp/test_utils 2024-10-08T19:59:50.1013076Z distributed/fsdp/test_wrap 2024-10-08T19:59:50.1013444Z distributed/launcher/test_run 2024-10-08T19:59:50.1013851Z distributed/nn/jit/test_instantiator 2024-10-08T19:59:50.1014357Z distributed/optim/test_apply_optimizer_in_backward 2024-10-08T19:59:50.1014868Z distributed/optim/test_named_optimizer 2024-10-08T19:59:50.1015420Z distributed/optim/test_zero_redundancy_optimizer 2024-10-08T19:59:50.1015939Z distributed/pipelining/test_backward 2024-10-08T19:59:50.1016375Z distributed/pipelining/test_microbatch 2024-10-08T19:59:50.1016823Z distributed/pipelining/test_pipe 2024-10-08T19:59:50.1017245Z distributed/pipelining/test_schedule 2024-10-08T19:59:50.1017714Z distributed/pipelining/test_schedule_multiproc 2024-10-08T19:59:50.1018209Z distributed/pipelining/test_stage 2024-10-08T19:59:50.1018648Z distributed/pipelining/test_transformer 2024-10-08T19:59:50.1019098Z distributed/pipelining/test_unflatten 2024-10-08T19:59:50.1019670Z distributed/rpc/cuda/test_tensorpipe_agent 2024-10-08T19:59:50.1020141Z distributed/rpc/test_faulty_agent 2024-10-08T19:59:50.1020543Z distributed/rpc/test_share_memory 2024-10-08T19:59:50.1020966Z distributed/rpc/test_tensorpipe_agent 2024-10-08T19:59:50.1021480Z distributed/tensor/parallel/test_micro_pipeline_tp 2024-10-08T19:59:50.1022044Z distributed/tensor/parallel/test_parallelize_api 2024-10-08T19:59:50.1022594Z distributed/tensor/parallel/test_tp_examples 2024-10-08T19:59:50.1023123Z distributed/tensor/parallel/test_tp_random_state 2024-10-08T19:59:50.1023629Z distributed/tensor/parallel/test_tp_style 2024-10-08T19:59:50.1024079Z distributed/test_c10d_common 2024-10-08T19:59:50.1024479Z distributed/test_c10d_functional_native 2024-10-08T19:59:50.1024902Z distributed/test_c10d_gloo 2024-10-08T19:59:50.1025274Z distributed/test_c10d_logger 2024-10-08T19:59:50.1025644Z distributed/test_c10d_nccl 2024-10-08T19:59:50.1026028Z distributed/test_c10d_object_collectives 2024-10-08T19:59:50.1026473Z distributed/test_c10d_ops_nccl 2024-10-08T19:59:50.1026858Z distributed/test_c10d_pypg 2024-10-08T19:59:50.1027220Z distributed/test_c10d_spawn_gloo 2024-10-08T19:59:50.1027618Z distributed/test_c10d_spawn_nccl 2024-10-08T19:59:50.1028019Z distributed/test_c10d_spawn_ucc 2024-10-08T19:59:50.1028401Z distributed/test_c10d_ucc 2024-10-08T19:59:50.1028780Z distributed/test_collective_utils 2024-10-08T19:59:50.1029219Z distributed/test_compute_comm_reordering 2024-10-08T19:59:50.1029666Z distributed/test_control_collectives 2024-10-08T19:59:50.1030093Z distributed/test_data_parallel 2024-10-08T19:59:50.1030481Z distributed/test_device_mesh 2024-10-08T19:59:50.1030860Z distributed/test_distributed_spawn 2024-10-08T19:59:50.1031295Z distributed/test_dynamo_distributed 2024-10-08T19:59:50.1031711Z distributed/test_fake_pg 2024-10-08T19:59:50.1032066Z distributed/test_functional_api 2024-10-08T19:59:50.1032478Z distributed/test_inductor_collectives 2024-10-08T19:59:50.1032900Z distributed/test_launcher 2024-10-08T19:59:50.1033267Z distributed/test_multi_threaded_pg 2024-10-08T19:59:50.1033672Z distributed/test_nccl 2024-10-08T19:59:50.1034014Z distributed/test_pg_wrapper 2024-10-08T19:59:50.1034368Z distributed/test_store 2024-10-08T19:59:50.1034726Z distributed/test_symmetric_memory 2024-10-08T19:59:50.1035141Z distributions/test_constraints 2024-10-08T19:59:50.1035538Z distributions/test_distributions 2024-10-08T19:59:50.1035913Z doctests 2024-10-08T19:59:50.1036208Z dynamo/test_activation_checkpointing 2024-10-08T19:59:50.1036605Z dynamo/test_after_aot 2024-10-08T19:59:50.1036940Z dynamo/test_aot_autograd 2024-10-08T19:59:50.1037295Z dynamo/test_aot_autograd_cache 2024-10-08T19:59:50.1037673Z dynamo/test_autograd_function 2024-10-08T19:59:50.1038135Z dynamo/test_backends 2024-10-08T19:59:50.1038486Z dynamo/test_backward_higher_order_ops 2024-10-08T19:59:50.1038894Z dynamo/test_base_output 2024-10-08T19:59:50.1039244Z dynamo/test_bytecode_utils 2024-10-08T19:59:50.1039598Z dynamo/test_compile 2024-10-08T19:59:50.1039903Z dynamo/test_comptime 2024-10-08T19:59:50.1040221Z dynamo/test_config 2024-10-08T19:59:50.1040536Z dynamo/test_ctx_manager 2024-10-08T19:59:50.1040864Z dynamo/test_cudagraphs 2024-10-08T19:59:50.1041254Z dynamo/test_cudagraphs_expandable_segments 2024-10-08T19:59:50.1041697Z dynamo/test_debug_utils 2024-10-08T19:59:50.1042086Z dynamo/test_decorators 2024-10-08T19:59:50.1042429Z dynamo/test_deviceguard 2024-10-08T19:59:50.1042774Z dynamo/test_dynamic_shapes 2024-10-08T19:59:50.1043111Z dynamo/test_exc 2024-10-08T19:59:50.1043411Z dynamo/test_exceptions 2024-10-08T19:59:50.1043741Z dynamo/test_export 2024-10-08T19:59:50.1044055Z dynamo/test_export_mutations 2024-10-08T19:59:50.1044427Z dynamo/test_frame_init 2024-10-08T19:59:50.1044756Z dynamo/test_functions 2024-10-08T19:59:50.1045084Z dynamo/test_fx_passes_pre_grad 2024-10-08T19:59:50.1045457Z dynamo/test_global 2024-10-08T19:59:50.1045773Z dynamo/test_guard_manager 2024-10-08T19:59:50.1046123Z dynamo/test_higher_order_ops 2024-10-08T19:59:50.1046480Z dynamo/test_hooks 2024-10-08T19:59:50.1046808Z dynamo/test_inline_inbuilt_nn_modules 2024-10-08T19:59:50.1047225Z dynamo/test_input_attr_tracking 2024-10-08T19:59:50.1047605Z dynamo/test_interop 2024-10-08T19:59:50.1047918Z dynamo/test_logging 2024-10-08T19:59:50.1048226Z dynamo/test_minifier 2024-10-08T19:59:50.1048547Z dynamo/test_misc 2024-10-08T19:59:50.1048856Z dynamo/test_model_output 2024-10-08T19:59:50.1049186Z dynamo/test_modes 2024-10-08T19:59:50.1049490Z dynamo/test_modules 2024-10-08T19:59:50.1049793Z dynamo/test_nops 2024-10-08T19:59:50.1050101Z dynamo/test_optimizers 2024-10-08T19:59:50.1050443Z dynamo/test_pre_dispatch 2024-10-08T19:59:50.1050784Z dynamo/test_profiler 2024-10-08T19:59:50.1051119Z dynamo/test_python_autograd 2024-10-08T19:59:50.1051486Z dynamo/test_recompile_ux 2024-10-08T19:59:50.1051824Z dynamo/test_recompiles 2024-10-08T19:59:50.1052162Z dynamo/test_reconstruct 2024-10-08T19:59:50.1052500Z dynamo/test_reorder_logs 2024-10-08T19:59:50.1069317Z dynamo/test_repros 2024-10-08T19:59:50.1069677Z dynamo/test_resume 2024-10-08T19:59:50.1069983Z dynamo/test_sdpa 2024-10-08T19:59:50.1070300Z dynamo/test_skip_non_tensor 2024-10-08T19:59:50.1070654Z dynamo/test_sources 2024-10-08T19:59:50.1070999Z dynamo/test_structured_trace 2024-10-08T19:59:50.1071374Z dynamo/test_subclasses 2024-10-08T19:59:50.1071703Z dynamo/test_subgraphs 2024-10-08T19:59:50.1072032Z dynamo/test_torchrec 2024-10-08T19:59:50.1072360Z dynamo/test_trace_rules 2024-10-08T19:59:50.1072686Z dynamo/test_unspec 2024-10-08T19:59:50.1072998Z dynamo/test_utils 2024-10-08T19:59:50.1073327Z dynamo/test_verify_correctness 2024-10-08T19:59:50.1073698Z dynamo/test_view 2024-10-08T19:59:50.1074006Z export/test_converter 2024-10-08T19:59:50.1074329Z export/test_db 2024-10-08T19:59:50.1074625Z export/test_experimental 2024-10-08T19:59:50.1074976Z export/test_export 2024-10-08T19:59:50.1075309Z export/test_export_nonstrict 2024-10-08T19:59:50.1075724Z export/test_export_training_ir_to_run_decomp 2024-10-08T19:59:50.1076208Z export/test_functionalized_assertions 2024-10-08T19:59:50.1076624Z export/test_hop 2024-10-08T19:59:50.1076918Z export/test_lift_unlift 2024-10-08T19:59:50.1077264Z export/test_pass_infra 2024-10-08T19:59:50.1077608Z export/test_passes 2024-10-08T19:59:50.1077928Z export/test_retraceability 2024-10-08T19:59:50.1078288Z export/test_schema 2024-10-08T19:59:50.1078600Z export/test_serdes 2024-10-08T19:59:50.1078902Z export/test_serialize 2024-10-08T19:59:50.1079231Z export/test_sparse 2024-10-08T19:59:50.1079540Z export/test_swap 2024-10-08T19:59:50.1079827Z export/test_tools 2024-10-08T19:59:50.1080268Z export/test_torchbind 2024-10-08T19:59:50.1080605Z export/test_tree_utils 2024-10-08T19:59:50.1080934Z export/test_unflatten 2024-10-08T19:59:50.1081269Z export/test_verifier 2024-10-08T19:59:50.1081592Z functorch/test_ac 2024-10-08T19:59:50.1081901Z functorch/test_aotdispatch 2024-10-08T19:59:50.1082277Z functorch/test_control_flow 2024-10-08T19:59:50.1082642Z functorch/test_dims 2024-10-08T19:59:50.1082967Z functorch/test_eager_transforms 2024-10-08T19:59:50.1083357Z functorch/test_logging 2024-10-08T19:59:50.1083981Z functorch/test_memory_efficient_fusion 2024-10-08T19:59:50.1084530Z functorch/test_minifier 2024-10-08T19:59:50.1084875Z functorch/test_ops 2024-10-08T19:59:50.1085198Z functorch/test_parsing 2024-10-08T19:59:50.1085529Z functorch/test_rearrange 2024-10-08T19:59:50.1085876Z functorch/test_vmap 2024-10-08T19:59:50.1086218Z functorch/test_vmap_registrations 2024-10-08T19:59:50.1086627Z higher_order_ops/test_with_effects 2024-10-08T19:59:50.1087044Z inductor/test_aot_inductor 2024-10-08T19:59:50.1087420Z inductor/test_aot_inductor_package 2024-10-08T19:59:50.1087827Z inductor/test_aot_inductor_utils 2024-10-08T19:59:50.1088238Z inductor/test_auto_functionalize 2024-10-08T19:59:50.1088640Z inductor/test_autoheuristic 2024-10-08T19:59:50.1088994Z inductor/test_b2b_gemm 2024-10-08T19:59:50.1089348Z inductor/test_benchmark_fusion 2024-10-08T19:59:50.1089741Z inductor/test_benchmarking 2024-10-08T19:59:50.1090101Z inductor/test_binary_folding 2024-10-08T19:59:50.1090476Z inductor/test_ck_backend 2024-10-08T19:59:50.1090834Z inductor/test_codecache 2024-10-08T19:59:50.1091176Z inductor/test_codegen_triton 2024-10-08T19:59:50.1091549Z inductor/test_combo_kernels 2024-10-08T19:59:50.1091923Z inductor/test_compile_worker 2024-10-08T19:59:50.1092295Z inductor/test_compiled_autograd 2024-10-08T19:59:50.1092705Z inductor/test_compiled_optimizers 2024-10-08T19:59:50.1093104Z inductor/test_config 2024-10-08T19:59:50.1093431Z inductor/test_control_flow 2024-10-08T19:59:50.1093823Z inductor/test_coordinate_descent_tuner 2024-10-08T19:59:50.1094269Z inductor/test_cpp_wrapper_hipify 2024-10-08T19:59:50.1094661Z inductor/test_cpu_cpp_wrapper 2024-10-08T19:59:50.1095046Z inductor/test_cpu_repro 2024-10-08T19:59:50.1095412Z inductor/test_cpu_select_algorithm 2024-10-08T19:59:50.1095815Z inductor/test_cuda_cpp_wrapper 2024-10-08T19:59:50.1096200Z inductor/test_cuda_repro 2024-10-08T19:59:50.1096548Z inductor/test_cudacodecache 2024-10-08T19:59:50.1096932Z inductor/test_cudagraph_trees 2024-10-08T19:59:50.1097399Z inductor/test_cudagraph_trees_expandable_segments 2024-10-08T19:59:50.1097893Z inductor/test_custom_lowering 2024-10-08T19:59:50.1098285Z inductor/test_custom_post_grad_passes 2024-10-08T19:59:50.1098719Z inductor/test_cutlass_backend 2024-10-08T19:59:50.1099102Z inductor/test_debug_trace 2024-10-08T19:59:50.1099469Z inductor/test_decompose_mem_bound_mm 2024-10-08T19:59:50.1099985Z inductor/test_dependencies 2024-10-08T19:59:50.1100383Z inductor/test_distributed_patterns 2024-10-08T19:59:50.1100804Z inductor/test_efficient_conv_bn_eval 2024-10-08T19:59:50.1101238Z inductor/test_extension_backend 2024-10-08T19:59:50.1101642Z inductor/test_external_callables 2024-10-08T19:59:50.1102030Z inductor/test_flex_attention 2024-10-08T19:59:50.1102409Z inductor/test_flex_decoding 2024-10-08T19:59:50.1102770Z inductor/test_foreach 2024-10-08T19:59:50.1103088Z inductor/test_fp8 2024-10-08T19:59:50.1103410Z inductor/test_fused_attention 2024-10-08T19:59:50.1103780Z inductor/test_fx_fusion 2024-10-08T19:59:50.1104158Z inductor/test_graph_transform_observer 2024-10-08T19:59:50.1104601Z inductor/test_group_batch_fusion 2024-10-08T19:59:50.1104975Z inductor/test_halide 2024-10-08T19:59:50.1105305Z inductor/test_indexing 2024-10-08T19:59:50.1105659Z inductor/test_inductor_freezing 2024-10-08T19:59:50.1106046Z inductor/test_inductor_utils 2024-10-08T19:59:50.1106427Z inductor/test_inplacing_pass 2024-10-08T19:59:50.1106964Z inductor/test_kernel_benchmark 2024-10-08T19:59:50.1107344Z inductor/test_layout_optim 2024-10-08T19:59:50.1107715Z inductor/test_loop_ordering 2024-10-08T19:59:50.1108089Z inductor/test_max_autotune 2024-10-08T19:59:50.1108433Z inductor/test_memory 2024-10-08T19:59:50.1108772Z inductor/test_memory_planning 2024-10-08T19:59:50.1109148Z inductor/test_metrics 2024-10-08T19:59:50.1109467Z inductor/test_minifier 2024-10-08T19:59:50.1109822Z inductor/test_minifier_isolate 2024-10-08T19:59:50.1110229Z inductor/test_mkldnn_pattern_matcher 2024-10-08T19:59:50.1110711Z inductor/test_mmdecomp 2024-10-08T19:59:50.1111089Z inductor/test_move_constructors_to_cuda 2024-10-08T19:59:50.1111525Z inductor/test_multi_kernel 2024-10-08T19:59:50.1111875Z inductor/test_ordered_set 2024-10-08T19:59:50.1112233Z inductor/test_pad_mm 2024-10-08T19:59:50.1112562Z inductor/test_padding 2024-10-08T19:59:50.1112894Z inductor/test_pattern_matcher 2024-10-08T19:59:50.1113277Z inductor/test_perf 2024-10-08T19:59:50.1113602Z inductor/test_profiler 2024-10-08T19:59:50.1113949Z inductor/test_scatter_optimization 2024-10-08T19:59:50.1114402Z inductor/test_select_algorithm 2024-10-08T19:59:50.1114786Z inductor/test_smoke 2024-10-08T19:59:50.1115104Z inductor/test_snode_runtime 2024-10-08T19:59:50.1115487Z inductor/test_split_cat_fx_passes 2024-10-08T19:59:50.1115914Z inductor/test_standalone_compile 2024-10-08T19:59:50.1116300Z inductor/test_torchbind 2024-10-08T19:59:50.1116655Z inductor/test_torchinductor 2024-10-08T19:59:50.1117121Z inductor/test_torchinductor_codegen_dynamic_shapes 2024-10-08T19:59:50.1117652Z inductor/test_torchinductor_dynamic_shapes 2024-10-08T19:59:50.1118130Z inductor/test_torchinductor_opinfo 2024-10-08T19:59:50.1118599Z inductor/test_torchinductor_strided_blocks 2024-10-08T19:59:50.1119050Z inductor/test_triton_cpu_backend 2024-10-08T19:59:50.1119474Z inductor/test_triton_extension_backend 2024-10-08T19:59:50.1119924Z inductor/test_triton_heuristics 2024-10-08T19:59:50.1120310Z inductor/test_triton_kernels 2024-10-08T19:59:50.1120691Z inductor/test_triton_wrapper 2024-10-08T19:59:50.1121082Z inductor/test_unbacked_symints 2024-10-08T19:59:50.1121452Z inductor/test_utils 2024-10-08T19:59:50.1121782Z inductor/test_xpu_basic 2024-10-08T19:59:50.1122123Z lazy/test_bindings 2024-10-08T19:59:50.1122418Z lazy/test_debug_util 2024-10-08T19:59:50.1122767Z lazy/test_extract_compiled_graph 2024-10-08T19:59:50.1123177Z lazy/test_functionalization 2024-10-08T19:59:50.1123533Z lazy/test_generator 2024-10-08T19:59:50.1123861Z lazy/test_meta_kernel 2024-10-08T19:59:50.1124190Z lazy/test_reuse_ir 2024-10-08T19:59:50.1124498Z lazy/test_step_closures 2024-10-08T19:59:50.1124841Z lazy/test_ts_opinfo 2024-10-08T19:59:50.1125163Z nn/test_convolution 2024-10-08T19:59:50.1125464Z nn/test_dropout 2024-10-08T19:59:50.1125762Z nn/test_embedding 2024-10-08T19:59:50.1126061Z nn/test_init 2024-10-08T19:59:50.1126341Z nn/test_lazy_modules 2024-10-08T19:59:50.1126669Z nn/test_load_state_dict 2024-10-08T19:59:50.1127012Z nn/test_module_hooks 2024-10-08T19:59:50.1127336Z nn/test_multihead_attention 2024-10-08T19:59:50.1127707Z nn/test_packed_sequence 2024-10-08T19:59:50.1128058Z nn/test_parametrization 2024-10-08T19:59:50.1128382Z nn/test_pooling 2024-10-08T19:59:50.9207322Z nn/test_pruning 2024-10-08T19:59:50.9208053Z onnx/dynamo/test_dynamo_with_onnxruntime_backend 2024-10-08T19:59:50.9208897Z onnx/dynamo/test_exporter_api 2024-10-08T19:59:50.9209606Z onnx/dynamo/test_registry_dispatcher 2024-10-08T19:59:50.9210340Z onnx/exporter/test_api 2024-10-08T19:59:50.9210953Z onnx/exporter/test_core 2024-10-08T19:59:50.9211590Z onnx/exporter/test_small_models_e2e 2024-10-08T19:59:50.9212303Z onnx/exporter/test_tensors 2024-10-08T19:59:50.9212946Z onnx/internal/test_diagnostics 2024-10-08T19:59:50.9213612Z onnx/internal/test_registraion 2024-10-08T19:59:50.9214299Z onnx/test_autograd_funs 2024-10-08T19:59:50.9215048Z onnx/test_custom_ops 2024-10-08T19:59:50.9215361Z onnx/test_fx_passes 2024-10-08T19:59:50.9215824Z onnx/test_fx_to_onnx 2024-10-08T19:59:50.9216420Z onnx/test_fx_to_onnx_decomp_skip 2024-10-08T19:59:50.9216938Z onnx/test_fx_type_promotion 2024-10-08T19:59:50.9217298Z onnx/test_lazy_import 2024-10-08T19:59:50.9217639Z onnx/test_models_onnxruntime 2024-10-08T19:59:50.9218023Z onnx/test_models_quantized_onnxruntime 2024-10-08T19:59:50.9218436Z onnx/test_onnx_opset 2024-10-08T19:59:50.9218775Z onnx/test_onnxscript_no_runtime 2024-10-08T19:59:50.9219157Z onnx/test_onnxscript_runtime 2024-10-08T19:59:50.9219787Z onnx/test_op_consistency 2024-10-08T19:59:50.9220157Z onnx/test_pytorch_jit_onnx 2024-10-08T19:59:50.9220517Z onnx/test_pytorch_onnx_no_runtime 2024-10-08T19:59:50.9220933Z onnx/test_pytorch_onnx_onnxruntime 2024-10-08T19:59:50.9221366Z onnx/test_pytorch_onnx_shape_inference 2024-10-08T19:59:50.9221780Z onnx/test_symbolic_helper 2024-10-08T19:59:50.9222140Z onnx/test_utility_funs 2024-10-08T19:59:50.9222475Z onnx/test_verification 2024-10-08T19:59:50.9222888Z onnx/torch_export/test_torch_export_with_onnxruntime 2024-10-08T19:59:50.9223381Z optim/test_lrscheduler 2024-10-08T19:59:50.9223711Z optim/test_optim 2024-10-08T19:59:50.9224000Z optim/test_swa_utils 2024-10-08T19:59:50.9224333Z profiler/test_cpp_thread 2024-10-08T19:59:50.9224698Z profiler/test_execution_trace 2024-10-08T19:59:50.9225077Z profiler/test_memory_profiler 2024-10-08T19:59:50.9225454Z profiler/test_profiler 2024-10-08T19:59:50.9225801Z profiler/test_profiler_tree 2024-10-08T19:59:50.9226174Z profiler/test_record_function 2024-10-08T19:59:50.9226552Z profiler/test_torch_tidy 2024-10-08T19:59:50.9226890Z test_ao_sparsity 2024-10-08T19:59:50.9227169Z test_autocast 2024-10-08T19:59:50.9227448Z test_autograd 2024-10-08T19:59:50.9227739Z test_autograd_fallback 2024-10-08T19:59:50.9228052Z test_autoload 2024-10-08T19:59:50.9228341Z test_autoload_disable 2024-10-08T19:59:50.9228674Z test_autoload_enable 2024-10-08T19:59:50.9228978Z test_binary_ufuncs 2024-10-08T19:59:50.9229294Z test_bundled_inputs 2024-10-08T19:59:50.9229615Z test_ci_sanity_check_fail 2024-10-08T19:59:50.9229955Z test_comparison_utils 2024-10-08T19:59:50.9230293Z test_compile_benchmark_util 2024-10-08T19:59:50.9230644Z test_complex 2024-10-08T19:59:50.9230914Z test_content_store 2024-10-08T19:59:50.9231230Z test_cpp_api_parity 2024-10-08T19:59:50.9231562Z test_cpp_extensions_aot_ninja 2024-10-08T19:59:50.9231943Z test_cpp_extensions_aot_no_ninja 2024-10-08T19:59:50.9232349Z test_cpp_extensions_jit 2024-10-08T19:59:50.9232708Z test_cpp_extensions_mtia_backend 2024-10-08T19:59:50.9233142Z test_cpp_extensions_open_device_registration 2024-10-08T19:59:50.9233613Z test_cpp_extensions_stream_and_event 2024-10-08T19:59:50.9234006Z test_cuda 2024-10-08T19:59:50.9234279Z test_cuda_expandable_segments 2024-10-08T19:59:50.9234648Z test_cuda_multigpu 2024-10-08T19:59:50.9234974Z test_cuda_nvml_based_avail 2024-10-08T19:59:50.9235316Z test_cuda_primary_ctx 2024-10-08T19:59:50.9235641Z test_cuda_sanitizer 2024-10-08T19:59:50.9235938Z test_cuda_trace 2024-10-08T19:59:50.9236248Z test_custom_ops 2024-10-08T19:59:50.9236540Z test_dataloader 2024-10-08T19:59:50.9236813Z test_datapipe 2024-10-08T19:59:50.9237089Z test_decomp 2024-10-08T19:59:50.9237347Z test_deploy 2024-10-08T19:59:50.9237619Z test_dispatch 2024-10-08T19:59:50.9237897Z test_dlpack 2024-10-08T19:59:50.9238163Z test_dynamic_shapes 2024-10-08T19:59:50.9238485Z test_expanded_weights 2024-10-08T19:59:50.9238815Z test_fake_tensor 2024-10-08T19:59:50.9239093Z test_file_check 2024-10-08T19:59:50.9239380Z test_flop_counter 2024-10-08T19:59:50.9239671Z test_foreach 2024-10-08T19:59:50.9239941Z test_function_schema 2024-10-08T19:59:50.9240283Z test_functional_autograd_benchmark 2024-10-08T19:59:50.9240686Z test_functional_optim 2024-10-08T19:59:50.9241010Z test_functionalization 2024-10-08T19:59:50.9241499Z test_functionalization_of_rng_ops 2024-10-08T19:59:50.9241894Z test_futures 2024-10-08T19:59:50.9242153Z test_fx 2024-10-08T19:59:50.9242425Z test_fx_experimental 2024-10-08T19:59:50.9242745Z test_fx_passes 2024-10-08T19:59:50.9243031Z test_fx_reinplace_pass 2024-10-08T19:59:50.9243354Z test_hub 2024-10-08T19:59:50.9243619Z test_import_stats 2024-10-08T19:59:50.9243902Z test_indexing 2024-10-08T19:59:50.9244174Z test_itt 2024-10-08T19:59:50.9244422Z test_jit 2024-10-08T19:59:50.9244674Z test_jit_autocast 2024-10-08T19:59:50.9244972Z test_jit_disabled 2024-10-08T19:59:50.9245348Z test_jit_fuser_legacy 2024-10-08T19:59:50.9245661Z test_jit_fuser_te 2024-10-08T19:59:50.9245961Z test_jit_legacy 2024-10-08T19:59:50.9246257Z test_jit_llga_fuser 2024-10-08T19:59:50.9246559Z test_jit_profiling 2024-10-08T19:59:50.9246866Z test_jiterator 2024-10-08T19:59:50.9247139Z test_legacy_vmap 2024-10-08T19:59:50.9247428Z test_license 2024-10-08T19:59:50.9247707Z test_linalg 2024-10-08T19:59:50.9247964Z test_logging 2024-10-08T19:59:50.9248241Z test_masked 2024-10-08T19:59:50.9248515Z test_maskedtensor 2024-10-08T19:59:50.9248806Z test_matmul_cuda 2024-10-08T19:59:50.9249099Z test_meta 2024-10-08T19:59:50.9249361Z test_metal 2024-10-08T19:59:50.9249621Z test_mkl_verbose 2024-10-08T19:59:50.9249911Z test_mkldnn 2024-10-08T19:59:50.9250189Z test_mkldnn_fusion 2024-10-08T19:59:50.9250489Z test_mkldnn_verbose 2024-10-08T19:59:50.9250815Z test_mobile_optimizer 2024-10-08T19:59:50.9251138Z test_model_dump 2024-10-08T19:59:50.9251449Z test_model_exports_to_core_aten 2024-10-08T19:59:50.9251833Z test_module_tracker 2024-10-08T19:59:50.9252141Z test_modules 2024-10-08T19:59:50.9252406Z test_monitor 2024-10-08T19:59:50.9252682Z test_mps 2024-10-08T19:59:50.9252957Z test_multiprocessing 2024-10-08T19:59:50.9253290Z test_multiprocessing_spawn 2024-10-08T19:59:50.9253651Z test_namedtensor 2024-10-08T19:59:50.9253965Z test_namedtuple_return_api 2024-10-08T19:59:50.9254313Z test_native_functions 2024-10-08T19:59:50.9254637Z test_native_mha 2024-10-08T19:59:50.9254931Z test_nestedtensor 2024-10-08T19:59:50.9255212Z test_nn 2024-10-08T19:59:50.9255480Z test_numba_integration 2024-10-08T19:59:50.9255812Z test_numpy_interop 2024-10-08T19:59:50.9256099Z test_openmp 2024-10-08T19:59:50.9256364Z test_ops 2024-10-08T19:59:50.9256626Z test_ops_fwd_gradients 2024-10-08T19:59:50.9256956Z test_ops_gradients 2024-10-08T19:59:50.9257255Z test_ops_jit 2024-10-08T19:59:50.9257514Z test_optim 2024-10-08T19:59:50.9257788Z test_out_dtype_op 2024-10-08T19:59:50.9258089Z test_overrides 2024-10-08T19:59:50.9258360Z test_package 2024-10-08T19:59:50.9258648Z test_per_overload_api 2024-10-08T19:59:50.9258962Z test_prims 2024-10-08T19:59:50.9259222Z test_proxy_tensor 2024-10-08T19:59:50.9259628Z test_pruning_op 2024-10-08T19:59:50.9259940Z test_public_bindings 2024-10-08T19:59:50.9260250Z test_python_dispatch 2024-10-08T19:59:50.9260570Z test_pytree 2024-10-08T19:59:50.9260851Z test_quantization 2024-10-08T19:59:50.9261139Z test_reductions 2024-10-08T19:59:50.9261441Z test_scatter_gather_ops 2024-10-08T19:59:50.9261783Z test_schema_check 2024-10-08T19:59:50.9262077Z test_segment_reductions 2024-10-08T19:59:50.9262407Z test_serialization 2024-10-08T19:59:50.9262749Z test_set_default_mobile_cpu_allocator 2024-10-08T19:59:50.9263146Z test_shape_ops 2024-10-08T19:59:50.9263437Z test_show_pickle 2024-10-08T19:59:50.9263736Z test_sort_and_select 2024-10-08T19:59:50.9264032Z test_sparse 2024-10-08T19:59:50.9264309Z test_sparse_csr 2024-10-08T19:59:50.9264618Z test_sparse_semi_structured 2024-10-08T19:59:50.9264963Z test_spectral_ops 2024-10-08T19:59:50.9265259Z test_stateless 2024-10-08T19:59:50.9265541Z test_subclass 2024-10-08T19:59:50.9265813Z test_sympy_utils 2024-10-08T19:59:50.9266119Z test_tensor_creation_ops 2024-10-08T19:59:50.9266446Z test_tensorboard 2024-10-08T19:59:50.9266744Z test_tensorexpr 2024-10-08T19:59:50.9267166Z test_tensorexpr_pybind 2024-10-08T19:59:50.9267482Z test_testing 2024-10-08T19:59:50.9267756Z test_torch 2024-10-08T19:59:50.9268035Z test_transformers 2024-10-08T19:59:50.9268323Z test_type_hints 2024-10-08T19:59:50.9268615Z test_type_info 2024-10-08T19:59:50.9268911Z test_type_promotion 2024-10-08T19:59:50.9269203Z test_typing 2024-10-08T19:59:50.9269475Z test_unary_ufuncs 2024-10-08T19:59:50.9269766Z test_utils 2024-10-08T19:59:50.9270101Z test_utils_internal 2024-10-08T19:59:50.9270394Z test_view_ops 2024-10-08T19:59:50.9270675Z test_vulkan 2024-10-08T19:59:50.9271020Z test_weak 2024-10-08T19:59:50.9271292Z test_xnnpack_integration 2024-10-08T19:59:50.9271625Z test_xpu 2024-10-08T19:59:50.9271930Z torch_np/numpy_tests/core/test_dlpack 2024-10-08T19:59:50.9272360Z torch_np/numpy_tests/core/test_dtype 2024-10-08T19:59:50.9272796Z torch_np/numpy_tests/core/test_einsum 2024-10-08T19:59:50.9273248Z torch_np/numpy_tests/core/test_getlimits 2024-10-08T19:59:50.9273701Z torch_np/numpy_tests/core/test_indexing 2024-10-08T19:59:50.9274162Z torch_np/numpy_tests/core/test_multiarray 2024-10-08T19:59:50.9274622Z torch_np/numpy_tests/core/test_numeric 2024-10-08T19:59:50.9275079Z torch_np/numpy_tests/core/test_numerictypes 2024-10-08T19:59:50.9275569Z torch_np/numpy_tests/core/test_scalar_ctors 2024-10-08T19:59:50.9276065Z torch_np/numpy_tests/core/test_scalar_methods 2024-10-08T19:59:50.9276559Z torch_np/numpy_tests/core/test_scalarinherit 2024-10-08T19:59:50.9277044Z torch_np/numpy_tests/core/test_scalarmath 2024-10-08T19:59:50.9277521Z torch_np/numpy_tests/core/test_shape_base 2024-10-08T19:59:50.9277971Z torch_np/numpy_tests/fft/test_helper 2024-10-08T19:59:50.9278423Z torch_np/numpy_tests/fft/test_pocketfft 2024-10-08T19:59:50.9278973Z torch_np/numpy_tests/lib/test_arraypad 2024-10-08T19:59:50.9279423Z torch_np/numpy_tests/lib/test_arraysetops 2024-10-08T19:59:50.9279912Z torch_np/numpy_tests/lib/test_function_base 2024-10-08T19:59:50.9280397Z torch_np/numpy_tests/lib/test_histograms 2024-10-08T19:59:50.9280863Z torch_np/numpy_tests/lib/test_index_tricks 2024-10-08T19:59:50.9281354Z torch_np/numpy_tests/lib/test_shape_base_ 2024-10-08T19:59:50.9281835Z torch_np/numpy_tests/lib/test_twodim_base 2024-10-08T19:59:50.9282293Z torch_np/numpy_tests/lib/test_type_check 2024-10-08T19:59:50.9282760Z torch_np/numpy_tests/linalg/test_linalg 2024-10-08T19:59:50.9283188Z torch_np/test_basic 2024-10-08T19:59:50.9283509Z torch_np/test_binary_ufuncs 2024-10-08T19:59:50.9284121Z torch_np/test_dtype 2024-10-08T19:59:50.9284462Z torch_np/test_function_base 2024-10-08T19:59:50.9284822Z torch_np/test_ndarray_methods 2024-10-08T19:59:50.9285211Z torch_np/test_nep50_examples 2024-10-08T19:59:50.9285577Z torch_np/test_random 2024-10-08T19:59:50.9285896Z torch_np/test_reductions 2024-10-08T19:59:50.9286261Z torch_np/test_scalars_0D_arrays 2024-10-08T19:59:50.9286656Z torch_np/test_ufuncs_basic 2024-10-08T19:59:50.9287022Z torch_np/test_unary_ufuncs 2024-10-08T19:59:50.9287372Z xpu/test_conv 2024-10-08T19:59:50.9287656Z xpu/test_gemm 2024-10-08T19:59:50.9288715Z could not find path /home/ec2-user/actions-runner/_work/pytorch/pytorch/.additional_ci_files/previous_failures.json 2024-10-08T19:59:50.9290244Z could not find path /home/ec2-user/actions-runner/_work/pytorch/pytorch/.additional_ci_files/previous_failures_additional.json 2024-10-08T19:59:50.9291209Z Results from PreviouslyFailedInPR 2024-10-08T19:59:50.9291496Z 2024-10-08T19:59:50.9291690Z base_commit: 05ad01290ec4310464e5073140f6c94a10acf565 2024-10-08T19:59:50.9292786Z Changed files: ['test/distributed/tensor/parallel/test_parallelize_api.py', 'torch/distributed/tensor/parallel/api.py'] 2024-10-08T19:59:50.9293681Z Results from EditedByPR 2024-10-08T19:59:50.9294124Z distributed/tensor/parallel/test_parallelize_api (1) 2024-10-08T19:59:50.9294617Z Results from MentionedInPR 2024-10-08T19:59:50.9294864Z 2024-10-08T19:59:50.9295053Z base_commit: 05ad01290ec4310464e5073140f6c94a10acf565 2024-10-08T19:59:50.9296348Z Changed files: ['test/distributed/tensor/parallel/test_parallelize_api.py', 'torch/distributed/tensor/parallel/api.py'] 2024-10-08T19:59:50.9297321Z Results from HistoricalClassFailurCorrelation 2024-10-08T19:59:50.9297880Z test_transformers, TestSDPACudaOnlyCUDA (0.25) 2024-10-08T19:59:50.9298512Z test_transformers, TestSDPAPrivateUse1Only (0.1870748299319728) 2024-10-08T19:59:50.9299321Z inductor/test_aot_inductor, AOTInductorTestABICompatibleCpu (0.06293037092512846) 2024-10-08T19:59:50.9300447Z distributed/_tensor/test_dtensor_ops, TestDTensorOpsCPU (0.062358276643990934) 2024-10-08T19:59:50.9301330Z inductor/test_torchinductor_opinfo, TestInductorOpInfoCPU (0.062358276643990934) 2024-10-08T19:59:50.9302076Z test_dataloader, TestDataLoader (0.062358276643990934) 2024-10-08T19:59:50.9302649Z test_mps, TestAdvancedIndexing (0.062358276643990934) 2024-10-08T19:59:50.9303289Z test_ops, TestCompositeComplianceCUDA (0.062358276643990934) 2024-10-08T19:59:50.9303981Z test_public_bindings, TestPublicBindings (0.001144188562275063) 2024-10-08T19:59:50.9304588Z dynamo/test_misc, MiscTests (0.0011337868480725624) 2024-10-08T19:59:50.9305269Z dynamo/test_dynamic_shapes, DynamicShapesMiscTests (0.0005668934240362812) 2024-10-08T19:59:50.9306214Z dynamo/test_inline_inbuilt_nn_modules, InlineInbuiltNNModulesMiscTests (0.0005668934240362812) 2024-10-08T19:59:50.9307214Z inductor/test_aot_inductor, AOTInductorTestABICompatibleCuda (0.0005668934240362812) 2024-10-08T19:59:50.9308094Z inductor/test_cuda_cpp_wrapper, TestCudaWrapper (0.0005668934240362812) 2024-10-08T19:59:50.9308859Z inductor/test_flex_decoding, TestFlexDecoding (0.0005668934240362812) 2024-10-08T19:59:50.9309556Z inductor/test_torchinductor, CpuTests (0.0005668934240362812) 2024-10-08T19:59:50.9310477Z inductor/test_torchinductor_codegen_dynamic_shapes, DynamicShapesCodegenCpuTests (0.0005668934240362812) 2024-10-08T19:59:50.9311550Z inductor/test_torchinductor_dynamic_shapes, DynamicShapesCpuTests (0.0005668934240362812) 2024-10-08T19:59:50.9312400Z test_ops_gradients, TestBwdGradientsCUDA (0.0005668934240362812) 2024-10-08T19:59:50.9313001Z test_ops_jit, TestJitCUDA (0.0005668934240362812) 2024-10-08T19:59:50.9313670Z test_schema_check, TestSchemaCheckModeOpInfoCUDA (0.0005668934240362812) 2024-10-08T19:59:50.9314366Z base_commit: 05ad01290ec4310464e5073140f6c94a10acf565 2024-10-08T19:59:50.9315458Z Changed files: ['test/distributed/tensor/parallel/test_parallelize_api.py', 'torch/distributed/tensor/parallel/api.py'] 2024-10-08T19:59:50.9316441Z Results from CorrelatedWithHistoricalFailures 2024-10-08T19:59:51.3012652Z distributed/_tensor/test_dtensor_compile (0.25) 2024-10-08T19:59:51.3013448Z test_dataloader (0.25) 2024-10-08T19:59:51.3013879Z test_transformers (0.25) 2024-10-08T19:59:51.3014346Z test_public_bindings (0.007920489296636087) 2024-10-08T19:59:51.3015040Z distributed/_tensor/test_tensor_ops (0.005784313725490197) 2024-10-08T19:59:51.3015634Z inductor/test_cudacodecache (0.005113636363636364) 2024-10-08T19:59:51.3016239Z distributed/_tensor/test_redistribute (0.0033333333333333335) 2024-10-08T19:59:51.3016851Z distributed/test_device_mesh (0.002976190476190476) 2024-10-08T19:59:51.3017387Z export/test_retraceability (0.0024271844660194173) 2024-10-08T19:59:51.3017899Z export/test_serdes (0.0024271844660194173) 2024-10-08T19:59:51.3018415Z distributed/_tensor/test_utils (0.0022935779816513763) 2024-10-08T19:59:51.3019059Z distributed/tensor/parallel/test_tp_style (0.0022935779816513763) 2024-10-08T19:59:51.3019796Z profiler/test_cpp_thread (0.0022727272727272726) 2024-10-08T19:59:51.3020432Z inductor/test_debug_trace (0.0008333333333333334) 2024-10-08T19:59:51.3020915Z test_nestedtensor (0.0008333333333333334) 2024-10-08T19:59:51.3021428Z base_commit: 05ad01290ec4310464e5073140f6c94a10acf565 2024-10-08T19:59:51.3022684Z Changed files: ['test/distributed/tensor/parallel/test_parallelize_api.py', 'torch/distributed/tensor/parallel/api.py'] 2024-10-08T19:59:51.3023885Z Results from HistorialEditedFiles 2024-10-08T19:59:51.3024401Z distributed/tensor/parallel/test_parallelize_api (0.25) 2024-10-08T19:59:51.3025097Z distributed/tensor/parallel/test_tp_examples (0.04946614894660884) 2024-10-08T19:59:51.3025799Z distributed/_tensor/test_embedding_ops (0.02828235779545749) 2024-10-08T19:59:51.3026502Z distributed/tensor/parallel/test_tp_random_state (0.0241851910456419) 2024-10-08T19:59:51.3027243Z distributed/tensor/parallel/test_tp_style (0.02279397227145536) 2024-10-08T19:59:51.3028162Z distributed/_tensor/test_dtensor_compile (0.011111364042291648) 2024-10-08T19:59:51.3028792Z distributed/test_functional_api (0.003840079007918302) 2024-10-08T19:59:51.3029359Z distributed/test_device_mesh (0.003693944923050375) 2024-10-08T19:59:51.3029985Z distributed/fsdp/test_fsdp_tp_integration (0.003117288362664683) 2024-10-08T19:59:51.3030697Z distributed/fsdp/test_hsdp_dtensor_state_dict (0.002776308831306187) 2024-10-08T19:59:51.3031369Z distributed/_shard/test_sharder (0.0016153547126332118) 2024-10-08T19:59:51.3032080Z distributed/algorithms/ddp_comm_hooks/test_ddp_hooks (0.0016153547126332118) 2024-10-08T19:59:51.3032821Z distributed/elastic/metrics/api_test (0.0016153547126332118) 2024-10-08T19:59:51.3033543Z distributed/optim/test_zero_redundancy_optimizer (0.0016153547126332118) 2024-10-08T19:59:51.3034219Z distributed/test_c10d_common (0.0016153547126332118) 2024-10-08T19:59:51.3034769Z distributed/test_c10d_gloo (0.0016153547126332118) 2024-10-08T19:59:51.3035294Z distributed/test_c10d_nccl (0.0016153547126332118) 2024-10-08T19:59:51.3035828Z distributed/test_c10d_ucc (0.0016153547126332118) 2024-10-08T19:59:51.3036389Z distributed/test_data_parallel (0.0016153547126332118) 2024-10-08T19:59:51.3036988Z distributed/test_dynamo_distributed (0.0016153547126332118) 2024-10-08T19:59:51.3037558Z distributed/test_store (0.0016153547126332118) 2024-10-08T19:59:51.3038211Z distributed/_shard/sharded_optim/test_sharded_optim (0.0013395624446226634) 2024-10-08T19:59:51.3039021Z distributed/_shard/sharded_tensor/ops/test_binary_cmp (0.0013395624446226634) 2024-10-08T19:59:51.3039851Z distributed/_shard/sharded_tensor/ops/test_embedding (0.0013395624446226634) 2024-10-08T19:59:51.3040692Z distributed/_shard/sharded_tensor/ops/test_embedding_bag (0.0013395624446226634) 2024-10-08T19:59:51.3041493Z distributed/_shard/sharded_tensor/ops/test_init (0.0013395624446226634) 2024-10-08T19:59:51.3042285Z distributed/_shard/sharded_tensor/ops/test_tensor_ops (0.0013395624446226634) 2024-10-08T19:59:51.3043074Z distributed/_shard/sharded_tensor/test_logger (0.0013395624446226634) 2024-10-08T19:59:51.3043855Z distributed/_shard/sharded_tensor/test_sharded_tensor (0.0013395624446226634) 2024-10-08T19:59:51.3044710Z distributed/_shard/sharded_tensor/test_sharded_tensor_reshard (0.0013395624446226634) 2024-10-08T19:59:51.3045581Z distributed/_shard/sharding_plan/test_sharding_plan (0.0013395624446226634) 2024-10-08T19:59:51.3046398Z distributed/_shard/sharding_spec/test_sharding_spec (0.0013395624446226634) 2024-10-08T19:59:51.3047127Z distributed/_tools/test_memory_tracker (0.0013395624446226634) 2024-10-08T19:59:51.3047900Z distributed/algorithms/quantization/test_quantization (0.0013395624446226634) 2024-10-08T19:59:51.3048646Z distributed/algorithms/test_join (0.0013395624446226634) 2024-10-08T19:59:51.3049262Z distributed/elastic/events/lib_test (0.0013395624446226634) 2024-10-08T19:59:51.3049979Z distributed/elastic/multiprocessing/api_test (0.0013395624446226634) 2024-10-08T19:59:51.3050766Z distributed/elastic/timer/local_timer_example (0.0013395624446226634) 2024-10-08T19:59:51.3051511Z distributed/elastic/timer/local_timer_test (0.0013395624446226634) 2024-10-08T19:59:51.3052249Z distributed/elastic/utils/distributed_test (0.0013395624446226634) 2024-10-08T19:59:51.3052957Z distributed/nn/jit/test_instantiator (0.0013395624446226634) 2024-10-08T19:59:51.3053654Z distributed/rpc/cuda/test_tensorpipe_agent (0.0013395624446226634) 2024-10-08T19:59:51.3054410Z distributed/rpc/test_share_memory (0.0013395624446226634) 2024-10-08T19:59:51.3055052Z distributed/rpc/test_tensorpipe_agent (0.0013395624446226634) 2024-10-08T19:59:51.3055733Z distributed/test_c10d_object_collectives (0.0013395624446226634) 2024-10-08T19:59:51.3056339Z distributed/test_c10d_pypg (0.0013395624446226634) 2024-10-08T19:59:51.3056908Z distributed/test_c10d_spawn_gloo (0.0013395624446226634) 2024-10-08T19:59:51.3057503Z distributed/test_c10d_spawn_nccl (0.0013395624446226634) 2024-10-08T19:59:51.3058153Z distributed/test_c10d_spawn_ucc (0.0013395624446226634) 2024-10-08T19:59:51.3058766Z distributed/test_distributed_spawn (0.0013395624446226634) 2024-10-08T19:59:51.3059338Z distributed/test_fake_pg (0.0013395624446226634) 2024-10-08T19:59:51.3060031Z distributed/test_inductor_collectives (0.0013395624446226634) 2024-10-08T19:59:51.3060624Z distributed/test_launcher (0.0013395624446226634) 2024-10-08T19:59:51.3061207Z distributed/test_multi_threaded_pg (0.0013395624446226634) 2024-10-08T19:59:51.3061752Z distributed/test_nccl (0.0013395624446226634) 2024-10-08T19:59:51.3062321Z distributed/_tensor/test_common_rules (0.0011934283597547365) 2024-10-08T19:59:51.3062949Z distributed/_tensor/test_dtensor (0.0011934283597547365) 2024-10-08T19:59:51.3063553Z distributed/_tensor/test_math_ops (0.0011934283597547365) 2024-10-08T19:59:51.3064159Z distributed/_tensor/test_op_strategy (0.0011934283597547365) 2024-10-08T19:59:51.3064799Z distributed/_tensor/test_redistribute (0.0011934283597547365) 2024-10-08T19:59:51.3065442Z distributed/_tensor/test_tensor_ops (0.0011934283597547365) 2024-10-08T19:59:51.3066044Z distributed/_tensor/test_view_ops (0.0011934283597547365) 2024-10-08T19:59:51.3066742Z distributed/_composable/fsdp/test_fully_shard_comm (0.0006167717993690445) 2024-10-08T19:59:51.3067563Z distributed/_composable/fsdp/test_fully_shard_training (0.0006167717993690445) 2024-10-08T19:59:51.3068334Z distributed/_tensor/debug/test_op_coverage (0.0006167717993690445) 2024-10-08T19:59:51.3069091Z distributed/_tensor/experimental/test_tp_transform (0.0006167717993690445) 2024-10-08T19:59:51.3069962Z distributed/_composable/fsdp/test_fully_shard_clip_grad_norm_ (0.00034097953135849615) 2024-10-08T19:59:51.3070823Z distributed/_composable/fsdp/test_fully_shard_init (0.00034097953135849615) 2024-10-08T19:59:51.3071709Z distributed/_composable/test_composability/test_2d_composability (0.00034097953135849615) 2024-10-08T19:59:51.3072547Z distributed/_tensor/debug/test_comm_mode (0.00034097953135849615) 2024-10-08T19:59:51.3073291Z distributed/_tensor/debug/test_comm_mode_features (0.00034097953135849615) 2024-10-08T19:59:51.3074076Z distributed/_tensor/experimental/test_local_map (0.00034097953135849615) 2024-10-08T19:59:51.3074787Z distributed/_tensor/test_attention (0.00034097953135849615) 2024-10-08T19:59:51.3075422Z distributed/_tensor/test_matrix_ops (0.00034097953135849615) 2024-10-08T19:59:51.3076051Z distributed/_tensor/test_random_ops (0.00034097953135849615) 2024-10-08T19:59:51.3076657Z distributed/_tensor/test_utils (0.00034097953135849615) 2024-10-08T19:59:51.3077332Z distributed/checkpoint/test_state_dict_utils (0.00034097953135849615) 2024-10-08T19:59:51.3078052Z distributed/_composable/test_checkpoint (0.00027579226801054834) 2024-10-08T19:59:51.3078728Z distributed/_composable/test_contract (0.00027579226801054834) 2024-10-08T19:59:51.3079401Z distributed/_composable/test_replicate (0.00027579226801054834) 2024-10-08T19:59:51.3080077Z distributed/_tensor/test_xla_integration (0.00027579226801054834) 2024-10-08T19:59:51.3080745Z distributed/_tools/test_mod_tracker (0.00027579226801054834) 2024-10-08T19:59:51.3081471Z distributed/checkpoint/e2e/test_e2e_save_and_load (0.00027579226801054834) 2024-10-08T19:59:51.3082237Z distributed/checkpoint/e2e/test_fsdp_ep (0.00027579226801054834) 2024-10-08T19:59:51.3082938Z distributed/checkpoint/test_format_utils (0.00027579226801054834) 2024-10-08T19:59:51.3084069Z distributed/checkpoint/test_fsdp_optim_state (0.00027579226801054834) 2024-10-08T19:59:51.3084778Z distributed/checkpoint/test_fsspec (0.00027579226801054834) 2024-10-08T19:59:51.3085470Z distributed/checkpoint/test_hsdp_checkpoint (0.00027579226801054834) 2024-10-08T19:59:51.3086216Z distributed/checkpoint/test_save_load_api (0.00027579226801054834) 2024-10-08T19:59:51.3086906Z distributed/elastic/utils/util_test (0.00027579226801054834) 2024-10-08T19:59:51.3087579Z distributed/fsdp/test_checkpoint_wrapper (0.00027579226801054834) 2024-10-08T19:59:51.3088457Z distributed/fsdp/test_fsdp_dtensor_state_dict (0.00027579226801054834) 2024-10-08T19:59:51.3089181Z distributed/fsdp/test_fsdp_fine_tune (0.00027579226801054834) 2024-10-08T19:59:51.3089846Z distributed/fsdp/test_fsdp_hybrid_shard (0.00027579226801054834) 2024-10-08T19:59:51.3090503Z distributed/fsdp/test_fsdp_input (0.00027579226801054834) 2024-10-08T19:59:51.3091119Z distributed/fsdp/test_fsdp_misc (0.00027579226801054834) 2024-10-08T19:59:51.3091770Z distributed/fsdp/test_fsdp_mixed_precision (0.00027579226801054834) 2024-10-08T19:59:51.3092521Z distributed/fsdp/test_fsdp_multiple_wrapping (0.00027579226801054834) 2024-10-08T19:59:51.3093244Z distributed/fsdp/test_fsdp_optim_state (0.00027579226801054834) 2024-10-08T19:59:51.3093905Z distributed/fsdp/test_fsdp_overlap (0.00027579226801054834) 2024-10-08T19:59:51.3094546Z distributed/fsdp/test_fsdp_state_dict (0.00027579226801054834) 2024-10-08T19:59:51.3095246Z distributed/fsdp/test_fsdp_unshard_params (0.00027579226801054834) 2024-10-08T19:59:51.3095972Z distributed/fsdp/test_fsdp_use_orig_params (0.00027579226801054834) 2024-10-08T19:59:51.3096597Z distributed/fsdp/test_wrap (0.00027579226801054834) 2024-10-08T19:59:51.3097187Z distributed/pipelining/test_pipe (0.00027579226801054834) 2024-10-08T19:59:51.3097818Z distributed/pipelining/test_stage (0.00027579226801054834) 2024-10-08T19:59:51.3098455Z dynamo/test_activation_checkpointing (0.00027579226801054834) 2024-10-08T19:59:51.3099050Z dynamo/test_aot_autograd (0.00027579226801054834) 2024-10-08T19:59:51.3099696Z dynamo/test_aot_autograd_cache (0.00027579226801054834) 2024-10-08T19:59:51.3100265Z dynamo/test_autograd_function (0.00027579226801054834) 2024-10-08T19:59:51.3100794Z dynamo/test_backends (0.00027579226801054834) 2024-10-08T19:59:51.3101377Z dynamo/test_backward_higher_order_ops (0.00027579226801054834) 2024-10-08T19:59:51.3101940Z dynamo/test_compile (0.00027579226801054834) 2024-10-08T19:59:51.3102436Z dynamo/test_decorators (0.00027579226801054834) 2024-10-08T19:59:51.3102939Z dynamo/test_exceptions (0.00027579226801054834) 2024-10-08T19:59:51.3103428Z dynamo/test_export (0.00027579226801054834) 2024-10-08T19:59:51.3103933Z dynamo/test_export_mutations (0.00027579226801054834) 2024-10-08T19:59:51.3104465Z dynamo/test_functions (0.00027579226801054834) 2024-10-08T19:59:51.3104987Z dynamo/test_guard_manager (0.00027579226801054834) 2024-10-08T19:59:51.3105531Z dynamo/test_higher_order_ops (0.00027579226801054834) 2024-10-08T19:59:51.3106045Z dynamo/test_hooks (0.00027579226801054834) 2024-10-08T19:59:51.3106519Z dynamo/test_logging (0.00027579226801054834) 2024-10-08T19:59:51.3106966Z dynamo/test_misc (0.00027579226801054834) 2024-10-08T19:59:51.3107444Z dynamo/test_model_output (0.00027579226801054834) 2024-10-08T19:59:51.3107948Z dynamo/test_modules (0.00027579226801054834) 2024-10-08T19:59:51.3108428Z dynamo/test_recompiles (0.00027579226801054834) 2024-10-08T19:59:51.3108922Z dynamo/test_repros (0.00027579226801054834) 2024-10-08T19:59:51.3109393Z dynamo/test_sources (0.00027579226801054834) 2024-10-08T19:59:51.3109893Z dynamo/test_structured_trace (0.00027579226801054834) 2024-10-08T19:59:51.3110426Z dynamo/test_subclasses (0.00027579226801054834) 2024-10-08T19:59:51.3110969Z dynamo/test_verify_correctness (0.00027579226801054834) 2024-10-08T19:59:51.3111520Z inductor/test_aot_inductor (0.00027579226801054834) 2024-10-08T19:59:51.3112242Z inductor/test_aot_inductor_package (0.00027579226801054834) 2024-10-08T19:59:51.3112813Z inductor/test_codecache (0.00027579226801054834) 2024-10-08T19:59:51.3113355Z inductor/test_compiled_autograd (0.00027579226801054834) 2024-10-08T19:59:51.3113905Z inductor/test_cpu_repro (0.00027579226801054834) 2024-10-08T19:59:51.3114424Z inductor/test_cuda_repro (0.00027579226801054834) 2024-10-08T19:59:51.3114970Z inductor/test_cudagraph_trees (0.00027579226801054834) 2024-10-08T19:59:51.3131141Z inductor/test_custom_post_grad_passes (0.00027579226801054834) 2024-10-08T19:59:51.3131941Z inductor/test_debug_trace (0.00027579226801054834) 2024-10-08T19:59:51.3132535Z inductor/test_decompose_mem_bound_mm (0.00027579226801054834) 2024-10-08T19:59:51.3133171Z inductor/test_group_batch_fusion (0.00027579226801054834) 2024-10-08T19:59:51.3133775Z inductor/test_inductor_freezing (0.00027579226801054834) 2024-10-08T19:59:51.3134332Z inductor/test_layout_optim (0.00027579226801054834) 2024-10-08T19:59:51.3134889Z inductor/test_max_autotune (0.00027579226801054834) 2024-10-08T19:59:51.3135482Z inductor/test_mkldnn_pattern_matcher (0.00027579226801054834) 2024-10-08T19:59:51.3136070Z inductor/test_multi_kernel (0.00027579226801054834) 2024-10-08T19:59:51.3136583Z inductor/test_pad_mm (0.00027579226801054834) 2024-10-08T19:59:51.3137074Z inductor/test_padding (0.00027579226801054834) 2024-10-08T19:59:51.3137600Z inductor/test_pattern_matcher (0.00027579226801054834) 2024-10-08T19:59:51.3138190Z inductor/test_standalone_compile (0.00027579226801054834) 2024-10-08T19:59:51.3138759Z inductor/test_torchbind (0.00027579226801054834) 2024-10-08T19:59:51.3139326Z inductor/test_torchinductor (0.00027579226801054834) 2024-10-08T19:59:52.5012092Z inductor/test_torchinductor_opinfo (0.00027579226801054834) 2024-10-08T19:59:52.5013086Z base_commit: 05ad01290ec4310464e5073140f6c94a10acf565 2024-10-08T19:59:52.5014984Z Changed files: ['test/distributed/tensor/parallel/test_parallelize_api.py', 'torch/distributed/tensor/parallel/api.py'] 2024-10-08T19:59:52.5016589Z Results from Profiling 2024-10-08T19:59:52.5016947Z distributed/test_fake_pg (0.25) 2024-10-08T19:59:52.5017354Z test_public_bindings (0.25) 2024-10-08T19:59:52.5017709Z test_testing (0.25) 2024-10-08T19:59:52.5018023Z Results from LLM 2024-10-08T19:59:52.5018327Z test_package (0.25) 2024-10-08T19:59:52.5018735Z inductor/test_external_callables (0.24648640047356757) 2024-10-08T19:59:52.5019277Z functorch/test_rearrange (0.24550088384125404) 2024-10-08T19:59:52.5020076Z cpp_extensions/open_registration_extension/test/test_openreg (0.24549249465605036) 2024-10-08T19:59:52.5020753Z functorch/test_parsing (0.24455186209756846) 2024-10-08T19:59:52.5021346Z distributed/_tensor/debug/test_op_coverage (0.24346880668982238) 2024-10-08T19:59:52.5021937Z inductor/test_pad_mm (0.24215601518496646) 2024-10-08T19:59:52.5022410Z test_comparison_utils (0.24168958421961015) 2024-10-08T19:59:52.5022872Z inductor/test_config (0.2415415170337573) 2024-10-08T19:59:52.5023339Z inductor/test_b2b_gemm (0.24013064551571375) 2024-10-08T19:59:52.5023870Z inductor/test_cpp_wrapper_hipify (0.2387040587728532) 2024-10-08T19:59:52.5024418Z inductor/test_inductor_utils (0.23864699684953236) 2024-10-08T19:59:52.5024951Z export/test_retraceability (0.23835784057888315) 2024-10-08T19:59:52.5025537Z export/test_functionalized_assertions (0.2380884201563744) 2024-10-08T19:59:52.5026145Z distributed/_tools/test_mod_tracker (0.23800083628965127) 2024-10-08T19:59:52.5026669Z test_mkl_verbose (0.2377798759761416) 2024-10-08T19:59:52.5027206Z inductor/test_triton_extension_backend (0.23524118095603927) 2024-10-08T19:59:52.5027746Z inductor/test_utils (0.23447438236653578) 2024-10-08T19:59:52.5028254Z dynamo/test_fx_passes_pre_grad (0.2344562895615804) 2024-10-08T19:59:52.5028820Z inductor/test_extension_backend (0.23329821473499684) 2024-10-08T19:59:52.5029354Z inductor/test_autoheuristic (0.23309403279189456) 2024-10-08T19:59:52.5030127Z test_mkldnn_verbose (0.23252258237213375) 2024-10-08T19:59:52.5030583Z test_cpp_api_parity (0.23229539782444072) 2024-10-08T19:59:52.5031034Z onnx/test_lazy_import (0.23188840636254363) 2024-10-08T19:59:52.5031533Z export/test_export_nonstrict (0.2318854875446502) 2024-10-08T19:59:52.5032025Z dynamo/test_utils (0.23188106099301045) 2024-10-08T19:59:52.5032468Z inductor/test_indexing (0.23173063555693907) 2024-10-08T19:59:52.5032935Z test_module_tracker (0.23123461048433203) 2024-10-08T19:59:52.5033413Z inductor/test_ck_backend (0.23112885649297418) 2024-10-08T19:59:52.5033994Z inductor/test_smoke (0.23097429445406042) 2024-10-08T19:59:52.5034468Z dynamo/test_frame_init (0.23079502877761143) 2024-10-08T19:59:52.5034966Z onnx/test_fx_type_promotion (0.23067665234860846) 2024-10-08T19:59:52.5035483Z inductor/test_compile_worker (0.2301921672381364) 2024-10-08T19:59:52.5035995Z dynamo/test_base_output (0.23011480889900024) 2024-10-08T19:59:52.5036490Z inductor/test_fx_fusion (0.2297681074570346) 2024-10-08T19:59:52.5036956Z inductor/test_metrics (0.22917815830400212) 2024-10-08T19:59:52.5037595Z distributed/tensor/parallel/test_micro_pipeline_tp (0.2290634352298459) 2024-10-08T19:59:52.5038374Z distributed/flight_recorder/test_fr_analysis (0.22901988492048211) 2024-10-08T19:59:52.5039072Z distributed/checkpoint/test_nested_dict (0.22901029728024935) 2024-10-08T19:59:52.5039638Z export/test_tree_utils (0.22868340900610346) 2024-10-08T19:59:52.5040202Z inductor/test_move_constructors_to_cuda (0.22764914231599348) 2024-10-08T19:59:52.5040771Z onnx/test_fx_passes (0.22721437375930909) 2024-10-08T19:59:52.5041257Z inductor/test_cutlass_backend (0.22691789144904656) 2024-10-08T19:59:52.5041755Z export/test_serdes (0.22639260087782578) 2024-10-08T19:59:52.5042280Z distributed/test_symmetric_memory (0.22581908215664379) 2024-10-08T19:59:52.5042826Z onnx/exporter/test_tensors (0.22540634970855894) 2024-10-08T19:59:52.5043308Z test_license (0.2249305244021681) 2024-10-08T19:59:52.5043840Z inductor/test_torchinductor_strided_blocks (0.2247022187191253) 2024-10-08T19:59:52.5044423Z inductor/test_debug_trace (0.22454564636854982) 2024-10-08T19:59:52.5044991Z dynamo/test_inline_inbuilt_nn_modules (0.22443320422493285) 2024-10-08T19:59:52.5045659Z export/test_export_training_ir_to_run_decomp (0.22396244335753593) 2024-10-08T19:59:52.5046295Z inductor/test_triton_cpu_backend (0.22337523905311846) 2024-10-08T19:59:52.5046846Z inductor/test_cudacodecache (0.2231002129538607) 2024-10-08T19:59:52.5047366Z dynamo/test_reconstruct (0.22274434912989846) 2024-10-08T19:59:52.5047818Z test_ao_sparsity (0.22263463250497667) 2024-10-08T19:59:52.5048307Z inductor/test_benchmark_fusion (0.22236907806643275) 2024-10-08T19:59:52.5048951Z distributed/_shard/sharded_tensor/test_logger (0.22235144917955316) 2024-10-08T19:59:52.5049545Z dynamo/test_interop (0.2222642712411463) 2024-10-08T19:59:52.5050011Z inductor/test_combo_kernels (0.2217937423327873) 2024-10-08T19:59:52.5050542Z dynamo/test_skip_non_tensor (0.2217550438332994) 2024-10-08T19:59:52.5051078Z inductor/test_triton_kernels (0.22169050123100661) 2024-10-08T19:59:52.5051623Z inductor/test_aot_inductor_utils (0.22156193793425633) 2024-10-08T19:59:52.5052134Z dynamo/test_sdpa (0.22137981142967333) 2024-10-08T19:59:52.5052555Z test_autoload (0.22058842518215357) 2024-10-08T19:59:52.5052955Z export/test_tools (0.2204715951467365) 2024-10-08T19:59:52.5053488Z inductor/test_coordinate_descent_tuner (0.22034127282728222) 2024-10-08T19:59:52.5054102Z onnx/test_fx_to_onnx_decomp_skip (0.2200335984934415) 2024-10-08T19:59:52.5054630Z inductor/test_flex_decoding (0.21987845655693303) 2024-10-08T19:59:52.5055147Z dynamo/test_exceptions (0.21928129734380614) 2024-10-08T19:59:52.5055668Z inductor/test_triton_wrapper (0.21883699913664847) 2024-10-08T19:59:52.5056247Z distributed/pipelining/test_backward (0.21784877631555954) 2024-10-08T19:59:52.5056828Z torch_np/test_binary_ufuncs (0.2170616426504011) 2024-10-08T19:59:52.5057515Z distributed/pipelining/test_transformer (0.2167655276086152) 2024-10-08T19:59:52.5058091Z dynamo/test_pre_dispatch (0.21642389060564352) 2024-10-08T19:59:52.5058598Z torch_np/test_unary_ufuncs (0.2162571120574009) 2024-10-08T19:59:52.5059093Z dynamo/test_subgraphs (0.21606547523226446) 2024-10-08T19:59:52.5059634Z dynamo/test_view (0.21597578440428047) 2024-10-08T19:59:52.5060086Z inductor/test_foreach (0.2153636831631295) 2024-10-08T19:59:52.5060623Z inductor/test_compiled_optimizers (0.21531377331014362) 2024-10-08T19:59:52.5061329Z inductor/test_auto_functionalize (0.21525709798521925) 2024-10-08T19:59:52.5061899Z inductor/test_codegen_triton (0.21523585440333254) 2024-10-08T19:59:52.5062521Z inductor/test_torchinductor_dynamic_shapes (0.21491793521198505) 2024-10-08T19:59:52.5063141Z inductor/test_cuda_cpp_wrapper (0.21477783195309974) 2024-10-08T19:59:52.5063673Z dynamo/test_recompiles (0.21450282518376182) 2024-10-08T19:59:52.5064168Z inductor/test_profiler (0.21438448741459848) 2024-10-08T19:59:52.5064726Z distributed/_tensor/test_common_rules (0.21424210322517392) 2024-10-08T19:59:52.5065382Z distributed/checkpoint/test_dedup_tensors (0.21396125882004913) 2024-10-08T19:59:52.5066032Z inductor/test_group_batch_fusion (0.21327280439559285) 2024-10-08T19:59:52.5066626Z inductor/test_scatter_optimization (0.21315170244789466) 2024-10-08T19:59:52.5067172Z inductor/test_snode_runtime (0.21311538152854512) 2024-10-08T19:59:52.5067661Z dynamo/test_nops (0.21299528473667778) 2024-10-08T19:59:52.5068109Z torch_np/test_dtype (0.21276616719700234) 2024-10-08T19:59:52.5068534Z test_file_check (0.21261767475291338) 2024-10-08T19:59:52.5068968Z dynamo/test_config (0.21225369236262498) 2024-10-08T19:59:52.5069446Z backends/xeon/test_launch (0.21173180385729323) 2024-10-08T19:59:52.5069990Z inductor/test_torchinductor_opinfo (0.21166791847227448) 2024-10-08T19:59:52.5070552Z inductor/test_multi_kernel (0.21153885259760874) 2024-10-08T19:59:52.5071071Z dynamo/test_dynamic_shapes (0.2111740196908481) 2024-10-08T19:59:52.5071586Z inductor/test_pattern_matcher (0.21063601003238303) 2024-10-08T19:59:52.5072151Z inductor/test_split_cat_fx_passes (0.2105457199768845) 2024-10-08T19:59:52.5072713Z dynamo/test_export_mutations (0.21043521082524994) 2024-10-08T19:59:52.5073197Z dynamo/test_resume (0.21040252393082734) 2024-10-08T19:59:52.5073747Z onnx/test_models_quantized_onnxruntime (0.21030440525780006) 2024-10-08T19:59:52.5074299Z dynamo/test_global (0.2102784838353159) 2024-10-08T19:59:52.5074784Z inductor/test_custom_lowering (0.20997655048766295) 2024-10-08T19:59:52.5075326Z inductor/test_inplacing_pass (0.20970682078643701) 2024-10-08T19:59:52.5075853Z inductor/test_layout_optim (0.20954423683079623) 2024-10-08T19:59:52.5076375Z inductor/test_cpu_cpp_wrapper (0.20953679481166396) 2024-10-08T19:59:52.5076891Z test_expanded_weights (0.20950799323112598) 2024-10-08T19:59:52.5077453Z distributed/checkpoint/e2e/test_fsdp_ep (0.20950095714031) 2024-10-08T19:59:52.5078006Z test_show_pickle (0.20948558985404983) 2024-10-08T19:59:52.5078448Z inductor/test_xpu_basic (0.2093593268177586) 2024-10-08T19:59:52.5078992Z distributed/_tools/test_mem_tracker (0.2091892041933864) 2024-10-08T19:59:52.5079521Z inductor/test_fp8 (0.2090753702955421) 2024-10-08T19:59:52.5080037Z distributed/_composable/test_contract (0.20903108544922502) 2024-10-08T19:59:52.5080733Z distributed/pipelining/test_schedule_multiproc (0.20900957124846076) 2024-10-08T19:59:52.5081327Z test_deploy (0.20888386877984444) 2024-10-08T19:59:52.5081746Z dynamo/test_after_aot (0.20882077592153847) 2024-10-08T19:59:52.5082204Z export/test_db (0.2087089716652757) 2024-10-08T19:59:52.5082792Z inductor/test_torchinductor_codegen_dynamic_shapes (0.20854234775639166) 2024-10-08T19:59:52.5083422Z test_functionalization (0.20841577544138326) 2024-10-08T19:59:52.5084200Z distributed/checkpoint/test_save_load_api (0.2080685714215022) 2024-10-08T19:59:52.5084955Z inductor/test_triton_heuristics (0.20797513058907235) 2024-10-08T19:59:52.5085488Z inductor/test_benchmarking (0.20794507256374584) 2024-10-08T19:59:52.5086000Z test_tensorexpr_pybind (0.2076878493206461) 2024-10-08T19:59:52.5086540Z distributed/_tensor/test_attention (0.20762626419608643) 2024-10-08T19:59:52.5087129Z distributed/pipelining/test_pipe (0.20722315804807398) 2024-10-08T19:59:52.5087780Z torch_np/numpy_tests/core/test_scalarinherit (0.2071638925138932) 2024-10-08T19:59:52.5088395Z inductor/test_control_flow (0.20694260359174652) 2024-10-08T19:59:52.5089057Z distributed/test_c10d_functional_native (0.20687075427976023) 2024-10-08T19:59:52.5089670Z distributed/fsdp/test_fsdp_fx (0.20680195909510615) 2024-10-08T19:59:52.5090249Z inductor/test_custom_post_grad_passes (0.206495869814691) 2024-10-08T19:59:52.5090782Z inductor/test_perf (0.20647785432941493) 2024-10-08T19:59:52.5091203Z test_pytree (0.2064622164242772) 2024-10-08T19:59:52.5091667Z inductor/test_memory_planning (0.20616223539852652) 2024-10-08T19:59:52.5092225Z inductor/test_select_algorithm (0.20598246714416207) 2024-10-08T19:59:52.5092774Z distributed/_tensor/test_dtensor (0.2053555978442655) 2024-10-08T19:59:52.5093289Z dynamo/test_compile (0.20531900630603842) 2024-10-08T19:59:52.5093766Z inductor/test_torchbind (0.20508586814303956) 2024-10-08T19:59:52.5094219Z test_proxy_tensor (0.20486461788073254) 2024-10-08T19:59:52.5094851Z distributed/_tensor/experimental/test_register_sharding (0.2047740765362763) 2024-10-08T19:59:52.5095554Z torch_np/test_nep50_examples (0.20473849015388007) 2024-10-08T19:59:52.5096034Z test_content_store (0.2045099138519597) 2024-10-08T19:59:52.5096547Z inductor/test_aot_inductor_package (0.20447728494729658) 2024-10-08T19:59:52.5097096Z inductor/test_minifier (0.20437864436643405) 2024-10-08T19:59:52.5097558Z inductor/test_memory (0.20434899226942382) 2024-10-08T19:59:52.5098067Z inductor/test_fused_attention (0.20433820617416196) 2024-10-08T19:59:52.5098581Z dynamo/test_profiler (0.20430519067110234) 2024-10-08T19:59:52.5099045Z dynamo/test_decorators (0.20423790322019453) 2024-10-08T19:59:52.5099666Z distributed/_tensor/test_tensor_ops (0.204208618391661) 2024-10-08T19:59:52.5100197Z torch_np/test_basic (0.20415200105649609) 2024-10-08T19:59:52.5100657Z functorch/test_minifier (0.20403843777752934) 2024-10-08T19:59:52.5101158Z inductor/test_aot_inductor (0.20393614384182002) 2024-10-08T19:59:52.5101748Z inductor/test_graph_transform_observer (0.20338535710635122) 2024-10-08T19:59:52.5102326Z inductor/test_dependencies (0.20326220618715166) 2024-10-08T19:59:52.5102860Z inductor/test_binary_folding (0.20317017643886898) 2024-10-08T19:59:52.5103351Z dynamo/test_modes (0.20290404210273033) 2024-10-08T19:59:52.5103886Z distributed/_tensor/test_experimental_ops (0.2028643577773314) 2024-10-08T19:59:52.5104469Z functorch/test_logging (0.20255192828321394) 2024-10-08T19:59:52.5104917Z test_xpu (0.20252629680952713) 2024-10-08T19:59:52.5105391Z inductor/test_cpu_select_algorithm (0.20250020141776456) 2024-10-08T19:59:52.5106004Z distributed/_tensor/test_dtensor_compile (0.2023614899131066) 2024-10-08T19:59:52.5106544Z test_jiterator (0.2022596792253929) 2024-10-08T19:59:52.5107016Z onnx/test_onnxscript_runtime (0.20224011734653088) 2024-10-08T19:59:52.5107584Z inductor/test_decompose_mem_bound_mm (0.2020314701919492) 2024-10-08T19:59:52.5108104Z test_foreach (0.20202236579971203) 2024-10-08T19:59:52.5108585Z inductor/test_compiled_autograd (0.20194514277001463) 2024-10-08T19:59:52.5109144Z inductor/test_kernel_benchmark (0.2018889700230057) 2024-10-08T19:59:52.5109695Z dynamo/test_autograd_function (0.20180768771014523) 2024-10-08T19:59:52.5110410Z onnx/dynamo/test_registry_dispatcher (0.20170581903267204) 2024-10-08T19:59:52.5110924Z test_complex (0.20144171433811495) 2024-10-08T19:59:52.5111325Z test_typing (0.20121296406691616) 2024-10-08T19:59:52.5111764Z dynamo/test_model_output (0.20109644331021628) 2024-10-08T19:59:52.5112445Z distributed/checkpoint/test_fsdp_optim_state (0.2010227576558467) 2024-10-08T19:59:52.5113049Z test_native_functions (0.20097953595511994) 2024-10-08T19:59:52.5113527Z onnx/exporter/test_core (0.2007305472578653) 2024-10-08T19:59:52.5114015Z nn/test_multihead_attention (0.20054281507653335) 2024-10-08T19:59:52.5114494Z xpu/test_conv (0.2005387171335306) 2024-10-08T19:59:52.5115076Z distributed/_composable/fsdp/test_fully_shard_state (0.200475257006748) 2024-10-08T19:59:52.5115683Z test_utils_internal (0.20043565000102836) 2024-10-08T19:59:52.5116217Z dynamo/test_deviceguard (0.2004259270513568) 2024-10-08T19:59:52.5116689Z dynamo/test_sources (0.2002640389728297) 2024-10-08T19:59:52.5117230Z distributed/pipelining/test_microbatch (0.19990759525127272) 2024-10-08T19:59:52.5117846Z inductor/test_unbacked_symints (0.19987206685863596) 2024-10-08T19:59:52.5118367Z inductor/test_halide (0.19959410261156496) 2024-10-08T19:59:52.5118838Z torch_np/test_random (0.19952969531871095) 2024-10-08T19:59:52.5119372Z distributed/_tensor/test_dtensor_ops (0.19936133171704276) 2024-10-08T19:59:52.5119910Z test_transformers (0.1991217953505821) 2024-10-08T19:59:52.5120394Z lazy/test_functionalization (0.1990343854531374) 2024-10-08T19:59:52.5120922Z distributed/_tensor/test_init (0.1990261509072923) 2024-10-08T19:59:52.5121533Z distributed/_tools/test_runtime_estimator (0.19869274845016568) 2024-10-08T19:59:52.5122121Z dynamo/test_optimizers (0.19867803838117953) 2024-10-08T19:59:52.5122561Z test_stateless (0.19858067357502537) 2024-10-08T19:59:52.5122991Z export/test_passes (0.19842419787404902) 2024-10-08T19:59:52.5123519Z test_set_default_mobile_cpu_allocator (0.198330119154265) 2024-10-08T19:59:52.5124199Z distributed/_tensor/experimental/test_tp_transform (0.1983059567544848) 2024-10-08T19:59:52.5124855Z distributed/_tensor/test_api (0.1979920195266211) 2024-10-08T19:59:52.5125467Z distributed/checkpoint/fsdp/test_fsdp_dsd (0.1979145838678056) 2024-10-08T19:59:52.5126184Z distributed/checkpoint/test_dtensor_resharding (0.19785394590931732) 2024-10-08T19:59:52.5126774Z test_utils (0.19778149736981646) 2024-10-08T19:59:52.5127228Z inductor/test_flex_attention (0.19771477048658356) 2024-10-08T19:59:52.5127741Z test_namedtuple_return_api (0.19738913865722624) 2024-10-08T19:59:52.5128316Z inductor/test_mkldnn_pattern_matcher (0.19736629069199413) 2024-10-08T19:59:52.5129063Z distributed/_composable/fully_shard/test_fully_shard_util (0.19724714106619817) 2024-10-08T19:59:52.5129697Z test_openmp (0.19706563311904957) 2024-10-08T19:59:52.5130278Z distributed/_composable/fsdp/test_fully_shard_logging (0.1969869216855257) 2024-10-08T19:59:52.5130885Z test_hub (0.19698456343530715) 2024-10-08T19:59:52.5131356Z distributed/_tensor/test_random_ops (0.19693032368028066) 2024-10-08T19:59:52.5131934Z inductor/test_inductor_freezing (0.19686518185047333) 2024-10-08T19:59:52.5132471Z inductor/test_ordered_set (0.1967298724117044) 2024-10-08T19:59:52.5132973Z dynamo/test_reorder_logs (0.19665309397016295) 2024-10-08T19:59:52.5133518Z torch_np/numpy_tests/core/test_einsum (0.19651554226069443) 2024-10-08T19:59:52.5134218Z distributed/tensor/parallel/test_tp_random_state (0.19635247505705805) 2024-10-08T19:59:52.5134839Z dynamo/test_backends (0.196348415773895) 2024-10-08T19:59:52.5135294Z dynamo/test_cudagraphs (0.19634151499251778) 2024-10-08T19:59:52.5135769Z test_per_overload_api (0.19615078667361308) 2024-10-08T19:59:52.5136241Z export/test_torchbind (0.19614717197860596) 2024-10-08T19:59:52.5136667Z test_optim (0.1961053227021867) 2024-10-08T19:59:52.5137193Z distributed/checkpoint/test_format_utils (0.19609815130193195) 2024-10-08T19:59:52.5137763Z onnx/test_fx_to_onnx (0.19606432394223972) 2024-10-08T19:59:52.5138385Z onnx/torch_export/test_torch_export_with_onnxruntime (0.19593143074344882) 2024-10-08T19:59:52.5139060Z dynamo/test_verify_correctness (0.19592447197231214) 2024-10-08T19:59:52.5139694Z inductor/test_loop_ordering (0.19588244872661448) 2024-10-08T19:59:52.5140723Z distributed/_tools/test_memory_tracker (0.19581819607311907) 2024-10-08T19:59:52.5141255Z functorch/test_ac (0.19558743549025856) 2024-10-08T19:59:52.5141724Z profiler/test_cpp_thread (0.19542216467576223) 2024-10-08T19:59:52.5142210Z test_numpy_interop (0.19541174584897703) 2024-10-08T19:59:52.5142683Z test_compile_benchmark_util (0.19538561179737482) 2024-10-08T19:59:52.5143223Z inductor/test_minifier_isolate (0.19530719031264832) 2024-10-08T19:59:52.5143815Z distributed/_tensor/test_redistribute (0.1951470612568252) 2024-10-08T19:59:52.5144431Z export/test_experimental (0.19507134596087408) 2024-10-08T19:59:52.5145088Z distributed/_composable/fsdp/test_fully_shard_overlap (0.1948860106896003) 2024-10-08T19:59:52.5145815Z distributed/pipelining/test_unflatten (0.194712273370221) 2024-10-08T19:59:52.5146440Z dynamo/test_backward_higher_order_ops (0.19466779522470568) 2024-10-08T19:59:52.5147087Z distributed/_tensor/test_convolution_ops (0.194653800362753) 2024-10-08T19:59:52.5147699Z onnx/internal/test_registraion (0.19456611984643074) 2024-10-08T19:59:52.5148206Z test_ops_fwd_gradients (0.19454319456151933) 2024-10-08T19:59:52.5148657Z xpu/test_gemm (0.19444523052785062) 2024-10-08T19:59:52.5149232Z distributed/_tensor/debug/test_comm_mode_features (0.19437212477107577) 2024-10-08T19:59:52.5149950Z distributed/checkpoint/test_tp_checkpoint (0.1942870151340901) 2024-10-08T19:59:52.5150528Z onnx/test_custom_ops (0.19390722086938555) 2024-10-08T19:59:52.5151095Z distributed/_tools/test_fsdp2_mem_tracker (0.1938589540595847) 2024-10-08T19:59:52.5151670Z inductor/test_mmdecomp (0.19383945017048215) 2024-10-08T19:59:52.5152138Z export/test_unflatten (0.19382872206497978) 2024-10-08T19:59:52.5152632Z inductor/test_cuda_repro (0.19378623490120633) 2024-10-08T19:59:52.5153136Z lazy/test_step_closures (0.19375151836520219) 2024-10-08T19:59:52.5153611Z dynamo/test_functions (0.19374285856112097) 2024-10-08T19:59:52.5154235Z distributed/_tensor/experimental/test_local_map (0.19357729779782729) 2024-10-08T19:59:52.5154861Z inductor/test_codecache (0.1934674845233064) 2024-10-08T19:59:52.5155299Z test_ops_jit (0.19328932065228738) 2024-10-08T19:59:52.5155770Z dynamo/test_structured_trace (0.19309776114683022) 2024-10-08T19:59:52.5156316Z dynamo/test_higher_order_ops (0.19301497110022348) 2024-10-08T19:59:52.5156791Z test_namedtensor (0.1929911952988398) 2024-10-08T19:59:52.5157254Z nn/test_packed_sequence (0.19294439756294557) 2024-10-08T19:59:52.5157731Z dynamo/test_modules (0.19284305079330763) 2024-10-08T19:59:52.5158170Z dynamo/test_export (0.1927779862831796) 2024-10-08T19:59:52.5158719Z distributed/_tensor/test_xla_integration (0.19264128509018336) 2024-10-08T19:59:52.5159282Z dynamo/test_logging (0.19262454537961565) 2024-10-08T19:59:52.5159844Z dynamo/test_cudagraphs_expandable_segments (0.1926042296338805) 2024-10-08T19:59:52.5160548Z distributed/tensor/parallel/test_tp_style (0.19242676163997513) 2024-10-08T19:59:52.5161132Z test_ops_gradients (0.19205686429422056) 2024-10-08T19:59:52.5161550Z test_decomp (0.19196236031620037) 2024-10-08T19:59:52.5162068Z distributed/_composable/test_checkpoint (0.19190435122680816) 2024-10-08T19:59:52.5162636Z export/test_converter (0.1918218124691591) 2024-10-08T19:59:52.5163152Z distributed/_tensor/test_math_ops (0.19179221836190838) 2024-10-08T19:59:52.5163666Z test_out_dtype_op (0.19172429302364638) 2024-10-08T19:59:52.5164187Z distributed/checkpoint/test_fsspec (0.1915989578235067) 2024-10-08T19:59:52.5164712Z test_flop_counter (0.191588152398325) 2024-10-08T19:59:52.5165153Z dynamo/test_ctx_manager (0.19153882244293383) 2024-10-08T19:59:52.5165704Z inductor/test_efficient_conv_bn_eval (0.19141167023033068) 2024-10-08T19:59:52.5166225Z test_custom_ops (0.19132607734534943) 2024-10-08T19:59:52.5166743Z distributed/test_compute_comm_reordering (0.1911551815241843) 2024-10-08T19:59:52.5167331Z onnx/test_pytorch_jit_onnx (0.19113202428023496) 2024-10-08T19:59:52.5168028Z distributed/checkpoint/e2e/test_pipeline (0.19099311947637876) 2024-10-08T19:59:52.5168643Z onnx/test_onnxscript_no_runtime (0.1908274234036463) 2024-10-08T19:59:52.5169311Z distributed/checkpoint/test_dtensor_checkpoint (0.19063947859319627) 2024-10-08T19:59:52.5170051Z distributed/checkpoint/e2e/test_fine_tuning (0.1905564372576318) 2024-10-08T19:59:52.5170617Z dynamo/test_repros (0.190527287738537) 2024-10-08T19:59:52.5171057Z dynamo/test_unspec (0.190511901122357) 2024-10-08T19:59:52.5171578Z distributed/checkpoint/test_traverse (0.190229317024448) 2024-10-08T19:59:52.5172170Z test_fx_reinplace_pass (0.19015474219376652) 2024-10-08T19:59:52.5172664Z test_ci_sanity_check_fail (0.18996505769053232) 2024-10-08T19:59:52.5173168Z dynamo/test_bytecode_utils (0.1898071709054088) 2024-10-08T19:59:52.5173619Z test_fx_passes (0.18978333711426565) 2024-10-08T19:59:52.5174105Z distributions/test_constraints (0.18961358175837012) 2024-10-08T19:59:52.5174786Z distributed/checkpoint/e2e/test_e2e_save_and_load (0.18947734448344963) 2024-10-08T19:59:52.5175401Z inductor/test_padding (0.189375417816217) 2024-10-08T19:59:52.5176011Z distributed/_composable/fsdp/test_fully_shard_init (0.1893424216430772) 2024-10-08T19:59:52.5176676Z test_model_exports_to_core_aten (0.18931394867117626) 2024-10-08T19:59:52.5177394Z distributed/checkpoint/test_fsdp_tp_checkpoint_conversion (0.18923392280310436) 2024-10-08T19:59:52.5178068Z test_autograd_fallback (0.1892117707149859) 2024-10-08T19:59:52.5178507Z test_modules (0.18918041758503115) 2024-10-08T19:59:52.5178950Z export/test_lift_unlift (0.18914359408776618) 2024-10-08T19:59:52.5179424Z dynamo/test_debug_utils (0.18899427045712477) 2024-10-08T19:59:52.5180174Z distributed/_composable/fsdp/test_fully_shard_memory (0.18898066219356857) 2024-10-08T19:59:52.5181009Z distributed/_composable/fsdp/test_fully_shard_grad_scaler (0.18884032697564537) 2024-10-08T19:59:52.5181650Z export/test_hop (0.18881813622768728) 2024-10-08T19:59:52.5182117Z dynamo/test_guard_manager (0.1888034841484606) 2024-10-08T19:59:52.5182599Z nn/test_lazy_modules (0.1887686516329375) 2024-10-08T19:59:52.5183089Z inductor/test_cudagraph_trees (0.18873766577145942) 2024-10-08T19:59:52.5183851Z distributed/fsdp/test_shard_utils (0.18870455361880067) 2024-10-08T19:59:52.5184400Z export/test_pass_infra (0.18864383834063309) 2024-10-08T19:59:52.5184908Z onnx/dynamo/test_exporter_api (0.18856825835412072) 2024-10-08T19:59:52.5185426Z dynamo/test_torchrec (0.18851307143302284) 2024-10-08T19:59:52.5185882Z test_matmul_cuda (0.18806728482203872) 2024-10-08T19:59:52.5186336Z torch_np/test_ufuncs_basic (0.18801287109773376) 2024-10-08T19:59:52.5186836Z lazy/test_meta_kernel (0.18791857974883167) 2024-10-08T19:59:52.5187342Z distributed/test_device_mesh (0.18788535161665398) 2024-10-08T19:59:52.5187896Z inductor/test_standalone_compile (0.18765559618962435) 2024-10-08T19:59:52.5188491Z distributed/pipelining/test_stage (0.18759517086025412) 2024-10-08T19:59:52.5189012Z nn/test_pruning (0.18758527394130417) 2024-10-08T19:59:52.5189530Z distributed/optim/test_named_optimizer (0.1875057506511477) 2024-10-08T19:59:52.5190067Z test_type_hints (0.18750493879451507) 2024-10-08T19:59:52.5190587Z dynamo/test_activation_checkpointing (0.18744076346069896) 2024-10-08T19:59:52.5191214Z distributed/checkpoint/test_planner (0.18740830852531423) 2024-10-08T19:59:52.5191975Z distributed/_composable/test_composability/test_pp_composability (0.1873802414817296) 2024-10-08T19:59:52.5192681Z test_fx_experimental (0.18717762526213305) 2024-10-08T19:59:52.5193217Z higher_order_ops/test_with_effects (0.18675934512705866) 2024-10-08T19:59:52.5193791Z test_functionalization_of_rng_ops (0.1867289391631753) 2024-10-08T19:59:52.5194286Z test_mps (0.18648196077758236) 2024-10-08T19:59:52.5194778Z distributed/_tensor/test_embedding_ops (0.18640384857157305) 2024-10-08T19:59:52.5195433Z test_cpp_extensions_open_device_registration (0.1864030947046999) 2024-10-08T19:59:52.5196167Z inductor/test_cpu_repro (0.18634595546169977) 2024-10-08T19:59:52.5196681Z functorch/test_control_flow (0.18621992438444643) 2024-10-08T19:59:52.5197372Z distributed/_composable/fully_shard/test_fully_shard_compile (0.18612878381247566) 2024-10-08T19:59:52.5198120Z distributed/test_collective_utils (0.18610916394385416) 2024-10-08T19:59:52.5198697Z distributed/_tensor/test_utils (0.1860736162212976) 2024-10-08T19:59:52.5199200Z test_numba_integration (0.1860397308718459) 2024-10-08T19:59:52.5199871Z distributed/checkpoint/test_hsdp_checkpoint (0.18595970500377398) 2024-10-08T19:59:52.5200484Z dynamo/test_aot_autograd (0.1857983195031623) 2024-10-08T19:59:52.5200940Z export/test_schema (0.18574089031136481) 2024-10-08T19:59:52.5201405Z test_segment_reductions (0.18564884123316228) 2024-10-08T19:59:52.5201889Z export/test_serialize (0.18557167619322434) 2024-10-08T19:59:52.5202364Z nn/test_parametrization (0.18552512974628785) 2024-10-08T19:59:52.5202879Z inductor/test_max_autotune (0.18551465292974317) 2024-10-08T19:59:52.5203360Z export/test_swap (0.18546110905183033) 2024-10-08T19:59:52.5203770Z test_itt (0.18537223008047896) 2024-10-08T19:59:52.5204194Z test_cuda_expandable_segments (0.1850859926277232) 2024-10-08T19:59:52.5204678Z test_legacy_vmap (0.18468733236127033) 2024-10-08T19:59:52.5205103Z dynamo/test_exc (0.18462808615700937) 2024-10-08T19:59:52.5205576Z dynamo/test_aot_autograd_cache (0.18420845292754728) 2024-10-08T19:59:52.5206191Z distributed/_tensor/debug/test_comm_mode (0.18413923248465708) 2024-10-08T19:59:52.5206894Z distributed/checkpoint/test_state_dict_utils (0.1838335684624781) 2024-10-08T19:59:52.5207494Z dynamo/test_recompile_ux (0.18373077194885334) 2024-10-08T19:59:52.5208071Z distributed/_tensor/test_pointwise_ops (0.1836846894199926) 2024-10-08T19:59:52.5208669Z onnx/test_models_onnxruntime (0.18356335551325653) 2024-10-08T19:59:52.5209146Z test_sympy_utils (0.18353389671544457) 2024-10-08T19:59:52.5209762Z distributed/tensor/parallel/test_parallelize_api (0.18348207320039606) 2024-10-08T19:59:52.5210383Z test_pruning_op (0.18344511439369232) 2024-10-08T19:59:52.5210863Z onnx/internal/test_diagnostics (0.18334146736359533) 2024-10-08T19:59:52.5211356Z test_dlpack (0.1833055717024819) 2024-10-08T19:59:52.5211853Z distributed/_tensor/test_op_strategy (0.18311119002873044) 2024-10-08T19:59:52.5212451Z functorch/test_vmap_registrations (0.18309286526473717) 2024-10-08T19:59:52.5212969Z test_tensorexpr (0.18289838694138658) 2024-10-08T19:59:52.5213413Z lazy/test_ts_opinfo (0.1828958353919698) 2024-10-08T19:59:52.5213832Z test_logging (0.18284723997353192) 2024-10-08T19:59:52.5214249Z dynamo/test_hooks (0.18280548734671181) 2024-10-08T19:59:52.5214766Z distributed/_tensor/test_matrix_ops (0.18277019091311295) 2024-10-08T19:59:52.5215376Z torch_np/numpy_tests/core/test_numeric (0.18261719459770492) 2024-10-08T19:59:52.5215982Z distributed/test_functional_api (0.18254136332223486) 2024-10-08T19:59:52.5216516Z onnx/exporter/test_api (0.18223738100308057) 2024-10-08T19:59:52.5217116Z distributed/tensor/parallel/test_tp_examples (0.18197014486151195) 2024-10-08T19:59:52.5217854Z distributed/checkpoint/test_fsdp_model_state (0.18188020274457026) 2024-10-08T19:59:52.5218465Z dynamo/test_trace_rules (0.18187772851483278) 2024-10-08T19:59:52.5218910Z test_masked (0.18180960987737255) 2024-10-08T19:59:52.5219346Z inductor/test_torchinductor (0.1816798094657535) 2024-10-08T19:59:52.5220019Z distributed/_tensor/test_optimizers (0.18167408780948555) 2024-10-08T19:59:52.5220543Z test_subclass (0.1816556277360535) 2024-10-08T19:59:52.5221113Z inductor/test_cudagraph_trees_expandable_segments (0.18151067266729234) 2024-10-08T19:59:52.5221778Z dynamo/test_input_attr_tracking (0.18126033087565) 2024-10-08T19:59:52.5222493Z distributed/_composable/fsdp/test_fully_shard_clip_grad_norm_ (0.1812515164322102) 2024-10-08T19:59:52.5223282Z distributed/checkpoint/test_compatibility (0.18112451885896566) 2024-10-08T19:59:52.5223965Z test_bundled_inputs (0.1811180626657444) 2024-10-08T19:59:52.5224415Z test_jit_disabled (0.18094123255919323) 2024-10-08T19:59:52.5224921Z inductor/test_distributed_patterns (0.18081141281765437) 2024-10-08T19:59:52.5225709Z distributed/_composable/fully_shard/test_fully_shard_mixed_precision (0.1807572117224675) 2024-10-08T19:59:52.5226539Z torch_np/numpy_tests/core/test_multiarray (0.18069989851018894) 2024-10-08T19:59:52.5227233Z distributed/fsdp/test_fsdp_dtensor_state_dict (0.18068406730585299) 2024-10-08T19:59:52.5227897Z dynamo/test_subclasses (0.17997637961117172) 2024-10-08T19:59:52.5228458Z functorch/test_memory_efficient_fusion (0.17992231382542362) 2024-10-08T19:59:52.5229001Z test_maskedtensor (0.1797367852549516) 2024-10-08T19:59:52.5229427Z test_mkldnn_fusion (0.17944440088769179) 2024-10-08T19:59:52.5229973Z distributed/elastic/test_control_plane (0.17943744211655507) 2024-10-08T19:59:52.5230589Z test_cpp_extensions_mtia_backend (0.17926088262888146) 2024-10-08T19:59:52.5231170Z distributed/checkpoint/test_utils (0.17920007070111474) 2024-10-08T19:59:52.5231818Z torch_np/numpy_tests/lib/test_function_base (0.17911066982192814) 2024-10-08T19:59:52.5232460Z lazy/test_extract_compiled_graph (0.17899700989336226) 2024-10-08T19:59:52.5232981Z test_cpp_extensions_jit (0.17884644914785208) 2024-10-08T19:59:52.5233540Z distributed/_composable/test_compose (0.17884227388517007) 2024-10-08T19:59:52.5234169Z distributed/test_control_collectives (0.17880458054151302) 2024-10-08T19:59:52.5234917Z distributed/_composable/fsdp/test_fully_shard_mixed_precision (0.17849887785949436) 2024-10-08T19:59:52.5235601Z export/test_export (0.17812072663797487) 2024-10-08T19:59:52.5236147Z distributed/test_inductor_collectives (0.17797801383991332) 2024-10-08T19:59:52.5236674Z test_import_stats (0.17756999789226555) 2024-10-08T19:59:52.5237306Z distributed/_composable/fsdp/test_fully_shard_state_dict (0.17746169235149092) 2024-10-08T19:59:52.5238038Z distributed/test_dynamo_distributed (0.1773519177368097) 2024-10-08T19:59:52.5238565Z optim/test_swa_utils (0.17691028705858775) 2024-10-08T19:59:52.5239019Z nn/test_embedding (0.17687872129951493) 2024-10-08T19:59:52.5239559Z distributed/_composable/test_replicate (0.17686721999721958) 2024-10-08T19:59:52.5240110Z distributed/test_nccl (0.17677026111938174) 2024-10-08T19:59:52.5240578Z export/test_verifier (0.1766814594677097) 2024-10-08T19:59:52.5241142Z distributed/checkpoint/test_checkpoint (0.17666431382882566) 2024-10-08T19:59:52.5241884Z distributed/_composable/fsdp/test_fully_shard_compile (0.17664252900918387) 2024-10-08T19:59:52.5242644Z distributed/fsdp/test_fsdp_backward_prefetch (0.17660251607514793) 2024-10-08T19:59:52.5243257Z onnx/test_symbolic_helper (0.1764962788357945) 2024-10-08T19:59:52.5243711Z test_autocast (0.1764758664404602) 2024-10-08T19:59:52.5244126Z onnx/test_onnx_opset (0.17642808287865497) 2024-10-08T19:59:52.5244569Z test_futures (0.17618104650330255) 2024-10-08T19:59:52.5245009Z distributed/test_fake_pg (0.17615510575089857) 2024-10-08T19:59:52.5245471Z export/test_sparse (0.17615437121394525) 2024-10-08T19:59:52.5245930Z test_functional_optim (0.17608803092910882) 2024-10-08T19:59:52.5246491Z torch_np/numpy_tests/lib/test_type_check (0.17606050512327928) 2024-10-08T19:59:52.5247190Z onnx/dynamo/test_dynamo_with_onnxruntime_backend (0.17605447418829415) 2024-10-08T19:59:52.5247896Z distributed/fsdp/test_fsdp_pure_fp16 (0.17588170336490605) 2024-10-08T19:59:52.5248528Z distributed/fsdp/test_fsdp_overlap (0.17579102671101104) 2024-10-08T19:59:52.5249127Z test_cpp_extensions_stream_and_event (0.17568231524192013) 2024-10-08T19:59:52.5249656Z test_tensorboard (0.17567819796899758) 2024-10-08T19:59:52.5250104Z test_multiprocessing (0.17560313989032048) 2024-10-08T19:59:52.5250556Z dynamo/test_minifier (0.1753644540403321) 2024-10-08T19:59:52.5250987Z test_meta (0.17536080068548535) 2024-10-08T19:59:52.5251558Z distributed/pipelining/test_schedule (0.17521690876231452) 2024-10-08T19:59:52.5252279Z distributed/_composable/fsdp/test_fully_shard_autograd (0.17517341644271023) 2024-10-08T19:59:52.5252919Z nn/test_dropout (0.1751486548154155) 2024-10-08T19:59:52.5253333Z test_monitor (0.17510377074158387) 2024-10-08T19:59:52.5253912Z distributed/_composable/fsdp/test_fully_shard_frozen (0.17506621270736558) 2024-10-08T19:59:52.5254654Z torch_np/numpy_tests/lib/test_histograms (0.17473750742075622) 2024-10-08T19:59:52.5255305Z torch_np/numpy_tests/core/test_indexing (0.1745302713503217) 2024-10-08T19:59:52.5255900Z test_fake_tensor (0.17444257150407963) 2024-10-08T19:59:52.5256594Z distributed/_composable/fully_shard/test_fully_shard_model_checkpoint (0.17441013589861473) 2024-10-08T19:59:52.5257390Z onnx/test_pytorch_onnx_onnxruntime (0.17439107659766814) 2024-10-08T19:59:52.5258019Z distributed/fsdp/test_fsdp_optim_state (0.17425588313841817) 2024-10-08T19:59:52.5258646Z benchmark_utils/test_benchmark_utils (0.17345622368521366) 2024-10-08T19:59:52.5259284Z onnx/test_pytorch_onnx_shape_inference (0.17311122327619255) 2024-10-08T19:59:52.5260158Z distributed/_composable/test_composability/test_2d_composability (0.1729899860190556) 2024-10-08T19:59:52.5260970Z distributed/fsdp/test_fsdp_ignored_modules (0.17270918027377044) 2024-10-08T19:59:52.5261754Z distributed/_composable/fully_shard/test_fully_shard_init (0.17248427665661664) 2024-10-08T19:59:52.5262436Z onnx/test_op_consistency (0.1723916476808194) 2024-10-08T19:59:52.5262963Z distributed/fsdp/test_fsdp_memory (0.1722391152834872) 2024-10-08T19:59:52.5263635Z distributed/fsdp/test_distributed_checkpoint (0.17220126730047156) 2024-10-08T19:59:52.5264215Z test_vulkan (0.17207904421742357) 2024-10-08T19:59:52.5264808Z distributed/checkpoint/test_file_system_checkpoint (0.17200740753455532) 2024-10-08T19:59:52.5265483Z distributed/_tensor/test_view_ops (0.17187609938919) 2024-10-08T19:59:52.5266106Z torch_np/numpy_tests/core/test_shape_base (0.1716861829269179) 2024-10-08T19:59:52.5266653Z test_weak (0.17153689795611612) 2024-10-08T19:59:52.5267111Z distributed/fsdp/test_fsdp_apply (0.17142491973057494) 2024-10-08T19:59:52.5267766Z distributed/fsdp/test_fsdp_freezing_weights (0.17137804467500142) 2024-10-08T19:59:52.5268389Z test_sparse_semi_structured (0.17117428799013526) 2024-10-08T19:59:52.5268983Z distributed/fsdp/test_fsdp_flatten_params (0.1710551383643393) 2024-10-08T19:59:52.5269540Z test_native_mha (0.17101176202425394) 2024-10-08T19:59:52.5269953Z test_ops (0.17096883027232454) 2024-10-08T19:59:52.5270355Z test_public_bindings (0.17020771467924936) 2024-10-08T19:59:52.5270931Z torch_np/numpy_tests/core/test_scalarmath (0.17018550460137144) 2024-10-08T19:59:52.5271541Z distributed/test_c10d_logger (0.16982258535667336) 2024-10-08T19:59:52.5272169Z distributed/fsdp/test_hsdp_dtensor_state_dict (0.16964867406801565) 2024-10-08T19:59:52.5272769Z test_cuda_sanitizer (0.1695660579906873) 2024-10-08T19:59:52.5273210Z test_indexing (0.16950721771474264) 2024-10-08T19:59:52.5273604Z test_shape_ops (0.16928840302233347) 2024-10-08T19:59:52.5274029Z test_nestedtensor (0.16927798419554826) 2024-10-08T19:59:52.5274478Z lazy/test_debug_util (0.16902623131975877) 2024-10-08T19:59:52.5275013Z distributed/fsdp/test_fsdp_traversal (0.16890284844152134) 2024-10-08T19:59:52.5275558Z test_jit_llga_fuser (0.1687625518834378) 2024-10-08T19:59:52.5276019Z nn/test_load_state_dict (0.16855009673465077) 2024-10-08T19:59:52.5276533Z distributed/rpc/test_share_memory (0.168540509094418) 2024-10-08T19:59:52.5277133Z torch_np/numpy_tests/core/test_dtype (0.16851742917014798) 2024-10-08T19:59:52.5277682Z onnx/test_autograd_funs (0.16822241593379209) 2024-10-08T19:59:52.5278139Z test_sort_and_select (0.1679657919182069) 2024-10-08T19:59:52.5278700Z torch_np/numpy_tests/core/test_getlimits (0.16784743481912376) 2024-10-08T19:59:52.5279352Z distributed/fsdp/test_fsdp_state_dict (0.16764939979052554) 2024-10-08T19:59:52.5279997Z lazy/test_generator (0.16742024359101043) 2024-10-08T19:59:52.5280509Z distributed/fsdp/test_fsdp_input (0.16738564303452524) 2024-10-08T19:59:52.5281117Z distributed/fsdp/test_fsdp_exec_order (0.1673614999646649) 2024-10-08T19:59:52.5281678Z onnx/test_verification (0.16729628081517828) 2024-10-08T19:59:52.5282233Z torch_np/numpy_tests/linalg/test_linalg (0.16722157067505802) 2024-10-08T19:59:52.5282765Z test_testing (0.16722072015858575) 2024-10-08T19:59:52.5283185Z functorch/test_dims (0.16685811019260488) 2024-10-08T19:59:52.5283951Z distributed/fsdp/test_fsdp_uneven (0.16684921842948577) 2024-10-08T19:59:52.5284460Z test_fx (0.16681786529953102) 2024-10-08T19:59:52.5284844Z test_datapipe (0.1667202878642588) 2024-10-08T19:59:52.5285390Z distributed/fsdp/test_fsdp_multiple_wrapping (0.166505609774692) 2024-10-08T19:59:52.5285979Z test_binary_ufuncs (0.16620916612426911) 2024-10-08T19:59:52.5286552Z distributed/fsdp/test_fsdp_tp_integration (0.16593628564611185) 2024-10-08T19:59:52.5287171Z distributed/launcher/test_run (0.16585119533904602) 2024-10-08T19:59:52.5287751Z distributed/fsdp/test_fsdp_grad_acc (0.16578912696649073) 2024-10-08T19:59:52.5288265Z test_torch (0.16575879832228668) 2024-10-08T19:59:52.5288691Z distributed/test_c10d_pypg (0.16552842433782267) 2024-10-08T19:59:52.5289379Z distributed/checkpoint/test_file_system_checkpoint_cpu (0.16546649127470614) 2024-10-08T19:59:52.5290106Z distributed/test_distributed_spawn (0.1650346995256747) 2024-10-08T19:59:52.5290712Z distributed/nn/jit/test_instantiator (0.16475719919667947) 2024-10-08T19:59:52.5291360Z distributed/fsdp/test_fsdp_checkpoint (0.16468683828851963) 2024-10-08T19:59:52.5291909Z nn/test_module_hooks (0.1644224049853255) 2024-10-08T19:59:52.5292349Z test_model_dump (0.16437991782155206) 2024-10-08T19:59:52.5292942Z distributed/_composable/test_replicate_with_compiler (0.16436659950679322) 2024-10-08T19:59:52.5293576Z test_python_dispatch (0.1643618443465165) 2024-10-08T19:59:52.5294054Z test_scatter_gather_ops (0.16432105821568757) 2024-10-08T19:59:52.5294711Z distributed/algorithms/quantization/test_quantization (0.1642747050679493) 2024-10-08T19:59:52.5295470Z torch_np/numpy_tests/lib/test_twodim_base (0.16427449243883124) 2024-10-08T19:59:52.5296130Z torch_np/numpy_tests/fft/test_pocketfft (0.16418791372793895) 2024-10-08T19:59:52.5296760Z distributed/fsdp/test_fsdp_comm_hooks (0.16388480125517674) 2024-10-08T19:59:52.5297421Z distributed/fsdp/test_checkpoint_wrapper (0.16384641203440603) 2024-10-08T19:59:52.5297967Z test_mkldnn (0.16381552282252707) 2024-10-08T19:59:52.5298537Z distributed/optim/test_apply_optimizer_in_backward (0.16370079974837085) 2024-10-08T19:59:52.5299149Z test_view_ops (0.16354299028292663) 2024-10-08T19:59:52.5299644Z test_type_info (0.1635352776449168) 2024-10-08T19:59:52.5300271Z distributed/_composable/fully_shard/test_fully_shard_runtime (0.1635023587914563) 2024-10-08T19:59:52.5301113Z distributed/_shard/sharding_plan/test_sharding_plan (0.16342148240691212) 2024-10-08T19:59:52.5301920Z distributed/fsdp/test_fsdp_clip_grad_norm (0.1633534410891312) 2024-10-08T19:59:52.5302649Z distributed/_composable/fsdp/test_fully_shard_comm (0.16331134052375423) 2024-10-08T19:59:52.5303433Z distributed/_shard/sharded_tensor/ops/test_tensor_ops (0.16283856934469562) 2024-10-08T19:59:52.5304170Z torch_np/numpy_tests/lib/test_shape_base_ (0.16281947138390937) 2024-10-08T19:59:52.5304774Z torch_np/test_ndarray_methods (0.16263827271547796) 2024-10-08T19:59:52.5305429Z distributed/_shard/sharded_optim/test_sharded_optim (0.1624555276534606) 2024-10-08T19:59:52.5306064Z onnx/test_utility_funs (0.1624161719366987) 2024-10-08T19:59:52.5306582Z distributed/_shard/test_sharder (0.16240494125328087) 2024-10-08T19:59:52.5307261Z distributed/algorithms/ddp_comm_hooks/test_ddp_hooks (0.1622634269102484) 2024-10-08T19:59:52.5307926Z distributed/fsdp/test_wrap (0.1621794190786927) 2024-10-08T19:59:52.5308601Z distributed/_composable/fsdp/test_fully_shard_extensions (0.1618948826588815) 2024-10-08T19:59:52.5309405Z distributed/fsdp/test_fsdp_core (0.1618467511585194) 2024-10-08T19:59:52.5310077Z distributed/_shard/sharding_spec/test_sharding_spec (0.1617885874297686) 2024-10-08T19:59:52.5310877Z distributed/_shard/sharded_tensor/ops/test_binary_cmp (0.1617570216706958) 2024-10-08T19:59:52.5311683Z distributed/_composable/fsdp/test_fully_shard_training (0.16175634512350195) 2024-10-08T19:59:52.5312373Z distributed/fsdp/test_utils (0.16167831023717194) 2024-10-08T19:59:52.5313072Z distributed/fsdp/test_fsdp_sharded_grad_scaler (0.16166345519378708) 2024-10-08T19:59:52.5313784Z distributed/test_c10d_object_collectives (0.16136325187395842) 2024-10-08T19:59:52.5314445Z torch_np/numpy_tests/lib/test_index_tricks (0.16125973048834027) 2024-10-08T19:59:52.5315100Z torch_np/numpy_tests/core/test_dlpack (0.16124071951219324) 2024-10-08T19:59:52.5315728Z distributed/fsdp/test_fsdp_fine_tune (0.1610803198374926) 2024-10-08T19:59:52.5316385Z distributed/fsdp/test_fsdp_multiple_forward (0.16100860583494506) 2024-10-08T19:59:52.5316961Z nn/test_pooling (0.16079550313384391) 2024-10-08T19:59:52.5317393Z test_cuda_multigpu (0.16068914025001163) 2024-10-08T19:59:52.5317819Z dynamo/test_misc (0.16058579283367191) 2024-10-08T19:59:52.5318372Z distributed/fsdp/test_fsdp_hybrid_shard (0.16030706505476786) 2024-10-08T19:59:52.5318963Z profiler/test_profiler (0.16021801211413808) 2024-10-08T19:59:52.5319494Z distributed/test_multi_threaded_pg (0.1596355339751176) 2024-10-08T19:59:52.5320032Z nn/test_convolution (0.15906971822698554) 2024-10-08T19:59:52.5320760Z distributed/_composable/fully_shard/test_fully_shard_optim_checkpoint (0.15886160264519902) 2024-10-08T19:59:52.5321488Z test_cuda_primary_ctx (0.15841864786746912) 2024-10-08T19:59:52.5321977Z test_xnnpack_integration (0.15839093842740123) 2024-10-08T19:59:52.5322464Z test_function_schema (0.15815409858475604) 2024-10-08T19:59:52.5322965Z distributed/fsdp/test_fsdp_meta (0.1581106449249914) 2024-10-08T19:59:52.5323629Z distributed/_shard/sharded_tensor/ops/test_init (0.15804619897229774) 2024-10-08T19:59:52.5324287Z distributed/test_data_parallel (0.15774453624352236) 2024-10-08T19:59:52.5324864Z distributed/algorithms/test_join (0.15772316701715677) 2024-10-08T19:59:52.5325366Z test_jit_fuser_te (0.1575919651863505) 2024-10-08T19:59:52.5325782Z test_cuda (0.15740749976146878) 2024-10-08T19:59:52.5326181Z optim/test_optim (0.15724053757898784) 2024-10-08T19:59:52.5326741Z torch_np/numpy_tests/core/test_scalar_methods (0.15720223534285632) 2024-10-08T19:59:52.5327411Z test_functional_autograd_benchmark (0.15719532489651922) 2024-10-08T19:59:52.5328111Z distributed/_shard/sharded_tensor/ops/test_embedding (0.15707786663870787) 2024-10-08T19:59:52.5328921Z distributed/_shard/sharded_tensor/ops/test_embedding_bag (0.15707786663870787) 2024-10-08T19:59:52.5329592Z test_tensor_creation_ops (0.15691104943062562) 2024-10-08T19:59:52.5330048Z nn/test_init (0.15671974121412618) 2024-10-08T19:59:52.5330581Z torch_np/numpy_tests/core/test_numerictypes (0.15633385802467703) 2024-10-08T19:59:52.5331154Z test_reductions (0.15631550426580404) 2024-10-08T19:59:52.5331715Z distributed/rpc/cuda/test_tensorpipe_agent (0.1561688191692186) 2024-10-08T19:59:52.5356033Z torch_np/numpy_tests/lib/test_arraysetops (0.15609460194205385) 2024-10-08T19:59:52.5356641Z functorch/test_vmap (0.15604206321997185) 2024-10-08T19:59:52.5357148Z distributed/fsdp/test_fsdp_misc (0.15594138333256788) 2024-10-08T19:59:52.5357696Z distributed/test_pg_wrapper (0.15593657984749157) 2024-10-08T19:59:52.5358389Z distributed/_shard/sharded_tensor/test_sharded_tensor_reshard (0.15577243016834505) 2024-10-08T19:59:52.5359040Z functorch/test_ops (0.1550119138027844) 2024-10-08T19:59:52.5359509Z distributed/fsdp/test_fsdp_comm (0.1549084987317253) 2024-10-08T19:59:52.5360010Z test_mobile_optimizer (0.15490462308280056) 2024-10-08T19:59:52.5360484Z test_multiprocessing_spawn (0.15455387202263177) 2024-10-08T19:59:52.5361095Z test_cuda_trace (0.15419281811519672) 2024-10-08T19:59:52.5361629Z distributed/checkpoint/test_state_dict (0.1538882462334878) 2024-10-08T19:59:52.5362300Z distributed/fsdp/test_fsdp_unshard_params (0.1537325050694648) 2024-10-08T19:59:52.5362893Z functorch/test_aotdispatch (0.15367614868821752) 2024-10-08T19:59:52.5363460Z distributed/rpc/test_faulty_agent (0.15360221174489022) 2024-10-08T19:59:52.5364021Z torch_np/test_function_base (0.15327000774279267) 2024-10-08T19:59:52.5364667Z distributed/rpc/test_tensorpipe_agent (0.15312675370697604) 2024-10-08T19:59:52.5365219Z test_schema_check (0.15300718848790387) 2024-10-08T19:59:52.5365635Z test_jit (0.15300438564952937) 2024-10-08T19:59:52.5366048Z test_cuda_nvml_based_avail (0.15290717548273383) 2024-10-08T19:59:52.5366525Z test_jit_autocast (0.15288228821096025) 2024-10-08T19:59:52.5366966Z test_type_promotion (0.1525081672777241) 2024-10-08T19:59:52.5367548Z distributed/fsdp/test_fsdp_mixed_precision (0.15239465232355687) 2024-10-08T19:59:52.5368143Z optim/test_lrscheduler (0.15177520571287276) 2024-10-08T19:59:52.5368679Z onnx/test_pytorch_onnx_no_runtime (0.15172129456648326) 2024-10-08T19:59:52.5369181Z test_metal (0.15138079802878115) 2024-10-08T19:59:52.5369563Z test_dataloader (0.15134515365662546) 2024-10-08T19:59:52.5370047Z distributed/test_c10d_common (0.15080423484522687) 2024-10-08T19:59:52.5370630Z torch_np/numpy_tests/fft/test_helper (0.1501749686352721) 2024-10-08T19:59:52.5371141Z lazy/test_reuse_ir (0.149846234353783) 2024-10-08T19:59:52.5371710Z distributed/fsdp/test_fsdp_use_orig_params (0.14979138570628203) 2024-10-08T19:59:52.5372342Z profiler/test_memory_profiler (0.14973965884083265) 2024-10-08T19:59:52.5373015Z distributed/_shard/sharded_tensor/test_sharded_tensor (0.14903518957780207) 2024-10-08T19:59:52.5373669Z dynamo/test_comptime (0.14841262118506635) 2024-10-08T19:59:52.5374109Z test_dispatch (0.14824913838815376) 2024-10-08T19:59:52.5374500Z test_overrides (0.14820617764134464) 2024-10-08T19:59:52.5374964Z functorch/test_eager_transforms (0.14820429297416177) 2024-10-08T19:59:52.5375505Z profiler/test_profiler_tree (0.14820138382122824) 2024-10-08T19:59:52.5376096Z torch_np/numpy_tests/core/test_scalar_ctors (0.1468491496149712) 2024-10-08T19:59:52.5376684Z dynamo/test_python_autograd (0.14673736468862825) 2024-10-08T19:59:52.5377181Z distributed/test_c10d_ucc (0.14576520503091317) 2024-10-08T19:59:52.5377692Z distributed/test_c10d_spawn_gloo (0.1451363447492747) 2024-10-08T19:59:52.5378189Z test_dynamic_shapes (0.1448798463781684) 2024-10-08T19:59:52.5378676Z distributed/test_c10d_spawn_ucc (0.14480949513496846) 2024-10-08T19:59:52.5379228Z distributed/test_c10d_spawn_nccl (0.1445149071568487) 2024-10-08T19:59:52.5379990Z distributed/optim/test_zero_redundancy_optimizer (0.14363549245444981) 2024-10-08T19:59:52.5380663Z torch_np/test_scalars_0D_arrays (0.14340852053587486) 2024-10-08T19:59:52.5381168Z test_unary_ufuncs (0.14327642952875666) 2024-10-08T19:59:52.5381598Z test_serialization (0.1431047411808787) 2024-10-08T19:59:52.5382068Z torch_np/test_reductions (0.14281312034545196) 2024-10-08T19:59:52.5382523Z test_prims (0.14275584579301306) 2024-10-08T19:59:52.5382947Z distributed/test_launcher (0.14227984651734382) 2024-10-08T19:59:52.5383415Z test_autograd (0.14144119861585402) 2024-10-08T19:59:52.5384021Z distributed/test_c10d_gloo (0.1407828988663234) 2024-10-08T19:59:52.5384504Z distributed/test_store (0.1407699284901214) 2024-10-08T19:59:52.5385067Z torch_np/numpy_tests/lib/test_arraypad (0.13959207915555777) 2024-10-08T19:59:52.5385587Z test_nn (0.1362313599650144) 2024-10-08T19:59:52.5385986Z distributed/test_c10d_nccl (0.1296161781532009) 2024-10-08T19:59:52.5386457Z test_sparse_csr (0.1286307581704865) 2024-10-08T19:59:52.5386868Z test_linalg (0.12427365893268842) 2024-10-08T19:59:52.5387265Z test_spectral_ops (0.1213809267660472) 2024-10-08T19:59:52.5387811Z test_sparse (0.11791876415626679) 2024-10-08T19:59:52.5388225Z lazy/test_bindings (0.11367886222236243) 2024-10-08T19:59:52.5388656Z test_quantization (0.09972623614450676) 2024-10-08T19:59:52.5389150Z profiler/test_execution_trace (0.08598709936614873) 2024-10-08T19:59:52.5389700Z profiler/test_record_function (0.08598709936614873) 2024-10-08T19:59:52.5390213Z profiler/test_torch_tidy (0.08598709936614873) 2024-10-08T19:59:52.5390696Z test_jit_fuser_legacy (0.0757258114275084) 2024-10-08T19:59:52.5391209Z distributed/test_c10d_ops_nccl (0.07301647187519862) 2024-10-08T19:59:52.5391798Z test_jit_profiling (0.07186317637129157) 2024-10-08T19:59:52.5392238Z test_jit_legacy (0.0693312323256878) 2024-10-08T19:59:52.9100366Z distributions/test_distributions (0.06876663436250466) 2024-10-08T19:59:52.9101337Z base_commit: 05ad01290ec4310464e5073140f6c94a10acf565 2024-10-08T19:59:52.9103424Z Changed files: ['test/distributed/tensor/parallel/test_parallelize_api.py', 'torch/distributed/tensor/parallel/api.py'] 2024-10-08T19:59:52.9105296Z Results from Filepath 2024-10-08T19:59:52.9106097Z distributed/tensor/parallel/test_micro_pipeline_tp (0.25) 2024-10-08T19:59:52.9107134Z distributed/tensor/parallel/test_parallelize_api (0.25) 2024-10-08T19:59:52.9107749Z distributed/tensor/parallel/test_tp_examples (0.25) 2024-10-08T19:59:52.9108348Z distributed/tensor/parallel/test_tp_random_state (0.25) 2024-10-08T19:59:52.9108941Z distributed/tensor/parallel/test_tp_style (0.25) 2024-10-08T19:59:52.9109631Z distributed/_shard/sharded_tensor/ops/test_binary_cmp (0.20833333333333331) 2024-10-08T19:59:52.9110453Z distributed/_shard/sharded_tensor/ops/test_embedding (0.20833333333333331) 2024-10-08T19:59:52.9111289Z distributed/_shard/sharded_tensor/ops/test_embedding_bag (0.20833333333333331) 2024-10-08T19:59:52.9112092Z distributed/_shard/sharded_tensor/ops/test_init (0.20833333333333331) 2024-10-08T19:59:52.9112855Z distributed/_shard/sharded_tensor/ops/test_tensor_ops (0.20833333333333331) 2024-10-08T19:59:52.9113631Z distributed/_shard/sharded_tensor/test_logger (0.20833333333333331) 2024-10-08T19:59:52.9114390Z distributed/_shard/sharded_tensor/test_sharded_tensor (0.20833333333333331) 2024-10-08T19:59:52.9115224Z distributed/_shard/sharded_tensor/test_sharded_tensor_reshard (0.20833333333333331) 2024-10-08T19:59:52.9116006Z distributed/_tensor/debug/test_comm_mode (0.20833333333333331) 2024-10-08T19:59:52.9116722Z distributed/_tensor/debug/test_comm_mode_features (0.20833333333333331) 2024-10-08T19:59:52.9117457Z distributed/_tensor/debug/test_op_coverage (0.20833333333333331) 2024-10-08T19:59:52.9118177Z distributed/_tensor/experimental/test_local_map (0.20833333333333331) 2024-10-08T19:59:52.9118985Z distributed/_tensor/experimental/test_register_sharding (0.20833333333333331) 2024-10-08T19:59:52.9119813Z distributed/_tensor/experimental/test_tp_transform (0.20833333333333331) 2024-10-08T19:59:52.9120467Z distributed/_tensor/test_api (0.20833333333333331) 2024-10-08T19:59:52.9121050Z distributed/_tensor/test_attention (0.20833333333333331) 2024-10-08T19:59:52.9121670Z distributed/_tensor/test_common_rules (0.20833333333333331) 2024-10-08T19:59:52.9122305Z distributed/_tensor/test_convolution_ops (0.20833333333333331) 2024-10-08T19:59:52.9122929Z distributed/_tensor/test_dtensor (0.20833333333333331) 2024-10-08T19:59:52.9123552Z distributed/_tensor/test_dtensor_compile (0.20833333333333331) 2024-10-08T19:59:52.9124182Z distributed/_tensor/test_dtensor_ops (0.20833333333333331) 2024-10-08T19:59:52.9124813Z distributed/_tensor/test_embedding_ops (0.20833333333333331) 2024-10-08T19:59:52.9125485Z distributed/_tensor/test_experimental_ops (0.20833333333333331) 2024-10-08T19:59:52.9126106Z distributed/_tensor/test_init (0.20833333333333331) 2024-10-08T19:59:52.9126664Z distributed/_tensor/test_math_ops (0.20833333333333331) 2024-10-08T19:59:52.9127271Z distributed/_tensor/test_matrix_ops (0.20833333333333331) 2024-10-08T19:59:52.9127887Z distributed/_tensor/test_op_strategy (0.20833333333333331) 2024-10-08T19:59:52.9128734Z distributed/_tensor/test_optimizers (0.20833333333333331) 2024-10-08T19:59:52.9129364Z distributed/_tensor/test_pointwise_ops (0.20833333333333331) 2024-10-08T19:59:52.9129995Z distributed/_tensor/test_random_ops (0.20833333333333331) 2024-10-08T19:59:52.9130602Z distributed/_tensor/test_redistribute (0.20833333333333331) 2024-10-08T19:59:52.9131228Z distributed/_tensor/test_tensor_ops (0.20833333333333331) 2024-10-08T19:59:52.9131817Z distributed/_tensor/test_utils (0.20833333333333331) 2024-10-08T19:59:52.9132481Z distributed/_tensor/test_view_ops (0.20833333333333331) 2024-10-08T19:59:52.9133113Z distributed/_tensor/test_xla_integration (0.20833333333333331) 2024-10-08T19:59:52.9133798Z distributed/checkpoint/test_dedup_tensors (0.20833333333333331) 2024-10-08T19:59:52.9134520Z distributed/checkpoint/test_dtensor_checkpoint (0.20833333333333331) 2024-10-08T19:59:52.9135435Z distributed/checkpoint/test_dtensor_resharding (0.20833333333333331) 2024-10-08T19:59:52.9136191Z distributed/fsdp/test_fsdp_dtensor_state_dict (0.20833333333333331) 2024-10-08T19:59:52.9136929Z distributed/fsdp/test_hsdp_dtensor_state_dict (0.20833333333333331) 2024-10-08T19:59:52.9137648Z distributed/rpc/cuda/test_tensorpipe_agent (0.20833333333333331) 2024-10-08T19:59:52.9138337Z distributed/rpc/test_tensorpipe_agent (0.20833333333333331) 2024-10-08T19:59:52.9138948Z distributed/test_data_parallel (0.20833333333333331) 2024-10-08T19:59:52.9139736Z distributed/_composable/fsdp/test_fully_shard_autograd (0.16666666666666666) 2024-10-08T19:59:52.9140611Z distributed/_composable/fsdp/test_fully_shard_clip_grad_norm_ (0.16666666666666666) 2024-10-08T19:59:52.9141459Z distributed/_composable/fsdp/test_fully_shard_comm (0.16666666666666666) 2024-10-08T19:59:52.9142252Z distributed/_composable/fsdp/test_fully_shard_compile (0.16666666666666666) 2024-10-08T19:59:52.9143090Z distributed/_composable/fsdp/test_fully_shard_extensions (0.16666666666666666) 2024-10-08T19:59:52.9143931Z distributed/_composable/fsdp/test_fully_shard_frozen (0.16666666666666666) 2024-10-08T19:59:52.9144750Z distributed/_composable/fsdp/test_fully_shard_grad_scaler (0.16666666666666666) 2024-10-08T19:59:52.9145572Z distributed/_composable/fsdp/test_fully_shard_init (0.16666666666666666) 2024-10-08T19:59:52.9146376Z distributed/_composable/fsdp/test_fully_shard_logging (0.16666666666666666) 2024-10-08T19:59:52.9147185Z distributed/_composable/fsdp/test_fully_shard_memory (0.16666666666666666) 2024-10-08T19:59:52.9148028Z distributed/_composable/fsdp/test_fully_shard_mixed_precision (0.16666666666666666) 2024-10-08T19:59:52.9148894Z distributed/_composable/fsdp/test_fully_shard_overlap (0.16666666666666666) 2024-10-08T19:59:52.9149702Z distributed/_composable/fsdp/test_fully_shard_state (0.16666666666666666) 2024-10-08T19:59:52.9150509Z distributed/_composable/fsdp/test_fully_shard_state_dict (0.16666666666666666) 2024-10-08T19:59:52.9151352Z distributed/_composable/fsdp/test_fully_shard_training (0.16666666666666666) 2024-10-08T19:59:52.9152207Z distributed/_composable/fully_shard/test_fully_shard_compile (0.16666666666666666) 2024-10-08T19:59:52.9153060Z distributed/_composable/fully_shard/test_fully_shard_init (0.16666666666666666) 2024-10-08T19:59:52.9153979Z distributed/_composable/fully_shard/test_fully_shard_mixed_precision (0.16666666666666666) 2024-10-08T19:59:52.9154965Z distributed/_composable/fully_shard/test_fully_shard_model_checkpoint (0.16666666666666666) 2024-10-08T19:59:52.9155963Z distributed/_composable/fully_shard/test_fully_shard_optim_checkpoint (0.16666666666666666) 2024-10-08T19:59:52.9156887Z distributed/_composable/fully_shard/test_fully_shard_runtime (0.16666666666666666) 2024-10-08T19:59:52.9157754Z distributed/_composable/fully_shard/test_fully_shard_util (0.16666666666666666) 2024-10-08T19:59:52.9158517Z distributed/_composable/test_checkpoint (0.16666666666666666) 2024-10-08T19:59:52.9159308Z distributed/_composable/test_composability/test_2d_composability (0.16666666666666666) 2024-10-08T19:59:52.9160335Z distributed/_composable/test_composability/test_pp_composability (0.16666666666666666) 2024-10-08T19:59:52.9161127Z distributed/_composable/test_compose (0.16666666666666666) 2024-10-08T19:59:52.9161760Z distributed/_composable/test_contract (0.16666666666666666) 2024-10-08T19:59:52.9162395Z distributed/_composable/test_replicate (0.16666666666666666) 2024-10-08T19:59:52.9163124Z distributed/_composable/test_replicate_with_compiler (0.16666666666666666) 2024-10-08T19:59:52.9163984Z distributed/_shard/sharded_optim/test_sharded_optim (0.16666666666666666) 2024-10-08T19:59:52.9164767Z distributed/_shard/sharding_plan/test_sharding_plan (0.16666666666666666) 2024-10-08T19:59:52.9165556Z distributed/_shard/sharding_spec/test_sharding_spec (0.16666666666666666) 2024-10-08T19:59:52.9166245Z distributed/_shard/test_sharder (0.16666666666666666) 2024-10-08T19:59:52.9166859Z distributed/_tools/test_fsdp2_mem_tracker (0.16666666666666666) 2024-10-08T19:59:52.9167517Z distributed/_tools/test_mem_tracker (0.16666666666666666) 2024-10-08T19:59:52.9168140Z distributed/_tools/test_memory_tracker (0.16666666666666666) 2024-10-08T19:59:52.9168753Z distributed/_tools/test_mod_tracker (0.16666666666666666) 2024-10-08T19:59:52.9169399Z distributed/_tools/test_runtime_estimator (0.16666666666666666) 2024-10-08T19:59:52.9170151Z distributed/algorithms/ddp_comm_hooks/test_ddp_hooks (0.16666666666666666) 2024-10-08T19:59:52.9170981Z distributed/algorithms/quantization/test_quantization (0.16666666666666666) 2024-10-08T19:59:52.9171720Z distributed/algorithms/test_join (0.16666666666666666) 2024-10-08T19:59:52.9172411Z distributed/checkpoint/e2e/test_e2e_save_and_load (0.16666666666666666) 2024-10-08T19:59:52.9173169Z distributed/checkpoint/e2e/test_fine_tuning (0.16666666666666666) 2024-10-08T19:59:52.9173855Z distributed/checkpoint/e2e/test_fsdp_ep (0.16666666666666666) 2024-10-08T19:59:52.9174816Z distributed/checkpoint/e2e/test_pipeline (0.16666666666666666) 2024-10-08T19:59:52.9175517Z distributed/checkpoint/fsdp/test_fsdp_dsd (0.16666666666666666) 2024-10-08T19:59:52.9176191Z distributed/checkpoint/test_checkpoint (0.16666666666666666) 2024-10-08T19:59:52.9176880Z distributed/checkpoint/test_compatibility (0.16666666666666666) 2024-10-08T19:59:52.9177631Z distributed/checkpoint/test_file_system_checkpoint (0.16666666666666666) 2024-10-08T19:59:52.9178441Z distributed/checkpoint/test_file_system_checkpoint_cpu (0.16666666666666666) 2024-10-08T19:59:52.9179218Z distributed/checkpoint/test_format_utils (0.16666666666666666) 2024-10-08T19:59:52.9180016Z distributed/checkpoint/test_fsdp_model_state (0.16666666666666666) 2024-10-08T19:59:52.9180742Z distributed/checkpoint/test_fsdp_optim_state (0.16666666666666666) 2024-10-08T19:59:52.9181559Z distributed/checkpoint/test_fsdp_tp_checkpoint_conversion (0.16666666666666666) 2024-10-08T19:59:52.9182320Z distributed/checkpoint/test_fsspec (0.16666666666666666) 2024-10-08T19:59:52.9183003Z distributed/checkpoint/test_hsdp_checkpoint (0.16666666666666666) 2024-10-08T19:59:52.9183925Z distributed/checkpoint/test_nested_dict (0.16666666666666666) 2024-10-08T19:59:52.9184587Z distributed/checkpoint/test_planner (0.16666666666666666) 2024-10-08T19:59:52.9185258Z distributed/checkpoint/test_save_load_api (0.16666666666666666) 2024-10-08T19:59:52.9185928Z distributed/checkpoint/test_state_dict (0.16666666666666666) 2024-10-08T19:59:52.9186629Z distributed/checkpoint/test_state_dict_utils (0.16666666666666666) 2024-10-08T19:59:52.9187356Z distributed/checkpoint/test_tp_checkpoint (0.16666666666666666) 2024-10-08T19:59:52.9188015Z distributed/checkpoint/test_traverse (0.16666666666666666) 2024-10-08T19:59:52.9188639Z distributed/checkpoint/test_utils (0.16666666666666666) 2024-10-08T19:59:52.9189254Z distributed/elastic/events/lib_test (0.16666666666666666) 2024-10-08T19:59:52.9189873Z distributed/elastic/metrics/api_test (0.16666666666666666) 2024-10-08T19:59:52.9190719Z distributed/elastic/multiprocessing/api_test (0.16666666666666666) 2024-10-08T19:59:52.9191427Z distributed/elastic/test_control_plane (0.16666666666666666) 2024-10-08T19:59:52.9192065Z distributed/elastic/timer/api_test (0.16666666666666666) 2024-10-08T19:59:52.9192734Z distributed/elastic/timer/local_timer_example (0.16666666666666666) 2024-10-08T19:59:52.9193473Z distributed/elastic/timer/local_timer_test (0.16666666666666666) 2024-10-08T19:59:52.9194198Z distributed/elastic/utils/distributed_test (0.16666666666666666) 2024-10-08T19:59:52.9194956Z distributed/elastic/utils/logging_test (0.16666666666666666) 2024-10-08T19:59:52.9195601Z distributed/elastic/utils/util_test (0.16666666666666666) 2024-10-08T19:59:52.9196288Z distributed/flight_recorder/test_fr_analysis (0.16666666666666666) 2024-10-08T19:59:52.9196980Z distributed/fsdp/test_checkpoint_wrapper (0.16666666666666666) 2024-10-08T19:59:52.9197691Z distributed/fsdp/test_distributed_checkpoint (0.16666666666666666) 2024-10-08T19:59:52.9198358Z distributed/fsdp/test_fsdp_apply (0.16666666666666666) 2024-10-08T19:59:52.9199001Z distributed/fsdp/test_fsdp_backward_prefetch (0.16666666666666666) 2024-10-08T19:59:52.9199692Z distributed/fsdp/test_fsdp_checkpoint (0.16666666666666666) 2024-10-08T19:59:52.9200358Z distributed/fsdp/test_fsdp_clip_grad_norm (0.16666666666666666) 2024-10-08T19:59:52.9200976Z distributed/fsdp/test_fsdp_comm (0.16666666666666666) 2024-10-08T19:59:52.9201586Z distributed/fsdp/test_fsdp_comm_hooks (0.16666666666666666) 2024-10-08T19:59:52.9202203Z distributed/fsdp/test_fsdp_core (0.16666666666666666) 2024-10-08T19:59:52.9202812Z distributed/fsdp/test_fsdp_exec_order (0.16666666666666666) 2024-10-08T19:59:52.9203434Z distributed/fsdp/test_fsdp_fine_tune (0.16666666666666666) 2024-10-08T19:59:52.9204096Z distributed/fsdp/test_fsdp_flatten_params (0.16666666666666666) 2024-10-08T19:59:52.9204803Z distributed/fsdp/test_fsdp_freezing_weights (0.16666666666666666) 2024-10-08T19:59:52.9205444Z distributed/fsdp/test_fsdp_fx (0.16666666666666666) 2024-10-08T19:59:52.9206375Z distributed/fsdp/test_fsdp_grad_acc (0.16666666666666666) 2024-10-08T19:59:52.9207288Z distributed/fsdp/test_fsdp_hybrid_shard (0.16666666666666666) 2024-10-08T19:59:52.9207964Z distributed/fsdp/test_fsdp_ignored_modules (0.16666666666666666) 2024-10-08T19:59:52.9208617Z distributed/fsdp/test_fsdp_input (0.16666666666666666) 2024-10-08T19:59:52.9209210Z distributed/fsdp/test_fsdp_memory (0.16666666666666666) 2024-10-08T19:59:52.9209794Z distributed/fsdp/test_fsdp_meta (0.16666666666666666) 2024-10-08T19:59:52.9210373Z distributed/fsdp/test_fsdp_misc (0.16666666666666666) 2024-10-08T19:59:52.9211016Z distributed/fsdp/test_fsdp_mixed_precision (0.16666666666666666) 2024-10-08T19:59:52.9211721Z distributed/fsdp/test_fsdp_multiple_forward (0.16666666666666666) 2024-10-08T19:59:52.9212451Z distributed/fsdp/test_fsdp_multiple_wrapping (0.16666666666666666) 2024-10-08T19:59:52.9213150Z distributed/fsdp/test_fsdp_optim_state (0.16666666666666666) 2024-10-08T19:59:52.9213796Z distributed/fsdp/test_fsdp_overlap (0.16666666666666666) 2024-10-08T19:59:52.9214404Z distributed/fsdp/test_fsdp_pure_fp16 (0.16666666666666666) 2024-10-08T19:59:52.9215096Z distributed/fsdp/test_fsdp_sharded_grad_scaler (0.16666666666666666) 2024-10-08T19:59:52.9215792Z distributed/fsdp/test_fsdp_state_dict (0.16666666666666666) 2024-10-08T19:59:52.9216445Z distributed/fsdp/test_fsdp_tp_integration (0.16666666666666666) 2024-10-08T19:59:52.9217114Z distributed/fsdp/test_fsdp_traversal (0.16666666666666666) 2024-10-08T19:59:52.9217731Z distributed/fsdp/test_fsdp_uneven (0.16666666666666666) 2024-10-08T19:59:52.9218362Z distributed/fsdp/test_fsdp_unshard_params (0.16666666666666666) 2024-10-08T19:59:52.9219064Z distributed/fsdp/test_fsdp_use_orig_params (0.16666666666666666) 2024-10-08T19:59:52.9219807Z distributed/fsdp/test_shard_utils (0.16666666666666666) 2024-10-08T19:59:52.9220480Z distributed/fsdp/test_utils (0.16666666666666666) 2024-10-08T19:59:52.9221019Z distributed/fsdp/test_wrap (0.16666666666666666) 2024-10-08T19:59:52.9221569Z distributed/launcher/test_run (0.16666666666666666) 2024-10-08T19:59:52.9222156Z distributed/nn/jit/test_instantiator (0.16666666666666666) 2024-10-08T19:59:52.9222882Z distributed/optim/test_apply_optimizer_in_backward (0.16666666666666666) 2024-10-08T19:59:52.9223605Z distributed/optim/test_named_optimizer (0.16666666666666666) 2024-10-08T19:59:52.9224306Z distributed/optim/test_zero_redundancy_optimizer (0.16666666666666666) 2024-10-08T19:59:52.9225075Z distributed/pipelining/test_backward (0.16666666666666666) 2024-10-08T19:59:52.9225726Z distributed/pipelining/test_microbatch (0.16666666666666666) 2024-10-08T19:59:52.9226339Z distributed/pipelining/test_pipe (0.16666666666666666) 2024-10-08T19:59:52.9226958Z distributed/pipelining/test_schedule (0.16666666666666666) 2024-10-08T19:59:52.9227659Z distributed/pipelining/test_schedule_multiproc (0.16666666666666666) 2024-10-08T19:59:52.9228350Z distributed/pipelining/test_stage (0.16666666666666666) 2024-10-08T19:59:52.9228975Z distributed/pipelining/test_transformer (0.16666666666666666) 2024-10-08T19:59:52.9229636Z distributed/pipelining/test_unflatten (0.16666666666666666) 2024-10-08T19:59:52.9230257Z distributed/rpc/test_faulty_agent (0.16666666666666666) 2024-10-08T19:59:52.9230839Z distributed/rpc/test_share_memory (0.16666666666666666) 2024-10-08T19:59:52.9231407Z distributed/test_c10d_common (0.16666666666666666) 2024-10-08T19:59:52.9232008Z distributed/test_c10d_functional_native (0.16666666666666666) 2024-10-08T19:59:52.9232582Z distributed/test_c10d_gloo (0.16666666666666666) 2024-10-08T19:59:52.9233115Z distributed/test_c10d_logger (0.16666666666666666) 2024-10-08T19:59:52.9233642Z distributed/test_c10d_nccl (0.16666666666666666) 2024-10-08T19:59:52.9234224Z distributed/test_c10d_object_collectives (0.16666666666666666) 2024-10-08T19:59:52.9234841Z distributed/test_c10d_ops_nccl (0.16666666666666666) 2024-10-08T19:59:52.9235378Z distributed/test_c10d_pypg (0.16666666666666666) 2024-10-08T19:59:52.9235919Z distributed/test_c10d_spawn_gloo (0.16666666666666666) 2024-10-08T19:59:52.9236495Z distributed/test_c10d_spawn_nccl (0.16666666666666666) 2024-10-08T19:59:52.9237061Z distributed/test_c10d_spawn_ucc (0.16666666666666666) 2024-10-08T19:59:52.9237580Z distributed/test_c10d_ucc (0.16666666666666666) 2024-10-08T19:59:52.9238126Z distributed/test_collective_utils (0.16666666666666666) 2024-10-08T19:59:52.9238754Z distributed/test_compute_comm_reordering (0.16666666666666666) 2024-10-08T19:59:52.9239401Z distributed/test_control_collectives (0.16666666666666666) 2024-10-08T19:59:52.9239977Z distributed/test_device_mesh (0.16666666666666666) 2024-10-08T19:59:52.9240551Z distributed/test_distributed_spawn (0.16666666666666666) 2024-10-08T19:59:52.9241167Z distributed/test_dynamo_distributed (0.16666666666666666) 2024-10-08T19:59:52.9241718Z distributed/test_fake_pg (0.16666666666666666) 2024-10-08T19:59:52.9242255Z distributed/test_functional_api (0.16666666666666666) 2024-10-08T19:59:52.9242858Z distributed/test_inductor_collectives (0.16666666666666666) 2024-10-08T19:59:52.9243421Z distributed/test_launcher (0.16666666666666666) 2024-10-08T19:59:52.9243978Z distributed/test_multi_threaded_pg (0.16666666666666666) 2024-10-08T19:59:52.9244519Z distributed/test_nccl (0.16666666666666666) 2024-10-08T19:59:52.9245007Z distributed/test_pg_wrapper (0.16666666666666666) 2024-10-08T19:59:52.9245524Z distributed/test_store (0.16666666666666666) 2024-10-08T19:59:52.9246061Z distributed/test_symmetric_memory (0.16666666666666666) 2024-10-08T19:59:52.9246610Z dynamo/test_skip_non_tensor (0.16666666666666666) 2024-10-08T19:59:52.9247187Z inductor/test_distributed_patterns (0.16666666666666666) 2024-10-08T19:59:52.9247757Z onnx/exporter/test_tensors (0.16666666666666666) 2024-10-08T19:59:52.9248234Z test_fake_tensor (0.16666666666666666) 2024-10-08T19:59:52.9248750Z test_maskedtensor (0.16666666666666666) 2024-10-08T19:59:52.9249189Z test_namedtensor (0.16666666666666666) 2024-10-08T19:59:52.9249614Z test_nestedtensor (0.16666666666666666) 2024-10-08T19:59:52.9250056Z test_proxy_tensor (0.16666666666666666) 2024-10-08T19:59:52.9250519Z test_tensor_creation_ops (0.16666666666666666) 2024-10-08T19:59:52.9250977Z test_tensorboard (0.16666666666666666) 2024-10-08T19:59:52.9251409Z test_tensorexpr (0.16666666666666666) 2024-10-08T20:00:03.4247049Z test_tensorexpr_pybind (0.16666666666666666) 2024-10-08T20:00:03.4248603Z base_commit: 05ad01290ec4310464e5073140f6c94a10acf565 2024-10-08T20:00:03.4250776Z Changed files: ['test/distributed/tensor/parallel/test_parallelize_api.py', 'torch/distributed/tensor/parallel/api.py'] 2024-10-08T20:00:03.4252439Z Results from PublicBindings 2024-10-08T20:00:03.4253067Z test_public_bindings (1.0) 2024-10-08T20:00:03.4253711Z Aggregated Heuristics 2024-10-08T20:00:03.4254678Z distributed/tensor/parallel/test_parallelize_api (1.6834820732003961) 2024-10-08T20:00:03.4255777Z test_public_bindings (1.4281282039758856) 2024-10-08T20:00:03.4256792Z distributed/_tensor/test_dtensor_compile (0.6718061872887315) 2024-10-08T20:00:03.4257857Z distributed/test_fake_pg (0.5941613348621879) 2024-10-08T20:00:03.4258824Z distributed/tensor/parallel/test_tp_examples (0.4814362938081208) 2024-10-08T20:00:03.4260119Z distributed/tensor/parallel/test_micro_pipeline_tp (0.4790634352298459) 2024-10-08T20:00:03.4261340Z distributed/tensor/parallel/test_tp_random_state (0.4705376661027) 2024-10-08T20:00:03.4262195Z distributed/tensor/parallel/test_tp_style (0.4675143118930819) 2024-10-08T20:00:03.4263429Z distributed/_tensor/debug/test_op_coverage (0.4524189118225247) 2024-10-08T20:00:03.4264348Z test_transformers (0.4491217953505821) 2024-10-08T20:00:03.4264922Z distributed/_shard/sharded_tensor/test_logger (0.43202434495750913) 2024-10-08T20:00:03.4265592Z distributed/_tensor/test_common_rules (0.423768864918262) 2024-10-08T20:00:03.4266210Z distributed/_tensor/test_embedding_ops (0.4230195397003639) 2024-10-08T20:00:03.4266874Z distributed/checkpoint/test_dedup_tensors (0.42229459215338244) 2024-10-08T20:00:03.4267529Z distributed/_tensor/test_tensor_ops (0.41951969381023924) 2024-10-08T20:00:03.4268028Z test_testing (0.41722072015858575) 2024-10-08T20:00:03.4268517Z distributed/_tensor/test_attention (0.4163005770607783) 2024-10-08T20:00:03.4269102Z distributed/_tensor/test_dtensor (0.41488235953735353) 2024-10-08T20:00:03.4269799Z distributed/_tensor/experimental/test_register_sharding (0.4131074098696096) 2024-10-08T20:00:03.4270559Z distributed/_tensor/test_experimental_ops (0.41119769111066473) 2024-10-08T20:00:03.4271211Z distributed/_tensor/test_redistribute (0.4080071562832466) 2024-10-08T20:00:03.4271824Z distributed/_tensor/test_dtensor_ops (0.4076946650503761) 2024-10-08T20:00:03.4272388Z distributed/_tensor/test_init (0.4073594842406256) 2024-10-08T20:00:03.4273054Z distributed/_tensor/experimental/test_tp_transform (0.40725606188718716) 2024-10-08T20:00:03.4273715Z distributed/_tensor/test_api (0.4063253528599544) 2024-10-08T20:00:03.4274349Z distributed/checkpoint/test_dtensor_resharding (0.40618727924265063) 2024-10-08T20:00:03.4275026Z distributed/_tensor/test_random_ops (0.4056046365449725) 2024-10-08T20:00:03.4275621Z distributed/_tools/test_mod_tracker (0.4049432952243285) 2024-10-08T20:00:03.4276634Z distributed/_tensor/debug/test_comm_mode_features (0.4030464376357676) 2024-10-08T20:00:03.4277353Z distributed/_tensor/test_convolution_ops (0.4029871336960863) 2024-10-08T20:00:03.4278059Z distributed/_tensor/experimental/test_local_map (0.40225161066251913) 2024-10-08T20:00:03.4278637Z test_dataloader (0.4013451536566255) 2024-10-08T20:00:03.4279131Z distributed/_tensor/test_math_ops (0.40131898005499644) 2024-10-08T20:00:03.4279749Z distributed/_tensor/test_xla_integration (0.4012504106915272) 2024-10-08T20:00:03.4280646Z distributed/checkpoint/test_dtensor_checkpoint (0.39897281192652956) 2024-10-08T20:00:03.4281306Z distributed/_tensor/test_utils (0.39704150706764074) 2024-10-08T20:00:03.4281951Z distributed/flight_recorder/test_fr_analysis (0.39568655158714877) 2024-10-08T20:00:03.4282636Z distributed/checkpoint/test_nested_dict (0.395676963946916) 2024-10-08T20:00:03.4283277Z distributed/_tensor/debug/test_comm_mode (0.39281354534934887) 2024-10-08T20:00:03.4284193Z distributed/_tensor/test_op_strategy (0.3926379517218185) 2024-10-08T20:00:03.4284799Z distributed/test_symmetric_memory (0.39248574882331044) 2024-10-08T20:00:03.4285437Z onnx/exporter/test_tensors (0.3920730163752256) 2024-10-08T20:00:03.4286012Z distributed/_tensor/test_pointwise_ops (0.3920180227533259) 2024-10-08T20:00:03.4286633Z distributed/_tensor/test_matrix_ops (0.39144450377780476) 2024-10-08T20:00:03.4287233Z distributed/_tensor/test_optimizers (0.39000742114281883) 2024-10-08T20:00:03.4287897Z distributed/fsdp/test_fsdp_dtensor_state_dict (0.3892931929071969) 2024-10-08T20:00:03.4288526Z dynamo/test_skip_non_tensor (0.38842171049996604) 2024-10-08T20:00:03.4289095Z distributed/pipelining/test_backward (0.3845154429822262) 2024-10-08T20:00:03.4289745Z distributed/pipelining/test_transformer (0.38343219427528186) 2024-10-08T20:00:03.4290374Z distributed/_tensor/test_view_ops (0.38140286108227806) 2024-10-08T20:00:03.4291017Z distributed/fsdp/test_hsdp_dtensor_state_dict (0.38075831623265516) 2024-10-08T20:00:03.4291717Z distributed/checkpoint/e2e/test_fsdp_ep (0.3764434160749872) 2024-10-08T20:00:03.4292368Z distributed/_composable/test_contract (0.37597354438390224) 2024-10-08T20:00:03.4292985Z distributed/_tools/test_mem_tracker (0.37585587086005307) 2024-10-08T20:00:03.4293653Z distributed/pipelining/test_schedule_multiproc (0.3756762379151274) 2024-10-08T20:00:03.4294378Z distributed/checkpoint/test_save_load_api (0.37501103035617944) 2024-10-08T20:00:03.4294964Z test_tensorexpr_pybind (0.37435451598731273) 2024-10-08T20:00:03.4295484Z distributed/pipelining/test_pipe (0.3741656169827512) 2024-10-08T20:00:03.4296096Z distributed/test_c10d_functional_native (0.3735374209464269) 2024-10-08T20:00:03.4296691Z distributed/fsdp/test_fsdp_fx (0.3734686257617728) 2024-10-08T20:00:03.4297360Z distributed/_shard/sharded_tensor/ops/test_tensor_ops (0.3725114651226516) 2024-10-08T20:00:03.4297993Z test_proxy_tensor (0.3715312845473992) 2024-10-08T20:00:03.4298604Z distributed/_shard/sharded_tensor/ops/test_binary_cmp (0.3714299174486518) 2024-10-08T20:00:03.4299367Z distributed/checkpoint/test_fsdp_optim_state (0.36796521659052395) 2024-10-08T20:00:03.4300200Z distributed/_shard/sharded_tensor/ops/test_init (0.3677190947502537) 2024-10-08T20:00:03.4300852Z distributed/test_data_parallel (0.3676932242894889) 2024-10-08T20:00:03.4301507Z distributed/_composable/fsdp/test_fully_shard_state (0.3671419236734147) 2024-10-08T20:00:03.4302295Z distributed/_shard/sharded_tensor/ops/test_embedding (0.3667507624166638) 2024-10-08T20:00:03.4303115Z distributed/_shard/sharded_tensor/ops/test_embedding_bag (0.3667507624166638) 2024-10-08T20:00:03.4303870Z distributed/pipelining/test_microbatch (0.3665742619179394) 2024-10-08T20:00:03.4304544Z distributed/rpc/cuda/test_tensorpipe_agent (0.36584171494717455) 2024-10-08T20:00:03.4305338Z distributed/_shard/sharded_tensor/test_sharded_tensor_reshard (0.365445325946301) 2024-10-08T20:00:03.4306117Z distributed/_tools/test_runtime_estimator (0.36535941511683234) 2024-10-08T20:00:03.4306794Z distributed/checkpoint/fsdp/test_fsdp_dsd (0.36458125053447227) 2024-10-08T20:00:03.4307573Z distributed/_composable/fully_shard/test_fully_shard_util (0.36391380773286486) 2024-10-08T20:00:03.4308315Z distributed/_tools/test_memory_tracker (0.3638244251844084) 2024-10-08T20:00:03.4309026Z distributed/_composable/fsdp/test_fully_shard_logging (0.36365358835219236) 2024-10-08T20:00:03.4309771Z distributed/checkpoint/test_format_utils (0.36304061023660916) 2024-10-08T20:00:03.4310547Z distributed/rpc/test_tensorpipe_agent (0.36279964948493204) 2024-10-08T20:00:03.4311267Z distributed/_composable/fsdp/test_fully_shard_overlap (0.36155267735626695) 2024-10-08T20:00:03.4312001Z distributed/pipelining/test_unflatten (0.36137894003688764) 2024-10-08T20:00:03.4312590Z distributed/test_device_mesh (0.3612221536825615) 2024-10-08T20:00:03.4313204Z distributed/checkpoint/test_tp_checkpoint (0.36095368180075676) 2024-10-08T20:00:03.4313872Z distributed/_tools/test_fsdp2_mem_tracker (0.3605256207262514) 2024-10-08T20:00:03.4314424Z test_namedtensor (0.3596578619655064) 2024-10-08T20:00:03.4315022Z distributed/_composable/test_checkpoint (0.35884681016148534) 2024-10-08T20:00:03.4315744Z distributed/_shard/sharded_tensor/test_sharded_tensor (0.35870808535575804) 2024-10-08T20:00:03.4316450Z distributed/checkpoint/test_fsspec (0.3585414167581839) 2024-10-08T20:00:03.4317087Z distributed/test_compute_comm_reordering (0.35782184819085094) 2024-10-08T20:00:03.4317750Z distributed/checkpoint/e2e/test_pipeline (0.3576597861430454) 2024-10-08T20:00:03.4318449Z distributed/checkpoint/e2e/test_fine_tuning (0.35722310392429846) 2024-10-08T20:00:03.4319123Z distributed/checkpoint/test_traverse (0.35689598369111464) 2024-10-08T20:00:03.4319820Z distributed/checkpoint/e2e/test_e2e_save_and_load (0.35641980341812685) 2024-10-08T20:00:03.4320602Z distributed/_composable/fsdp/test_fully_shard_init (0.35635006784110235) 2024-10-08T20:00:03.4321427Z distributed/checkpoint/test_fsdp_tp_checkpoint_conversion (0.355900589469771) 2024-10-08T20:00:03.4322252Z distributed/_composable/fsdp/test_fully_shard_memory (0.3556473288602352) 2024-10-08T20:00:03.4323062Z distributed/_composable/fsdp/test_fully_shard_grad_scaler (0.35550699364231203) 2024-10-08T20:00:03.4323782Z distributed/fsdp/test_shard_utils (0.3553712202854673) 2024-10-08T20:00:03.4324366Z distributed/pipelining/test_stage (0.3545376297949313) 2024-10-08T20:00:03.4324970Z distributed/optim/test_named_optimizer (0.35417241731781435) 2024-10-08T20:00:03.4325610Z distributed/checkpoint/test_planner (0.3540749751919809) 2024-10-08T20:00:03.4326384Z distributed/_composable/test_composability/test_pp_composability (0.35404690814839623) 2024-10-08T20:00:03.4327129Z distributed/test_functional_api (0.3530481089968198) 2024-10-08T20:00:03.4327772Z distributed/checkpoint/test_hsdp_checkpoint (0.3529021639384512) 2024-10-08T20:00:03.4328564Z distributed/_composable/fully_shard/test_fully_shard_compile (0.3527954504791423) 2024-10-08T20:00:03.4329285Z distributed/test_collective_utils (0.3527758306105208) 2024-10-08T20:00:03.4329941Z distributed/checkpoint/test_state_dict_utils (0.3508412146605032) 2024-10-08T20:00:03.4330517Z test_tensorexpr (0.34956505360805323) 2024-10-08T20:00:03.4331070Z distributed/checkpoint/test_fsdp_model_state (0.3485468694112369) 2024-10-08T20:00:03.4331873Z distributed/_composable/fsdp/test_fully_shard_clip_grad_norm_ (0.3482591626302354) 2024-10-08T20:00:03.4332666Z distributed/checkpoint/test_compatibility (0.3477911855256323) 2024-10-08T20:00:03.4333309Z inductor/test_distributed_patterns (0.347478079484321) 2024-10-08T20:00:03.4334072Z distributed/_composable/fully_shard/test_fully_shard_mixed_precision (0.34742387838913413) 2024-10-08T20:00:03.4334783Z test_maskedtensor (0.34640345192161826) 2024-10-08T20:00:03.4335325Z distributed/elastic/test_control_plane (0.34610410878322173) 2024-10-08T20:00:03.4335958Z distributed/test_inductor_collectives (0.34598424295120267) 2024-10-08T20:00:03.4336570Z distributed/checkpoint/test_utils (0.3458667373677814) 2024-10-08T20:00:03.4337172Z distributed/test_dynamo_distributed (0.34563393911610957) 2024-10-08T20:00:03.4337783Z distributed/_composable/test_compose (0.34550894055183673) 2024-10-08T20:00:03.4338399Z distributed/test_control_collectives (0.3454712472081797) 2024-10-08T20:00:03.4339147Z distributed/_composable/fsdp/test_fully_shard_mixed_precision (0.345165544526161) 2024-10-08T20:00:03.4339921Z distributed/test_nccl (0.34477649023067103) 2024-10-08T20:00:03.4340652Z distributed/_composable/fsdp/test_fully_shard_state_dict (0.3441283590181576) 2024-10-08T20:00:03.4341389Z distributed/_composable/test_replicate (0.3438096789318968) 2024-10-08T20:00:03.4342032Z distributed/checkpoint/test_checkpoint (0.3433309804954923) 2024-10-08T20:00:03.4342746Z distributed/_composable/fsdp/test_fully_shard_compile (0.3433091956758505) 2024-10-08T20:00:03.4343506Z distributed/fsdp/test_fsdp_backward_prefetch (0.3432691827418146) 2024-10-08T20:00:03.4344170Z distributed/fsdp/test_fsdp_overlap (0.3427334856456883) 2024-10-08T20:00:03.4345130Z distributed/fsdp/test_fsdp_pure_fp16 (0.3425483700315727) 2024-10-08T20:00:03.4345667Z test_tensorboard (0.34234486463566427) 2024-10-08T20:00:03.4346195Z distributed/pipelining/test_schedule (0.3418835754289812) 2024-10-08T20:00:03.4346910Z distributed/_composable/fsdp/test_fully_shard_autograd (0.34184008310937686) 2024-10-08T20:00:03.4347725Z distributed/_composable/fsdp/test_fully_shard_frozen (0.34173287937403224) 2024-10-08T20:00:03.4348455Z distributed/fsdp/test_fsdp_optim_state (0.3411983420730954) 2024-10-08T20:00:03.4348981Z test_fake_tensor (0.3411092381707463) 2024-10-08T20:00:03.4349677Z distributed/_composable/fully_shard/test_fully_shard_model_checkpoint (0.3410768025652814) 2024-10-08T20:00:03.4350626Z distributed/_composable/test_composability/test_2d_composability (0.3399976322170808) 2024-10-08T20:00:03.4351433Z distributed/fsdp/test_fsdp_ignored_modules (0.3393758469404371) 2024-10-08T20:00:03.4352201Z distributed/_composable/fully_shard/test_fully_shard_init (0.3391509433232833) 2024-10-08T20:00:03.4352925Z distributed/fsdp/test_fsdp_memory (0.33890578195015386) 2024-10-08T20:00:03.4353810Z distributed/fsdp/test_distributed_checkpoint (0.3388679339671382) 2024-10-08T20:00:03.4354695Z distributed/checkpoint/test_file_system_checkpoint (0.338674074201222) 2024-10-08T20:00:03.4355381Z distributed/fsdp/test_fsdp_apply (0.3380915863972416) 2024-10-08T20:00:03.4356032Z distributed/fsdp/test_fsdp_freezing_weights (0.3380447113416681) 2024-10-08T20:00:03.4356722Z distributed/fsdp/test_fsdp_flatten_params (0.33772180503100596) 2024-10-08T20:00:03.4357291Z test_nestedtensor (0.3367779841955483) 2024-10-08T20:00:03.4357800Z distributed/rpc/test_share_memory (0.33654673820570735) 2024-10-08T20:00:03.4358341Z distributed/test_c10d_logger (0.33648925202334) 2024-10-08T20:00:03.4358946Z distributed/fsdp/test_fsdp_tp_integration (0.33572024067544315) 2024-10-08T20:00:03.4359606Z distributed/fsdp/test_fsdp_traversal (0.335569515108188) 2024-10-08T20:00:03.4360219Z distributed/fsdp/test_fsdp_state_dict (0.33459185872520275) 2024-10-08T20:00:03.4360829Z distributed/fsdp/test_fsdp_input (0.3343281019692025) 2024-10-08T20:00:03.4361436Z distributed/fsdp/test_fsdp_exec_order (0.33402816663133156) 2024-10-08T20:00:03.4362007Z distributed/test_c10d_pypg (0.333534653449112) 2024-10-08T20:00:03.4362548Z distributed/fsdp/test_fsdp_uneven (0.33351588509615243) 2024-10-08T20:00:03.4363213Z distributed/fsdp/test_fsdp_multiple_wrapping (0.3334480687093692) 2024-10-08T20:00:03.4363874Z distributed/test_distributed_spawn (0.333040928636964) 2024-10-08T20:00:03.4364467Z distributed/nn/jit/test_instantiator (0.3327634283079688) 2024-10-08T20:00:03.4365057Z distributed/launcher/test_run (0.33251786200571265) 2024-10-08T20:00:03.4365640Z distributed/fsdp/test_fsdp_grad_acc (0.33245579363315736) 2024-10-08T20:00:03.4366366Z distributed/algorithms/quantization/test_quantization (0.33228093417923865) 2024-10-08T20:00:03.4367225Z distributed/checkpoint/test_file_system_checkpoint_cpu (0.33213315794137277) 2024-10-08T20:00:03.4368046Z distributed/_shard/sharding_plan/test_sharding_plan (0.33142771151820144) 2024-10-08T20:00:03.4368749Z distributed/fsdp/test_fsdp_checkpoint (0.3313535049551863) 2024-10-08T20:00:03.4369463Z distributed/_composable/test_replicate_with_compiler (0.33103326617345985) 2024-10-08T20:00:03.4370207Z distributed/fsdp/test_checkpoint_wrapper (0.33078887096908327) 2024-10-08T20:00:03.4370913Z distributed/_shard/test_sharder (0.33068696263258074) 2024-10-08T20:00:03.4371586Z distributed/_composable/fsdp/test_fully_shard_comm (0.33059477898978995) 2024-10-08T20:00:03.4372300Z distributed/fsdp/test_fsdp_comm_hooks (0.3305514679218434) 2024-10-08T20:00:03.4373026Z distributed/algorithms/ddp_comm_hooks/test_ddp_hooks (0.33054544828954824) 2024-10-08T20:00:03.4373819Z distributed/_shard/sharded_optim/test_sharded_optim (0.3304617567647499) 2024-10-08T20:00:03.4374658Z distributed/optim/test_apply_optimizer_in_backward (0.3303674664150375) 2024-10-08T20:00:03.4375483Z distributed/_composable/fully_shard/test_fully_shard_runtime (0.330169025458123) 2024-10-08T20:00:03.4376484Z distributed/fsdp/test_fsdp_clip_grad_norm (0.3300201077557978) 2024-10-08T20:00:03.4377215Z distributed/_shard/sharding_spec/test_sharding_spec (0.3297948165410579) 2024-10-08T20:00:03.4377941Z distributed/test_c10d_object_collectives (0.32936948098524776) 2024-10-08T20:00:03.4378529Z distributed/fsdp/test_wrap (0.3291218780133699) 2024-10-08T20:00:03.4379196Z distributed/_composable/fsdp/test_fully_shard_training (0.32903978358953767) 2024-10-08T20:00:03.4380124Z distributed/_composable/fsdp/test_fully_shard_extensions (0.32856154932554815) 2024-10-08T20:00:03.4380829Z distributed/fsdp/test_fsdp_core (0.32851341782518606) 2024-10-08T20:00:03.4381380Z distributed/fsdp/test_utils (0.32834497690383857) 2024-10-08T20:00:03.4382023Z distributed/fsdp/test_fsdp_sharded_grad_scaler (0.32833012186045374) 2024-10-08T20:00:03.4382714Z distributed/fsdp/test_fsdp_fine_tune (0.3280227787721698) 2024-10-08T20:00:03.4383368Z distributed/fsdp/test_fsdp_multiple_forward (0.3276752725016117) 2024-10-08T20:00:03.4384179Z distributed/test_multi_threaded_pg (0.3276417630864069) 2024-10-08T20:00:03.4384813Z distributed/fsdp/test_fsdp_hybrid_shard (0.32724952398944507) 2024-10-08T20:00:03.4385420Z distributed/algorithms/test_join (0.3257293961284461) 2024-10-08T20:00:03.4386204Z distributed/_composable/fully_shard/test_fully_shard_optim_checkpoint (0.3255282693118657) 2024-10-08T20:00:03.4386982Z distributed/fsdp/test_fsdp_meta (0.32477731159165807) 2024-10-08T20:00:03.4387506Z test_tensor_creation_ops (0.32357771609729225) 2024-10-08T20:00:03.4388034Z distributed/fsdp/test_fsdp_misc (0.3228838422672451) 2024-10-08T20:00:03.4388577Z distributed/test_pg_wrapper (0.3226032465141582) 2024-10-08T20:00:03.4389113Z distributed/fsdp/test_fsdp_comm (0.3215751653983919) 2024-10-08T20:00:03.4389738Z distributed/fsdp/test_fsdp_unshard_params (0.32067496400414197) 2024-10-08T20:00:03.4390410Z distributed/checkpoint/test_state_dict (0.3205549129001545) 2024-10-08T20:00:03.4391015Z distributed/rpc/test_faulty_agent (0.3202688784115569) 2024-10-08T20:00:03.4391660Z distributed/fsdp/test_fsdp_mixed_precision (0.31933711125823405) 2024-10-08T20:00:03.4392283Z distributed/test_c10d_common (0.31908625622452674) 2024-10-08T20:00:03.4392903Z distributed/fsdp/test_fsdp_use_orig_params (0.3167338446409592) 2024-10-08T20:00:03.4393488Z distributed/test_c10d_ucc (0.31404722641021304) 2024-10-08T20:00:03.4394017Z distributed/test_c10d_spawn_gloo (0.313142573860564) 2024-10-08T20:00:03.4394573Z distributed/test_c10d_spawn_ucc (0.3128157242462578) 2024-10-08T20:00:03.4395125Z distributed/test_c10d_spawn_nccl (0.31252113626813804) 2024-10-08T20:00:03.4395799Z distributed/optim/test_zero_redundancy_optimizer (0.31191751383374966) 2024-10-08T20:00:03.4396440Z distributed/test_launcher (0.31028607562863314) 2024-10-08T20:00:03.4396946Z distributed/test_c10d_gloo (0.30906492024562326) 2024-10-08T20:00:03.4397451Z distributed/test_store (0.3090519498694213) 2024-10-08T20:00:03.4397942Z distributed/test_c10d_nccl (0.29789819953250074) 2024-10-08T20:00:03.4398388Z test_package (0.25) 2024-10-08T20:00:03.4398802Z inductor/test_external_callables (0.24648640047356757) 2024-10-08T20:00:03.4399345Z functorch/test_rearrange (0.24550088384125404) 2024-10-08T20:00:03.4400151Z cpp_extensions/open_registration_extension/test/test_openreg (0.24549249465605036) 2024-10-08T20:00:03.4400842Z functorch/test_parsing (0.24455186209756846) 2024-10-08T20:00:03.4401319Z inductor/test_pad_mm (0.24243180745297702) 2024-10-08T20:00:03.4401775Z test_comparison_utils (0.24168958421961015) 2024-10-08T20:00:03.4402240Z inductor/test_config (0.2415415170337573) 2024-10-08T20:00:03.4402727Z export/test_retraceability (0.24078502504490257) 2024-10-08T20:00:03.4403221Z inductor/test_b2b_gemm (0.24013064551571375) 2024-10-08T20:00:03.4403809Z distributed/test_c10d_ops_nccl (0.2396831385418653) 2024-10-08T20:00:03.4404375Z inductor/test_cpp_wrapper_hipify (0.2387040587728532) 2024-10-08T20:00:03.4404922Z inductor/test_inductor_utils (0.23864699684953236) 2024-10-08T20:00:03.4405511Z export/test_functionalized_assertions (0.2380884201563744) 2024-10-08T20:00:03.4406043Z test_mkl_verbose (0.2377798759761416) 2024-10-08T20:00:03.4406569Z inductor/test_triton_extension_backend (0.23524118095603927) 2024-10-08T20:00:03.4407113Z inductor/test_utils (0.23447438236653578) 2024-10-08T20:00:03.4407615Z dynamo/test_fx_passes_pre_grad (0.2344562895615804) 2024-10-08T20:00:03.4408171Z inductor/test_extension_backend (0.23329821473499684) 2024-10-08T20:00:03.4408709Z inductor/test_autoheuristic (0.23309403279189456) 2024-10-08T20:00:03.4409206Z test_mkldnn_verbose (0.23252258237213375) 2024-10-08T20:00:03.4409655Z test_cpp_api_parity (0.23229539782444072) 2024-10-08T20:00:03.4410102Z onnx/test_lazy_import (0.23188840636254363) 2024-10-08T20:00:03.4410603Z export/test_export_nonstrict (0.2318854875446502) 2024-10-08T20:00:03.4411089Z dynamo/test_utils (0.23188106099301045) 2024-10-08T20:00:03.4411534Z inductor/test_indexing (0.23173063555693907) 2024-10-08T20:00:03.4411997Z test_module_tracker (0.23123461048433203) 2024-10-08T20:00:03.4412471Z inductor/test_ck_backend (0.23112885649297418) 2024-10-08T20:00:03.4412933Z inductor/test_smoke (0.23097429445406042) 2024-10-08T20:00:03.4413404Z dynamo/test_frame_init (0.23079502877761143) 2024-10-08T20:00:03.4413898Z onnx/test_fx_type_promotion (0.23067665234860846) 2024-10-08T20:00:03.4414415Z inductor/test_compile_worker (0.2301921672381364) 2024-10-08T20:00:03.4414926Z dynamo/test_base_output (0.23011480889900024) 2024-10-08T20:00:03.4415410Z inductor/test_fx_fusion (0.2297681074570346) 2024-10-08T20:00:03.4415868Z inductor/test_metrics (0.22917815830400212) 2024-10-08T20:00:03.4416325Z export/test_serdes (0.2288197853438452) 2024-10-08T20:00:03.4416785Z export/test_tree_utils (0.22868340900610346) 2024-10-08T20:00:03.4417275Z inductor/test_cudacodecache (0.22821384931749708) 2024-10-08T20:00:03.4417869Z inductor/test_move_constructors_to_cuda (0.22764914231599348) 2024-10-08T20:00:03.4418431Z onnx/test_fx_passes (0.22721437375930909) 2024-10-08T20:00:03.4418920Z inductor/test_cutlass_backend (0.22691789144904656) 2024-10-08T20:00:03.4419443Z inductor/test_debug_trace (0.2256547719698937) 2024-10-08T20:00:03.4420023Z test_license (0.2249305244021681) 2024-10-08T20:00:03.4420554Z inductor/test_torchinductor_strided_blocks (0.2247022187191253) 2024-10-08T20:00:03.4421207Z dynamo/test_inline_inbuilt_nn_modules (0.22443320422493285) 2024-10-08T20:00:03.4421881Z export/test_export_training_ir_to_run_decomp (0.22396244335753593) 2024-10-08T20:00:03.4422531Z inductor/test_triton_cpu_backend (0.22337523905311846) 2024-10-08T20:00:03.4423058Z dynamo/test_reconstruct (0.22274434912989846) 2024-10-08T20:00:03.4423522Z test_ao_sparsity (0.22263463250497667) 2024-10-08T20:00:03.4424017Z inductor/test_benchmark_fusion (0.22236907806643275) 2024-10-08T20:00:03.4424516Z dynamo/test_interop (0.2222642712411463) 2024-10-08T20:00:03.4424999Z inductor/test_combo_kernels (0.2217937423327873) 2024-10-08T20:00:03.4425530Z inductor/test_triton_kernels (0.22169050123100661) 2024-10-08T20:00:03.4426077Z inductor/test_aot_inductor_utils (0.22156193793425633) 2024-10-08T20:00:03.4426691Z dynamo/test_sdpa (0.22137981142967333) 2024-10-08T20:00:03.4440018Z test_autoload (0.22058842518215357) 2024-10-08T20:00:03.4440477Z export/test_tools (0.2204715951467365) 2024-10-08T20:00:03.4441029Z inductor/test_coordinate_descent_tuner (0.22034127282728222) 2024-10-08T20:00:03.4441653Z onnx/test_fx_to_onnx_decomp_skip (0.2200335984934415) 2024-10-08T20:00:03.4442190Z inductor/test_flex_decoding (0.21987845655693303) 2024-10-08T20:00:03.4442702Z dynamo/test_exceptions (0.2195570896118167) 2024-10-08T20:00:03.4443221Z inductor/test_triton_wrapper (0.21883699913664847) 2024-10-08T20:00:03.4443869Z torch_np/test_binary_ufuncs (0.2170616426504011) 2024-10-08T20:00:03.4444389Z dynamo/test_pre_dispatch (0.21642389060564352) 2024-10-08T20:00:03.4444901Z torch_np/test_unary_ufuncs (0.2162571120574009) 2024-10-08T20:00:03.4445383Z dynamo/test_subgraphs (0.21606547523226446) 2024-10-08T20:00:03.4445842Z dynamo/test_view (0.21597578440428047) 2024-10-08T20:00:03.4446292Z inductor/test_foreach (0.2153636831631295) 2024-10-08T20:00:03.4446829Z inductor/test_compiled_optimizers (0.21531377331014362) 2024-10-08T20:00:03.4447426Z inductor/test_auto_functionalize (0.21525709798521925) 2024-10-08T20:00:03.4447993Z inductor/test_codegen_triton (0.21523585440333254) 2024-10-08T20:00:03.4448617Z inductor/test_torchinductor_dynamic_shapes (0.21491793521198505) 2024-10-08T20:00:03.4449203Z dynamo/test_recompiles (0.21477861745177237) 2024-10-08T20:00:03.4449723Z inductor/test_cuda_cpp_wrapper (0.21477783195309974) 2024-10-08T20:00:03.4450254Z inductor/test_profiler (0.21438448741459848) 2024-10-08T20:00:03.4450774Z inductor/test_group_batch_fusion (0.2135485966636034) 2024-10-08T20:00:03.4451368Z inductor/test_scatter_optimization (0.21315170244789466) 2024-10-08T20:00:03.4451936Z inductor/test_snode_runtime (0.21311538152854512) 2024-10-08T20:00:03.4452409Z dynamo/test_nops (0.21299528473667778) 2024-10-08T20:00:03.4452853Z torch_np/test_dtype (0.21276616719700234) 2024-10-08T20:00:03.4453299Z test_file_check (0.21261767475291338) 2024-10-08T20:00:03.4453717Z dynamo/test_config (0.21225369236262498) 2024-10-08T20:00:03.4454243Z inductor/test_torchinductor_opinfo (0.21194371074028504) 2024-10-08T20:00:03.4454805Z inductor/test_multi_kernel (0.2118146448656193) 2024-10-08T20:00:03.4455304Z backends/xeon/test_launch (0.21173180385729323) 2024-10-08T20:00:03.4455816Z dynamo/test_dynamic_shapes (0.2111740196908481) 2024-10-08T20:00:03.4456344Z inductor/test_pattern_matcher (0.21091180230039358) 2024-10-08T20:00:03.4456872Z dynamo/test_export_mutations (0.2107110030932605) 2024-10-08T20:00:03.4457437Z inductor/test_split_cat_fx_passes (0.2105457199768845) 2024-10-08T20:00:03.4457958Z dynamo/test_resume (0.21040252393082734) 2024-10-08T20:00:03.4458499Z onnx/test_models_quantized_onnxruntime (0.21030440525780006) 2024-10-08T20:00:03.4459053Z dynamo/test_global (0.2102784838353159) 2024-10-08T20:00:03.4459671Z inductor/test_custom_lowering (0.20997655048766295) 2024-10-08T20:00:03.4460200Z inductor/test_layout_optim (0.2098200290988068) 2024-10-08T20:00:03.4460731Z inductor/test_inplacing_pass (0.20970682078643701) 2024-10-08T20:00:03.4461285Z inductor/test_cpu_cpp_wrapper (0.20953679481166396) 2024-10-08T20:00:03.4461793Z test_expanded_weights (0.20950799323112598) 2024-10-08T20:00:03.4462257Z test_show_pickle (0.20948558985404983) 2024-10-08T20:00:03.4462712Z inductor/test_xpu_basic (0.2093593268177586) 2024-10-08T20:00:03.4463176Z inductor/test_fp8 (0.2090753702955421) 2024-10-08T20:00:03.4463676Z test_deploy (0.20888386877984444) 2024-10-08T20:00:03.4464357Z dynamo/test_after_aot (0.20882077592153847) 2024-10-08T20:00:03.4464867Z export/test_db (0.2087089716652757) 2024-10-08T20:00:03.4465447Z inductor/test_torchinductor_codegen_dynamic_shapes (0.20854234775639166) 2024-10-08T20:00:03.4466098Z test_functionalization (0.20841577544138326) 2024-10-08T20:00:03.4466631Z inductor/test_triton_heuristics (0.20797513058907235) 2024-10-08T20:00:03.4467285Z inductor/test_benchmarking (0.20794507256374584) 2024-10-08T20:00:03.4467908Z torch_np/numpy_tests/core/test_scalarinherit (0.2071638925138932) 2024-10-08T20:00:03.4468529Z inductor/test_control_flow (0.20694260359174652) 2024-10-08T20:00:03.4469095Z inductor/test_custom_post_grad_passes (0.20677166208270156) 2024-10-08T20:00:03.4469643Z inductor/test_perf (0.20647785432941493) 2024-10-08T20:00:03.4470081Z test_pytree (0.2064622164242772) 2024-10-08T20:00:03.4470529Z inductor/test_memory_planning (0.20616223539852652) 2024-10-08T20:00:03.4471141Z inductor/test_select_algorithm (0.20598246714416207) 2024-10-08T20:00:03.4471664Z dynamo/test_compile (0.20559479857404897) 2024-10-08T20:00:03.4472125Z inductor/test_torchbind (0.2053616604110501) 2024-10-08T20:00:03.4472666Z inductor/test_aot_inductor_package (0.20475307721530714) 2024-10-08T20:00:03.4473240Z torch_np/test_nep50_examples (0.20473849015388007) 2024-10-08T20:00:03.4473740Z dynamo/test_decorators (0.20451369548820508) 2024-10-08T20:00:03.4474215Z test_content_store (0.2045099138519597) 2024-10-08T20:00:03.4474675Z inductor/test_minifier (0.20437864436643405) 2024-10-08T20:00:03.4475137Z inductor/test_memory (0.20434899226942382) 2024-10-08T20:00:03.4475646Z inductor/test_fused_attention (0.20433820617416196) 2024-10-08T20:00:03.4476491Z dynamo/test_profiler (0.20430519067110234) 2024-10-08T20:00:03.4476974Z inductor/test_aot_inductor (0.20421193610983057) 2024-10-08T20:00:03.4477465Z torch_np/test_basic (0.20415200105649609) 2024-10-08T20:00:03.4477940Z functorch/test_minifier (0.20403843777752934) 2024-10-08T20:00:03.4478520Z inductor/test_graph_transform_observer (0.20338535710635122) 2024-10-08T20:00:03.4479096Z inductor/test_dependencies (0.20326220618715166) 2024-10-08T20:00:03.4479637Z inductor/test_binary_folding (0.20317017643886898) 2024-10-08T20:00:03.4480133Z dynamo/test_modes (0.20290404210273033) 2024-10-08T20:00:03.4480580Z functorch/test_logging (0.20255192828321394) 2024-10-08T20:00:03.4481031Z test_xpu (0.20252629680952713) 2024-10-08T20:00:03.4481507Z inductor/test_cpu_select_algorithm (0.20250020141776456) 2024-10-08T20:00:03.4482109Z inductor/test_decompose_mem_bound_mm (0.20230726245995975) 2024-10-08T20:00:03.4482636Z test_jiterator (0.2022596792253929) 2024-10-08T20:00:03.4483112Z onnx/test_onnxscript_runtime (0.20224011734653088) 2024-10-08T20:00:03.4483881Z inductor/test_compiled_autograd (0.20222093503802518) 2024-10-08T20:00:03.4484469Z dynamo/test_autograd_function (0.2020834799781558) 2024-10-08T20:00:03.4484958Z test_foreach (0.20202236579971203) 2024-10-08T20:00:03.4485425Z inductor/test_kernel_benchmark (0.2018889700230057) 2024-10-08T20:00:03.4486023Z onnx/dynamo/test_registry_dispatcher (0.20170581903267204) 2024-10-08T20:00:03.4486556Z test_complex (0.20144171433811495) 2024-10-08T20:00:03.4486988Z dynamo/test_model_output (0.20137223557822684) 2024-10-08T20:00:03.4487453Z test_typing (0.20121296406691616) 2024-10-08T20:00:03.4487893Z test_native_functions (0.20097953595511994) 2024-10-08T20:00:03.4488365Z onnx/exporter/test_core (0.2007305472578653) 2024-10-08T20:00:03.4488872Z nn/test_multihead_attention (0.20054281507653335) 2024-10-08T20:00:03.4489375Z dynamo/test_sources (0.20053983124084027) 2024-10-08T20:00:03.4489799Z xpu/test_conv (0.2005387171335306) 2024-10-08T20:00:03.4490225Z test_utils_internal (0.20043565000102836) 2024-10-08T20:00:03.4490703Z dynamo/test_deviceguard (0.2004259270513568) 2024-10-08T20:00:03.4491215Z inductor/test_unbacked_symints (0.19987206685863596) 2024-10-08T20:00:03.4491743Z inductor/test_halide (0.19959410261156496) 2024-10-08T20:00:03.4492213Z torch_np/test_random (0.19952969531871095) 2024-10-08T20:00:03.4492697Z lazy/test_functionalization (0.1990343854531374) 2024-10-08T20:00:03.4493212Z dynamo/test_optimizers (0.19867803838117953) 2024-10-08T20:00:03.4493667Z test_stateless (0.19858067357502537) 2024-10-08T20:00:03.4494086Z export/test_passes (0.19842419787404902) 2024-10-08T20:00:03.4494805Z test_set_default_mobile_cpu_allocator (0.198330119154265) 2024-10-08T20:00:03.4495317Z test_utils (0.19778149736981646) 2024-10-08T20:00:03.4495772Z inductor/test_flex_attention (0.19771477048658356) 2024-10-08T20:00:03.4496288Z profiler/test_cpp_thread (0.1976948919484895) 2024-10-08T20:00:03.4496848Z inductor/test_mkldnn_pattern_matcher (0.19764208296000468) 2024-10-08T20:00:03.4497425Z test_namedtuple_return_api (0.19738913865722624) 2024-10-08T20:00:03.4497961Z inductor/test_inductor_freezing (0.19714097411848389) 2024-10-08T20:00:03.4498536Z test_openmp (0.19706563311904957) 2024-10-08T20:00:03.4498936Z test_hub (0.19698456343530715) 2024-10-08T20:00:03.4499347Z inductor/test_ordered_set (0.1967298724117044) 2024-10-08T20:00:03.4499951Z dynamo/test_reorder_logs (0.19665309397016295) 2024-10-08T20:00:03.4500440Z dynamo/test_backends (0.19662420804190556) 2024-10-08T20:00:03.4500975Z torch_np/numpy_tests/core/test_einsum (0.19651554226069443) 2024-10-08T20:00:03.4501546Z dynamo/test_cudagraphs (0.19634151499251778) 2024-10-08T20:00:03.4502075Z dynamo/test_verify_correctness (0.1962002642403227) 2024-10-08T20:00:03.4502582Z test_per_overload_api (0.19615078667361308) 2024-10-08T20:00:03.4503057Z export/test_torchbind (0.19614717197860596) 2024-10-08T20:00:03.4503499Z test_optim (0.1961053227021867) 2024-10-08T20:00:03.4503901Z onnx/test_fx_to_onnx (0.19606432394223972) 2024-10-08T20:00:03.4504531Z onnx/torch_export/test_torch_export_with_onnxruntime (0.19593143074344882) 2024-10-08T20:00:03.4505205Z inductor/test_loop_ordering (0.19588244872661448) 2024-10-08T20:00:03.4505693Z functorch/test_ac (0.19558743549025856) 2024-10-08T20:00:03.4506139Z test_numpy_interop (0.19541174584897703) 2024-10-08T20:00:03.4506624Z test_compile_benchmark_util (0.19538561179737482) 2024-10-08T20:00:03.4507158Z inductor/test_minifier_isolate (0.19530719031264832) 2024-10-08T20:00:03.4507699Z export/test_experimental (0.19507134596087408) 2024-10-08T20:00:03.4508282Z dynamo/test_backward_higher_order_ops (0.19494358749271623) 2024-10-08T20:00:03.4508872Z onnx/internal/test_registraion (0.19456611984643074) 2024-10-08T20:00:03.4509402Z test_ops_fwd_gradients (0.19454319456151933) 2024-10-08T20:00:03.4509853Z xpu/test_gemm (0.19444523052785062) 2024-10-08T20:00:03.4510306Z inductor/test_cuda_repro (0.1940620271692169) 2024-10-08T20:00:03.4510782Z dynamo/test_functions (0.19401865082913153) 2024-10-08T20:00:03.4511259Z onnx/test_custom_ops (0.19390722086938555) 2024-10-08T20:00:03.4511738Z inductor/test_mmdecomp (0.19383945017048215) 2024-10-08T20:00:03.4512213Z export/test_unflatten (0.19382872206497978) 2024-10-08T20:00:03.4512698Z lazy/test_step_closures (0.19375151836520219) 2024-10-08T20:00:03.4513196Z inductor/test_codecache (0.19374327679131695) 2024-10-08T20:00:03.4513702Z dynamo/test_structured_trace (0.19337355341484078) 2024-10-08T20:00:03.4514245Z dynamo/test_higher_order_ops (0.19329076336823403) 2024-10-08T20:00:03.4514731Z test_ops_jit (0.19328932065228738) 2024-10-08T20:00:03.4515145Z dynamo/test_modules (0.19311884306131819) 2024-10-08T20:00:03.4515599Z dynamo/test_export (0.19305377855119016) 2024-10-08T20:00:03.4516076Z nn/test_packed_sequence (0.19294439756294557) 2024-10-08T20:00:03.4516536Z dynamo/test_logging (0.1929003376476262) 2024-10-08T20:00:03.4517106Z dynamo/test_cudagraphs_expandable_segments (0.1926042296338805) 2024-10-08T20:00:03.4517687Z test_ops_gradients (0.19205686429422056) 2024-10-08T20:00:03.4518106Z test_decomp (0.19196236031620037) 2024-10-08T20:00:03.4518538Z export/test_converter (0.1918218124691591) 2024-10-08T20:00:03.4518998Z test_out_dtype_op (0.19172429302364638) 2024-10-08T20:00:03.4519416Z test_flop_counter (0.191588152398325) 2024-10-08T20:00:03.4519875Z dynamo/test_ctx_manager (0.19153882244293383) 2024-10-08T20:00:03.4520430Z inductor/test_efficient_conv_bn_eval (0.19141167023033068) 2024-10-08T20:00:03.4520949Z test_custom_ops (0.19132607734534943) 2024-10-08T20:00:03.4521502Z onnx/test_pytorch_jit_onnx (0.19113202428023496) 2024-10-08T20:00:03.4522047Z onnx/test_onnxscript_no_runtime (0.1908274234036463) 2024-10-08T20:00:03.4522541Z dynamo/test_repros (0.19080308000654755) 2024-10-08T20:00:03.4522990Z dynamo/test_unspec (0.190511901122357) 2024-10-08T20:00:03.4523448Z test_fx_reinplace_pass (0.19015474219376652) 2024-10-08T20:00:03.4523926Z test_ci_sanity_check_fail (0.18996505769053232) 2024-10-08T20:00:03.4524430Z dynamo/test_bytecode_utils (0.1898071709054088) 2024-10-08T20:00:03.4524896Z test_fx_passes (0.18978333711426565) 2024-10-08T20:00:03.4525387Z inductor/test_padding (0.18965121008422756) 2024-10-08T20:00:03.4525913Z distributions/test_constraints (0.18961358175837012) 2024-10-08T20:00:03.4526480Z test_model_exports_to_core_aten (0.18931394867117626) 2024-10-08T20:00:03.4526988Z test_autograd_fallback (0.1892117707149859) 2024-10-08T20:00:03.4527437Z test_modules (0.18918041758503115) 2024-10-08T20:00:03.4527880Z export/test_lift_unlift (0.18914359408776618) 2024-10-08T20:00:03.4528389Z dynamo/test_guard_manager (0.18907927641647115) 2024-10-08T20:00:03.4528908Z inductor/test_cudagraph_trees (0.18901345803946998) 2024-10-08T20:00:03.4529432Z dynamo/test_debug_utils (0.18899427045712477) 2024-10-08T20:00:03.4529895Z export/test_hop (0.18881813622768728) 2024-10-08T20:00:03.4530322Z nn/test_lazy_modules (0.1887686516329375) 2024-10-08T20:00:03.4530793Z export/test_pass_infra (0.18864383834063309) 2024-10-08T20:00:03.4531315Z onnx/dynamo/test_exporter_api (0.18856825835412072) 2024-10-08T20:00:03.4531827Z dynamo/test_torchrec (0.18851307143302284) 2024-10-08T20:00:03.4532280Z test_matmul_cuda (0.18806728482203872) 2024-10-08T20:00:03.4532748Z torch_np/test_ufuncs_basic (0.18801287109773376) 2024-10-08T20:00:03.4533285Z inductor/test_standalone_compile (0.1879313884576349) 2024-10-08T20:00:03.4533817Z lazy/test_meta_kernel (0.18791857974883167) 2024-10-08T20:00:03.4534375Z dynamo/test_activation_checkpointing (0.18771655572870952) 2024-10-08T20:00:03.4534897Z nn/test_pruning (0.18758527394130417) 2024-10-08T20:00:03.4535321Z test_type_hints (0.18750493879451507) 2024-10-08T20:00:03.4535765Z test_fx_experimental (0.18717762526213305) 2024-10-08T20:00:03.4536289Z higher_order_ops/test_with_effects (0.18675934512705866) 2024-10-08T20:00:03.4536880Z test_functionalization_of_rng_ops (0.1867289391631753) 2024-10-08T20:00:03.4537427Z inductor/test_cpu_repro (0.18662174772971032) 2024-10-08T20:00:03.4537863Z test_mps (0.18648196077758236) 2024-10-08T20:00:03.4538392Z test_cpp_extensions_open_device_registration (0.1864030947046999) 2024-10-08T20:00:03.4539009Z functorch/test_control_flow (0.18621992438444643) 2024-10-08T20:00:03.4539602Z dynamo/test_aot_autograd (0.18607411177117286) 2024-10-08T20:00:03.4540106Z test_numba_integration (0.1860397308718459) 2024-10-08T20:00:03.4540601Z inductor/test_max_autotune (0.18579044519775373) 2024-10-08T20:00:03.4541081Z export/test_schema (0.18574089031136481) 2024-10-08T20:00:03.4541559Z test_segment_reductions (0.18564884123316228) 2024-10-08T20:00:03.4542047Z export/test_serialize (0.18557167619322434) 2024-10-08T20:00:03.4542523Z nn/test_parametrization (0.18552512974628785) 2024-10-08T20:00:03.4542990Z export/test_swap (0.18546110905183033) 2024-10-08T20:00:03.4543407Z test_itt (0.18537223008047896) 2024-10-08T20:00:03.4543836Z test_cuda_expandable_segments (0.1850859926277232) 2024-10-08T20:00:03.4544329Z test_legacy_vmap (0.18468733236127033) 2024-10-08T20:00:03.4544752Z dynamo/test_exc (0.18462808615700937) 2024-10-08T20:00:03.4545243Z dynamo/test_aot_autograd_cache (0.18448424519555784) 2024-10-08T20:00:03.4545763Z dynamo/test_recompile_ux (0.18373077194885334) 2024-10-08T20:00:03.4546290Z onnx/test_models_onnxruntime (0.18356335551325653) 2024-10-08T20:00:03.4546783Z test_sympy_utils (0.18353389671544457) 2024-10-08T20:00:03.4547197Z test_pruning_op (0.18344511439369232) 2024-10-08T20:00:03.4547690Z onnx/internal/test_diagnostics (0.18334146736359533) 2024-10-08T20:00:03.4548284Z test_dlpack (0.1833055717024819) 2024-10-08T20:00:03.4548754Z functorch/test_vmap_registrations (0.18309286526473717) 2024-10-08T20:00:03.4549279Z dynamo/test_hooks (0.18308127961472237) 2024-10-08T20:00:03.4549725Z lazy/test_ts_opinfo (0.1828958353919698) 2024-10-08T20:00:03.4550145Z test_logging (0.18284723997353192) 2024-10-08T20:00:03.4550658Z torch_np/numpy_tests/core/test_numeric (0.18261719459770492) 2024-10-08T20:00:03.4551225Z onnx/exporter/test_api (0.18223738100308057) 2024-10-08T20:00:03.4551781Z inductor/test_torchinductor (0.18195560173376404) 2024-10-08T20:00:03.4552301Z dynamo/test_trace_rules (0.18187772851483278) 2024-10-08T20:00:03.4552752Z test_masked (0.18180960987737255) 2024-10-08T20:00:03.4553137Z test_subclass (0.1816556277360535) 2024-10-08T20:00:03.4553724Z inductor/test_cudagraph_trees_expandable_segments (0.18151067266729234) 2024-10-08T20:00:03.4554391Z dynamo/test_input_attr_tracking (0.18126033087565) 2024-10-08T20:00:03.4554885Z test_bundled_inputs (0.1811180626657444) 2024-10-08T20:00:03.4555333Z test_jit_disabled (0.18094123255919323) 2024-10-08T20:00:03.4555888Z torch_np/numpy_tests/core/test_multiarray (0.18069989851018894) 2024-10-08T20:00:03.4556461Z dynamo/test_subclasses (0.18025217187918227) 2024-10-08T20:00:03.4557028Z functorch/test_memory_efficient_fusion (0.17992231382542362) 2024-10-08T20:00:03.4557581Z test_mkldnn_fusion (0.17944440088769179) 2024-10-08T20:00:03.4558081Z test_cpp_extensions_mtia_backend (0.17926088262888146) 2024-10-08T20:00:03.4558729Z torch_np/numpy_tests/lib/test_function_base (0.17911066982192814) 2024-10-08T20:00:03.4559378Z lazy/test_extract_compiled_graph (0.17899700989336226) 2024-10-08T20:00:03.4559916Z test_cpp_extensions_jit (0.17884644914785208) 2024-10-08T20:00:03.4560374Z export/test_export (0.17812072663797487) 2024-10-08T20:00:03.4560818Z test_import_stats (0.17756999789226555) 2024-10-08T20:00:03.4561274Z optim/test_swa_utils (0.17691028705858775) 2024-10-08T20:00:03.4561727Z nn/test_embedding (0.17687872129951493) 2024-10-08T20:00:03.4562173Z export/test_verifier (0.1766814594677097) 2024-10-08T20:00:03.4562656Z onnx/test_symbolic_helper (0.1764962788357945) 2024-10-08T20:00:03.4563107Z test_autocast (0.1764758664404602) 2024-10-08T20:00:03.4563540Z onnx/test_onnx_opset (0.17642808287865497) 2024-10-08T20:00:03.4563981Z test_futures (0.17618104650330255) 2024-10-08T20:00:03.4564386Z export/test_sparse (0.17615437121394525) 2024-10-08T20:00:03.4564852Z test_functional_optim (0.17608803092910882) 2024-10-08T20:00:03.4565426Z torch_np/numpy_tests/lib/test_type_check (0.17606050512327928) 2024-10-08T20:00:03.4566143Z onnx/dynamo/test_dynamo_with_onnxruntime_backend (0.17605447418829415) 2024-10-08T20:00:03.4566838Z test_cpp_extensions_stream_and_event (0.17568231524192013) 2024-10-08T20:00:03.4567382Z test_multiprocessing (0.17560313989032048) 2024-10-08T20:00:03.4567833Z dynamo/test_minifier (0.1753644540403321) 2024-10-08T20:00:03.4568270Z test_meta (0.17536080068548535) 2024-10-08T20:00:03.4568659Z nn/test_dropout (0.1751486548154155) 2024-10-08T20:00:03.4569052Z test_monitor (0.17510377074158387) 2024-10-08T20:00:03.4569570Z torch_np/numpy_tests/lib/test_histograms (0.17473750742075622) 2024-10-08T20:00:03.4570216Z torch_np/numpy_tests/core/test_indexing (0.1745302713503217) 2024-10-08T20:00:03.4570822Z onnx/test_pytorch_onnx_onnxruntime (0.17439107659766814) 2024-10-08T20:00:03.4571427Z benchmark_utils/test_benchmark_utils (0.17345622368521366) 2024-10-08T20:00:03.4572064Z onnx/test_pytorch_onnx_shape_inference (0.17311122327619255) 2024-10-08T20:00:03.4572619Z onnx/test_op_consistency (0.1723916476808194) 2024-10-08T20:00:03.4573068Z test_vulkan (0.17207904421742357) 2024-10-08T20:00:03.4573584Z torch_np/numpy_tests/core/test_shape_base (0.1716861829269179) 2024-10-08T20:00:03.4574103Z test_weak (0.17153689795611612) 2024-10-08T20:00:03.4574537Z test_sparse_semi_structured (0.17117428799013526) 2024-10-08T20:00:03.4575090Z test_native_mha (0.17101176202425394) 2024-10-08T20:00:03.4575486Z test_ops (0.17096883027232454) 2024-10-08T20:00:03.4576380Z torch_np/numpy_tests/core/test_scalarmath (0.17018550460137144) 2024-10-08T20:00:03.4576953Z test_cuda_sanitizer (0.1695660579906873) 2024-10-08T20:00:03.4577378Z test_indexing (0.16950721771474264) 2024-10-08T20:00:03.4577786Z test_shape_ops (0.16928840302233347) 2024-10-08T20:00:03.4578224Z lazy/test_debug_util (0.16902623131975877) 2024-10-08T20:00:03.4578665Z test_jit_llga_fuser (0.1687625518834378) 2024-10-08T20:00:03.4579215Z nn/test_load_state_dict (0.16855009673465077) 2024-10-08T20:00:03.4579858Z torch_np/numpy_tests/core/test_dtype (0.16851742917014798) 2024-10-08T20:00:03.4580475Z distributed/elastic/metrics/api_test (0.16828202137929987) 2024-10-08T20:00:03.4581045Z onnx/test_autograd_funs (0.16822241593379209) 2024-10-08T20:00:03.4581601Z distributed/elastic/events/lib_test (0.16800622911128932) 2024-10-08T20:00:03.4582300Z distributed/elastic/multiprocessing/api_test (0.16800622911128932) 2024-10-08T20:00:03.4583041Z distributed/elastic/timer/local_timer_example (0.16800622911128932) 2024-10-08T20:00:03.4584038Z distributed/elastic/timer/local_timer_test (0.16800622911128932) 2024-10-08T20:00:03.4584781Z distributed/elastic/utils/distributed_test (0.16800622911128932) 2024-10-08T20:00:03.4585362Z test_sort_and_select (0.1679657919182069) 2024-10-08T20:00:03.4585925Z torch_np/numpy_tests/core/test_getlimits (0.16784743481912376) 2024-10-08T20:00:03.4586496Z lazy/test_generator (0.16742024359101043) 2024-10-08T20:00:03.4586960Z onnx/test_verification (0.16729628081517828) 2024-10-08T20:00:03.4587526Z torch_np/numpy_tests/linalg/test_linalg (0.16722157067505802) 2024-10-08T20:00:03.4588160Z distributed/elastic/utils/util_test (0.1669424589346772) 2024-10-08T20:00:03.4588678Z functorch/test_dims (0.16685811019260488) 2024-10-08T20:00:03.4589105Z test_fx (0.16681786529953102) 2024-10-08T20:00:03.4589490Z test_datapipe (0.1667202878642588) 2024-10-08T20:00:03.4589986Z distributed/elastic/timer/api_test (0.16666666666666666) 2024-10-08T20:00:03.4590627Z distributed/elastic/utils/logging_test (0.16666666666666666) 2024-10-08T20:00:03.4591187Z test_binary_ufuncs (0.16620916612426911) 2024-10-08T20:00:03.4591602Z test_torch (0.16575879832228668) 2024-10-08T20:00:03.4592014Z nn/test_module_hooks (0.1644224049853255) 2024-10-08T20:00:03.4592456Z test_model_dump (0.16437991782155206) 2024-10-08T20:00:03.4592884Z test_python_dispatch (0.1643618443465165) 2024-10-08T20:00:03.4593364Z test_scatter_gather_ops (0.16432105821568757) 2024-10-08T20:00:03.4593944Z torch_np/numpy_tests/lib/test_twodim_base (0.16427449243883124) 2024-10-08T20:00:03.4594597Z torch_np/numpy_tests/fft/test_pocketfft (0.16418791372793895) 2024-10-08T20:00:03.4595133Z test_mkldnn (0.16381552282252707) 2024-10-08T20:00:03.4595535Z test_view_ops (0.16354299028292663) 2024-10-08T20:00:03.4595949Z test_type_info (0.1635352776449168) 2024-10-08T20:00:03.4596469Z torch_np/numpy_tests/lib/test_shape_base_ (0.16281947138390937) 2024-10-08T20:00:03.4597080Z torch_np/test_ndarray_methods (0.16263827271547796) 2024-10-08T20:00:03.4597593Z onnx/test_utility_funs (0.1624161719366987) 2024-10-08T20:00:03.4598163Z torch_np/numpy_tests/lib/test_index_tricks (0.16125973048834027) 2024-10-08T20:00:03.4598821Z torch_np/numpy_tests/core/test_dlpack (0.16124071951219324) 2024-10-08T20:00:03.4599352Z dynamo/test_misc (0.16086158510168247) 2024-10-08T20:00:03.4599765Z nn/test_pooling (0.16079550313384391) 2024-10-08T20:00:03.4600198Z test_cuda_multigpu (0.16068914025001163) 2024-10-08T20:00:03.4600667Z profiler/test_profiler (0.16021801211413808) 2024-10-08T20:00:03.4601121Z nn/test_convolution (0.15906971822698554) 2024-10-08T20:00:03.4601584Z test_cuda_primary_ctx (0.15841864786746912) 2024-10-08T20:00:03.4602065Z test_xnnpack_integration (0.15839093842740123) 2024-10-08T20:00:03.4602709Z test_function_schema (0.15815409858475604) 2024-10-08T20:00:03.4603155Z test_jit_fuser_te (0.1575919651863505) 2024-10-08T20:00:03.4603570Z test_cuda (0.15740749976146878) 2024-10-08T20:00:03.4603947Z optim/test_optim (0.15724053757898784) 2024-10-08T20:00:03.4604513Z torch_np/numpy_tests/core/test_scalar_methods (0.15720223534285632) 2024-10-08T20:00:03.4605181Z test_functional_autograd_benchmark (0.15719532489651922) 2024-10-08T20:00:03.4605669Z nn/test_init (0.15671974121412618) 2024-10-08T20:00:03.4606211Z torch_np/numpy_tests/core/test_numerictypes (0.15633385802467703) 2024-10-08T20:00:03.4606854Z test_reductions (0.15631550426580404) 2024-10-08T20:00:03.4607384Z torch_np/numpy_tests/lib/test_arraysetops (0.15609460194205385) 2024-10-08T20:00:03.4607949Z functorch/test_vmap (0.15604206321997185) 2024-10-08T20:00:03.4608399Z functorch/test_ops (0.1550119138027844) 2024-10-08T20:00:03.4608833Z test_mobile_optimizer (0.15490462308280056) 2024-10-08T20:00:03.4609323Z test_multiprocessing_spawn (0.15455387202263177) 2024-10-08T20:00:03.4609807Z test_cuda_trace (0.15419281811519672) 2024-10-08T20:00:03.4610257Z functorch/test_aotdispatch (0.15367614868821752) 2024-10-08T20:00:03.4610783Z torch_np/test_function_base (0.15327000774279267) 2024-10-08T20:00:03.4611262Z test_schema_check (0.15300718848790387) 2024-10-08T20:00:03.4611675Z test_jit (0.15300438564952937) 2024-10-08T20:00:03.4612080Z test_cuda_nvml_based_avail (0.15290717548273383) 2024-10-08T20:00:03.4612551Z test_jit_autocast (0.15288228821096025) 2024-10-08T20:00:03.4612990Z test_type_promotion (0.1525081672777241) 2024-10-08T20:00:03.4613450Z optim/test_lrscheduler (0.15177520571287276) 2024-10-08T20:00:03.4613981Z onnx/test_pytorch_onnx_no_runtime (0.15172129456648326) 2024-10-08T20:00:03.4614473Z test_metal (0.15138079802878115) 2024-10-08T20:00:03.4614944Z torch_np/numpy_tests/fft/test_helper (0.1501749686352721) 2024-10-08T20:00:03.4615463Z lazy/test_reuse_ir (0.149846234353783) 2024-10-08T20:00:03.4615952Z profiler/test_memory_profiler (0.14973965884083265) 2024-10-08T20:00:03.4616451Z dynamo/test_comptime (0.14841262118506635) 2024-10-08T20:00:03.4616892Z test_dispatch (0.14824913838815376) 2024-10-08T20:00:03.4617296Z test_overrides (0.14820617764134464) 2024-10-08T20:00:03.4617771Z functorch/test_eager_transforms (0.14820429297416177) 2024-10-08T20:00:03.4618319Z profiler/test_profiler_tree (0.14820138382122824) 2024-10-08T20:00:03.4618932Z torch_np/numpy_tests/core/test_scalar_ctors (0.1468491496149712) 2024-10-08T20:00:03.4619612Z dynamo/test_python_autograd (0.14673736468862825) 2024-10-08T20:00:03.4620116Z test_dynamic_shapes (0.1448798463781684) 2024-10-08T20:00:03.4620618Z torch_np/test_scalars_0D_arrays (0.14340852053587486) 2024-10-08T20:00:03.4621106Z test_unary_ufuncs (0.14327642952875666) 2024-10-08T20:00:03.4621548Z test_serialization (0.1431047411808787) 2024-10-08T20:00:03.4622014Z torch_np/test_reductions (0.14281312034545196) 2024-10-08T20:00:03.4622461Z test_prims (0.14275584579301306) 2024-10-08T20:00:03.4622850Z test_autograd (0.14144119861585402) 2024-10-08T20:00:03.4623358Z torch_np/numpy_tests/lib/test_arraypad (0.13959207915555777) 2024-10-08T20:00:03.4623861Z test_nn (0.1362313599650144) 2024-10-08T20:00:03.4624226Z test_sparse_csr (0.1286307581704865) 2024-10-08T20:00:03.4624630Z test_linalg (0.12427365893268842) 2024-10-08T20:00:03.4625027Z test_spectral_ops (0.1213809267660472) 2024-10-08T20:00:03.4625442Z test_sparse (0.11791876415626679) 2024-10-08T20:00:03.4625851Z lazy/test_bindings (0.11367886222236243) 2024-10-08T20:00:03.4626286Z test_quantization (0.09972623614450676) 2024-10-08T20:00:03.4626773Z profiler/test_execution_trace (0.08598709936614873) 2024-10-08T20:00:03.4627321Z profiler/test_record_function (0.08598709936614873) 2024-10-08T20:00:03.4627829Z profiler/test_torch_tidy (0.08598709936614873) 2024-10-08T20:00:03.4628312Z test_jit_fuser_legacy (0.0757258114275084) 2024-10-08T20:00:03.4628764Z test_jit_profiling (0.07186317637129157) 2024-10-08T20:00:03.4629284Z test_jit_legacy (0.0693312323256878) 2024-10-08T20:00:03.4629802Z distributions/test_distributions (0.06876663436250466) 2024-10-08T20:00:03.4630288Z Emitting metrics 2024-10-08T20:00:03.4631133Z Not emitting metrics for td_results_final_test_prioritizations. Boto wasn't imported. 2024-10-08T20:00:03.4632124Z Not emitting metrics for td_results_aggregated_heuristics. Boto wasn't imported. 2024-10-08T20:00:03.4822222Z ##[group]Run seemethere/upload-artifact-s3@v5 2024-10-08T20:00:03.4822682Z with: 2024-10-08T20:00:03.4822941Z name: td_results 2024-10-08T20:00:03.4823231Z retention-days: 14 2024-10-08T20:00:03.4823558Z if-no-files-found: error 2024-10-08T20:00:03.4823913Z path: td_results.json 2024-10-08T20:00:03.4824239Z s3-bucket: gha-artifacts 2024-10-08T20:00:03.4824578Z region: us-east-1 2024-10-08T20:00:03.4824874Z ##[endgroup] 2024-10-08T20:00:03.8363447Z With the provided path, there will be 1 file uploaded 2024-10-08T20:00:03.8364530Z Uploading to s3 prefix: pytorch/pytorch/11242664656/td_results 2024-10-08T20:00:03.8406642Z Starting upload of td_results.json 2024-10-08T20:00:04.0206527Z Finished upload of td_results.json 2024-10-08T20:00:04.0401082Z ##[group]Run actions/upload-artifact@v3 2024-10-08T20:00:04.0401838Z with: 2024-10-08T20:00:04.0402298Z name: td_results.json 2024-10-08T20:00:04.0402877Z retention-days: 14 2024-10-08T20:00:04.0403463Z if-no-files-found: error 2024-10-08T20:00:04.0404070Z path: td_results.json 2024-10-08T20:00:04.0404681Z include-hidden-files: false 2024-10-08T20:00:04.0405309Z ##[endgroup] 2024-10-08T20:00:04.1073466Z With the provided path, there will be 1 file uploaded 2024-10-08T20:00:04.1076418Z Starting artifact upload 2024-10-08T20:00:04.1078063Z For more detailed logs during the artifact upload process, enable step-debugging: https://docs.github.com/actions/monitoring-and-troubleshooting-workflows/enabling-debug-logging#enabling-step-debug-logging 2024-10-08T20:00:04.1079521Z Artifact name is valid! 2024-10-08T20:00:04.1663591Z Container for artifact "td_results.json" successfully created. Starting upload of file(s) 2024-10-08T20:00:04.3002642Z Total size of all the files uploaded is 15758 bytes 2024-10-08T20:00:04.3003585Z File upload process has finished. Finalizing the artifact upload 2024-10-08T20:00:04.3396938Z Artifact has been finalized. All files have been successfully uploaded! 2024-10-08T20:00:04.3397485Z 2024-10-08T20:00:04.3397815Z The raw size of all the files that were specified for upload is 66027 bytes 2024-10-08T20:00:04.3399114Z The size of all the files that were uploaded is 15758 bytes. This takes into account any gzip compression used to reduce the upload size, time and storage 2024-10-08T20:00:04.3400056Z 2024-10-08T20:00:04.3401219Z Note: The size of downloaded zips can differ significantly from the reported size. For more information see: https://github.com/actions/upload-artifact#zipped-artifact-downloads 2024-10-08T20:00:04.3402315Z 2024-10-08T20:00:04.3402567Z Artifact td_results.json has been successfully uploaded! 2024-10-08T20:00:04.3501669Z Post job cleanup. 2024-10-08T20:00:04.3555413Z Post job cleanup. 2024-10-08T20:00:04.4425581Z [command]/usr/bin/git version 2024-10-08T20:00:04.4472670Z git version 2.40.1 2024-10-08T20:00:04.4511715Z Temporarily overriding HOME='/home/ec2-user/actions-runner/_work/_temp/e82e082c-eea2-4364-8e7c-c8e5a6f3e4bf' before making global git config changes 2024-10-08T20:00:04.4513088Z Adding repository directory to the temporary git global config as a safe directory 2024-10-08T20:00:04.4516487Z [command]/usr/bin/git config --global --add safe.directory /home/ec2-user/actions-runner/_work/pytorch/pytorch 2024-10-08T20:00:04.4554980Z [command]/usr/bin/git config --local --name-only --get-regexp core\.sshCommand 2024-10-08T20:00:04.4588341Z [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-10-08T20:00:04.4885079Z [command]/usr/bin/git config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader 2024-10-08T20:00:04.4912272Z http.https://github.com/.extraheader 2024-10-08T20:00:04.4921381Z [command]/usr/bin/git config --local --unset-all http.https://github.com/.extraheader 2024-10-08T20:00:04.4954946Z [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-10-08T20:00:04.5312043Z A job completed hook has been configured by the self-hosted runner administrator 2024-10-08T20:00:04.5329135Z ##[group]Run '/home/ec2-user/runner-scripts/after_job.sh' 2024-10-08T20:00:04.5334796Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2024-10-08T20:00:04.5335333Z ##[endgroup] 2024-10-08T20:00:11.1668372Z Cleaning up orphan processes