2025-03-14T03:57:17.7162359Z Current runner version: '2.322.0' 2025-03-14T03:57:17.7169362Z Runner name: 'i-0e48fe267be5399ae' 2025-03-14T03:57:17.7170257Z Runner group name: 'Default' 2025-03-14T03:57:17.7171239Z Machine name: 'ip-10-0-65-231' 2025-03-14T03:57:17.7174460Z ##[group]GITHUB_TOKEN Permissions 2025-03-14T03:57:17.7176990Z Contents: read 2025-03-14T03:57:17.7177660Z Metadata: read 2025-03-14T03:57:17.7178235Z ##[endgroup] 2025-03-14T03:57:17.7181506Z Secret source: Actions 2025-03-14T03:57:17.7182347Z Prepare workflow directory 2025-03-14T03:57:18.0164602Z Prepare all required actions 2025-03-14T03:57:18.0207901Z Getting action download info 2025-03-14T03:57:18.1956948Z Download action repository 'pytorch/pytorch@main' (SHA:aed0b7a742a2d7b7901790622829cbd2135049a4) 2025-03-14T03:57:30.8696747Z Download action repository 'seemethere/download-artifact-s3@v4' (SHA:1da556a7aa0a088e3153970611f6c432d58e80e6) 2025-03-14T03:57:31.0665292Z Download action repository 'seemethere/upload-artifact-s3@v5' (SHA:baba72d0712b404f646cebe0730933554ebce96a) 2025-03-14T03:57:31.2382934Z Download action repository 'actions/upload-artifact@v4' (SHA:4cec3d8aa04e39d1a68397de0c4cd6fb9dce8ec1) 2025-03-14T03:57:31.6556203Z Getting action download info 2025-03-14T03:57:31.7386685Z Download action repository 'actions/checkout@v4' (SHA:11bd71901bbe5b1630ceea73d27597364c9af683) 2025-03-14T03:57:31.9380061Z Uses: pytorch/pytorch/.github/workflows/target_determination.yml@refs/heads/main (aed0b7a742a2d7b7901790622829cbd2135049a4) 2025-03-14T03:57:31.9382270Z Complete job name: before-test / target-determination 2025-03-14T03:57:31.9803901Z A job started hook has been configured by the self-hosted runner administrator 2025-03-14T03:57:31.9907855Z ##[group]Run '/home/ec2-user/runner-scripts/before_job.sh' 2025-03-14T03:57:31.9916892Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2025-03-14T03:57:31.9917562Z ##[endgroup] 2025-03-14T03:57:33.7773442Z Runner Type: lf.linux.2xlarge 2025-03-14T03:57:33.7773895Z Instance Type: c5.2xlarge 2025-03-14T03:57:33.7774287Z AMI Name: unknown 2025-03-14T03:57:33.7798355Z AMI ID: ami-05b10e08d247fb927 2025-03-14T03:57:39.0689483Z ##[group]Run pytorch/pytorch/.github/actions/checkout-pytorch@main 2025-03-14T03:57:39.0690002Z with: 2025-03-14T03:57:39.0690251Z submodules: false 2025-03-14T03:57:39.0690531Z fetch-depth: 0 2025-03-14T03:57:39.0690810Z ##[endgroup] 2025-03-14T03:57:39.0771931Z ##[group]Run echo "IN_CONTAINER_RUNNER=$(if [ -f /.inarc ] || [ -f /.incontainer ]; then echo true ; else echo false; fi)" >> "$GITHUB_OUTPUT" 2025-03-14T03:57:39.0772924Z echo "IN_CONTAINER_RUNNER=$(if [ -f /.inarc ] || [ -f /.incontainer ]; then echo true ; else echo false; fi)" >> "$GITHUB_OUTPUT" 2025-03-14T03:57:39.0781416Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2025-03-14T03:57:39.0781822Z ##[endgroup] 2025-03-14T03:57:39.0900883Z ##[group]Run # Use all available CPUs for fetching 2025-03-14T03:57:39.0901346Z # Use all available CPUs for fetching 2025-03-14T03:57:39.0901737Z cd "${GITHUB_WORKSPACE}" 2025-03-14T03:57:39.0902184Z git config --global fetch.parallel 0 2025-03-14T03:57:39.0902598Z git config --global submodule.fetchJobs 0 2025-03-14T03:57:39.0902969Z  2025-03-14T03:57:39.0903361Z # Clean workspace. The default checkout action should also do this, but 2025-03-14T03:57:39.0903853Z # do it here as well just in case 2025-03-14T03:57:39.0904194Z if [[ -d .git ]]; then 2025-03-14T03:57:39.0904515Z  if [ -z "${NO_SUDO}" ]; then 2025-03-14T03:57:39.0904837Z  sudo git clean -ffdx 2025-03-14T03:57:39.0905140Z  else 2025-03-14T03:57:39.0905401Z  git clean -ffdx 2025-03-14T03:57:39.0905684Z  fi 2025-03-14T03:57:39.0905924Z fi 2025-03-14T03:57:39.0911362Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2025-03-14T03:57:39.0911778Z env: 2025-03-14T03:57:39.0912015Z NO_SUDO: 2025-03-14T03:57:39.0912251Z ##[endgroup] 2025-03-14T03:57:40.3262015Z Removing .additional_ci_files/ 2025-03-14T03:57:40.3262938Z Removing .github/scripts/__pycache__/ 2025-03-14T03:57:40.3263546Z Removing artifacts.zip 2025-03-14T03:57:40.3264065Z Removing aten/src/ATen/Config.h 2025-03-14T03:57:40.3264405Z Removing build/ 2025-03-14T03:57:40.3264667Z Removing compile_commands.json 2025-03-14T03:57:40.3264953Z Removing dist/ 2025-03-14T03:57:40.3265220Z Removing functorch/functorch.so 2025-03-14T03:57:40.3265680Z Removing sccache-stats-linux-focal-py3.9-clang9-xla-38751568778.json 2025-03-14T03:57:40.3266169Z Removing test/test-reports/ 2025-03-14T03:57:40.3266480Z Removing third_party/__pycache__/ 2025-03-14T03:57:40.3266790Z Removing third_party/nccl/ 2025-03-14T03:57:40.3267079Z Removing tools/__pycache__/ 2025-03-14T03:57:40.3267382Z Removing tools/autograd/__pycache__/ 2025-03-14T03:57:40.3267715Z Removing tools/pyi/__pycache__/ 2025-03-14T03:57:40.3268040Z Removing tools/setup_helpers/__pycache__/ 2025-03-14T03:57:40.3268389Z Removing tools/shared/_utils_internal.py 2025-03-14T03:57:40.3268746Z Removing tools/stats/__pycache__/ 2025-03-14T03:57:40.3269068Z Removing torch.egg-info/ 2025-03-14T03:57:40.3269380Z Removing torch/_C/_VariableFunctions.pyi 2025-03-14T03:57:40.3269728Z Removing torch/_C/__init__.pyi 2025-03-14T03:57:40.3270014Z Removing torch/_C/_nn.pyi 2025-03-14T03:57:40.3270300Z Removing torch/_VF.pyi 2025-03-14T03:57:40.3270578Z Removing torch/__pycache__/ 2025-03-14T03:57:40.3270871Z Removing torch/bin/ 2025-03-14T03:57:40.3271169Z Removing torch/csrc/api/include/torch/version.h 2025-03-14T03:57:40.3271534Z Removing torch/csrc/autograd/generated/ 2025-03-14T03:57:40.3271965Z Removing torch/csrc/inductor/aoti_torch/generated/c_shim_cpu.cpp 2025-03-14T03:57:40.3272598Z Removing torch/csrc/inductor/aoti_torch/generated/c_shim_cuda.cpp 2025-03-14T03:57:40.3273111Z Removing torch/csrc/lazy/generated/LazyIr.h 2025-03-14T03:57:40.3273581Z Removing torch/csrc/lazy/generated/LazyNativeFunctions.cpp 2025-03-14T03:57:40.3274141Z Removing torch/csrc/lazy/generated/LazyNativeFunctions.h 2025-03-14T03:57:40.3274882Z Removing torch/csrc/lazy/generated/LazyNonNativeIr.h 2025-03-14T03:57:40.3275504Z Removing torch/csrc/lazy/generated/RegisterAutogradLazy.cpp 2025-03-14T03:57:40.3275999Z Removing torch/csrc/lazy/generated/RegisterLazy.cpp 2025-03-14T03:57:40.3276375Z Removing torch/include/ 2025-03-14T03:57:40.3276659Z Removing torch/lib/cmake/ 2025-03-14T03:57:40.3276937Z Removing torch/lib/libXNNPACK.a 2025-03-14T03:57:40.3277262Z Removing torch/lib/libaoti_custom_ops.so 2025-03-14T03:57:40.3277610Z Removing torch/lib/libasmjit.a 2025-03-14T03:57:40.3277949Z Removing torch/lib/libbackend_with_compiler.so 2025-03-14T03:57:40.3278310Z Removing torch/lib/libc10.so 2025-03-14T03:57:40.3278597Z Removing torch/lib/libclog.a 2025-03-14T03:57:40.3278903Z Removing torch/lib/libcpuinfo.a 2025-03-14T03:57:40.3279212Z Removing torch/lib/libdnnl.a 2025-03-14T03:57:40.3279513Z Removing torch/lib/libfbgemm.a 2025-03-14T03:57:40.3279820Z Removing torch/lib/libfmt.a 2025-03-14T03:57:40.3280123Z Removing torch/lib/libjitbackend_test.so 2025-03-14T03:57:40.3280482Z Removing torch/lib/libkineto.a 2025-03-14T03:57:40.3280814Z Removing torch/lib/libmicrokernels-prod.a 2025-03-14T03:57:40.3281181Z Removing torch/lib/libnnpack.a 2025-03-14T03:57:40.3281504Z Removing torch/lib/libprotobuf-lite.a 2025-03-14T03:57:40.3281832Z Removing torch/lib/libprotobuf.a 2025-03-14T03:57:40.3282154Z Removing torch/lib/libprotoc.a 2025-03-14T03:57:40.3282467Z Removing torch/lib/libpthreadpool.a 2025-03-14T03:57:40.3282810Z Removing torch/lib/libpytorch_qnnpack.a 2025-03-14T03:57:40.3283155Z Removing torch/lib/libshm.so 2025-03-14T03:57:40.3283440Z Removing torch/lib/libsleef.a 2025-03-14T03:57:40.3283753Z Removing torch/lib/libtensorpipe.a 2025-03-14T03:57:40.3284089Z Removing torch/lib/libtensorpipe_uv.a 2025-03-14T03:57:40.3284425Z Removing torch/lib/libtorch.so 2025-03-14T03:57:40.3284737Z Removing torch/lib/libtorch_cpu.so 2025-03-14T03:57:40.3285122Z Removing torch/lib/libtorch_global_deps.so 2025-03-14T03:57:40.3285682Z Removing torch/lib/libtorch_python.so 2025-03-14T03:57:40.3286040Z Removing torch/lib/libtorchbind_test.so 2025-03-14T03:57:40.3286377Z Removing torch/lib/pkgconfig/ 2025-03-14T03:57:40.3286683Z Removing torch/nn/functional.pyi 2025-03-14T03:57:40.3287002Z Removing torch/return_types.pyi 2025-03-14T03:57:40.3287286Z Removing torch/share/ 2025-03-14T03:57:40.3287546Z Removing torch/test/ 2025-03-14T03:57:40.3287910Z Removing torch/testing/_internal/generated/annotated_fn_args.py 2025-03-14T03:57:40.3288660Z Removing torch/utils/benchmark/utils/valgrind_wrapper/callgrind.h 2025-03-14T03:57:40.3289209Z Removing torch/utils/benchmark/utils/valgrind_wrapper/valgrind.h 2025-03-14T03:57:40.3289678Z Removing torch/utils/data/datapipes/datapipe.pyi 2025-03-14T03:57:40.3290048Z Removing torch/version.py 2025-03-14T03:57:40.3290346Z Removing torchgen/__pycache__/ 2025-03-14T03:57:40.3290662Z Removing torchgen/aoti/__pycache__/ 2025-03-14T03:57:40.3290993Z Removing torchgen/api/__pycache__/ 2025-03-14T03:57:40.3291323Z Removing torchgen/api/types/__pycache__/ 2025-03-14T03:57:40.3291668Z Removing torchgen/dest/__pycache__/ 2025-03-14T03:57:40.3292004Z Removing torchgen/executorch/__pycache__/ 2025-03-14T03:57:40.3292373Z Removing torchgen/executorch/api/__pycache__/ 2025-03-14T03:57:40.3292772Z Removing torchgen/executorch/api/types/__pycache__/ 2025-03-14T03:57:40.3293144Z Removing torchgen/packaged/ 2025-03-14T03:57:40.3293474Z Removing torchgen/selective_build/__pycache__/ 2025-03-14T03:57:40.3371280Z ##[group]Run actions/checkout@v4 2025-03-14T03:57:40.3371612Z with: 2025-03-14T03:57:40.3371867Z ref: aed0b7a742a2d7b7901790622829cbd2135049a4 2025-03-14T03:57:40.3372219Z fetch-depth: 0 2025-03-14T03:57:40.3372474Z submodules: false 2025-03-14T03:57:40.3372738Z show-progress: false 2025-03-14T03:57:40.3373015Z repository: pytorch/pytorch 2025-03-14T03:57:40.3373446Z token: *** 2025-03-14T03:57:40.3373685Z ssh-strict: true 2025-03-14T03:57:40.3373938Z ssh-user: git 2025-03-14T03:57:40.3374213Z persist-credentials: true 2025-03-14T03:57:40.3374500Z clean: true 2025-03-14T03:57:40.3374958Z sparse-checkout-cone-mode: true 2025-03-14T03:57:40.3375268Z fetch-tags: false 2025-03-14T03:57:40.3375520Z lfs: false 2025-03-14T03:57:40.3375772Z set-safe-directory: true 2025-03-14T03:57:40.3376060Z ##[endgroup] 2025-03-14T03:57:40.4489346Z Syncing repository: pytorch/pytorch 2025-03-14T03:57:40.4490709Z ##[group]Getting Git version info 2025-03-14T03:57:40.4491207Z Working directory is '/home/ec2-user/actions-runner/_work/pytorch/pytorch' 2025-03-14T03:57:40.4491894Z [command]/usr/bin/git version 2025-03-14T03:57:40.4492208Z git version 2.47.1 2025-03-14T03:57:40.4504972Z ##[endgroup] 2025-03-14T03:57:40.4513807Z Copying '/home/ec2-user/.gitconfig' to '/home/ec2-user/actions-runner/_work/_temp/1baac4c5-38b8-4224-a793-d1ca93fd609f/.gitconfig' 2025-03-14T03:57:40.4532593Z Temporarily overriding HOME='/home/ec2-user/actions-runner/_work/_temp/1baac4c5-38b8-4224-a793-d1ca93fd609f' before making global git config changes 2025-03-14T03:57:40.4533837Z Adding repository directory to the temporary git global config as a safe directory 2025-03-14T03:57:40.4536954Z [command]/usr/bin/git config --global --add safe.directory /home/ec2-user/actions-runner/_work/pytorch/pytorch 2025-03-14T03:57:40.4570980Z [command]/usr/bin/git config --local --get remote.origin.url 2025-03-14T03:57:40.4587604Z https://github.com/pytorch/pytorch 2025-03-14T03:57:40.4601546Z ##[group]Removing previously created refs, to avoid conflicts 2025-03-14T03:57:40.4604160Z [command]/usr/bin/git rev-parse --symbolic-full-name --verify --quiet HEAD 2025-03-14T03:57:40.4620704Z HEAD 2025-03-14T03:57:40.4653198Z ##[endgroup] 2025-03-14T03:57:40.4655834Z [command]/usr/bin/git submodule status 2025-03-14T03:57:40.4960033Z 7e1e1fe3858c63c251c637ae41a20de425dde96f android/libs/fbjni (v0.1.0-12-g7e1e1fe) 2025-03-14T03:57:40.5032612Z 4dfe081cf6bcd15db339cf2680b9281b8451eeb3 third_party/FP16 (4dfe081) 2025-03-14T03:57:40.5100971Z b408327ac2a15ec3e43352421954f5b1967701d1 third_party/FXdiv (b408327) 2025-03-14T03:57:40.5183898Z c07e3a0400713d546e0dea2d5466dd22ea389c73 third_party/NNPACK (c07e3a0) 2025-03-14T03:57:40.5215068Z e170594ac7cf1dac584da473d4ca9301087090c1 third_party/NVTX (v3.1.0) 2025-03-14T03:57:40.5308420Z a6bfc237255a6bac1513f7c1ebde6d8aed6b5191 third_party/VulkanMemoryAllocator (v2.1.0-705-ga6bfc23) 2025-03-14T03:57:40.5884499Z 51a0103656eff6fc9bfd39a4597923c4b542c883 third_party/XNNPACK (remotes/origin/ds/ndk-1243-g51a010365) 2025-03-14T03:57:40.5908138Z 0d98dba29d66e93259db7daa53a9327df767a415 third_party/benchmark (v1.6.1) 2025-03-14T03:57:40.5976595Z 8086bbe3a78d931eb96fe12fdc014082e18d18d3 third_party/composable_kernel (mock-tag-test-6-g8086bbe3a) 2025-03-14T03:57:40.6152073Z 3b6597bba913d51161383657829b7e644e59c006 third_party/cpp-httplib (v0.15.3-20-g3b6597b) 2025-03-14T03:57:40.6282733Z 1e83a2fdd3102f65c6f1fb602c1b320486218a99 third_party/cpuinfo (1e83a2f) 2025-03-14T03:57:40.6343043Z 91b7532f3386768bba4f444ee7672b497f34da8a third_party/cudnn_frontend (v0.5-44-g91b7532) 2025-03-14T03:57:40.6495756Z afa1772203677c5118fcd82537a9c8fefbcc7008 third_party/cutlass (v3.8.0) 2025-03-14T03:57:40.7260075Z 3147391d946bb4b6c68edd901f2add6ac1f31f8c third_party/eigen (3.4.0) 2025-03-14T03:57:40.7655170Z dbc3157bf256f1339b3fa1fef2be89ac4078be0e third_party/fbgemm (v0.4.1-446-gdbc3157b) 2025-03-14T03:57:40.7767285Z 979702c87a8713a8e0a5e9fee122b90d2ef13be5 third_party/flash-attention (v2.7.4) 2025-03-14T03:57:40.7803309Z 01834de25e4bf3975a9a00e816292b1ad0fe184b third_party/flatbuffers (v23.3.3) 2025-03-14T03:57:40.8280234Z 123913715afeb8a437e6388b4473fcc4753e1c9a third_party/fmt (11.1.4) 2025-03-14T03:57:40.8387973Z 3fb5c176c17c765a3492cd2f0321b0dab712f350 third_party/gemmlowp/gemmlowp (remotes/origin/revert-87-master-135-g3fb5c17) 2025-03-14T03:57:40.8504382Z 5354032ea08eadd7fc4456477f7f7c6308818509 third_party/gloo (5354032) 2025-03-14T03:57:40.8809502Z b514bdc898e2951020cbdca1304b75f5950d1f59 third_party/googletest (release-1.8.0-3484-gb514bdc8) 2025-03-14T03:57:40.8914839Z 719d8e6cd7f7a0e01b155657526d693acf97c2b3 third_party/ideep (pytorch-rls-v3.7.1) 2025-03-14T03:57:40.8997946Z 5b8a7d7422611c3a0d799fb5fc5dd4abfae35b42 third_party/ittapi (v3.23.0-14-g5b8a7d7) 2025-03-14T03:57:40.9294600Z 2859721fd9e73d3ca1c56f827dbc64e6d68f78a2 third_party/kineto (remotes/origin/sraikund/test-53-g2859721) 2025-03-14T03:57:40.9329771Z ef685a13cfbe8d418aa2ed34350e21e4938358b6 third_party/kleidiai (v1.3.0) 2025-03-14T03:57:40.9370027Z b66e3214d8a104669c2ec05ae91ebc26a8f5ab78 third_party/mimalloc (v1.8.2) 2025-03-14T03:57:40.9889754Z 87cda1d6646592ac5866dc703c8e1839046a6806 third_party/nlohmann (v3.10.1-113-g87cda1d6) 2025-03-14T03:57:41.0207480Z b8baa8446686496da4cc8fda09f2b6fe65c2a02c third_party/onnx (v1.17.0) 2025-03-14T03:57:41.0254189Z a799f4aed9c94b765dcdaabaeab7d5e7e2310878 third_party/opentelemetry-cpp (v1.14.2) 2025-03-14T03:57:41.0278683Z 9d3ab05a7fffbc71a492bc6a17be034e83e8f0fe third_party/pocketfft (release_for_eigen-11-g9d3ab05) 2025-03-14T03:57:41.0765923Z d1eca4e4b421cd2997495c4b4e65cea6be4e9b8a third_party/protobuf (v3.7.0-rc.2-1279-gd1eca4e4b) 2025-03-14T03:57:41.0835695Z 072586a71b55b7f8c584153d223e95687148a900 third_party/psimd (heads/master) 2025-03-14T03:57:41.0887946Z 4fe0e1e183925bf8cfa6aae24237e724a96479b8 third_party/pthreadpool (0.1-144-g4fe0e1e) 2025-03-14T03:57:41.0944684Z a2e59f0e7065404b44dfe92a28aca47ba1378dc4 third_party/pybind11 (v2.11.0-182-ga2e59f0e) 2025-03-14T03:57:41.1027665Z f45429b087dd7d5bc78bb40dc7cf06425c252d67 third_party/python-peachpy (remotes/origin/pre-generated) 2025-03-14T03:57:41.1142555Z 56e1f79cb140fb9326d612d0be06b5250565cade third_party/sleef (3.7-33-g56e1f79) 2025-03-14T03:57:41.1204657Z 52791a2fd214b2a9dc5759d36725909c1daa7f2e third_party/tensorpipe (remotes/origin/master) 2025-03-14T03:57:41.1215676Z ##[group]Cleaning the repository 2025-03-14T03:57:41.1220054Z [command]/usr/bin/git clean -ffdx 2025-03-14T03:57:41.1402675Z [command]/usr/bin/git reset --hard HEAD 2025-03-14T03:57:42.1825719Z Updating files: 77% (12896/16541) 2025-03-14T03:57:42.2084287Z Updating files: 78% (12902/16541) 2025-03-14T03:57:42.2293979Z Updating files: 79% (13068/16541) 2025-03-14T03:57:42.2512626Z Updating files: 80% (13233/16541) 2025-03-14T03:57:42.2630027Z Updating files: 81% (13399/16541) 2025-03-14T03:57:42.2761580Z Updating files: 82% (13564/16541) 2025-03-14T03:57:42.2941360Z Updating files: 83% (13730/16541) 2025-03-14T03:57:42.3100436Z Updating files: 84% (13895/16541) 2025-03-14T03:57:42.3240035Z Updating files: 85% (14060/16541) 2025-03-14T03:57:42.3387472Z Updating files: 86% (14226/16541) 2025-03-14T03:57:42.3511494Z Updating files: 87% (14391/16541) 2025-03-14T03:57:42.3660169Z Updating files: 88% (14557/16541) 2025-03-14T03:57:42.3868770Z Updating files: 89% (14722/16541) 2025-03-14T03:57:42.3978660Z Updating files: 90% (14887/16541) 2025-03-14T03:57:42.4108218Z Updating files: 91% (15053/16541) 2025-03-14T03:57:42.4262325Z Updating files: 92% (15218/16541) 2025-03-14T03:57:42.4438759Z Updating files: 93% (15384/16541) 2025-03-14T03:57:42.4626503Z Updating files: 94% (15549/16541) 2025-03-14T03:57:42.4781819Z Updating files: 95% (15714/16541) 2025-03-14T03:57:42.4935572Z Updating files: 96% (15880/16541) 2025-03-14T03:57:42.5235004Z Updating files: 97% (16045/16541) 2025-03-14T03:57:42.5379878Z Updating files: 98% (16211/16541) 2025-03-14T03:57:42.5538838Z Updating files: 99% (16376/16541) 2025-03-14T03:57:42.5539320Z Updating files: 100% (16541/16541) 2025-03-14T03:57:42.5539668Z Updating files: 100% (16541/16541), done. 2025-03-14T03:57:42.5710591Z HEAD is now at bd72c961cb2 Remove temp changes 2025-03-14T03:57:42.5783856Z ##[endgroup] 2025-03-14T03:57:42.5786147Z ##[group]Disabling automatic garbage collection 2025-03-14T03:57:42.5792518Z [command]/usr/bin/git config --local gc.auto 0 2025-03-14T03:57:42.5820273Z ##[endgroup] 2025-03-14T03:57:42.5820965Z ##[group]Setting up auth 2025-03-14T03:57:42.5827307Z [command]/usr/bin/git config --local --name-only --get-regexp core\.sshCommand 2025-03-14T03:57:42.5855325Z [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' || :" 2025-03-14T03:57:42.6133372Z Entering 'android/libs/fbjni' 2025-03-14T03:57:42.6184164Z Entering 'third_party/FP16' 2025-03-14T03:57:42.6234362Z Entering 'third_party/FXdiv' 2025-03-14T03:57:42.6284725Z Entering 'third_party/NNPACK' 2025-03-14T03:57:42.6334151Z Entering 'third_party/NVTX' 2025-03-14T03:57:42.6383188Z Entering 'third_party/VulkanMemoryAllocator' 2025-03-14T03:57:42.6432415Z Entering 'third_party/XNNPACK' 2025-03-14T03:57:42.6497345Z Entering 'third_party/benchmark' 2025-03-14T03:57:42.6546618Z Entering 'third_party/composable_kernel' 2025-03-14T03:57:42.6602103Z Entering 'third_party/cpp-httplib' 2025-03-14T03:57:42.6651378Z Entering 'third_party/cpuinfo' 2025-03-14T03:57:42.6701107Z Entering 'third_party/cudnn_frontend' 2025-03-14T03:57:42.6750606Z Entering 'third_party/cutlass' 2025-03-14T03:57:42.6807371Z Entering 'third_party/eigen' 2025-03-14T03:57:42.6858886Z Entering 'third_party/fbgemm' 2025-03-14T03:57:42.6908724Z Entering 'third_party/fbgemm/third_party/asmjit' 2025-03-14T03:57:42.6957340Z Entering 'third_party/fbgemm/third_party/cpuinfo' 2025-03-14T03:57:42.7007572Z Entering 'third_party/fbgemm/third_party/cutlass' 2025-03-14T03:57:42.7061479Z Entering 'third_party/fbgemm/third_party/googletest' 2025-03-14T03:57:42.7109823Z Entering 'third_party/fbgemm/third_party/hipify_torch' 2025-03-14T03:57:42.7158385Z Entering 'third_party/flash-attention' 2025-03-14T03:57:42.7208468Z Entering 'third_party/flash-attention/csrc/composable_kernel' 2025-03-14T03:57:42.7263584Z Entering 'third_party/flash-attention/csrc/cutlass' 2025-03-14T03:57:42.7322369Z Entering 'third_party/flatbuffers' 2025-03-14T03:57:42.7373955Z Entering 'third_party/fmt' 2025-03-14T03:57:42.7424148Z Entering 'third_party/gemmlowp/gemmlowp' 2025-03-14T03:57:42.7473308Z Entering 'third_party/gloo' 2025-03-14T03:57:42.7522396Z Entering 'third_party/googletest' 2025-03-14T03:57:42.7571871Z Entering 'third_party/ideep' 2025-03-14T03:57:42.7620020Z Entering 'third_party/ideep/mkl-dnn' 2025-03-14T03:57:42.7675149Z Entering 'third_party/ittapi' 2025-03-14T03:57:42.7725229Z Entering 'third_party/kineto' 2025-03-14T03:57:42.7773430Z Entering 'third_party/kineto/libkineto/third_party/dynolog' 2025-03-14T03:57:42.7821280Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/DCGM' 2025-03-14T03:57:42.7871749Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/cpr' 2025-03-14T03:57:42.7920288Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/fmt' 2025-03-14T03:57:42.7969277Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/gflags' 2025-03-14T03:57:42.8018495Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/gflags/doc' 2025-03-14T03:57:42.8069235Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/glog' 2025-03-14T03:57:42.8118224Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/googletest' 2025-03-14T03:57:42.8166581Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/json' 2025-03-14T03:57:42.8216099Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/pfs' 2025-03-14T03:57:42.8266098Z Entering 'third_party/kineto/libkineto/third_party/fmt' 2025-03-14T03:57:42.8314661Z Entering 'third_party/kineto/libkineto/third_party/googletest' 2025-03-14T03:57:42.8365116Z Entering 'third_party/kleidiai' 2025-03-14T03:57:42.8415529Z Entering 'third_party/mimalloc' 2025-03-14T03:57:42.8464801Z Entering 'third_party/nlohmann' 2025-03-14T03:57:42.8515476Z Entering 'third_party/onnx' 2025-03-14T03:57:42.8580219Z Entering 'third_party/onnx/third_party/pybind11' 2025-03-14T03:57:42.8632520Z Entering 'third_party/opentelemetry-cpp' 2025-03-14T03:57:42.8682555Z Entering 'third_party/opentelemetry-cpp/third_party/benchmark' 2025-03-14T03:57:42.8730979Z Entering 'third_party/opentelemetry-cpp/third_party/googletest' 2025-03-14T03:57:42.8778920Z Entering 'third_party/opentelemetry-cpp/third_party/ms-gsl' 2025-03-14T03:57:42.8826692Z Entering 'third_party/opentelemetry-cpp/third_party/nlohmann-json' 2025-03-14T03:57:42.8877096Z Entering 'third_party/opentelemetry-cpp/third_party/opentelemetry-proto' 2025-03-14T03:57:42.8926441Z Entering 'third_party/opentelemetry-cpp/third_party/opentracing-cpp' 2025-03-14T03:57:42.8975340Z Entering 'third_party/opentelemetry-cpp/third_party/prometheus-cpp' 2025-03-14T03:57:42.9023974Z Entering 'third_party/opentelemetry-cpp/third_party/prometheus-cpp/3rdparty/civetweb' 2025-03-14T03:57:42.9076259Z Entering 'third_party/opentelemetry-cpp/third_party/prometheus-cpp/3rdparty/googletest' 2025-03-14T03:57:42.9127510Z Entering 'third_party/opentelemetry-cpp/tools/vcpkg' 2025-03-14T03:57:42.9200196Z Entering 'third_party/pocketfft' 2025-03-14T03:57:42.9251720Z Entering 'third_party/protobuf' 2025-03-14T03:57:42.9305137Z Entering 'third_party/protobuf/third_party/benchmark' 2025-03-14T03:57:42.9354765Z Entering 'third_party/protobuf/third_party/googletest' 2025-03-14T03:57:42.9404129Z Entering 'third_party/psimd' 2025-03-14T03:57:42.9455377Z Entering 'third_party/pthreadpool' 2025-03-14T03:57:42.9510636Z Entering 'third_party/pybind11' 2025-03-14T03:57:42.9563378Z Entering 'third_party/python-peachpy' 2025-03-14T03:57:42.9615965Z Entering 'third_party/sleef' 2025-03-14T03:57:42.9666158Z Entering 'third_party/tensorpipe' 2025-03-14T03:57:42.9717272Z Entering 'third_party/tensorpipe/third_party/googletest' 2025-03-14T03:57:42.9768227Z Entering 'third_party/tensorpipe/third_party/libnop' 2025-03-14T03:57:42.9816734Z Entering 'third_party/tensorpipe/third_party/libuv' 2025-03-14T03:57:42.9867081Z Entering 'third_party/tensorpipe/third_party/pybind11' 2025-03-14T03:57:42.9917493Z Entering 'third_party/tensorpipe/third_party/pybind11/tools/clang' 2025-03-14T03:57:42.9983318Z [command]/usr/bin/git config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader 2025-03-14T03:57:43.0009885Z [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' || :" 2025-03-14T03:57:43.0276568Z Entering 'android/libs/fbjni' 2025-03-14T03:57:43.0326240Z Entering 'third_party/FP16' 2025-03-14T03:57:43.0374676Z Entering 'third_party/FXdiv' 2025-03-14T03:57:43.0423734Z Entering 'third_party/NNPACK' 2025-03-14T03:57:43.0472214Z Entering 'third_party/NVTX' 2025-03-14T03:57:43.0523123Z Entering 'third_party/VulkanMemoryAllocator' 2025-03-14T03:57:43.0573025Z Entering 'third_party/XNNPACK' 2025-03-14T03:57:43.0639539Z Entering 'third_party/benchmark' 2025-03-14T03:57:43.0689892Z Entering 'third_party/composable_kernel' 2025-03-14T03:57:43.0745986Z Entering 'third_party/cpp-httplib' 2025-03-14T03:57:43.0795841Z Entering 'third_party/cpuinfo' 2025-03-14T03:57:43.0846086Z Entering 'third_party/cudnn_frontend' 2025-03-14T03:57:43.0895255Z Entering 'third_party/cutlass' 2025-03-14T03:57:43.0952672Z Entering 'third_party/eigen' 2025-03-14T03:57:43.1004047Z Entering 'third_party/fbgemm' 2025-03-14T03:57:43.1053837Z Entering 'third_party/fbgemm/third_party/asmjit' 2025-03-14T03:57:43.1102851Z Entering 'third_party/fbgemm/third_party/cpuinfo' 2025-03-14T03:57:43.1151665Z Entering 'third_party/fbgemm/third_party/cutlass' 2025-03-14T03:57:43.1206706Z Entering 'third_party/fbgemm/third_party/googletest' 2025-03-14T03:57:43.1255593Z Entering 'third_party/fbgemm/third_party/hipify_torch' 2025-03-14T03:57:43.1305978Z Entering 'third_party/flash-attention' 2025-03-14T03:57:43.1355891Z Entering 'third_party/flash-attention/csrc/composable_kernel' 2025-03-14T03:57:43.1409190Z Entering 'third_party/flash-attention/csrc/cutlass' 2025-03-14T03:57:43.1468123Z Entering 'third_party/flatbuffers' 2025-03-14T03:57:43.1520708Z Entering 'third_party/fmt' 2025-03-14T03:57:43.1569742Z Entering 'third_party/gemmlowp/gemmlowp' 2025-03-14T03:57:43.1619360Z Entering 'third_party/gloo' 2025-03-14T03:57:43.1669303Z Entering 'third_party/googletest' 2025-03-14T03:57:43.1719219Z Entering 'third_party/ideep' 2025-03-14T03:57:43.1767290Z Entering 'third_party/ideep/mkl-dnn' 2025-03-14T03:57:43.1823266Z Entering 'third_party/ittapi' 2025-03-14T03:57:43.1872283Z Entering 'third_party/kineto' 2025-03-14T03:57:43.1921857Z Entering 'third_party/kineto/libkineto/third_party/dynolog' 2025-03-14T03:57:43.1969366Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/DCGM' 2025-03-14T03:57:43.2020304Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/cpr' 2025-03-14T03:57:43.2069353Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/fmt' 2025-03-14T03:57:43.2118412Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/gflags' 2025-03-14T03:57:43.2166435Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/gflags/doc' 2025-03-14T03:57:43.2217832Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/glog' 2025-03-14T03:57:43.2266969Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/googletest' 2025-03-14T03:57:43.2316423Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/json' 2025-03-14T03:57:43.2365614Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/pfs' 2025-03-14T03:57:43.2416869Z Entering 'third_party/kineto/libkineto/third_party/fmt' 2025-03-14T03:57:43.2464252Z Entering 'third_party/kineto/libkineto/third_party/googletest' 2025-03-14T03:57:43.2514036Z Entering 'third_party/kleidiai' 2025-03-14T03:57:43.2563435Z Entering 'third_party/mimalloc' 2025-03-14T03:57:43.2612479Z Entering 'third_party/nlohmann' 2025-03-14T03:57:43.2662452Z Entering 'third_party/onnx' 2025-03-14T03:57:43.2728730Z Entering 'third_party/onnx/third_party/pybind11' 2025-03-14T03:57:43.2780408Z Entering 'third_party/opentelemetry-cpp' 2025-03-14T03:57:43.2832475Z Entering 'third_party/opentelemetry-cpp/third_party/benchmark' 2025-03-14T03:57:43.2880894Z Entering 'third_party/opentelemetry-cpp/third_party/googletest' 2025-03-14T03:57:43.2929237Z Entering 'third_party/opentelemetry-cpp/third_party/ms-gsl' 2025-03-14T03:57:43.2976581Z Entering 'third_party/opentelemetry-cpp/third_party/nlohmann-json' 2025-03-14T03:57:43.3025911Z Entering 'third_party/opentelemetry-cpp/third_party/opentelemetry-proto' 2025-03-14T03:57:43.3073480Z Entering 'third_party/opentelemetry-cpp/third_party/opentracing-cpp' 2025-03-14T03:57:43.3121952Z Entering 'third_party/opentelemetry-cpp/third_party/prometheus-cpp' 2025-03-14T03:57:43.3168775Z Entering 'third_party/opentelemetry-cpp/third_party/prometheus-cpp/3rdparty/civetweb' 2025-03-14T03:57:43.3219392Z Entering 'third_party/opentelemetry-cpp/third_party/prometheus-cpp/3rdparty/googletest' 2025-03-14T03:57:43.3268922Z Entering 'third_party/opentelemetry-cpp/tools/vcpkg' 2025-03-14T03:57:43.3338287Z Entering 'third_party/pocketfft' 2025-03-14T03:57:43.3386825Z Entering 'third_party/protobuf' 2025-03-14T03:57:43.3438397Z Entering 'third_party/protobuf/third_party/benchmark' 2025-03-14T03:57:43.3486284Z Entering 'third_party/protobuf/third_party/googletest' 2025-03-14T03:57:43.3538393Z Entering 'third_party/psimd' 2025-03-14T03:57:43.3588204Z Entering 'third_party/pthreadpool' 2025-03-14T03:57:43.3637370Z Entering 'third_party/pybind11' 2025-03-14T03:57:43.3686658Z Entering 'third_party/python-peachpy' 2025-03-14T03:57:43.3736242Z Entering 'third_party/sleef' 2025-03-14T03:57:43.3785517Z Entering 'third_party/tensorpipe' 2025-03-14T03:57:43.3835579Z Entering 'third_party/tensorpipe/third_party/googletest' 2025-03-14T03:57:43.3883815Z Entering 'third_party/tensorpipe/third_party/libnop' 2025-03-14T03:57:43.3932259Z Entering 'third_party/tensorpipe/third_party/libuv' 2025-03-14T03:57:43.3980078Z Entering 'third_party/tensorpipe/third_party/pybind11' 2025-03-14T03:57:43.4028002Z Entering 'third_party/tensorpipe/third_party/pybind11/tools/clang' 2025-03-14T03:57:43.4099705Z [command]/usr/bin/git config --local http.https://github.com/.extraheader AUTHORIZATION: basic *** 2025-03-14T03:57:43.4143495Z ##[endgroup] 2025-03-14T03:57:43.4144262Z ##[group]Fetching the repository 2025-03-14T03:57:43.4151784Z [command]/usr/bin/git -c protocol.version=2 fetch --prune --no-recurse-submodules origin +refs/heads/*:refs/remotes/origin/* +refs/tags/*:refs/tags/* 2025-03-14T03:57:43.7028350Z From https://github.com/pytorch/pytorch 2025-03-14T03:57:43.7028864Z - [deleted] (none) -> ciflow/inductor/149174 2025-03-14T03:57:43.7455692Z - [deleted] (none) -> ciflow/mps/149174 2025-03-14T03:57:43.7456392Z - [deleted] (none) -> ciflow/trunk/148677 2025-03-14T03:57:43.7458070Z - [deleted] (none) -> ciflow/trunk/149166 2025-03-14T03:57:45.3070061Z 8636b394e08..9db33f3cda6 gh/malfet/227/base -> origin/gh/malfet/227/base 2025-03-14T03:57:45.3073564Z 259919aeab3..4b1f10d8c28 gh/malfet/227/head -> origin/gh/malfet/227/head 2025-03-14T03:57:45.3080330Z + 4c129ff8a05...13ad80715a8 gh/malfet/227/orig -> origin/gh/malfet/227/orig (forced update) 2025-03-14T03:57:45.3101101Z 56b2e4b8f03..aed0b7a742a main -> origin/main 2025-03-14T03:57:45.3110759Z + 277cb23fd22...c4b8be3d09f update_submodule_FBGEMM -> origin/update_submodule_FBGEMM (forced update) 2025-03-14T03:57:45.3115991Z 4098a229a04..49570cb4024 viable/strict -> origin/viable/strict 2025-03-14T03:57:45.3120842Z 1579a02c823..3ffd7552df1 wdvr/iss145259_alt -> origin/wdvr/iss145259_alt 2025-03-14T03:57:45.3128310Z * [new tag] ciflow/inductor/149176 -> ciflow/inductor/149176 2025-03-14T03:57:45.3129937Z t [tag update] ciflow/mps/149123 -> ciflow/mps/149123 2025-03-14T03:57:45.3133455Z * [new tag] ciflow/trunk/146289 -> ciflow/trunk/146289 2025-03-14T03:57:45.3135420Z * [new tag] ciflow/trunk/149018 -> ciflow/trunk/149018 2025-03-14T03:57:45.3656811Z [command]/usr/bin/git rev-parse --verify --quiet aed0b7a742a2d7b7901790622829cbd2135049a4^{object} 2025-03-14T03:57:45.3678946Z aed0b7a742a2d7b7901790622829cbd2135049a4 2025-03-14T03:57:45.3683214Z ##[endgroup] 2025-03-14T03:57:45.3683650Z ##[group]Determining the checkout info 2025-03-14T03:57:45.3684181Z ##[endgroup] 2025-03-14T03:57:45.3693765Z [command]/usr/bin/git sparse-checkout disable 2025-03-14T03:57:45.6430477Z [command]/usr/bin/git config --local --unset-all extensions.worktreeConfig 2025-03-14T03:57:45.6456829Z ##[group]Checking out the ref 2025-03-14T03:57:45.6460152Z [command]/usr/bin/git checkout --progress --force aed0b7a742a2d7b7901790622829cbd2135049a4 2025-03-14T03:57:45.7748656Z Previous HEAD position was bd72c961cb2 Remove temp changes 2025-03-14T03:57:45.7760829Z HEAD is now at aed0b7a742a [c10d] Add param recording for uniqueID broadcasting and allgather (#149166) 2025-03-14T03:57:45.7787177Z ##[endgroup] 2025-03-14T03:57:45.7821580Z [command]/usr/bin/git log -1 --format=%H 2025-03-14T03:57:45.7842514Z aed0b7a742a2d7b7901790622829cbd2135049a4 2025-03-14T03:57:45.8018380Z Prepare all required actions 2025-03-14T03:57:45.8018910Z Getting action download info 2025-03-14T03:57:45.8978337Z Download action repository 'nick-fields/retry@v3.0.0' (SHA:7152eba30c6575329ac0576536151aca5a72780e) 2025-03-14T03:57:46.0922480Z ##[group]Run ./.github/actions/setup-linux 2025-03-14T03:57:46.0922822Z ##[endgroup] 2025-03-14T03:57:46.0971293Z ##[group]Run set -euo pipefail 2025-03-14T03:57:46.0971666Z set -euo pipefail 2025-03-14T03:57:46.0971968Z function get_ec2_metadata() { 2025-03-14T03:57:46.0972368Z  # Pulled from instance metadata endpoint for EC2 2025-03-14T03:57:46.0973016Z  # see https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/instancedata-data-retrieval.html 2025-03-14T03:57:46.0973598Z  category=$1 2025-03-14T03:57:46.0973977Z  # If it is GCP runner (runner name contains gcp), do not run this 2025-03-14T03:57:46.0974453Z  runner_name_str=i-0e48fe267be5399ae 2025-03-14T03:57:46.0974854Z  if [[ -f /.inarc ]]; then 2025-03-14T03:57:46.0975218Z  echo "ARC Runner, no info on ec2 metadata" 2025-03-14T03:57:46.0975609Z  elif [[ $runner_name_str == *"gcp"* ]]; then 2025-03-14T03:57:46.0976090Z  echo "Runner is from Google Cloud Platform, No info on ec2 metadata" 2025-03-14T03:57:46.0976535Z  else 2025-03-14T03:57:46.0977401Z  curl -H "X-aws-ec2-metadata-token: $(curl -s -X PUT "http://169.254.169.254/latest/api/token" -H "X-aws-ec2-metadata-token-ttl-seconds: 30")" -fsSL "http://169.254.169.254/latest/meta-data/${category}" 2025-03-14T03:57:46.0978315Z  fi 2025-03-14T03:57:46.0978555Z } 2025-03-14T03:57:46.0978830Z echo "ami-id: $(get_ec2_metadata ami-id)" 2025-03-14T03:57:46.0979273Z echo "instance-id: $(get_ec2_metadata instance-id)" 2025-03-14T03:57:46.0979771Z echo "instance-type: $(get_ec2_metadata instance-type)" 2025-03-14T03:57:46.0980216Z echo "system info $(uname -a)" 2025-03-14T03:57:46.0986078Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2025-03-14T03:57:46.0986483Z ##[endgroup] 2025-03-14T03:57:46.1113321Z ami-id: ami-05b10e08d247fb927 2025-03-14T03:57:46.1205527Z instance-id: i-0e48fe267be5399ae 2025-03-14T03:57:46.1293716Z instance-type: c5.2xlarge 2025-03-14T03:57:46.1304015Z system info Linux ip-10-0-65-231.ec2.internal 6.1.128-136.201.amzn2023.x86_64 #1 SMP PREEMPT_DYNAMIC Mon Feb 10 16:18:01 UTC 2025 x86_64 x86_64 x86_64 GNU/Linux 2025-03-14T03:57:46.1333462Z ##[group]Run echo "IN_CONTAINER_RUNNER=$(if [ -f /.inarc ] || [ -f /.incontainer ]; then echo true ; else echo false; fi)" >> "$GITHUB_OUTPUT" 2025-03-14T03:57:46.1334419Z echo "IN_CONTAINER_RUNNER=$(if [ -f /.inarc ] || [ -f /.incontainer ]; then echo true ; else echo false; fi)" >> "$GITHUB_OUTPUT" 2025-03-14T03:57:46.1340603Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2025-03-14T03:57:46.1341217Z ##[endgroup] 2025-03-14T03:57:46.1397668Z ##[group]Run if systemctl is-active --quiet docker; then 2025-03-14T03:57:46.1398125Z if systemctl is-active --quiet docker; then 2025-03-14T03:57:46.1398519Z  echo "Docker daemon is running..."; 2025-03-14T03:57:46.1398841Z else 2025-03-14T03:57:46.1399198Z  echo "Starting docker deamon..." && sudo systemctl start docker; 2025-03-14T03:57:46.1399622Z fi 2025-03-14T03:57:46.1404801Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2025-03-14T03:57:46.1405192Z ##[endgroup] 2025-03-14T03:57:46.1469888Z Docker daemon is running... 2025-03-14T03:57:46.1516538Z ##[group]Run nick-fields/retry@v3.0.0 2025-03-14T03:57:46.1516870Z with: 2025-03-14T03:57:46.1517104Z shell: bash 2025-03-14T03:57:46.1517338Z timeout_minutes: 5 2025-03-14T03:57:46.1517599Z max_attempts: 3 2025-03-14T03:57:46.1517858Z retry_wait_seconds: 30 2025-03-14T03:57:46.1520305Z command: AWS_ACCOUNT_ID=$(aws sts get-caller-identity|grep Account|cut -f4 -d\") aws ecr get-login-password --region "$AWS_DEFAULT_REGION" | docker login --username AWS \ --password-stdin "$AWS_ACCOUNT_ID.dkr.ecr.$AWS_DEFAULT_REGION.amazonaws.com" # For LF Runners we need to make sure we also login to Meta's ECR docker registry too. META_AWS_ACCOUNT_ID=308535385114 if [ "$AWS_ACCOUNT_ID" != "$META_AWS_ACCOUNT_ID" ] ; then aws ecr get-login-password --region "$AWS_DEFAULT_REGION" | docker login --username AWS \ --password-stdin "$META_AWS_ACCOUNT_ID.dkr.ecr.$AWS_DEFAULT_REGION.amazonaws.com" fi 2025-03-14T03:57:46.1522593Z polling_interval_seconds: 1 2025-03-14T03:57:46.1522898Z warning_on_retry: true 2025-03-14T03:57:46.1523181Z continue_on_error: false 2025-03-14T03:57:46.1523454Z env: 2025-03-14T03:57:46.1523683Z AWS_RETRY_MODE: standard 2025-03-14T03:57:46.1523951Z AWS_MAX_ATTEMPTS: 5 2025-03-14T03:57:46.1524229Z AWS_DEFAULT_REGION: us-east-1 2025-03-14T03:57:46.1524529Z ##[endgroup] 2025-03-14T03:57:47.2465418Z WARNING! Your password will be stored unencrypted in /home/ec2-user/.docker/config.json. 2025-03-14T03:57:47.2466508Z Configure a credential helper to remove this warning. See 2025-03-14T03:57:47.2467482Z https://docs.docker.com/engine/reference/commandline/login/#credentials-store 2025-03-14T03:57:47.2468044Z 2025-03-14T03:57:47.2468193Z Login Succeeded 2025-03-14T03:57:47.7553152Z WARNING! Your password will be stored unencrypted in /home/ec2-user/.docker/config.json. 2025-03-14T03:57:47.7553931Z Configure a credential helper to remove this warning. See 2025-03-14T03:57:47.7554868Z https://docs.docker.com/engine/reference/commandline/login/#credentials-store 2025-03-14T03:57:47.7555320Z 2025-03-14T03:57:47.7555435Z Login Succeeded 2025-03-14T03:57:48.2289912Z Command completed after 1 attempt(s). 2025-03-14T03:57:48.2348656Z ##[group]Run env | grep '^GITHUB' >> "/tmp/github_env_${GITHUB_RUN_ID}" 2025-03-14T03:57:48.2349208Z env | grep '^GITHUB' >> "/tmp/github_env_${GITHUB_RUN_ID}" 2025-03-14T03:57:48.2349719Z env | grep '^CI' >> "/tmp/github_env_${GITHUB_RUN_ID}" 2025-03-14T03:57:48.2355747Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2025-03-14T03:57:48.2356131Z ##[endgroup] 2025-03-14T03:57:48.2439628Z ##[group]Run # ignore expansion of "docker ps -q" since it could be empty 2025-03-14T03:57:48.2440225Z # ignore expansion of "docker ps -q" since it could be empty 2025-03-14T03:57:48.2440665Z # shellcheck disable=SC2046 2025-03-14T03:57:48.2441003Z docker stop $(docker ps -q) || true 2025-03-14T03:57:48.2441366Z # Prune all of the docker images 2025-03-14T03:57:48.2441714Z docker system prune -af 2025-03-14T03:57:48.2447334Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2025-03-14T03:57:48.2447954Z ##[endgroup] 2025-03-14T03:57:48.2702256Z "docker stop" requires at least 1 argument. 2025-03-14T03:57:48.2702672Z See 'docker stop --help'. 2025-03-14T03:57:48.2703134Z 2025-03-14T03:57:48.2703339Z Usage: docker stop [OPTIONS] CONTAINER [CONTAINER...] 2025-03-14T03:57:48.2703613Z 2025-03-14T03:57:48.2703728Z Stop one or more running containers 2025-03-14T03:57:48.2852906Z Total reclaimed space: 0B 2025-03-14T03:57:48.2890497Z ##[group]Run set +e 2025-03-14T03:57:48.2890826Z set +e 2025-03-14T03:57:48.2891090Z set -x 2025-03-14T03:57:48.2891335Z  2025-03-14T03:57:48.2891593Z PT_DOMAIN=download.pytorch.org 2025-03-14T03:57:48.2892210Z # TODO: Flaky access to download.pytorch.org https://github.com/pytorch/pytorch/issues/100400, 2025-03-14T03:57:48.2892983Z # cleaning this up once the issue is fixed. There are more than one resolved IP here, the last 2025-03-14T03:57:48.2893540Z # one is returned at random 2025-03-14T03:57:48.2893957Z RESOLVED_IP=$(dig -4 +short "${PT_DOMAIN}" | tail -n1) 2025-03-14T03:57:48.2894357Z  2025-03-14T03:57:48.2894601Z if [ -z "${RESOLVED_IP}" ]; then 2025-03-14T03:57:48.2895241Z  echo "Couldn't resolve ${PT_DOMAIN}, retrying with Google DNS..." 2025-03-14T03:57:48.2895789Z  RESOLVED_IP=$(dig -4 +short "${PT_DOMAIN}" @8.8.8.8 | tail -n1) 2025-03-14T03:57:48.2896205Z  2025-03-14T03:57:48.2896458Z  if [ -z "${RESOLVED_IP}" ]; then 2025-03-14T03:57:48.2896864Z  echo "Couldn't resolve ${PT_DOMAIN}, exiting..." 2025-03-14T03:57:48.2897240Z  exit 1 2025-03-14T03:57:48.2897501Z  fi 2025-03-14T03:57:48.2897732Z fi 2025-03-14T03:57:48.2897955Z  2025-03-14T03:57:48.2898226Z if grep -r "${PT_DOMAIN}" /etc/hosts; then 2025-03-14T03:57:48.2898599Z  # Clean up any old records first 2025-03-14T03:57:48.2898972Z  sudo sed -i "/${PT_DOMAIN}/d" /etc/hosts 2025-03-14T03:57:48.2899313Z fi 2025-03-14T03:57:48.2899537Z  2025-03-14T03:57:48.2899863Z echo "${RESOLVED_IP} ${PT_DOMAIN}" | sudo tee -a /etc/hosts 2025-03-14T03:57:48.2900271Z cat /etc/hosts 2025-03-14T03:57:48.2906213Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2025-03-14T03:57:48.2906614Z ##[endgroup] 2025-03-14T03:57:48.2929394Z + PT_DOMAIN=download.pytorch.org 2025-03-14T03:57:48.2934908Z ++ dig -4 +short download.pytorch.org 2025-03-14T03:57:48.2935399Z ++ tail -n1 2025-03-14T03:57:48.3521897Z + RESOLVED_IP=18.160.10.22 2025-03-14T03:57:48.3522269Z + '[' -z 18.160.10.22 ']' 2025-03-14T03:57:48.3522582Z + grep -r download.pytorch.org /etc/hosts 2025-03-14T03:57:48.3533795Z 18.160.10.76 download.pytorch.org 2025-03-14T03:57:48.3535119Z + sudo sed -i /download.pytorch.org/d /etc/hosts 2025-03-14T03:57:48.4860873Z + echo '18.160.10.22 download.pytorch.org' 2025-03-14T03:57:48.4861516Z + sudo tee -a /etc/hosts 2025-03-14T03:57:48.6830875Z 18.160.10.22 download.pytorch.org 2025-03-14T03:57:48.6845423Z + cat /etc/hosts 2025-03-14T03:57:48.6853135Z 127.0.0.1 localhost localhost.localdomain localhost4 localhost4.localdomain4 2025-03-14T03:57:48.6858744Z ::1 localhost6 localhost6.localdomain6 2025-03-14T03:57:48.6859162Z 18.160.10.22 download.pytorch.org 2025-03-14T03:57:48.6899898Z Prepare all required actions 2025-03-14T03:57:48.6940852Z ##[group]Run ./.github/actions/get-workflow-job-id 2025-03-14T03:57:48.6941222Z with: 2025-03-14T03:57:48.6941628Z github-token: *** 2025-03-14T03:57:48.6941890Z ##[endgroup] 2025-03-14T03:57:48.6966044Z ##[group]Run set -eux 2025-03-14T03:57:48.6966349Z set -eux 2025-03-14T03:57:48.6966810Z python3 .github/scripts/get_workflow_job_id.py "${GITHUB_RUN_ID}" "${RUNNER_NAME}" 2025-03-14T03:57:48.6972657Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2025-03-14T03:57:48.6973049Z env: 2025-03-14T03:57:48.6973421Z GITHUB_TOKEN: *** 2025-03-14T03:57:48.6973674Z ##[endgroup] 2025-03-14T03:57:48.6996235Z + python3 .github/scripts/get_workflow_job_id.py 13849515284 i-0e48fe267be5399ae 2025-03-14T03:57:49.0985931Z setting job-id=38754405865 2025-03-14T03:57:49.0986492Z setting job-name=before-test / target-determination 2025-03-14T03:57:49.1139119Z Prepare all required actions 2025-03-14T03:57:49.1139520Z Getting action download info 2025-03-14T03:57:49.2241825Z ##[group]Run ./.github/actions/pytest-cache-download 2025-03-14T03:57:49.2242209Z with: 2025-03-14T03:57:49.2242458Z cache_dir: .pytest_cache 2025-03-14T03:57:49.2242756Z job_identifier: trunk 2025-03-14T03:57:49.2243036Z s3_bucket: gha-artifacts 2025-03-14T03:57:49.2243304Z ##[endgroup] 2025-03-14T03:57:49.2294240Z ##[group]Run nick-fields/retry@v3.0.0 2025-03-14T03:57:49.2294553Z with: 2025-03-14T03:57:49.2294791Z shell: bash 2025-03-14T03:57:49.2295036Z timeout_minutes: 5 2025-03-14T03:57:49.2295294Z max_attempts: 5 2025-03-14T03:57:49.2295532Z retry_wait_seconds: 30 2025-03-14T03:57:49.2295883Z command: set -eu python3 -m pip install boto3==1.35.42 2025-03-14T03:57:49.2296279Z polling_interval_seconds: 1 2025-03-14T03:57:49.2296581Z warning_on_retry: true 2025-03-14T03:57:49.2296879Z continue_on_error: false 2025-03-14T03:57:49.2297197Z ##[endgroup] 2025-03-14T03:57:49.5540109Z Defaulting to user installation because normal site-packages is not writeable 2025-03-14T03:57:50.5500096Z Collecting boto3==1.35.42 2025-03-14T03:57:50.5524960Z Using cached boto3-1.35.42-py3-none-any.whl (139 kB) 2025-03-14T03:57:50.5588583Z Requirement already satisfied: s3transfer<0.11.0,>=0.10.0 in /home/ec2-user/.local/lib/python3.9/site-packages (from boto3==1.35.42) (0.10.4) 2025-03-14T03:57:50.5594201Z Requirement already satisfied: botocore<1.36.0,>=1.35.42 in /home/ec2-user/.local/lib/python3.9/site-packages (from boto3==1.35.42) (1.35.99) 2025-03-14T03:57:50.5601076Z Requirement already satisfied: jmespath<2.0.0,>=0.7.1 in /usr/lib/python3.9/site-packages (from boto3==1.35.42) (0.10.0) 2025-03-14T03:57:50.5658457Z Requirement already satisfied: python-dateutil<3.0.0,>=2.1 in /home/ec2-user/.local/lib/python3.9/site-packages (from botocore<1.36.0,>=1.35.42->boto3==1.35.42) (2.8.2) 2025-03-14T03:57:50.5669856Z Requirement already satisfied: urllib3<1.27,>=1.25.4 in /usr/lib/python3.9/site-packages (from botocore<1.36.0,>=1.35.42->boto3==1.35.42) (1.25.10) 2025-03-14T03:57:50.5711191Z Requirement already satisfied: six>=1.5 in /usr/lib/python3.9/site-packages (from python-dateutil<3.0.0,>=2.1->botocore<1.36.0,>=1.35.42->boto3==1.35.42) (1.15.0) 2025-03-14T03:57:50.7313133Z Installing collected packages: boto3 2025-03-14T03:57:50.7314077Z Attempting uninstall: boto3 2025-03-14T03:57:50.7316058Z Found existing installation: boto3 1.35.33 2025-03-14T03:57:50.7413975Z Uninstalling boto3-1.35.33: 2025-03-14T03:57:50.7427181Z Successfully uninstalled boto3-1.35.33 2025-03-14T03:57:50.7985446Z Successfully installed boto3-1.35.42 2025-03-14T03:57:51.3047534Z Command completed after 1 attempt(s). 2025-03-14T03:57:51.3106167Z ##[group]Run python3 .github/scripts/pytest_cache.py \ 2025-03-14T03:57:51.3106641Z python3 .github/scripts/pytest_cache.py \ 2025-03-14T03:57:51.3107031Z  --download \ 2025-03-14T03:57:51.3107366Z  --cache_dir $GITHUB_WORKSPACE/$CACHE_DIR \ 2025-03-14T03:57:51.3107739Z  --pr_identifier $GITHUB_REF \ 2025-03-14T03:57:51.3108127Z  --job_identifier $JOB_IDENTIFIER \ 2025-03-14T03:57:51.3108500Z  --temp_dir $RUNNER_TEMP \ 2025-03-14T03:57:51.3108817Z  --repo $REPO \ 2025-03-14T03:57:51.3109102Z  --bucket $BUCKET \ 2025-03-14T03:57:51.3115427Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2025-03-14T03:57:51.3115818Z env: 2025-03-14T03:57:51.3116056Z CACHE_DIR: .pytest_cache 2025-03-14T03:57:51.3116343Z JOB_IDENTIFIER: trunk 2025-03-14T03:57:51.3116613Z REPO: pytorch/pytorch 2025-03-14T03:57:51.3116873Z BUCKET: gha-artifacts 2025-03-14T03:57:51.3117139Z ##[endgroup] 2025-03-14T03:57:52.8746838Z PR identifier for `refs/heads/main` is `96e092540d6b3c4076e3d2bc6f1f9013` 2025-03-14T03:57:52.8748803Z Downloading cache with args Namespace(upload=False, download=True, cache_dir='/home/ec2-user/actions-runner/_work/pytorch/pytorch/.pytest_cache', pr_identifier='refs/heads/main', job_identifier='trunk', sha=None, test_config=None, shard=None, repo='pytorch/pytorch', temp_dir='/home/ec2-user/actions-runner/_work/_temp', bucket='gha-artifacts') 2025-03-14T03:57:52.8751086Z Downloading s3://gha-artifacts/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk_win-vs2022-cpu-py3/020232ec9f841c693e7f56a5150d3823ea38c5f8/default/1.zip 2025-03-14T03:57:52.8753186Z to /home/ec2-user/actions-runner/_work/_temp/cache-zip-downloads/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk_win-vs2022-cpu-py3/020232ec9f841c693e7f56a5150d3823ea38c5f8/default/1.zip 2025-03-14T03:57:52.8755201Z Downloading s3://gha-artifacts/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk_win-vs2022-cpu-py3/0344bf8a5aed52f728ca62fc721f619899a7ecc7/default/1.zip 2025-03-14T03:57:52.8757205Z to /home/ec2-user/actions-runner/_work/_temp/cache-zip-downloads/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk_win-vs2022-cpu-py3/0344bf8a5aed52f728ca62fc721f619899a7ecc7/default/1.zip 2025-03-14T03:57:52.8759182Z Downloading s3://gha-artifacts/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk_win-vs2022-cpu-py3/06f8f9a01770a53616c33139b69c33b38d977848/default/1.zip 2025-03-14T03:57:52.8761157Z to /home/ec2-user/actions-runner/_work/_temp/cache-zip-downloads/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk_win-vs2022-cpu-py3/06f8f9a01770a53616c33139b69c33b38d977848/default/1.zip 2025-03-14T03:57:52.8763144Z Downloading s3://gha-artifacts/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk_win-vs2022-cpu-py3/0a7ccee1e05ad5ebe6aca38670f1348dfead864e/default/1.zip 2025-03-14T03:57:52.8765153Z to /home/ec2-user/actions-runner/_work/_temp/cache-zip-downloads/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk_win-vs2022-cpu-py3/0a7ccee1e05ad5ebe6aca38670f1348dfead864e/default/1.zip 2025-03-14T03:57:52.8767143Z Downloading s3://gha-artifacts/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk_win-vs2022-cpu-py3/0a948f705bd6b1620dabe64f208cc82dd2bfab67/default/1.zip 2025-03-14T03:57:52.8769136Z to /home/ec2-user/actions-runner/_work/_temp/cache-zip-downloads/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk_win-vs2022-cpu-py3/0a948f705bd6b1620dabe64f208cc82dd2bfab67/default/1.zip 2025-03-14T03:57:52.8771130Z Downloading s3://gha-artifacts/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk_win-vs2022-cpu-py3/0b0d28accdcabfeb3e60cac536749d86138222f8/default/3.zip 2025-03-14T03:57:52.8773133Z to /home/ec2-user/actions-runner/_work/_temp/cache-zip-downloads/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk_win-vs2022-cpu-py3/0b0d28accdcabfeb3e60cac536749d86138222f8/default/3.zip 2025-03-14T03:57:52.8775120Z Downloading s3://gha-artifacts/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk_win-vs2022-cpu-py3/0b52d801d2297ad6c38e631eedfd4dead9360e1b/default/3.zip 2025-03-14T03:57:52.8777109Z to /home/ec2-user/actions-runner/_work/_temp/cache-zip-downloads/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk_win-vs2022-cpu-py3/0b52d801d2297ad6c38e631eedfd4dead9360e1b/default/3.zip 2025-03-14T03:57:52.8779089Z Downloading s3://gha-artifacts/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk_win-vs2022-cpu-py3/16d07988fc864a1f4e285fae6eb9d984b2075029/default/2.zip 2025-03-14T03:57:52.8781214Z to /home/ec2-user/actions-runner/_work/_temp/cache-zip-downloads/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk_win-vs2022-cpu-py3/16d07988fc864a1f4e285fae6eb9d984b2075029/default/2.zip 2025-03-14T03:57:52.8783190Z Downloading s3://gha-artifacts/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk_win-vs2022-cpu-py3/19fd21fe7e38c1b4522b2650903277a8935a06e7/default/3.zip 2025-03-14T03:57:52.8785152Z to /home/ec2-user/actions-runner/_work/_temp/cache-zip-downloads/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk_win-vs2022-cpu-py3/19fd21fe7e38c1b4522b2650903277a8935a06e7/default/3.zip 2025-03-14T03:57:52.8787129Z Downloading s3://gha-artifacts/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk_win-vs2022-cpu-py3/2068235c0addeadddb699b62c294dbbd33e24d51/default/1.zip 2025-03-14T03:57:52.8789346Z to /home/ec2-user/actions-runner/_work/_temp/cache-zip-downloads/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk_win-vs2022-cpu-py3/2068235c0addeadddb699b62c294dbbd33e24d51/default/1.zip 2025-03-14T03:57:52.8791344Z Downloading s3://gha-artifacts/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk_win-vs2022-cpu-py3/2149f6c6845d00711ffab648132b7377e8cd3edb/default/1.zip 2025-03-14T03:57:52.8793378Z to /home/ec2-user/actions-runner/_work/_temp/cache-zip-downloads/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk_win-vs2022-cpu-py3/2149f6c6845d00711ffab648132b7377e8cd3edb/default/1.zip 2025-03-14T03:57:52.8795355Z Downloading s3://gha-artifacts/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk_win-vs2022-cpu-py3/21bd5fe2030ba11bed09c65c0934a9ffd3b2b75a/default/1.zip 2025-03-14T03:57:52.8797366Z to /home/ec2-user/actions-runner/_work/_temp/cache-zip-downloads/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk_win-vs2022-cpu-py3/21bd5fe2030ba11bed09c65c0934a9ffd3b2b75a/default/1.zip 2025-03-14T03:57:52.8799356Z Downloading s3://gha-artifacts/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk_win-vs2022-cpu-py3/22fae0d948ac14c72b510fafc2283072d744dff9/default/3.zip 2025-03-14T03:57:52.8801348Z to /home/ec2-user/actions-runner/_work/_temp/cache-zip-downloads/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk_win-vs2022-cpu-py3/22fae0d948ac14c72b510fafc2283072d744dff9/default/3.zip 2025-03-14T03:57:52.8803339Z Downloading s3://gha-artifacts/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk_win-vs2022-cpu-py3/2ff3fdfdaea77bbf8361b0269cd0ce998b866b2e/default/3.zip 2025-03-14T03:57:52.8805351Z to /home/ec2-user/actions-runner/_work/_temp/cache-zip-downloads/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk_win-vs2022-cpu-py3/2ff3fdfdaea77bbf8361b0269cd0ce998b866b2e/default/3.zip 2025-03-14T03:57:52.8807348Z Downloading s3://gha-artifacts/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk_win-vs2022-cpu-py3/33a285379af022eb4dbbce0a72e6fe840dc8c480/default/1.zip 2025-03-14T03:57:52.8809346Z to /home/ec2-user/actions-runner/_work/_temp/cache-zip-downloads/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk_win-vs2022-cpu-py3/33a285379af022eb4dbbce0a72e6fe840dc8c480/default/1.zip 2025-03-14T03:57:52.8811331Z Downloading s3://gha-artifacts/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk_win-vs2022-cpu-py3/345f5566282faee9255a047fd3ca409b161065e1/default/1.zip 2025-03-14T03:57:52.8813484Z to /home/ec2-user/actions-runner/_work/_temp/cache-zip-downloads/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk_win-vs2022-cpu-py3/345f5566282faee9255a047fd3ca409b161065e1/default/1.zip 2025-03-14T03:57:52.8815470Z Downloading s3://gha-artifacts/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk_win-vs2022-cpu-py3/352484cc83c5a179fa90dabdc30b4df3a120ef82/default/1.zip 2025-03-14T03:57:52.8817463Z to /home/ec2-user/actions-runner/_work/_temp/cache-zip-downloads/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk_win-vs2022-cpu-py3/352484cc83c5a179fa90dabdc30b4df3a120ef82/default/1.zip 2025-03-14T03:57:53.9719226Z Downloading s3://gha-artifacts/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk_win-vs2022-cpu-py3/359165734b11ae0232f4d0aa919a7b728561b8db/default/1.zip 2025-03-14T03:57:53.9721328Z to /home/ec2-user/actions-runner/_work/_temp/cache-zip-downloads/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk_win-vs2022-cpu-py3/359165734b11ae0232f4d0aa919a7b728561b8db/default/1.zip 2025-03-14T03:57:53.9723347Z Downloading s3://gha-artifacts/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk_win-vs2022-cpu-py3/576ed1e400d069ec2fff6162f82a71ff0bd81f7c/default/2.zip 2025-03-14T03:57:53.9725358Z to /home/ec2-user/actions-runner/_work/_temp/cache-zip-downloads/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk_win-vs2022-cpu-py3/576ed1e400d069ec2fff6162f82a71ff0bd81f7c/default/2.zip 2025-03-14T03:57:53.9727350Z Downloading s3://gha-artifacts/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk_win-vs2022-cpu-py3/6119ffc711417e771cb49a21ca1d69756dc72769/default/1.zip 2025-03-14T03:57:53.9729343Z to /home/ec2-user/actions-runner/_work/_temp/cache-zip-downloads/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk_win-vs2022-cpu-py3/6119ffc711417e771cb49a21ca1d69756dc72769/default/1.zip 2025-03-14T03:57:53.9731319Z Downloading s3://gha-artifacts/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk_win-vs2022-cpu-py3/67937be673299e736e52ad8ab8a245fb9b19ccd5/default/2.zip 2025-03-14T03:57:53.9733291Z to /home/ec2-user/actions-runner/_work/_temp/cache-zip-downloads/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk_win-vs2022-cpu-py3/67937be673299e736e52ad8ab8a245fb9b19ccd5/default/2.zip 2025-03-14T03:57:53.9735269Z Downloading s3://gha-artifacts/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk_win-vs2022-cpu-py3/67c4c39b4f7cc62b365e808b39614f7c84b8c361/default/1.zip 2025-03-14T03:57:53.9737260Z to /home/ec2-user/actions-runner/_work/_temp/cache-zip-downloads/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk_win-vs2022-cpu-py3/67c4c39b4f7cc62b365e808b39614f7c84b8c361/default/1.zip 2025-03-14T03:57:53.9739235Z Downloading s3://gha-artifacts/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk_win-vs2022-cpu-py3/683178fabc207b52e34611805fd1b80d4e02912f/default/1.zip 2025-03-14T03:57:53.9741212Z to /home/ec2-user/actions-runner/_work/_temp/cache-zip-downloads/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk_win-vs2022-cpu-py3/683178fabc207b52e34611805fd1b80d4e02912f/default/1.zip 2025-03-14T03:57:53.9743184Z Downloading s3://gha-artifacts/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk_win-vs2022-cpu-py3/69c4f6ff13d84e88d80bbe24d0193345f13246f7/default/2.zip 2025-03-14T03:57:53.9745450Z to /home/ec2-user/actions-runner/_work/_temp/cache-zip-downloads/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk_win-vs2022-cpu-py3/69c4f6ff13d84e88d80bbe24d0193345f13246f7/default/2.zip 2025-03-14T03:57:53.9747437Z Downloading s3://gha-artifacts/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk_win-vs2022-cpu-py3/70410f93f26b8b098fedf048a3ed4a7bab66bfec/default/2.zip 2025-03-14T03:57:53.9749431Z to /home/ec2-user/actions-runner/_work/_temp/cache-zip-downloads/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk_win-vs2022-cpu-py3/70410f93f26b8b098fedf048a3ed4a7bab66bfec/default/2.zip 2025-03-14T03:57:53.9751409Z Downloading s3://gha-artifacts/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk_win-vs2022-cpu-py3/754fb834db249b9b90d45a077591d309871c2a76/default/3.zip 2025-03-14T03:57:53.9753529Z to /home/ec2-user/actions-runner/_work/_temp/cache-zip-downloads/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk_win-vs2022-cpu-py3/754fb834db249b9b90d45a077591d309871c2a76/default/3.zip 2025-03-14T03:57:53.9755521Z Downloading s3://gha-artifacts/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk_win-vs2022-cpu-py3/7ab6749ec7db32e0b3cdfd19db087f15dd0bebe2/default/3.zip 2025-03-14T03:57:53.9757525Z to /home/ec2-user/actions-runner/_work/_temp/cache-zip-downloads/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk_win-vs2022-cpu-py3/7ab6749ec7db32e0b3cdfd19db087f15dd0bebe2/default/3.zip 2025-03-14T03:57:53.9759519Z Downloading s3://gha-artifacts/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk_win-vs2022-cpu-py3/7c3b2a29ec105dbe85a9fba5af5347b3800cd979/default/1.zip 2025-03-14T03:57:53.9761516Z to /home/ec2-user/actions-runner/_work/_temp/cache-zip-downloads/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk_win-vs2022-cpu-py3/7c3b2a29ec105dbe85a9fba5af5347b3800cd979/default/1.zip 2025-03-14T03:57:53.9763496Z Downloading s3://gha-artifacts/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk_win-vs2022-cpu-py3/7fcbaff206d1626353b414f433110de2dc9d3f48/default/2.zip 2025-03-14T03:57:53.9765483Z to /home/ec2-user/actions-runner/_work/_temp/cache-zip-downloads/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk_win-vs2022-cpu-py3/7fcbaff206d1626353b414f433110de2dc9d3f48/default/2.zip 2025-03-14T03:57:53.9767474Z Downloading s3://gha-artifacts/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk_win-vs2022-cpu-py3/80f146dedfb2f4e0a8b8f0b311be1b18bb53051c/default/2.zip 2025-03-14T03:57:53.9769462Z to /home/ec2-user/actions-runner/_work/_temp/cache-zip-downloads/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk_win-vs2022-cpu-py3/80f146dedfb2f4e0a8b8f0b311be1b18bb53051c/default/2.zip 2025-03-14T03:57:53.9771448Z Downloading s3://gha-artifacts/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk_win-vs2022-cpu-py3/81dccd706b3d3c9cd554a57a4cd9b6f283d8e661/default/3.zip 2025-03-14T03:57:53.9773444Z to /home/ec2-user/actions-runner/_work/_temp/cache-zip-downloads/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk_win-vs2022-cpu-py3/81dccd706b3d3c9cd554a57a4cd9b6f283d8e661/default/3.zip 2025-03-14T03:57:53.9775419Z Downloading s3://gha-artifacts/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk_win-vs2022-cpu-py3/8531d247ba411993f9a10686d70514f6945f9960/default/3.zip 2025-03-14T03:57:53.9777506Z to /home/ec2-user/actions-runner/_work/_temp/cache-zip-downloads/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk_win-vs2022-cpu-py3/8531d247ba411993f9a10686d70514f6945f9960/default/3.zip 2025-03-14T03:57:53.9779479Z Downloading s3://gha-artifacts/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk_win-vs2022-cpu-py3/858bc0cea50614d1e190e6991d974ddb0f53fc88/default/1.zip 2025-03-14T03:57:53.9781469Z to /home/ec2-user/actions-runner/_work/_temp/cache-zip-downloads/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk_win-vs2022-cpu-py3/858bc0cea50614d1e190e6991d974ddb0f53fc88/default/1.zip 2025-03-14T03:57:53.9783448Z Downloading s3://gha-artifacts/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk_win-vs2022-cpu-py3/883fb78c7eb31933c688171788a8ab2feeb3594f/default/1.zip 2025-03-14T03:57:53.9785435Z to /home/ec2-user/actions-runner/_work/_temp/cache-zip-downloads/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk_win-vs2022-cpu-py3/883fb78c7eb31933c688171788a8ab2feeb3594f/default/1.zip 2025-03-14T03:57:53.9787429Z Downloading s3://gha-artifacts/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk_win-vs2022-cpu-py3/88d0bb0fee44f029e2bac810289fbfee8279055e/default/2.zip 2025-03-14T03:57:55.2424988Z to /home/ec2-user/actions-runner/_work/_temp/cache-zip-downloads/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk_win-vs2022-cpu-py3/88d0bb0fee44f029e2bac810289fbfee8279055e/default/2.zip 2025-03-14T03:57:55.2427100Z Downloading s3://gha-artifacts/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk_win-vs2022-cpu-py3/89b9c12de8faa209c63f59eaf44ec4a6c717506f/default/3.zip 2025-03-14T03:57:55.2429122Z to /home/ec2-user/actions-runner/_work/_temp/cache-zip-downloads/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk_win-vs2022-cpu-py3/89b9c12de8faa209c63f59eaf44ec4a6c717506f/default/3.zip 2025-03-14T03:57:55.2431124Z Downloading s3://gha-artifacts/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk_win-vs2022-cpu-py3/8d94eb1e3bfa442ee60295ffd6b82465dc3a82c5/default/1.zip 2025-03-14T03:57:55.2433207Z to /home/ec2-user/actions-runner/_work/_temp/cache-zip-downloads/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk_win-vs2022-cpu-py3/8d94eb1e3bfa442ee60295ffd6b82465dc3a82c5/default/1.zip 2025-03-14T03:57:55.2435200Z Downloading s3://gha-artifacts/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk_win-vs2022-cpu-py3/8e004865dd5bb00196632f7f76f872cba52224ad/default/1.zip 2025-03-14T03:57:55.2437183Z to /home/ec2-user/actions-runner/_work/_temp/cache-zip-downloads/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk_win-vs2022-cpu-py3/8e004865dd5bb00196632f7f76f872cba52224ad/default/1.zip 2025-03-14T03:57:55.2439157Z Downloading s3://gha-artifacts/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk_win-vs2022-cpu-py3/8eb400ef66f38d61e4d0404981f5477286cc4863/default/3.zip 2025-03-14T03:57:55.2441144Z to /home/ec2-user/actions-runner/_work/_temp/cache-zip-downloads/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk_win-vs2022-cpu-py3/8eb400ef66f38d61e4d0404981f5477286cc4863/default/3.zip 2025-03-14T03:57:55.2443288Z Downloading s3://gha-artifacts/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk_win-vs2022-cpu-py3/8f20026bcb55f8ed85d8e045016985eee9041b22/default/1.zip 2025-03-14T03:57:55.2445383Z to /home/ec2-user/actions-runner/_work/_temp/cache-zip-downloads/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk_win-vs2022-cpu-py3/8f20026bcb55f8ed85d8e045016985eee9041b22/default/1.zip 2025-03-14T03:57:55.2447392Z Downloading s3://gha-artifacts/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk_win-vs2022-cpu-py3/900a7747813ee5365cb71f207c80bee740222cd4/default/3.zip 2025-03-14T03:57:55.2449357Z to /home/ec2-user/actions-runner/_work/_temp/cache-zip-downloads/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk_win-vs2022-cpu-py3/900a7747813ee5365cb71f207c80bee740222cd4/default/3.zip 2025-03-14T03:57:55.2451338Z Downloading s3://gha-artifacts/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk_win-vs2022-cpu-py3/940b60db974f08a31c746eec2f9c399fc8a861ee/default/1.zip 2025-03-14T03:57:55.2453331Z to /home/ec2-user/actions-runner/_work/_temp/cache-zip-downloads/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk_win-vs2022-cpu-py3/940b60db974f08a31c746eec2f9c399fc8a861ee/default/1.zip 2025-03-14T03:57:55.2455307Z Downloading s3://gha-artifacts/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk_win-vs2022-cpu-py3/9605c5063b28a8e986990031d58e9809a76d597d/default/3.zip 2025-03-14T03:57:55.2457276Z to /home/ec2-user/actions-runner/_work/_temp/cache-zip-downloads/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk_win-vs2022-cpu-py3/9605c5063b28a8e986990031d58e9809a76d597d/default/3.zip 2025-03-14T03:57:55.2459251Z Downloading s3://gha-artifacts/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk_win-vs2022-cpu-py3/96acb566260ffe3d1565a8bd82b452379063b453/default/3.zip 2025-03-14T03:57:55.2461236Z to /home/ec2-user/actions-runner/_work/_temp/cache-zip-downloads/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk_win-vs2022-cpu-py3/96acb566260ffe3d1565a8bd82b452379063b453/default/3.zip 2025-03-14T03:57:55.2463212Z Downloading s3://gha-artifacts/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk_win-vs2022-cpu-py3/98bf2f1170f500308b29f54ee69d62a53447b649/default/1.zip 2025-03-14T03:57:55.2465190Z to /home/ec2-user/actions-runner/_work/_temp/cache-zip-downloads/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk_win-vs2022-cpu-py3/98bf2f1170f500308b29f54ee69d62a53447b649/default/1.zip 2025-03-14T03:57:55.2467163Z Downloading s3://gha-artifacts/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk_win-vs2022-cpu-py3/995f607c743d27a4109451e68782fecedebeb934/default/2.zip 2025-03-14T03:57:55.2469147Z to /home/ec2-user/actions-runner/_work/_temp/cache-zip-downloads/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk_win-vs2022-cpu-py3/995f607c743d27a4109451e68782fecedebeb934/default/2.zip 2025-03-14T03:57:55.2471120Z Downloading s3://gha-artifacts/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk_win-vs2022-cpu-py3/995f607c743d27a4109451e68782fecedebeb934/default/3.zip 2025-03-14T03:57:55.2473187Z to /home/ec2-user/actions-runner/_work/_temp/cache-zip-downloads/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk_win-vs2022-cpu-py3/995f607c743d27a4109451e68782fecedebeb934/default/3.zip 2025-03-14T03:57:55.2475231Z Downloading s3://gha-artifacts/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk_win-vs2022-cpu-py3/a71d8b724601a1c5263e2d9a34186aae32898356/default/3.zip 2025-03-14T03:57:55.2477261Z to /home/ec2-user/actions-runner/_work/_temp/cache-zip-downloads/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk_win-vs2022-cpu-py3/a71d8b724601a1c5263e2d9a34186aae32898356/default/3.zip 2025-03-14T03:57:55.2479238Z Downloading s3://gha-artifacts/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk_win-vs2022-cpu-py3/a9598337b7d18561fc5c2c0e13976728955dac61/default/2.zip 2025-03-14T03:57:55.2481215Z to /home/ec2-user/actions-runner/_work/_temp/cache-zip-downloads/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk_win-vs2022-cpu-py3/a9598337b7d18561fc5c2c0e13976728955dac61/default/2.zip 2025-03-14T03:57:55.2483185Z Downloading s3://gha-artifacts/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk_win-vs2022-cpu-py3/ac0f206f3cbfb1281c90d126531a08fd98cfb97e/default/1.zip 2025-03-14T03:57:55.2485185Z to /home/ec2-user/actions-runner/_work/_temp/cache-zip-downloads/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk_win-vs2022-cpu-py3/ac0f206f3cbfb1281c90d126531a08fd98cfb97e/default/1.zip 2025-03-14T03:57:55.2487170Z Downloading s3://gha-artifacts/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk_win-vs2022-cpu-py3/ac99fc7e5753d2c37c61f5517f9d4a3631bd2034/default/3.zip 2025-03-14T03:57:55.2489313Z to /home/ec2-user/actions-runner/_work/_temp/cache-zip-downloads/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk_win-vs2022-cpu-py3/ac99fc7e5753d2c37c61f5517f9d4a3631bd2034/default/3.zip 2025-03-14T03:57:55.2491312Z Downloading s3://gha-artifacts/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk_win-vs2022-cpu-py3/ad9a10aff058e71daf78a75e1edecc21a887168a/default/1.zip 2025-03-14T03:57:55.2493323Z to /home/ec2-user/actions-runner/_work/_temp/cache-zip-downloads/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk_win-vs2022-cpu-py3/ad9a10aff058e71daf78a75e1edecc21a887168a/default/1.zip 2025-03-14T03:57:56.4763689Z Downloading s3://gha-artifacts/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk_win-vs2022-cpu-py3/aeabbffe15376abe2d5ffc58deb211986c42d222/default/1.zip 2025-03-14T03:57:56.4765765Z to /home/ec2-user/actions-runner/_work/_temp/cache-zip-downloads/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk_win-vs2022-cpu-py3/aeabbffe15376abe2d5ffc58deb211986c42d222/default/1.zip 2025-03-14T03:57:56.4767811Z Downloading s3://gha-artifacts/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk_win-vs2022-cpu-py3/b7832f03392d2eb74443923eccf709b75e69bce4/default/1.zip 2025-03-14T03:57:56.4769814Z to /home/ec2-user/actions-runner/_work/_temp/cache-zip-downloads/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk_win-vs2022-cpu-py3/b7832f03392d2eb74443923eccf709b75e69bce4/default/1.zip 2025-03-14T03:57:56.4771828Z Downloading s3://gha-artifacts/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk_win-vs2022-cpu-py3/b9b1fd9b93042a2464d0700dd219a9f8b7d18e32/default/2.zip 2025-03-14T03:57:56.4773819Z to /home/ec2-user/actions-runner/_work/_temp/cache-zip-downloads/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk_win-vs2022-cpu-py3/b9b1fd9b93042a2464d0700dd219a9f8b7d18e32/default/2.zip 2025-03-14T03:57:56.4776000Z Downloading s3://gha-artifacts/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk_win-vs2022-cpu-py3/c159723c39044423390933e48215bbb7f30a57d3/default/3.zip 2025-03-14T03:57:56.4778146Z to /home/ec2-user/actions-runner/_work/_temp/cache-zip-downloads/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk_win-vs2022-cpu-py3/c159723c39044423390933e48215bbb7f30a57d3/default/3.zip 2025-03-14T03:57:56.4780122Z Downloading s3://gha-artifacts/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk_win-vs2022-cpu-py3/cde12207a083f85a3b50dfc059dc1a5f86efec54/default/1.zip 2025-03-14T03:57:56.4782119Z to /home/ec2-user/actions-runner/_work/_temp/cache-zip-downloads/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk_win-vs2022-cpu-py3/cde12207a083f85a3b50dfc059dc1a5f86efec54/default/1.zip 2025-03-14T03:57:56.4784112Z Downloading s3://gha-artifacts/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk_win-vs2022-cpu-py3/cde12207a083f85a3b50dfc059dc1a5f86efec54/default/2.zip 2025-03-14T03:57:56.4786107Z to /home/ec2-user/actions-runner/_work/_temp/cache-zip-downloads/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk_win-vs2022-cpu-py3/cde12207a083f85a3b50dfc059dc1a5f86efec54/default/2.zip 2025-03-14T03:57:56.4788078Z Downloading s3://gha-artifacts/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk_win-vs2022-cpu-py3/d068141c3b26de783b8ce3dcaf4f3f57c1318a51/default/1.zip 2025-03-14T03:57:56.4790241Z to /home/ec2-user/actions-runner/_work/_temp/cache-zip-downloads/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk_win-vs2022-cpu-py3/d068141c3b26de783b8ce3dcaf4f3f57c1318a51/default/1.zip 2025-03-14T03:57:56.4792231Z Downloading s3://gha-artifacts/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk_win-vs2022-cpu-py3/d1997b610f5b974af7ebad6b9903d2d8f751d927/default/1.zip 2025-03-14T03:57:56.4794290Z to /home/ec2-user/actions-runner/_work/_temp/cache-zip-downloads/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk_win-vs2022-cpu-py3/d1997b610f5b974af7ebad6b9903d2d8f751d927/default/1.zip 2025-03-14T03:57:56.4796275Z Downloading s3://gha-artifacts/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk_win-vs2022-cpu-py3/d54cab78e191088d132e98de3d0754ace638dbec/default/3.zip 2025-03-14T03:57:56.4798264Z to /home/ec2-user/actions-runner/_work/_temp/cache-zip-downloads/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk_win-vs2022-cpu-py3/d54cab78e191088d132e98de3d0754ace638dbec/default/3.zip 2025-03-14T03:57:56.4800255Z Downloading s3://gha-artifacts/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk_win-vs2022-cpu-py3/da2688f6242cce6e07d5ba8eecd9609e4a4b2c34/default/2.zip 2025-03-14T03:57:56.4802249Z to /home/ec2-user/actions-runner/_work/_temp/cache-zip-downloads/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk_win-vs2022-cpu-py3/da2688f6242cce6e07d5ba8eecd9609e4a4b2c34/default/2.zip 2025-03-14T03:57:56.4804233Z Downloading s3://gha-artifacts/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk_win-vs2022-cpu-py3/de964b9f8bb846754f560660e066f0378f99cee9/default/1.zip 2025-03-14T03:57:56.4806216Z to /home/ec2-user/actions-runner/_work/_temp/cache-zip-downloads/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk_win-vs2022-cpu-py3/de964b9f8bb846754f560660e066f0378f99cee9/default/1.zip 2025-03-14T03:57:56.4808357Z Downloading s3://gha-artifacts/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk_win-vs2022-cpu-py3/de964b9f8bb846754f560660e066f0378f99cee9/default/2.zip 2025-03-14T03:57:56.4810346Z to /home/ec2-user/actions-runner/_work/_temp/cache-zip-downloads/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk_win-vs2022-cpu-py3/de964b9f8bb846754f560660e066f0378f99cee9/default/2.zip 2025-03-14T03:57:56.4812318Z Downloading s3://gha-artifacts/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk_win-vs2022-cpu-py3/df60500ab8b60c9c8244b14382837c12112474a0/default/1.zip 2025-03-14T03:57:56.4814295Z to /home/ec2-user/actions-runner/_work/_temp/cache-zip-downloads/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk_win-vs2022-cpu-py3/df60500ab8b60c9c8244b14382837c12112474a0/default/1.zip 2025-03-14T03:57:56.4816285Z Downloading s3://gha-artifacts/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk_win-vs2022-cpu-py3/df776d64f7bdf3a3c3548a2d1347597ce6881bbe/default/1.zip 2025-03-14T03:57:56.4818273Z to /home/ec2-user/actions-runner/_work/_temp/cache-zip-downloads/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk_win-vs2022-cpu-py3/df776d64f7bdf3a3c3548a2d1347597ce6881bbe/default/1.zip 2025-03-14T03:57:56.4820255Z Downloading s3://gha-artifacts/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk_win-vs2022-cpu-py3/e0ca041ae36d7f3057f6ffc1de8dc9c272a119c2/default/3.zip 2025-03-14T03:57:56.4822233Z to /home/ec2-user/actions-runner/_work/_temp/cache-zip-downloads/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk_win-vs2022-cpu-py3/e0ca041ae36d7f3057f6ffc1de8dc9c272a119c2/default/3.zip 2025-03-14T03:57:56.4824233Z Downloading s3://gha-artifacts/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk_win-vs2022-cpu-py3/e0f0db010504f3ef4b65d3bff77acf2c57d541f9/default/2.zip 2025-03-14T03:57:56.4826229Z to /home/ec2-user/actions-runner/_work/_temp/cache-zip-downloads/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk_win-vs2022-cpu-py3/e0f0db010504f3ef4b65d3bff77acf2c57d541f9/default/2.zip 2025-03-14T03:57:56.4828209Z Downloading s3://gha-artifacts/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk_win-vs2022-cpu-py3/e2479d780978d10549634c64507ed041b1359c65/default/1.zip 2025-03-14T03:57:56.4830180Z to /home/ec2-user/actions-runner/_work/_temp/cache-zip-downloads/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk_win-vs2022-cpu-py3/e2479d780978d10549634c64507ed041b1359c65/default/1.zip 2025-03-14T03:57:56.4832159Z Downloading s3://gha-artifacts/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk_win-vs2022-cpu-py3/e3e45d90d8578083da8b51a3b1d911e9a4523e5b/default/3.zip 2025-03-14T03:57:57.4212877Z to /home/ec2-user/actions-runner/_work/_temp/cache-zip-downloads/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk_win-vs2022-cpu-py3/e3e45d90d8578083da8b51a3b1d911e9a4523e5b/default/3.zip 2025-03-14T03:57:57.4215000Z Downloading s3://gha-artifacts/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk_win-vs2022-cpu-py3/ec2805ada81b9632e215b8ba09b286aad7c62624/default/3.zip 2025-03-14T03:57:57.4217006Z to /home/ec2-user/actions-runner/_work/_temp/cache-zip-downloads/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk_win-vs2022-cpu-py3/ec2805ada81b9632e215b8ba09b286aad7c62624/default/3.zip 2025-03-14T03:57:57.4219322Z Downloading s3://gha-artifacts/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk_win-vs2022-cpu-py3/ef6b16ea9d200cba87c8730c99264d6d477ab0ec/default/1.zip 2025-03-14T03:57:57.4221311Z to /home/ec2-user/actions-runner/_work/_temp/cache-zip-downloads/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk_win-vs2022-cpu-py3/ef6b16ea9d200cba87c8730c99264d6d477ab0ec/default/1.zip 2025-03-14T03:57:57.4223305Z Downloading s3://gha-artifacts/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk_win-vs2022-cpu-py3/f1cce0951b15b86d79ba0edbe81792eaa8d1e548/default/3.zip 2025-03-14T03:57:57.4225305Z to /home/ec2-user/actions-runner/_work/_temp/cache-zip-downloads/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk_win-vs2022-cpu-py3/f1cce0951b15b86d79ba0edbe81792eaa8d1e548/default/3.zip 2025-03-14T03:57:57.4227303Z Downloading s3://gha-artifacts/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk_win-vs2022-cpu-py3/f2f25a5444b8daaf24c913179b4d90844a12d2d6/default/2.zip 2025-03-14T03:57:57.4229288Z to /home/ec2-user/actions-runner/_work/_temp/cache-zip-downloads/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk_win-vs2022-cpu-py3/f2f25a5444b8daaf24c913179b4d90844a12d2d6/default/2.zip 2025-03-14T03:57:57.4231257Z Downloading s3://gha-artifacts/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk_win-vs2022-cpu-py3/f339e41a38259349896ab72462673635301b6a78/default/3.zip 2025-03-14T03:57:57.4233318Z to /home/ec2-user/actions-runner/_work/_temp/cache-zip-downloads/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk_win-vs2022-cpu-py3/f339e41a38259349896ab72462673635301b6a78/default/3.zip 2025-03-14T03:57:57.4235306Z Downloading s3://gha-artifacts/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk_win-vs2022-cpu-py3/f80aad62fae718da1120be955aa7655e4d67ad10/default/1.zip 2025-03-14T03:57:57.4237297Z to /home/ec2-user/actions-runner/_work/_temp/cache-zip-downloads/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk_win-vs2022-cpu-py3/f80aad62fae718da1120be955aa7655e4d67ad10/default/1.zip 2025-03-14T03:57:57.4239286Z Downloading s3://gha-artifacts/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk_win-vs2022-cpu-py3/fb55bac3de7f0afb45969ad8adbc340de48747ac/default/1.zip 2025-03-14T03:57:57.4241290Z to /home/ec2-user/actions-runner/_work/_temp/cache-zip-downloads/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk_win-vs2022-cpu-py3/fb55bac3de7f0afb45969ad8adbc340de48747ac/default/1.zip 2025-03-14T03:57:57.4243286Z Downloading s3://gha-artifacts/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk_win-vs2022-cpu-py3/fdee60769ac0d4668334b018f32c48a44141bed5/default/3.zip 2025-03-14T03:57:57.4245266Z to /home/ec2-user/actions-runner/_work/_temp/cache-zip-downloads/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk_win-vs2022-cpu-py3/fdee60769ac0d4668334b018f32c48a44141bed5/default/3.zip 2025-03-14T03:57:57.4247325Z Downloading s3://gha-artifacts/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk_win-vs2022-cpu-py3/ffa19b90245ba019175fb45731911b4d8ed6aee5/default/3.zip 2025-03-14T03:57:57.4249308Z to /home/ec2-user/actions-runner/_work/_temp/cache-zip-downloads/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk_win-vs2022-cpu-py3/ffa19b90245ba019175fb45731911b4d8ed6aee5/default/3.zip 2025-03-14T03:57:57.4251918Z Unzipping /home/ec2-user/actions-runner/_work/_temp/cache-zip-downloads/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk_win-vs2022-cpu-py3/020232ec9f841c693e7f56a5150d3823ea38c5f8/default/1.zip 2025-03-14T03:57:57.4253622Z to /home/ec2-user/actions-runner/_work/_temp/unzipped-caches/b8a02b8b7d3ecf3fbe5102083dee4c15/.pytest_cache 2025-03-14T03:57:57.4255345Z Merging cache from /home/ec2-user/actions-runner/_work/_temp/cache-zip-downloads/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk_win-vs2022-cpu-py3/020232ec9f841c693e7f56a5150d3823ea38c5f8/default/1.zip 2025-03-14T03:57:57.4257895Z Unzipping /home/ec2-user/actions-runner/_work/_temp/cache-zip-downloads/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk_win-vs2022-cpu-py3/0344bf8a5aed52f728ca62fc721f619899a7ecc7/default/1.zip 2025-03-14T03:57:57.4259591Z to /home/ec2-user/actions-runner/_work/_temp/unzipped-caches/7904336fad5a21a4822a14808548070c/.pytest_cache 2025-03-14T03:57:57.4261314Z Merging cache from /home/ec2-user/actions-runner/_work/_temp/cache-zip-downloads/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk_win-vs2022-cpu-py3/0344bf8a5aed52f728ca62fc721f619899a7ecc7/default/1.zip 2025-03-14T03:57:57.4263863Z Unzipping /home/ec2-user/actions-runner/_work/_temp/cache-zip-downloads/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk_win-vs2022-cpu-py3/06f8f9a01770a53616c33139b69c33b38d977848/default/1.zip 2025-03-14T03:57:57.4265555Z to /home/ec2-user/actions-runner/_work/_temp/unzipped-caches/5f43c6f5dfb8cad1a88eba1419064766/.pytest_cache 2025-03-14T03:57:57.4267286Z Merging cache from /home/ec2-user/actions-runner/_work/_temp/cache-zip-downloads/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk_win-vs2022-cpu-py3/06f8f9a01770a53616c33139b69c33b38d977848/default/1.zip 2025-03-14T03:57:57.4269840Z Unzipping /home/ec2-user/actions-runner/_work/_temp/cache-zip-downloads/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk_win-vs2022-cpu-py3/0a7ccee1e05ad5ebe6aca38670f1348dfead864e/default/1.zip 2025-03-14T03:57:57.4271540Z to /home/ec2-user/actions-runner/_work/_temp/unzipped-caches/35ced6b32bc13c7e2421df6fd414550c/.pytest_cache 2025-03-14T03:57:57.4273362Z Merging cache from /home/ec2-user/actions-runner/_work/_temp/cache-zip-downloads/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk_win-vs2022-cpu-py3/0a7ccee1e05ad5ebe6aca38670f1348dfead864e/default/1.zip 2025-03-14T03:57:57.4275941Z Unzipping /home/ec2-user/actions-runner/_work/_temp/cache-zip-downloads/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk_win-vs2022-cpu-py3/0a948f705bd6b1620dabe64f208cc82dd2bfab67/default/1.zip 2025-03-14T03:57:57.4277643Z to /home/ec2-user/actions-runner/_work/_temp/unzipped-caches/69ca18d7e96d7afaad1554c4392ff193/.pytest_cache 2025-03-14T03:57:57.4279378Z Merging cache from /home/ec2-user/actions-runner/_work/_temp/cache-zip-downloads/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk_win-vs2022-cpu-py3/0a948f705bd6b1620dabe64f208cc82dd2bfab67/default/1.zip 2025-03-14T03:57:57.4282004Z Unzipping /home/ec2-user/actions-runner/_work/_temp/cache-zip-downloads/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk_win-vs2022-cpu-py3/0b0d28accdcabfeb3e60cac536749d86138222f8/default/3.zip 2025-03-14T03:57:57.5176944Z to /home/ec2-user/actions-runner/_work/_temp/unzipped-caches/1282c1e6721fadbf9f341e92d4e64eca/.pytest_cache 2025-03-14T03:57:57.5178716Z Merging cache from /home/ec2-user/actions-runner/_work/_temp/cache-zip-downloads/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk_win-vs2022-cpu-py3/0b0d28accdcabfeb3e60cac536749d86138222f8/default/3.zip 2025-03-14T03:57:57.5181296Z Unzipping /home/ec2-user/actions-runner/_work/_temp/cache-zip-downloads/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk_win-vs2022-cpu-py3/0b52d801d2297ad6c38e631eedfd4dead9360e1b/default/3.zip 2025-03-14T03:57:57.5183000Z to /home/ec2-user/actions-runner/_work/_temp/unzipped-caches/15435383e18bb76b466ffb11362bfaeb/.pytest_cache 2025-03-14T03:57:57.5184768Z Merging cache from /home/ec2-user/actions-runner/_work/_temp/cache-zip-downloads/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk_win-vs2022-cpu-py3/0b52d801d2297ad6c38e631eedfd4dead9360e1b/default/3.zip 2025-03-14T03:57:57.5187324Z Unzipping /home/ec2-user/actions-runner/_work/_temp/cache-zip-downloads/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk_win-vs2022-cpu-py3/16d07988fc864a1f4e285fae6eb9d984b2075029/default/2.zip 2025-03-14T03:57:57.5189191Z to /home/ec2-user/actions-runner/_work/_temp/unzipped-caches/b058a56ae1ad4b3cd71a2e81caa8ec34/.pytest_cache 2025-03-14T03:57:57.5190927Z Merging cache from /home/ec2-user/actions-runner/_work/_temp/cache-zip-downloads/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk_win-vs2022-cpu-py3/16d07988fc864a1f4e285fae6eb9d984b2075029/default/2.zip 2025-03-14T03:57:57.5193555Z Unzipping /home/ec2-user/actions-runner/_work/_temp/cache-zip-downloads/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk_win-vs2022-cpu-py3/19fd21fe7e38c1b4522b2650903277a8935a06e7/default/3.zip 2025-03-14T03:57:57.5195252Z to /home/ec2-user/actions-runner/_work/_temp/unzipped-caches/fc5ac6580911908e6c2ae824fa5a97ad/.pytest_cache 2025-03-14T03:57:57.5196982Z Merging cache from /home/ec2-user/actions-runner/_work/_temp/cache-zip-downloads/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk_win-vs2022-cpu-py3/19fd21fe7e38c1b4522b2650903277a8935a06e7/default/3.zip 2025-03-14T03:57:57.5199539Z Unzipping /home/ec2-user/actions-runner/_work/_temp/cache-zip-downloads/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk_win-vs2022-cpu-py3/2068235c0addeadddb699b62c294dbbd33e24d51/default/1.zip 2025-03-14T03:57:57.5201234Z to /home/ec2-user/actions-runner/_work/_temp/unzipped-caches/888995420893075581f606b3cbc5f508/.pytest_cache 2025-03-14T03:57:57.5202960Z Merging cache from /home/ec2-user/actions-runner/_work/_temp/cache-zip-downloads/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk_win-vs2022-cpu-py3/2068235c0addeadddb699b62c294dbbd33e24d51/default/1.zip 2025-03-14T03:57:57.5205515Z Unzipping /home/ec2-user/actions-runner/_work/_temp/cache-zip-downloads/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk_win-vs2022-cpu-py3/2149f6c6845d00711ffab648132b7377e8cd3edb/default/1.zip 2025-03-14T03:57:57.5207212Z to /home/ec2-user/actions-runner/_work/_temp/unzipped-caches/90afe8efb8a652c79ad4ca17a9bc2305/.pytest_cache 2025-03-14T03:57:57.5209217Z Merging cache from /home/ec2-user/actions-runner/_work/_temp/cache-zip-downloads/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk_win-vs2022-cpu-py3/2149f6c6845d00711ffab648132b7377e8cd3edb/default/1.zip 2025-03-14T03:57:57.5211757Z Unzipping /home/ec2-user/actions-runner/_work/_temp/cache-zip-downloads/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk_win-vs2022-cpu-py3/21bd5fe2030ba11bed09c65c0934a9ffd3b2b75a/default/1.zip 2025-03-14T03:57:57.5213461Z to /home/ec2-user/actions-runner/_work/_temp/unzipped-caches/995fb75cecce1bc727fa5012dbd72847/.pytest_cache 2025-03-14T03:57:57.5215195Z Merging cache from /home/ec2-user/actions-runner/_work/_temp/cache-zip-downloads/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk_win-vs2022-cpu-py3/21bd5fe2030ba11bed09c65c0934a9ffd3b2b75a/default/1.zip 2025-03-14T03:57:57.5217754Z Unzipping /home/ec2-user/actions-runner/_work/_temp/cache-zip-downloads/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk_win-vs2022-cpu-py3/22fae0d948ac14c72b510fafc2283072d744dff9/default/3.zip 2025-03-14T03:57:57.5219458Z to /home/ec2-user/actions-runner/_work/_temp/unzipped-caches/4d41c2026a9f9c8528057bd1f6cf1cb5/.pytest_cache 2025-03-14T03:57:57.5221190Z Merging cache from /home/ec2-user/actions-runner/_work/_temp/cache-zip-downloads/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk_win-vs2022-cpu-py3/22fae0d948ac14c72b510fafc2283072d744dff9/default/3.zip 2025-03-14T03:57:57.5223757Z Unzipping /home/ec2-user/actions-runner/_work/_temp/cache-zip-downloads/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk_win-vs2022-cpu-py3/2ff3fdfdaea77bbf8361b0269cd0ce998b866b2e/default/3.zip 2025-03-14T03:57:57.5225468Z to /home/ec2-user/actions-runner/_work/_temp/unzipped-caches/085cab6aeb06350ee08328df21333dc0/.pytest_cache 2025-03-14T03:57:57.5227201Z Merging cache from /home/ec2-user/actions-runner/_work/_temp/cache-zip-downloads/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk_win-vs2022-cpu-py3/2ff3fdfdaea77bbf8361b0269cd0ce998b866b2e/default/3.zip 2025-03-14T03:57:57.5229754Z Unzipping /home/ec2-user/actions-runner/_work/_temp/cache-zip-downloads/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk_win-vs2022-cpu-py3/33a285379af022eb4dbbce0a72e6fe840dc8c480/default/1.zip 2025-03-14T03:57:57.5231443Z to /home/ec2-user/actions-runner/_work/_temp/unzipped-caches/39686169903dd31b67d0282f76da11ae/.pytest_cache 2025-03-14T03:57:57.5233255Z Merging cache from /home/ec2-user/actions-runner/_work/_temp/cache-zip-downloads/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk_win-vs2022-cpu-py3/33a285379af022eb4dbbce0a72e6fe840dc8c480/default/1.zip 2025-03-14T03:57:57.5235806Z Unzipping /home/ec2-user/actions-runner/_work/_temp/cache-zip-downloads/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk_win-vs2022-cpu-py3/345f5566282faee9255a047fd3ca409b161065e1/default/1.zip 2025-03-14T03:57:57.5237498Z to /home/ec2-user/actions-runner/_work/_temp/unzipped-caches/b8a4d2eba2c8357252081dfad8c5c256/.pytest_cache 2025-03-14T03:57:57.5239286Z Merging cache from /home/ec2-user/actions-runner/_work/_temp/cache-zip-downloads/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk_win-vs2022-cpu-py3/345f5566282faee9255a047fd3ca409b161065e1/default/1.zip 2025-03-14T03:57:57.5241886Z Unzipping /home/ec2-user/actions-runner/_work/_temp/cache-zip-downloads/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk_win-vs2022-cpu-py3/352484cc83c5a179fa90dabdc30b4df3a120ef82/default/1.zip 2025-03-14T03:57:57.5243586Z to /home/ec2-user/actions-runner/_work/_temp/unzipped-caches/59999ed121b51bf7d4274a56575e4ecf/.pytest_cache 2025-03-14T03:57:57.5245305Z Merging cache from /home/ec2-user/actions-runner/_work/_temp/cache-zip-downloads/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk_win-vs2022-cpu-py3/352484cc83c5a179fa90dabdc30b4df3a120ef82/default/1.zip 2025-03-14T03:57:57.5891499Z Unzipping /home/ec2-user/actions-runner/_work/_temp/cache-zip-downloads/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk_win-vs2022-cpu-py3/359165734b11ae0232f4d0aa919a7b728561b8db/default/1.zip 2025-03-14T03:57:57.5893281Z to /home/ec2-user/actions-runner/_work/_temp/unzipped-caches/18cf4f73d7b4cea454571cf1f2e08697/.pytest_cache 2025-03-14T03:57:57.5895018Z Merging cache from /home/ec2-user/actions-runner/_work/_temp/cache-zip-downloads/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk_win-vs2022-cpu-py3/359165734b11ae0232f4d0aa919a7b728561b8db/default/1.zip 2025-03-14T03:57:57.5897578Z Unzipping /home/ec2-user/actions-runner/_work/_temp/cache-zip-downloads/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk_win-vs2022-cpu-py3/576ed1e400d069ec2fff6162f82a71ff0bd81f7c/default/2.zip 2025-03-14T03:57:57.5899296Z to /home/ec2-user/actions-runner/_work/_temp/unzipped-caches/c788ea1b8746c6d14dcfb5b494a0c287/.pytest_cache 2025-03-14T03:57:57.5901153Z Merging cache from /home/ec2-user/actions-runner/_work/_temp/cache-zip-downloads/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk_win-vs2022-cpu-py3/576ed1e400d069ec2fff6162f82a71ff0bd81f7c/default/2.zip 2025-03-14T03:57:57.5903712Z Unzipping /home/ec2-user/actions-runner/_work/_temp/cache-zip-downloads/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk_win-vs2022-cpu-py3/6119ffc711417e771cb49a21ca1d69756dc72769/default/1.zip 2025-03-14T03:57:57.5905401Z to /home/ec2-user/actions-runner/_work/_temp/unzipped-caches/6d0f58d6f526ccd34436384503e19271/.pytest_cache 2025-03-14T03:57:57.5907117Z Merging cache from /home/ec2-user/actions-runner/_work/_temp/cache-zip-downloads/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk_win-vs2022-cpu-py3/6119ffc711417e771cb49a21ca1d69756dc72769/default/1.zip 2025-03-14T03:57:57.5909668Z Unzipping /home/ec2-user/actions-runner/_work/_temp/cache-zip-downloads/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk_win-vs2022-cpu-py3/67937be673299e736e52ad8ab8a245fb9b19ccd5/default/2.zip 2025-03-14T03:57:57.5911414Z to /home/ec2-user/actions-runner/_work/_temp/unzipped-caches/e18e07c50442d74c1f31e75170bf950d/.pytest_cache 2025-03-14T03:57:57.5913225Z Merging cache from /home/ec2-user/actions-runner/_work/_temp/cache-zip-downloads/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk_win-vs2022-cpu-py3/67937be673299e736e52ad8ab8a245fb9b19ccd5/default/2.zip 2025-03-14T03:57:57.5915955Z Unzipping /home/ec2-user/actions-runner/_work/_temp/cache-zip-downloads/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk_win-vs2022-cpu-py3/67c4c39b4f7cc62b365e808b39614f7c84b8c361/default/1.zip 2025-03-14T03:57:57.5917753Z to /home/ec2-user/actions-runner/_work/_temp/unzipped-caches/b108c7798ee97e303c30cc6b48ef1837/.pytest_cache 2025-03-14T03:57:57.5919478Z Merging cache from /home/ec2-user/actions-runner/_work/_temp/cache-zip-downloads/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk_win-vs2022-cpu-py3/67c4c39b4f7cc62b365e808b39614f7c84b8c361/default/1.zip 2025-03-14T03:57:57.5922022Z Unzipping /home/ec2-user/actions-runner/_work/_temp/cache-zip-downloads/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk_win-vs2022-cpu-py3/683178fabc207b52e34611805fd1b80d4e02912f/default/1.zip 2025-03-14T03:57:57.5923725Z to /home/ec2-user/actions-runner/_work/_temp/unzipped-caches/5eb093dd51564e5bb1250bca4fb3b7c0/.pytest_cache 2025-03-14T03:57:57.5925485Z Merging cache from /home/ec2-user/actions-runner/_work/_temp/cache-zip-downloads/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk_win-vs2022-cpu-py3/683178fabc207b52e34611805fd1b80d4e02912f/default/1.zip 2025-03-14T03:57:57.5928026Z Unzipping /home/ec2-user/actions-runner/_work/_temp/cache-zip-downloads/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk_win-vs2022-cpu-py3/69c4f6ff13d84e88d80bbe24d0193345f13246f7/default/2.zip 2025-03-14T03:57:57.5929789Z to /home/ec2-user/actions-runner/_work/_temp/unzipped-caches/3556e57093dd65d1c90ce4cc0c877bc8/.pytest_cache 2025-03-14T03:57:57.5931522Z Merging cache from /home/ec2-user/actions-runner/_work/_temp/cache-zip-downloads/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk_win-vs2022-cpu-py3/69c4f6ff13d84e88d80bbe24d0193345f13246f7/default/2.zip 2025-03-14T03:57:57.5934086Z Unzipping /home/ec2-user/actions-runner/_work/_temp/cache-zip-downloads/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk_win-vs2022-cpu-py3/70410f93f26b8b098fedf048a3ed4a7bab66bfec/default/2.zip 2025-03-14T03:57:57.5935784Z to /home/ec2-user/actions-runner/_work/_temp/unzipped-caches/ba409e269c75980b92ff038c976f4875/.pytest_cache 2025-03-14T03:57:57.5937509Z Merging cache from /home/ec2-user/actions-runner/_work/_temp/cache-zip-downloads/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk_win-vs2022-cpu-py3/70410f93f26b8b098fedf048a3ed4a7bab66bfec/default/2.zip 2025-03-14T03:57:57.5940069Z Unzipping /home/ec2-user/actions-runner/_work/_temp/cache-zip-downloads/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk_win-vs2022-cpu-py3/754fb834db249b9b90d45a077591d309871c2a76/default/3.zip 2025-03-14T03:57:57.5941763Z to /home/ec2-user/actions-runner/_work/_temp/unzipped-caches/59b836b75a3192430d080d8acf436ab0/.pytest_cache 2025-03-14T03:57:57.5943473Z Merging cache from /home/ec2-user/actions-runner/_work/_temp/cache-zip-downloads/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk_win-vs2022-cpu-py3/754fb834db249b9b90d45a077591d309871c2a76/default/3.zip 2025-03-14T03:57:57.5946039Z Unzipping /home/ec2-user/actions-runner/_work/_temp/cache-zip-downloads/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk_win-vs2022-cpu-py3/7ab6749ec7db32e0b3cdfd19db087f15dd0bebe2/default/3.zip 2025-03-14T03:57:57.5947869Z to /home/ec2-user/actions-runner/_work/_temp/unzipped-caches/3dc84244e33d0bea7e437e9a2300341a/.pytest_cache 2025-03-14T03:57:57.5949618Z Merging cache from /home/ec2-user/actions-runner/_work/_temp/cache-zip-downloads/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk_win-vs2022-cpu-py3/7ab6749ec7db32e0b3cdfd19db087f15dd0bebe2/default/3.zip 2025-03-14T03:57:57.5952191Z Unzipping /home/ec2-user/actions-runner/_work/_temp/cache-zip-downloads/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk_win-vs2022-cpu-py3/7c3b2a29ec105dbe85a9fba5af5347b3800cd979/default/1.zip 2025-03-14T03:57:57.5953988Z to /home/ec2-user/actions-runner/_work/_temp/unzipped-caches/f6c23ff747c75af9024065035b40982f/.pytest_cache 2025-03-14T03:57:57.5955730Z Merging cache from /home/ec2-user/actions-runner/_work/_temp/cache-zip-downloads/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk_win-vs2022-cpu-py3/7c3b2a29ec105dbe85a9fba5af5347b3800cd979/default/1.zip 2025-03-14T03:57:57.5958295Z Unzipping /home/ec2-user/actions-runner/_work/_temp/cache-zip-downloads/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk_win-vs2022-cpu-py3/7fcbaff206d1626353b414f433110de2dc9d3f48/default/2.zip 2025-03-14T03:57:57.5959989Z to /home/ec2-user/actions-runner/_work/_temp/unzipped-caches/90e02d5668d4285527fe2569a0f1ceb7/.pytest_cache 2025-03-14T03:57:57.6658365Z Merging cache from /home/ec2-user/actions-runner/_work/_temp/cache-zip-downloads/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk_win-vs2022-cpu-py3/7fcbaff206d1626353b414f433110de2dc9d3f48/default/2.zip 2025-03-14T03:57:57.6661016Z Unzipping /home/ec2-user/actions-runner/_work/_temp/cache-zip-downloads/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk_win-vs2022-cpu-py3/80f146dedfb2f4e0a8b8f0b311be1b18bb53051c/default/2.zip 2025-03-14T03:57:57.6662735Z to /home/ec2-user/actions-runner/_work/_temp/unzipped-caches/9445b99a1abf9b16bc4ffc22d81c4d6d/.pytest_cache 2025-03-14T03:57:57.6664589Z Merging cache from /home/ec2-user/actions-runner/_work/_temp/cache-zip-downloads/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk_win-vs2022-cpu-py3/80f146dedfb2f4e0a8b8f0b311be1b18bb53051c/default/2.zip 2025-03-14T03:57:57.6667154Z Unzipping /home/ec2-user/actions-runner/_work/_temp/cache-zip-downloads/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk_win-vs2022-cpu-py3/81dccd706b3d3c9cd554a57a4cd9b6f283d8e661/default/3.zip 2025-03-14T03:57:57.6668873Z to /home/ec2-user/actions-runner/_work/_temp/unzipped-caches/d3b7191ad02e80ad67ad624f5391104a/.pytest_cache 2025-03-14T03:57:57.6670610Z Merging cache from /home/ec2-user/actions-runner/_work/_temp/cache-zip-downloads/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk_win-vs2022-cpu-py3/81dccd706b3d3c9cd554a57a4cd9b6f283d8e661/default/3.zip 2025-03-14T03:57:57.6673236Z Unzipping /home/ec2-user/actions-runner/_work/_temp/cache-zip-downloads/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk_win-vs2022-cpu-py3/8531d247ba411993f9a10686d70514f6945f9960/default/3.zip 2025-03-14T03:57:57.6674943Z to /home/ec2-user/actions-runner/_work/_temp/unzipped-caches/adfe37bed181c1c3064175ab6abde65b/.pytest_cache 2025-03-14T03:57:57.6676832Z Merging cache from /home/ec2-user/actions-runner/_work/_temp/cache-zip-downloads/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk_win-vs2022-cpu-py3/8531d247ba411993f9a10686d70514f6945f9960/default/3.zip 2025-03-14T03:57:57.6679506Z Unzipping /home/ec2-user/actions-runner/_work/_temp/cache-zip-downloads/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk_win-vs2022-cpu-py3/858bc0cea50614d1e190e6991d974ddb0f53fc88/default/1.zip 2025-03-14T03:57:57.6681183Z to /home/ec2-user/actions-runner/_work/_temp/unzipped-caches/24486567866060840680d431bc0747ae/.pytest_cache 2025-03-14T03:57:57.6682906Z Merging cache from /home/ec2-user/actions-runner/_work/_temp/cache-zip-downloads/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk_win-vs2022-cpu-py3/858bc0cea50614d1e190e6991d974ddb0f53fc88/default/1.zip 2025-03-14T03:57:57.6685475Z Unzipping /home/ec2-user/actions-runner/_work/_temp/cache-zip-downloads/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk_win-vs2022-cpu-py3/883fb78c7eb31933c688171788a8ab2feeb3594f/default/1.zip 2025-03-14T03:57:57.6687172Z to /home/ec2-user/actions-runner/_work/_temp/unzipped-caches/f5d5a8ebde3bd09d2a60dadb3c4e873e/.pytest_cache 2025-03-14T03:57:57.6689082Z Merging cache from /home/ec2-user/actions-runner/_work/_temp/cache-zip-downloads/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk_win-vs2022-cpu-py3/883fb78c7eb31933c688171788a8ab2feeb3594f/default/1.zip 2025-03-14T03:57:57.6691642Z Unzipping /home/ec2-user/actions-runner/_work/_temp/cache-zip-downloads/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk_win-vs2022-cpu-py3/88d0bb0fee44f029e2bac810289fbfee8279055e/default/2.zip 2025-03-14T03:57:57.6693352Z to /home/ec2-user/actions-runner/_work/_temp/unzipped-caches/cc8fd47c7dc309c93169f489dc14e2c9/.pytest_cache 2025-03-14T03:57:57.6695087Z Merging cache from /home/ec2-user/actions-runner/_work/_temp/cache-zip-downloads/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk_win-vs2022-cpu-py3/88d0bb0fee44f029e2bac810289fbfee8279055e/default/2.zip 2025-03-14T03:57:57.6697650Z Unzipping /home/ec2-user/actions-runner/_work/_temp/cache-zip-downloads/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk_win-vs2022-cpu-py3/89b9c12de8faa209c63f59eaf44ec4a6c717506f/default/3.zip 2025-03-14T03:57:57.6699346Z to /home/ec2-user/actions-runner/_work/_temp/unzipped-caches/02619eaf163fda68c6e0348aa72056bb/.pytest_cache 2025-03-14T03:57:57.6701084Z Merging cache from /home/ec2-user/actions-runner/_work/_temp/cache-zip-downloads/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk_win-vs2022-cpu-py3/89b9c12de8faa209c63f59eaf44ec4a6c717506f/default/3.zip 2025-03-14T03:57:57.6703652Z Unzipping /home/ec2-user/actions-runner/_work/_temp/cache-zip-downloads/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk_win-vs2022-cpu-py3/8d94eb1e3bfa442ee60295ffd6b82465dc3a82c5/default/1.zip 2025-03-14T03:57:57.6705343Z to /home/ec2-user/actions-runner/_work/_temp/unzipped-caches/6c64140b186229190460b9025f712fa2/.pytest_cache 2025-03-14T03:57:57.6707066Z Merging cache from /home/ec2-user/actions-runner/_work/_temp/cache-zip-downloads/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk_win-vs2022-cpu-py3/8d94eb1e3bfa442ee60295ffd6b82465dc3a82c5/default/1.zip 2025-03-14T03:57:57.6709790Z Unzipping /home/ec2-user/actions-runner/_work/_temp/cache-zip-downloads/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk_win-vs2022-cpu-py3/8e004865dd5bb00196632f7f76f872cba52224ad/default/1.zip 2025-03-14T03:57:57.6711476Z to /home/ec2-user/actions-runner/_work/_temp/unzipped-caches/62f4a3ba62cb46e9c9d717710a64e4e2/.pytest_cache 2025-03-14T03:57:57.6713258Z Merging cache from /home/ec2-user/actions-runner/_work/_temp/cache-zip-downloads/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk_win-vs2022-cpu-py3/8e004865dd5bb00196632f7f76f872cba52224ad/default/1.zip 2025-03-14T03:57:57.6715809Z Unzipping /home/ec2-user/actions-runner/_work/_temp/cache-zip-downloads/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk_win-vs2022-cpu-py3/8eb400ef66f38d61e4d0404981f5477286cc4863/default/3.zip 2025-03-14T03:57:57.6717514Z to /home/ec2-user/actions-runner/_work/_temp/unzipped-caches/ee2cb24c78984a0004fc770322189acb/.pytest_cache 2025-03-14T03:57:57.6719239Z Merging cache from /home/ec2-user/actions-runner/_work/_temp/cache-zip-downloads/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk_win-vs2022-cpu-py3/8eb400ef66f38d61e4d0404981f5477286cc4863/default/3.zip 2025-03-14T03:57:57.6721788Z Unzipping /home/ec2-user/actions-runner/_work/_temp/cache-zip-downloads/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk_win-vs2022-cpu-py3/8f20026bcb55f8ed85d8e045016985eee9041b22/default/1.zip 2025-03-14T03:57:57.6723489Z to /home/ec2-user/actions-runner/_work/_temp/unzipped-caches/49336655b5fed1dad08659b3fe2c69ed/.pytest_cache 2025-03-14T03:57:57.6725229Z Merging cache from /home/ec2-user/actions-runner/_work/_temp/cache-zip-downloads/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk_win-vs2022-cpu-py3/8f20026bcb55f8ed85d8e045016985eee9041b22/default/1.zip 2025-03-14T03:57:57.6727781Z Unzipping /home/ec2-user/actions-runner/_work/_temp/cache-zip-downloads/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk_win-vs2022-cpu-py3/900a7747813ee5365cb71f207c80bee740222cd4/default/3.zip 2025-03-14T03:57:57.7487769Z to /home/ec2-user/actions-runner/_work/_temp/unzipped-caches/3bd9df9673f4283de0992405ad160706/.pytest_cache 2025-03-14T03:57:57.7489701Z Merging cache from /home/ec2-user/actions-runner/_work/_temp/cache-zip-downloads/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk_win-vs2022-cpu-py3/900a7747813ee5365cb71f207c80bee740222cd4/default/3.zip 2025-03-14T03:57:57.7492312Z Unzipping /home/ec2-user/actions-runner/_work/_temp/cache-zip-downloads/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk_win-vs2022-cpu-py3/940b60db974f08a31c746eec2f9c399fc8a861ee/default/1.zip 2025-03-14T03:57:57.7494082Z to /home/ec2-user/actions-runner/_work/_temp/unzipped-caches/8d7b1f1801cc2063f075b287955ff909/.pytest_cache 2025-03-14T03:57:57.7495864Z Merging cache from /home/ec2-user/actions-runner/_work/_temp/cache-zip-downloads/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk_win-vs2022-cpu-py3/940b60db974f08a31c746eec2f9c399fc8a861ee/default/1.zip 2025-03-14T03:57:57.7498551Z Unzipping /home/ec2-user/actions-runner/_work/_temp/cache-zip-downloads/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk_win-vs2022-cpu-py3/9605c5063b28a8e986990031d58e9809a76d597d/default/3.zip 2025-03-14T03:57:57.7500340Z to /home/ec2-user/actions-runner/_work/_temp/unzipped-caches/4d18bcbb865a302c699477a6e9a8c74a/.pytest_cache 2025-03-14T03:57:57.7502067Z Merging cache from /home/ec2-user/actions-runner/_work/_temp/cache-zip-downloads/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk_win-vs2022-cpu-py3/9605c5063b28a8e986990031d58e9809a76d597d/default/3.zip 2025-03-14T03:57:57.7504613Z Unzipping /home/ec2-user/actions-runner/_work/_temp/cache-zip-downloads/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk_win-vs2022-cpu-py3/96acb566260ffe3d1565a8bd82b452379063b453/default/3.zip 2025-03-14T03:57:57.7506312Z to /home/ec2-user/actions-runner/_work/_temp/unzipped-caches/57fd55e6d4c17bae0d6036a5d74dc82c/.pytest_cache 2025-03-14T03:57:57.7508041Z Merging cache from /home/ec2-user/actions-runner/_work/_temp/cache-zip-downloads/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk_win-vs2022-cpu-py3/96acb566260ffe3d1565a8bd82b452379063b453/default/3.zip 2025-03-14T03:57:57.7510589Z Unzipping /home/ec2-user/actions-runner/_work/_temp/cache-zip-downloads/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk_win-vs2022-cpu-py3/98bf2f1170f500308b29f54ee69d62a53447b649/default/1.zip 2025-03-14T03:57:57.7512287Z to /home/ec2-user/actions-runner/_work/_temp/unzipped-caches/c4bd26e8d0e4d92ee13dcb501b78ebef/.pytest_cache 2025-03-14T03:57:57.7514119Z Merging cache from /home/ec2-user/actions-runner/_work/_temp/cache-zip-downloads/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk_win-vs2022-cpu-py3/98bf2f1170f500308b29f54ee69d62a53447b649/default/1.zip 2025-03-14T03:57:57.7516676Z Unzipping /home/ec2-user/actions-runner/_work/_temp/cache-zip-downloads/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk_win-vs2022-cpu-py3/995f607c743d27a4109451e68782fecedebeb934/default/2.zip 2025-03-14T03:57:57.7518370Z to /home/ec2-user/actions-runner/_work/_temp/unzipped-caches/3a9531d4406658cf2f6e30da63e83f2c/.pytest_cache 2025-03-14T03:57:57.7520098Z Merging cache from /home/ec2-user/actions-runner/_work/_temp/cache-zip-downloads/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk_win-vs2022-cpu-py3/995f607c743d27a4109451e68782fecedebeb934/default/2.zip 2025-03-14T03:57:57.7522761Z Unzipping /home/ec2-user/actions-runner/_work/_temp/cache-zip-downloads/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk_win-vs2022-cpu-py3/995f607c743d27a4109451e68782fecedebeb934/default/3.zip 2025-03-14T03:57:57.7524452Z to /home/ec2-user/actions-runner/_work/_temp/unzipped-caches/87b453e0d17304d98301b3b4fec2a65f/.pytest_cache 2025-03-14T03:57:57.7526177Z Merging cache from /home/ec2-user/actions-runner/_work/_temp/cache-zip-downloads/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk_win-vs2022-cpu-py3/995f607c743d27a4109451e68782fecedebeb934/default/3.zip 2025-03-14T03:57:57.7528725Z Unzipping /home/ec2-user/actions-runner/_work/_temp/cache-zip-downloads/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk_win-vs2022-cpu-py3/a71d8b724601a1c5263e2d9a34186aae32898356/default/3.zip 2025-03-14T03:57:57.7530739Z to /home/ec2-user/actions-runner/_work/_temp/unzipped-caches/dd65901791be7ba1978eb6110d95b24a/.pytest_cache 2025-03-14T03:57:57.7533781Z Merging cache from /home/ec2-user/actions-runner/_work/_temp/cache-zip-downloads/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk_win-vs2022-cpu-py3/a71d8b724601a1c5263e2d9a34186aae32898356/default/3.zip 2025-03-14T03:57:57.7537958Z Unzipping /home/ec2-user/actions-runner/_work/_temp/cache-zip-downloads/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk_win-vs2022-cpu-py3/a9598337b7d18561fc5c2c0e13976728955dac61/default/2.zip 2025-03-14T03:57:57.7539667Z to /home/ec2-user/actions-runner/_work/_temp/unzipped-caches/bfa84c9052b219ab16b5b258f4fe3641/.pytest_cache 2025-03-14T03:57:57.7541405Z Merging cache from /home/ec2-user/actions-runner/_work/_temp/cache-zip-downloads/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk_win-vs2022-cpu-py3/a9598337b7d18561fc5c2c0e13976728955dac61/default/2.zip 2025-03-14T03:57:57.7543966Z Unzipping /home/ec2-user/actions-runner/_work/_temp/cache-zip-downloads/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk_win-vs2022-cpu-py3/ac0f206f3cbfb1281c90d126531a08fd98cfb97e/default/1.zip 2025-03-14T03:57:57.7545668Z to /home/ec2-user/actions-runner/_work/_temp/unzipped-caches/4f1a6bb46037f480a3431b66029db4f4/.pytest_cache 2025-03-14T03:57:57.7547400Z Merging cache from /home/ec2-user/actions-runner/_work/_temp/cache-zip-downloads/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk_win-vs2022-cpu-py3/ac0f206f3cbfb1281c90d126531a08fd98cfb97e/default/1.zip 2025-03-14T03:57:57.7549967Z Unzipping /home/ec2-user/actions-runner/_work/_temp/cache-zip-downloads/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk_win-vs2022-cpu-py3/ac99fc7e5753d2c37c61f5517f9d4a3631bd2034/default/3.zip 2025-03-14T03:57:57.7551653Z to /home/ec2-user/actions-runner/_work/_temp/unzipped-caches/21de08de01674e00b7d5dd06cf69e798/.pytest_cache 2025-03-14T03:57:57.7553458Z Merging cache from /home/ec2-user/actions-runner/_work/_temp/cache-zip-downloads/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk_win-vs2022-cpu-py3/ac99fc7e5753d2c37c61f5517f9d4a3631bd2034/default/3.zip 2025-03-14T03:57:57.7556027Z Unzipping /home/ec2-user/actions-runner/_work/_temp/cache-zip-downloads/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk_win-vs2022-cpu-py3/ad9a10aff058e71daf78a75e1edecc21a887168a/default/1.zip 2025-03-14T03:57:57.7557730Z to /home/ec2-user/actions-runner/_work/_temp/unzipped-caches/aad8910993e7780dc99d03db055440a7/.pytest_cache 2025-03-14T03:57:57.7559479Z Merging cache from /home/ec2-user/actions-runner/_work/_temp/cache-zip-downloads/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk_win-vs2022-cpu-py3/ad9a10aff058e71daf78a75e1edecc21a887168a/default/1.zip 2025-03-14T03:57:57.8053845Z Unzipping /home/ec2-user/actions-runner/_work/_temp/cache-zip-downloads/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk_win-vs2022-cpu-py3/aeabbffe15376abe2d5ffc58deb211986c42d222/default/1.zip 2025-03-14T03:57:57.8055595Z to /home/ec2-user/actions-runner/_work/_temp/unzipped-caches/2d0cc5c96433703574e14b1ed4749cd7/.pytest_cache 2025-03-14T03:57:57.8057480Z Merging cache from /home/ec2-user/actions-runner/_work/_temp/cache-zip-downloads/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk_win-vs2022-cpu-py3/aeabbffe15376abe2d5ffc58deb211986c42d222/default/1.zip 2025-03-14T03:57:57.8060141Z Unzipping /home/ec2-user/actions-runner/_work/_temp/cache-zip-downloads/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk_win-vs2022-cpu-py3/b7832f03392d2eb74443923eccf709b75e69bce4/default/1.zip 2025-03-14T03:57:57.8061847Z to /home/ec2-user/actions-runner/_work/_temp/unzipped-caches/aa97e64b38688621d6ab9eda2c84edd7/.pytest_cache 2025-03-14T03:57:57.8063718Z Merging cache from /home/ec2-user/actions-runner/_work/_temp/cache-zip-downloads/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk_win-vs2022-cpu-py3/b7832f03392d2eb74443923eccf709b75e69bce4/default/1.zip 2025-03-14T03:57:57.8066368Z Unzipping /home/ec2-user/actions-runner/_work/_temp/cache-zip-downloads/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk_win-vs2022-cpu-py3/b9b1fd9b93042a2464d0700dd219a9f8b7d18e32/default/2.zip 2025-03-14T03:57:57.8068078Z to /home/ec2-user/actions-runner/_work/_temp/unzipped-caches/37ea5e764dbf0d21dd0f5f67bad3732b/.pytest_cache 2025-03-14T03:57:57.8069801Z Merging cache from /home/ec2-user/actions-runner/_work/_temp/cache-zip-downloads/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk_win-vs2022-cpu-py3/b9b1fd9b93042a2464d0700dd219a9f8b7d18e32/default/2.zip 2025-03-14T03:57:57.8072400Z Unzipping /home/ec2-user/actions-runner/_work/_temp/cache-zip-downloads/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk_win-vs2022-cpu-py3/c159723c39044423390933e48215bbb7f30a57d3/default/3.zip 2025-03-14T03:57:57.8074103Z to /home/ec2-user/actions-runner/_work/_temp/unzipped-caches/cfa3f8297406ab3ab4550870611aafc3/.pytest_cache 2025-03-14T03:57:57.8075826Z Merging cache from /home/ec2-user/actions-runner/_work/_temp/cache-zip-downloads/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk_win-vs2022-cpu-py3/c159723c39044423390933e48215bbb7f30a57d3/default/3.zip 2025-03-14T03:57:57.8078377Z Unzipping /home/ec2-user/actions-runner/_work/_temp/cache-zip-downloads/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk_win-vs2022-cpu-py3/cde12207a083f85a3b50dfc059dc1a5f86efec54/default/1.zip 2025-03-14T03:57:57.8080077Z to /home/ec2-user/actions-runner/_work/_temp/unzipped-caches/9cafa869841e4a60f12be064bb68df50/.pytest_cache 2025-03-14T03:57:57.8081811Z Merging cache from /home/ec2-user/actions-runner/_work/_temp/cache-zip-downloads/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk_win-vs2022-cpu-py3/cde12207a083f85a3b50dfc059dc1a5f86efec54/default/1.zip 2025-03-14T03:57:57.8084371Z Unzipping /home/ec2-user/actions-runner/_work/_temp/cache-zip-downloads/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk_win-vs2022-cpu-py3/cde12207a083f85a3b50dfc059dc1a5f86efec54/default/2.zip 2025-03-14T03:57:57.8086059Z to /home/ec2-user/actions-runner/_work/_temp/unzipped-caches/7db963539bb298eacdff4b3ec65de3fe/.pytest_cache 2025-03-14T03:57:57.8087808Z Merging cache from /home/ec2-user/actions-runner/_work/_temp/cache-zip-downloads/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk_win-vs2022-cpu-py3/cde12207a083f85a3b50dfc059dc1a5f86efec54/default/2.zip 2025-03-14T03:57:57.8090661Z Unzipping /home/ec2-user/actions-runner/_work/_temp/cache-zip-downloads/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk_win-vs2022-cpu-py3/d068141c3b26de783b8ce3dcaf4f3f57c1318a51/default/1.zip 2025-03-14T03:57:57.8092476Z to /home/ec2-user/actions-runner/_work/_temp/unzipped-caches/128c891b81d497d456daa8aa6602e93d/.pytest_cache 2025-03-14T03:57:57.8094216Z Merging cache from /home/ec2-user/actions-runner/_work/_temp/cache-zip-downloads/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk_win-vs2022-cpu-py3/d068141c3b26de783b8ce3dcaf4f3f57c1318a51/default/1.zip 2025-03-14T03:57:57.8096767Z Unzipping /home/ec2-user/actions-runner/_work/_temp/cache-zip-downloads/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk_win-vs2022-cpu-py3/d1997b610f5b974af7ebad6b9903d2d8f751d927/default/1.zip 2025-03-14T03:57:57.8098463Z to /home/ec2-user/actions-runner/_work/_temp/unzipped-caches/193b9963be6fb53f07f957f998fbb15f/.pytest_cache 2025-03-14T03:57:57.8100192Z Merging cache from /home/ec2-user/actions-runner/_work/_temp/cache-zip-downloads/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk_win-vs2022-cpu-py3/d1997b610f5b974af7ebad6b9903d2d8f751d927/default/1.zip 2025-03-14T03:57:57.8102757Z Unzipping /home/ec2-user/actions-runner/_work/_temp/cache-zip-downloads/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk_win-vs2022-cpu-py3/d54cab78e191088d132e98de3d0754ace638dbec/default/3.zip 2025-03-14T03:57:57.8104465Z to /home/ec2-user/actions-runner/_work/_temp/unzipped-caches/91b0fac474c07d3d9f629af9a53c18ac/.pytest_cache 2025-03-14T03:57:57.8106202Z Merging cache from /home/ec2-user/actions-runner/_work/_temp/cache-zip-downloads/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk_win-vs2022-cpu-py3/d54cab78e191088d132e98de3d0754ace638dbec/default/3.zip 2025-03-14T03:57:57.8108774Z Unzipping /home/ec2-user/actions-runner/_work/_temp/cache-zip-downloads/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk_win-vs2022-cpu-py3/da2688f6242cce6e07d5ba8eecd9609e4a4b2c34/default/2.zip 2025-03-14T03:57:57.8110478Z to /home/ec2-user/actions-runner/_work/_temp/unzipped-caches/6c7b2527c631d45c536e105f8e0a916f/.pytest_cache 2025-03-14T03:57:57.8112219Z Merging cache from /home/ec2-user/actions-runner/_work/_temp/cache-zip-downloads/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk_win-vs2022-cpu-py3/da2688f6242cce6e07d5ba8eecd9609e4a4b2c34/default/2.zip 2025-03-14T03:57:57.8114843Z Unzipping /home/ec2-user/actions-runner/_work/_temp/cache-zip-downloads/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk_win-vs2022-cpu-py3/de964b9f8bb846754f560660e066f0378f99cee9/default/1.zip 2025-03-14T03:57:57.8116552Z to /home/ec2-user/actions-runner/_work/_temp/unzipped-caches/ab72de9e61180a07af87fe4bcbef493f/.pytest_cache 2025-03-14T03:57:57.8118283Z Merging cache from /home/ec2-user/actions-runner/_work/_temp/cache-zip-downloads/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk_win-vs2022-cpu-py3/de964b9f8bb846754f560660e066f0378f99cee9/default/1.zip 2025-03-14T03:57:57.8120831Z Unzipping /home/ec2-user/actions-runner/_work/_temp/cache-zip-downloads/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk_win-vs2022-cpu-py3/de964b9f8bb846754f560660e066f0378f99cee9/default/2.zip 2025-03-14T03:57:57.8122709Z to /home/ec2-user/actions-runner/_work/_temp/unzipped-caches/80dac065c943ecce4146255f199d047d/.pytest_cache 2025-03-14T03:57:57.8763840Z Merging cache from /home/ec2-user/actions-runner/_work/_temp/cache-zip-downloads/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk_win-vs2022-cpu-py3/de964b9f8bb846754f560660e066f0378f99cee9/default/2.zip 2025-03-14T03:57:57.8766440Z Unzipping /home/ec2-user/actions-runner/_work/_temp/cache-zip-downloads/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk_win-vs2022-cpu-py3/df60500ab8b60c9c8244b14382837c12112474a0/default/1.zip 2025-03-14T03:57:57.8768149Z to /home/ec2-user/actions-runner/_work/_temp/unzipped-caches/7ec5d76cdc456fc4cf41f0e9c1c72727/.pytest_cache 2025-03-14T03:57:57.8770002Z Merging cache from /home/ec2-user/actions-runner/_work/_temp/cache-zip-downloads/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk_win-vs2022-cpu-py3/df60500ab8b60c9c8244b14382837c12112474a0/default/1.zip 2025-03-14T03:57:57.8772581Z Unzipping /home/ec2-user/actions-runner/_work/_temp/cache-zip-downloads/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk_win-vs2022-cpu-py3/df776d64f7bdf3a3c3548a2d1347597ce6881bbe/default/1.zip 2025-03-14T03:57:57.8774277Z to /home/ec2-user/actions-runner/_work/_temp/unzipped-caches/a38e28094893c64f31d6af97b441b4ab/.pytest_cache 2025-03-14T03:57:57.8776025Z Merging cache from /home/ec2-user/actions-runner/_work/_temp/cache-zip-downloads/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk_win-vs2022-cpu-py3/df776d64f7bdf3a3c3548a2d1347597ce6881bbe/default/1.zip 2025-03-14T03:57:57.8778598Z Unzipping /home/ec2-user/actions-runner/_work/_temp/cache-zip-downloads/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk_win-vs2022-cpu-py3/e0ca041ae36d7f3057f6ffc1de8dc9c272a119c2/default/3.zip 2025-03-14T03:57:57.8780302Z to /home/ec2-user/actions-runner/_work/_temp/unzipped-caches/a4f9f2adc34ebadaa1712ac9e66334f4/.pytest_cache 2025-03-14T03:57:57.8782039Z Merging cache from /home/ec2-user/actions-runner/_work/_temp/cache-zip-downloads/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk_win-vs2022-cpu-py3/e0ca041ae36d7f3057f6ffc1de8dc9c272a119c2/default/3.zip 2025-03-14T03:57:57.8784597Z Unzipping /home/ec2-user/actions-runner/_work/_temp/cache-zip-downloads/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk_win-vs2022-cpu-py3/e0f0db010504f3ef4b65d3bff77acf2c57d541f9/default/2.zip 2025-03-14T03:57:57.8786303Z to /home/ec2-user/actions-runner/_work/_temp/unzipped-caches/87108cf9a20358d755a8851da9701334/.pytest_cache 2025-03-14T03:57:57.8788028Z Merging cache from /home/ec2-user/actions-runner/_work/_temp/cache-zip-downloads/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk_win-vs2022-cpu-py3/e0f0db010504f3ef4b65d3bff77acf2c57d541f9/default/2.zip 2025-03-14T03:57:57.8790771Z Unzipping /home/ec2-user/actions-runner/_work/_temp/cache-zip-downloads/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk_win-vs2022-cpu-py3/e2479d780978d10549634c64507ed041b1359c65/default/1.zip 2025-03-14T03:57:57.8792526Z to /home/ec2-user/actions-runner/_work/_temp/unzipped-caches/036053d7b0295415ee2b9adba596aaa8/.pytest_cache 2025-03-14T03:57:57.8794382Z Merging cache from /home/ec2-user/actions-runner/_work/_temp/cache-zip-downloads/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk_win-vs2022-cpu-py3/e2479d780978d10549634c64507ed041b1359c65/default/1.zip 2025-03-14T03:57:57.8797010Z Unzipping /home/ec2-user/actions-runner/_work/_temp/cache-zip-downloads/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk_win-vs2022-cpu-py3/e3e45d90d8578083da8b51a3b1d911e9a4523e5b/default/3.zip 2025-03-14T03:57:57.8798719Z to /home/ec2-user/actions-runner/_work/_temp/unzipped-caches/bf927b8ff8cf8de09a130bb5fd0110ab/.pytest_cache 2025-03-14T03:57:57.8800450Z Merging cache from /home/ec2-user/actions-runner/_work/_temp/cache-zip-downloads/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk_win-vs2022-cpu-py3/e3e45d90d8578083da8b51a3b1d911e9a4523e5b/default/3.zip 2025-03-14T03:57:57.8803008Z Unzipping /home/ec2-user/actions-runner/_work/_temp/cache-zip-downloads/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk_win-vs2022-cpu-py3/ec2805ada81b9632e215b8ba09b286aad7c62624/default/3.zip 2025-03-14T03:57:57.8804708Z to /home/ec2-user/actions-runner/_work/_temp/unzipped-caches/6da10a8801a5fa290b8fe9a04ae1d3a8/.pytest_cache 2025-03-14T03:57:57.8806435Z Merging cache from /home/ec2-user/actions-runner/_work/_temp/cache-zip-downloads/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk_win-vs2022-cpu-py3/ec2805ada81b9632e215b8ba09b286aad7c62624/default/3.zip 2025-03-14T03:57:57.8808993Z Unzipping /home/ec2-user/actions-runner/_work/_temp/cache-zip-downloads/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk_win-vs2022-cpu-py3/ef6b16ea9d200cba87c8730c99264d6d477ab0ec/default/1.zip 2025-03-14T03:57:57.8810694Z to /home/ec2-user/actions-runner/_work/_temp/unzipped-caches/6bc4c6d97edd07e5b22620480173bf79/.pytest_cache 2025-03-14T03:57:57.8812424Z Merging cache from /home/ec2-user/actions-runner/_work/_temp/cache-zip-downloads/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk_win-vs2022-cpu-py3/ef6b16ea9d200cba87c8730c99264d6d477ab0ec/default/1.zip 2025-03-14T03:57:57.8814982Z Unzipping /home/ec2-user/actions-runner/_work/_temp/cache-zip-downloads/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk_win-vs2022-cpu-py3/f1cce0951b15b86d79ba0edbe81792eaa8d1e548/default/3.zip 2025-03-14T03:57:57.8816680Z to /home/ec2-user/actions-runner/_work/_temp/unzipped-caches/cae9c9dd3f885ad7c3fb39ed27132790/.pytest_cache 2025-03-14T03:57:57.8818416Z Merging cache from /home/ec2-user/actions-runner/_work/_temp/cache-zip-downloads/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk_win-vs2022-cpu-py3/f1cce0951b15b86d79ba0edbe81792eaa8d1e548/default/3.zip 2025-03-14T03:57:57.8820981Z Unzipping /home/ec2-user/actions-runner/_work/_temp/cache-zip-downloads/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk_win-vs2022-cpu-py3/f2f25a5444b8daaf24c913179b4d90844a12d2d6/default/2.zip 2025-03-14T03:57:57.8822675Z to /home/ec2-user/actions-runner/_work/_temp/unzipped-caches/8b09f1065d80b31fce62b4a45e5b1b34/.pytest_cache 2025-03-14T03:57:57.8824399Z Merging cache from /home/ec2-user/actions-runner/_work/_temp/cache-zip-downloads/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk_win-vs2022-cpu-py3/f2f25a5444b8daaf24c913179b4d90844a12d2d6/default/2.zip 2025-03-14T03:57:57.8827054Z Unzipping /home/ec2-user/actions-runner/_work/_temp/cache-zip-downloads/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk_win-vs2022-cpu-py3/f339e41a38259349896ab72462673635301b6a78/default/3.zip 2025-03-14T03:57:57.8828749Z to /home/ec2-user/actions-runner/_work/_temp/unzipped-caches/a6d2fa1308ddeb96953aa795ae71daa1/.pytest_cache 2025-03-14T03:57:57.8830472Z Merging cache from /home/ec2-user/actions-runner/_work/_temp/cache-zip-downloads/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk_win-vs2022-cpu-py3/f339e41a38259349896ab72462673635301b6a78/default/3.zip 2025-03-14T03:57:57.8833110Z Unzipping /home/ec2-user/actions-runner/_work/_temp/cache-zip-downloads/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk_win-vs2022-cpu-py3/f80aad62fae718da1120be955aa7655e4d67ad10/default/1.zip 2025-03-14T03:57:57.9055604Z to /home/ec2-user/actions-runner/_work/_temp/unzipped-caches/71cd88f032354eb7e9b9065930561593/.pytest_cache 2025-03-14T03:57:57.9057360Z Merging cache from /home/ec2-user/actions-runner/_work/_temp/cache-zip-downloads/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk_win-vs2022-cpu-py3/f80aad62fae718da1120be955aa7655e4d67ad10/default/1.zip 2025-03-14T03:57:57.9059941Z Unzipping /home/ec2-user/actions-runner/_work/_temp/cache-zip-downloads/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk_win-vs2022-cpu-py3/fb55bac3de7f0afb45969ad8adbc340de48747ac/default/1.zip 2025-03-14T03:57:57.9061650Z to /home/ec2-user/actions-runner/_work/_temp/unzipped-caches/e05b4844ec1ba6199f8bf90949704982/.pytest_cache 2025-03-14T03:57:57.9063455Z Merging cache from /home/ec2-user/actions-runner/_work/_temp/cache-zip-downloads/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk_win-vs2022-cpu-py3/fb55bac3de7f0afb45969ad8adbc340de48747ac/default/1.zip 2025-03-14T03:57:57.9066018Z Unzipping /home/ec2-user/actions-runner/_work/_temp/cache-zip-downloads/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk_win-vs2022-cpu-py3/fdee60769ac0d4668334b018f32c48a44141bed5/default/3.zip 2025-03-14T03:57:57.9067719Z to /home/ec2-user/actions-runner/_work/_temp/unzipped-caches/efa26c00ae279177b3ef21e31e2081bd/.pytest_cache 2025-03-14T03:57:57.9069444Z Merging cache from /home/ec2-user/actions-runner/_work/_temp/cache-zip-downloads/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk_win-vs2022-cpu-py3/fdee60769ac0d4668334b018f32c48a44141bed5/default/3.zip 2025-03-14T03:57:57.9071994Z Unzipping /home/ec2-user/actions-runner/_work/_temp/cache-zip-downloads/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk_win-vs2022-cpu-py3/ffa19b90245ba019175fb45731911b4d8ed6aee5/default/3.zip 2025-03-14T03:57:57.9073773Z to /home/ec2-user/actions-runner/_work/_temp/unzipped-caches/19dd3510d492a085e82488438924ec96/.pytest_cache 2025-03-14T03:57:57.9075496Z Merging cache from /home/ec2-user/actions-runner/_work/_temp/cache-zip-downloads/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk_win-vs2022-cpu-py3/ffa19b90245ba019175fb45731911b4d8ed6aee5/default/3.zip 2025-03-14T03:57:57.9641061Z ##[group]Run seemethere/download-artifact-s3@v4 2025-03-14T03:57:57.9641436Z with: 2025-03-14T03:57:57.9641663Z name: llm_results 2025-03-14T03:57:57.9642055Z path: .additional_ci_files/llm_results 2025-03-14T03:57:57.9642388Z s3-bucket: gha-artifacts 2025-03-14T03:57:57.9642668Z region: us-east-1 2025-03-14T03:57:57.9642910Z ##[endgroup] 2025-03-14T03:57:58.4499410Z (node:369510) NOTE: We are formalizing our plans to enter AWS SDK for JavaScript (v2) into maintenance mode in 2023. 2025-03-14T03:57:58.4499923Z 2025-03-14T03:57:58.4500134Z Please migrate your code to use AWS SDK for JavaScript (v3). 2025-03-14T03:57:58.4500684Z For more information, check the migration guide at https://a.co/7PzMCcy 2025-03-14T03:57:58.5448000Z (Use `node --trace-warnings ...` to show where the warning was created) 2025-03-14T03:57:58.5448558Z Found 1 objects with prefix pytorch/pytorch/13849515284/llm_results/ 2025-03-14T03:57:58.5451436Z Starting download (1/1): /home/ec2-user/actions-runner/_work/pytorch/pytorch/.additional_ci_files/llm_results/mappings.zip 2025-03-14T03:57:58.6184430Z Finished download (1/1): /home/ec2-user/actions-runner/_work/pytorch/pytorch/.additional_ci_files/llm_results/mappings.zip 2025-03-14T03:57:58.6189619Z Artifact download has finished successfully 2025-03-14T03:57:58.6403267Z ##[group]Run unzip -o .additional_ci_files/llm_results/mappings.zip -d .additional_ci_files/llm_results || true 2025-03-14T03:57:58.6404159Z unzip -o .additional_ci_files/llm_results/mappings.zip -d .additional_ci_files/llm_results || true 2025-03-14T03:57:58.6404764Z python3 -m pip install boto3==1.35.42 2025-03-14T03:57:58.6405200Z python3 tools/testing/do_target_determination_for_s3.py 2025-03-14T03:57:58.6412004Z shell: /usr/bin/bash -e {0} 2025-03-14T03:57:58.6412306Z env: 2025-03-14T03:57:58.6412739Z GITHUB_TOKEN: *** 2025-03-14T03:57:58.6413017Z GITHUB_REPOSITORY: pytorch/pytorch 2025-03-14T03:57:58.6413340Z GITHUB_WORKFLOW: trunk 2025-03-14T03:57:58.6413617Z GITHUB_JOB: target-determination 2025-03-14T03:57:58.6413932Z GITHUB_RUN_ID: 13849515284 2025-03-14T03:57:58.6414216Z GITHUB_RUN_NUMBER: 119929 2025-03-14T03:57:58.6414512Z GITHUB_RUN_ATTEMPT: 1 2025-03-14T03:57:58.6414788Z GITHUB_REF: refs/heads/main 2025-03-14T03:57:58.6415106Z JOB_ID: 38754405865 2025-03-14T03:57:58.6415399Z JOB_NAME: before-test / target-determination 2025-03-14T03:57:58.6415730Z PR_NUMBER: 2025-03-14T03:57:58.6415957Z ##[endgroup] 2025-03-14T03:57:58.6473898Z Archive: .additional_ci_files/llm_results/mappings.zip 2025-03-14T03:57:58.6474390Z creating: .additional_ci_files/llm_results/mappings/ 2025-03-14T03:57:58.6478619Z inflating: .additional_ci_files/llm_results/mappings/indexer-files-gitdiff-output.json 2025-03-14T03:57:58.8862541Z Defaulting to user installation because normal site-packages is not writeable 2025-03-14T03:57:58.9020052Z Requirement already satisfied: boto3==1.35.42 in /home/ec2-user/.local/lib/python3.9/site-packages (1.35.42) 2025-03-14T03:57:58.9069051Z Requirement already satisfied: botocore<1.36.0,>=1.35.42 in /home/ec2-user/.local/lib/python3.9/site-packages (from boto3==1.35.42) (1.35.99) 2025-03-14T03:57:58.9073359Z Requirement already satisfied: s3transfer<0.11.0,>=0.10.0 in /home/ec2-user/.local/lib/python3.9/site-packages (from boto3==1.35.42) (0.10.4) 2025-03-14T03:57:58.9078881Z Requirement already satisfied: jmespath<2.0.0,>=0.7.1 in /usr/lib/python3.9/site-packages (from boto3==1.35.42) (0.10.0) 2025-03-14T03:57:58.9128090Z Requirement already satisfied: python-dateutil<3.0.0,>=2.1 in /home/ec2-user/.local/lib/python3.9/site-packages (from botocore<1.36.0,>=1.35.42->boto3==1.35.42) (2.8.2) 2025-03-14T03:57:58.9138477Z Requirement already satisfied: urllib3<1.27,>=1.25.4 in /usr/lib/python3.9/site-packages (from botocore<1.36.0,>=1.35.42->boto3==1.35.42) (1.25.10) 2025-03-14T03:57:58.9178824Z Requirement already satisfied: six>=1.5 in /usr/lib/python3.9/site-packages (from python-dateutil<3.0.0,>=2.1->botocore<1.36.0,>=1.35.42->boto3==1.35.42) (1.15.0) 2025-03-14T03:58:01.2007185Z Downloading https://raw.githubusercontent.com/pytorch/test-infra/generated-stats/stats/test-times.json to /home/ec2-user/actions-runner/_work/pytorch/pytorch/.additional_ci_files/test-times.json 2025-03-14T03:58:01.2009963Z Downloading https://raw.githubusercontent.com/pytorch/test-infra/generated-stats/stats/test-class-times.json to /home/ec2-user/actions-runner/_work/pytorch/pytorch/.additional_ci_files/test-class-times.json 2025-03-14T03:58:01.2011750Z Downloading https://raw.githubusercontent.com/pytorch/test-infra/generated-stats/stats/file_test_rating.json to /home/ec2-user/actions-runner/_work/pytorch/pytorch/.additional_ci_files/test-file-ratings.json 2025-03-14T03:58:01.2013547Z Downloading https://raw.githubusercontent.com/pytorch/test-infra/generated-stats/stats/file_test_class_rating.json to /home/ec2-user/actions-runner/_work/pytorch/pytorch/.additional_ci_files/test-class-ratings.json 2025-03-14T03:58:01.2015488Z Downloading https://raw.githubusercontent.com/pytorch/test-infra/generated-stats/stats/td_heuristic_historical_edited_files.json to /home/ec2-user/actions-runner/_work/pytorch/pytorch/.additional_ci_files/td_heuristic_historical_edited_files.json 2025-03-14T03:58:01.2017613Z Downloading https://raw.githubusercontent.com/pytorch/test-infra/generated-stats/stats/td_heuristic_profiling.json to /home/ec2-user/actions-runner/_work/pytorch/pytorch/.additional_ci_files/td_heuristic_profiling.json 2025-03-14T03:58:01.2018719Z Received 689 tests to prioritize 2025-03-14T03:58:01.2019034Z backends/xeon/test_launch 2025-03-14T03:58:01.2019342Z benchmark_utils/test_benchmark_utils 2025-03-14T03:58:01.2019798Z cpp_extensions/libtorch_agnostic_extension/test/test_libtorch_agnostic 2025-03-14T03:58:01.2020332Z cpp_extensions/open_registration_extension/test/test_openreg 2025-03-14T03:58:01.2020812Z distributed/_composable/fsdp/test_fully_shard_autograd 2025-03-14T03:58:01.2021291Z distributed/_composable/fsdp/test_fully_shard_clip_grad_norm_ 2025-03-14T03:58:01.2021759Z distributed/_composable/fsdp/test_fully_shard_comm 2025-03-14T03:58:01.2022190Z distributed/_composable/fsdp/test_fully_shard_compile 2025-03-14T03:58:01.2022637Z distributed/_composable/fsdp/test_fully_shard_extensions 2025-03-14T03:58:01.2023094Z distributed/_composable/fsdp/test_fully_shard_frozen 2025-03-14T03:58:01.2023547Z distributed/_composable/fsdp/test_fully_shard_grad_scaler 2025-03-14T03:58:01.2024029Z distributed/_composable/fsdp/test_fully_shard_ignore_params 2025-03-14T03:58:01.2024483Z distributed/_composable/fsdp/test_fully_shard_init 2025-03-14T03:58:01.2024897Z distributed/_composable/fsdp/test_fully_shard_logging 2025-03-14T03:58:01.2025326Z distributed/_composable/fsdp/test_fully_shard_memory 2025-03-14T03:58:01.2025791Z distributed/_composable/fsdp/test_fully_shard_mixed_precision 2025-03-14T03:58:01.2026264Z distributed/_composable/fsdp/test_fully_shard_overlap 2025-03-14T03:58:01.2026696Z distributed/_composable/fsdp/test_fully_shard_state 2025-03-14T03:58:01.2027240Z distributed/_composable/fsdp/test_fully_shard_state_dict 2025-03-14T03:58:01.2027685Z distributed/_composable/fsdp/test_fully_shard_training 2025-03-14T03:58:01.2028101Z distributed/_composable/test_checkpoint 2025-03-14T03:58:01.2028557Z distributed/_composable/test_composability/test_2d_composability 2025-03-14T03:58:01.2029102Z distributed/_composable/test_composability/test_pp_composability 2025-03-14T03:58:01.2029551Z distributed/_composable/test_contract 2025-03-14T03:58:01.2029888Z distributed/_composable/test_replicate 2025-03-14T03:58:01.2030282Z distributed/_composable/test_replicate_with_compiler 2025-03-14T03:58:01.2030716Z distributed/_shard/sharded_optim/test_sharded_optim 2025-03-14T03:58:01.2031146Z distributed/_shard/sharded_tensor/ops/test_binary_cmp 2025-03-14T03:58:01.2031589Z distributed/_shard/sharded_tensor/ops/test_embedding 2025-03-14T03:58:01.2032037Z distributed/_shard/sharded_tensor/ops/test_embedding_bag 2025-03-14T03:58:01.2032566Z distributed/_shard/sharded_tensor/ops/test_init 2025-03-14T03:58:01.2032992Z distributed/_shard/sharded_tensor/ops/test_tensor_ops 2025-03-14T03:58:01.2033406Z distributed/_shard/sharded_tensor/test_logger 2025-03-14T03:58:01.2033907Z distributed/_shard/sharded_tensor/test_sharded_tensor 2025-03-14T03:58:01.2034379Z distributed/_shard/sharded_tensor/test_sharded_tensor_reshard 2025-03-14T03:58:01.2034835Z distributed/_shard/sharding_plan/test_sharding_plan 2025-03-14T03:58:01.2035264Z distributed/_shard/sharding_spec/test_sharding_spec 2025-03-14T03:58:01.2035648Z distributed/_shard/test_sharder 2025-03-14T03:58:01.2035983Z distributed/_tools/test_fake_collectives 2025-03-14T03:58:01.2036344Z distributed/_tools/test_fsdp2_mem_tracker 2025-03-14T03:58:01.2036677Z distributed/_tools/test_mem_tracker 2025-03-14T03:58:01.2037007Z distributed/_tools/test_memory_tracker 2025-03-14T03:58:01.2037344Z distributed/_tools/test_mod_tracker 2025-03-14T03:58:01.2037677Z distributed/_tools/test_runtime_estimator 2025-03-14T03:58:01.2038020Z distributed/_tools/test_sac_estimator 2025-03-14T03:58:01.2038342Z distributed/_tools/test_sac_ilp 2025-03-14T03:58:01.2038712Z distributed/algorithms/ddp_comm_hooks/test_ddp_hooks 2025-03-14T03:58:01.2039242Z distributed/algorithms/quantization/test_quantization 2025-03-14T03:58:01.2039639Z distributed/algorithms/test_join 2025-03-14T03:58:01.2039995Z distributed/checkpoint/e2e/test_e2e_save_and_load 2025-03-14T03:58:01.2040374Z distributed/checkpoint/e2e/test_fine_tuning 2025-03-14T03:58:01.2040737Z distributed/checkpoint/e2e/test_fsdp_ep 2025-03-14T03:58:01.2041093Z distributed/checkpoint/e2e/test_pipeline 2025-03-14T03:58:01.2041452Z distributed/checkpoint/fsdp/test_fsdp_dsd 2025-03-14T03:58:01.2041809Z distributed/checkpoint/test_checkpoint 2025-03-14T03:58:01.2042158Z distributed/checkpoint/test_compatibility 2025-03-14T03:58:01.2042520Z distributed/checkpoint/test_dedup_tensors 2025-03-14T03:58:01.2042898Z distributed/checkpoint/test_dtensor_checkpoint 2025-03-14T03:58:01.2043297Z distributed/checkpoint/test_dtensor_resharding 2025-03-14T03:58:01.2043704Z distributed/checkpoint/test_file_system_checkpoint 2025-03-14T03:58:01.2044145Z distributed/checkpoint/test_file_system_checkpoint_cpu 2025-03-14T03:58:01.2044546Z distributed/checkpoint/test_format_utils 2025-03-14T03:58:01.2044917Z distributed/checkpoint/test_fsdp_model_state 2025-03-14T03:58:01.2045297Z distributed/checkpoint/test_fsdp_optim_state 2025-03-14T03:58:01.2045731Z distributed/checkpoint/test_fsdp_tp_checkpoint_conversion 2025-03-14T03:58:01.2046148Z distributed/checkpoint/test_fsspec 2025-03-14T03:58:01.2046472Z distributed/checkpoint/test_hf_storage 2025-03-14T03:58:01.2046830Z distributed/checkpoint/test_hsdp_checkpoint 2025-03-14T03:58:01.2047197Z distributed/checkpoint/test_nested_dict 2025-03-14T03:58:01.2047545Z distributed/checkpoint/test_planner 2025-03-14T03:58:01.2047885Z distributed/checkpoint/test_save_load_api 2025-03-14T03:58:01.2048229Z distributed/checkpoint/test_state_dict 2025-03-14T03:58:01.2048592Z distributed/checkpoint/test_state_dict_utils 2025-03-14T03:58:01.2048962Z distributed/checkpoint/test_tp_checkpoint 2025-03-14T03:58:01.2049314Z distributed/checkpoint/test_traverse 2025-03-14T03:58:01.2049658Z distributed/checkpoint/test_utils 2025-03-14T03:58:01.2049971Z distributed/elastic/events/lib_test 2025-03-14T03:58:01.2050299Z distributed/elastic/metrics/api_test 2025-03-14T03:58:01.2050654Z distributed/elastic/multiprocessing/api_test 2025-03-14T03:58:01.2051026Z distributed/elastic/test_control_plane 2025-03-14T03:58:01.2051363Z distributed/elastic/timer/api_test 2025-03-14T03:58:01.2051696Z distributed/elastic/timer/local_timer_example 2025-03-14T03:58:01.2052072Z distributed/elastic/timer/local_timer_test 2025-03-14T03:58:01.2052437Z distributed/elastic/utils/distributed_test 2025-03-14T03:58:01.2052792Z distributed/elastic/utils/logging_test 2025-03-14T03:58:01.2053130Z distributed/elastic/utils/util_test 2025-03-14T03:58:01.2053467Z distributed/flight_recorder/test_fr_analysis 2025-03-14T03:58:01.2053834Z distributed/fsdp/test_checkpoint_wrapper 2025-03-14T03:58:01.2054278Z distributed/fsdp/test_distributed_checkpoint 2025-03-14T03:58:01.2054642Z distributed/fsdp/test_fsdp_apply 2025-03-14T03:58:01.2054982Z distributed/fsdp/test_fsdp_backward_prefetch 2025-03-14T03:58:01.2055333Z distributed/fsdp/test_fsdp_checkpoint 2025-03-14T03:58:01.2055679Z distributed/fsdp/test_fsdp_clip_grad_norm 2025-03-14T03:58:01.2056123Z distributed/fsdp/test_fsdp_comm 2025-03-14T03:58:01.2056442Z distributed/fsdp/test_fsdp_comm_hooks 2025-03-14T03:58:01.2056775Z distributed/fsdp/test_fsdp_core 2025-03-14T03:58:01.2057105Z distributed/fsdp/test_fsdp_dtensor_state_dict 2025-03-14T03:58:01.2057467Z distributed/fsdp/test_fsdp_exec_order 2025-03-14T03:58:01.2057803Z distributed/fsdp/test_fsdp_fine_tune 2025-03-14T03:58:01.2058155Z distributed/fsdp/test_fsdp_flatten_params 2025-03-14T03:58:01.2058525Z distributed/fsdp/test_fsdp_freezing_weights 2025-03-14T03:58:01.2058868Z distributed/fsdp/test_fsdp_fx 2025-03-14T03:58:01.2059183Z distributed/fsdp/test_fsdp_grad_acc 2025-03-14T03:58:01.2059531Z distributed/fsdp/test_fsdp_hybrid_shard 2025-03-14T03:58:01.2059971Z distributed/fsdp/test_fsdp_ignored_modules 2025-03-14T03:58:01.2060322Z distributed/fsdp/test_fsdp_input 2025-03-14T03:58:01.2060633Z distributed/fsdp/test_fsdp_memory 2025-03-14T03:58:01.2060955Z distributed/fsdp/test_fsdp_meta 2025-03-14T03:58:01.2061273Z distributed/fsdp/test_fsdp_misc 2025-03-14T03:58:01.2061608Z distributed/fsdp/test_fsdp_mixed_precision 2025-03-14T03:58:01.2061975Z distributed/fsdp/test_fsdp_multiple_forward 2025-03-14T03:58:01.2062337Z distributed/fsdp/test_fsdp_multiple_wrapping 2025-03-14T03:58:01.2062719Z distributed/fsdp/test_fsdp_optim_state 2025-03-14T03:58:01.2063062Z distributed/fsdp/test_fsdp_overlap 2025-03-14T03:58:01.2063394Z distributed/fsdp/test_fsdp_pure_fp16 2025-03-14T03:58:01.2063756Z distributed/fsdp/test_fsdp_sharded_grad_scaler 2025-03-14T03:58:01.2064116Z distributed/fsdp/test_fsdp_state_dict 2025-03-14T03:58:01.2064470Z distributed/fsdp/test_fsdp_tp_integration 2025-03-14T03:58:01.2064827Z distributed/fsdp/test_fsdp_traversal 2025-03-14T03:58:01.2065166Z distributed/fsdp/test_fsdp_uneven 2025-03-14T03:58:01.2065508Z distributed/fsdp/test_fsdp_unshard_params 2025-03-14T03:58:01.2065860Z distributed/fsdp/test_fsdp_use_orig_params 2025-03-14T03:58:01.2066279Z distributed/fsdp/test_hsdp_dtensor_state_dict 2025-03-14T03:58:01.2066644Z distributed/fsdp/test_shard_utils 2025-03-14T03:58:01.2066956Z distributed/fsdp/test_utils 2025-03-14T03:58:01.2067263Z distributed/fsdp/test_wrap 2025-03-14T03:58:01.2067567Z distributed/launcher/test_run 2025-03-14T03:58:01.2067886Z distributed/nn/jit/test_instantiator 2025-03-14T03:58:01.2068263Z distributed/optim/test_apply_optimizer_in_backward 2025-03-14T03:58:01.2068641Z distributed/optim/test_named_optimizer 2025-03-14T03:58:01.2069019Z distributed/optim/test_zero_redundancy_optimizer 2025-03-14T03:58:01.2069402Z distributed/pipelining/test_backward 2025-03-14T03:58:01.2069748Z distributed/pipelining/test_microbatch 2025-03-14T03:58:01.2070098Z distributed/pipelining/test_pipe 2025-03-14T03:58:01.2070412Z distributed/pipelining/test_schedule 2025-03-14T03:58:01.2070769Z distributed/pipelining/test_schedule_multiproc 2025-03-14T03:58:01.2071136Z distributed/pipelining/test_stage 2025-03-14T03:58:01.2071467Z distributed/pipelining/test_transformer 2025-03-14T03:58:01.2071814Z distributed/pipelining/test_unflatten 2025-03-14T03:58:01.2072152Z distributed/rpc/cuda/test_tensorpipe_agent 2025-03-14T03:58:01.2072620Z distributed/rpc/test_faulty_agent 2025-03-14T03:58:01.2072943Z distributed/rpc/test_share_memory 2025-03-14T03:58:01.2073276Z distributed/rpc/test_tensorpipe_agent 2025-03-14T03:58:01.2073624Z distributed/tensor/debug/test_comm_mode 2025-03-14T03:58:01.2073982Z distributed/tensor/debug/test_comm_mode_features 2025-03-14T03:58:01.2074366Z distributed/tensor/debug/test_op_coverage 2025-03-14T03:58:01.2074742Z distributed/tensor/experimental/test_local_map 2025-03-14T03:58:01.2075270Z distributed/tensor/experimental/test_register_sharding 2025-03-14T03:58:01.2075707Z distributed/tensor/experimental/test_tp_transform 2025-03-14T03:58:01.2076119Z distributed/tensor/parallel/test_micro_pipeline_tp 2025-03-14T03:58:01.2076540Z distributed/tensor/parallel/test_parallelize_api 2025-03-14T03:58:01.2076938Z distributed/tensor/parallel/test_tp_examples 2025-03-14T03:58:01.2077325Z distributed/tensor/parallel/test_tp_random_state 2025-03-14T03:58:01.2077710Z distributed/tensor/parallel/test_tp_style 2025-03-14T03:58:01.2078051Z distributed/tensor/test_api 2025-03-14T03:58:01.2078344Z distributed/tensor/test_attention 2025-03-14T03:58:01.2078668Z distributed/tensor/test_common_rules 2025-03-14T03:58:01.2079014Z distributed/tensor/test_convolution_ops 2025-03-14T03:58:01.2079356Z distributed/tensor/test_dtensor 2025-03-14T03:58:01.2079671Z distributed/tensor/test_dtensor_compile 2025-03-14T03:58:01.2080017Z distributed/tensor/test_dtensor_ops 2025-03-14T03:58:01.2080354Z distributed/tensor/test_embedding_ops 2025-03-14T03:58:01.2080785Z distributed/tensor/test_experimental_ops 2025-03-14T03:58:01.2081136Z distributed/tensor/test_init 2025-03-14T03:58:01.2081446Z distributed/tensor/test_math_ops 2025-03-14T03:58:01.2081758Z distributed/tensor/test_matrix_ops 2025-03-14T03:58:01.2082086Z distributed/tensor/test_op_strategy 2025-03-14T03:58:01.2082423Z distributed/tensor/test_optimizers 2025-03-14T03:58:01.2082756Z distributed/tensor/test_pointwise_ops 2025-03-14T03:58:01.2083077Z distributed/tensor/test_random_ops 2025-03-14T03:58:01.2083405Z distributed/tensor/test_redistribute 2025-03-14T03:58:01.2083734Z distributed/tensor/test_tensor_ops 2025-03-14T03:58:01.2084052Z distributed/tensor/test_utils 2025-03-14T03:58:01.2084358Z distributed/tensor/test_view_ops 2025-03-14T03:58:01.2084672Z distributed/tensor/test_xla_integration 2025-03-14T03:58:01.2085004Z distributed/test_backends 2025-03-14T03:58:01.2085303Z distributed/test_c10d_common 2025-03-14T03:58:01.2085619Z distributed/test_c10d_functional_native 2025-03-14T03:58:01.2085953Z distributed/test_c10d_gloo 2025-03-14T03:58:01.2086237Z distributed/test_c10d_logger 2025-03-14T03:58:01.2086530Z distributed/test_c10d_nccl 2025-03-14T03:58:01.2086837Z distributed/test_c10d_object_collectives 2025-03-14T03:58:01.2087174Z distributed/test_c10d_ops_nccl 2025-03-14T03:58:01.2087477Z distributed/test_c10d_pypg 2025-03-14T03:58:01.2087765Z distributed/test_c10d_spawn_gloo 2025-03-14T03:58:01.2088080Z distributed/test_c10d_spawn_nccl 2025-03-14T03:58:01.2088620Z distributed/test_c10d_spawn_ucc 2025-03-14T03:58:01.2088937Z distributed/test_c10d_ucc 2025-03-14T03:58:01.2089235Z distributed/test_collective_utils 2025-03-14T03:58:01.2089547Z distributed/test_composability 2025-03-14T03:58:01.2089878Z distributed/test_compute_comm_reordering 2025-03-14T03:58:01.2090233Z distributed/test_control_collectives 2025-03-14T03:58:01.2090571Z distributed/test_data_parallel 2025-03-14T03:58:01.2090884Z distributed/test_device_mesh 2025-03-14T03:58:01.2091184Z distributed/test_distributed_spawn 2025-03-14T03:58:01.2091517Z distributed/test_dynamo_distributed 2025-03-14T03:58:01.2091838Z distributed/test_fake_pg 2025-03-14T03:58:01.2092131Z distributed/test_functional_api 2025-03-14T03:58:01.2092453Z distributed/test_inductor_collectives 2025-03-14T03:58:01.2092769Z distributed/test_launcher 2025-03-14T03:58:01.2093065Z distributed/test_multi_threaded_pg 2025-03-14T03:58:01.2093380Z distributed/test_nccl 2025-03-14T03:58:01.2093653Z distributed/test_pg_wrapper 2025-03-14T03:58:01.2093959Z distributed/test_serialization 2025-03-14T03:58:01.2094256Z distributed/test_store 2025-03-14T03:58:01.2094545Z distributed/test_symmetric_memory 2025-03-14T03:58:01.2094872Z distributions/test_constraints 2025-03-14T03:58:01.2095194Z distributions/test_distributions 2025-03-14T03:58:01.2095501Z doctests 2025-03-14T03:58:01.2095873Z dynamo/test_activation_checkpointing 2025-03-14T03:58:01.2096203Z dynamo/test_after_aot 2025-03-14T03:58:01.2096481Z dynamo/test_aot_autograd 2025-03-14T03:58:01.2096771Z dynamo/test_aot_autograd_cache 2025-03-14T03:58:01.2097088Z dynamo/test_autograd_function 2025-03-14T03:58:01.2097370Z dynamo/test_backends 2025-03-14T03:58:01.2097656Z dynamo/test_backward_higher_order_ops 2025-03-14T03:58:01.2097985Z dynamo/test_base_hop 2025-03-14T03:58:01.2098263Z dynamo/test_base_output 2025-03-14T03:58:01.2098540Z dynamo/test_bytecode_utils 2025-03-14T03:58:01.2098829Z dynamo/test_callback 2025-03-14T03:58:01.2099086Z dynamo/test_compile 2025-03-14T03:58:01.2099360Z dynamo/test_compiler_bisector 2025-03-14T03:58:01.2099650Z dynamo/test_comptime 2025-03-14T03:58:01.2099897Z dynamo/test_config 2025-03-14T03:58:01.2100154Z dynamo/test_ctx_manager 2025-03-14T03:58:01.2100426Z dynamo/test_cudagraphs 2025-03-14T03:58:01.2100723Z dynamo/test_cudagraphs_expandable_segments 2025-03-14T03:58:01.2101072Z dynamo/test_debug_utils 2025-03-14T03:58:01.2101334Z dynamo/test_decorators 2025-03-14T03:58:01.2101711Z dynamo/test_deque_reconstruct 2025-03-14T03:58:01.2102008Z dynamo/test_deviceguard 2025-03-14T03:58:01.2102283Z dynamo/test_dicts 2025-03-14T03:58:01.2102545Z dynamo/test_dynamic_shapes 2025-03-14T03:58:01.2102829Z dynamo/test_error_messages 2025-03-14T03:58:01.2103111Z dynamo/test_exc 2025-03-14T03:58:01.2103370Z dynamo/test_exceptions 2025-03-14T03:58:01.2103648Z dynamo/test_export 2025-03-14T03:58:01.2103922Z dynamo/test_export_mutations 2025-03-14T03:58:01.2104207Z dynamo/test_flat_apply 2025-03-14T03:58:01.2104564Z dynamo/test_frame_init 2025-03-14T03:58:01.2104839Z dynamo/test_functions 2025-03-14T03:58:01.2105116Z dynamo/test_fx_passes_pre_grad 2025-03-14T03:58:01.2105402Z dynamo/test_generator 2025-03-14T03:58:01.2105664Z dynamo/test_global 2025-03-14T03:58:01.2105935Z dynamo/test_graph_deduplication 2025-03-14T03:58:01.2106250Z dynamo/test_graph_region_tracker 2025-03-14T03:58:01.2106566Z dynamo/test_guard_manager 2025-03-14T03:58:01.2106849Z dynamo/test_higher_order_ops 2025-03-14T03:58:01.2107133Z dynamo/test_hooks 2025-03-14T03:58:01.2107397Z dynamo/test_input_attr_tracking 2025-03-14T03:58:01.2107697Z dynamo/test_interop 2025-03-14T03:58:01.2107956Z dynamo/test_logging 2025-03-14T03:58:01.2108207Z dynamo/test_metrics_context 2025-03-14T03:58:01.2108492Z dynamo/test_minifier 2025-03-14T03:58:01.2108749Z dynamo/test_misc 2025-03-14T03:58:01.2108998Z dynamo/test_model_output 2025-03-14T03:58:01.2109272Z dynamo/test_modes 2025-03-14T03:58:01.2109504Z dynamo/test_modules 2025-03-14T03:58:01.2109757Z dynamo/test_nops 2025-03-14T03:58:01.2110007Z dynamo/test_optimizers 2025-03-14T03:58:01.2110274Z dynamo/test_pgo 2025-03-14T03:58:01.2110512Z dynamo/test_pre_dispatch 2025-03-14T03:58:01.2110785Z dynamo/test_profiler 2025-03-14T03:58:01.2111052Z dynamo/test_python_autograd 2025-03-14T03:58:01.2111350Z dynamo/test_python_dispatcher 2025-03-14T03:58:01.2111649Z dynamo/test_recompile_ux 2025-03-14T03:58:01.2111917Z dynamo/test_recompiles 2025-03-14T03:58:01.2112192Z dynamo/test_reconstruct 2025-03-14T03:58:01.2112564Z dynamo/test_reorder_logs 2025-03-14T03:58:01.2112841Z dynamo/test_repros 2025-03-14T03:58:01.2113094Z dynamo/test_resume 2025-03-14T03:58:01.2113330Z dynamo/test_sdpa 2025-03-14T03:58:01.2113592Z dynamo/test_skip_guard_eval_unsafe 2025-03-14T03:58:01.2113912Z dynamo/test_skip_non_tensor 2025-03-14T03:58:01.2114194Z dynamo/test_sources 2025-03-14T03:58:01.2114460Z dynamo/test_structured_trace 2025-03-14T03:58:01.2114741Z dynamo/test_subclasses 2025-03-14T03:58:01.2115009Z dynamo/test_subgraphs 2025-03-14T03:58:01.2115265Z dynamo/test_sys 2025-03-14T03:58:01.2115507Z dynamo/test_torchrec 2025-03-14T03:58:01.2115767Z dynamo/test_trace_rules 2025-03-14T03:58:01.2116025Z dynamo/test_unspec 2025-03-14T03:58:01.2116275Z dynamo/test_utils 2025-03-14T03:58:01.2116536Z dynamo/test_verify_correctness 2025-03-14T03:58:01.2116926Z dynamo/test_view 2025-03-14T03:58:01.2117166Z export/test_converter 2025-03-14T03:58:01.2117436Z export/test_cpp_serdes 2025-03-14T03:58:01.2117704Z export/test_db 2025-03-14T03:58:01.2117955Z export/test_draft_export 2025-03-14T03:58:01.2118236Z export/test_experimental 2025-03-14T03:58:01.2118499Z export/test_export 2025-03-14T03:58:01.2118763Z export/test_export_legacy 2025-03-14T03:58:01.2119049Z export/test_export_strict 2025-03-14T03:58:01.2119366Z export/test_export_training_ir_to_run_decomp 2025-03-14T03:58:01.2119741Z export/test_functionalized_assertions 2025-03-14T03:58:01.2120047Z export/test_hop 2025-03-14T03:58:01.2120308Z export/test_lift_unlift 2025-03-14T03:58:01.2120586Z export/test_pass_infra 2025-03-14T03:58:01.2120859Z export/test_passes 2025-03-14T03:58:01.2121127Z export/test_retraceability 2025-03-14T03:58:01.2121400Z export/test_schema 2025-03-14T03:58:01.2121658Z export/test_serdes 2025-03-14T03:58:01.2121925Z export/test_serialize 2025-03-14T03:58:01.2122192Z export/test_sparse 2025-03-14T03:58:01.2122513Z export/test_swap 2025-03-14T03:58:01.2122765Z export/test_tools 2025-03-14T03:58:01.2123022Z export/test_torchbind 2025-03-14T03:58:01.2123295Z export/test_tree_utils 2025-03-14T03:58:01.2123570Z export/test_unflatten 2025-03-14T03:58:01.2123836Z export/test_unflatten_training_ir 2025-03-14T03:58:01.2124149Z export/test_verifier 2025-03-14T03:58:01.2124413Z functorch/test_ac 2025-03-14T03:58:01.2124674Z functorch/test_ac_knapsack 2025-03-14T03:58:01.2124969Z functorch/test_ac_logging 2025-03-14T03:58:01.2125246Z functorch/test_aotdispatch 2025-03-14T03:58:01.2125537Z functorch/test_control_flow 2025-03-14T03:58:01.2125824Z functorch/test_dims 2025-03-14T03:58:01.2126091Z functorch/test_eager_transforms 2025-03-14T03:58:01.2126394Z functorch/test_logging 2025-03-14T03:58:01.2126669Z functorch/test_memory_efficient_fusion 2025-03-14T03:58:01.2126994Z functorch/test_minifier 2025-03-14T03:58:01.2127269Z functorch/test_ops 2025-03-14T03:58:01.2127532Z functorch/test_parsing 2025-03-14T03:58:01.2127806Z functorch/test_rearrange 2025-03-14T03:58:01.2128072Z functorch/test_vmap 2025-03-14T03:58:01.2128348Z functorch/test_vmap_registrations 2025-03-14T03:58:01.2128670Z higher_order_ops/test_invoke_quant 2025-03-14T03:58:01.2129000Z higher_order_ops/test_invoke_subgraph 2025-03-14T03:58:01.2129323Z higher_order_ops/test_with_effects 2025-03-14T03:58:01.2129645Z inductor/test_aot_inductor 2025-03-14T03:58:01.2129947Z inductor/test_aot_inductor_arrayref 2025-03-14T03:58:01.2130279Z inductor/test_aot_inductor_custom_ops 2025-03-14T03:58:01.2130611Z inductor/test_aot_inductor_package 2025-03-14T03:58:01.2130921Z inductor/test_aot_inductor_utils 2025-03-14T03:58:01.2131234Z inductor/test_async_compile 2025-03-14T03:58:01.2131537Z inductor/test_auto_functionalize 2025-03-14T03:58:01.2131848Z inductor/test_autoheuristic 2025-03-14T03:58:01.2132140Z inductor/test_b2b_gemm 2025-03-14T03:58:01.2132412Z inductor/test_benchmark_fusion 2025-03-14T03:58:01.2132718Z inductor/test_benchmarking 2025-03-14T03:58:01.2133013Z inductor/test_binary_folding 2025-03-14T03:58:01.2133309Z inductor/test_block_analysis 2025-03-14T03:58:01.2133599Z inductor/test_ck_backend 2025-03-14T03:58:01.2133865Z inductor/test_codecache 2025-03-14T03:58:01.2134151Z inductor/test_codegen_triton 2025-03-14T03:58:01.2134443Z inductor/test_combo_kernels 2025-03-14T03:58:01.2134741Z inductor/test_compile_subprocess 2025-03-14T03:58:01.2135052Z inductor/test_compile_worker 2025-03-14T03:58:01.2135340Z inductor/test_compiled_autograd 2025-03-14T03:58:01.2135654Z inductor/test_compiled_optimizers 2025-03-14T03:58:01.2135960Z inductor/test_config 2025-03-14T03:58:01.2136227Z inductor/test_control_flow 2025-03-14T03:58:01.2136529Z inductor/test_cooperative_reductions 2025-03-14T03:58:01.2136858Z inductor/test_coordinate_descent_tuner 2025-03-14T03:58:01.2137196Z inductor/test_cpp_wrapper_hipify 2025-03-14T03:58:01.2137594Z inductor/test_cpu_cpp_wrapper 2025-03-14T03:58:01.2137899Z inductor/test_cpu_repro 2025-03-14T03:58:01.2138189Z inductor/test_cpu_select_algorithm 2025-03-14T03:58:01.2138491Z inductor/test_cuda_repro 2025-03-14T03:58:01.2138780Z inductor/test_cudacodecache 2025-03-14T03:58:01.2139080Z inductor/test_cudagraph_trees 2025-03-14T03:58:01.2139422Z inductor/test_cudagraph_trees_expandable_segments 2025-03-14T03:58:01.2139790Z inductor/test_custom_lowering 2025-03-14T03:58:01.2140088Z inductor/test_custom_post_grad_passes 2025-03-14T03:58:01.2140412Z inductor/test_cutlass_backend 2025-03-14T03:58:01.2140706Z inductor/test_debug_trace 2025-03-14T03:58:01.2141000Z inductor/test_decompose_mem_bound_mm 2025-03-14T03:58:01.2141328Z inductor/test_dependencies 2025-03-14T03:58:01.2141617Z inductor/test_distributed_patterns 2025-03-14T03:58:01.2141942Z inductor/test_efficient_conv_bn_eval 2025-03-14T03:58:01.2142271Z inductor/test_extension_backend 2025-03-14T03:58:01.2142592Z inductor/test_external_callables 2025-03-14T03:58:01.2142969Z inductor/test_flex_attention 2025-03-14T03:58:01.2143261Z inductor/test_flex_decoding 2025-03-14T03:58:01.2143549Z inductor/test_foreach 2025-03-14T03:58:01.2143815Z inductor/test_fp8 2025-03-14T03:58:01.2144077Z inductor/test_fused_attention 2025-03-14T03:58:01.2144358Z inductor/test_fuzzer 2025-03-14T03:58:01.2144653Z inductor/test_fx_fusion 2025-03-14T03:58:01.2144938Z inductor/test_gpu_cpp_wrapper 2025-03-14T03:58:01.2145250Z inductor/test_graph_transform_observer 2025-03-14T03:58:01.2145588Z inductor/test_group_batch_fusion 2025-03-14T03:58:01.2145880Z inductor/test_halide 2025-03-14T03:58:01.2146145Z inductor/test_indexing 2025-03-14T03:58:01.2146430Z inductor/test_inductor_annotations 2025-03-14T03:58:01.2146754Z inductor/test_inductor_freezing 2025-03-14T03:58:01.2147069Z inductor/test_inductor_utils 2025-03-14T03:58:01.2147356Z inductor/test_inplace_padding 2025-03-14T03:58:01.2147665Z inductor/test_inplacing_pass 2025-03-14T03:58:01.2147973Z inductor/test_kernel_benchmark 2025-03-14T03:58:01.2148277Z inductor/test_layout_optim 2025-03-14T03:58:01.2148569Z inductor/test_loop_ordering 2025-03-14T03:58:01.2148857Z inductor/test_max_autotune 2025-03-14T03:58:01.2149141Z inductor/test_memory 2025-03-14T03:58:01.2149410Z inductor/test_memory_planning 2025-03-14T03:58:01.2149703Z inductor/test_metrics 2025-03-14T03:58:01.2149968Z inductor/test_minifier 2025-03-14T03:58:01.2150235Z inductor/test_minifier_isolate 2025-03-14T03:58:01.2150546Z inductor/test_minifier_utils 2025-03-14T03:58:01.2150850Z inductor/test_mkldnn_pattern_matcher 2025-03-14T03:58:01.2151171Z inductor/test_mmdecomp 2025-03-14T03:58:01.2151464Z inductor/test_move_constructors_to_cuda 2025-03-14T03:58:01.2151787Z inductor/test_mps_basic 2025-03-14T03:58:01.2152067Z inductor/test_multi_kernel 2025-03-14T03:58:01.2152449Z inductor/test_online_softmax 2025-03-14T03:58:01.2152759Z inductor/test_op_completeness 2025-03-14T03:58:01.2153063Z inductor/test_op_dtype_prop 2025-03-14T03:58:01.2153346Z inductor/test_ordered_set 2025-03-14T03:58:01.2153623Z inductor/test_pad_mm 2025-03-14T03:58:01.2153888Z inductor/test_padding 2025-03-14T03:58:01.2154160Z inductor/test_pattern_matcher 2025-03-14T03:58:01.2154435Z inductor/test_perf 2025-03-14T03:58:01.2154696Z inductor/test_profiler 2025-03-14T03:58:01.2154978Z inductor/test_provenance_tracing 2025-03-14T03:58:01.2155298Z inductor/test_scatter_optimization 2025-03-14T03:58:01.2155618Z inductor/test_select_algorithm 2025-03-14T03:58:01.2155902Z inductor/test_smoke 2025-03-14T03:58:01.2156173Z inductor/test_snode_runtime 2025-03-14T03:58:01.2156479Z inductor/test_split_cat_fx_aten_passes 2025-03-14T03:58:01.2156822Z inductor/test_split_cat_fx_passes 2025-03-14T03:58:01.2157145Z inductor/test_standalone_compile 2025-03-14T03:58:01.2157444Z inductor/test_torchbind 2025-03-14T03:58:02.1389040Z inductor/test_torchinductor 2025-03-14T03:58:02.1389960Z inductor/test_torchinductor_codegen_config_overrides 2025-03-14T03:58:02.1390629Z inductor/test_torchinductor_codegen_dynamic_shapes 2025-03-14T03:58:02.1391226Z inductor/test_torchinductor_dynamic_shapes 2025-03-14T03:58:02.1391756Z inductor/test_torchinductor_opinfo 2025-03-14T03:58:02.1392610Z inductor/test_torchinductor_strided_blocks 2025-03-14T03:58:02.1393086Z inductor/test_triton_cpu_backend 2025-03-14T03:58:02.1393407Z inductor/test_triton_extension_backend 2025-03-14T03:58:02.1393748Z inductor/test_triton_heuristics 2025-03-14T03:58:02.1394063Z inductor/test_triton_kernels 2025-03-14T03:58:02.1394365Z inductor/test_triton_syntax 2025-03-14T03:58:02.1394662Z inductor/test_triton_wrapper 2025-03-14T03:58:02.1394951Z inductor/test_unbacked_symints 2025-03-14T03:58:02.1395248Z inductor/test_utils 2025-03-14T03:58:02.1395511Z inductor/test_xpu_basic 2025-03-14T03:58:02.1395785Z lazy/test_bindings 2025-03-14T03:58:02.1396043Z lazy/test_debug_util 2025-03-14T03:58:02.1396318Z lazy/test_extract_compiled_graph 2025-03-14T03:58:02.1396779Z lazy/test_functionalization 2025-03-14T03:58:02.1397076Z lazy/test_generator 2025-03-14T03:58:02.1397339Z lazy/test_meta_kernel 2025-03-14T03:58:02.1397602Z lazy/test_reuse_ir 2025-03-14T03:58:02.1397849Z lazy/test_step_closures 2025-03-14T03:58:02.1398119Z lazy/test_ts_opinfo 2025-03-14T03:58:02.1398379Z nn/test_convolution 2025-03-14T03:58:02.1398631Z nn/test_dropout 2025-03-14T03:58:02.1398862Z nn/test_embedding 2025-03-14T03:58:02.1399105Z nn/test_init 2025-03-14T03:58:02.1399340Z nn/test_lazy_modules 2025-03-14T03:58:02.1399603Z nn/test_load_state_dict 2025-03-14T03:58:02.1399874Z nn/test_module_hooks 2025-03-14T03:58:02.1400134Z nn/test_multihead_attention 2025-03-14T03:58:02.1400431Z nn/test_packed_sequence 2025-03-14T03:58:02.1400709Z nn/test_parametrization 2025-03-14T03:58:02.1400982Z nn/test_pooling 2025-03-14T03:58:02.1401223Z nn/test_pruning 2025-03-14T03:58:02.1401514Z onnx/dynamo/test_dynamo_with_onnxruntime_backend 2025-03-14T03:58:02.1401884Z onnx/exporter/test_api 2025-03-14T03:58:02.1402164Z onnx/exporter/test_building 2025-03-14T03:58:02.1402471Z onnx/exporter/test_capture_strategies 2025-03-14T03:58:02.1402815Z onnx/exporter/test_core 2025-03-14T03:58:02.1403106Z onnx/exporter/test_dynamic_shapes 2025-03-14T03:58:02.1403431Z onnx/exporter/test_hf_models_e2e 2025-03-14T03:58:02.1403736Z onnx/exporter/test_ir_passes 2025-03-14T03:58:02.1404044Z onnx/exporter/test_small_models_e2e 2025-03-14T03:58:02.1404374Z onnx/exporter/test_tensors 2025-03-14T03:58:02.1404675Z onnx/exporter/test_verification 2025-03-14T03:58:02.1405002Z onnx/internal/test_diagnostics 2025-03-14T03:58:02.1405301Z onnx/internal/test_registraion 2025-03-14T03:58:02.1405607Z onnx/test_autograd_funs 2025-03-14T03:58:02.1405888Z onnx/test_custom_ops 2025-03-14T03:58:02.1406157Z onnx/test_fx_passes 2025-03-14T03:58:02.1406428Z onnx/test_fx_type_promotion 2025-03-14T03:58:02.1406715Z onnx/test_lazy_import 2025-03-14T03:58:02.1407001Z onnx/test_models_onnxruntime 2025-03-14T03:58:02.1407315Z onnx/test_models_quantized_onnxruntime 2025-03-14T03:58:02.1407648Z onnx/test_onnx_opset 2025-03-14T03:58:02.1407927Z onnx/test_onnxscript_no_runtime 2025-03-14T03:58:02.1408226Z onnx/test_onnxscript_runtime 2025-03-14T03:58:02.1408519Z onnx/test_op_consistency 2025-03-14T03:58:02.1408805Z onnx/test_pytorch_jit_onnx 2025-03-14T03:58:02.1409102Z onnx/test_pytorch_onnx_no_runtime 2025-03-14T03:58:02.1409433Z onnx/test_pytorch_onnx_onnxruntime 2025-03-14T03:58:02.1409751Z onnx/test_pytorch_onnx_shape_inference 2025-03-14T03:58:02.1410082Z onnx/test_symbolic_helper 2025-03-14T03:58:02.1410366Z onnx/test_utility_funs 2025-03-14T03:58:02.1410638Z onnx/test_verification 2025-03-14T03:58:02.1410902Z onnx/torchlib/test_ops 2025-03-14T03:58:02.1411172Z optim/test_lrscheduler 2025-03-14T03:58:02.1411436Z optim/test_optim 2025-03-14T03:58:02.1411802Z optim/test_swa_utils 2025-03-14T03:58:02.1412078Z profiler/test_cpp_thread 2025-03-14T03:58:02.1412364Z profiler/test_execution_trace 2025-03-14T03:58:02.1412666Z profiler/test_kineto 2025-03-14T03:58:02.1412939Z profiler/test_memory_profiler 2025-03-14T03:58:02.1413240Z profiler/test_profiler 2025-03-14T03:58:02.1413533Z profiler/test_profiler_tree 2025-03-14T03:58:02.1413821Z profiler/test_record_function 2025-03-14T03:58:02.1414123Z profiler/test_torch_tidy 2025-03-14T03:58:02.1414392Z test_accelerator 2025-03-14T03:58:02.1414638Z test_ao_sparsity 2025-03-14T03:58:02.1414903Z test_appending_byte_serializer 2025-03-14T03:58:02.1415184Z test_autocast 2025-03-14T03:58:02.1415420Z test_autograd 2025-03-14T03:58:02.1415665Z test_autograd_fallback 2025-03-14T03:58:02.1415932Z test_autoload 2025-03-14T03:58:02.1416161Z test_autoload_disable 2025-03-14T03:58:02.1416434Z test_autoload_enable 2025-03-14T03:58:02.1416691Z test_binary_ufuncs 2025-03-14T03:58:02.1416945Z test_bundled_inputs 2025-03-14T03:58:02.1417215Z test_ci_sanity_check_fail 2025-03-14T03:58:02.1417617Z test_comparison_utils 2025-03-14T03:58:02.1417901Z test_compile_benchmark_util 2025-03-14T03:58:02.1418188Z test_complex 2025-03-14T03:58:02.1418427Z test_content_store 2025-03-14T03:58:02.1418687Z test_cpp_api_parity 2025-03-14T03:58:02.1418949Z test_cpp_extensions_aot_ninja 2025-03-14T03:58:02.1419256Z test_cpp_extensions_aot_no_ninja 2025-03-14T03:58:02.1419566Z test_cpp_extensions_jit 2025-03-14T03:58:02.1419851Z test_cpp_extensions_mtia_backend 2025-03-14T03:58:02.1420194Z test_cpp_extensions_open_device_registration 2025-03-14T03:58:02.1420544Z test_cpp_extensions_stream_and_event 2025-03-14T03:58:02.1420851Z test_cuda 2025-03-14T03:58:02.1421090Z test_cuda_expandable_segments 2025-03-14T03:58:02.1421381Z test_cuda_multigpu 2025-03-14T03:58:02.1421643Z test_cuda_nvml_based_avail 2025-03-14T03:58:02.1421915Z test_cuda_primary_ctx 2025-03-14T03:58:02.1422180Z test_cuda_sanitizer 2025-03-14T03:58:02.1422438Z test_cuda_trace 2025-03-14T03:58:02.1422679Z test_custom_ops 2025-03-14T03:58:02.1422910Z test_dataloader 2025-03-14T03:58:02.1423146Z test_datapipe 2025-03-14T03:58:02.1423377Z test_decomp 2025-03-14T03:58:02.1423605Z test_deploy 2025-03-14T03:58:02.1423832Z test_dispatch 2025-03-14T03:58:02.1424050Z test_dlpack 2025-03-14T03:58:02.1424286Z test_dynamic_shapes 2025-03-14T03:58:02.1424550Z test_expanded_weights 2025-03-14T03:58:02.1424820Z test_extension_utils 2025-03-14T03:58:02.1425079Z test_fake_tensor 2025-03-14T03:58:02.1425309Z test_file_check 2025-03-14T03:58:02.1425553Z test_flop_counter 2025-03-14T03:58:02.1425792Z test_foreach 2025-03-14T03:58:02.1426031Z test_function_schema 2025-03-14T03:58:02.1426298Z test_functional_autograd_benchmark 2025-03-14T03:58:02.1426611Z test_functional_optim 2025-03-14T03:58:02.1426881Z test_functionalization 2025-03-14T03:58:02.1427179Z test_functionalization_of_rng_ops 2025-03-14T03:58:02.1427488Z test_futures 2025-03-14T03:58:02.1427702Z test_fx 2025-03-14T03:58:02.1427931Z test_fx_experimental 2025-03-14T03:58:02.1428187Z test_fx_passes 2025-03-14T03:58:02.1428436Z test_fx_reinplace_pass 2025-03-14T03:58:02.1428708Z test_hop_infra 2025-03-14T03:58:02.1428936Z test_hub 2025-03-14T03:58:02.1429163Z test_import_stats 2025-03-14T03:58:02.1429411Z test_indexing 2025-03-14T03:58:02.1429647Z test_itt 2025-03-14T03:58:02.1429854Z test_jit 2025-03-14T03:58:02.1430080Z test_jit_autocast 2025-03-14T03:58:02.1430329Z test_jit_disabled 2025-03-14T03:58:02.1430581Z test_jit_fuser_legacy 2025-03-14T03:58:02.1430841Z test_jit_fuser_te 2025-03-14T03:58:02.1431072Z test_jit_legacy 2025-03-14T03:58:02.1431322Z test_jit_llga_fuser 2025-03-14T03:58:02.1431583Z test_jit_profiling 2025-03-14T03:58:02.1431832Z test_jiterator 2025-03-14T03:58:02.1432080Z test_legacy_vmap 2025-03-14T03:58:02.1447294Z test_license 2025-03-14T03:58:02.1447960Z test_linalg 2025-03-14T03:58:02.1448365Z test_logging 2025-03-14T03:58:02.1448609Z test_masked 2025-03-14T03:58:02.1448857Z test_maskedtensor 2025-03-14T03:58:02.1449097Z test_matmul_cuda 2025-03-14T03:58:02.1449340Z test_meta 2025-03-14T03:58:02.1449564Z test_metal 2025-03-14T03:58:02.1449791Z test_mkl_verbose 2025-03-14T03:58:02.1450014Z test_mkldnn 2025-03-14T03:58:02.1450249Z test_mkldnn_fusion 2025-03-14T03:58:02.1450510Z test_mkldnn_verbose 2025-03-14T03:58:02.1450762Z test_mobile_optimizer 2025-03-14T03:58:02.1451042Z test_model_exports_to_core_aten 2025-03-14T03:58:02.1451342Z test_module_tracker 2025-03-14T03:58:02.1451591Z test_modules 2025-03-14T03:58:02.1451822Z test_monitor 2025-03-14T03:58:02.1452038Z test_mps 2025-03-14T03:58:02.1452271Z test_multiprocessing 2025-03-14T03:58:02.1452545Z test_multiprocessing_spawn 2025-03-14T03:58:02.1452833Z test_namedtensor 2025-03-14T03:58:02.1453092Z test_namedtuple_return_api 2025-03-14T03:58:02.1453366Z test_native_functions 2025-03-14T03:58:02.1453634Z test_native_mha 2025-03-14T03:58:02.1453875Z test_nestedtensor 2025-03-14T03:58:02.1454197Z test_nn 2025-03-14T03:58:02.1454419Z test_numba_integration 2025-03-14T03:58:02.1454693Z test_numpy_interop 2025-03-14T03:58:02.1454947Z test_openmp 2025-03-14T03:58:02.1455180Z test_ops 2025-03-14T03:58:02.1455410Z test_ops_fwd_gradients 2025-03-14T03:58:02.1455666Z test_ops_gradients 2025-03-14T03:58:02.1455915Z test_ops_jit 2025-03-14T03:58:02.1456144Z test_optim 2025-03-14T03:58:02.1456377Z test_out_dtype_op 2025-03-14T03:58:02.1456614Z test_overrides 2025-03-14T03:58:02.1456836Z test_package 2025-03-14T03:58:02.1457075Z test_per_overload_api 2025-03-14T03:58:02.1457331Z test_prims 2025-03-14T03:58:02.1457559Z test_proxy_tensor 2025-03-14T03:58:02.1457790Z test_pruning_op 2025-03-14T03:58:02.1458034Z test_public_bindings 2025-03-14T03:58:02.1458290Z test_python_dispatch 2025-03-14T03:58:02.1458544Z test_pytree 2025-03-14T03:58:02.1458778Z test_quantization 2025-03-14T03:58:02.1459015Z test_reductions 2025-03-14T03:58:02.1459265Z test_scatter_gather_ops 2025-03-14T03:58:02.1459539Z test_schema_check 2025-03-14T03:58:02.1459790Z test_segment_reductions 2025-03-14T03:58:02.1460064Z test_serialization 2025-03-14T03:58:02.1460327Z test_set_default_mobile_cpu_allocator 2025-03-14T03:58:02.1460646Z test_shape_ops 2025-03-14T03:58:02.1460885Z test_show_pickle 2025-03-14T03:58:02.1461128Z test_sort_and_select 2025-03-14T03:58:02.1461381Z test_sparse 2025-03-14T03:58:02.1461598Z test_sparse_csr 2025-03-14T03:58:02.1461848Z test_sparse_semi_structured 2025-03-14T03:58:02.1462130Z test_spectral_ops 2025-03-14T03:58:02.1462363Z test_stateless 2025-03-14T03:58:02.1462582Z test_subclass 2025-03-14T03:58:02.1462814Z test_sympy_utils 2025-03-14T03:58:02.1463067Z test_tensor_creation_ops 2025-03-14T03:58:02.1463341Z test_tensorboard 2025-03-14T03:58:02.1463591Z test_tensorexpr 2025-03-14T03:58:02.1463834Z test_tensorexpr_pybind 2025-03-14T03:58:02.1464107Z test_testing 2025-03-14T03:58:02.1464340Z test_torch 2025-03-14T03:58:02.1464575Z test_transformers 2025-03-14T03:58:02.1464836Z test_transformers_privateuse1 2025-03-14T03:58:02.1465110Z test_type_hints 2025-03-14T03:58:02.1465348Z test_type_info 2025-03-14T03:58:02.1465588Z test_type_promotion 2025-03-14T03:58:02.1465837Z test_typing 2025-03-14T03:58:02.1466057Z test_unary_ufuncs 2025-03-14T03:58:02.1466299Z test_utils 2025-03-14T03:58:02.1466539Z test_utils_config_module 2025-03-14T03:58:02.1466813Z test_utils_filelock 2025-03-14T03:58:02.1467066Z test_view_ops 2025-03-14T03:58:02.1467286Z test_vulkan 2025-03-14T03:58:02.1467509Z test_weak 2025-03-14T03:58:02.1467745Z test_xnnpack_integration 2025-03-14T03:58:02.1468012Z test_xpu 2025-03-14T03:58:02.1468254Z torch_np/numpy_tests/core/test_dlpack 2025-03-14T03:58:02.1468633Z torch_np/numpy_tests/core/test_dtype 2025-03-14T03:58:02.1468961Z torch_np/numpy_tests/core/test_einsum 2025-03-14T03:58:02.1469303Z torch_np/numpy_tests/core/test_getlimits 2025-03-14T03:58:02.1469739Z torch_np/numpy_tests/core/test_indexing 2025-03-14T03:58:02.1470097Z torch_np/numpy_tests/core/test_multiarray 2025-03-14T03:58:02.1470436Z torch_np/numpy_tests/core/test_numeric 2025-03-14T03:58:02.1470790Z torch_np/numpy_tests/core/test_numerictypes 2025-03-14T03:58:02.1471160Z torch_np/numpy_tests/core/test_scalar_ctors 2025-03-14T03:58:02.1471534Z torch_np/numpy_tests/core/test_scalar_methods 2025-03-14T03:58:02.1471912Z torch_np/numpy_tests/core/test_scalarinherit 2025-03-14T03:58:02.1472267Z torch_np/numpy_tests/core/test_scalarmath 2025-03-14T03:58:02.1472791Z torch_np/numpy_tests/core/test_shape_base 2025-03-14T03:58:02.1473138Z torch_np/numpy_tests/fft/test_helper 2025-03-14T03:58:02.1473476Z torch_np/numpy_tests/fft/test_pocketfft 2025-03-14T03:58:02.1473819Z torch_np/numpy_tests/lib/test_arraypad 2025-03-14T03:58:02.1474150Z torch_np/numpy_tests/lib/test_arraysetops 2025-03-14T03:58:02.1474508Z torch_np/numpy_tests/lib/test_function_base 2025-03-14T03:58:02.1474871Z torch_np/numpy_tests/lib/test_histograms 2025-03-14T03:58:02.1475299Z torch_np/numpy_tests/lib/test_index_tricks 2025-03-14T03:58:02.1475656Z torch_np/numpy_tests/lib/test_shape_base_ 2025-03-14T03:58:02.1475996Z torch_np/numpy_tests/lib/test_twodim_base 2025-03-14T03:58:02.1476346Z torch_np/numpy_tests/lib/test_type_check 2025-03-14T03:58:02.1476694Z torch_np/numpy_tests/linalg/test_linalg 2025-03-14T03:58:02.1477022Z torch_np/test_basic 2025-03-14T03:58:02.1477291Z torch_np/test_binary_ufuncs 2025-03-14T03:58:02.1477567Z torch_np/test_dtype 2025-03-14T03:58:02.1477833Z torch_np/test_function_base 2025-03-14T03:58:02.1478129Z torch_np/test_ndarray_methods 2025-03-14T03:58:02.1478440Z torch_np/test_nep50_examples 2025-03-14T03:58:02.1478731Z torch_np/test_random 2025-03-14T03:58:02.1478985Z torch_np/test_reductions 2025-03-14T03:58:02.1479269Z torch_np/test_scalars_0D_arrays 2025-03-14T03:58:02.1479575Z torch_np/test_ufuncs_basic 2025-03-14T03:58:02.1479870Z torch_np/test_unary_ufuncs 2025-03-14T03:58:02.1480153Z xpu/test_conv 2025-03-14T03:58:02.1480378Z xpu/test_gemm 2025-03-14T03:58:02.1481863Z additional failures: {'inductor/test_foreach', 'test_mkldnn', 'test_cpp_extensions_open_device_registration', 'test_cpp_extensions_jit', 'inductor/test_torchinductor', 'inductor/test_torchinductor_strided_blocks', 'test_cpp_api_parity', 'cpp/packedtensoraccessor_test', 'test_utils', 'inductor/test_triton_extension_backend', 'higher_order_ops/test_invoke_subgraph'} 2025-03-14T03:58:02.1483446Z Results from PreviouslyFailedInPR 2025-03-14T03:58:02.1483787Z higher_order_ops/test_invoke_subgraph (1) 2025-03-14T03:58:02.1484129Z inductor/test_foreach (1) 2025-03-14T03:58:02.1484430Z inductor/test_torchinductor (1) 2025-03-14T03:58:02.1484769Z inductor/test_torchinductor_strided_blocks (1) 2025-03-14T03:58:02.1485155Z inductor/test_triton_extension_backend (1) 2025-03-14T03:58:02.1485497Z test_ci_sanity_check_fail (1) 2025-03-14T03:58:02.1485797Z test_cpp_api_parity (1) 2025-03-14T03:58:02.1486091Z test_cpp_extensions_jit (1) 2025-03-14T03:58:02.1486410Z test_cpp_extensions_open_device_registration (1) 2025-03-14T03:58:02.1486761Z test_mkldnn (1) 2025-03-14T03:58:02.1487002Z test_utils (1) 2025-03-14T03:58:02.1487245Z base_commit: HEAD^ 2025-03-14T03:58:02.1487847Z Changed files: ['torch/csrc/distributed/c10d/ProcessGroupNCCL.cpp', 'torch/csrc/distributed/c10d/ProcessGroupNCCL.hpp'] 2025-03-14T03:58:02.1488704Z Results from EditedByPR 2025-03-14T03:58:02.1488885Z 2025-03-14T03:58:02.1488993Z Results from MentionedInPR 2025-03-14T03:58:02.1489180Z 2025-03-14T03:58:02.1489277Z base_commit: HEAD^ 2025-03-14T03:58:02.1489893Z Changed files: ['torch/csrc/distributed/c10d/ProcessGroupNCCL.cpp', 'torch/csrc/distributed/c10d/ProcessGroupNCCL.hpp'] 2025-03-14T03:58:02.1490614Z Results from HistoricalClassFailurCorrelation 2025-03-14T03:58:02.1491078Z inductor/test_torchinductor_opinfo, TestInductorOpInfoCPU (0.25) 2025-03-14T03:58:02.1491837Z inductor/test_torchinductor_opinfo, TestInductorOpInfoCUDA (0.07907786754219832) 2025-03-14T03:58:02.1492472Z distributed/test_c10d_nccl, ProcessGroupNCCLGroupTest (0.07040229736971561) 2025-03-14T03:58:02.1492971Z test_fx, TestVisionTracing (0.06931247397244791) 2025-03-14T03:58:02.1493495Z distributed/test_distributed_spawn, TestDistBackendWithSpawn (0.04817449289067656) 2025-03-14T03:58:02.1494124Z distributed/test_c10d_nccl, NcclErrorHandlingTest (0.046216763055872224) 2025-03-14T03:58:02.1494713Z distributed/test_device_mesh, DeviceMeshCollectiveTest (0.045574362476489494) 2025-03-14T03:58:02.1495334Z distributed/test_c10d_gloo, DistributedDataParallelTest (0.03752456967293895) 2025-03-14T03:58:02.1495852Z test_utils, TestDeviceUtilsCPU (0.03615032077794899) 2025-03-14T03:58:02.1496300Z test_ops, TestCompositeComplianceCUDA (0.035692381613027534) 2025-03-14T03:58:02.1496850Z test_python_dispatch, TestWrapperSubclassAliasingCPU (0.035314350459419185) 2025-03-14T03:58:02.1497603Z inductor/test_torchinductor_dynamic_shapes, TestInductorDynamicCUDA (0.03298915462999838) 2025-03-14T03:58:02.1498157Z test_decomp, TestDecompCUDA (0.031109826497970033) 2025-03-14T03:58:02.1498549Z test_linalg, TestLinalgCUDA (0.02962418746696073) 2025-03-14T03:58:02.1499011Z test_python_dispatch, TestPythonRegistration (0.028622403349720507) 2025-03-14T03:58:02.1499464Z test_jit, TestScript (0.027435243386533404) 2025-03-14T03:58:02.1499945Z distributed/test_c10d_nccl, DistributedDataParallelTest (0.027429803210148818) 2025-03-14T03:58:02.1500523Z inductor/test_triton_cpu_backend, CpuTritonTests (0.02497604049383169) 2025-03-14T03:58:02.1501019Z test_dataloader, TestDataLoader (0.023250330648947142) 2025-03-14T03:58:02.1501535Z inductor/test_compiled_autograd, TestCompiledAutograd (0.022296190800630333) 2025-03-14T03:58:02.1502068Z test_cuda_multigpu, TestCudaMultiGPU (0.02186433589214761) 2025-03-14T03:58:02.1502612Z distributed/fsdp/test_fsdp_optim_state, TestFSDPOptimState (0.02179142511672117) 2025-03-14T03:58:02.1503292Z export/test_retraceability, RetraceExportNonStrictTestExport (0.020671735752575922) 2025-03-14T03:58:02.1503835Z dynamo/test_misc, MiscTests (0.020262224089270267) 2025-03-14T03:58:02.1504276Z functorch/test_ops, TestOperatorsCUDA (0.01987055309470982) 2025-03-14T03:58:02.1504804Z distributed/launcher/test_run, ElasticLaunchTest (0.019320122261061345) 2025-03-14T03:58:02.1505259Z test_cuda, TestCuda (0.019320122261061345) 2025-03-14T03:58:02.1505763Z distributed/test_c10d_object_collectives, TestObjectCollectives (0.01788900209357532) 2025-03-14T03:58:02.1506409Z dynamo/test_ctx_manager, ContextlibContextManagerTests (0.01788900209357532) 2025-03-14T03:58:02.1507197Z inductor/test_aot_inductor_arrayref, AOTInductorTestABICompatibleCpuWithStackAllocation (0.01788900209357532) 2025-03-14T03:58:02.1507915Z test_cuda, TestBlockStateAbsorption (0.01722378560289748) 2025-03-14T03:58:02.1508458Z inductor/test_cpu_select_algorithm, TestSelectAlgorithmCPU (0.016769921582169795) 2025-03-14T03:58:02.1509095Z export/test_serdes, SerDesExportNonStrictTestExport (0.016696401954003626) 2025-03-14T03:58:02.1509793Z inductor/test_cpu_select_algorithm, TestSelectAlgorithmDynamicShapesCPU (0.01658161629697427) 2025-03-14T03:58:02.1510484Z distributed/test_c10d_nccl, ProcessGroupNCCLInitTest (0.016100101884217784) 2025-03-14T03:58:02.1511091Z distributed/test_c10d_ucc, DistributedDataParallelTest (0.015980841870260616) 2025-03-14T03:58:02.1511688Z dynamo/test_dynamic_shapes, DynamicShapesMiscTests (0.01597472597210897) 2025-03-14T03:58:02.1512431Z inductor/test_cudagraph_trees_expandable_segments, CudaGraphTreeTests (0.015503801814431941) 2025-03-14T03:58:02.1513013Z test_autograd, TestAutograd (0.015503801814431941) 2025-03-14T03:58:02.1513557Z inductor/test_cpu_cpp_wrapper, DynamicShapesCppWrapperCpuTests (0.014490091695796006) 2025-03-14T03:58:02.1514085Z test_mps, TestSDPA (0.014311201674860254) 2025-03-14T03:58:02.1514686Z distributed/_composable/test_composability/test_pp_composability, ComposabilityTest (0.013628923455477381) 2025-03-14T03:58:02.1515475Z inductor/test_cpu_cpp_wrapper, TestCppWrapper (0.012323534775574107) 2025-03-14T03:58:02.1515971Z profiler/test_profiler, TestProfiler (0.012164521423631216) 2025-03-14T03:58:02.1516471Z test_dataloader, TestOutOfOrderDataLoader (0.011926001395716878) 2025-03-14T03:58:02.1516922Z test_ops, TestCommonCUDA (0.011588325742450261) 2025-03-14T03:58:02.1517355Z inductor/test_torchinductor, CpuTests (0.011210441311973865) 2025-03-14T03:58:02.1517885Z test_nestedtensor, TestNestedTensorSubclassCUDA (0.011210441311973863) 2025-03-14T03:58:02.1518444Z inductor/test_flex_decoding, TestFlexDecoding (0.010964227089610677) 2025-03-14T03:58:02.1519128Z distributed/_tools/test_fsdp2_mem_tracker, TestTrackerFullyShard1DTrainingCompose (0.01073340125614519) 2025-03-14T03:58:02.1519912Z inductor/test_torchinductor_dynamic_shapes, DynamicShapesCpuTests (0.010600797464402604) 2025-03-14T03:58:02.1520485Z export/test_export, TestExport (0.010392658359124706) 2025-03-14T03:58:02.1520978Z test_cuda, TestCudaMallocAsync (0.00977162695003899) 2025-03-14T03:58:02.1521506Z distributed/fsdp/test_fsdp_misc, TestFSDPMiscMultiProcess (0.009540801116573502) 2025-03-14T03:58:02.1522089Z distributed/test_c10d_gloo, LargeCommTest (0.009540801116573502) 2025-03-14T03:58:02.1522574Z test_ops_gradients, TestBwdGradientsCUDA (0.009302281088659166) 2025-03-14T03:58:02.1523085Z distributed/test_device_mesh, DeviceMeshTest (0.009200058219553019) 2025-03-14T03:58:02.1523594Z inductor/test_torchinductor, GPUTests (0.008898631810650285) 2025-03-14T03:58:02.1524088Z distributed/test_c10d_nccl, NCCLTraceTest (0.008774129598277417) 2025-03-14T03:58:02.1524632Z distributed/test_launcher, TestDistributedLaunch (0.008348200977001815) 2025-03-14T03:58:02.1525193Z nn/test_parametrization, TestNNParametrization (0.008348200977001813) 2025-03-14T03:58:02.1525737Z test_ops_fwd_gradients, TestFwdGradientsCUDA (0.008203643384326458) 2025-03-14T03:58:02.1526401Z distributed/_composable/fsdp/test_fully_shard_compile, TestFullyShardCompile (0.007912244446642163) 2025-03-14T03:58:02.1527117Z export/test_retraceability, RetraceExportTestExport (0.0074926199484386825) 2025-03-14T03:58:02.1527920Z export/test_export_training_ir_to_run_decomp, TrainingIRToRunDecompExportNonStrictTestExport (0.007188126295782081) 2025-03-14T03:58:02.1528842Z export/test_export_training_ir_to_run_decomp, TrainingIRToRunDecompExportTestExport (0.007188126295782081) 2025-03-14T03:58:02.1529736Z distributed/rpc/cuda/test_tensorpipe_agent, TensorPipeTensorPipeCudaDistAutogradTest (0.007155600837430127) 2025-03-14T03:58:02.1530445Z inductor/test_halide, CpuHalideTests (0.007155600837430127) 2025-03-14T03:58:02.1531103Z inductor/test_torchinductor_codegen_dynamic_shapes, DynamicShapesCodegenCpuTests (0.007155600837430127) 2025-03-14T03:58:02.1531881Z inductor/test_torchinductor_dynamic_shapes, DynamicShapesGPUTests (0.007155600837430127) 2025-03-14T03:58:02.1532564Z test_fake_tensor, PropagateRealTensorsFakeTensorTest (0.007155600837430127) 2025-03-14T03:58:02.1533088Z test_foreach, TestForeachCUDA (0.007155600837430127) 2025-03-14T03:58:02.1533461Z test_jit, TestModels (0.007155600837430127) 2025-03-14T03:58:02.1533833Z test_meta, TestMetaCUDA (0.007155600837430127) 2025-03-14T03:58:02.1534236Z test_mps, TestAdvancedIndexing (0.007155600837430127) 2025-03-14T03:58:02.1534615Z test_mps, TestMPS (0.007155600837430127) 2025-03-14T03:58:02.1535060Z test_quantization, TestFXNumericSuiteNShadows (0.007155600837430127) 2025-03-14T03:58:02.1535586Z test_transformers, TestTransformersCUDA (0.007155600837430127) 2025-03-14T03:58:02.1536029Z export/test_hop, TestHOPCUDA (0.007076094161458681) 2025-03-14T03:58:02.1536559Z distributed/test_c10d_nccl, NcclUserBufferRegistrationTest (0.006978676640900261) 2025-03-14T03:58:02.1537192Z dynamo/test_autograd_function, AutogradFunctionTests (0.006360534077715669) 2025-03-14T03:58:02.1537762Z test_cuda, TestCudaOptimsCUDA (0.005963000697858439) 2025-03-14T03:58:02.1538230Z test_dataloader, TestIndividualWorkerQueue (0.005963000697858439) 2025-03-14T03:58:02.1538791Z profiler/test_kineto, SimpleKinetoInitializationTest (0.005366700628072595) 2025-03-14T03:58:02.1539479Z inductor/test_compiled_optimizers, CompiledOptimizerParityTestsCUDA (0.005247440614115427) 2025-03-14T03:58:02.1540233Z distributed/flight_recorder/test_fr_analysis, FlightRecorderEventTest (0.005008920586201089) 2025-03-14T03:58:02.1540948Z distributed/pipelining/test_schedule_multiproc, ScheduleTest (0.004770400558286751) 2025-03-14T03:58:02.1541592Z distributed/test_c10d_functional_native, TestWithNCCL (0.004770400558286751) 2025-03-14T03:58:02.1542193Z inductor/test_group_batch_fusion, TestGroupBatchFusion (0.004770400558286751) 2025-03-14T03:58:02.1542718Z test_jit, TestSymbolicShapeAnalysis (0.004770400558286751) 2025-03-14T03:58:02.1543221Z test_quantization, TestFloat8DtypeCPUOnlyCPU (0.004770400558286751) 2025-03-14T03:58:02.1543894Z distributed/_composable/fsdp/test_fully_shard_training, pytest (0.004429657661266269) 2025-03-14T03:58:02.1544656Z inductor/test_torchinductor_codegen_dynamic_shapes, DynamicShapesCodegenGPUTests (0.004163639083767823) 2025-03-14T03:58:02.1545373Z distributed/fsdp/test_fsdp_core, TestParityWithDDP (0.004126645211851877) 2025-03-14T03:58:02.1545949Z inductor/test_cudagraph_trees, CudaGraphTreeTests (0.004054840474543738) 2025-03-14T03:58:02.1546487Z test_autograd, TestAutogradDeviceTypeCUDA (0.003975333798572293) 2025-03-14T03:58:02.1546940Z test_ops, TestMathBitsCUDA (0.003975333798572293) 2025-03-14T03:58:02.1547376Z test_cuda_expandable_segments, TestCuda (0.0037523272684084814) 2025-03-14T03:58:02.1548325Z distributed/_shard/sharded_tensor/test_sharded_tensor, TestShardedTensorFromLocalShards (0.0035778004187150634) 2025-03-14T03:58:02.1549075Z distributed/_tools/test_mem_tracker, TestMemTracker (0.0035778004187150634) 2025-03-14T03:58:02.1549777Z distributed/fsdp/test_distributed_checkpoint, TestDistributedCheckpoint (0.0035778004187150634) 2025-03-14T03:58:02.1550483Z distributed/fsdp/test_fsdp_misc, TestFSDPMiscMultiThread (0.0035778004187150634) 2025-03-14T03:58:02.1551216Z distributed/rpc/test_tensorpipe_agent, TensorPipeDdpUnderDistAutogradTest (0.0035778004187150634) 2025-03-14T03:58:02.1551953Z distributed/rpc/test_tensorpipe_agent, TensorPipeRpcTest (0.0035778004187150634) 2025-03-14T03:58:02.1552777Z distributed/test_c10d_gloo, GlooProcessGroupWithDispatchedCollectivesTests (0.0035778004187150634) 2025-03-14T03:58:02.1553448Z distributed/test_c10d_nccl, CommTest (0.0035778004187150634) 2025-03-14T03:58:02.1553940Z distributed/test_c10d_nccl, LargeCommTest (0.0035778004187150634) 2025-03-14T03:58:02.1554446Z distributed/test_functional_api, TestPgTag (0.0035778004187150634) 2025-03-14T03:58:02.1554959Z dynamo/test_ctx_manager, CtxManagerTests (0.0035778004187150634) 2025-03-14T03:58:02.1555533Z dynamo/test_dynamic_shapes, DynamicShapesCtxManagerTests (0.0035778004187150634) 2025-03-14T03:58:02.1556060Z dynamo/test_exc, ExcTests (0.0035778004187150634) 2025-03-14T03:58:02.1556478Z dynamo/test_logging, LoggingTests (0.0035778004187150634) 2025-03-14T03:58:02.1556966Z export/test_serdes, SerDesExportTestExport (0.0035778004187150634) 2025-03-14T03:58:02.1557525Z functorch/test_aotdispatch, TestAOTModuleSimplified (0.0035778004187150634) 2025-03-14T03:58:02.1558040Z functorch/test_dims, TestMin (0.0035778004187150634) 2025-03-14T03:58:02.1558524Z inductor/test_compile_worker, TestCompileWorker (0.0035778004187150634) 2025-03-14T03:58:02.1559175Z inductor/test_compiled_autograd, TestAutogradWithCompiledAutograd (0.0035778004187150634) 2025-03-14T03:58:02.1559919Z inductor/test_compiled_autograd, TestCustomOpWithCompiledAutograd (0.0035778004187150634) 2025-03-14T03:58:02.1560593Z inductor/test_extension_backend, ExtensionBackendTests (0.0035778004187150634) 2025-03-14T03:58:02.1561200Z inductor/test_kernel_benchmark, TestKernelBenchmark (0.0035778004187150634) 2025-03-14T03:58:02.1561843Z inductor/test_max_autotune, TestMaxAutotune (0.0035778004187150634) 2025-03-14T03:58:02.1562396Z inductor/test_pattern_matcher, TestPatternMatcher (0.0035778004187150634) 2025-03-14T03:58:02.1562919Z inductor/test_perf, InplacingTests (0.0035778004187150634) 2025-03-14T03:58:02.1563520Z inductor/test_triton_extension_backend, TritonExtensionBackendTests (0.0035778004187150634) 2025-03-14T03:58:02.1564189Z nn/test_convolution, TestConvolutionNNDeviceTypeCUDA (0.0035778004187150634) 2025-03-14T03:58:02.1564811Z profiler/test_memory_profiler, TestIdentifyGradients (0.0035778004187150634) 2025-03-14T03:58:02.1565383Z profiler/test_profiler, TestProfilerCUDA (0.0035778004187150634) 2025-03-14T03:58:02.1565947Z test_cuda_expandable_segments, TestBlockStateAbsorption (0.0035778004187150634) 2025-03-14T03:58:02.1566548Z test_cuda_expandable_segments, TestCudaMallocAsync (0.0035778004187150634) 2025-03-14T03:58:02.1567068Z test_jit_fuser_te, TestNNCOpInfoCPU (0.0035778004187150634) 2025-03-14T03:58:02.1567549Z test_modules, TestModuleCUDA (0.0035778004187150634) 2025-03-14T03:58:02.1567920Z test_nn, TestNN (0.0035778004187150634) 2025-03-14T03:58:02.1568270Z test_ops_jit, TestJitCPU (0.0035778004187150634) 2025-03-14T03:58:02.1568651Z test_ops_jit, TestJitCUDA (0.0035778004187150634) 2025-03-14T03:58:02.1569101Z test_overrides, TestTorchFunctionWarning (0.0035778004187150634) 2025-03-14T03:58:02.1569639Z test_schema_check, TestSchemaCheckModeOpInfoCUDA (0.0035778004187150634) 2025-03-14T03:58:02.1570144Z test_testing, TestTestingCUDA (0.0035778004187150634) 2025-03-14T03:58:02.1570535Z test_torch, TestTorch (0.0035778004187150634) 2025-03-14T03:58:02.1570949Z test_torch, TestTorchDeviceTypeCUDA (0.0035778004187150634) 2025-03-14T03:58:02.1571434Z test_transformers, TestSDPACudaOnlyCUDA (0.0035778004187150634) 2025-03-14T03:58:02.1571895Z test_type_hints, TestTypeHints (0.0035778004187150634) 2025-03-14T03:58:02.1572305Z test_utils, TestDataLoaderUtils (0.0035778004187150634) 2025-03-14T03:58:02.1572828Z torch_np/numpy_tests/lib/test_function_base, TestGradient (0.0035778004187150634) 2025-03-14T03:58:02.1573699Z distributed/_composable/fsdp/test_fully_shard_extensions, TestFullyShardAllGatherExtensionsMultiThread (0.0023852002791433756) 2025-03-14T03:58:02.1574613Z distributed/_composable/fsdp/test_fully_shard_mixed_precision, pytest (0.0023852002791433756) 2025-03-14T03:58:02.1575293Z distributed/checkpoint/test_state_dict, TestStateDict (0.0023852002791433756) 2025-03-14T03:58:02.1575840Z distributed/test_c10d_ucc, CommTest (0.0023852002791433756) 2025-03-14T03:58:02.1576382Z distributed/test_pg_wrapper, ProcessGroupNCCLWrapperTest (0.0023852002791433756) 2025-03-14T03:58:02.1576968Z inductor/test_codecache, TestFxGraphCache (0.0023852002791433756) 2025-03-14T03:58:02.1577475Z inductor/test_torchinductor, TestFull (0.0023852002791433756) 2025-03-14T03:58:02.1578015Z test_dataloader, TestDataLoaderPersistentWorkers (0.0023852002791433756) 2025-03-14T03:58:02.1578692Z test_functional_autograd_benchmark, TestFunctionalAutogradBenchmark (0.0023852002791433756) 2025-03-14T03:58:02.1579330Z test_multiprocessing, TestMultiprocessing (0.0023852002791433756) 2025-03-14T03:58:02.1579773Z test_testing, TestImports (0.0023852002791433756) 2025-03-14T03:58:02.1580319Z distributed/test_inductor_collectives, TestCollectivesMultiProc (0.001959601625548989) 2025-03-14T03:58:02.1580940Z inductor/test_multi_kernel, MultiKernelTest (0.0017889002093575317) 2025-03-14T03:58:02.1581624Z distributed/test_compute_comm_reordering, TestComputeCommReorderingMultiProc (0.0016677269331443656) 2025-03-14T03:58:02.1582359Z functorch/test_aotdispatch, TestAOTAutogradWithCache (0.001623415383789057) 2025-03-14T03:58:02.1582933Z test_nestedtensor, TestNestedTensorOpInfoCUDA (0.001590133519428917) 2025-03-14T03:58:02.1583686Z distributed/_composable/test_composability/test_2d_composability, TestFullyShard2DStateDict (0.0014311201674860254) 2025-03-14T03:58:02.1584616Z distributed/checkpoint/test_fsdp_optim_state, FsdpOptimStateCheckpoint (0.0014311201674860254) 2025-03-14T03:58:02.1585311Z profiler/test_execution_trace, TestExecutionTraceCPU (0.0014311201674860254) 2025-03-14T03:58:02.1585906Z test_nestedtensor, TestNestedTensorAutogradCUDA (0.001171088593042617) 2025-03-14T03:58:02.1586540Z inductor/test_aot_inductor, AOTInductorTestABICompatibleCuda (0.0011008616672969426) 2025-03-14T03:58:02.1587078Z test_utils, TestBottleneck (0.0009540801116573502) 2025-03-14T03:58:02.1587552Z test_dynamic_shapes, TestSymNumberMagicMethods (0.0007224404691636186) 2025-03-14T03:58:02.1588063Z inductor/test_pad_mm, PadMMTest (0.0007155600837430127) 2025-03-14T03:58:02.1588736Z test_quantization, TestQuantizeEagerPTQDynamic (0.0007155600837430127) 2025-03-14T03:58:02.1589356Z inductor/test_compiled_optimizers, CompiledOptimizerTests (0.0006505091670391025) 2025-03-14T03:58:02.1589951Z distributed/test_c10d_common, TimeoutTest (0.0005504308336484713) 2025-03-14T03:58:02.1590567Z distributed/test_functional_api, pytest (0.0004770400558286751) 2025-03-14T03:58:02.1591001Z test_jit, TestJit (0.0004770400558286751) 2025-03-14T03:58:02.1591366Z test_jit_legacy, TestSparse (0.0004770400558286751) 2025-03-14T03:58:02.1591994Z distributed/_composable/fsdp/test_fully_shard_training, TestFullyShardHSDPTraining (0.0004209176963194192) 2025-03-14T03:58:02.1592688Z test_cuda, TestMemPool (0.00039753337985722927) 2025-03-14T03:58:02.1593096Z test_jit_legacy, TestTypeSharing (0.0003407428970204822) 2025-03-14T03:58:02.1593489Z test_ops, TestCommonCPU (0.00030449365265660115) 2025-03-14T03:58:02.1594060Z distributed/test_dynamo_distributed, TestFakeDistributedSingleProc (0.00018830528519552965) 2025-03-14T03:58:02.1594739Z inductor/test_scatter_optimization, TestScatterOpt (7.301633507581762e-05) 2025-03-14T03:58:02.1595266Z test_accelerator, TestAccelerator (5.166498799588539e-05) 2025-03-14T03:58:02.1595747Z test_quantization, TestNumericDebugger (5.166498799588539e-05) 2025-03-14T03:58:02.1596273Z distributed/test_c10d_logger, C10dErrorLoggerTest (3.3281864360140126e-05) 2025-03-14T03:58:02.1596858Z functorch/test_control_flow, AssociativeScanTests (3.3281864360140126e-05) 2025-03-14T03:58:02.1597487Z inductor/test_aot_inductor, AOTInductorTestABICompatibleCpu (3.252545835195512e-05) 2025-03-14T03:58:02.1598075Z inductor/test_cpu_repro, CPUReproTests (3.252545835195512e-05) 2025-03-14T03:58:03.6329831Z inductor/test_minifier, MinifierTests (3.252545835195512e-05) 2025-03-14T03:58:03.6330486Z base_commit: HEAD^ 2025-03-14T03:58:03.6331408Z Changed files: ['torch/csrc/distributed/c10d/ProcessGroupNCCL.cpp', 'torch/csrc/distributed/c10d/ProcessGroupNCCL.hpp'] 2025-03-14T03:58:03.6332495Z Results from CorrelatedWithHistoricalFailures 2025-03-14T03:58:03.6333077Z distributed/test_c10d_nccl (0.25) 2025-03-14T03:58:03.6333643Z distributed/test_distributed_spawn (0.10155489444554128) 2025-03-14T03:58:03.6334427Z inductor/test_compiled_autograd (0.05746820771864853) 2025-03-14T03:58:03.6335088Z distributed/_composable/test_composability/test_pp_composability (0.036202439223642024) 2025-03-14T03:58:03.6335641Z distributed/test_c10d_ucc (0.03422776072053428) 2025-03-14T03:58:03.6336006Z test_nestedtensor (0.03291130838512911) 2025-03-14T03:58:03.6336358Z test_ci_sanity_check_fail (0.029620177546616205) 2025-03-14T03:58:03.6336698Z test_torch (0.029620177546616205) 2025-03-14T03:58:03.6337005Z test_autograd (0.02632904670810329) 2025-03-14T03:58:03.6337369Z distributed/fsdp/test_fsdp_core (0.01974678503107747) 2025-03-14T03:58:03.6337849Z distributed/fsdp/test_fsdp_dtensor_state_dict (0.01974678503107747) 2025-03-14T03:58:03.6338352Z distributed/fsdp/test_fsdp_pure_fp16 (0.01974678503107747) 2025-03-14T03:58:03.6338753Z dynamo/test_interop (0.01974678503107747) 2025-03-14T03:58:03.6339110Z inductor/test_debug_trace (0.01974678503107747) 2025-03-14T03:58:03.6339476Z inductor/test_indexing (0.01974678503107747) 2025-03-14T03:58:03.6340098Z test_autoload_disable (0.01974678503107747) 2025-03-14T03:58:03.6340475Z test_model_exports_to_core_aten (0.01974678503107747) 2025-03-14T03:58:03.6340828Z test_modules (0.01974678503107747) 2025-03-14T03:58:03.6341146Z test_reductions (0.013164523354051645) 2025-03-14T03:58:03.6341497Z distributed/test_c10d_gloo (0.01139237597946777) 2025-03-14T03:58:03.6341889Z inductor/test_cudacodecache (0.01114737864657599) 2025-03-14T03:58:03.6342293Z distributed/launcher/test_run (0.009873392515538735) 2025-03-14T03:58:03.6342689Z distributed/test_launcher (0.009873392515538735) 2025-03-14T03:58:03.6343046Z functorch/test_dims (0.009873392515538735) 2025-03-14T03:58:03.6343449Z inductor/test_aot_inductor_arrayref (0.009873392515538735) 2025-03-14T03:58:03.6343842Z test_foreach (0.007898714012430988) 2025-03-14T03:58:03.6344260Z distributed/flight_recorder/test_fr_analysis (0.006582261677025822) 2025-03-14T03:58:03.6344719Z lazy/test_step_closures (0.006582261677025822) 2025-03-14T03:58:03.6345206Z test_dataloader (0.006582261677025822) 2025-03-14T03:58:03.6345539Z test_transformers (0.006582261677025822) 2025-03-14T03:58:03.6346173Z distributed/_composable/fsdp/test_fully_shard_compile (0.006178524047258349) 2025-03-14T03:58:03.6346673Z functorch/test_rearrange (0.005641938580307848) 2025-03-14T03:58:03.6347083Z inductor/test_cpp_wrapper_hipify (0.005641938580307848) 2025-03-14T03:58:03.6347556Z distributed/test_compute_comm_reordering (0.004602303284872333) 2025-03-14T03:58:03.6348151Z distributed/_composable/test_composability/test_2d_composability (0.003949357006215494) 2025-03-14T03:58:03.6348781Z distributed/checkpoint/test_fsdp_optim_state (0.003949357006215494) 2025-03-14T03:58:03.6349229Z test_mkl_verbose (0.0017951622755524972) 2025-03-14T03:58:03.6349598Z distributed/test_c10d_common (0.0015189834639290363) 2025-03-14T03:58:03.6350003Z inductor/test_torchinductor (0.0013164523354051647) 2025-03-14T03:58:03.6350356Z test_ops (0.0008402887247267008) 2025-03-14T03:58:03.6350664Z test_cuda (0.0004701615483589873) 2025-03-14T03:58:03.6350977Z test_accelerator (0.00014257606520633553) 2025-03-14T03:58:03.6351350Z distributed/test_c10d_logger (9.184551177245334e-05) 2025-03-14T03:58:03.6351755Z functorch/test_control_flow (9.184551177245334e-05) 2025-03-14T03:58:03.6352137Z inductor/test_aot_inductor (8.975811377762486e-05) 2025-03-14T03:58:03.6352640Z inductor/test_cpu_repro (8.975811377762486e-05) 2025-03-14T03:58:03.6353018Z inductor/test_minifier (8.975811377762486e-05) 2025-03-14T03:58:03.6353361Z base_commit: HEAD^ 2025-03-14T03:58:03.6353983Z Changed files: ['torch/csrc/distributed/c10d/ProcessGroupNCCL.cpp', 'torch/csrc/distributed/c10d/ProcessGroupNCCL.hpp'] 2025-03-14T03:58:03.6354672Z Results from HistorialEditedFiles 2025-03-14T03:58:03.6354998Z distributed/test_c10d_nccl (0.25) 2025-03-14T03:58:03.6355396Z distributed/elastic/test_control_plane (0.00519781325951484) 2025-03-14T03:58:03.6355873Z distributed/test_symmetric_memory (0.004519837616969425) 2025-03-14T03:58:03.6356349Z distributed/test_c10d_functional_native (0.0023989907351606946) 2025-03-14T03:58:03.6356840Z distributed/test_inductor_collectives (0.0023989907351606946) 2025-03-14T03:58:03.6357422Z distributed/_composable/test_composability/test_pp_composability (0.0022599188084847124) 2025-03-14T03:58:03.6357985Z distributed/test_c10d_common (0.0022599188084847124) 2025-03-14T03:58:03.6358375Z test_multiprocessing (0.0005215197250349337) 2025-03-14T03:58:03.6358706Z base_commit: HEAD^ 2025-03-14T03:58:03.6359312Z Changed files: ['torch/csrc/distributed/c10d/ProcessGroupNCCL.cpp', 'torch/csrc/distributed/c10d/ProcessGroupNCCL.hpp'] 2025-03-14T03:58:03.6359979Z Results from Profiling 2025-03-14T03:58:03.6360156Z 2025-03-14T03:58:03.6360252Z Results from LLM 2025-03-14T03:58:03.6360510Z functorch/test_rearrange (0.25) 2025-03-14T03:58:03.6360840Z functorch/test_parsing (0.24935646822327556) 2025-03-14T03:58:03.6361341Z distributed/_tools/test_mod_tracker (0.24842675544639028) 2025-03-14T03:58:03.6361789Z inductor/test_external_callables (0.2472830126835195) 2025-03-14T03:58:03.6362248Z distributed/tensor/debug/test_op_coverage (0.24695972487534676) 2025-03-14T03:58:03.6362703Z inductor/test_triton_syntax (0.24662618413371362) 2025-03-14T03:58:03.6363067Z test_package (0.2450108865327078) 2025-03-14T03:58:03.6363538Z cpp_extensions/open_registration_extension/test/test_openreg (0.24443520033911578) 2025-03-14T03:58:03.6364050Z test_comparison_utils (0.24198440881265262) 2025-03-14T03:58:03.6364377Z test_mkl_verbose (0.24034666289444157) 2025-03-14T03:58:03.6364753Z inductor/test_cpp_wrapper_hipify (0.24009778895489928) 2025-03-14T03:58:03.6365199Z export/test_functionalized_assertions (0.2392339793108619) 2025-03-14T03:58:03.6365611Z onnx/test_lazy_import (0.23857046232399398) 2025-03-14T03:58:03.6365988Z dynamo/test_fx_passes_pre_grad (0.23834714061705997) 2025-03-14T03:58:03.6366373Z inductor/test_inductor_utils (0.2382143531135916) 2025-03-14T03:58:03.6366810Z inductor/test_b2b_gemm (0.237374693933916) 2025-03-14T03:58:03.6367152Z test_mkldnn_verbose (0.23717604334812106) 2025-03-14T03:58:03.6367512Z export/test_retraceability (0.23610855677786186) 2025-03-14T03:58:03.6367926Z export/test_unflatten_training_ir (0.23537146698331143) 2025-03-14T03:58:03.6368361Z inductor/test_triton_extension_backend (0.235286119322358) 2025-03-14T03:58:03.6368850Z export/test_export_training_ir_to_run_decomp (0.2352769077024522) 2025-03-14T03:58:03.6369327Z inductor/test_extension_backend (0.23463145350070394) 2025-03-14T03:58:03.6369884Z inductor/test_op_completeness (0.23451288393230757) 2025-03-14T03:58:03.6370288Z inductor/test_compile_worker (0.2339122863144485) 2025-03-14T03:58:03.6370659Z inductor/test_smoke (0.23388731481439948) 2025-03-14T03:58:03.6371065Z distributed/checkpoint/test_nested_dict (0.23311231720141054) 2025-03-14T03:58:03.6371487Z test_license (0.2324552483484767) 2025-03-14T03:58:03.6371947Z distributed/tensor/parallel/test_micro_pipeline_tp (0.23207270579399678) 2025-03-14T03:58:03.6372489Z inductor/test_inductor_annotations (0.23194734766223504) 2025-03-14T03:58:03.6372894Z inductor/test_utils (0.2315552130078967) 2025-03-14T03:58:03.6373242Z inductor/test_xpu_basic (0.23142609012712997) 2025-03-14T03:58:03.6373689Z inductor/test_torchinductor_strided_blocks (0.23131484980413694) 2025-03-14T03:58:03.6374147Z inductor/test_cudacodecache (0.23105838629080266) 2025-03-14T03:58:03.6374570Z inductor/test_provenance_tracing (0.23008978445770634) 2025-03-14T03:58:03.6374964Z export/test_serdes (0.22938313305936642) 2025-03-14T03:58:03.6375307Z inductor/test_ck_backend (0.22921369932888142) 2025-03-14T03:58:03.6375766Z distributed/_shard/sharded_tensor/test_logger (0.22918950881399833) 2025-03-14T03:58:03.6376221Z inductor/test_indexing (0.2288132742166278) 2025-03-14T03:58:03.6376640Z inductor/test_move_constructors_to_cuda (0.22845450164655703) 2025-03-14T03:58:03.6377063Z inductor/test_pad_mm (0.22767621989081907) 2025-03-14T03:58:03.6377413Z inductor/test_metrics (0.22737796365847734) 2025-03-14T03:58:03.6377767Z onnx/exporter/test_tensors (0.22712148011988242) 2025-03-14T03:58:03.6378140Z test_utils_config_module (0.22694537797759606) 2025-03-14T03:58:03.6378505Z export/test_tree_utils (0.22676210679199169) 2025-03-14T03:58:03.6378845Z test_autoload (0.22665098662056266) 2025-03-14T03:58:03.6379171Z test_cpp_api_parity (0.22648251410258957) 2025-03-14T03:58:03.6379513Z dynamo/test_reconstruct (0.22615636268214176) 2025-03-14T03:58:03.6379861Z dynamo/test_sdpa (0.22599347721189417) 2025-03-14T03:58:03.6380196Z onnx/test_fx_passes (0.2258942119947787) 2025-03-14T03:58:03.6380541Z dynamo/test_base_output (0.22563464456604138) 2025-03-14T03:58:03.6380908Z functorch/test_ac_logging (0.22560192329011508) 2025-03-14T03:58:03.6381299Z inductor/test_triton_cpu_backend (0.22559511470148905) 2025-03-14T03:58:03.6381747Z distributed/_composable/test_contract (0.2255646362547572) 2025-03-14T03:58:03.6382277Z inductor/test_combo_kernels (0.2252054031036911) 2025-03-14T03:58:03.6382669Z inductor/test_triton_wrapper (0.22518205364975594) 2025-03-14T03:58:03.6383040Z export/test_tools (0.22512918696160084) 2025-03-14T03:58:03.6383424Z distributed/_tools/test_sac_estimator (0.22507682090496237) 2025-03-14T03:58:03.6383896Z distributed/tensor/test_common_rules (0.22492747251092418) 2025-03-14T03:58:03.6384329Z inductor/test_minifier_utils (0.22427973542946014) 2025-03-14T03:58:03.6384793Z distributed/flight_recorder/test_fr_analysis (0.22418817993770063) 2025-03-14T03:58:03.6385254Z inductor/test_autoheuristic (0.22388425655659075) 2025-03-14T03:58:03.6385643Z onnx/test_fx_type_promotion (0.22357414536993545) 2025-03-14T03:58:03.6386015Z dynamo/test_skip_non_tensor (0.22307383425748575) 2025-03-14T03:58:03.6386418Z inductor/test_benchmark_fusion (0.22307117089781733) 2025-03-14T03:58:03.6386874Z distributed/pipelining/test_transformer (0.22306758637615834) 2025-03-14T03:58:03.6387368Z dynamo/test_interop (0.2226170981122427) 2025-03-14T03:58:03.6387797Z distributed/checkpoint/test_dedup_tensors (0.22247267593232808) 2025-03-14T03:58:03.6388232Z inductor/test_debug_trace (0.22238144084473918) 2025-03-14T03:58:03.6388876Z inductor/test_cooperative_reductions (0.22231607839392925) 2025-03-14T03:58:03.6389318Z inductor/test_gpu_cpp_wrapper (0.22219750882553288) 2025-03-14T03:58:03.6389739Z distributed/test_symmetric_memory (0.2219433281919144) 2025-03-14T03:58:03.6390145Z export/test_export_legacy (0.22183739456299756) 2025-03-14T03:58:03.6390606Z distributed/pipelining/test_schedule_multiproc (0.22182694137693051) 2025-03-14T03:58:03.6391097Z test_appending_byte_serializer (0.22166025110715662) 2025-03-14T03:58:03.6391506Z distributed/_tools/test_sac_ilp (0.2216411470084824) 2025-03-14T03:58:03.6391944Z inductor/test_coordinate_descent_tuner (0.22149956841558216) 2025-03-14T03:58:03.6392413Z test_hop_infra (0.2214931002563874) 2025-03-14T03:58:03.6392741Z test_transformers (0.22145735516610074) 2025-03-14T03:58:03.6393090Z inductor/test_snode_runtime (0.2211900579867468) 2025-03-14T03:58:03.6393447Z dynamo/test_utils (0.2209673770881541) 2025-03-14T03:58:03.6393830Z inductor/test_compiled_optimizers (0.22076662384998932) 2025-03-14T03:58:03.6394234Z backends/xeon/test_launch (0.22054602557850575) 2025-03-14T03:58:03.6394596Z test_extension_utils (0.22050837808845591) 2025-03-14T03:58:03.6394942Z inductor/test_cutlass_backend (0.220276565671) 2025-03-14T03:58:03.6395347Z distributed/tensor/test_attention (0.22009385519269428) 2025-03-14T03:58:03.6395727Z test_show_pickle (0.21965239832133848) 2025-03-14T03:58:03.6396060Z dynamo/test_frame_init (0.2196017344118565) 2025-03-14T03:58:03.6396452Z inductor/test_aot_inductor_arrayref (0.21957494061308697) 2025-03-14T03:58:03.6396852Z inductor/test_flex_decoding (0.219326046648284) 2025-03-14T03:58:03.6397255Z dynamo/test_skip_guard_eval_unsafe (0.2192512723249616) 2025-03-14T03:58:03.6397677Z test_transformers_privateuse1 (0.2191969237675173) 2025-03-14T03:58:03.6398055Z export/test_cpp_serdes (0.21909687756523588) 2025-03-14T03:58:03.6398398Z dynamo/test_view (0.21898245322579715) 2025-03-14T03:58:03.6398769Z distributed/tensor/test_tensor_ops (0.21885098738953265) 2025-03-14T03:58:03.6399156Z test_openmp (0.21866118796895156) 2025-03-14T03:58:03.6399468Z test_ao_sparsity (0.21859586556866292) 2025-03-14T03:58:03.6399811Z dynamo/test_pre_dispatch (0.21812725444384565) 2025-03-14T03:58:03.6400253Z distributed/checkpoint/e2e/test_fsdp_ep (0.21804875542203958) 2025-03-14T03:58:03.6400735Z distributed/checkpoint/test_hf_storage (0.21756264221940125) 2025-03-14T03:58:03.6401148Z dynamo/test_sys (0.21754331784285968) 2025-03-14T03:58:03.6401501Z inductor/test_codegen_triton (0.21724183754355095) 2025-03-14T03:58:03.6401857Z test_file_check (0.21708596091453602) 2025-03-14T03:58:03.6402218Z distributed/tensor/test_dtensor (0.21694237979556932) 2025-03-14T03:58:03.6402747Z dynamo/test_callback (0.21692347594950173) 2025-03-14T03:58:03.6403085Z inductor/test_config (0.21687958057812448) 2025-03-14T03:58:03.6403452Z dynamo/test_export_mutations (0.21652777679876503) 2025-03-14T03:58:03.6403834Z inductor/test_foreach (0.21625246951514518) 2025-03-14T03:58:03.6404232Z distributed/fsdp/test_fsdp_fx (0.21622853932865074) 2025-03-14T03:58:03.6404685Z distributed/tensor/test_experimental_ops (0.2161625961452815) 2025-03-14T03:58:03.6405245Z distributed/tensor/experimental/test_register_sharding (0.21588570686606914) 2025-03-14T03:58:03.6405812Z distributed/test_c10d_functional_native (0.215674760770226) 2025-03-14T03:58:03.6406221Z test_flop_counter (0.21564690563264124) 2025-03-14T03:58:03.6406569Z inductor/test_fx_fusion (0.2156048726105058) 2025-03-14T03:58:03.6407100Z distributed/_composable/test_composability/test_pp_composability (0.21517955609924583) 2025-03-14T03:58:03.6407626Z profiler/test_kineto (0.2150420226089999) 2025-03-14T03:58:03.6408001Z inductor/test_aot_inductor (0.21497457753108082) 2025-03-14T03:58:03.6408521Z inductor/test_scatter_optimization (0.2143338893413708) 2025-03-14T03:58:03.6408914Z test_proxy_tensor (0.2143334888361575) 2025-03-14T03:58:03.6409275Z distributed/test_backends (0.21429816427634477) 2025-03-14T03:58:03.6409634Z dynamo/test_pgo (0.21415930911889494) 2025-03-14T03:58:03.6409962Z test_tensorexpr_pybind (0.21395497135907118) 2025-03-14T03:58:03.6410400Z distributed/checkpoint/fsdp/test_fsdp_dsd (0.2138879668368867) 2025-03-14T03:58:03.6410838Z dynamo/test_subgraphs (0.2138729078408668) 2025-03-14T03:58:03.6411214Z distributed/tensor/test_init (0.21382709004446568) 2025-03-14T03:58:03.6411675Z distributed/checkpoint/test_save_load_api (0.21373873859441253) 2025-03-14T03:58:03.6412153Z inductor/test_aot_inductor_custom_ops (0.2135498202853007) 2025-03-14T03:58:03.6412621Z distributed/_tools/test_memory_tracker (0.21353394025359348) 2025-03-14T03:58:03.6413081Z distributed/test_collective_utils (0.21353376002624752) 2025-03-14T03:58:03.6413530Z test_set_default_mobile_cpu_allocator (0.21348125379278438) 2025-03-14T03:58:03.6413946Z torch_np/test_binary_ufuncs (0.21344372645429852) 2025-03-14T03:58:03.6414381Z inductor/test_torchinductor_dynamic_shapes (0.21335673672197056) 2025-03-14T03:58:03.6414854Z onnx/exporter/test_verification (0.21319284998868973) 2025-03-14T03:58:03.6415251Z torch_np/test_unary_ufuncs (0.2131509170928576) 2025-03-14T03:58:03.6415641Z inductor/test_kernel_benchmark (0.21293212109483386) 2025-03-14T03:58:03.6416049Z inductor/test_triton_heuristics (0.2127969906358677) 2025-03-14T03:58:03.6416425Z test_utils_filelock (0.21233370623038725) 2025-03-14T03:58:03.6416748Z test_module_tracker (0.21212592412572917) 2025-03-14T03:58:03.6417088Z test_native_functions (0.21165547067693072) 2025-03-14T03:58:03.6417491Z onnx/test_models_quantized_onnxruntime (0.21165068463963183) 2025-03-14T03:58:03.6417939Z inductor/test_aot_inductor_utils (0.21154018525128337) 2025-03-14T03:58:03.6418361Z inductor/test_memory_planning (0.2115196793843626) 2025-03-14T03:58:03.6418750Z inductor/test_cpu_cpp_wrapper (0.21137011071245712) 2025-03-14T03:58:03.6419149Z inductor/test_op_dtype_prop (0.21135495159013387) 2025-03-14T03:58:03.6419569Z distributed/tensor/test_random_ops (0.21134728191529922) 2025-03-14T03:58:03.6419963Z dynamo/test_config (0.211317364175866) 2025-03-14T03:58:03.6420356Z inductor/test_graph_transform_observer (0.21111709154395722) 2025-03-14T03:58:03.6420776Z lazy/test_functionalization (0.21100605147357082) 2025-03-14T03:58:03.6421128Z test_weak (0.21094000816389827) 2025-03-14T03:58:03.6421480Z dynamo/test_graph_deduplication (0.21069826321715265) 2025-03-14T03:58:03.6421852Z test_deploy (0.21064253291672247) 2025-03-14T03:58:03.6422198Z onnx/test_onnxscript_runtime (0.21061944379117595) 2025-03-14T03:58:03.6422574Z inductor/test_multi_kernel (0.21060891050406624) 2025-03-14T03:58:03.6423044Z inductor/test_group_batch_fusion (0.21059469256899424) 2025-03-14T03:58:03.6423429Z test_foreach (0.21052860920880034) 2025-03-14T03:58:03.6423854Z distributed/tensor/test_dtensor_compile (0.2104809490884181) 2025-03-14T03:58:03.6424345Z distributed/pipelining/test_backward (0.21038731096954943) 2025-03-14T03:58:03.6424752Z test_jiterator (0.2101669129506725) 2025-03-14T03:58:03.6425128Z distributed/tensor/test_dtensor_ops (0.20998518371013933) 2025-03-14T03:58:03.6425542Z dynamo/test_deviceguard (0.2098906644798014) 2025-03-14T03:58:03.6425935Z distributed/pipelining/test_pipe (0.2098901638482848) 2025-03-14T03:58:03.6426364Z inductor/test_decompose_mem_bound_mm (0.20985537997051) 2025-03-14T03:58:03.6426847Z distributed/checkpoint/test_fsdp_optim_state (0.20979292118249646) 2025-03-14T03:58:03.6427287Z inductor/test_profiler (0.20964245137386103) 2025-03-14T03:58:03.6427667Z inductor/test_pattern_matcher (0.20960232075148877) 2025-03-14T03:58:03.6428059Z distributed/test_device_mesh (0.2095524378271727) 2025-03-14T03:58:03.6428601Z inductor/test_torchinductor_codegen_dynamic_shapes (0.20945074955351678) 2025-03-14T03:58:03.6429060Z inductor/test_fp8 (0.2093710690413315) 2025-03-14T03:58:03.6429382Z dynamo/test_after_aot (0.20922796852862074) 2025-03-14T03:58:03.6429811Z test_cpp_extensions_open_device_registration (0.20906734591282827) 2025-03-14T03:58:03.6430265Z distributed/tensor/test_api (0.2090475809805521) 2025-03-14T03:58:03.6430677Z inductor/test_aot_inductor_package (0.2090212878132992) 2025-03-14T03:58:03.6431150Z distributed/checkpoint/test_format_utils (0.20877563794072396) 2025-03-14T03:58:03.6431598Z dynamo/test_python_dispatcher (0.208699461849155) 2025-03-14T03:58:03.6431996Z inductor/test_cpu_select_algorithm (0.2086295736894348) 2025-03-14T03:58:03.6432532Z distributed/tensor/test_redistribute (0.2085882015009013) 2025-03-14T03:58:03.6432959Z test_namedtuple_return_api (0.20856949790744037) 2025-03-14T03:58:03.6433335Z dynamo/test_dynamic_shapes (0.20854152261829162) 2025-03-14T03:58:03.6433745Z dynamo/test_graph_region_tracker (0.20847928410814537) 2025-03-14T03:58:03.6434118Z functorch/test_logging (0.2084286201986634) 2025-03-14T03:58:03.6434450Z test_xpu (0.2083572101191327) 2025-03-14T03:58:03.6434752Z dynamo/test_profiler (0.20827618791448285) 2025-03-14T03:58:03.6435113Z inductor/test_benchmarking (0.20825874591244378) 2025-03-14T03:58:03.6435480Z dynamo/test_compile (0.20819804934736874) 2025-03-14T03:58:03.6435919Z distributed/tensor/parallel/test_tp_random_state (0.20817415921139562) 2025-03-14T03:58:03.6436493Z distributed/tensor/debug/test_comm_mode_features (0.20815529541584937) 2025-03-14T03:58:03.6436953Z torch_np/test_dtype (0.20812854166760117) 2025-03-14T03:58:03.6437288Z dynamo/test_nops (0.20807405293333223) 2025-03-14T03:58:03.6437668Z inductor/test_torchinductor_opinfo (0.2080244303374048) 2025-03-14T03:58:03.6438079Z onnx/exporter/test_building (0.20800796957313833) 2025-03-14T03:58:03.6438479Z inductor/test_block_analysis (0.20797302549327823) 2025-03-14T03:58:03.6438859Z dynamo/test_sources (0.20783643319028355) 2025-03-14T03:58:03.6439248Z inductor/test_split_cat_fx_passes (0.20773001895511073) 2025-03-14T03:58:03.6439640Z inductor/test_fuzzer (0.2075667129543892) 2025-03-14T03:58:03.6440006Z inductor/test_custom_lowering (0.2075211755116374) 2025-03-14T03:58:03.6440375Z dynamo/test_recompiles (0.20750281234760776) 2025-03-14T03:58:03.6440780Z distributed/_tools/test_mem_tracker (0.2074830474153316) 2025-03-14T03:58:03.6441168Z test_namedtensor (0.20744413833385986) 2025-03-14T03:58:03.6441532Z inductor/test_cudagraph_trees (0.2072745844518109) 2025-03-14T03:58:03.6441917Z dynamo/test_optimizers (0.20726789601474885) 2025-03-14T03:58:03.6442257Z inductor/test_memory (0.2070175201806567) 2025-03-14T03:58:03.6442614Z inductor/test_cuda_repro (0.2069928690847783) 2025-03-14T03:58:03.6442984Z inductor/test_minifier (0.20688783659259136) 2025-03-14T03:58:03.6443337Z dynamo/test_modes (0.20674637815125513) 2025-03-14T03:58:03.6443849Z torch_np/numpy_tests/core/test_scalarinherit (0.20673326160551966) 2025-03-14T03:58:03.6444284Z dynamo/test_decorators (0.20652309649484246) 2025-03-14T03:58:03.6444668Z inductor/test_inplacing_pass (0.2065026507037037) 2025-03-14T03:58:03.6445121Z distributed/pipelining/test_microbatch (0.20625501833032261) 2025-03-14T03:58:03.6445561Z test_functionalization (0.20615795589188024) 2025-03-14T03:58:03.6446034Z distributed/tensor/experimental/test_local_map (0.20606718138528665) 2025-03-14T03:58:03.6446607Z distributed/_composable/fsdp/test_fully_shard_logging (0.206016557526326) 2025-03-14T03:58:03.6447088Z inductor/test_halide (0.20594803108433102) 2025-03-14T03:58:03.6447468Z inductor/test_triton_kernels (0.20565726429947792) 2025-03-14T03:58:03.6447866Z inductor/test_inplace_padding (0.2056342953254954) 2025-03-14T03:58:03.6448316Z distributed/tensor/parallel/test_tp_style (0.2056159722119871) 2025-03-14T03:58:03.6448771Z nn/test_multihead_attention (0.20556270501861867) 2025-03-14T03:58:03.6449334Z distributed/_composable/fsdp/test_fully_shard_ignore_params (0.20555513547008739) 2025-03-14T03:58:03.6449825Z test_stateless (0.2054599153556262) 2025-03-14T03:58:03.6450231Z distributed/checkpoint/e2e/test_pipeline (0.20545697164230847) 2025-03-14T03:58:03.6450698Z inductor/test_select_algorithm (0.20529713001168193) 2025-03-14T03:58:03.6451079Z export/test_db (0.2052304458936681) 2025-03-14T03:58:03.6451381Z test_tensorexpr (0.20508412131399031) 2025-03-14T03:58:03.6451707Z inductor/test_perf (0.2050646167101028) 2025-03-14T03:58:03.6452085Z onnx/exporter/test_hf_models_e2e (0.20502378520360723) 2025-03-14T03:58:03.6452465Z test_content_store (0.20500476120597566) 2025-03-14T03:58:03.6452822Z inductor/test_async_compile (0.20499863347621222) 2025-03-14T03:58:03.6453247Z distributed/pipelining/test_unflatten (0.20495960424317652) 2025-03-14T03:58:03.6453692Z dynamo/test_autograd_function (0.20490916061156184) 2025-03-14T03:58:03.6454071Z test_expanded_weights (0.20486250175421283) 2025-03-14T03:58:03.6454483Z inductor/test_custom_post_grad_passes (0.20475324393202562) 2025-03-14T03:58:03.6454887Z torch_np/test_basic (0.20438644123242825) 2025-03-14T03:58:03.6455233Z inductor/test_control_flow (0.20436737718427533) 2025-03-14T03:58:03.6455687Z distributed/checkpoint/test_tp_checkpoint (0.20432694618299307) 2025-03-14T03:58:03.6456142Z inductor/test_dependencies (0.2041885716317992) 2025-03-14T03:58:03.6456523Z inductor/test_ordered_set (0.20417555521236708) 2025-03-14T03:58:03.6456894Z nn/test_packed_sequence (0.20417393316625324) 2025-03-14T03:58:03.6457266Z dynamo/test_metrics_context (0.20416938743208232) 2025-03-14T03:58:03.6457623Z dynamo/test_base_hop (0.20415234593525658) 2025-03-14T03:58:03.6458010Z onnx/exporter/test_dynamic_shapes (0.20412729433416488) 2025-03-14T03:58:03.6458472Z distributed/_tools/test_runtime_estimator (0.20410506629482694) 2025-03-14T03:58:03.6458885Z test_custom_ops (0.20409649548326242) 2025-03-14T03:58:03.6459276Z distributed/checkpoint/test_fsspec (0.20365381707100605) 2025-03-14T03:58:03.6459654Z xpu/test_conv (0.20363435251763984) 2025-03-14T03:58:03.6459980Z lazy/test_step_closures (0.203593000354367) 2025-03-14T03:58:03.6460328Z dynamo/test_modules (0.20349509685497674) 2025-03-14T03:58:03.6460743Z distributed/tensor/test_xla_integration (0.20348678637180084) 2025-03-14T03:58:03.6461199Z inductor/test_fused_attention (0.20340518343459174) 2025-03-14T03:58:03.6461572Z onnx/exporter/test_core (0.20333481466861558) 2025-03-14T03:58:03.6461973Z inductor/test_auto_functionalize (0.20331366799335354) 2025-03-14T03:58:03.6462359Z dynamo/test_global (0.20324652329434442) 2025-03-14T03:58:03.6462770Z distributed/tensor/test_convolution_ops (0.20312412890116108) 2025-03-14T03:58:03.6463213Z torch_np/test_nep50_examples (0.20309923750215472) 2025-03-14T03:58:03.6463593Z profiler/test_cpp_thread (0.20300622016636666) 2025-03-14T03:58:03.6464020Z dynamo/test_cudagraphs (0.2028034243516141) 2025-03-14T03:58:03.6464502Z distributed/_composable/fsdp/test_fully_shard_state (0.20277538898668337) 2025-03-14T03:58:03.6465046Z distributed/tensor/debug/test_comm_mode (0.2026527142398507) 2025-03-14T03:58:03.6465453Z test_mps (0.20255178692610007) 2025-03-14T03:58:03.6465810Z distributed/fsdp/test_shard_utils (0.20239062362826965) 2025-03-14T03:58:03.6466248Z distributed/checkpoint/test_traverse (0.2022673881741384) 2025-03-14T03:58:03.6466748Z distributed/checkpoint/e2e/test_fine_tuning (0.20221327991982205) 2025-03-14T03:58:03.6467221Z inductor/test_minifier_isolate (0.20213538165583594) 2025-03-14T03:58:03.6467583Z test_hub (0.20212781210730463) 2025-03-14T03:58:03.6467873Z test_utils (0.20188824991397147) 2025-03-14T03:58:03.6468196Z dynamo/test_bytecode_utils (0.2018748530145867) 2025-03-14T03:58:03.6468627Z distributed/_composable/test_checkpoint (0.20167003464850702) 2025-03-14T03:58:03.6469188Z distributed/checkpoint/test_fsdp_tp_checkpoint_conversion (0.20156686450556188) 2025-03-14T03:58:03.6469815Z distributed/_tools/test_fsdp2_mem_tracker (0.20138078978346446) 2025-03-14T03:58:03.6470302Z distributed/tensor/test_embedding_ops (0.20130343220151628) 2025-03-14T03:58:03.6470734Z distributed/test_c10d_pypg (0.20129155722194206) 2025-03-14T03:58:03.6471088Z onnx/test_custom_ops (0.20118125808620024) 2025-03-14T03:58:03.6471445Z inductor/test_layout_optim (0.20117795391819057) 2025-03-14T03:58:03.6471937Z distributed/tensor/experimental/test_tp_transform (0.20073958093697714) 2025-03-14T03:58:03.6472529Z export/test_torchbind (0.20054765883876557) 2025-03-14T03:58:03.6472998Z inductor/test_torchinductor_codegen_config_overrides (0.2004557228670534) 2025-03-14T03:58:03.6473465Z inductor/test_torchbind (0.2002363461364704) 2025-03-14T03:58:03.6473934Z distributed/checkpoint/e2e/test_e2e_save_and_load (0.20017619025343328) 2025-03-14T03:58:03.6474411Z dynamo/test_debug_utils (0.20011843740167598) 2025-03-14T03:58:03.6474808Z inductor/test_compiled_autograd (0.19997149203891756) 2025-03-14T03:58:03.6475215Z dynamo/test_model_output (0.19996860840138184) 2025-03-14T03:58:03.6475558Z functorch/test_ac (0.1999533091022339) 2025-03-14T03:58:03.6475937Z distributed/test_functional_api (0.19989930097422093) 2025-03-14T03:58:03.6476353Z distributed/tensor/test_utils (0.19982951294080406) 2025-03-14T03:58:03.6476852Z distributed/_composable/fsdp/test_fully_shard_overlap (0.19982378571625392) 2025-03-14T03:58:03.6477337Z functorch/test_minifier (0.19971160420600964) 2025-03-14T03:58:03.6477770Z dynamo/test_cudagraphs_expandable_segments (0.1996990884180941) 2025-03-14T03:58:03.6478187Z test_multiprocessing (0.19960478946562352) 2025-03-14T03:58:03.6478543Z dynamo/test_exceptions (0.19957014576467338) 2025-03-14T03:58:03.6478893Z dynamo/test_backends (0.1995690644005975) 2025-03-14T03:58:03.6479284Z distributed/pipelining/test_stage (0.1995165982176557) 2025-03-14T03:58:03.6479778Z distributed/checkpoint/test_hsdp_checkpoint (0.19949386954680112) 2025-03-14T03:58:03.6480234Z test_compile_benchmark_util (0.1993768619487366) 2025-03-14T03:58:03.6480591Z test_complex (0.19930210765067485) 2025-03-14T03:58:03.6480918Z test_fx_experimental (0.19917158300166163) 2025-03-14T03:58:03.6481327Z distributed/tensor/test_pointwise_ops (0.1991507567305702) 2025-03-14T03:58:03.6481783Z distributed/tensor/test_math_ops (0.19891531974093402) 2025-03-14T03:58:03.6482178Z functorch/test_ac_knapsack (0.19890440597387168) 2025-03-14T03:58:03.6482550Z distributed/test_nccl (0.19889787773889495) 2025-03-14T03:58:03.6482897Z export/test_swap (0.19885788729334733) 2025-03-14T03:58:03.6483295Z onnx/exporter/test_capture_strategies (0.19877177867248863) 2025-03-14T03:58:03.6483806Z distributed/checkpoint/test_fsdp_model_state (0.19845153470393692) 2025-03-14T03:58:03.6484275Z onnx/internal/test_registraion (0.19829123249231512) 2025-03-14T03:58:03.6484755Z distributed/checkpoint/test_dtensor_checkpoint (0.198256528715583) 2025-03-14T03:58:03.6485318Z inductor/test_mps_basic (0.19814052238055171) 2025-03-14T03:58:03.6485719Z dynamo/test_verify_correctness (0.19797397228760247) 2025-03-14T03:58:03.6486107Z export/test_unflatten (0.19789763599394822) 2025-03-14T03:58:03.6486479Z inductor/test_loop_ordering (0.19788504010499003) 2025-03-14T03:58:03.6486829Z test_optim (0.1978532399910543) 2025-03-14T03:58:03.6487135Z test_fx_passes (0.19785145774285515) 2025-03-14T03:58:03.6487523Z inductor/test_mkldnn_pattern_matcher (0.19769119558175466) 2025-03-14T03:58:03.6487955Z onnx/exporter/test_ir_passes (0.1976325415932674) 2025-03-14T03:58:03.6488528Z inductor/test_inductor_freezing (0.1974437834862409) 2025-03-14T03:58:03.6488925Z dynamo/test_structured_trace (0.1974020508430154) 2025-03-14T03:58:03.6489301Z inductor/test_mmdecomp (0.1972139735948515) 2025-03-14T03:58:03.6489756Z inductor/test_cudagraph_trees_expandable_segments (0.19714917185134015) 2025-03-14T03:58:03.6490241Z inductor/test_binary_folding (0.19711478847877867) 2025-03-14T03:58:03.6490709Z dynamo/test_dicts (0.19704157612578813) 2025-03-14T03:58:03.6491061Z dynamo/test_compiler_bisector (0.19702683753393882) 2025-03-14T03:58:03.6491497Z distributed/elastic/test_control_plane (0.196956328591138) 2025-03-14T03:58:03.6491901Z test_legacy_vmap (0.19686611479184302) 2025-03-14T03:58:03.6492295Z distributed/checkpoint/test_planner (0.19676220371425332) 2025-03-14T03:58:03.6492703Z test_cuda_sanitizer (0.19665234513424615) 2025-03-14T03:58:03.6493055Z inductor/test_flex_attention (0.1965950128129628) 2025-03-14T03:58:03.6493527Z distributed/checkpoint/test_dtensor_resharding (0.1964964284547099) 2025-03-14T03:58:03.6494066Z distributed/checkpoint/test_compatibility (0.19647223793982682) 2025-03-14T03:58:03.6494488Z test_pytree (0.1964620651074091) 2025-03-14T03:58:03.6494810Z dynamo/test_flat_apply (0.19616450975919064) 2025-03-14T03:58:03.6495155Z export/test_passes (0.1961592431156358) 2025-03-14T03:58:03.6495486Z inductor/test_padding (0.19608102444747902) 2025-03-14T03:58:03.6495847Z dynamo/test_aot_autograd (0.19605937714070037) 2025-03-14T03:58:03.6496193Z test_autocast (0.195966139527045) 2025-03-14T03:58:03.6496570Z inductor/test_split_cat_fx_aten_passes (0.19592260461035968) 2025-03-14T03:58:03.6496985Z export/test_converter (0.1957493660803484) 2025-03-14T03:58:03.6497361Z distributed/fsdp/test_fsdp_memory (0.1957223920542329) 2025-03-14T03:58:03.6497804Z inductor/test_efficient_conv_bn_eval (0.19568852933844869) 2025-03-14T03:58:03.6498265Z dynamo/test_backward_higher_order_ops (0.19568107994148137) 2025-03-14T03:58:03.6498729Z distributed/tensor/test_op_strategy (0.19567078695749968) 2025-03-14T03:58:03.6499140Z test_functional_optim (0.19555235756592795) 2025-03-14T03:58:03.6499471Z dynamo/test_resume (0.19543186557250777) 2025-03-14T03:58:03.6499807Z dynamo/test_export (0.1954138628631701) 2025-03-14T03:58:03.6500158Z dynamo/test_recompile_ux (0.1954016274289039) 2025-03-14T03:58:03.6500511Z dynamo/test_unspec (0.19534593717899507) 2025-03-14T03:58:03.6500850Z nn/test_lazy_modules (0.19514544426921895) 2025-03-14T03:58:03.6501193Z onnx/test_pytorch_jit_onnx (0.19509868528556662) 2025-03-14T03:58:03.6501564Z inductor/test_codecache (0.1950606773408248) 2025-03-14T03:58:03.6501918Z test_numba_integration (0.19496551730214562) 2025-03-14T03:58:03.6502264Z dynamo/test_logging (0.19482938558014623) 2025-03-14T03:58:03.6502587Z test_decomp (0.19481444673569026) 2025-03-14T03:58:03.6502978Z distributed/test_compute_comm_reordering (0.19455570034264022) 2025-03-14T03:58:03.6503423Z inductor/test_unbacked_symints (0.19452380010240117) 2025-03-14T03:58:03.6503940Z distributed/_composable/fsdp/test_fully_shard_grad_scaler (0.19451967489870423) 2025-03-14T03:58:03.6504413Z test_itt (0.1945055771151962) 2025-03-14T03:58:03.6504702Z xpu/test_gemm (0.1943335801513461) 2025-03-14T03:58:03.6505034Z distributed/test_fake_pg (0.19423237248394615) 2025-03-14T03:58:03.6505521Z torch_np/numpy_tests/core/test_einsum (0.19418535317190516) 2025-03-14T03:58:03.6505999Z distributed/_composable/test_replicate (0.19410405061360603) 2025-03-14T03:58:03.6506427Z test_autograd_fallback (0.19406740438658943) 2025-03-14T03:58:03.6506785Z test_python_dispatch (0.19400520592696452) 2025-03-14T03:58:03.6507143Z test_sparse_semi_structured (0.19393095226041937) 2025-03-14T03:58:03.6507588Z distributed/checkpoint/test_state_dict_utils (0.19385289379434795) 2025-03-14T03:58:03.6508073Z higher_order_ops/test_with_effects (0.19368277920500035) 2025-03-14T03:58:03.6508531Z distributed/optim/test_named_optimizer (0.19364771497357627) 2025-03-14T03:58:03.6508985Z higher_order_ops/test_invoke_quant (0.1935997744995447) 2025-03-14T03:58:03.6509368Z test_jit_disabled (0.19357890817793197) 2025-03-14T03:58:03.6509719Z test_cuda_expandable_segments (0.19355483781461286) 2025-03-14T03:58:03.6510112Z dynamo/test_higher_order_ops (0.19348711238304447) 2025-03-14T03:58:03.6510483Z torch_np/test_random (0.19341914664834808) 2025-03-14T03:58:03.6510920Z test_model_exports_to_core_aten (0.19338730648389105) 2025-03-14T03:58:03.6511300Z test_bundled_inputs (0.1933318965876315) 2025-03-14T03:58:03.6511689Z distributed/tensor/test_matrix_ops (0.1933291130763991) 2025-03-14T03:58:03.6512220Z distributed/_composable/fsdp/test_fully_shard_clip_grad_norm_ (0.1931381722159601) 2025-03-14T03:58:03.6512899Z distributed/rpc/test_share_memory (0.19311578397453685) 2025-03-14T03:58:03.6513300Z test_ops_fwd_gradients (0.19294406736433606) 2025-03-14T03:58:03.6513657Z test_mkldnn_fusion (0.1929040368682671) 2025-03-14T03:58:03.6514020Z distributed/test_c10d_logger (0.19277060855645745) 2025-03-14T03:58:03.6514366Z test_typing (0.19265382123626026) 2025-03-14T03:58:03.6514729Z onnx/exporter/test_small_models_e2e (0.192653240503701) 2025-03-14T03:58:03.6515165Z distributed/tensor/test_optimizers (0.1923942938580443) 2025-03-14T03:58:03.6515589Z dynamo/test_aot_autograd_cache (0.19231194998619058) 2025-03-14T03:58:03.6515980Z export/test_draft_export (0.19207713377963498) 2025-03-14T03:58:03.6516371Z distributed/tensor/test_view_ops (0.19206786208394716) 2025-03-14T03:58:03.6516781Z inductor/test_torchinductor (0.19201471504214276) 2025-03-14T03:58:03.6517153Z lazy/test_meta_kernel (0.19200992900484387) 2025-03-14T03:58:03.6517618Z distributed/tensor/parallel/test_parallelize_api (0.1919523163299112) 2025-03-14T03:58:03.6518087Z dynamo/test_torchrec (0.1918703128874888) 2025-03-14T03:58:03.6518519Z distributed/fsdp/test_fsdp_backward_prefetch (0.1915959467911202) 2025-03-14T03:58:03.6518953Z export/test_pass_infra (0.19159354375984042) 2025-03-14T03:58:03.6519299Z test_fake_tensor (0.19140132128271886) 2025-03-14T03:58:03.6519624Z test_ops_jit (0.19134062471764382) 2025-03-14T03:58:03.6519977Z onnx/test_onnxscript_no_runtime (0.19131789604678925) 2025-03-14T03:58:03.6520358Z test_nestedtensor (0.19127083668422695) 2025-03-14T03:58:03.6520745Z higher_order_ops/test_invoke_subgraph (0.19118554909905552) 2025-03-14T03:58:03.6521211Z distributed/checkpoint/test_utils (0.19114435713786798) 2025-03-14T03:58:03.6521592Z test_fx (0.19112377116990456) 2025-03-14T03:58:03.6521893Z test_out_dtype_op (0.19104112691914088) 2025-03-14T03:58:03.6522273Z dynamo/test_input_attr_tracking (0.19081906680362876) 2025-03-14T03:58:03.6522748Z distributed/tensor/parallel/test_tp_examples (0.19070247973603824) 2025-03-14T03:58:03.6523295Z distributed/fsdp/test_fsdp_dtensor_state_dict (0.19055729659621834) 2025-03-14T03:58:03.6523807Z distributed/checkpoint/test_checkpoint (0.1904954585912854) 2025-03-14T03:58:03.6524215Z test_modules (0.1904209646216123) 2025-03-14T03:58:03.6524537Z nn/test_pruning (0.19019568043913315) 2025-03-14T03:58:03.6524876Z onnx/test_symbolic_helper (0.19018907210311375) 2025-03-14T03:58:03.6525232Z export/test_hop (0.1901532469117844) 2025-03-14T03:58:03.6525615Z distributed/fsdp/test_fsdp_overlap (0.19012390990491046) 2025-03-14T03:58:03.6540851Z dynamo/test_activation_checkpointing (0.19006767897296364) 2025-03-14T03:58:03.6541432Z test_numpy_interop (0.19005698548376865) 2025-03-14T03:58:03.6541803Z export/test_experimental (0.18996516966362048) 2025-03-14T03:58:03.6542163Z test_monitor (0.1898428553714798) 2025-03-14T03:58:03.6542560Z distributed/pipelining/test_schedule (0.18972520696507403) 2025-03-14T03:58:03.6543001Z distributed/test_serialization (0.1896726406558289) 2025-03-14T03:58:03.6543409Z distributed/test_pg_wrapper (0.18936741563277582) 2025-03-14T03:58:03.6543842Z distributed/fsdp/test_fsdp_pure_fp16 (0.18933046902684922) 2025-03-14T03:58:03.6544246Z test_accelerator (0.1893214977100714) 2025-03-14T03:58:03.6544550Z dynamo/test_exc (0.18927700158087418) 2025-03-14T03:58:03.6544941Z distributed/test_control_collectives (0.18919712081608223) 2025-03-14T03:58:03.6545343Z test_binary_ufuncs (0.18919545871944707) 2025-03-14T03:58:03.6545677Z export/test_schema (0.18918676775631854) 2025-03-14T03:58:03.6546017Z dynamo/test_guard_manager (0.18891398365554246) 2025-03-14T03:58:03.6546497Z export/test_export (0.18888070167231752) 2025-03-14T03:58:03.6546860Z distributed/fsdp/test_utils (0.18885376769672335) 2025-03-14T03:58:03.6547267Z test_cpp_extensions_mtia_backend (0.18872120047112229) 2025-03-14T03:58:03.6547657Z test_fx_reinplace_pass (0.18849950081030215) 2025-03-14T03:58:03.6548005Z dynamo/test_hooks (0.1884817183788318) 2025-03-14T03:58:03.6548369Z inductor/test_standalone_compile (0.18816331673426126) 2025-03-14T03:58:03.6548796Z distributions/test_constraints (0.18811004954089286) 2025-03-14T03:58:03.6549167Z test_futures (0.1880932883977164) 2025-03-14T03:58:03.6549574Z distributed/fsdp/test_fsdp_flatten_params (0.18800391565936936) 2025-03-14T03:58:03.6550124Z distributed/_composable/fsdp/test_fully_shard_frozen (0.18784263220997496) 2025-03-14T03:58:03.6550694Z distributed/_composable/fsdp/test_fully_shard_init (0.1878257509152345) 2025-03-14T03:58:03.6551156Z test_per_overload_api (0.18779851656073038) 2025-03-14T03:58:03.6551582Z distributed/fsdp/test_fsdp_optim_state (0.18772932928513344) 2025-03-14T03:58:03.6552044Z test_functionalization_of_rng_ops (0.18771617268887666) 2025-03-14T03:58:03.6552565Z functorch/test_control_flow (0.1875194645533662) 2025-03-14T03:58:03.6552914Z test_dlpack (0.18741629441042107) 2025-03-14T03:58:03.6553279Z distributed/fsdp/test_fsdp_apply (0.1873898210158222) 2025-03-14T03:58:03.6553719Z functorch/test_vmap_registrations (0.18718490252343917) 2025-03-14T03:58:03.6554167Z distributed/test_distributed_spawn (0.18714365048646966) 2025-03-14T03:58:03.6554631Z distributed/fsdp/test_fsdp_comm_hooks (0.18712144247239237) 2025-03-14T03:58:03.6555030Z test_vulkan (0.18697121296688496) 2025-03-14T03:58:03.6555336Z test_ops_gradients (0.18685238307009994) 2025-03-14T03:58:03.6555822Z distributed/algorithms/quantization/test_quantization (0.18683690354360605) 2025-03-14T03:58:03.6556304Z test_type_hints (0.18675347830767644) 2025-03-14T03:58:03.6556707Z distributed/test_c10d_object_collectives (0.18666134208335763) 2025-03-14T03:58:03.6557151Z inductor/test_max_autotune (0.1866269787360568) 2025-03-14T03:58:03.6557589Z distributed/fsdp/test_fsdp_freezing_weights (0.18643239327817682) 2025-03-14T03:58:03.6558061Z lazy/test_extract_compiled_graph (0.18642728683670728) 2025-03-14T03:58:03.6558464Z onnx/test_models_onnxruntime (0.18622841597304504) 2025-03-14T03:58:03.6558819Z test_meta (0.18621265609290183) 2025-03-14T03:58:03.6559193Z distributed/test_inductor_collectives (0.18598879370392987) 2025-03-14T03:58:03.6559661Z dynamo/test_trace_rules (0.18597201253549278) 2025-03-14T03:58:03.6560007Z nn/test_dropout (0.18594846282895094) 2025-03-14T03:58:03.6560371Z onnx/internal/test_diagnostics (0.18582863166913272) 2025-03-14T03:58:03.6560760Z nn/test_parametrization (0.1857413415578948) 2025-03-14T03:58:03.6561206Z distributed/fsdp/test_hsdp_dtensor_state_dict (0.18548806206100624) 2025-03-14T03:58:03.6561707Z test_cpp_extensions_stream_and_event (0.18546795669929877) 2025-03-14T03:58:03.6562178Z lazy/test_debug_util (0.18536608819829686) 2025-03-14T03:58:03.6562563Z onnx/test_pytorch_onnx_onnxruntime (0.1848143121659386) 2025-03-14T03:58:03.6563078Z distributed/algorithms/ddp_comm_hooks/test_ddp_hooks (0.18480051476134055) 2025-03-14T03:58:03.6563564Z dynamo/test_subclasses (0.18477159828494055) 2025-03-14T03:58:03.6563923Z inductor/test_cpu_repro (0.1847500511044652) 2025-03-14T03:58:03.6564270Z test_cpp_extensions_jit (0.18456812161132538) 2025-03-14T03:58:03.6564674Z inductor/test_distributed_patterns (0.18455316274160877) 2025-03-14T03:58:03.6565065Z nn/test_embedding (0.18446621305980215) 2025-03-14T03:58:03.6565418Z dynamo/test_error_messages (0.18442836531714565) 2025-03-14T03:58:03.6565789Z dynamo/test_ctx_manager (0.18435050710368087) 2025-03-14T03:58:03.6566131Z dynamo/test_repros (0.18424717675865043) 2025-03-14T03:58:03.6566471Z dynamo/test_generator (0.18421639793300862) 2025-03-14T03:58:03.6566809Z test_masked (0.18411274718380755) 2025-03-14T03:58:03.6567257Z distributed/checkpoint/test_state_dict (0.18398474571763807) 2025-03-14T03:58:03.6567728Z distributed/fsdp/test_fsdp_uneven (0.18397711609332476) 2025-03-14T03:58:03.6568116Z test_segment_reductions (0.183913175436022) 2025-03-14T03:58:03.6568465Z dynamo/test_minifier (0.18389527285298768) 2025-03-14T03:58:03.6568791Z test_logging (0.1838533800076769) 2025-03-14T03:58:03.6569104Z test_schema_check (0.18377095603478052) 2025-03-14T03:58:03.6569479Z distributed/test_composability (0.1836497431319764) 2025-03-14T03:58:03.6569835Z test_subclass (0.1836472399743933) 2025-03-14T03:58:03.6570168Z export/test_lift_unlift (0.18363412342865784) 2025-03-14T03:58:03.6570577Z distributed/fsdp/test_fsdp_grad_acc (0.18360638844263708) 2025-03-14T03:58:03.6570978Z lazy/test_ts_opinfo (0.18354637273642463) 2025-03-14T03:58:03.6571320Z export/test_verifier (0.18341008081233992) 2025-03-14T03:58:03.6571714Z distributed/test_multi_threaded_pg (0.18338667128262276) 2025-03-14T03:58:03.6572114Z onnx/exporter/test_api (0.18322202358943665) 2025-03-14T03:58:03.6572476Z dynamo/test_functions (0.18313525413497603) 2025-03-14T03:58:03.6572810Z test_matmul_cuda (0.1830185469158215) 2025-03-14T03:58:03.6573208Z torch_np/numpy_tests/lib/test_type_check (0.18286070781126143) 2025-03-14T03:58:03.6573747Z distributed/_composable/test_replicate_with_compiler (0.18282944837936366) 2025-03-14T03:58:03.6574214Z export/test_serialize (0.18281813410708805) 2025-03-14T03:58:03.6574567Z profiler/test_profiler (0.1827367314224856) 2025-03-14T03:58:03.6574929Z test_ci_sanity_check_fail (0.18246683095924524) 2025-03-14T03:58:03.6575352Z distributed/fsdp/test_fsdp_exec_order (0.18229124947373615) 2025-03-14T03:58:03.6575880Z distributed/_shard/sharded_tensor/ops/test_binary_cmp (0.1822576871368619) 2025-03-14T03:58:03.6576327Z test_cuda (0.18224869579482342) 2025-03-14T03:58:03.6576688Z distributed/fsdp/test_fsdp_input (0.18210755775765783) 2025-03-14T03:58:03.6577138Z torch_np/numpy_tests/core/test_numeric (0.18209670406637748) 2025-03-14T03:58:03.6577560Z dynamo/test_reorder_logs (0.1819379638250875) 2025-03-14T03:58:03.6577951Z distributed/test_c10d_spawn_gloo (0.1819017781790662) 2025-03-14T03:58:03.6578482Z distributed/_composable/fsdp/test_fully_shard_mixed_precision (0.18184985267816234) 2025-03-14T03:58:03.6578971Z test_jit_fuser_te (0.18178258782758924) 2025-03-14T03:58:03.6579304Z onnx/test_onnx_opset (0.18169944294530893) 2025-03-14T03:58:03.6579698Z distributed/test_dynamo_distributed (0.1816762937439804) 2025-03-14T03:58:03.6580150Z distributed/fsdp/test_fsdp_fine_tune (0.18165516709397903) 2025-03-14T03:58:03.6580612Z distributed/nn/jit/test_instantiator (0.18165274403743858) 2025-03-14T03:58:03.6581089Z distributed/fsdp/test_fsdp_ignored_modules (0.18154646997909044) 2025-03-14T03:58:03.6581578Z distributed/fsdp/test_fsdp_traversal (0.18153992171885303) 2025-03-14T03:58:03.6582111Z distributed/_composable/fsdp/test_fully_shard_state_dict (0.1813325601446689) 2025-03-14T03:58:03.6582782Z distributed/algorithms/test_join (0.18124585076599026) 2025-03-14T03:58:03.6583274Z onnx/dynamo/test_dynamo_with_onnxruntime_backend (0.18113354910418197) 2025-03-14T03:58:03.6583849Z distributed/_composable/fsdp/test_fully_shard_autograd (0.1810140183232737) 2025-03-14T03:58:03.6584378Z onnx/test_pytorch_onnx_shape_inference (0.18087936847056352) 2025-03-14T03:58:03.6584878Z distributed/fsdp/test_fsdp_multiple_wrapping (0.18068878806481647) 2025-03-14T03:58:03.6585428Z distributed/_composable/fsdp/test_fully_shard_comm (0.1806468351437237) 2025-03-14T03:58:03.6585968Z distributed/rpc/cuda/test_tensorpipe_agent (0.180369965889772) 2025-03-14T03:58:03.6586391Z test_pruning_op (0.1801904194026513) 2025-03-14T03:58:03.6586882Z distributed/_composable/test_composability/test_2d_composability (0.18001059256188126) 2025-03-14T03:58:03.6587526Z distributed/_composable/fsdp/test_fully_shard_memory (0.1799697610553857) 2025-03-14T03:58:03.6587991Z test_native_mha (0.17976043700565641) 2025-03-14T03:58:03.6588719Z distributed/fsdp/test_fsdp_state_dict (0.1797399511639963) 2025-03-14T03:58:03.6589126Z test_mkldnn (0.17962911134621656) 2025-03-14T03:58:03.6589426Z test_tensorboard (0.17955557858905538) 2025-03-14T03:58:03.6589825Z functorch/test_memory_efficient_fusion (0.1794860308587665) 2025-03-14T03:58:03.6590228Z test_import_stats (0.17944383763454572) 2025-03-14T03:58:03.6590687Z distributed/_composable/fsdp/test_fully_shard_compile (0.1792375373991768) 2025-03-14T03:58:03.6591148Z dynamo/test_misc (0.1792041552896486) 2025-03-14T03:58:03.6591598Z distributed/checkpoint/test_file_system_checkpoint (0.17908174087120457) 2025-03-14T03:58:03.6592051Z test_sympy_utils (0.17892678540418025) 2025-03-14T03:58:03.6592470Z test_jit_llga_fuser (0.17870586672852604) 2025-03-14T03:58:03.6592825Z optim/test_lrscheduler (0.17832028033442507) 2025-03-14T03:58:03.6593220Z distributed/test_c10d_spawn_nccl (0.1781989873305783) 2025-03-14T03:58:03.6593715Z distributed/fsdp/test_fsdp_sharded_grad_scaler (0.17819081702422704) 2025-03-14T03:58:03.6594225Z torch_np/numpy_tests/core/test_multiarray (0.17798127269663044) 2025-03-14T03:58:03.6594725Z distributed/fsdp/test_fsdp_tp_integration (0.17768698146590034) 2025-03-14T03:58:03.6595225Z torch_np/numpy_tests/lib/test_function_base (0.1776683980240034) 2025-03-14T03:58:03.6595660Z torch_np/test_ufuncs_basic (0.17755877974712422) 2025-03-14T03:58:03.6596072Z distributed/rpc/test_faulty_agent (0.17754918764726577) 2025-03-14T03:58:03.6596598Z distributed/checkpoint/test_file_system_checkpoint_cpu (0.17753663180882892) 2025-03-14T03:58:03.6597082Z onnx/test_autograd_funs (0.17721859061895037) 2025-03-14T03:58:03.6597423Z test_dataloader (0.17721130142406838) 2025-03-14T03:58:03.6597753Z test_public_bindings (0.17717529600539303) 2025-03-14T03:58:03.6598162Z torch_np/numpy_tests/lib/test_histograms (0.17716237971226423) 2025-03-14T03:58:03.6598645Z distributed/rpc/test_tensorpipe_agent (0.17716085779245372) 2025-03-14T03:58:03.6599116Z distributed/fsdp/test_fsdp_checkpoint (0.17703391766509946) 2025-03-14T03:58:03.6599528Z onnx/torchlib/test_ops (0.17674717595764) 2025-03-14T03:58:03.6599941Z distributed/fsdp/test_fsdp_hybrid_shard (0.1763628711802216) 2025-03-14T03:58:03.6600443Z distributed/fsdp/test_fsdp_multiple_forward (0.17619890434589808) 2025-03-14T03:58:03.6600934Z benchmark_utils/test_benchmark_utils (0.17610046016446987) 2025-03-14T03:58:03.6601316Z test_cuda_multigpu (0.17599112224124) 2025-03-14T03:58:03.6601767Z distributed/_shard/sharded_tensor/ops/test_tensor_ops (0.17583873000758077) 2025-03-14T03:58:03.6602348Z distributed/_shard/sharded_optim/test_sharded_optim (0.1758004016586683) 2025-03-14T03:58:03.6602795Z test_indexing (0.1757758306638326) 2025-03-14T03:58:03.6603230Z distributed/_shard/sharding_plan/test_sharding_plan (0.17568962191667056) 2025-03-14T03:58:03.6603709Z test_tensor_creation_ops (0.17563617449595617) 2025-03-14T03:58:03.6604138Z test_sparse_csr (0.1755802839934407) 2025-03-14T03:58:03.6604467Z optim/test_swa_utils (0.1754779949619648) 2025-03-14T03:58:03.6604847Z distributed/test_c10d_spawn_ucc (0.17525405247195022) 2025-03-14T03:58:03.6605242Z onnx/test_op_consistency (0.17481680090533402) 2025-03-14T03:58:03.6605660Z torch_np/numpy_tests/core/test_indexing (0.1747839194273224) 2025-03-14T03:58:03.6606122Z torch_np/numpy_tests/linalg/test_linalg (0.17477030225007034) 2025-03-14T03:58:03.6606531Z export/test_sparse (0.17460361198029642) 2025-03-14T03:58:03.6606954Z distributed/fsdp/test_fsdp_clip_grad_norm (0.17460223023731056) 2025-03-14T03:58:03.6607427Z distributed/fsdp/test_fsdp_comm (0.1745744952512898) 2025-03-14T03:58:03.6607929Z distributed/_shard/sharded_tensor/ops/test_embedding (0.17455851509327927) 2025-03-14T03:58:03.6608519Z distributed/_shard/sharded_tensor/ops/test_embedding_bag (0.17455851509327927) 2025-03-14T03:58:03.6609007Z onnx/test_utility_funs (0.17453160114294575) 2025-03-14T03:58:03.6609562Z distributed/_composable/fsdp/test_fully_shard_extensions (0.17427543800852147) 2025-03-14T03:58:03.6610036Z lazy/test_generator (0.1742083333600337) 2025-03-14T03:58:03.6610476Z distributed/_shard/sharded_tensor/ops/test_init (0.17414409232382097) 2025-03-14T03:58:03.6610941Z onnx/test_verification (0.17411465519064367) 2025-03-14T03:58:03.6611387Z distributed/fsdp/test_distributed_checkpoint (0.1737349361979175) 2025-03-14T03:58:03.6611824Z test_datapipe (0.17367844493758205) 2025-03-14T03:58:03.6612133Z test_testing (0.1735447963479051) 2025-03-14T03:58:03.6612444Z optim/test_optim (0.1734390028958129) 2025-03-14T03:58:03.6612898Z distributed/_composable/fsdp/test_fully_shard_training (0.1734164544523043) 2025-03-14T03:58:03.6613410Z distributed/_shard/test_sharder (0.17334806818713397) 2025-03-14T03:58:03.6613822Z profiler/test_memory_profiler (0.1733473673030107) 2025-03-14T03:58:03.6614204Z distributed/fsdp/test_wrap (0.17331074110125477) 2025-03-14T03:58:03.6614573Z nn/test_module_hooks (0.1733038924621074) 2025-03-14T03:58:03.6614920Z nn/test_load_state_dict (0.17314343004840024) 2025-03-14T03:58:03.6615308Z distributed/fsdp/test_fsdp_misc (0.1729818261948352) 2025-03-14T03:58:03.6615701Z distributed/test_c10d_ucc (0.17290905439757928) 2025-03-14T03:58:03.6616064Z test_function_schema (0.17277947093581728) 2025-03-14T03:58:03.6616597Z torch_np/numpy_tests/core/test_shape_base (0.17277702785401616) 2025-03-14T03:58:03.6617113Z test_sort_and_select (0.17268012561765914) 2025-03-14T03:58:03.6617534Z distributed/fsdp/test_checkpoint_wrapper (0.17244609039626946) 2025-03-14T03:58:03.6618074Z distributed/optim/test_apply_optimizer_in_backward (0.1722094919415147) 2025-03-14T03:58:03.6618527Z test_shape_ops (0.17214489045061002) 2025-03-14T03:58:03.6618832Z test_dispatch (0.1720368942198447) 2025-03-14T03:58:03.6619136Z test_ops (0.17187853445850734) 2025-03-14T03:58:03.6619477Z distributed/fsdp/test_fsdp_meta (0.1718178979692143) 2025-03-14T03:58:03.6619936Z torch_np/numpy_tests/core/test_scalarmath (0.17175539913067941) 2025-03-14T03:58:03.6620390Z distributed/fsdp/test_fsdp_core (0.17121653939144996) 2025-03-14T03:58:03.6620755Z test_maskedtensor (0.17096986823058077) 2025-03-14T03:58:03.6621090Z test_cuda_primary_ctx (0.1709408316026168) 2025-03-14T03:58:03.6621446Z test_multiprocessing_spawn (0.1709070289626146) 2025-03-14T03:58:03.6621883Z distributed/fsdp/test_fsdp_unshard_params (0.1709009412833725) 2025-03-14T03:58:03.6622371Z torch_np/numpy_tests/fft/test_pocketfft (0.17033871206494722) 2025-03-14T03:58:03.6622767Z test_torch (0.17022635032735695) 2025-03-14T03:58:03.6623078Z test_scatter_gather_ops (0.17014991390739934) 2025-03-14T03:58:03.6623469Z distributed/test_data_parallel (0.17007309700748913) 2025-03-14T03:58:03.6623897Z torch_np/numpy_tests/core/test_dtype (0.16989825645662465) 2025-03-14T03:58:03.6624445Z distributed/_shard/sharded_tensor/test_sharded_tensor_reshard (0.16957803251333362) 2025-03-14T03:58:03.6625095Z torch_np/numpy_tests/core/test_dlpack (0.1694692352721417) 2025-03-14T03:58:03.6625495Z distributed/test_store (0.16945359554356249) 2025-03-14T03:58:03.6625853Z nn/test_convolution (0.16929779901559022) 2025-03-14T03:58:03.6626183Z test_autograd (0.1692676009225077) 2025-03-14T03:58:03.6626507Z functorch/test_dims (0.16922526752146227) 2025-03-14T03:58:03.6626846Z test_dynamic_shapes (0.16914616774183627) 2025-03-14T03:58:03.6627170Z test_unary_ufuncs (0.16879230136062834) 2025-03-14T03:58:03.6627575Z torch_np/numpy_tests/core/test_getlimits (0.16828367976500277) 2025-03-14T03:58:03.6628065Z torch_np/numpy_tests/lib/test_shape_base_ (0.16816336799892856) 2025-03-14T03:58:03.6628475Z test_view_ops (0.1679881069175901) 2025-03-14T03:58:03.6628796Z test_jit_autocast (0.16796179372507655) 2025-03-14T03:58:03.6629239Z distributed/_shard/sharding_spec/test_sharding_spec (0.16753365365206285) 2025-03-14T03:58:03.6629699Z nn/test_init (0.16679157756760687) 2025-03-14T03:58:03.6630056Z distributed/launcher/test_run (0.1667036466480277) 2025-03-14T03:58:03.6630579Z distributed/fsdp/test_fsdp_mixed_precision (0.16649137888498067) 2025-03-14T03:58:03.6631036Z test_xnnpack_integration (0.16646202185284606) 2025-03-14T03:58:03.6631388Z nn/test_pooling (0.16638062918087393) 2025-03-14T03:58:03.6631732Z profiler/test_profiler_tree (0.1658663103985892) 2025-03-14T03:58:03.6632109Z test_mobile_optimizer (0.1658459847590144) 2025-03-14T03:58:03.6632568Z distributed/test_c10d_gloo (0.1657276154432247) 2025-03-14T03:58:03.6632964Z torch_np/test_ndarray_methods (0.1656035689660365) 2025-03-14T03:58:03.6633354Z distributed/test_launcher (0.1654095342028248) 2025-03-14T03:58:03.6633788Z distributed/fsdp/test_fsdp_use_orig_params (0.16492770640596874) 2025-03-14T03:58:03.6634211Z test_jit (0.16441312729529536) 2025-03-14T03:58:03.6634518Z test_serialization (0.164147021618951) 2025-03-14T03:58:03.6634921Z torch_np/numpy_tests/lib/test_twodim_base (0.1639003104075605) 2025-03-14T03:58:03.6635336Z lazy/test_reuse_ir (0.16389187977282063) 2025-03-14T03:58:03.6635746Z torch_np/numpy_tests/core/test_numerictypes (0.16369957719465641) 2025-03-14T03:58:03.6636299Z distributed/_shard/sharded_tensor/test_sharded_tensor (0.16364034247360992) 2025-03-14T03:58:03.6636805Z distributed/test_c10d_common (0.16268909252887964) 2025-03-14T03:58:03.6637252Z torch_np/numpy_tests/lib/test_index_tricks (0.16232594443935358) 2025-03-14T03:58:03.6637663Z test_nn (0.1622233750542284) 2025-03-14T03:58:03.6637947Z test_type_info (0.16150474855001093) 2025-03-14T03:58:03.6638259Z test_metal (0.16061375461462107) 2025-03-14T03:58:03.6638562Z test_overrides (0.16022203047812633) 2025-03-14T03:58:03.6638887Z functorch/test_vmap (0.15912398536009265) 2025-03-14T03:58:03.6639272Z test_functional_autograd_benchmark (0.15878471739390937) 2025-03-14T03:58:03.6639692Z onnx/test_pytorch_onnx_no_runtime (0.15856694268417953) 2025-03-14T03:58:03.6640073Z functorch/test_ops (0.1583188297045425) 2025-03-14T03:58:03.6640471Z torch_np/numpy_tests/fft/test_helper (0.15711889606024623) 2025-03-14T03:58:03.6640880Z test_cuda_nvml_based_avail (0.15697675676004738) 2025-03-14T03:58:03.6641239Z test_type_promotion (0.15627445084327174) 2025-03-14T03:58:03.6641570Z test_linalg (0.1562466357562083) 2025-03-14T03:58:03.6641942Z torch_np/numpy_tests/lib/test_arraysetops (0.15521431354367654) 2025-03-14T03:58:03.6642470Z distributed/optim/test_zero_redundancy_optimizer (0.15514434528291368) 2025-03-14T03:58:03.6643013Z torch_np/numpy_tests/core/test_scalar_methods (0.1551089105841673) 2025-03-14T03:58:03.6643432Z test_cuda_trace (0.15471888859482907) 2025-03-14T03:58:03.6643747Z test_sparse (0.1545494248264531) 2025-03-14T03:58:03.6644074Z functorch/test_aotdispatch (0.15242957075773664) 2025-03-14T03:58:03.6644457Z torch_np/test_function_base (0.1522674462473943) 2025-03-14T03:58:03.6644810Z test_reductions (0.15224064243599447) 2025-03-14T03:58:03.6645229Z torch_np/test_reductions (0.15022664189515222) 2025-03-14T03:58:03.6645671Z torch_np/numpy_tests/core/test_scalar_ctors (0.14982150083401205) 2025-03-14T03:58:03.6646103Z distributed/test_c10d_nccl (0.14813933888764644) 2025-03-14T03:58:03.6646511Z functorch/test_eager_transforms (0.14532153439634893) 2025-03-14T03:58:03.6646894Z test_spectral_ops (0.14528282556748384) 2025-03-14T03:58:03.6647221Z test_prims (0.1451177573438238) 2025-03-14T03:58:03.6647591Z torch_np/numpy_tests/lib/test_arraypad (0.14190735761719264) 2025-03-14T03:58:03.6647987Z dynamo/test_comptime (0.1377315600991715) 2025-03-14T03:58:03.6648350Z dynamo/test_python_autograd (0.1318112720109655) 2025-03-14T03:58:03.6648749Z torch_np/test_scalars_0D_arrays (0.12580231206853573) 2025-03-14T03:58:03.6649122Z lazy/test_bindings (0.1143858408751135) 2025-03-14T03:58:03.6649454Z test_quantization (0.09663371763677574) 2025-03-14T03:58:03.6649827Z distributed/test_c10d_ops_nccl (0.08329114678419947) 2025-03-14T03:58:03.6650224Z profiler/test_record_function (0.07969967635974724) 2025-03-14T03:58:03.6650673Z test_jit_fuser_legacy (0.07793427441111316) 2025-03-14T03:58:03.6651015Z test_jit_profiling (0.07433524945707513) 2025-03-14T03:58:03.6651346Z test_jit_legacy (0.07140155878231036) 2025-03-14T03:58:03.6651709Z profiler/test_execution_trace (0.06980100978578418) 2025-03-14T03:58:03.6652084Z profiler/test_torch_tidy (0.06980100978578418) 2025-03-14T03:58:04.0185600Z distributions/test_distributions (0.05287493856250028) 2025-03-14T03:58:04.0186096Z base_commit: HEAD^ 2025-03-14T03:58:04.0186775Z Changed files: ['torch/csrc/distributed/c10d/ProcessGroupNCCL.cpp', 'torch/csrc/distributed/c10d/ProcessGroupNCCL.hpp'] 2025-03-14T03:58:04.0187459Z Results from Filepath 2025-03-14T03:58:04.0187741Z distributed/test_c10d_common (0.25) 2025-03-14T03:58:04.0188099Z distributed/test_c10d_functional_native (0.25) 2025-03-14T03:58:04.0188686Z distributed/test_c10d_gloo (0.25) 2025-03-14T03:58:04.0189013Z distributed/test_c10d_logger (0.25) 2025-03-14T03:58:04.0189364Z distributed/test_c10d_nccl (0.25) 2025-03-14T03:58:04.0189727Z distributed/test_c10d_object_collectives (0.25) 2025-03-14T03:58:04.0190087Z distributed/test_c10d_ops_nccl (0.25) 2025-03-14T03:58:04.0190420Z distributed/test_c10d_pypg (0.25) 2025-03-14T03:58:04.0190745Z distributed/test_c10d_spawn_gloo (0.25) 2025-03-14T03:58:04.0191088Z distributed/test_c10d_spawn_nccl (0.25) 2025-03-14T03:58:04.0191427Z distributed/test_c10d_spawn_ucc (0.25) 2025-03-14T03:58:04.0191749Z distributed/test_c10d_ucc (0.25) 2025-03-14T03:58:04.0192157Z distributed/_composable/fsdp/test_fully_shard_autograd (0.1875) 2025-03-14T03:58:04.0192813Z distributed/_composable/fsdp/test_fully_shard_clip_grad_norm_ (0.1875) 2025-03-14T03:58:04.0193346Z distributed/_composable/fsdp/test_fully_shard_comm (0.1875) 2025-03-14T03:58:04.0193846Z distributed/_composable/fsdp/test_fully_shard_compile (0.1875) 2025-03-14T03:58:04.0194356Z distributed/_composable/fsdp/test_fully_shard_extensions (0.1875) 2025-03-14T03:58:04.0194892Z distributed/_composable/fsdp/test_fully_shard_frozen (0.1875) 2025-03-14T03:58:04.0195420Z distributed/_composable/fsdp/test_fully_shard_grad_scaler (0.1875) 2025-03-14T03:58:04.0195970Z distributed/_composable/fsdp/test_fully_shard_ignore_params (0.1875) 2025-03-14T03:58:04.0196495Z distributed/_composable/fsdp/test_fully_shard_init (0.1875) 2025-03-14T03:58:04.0196998Z distributed/_composable/fsdp/test_fully_shard_logging (0.1875) 2025-03-14T03:58:04.0197489Z distributed/_composable/fsdp/test_fully_shard_memory (0.1875) 2025-03-14T03:58:04.0198025Z distributed/_composable/fsdp/test_fully_shard_mixed_precision (0.1875) 2025-03-14T03:58:04.0198571Z distributed/_composable/fsdp/test_fully_shard_overlap (0.1875) 2025-03-14T03:58:04.0199075Z distributed/_composable/fsdp/test_fully_shard_state (0.1875) 2025-03-14T03:58:04.0199589Z distributed/_composable/fsdp/test_fully_shard_state_dict (0.1875) 2025-03-14T03:58:04.0200318Z distributed/_composable/fsdp/test_fully_shard_training (0.1875) 2025-03-14T03:58:04.0200790Z distributed/_composable/test_checkpoint (0.1875) 2025-03-14T03:58:04.0201297Z distributed/_composable/test_composability/test_2d_composability (0.1875) 2025-03-14T03:58:04.0201907Z distributed/_composable/test_composability/test_pp_composability (0.1875) 2025-03-14T03:58:04.0202410Z distributed/_composable/test_contract (0.1875) 2025-03-14T03:58:04.0202807Z distributed/_composable/test_replicate (0.1875) 2025-03-14T03:58:04.0203249Z distributed/_composable/test_replicate_with_compiler (0.1875) 2025-03-14T03:58:04.0203752Z distributed/_shard/sharded_optim/test_sharded_optim (0.1875) 2025-03-14T03:58:04.0204261Z distributed/_shard/sharded_tensor/ops/test_binary_cmp (0.1875) 2025-03-14T03:58:04.0204766Z distributed/_shard/sharded_tensor/ops/test_embedding (0.1875) 2025-03-14T03:58:04.0205282Z distributed/_shard/sharded_tensor/ops/test_embedding_bag (0.1875) 2025-03-14T03:58:04.0205762Z distributed/_shard/sharded_tensor/ops/test_init (0.1875) 2025-03-14T03:58:04.0206350Z distributed/_shard/sharded_tensor/ops/test_tensor_ops (0.1875) 2025-03-14T03:58:04.0206829Z distributed/_shard/sharded_tensor/test_logger (0.1875) 2025-03-14T03:58:04.0207306Z distributed/_shard/sharded_tensor/test_sharded_tensor (0.1875) 2025-03-14T03:58:04.0207856Z distributed/_shard/sharded_tensor/test_sharded_tensor_reshard (0.1875) 2025-03-14T03:58:04.0208398Z distributed/_shard/sharding_plan/test_sharding_plan (0.1875) 2025-03-14T03:58:04.0208878Z distributed/_shard/sharding_spec/test_sharding_spec (0.1875) 2025-03-14T03:58:04.0209310Z distributed/_shard/test_sharder (0.1875) 2025-03-14T03:58:04.0209691Z distributed/_tools/test_fake_collectives (0.1875) 2025-03-14T03:58:04.0210106Z distributed/_tools/test_fsdp2_mem_tracker (0.1875) 2025-03-14T03:58:04.0210504Z distributed/_tools/test_mem_tracker (0.1875) 2025-03-14T03:58:04.0210891Z distributed/_tools/test_memory_tracker (0.1875) 2025-03-14T03:58:04.0211273Z distributed/_tools/test_mod_tracker (0.1875) 2025-03-14T03:58:04.0211675Z distributed/_tools/test_runtime_estimator (0.1875) 2025-03-14T03:58:04.0212082Z distributed/_tools/test_sac_estimator (0.1875) 2025-03-14T03:58:04.0212461Z distributed/_tools/test_sac_ilp (0.1875) 2025-03-14T03:58:04.0212896Z distributed/algorithms/ddp_comm_hooks/test_ddp_hooks (0.1875) 2025-03-14T03:58:04.0213410Z distributed/algorithms/quantization/test_quantization (0.1875) 2025-03-14T03:58:04.0213862Z distributed/algorithms/test_join (0.1875) 2025-03-14T03:58:04.0214285Z distributed/checkpoint/e2e/test_e2e_save_and_load (0.1875) 2025-03-14T03:58:04.0214748Z distributed/checkpoint/e2e/test_fine_tuning (0.1875) 2025-03-14T03:58:04.0215171Z distributed/checkpoint/e2e/test_fsdp_ep (0.1875) 2025-03-14T03:58:04.0215573Z distributed/checkpoint/e2e/test_pipeline (0.1875) 2025-03-14T03:58:04.0215988Z distributed/checkpoint/fsdp/test_fsdp_dsd (0.1875) 2025-03-14T03:58:04.0216394Z distributed/checkpoint/test_checkpoint (0.1875) 2025-03-14T03:58:04.0216816Z distributed/checkpoint/test_compatibility (0.1875) 2025-03-14T03:58:04.0217233Z distributed/checkpoint/test_dedup_tensors (0.1875) 2025-03-14T03:58:04.0217665Z distributed/checkpoint/test_dtensor_checkpoint (0.1875) 2025-03-14T03:58:04.0218107Z distributed/checkpoint/test_dtensor_resharding (0.1875) 2025-03-14T03:58:04.0218582Z distributed/checkpoint/test_file_system_checkpoint (0.1875) 2025-03-14T03:58:04.0219095Z distributed/checkpoint/test_file_system_checkpoint_cpu (0.1875) 2025-03-14T03:58:04.0219567Z distributed/checkpoint/test_format_utils (0.1875) 2025-03-14T03:58:04.0219989Z distributed/checkpoint/test_fsdp_model_state (0.1875) 2025-03-14T03:58:04.0220415Z distributed/checkpoint/test_fsdp_optim_state (0.1875) 2025-03-14T03:58:04.0220919Z distributed/checkpoint/test_fsdp_tp_checkpoint_conversion (0.1875) 2025-03-14T03:58:04.0221398Z distributed/checkpoint/test_fsspec (0.1875) 2025-03-14T03:58:04.0221782Z distributed/checkpoint/test_hf_storage (0.1875) 2025-03-14T03:58:04.0222279Z distributed/checkpoint/test_hsdp_checkpoint (0.1875) 2025-03-14T03:58:04.0222691Z distributed/checkpoint/test_nested_dict (0.1875) 2025-03-14T03:58:04.0223092Z distributed/checkpoint/test_planner (0.1875) 2025-03-14T03:58:04.0223496Z distributed/checkpoint/test_save_load_api (0.1875) 2025-03-14T03:58:04.0223900Z distributed/checkpoint/test_state_dict (0.1875) 2025-03-14T03:58:04.0224316Z distributed/checkpoint/test_state_dict_utils (0.1875) 2025-03-14T03:58:04.0224742Z distributed/checkpoint/test_tp_checkpoint (0.1875) 2025-03-14T03:58:04.0225129Z distributed/checkpoint/test_traverse (0.1875) 2025-03-14T03:58:04.0225500Z distributed/checkpoint/test_utils (0.1875) 2025-03-14T03:58:04.0225864Z distributed/elastic/events/lib_test (0.1875) 2025-03-14T03:58:04.0226240Z distributed/elastic/metrics/api_test (0.1875) 2025-03-14T03:58:04.0226654Z distributed/elastic/multiprocessing/api_test (0.1875) 2025-03-14T03:58:04.0227063Z distributed/elastic/test_control_plane (0.1875) 2025-03-14T03:58:04.0227454Z distributed/elastic/timer/api_test (0.1875) 2025-03-14T03:58:04.0227946Z distributed/elastic/timer/local_timer_example (0.1875) 2025-03-14T03:58:04.0228383Z distributed/elastic/timer/local_timer_test (0.1875) 2025-03-14T03:58:04.0228808Z distributed/elastic/utils/distributed_test (0.1875) 2025-03-14T03:58:04.0229205Z distributed/elastic/utils/logging_test (0.1875) 2025-03-14T03:58:04.0229597Z distributed/elastic/utils/util_test (0.1875) 2025-03-14T03:58:04.0230009Z distributed/flight_recorder/test_fr_analysis (0.1875) 2025-03-14T03:58:04.0230431Z distributed/fsdp/test_checkpoint_wrapper (0.1875) 2025-03-14T03:58:04.0230857Z distributed/fsdp/test_distributed_checkpoint (0.1875) 2025-03-14T03:58:04.0231247Z distributed/fsdp/test_fsdp_apply (0.1875) 2025-03-14T03:58:04.0231644Z distributed/fsdp/test_fsdp_backward_prefetch (0.1875) 2025-03-14T03:58:04.0232058Z distributed/fsdp/test_fsdp_checkpoint (0.1875) 2025-03-14T03:58:04.0232579Z distributed/fsdp/test_fsdp_clip_grad_norm (0.1875) 2025-03-14T03:58:04.0232967Z distributed/fsdp/test_fsdp_comm (0.1875) 2025-03-14T03:58:04.0233319Z distributed/fsdp/test_fsdp_comm_hooks (0.1875) 2025-03-14T03:58:04.0233695Z distributed/fsdp/test_fsdp_core (0.1875) 2025-03-14T03:58:04.0234089Z distributed/fsdp/test_fsdp_dtensor_state_dict (0.1875) 2025-03-14T03:58:04.0234506Z distributed/fsdp/test_fsdp_exec_order (0.1875) 2025-03-14T03:58:04.0234886Z distributed/fsdp/test_fsdp_fine_tune (0.1875) 2025-03-14T03:58:04.0235282Z distributed/fsdp/test_fsdp_flatten_params (0.1875) 2025-03-14T03:58:04.0235692Z distributed/fsdp/test_fsdp_freezing_weights (0.1875) 2025-03-14T03:58:04.0236076Z distributed/fsdp/test_fsdp_fx (0.1875) 2025-03-14T03:58:04.0236429Z distributed/fsdp/test_fsdp_grad_acc (0.1875) 2025-03-14T03:58:04.0236815Z distributed/fsdp/test_fsdp_hybrid_shard (0.1875) 2025-03-14T03:58:04.0237223Z distributed/fsdp/test_fsdp_ignored_modules (0.1875) 2025-03-14T03:58:04.0237600Z distributed/fsdp/test_fsdp_input (0.1875) 2025-03-14T03:58:04.0237971Z distributed/fsdp/test_fsdp_memory (0.1875) 2025-03-14T03:58:04.0238325Z distributed/fsdp/test_fsdp_meta (0.1875) 2025-03-14T03:58:04.0238671Z distributed/fsdp/test_fsdp_misc (0.1875) 2025-03-14T03:58:04.0239055Z distributed/fsdp/test_fsdp_mixed_precision (0.1875) 2025-03-14T03:58:04.0239468Z distributed/fsdp/test_fsdp_multiple_forward (0.1875) 2025-03-14T03:58:04.0239903Z distributed/fsdp/test_fsdp_multiple_wrapping (0.1875) 2025-03-14T03:58:04.0240328Z distributed/fsdp/test_fsdp_optim_state (0.1875) 2025-03-14T03:58:04.0240716Z distributed/fsdp/test_fsdp_overlap (0.1875) 2025-03-14T03:58:04.0241097Z distributed/fsdp/test_fsdp_pure_fp16 (0.1875) 2025-03-14T03:58:04.0241503Z distributed/fsdp/test_fsdp_sharded_grad_scaler (0.1875) 2025-03-14T03:58:04.0241924Z distributed/fsdp/test_fsdp_state_dict (0.1875) 2025-03-14T03:58:04.0242326Z distributed/fsdp/test_fsdp_tp_integration (0.1875) 2025-03-14T03:58:04.0242727Z distributed/fsdp/test_fsdp_traversal (0.1875) 2025-03-14T03:58:04.0243184Z distributed/fsdp/test_fsdp_uneven (0.1875) 2025-03-14T03:58:04.0243558Z distributed/fsdp/test_fsdp_unshard_params (0.1875) 2025-03-14T03:58:04.0243973Z distributed/fsdp/test_fsdp_use_orig_params (0.1875) 2025-03-14T03:58:04.0244404Z distributed/fsdp/test_hsdp_dtensor_state_dict (0.1875) 2025-03-14T03:58:04.0244811Z distributed/fsdp/test_shard_utils (0.1875) 2025-03-14T03:58:04.0245166Z distributed/fsdp/test_utils (0.1875) 2025-03-14T03:58:04.0245502Z distributed/fsdp/test_wrap (0.1875) 2025-03-14T03:58:04.0245824Z distributed/launcher/test_run (0.1875) 2025-03-14T03:58:04.0246192Z distributed/nn/jit/test_instantiator (0.1875) 2025-03-14T03:58:04.0246634Z distributed/optim/test_apply_optimizer_in_backward (0.1875) 2025-03-14T03:58:04.0247089Z distributed/optim/test_named_optimizer (0.1875) 2025-03-14T03:58:04.0247533Z distributed/optim/test_zero_redundancy_optimizer (0.1875) 2025-03-14T03:58:04.0247961Z distributed/pipelining/test_backward (0.1875) 2025-03-14T03:58:04.0248441Z distributed/pipelining/test_microbatch (0.1875) 2025-03-14T03:58:04.0248827Z distributed/pipelining/test_pipe (0.1875) 2025-03-14T03:58:04.0249202Z distributed/pipelining/test_schedule (0.1875) 2025-03-14T03:58:04.0249631Z distributed/pipelining/test_schedule_multiproc (0.1875) 2025-03-14T03:58:04.0250036Z distributed/pipelining/test_stage (0.1875) 2025-03-14T03:58:04.0250424Z distributed/pipelining/test_transformer (0.1875) 2025-03-14T03:58:04.0250831Z distributed/pipelining/test_unflatten (0.1875) 2025-03-14T03:58:04.0251246Z distributed/rpc/cuda/test_tensorpipe_agent (0.1875) 2025-03-14T03:58:04.0251646Z distributed/rpc/test_faulty_agent (0.1875) 2025-03-14T03:58:04.0251994Z distributed/rpc/test_share_memory (0.1875) 2025-03-14T03:58:04.0252368Z distributed/rpc/test_tensorpipe_agent (0.1875) 2025-03-14T03:58:04.0252763Z distributed/tensor/debug/test_comm_mode (0.1875) 2025-03-14T03:58:04.0253203Z distributed/tensor/debug/test_comm_mode_features (0.1875) 2025-03-14T03:58:04.0253659Z distributed/tensor/debug/test_op_coverage (0.1875) 2025-03-14T03:58:04.0254099Z distributed/tensor/experimental/test_local_map (0.1875) 2025-03-14T03:58:04.0254594Z distributed/tensor/experimental/test_register_sharding (0.1875) 2025-03-14T03:58:04.0255106Z distributed/tensor/experimental/test_tp_transform (0.1875) 2025-03-14T03:58:04.0255602Z distributed/tensor/parallel/test_micro_pipeline_tp (0.1875) 2025-03-14T03:58:04.0256092Z distributed/tensor/parallel/test_parallelize_api (0.1875) 2025-03-14T03:58:04.0256552Z distributed/tensor/parallel/test_tp_examples (0.1875) 2025-03-14T03:58:04.0256993Z distributed/tensor/parallel/test_tp_random_state (0.1875) 2025-03-14T03:58:04.0257442Z distributed/tensor/parallel/test_tp_style (0.1875) 2025-03-14T03:58:04.0257821Z distributed/tensor/test_api (0.1875) 2025-03-14T03:58:04.0258166Z distributed/tensor/test_attention (0.1875) 2025-03-14T03:58:04.0258541Z distributed/tensor/test_common_rules (0.1875) 2025-03-14T03:58:04.0258926Z distributed/tensor/test_convolution_ops (0.1875) 2025-03-14T03:58:04.0259310Z distributed/tensor/test_dtensor (0.1875) 2025-03-14T03:58:04.0259683Z distributed/tensor/test_dtensor_compile (0.1875) 2025-03-14T03:58:04.0260074Z distributed/tensor/test_dtensor_ops (0.1875) 2025-03-14T03:58:04.0260454Z distributed/tensor/test_embedding_ops (0.1875) 2025-03-14T03:58:04.0260839Z distributed/tensor/test_experimental_ops (0.1875) 2025-03-14T03:58:04.0261217Z distributed/tensor/test_init (0.1875) 2025-03-14T03:58:04.0261559Z distributed/tensor/test_math_ops (0.1875) 2025-03-14T03:58:04.0261918Z distributed/tensor/test_matrix_ops (0.1875) 2025-03-14T03:58:04.0262289Z distributed/tensor/test_op_strategy (0.1875) 2025-03-14T03:58:04.0262661Z distributed/tensor/test_optimizers (0.1875) 2025-03-14T03:58:04.0263029Z distributed/tensor/test_pointwise_ops (0.1875) 2025-03-14T03:58:04.0263406Z distributed/tensor/test_random_ops (0.1875) 2025-03-14T03:58:04.0263855Z distributed/tensor/test_redistribute (0.1875) 2025-03-14T03:58:04.0264241Z distributed/tensor/test_tensor_ops (0.1875) 2025-03-14T03:58:04.0264603Z distributed/tensor/test_utils (0.1875) 2025-03-14T03:58:04.0264940Z distributed/tensor/test_view_ops (0.1875) 2025-03-14T03:58:04.0265327Z distributed/tensor/test_xla_integration (0.1875) 2025-03-14T03:58:04.0265702Z distributed/test_backends (0.1875) 2025-03-14T03:58:04.0266042Z distributed/test_collective_utils (0.1875) 2025-03-14T03:58:04.0266400Z distributed/test_composability (0.1875) 2025-03-14T03:58:04.0266766Z distributed/test_compute_comm_reordering (0.1875) 2025-03-14T03:58:04.0267164Z distributed/test_control_collectives (0.1875) 2025-03-14T03:58:04.0267528Z distributed/test_data_parallel (0.1875) 2025-03-14T03:58:04.0267867Z distributed/test_device_mesh (0.1875) 2025-03-14T03:58:04.0268213Z distributed/test_distributed_spawn (0.1875) 2025-03-14T03:58:04.0268573Z distributed/test_dynamo_distributed (0.1875) 2025-03-14T03:58:04.0268931Z distributed/test_fake_pg (0.1875) 2025-03-14T03:58:04.0269337Z distributed/test_functional_api (0.1875) 2025-03-14T03:58:04.0269707Z distributed/test_inductor_collectives (0.1875) 2025-03-14T03:58:04.0270072Z distributed/test_launcher (0.1875) 2025-03-14T03:58:04.0270400Z distributed/test_multi_threaded_pg (0.1875) 2025-03-14T03:58:04.0270748Z distributed/test_nccl (0.1875) 2025-03-14T03:58:04.0271064Z distributed/test_pg_wrapper (0.1875) 2025-03-14T03:58:04.0271406Z distributed/test_serialization (0.1875) 2025-03-14T03:58:04.0271739Z distributed/test_store (0.1875) 2025-03-14T03:58:04.0272057Z distributed/test_symmetric_memory (0.1875) 2025-03-14T03:58:14.8375459Z inductor/test_distributed_patterns (0.1875) 2025-03-14T03:58:14.8376077Z base_commit: HEAD^ 2025-03-14T03:58:14.8377101Z Changed files: ['torch/csrc/distributed/c10d/ProcessGroupNCCL.cpp', 'torch/csrc/distributed/c10d/ProcessGroupNCCL.hpp'] 2025-03-14T03:58:14.8378148Z Results from PublicBindings 2025-03-14T03:58:14.8378623Z test_public_bindings (1.0) 2025-03-14T03:58:14.8379062Z Aggregated Heuristics 2025-03-14T03:58:14.8379546Z inductor/test_triton_extension_backend (1.235286119322358) 2025-03-14T03:58:14.8380425Z inductor/test_torchinductor_strided_blocks (1.2313148498041369) 2025-03-14T03:58:14.8380908Z test_cpp_api_parity (1.2264825141025897) 2025-03-14T03:58:14.8381266Z inductor/test_foreach (1.216252469515145) 2025-03-14T03:58:14.8381627Z test_ci_sanity_check_fail (1.2120870085058615) 2025-03-14T03:58:14.8382073Z test_cpp_extensions_open_device_registration (1.2090673459128283) 2025-03-14T03:58:14.8382483Z test_utils (1.2018882499139716) 2025-03-14T03:58:14.8382824Z inductor/test_torchinductor (1.193331167377548) 2025-03-14T03:58:14.8383248Z higher_order_ops/test_invoke_subgraph (1.1911855490990555) 2025-03-14T03:58:14.8383665Z test_cpp_extensions_jit (1.1845681216113253) 2025-03-14T03:58:14.8384010Z test_mkldnn (1.1796291113462165) 2025-03-14T03:58:14.8384319Z test_public_bindings (1.177175296005393) 2025-03-14T03:58:14.8384696Z distributed/test_c10d_nccl (0.8981393388876464) 2025-03-14T03:58:14.8385116Z distributed/test_distributed_spawn (0.47619854493201097) 2025-03-14T03:58:14.8385590Z distributed/test_c10d_functional_native (0.46807375150538666) 2025-03-14T03:58:14.8386027Z distributed/test_c10d_ucc (0.45713681511811355) 2025-03-14T03:58:14.8386409Z distributed/test_c10d_pypg (0.45129155722194203) 2025-03-14T03:58:14.8386784Z distributed/test_c10d_logger (0.4428624540682299) 2025-03-14T03:58:14.8387332Z distributed/_composable/test_composability/test_pp_composability (0.44114191413137255) 2025-03-14T03:58:14.8387929Z distributed/test_c10d_object_collectives (0.4366613420833576) 2025-03-14T03:58:14.8388604Z distributed/_tools/test_mod_tracker (0.43592675544639026) 2025-03-14T03:58:14.8389094Z distributed/tensor/debug/test_op_coverage (0.4344597248753468) 2025-03-14T03:58:14.8389551Z distributed/test_c10d_spawn_gloo (0.43190177817906616) 2025-03-14T03:58:14.8390269Z distributed/test_c10d_spawn_nccl (0.42819898733057826) 2025-03-14T03:58:14.8390678Z distributed/test_c10d_gloo (0.42711999142269247) 2025-03-14T03:58:14.8391081Z distributed/test_c10d_spawn_ucc (0.42525405247195025) 2025-03-14T03:58:14.8391535Z distributed/checkpoint/test_nested_dict (0.42061231720141057) 2025-03-14T03:58:14.8392083Z distributed/tensor/parallel/test_micro_pipeline_tp (0.41957270579399675) 2025-03-14T03:58:14.8392719Z distributed/flight_recorder/test_fr_analysis (0.4182704416147265) 2025-03-14T03:58:14.8393248Z distributed/_shard/sharded_tensor/test_logger (0.41668950881399835) 2025-03-14T03:58:14.8393710Z distributed/test_c10d_common (0.4164679948012934) 2025-03-14T03:58:14.8394123Z distributed/test_symmetric_memory (0.4139631658088838) 2025-03-14T03:58:14.8394576Z distributed/_composable/test_contract (0.4130646362547572) 2025-03-14T03:58:14.8395026Z distributed/_tools/test_sac_estimator (0.4125768209049624) 2025-03-14T03:58:14.8395488Z distributed/tensor/test_common_rules (0.41242747251092415) 2025-03-14T03:58:14.8396085Z distributed/pipelining/test_transformer (0.4105675863761583) 2025-03-14T03:58:14.8396590Z distributed/checkpoint/test_dedup_tensors (0.4099726759323281) 2025-03-14T03:58:14.8397124Z distributed/pipelining/test_schedule_multiproc (0.4093269413769305) 2025-03-14T03:58:14.8397614Z distributed/_tools/test_sac_ilp (0.40914114700848236) 2025-03-14T03:58:14.8398026Z distributed/tensor/test_attention (0.4075938551926943) 2025-03-14T03:58:14.8398457Z distributed/tensor/test_tensor_ops (0.4063509873895327) 2025-03-14T03:58:14.8398924Z distributed/checkpoint/e2e/test_fsdp_ep (0.4055487554220396) 2025-03-14T03:58:14.8399412Z distributed/checkpoint/test_hf_storage (0.40506264221940125) 2025-03-14T03:58:14.8399862Z distributed/tensor/test_dtensor (0.4044423797955693) 2025-03-14T03:58:14.8400255Z distributed/fsdp/test_fsdp_fx (0.4037285393286507) 2025-03-14T03:58:14.8400707Z distributed/tensor/test_experimental_ops (0.4036625961452815) 2025-03-14T03:58:14.8401285Z distributed/tensor/experimental/test_register_sharding (0.4033857068660691) 2025-03-14T03:58:14.8401793Z distributed/test_backends (0.40179816427634474) 2025-03-14T03:58:14.8402239Z distributed/checkpoint/fsdp/test_fsdp_dsd (0.4013879668368867) 2025-03-14T03:58:14.8402682Z distributed/tensor/test_init (0.40132709004446565) 2025-03-14T03:58:14.8403150Z distributed/checkpoint/test_fsdp_optim_state (0.40124227818871194) 2025-03-14T03:58:14.8403673Z distributed/checkpoint/test_save_load_api (0.4012387385944125) 2025-03-14T03:58:14.8404160Z distributed/_tools/test_memory_tracker (0.4010339402535935) 2025-03-14T03:58:14.8404609Z distributed/test_collective_utils (0.4010337600262475) 2025-03-14T03:58:14.8405048Z distributed/tensor/test_random_ops (0.3988472819152992) 2025-03-14T03:58:14.8405496Z distributed/tensor/test_dtensor_compile (0.3979809490884181) 2025-03-14T03:58:14.8405974Z distributed/pipelining/test_backward (0.39788731096954943) 2025-03-14T03:58:14.8406480Z distributed/fsdp/test_fsdp_dtensor_state_dict (0.3978040816272958) 2025-03-14T03:58:14.8406973Z distributed/tensor/test_dtensor_ops (0.3974851837101393) 2025-03-14T03:58:14.8407411Z distributed/pipelining/test_pipe (0.3973901638482848) 2025-03-14T03:58:14.8407805Z distributed/test_device_mesh (0.3970524378271727) 2025-03-14T03:58:14.8408234Z distributed/fsdp/test_fsdp_pure_fp16 (0.39657725405792665) 2025-03-14T03:58:14.8408660Z distributed/tensor/test_api (0.3965475809805521) 2025-03-14T03:58:14.8409105Z distributed/checkpoint/test_format_utils (0.39627563794072396) 2025-03-14T03:58:14.8409587Z distributed/tensor/test_redistribute (0.3960882015009013) 2025-03-14T03:58:14.8410104Z distributed/tensor/parallel/test_tp_random_state (0.3956741592113956) 2025-03-14T03:58:14.8410665Z distributed/tensor/debug/test_comm_mode_features (0.3956552954158494) 2025-03-14T03:58:14.8411169Z distributed/_tools/test_mem_tracker (0.39498304741533163) 2025-03-14T03:58:14.8411634Z distributed/pipelining/test_microbatch (0.3937550183303226) 2025-03-14T03:58:14.8412238Z distributed/tensor/experimental/test_local_map (0.3935671813852867) 2025-03-14T03:58:14.8412817Z distributed/_composable/fsdp/test_fully_shard_logging (0.39351655752632597) 2025-03-14T03:58:14.8413371Z distributed/tensor/parallel/test_tp_style (0.39311597221198713) 2025-03-14T03:58:14.8413945Z distributed/_composable/fsdp/test_fully_shard_ignore_params (0.3930551354700874) 2025-03-14T03:58:14.8414523Z distributed/checkpoint/e2e/test_pipeline (0.3929569716423085) 2025-03-14T03:58:14.8415010Z distributed/pipelining/test_unflatten (0.3924596042431765) 2025-03-14T03:58:14.8415503Z distributed/checkpoint/test_tp_checkpoint (0.3918269461829931) 2025-03-14T03:58:14.8416008Z distributed/_tools/test_runtime_estimator (0.39160506629482694) 2025-03-14T03:58:14.8416472Z distributed/checkpoint/test_fsspec (0.39115381707100605) 2025-03-14T03:58:14.8416946Z distributed/tensor/test_xla_integration (0.39098678637180084) 2025-03-14T03:58:14.8417448Z distributed/tensor/test_convolution_ops (0.39062412890116105) 2025-03-14T03:58:14.8418052Z distributed/_composable/fsdp/test_fully_shard_state (0.39027538898668335) 2025-03-14T03:58:14.8418597Z distributed/tensor/debug/test_comm_mode (0.3901527142398507) 2025-03-14T03:58:14.8419050Z distributed/fsdp/test_shard_utils (0.38989062362826965) 2025-03-14T03:58:14.8419506Z distributed/checkpoint/test_traverse (0.38976738817413836) 2025-03-14T03:58:14.8420002Z distributed/checkpoint/e2e/test_fine_tuning (0.3897132799198221) 2025-03-14T03:58:14.8420509Z distributed/elastic/test_control_plane (0.38965414185065284) 2025-03-14T03:58:14.8420991Z distributed/_composable/test_checkpoint (0.389170034648507) 2025-03-14T03:58:14.8421546Z distributed/checkpoint/test_fsdp_tp_checkpoint_conversion (0.3890668645055619) 2025-03-14T03:58:14.8422099Z distributed/_tools/test_fsdp2_mem_tracker (0.38888078978346446) 2025-03-14T03:58:14.8422586Z distributed/tensor/test_embedding_ops (0.38880343220151625) 2025-03-14T03:58:14.8423131Z distributed/tensor/experimental/test_tp_transform (0.38823958093697714) 2025-03-14T03:58:14.8423719Z distributed/checkpoint/e2e/test_e2e_save_and_load (0.38767619025343325) 2025-03-14T03:58:14.8424224Z distributed/test_functional_api (0.38739930097422093) 2025-03-14T03:58:14.8424643Z distributed/tensor/test_utils (0.3873295129408041) 2025-03-14T03:58:14.8425124Z distributed/_composable/fsdp/test_fully_shard_overlap (0.3873237857162539) 2025-03-14T03:58:14.8425647Z distributed/pipelining/test_stage (0.38701659821765566) 2025-03-14T03:58:14.8426139Z distributed/checkpoint/test_hsdp_checkpoint (0.38699386954680115) 2025-03-14T03:58:14.8426659Z distributed/test_compute_comm_reordering (0.38665800362751257) 2025-03-14T03:58:14.8427149Z distributed/tensor/test_pointwise_ops (0.3866507567305702) 2025-03-14T03:58:14.8427587Z distributed/tensor/test_math_ops (0.386415319740934) 2025-03-14T03:58:14.8427978Z distributed/test_nccl (0.38639787773889495) 2025-03-14T03:58:14.8428432Z distributed/checkpoint/test_fsdp_model_state (0.38595153470393695) 2025-03-14T03:58:14.8428996Z distributed/checkpoint/test_dtensor_checkpoint (0.38575652871558297) 2025-03-14T03:58:14.8429515Z distributed/checkpoint/test_planner (0.38426220371425335) 2025-03-14T03:58:14.8430031Z distributed/checkpoint/test_dtensor_resharding (0.38399642845470994) 2025-03-14T03:58:14.8430561Z distributed/checkpoint/test_compatibility (0.3839722379398268) 2025-03-14T03:58:14.8431041Z distributed/fsdp/test_fsdp_memory (0.3832223920542329) 2025-03-14T03:58:14.8431483Z distributed/tensor/test_op_strategy (0.3831707869574997) 2025-03-14T03:58:14.8432018Z distributed/_composable/fsdp/test_fully_shard_grad_scaler (0.38201967489870425) 2025-03-14T03:58:14.8432646Z distributed/test_fake_pg (0.38173237248394615) 2025-03-14T03:58:14.8433060Z distributed/_composable/test_replicate (0.381604050613606) 2025-03-14T03:58:14.8433562Z distributed/checkpoint/test_state_dict_utils (0.38135289379434795) 2025-03-14T03:58:14.8434163Z distributed/optim/test_named_optimizer (0.38114771497357625) 2025-03-14T03:58:14.8434630Z distributed/tensor/test_matrix_ops (0.3808291130763991) 2025-03-14T03:58:14.8435175Z distributed/_composable/fsdp/test_fully_shard_clip_grad_norm_ (0.3806381722159601) 2025-03-14T03:58:14.8435724Z distributed/rpc/test_share_memory (0.3806157839745369) 2025-03-14T03:58:14.8436143Z distributed/tensor/test_optimizers (0.3798942938580443) 2025-03-14T03:58:14.8436576Z distributed/tensor/test_view_ops (0.37956786208394716) 2025-03-14T03:58:14.8437074Z distributed/tensor/parallel/test_parallelize_api (0.37945231632991117) 2025-03-14T03:58:14.8437628Z distributed/fsdp/test_fsdp_backward_prefetch (0.3790959467911202) 2025-03-14T03:58:14.8438102Z distributed/checkpoint/test_utils (0.378644357137868) 2025-03-14T03:58:14.8438509Z distributed/fsdp/test_fsdp_core (0.3784633244225274) 2025-03-14T03:58:14.8438983Z distributed/tensor/parallel/test_tp_examples (0.37820247973603827) 2025-03-14T03:58:14.8439503Z distributed/checkpoint/test_checkpoint (0.37799545859128536) 2025-03-14T03:58:14.8440041Z distributed/fsdp/test_fsdp_overlap (0.37762390990491046) 2025-03-14T03:58:14.8440494Z distributed/pipelining/test_schedule (0.377225206965074) 2025-03-14T03:58:14.8440916Z distributed/test_serialization (0.3771726406558289) 2025-03-14T03:58:14.8441322Z distributed/test_pg_wrapper (0.3768674156327758) 2025-03-14T03:58:14.8441748Z distributed/test_control_collectives (0.3766971208160822) 2025-03-14T03:58:14.8442171Z distributed/fsdp/test_utils (0.37635376769672335) 2025-03-14T03:58:14.8442602Z distributed/test_inductor_collectives (0.37588778443909054) 2025-03-14T03:58:14.8443090Z distributed/fsdp/test_fsdp_flatten_params (0.37550391565936936) 2025-03-14T03:58:14.8443616Z distributed/_composable/fsdp/test_fully_shard_frozen (0.375342632209975) 2025-03-14T03:58:14.8444187Z distributed/_composable/fsdp/test_fully_shard_init (0.3753257509152345) 2025-03-14T03:58:14.8444709Z distributed/fsdp/test_fsdp_optim_state (0.3752293292851334) 2025-03-14T03:58:14.8445171Z distributed/fsdp/test_fsdp_apply (0.3748898210158222) 2025-03-14T03:58:14.8445617Z distributed/fsdp/test_fsdp_comm_hooks (0.3746214424723924) 2025-03-14T03:58:14.8446154Z distributed/algorithms/quantization/test_quantization (0.37433690354360605) 2025-03-14T03:58:14.8446738Z distributed/fsdp/test_fsdp_freezing_weights (0.37393239327817684) 2025-03-14T03:58:14.8447264Z distributed/fsdp/test_hsdp_dtensor_state_dict (0.3729880620610062) 2025-03-14T03:58:14.8447822Z distributed/_composable/fsdp/test_fully_shard_compile (0.3729160614464352) 2025-03-14T03:58:14.8448417Z distributed/algorithms/ddp_comm_hooks/test_ddp_hooks (0.3723005147613405) 2025-03-14T03:58:14.8448941Z inductor/test_distributed_patterns (0.37205316274160877) 2025-03-14T03:58:14.8449635Z distributed/checkpoint/test_state_dict (0.37148474571763807) 2025-03-14T03:58:14.8450111Z distributed/fsdp/test_fsdp_uneven (0.3714771160933248) 2025-03-14T03:58:14.8450681Z distributed/_composable/test_composability/test_2d_composability (0.37145994956809675) 2025-03-14T03:58:14.8451252Z distributed/test_composability (0.3711497431319764) 2025-03-14T03:58:14.8451688Z distributed/fsdp/test_fsdp_grad_acc (0.3711063884426371) 2025-03-14T03:58:14.8452134Z distributed/test_multi_threaded_pg (0.37088667128262276) 2025-03-14T03:58:14.8452637Z distributed/_composable/test_replicate_with_compiler (0.37032944837936366) 2025-03-14T03:58:14.8453174Z distributed/fsdp/test_fsdp_exec_order (0.36979124947373615) 2025-03-14T03:58:14.8453703Z distributed/_shard/sharded_tensor/ops/test_binary_cmp (0.3697576871368619) 2025-03-14T03:58:14.8454214Z distributed/fsdp/test_fsdp_input (0.36960755775765786) 2025-03-14T03:58:14.8454748Z distributed/_composable/fsdp/test_fully_shard_mixed_precision (0.36934985267816234) 2025-03-14T03:58:14.8455292Z distributed/test_dynamo_distributed (0.3691762937439804) 2025-03-14T03:58:14.8455741Z distributed/fsdp/test_fsdp_fine_tune (0.369155167093979) 2025-03-14T03:58:14.8456294Z distributed/nn/jit/test_instantiator (0.3691527440374386) 2025-03-14T03:58:14.8456785Z distributed/fsdp/test_fsdp_ignored_modules (0.3690464699790904) 2025-03-14T03:58:14.8457271Z distributed/fsdp/test_fsdp_traversal (0.369039921718853) 2025-03-14T03:58:14.8457804Z distributed/_composable/fsdp/test_fully_shard_state_dict (0.3688325601446689) 2025-03-14T03:58:14.8458321Z distributed/algorithms/test_join (0.36874585076599026) 2025-03-14T03:58:14.8458836Z distributed/_composable/fsdp/test_fully_shard_autograd (0.3685140183232737) 2025-03-14T03:58:14.8459407Z distributed/fsdp/test_fsdp_multiple_wrapping (0.3681887880648165) 2025-03-14T03:58:14.8459954Z distributed/_composable/fsdp/test_fully_shard_comm (0.3681468351437237) 2025-03-14T03:58:14.8460493Z distributed/rpc/cuda/test_tensorpipe_agent (0.367869965889772) 2025-03-14T03:58:14.8461028Z distributed/_composable/fsdp/test_fully_shard_memory (0.3674697610553857) 2025-03-14T03:58:14.8461688Z distributed/fsdp/test_fsdp_state_dict (0.3672399511639963) 2025-03-14T03:58:14.8462313Z distributed/checkpoint/test_file_system_checkpoint (0.36658174087120454) 2025-03-14T03:58:14.8462880Z distributed/fsdp/test_fsdp_sharded_grad_scaler (0.365690817024227) 2025-03-14T03:58:14.8463405Z distributed/fsdp/test_fsdp_tp_integration (0.36518698146590034) 2025-03-14T03:58:14.8463885Z distributed/rpc/test_faulty_agent (0.3650491876472658) 2025-03-14T03:58:14.8464401Z distributed/checkpoint/test_file_system_checkpoint_cpu (0.36503663180882895) 2025-03-14T03:58:14.8464958Z distributed/rpc/test_tensorpipe_agent (0.3646608577924537) 2025-03-14T03:58:14.8465438Z distributed/fsdp/test_fsdp_checkpoint (0.36453391766509946) 2025-03-14T03:58:14.8465880Z distributed/launcher/test_run (0.36407703916356643) 2025-03-14T03:58:14.8466327Z distributed/fsdp/test_fsdp_hybrid_shard (0.3638628711802216) 2025-03-14T03:58:14.8466830Z distributed/fsdp/test_fsdp_multiple_forward (0.3636989043458981) 2025-03-14T03:58:14.8467376Z distributed/_shard/sharded_tensor/ops/test_tensor_ops (0.36333873000758077) 2025-03-14T03:58:14.8467963Z distributed/_shard/sharded_optim/test_sharded_optim (0.3633004016586683) 2025-03-14T03:58:14.8468537Z distributed/_shard/sharding_plan/test_sharding_plan (0.3631896219166706) 2025-03-14T03:58:14.8469021Z distributed/test_launcher (0.36278292671836354) 2025-03-14T03:58:14.8469469Z distributed/fsdp/test_fsdp_clip_grad_norm (0.3621022302373106) 2025-03-14T03:58:14.8469920Z distributed/fsdp/test_fsdp_comm (0.36207449525128976) 2025-03-14T03:58:14.8470423Z distributed/_shard/sharded_tensor/ops/test_embedding (0.36205851509327924) 2025-03-14T03:58:14.8471027Z distributed/_shard/sharded_tensor/ops/test_embedding_bag (0.36205851509327924) 2025-03-14T03:58:14.8471646Z distributed/_composable/fsdp/test_fully_shard_extensions (0.36177543800852147) 2025-03-14T03:58:14.8472228Z distributed/_shard/sharded_tensor/ops/test_init (0.361644092323821) 2025-03-14T03:58:14.8472858Z distributed/fsdp/test_distributed_checkpoint (0.36123493619791747) 2025-03-14T03:58:14.8473423Z distributed/_composable/fsdp/test_fully_shard_training (0.3609164544523043) 2025-03-14T03:58:14.8473935Z distributed/_shard/test_sharder (0.360848068187134) 2025-03-14T03:58:14.8474332Z distributed/fsdp/test_wrap (0.3608107411012548) 2025-03-14T03:58:14.8474741Z distributed/fsdp/test_fsdp_misc (0.3604818261948352) 2025-03-14T03:58:14.8475201Z distributed/fsdp/test_checkpoint_wrapper (0.35994609039626946) 2025-03-14T03:58:14.8475743Z distributed/optim/test_apply_optimizer_in_backward (0.3597094919415147) 2025-03-14T03:58:14.8476235Z distributed/fsdp/test_fsdp_meta (0.3593178979692143) 2025-03-14T03:58:14.8476713Z distributed/fsdp/test_fsdp_unshard_params (0.3584009412833725) 2025-03-14T03:58:14.8477275Z distributed/test_data_parallel (0.3575730970074891) 2025-03-14T03:58:14.8477794Z distributed/_shard/sharded_tensor/test_sharded_tensor_reshard (0.3570780325133336) 2025-03-14T03:58:14.8478335Z distributed/test_store (0.3569535955435625) 2025-03-14T03:58:14.8478878Z distributed/_shard/sharding_spec/test_sharding_spec (0.35503365365206285) 2025-03-14T03:58:14.8479434Z distributed/fsdp/test_fsdp_mixed_precision (0.35399137888498067) 2025-03-14T03:58:14.8479950Z distributed/fsdp/test_fsdp_use_orig_params (0.35242770640596877) 2025-03-14T03:58:14.8480505Z distributed/_shard/sharded_tensor/test_sharded_tensor (0.3511403424736099) 2025-03-14T03:58:14.8481091Z distributed/optim/test_zero_redundancy_optimizer (0.34264434528291365) 2025-03-14T03:58:14.8481583Z distributed/test_c10d_ops_nccl (0.33329114678419947) 2025-03-14T03:58:14.8481981Z inductor/test_compiled_autograd (0.2574396997575661) 2025-03-14T03:58:14.8482370Z functorch/test_rearrange (0.25564193858030787) 2025-03-14T03:58:14.8482737Z functorch/test_parsing (0.24935646822327556) 2025-03-14T03:58:14.8483094Z inductor/test_indexing (0.24856005924770527) 2025-03-14T03:58:14.8483481Z inductor/test_external_callables (0.2472830126835195) 2025-03-14T03:58:14.8483872Z inductor/test_triton_syntax (0.24662618413371362) 2025-03-14T03:58:14.8484338Z inductor/test_cpp_wrapper_hipify (0.24573972753520712) 2025-03-14T03:58:14.8484718Z test_package (0.2450108865327078) 2025-03-14T03:58:14.8485188Z cpp_extensions/open_registration_extension/test/test_openreg (0.24443520033911578) 2025-03-14T03:58:14.8485695Z dynamo/test_interop (0.24236388314332016) 2025-03-14T03:58:14.8486047Z inductor/test_cudacodecache (0.24220576493737866) 2025-03-14T03:58:14.8486409Z test_mkl_verbose (0.24214182516999405) 2025-03-14T03:58:14.8486757Z inductor/test_debug_trace (0.24212822587581664) 2025-03-14T03:58:14.8487122Z test_comparison_utils (0.24198440881265262) 2025-03-14T03:58:14.8487580Z export/test_functionalized_assertions (0.2392339793108619) 2025-03-14T03:58:14.8488053Z onnx/test_lazy_import (0.23857046232399398) 2025-03-14T03:58:14.8488548Z dynamo/test_fx_passes_pre_grad (0.23834714061705997) 2025-03-14T03:58:14.8488948Z inductor/test_inductor_utils (0.2382143531135916) 2025-03-14T03:58:14.8489330Z inductor/test_b2b_gemm (0.237374693933916) 2025-03-14T03:58:14.8489676Z test_mkldnn_verbose (0.23717604334812106) 2025-03-14T03:58:14.8490036Z export/test_retraceability (0.23610855677786186) 2025-03-14T03:58:14.8490432Z export/test_unflatten_training_ir (0.23537146698331143) 2025-03-14T03:58:14.8490901Z export/test_export_training_ir_to_run_decomp (0.2352769077024522) 2025-03-14T03:58:14.8491372Z inductor/test_extension_backend (0.23463145350070394) 2025-03-14T03:58:14.8491783Z inductor/test_op_completeness (0.23451288393230757) 2025-03-14T03:58:14.8492180Z inductor/test_compile_worker (0.2339122863144485) 2025-03-14T03:58:14.8492532Z inductor/test_smoke (0.23388731481439948) 2025-03-14T03:58:14.8492859Z test_license (0.2324552483484767) 2025-03-14T03:58:14.8493223Z inductor/test_inductor_annotations (0.23194734766223504) 2025-03-14T03:58:14.8493616Z inductor/test_utils (0.2315552130078967) 2025-03-14T03:58:14.8493963Z inductor/test_xpu_basic (0.23142609012712997) 2025-03-14T03:58:14.8494355Z inductor/test_provenance_tracing (0.23008978445770634) 2025-03-14T03:58:14.8494790Z inductor/test_aot_inductor_arrayref (0.2294483331286257) 2025-03-14T03:58:14.8495182Z export/test_serdes (0.22938313305936642) 2025-03-14T03:58:14.8495532Z inductor/test_ck_backend (0.22921369932888142) 2025-03-14T03:58:14.8495959Z inductor/test_move_constructors_to_cuda (0.22845450164655703) 2025-03-14T03:58:14.8496357Z test_transformers (0.22803961684312657) 2025-03-14T03:58:14.8496695Z inductor/test_pad_mm (0.22767621989081907) 2025-03-14T03:58:14.8497038Z inductor/test_metrics (0.22737796365847734) 2025-03-14T03:58:14.8497404Z onnx/exporter/test_tensors (0.22712148011988242) 2025-03-14T03:58:14.8497779Z test_utils_config_module (0.22694537797759606) 2025-03-14T03:58:14.8498141Z export/test_tree_utils (0.22676210679199169) 2025-03-14T03:58:14.8498466Z test_autoload (0.22665098662056266) 2025-03-14T03:58:14.8498805Z dynamo/test_reconstruct (0.22615636268214176) 2025-03-14T03:58:14.8499303Z dynamo/test_sdpa (0.22599347721189417) 2025-03-14T03:58:14.8499640Z onnx/test_fx_passes (0.2258942119947787) 2025-03-14T03:58:14.8499987Z dynamo/test_base_output (0.22563464456604138) 2025-03-14T03:58:14.8500342Z functorch/test_ac_logging (0.22560192329011508) 2025-03-14T03:58:14.8500740Z inductor/test_triton_cpu_backend (0.22559511470148905) 2025-03-14T03:58:14.8501147Z inductor/test_combo_kernels (0.2252054031036911) 2025-03-14T03:58:14.8501538Z inductor/test_triton_wrapper (0.22518205364975594) 2025-03-14T03:58:14.8501903Z export/test_tools (0.22512918696160084) 2025-03-14T03:58:14.8502252Z inductor/test_minifier_utils (0.22427973542946014) 2025-03-14T03:58:14.8502619Z test_nestedtensor (0.22418214506935608) 2025-03-14T03:58:14.8502977Z inductor/test_autoheuristic (0.22388425655659075) 2025-03-14T03:58:14.8503364Z onnx/test_fx_type_promotion (0.22357414536993545) 2025-03-14T03:58:14.8503748Z dynamo/test_skip_non_tensor (0.22307383425748575) 2025-03-14T03:58:14.8504138Z inductor/test_benchmark_fusion (0.22307117089781733) 2025-03-14T03:58:14.8504655Z inductor/test_cooperative_reductions (0.22231607839392925) 2025-03-14T03:58:14.8505090Z inductor/test_gpu_cpp_wrapper (0.22219750882553288) 2025-03-14T03:58:14.8505485Z export/test_export_legacy (0.22183739456299756) 2025-03-14T03:58:14.8505880Z test_appending_byte_serializer (0.22166025110715662) 2025-03-14T03:58:14.8506306Z inductor/test_coordinate_descent_tuner (0.22149956841558216) 2025-03-14T03:58:14.8506711Z test_hop_infra (0.2214931002563874) 2025-03-14T03:58:14.8507054Z inductor/test_snode_runtime (0.2211900579867468) 2025-03-14T03:58:14.8507408Z dynamo/test_utils (0.2209673770881541) 2025-03-14T03:58:14.8507785Z inductor/test_compiled_optimizers (0.22076662384998932) 2025-03-14T03:58:14.8508193Z backends/xeon/test_launch (0.22054602557850575) 2025-03-14T03:58:14.8508543Z test_extension_utils (0.22050837808845591) 2025-03-14T03:58:14.8508906Z inductor/test_cutlass_backend (0.220276565671) 2025-03-14T03:58:14.8509266Z test_show_pickle (0.21965239832133848) 2025-03-14T03:58:14.8509607Z dynamo/test_frame_init (0.2196017344118565) 2025-03-14T03:58:14.8509970Z inductor/test_flex_decoding (0.219326046648284) 2025-03-14T03:58:14.8510363Z dynamo/test_skip_guard_eval_unsafe (0.2192512723249616) 2025-03-14T03:58:14.8510782Z test_transformers_privateuse1 (0.2191969237675173) 2025-03-14T03:58:14.8511165Z export/test_cpp_serdes (0.21909687756523588) 2025-03-14T03:58:14.8511511Z dynamo/test_view (0.21898245322579715) 2025-03-14T03:58:14.8511839Z test_openmp (0.21866118796895156) 2025-03-14T03:58:14.8512145Z test_ao_sparsity (0.21859586556866292) 2025-03-14T03:58:14.8512546Z test_foreach (0.21842732322123132) 2025-03-14T03:58:14.8512881Z dynamo/test_pre_dispatch (0.21812725444384565) 2025-03-14T03:58:14.8513233Z dynamo/test_sys (0.21754331784285968) 2025-03-14T03:58:14.8513590Z inductor/test_codegen_triton (0.21724183754355095) 2025-03-14T03:58:14.8513946Z test_file_check (0.21708596091453602) 2025-03-14T03:58:14.8514283Z dynamo/test_callback (0.21692347594950173) 2025-03-14T03:58:14.8514628Z inductor/test_config (0.21687958057812448) 2025-03-14T03:58:14.8514998Z dynamo/test_export_mutations (0.21652777679876503) 2025-03-14T03:58:14.8515364Z test_flop_counter (0.21564690563264124) 2025-03-14T03:58:14.8515697Z inductor/test_fx_fusion (0.2156048726105058) 2025-03-14T03:58:14.8516063Z inductor/test_aot_inductor (0.21506433564485844) 2025-03-14T03:58:14.8516428Z profiler/test_kineto (0.2150420226089999) 2025-03-14T03:58:14.8516816Z inductor/test_scatter_optimization (0.2143338893413708) 2025-03-14T03:58:14.8517196Z test_proxy_tensor (0.2143334888361575) 2025-03-14T03:58:14.8532147Z dynamo/test_pgo (0.21415930911889494) 2025-03-14T03:58:14.8532814Z test_tensorexpr_pybind (0.21395497135907118) 2025-03-14T03:58:14.8533304Z dynamo/test_subgraphs (0.2138729078408668) 2025-03-14T03:58:14.8533885Z inductor/test_aot_inductor_custom_ops (0.2135498202853007) 2025-03-14T03:58:14.8534720Z test_set_default_mobile_cpu_allocator (0.21348125379278438) 2025-03-14T03:58:14.8535355Z torch_np/test_binary_ufuncs (0.21344372645429852) 2025-03-14T03:58:14.8536029Z inductor/test_torchinductor_dynamic_shapes (0.21335673672197056) 2025-03-14T03:58:14.8536710Z onnx/exporter/test_verification (0.21319284998868973) 2025-03-14T03:58:14.8537255Z torch_np/test_unary_ufuncs (0.2131509170928576) 2025-03-14T03:58:14.8537856Z test_model_exports_to_core_aten (0.2131340915149685) 2025-03-14T03:58:14.8538281Z inductor/test_kernel_benchmark (0.21293212109483386) 2025-03-14T03:58:14.8538684Z inductor/test_triton_heuristics (0.2127969906358677) 2025-03-14T03:58:14.8539063Z test_utils_filelock (0.21233370623038725) 2025-03-14T03:58:14.8539405Z test_module_tracker (0.21212592412572917) 2025-03-14T03:58:14.8539753Z test_native_functions (0.21165547067693072) 2025-03-14T03:58:14.8540159Z onnx/test_models_quantized_onnxruntime (0.21165068463963183) 2025-03-14T03:58:14.8540621Z inductor/test_aot_inductor_utils (0.21154018525128337) 2025-03-14T03:58:14.8541130Z inductor/test_memory_planning (0.2115196793843626) 2025-03-14T03:58:14.8541537Z inductor/test_cpu_cpp_wrapper (0.21137011071245712) 2025-03-14T03:58:14.8541934Z inductor/test_op_dtype_prop (0.21135495159013387) 2025-03-14T03:58:14.8542296Z dynamo/test_config (0.211317364175866) 2025-03-14T03:58:14.8542694Z inductor/test_graph_transform_observer (0.21111709154395722) 2025-03-14T03:58:14.8543120Z lazy/test_functionalization (0.21100605147357082) 2025-03-14T03:58:14.8543481Z test_weak (0.21094000816389827) 2025-03-14T03:58:14.8543836Z dynamo/test_graph_deduplication (0.21069826321715265) 2025-03-14T03:58:14.8544210Z test_deploy (0.21064253291672247) 2025-03-14T03:58:14.8544554Z onnx/test_onnxscript_runtime (0.21061944379117595) 2025-03-14T03:58:14.8544927Z inductor/test_multi_kernel (0.21060891050406624) 2025-03-14T03:58:14.8545331Z inductor/test_group_batch_fusion (0.21059469256899424) 2025-03-14T03:58:14.8545736Z lazy/test_step_closures (0.21017526203139283) 2025-03-14T03:58:14.8546080Z test_modules (0.21016774965268975) 2025-03-14T03:58:14.8546391Z test_jiterator (0.2101669129506725) 2025-03-14T03:58:14.8546714Z dynamo/test_deviceguard (0.2098906644798014) 2025-03-14T03:58:14.8547110Z inductor/test_decompose_mem_bound_mm (0.20985537997051) 2025-03-14T03:58:14.8547510Z inductor/test_profiler (0.20964245137386103) 2025-03-14T03:58:14.8547886Z inductor/test_pattern_matcher (0.20960232075148877) 2025-03-14T03:58:14.8548371Z inductor/test_torchinductor_codegen_dynamic_shapes (0.20945074955351678) 2025-03-14T03:58:14.8548818Z inductor/test_fp8 (0.2093710690413315) 2025-03-14T03:58:14.8549153Z dynamo/test_after_aot (0.20922796852862074) 2025-03-14T03:58:14.8549809Z inductor/test_aot_inductor_package (0.2090212878132992) 2025-03-14T03:58:14.8550225Z dynamo/test_python_dispatcher (0.208699461849155) 2025-03-14T03:58:14.8550640Z inductor/test_cpu_select_algorithm (0.2086295736894348) 2025-03-14T03:58:14.8551059Z test_namedtuple_return_api (0.20856949790744037) 2025-03-14T03:58:14.8551428Z dynamo/test_dynamic_shapes (0.20854152261829162) 2025-03-14T03:58:14.8551828Z dynamo/test_graph_region_tracker (0.20847928410814537) 2025-03-14T03:58:14.8552206Z functorch/test_logging (0.2084286201986634) 2025-03-14T03:58:14.8552621Z test_xpu (0.2083572101191327) 2025-03-14T03:58:14.8552927Z dynamo/test_profiler (0.20827618791448285) 2025-03-14T03:58:14.8553275Z inductor/test_benchmarking (0.20825874591244378) 2025-03-14T03:58:14.8553640Z dynamo/test_compile (0.20819804934736874) 2025-03-14T03:58:14.8553980Z torch_np/test_dtype (0.20812854166760117) 2025-03-14T03:58:14.8554312Z dynamo/test_nops (0.20807405293333223) 2025-03-14T03:58:14.8554690Z inductor/test_torchinductor_opinfo (0.2080244303374048) 2025-03-14T03:58:14.8555092Z onnx/exporter/test_building (0.20800796957313833) 2025-03-14T03:58:14.8555489Z inductor/test_block_analysis (0.20797302549327823) 2025-03-14T03:58:14.8555969Z dynamo/test_sources (0.20783643319028355) 2025-03-14T03:58:14.8556364Z inductor/test_split_cat_fx_passes (0.20773001895511073) 2025-03-14T03:58:14.8556754Z inductor/test_fuzzer (0.2075667129543892) 2025-03-14T03:58:14.8557106Z inductor/test_custom_lowering (0.2075211755116374) 2025-03-14T03:58:14.8557489Z dynamo/test_recompiles (0.20750281234760776) 2025-03-14T03:58:14.8557837Z test_namedtensor (0.20744413833385986) 2025-03-14T03:58:14.8558193Z inductor/test_cudagraph_trees (0.2072745844518109) 2025-03-14T03:58:14.8558570Z dynamo/test_optimizers (0.20726789601474885) 2025-03-14T03:58:14.8558908Z inductor/test_memory (0.2070175201806567) 2025-03-14T03:58:14.8559257Z inductor/test_cuda_repro (0.2069928690847783) 2025-03-14T03:58:14.8559617Z inductor/test_minifier (0.20697759470636898) 2025-03-14T03:58:14.8559959Z dynamo/test_modes (0.20674637815125513) 2025-03-14T03:58:14.8560376Z torch_np/numpy_tests/core/test_scalarinherit (0.20673326160551966) 2025-03-14T03:58:14.8560825Z dynamo/test_decorators (0.20652309649484246) 2025-03-14T03:58:14.8561243Z inductor/test_inplacing_pass (0.2065026507037037) 2025-03-14T03:58:14.8561627Z test_functionalization (0.20615795589188024) 2025-03-14T03:58:14.8561983Z inductor/test_halide (0.20594803108433102) 2025-03-14T03:58:14.8562352Z inductor/test_triton_kernels (0.20565726429947792) 2025-03-14T03:58:14.8562748Z inductor/test_inplace_padding (0.2056342953254954) 2025-03-14T03:58:14.8563127Z nn/test_multihead_attention (0.20556270501861867) 2025-03-14T03:58:14.8563489Z test_stateless (0.2054599153556262) 2025-03-14T03:58:14.8563855Z inductor/test_select_algorithm (0.20529713001168193) 2025-03-14T03:58:14.8564225Z export/test_db (0.2052304458936681) 2025-03-14T03:58:14.8564542Z test_tensorexpr (0.20508412131399031) 2025-03-14T03:58:14.8564854Z inductor/test_perf (0.2050646167101028) 2025-03-14T03:58:14.8565233Z onnx/exporter/test_hf_models_e2e (0.20502378520360723) 2025-03-14T03:58:14.8565621Z test_content_store (0.20500476120597566) 2025-03-14T03:58:14.8565985Z inductor/test_async_compile (0.20499863347621222) 2025-03-14T03:58:14.8566385Z dynamo/test_autograd_function (0.20490916061156184) 2025-03-14T03:58:14.8566755Z test_expanded_weights (0.20486250175421283) 2025-03-14T03:58:14.8567169Z inductor/test_custom_post_grad_passes (0.20475324393202562) 2025-03-14T03:58:14.8567577Z torch_np/test_basic (0.20438644123242825) 2025-03-14T03:58:14.8567932Z inductor/test_control_flow (0.20436737718427533) 2025-03-14T03:58:14.8568312Z inductor/test_dependencies (0.2041885716317992) 2025-03-14T03:58:14.8568677Z inductor/test_ordered_set (0.20417555521236708) 2025-03-14T03:58:14.8569047Z nn/test_packed_sequence (0.20417393316625324) 2025-03-14T03:58:14.8569415Z dynamo/test_metrics_context (0.20416938743208232) 2025-03-14T03:58:14.8569780Z dynamo/test_base_hop (0.20415234593525658) 2025-03-14T03:58:14.8570166Z onnx/exporter/test_dynamic_shapes (0.20412729433416488) 2025-03-14T03:58:14.8570543Z test_custom_ops (0.20409649548326242) 2025-03-14T03:58:14.8570853Z xpu/test_conv (0.20363435251763984) 2025-03-14T03:58:14.8571175Z dynamo/test_modules (0.20349509685497674) 2025-03-14T03:58:14.8571540Z inductor/test_fused_attention (0.20340518343459174) 2025-03-14T03:58:14.8571919Z onnx/exporter/test_core (0.20333481466861558) 2025-03-14T03:58:14.8572317Z inductor/test_auto_functionalize (0.20331366799335354) 2025-03-14T03:58:14.8572691Z dynamo/test_global (0.20324652329434442) 2025-03-14T03:58:14.8573051Z torch_np/test_nep50_examples (0.20309923750215472) 2025-03-14T03:58:14.8573440Z profiler/test_cpp_thread (0.20300622016636666) 2025-03-14T03:58:14.8573806Z dynamo/test_cudagraphs (0.2028034243516141) 2025-03-14T03:58:14.8574141Z test_mps (0.20255178692610007) 2025-03-14T03:58:14.8574467Z inductor/test_minifier_isolate (0.20213538165583594) 2025-03-14T03:58:14.8574831Z test_hub (0.20212781210730463) 2025-03-14T03:58:14.8575149Z dynamo/test_bytecode_utils (0.2018748530145867) 2025-03-14T03:58:14.8575613Z onnx/test_custom_ops (0.20118125808620024) 2025-03-14T03:58:14.8575980Z inductor/test_layout_optim (0.20117795391819057) 2025-03-14T03:58:14.8576342Z export/test_torchbind (0.20054765883876557) 2025-03-14T03:58:14.8576812Z inductor/test_torchinductor_codegen_config_overrides (0.2004557228670534) 2025-03-14T03:58:14.8577300Z inductor/test_torchbind (0.2002363461364704) 2025-03-14T03:58:14.8577660Z test_multiprocessing (0.20012630919065846) 2025-03-14T03:58:14.8578014Z dynamo/test_debug_utils (0.20011843740167598) 2025-03-14T03:58:14.8578364Z dynamo/test_model_output (0.19996860840138184) 2025-03-14T03:58:14.8578716Z functorch/test_ac (0.1999533091022339) 2025-03-14T03:58:14.8579034Z test_torch (0.19984652787397314) 2025-03-14T03:58:14.8579358Z functorch/test_minifier (0.19971160420600964) 2025-03-14T03:58:14.8579794Z dynamo/test_cudagraphs_expandable_segments (0.1996990884180941) 2025-03-14T03:58:14.8580227Z dynamo/test_exceptions (0.19957014576467338) 2025-03-14T03:58:14.8580567Z dynamo/test_backends (0.1995690644005975) 2025-03-14T03:58:14.8580978Z test_compile_benchmark_util (0.1993768619487366) 2025-03-14T03:58:14.8581332Z test_complex (0.19930210765067485) 2025-03-14T03:58:14.8581654Z test_fx_experimental (0.19917158300166163) 2025-03-14T03:58:14.8582016Z functorch/test_ac_knapsack (0.19890440597387168) 2025-03-14T03:58:14.8582360Z export/test_swap (0.19885788729334733) 2025-03-14T03:58:14.8582759Z onnx/exporter/test_capture_strategies (0.19877177867248863) 2025-03-14T03:58:14.8583208Z onnx/internal/test_registraion (0.19829123249231512) 2025-03-14T03:58:14.8583598Z inductor/test_mps_basic (0.19814052238055171) 2025-03-14T03:58:14.8583988Z dynamo/test_verify_correctness (0.19797397228760247) 2025-03-14T03:58:14.8584356Z export/test_unflatten (0.19789763599394822) 2025-03-14T03:58:14.8584725Z inductor/test_loop_ordering (0.19788504010499003) 2025-03-14T03:58:14.8585075Z test_optim (0.1978532399910543) 2025-03-14T03:58:14.8585373Z test_fx_passes (0.19785145774285515) 2025-03-14T03:58:14.8585757Z inductor/test_mkldnn_pattern_matcher (0.19769119558175466) 2025-03-14T03:58:14.8586169Z onnx/exporter/test_ir_passes (0.1976325415932674) 2025-03-14T03:58:14.8586567Z inductor/test_inductor_freezing (0.1974437834862409) 2025-03-14T03:58:14.8586967Z dynamo/test_structured_trace (0.1974020508430154) 2025-03-14T03:58:14.8587338Z inductor/test_mmdecomp (0.1972139735948515) 2025-03-14T03:58:14.8587789Z inductor/test_cudagraph_trees_expandable_segments (0.19714917185134015) 2025-03-14T03:58:14.8588261Z inductor/test_binary_folding (0.19711478847877867) 2025-03-14T03:58:14.8588854Z dynamo/test_dicts (0.19704157612578813) 2025-03-14T03:58:14.8589217Z dynamo/test_compiler_bisector (0.19702683753393882) 2025-03-14T03:58:14.8589583Z test_legacy_vmap (0.19686611479184302) 2025-03-14T03:58:14.8589920Z test_cuda_sanitizer (0.19665234513424615) 2025-03-14T03:58:14.8590281Z inductor/test_flex_attention (0.1965950128129628) 2025-03-14T03:58:14.8590636Z test_pytree (0.1964620651074091) 2025-03-14T03:58:14.8590965Z dynamo/test_flat_apply (0.19616450975919064) 2025-03-14T03:58:14.8591310Z export/test_passes (0.1961592431156358) 2025-03-14T03:58:14.8591646Z inductor/test_padding (0.19608102444747902) 2025-03-14T03:58:14.8592001Z dynamo/test_aot_autograd (0.19605937714070037) 2025-03-14T03:58:14.8592389Z test_autocast (0.195966139527045) 2025-03-14T03:58:14.8592779Z inductor/test_split_cat_fx_aten_passes (0.19592260461035968) 2025-03-14T03:58:14.8593193Z export/test_converter (0.1957493660803484) 2025-03-14T03:58:14.8593590Z inductor/test_efficient_conv_bn_eval (0.19568852933844869) 2025-03-14T03:58:14.8594061Z dynamo/test_backward_higher_order_ops (0.19568107994148137) 2025-03-14T03:58:14.8594449Z test_autograd (0.195596647630611) 2025-03-14T03:58:14.8594776Z test_functional_optim (0.19555235756592795) 2025-03-14T03:58:14.8595120Z dynamo/test_resume (0.19543186557250777) 2025-03-14T03:58:14.8595453Z dynamo/test_export (0.1954138628631701) 2025-03-14T03:58:14.8595941Z dynamo/test_recompile_ux (0.1954016274289039) 2025-03-14T03:58:14.8596298Z dynamo/test_unspec (0.19534593717899507) 2025-03-14T03:58:14.8596639Z nn/test_lazy_modules (0.19514544426921895) 2025-03-14T03:58:14.8597003Z onnx/test_pytorch_jit_onnx (0.19509868528556662) 2025-03-14T03:58:14.8597364Z inductor/test_codecache (0.1950606773408248) 2025-03-14T03:58:14.8597728Z test_numba_integration (0.19496551730214562) 2025-03-14T03:58:14.8598078Z dynamo/test_logging (0.19482938558014623) 2025-03-14T03:58:14.8598401Z test_decomp (0.19481444673569026) 2025-03-14T03:58:14.8598757Z inductor/test_unbacked_symints (0.19452380010240117) 2025-03-14T03:58:14.8599110Z test_itt (0.1945055771151962) 2025-03-14T03:58:14.8599398Z xpu/test_gemm (0.1943335801513461) 2025-03-14T03:58:14.8599771Z torch_np/numpy_tests/core/test_einsum (0.19418535317190516) 2025-03-14T03:58:14.8600178Z test_autograd_fallback (0.19406740438658943) 2025-03-14T03:58:14.8600530Z test_python_dispatch (0.19400520592696452) 2025-03-14T03:58:14.8600956Z test_sparse_semi_structured (0.19393095226041937) 2025-03-14T03:58:14.8601368Z higher_order_ops/test_with_effects (0.19368277920500035) 2025-03-14T03:58:14.8601807Z higher_order_ops/test_invoke_quant (0.1935997744995447) 2025-03-14T03:58:14.8602192Z test_jit_disabled (0.19357890817793197) 2025-03-14T03:58:14.8602556Z test_cuda_expandable_segments (0.19355483781461286) 2025-03-14T03:58:14.8602939Z dynamo/test_higher_order_ops (0.19348711238304447) 2025-03-14T03:58:14.8603310Z torch_np/test_random (0.19341914664834808) 2025-03-14T03:58:14.8603649Z test_bundled_inputs (0.1933318965876315) 2025-03-14T03:58:14.8603994Z test_ops_fwd_gradients (0.19294406736433606) 2025-03-14T03:58:14.8604338Z test_mkldnn_fusion (0.1929040368682671) 2025-03-14T03:58:14.8604649Z test_typing (0.19265382123626026) 2025-03-14T03:58:14.8605014Z onnx/exporter/test_small_models_e2e (0.192653240503701) 2025-03-14T03:58:14.8605433Z dynamo/test_aot_autograd_cache (0.19231194998619058) 2025-03-14T03:58:14.8605823Z export/test_draft_export (0.19207713377963498) 2025-03-14T03:58:14.8606182Z lazy/test_meta_kernel (0.19200992900484387) 2025-03-14T03:58:14.8606526Z dynamo/test_torchrec (0.1918703128874888) 2025-03-14T03:58:14.8606857Z export/test_pass_infra (0.19159354375984042) 2025-03-14T03:58:14.8607195Z test_fake_tensor (0.19140132128271886) 2025-03-14T03:58:14.8607514Z test_ops_jit (0.19134062471764382) 2025-03-14T03:58:14.8607869Z onnx/test_onnxscript_no_runtime (0.19131789604678925) 2025-03-14T03:58:14.8608234Z test_fx (0.19112377116990456) 2025-03-14T03:58:14.8608521Z test_out_dtype_op (0.19104112691914088) 2025-03-14T03:58:14.8608889Z dynamo/test_input_attr_tracking (0.19081906680362876) 2025-03-14T03:58:14.8609258Z nn/test_pruning (0.19019568043913315) 2025-03-14T03:58:14.8609600Z onnx/test_symbolic_helper (0.19018907210311375) 2025-03-14T03:58:14.8609953Z export/test_hop (0.1901532469117844) 2025-03-14T03:58:14.8610322Z dynamo/test_activation_checkpointing (0.19006767897296364) 2025-03-14T03:58:14.8610735Z test_numpy_interop (0.19005698548376865) 2025-03-14T03:58:14.8611089Z export/test_experimental (0.18996516966362048) 2025-03-14T03:58:14.8611432Z test_monitor (0.1898428553714798) 2025-03-14T03:58:14.8611744Z test_accelerator (0.18946407377527774) 2025-03-14T03:58:14.8612054Z dynamo/test_exc (0.18927700158087418) 2025-03-14T03:58:14.8612374Z test_binary_ufuncs (0.18919545871944707) 2025-03-14T03:58:14.8612705Z export/test_schema (0.18918676775631854) 2025-03-14T03:58:14.8613055Z dynamo/test_guard_manager (0.18891398365554246) 2025-03-14T03:58:14.8613413Z export/test_export (0.18888070167231752) 2025-03-14T03:58:14.8613774Z test_cpp_extensions_mtia_backend (0.18872120047112229) 2025-03-14T03:58:14.8614164Z test_fx_reinplace_pass (0.18849950081030215) 2025-03-14T03:58:14.8614505Z dynamo/test_hooks (0.1884817183788318) 2025-03-14T03:58:14.8614877Z inductor/test_standalone_compile (0.18816331673426126) 2025-03-14T03:58:14.8615384Z distributions/test_constraints (0.18811004954089286) 2025-03-14T03:58:14.8615747Z test_futures (0.1880932883977164) 2025-03-14T03:58:14.8616074Z test_per_overload_api (0.18779851656073038) 2025-03-14T03:58:14.8616467Z test_functionalization_of_rng_ops (0.18771617268887666) 2025-03-14T03:58:14.8616879Z functorch/test_control_flow (0.18761131006513868) 2025-03-14T03:58:14.8617276Z distributed/_tools/test_fake_collectives (0.1875) 2025-03-14T03:58:14.8617668Z distributed/elastic/events/lib_test (0.1875) 2025-03-14T03:58:14.8618034Z distributed/elastic/metrics/api_test (0.1875) 2025-03-14T03:58:14.8618454Z distributed/elastic/multiprocessing/api_test (0.1875) 2025-03-14T03:58:14.8618860Z distributed/elastic/timer/api_test (0.1875) 2025-03-14T03:58:14.8619260Z distributed/elastic/timer/local_timer_example (0.1875) 2025-03-14T03:58:14.8619692Z distributed/elastic/timer/local_timer_test (0.1875) 2025-03-14T03:58:14.8620097Z distributed/elastic/utils/distributed_test (0.1875) 2025-03-14T03:58:14.8620510Z distributed/elastic/utils/logging_test (0.1875) 2025-03-14T03:58:14.8621298Z distributed/elastic/utils/util_test (0.1875) 2025-03-14T03:58:14.8621652Z test_dlpack (0.18741629441042107) 2025-03-14T03:58:14.8622025Z functorch/test_vmap_registrations (0.18718490252343917) 2025-03-14T03:58:14.8622395Z test_vulkan (0.18697121296688496) 2025-03-14T03:58:14.8622711Z test_ops_gradients (0.18685238307009994) 2025-03-14T03:58:14.8623048Z test_type_hints (0.18675347830767644) 2025-03-14T03:58:14.8623393Z inductor/test_max_autotune (0.1866269787360568) 2025-03-14T03:58:14.8623794Z lazy/test_extract_compiled_graph (0.18642728683670728) 2025-03-14T03:58:14.8624194Z onnx/test_models_onnxruntime (0.18622841597304504) 2025-03-14T03:58:14.8624551Z test_meta (0.18621265609290183) 2025-03-14T03:58:14.8624872Z dynamo/test_trace_rules (0.18597201253549278) 2025-03-14T03:58:14.8625222Z nn/test_dropout (0.18594846282895094) 2025-03-14T03:58:14.8625589Z onnx/internal/test_diagnostics (0.18582863166913272) 2025-03-14T03:58:14.8625981Z nn/test_parametrization (0.1857413415578948) 2025-03-14T03:58:14.8626392Z test_cpp_extensions_stream_and_event (0.18546795669929877) 2025-03-14T03:58:14.8626796Z lazy/test_debug_util (0.18536608819829686) 2025-03-14T03:58:14.8627152Z inductor/test_cpu_repro (0.18483980921824283) 2025-03-14T03:58:14.8627552Z onnx/test_pytorch_onnx_onnxruntime (0.1848143121659386) 2025-03-14T03:58:14.8627941Z dynamo/test_subclasses (0.18477159828494055) 2025-03-14T03:58:14.8628291Z nn/test_embedding (0.18446621305980215) 2025-03-14T03:58:14.8628647Z dynamo/test_error_messages (0.18442836531714565) 2025-03-14T03:58:14.8629026Z dynamo/test_ctx_manager (0.18435050710368087) 2025-03-14T03:58:14.8629378Z dynamo/test_repros (0.18424717675865043) 2025-03-14T03:58:14.8629722Z dynamo/test_generator (0.18421639793300862) 2025-03-14T03:58:14.8630045Z test_masked (0.18411274718380755) 2025-03-14T03:58:14.8630371Z test_segment_reductions (0.183913175436022) 2025-03-14T03:58:14.8630724Z dynamo/test_minifier (0.18389527285298768) 2025-03-14T03:58:14.8631066Z test_logging (0.1838533800076769) 2025-03-14T03:58:14.8631382Z test_dataloader (0.1837935631010942) 2025-03-14T03:58:14.8631694Z test_schema_check (0.18377095603478052) 2025-03-14T03:58:14.8632018Z test_subclass (0.1836472399743933) 2025-03-14T03:58:14.8632450Z export/test_lift_unlift (0.18363412342865784) 2025-03-14T03:58:14.8632816Z lazy/test_ts_opinfo (0.18354637273642463) 2025-03-14T03:58:14.8633164Z export/test_verifier (0.18341008081233992) 2025-03-14T03:58:14.8633506Z onnx/exporter/test_api (0.18322202358943665) 2025-03-14T03:58:14.8633869Z dynamo/test_functions (0.18313525413497603) 2025-03-14T03:58:14.8634211Z test_matmul_cuda (0.1830185469158215) 2025-03-14T03:58:14.8634610Z torch_np/numpy_tests/lib/test_type_check (0.18286070781126143) 2025-03-14T03:58:14.8635032Z export/test_serialize (0.18281813410708805) 2025-03-14T03:58:14.8635374Z profiler/test_profiler (0.1827367314224856) 2025-03-14T03:58:14.8635815Z test_cuda (0.1827188573431824) 2025-03-14T03:58:14.8636185Z torch_np/numpy_tests/core/test_numeric (0.18209670406637748) 2025-03-14T03:58:14.8636603Z dynamo/test_reorder_logs (0.1819379638250875) 2025-03-14T03:58:14.8636951Z test_jit_fuser_te (0.18178258782758924) 2025-03-14T03:58:14.8637272Z onnx/test_onnx_opset (0.18169944294530893) 2025-03-14T03:58:14.8637719Z onnx/dynamo/test_dynamo_with_onnxruntime_backend (0.18113354910418197) 2025-03-14T03:58:14.8638233Z onnx/test_pytorch_onnx_shape_inference (0.18087936847056352) 2025-03-14T03:58:14.8638630Z test_pruning_op (0.1801904194026513) 2025-03-14T03:58:14.8638943Z test_native_mha (0.17976043700565641) 2025-03-14T03:58:14.8639249Z test_tensorboard (0.17955557858905538) 2025-03-14T03:58:14.8639640Z functorch/test_memory_efficient_fusion (0.1794860308587665) 2025-03-14T03:58:14.8640042Z test_import_stats (0.17944383763454572) 2025-03-14T03:58:14.8640363Z dynamo/test_misc (0.1792041552896486) 2025-03-14T03:58:14.8640693Z functorch/test_dims (0.179098660037001) 2025-03-14T03:58:14.8641058Z test_sympy_utils (0.17892678540418025) 2025-03-14T03:58:14.8641388Z test_jit_llga_fuser (0.17870586672852604) 2025-03-14T03:58:14.8641734Z optim/test_lrscheduler (0.17832028033442507) 2025-03-14T03:58:14.8642158Z torch_np/numpy_tests/core/test_multiarray (0.17798127269663044) 2025-03-14T03:58:14.8642649Z torch_np/numpy_tests/lib/test_function_base (0.1776683980240034) 2025-03-14T03:58:14.8643082Z torch_np/test_ufuncs_basic (0.17755877974712422) 2025-03-14T03:58:14.8643443Z onnx/test_autograd_funs (0.17721859061895037) 2025-03-14T03:58:14.8643866Z torch_np/numpy_tests/lib/test_histograms (0.17716237971226423) 2025-03-14T03:58:14.8644285Z onnx/torchlib/test_ops (0.17674717595764) 2025-03-14T03:58:14.8644687Z benchmark_utils/test_benchmark_utils (0.17610046016446987) 2025-03-14T03:58:14.8645082Z test_cuda_multigpu (0.17599112224124) 2025-03-14T03:58:14.8645387Z test_indexing (0.1757758306638326) 2025-03-14T03:58:14.8645719Z test_tensor_creation_ops (0.17563617449595617) 2025-03-14T03:58:14.8646068Z test_sparse_csr (0.1755802839934407) 2025-03-14T03:58:14.8646393Z optim/test_swa_utils (0.1754779949619648) 2025-03-14T03:58:14.8646746Z onnx/test_op_consistency (0.17481680090533402) 2025-03-14T03:58:14.8647152Z torch_np/numpy_tests/core/test_indexing (0.1747839194273224) 2025-03-14T03:58:14.8647626Z torch_np/numpy_tests/linalg/test_linalg (0.17477030225007034) 2025-03-14T03:58:14.8648035Z export/test_sparse (0.17460361198029642) 2025-03-14T03:58:14.8648379Z onnx/test_utility_funs (0.17453160114294575) 2025-03-14T03:58:14.8648727Z lazy/test_generator (0.1742083333600337) 2025-03-14T03:58:14.8649060Z onnx/test_verification (0.17411465519064367) 2025-03-14T03:58:14.8649599Z test_datapipe (0.17367844493758205) 2025-03-14T03:58:14.8649921Z test_testing (0.1735447963479051) 2025-03-14T03:58:14.8650233Z optim/test_optim (0.1734390028958129) 2025-03-14T03:58:14.8650598Z profiler/test_memory_profiler (0.1733473673030107) 2025-03-14T03:58:14.8650973Z nn/test_module_hooks (0.1733038924621074) 2025-03-14T03:58:14.8651321Z nn/test_load_state_dict (0.17314343004840024) 2025-03-14T03:58:14.8651675Z test_function_schema (0.17277947093581728) 2025-03-14T03:58:14.8652086Z torch_np/numpy_tests/core/test_shape_base (0.17277702785401616) 2025-03-14T03:58:14.8652490Z test_ops (0.17271882318323403) 2025-03-14T03:58:14.8652795Z test_sort_and_select (0.17268012561765914) 2025-03-14T03:58:14.8653110Z test_shape_ops (0.17214489045061002) 2025-03-14T03:58:14.8653423Z test_dispatch (0.1720368942198447) 2025-03-14T03:58:14.8653812Z torch_np/numpy_tests/core/test_scalarmath (0.17175539913067941) 2025-03-14T03:58:14.8654226Z test_maskedtensor (0.17096986823058077) 2025-03-14T03:58:14.8654566Z test_cuda_primary_ctx (0.1709408316026168) 2025-03-14T03:58:14.8654911Z test_multiprocessing_spawn (0.1709070289626146) 2025-03-14T03:58:14.8655339Z torch_np/numpy_tests/fft/test_pocketfft (0.17033871206494722) 2025-03-14T03:58:14.8655840Z test_scatter_gather_ops (0.17014991390739934) 2025-03-14T03:58:14.8656248Z torch_np/numpy_tests/core/test_dtype (0.16989825645662465) 2025-03-14T03:58:14.8656694Z torch_np/numpy_tests/core/test_dlpack (0.1694692352721417) 2025-03-14T03:58:14.8657078Z nn/test_convolution (0.16929779901559022) 2025-03-14T03:58:14.8657418Z test_dynamic_shapes (0.16914616774183627) 2025-03-14T03:58:14.8657749Z test_unary_ufuncs (0.16879230136062834) 2025-03-14T03:58:14.8658151Z torch_np/numpy_tests/core/test_getlimits (0.16828367976500277) 2025-03-14T03:58:14.8658635Z torch_np/numpy_tests/lib/test_shape_base_ (0.16816336799892856) 2025-03-14T03:58:14.8659030Z test_view_ops (0.1679881069175901) 2025-03-14T03:58:14.8659343Z test_jit_autocast (0.16796179372507655) 2025-03-14T03:58:14.8659654Z nn/test_init (0.16679157756760687) 2025-03-14T03:58:14.8659976Z test_xnnpack_integration (0.16646202185284606) 2025-03-14T03:58:14.8660317Z nn/test_pooling (0.16638062918087393) 2025-03-14T03:58:14.8660660Z profiler/test_profiler_tree (0.1658663103985892) 2025-03-14T03:58:14.8661079Z test_mobile_optimizer (0.1658459847590144) 2025-03-14T03:58:14.8661420Z torch_np/test_ndarray_methods (0.1656035689660365) 2025-03-14T03:58:14.8661770Z test_reductions (0.1654051657900461) 2025-03-14T03:58:14.8662068Z test_jit (0.16441312729529536) 2025-03-14T03:58:14.8662359Z test_serialization (0.164147021618951) 2025-03-14T03:58:14.8662751Z torch_np/numpy_tests/lib/test_twodim_base (0.1639003104075605) 2025-03-14T03:58:14.8663142Z lazy/test_reuse_ir (0.16389187977282063) 2025-03-14T03:58:14.8663556Z torch_np/numpy_tests/core/test_numerictypes (0.16369957719465641) 2025-03-14T03:58:14.8664052Z torch_np/numpy_tests/lib/test_index_tricks (0.16232594443935358) 2025-03-14T03:58:14.8664450Z test_nn (0.1622233750542284) 2025-03-14T03:58:14.8664732Z test_type_info (0.16150474855001093) 2025-03-14T03:58:14.8665043Z test_metal (0.16061375461462107) 2025-03-14T03:58:14.8665331Z test_overrides (0.16022203047812633) 2025-03-14T03:58:14.8665656Z functorch/test_vmap (0.15912398536009265) 2025-03-14T03:58:14.8666029Z test_functional_autograd_benchmark (0.15878471739390937) 2025-03-14T03:58:14.8666449Z onnx/test_pytorch_onnx_no_runtime (0.15856694268417953) 2025-03-14T03:58:14.8666820Z functorch/test_ops (0.1583188297045425) 2025-03-14T03:58:14.8667189Z torch_np/numpy_tests/fft/test_helper (0.15711889606024623) 2025-03-14T03:58:14.8667590Z test_cuda_nvml_based_avail (0.15697675676004738) 2025-03-14T03:58:14.8667937Z test_type_promotion (0.15627445084327174) 2025-03-14T03:58:14.8668252Z test_linalg (0.1562466357562083) 2025-03-14T03:58:14.8668624Z torch_np/numpy_tests/lib/test_arraysetops (0.15521431354367654) 2025-03-14T03:58:14.8669103Z torch_np/numpy_tests/core/test_scalar_methods (0.1551089105841673) 2025-03-14T03:58:14.8669517Z test_cuda_trace (0.15471888859482907) 2025-03-14T03:58:14.8669821Z test_sparse (0.1545494248264531) 2025-03-14T03:58:14.8670139Z functorch/test_aotdispatch (0.15242957075773664) 2025-03-14T03:58:14.8670525Z torch_np/test_function_base (0.1522674462473943) 2025-03-14T03:58:14.8670881Z torch_np/test_reductions (0.15022664189515222) 2025-03-14T03:58:14.8671307Z torch_np/numpy_tests/core/test_scalar_ctors (0.14982150083401205) 2025-03-14T03:58:14.8671757Z functorch/test_eager_transforms (0.14532153439634893) 2025-03-14T03:58:14.8672121Z test_spectral_ops (0.14528282556748384) 2025-03-14T03:58:14.8672555Z test_prims (0.1451177573438238) 2025-03-14T03:58:14.8672903Z torch_np/numpy_tests/lib/test_arraypad (0.14190735761719264) 2025-03-14T03:58:14.8673301Z dynamo/test_comptime (0.1377315600991715) 2025-03-14T03:58:14.8673649Z dynamo/test_python_autograd (0.1318112720109655) 2025-03-14T03:58:14.8674031Z torch_np/test_scalars_0D_arrays (0.12580231206853573) 2025-03-14T03:58:14.8674387Z lazy/test_bindings (0.1143858408751135) 2025-03-14T03:58:14.8674706Z test_quantization (0.09663371763677574) 2025-03-14T03:58:14.8675052Z profiler/test_record_function (0.07969967635974724) 2025-03-14T03:58:14.8675490Z test_jit_fuser_legacy (0.07793427441111316) 2025-03-14T03:58:14.8675822Z test_jit_profiling (0.07433524945707513) 2025-03-14T03:58:14.8676145Z test_jit_legacy (0.07140155878231036) 2025-03-14T03:58:14.8676499Z profiler/test_execution_trace (0.06980100978578418) 2025-03-14T03:58:14.8676874Z profiler/test_torch_tidy (0.06980100978578418) 2025-03-14T03:58:14.8677274Z distributions/test_distributions (0.05287493856250028) 2025-03-14T03:58:15.2089238Z test_autoload_disable (0.01974678503107747) 2025-03-14T03:58:15.2089633Z Emitting metrics 2025-03-14T03:58:15.2090330Z Writing 1 documents to S3 ossci-raw-job-status/ossci_uploaded_metrics/td_results_final_test_prioritizations_1741924694_8e20d164008811f0880f16ffdbf43289 2025-03-14T03:58:15.2091547Z Done! Finish writing document to S3 ossci-raw-job-status/ossci_uploaded_metrics/td_results_final_test_prioritizations_1741924694_8e20d164008811f0880f16ffdbf43289 2025-03-14T03:58:15.2093033Z Writing 1 documents to S3 ossci-raw-job-status/ossci_uploaded_metrics/td_results_aggregated_heuristics_1741924695_8e490882008811f0880f16ffdbf43289 2025-03-14T03:58:15.2094209Z Done! Finish writing document to S3 ossci-raw-job-status/ossci_uploaded_metrics/td_results_aggregated_heuristics_1741924695_8e490882008811f0880f16ffdbf43289 2025-03-14T03:58:15.2728279Z ##[group]Run seemethere/upload-artifact-s3@v5 2025-03-14T03:58:15.2728657Z with: 2025-03-14T03:58:15.2728886Z name: td_results 2025-03-14T03:58:15.2729138Z retention-days: 14 2025-03-14T03:58:15.2729407Z if-no-files-found: error 2025-03-14T03:58:15.2729682Z path: td_results.json 2025-03-14T03:58:15.2729955Z s3-bucket: gha-artifacts 2025-03-14T03:58:15.2730230Z region: us-east-1 2025-03-14T03:58:15.2730473Z ##[endgroup] 2025-03-14T03:58:15.6210625Z With the provided path, there will be 1 file uploaded 2025-03-14T03:58:15.6211152Z Uploading to s3 prefix: pytorch/pytorch/13849515284/td_results 2025-03-14T03:58:15.6250786Z Starting upload of td_results.json 2025-03-14T03:58:15.7516933Z Finished upload of td_results.json 2025-03-14T03:58:15.7701279Z ##[group]Run actions/upload-artifact@v4 2025-03-14T03:58:15.7701636Z with: 2025-03-14T03:58:15.7701875Z name: td_results.json 2025-03-14T03:58:15.7702147Z retention-days: 14 2025-03-14T03:58:15.7702407Z if-no-files-found: error 2025-03-14T03:58:15.7702693Z path: td_results.json 2025-03-14T03:58:15.7702970Z compression-level: 6 2025-03-14T03:58:15.7703237Z overwrite: false 2025-03-14T03:58:15.7703499Z include-hidden-files: false 2025-03-14T03:58:15.7703776Z ##[endgroup] 2025-03-14T03:58:16.0179252Z With the provided path, there will be 1 file uploaded 2025-03-14T03:58:16.0183659Z Artifact name is valid! 2025-03-14T03:58:16.0184770Z Root directory input is valid! 2025-03-14T03:58:16.0949816Z Beginning upload of artifact content to blob storage 2025-03-14T03:58:16.2352769Z Uploaded bytes 16775 2025-03-14T03:58:16.2664269Z Finished uploading artifact content to blob storage! 2025-03-14T03:58:16.2667349Z SHA256 hash of uploaded artifact zip is 1eba5109c9f37867f53d0e2391f9116b222b6cebb676e45a4bb515a5428a4ffb 2025-03-14T03:58:16.2669246Z Finalizing artifact upload 2025-03-14T03:58:16.3454185Z Artifact td_results.json.zip successfully finalized. Artifact ID 2750418113 2025-03-14T03:58:16.3454930Z Artifact td_results.json has been successfully uploaded! Final size is 16775 bytes. Artifact ID is 2750418113 2025-03-14T03:58:16.3461477Z Artifact download URL: https://github.com/pytorch/pytorch/actions/runs/13849515284/artifacts/2750418113 2025-03-14T03:58:16.3642800Z Post job cleanup. 2025-03-14T03:58:16.3735050Z Post job cleanup. 2025-03-14T03:58:16.4671655Z [command]/usr/bin/git version 2025-03-14T03:58:16.4709297Z git version 2.47.1 2025-03-14T03:58:16.4742688Z Copying '/home/ec2-user/.gitconfig' to '/home/ec2-user/actions-runner/_work/_temp/2cd72a11-901f-4a81-96fb-bc61ac7ab5be/.gitconfig' 2025-03-14T03:58:16.4750702Z Temporarily overriding HOME='/home/ec2-user/actions-runner/_work/_temp/2cd72a11-901f-4a81-96fb-bc61ac7ab5be' before making global git config changes 2025-03-14T03:58:16.4751830Z Adding repository directory to the temporary git global config as a safe directory 2025-03-14T03:58:16.4755694Z [command]/usr/bin/git config --global --add safe.directory /home/ec2-user/actions-runner/_work/pytorch/pytorch 2025-03-14T03:58:16.4790600Z [command]/usr/bin/git config --local --name-only --get-regexp core\.sshCommand 2025-03-14T03:58:16.4824670Z [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' || :" 2025-03-14T03:58:16.5097003Z Entering 'android/libs/fbjni' 2025-03-14T03:58:16.5147170Z Entering 'third_party/FP16' 2025-03-14T03:58:16.5196390Z Entering 'third_party/FXdiv' 2025-03-14T03:58:16.5246192Z Entering 'third_party/NNPACK' 2025-03-14T03:58:16.5296245Z Entering 'third_party/NVTX' 2025-03-14T03:58:16.5345727Z Entering 'third_party/VulkanMemoryAllocator' 2025-03-14T03:58:16.5395768Z Entering 'third_party/XNNPACK' 2025-03-14T03:58:16.5461426Z Entering 'third_party/benchmark' 2025-03-14T03:58:16.5511709Z Entering 'third_party/composable_kernel' 2025-03-14T03:58:16.5567340Z Entering 'third_party/cpp-httplib' 2025-03-14T03:58:16.5619128Z Entering 'third_party/cpuinfo' 2025-03-14T03:58:16.5668608Z Entering 'third_party/cudnn_frontend' 2025-03-14T03:58:16.5718448Z Entering 'third_party/cutlass' 2025-03-14T03:58:16.5775369Z Entering 'third_party/eigen' 2025-03-14T03:58:16.5826695Z Entering 'third_party/fbgemm' 2025-03-14T03:58:16.5875976Z Entering 'third_party/fbgemm/third_party/asmjit' 2025-03-14T03:58:16.5925196Z Entering 'third_party/fbgemm/third_party/cpuinfo' 2025-03-14T03:58:16.5974673Z Entering 'third_party/fbgemm/third_party/cutlass' 2025-03-14T03:58:16.6029835Z Entering 'third_party/fbgemm/third_party/googletest' 2025-03-14T03:58:16.6078524Z Entering 'third_party/fbgemm/third_party/hipify_torch' 2025-03-14T03:58:16.6128222Z Entering 'third_party/flash-attention' 2025-03-14T03:58:16.6178275Z Entering 'third_party/flash-attention/csrc/composable_kernel' 2025-03-14T03:58:16.6233087Z Entering 'third_party/flash-attention/csrc/cutlass' 2025-03-14T03:58:16.6292457Z Entering 'third_party/flatbuffers' 2025-03-14T03:58:16.6343475Z Entering 'third_party/fmt' 2025-03-14T03:58:16.6393058Z Entering 'third_party/gemmlowp/gemmlowp' 2025-03-14T03:58:16.6442653Z Entering 'third_party/gloo' 2025-03-14T03:58:16.6492061Z Entering 'third_party/googletest' 2025-03-14T03:58:16.6541163Z Entering 'third_party/ideep' 2025-03-14T03:58:16.6589535Z Entering 'third_party/ideep/mkl-dnn' 2025-03-14T03:58:16.6646413Z Entering 'third_party/ittapi' 2025-03-14T03:58:16.6695719Z Entering 'third_party/kineto' 2025-03-14T03:58:16.6745302Z Entering 'third_party/kineto/libkineto/third_party/dynolog' 2025-03-14T03:58:16.6794162Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/DCGM' 2025-03-14T03:58:16.6843830Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/cpr' 2025-03-14T03:58:16.6892844Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/fmt' 2025-03-14T03:58:16.6941691Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/gflags' 2025-03-14T03:58:16.6989939Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/gflags/doc' 2025-03-14T03:58:16.7040981Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/glog' 2025-03-14T03:58:16.7088958Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/googletest' 2025-03-14T03:58:16.7138356Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/json' 2025-03-14T03:58:16.7186351Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/pfs' 2025-03-14T03:58:16.7236633Z Entering 'third_party/kineto/libkineto/third_party/fmt' 2025-03-14T03:58:16.7285132Z Entering 'third_party/kineto/libkineto/third_party/googletest' 2025-03-14T03:58:16.7334911Z Entering 'third_party/kleidiai' 2025-03-14T03:58:16.7385330Z Entering 'third_party/mimalloc' 2025-03-14T03:58:16.7434592Z Entering 'third_party/nlohmann' 2025-03-14T03:58:16.7485760Z Entering 'third_party/onnx' 2025-03-14T03:58:16.7550611Z Entering 'third_party/onnx/third_party/pybind11' 2025-03-14T03:58:16.7602562Z Entering 'third_party/opentelemetry-cpp' 2025-03-14T03:58:16.7653467Z Entering 'third_party/opentelemetry-cpp/third_party/benchmark' 2025-03-14T03:58:16.7701723Z Entering 'third_party/opentelemetry-cpp/third_party/googletest' 2025-03-14T03:58:16.7749555Z Entering 'third_party/opentelemetry-cpp/third_party/ms-gsl' 2025-03-14T03:58:16.7797919Z Entering 'third_party/opentelemetry-cpp/third_party/nlohmann-json' 2025-03-14T03:58:16.7847217Z Entering 'third_party/opentelemetry-cpp/third_party/opentelemetry-proto' 2025-03-14T03:58:16.7894927Z Entering 'third_party/opentelemetry-cpp/third_party/opentracing-cpp' 2025-03-14T03:58:16.7943131Z Entering 'third_party/opentelemetry-cpp/third_party/prometheus-cpp' 2025-03-14T03:58:16.7990857Z Entering 'third_party/opentelemetry-cpp/third_party/prometheus-cpp/3rdparty/civetweb' 2025-03-14T03:58:16.8040595Z Entering 'third_party/opentelemetry-cpp/third_party/prometheus-cpp/3rdparty/googletest' 2025-03-14T03:58:16.8091065Z Entering 'third_party/opentelemetry-cpp/tools/vcpkg' 2025-03-14T03:58:16.8161044Z Entering 'third_party/pocketfft' 2025-03-14T03:58:16.8210775Z Entering 'third_party/protobuf' 2025-03-14T03:58:16.8262625Z Entering 'third_party/protobuf/third_party/benchmark' 2025-03-14T03:58:16.8311328Z Entering 'third_party/protobuf/third_party/googletest' 2025-03-14T03:58:16.8361953Z Entering 'third_party/psimd' 2025-03-14T03:58:16.8411436Z Entering 'third_party/pthreadpool' 2025-03-14T03:58:16.8460830Z Entering 'third_party/pybind11' 2025-03-14T03:58:16.8509790Z Entering 'third_party/python-peachpy' 2025-03-14T03:58:16.8561015Z Entering 'third_party/sleef' 2025-03-14T03:58:16.8612228Z Entering 'third_party/tensorpipe' 2025-03-14T03:58:16.8660639Z Entering 'third_party/tensorpipe/third_party/googletest' 2025-03-14T03:58:16.8710109Z Entering 'third_party/tensorpipe/third_party/libnop' 2025-03-14T03:58:16.8758857Z Entering 'third_party/tensorpipe/third_party/libuv' 2025-03-14T03:58:16.8807187Z Entering 'third_party/tensorpipe/third_party/pybind11' 2025-03-14T03:58:16.8854386Z Entering 'third_party/tensorpipe/third_party/pybind11/tools/clang' 2025-03-14T03:58:16.8921478Z [command]/usr/bin/git config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader 2025-03-14T03:58:16.8939889Z http.https://github.com/.extraheader 2025-03-14T03:58:16.8948604Z [command]/usr/bin/git config --local --unset-all http.https://github.com/.extraheader 2025-03-14T03:58:16.8975945Z [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' || :" 2025-03-14T03:58:16.9240638Z Entering 'android/libs/fbjni' 2025-03-14T03:58:16.9291492Z Entering 'third_party/FP16' 2025-03-14T03:58:16.9341581Z Entering 'third_party/FXdiv' 2025-03-14T03:58:16.9391865Z Entering 'third_party/NNPACK' 2025-03-14T03:58:16.9441574Z Entering 'third_party/NVTX' 2025-03-14T03:58:16.9491985Z Entering 'third_party/VulkanMemoryAllocator' 2025-03-14T03:58:16.9541939Z Entering 'third_party/XNNPACK' 2025-03-14T03:58:16.9606972Z Entering 'third_party/benchmark' 2025-03-14T03:58:16.9656591Z Entering 'third_party/composable_kernel' 2025-03-14T03:58:16.9712113Z Entering 'third_party/cpp-httplib' 2025-03-14T03:58:16.9761826Z Entering 'third_party/cpuinfo' 2025-03-14T03:58:16.9813009Z Entering 'third_party/cudnn_frontend' 2025-03-14T03:58:16.9862308Z Entering 'third_party/cutlass' 2025-03-14T03:58:16.9922085Z Entering 'third_party/eigen' 2025-03-14T03:58:16.9975268Z Entering 'third_party/fbgemm' 2025-03-14T03:58:17.0025193Z Entering 'third_party/fbgemm/third_party/asmjit' 2025-03-14T03:58:17.0074234Z Entering 'third_party/fbgemm/third_party/cpuinfo' 2025-03-14T03:58:17.0123687Z Entering 'third_party/fbgemm/third_party/cutlass' 2025-03-14T03:58:17.0179651Z Entering 'third_party/fbgemm/third_party/googletest' 2025-03-14T03:58:17.0228136Z Entering 'third_party/fbgemm/third_party/hipify_torch' 2025-03-14T03:58:17.0278441Z Entering 'third_party/flash-attention' 2025-03-14T03:58:17.0328492Z Entering 'third_party/flash-attention/csrc/composable_kernel' 2025-03-14T03:58:17.0382893Z Entering 'third_party/flash-attention/csrc/cutlass' 2025-03-14T03:58:17.0441367Z Entering 'third_party/flatbuffers' 2025-03-14T03:58:17.0494684Z Entering 'third_party/fmt' 2025-03-14T03:58:17.0544416Z Entering 'third_party/gemmlowp/gemmlowp' 2025-03-14T03:58:17.0594744Z Entering 'third_party/gloo' 2025-03-14T03:58:17.0646230Z Entering 'third_party/googletest' 2025-03-14T03:58:17.0696326Z Entering 'third_party/ideep' 2025-03-14T03:58:17.0744996Z Entering 'third_party/ideep/mkl-dnn' 2025-03-14T03:58:17.0801347Z Entering 'third_party/ittapi' 2025-03-14T03:58:17.0850905Z Entering 'third_party/kineto' 2025-03-14T03:58:17.0899909Z Entering 'third_party/kineto/libkineto/third_party/dynolog' 2025-03-14T03:58:17.0948384Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/DCGM' 2025-03-14T03:58:17.0999282Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/cpr' 2025-03-14T03:58:17.1049094Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/fmt' 2025-03-14T03:58:17.1098346Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/gflags' 2025-03-14T03:58:17.1146138Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/gflags/doc' 2025-03-14T03:58:17.1197362Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/glog' 2025-03-14T03:58:17.1246399Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/googletest' 2025-03-14T03:58:17.1295781Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/json' 2025-03-14T03:58:17.1345230Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/pfs' 2025-03-14T03:58:17.1396060Z Entering 'third_party/kineto/libkineto/third_party/fmt' 2025-03-14T03:58:17.1444599Z Entering 'third_party/kineto/libkineto/third_party/googletest' 2025-03-14T03:58:17.1495164Z Entering 'third_party/kleidiai' 2025-03-14T03:58:17.1545724Z Entering 'third_party/mimalloc' 2025-03-14T03:58:17.1595283Z Entering 'third_party/nlohmann' 2025-03-14T03:58:17.1646059Z Entering 'third_party/onnx' 2025-03-14T03:58:17.1710546Z Entering 'third_party/onnx/third_party/pybind11' 2025-03-14T03:58:17.1761718Z Entering 'third_party/opentelemetry-cpp' 2025-03-14T03:58:17.1814325Z Entering 'third_party/opentelemetry-cpp/third_party/benchmark' 2025-03-14T03:58:17.1862567Z Entering 'third_party/opentelemetry-cpp/third_party/googletest' 2025-03-14T03:58:17.1911123Z Entering 'third_party/opentelemetry-cpp/third_party/ms-gsl' 2025-03-14T03:58:17.1959182Z Entering 'third_party/opentelemetry-cpp/third_party/nlohmann-json' 2025-03-14T03:58:17.2008966Z Entering 'third_party/opentelemetry-cpp/third_party/opentelemetry-proto' 2025-03-14T03:58:17.2056824Z Entering 'third_party/opentelemetry-cpp/third_party/opentracing-cpp' 2025-03-14T03:58:17.2103728Z Entering 'third_party/opentelemetry-cpp/third_party/prometheus-cpp' 2025-03-14T03:58:17.2150921Z Entering 'third_party/opentelemetry-cpp/third_party/prometheus-cpp/3rdparty/civetweb' 2025-03-14T03:58:17.2202572Z Entering 'third_party/opentelemetry-cpp/third_party/prometheus-cpp/3rdparty/googletest' 2025-03-14T03:58:17.2252967Z Entering 'third_party/opentelemetry-cpp/tools/vcpkg' 2025-03-14T03:58:17.2322982Z Entering 'third_party/pocketfft' 2025-03-14T03:58:17.2372534Z Entering 'third_party/protobuf' 2025-03-14T03:58:17.2423713Z Entering 'third_party/protobuf/third_party/benchmark' 2025-03-14T03:58:17.2471995Z Entering 'third_party/protobuf/third_party/googletest' 2025-03-14T03:58:17.2522959Z Entering 'third_party/psimd' 2025-03-14T03:58:17.2573324Z Entering 'third_party/pthreadpool' 2025-03-14T03:58:17.2624341Z Entering 'third_party/pybind11' 2025-03-14T03:58:17.2676096Z Entering 'third_party/python-peachpy' 2025-03-14T03:58:17.2725953Z Entering 'third_party/sleef' 2025-03-14T03:58:17.2775707Z Entering 'third_party/tensorpipe' 2025-03-14T03:58:17.2824779Z Entering 'third_party/tensorpipe/third_party/googletest' 2025-03-14T03:58:17.2873375Z Entering 'third_party/tensorpipe/third_party/libnop' 2025-03-14T03:58:17.2922744Z Entering 'third_party/tensorpipe/third_party/libuv' 2025-03-14T03:58:17.2971396Z Entering 'third_party/tensorpipe/third_party/pybind11' 2025-03-14T03:58:17.3019139Z Entering 'third_party/tensorpipe/third_party/pybind11/tools/clang' 2025-03-14T03:58:17.3157053Z A job completed hook has been configured by the self-hosted runner administrator 2025-03-14T03:58:17.3178799Z ##[group]Run '/home/ec2-user/runner-scripts/after_job.sh' 2025-03-14T03:58:17.3183956Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2025-03-14T03:58:17.3184341Z ##[endgroup] 2025-03-14T03:58:17.3261495Z [!ALERT!] Swap in detected! [!ALERT!] 2025-03-14T03:58:27.8216645Z [!ALERT!] Swap out detected [!ALERT!] 2025-03-14T03:58:44.5505646Z Cleaning up orphan processes