2024-05-19T18:01:11.6474531Z Current runner version: '2.316.1' 2024-05-19T18:01:11.6483841Z Runner name: 'gh-ci-gcp-a100-1' 2024-05-19T18:01:11.6484953Z Runner group name: 'Default' 2024-05-19T18:01:11.6485983Z Machine name: 'gh-ci-gcp-a100-1' 2024-05-19T18:01:11.6491583Z ##[group]GITHUB_TOKEN Permissions 2024-05-19T18:01:11.6494216Z Actions: read 2024-05-19T18:01:11.6495008Z Attestations: read 2024-05-19T18:01:11.6495651Z Checks: read 2024-05-19T18:01:11.6496232Z Contents: read 2024-05-19T18:01:11.6496733Z Deployments: read 2024-05-19T18:01:11.6497298Z Discussions: read 2024-05-19T18:01:11.6497879Z Issues: read 2024-05-19T18:01:11.6498365Z Metadata: read 2024-05-19T18:01:11.6499108Z Packages: read 2024-05-19T18:01:11.6499746Z Pages: read 2024-05-19T18:01:11.6500292Z PullRequests: read 2024-05-19T18:01:11.6500906Z RepositoryProjects: read 2024-05-19T18:01:11.6501541Z SecurityEvents: read 2024-05-19T18:01:11.6502195Z Statuses: read 2024-05-19T18:01:11.6502784Z ##[endgroup] 2024-05-19T18:01:11.6507058Z Secret source: Actions 2024-05-19T18:01:11.6508078Z Prepare workflow directory 2024-05-19T18:01:11.9748697Z Prepare all required actions 2024-05-19T18:01:12.0016396Z Getting action download info 2024-05-19T18:01:12.2123350Z Download action repository 'pytorch/test-infra@main' (SHA:5ab7a0ff6617c37f26f7d3ce525c072902906bdf) 2024-05-19T18:01:12.9067851Z Download action repository 'pytorch/pytorch@main' (SHA:853081a8e7e84ce3f09749929bb3cb998fd95b30) 2024-05-19T18:01:17.8220242Z Download action repository 'aws-actions/configure-aws-credentials@v3' (SHA:50ac8dd1e1b10d09dac7b8727528b91bed831ac0) 2024-05-19T18:01:18.2621040Z Download action repository 'seemethere/upload-artifact-s3@v5' (SHA:baba72d0712b404f646cebe0730933554ebce96a) 2024-05-19T18:01:18.8579145Z Getting action download info 2024-05-19T18:01:18.9768505Z Download action repository 'malfet/checkout@silent-checkout' (SHA:e07af140b3ccefc05679e3755b9db68f4ee4589c) 2024-05-19T18:01:19.4429851Z Getting action download info 2024-05-19T18:01:19.5671654Z Download action repository 'nick-fields/retry@3e91a01664abd3c5cd539100d10d33b9c5b68482' (SHA:3e91a01664abd3c5cd539100d10d33b9c5b68482) 2024-05-19T18:01:19.9741735Z Uses: pytorch/pytorch/.github/workflows/_linux-test.yml@refs/tags/ciflow/inductor/121956 (c8c7ddfde57442cc28a394c385cab656ce9b1f5e) 2024-05-19T18:01:19.9744782Z ##[group] Inputs 2024-05-19T18:01:19.9745372Z build-environment: linux-focal-cuda12.4-py3.10-gcc9-sm80 2024-05-19T18:01:19.9746578Z test-matrix: {"include": [{"config": "inductor_torchbench_smoketest_perf", "shard": 1, "num_shards": 1, "runner": "linux.gcp.a100"}]} 2024-05-19T18:01:19.9748678Z docker-image: 308535385114.dkr.ecr.us-east-1.amazonaws.com/pytorch/pytorch-linux-focal-cuda12.4-cudnn8-py3-gcc9-inductor-benchmarks:d55d6a6f08250cd2609d528116ab6fd6e787bee0 2024-05-19T18:01:19.9750298Z sync-tag: 2024-05-19T18:01:19.9751822Z timeout-minutes: 240 2024-05-19T18:01:19.9752474Z use-gha: anything-non-empty-to-use-gha 2024-05-19T18:01:19.9752997Z dashboard-tag: 2024-05-19T18:01:19.9753375Z s3-bucket: gha-artifacts 2024-05-19T18:01:19.9753815Z aws-role-to-assume: 2024-05-19T18:01:19.9754210Z ##[endgroup] 2024-05-19T18:01:19.9755408Z Complete job name: cuda12.4-py3.10-gcc9-sm80 / test (inductor_torchbench_smoketest_perf, 1, 1, linux.gcp.a100) 2024-05-19T18:01:20.0489225Z A job started hook has been configured by the self-hosted runner administrator 2024-05-19T18:01:20.0672953Z ##[group]Run '/home/weiwangmeta/pre-job.sh' 2024-05-19T18:01:20.0690657Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2024-05-19T18:01:20.0691313Z ##[endgroup] 2024-05-19T18:01:20.1352512Z ##[group]Run pytorch/pytorch/.github/actions/checkout-pytorch@main 2024-05-19T18:01:20.1353233Z with: 2024-05-19T18:01:20.1353564Z submodules: recursive 2024-05-19T18:01:20.1353961Z fetch-depth: 0 2024-05-19T18:01:20.1354282Z env: 2024-05-19T18:01:20.1354589Z GIT_DEFAULT_BRANCH: main 2024-05-19T18:01:20.1355090Z ##[endgroup] 2024-05-19T18:01:20.1580447Z ##[group]Run retry () { 2024-05-19T18:01:20.1580907Z retry () { 2024-05-19T18:01:20.1581733Z  $* || (sleep 1 && $*) || (sleep 2 && $*) || (sleep 4 && $*) || (sleep 8 && $*) 2024-05-19T18:01:20.1582414Z } 2024-05-19T18:01:20.1582754Z echo "${GITHUB_WORKSPACE}" 2024-05-19T18:01:20.1583259Z if [ -z "${NO_SUDO}" ]; then 2024-05-19T18:01:20.1583830Z  retry sudo rm -rf "${GITHUB_WORKSPACE}" 2024-05-19T18:01:20.1584378Z else 2024-05-19T18:01:20.1584828Z  retry rm -rf "${GITHUB_WORKSPACE}" 2024-05-19T18:01:20.1585340Z fi 2024-05-19T18:01:20.1585757Z mkdir "${GITHUB_WORKSPACE}" 2024-05-19T18:01:20.1598337Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2024-05-19T18:01:20.1598970Z env: 2024-05-19T18:01:20.1599287Z GIT_DEFAULT_BRANCH: main 2024-05-19T18:01:20.1599690Z NO_SUDO: 2024-05-19T18:01:20.1599988Z ##[endgroup] 2024-05-19T18:01:20.1675509Z /home/weiwangmeta/actions-runner/_work/pytorch/pytorch 2024-05-19T18:01:23.2208256Z ##[group]Run malfet/checkout@silent-checkout 2024-05-19T18:01:23.2208838Z with: 2024-05-19T18:01:23.2209239Z ref: c8c7ddfde57442cc28a394c385cab656ce9b1f5e 2024-05-19T18:01:23.2209782Z fetch-depth: 0 2024-05-19T18:01:23.2210145Z submodules: recursive 2024-05-19T18:01:23.2210526Z quiet-checkout: true 2024-05-19T18:01:23.2210944Z repository: pytorch/pytorch 2024-05-19T18:01:23.2211562Z token: *** 2024-05-19T18:01:23.2211891Z ssh-strict: true 2024-05-19T18:01:23.2212257Z persist-credentials: true 2024-05-19T18:01:23.2212673Z clean: true 2024-05-19T18:01:23.2213053Z sparse-checkout-cone-mode: true 2024-05-19T18:01:23.2213532Z lfs: false 2024-05-19T18:01:23.2213865Z set-safe-directory: true 2024-05-19T18:01:23.2214257Z env: 2024-05-19T18:01:23.2214843Z GIT_DEFAULT_BRANCH: main 2024-05-19T18:01:23.2215227Z ##[endgroup] 2024-05-19T18:01:23.3788586Z Syncing repository: pytorch/pytorch 2024-05-19T18:01:23.3790987Z ##[group]Getting Git version info 2024-05-19T18:01:23.3792152Z Working directory is '/home/weiwangmeta/actions-runner/_work/pytorch/pytorch' 2024-05-19T18:01:23.3794101Z [command]/usr/bin/git version 2024-05-19T18:01:23.3794566Z git version 2.25.1 2024-05-19T18:01:23.3796267Z ##[endgroup] 2024-05-19T18:01:23.3811335Z Temporarily overriding HOME='/home/weiwangmeta/actions-runner/_work/_temp/7237e51f-4ba4-42fa-928e-3460901e2409' before making global git config changes 2024-05-19T18:01:23.3812957Z Adding repository directory to the temporary git global config as a safe directory 2024-05-19T18:01:23.3814597Z [command]/usr/bin/git config --global --add safe.directory /home/weiwangmeta/actions-runner/_work/pytorch/pytorch 2024-05-19T18:01:23.3851831Z Deleting the contents of '/home/weiwangmeta/actions-runner/_work/pytorch/pytorch' 2024-05-19T18:01:23.3857193Z ##[group]Initializing the repository 2024-05-19T18:01:23.3860892Z [command]/usr/bin/git init /home/weiwangmeta/actions-runner/_work/pytorch/pytorch 2024-05-19T18:01:23.3908291Z Initialized empty Git repository in /home/weiwangmeta/actions-runner/_work/pytorch/pytorch/.git/ 2024-05-19T18:01:23.3917334Z [command]/usr/bin/git remote add origin https://github.com/pytorch/pytorch 2024-05-19T18:01:23.3960074Z ##[endgroup] 2024-05-19T18:01:23.3960775Z ##[group]Disabling automatic garbage collection 2024-05-19T18:01:23.3963643Z [command]/usr/bin/git config --local gc.auto 0 2024-05-19T18:01:23.3999307Z ##[endgroup] 2024-05-19T18:01:23.3999936Z ##[group]Setting up auth 2024-05-19T18:01:23.4006284Z [command]/usr/bin/git config --local --name-only --get-regexp core\.sshCommand 2024-05-19T18:01:23.4043609Z [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-05-19T18:01:23.4308686Z [command]/usr/bin/git config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader 2024-05-19T18:01:23.4343330Z [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-05-19T18:01:23.4601939Z [command]/usr/bin/git config --local http.https://github.com/.extraheader AUTHORIZATION: basic *** 2024-05-19T18:01:23.4645810Z ##[endgroup] 2024-05-19T18:01:23.4646624Z ##[group]Fetching the repository 2024-05-19T18:01:23.4655452Z [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-05-19T18:01:28.3320091Z remote: Enumerating objects: 1118697 2024-05-19T18:01:28.3321340Z remote: Enumerating objects: 1119785, done. 2024-05-19T18:01:28.3322588Z remote: Counting objects: 0% (1/1088) 2024-05-19T18:01:28.3323452Z remote: Counting objects: 1% (11/1088) 2024-05-19T18:01:28.3324067Z remote: Counting objects: 2% (22/1088) 2024-05-19T18:01:28.3324700Z remote: Counting objects: 3% (33/1088) 2024-05-19T18:01:28.3325364Z remote: Counting objects: 4% (44/1088) 2024-05-19T18:01:28.3325981Z remote: Counting objects: 5% (55/1088) 2024-05-19T18:01:28.3326589Z remote: Counting objects: 6% (66/1088) 2024-05-19T18:01:28.3328704Z remote: Counting objects: 7% (77/1088) 2024-05-19T18:01:28.3329355Z remote: Counting objects: 8% (88/1088) 2024-05-19T18:01:28.3330011Z remote: Counting objects: 9% (98/1088) 2024-05-19T18:01:28.3330627Z remote: Counting objects: 10% (109/1088) 2024-05-19T18:01:28.3331261Z remote: Counting objects: 11% (120/1088) 2024-05-19T18:01:28.3331875Z remote: Counting objects: 12% (131/1088) 2024-05-19T18:01:28.3332467Z remote: Counting objects: 13% (142/1088) 2024-05-19T18:01:28.3333081Z remote: Counting objects: 14% (153/1088) 2024-05-19T18:01:28.3333683Z remote: Counting objects: 15% (164/1088) 2024-05-19T18:01:28.3334291Z remote: Counting objects: 16% (175/1088) 2024-05-19T18:01:28.3334874Z remote: Counting objects: 17% (185/1088) 2024-05-19T18:01:28.3335491Z remote: Counting objects: 18% (196/1088) 2024-05-19T18:01:28.3336097Z remote: Counting objects: 19% (207/1088) 2024-05-19T18:01:28.3336696Z remote: Counting objects: 20% (218/1088) 2024-05-19T18:01:28.3337280Z remote: Counting objects: 21% (229/1088) 2024-05-19T18:01:28.3337886Z remote: Counting objects: 22% (240/1088) 2024-05-19T18:01:28.3338490Z remote: Counting objects: 23% (251/1088) 2024-05-19T18:01:28.3339096Z remote: Counting objects: 24% (262/1088) 2024-05-19T18:01:28.3339719Z remote: Counting objects: 25% (272/1088) 2024-05-19T18:01:28.3340328Z remote: Counting objects: 26% (283/1088) 2024-05-19T18:01:28.3340935Z remote: Counting objects: 27% (294/1088) 2024-05-19T18:01:28.3341545Z remote: Counting objects: 28% (305/1088) 2024-05-19T18:01:28.3342133Z remote: Counting objects: 29% (316/1088) 2024-05-19T18:01:28.3342745Z remote: Counting objects: 30% (327/1088) 2024-05-19T18:01:28.3343453Z remote: Counting objects: 31% (338/1088) 2024-05-19T18:01:28.3344059Z remote: Counting objects: 32% (349/1088) 2024-05-19T18:01:28.3344643Z remote: Counting objects: 33% (360/1088) 2024-05-19T18:01:28.3345250Z remote: Counting objects: 34% (370/1088) 2024-05-19T18:01:28.3345848Z remote: Counting objects: 35% (381/1088) 2024-05-19T18:01:28.3346442Z remote: Counting objects: 36% (392/1088) 2024-05-19T18:01:28.4048908Z remote: Counting objects: 37% (403/1088) 2024-05-19T18:01:28.4050215Z remote: Counting objects: 38% (414/1088) 2024-05-19T18:01:28.4050837Z remote: Counting objects: 39% (425/1088) 2024-05-19T18:01:28.4051458Z remote: Counting objects: 40% (436/1088) 2024-05-19T18:01:28.4052055Z remote: Counting objects: 41% (447/1088) 2024-05-19T18:01:28.4052673Z remote: Counting objects: 42% (457/1088) 2024-05-19T18:01:28.4053284Z remote: Counting objects: 43% (468/1088) 2024-05-19T18:01:28.4054071Z remote: Counting objects: 44% (479/1088) 2024-05-19T18:01:28.4054727Z remote: Counting objects: 45% (490/1088) 2024-05-19T18:01:28.4055339Z remote: Counting objects: 46% (501/1088) 2024-05-19T18:01:28.4055943Z remote: Counting objects: 47% (512/1088) 2024-05-19T18:01:28.4056552Z remote: Counting objects: 48% (523/1088) 2024-05-19T18:01:28.4057145Z remote: Counting objects: 49% (534/1088) 2024-05-19T18:01:28.4057772Z remote: Counting objects: 50% (544/1088) 2024-05-19T18:01:28.4058385Z remote: Counting objects: 51% (555/1088) 2024-05-19T18:01:28.4058988Z remote: Counting objects: 52% (566/1088) 2024-05-19T18:01:28.4059592Z remote: Counting objects: 53% (577/1088) 2024-05-19T18:01:28.4060196Z remote: Counting objects: 54% (588/1088) 2024-05-19T18:01:28.4060802Z remote: Counting objects: 55% (599/1088) 2024-05-19T18:01:28.4061401Z remote: Counting objects: 56% (610/1088) 2024-05-19T18:01:28.4061992Z remote: Counting objects: 57% (621/1088) 2024-05-19T18:01:28.4062600Z remote: Counting objects: 58% (632/1088) 2024-05-19T18:01:28.4063204Z remote: Counting objects: 59% (642/1088) 2024-05-19T18:01:28.4063808Z remote: Counting objects: 60% (653/1088) 2024-05-19T18:01:28.4064391Z remote: Counting objects: 61% (664/1088) 2024-05-19T18:01:28.4065041Z remote: Counting objects: 62% (675/1088) 2024-05-19T18:01:28.4065654Z remote: Counting objects: 63% (686/1088) 2024-05-19T18:01:28.4066256Z remote: Counting objects: 64% (697/1088) 2024-05-19T18:01:28.4066839Z remote: Counting objects: 65% (708/1088) 2024-05-19T18:01:28.4067449Z remote: Counting objects: 66% (719/1088) 2024-05-19T18:01:28.4068054Z remote: Counting objects: 67% (729/1088) 2024-05-19T18:01:28.4068731Z remote: Counting objects: 68% (740/1088) 2024-05-19T18:01:28.4069319Z remote: Counting objects: 69% (751/1088) 2024-05-19T18:01:28.4069951Z remote: Counting objects: 70% (762/1088) 2024-05-19T18:01:28.4070554Z remote: Counting objects: 71% (773/1088) 2024-05-19T18:01:28.4071153Z remote: Counting objects: 72% (784/1088) 2024-05-19T18:01:28.4071734Z remote: Counting objects: 73% (795/1088) 2024-05-19T18:01:28.4072508Z remote: Counting objects: 74% (806/1088) 2024-05-19T18:01:28.4073114Z remote: Counting objects: 75% (816/1088) 2024-05-19T18:01:28.4073731Z remote: Counting objects: 76% (827/1088) 2024-05-19T18:01:28.4074321Z remote: Counting objects: 77% (838/1088) 2024-05-19T18:01:28.4074967Z remote: Counting objects: 78% (849/1088) 2024-05-19T18:01:28.4075567Z remote: Counting objects: 79% (860/1088) 2024-05-19T18:01:28.4076170Z remote: Counting objects: 80% (871/1088) 2024-05-19T18:01:28.4076755Z remote: Counting objects: 81% (882/1088) 2024-05-19T18:01:28.4077365Z remote: Counting objects: 82% (893/1088) 2024-05-19T18:01:28.4077977Z remote: Counting objects: 83% (904/1088) 2024-05-19T18:01:28.4078578Z remote: Counting objects: 84% (914/1088) 2024-05-19T18:01:28.4079162Z remote: Counting objects: 85% (925/1088) 2024-05-19T18:01:28.4079788Z remote: Counting objects: 86% (936/1088) 2024-05-19T18:01:28.4080391Z remote: Counting objects: 87% (947/1088) 2024-05-19T18:01:28.4080988Z remote: Counting objects: 88% (958/1088) 2024-05-19T18:01:28.4081747Z remote: Counting objects: 89% (969/1088) 2024-05-19T18:01:28.4082364Z remote: Counting objects: 90% (980/1088) 2024-05-19T18:01:28.4082973Z remote: Counting objects: 91% (991/1088) 2024-05-19T18:01:28.4083593Z remote: Counting objects: 92% (1001/1088) 2024-05-19T18:01:28.4084219Z remote: Counting objects: 93% (1012/1088) 2024-05-19T18:01:28.4084897Z remote: Counting objects: 94% (1023/1088) 2024-05-19T18:01:28.4085534Z remote: Counting objects: 95% (1034/1088) 2024-05-19T18:01:28.4086276Z remote: Counting objects: 96% (1045/1088) 2024-05-19T18:01:28.4086888Z remote: Counting objects: 97% (1056/1088) 2024-05-19T18:01:28.4087515Z remote: Counting objects: 98% (1067/1088) 2024-05-19T18:01:28.4088144Z remote: Counting objects: 99% (1078/1088) 2024-05-19T18:01:28.4088772Z remote: Counting objects: 100% (1088/1088) 2024-05-19T18:01:28.4089435Z remote: Counting objects: 100% (1088/1088), done. 2024-05-19T18:01:28.4090174Z remote: Compressing objects: 0% (1/414) 2024-05-19T18:01:28.4090805Z remote: Compressing objects: 1% (5/414) 2024-05-19T18:01:28.4091423Z remote: Compressing objects: 2% (9/414) 2024-05-19T18:01:28.4092050Z remote: Compressing objects: 3% (13/414) 2024-05-19T18:01:28.4503026Z remote: Compressing objects: 4% (17/414) 2024-05-19T18:01:28.4692067Z remote: Compressing objects: 5% (21/414) 2024-05-19T18:01:28.4899096Z remote: Compressing objects: 6% (25/414) 2024-05-19T18:01:28.5065417Z remote: Compressing objects: 7% (29/414) 2024-05-19T18:01:28.5112882Z remote: Compressing objects: 8% (34/414) 2024-05-19T18:01:28.5236371Z remote: Compressing objects: 9% (38/414) 2024-05-19T18:01:28.5285279Z remote: Compressing objects: 10% (42/414) 2024-05-19T18:01:28.5360205Z remote: Compressing objects: 11% (46/414) 2024-05-19T18:01:28.5441341Z remote: Compressing objects: 12% (50/414) 2024-05-19T18:01:28.5479186Z remote: Compressing objects: 13% (54/414) 2024-05-19T18:01:28.5524755Z remote: Compressing objects: 14% (58/414) 2024-05-19T18:01:28.5573230Z remote: Compressing objects: 15% (63/414) 2024-05-19T18:01:28.5610296Z remote: Compressing objects: 16% (67/414) 2024-05-19T18:01:28.5635103Z remote: Compressing objects: 17% (71/414) 2024-05-19T18:01:28.5667189Z remote: Compressing objects: 18% (75/414) 2024-05-19T18:01:28.5688272Z remote: Compressing objects: 19% (79/414) 2024-05-19T18:01:28.5713269Z remote: Compressing objects: 20% (83/414) 2024-05-19T18:01:28.5728414Z remote: Compressing objects: 21% (87/414) 2024-05-19T18:01:28.5737981Z remote: Compressing objects: 22% (92/414) 2024-05-19T18:01:28.5745907Z remote: Compressing objects: 23% (96/414) 2024-05-19T18:01:28.5753528Z remote: Compressing objects: 24% (100/414) 2024-05-19T18:01:28.5756028Z remote: Compressing objects: 25% (104/414) 2024-05-19T18:01:28.5758807Z remote: Compressing objects: 26% (108/414) 2024-05-19T18:01:28.5760528Z remote: Compressing objects: 27% (112/414) 2024-05-19T18:01:28.5761585Z remote: Compressing objects: 28% (116/414) 2024-05-19T18:01:28.5765165Z remote: Compressing objects: 29% (121/414) 2024-05-19T18:01:28.5769437Z remote: Compressing objects: 30% (125/414) 2024-05-19T18:01:28.5772009Z remote: Compressing objects: 31% (129/414) 2024-05-19T18:01:28.5775326Z remote: Compressing objects: 32% (133/414) 2024-05-19T18:01:28.5781443Z remote: Compressing objects: 33% (137/414) 2024-05-19T18:01:28.5784366Z remote: Compressing objects: 34% (141/414) 2024-05-19T18:01:28.5787915Z remote: Compressing objects: 35% (145/414) 2024-05-19T18:01:28.5791483Z remote: Compressing objects: 36% (150/414) 2024-05-19T18:01:28.5793672Z remote: Compressing objects: 37% (154/414) 2024-05-19T18:01:28.5799527Z remote: Compressing objects: 38% (158/414) 2024-05-19T18:01:28.5800341Z remote: Compressing objects: 39% (162/414) 2024-05-19T18:01:28.5803036Z remote: Compressing objects: 40% (166/414) 2024-05-19T18:01:28.5806295Z remote: Compressing objects: 41% (170/414) 2024-05-19T18:01:28.5811134Z remote: Compressing objects: 42% (174/414) 2024-05-19T18:01:28.5812684Z remote: Compressing objects: 43% (179/414) 2024-05-19T18:01:28.5814930Z remote: Compressing objects: 44% (183/414) 2024-05-19T18:01:28.5816968Z remote: Compressing objects: 45% (187/414) 2024-05-19T18:01:28.5819135Z remote: Compressing objects: 46% (191/414) 2024-05-19T18:01:28.5822507Z remote: Compressing objects: 47% (195/414) 2024-05-19T18:01:28.5823647Z remote: Compressing objects: 48% (199/414) 2024-05-19T18:01:28.5824524Z remote: Compressing objects: 49% (203/414) 2024-05-19T18:01:28.5825744Z remote: Compressing objects: 50% (207/414) 2024-05-19T18:01:28.5826946Z remote: Compressing objects: 51% (212/414) 2024-05-19T18:01:28.5828178Z remote: Compressing objects: 52% (216/414) 2024-05-19T18:01:28.5829415Z remote: Compressing objects: 53% (220/414) 2024-05-19T18:01:28.5830445Z remote: Compressing objects: 54% (224/414) 2024-05-19T18:01:28.5831661Z remote: Compressing objects: 55% (228/414) 2024-05-19T18:01:28.5832895Z remote: Compressing objects: 56% (232/414) 2024-05-19T18:01:28.5833786Z remote: Compressing objects: 57% (236/414) 2024-05-19T18:01:28.5835072Z remote: Compressing objects: 58% (241/414) 2024-05-19T18:01:28.5836318Z remote: Compressing objects: 59% (245/414) 2024-05-19T18:01:28.5837562Z remote: Compressing objects: 60% (249/414) 2024-05-19T18:01:28.5838777Z remote: Compressing objects: 61% (253/414) 2024-05-19T18:01:28.5839703Z remote: Compressing objects: 62% (257/414) 2024-05-19T18:01:28.5840956Z remote: Compressing objects: 63% (261/414) 2024-05-19T18:01:28.5842178Z remote: Compressing objects: 64% (265/414) 2024-05-19T18:01:28.5843444Z remote: Compressing objects: 65% (270/414) 2024-05-19T18:01:28.5844750Z remote: Compressing objects: 66% (274/414) 2024-05-19T18:01:28.5845984Z remote: Compressing objects: 67% (278/414) 2024-05-19T18:01:28.5847169Z remote: Compressing objects: 68% (282/414) 2024-05-19T18:01:28.5848383Z remote: Compressing objects: 69% (286/414) 2024-05-19T18:01:28.5849645Z remote: Compressing objects: 70% (290/414) 2024-05-19T18:01:28.5850865Z remote: Compressing objects: 71% (294/414) 2024-05-19T18:01:28.5852078Z remote: Compressing objects: 72% (299/414) 2024-05-19T18:01:28.5853313Z remote: Compressing objects: 73% (303/414) 2024-05-19T18:01:28.5854525Z remote: Compressing objects: 74% (307/414) 2024-05-19T18:01:28.5855814Z remote: Compressing objects: 75% (311/414) 2024-05-19T18:01:28.5857042Z remote: Compressing objects: 76% (315/414) 2024-05-19T18:01:28.5857734Z remote: Compressing objects: 77% (319/414) 2024-05-19T18:01:28.5858746Z remote: Compressing objects: 78% (323/414) 2024-05-19T18:01:28.5859879Z remote: Compressing objects: 79% (328/414) 2024-05-19T18:01:28.5861094Z remote: Compressing objects: 80% (332/414) 2024-05-19T18:01:28.5862337Z remote: Compressing objects: 81% (336/414) 2024-05-19T18:01:28.5863341Z remote: Compressing objects: 82% (340/414) 2024-05-19T18:01:28.5864521Z remote: Compressing objects: 83% (344/414) 2024-05-19T18:01:28.5865822Z remote: Compressing objects: 84% (348/414) 2024-05-19T18:01:28.5866826Z remote: Compressing objects: 85% (352/414) 2024-05-19T18:01:28.5868090Z remote: Compressing objects: 86% (357/414) 2024-05-19T18:01:28.5869293Z remote: Compressing objects: 87% (361/414) 2024-05-19T18:01:28.5870459Z remote: Compressing objects: 88% (365/414) 2024-05-19T18:01:28.5872261Z remote: Compressing objects: 89% (369/414) 2024-05-19T18:01:28.5873542Z remote: Compressing objects: 90% (373/414) 2024-05-19T18:01:28.5874436Z remote: Compressing objects: 91% (377/414) 2024-05-19T18:01:28.5875133Z remote: Compressing objects: 92% (381/414) 2024-05-19T18:01:28.5875762Z remote: Compressing objects: 93% (386/414) 2024-05-19T18:01:28.5876398Z remote: Compressing objects: 94% (390/414) 2024-05-19T18:01:28.5877212Z remote: Compressing objects: 95% (394/414) 2024-05-19T18:01:28.5877859Z remote: Compressing objects: 96% (398/414) 2024-05-19T18:01:28.5878485Z remote: Compressing objects: 97% (402/414) 2024-05-19T18:01:28.5879131Z remote: Compressing objects: 98% (406/414) 2024-05-19T18:01:28.5879847Z remote: Compressing objects: 99% (410/414) 2024-05-19T18:01:28.5880826Z remote: Compressing objects: 100% (414/414) 2024-05-19T18:01:28.5881956Z remote: Compressing objects: 100% (414/414), done. 2024-05-19T18:01:52.8431477Z remote: Total 1119785 (delta 764), reused 924 (delta 664), pack-reused 1118697 2024-05-19T18:02:32.5165961Z [command]/usr/bin/git rev-parse --verify --quiet c8c7ddfde57442cc28a394c385cab656ce9b1f5e^{object} 2024-05-19T18:02:32.5211000Z c8c7ddfde57442cc28a394c385cab656ce9b1f5e 2024-05-19T18:02:32.5217711Z ##[endgroup] 2024-05-19T18:02:32.5218917Z ##[group]Determining the checkout info 2024-05-19T18:02:32.5222107Z ##[endgroup] 2024-05-19T18:02:32.5222880Z ##[group]Checking out the ref 2024-05-19T18:02:32.5224467Z [command]/usr/bin/git checkout --quiet --force c8c7ddfde57442cc28a394c385cab656ce9b1f5e 2024-05-19T18:02:34.1211643Z ##[endgroup] 2024-05-19T18:02:34.1212378Z ##[group]Setting up auth for fetching submodules 2024-05-19T18:02:34.1219972Z [command]/usr/bin/git config --global http.https://github.com/.extraheader AUTHORIZATION: basic *** 2024-05-19T18:02:34.1279731Z [command]/usr/bin/git config --global --unset-all url.https://github.com/.insteadOf 2024-05-19T18:02:34.1317414Z [command]/usr/bin/git config --global --add url.https://github.com/.insteadOf git@github.com: 2024-05-19T18:02:34.1355732Z [command]/usr/bin/git config --global --add url.https://github.com/.insteadOf org-21003710@github.com: 2024-05-19T18:02:34.1387549Z ##[endgroup] 2024-05-19T18:02:34.1388183Z ##[group]Fetching submodules 2024-05-19T18:02:34.1394200Z [command]/usr/bin/git submodule sync --recursive 2024-05-19T18:02:34.1694033Z [command]/usr/bin/git -c protocol.version=2 submodule update --init --force --recursive 2024-05-19T18:02:34.1993627Z Submodule 'android/libs/fbjni' (https://github.com/facebookincubator/fbjni.git) registered for path 'android/libs/fbjni' 2024-05-19T18:02:34.1999892Z Submodule 'third_party/NNPACK_deps/FP16' (https://github.com/Maratyszcza/FP16.git) registered for path 'third_party/FP16' 2024-05-19T18:02:34.2006991Z Submodule 'third_party/NNPACK_deps/FXdiv' (https://github.com/Maratyszcza/FXdiv.git) registered for path 'third_party/FXdiv' 2024-05-19T18:02:34.2013439Z Submodule 'third_party/NNPACK' (https://github.com/Maratyszcza/NNPACK.git) registered for path 'third_party/NNPACK' 2024-05-19T18:02:34.2020426Z Submodule 'third_party/QNNPACK' (https://github.com/pytorch/QNNPACK) registered for path 'third_party/QNNPACK' 2024-05-19T18:02:34.2028265Z Submodule 'third_party/VulkanMemoryAllocator' (https://github.com/GPUOpen-LibrariesAndSDKs/VulkanMemoryAllocator.git) registered for path 'third_party/VulkanMemoryAllocator' 2024-05-19T18:02:34.2034230Z Submodule 'third_party/XNNPACK' (https://github.com/google/XNNPACK.git) registered for path 'third_party/XNNPACK' 2024-05-19T18:02:34.2041334Z Submodule 'third_party/benchmark' (https://github.com/google/benchmark.git) registered for path 'third_party/benchmark' 2024-05-19T18:02:34.2047252Z Submodule 'third_party/cpp-httplib' (https://github.com/yhirose/cpp-httplib.git) registered for path 'third_party/cpp-httplib' 2024-05-19T18:02:34.2053240Z Submodule 'third_party/cpuinfo' (https://github.com/pytorch/cpuinfo.git) registered for path 'third_party/cpuinfo' 2024-05-19T18:02:34.2059346Z Submodule 'third_party/cudnn_frontend' (https://github.com/NVIDIA/cudnn-frontend.git) registered for path 'third_party/cudnn_frontend' 2024-05-19T18:02:34.2065560Z Submodule 'third_party/cutlass' (https://github.com/NVIDIA/cutlass.git) registered for path 'third_party/cutlass' 2024-05-19T18:02:34.2071413Z Submodule 'third_party/eigen' (https://gitlab.com/libeigen/eigen.git) registered for path 'third_party/eigen' 2024-05-19T18:02:34.2077832Z Submodule 'third_party/fbgemm' (https://github.com/pytorch/fbgemm) registered for path 'third_party/fbgemm' 2024-05-19T18:02:34.2084388Z Submodule 'third_party/flatbuffers' (https://github.com/google/flatbuffers.git) registered for path 'third_party/flatbuffers' 2024-05-19T18:02:34.2092166Z Submodule 'third_party/fmt' (https://github.com/fmtlib/fmt.git) registered for path 'third_party/fmt' 2024-05-19T18:02:34.2099243Z Submodule 'third_party/foxi' (https://github.com/houseroad/foxi.git) registered for path 'third_party/foxi' 2024-05-19T18:02:34.2106113Z Submodule 'third_party/gemmlowp/gemmlowp' (https://github.com/google/gemmlowp.git) registered for path 'third_party/gemmlowp/gemmlowp' 2024-05-19T18:02:34.2114392Z Submodule 'third_party/gloo' (https://github.com/facebookincubator/gloo) registered for path 'third_party/gloo' 2024-05-19T18:02:34.2123209Z Submodule 'third_party/googletest' (https://github.com/google/googletest.git) registered for path 'third_party/googletest' 2024-05-19T18:02:34.2131324Z Submodule 'third_party/ideep' (https://github.com/intel/ideep) registered for path 'third_party/ideep' 2024-05-19T18:02:34.2141231Z Submodule 'third_party/ios-cmake' (https://github.com/Yangqing/ios-cmake.git) registered for path 'third_party/ios-cmake' 2024-05-19T18:02:34.2149311Z Submodule 'third_party/ittapi' (https://github.com/intel/ittapi.git) registered for path 'third_party/ittapi' 2024-05-19T18:02:34.2158519Z Submodule 'third_party/kineto' (https://github.com/pytorch/kineto) registered for path 'third_party/kineto' 2024-05-19T18:02:34.2164818Z Submodule 'third_party/mimalloc' (https://github.com/microsoft/mimalloc.git) registered for path 'third_party/mimalloc' 2024-05-19T18:02:34.2173378Z Submodule 'third_party/nccl/nccl' (https://github.com/NVIDIA/nccl) registered for path 'third_party/nccl/nccl' 2024-05-19T18:02:34.2180405Z Submodule 'third_party/neon2sse' (https://github.com/intel/ARM_NEON_2_x86_SSE.git) registered for path 'third_party/neon2sse' 2024-05-19T18:02:34.2188824Z Submodule 'third_party/nlohmann' (https://github.com/nlohmann/json.git) registered for path 'third_party/nlohmann' 2024-05-19T18:02:34.2196432Z Submodule 'third_party/onnx' (https://github.com/onnx/onnx.git) registered for path 'third_party/onnx' 2024-05-19T18:02:34.2203440Z Submodule 'third_party/onnx-tensorrt' (https://github.com/onnx/onnx-tensorrt) registered for path 'third_party/onnx-tensorrt' 2024-05-19T18:02:34.2211314Z Submodule 'third_party/opentelemetry-cpp' (https://github.com/open-telemetry/opentelemetry-cpp.git) registered for path 'third_party/opentelemetry-cpp' 2024-05-19T18:02:34.2218658Z Submodule 'third_party/pocketfft' (https://github.com/mreineck/pocketfft) registered for path 'third_party/pocketfft' 2024-05-19T18:02:34.2226779Z Submodule 'third_party/protobuf' (https://github.com/protocolbuffers/protobuf.git) registered for path 'third_party/protobuf' 2024-05-19T18:02:34.2234798Z Submodule 'third_party/NNPACK_deps/psimd' (https://github.com/Maratyszcza/psimd.git) registered for path 'third_party/psimd' 2024-05-19T18:02:34.2242551Z Submodule 'third_party/NNPACK_deps/pthreadpool' (https://github.com/Maratyszcza/pthreadpool.git) registered for path 'third_party/pthreadpool' 2024-05-19T18:02:34.2249847Z Submodule 'third_party/pybind11' (https://github.com/pybind/pybind11.git) registered for path 'third_party/pybind11' 2024-05-19T18:02:34.2257409Z Submodule 'third_party/python-peachpy' (https://github.com/malfet/PeachPy.git) registered for path 'third_party/python-peachpy' 2024-05-19T18:02:34.2265457Z Submodule 'third_party/sleef' (https://github.com/shibatch/sleef) registered for path 'third_party/sleef' 2024-05-19T18:02:34.2273239Z Submodule 'third_party/tbb' (https://github.com/01org/tbb) registered for path 'third_party/tbb' 2024-05-19T18:02:34.2281708Z Submodule 'third_party/tensorpipe' (https://github.com/pytorch/tensorpipe.git) registered for path 'third_party/tensorpipe' 2024-05-19T18:02:34.2371432Z Cloning into '/home/weiwangmeta/actions-runner/_work/pytorch/pytorch/android/libs/fbjni'... 2024-05-19T18:02:34.8291131Z Cloning into '/home/weiwangmeta/actions-runner/_work/pytorch/pytorch/third_party/FP16'... 2024-05-19T18:02:35.1951315Z Cloning into '/home/weiwangmeta/actions-runner/_work/pytorch/pytorch/third_party/FXdiv'... 2024-05-19T18:02:35.5473548Z Cloning into '/home/weiwangmeta/actions-runner/_work/pytorch/pytorch/third_party/NNPACK'... 2024-05-19T18:02:36.0309905Z Cloning into '/home/weiwangmeta/actions-runner/_work/pytorch/pytorch/third_party/QNNPACK'... 2024-05-19T18:02:36.5271076Z Cloning into '/home/weiwangmeta/actions-runner/_work/pytorch/pytorch/third_party/VulkanMemoryAllocator'... 2024-05-19T18:02:39.8017108Z Cloning into '/home/weiwangmeta/actions-runner/_work/pytorch/pytorch/third_party/XNNPACK'... 2024-05-19T18:02:54.4380670Z Cloning into '/home/weiwangmeta/actions-runner/_work/pytorch/pytorch/third_party/benchmark'... 2024-05-19T18:02:55.0799595Z Cloning into '/home/weiwangmeta/actions-runner/_work/pytorch/pytorch/third_party/cpp-httplib'... 2024-05-19T18:02:55.9815473Z Cloning into '/home/weiwangmeta/actions-runner/_work/pytorch/pytorch/third_party/cpuinfo'... 2024-05-19T18:02:56.8590278Z Cloning into '/home/weiwangmeta/actions-runner/_work/pytorch/pytorch/third_party/cudnn_frontend'... 2024-05-19T18:02:58.3104939Z Cloning into '/home/weiwangmeta/actions-runner/_work/pytorch/pytorch/third_party/cutlass'... 2024-05-19T18:03:00.3722625Z Cloning into '/home/weiwangmeta/actions-runner/_work/pytorch/pytorch/third_party/eigen'... 2024-05-19T18:03:05.9080875Z Cloning into '/home/weiwangmeta/actions-runner/_work/pytorch/pytorch/third_party/fbgemm'... 2024-05-19T18:03:07.7461570Z Cloning into '/home/weiwangmeta/actions-runner/_work/pytorch/pytorch/third_party/flatbuffers'... 2024-05-19T18:03:09.8051670Z Cloning into '/home/weiwangmeta/actions-runner/_work/pytorch/pytorch/third_party/fmt'... 2024-05-19T18:03:11.5685681Z Cloning into '/home/weiwangmeta/actions-runner/_work/pytorch/pytorch/third_party/foxi'... 2024-05-19T18:03:11.9199130Z Cloning into '/home/weiwangmeta/actions-runner/_work/pytorch/pytorch/third_party/gemmlowp/gemmlowp'... 2024-05-19T18:03:12.5888167Z Cloning into '/home/weiwangmeta/actions-runner/_work/pytorch/pytorch/third_party/gloo'... 2024-05-19T18:03:13.2010758Z Cloning into '/home/weiwangmeta/actions-runner/_work/pytorch/pytorch/third_party/googletest'... 2024-05-19T18:03:14.7427258Z Cloning into '/home/weiwangmeta/actions-runner/_work/pytorch/pytorch/third_party/ideep'... 2024-05-19T18:03:15.3290223Z Cloning into '/home/weiwangmeta/actions-runner/_work/pytorch/pytorch/third_party/ios-cmake'... 2024-05-19T18:03:15.6691974Z Cloning into '/home/weiwangmeta/actions-runner/_work/pytorch/pytorch/third_party/ittapi'... 2024-05-19T18:03:16.1515758Z Cloning into '/home/weiwangmeta/actions-runner/_work/pytorch/pytorch/third_party/kineto'... 2024-05-19T18:03:17.9723587Z Cloning into '/home/weiwangmeta/actions-runner/_work/pytorch/pytorch/third_party/mimalloc'... 2024-05-19T18:03:18.9230187Z Cloning into '/home/weiwangmeta/actions-runner/_work/pytorch/pytorch/third_party/nccl/nccl'... 2024-05-19T18:03:19.8288738Z Cloning into '/home/weiwangmeta/actions-runner/_work/pytorch/pytorch/third_party/neon2sse'... 2024-05-19T18:03:20.3504364Z Cloning into '/home/weiwangmeta/actions-runner/_work/pytorch/pytorch/third_party/nlohmann'... 2024-05-19T18:03:27.8884803Z Cloning into '/home/weiwangmeta/actions-runner/_work/pytorch/pytorch/third_party/onnx'... 2024-05-19T18:03:31.5551339Z Cloning into '/home/weiwangmeta/actions-runner/_work/pytorch/pytorch/third_party/onnx-tensorrt'... 2024-05-19T18:03:32.3029462Z Cloning into '/home/weiwangmeta/actions-runner/_work/pytorch/pytorch/third_party/opentelemetry-cpp'... 2024-05-19T18:03:44.5120916Z Cloning into '/home/weiwangmeta/actions-runner/_work/pytorch/pytorch/third_party/pocketfft'... 2024-05-19T18:03:44.9347974Z Cloning into '/home/weiwangmeta/actions-runner/_work/pytorch/pytorch/third_party/protobuf'... 2024-05-19T18:03:55.2302206Z Cloning into '/home/weiwangmeta/actions-runner/_work/pytorch/pytorch/third_party/psimd'... 2024-05-19T18:03:55.5666942Z Cloning into '/home/weiwangmeta/actions-runner/_work/pytorch/pytorch/third_party/pthreadpool'... 2024-05-19T18:03:56.0094093Z Cloning into '/home/weiwangmeta/actions-runner/_work/pytorch/pytorch/third_party/pybind11'... 2024-05-19T18:03:57.2823139Z Cloning into '/home/weiwangmeta/actions-runner/_work/pytorch/pytorch/third_party/python-peachpy'... 2024-05-19T18:03:57.8195592Z Cloning into '/home/weiwangmeta/actions-runner/_work/pytorch/pytorch/third_party/sleef'... 2024-05-19T18:03:58.7230560Z Cloning into '/home/weiwangmeta/actions-runner/_work/pytorch/pytorch/third_party/tbb'... 2024-05-19T18:04:01.0896555Z Cloning into '/home/weiwangmeta/actions-runner/_work/pytorch/pytorch/third_party/tensorpipe'... 2024-05-19T18:04:01.8504202Z Submodule path 'android/libs/fbjni': checked out '7e1e1fe3858c63c251c637ae41a20de425dde96f' 2024-05-19T18:04:01.8901659Z Submodule path 'third_party/FP16': checked out '4dfe081cf6bcd15db339cf2680b9281b8451eeb3' 2024-05-19T18:04:01.9273095Z Submodule path 'third_party/FXdiv': checked out 'b408327ac2a15ec3e43352421954f5b1967701d1' 2024-05-19T18:04:01.9802417Z Submodule path 'third_party/NNPACK': checked out 'c07e3a0400713d546e0dea2d5466dd22ea389c73' 2024-05-19T18:04:02.0344277Z Submodule path 'third_party/QNNPACK': checked out '7d2a4e9931a82adc3814275b6219a03e24e36b4c' 2024-05-19T18:04:02.1050795Z Submodule path 'third_party/VulkanMemoryAllocator': checked out 'a6bfc237255a6bac1513f7c1ebde6d8aed6b5191' 2024-05-19T18:04:03.2027116Z Submodule path 'third_party/XNNPACK': checked out 'fcbf55af6cf28a4627bcd1f703ab7ad843f0f3a2' 2024-05-19T18:04:03.2564053Z Submodule path 'third_party/benchmark': checked out '0d98dba29d66e93259db7daa53a9327df767a415' 2024-05-19T18:04:03.3275546Z Submodule path 'third_party/cpp-httplib': checked out '3b6597bba913d51161383657829b7e644e59c006' 2024-05-19T18:04:03.4644110Z Submodule path 'third_party/cpuinfo': checked out 'd6860c477c99f1fce9e28eb206891af3c0e1a1d7' 2024-05-19T18:04:03.5230268Z Submodule path 'third_party/cudnn_frontend': checked out '150798fe976556078f443fdb059a1ff0361f58a2' 2024-05-19T18:04:04.1180571Z Submodule path 'third_party/cutlass': checked out 'bbe579a9e3beb6ea6626d9227ec32d0dae119a49' 2024-05-19T18:04:04.4324874Z Submodule path 'third_party/eigen': checked out '3147391d946bb4b6c68edd901f2add6ac1f31f8c' 2024-05-19T18:04:04.5403788Z Submodule path 'third_party/fbgemm': checked out 'dbc3157bf256f1339b3fa1fef2be89ac4078be0e' 2024-05-19T18:04:04.5463426Z Submodule 'third_party/asmjit' (https://github.com/asmjit/asmjit.git) registered for path 'third_party/fbgemm/third_party/asmjit' 2024-05-19T18:04:04.5469846Z Submodule 'third_party/cpuinfo' (https://github.com/pytorch/cpuinfo) registered for path 'third_party/fbgemm/third_party/cpuinfo' 2024-05-19T18:04:04.5474986Z Submodule 'third_party/cutlass' (https://github.com/NVIDIA/cutlass.git) registered for path 'third_party/fbgemm/third_party/cutlass' 2024-05-19T18:04:04.5481061Z Submodule 'third_party/googletest' (https://github.com/google/googletest) registered for path 'third_party/fbgemm/third_party/googletest' 2024-05-19T18:04:04.5487333Z Submodule 'third_party/hipify_torch' (https://github.com/ROCmSoftwarePlatform/hipify_torch.git) registered for path 'third_party/fbgemm/third_party/hipify_torch' 2024-05-19T18:04:04.5537392Z Cloning into '/home/weiwangmeta/actions-runner/_work/pytorch/pytorch/third_party/fbgemm/third_party/asmjit'... 2024-05-19T18:04:05.8845328Z Cloning into '/home/weiwangmeta/actions-runner/_work/pytorch/pytorch/third_party/fbgemm/third_party/cpuinfo'... 2024-05-19T18:04:06.7547354Z Cloning into '/home/weiwangmeta/actions-runner/_work/pytorch/pytorch/third_party/fbgemm/third_party/cutlass'... 2024-05-19T18:04:08.8108572Z Cloning into '/home/weiwangmeta/actions-runner/_work/pytorch/pytorch/third_party/fbgemm/third_party/googletest'... 2024-05-19T18:04:10.3648603Z Cloning into '/home/weiwangmeta/actions-runner/_work/pytorch/pytorch/third_party/fbgemm/third_party/hipify_torch'... 2024-05-19T18:04:10.9775402Z Submodule path 'third_party/fbgemm/third_party/asmjit': checked out 'd3fbf7c9bc7c1d1365a94a45614b91c5a3706b81' 2024-05-19T18:04:11.1130289Z Submodule path 'third_party/fbgemm/third_party/cpuinfo': checked out 'ed8b86a253800bafdb7b25c5c399f91bff9cb1f3' 2024-05-19T18:04:11.5897602Z Submodule path 'third_party/fbgemm/third_party/cutlass': checked out 'fc9ebc645b63f3a6bc80aaefde5c063fb72110d6' 2024-05-19T18:04:11.6836324Z Submodule path 'third_party/fbgemm/third_party/googletest': checked out 'cbf019de22c8dd37b2108da35b2748fd702d1796' 2024-05-19T18:04:11.7200225Z Submodule path 'third_party/fbgemm/third_party/hipify_torch': checked out '23f53b025b466d8ec3c45d52290d3442f7fbe6b1' 2024-05-19T18:04:11.8742910Z Submodule path 'third_party/flatbuffers': checked out '01834de25e4bf3975a9a00e816292b1ad0fe184b' 2024-05-19T18:04:11.9480973Z Submodule path 'third_party/fmt': checked out 'e69e5f977d458f2650bb346dadf2ad30c5320281' 2024-05-19T18:04:11.9853322Z Submodule path 'third_party/foxi': checked out 'c278588e34e535f0bb8f00df3880d26928038cad' 2024-05-19T18:04:12.0585339Z Submodule path 'third_party/gemmlowp/gemmlowp': checked out '3fb5c176c17c765a3492cd2f0321b0dab712f350' 2024-05-19T18:04:12.1127770Z Submodule path 'third_party/gloo': checked out '5354032ea08eadd7fc4456477f7f7c6308818509' 2024-05-19T18:04:12.1916016Z Submodule path 'third_party/googletest': checked out 'e2239ee6043f73722e7aa812a459f54a28552929' 2024-05-19T18:04:12.2324275Z Submodule path 'third_party/ideep': checked out '55ca0191687aaf19aca5cdb7881c791e3bea442b' 2024-05-19T18:04:12.2376097Z Submodule 'mkl-dnn' (https://github.com/intel/mkl-dnn.git) registered for path 'third_party/ideep/mkl-dnn' 2024-05-19T18:04:12.2420816Z Cloning into '/home/weiwangmeta/actions-runner/_work/pytorch/pytorch/third_party/ideep/mkl-dnn'... 2024-05-19T18:04:25.9361585Z Submodule path 'third_party/ideep/mkl-dnn': checked out '1137e04ec0b5251ca2b4400a4fd3c667ce843d67' 2024-05-19T18:04:25.9776814Z Submodule path 'third_party/ios-cmake': checked out '8abaed637d56f1337d6e1d2c4026e25c1eade724' 2024-05-19T18:04:26.0240286Z Submodule path 'third_party/ittapi': checked out '5b8a7d7422611c3a0d799fb5fc5dd4abfae35b42' 2024-05-19T18:04:26.1566134Z Submodule path 'third_party/kineto': checked out '3a81076cc97092666f319846f32f36b73ce2293e' 2024-05-19T18:04:26.1626377Z Submodule 'libkineto/third_party/dynolog' (https://github.com/facebookincubator/dynolog.git) registered for path 'third_party/kineto/libkineto/third_party/dynolog' 2024-05-19T18:04:26.1635290Z Submodule 'libkineto/third_party/fmt' (https://github.com/fmtlib/fmt.git) registered for path 'third_party/kineto/libkineto/third_party/fmt' 2024-05-19T18:04:26.1642454Z Submodule 'libkineto/third_party/googletest' (https://github.com/google/googletest.git) registered for path 'third_party/kineto/libkineto/third_party/googletest' 2024-05-19T18:04:26.1690172Z Cloning into '/home/weiwangmeta/actions-runner/_work/pytorch/pytorch/third_party/kineto/libkineto/third_party/dynolog'... 2024-05-19T18:04:27.0839387Z Cloning into '/home/weiwangmeta/actions-runner/_work/pytorch/pytorch/third_party/kineto/libkineto/third_party/fmt'... 2024-05-19T18:04:28.8771678Z Cloning into '/home/weiwangmeta/actions-runner/_work/pytorch/pytorch/third_party/kineto/libkineto/third_party/googletest'... 2024-05-19T18:04:30.5489460Z Submodule path 'third_party/kineto/libkineto/third_party/dynolog': checked out '7d04a0053a845370ae06ce317a22a48e9edcc74e' 2024-05-19T18:04:30.5545589Z Submodule 'third_party/DCGM' (https://github.com/NVIDIA/DCGM.git) registered for path 'third_party/kineto/libkineto/third_party/dynolog/third_party/DCGM' 2024-05-19T18:04:30.5554323Z Submodule 'third_party/cpr' (https://github.com/libcpr/cpr.git) registered for path 'third_party/kineto/libkineto/third_party/dynolog/third_party/cpr' 2024-05-19T18:04:30.5586736Z Submodule 'third_party/fmt' (https://github.com/fmtlib/fmt.git) registered for path 'third_party/kineto/libkineto/third_party/dynolog/third_party/fmt' 2024-05-19T18:04:30.5590566Z Submodule 'third_party/gflags' (https://github.com/gflags/gflags.git) registered for path 'third_party/kineto/libkineto/third_party/dynolog/third_party/gflags' 2024-05-19T18:04:30.5593363Z Submodule 'third_party/glog' (https://github.com/google/glog.git) registered for path 'third_party/kineto/libkineto/third_party/dynolog/third_party/glog' 2024-05-19T18:04:30.5595829Z Submodule 'third_party/googletest' (https://github.com/google/googletest.git) registered for path 'third_party/kineto/libkineto/third_party/dynolog/third_party/googletest' 2024-05-19T18:04:30.5598242Z Submodule 'third_party/json' (https://github.com/nlohmann/json.git) registered for path 'third_party/kineto/libkineto/third_party/dynolog/third_party/json' 2024-05-19T18:04:30.5600477Z Submodule 'third_party/pfs' (https://github.com/dtrugman/pfs.git) registered for path 'third_party/kineto/libkineto/third_party/dynolog/third_party/pfs' 2024-05-19T18:04:30.5640928Z Cloning into '/home/weiwangmeta/actions-runner/_work/pytorch/pytorch/third_party/kineto/libkineto/third_party/dynolog/third_party/DCGM'... 2024-05-19T18:04:31.9518380Z Cloning into '/home/weiwangmeta/actions-runner/_work/pytorch/pytorch/third_party/kineto/libkineto/third_party/dynolog/third_party/cpr'... 2024-05-19T18:04:32.5730498Z Cloning into '/home/weiwangmeta/actions-runner/_work/pytorch/pytorch/third_party/kineto/libkineto/third_party/dynolog/third_party/fmt'... 2024-05-19T18:04:34.3834340Z Cloning into '/home/weiwangmeta/actions-runner/_work/pytorch/pytorch/third_party/kineto/libkineto/third_party/dynolog/third_party/gflags'... 2024-05-19T18:04:34.9929546Z Cloning into '/home/weiwangmeta/actions-runner/_work/pytorch/pytorch/third_party/kineto/libkineto/third_party/dynolog/third_party/glog'... 2024-05-19T18:04:35.7917346Z Cloning into '/home/weiwangmeta/actions-runner/_work/pytorch/pytorch/third_party/kineto/libkineto/third_party/dynolog/third_party/googletest'... 2024-05-19T18:04:37.4210340Z Cloning into '/home/weiwangmeta/actions-runner/_work/pytorch/pytorch/third_party/kineto/libkineto/third_party/dynolog/third_party/json'... 2024-05-19T18:04:44.9102452Z Cloning into '/home/weiwangmeta/actions-runner/_work/pytorch/pytorch/third_party/kineto/libkineto/third_party/dynolog/third_party/pfs'... 2024-05-19T18:04:45.5614227Z Submodule path 'third_party/kineto/libkineto/third_party/dynolog/third_party/DCGM': checked out 'ffde4e54bc7249a6039a5e6b45b395141e1217f9' 2024-05-19T18:04:45.6052788Z Submodule path 'third_party/kineto/libkineto/third_party/dynolog/third_party/cpr': checked out '871ed52d350214a034f6ef8a3b8f51c5ce1bd400' 2024-05-19T18:04:45.6709505Z Submodule path 'third_party/kineto/libkineto/third_party/dynolog/third_party/fmt': checked out 'cd4af11efc9c622896a3e4cb599fa28668ca3d05' 2024-05-19T18:04:45.7095754Z Submodule path 'third_party/kineto/libkineto/third_party/dynolog/third_party/gflags': checked out 'e171aa2d15ed9eb17054558e0b3a6a413bb01067' 2024-05-19T18:04:45.7147091Z Submodule 'doc' (https://github.com/gflags/gflags.git) registered for path 'third_party/kineto/libkineto/third_party/dynolog/third_party/gflags/doc' 2024-05-19T18:04:45.7196075Z Cloning into '/home/weiwangmeta/actions-runner/_work/pytorch/pytorch/third_party/kineto/libkineto/third_party/dynolog/third_party/gflags/doc'... 2024-05-19T18:04:46.3123788Z Submodule path 'third_party/kineto/libkineto/third_party/dynolog/third_party/gflags/doc': checked out '8411df715cf522606e3b1aca386ddfc0b63d34b4' 2024-05-19T18:04:46.3554344Z Submodule path 'third_party/kineto/libkineto/third_party/dynolog/third_party/glog': checked out 'b33e3bad4c46c8a6345525fd822af355e5ef9446' 2024-05-19T18:04:46.4247647Z Submodule path 'third_party/kineto/libkineto/third_party/dynolog/third_party/googletest': checked out '58d77fa8070e8cec2dc1ed015d66b454c8d78850' 2024-05-19T18:04:46.5605251Z Submodule path 'third_party/kineto/libkineto/third_party/dynolog/third_party/json': checked out '4f8fba14066156b73f1189a2b8bd568bde5284c5' 2024-05-19T18:04:46.6014500Z Submodule path 'third_party/kineto/libkineto/third_party/dynolog/third_party/pfs': checked out 'f68a2fa8ea36c783bdd760371411fcb495aa3150' 2024-05-19T18:04:46.6642492Z Submodule path 'third_party/kineto/libkineto/third_party/fmt': checked out 'a33701196adfad74917046096bf5a2aa0ab0bb50' 2024-05-19T18:04:46.7546776Z Submodule path 'third_party/kineto/libkineto/third_party/googletest': checked out '7aca84427f224eeed3144123d5230d5871e93347' 2024-05-19T18:04:46.8250606Z Submodule path 'third_party/mimalloc': checked out 'b66e3214d8a104669c2ec05ae91ebc26a8f5ab78' 2024-05-19T18:04:46.8799075Z Submodule path 'third_party/nccl/nccl': checked out '48bb7fec7953112ff37499a272317f6663f8f600' 2024-05-19T18:04:46.9243557Z Submodule path 'third_party/neon2sse': checked out '97a126f08ce318023be604d03f88bf0820a9464a' 2024-05-19T18:04:47.0709927Z Submodule path 'third_party/nlohmann': checked out '87cda1d6646592ac5866dc703c8e1839046a6806' 2024-05-19T18:04:47.4749891Z Submodule path 'third_party/onnx': checked out '990217f043af7222348ca8f0301e17fa7b841781' 2024-05-19T18:04:47.4827981Z Submodule 'third_party/benchmark' (https://github.com/google/benchmark.git) registered for path 'third_party/onnx/third_party/benchmark' 2024-05-19T18:04:47.4832539Z Submodule 'third_party/pybind11' (https://github.com/pybind/pybind11.git) registered for path 'third_party/onnx/third_party/pybind11' 2024-05-19T18:04:47.4902243Z Cloning into '/home/weiwangmeta/actions-runner/_work/pytorch/pytorch/third_party/onnx/third_party/benchmark'... 2024-05-19T18:04:48.1222784Z Cloning into '/home/weiwangmeta/actions-runner/_work/pytorch/pytorch/third_party/onnx/third_party/pybind11'... 2024-05-19T18:04:49.4018510Z Submodule path 'third_party/onnx/third_party/benchmark': checked out '2dd015dfef425c866d9a43f2c67d8b52d709acb6' 2024-05-19T18:04:49.4658932Z Submodule path 'third_party/onnx/third_party/pybind11': checked out '5b0a6fc2017fcc176545afe3e09c9f9885283242' 2024-05-19T18:04:49.5116235Z Submodule path 'third_party/onnx-tensorrt': checked out 'c153211418a7c57ce071d9ce2a41f8d1c85a878f' 2024-05-19T18:04:49.5167966Z Submodule 'third_party/onnx' (https://github.com/onnx/onnx.git) registered for path 'third_party/onnx-tensorrt/third_party/onnx' 2024-05-19T18:04:49.5213915Z Cloning into '/home/weiwangmeta/actions-runner/_work/pytorch/pytorch/third_party/onnx-tensorrt/third_party/onnx'... 2024-05-19T18:04:53.2828356Z Submodule path 'third_party/onnx-tensorrt/third_party/onnx': checked out '765f5ee823a67a866f4bd28a9860e81f3c811ce8' 2024-05-19T18:04:53.2892204Z Submodule 'third_party/benchmark' (https://github.com/google/benchmark.git) registered for path 'third_party/onnx-tensorrt/third_party/onnx/third_party/benchmark' 2024-05-19T18:04:53.2897326Z Submodule 'third_party/pybind11' (https://github.com/pybind/pybind11.git) registered for path 'third_party/onnx-tensorrt/third_party/onnx/third_party/pybind11' 2024-05-19T18:04:53.2952790Z Cloning into '/home/weiwangmeta/actions-runner/_work/pytorch/pytorch/third_party/onnx-tensorrt/third_party/onnx/third_party/benchmark'... 2024-05-19T18:04:53.9200148Z Cloning into '/home/weiwangmeta/actions-runner/_work/pytorch/pytorch/third_party/onnx-tensorrt/third_party/onnx/third_party/pybind11'... 2024-05-19T18:04:55.1921124Z Submodule path 'third_party/onnx-tensorrt/third_party/onnx/third_party/benchmark': checked out 'e776aa0275e293707b6a0901e0e8d8a8a3679508' 2024-05-19T18:04:55.2991172Z Submodule path 'third_party/onnx-tensorrt/third_party/onnx/third_party/pybind11': checked out 'a1041190c8b8ff0cd9e2f0752248ad5e3789ea0c' 2024-05-19T18:04:55.3045831Z Submodule 'tools/clang' (https://github.com/wjakob/clang-cindex-python3) registered for path 'third_party/onnx-tensorrt/third_party/onnx/third_party/pybind11/tools/clang' 2024-05-19T18:04:55.3093824Z Cloning into '/home/weiwangmeta/actions-runner/_work/pytorch/pytorch/third_party/onnx-tensorrt/third_party/onnx/third_party/pybind11/tools/clang'... 2024-05-19T18:04:55.7260030Z Submodule path 'third_party/onnx-tensorrt/third_party/onnx/third_party/pybind11/tools/clang': checked out '6a00cbc4a9b8e68b71caf7f774b3f9c753ae84d5' 2024-05-19T18:04:55.8259167Z Submodule path 'third_party/opentelemetry-cpp': checked out 'a799f4aed9c94b765dcdaabaeab7d5e7e2310878' 2024-05-19T18:04:55.8317564Z Submodule 'third_party/benchmark' (https://github.com/google/benchmark) registered for path 'third_party/opentelemetry-cpp/third_party/benchmark' 2024-05-19T18:04:55.8323283Z Submodule 'third_party/googletest' (https://github.com/google/googletest) registered for path 'third_party/opentelemetry-cpp/third_party/googletest' 2024-05-19T18:04:55.8329720Z Submodule 'third_party/ms-gsl' (https://github.com/microsoft/GSL) registered for path 'third_party/opentelemetry-cpp/third_party/ms-gsl' 2024-05-19T18:04:55.8335800Z Submodule 'third_party/nlohmann-json' (https://github.com/nlohmann/json) registered for path 'third_party/opentelemetry-cpp/third_party/nlohmann-json' 2024-05-19T18:04:55.8341850Z Submodule 'third_party/opentelemetry-proto' (https://github.com/open-telemetry/opentelemetry-proto) registered for path 'third_party/opentelemetry-cpp/third_party/opentelemetry-proto' 2024-05-19T18:04:55.8348121Z Submodule 'third_party/opentracing-cpp' (https://github.com/opentracing/opentracing-cpp.git) registered for path 'third_party/opentelemetry-cpp/third_party/opentracing-cpp' 2024-05-19T18:04:55.8353951Z Submodule 'third_party/prometheus-cpp' (https://github.com/jupp0r/prometheus-cpp) registered for path 'third_party/opentelemetry-cpp/third_party/prometheus-cpp' 2024-05-19T18:04:55.8360787Z Submodule 'tools/vcpkg' (https://github.com/Microsoft/vcpkg) registered for path 'third_party/opentelemetry-cpp/tools/vcpkg' 2024-05-19T18:04:55.8412756Z Cloning into '/home/weiwangmeta/actions-runner/_work/pytorch/pytorch/third_party/opentelemetry-cpp/third_party/benchmark'... 2024-05-19T18:04:56.4603701Z Cloning into '/home/weiwangmeta/actions-runner/_work/pytorch/pytorch/third_party/opentelemetry-cpp/third_party/googletest'... 2024-05-19T18:04:58.0361885Z Cloning into '/home/weiwangmeta/actions-runner/_work/pytorch/pytorch/third_party/opentelemetry-cpp/third_party/ms-gsl'... 2024-05-19T18:04:58.6047074Z Cloning into '/home/weiwangmeta/actions-runner/_work/pytorch/pytorch/third_party/opentelemetry-cpp/third_party/nlohmann-json'... 2024-05-19T18:05:06.0347693Z Cloning into '/home/weiwangmeta/actions-runner/_work/pytorch/pytorch/third_party/opentelemetry-cpp/third_party/opentelemetry-proto'... 2024-05-19T18:05:06.5881497Z Cloning into '/home/weiwangmeta/actions-runner/_work/pytorch/pytorch/third_party/opentelemetry-cpp/third_party/opentracing-cpp'... 2024-05-19T18:05:07.0022992Z Cloning into '/home/weiwangmeta/actions-runner/_work/pytorch/pytorch/third_party/opentelemetry-cpp/third_party/prometheus-cpp'... 2024-05-19T18:05:07.5231612Z Cloning into '/home/weiwangmeta/actions-runner/_work/pytorch/pytorch/third_party/opentelemetry-cpp/tools/vcpkg'... 2024-05-19T18:05:14.6036649Z Submodule path 'third_party/opentelemetry-cpp/third_party/benchmark': checked out 'd572f4777349d43653b21d6c2fc63020ab326db2' 2024-05-19T18:05:14.6729857Z Submodule path 'third_party/opentelemetry-cpp/third_party/googletest': checked out 'b796f7d44681514f58a683a3a71ff17c94edb0c1' 2024-05-19T18:05:14.7128281Z Submodule path 'third_party/opentelemetry-cpp/third_party/ms-gsl': checked out '6f4529395c5b7c2d661812257cd6780c67e54afa' 2024-05-19T18:05:14.8469747Z Submodule path 'third_party/opentelemetry-cpp/third_party/nlohmann-json': checked out 'bc889afb4c5bf1c0d8ee29ef35eaaf4c8bef8a5d' 2024-05-19T18:05:14.8834571Z Submodule path 'third_party/opentelemetry-cpp/third_party/opentelemetry-proto': checked out '4ca4f0335c63cda7ab31ea7ed70d6553aee14dce' 2024-05-19T18:05:14.9215442Z Submodule path 'third_party/opentelemetry-cpp/third_party/opentracing-cpp': checked out '06b57f48ded1fa3bdd3d4346f6ef29e40e08eaf5' 2024-05-19T18:05:14.9598492Z Submodule path 'third_party/opentelemetry-cpp/third_party/prometheus-cpp': checked out 'c9ffcdda9086ffd9e1283ea7a0276d831f3c8a8d' 2024-05-19T18:05:14.9649997Z Submodule 'civetweb' (https://github.com/civetweb/civetweb.git) registered for path 'third_party/opentelemetry-cpp/third_party/prometheus-cpp/3rdparty/civetweb' 2024-05-19T18:05:14.9654789Z Submodule 'googletest' (https://github.com/google/googletest.git) registered for path 'third_party/opentelemetry-cpp/third_party/prometheus-cpp/3rdparty/googletest' 2024-05-19T18:05:14.9700402Z Cloning into '/home/weiwangmeta/actions-runner/_work/pytorch/pytorch/third_party/opentelemetry-cpp/third_party/prometheus-cpp/3rdparty/civetweb'... 2024-05-19T18:05:18.1822290Z Cloning into '/home/weiwangmeta/actions-runner/_work/pytorch/pytorch/third_party/opentelemetry-cpp/third_party/prometheus-cpp/3rdparty/googletest'... 2024-05-19T18:05:20.0753689Z Submodule path 'third_party/opentelemetry-cpp/third_party/prometheus-cpp/3rdparty/civetweb': checked out 'eefb26f82b233268fc98577d265352720d477ba4' 2024-05-19T18:05:20.1523250Z Submodule path 'third_party/opentelemetry-cpp/third_party/prometheus-cpp/3rdparty/googletest': checked out 'e2239ee6043f73722e7aa812a459f54a28552929' 2024-05-19T18:05:20.6546518Z Submodule path 'third_party/opentelemetry-cpp/tools/vcpkg': checked out '8eb57355a4ffb410a2e94c07b4dca2dffbee8e50' 2024-05-19T18:05:20.6986375Z Submodule path 'third_party/pocketfft': checked out '9d3ab05a7fffbc71a492bc6a17be034e83e8f0fe' 2024-05-19T18:05:21.0327896Z Submodule path 'third_party/protobuf': checked out 'd1eca4e4b421cd2997495c4b4e65cea6be4e9b8a' 2024-05-19T18:05:21.0392681Z Submodule 'third_party/benchmark' (https://github.com/google/benchmark.git) registered for path 'third_party/protobuf/third_party/benchmark' 2024-05-19T18:05:21.0398423Z Submodule 'third_party/googletest' (https://github.com/google/googletest.git) registered for path 'third_party/protobuf/third_party/googletest' 2024-05-19T18:05:21.0451760Z Cloning into '/home/weiwangmeta/actions-runner/_work/pytorch/pytorch/third_party/protobuf/third_party/benchmark'... 2024-05-19T18:05:21.6913743Z Cloning into '/home/weiwangmeta/actions-runner/_work/pytorch/pytorch/third_party/protobuf/third_party/googletest'... 2024-05-19T18:05:23.2510605Z Submodule path 'third_party/protobuf/third_party/benchmark': checked out '5b7683f49e1e9223cf9927b24f6fd3d6bd82e3f8' 2024-05-19T18:05:23.3563559Z Submodule path 'third_party/protobuf/third_party/googletest': checked out '5ec7f0c4a113e2f18ac2c6cc7df51ad6afc24081' 2024-05-19T18:05:23.3934071Z Submodule path 'third_party/psimd': checked out '072586a71b55b7f8c584153d223e95687148a900' 2024-05-19T18:05:23.4346772Z Submodule path 'third_party/pthreadpool': checked out '4fe0e1e183925bf8cfa6aae24237e724a96479b8' 2024-05-19T18:05:23.4991806Z Submodule path 'third_party/pybind11': checked out '3e9dfa2866941655c56877882565e7577de6fc7b' 2024-05-19T18:05:23.5616102Z Submodule path 'third_party/python-peachpy': checked out 'f45429b087dd7d5bc78bb40dc7cf06425c252d67' 2024-05-19T18:05:23.6372627Z Submodule path 'third_party/sleef': checked out '60e76d2bce17d278b439d9da17177c8f957a9e9b' 2024-05-19T18:05:23.7964860Z Submodule path 'third_party/tbb': checked out 'a51a90bc609bb73db8ea13841b5cf7aa4344d4a9' 2024-05-19T18:05:23.8520503Z Submodule path 'third_party/tensorpipe': checked out '52791a2fd214b2a9dc5759d36725909c1daa7f2e' 2024-05-19T18:05:23.8574315Z Submodule 'third_party/googletest' (https://github.com/google/googletest.git) registered for path 'third_party/tensorpipe/third_party/googletest' 2024-05-19T18:05:23.8580821Z Submodule 'third_party/libnop' (https://github.com/google/libnop.git) registered for path 'third_party/tensorpipe/third_party/libnop' 2024-05-19T18:05:23.8586442Z Submodule 'third_party/libuv' (https://github.com/libuv/libuv.git) registered for path 'third_party/tensorpipe/third_party/libuv' 2024-05-19T18:05:23.8593502Z Submodule 'third_party/pybind11' (https://github.com/pybind/pybind11.git) registered for path 'third_party/tensorpipe/third_party/pybind11' 2024-05-19T18:05:23.8642560Z Cloning into '/home/weiwangmeta/actions-runner/_work/pytorch/pytorch/third_party/tensorpipe/third_party/googletest'... 2024-05-19T18:05:25.4014941Z Cloning into '/home/weiwangmeta/actions-runner/_work/pytorch/pytorch/third_party/tensorpipe/third_party/libnop'... 2024-05-19T18:05:25.8811713Z Cloning into '/home/weiwangmeta/actions-runner/_work/pytorch/pytorch/third_party/tensorpipe/third_party/libuv'... 2024-05-19T18:05:27.5155175Z Cloning into '/home/weiwangmeta/actions-runner/_work/pytorch/pytorch/third_party/tensorpipe/third_party/pybind11'... 2024-05-19T18:05:28.8473685Z Submodule path 'third_party/tensorpipe/third_party/googletest': checked out 'aee0f9d9b5b87796ee8a0ab26b7587ec30e8858e' 2024-05-19T18:05:28.8863635Z Submodule path 'third_party/tensorpipe/third_party/libnop': checked out '910b55815be16109f04f4180e9adee14fb4ce281' 2024-05-19T18:05:28.9912957Z Submodule path 'third_party/tensorpipe/third_party/libuv': checked out '1dff88e5161cba5c59276d2070d2e304e4dcb242' 2024-05-19T18:05:29.0470135Z Submodule path 'third_party/tensorpipe/third_party/pybind11': checked out 'a23996fce38ff6ccfbcdc09f1e63f2c4be5ea2ef' 2024-05-19T18:05:29.0547445Z Submodule 'tools/clang' (https://github.com/wjakob/clang-cindex-python3) registered for path 'third_party/tensorpipe/third_party/pybind11/tools/clang' 2024-05-19T18:05:29.0594095Z Cloning into '/home/weiwangmeta/actions-runner/_work/pytorch/pytorch/third_party/tensorpipe/third_party/pybind11/tools/clang'... 2024-05-19T18:05:29.4871770Z Submodule path 'third_party/tensorpipe/third_party/pybind11/tools/clang': checked out '6a00cbc4a9b8e68b71caf7f774b3f9c753ae84d5' 2024-05-19T18:05:29.4991189Z [command]/usr/bin/git submodule foreach --recursive git config --local gc.auto 0 2024-05-19T18:05:29.5297039Z Entering 'android/libs/fbjni' 2024-05-19T18:05:29.5340166Z Entering 'third_party/FP16' 2024-05-19T18:05:29.5383319Z Entering 'third_party/FXdiv' 2024-05-19T18:05:29.5426255Z Entering 'third_party/NNPACK' 2024-05-19T18:05:29.5469261Z Entering 'third_party/QNNPACK' 2024-05-19T18:05:29.5512180Z Entering 'third_party/VulkanMemoryAllocator' 2024-05-19T18:05:29.5555744Z Entering 'third_party/XNNPACK' 2024-05-19T18:05:29.5618937Z Entering 'third_party/benchmark' 2024-05-19T18:05:29.5662368Z Entering 'third_party/cpp-httplib' 2024-05-19T18:05:29.5704900Z Entering 'third_party/cpuinfo' 2024-05-19T18:05:29.5749755Z Entering 'third_party/cudnn_frontend' 2024-05-19T18:05:29.5791136Z Entering 'third_party/cutlass' 2024-05-19T18:05:29.5843910Z Entering 'third_party/eigen' 2024-05-19T18:05:29.5889940Z Entering 'third_party/fbgemm' 2024-05-19T18:05:29.5933277Z Entering 'third_party/fbgemm/third_party/asmjit' 2024-05-19T18:05:29.5976658Z Entering 'third_party/fbgemm/third_party/cpuinfo' 2024-05-19T18:05:29.6019380Z Entering 'third_party/fbgemm/third_party/cutlass' 2024-05-19T18:05:29.6069327Z Entering 'third_party/fbgemm/third_party/googletest' 2024-05-19T18:05:29.6109666Z Entering 'third_party/fbgemm/third_party/hipify_torch' 2024-05-19T18:05:29.6153015Z Entering 'third_party/flatbuffers' 2024-05-19T18:05:29.6199604Z Entering 'third_party/fmt' 2024-05-19T18:05:29.6242867Z Entering 'third_party/foxi' 2024-05-19T18:05:29.6285357Z Entering 'third_party/gemmlowp/gemmlowp' 2024-05-19T18:05:29.6327592Z Entering 'third_party/gloo' 2024-05-19T18:05:29.6369892Z Entering 'third_party/googletest' 2024-05-19T18:05:29.6414524Z Entering 'third_party/ideep' 2024-05-19T18:05:29.6456622Z Entering 'third_party/ideep/mkl-dnn' 2024-05-19T18:05:29.6508138Z Entering 'third_party/ios-cmake' 2024-05-19T18:05:29.6549958Z Entering 'third_party/ittapi' 2024-05-19T18:05:29.6592159Z Entering 'third_party/kineto' 2024-05-19T18:05:29.6635583Z Entering 'third_party/kineto/libkineto/third_party/dynolog' 2024-05-19T18:05:29.6677028Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/DCGM' 2024-05-19T18:05:29.6720428Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/cpr' 2024-05-19T18:05:29.6761297Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/fmt' 2024-05-19T18:05:29.6802463Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/gflags' 2024-05-19T18:05:29.6841734Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/gflags/doc' 2024-05-19T18:05:29.6884625Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/glog' 2024-05-19T18:05:29.6942196Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/googletest' 2024-05-19T18:05:29.6982923Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/json' 2024-05-19T18:05:29.7027001Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/pfs' 2024-05-19T18:05:29.7070412Z Entering 'third_party/kineto/libkineto/third_party/fmt' 2024-05-19T18:05:29.7111555Z Entering 'third_party/kineto/libkineto/third_party/googletest' 2024-05-19T18:05:29.7154882Z Entering 'third_party/mimalloc' 2024-05-19T18:05:29.7199263Z Entering 'third_party/nccl/nccl' 2024-05-19T18:05:29.7241726Z Entering 'third_party/neon2sse' 2024-05-19T18:05:29.7283759Z Entering 'third_party/nlohmann' 2024-05-19T18:05:29.7327324Z Entering 'third_party/onnx' 2024-05-19T18:05:29.7388735Z Entering 'third_party/onnx/third_party/benchmark' 2024-05-19T18:05:29.7432441Z Entering 'third_party/onnx/third_party/pybind11' 2024-05-19T18:05:29.7476984Z Entering 'third_party/onnx-tensorrt' 2024-05-19T18:05:29.7518732Z Entering 'third_party/onnx-tensorrt/third_party/onnx' 2024-05-19T18:05:29.7564805Z Entering 'third_party/onnx-tensorrt/third_party/onnx/third_party/benchmark' 2024-05-19T18:05:29.7605711Z Entering 'third_party/onnx-tensorrt/third_party/onnx/third_party/pybind11' 2024-05-19T18:05:29.7645728Z Entering 'third_party/onnx-tensorrt/third_party/onnx/third_party/pybind11/tools/clang' 2024-05-19T18:05:29.7693446Z Entering 'third_party/opentelemetry-cpp' 2024-05-19T18:05:29.7737641Z Entering 'third_party/opentelemetry-cpp/third_party/benchmark' 2024-05-19T18:05:29.7777865Z Entering 'third_party/opentelemetry-cpp/third_party/googletest' 2024-05-19T18:05:29.7820424Z Entering 'third_party/opentelemetry-cpp/third_party/ms-gsl' 2024-05-19T18:05:29.7860827Z Entering 'third_party/opentelemetry-cpp/third_party/nlohmann-json' 2024-05-19T18:05:29.7904065Z Entering 'third_party/opentelemetry-cpp/third_party/opentelemetry-proto' 2024-05-19T18:05:29.7945765Z Entering 'third_party/opentelemetry-cpp/third_party/opentracing-cpp' 2024-05-19T18:05:29.7986583Z Entering 'third_party/opentelemetry-cpp/third_party/prometheus-cpp' 2024-05-19T18:05:29.8026629Z Entering 'third_party/opentelemetry-cpp/third_party/prometheus-cpp/3rdparty/civetweb' 2024-05-19T18:05:29.8068657Z Entering 'third_party/opentelemetry-cpp/third_party/prometheus-cpp/3rdparty/googletest' 2024-05-19T18:05:29.8113131Z Entering 'third_party/opentelemetry-cpp/tools/vcpkg' 2024-05-19T18:05:29.8180836Z Entering 'third_party/pocketfft' 2024-05-19T18:05:29.8224484Z Entering 'third_party/protobuf' 2024-05-19T18:05:29.8269981Z Entering 'third_party/protobuf/third_party/benchmark' 2024-05-19T18:05:29.8310916Z Entering 'third_party/protobuf/third_party/googletest' 2024-05-19T18:05:29.8354353Z Entering 'third_party/psimd' 2024-05-19T18:05:29.8397264Z Entering 'third_party/pthreadpool' 2024-05-19T18:05:29.8439593Z Entering 'third_party/pybind11' 2024-05-19T18:05:29.8482308Z Entering 'third_party/python-peachpy' 2024-05-19T18:05:29.8523508Z Entering 'third_party/sleef' 2024-05-19T18:05:29.8567110Z Entering 'third_party/tbb' 2024-05-19T18:05:29.8610436Z Entering 'third_party/tensorpipe' 2024-05-19T18:05:29.8652269Z Entering 'third_party/tensorpipe/third_party/googletest' 2024-05-19T18:05:29.8692381Z Entering 'third_party/tensorpipe/third_party/libnop' 2024-05-19T18:05:29.8732489Z Entering 'third_party/tensorpipe/third_party/libuv' 2024-05-19T18:05:29.8773312Z Entering 'third_party/tensorpipe/third_party/pybind11' 2024-05-19T18:05:29.8812932Z Entering 'third_party/tensorpipe/third_party/pybind11/tools/clang' 2024-05-19T18:05:29.8879891Z ##[endgroup] 2024-05-19T18:05:29.8880865Z ##[group]Persisting credentials for submodules 2024-05-19T18:05:29.8906080Z [command]/usr/bin/git submodule foreach --recursive sh -c "git config --local --name-only --get-regexp 'url\.https\:\/\/github\.com\/\.insteadOf' && git config --local --unset-all 'url.https://github.com/.insteadOf' || :" 2024-05-19T18:05:29.9198162Z Entering 'android/libs/fbjni' 2024-05-19T18:05:29.9248039Z Entering 'third_party/FP16' 2024-05-19T18:05:29.9298576Z Entering 'third_party/FXdiv' 2024-05-19T18:05:29.9345603Z Entering 'third_party/NNPACK' 2024-05-19T18:05:29.9394558Z Entering 'third_party/QNNPACK' 2024-05-19T18:05:29.9443968Z Entering 'third_party/VulkanMemoryAllocator' 2024-05-19T18:05:29.9491076Z Entering 'third_party/XNNPACK' 2024-05-19T18:05:29.9559939Z Entering 'third_party/benchmark' 2024-05-19T18:05:29.9609086Z Entering 'third_party/cpp-httplib' 2024-05-19T18:05:29.9658349Z Entering 'third_party/cpuinfo' 2024-05-19T18:05:29.9707354Z Entering 'third_party/cudnn_frontend' 2024-05-19T18:05:29.9757800Z Entering 'third_party/cutlass' 2024-05-19T18:05:29.9817314Z Entering 'third_party/eigen' 2024-05-19T18:05:29.9870866Z Entering 'third_party/fbgemm' 2024-05-19T18:05:29.9920179Z Entering 'third_party/fbgemm/third_party/asmjit' 2024-05-19T18:05:29.9966687Z Entering 'third_party/fbgemm/third_party/cpuinfo' 2024-05-19T18:05:30.0013971Z Entering 'third_party/fbgemm/third_party/cutlass' 2024-05-19T18:05:30.0069293Z Entering 'third_party/fbgemm/third_party/googletest' 2024-05-19T18:05:30.0117114Z Entering 'third_party/fbgemm/third_party/hipify_torch' 2024-05-19T18:05:30.0167317Z Entering 'third_party/flatbuffers' 2024-05-19T18:05:30.0222112Z Entering 'third_party/fmt' 2024-05-19T18:05:30.0271558Z Entering 'third_party/foxi' 2024-05-19T18:05:30.0321364Z Entering 'third_party/gemmlowp/gemmlowp' 2024-05-19T18:05:30.0370337Z Entering 'third_party/gloo' 2024-05-19T18:05:30.0418401Z Entering 'third_party/googletest' 2024-05-19T18:05:30.0467893Z Entering 'third_party/ideep' 2024-05-19T18:05:30.0516620Z Entering 'third_party/ideep/mkl-dnn' 2024-05-19T18:05:30.0575078Z Entering 'third_party/ios-cmake' 2024-05-19T18:05:30.0624795Z Entering 'third_party/ittapi' 2024-05-19T18:05:30.0673141Z Entering 'third_party/kineto' 2024-05-19T18:05:30.0720567Z Entering 'third_party/kineto/libkineto/third_party/dynolog' 2024-05-19T18:05:30.0782819Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/DCGM' 2024-05-19T18:05:30.0830028Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/cpr' 2024-05-19T18:05:30.0876544Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/fmt' 2024-05-19T18:05:30.0923352Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/gflags' 2024-05-19T18:05:30.0969222Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/gflags/doc' 2024-05-19T18:05:30.1019136Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/glog' 2024-05-19T18:05:30.1065752Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/googletest' 2024-05-19T18:05:30.1113019Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/json' 2024-05-19T18:05:30.1161201Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/pfs' 2024-05-19T18:05:30.1210354Z Entering 'third_party/kineto/libkineto/third_party/fmt' 2024-05-19T18:05:30.1257163Z Entering 'third_party/kineto/libkineto/third_party/googletest' 2024-05-19T18:05:30.1306058Z Entering 'third_party/mimalloc' 2024-05-19T18:05:30.1354973Z Entering 'third_party/nccl/nccl' 2024-05-19T18:05:30.1402691Z Entering 'third_party/neon2sse' 2024-05-19T18:05:30.1449729Z Entering 'third_party/nlohmann' 2024-05-19T18:05:30.1499409Z Entering 'third_party/onnx' 2024-05-19T18:05:30.1566418Z Entering 'third_party/onnx/third_party/benchmark' 2024-05-19T18:05:30.1614006Z Entering 'third_party/onnx/third_party/pybind11' 2024-05-19T18:05:30.1663850Z Entering 'third_party/onnx-tensorrt' 2024-05-19T18:05:30.1710083Z Entering 'third_party/onnx-tensorrt/third_party/onnx' 2024-05-19T18:05:30.1761995Z Entering 'third_party/onnx-tensorrt/third_party/onnx/third_party/benchmark' 2024-05-19T18:05:30.1809360Z Entering 'third_party/onnx-tensorrt/third_party/onnx/third_party/pybind11' 2024-05-19T18:05:30.1855090Z Entering 'third_party/onnx-tensorrt/third_party/onnx/third_party/pybind11/tools/clang' 2024-05-19T18:05:30.1907650Z Entering 'third_party/opentelemetry-cpp' 2024-05-19T18:05:30.1957088Z Entering 'third_party/opentelemetry-cpp/third_party/benchmark' 2024-05-19T18:05:30.2003405Z Entering 'third_party/opentelemetry-cpp/third_party/googletest' 2024-05-19T18:05:30.2049382Z Entering 'third_party/opentelemetry-cpp/third_party/ms-gsl' 2024-05-19T18:05:30.2096293Z Entering 'third_party/opentelemetry-cpp/third_party/nlohmann-json' 2024-05-19T18:05:30.2143880Z Entering 'third_party/opentelemetry-cpp/third_party/opentelemetry-proto' 2024-05-19T18:05:30.2189968Z Entering 'third_party/opentelemetry-cpp/third_party/opentracing-cpp' 2024-05-19T18:05:30.2236702Z Entering 'third_party/opentelemetry-cpp/third_party/prometheus-cpp' 2024-05-19T18:05:30.2281285Z Entering 'third_party/opentelemetry-cpp/third_party/prometheus-cpp/3rdparty/civetweb' 2024-05-19T18:05:30.2329548Z Entering 'third_party/opentelemetry-cpp/third_party/prometheus-cpp/3rdparty/googletest' 2024-05-19T18:05:30.2377621Z Entering 'third_party/opentelemetry-cpp/tools/vcpkg' 2024-05-19T18:05:30.2449079Z Entering 'third_party/pocketfft' 2024-05-19T18:05:30.2497310Z Entering 'third_party/protobuf' 2024-05-19T18:05:30.2549599Z Entering 'third_party/protobuf/third_party/benchmark' 2024-05-19T18:05:30.2596852Z Entering 'third_party/protobuf/third_party/googletest' 2024-05-19T18:05:30.2646091Z Entering 'third_party/psimd' 2024-05-19T18:05:30.2694133Z Entering 'third_party/pthreadpool' 2024-05-19T18:05:30.2742132Z Entering 'third_party/pybind11' 2024-05-19T18:05:30.2789914Z Entering 'third_party/python-peachpy' 2024-05-19T18:05:30.2838526Z Entering 'third_party/sleef' 2024-05-19T18:05:30.2887214Z Entering 'third_party/tbb' 2024-05-19T18:05:30.2936108Z Entering 'third_party/tensorpipe' 2024-05-19T18:05:30.2984061Z Entering 'third_party/tensorpipe/third_party/googletest' 2024-05-19T18:05:30.3030431Z Entering 'third_party/tensorpipe/third_party/libnop' 2024-05-19T18:05:30.3077731Z Entering 'third_party/tensorpipe/third_party/libuv' 2024-05-19T18:05:30.3124909Z Entering 'third_party/tensorpipe/third_party/pybind11' 2024-05-19T18:05:30.3169211Z Entering 'third_party/tensorpipe/third_party/pybind11/tools/clang' 2024-05-19T18:05:30.3251483Z [command]/usr/bin/git submodule foreach --recursive sh -c "git config --local 'http.https://github.com/.extraheader' 'AUTHORIZATION: basic ***' && git config --local --show-origin --name-only --get-regexp remote.origin.url" 2024-05-19T18:05:30.3541906Z Entering 'android/libs/fbjni' 2024-05-19T18:05:30.3587143Z file:/home/weiwangmeta/actions-runner/_work/pytorch/pytorch/.git/modules/android/libs/fbjni/config remote.origin.url 2024-05-19T18:05:30.3607370Z Entering 'third_party/FP16' 2024-05-19T18:05:30.3650919Z file:/home/weiwangmeta/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/NNPACK_deps/FP16/config remote.origin.url 2024-05-19T18:05:30.3671742Z Entering 'third_party/FXdiv' 2024-05-19T18:05:30.3715736Z file:/home/weiwangmeta/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/NNPACK_deps/FXdiv/config remote.origin.url 2024-05-19T18:05:30.3737038Z Entering 'third_party/NNPACK' 2024-05-19T18:05:30.3780991Z file:/home/weiwangmeta/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/NNPACK/config remote.origin.url 2024-05-19T18:05:30.3801863Z Entering 'third_party/QNNPACK' 2024-05-19T18:05:30.3847264Z file:/home/weiwangmeta/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/QNNPACK/config remote.origin.url 2024-05-19T18:05:30.3867496Z Entering 'third_party/VulkanMemoryAllocator' 2024-05-19T18:05:30.3911592Z file:/home/weiwangmeta/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/VulkanMemoryAllocator/config remote.origin.url 2024-05-19T18:05:30.3932093Z Entering 'third_party/XNNPACK' 2024-05-19T18:05:30.3977008Z file:/home/weiwangmeta/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/XNNPACK/config remote.origin.url 2024-05-19T18:05:30.4018260Z Entering 'third_party/benchmark' 2024-05-19T18:05:30.4061224Z file:/home/weiwangmeta/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/benchmark/config remote.origin.url 2024-05-19T18:05:30.4081736Z Entering 'third_party/cpp-httplib' 2024-05-19T18:05:30.4125598Z file:/home/weiwangmeta/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/cpp-httplib/config remote.origin.url 2024-05-19T18:05:30.4145688Z Entering 'third_party/cpuinfo' 2024-05-19T18:05:30.4189250Z file:/home/weiwangmeta/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/cpuinfo/config remote.origin.url 2024-05-19T18:05:30.4211119Z Entering 'third_party/cudnn_frontend' 2024-05-19T18:05:30.4254631Z file:/home/weiwangmeta/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/cudnn_frontend/config remote.origin.url 2024-05-19T18:05:30.4275017Z Entering 'third_party/cutlass' 2024-05-19T18:05:30.4318009Z file:/home/weiwangmeta/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/cutlass/config remote.origin.url 2024-05-19T18:05:30.4347786Z Entering 'third_party/eigen' 2024-05-19T18:05:30.4390354Z file:/home/weiwangmeta/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/eigen/config remote.origin.url 2024-05-19T18:05:30.4413638Z Entering 'third_party/fbgemm' 2024-05-19T18:05:30.4457233Z file:/home/weiwangmeta/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/fbgemm/config remote.origin.url 2024-05-19T18:05:30.4477752Z Entering 'third_party/fbgemm/third_party/asmjit' 2024-05-19T18:05:30.4520421Z file:/home/weiwangmeta/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/fbgemm/modules/third_party/asmjit/config remote.origin.url 2024-05-19T18:05:30.4538815Z Entering 'third_party/fbgemm/third_party/cpuinfo' 2024-05-19T18:05:30.4581921Z file:/home/weiwangmeta/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/fbgemm/modules/third_party/cpuinfo/config remote.origin.url 2024-05-19T18:05:30.4600966Z Entering 'third_party/fbgemm/third_party/cutlass' 2024-05-19T18:05:30.4644015Z file:/home/weiwangmeta/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/fbgemm/modules/third_party/cutlass/config remote.origin.url 2024-05-19T18:05:30.4672678Z Entering 'third_party/fbgemm/third_party/googletest' 2024-05-19T18:05:30.4715833Z file:/home/weiwangmeta/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/fbgemm/modules/third_party/googletest/config remote.origin.url 2024-05-19T18:05:30.4735294Z Entering 'third_party/fbgemm/third_party/hipify_torch' 2024-05-19T18:05:30.4778190Z file:/home/weiwangmeta/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/fbgemm/modules/third_party/hipify_torch/config remote.origin.url 2024-05-19T18:05:30.4799199Z Entering 'third_party/flatbuffers' 2024-05-19T18:05:30.4842877Z file:/home/weiwangmeta/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/flatbuffers/config remote.origin.url 2024-05-19T18:05:30.4866169Z Entering 'third_party/fmt' 2024-05-19T18:05:30.4909826Z file:/home/weiwangmeta/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/fmt/config remote.origin.url 2024-05-19T18:05:30.4929371Z Entering 'third_party/foxi' 2024-05-19T18:05:30.4973521Z file:/home/weiwangmeta/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/foxi/config remote.origin.url 2024-05-19T18:05:30.4993949Z Entering 'third_party/gemmlowp/gemmlowp' 2024-05-19T18:05:30.5037071Z file:/home/weiwangmeta/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/gemmlowp/gemmlowp/config remote.origin.url 2024-05-19T18:05:30.5057247Z Entering 'third_party/gloo' 2024-05-19T18:05:30.5100606Z file:/home/weiwangmeta/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/gloo/config remote.origin.url 2024-05-19T18:05:30.5121218Z Entering 'third_party/googletest' 2024-05-19T18:05:30.5164258Z file:/home/weiwangmeta/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/googletest/config remote.origin.url 2024-05-19T18:05:30.5184526Z Entering 'third_party/ideep' 2024-05-19T18:05:30.5228431Z file:/home/weiwangmeta/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/ideep/config remote.origin.url 2024-05-19T18:05:30.5247112Z Entering 'third_party/ideep/mkl-dnn' 2024-05-19T18:05:30.5288801Z file:/home/weiwangmeta/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/ideep/modules/mkl-dnn/config remote.origin.url 2024-05-19T18:05:30.5317694Z Entering 'third_party/ios-cmake' 2024-05-19T18:05:30.5361504Z file:/home/weiwangmeta/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/ios-cmake/config remote.origin.url 2024-05-19T18:05:30.5382780Z Entering 'third_party/ittapi' 2024-05-19T18:05:30.5426409Z file:/home/weiwangmeta/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/ittapi/config remote.origin.url 2024-05-19T18:05:30.5446944Z Entering 'third_party/kineto' 2024-05-19T18:05:30.5491346Z file:/home/weiwangmeta/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/kineto/config remote.origin.url 2024-05-19T18:05:30.5510765Z Entering 'third_party/kineto/libkineto/third_party/dynolog' 2024-05-19T18:05:30.5554729Z file:/home/weiwangmeta/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/config remote.origin.url 2024-05-19T18:05:30.5573669Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/DCGM' 2024-05-19T18:05:30.5616903Z file:/home/weiwangmeta/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/modules/third_party/DCGM/config remote.origin.url 2024-05-19T18:05:30.5640357Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/cpr' 2024-05-19T18:05:30.5682905Z file:/home/weiwangmeta/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/modules/third_party/cpr/config remote.origin.url 2024-05-19T18:05:30.5702969Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/fmt' 2024-05-19T18:05:30.5746002Z file:/home/weiwangmeta/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/modules/third_party/fmt/config remote.origin.url 2024-05-19T18:05:30.5766850Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/gflags' 2024-05-19T18:05:30.5809663Z file:/home/weiwangmeta/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/modules/third_party/gflags/config remote.origin.url 2024-05-19T18:05:30.5827590Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/gflags/doc' 2024-05-19T18:05:30.5871613Z file:/home/weiwangmeta/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/modules/third_party/gflags/modules/doc/config remote.origin.url 2024-05-19T18:05:30.5894488Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/glog' 2024-05-19T18:05:30.5938755Z file:/home/weiwangmeta/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/modules/third_party/glog/config remote.origin.url 2024-05-19T18:05:30.5958074Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/googletest' 2024-05-19T18:05:30.6001590Z file:/home/weiwangmeta/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/modules/third_party/googletest/config remote.origin.url 2024-05-19T18:05:30.6021384Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/json' 2024-05-19T18:05:30.6065169Z file:/home/weiwangmeta/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/modules/third_party/json/config remote.origin.url 2024-05-19T18:05:30.6086388Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/pfs' 2024-05-19T18:05:30.6131360Z file:/home/weiwangmeta/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/modules/third_party/pfs/config remote.origin.url 2024-05-19T18:05:30.6153169Z Entering 'third_party/kineto/libkineto/third_party/fmt' 2024-05-19T18:05:30.6195448Z file:/home/weiwangmeta/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/kineto/modules/libkineto/third_party/fmt/config remote.origin.url 2024-05-19T18:05:30.6216335Z Entering 'third_party/kineto/libkineto/third_party/googletest' 2024-05-19T18:05:30.6260558Z file:/home/weiwangmeta/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/kineto/modules/libkineto/third_party/googletest/config remote.origin.url 2024-05-19T18:05:30.6283437Z Entering 'third_party/mimalloc' 2024-05-19T18:05:30.6326651Z file:/home/weiwangmeta/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/mimalloc/config remote.origin.url 2024-05-19T18:05:30.6347641Z Entering 'third_party/nccl/nccl' 2024-05-19T18:05:30.6390353Z file:/home/weiwangmeta/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/nccl/nccl/config remote.origin.url 2024-05-19T18:05:30.6411273Z Entering 'third_party/neon2sse' 2024-05-19T18:05:30.6454808Z file:/home/weiwangmeta/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/neon2sse/config remote.origin.url 2024-05-19T18:05:30.6475381Z Entering 'third_party/nlohmann' 2024-05-19T18:05:30.6518900Z file:/home/weiwangmeta/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/nlohmann/config remote.origin.url 2024-05-19T18:05:30.6542724Z Entering 'third_party/onnx' 2024-05-19T18:05:30.6585831Z file:/home/weiwangmeta/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/onnx/config remote.origin.url 2024-05-19T18:05:30.6626177Z Entering 'third_party/onnx/third_party/benchmark' 2024-05-19T18:05:30.6669933Z file:/home/weiwangmeta/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/onnx/modules/third_party/benchmark/config remote.origin.url 2024-05-19T18:05:30.6689623Z Entering 'third_party/onnx/third_party/pybind11' 2024-05-19T18:05:30.6733914Z file:/home/weiwangmeta/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/onnx/modules/third_party/pybind11/config remote.origin.url 2024-05-19T18:05:30.6756877Z Entering 'third_party/onnx-tensorrt' 2024-05-19T18:05:30.6801268Z file:/home/weiwangmeta/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/onnx-tensorrt/config remote.origin.url 2024-05-19T18:05:30.6820233Z Entering 'third_party/onnx-tensorrt/third_party/onnx' 2024-05-19T18:05:30.6863723Z file:/home/weiwangmeta/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/onnx-tensorrt/modules/third_party/onnx/config remote.origin.url 2024-05-19T18:05:30.6889107Z Entering 'third_party/onnx-tensorrt/third_party/onnx/third_party/benchmark' 2024-05-19T18:05:30.6933093Z file:/home/weiwangmeta/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/onnx-tensorrt/modules/third_party/onnx/modules/third_party/benchmark/config remote.origin.url 2024-05-19T18:05:30.6953731Z Entering 'third_party/onnx-tensorrt/third_party/onnx/third_party/pybind11' 2024-05-19T18:05:30.6999138Z file:/home/weiwangmeta/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/onnx-tensorrt/modules/third_party/onnx/modules/third_party/pybind11/config remote.origin.url 2024-05-19T18:05:30.7019303Z Entering 'third_party/onnx-tensorrt/third_party/onnx/third_party/pybind11/tools/clang' 2024-05-19T18:05:30.7064171Z file:/home/weiwangmeta/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/onnx-tensorrt/modules/third_party/onnx/modules/third_party/pybind11/modules/tools/clang/config remote.origin.url 2024-05-19T18:05:30.7091743Z Entering 'third_party/opentelemetry-cpp' 2024-05-19T18:05:30.7137523Z file:/home/weiwangmeta/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/opentelemetry-cpp/config remote.origin.url 2024-05-19T18:05:30.7161832Z Entering 'third_party/opentelemetry-cpp/third_party/benchmark' 2024-05-19T18:05:30.7205625Z file:/home/weiwangmeta/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/opentelemetry-cpp/modules/third_party/benchmark/config remote.origin.url 2024-05-19T18:05:30.7226976Z Entering 'third_party/opentelemetry-cpp/third_party/googletest' 2024-05-19T18:05:30.7271379Z file:/home/weiwangmeta/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/opentelemetry-cpp/modules/third_party/googletest/config remote.origin.url 2024-05-19T18:05:30.7290990Z Entering 'third_party/opentelemetry-cpp/third_party/ms-gsl' 2024-05-19T18:05:30.7335752Z file:/home/weiwangmeta/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/opentelemetry-cpp/modules/third_party/ms-gsl/config remote.origin.url 2024-05-19T18:05:30.7355885Z Entering 'third_party/opentelemetry-cpp/third_party/nlohmann-json' 2024-05-19T18:05:30.7398447Z file:/home/weiwangmeta/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/opentelemetry-cpp/modules/third_party/nlohmann-json/config remote.origin.url 2024-05-19T18:05:30.7420475Z Entering 'third_party/opentelemetry-cpp/third_party/opentelemetry-proto' 2024-05-19T18:05:30.7463960Z file:/home/weiwangmeta/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/opentelemetry-cpp/modules/third_party/opentelemetry-proto/config remote.origin.url 2024-05-19T18:05:30.7484936Z Entering 'third_party/opentelemetry-cpp/third_party/opentracing-cpp' 2024-05-19T18:05:30.7528201Z file:/home/weiwangmeta/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/opentelemetry-cpp/modules/third_party/opentracing-cpp/config remote.origin.url 2024-05-19T18:05:30.7547558Z Entering 'third_party/opentelemetry-cpp/third_party/prometheus-cpp' 2024-05-19T18:05:30.7591358Z file:/home/weiwangmeta/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/opentelemetry-cpp/modules/third_party/prometheus-cpp/config remote.origin.url 2024-05-19T18:05:30.7610416Z Entering 'third_party/opentelemetry-cpp/third_party/prometheus-cpp/3rdparty/civetweb' 2024-05-19T18:05:30.7655023Z file:/home/weiwangmeta/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/opentelemetry-cpp/modules/third_party/prometheus-cpp/modules/civetweb/config remote.origin.url 2024-05-19T18:05:30.7677519Z Entering 'third_party/opentelemetry-cpp/third_party/prometheus-cpp/3rdparty/googletest' 2024-05-19T18:05:30.7720752Z file:/home/weiwangmeta/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/opentelemetry-cpp/modules/third_party/prometheus-cpp/modules/googletest/config remote.origin.url 2024-05-19T18:05:30.7743558Z Entering 'third_party/opentelemetry-cpp/tools/vcpkg' 2024-05-19T18:05:30.7786272Z file:/home/weiwangmeta/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/opentelemetry-cpp/modules/tools/vcpkg/config remote.origin.url 2024-05-19T18:05:30.7832572Z Entering 'third_party/pocketfft' 2024-05-19T18:05:30.7877587Z file:/home/weiwangmeta/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/pocketfft/config remote.origin.url 2024-05-19T18:05:30.7897978Z Entering 'third_party/protobuf' 2024-05-19T18:05:30.7940990Z file:/home/weiwangmeta/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/protobuf/config remote.origin.url 2024-05-19T18:05:30.7965416Z Entering 'third_party/protobuf/third_party/benchmark' 2024-05-19T18:05:30.8008863Z file:/home/weiwangmeta/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/protobuf/modules/third_party/benchmark/config remote.origin.url 2024-05-19T18:05:30.8029364Z Entering 'third_party/protobuf/third_party/googletest' 2024-05-19T18:05:30.8071335Z file:/home/weiwangmeta/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/protobuf/modules/third_party/googletest/config remote.origin.url 2024-05-19T18:05:30.8093900Z Entering 'third_party/psimd' 2024-05-19T18:05:30.8137907Z file:/home/weiwangmeta/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/NNPACK_deps/psimd/config remote.origin.url 2024-05-19T18:05:30.8157044Z Entering 'third_party/pthreadpool' 2024-05-19T18:05:30.8200593Z file:/home/weiwangmeta/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/NNPACK_deps/pthreadpool/config remote.origin.url 2024-05-19T18:05:30.8219732Z Entering 'third_party/pybind11' 2024-05-19T18:05:30.8263571Z file:/home/weiwangmeta/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/pybind11/config remote.origin.url 2024-05-19T18:05:30.8284064Z Entering 'third_party/python-peachpy' 2024-05-19T18:05:30.8327690Z file:/home/weiwangmeta/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/python-peachpy/config remote.origin.url 2024-05-19T18:05:30.8347607Z Entering 'third_party/sleef' 2024-05-19T18:05:30.8390782Z file:/home/weiwangmeta/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/sleef/config remote.origin.url 2024-05-19T18:05:30.8410115Z Entering 'third_party/tbb' 2024-05-19T18:05:30.8454412Z file:/home/weiwangmeta/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/tbb/config remote.origin.url 2024-05-19T18:05:30.8478311Z Entering 'third_party/tensorpipe' 2024-05-19T18:05:30.8521300Z file:/home/weiwangmeta/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/tensorpipe/config remote.origin.url 2024-05-19T18:05:30.8540489Z Entering 'third_party/tensorpipe/third_party/googletest' 2024-05-19T18:05:30.8583728Z file:/home/weiwangmeta/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/tensorpipe/modules/third_party/googletest/config remote.origin.url 2024-05-19T18:05:30.8604398Z Entering 'third_party/tensorpipe/third_party/libnop' 2024-05-19T18:05:30.8647400Z file:/home/weiwangmeta/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/tensorpipe/modules/third_party/libnop/config remote.origin.url 2024-05-19T18:05:30.8666884Z Entering 'third_party/tensorpipe/third_party/libuv' 2024-05-19T18:05:30.8709927Z file:/home/weiwangmeta/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/tensorpipe/modules/third_party/libuv/config remote.origin.url 2024-05-19T18:05:30.8730529Z Entering 'third_party/tensorpipe/third_party/pybind11' 2024-05-19T18:05:30.8774403Z file:/home/weiwangmeta/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/tensorpipe/modules/third_party/pybind11/config remote.origin.url 2024-05-19T18:05:30.8793799Z Entering 'third_party/tensorpipe/third_party/pybind11/tools/clang' 2024-05-19T18:05:30.8838482Z file:/home/weiwangmeta/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/tensorpipe/modules/third_party/pybind11/modules/tools/clang/config remote.origin.url 2024-05-19T18:05:30.9338103Z [command]/usr/bin/git submodule foreach --recursive git config --local --add 'url.https://github.com/.insteadOf' 'git@github.com:' 2024-05-19T18:05:30.9635644Z Entering 'android/libs/fbjni' 2024-05-19T18:05:30.9677478Z Entering 'third_party/FP16' 2024-05-19T18:05:30.9718600Z Entering 'third_party/FXdiv' 2024-05-19T18:05:30.9760814Z Entering 'third_party/NNPACK' 2024-05-19T18:05:30.9802740Z Entering 'third_party/QNNPACK' 2024-05-19T18:05:30.9844653Z Entering 'third_party/VulkanMemoryAllocator' 2024-05-19T18:05:30.9886417Z Entering 'third_party/XNNPACK' 2024-05-19T18:05:30.9948515Z Entering 'third_party/benchmark' 2024-05-19T18:05:30.9990951Z Entering 'third_party/cpp-httplib' 2024-05-19T18:05:31.0035012Z Entering 'third_party/cpuinfo' 2024-05-19T18:05:31.0077765Z Entering 'third_party/cudnn_frontend' 2024-05-19T18:05:31.0119870Z Entering 'third_party/cutlass' 2024-05-19T18:05:31.0170725Z Entering 'third_party/eigen' 2024-05-19T18:05:31.0216233Z Entering 'third_party/fbgemm' 2024-05-19T18:05:31.0258724Z Entering 'third_party/fbgemm/third_party/asmjit' 2024-05-19T18:05:31.0298568Z Entering 'third_party/fbgemm/third_party/cpuinfo' 2024-05-19T18:05:31.0340054Z Entering 'third_party/fbgemm/third_party/cutlass' 2024-05-19T18:05:31.0387097Z Entering 'third_party/fbgemm/third_party/googletest' 2024-05-19T18:05:31.0427949Z Entering 'third_party/fbgemm/third_party/hipify_torch' 2024-05-19T18:05:31.0470832Z Entering 'third_party/flatbuffers' 2024-05-19T18:05:31.0515247Z Entering 'third_party/fmt' 2024-05-19T18:05:31.0556941Z Entering 'third_party/foxi' 2024-05-19T18:05:31.0598966Z Entering 'third_party/gemmlowp/gemmlowp' 2024-05-19T18:05:31.0641137Z Entering 'third_party/gloo' 2024-05-19T18:05:31.0682792Z Entering 'third_party/googletest' 2024-05-19T18:05:31.0724551Z Entering 'third_party/ideep' 2024-05-19T18:05:31.0764563Z Entering 'third_party/ideep/mkl-dnn' 2024-05-19T18:05:31.0814713Z Entering 'third_party/ios-cmake' 2024-05-19T18:05:31.0856757Z Entering 'third_party/ittapi' 2024-05-19T18:05:31.0900422Z Entering 'third_party/kineto' 2024-05-19T18:05:31.0943240Z Entering 'third_party/kineto/libkineto/third_party/dynolog' 2024-05-19T18:05:31.1008233Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/DCGM' 2024-05-19T18:05:31.1046174Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/cpr' 2024-05-19T18:05:31.1086344Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/fmt' 2024-05-19T18:05:31.1127067Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/gflags' 2024-05-19T18:05:31.1165317Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/gflags/doc' 2024-05-19T18:05:31.1209550Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/glog' 2024-05-19T18:05:31.1250473Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/googletest' 2024-05-19T18:05:31.1289956Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/json' 2024-05-19T18:05:31.1330906Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/pfs' 2024-05-19T18:05:31.1373623Z Entering 'third_party/kineto/libkineto/third_party/fmt' 2024-05-19T18:05:31.1416228Z Entering 'third_party/kineto/libkineto/third_party/googletest' 2024-05-19T18:05:31.1458282Z Entering 'third_party/mimalloc' 2024-05-19T18:05:31.1500859Z Entering 'third_party/nccl/nccl' 2024-05-19T18:05:31.1543843Z Entering 'third_party/neon2sse' 2024-05-19T18:05:31.1586689Z Entering 'third_party/nlohmann' 2024-05-19T18:05:31.1631396Z Entering 'third_party/onnx' 2024-05-19T18:05:31.1693367Z Entering 'third_party/onnx/third_party/benchmark' 2024-05-19T18:05:31.1734577Z Entering 'third_party/onnx/third_party/pybind11' 2024-05-19T18:05:31.1779311Z Entering 'third_party/onnx-tensorrt' 2024-05-19T18:05:31.1820622Z Entering 'third_party/onnx-tensorrt/third_party/onnx' 2024-05-19T18:05:31.1867480Z Entering 'third_party/onnx-tensorrt/third_party/onnx/third_party/benchmark' 2024-05-19T18:05:31.1910511Z Entering 'third_party/onnx-tensorrt/third_party/onnx/third_party/pybind11' 2024-05-19T18:05:31.1950617Z Entering 'third_party/onnx-tensorrt/third_party/onnx/third_party/pybind11/tools/clang' 2024-05-19T18:05:31.1998689Z Entering 'third_party/opentelemetry-cpp' 2024-05-19T18:05:31.2043928Z Entering 'third_party/opentelemetry-cpp/third_party/benchmark' 2024-05-19T18:05:31.2084478Z Entering 'third_party/opentelemetry-cpp/third_party/googletest' 2024-05-19T18:05:31.2126274Z Entering 'third_party/opentelemetry-cpp/third_party/ms-gsl' 2024-05-19T18:05:31.2167689Z Entering 'third_party/opentelemetry-cpp/third_party/nlohmann-json' 2024-05-19T18:05:31.2208843Z Entering 'third_party/opentelemetry-cpp/third_party/opentelemetry-proto' 2024-05-19T18:05:31.2249112Z Entering 'third_party/opentelemetry-cpp/third_party/opentracing-cpp' 2024-05-19T18:05:31.2290071Z Entering 'third_party/opentelemetry-cpp/third_party/prometheus-cpp' 2024-05-19T18:05:31.2330685Z Entering 'third_party/opentelemetry-cpp/third_party/prometheus-cpp/3rdparty/civetweb' 2024-05-19T18:05:31.2372435Z Entering 'third_party/opentelemetry-cpp/third_party/prometheus-cpp/3rdparty/googletest' 2024-05-19T18:05:31.2416520Z Entering 'third_party/opentelemetry-cpp/tools/vcpkg' 2024-05-19T18:05:31.2482049Z Entering 'third_party/pocketfft' 2024-05-19T18:05:31.2524702Z Entering 'third_party/protobuf' 2024-05-19T18:05:31.2570026Z Entering 'third_party/protobuf/third_party/benchmark' 2024-05-19T18:05:31.2612444Z Entering 'third_party/protobuf/third_party/googletest' 2024-05-19T18:05:31.2656337Z Entering 'third_party/psimd' 2024-05-19T18:05:31.2698890Z Entering 'third_party/pthreadpool' 2024-05-19T18:05:31.2740140Z Entering 'third_party/pybind11' 2024-05-19T18:05:31.2782583Z Entering 'third_party/python-peachpy' 2024-05-19T18:05:31.2824682Z Entering 'third_party/sleef' 2024-05-19T18:05:31.2866795Z Entering 'third_party/tbb' 2024-05-19T18:05:31.2910029Z Entering 'third_party/tensorpipe' 2024-05-19T18:05:31.2952689Z Entering 'third_party/tensorpipe/third_party/googletest' 2024-05-19T18:05:31.2994001Z Entering 'third_party/tensorpipe/third_party/libnop' 2024-05-19T18:05:31.3035057Z Entering 'third_party/tensorpipe/third_party/libuv' 2024-05-19T18:05:31.3077148Z Entering 'third_party/tensorpipe/third_party/pybind11' 2024-05-19T18:05:31.3115989Z Entering 'third_party/tensorpipe/third_party/pybind11/tools/clang' 2024-05-19T18:05:31.3178977Z [command]/usr/bin/git submodule foreach --recursive git config --local --add 'url.https://github.com/.insteadOf' 'org-21003710@github.com:' 2024-05-19T18:05:31.3476402Z Entering 'android/libs/fbjni' 2024-05-19T18:05:31.3519035Z Entering 'third_party/FP16' 2024-05-19T18:05:31.3561506Z Entering 'third_party/FXdiv' 2024-05-19T18:05:31.3604206Z Entering 'third_party/NNPACK' 2024-05-19T18:05:31.3646905Z Entering 'third_party/QNNPACK' 2024-05-19T18:05:31.3689139Z Entering 'third_party/VulkanMemoryAllocator' 2024-05-19T18:05:31.3730564Z Entering 'third_party/XNNPACK' 2024-05-19T18:05:31.3794526Z Entering 'third_party/benchmark' 2024-05-19T18:05:31.3836349Z Entering 'third_party/cpp-httplib' 2024-05-19T18:05:31.3879151Z Entering 'third_party/cpuinfo' 2024-05-19T18:05:31.3922070Z Entering 'third_party/cudnn_frontend' 2024-05-19T18:05:31.3964002Z Entering 'third_party/cutlass' 2024-05-19T18:05:31.4015647Z Entering 'third_party/eigen' 2024-05-19T18:05:31.4060004Z Entering 'third_party/fbgemm' 2024-05-19T18:05:31.4102791Z Entering 'third_party/fbgemm/third_party/asmjit' 2024-05-19T18:05:31.4143218Z Entering 'third_party/fbgemm/third_party/cpuinfo' 2024-05-19T18:05:31.4184351Z Entering 'third_party/fbgemm/third_party/cutlass' 2024-05-19T18:05:31.4233116Z Entering 'third_party/fbgemm/third_party/googletest' 2024-05-19T18:05:31.4273489Z Entering 'third_party/fbgemm/third_party/hipify_torch' 2024-05-19T18:05:31.4316951Z Entering 'third_party/flatbuffers' 2024-05-19T18:05:31.4365192Z Entering 'third_party/fmt' 2024-05-19T18:05:31.4408932Z Entering 'third_party/foxi' 2024-05-19T18:05:31.4452551Z Entering 'third_party/gemmlowp/gemmlowp' 2024-05-19T18:05:31.4496643Z Entering 'third_party/gloo' 2024-05-19T18:05:31.4542562Z Entering 'third_party/googletest' 2024-05-19T18:05:31.4586450Z Entering 'third_party/ideep' 2024-05-19T18:05:31.4627384Z Entering 'third_party/ideep/mkl-dnn' 2024-05-19T18:05:31.4679416Z Entering 'third_party/ios-cmake' 2024-05-19T18:05:31.4722533Z Entering 'third_party/ittapi' 2024-05-19T18:05:31.4766066Z Entering 'third_party/kineto' 2024-05-19T18:05:31.4809868Z Entering 'third_party/kineto/libkineto/third_party/dynolog' 2024-05-19T18:05:31.4851489Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/DCGM' 2024-05-19T18:05:31.4895623Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/cpr' 2024-05-19T18:05:31.4938473Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/fmt' 2024-05-19T18:05:31.4980971Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/gflags' 2024-05-19T18:05:31.5022529Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/gflags/doc' 2024-05-19T18:05:31.5066677Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/glog' 2024-05-19T18:05:31.5108110Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/googletest' 2024-05-19T18:05:31.5148839Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/json' 2024-05-19T18:05:31.5191282Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/pfs' 2024-05-19T18:05:31.5235082Z Entering 'third_party/kineto/libkineto/third_party/fmt' 2024-05-19T18:05:31.5276788Z Entering 'third_party/kineto/libkineto/third_party/googletest' 2024-05-19T18:05:31.5320114Z Entering 'third_party/mimalloc' 2024-05-19T18:05:31.5364178Z Entering 'third_party/nccl/nccl' 2024-05-19T18:05:31.5407282Z Entering 'third_party/neon2sse' 2024-05-19T18:05:31.5449877Z Entering 'third_party/nlohmann' 2024-05-19T18:05:31.5493230Z Entering 'third_party/onnx' 2024-05-19T18:05:31.5555502Z Entering 'third_party/onnx/third_party/benchmark' 2024-05-19T18:05:31.5597809Z Entering 'third_party/onnx/third_party/pybind11' 2024-05-19T18:05:31.5642658Z Entering 'third_party/onnx-tensorrt' 2024-05-19T18:05:31.5685149Z Entering 'third_party/onnx-tensorrt/third_party/onnx' 2024-05-19T18:05:31.5731688Z Entering 'third_party/onnx-tensorrt/third_party/onnx/third_party/benchmark' 2024-05-19T18:05:31.5773264Z Entering 'third_party/onnx-tensorrt/third_party/onnx/third_party/pybind11' 2024-05-19T18:05:31.5814700Z Entering 'third_party/onnx-tensorrt/third_party/onnx/third_party/pybind11/tools/clang' 2024-05-19T18:05:31.5863713Z Entering 'third_party/opentelemetry-cpp' 2024-05-19T18:05:31.5910403Z Entering 'third_party/opentelemetry-cpp/third_party/benchmark' 2024-05-19T18:05:31.5953339Z Entering 'third_party/opentelemetry-cpp/third_party/googletest' 2024-05-19T18:05:31.5995478Z Entering 'third_party/opentelemetry-cpp/third_party/ms-gsl' 2024-05-19T18:05:31.6037094Z Entering 'third_party/opentelemetry-cpp/third_party/nlohmann-json' 2024-05-19T18:05:31.6081092Z Entering 'third_party/opentelemetry-cpp/third_party/opentelemetry-proto' 2024-05-19T18:05:31.6122601Z Entering 'third_party/opentelemetry-cpp/third_party/opentracing-cpp' 2024-05-19T18:05:31.6163210Z Entering 'third_party/opentelemetry-cpp/third_party/prometheus-cpp' 2024-05-19T18:05:31.6203333Z Entering 'third_party/opentelemetry-cpp/third_party/prometheus-cpp/3rdparty/civetweb' 2024-05-19T18:05:31.6247148Z Entering 'third_party/opentelemetry-cpp/third_party/prometheus-cpp/3rdparty/googletest' 2024-05-19T18:05:31.6290444Z Entering 'third_party/opentelemetry-cpp/tools/vcpkg' 2024-05-19T18:05:31.6356757Z Entering 'third_party/pocketfft' 2024-05-19T18:05:31.6402678Z Entering 'third_party/protobuf' 2024-05-19T18:05:31.6451748Z Entering 'third_party/protobuf/third_party/benchmark' 2024-05-19T18:05:31.6492977Z Entering 'third_party/protobuf/third_party/googletest' 2024-05-19T18:05:31.6537823Z Entering 'third_party/psimd' 2024-05-19T18:05:31.6582083Z Entering 'third_party/pthreadpool' 2024-05-19T18:05:31.6625592Z Entering 'third_party/pybind11' 2024-05-19T18:05:31.6668066Z Entering 'third_party/python-peachpy' 2024-05-19T18:05:31.6711794Z Entering 'third_party/sleef' 2024-05-19T18:05:31.6754635Z Entering 'third_party/tbb' 2024-05-19T18:05:31.6800448Z Entering 'third_party/tensorpipe' 2024-05-19T18:05:31.6845358Z Entering 'third_party/tensorpipe/third_party/googletest' 2024-05-19T18:05:31.6886872Z Entering 'third_party/tensorpipe/third_party/libnop' 2024-05-19T18:05:31.6928385Z Entering 'third_party/tensorpipe/third_party/libuv' 2024-05-19T18:05:31.7001695Z Entering 'third_party/tensorpipe/third_party/pybind11' 2024-05-19T18:05:31.7043240Z Entering 'third_party/tensorpipe/third_party/pybind11/tools/clang' 2024-05-19T18:05:31.7105040Z ##[endgroup] 2024-05-19T18:05:31.7158987Z [command]/usr/bin/git log -1 --format='%H' 2024-05-19T18:05:31.7192806Z 'c8c7ddfde57442cc28a394c385cab656ce9b1f5e' 2024-05-19T18:05:31.7531445Z Prepare all required actions 2024-05-19T18:05:31.7532388Z Getting action download info 2024-05-19T18:05:32.0160663Z ##[group]Run ./.github/actions/setup-linux 2024-05-19T18:05:32.0161189Z env: 2024-05-19T18:05:32.0161554Z GIT_DEFAULT_BRANCH: main 2024-05-19T18:05:32.0161973Z ##[endgroup] 2024-05-19T18:05:32.0239362Z ##[group]Run set -euo pipefail 2024-05-19T18:05:32.0239888Z set -euo pipefail 2024-05-19T18:05:32.0240377Z function get_ec2_metadata() { 2024-05-19T18:05:32.0241448Z  # Pulled from instance metadata endpoint for EC2 2024-05-19T18:05:32.0242885Z  # see https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/instancedata-data-retrieval.html 2024-05-19T18:05:32.0243880Z  category=$1 2024-05-19T18:05:32.0244514Z  # If it is GCP runner (runner name contains gcp), do not run this 2024-05-19T18:05:32.0245354Z  runner_name_str=gh-ci-gcp-a100-1 2024-05-19T18:05:32.0245981Z  if [[ -f /.inarc ]]; then 2024-05-19T18:05:32.0246577Z  echo "ARC Runner, no info on ec2 metadata" 2024-05-19T18:05:32.0247252Z  elif [[ $runner_name_str == *"gcp"* ]]; then 2024-05-19T18:05:32.0248105Z  echo "Runner is from Google Cloud Platform, No info on ec2 metadata" 2024-05-19T18:05:32.0248847Z  else 2024-05-19T18:05:32.0249436Z  curl -fsSL "http://169.254.169.254/latest/meta-data/${category}" 2024-05-19T18:05:32.0250401Z  fi 2024-05-19T18:05:32.0250730Z } 2024-05-19T18:05:32.0251154Z echo "ami-id: $(get_ec2_metadata ami-id)" 2024-05-19T18:05:32.0251867Z echo "instance-id: $(get_ec2_metadata instance-id)" 2024-05-19T18:05:32.0252658Z echo "instance-type: $(get_ec2_metadata instance-type)" 2024-05-19T18:05:32.0253353Z echo "system info $(uname -a)" 2024-05-19T18:05:32.0268195Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2024-05-19T18:05:32.0268810Z env: 2024-05-19T18:05:32.0269126Z GIT_DEFAULT_BRANCH: main 2024-05-19T18:05:32.0269541Z ##[endgroup] 2024-05-19T18:05:32.0324603Z ami-id: Runner is from Google Cloud Platform, No info on ec2 metadata 2024-05-19T18:05:32.0331432Z instance-id: Runner is from Google Cloud Platform, No info on ec2 metadata 2024-05-19T18:05:32.0337775Z instance-type: Runner is from Google Cloud Platform, No info on ec2 metadata 2024-05-19T18:05:32.0349984Z system info Linux gh-ci-gcp-a100-1 5.15.0-1047-gcp #55~20.04.1-Ubuntu SMP Wed Nov 15 11:38:25 UTC 2023 x86_64 x86_64 x86_64 GNU/Linux 2024-05-19T18:05:32.0405127Z ##[group]Run echo "IN_ARC_RUNNER=$([ -f /.inarc ] && echo true || echo false)" >> $GITHUB_OUTPUT 2024-05-19T18:05:32.0406297Z echo "IN_ARC_RUNNER=$([ -f /.inarc ] && echo true || echo false)" >> $GITHUB_OUTPUT 2024-05-19T18:05:32.0419099Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2024-05-19T18:05:32.0419701Z env: 2024-05-19T18:05:32.0420001Z GIT_DEFAULT_BRANCH: main 2024-05-19T18:05:32.0420406Z ##[endgroup] 2024-05-19T18:05:32.0516908Z ##[group]Run if systemctl is-active --quiet docker; then 2024-05-19T18:05:32.0517644Z if systemctl is-active --quiet docker; then 2024-05-19T18:05:32.0518304Z  echo "Docker daemon is running..."; 2024-05-19T18:05:32.0518851Z else 2024-05-19T18:05:32.0519429Z  echo "Starting docker deamon..." && sudo systemctl start docker; 2024-05-19T18:05:32.0520142Z fi 2024-05-19T18:05:32.0532372Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2024-05-19T18:05:32.0532983Z env: 2024-05-19T18:05:32.0533289Z GIT_DEFAULT_BRANCH: main 2024-05-19T18:05:32.0533699Z ##[endgroup] 2024-05-19T18:05:32.0614598Z Docker daemon is running... 2024-05-19T18:05:32.0672945Z ##[group]Run nick-fields/retry@3e91a01664abd3c5cd539100d10d33b9c5b68482 2024-05-19T18:05:32.0673644Z with: 2024-05-19T18:05:32.0673948Z shell: bash 2024-05-19T18:05:32.0674272Z timeout_minutes: 5 2024-05-19T18:05:32.0674642Z max_attempts: 3 2024-05-19T18:05:32.0675288Z retry_wait_seconds: 30 2024-05-19T18:05:32.0677095Z 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" 2024-05-19T18:05:32.0678968Z polling_interval_seconds: 1 2024-05-19T18:05:32.0679393Z warning_on_retry: true 2024-05-19T18:05:32.0679807Z continue_on_error: false 2024-05-19T18:05:32.0680272Z env: 2024-05-19T18:05:32.0680581Z GIT_DEFAULT_BRANCH: main 2024-05-19T18:05:32.0680980Z AWS_RETRY_MODE: standard 2024-05-19T18:05:32.0681381Z AWS_MAX_ATTEMPTS: 5 2024-05-19T18:05:32.0681774Z AWS_DEFAULT_REGION: us-east-1 2024-05-19T18:05:32.0682193Z ##[endgroup] 2024-05-19T18:05:34.3322441Z WARNING! Your password will be stored unencrypted in /home/ubuntu/.docker/config.json. 2024-05-19T18:05:34.3323684Z Configure a credential helper to remove this warning. See 2024-05-19T18:05:34.3325027Z https://docs.docker.com/engine/reference/commandline/login/#credentials-store 2024-05-19T18:05:34.3325696Z 2024-05-19T18:05:34.3327343Z Login Succeeded 2024-05-19T18:05:35.1460501Z Command completed after 1 attempt(s). 2024-05-19T18:05:35.1529420Z ##[group]Run env | grep '^GITHUB' >> "/tmp/github_env_${GITHUB_RUN_ID}" 2024-05-19T18:05:35.1530329Z env | grep '^GITHUB' >> "/tmp/github_env_${GITHUB_RUN_ID}" 2024-05-19T18:05:35.1531135Z env | grep '^CI' >> "/tmp/github_env_${GITHUB_RUN_ID}" 2024-05-19T18:05:35.1544482Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2024-05-19T18:05:35.1545126Z env: 2024-05-19T18:05:35.1545442Z GIT_DEFAULT_BRANCH: main 2024-05-19T18:05:35.1545846Z ##[endgroup] 2024-05-19T18:05:35.1651698Z ##[group]Run # ignore expansion of "docker ps -q" since it could be empty 2024-05-19T18:05:35.1652676Z # ignore expansion of "docker ps -q" since it could be empty 2024-05-19T18:05:35.1653404Z # shellcheck disable=SC2046 2024-05-19T18:05:35.1653968Z docker stop $(docker ps -q) || true 2024-05-19T18:05:35.1654523Z # Prune all of the docker images 2024-05-19T18:05:35.1655062Z docker system prune -af 2024-05-19T18:05:35.1667996Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2024-05-19T18:05:35.1668616Z env: 2024-05-19T18:05:35.1668945Z GIT_DEFAULT_BRANCH: main 2024-05-19T18:05:35.1669419Z ##[endgroup] 2024-05-19T18:05:35.2211329Z "docker stop" requires at least 1 argument. 2024-05-19T18:05:35.2215252Z See 'docker stop --help'. 2024-05-19T18:05:35.2215606Z 2024-05-19T18:05:35.2215889Z Usage: docker stop [OPTIONS] CONTAINER [CONTAINER...] 2024-05-19T18:05:35.2216368Z 2024-05-19T18:05:35.2216573Z Stop one or more running containers 2024-05-19T18:05:35.2457874Z Total reclaimed space: 0B 2024-05-19T18:05:35.2509064Z ##[group]Run set +e 2024-05-19T18:05:35.2509500Z set +e 2024-05-19T18:05:35.2509848Z set -x 2024-05-19T18:05:35.2510184Z  2024-05-19T18:05:35.2510571Z PT_DOMAIN=download.pytorch.org 2024-05-19T18:05:35.2511532Z # TODO: Flaky access to download.pytorch.org https://github.com/pytorch/pytorch/issues/100400, 2024-05-19T18:05:35.2513212Z # cleaning this up once the issue is fixed. There are more than one resolved IP here, the last 2024-05-19T18:05:35.2514146Z # one is returned at random 2024-05-19T18:05:35.2514795Z RESOLVED_IP=$(dig -4 +short "${PT_DOMAIN}" | tail -n1) 2024-05-19T18:05:35.2515416Z  2024-05-19T18:05:35.2515834Z if [ -z "${RESOLVED_IP}" ]; then 2024-05-19T18:05:35.2516587Z  echo "Couldn't resolve ${PT_DOMAIN}, retrying with Google DNS..." 2024-05-19T18:05:35.2517524Z  RESOLVED_IP=$(dig -4 +short "${PT_DOMAIN}" @8.8.8.8 | tail -n1) 2024-05-19T18:05:35.2518184Z  2024-05-19T18:05:35.2518557Z  if [ -z "${RESOLVED_IP}" ]; then 2024-05-19T18:05:35.2519222Z  echo "Couldn't resolve ${PT_DOMAIN}, exiting..." 2024-05-19T18:05:35.2520032Z  exit 1 2024-05-19T18:05:35.2520389Z  fi 2024-05-19T18:05:35.2520715Z fi 2024-05-19T18:05:35.2521025Z  2024-05-19T18:05:35.2521435Z if grep -r "${PT_DOMAIN}" /etc/hosts; then 2024-05-19T18:05:35.2522038Z  # Clean up any old records first 2024-05-19T18:05:35.2522650Z  sudo sed -i "/${PT_DOMAIN}/d" /etc/hosts 2024-05-19T18:05:35.2523193Z fi 2024-05-19T18:05:35.2523516Z  2024-05-19T18:05:35.2524010Z echo "${RESOLVED_IP} ${PT_DOMAIN}" | sudo tee -a /etc/hosts 2024-05-19T18:05:35.2524675Z cat /etc/hosts 2024-05-19T18:05:35.2537856Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2024-05-19T18:05:35.2538463Z env: 2024-05-19T18:05:35.2538763Z GIT_DEFAULT_BRANCH: main 2024-05-19T18:05:35.2539198Z ##[endgroup] 2024-05-19T18:05:35.2575552Z + PT_DOMAIN=download.pytorch.org 2024-05-19T18:05:35.2582551Z ++ dig -4 +short download.pytorch.org 2024-05-19T18:05:35.2583815Z ++ tail -n1 2024-05-19T18:05:35.2804727Z + RESOLVED_IP=13.249.85.10 2024-05-19T18:05:35.2805511Z + '[' -z 13.249.85.10 ']' 2024-05-19T18:05:35.2806051Z + grep -r download.pytorch.org /etc/hosts 2024-05-19T18:05:35.2819124Z 13.249.85.10 download.pytorch.org 2024-05-19T18:05:35.2821063Z + sudo sed -i /download.pytorch.org/d /etc/hosts 2024-05-19T18:05:35.2934796Z + echo '13.249.85.10 download.pytorch.org' 2024-05-19T18:05:35.2935780Z + sudo tee -a /etc/hosts 2024-05-19T18:05:35.3009219Z 13.249.85.10 download.pytorch.org 2024-05-19T18:05:35.3017140Z + cat /etc/hosts 2024-05-19T18:05:35.3026477Z 127.0.0.1 localhost 2024-05-19T18:05:35.3026802Z 2024-05-19T18:05:35.3028275Z # The following lines are desirable for IPv6 capable hosts 2024-05-19T18:05:35.3043771Z ::1 ip6-localhost ip6-loopback 2024-05-19T18:05:35.3044366Z fe00::0 ip6-localnet 2024-05-19T18:05:35.3044790Z ff00::0 ip6-mcastprefix 2024-05-19T18:05:35.3045312Z ff02::1 ip6-allnodes 2024-05-19T18:05:35.3045740Z ff02::2 ip6-allrouters 2024-05-19T18:05:35.3046199Z ff02::3 ip6-allhosts 2024-05-19T18:05:35.3046663Z 169.254.169.254 metadata.google.internal metadata 2024-05-19T18:05:35.3047253Z 13.249.85.10 download.pytorch.org 2024-05-19T18:05:35.3258246Z ##[group]Run pytorch/test-infra/.github/actions/calculate-docker-image@main 2024-05-19T18:05:35.3258998Z with: 2024-05-19T18:05:35.3260407Z docker-image-name: 308535385114.dkr.ecr.us-east-1.amazonaws.com/pytorch/pytorch-linux-focal-cuda12.4-cudnn8-py3-gcc9-inductor-benchmarks:d55d6a6f08250cd2609d528116ab6fd6e787bee0 2024-05-19T18:05:35.3262026Z docker-build-dir: .ci/docker 2024-05-19T18:05:35.3262471Z working-directory: . 2024-05-19T18:05:35.3263036Z docker-registry: 308535385114.dkr.ecr.us-east-1.amazonaws.com 2024-05-19T18:05:35.3263670Z force-push: false 2024-05-19T18:05:35.3264016Z env: 2024-05-19T18:05:35.3264327Z GIT_DEFAULT_BRANCH: main 2024-05-19T18:05:35.3264734Z ##[endgroup] 2024-05-19T18:05:35.3289495Z ##[group]Run set -ex 2024-05-19T18:05:35.3289937Z set -ex 2024-05-19T18:05:35.3290266Z  2024-05-19T18:05:35.3290955Z # If the docker build directory or the build script doesn't exist, the action will 2024-05-19T18:05:35.3292196Z # gracefully return the docker image name as it is. Pulling docker image in Linux 2024-05-19T18:05:35.3293188Z # job could then download the pre-built image as usual 2024-05-19T18:05:35.3294110Z if [[ ! -d "${DOCKER_BUILD_DIR}" ]] || [[ ! -f "${DOCKER_BUILD_DIR}/build.sh" ]]; then 2024-05-19T18:05:35.3295009Z  echo "skip=true" >> "${GITHUB_OUTPUT}" 2024-05-19T18:05:35.3295791Z  echo "docker-image=${DOCKER_IMAGE_NAME}" >> "${GITHUB_OUTPUT}" 2024-05-19T18:05:35.3296477Z  2024-05-19T18:05:35.3297081Z  echo "There is no Docker build script in ${REPO_NAME} repo, skipping..." 2024-05-19T18:05:35.3297854Z  exit 0 2024-05-19T18:05:35.3298203Z else 2024-05-19T18:05:35.3298632Z  echo "skip=false" >> "${GITHUB_OUTPUT}" 2024-05-19T18:05:35.3299153Z fi 2024-05-19T18:05:35.3299463Z  2024-05-19T18:05:35.3300035Z if [[ "${DOCKER_IMAGE_NAME}" == *"${DOCKER_REGISTRY}/${REPO_NAME}"* ]]; then 2024-05-19T18:05:35.3301104Z  # The docker image name already includes the ECR prefix and tag, so we can just 2024-05-19T18:05:35.3302062Z  # use it as it is, but first let's extract the tag 2024-05-19T18:05:35.3302931Z  DOCKER_TAG=$(echo "${DOCKER_IMAGE_NAME}" | awk -F '[:,]' '{print $2}') 2024-05-19T18:05:35.3303833Z  echo "docker-tag=${DOCKER_TAG}" >> "${GITHUB_OUTPUT}" 2024-05-19T18:05:35.3304691Z  echo "docker-image=${DOCKER_IMAGE_NAME}" >> "${GITHUB_OUTPUT}" 2024-05-19T18:05:35.3305404Z else 2024-05-19T18:05:35.3305917Z  DOCKER_TAG=$(git rev-parse HEAD:"${DOCKER_BUILD_DIR}") 2024-05-19T18:05:35.3306732Z  echo "docker-tag=${DOCKER_TAG}" >> "${GITHUB_OUTPUT}" 2024-05-19T18:05:35.3307859Z  echo "docker-image=${DOCKER_REGISTRY}/${REPO_NAME}/${DOCKER_IMAGE_NAME}:${DOCKER_TAG}" >> "${GITHUB_OUTPUT}" 2024-05-19T18:05:35.3308782Z fi 2024-05-19T18:05:35.3321896Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2024-05-19T18:05:35.3322499Z env: 2024-05-19T18:05:35.3322818Z GIT_DEFAULT_BRANCH: main 2024-05-19T18:05:35.3323231Z REPO_NAME: pytorch 2024-05-19T18:05:35.3324685Z DOCKER_IMAGE_NAME: 308535385114.dkr.ecr.us-east-1.amazonaws.com/pytorch/pytorch-linux-focal-cuda12.4-cudnn8-py3-gcc9-inductor-benchmarks:d55d6a6f08250cd2609d528116ab6fd6e787bee0 2024-05-19T18:05:35.3326518Z DOCKER_BUILD_DIR: .ci/docker 2024-05-19T18:05:35.3327119Z DOCKER_REGISTRY: 308535385114.dkr.ecr.us-east-1.amazonaws.com 2024-05-19T18:05:35.3327744Z ##[endgroup] 2024-05-19T18:05:35.3365278Z + [[ ! -d .ci/docker ]] 2024-05-19T18:05:35.3365778Z + [[ ! -f .ci/docker/build.sh ]] 2024-05-19T18:05:35.3366214Z + echo skip=false 2024-05-19T18:05:35.3368840Z + [[ 308535385114.dkr.ecr.us-east-1.amazonaws.com/pytorch/pytorch-linux-focal-cuda12.4-cudnn8-py3-gcc9-inductor-benchmarks:d55d6a6f08250cd2609d528116ab6fd6e787bee0 == *\3\0\8\5\3\5\3\8\5\1\1\4\.\d\k\r\.\e\c\r\.\u\s\-\e\a\s\t\-\1\.\a\m\a\z\o\n\a\w\s\.\c\o\m\/\p\y\t\o\r\c\h* ]] 2024-05-19T18:05:35.3375548Z ++ echo 308535385114.dkr.ecr.us-east-1.amazonaws.com/pytorch/pytorch-linux-focal-cuda12.4-cudnn8-py3-gcc9-inductor-benchmarks:d55d6a6f08250cd2609d528116ab6fd6e787bee0 2024-05-19T18:05:35.3377144Z ++ awk -F '[:,]' '{print $2}' 2024-05-19T18:05:35.3404800Z + DOCKER_TAG=d55d6a6f08250cd2609d528116ab6fd6e787bee0 2024-05-19T18:05:35.3405773Z + echo docker-tag=d55d6a6f08250cd2609d528116ab6fd6e787bee0 2024-05-19T18:05:35.3408806Z + echo docker-image=308535385114.dkr.ecr.us-east-1.amazonaws.com/pytorch/pytorch-linux-focal-cuda12.4-cudnn8-py3-gcc9-inductor-benchmarks:d55d6a6f08250cd2609d528116ab6fd6e787bee0 2024-05-19T18:05:35.3445751Z ##[group]Run set +e 2024-05-19T18:05:35.3446195Z set +e 2024-05-19T18:05:35.3446544Z set -x 2024-05-19T18:05:35.3446862Z  2024-05-19T18:05:35.3447182Z login() { 2024-05-19T18:05:35.3448005Z  aws ecr get-login-password --region us-east-1 | docker login -u AWS --password-stdin "$1" 2024-05-19T18:05:35.3448892Z } 2024-05-19T18:05:35.3449233Z  2024-05-19T18:05:35.3449556Z retry () { 2024-05-19T18:05:35.3450018Z  $* || (sleep 1 && $*) || (sleep 2 && $*) 2024-05-19T18:05:35.3450552Z } 2024-05-19T18:05:35.3450853Z  2024-05-19T18:05:35.3451232Z retry login "${DOCKER_REGISTRY}" 2024-05-19T18:05:35.3451727Z  2024-05-19T18:05:35.3452277Z # Check if image already exists, if it does then skip building it 2024-05-19T18:05:35.3453226Z if docker manifest inspect "${DOCKER_IMAGE}"; then 2024-05-19T18:05:35.3453838Z  exit 0 2024-05-19T18:05:35.3454179Z fi 2024-05-19T18:05:35.3454475Z  2024-05-19T18:05:35.3455126Z # NB: This part requires a full checkout. Otherwise, the merge base will 2024-05-19T18:05:35.3456161Z # be empty. The default action would be to continue rebuild the image 2024-05-19T18:05:35.3457078Z if [[ "$BASE_REVISION" = "$(git rev-parse HEAD)" ]]; then 2024-05-19T18:05:35.3457896Z  # if we're on the base branch then use the parent commit 2024-05-19T18:05:35.3458597Z  MERGE_BASE=$(git rev-parse HEAD~) 2024-05-19T18:05:35.3459110Z else 2024-05-19T18:05:35.3459663Z  # otherwise we're on a PR, so use the most recent base commit 2024-05-19T18:05:35.3460519Z  MERGE_BASE=$(git merge-base HEAD "$BASE_REVISION") 2024-05-19T18:05:35.3461121Z fi 2024-05-19T18:05:35.3461438Z  2024-05-19T18:05:35.3461802Z if [[ -z "${MERGE_BASE}" ]]; then 2024-05-19T18:05:35.3462393Z  echo "rebuild=true" >> "${GITHUB_OUTPUT}" 2024-05-19T18:05:35.3462941Z  2024-05-19T18:05:35.3463745Z  echo "Finding merge base only works with full checkout, please set fetch-depth to 0, continuing ..." 2024-05-19T18:05:35.3464699Z  exit 0 2024-05-19T18:05:35.3465070Z fi 2024-05-19T18:05:35.3465383Z  2024-05-19T18:05:35.3465905Z if ! git rev-parse "${MERGE_BASE}:${DOCKER_BUILD_DIR}"; then 2024-05-19T18:05:35.3467123Z  echo "Directory '${DOCKER_BUILD_DIR}' not found in commit $MERGE_BASE, you should rebase onto a more recent commit" 2024-05-19T18:05:35.3468132Z  exit 1 2024-05-19T18:05:35.3468795Z fi 2024-05-19T18:05:35.3469113Z  2024-05-19T18:05:35.3469697Z PREVIOUS_DOCKER_TAG=$(git rev-parse "${MERGE_BASE}:${DOCKER_BUILD_DIR}") 2024-05-19T18:05:35.3470875Z # If no image exists but the hash is the same as the previous hash then we should error out here 2024-05-19T18:05:35.3471959Z if [[ "${PREVIOUS_DOCKER_TAG}" == "${DOCKER_TAG}" ]]; then 2024-05-19T18:05:35.3473336Z  echo "WARNING: Something has gone wrong and the previous image isn't available for the merge-base of your branch" 2024-05-19T18:05:35.3474705Z  echo " Will re-build docker image to store in local cache, TTS may be longer" 2024-05-19T18:05:35.3475711Z fi 2024-05-19T18:05:35.3476020Z  2024-05-19T18:05:35.3476438Z echo "rebuild=true" >> "${GITHUB_OUTPUT}" 2024-05-19T18:05:35.3489494Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2024-05-19T18:05:35.3490099Z env: 2024-05-19T18:05:35.3490415Z GIT_DEFAULT_BRANCH: main 2024-05-19T18:05:35.3490854Z DOCKER_BUILD_DIR: .ci/docker 2024-05-19T18:05:35.3491429Z BASE_REVISION: c8c7ddfde57442cc28a394c385cab656ce9b1f5e 2024-05-19T18:05:35.3493105Z DOCKER_IMAGE: 308535385114.dkr.ecr.us-east-1.amazonaws.com/pytorch/pytorch-linux-focal-cuda12.4-cudnn8-py3-gcc9-inductor-benchmarks:d55d6a6f08250cd2609d528116ab6fd6e787bee0 2024-05-19T18:05:35.3494723Z DOCKER_TAG: d55d6a6f08250cd2609d528116ab6fd6e787bee0 2024-05-19T18:05:35.3495494Z DOCKER_REGISTRY: 308535385114.dkr.ecr.us-east-1.amazonaws.com 2024-05-19T18:05:35.3496132Z ##[endgroup] 2024-05-19T18:05:35.3532871Z + retry login 308535385114.dkr.ecr.us-east-1.amazonaws.com 2024-05-19T18:05:35.3533696Z + login 308535385114.dkr.ecr.us-east-1.amazonaws.com 2024-05-19T18:05:35.3536429Z + aws ecr get-login-password --region us-east-1 2024-05-19T18:05:35.3538091Z + docker login -u AWS --password-stdin 308535385114.dkr.ecr.us-east-1.amazonaws.com 2024-05-19T18:05:36.5006557Z WARNING! Your password will be stored unencrypted in /home/ubuntu/.docker/config.json. 2024-05-19T18:05:36.5007883Z Configure a credential helper to remove this warning. See 2024-05-19T18:05:36.5009753Z https://docs.docker.com/engine/reference/commandline/login/#credentials-store 2024-05-19T18:05:36.5010871Z 2024-05-19T18:05:36.5011114Z Login Succeeded 2024-05-19T18:05:36.5035763Z + docker manifest inspect 308535385114.dkr.ecr.us-east-1.amazonaws.com/pytorch/pytorch-linux-focal-cuda12.4-cudnn8-py3-gcc9-inductor-benchmarks:d55d6a6f08250cd2609d528116ab6fd6e787bee0 2024-05-19T18:05:37.1762717Z { 2024-05-19T18:05:37.1763284Z "schemaVersion": 2, 2024-05-19T18:05:37.1764400Z "mediaType": "application/vnd.docker.distribution.manifest.v2+json", 2024-05-19T18:05:37.1765598Z "config": { 2024-05-19T18:05:37.1766542Z "mediaType": "application/vnd.docker.container.image.v1+json", 2024-05-19T18:05:37.1767829Z "size": 45561, 2024-05-19T18:05:37.1768493Z "digest": "sha256:a0542ac5317cc182e1aac2cb8d63a2d6287450937722bab68464513bbbc603ef" 2024-05-19T18:05:37.1769291Z }, 2024-05-19T18:05:37.1769585Z "layers": [ 2024-05-19T18:05:37.1769927Z { 2024-05-19T18:05:37.1770437Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2024-05-19T18:05:37.1771212Z "size": 28584317, 2024-05-19T18:05:37.1772153Z "digest": "sha256:63e9bbe323274e77e58d77c6ab6802d247458f784222fbb07a2556d6ec74ee05" 2024-05-19T18:05:37.1772922Z }, 2024-05-19T18:05:37.1773379Z { 2024-05-19T18:05:37.1774386Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2024-05-19T18:05:37.1775319Z "size": 7944771, 2024-05-19T18:05:37.1776575Z "digest": "sha256:cfb3d849840ee60cee7b02bad68c1fc3c15928ebcd88f327754766b670578ed6" 2024-05-19T18:05:37.1777372Z }, 2024-05-19T18:05:37.1777654Z { 2024-05-19T18:05:37.1778182Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2024-05-19T18:05:37.1778860Z "size": 57593718, 2024-05-19T18:05:37.1779529Z "digest": "sha256:968831e596a6288f0fed9b8612ee4ee8e75511037c4305058805492c5162e481" 2024-05-19T18:05:37.1780726Z }, 2024-05-19T18:05:37.1781005Z { 2024-05-19T18:05:37.1781512Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2024-05-19T18:05:37.1782196Z "size": 187, 2024-05-19T18:05:37.1783159Z "digest": "sha256:ea310eb267ca1cab61b6b16f566cd28bfd59a741395a011f5e76716e15ba57c6" 2024-05-19T18:05:37.1784513Z }, 2024-05-19T18:05:37.1785313Z { 2024-05-19T18:05:37.1785840Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2024-05-19T18:05:37.1786526Z "size": 6885, 2024-05-19T18:05:37.1787206Z "digest": "sha256:3af11d09e9cd1eb9c379f0a4071231e5a5642eb728b4b33bcb76be291f3c9488" 2024-05-19T18:05:37.1787970Z }, 2024-05-19T18:05:37.1788526Z { 2024-05-19T18:05:37.1789056Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2024-05-19T18:05:37.1789741Z "size": 1361380219, 2024-05-19T18:05:37.1790419Z "digest": "sha256:ebfec18059b91e56882881ac34754f917861edb5f732c395d2a1a851bbd6db46" 2024-05-19T18:05:37.1791203Z }, 2024-05-19T18:05:37.1791525Z { 2024-05-19T18:05:37.1792240Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2024-05-19T18:05:37.1793309Z "size": 62686, 2024-05-19T18:05:37.1794532Z "digest": "sha256:533b4aebf16914c763b7b0de3ce657590c6f979045e9fdf1f816adaf68d8a4d3" 2024-05-19T18:05:37.1795625Z }, 2024-05-19T18:05:37.1795906Z { 2024-05-19T18:05:37.1796418Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2024-05-19T18:05:37.1797274Z "size": 1685, 2024-05-19T18:05:37.1798316Z "digest": "sha256:9dd75d06a0910f28cb1e484b8808724e5a6ee570ecb8fc04631368f546b39ed9" 2024-05-19T18:05:37.1799684Z }, 2024-05-19T18:05:37.1800213Z { 2024-05-19T18:05:37.1801235Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2024-05-19T18:05:37.1802503Z "size": 1523, 2024-05-19T18:05:37.1803284Z "digest": "sha256:30bfca4dd3492d60ed8035b0eeb1229897041140db117f5663465a551e25851d" 2024-05-19T18:05:37.1804708Z }, 2024-05-19T18:05:37.1805257Z { 2024-05-19T18:05:37.1806254Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2024-05-19T18:05:37.1807405Z "size": 2608186849, 2024-05-19T18:05:37.1808711Z "digest": "sha256:1b57ce94cad9a5097d99b8d6f7bcd51df5a162fc3c5f5686b689b76993724bc8" 2024-05-19T18:05:37.1810092Z }, 2024-05-19T18:05:37.1810604Z { 2024-05-19T18:05:37.1811247Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2024-05-19T18:05:37.1811928Z "size": 86631, 2024-05-19T18:05:37.1812606Z "digest": "sha256:9ee6bdb31195dd42fd98147a75d540efe0c5708e0ecda866a0bca060084fddab" 2024-05-19T18:05:37.1813365Z }, 2024-05-19T18:05:37.1813638Z { 2024-05-19T18:05:37.1814162Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2024-05-19T18:05:37.1815013Z "size": 1822, 2024-05-19T18:05:37.1815726Z "digest": "sha256:8af83a173aa33e1330fdde4efc5b96334ef85736ec0725bfeedc72c227dcfcc5" 2024-05-19T18:05:37.1816506Z }, 2024-05-19T18:05:37.1816784Z { 2024-05-19T18:05:37.1817307Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2024-05-19T18:05:37.1817989Z "size": 245735746, 2024-05-19T18:05:37.1818672Z "digest": "sha256:f8281676bd20d66f882b7edad2f27bd52787f63ff5c68768681df27d74d9d07c" 2024-05-19T18:05:37.1819439Z }, 2024-05-19T18:05:37.1819700Z { 2024-05-19T18:05:37.1820218Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2024-05-19T18:05:37.1820890Z "size": 544, 2024-05-19T18:05:37.1821550Z "digest": "sha256:748e3cfdd8d6f501456917dcc4a9e8b11092aa4e784a46b00c3a7a13274e2742" 2024-05-19T18:05:37.1822299Z }, 2024-05-19T18:05:37.1822572Z { 2024-05-19T18:05:37.1823087Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2024-05-19T18:05:37.1823770Z "size": 1279, 2024-05-19T18:05:37.1824420Z "digest": "sha256:5fa8d379f04e0947dc4af19169168984b6dfe62a40efbd97ee9bc60015cb2970" 2024-05-19T18:05:37.1825240Z }, 2024-05-19T18:05:37.1825516Z { 2024-05-19T18:05:37.1826037Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2024-05-19T18:05:37.1826985Z "size": 484, 2024-05-19T18:05:37.1827662Z "digest": "sha256:a95b9f41fb5bbac1fd00c55419da0b54b0c1b38cd46e22b6e95293bd639615b5" 2024-05-19T18:05:37.1828442Z }, 2024-05-19T18:05:37.1828702Z { 2024-05-19T18:05:37.1829224Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2024-05-19T18:05:37.1829910Z "size": 91705725, 2024-05-19T18:05:37.1830586Z "digest": "sha256:8b6d0b819d19a961789f05d3c03c73f6ee67059e9464c8bbc0a1124113a32395" 2024-05-19T18:05:37.1831329Z }, 2024-05-19T18:05:37.1831607Z { 2024-05-19T18:05:37.1832378Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2024-05-19T18:05:37.1833092Z "size": 3236, 2024-05-19T18:05:37.1833913Z "digest": "sha256:c61996e733996ff4a9cf89f2a69716a6add90b5c8b1902feb91d8e0dfd0f7bc4" 2024-05-19T18:05:37.1834692Z }, 2024-05-19T18:05:37.1834972Z { 2024-05-19T18:05:37.1835537Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2024-05-19T18:05:37.1836227Z "size": 1905, 2024-05-19T18:05:37.1836884Z "digest": "sha256:9e69dcd7661c1bee67677240651319ec72ee977219e8097f93be00c6555c9ab5" 2024-05-19T18:05:37.1837639Z }, 2024-05-19T18:05:37.1837901Z { 2024-05-19T18:05:37.1838416Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2024-05-19T18:05:37.1839096Z "size": 699, 2024-05-19T18:05:37.1839765Z "digest": "sha256:cfcaf2eb82498ef031f7d481e635b1a37af01b9e389f30555b603d75e2c00602" 2024-05-19T18:05:37.1840518Z }, 2024-05-19T18:05:37.1840824Z { 2024-05-19T18:05:37.1841341Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2024-05-19T18:05:37.1842021Z "size": 2811659560, 2024-05-19T18:05:37.1842721Z "digest": "sha256:7cb10a6ae8df3c778e529febd7eef0333c2af45e2a2ed45f45967bb7b4219131" 2024-05-19T18:05:37.1843504Z }, 2024-05-19T18:05:37.1843781Z { 2024-05-19T18:05:37.1844285Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2024-05-19T18:05:37.1844961Z "size": 378, 2024-05-19T18:05:37.1845676Z "digest": "sha256:07fa87a43fb8c069109d9c97743dcc016ad605a221c1df4c7d79863d0d0a2229" 2024-05-19T18:05:37.1846447Z }, 2024-05-19T18:05:37.1846710Z { 2024-05-19T18:05:37.1847232Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2024-05-19T18:05:37.1847912Z "size": 11887, 2024-05-19T18:05:37.1848585Z "digest": "sha256:f16e94b048018b4677a272dcb1cb347e9c90be713acffa5bdd2d63a972224ca9" 2024-05-19T18:05:37.1849344Z }, 2024-05-19T18:05:37.1849618Z { 2024-05-19T18:05:37.1850135Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2024-05-19T18:05:37.1850824Z "size": 803, 2024-05-19T18:05:37.1851495Z "digest": "sha256:c857065196d6f476be67a20b1e26f3ef6e71ae427e4feee2412e7f65cc208493" 2024-05-19T18:05:37.1852264Z }, 2024-05-19T18:05:37.1852540Z { 2024-05-19T18:05:37.1853041Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2024-05-19T18:05:37.1853723Z "size": 106, 2024-05-19T18:05:37.1854391Z "digest": "sha256:9d5c38cad0c9a12d6b9b3070caf13ae1003594cf17c75170ccadf0f8719f93ab" 2024-05-19T18:05:37.1855218Z }, 2024-05-19T18:05:37.1855482Z { 2024-05-19T18:05:37.1856000Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2024-05-19T18:05:37.1856794Z + exit 0 2024-05-19T18:05:37.1857101Z "size": 503, 2024-05-19T18:05:37.1857754Z "digest": "sha256:925ac0c7ff935448f88445123dc223bb4531147eec4d0e0c34f9f05bd4e14f46" 2024-05-19T18:05:37.1858526Z }, 2024-05-19T18:05:37.1858789Z { 2024-05-19T18:05:37.1859304Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2024-05-19T18:05:37.1859985Z "size": 121477245, 2024-05-19T18:05:37.1860698Z "digest": "sha256:cfbf8bf4873dc1eef0b1a35dd290348be3ceb2dafccdc4820e9460ddfd8f7c54" 2024-05-19T18:05:37.1861499Z }, 2024-05-19T18:05:37.1861776Z { 2024-05-19T18:05:37.1862290Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2024-05-19T18:05:37.1862956Z "size": 109, 2024-05-19T18:05:37.1863629Z "digest": "sha256:01914a189c0b5a993f1fc3ddb461abe3964eba3ae55fab9eff5a53f77de19178" 2024-05-19T18:05:37.1864598Z }, 2024-05-19T18:05:37.1864877Z { 2024-05-19T18:05:37.1865423Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2024-05-19T18:05:37.1866101Z "size": 488, 2024-05-19T18:05:37.1866766Z "digest": "sha256:3c2451fbe84c6b4678a24659b7abe1ea3cca59da338f16b7563d6875accf6eee" 2024-05-19T18:05:37.1867538Z }, 2024-05-19T18:05:37.1867800Z { 2024-05-19T18:05:37.1868323Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2024-05-19T18:05:37.1868994Z "size": 298, 2024-05-19T18:05:37.1869659Z "digest": "sha256:aea8a2a73b72b6c647fafb9f4b1b3d65cb7c28172d3b7a58de3bdb6335addb00" 2024-05-19T18:05:37.1870556Z }, 2024-05-19T18:05:37.1870835Z { 2024-05-19T18:05:37.1871355Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2024-05-19T18:05:37.1872221Z "size": 103, 2024-05-19T18:05:37.1872986Z "digest": "sha256:c26f348bfda1e1a6e32f77a9054fa8d26cd59cf6fe8cc3ea1ff9d1816dc74d22" 2024-05-19T18:05:37.1873784Z }, 2024-05-19T18:05:37.1874056Z { 2024-05-19T18:05:37.1874560Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2024-05-19T18:05:37.1875306Z "size": 1471, 2024-05-19T18:05:37.1875957Z "digest": "sha256:347c41648f51ed569232ea48943ef3e1424197b90bfae5b89898f2273f64e76b" 2024-05-19T18:05:37.1876686Z }, 2024-05-19T18:05:37.1876962Z { 2024-05-19T18:05:37.1877483Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2024-05-19T18:05:37.1878173Z "size": 444189070, 2024-05-19T18:05:37.1878827Z "digest": "sha256:00953247955f346ee0a69eb263efa2135a9fc3e9680322e5c39cf79e4c06fab5" 2024-05-19T18:05:37.1879576Z }, 2024-05-19T18:05:37.1879857Z { 2024-05-19T18:05:37.1880378Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2024-05-19T18:05:37.1881040Z "size": 162, 2024-05-19T18:05:37.1881722Z "digest": "sha256:df27b4a5ce7ca0be34e1295afceb581f6ac42c1c0888e253c481bbce25efde72" 2024-05-19T18:05:37.1882514Z }, 2024-05-19T18:05:37.1882779Z { 2024-05-19T18:05:37.1883299Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2024-05-19T18:05:37.1883980Z "size": 564, 2024-05-19T18:05:37.1884650Z "digest": "sha256:acb7fcd74bf2071a5d257e338f2229b9a9747f6e96de138091ed80cfa845709f" 2024-05-19T18:05:37.1885444Z }, 2024-05-19T18:05:37.1885722Z { 2024-05-19T18:05:37.1886237Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2024-05-19T18:05:37.1886920Z "size": 35867331, 2024-05-19T18:05:37.1887596Z "digest": "sha256:5bd6ac51ef5d3109aba547ec49aec04535079b866d45939fa098e33b7f20d94f" 2024-05-19T18:05:37.1888368Z }, 2024-05-19T18:05:37.1888647Z { 2024-05-19T18:05:37.1889167Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2024-05-19T18:05:37.1889832Z "size": 104, 2024-05-19T18:05:37.1890502Z "digest": "sha256:1795bce633b0c48054bada65aede57ae82761e922b39b354aebedd2d3fc82a01" 2024-05-19T18:05:37.1891279Z }, 2024-05-19T18:05:37.1891540Z { 2024-05-19T18:05:37.1892063Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2024-05-19T18:05:37.1892747Z "size": 425, 2024-05-19T18:05:37.1893396Z "digest": "sha256:e41de6016f3c0f9309d3727db3cf335f2789260369b9c02485b5a1eda2a23949" 2024-05-19T18:05:37.1894137Z }, 2024-05-19T18:05:37.1894416Z { 2024-05-19T18:05:37.1894932Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2024-05-19T18:05:37.1895659Z "size": 20262012, 2024-05-19T18:05:37.1896343Z "digest": "sha256:458f5f2af8cfff41b832b1ffa0ac89536cc75afaa2b007348475812be84a3168" 2024-05-19T18:05:37.1897115Z }, 2024-05-19T18:05:37.1897389Z { 2024-05-19T18:05:37.1897893Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2024-05-19T18:05:37.1898577Z "size": 437, 2024-05-19T18:05:37.1899248Z "digest": "sha256:ef99a2a9cffb05645e67c1ff7eff9d0400a37d6277a734e0534e544e6d70abc3" 2024-05-19T18:05:37.1900019Z }, 2024-05-19T18:05:37.1900281Z { 2024-05-19T18:05:37.1900800Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2024-05-19T18:05:37.1901696Z "size": 699, 2024-05-19T18:05:37.1902369Z "digest": "sha256:cfcaf2eb82498ef031f7d481e635b1a37af01b9e389f30555b603d75e2c00602" 2024-05-19T18:05:37.1903126Z }, 2024-05-19T18:05:37.1903406Z { 2024-05-19T18:05:37.1903929Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2024-05-19T18:05:37.1904612Z "size": 142, 2024-05-19T18:05:37.1905285Z "digest": "sha256:1ba8d08d58765b6585b8a6430120bdf33e85a118dbe004432a9515481c728a6f" 2024-05-19T18:05:37.1906048Z }, 2024-05-19T18:05:37.1906324Z { 2024-05-19T18:05:37.1906827Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2024-05-19T18:05:37.1907654Z "size": 136, 2024-05-19T18:05:37.1908308Z "digest": "sha256:0c67ae0247cf4129424322fdc4c7d64de5f02712a6851839df767491d40ac668" 2024-05-19T18:05:37.1909063Z }, 2024-05-19T18:05:37.1909325Z { 2024-05-19T18:05:37.1909846Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2024-05-19T18:05:37.1910541Z "size": 4981810470, 2024-05-19T18:05:37.1911233Z "digest": "sha256:3ebf7de5956e7374b72ff809508272a8ac6ff23b2293581bef5847cd0af1b4bb" 2024-05-19T18:05:37.1911978Z }, 2024-05-19T18:05:37.1912540Z { 2024-05-19T18:05:37.1913066Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2024-05-19T18:05:37.1913727Z "size": 190, 2024-05-19T18:05:37.1914409Z "digest": "sha256:a6b88127ee12fade12d3202bc71d30768c0ddc0eb46ad572bd5089b6aa1bb0e2" 2024-05-19T18:05:37.1915232Z }, 2024-05-19T18:05:37.1915509Z { 2024-05-19T18:05:37.1916012Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2024-05-19T18:05:37.1916696Z "size": 565, 2024-05-19T18:05:37.1917367Z "digest": "sha256:7b0cf0b8be50e7fae7398549f658c86b1e9c348102f84ef2c230bc6af5599739" 2024-05-19T18:05:37.1918135Z }, 2024-05-19T18:05:37.1918393Z { 2024-05-19T18:05:37.1918913Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2024-05-19T18:05:37.1919588Z "size": 43162755, 2024-05-19T18:05:37.1920284Z "digest": "sha256:044061f29c13bd178d3113fb9ccfc367da97f96f6bf948dfcae1ff5b1e17be2f" 2024-05-19T18:05:37.1921047Z }, 2024-05-19T18:05:37.1921322Z { 2024-05-19T18:05:37.1921844Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2024-05-19T18:05:37.1922508Z "size": 106, 2024-05-19T18:05:37.1923164Z "digest": "sha256:f21869a483d43c856cf8639bdb4270d8295023741b5cddebed62bcfe3b8caa7b" 2024-05-19T18:05:37.1923922Z }, 2024-05-19T18:05:37.1924198Z { 2024-05-19T18:05:37.1924704Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2024-05-19T18:05:37.1925420Z "size": 1212, 2024-05-19T18:05:37.1926100Z "digest": "sha256:a155d9e6e7e7fd2243fba6789a98b96aa2db9d5d6462b50d9c11cfc7f3ac34e7" 2024-05-19T18:05:37.1926876Z }, 2024-05-19T18:05:37.1927139Z { 2024-05-19T18:05:37.1927653Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2024-05-19T18:05:37.1928364Z "size": 699, 2024-05-19T18:05:37.1929036Z "digest": "sha256:cfcaf2eb82498ef031f7d481e635b1a37af01b9e389f30555b603d75e2c00602" 2024-05-19T18:05:37.1929793Z }, 2024-05-19T18:05:37.1930069Z { 2024-05-19T18:05:37.1930585Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2024-05-19T18:05:37.1931247Z "size": 137, 2024-05-19T18:05:37.1931909Z "digest": "sha256:6028f518cba8d1b51ca287446cfc0a9db237fbeea2198738ee2c114a24a8c34a" 2024-05-19T18:05:37.1932676Z }, 2024-05-19T18:05:37.1932950Z { 2024-05-19T18:05:37.1933454Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2024-05-19T18:05:37.1934134Z "size": 119, 2024-05-19T18:05:37.1934797Z "digest": "sha256:9f0e16ae766e08c8bf1276b07cd6781a3f9ca54131846275ffcfc9473a6312dd" 2024-05-19T18:05:37.1935597Z }, 2024-05-19T18:05:37.1935858Z { 2024-05-19T18:05:37.1936374Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2024-05-19T18:05:37.1937059Z "size": 1853517530, 2024-05-19T18:05:37.1937725Z "digest": "sha256:26d45b11322ae5593c42d7929f046ca6d236f7ec5e8a13d8930360c013d32747" 2024-05-19T18:05:37.1938673Z }, 2024-05-19T18:05:37.1938947Z { 2024-05-19T18:05:37.1939468Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2024-05-19T18:05:37.1940133Z "size": 172, 2024-05-19T18:05:37.1940817Z "digest": "sha256:a78a7e4425658766ba6e70bb1367f10c352dc4a7bfb16432be3d9a3496368333" 2024-05-19T18:05:37.1941577Z }, 2024-05-19T18:05:37.1941852Z { 2024-05-19T18:05:37.1942352Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2024-05-19T18:05:37.1943035Z "size": 1838, 2024-05-19T18:05:37.1943725Z "digest": "sha256:df585564bf4cc28aec4957fbec751620ae4ca50edbbdcec1c5eacc306a16e2e1" 2024-05-19T18:05:37.1944638Z }, 2024-05-19T18:05:37.1944907Z { 2024-05-19T18:05:37.1945461Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2024-05-19T18:05:37.1946146Z "size": 7529792, 2024-05-19T18:05:37.1946799Z "digest": "sha256:f125619c47120e1a542ddb0e822b5ffc07f9d165a0977f8c4064fdf67865e3fd" 2024-05-19T18:05:37.1947564Z }, 2024-05-19T18:05:37.1947840Z { 2024-05-19T18:05:37.1948356Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2024-05-19T18:05:37.1949020Z "size": 162, 2024-05-19T18:05:37.1949678Z "digest": "sha256:4cc671ff8870320a4e5bab71f83b755b9b96c777dba43fdbfc1a0e3d001d8936" 2024-05-19T18:05:37.1950452Z }, 2024-05-19T18:05:37.1950727Z { 2024-05-19T18:05:37.1951261Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2024-05-19T18:05:37.1951944Z "size": 7939, 2024-05-19T18:05:37.1952929Z "digest": "sha256:e1d3209e04ae7e31773f49e41f7cee2949fa017569383786876f6d1ba0d7d8ac" 2024-05-19T18:05:37.1953692Z }, 2024-05-19T18:05:37.1953962Z { 2024-05-19T18:05:37.1954485Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2024-05-19T18:05:37.1955213Z "size": 8072, 2024-05-19T18:05:37.1955850Z "digest": "sha256:322e57f70842c48212f87b2e4c1cc094c25470b90fec1d30ad715f4d907c1f79" 2024-05-19T18:05:37.1956603Z }, 2024-05-19T18:05:37.1956886Z { 2024-05-19T18:05:37.1957404Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2024-05-19T18:05:37.1958068Z "size": 301, 2024-05-19T18:05:37.1958734Z "digest": "sha256:d58f09a95d3e18b4d653b7767e371c1e9ef320625fa4cc6a92cbd1771d7ef768" 2024-05-19T18:05:37.1959498Z }, 2024-05-19T18:05:37.1959769Z { 2024-05-19T18:05:37.1960272Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2024-05-19T18:05:37.1960950Z "size": 7617584, 2024-05-19T18:05:37.1961639Z "digest": "sha256:f611e28aa59ab55b92e54aac3cc04729565ccae9d0edb75cc45a534d752a9de1" 2024-05-19T18:05:37.1962401Z }, 2024-05-19T18:05:37.1962676Z { 2024-05-19T18:05:37.1963198Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2024-05-19T18:05:37.1963873Z "size": 108, 2024-05-19T18:05:37.1964510Z "digest": "sha256:ff67e6bd8e2302312131632eae7033ce84ce85503282bfd8b31c008ff533990a" 2024-05-19T18:05:37.1965308Z }, 2024-05-19T18:05:37.1965587Z { 2024-05-19T18:05:37.1966116Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2024-05-19T18:05:37.1966783Z "size": 54145477, 2024-05-19T18:05:37.1967440Z "digest": "sha256:d2b06b7f79e8770329516b40d5189f7c2b2d38404132638103a594685fe1d569" 2024-05-19T18:05:37.1968183Z }, 2024-05-19T18:05:37.1968447Z { 2024-05-19T18:05:37.1968961Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2024-05-19T18:05:37.1969634Z "size": 507, 2024-05-19T18:05:37.1970290Z "digest": "sha256:c27bc13ce9d41097b89fa4c7f53feb417379940ba35474fede1b3322540e85e9" 2024-05-19T18:05:37.1971044Z }, 2024-05-19T18:05:37.1971319Z { 2024-05-19T18:05:37.1971840Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2024-05-19T18:05:37.1972520Z "size": 1443748723, 2024-05-19T18:05:37.1973194Z "digest": "sha256:8680ed64cc192868f4e34d4dba9121684e3bba13ac365c8e8539386fe4a5147c" 2024-05-19T18:05:37.1973954Z }, 2024-05-19T18:05:37.1974227Z { 2024-05-19T18:05:37.1974742Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2024-05-19T18:05:37.1975652Z "size": 106, 2024-05-19T18:05:37.1976297Z "digest": "sha256:400e9c337687d211e1a78744e24985fbaca792e988f3caf5861040d80b088662" 2024-05-19T18:05:37.1977042Z }, 2024-05-19T18:05:37.1977301Z { 2024-05-19T18:05:37.1977816Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2024-05-19T18:05:37.1978500Z "size": 558, 2024-05-19T18:05:37.1979168Z "digest": "sha256:914d4657be1b6936372f45195af96a959eab5bced80ca9deeafc3d6d9db6c03c" 2024-05-19T18:05:37.1979920Z }, 2024-05-19T18:05:37.1980194Z { 2024-05-19T18:05:37.1980713Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2024-05-19T18:05:37.1981511Z "size": 46248255, 2024-05-19T18:05:37.1982174Z "digest": "sha256:ecc1d0285d28b6339b9648e2195ce576f30288563ac5de0882653a42bcc0eb5b" 2024-05-19T18:05:37.1982934Z }, 2024-05-19T18:05:37.1983211Z { 2024-05-19T18:05:37.1983712Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2024-05-19T18:05:37.1984399Z "size": 111, 2024-05-19T18:05:37.1985056Z "digest": "sha256:b882dcc190622361a09ea00b970e0fae5f81ea1f0431a45afa329fd3c97f66d9" 2024-05-19T18:05:37.1985866Z } 2024-05-19T18:05:37.1986131Z ] 2024-05-19T18:05:37.1986406Z } 2024-05-19T18:05:37.2120065Z ##[group]Run tag=${ECR_DOCKER_IMAGE##*/} 2024-05-19T18:05:37.2120658Z tag=${ECR_DOCKER_IMAGE##*/} 2024-05-19T18:05:37.2121321Z echo "docker pull ghcr.io/pytorch/ci-image:${tag/:/-}" 2024-05-19T18:05:37.2134715Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2024-05-19T18:05:37.2135390Z env: 2024-05-19T18:05:37.2135693Z GIT_DEFAULT_BRANCH: main 2024-05-19T18:05:37.2137193Z ECR_DOCKER_IMAGE: 308535385114.dkr.ecr.us-east-1.amazonaws.com/pytorch/pytorch-linux-focal-cuda12.4-cudnn8-py3-gcc9-inductor-benchmarks:d55d6a6f08250cd2609d528116ab6fd6e787bee0 2024-05-19T18:05:37.2138746Z ##[endgroup] 2024-05-19T18:05:37.2178719Z docker pull ghcr.io/pytorch/ci-image:pytorch-linux-focal-cuda12.4-cudnn8-py3-gcc9-inductor-benchmarks-d55d6a6f08250cd2609d528116ab6fd6e787bee0 2024-05-19T18:05:37.2243393Z ##[group]Run pytorch/test-infra/.github/actions/pull-docker-image@main 2024-05-19T18:05:37.2244093Z with: 2024-05-19T18:05:37.2245551Z docker-image: 308535385114.dkr.ecr.us-east-1.amazonaws.com/pytorch/pytorch-linux-focal-cuda12.4-cudnn8-py3-gcc9-inductor-benchmarks:d55d6a6f08250cd2609d528116ab6fd6e787bee0 2024-05-19T18:05:37.2247271Z docker-registry: 308535385114.dkr.ecr.us-east-1.amazonaws.com 2024-05-19T18:05:37.2247895Z env: 2024-05-19T18:05:37.2248189Z GIT_DEFAULT_BRANCH: main 2024-05-19T18:05:37.2248594Z ##[endgroup] 2024-05-19T18:05:37.2269235Z ##[group]Run set -x 2024-05-19T18:05:37.2269638Z set -x 2024-05-19T18:05:37.2269984Z set +e 2024-05-19T18:05:37.2270313Z  2024-05-19T18:05:37.2270627Z login() { 2024-05-19T18:05:37.2271421Z  aws ecr get-login-password --region us-east-1 | docker login -u AWS --password-stdin "$1" 2024-05-19T18:05:37.2272514Z } 2024-05-19T18:05:37.2272825Z  2024-05-19T18:05:37.2273184Z retry () { 2024-05-19T18:05:37.2273639Z  $* || (sleep 1 && $*) || (sleep 2 && $*) 2024-05-19T18:05:37.2274164Z } 2024-05-19T18:05:37.2274478Z  2024-05-19T18:05:37.2274840Z retry login "${DOCKER_REGISTRY}" 2024-05-19T18:05:37.2275379Z  2024-05-19T18:05:37.2275692Z set -e 2024-05-19T18:05:37.2276258Z # ignore output since only exit code is used for conditional 2024-05-19T18:05:37.2277124Z # only pull docker image if it's not available locally 2024-05-19T18:05:37.2278058Z if ! docker inspect --type=image "${DOCKER_IMAGE}" >/dev/null 2>/dev/null; then 2024-05-19T18:05:37.2278912Z  retry docker pull "${DOCKER_IMAGE}" 2024-05-19T18:05:37.2279438Z fi 2024-05-19T18:05:37.2291285Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2024-05-19T18:05:37.2291894Z env: 2024-05-19T18:05:37.2292372Z GIT_DEFAULT_BRANCH: main 2024-05-19T18:05:37.2293867Z DOCKER_IMAGE: 308535385114.dkr.ecr.us-east-1.amazonaws.com/pytorch/pytorch-linux-focal-cuda12.4-cudnn8-py3-gcc9-inductor-benchmarks:d55d6a6f08250cd2609d528116ab6fd6e787bee0 2024-05-19T18:05:37.2295617Z DOCKER_REGISTRY: 308535385114.dkr.ecr.us-east-1.amazonaws.com 2024-05-19T18:05:37.2296255Z ##[endgroup] 2024-05-19T18:05:37.2329690Z + set +e 2024-05-19T18:05:37.2330362Z + retry login 308535385114.dkr.ecr.us-east-1.amazonaws.com 2024-05-19T18:05:37.2331159Z + login 308535385114.dkr.ecr.us-east-1.amazonaws.com 2024-05-19T18:05:37.2333960Z + aws ecr get-login-password --region us-east-1 2024-05-19T18:05:37.2335949Z + docker login -u AWS --password-stdin 308535385114.dkr.ecr.us-east-1.amazonaws.com 2024-05-19T18:05:38.3798025Z WARNING! Your password will be stored unencrypted in /home/ubuntu/.docker/config.json. 2024-05-19T18:05:38.3799557Z Configure a credential helper to remove this warning. See 2024-05-19T18:05:38.3802114Z https://docs.docker.com/engine/reference/commandline/login/#credentials-store 2024-05-19T18:05:38.3802833Z 2024-05-19T18:05:38.3802986Z Login Succeeded 2024-05-19T18:05:38.3823433Z + set -e 2024-05-19T18:05:38.3825253Z + docker inspect --type=image 308535385114.dkr.ecr.us-east-1.amazonaws.com/pytorch/pytorch-linux-focal-cuda12.4-cudnn8-py3-gcc9-inductor-benchmarks:d55d6a6f08250cd2609d528116ab6fd6e787bee0 2024-05-19T18:05:38.4036078Z + retry docker pull 308535385114.dkr.ecr.us-east-1.amazonaws.com/pytorch/pytorch-linux-focal-cuda12.4-cudnn8-py3-gcc9-inductor-benchmarks:d55d6a6f08250cd2609d528116ab6fd6e787bee0 2024-05-19T18:05:38.4038984Z + docker pull 308535385114.dkr.ecr.us-east-1.amazonaws.com/pytorch/pytorch-linux-focal-cuda12.4-cudnn8-py3-gcc9-inductor-benchmarks:d55d6a6f08250cd2609d528116ab6fd6e787bee0 2024-05-19T18:05:38.9672499Z d55d6a6f08250cd2609d528116ab6fd6e787bee0: Pulling from pytorch/pytorch-linux-focal-cuda12.4-cudnn8-py3-gcc9-inductor-benchmarks 2024-05-19T18:05:38.9674805Z 63e9bbe32327: Pulling fs layer 2024-05-19T18:05:38.9675659Z cfb3d849840e: Pulling fs layer 2024-05-19T18:05:38.9676919Z 968831e596a6: Pulling fs layer 2024-05-19T18:05:38.9677760Z ea310eb267ca: Pulling fs layer 2024-05-19T18:05:38.9678637Z 3af11d09e9cd: Pulling fs layer 2024-05-19T18:05:38.9679515Z ebfec18059b9: Pulling fs layer 2024-05-19T18:05:38.9680253Z 533b4aebf169: Pulling fs layer 2024-05-19T18:05:38.9680988Z 9dd75d06a091: Pulling fs layer 2024-05-19T18:05:38.9681790Z 30bfca4dd349: Pulling fs layer 2024-05-19T18:05:38.9682681Z 1b57ce94cad9: Pulling fs layer 2024-05-19T18:05:38.9683588Z 9ee6bdb31195: Pulling fs layer 2024-05-19T18:05:38.9684431Z 8af83a173aa3: Pulling fs layer 2024-05-19T18:05:38.9685330Z f8281676bd20: Pulling fs layer 2024-05-19T18:05:38.9686216Z 748e3cfdd8d6: Pulling fs layer 2024-05-19T18:05:38.9686773Z 5fa8d379f04e: Pulling fs layer 2024-05-19T18:05:38.9687209Z a95b9f41fb5b: Pulling fs layer 2024-05-19T18:05:38.9687657Z 8b6d0b819d19: Pulling fs layer 2024-05-19T18:05:38.9688104Z c61996e73399: Pulling fs layer 2024-05-19T18:05:38.9688564Z 9e69dcd7661c: Pulling fs layer 2024-05-19T18:05:38.9689012Z cfcaf2eb8249: Pulling fs layer 2024-05-19T18:05:38.9689449Z ebfec18059b9: Waiting 2024-05-19T18:05:38.9689824Z 533b4aebf169: Waiting 2024-05-19T18:05:38.9690203Z 7cb10a6ae8df: Pulling fs layer 2024-05-19T18:05:38.9690640Z ea310eb267ca: Waiting 2024-05-19T18:05:38.9691018Z 3af11d09e9cd: Waiting 2024-05-19T18:05:38.9691411Z 07fa87a43fb8: Pulling fs layer 2024-05-19T18:05:38.9691844Z f16e94b04801: Pulling fs layer 2024-05-19T18:05:38.9692287Z c857065196d6: Pulling fs layer 2024-05-19T18:05:38.9692719Z 30bfca4dd349: Waiting 2024-05-19T18:05:38.9693117Z 9d5c38cad0c9: Pulling fs layer 2024-05-19T18:05:38.9693534Z 9ee6bdb31195: Waiting 2024-05-19T18:05:38.9693924Z 925ac0c7ff93: Pulling fs layer 2024-05-19T18:05:38.9694351Z 1b57ce94cad9: Waiting 2024-05-19T18:05:38.9694765Z cfcaf2eb8249: Waiting 2024-05-19T18:05:38.9695135Z 8b6d0b819d19: Waiting 2024-05-19T18:05:38.9695526Z cfbf8bf4873d: Pulling fs layer 2024-05-19T18:05:38.9695950Z f8281676bd20: Waiting 2024-05-19T18:05:38.9696583Z c61996e73399: Waiting 2024-05-19T18:05:38.9696959Z 9e69dcd7661c: Waiting 2024-05-19T18:05:38.9697331Z 7cb10a6ae8df: Waiting 2024-05-19T18:05:38.9697707Z 01914a189c0b: Pulling fs layer 2024-05-19T18:05:38.9698136Z 07fa87a43fb8: Waiting 2024-05-19T18:05:38.9698529Z 3c2451fbe84c: Pulling fs layer 2024-05-19T18:05:38.9698957Z f16e94b04801: Waiting 2024-05-19T18:05:38.9699313Z a95b9f41fb5b: Waiting 2024-05-19T18:05:38.9699706Z aea8a2a73b72: Pulling fs layer 2024-05-19T18:05:38.9700140Z 9d5c38cad0c9: Waiting 2024-05-19T18:05:38.9700513Z 925ac0c7ff93: Waiting 2024-05-19T18:05:38.9700861Z c857065196d6: Waiting 2024-05-19T18:05:38.9701247Z c26f348bfda1: Pulling fs layer 2024-05-19T18:05:38.9701692Z 347c41648f51: Pulling fs layer 2024-05-19T18:05:38.9702107Z cfbf8bf4873d: Waiting 2024-05-19T18:05:38.9702532Z 00953247955f: Pulling fs layer 2024-05-19T18:05:38.9702983Z df27b4a5ce7c: Pulling fs layer 2024-05-19T18:05:38.9703434Z acb7fcd74bf2: Pulling fs layer 2024-05-19T18:05:38.9703876Z 5bd6ac51ef5d: Pulling fs layer 2024-05-19T18:05:38.9704331Z 1795bce633b0: Pulling fs layer 2024-05-19T18:05:38.9704824Z e41de6016f3c: Pulling fs layer 2024-05-19T18:05:38.9705262Z df27b4a5ce7c: Waiting 2024-05-19T18:05:38.9705641Z 458f5f2af8cf: Pulling fs layer 2024-05-19T18:05:38.9706088Z ef99a2a9cffb: Pulling fs layer 2024-05-19T18:05:38.9706520Z c26f348bfda1: Waiting 2024-05-19T18:05:38.9706873Z 1795bce633b0: Waiting 2024-05-19T18:05:38.9707266Z 1ba8d08d5876: Pulling fs layer 2024-05-19T18:05:38.9707696Z acb7fcd74bf2: Waiting 2024-05-19T18:05:38.9708075Z 5bd6ac51ef5d: Waiting 2024-05-19T18:05:38.9708434Z ef99a2a9cffb: Waiting 2024-05-19T18:05:38.9708807Z e41de6016f3c: Waiting 2024-05-19T18:05:38.9709198Z 0c67ae0247cf: Pulling fs layer 2024-05-19T18:05:38.9709629Z 3ebf7de5956e: Pulling fs layer 2024-05-19T18:05:38.9710082Z a6b88127ee12: Pulling fs layer 2024-05-19T18:05:38.9710534Z 7b0cf0b8be50: Pulling fs layer 2024-05-19T18:05:38.9710966Z 458f5f2af8cf: Waiting 2024-05-19T18:05:38.9711323Z 0c67ae0247cf: Waiting 2024-05-19T18:05:38.9711715Z 044061f29c13: Pulling fs layer 2024-05-19T18:05:38.9712628Z 3ebf7de5956e: Waiting 2024-05-19T18:05:38.9713042Z f21869a483d4: Pulling fs layer 2024-05-19T18:05:38.9713455Z 7b0cf0b8be50: Waiting 2024-05-19T18:05:38.9713833Z a6b88127ee12: Waiting 2024-05-19T18:05:38.9714228Z a155d9e6e7e7: Pulling fs layer 2024-05-19T18:05:38.9714719Z 6028f518cba8: Pulling fs layer 2024-05-19T18:05:38.9715143Z 044061f29c13: Waiting 2024-05-19T18:05:38.9715535Z 9f0e16ae766e: Pulling fs layer 2024-05-19T18:05:38.9715960Z a155d9e6e7e7: Waiting 2024-05-19T18:05:38.9716340Z 26d45b11322a: Pulling fs layer 2024-05-19T18:05:38.9716785Z a78a7e442565: Pulling fs layer 2024-05-19T18:05:38.9717210Z 6028f518cba8: Waiting 2024-05-19T18:05:38.9717605Z df585564bf4c: Pulling fs layer 2024-05-19T18:05:38.9718032Z f125619c4712: Pulling fs layer 2024-05-19T18:05:38.9718520Z 4cc671ff8870: Pulling fs layer 2024-05-19T18:05:38.9718975Z e1d3209e04ae: Pulling fs layer 2024-05-19T18:05:38.9719416Z 322e57f70842: Pulling fs layer 2024-05-19T18:05:38.9719855Z d58f09a95d3e: Pulling fs layer 2024-05-19T18:05:38.9720290Z a78a7e442565: Waiting 2024-05-19T18:05:38.9720688Z f611e28aa59a: Pulling fs layer 2024-05-19T18:05:38.9721092Z 8af83a173aa3: Waiting 2024-05-19T18:05:38.9721494Z ff67e6bd8e23: Pulling fs layer 2024-05-19T18:05:38.9721929Z 4cc671ff8870: Waiting 2024-05-19T18:05:38.9722307Z e1d3209e04ae: Waiting 2024-05-19T18:05:38.9722664Z f125619c4712: Waiting 2024-05-19T18:05:38.9723030Z 322e57f70842: Waiting 2024-05-19T18:05:38.9723421Z d2b06b7f79e8: Pulling fs layer 2024-05-19T18:05:38.9723875Z c27bc13ce9d4: Pulling fs layer 2024-05-19T18:05:38.9724290Z d58f09a95d3e: Waiting 2024-05-19T18:05:38.9724721Z 8680ed64cc19: Pulling fs layer 2024-05-19T18:05:38.9725156Z aea8a2a73b72: Waiting 2024-05-19T18:05:38.9725531Z 400e9c337687: Pulling fs layer 2024-05-19T18:05:38.9725957Z d2b06b7f79e8: Waiting 2024-05-19T18:05:38.9726330Z ff67e6bd8e23: Waiting 2024-05-19T18:05:38.9726722Z 914d4657be1b: Pulling fs layer 2024-05-19T18:05:38.9727289Z f611e28aa59a: Waiting 2024-05-19T18:05:38.9727693Z ecc1d0285d28: Pulling fs layer 2024-05-19T18:05:38.9728144Z b882dcc19062: Pulling fs layer 2024-05-19T18:05:38.9728570Z c27bc13ce9d4: Waiting 2024-05-19T18:05:38.9728920Z 400e9c337687: Waiting 2024-05-19T18:05:38.9729282Z 8680ed64cc19: Waiting 2024-05-19T18:05:38.9729648Z ecc1d0285d28: Waiting 2024-05-19T18:05:38.9730002Z b882dcc19062: Waiting 2024-05-19T18:05:38.9730365Z 748e3cfdd8d6: Waiting 2024-05-19T18:05:38.9730732Z df585564bf4c: Waiting 2024-05-19T18:05:38.9731103Z 914d4657be1b: Waiting 2024-05-19T18:05:38.9731448Z 01914a189c0b: Waiting 2024-05-19T18:05:39.6021859Z cfb3d849840e: Verifying Checksum 2024-05-19T18:05:39.6022445Z cfb3d849840e: Download complete 2024-05-19T18:05:39.8772854Z ea310eb267ca: Verifying Checksum 2024-05-19T18:05:39.8773450Z ea310eb267ca: Download complete 2024-05-19T18:05:40.1709273Z 3af11d09e9cd: Download complete 2024-05-19T18:05:40.2449055Z 63e9bbe32327: Verifying Checksum 2024-05-19T18:05:40.2449759Z 63e9bbe32327: Download complete 2024-05-19T18:05:40.5775364Z 533b4aebf169: Verifying Checksum 2024-05-19T18:05:40.5776316Z 533b4aebf169: Download complete 2024-05-19T18:05:40.7466582Z 968831e596a6: Verifying Checksum 2024-05-19T18:05:40.7467148Z 968831e596a6: Download complete 2024-05-19T18:05:40.8380883Z 9dd75d06a091: Verifying Checksum 2024-05-19T18:05:40.8381596Z 9dd75d06a091: Download complete 2024-05-19T18:05:40.9755065Z 63e9bbe32327: Pull complete 2024-05-19T18:05:41.0176263Z 30bfca4dd349: Verifying Checksum 2024-05-19T18:05:41.0176838Z 30bfca4dd349: Download complete 2024-05-19T18:05:41.2003464Z cfb3d849840e: Pull complete 2024-05-19T18:05:41.4052339Z 9ee6bdb31195: Verifying Checksum 2024-05-19T18:05:41.4052914Z 9ee6bdb31195: Download complete 2024-05-19T18:05:41.7164793Z 8af83a173aa3: Verifying Checksum 2024-05-19T18:05:41.7165798Z 8af83a173aa3: Download complete 2024-05-19T18:05:42.2706808Z 968831e596a6: Pull complete 2024-05-19T18:05:42.3299709Z ea310eb267ca: Pull complete 2024-05-19T18:05:42.3871900Z 3af11d09e9cd: Pull complete 2024-05-19T18:05:46.9791264Z f8281676bd20: Verifying Checksum 2024-05-19T18:05:46.9792259Z f8281676bd20: Download complete 2024-05-19T18:05:47.2734998Z 748e3cfdd8d6: Verifying Checksum 2024-05-19T18:05:47.2735991Z 748e3cfdd8d6: Download complete 2024-05-19T18:05:47.5510471Z 5fa8d379f04e: Verifying Checksum 2024-05-19T18:05:47.5511291Z 5fa8d379f04e: Download complete 2024-05-19T18:05:47.8198120Z a95b9f41fb5b: Verifying Checksum 2024-05-19T18:05:47.8198707Z a95b9f41fb5b: Download complete 2024-05-19T18:05:50.3766154Z 8b6d0b819d19: Verifying Checksum 2024-05-19T18:05:50.3766747Z 8b6d0b819d19: Download complete 2024-05-19T18:05:50.6522810Z c61996e73399: Download complete 2024-05-19T18:05:50.9751044Z 9e69dcd7661c: Verifying Checksum 2024-05-19T18:05:50.9751962Z 9e69dcd7661c: Download complete 2024-05-19T18:05:51.2677146Z cfcaf2eb8249: Verifying Checksum 2024-05-19T18:05:51.2677755Z cfcaf2eb8249: Download complete 2024-05-19T18:06:06.9580183Z ebfec18059b9: Download complete 2024-05-19T18:06:07.2769479Z 07fa87a43fb8: Verifying Checksum 2024-05-19T18:06:07.2770189Z 07fa87a43fb8: Download complete 2024-05-19T18:06:07.6115764Z f16e94b04801: Download complete 2024-05-19T18:06:07.8934793Z c857065196d6: Verifying Checksum 2024-05-19T18:06:07.8935675Z c857065196d6: Download complete 2024-05-19T18:06:08.1651833Z 9d5c38cad0c9: Verifying Checksum 2024-05-19T18:06:08.1652781Z 9d5c38cad0c9: Download complete 2024-05-19T18:06:08.4475753Z 925ac0c7ff93: Verifying Checksum 2024-05-19T18:06:08.4476725Z 925ac0c7ff93: Download complete 2024-05-19T18:06:11.2390638Z cfbf8bf4873d: Download complete 2024-05-19T18:06:11.5422139Z 01914a189c0b: Verifying Checksum 2024-05-19T18:06:11.5423098Z 01914a189c0b: Download complete 2024-05-19T18:06:11.8337896Z 3c2451fbe84c: Download complete 2024-05-19T18:06:12.1234712Z aea8a2a73b72: Download complete 2024-05-19T18:06:12.4343852Z c26f348bfda1: Download complete 2024-05-19T18:06:12.7253673Z 347c41648f51: Verifying Checksum 2024-05-19T18:06:12.7254625Z 347c41648f51: Download complete 2024-05-19T18:06:21.7138708Z 00953247955f: Verifying Checksum 2024-05-19T18:06:21.7139328Z 00953247955f: Download complete 2024-05-19T18:06:21.9932792Z df27b4a5ce7c: Verifying Checksum 2024-05-19T18:06:21.9933642Z df27b4a5ce7c: Download complete 2024-05-19T18:06:22.2717353Z acb7fcd74bf2: Download complete 2024-05-19T18:06:22.4417318Z ebfec18059b9: Pull complete 2024-05-19T18:06:22.9591619Z 533b4aebf169: Pull complete 2024-05-19T18:06:23.4760145Z 9dd75d06a091: Pull complete 2024-05-19T18:06:23.9238336Z 5bd6ac51ef5d: Verifying Checksum 2024-05-19T18:06:23.9238888Z 5bd6ac51ef5d: Download complete 2024-05-19T18:06:24.0113682Z 30bfca4dd349: Pull complete 2024-05-19T18:06:24.2060427Z 1795bce633b0: Verifying Checksum 2024-05-19T18:06:24.2061027Z 1795bce633b0: Download complete 2024-05-19T18:06:24.5070947Z e41de6016f3c: Verifying Checksum 2024-05-19T18:06:24.5071544Z e41de6016f3c: Download complete 2024-05-19T18:06:25.3358113Z 458f5f2af8cf: Verifying Checksum 2024-05-19T18:06:25.3358740Z 458f5f2af8cf: Download complete 2024-05-19T18:06:25.6453998Z ef99a2a9cffb: Verifying Checksum 2024-05-19T18:06:25.6455131Z ef99a2a9cffb: Download complete 2024-05-19T18:06:25.9271802Z 1ba8d08d5876: Verifying Checksum 2024-05-19T18:06:25.9272740Z 1ba8d08d5876: Download complete 2024-05-19T18:06:26.2310418Z 0c67ae0247cf: Verifying Checksum 2024-05-19T18:06:26.2311256Z 0c67ae0247cf: Download complete 2024-05-19T18:06:30.9388987Z 1b57ce94cad9: Verifying Checksum 2024-05-19T18:06:30.9390184Z 1b57ce94cad9: Download complete 2024-05-19T18:06:31.2403207Z a6b88127ee12: Verifying Checksum 2024-05-19T18:06:31.2403826Z a6b88127ee12: Download complete 2024-05-19T18:06:31.5291645Z 7b0cf0b8be50: Verifying Checksum 2024-05-19T18:06:31.5292633Z 7b0cf0b8be50: Download complete 2024-05-19T18:06:32.6923949Z 044061f29c13: Verifying Checksum 2024-05-19T18:06:32.6924946Z 044061f29c13: Download complete 2024-05-19T18:06:33.0019163Z f21869a483d4: Download complete 2024-05-19T18:06:33.3040768Z a155d9e6e7e7: Download complete 2024-05-19T18:06:33.5976670Z 6028f518cba8: Download complete 2024-05-19T18:06:33.9323731Z 9f0e16ae766e: Verifying Checksum 2024-05-19T18:06:33.9324368Z 9f0e16ae766e: Download complete 2024-05-19T18:07:04.7983245Z 7cb10a6ae8df: Verifying Checksum 2024-05-19T18:07:04.7984186Z 7cb10a6ae8df: Download complete 2024-05-19T18:07:05.1842604Z a78a7e442565: Verifying Checksum 2024-05-19T18:07:05.1843471Z a78a7e442565: Download complete 2024-05-19T18:07:05.4012095Z 1b57ce94cad9: Pull complete 2024-05-19T18:07:05.5007902Z df585564bf4c: Verifying Checksum 2024-05-19T18:07:05.5008689Z df585564bf4c: Download complete 2024-05-19T18:07:05.8496002Z 9ee6bdb31195: Pull complete 2024-05-19T18:07:06.2640491Z 8af83a173aa3: Pull complete 2024-05-19T18:07:06.3237131Z f125619c4712: Verifying Checksum 2024-05-19T18:07:06.3238189Z f125619c4712: Download complete 2024-05-19T18:07:06.6310876Z 4cc671ff8870: Verifying Checksum 2024-05-19T18:07:06.6311854Z 4cc671ff8870: Download complete 2024-05-19T18:07:06.9270554Z e1d3209e04ae: Verifying Checksum 2024-05-19T18:07:06.9271698Z e1d3209e04ae: Download complete 2024-05-19T18:07:07.2152362Z 322e57f70842: Verifying Checksum 2024-05-19T18:07:07.2153367Z 322e57f70842: Download complete 2024-05-19T18:07:07.5120985Z d58f09a95d3e: Verifying Checksum 2024-05-19T18:07:07.5121979Z d58f09a95d3e: Download complete 2024-05-19T18:07:08.1208318Z f611e28aa59a: Verifying Checksum 2024-05-19T18:07:08.1209309Z f611e28aa59a: Download complete 2024-05-19T18:07:08.4099006Z ff67e6bd8e23: Download complete 2024-05-19T18:07:09.8443455Z d2b06b7f79e8: Verifying Checksum 2024-05-19T18:07:09.8444368Z d2b06b7f79e8: Download complete 2024-05-19T18:07:10.1166794Z c27bc13ce9d4: Verifying Checksum 2024-05-19T18:07:10.1167411Z c27bc13ce9d4: Download complete 2024-05-19T18:07:12.3008621Z f8281676bd20: Pull complete 2024-05-19T18:07:12.6503454Z 748e3cfdd8d6: Pull complete 2024-05-19T18:07:13.0645118Z 5fa8d379f04e: Pull complete 2024-05-19T18:07:13.4773092Z a95b9f41fb5b: Pull complete 2024-05-19T18:07:13.5421296Z 26d45b11322a: Verifying Checksum 2024-05-19T18:07:13.5437109Z 26d45b11322a: Download complete 2024-05-19T18:07:13.8380439Z 400e9c337687: Verifying Checksum 2024-05-19T18:07:13.8381679Z 400e9c337687: Download complete 2024-05-19T18:07:14.1200976Z 914d4657be1b: Verifying Checksum 2024-05-19T18:07:14.1201669Z 914d4657be1b: Download complete 2024-05-19T18:07:15.5485135Z ecc1d0285d28: Verifying Checksum 2024-05-19T18:07:15.5486465Z ecc1d0285d28: Download complete 2024-05-19T18:07:15.8713010Z 8b6d0b819d19: Pull complete 2024-05-19T18:07:15.9309749Z b882dcc19062: Verifying Checksum 2024-05-19T18:07:15.9310644Z b882dcc19062: Download complete 2024-05-19T18:07:16.3292322Z c61996e73399: Pull complete 2024-05-19T18:07:16.8214869Z 9e69dcd7661c: Pull complete 2024-05-19T18:07:17.1753809Z cfcaf2eb8249: Pull complete 2024-05-19T18:07:39.4327495Z 8680ed64cc19: Verifying Checksum 2024-05-19T18:07:39.4328064Z 8680ed64cc19: Download complete 2024-05-19T18:08:02.1681354Z 7cb10a6ae8df: Pull complete 2024-05-19T18:08:02.2241810Z 07fa87a43fb8: Pull complete 2024-05-19T18:08:02.2798246Z f16e94b04801: Pull complete 2024-05-19T18:08:02.3285367Z c857065196d6: Pull complete 2024-05-19T18:08:02.3794090Z 9d5c38cad0c9: Pull complete 2024-05-19T18:08:02.4348949Z 925ac0c7ff93: Pull complete 2024-05-19T18:08:06.0406713Z cfbf8bf4873d: Pull complete 2024-05-19T18:08:06.0922126Z 01914a189c0b: Pull complete 2024-05-19T18:08:06.1447377Z 3c2451fbe84c: Pull complete 2024-05-19T18:08:06.2009145Z aea8a2a73b72: Pull complete 2024-05-19T18:08:06.2553521Z c26f348bfda1: Pull complete 2024-05-19T18:08:06.3088311Z 347c41648f51: Pull complete 2024-05-19T18:08:06.7181896Z 3ebf7de5956e: Verifying Checksum 2024-05-19T18:08:06.7182720Z 3ebf7de5956e: Download complete 2024-05-19T18:08:13.0091490Z 00953247955f: Pull complete 2024-05-19T18:08:13.0626649Z df27b4a5ce7c: Pull complete 2024-05-19T18:08:13.1137333Z acb7fcd74bf2: Pull complete 2024-05-19T18:08:13.9503155Z 5bd6ac51ef5d: Pull complete 2024-05-19T18:08:14.0030650Z 1795bce633b0: Pull complete 2024-05-19T18:08:14.0577303Z e41de6016f3c: Pull complete 2024-05-19T18:08:14.3801377Z 458f5f2af8cf: Pull complete 2024-05-19T18:08:14.4313962Z ef99a2a9cffb: Pull complete 2024-05-19T18:08:14.5421580Z 1ba8d08d5876: Pull complete 2024-05-19T18:08:14.5922635Z 0c67ae0247cf: Pull complete 2024-05-19T18:08:59.2252019Z 3ebf7de5956e: Pull complete 2024-05-19T18:08:59.2770033Z a6b88127ee12: Pull complete 2024-05-19T18:08:59.3274858Z 7b0cf0b8be50: Pull complete 2024-05-19T18:09:00.5364432Z 044061f29c13: Pull complete 2024-05-19T18:09:00.5880735Z f21869a483d4: Pull complete 2024-05-19T18:09:00.6403294Z a155d9e6e7e7: Pull complete 2024-05-19T18:09:00.7448464Z 6028f518cba8: Pull complete 2024-05-19T18:09:00.7987346Z 9f0e16ae766e: Pull complete 2024-05-19T18:09:36.4125975Z 26d45b11322a: Pull complete 2024-05-19T18:09:36.4666610Z a78a7e442565: Pull complete 2024-05-19T18:09:36.5190973Z df585564bf4c: Pull complete 2024-05-19T18:09:36.7375045Z f125619c4712: Pull complete 2024-05-19T18:09:36.7893886Z 4cc671ff8870: Pull complete 2024-05-19T18:09:36.8406706Z e1d3209e04ae: Pull complete 2024-05-19T18:09:36.8890787Z 322e57f70842: Pull complete 2024-05-19T18:09:36.9386908Z d58f09a95d3e: Pull complete 2024-05-19T18:09:37.3708758Z f611e28aa59a: Pull complete 2024-05-19T18:09:37.4241002Z ff67e6bd8e23: Pull complete 2024-05-19T18:09:39.2621215Z d2b06b7f79e8: Pull complete 2024-05-19T18:09:39.3135444Z c27bc13ce9d4: Pull complete 2024-05-19T18:09:55.6819194Z 8680ed64cc19: Pull complete 2024-05-19T18:09:55.7372681Z 400e9c337687: Pull complete 2024-05-19T18:09:55.7903038Z 914d4657be1b: Pull complete 2024-05-19T18:09:56.5599440Z ecc1d0285d28: Pull complete 2024-05-19T18:09:56.6118081Z b882dcc19062: Pull complete 2024-05-19T18:09:56.6221079Z Digest: sha256:66f062925f91f9b9204b1dc6d68caf8c89fa82fd4b12cb5f24c19aa4b1c87506 2024-05-19T18:09:56.6256386Z Status: Downloaded newer image for 308535385114.dkr.ecr.us-east-1.amazonaws.com/pytorch/pytorch-linux-focal-cuda12.4-cudnn8-py3-gcc9-inductor-benchmarks:d55d6a6f08250cd2609d528116ab6fd6e787bee0 2024-05-19T18:09:56.6280314Z 308535385114.dkr.ecr.us-east-1.amazonaws.com/pytorch/pytorch-linux-focal-cuda12.4-cudnn8-py3-gcc9-inductor-benchmarks:d55d6a6f08250cd2609d528116ab6fd6e787bee0 2024-05-19T18:09:56.6415115Z ##[group]Run echo "IN_ARC_RUNNER=$([ -f /.inarc ] && echo true || echo false)" >> "$GITHUB_OUTPUT" 2024-05-19T18:09:56.6416290Z echo "IN_ARC_RUNNER=$([ -f /.inarc ] && echo true || echo false)" >> "$GITHUB_OUTPUT" 2024-05-19T18:09:56.6433131Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2024-05-19T18:09:56.6433752Z env: 2024-05-19T18:09:56.6434063Z GIT_DEFAULT_BRANCH: main 2024-05-19T18:09:56.6434527Z ##[endgroup] 2024-05-19T18:09:56.6676950Z ##[group]Run pytorch/test-infra/.github/actions/setup-nvidia@main 2024-05-19T18:09:56.6677602Z with: 2024-05-19T18:09:56.6677924Z driver-version: 550.54.15 2024-05-19T18:09:56.6678316Z env: 2024-05-19T18:09:56.6678630Z GIT_DEFAULT_BRANCH: main 2024-05-19T18:09:56.6679018Z ##[endgroup] 2024-05-19T18:09:56.6734056Z ##[group]Run nick-fields/retry@3e91a01664abd3c5cd539100d10d33b9c5b68482 2024-05-19T18:09:56.6734814Z with: 2024-05-19T18:09:56.6735128Z timeout_minutes: 10 2024-05-19T18:09:56.6735509Z max_attempts: 3 2024-05-19T18:09:56.6778077Z command: # Is it disgusting to have a full shell script here in this github action? Sure # But is it the best way to make it so that this action relies on nothing else? Absolutely set -eou pipefail DISTRIBUTION=$(. /etc/os-release;echo $ID$VERSION_ID) DRIVER_FN="NVIDIA-Linux-x86_64-${DRIVER_VERSION}.run" YUM_REPO_URL="https://nvidia.github.io/nvidia-docker/${DISTRIBUTION}/nvidia-docker.repo" install_nvidia_docker2_amzn2() { ( set -x # Needed for yum-config-manager sudo yum install -y yum-utils sudo yum-config-manager --add-repo "${YUM_REPO_URL}" sudo yum install -y nvidia-docker2 sudo systemctl restart docker ) } install_nvidia_docker2_ubuntu20() { ( set -x # Install nvidia-driver package if not installed status="$(dpkg-query -W --showformat='${db:Status-Status}' nvidia-docker2 2>&1)" if [ ! $? = 0 ] || [ ! "$status" = installed ]; then sudo apt-get install -y nvidia-docker2 sudo systemctl restart docker fi ) } pre_install_nvidia_driver_amzn2() { ( # Purge any nvidia driver installed from RHEL repo sudo yum remove -y nvidia-driver-latest-dkms ) } install_nvidia_driver_common() { ( # Try to gather more information about the runner and its existing NVIDIA driver if any echo "Before installing NVIDIA driver" lspci lsmod modinfo nvidia || true HAS_NVIDIA_DRIVER=0 # Check if NVIDIA driver has already been installed if [ -x "$(command -v nvidia-smi)" ]; then set +e # The driver exists, check its version next. Also check only the first GPU if there are more than one of them # so that the same driver version is not print over multiple lines INSTALLED_DRIVER_VERSION=$(nvidia-smi --query-gpu=driver_version --format=csv,noheader --id=0) NVIDIA_SMI_STATUS=$? if [ "$NVIDIA_SMI_STATUS" -ne 0 ] && [ "$NVIDIA_SMI_STATUS" -ne 14 ]; then echo "Failed to get NVIDIA driver version ($INSTALLED_DRIVER_VERSION). Continuing" elif [ "$INSTALLED_DRIVER_VERSION" != "$DRIVER_VERSION" ]; then echo "NVIDIA driver ($INSTALLED_DRIVER_VERSION) has been installed, but we expect to have $DRIVER_VERSION instead. Continuing" else HAS_NVIDIA_DRIVER=1 echo "NVIDIA driver ($INSTALLED_DRIVER_VERSION) has already been installed. Skipping NVIDIA driver installation" fi set -e fi if [ "$HAS_NVIDIA_DRIVER" -eq 0 ]; then # CAUTION: this may need to be updated in future if [ "${DISTRIBUTION}" != ubuntu20.04 ]; then sudo yum groupinstall -y "Development Tools" # ensure our kernel install is the same as our underlying kernel, # groupinstall "Development Tools" has a habit of mismatching kernel headers sudo yum install -y "kernel-devel-uname-r == $(uname -r)" sudo modprobe backlight fi sudo curl -fsL -o /tmp/nvidia_driver "https://s3.amazonaws.com/ossci-linux/nvidia_driver/$DRIVER_FN" set +e sudo /bin/bash /tmp/nvidia_driver -s --no-drm NVIDIA_INSTALLATION_STATUS=$? RESET_GPU=0 if [ "$NVIDIA_INSTALLATION_STATUS" -ne 0 ]; then sudo cat /var/log/nvidia-installer.log # Fail to install NVIDIA driver, try to reset the GPU RESET_GPU=1 elif [ -x "$(command -v nvidia-smi)" ]; then # Check again if nvidia-smi works even if the driver installation completes successfully INSTALLED_DRIVER_VERSION=$(nvidia-smi --query-gpu=driver_version --format=csv,noheader --id=0) NVIDIA_SMI_STATUS=$? if [ "$NVIDIA_SMI_STATUS" -ne 0 ] && [ "$NVIDIA_SMI_STATUS" -ne 14 ]; then RESET_GPU=1 fi fi if [ "$RESET_GPU" -eq 1 ]; then NVIDIA_DEVICES=$(lspci -D | grep -i NVIDIA | cut -d' ' -f1) # The GPU can get stuck in a failure state if somehow the test crashs the GPU microcode. When this # happens, we'll try to reset all NVIDIA devices https://github.com/pytorch/pytorch/issues/88388 for PCI_ID in $NVIDIA_DEVICES; do DEVICE_ENABLED=$(cat /sys/bus/pci/devices/$PCI_ID/enable) echo "Reseting $PCI_ID (enabled state: $DEVICE_ENABLED)" # This requires sudo permission of course echo "1" | sudo tee /sys/bus/pci/devices/$PCI_ID/reset sleep 1 done fi sudo rm -fv /tmp/nvidia_driver set -e fi ) } post_install_nvidia_driver_common() { ( sudo modprobe nvidia || true echo "After installing NVIDIA driver" lspci lsmod modinfo nvidia || true ( set +e nvidia-smi # NB: Annoyingly, nvidia-smi command returns successfully with return code 0 even in # the case where the driver has already crashed as it still can get the driver version # and some basic information like the bus ID. However, the rest of the information # would be missing (ERR!), for example: # # +-----------------------------------------------------------------------------+ # | NVIDIA-SMI 525.89.02 Driver Version: 525.89.02 CUDA Version: 12.0 | # |-------------------------------+----------------------+----------------------+ # | GPU Name Persistence-M| Bus-Id Disp.A | Volatile Uncorr. ECC | # | Fan Temp Perf Pwr:Usage/Cap| Memory-Usage | GPU-Util Compute M. | # | | | MIG M. | # |===============================+======================+======================| # | 0 ERR! Off | 00000000:00:1E.0 Off | ERR! | # |ERR! ERR! ERR! ERR! / ERR! | 4184MiB / 23028MiB | ERR! Default | # | | | ERR! | # +-------------------------------+----------------------+----------------------+ # # +-----------------------------------------------------------------------------+ # | Processes: | # | GPU GI CI PID Type Process name GPU Memory | # | ID ID Usage | # |=============================================================================| # +-----------------------------------------------------------------------------+ # # This should be reported as a failure instead as it will guarantee to fail when # Docker tries to run with --gpus all # # So, the correct check here is to query one of the missing piece of info like # GPU name, so that the command can fail accordingly nvidia-smi --query-gpu=gpu_name --format=csv,noheader --id=0 NVIDIA_SMI_STATUS=$? # Allowable exit statuses for nvidia-smi, see: https://github.com/NVIDIA/gpu-operator/issues/285 if [ "$NVIDIA_SMI_STATUS" -eq 0 ] || [ "$NVIDIA_SMI_STATUS" -eq 14 ]; then echo "INFO: Ignoring allowed status ${NVIDIA_SMI_STATUS}" else echo "ERROR: nvidia-smi exited with unresolved status ${NVIDIA_SMI_STATUS}" exit ${NVIDIA_SMI_STATUS} fi set -e ) ) } install_nvidia_driver_amzn2() { ( set -x pre_install_nvidia_driver_amzn2 install_nvidia_driver_common post_install_nvidia_driver_common ) } install_nvidia_driver_ubuntu20() { ( set -x install_nvidia_driver_common post_install_nvidia_driver_common ) } echo "== Installing nvidia driver ${DRIVER_FN} ==" case "${DISTRIBUTION}" in amzn*) install_nvidia_driver_amzn2 ;; ubuntu20.04) install_nvidia_driver_ubuntu20 ;; *) echo "ERROR: Unknown distribution ${DISTRIBUTION}" exit 1 ;; esac # Install container toolkit based on distribution echo "== Installing nvidia container toolkit for ${DISTRIBUTION} ==" case "${DISTRIBUTION}" in amzn*) install_nvidia_docker2_amzn2 ;; ubuntu20.04) install_nvidia_docker2_ubuntu20 ;; *) echo "ERROR: Unknown distribution ${DISTRIBUTION}" exit 1 ;; esac echo "GPU_FLAG=--gpus all -e NVIDIA_DRIVER_CAPABILITIES=all" >> "${GITHUB_ENV}" 2024-05-19T18:09:56.6821062Z retry_wait_seconds: 10 2024-05-19T18:09:56.6821497Z polling_interval_seconds: 1 2024-05-19T18:09:56.6821940Z warning_on_retry: true 2024-05-19T18:09:56.6822354Z continue_on_error: false 2024-05-19T18:09:56.6822733Z env: 2024-05-19T18:09:56.6823040Z GIT_DEFAULT_BRANCH: main 2024-05-19T18:09:56.6823455Z DRIVER_VERSION: 550.54.15 2024-05-19T18:09:56.6823845Z ##[endgroup] 2024-05-19T18:09:56.7707781Z == Installing nvidia driver NVIDIA-Linux-x86_64-550.54.15.run == 2024-05-19T18:09:56.7708880Z + install_nvidia_driver_common 2024-05-19T18:09:56.7711580Z + echo 'Before installing NVIDIA driver' 2024-05-19T18:09:56.7712355Z + lspci 2024-05-19T18:09:56.7715141Z Before installing NVIDIA driver 2024-05-19T18:09:56.7826701Z 00:00.0 Host bridge: Intel Corporation 440FX - 82441FX PMC [Natoma] (rev 02) 2024-05-19T18:09:56.7827700Z 00:01.0 ISA bridge: Intel Corporation 82371AB/EB/MB PIIX4 ISA (rev 03) 2024-05-19T18:09:56.7828597Z 00:01.3 Bridge: Intel Corporation 82371AB/EB/MB PIIX4 ACPI (rev 03) 2024-05-19T18:09:56.7829865Z 00:03.0 Non-VGA unclassified device: Red Hat, Inc. Virtio SCSI 2024-05-19T18:09:56.7831368Z 00:04.0 3D controller: NVIDIA Corporation Device 20b0 (rev a1) 2024-05-19T18:09:56.7832692Z 00:05.0 Ethernet controller: Red Hat, Inc. Virtio network device 2024-05-19T18:09:56.7833497Z 00:06.0 Unclassified device [00ff]: Red Hat, Inc. Virtio RNG 2024-05-19T18:09:56.7834098Z + lsmod 2024-05-19T18:09:56.7852467Z Module Size Used by 2024-05-19T18:09:56.7853447Z nvidia_modeset 1343488 0 2024-05-19T18:09:56.7854011Z nvidia_uvm 4673536 0 2024-05-19T18:09:56.7854552Z nvidia 54018048 2 nvidia_uvm,nvidia_modeset 2024-05-19T18:09:56.7855326Z drm 618496 1 nvidia 2024-05-19T18:09:56.7856243Z ib_core 393216 0 2024-05-19T18:09:56.7857053Z btrfs 1540096 0 2024-05-19T18:09:56.7857499Z blake2b_generic 20480 0 2024-05-19T18:09:56.7857934Z xor 24576 1 btrfs 2024-05-19T18:09:56.7858785Z zstd_compress 225280 1 btrfs 2024-05-19T18:09:56.7859265Z raid6_pq 122880 1 btrfs 2024-05-19T18:09:56.7859728Z ufs 106496 0 2024-05-19T18:09:56.7860140Z msdos 20480 0 2024-05-19T18:09:56.7860571Z xfs 1753088 0 2024-05-19T18:09:56.7860997Z veth 32768 0 2024-05-19T18:09:56.7861434Z xt_conntrack 16384 1 2024-05-19T18:09:56.7861862Z xt_MASQUERADE 20480 1 2024-05-19T18:09:56.7862298Z xfrm_user 40960 1 2024-05-19T18:09:56.7862915Z xfrm_algo 16384 1 xfrm_user 2024-05-19T18:09:56.7863401Z xt_addrtype 16384 2 2024-05-19T18:09:56.7863850Z iptable_filter 16384 1 2024-05-19T18:09:56.7864293Z iptable_nat 16384 1 2024-05-19T18:09:56.7864899Z nf_nat 49152 2 iptable_nat,xt_MASQUERADE 2024-05-19T18:09:56.7865462Z bpfilter 16384 0 2024-05-19T18:09:56.7865904Z br_netfilter 28672 0 2024-05-19T18:09:56.7866396Z bridge 307200 1 br_netfilter 2024-05-19T18:09:56.7866929Z stp 16384 1 bridge 2024-05-19T18:09:56.7867417Z llc 16384 2 bridge,stp 2024-05-19T18:09:56.7867913Z aufs 270336 0 2024-05-19T18:09:56.7868344Z overlay 151552 0 2024-05-19T18:09:56.7868763Z nls_iso8859_1 16384 1 2024-05-19T18:09:56.7869381Z dm_multipath 40960 0 2024-05-19T18:09:56.7870249Z scsi_dh_rdac 16384 0 2024-05-19T18:09:56.7870817Z scsi_dh_emc 16384 0 2024-05-19T18:09:56.7871241Z scsi_dh_alua 20480 0 2024-05-19T18:09:56.7871678Z binfmt_misc 24576 1 2024-05-19T18:09:56.7872394Z crct10dif_pclmul 16384 1 2024-05-19T18:09:56.7872848Z crc32_pclmul 16384 0 2024-05-19T18:09:56.7873278Z ghash_clmulni_intel 16384 0 2024-05-19T18:09:56.7873726Z aesni_intel 376832 0 2024-05-19T18:09:56.7874199Z crypto_simd 16384 1 aesni_intel 2024-05-19T18:09:56.7874715Z virtio_net 61440 0 2024-05-19T18:09:56.7875306Z cryptd 24576 2 crypto_simd,ghash_clmulni_intel 2024-05-19T18:09:56.7875908Z input_leds 16384 0 2024-05-19T18:09:56.7876349Z psmouse 176128 0 2024-05-19T18:09:56.7876802Z net_failover 20480 1 virtio_net 2024-05-19T18:09:56.7877349Z failover 16384 1 net_failover 2024-05-19T18:09:56.7877861Z serio_raw 20480 0 2024-05-19T18:09:56.7878303Z sch_fq_codel 24576 13 2024-05-19T18:09:56.7878740Z efi_pstore 16384 0 2024-05-19T18:09:56.7879189Z virtio_rng 16384 0 2024-05-19T18:09:56.7879739Z ip_tables 32768 2 iptable_filter,iptable_nat 2024-05-19T18:09:56.7880704Z x_tables 53248 6 xt_conntrack,iptable_filter,xt_addrtype,ip_tables,iptable_nat,xt_MASQUERADE 2024-05-19T18:09:56.7881545Z autofs4 49152 2 2024-05-19T18:09:56.7882356Z + modinfo nvidia 2024-05-19T18:09:56.7883171Z filename: /lib/modules/5.15.0-1047-gcp/kernel/drivers/video/nvidia.ko 2024-05-19T18:09:56.7883973Z alias: char-major-195-* 2024-05-19T18:09:56.7884422Z version: 550.54.15 2024-05-19T18:09:56.7884848Z supported: external 2024-05-19T18:09:56.7885245Z license: NVIDIA 2024-05-19T18:09:56.7885690Z firmware: nvidia/550.54.15/gsp_tu10x.bin 2024-05-19T18:09:56.7886272Z firmware: nvidia/550.54.15/gsp_ga10x.bin 2024-05-19T18:09:56.7886817Z srcversion: 1BB26F5DEAC3FABF74093C6 2024-05-19T18:09:56.7887397Z alias: pci:v000010DEd*sv*sd*bc06sc80i00* 2024-05-19T18:09:56.7887997Z alias: pci:v000010DEd*sv*sd*bc03sc02i00* 2024-05-19T18:09:56.7888587Z alias: pci:v000010DEd*sv*sd*bc03sc00i00* 2024-05-19T18:09:56.7889093Z depends: drm 2024-05-19T18:09:56.7889461Z retpoline: Y 2024-05-19T18:09:56.7889812Z name: nvidia 2024-05-19T18:09:56.7890395Z vermagic: 5.15.0-1047-gcp SMP mod_unload modversions 2024-05-19T18:09:56.7891393Z parm: NvSwitchRegDwords:NvSwitch regkey (charp) 2024-05-19T18:09:56.7892185Z parm: NvSwitchBlacklist:NvSwitchBlacklist=uuid[,uuid...] (charp) 2024-05-19T18:09:56.7892923Z parm: NVreg_ResmanDebugLevel:int 2024-05-19T18:09:56.7893437Z parm: NVreg_RmLogonRC:int 2024-05-19T18:09:56.7893989Z parm: NVreg_ModifyDeviceFiles:int 2024-05-19T18:09:56.7894535Z parm: NVreg_DeviceFileUID:int 2024-05-19T18:09:56.7895095Z parm: NVreg_DeviceFileGID:int 2024-05-19T18:09:56.7895799Z parm: NVreg_DeviceFileMode:int 2024-05-19T18:09:56.7896447Z parm: NVreg_InitializeSystemMemoryAllocations:int 2024-05-19T18:09:56.7897136Z parm: NVreg_UsePageAttributeTable:int 2024-05-19T18:09:56.7897715Z parm: NVreg_EnablePCIeGen3:int 2024-05-19T18:09:56.7898214Z parm: NVreg_EnableMSI:int 2024-05-19T18:09:56.7898706Z parm: NVreg_TCEBypassMode:int 2024-05-19T18:09:56.7899258Z parm: NVreg_EnableStreamMemOPs:int 2024-05-19T18:09:56.7899912Z parm: NVreg_RestrictProfilingToAdminUsers:int 2024-05-19T18:09:56.7900617Z parm: NVreg_PreserveVideoMemoryAllocations:int 2024-05-19T18:09:56.7901303Z parm: NVreg_EnableS0ixPowerManagement:int 2024-05-19T18:09:56.7902055Z parm: NVreg_S0ixPowerManagementVideoMemoryThreshold:int 2024-05-19T18:09:56.7902789Z parm: NVreg_DynamicPowerManagement:int 2024-05-19T18:09:56.7903530Z parm: NVreg_DynamicPowerManagementVideoMemoryThreshold:int 2024-05-19T18:09:56.7904266Z parm: NVreg_EnableGpuFirmware:int 2024-05-19T18:09:56.7904902Z parm: NVreg_EnableGpuFirmwareLogs:int 2024-05-19T18:09:56.7905552Z parm: NVreg_OpenRmEnableUnsupportedGpus:int 2024-05-19T18:09:56.7906206Z parm: NVreg_EnableUserNUMAManagement:int 2024-05-19T18:09:56.7906804Z parm: NVreg_MemoryPoolSize:int 2024-05-19T18:09:56.7907355Z parm: NVreg_KMallocHeapMaxSize:int 2024-05-19T18:09:56.7907927Z parm: NVreg_VMallocHeapMaxSize:int 2024-05-19T18:09:56.7908501Z parm: NVreg_IgnoreMMIOCheck:int 2024-05-19T18:09:56.7909034Z parm: NVreg_NvLinkDisable:int 2024-05-19T18:09:56.7909639Z parm: NVreg_EnablePCIERelaxedOrderingMode:int 2024-05-19T18:09:56.7910265Z parm: NVreg_RegisterPCIDriver:int 2024-05-19T18:09:56.7910836Z parm: NVreg_EnableResizableBar:int 2024-05-19T18:09:56.7911424Z parm: NVreg_EnableDbgBreakpoint:int 2024-05-19T18:09:56.7912186Z parm: NVreg_EnableNonblockingOpen:int 2024-05-19T18:09:56.7912870Z parm: NVreg_RegistryDwords:charp 2024-05-19T18:09:56.7913475Z parm: NVreg_RegistryDwordsPerDevice:charp 2024-05-19T18:09:56.7914054Z parm: NVreg_RmMsg:charp 2024-05-19T18:09:56.7914534Z parm: NVreg_GpuBlacklist:charp 2024-05-19T18:09:56.7915118Z parm: NVreg_TemporaryFilePath:charp 2024-05-19T18:09:56.7915682Z parm: NVreg_ExcludedGpus:charp 2024-05-19T18:09:56.7916235Z parm: NVreg_DmaRemapPeerMmio:int 2024-05-19T18:09:56.7916805Z parm: NVreg_RmNvlinkBandwidth:charp 2024-05-19T18:09:56.7917362Z parm: NVreg_ImexChannelCount:int 2024-05-19T18:09:56.7917906Z parm: rm_firmware_active:charp 2024-05-19T18:09:56.7918395Z + HAS_NVIDIA_DRIVER=0 2024-05-19T18:09:56.7918866Z ++ command -v nvidia-smi 2024-05-19T18:09:56.7919344Z + '[' -x /usr/bin/nvidia-smi ']' 2024-05-19T18:09:56.7919772Z + set +e 2024-05-19T18:09:56.7920382Z ++ nvidia-smi --query-gpu=driver_version --format=csv,noheader --id=0 2024-05-19T18:09:56.8219598Z + INSTALLED_DRIVER_VERSION=550.54.15 2024-05-19T18:09:56.8220628Z + NVIDIA_SMI_STATUS=0 2024-05-19T18:09:56.8221177Z + '[' 0 -ne 0 ']' 2024-05-19T18:09:56.8221601Z + '[' 550.54.15 '!=' 550.54.15 ']' 2024-05-19T18:09:56.8222032Z + HAS_NVIDIA_DRIVER=1 2024-05-19T18:09:56.8223111Z + echo 'NVIDIA driver (550.54.15) has already been installed. Skipping NVIDIA driver installation' 2024-05-19T18:09:56.8224019Z + set -e 2024-05-19T18:09:56.8224764Z + '[' 1 -eq 0 ']' 2024-05-19T18:09:56.8225451Z NVIDIA driver (550.54.15) has already been installed. Skipping NVIDIA driver installation 2024-05-19T18:09:56.8226312Z + post_install_nvidia_driver_common 2024-05-19T18:09:56.8226796Z + sudo modprobe nvidia 2024-05-19T18:09:56.8364426Z + echo 'After installing NVIDIA driver' 2024-05-19T18:09:56.8365018Z + lspci 2024-05-19T18:09:56.8365385Z After installing NVIDIA driver 2024-05-19T18:09:56.8473756Z 00:00.0 Host bridge: Intel Corporation 440FX - 82441FX PMC [Natoma] (rev 02) 2024-05-19T18:09:56.8475164Z 00:01.0 ISA bridge: Intel Corporation 82371AB/EB/MB PIIX4 ISA (rev 03) 2024-05-19T18:09:56.8476048Z 00:01.3 Bridge: Intel Corporation 82371AB/EB/MB PIIX4 ACPI (rev 03) 2024-05-19T18:09:56.8476999Z 00:03.0 Non-VGA unclassified device: Red Hat, Inc. Virtio SCSI 2024-05-19T18:09:56.8477810Z 00:04.0 3D controller: NVIDIA Corporation Device 20b0 (rev a1) 2024-05-19T18:09:56.8478629Z 00:05.0 Ethernet controller: Red Hat, Inc. Virtio network device 2024-05-19T18:09:56.8479427Z 00:06.0 Unclassified device [00ff]: Red Hat, Inc. Virtio RNG 2024-05-19T18:09:56.8480027Z + lsmod 2024-05-19T18:09:56.8498088Z Module Size Used by 2024-05-19T18:09:56.8498793Z nvidia_modeset 1343488 0 2024-05-19T18:09:56.8499642Z nvidia_uvm 4673536 0 2024-05-19T18:09:56.8500231Z nvidia 54018048 2 nvidia_uvm,nvidia_modeset 2024-05-19T18:09:56.8500833Z drm 618496 1 nvidia 2024-05-19T18:09:56.8501304Z ib_core 393216 0 2024-05-19T18:09:56.8501741Z btrfs 1540096 0 2024-05-19T18:09:56.8502178Z blake2b_generic 20480 0 2024-05-19T18:09:56.8502627Z xor 24576 1 btrfs 2024-05-19T18:09:56.8503107Z zstd_compress 225280 1 btrfs 2024-05-19T18:09:56.8503571Z raid6_pq 122880 1 btrfs 2024-05-19T18:09:56.8504027Z ufs 106496 0 2024-05-19T18:09:56.8504555Z msdos 20480 0 2024-05-19T18:09:56.8504987Z xfs 1753088 0 2024-05-19T18:09:56.8505766Z veth 32768 0 2024-05-19T18:09:56.8506207Z xt_conntrack 16384 1 2024-05-19T18:09:56.8506688Z xt_MASQUERADE 20480 1 2024-05-19T18:09:56.8507426Z xfrm_user 40960 1 2024-05-19T18:09:56.8508116Z xfrm_algo 16384 1 xfrm_user 2024-05-19T18:09:56.8508620Z xt_addrtype 16384 2 2024-05-19T18:09:56.8509068Z iptable_filter 16384 1 2024-05-19T18:09:56.8509512Z iptable_nat 16384 1 2024-05-19T18:09:56.8510038Z nf_nat 49152 2 iptable_nat,xt_MASQUERADE 2024-05-19T18:09:56.8510612Z bpfilter 16384 0 2024-05-19T18:09:56.8511054Z br_netfilter 28672 0 2024-05-19T18:09:56.8511524Z bridge 307200 1 br_netfilter 2024-05-19T18:09:56.8512185Z stp 16384 1 bridge 2024-05-19T18:09:56.8512688Z llc 16384 2 bridge,stp 2024-05-19T18:09:56.8513183Z aufs 270336 0 2024-05-19T18:09:56.8513598Z overlay 151552 0 2024-05-19T18:09:56.8514041Z nls_iso8859_1 16384 1 2024-05-19T18:09:56.8514538Z dm_multipath 40960 0 2024-05-19T18:09:56.8514977Z scsi_dh_rdac 16384 0 2024-05-19T18:09:56.8515398Z scsi_dh_emc 16384 0 2024-05-19T18:09:56.8515907Z scsi_dh_alua 20480 0 2024-05-19T18:09:56.8516631Z binfmt_misc 24576 1 2024-05-19T18:09:56.8517334Z crct10dif_pclmul 16384 1 2024-05-19T18:09:56.8517909Z crc32_pclmul 16384 0 2024-05-19T18:09:56.8518656Z ghash_clmulni_intel 16384 0 2024-05-19T18:09:56.8519395Z aesni_intel 376832 0 2024-05-19T18:09:56.8520243Z crypto_simd 16384 1 aesni_intel 2024-05-19T18:09:56.8521111Z virtio_net 61440 0 2024-05-19T18:09:56.8521960Z cryptd 24576 2 crypto_simd,ghash_clmulni_intel 2024-05-19T18:09:56.8522947Z input_leds 16384 0 2024-05-19T18:09:56.8523793Z psmouse 176128 0 2024-05-19T18:09:56.8524319Z net_failover 20480 1 virtio_net 2024-05-19T18:09:56.8525230Z failover 16384 1 net_failover 2024-05-19T18:09:56.8525743Z serio_raw 20480 0 2024-05-19T18:09:56.8526170Z sch_fq_codel 24576 13 2024-05-19T18:09:56.8526615Z efi_pstore 16384 0 2024-05-19T18:09:56.8527047Z virtio_rng 16384 0 2024-05-19T18:09:56.8527598Z ip_tables 32768 2 iptable_filter,iptable_nat 2024-05-19T18:09:56.8528552Z x_tables 53248 6 xt_conntrack,iptable_filter,xt_addrtype,ip_tables,iptable_nat,xt_MASQUERADE 2024-05-19T18:09:56.8529525Z autofs4 49152 2 2024-05-19T18:09:56.8529958Z + modinfo nvidia 2024-05-19T18:09:56.8530725Z filename: /lib/modules/5.15.0-1047-gcp/kernel/drivers/video/nvidia.ko 2024-05-19T18:09:56.8531489Z alias: char-major-195-* 2024-05-19T18:09:56.8531939Z version: 550.54.15 2024-05-19T18:09:56.8532340Z supported: external 2024-05-19T18:09:56.8532723Z license: NVIDIA 2024-05-19T18:09:56.8533169Z firmware: nvidia/550.54.15/gsp_tu10x.bin 2024-05-19T18:09:56.8533750Z firmware: nvidia/550.54.15/gsp_ga10x.bin 2024-05-19T18:09:56.8534312Z srcversion: 1BB26F5DEAC3FABF74093C6 2024-05-19T18:09:56.8534946Z alias: pci:v000010DEd*sv*sd*bc06sc80i00* 2024-05-19T18:09:56.8535593Z alias: pci:v000010DEd*sv*sd*bc03sc02i00* 2024-05-19T18:09:56.8536187Z alias: pci:v000010DEd*sv*sd*bc03sc00i00* 2024-05-19T18:09:56.8536708Z depends: drm 2024-05-19T18:09:56.8537074Z retpoline: Y 2024-05-19T18:09:56.8537418Z name: nvidia 2024-05-19T18:09:56.8538017Z vermagic: 5.15.0-1047-gcp SMP mod_unload modversions 2024-05-19T18:09:56.8538750Z parm: NvSwitchRegDwords:NvSwitch regkey (charp) 2024-05-19T18:09:56.8539531Z parm: NvSwitchBlacklist:NvSwitchBlacklist=uuid[,uuid...] (charp) 2024-05-19T18:09:56.8540261Z parm: NVreg_ResmanDebugLevel:int 2024-05-19T18:09:56.8540795Z parm: NVreg_RmLogonRC:int 2024-05-19T18:09:56.8541317Z parm: NVreg_ModifyDeviceFiles:int 2024-05-19T18:09:56.8541849Z parm: NVreg_DeviceFileUID:int 2024-05-19T18:09:56.8542369Z parm: NVreg_DeviceFileGID:int 2024-05-19T18:09:56.8542890Z parm: NVreg_DeviceFileMode:int 2024-05-19T18:09:56.8543531Z parm: NVreg_InitializeSystemMemoryAllocations:int 2024-05-19T18:09:56.8544205Z parm: NVreg_UsePageAttributeTable:int 2024-05-19T18:09:56.8544832Z parm: NVreg_EnablePCIeGen3:int 2024-05-19T18:09:56.8545348Z parm: NVreg_EnableMSI:int 2024-05-19T18:09:56.8545846Z parm: NVreg_TCEBypassMode:int 2024-05-19T18:09:56.8546382Z parm: NVreg_EnableStreamMemOPs:int 2024-05-19T18:09:56.8547022Z parm: NVreg_RestrictProfilingToAdminUsers:int 2024-05-19T18:09:56.8547737Z parm: NVreg_PreserveVideoMemoryAllocations:int 2024-05-19T18:09:56.8548430Z parm: NVreg_EnableS0ixPowerManagement:int 2024-05-19T18:09:56.8549170Z parm: NVreg_S0ixPowerManagementVideoMemoryThreshold:int 2024-05-19T18:09:56.8549921Z parm: NVreg_DynamicPowerManagement:int 2024-05-19T18:09:56.8550684Z parm: NVreg_DynamicPowerManagementVideoMemoryThreshold:int 2024-05-19T18:09:56.8551420Z parm: NVreg_EnableGpuFirmware:int 2024-05-19T18:09:56.8552206Z parm: NVreg_EnableGpuFirmwareLogs:int 2024-05-19T18:09:56.8553007Z parm: NVreg_OpenRmEnableUnsupportedGpus:int 2024-05-19T18:09:56.8553683Z parm: NVreg_EnableUserNUMAManagement:int 2024-05-19T18:09:56.8554280Z parm: NVreg_MemoryPoolSize:int 2024-05-19T18:09:56.8554888Z parm: NVreg_KMallocHeapMaxSize:int 2024-05-19T18:09:56.8555476Z parm: NVreg_VMallocHeapMaxSize:int 2024-05-19T18:09:56.8556047Z parm: NVreg_IgnoreMMIOCheck:int 2024-05-19T18:09:56.8556567Z parm: NVreg_NvLinkDisable:int 2024-05-19T18:09:56.8557175Z parm: NVreg_EnablePCIERelaxedOrderingMode:int 2024-05-19T18:09:56.8557816Z parm: NVreg_RegisterPCIDriver:int 2024-05-19T18:09:56.8558607Z parm: NVreg_EnableResizableBar:int 2024-05-19T18:09:56.8559185Z parm: NVreg_EnableDbgBreakpoint:int 2024-05-19T18:09:56.8559794Z parm: NVreg_EnableNonblockingOpen:int 2024-05-19T18:09:56.8560384Z parm: NVreg_RegistryDwords:charp 2024-05-19T18:09:56.8560993Z parm: NVreg_RegistryDwordsPerDevice:charp 2024-05-19T18:09:56.8561560Z parm: NVreg_RmMsg:charp 2024-05-19T18:09:56.8562048Z parm: NVreg_GpuBlacklist:charp 2024-05-19T18:09:56.8562716Z parm: NVreg_TemporaryFilePath:charp 2024-05-19T18:09:56.8563291Z parm: NVreg_ExcludedGpus:charp 2024-05-19T18:09:56.8563816Z parm: NVreg_DmaRemapPeerMmio:int 2024-05-19T18:09:56.8564439Z parm: NVreg_RmNvlinkBandwidth:charp 2024-05-19T18:09:56.8565010Z parm: NVreg_ImexChannelCount:int 2024-05-19T18:09:56.8565539Z parm: rm_firmware_active:charp 2024-05-19T18:09:56.8566014Z + set +e 2024-05-19T18:09:56.8566419Z + nvidia-smi 2024-05-19T18:09:56.8737737Z Sun May 19 18:09:56 2024 2024-05-19T18:09:56.8738703Z +-----------------------------------------------------------------------------------------+ 2024-05-19T18:09:56.8739748Z | NVIDIA-SMI 550.54.15 Driver Version: 550.54.15 CUDA Version: 12.4 | 2024-05-19T18:09:56.8740743Z |-----------------------------------------+------------------------+----------------------+ 2024-05-19T18:09:56.8741750Z | GPU Name Persistence-M | Bus-Id Disp.A | Volatile Uncorr. ECC | 2024-05-19T18:09:56.8742896Z | Fan Temp Perf Pwr:Usage/Cap | Memory-Usage | GPU-Util Compute M. | 2024-05-19T18:09:56.8743736Z | | | MIG M. | 2024-05-19T18:09:56.8744406Z |=========================================+========================+======================| 2024-05-19T18:09:56.8879254Z | 0 NVIDIA A100-SXM4-40GB On | 00000000:00:04.0 Off | 0 | 2024-05-19T18:09:56.8880721Z | N/A 30C P0 42W / 400W | 0MiB / 40960MiB | 0% Default | 2024-05-19T18:09:56.8881546Z | | | Disabled | 2024-05-19T18:09:56.8882401Z +-----------------------------------------+------------------------+----------------------+ 2024-05-19T18:09:56.8883120Z 2024-05-19T18:09:56.8884010Z +-----------------------------------------------------------------------------------------+ 2024-05-19T18:09:56.8885278Z | Processes: | 2024-05-19T18:09:56.8886154Z | GPU GI CI PID Type Process name GPU Memory | 2024-05-19T18:09:56.8887013Z | ID ID Usage | 2024-05-19T18:09:56.8887704Z |=========================================================================================| 2024-05-19T18:09:56.8888536Z | No running processes found | 2024-05-19T18:09:56.8889502Z +-----------------------------------------------------------------------------------------+ 2024-05-19T18:09:57.2896634Z + nvidia-smi --query-gpu=gpu_name --format=csv,noheader --id=0 2024-05-19T18:09:57.3103451Z NVIDIA A100-SXM4-40GB 2024-05-19T18:09:57.3189338Z + NVIDIA_SMI_STATUS=0 2024-05-19T18:09:57.3190263Z + '[' 0 -eq 0 ']' 2024-05-19T18:09:57.3190812Z + echo 'INFO: Ignoring allowed status 0' 2024-05-19T18:09:57.3191335Z + set -e 2024-05-19T18:09:57.3191670Z INFO: Ignoring allowed status 0 2024-05-19T18:09:57.3198591Z == Installing nvidia container toolkit for ubuntu20.04 == 2024-05-19T18:09:57.3207270Z ++ dpkg-query -W '--showformat=${db:Status-Status}' nvidia-docker2 2024-05-19T18:09:57.3321364Z + status=installed 2024-05-19T18:09:57.3322176Z + '[' '!' 0 = 0 ']' 2024-05-19T18:09:57.3323026Z + '[' '!' installed = installed ']' 2024-05-19T18:09:57.7701903Z Command completed after 1 attempt(s). 2024-05-19T18:09:57.8195919Z ##[group]Run sudo nvidia-smi -pm 1 2024-05-19T18:09:57.8196472Z sudo nvidia-smi -pm 1 2024-05-19T18:09:57.8196952Z sudo nvidia-smi -ac 1215,1410 2024-05-19T18:09:57.8197434Z nvidia-smi 2024-05-19T18:09:57.8210616Z shell: /usr/bin/bash -e {0} 2024-05-19T18:09:57.8211020Z env: 2024-05-19T18:09:57.8211337Z GIT_DEFAULT_BRANCH: main 2024-05-19T18:09:57.8211880Z GPU_FLAG: --gpus all -e NVIDIA_DRIVER_CAPABILITIES=all 2024-05-19T18:09:57.8212453Z ##[endgroup] 2024-05-19T18:09:57.9132113Z Persistence mode is already Enabled for GPU 00000000:00:04.0. 2024-05-19T18:09:57.9132810Z All done. 2024-05-19T18:09:57.9486038Z Applications clocks set to "(MEM 1215, SM 1410)" for GPU 00000000:00:04.0 2024-05-19T18:09:57.9486796Z All done. 2024-05-19T18:09:57.9711636Z Sun May 19 18:09:57 2024 2024-05-19T18:09:57.9712816Z +-----------------------------------------------------------------------------------------+ 2024-05-19T18:09:57.9713975Z | NVIDIA-SMI 550.54.15 Driver Version: 550.54.15 CUDA Version: 12.4 | 2024-05-19T18:09:57.9714968Z |-----------------------------------------+------------------------+----------------------+ 2024-05-19T18:09:57.9715993Z | GPU Name Persistence-M | Bus-Id Disp.A | Volatile Uncorr. ECC | 2024-05-19T18:09:57.9717121Z | Fan Temp Perf Pwr:Usage/Cap | Memory-Usage | GPU-Util Compute M. | 2024-05-19T18:09:57.9717986Z | | | MIG M. | 2024-05-19T18:09:57.9718661Z |=========================================+========================+======================| 2024-05-19T18:09:57.9786475Z | 0 NVIDIA A100-SXM4-40GB On | 00000000:00:04.0 Off | 0 | 2024-05-19T18:09:57.9787591Z | N/A 30C P0 56W / 400W | 0MiB / 40960MiB | 0% Default | 2024-05-19T18:09:57.9788420Z | | | Disabled | 2024-05-19T18:09:57.9789283Z +-----------------------------------------+------------------------+----------------------+ 2024-05-19T18:09:57.9790004Z 2024-05-19T18:09:57.9790906Z +-----------------------------------------------------------------------------------------+ 2024-05-19T18:09:57.9791696Z | Processes: | 2024-05-19T18:09:57.9792806Z | GPU GI CI PID Type Process name GPU Memory | 2024-05-19T18:09:57.9793669Z | ID ID Usage | 2024-05-19T18:09:57.9794355Z |=========================================================================================| 2024-05-19T18:09:57.9795187Z | No running processes found | 2024-05-19T18:09:57.9796181Z +-----------------------------------------------------------------------------------------+ 2024-05-19T18:09:58.2795694Z ##[group]Run python3 -m pip install psutil==5.9.1 nvidia-ml-py==11.525.84 2024-05-19T18:09:58.2796867Z python3 -m pip install psutil==5.9.1 nvidia-ml-py==11.525.84 2024-05-19T18:09:58.2797727Z python3 -m tools.stats.monitor > usage_log.txt 2>&1 & 2024-05-19T18:09:58.2798537Z echo "monitor-script-pid=${!}" >> "${GITHUB_OUTPUT}" 2024-05-19T18:09:58.2812381Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2024-05-19T18:09:58.2812979Z env: 2024-05-19T18:09:58.2813312Z GIT_DEFAULT_BRANCH: main 2024-05-19T18:09:58.2813864Z GPU_FLAG: --gpus all -e NVIDIA_DRIVER_CAPABILITIES=all 2024-05-19T18:09:58.2814622Z ##[endgroup] 2024-05-19T18:09:59.4585684Z Requirement already satisfied: psutil==5.9.1 in /home/ubuntu/.local/lib/python3.8/site-packages (5.9.1) 2024-05-19T18:09:59.4672569Z Requirement already satisfied: nvidia-ml-py==11.525.84 in /home/ubuntu/.local/lib/python3.8/site-packages (11.525.84) 2024-05-19T18:09:59.6835063Z Prepare all required actions 2024-05-19T18:09:59.6836339Z Getting action download info 2024-05-19T18:09:59.8204670Z Download action repository 'seemethere/download-artifact-s3@v4' (SHA:1da556a7aa0a088e3153970611f6c432d58e80e6) 2024-05-19T18:10:00.3199102Z Download action repository 'actions/download-artifact@v3' (SHA:9bc31d5ccc31df68ecc42ccf4149144866c47d8a) 2024-05-19T18:10:00.6673363Z ##[group]Run ./.github/actions/download-build-artifacts 2024-05-19T18:10:00.6673960Z with: 2024-05-19T18:10:00.6674333Z name: linux-focal-cuda12.4-py3.10-gcc9-sm80 2024-05-19T18:10:00.6674936Z s3-bucket: gha-artifacts 2024-05-19T18:10:00.6675335Z env: 2024-05-19T18:10:00.6675630Z GIT_DEFAULT_BRANCH: main 2024-05-19T18:10:00.6676162Z GPU_FLAG: --gpus all -e NVIDIA_DRIVER_CAPABILITIES=all 2024-05-19T18:10:00.6676743Z ##[endgroup] 2024-05-19T18:10:00.6719476Z ##[group]Run seemethere/download-artifact-s3@v4 2024-05-19T18:10:00.6720012Z with: 2024-05-19T18:10:00.6720469Z name: linux-focal-cuda12.4-py3.10-gcc9-sm80 2024-05-19T18:10:00.6721018Z s3-bucket: gha-artifacts 2024-05-19T18:10:00.6721416Z region: us-east-1 2024-05-19T18:10:00.6721760Z env: 2024-05-19T18:10:00.6722067Z GIT_DEFAULT_BRANCH: main 2024-05-19T18:10:00.6722582Z GPU_FLAG: --gpus all -e NVIDIA_DRIVER_CAPABILITIES=all 2024-05-19T18:10:00.6723156Z ##[endgroup] 2024-05-19T18:10:01.2727491Z (node:2521388) NOTE: We are formalizing our plans to enter AWS SDK for JavaScript (v2) into maintenance mode in 2023. 2024-05-19T18:10:01.2729180Z 2024-05-19T18:10:01.2729799Z Please migrate your code to use AWS SDK for JavaScript (v3). 2024-05-19T18:10:01.2731128Z For more information, check the migration guide at https://a.co/7PzMCcy 2024-05-19T18:10:01.2733333Z (Use `node --trace-warnings ...` to show where the warning was created) 2024-05-19T18:10:01.4124134Z Found 1 objects with prefix pytorch/pytorch/9148947323/linux-focal-cuda12.4-py3.10-gcc9-sm80/ 2024-05-19T18:10:01.4126758Z Starting download (1/1): /home/weiwangmeta/actions-runner/_work/pytorch/pytorch/artifacts.zip 2024-05-19T18:10:14.4042996Z Finished download (1/1): /home/weiwangmeta/actions-runner/_work/pytorch/pytorch/artifacts.zip 2024-05-19T18:10:14.4052003Z Artifact download has finished successfully 2024-05-19T18:10:14.4613005Z ##[group]Run unzip -o artifacts.zip 2024-05-19T18:10:14.4613690Z unzip -o artifacts.zip 2024-05-19T18:10:14.4627764Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2024-05-19T18:10:14.4628499Z env: 2024-05-19T18:10:14.4628939Z GIT_DEFAULT_BRANCH: main 2024-05-19T18:10:14.4629590Z GPU_FLAG: --gpus all -e NVIDIA_DRIVER_CAPABILITIES=all 2024-05-19T18:10:14.4630307Z ##[endgroup] 2024-05-19T18:10:14.5234228Z Archive: artifacts.zip 2024-05-19T18:10:14.5236287Z creating: dist/ 2024-05-19T18:10:16.9116296Z inflating: dist/torch-2.4.0a0+gitc8c7ddf-cp310-cp310-linux_x86_64.whl 2024-05-19T18:10:16.9117844Z creating: build/custom_test_artifacts/ 2024-05-19T18:10:16.9119248Z creating: build/custom_test_artifacts/custom-op-build/ 2024-05-19T18:10:16.9121413Z creating: build/custom_test_artifacts/custom-op-build/CMakeFiles/ 2024-05-19T18:10:16.9123436Z creating: build/custom_test_artifacts/custom-op-build/CMakeFiles/pkgRedirects/ 2024-05-19T18:10:16.9127328Z inflating: build/custom_test_artifacts/custom-op-build/CMakeFiles/CMakeConfigureLog.yaml 2024-05-19T18:10:16.9128830Z creating: build/custom_test_artifacts/custom-op-build/CMakeFiles/3.26.4/ 2024-05-19T18:10:16.9130175Z inflating: build/custom_test_artifacts/custom-op-build/CMakeFiles/3.26.4/CMakeSystem.cmake 2024-05-19T18:10:16.9131639Z creating: build/custom_test_artifacts/custom-op-build/CMakeFiles/3.26.4/CompilerIdC/ 2024-05-19T18:10:16.9132975Z creating: build/custom_test_artifacts/custom-op-build/CMakeFiles/3.26.4/CompilerIdC/tmp/ 2024-05-19T18:10:16.9134531Z inflating: build/custom_test_artifacts/custom-op-build/CMakeFiles/3.26.4/CompilerIdC/CMakeCCompilerId.c 2024-05-19T18:10:16.9137058Z inflating: build/custom_test_artifacts/custom-op-build/CMakeFiles/3.26.4/CompilerIdC/a.out 2024-05-19T18:10:16.9138518Z creating: build/custom_test_artifacts/custom-op-build/CMakeFiles/3.26.4/CompilerIdCXX/ 2024-05-19T18:10:16.9139902Z creating: build/custom_test_artifacts/custom-op-build/CMakeFiles/3.26.4/CompilerIdCXX/tmp/ 2024-05-19T18:10:16.9141581Z inflating: build/custom_test_artifacts/custom-op-build/CMakeFiles/3.26.4/CompilerIdCXX/CMakeCXXCompilerId.cpp 2024-05-19T18:10:16.9143211Z inflating: build/custom_test_artifacts/custom-op-build/CMakeFiles/3.26.4/CompilerIdCXX/a.out 2024-05-19T18:10:16.9144822Z inflating: build/custom_test_artifacts/custom-op-build/CMakeFiles/3.26.4/CMakeDetermineCompilerABI_C.bin 2024-05-19T18:10:16.9146524Z inflating: build/custom_test_artifacts/custom-op-build/CMakeFiles/3.26.4/CMakeCCompiler.cmake 2024-05-19T18:10:16.9148119Z inflating: build/custom_test_artifacts/custom-op-build/CMakeFiles/3.26.4/CMakeDetermineCompilerABI_CXX.bin 2024-05-19T18:10:16.9149829Z inflating: build/custom_test_artifacts/custom-op-build/CMakeFiles/3.26.4/CMakeCXXCompiler.cmake 2024-05-19T18:10:16.9151288Z creating: build/custom_test_artifacts/custom-op-build/CMakeFiles/3.26.4/CompilerIdCUDA/ 2024-05-19T18:10:16.9153075Z creating: build/custom_test_artifacts/custom-op-build/CMakeFiles/3.26.4/CompilerIdCUDA/tmp/ 2024-05-19T18:10:16.9198258Z inflating: build/custom_test_artifacts/custom-op-build/CMakeFiles/3.26.4/CompilerIdCUDA/tmp/CMakeCUDACompilerId.cpp4.ii 2024-05-19T18:10:16.9247174Z inflating: build/custom_test_artifacts/custom-op-build/CMakeFiles/3.26.4/CompilerIdCUDA/tmp/CMakeCUDACompilerId.cudafe1.cpp 2024-05-19T18:10:16.9249303Z extracting: build/custom_test_artifacts/custom-op-build/CMakeFiles/3.26.4/CompilerIdCUDA/tmp/CMakeCUDACompilerId.module_id 2024-05-19T18:10:16.9302996Z inflating: build/custom_test_artifacts/custom-op-build/CMakeFiles/3.26.4/CompilerIdCUDA/tmp/CMakeCUDACompilerId.cpp1.ii 2024-05-19T18:10:16.9305095Z inflating: build/custom_test_artifacts/custom-op-build/CMakeFiles/3.26.4/CompilerIdCUDA/tmp/CMakeCUDACompilerId.cudafe1.c 2024-05-19T18:10:16.9307180Z inflating: build/custom_test_artifacts/custom-op-build/CMakeFiles/3.26.4/CompilerIdCUDA/tmp/CMakeCUDACompilerId.cudafe1.gpu 2024-05-19T18:10:16.9309257Z inflating: build/custom_test_artifacts/custom-op-build/CMakeFiles/3.26.4/CompilerIdCUDA/tmp/CMakeCUDACompilerId.cudafe1.stub.c 2024-05-19T18:10:16.9311246Z inflating: build/custom_test_artifacts/custom-op-build/CMakeFiles/3.26.4/CompilerIdCUDA/tmp/CMakeCUDACompilerId.ptx 2024-05-19T18:10:16.9313417Z inflating: build/custom_test_artifacts/custom-op-build/CMakeFiles/3.26.4/CompilerIdCUDA/tmp/CMakeCUDACompilerId.sm_52.cubin 2024-05-19T18:10:16.9315451Z inflating: build/custom_test_artifacts/custom-op-build/CMakeFiles/3.26.4/CompilerIdCUDA/tmp/CMakeCUDACompilerId.fatbin 2024-05-19T18:10:16.9317419Z inflating: build/custom_test_artifacts/custom-op-build/CMakeFiles/3.26.4/CompilerIdCUDA/tmp/CMakeCUDACompilerId.fatbin.c 2024-05-19T18:10:16.9319372Z inflating: build/custom_test_artifacts/custom-op-build/CMakeFiles/3.26.4/CompilerIdCUDA/tmp/CMakeCUDACompilerId.o 2024-05-19T18:10:16.9321143Z inflating: build/custom_test_artifacts/custom-op-build/CMakeFiles/3.26.4/CompilerIdCUDA/tmp/a_dlink.sm_52.cubin 2024-05-19T18:10:16.9322889Z extracting: build/custom_test_artifacts/custom-op-build/CMakeFiles/3.26.4/CompilerIdCUDA/tmp/a_dlink.reg.c 2024-05-19T18:10:16.9324646Z inflating: build/custom_test_artifacts/custom-op-build/CMakeFiles/3.26.4/CompilerIdCUDA/tmp/a_dlink.fatbin 2024-05-19T18:10:16.9326437Z inflating: build/custom_test_artifacts/custom-op-build/CMakeFiles/3.26.4/CompilerIdCUDA/tmp/a_dlink.fatbin.c 2024-05-19T18:10:16.9328119Z inflating: build/custom_test_artifacts/custom-op-build/CMakeFiles/3.26.4/CompilerIdCUDA/tmp/a_dlink.o 2024-05-19T18:10:16.9329807Z inflating: build/custom_test_artifacts/custom-op-build/CMakeFiles/3.26.4/CompilerIdCUDA/CMakeCUDACompilerId.cu 2024-05-19T18:10:16.9406129Z inflating: build/custom_test_artifacts/custom-op-build/CMakeFiles/3.26.4/CompilerIdCUDA/a.out 2024-05-19T18:10:16.9494281Z inflating: build/custom_test_artifacts/custom-op-build/CMakeFiles/3.26.4/CMakeDetermineCompilerABI_CUDA.bin 2024-05-19T18:10:16.9496082Z inflating: build/custom_test_artifacts/custom-op-build/CMakeFiles/3.26.4/CMakeCUDACompiler.cmake 2024-05-19T18:10:16.9497488Z creating: build/custom_test_artifacts/custom-op-build/CMakeFiles/CMakeScratch/ 2024-05-19T18:10:16.9498707Z creating: build/custom_test_artifacts/custom-op-build/CMakeFiles/CMakeTmp/ 2024-05-19T18:10:16.9500007Z inflating: build/custom_test_artifacts/custom-op-build/CMakeFiles/cmake.check_cache 2024-05-19T18:10:16.9501309Z creating: build/custom_test_artifacts/custom-op-build/CMakeFiles/custom_ops.dir/ 2024-05-19T18:10:16.9502824Z inflating: build/custom_test_artifacts/custom-op-build/CMakeFiles/custom_ops.dir/compiler_depend.ts 2024-05-19T18:10:16.9504416Z inflating: build/custom_test_artifacts/custom-op-build/CMakeFiles/custom_ops.dir/compiler_depend.make 2024-05-19T18:10:16.9506031Z inflating: build/custom_test_artifacts/custom-op-build/CMakeFiles/custom_ops.dir/depend.make 2024-05-19T18:10:16.9507533Z inflating: build/custom_test_artifacts/custom-op-build/CMakeFiles/custom_ops.dir/link.txt 2024-05-19T18:10:16.9509064Z inflating: build/custom_test_artifacts/custom-op-build/CMakeFiles/custom_ops.dir/cmake_clean.cmake 2024-05-19T18:10:16.9510628Z inflating: build/custom_test_artifacts/custom-op-build/CMakeFiles/custom_ops.dir/build.make 2024-05-19T18:10:16.9512237Z inflating: build/custom_test_artifacts/custom-op-build/CMakeFiles/custom_ops.dir/DependInfo.cmake 2024-05-19T18:10:16.9513794Z inflating: build/custom_test_artifacts/custom-op-build/CMakeFiles/custom_ops.dir/flags.make 2024-05-19T18:10:16.9515382Z inflating: build/custom_test_artifacts/custom-op-build/CMakeFiles/custom_ops.dir/progress.make 2024-05-19T18:10:16.9529004Z inflating: build/custom_test_artifacts/custom-op-build/CMakeFiles/custom_ops.dir/op.cpp.o.d 2024-05-19T18:10:16.9688846Z inflating: build/custom_test_artifacts/custom-op-build/CMakeFiles/custom_ops.dir/op.cpp.o 2024-05-19T18:10:16.9690167Z creating: build/custom_test_artifacts/custom-op-build/CMakeFiles/test_custom_ops.dir/ 2024-05-19T18:10:16.9691599Z inflating: build/custom_test_artifacts/custom-op-build/CMakeFiles/test_custom_ops.dir/compiler_depend.ts 2024-05-19T18:10:16.9693194Z inflating: build/custom_test_artifacts/custom-op-build/CMakeFiles/test_custom_ops.dir/compiler_depend.make 2024-05-19T18:10:16.9694721Z inflating: build/custom_test_artifacts/custom-op-build/CMakeFiles/test_custom_ops.dir/depend.make 2024-05-19T18:10:16.9696208Z inflating: build/custom_test_artifacts/custom-op-build/CMakeFiles/test_custom_ops.dir/link.txt 2024-05-19T18:10:16.9697670Z inflating: build/custom_test_artifacts/custom-op-build/CMakeFiles/test_custom_ops.dir/cmake_clean.cmake 2024-05-19T18:10:16.9699188Z inflating: build/custom_test_artifacts/custom-op-build/CMakeFiles/test_custom_ops.dir/build.make 2024-05-19T18:10:16.9700679Z inflating: build/custom_test_artifacts/custom-op-build/CMakeFiles/test_custom_ops.dir/DependInfo.cmake 2024-05-19T18:10:16.9702147Z inflating: build/custom_test_artifacts/custom-op-build/CMakeFiles/test_custom_ops.dir/flags.make 2024-05-19T18:10:16.9703635Z inflating: build/custom_test_artifacts/custom-op-build/CMakeFiles/test_custom_ops.dir/progress.make 2024-05-19T18:10:16.9721178Z inflating: build/custom_test_artifacts/custom-op-build/CMakeFiles/test_custom_ops.dir/test_custom_ops.cpp.o.d 2024-05-19T18:10:16.9819495Z inflating: build/custom_test_artifacts/custom-op-build/CMakeFiles/test_custom_ops.dir/test_custom_ops.cpp.o 2024-05-19T18:10:16.9821063Z inflating: build/custom_test_artifacts/custom-op-build/CMakeFiles/CMakeDirectoryInformation.cmake 2024-05-19T18:10:16.9822776Z inflating: build/custom_test_artifacts/custom-op-build/CMakeFiles/TargetDirectories.txt 2024-05-19T18:10:16.9824190Z extracting: build/custom_test_artifacts/custom-op-build/CMakeFiles/progress.marks 2024-05-19T18:10:16.9825448Z inflating: build/custom_test_artifacts/custom-op-build/CMakeFiles/Makefile2 2024-05-19T18:10:16.9826608Z inflating: build/custom_test_artifacts/custom-op-build/CMakeFiles/Makefile.cmake 2024-05-19T18:10:16.9827759Z inflating: build/custom_test_artifacts/custom-op-build/detect_cuda_version.cc 2024-05-19T18:10:16.9828858Z inflating: build/custom_test_artifacts/custom-op-build/CMakeCache.txt 2024-05-19T18:10:16.9829866Z inflating: build/custom_test_artifacts/custom-op-build/Makefile 2024-05-19T18:10:16.9830903Z inflating: build/custom_test_artifacts/custom-op-build/cmake_install.cmake 2024-05-19T18:10:16.9963888Z inflating: build/custom_test_artifacts/custom-op-build/libcustom_ops.so 2024-05-19T18:10:17.0039325Z inflating: build/custom_test_artifacts/custom-op-build/test_custom_ops 2024-05-19T18:10:17.0040298Z creating: build/custom_test_artifacts/jit-hook-build/ 2024-05-19T18:10:17.0041194Z creating: build/custom_test_artifacts/jit-hook-build/CMakeFiles/ 2024-05-19T18:10:17.0042248Z creating: build/custom_test_artifacts/jit-hook-build/CMakeFiles/pkgRedirects/ 2024-05-19T18:10:17.0048842Z inflating: build/custom_test_artifacts/jit-hook-build/CMakeFiles/CMakeConfigureLog.yaml 2024-05-19T18:10:17.0050027Z creating: build/custom_test_artifacts/jit-hook-build/CMakeFiles/3.26.4/ 2024-05-19T18:10:17.0051234Z inflating: build/custom_test_artifacts/jit-hook-build/CMakeFiles/3.26.4/CMakeSystem.cmake 2024-05-19T18:10:17.0052505Z creating: build/custom_test_artifacts/jit-hook-build/CMakeFiles/3.26.4/CompilerIdC/ 2024-05-19T18:10:17.0053749Z creating: build/custom_test_artifacts/jit-hook-build/CMakeFiles/3.26.4/CompilerIdC/tmp/ 2024-05-19T18:10:17.0055207Z inflating: build/custom_test_artifacts/jit-hook-build/CMakeFiles/3.26.4/CompilerIdC/CMakeCCompilerId.c 2024-05-19T18:10:17.0056657Z inflating: build/custom_test_artifacts/jit-hook-build/CMakeFiles/3.26.4/CompilerIdC/a.out 2024-05-19T18:10:17.0057941Z creating: build/custom_test_artifacts/jit-hook-build/CMakeFiles/3.26.4/CompilerIdCXX/ 2024-05-19T18:10:17.0059217Z creating: build/custom_test_artifacts/jit-hook-build/CMakeFiles/3.26.4/CompilerIdCXX/tmp/ 2024-05-19T18:10:17.0060717Z inflating: build/custom_test_artifacts/jit-hook-build/CMakeFiles/3.26.4/CompilerIdCXX/CMakeCXXCompilerId.cpp 2024-05-19T18:10:17.0062207Z inflating: build/custom_test_artifacts/jit-hook-build/CMakeFiles/3.26.4/CompilerIdCXX/a.out 2024-05-19T18:10:17.0065044Z inflating: build/custom_test_artifacts/jit-hook-build/CMakeFiles/3.26.4/CMakeDetermineCompilerABI_C.bin 2024-05-19T18:10:17.0067854Z inflating: build/custom_test_artifacts/jit-hook-build/CMakeFiles/3.26.4/CMakeCCompiler.cmake 2024-05-19T18:10:17.0070863Z inflating: build/custom_test_artifacts/jit-hook-build/CMakeFiles/3.26.4/CMakeDetermineCompilerABI_CXX.bin 2024-05-19T18:10:17.0073871Z inflating: build/custom_test_artifacts/jit-hook-build/CMakeFiles/3.26.4/CMakeCXXCompiler.cmake 2024-05-19T18:10:17.0076390Z creating: build/custom_test_artifacts/jit-hook-build/CMakeFiles/3.26.4/CompilerIdCUDA/ 2024-05-19T18:10:17.0078745Z creating: build/custom_test_artifacts/jit-hook-build/CMakeFiles/3.26.4/CompilerIdCUDA/tmp/ 2024-05-19T18:10:17.0122065Z inflating: build/custom_test_artifacts/jit-hook-build/CMakeFiles/3.26.4/CompilerIdCUDA/tmp/CMakeCUDACompilerId.cpp4.ii 2024-05-19T18:10:17.0171632Z inflating: build/custom_test_artifacts/jit-hook-build/CMakeFiles/3.26.4/CompilerIdCUDA/tmp/CMakeCUDACompilerId.cudafe1.cpp 2024-05-19T18:10:17.0175158Z extracting: build/custom_test_artifacts/jit-hook-build/CMakeFiles/3.26.4/CompilerIdCUDA/tmp/CMakeCUDACompilerId.module_id 2024-05-19T18:10:17.0231270Z inflating: build/custom_test_artifacts/jit-hook-build/CMakeFiles/3.26.4/CompilerIdCUDA/tmp/CMakeCUDACompilerId.cpp1.ii 2024-05-19T18:10:17.0235541Z inflating: build/custom_test_artifacts/jit-hook-build/CMakeFiles/3.26.4/CompilerIdCUDA/tmp/CMakeCUDACompilerId.cudafe1.c 2024-05-19T18:10:17.0239514Z inflating: build/custom_test_artifacts/jit-hook-build/CMakeFiles/3.26.4/CompilerIdCUDA/tmp/CMakeCUDACompilerId.cudafe1.gpu 2024-05-19T18:10:17.0243354Z inflating: build/custom_test_artifacts/jit-hook-build/CMakeFiles/3.26.4/CompilerIdCUDA/tmp/CMakeCUDACompilerId.cudafe1.stub.c 2024-05-19T18:10:17.0246948Z inflating: build/custom_test_artifacts/jit-hook-build/CMakeFiles/3.26.4/CompilerIdCUDA/tmp/CMakeCUDACompilerId.ptx 2024-05-19T18:10:17.0250446Z inflating: build/custom_test_artifacts/jit-hook-build/CMakeFiles/3.26.4/CompilerIdCUDA/tmp/CMakeCUDACompilerId.sm_52.cubin 2024-05-19T18:10:17.0254020Z inflating: build/custom_test_artifacts/jit-hook-build/CMakeFiles/3.26.4/CompilerIdCUDA/tmp/CMakeCUDACompilerId.fatbin 2024-05-19T18:10:17.0257372Z inflating: build/custom_test_artifacts/jit-hook-build/CMakeFiles/3.26.4/CompilerIdCUDA/tmp/CMakeCUDACompilerId.fatbin.c 2024-05-19T18:10:17.0260885Z inflating: build/custom_test_artifacts/jit-hook-build/CMakeFiles/3.26.4/CompilerIdCUDA/tmp/CMakeCUDACompilerId.o 2024-05-19T18:10:17.0264067Z inflating: build/custom_test_artifacts/jit-hook-build/CMakeFiles/3.26.4/CompilerIdCUDA/tmp/a_dlink.sm_52.cubin 2024-05-19T18:10:17.0267079Z extracting: build/custom_test_artifacts/jit-hook-build/CMakeFiles/3.26.4/CompilerIdCUDA/tmp/a_dlink.reg.c 2024-05-19T18:10:17.0270175Z inflating: build/custom_test_artifacts/jit-hook-build/CMakeFiles/3.26.4/CompilerIdCUDA/tmp/a_dlink.fatbin 2024-05-19T18:10:17.0273382Z inflating: build/custom_test_artifacts/jit-hook-build/CMakeFiles/3.26.4/CompilerIdCUDA/tmp/a_dlink.fatbin.c 2024-05-19T18:10:17.0276246Z inflating: build/custom_test_artifacts/jit-hook-build/CMakeFiles/3.26.4/CompilerIdCUDA/tmp/a_dlink.o 2024-05-19T18:10:17.0279311Z inflating: build/custom_test_artifacts/jit-hook-build/CMakeFiles/3.26.4/CompilerIdCUDA/CMakeCUDACompilerId.cu 2024-05-19T18:10:17.0340938Z inflating: build/custom_test_artifacts/jit-hook-build/CMakeFiles/3.26.4/CompilerIdCUDA/a.out 2024-05-19T18:10:17.0430445Z inflating: build/custom_test_artifacts/jit-hook-build/CMakeFiles/3.26.4/CMakeDetermineCompilerABI_CUDA.bin 2024-05-19T18:10:17.0433667Z inflating: build/custom_test_artifacts/jit-hook-build/CMakeFiles/3.26.4/CMakeCUDACompiler.cmake 2024-05-19T18:10:17.0436093Z creating: build/custom_test_artifacts/jit-hook-build/CMakeFiles/CMakeScratch/ 2024-05-19T18:10:17.0438225Z creating: build/custom_test_artifacts/jit-hook-build/CMakeFiles/CMakeTmp/ 2024-05-19T18:10:17.0440468Z inflating: build/custom_test_artifacts/jit-hook-build/CMakeFiles/cmake.check_cache 2024-05-19T18:10:17.0442654Z creating: build/custom_test_artifacts/jit-hook-build/CMakeFiles/test_jit_hooks.dir/ 2024-05-19T18:10:17.0445213Z inflating: build/custom_test_artifacts/jit-hook-build/CMakeFiles/test_jit_hooks.dir/compiler_depend.ts 2024-05-19T18:10:17.0448139Z inflating: build/custom_test_artifacts/jit-hook-build/CMakeFiles/test_jit_hooks.dir/compiler_depend.make 2024-05-19T18:10:17.0450902Z inflating: build/custom_test_artifacts/jit-hook-build/CMakeFiles/test_jit_hooks.dir/depend.make 2024-05-19T18:10:17.0453471Z inflating: build/custom_test_artifacts/jit-hook-build/CMakeFiles/test_jit_hooks.dir/link.txt 2024-05-19T18:10:17.0456487Z inflating: build/custom_test_artifacts/jit-hook-build/CMakeFiles/test_jit_hooks.dir/cmake_clean.cmake 2024-05-19T18:10:17.0459268Z inflating: build/custom_test_artifacts/jit-hook-build/CMakeFiles/test_jit_hooks.dir/build.make 2024-05-19T18:10:17.0462020Z inflating: build/custom_test_artifacts/jit-hook-build/CMakeFiles/test_jit_hooks.dir/DependInfo.cmake 2024-05-19T18:10:17.0464715Z inflating: build/custom_test_artifacts/jit-hook-build/CMakeFiles/test_jit_hooks.dir/flags.make 2024-05-19T18:10:17.0467261Z inflating: build/custom_test_artifacts/jit-hook-build/CMakeFiles/test_jit_hooks.dir/progress.make 2024-05-19T18:10:17.0470751Z inflating: build/custom_test_artifacts/jit-hook-build/CMakeFiles/test_jit_hooks.dir/test_jit_hooks.cpp.o.d 2024-05-19T18:10:17.0548258Z inflating: build/custom_test_artifacts/jit-hook-build/CMakeFiles/test_jit_hooks.dir/test_jit_hooks.cpp.o 2024-05-19T18:10:17.0551358Z inflating: build/custom_test_artifacts/jit-hook-build/CMakeFiles/CMakeDirectoryInformation.cmake 2024-05-19T18:10:17.0554132Z inflating: build/custom_test_artifacts/jit-hook-build/CMakeFiles/TargetDirectories.txt 2024-05-19T18:10:17.0556494Z extracting: build/custom_test_artifacts/jit-hook-build/CMakeFiles/progress.marks 2024-05-19T18:10:17.0558631Z inflating: build/custom_test_artifacts/jit-hook-build/CMakeFiles/Makefile2 2024-05-19T18:10:17.0560976Z inflating: build/custom_test_artifacts/jit-hook-build/CMakeFiles/Makefile.cmake 2024-05-19T18:10:17.0563045Z inflating: build/custom_test_artifacts/jit-hook-build/detect_cuda_version.cc 2024-05-19T18:10:17.0565033Z inflating: build/custom_test_artifacts/jit-hook-build/CMakeCache.txt 2024-05-19T18:10:17.0566930Z inflating: build/custom_test_artifacts/jit-hook-build/Makefile 2024-05-19T18:10:17.0568709Z inflating: build/custom_test_artifacts/jit-hook-build/cmake_install.cmake 2024-05-19T18:10:17.0620076Z inflating: build/custom_test_artifacts/jit-hook-build/test_jit_hooks 2024-05-19T18:10:17.0621931Z creating: build/custom_test_artifacts/custom-backend-build/ 2024-05-19T18:10:17.0623638Z creating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/ 2024-05-19T18:10:17.0625694Z creating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/pkgRedirects/ 2024-05-19T18:10:17.0632326Z inflating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/CMakeConfigureLog.yaml 2024-05-19T18:10:17.0634752Z creating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/3.26.4/ 2024-05-19T18:10:17.0637138Z inflating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/3.26.4/CMakeSystem.cmake 2024-05-19T18:10:17.0639863Z creating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/3.26.4/CompilerIdC/ 2024-05-19T18:10:17.0642335Z creating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/3.26.4/CompilerIdC/tmp/ 2024-05-19T18:10:17.0645257Z inflating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/3.26.4/CompilerIdC/CMakeCCompilerId.c 2024-05-19T18:10:17.0648162Z inflating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/3.26.4/CompilerIdC/a.out 2024-05-19T18:10:17.0650796Z creating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/3.26.4/CompilerIdCXX/ 2024-05-19T18:10:17.0653454Z creating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/3.26.4/CompilerIdCXX/tmp/ 2024-05-19T18:10:17.0656434Z inflating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/3.26.4/CompilerIdCXX/CMakeCXXCompilerId.cpp 2024-05-19T18:10:17.0659463Z inflating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/3.26.4/CompilerIdCXX/a.out 2024-05-19T18:10:17.0662427Z inflating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/3.26.4/CMakeDetermineCompilerABI_C.bin 2024-05-19T18:10:17.0665399Z inflating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/3.26.4/CMakeCCompiler.cmake 2024-05-19T18:10:17.0668284Z inflating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/3.26.4/CMakeDetermineCompilerABI_CXX.bin 2024-05-19T18:10:17.0671348Z inflating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/3.26.4/CMakeCXXCompiler.cmake 2024-05-19T18:10:17.0673595Z creating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/3.26.4/CompilerIdCUDA/ 2024-05-19T18:10:17.0674996Z creating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/3.26.4/CompilerIdCUDA/tmp/ 2024-05-19T18:10:17.0706800Z inflating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/3.26.4/CompilerIdCUDA/tmp/CMakeCUDACompilerId.cpp4.ii 2024-05-19T18:10:17.0755473Z inflating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/3.26.4/CompilerIdCUDA/tmp/CMakeCUDACompilerId.cudafe1.cpp 2024-05-19T18:10:17.0757862Z extracting: build/custom_test_artifacts/custom-backend-build/CMakeFiles/3.26.4/CompilerIdCUDA/tmp/CMakeCUDACompilerId.module_id 2024-05-19T18:10:17.0811854Z inflating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/3.26.4/CompilerIdCUDA/tmp/CMakeCUDACompilerId.cpp1.ii 2024-05-19T18:10:17.0813847Z inflating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/3.26.4/CompilerIdCUDA/tmp/CMakeCUDACompilerId.cudafe1.c 2024-05-19T18:10:17.0815963Z inflating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/3.26.4/CompilerIdCUDA/tmp/CMakeCUDACompilerId.cudafe1.gpu 2024-05-19T18:10:17.0818016Z inflating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/3.26.4/CompilerIdCUDA/tmp/CMakeCUDACompilerId.cudafe1.stub.c 2024-05-19T18:10:17.0820025Z inflating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/3.26.4/CompilerIdCUDA/tmp/CMakeCUDACompilerId.ptx 2024-05-19T18:10:17.0821977Z inflating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/3.26.4/CompilerIdCUDA/tmp/CMakeCUDACompilerId.sm_52.cubin 2024-05-19T18:10:17.0823909Z inflating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/3.26.4/CompilerIdCUDA/tmp/CMakeCUDACompilerId.fatbin 2024-05-19T18:10:17.0825845Z inflating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/3.26.4/CompilerIdCUDA/tmp/CMakeCUDACompilerId.fatbin.c 2024-05-19T18:10:17.0827719Z inflating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/3.26.4/CompilerIdCUDA/tmp/CMakeCUDACompilerId.o 2024-05-19T18:10:17.0829488Z inflating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/3.26.4/CompilerIdCUDA/tmp/a_dlink.sm_52.cubin 2024-05-19T18:10:17.0831257Z extracting: build/custom_test_artifacts/custom-backend-build/CMakeFiles/3.26.4/CompilerIdCUDA/tmp/a_dlink.reg.c 2024-05-19T18:10:17.0833254Z inflating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/3.26.4/CompilerIdCUDA/tmp/a_dlink.fatbin 2024-05-19T18:10:17.0834977Z inflating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/3.26.4/CompilerIdCUDA/tmp/a_dlink.fatbin.c 2024-05-19T18:10:17.0836638Z inflating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/3.26.4/CompilerIdCUDA/tmp/a_dlink.o 2024-05-19T18:10:17.0838312Z inflating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/3.26.4/CompilerIdCUDA/CMakeCUDACompilerId.cu 2024-05-19T18:10:17.0913194Z inflating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/3.26.4/CompilerIdCUDA/a.out 2024-05-19T18:10:17.1001364Z inflating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/3.26.4/CMakeDetermineCompilerABI_CUDA.bin 2024-05-19T18:10:17.1003027Z inflating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/3.26.4/CMakeCUDACompiler.cmake 2024-05-19T18:10:17.1004412Z creating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/CMakeScratch/ 2024-05-19T18:10:17.1005606Z creating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/CMakeTmp/ 2024-05-19T18:10:17.1006864Z inflating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/cmake.check_cache 2024-05-19T18:10:17.1008175Z creating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/custom_backend.dir/ 2024-05-19T18:10:17.1009715Z inflating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/custom_backend.dir/compiler_depend.ts 2024-05-19T18:10:17.1011386Z inflating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/custom_backend.dir/compiler_depend.make 2024-05-19T18:10:17.1012986Z inflating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/custom_backend.dir/depend.make 2024-05-19T18:10:17.1014583Z inflating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/custom_backend.dir/link.txt 2024-05-19T18:10:17.1016147Z inflating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/custom_backend.dir/cmake_clean.cmake 2024-05-19T18:10:17.1018061Z inflating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/custom_backend.dir/build.make 2024-05-19T18:10:17.1019675Z inflating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/custom_backend.dir/DependInfo.cmake 2024-05-19T18:10:17.1021216Z inflating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/custom_backend.dir/flags.make 2024-05-19T18:10:17.1022769Z inflating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/custom_backend.dir/progress.make 2024-05-19T18:10:17.1024427Z inflating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/custom_backend.dir/custom_backend.cpp.o.d 2024-05-19T18:10:17.1166022Z inflating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/custom_backend.dir/custom_backend.cpp.o 2024-05-19T18:10:17.1167580Z creating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/test_custom_backend.dir/ 2024-05-19T18:10:17.1169158Z inflating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/test_custom_backend.dir/compiler_depend.ts 2024-05-19T18:10:17.1170970Z inflating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/test_custom_backend.dir/compiler_depend.make 2024-05-19T18:10:17.1172646Z inflating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/test_custom_backend.dir/depend.make 2024-05-19T18:10:17.1174243Z inflating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/test_custom_backend.dir/link.txt 2024-05-19T18:10:17.1175875Z inflating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/test_custom_backend.dir/cmake_clean.cmake 2024-05-19T18:10:17.1177500Z inflating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/test_custom_backend.dir/build.make 2024-05-19T18:10:17.1179143Z inflating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/test_custom_backend.dir/DependInfo.cmake 2024-05-19T18:10:17.1180823Z inflating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/test_custom_backend.dir/flags.make 2024-05-19T18:10:17.1182449Z inflating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/test_custom_backend.dir/progress.make 2024-05-19T18:10:17.1198093Z inflating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/test_custom_backend.dir/test_custom_backend.cpp.o.d 2024-05-19T18:10:17.1263838Z inflating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/test_custom_backend.dir/test_custom_backend.cpp.o 2024-05-19T18:10:17.1265555Z inflating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/CMakeDirectoryInformation.cmake 2024-05-19T18:10:17.1267055Z inflating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/TargetDirectories.txt 2024-05-19T18:10:17.1268413Z extracting: build/custom_test_artifacts/custom-backend-build/CMakeFiles/progress.marks 2024-05-19T18:10:17.1269726Z inflating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/Makefile2 2024-05-19T18:10:17.1270971Z inflating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/Makefile.cmake 2024-05-19T18:10:17.1272517Z inflating: build/custom_test_artifacts/custom-backend-build/detect_cuda_version.cc 2024-05-19T18:10:17.1273728Z inflating: build/custom_test_artifacts/custom-backend-build/CMakeCache.txt 2024-05-19T18:10:17.1274799Z inflating: build/custom_test_artifacts/custom-backend-build/Makefile 2024-05-19T18:10:17.1275891Z inflating: build/custom_test_artifacts/custom-backend-build/cmake_install.cmake 2024-05-19T18:10:17.1396867Z inflating: build/custom_test_artifacts/custom-backend-build/libcustom_backend.so 2024-05-19T18:10:17.1447790Z inflating: build/custom_test_artifacts/custom-backend-build/test_custom_backend 2024-05-19T18:10:17.1448587Z creating: build/lib/ 2024-05-19T18:10:17.1553625Z inflating: build/lib/libprotobuf-lite.a 2024-05-19T18:10:17.2096342Z inflating: build/lib/libprotobuf.a 2024-05-19T18:10:17.2107834Z inflating: build/lib/libpthreadpool.a 2024-05-19T18:10:17.2117783Z inflating: build/lib/libcpuinfo.a 2024-05-19T18:10:17.2128182Z inflating: build/lib/libcpuinfo_internals.a 2024-05-19T18:10:17.2128815Z inflating: build/lib/libclog.a 2024-05-19T18:10:17.2150254Z inflating: build/lib/libnnpack.a 2024-05-19T18:10:17.2153011Z inflating: build/lib/libnnpack_reference_layers.a 2024-05-19T18:10:17.2230874Z inflating: build/lib/libgtest.a 2024-05-19T18:10:17.2320178Z inflating: build/lib/libbenchmark.a 2024-05-19T18:10:17.2396328Z inflating: build/lib/libasmjit.a 2024-05-19T18:10:17.2405578Z inflating: build/lib/libittnotify.a 2024-05-19T18:10:17.2439640Z inflating: build/lib/libtensorpipe_uv.a 2024-05-19T18:10:17.2591533Z inflating: build/lib/libgloo.a 2024-05-19T18:10:17.2617843Z inflating: build/lib/libfmt.a 2024-05-19T18:10:17.2726603Z inflating: build/lib/libc10.so 2024-05-19T18:10:17.2728493Z inflating: build/lib/libcaffe2_nvrtc.so 2024-05-19T18:10:17.2729289Z inflating: build/lib/libfoxi_loader.a 2024-05-19T18:10:17.2731296Z inflating: build/lib/libtorch_global_deps.so 2024-05-19T18:10:17.2747530Z inflating: build/lib/libqnnpack.a 2024-05-19T18:10:17.3349359Z inflating: build/lib/libprotoc.a 2024-05-19T18:10:17.3372814Z inflating: build/lib/libpytorch_qnnpack.a 2024-05-19T18:10:17.3394642Z inflating: build/lib/libgmock.a 2024-05-19T18:10:17.3395190Z inflating: build/lib/libgtest_main.a 2024-05-19T18:10:17.3396149Z inflating: build/lib/libbenchmark_main.a 2024-05-19T18:10:17.3859068Z inflating: build/lib/libgloo_cuda.a 2024-05-19T18:10:18.6096347Z inflating: build/lib/libdnnl.a 2024-05-19T18:10:18.6778639Z inflating: build/lib/libtensorpipe.a 2024-05-19T18:10:18.6843573Z inflating: build/lib/libc10_cuda.so 2024-05-19T18:10:18.6844797Z inflating: build/lib/libgmock_main.a 2024-05-19T18:10:18.8343547Z inflating: build/lib/libfbgemm.a 2024-05-19T18:10:18.8961835Z inflating: build/lib/libkineto.a 2024-05-19T18:10:18.9266430Z inflating: build/lib/libtensorpipe_cuda.a 2024-05-19T18:10:18.9312770Z inflating: build/lib/libcaffe2_protos.a 2024-05-19T18:10:18.9363099Z inflating: build/lib/libonnx_proto.a 2024-05-19T18:10:18.9583854Z inflating: build/lib/libXNNPACK.a 2024-05-19T18:10:19.0420468Z inflating: build/lib/libonnx.a 2024-05-19T18:10:21.9229105Z inflating: build/lib/libtorch_cpu.so 2024-05-19T18:10:21.9230482Z inflating: build/lib/libunbox_lib.a 2024-05-19T18:10:21.9231098Z inflating: build/lib/libshm.so 2024-05-19T18:10:24.4174641Z inflating: build/lib/libtorch_cuda.so 2024-05-19T18:10:24.4175279Z inflating: build/lib/libtorch.so 2024-05-19T18:10:24.4177693Z inflating: build/lib/libc10d_cuda_test.so 2024-05-19T18:10:25.4887279Z inflating: build/lib/libtorch_cuda_linalg.so 2024-05-19T18:10:25.7180732Z inflating: build/lib/libtorch_python.so 2024-05-19T18:10:25.7260650Z inflating: build/lib/libtorchbind_test.so 2024-05-19T18:10:25.7285480Z inflating: build/lib/libjitbackend_test.so 2024-05-19T18:10:25.7315345Z inflating: build/lib/libbackend_with_compiler.so 2024-05-19T18:10:25.7356360Z inflating: build/lib/libnnapi_backend.so 2024-05-19T18:10:25.7356907Z creating: build/bin/ 2024-05-19T18:10:25.7416773Z inflating: build/bin/c10_CompileTimeFunctionPointer_test 2024-05-19T18:10:25.7478267Z inflating: build/bin/c10_DeviceGuard_test 2024-05-19T18:10:25.7539636Z inflating: build/bin/c10_Device_test 2024-05-19T18:10:25.7612281Z inflating: build/bin/c10_DispatchKeySet_test 2024-05-19T18:10:25.7677015Z inflating: build/bin/c10_Scalar_test 2024-05-19T18:10:25.7735637Z inflating: build/bin/c10_StreamGuard_test 2024-05-19T18:10:25.7796792Z inflating: build/bin/c10_SymInt_test 2024-05-19T18:10:25.7862039Z inflating: build/bin/c10_InlineDeviceGuard_test 2024-05-19T18:10:25.7928634Z inflating: build/bin/c10_InlineStreamGuard_test 2024-05-19T18:10:25.7996147Z inflating: build/bin/c10_SizesAndStrides_test 2024-05-19T18:10:25.8082992Z inflating: build/bin/c10_cow_test 2024-05-19T18:10:25.8145988Z inflating: build/bin/c10_Bitset_test 2024-05-19T18:10:25.8204869Z inflating: build/bin/c10_ConstexprCrc_test 2024-05-19T18:10:25.8264054Z inflating: build/bin/c10_DeadlockDetection_test 2024-05-19T18:10:25.8325292Z inflating: build/bin/c10_Half_test 2024-05-19T18:10:25.8392276Z inflating: build/bin/c10_LeftRight_test 2024-05-19T18:10:25.8458160Z inflating: build/bin/c10_Metaprogramming_test 2024-05-19T18:10:25.8517945Z inflating: build/bin/c10_Synchronized_test 2024-05-19T18:10:25.8584783Z inflating: build/bin/c10_ThreadLocal_test 2024-05-19T18:10:25.8646187Z inflating: build/bin/c10_TypeIndex_test 2024-05-19T18:10:25.8707045Z inflating: build/bin/c10_TypeList_test 2024-05-19T18:10:25.8765696Z inflating: build/bin/c10_TypeTraits_test 2024-05-19T18:10:25.8827677Z inflating: build/bin/c10_accumulate_test 2024-05-19T18:10:25.8893944Z inflating: build/bin/c10_bfloat16_test 2024-05-19T18:10:25.8954268Z inflating: build/bin/c10_bit_cast_test 2024-05-19T18:10:25.9022003Z inflating: build/bin/c10_complex_math_test 2024-05-19T18:10:25.9089003Z inflating: build/bin/c10_complex_test 2024-05-19T18:10:25.9151960Z inflating: build/bin/c10_exception_test 2024-05-19T18:10:25.9212300Z inflating: build/bin/c10_flags_test 2024-05-19T18:10:25.9272244Z inflating: build/bin/c10_generic_math_test 2024-05-19T18:10:25.9468984Z inflating: build/bin/c10_intrusive_ptr_test 2024-05-19T18:10:25.9529345Z inflating: build/bin/c10_irange_test 2024-05-19T18:10:25.9593576Z inflating: build/bin/c10_lazy_test 2024-05-19T18:10:25.9661519Z inflating: build/bin/c10_logging_test 2024-05-19T18:10:25.9751343Z inflating: build/bin/c10_optional_test 2024-05-19T18:10:25.9825814Z inflating: build/bin/c10_ordered_preserving_dict_test 2024-05-19T18:10:25.9890051Z inflating: build/bin/c10_registry_test 2024-05-19T18:10:26.0071749Z inflating: build/bin/c10_small_vector_test 2024-05-19T18:10:26.0162261Z inflating: build/bin/c10_ssize_test 2024-05-19T18:10:26.0224967Z inflating: build/bin/c10_string_util_test 2024-05-19T18:10:26.0295020Z inflating: build/bin/c10_string_view_test 2024-05-19T18:10:26.0355270Z inflating: build/bin/c10_tempfile_test 2024-05-19T18:10:26.0413853Z inflating: build/bin/c10_intrusive_ptr_benchmark 2024-05-19T18:10:26.0480821Z inflating: build/bin/c10_typeid_test 2024-05-19T18:10:26.1017059Z inflating: build/bin/protoc-3.13.0.0 2024-05-19T18:10:26.1551253Z inflating: build/bin/protoc 2024-05-19T18:10:26.1614158Z inflating: build/bin/c10_cuda_CUDAAssertionsTest_1_var_test 2024-05-19T18:10:26.1677428Z inflating: build/bin/c10_cuda_CUDAAssertionsTest_catches_stream 2024-05-19T18:10:26.1740918Z inflating: build/bin/c10_cuda_CUDAAssertionsTest_catches_thread_and_block_and_device 2024-05-19T18:10:26.1803199Z inflating: build/bin/c10_cuda_CUDAAssertionsTest_from_2_processes 2024-05-19T18:10:26.1866128Z inflating: build/bin/c10_cuda_CUDAAssertionsTest_multiple_writes_from_blocks_and_threads 2024-05-19T18:10:26.1929968Z inflating: build/bin/c10_cuda_CUDAAssertionsTest_multiple_writes_from_multiple_blocks 2024-05-19T18:10:26.1988061Z inflating: build/bin/c10_cuda_CUDATest 2024-05-19T18:10:26.2051669Z inflating: build/bin/c10_cuda_CUDAAssertionsTest_multiple_writes_from_same_block 2024-05-19T18:10:26.2475872Z inflating: build/bin/vec_test_all_types_DEFAULT 2024-05-19T18:10:26.2886845Z inflating: build/bin/vec_test_all_types_AVX512 2024-05-19T18:10:26.3316232Z inflating: build/bin/vec_test_all_types_AVX2 2024-05-19T18:10:26.3379216Z inflating: build/bin/FileStoreTest 2024-05-19T18:10:26.3445854Z inflating: build/bin/TCPStoreTest 2024-05-19T18:10:26.3509310Z inflating: build/bin/HashStoreTest 2024-05-19T18:10:26.3525411Z inflating: build/bin/ProcessGroupMPITest 2024-05-19T18:10:26.3589785Z inflating: build/bin/test_edge_op_registration 2024-05-19T18:10:26.3594900Z inflating: build/bin/torch_shm_manager 2024-05-19T18:10:26.3598285Z inflating: build/bin/example_allreduce 2024-05-19T18:10:26.3663969Z inflating: build/bin/test_dist_autograd 2024-05-19T18:10:26.3747371Z inflating: build/bin/test_cpp_rpc 2024-05-19T18:10:26.3749978Z inflating: build/bin/parallel_benchmark 2024-05-19T18:10:26.3830668Z inflating: build/bin/test_mobile_nnc 2024-05-19T18:10:26.3841771Z inflating: build/bin/aot_model_compiler_test 2024-05-19T18:10:26.4254787Z inflating: build/bin/test_lazy 2024-05-19T18:10:26.5676320Z inflating: build/bin/test_api 2024-05-19T18:10:26.5764419Z inflating: build/bin/Dict_test 2024-05-19T18:10:26.5826602Z inflating: build/bin/Dimname_test 2024-05-19T18:10:26.5904692Z inflating: build/bin/MaybeOwned_test 2024-05-19T18:10:26.5973457Z inflating: build/bin/NamedTensor_test 2024-05-19T18:10:26.6044201Z inflating: build/bin/apply_utils_test 2024-05-19T18:10:26.6114678Z inflating: build/bin/atest 2024-05-19T18:10:26.6190161Z inflating: build/bin/basic 2024-05-19T18:10:26.6256036Z inflating: build/bin/broadcast_test 2024-05-19T18:10:26.6316485Z inflating: build/bin/cpu_allocator_test 2024-05-19T18:10:26.6385785Z inflating: build/bin/cpu_generator_test 2024-05-19T18:10:26.6449841Z inflating: build/bin/cpu_profiling_allocator_test 2024-05-19T18:10:26.6569854Z inflating: build/bin/cpu_rng_test 2024-05-19T18:10:26.6630060Z inflating: build/bin/dispatch_key_set_test 2024-05-19T18:10:26.6690497Z inflating: build/bin/dlconvertor_test 2024-05-19T18:10:26.6760250Z inflating: build/bin/extension_backend_test 2024-05-19T18:10:26.6826151Z inflating: build/bin/half_test 2024-05-19T18:10:26.6941424Z inflating: build/bin/ivalue_test 2024-05-19T18:10:26.7000783Z inflating: build/bin/lazy_tensor_test 2024-05-19T18:10:26.7066243Z inflating: build/bin/math_kernel_test 2024-05-19T18:10:26.7131008Z inflating: build/bin/memory_format_test 2024-05-19T18:10:26.7194329Z inflating: build/bin/memory_overlapping_test 2024-05-19T18:10:26.7257623Z inflating: build/bin/mobile_memory_cleanup 2024-05-19T18:10:26.7324701Z inflating: build/bin/native_test 2024-05-19T18:10:26.7385101Z inflating: build/bin/operator_name_test 2024-05-19T18:10:26.7446792Z inflating: build/bin/operators_test 2024-05-19T18:10:26.7508584Z inflating: build/bin/packedtensoraccessor_test 2024-05-19T18:10:26.7589293Z inflating: build/bin/pow_test 2024-05-19T18:10:26.7657810Z inflating: build/bin/quantized_test 2024-05-19T18:10:26.7717400Z inflating: build/bin/reduce_ops_test 2024-05-19T18:10:26.7778524Z inflating: build/bin/reportMemoryUsage_test 2024-05-19T18:10:26.7846386Z inflating: build/bin/scalar_tensor_test 2024-05-19T18:10:26.7916953Z inflating: build/bin/scalar_test 2024-05-19T18:10:26.7978699Z inflating: build/bin/StorageUtils_test 2024-05-19T18:10:26.8042010Z inflating: build/bin/stride_properties_test 2024-05-19T18:10:26.8136031Z inflating: build/bin/tensor_iterator_test 2024-05-19T18:10:26.8201173Z inflating: build/bin/test_parallel 2024-05-19T18:10:26.8204280Z inflating: build/bin/thread_init_test 2024-05-19T18:10:26.8270763Z inflating: build/bin/type_ptr_test 2024-05-19T18:10:26.8342901Z inflating: build/bin/type_test 2024-05-19T18:10:26.8405369Z inflating: build/bin/undefined_tensor_test 2024-05-19T18:10:26.8406190Z inflating: build/bin/verify_api_visibility 2024-05-19T18:10:26.8489917Z inflating: build/bin/legacy_vmap_test 2024-05-19T18:10:26.8550934Z inflating: build/bin/weakref_test 2024-05-19T18:10:26.8612722Z inflating: build/bin/wrapdim_test 2024-05-19T18:10:26.8674861Z inflating: build/bin/xla_tensor_test 2024-05-19T18:10:26.8746437Z inflating: build/bin/IListRef_test 2024-05-19T18:10:26.8873562Z inflating: build/bin/List_test 2024-05-19T18:10:26.8953157Z inflating: build/bin/KernelFunction_test 2024-05-19T18:10:26.9099318Z inflating: build/bin/kernel_function_legacy_test 2024-05-19T18:10:26.9215208Z inflating: build/bin/kernel_function_test 2024-05-19T18:10:26.9369219Z inflating: build/bin/kernel_lambda_legacy_test 2024-05-19T18:10:26.9492695Z inflating: build/bin/kernel_lambda_test 2024-05-19T18:10:26.9565547Z inflating: build/bin/kernel_stackbased_test 2024-05-19T18:10:26.9680836Z inflating: build/bin/make_boxed_from_unboxed_functor_test 2024-05-19T18:10:26.9741703Z inflating: build/bin/CppSignature_test 2024-05-19T18:10:26.9808627Z inflating: build/bin/backend_fallback_test 2024-05-19T18:10:26.9867208Z inflating: build/bin/op_allowlist_test 2024-05-19T18:10:26.9943530Z inflating: build/bin/inline_container_test 2024-05-19T18:10:27.0305122Z inflating: build/bin/op_registration_test 2024-05-19T18:10:27.0407003Z inflating: build/bin/cuda_apply_test 2024-05-19T18:10:27.0467825Z inflating: build/bin/cuda_allocator_test 2024-05-19T18:10:27.0532969Z inflating: build/bin/cuda_caching_host_allocator_test 2024-05-19T18:10:27.0603592Z inflating: build/bin/cuda_atomic_ops_test 2024-05-19T18:10:27.0687329Z inflating: build/bin/cuda_complex_math_test 2024-05-19T18:10:27.0758104Z inflating: build/bin/cuda_complex_test 2024-05-19T18:10:27.0817703Z inflating: build/bin/cuda_device_test 2024-05-19T18:10:27.0887836Z inflating: build/bin/cuda_cub_test 2024-05-19T18:10:27.0948687Z inflating: build/bin/cuda_dlconvertor_test 2024-05-19T18:10:27.1027281Z inflating: build/bin/cuda_distributions_test 2024-05-19T18:10:27.1095231Z inflating: build/bin/cuda_generator_test 2024-05-19T18:10:27.1156588Z inflating: build/bin/cuda_integer_divider_test 2024-05-19T18:10:27.1216935Z inflating: build/bin/cuda_half_test 2024-05-19T18:10:27.1276030Z inflating: build/bin/cuda_optional_test 2024-05-19T18:10:27.1338785Z inflating: build/bin/cuda_reportMemoryUsage_test 2024-05-19T18:10:27.1398377Z inflating: build/bin/cuda_allocatorTraceTracker_test 2024-05-19T18:10:27.1470963Z inflating: build/bin/cuda_stream_test 2024-05-19T18:10:27.1533193Z inflating: build/bin/cuda_packedtensoraccessor_test 2024-05-19T18:10:27.1592435Z inflating: build/bin/cuda_cudnn_test 2024-05-19T18:10:27.1655083Z inflating: build/bin/cuda_vectorized_test 2024-05-19T18:10:27.1672563Z inflating: build/bin/tutorial_tensorexpr 2024-05-19T18:10:27.1751195Z inflating: build/bin/ProcessGroupGlooTest 2024-05-19T18:10:27.1820033Z inflating: build/bin/ProcessGroupGlooAsyncTest 2024-05-19T18:10:27.1894992Z inflating: build/bin/ProcessGroupNCCLTest 2024-05-19T18:10:27.1968799Z inflating: build/bin/ProcessGroupNCCLErrorsTest 2024-05-19T18:10:27.2968340Z inflating: build/bin/test_tensorexpr 2024-05-19T18:10:27.3662206Z inflating: build/bin/test_jit 2024-05-19T18:10:27.3663274Z creating: .additional_ci_files/ 2024-05-19T18:10:27.3712907Z inflating: .additional_ci_files/test-times.json 2024-05-19T18:10:27.3911469Z inflating: .additional_ci_files/test-class-times.json 2024-05-19T18:10:27.4170700Z ##[group]Run rm artifacts.zip 2024-05-19T18:10:27.4171360Z rm artifacts.zip 2024-05-19T18:10:27.4186786Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2024-05-19T18:10:27.4187656Z env: 2024-05-19T18:10:27.4187986Z GIT_DEFAULT_BRANCH: main 2024-05-19T18:10:27.4188520Z GPU_FLAG: --gpus all -e NVIDIA_DRIVER_CAPABILITIES=all 2024-05-19T18:10:27.4189111Z ##[endgroup] 2024-05-19T18:10:27.6033861Z ##[group]Run df -H 2024-05-19T18:10:27.6034256Z df -H 2024-05-19T18:10:27.6047165Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2024-05-19T18:10:27.6047778Z env: 2024-05-19T18:10:27.6048081Z GIT_DEFAULT_BRANCH: main 2024-05-19T18:10:27.6048627Z GPU_FLAG: --gpus all -e NVIDIA_DRIVER_CAPABILITIES=all 2024-05-19T18:10:27.6049216Z ##[endgroup] 2024-05-19T18:10:27.6655235Z Filesystem Size Used Avail Use% Mounted on 2024-05-19T18:10:27.6655916Z /dev/root 1.1T 241G 826G 23% / 2024-05-19T18:10:27.6656800Z devtmpfs 45G 0 45G 0% /dev 2024-05-19T18:10:27.6657402Z tmpfs 45G 0 45G 0% /dev/shm 2024-05-19T18:10:27.6658113Z tmpfs 9.0G 1.1M 9.0G 1% /run 2024-05-19T18:10:27.6658661Z tmpfs 5.3M 0 5.3M 0% /run/lock 2024-05-19T18:10:27.6659264Z tmpfs 45G 0 45G 0% /sys/fs/cgroup 2024-05-19T18:10:27.6660255Z /dev/loop0 16M 16M 0 100% /snap/aws-cli/130 2024-05-19T18:10:27.6660929Z /dev/loop5 59M 59M 0 100% /snap/core18/2812 2024-05-19T18:10:27.6670903Z /dev/loop9 97M 97M 0 100% /snap/lxd/24061 2024-05-19T18:10:27.6672312Z /dev/loop12 97M 97M 0 100% /snap/lxd/23991 2024-05-19T18:10:27.6673757Z /dev/sda15 110M 6.4M 104M 6% /boot/efi 2024-05-19T18:10:27.6674422Z /dev/loop7 111M 111M 0 100% /snap/core/16574 2024-05-19T18:10:27.6675155Z /dev/loop4 42M 42M 0 100% /snap/snapd/21184 2024-05-19T18:10:27.6675807Z /dev/loop14 110M 110M 0 100% /snap/core/16928 2024-05-19T18:10:27.6676489Z /dev/loop13 68M 68M 0 100% /snap/core20/2264 2024-05-19T18:10:27.6677176Z /dev/loop15 41M 41M 0 100% /snap/snapd/21465 2024-05-19T18:10:27.6677831Z /dev/loop1 59M 59M 0 100% /snap/core18/2823 2024-05-19T18:10:27.6678801Z /dev/loop8 382M 382M 0 100% /snap/google-cloud-sdk/448 2024-05-19T18:10:27.6679535Z /dev/loop3 68M 68M 0 100% /snap/core20/2318 2024-05-19T18:10:27.6680364Z /dev/loop10 371M 371M 0 100% /snap/google-cloud-sdk/450 2024-05-19T18:10:27.6743817Z Prepare all required actions 2024-05-19T18:10:27.6744605Z Getting action download info 2024-05-19T18:10:27.8179725Z ##[group]Run ./.github/actions/download-td-artifacts 2024-05-19T18:10:27.8180313Z with: 2024-05-19T18:10:27.8180589Z env: 2024-05-19T18:10:27.8180902Z GIT_DEFAULT_BRANCH: main 2024-05-19T18:10:27.8181439Z GPU_FLAG: --gpus all -e NVIDIA_DRIVER_CAPABILITIES=all 2024-05-19T18:10:27.8182029Z ##[endgroup] 2024-05-19T18:10:27.8741083Z ##[group]Run seemethere/download-artifact-s3@v4 2024-05-19T18:10:27.8741664Z with: 2024-05-19T18:10:27.8741970Z name: td_results 2024-05-19T18:10:27.8742342Z s3-bucket: gha-artifacts 2024-05-19T18:10:27.8742739Z region: us-east-1 2024-05-19T18:10:27.8743083Z env: 2024-05-19T18:10:27.8743405Z GIT_DEFAULT_BRANCH: main 2024-05-19T18:10:27.8743926Z GPU_FLAG: --gpus all -e NVIDIA_DRIVER_CAPABILITIES=all 2024-05-19T18:10:27.8744514Z ##[endgroup] 2024-05-19T18:10:28.4803004Z (node:2521427) NOTE: We are formalizing our plans to enter AWS SDK for JavaScript (v2) into maintenance mode in 2023. 2024-05-19T18:10:28.4804489Z 2024-05-19T18:10:28.4804924Z Please migrate your code to use AWS SDK for JavaScript (v3). 2024-05-19T18:10:28.4806319Z For more information, check the migration guide at https://a.co/7PzMCcy 2024-05-19T18:10:28.4808184Z (Use `node --trace-warnings ...` to show where the warning was created) 2024-05-19T18:10:28.6517344Z Found 0 objects with prefix pytorch/pytorch/9148947323/td_results/ 2024-05-19T18:10:28.6526395Z Artifact download has finished successfully 2024-05-19T18:10:28.6791299Z ##[group]Run mkdir -p .additional_ci_files 2024-05-19T18:10:28.6791894Z mkdir -p .additional_ci_files 2024-05-19T18:10:28.6792953Z mv td_results.json .additional_ci_files/td_results.json 2024-05-19T18:10:28.6806328Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2024-05-19T18:10:28.6806942Z env: 2024-05-19T18:10:28.6807248Z GIT_DEFAULT_BRANCH: main 2024-05-19T18:10:28.6807809Z GPU_FLAG: --gpus all -e NVIDIA_DRIVER_CAPABILITIES=all 2024-05-19T18:10:28.6808399Z ##[endgroup] 2024-05-19T18:10:28.6878206Z mv: cannot stat 'td_results.json': No such file or directory 2024-05-19T18:10:28.6896695Z ##[error]Process completed with exit code 1. 2024-05-19T18:10:28.6943356Z ##[group]Run .github/scripts/parse_ref.py 2024-05-19T18:10:28.6943934Z .github/scripts/parse_ref.py 2024-05-19T18:10:28.6957376Z shell: /usr/bin/bash -e {0} 2024-05-19T18:10:28.6957808Z env: 2024-05-19T18:10:28.6958357Z GIT_DEFAULT_BRANCH: main 2024-05-19T18:10:28.6958905Z GPU_FLAG: --gpus all -e NVIDIA_DRIVER_CAPABILITIES=all 2024-05-19T18:10:28.6959544Z ##[endgroup] 2024-05-19T18:10:28.7299151Z Prepare all required actions 2024-05-19T18:10:28.7349948Z ##[group]Run ./.github/actions/get-workflow-job-id 2024-05-19T18:10:28.7350505Z with: 2024-05-19T18:10:28.7351205Z github-token: *** 2024-05-19T18:10:28.7351555Z env: 2024-05-19T18:10:28.7351848Z GIT_DEFAULT_BRANCH: main 2024-05-19T18:10:28.7352529Z GPU_FLAG: --gpus all -e NVIDIA_DRIVER_CAPABILITIES=all 2024-05-19T18:10:28.7353110Z ##[endgroup] 2024-05-19T18:10:28.7373807Z ##[group]Run set -eux 2024-05-19T18:10:28.7374215Z set -eux 2024-05-19T18:10:28.7375001Z python3 .github/scripts/get_workflow_job_id.py "${GITHUB_RUN_ID}" "${RUNNER_NAME}" 2024-05-19T18:10:28.7388084Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2024-05-19T18:10:28.7388678Z env: 2024-05-19T18:10:28.7389002Z GIT_DEFAULT_BRANCH: main 2024-05-19T18:10:28.7389558Z GPU_FLAG: --gpus all -e NVIDIA_DRIVER_CAPABILITIES=all 2024-05-19T18:10:28.7390379Z GITHUB_TOKEN: *** 2024-05-19T18:10:28.7390739Z ##[endgroup] 2024-05-19T18:10:28.7426826Z + python3 .github/scripts/get_workflow_job_id.py 9148947323 gh-ci-gcp-a100-1 2024-05-19T18:10:30.1758359Z setting job-id=25153237387 2024-05-19T18:10:30.1760437Z setting job-name=cuda12.4-py3.10-gcc9-sm80 / test (inductor_torchbench_smoketest_perf, 1, 1, linux.gcp.a100) 2024-05-19T18:10:30.2038014Z Prepare all required actions 2024-05-19T18:10:30.2038560Z Getting action download info 2024-05-19T18:10:30.3730398Z ##[group]Run ./.github/actions/filter-test-configs 2024-05-19T18:10:30.3730953Z with: 2024-05-19T18:10:30.3731499Z github-token: *** 2024-05-19T18:10:30.3732456Z test-matrix: {"include": [{"config": "inductor_torchbench_smoketest_perf", "shard": 1, "num_shards": 1, "runner": "linux.gcp.a100"}]} 2024-05-19T18:10:30.3733926Z job-name: cuda12.4-py3.10-gcc9-sm80 / test (inductor_torchbench_smoketest_perf, 1, 1, linux.gcp.a100) 2024-05-19T18:10:30.3734889Z env: 2024-05-19T18:10:30.3735200Z GIT_DEFAULT_BRANCH: main 2024-05-19T18:10:30.3735722Z GPU_FLAG: --gpus all -e NVIDIA_DRIVER_CAPABILITIES=all 2024-05-19T18:10:30.3736298Z ##[endgroup] 2024-05-19T18:10:30.3789292Z ##[group]Run nick-fields/retry@3e91a01664abd3c5cd539100d10d33b9c5b68482 2024-05-19T18:10:30.3789963Z with: 2024-05-19T18:10:30.3790264Z shell: bash 2024-05-19T18:10:30.3790672Z timeout_minutes: 10 2024-05-19T18:10:30.3791030Z max_attempts: 5 2024-05-19T18:10:30.3791385Z retry_wait_seconds: 30 2024-05-19T18:10:30.3792525Z command: set -eux # PyYAML 6.0 doesn't work with MacOS x86 anymore python3 -m pip install requests==2.26.0 pyyaml==6.0.1 2024-05-19T18:10:30.3793572Z polling_interval_seconds: 1 2024-05-19T18:10:30.3793995Z warning_on_retry: true 2024-05-19T18:10:30.3794395Z continue_on_error: false 2024-05-19T18:10:30.3794827Z env: 2024-05-19T18:10:30.3795112Z GIT_DEFAULT_BRANCH: main 2024-05-19T18:10:30.3795646Z GPU_FLAG: --gpus all -e NVIDIA_DRIVER_CAPABILITIES=all 2024-05-19T18:10:30.3796487Z GITHUB_TOKEN: *** 2024-05-19T18:10:30.3796873Z ##[endgroup] 2024-05-19T18:10:30.4460905Z + python3 -m pip install requests==2.26.0 pyyaml==6.0.1 2024-05-19T18:10:31.6086834Z Requirement already satisfied: requests==2.26.0 in /home/ubuntu/.local/lib/python3.8/site-packages (2.26.0) 2024-05-19T18:10:31.6208998Z Requirement already satisfied: pyyaml==6.0.1 in /home/ubuntu/.local/lib/python3.8/site-packages (6.0.1) 2024-05-19T18:10:31.6230116Z Requirement already satisfied: charset-normalizer~=2.0.0; python_version >= "3" in /home/ubuntu/.local/lib/python3.8/site-packages (from requests==2.26.0) (2.0.12) 2024-05-19T18:10:31.6257892Z Requirement already satisfied: certifi>=2017.4.17 in /usr/lib/python3/dist-packages (from requests==2.26.0) (2019.11.28) 2024-05-19T18:10:31.6271632Z Requirement already satisfied: urllib3<1.27,>=1.21.1 in /usr/lib/python3/dist-packages (from requests==2.26.0) (1.25.8) 2024-05-19T18:10:31.6335261Z Requirement already satisfied: idna<4,>=2.5; python_version >= "3" in /usr/lib/python3/dist-packages (from requests==2.26.0) (2.8) 2024-05-19T18:10:32.4481427Z Command completed after 1 attempt(s). 2024-05-19T18:10:32.4545466Z ##[group]Run set -x 2024-05-19T18:10:32.4545866Z set -x 2024-05-19T18:10:32.4546205Z  2024-05-19T18:10:32.4546866Z # Use relative path here as this could be checked out anywhere, not necessarily 2024-05-19T18:10:32.4547709Z # in runner workspace 2024-05-19T18:10:32.4548343Z python3 "${GITHUB_ACTION_PATH}/../../scripts/parse_ref.py" 2024-05-19T18:10:32.4561670Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2024-05-19T18:10:32.4562279Z env: 2024-05-19T18:10:32.4562589Z GIT_DEFAULT_BRANCH: main 2024-05-19T18:10:32.4563132Z GPU_FLAG: --gpus all -e NVIDIA_DRIVER_CAPABILITIES=all 2024-05-19T18:10:32.4563720Z ##[endgroup] 2024-05-19T18:10:32.4601208Z + python3 /home/weiwangmeta/actions-runner/_work/pytorch/pytorch/./.github/actions/filter-test-configs/../../scripts/parse_ref.py 2024-05-19T18:10:32.4882817Z ##[group]Run echo "Workflow: ${GITHUB_WORKFLOW}" 2024-05-19T18:10:32.4883472Z echo "Workflow: ${GITHUB_WORKFLOW}" 2024-05-19T18:10:32.4884026Z echo "Job name: ${JOB_NAME}" 2024-05-19T18:10:32.4884498Z  2024-05-19T18:10:32.4885215Z # Use relative path here as this could be checked out anywhere, not necessarily 2024-05-19T18:10:32.4886289Z # in runner workspace 2024-05-19T18:10:32.4886995Z python3 "${GITHUB_ACTION_PATH}/../../scripts/filter_test_configs.py" \ 2024-05-19T18:10:32.4887785Z  --workflow "${GITHUB_WORKFLOW}" \ 2024-05-19T18:10:32.4888316Z  --job-name "${JOB_NAME}" \ 2024-05-19T18:10:32.4889426Z  --test-matrix "{"include": [{"config": "inductor_torchbench_smoketest_perf", "shard": 1, "num_shards": 1, "runner": "linux.gcp.a100"}]}" \ 2024-05-19T18:10:32.4890557Z  --selected-test-configs "" \ 2024-05-19T18:10:32.4891101Z  --pr-number "${PR_NUMBER}" \ 2024-05-19T18:10:32.4891612Z  --tag "${TAG}" \ 2024-05-19T18:10:32.4892059Z  --event-name "${EVENT_NAME}" \ 2024-05-19T18:10:32.4892588Z  --schedule "${SCHEDULE}" \ 2024-05-19T18:10:32.4893087Z  --branch "${HEAD_BRANCH}" 2024-05-19T18:10:32.4905905Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2024-05-19T18:10:32.4906498Z env: 2024-05-19T18:10:32.4906828Z GIT_DEFAULT_BRANCH: main 2024-05-19T18:10:32.4907367Z GPU_FLAG: --gpus all -e NVIDIA_DRIVER_CAPABILITIES=all 2024-05-19T18:10:32.4908218Z GITHUB_TOKEN: *** 2024-05-19T18:10:32.4909008Z JOB_NAME: cuda12.4-py3.10-gcc9-sm80 / test (inductor_torchbench_smoketest_perf, 1, 1, linux.gcp.a100) 2024-05-19T18:10:32.4909913Z PR_NUMBER: 2024-05-19T18:10:32.4910264Z TAG: ciflow/inductor/121956 2024-05-19T18:10:32.4910695Z EVENT_NAME: push 2024-05-19T18:10:32.4911036Z SCHEDULE: 2024-05-19T18:10:32.4911360Z HEAD_BRANCH: 2024-05-19T18:10:32.4911705Z ##[endgroup] 2024-05-19T18:10:32.4947148Z Workflow: inductor 2024-05-19T18:10:32.4948483Z Job name: cuda12.4-py3.10-gcc9-sm80 / test (inductor_torchbench_smoketest_perf, 1, 1, linux.gcp.a100) 2024-05-19T18:10:32.7623971Z INFO:root:Found no test-config label on the PR, so all test configs are included 2024-05-19T18:10:33.0128075Z ##[group]Run echo "Filtered matrix:" 2024-05-19T18:10:33.0128620Z echo "Filtered matrix:" 2024-05-19T18:10:33.0129656Z echo "{"include": [{"config": "inductor_torchbench_smoketest_perf", "shard": 1, "num_shards": 1, "runner": "linux.gcp.a100"}]}" 2024-05-19T18:10:33.0130662Z  2024-05-19T18:10:33.0130968Z echo 2024-05-19T18:10:33.0131392Z echo "Is the current job unstable? False" 2024-05-19T18:10:33.0131940Z  2024-05-19T18:10:33.0132240Z echo 2024-05-19T18:10:33.0132651Z echo "Is keep-going label set? False" 2024-05-19T18:10:33.0133165Z  2024-05-19T18:10:33.0133465Z echo 2024-05-19T18:10:33.0134044Z echo "Renabled issues? " 2024-05-19T18:10:33.0147044Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2024-05-19T18:10:33.0147658Z env: 2024-05-19T18:10:33.0147975Z GIT_DEFAULT_BRANCH: main 2024-05-19T18:10:33.0148517Z GPU_FLAG: --gpus all -e NVIDIA_DRIVER_CAPABILITIES=all 2024-05-19T18:10:33.0149091Z ##[endgroup] 2024-05-19T18:10:33.0183961Z Filtered matrix: 2024-05-19T18:10:33.0185167Z {include: [{config: inductor_torchbench_smoketest_perf, shard: 1, num_shards: 1, runner: linux.gcp.a100}]} 2024-05-19T18:10:33.0186867Z 2024-05-19T18:10:33.0187224Z Is the current job unstable? False 2024-05-19T18:10:33.0187685Z 2024-05-19T18:10:33.0188108Z Is keep-going label set? False 2024-05-19T18:10:33.0188427Z 2024-05-19T18:10:33.0188560Z Renabled issues? 2024-05-19T18:10:33.0266830Z ##[group]Run echo "timeout=$((JOB_TIMEOUT-30))" >> "${GITHUB_OUTPUT}" 2024-05-19T18:10:33.0267709Z echo "timeout=$((JOB_TIMEOUT-30))" >> "${GITHUB_OUTPUT}" 2024-05-19T18:10:33.0280129Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2024-05-19T18:10:33.0280749Z env: 2024-05-19T18:10:33.0281051Z GIT_DEFAULT_BRANCH: main 2024-05-19T18:10:33.0281578Z GPU_FLAG: --gpus all -e NVIDIA_DRIVER_CAPABILITIES=all 2024-05-19T18:10:33.0282165Z JOB_TIMEOUT: 240 2024-05-19T18:10:33.0282516Z ##[endgroup] 2024-05-19T18:10:33.0383073Z ##[group]Run set -x 2024-05-19T18:10:33.0383538Z set -x 2024-05-19T18:10:33.0383877Z  2024-05-19T18:10:33.0384281Z if [[ $TEST_CONFIG == 'multigpu' ]]; then 2024-05-19T18:10:33.0385007Z  TEST_COMMAND=.ci/pytorch/multigpu-test.sh 2024-05-19T18:10:33.0385692Z elif [[ $BUILD_ENVIRONMENT == *onnx* ]]; then 2024-05-19T18:10:33.0386309Z  TEST_COMMAND=.ci/onnx/test.sh 2024-05-19T18:10:33.0386796Z else 2024-05-19T18:10:33.0387176Z  TEST_COMMAND=.ci/pytorch/test.sh 2024-05-19T18:10:33.0387680Z fi 2024-05-19T18:10:33.0387991Z  2024-05-19T18:10:33.0388547Z # detached container should get cleaned up by teardown_ec2_linux 2024-05-19T18:10:33.0389491Z # TODO: Stop building test binaries as part of the build phase 2024-05-19T18:10:33.0390324Z # Used for GPU_FLAG since that doesn't play nice 2024-05-19T18:10:33.0391049Z # shellcheck disable=SC2086,SC2090 2024-05-19T18:10:33.0391591Z container_name=$(docker run \ 2024-05-19T18:10:33.0392282Z  ${GPU_FLAG:-} \ 2024-05-19T18:10:33.0392725Z  -e BUILD_ENVIRONMENT \ 2024-05-19T18:10:33.0393208Z  -e PR_NUMBER \ 2024-05-19T18:10:33.0393619Z  -e GITHUB_ACTIONS \ 2024-05-19T18:10:33.0394085Z  -e GITHUB_REPOSITORY \ 2024-05-19T18:10:33.0394565Z  -e GITHUB_WORKFLOW \ 2024-05-19T18:10:33.0395061Z  -e GITHUB_JOB \ 2024-05-19T18:10:33.0395470Z  -e GITHUB_RUN_ID \ 2024-05-19T18:10:33.0395925Z  -e GITHUB_RUN_NUMBER \ 2024-05-19T18:10:33.0396408Z  -e GITHUB_RUN_ATTEMPT \ 2024-05-19T18:10:33.0396883Z  -e JOB_ID \ 2024-05-19T18:10:33.0397262Z  -e JOB_NAME \ 2024-05-19T18:10:33.0397661Z  -e BASE_SHA \ 2024-05-19T18:10:33.0398058Z  -e BRANCH \ 2024-05-19T18:10:33.0398435Z  -e SHA1 \ 2024-05-19T18:10:33.0398833Z  -e AWS_DEFAULT_REGION \ 2024-05-19T18:10:33.0399305Z  -e IN_WHEEL_TEST \ 2024-05-19T18:10:33.0399749Z  -e SHARD_NUMBER \ 2024-05-19T18:10:33.0400164Z  -e TEST_CONFIG \ 2024-05-19T18:10:33.0400596Z  -e NUM_TEST_SHARDS \ 2024-05-19T18:10:33.0401058Z  -e REENABLED_ISSUES \ 2024-05-19T18:10:33.0401546Z  -e CONTINUE_THROUGH_ERROR \ 2024-05-19T18:10:33.0402037Z  -e VERBOSE_TEST_LOGS \ 2024-05-19T18:10:33.0402508Z  -e NO_TEST_TIMEOUT \ 2024-05-19T18:10:33.0402948Z  -e NO_TD \ 2024-05-19T18:10:33.0403345Z  -e TD_DISTRIBUTED \ 2024-05-19T18:10:33.0403775Z  -e PR_LABELS \ 2024-05-19T18:10:33.0404474Z  -e MAX_JOBS="$(nproc --ignore=2)" \ 2024-05-19T18:10:33.0405063Z  -e SCCACHE_BUCKET \ 2024-05-19T18:10:33.0405519Z  -e SCCACHE_S3_KEY_PREFIX \ 2024-05-19T18:10:33.0406011Z  -e XLA_CUDA \ 2024-05-19T18:10:33.0406488Z  -e XLA_CLANG_CACHE_S3_BUCKET_NAME \ 2024-05-19T18:10:33.0407102Z  -e PYTORCH_TEST_CUDA_MEM_LEAK_CHECK \ 2024-05-19T18:10:33.0407718Z  -e PYTORCH_TEST_RERUN_DISABLED_TESTS \ 2024-05-19T18:10:33.0408340Z  -e SKIP_SCCACHE_INITIALIZATION=1 \ 2024-05-19T18:10:33.0408907Z  -e HUGGING_FACE_HUB_TOKEN \ 2024-05-19T18:10:33.0409411Z  -e DASHBOARD_TAG \ 2024-05-19T18:10:33.0409963Z  --env-file="/tmp/github_env_${GITHUB_RUN_ID}" \ 2024-05-19T18:10:33.0410631Z  --security-opt seccomp=unconfined \ 2024-05-19T18:10:33.0411184Z  --cap-add=SYS_PTRACE \ 2024-05-19T18:10:33.0411641Z  --ipc=host \ 2024-05-19T18:10:33.0412044Z  --shm-size="${SHM_SIZE}" \ 2024-05-19T18:10:33.0412518Z  --tty \ 2024-05-19T18:10:33.0412877Z  --detach \ 2024-05-19T18:10:33.0413288Z  --name="${container_name}" \ 2024-05-19T18:10:33.0413771Z  --user jenkins \ 2024-05-19T18:10:33.0414638Z  -v "${GITHUB_WORKSPACE}:/var/lib/jenkins/workspace" \ 2024-05-19T18:10:33.0415380Z  -w /var/lib/jenkins/workspace \ 2024-05-19T18:10:33.0415900Z  "${DOCKER_IMAGE}" 2024-05-19T18:10:33.0416295Z ) 2024-05-19T18:10:33.0416777Z # Propagate download.pytorch.org IP to container 2024-05-19T18:10:33.0417954Z grep download.pytorch.org /etc/hosts | docker exec -i "${container_name}" sudo bash -c "/bin/cat >> /etc/hosts" 2024-05-19T18:10:33.0419176Z echo "DOCKER_CONTAINER_ID=${container_name}" >> "${GITHUB_ENV}" 2024-05-19T18:10:33.0420301Z docker exec -t "${container_name}" sh -c "pip install $(echo dist/*.whl)[opt-einsum] && ${TEST_COMMAND}" 2024-05-19T18:10:33.0432832Z shell: /usr/bin/bash -e {0} 2024-05-19T18:10:33.0433257Z env: 2024-05-19T18:10:33.0433578Z GIT_DEFAULT_BRANCH: main 2024-05-19T18:10:33.0434118Z GPU_FLAG: --gpus all -e NVIDIA_DRIVER_CAPABILITIES=all 2024-05-19T18:10:33.0434901Z BUILD_ENVIRONMENT: linux-focal-cuda12.4-py3.10-gcc9-sm80 2024-05-19T18:10:33.0435515Z PR_NUMBER: 2024-05-19T18:10:33.0435886Z GITHUB_REPOSITORY: pytorch/pytorch 2024-05-19T18:10:33.0436378Z GITHUB_WORKFLOW: inductor 2024-05-19T18:10:33.0436773Z GITHUB_JOB: test 2024-05-19T18:10:33.0437132Z GITHUB_RUN_ID: 9148947323 2024-05-19T18:10:33.0437543Z GITHUB_RUN_NUMBER: 69546 2024-05-19T18:10:33.0437938Z GITHUB_RUN_ATTEMPT: 1 2024-05-19T18:10:33.0438325Z JOB_ID: 25153237387 2024-05-19T18:10:33.0439127Z JOB_NAME: cuda12.4-py3.10-gcc9-sm80 / test (inductor_torchbench_smoketest_perf, 1, 1, linux.gcp.a100) 2024-05-19T18:10:33.0440019Z BRANCH: 2024-05-19T18:10:33.0440407Z SHA1: c8c7ddfde57442cc28a394c385cab656ce9b1f5e 2024-05-19T18:10:33.0441055Z BASE_SHA: c8c7ddfde57442cc28a394c385cab656ce9b1f5e 2024-05-19T18:10:33.0441706Z TEST_CONFIG: inductor_torchbench_smoketest_perf 2024-05-19T18:10:33.0442250Z SHARD_NUMBER: 1 2024-05-19T18:10:33.0442586Z NUM_TEST_SHARDS: 1 2024-05-19T18:10:33.0442947Z REENABLED_ISSUES: 2024-05-19T18:10:33.0443338Z CONTINUE_THROUGH_ERROR: False 2024-05-19T18:10:33.0443799Z VERBOSE_TEST_LOGS: False 2024-05-19T18:10:33.0444200Z NO_TEST_TIMEOUT: False 2024-05-19T18:10:33.0444588Z NO_TD: False 2024-05-19T18:10:33.0444973Z TD_DISTRIBUTED: False 2024-05-19T18:10:33.0445456Z SCCACHE_BUCKET: ossci-compiler-cache-circleci-v2 2024-05-19T18:10:33.0446051Z SCCACHE_S3_KEY_PREFIX: inductor 2024-05-19T18:10:33.0446499Z SHM_SIZE: 2g 2024-05-19T18:10:33.0447899Z DOCKER_IMAGE: 308535385114.dkr.ecr.us-east-1.amazonaws.com/pytorch/pytorch-linux-focal-cuda12.4-cudnn8-py3-gcc9-inductor-benchmarks:d55d6a6f08250cd2609d528116ab6fd6e787bee0 2024-05-19T18:10:33.0449419Z XLA_CUDA: 2024-05-19T18:10:33.0449982Z XLA_CLANG_CACHE_S3_BUCKET_NAME: ossci-compiler-clang-cache-circleci-xla 2024-05-19T18:10:33.0450918Z PYTORCH_TEST_CUDA_MEM_LEAK_CHECK: 0 2024-05-19T18:10:33.0451435Z PYTORCH_TEST_RERUN_DISABLED_TESTS: 0 2024-05-19T18:10:33.0451916Z DASHBOARD_TAG: 2024-05-19T18:10:33.0452538Z HUGGING_FACE_HUB_TOKEN: *** 2024-05-19T18:10:33.0452962Z ##[endgroup] 2024-05-19T18:10:33.0486755Z + [[ inductor_torchbench_smoketest_perf == \m\u\l\t\i\g\p\u ]] 2024-05-19T18:10:33.0488299Z + [[ linux-focal-cuda12.4-py3.10-gcc9-sm80 == *onnx* ]] 2024-05-19T18:10:33.0488926Z + TEST_COMMAND=.ci/pytorch/test.sh 2024-05-19T18:10:33.0498860Z +++ nproc --ignore=2 2024-05-19T18:10:33.0519784Z ++ docker run --gpus all -e NVIDIA_DRIVER_CAPABILITIES=all -e BUILD_ENVIRONMENT -e PR_NUMBER -e GITHUB_ACTIONS -e GITHUB_REPOSITORY -e GITHUB_WORKFLOW -e GITHUB_JOB -e GITHUB_RUN_ID -e GITHUB_RUN_NUMBER -e GITHUB_RUN_ATTEMPT -e JOB_ID -e JOB_NAME -e BASE_SHA -e BRANCH -e SHA1 -e AWS_DEFAULT_REGION -e IN_WHEEL_TEST -e SHARD_NUMBER -e TEST_CONFIG -e NUM_TEST_SHARDS -e REENABLED_ISSUES -e CONTINUE_THROUGH_ERROR -e VERBOSE_TEST_LOGS -e NO_TEST_TIMEOUT -e NO_TD -e TD_DISTRIBUTED -e PR_LABELS -e MAX_JOBS=10 -e SCCACHE_BUCKET -e SCCACHE_S3_KEY_PREFIX -e XLA_CUDA -e XLA_CLANG_CACHE_S3_BUCKET_NAME -e PYTORCH_TEST_CUDA_MEM_LEAK_CHECK -e PYTORCH_TEST_RERUN_DISABLED_TESTS -e SKIP_SCCACHE_INITIALIZATION=1 -e HUGGING_FACE_HUB_TOKEN -e DASHBOARD_TAG --env-file=/tmp/github_env_9148947323 --security-opt seccomp=unconfined --cap-add=SYS_PTRACE --ipc=host --shm-size=2g --tty --detach --name= --user jenkins -v /home/weiwangmeta/actions-runner/_work/pytorch/pytorch:/var/lib/jenkins/workspace -w /var/lib/jenkins/workspace 308535385114.dkr.ecr.us-east-1.amazonaws.com/pytorch/pytorch-linux-focal-cuda12.4-cudnn8-py3-gcc9-inductor-benchmarks:d55d6a6f08250cd2609d528116ab6fd6e787bee0 2024-05-19T18:10:36.8569844Z + container_name=6df3cbb742334d736098b872dcfc6484c2609606d16a19e999ea701d2850d234 2024-05-19T18:10:36.8571442Z + grep download.pytorch.org /etc/hosts 2024-05-19T18:10:36.8573157Z + docker exec -i 6df3cbb742334d736098b872dcfc6484c2609606d16a19e999ea701d2850d234 sudo bash -c '/bin/cat >> /etc/hosts' 2024-05-19T18:10:36.9426640Z + echo DOCKER_CONTAINER_ID=6df3cbb742334d736098b872dcfc6484c2609606d16a19e999ea701d2850d234 2024-05-19T18:10:36.9431010Z ++ echo dist/torch-2.4.0a0+gitc8c7ddf-cp310-cp310-linux_x86_64.whl 2024-05-19T18:10:36.9434923Z + docker exec -t 6df3cbb742334d736098b872dcfc6484c2609606d16a19e999ea701d2850d234 sh -c 'pip install dist/torch-2.4.0a0+gitc8c7ddf-cp310-cp310-linux_x86_64.whl[opt-einsum] && .ci/pytorch/test.sh' 2024-05-19T18:10:37.4891543Z Processing ./dist/torch-2.4.0a0+gitc8c7ddf-cp310-cp310-linux_x86_64.whl (from torch==2.4.0a0+gitc8c7ddf) 2024-05-19T18:10:38.5704295Z Requirement already satisfied: filelock in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from torch==2.4.0a0+gitc8c7ddf->torch==2.4.0a0+gitc8c7ddf) (3.13.1) 2024-05-19T18:10:38.5709239Z Requirement already satisfied: typing-extensions>=4.8.0 in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from torch==2.4.0a0+gitc8c7ddf->torch==2.4.0a0+gitc8c7ddf) (4.11.0) 2024-05-19T18:10:38.5714892Z Requirement already satisfied: sympy in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from torch==2.4.0a0+gitc8c7ddf->torch==2.4.0a0+gitc8c7ddf) (1.12) 2024-05-19T18:10:38.5719574Z Requirement already satisfied: networkx in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from torch==2.4.0a0+gitc8c7ddf->torch==2.4.0a0+gitc8c7ddf) (2.8.8) 2024-05-19T18:10:38.5725198Z Requirement already satisfied: jinja2 in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from torch==2.4.0a0+gitc8c7ddf->torch==2.4.0a0+gitc8c7ddf) (3.1.4) 2024-05-19T18:10:38.5728153Z Requirement already satisfied: fsspec in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from torch==2.4.0a0+gitc8c7ddf->torch==2.4.0a0+gitc8c7ddf) (2024.2.0) 2024-05-19T18:10:38.5763148Z Requirement already satisfied: opt-einsum>=3.3 in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from torch==2.4.0a0+gitc8c7ddf->torch==2.4.0a0+gitc8c7ddf) (3.3.0) 2024-05-19T18:10:38.5834422Z Requirement already satisfied: numpy>=1.7 in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from opt-einsum>=3.3->torch==2.4.0a0+gitc8c7ddf->torch==2.4.0a0+gitc8c7ddf) (1.21.2) 2024-05-19T18:10:38.6346752Z Requirement already satisfied: MarkupSafe>=2.0 in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from jinja2->torch==2.4.0a0+gitc8c7ddf->torch==2.4.0a0+gitc8c7ddf) (2.1.5) 2024-05-19T18:10:38.6537975Z Requirement already satisfied: mpmath>=0.19 in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from sympy->torch==2.4.0a0+gitc8c7ddf->torch==2.4.0a0+gitc8c7ddf) (1.3.0) 2024-05-19T18:10:40.2260344Z Installing collected packages: torch 2024-05-19T18:10:52.1305358Z ERROR: pip's dependency resolver does not currently take into account all the packages that are installed. This behaviour is the source of the following dependency conflicts. 2024-05-19T18:10:52.1307130Z timm 0.9.7 requires torchvision, which is not installed. 2024-05-19T18:10:52.1308012Z Successfully installed torch-2.4.0a0+gitc8c7ddf 2024-05-19T18:10:52.2255216Z ++ dirname .ci/pytorch/test.sh 2024-05-19T18:10:52.2263582Z + source .ci/pytorch/common.sh 2024-05-19T18:10:52.2267047Z +++ dirname .ci/pytorch/common.sh 2024-05-19T18:10:52.2277364Z ++ source .ci/pytorch/common_utils.sh 2024-05-19T18:10:52.2279646Z +++ declare -f -t trap_add 2024-05-19T18:10:52.2289894Z ++ set -ex 2024-05-19T18:10:52.2291112Z ++ [[ linux-focal-cuda12.4-py3.10-gcc9-sm80 == *rocm* ]] 2024-05-19T18:10:52.2291863Z ++ BUILD_TEST_LIBTORCH=0 2024-05-19T18:10:52.2292750Z + [[ linux-focal-cuda12.4-py3.10-gcc9-sm80 != *rocm* ]] 2024-05-19T18:10:52.2297670Z ++ stat -c %u /var/lib/jenkins/workspace 2024-05-19T18:10:52.2313080Z + WORKSPACE_ORIGINAL_OWNER_ID=1000 2024-05-19T18:10:52.2313895Z + trap_add cleanup_workspace EXIT 2024-05-19T18:10:52.2314379Z + trap_add_cmd=cleanup_workspace 2024-05-19T18:10:52.2314860Z + shift 2024-05-19T18:10:52.2315174Z + for trap_add_name in "$@" 2024-05-19T18:10:52.2323648Z +++ trap -p EXIT 2024-05-19T18:10:52.2327276Z ++ eval 'extract_trap_cmd ' 2024-05-19T18:10:52.2327759Z +++ extract_trap_cmd 2024-05-19T18:10:52.2328183Z +++ printf '%s\n' '' 2024-05-19T18:10:52.2328655Z ++ printf '%s\n' cleanup_workspace 2024-05-19T18:10:52.2330570Z + trap -- ' 2024-05-19T18:10:52.2330989Z cleanup_workspace' EXIT 2024-05-19T18:10:52.2331553Z + sudo chown -R jenkins /var/lib/jenkins/workspace 2024-05-19T18:10:52.8939998Z + git config --global --add safe.directory /var/lib/jenkins/workspace 2024-05-19T18:10:52.8973284Z + echo 'Environment variables:' 2024-05-19T18:10:52.8974138Z Environment variables: 2024-05-19T18:10:52.8974524Z + env 2024-05-19T18:10:52.8985583Z INSTALLED_DB=yes 2024-05-19T18:10:52.8986502Z NV_LIBCUBLAS_VERSION=12.4.2.65-1 2024-05-19T18:10:52.8987274Z NVIDIA_VISIBLE_DEVICES=all 2024-05-19T18:10:52.8988234Z NV_NVML_DEV_VERSION=12.4.99-1 2024-05-19T18:10:52.8989203Z GITHUB_WORKSPACE=/home/weiwangmeta/actions-runner/_work/pytorch/pytorch 2024-05-19T18:10:52.8989935Z CONTINUE_THROUGH_ERROR=False 2024-05-19T18:10:52.8990635Z NV_LIBNCCL_DEV_PACKAGE=libnccl-dev=2.20.5-1+cuda12.4 2024-05-19T18:10:52.8991255Z NV_LIBNCCL_DEV_PACKAGE_VERSION=2.20.5-1 2024-05-19T18:10:52.8991964Z BUILD_ENVIRONMENT=linux-focal-cuda12.4-py3.10-gcc9-sm80 2024-05-19T18:10:52.8992818Z HOSTNAME=6df3cbb74233 2024-05-19T18:10:52.8994199Z GITHUB_PATH=/home/weiwangmeta/actions-runner/_work/_temp/_runner_file_commands/add_path_89f0e5b6-dcc3-492c-be7b-8e38b413cf46 2024-05-19T18:10:52.8995247Z GITHUB_ACTION=__self 2024-05-19T18:10:52.8995648Z PYTORCH_TEST_CUDA_MEM_LEAK_CHECK=0 2024-05-19T18:10:52.9003222Z NVIDIA_REQUIRE_CUDA=cuda>=12.4 brand=tesla,driver>=470,driver<471 brand=unknown,driver>=470,driver<471 brand=nvidia,driver>=470,driver<471 brand=nvidiartx,driver>=470,driver<471 brand=geforce,driver>=470,driver<471 brand=geforcertx,driver>=470,driver<471 brand=quadro,driver>=470,driver<471 brand=quadrortx,driver>=470,driver<471 brand=titan,driver>=470,driver<471 brand=titanrtx,driver>=470,driver<471 brand=tesla,driver>=525,driver<526 brand=unknown,driver>=525,driver<526 brand=nvidia,driver>=525,driver<526 brand=nvidiartx,driver>=525,driver<526 brand=geforce,driver>=525,driver<526 brand=geforcertx,driver>=525,driver<526 brand=quadro,driver>=525,driver<526 brand=quadrortx,driver>=525,driver<526 brand=titan,driver>=525,driver<526 brand=titanrtx,driver>=525,driver<526 brand=tesla,driver>=535,driver<536 brand=unknown,driver>=535,driver<536 brand=nvidia,driver>=535,driver<536 brand=nvidiartx,driver>=535,driver<536 brand=geforce,driver>=535,driver<536 brand=geforcertx,driver>=535,driver<536 brand=quadro,driver>=535,driver<536 brand=quadrortx,driver>=535,driver<536 brand=titan,driver>=535,driver<536 brand=titanrtx,driver>=535,driver<536 2024-05-19T18:10:52.9011912Z NV_LIBCUBLAS_DEV_PACKAGE=libcublas-dev-12-4=12.4.2.65-1 2024-05-19T18:10:52.9012539Z NV_NVTX_VERSION=12.4.99-1 2024-05-19T18:10:52.9012949Z GITHUB_RUN_NUMBER=69546 2024-05-19T18:10:52.9013400Z TEST_CONFIG=inductor_torchbench_smoketest_perf 2024-05-19T18:10:52.9013977Z GITHUB_REPOSITORY_OWNER_ID=21003710 2024-05-19T18:10:52.9014682Z TORCH_NVCC_FLAGS=-Xfatbin -compress-all 2024-05-19T18:10:52.9015235Z NV_CUDA_CUDART_DEV_VERSION=12.4.99-1 2024-05-19T18:10:52.9015750Z NV_LIBCUSPARSE_VERSION=12.3.0.142-1 2024-05-19T18:10:52.9016252Z NV_LIBNPP_VERSION=12.2.5.2-1 2024-05-19T18:10:52.9016957Z GITHUB_TRIGGERING_ACTOR=pytorch-bot[bot] 2024-05-19T18:10:52.9017558Z CMAKE_CUDA_COMPILER_LAUNCHER=/opt/cache/bin/sccache 2024-05-19T18:10:52.9018098Z GITHUB_REF_TYPE=tag 2024-05-19T18:10:52.9018472Z TORCH_CUDA_ARCH_LIST=Maxwell 2024-05-19T18:10:52.9018920Z NCCL_VERSION=2.20.5-1 2024-05-19T18:10:52.9019376Z BASE_SHA=c8c7ddfde57442cc28a394c385cab656ce9b1f5e 2024-05-19T18:10:52.9019925Z XLA_CUDA= 2024-05-19T18:10:52.9021150Z HUGGING_FACE_HUB_TOKEN=*** 2024-05-19T18:10:52.9024479Z *** 2024-05-19T18:10:52.9024835Z CARGO_NET_GIT_FETCH_WITH_CLI=true 2024-05-19T18:10:52.9025297Z GITHUB_REPOSITORY_ID=65600975 2024-05-19T18:10:52.9025723Z GITHUB_ACTIONS=true 2024-05-19T18:10:52.9026116Z NVIDIA_DRIVER_CAPABILITIES=all 2024-05-19T18:10:52.9026773Z NV_NVPROF_DEV_PACKAGE=cuda-nvprof-12-4=12.4.99-1 2024-05-19T18:10:52.9027429Z NV_LIBNPP_PACKAGE=libnpp-12-4=12.2.5.2-1 2024-05-19T18:10:52.9028006Z SHA1=c8c7ddfde57442cc28a394c385cab656ce9b1f5e 2024-05-19T18:10:52.9028639Z NV_LIBNCCL_DEV_PACKAGE_NAME=libnccl-dev 2024-05-19T18:10:52.9029223Z GITHUB_SHA=c8c7ddfde57442cc28a394c385cab656ce9b1f5e 2024-05-19T18:10:52.9030286Z GITHUB_WORKFLOW_REF=pytorch/pytorch/.github/workflows/inductor.yml@refs/tags/ciflow/inductor/121956 2024-05-19T18:10:52.9031186Z UCC_HOME=/usr 2024-05-19T18:10:52.9031585Z NV_LIBCUBLAS_DEV_VERSION=12.4.2.65-1 2024-05-19T18:10:52.9032281Z VERBOSE_TEST_LOGS=False 2024-05-19T18:10:52.9032749Z NVIDIA_PRODUCT_NAME=CUDA 2024-05-19T18:10:52.9033319Z NV_LIBCUBLAS_DEV_PACKAGE_NAME=libcublas-dev-12-4 2024-05-19T18:10:52.9033921Z GITHUB_REF=refs/tags/ciflow/inductor/121956 2024-05-19T18:10:52.9034466Z NV_CUDA_CUDART_VERSION=12.4.99-1 2024-05-19T18:10:52.9034907Z SHARD_NUMBER=1 2024-05-19T18:10:52.9035280Z GITHUB_REF_PROTECTED=false 2024-05-19T18:10:52.9035673Z HOME=/var/lib/jenkins 2024-05-19T18:10:52.9036104Z GITHUB_API_URL=https://api.github.com 2024-05-19T18:10:52.9036648Z PYTORCH_TEST_RERUN_DISABLED_TESTS=0 2024-05-19T18:10:52.9037224Z UCX_COMMIT=7bb2722ff2187a0cad557ae4a6afa090569f83fb 2024-05-19T18:10:52.9037803Z SCCACHE_S3_KEY_PREFIX=inductor 2024-05-19T18:10:52.9038238Z CUDA_VERSION=12.4.0 2024-05-19T18:10:52.9038756Z NV_LIBCUBLAS_PACKAGE=libcublas-12-4=12.4.2.65-1 2024-05-19T18:10:52.9039283Z NUM_TEST_SHARDS=1 2024-05-19T18:10:52.9039619Z UCX_HOME=/usr 2024-05-19T18:10:52.9040299Z NV_CUDA_NSIGHT_COMPUTE_DEV_PACKAGE=cuda-nsight-compute-12-4=12.4.0-1 2024-05-19T18:10:52.9041731Z GITHUB_STATE=/home/weiwangmeta/actions-runner/_work/_temp/_runner_file_commands/save_state_89f0e5b6-dcc3-492c-be7b-8e38b413cf46 2024-05-19T18:10:52.9043354Z JOB_NAME=cuda12.4-py3.10-gcc9-sm80 / test (inductor_torchbench_smoketest_perf, 1, 1, linux.gcp.a100) 2024-05-19T18:10:52.9044946Z GITHUB_ENV=/home/weiwangmeta/actions-runner/_work/_temp/_runner_file_commands/set_env_89f0e5b6-dcc3-492c-be7b-8e38b413cf46 2024-05-19T18:10:52.9046735Z GITHUB_EVENT_PATH=/home/weiwangmeta/actions-runner/_work/_temp/_github_workflow/event.json 2024-05-19T18:10:52.9047576Z GITHUB_EVENT_NAME=push 2024-05-19T18:10:52.9047957Z DASHBOARD_TAG= 2024-05-19T18:10:52.9048294Z GITHUB_RUN_ID=9148947323 2024-05-19T18:10:52.9048836Z NV_LIBNPP_DEV_PACKAGE=libnpp-dev-12-4=12.2.5.2-1 2024-05-19T18:10:52.9049492Z NV_LIBCUBLAS_PACKAGE_NAME=libcublas-12-4 2024-05-19T18:10:52.9050852Z GITHUB_STEP_SUMMARY=/home/weiwangmeta/actions-runner/_work/_temp/_runner_file_commands/step_summary_89f0e5b6-dcc3-492c-be7b-8e38b413cf46 2024-05-19T18:10:52.9052033Z GITHUB_ACTOR=pytorch-bot[bot] 2024-05-19T18:10:52.9052508Z NV_LIBNPP_DEV_VERSION=12.2.5.2-1 2024-05-19T18:10:52.9052940Z PR_NUMBER= 2024-05-19T18:10:52.9053262Z GITHUB_RUN_ATTEMPT=1 2024-05-19T18:10:52.9053641Z ANACONDA_PYTHON_VERSION=3.10 2024-05-19T18:10:52.9054168Z GITHUB_GRAPHQL_URL=https://api.github.com/graphql 2024-05-19T18:10:52.9054726Z TERM=xterm 2024-05-19T18:10:52.9055101Z NV_LIBCUSPARSE_DEV_VERSION=12.3.0.142-1 2024-05-19T18:10:52.9055591Z INSTALLED_VISION=yes 2024-05-19T18:10:52.9055944Z BRANCH= 2024-05-19T18:10:52.9056264Z OPENSSL_ROOT_DIR=/opt/openssl 2024-05-19T18:10:52.9056722Z LIBRARY_PATH=/usr/local/cuda/lib64/stubs 2024-05-19T18:10:52.9057366Z CUDA_PATH=/usr/local/cuda 2024-05-19T18:10:52.9058355Z GITHUB_ACTION_PATH=/home/weiwangmeta/actions-runner/_work/pytorch/pytorch/./.github/actions/setup-linux 2024-05-19T18:10:52.9059322Z GITHUB_SERVER_URL=https://github.com 2024-05-19T18:10:52.9059892Z UCC_COMMIT=20eae37090a4ce1b32bcce6144ccad0b49943e0b 2024-05-19T18:10:52.9060504Z REENABLED_ISSUES= 2024-05-19T18:10:52.9060841Z SHLVL=1 2024-05-19T18:10:52.9061117Z MAX_JOBS=10 2024-05-19T18:10:52.9061479Z NV_CUDA_LIB_VERSION=12.4.0-1 2024-05-19T18:10:52.9061888Z NVARCH=x86_64 2024-05-19T18:10:52.9062227Z GITHUB_ACTOR_ID=54816060 2024-05-19T18:10:52.9062764Z GITHUB_WORKFLOW_SHA=c8c7ddfde57442cc28a394c385cab656ce9b1f5e 2024-05-19T18:10:52.9063432Z GITHUB_REF_NAME=ciflow/inductor/121956 2024-05-19T18:10:52.9064021Z NV_CUDA_COMPAT_PACKAGE=cuda-compat-12-4 2024-05-19T18:10:52.9064854Z XLA_CLANG_CACHE_S3_BUCKET_NAME=ossci-compiler-clang-cache-circleci-xla 2024-05-19T18:10:52.9065545Z GITHUB_JOB=test 2024-05-19T18:10:52.9066027Z NV_LIBNCCL_PACKAGE=libnccl2=2.20.5-1+cuda12.4 2024-05-19T18:10:52.9066701Z LD_LIBRARY_PATH=/usr/local/nvidia/lib:/usr/local/nvidia/lib64 2024-05-19T18:10:52.9067303Z NO_TEST_TIMEOUT=False 2024-05-19T18:10:52.9067680Z TD_DISTRIBUTED=False 2024-05-19T18:10:52.9068126Z NV_CUDA_NSIGHT_COMPUTE_VERSION=12.4.0-1 2024-05-19T18:10:52.9068648Z GITHUB_REPOSITORY=pytorch/pytorch 2024-05-19T18:10:52.9069130Z NV_NVPROF_VERSION=12.4.99-1 2024-05-19T18:10:52.9069552Z GITHUB_RETENTION_DAYS=90 2024-05-19T18:10:52.9069955Z OPENSSL_DIR=/opt/openssl 2024-05-19T18:10:52.9070396Z GITHUB_ACTION_REPOSITORY= 2024-05-19T18:10:52.9071705Z PATH=/opt/cache/bin:/opt/conda/envs/py_3.10/bin:/opt/conda/bin:/usr/local/nvidia/bin:/usr/local/cuda/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin 2024-05-19T18:10:52.9073523Z GITHUB_BASE_REF= 2024-05-19T18:10:52.9073904Z NV_LIBNCCL_PACKAGE_NAME=libnccl2 2024-05-19T18:10:52.9074343Z CI=true 2024-05-19T18:10:52.9074712Z NV_LIBNCCL_PACKAGE_VERSION=2.20.5-1 2024-05-19T18:10:52.9075216Z GITHUB_REPOSITORY_OWNER=pytorch 2024-05-19T18:10:52.9075655Z JOB_ID=25153237387 2024-05-19T18:10:52.9076000Z INSTALLED_PROTOBUF=yes 2024-05-19T18:10:52.9076378Z GITHUB_HEAD_REF= 2024-05-19T18:10:52.9076726Z GITHUB_ACTION_REF= 2024-05-19T18:10:52.9077255Z SCCACHE_BUCKET=ossci-compiler-cache-circleci-v2 2024-05-19T18:10:52.9077811Z GITHUB_WORKFLOW=inductor 2024-05-19T18:10:52.9078228Z DEBIAN_FRONTEND=noninteractive 2024-05-19T18:10:52.9079429Z GITHUB_OUTPUT=/home/weiwangmeta/actions-runner/_work/_temp/_runner_file_commands/set_output_89f0e5b6-dcc3-492c-be7b-8e38b413cf46 2024-05-19T18:10:52.9080545Z NO_TD=False 2024-05-19T18:10:52.9080877Z SKIP_SCCACHE_INITIALIZATION=1 2024-05-19T18:10:52.9081303Z _=/usr/bin/env 2024-05-19T18:10:52.9082121Z ++ python -c 'import site; print(site.getsitepackages()[0])' 2024-05-19T18:10:52.9209198Z + TORCH_INSTALL_DIR=/opt/conda/envs/py_3.10/lib/python3.10/site-packages/torch 2024-05-19T18:10:52.9211024Z + TORCH_BIN_DIR=/opt/conda/envs/py_3.10/lib/python3.10/site-packages/torch/bin 2024-05-19T18:10:52.9213089Z + TORCH_LIB_DIR=/opt/conda/envs/py_3.10/lib/python3.10/site-packages/torch/lib 2024-05-19T18:10:52.9214218Z + TORCH_TEST_DIR=/opt/conda/envs/py_3.10/lib/python3.10/site-packages/torch/test 2024-05-19T18:10:52.9215153Z + BUILD_DIR=build 2024-05-19T18:10:52.9215525Z + BUILD_RENAMED_DIR=build_renamed 2024-05-19T18:10:52.9215989Z + BUILD_BIN_DIR=build/bin 2024-05-19T18:10:52.9216559Z + SHARD_NUMBER=1 2024-05-19T18:10:52.9216908Z + NUM_TEST_SHARDS=1 2024-05-19T18:10:52.9217259Z + export VALGRIND=ON 2024-05-19T18:10:52.9217627Z + VALGRIND=ON 2024-05-19T18:10:52.9218549Z + [[ linux-focal-cuda12.4-py3.10-gcc9-sm80 == *clang9* ]] 2024-05-19T18:10:52.9219431Z + [[ 0 == \1 ]] 2024-05-19T18:10:52.9219835Z + [[ False == \1 ]] 2024-05-19T18:10:52.9220428Z + [[ linux-focal-cuda12.4-py3.10-gcc9-sm80 != *bazel* ]] 2024-05-19T18:10:52.9221074Z ++ realpath build/custom_test_artifacts 2024-05-19T18:10:52.9230476Z + CUSTOM_TEST_ARTIFACT_BUILD_DIR=/var/lib/jenkins/workspace/build/custom_test_artifacts 2024-05-19T18:10:52.9231861Z + [[ -n '' ]] 2024-05-19T18:10:52.9232824Z + echo 'Environment variables' 2024-05-19T18:10:52.9233275Z Environment variables 2024-05-19T18:10:52.9233623Z + env 2024-05-19T18:10:52.9241599Z INSTALLED_DB=yes 2024-05-19T18:10:52.9242418Z NV_LIBCUBLAS_VERSION=12.4.2.65-1 2024-05-19T18:10:52.9243322Z NVIDIA_VISIBLE_DEVICES=all 2024-05-19T18:10:52.9244169Z NV_NVML_DEV_VERSION=12.4.99-1 2024-05-19T18:10:52.9245346Z GITHUB_WORKSPACE=/home/weiwangmeta/actions-runner/_work/pytorch/pytorch 2024-05-19T18:10:52.9246078Z CONTINUE_THROUGH_ERROR=False 2024-05-19T18:10:52.9246724Z NV_LIBNCCL_DEV_PACKAGE=libnccl-dev=2.20.5-1+cuda12.4 2024-05-19T18:10:52.9247351Z NV_LIBNCCL_DEV_PACKAGE_VERSION=2.20.5-1 2024-05-19T18:10:52.9248283Z BUILD_ENVIRONMENT=linux-focal-cuda12.4-py3.10-gcc9-sm80 2024-05-19T18:10:52.9248889Z HOSTNAME=6df3cbb74233 2024-05-19T18:10:52.9250072Z GITHUB_PATH=/home/weiwangmeta/actions-runner/_work/_temp/_runner_file_commands/add_path_89f0e5b6-dcc3-492c-be7b-8e38b413cf46 2024-05-19T18:10:52.9251620Z GITHUB_ACTION=__self 2024-05-19T18:10:52.9252286Z PYTORCH_TEST_CUDA_MEM_LEAK_CHECK=0 2024-05-19T18:10:52.9260669Z NVIDIA_REQUIRE_CUDA=cuda>=12.4 brand=tesla,driver>=470,driver<471 brand=unknown,driver>=470,driver<471 brand=nvidia,driver>=470,driver<471 brand=nvidiartx,driver>=470,driver<471 brand=geforce,driver>=470,driver<471 brand=geforcertx,driver>=470,driver<471 brand=quadro,driver>=470,driver<471 brand=quadrortx,driver>=470,driver<471 brand=titan,driver>=470,driver<471 brand=titanrtx,driver>=470,driver<471 brand=tesla,driver>=525,driver<526 brand=unknown,driver>=525,driver<526 brand=nvidia,driver>=525,driver<526 brand=nvidiartx,driver>=525,driver<526 brand=geforce,driver>=525,driver<526 brand=geforcertx,driver>=525,driver<526 brand=quadro,driver>=525,driver<526 brand=quadrortx,driver>=525,driver<526 brand=titan,driver>=525,driver<526 brand=titanrtx,driver>=525,driver<526 brand=tesla,driver>=535,driver<536 brand=unknown,driver>=535,driver<536 brand=nvidia,driver>=535,driver<536 brand=nvidiartx,driver>=535,driver<536 brand=geforce,driver>=535,driver<536 brand=geforcertx,driver>=535,driver<536 brand=quadro,driver>=535,driver<536 brand=quadrortx,driver>=535,driver<536 brand=titan,driver>=535,driver<536 brand=titanrtx,driver>=535,driver<536 2024-05-19T18:10:52.9268698Z NV_LIBCUBLAS_DEV_PACKAGE=libcublas-dev-12-4=12.4.2.65-1 2024-05-19T18:10:52.9269319Z NV_NVTX_VERSION=12.4.99-1 2024-05-19T18:10:52.9269732Z GITHUB_RUN_NUMBER=69546 2024-05-19T18:10:52.9270236Z TEST_CONFIG=inductor_torchbench_smoketest_perf 2024-05-19T18:10:52.9270786Z GITHUB_REPOSITORY_OWNER_ID=21003710 2024-05-19T18:10:52.9271357Z TORCH_NVCC_FLAGS=-Xfatbin -compress-all 2024-05-19T18:10:52.9271904Z NV_CUDA_CUDART_DEV_VERSION=12.4.99-1 2024-05-19T18:10:52.9273273Z NV_LIBCUSPARSE_VERSION=12.3.0.142-1 2024-05-19T18:10:52.9273770Z NV_LIBNPP_VERSION=12.2.5.2-1 2024-05-19T18:10:52.9274301Z GITHUB_TRIGGERING_ACTOR=pytorch-bot[bot] 2024-05-19T18:10:52.9274896Z CMAKE_CUDA_COMPILER_LAUNCHER=/opt/cache/bin/sccache 2024-05-19T18:10:52.9275462Z GITHUB_REF_TYPE=tag 2024-05-19T18:10:52.9275823Z TORCH_CUDA_ARCH_LIST=Maxwell 2024-05-19T18:10:52.9276260Z NCCL_VERSION=2.20.5-1 2024-05-19T18:10:52.9276731Z BASE_SHA=c8c7ddfde57442cc28a394c385cab656ce9b1f5e 2024-05-19T18:10:52.9277255Z XLA_CUDA= 2024-05-19T18:10:52.9277849Z HUGGING_FACE_HUB_TOKEN=*** 2024-05-19T18:10:52.9278317Z *** 2024-05-19T18:10:52.9278632Z CARGO_NET_GIT_FETCH_WITH_CLI=true 2024-05-19T18:10:52.9279097Z GITHUB_REPOSITORY_ID=65600975 2024-05-19T18:10:52.9279508Z GITHUB_ACTIONS=true 2024-05-19T18:10:52.9279944Z NVIDIA_DRIVER_CAPABILITIES=all 2024-05-19T18:10:52.9280535Z NV_NVPROF_DEV_PACKAGE=cuda-nvprof-12-4=12.4.99-1 2024-05-19T18:10:52.9281168Z NV_LIBNPP_PACKAGE=libnpp-12-4=12.2.5.2-1 2024-05-19T18:10:52.9281741Z SHA1=c8c7ddfde57442cc28a394c385cab656ce9b1f5e 2024-05-19T18:10:52.9282369Z NV_LIBNCCL_DEV_PACKAGE_NAME=libnccl-dev 2024-05-19T18:10:52.9282956Z GITHUB_SHA=c8c7ddfde57442cc28a394c385cab656ce9b1f5e 2024-05-19T18:10:52.9284120Z GITHUB_WORKFLOW_REF=pytorch/pytorch/.github/workflows/inductor.yml@refs/tags/ciflow/inductor/121956 2024-05-19T18:10:52.9285028Z UCC_HOME=/usr 2024-05-19T18:10:52.9285425Z NV_LIBCUBLAS_DEV_VERSION=12.4.2.65-1 2024-05-19T18:10:52.9285903Z VERBOSE_TEST_LOGS=False 2024-05-19T18:10:52.9286288Z NVIDIA_PRODUCT_NAME=CUDA 2024-05-19T18:10:52.9286840Z NV_LIBCUBLAS_DEV_PACKAGE_NAME=libcublas-dev-12-4 2024-05-19T18:10:52.9287442Z GITHUB_REF=refs/tags/ciflow/inductor/121956 2024-05-19T18:10:52.9287998Z NV_CUDA_CUDART_VERSION=12.4.99-1 2024-05-19T18:10:52.9288425Z SHARD_NUMBER=1 2024-05-19T18:10:52.9288776Z GITHUB_REF_PROTECTED=false 2024-05-19T18:10:52.9289188Z HOME=/var/lib/jenkins 2024-05-19T18:10:52.9289598Z GITHUB_API_URL=https://api.github.com 2024-05-19T18:10:52.9290171Z PYTORCH_TEST_RERUN_DISABLED_TESTS=0 2024-05-19T18:10:52.9290740Z UCX_COMMIT=7bb2722ff2187a0cad557ae4a6afa090569f83fb 2024-05-19T18:10:52.9291322Z SCCACHE_S3_KEY_PREFIX=inductor 2024-05-19T18:10:52.9291742Z CUDA_VERSION=12.4.0 2024-05-19T18:10:52.9292255Z NV_LIBCUBLAS_PACKAGE=libcublas-12-4=12.4.2.65-1 2024-05-19T18:10:52.9292787Z NUM_TEST_SHARDS=1 2024-05-19T18:10:52.9293130Z UCX_HOME=/usr 2024-05-19T18:10:52.9293748Z NV_CUDA_NSIGHT_COMPUTE_DEV_PACKAGE=cuda-nsight-compute-12-4=12.4.0-1 2024-05-19T18:10:52.9295176Z GITHUB_STATE=/home/weiwangmeta/actions-runner/_work/_temp/_runner_file_commands/save_state_89f0e5b6-dcc3-492c-be7b-8e38b413cf46 2024-05-19T18:10:52.9296804Z JOB_NAME=cuda12.4-py3.10-gcc9-sm80 / test (inductor_torchbench_smoketest_perf, 1, 1, linux.gcp.a100) 2024-05-19T18:10:52.9298416Z GITHUB_ENV=/home/weiwangmeta/actions-runner/_work/_temp/_runner_file_commands/set_env_89f0e5b6-dcc3-492c-be7b-8e38b413cf46 2024-05-19T18:10:52.9299923Z GITHUB_EVENT_PATH=/home/weiwangmeta/actions-runner/_work/_temp/_github_workflow/event.json 2024-05-19T18:10:52.9300767Z GITHUB_EVENT_NAME=push 2024-05-19T18:10:52.9301145Z DASHBOARD_TAG= 2024-05-19T18:10:52.9301488Z GITHUB_RUN_ID=9148947323 2024-05-19T18:10:52.9302020Z NV_LIBNPP_DEV_PACKAGE=libnpp-dev-12-4=12.2.5.2-1 2024-05-19T18:10:52.9302680Z NV_LIBCUBLAS_PACKAGE_NAME=libcublas-12-4 2024-05-19T18:10:52.9303999Z GITHUB_STEP_SUMMARY=/home/weiwangmeta/actions-runner/_work/_temp/_runner_file_commands/step_summary_89f0e5b6-dcc3-492c-be7b-8e38b413cf46 2024-05-19T18:10:52.9305195Z GITHUB_ACTOR=pytorch-bot[bot] 2024-05-19T18:10:52.9305665Z NV_LIBNPP_DEV_VERSION=12.2.5.2-1 2024-05-19T18:10:52.9306102Z PR_NUMBER= 2024-05-19T18:10:52.9306424Z GITHUB_RUN_ATTEMPT=1 2024-05-19T18:10:52.9306770Z VALGRIND=ON 2024-05-19T18:10:52.9307108Z ANACONDA_PYTHON_VERSION=3.10 2024-05-19T18:10:52.9307633Z GITHUB_GRAPHQL_URL=https://api.github.com/graphql 2024-05-19T18:10:52.9308180Z TERM=xterm 2024-05-19T18:10:52.9308552Z NV_LIBCUSPARSE_DEV_VERSION=12.3.0.142-1 2024-05-19T18:10:52.9309204Z INSTALLED_VISION=yes 2024-05-19T18:10:52.9309563Z BRANCH= 2024-05-19T18:10:52.9309923Z OPENSSL_ROOT_DIR=/opt/openssl 2024-05-19T18:10:52.9310379Z LIBRARY_PATH=/usr/local/cuda/lib64/stubs 2024-05-19T18:10:52.9310881Z CUDA_PATH=/usr/local/cuda 2024-05-19T18:10:52.9311874Z GITHUB_ACTION_PATH=/home/weiwangmeta/actions-runner/_work/pytorch/pytorch/./.github/actions/setup-linux 2024-05-19T18:10:52.9313118Z GITHUB_SERVER_URL=https://github.com 2024-05-19T18:10:52.9313694Z UCC_COMMIT=20eae37090a4ce1b32bcce6144ccad0b49943e0b 2024-05-19T18:10:52.9314253Z REENABLED_ISSUES= 2024-05-19T18:10:52.9314592Z SHLVL=1 2024-05-19T18:10:52.9314867Z MAX_JOBS=10 2024-05-19T18:10:52.9315236Z NV_CUDA_LIB_VERSION=12.4.0-1 2024-05-19T18:10:52.9315648Z NVARCH=x86_64 2024-05-19T18:10:52.9315993Z GITHUB_ACTOR_ID=54816060 2024-05-19T18:10:52.9316529Z GITHUB_WORKFLOW_SHA=c8c7ddfde57442cc28a394c385cab656ce9b1f5e 2024-05-19T18:10:52.9317186Z GITHUB_REF_NAME=ciflow/inductor/121956 2024-05-19T18:10:52.9317779Z NV_CUDA_COMPAT_PACKAGE=cuda-compat-12-4 2024-05-19T18:10:52.9318615Z XLA_CLANG_CACHE_S3_BUCKET_NAME=ossci-compiler-clang-cache-circleci-xla 2024-05-19T18:10:52.9319306Z GITHUB_JOB=test 2024-05-19T18:10:52.9319826Z NV_LIBNCCL_PACKAGE=libnccl2=2.20.5-1+cuda12.4 2024-05-19T18:10:52.9320536Z LD_LIBRARY_PATH=/usr/local/nvidia/lib:/usr/local/nvidia/lib64 2024-05-19T18:10:52.9321306Z NO_TEST_TIMEOUT=False 2024-05-19T18:10:52.9321678Z TD_DISTRIBUTED=False 2024-05-19T18:10:52.9322124Z NV_CUDA_NSIGHT_COMPUTE_VERSION=12.4.0-1 2024-05-19T18:10:52.9322648Z GITHUB_REPOSITORY=pytorch/pytorch 2024-05-19T18:10:52.9323144Z NV_NVPROF_VERSION=12.4.99-1 2024-05-19T18:10:52.9323547Z GITHUB_RETENTION_DAYS=90 2024-05-19T18:10:52.9323951Z OPENSSL_DIR=/opt/openssl 2024-05-19T18:10:52.9324357Z GITHUB_ACTION_REPOSITORY= 2024-05-19T18:10:52.9325664Z PATH=/opt/cache/bin:/opt/conda/envs/py_3.10/bin:/opt/conda/bin:/usr/local/nvidia/bin:/usr/local/cuda/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin 2024-05-19T18:10:52.9327028Z GITHUB_BASE_REF= 2024-05-19T18:10:52.9327413Z NV_LIBNCCL_PACKAGE_NAME=libnccl2 2024-05-19T18:10:52.9327842Z CI=true 2024-05-19T18:10:52.9328189Z NV_LIBNCCL_PACKAGE_VERSION=2.20.5-1 2024-05-19T18:10:52.9328676Z GITHUB_REPOSITORY_OWNER=pytorch 2024-05-19T18:10:52.9329111Z JOB_ID=25153237387 2024-05-19T18:10:52.9329472Z INSTALLED_PROTOBUF=yes 2024-05-19T18:10:52.9329889Z GITHUB_HEAD_REF= 2024-05-19T18:10:52.9330235Z GITHUB_ACTION_REF= 2024-05-19T18:10:52.9330753Z SCCACHE_BUCKET=ossci-compiler-cache-circleci-v2 2024-05-19T18:10:52.9331310Z GITHUB_WORKFLOW=inductor 2024-05-19T18:10:52.9331725Z DEBIAN_FRONTEND=noninteractive 2024-05-19T18:10:52.9332914Z GITHUB_OUTPUT=/home/weiwangmeta/actions-runner/_work/_temp/_runner_file_commands/set_output_89f0e5b6-dcc3-492c-be7b-8e38b413cf46 2024-05-19T18:10:52.9333974Z NO_TD=False 2024-05-19T18:10:52.9334302Z SKIP_SCCACHE_INITIALIZATION=1 2024-05-19T18:10:52.9334726Z _=/usr/bin/env 2024-05-19T18:10:52.9335119Z + echo 'Testing pytorch' 2024-05-19T18:10:52.9335508Z Testing pytorch 2024-05-19T18:10:52.9335874Z + export LANG=C.UTF-8 2024-05-19T18:10:52.9336262Z + LANG=C.UTF-8 2024-05-19T18:10:52.9336616Z + PR_NUMBER= 2024-05-19T18:10:52.9337076Z + [[ inductor_torchbench_smoketest_perf == \d\e\f\a\u\l\t ]] 2024-05-19T18:10:52.9337862Z + [[ inductor_torchbench_smoketest_perf == \d\i\s\t\r\i\b\u\t\e\d ]] 2024-05-19T18:10:52.9338624Z + [[ inductor_torchbench_smoketest_perf == \s\l\o\w ]] 2024-05-19T18:10:52.9339480Z + [[ linux-focal-cuda12.4-py3.10-gcc9-sm80 == *slow-gradcheck* ]] 2024-05-19T18:10:52.9340380Z + [[ linux-focal-cuda12.4-py3.10-gcc9-sm80 == *cuda* ]] 2024-05-19T18:10:52.9341042Z + export PYTORCH_TESTING_DEVICE_ONLY_FOR=cuda 2024-05-19T18:10:52.9341608Z + PYTORCH_TESTING_DEVICE_ONLY_FOR=cuda 2024-05-19T18:10:52.9342212Z + [[ inductor_torchbench_smoketest_perf == *crossref* ]] 2024-05-19T18:10:52.9342983Z + [[ linux-focal-cuda12.4-py3.10-gcc9-sm80 == *rocm* ]] 2024-05-19T18:10:52.9343771Z + [[ linux-focal-cuda12.4-py3.10-gcc9-sm80 == *xpu* ]] 2024-05-19T18:10:52.9344576Z + [[ linux-focal-cuda12.4-py3.10-gcc9-sm80 != *-bazel-* ]] 2024-05-19T18:10:52.9345423Z + pip_install --user ninja==1.10.2 2024-05-19T18:10:52.9346062Z + pip install --progress-bar off --user ninja==1.10.2 2024-05-19T18:10:53.4625079Z Collecting ninja==1.10.2 2024-05-19T18:10:53.6042069Z Downloading ninja-1.10.2-py2.py3-none-manylinux_2_5_x86_64.manylinux1_x86_64.whl.metadata (5.0 kB) 2024-05-19T18:10:53.6585612Z Downloading ninja-1.10.2-py2.py3-none-manylinux_2_5_x86_64.manylinux1_x86_64.whl (108 kB) 2024-05-19T18:10:55.2800502Z Installing collected packages: ninja 2024-05-19T18:10:55.2898426Z  WARNING: The script ninja is installed in '/var/lib/jenkins/.local/bin' which is not on PATH. 2024-05-19T18:10:55.2900123Z Consider adding this directory to PATH or, if you prefer to suppress this warning, use --no-warn-script-location. 2024-05-19T18:10:55.2954622Z Successfully installed ninja-1.10.2 2024-05-19T18:10:55.3910424Z + export PATH=/var/lib/jenkins/.local/bin:/opt/cache/bin:/opt/conda/envs/py_3.10/bin:/opt/conda/bin:/usr/local/nvidia/bin:/usr/local/cuda/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin 2024-05-19T18:10:55.3913887Z + PATH=/var/lib/jenkins/.local/bin:/opt/cache/bin:/opt/conda/envs/py_3.10/bin:/opt/conda/bin:/usr/local/nvidia/bin:/usr/local/cuda/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin 2024-05-19T18:10:55.3916001Z + [[ linux-focal-cuda12.4-py3.10-gcc9-sm80 == *aarch64* ]] 2024-05-19T18:10:55.3916620Z + install_tlparse 2024-05-19T18:10:55.3917072Z + pip_install --user tlparse==0.3.7 2024-05-19T18:10:55.3917739Z + pip install --progress-bar off --user tlparse==0.3.7 2024-05-19T18:10:55.9154589Z Collecting tlparse==0.3.7 2024-05-19T18:10:56.0448701Z Downloading tlparse-0.3.7-py3-none-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (346 bytes) 2024-05-19T18:10:56.0928884Z Downloading tlparse-0.3.7-py3-none-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (2.2 MB) 2024-05-19T18:10:57.9027177Z Installing collected packages: tlparse 2024-05-19T18:10:57.9533387Z Successfully installed tlparse-0.3.7 2024-05-19T18:10:58.0479825Z ++ python -m site --user-base 2024-05-19T18:10:58.0704858Z + PATH=/var/lib/jenkins/.local/bin:/var/lib/jenkins/.local/bin:/opt/cache/bin:/opt/conda/envs/py_3.10/bin:/opt/conda/bin:/usr/local/nvidia/bin:/usr/local/cuda/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin 2024-05-19T18:10:58.0707683Z + [[ linux-focal-cuda12.4-py3.10-gcc9-sm80 == *asan* ]] 2024-05-19T18:10:58.0708679Z + [[ linux-focal-cuda12.4-py3.10-gcc9-sm80 == *-debug* ]] 2024-05-19T18:10:58.0709724Z + [[ linux-focal-cuda12.4-py3.10-gcc9-sm80 != *-bazel-* ]] 2024-05-19T18:10:58.0711291Z + echo 'We are not in debug mode: linux-focal-cuda12.4-py3.10-gcc9-sm80. Expect the assertion to pass' 2024-05-19T18:10:58.0713193Z We are not in debug mode: linux-focal-cuda12.4-py3.10-gcc9-sm80. Expect the assertion to pass 2024-05-19T18:10:58.0714062Z + cd test 2024-05-19T18:10:58.0714713Z + python -c 'import torch; torch._C._crash_if_debug_asserts_fail(424242)' 2024-05-19T18:11:00.0355373Z + [[ inductor_torchbench_smoketest_perf == \n\o\g\p\u\_\N\O\_\A\V\X\2 ]] 2024-05-19T18:11:00.0357362Z + [[ inductor_torchbench_smoketest_perf == \n\o\g\p\u\_\A\V\X\5\1\2 ]] 2024-05-19T18:11:00.0358752Z + DYNAMO_BENCHMARK_FLAGS=() 2024-05-19T18:11:00.0359705Z + [[ inductor_torchbench_smoketest_perf == *dynamo_eager* ]] 2024-05-19T18:11:00.0360443Z + [[ inductor_torchbench_smoketest_perf == *aot_eager* ]] 2024-05-19T18:11:00.0361177Z + [[ inductor_torchbench_smoketest_perf == *aot_inductor* ]] 2024-05-19T18:11:00.0361899Z + [[ inductor_torchbench_smoketest_perf == *inductor* ]] 2024-05-19T18:11:00.0362570Z + [[ inductor_torchbench_smoketest_perf != *perf* ]] 2024-05-19T18:11:00.0363248Z + [[ inductor_torchbench_smoketest_perf == *dynamic* ]] 2024-05-19T18:11:00.0363957Z + [[ inductor_torchbench_smoketest_perf == *cpu_inductor* ]] 2024-05-19T18:11:00.0364929Z + DYNAMO_BENCHMARK_FLAGS+=(--device cuda) 2024-05-19T18:11:00.0374634Z + [[ linux-focal-cuda12.4-py3.10-gcc9-sm80 == *tbb* ]] 2024-05-19T18:11:00.0402651Z + [[ linux-focal-cuda12.4-py3.10-gcc9-sm80 == *libtorch* ]] 2024-05-19T18:11:00.0403550Z + [[ linux-focal-cuda12.4-py3.10-gcc9-sm80 == *-bazel-* ]] 2024-05-19T18:11:00.0406885Z + cd test 2024-05-19T18:11:00.0407924Z + python -c 'import torch; print(torch.__config__.show())' 2024-05-19T18:11:01.7613157Z PyTorch built with: 2024-05-19T18:11:01.7614310Z - GCC 9.4 2024-05-19T18:11:01.7614825Z - C++ Version: 201703 2024-05-19T18:11:01.7615930Z - Intel(R) oneAPI Math Kernel Library Version 2021.4-Product Build 20210904 for Intel(R) 64 architecture applications 2024-05-19T18:11:01.7617308Z - Intel(R) MKL-DNN v3.4.2 (Git Hash 1137e04ec0b5251ca2b4400a4fd3c667ce843d67) 2024-05-19T18:11:01.7618135Z - OpenMP 201511 (a.k.a. OpenMP 4.5) 2024-05-19T18:11:01.7618752Z - LAPACK is enabled (usually provided by MKL) 2024-05-19T18:11:01.7619337Z - NNPACK is enabled 2024-05-19T18:11:01.7619798Z - CPU capability usage: AVX512 2024-05-19T18:11:01.7620371Z - CUDA Runtime 12.4 2024-05-19T18:11:01.7620993Z - NVCC architecture flags: -gencode;arch=compute_80,code=sm_80 2024-05-19T18:11:01.7621760Z - CuDNN 8.9.7 (built against CUDA 12.2) 2024-05-19T18:11:01.7622292Z - Magma 2.6.1 2024-05-19T18:11:01.7632859Z - Build settings: BLAS_INFO=mkl, BUILD_TYPE=Release, CUDA_VERSION=12.4, CUDNN_VERSION=8.9.7, CXX_COMPILER=/opt/cache/bin/c++, CXX_FLAGS= -D_GLIBCXX_USE_CXX11_ABI=1 -fvisibility-inlines-hidden -DUSE_PTHREADPOOL -DNDEBUG -DUSE_KINETO -DLIBKINETO_NOROCTRACER -DUSE_FBGEMM -DUSE_QNNPACK -DUSE_PYTORCH_QNNPACK -DUSE_XNNPACK -DSYMBOLICATE_MOBILE_DEBUG_HANDLE -O2 -fPIC -Wall -Wextra -Werror=return-type -Werror=non-virtual-dtor -Werror=bool-operation -Wnarrowing -Wno-missing-field-initializers -Wno-type-limits -Wno-array-bounds -Wno-unknown-pragmas -Wno-unused-parameter -Wno-unused-function -Wno-unused-result -Wno-strict-overflow -Wno-strict-aliasing -Wno-stringop-overflow -Wsuggest-override -Wno-psabi -Wno-error=pedantic -Wno-error=old-style-cast -Wno-missing-braces -fdiagnostics-color=always -faligned-new -Werror -Wno-unused-but-set-variable -Wno-maybe-uninitialized -fno-math-errno -fno-trapping-math -Werror=format -Wno-stringop-overflow, FORCE_FALLBACK_CUDA_MPI=1, LAPACK_INFO=mkl, PERF_WITH_AVX=1, PERF_WITH_AVX2=1, PERF_WITH_AVX512=1, TORCH_VERSION=2.4.0, USE_CUDA=ON, USE_CUDNN=ON, USE_CUSPARSELT=ON, USE_EXCEPTION_PTR=1, USE_GFLAGS=OFF, USE_GLOG=OFF, USE_GLOO=ON, USE_MKL=ON, USE_MKLDNN=ON, USE_MPI=ON, USE_NCCL=ON, USE_NNPACK=ON, USE_OPENMP=ON, USE_ROCM=OFF, USE_ROCM_KERNEL_ASSERT=OFF, 2024-05-19T18:11:01.7642191Z 2024-05-19T18:11:02.1239089Z + cd test 2024-05-19T18:11:02.1240053Z + python -c 'import torch; print(torch.__config__.parallel_info())' 2024-05-19T18:11:03.6388976Z ATen/Parallel: 2024-05-19T18:11:03.6390193Z at::get_num_threads() : 6 2024-05-19T18:11:03.6390827Z at::get_num_interop_threads() : 12 2024-05-19T18:11:03.6391331Z OpenMP 201511 (a.k.a. OpenMP 4.5) 2024-05-19T18:11:03.6391797Z omp_get_max_threads() : 6 2024-05-19T18:11:03.6393282Z Intel(R) oneAPI Math Kernel Library Version 2021.4-Product Build 20210904 for Intel(R) 64 architecture applications 2024-05-19T18:11:03.6394329Z mkl_get_max_threads() : 6 2024-05-19T18:11:03.6395093Z Intel(R) MKL-DNN v3.4.2 (Git Hash 1137e04ec0b5251ca2b4400a4fd3c667ce843d67) 2024-05-19T18:11:03.6395872Z std::thread::hardware_concurrency() : 12 2024-05-19T18:11:03.6396388Z Environment variables: 2024-05-19T18:11:03.6396794Z OMP_NUM_THREADS : [not set] 2024-05-19T18:11:03.6397229Z MKL_NUM_THREADS : [not set] 2024-05-19T18:11:03.6397651Z ATen parallel backend: OpenMP 2024-05-19T18:11:03.6397966Z 2024-05-19T18:11:03.9915550Z + [[ linux-focal-cuda12.4-py3.10-gcc9-sm80 == *aarch64* ]] 2024-05-19T18:11:03.9916614Z + [[ inductor_torchbench_smoketest_perf == *backward* ]] 2024-05-19T18:11:03.9917546Z + [[ inductor_torchbench_smoketest_perf == *xla* ]] 2024-05-19T18:11:03.9918703Z + [[ inductor_torchbench_smoketest_perf == *executorch* ]] 2024-05-19T18:11:03.9919782Z + [[ inductor_torchbench_smoketest_perf == \j\i\t\_\l\e\g\a\c\y ]] 2024-05-19T18:11:03.9920765Z + [[ linux-focal-cuda12.4-py3.10-gcc9-sm80 == *libtorch* ]] 2024-05-19T18:11:03.9922496Z + [[ inductor_torchbench_smoketest_perf == distributed ]] 2024-05-19T18:11:03.9923413Z + [[ inductor_torchbench_smoketest_perf == deploy ]] 2024-05-19T18:11:03.9924489Z + [[ inductor_torchbench_smoketest_perf == *inductor_distributed* ]] 2024-05-19T18:11:03.9926248Z + [[ inductor_torchbench_smoketest_perf == *inductor-micro-benchmark* ]] 2024-05-19T18:11:03.9927679Z + [[ inductor_torchbench_smoketest_perf == *huggingface* ]] 2024-05-19T18:11:03.9928902Z + [[ inductor_torchbench_smoketest_perf == *timm* ]] 2024-05-19T18:11:03.9930101Z + [[ inductor_torchbench_smoketest_perf == *torchbench* ]] 2024-05-19T18:11:03.9931410Z + [[ inductor_torchbench_smoketest_perf == *cpu_inductor* ]] 2024-05-19T18:11:03.9932487Z + install_torchaudio cuda 2024-05-19T18:11:03.9933138Z + local commit 2024-05-19T18:11:03.9933720Z ++ get_pinned_commit audio 2024-05-19T18:11:03.9934466Z ++ cat .github/ci_commit_pins/audio.txt 2024-05-19T18:11:03.9939874Z + commit=1980f8af5bcd0bb2ce51965cf79d8d4c25dad8a0 2024-05-19T18:11:03.9940502Z + [[ cuda == \c\u\d\a ]] 2024-05-19T18:11:03.9941119Z + TORCH_CUDA_ARCH_LIST='8.0;8.6' 2024-05-19T18:11:03.9942569Z + pip_install --no-use-pep517 --user git+https://github.com/pytorch/audio.git@1980f8af5bcd0bb2ce51965cf79d8d4c25dad8a0 2024-05-19T18:11:03.9944903Z + pip install --progress-bar off --no-use-pep517 --user git+https://github.com/pytorch/audio.git@1980f8af5bcd0bb2ce51965cf79d8d4c25dad8a0 2024-05-19T18:11:04.4307925Z Collecting git+https://github.com/pytorch/audio.git@1980f8af5bcd0bb2ce51965cf79d8d4c25dad8a0 2024-05-19T18:11:04.4316074Z Cloning https://github.com/pytorch/audio.git (to revision 1980f8af5bcd0bb2ce51965cf79d8d4c25dad8a0) to /tmp/pip-req-build-zstxsobo 2024-05-19T18:11:04.4345145Z Running command git clone --filter=blob:none --quiet https://github.com/pytorch/audio.git /tmp/pip-req-build-zstxsobo 2024-05-19T18:11:05.7243041Z Running command git rev-parse -q --verify 'sha^1980f8af5bcd0bb2ce51965cf79d8d4c25dad8a0' 2024-05-19T18:11:05.7270929Z Running command git fetch -q https://github.com/pytorch/audio.git 1980f8af5bcd0bb2ce51965cf79d8d4c25dad8a0 2024-05-19T18:11:06.3883818Z Resolved https://github.com/pytorch/audio.git to commit 1980f8af5bcd0bb2ce51965cf79d8d4c25dad8a0 2024-05-19T18:11:06.3886201Z Running command git submodule update --init --recursive -q 2024-05-19T18:11:09.1514150Z Preparing metadata (setup.py) ... [?25l- done 2024-05-19T18:11:09.1556995Z [?25hRequirement already satisfied: torch in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from torchaudio==2.2.0a0+1980f8a) (2.4.0a0+gitc8c7ddf) 2024-05-19T18:11:09.1637912Z Requirement already satisfied: filelock in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from torch->torchaudio==2.2.0a0+1980f8a) (3.13.1) 2024-05-19T18:11:09.1646004Z Requirement already satisfied: typing-extensions>=4.8.0 in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from torch->torchaudio==2.2.0a0+1980f8a) (4.11.0) 2024-05-19T18:11:09.1651081Z Requirement already satisfied: sympy in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from torch->torchaudio==2.2.0a0+1980f8a) (1.12) 2024-05-19T18:11:09.1656145Z Requirement already satisfied: networkx in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from torch->torchaudio==2.2.0a0+1980f8a) (2.8.8) 2024-05-19T18:11:09.1661164Z Requirement already satisfied: jinja2 in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from torch->torchaudio==2.2.0a0+1980f8a) (3.1.4) 2024-05-19T18:11:09.1666254Z Requirement already satisfied: fsspec in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from torch->torchaudio==2.2.0a0+1980f8a) (2024.2.0) 2024-05-19T18:11:09.2183617Z Requirement already satisfied: MarkupSafe>=2.0 in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from jinja2->torch->torchaudio==2.2.0a0+1980f8a) (2.1.5) 2024-05-19T18:11:09.2373700Z Requirement already satisfied: mpmath>=0.19 in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from sympy->torch->torchaudio==2.2.0a0+1980f8a) (1.3.0) 2024-05-19T18:11:09.2462279Z Building wheels for collected packages: torchaudio 2024-05-19T18:14:47.7436620Z Building wheel for torchaudio (setup.py) ... [?25l- \ | / - \ | / - \ | / - \ | / - \ | / - \ | / - \ | / - \ | / - \ | / - \ | / - \ | / - \ | / - \ | / - \ | / - \ | / - \ | / - \ | / - \ | / - \ | / - \ | / - \ | / - \ | / - \ | / - \ | / - \ | / - \ | / done 2024-05-19T18:14:47.7513793Z [?25h Created wheel for torchaudio: filename=torchaudio-2.2.0a0+1980f8a-cp310-cp310-linux_x86_64.whl size=2311968 sha256=f04c0f44592fce419d5ab7cc99d5afb509fcba4ddbc2683b3f7229aac5351fa7 2024-05-19T18:14:47.7519920Z Stored in directory: /var/lib/jenkins/.cache/pip/wheels/3c/69/04/2f8953929b90f7f98a00671a3b24cfeb70fc70e57328823e5c 2024-05-19T18:14:47.7554424Z Successfully built torchaudio 2024-05-19T18:14:49.2494069Z Installing collected packages: torchaudio 2024-05-19T18:14:49.5095648Z Successfully installed torchaudio-2.2.0a0+1980f8a 2024-05-19T18:14:49.6776006Z + install_torchtext 2024-05-19T18:14:49.6776429Z + local data_commit 2024-05-19T18:14:49.6776793Z + local text_commit 2024-05-19T18:14:49.6786739Z ++ get_pinned_commit data 2024-05-19T18:14:49.6788103Z ++ cat .github/ci_commit_pins/data.txt 2024-05-19T18:14:49.6809742Z + data_commit=11bb5b847ea8b9e0d9bb82db3304daf383008d3f 2024-05-19T18:14:49.6814568Z ++ get_pinned_commit text 2024-05-19T18:14:49.6815013Z ++ cat .github/ci_commit_pins/text.txt 2024-05-19T18:14:49.6831839Z + text_commit=b0ebddc648d279826089db91775375221777a2db 2024-05-19T18:14:49.6834220Z + pip_install --no-use-pep517 --user git+https://github.com/pytorch/data.git@11bb5b847ea8b9e0d9bb82db3304daf383008d3f 2024-05-19T18:14:49.6836129Z + pip install --progress-bar off --no-use-pep517 --user git+https://github.com/pytorch/data.git@11bb5b847ea8b9e0d9bb82db3304daf383008d3f 2024-05-19T18:14:50.1293902Z Collecting git+https://github.com/pytorch/data.git@11bb5b847ea8b9e0d9bb82db3304daf383008d3f 2024-05-19T18:14:50.1302335Z Cloning https://github.com/pytorch/data.git (to revision 11bb5b847ea8b9e0d9bb82db3304daf383008d3f) to /tmp/pip-req-build-ro5k_kag 2024-05-19T18:14:50.1335745Z Running command git clone --filter=blob:none --quiet https://github.com/pytorch/data.git /tmp/pip-req-build-ro5k_kag 2024-05-19T18:14:51.0808673Z Running command git rev-parse -q --verify 'sha^11bb5b847ea8b9e0d9bb82db3304daf383008d3f' 2024-05-19T18:14:51.0835827Z Running command git fetch -q https://github.com/pytorch/data.git 11bb5b847ea8b9e0d9bb82db3304daf383008d3f 2024-05-19T18:14:51.5104006Z Running command git checkout -q 11bb5b847ea8b9e0d9bb82db3304daf383008d3f 2024-05-19T18:14:51.8615732Z Resolved https://github.com/pytorch/data.git to commit 11bb5b847ea8b9e0d9bb82db3304daf383008d3f 2024-05-19T18:14:51.8617166Z Running command git submodule update --init --recursive -q 2024-05-19T18:16:12.8231311Z Preparing metadata (setup.py) ... [?25l- done 2024-05-19T18:16:12.8294269Z [?25hRequirement already satisfied: urllib3>=1.25 in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from torchdata==0.7.0a0+11bb5b8) (1.26.18) 2024-05-19T18:16:12.8298513Z Requirement already satisfied: requests in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from torchdata==0.7.0a0+11bb5b8) (2.31.0) 2024-05-19T18:16:12.8308662Z Requirement already satisfied: torch>2.0 in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from torchdata==0.7.0a0+11bb5b8) (2.4.0a0+gitc8c7ddf) 2024-05-19T18:16:12.8397550Z Requirement already satisfied: filelock in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from torch>2.0->torchdata==0.7.0a0+11bb5b8) (3.13.1) 2024-05-19T18:16:12.8404141Z Requirement already satisfied: typing-extensions>=4.8.0 in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from torch>2.0->torchdata==0.7.0a0+11bb5b8) (4.11.0) 2024-05-19T18:16:12.8407946Z Requirement already satisfied: sympy in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from torch>2.0->torchdata==0.7.0a0+11bb5b8) (1.12) 2024-05-19T18:16:12.8412729Z Requirement already satisfied: networkx in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from torch>2.0->torchdata==0.7.0a0+11bb5b8) (2.8.8) 2024-05-19T18:16:12.8415532Z Requirement already satisfied: jinja2 in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from torch>2.0->torchdata==0.7.0a0+11bb5b8) (3.1.4) 2024-05-19T18:16:12.8420241Z Requirement already satisfied: fsspec in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from torch>2.0->torchdata==0.7.0a0+11bb5b8) (2024.2.0) 2024-05-19T18:16:12.8650755Z Requirement already satisfied: charset-normalizer<4,>=2 in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from requests->torchdata==0.7.0a0+11bb5b8) (3.3.2) 2024-05-19T18:16:12.8656713Z Requirement already satisfied: idna<4,>=2.5 in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from requests->torchdata==0.7.0a0+11bb5b8) (3.7) 2024-05-19T18:16:12.8670461Z Requirement already satisfied: certifi>=2017.4.17 in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from requests->torchdata==0.7.0a0+11bb5b8) (2024.2.2) 2024-05-19T18:16:12.9238212Z Requirement already satisfied: MarkupSafe>=2.0 in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from jinja2->torch>2.0->torchdata==0.7.0a0+11bb5b8) (2.1.5) 2024-05-19T18:16:12.9436920Z Requirement already satisfied: mpmath>=0.19 in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from sympy->torch>2.0->torchdata==0.7.0a0+11bb5b8) (1.3.0) 2024-05-19T18:16:12.9554607Z Building wheels for collected packages: torchdata 2024-05-19T18:16:15.1658930Z Building wheel for torchdata (setup.py) ... [?25l- \ | done 2024-05-19T18:16:15.1675362Z [?25h Created wheel for torchdata: filename=torchdata-0.7.0a0+11bb5b8-py3-none-any.whl size=182956 sha256=39099d0601550f587cc3f9e0e14d920888d9baf1e66b59e20a5a1bfdeb1e62f6 2024-05-19T18:16:15.1679128Z Stored in directory: /var/lib/jenkins/.cache/pip/wheels/ca/59/a3/c8250bfc8d3d4d639498d4beb2e0f0e70b9a508ac61fde85ce 2024-05-19T18:16:15.1714375Z Successfully built torchdata 2024-05-19T18:16:16.6302677Z Installing collected packages: torchdata 2024-05-19T18:16:16.7444769Z Successfully installed torchdata-0.7.0a0+11bb5b8 2024-05-19T18:16:19.7367859Z + pip_install --no-use-pep517 --user git+https://github.com/pytorch/text.git@b0ebddc648d279826089db91775375221777a2db 2024-05-19T18:16:19.7369850Z + pip install --progress-bar off --no-use-pep517 --user git+https://github.com/pytorch/text.git@b0ebddc648d279826089db91775375221777a2db 2024-05-19T18:16:20.1790866Z Collecting git+https://github.com/pytorch/text.git@b0ebddc648d279826089db91775375221777a2db 2024-05-19T18:16:20.1799073Z Cloning https://github.com/pytorch/text.git (to revision b0ebddc648d279826089db91775375221777a2db) to /tmp/pip-req-build-5cfxr6q1 2024-05-19T18:16:20.1827305Z Running command git clone --filter=blob:none --quiet https://github.com/pytorch/text.git /tmp/pip-req-build-5cfxr6q1 2024-05-19T18:16:21.4529728Z Running command git rev-parse -q --verify 'sha^b0ebddc648d279826089db91775375221777a2db' 2024-05-19T18:16:21.4557619Z Running command git fetch -q https://github.com/pytorch/text.git b0ebddc648d279826089db91775375221777a2db 2024-05-19T18:16:22.1886884Z Running command git checkout -q b0ebddc648d279826089db91775375221777a2db 2024-05-19T18:16:22.5975508Z Resolved https://github.com/pytorch/text.git to commit b0ebddc648d279826089db91775375221777a2db 2024-05-19T18:16:22.5977000Z Running command git submodule update --init --recursive -q 2024-05-19T18:16:30.6671331Z Preparing metadata (setup.py) ... [?25l- done 2024-05-19T18:16:30.6739885Z [?25hRequirement already satisfied: tqdm in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from torchtext==0.16.0a0+b0ebddc) (4.66.4) 2024-05-19T18:16:30.6744648Z Requirement already satisfied: requests in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from torchtext==0.16.0a0+b0ebddc) (2.31.0) 2024-05-19T18:16:30.6748755Z Requirement already satisfied: torch in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from torchtext==0.16.0a0+b0ebddc) (2.4.0a0+gitc8c7ddf) 2024-05-19T18:16:30.6754026Z Requirement already satisfied: numpy in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from torchtext==0.16.0a0+b0ebddc) (1.21.2) 2024-05-19T18:16:30.6758406Z Requirement already satisfied: torchdata in /var/lib/jenkins/.local/lib/python3.10/site-packages (from torchtext==0.16.0a0+b0ebddc) (0.7.0a0+11bb5b8) 2024-05-19T18:16:30.6835736Z Requirement already satisfied: charset-normalizer<4,>=2 in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from requests->torchtext==0.16.0a0+b0ebddc) (3.3.2) 2024-05-19T18:16:30.6845282Z Requirement already satisfied: idna<4,>=2.5 in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from requests->torchtext==0.16.0a0+b0ebddc) (3.7) 2024-05-19T18:16:30.6852981Z Requirement already satisfied: urllib3<3,>=1.21.1 in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from requests->torchtext==0.16.0a0+b0ebddc) (1.26.18) 2024-05-19T18:16:30.6860231Z Requirement already satisfied: certifi>=2017.4.17 in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from requests->torchtext==0.16.0a0+b0ebddc) (2024.2.2) 2024-05-19T18:16:30.6932423Z Requirement already satisfied: filelock in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from torch->torchtext==0.16.0a0+b0ebddc) (3.13.1) 2024-05-19T18:16:30.6939587Z Requirement already satisfied: typing-extensions>=4.8.0 in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from torch->torchtext==0.16.0a0+b0ebddc) (4.11.0) 2024-05-19T18:16:30.6944545Z Requirement already satisfied: sympy in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from torch->torchtext==0.16.0a0+b0ebddc) (1.12) 2024-05-19T18:16:30.6949615Z Requirement already satisfied: networkx in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from torch->torchtext==0.16.0a0+b0ebddc) (2.8.8) 2024-05-19T18:16:30.6954076Z Requirement already satisfied: jinja2 in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from torch->torchtext==0.16.0a0+b0ebddc) (3.1.4) 2024-05-19T18:16:30.6960244Z Requirement already satisfied: fsspec in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from torch->torchtext==0.16.0a0+b0ebddc) (2024.2.0) 2024-05-19T18:16:30.7813774Z Requirement already satisfied: MarkupSafe>=2.0 in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from jinja2->torch->torchtext==0.16.0a0+b0ebddc) (2.1.5) 2024-05-19T18:16:30.8017208Z Requirement already satisfied: mpmath>=0.19 in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from sympy->torch->torchtext==0.16.0a0+b0ebddc) (1.3.0) 2024-05-19T18:16:30.8121413Z Building wheels for collected packages: torchtext 2024-05-19T18:17:27.7601334Z Building wheel for torchtext (setup.py) ... [?25l- \ | / - \ | / - \ | / - \ | / - \ | / - \ | / - \ | / - \ | / - \ | / - \ | / - \ | / - \ | / - \ | / - \ | / - \ | / - \ | / - \ | / - \ | / - \ done 2024-05-19T18:17:27.7671271Z [?25h Created wheel for torchtext: filename=torchtext-0.16.0a0+b0ebddc-cp310-cp310-linux_x86_64.whl size=2045366 sha256=78bc07def52ef87a291ccf38e27cec6396743a28cc7da7a5e226f74cbb290cf4 2024-05-19T18:17:27.7677407Z Stored in directory: /var/lib/jenkins/.cache/pip/wheels/e5/3d/d7/faafad098ec9437ecdf4495c0f5e72b817fffbb06063e32cbf 2024-05-19T18:17:27.7709276Z Successfully built torchtext 2024-05-19T18:17:29.2316803Z Installing collected packages: torchtext 2024-05-19T18:17:29.3660303Z Successfully installed torchtext-0.16.0a0+b0ebddc 2024-05-19T18:17:29.5299559Z + install_torchvision 2024-05-19T18:17:29.5300052Z + local orig_preload 2024-05-19T18:17:29.5302485Z + local commit 2024-05-19T18:17:29.5310169Z ++ get_pinned_commit vision 2024-05-19T18:17:29.5311486Z ++ cat .github/ci_commit_pins/vision.txt 2024-05-19T18:17:29.5333760Z + commit=d23a6e1664d20707c11781299611436e1f0c104f 2024-05-19T18:17:29.5335053Z + orig_preload= 2024-05-19T18:17:29.5335763Z + '[' -n '' ']' 2024-05-19T18:17:29.5337253Z + pip_install --no-use-pep517 --user git+https://github.com/pytorch/vision.git@d23a6e1664d20707c11781299611436e1f0c104f 2024-05-19T18:17:29.5339150Z + pip install --progress-bar off --no-use-pep517 --user git+https://github.com/pytorch/vision.git@d23a6e1664d20707c11781299611436e1f0c104f 2024-05-19T18:17:29.9896509Z Collecting git+https://github.com/pytorch/vision.git@d23a6e1664d20707c11781299611436e1f0c104f 2024-05-19T18:17:29.9904055Z Cloning https://github.com/pytorch/vision.git (to revision d23a6e1664d20707c11781299611436e1f0c104f) to /tmp/pip-req-build-b74mjdw7 2024-05-19T18:17:29.9937142Z Running command git clone --filter=blob:none --quiet https://github.com/pytorch/vision.git /tmp/pip-req-build-b74mjdw7 2024-05-19T18:17:31.9332164Z Running command git rev-parse -q --verify 'sha^d23a6e1664d20707c11781299611436e1f0c104f' 2024-05-19T18:17:31.9353281Z Running command git fetch -q https://github.com/pytorch/vision.git d23a6e1664d20707c11781299611436e1f0c104f 2024-05-19T18:17:33.6974511Z Running command git checkout -q d23a6e1664d20707c11781299611436e1f0c104f 2024-05-19T18:17:34.2303662Z Resolved https://github.com/pytorch/vision.git to commit d23a6e1664d20707c11781299611436e1f0c104f 2024-05-19T18:17:37.0927696Z Preparing metadata (setup.py) ... [?25l- \ done 2024-05-19T18:17:37.0994249Z [?25hRequirement already satisfied: numpy in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from torchvision==0.19.0a0+d23a6e1) (1.21.2) 2024-05-19T18:17:37.0998502Z Requirement already satisfied: torch in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from torchvision==0.19.0a0+d23a6e1) (2.4.0a0+gitc8c7ddf) 2024-05-19T18:17:37.1006107Z Requirement already satisfied: pillow!=8.3.*,>=5.3.0 in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from torchvision==0.19.0a0+d23a6e1) (10.3.0) 2024-05-19T18:17:37.1626632Z Requirement already satisfied: filelock in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from torch->torchvision==0.19.0a0+d23a6e1) (3.13.1) 2024-05-19T18:17:37.1631961Z Requirement already satisfied: typing-extensions>=4.8.0 in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from torch->torchvision==0.19.0a0+d23a6e1) (4.11.0) 2024-05-19T18:17:37.1636575Z Requirement already satisfied: sympy in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from torch->torchvision==0.19.0a0+d23a6e1) (1.12) 2024-05-19T18:17:37.1640720Z Requirement already satisfied: networkx in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from torch->torchvision==0.19.0a0+d23a6e1) (2.8.8) 2024-05-19T18:17:37.1645026Z Requirement already satisfied: jinja2 in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from torch->torchvision==0.19.0a0+d23a6e1) (3.1.4) 2024-05-19T18:17:37.1649451Z Requirement already satisfied: fsspec in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from torch->torchvision==0.19.0a0+d23a6e1) (2024.2.0) 2024-05-19T18:17:37.2176958Z Requirement already satisfied: MarkupSafe>=2.0 in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from jinja2->torch->torchvision==0.19.0a0+d23a6e1) (2.1.5) 2024-05-19T18:17:37.2374354Z Requirement already satisfied: mpmath>=0.19 in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from sympy->torch->torchvision==0.19.0a0+d23a6e1) (1.3.0) 2024-05-19T18:17:37.2470676Z Building wheels for collected packages: torchvision 2024-05-19T18:19:29.3770324Z Building wheel for torchvision (setup.py) ... [?25l- \ | / - \ | / - \ | / - \ | / - \ | / - \ | / - \ | / - \ | / - \ | / - \ | / - \ | / - done 2024-05-19T18:19:29.3837917Z [?25h Created wheel for torchvision: filename=torchvision-0.19.0a0+d23a6e1-cp310-cp310-linux_x86_64.whl size=2026080 sha256=9c960efca3aad60dc547c0641acc79190a6df5319d75c3218e4afcc93cc3a8f5 2024-05-19T18:19:29.3840129Z Stored in directory: /var/lib/jenkins/.cache/pip/wheels/0e/56/35/02931e71eb23fd2b85591c7ec05b733ca7c8b328a2fd151f96 2024-05-19T18:19:29.3887287Z Successfully built torchvision 2024-05-19T18:19:30.8758970Z Installing collected packages: torchvision 2024-05-19T18:19:31.3798916Z Successfully installed torchvision-0.19.0a0+d23a6e1 2024-05-19T18:19:31.5209405Z + '[' -n '' ']' 2024-05-19T18:19:31.5209871Z + id=0 2024-05-19T18:19:31.5210360Z + pip_install opencv-python==4.8.0.74 2024-05-19T18:19:31.5215490Z + pip install --progress-bar off opencv-python==4.8.0.74 2024-05-19T18:19:32.1759015Z Collecting opencv-python==4.8.0.74 2024-05-19T18:19:32.3070492Z Downloading opencv_python-4.8.0.74-cp37-abi3-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (19 kB) 2024-05-19T18:19:32.3334240Z Requirement already satisfied: numpy>=1.21.2 in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from opencv-python==4.8.0.74) (1.21.2) 2024-05-19T18:19:32.3764209Z Downloading opencv_python-4.8.0.74-cp37-abi3-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (61.7 MB) 2024-05-19T18:19:35.3108940Z Installing collected packages: opencv-python 2024-05-19T18:19:36.4632519Z Successfully installed opencv-python-4.8.0.74 2024-05-19T18:19:36.5797523Z + [[ inductor_torchbench_smoketest_perf == *inductor_torchbench_smoketest_perf* ]] 2024-05-19T18:19:36.5798594Z + checkout_install_torchbench hf_Bert hf_Albert nanogpt timm_vision_transformer 2024-05-19T18:19:36.5799803Z + local commit 2024-05-19T18:19:36.5805858Z ++ get_pinned_commit torchbench 2024-05-19T18:19:36.5806757Z ++ cat .github/ci_commit_pins/torchbench.txt 2024-05-19T18:19:36.5828045Z + commit=d6015d42d9a1834bc7595c4bd6852562fb80b30b 2024-05-19T18:19:36.5829351Z + git clone https://github.com/pytorch/benchmark torchbench 2024-05-19T18:19:36.5853922Z Cloning into 'torchbench'... 2024-05-19T18:19:36.9208560Z remote: Enumerating objects: 29198, done. 2024-05-19T18:19:36.9209810Z remote: Counting objects: 0% (1/4121) 2024-05-19T18:19:36.9211236Z remote: Counting objects: 1% (42/4121) 2024-05-19T18:19:36.9212691Z remote: Counting objects: 2% (83/4121) 2024-05-19T18:19:36.9214242Z remote: Counting objects: 3% (124/4121) 2024-05-19T18:19:36.9215907Z remote: Counting objects: 4% (165/4121) 2024-05-19T18:19:36.9216867Z remote: Counting objects: 5% (207/4121) 2024-05-19T18:19:36.9217829Z remote: Counting objects: 6% (248/4121) 2024-05-19T18:19:36.9218909Z remote: Counting objects: 7% (289/4121) 2024-05-19T18:19:36.9219945Z remote: Counting objects: 8% (330/4121) 2024-05-19T18:19:36.9220912Z remote: Counting objects: 9% (371/4121) 2024-05-19T18:19:36.9221876Z remote: Counting objects: 10% (413/4121) 2024-05-19T18:19:36.9222938Z remote: Counting objects: 11% (454/4121) 2024-05-19T18:19:36.9224162Z remote: Counting objects: 12% (495/4121) 2024-05-19T18:19:36.9225286Z remote: Counting objects: 13% (536/4121) 2024-05-19T18:19:36.9226240Z remote: Counting objects: 14% (577/4121) 2024-05-19T18:19:36.9227287Z remote: Counting objects: 15% (619/4121) 2024-05-19T18:19:36.9228233Z remote: Counting objects: 16% (660/4121) 2024-05-19T18:19:36.9229208Z remote: Counting objects: 17% (701/4121) 2024-05-19T18:19:36.9230067Z remote: Counting objects: 18% (742/4121) 2024-05-19T18:19:36.9230929Z remote: Counting objects: 19% (783/4121) 2024-05-19T18:19:36.9231895Z remote: Counting objects: 20% (825/4121) 2024-05-19T18:19:36.9232905Z remote: Counting objects: 21% (866/4121) 2024-05-19T18:19:36.9233761Z remote: Counting objects: 22% (907/4121) 2024-05-19T18:19:36.9234615Z remote: Counting objects: 23% (948/4121) 2024-05-19T18:19:36.9235491Z remote: Counting objects: 24% (990/4121) 2024-05-19T18:19:36.9236475Z remote: Counting objects: 25% (1031/4121) 2024-05-19T18:19:36.9237346Z remote: Counting objects: 26% (1072/4121) 2024-05-19T18:19:36.9238195Z remote: Counting objects: 27% (1113/4121) 2024-05-19T18:19:36.9239063Z remote: Counting objects: 28% (1154/4121) 2024-05-19T18:19:36.9239931Z remote: Counting objects: 29% (1196/4121) 2024-05-19T18:19:36.9240786Z remote: Counting objects: 30% (1237/4121) 2024-05-19T18:19:36.9242035Z remote: Counting objects: 31% (1278/4121) 2024-05-19T18:19:36.9242897Z remote: Counting objects: 32% (1319/4121) 2024-05-19T18:19:36.9243762Z remote: Counting objects: 33% (1360/4121) 2024-05-19T18:19:36.9244616Z remote: Counting objects: 34% (1402/4121) 2024-05-19T18:19:36.9245516Z remote: Counting objects: 35% (1443/4121) 2024-05-19T18:19:36.9305547Z remote: Counting objects: 36% (1484/4121) 2024-05-19T18:19:36.9307793Z remote: Counting objects: 37% (1525/4121) 2024-05-19T18:19:36.9308983Z remote: Counting objects: 38% (1566/4121) 2024-05-19T18:19:36.9309993Z remote: Counting objects: 39% (1608/4121) 2024-05-19T18:19:36.9311048Z remote: Counting objects: 40% (1649/4121) 2024-05-19T18:19:36.9311687Z remote: Counting objects: 41% (1690/4121) 2024-05-19T18:19:36.9312736Z remote: Counting objects: 42% (1731/4121) 2024-05-19T18:19:36.9313386Z remote: Counting objects: 43% (1773/4121) 2024-05-19T18:19:36.9314005Z remote: Counting objects: 44% (1814/4121) 2024-05-19T18:19:36.9314695Z remote: Counting objects: 45% (1855/4121) 2024-05-19T18:19:36.9315334Z remote: Counting objects: 46% (1896/4121) 2024-05-19T18:19:36.9315970Z remote: Counting objects: 47% (1937/4121) 2024-05-19T18:19:36.9316911Z remote: Counting objects: 48% (1979/4121) 2024-05-19T18:19:36.9317559Z remote: Counting objects: 49% (2020/4121) 2024-05-19T18:19:36.9318192Z remote: Counting objects: 50% (2061/4121) 2024-05-19T18:19:36.9318831Z remote: Counting objects: 51% (2102/4121) 2024-05-19T18:19:36.9319453Z remote: Counting objects: 52% (2143/4121) 2024-05-19T18:19:36.9320086Z remote: Counting objects: 53% (2185/4121) 2024-05-19T18:19:36.9320716Z remote: Counting objects: 54% (2226/4121) 2024-05-19T18:19:36.9321335Z remote: Counting objects: 55% (2267/4121) 2024-05-19T18:19:36.9321971Z remote: Counting objects: 56% (2308/4121) 2024-05-19T18:19:36.9322604Z remote: Counting objects: 57% (2349/4121) 2024-05-19T18:19:36.9323524Z remote: Counting objects: 58% (2391/4121) 2024-05-19T18:19:36.9324362Z remote: Counting objects: 59% (2432/4121) 2024-05-19T18:19:36.9325223Z remote: Counting objects: 60% (2473/4121) 2024-05-19T18:19:36.9326114Z remote: Counting objects: 61% (2514/4121) 2024-05-19T18:19:36.9327088Z remote: Counting objects: 62% (2556/4121) 2024-05-19T18:19:36.9327707Z remote: Counting objects: 63% (2597/4121) 2024-05-19T18:19:36.9328341Z remote: Counting objects: 64% (2638/4121) 2024-05-19T18:19:36.9328972Z remote: Counting objects: 65% (2679/4121) 2024-05-19T18:19:36.9329814Z remote: Counting objects: 66% (2720/4121) 2024-05-19T18:19:36.9330606Z remote: Counting objects: 67% (2762/4121) 2024-05-19T18:19:36.9331603Z remote: Counting objects: 68% (2803/4121) 2024-05-19T18:19:36.9332448Z remote: Counting objects: 69% (2844/4121) 2024-05-19T18:19:36.9333243Z remote: Counting objects: 70% (2885/4121) 2024-05-19T18:19:36.9333877Z remote: Counting objects: 71% (2926/4121) 2024-05-19T18:19:36.9334523Z remote: Counting objects: 72% (2968/4121) 2024-05-19T18:19:36.9335209Z remote: Counting objects: 73% (3009/4121) 2024-05-19T18:19:36.9335828Z remote: Counting objects: 74% (3050/4121) 2024-05-19T18:19:36.9336457Z remote: Counting objects: 75% (3091/4121) 2024-05-19T18:19:36.9337101Z remote: Counting objects: 76% (3132/4121) 2024-05-19T18:19:36.9337728Z remote: Counting objects: 77% (3174/4121) 2024-05-19T18:19:36.9338347Z remote: Counting objects: 78% (3215/4121) 2024-05-19T18:19:36.9338976Z remote: Counting objects: 79% (3256/4121) 2024-05-19T18:19:36.9339605Z remote: Counting objects: 80% (3297/4121) 2024-05-19T18:19:36.9340234Z remote: Counting objects: 81% (3339/4121) 2024-05-19T18:19:36.9340850Z remote: Counting objects: 82% (3380/4121) 2024-05-19T18:19:36.9341491Z remote: Counting objects: 83% (3421/4121) 2024-05-19T18:19:36.9342120Z remote: Counting objects: 84% (3462/4121) 2024-05-19T18:19:36.9342748Z remote: Counting objects: 85% (3503/4121) 2024-05-19T18:19:36.9343603Z remote: Counting objects: 86% (3545/4121) 2024-05-19T18:19:36.9344449Z remote: Counting objects: 87% (3586/4121) 2024-05-19T18:19:36.9345176Z remote: Counting objects: 88% (3627/4121) 2024-05-19T18:19:36.9346094Z remote: Counting objects: 89% (3668/4121) 2024-05-19T18:19:36.9347003Z remote: Counting objects: 90% (3709/4121) 2024-05-19T18:19:36.9347930Z remote: Counting objects: 91% (3751/4121) 2024-05-19T18:19:36.9348596Z remote: Counting objects: 92% (3792/4121) 2024-05-19T18:19:36.9349217Z remote: Counting objects: 93% (3833/4121) 2024-05-19T18:19:36.9349850Z remote: Counting objects: 94% (3874/4121) 2024-05-19T18:19:36.9350474Z remote: Counting objects: 95% (3915/4121) 2024-05-19T18:19:36.9351108Z remote: Counting objects: 96% (3957/4121) 2024-05-19T18:19:36.9351723Z remote: Counting objects: 97% (3998/4121) 2024-05-19T18:19:36.9352578Z remote: Counting objects: 98% (4039/4121) 2024-05-19T18:19:36.9353220Z remote: Counting objects: 99% (4080/4121) 2024-05-19T18:19:36.9353854Z remote: Counting objects: 100% (4121/4121) 2024-05-19T18:19:36.9354526Z remote: Counting objects: 100% (4121/4121), done. 2024-05-19T18:19:36.9355262Z remote: Compressing objects: 0% (1/832) 2024-05-19T18:19:36.9356157Z remote: Compressing objects: 1% (9/832) 2024-05-19T18:19:36.9356820Z remote: Compressing objects: 2% (17/832) 2024-05-19T18:19:36.9357455Z remote: Compressing objects: 3% (25/832) 2024-05-19T18:19:36.9358099Z remote: Compressing objects: 4% (34/832) 2024-05-19T18:19:36.9358744Z remote: Compressing objects: 5% (42/832) 2024-05-19T18:19:36.9363661Z remote: Compressing objects: 6% (50/832) 2024-05-19T18:19:36.9372648Z remote: Compressing objects: 7% (59/832) 2024-05-19T18:19:36.9387184Z remote: Compressing objects: 8% (67/832) 2024-05-19T18:19:36.9404730Z remote: Compressing objects: 9% (75/832) 2024-05-19T18:19:36.9412333Z remote: Compressing objects: 10% (84/832) 2024-05-19T18:19:36.9422566Z remote: Compressing objects: 11% (92/832) 2024-05-19T18:19:36.9536034Z remote: Compressing objects: 12% (100/832) 2024-05-19T18:19:36.9580302Z remote: Compressing objects: 13% (109/832) 2024-05-19T18:19:36.9636917Z remote: Compressing objects: 14% (117/832) 2024-05-19T18:19:36.9723273Z remote: Compressing objects: 15% (125/832) 2024-05-19T18:19:36.9765987Z remote: Compressing objects: 16% (134/832) 2024-05-19T18:19:36.9837662Z remote: Compressing objects: 17% (142/832) 2024-05-19T18:19:36.9896756Z remote: Compressing objects: 18% (150/832) 2024-05-19T18:19:36.9937657Z remote: Compressing objects: 19% (159/832) 2024-05-19T18:19:36.9991874Z remote: Compressing objects: 20% (167/832) 2024-05-19T18:19:37.0036346Z remote: Compressing objects: 21% (175/832) 2024-05-19T18:19:37.0081471Z remote: Compressing objects: 22% (184/832) 2024-05-19T18:19:37.0113960Z remote: Compressing objects: 23% (192/832) 2024-05-19T18:19:37.0133264Z remote: Compressing objects: 24% (200/832) 2024-05-19T18:19:37.0166441Z remote: Compressing objects: 25% (208/832) 2024-05-19T18:19:37.0203249Z remote: Compressing objects: 26% (217/832) 2024-05-19T18:19:37.0223643Z remote: Compressing objects: 27% (225/832) 2024-05-19T18:19:37.0246270Z remote: Compressing objects: 28% (233/832) 2024-05-19T18:19:37.0264541Z remote: Compressing objects: 29% (242/832) 2024-05-19T18:19:37.0281583Z remote: Compressing objects: 30% (250/832) 2024-05-19T18:19:37.0306229Z remote: Compressing objects: 31% (258/832) 2024-05-19T18:19:37.0320550Z remote: Compressing objects: 32% (267/832) 2024-05-19T18:19:37.0332997Z remote: Compressing objects: 33% (275/832) 2024-05-19T18:19:37.0346130Z remote: Compressing objects: 34% (283/832) 2024-05-19T18:19:37.0353598Z remote: Compressing objects: 35% (292/832) 2024-05-19T18:19:37.0361487Z remote: Compressing objects: 36% (300/832) 2024-05-19T18:19:37.0365740Z remote: Compressing objects: 37% (308/832) 2024-05-19T18:19:37.0367782Z remote: Compressing objects: 38% (317/832) 2024-05-19T18:19:37.0368979Z remote: Compressing objects: 39% (325/832) 2024-05-19T18:19:37.0370134Z remote: Compressing objects: 40% (333/832) 2024-05-19T18:19:37.0374334Z remote: Compressing objects: 41% (342/832) 2024-05-19T18:19:37.0375301Z remote: Compressing objects: 42% (350/832) 2024-05-19T18:19:37.0375961Z remote: Compressing objects: 43% (358/832) 2024-05-19T18:19:37.0376659Z remote: Compressing objects: 44% (367/832) 2024-05-19T18:19:37.0377443Z remote: Compressing objects: 45% (375/832) 2024-05-19T18:19:37.0380695Z remote: Compressing objects: 46% (383/832) 2024-05-19T18:19:37.0385995Z remote: Compressing objects: 47% (392/832) 2024-05-19T18:19:37.0387977Z remote: Compressing objects: 48% (400/832) 2024-05-19T18:19:37.0390828Z remote: Compressing objects: 49% (408/832) 2024-05-19T18:19:37.0394262Z remote: Compressing objects: 50% (416/832) 2024-05-19T18:19:37.0395906Z remote: Compressing objects: 51% (425/832) 2024-05-19T18:19:37.0398181Z remote: Compressing objects: 52% (433/832) 2024-05-19T18:19:37.0403818Z remote: Compressing objects: 53% (441/832) 2024-05-19T18:19:37.0404755Z remote: Compressing objects: 54% (450/832) 2024-05-19T18:19:37.0408489Z remote: Compressing objects: 55% (458/832) 2024-05-19T18:19:37.0411298Z remote: Compressing objects: 56% (466/832) 2024-05-19T18:19:37.0414094Z remote: Compressing objects: 57% (475/832) 2024-05-19T18:19:37.0417510Z remote: Compressing objects: 58% (483/832) 2024-05-19T18:19:37.0422128Z remote: Compressing objects: 59% (491/832) 2024-05-19T18:19:37.0423674Z remote: Compressing objects: 60% (500/832) 2024-05-19T18:19:37.0425408Z remote: Compressing objects: 61% (508/832) 2024-05-19T18:19:37.0429697Z remote: Compressing objects: 62% (516/832) 2024-05-19T18:19:37.0431084Z remote: Compressing objects: 63% (525/832) 2024-05-19T18:19:37.0434748Z remote: Compressing objects: 64% (533/832) 2024-05-19T18:19:37.0436170Z remote: Compressing objects: 65% (541/832) 2024-05-19T18:19:37.0438068Z remote: Compressing objects: 66% (550/832) 2024-05-19T18:19:37.0440522Z remote: Compressing objects: 67% (558/832) 2024-05-19T18:19:37.0443054Z remote: Compressing objects: 68% (566/832) 2024-05-19T18:19:37.0443977Z remote: Compressing objects: 69% (575/832) 2024-05-19T18:19:37.0445036Z remote: Compressing objects: 70% (583/832) 2024-05-19T18:19:37.0446091Z remote: Compressing objects: 71% (591/832) 2024-05-19T18:19:37.0446911Z remote: Compressing objects: 72% (600/832) 2024-05-19T18:19:37.0448688Z remote: Compressing objects: 73% (608/832) 2024-05-19T18:19:37.0449645Z remote: Compressing objects: 74% (616/832) 2024-05-19T18:19:37.0450298Z remote: Compressing objects: 75% (624/832) 2024-05-19T18:19:37.0450952Z remote: Compressing objects: 76% (633/832) 2024-05-19T18:19:37.0451590Z remote: Compressing objects: 77% (641/832) 2024-05-19T18:19:37.0456867Z remote: Compressing objects: 78% (649/832) 2024-05-19T18:19:37.0458051Z remote: Compressing objects: 79% (658/832) 2024-05-19T18:19:37.0458734Z remote: Compressing objects: 80% (666/832) 2024-05-19T18:19:37.0459370Z remote: Compressing objects: 81% (674/832) 2024-05-19T18:19:37.0460034Z remote: Compressing objects: 82% (683/832) 2024-05-19T18:19:37.0460912Z remote: Compressing objects: 83% (691/832) 2024-05-19T18:19:37.0461726Z remote: Compressing objects: 84% (699/832) 2024-05-19T18:19:37.0462782Z remote: Compressing objects: 85% (708/832) 2024-05-19T18:19:37.0463822Z remote: Compressing objects: 86% (716/832) 2024-05-19T18:19:37.0464963Z remote: Compressing objects: 87% (724/832) 2024-05-19T18:19:37.0465988Z remote: Compressing objects: 88% (733/832) 2024-05-19T18:19:37.0466805Z remote: Compressing objects: 89% (741/832) 2024-05-19T18:19:37.0467478Z remote: Compressing objects: 90% (749/832) 2024-05-19T18:19:37.0468440Z remote: Compressing objects: 91% (758/832) 2024-05-19T18:19:37.0469783Z remote: Compressing objects: 92% (766/832) 2024-05-19T18:19:37.0470432Z remote: Compressing objects: 93% (774/832) 2024-05-19T18:19:37.0471088Z remote: Compressing objects: 94% (783/832) 2024-05-19T18:19:37.0472362Z remote: Compressing objects: 95% (791/832) 2024-05-19T18:19:37.0473282Z remote: Compressing objects: 96% (799/832) 2024-05-19T18:19:37.0474791Z remote: Compressing objects: 97% (808/832) 2024-05-19T18:19:37.0476979Z remote: Compressing objects: 98% (816/832) 2024-05-19T18:19:37.0478508Z remote: Compressing objects: 99% (824/832) 2024-05-19T18:19:37.0479455Z remote: Compressing objects: 100% (832/832) 2024-05-19T18:19:37.0480661Z remote: Compressing objects: 100% (832/832), done. 2024-05-19T18:19:37.0734482Z Receiving objects: 0% (1/29198) 2024-05-19T18:19:37.0788406Z Receiving objects: 1% (292/29198) 2024-05-19T18:19:37.0861969Z Receiving objects: 2% (584/29198) 2024-05-19T18:19:37.0942378Z Receiving objects: 3% (876/29198) 2024-05-19T18:19:37.1025841Z Receiving objects: 4% (1168/29198) 2024-05-19T18:19:37.1160731Z Receiving objects: 5% (1460/29198) 2024-05-19T18:19:37.1193827Z Receiving objects: 6% (1752/29198) 2024-05-19T18:19:37.1329614Z Receiving objects: 7% (2044/29198) 2024-05-19T18:19:37.1423758Z Receiving objects: 8% (2336/29198) 2024-05-19T18:19:37.1470076Z Receiving objects: 9% (2628/29198) 2024-05-19T18:19:37.1506367Z Receiving objects: 10% (2920/29198) 2024-05-19T18:19:37.1546519Z Receiving objects: 11% (3212/29198) 2024-05-19T18:19:37.1585064Z Receiving objects: 12% (3504/29198) 2024-05-19T18:19:37.1630990Z Receiving objects: 13% (3796/29198) 2024-05-19T18:19:37.1677918Z Receiving objects: 14% (4088/29198) 2024-05-19T18:19:37.1717259Z Receiving objects: 15% (4380/29198) 2024-05-19T18:19:37.1751197Z Receiving objects: 16% (4672/29198) 2024-05-19T18:19:37.1811233Z Receiving objects: 17% (4964/29198) 2024-05-19T18:19:37.1881679Z Receiving objects: 18% (5256/29198) 2024-05-19T18:19:37.2029569Z Receiving objects: 19% (5548/29198) 2024-05-19T18:19:37.2226775Z Receiving objects: 20% (5840/29198) 2024-05-19T18:19:37.2282114Z Receiving objects: 21% (6132/29198) 2024-05-19T18:19:37.2319202Z Receiving objects: 22% (6424/29198) 2024-05-19T18:19:37.2336146Z Receiving objects: 23% (6716/29198) 2024-05-19T18:19:37.2368370Z Receiving objects: 24% (7008/29198) 2024-05-19T18:19:37.2405629Z Receiving objects: 25% (7300/29198) 2024-05-19T18:19:37.2425724Z Receiving objects: 26% (7592/29198) 2024-05-19T18:19:37.2442391Z Receiving objects: 27% (7884/29198) 2024-05-19T18:19:37.2465385Z Receiving objects: 28% (8176/29198) 2024-05-19T18:19:37.3332112Z Receiving objects: 29% (8468/29198) 2024-05-19T18:19:37.3347718Z Receiving objects: 30% (8760/29198) 2024-05-19T18:19:37.3388060Z Receiving objects: 31% (9052/29198) 2024-05-19T18:19:37.5997831Z Receiving objects: 32% (9344/29198) 2024-05-19T18:19:38.0508445Z Receiving objects: 33% (9636/29198), 18.84 MiB | 37.68 MiB/s 2024-05-19T18:19:38.5601296Z Receiving objects: 33% (9760/29198), 55.16 MiB | 55.16 MiB/s 2024-05-19T18:19:39.0510125Z Receiving objects: 34% (9928/29198), 94.54 MiB | 63.02 MiB/s 2024-05-19T18:19:39.1117295Z Receiving objects: 34% (9999/29198), 124.11 MiB | 62.05 MiB/s 2024-05-19T18:19:39.1847628Z Receiving objects: 35% (10220/29198), 124.11 MiB | 62.05 MiB/s 2024-05-19T18:19:39.2580449Z Receiving objects: 36% (10512/29198), 124.11 MiB | 62.05 MiB/s 2024-05-19T18:19:39.3308108Z Receiving objects: 37% (10804/29198), 124.11 MiB | 62.05 MiB/s 2024-05-19T18:19:39.4030828Z Receiving objects: 38% (11096/29198), 124.11 MiB | 62.05 MiB/s 2024-05-19T18:19:39.4758706Z Receiving objects: 39% (11388/29198), 124.11 MiB | 62.05 MiB/s 2024-05-19T18:19:39.5490736Z Receiving objects: 40% (11680/29198), 124.11 MiB | 62.05 MiB/s 2024-05-19T18:19:39.6220817Z Receiving objects: 41% (11972/29198), 124.11 MiB | 62.05 MiB/s 2024-05-19T18:19:39.6913657Z Receiving objects: 42% (12264/29198), 161.59 MiB | 64.64 MiB/s 2024-05-19T18:19:39.9734664Z Receiving objects: 43% (12556/29198), 161.59 MiB | 64.64 MiB/s 2024-05-19T18:19:39.9878253Z Receiving objects: 44% (12848/29198), 161.59 MiB | 64.64 MiB/s 2024-05-19T18:19:40.0231701Z Receiving objects: 45% (13140/29198), 161.59 MiB | 64.64 MiB/s 2024-05-19T18:19:40.0507307Z Receiving objects: 46% (13432/29198), 161.59 MiB | 64.64 MiB/s 2024-05-19T18:19:40.1910923Z Receiving objects: 46% (13565/29198), 190.53 MiB | 63.51 MiB/s 2024-05-19T18:19:40.4746802Z Receiving objects: 47% (13724/29198), 190.53 MiB | 63.51 MiB/s 2024-05-19T18:19:40.5185337Z Receiving objects: 48% (14016/29198), 190.53 MiB | 63.51 MiB/s 2024-05-19T18:19:40.5197313Z Receiving objects: 49% (14308/29198), 190.53 MiB | 63.51 MiB/s 2024-05-19T18:19:40.5204914Z Receiving objects: 50% (14599/29198), 190.53 MiB | 63.51 MiB/s 2024-05-19T18:19:40.5223543Z Receiving objects: 51% (14891/29198), 190.53 MiB | 63.51 MiB/s 2024-05-19T18:19:40.5233715Z Receiving objects: 52% (15183/29198), 190.53 MiB | 63.51 MiB/s 2024-05-19T18:19:40.5381851Z Receiving objects: 53% (15475/29198), 190.53 MiB | 63.51 MiB/s 2024-05-19T18:19:40.5389159Z Receiving objects: 54% (15767/29198), 190.53 MiB | 63.51 MiB/s 2024-05-19T18:19:40.5395766Z Receiving objects: 55% (16059/29198), 190.53 MiB | 63.51 MiB/s 2024-05-19T18:19:40.5403182Z Receiving objects: 56% (16351/29198), 190.53 MiB | 63.51 MiB/s 2024-05-19T18:19:40.5410210Z Receiving objects: 57% (16643/29198), 190.53 MiB | 63.51 MiB/s 2024-05-19T18:19:40.5423517Z Receiving objects: 58% (16935/29198), 190.53 MiB | 63.51 MiB/s 2024-05-19T18:19:40.5434246Z Receiving objects: 59% (17227/29198), 190.53 MiB | 63.51 MiB/s 2024-05-19T18:19:40.5914623Z Receiving objects: 60% (17519/29198), 190.53 MiB | 63.51 MiB/s 2024-05-19T18:19:40.5922924Z Receiving objects: 61% (17811/29198), 226.38 MiB | 64.68 MiB/s 2024-05-19T18:19:40.5938756Z Receiving objects: 62% (18103/29198), 226.38 MiB | 64.68 MiB/s 2024-05-19T18:19:40.5953765Z Receiving objects: 63% (18395/29198), 226.38 MiB | 64.68 MiB/s 2024-05-19T18:19:40.5967988Z Receiving objects: 64% (18687/29198), 226.38 MiB | 64.68 MiB/s 2024-05-19T18:19:40.5978091Z Receiving objects: 65% (18979/29198), 226.38 MiB | 64.68 MiB/s 2024-05-19T18:19:40.6000612Z Receiving objects: 66% (19271/29198), 226.38 MiB | 64.68 MiB/s 2024-05-19T18:19:40.6005650Z Receiving objects: 67% (19563/29198), 226.38 MiB | 64.68 MiB/s 2024-05-19T18:19:40.6014508Z Receiving objects: 68% (19855/29198), 226.38 MiB | 64.68 MiB/s 2024-05-19T18:19:40.6022562Z Receiving objects: 69% (20147/29198), 226.38 MiB | 64.68 MiB/s 2024-05-19T18:19:40.8282980Z Receiving objects: 70% (20439/29198), 226.38 MiB | 64.68 MiB/s 2024-05-19T18:19:40.8535274Z Receiving objects: 71% (20731/29198), 226.38 MiB | 64.68 MiB/s 2024-05-19T18:19:40.8541662Z Receiving objects: 72% (21023/29198), 226.38 MiB | 64.68 MiB/s 2024-05-19T18:19:40.8553006Z Receiving objects: 73% (21315/29198), 226.38 MiB | 64.68 MiB/s 2024-05-19T18:19:40.8564973Z Receiving objects: 74% (21607/29198), 226.38 MiB | 64.68 MiB/s 2024-05-19T18:19:40.8570965Z Receiving objects: 75% (21899/29198), 226.38 MiB | 64.68 MiB/s 2024-05-19T18:19:40.8720493Z Receiving objects: 76% (22191/29198), 226.38 MiB | 64.68 MiB/s 2024-05-19T18:19:40.8726177Z Receiving objects: 77% (22483/29198), 226.38 MiB | 64.68 MiB/s 2024-05-19T18:19:40.8734813Z Receiving objects: 78% (22775/29198), 226.38 MiB | 64.68 MiB/s 2024-05-19T18:19:40.8742019Z Receiving objects: 79% (23067/29198), 226.38 MiB | 64.68 MiB/s 2024-05-19T18:19:40.8747322Z Receiving objects: 80% (23359/29198), 226.38 MiB | 64.68 MiB/s 2024-05-19T18:19:40.8754412Z Receiving objects: 81% (23651/29198), 226.38 MiB | 64.68 MiB/s 2024-05-19T18:19:40.8889370Z Receiving objects: 82% (23943/29198), 226.38 MiB | 64.68 MiB/s 2024-05-19T18:19:40.8908184Z Receiving objects: 83% (24235/29198), 226.38 MiB | 64.68 MiB/s 2024-05-19T18:19:40.8919781Z Receiving objects: 84% (24527/29198), 226.38 MiB | 64.68 MiB/s 2024-05-19T18:19:40.8943430Z Receiving objects: 85% (24819/29198), 226.38 MiB | 64.68 MiB/s 2024-05-19T18:19:40.8957789Z Receiving objects: 86% (25111/29198), 226.38 MiB | 64.68 MiB/s 2024-05-19T18:19:40.8962580Z Receiving objects: 87% (25403/29198), 226.38 MiB | 64.68 MiB/s 2024-05-19T18:19:40.8967021Z Receiving objects: 88% (25695/29198), 226.38 MiB | 64.68 MiB/s 2024-05-19T18:19:40.8970151Z Receiving objects: 89% (25987/29198), 226.38 MiB | 64.68 MiB/s 2024-05-19T18:19:40.8976097Z Receiving objects: 90% (26279/29198), 226.38 MiB | 64.68 MiB/s 2024-05-19T18:19:40.8979992Z Receiving objects: 91% (26571/29198), 226.38 MiB | 64.68 MiB/s 2024-05-19T18:19:40.8983757Z Receiving objects: 92% (26863/29198), 226.38 MiB | 64.68 MiB/s 2024-05-19T18:19:40.8989898Z Receiving objects: 93% (27155/29198), 226.38 MiB | 64.68 MiB/s 2024-05-19T18:19:40.9061142Z Receiving objects: 94% (27447/29198), 226.38 MiB | 64.68 MiB/s 2024-05-19T18:19:40.9132479Z Receiving objects: 95% (27739/29198), 226.38 MiB | 64.68 MiB/s 2024-05-19T18:19:40.9174151Z Receiving objects: 96% (28031/29198), 226.38 MiB | 64.68 MiB/s 2024-05-19T18:19:40.9194785Z Receiving objects: 97% (28323/29198), 226.38 MiB | 64.68 MiB/s 2024-05-19T18:19:40.9212380Z Receiving objects: 98% (28615/29198), 226.38 MiB | 64.68 MiB/s 2024-05-19T18:19:40.9248260Z Receiving objects: 99% (28907/29198), 226.38 MiB | 64.68 MiB/s 2024-05-19T18:19:40.9250217Z remote: Total 29198 (delta 3632), reused 3517 (delta 3288), pack-reused 25077 2024-05-19T18:19:40.9269569Z Receiving objects: 100% (29198/29198), 226.38 MiB | 64.68 MiB/s 2024-05-19T18:19:40.9270525Z Receiving objects: 100% (29198/29198), 244.92 MiB | 63.19 MiB/s, done. 2024-05-19T18:19:40.9308243Z Resolving deltas: 0% (0/15773) 2024-05-19T18:19:40.9338258Z Resolving deltas: 1% (161/15773) 2024-05-19T18:19:40.9367170Z Resolving deltas: 2% (349/15773) 2024-05-19T18:19:40.9416210Z Resolving deltas: 3% (490/15773) 2024-05-19T18:19:40.9433159Z Resolving deltas: 4% (641/15773) 2024-05-19T18:19:40.9440609Z Resolving deltas: 5% (870/15773) 2024-05-19T18:19:40.9444852Z Resolving deltas: 6% (1046/15773) 2024-05-19T18:19:40.9479446Z Resolving deltas: 7% (1107/15773) 2024-05-19T18:19:40.9522520Z Resolving deltas: 8% (1265/15773) 2024-05-19T18:19:40.9561859Z Resolving deltas: 9% (1421/15773) 2024-05-19T18:19:40.9581839Z Resolving deltas: 10% (1578/15773) 2024-05-19T18:19:40.9628544Z Resolving deltas: 11% (1748/15773) 2024-05-19T18:19:40.9652041Z Resolving deltas: 12% (1893/15773) 2024-05-19T18:19:40.9670324Z Resolving deltas: 13% (2052/15773) 2024-05-19T18:19:40.9706645Z Resolving deltas: 14% (2209/15773) 2024-05-19T18:19:40.9728998Z Resolving deltas: 15% (2380/15773) 2024-05-19T18:19:40.9739620Z Resolving deltas: 16% (2532/15773) 2024-05-19T18:19:40.9750390Z Resolving deltas: 17% (2684/15773) 2024-05-19T18:19:40.9762356Z Resolving deltas: 18% (2840/15773) 2024-05-19T18:19:40.9780072Z Resolving deltas: 19% (2999/15773) 2024-05-19T18:19:40.9796404Z Resolving deltas: 20% (3155/15773) 2024-05-19T18:19:40.9816082Z Resolving deltas: 21% (3313/15773) 2024-05-19T18:19:40.9832720Z Resolving deltas: 22% (3482/15773) 2024-05-19T18:19:40.9849086Z Resolving deltas: 23% (3630/15773) 2024-05-19T18:19:40.9859773Z Resolving deltas: 24% (3787/15773) 2024-05-19T18:19:40.9876693Z Resolving deltas: 25% (3945/15773) 2024-05-19T18:19:40.9893941Z Resolving deltas: 26% (4102/15773) 2024-05-19T18:19:40.9924284Z Resolving deltas: 27% (4274/15773) 2024-05-19T18:19:40.9944121Z Resolving deltas: 28% (4417/15773) 2024-05-19T18:19:40.9957350Z Resolving deltas: 29% (4577/15773) 2024-05-19T18:19:40.9967498Z Resolving deltas: 30% (4733/15773) 2024-05-19T18:19:40.9985214Z Resolving deltas: 31% (4908/15773) 2024-05-19T18:19:41.0012832Z Resolving deltas: 32% (5180/15773) 2024-05-19T18:19:41.0026841Z Resolving deltas: 33% (5250/15773) 2024-05-19T18:19:41.0040805Z Resolving deltas: 34% (5368/15773) 2024-05-19T18:19:41.0054308Z Resolving deltas: 35% (5569/15773) 2024-05-19T18:19:41.0067919Z Resolving deltas: 36% (5679/15773) 2024-05-19T18:19:41.0074998Z Resolving deltas: 37% (5894/15773) 2024-05-19T18:19:41.0082107Z Resolving deltas: 38% (5999/15773) 2024-05-19T18:19:41.0090454Z Resolving deltas: 39% (6153/15773) 2024-05-19T18:19:41.0097536Z Resolving deltas: 40% (6311/15773) 2024-05-19T18:19:41.0104360Z Resolving deltas: 41% (6480/15773) 2024-05-19T18:19:41.0129654Z Resolving deltas: 42% (6646/15773) 2024-05-19T18:19:41.0135511Z Resolving deltas: 44% (7008/15773) 2024-05-19T18:19:41.0142269Z Resolving deltas: 45% (7109/15773) 2024-05-19T18:19:41.0149870Z Resolving deltas: 46% (7259/15773) 2024-05-19T18:19:41.0157987Z Resolving deltas: 47% (7421/15773) 2024-05-19T18:19:41.0173647Z Resolving deltas: 48% (7584/15773) 2024-05-19T18:19:41.0186209Z Resolving deltas: 49% (7730/15773) 2024-05-19T18:19:41.0295593Z Resolving deltas: 50% (7888/15773) 2024-05-19T18:19:41.0305636Z Resolving deltas: 51% (8059/15773) 2024-05-19T18:19:41.0323238Z Resolving deltas: 52% (8220/15773) 2024-05-19T18:19:41.0335679Z Resolving deltas: 53% (8361/15773) 2024-05-19T18:19:41.0343026Z Resolving deltas: 54% (8521/15773) 2024-05-19T18:19:41.0349709Z Resolving deltas: 55% (8692/15773) 2024-05-19T18:19:41.0357251Z Resolving deltas: 56% (8834/15773) 2024-05-19T18:19:41.0362840Z Resolving deltas: 57% (8993/15773) 2024-05-19T18:19:41.0368806Z Resolving deltas: 58% (9149/15773) 2024-05-19T18:19:41.0379940Z Resolving deltas: 59% (9307/15773) 2024-05-19T18:19:41.0384304Z Resolving deltas: 60% (9548/15773) 2024-05-19T18:19:41.0392473Z Resolving deltas: 61% (9650/15773) 2024-05-19T18:19:41.0398348Z Resolving deltas: 62% (9838/15773) 2024-05-19T18:19:41.0408688Z Resolving deltas: 63% (9949/15773) 2024-05-19T18:19:41.0412943Z Resolving deltas: 64% (10147/15773) 2024-05-19T18:19:41.0422374Z Resolving deltas: 65% (10255/15773) 2024-05-19T18:19:41.0430181Z Resolving deltas: 66% (10439/15773) 2024-05-19T18:19:41.0439282Z Resolving deltas: 67% (10571/15773) 2024-05-19T18:19:41.0456222Z Resolving deltas: 68% (10727/15773) 2024-05-19T18:19:41.0463694Z Resolving deltas: 69% (10890/15773) 2024-05-19T18:19:41.0472615Z Resolving deltas: 70% (11042/15773) 2024-05-19T18:19:41.0477733Z Resolving deltas: 71% (11241/15773) 2024-05-19T18:19:41.0484885Z Resolving deltas: 72% (11360/15773) 2024-05-19T18:19:41.0492006Z Resolving deltas: 73% (11517/15773) 2024-05-19T18:19:41.0498550Z Resolving deltas: 74% (11680/15773) 2024-05-19T18:19:41.0504249Z Resolving deltas: 75% (11838/15773) 2024-05-19T18:19:41.0511614Z Resolving deltas: 76% (11992/15773) 2024-05-19T18:19:41.0521050Z Resolving deltas: 77% (12146/15773) 2024-05-19T18:19:41.0529341Z Resolving deltas: 78% (12342/15773) 2024-05-19T18:19:41.0547892Z Resolving deltas: 79% (12534/15773) 2024-05-19T18:19:41.0551503Z Resolving deltas: 81% (12902/15773) 2024-05-19T18:19:41.0556123Z Resolving deltas: 82% (12997/15773) 2024-05-19T18:19:41.0562084Z Resolving deltas: 83% (13096/15773) 2024-05-19T18:19:41.0569134Z Resolving deltas: 84% (13255/15773) 2024-05-19T18:19:41.0574677Z Resolving deltas: 85% (13421/15773) 2024-05-19T18:19:41.0581210Z Resolving deltas: 86% (13566/15773) 2024-05-19T18:19:41.0589152Z Resolving deltas: 87% (13723/15773) 2024-05-19T18:19:41.0598392Z Resolving deltas: 88% (13884/15773) 2024-05-19T18:19:41.0608989Z Resolving deltas: 89% (14046/15773) 2024-05-19T18:19:41.0621000Z Resolving deltas: 90% (14245/15773) 2024-05-19T18:19:41.0645368Z Resolving deltas: 91% (14368/15773) 2024-05-19T18:19:41.0657190Z Resolving deltas: 92% (14568/15773) 2024-05-19T18:19:41.0673568Z Resolving deltas: 93% (14681/15773) 2024-05-19T18:19:41.0686004Z Resolving deltas: 94% (14847/15773) 2024-05-19T18:19:41.0759582Z Resolving deltas: 95% (14991/15773) 2024-05-19T18:19:41.0761880Z Resolving deltas: 96% (15280/15773) 2024-05-19T18:19:41.0788060Z Resolving deltas: 97% (15309/15773) 2024-05-19T18:19:41.0803687Z Resolving deltas: 98% (15482/15773) 2024-05-19T18:19:41.0829268Z Resolving deltas: 99% (15616/15773) 2024-05-19T18:19:41.0829879Z Resolving deltas: 100% (15773/15773) 2024-05-19T18:19:41.0830377Z Resolving deltas: 100% (15773/15773), done. 2024-05-19T18:19:41.7264279Z + pushd torchbench 2024-05-19T18:19:41.7266465Z ~/workspace/torchbench ~/workspace 2024-05-19T18:19:41.7267161Z + git checkout d6015d42d9a1834bc7595c4bd6852562fb80b30b 2024-05-19T18:19:41.7946323Z Note: switching to 'd6015d42d9a1834bc7595c4bd6852562fb80b30b'. 2024-05-19T18:19:41.7947160Z 2024-05-19T18:19:41.7947816Z You are in 'detached HEAD' state. You can look around, make experimental 2024-05-19T18:19:41.7949499Z changes and commit them, and you can discard any commits you make in this 2024-05-19T18:19:41.7951302Z state without impacting any branches by switching back to a branch. 2024-05-19T18:19:41.7952187Z 2024-05-19T18:19:41.7952585Z If you want to create a new branch to retain commits you create, you may 2024-05-19T18:19:41.7954032Z do so (now or later) by using -c with the switch command. Example: 2024-05-19T18:19:41.7954574Z 2024-05-19T18:19:41.7954808Z git switch -c 2024-05-19T18:19:41.7955570Z 2024-05-19T18:19:41.7956207Z Or undo this operation with: 2024-05-19T18:19:41.7956782Z 2024-05-19T18:19:41.7956929Z git switch - 2024-05-19T18:19:41.7957170Z 2024-05-19T18:19:41.7957603Z Turn off this advice by setting config variable advice.detachedHead to false 2024-05-19T18:19:41.7958221Z 2024-05-19T18:19:41.7958478Z HEAD is now at d6015d42 Add sam_fast torchbench (#2182) 2024-05-19T18:19:41.7959236Z + '[' hf_Bert ']' 2024-05-19T18:19:41.7960479Z + python install.py --continue_on_fail models hf_Bert hf_Albert nanogpt timm_vision_transformer 2024-05-19T18:19:44.4002086Z checking packages torch, torchvision, torchaudio are installed...OK 2024-05-19T18:20:20.2998873Z running setup for /var/lib/jenkins/workspace/torchbench/torchbenchmark/models/hf_Albert...OK 2024-05-19T18:20:28.5828707Z running setup for /var/lib/jenkins/workspace/torchbench/torchbenchmark/models/hf_Bert...OK 2024-05-19T18:20:28.5835048Z running setup for /var/lib/jenkins/workspace/torchbench/torchbenchmark/models/nanogpt...SKIP - No install.py is found 2024-05-19T18:20:28.6053852Z running setup for /var/lib/jenkins/workspace/torchbench/torchbenchmark/models/timm_vision_transformer...OK 2024-05-19T18:20:29.0527506Z + popd 2024-05-19T18:20:29.0528008Z ~/workspace 2024-05-19T18:20:29.0538191Z ++ pwd 2024-05-19T18:20:29.0542539Z + PYTHONPATH=/var/lib/jenkins/workspace/torchbench 2024-05-19T18:20:29.0543334Z + test_inductor_torchbench_smoketest_perf 2024-05-19T18:20:29.0549596Z ++ pwd 2024-05-19T18:20:29.0554436Z + TEST_REPORTS_DIR=/var/lib/jenkins/workspace/test/test-reports 2024-05-19T18:20:29.0555359Z + mkdir -p /var/lib/jenkins/workspace/test/test-reports 2024-05-19T18:20:29.0577889Z + TORCHINDUCTOR_CPP_WRAPPER=1 2024-05-19T18:20:29.0580112Z + python benchmarks/dynamo/torchbench.py --device cuda --accuracy --bfloat16 --inference --inductor --only hf_T5 --output /var/lib/jenkins/workspace/test/test-reports/inductor_cpp_wrapper_smoketest.csv 2024-05-19T18:20:32.4049942Z 2024-05-19T18:20:32.9180198Z loading model: 0it [00:00, ?it/s] 2024-05-19T18:20:32.9180864Z 2024-05-19T18:20:32.9184699Z config.json: 0% 0.00/1.21k [00:00 will be ignored 2024-05-19T18:23:29.6881731Z 2024-05-19T18:23:29.9355693Z running benchmark: 0% 0/30 [00:00=0.5.0 in /home/ubuntu/.local/lib/python3.8/site-packages (from boto3==1.19.12) (0.5.2) 2024-05-19T18:24:27.9680350Z Requirement already satisfied: jmespath<1.0.0,>=0.7.1 in /home/ubuntu/.local/lib/python3.8/site-packages (from boto3==1.19.12) (0.10.0) 2024-05-19T18:24:27.9698910Z Requirement already satisfied: botocore<1.23.0,>=1.22.12 in /home/ubuntu/.local/lib/python3.8/site-packages (from boto3==1.19.12) (1.22.12) 2024-05-19T18:24:27.9749159Z Requirement already satisfied: python-dateutil<3.0.0,>=2.1 in /home/ubuntu/.local/lib/python3.8/site-packages (from botocore<1.23.0,>=1.22.12->boto3==1.19.12) (2.8.2) 2024-05-19T18:24:27.9773640Z Requirement already satisfied: urllib3<1.27,>=1.25.4 in /usr/lib/python3/dist-packages (from botocore<1.23.0,>=1.22.12->boto3==1.19.12) (1.25.8) 2024-05-19T18:24:27.9831454Z Requirement already satisfied: six>=1.5 in /usr/lib/python3/dist-packages (from python-dateutil<3.0.0,>=2.1->botocore<1.23.0,>=1.22.12->boto3==1.19.12) (1.14.0) 2024-05-19T18:24:28.8095964Z Command completed after 1 attempt(s). 2024-05-19T18:24:28.8169335Z ##[group]Run python3 .github/scripts/pytest_cache.py \ 2024-05-19T18:24:28.8170069Z python3 .github/scripts/pytest_cache.py \ 2024-05-19T18:24:28.8170787Z  --upload \ 2024-05-19T18:24:28.8171302Z  --cache_dir $GITHUB_WORKSPACE/$CACHE_DIR \ 2024-05-19T18:24:28.8171919Z  --pr_identifier $GITHUB_REF \ 2024-05-19T18:24:28.8172479Z  --job_identifier $JOB_IDENTIFIER \ 2024-05-19T18:24:28.8173009Z  --sha $SHA \ 2024-05-19T18:24:28.8173443Z  --test_config $TEST_CONFIG \ 2024-05-19T18:24:28.8173941Z  --shard $SHARD \ 2024-05-19T18:24:28.8174355Z  --repo $REPO \ 2024-05-19T18:24:28.8174788Z  --temp_dir $RUNNER_TEMP \ 2024-05-19T18:24:28.8188999Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2024-05-19T18:24:28.8189614Z env: 2024-05-19T18:24:28.8189921Z GIT_DEFAULT_BRANCH: main 2024-05-19T18:24:28.8190718Z GPU_FLAG: --gpus all -e NVIDIA_DRIVER_CAPABILITIES=all 2024-05-19T18:24:28.8191649Z DOCKER_CONTAINER_ID: 6df3cbb742334d736098b872dcfc6484c2609606d16a19e999ea701d2850d234 2024-05-19T18:24:28.8192616Z CACHE_DIR: .pytest_cache 2024-05-19T18:24:28.8193194Z JOB_IDENTIFIER: inductor_linux-focal-cuda12.4-py3.10-gcc9-sm80 2024-05-19T18:24:28.8193941Z SHA: c8c7ddfde57442cc28a394c385cab656ce9b1f5e 2024-05-19T18:24:28.8194559Z TEST_CONFIG: inductor_torchbench_smoketest_perf 2024-05-19T18:24:28.8195102Z SHARD: 1 2024-05-19T18:24:28.8195473Z REPO: pytorch/pytorch 2024-05-19T18:24:28.8195864Z ##[endgroup] 2024-05-19T18:24:29.0016197Z PR identifier for `refs/tags/ciflow/inductor/121956` is `5ec4bd29b9652d20d61d9e0a665b8d46` 2024-05-19T18:24:29.0020723Z Uploading cache with args Namespace(bucket=None, cache_dir='/home/weiwangmeta/actions-runner/_work/pytorch/pytorch/.pytest_cache', download=False, job_identifier='inductor_linux-focal-cuda12.4-py3.10-gcc9-sm80', pr_identifier='refs/tags/ciflow/inductor/121956', repo='pytorch/pytorch', sha='c8c7ddfde57442cc28a394c385cab656ce9b1f5e', shard='1', temp_dir='/home/weiwangmeta/actions-runner/_work/_temp', test_config='inductor_torchbench_smoketest_perf', upload=True) 2024-05-19T18:24:29.0024807Z The pytest cache dir `/home/weiwangmeta/actions-runner/_work/pytorch/pytorch/.pytest_cache` does not exist. Skipping upload 2024-05-19T18:24:29.0356097Z ##[group]Run cat test/**/*_toprint.log || true 2024-05-19T18:24:29.0356721Z cat test/**/*_toprint.log || true 2024-05-19T18:24:29.0370091Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2024-05-19T18:24:29.0370689Z env: 2024-05-19T18:24:29.0371006Z GIT_DEFAULT_BRANCH: main 2024-05-19T18:24:29.0371547Z GPU_FLAG: --gpus all -e NVIDIA_DRIVER_CAPABILITIES=all 2024-05-19T18:24:29.0372472Z DOCKER_CONTAINER_ID: 6df3cbb742334d736098b872dcfc6484c2609606d16a19e999ea701d2850d234 2024-05-19T18:24:29.0373264Z ##[endgroup] 2024-05-19T18:24:29.0481909Z cat: 'test/**/*_toprint.log': No such file or directory 2024-05-19T18:24:29.0521003Z ##[group]Run kill "$MONITOR_SCRIPT_PID" 2024-05-19T18:24:29.0521564Z kill "$MONITOR_SCRIPT_PID" 2024-05-19T18:24:29.0534312Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2024-05-19T18:24:29.0534989Z env: 2024-05-19T18:24:29.0535517Z GIT_DEFAULT_BRANCH: main 2024-05-19T18:24:29.0536056Z GPU_FLAG: --gpus all -e NVIDIA_DRIVER_CAPABILITIES=all 2024-05-19T18:24:29.0536976Z DOCKER_CONTAINER_ID: 6df3cbb742334d736098b872dcfc6484c2609606d16a19e999ea701d2850d234 2024-05-19T18:24:29.0537807Z MONITOR_SCRIPT_PID: 2521381 2024-05-19T18:24:29.0538226Z ##[endgroup] 2024-05-19T18:24:29.0800563Z Prepare all required actions 2024-05-19T18:24:29.0801139Z Getting action download info 2024-05-19T18:24:29.2139787Z Download action repository 'actions/upload-artifact@v3' (SHA:a8a3f3ad30e3422c9c7b888a15615d19a852ae32) 2024-05-19T18:24:29.7223880Z ##[group]Run ./.github/actions/upload-test-artifacts 2024-05-19T18:24:29.7224437Z with: 2024-05-19T18:24:29.7225137Z file-suffix: test-inductor_torchbench_smoketest_perf-1-1-linux.gcp.a100_25153237387 2024-05-19T18:24:29.7226000Z use-gha: anything-non-empty-to-use-gha 2024-05-19T18:24:29.7226529Z s3-bucket: gha-artifacts 2024-05-19T18:24:29.7226905Z env: 2024-05-19T18:24:29.7227213Z GIT_DEFAULT_BRANCH: main 2024-05-19T18:24:29.7227766Z GPU_FLAG: --gpus all -e NVIDIA_DRIVER_CAPABILITIES=all 2024-05-19T18:24:29.7228680Z DOCKER_CONTAINER_ID: 6df3cbb742334d736098b872dcfc6484c2609606d16a19e999ea701d2850d234 2024-05-19T18:24:29.7229465Z ##[endgroup] 2024-05-19T18:24:29.7330037Z ##[group]Run actions/upload-artifact@v3 2024-05-19T18:24:29.7330595Z with: 2024-05-19T18:24:29.7331413Z name: test-jsons-runattempt1-test-inductor_torchbench_smoketest_perf-1-1-linux.gcp.a100_25153237387.zip 2024-05-19T18:24:29.7332385Z retention-days: 14 2024-05-19T18:24:29.7332772Z if-no-files-found: warn 2024-05-19T18:24:29.7333184Z path: test/**/*.json 2024-05-19T18:24:29.7333530Z env: 2024-05-19T18:24:29.7333843Z GIT_DEFAULT_BRANCH: main 2024-05-19T18:24:29.7334442Z GPU_FLAG: --gpus all -e NVIDIA_DRIVER_CAPABILITIES=all 2024-05-19T18:24:29.7335355Z DOCKER_CONTAINER_ID: 6df3cbb742334d736098b872dcfc6484c2609606d16a19e999ea701d2850d234 2024-05-19T18:24:29.7336137Z ##[endgroup] 2024-05-19T18:24:30.2762884Z With the provided path, there will be 4 files uploaded 2024-05-19T18:24:30.2765876Z Starting artifact upload 2024-05-19T18:24:30.2768434Z 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-05-19T18:24:30.2770188Z Artifact name is valid! 2024-05-19T18:24:30.4510072Z Container for artifact "test-jsons-runattempt1-test-inductor_torchbench_smoketest_perf-1-1-linux.gcp.a100_25153237387.zip" successfully created. Starting upload of file(s) 2024-05-19T18:24:30.8687768Z Total size of all the files uploaded is 35714 bytes 2024-05-19T18:24:30.8688613Z File upload process has finished. Finalizing the artifact upload 2024-05-19T18:24:31.0072836Z Artifact has been finalized. All files have been successfully uploaded! 2024-05-19T18:24:31.0073467Z 2024-05-19T18:24:31.0073868Z The raw size of all the files that were specified for upload is 332057 bytes 2024-05-19T18:24:31.0075736Z The size of all the files that were uploaded is 35714 bytes. This takes into account any gzip compression used to reduce the upload size, time and storage 2024-05-19T18:24:31.0076859Z 2024-05-19T18:24:31.0078247Z 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-05-19T18:24:31.0079566Z 2024-05-19T18:24:31.0080601Z Artifact test-jsons-runattempt1-test-inductor_torchbench_smoketest_perf-1-1-linux.gcp.a100_25153237387.zip has been successfully uploaded! 2024-05-19T18:24:31.0199718Z ##[group]Run actions/upload-artifact@v3 2024-05-19T18:24:31.0200226Z with: 2024-05-19T18:24:31.0201066Z name: test-reports-runattempt1-test-inductor_torchbench_smoketest_perf-1-1-linux.gcp.a100_25153237387.zip 2024-05-19T18:24:31.0202078Z retention-days: 14 2024-05-19T18:24:31.0202496Z if-no-files-found: ignore 2024-05-19T18:24:31.0202948Z path: test/**/*.xml test/**/*.csv 2024-05-19T18:24:31.0203596Z env: 2024-05-19T18:24:31.0203907Z GIT_DEFAULT_BRANCH: main 2024-05-19T18:24:31.0204476Z GPU_FLAG: --gpus all -e NVIDIA_DRIVER_CAPABILITIES=all 2024-05-19T18:24:31.0205389Z DOCKER_CONTAINER_ID: 6df3cbb742334d736098b872dcfc6484c2609606d16a19e999ea701d2850d234 2024-05-19T18:24:31.0206182Z ##[endgroup] 2024-05-19T18:24:31.5394614Z With the provided path, there will be 5 files uploaded 2024-05-19T18:24:31.5400175Z Starting artifact upload 2024-05-19T18:24:31.5403588Z 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-05-19T18:24:31.5406700Z Artifact name is valid! 2024-05-19T18:24:31.7061832Z Container for artifact "test-reports-runattempt1-test-inductor_torchbench_smoketest_perf-1-1-linux.gcp.a100_25153237387.zip" successfully created. Starting upload of file(s) 2024-05-19T18:24:32.2287402Z Total size of all the files uploaded is 1175 bytes 2024-05-19T18:24:32.2288711Z File upload process has finished. Finalizing the artifact upload 2024-05-19T18:24:32.3718690Z Artifact has been finalized. All files have been successfully uploaded! 2024-05-19T18:24:32.3719336Z 2024-05-19T18:24:32.3719728Z The raw size of all the files that were specified for upload is 1737 bytes 2024-05-19T18:24:32.3721274Z The size of all the files that were uploaded is 1175 bytes. This takes into account any gzip compression used to reduce the upload size, time and storage 2024-05-19T18:24:32.3722382Z 2024-05-19T18:24:32.3723753Z 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-05-19T18:24:32.3725100Z 2024-05-19T18:24:32.3726243Z Artifact test-reports-runattempt1-test-inductor_torchbench_smoketest_perf-1-1-linux.gcp.a100_25153237387.zip has been successfully uploaded! 2024-05-19T18:24:32.3843264Z ##[group]Run actions/upload-artifact@v3 2024-05-19T18:24:32.3843781Z with: 2024-05-19T18:24:32.3844538Z name: logs-runattempt1-test-inductor_torchbench_smoketest_perf-1-1-linux.gcp.a100_25153237387.zip 2024-05-19T18:24:32.3845512Z retention-days: 14 2024-05-19T18:24:32.3845887Z if-no-files-found: ignore 2024-05-19T18:24:32.3846351Z path: usage_log.txt test/**/*.log 2024-05-19T18:24:32.3846807Z env: 2024-05-19T18:24:32.3847097Z GIT_DEFAULT_BRANCH: main 2024-05-19T18:24:32.3847628Z GPU_FLAG: --gpus all -e NVIDIA_DRIVER_CAPABILITIES=all 2024-05-19T18:24:32.3848535Z DOCKER_CONTAINER_ID: 6df3cbb742334d736098b872dcfc6484c2609606d16a19e999ea701d2850d234 2024-05-19T18:24:32.3849338Z ##[endgroup] 2024-05-19T18:24:33.0204911Z Multiple search paths detected. Calculating the least common ancestor of all paths 2024-05-19T18:24:33.0209249Z The least common ancestor is /home/weiwangmeta/actions-runner/_work/pytorch/pytorch. This will be the root directory of the artifact 2024-05-19T18:24:33.0210829Z With the provided path, there will be 1 file uploaded 2024-05-19T18:24:33.0212678Z Starting artifact upload 2024-05-19T18:24:33.0214813Z 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-05-19T18:24:33.0216542Z Artifact name is valid! 2024-05-19T18:24:33.1877519Z Container for artifact "logs-runattempt1-test-inductor_torchbench_smoketest_perf-1-1-linux.gcp.a100_25153237387.zip" successfully created. Starting upload of file(s) 2024-05-19T18:24:33.4183602Z Total size of all the files uploaded is 14846 bytes 2024-05-19T18:24:33.4184439Z File upload process has finished. Finalizing the artifact upload 2024-05-19T18:24:33.5572255Z Artifact has been finalized. All files have been successfully uploaded! 2024-05-19T18:24:33.5572902Z 2024-05-19T18:24:33.5573303Z The raw size of all the files that were specified for upload is 292309 bytes 2024-05-19T18:24:33.5574849Z The size of all the files that were uploaded is 14846 bytes. This takes into account any gzip compression used to reduce the upload size, time and storage 2024-05-19T18:24:33.5576447Z 2024-05-19T18:24:33.5577995Z 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-05-19T18:24:33.5579310Z 2024-05-19T18:24:33.5580296Z Artifact logs-runattempt1-test-inductor_torchbench_smoketest_perf-1-1-linux.gcp.a100_25153237387.zip has been successfully uploaded! 2024-05-19T18:24:33.5690809Z ##[group]Run # shellcheck disable=SC2156 2024-05-19T18:24:33.5691388Z # shellcheck disable=SC2156 2024-05-19T18:24:33.5692388Z find . -iname "core.[1-9]*" -exec docker exec "${DOCKER_CONTAINER_ID}" sh -c "gdb python {} -ex 'bt' -ex 'q'" \; 2024-05-19T18:24:33.5705697Z shell: /usr/bin/bash -e {0} 2024-05-19T18:24:33.5706104Z env: 2024-05-19T18:24:33.5706427Z GIT_DEFAULT_BRANCH: main 2024-05-19T18:24:33.5706973Z GPU_FLAG: --gpus all -e NVIDIA_DRIVER_CAPABILITIES=all 2024-05-19T18:24:33.5707943Z DOCKER_CONTAINER_ID: 6df3cbb742334d736098b872dcfc6484c2609606d16a19e999ea701d2850d234 2024-05-19T18:24:33.5708733Z ##[endgroup] 2024-05-19T18:24:33.9465603Z ##[group]Run seemethere/upload-artifact-s3@v5 2024-05-19T18:24:33.9466142Z with: 2024-05-19T18:24:33.9466696Z name: coredumps-inductor_torchbench_smoketest_perf-1-1-linux.gcp.a100 2024-05-19T18:24:33.9467410Z retention-days: 14 2024-05-19T18:24:33.9467805Z if-no-files-found: ignore 2024-05-19T18:24:33.9468212Z path: ./**/core.[1-9]* 2024-05-19T18:24:33.9468615Z s3-bucket: gha-artifacts 2024-05-19T18:24:33.9469029Z region: us-east-1 2024-05-19T18:24:33.9469370Z env: 2024-05-19T18:24:33.9469663Z GIT_DEFAULT_BRANCH: main 2024-05-19T18:24:33.9470201Z GPU_FLAG: --gpus all -e NVIDIA_DRIVER_CAPABILITIES=all 2024-05-19T18:24:33.9471117Z DOCKER_CONTAINER_ID: 6df3cbb742334d736098b872dcfc6484c2609606d16a19e999ea701d2850d234 2024-05-19T18:24:33.9471916Z ##[endgroup] 2024-05-19T18:24:42.2382012Z No files were found with the provided path: ./**/core.[1-9]*. No artifacts will be uploaded. 2024-05-19T18:24:42.2743750Z ##[group]Run pytorch/test-infra/.github/actions/teardown-linux@main 2024-05-19T18:24:42.2744501Z with: 2024-05-19T18:24:42.2744797Z env: 2024-05-19T18:24:42.2745107Z GIT_DEFAULT_BRANCH: main 2024-05-19T18:24:42.2745634Z GPU_FLAG: --gpus all -e NVIDIA_DRIVER_CAPABILITIES=all 2024-05-19T18:24:42.2746552Z DOCKER_CONTAINER_ID: 6df3cbb742334d736098b872dcfc6484c2609606d16a19e999ea701d2850d234 2024-05-19T18:24:42.2747351Z ##[endgroup] 2024-05-19T18:24:42.2773836Z ##[group]Run set -eou pipefail 2024-05-19T18:24:42.2774386Z set -eou pipefail 2024-05-19T18:24:42.2774791Z  2024-05-19T18:24:42.2775406Z echo "Holding runner for 2 hours until all ssh sessions have logged out" 2024-05-19T18:24:42.2776177Z for _ in $(seq 1440); do 2024-05-19T18:24:42.2776735Z  # Break if no ssh session exists anymore 2024-05-19T18:24:42.2777351Z  if [ "$(who)" = "" ]; then 2024-05-19T18:24:42.2777829Z  break 2024-05-19T18:24:42.2778223Z  fi 2024-05-19T18:24:42.2778552Z  echo "." 2024-05-19T18:24:42.2778929Z  sleep 5 2024-05-19T18:24:42.2779297Z done 2024-05-19T18:24:42.2793000Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2024-05-19T18:24:42.2793604Z env: 2024-05-19T18:24:42.2793906Z GIT_DEFAULT_BRANCH: main 2024-05-19T18:24:42.2794510Z GPU_FLAG: --gpus all -e NVIDIA_DRIVER_CAPABILITIES=all 2024-05-19T18:24:42.2795432Z DOCKER_CONTAINER_ID: 6df3cbb742334d736098b872dcfc6484c2609606d16a19e999ea701d2850d234 2024-05-19T18:24:42.2796216Z ##[endgroup] 2024-05-19T18:24:42.2840058Z Holding runner for 2 hours until all ssh sessions have logged out 2024-05-19T18:24:42.2900090Z ##[group]Run # ignore expansion of "docker ps -q" since it could be empty 2024-05-19T18:24:42.2901030Z # ignore expansion of "docker ps -q" since it could be empty 2024-05-19T18:24:42.2901905Z # shellcheck disable=SC2046 2024-05-19T18:24:42.2902463Z docker stop $(docker ps -q) || true 2024-05-19T18:24:42.2903034Z # Prune all of the docker images 2024-05-19T18:24:42.2903554Z docker system prune -af 2024-05-19T18:24:42.2916158Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2024-05-19T18:24:42.2916763Z env: 2024-05-19T18:24:42.2917078Z GIT_DEFAULT_BRANCH: main 2024-05-19T18:24:42.2917601Z GPU_FLAG: --gpus all -e NVIDIA_DRIVER_CAPABILITIES=all 2024-05-19T18:24:42.2918511Z DOCKER_CONTAINER_ID: 6df3cbb742334d736098b872dcfc6484c2609606d16a19e999ea701d2850d234 2024-05-19T18:24:42.2919306Z ##[endgroup] 2024-05-19T18:24:43.2039470Z 6df3cbb74233 2024-05-19T18:24:44.0620760Z Deleted Containers: 2024-05-19T18:24:44.0621475Z 6df3cbb742334d736098b872dcfc6484c2609606d16a19e999ea701d2850d234 2024-05-19T18:24:44.0622039Z 2024-05-19T18:24:51.5107529Z Deleted Images: 2024-05-19T18:24:51.5110735Z untagged: 308535385114.dkr.ecr.us-east-1.amazonaws.com/pytorch/pytorch-linux-focal-cuda12.4-cudnn8-py3-gcc9-inductor-benchmarks:d55d6a6f08250cd2609d528116ab6fd6e787bee0 2024-05-19T18:24:51.5114000Z untagged: 308535385114.dkr.ecr.us-east-1.amazonaws.com/pytorch/pytorch-linux-focal-cuda12.4-cudnn8-py3-gcc9-inductor-benchmarks@sha256:66f062925f91f9b9204b1dc6d68caf8c89fa82fd4b12cb5f24c19aa4b1c87506 2024-05-19T18:24:51.5116096Z deleted: sha256:a0542ac5317cc182e1aac2cb8d63a2d6287450937722bab68464513bbbc603ef 2024-05-19T18:24:51.5117164Z deleted: sha256:1a656f83b702d1cdc805b9509e7194f6ca9a24882785be5289f8bc566c1c1a0b 2024-05-19T18:24:51.5118258Z deleted: sha256:5b7ca0efbb8f2f6ed9ac2e375c4a52f07e2bd16e65d1914a58dcfb56ab8b1623 2024-05-19T18:24:51.5119337Z deleted: sha256:6d2255f7483ad8cfa448dc385ff2880171aacd4db919fbf38e2b3c4580f80e1e 2024-05-19T18:24:51.5120412Z deleted: sha256:a39c366330a4b21f0585d02ed65f5beb66bd03e36471ebb255c5f7766f29c118 2024-05-19T18:24:51.5121518Z deleted: sha256:5b2e96a220babb6e3a9b843ce53d3f2015dd0e505fed00a447cbe551b22d329e 2024-05-19T18:24:51.5122596Z deleted: sha256:d7247668eca42c13d2c6440886a9b43b633e5cb9304e3e3f85ac8803de7dd873 2024-05-19T18:24:51.5124506Z deleted: sha256:989398e2b08b3b7c9bf03cdbdaa903261d145b7d45bc7c1fa3a1a4a54a7ced68 2024-05-19T18:24:51.5125746Z deleted: sha256:5c2558f875db144549ed0efa5deb36d738647f1c172a9628a34677fddb6a96ee 2024-05-19T18:24:51.5127289Z deleted: sha256:b56f2c08b00650c89ac0f4d07686ba8ea22d64f666d27e8be716aeae4e042f87 2024-05-19T18:24:51.5128352Z deleted: sha256:35689f96fd20d72b6c5fd24a65e3c52c46359609c897b0552d8b36e4d62f31d9 2024-05-19T18:24:51.5129403Z deleted: sha256:8a251e66682a1ad41addcf4890ffb62aa8b85f5d9f17d433e828f170339a767f 2024-05-19T18:24:51.5130486Z deleted: sha256:9482b91acd78f655bcd9a0a6ade0f1958caa1a8274b13f7366f830fa7b4ca16e 2024-05-19T18:24:51.5131675Z deleted: sha256:1f1bf62bcfe25406d5e8f3a48198af80782c6a996bcafaae53575bcc843bd50a 2024-05-19T18:24:51.5132769Z deleted: sha256:6b680df6a8beceb613eb411958551bf0368a6d4a932eead77896d41ff535946a 2024-05-19T18:24:51.5133830Z deleted: sha256:7aa1322c73a827485b091076ffa2dc207e0a900941ca2eb2704442ca7c23ed7d 2024-05-19T18:24:51.5134946Z deleted: sha256:f0d92b27a23be6ff6a30b0974841e39e2ca9cb761797d5cb3ee5676708fbfddc 2024-05-19T18:24:51.5136027Z deleted: sha256:15e17f6dcd9e56d48cc4d19f06cf6d42e155d9dcb5d6d3289f432b1e1adb78c2 2024-05-19T18:24:51.5137093Z deleted: sha256:a9363d4f861657188bb086df9f77430971cf00513d7f3c151d954bba04092dd4 2024-05-19T18:24:51.5138273Z deleted: sha256:afad6ce30f8cd2b2fc987fb31626f14465a034dd85cea22a30e012f7b50e831c 2024-05-19T18:24:51.5139407Z deleted: sha256:a17532a675e4ec56db1fc54e2f285986b4333c89eaed6520edb8c85209ef76ea 2024-05-19T18:24:51.5140476Z deleted: sha256:55ff1a7a2aa478a7a6c00675e825d39cea2c5955f3f318832fa06cf293ddb137 2024-05-19T18:24:51.5141549Z deleted: sha256:21b7839e8103541d09ad0af189e5ecbf9df69cc798831eada41d8ce869555e94 2024-05-19T18:24:51.5142616Z deleted: sha256:3f93640e4b85ecbb5cb4239715bd521fe05dac28e2e25e53b71b808bbc193590 2024-05-19T18:24:51.5143680Z deleted: sha256:887d227bae679856dd096dad895dbcf90b807f5c82c15ff17ec5a58bf6dac184 2024-05-19T18:24:51.5145063Z deleted: sha256:d2beb8f0ce120b86322d41f423b7f42e64fdb9e4ff5d5d912252849b8146b293 2024-05-19T18:24:51.5146154Z deleted: sha256:e41d38911c997f96258de8880c0251dee4bf259158eb081eafc17f32f8948763 2024-05-19T18:24:51.5147987Z deleted: sha256:b85b0e100a5a15d221dbbccb1e864e367d917d7a79fa199c15db2c1d9a52c92a 2024-05-19T18:24:51.5149746Z deleted: sha256:75258ce71d03c6b0525b6f842fa5efd1738dbe82b883613717fcb707a60621a3 2024-05-19T18:24:51.5150804Z deleted: sha256:a12c28acec35eb76da2791220f40353777e633b6cd7d4fd187c3954e03406c46 2024-05-19T18:24:51.5151873Z deleted: sha256:eaf53ac56a05ff328d594fda97812e9db215cf74b87965669e54d4c6c1669cb3 2024-05-19T18:24:51.5153181Z deleted: sha256:795e72492c71c7cce01ac9e0408bc22fa8f7da1e41614874b812afc49c93fabf 2024-05-19T18:24:51.5154263Z deleted: sha256:1d1e16daa70a0b1c04b023ebbbe56366e3b0cbb9147851a544b43581d66ab50c 2024-05-19T18:24:51.5155358Z deleted: sha256:7752b0e90516dde8d6b7499bd8261515a2eb4063ca5d381313ea697291402d42 2024-05-19T18:24:51.5156439Z deleted: sha256:13082c1d2da03c75509cd19b1e7d211d98b359b41d53223e861fea8ec6be2366 2024-05-19T18:24:51.5157506Z deleted: sha256:fef51b8c2cf2579b04f0d82fba989e43cdd93a484741e14588a942c728328c80 2024-05-19T18:24:51.5158571Z deleted: sha256:cfd02989b5663a4fc04e8468da08dbb6202dd256e851a6e30e7370818fa65830 2024-05-19T18:24:51.5159634Z deleted: sha256:7b3853f547cd41caf732c9bf113d7f11db7fb026f979a50cf7a56ab673d8a2d9 2024-05-19T18:24:51.5160686Z deleted: sha256:8eb59cbbd7ea753bff3586c088340d20ca32887792f3f68c5b2da7d57d11447c 2024-05-19T18:24:51.5161771Z deleted: sha256:d4eb9793eb3f33e1fc18c62f8a4765625d5e2accaffffeb52543799bfe45315a 2024-05-19T18:24:51.5162842Z deleted: sha256:9b388bd2595f78854fce5ceb1a6c673a7bf3f50f84f6350351171599fcad68c4 2024-05-19T18:24:51.5163876Z deleted: sha256:1443f9602fff883313532012c5506b56993ec95031e611cace0b38b3e215413b 2024-05-19T18:24:51.5165146Z deleted: sha256:7d5157e7800e8039c647490628f0b8f64c7ed0017070e69ed1200ae786c318d2 2024-05-19T18:24:51.5166619Z deleted: sha256:3b8e4334d22e46371d21e1d80991345f300244c4932c1687b2723408f8fe213c 2024-05-19T18:24:51.5168011Z deleted: sha256:bc9b902883a611c9653e47dfcdce6f88287f0ce083995cd17612e1ee52d02f45 2024-05-19T18:24:51.5169091Z deleted: sha256:87241399dcaeb6b49174c5033c7aff0f1e914591bd2a727a80fcd0e453b1bdbc 2024-05-19T18:24:51.5170142Z deleted: sha256:9b60d0bfab86b98267697851c8871dae33fc146608b8af9764f5e3d3e459c75b 2024-05-19T18:24:51.5171217Z deleted: sha256:ad76dc292ef5f88364d52bdd2e83680e697b28b2f6df337cd9c829ab007217e1 2024-05-19T18:24:51.5172298Z deleted: sha256:7a4baeb5479a531e458c9fa438d16143efc760acf3c997b1fed3129f2d8d2fc7 2024-05-19T18:24:51.5173350Z deleted: sha256:e682379b3ae2d005fd368b974d3314ece2598d1a6928ae7341bb89f3c79e8e03 2024-05-19T18:24:51.5174420Z deleted: sha256:d8d802f39c7d9d7ddd8f5acef34ee7e07fac7f84fa106255d5228d659daf1073 2024-05-19T18:24:51.5175560Z deleted: sha256:9f893b39e0b2a09fdee21eec466f95f637ccd2e77ab254c00eeca60d4f1a4671 2024-05-19T18:24:51.5176665Z deleted: sha256:01d8e759bdd0bbea54aea263352ffd962e77eeab5d109a7fa8e279f2efdb6719 2024-05-19T18:24:51.5177771Z deleted: sha256:cd0863a43a1691ccbba624e9d63b85a341adb8bc16335dec1291e5a04147b040 2024-05-19T18:24:51.5178843Z deleted: sha256:5fec222edb2dc032d9a5203274fbd944dfb9494597fbb76b063b89ac7e84273f 2024-05-19T18:24:51.5179892Z deleted: sha256:742f8005153dd61c5f7718e2b2a8b3f934780866ef56f7ca11a48088dc638b97 2024-05-19T18:24:51.5180934Z deleted: sha256:e670dd8df73c884bf8257489df70a65828a55222a493f717eca2b9df1f3e41fa 2024-05-19T18:24:51.5182015Z deleted: sha256:e09fa8af11b0b73b35ad8f1f6ec0f0f0bf8a05ed64aa9d530377ddd2e1f94b56 2024-05-19T18:24:51.5183087Z deleted: sha256:02c8d457f61de51676900b87bd530f776b761f2b8dad7f345152b256d7bb7864 2024-05-19T18:24:51.5184133Z deleted: sha256:433544e4353c9e0269dc71fa16c00ddcecdcd5676ed0df618c7b51ac78e23053 2024-05-19T18:24:51.5185267Z deleted: sha256:fc24af9fd5121adfbc7b75df0abb1ef8c2d3868f33b7b6b1e8bf4e214fac4bd6 2024-05-19T18:24:51.5186347Z deleted: sha256:ce1492ad94b71204f8b3fb8903d0ad48a96652635e7fc9347e430639ca15a737 2024-05-19T18:24:51.5187601Z deleted: sha256:96f2ae9435e6e12f68a88dc404c8079b2796639589970c34894a86ccff3f3732 2024-05-19T18:24:51.5188649Z deleted: sha256:5310d2bc0952e7c6d8cbade7ecafd88ce3a04d9da303fa6419583e13a02b58a9 2024-05-19T18:24:51.5189712Z deleted: sha256:099076d608a55a027d60f5b572a3991a8d690a01500acf2c696933a7e6d38650 2024-05-19T18:24:51.5190761Z deleted: sha256:862b05d0f8f7e3dff2d04bd49784a9901f4e22c5dd6544ae72eb3be05e23fffe 2024-05-19T18:24:51.5191830Z deleted: sha256:f7a888e5f7904827f6d71cebcba5169dbc7a78b20f228b9b9b625f38e0c52f24 2024-05-19T18:24:51.5193173Z deleted: sha256:ab9f75a4a7a636aae480f630eaddc05133dda64f1c42445b617c97d3d209991c 2024-05-19T18:24:51.5194276Z deleted: sha256:56dda0c9cee64db5c10d5dd5f08c6f6707263f5ee98e8a075d635e5be996e855 2024-05-19T18:24:51.5195409Z deleted: sha256:5faf9c0a9efe4675ecd21a4ec417d51077d5e75da9e673161a94e7d6cd43f92c 2024-05-19T18:24:51.5196054Z 2024-05-19T18:24:51.5196232Z Total reclaimed space: 33.39GB 2024-05-19T18:24:51.5253800Z ##[group]Run set +e 2024-05-19T18:24:51.5254296Z set +e 2024-05-19T18:24:51.5254699Z set -x 2024-05-19T18:24:51.5255033Z  2024-05-19T18:24:51.5255349Z nvidia-smi 2024-05-19T18:24:51.5256114Z # NB: Surprisingly, nvidia-smi command returns successfully with return code 0 even in 2024-05-19T18:24:51.5257349Z # the case where the driver has already crashed as it still can get the driver version 2024-05-19T18:24:51.5258567Z # and some basic information like the bus ID. However, the rest of the information 2024-05-19T18:24:51.5259486Z # would be missing (ERR!), for example: 2024-05-19T18:24:51.5260016Z # 2024-05-19T18:24:51.5260499Z # +-----------------------------------------------------------------------------+ 2024-05-19T18:24:51.5261451Z # | NVIDIA-SMI 525.89.02 Driver Version: 525.89.02 CUDA Version: 12.0 | 2024-05-19T18:24:51.5262439Z # |-------------------------------+----------------------+----------------------+ 2024-05-19T18:24:51.5263392Z # | GPU Name Persistence-M| Bus-Id Disp.A | Volatile Uncorr. ECC | 2024-05-19T18:24:51.5264457Z # | Fan Temp Perf Pwr:Usage/Cap| Memory-Usage | GPU-Util Compute M. | 2024-05-19T18:24:51.5265412Z # | | | MIG M. | 2024-05-19T18:24:51.5266133Z # |===============================+======================+======================| 2024-05-19T18:24:51.5266933Z # | 0 ERR! Off | 00000000:00:1E.0 Off | ERR! | 2024-05-19T18:24:51.5267859Z # |ERR! ERR! ERR! ERR! / ERR! | 4184MiB / 23028MiB | ERR! Default | 2024-05-19T18:24:51.5268702Z # | | | ERR! | 2024-05-19T18:24:51.5269472Z # +-------------------------------+----------------------+----------------------+ 2024-05-19T18:24:51.5270113Z # 2024-05-19T18:24:51.5270599Z # +-----------------------------------------------------------------------------+ 2024-05-19T18:24:51.5271405Z # | Processes: | 2024-05-19T18:24:51.5272646Z # | GPU GI CI PID Type Process name GPU Memory | 2024-05-19T18:24:51.5273536Z # | ID ID Usage | 2024-05-19T18:24:51.5274290Z # |=============================================================================| 2024-05-19T18:24:51.5275101Z # +-----------------------------------------------------------------------------+ 2024-05-19T18:24:51.5275715Z # 2024-05-19T18:24:51.5276383Z # This should be reported as a failure instead as it will guarantee to fail when 2024-05-19T18:24:51.5277284Z # Docker tries to run with --gpus all 2024-05-19T18:24:51.5278033Z # 2024-05-19T18:24:51.5278668Z # So, the correct check here is to query one of the missing piece of info like 2024-05-19T18:24:51.5279634Z # GPU name, so that the command can fail accordingly 2024-05-19T18:24:51.5280477Z nvidia-smi --query-gpu=gpu_name --format=csv,noheader --id=0 2024-05-19T18:24:51.5281177Z NVIDIA_SMI_STATUS=$? 2024-05-19T18:24:51.5281587Z  2024-05-19T18:24:51.5282334Z # These are acceptable return code from nvidia-smi as copied from setup-nvidia GitHub action 2024-05-19T18:24:51.5283479Z if [ "$NVIDIA_SMI_STATUS" -ne 0 ] && [ "$NVIDIA_SMI_STATUS" -ne 14 ]; then 2024-05-19T18:24:51.5284510Z  echo "NVIDIA driver installation has failed, shutting down the runner..." 2024-05-19T18:24:51.5285426Z  .github/scripts/stop_runner_service.sh 2024-05-19T18:24:51.5285962Z fi 2024-05-19T18:24:51.5286276Z  2024-05-19T18:24:51.5287145Z # For runner with multiple GPUs, we also want to confirm that the number of GPUs are the 2024-05-19T18:24:51.5288366Z # power of 2, i.e. 1, 2, 4, or 8. This is to avoid flaky test issue when one GPU fails 2024-05-19T18:24:51.5289571Z # https://github.com/pytorch/test-infra/issues/4000 2024-05-19T18:24:51.5290310Z GPU_COUNT=$(nvidia-smi --list-gpus | wc -l) 2024-05-19T18:24:51.5290893Z NVIDIA_SMI_STATUS=$? 2024-05-19T18:24:51.5291319Z  2024-05-19T18:24:51.5292049Z # These are acceptable return code from nvidia-smi as copied from setup-nvidia GitHub action 2024-05-19T18:24:51.5293203Z if [ "$NVIDIA_SMI_STATUS" -ne 0 ] && [ "$NVIDIA_SMI_STATUS" -ne 14 ]; then 2024-05-19T18:24:51.5294223Z  echo "NVIDIA driver installation has failed, shutting down the runner..." 2024-05-19T18:24:51.5295142Z  .github/scripts/stop_runner_service.sh 2024-05-19T18:24:51.5295666Z fi 2024-05-19T18:24:51.5295988Z  2024-05-19T18:24:51.5296402Z # Check the GPU count to be a power of 2 2024-05-19T18:24:51.5297452Z if [ "$GPU_COUNT" -le 8 ] && [ "$GPU_COUNT" -ne 1 ] && [ "$GPU_COUNT" -ne 2 ] && [ "$GPU_COUNT" -ne 4 ] && [ "$GPU_COUNT" -ne 8 ]; then 2024-05-19T18:24:51.5298844Z  echo "NVIDIA driver detects $GPU_COUNT GPUs. The runner has a broken GPU, shutting it down..." 2024-05-19T18:24:51.5299832Z  .github/scripts/stop_runner_service.sh 2024-05-19T18:24:51.5300373Z fi 2024-05-19T18:24:51.5313681Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2024-05-19T18:24:51.5314295Z env: 2024-05-19T18:24:51.5314649Z GIT_DEFAULT_BRANCH: main 2024-05-19T18:24:51.5315201Z GPU_FLAG: --gpus all -e NVIDIA_DRIVER_CAPABILITIES=all 2024-05-19T18:24:51.5316124Z DOCKER_CONTAINER_ID: 6df3cbb742334d736098b872dcfc6484c2609606d16a19e999ea701d2850d234 2024-05-19T18:24:51.5317121Z RUNNER_WORKSPACE: /home/weiwangmeta/actions-runner/_work/pytorch 2024-05-19T18:24:51.5317772Z ##[endgroup] 2024-05-19T18:24:51.5357607Z + nvidia-smi 2024-05-19T18:24:51.5594598Z Sun May 19 18:24:51 2024 2024-05-19T18:24:51.5595602Z +-----------------------------------------------------------------------------------------+ 2024-05-19T18:24:51.5596654Z | NVIDIA-SMI 550.54.15 Driver Version: 550.54.15 CUDA Version: 12.4 | 2024-05-19T18:24:51.5597660Z |-----------------------------------------+------------------------+----------------------+ 2024-05-19T18:24:51.5598678Z | GPU Name Persistence-M | Bus-Id Disp.A | Volatile Uncorr. ECC | 2024-05-19T18:24:51.5599803Z | Fan Temp Perf Pwr:Usage/Cap | Memory-Usage | GPU-Util Compute M. | 2024-05-19T18:24:51.5600661Z | | | MIG M. | 2024-05-19T18:24:51.5601327Z |=========================================+========================+======================| 2024-05-19T18:24:51.5737182Z | 0 NVIDIA A100-SXM4-40GB On | 00000000:00:04.0 Off | 0 | 2024-05-19T18:24:51.5738817Z | N/A 30C P0 42W / 400W | 0MiB / 40960MiB | 0% Default | 2024-05-19T18:24:51.5739639Z | | | Disabled | 2024-05-19T18:24:51.5740516Z +-----------------------------------------+------------------------+----------------------+ 2024-05-19T18:24:51.5741241Z 2024-05-19T18:24:51.5742175Z +-----------------------------------------------------------------------------------------+ 2024-05-19T18:24:51.5743207Z | Processes: | 2024-05-19T18:24:51.5744089Z | GPU GI CI PID Type Process name GPU Memory | 2024-05-19T18:24:51.5745227Z | ID ID Usage | 2024-05-19T18:24:51.5745936Z |=========================================================================================| 2024-05-19T18:24:51.5746758Z | No running processes found | 2024-05-19T18:24:51.5747753Z +-----------------------------------------------------------------------------------------+ 2024-05-19T18:24:51.9688406Z + nvidia-smi --query-gpu=gpu_name --format=csv,noheader --id=0 2024-05-19T18:24:51.9886134Z NVIDIA A100-SXM4-40GB 2024-05-19T18:24:51.9977356Z + NVIDIA_SMI_STATUS=0 2024-05-19T18:24:51.9978266Z + '[' 0 -ne 0 ']' 2024-05-19T18:24:51.9985339Z ++ nvidia-smi --list-gpus 2024-05-19T18:24:51.9985823Z ++ wc -l 2024-05-19T18:24:52.0257690Z + GPU_COUNT=1 2024-05-19T18:24:52.0258314Z + NVIDIA_SMI_STATUS=0 2024-05-19T18:24:52.0259102Z + '[' 0 -ne 0 ']' 2024-05-19T18:24:52.0259688Z + '[' 1 -le 8 ']' 2024-05-19T18:24:52.0260320Z + '[' 1 -ne 1 ']' 2024-05-19T18:24:52.0341510Z Post job cleanup. 2024-05-19T18:24:52.0408816Z Post job cleanup. 2024-05-19T18:24:52.1517941Z [command]/usr/bin/git version 2024-05-19T18:24:52.1568188Z git version 2.25.1 2024-05-19T18:24:52.1618047Z Temporarily overriding HOME='/home/weiwangmeta/actions-runner/_work/_temp/d16490ef-01b6-40d9-8368-f9c15257e25f' before making global git config changes 2024-05-19T18:24:52.1619886Z Adding repository directory to the temporary git global config as a safe directory 2024-05-19T18:24:52.1624965Z [command]/usr/bin/git config --global --add safe.directory /home/weiwangmeta/actions-runner/_work/pytorch/pytorch 2024-05-19T18:24:52.1671957Z [command]/usr/bin/git config --local --name-only --get-regexp core\.sshCommand 2024-05-19T18:24:52.1716062Z [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-05-19T18:24:52.2015710Z Entering 'android/libs/fbjni' 2024-05-19T18:24:52.2066991Z Entering 'third_party/FP16' 2024-05-19T18:24:52.2115627Z Entering 'third_party/FXdiv' 2024-05-19T18:24:52.2163729Z Entering 'third_party/NNPACK' 2024-05-19T18:24:52.2215265Z Entering 'third_party/QNNPACK' 2024-05-19T18:24:52.2264476Z Entering 'third_party/VulkanMemoryAllocator' 2024-05-19T18:24:52.2313866Z Entering 'third_party/XNNPACK' 2024-05-19T18:24:52.2384617Z Entering 'third_party/benchmark' 2024-05-19T18:24:52.2432513Z Entering 'third_party/cpp-httplib' 2024-05-19T18:24:52.2480708Z Entering 'third_party/cpuinfo' 2024-05-19T18:24:52.2529259Z Entering 'third_party/cudnn_frontend' 2024-05-19T18:24:52.2577538Z Entering 'third_party/cutlass' 2024-05-19T18:24:52.2635682Z Entering 'third_party/eigen' 2024-05-19T18:24:52.2689403Z Entering 'third_party/fbgemm' 2024-05-19T18:24:52.2737733Z Entering 'third_party/fbgemm/third_party/asmjit' 2024-05-19T18:24:52.2783389Z Entering 'third_party/fbgemm/third_party/cpuinfo' 2024-05-19T18:24:52.2831329Z Entering 'third_party/fbgemm/third_party/cutlass' 2024-05-19T18:24:52.2886984Z Entering 'third_party/fbgemm/third_party/googletest' 2024-05-19T18:24:52.2934873Z Entering 'third_party/fbgemm/third_party/hipify_torch' 2024-05-19T18:24:52.2983853Z Entering 'third_party/flatbuffers' 2024-05-19T18:24:52.3038052Z Entering 'third_party/fmt' 2024-05-19T18:24:52.3087454Z Entering 'third_party/foxi' 2024-05-19T18:24:52.3291244Z Entering 'third_party/gemmlowp/gemmlowp' 2024-05-19T18:24:52.3304755Z Entering 'third_party/gloo' 2024-05-19T18:24:52.3354415Z Entering 'third_party/googletest' 2024-05-19T18:24:52.3403882Z Entering 'third_party/ideep' 2024-05-19T18:24:52.3452042Z Entering 'third_party/ideep/mkl-dnn' 2024-05-19T18:24:52.3509399Z Entering 'third_party/ios-cmake' 2024-05-19T18:24:52.3558974Z Entering 'third_party/ittapi' 2024-05-19T18:24:52.3607265Z Entering 'third_party/kineto' 2024-05-19T18:24:52.3655854Z Entering 'third_party/kineto/libkineto/third_party/dynolog' 2024-05-19T18:24:52.3702351Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/DCGM' 2024-05-19T18:24:52.3751976Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/cpr' 2024-05-19T18:24:52.3799580Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/fmt' 2024-05-19T18:24:52.3846988Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/gflags' 2024-05-19T18:24:52.3892972Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/gflags/doc' 2024-05-19T18:24:52.3944533Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/glog' 2024-05-19T18:24:52.3991742Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/googletest' 2024-05-19T18:24:52.4060198Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/json' 2024-05-19T18:24:52.4087302Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/pfs' 2024-05-19T18:24:52.4135493Z Entering 'third_party/kineto/libkineto/third_party/fmt' 2024-05-19T18:24:52.4184571Z Entering 'third_party/kineto/libkineto/third_party/googletest' 2024-05-19T18:24:52.4234741Z Entering 'third_party/mimalloc' 2024-05-19T18:24:52.4284136Z Entering 'third_party/nccl/nccl' 2024-05-19T18:24:52.4333603Z Entering 'third_party/neon2sse' 2024-05-19T18:24:52.4383022Z Entering 'third_party/nlohmann' 2024-05-19T18:24:52.4434115Z Entering 'third_party/onnx' 2024-05-19T18:24:52.4502244Z Entering 'third_party/onnx/third_party/benchmark' 2024-05-19T18:24:52.4550251Z Entering 'third_party/onnx/third_party/pybind11' 2024-05-19T18:24:52.4601552Z Entering 'third_party/onnx-tensorrt' 2024-05-19T18:24:52.4649381Z Entering 'third_party/onnx-tensorrt/third_party/onnx' 2024-05-19T18:24:52.4701515Z Entering 'third_party/onnx-tensorrt/third_party/onnx/third_party/benchmark' 2024-05-19T18:24:52.4748546Z Entering 'third_party/onnx-tensorrt/third_party/onnx/third_party/pybind11' 2024-05-19T18:24:52.4794963Z Entering 'third_party/onnx-tensorrt/third_party/onnx/third_party/pybind11/tools/clang' 2024-05-19T18:24:52.4848928Z Entering 'third_party/opentelemetry-cpp' 2024-05-19T18:24:52.4898674Z Entering 'third_party/opentelemetry-cpp/third_party/benchmark' 2024-05-19T18:24:52.4944826Z Entering 'third_party/opentelemetry-cpp/third_party/googletest' 2024-05-19T18:24:52.4991802Z Entering 'third_party/opentelemetry-cpp/third_party/ms-gsl' 2024-05-19T18:24:52.5039180Z Entering 'third_party/opentelemetry-cpp/third_party/nlohmann-json' 2024-05-19T18:24:52.5087309Z Entering 'third_party/opentelemetry-cpp/third_party/opentelemetry-proto' 2024-05-19T18:24:52.5133223Z Entering 'third_party/opentelemetry-cpp/third_party/opentracing-cpp' 2024-05-19T18:24:52.5180862Z Entering 'third_party/opentelemetry-cpp/third_party/prometheus-cpp' 2024-05-19T18:24:52.5226968Z Entering 'third_party/opentelemetry-cpp/third_party/prometheus-cpp/3rdparty/civetweb' 2024-05-19T18:24:52.5277223Z Entering 'third_party/opentelemetry-cpp/third_party/prometheus-cpp/3rdparty/googletest' 2024-05-19T18:24:52.5325938Z Entering 'third_party/opentelemetry-cpp/tools/vcpkg' 2024-05-19T18:24:52.5397637Z Entering 'third_party/pocketfft' 2024-05-19T18:24:52.5446715Z Entering 'third_party/protobuf' 2024-05-19T18:24:52.5501887Z Entering 'third_party/protobuf/third_party/benchmark' 2024-05-19T18:24:52.5551379Z Entering 'third_party/protobuf/third_party/googletest' 2024-05-19T18:24:52.5604362Z Entering 'third_party/psimd' 2024-05-19T18:24:52.5654887Z Entering 'third_party/pthreadpool' 2024-05-19T18:24:52.5703711Z Entering 'third_party/pybind11' 2024-05-19T18:24:52.5754976Z Entering 'third_party/python-peachpy' 2024-05-19T18:24:52.5804538Z Entering 'third_party/sleef' 2024-05-19T18:24:52.5853945Z Entering 'third_party/tbb' 2024-05-19T18:24:52.5907655Z Entering 'third_party/tensorpipe' 2024-05-19T18:24:52.5958302Z Entering 'third_party/tensorpipe/third_party/googletest' 2024-05-19T18:24:52.6006674Z Entering 'third_party/tensorpipe/third_party/libnop' 2024-05-19T18:24:52.6053748Z Entering 'third_party/tensorpipe/third_party/libuv' 2024-05-19T18:24:52.6101476Z Entering 'third_party/tensorpipe/third_party/pybind11' 2024-05-19T18:24:52.6148049Z Entering 'third_party/tensorpipe/third_party/pybind11/tools/clang' 2024-05-19T18:24:52.6224087Z [command]/usr/bin/git config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader 2024-05-19T18:24:52.6258164Z http.https://github.com/.extraheader 2024-05-19T18:24:52.6272900Z [command]/usr/bin/git config --local --unset-all http.https://github.com/.extraheader 2024-05-19T18:24:52.6316673Z [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-05-19T18:24:52.6612983Z Entering 'android/libs/fbjni' 2024-05-19T18:24:52.6641882Z http.https://github.com/.extraheader 2024-05-19T18:24:52.6682429Z Entering 'third_party/FP16' 2024-05-19T18:24:52.6711127Z http.https://github.com/.extraheader 2024-05-19T18:24:52.6749208Z Entering 'third_party/FXdiv' 2024-05-19T18:24:52.6776734Z http.https://github.com/.extraheader 2024-05-19T18:24:52.6814751Z Entering 'third_party/NNPACK' 2024-05-19T18:24:52.6842975Z http.https://github.com/.extraheader 2024-05-19T18:24:52.6881274Z Entering 'third_party/QNNPACK' 2024-05-19T18:24:52.6909238Z http.https://github.com/.extraheader 2024-05-19T18:24:52.6947090Z Entering 'third_party/VulkanMemoryAllocator' 2024-05-19T18:24:52.6974515Z http.https://github.com/.extraheader 2024-05-19T18:24:52.7013483Z Entering 'third_party/XNNPACK' 2024-05-19T18:24:52.7041854Z http.https://github.com/.extraheader 2024-05-19T18:24:52.7105017Z Entering 'third_party/benchmark' 2024-05-19T18:24:52.7133286Z http.https://github.com/.extraheader 2024-05-19T18:24:52.7173008Z Entering 'third_party/cpp-httplib' 2024-05-19T18:24:52.7202317Z http.https://github.com/.extraheader 2024-05-19T18:24:52.7242584Z Entering 'third_party/cpuinfo' 2024-05-19T18:24:52.7271610Z http.https://github.com/.extraheader 2024-05-19T18:24:52.7313063Z Entering 'third_party/cudnn_frontend' 2024-05-19T18:24:52.7341380Z http.https://github.com/.extraheader 2024-05-19T18:24:52.7379303Z Entering 'third_party/cutlass' 2024-05-19T18:24:52.7407478Z http.https://github.com/.extraheader 2024-05-19T18:24:52.7456029Z Entering 'third_party/eigen' 2024-05-19T18:24:52.7484109Z http.https://github.com/.extraheader 2024-05-19T18:24:52.7525030Z Entering 'third_party/fbgemm' 2024-05-19T18:24:52.7552872Z http.https://github.com/.extraheader 2024-05-19T18:24:52.7590872Z Entering 'third_party/fbgemm/third_party/asmjit' 2024-05-19T18:24:52.7618166Z http.https://github.com/.extraheader 2024-05-19T18:24:52.7654517Z Entering 'third_party/fbgemm/third_party/cpuinfo' 2024-05-19T18:24:52.7681785Z http.https://github.com/.extraheader 2024-05-19T18:24:52.7719592Z Entering 'third_party/fbgemm/third_party/cutlass' 2024-05-19T18:24:52.7746872Z http.https://github.com/.extraheader 2024-05-19T18:24:52.7791608Z Entering 'third_party/fbgemm/third_party/googletest' 2024-05-19T18:24:52.7818108Z http.https://github.com/.extraheader 2024-05-19T18:24:52.7855583Z Entering 'third_party/fbgemm/third_party/hipify_torch' 2024-05-19T18:24:52.7882456Z http.https://github.com/.extraheader 2024-05-19T18:24:52.7920530Z Entering 'third_party/flatbuffers' 2024-05-19T18:24:52.7948788Z http.https://github.com/.extraheader 2024-05-19T18:24:52.7989529Z Entering 'third_party/fmt' 2024-05-19T18:24:52.8017332Z http.https://github.com/.extraheader 2024-05-19T18:24:52.8056219Z Entering 'third_party/foxi' 2024-05-19T18:24:52.8083936Z http.https://github.com/.extraheader 2024-05-19T18:24:52.8122935Z Entering 'third_party/gemmlowp/gemmlowp' 2024-05-19T18:24:52.8151379Z http.https://github.com/.extraheader 2024-05-19T18:24:52.8188219Z Entering 'third_party/gloo' 2024-05-19T18:24:52.8216759Z http.https://github.com/.extraheader 2024-05-19T18:24:52.8253674Z Entering 'third_party/googletest' 2024-05-19T18:24:52.8282636Z http.https://github.com/.extraheader 2024-05-19T18:24:52.8321720Z Entering 'third_party/ideep' 2024-05-19T18:24:52.8350385Z http.https://github.com/.extraheader 2024-05-19T18:24:52.8386319Z Entering 'third_party/ideep/mkl-dnn' 2024-05-19T18:24:52.8414034Z http.https://github.com/.extraheader 2024-05-19T18:24:52.8461059Z Entering 'third_party/ios-cmake' 2024-05-19T18:24:52.8490085Z http.https://github.com/.extraheader 2024-05-19T18:24:52.8527205Z Entering 'third_party/ittapi' 2024-05-19T18:24:52.8555615Z http.https://github.com/.extraheader 2024-05-19T18:24:52.8593021Z Entering 'third_party/kineto' 2024-05-19T18:24:52.8621500Z http.https://github.com/.extraheader 2024-05-19T18:24:52.8658347Z Entering 'third_party/kineto/libkineto/third_party/dynolog' 2024-05-19T18:24:52.8685619Z http.https://github.com/.extraheader 2024-05-19T18:24:52.8723176Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/DCGM' 2024-05-19T18:24:52.8750094Z http.https://github.com/.extraheader 2024-05-19T18:24:52.8791354Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/cpr' 2024-05-19T18:24:52.8819303Z http.https://github.com/.extraheader 2024-05-19T18:24:52.8857294Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/fmt' 2024-05-19T18:24:52.8884142Z http.https://github.com/.extraheader 2024-05-19T18:24:52.8923092Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/gflags' 2024-05-19T18:24:52.8950131Z http.https://github.com/.extraheader 2024-05-19T18:24:52.8987237Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/gflags/doc' 2024-05-19T18:24:52.9015159Z http.https://github.com/.extraheader 2024-05-19T18:24:52.9054876Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/glog' 2024-05-19T18:24:52.9083638Z http.https://github.com/.extraheader 2024-05-19T18:24:52.9122858Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/googletest' 2024-05-19T18:24:52.9149928Z http.https://github.com/.extraheader 2024-05-19T18:24:52.9188268Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/json' 2024-05-19T18:24:52.9216232Z http.https://github.com/.extraheader 2024-05-19T18:24:52.9255160Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/pfs' 2024-05-19T18:24:52.9282962Z http.https://github.com/.extraheader 2024-05-19T18:24:52.9323983Z Entering 'third_party/kineto/libkineto/third_party/fmt' 2024-05-19T18:24:52.9351486Z http.https://github.com/.extraheader 2024-05-19T18:24:52.9388851Z Entering 'third_party/kineto/libkineto/third_party/googletest' 2024-05-19T18:24:52.9416212Z http.https://github.com/.extraheader 2024-05-19T18:24:52.9457166Z Entering 'third_party/mimalloc' 2024-05-19T18:24:52.9486663Z http.https://github.com/.extraheader 2024-05-19T18:24:52.9524664Z Entering 'third_party/nccl/nccl' 2024-05-19T18:24:52.9553180Z http.https://github.com/.extraheader 2024-05-19T18:24:52.9589806Z Entering 'third_party/neon2sse' 2024-05-19T18:24:52.9619231Z http.https://github.com/.extraheader 2024-05-19T18:24:52.9657405Z Entering 'third_party/nlohmann' 2024-05-19T18:24:52.9686870Z http.https://github.com/.extraheader 2024-05-19T18:24:52.9727180Z Entering 'third_party/onnx' 2024-05-19T18:24:52.9755389Z http.https://github.com/.extraheader 2024-05-19T18:24:52.9815034Z Entering 'third_party/onnx/third_party/benchmark' 2024-05-19T18:24:52.9842703Z http.https://github.com/.extraheader 2024-05-19T18:24:52.9882032Z Entering 'third_party/onnx/third_party/pybind11' 2024-05-19T18:24:52.9908447Z http.https://github.com/.extraheader 2024-05-19T18:24:52.9950629Z Entering 'third_party/onnx-tensorrt' 2024-05-19T18:24:52.9977940Z http.https://github.com/.extraheader 2024-05-19T18:24:53.0013705Z Entering 'third_party/onnx-tensorrt/third_party/onnx' 2024-05-19T18:24:53.0041170Z http.https://github.com/.extraheader 2024-05-19T18:24:53.0083672Z Entering 'third_party/onnx-tensorrt/third_party/onnx/third_party/benchmark' 2024-05-19T18:24:53.0110696Z http.https://github.com/.extraheader 2024-05-19T18:24:53.0147746Z Entering 'third_party/onnx-tensorrt/third_party/onnx/third_party/pybind11' 2024-05-19T18:24:53.0174330Z http.https://github.com/.extraheader 2024-05-19T18:24:53.0212176Z Entering 'third_party/onnx-tensorrt/third_party/onnx/third_party/pybind11/tools/clang' 2024-05-19T18:24:53.0240084Z http.https://github.com/.extraheader 2024-05-19T18:24:53.0286966Z Entering 'third_party/opentelemetry-cpp' 2024-05-19T18:24:53.0315665Z http.https://github.com/.extraheader 2024-05-19T18:24:53.0357334Z Entering 'third_party/opentelemetry-cpp/third_party/benchmark' 2024-05-19T18:24:53.0383021Z http.https://github.com/.extraheader 2024-05-19T18:24:53.0421844Z Entering 'third_party/opentelemetry-cpp/third_party/googletest' 2024-05-19T18:24:53.0449181Z http.https://github.com/.extraheader 2024-05-19T18:24:53.0488228Z Entering 'third_party/opentelemetry-cpp/third_party/ms-gsl' 2024-05-19T18:24:53.0515183Z http.https://github.com/.extraheader 2024-05-19T18:24:53.0553808Z Entering 'third_party/opentelemetry-cpp/third_party/nlohmann-json' 2024-05-19T18:24:53.0580808Z http.https://github.com/.extraheader 2024-05-19T18:24:53.0621877Z Entering 'third_party/opentelemetry-cpp/third_party/opentelemetry-proto' 2024-05-19T18:24:53.0648316Z http.https://github.com/.extraheader 2024-05-19T18:24:53.0686662Z Entering 'third_party/opentelemetry-cpp/third_party/opentracing-cpp' 2024-05-19T18:24:53.0713979Z http.https://github.com/.extraheader 2024-05-19T18:24:53.0752824Z Entering 'third_party/opentelemetry-cpp/third_party/prometheus-cpp' 2024-05-19T18:24:53.0778684Z http.https://github.com/.extraheader 2024-05-19T18:24:53.0815113Z Entering 'third_party/opentelemetry-cpp/third_party/prometheus-cpp/3rdparty/civetweb' 2024-05-19T18:24:53.0842101Z http.https://github.com/.extraheader 2024-05-19T18:24:53.0883395Z Entering 'third_party/opentelemetry-cpp/third_party/prometheus-cpp/3rdparty/googletest' 2024-05-19T18:24:53.0910847Z http.https://github.com/.extraheader 2024-05-19T18:24:53.0952762Z Entering 'third_party/opentelemetry-cpp/tools/vcpkg' 2024-05-19T18:24:53.0979515Z http.https://github.com/.extraheader 2024-05-19T18:24:53.1044387Z Entering 'third_party/pocketfft' 2024-05-19T18:24:53.1074011Z http.https://github.com/.extraheader 2024-05-19T18:24:53.1110843Z Entering 'third_party/protobuf' 2024-05-19T18:24:53.1139505Z http.https://github.com/.extraheader 2024-05-19T18:24:53.1180640Z Entering 'third_party/protobuf/third_party/benchmark' 2024-05-19T18:24:53.1207408Z http.https://github.com/.extraheader 2024-05-19T18:24:53.1245488Z Entering 'third_party/protobuf/third_party/googletest' 2024-05-19T18:24:53.1271781Z http.https://github.com/.extraheader 2024-05-19T18:24:53.1310022Z Entering 'third_party/psimd' 2024-05-19T18:24:53.1338112Z http.https://github.com/.extraheader 2024-05-19T18:24:53.1374945Z Entering 'third_party/pthreadpool' 2024-05-19T18:24:53.1402646Z http.https://github.com/.extraheader 2024-05-19T18:24:53.1440158Z Entering 'third_party/pybind11' 2024-05-19T18:24:53.1466387Z http.https://github.com/.extraheader 2024-05-19T18:24:53.1504646Z Entering 'third_party/python-peachpy' 2024-05-19T18:24:53.1532113Z http.https://github.com/.extraheader 2024-05-19T18:24:53.1569285Z Entering 'third_party/sleef' 2024-05-19T18:24:53.1596982Z http.https://github.com/.extraheader 2024-05-19T18:24:53.1636993Z Entering 'third_party/tbb' 2024-05-19T18:24:53.1665079Z http.https://github.com/.extraheader 2024-05-19T18:24:53.1706369Z Entering 'third_party/tensorpipe' 2024-05-19T18:24:53.1734342Z http.https://github.com/.extraheader 2024-05-19T18:24:53.1771597Z Entering 'third_party/tensorpipe/third_party/googletest' 2024-05-19T18:24:53.1798022Z http.https://github.com/.extraheader 2024-05-19T18:24:53.1836709Z Entering 'third_party/tensorpipe/third_party/libnop' 2024-05-19T18:24:53.1862856Z http.https://github.com/.extraheader 2024-05-19T18:24:53.1899374Z Entering 'third_party/tensorpipe/third_party/libuv' 2024-05-19T18:24:53.1925654Z http.https://github.com/.extraheader 2024-05-19T18:24:53.1962863Z Entering 'third_party/tensorpipe/third_party/pybind11' 2024-05-19T18:24:53.1988958Z http.https://github.com/.extraheader 2024-05-19T18:24:53.2024463Z Entering 'third_party/tensorpipe/third_party/pybind11/tools/clang' 2024-05-19T18:24:53.2050434Z http.https://github.com/.extraheader 2024-05-19T18:24:53.2206113Z A job completed hook has been configured by the self-hosted runner administrator 2024-05-19T18:24:53.2234036Z ##[group]Run '/home/weiwangmeta/post-job.sh' 2024-05-19T18:24:53.2246289Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2024-05-19T18:24:53.2246917Z ##[endgroup] 2024-05-19T18:24:53.2284601Z The approximate cost for this shard is below in $ 2024-05-19T18:24:53.2314851Z 1.601 2024-05-19T18:24:53.2541716Z Cleaning up orphan processes