2025-12-04T09:52:24.6981785Z Current runner version: '2.329.0' 2025-12-04T09:52:24.6985420Z Runner name: 'linux.rocm.gpu.gfx942.4.b-bphpw-runner-f6sml' 2025-12-04T09:52:24.6985843Z Runner group name: 'default' 2025-12-04T09:52:24.6986334Z Machine name: 'linux' 2025-12-04T09:52:24.6987601Z ##[group]GITHUB_TOKEN Permissions 2025-12-04T09:52:24.6989056Z Contents: read 2025-12-04T09:52:24.6989297Z Metadata: read 2025-12-04T09:52:24.6989564Z ##[endgroup] 2025-12-04T09:52:24.6990809Z Secret source: Actions 2025-12-04T09:52:24.6991112Z Prepare workflow directory 2025-12-04T09:52:24.7237364Z Prepare all required actions 2025-12-04T09:52:24.7257274Z Getting action download info 2025-12-04T09:52:25.3207715Z Download action repository 'pytorch/pytorch@main' (SHA:7716da9fb23f27a65b41f9f016a2afadf281c18f) 2025-12-04T09:52:29.7317569Z Download action repository 'pytorch/test-infra@main' (SHA:39aa74d619174326f4e2fb0e216151c2f29d9ffd) 2025-12-04T09:52:31.1185287Z Download action repository 'actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02' (SHA:ea165f8d65b6e75b540449e92b4886f43607fa02) 2025-12-04T09:52:32.3595913Z Download action repository 'aws-actions/configure-aws-credentials@ececac1a45f3b08a01d2dd070d28d111c5fe6722' (SHA:ececac1a45f3b08a01d2dd070d28d111c5fe6722) 2025-12-04T09:52:33.4138723Z Getting action download info 2025-12-04T09:52:33.6565409Z Download action repository 'actions/checkout@v4' (SHA:34e114876b0b11c390a56381ad16ebd13914f8d5) 2025-12-04T09:52:34.6370029Z Getting action download info 2025-12-04T09:52:34.8472680Z Download action repository 'nick-fields/retry@v3.0.0' (SHA:7152eba30c6575329ac0576536151aca5a72780e) 2025-12-04T09:52:35.7170756Z Getting action download info 2025-12-04T09:52:35.9477175Z Uses: pytorch/pytorch/.github/workflows/_rocm-test.yml@refs/heads/main (ffd9b0fb4355e97af82fc42cf185c3ffa0fc0a32) 2025-12-04T09:52:35.9479493Z ##[group] Inputs 2025-12-04T09:52:35.9479670Z build-environment: linux-jammy-rocm-py3.10 2025-12-04T09:52:35.9480880Z test-matrix: {"include": [{"config": "default", "shard": 1, "num_shards": 6, "runner": "linux.rocm.gpu.gfx942.1.b", "unstable": "unstable"}, {"config": "default", "shard": 2, "num_shards": 6, "runner": "linux.rocm.gpu.gfx942.1.b", "unstable": "unstable"}, {"config": "default", "shard": 3, "num_shards": 6, "runner": "linux.rocm.gpu.gfx942.1.b", "unstable": "unstable"}, {"config": "default", "shard": 4, "num_shards": 6, "runner": "linux.rocm.gpu.gfx942.1.b", "unstable": "unstable"}, {"config": "default", "shard": 5, "num_shards": 6, "runner": "linux.rocm.gpu.gfx942.1.b", "unstable": "unstable"}, {"config": "default", "shard": 6, "num_shards": 6, "runner": "linux.rocm.gpu.gfx942.1.b", "unstable": "unstable"}, {"config": "distributed", "shard": 1, "num_shards": 3, "runner": "linux.rocm.gpu.gfx942.4.b", "unstable": "unstable"}, {"config": "distributed", "shard": 2, "num_shards": 3, "runner": "linux.rocm.gpu.gfx942.4.b", "unstable": "unstable"}, {"config": "distributed", "shard": 3, "num_shards": 3, "runner": "linux.rocm.gpu.gfx942.4.b", "unstable": "unstable"}]} 2025-12-04T09:52:35.9482309Z docker-image: 308535385114.dkr.ecr.us-east-1.amazonaws.com/pytorch/ci-image:pytorch-linux-jammy-rocm-n-py3-f0cd68561080d537ef3d3d6f81b25a6416ad600a 2025-12-04T09:52:35.9482608Z sync-tag: 2025-12-04T09:52:35.9483125Z timeout-minutes: 300 2025-12-04T09:52:35.9483233Z tests-to-include: 2025-12-04T09:52:35.9483338Z dashboard-tag: 2025-12-04T09:52:35.9483587Z disable-monitor: true 2025-12-04T09:52:35.9483716Z monitor-log-interval: 5 2025-12-04T09:52:35.9483844Z monitor-data-collect-interval: 1 2025-12-04T09:52:35.9483971Z ##[endgroup] 2025-12-04T09:52:35.9484157Z Complete job name: linux-jammy-rocm-py3.10 / test (distributed, 1, 3, linux.rocm.gpu.gfx942.4.b, unstable) 2025-12-04T09:52:35.9804422Z ##[group]Run pytorch/pytorch/.github/actions/checkout-pytorch@main 2025-12-04T09:52:35.9804697Z with: 2025-12-04T09:52:35.9804794Z no-sudo: true 2025-12-04T09:52:35.9804893Z submodules: recursive 2025-12-04T09:52:35.9804996Z fetch-depth: 0 2025-12-04T09:52:35.9805139Z env: 2025-12-04T09:52:35.9805389Z GIT_DEFAULT_BRANCH: main 2025-12-04T09:52:35.9805530Z ##[endgroup] 2025-12-04T09:52:35.9853014Z ##[group]Run echo "IN_CONTAINER_RUNNER=$(if [ -f /.inarc ] || [ -f /.incontainer ]; then echo true ; else echo false; fi)" >> "$GITHUB_OUTPUT" 2025-12-04T09:52:35.9853412Z echo "IN_CONTAINER_RUNNER=$(if [ -f /.inarc ] || [ -f /.incontainer ]; then echo true ; else echo false; fi)" >> "$GITHUB_OUTPUT" 2025-12-04T09:52:35.9861001Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2025-12-04T09:52:35.9861158Z env: 2025-12-04T09:52:35.9861254Z GIT_DEFAULT_BRANCH: main 2025-12-04T09:52:35.9861361Z ##[endgroup] 2025-12-04T09:52:36.0010600Z ##[group]Run actions/checkout@v4 2025-12-04T09:52:36.0010726Z with: 2025-12-04T09:52:36.0010836Z ref: ffd9b0fb4355e97af82fc42cf185c3ffa0fc0a32 2025-12-04T09:52:36.0010967Z fetch-depth: 0 2025-12-04T09:52:36.0011058Z submodules: recursive 2025-12-04T09:52:36.0011159Z show-progress: false 2025-12-04T09:52:36.0011260Z repository: pytorch/pytorch 2025-12-04T09:52:36.0011446Z token: *** 2025-12-04T09:52:36.0011533Z ssh-strict: true 2025-12-04T09:52:36.0011621Z ssh-user: git 2025-12-04T09:52:36.0011720Z persist-credentials: true 2025-12-04T09:52:36.0011823Z clean: true 2025-12-04T09:52:36.0011917Z sparse-checkout-cone-mode: true 2025-12-04T09:52:36.0012027Z fetch-tags: false 2025-12-04T09:52:36.0012113Z lfs: false 2025-12-04T09:52:36.0012203Z set-safe-directory: true 2025-12-04T09:52:36.0012301Z env: 2025-12-04T09:52:36.0012383Z GIT_DEFAULT_BRANCH: main 2025-12-04T09:52:36.0012480Z ##[endgroup] 2025-12-04T09:52:36.0802310Z Syncing repository: pytorch/pytorch 2025-12-04T09:52:36.0802905Z ##[group]Getting Git version info 2025-12-04T09:52:36.0803070Z Working directory is '/home/runner/_work/pytorch/pytorch' 2025-12-04T09:52:36.0803322Z [command]/usr/bin/git version 2025-12-04T09:52:36.0803430Z git version 2.52.0 2025-12-04T09:52:36.0840417Z ##[endgroup] 2025-12-04T09:52:36.0842327Z Copying '/home/runner/.gitconfig' to '/home/runner/_work/_temp/95736ceb-e961-4eb4-b177-0d447d852a5d/.gitconfig' 2025-12-04T09:52:36.0842686Z Temporarily overriding HOME='/home/runner/_work/_temp/95736ceb-e961-4eb4-b177-0d447d852a5d' before making global git config changes 2025-12-04T09:52:36.0843023Z Adding repository directory to the temporary git global config as a safe directory 2025-12-04T09:52:36.0843276Z [command]/usr/bin/git config --global --add safe.directory /home/runner/_work/pytorch/pytorch 2025-12-04T09:52:36.0867275Z [command]/usr/bin/git config --local --get remote.origin.url 2025-12-04T09:52:36.0885756Z https://github.com/pytorch/pytorch 2025-12-04T09:52:36.0928174Z ##[group]Removing previously created refs, to avoid conflicts 2025-12-04T09:52:36.0930703Z [command]/usr/bin/git rev-parse --symbolic-full-name --verify --quiet HEAD 2025-12-04T09:52:36.0945023Z refs/heads/main 2025-12-04T09:52:36.0949852Z [command]/usr/bin/git checkout --detach 2025-12-04T09:52:37.9943860Z HEAD is now at eabb7ad21285 [Inductor XPU GEMM] Step 1/N: Refactor cutlass configuration. (#160174) 2025-12-04T09:52:37.9997828Z [command]/usr/bin/git branch --delete --force main 2025-12-04T09:52:38.0119853Z Deleted branch main (was eabb7ad21285). 2025-12-04T09:52:38.0126129Z ##[endgroup] 2025-12-04T09:52:38.0128958Z [command]/usr/bin/git submodule status 2025-12-04T09:52:38.0346086Z 7e1e1fe3858c63c251c637ae41a20de425dde96f android/libs/fbjni (v0.1.0-12-g7e1e1fe) 2025-12-04T09:52:38.0401351Z 4dfe081cf6bcd15db339cf2680b9281b8451eeb3 third_party/FP16 (4dfe081) 2025-12-04T09:52:38.0446311Z b408327ac2a15ec3e43352421954f5b1967701d1 third_party/FXdiv (b408327) 2025-12-04T09:52:38.0510622Z c07e3a0400713d546e0dea2d5466dd22ea389c73 third_party/NNPACK (c07e3a0) 2025-12-04T09:52:38.0547154Z 3ebbc93ded7285963bff932c678fa367eb393ba6 third_party/NVTX (v3.1.0-313-g3ebbc93) 2025-12-04T09:52:38.0595753Z 1d8f600fd424278486eade7ed3e877c99f0846b1 third_party/VulkanMemoryAllocator (v2.1.0-982-g1d8f600) 2025-12-04T09:52:38.0887556Z 51a0103656eff6fc9bfd39a4597923c4b542c883 third_party/XNNPACK (remotes/origin/ds/ndk-1243-g51a0103656) 2025-12-04T09:52:38.0924074Z 01aae101b9e5e94d6c16a9514c9fb8df99c93150 third_party/aiter (v0.1.1-92-g01aae101) 2025-12-04T09:52:38.0942811Z 299e5928955cc62af9968370293b916f5130916f third_party/benchmark (v1.9.3) 2025-12-04T09:52:38.1001020Z 7fe50dc3da2069d6645d9deb8c017a876472a977 third_party/composable_kernel (rocm-6.4.3-459-g7fe50dc3d) 2025-12-04T09:52:38.1079665Z 89c932f313c6437c38f2982869beacc89c2f2246 third_party/cpp-httplib (v0.26.0) 2025-12-04T09:52:38.1152844Z f858c30bcb16f8effd5ff46996f0514539e17abc third_party/cpuinfo (f858c30) 2025-12-04T09:52:38.1174442Z 0b1577c8c83401237d601d0d0db5210506705396 third_party/cudnn_frontend (v0.5-61-g0b1577c) 2025-12-04T09:52:38.1244708Z f88806b1e31dfa579842638740216dd41fc6c588 third_party/cutlass (v4.3.1) 2025-12-04T09:52:38.1264773Z c0b988d39a9e47c794d699f29930ed4d7c7e13a4 third_party/fbgemm (v1.4.0-rc1-2-gc0b988d39) 2025-12-04T09:52:38.1314589Z 979702c87a8713a8e0a5e9fee122b90d2ef13be5 third_party/flash-attention (v2.7.4) 2025-12-04T09:52:38.1326990Z a2cd1ea3b6d3fee220106b5fed3f7ce8da9eb757 third_party/flatbuffers (v24.12.23) 2025-12-04T09:52:38.1563495Z 407c905e45ad75fc29bf0f9bb7c5c2fd3475976f third_party/fmt (12.1.0) 2025-12-04T09:52:38.1631246Z 3fb5c176c17c765a3492cd2f0321b0dab712f350 third_party/gemmlowp/gemmlowp (remotes/origin/revert-87-master-135-g3fb5c17) 2025-12-04T09:52:38.1700301Z 54cbae0d3a67fa890b4c3d9ee162b7860315e341 third_party/gloo (remotes/origin/gh/c-p-i-o/1/base-37-g54cbae0) 2025-12-04T09:52:38.1841225Z 52eb8108c5bdec04579160ae17225d66034bd723 third_party/googletest (release-1.8.0-3544-g52eb8108) 2025-12-04T09:52:38.1892286Z 719d8e6cd7f7a0e01b155657526d693acf97c2b3 third_party/ideep (pytorch-rls-v3.7.1) 2025-12-04T09:52:38.1926778Z dec1d23ca65ab069d225dfe40dea14f455170959 third_party/ittapi (v3.25.5) 2025-12-04T09:52:38.2059905Z 31f85df8fbd89c188f14ef10f1ec65379786b943 third_party/kineto (heads/main) 2025-12-04T09:52:38.2075533Z d7770c89632329a9914ef1a90289917597639cbe third_party/kleidiai (v1.15.0) 2025-12-04T09:52:38.2087361Z fbd8b99c2b828428947d70fdc046bb55609be93e third_party/mimalloc (v2.2.4) 2025-12-04T09:52:38.2099565Z 55f93686c01528224f448c19128836e7df245f72 third_party/nlohmann (v3.12.0) 2025-12-04T09:52:38.2303880Z e709452ef2bbc1d113faf678c24e6d3467696e83 third_party/onnx (v1.18.0) 2025-12-04T09:52:38.2324970Z a799f4aed9c94b765dcdaabaeab7d5e7e2310878 third_party/opentelemetry-cpp (v1.14.2) 2025-12-04T09:52:38.2339295Z 0fa0ef591e38c2758e3184c6c23e497b9f732ffa third_party/pocketfft (release_for_eigen-40-g0fa0ef5) 2025-12-04T09:52:38.2539892Z d1eca4e4b421cd2997495c4b4e65cea6be4e9b8a third_party/protobuf (v3.7.0-rc.2-1279-gd1eca4e4b) 2025-12-04T09:52:38.2583714Z 072586a71b55b7f8c584153d223e95687148a900 third_party/psimd (heads/master) 2025-12-04T09:52:38.2629220Z 4fe0e1e183925bf8cfa6aae24237e724a96479b8 third_party/pthreadpool (0.1-144-g4fe0e1e) 2025-12-04T09:52:38.2661420Z f5fbe867d2d26e4a0a9177a51f6e568868ad3dc8 third_party/pybind11 (v3.0.1) 2025-12-04T09:52:38.2717957Z f45429b087dd7d5bc78bb40dc7cf06425c252d67 third_party/python-peachpy (remotes/origin/pre-generated) 2025-12-04T09:52:38.2779644Z 5a1d179df9cf652951b59010a2d2075372d67f68 third_party/sleef (3.8) 2025-12-04T09:52:38.2834122Z 2b4cd91092d335a697416b2a3cb398283246849d third_party/tensorpipe (heads/main) 2025-12-04T09:52:38.2845779Z ##[group]Cleaning the repository 2025-12-04T09:52:38.2851886Z [command]/usr/bin/git clean -ffdx 2025-12-04T09:52:38.2968458Z [command]/usr/bin/git reset --hard HEAD 2025-12-04T09:52:38.3921792Z HEAD is now at eabb7ad21285 [Inductor XPU GEMM] Step 1/N: Refactor cutlass configuration. (#160174) 2025-12-04T09:52:38.4006251Z ##[endgroup] 2025-12-04T09:52:38.4008891Z ##[group]Disabling automatic garbage collection 2025-12-04T09:52:38.4012056Z [command]/usr/bin/git config --local gc.auto 0 2025-12-04T09:52:38.4038822Z ##[endgroup] 2025-12-04T09:52:38.4039064Z ##[group]Setting up auth 2025-12-04T09:52:38.4043338Z [command]/usr/bin/git config --local --name-only --get-regexp core\.sshCommand 2025-12-04T09:52:38.4068296Z [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-12-04T09:52:38.4294334Z Entering 'android/libs/fbjni' 2025-12-04T09:52:38.4320914Z Entering 'third_party/FP16' 2025-12-04T09:52:38.4348850Z Entering 'third_party/FXdiv' 2025-12-04T09:52:38.4372035Z Entering 'third_party/NNPACK' 2025-12-04T09:52:38.4400463Z Entering 'third_party/NVTX' 2025-12-04T09:52:38.4433273Z Entering 'third_party/VulkanMemoryAllocator' 2025-12-04T09:52:38.4466599Z Entering 'third_party/XNNPACK' 2025-12-04T09:52:38.4502803Z Entering 'third_party/aiter' 2025-12-04T09:52:38.4531117Z Entering 'third_party/aiter/3rdparty/composable_kernel' 2025-12-04T09:52:38.4561015Z Entering 'third_party/benchmark' 2025-12-04T09:52:38.4588716Z Entering 'third_party/composable_kernel' 2025-12-04T09:52:38.4618447Z Entering 'third_party/cpp-httplib' 2025-12-04T09:52:38.4649872Z Entering 'third_party/cpuinfo' 2025-12-04T09:52:38.4680112Z Entering 'third_party/cudnn_frontend' 2025-12-04T09:52:38.4704941Z Entering 'third_party/cutlass' 2025-12-04T09:52:38.4743140Z Entering 'third_party/fbgemm' 2025-12-04T09:52:38.4774844Z Entering 'third_party/fbgemm/external/asmjit' 2025-12-04T09:52:38.4797872Z Entering 'third_party/fbgemm/external/composable_kernel' 2025-12-04T09:52:38.4824196Z Entering 'third_party/fbgemm/external/cpuinfo' 2025-12-04T09:52:38.4845654Z Entering 'third_party/fbgemm/external/cutlass' 2025-12-04T09:52:38.4872363Z Entering 'third_party/fbgemm/external/googletest' 2025-12-04T09:52:38.4897731Z Entering 'third_party/fbgemm/external/hipify_torch' 2025-12-04T09:52:38.4917859Z Entering 'third_party/fbgemm/external/json' 2025-12-04T09:52:38.4943224Z Entering 'third_party/flash-attention' 2025-12-04T09:52:38.4979558Z Entering 'third_party/flash-attention/csrc/composable_kernel' 2025-12-04T09:52:38.5010535Z Entering 'third_party/flash-attention/csrc/cutlass' 2025-12-04T09:52:38.5048682Z Entering 'third_party/flatbuffers' 2025-12-04T09:52:38.5082657Z Entering 'third_party/fmt' 2025-12-04T09:52:38.5107471Z Entering 'third_party/gemmlowp/gemmlowp' 2025-12-04T09:52:38.5135113Z Entering 'third_party/gloo' 2025-12-04T09:52:38.5162492Z Entering 'third_party/googletest' 2025-12-04T09:52:38.5190885Z Entering 'third_party/ideep' 2025-12-04T09:52:38.5214281Z Entering 'third_party/ideep/mkl-dnn' 2025-12-04T09:52:38.5246426Z Entering 'third_party/ittapi' 2025-12-04T09:52:38.5269795Z Entering 'third_party/kineto' 2025-12-04T09:52:38.5292641Z Entering 'third_party/kineto/libkineto/third_party/dynolog' 2025-12-04T09:52:38.5318855Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/DCGM' 2025-12-04T09:52:38.5347283Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/cpr' 2025-12-04T09:52:38.5372392Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/fmt' 2025-12-04T09:52:38.5395918Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/gflags' 2025-12-04T09:52:38.5422150Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/gflags/doc' 2025-12-04T09:52:38.5445920Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/glog' 2025-12-04T09:52:38.5468584Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/googletest' 2025-12-04T09:52:38.5488742Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/json' 2025-12-04T09:52:38.5510550Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/pfs' 2025-12-04T09:52:38.5535687Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/prometheus-cpp' 2025-12-04T09:52:38.5560755Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/prometheus-cpp/3rdparty/civetweb' 2025-12-04T09:52:38.5583483Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/prometheus-cpp/3rdparty/googletest' 2025-12-04T09:52:38.5615854Z Entering 'third_party/kineto/libkineto/third_party/fmt' 2025-12-04T09:52:38.5636753Z Entering 'third_party/kineto/libkineto/third_party/googletest' 2025-12-04T09:52:38.5662185Z Entering 'third_party/kleidiai' 2025-12-04T09:52:38.5690757Z Entering 'third_party/mimalloc' 2025-12-04T09:52:38.5712153Z Entering 'third_party/nlohmann' 2025-12-04T09:52:38.5735370Z Entering 'third_party/onnx' 2025-12-04T09:52:38.5768914Z Entering 'third_party/onnx/third_party/pybind11' 2025-12-04T09:52:38.5796998Z Entering 'third_party/opentelemetry-cpp' 2025-12-04T09:52:38.5822847Z Entering 'third_party/opentelemetry-cpp/third_party/benchmark' 2025-12-04T09:52:38.5851577Z Entering 'third_party/opentelemetry-cpp/third_party/googletest' 2025-12-04T09:52:38.5874465Z Entering 'third_party/opentelemetry-cpp/third_party/ms-gsl' 2025-12-04T09:52:38.5895813Z Entering 'third_party/opentelemetry-cpp/third_party/nlohmann-json' 2025-12-04T09:52:38.5923951Z Entering 'third_party/opentelemetry-cpp/third_party/opentelemetry-proto' 2025-12-04T09:52:38.5950302Z Entering 'third_party/opentelemetry-cpp/third_party/opentracing-cpp' 2025-12-04T09:52:38.5974069Z Entering 'third_party/opentelemetry-cpp/third_party/prometheus-cpp' 2025-12-04T09:52:38.6000027Z Entering 'third_party/opentelemetry-cpp/third_party/prometheus-cpp/3rdparty/civetweb' 2025-12-04T09:52:38.6022314Z Entering 'third_party/opentelemetry-cpp/third_party/prometheus-cpp/3rdparty/googletest' 2025-12-04T09:52:38.6053063Z Entering 'third_party/opentelemetry-cpp/tools/vcpkg' 2025-12-04T09:52:38.6082950Z Entering 'third_party/pocketfft' 2025-12-04T09:52:38.6105325Z Entering 'third_party/protobuf' 2025-12-04T09:52:38.6128385Z Entering 'third_party/protobuf/third_party/benchmark' 2025-12-04T09:52:38.6151515Z Entering 'third_party/protobuf/third_party/googletest' 2025-12-04T09:52:38.6176506Z Entering 'third_party/psimd' 2025-12-04T09:52:38.6200647Z Entering 'third_party/pthreadpool' 2025-12-04T09:52:38.6223032Z Entering 'third_party/pybind11' 2025-12-04T09:52:38.6245918Z Entering 'third_party/python-peachpy' 2025-12-04T09:52:38.6270294Z Entering 'third_party/sleef' 2025-12-04T09:52:38.6302247Z Entering 'third_party/tensorpipe' 2025-12-04T09:52:38.6329788Z Entering 'third_party/tensorpipe/third_party/googletest' 2025-12-04T09:52:38.6352014Z Entering 'third_party/tensorpipe/third_party/libnop' 2025-12-04T09:52:38.6373732Z Entering 'third_party/tensorpipe/third_party/libuv' 2025-12-04T09:52:38.6395299Z Entering 'third_party/tensorpipe/third_party/pybind11' 2025-12-04T09:52:38.6418132Z Entering 'third_party/tensorpipe/third_party/pybind11/tools/clang' 2025-12-04T09:52:38.6459070Z [command]/usr/bin/git config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader 2025-12-04T09:52:38.6479958Z [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-12-04T09:52:38.6653741Z Entering 'android/libs/fbjni' 2025-12-04T09:52:38.6681133Z Entering 'third_party/FP16' 2025-12-04T09:52:38.6709472Z Entering 'third_party/FXdiv' 2025-12-04T09:52:38.6731692Z Entering 'third_party/NNPACK' 2025-12-04T09:52:38.6756408Z Entering 'third_party/NVTX' 2025-12-04T09:52:38.6778598Z Entering 'third_party/VulkanMemoryAllocator' 2025-12-04T09:52:38.6805191Z Entering 'third_party/XNNPACK' 2025-12-04T09:52:38.6834588Z Entering 'third_party/aiter' 2025-12-04T09:52:38.6859085Z Entering 'third_party/aiter/3rdparty/composable_kernel' 2025-12-04T09:52:38.6885815Z Entering 'third_party/benchmark' 2025-12-04T09:52:38.6910180Z Entering 'third_party/composable_kernel' 2025-12-04T09:52:38.6935416Z Entering 'third_party/cpp-httplib' 2025-12-04T09:52:38.6958036Z Entering 'third_party/cpuinfo' 2025-12-04T09:52:38.6980745Z Entering 'third_party/cudnn_frontend' 2025-12-04T09:52:38.7002296Z Entering 'third_party/cutlass' 2025-12-04T09:52:38.7032869Z Entering 'third_party/fbgemm' 2025-12-04T09:52:38.7056986Z Entering 'third_party/fbgemm/external/asmjit' 2025-12-04T09:52:38.7079303Z Entering 'third_party/fbgemm/external/composable_kernel' 2025-12-04T09:52:38.7106996Z Entering 'third_party/fbgemm/external/cpuinfo' 2025-12-04T09:52:38.7129307Z Entering 'third_party/fbgemm/external/cutlass' 2025-12-04T09:52:38.7153728Z Entering 'third_party/fbgemm/external/googletest' 2025-12-04T09:52:38.7178973Z Entering 'third_party/fbgemm/external/hipify_torch' 2025-12-04T09:52:38.7202375Z Entering 'third_party/fbgemm/external/json' 2025-12-04T09:52:38.7231140Z Entering 'third_party/flash-attention' 2025-12-04T09:52:38.7254118Z Entering 'third_party/flash-attention/csrc/composable_kernel' 2025-12-04T09:52:38.7279809Z Entering 'third_party/flash-attention/csrc/cutlass' 2025-12-04T09:52:38.7307191Z Entering 'third_party/flatbuffers' 2025-12-04T09:52:38.7330240Z Entering 'third_party/fmt' 2025-12-04T09:52:38.7360300Z Entering 'third_party/gemmlowp/gemmlowp' 2025-12-04T09:52:38.7386567Z Entering 'third_party/gloo' 2025-12-04T09:52:38.7410650Z Entering 'third_party/googletest' 2025-12-04T09:52:38.7440315Z Entering 'third_party/ideep' 2025-12-04T09:52:38.7464502Z Entering 'third_party/ideep/mkl-dnn' 2025-12-04T09:52:38.7490040Z Entering 'third_party/ittapi' 2025-12-04T09:52:38.7513063Z Entering 'third_party/kineto' 2025-12-04T09:52:38.7537289Z Entering 'third_party/kineto/libkineto/third_party/dynolog' 2025-12-04T09:52:38.7565627Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/DCGM' 2025-12-04T09:52:38.7586784Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/cpr' 2025-12-04T09:52:38.7609501Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/fmt' 2025-12-04T09:52:38.7630301Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/gflags' 2025-12-04T09:52:38.7665758Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/gflags/doc' 2025-12-04T09:52:38.7769724Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/glog' 2025-12-04T09:52:38.7814528Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/googletest' 2025-12-04T09:52:38.7841968Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/json' 2025-12-04T09:52:38.7879657Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/pfs' 2025-12-04T09:52:38.7936250Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/prometheus-cpp' 2025-12-04T09:52:38.7999991Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/prometheus-cpp/3rdparty/civetweb' 2025-12-04T09:52:38.8036352Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/prometheus-cpp/3rdparty/googletest' 2025-12-04T09:52:38.8091606Z Entering 'third_party/kineto/libkineto/third_party/fmt' 2025-12-04T09:52:38.8135294Z Entering 'third_party/kineto/libkineto/third_party/googletest' 2025-12-04T09:52:38.8158441Z Entering 'third_party/kleidiai' 2025-12-04T09:52:38.8196803Z Entering 'third_party/mimalloc' 2025-12-04T09:52:38.8218432Z Entering 'third_party/nlohmann' 2025-12-04T09:52:38.8243378Z Entering 'third_party/onnx' 2025-12-04T09:52:38.8269374Z Entering 'third_party/onnx/third_party/pybind11' 2025-12-04T09:52:38.8287141Z Entering 'third_party/opentelemetry-cpp' 2025-12-04T09:52:38.8308464Z Entering 'third_party/opentelemetry-cpp/third_party/benchmark' 2025-12-04T09:52:38.8320889Z Entering 'third_party/opentelemetry-cpp/third_party/googletest' 2025-12-04T09:52:38.8338175Z Entering 'third_party/opentelemetry-cpp/third_party/ms-gsl' 2025-12-04T09:52:38.8350599Z Entering 'third_party/opentelemetry-cpp/third_party/nlohmann-json' 2025-12-04T09:52:38.8366185Z Entering 'third_party/opentelemetry-cpp/third_party/opentelemetry-proto' 2025-12-04T09:52:38.8382857Z Entering 'third_party/opentelemetry-cpp/third_party/opentracing-cpp' 2025-12-04T09:52:38.8395452Z Entering 'third_party/opentelemetry-cpp/third_party/prometheus-cpp' 2025-12-04T09:52:38.8410298Z Entering 'third_party/opentelemetry-cpp/third_party/prometheus-cpp/3rdparty/civetweb' 2025-12-04T09:52:38.8428214Z Entering 'third_party/opentelemetry-cpp/third_party/prometheus-cpp/3rdparty/googletest' 2025-12-04T09:52:38.8441418Z Entering 'third_party/opentelemetry-cpp/tools/vcpkg' 2025-12-04T09:52:38.8464161Z Entering 'third_party/pocketfft' 2025-12-04T09:52:38.8589366Z Entering 'third_party/protobuf' 2025-12-04T09:52:38.8636568Z Entering 'third_party/protobuf/third_party/benchmark' 2025-12-04T09:52:38.8692085Z Entering 'third_party/protobuf/third_party/googletest' 2025-12-04T09:52:38.8741409Z Entering 'third_party/psimd' 2025-12-04T09:52:38.8769506Z Entering 'third_party/pthreadpool' 2025-12-04T09:52:38.8794867Z Entering 'third_party/pybind11' 2025-12-04T09:52:38.8829424Z Entering 'third_party/python-peachpy' 2025-12-04T09:52:38.8856893Z Entering 'third_party/sleef' 2025-12-04T09:52:38.8875752Z Entering 'third_party/tensorpipe' 2025-12-04T09:52:38.8931291Z Entering 'third_party/tensorpipe/third_party/googletest' 2025-12-04T09:52:38.8978030Z Entering 'third_party/tensorpipe/third_party/libnop' 2025-12-04T09:52:38.9006049Z Entering 'third_party/tensorpipe/third_party/libuv' 2025-12-04T09:52:38.9030777Z Entering 'third_party/tensorpipe/third_party/pybind11' 2025-12-04T09:52:38.9051856Z Entering 'third_party/tensorpipe/third_party/pybind11/tools/clang' 2025-12-04T09:52:38.9148477Z [command]/usr/bin/git config --local --name-only --get-regexp ^includeIf\.gitdir: 2025-12-04T09:52:38.9171365Z [command]/usr/bin/git submodule foreach --recursive git config --local --show-origin --name-only --get-regexp remote.origin.url 2025-12-04T09:52:38.9412288Z Entering 'android/libs/fbjni' 2025-12-04T09:52:38.9422031Z file:/home/runner/_work/pytorch/pytorch/.git/modules/android/libs/fbjni/config remote.origin.url 2025-12-04T09:52:38.9431116Z Entering 'third_party/FP16' 2025-12-04T09:52:38.9441582Z file:/home/runner/_work/pytorch/pytorch/.git/modules/third_party/NNPACK_deps/FP16/config remote.origin.url 2025-12-04T09:52:38.9478473Z Entering 'third_party/FXdiv' 2025-12-04T09:52:38.9490579Z file:/home/runner/_work/pytorch/pytorch/.git/modules/third_party/NNPACK_deps/FXdiv/config remote.origin.url 2025-12-04T09:52:38.9501929Z Entering 'third_party/NNPACK' 2025-12-04T09:52:38.9513716Z file:/home/runner/_work/pytorch/pytorch/.git/modules/third_party/NNPACK/config remote.origin.url 2025-12-04T09:52:38.9526346Z Entering 'third_party/NVTX' 2025-12-04T09:52:38.9581964Z file:/home/runner/_work/pytorch/pytorch/.git/modules/third_party/NVTX/config remote.origin.url 2025-12-04T09:52:38.9603510Z Entering 'third_party/VulkanMemoryAllocator' 2025-12-04T09:52:38.9611502Z file:/home/runner/_work/pytorch/pytorch/.git/modules/third_party/VulkanMemoryAllocator/config remote.origin.url 2025-12-04T09:52:38.9627316Z Entering 'third_party/XNNPACK' 2025-12-04T09:52:38.9639078Z file:/home/runner/_work/pytorch/pytorch/.git/modules/third_party/XNNPACK/config remote.origin.url 2025-12-04T09:52:38.9656558Z Entering 'third_party/aiter' 2025-12-04T09:52:38.9672696Z file:/home/runner/_work/pytorch/pytorch/.git/modules/third_party/aiter/config remote.origin.url 2025-12-04T09:52:38.9682241Z Entering 'third_party/aiter/3rdparty/composable_kernel' 2025-12-04T09:52:38.9691776Z file:/home/runner/_work/pytorch/pytorch/.git/modules/third_party/aiter/modules/3rdparty/composable_kernel/config remote.origin.url 2025-12-04T09:52:38.9707059Z Entering 'third_party/benchmark' 2025-12-04T09:52:38.9716396Z file:/home/runner/_work/pytorch/pytorch/.git/modules/third_party/benchmark/config remote.origin.url 2025-12-04T09:52:38.9729194Z Entering 'third_party/composable_kernel' 2025-12-04T09:52:38.9744621Z file:/home/runner/_work/pytorch/pytorch/.git/modules/third_party/composable_kernel/config remote.origin.url 2025-12-04T09:52:38.9757239Z Entering 'third_party/cpp-httplib' 2025-12-04T09:52:38.9769438Z file:/home/runner/_work/pytorch/pytorch/.git/modules/third_party/cpp-httplib/config remote.origin.url 2025-12-04T09:52:38.9780615Z Entering 'third_party/cpuinfo' 2025-12-04T09:52:38.9792179Z file:/home/runner/_work/pytorch/pytorch/.git/modules/third_party/cpuinfo/config remote.origin.url 2025-12-04T09:52:38.9802552Z Entering 'third_party/cudnn_frontend' 2025-12-04T09:52:38.9814593Z file:/home/runner/_work/pytorch/pytorch/.git/modules/third_party/cudnn_frontend/config remote.origin.url 2025-12-04T09:52:38.9824926Z Entering 'third_party/cutlass' 2025-12-04T09:52:38.9835564Z file:/home/runner/_work/pytorch/pytorch/.git/modules/third_party/cutlass/config remote.origin.url 2025-12-04T09:52:38.9849172Z Entering 'third_party/fbgemm' 2025-12-04T09:52:38.9861211Z file:/home/runner/_work/pytorch/pytorch/.git/modules/third_party/fbgemm/config remote.origin.url 2025-12-04T09:52:38.9874060Z Entering 'third_party/fbgemm/external/asmjit' 2025-12-04T09:52:38.9884023Z file:/home/runner/_work/pytorch/pytorch/.git/modules/third_party/fbgemm/modules/external/asmjit/config remote.origin.url 2025-12-04T09:52:38.9893772Z Entering 'third_party/fbgemm/external/composable_kernel' 2025-12-04T09:52:38.9904292Z file:/home/runner/_work/pytorch/pytorch/.git/modules/third_party/fbgemm/modules/external/composable_kernel/config remote.origin.url 2025-12-04T09:52:38.9917807Z Entering 'third_party/fbgemm/external/cpuinfo' 2025-12-04T09:52:38.9928400Z file:/home/runner/_work/pytorch/pytorch/.git/modules/third_party/fbgemm/modules/external/cpuinfo/config remote.origin.url 2025-12-04T09:52:38.9938310Z Entering 'third_party/fbgemm/external/cutlass' 2025-12-04T09:52:38.9949895Z file:/home/runner/_work/pytorch/pytorch/.git/modules/third_party/fbgemm/modules/external/cutlass/config remote.origin.url 2025-12-04T09:52:38.9963865Z Entering 'third_party/fbgemm/external/googletest' 2025-12-04T09:52:38.9974731Z file:/home/runner/_work/pytorch/pytorch/.git/modules/third_party/fbgemm/modules/external/googletest/config remote.origin.url 2025-12-04T09:52:38.9984930Z Entering 'third_party/fbgemm/external/hipify_torch' 2025-12-04T09:52:38.9995405Z file:/home/runner/_work/pytorch/pytorch/.git/modules/third_party/fbgemm/modules/external/hipify_torch/config remote.origin.url 2025-12-04T09:52:39.0005024Z Entering 'third_party/fbgemm/external/json' 2025-12-04T09:52:39.0014661Z file:/home/runner/_work/pytorch/pytorch/.git/modules/third_party/fbgemm/modules/external/json/config remote.origin.url 2025-12-04T09:52:39.0025082Z Entering 'third_party/flash-attention' 2025-12-04T09:52:39.0037763Z file:/home/runner/_work/pytorch/pytorch/.git/modules/third_party/flash-attention/config remote.origin.url 2025-12-04T09:52:39.0047630Z Entering 'third_party/flash-attention/csrc/composable_kernel' 2025-12-04T09:52:39.0058444Z file:/home/runner/_work/pytorch/pytorch/.git/modules/third_party/flash-attention/modules/csrc/composable_kernel/config remote.origin.url 2025-12-04T09:52:39.0070971Z Entering 'third_party/flash-attention/csrc/cutlass' 2025-12-04T09:52:39.0081437Z file:/home/runner/_work/pytorch/pytorch/.git/modules/third_party/flash-attention/modules/csrc/cutlass/config remote.origin.url 2025-12-04T09:52:39.0097311Z Entering 'third_party/flatbuffers' 2025-12-04T09:52:39.0108638Z file:/home/runner/_work/pytorch/pytorch/.git/modules/third_party/flatbuffers/config remote.origin.url 2025-12-04T09:52:39.0120626Z Entering 'third_party/fmt' 2025-12-04T09:52:39.0131555Z file:/home/runner/_work/pytorch/pytorch/.git/modules/third_party/fmt/config remote.origin.url 2025-12-04T09:52:39.0141563Z Entering 'third_party/gemmlowp/gemmlowp' 2025-12-04T09:52:39.0152056Z file:/home/runner/_work/pytorch/pytorch/.git/modules/third_party/gemmlowp/gemmlowp/config remote.origin.url 2025-12-04T09:52:39.0160732Z Entering 'third_party/gloo' 2025-12-04T09:52:39.0171981Z file:/home/runner/_work/pytorch/pytorch/.git/modules/third_party/gloo/config remote.origin.url 2025-12-04T09:52:39.0182044Z Entering 'third_party/googletest' 2025-12-04T09:52:39.0194217Z file:/home/runner/_work/pytorch/pytorch/.git/modules/third_party/googletest/config remote.origin.url 2025-12-04T09:52:39.0206513Z Entering 'third_party/ideep' 2025-12-04T09:52:39.0217748Z file:/home/runner/_work/pytorch/pytorch/.git/modules/third_party/ideep/config remote.origin.url 2025-12-04T09:52:39.0227740Z Entering 'third_party/ideep/mkl-dnn' 2025-12-04T09:52:39.0238565Z file:/home/runner/_work/pytorch/pytorch/.git/modules/third_party/ideep/modules/mkl-dnn/config remote.origin.url 2025-12-04T09:52:39.0252555Z Entering 'third_party/ittapi' 2025-12-04T09:52:39.0265516Z file:/home/runner/_work/pytorch/pytorch/.git/modules/third_party/ittapi/config remote.origin.url 2025-12-04T09:52:39.0276322Z Entering 'third_party/kineto' 2025-12-04T09:52:39.0288627Z file:/home/runner/_work/pytorch/pytorch/.git/modules/third_party/kineto/config remote.origin.url 2025-12-04T09:52:39.0298305Z Entering 'third_party/kineto/libkineto/third_party/dynolog' 2025-12-04T09:52:39.0310859Z file:/home/runner/_work/pytorch/pytorch/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/config remote.origin.url 2025-12-04T09:52:39.0320983Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/DCGM' 2025-12-04T09:52:39.0330130Z file:/home/runner/_work/pytorch/pytorch/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/modules/third_party/DCGM/config remote.origin.url 2025-12-04T09:52:39.0340358Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/cpr' 2025-12-04T09:52:39.0353181Z file:/home/runner/_work/pytorch/pytorch/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/modules/third_party/cpr/config remote.origin.url 2025-12-04T09:52:39.0361777Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/fmt' 2025-12-04T09:52:39.0372390Z file:/home/runner/_work/pytorch/pytorch/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/modules/third_party/fmt/config remote.origin.url 2025-12-04T09:52:39.0383161Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/gflags' 2025-12-04T09:52:39.0395075Z file:/home/runner/_work/pytorch/pytorch/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/modules/third_party/gflags/config remote.origin.url 2025-12-04T09:52:39.0403542Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/gflags/doc' 2025-12-04T09:52:39.0415545Z file:/home/runner/_work/pytorch/pytorch/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/modules/third_party/gflags/modules/doc/config remote.origin.url 2025-12-04T09:52:39.0427556Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/glog' 2025-12-04T09:52:39.0438219Z file:/home/runner/_work/pytorch/pytorch/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/modules/third_party/glog/config remote.origin.url 2025-12-04T09:52:39.0447883Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/googletest' 2025-12-04T09:52:39.0459393Z file:/home/runner/_work/pytorch/pytorch/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/modules/third_party/googletest/config remote.origin.url 2025-12-04T09:52:39.0467412Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/json' 2025-12-04T09:52:39.0480894Z file:/home/runner/_work/pytorch/pytorch/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/modules/third_party/json/config remote.origin.url 2025-12-04T09:52:39.0489907Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/pfs' 2025-12-04T09:52:39.0499742Z file:/home/runner/_work/pytorch/pytorch/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/modules/third_party/pfs/config remote.origin.url 2025-12-04T09:52:39.0509077Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/prometheus-cpp' 2025-12-04T09:52:39.0518697Z file:/home/runner/_work/pytorch/pytorch/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/modules/third_party/prometheus-cpp/config remote.origin.url 2025-12-04T09:52:39.0527272Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/prometheus-cpp/3rdparty/civetweb' 2025-12-04T09:52:39.0537657Z file:/home/runner/_work/pytorch/pytorch/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/modules/third_party/prometheus-cpp/modules/civetweb/config remote.origin.url 2025-12-04T09:52:39.0546937Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/prometheus-cpp/3rdparty/googletest' 2025-12-04T09:52:39.0557857Z file:/home/runner/_work/pytorch/pytorch/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/modules/third_party/prometheus-cpp/modules/googletest/config remote.origin.url 2025-12-04T09:52:39.0569484Z Entering 'third_party/kineto/libkineto/third_party/fmt' 2025-12-04T09:52:39.0578865Z file:/home/runner/_work/pytorch/pytorch/.git/modules/third_party/kineto/modules/libkineto/third_party/fmt/config remote.origin.url 2025-12-04T09:52:39.0586951Z Entering 'third_party/kineto/libkineto/third_party/googletest' 2025-12-04T09:52:39.0597252Z file:/home/runner/_work/pytorch/pytorch/.git/modules/third_party/kineto/modules/libkineto/third_party/googletest/config remote.origin.url 2025-12-04T09:52:39.0607949Z Entering 'third_party/kleidiai' 2025-12-04T09:52:39.0618769Z file:/home/runner/_work/pytorch/pytorch/.git/modules/third_party/kleidiai/config remote.origin.url 2025-12-04T09:52:39.0629469Z Entering 'third_party/mimalloc' 2025-12-04T09:52:39.0639671Z file:/home/runner/_work/pytorch/pytorch/.git/modules/third_party/mimalloc/config remote.origin.url 2025-12-04T09:52:39.0649506Z Entering 'third_party/nlohmann' 2025-12-04T09:52:39.0659757Z file:/home/runner/_work/pytorch/pytorch/.git/modules/third_party/nlohmann/config remote.origin.url 2025-12-04T09:52:39.0669490Z Entering 'third_party/onnx' 2025-12-04T09:52:39.0679290Z file:/home/runner/_work/pytorch/pytorch/.git/modules/third_party/onnx/config remote.origin.url 2025-12-04T09:52:39.0695404Z Entering 'third_party/onnx/third_party/pybind11' 2025-12-04T09:52:39.0705765Z file:/home/runner/_work/pytorch/pytorch/.git/modules/third_party/onnx/modules/third_party/pybind11/config remote.origin.url 2025-12-04T09:52:39.0719866Z Entering 'third_party/opentelemetry-cpp' 2025-12-04T09:52:39.0730347Z file:/home/runner/_work/pytorch/pytorch/.git/modules/third_party/opentelemetry-cpp/config remote.origin.url 2025-12-04T09:52:39.0740757Z Entering 'third_party/opentelemetry-cpp/third_party/benchmark' 2025-12-04T09:52:39.0752048Z file:/home/runner/_work/pytorch/pytorch/.git/modules/third_party/opentelemetry-cpp/modules/third_party/benchmark/config remote.origin.url 2025-12-04T09:52:39.0761554Z Entering 'third_party/opentelemetry-cpp/third_party/googletest' 2025-12-04T09:52:39.0772369Z file:/home/runner/_work/pytorch/pytorch/.git/modules/third_party/opentelemetry-cpp/modules/third_party/googletest/config remote.origin.url 2025-12-04T09:52:39.0782213Z Entering 'third_party/opentelemetry-cpp/third_party/ms-gsl' 2025-12-04T09:52:39.0791689Z file:/home/runner/_work/pytorch/pytorch/.git/modules/third_party/opentelemetry-cpp/modules/third_party/ms-gsl/config remote.origin.url 2025-12-04T09:52:39.0802144Z Entering 'third_party/opentelemetry-cpp/third_party/nlohmann-json' 2025-12-04T09:52:39.0813357Z file:/home/runner/_work/pytorch/pytorch/.git/modules/third_party/opentelemetry-cpp/modules/third_party/nlohmann-json/config remote.origin.url 2025-12-04T09:52:39.0823515Z Entering 'third_party/opentelemetry-cpp/third_party/opentelemetry-proto' 2025-12-04T09:52:39.0833680Z file:/home/runner/_work/pytorch/pytorch/.git/modules/third_party/opentelemetry-cpp/modules/third_party/opentelemetry-proto/config remote.origin.url 2025-12-04T09:52:39.0843022Z Entering 'third_party/opentelemetry-cpp/third_party/opentracing-cpp' 2025-12-04T09:52:39.0853191Z file:/home/runner/_work/pytorch/pytorch/.git/modules/third_party/opentelemetry-cpp/modules/third_party/opentracing-cpp/config remote.origin.url 2025-12-04T09:52:39.0862323Z Entering 'third_party/opentelemetry-cpp/third_party/prometheus-cpp' 2025-12-04T09:52:39.0873723Z file:/home/runner/_work/pytorch/pytorch/.git/modules/third_party/opentelemetry-cpp/modules/third_party/prometheus-cpp/config remote.origin.url 2025-12-04T09:52:39.0883328Z Entering 'third_party/opentelemetry-cpp/third_party/prometheus-cpp/3rdparty/civetweb' 2025-12-04T09:52:39.0895078Z file:/home/runner/_work/pytorch/pytorch/.git/modules/third_party/opentelemetry-cpp/modules/third_party/prometheus-cpp/modules/civetweb/config remote.origin.url 2025-12-04T09:52:39.0905412Z Entering 'third_party/opentelemetry-cpp/third_party/prometheus-cpp/3rdparty/googletest' 2025-12-04T09:52:39.0916097Z file:/home/runner/_work/pytorch/pytorch/.git/modules/third_party/opentelemetry-cpp/modules/third_party/prometheus-cpp/modules/googletest/config remote.origin.url 2025-12-04T09:52:39.0926908Z Entering 'third_party/opentelemetry-cpp/tools/vcpkg' 2025-12-04T09:52:39.0938026Z file:/home/runner/_work/pytorch/pytorch/.git/modules/third_party/opentelemetry-cpp/modules/tools/vcpkg/config remote.origin.url 2025-12-04T09:52:39.0956604Z Entering 'third_party/pocketfft' 2025-12-04T09:52:39.0968422Z file:/home/runner/_work/pytorch/pytorch/.git/modules/third_party/pocketfft/config remote.origin.url 2025-12-04T09:52:39.0978775Z Entering 'third_party/protobuf' 2025-12-04T09:52:39.0989679Z file:/home/runner/_work/pytorch/pytorch/.git/modules/third_party/protobuf/config remote.origin.url 2025-12-04T09:52:39.1002088Z Entering 'third_party/protobuf/third_party/benchmark' 2025-12-04T09:52:39.1011472Z file:/home/runner/_work/pytorch/pytorch/.git/modules/third_party/protobuf/modules/third_party/benchmark/config remote.origin.url 2025-12-04T09:52:39.1020612Z Entering 'third_party/protobuf/third_party/googletest' 2025-12-04T09:52:39.1034122Z file:/home/runner/_work/pytorch/pytorch/.git/modules/third_party/protobuf/modules/third_party/googletest/config remote.origin.url 2025-12-04T09:52:39.1043707Z Entering 'third_party/psimd' 2025-12-04T09:52:39.1055415Z file:/home/runner/_work/pytorch/pytorch/.git/modules/third_party/NNPACK_deps/psimd/config remote.origin.url 2025-12-04T09:52:39.1066810Z Entering 'third_party/pthreadpool' 2025-12-04T09:52:39.1078297Z file:/home/runner/_work/pytorch/pytorch/.git/modules/third_party/NNPACK_deps/pthreadpool/config remote.origin.url 2025-12-04T09:52:39.1088008Z Entering 'third_party/pybind11' 2025-12-04T09:52:39.1099322Z file:/home/runner/_work/pytorch/pytorch/.git/modules/third_party/pybind11/config remote.origin.url 2025-12-04T09:52:39.1110107Z Entering 'third_party/python-peachpy' 2025-12-04T09:52:39.1120556Z file:/home/runner/_work/pytorch/pytorch/.git/modules/third_party/python-peachpy/config remote.origin.url 2025-12-04T09:52:39.1130968Z Entering 'third_party/sleef' 2025-12-04T09:52:39.1154190Z file:/home/runner/_work/pytorch/pytorch/.git/modules/third_party/sleef/config remote.origin.url 2025-12-04T09:52:39.1154418Z Entering 'third_party/tensorpipe' 2025-12-04T09:52:39.1162385Z file:/home/runner/_work/pytorch/pytorch/.git/modules/third_party/tensorpipe/config remote.origin.url 2025-12-04T09:52:39.1172643Z Entering 'third_party/tensorpipe/third_party/googletest' 2025-12-04T09:52:39.1184113Z file:/home/runner/_work/pytorch/pytorch/.git/modules/third_party/tensorpipe/modules/third_party/googletest/config remote.origin.url 2025-12-04T09:52:39.1193093Z Entering 'third_party/tensorpipe/third_party/libnop' 2025-12-04T09:52:39.1204301Z file:/home/runner/_work/pytorch/pytorch/.git/modules/third_party/tensorpipe/modules/third_party/libnop/config remote.origin.url 2025-12-04T09:52:39.1213531Z Entering 'third_party/tensorpipe/third_party/libuv' 2025-12-04T09:52:39.1224982Z file:/home/runner/_work/pytorch/pytorch/.git/modules/third_party/tensorpipe/modules/third_party/libuv/config remote.origin.url 2025-12-04T09:52:39.1234307Z Entering 'third_party/tensorpipe/third_party/pybind11' 2025-12-04T09:52:39.1245739Z file:/home/runner/_work/pytorch/pytorch/.git/modules/third_party/tensorpipe/modules/third_party/pybind11/config remote.origin.url 2025-12-04T09:52:39.1254573Z Entering 'third_party/tensorpipe/third_party/pybind11/tools/clang' 2025-12-04T09:52:39.1265565Z file:/home/runner/_work/pytorch/pytorch/.git/modules/third_party/tensorpipe/modules/third_party/pybind11/modules/tools/clang/config remote.origin.url 2025-12-04T09:52:39.1293287Z [command]/usr/bin/git config --file /home/runner/_work/pytorch/pytorch/.git/modules/android/libs/fbjni/config --name-only --get-regexp ^includeIf\.gitdir: 2025-12-04T09:52:39.1313249Z [command]/usr/bin/git config --file /home/runner/_work/pytorch/pytorch/.git/modules/third_party/NNPACK_deps/FP16/config --name-only --get-regexp ^includeIf\.gitdir: 2025-12-04T09:52:39.1329674Z [command]/usr/bin/git config --file /home/runner/_work/pytorch/pytorch/.git/modules/third_party/NNPACK_deps/FXdiv/config --name-only --get-regexp ^includeIf\.gitdir: 2025-12-04T09:52:39.1345516Z [command]/usr/bin/git config --file /home/runner/_work/pytorch/pytorch/.git/modules/third_party/NNPACK/config --name-only --get-regexp ^includeIf\.gitdir: 2025-12-04T09:52:39.1366104Z [command]/usr/bin/git config --file /home/runner/_work/pytorch/pytorch/.git/modules/third_party/NVTX/config --name-only --get-regexp ^includeIf\.gitdir: 2025-12-04T09:52:39.1381782Z [command]/usr/bin/git config --file /home/runner/_work/pytorch/pytorch/.git/modules/third_party/VulkanMemoryAllocator/config --name-only --get-regexp ^includeIf\.gitdir: 2025-12-04T09:52:39.1396387Z [command]/usr/bin/git config --file /home/runner/_work/pytorch/pytorch/.git/modules/third_party/XNNPACK/config --name-only --get-regexp ^includeIf\.gitdir: 2025-12-04T09:52:39.1413870Z [command]/usr/bin/git config --file /home/runner/_work/pytorch/pytorch/.git/modules/third_party/aiter/config --name-only --get-regexp ^includeIf\.gitdir: 2025-12-04T09:52:39.1429473Z [command]/usr/bin/git config --file /home/runner/_work/pytorch/pytorch/.git/modules/third_party/aiter/modules/3rdparty/composable_kernel/config --name-only --get-regexp ^includeIf\.gitdir: 2025-12-04T09:52:39.1446406Z [command]/usr/bin/git config --file /home/runner/_work/pytorch/pytorch/.git/modules/third_party/benchmark/config --name-only --get-regexp ^includeIf\.gitdir: 2025-12-04T09:52:39.1464660Z [command]/usr/bin/git config --file /home/runner/_work/pytorch/pytorch/.git/modules/third_party/composable_kernel/config --name-only --get-regexp ^includeIf\.gitdir: 2025-12-04T09:52:39.1480823Z [command]/usr/bin/git config --file /home/runner/_work/pytorch/pytorch/.git/modules/third_party/cpp-httplib/config --name-only --get-regexp ^includeIf\.gitdir: 2025-12-04T09:52:39.1501428Z [command]/usr/bin/git config --file /home/runner/_work/pytorch/pytorch/.git/modules/third_party/cpuinfo/config --name-only --get-regexp ^includeIf\.gitdir: 2025-12-04T09:52:39.1519243Z [command]/usr/bin/git config --file /home/runner/_work/pytorch/pytorch/.git/modules/third_party/cudnn_frontend/config --name-only --get-regexp ^includeIf\.gitdir: 2025-12-04T09:52:39.1538076Z [command]/usr/bin/git config --file /home/runner/_work/pytorch/pytorch/.git/modules/third_party/cutlass/config --name-only --get-regexp ^includeIf\.gitdir: 2025-12-04T09:52:39.1556073Z [command]/usr/bin/git config --file /home/runner/_work/pytorch/pytorch/.git/modules/third_party/fbgemm/config --name-only --get-regexp ^includeIf\.gitdir: 2025-12-04T09:52:39.1571899Z [command]/usr/bin/git config --file /home/runner/_work/pytorch/pytorch/.git/modules/third_party/fbgemm/modules/external/asmjit/config --name-only --get-regexp ^includeIf\.gitdir: 2025-12-04T09:52:39.1585908Z [command]/usr/bin/git config --file /home/runner/_work/pytorch/pytorch/.git/modules/third_party/fbgemm/modules/external/composable_kernel/config --name-only --get-regexp ^includeIf\.gitdir: 2025-12-04T09:52:39.1603514Z [command]/usr/bin/git config --file /home/runner/_work/pytorch/pytorch/.git/modules/third_party/fbgemm/modules/external/cpuinfo/config --name-only --get-regexp ^includeIf\.gitdir: 2025-12-04T09:52:39.1618056Z [command]/usr/bin/git config --file /home/runner/_work/pytorch/pytorch/.git/modules/third_party/fbgemm/modules/external/cutlass/config --name-only --get-regexp ^includeIf\.gitdir: 2025-12-04T09:52:39.1630607Z [command]/usr/bin/git config --file /home/runner/_work/pytorch/pytorch/.git/modules/third_party/fbgemm/modules/external/googletest/config --name-only --get-regexp ^includeIf\.gitdir: 2025-12-04T09:52:39.1642606Z [command]/usr/bin/git config --file /home/runner/_work/pytorch/pytorch/.git/modules/third_party/fbgemm/modules/external/hipify_torch/config --name-only --get-regexp ^includeIf\.gitdir: 2025-12-04T09:52:39.1654760Z [command]/usr/bin/git config --file /home/runner/_work/pytorch/pytorch/.git/modules/third_party/fbgemm/modules/external/json/config --name-only --get-regexp ^includeIf\.gitdir: 2025-12-04T09:52:39.1671960Z [command]/usr/bin/git config --file /home/runner/_work/pytorch/pytorch/.git/modules/third_party/flash-attention/config --name-only --get-regexp ^includeIf\.gitdir: 2025-12-04T09:52:39.1686722Z [command]/usr/bin/git config --file /home/runner/_work/pytorch/pytorch/.git/modules/third_party/flash-attention/modules/csrc/composable_kernel/config --name-only --get-regexp ^includeIf\.gitdir: 2025-12-04T09:52:39.1701286Z [command]/usr/bin/git config --file /home/runner/_work/pytorch/pytorch/.git/modules/third_party/flash-attention/modules/csrc/cutlass/config --name-only --get-regexp ^includeIf\.gitdir: 2025-12-04T09:52:39.1715505Z [command]/usr/bin/git config --file /home/runner/_work/pytorch/pytorch/.git/modules/third_party/flatbuffers/config --name-only --get-regexp ^includeIf\.gitdir: 2025-12-04T09:52:39.1728252Z [command]/usr/bin/git config --file /home/runner/_work/pytorch/pytorch/.git/modules/third_party/fmt/config --name-only --get-regexp ^includeIf\.gitdir: 2025-12-04T09:52:39.1741091Z [command]/usr/bin/git config --file /home/runner/_work/pytorch/pytorch/.git/modules/third_party/gemmlowp/gemmlowp/config --name-only --get-regexp ^includeIf\.gitdir: 2025-12-04T09:52:39.1753634Z [command]/usr/bin/git config --file /home/runner/_work/pytorch/pytorch/.git/modules/third_party/gloo/config --name-only --get-regexp ^includeIf\.gitdir: 2025-12-04T09:52:39.1767588Z [command]/usr/bin/git config --file /home/runner/_work/pytorch/pytorch/.git/modules/third_party/googletest/config --name-only --get-regexp ^includeIf\.gitdir: 2025-12-04T09:52:39.1782232Z [command]/usr/bin/git config --file /home/runner/_work/pytorch/pytorch/.git/modules/third_party/ideep/config --name-only --get-regexp ^includeIf\.gitdir: 2025-12-04T09:52:39.1796769Z [command]/usr/bin/git config --file /home/runner/_work/pytorch/pytorch/.git/modules/third_party/ideep/modules/mkl-dnn/config --name-only --get-regexp ^includeIf\.gitdir: 2025-12-04T09:52:39.1817656Z [command]/usr/bin/git config --file /home/runner/_work/pytorch/pytorch/.git/modules/third_party/ittapi/config --name-only --get-regexp ^includeIf\.gitdir: 2025-12-04T09:52:39.1831121Z [command]/usr/bin/git config --file /home/runner/_work/pytorch/pytorch/.git/modules/third_party/kineto/config --name-only --get-regexp ^includeIf\.gitdir: 2025-12-04T09:52:39.1844466Z [command]/usr/bin/git config --file /home/runner/_work/pytorch/pytorch/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/config --name-only --get-regexp ^includeIf\.gitdir: 2025-12-04T09:52:39.1858522Z [command]/usr/bin/git config --file /home/runner/_work/pytorch/pytorch/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/modules/third_party/DCGM/config --name-only --get-regexp ^includeIf\.gitdir: 2025-12-04T09:52:39.1872808Z [command]/usr/bin/git config --file /home/runner/_work/pytorch/pytorch/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/modules/third_party/cpr/config --name-only --get-regexp ^includeIf\.gitdir: 2025-12-04T09:52:39.1888613Z [command]/usr/bin/git config --file /home/runner/_work/pytorch/pytorch/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/modules/third_party/fmt/config --name-only --get-regexp ^includeIf\.gitdir: 2025-12-04T09:52:39.1903127Z [command]/usr/bin/git config --file /home/runner/_work/pytorch/pytorch/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/modules/third_party/gflags/config --name-only --get-regexp ^includeIf\.gitdir: 2025-12-04T09:52:39.1918404Z [command]/usr/bin/git config --file /home/runner/_work/pytorch/pytorch/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/modules/third_party/gflags/modules/doc/config --name-only --get-regexp ^includeIf\.gitdir: 2025-12-04T09:52:39.1932287Z [command]/usr/bin/git config --file /home/runner/_work/pytorch/pytorch/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/modules/third_party/glog/config --name-only --get-regexp ^includeIf\.gitdir: 2025-12-04T09:52:39.1945128Z [command]/usr/bin/git config --file /home/runner/_work/pytorch/pytorch/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/modules/third_party/googletest/config --name-only --get-regexp ^includeIf\.gitdir: 2025-12-04T09:52:39.1961763Z [command]/usr/bin/git config --file /home/runner/_work/pytorch/pytorch/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/modules/third_party/json/config --name-only --get-regexp ^includeIf\.gitdir: 2025-12-04T09:52:39.1976372Z [command]/usr/bin/git config --file /home/runner/_work/pytorch/pytorch/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/modules/third_party/pfs/config --name-only --get-regexp ^includeIf\.gitdir: 2025-12-04T09:52:39.1994049Z [command]/usr/bin/git config --file /home/runner/_work/pytorch/pytorch/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/modules/third_party/prometheus-cpp/config --name-only --get-regexp ^includeIf\.gitdir: 2025-12-04T09:52:39.2009116Z [command]/usr/bin/git config --file /home/runner/_work/pytorch/pytorch/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/modules/third_party/prometheus-cpp/modules/civetweb/config --name-only --get-regexp ^includeIf\.gitdir: 2025-12-04T09:52:39.2021942Z [command]/usr/bin/git config --file /home/runner/_work/pytorch/pytorch/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/modules/third_party/prometheus-cpp/modules/googletest/config --name-only --get-regexp ^includeIf\.gitdir: 2025-12-04T09:52:39.2034673Z [command]/usr/bin/git config --file /home/runner/_work/pytorch/pytorch/.git/modules/third_party/kineto/modules/libkineto/third_party/fmt/config --name-only --get-regexp ^includeIf\.gitdir: 2025-12-04T09:52:39.2047571Z [command]/usr/bin/git config --file /home/runner/_work/pytorch/pytorch/.git/modules/third_party/kineto/modules/libkineto/third_party/googletest/config --name-only --get-regexp ^includeIf\.gitdir: 2025-12-04T09:52:39.2061170Z [command]/usr/bin/git config --file /home/runner/_work/pytorch/pytorch/.git/modules/third_party/kleidiai/config --name-only --get-regexp ^includeIf\.gitdir: 2025-12-04T09:52:39.2076281Z [command]/usr/bin/git config --file /home/runner/_work/pytorch/pytorch/.git/modules/third_party/mimalloc/config --name-only --get-regexp ^includeIf\.gitdir: 2025-12-04T09:52:39.2092170Z [command]/usr/bin/git config --file /home/runner/_work/pytorch/pytorch/.git/modules/third_party/nlohmann/config --name-only --get-regexp ^includeIf\.gitdir: 2025-12-04T09:52:39.2108131Z [command]/usr/bin/git config --file /home/runner/_work/pytorch/pytorch/.git/modules/third_party/onnx/config --name-only --get-regexp ^includeIf\.gitdir: 2025-12-04T09:52:39.2124026Z [command]/usr/bin/git config --file /home/runner/_work/pytorch/pytorch/.git/modules/third_party/onnx/modules/third_party/pybind11/config --name-only --get-regexp ^includeIf\.gitdir: 2025-12-04T09:52:39.2139979Z [command]/usr/bin/git config --file /home/runner/_work/pytorch/pytorch/.git/modules/third_party/opentelemetry-cpp/config --name-only --get-regexp ^includeIf\.gitdir: 2025-12-04T09:52:39.2161016Z [command]/usr/bin/git config --file /home/runner/_work/pytorch/pytorch/.git/modules/third_party/opentelemetry-cpp/modules/third_party/benchmark/config --name-only --get-regexp ^includeIf\.gitdir: 2025-12-04T09:52:39.2177578Z [command]/usr/bin/git config --file /home/runner/_work/pytorch/pytorch/.git/modules/third_party/opentelemetry-cpp/modules/third_party/googletest/config --name-only --get-regexp ^includeIf\.gitdir: 2025-12-04T09:52:39.2193108Z [command]/usr/bin/git config --file /home/runner/_work/pytorch/pytorch/.git/modules/third_party/opentelemetry-cpp/modules/third_party/ms-gsl/config --name-only --get-regexp ^includeIf\.gitdir: 2025-12-04T09:52:39.2210410Z [command]/usr/bin/git config --file /home/runner/_work/pytorch/pytorch/.git/modules/third_party/opentelemetry-cpp/modules/third_party/nlohmann-json/config --name-only --get-regexp ^includeIf\.gitdir: 2025-12-04T09:52:39.2226596Z [command]/usr/bin/git config --file /home/runner/_work/pytorch/pytorch/.git/modules/third_party/opentelemetry-cpp/modules/third_party/opentelemetry-proto/config --name-only --get-regexp ^includeIf\.gitdir: 2025-12-04T09:52:39.2242388Z [command]/usr/bin/git config --file /home/runner/_work/pytorch/pytorch/.git/modules/third_party/opentelemetry-cpp/modules/third_party/opentracing-cpp/config --name-only --get-regexp ^includeIf\.gitdir: 2025-12-04T09:52:39.2258723Z [command]/usr/bin/git config --file /home/runner/_work/pytorch/pytorch/.git/modules/third_party/opentelemetry-cpp/modules/third_party/prometheus-cpp/config --name-only --get-regexp ^includeIf\.gitdir: 2025-12-04T09:52:39.2273915Z [command]/usr/bin/git config --file /home/runner/_work/pytorch/pytorch/.git/modules/third_party/opentelemetry-cpp/modules/third_party/prometheus-cpp/modules/civetweb/config --name-only --get-regexp ^includeIf\.gitdir: 2025-12-04T09:52:39.2289653Z [command]/usr/bin/git config --file /home/runner/_work/pytorch/pytorch/.git/modules/third_party/opentelemetry-cpp/modules/third_party/prometheus-cpp/modules/googletest/config --name-only --get-regexp ^includeIf\.gitdir: 2025-12-04T09:52:39.2305892Z [command]/usr/bin/git config --file /home/runner/_work/pytorch/pytorch/.git/modules/third_party/opentelemetry-cpp/modules/tools/vcpkg/config --name-only --get-regexp ^includeIf\.gitdir: 2025-12-04T09:52:39.2321115Z [command]/usr/bin/git config --file /home/runner/_work/pytorch/pytorch/.git/modules/third_party/pocketfft/config --name-only --get-regexp ^includeIf\.gitdir: 2025-12-04T09:52:39.2339246Z [command]/usr/bin/git config --file /home/runner/_work/pytorch/pytorch/.git/modules/third_party/protobuf/config --name-only --get-regexp ^includeIf\.gitdir: 2025-12-04T09:52:39.2354747Z [command]/usr/bin/git config --file /home/runner/_work/pytorch/pytorch/.git/modules/third_party/protobuf/modules/third_party/benchmark/config --name-only --get-regexp ^includeIf\.gitdir: 2025-12-04T09:52:39.2368973Z [command]/usr/bin/git config --file /home/runner/_work/pytorch/pytorch/.git/modules/third_party/protobuf/modules/third_party/googletest/config --name-only --get-regexp ^includeIf\.gitdir: 2025-12-04T09:52:39.2385300Z [command]/usr/bin/git config --file /home/runner/_work/pytorch/pytorch/.git/modules/third_party/NNPACK_deps/psimd/config --name-only --get-regexp ^includeIf\.gitdir: 2025-12-04T09:52:39.2401153Z [command]/usr/bin/git config --file /home/runner/_work/pytorch/pytorch/.git/modules/third_party/NNPACK_deps/pthreadpool/config --name-only --get-regexp ^includeIf\.gitdir: 2025-12-04T09:52:39.2419118Z [command]/usr/bin/git config --file /home/runner/_work/pytorch/pytorch/.git/modules/third_party/pybind11/config --name-only --get-regexp ^includeIf\.gitdir: 2025-12-04T09:52:39.2437186Z [command]/usr/bin/git config --file /home/runner/_work/pytorch/pytorch/.git/modules/third_party/python-peachpy/config --name-only --get-regexp ^includeIf\.gitdir: 2025-12-04T09:52:39.2453600Z [command]/usr/bin/git config --file /home/runner/_work/pytorch/pytorch/.git/modules/third_party/sleef/config --name-only --get-regexp ^includeIf\.gitdir: 2025-12-04T09:52:39.2468633Z [command]/usr/bin/git config --file /home/runner/_work/pytorch/pytorch/.git/modules/third_party/tensorpipe/config --name-only --get-regexp ^includeIf\.gitdir: 2025-12-04T09:52:39.2486731Z [command]/usr/bin/git config --file /home/runner/_work/pytorch/pytorch/.git/modules/third_party/tensorpipe/modules/third_party/googletest/config --name-only --get-regexp ^includeIf\.gitdir: 2025-12-04T09:52:39.2506371Z [command]/usr/bin/git config --file /home/runner/_work/pytorch/pytorch/.git/modules/third_party/tensorpipe/modules/third_party/libnop/config --name-only --get-regexp ^includeIf\.gitdir: 2025-12-04T09:52:39.2521881Z [command]/usr/bin/git config --file /home/runner/_work/pytorch/pytorch/.git/modules/third_party/tensorpipe/modules/third_party/libuv/config --name-only --get-regexp ^includeIf\.gitdir: 2025-12-04T09:52:39.2535892Z [command]/usr/bin/git config --file /home/runner/_work/pytorch/pytorch/.git/modules/third_party/tensorpipe/modules/third_party/pybind11/config --name-only --get-regexp ^includeIf\.gitdir: 2025-12-04T09:52:39.2557699Z [command]/usr/bin/git config --file /home/runner/_work/pytorch/pytorch/.git/modules/third_party/tensorpipe/modules/third_party/pybind11/modules/tools/clang/config --name-only --get-regexp ^includeIf\.gitdir: 2025-12-04T09:52:39.2577114Z [command]/usr/bin/git config --local http.https://github.com/.extraheader AUTHORIZATION: basic *** 2025-12-04T09:52:39.2599637Z ##[endgroup] 2025-12-04T09:52:39.2599879Z ##[group]Fetching the repository 2025-12-04T09:52:39.2603308Z [command]/usr/bin/git -c protocol.version=2 fetch --prune --no-recurse-submodules origin +refs/heads/*:refs/remotes/origin/* +refs/tags/*:refs/tags/* 2025-12-04T09:52:40.0838075Z From https://github.com/pytorch/pytorch 2025-12-04T09:52:40.0838336Z - [deleted] (none) -> ciflow/trunk/169229 2025-12-04T09:52:40.0838513Z - [deleted] (none) -> ciflow/xpu/169229 2025-12-04T09:52:42.8059385Z * [new branch] 2.6.0.dev20241004+ -> origin/2.6.0.dev20241004+ 2025-12-04T09:52:42.8059629Z * [new branch] 2.9.1 -> origin/2.9.1 2025-12-04T09:52:42.8059846Z * [new branch] AaronWang04_addmmfusion_perftest -> origin/AaronWang04_addmmfusion_perftest 2025-12-04T09:52:42.8060127Z * [new branch] Flamefire-patch-1 -> origin/Flamefire-patch-1 2025-12-04T09:52:42.8060343Z * [new branch] HDCharles-2.6.0-release-notes -> origin/HDCharles-2.6.0-release-notes 2025-12-04T09:52:42.8060591Z * [new branch] HOPrintFunc -> origin/HOPrintFunc 2025-12-04T09:52:42.8060784Z * [new branch] IvanKobzarev/stack/1 -> origin/IvanKobzarev/stack/1 2025-12-04T09:52:42.8060982Z * [new branch] NicoshevSVE128 -> origin/NicoshevSVE128 2025-12-04T09:52:42.8061191Z * [new branch] PR-AOTInductorNoneBug -> origin/PR-AOTInductorNoneBug 2025-12-04T09:52:42.8061411Z * [new branch] PR-AOTInductorNoneBugFix -> origin/PR-AOTInductorNoneBugFix 2025-12-04T09:52:42.8061617Z * [new branch] PR-FixConfigsIssue -> origin/PR-FixConfigsIssue 2025-12-04T09:52:42.8061816Z * [new branch] PR-NoneBugFix-viable -> origin/PR-NoneBugFix-viable 2025-12-04T09:52:42.8062006Z * [new branch] PR-ResetToZero -> origin/PR-ResetToZero 2025-12-04T09:52:42.8062204Z * [new branch] Update-Flash-Packaging -> origin/Update-Flash-Packaging 2025-12-04T09:52:42.8062398Z * [new branch] VLA_exp -> origin/VLA_exp 2025-12-04T09:52:42.8062583Z * [new branch] activation_bench -> origin/activation_bench 2025-12-04T09:52:42.8062766Z * [new branch] addmm-heuristic -> origin/addmm-heuristic 2025-12-04T09:52:42.8062957Z * [new branch] adi/onednn_aarch64 -> origin/adi/onednn_aarch64 2025-12-04T09:52:42.8063140Z * [new branch] adi/test -> origin/adi/test 2025-12-04T09:52:42.8063313Z * [new branch] adi/test_bgemm -> origin/adi/test_bgemm 2025-12-04T09:52:42.8063495Z * [new branch] adi/test_m8g -> origin/adi/test_m8g 2025-12-04T09:52:42.8063671Z * [new branch] adi/test_onednn -> origin/adi/test_onednn 2025-12-04T09:52:42.8063869Z * [new branch] adi/test_onednn_v3.9 -> origin/adi/test_onednn_v3.9 2025-12-04T09:52:42.8064650Z * [new branch] adi/test_presve_change -> origin/adi/test_presve_change 2025-12-04T09:52:42.8064849Z * [new branch] adi/test_timm -> origin/adi/test_timm 2025-12-04T09:52:42.8065040Z * [new branch] adi/testpresve_change -> origin/adi/testpresve_change 2025-12-04T09:52:42.8065353Z * [new branch] aditew01/test/vec_bf16 -> origin/aditew01/test/vec_bf16 2025-12-04T09:52:42.8065560Z * [new branch] ah-globalfeedback-hook -> origin/ah-globalfeedback-hook 2025-12-04T09:52:42.8065791Z * [new branch] albanD-patch-1 -> origin/albanD-patch-1 2025-12-04T09:52:42.8065989Z * [new branch] also-surround-shimh -> origin/also-surround-shimh 2025-12-04T09:52:42.8066191Z * [new branch] angelayi/aot_compile -> origin/angelayi/aot_compile 2025-12-04T09:52:42.8066416Z * [new branch] angelayi/aoti_additional_files -> origin/angelayi/aoti_additional_files 2025-12-04T09:52:42.8066640Z * [new branch] angelayi/benchmark -> origin/angelayi/benchmark 2025-12-04T09:52:42.8066988Z * [new branch] angelayi/change_pytree_serialization -> origin/angelayi/change_pytree_serialization 2025-12-04T09:52:42.8067228Z * [new branch] angelayi/cpp_loader -> origin/angelayi/cpp_loader 2025-12-04T09:52:42.8067441Z * [new branch] angelayi/inductor_const -> origin/angelayi/inductor_const 2025-12-04T09:52:42.8067642Z * [new branch] angelayi/lstm -> origin/angelayi/lstm 2025-12-04T09:52:42.8067831Z * [new branch] angelayi/no_so_weight -> origin/angelayi/no_so_weight 2025-12-04T09:52:42.8068032Z * [new branch] angelayi/scan_layers -> origin/angelayi/scan_layers 2025-12-04T09:52:42.8068223Z * [new branch] angelayi/side_eff -> origin/angelayi/side_eff 2025-12-04T09:52:42.8068420Z * [new branch] angelayi/state_dict -> origin/angelayi/state_dict 2025-12-04T09:52:42.8068624Z * [new branch] angelayi/symint_input -> origin/angelayi/symint_input 2025-12-04T09:52:42.8068816Z * [new branch] angelayi/symm_mem -> origin/angelayi/symm_mem 2025-12-04T09:52:42.8069010Z * [new branch] angelayi/test_cpp -> origin/angelayi/test_cpp 2025-12-04T09:52:42.8069203Z * [new branch] angelayi/torch_size -> origin/angelayi/torch_size 2025-12-04T09:52:42.8069388Z * [new branch] annotate_assert -> origin/annotate_assert 2025-12-04T09:52:42.8069588Z * [new branch] annotate_fallback_kernel -> origin/annotate_fallback_kernel 2025-12-04T09:52:42.8069795Z * [new branch] annotation_deepcopy -> origin/annotation_deepcopy 2025-12-04T09:52:42.8069991Z * [new branch] annotation_dynamo -> origin/annotation_dynamo 2025-12-04T09:52:42.8070228Z * [new branch] aot_eager_stack_trace -> origin/aot_eager_stack_trace 2025-12-04T09:52:42.8070420Z * [new branch] aoti-cuda-alloc -> origin/aoti-cuda-alloc 2025-12-04T09:52:42.8070614Z * [new branch] aoti_const_device -> origin/aoti_const_device 2025-12-04T09:52:42.8070811Z * [new branch] aoti_fqn_name_interface -> origin/aoti_fqn_name_interface 2025-12-04T09:52:42.8071021Z * [new branch] aoti_package_weights_binary -> origin/aoti_package_weights_binary 2025-12-04T09:52:42.8071233Z * [new branch] aoti_target_windows -> origin/aoti_target_windows 2025-12-04T09:52:42.8071456Z * [new branch] arsh/feat/inductor_check_profiling -> origin/arsh/feat/inductor_check_profiling 2025-12-04T09:52:42.8071668Z * [new branch] async_tp -> origin/async_tp 2025-12-04T09:52:42.8071924Z * [new branch] atalman-inductor-perf-cu124 -> origin/atalman-inductor-perf-cu124 2025-12-04T09:52:42.8072168Z * [new branch] atalman-inductor-perf-cu124.1 -> origin/atalman-inductor-perf-cu124.1 2025-12-04T09:52:42.8072390Z * [new branch] atalman-patch-2 -> origin/atalman-patch-2 2025-12-04T09:52:42.8072680Z * [new branch] atalman-patch-3 -> origin/atalman-patch-3 2025-12-04T09:52:42.8072866Z * [new branch] atalman-patch-4 -> origin/atalman-patch-4 2025-12-04T09:52:42.8073060Z * [new branch] atalman-patch-5 -> origin/atalman-patch-5 2025-12-04T09:52:42.8073246Z * [new branch] atalman-patch-6 -> origin/atalman-patch-6 2025-12-04T09:52:42.8073430Z * [new branch] atalman-patch-7 -> origin/atalman-patch-7 2025-12-04T09:52:42.8073618Z * [new branch] atalman-patch-8 -> origin/atalman-patch-8 2025-12-04T09:52:42.8073816Z * [new branch] atalman_inductor_2.3.1 -> origin/atalman_inductor_2.3.1 2025-12-04T09:52:42.8074015Z * [new branch] atalman_inductor_2.4.0 -> origin/atalman_inductor_2.4.0 2025-12-04T09:52:42.8074221Z * [new branch] atalman_inductor_2.4.x -> origin/atalman_inductor_2.4.x 2025-12-04T09:52:42.8074442Z * [new branch] attention_benchmarking_clean -> origin/attention_benchmarking_clean 2025-12-04T09:52:42.8074664Z * [new branch] bahuang/dt_fix_scalar_add -> origin/bahuang/dt_fix_scalar_add 2025-12-04T09:52:42.8074871Z * [new branch] bahuang/fix_debug_mode -> origin/bahuang/fix_debug_mode 2025-12-04T09:52:42.8075071Z * [new branch] bahuang/fix_expand -> origin/bahuang/fix_expand 2025-12-04T09:52:42.8075254Z * [new branch] bahuang/test -> origin/bahuang/test 2025-12-04T09:52:42.8075434Z * [new branch] base/1.5 -> origin/base/1.5 2025-12-04T09:52:42.8075643Z * [new branch] batching_sdpa_efficient_attention -> origin/batching_sdpa_efficient_attention 2025-12-04T09:52:42.8075859Z * [new branch] bench_scaled_mm_ops -> origin/bench_scaled_mm_ops 2025-12-04T09:52:42.8076060Z * [new branch] benchmark-updates -> origin/benchmark-updates 2025-12-04T09:52:42.8076269Z * [new branch] benchmarking-script -> origin/benchmarking-script 2025-12-04T09:52:42.8076474Z * [new branch] bertmaher/pinbump26 -> origin/bertmaher/pinbump26 2025-12-04T09:52:42.8076672Z * [new branch] bertrand/cutlass -> origin/bertrand/cutlass 2025-12-04T09:52:42.8076915Z * [new branch] bf/bug-static-input -> origin/bf/bug-static-input 2025-12-04T09:52:42.8077106Z * [new branch] bf/cg-backend -> origin/bf/cg-backend 2025-12-04T09:52:42.8077290Z * [new branch] bf/cg-nccl-test -> origin/bf/cg-nccl-test 2025-12-04T09:52:42.8077476Z * [new branch] bf/cg-remove-check -> origin/bf/cg-remove-check 2025-12-04T09:52:42.8077680Z * [new branch] bf/clean-torchbench-hf -> origin/bf/clean-torchbench-hf 2025-12-04T09:52:42.8077888Z * [new branch] bf/combo-debug-log -> origin/bf/combo-debug-log 2025-12-04T09:52:42.8078072Z * [new branch] bf/cudagraph -> origin/bf/cudagraph 2025-12-04T09:52:42.8078313Z * [new branch] bf/cudagraph-disable-input-mutation -> origin/bf/cudagraph-disable-input-mutation 2025-12-04T09:52:42.8078669Z * [new branch] bf/cudagraph-enable-input-mutation-support-benchmark -> origin/bf/cudagraph-enable-input-mutation-support-benchmark 2025-12-04T09:52:42.8078981Z * [new branch] bf/cudagraph-partition -> origin/bf/cudagraph-partition 2025-12-04T09:52:42.8079349Z * [new branch] bf/donated-buffer-bench -> origin/bf/donated-buffer-bench 2025-12-04T09:52:42.8079564Z * [new branch] bf/dynamo-partition -> origin/bf/dynamo-partition 2025-12-04T09:52:42.8079748Z * [new branch] bf/lite -> origin/bf/lite 2025-12-04T09:52:42.8079966Z * [new branch] bf/pa-non-divisible -> origin/bf/pa-non-divisible 2025-12-04T09:52:42.8080200Z * [new branch] bf/partition-cache-free-symbols -> origin/bf/partition-cache-free-symbols 2025-12-04T09:52:42.8080439Z * [new branch] bf/partition-memory-plan -> origin/bf/partition-memory-plan 2025-12-04T09:52:42.8080658Z * [new branch] bf/partition-move-cpu -> origin/bf/partition-move-cpu 2025-12-04T09:52:42.8080885Z * [new branch] bf/partition-view-fallback -> origin/bf/partition-view-fallback 2025-12-04T09:52:42.8081108Z * [new branch] bf/remove-check-55b0c39d -> origin/bf/remove-check-55b0c39d 2025-12-04T09:52:42.8081315Z * [new branch] bf/timm-nov-26-2025 -> origin/bf/timm-nov-26-2025 2025-12-04T09:52:42.8081528Z * [new branch] bf/transformer-pin-4-57-3 -> origin/bf/transformer-pin-4-57-3 2025-12-04T09:52:42.8081753Z * [new branch] bisect_perf_hf_T5_3acc6eac492 -> origin/bisect_perf_hf_T5_3acc6eac492 2025-12-04T09:52:42.8081984Z * [new branch] bisect_perf_hf_T5_3fcf66f61fb -> origin/bisect_perf_hf_T5_3fcf66f61fb 2025-12-04T09:52:42.8082200Z * [new branch] bisect_perf_hf_T5_4009d154129 -> origin/bisect_perf_hf_T5_4009d154129 2025-12-04T09:52:42.8082417Z * [new branch] bisect_perf_hf_T5_40d0740e73d -> origin/bisect_perf_hf_T5_40d0740e73d 2025-12-04T09:52:42.8082628Z * [new branch] bisect_perf_hf_T5_5268754e -> origin/bisect_perf_hf_T5_5268754e 2025-12-04T09:52:42.8082844Z * [new branch] bisect_perf_hf_T5_7d89a8d385c -> origin/bisect_perf_hf_T5_7d89a8d385c 2025-12-04T09:52:42.8083058Z * [new branch] bisect_perf_hf_T5_b7a25c1ee7c -> origin/bisect_perf_hf_T5_b7a25c1ee7c 2025-12-04T09:52:42.8083277Z * [new branch] bisect_perf_hf_T5_c25b201583f -> origin/bisect_perf_hf_T5_c25b201583f 2025-12-04T09:52:42.8083490Z * [new branch] bisect_perf_hf_T5_c93e57efac0 -> origin/bisect_perf_hf_T5_c93e57efac0 2025-12-04T09:52:42.8083702Z * [new branch] bisect_perf_hf_T5_ca9813ea149 -> origin/bisect_perf_hf_T5_ca9813ea149 2025-12-04T09:52:42.8083916Z * [new branch] bisect_perf_hf_T5_d65f194a -> origin/bisect_perf_hf_T5_d65f194a 2025-12-04T09:52:42.8084125Z * [new branch] bisect_perf_hf_T5_da94ab0b -> origin/bisect_perf_hf_T5_da94ab0b 2025-12-04T09:52:42.8084339Z * [new branch] bisect_perf_hf_T5_da94ab0b_new -> origin/bisect_perf_hf_T5_da94ab0b_new 2025-12-04T09:52:42.8084559Z * [new branch] bisect_perf_hf_T5_db4e8a1d8a8 -> origin/bisect_perf_hf_T5_db4e8a1d8a8 2025-12-04T09:52:42.8084774Z * [new branch] bisect_perf_hf_T5_e0d97e936a2 -> origin/bisect_perf_hf_T5_e0d97e936a2 2025-12-04T09:52:42.8084983Z * [new branch] bisect_perf_hf_T5_f23621ec563 -> origin/bisect_perf_hf_T5_f23621ec563 2025-12-04T09:52:42.8085196Z * [new branch] brister/fx_device_type -> origin/brister/fx_device_type 2025-12-04T09:52:42.8085421Z * [new branch] brister/test_inductor_all_fx -> origin/brister/test_inductor_all_fx 2025-12-04T09:52:42.8085666Z * [new branch] brister/tiled_reduction_no_numel_check -> origin/brister/tiled_reduction_no_numel_check 2025-12-04T09:52:42.8085889Z * [new branch] bwd-backup -> origin/bwd-backup 2025-12-04T09:52:42.8086059Z * [new branch] c57382a49 -> origin/c57382a49 2025-12-04T09:52:42.8086226Z * [new branch] ca_0431d47eaa -> origin/ca_0431d47eaa 2025-12-04T09:52:42.8086442Z * [new branch] ca_fix_0431d47eaa -> origin/ca_fix_0431d47eaa 2025-12-04T09:52:42.8086650Z * [new branch] camyllh/test_setup_hooks_push -> origin/camyllh/test_setup_hooks_push 2025-12-04T09:52:42.8086917Z * [new branch] cccclai-patch-1 -> origin/cccclai-patch-1 2025-12-04T09:52:42.8087196Z * [new branch] cherry-pick-159969-by-pytorch_bot_bot_ -> origin/cherry-pick-159969-by-pytorch_bot_bot_ 2025-12-04T09:52:42.8087470Z * [new branch] cherry-pick-160586-by-pytorch_bot_bot_ -> origin/cherry-pick-160586-by-pytorch_bot_bot_ 2025-12-04T09:52:42.8087739Z * [new branch] cherry-pick-162208-by-pytorch_bot_bot_ -> origin/cherry-pick-162208-by-pytorch_bot_bot_ 2025-12-04T09:52:42.8088012Z * [new branch] cherry-pick-163169-by-pytorch_bot_bot_ -> origin/cherry-pick-163169-by-pytorch_bot_bot_ 2025-12-04T09:52:42.8088291Z * [new branch] cherry-pick-165086-by-pytorch_bot_bot_ -> origin/cherry-pick-165086-by-pytorch_bot_bot_ 2025-12-04T09:52:42.8088559Z * [new branch] cherry-pick-165514-by-pytorch_bot_bot_ -> origin/cherry-pick-165514-by-pytorch_bot_bot_ 2025-12-04T09:52:42.8088827Z * [new branch] cherry-pick-165601-by-pytorch_bot_bot_ -> origin/cherry-pick-165601-by-pytorch_bot_bot_ 2025-12-04T09:52:42.8089101Z * [new branch] cherry-pick-165667-by-pytorch_bot_bot_ -> origin/cherry-pick-165667-by-pytorch_bot_bot_ 2025-12-04T09:52:42.8089367Z * [new branch] cherry-pick-165815-by-pytorch_bot_bot_ -> origin/cherry-pick-165815-by-pytorch_bot_bot_ 2025-12-04T09:52:42.8089635Z * [new branch] cherry-pick-165922-by-pytorch_bot_bot_ -> origin/cherry-pick-165922-by-pytorch_bot_bot_ 2025-12-04T09:52:42.8089907Z * [new branch] cherry-pick-166148-by-pytorch_bot_bot_ -> origin/cherry-pick-166148-by-pytorch_bot_bot_ 2025-12-04T09:52:42.8090176Z * [new branch] cherry-pick-166181-by-pytorch_bot_bot_ -> origin/cherry-pick-166181-by-pytorch_bot_bot_ 2025-12-04T09:52:42.8090445Z * [new branch] cherry-pick-166404-by-pytorch_bot_bot_ -> origin/cherry-pick-166404-by-pytorch_bot_bot_ 2025-12-04T09:52:42.8090713Z * [new branch] cherry-pick-166427-by-pytorch_bot_bot_ -> origin/cherry-pick-166427-by-pytorch_bot_bot_ 2025-12-04T09:52:42.8090980Z * [new branch] cherry-pick-166480-by-pytorch_bot_bot_ -> origin/cherry-pick-166480-by-pytorch_bot_bot_ 2025-12-04T09:52:42.8091256Z * [new branch] cherry-pick-166570-by-pytorch_bot_bot_ -> origin/cherry-pick-166570-by-pytorch_bot_bot_ 2025-12-04T09:52:42.8091528Z * [new branch] cherry-pick-166993-by-pytorch_bot_bot_ -> origin/cherry-pick-166993-by-pytorch_bot_bot_ 2025-12-04T09:52:42.8091792Z * [new branch] cherry-pick-167111-by-pytorch_bot_bot_ -> origin/cherry-pick-167111-by-pytorch_bot_bot_ 2025-12-04T09:52:42.8092062Z * [new branch] cherry-pick-167478-by-pytorch_bot_bot_ -> origin/cherry-pick-167478-by-pytorch_bot_bot_ 2025-12-04T09:52:42.8092304Z * [new branch] cherry_pick_166036_166040 -> origin/cherry_pick_166036_166040 2025-12-04T09:52:42.8092497Z * [new branch] cherry_pick_166457 -> origin/cherry_pick_166457 2025-12-04T09:52:42.8092684Z * [new branch] cherrypick_166338 -> origin/cherrypick_166338 2025-12-04T09:52:42.8092867Z * [new branch] cherrypick_166458 -> origin/cherrypick_166458 2025-12-04T09:52:42.8093047Z * [new branch] cherrypick_166586 -> origin/cherrypick_166586 2025-12-04T09:52:42.8093228Z * [new branch] cherrypick_166956 -> origin/cherrypick_166956 2025-12-04T09:52:42.8093403Z * [new branch] ci_attn -> origin/ci_attn 2025-12-04T09:52:42.8093573Z * [new branch] codex-testing -> origin/codex-testing 2025-12-04T09:52:42.8093871Z * [new branch] codex/add-check_memory_overlap-helper-functions -> origin/codex/add-check_memory_overlap-helper-functions 2025-12-04T09:52:42.8094167Z * [new branch] codex/fix-issue-121219-in-pytorch -> origin/codex/fix-issue-121219-in-pytorch 2025-12-04T09:52:42.8094506Z * [new branch] codex/investigate-segfaults-in-get_tensor_storage_id -> origin/codex/investigate-segfaults-in-get_tensor_storage_id 2025-12-04T09:52:42.8094876Z * [new branch] codex/refactor-lintrunner-config-to-use-uv-run -> origin/codex/refactor-lintrunner-config-to-use-uv-run 2025-12-04T09:52:42.8095148Z * [new branch] compatiblpy39util -> origin/compatiblpy39util 2025-12-04T09:52:42.8095331Z * [new branch] cond_hop_device -> origin/cond_hop_device 2025-12-04T09:52:42.8095510Z * [new branch] context_test -> origin/context_test 2025-12-04T09:52:42.8095750Z * [new branch] copilot/code-style-cleanup-python-pip -> origin/copilot/code-style-cleanup-python-pip 2025-12-04T09:52:42.8095992Z * [new branch] cpio/fix_new_ami_tests -> origin/cpio/fix_new_ami_tests 2025-12-04T09:52:42.8096211Z * [new branch] cpp-docs-dependency-upgrade -> origin/cpp-docs-dependency-upgrade 2025-12-04T09:52:42.8096462Z * [new branch] crpa/typo-in-inductor_comm_lowering -> origin/crpa/typo-in-inductor_comm_lowering 2025-12-04T09:52:42.8096807Z * [new branch] csl/always_produce_xml -> origin/csl/always_produce_xml 2025-12-04T09:52:42.8097018Z * [new branch] csl/build_test_more_procs -> origin/csl/build_test_more_procs 2025-12-04T09:52:42.8097226Z * [new branch] csl/build_test_more_procs2 -> origin/csl/build_test_more_procs2 2025-12-04T09:52:42.8097415Z * [new branch] csl/clean_up -> origin/csl/clean_up 2025-12-04T09:52:42.8097613Z * [new branch] csl/fix_retry_segfault_exit -> origin/csl/fix_retry_segfault_exit 2025-12-04T09:52:42.8097805Z * [new branch] csl/katex -> origin/csl/katex 2025-12-04T09:52:42.8097978Z * [new branch] csl/larger_runner -> origin/csl/larger_runner 2025-12-04T09:52:42.8098170Z * [new branch] csl/lint_testing -> origin/csl/lint_testing 2025-12-04T09:52:42.8098351Z * [new branch] csl/lint_thing -> origin/csl/lint_thing 2025-12-04T09:52:42.8098536Z * [new branch] csl/lintrunner_stuff -> origin/csl/lintrunner_stuff 2025-12-04T09:52:42.8098734Z * [new branch] csl/manually_gen_json -> origin/csl/manually_gen_json 2025-12-04T09:52:42.8098920Z * [new branch] csl/mps_sharding -> origin/csl/mps_sharding 2025-12-04T09:52:42.8099112Z * [new branch] csl/multistage_docker -> origin/csl/multistage_docker 2025-12-04T09:52:42.8099307Z * [new branch] csl/print_timing -> origin/csl/print_timing 2025-12-04T09:52:42.8099495Z * [new branch] csl/remove_experiment -> origin/csl/remove_experiment 2025-12-04T09:52:42.8099701Z * [new branch] csl/remove_maybe_unused_var -> origin/csl/remove_maybe_unused_var 2025-12-04T09:52:42.8099933Z * [new branch] csl/remove_repo_specific_autolabel -> origin/csl/remove_repo_specific_autolabel 2025-12-04T09:52:42.8100157Z * [new branch] csl/remove_run_parallel -> origin/csl/remove_run_parallel 2025-12-04T09:52:42.8100367Z * [new branch] csl/remove_unused_vars -> origin/csl/remove_unused_vars 2025-12-04T09:52:42.8100557Z * [new branch] csl/revert_open -> origin/csl/revert_open 2025-12-04T09:52:42.8100735Z * [new branch] csl/skip_build -> origin/csl/skip_build 2025-12-04T09:52:42.8100970Z * [new branch] csl/smaller_avx_amx_runenrs -> origin/csl/smaller_avx_amx_runenrs 2025-12-04T09:52:42.8101166Z * [new branch] csl/td_job_level -> origin/csl/td_job_level 2025-12-04T09:52:42.8101374Z * [new branch] csl/test_cuda_build_large_runner -> origin/csl/test_cuda_build_large_runner 2025-12-04T09:52:42.8101654Z * [new branch] csl/test_owners_autograd_dispatch_nn -> origin/csl/test_owners_autograd_dispatch_nn 2025-12-04T09:52:42.8101908Z * [new branch] csl/test_owners_higher_confidence -> origin/csl/test_owners_higher_confidence 2025-12-04T09:52:42.8102133Z * [new branch] csl/upload_json_running -> origin/csl/upload_json_running 2025-12-04T09:52:42.8102326Z * [new branch] csl/win_sccache -> origin/csl/win_sccache 2025-12-04T09:52:42.8102514Z * [new branch] csl/xml_stuff -> origin/csl/xml_stuff 2025-12-04T09:52:42.8102692Z * [new branch] cublasrelax2 -> origin/cublasrelax2 2025-12-04T09:52:42.8102865Z * [new branch] cuda_mempool -> origin/cuda_mempool 2025-12-04T09:52:42.8103048Z * [new branch] custom_lowering_dict -> origin/custom_lowering_dict 2025-12-04T09:52:42.8103249Z * [new branch] d4l3k/debug_plane_frtrace -> origin/d4l3k/debug_plane_frtrace 2025-12-04T09:52:42.8103443Z * [new branch] daxia6/2.8o3 -> origin/daxia6/2.8o3 2025-12-04T09:52:42.8103622Z * [new branch] debug-guard -> origin/debug-guard 2025-12-04T09:52:42.8103804Z * [new branch] delete-quant-docs -> origin/delete-quant-docs 2025-12-04T09:52:42.8104141Z * [new branch] dependabot/pip/dot-ci/docker/ci_commit_pins/main/transformers-4.57.0 -> origin/dependabot/pip/dot-ci/docker/ci_commit_pins/main/transformers-4.57.0 2025-12-04T09:52:42.8104592Z * [new branch] dependabot/pip/dot-ci/docker/ci_commit_pins/main/transformers-4.57.1 -> origin/dependabot/pip/dot-ci/docker/ci_commit_pins/main/transformers-4.57.1 2025-12-04T09:52:42.8104926Z * [new branch] desertfire/test_cpp_wrapper -> origin/desertfire/test_cpp_wrapper 2025-12-04T09:52:42.8105166Z * [new branch] desertfire/triton-cpu-for-aarch64 -> origin/desertfire/triton-cpu-for-aarch64 2025-12-04T09:52:42.8105401Z * [new branch] dev/dhruva/flex_attn_opt -> origin/dev/dhruva/flex_attn_opt 2025-12-04T09:52:42.8105609Z * [new branch] dev/joona/MPSNDArrayAdd -> origin/dev/joona/MPSNDArrayAdd 2025-12-04T09:52:42.8105816Z * [new branch] dev/joona/Unranked -> origin/dev/joona/Unranked 2025-12-04T09:52:42.8106001Z * [new branch] dev/joona/cat -> origin/dev/joona/cat 2025-12-04T09:52:42.8106190Z * [new branch] dev/joona/embeddingbag -> origin/dev/joona/embeddingbag 2025-12-04T09:52:42.8106400Z * [new branch] dev/joona/fix_sdpa_memtest -> origin/dev/joona/fix_sdpa_memtest 2025-12-04T09:52:42.8106618Z * [new branch] dev/joona/getTensorsString -> origin/dev/joona/getTensorsString 2025-12-04T09:52:42.8106919Z * [new branch] dev/joona/mps_linear_macos14 -> origin/dev/joona/mps_linear_macos14 2025-12-04T09:52:42.8107134Z * [new branch] dev/joona/scalar_clamp -> origin/dev/joona/scalar_clamp 2025-12-04T09:52:42.8107334Z * [new branch] dev/joona/sdpa -> origin/dev/joona/sdpa 2025-12-04T09:52:42.8107532Z * [new branch] dev/joona/sdpa_api -> origin/dev/joona/sdpa_api 2025-12-04T09:52:42.8107722Z * [new branch] dev/joona/type_inf -> origin/dev/joona/type_inf 2025-12-04T09:52:42.8107928Z * [new branch] dev/joona/ulpAssertClose -> origin/dev/joona/ulpAssertClose 2025-12-04T09:52:42.8108128Z * [new branch] dev/joona/upsize3d -> origin/dev/joona/upsize3d 2025-12-04T09:52:42.8108376Z * [new branch] disp_counter -> origin/disp_counter 2025-12-04T09:52:42.8108568Z * [new branch] divyanshk-patch-1 -> origin/divyanshk-patch-1 2025-12-04T09:52:42.8108746Z * [new branch] docs -> origin/docs 2025-12-04T09:52:42.8108943Z * [new branch] documentation -> origin/documentation 2025-12-04T09:52:42.8109245Z * [new branch] eager_model_benchmarks -> origin/eager_model_benchmarks 2025-12-04T09:52:42.8109461Z * [new branch] embg/test_inductor_ci_control -> origin/embg/test_inductor_ci_control 2025-12-04T09:52:42.8109688Z * [new branch] embg/triton_l2_prefetch_128B -> origin/embg/triton_l2_prefetch_128B 2025-12-04T09:52:42.8109904Z * [new branch] embg/triton_l2_prefetch_256B -> origin/embg/triton_l2_prefetch_256B 2025-12-04T09:52:42.8110099Z * [new branch] eqy-patch-1 -> origin/eqy-patch-1 2025-12-04T09:52:42.8110278Z * [new branch] eqy-patch-2 -> origin/eqy-patch-2 2025-12-04T09:52:42.8110446Z * [new branch] eqy-patch-3 -> origin/eqy-patch-3 2025-12-04T09:52:42.8110613Z * [new branch] eqy-patch-4 -> origin/eqy-patch-4 2025-12-04T09:52:42.8110787Z * [new branch] eqy-patch-5 -> origin/eqy-patch-5 2025-12-04T09:52:42.8110952Z * [new branch] eqy-patch-6 -> origin/eqy-patch-6 2025-12-04T09:52:42.8111136Z * [new branch] exclamaforte/amd-ma -> origin/exclamaforte/amd-ma 2025-12-04T09:52:42.8111372Z * [new branch] exclamaforte/combo-kernels-perf-run -> origin/exclamaforte/combo-kernels-perf-run 2025-12-04T09:52:42.8111621Z * [new branch] exclamaforte/do_bench_refactor -> origin/exclamaforte/do_bench_refactor 2025-12-04T09:52:42.8111871Z * [new branch] exclamaforte/enable-mem-dep-fusion -> origin/exclamaforte/enable-mem-dep-fusion 2025-12-04T09:52:42.8112157Z * [new branch] exclamaforte/fix-exhaustive-autotuning -> origin/exclamaforte/fix-exhaustive-autotuning 2025-12-04T09:52:42.8112440Z * [new branch] exclamaforte/fix-trace-parsing-fx-svg -> origin/exclamaforte/fix-trace-parsing-fx-svg 2025-12-04T09:52:42.8112742Z * [new branch] exclamaforte/force-pointwise-cat-perf-run -> origin/exclamaforte/force-pointwise-cat-perf-run 2025-12-04T09:52:42.8113007Z * [new branch] exclamaforte/fusion-data -> origin/exclamaforte/fusion-data 2025-12-04T09:52:42.8113235Z * [new branch] exclamaforte/gemm-benchmark-run -> origin/exclamaforte/gemm-benchmark-run 2025-12-04T09:52:42.8113483Z * [new branch] exclamaforte/gemm-export-model -> origin/exclamaforte/gemm-export-model 2025-12-04T09:52:42.8113711Z * [new branch] exclamaforte/gemm-model -> origin/exclamaforte/gemm-model 2025-12-04T09:52:42.8113975Z * [new branch] exclamaforte/gemm-model-all-data-collection -> origin/exclamaforte/gemm-model-all-data-collection 2025-12-04T09:52:42.8114248Z * [new branch] exclamaforte/gemm-to-amd -> origin/exclamaforte/gemm-to-amd 2025-12-04T09:52:42.8114469Z * [new branch] exclamaforte/just-gemm-model -> origin/exclamaforte/just-gemm-model 2025-12-04T09:52:42.8114731Z * [new branch] exclamaforte/just-gemm-model-no-refactor -> origin/exclamaforte/just-gemm-model-no-refactor 2025-12-04T09:52:42.8114999Z * [new branch] exclamaforte/profile-diff-algo -> origin/exclamaforte/profile-diff-algo 2025-12-04T09:52:42.8115263Z * [new branch] exclamaforte/profiler-visualization -> origin/exclamaforte/profiler-visualization 2025-12-04T09:52:42.8115521Z * [new branch] exclamaforte/test_cpp_wrapper_mode -> origin/exclamaforte/test_cpp_wrapper_mode 2025-12-04T09:52:42.8115812Z * [new branch] exclamaforte/update-autotune-configs -> origin/exclamaforte/update-autotune-configs 2025-12-04T09:52:42.8116098Z * [new branch] exclamaforte/update-autotune-configs-2 -> origin/exclamaforte/update-autotune-configs-2 2025-12-04T09:52:42.8116326Z * [new branch] exec -> origin/exec 2025-12-04T09:52:42.8116536Z * [new branch] experimental-mosaic -> origin/experimental-mosaic 2025-12-04T09:52:42.8116773Z * [new branch] export-D61047529 -> origin/export-D61047529 2025-12-04T09:52:42.8116960Z * [new branch] export-D71412006 -> origin/export-D71412006 2025-12-04T09:52:42.8117206Z * [new branch] export-D73042989 -> origin/export-D73042989 2025-12-04T09:52:42.8117398Z * [new branch] export-D78957093 -> origin/export-D78957093 2025-12-04T09:52:42.8117579Z * [new branch] export-D78996107 -> origin/export-D78996107 2025-12-04T09:52:42.8117758Z * [new branch] export-D80823877 -> origin/export-D80823877 2025-12-04T09:52:42.8117938Z * [new branch] export-D80958642 -> origin/export-D80958642 2025-12-04T09:52:42.8118115Z * [new branch] export-D81054193 -> origin/export-D81054193 2025-12-04T09:52:42.8118298Z * [new branch] export-D81204584 -> origin/export-D81204584 2025-12-04T09:52:42.8118480Z * [new branch] export-D81429090 -> origin/export-D81429090 2025-12-04T09:52:42.8118661Z * [new branch] export-D82250826 -> origin/export-D82250826 2025-12-04T09:52:42.8118839Z * [new branch] export-D82253817 -> origin/export-D82253817 2025-12-04T09:52:42.8119017Z * [new branch] export-D83541846 -> origin/export-D83541846 2025-12-04T09:52:42.8119199Z * [new branch] export-D83627170 -> origin/export-D83627170 2025-12-04T09:52:42.8119379Z * [new branch] export-D83766701 -> origin/export-D83766701 2025-12-04T09:52:42.8119559Z * [new branch] export-D83768878 -> origin/export-D83768878 2025-12-04T09:52:42.8119740Z * [new branch] export-D83769447 -> origin/export-D83769447 2025-12-04T09:52:42.8119919Z * [new branch] export-D84089824 -> origin/export-D84089824 2025-12-04T09:52:42.8120096Z * [new branch] export-D84213020 -> origin/export-D84213020 2025-12-04T09:52:42.8120275Z * [new branch] export-D84373821 -> origin/export-D84373821 2025-12-04T09:52:42.8120454Z * [new branch] export-D84612194 -> origin/export-D84612194 2025-12-04T09:52:42.8120631Z * [new branch] export-D84890985 -> origin/export-D84890985 2025-12-04T09:52:42.8120812Z * [new branch] export-D85122326 -> origin/export-D85122326 2025-12-04T09:52:42.8120998Z * [new branch] export-D86256198 -> origin/export-D86256198 2025-12-04T09:52:42.8121174Z * [new branch] export-D86460608 -> origin/export-D86460608 2025-12-04T09:52:42.8121352Z * [new branch] export-D86474796 -> origin/export-D86474796 2025-12-04T09:52:42.8121536Z * [new branch] export-D86712396 -> origin/export-D86712396 2025-12-04T09:52:42.8121714Z * [new branch] export-D87022129 -> origin/export-D87022129 2025-12-04T09:52:42.8121891Z * [new branch] export-D87838959 -> origin/export-D87838959 2025-12-04T09:52:42.8122074Z * [new branch] export-D88319437 -> origin/export-D88319437 2025-12-04T09:52:42.8122295Z * [new branch] exported-model-train-idempotent -> origin/exported-model-train-idempotent 2025-12-04T09:52:42.8122566Z * [new branch] ezyang-titan-october -> origin/ezyang-titan-october 2025-12-04T09:52:42.8122773Z * [new branch] ezyang-titan-october2 -> origin/ezyang-titan-october2 2025-12-04T09:52:42.8122961Z * [new branch] ezyang-war -> origin/ezyang-war 2025-12-04T09:52:42.8123189Z * [new branch] ezyang/wip-aot-descriptors -> origin/ezyang/wip-aot-descriptors 2025-12-04T09:52:42.8123390Z * [new branch] fa_u8_brgemm -> origin/fa_u8_brgemm 2025-12-04T09:52:42.8123580Z * [new branch] fadeputr/sequence_fbgemm -> origin/fadeputr/sequence_fbgemm 2025-12-04T09:52:42.8123779Z * [new branch] fastmath_baseline -> origin/fastmath_baseline 2025-12-04T09:52:42.8123961Z * [new branch] fbcode/warm -> origin/fbcode/warm 2025-12-04T09:52:42.8124123Z * [new branch] fca -> origin/fca 2025-12-04T09:52:42.8124290Z * [new branch] fca2_ca5984c -> origin/fca2_ca5984c 2025-12-04T09:52:42.8124462Z * [new branch] fca5 -> origin/fca5 2025-12-04T09:52:42.8124644Z * [new branch] feature/justknobs-cpp -> origin/feature/justknobs-cpp 2025-12-04T09:52:42.8124855Z * [new branch] feature/numa-forkserver -> origin/feature/numa-forkserver 2025-12-04T09:52:42.8125051Z * [new branch] ffast_math_baseline -> origin/ffast_math_baseline 2025-12-04T09:52:42.8125236Z * [new branch] ffast_math_target -> origin/ffast_math_target 2025-12-04T09:52:42.8125433Z * [new branch] findhao/base_commit -> origin/findhao/base_commit 2025-12-04T09:52:42.8125632Z * [new branch] findhao/base_commit1 -> origin/findhao/base_commit1 2025-12-04T09:52:42.8125831Z * [new branch] findhao/multistream2 -> origin/findhao/multistream2 2025-12-04T09:52:42.8126026Z * [new branch] findhao/multistream5 -> origin/findhao/multistream5 2025-12-04T09:52:42.8126217Z * [new branch] findhao/multistream6 -> origin/findhao/multistream6 2025-12-04T09:52:42.8126421Z * [new branch] findhao/operatorbench3 -> origin/findhao/operatorbench3 2025-12-04T09:52:42.8126630Z * [new branch] findhao/operatorbench5 -> origin/findhao/operatorbench5 2025-12-04T09:52:42.8126894Z * [new branch] findhao/tritonparse -> origin/findhao/tritonparse 2025-12-04T09:52:42.8127111Z * [new branch] fix-ck-gemm-template-format -> origin/fix-ck-gemm-template-format 2025-12-04T09:52:42.8127321Z * [new branch] fix-config-ignore -> origin/fix-config-ignore 2025-12-04T09:52:42.8127504Z * [new branch] fix-dict-guard -> origin/fix-dict-guard 2025-12-04T09:52:42.8127688Z * [new branch] fix_addmm_issue -> origin/fix_addmm_issue 2025-12-04T09:52:42.8127889Z * [new branch] fix_amd_missing_cluster_dims -> origin/fix_amd_missing_cluster_dims 2025-12-04T09:52:42.8128090Z * [new branch] fix_bench_bwd_pass -> origin/fix_bench_bwd_pass 2025-12-04T09:52:42.8128287Z * [new branch] fix_mem_profiler_config -> origin/fix_mem_profiler_config 2025-12-04T09:52:42.8128479Z * [new branch] fix_nvrtc_discovery -> origin/fix_nvrtc_discovery 2025-12-04T09:52:42.8128657Z * [new branch] fix_op_runner -> origin/fix_op_runner 2025-12-04T09:52:42.8128830Z * [new branch] fix_ubn_159469 -> origin/fix_ubn_159469 2025-12-04T09:52:42.8129012Z * [new branch] fixes-triage -> origin/fixes-triage 2025-12-04T09:52:42.8129185Z * [new branch] fixflashinfer -> origin/fixflashinfer 2025-12-04T09:52:42.8129407Z * [new branch] flash_decoding_cpu -> origin/flash_decoding_cpu 2025-12-04T09:52:42.8129591Z * [new branch] flex-flash -> origin/flex-flash 2025-12-04T09:52:42.8129796Z * [new branch] flex_attention_functorch_grad -> origin/flex_attention_functorch_grad 2025-12-04T09:52:42.8130029Z * [new branch] flex_flash -> origin/flex_flash 2025-12-04T09:52:42.8130229Z * [new branch] fmassa/fix_memeff_sharding_rule -> origin/fmassa/fix_memeff_sharding_rule 2025-12-04T09:52:42.8130471Z * [new branch] fmassa/tests_comm_compute_scheduler -> origin/fmassa/tests_comm_compute_scheduler 2025-12-04T09:52:42.8130694Z * [new branch] forkserver_fix -> origin/forkserver_fix 2025-12-04T09:52:42.8130872Z * [new branch] fsdp2_trace_rules -> origin/fsdp2_trace_rules 2025-12-04T09:52:42.8131051Z * [new branch] fx_cpp -> origin/fx_cpp 2025-12-04T09:52:42.8131227Z * [new branch] fy/fix-win -> origin/fy/fix-win 2025-12-04T09:52:42.8131402Z * [new branch] galv-patch-1 -> origin/galv-patch-1 2025-12-04T09:52:42.8131631Z * [new branch] galv/cudagraphs-conditional-nodes-4 -> origin/galv/cudagraphs-conditional-nodes-4 2025-12-04T09:52:42.8131894Z * [new branch] georgehong/cmakelists-patch -> origin/georgehong/cmakelists-patch 2025-12-04T09:52:42.8132105Z * [new branch] gh/AlnisM/1/base -> origin/gh/AlnisM/1/base 2025-12-04T09:52:42.8132289Z * [new branch] gh/AlnisM/1/head -> origin/gh/AlnisM/1/head 2025-12-04T09:52:42.8132486Z * [new branch] gh/EikanWang/67/base -> origin/gh/EikanWang/67/base 2025-12-04T09:52:42.8132678Z * [new branch] gh/EikanWang/67/head -> origin/gh/EikanWang/67/head 2025-12-04T09:52:42.8132874Z * [new branch] gh/Gasoonjia/1/base -> origin/gh/Gasoonjia/1/base 2025-12-04T09:52:42.8133063Z * [new branch] gh/Gasoonjia/1/head -> origin/gh/Gasoonjia/1/head 2025-12-04T09:52:42.8133248Z * [new branch] gh/H-Huang/131/base -> origin/gh/H-Huang/131/base 2025-12-04T09:52:42.8133434Z * [new branch] gh/H-Huang/131/head -> origin/gh/H-Huang/131/head 2025-12-04T09:52:42.8133623Z * [new branch] gh/H-Huang/131/orig -> origin/gh/H-Huang/131/orig 2025-12-04T09:52:42.8133803Z * [new branch] gh/H-Huang/132/base -> origin/gh/H-Huang/132/base 2025-12-04T09:52:42.8133985Z * [new branch] gh/H-Huang/132/head -> origin/gh/H-Huang/132/head 2025-12-04T09:52:42.8134166Z * [new branch] gh/H-Huang/132/orig -> origin/gh/H-Huang/132/orig 2025-12-04T09:52:42.8134345Z * [new branch] gh/H-Huang/180/base -> origin/gh/H-Huang/180/base 2025-12-04T09:52:42.8134534Z * [new branch] gh/H-Huang/180/head -> origin/gh/H-Huang/180/head 2025-12-04T09:52:42.8134719Z * [new branch] gh/H-Huang/180/orig -> origin/gh/H-Huang/180/orig 2025-12-04T09:52:42.8134908Z * [new branch] gh/H-Huang/182/base -> origin/gh/H-Huang/182/base 2025-12-04T09:52:42.8135095Z * [new branch] gh/H-Huang/182/head -> origin/gh/H-Huang/182/head 2025-12-04T09:52:42.8135280Z * [new branch] gh/H-Huang/182/orig -> origin/gh/H-Huang/182/orig 2025-12-04T09:52:42.8135464Z * [new branch] gh/H-Huang/226/base -> origin/gh/H-Huang/226/base 2025-12-04T09:52:42.8135652Z * [new branch] gh/H-Huang/226/head -> origin/gh/H-Huang/226/head 2025-12-04T09:52:42.8135832Z * [new branch] gh/H-Huang/226/orig -> origin/gh/H-Huang/226/orig 2025-12-04T09:52:42.8136042Z * [new branch] gh/H-Huang/228/base -> origin/gh/H-Huang/228/base 2025-12-04T09:52:42.8136230Z * [new branch] gh/H-Huang/228/head -> origin/gh/H-Huang/228/head 2025-12-04T09:52:42.8136413Z * [new branch] gh/H-Huang/228/orig -> origin/gh/H-Huang/228/orig 2025-12-04T09:52:42.8136618Z * [new branch] gh/IvanKobzarev/150/base -> origin/gh/IvanKobzarev/150/base 2025-12-04T09:52:42.8136930Z * [new branch] gh/IvanKobzarev/150/head -> origin/gh/IvanKobzarev/150/head 2025-12-04T09:52:42.8137138Z * [new branch] gh/IvanKobzarev/150/orig -> origin/gh/IvanKobzarev/150/orig 2025-12-04T09:52:42.8137343Z * [new branch] gh/IvanKobzarev/157/base -> origin/gh/IvanKobzarev/157/base 2025-12-04T09:52:42.8137548Z * [new branch] gh/IvanKobzarev/157/head -> origin/gh/IvanKobzarev/157/head 2025-12-04T09:52:42.8137758Z * [new branch] gh/IvanKobzarev/157/orig -> origin/gh/IvanKobzarev/157/orig 2025-12-04T09:52:42.8137967Z * [new branch] gh/IvanKobzarev/159/base -> origin/gh/IvanKobzarev/159/base 2025-12-04T09:52:42.8138173Z * [new branch] gh/IvanKobzarev/159/head -> origin/gh/IvanKobzarev/159/head 2025-12-04T09:52:42.8138376Z * [new branch] gh/IvanKobzarev/159/orig -> origin/gh/IvanKobzarev/159/orig 2025-12-04T09:52:42.8138582Z * [new branch] gh/IvanKobzarev/162/base -> origin/gh/IvanKobzarev/162/base 2025-12-04T09:52:42.8138792Z * [new branch] gh/IvanKobzarev/162/head -> origin/gh/IvanKobzarev/162/head 2025-12-04T09:52:42.8138993Z * [new branch] gh/IvanKobzarev/162/orig -> origin/gh/IvanKobzarev/162/orig 2025-12-04T09:52:42.8139197Z * [new branch] gh/IvanKobzarev/163/base -> origin/gh/IvanKobzarev/163/base 2025-12-04T09:52:42.8139402Z * [new branch] gh/IvanKobzarev/163/head -> origin/gh/IvanKobzarev/163/head 2025-12-04T09:52:42.8139607Z * [new branch] gh/IvanKobzarev/163/orig -> origin/gh/IvanKobzarev/163/orig 2025-12-04T09:52:42.8139815Z * [new branch] gh/IvanKobzarev/166/base -> origin/gh/IvanKobzarev/166/base 2025-12-04T09:52:42.8140026Z * [new branch] gh/IvanKobzarev/166/head -> origin/gh/IvanKobzarev/166/head 2025-12-04T09:52:42.8140233Z * [new branch] gh/IvanKobzarev/166/orig -> origin/gh/IvanKobzarev/166/orig 2025-12-04T09:52:42.8140443Z * [new branch] gh/IvanKobzarev/167/base -> origin/gh/IvanKobzarev/167/base 2025-12-04T09:52:42.8140651Z * [new branch] gh/IvanKobzarev/167/head -> origin/gh/IvanKobzarev/167/head 2025-12-04T09:52:42.8140858Z * [new branch] gh/IvanKobzarev/167/orig -> origin/gh/IvanKobzarev/167/orig 2025-12-04T09:52:42.8141062Z * [new branch] gh/IvanKobzarev/168/base -> origin/gh/IvanKobzarev/168/base 2025-12-04T09:52:42.8141268Z * [new branch] gh/IvanKobzarev/168/head -> origin/gh/IvanKobzarev/168/head 2025-12-04T09:52:42.8141472Z * [new branch] gh/IvanKobzarev/168/orig -> origin/gh/IvanKobzarev/168/orig 2025-12-04T09:52:42.8141676Z * [new branch] gh/IvanKobzarev/169/base -> origin/gh/IvanKobzarev/169/base 2025-12-04T09:52:42.8141882Z * [new branch] gh/IvanKobzarev/169/head -> origin/gh/IvanKobzarev/169/head 2025-12-04T09:52:42.8142089Z * [new branch] gh/IvanKobzarev/169/orig -> origin/gh/IvanKobzarev/169/orig 2025-12-04T09:52:42.8142297Z * [new branch] gh/IvanKobzarev/170/base -> origin/gh/IvanKobzarev/170/base 2025-12-04T09:52:42.8142501Z * [new branch] gh/IvanKobzarev/170/head -> origin/gh/IvanKobzarev/170/head 2025-12-04T09:52:42.8142709Z * [new branch] gh/IvanKobzarev/170/orig -> origin/gh/IvanKobzarev/170/orig 2025-12-04T09:52:42.8142919Z * [new branch] gh/IvanKobzarev/171/base -> origin/gh/IvanKobzarev/171/base 2025-12-04T09:52:42.8143158Z * [new branch] gh/IvanKobzarev/171/head -> origin/gh/IvanKobzarev/171/head 2025-12-04T09:52:42.8143367Z * [new branch] gh/IvanKobzarev/171/orig -> origin/gh/IvanKobzarev/171/orig 2025-12-04T09:52:42.8143576Z * [new branch] gh/IvanKobzarev/172/base -> origin/gh/IvanKobzarev/172/base 2025-12-04T09:52:42.8143809Z * [new branch] gh/IvanKobzarev/172/head -> origin/gh/IvanKobzarev/172/head 2025-12-04T09:52:42.8144021Z * [new branch] gh/IvanKobzarev/172/orig -> origin/gh/IvanKobzarev/172/orig 2025-12-04T09:52:42.8144225Z * [new branch] gh/IvanKobzarev/173/base -> origin/gh/IvanKobzarev/173/base 2025-12-04T09:52:42.8144428Z * [new branch] gh/IvanKobzarev/173/head -> origin/gh/IvanKobzarev/173/head 2025-12-04T09:52:42.8144633Z * [new branch] gh/IvanKobzarev/173/orig -> origin/gh/IvanKobzarev/173/orig 2025-12-04T09:52:42.8144842Z * [new branch] gh/IvanKobzarev/174/base -> origin/gh/IvanKobzarev/174/base 2025-12-04T09:52:42.8145049Z * [new branch] gh/IvanKobzarev/174/head -> origin/gh/IvanKobzarev/174/head 2025-12-04T09:52:42.8145255Z * [new branch] gh/IvanKobzarev/174/orig -> origin/gh/IvanKobzarev/174/orig 2025-12-04T09:52:42.8145462Z * [new branch] gh/IvanKobzarev/175/base -> origin/gh/IvanKobzarev/175/base 2025-12-04T09:52:42.8145664Z * [new branch] gh/IvanKobzarev/175/head -> origin/gh/IvanKobzarev/175/head 2025-12-04T09:52:42.8145869Z * [new branch] gh/IvanKobzarev/175/orig -> origin/gh/IvanKobzarev/175/orig 2025-12-04T09:52:42.8146083Z * [new branch] gh/IvanKobzarev/176/base -> origin/gh/IvanKobzarev/176/base 2025-12-04T09:52:42.8146287Z * [new branch] gh/IvanKobzarev/176/head -> origin/gh/IvanKobzarev/176/head 2025-12-04T09:52:42.8146500Z * [new branch] gh/IvanKobzarev/176/orig -> origin/gh/IvanKobzarev/176/orig 2025-12-04T09:52:42.8146758Z * [new branch] gh/IvanKobzarev/177/base -> origin/gh/IvanKobzarev/177/base 2025-12-04T09:52:42.8146967Z * [new branch] gh/IvanKobzarev/177/head -> origin/gh/IvanKobzarev/177/head 2025-12-04T09:52:42.8147182Z * [new branch] gh/IvanKobzarev/177/orig -> origin/gh/IvanKobzarev/177/orig 2025-12-04T09:52:42.8147403Z * [new branch] gh/IvanKobzarev/178/base -> origin/gh/IvanKobzarev/178/base 2025-12-04T09:52:42.8147608Z * [new branch] gh/IvanKobzarev/178/head -> origin/gh/IvanKobzarev/178/head 2025-12-04T09:52:42.8147819Z * [new branch] gh/IvanKobzarev/178/orig -> origin/gh/IvanKobzarev/178/orig 2025-12-04T09:52:42.8148024Z * [new branch] gh/IvanKobzarev/179/base -> origin/gh/IvanKobzarev/179/base 2025-12-04T09:52:42.8148226Z * [new branch] gh/IvanKobzarev/179/head -> origin/gh/IvanKobzarev/179/head 2025-12-04T09:52:42.8148443Z * [new branch] gh/IvanKobzarev/179/orig -> origin/gh/IvanKobzarev/179/orig 2025-12-04T09:52:42.8148653Z * [new branch] gh/IvanKobzarev/180/base -> origin/gh/IvanKobzarev/180/base 2025-12-04T09:52:42.8148860Z * [new branch] gh/IvanKobzarev/180/head -> origin/gh/IvanKobzarev/180/head 2025-12-04T09:52:42.8149076Z * [new branch] gh/IvanKobzarev/180/orig -> origin/gh/IvanKobzarev/180/orig 2025-12-04T09:52:42.8149279Z * [new branch] gh/IvanKobzarev/181/base -> origin/gh/IvanKobzarev/181/base 2025-12-04T09:52:42.8149489Z * [new branch] gh/IvanKobzarev/181/head -> origin/gh/IvanKobzarev/181/head 2025-12-04T09:52:42.8149695Z * [new branch] gh/IvanKobzarev/181/orig -> origin/gh/IvanKobzarev/181/orig 2025-12-04T09:52:42.8149900Z * [new branch] gh/IvanKobzarev/182/base -> origin/gh/IvanKobzarev/182/base 2025-12-04T09:52:42.8150147Z * [new branch] gh/IvanKobzarev/182/head -> origin/gh/IvanKobzarev/182/head 2025-12-04T09:52:42.8150353Z * [new branch] gh/IvanKobzarev/182/orig -> origin/gh/IvanKobzarev/182/orig 2025-12-04T09:52:42.8150560Z * [new branch] gh/IvanKobzarev/183/base -> origin/gh/IvanKobzarev/183/base 2025-12-04T09:52:42.8150790Z * [new branch] gh/IvanKobzarev/183/head -> origin/gh/IvanKobzarev/183/head 2025-12-04T09:52:42.8151002Z * [new branch] gh/IvanKobzarev/183/orig -> origin/gh/IvanKobzarev/183/orig 2025-12-04T09:52:42.8151206Z * [new branch] gh/IvanKobzarev/184/base -> origin/gh/IvanKobzarev/184/base 2025-12-04T09:52:42.8151412Z * [new branch] gh/IvanKobzarev/184/head -> origin/gh/IvanKobzarev/184/head 2025-12-04T09:52:42.8151622Z * [new branch] gh/IvanKobzarev/184/orig -> origin/gh/IvanKobzarev/184/orig 2025-12-04T09:52:42.8151829Z * [new branch] gh/NikhilAPatel/1/base -> origin/gh/NikhilAPatel/1/base 2025-12-04T09:52:42.8152034Z * [new branch] gh/NikhilAPatel/1/head -> origin/gh/NikhilAPatel/1/head 2025-12-04T09:52:42.8152239Z * [new branch] gh/NikhilAPatel/2/base -> origin/gh/NikhilAPatel/2/base 2025-12-04T09:52:42.8152442Z * [new branch] gh/NikhilAPatel/2/head -> origin/gh/NikhilAPatel/2/head 2025-12-04T09:52:42.8152649Z * [new branch] gh/NikhilAPatel/4/base -> origin/gh/NikhilAPatel/4/base 2025-12-04T09:52:42.8152852Z * [new branch] gh/NikhilAPatel/4/head -> origin/gh/NikhilAPatel/4/head 2025-12-04T09:52:42.8153050Z * [new branch] gh/NikhilAPatel/5/base -> origin/gh/NikhilAPatel/5/base 2025-12-04T09:52:42.8153249Z * [new branch] gh/NikhilAPatel/5/head -> origin/gh/NikhilAPatel/5/head 2025-12-04T09:52:42.8153454Z * [new branch] gh/NikhilAPatel/5/orig -> origin/gh/NikhilAPatel/5/orig 2025-12-04T09:52:42.8153656Z * [new branch] gh/PaliC/17/base -> origin/gh/PaliC/17/base 2025-12-04T09:52:42.8153843Z * [new branch] gh/PaliC/17/head -> origin/gh/PaliC/17/head 2025-12-04T09:52:42.8154024Z * [new branch] gh/PaliC/17/orig -> origin/gh/PaliC/17/orig 2025-12-04T09:52:42.8154203Z * [new branch] gh/PaliC/18/base -> origin/gh/PaliC/18/base 2025-12-04T09:52:42.8154382Z * [new branch] gh/PaliC/18/head -> origin/gh/PaliC/18/head 2025-12-04T09:52:42.8154561Z * [new branch] gh/PaliC/18/orig -> origin/gh/PaliC/18/orig 2025-12-04T09:52:42.8154741Z * [new branch] gh/PaliC/20/base -> origin/gh/PaliC/20/base 2025-12-04T09:52:42.8154923Z * [new branch] gh/PaliC/20/head -> origin/gh/PaliC/20/head 2025-12-04T09:52:42.8155101Z * [new branch] gh/PaliC/20/orig -> origin/gh/PaliC/20/orig 2025-12-04T09:52:42.8155277Z * [new branch] gh/PaliC/21/base -> origin/gh/PaliC/21/base 2025-12-04T09:52:42.8155457Z * [new branch] gh/PaliC/21/head -> origin/gh/PaliC/21/head 2025-12-04T09:52:42.8155641Z * [new branch] gh/PaliC/21/orig -> origin/gh/PaliC/21/orig 2025-12-04T09:52:42.8155828Z * [new branch] gh/PaliC/23/base -> origin/gh/PaliC/23/base 2025-12-04T09:52:42.8156006Z * [new branch] gh/PaliC/23/head -> origin/gh/PaliC/23/head 2025-12-04T09:52:42.8156182Z * [new branch] gh/PaliC/23/orig -> origin/gh/PaliC/23/orig 2025-12-04T09:52:42.8156362Z * [new branch] gh/PaliC/24/base -> origin/gh/PaliC/24/base 2025-12-04T09:52:42.8156540Z * [new branch] gh/PaliC/24/head -> origin/gh/PaliC/24/head 2025-12-04T09:52:42.8156770Z * [new branch] gh/PaliC/24/orig -> origin/gh/PaliC/24/orig 2025-12-04T09:52:42.8156989Z * [new branch] gh/PaliC/25/head -> origin/gh/PaliC/25/head 2025-12-04T09:52:42.8157173Z * [new branch] gh/PaliC/25/next -> origin/gh/PaliC/25/next 2025-12-04T09:52:42.8157354Z * [new branch] gh/PaliC/25/orig -> origin/gh/PaliC/25/orig 2025-12-04T09:52:42.8157580Z * [new branch] gh/PaliC/26/head -> origin/gh/PaliC/26/head 2025-12-04T09:52:42.8157766Z * [new branch] gh/PaliC/26/next -> origin/gh/PaliC/26/next 2025-12-04T09:52:42.8157945Z * [new branch] gh/PaliC/26/orig -> origin/gh/PaliC/26/orig 2025-12-04T09:52:42.8158134Z * [new branch] gh/PaliC/27/next -> origin/gh/PaliC/27/next 2025-12-04T09:52:42.8158319Z * [new branch] gh/PaliC/28/head -> origin/gh/PaliC/28/head 2025-12-04T09:52:42.8158496Z * [new branch] gh/PaliC/28/next -> origin/gh/PaliC/28/next 2025-12-04T09:52:42.8158683Z * [new branch] gh/PaliC/28/orig -> origin/gh/PaliC/28/orig 2025-12-04T09:52:42.8158863Z * [new branch] gh/PaliC/29/head -> origin/gh/PaliC/29/head 2025-12-04T09:52:42.8159039Z * [new branch] gh/PaliC/29/next -> origin/gh/PaliC/29/next 2025-12-04T09:52:42.8159224Z * [new branch] gh/PaliC/29/orig -> origin/gh/PaliC/29/orig 2025-12-04T09:52:42.8159403Z * [new branch] gh/PaliC/30/head -> origin/gh/PaliC/30/head 2025-12-04T09:52:42.8159579Z * [new branch] gh/PaliC/30/next -> origin/gh/PaliC/30/next 2025-12-04T09:52:42.8159758Z * [new branch] gh/PaliC/30/orig -> origin/gh/PaliC/30/orig 2025-12-04T09:52:42.8159938Z * [new branch] gh/PaliC/31/head -> origin/gh/PaliC/31/head 2025-12-04T09:52:42.8160122Z * [new branch] gh/PaliC/31/next -> origin/gh/PaliC/31/next 2025-12-04T09:52:42.8160303Z * [new branch] gh/PaliC/31/orig -> origin/gh/PaliC/31/orig 2025-12-04T09:52:42.8160496Z * [new branch] gh/PaulZhang12/25/base -> origin/gh/PaulZhang12/25/base 2025-12-04T09:52:42.8160697Z * [new branch] gh/PaulZhang12/25/head -> origin/gh/PaulZhang12/25/head 2025-12-04T09:52:42.8160905Z * [new branch] gh/PaulZhang12/25/orig -> origin/gh/PaulZhang12/25/orig 2025-12-04T09:52:42.8161109Z * [new branch] gh/PaulZhang12/28/base -> origin/gh/PaulZhang12/28/base 2025-12-04T09:52:42.8161313Z * [new branch] gh/PaulZhang12/28/head -> origin/gh/PaulZhang12/28/head 2025-12-04T09:52:42.8161520Z * [new branch] gh/PaulZhang12/28/orig -> origin/gh/PaulZhang12/28/orig 2025-12-04T09:52:42.8161720Z * [new branch] gh/PaulZhang12/31/base -> origin/gh/PaulZhang12/31/base 2025-12-04T09:52:42.8161925Z * [new branch] gh/PaulZhang12/31/head -> origin/gh/PaulZhang12/31/head 2025-12-04T09:52:42.8162127Z * [new branch] gh/PaulZhang12/31/orig -> origin/gh/PaulZhang12/31/orig 2025-12-04T09:52:42.8162325Z * [new branch] gh/PaulZhang12/37/base -> origin/gh/PaulZhang12/37/base 2025-12-04T09:52:42.8162536Z * [new branch] gh/PaulZhang12/37/head -> origin/gh/PaulZhang12/37/head 2025-12-04T09:52:42.8162738Z * [new branch] gh/PaulZhang12/37/orig -> origin/gh/PaulZhang12/37/orig 2025-12-04T09:52:42.8162936Z * [new branch] gh/PaulZhang12/40/base -> origin/gh/PaulZhang12/40/base 2025-12-04T09:52:42.8163138Z * [new branch] gh/PaulZhang12/40/head -> origin/gh/PaulZhang12/40/head 2025-12-04T09:52:42.8163340Z * [new branch] gh/PaulZhang12/40/orig -> origin/gh/PaulZhang12/40/orig 2025-12-04T09:52:42.8163571Z * [new branch] gh/PaulZhang12/42/base -> origin/gh/PaulZhang12/42/base 2025-12-04T09:52:42.8163774Z * [new branch] gh/PaulZhang12/42/head -> origin/gh/PaulZhang12/42/head 2025-12-04T09:52:42.8163979Z * [new branch] gh/PaulZhang12/43/base -> origin/gh/PaulZhang12/43/base 2025-12-04T09:52:42.8164179Z * [new branch] gh/PaulZhang12/43/head -> origin/gh/PaulZhang12/43/head 2025-12-04T09:52:42.8164404Z * [new branch] gh/PaulZhang12/43/orig -> origin/gh/PaulZhang12/43/orig 2025-12-04T09:52:42.8164660Z * [new branch] gh/PaulZhang12/44/base -> origin/gh/PaulZhang12/44/base 2025-12-04T09:52:42.8164884Z * [new branch] gh/PaulZhang12/44/head -> origin/gh/PaulZhang12/44/head 2025-12-04T09:52:42.8165444Z * [new branch] gh/PaulZhang12/45/base -> origin/gh/PaulZhang12/45/base 2025-12-04T09:52:42.8165692Z * [new branch] gh/PaulZhang12/45/head -> origin/gh/PaulZhang12/45/head 2025-12-04T09:52:42.8165924Z * [new branch] gh/PaulZhang12/45/orig -> origin/gh/PaulZhang12/45/orig 2025-12-04T09:52:42.8166206Z * [new branch] gh/PaulZhang12/46/base -> origin/gh/PaulZhang12/46/base 2025-12-04T09:52:42.8166426Z * [new branch] gh/PaulZhang12/46/head -> origin/gh/PaulZhang12/46/head 2025-12-04T09:52:42.8166753Z * [new branch] gh/PaulZhang12/46/orig -> origin/gh/PaulZhang12/46/orig 2025-12-04T09:52:42.8167002Z * [new branch] gh/PaulZhang12/47/base -> origin/gh/PaulZhang12/47/base 2025-12-04T09:52:42.8167225Z * [new branch] gh/PaulZhang12/47/head -> origin/gh/PaulZhang12/47/head 2025-12-04T09:52:42.8167488Z * [new branch] gh/PaulZhang12/47/orig -> origin/gh/PaulZhang12/47/orig 2025-12-04T09:52:42.8167739Z * [new branch] gh/PaulZhang12/48/base -> origin/gh/PaulZhang12/48/base 2025-12-04T09:52:42.8167961Z * [new branch] gh/PaulZhang12/48/head -> origin/gh/PaulZhang12/48/head 2025-12-04T09:52:42.8168233Z * [new branch] gh/PaulZhang12/48/orig -> origin/gh/PaulZhang12/48/orig 2025-12-04T09:52:42.8168516Z * [new branch] gh/SamGinzburg/11/base -> origin/gh/SamGinzburg/11/base 2025-12-04T09:52:42.8168732Z * [new branch] gh/SamGinzburg/11/head -> origin/gh/SamGinzburg/11/head 2025-12-04T09:52:42.8169025Z * [new branch] gh/SherlockNoMad/1/base -> origin/gh/SherlockNoMad/1/base 2025-12-04T09:52:42.8169273Z * [new branch] gh/SherlockNoMad/1/head -> origin/gh/SherlockNoMad/1/head 2025-12-04T09:52:42.8191022Z * [new branch] gh/SherlockNoMad/10/base -> origin/gh/SherlockNoMad/10/base 2025-12-04T09:52:42.8191271Z * [new branch] gh/SherlockNoMad/10/head -> origin/gh/SherlockNoMad/10/head 2025-12-04T09:52:42.8191499Z * [new branch] gh/SherlockNoMad/10/orig -> origin/gh/SherlockNoMad/10/orig 2025-12-04T09:52:42.8191755Z * [new branch] gh/SherlockNoMad/11/base -> origin/gh/SherlockNoMad/11/base 2025-12-04T09:52:42.8192042Z * [new branch] gh/SherlockNoMad/11/head -> origin/gh/SherlockNoMad/11/head 2025-12-04T09:52:42.8192307Z * [new branch] gh/SherlockNoMad/11/orig -> origin/gh/SherlockNoMad/11/orig 2025-12-04T09:52:42.8192581Z * [new branch] gh/SherlockNoMad/12/base -> origin/gh/SherlockNoMad/12/base 2025-12-04T09:52:42.8192848Z * [new branch] gh/SherlockNoMad/12/head -> origin/gh/SherlockNoMad/12/head 2025-12-04T09:52:42.8193063Z * [new branch] gh/SherlockNoMad/12/orig -> origin/gh/SherlockNoMad/12/orig 2025-12-04T09:52:42.8193305Z * [new branch] gh/SherlockNoMad/15/base -> origin/gh/SherlockNoMad/15/base 2025-12-04T09:52:42.8193546Z * [new branch] gh/SherlockNoMad/15/head -> origin/gh/SherlockNoMad/15/head 2025-12-04T09:52:42.8193864Z * [new branch] gh/SherlockNoMad/15/orig -> origin/gh/SherlockNoMad/15/orig 2025-12-04T09:52:42.8194080Z * [new branch] gh/SherlockNoMad/17/base -> origin/gh/SherlockNoMad/17/base 2025-12-04T09:52:42.8194295Z * [new branch] gh/SherlockNoMad/17/head -> origin/gh/SherlockNoMad/17/head 2025-12-04T09:52:42.8194539Z * [new branch] gh/SherlockNoMad/17/orig -> origin/gh/SherlockNoMad/17/orig 2025-12-04T09:52:42.8194773Z * [new branch] gh/SherlockNoMad/18/base -> origin/gh/SherlockNoMad/18/base 2025-12-04T09:52:42.8194992Z * [new branch] gh/SherlockNoMad/18/head -> origin/gh/SherlockNoMad/18/head 2025-12-04T09:52:42.8195203Z * [new branch] gh/SherlockNoMad/18/orig -> origin/gh/SherlockNoMad/18/orig 2025-12-04T09:52:42.8195420Z * [new branch] gh/SherlockNoMad/19/base -> origin/gh/SherlockNoMad/19/base 2025-12-04T09:52:42.8195640Z * [new branch] gh/SherlockNoMad/19/head -> origin/gh/SherlockNoMad/19/head 2025-12-04T09:52:42.8195860Z * [new branch] gh/SherlockNoMad/19/orig -> origin/gh/SherlockNoMad/19/orig 2025-12-04T09:52:42.8196082Z * [new branch] gh/SherlockNoMad/2/base -> origin/gh/SherlockNoMad/2/base 2025-12-04T09:52:42.8196302Z * [new branch] gh/SherlockNoMad/2/head -> origin/gh/SherlockNoMad/2/head 2025-12-04T09:52:42.8196518Z * [new branch] gh/SherlockNoMad/20/base -> origin/gh/SherlockNoMad/20/base 2025-12-04T09:52:42.8196773Z * [new branch] gh/SherlockNoMad/20/head -> origin/gh/SherlockNoMad/20/head 2025-12-04T09:52:42.8196991Z * [new branch] gh/SherlockNoMad/20/orig -> origin/gh/SherlockNoMad/20/orig 2025-12-04T09:52:42.8197202Z * [new branch] gh/SherlockNoMad/21/base -> origin/gh/SherlockNoMad/21/base 2025-12-04T09:52:42.8197418Z * [new branch] gh/SherlockNoMad/21/head -> origin/gh/SherlockNoMad/21/head 2025-12-04T09:52:42.8197636Z * [new branch] gh/SherlockNoMad/21/orig -> origin/gh/SherlockNoMad/21/orig 2025-12-04T09:52:42.8197852Z * [new branch] gh/SherlockNoMad/3/base -> origin/gh/SherlockNoMad/3/base 2025-12-04T09:52:42.8198066Z * [new branch] gh/SherlockNoMad/3/head -> origin/gh/SherlockNoMad/3/head 2025-12-04T09:52:42.8198285Z * [new branch] gh/SherlockNoMad/4/base -> origin/gh/SherlockNoMad/4/base 2025-12-04T09:52:42.8198492Z * [new branch] gh/SherlockNoMad/4/head -> origin/gh/SherlockNoMad/4/head 2025-12-04T09:52:42.8198706Z * [new branch] gh/SherlockNoMad/5/base -> origin/gh/SherlockNoMad/5/base 2025-12-04T09:52:42.8198924Z * [new branch] gh/SherlockNoMad/5/head -> origin/gh/SherlockNoMad/5/head 2025-12-04T09:52:42.8199149Z * [new branch] gh/Sidharth123-cpu/24/base -> origin/gh/Sidharth123-cpu/24/base 2025-12-04T09:52:42.8199377Z * [new branch] gh/Sidharth123-cpu/25/base -> origin/gh/Sidharth123-cpu/25/base 2025-12-04T09:52:42.8199601Z * [new branch] gh/Sidharth123-cpu/26/base -> origin/gh/Sidharth123-cpu/26/base 2025-12-04T09:52:42.8199818Z * [new branch] gh/Sidharth123-cpu/27/base -> origin/gh/Sidharth123-cpu/27/base 2025-12-04T09:52:42.8200038Z * [new branch] gh/StrongerXi/1/base -> origin/gh/StrongerXi/1/base 2025-12-04T09:52:42.8200250Z * [new branch] gh/StrongerXi/1/head -> origin/gh/StrongerXi/1/head 2025-12-04T09:52:42.8200453Z * [new branch] gh/StrongerXi/71/base -> origin/gh/StrongerXi/71/base 2025-12-04T09:52:42.8200661Z * [new branch] gh/StrongerXi/71/head -> origin/gh/StrongerXi/71/head 2025-12-04T09:52:42.8200859Z * [new branch] gh/StrongerXi/72/base -> origin/gh/StrongerXi/72/base 2025-12-04T09:52:42.8201064Z * [new branch] gh/StrongerXi/72/head -> origin/gh/StrongerXi/72/head 2025-12-04T09:52:42.8201310Z * [new branch] gh/StrongerXi/73/base -> origin/gh/StrongerXi/73/base 2025-12-04T09:52:42.8201510Z * [new branch] gh/StrongerXi/73/head -> origin/gh/StrongerXi/73/head 2025-12-04T09:52:42.8201713Z * [new branch] gh/StrongerXi/73/orig -> origin/gh/StrongerXi/73/orig 2025-12-04T09:52:42.8201956Z * [new branch] gh/XilunWu/160/base -> origin/gh/XilunWu/160/base 2025-12-04T09:52:42.8202152Z * [new branch] gh/XilunWu/160/head -> origin/gh/XilunWu/160/head 2025-12-04T09:52:42.8202350Z * [new branch] gh/XilunWu/160/orig -> origin/gh/XilunWu/160/orig 2025-12-04T09:52:42.8202547Z * [new branch] gh/XilunWu/163/base -> origin/gh/XilunWu/163/base 2025-12-04T09:52:42.8202737Z * [new branch] gh/XilunWu/163/head -> origin/gh/XilunWu/163/head 2025-12-04T09:52:42.8202934Z * [new branch] gh/XilunWu/163/orig -> origin/gh/XilunWu/163/orig 2025-12-04T09:52:42.8203138Z * [new branch] gh/XilunWu/168/base -> origin/gh/XilunWu/168/base 2025-12-04T09:52:42.8203329Z * [new branch] gh/XilunWu/168/head -> origin/gh/XilunWu/168/head 2025-12-04T09:52:42.8203525Z * [new branch] gh/XilunWu/168/orig -> origin/gh/XilunWu/168/orig 2025-12-04T09:52:42.8203724Z * [new branch] gh/XilunWu/169/base -> origin/gh/XilunWu/169/base 2025-12-04T09:52:42.8203914Z * [new branch] gh/XilunWu/169/head -> origin/gh/XilunWu/169/head 2025-12-04T09:52:42.8204112Z * [new branch] gh/XilunWu/169/orig -> origin/gh/XilunWu/169/orig 2025-12-04T09:52:42.8204308Z * [new branch] gh/XilunWu/170/base -> origin/gh/XilunWu/170/base 2025-12-04T09:52:42.8204501Z * [new branch] gh/XilunWu/170/head -> origin/gh/XilunWu/170/head 2025-12-04T09:52:42.8204724Z * [new branch] gh/XilunWu/170/orig -> origin/gh/XilunWu/170/orig 2025-12-04T09:52:42.8204922Z * [new branch] gh/XilunWu/171/base -> origin/gh/XilunWu/171/base 2025-12-04T09:52:42.8205113Z * [new branch] gh/XilunWu/171/head -> origin/gh/XilunWu/171/head 2025-12-04T09:52:42.8205311Z * [new branch] gh/XilunWu/171/orig -> origin/gh/XilunWu/171/orig 2025-12-04T09:52:42.8205506Z * [new branch] gh/XilunWu/173/base -> origin/gh/XilunWu/173/base 2025-12-04T09:52:42.8205696Z * [new branch] gh/XilunWu/173/head -> origin/gh/XilunWu/173/head 2025-12-04T09:52:42.8205891Z * [new branch] gh/XilunWu/173/orig -> origin/gh/XilunWu/173/orig 2025-12-04T09:52:42.8206080Z * [new branch] gh/XilunWu/175/base -> origin/gh/XilunWu/175/base 2025-12-04T09:52:42.8206275Z * [new branch] gh/XilunWu/175/head -> origin/gh/XilunWu/175/head 2025-12-04T09:52:42.8206477Z * [new branch] gh/XilunWu/175/orig -> origin/gh/XilunWu/175/orig 2025-12-04T09:52:42.8206665Z * [new branch] gh/XilunWu/176/base -> origin/gh/XilunWu/176/base 2025-12-04T09:52:42.8206891Z * [new branch] gh/XilunWu/176/head -> origin/gh/XilunWu/176/head 2025-12-04T09:52:42.8207092Z * [new branch] gh/XilunWu/176/orig -> origin/gh/XilunWu/176/orig 2025-12-04T09:52:42.8207288Z * [new branch] gh/XuehaiPan/14/base -> origin/gh/XuehaiPan/14/base 2025-12-04T09:52:42.8207493Z * [new branch] gh/XuehaiPan/14/head -> origin/gh/XuehaiPan/14/head 2025-12-04T09:52:42.8207695Z * [new branch] gh/XuehaiPan/14/orig -> origin/gh/XuehaiPan/14/orig 2025-12-04T09:52:42.8207893Z * [new branch] gh/XuehaiPan/179/base -> origin/gh/XuehaiPan/179/base 2025-12-04T09:52:42.8208142Z * [new branch] gh/XuehaiPan/179/head -> origin/gh/XuehaiPan/179/head 2025-12-04T09:52:42.8208340Z * [new branch] gh/XuehaiPan/179/orig -> origin/gh/XuehaiPan/179/orig 2025-12-04T09:52:42.8208531Z * [new branch] gh/XuehaiPan/249/base -> origin/gh/XuehaiPan/249/base 2025-12-04T09:52:42.8208733Z * [new branch] gh/XuehaiPan/249/head -> origin/gh/XuehaiPan/249/head 2025-12-04T09:52:42.8208970Z * [new branch] gh/XuehaiPan/249/orig -> origin/gh/XuehaiPan/249/orig 2025-12-04T09:52:42.8209163Z * [new branch] gh/XuehaiPan/253/base -> origin/gh/XuehaiPan/253/base 2025-12-04T09:52:42.8209359Z * [new branch] gh/XuehaiPan/253/head -> origin/gh/XuehaiPan/253/head 2025-12-04T09:52:42.8209559Z * [new branch] gh/XuehaiPan/253/orig -> origin/gh/XuehaiPan/253/orig 2025-12-04T09:52:42.8209752Z * [new branch] gh/XuehaiPan/254/base -> origin/gh/XuehaiPan/254/base 2025-12-04T09:52:42.8209952Z * [new branch] gh/XuehaiPan/254/head -> origin/gh/XuehaiPan/254/head 2025-12-04T09:52:42.8210147Z * [new branch] gh/XuehaiPan/254/orig -> origin/gh/XuehaiPan/254/orig 2025-12-04T09:52:42.8210340Z * [new branch] gh/XuehaiPan/255/base -> origin/gh/XuehaiPan/255/base 2025-12-04T09:52:42.8210540Z * [new branch] gh/XuehaiPan/255/head -> origin/gh/XuehaiPan/255/head 2025-12-04T09:52:42.8210732Z * [new branch] gh/XuehaiPan/255/orig -> origin/gh/XuehaiPan/255/orig 2025-12-04T09:52:42.8210924Z * [new branch] gh/XuehaiPan/271/base -> origin/gh/XuehaiPan/271/base 2025-12-04T09:52:42.8211131Z * [new branch] gh/XuehaiPan/271/head -> origin/gh/XuehaiPan/271/head 2025-12-04T09:52:42.8211331Z * [new branch] gh/XuehaiPan/271/orig -> origin/gh/XuehaiPan/271/orig 2025-12-04T09:52:42.8211526Z * [new branch] gh/XuehaiPan/343/base -> origin/gh/XuehaiPan/343/base 2025-12-04T09:52:42.8211720Z * [new branch] gh/XuehaiPan/343/head -> origin/gh/XuehaiPan/343/head 2025-12-04T09:52:42.8211914Z * [new branch] gh/XuehaiPan/343/orig -> origin/gh/XuehaiPan/343/orig 2025-12-04T09:52:42.8212104Z * [new branch] gh/XuehaiPan/347/base -> origin/gh/XuehaiPan/347/base 2025-12-04T09:52:42.8212304Z * [new branch] gh/XuehaiPan/347/head -> origin/gh/XuehaiPan/347/head 2025-12-04T09:52:42.8212497Z * [new branch] gh/XuehaiPan/347/orig -> origin/gh/XuehaiPan/347/orig 2025-12-04T09:52:42.8212691Z * [new branch] gh/XuehaiPan/348/base -> origin/gh/XuehaiPan/348/base 2025-12-04T09:52:42.8212895Z * [new branch] gh/XuehaiPan/348/head -> origin/gh/XuehaiPan/348/head 2025-12-04T09:52:42.8213087Z * [new branch] gh/XuehaiPan/348/orig -> origin/gh/XuehaiPan/348/orig 2025-12-04T09:52:42.8213286Z * [new branch] gh/XuehaiPan/350/base -> origin/gh/XuehaiPan/350/base 2025-12-04T09:52:42.8213482Z * [new branch] gh/XuehaiPan/350/head -> origin/gh/XuehaiPan/350/head 2025-12-04T09:52:42.8213675Z * [new branch] gh/XuehaiPan/350/orig -> origin/gh/XuehaiPan/350/orig 2025-12-04T09:52:42.8213874Z * [new branch] gh/XuehaiPan/365/base -> origin/gh/XuehaiPan/365/base 2025-12-04T09:52:42.8214069Z * [new branch] gh/XuehaiPan/365/head -> origin/gh/XuehaiPan/365/head 2025-12-04T09:52:42.8214261Z * [new branch] gh/XuehaiPan/365/orig -> origin/gh/XuehaiPan/365/orig 2025-12-04T09:52:42.8214455Z * [new branch] gh/XuehaiPan/366/base -> origin/gh/XuehaiPan/366/base 2025-12-04T09:52:42.8214655Z * [new branch] gh/XuehaiPan/366/head -> origin/gh/XuehaiPan/366/head 2025-12-04T09:52:42.8214877Z * [new branch] gh/XuehaiPan/370/base -> origin/gh/XuehaiPan/370/base 2025-12-04T09:52:42.8215075Z * [new branch] gh/XuehaiPan/370/head -> origin/gh/XuehaiPan/370/head 2025-12-04T09:52:42.8215271Z * [new branch] gh/XuehaiPan/370/orig -> origin/gh/XuehaiPan/370/orig 2025-12-04T09:52:42.8215464Z * [new branch] gh/XuehaiPan/390/base -> origin/gh/XuehaiPan/390/base 2025-12-04T09:52:42.8215686Z * [new branch] gh/XuehaiPan/390/head -> origin/gh/XuehaiPan/390/head 2025-12-04T09:52:42.8215880Z * [new branch] gh/XuehaiPan/390/orig -> origin/gh/XuehaiPan/390/orig 2025-12-04T09:52:42.8216072Z * [new branch] gh/XuehaiPan/391/base -> origin/gh/XuehaiPan/391/base 2025-12-04T09:52:42.8216274Z * [new branch] gh/XuehaiPan/391/head -> origin/gh/XuehaiPan/391/head 2025-12-04T09:52:42.8216475Z * [new branch] gh/XuehaiPan/391/orig -> origin/gh/XuehaiPan/391/orig 2025-12-04T09:52:42.8216668Z * [new branch] gh/XuehaiPan/392/base -> origin/gh/XuehaiPan/392/base 2025-12-04T09:52:42.8216907Z * [new branch] gh/XuehaiPan/392/head -> origin/gh/XuehaiPan/392/head 2025-12-04T09:52:42.8217103Z * [new branch] gh/XuehaiPan/392/orig -> origin/gh/XuehaiPan/392/orig 2025-12-04T09:52:42.8217297Z * [new branch] gh/XuehaiPan/394/base -> origin/gh/XuehaiPan/394/base 2025-12-04T09:52:42.8217496Z * [new branch] gh/XuehaiPan/394/head -> origin/gh/XuehaiPan/394/head 2025-12-04T09:52:42.8217695Z * [new branch] gh/XuehaiPan/394/orig -> origin/gh/XuehaiPan/394/orig 2025-12-04T09:52:42.8217888Z * [new branch] gh/XuehaiPan/397/base -> origin/gh/XuehaiPan/397/base 2025-12-04T09:52:42.8218086Z * [new branch] gh/XuehaiPan/397/head -> origin/gh/XuehaiPan/397/head 2025-12-04T09:52:42.8218283Z * [new branch] gh/XuehaiPan/397/orig -> origin/gh/XuehaiPan/397/orig 2025-12-04T09:52:42.8218476Z * [new branch] gh/XuehaiPan/398/base -> origin/gh/XuehaiPan/398/base 2025-12-04T09:52:42.8218672Z * [new branch] gh/XuehaiPan/398/head -> origin/gh/XuehaiPan/398/head 2025-12-04T09:52:42.8218870Z * [new branch] gh/XuehaiPan/398/orig -> origin/gh/XuehaiPan/398/orig 2025-12-04T09:52:42.8219068Z * [new branch] gh/XuehaiPan/399/base -> origin/gh/XuehaiPan/399/base 2025-12-04T09:52:42.8219266Z * [new branch] gh/XuehaiPan/399/head -> origin/gh/XuehaiPan/399/head 2025-12-04T09:52:42.8219460Z * [new branch] gh/XuehaiPan/399/orig -> origin/gh/XuehaiPan/399/orig 2025-12-04T09:52:42.8219657Z * [new branch] gh/XuehaiPan/400/base -> origin/gh/XuehaiPan/400/base 2025-12-04T09:52:42.8219853Z * [new branch] gh/XuehaiPan/400/head -> origin/gh/XuehaiPan/400/head 2025-12-04T09:52:42.8220048Z * [new branch] gh/XuehaiPan/400/orig -> origin/gh/XuehaiPan/400/orig 2025-12-04T09:52:42.8220251Z * [new branch] gh/ZhiweiYan-96/39/base -> origin/gh/ZhiweiYan-96/39/base 2025-12-04T09:52:42.8220460Z * [new branch] gh/ZhiweiYan-96/39/head -> origin/gh/ZhiweiYan-96/39/head 2025-12-04T09:52:42.8220660Z * [new branch] gh/ZhiweiYan-96/39/orig -> origin/gh/ZhiweiYan-96/39/orig 2025-12-04T09:52:42.8220861Z * [new branch] gh/ZhiweiYan-96/44/base -> origin/gh/ZhiweiYan-96/44/base 2025-12-04T09:52:42.8221060Z * [new branch] gh/ZhiweiYan-96/44/head -> origin/gh/ZhiweiYan-96/44/head 2025-12-04T09:52:42.8221257Z * [new branch] gh/ZhiweiYan-96/45/base -> origin/gh/ZhiweiYan-96/45/base 2025-12-04T09:52:42.8221456Z * [new branch] gh/ZhiweiYan-96/45/head -> origin/gh/ZhiweiYan-96/45/head 2025-12-04T09:52:42.8221695Z * [new branch] gh/ZhiweiYan-96/49/base -> origin/gh/ZhiweiYan-96/49/base 2025-12-04T09:52:42.8221896Z * [new branch] gh/ZhiweiYan-96/49/head -> origin/gh/ZhiweiYan-96/49/head 2025-12-04T09:52:42.8222096Z * [new branch] gh/ZhiweiYan-96/62/base -> origin/gh/ZhiweiYan-96/62/base 2025-12-04T09:52:42.8222297Z * [new branch] gh/ZhiweiYan-96/62/head -> origin/gh/ZhiweiYan-96/62/head 2025-12-04T09:52:42.8222522Z * [new branch] gh/ZhiweiYan-96/66/base -> origin/gh/ZhiweiYan-96/66/base 2025-12-04T09:52:42.8222727Z * [new branch] gh/ZhiweiYan-96/66/head -> origin/gh/ZhiweiYan-96/66/head 2025-12-04T09:52:42.8222927Z * [new branch] gh/ZhiweiYan-96/67/base -> origin/gh/ZhiweiYan-96/67/base 2025-12-04T09:52:42.8223122Z * [new branch] gh/ZhiweiYan-96/67/head -> origin/gh/ZhiweiYan-96/67/head 2025-12-04T09:52:42.8223319Z * [new branch] gh/ZhiweiYan-96/68/base -> origin/gh/ZhiweiYan-96/68/base 2025-12-04T09:52:42.8223521Z * [new branch] gh/ZhiweiYan-96/68/head -> origin/gh/ZhiweiYan-96/68/head 2025-12-04T09:52:42.8223717Z * [new branch] gh/ZhiweiYan-96/68/orig -> origin/gh/ZhiweiYan-96/68/orig 2025-12-04T09:52:42.8223913Z * [new branch] gh/aakhundov/1/base -> origin/gh/aakhundov/1/base 2025-12-04T09:52:42.8224109Z * [new branch] gh/aakhundov/1/head -> origin/gh/aakhundov/1/head 2025-12-04T09:52:42.8224296Z * [new branch] gh/aakhundov/2/base -> origin/gh/aakhundov/2/base 2025-12-04T09:52:42.8224487Z * [new branch] gh/aakhundov/2/head -> origin/gh/aakhundov/2/head 2025-12-04T09:52:42.8224681Z * [new branch] gh/aditew01/openblas -> origin/gh/aditew01/openblas 2025-12-04T09:52:42.8224877Z * [new branch] gh/aditew01/sbgemm -> origin/gh/aditew01/sbgemm 2025-12-04T09:52:42.8225069Z * [new branch] gh/aditew01/vecbf16 -> origin/gh/aditew01/vecbf16 2025-12-04T09:52:42.8225252Z * [new branch] gh/albanD/4/base -> origin/gh/albanD/4/base 2025-12-04T09:52:42.8225431Z * [new branch] gh/albanD/4/head -> origin/gh/albanD/4/head 2025-12-04T09:52:42.8225609Z * [new branch] gh/albanD/4/orig -> origin/gh/albanD/4/orig 2025-12-04T09:52:42.8225877Z * [new branch] gh/alexbrauckmann/paddedtensor_faketensor_init -> origin/gh/alexbrauckmann/paddedtensor_faketensor_init 2025-12-04T09:52:42.8226157Z * [new branch] gh/alexsamardzic/12/base -> origin/gh/alexsamardzic/12/base 2025-12-04T09:52:42.8226370Z * [new branch] gh/alexsamardzic/12/head -> origin/gh/alexsamardzic/12/head 2025-12-04T09:52:42.8226575Z * [new branch] gh/alexsamardzic/12/orig -> origin/gh/alexsamardzic/12/orig 2025-12-04T09:52:42.8226831Z * [new branch] gh/alexsamardzic/14/base -> origin/gh/alexsamardzic/14/base 2025-12-04T09:52:42.8227037Z * [new branch] gh/alexsamardzic/14/head -> origin/gh/alexsamardzic/14/head 2025-12-04T09:52:42.8227240Z * [new branch] gh/alexsamardzic/14/orig -> origin/gh/alexsamardzic/14/orig 2025-12-04T09:52:42.8227447Z * [new branch] gh/alexsamardzic/15/base -> origin/gh/alexsamardzic/15/base 2025-12-04T09:52:42.8227656Z * [new branch] gh/alexsamardzic/15/head -> origin/gh/alexsamardzic/15/head 2025-12-04T09:52:42.8227859Z * [new branch] gh/alexsamardzic/15/orig -> origin/gh/alexsamardzic/15/orig 2025-12-04T09:52:42.8228056Z * [new branch] gh/amjames/18/base -> origin/gh/amjames/18/base 2025-12-04T09:52:42.8228242Z * [new branch] gh/amjames/18/head -> origin/gh/amjames/18/head 2025-12-04T09:52:42.8228425Z * [new branch] gh/amjames/18/orig -> origin/gh/amjames/18/orig 2025-12-04T09:52:42.8228667Z * [new branch] gh/andrewor14/35/base -> origin/gh/andrewor14/35/base 2025-12-04T09:52:42.8228865Z * [new branch] gh/andrewor14/35/head -> origin/gh/andrewor14/35/head 2025-12-04T09:52:42.8229053Z * [new branch] gh/andrewor14/35/orig -> origin/gh/andrewor14/35/orig 2025-12-04T09:52:42.8229271Z * [new branch] gh/andrewor14/50/base -> origin/gh/andrewor14/50/base 2025-12-04T09:52:42.8229460Z * [new branch] gh/andrewor14/50/head -> origin/gh/andrewor14/50/head 2025-12-04T09:52:42.8229649Z * [new branch] gh/andrewor14/50/orig -> origin/gh/andrewor14/50/orig 2025-12-04T09:52:42.8229838Z * [new branch] gh/andyanwang/30/base -> origin/gh/andyanwang/30/base 2025-12-04T09:52:42.8230029Z * [new branch] gh/andyanwang/30/orig -> origin/gh/andyanwang/30/orig 2025-12-04T09:52:42.8230220Z * [new branch] gh/andyanwang/31/base -> origin/gh/andyanwang/31/base 2025-12-04T09:52:42.8230415Z * [new branch] gh/andyanwang/31/orig -> origin/gh/andyanwang/31/orig 2025-12-04T09:52:42.8230605Z * [new branch] gh/andyanwang/39/base -> origin/gh/andyanwang/39/base 2025-12-04T09:52:42.8230795Z * [new branch] gh/andyanwang/39/head -> origin/gh/andyanwang/39/head 2025-12-04T09:52:42.8230988Z * [new branch] gh/andyanwang/39/orig -> origin/gh/andyanwang/39/orig 2025-12-04T09:52:42.8231176Z * [new branch] gh/andyanwang/42/base -> origin/gh/andyanwang/42/base 2025-12-04T09:52:42.8231369Z * [new branch] gh/andyanwang/42/head -> origin/gh/andyanwang/42/head 2025-12-04T09:52:42.8231562Z * [new branch] gh/andyanwang/42/orig -> origin/gh/andyanwang/42/orig 2025-12-04T09:52:42.8231753Z * [new branch] gh/andyanwang/45/base -> origin/gh/andyanwang/45/base 2025-12-04T09:52:42.8231949Z * [new branch] gh/andyanwang/45/head -> origin/gh/andyanwang/45/head 2025-12-04T09:52:42.8232172Z * [new branch] gh/andyanwang/45/orig -> origin/gh/andyanwang/45/orig 2025-12-04T09:52:42.8232381Z * [new branch] gh/angelayi/107/base -> origin/gh/angelayi/107/base 2025-12-04T09:52:42.8232587Z * [new branch] gh/angelayi/107/head -> origin/gh/angelayi/107/head 2025-12-04T09:52:42.8232779Z * [new branch] gh/angelayi/114/base -> origin/gh/angelayi/114/base 2025-12-04T09:52:42.8232967Z * [new branch] gh/angelayi/114/head -> origin/gh/angelayi/114/head 2025-12-04T09:52:42.8233160Z * [new branch] gh/angelayi/114/orig -> origin/gh/angelayi/114/orig 2025-12-04T09:52:42.8233348Z * [new branch] gh/angelayi/116/base -> origin/gh/angelayi/116/base 2025-12-04T09:52:42.8233533Z * [new branch] gh/angelayi/116/head -> origin/gh/angelayi/116/head 2025-12-04T09:52:42.8233722Z * [new branch] gh/angelayi/116/orig -> origin/gh/angelayi/116/orig 2025-12-04T09:52:42.8233910Z * [new branch] gh/angelayi/122/base -> origin/gh/angelayi/122/base 2025-12-04T09:52:42.8234099Z * [new branch] gh/angelayi/122/head -> origin/gh/angelayi/122/head 2025-12-04T09:52:42.8234296Z * [new branch] gh/angelayi/122/orig -> origin/gh/angelayi/122/orig 2025-12-04T09:52:42.8234486Z * [new branch] gh/angelayi/124/base -> origin/gh/angelayi/124/base 2025-12-04T09:52:42.8234673Z * [new branch] gh/angelayi/124/head -> origin/gh/angelayi/124/head 2025-12-04T09:52:42.8234861Z * [new branch] gh/angelayi/124/orig -> origin/gh/angelayi/124/orig 2025-12-04T09:52:42.8235054Z * [new branch] gh/angelayi/128/base -> origin/gh/angelayi/128/base 2025-12-04T09:52:42.8235277Z * [new branch] gh/angelayi/128/head -> origin/gh/angelayi/128/head 2025-12-04T09:52:42.8235468Z * [new branch] gh/angelayi/128/orig -> origin/gh/angelayi/128/orig 2025-12-04T09:52:42.8235655Z * [new branch] gh/angelayi/131/base -> origin/gh/angelayi/131/base 2025-12-04T09:52:42.8235840Z * [new branch] gh/angelayi/131/head -> origin/gh/angelayi/131/head 2025-12-04T09:52:42.8236063Z * [new branch] gh/angelayi/131/orig -> origin/gh/angelayi/131/orig 2025-12-04T09:52:42.8236250Z * [new branch] gh/angelayi/132/base -> origin/gh/angelayi/132/base 2025-12-04T09:52:42.8236440Z * [new branch] gh/angelayi/132/head -> origin/gh/angelayi/132/head 2025-12-04T09:52:42.8236628Z * [new branch] gh/angelayi/132/orig -> origin/gh/angelayi/132/orig 2025-12-04T09:52:42.8236878Z * [new branch] gh/angelayi/133/base -> origin/gh/angelayi/133/base 2025-12-04T09:52:42.8237068Z * [new branch] gh/angelayi/133/head -> origin/gh/angelayi/133/head 2025-12-04T09:52:42.8237257Z * [new branch] gh/angelayi/133/orig -> origin/gh/angelayi/133/orig 2025-12-04T09:52:42.8237453Z * [new branch] gh/angelayi/134/base -> origin/gh/angelayi/134/base 2025-12-04T09:52:42.8237642Z * [new branch] gh/angelayi/134/head -> origin/gh/angelayi/134/head 2025-12-04T09:52:42.8237829Z * [new branch] gh/angelayi/134/orig -> origin/gh/angelayi/134/orig 2025-12-04T09:52:42.8238017Z * [new branch] gh/angelayi/135/base -> origin/gh/angelayi/135/base 2025-12-04T09:52:42.8238209Z * [new branch] gh/angelayi/135/head -> origin/gh/angelayi/135/head 2025-12-04T09:52:42.8238406Z * [new branch] gh/angelayi/135/orig -> origin/gh/angelayi/135/orig 2025-12-04T09:52:42.8238593Z * [new branch] gh/angelayi/136/base -> origin/gh/angelayi/136/base 2025-12-04T09:52:42.8238782Z * [new branch] gh/angelayi/136/head -> origin/gh/angelayi/136/head 2025-12-04T09:52:42.8238972Z * [new branch] gh/angelayi/136/orig -> origin/gh/angelayi/136/orig 2025-12-04T09:52:42.8239160Z * [new branch] gh/angelayi/137/base -> origin/gh/angelayi/137/base 2025-12-04T09:52:42.8239349Z * [new branch] gh/angelayi/137/head -> origin/gh/angelayi/137/head 2025-12-04T09:52:42.8239536Z * [new branch] gh/angelayi/137/orig -> origin/gh/angelayi/137/orig 2025-12-04T09:52:42.8239722Z * [new branch] gh/angelayi/138/base -> origin/gh/angelayi/138/base 2025-12-04T09:52:42.8239911Z * [new branch] gh/angelayi/138/head -> origin/gh/angelayi/138/head 2025-12-04T09:52:42.8240101Z * [new branch] gh/angelayi/138/orig -> origin/gh/angelayi/138/orig 2025-12-04T09:52:42.8240293Z * [new branch] gh/angelayi/139/base -> origin/gh/angelayi/139/base 2025-12-04T09:52:42.8240482Z * [new branch] gh/angelayi/139/head -> origin/gh/angelayi/139/head 2025-12-04T09:52:42.8240674Z * [new branch] gh/angelayi/139/orig -> origin/gh/angelayi/139/orig 2025-12-04T09:52:42.8240863Z * [new branch] gh/angelayi/140/base -> origin/gh/angelayi/140/base 2025-12-04T09:52:42.8241055Z * [new branch] gh/angelayi/140/head -> origin/gh/angelayi/140/head 2025-12-04T09:52:42.8241243Z * [new branch] gh/angelayi/140/orig -> origin/gh/angelayi/140/orig 2025-12-04T09:52:42.8241431Z * [new branch] gh/angelayi/141/base -> origin/gh/angelayi/141/base 2025-12-04T09:52:42.8241617Z * [new branch] gh/angelayi/141/head -> origin/gh/angelayi/141/head 2025-12-04T09:52:42.8241804Z * [new branch] gh/angelayi/141/orig -> origin/gh/angelayi/141/orig 2025-12-04T09:52:42.8242036Z * [new branch] gh/angelayi/142/base -> origin/gh/angelayi/142/base 2025-12-04T09:52:42.8242228Z * [new branch] gh/angelayi/142/head -> origin/gh/angelayi/142/head 2025-12-04T09:52:42.8242415Z * [new branch] gh/angelayi/142/orig -> origin/gh/angelayi/142/orig 2025-12-04T09:52:42.8242629Z * [new branch] gh/angelayi/143/base -> origin/gh/angelayi/143/base 2025-12-04T09:52:42.8242819Z * [new branch] gh/angelayi/143/head -> origin/gh/angelayi/143/head 2025-12-04T09:52:42.8243088Z * [new branch] gh/angelayi/143/orig -> origin/gh/angelayi/143/orig 2025-12-04T09:52:42.8243274Z * [new branch] gh/angelayi/144/base -> origin/gh/angelayi/144/base 2025-12-04T09:52:42.8243460Z * [new branch] gh/angelayi/144/head -> origin/gh/angelayi/144/head 2025-12-04T09:52:42.8243647Z * [new branch] gh/angelayi/144/orig -> origin/gh/angelayi/144/orig 2025-12-04T09:52:42.8243847Z * [new branch] gh/anijain2305/753/base -> origin/gh/anijain2305/753/base 2025-12-04T09:52:42.8244049Z * [new branch] gh/anijain2305/753/head -> origin/gh/anijain2305/753/head 2025-12-04T09:52:42.8244247Z * [new branch] gh/anijain2305/753/orig -> origin/gh/anijain2305/753/orig 2025-12-04T09:52:42.8244446Z * [new branch] gh/anijain2305/810/base -> origin/gh/anijain2305/810/base 2025-12-04T09:52:42.8244646Z * [new branch] gh/anijain2305/810/head -> origin/gh/anijain2305/810/head 2025-12-04T09:52:42.8244838Z * [new branch] gh/anijain2305/810/orig -> origin/gh/anijain2305/810/orig 2025-12-04T09:52:42.8245032Z * [new branch] gh/anijain2305/854/base -> origin/gh/anijain2305/854/base 2025-12-04T09:52:42.8245232Z * [new branch] gh/anijain2305/854/head -> origin/gh/anijain2305/854/head 2025-12-04T09:52:42.8245428Z * [new branch] gh/anijain2305/854/orig -> origin/gh/anijain2305/854/orig 2025-12-04T09:52:42.8245623Z * [new branch] gh/anijain2305/864/base -> origin/gh/anijain2305/864/base 2025-12-04T09:52:42.8245819Z * [new branch] gh/anijain2305/864/head -> origin/gh/anijain2305/864/head 2025-12-04T09:52:42.8246014Z * [new branch] gh/anijain2305/864/orig -> origin/gh/anijain2305/864/orig 2025-12-04T09:52:42.8246213Z * [new branch] gh/anijain2305/870/base -> origin/gh/anijain2305/870/base 2025-12-04T09:52:42.8246410Z * [new branch] gh/anijain2305/870/head -> origin/gh/anijain2305/870/head 2025-12-04T09:52:42.8246606Z * [new branch] gh/anijain2305/870/orig -> origin/gh/anijain2305/870/orig 2025-12-04T09:52:42.8246850Z * [new branch] gh/anijain2305/873/base -> origin/gh/anijain2305/873/base 2025-12-04T09:52:42.8247047Z * [new branch] gh/anijain2305/873/head -> origin/gh/anijain2305/873/head 2025-12-04T09:52:42.8247241Z * [new branch] gh/anijain2305/873/orig -> origin/gh/anijain2305/873/orig 2025-12-04T09:52:42.8247442Z * [new branch] gh/anijain2305/894/base -> origin/gh/anijain2305/894/base 2025-12-04T09:52:42.8247636Z * [new branch] gh/anijain2305/894/head -> origin/gh/anijain2305/894/head 2025-12-04T09:52:42.8247833Z * [new branch] gh/anijain2305/894/orig -> origin/gh/anijain2305/894/orig 2025-12-04T09:52:42.8248036Z * [new branch] gh/anijain2305/895/base -> origin/gh/anijain2305/895/base 2025-12-04T09:52:42.8248236Z * [new branch] gh/anijain2305/895/head -> origin/gh/anijain2305/895/head 2025-12-04T09:52:42.8248429Z * [new branch] gh/anijain2305/895/orig -> origin/gh/anijain2305/895/orig 2025-12-04T09:52:42.8248668Z * [new branch] gh/anijain2305/910/base -> origin/gh/anijain2305/910/base 2025-12-04T09:52:42.8248865Z * [new branch] gh/anijain2305/910/head -> origin/gh/anijain2305/910/head 2025-12-04T09:52:42.8249062Z * [new branch] gh/anijain2305/910/orig -> origin/gh/anijain2305/910/orig 2025-12-04T09:52:42.8249260Z * [new branch] gh/anijain2305/919/base -> origin/gh/anijain2305/919/base 2025-12-04T09:52:42.8249486Z * [new branch] gh/anijain2305/919/head -> origin/gh/anijain2305/919/head 2025-12-04T09:52:42.8249685Z * [new branch] gh/anijain2305/919/orig -> origin/gh/anijain2305/919/orig 2025-12-04T09:52:42.8249886Z * [new branch] gh/anijain2305/922/base -> origin/gh/anijain2305/922/base 2025-12-04T09:52:42.8250082Z * [new branch] gh/anijain2305/922/head -> origin/gh/anijain2305/922/head 2025-12-04T09:52:42.8250278Z * [new branch] gh/anijain2305/922/orig -> origin/gh/anijain2305/922/orig 2025-12-04T09:52:42.8250477Z * [new branch] gh/anijain2305/932/base -> origin/gh/anijain2305/932/base 2025-12-04T09:52:42.8250669Z * [new branch] gh/anijain2305/932/head -> origin/gh/anijain2305/932/head 2025-12-04T09:52:42.8250865Z * [new branch] gh/anijain2305/932/orig -> origin/gh/anijain2305/932/orig 2025-12-04T09:52:42.8251065Z * [new branch] gh/anijain2305/940/base -> origin/gh/anijain2305/940/base 2025-12-04T09:52:42.8251258Z * [new branch] gh/anijain2305/940/head -> origin/gh/anijain2305/940/head 2025-12-04T09:52:42.8251454Z * [new branch] gh/anijain2305/940/orig -> origin/gh/anijain2305/940/orig 2025-12-04T09:52:42.8251651Z * [new branch] gh/anijain2305/941/base -> origin/gh/anijain2305/941/base 2025-12-04T09:52:42.8251845Z * [new branch] gh/anijain2305/941/head -> origin/gh/anijain2305/941/head 2025-12-04T09:52:42.8252044Z * [new branch] gh/anijain2305/941/orig -> origin/gh/anijain2305/941/orig 2025-12-04T09:52:42.8252244Z * [new branch] gh/anijain2305/942/base -> origin/gh/anijain2305/942/base 2025-12-04T09:52:42.8252436Z * [new branch] gh/anijain2305/942/head -> origin/gh/anijain2305/942/head 2025-12-04T09:52:42.8252630Z * [new branch] gh/anijain2305/942/orig -> origin/gh/anijain2305/942/orig 2025-12-04T09:52:42.8252827Z * [new branch] gh/anijain2305/943/base -> origin/gh/anijain2305/943/base 2025-12-04T09:52:42.8253021Z * [new branch] gh/anijain2305/943/head -> origin/gh/anijain2305/943/head 2025-12-04T09:52:42.8253221Z * [new branch] gh/anijain2305/943/orig -> origin/gh/anijain2305/943/orig 2025-12-04T09:52:42.8253419Z * [new branch] gh/anijain2305/944/base -> origin/gh/anijain2305/944/base 2025-12-04T09:52:42.8253611Z * [new branch] gh/anijain2305/944/head -> origin/gh/anijain2305/944/head 2025-12-04T09:52:42.8253807Z * [new branch] gh/anijain2305/944/orig -> origin/gh/anijain2305/944/orig 2025-12-04T09:52:42.8254003Z * [new branch] gh/anijain2305/945/base -> origin/gh/anijain2305/945/base 2025-12-04T09:52:42.8254198Z * [new branch] gh/anijain2305/945/head -> origin/gh/anijain2305/945/head 2025-12-04T09:52:42.8254400Z * [new branch] gh/anijain2305/945/orig -> origin/gh/anijain2305/945/orig 2025-12-04T09:52:42.8254597Z * [new branch] gh/anijain2305/946/base -> origin/gh/anijain2305/946/base 2025-12-04T09:52:42.8254789Z * [new branch] gh/anijain2305/946/head -> origin/gh/anijain2305/946/head 2025-12-04T09:52:42.8254984Z * [new branch] gh/anijain2305/946/orig -> origin/gh/anijain2305/946/orig 2025-12-04T09:52:42.8255177Z * [new branch] gh/anijain2305/947/base -> origin/gh/anijain2305/947/base 2025-12-04T09:52:42.8255413Z * [new branch] gh/anijain2305/947/head -> origin/gh/anijain2305/947/head 2025-12-04T09:52:42.8255611Z * [new branch] gh/anijain2305/947/orig -> origin/gh/anijain2305/947/orig 2025-12-04T09:52:42.8255809Z * [new branch] gh/anijain2305/948/base -> origin/gh/anijain2305/948/base 2025-12-04T09:52:42.8256024Z * [new branch] gh/anijain2305/948/head -> origin/gh/anijain2305/948/head 2025-12-04T09:52:42.8256219Z * [new branch] gh/anijain2305/948/orig -> origin/gh/anijain2305/948/orig 2025-12-04T09:52:42.8256413Z * [new branch] gh/anijain2305/949/base -> origin/gh/anijain2305/949/base 2025-12-04T09:52:42.8256609Z * [new branch] gh/anijain2305/949/head -> origin/gh/anijain2305/949/head 2025-12-04T09:52:42.8256850Z * [new branch] gh/anijain2305/949/orig -> origin/gh/anijain2305/949/orig 2025-12-04T09:52:42.8257049Z * [new branch] gh/anijain2305/950/base -> origin/gh/anijain2305/950/base 2025-12-04T09:52:42.8257246Z * [new branch] gh/anijain2305/950/head -> origin/gh/anijain2305/950/head 2025-12-04T09:52:42.8257440Z * [new branch] gh/anijain2305/950/orig -> origin/gh/anijain2305/950/orig 2025-12-04T09:52:42.8257635Z * [new branch] gh/anijain2305/951/base -> origin/gh/anijain2305/951/base 2025-12-04T09:52:42.8257831Z * [new branch] gh/anijain2305/951/head -> origin/gh/anijain2305/951/head 2025-12-04T09:52:42.8258029Z * [new branch] gh/anijain2305/951/orig -> origin/gh/anijain2305/951/orig 2025-12-04T09:52:42.8258226Z * [new branch] gh/anijain2305/952/base -> origin/gh/anijain2305/952/base 2025-12-04T09:52:42.8258430Z * [new branch] gh/anijain2305/952/head -> origin/gh/anijain2305/952/head 2025-12-04T09:52:42.8258629Z * [new branch] gh/anijain2305/952/orig -> origin/gh/anijain2305/952/orig 2025-12-04T09:52:42.8258827Z * [new branch] gh/anijain2305/953/base -> origin/gh/anijain2305/953/base 2025-12-04T09:52:42.8259024Z * [new branch] gh/anijain2305/953/head -> origin/gh/anijain2305/953/head 2025-12-04T09:52:42.8259223Z * [new branch] gh/anijain2305/953/orig -> origin/gh/anijain2305/953/orig 2025-12-04T09:52:42.8259420Z * [new branch] gh/anijain2305/954/base -> origin/gh/anijain2305/954/base 2025-12-04T09:52:42.8259619Z * [new branch] gh/anijain2305/954/head -> origin/gh/anijain2305/954/head 2025-12-04T09:52:42.8259815Z * [new branch] gh/anijain2305/954/orig -> origin/gh/anijain2305/954/orig 2025-12-04T09:52:42.8260010Z * [new branch] gh/anijain2305/955/base -> origin/gh/anijain2305/955/base 2025-12-04T09:52:42.8260207Z * [new branch] gh/anijain2305/955/head -> origin/gh/anijain2305/955/head 2025-12-04T09:52:42.8260402Z * [new branch] gh/anijain2305/955/orig -> origin/gh/anijain2305/955/orig 2025-12-04T09:52:42.8260596Z * [new branch] gh/anijain2305/956/base -> origin/gh/anijain2305/956/base 2025-12-04T09:52:42.8260797Z * [new branch] gh/anijain2305/956/head -> origin/gh/anijain2305/956/head 2025-12-04T09:52:42.8260990Z * [new branch] gh/anijain2305/956/orig -> origin/gh/anijain2305/956/orig 2025-12-04T09:52:42.8261184Z * [new branch] gh/anijain2305/957/base -> origin/gh/anijain2305/957/base 2025-12-04T09:52:42.8261378Z * [new branch] gh/anijain2305/957/head -> origin/gh/anijain2305/957/head 2025-12-04T09:52:42.8261573Z * [new branch] gh/anijain2305/957/orig -> origin/gh/anijain2305/957/orig 2025-12-04T09:52:42.8261772Z * [new branch] gh/anijain2305/958/base -> origin/gh/anijain2305/958/base 2025-12-04T09:52:42.8261969Z * [new branch] gh/anijain2305/958/head -> origin/gh/anijain2305/958/head 2025-12-04T09:52:42.8262203Z * [new branch] gh/anijain2305/958/orig -> origin/gh/anijain2305/958/orig 2025-12-04T09:52:42.8262398Z * [new branch] gh/anijain2305/959/base -> origin/gh/anijain2305/959/base 2025-12-04T09:52:42.8262596Z * [new branch] gh/anijain2305/959/head -> origin/gh/anijain2305/959/head 2025-12-04T09:52:42.8262822Z * [new branch] gh/anijain2305/959/orig -> origin/gh/anijain2305/959/orig 2025-12-04T09:52:42.8263019Z * [new branch] gh/anijain2305/960/base -> origin/gh/anijain2305/960/base 2025-12-04T09:52:42.8263216Z * [new branch] gh/anijain2305/960/head -> origin/gh/anijain2305/960/head 2025-12-04T09:52:42.8263413Z * [new branch] gh/anijain2305/960/orig -> origin/gh/anijain2305/960/orig 2025-12-04T09:52:42.8263609Z * [new branch] gh/anijain2305/961/base -> origin/gh/anijain2305/961/base 2025-12-04T09:52:42.8263809Z * [new branch] gh/anijain2305/961/head -> origin/gh/anijain2305/961/head 2025-12-04T09:52:42.8264002Z * [new branch] gh/anijain2305/961/orig -> origin/gh/anijain2305/961/orig 2025-12-04T09:52:42.8264200Z * [new branch] gh/anijain2305/962/base -> origin/gh/anijain2305/962/base 2025-12-04T09:52:42.8264400Z * [new branch] gh/anijain2305/962/head -> origin/gh/anijain2305/962/head 2025-12-04T09:52:42.8264595Z * [new branch] gh/anijain2305/962/orig -> origin/gh/anijain2305/962/orig 2025-12-04T09:52:42.8264790Z * [new branch] gh/anijain2305/963/base -> origin/gh/anijain2305/963/base 2025-12-04T09:52:42.8264985Z * [new branch] gh/anijain2305/963/head -> origin/gh/anijain2305/963/head 2025-12-04T09:52:42.8265178Z * [new branch] gh/anijain2305/963/orig -> origin/gh/anijain2305/963/orig 2025-12-04T09:52:42.8265375Z * [new branch] gh/anijain2305/964/base -> origin/gh/anijain2305/964/base 2025-12-04T09:52:42.8265574Z * [new branch] gh/anijain2305/964/head -> origin/gh/anijain2305/964/head 2025-12-04T09:52:42.8265766Z * [new branch] gh/anijain2305/964/orig -> origin/gh/anijain2305/964/orig 2025-12-04T09:52:42.8265962Z * [new branch] gh/anijain2305/965/base -> origin/gh/anijain2305/965/base 2025-12-04T09:52:42.8266158Z * [new branch] gh/anijain2305/965/head -> origin/gh/anijain2305/965/head 2025-12-04T09:52:42.8266353Z * [new branch] gh/anijain2305/965/orig -> origin/gh/anijain2305/965/orig 2025-12-04T09:52:42.8266555Z * [new branch] gh/anijain2305/966/base -> origin/gh/anijain2305/966/base 2025-12-04T09:52:42.8266794Z * [new branch] gh/anijain2305/966/head -> origin/gh/anijain2305/966/head 2025-12-04T09:52:42.8266989Z * [new branch] gh/anijain2305/966/orig -> origin/gh/anijain2305/966/orig 2025-12-04T09:52:42.8267186Z * [new branch] gh/anijain2305/967/base -> origin/gh/anijain2305/967/base 2025-12-04T09:52:42.8267382Z * [new branch] gh/anijain2305/967/head -> origin/gh/anijain2305/967/head 2025-12-04T09:52:42.8267580Z * [new branch] gh/anijain2305/967/orig -> origin/gh/anijain2305/967/orig 2025-12-04T09:52:42.8267777Z * [new branch] gh/anijain2305/968/base -> origin/gh/anijain2305/968/base 2025-12-04T09:52:42.8267971Z * [new branch] gh/anijain2305/968/head -> origin/gh/anijain2305/968/head 2025-12-04T09:52:42.8268168Z * [new branch] gh/anijain2305/968/orig -> origin/gh/anijain2305/968/orig 2025-12-04T09:52:42.8268363Z * [new branch] gh/anijain2305/969/base -> origin/gh/anijain2305/969/base 2025-12-04T09:52:42.8268557Z * [new branch] gh/anijain2305/969/head -> origin/gh/anijain2305/969/head 2025-12-04T09:52:42.8268788Z * [new branch] gh/anijain2305/969/orig -> origin/gh/anijain2305/969/orig 2025-12-04T09:52:42.8268987Z * [new branch] gh/anijain2305/970/base -> origin/gh/anijain2305/970/base 2025-12-04T09:52:42.8269181Z * [new branch] gh/anijain2305/970/head -> origin/gh/anijain2305/970/head 2025-12-04T09:52:42.8269376Z * [new branch] gh/anijain2305/970/orig -> origin/gh/anijain2305/970/orig 2025-12-04T09:52:42.8269600Z * [new branch] gh/anjali411/216/base -> origin/gh/anjali411/216/base 2025-12-04T09:52:42.8269795Z * [new branch] gh/anjali411/216/head -> origin/gh/anjali411/216/head 2025-12-04T09:52:42.8269986Z * [new branch] gh/anjali411/216/orig -> origin/gh/anjali411/216/orig 2025-12-04T09:52:42.8270177Z * [new branch] gh/anshul-si/1/base -> origin/gh/anshul-si/1/base 2025-12-04T09:52:42.8270364Z * [new branch] gh/anshul-si/1/head -> origin/gh/anshul-si/1/head 2025-12-04T09:52:42.8270552Z * [new branch] gh/anshul-si/2/base -> origin/gh/anshul-si/2/base 2025-12-04T09:52:42.8270739Z * [new branch] gh/anshul-si/2/head -> origin/gh/anshul-si/2/head 2025-12-04T09:52:42.8270923Z * [new branch] gh/anshul-si/3/base -> origin/gh/anshul-si/3/base 2025-12-04T09:52:42.8271111Z * [new branch] gh/anshul-si/3/head -> origin/gh/anshul-si/3/head 2025-12-04T09:52:42.8271294Z * [new branch] gh/anshul-si/4/base -> origin/gh/anshul-si/4/base 2025-12-04T09:52:42.8271479Z * [new branch] gh/anshul-si/4/head -> origin/gh/anshul-si/4/head 2025-12-04T09:52:42.8271668Z * [new branch] gh/anshul-si/5/base -> origin/gh/anshul-si/5/base 2025-12-04T09:52:42.8271851Z * [new branch] gh/anshul-si/5/head -> origin/gh/anshul-si/5/head 2025-12-04T09:52:42.8272037Z * [new branch] gh/anshul-si/53/base -> origin/gh/anshul-si/53/base 2025-12-04T09:52:42.8272225Z * [new branch] gh/anshul-si/53/head -> origin/gh/anshul-si/53/head 2025-12-04T09:52:42.8272411Z * [new branch] gh/anshul-si/58/base -> origin/gh/anshul-si/58/base 2025-12-04T09:52:42.8272595Z * [new branch] gh/anshul-si/58/head -> origin/gh/anshul-si/58/head 2025-12-04T09:52:42.8272785Z * [new branch] gh/anshul-si/66/base -> origin/gh/anshul-si/66/base 2025-12-04T09:52:42.8272974Z * [new branch] gh/anshul-si/66/head -> origin/gh/anshul-si/66/head 2025-12-04T09:52:42.8273158Z * [new branch] gh/anshul-si/66/orig -> origin/gh/anshul-si/66/orig 2025-12-04T09:52:42.8273345Z * [new branch] gh/anshul-si/67/base -> origin/gh/anshul-si/67/base 2025-12-04T09:52:42.8273530Z * [new branch] gh/anshul-si/67/head -> origin/gh/anshul-si/67/head 2025-12-04T09:52:42.8273718Z * [new branch] gh/anshul-si/67/orig -> origin/gh/anshul-si/67/orig 2025-12-04T09:52:42.8273904Z * [new branch] gh/anshul-si/68/base -> origin/gh/anshul-si/68/base 2025-12-04T09:52:42.8274092Z * [new branch] gh/anshul-si/68/head -> origin/gh/anshul-si/68/head 2025-12-04T09:52:42.8274280Z * [new branch] gh/anshul-si/68/orig -> origin/gh/anshul-si/68/orig 2025-12-04T09:52:42.8274465Z * [new branch] gh/anshul-si/69/base -> origin/gh/anshul-si/69/base 2025-12-04T09:52:42.8274648Z * [new branch] gh/anshul-si/69/head -> origin/gh/anshul-si/69/head 2025-12-04T09:52:42.8274834Z * [new branch] gh/anshul-si/69/orig -> origin/gh/anshul-si/69/orig 2025-12-04T09:52:42.8275021Z * [new branch] gh/anshul-si/70/base -> origin/gh/anshul-si/70/base 2025-12-04T09:52:42.8275207Z * [new branch] gh/anshul-si/70/head -> origin/gh/anshul-si/70/head 2025-12-04T09:52:42.8275418Z * [new branch] gh/anshul-si/70/orig -> origin/gh/anshul-si/70/orig 2025-12-04T09:52:42.8275605Z * [new branch] gh/anshul-si/71/base -> origin/gh/anshul-si/71/base 2025-12-04T09:52:42.8275789Z * [new branch] gh/anshul-si/71/head -> origin/gh/anshul-si/71/head 2025-12-04T09:52:42.8276002Z * [new branch] gh/anshul-si/71/orig -> origin/gh/anshul-si/71/orig 2025-12-04T09:52:42.8276193Z * [new branch] gh/anshul-si/72/base -> origin/gh/anshul-si/72/base 2025-12-04T09:52:42.8276376Z * [new branch] gh/anshul-si/72/head -> origin/gh/anshul-si/72/head 2025-12-04T09:52:42.8276561Z * [new branch] gh/anshul-si/72/orig -> origin/gh/anshul-si/72/orig 2025-12-04T09:52:42.8276781Z * [new branch] gh/anshul-si/73/base -> origin/gh/anshul-si/73/base 2025-12-04T09:52:42.8276970Z * [new branch] gh/anshul-si/73/head -> origin/gh/anshul-si/73/head 2025-12-04T09:52:42.8277160Z * [new branch] gh/anshul-si/73/orig -> origin/gh/anshul-si/73/orig 2025-12-04T09:52:42.8277349Z * [new branch] gh/aorenste/132/base -> origin/gh/aorenste/132/base 2025-12-04T09:52:42.8277536Z * [new branch] gh/aorenste/132/head -> origin/gh/aorenste/132/head 2025-12-04T09:52:42.8277728Z * [new branch] gh/aorenste/134/base -> origin/gh/aorenste/134/base 2025-12-04T09:52:42.8277913Z * [new branch] gh/aorenste/134/head -> origin/gh/aorenste/134/head 2025-12-04T09:52:42.8278102Z * [new branch] gh/aorenste/134/orig -> origin/gh/aorenste/134/orig 2025-12-04T09:52:42.8278292Z * [new branch] gh/aorenste/139/base -> origin/gh/aorenste/139/base 2025-12-04T09:52:42.8278480Z * [new branch] gh/aorenste/139/head -> origin/gh/aorenste/139/head 2025-12-04T09:52:42.8278671Z * [new branch] gh/aorenste/139/orig -> origin/gh/aorenste/139/orig 2025-12-04T09:52:42.8278859Z * [new branch] gh/aorenste/141/base -> origin/gh/aorenste/141/base 2025-12-04T09:52:42.8279047Z * [new branch] gh/aorenste/141/head -> origin/gh/aorenste/141/head 2025-12-04T09:52:42.8279242Z * [new branch] gh/aorenste/145/base -> origin/gh/aorenste/145/base 2025-12-04T09:52:42.8279430Z * [new branch] gh/aorenste/145/head -> origin/gh/aorenste/145/head 2025-12-04T09:52:42.8279616Z * [new branch] gh/aorenste/145/orig -> origin/gh/aorenste/145/orig 2025-12-04T09:52:42.8279804Z * [new branch] gh/aorenste/146/base -> origin/gh/aorenste/146/base 2025-12-04T09:52:42.8279995Z * [new branch] gh/aorenste/146/head -> origin/gh/aorenste/146/head 2025-12-04T09:52:42.8280185Z * [new branch] gh/aorenste/146/orig -> origin/gh/aorenste/146/orig 2025-12-04T09:52:42.8280372Z * [new branch] gh/aorenste/147/base -> origin/gh/aorenste/147/base 2025-12-04T09:52:42.8280561Z * [new branch] gh/aorenste/147/head -> origin/gh/aorenste/147/head 2025-12-04T09:52:42.8280747Z * [new branch] gh/aorenste/147/orig -> origin/gh/aorenste/147/orig 2025-12-04T09:52:42.8280937Z * [new branch] gh/aorenste/148/base -> origin/gh/aorenste/148/base 2025-12-04T09:52:42.8281128Z * [new branch] gh/aorenste/148/head -> origin/gh/aorenste/148/head 2025-12-04T09:52:42.8281312Z * [new branch] gh/aorenste/148/orig -> origin/gh/aorenste/148/orig 2025-12-04T09:52:42.8281500Z * [new branch] gh/aorenste/149/base -> origin/gh/aorenste/149/base 2025-12-04T09:52:42.8281687Z * [new branch] gh/aorenste/149/head -> origin/gh/aorenste/149/head 2025-12-04T09:52:42.8281909Z * [new branch] gh/aorenste/149/orig -> origin/gh/aorenste/149/orig 2025-12-04T09:52:42.8282099Z * [new branch] gh/aorenste/150/base -> origin/gh/aorenste/150/base 2025-12-04T09:52:42.8282288Z * [new branch] gh/aorenste/150/head -> origin/gh/aorenste/150/head 2025-12-04T09:52:42.8282501Z * [new branch] gh/aorenste/150/orig -> origin/gh/aorenste/150/orig 2025-12-04T09:52:42.8282687Z * [new branch] gh/aorenste/151/base -> origin/gh/aorenste/151/base 2025-12-04T09:52:42.8282878Z * [new branch] gh/aorenste/151/head -> origin/gh/aorenste/151/head 2025-12-04T09:52:42.8283065Z * [new branch] gh/aorenste/151/orig -> origin/gh/aorenste/151/orig 2025-12-04T09:52:42.8283253Z * [new branch] gh/aorenste/152/base -> origin/gh/aorenste/152/base 2025-12-04T09:52:42.8283440Z * [new branch] gh/aorenste/152/head -> origin/gh/aorenste/152/head 2025-12-04T09:52:42.8283633Z * [new branch] gh/aorenste/152/orig -> origin/gh/aorenste/152/orig 2025-12-04T09:52:42.8283821Z * [new branch] gh/aorenste/153/base -> origin/gh/aorenste/153/base 2025-12-04T09:52:42.8284010Z * [new branch] gh/aorenste/153/head -> origin/gh/aorenste/153/head 2025-12-04T09:52:42.8284202Z * [new branch] gh/aorenste/153/orig -> origin/gh/aorenste/153/orig 2025-12-04T09:52:42.8284389Z * [new branch] gh/aorenste/154/base -> origin/gh/aorenste/154/base 2025-12-04T09:52:42.8284575Z * [new branch] gh/aorenste/154/head -> origin/gh/aorenste/154/head 2025-12-04T09:52:42.8284764Z * [new branch] gh/aorenste/154/orig -> origin/gh/aorenste/154/orig 2025-12-04T09:52:42.8284951Z * [new branch] gh/aorenste/155/base -> origin/gh/aorenste/155/base 2025-12-04T09:52:42.8285142Z * [new branch] gh/aorenste/155/head -> origin/gh/aorenste/155/head 2025-12-04T09:52:42.8285334Z * [new branch] gh/aorenste/155/orig -> origin/gh/aorenste/155/orig 2025-12-04T09:52:42.8285521Z * [new branch] gh/aorenste/156/base -> origin/gh/aorenste/156/base 2025-12-04T09:52:42.8285708Z * [new branch] gh/aorenste/156/head -> origin/gh/aorenste/156/head 2025-12-04T09:52:42.8285899Z * [new branch] gh/aorenste/156/orig -> origin/gh/aorenste/156/orig 2025-12-04T09:52:42.8286086Z * [new branch] gh/aorenste/157/base -> origin/gh/aorenste/157/base 2025-12-04T09:52:42.8286273Z * [new branch] gh/aorenste/157/head -> origin/gh/aorenste/157/head 2025-12-04T09:52:42.8286465Z * [new branch] gh/aorenste/157/orig -> origin/gh/aorenste/157/orig 2025-12-04T09:52:42.8286653Z * [new branch] gh/aorenste/158/base -> origin/gh/aorenste/158/base 2025-12-04T09:52:42.8286878Z * [new branch] gh/aorenste/158/head -> origin/gh/aorenste/158/head 2025-12-04T09:52:42.8287069Z * [new branch] gh/aorenste/158/orig -> origin/gh/aorenste/158/orig 2025-12-04T09:52:42.8287258Z * [new branch] gh/aorenste/159/base -> origin/gh/aorenste/159/base 2025-12-04T09:52:42.8287446Z * [new branch] gh/aorenste/159/head -> origin/gh/aorenste/159/head 2025-12-04T09:52:42.8287635Z * [new branch] gh/aorenste/159/orig -> origin/gh/aorenste/159/orig 2025-12-04T09:52:42.8287835Z * [new branch] gh/avikchaudhuri/1/base -> origin/gh/avikchaudhuri/1/base 2025-12-04T09:52:42.8288037Z * [new branch] gh/avikchaudhuri/1/head -> origin/gh/avikchaudhuri/1/head 2025-12-04T09:52:42.8288245Z * [new branch] gh/avikchaudhuri/2/base -> origin/gh/avikchaudhuri/2/base 2025-12-04T09:52:42.8288478Z * [new branch] gh/avikchaudhuri/2/head -> origin/gh/avikchaudhuri/2/head 2025-12-04T09:52:42.8288677Z * [new branch] gh/avikchaudhuri/2/orig -> origin/gh/avikchaudhuri/2/orig 2025-12-04T09:52:42.8288869Z * [new branch] gh/bdhirsh/666/base -> origin/gh/bdhirsh/666/base 2025-12-04T09:52:42.8289055Z * [new branch] gh/bdhirsh/666/head -> origin/gh/bdhirsh/666/head 2025-12-04T09:52:42.8289274Z * [new branch] gh/bdhirsh/666/orig -> origin/gh/bdhirsh/666/orig 2025-12-04T09:52:42.8289459Z * [new branch] gh/bdhirsh/668/base -> origin/gh/bdhirsh/668/base 2025-12-04T09:52:42.8289642Z * [new branch] gh/bdhirsh/668/head -> origin/gh/bdhirsh/668/head 2025-12-04T09:52:42.8289827Z * [new branch] gh/bdhirsh/668/orig -> origin/gh/bdhirsh/668/orig 2025-12-04T09:52:42.8290016Z * [new branch] gh/bdhirsh/669/base -> origin/gh/bdhirsh/669/base 2025-12-04T09:52:42.8290201Z * [new branch] gh/bdhirsh/669/head -> origin/gh/bdhirsh/669/head 2025-12-04T09:52:42.8290386Z * [new branch] gh/bdhirsh/669/orig -> origin/gh/bdhirsh/669/orig 2025-12-04T09:52:42.8290571Z * [new branch] gh/bdhirsh/670/base -> origin/gh/bdhirsh/670/base 2025-12-04T09:52:42.8290754Z * [new branch] gh/bdhirsh/670/head -> origin/gh/bdhirsh/670/head 2025-12-04T09:52:42.8290939Z * [new branch] gh/bdhirsh/670/orig -> origin/gh/bdhirsh/670/orig 2025-12-04T09:52:42.8291126Z * [new branch] gh/bdhirsh/672/base -> origin/gh/bdhirsh/672/base 2025-12-04T09:52:42.8291308Z * [new branch] gh/bdhirsh/672/head -> origin/gh/bdhirsh/672/head 2025-12-04T09:52:42.8291494Z * [new branch] gh/bdhirsh/672/orig -> origin/gh/bdhirsh/672/orig 2025-12-04T09:52:42.8291677Z * [new branch] gh/bdhirsh/675/base -> origin/gh/bdhirsh/675/base 2025-12-04T09:52:42.8291860Z * [new branch] gh/bdhirsh/675/head -> origin/gh/bdhirsh/675/head 2025-12-04T09:52:42.8292044Z * [new branch] gh/bdhirsh/675/orig -> origin/gh/bdhirsh/675/orig 2025-12-04T09:52:42.8292231Z * [new branch] gh/bdhirsh/676/base -> origin/gh/bdhirsh/676/base 2025-12-04T09:52:42.8292419Z * [new branch] gh/bdhirsh/676/head -> origin/gh/bdhirsh/676/head 2025-12-04T09:52:42.8292604Z * [new branch] gh/bdhirsh/676/orig -> origin/gh/bdhirsh/676/orig 2025-12-04T09:52:42.8292788Z * [new branch] gh/bdhirsh/677/base -> origin/gh/bdhirsh/677/base 2025-12-04T09:52:42.8292861Z * [new branch] gh/bdhirsh/677/head -> origin/gh/bdhirsh/677/head 2025-12-04T09:52:42.8292934Z * [new branch] gh/bdhirsh/677/orig -> origin/gh/bdhirsh/677/orig 2025-12-04T09:52:42.8293012Z * [new branch] gh/bdhirsh/678/base -> origin/gh/bdhirsh/678/base 2025-12-04T09:52:42.8293084Z * [new branch] gh/bdhirsh/678/head -> origin/gh/bdhirsh/678/head 2025-12-04T09:52:42.8293157Z * [new branch] gh/bdhirsh/678/orig -> origin/gh/bdhirsh/678/orig 2025-12-04T09:52:42.8293231Z * [new branch] gh/bdhirsh/679/base -> origin/gh/bdhirsh/679/base 2025-12-04T09:52:42.8293305Z * [new branch] gh/bdhirsh/679/head -> origin/gh/bdhirsh/679/head 2025-12-04T09:52:42.8293380Z * [new branch] gh/bdhirsh/679/orig -> origin/gh/bdhirsh/679/orig 2025-12-04T09:52:42.8293458Z * [new branch] gh/bdhirsh/680/base -> origin/gh/bdhirsh/680/base 2025-12-04T09:52:42.8293530Z * [new branch] gh/bdhirsh/680/head -> origin/gh/bdhirsh/680/head 2025-12-04T09:52:42.8293603Z * [new branch] gh/bdhirsh/680/orig -> origin/gh/bdhirsh/680/orig 2025-12-04T09:52:42.8293704Z * [new branch] gh/bdhirsh/681/base -> origin/gh/bdhirsh/681/base 2025-12-04T09:52:42.8293777Z * [new branch] gh/bdhirsh/681/head -> origin/gh/bdhirsh/681/head 2025-12-04T09:52:42.8293850Z * [new branch] gh/bdhirsh/681/orig -> origin/gh/bdhirsh/681/orig 2025-12-04T09:52:42.8293972Z * [new branch] gh/benjaminglass1/101/base -> origin/gh/benjaminglass1/101/base 2025-12-04T09:52:42.8294061Z * [new branch] gh/benjaminglass1/101/head -> origin/gh/benjaminglass1/101/head 2025-12-04T09:52:42.8294147Z * [new branch] gh/benjaminglass1/101/orig -> origin/gh/benjaminglass1/101/orig 2025-12-04T09:52:42.8294235Z * [new branch] gh/benjaminglass1/102/base -> origin/gh/benjaminglass1/102/base 2025-12-04T09:52:42.8294320Z * [new branch] gh/benjaminglass1/102/head -> origin/gh/benjaminglass1/102/head 2025-12-04T09:52:42.8294409Z * [new branch] gh/benjaminglass1/102/orig -> origin/gh/benjaminglass1/102/orig 2025-12-04T09:52:42.8294496Z * [new branch] gh/benjaminglass1/106/base -> origin/gh/benjaminglass1/106/base 2025-12-04T09:52:42.8294583Z * [new branch] gh/benjaminglass1/106/head -> origin/gh/benjaminglass1/106/head 2025-12-04T09:52:42.8294672Z * [new branch] gh/benjaminglass1/106/orig -> origin/gh/benjaminglass1/106/orig 2025-12-04T09:52:42.8294758Z * [new branch] gh/benjaminglass1/107/base -> origin/gh/benjaminglass1/107/base 2025-12-04T09:52:42.8294844Z * [new branch] gh/benjaminglass1/107/head -> origin/gh/benjaminglass1/107/head 2025-12-04T09:52:42.8294930Z * [new branch] gh/benjaminglass1/107/orig -> origin/gh/benjaminglass1/107/orig 2025-12-04T09:52:42.8295015Z * [new branch] gh/benjaminglass1/108/base -> origin/gh/benjaminglass1/108/base 2025-12-04T09:52:42.8295100Z * [new branch] gh/benjaminglass1/108/head -> origin/gh/benjaminglass1/108/head 2025-12-04T09:52:42.8295188Z * [new branch] gh/benjaminglass1/108/orig -> origin/gh/benjaminglass1/108/orig 2025-12-04T09:52:42.8295273Z * [new branch] gh/benjaminglass1/109/base -> origin/gh/benjaminglass1/109/base 2025-12-04T09:52:42.8295360Z * [new branch] gh/benjaminglass1/109/head -> origin/gh/benjaminglass1/109/head 2025-12-04T09:52:42.8295448Z * [new branch] gh/benjaminglass1/109/orig -> origin/gh/benjaminglass1/109/orig 2025-12-04T09:52:42.8295536Z * [new branch] gh/benjaminglass1/97/base -> origin/gh/benjaminglass1/97/base 2025-12-04T09:52:42.8295625Z * [new branch] gh/benjaminglass1/97/head -> origin/gh/benjaminglass1/97/head 2025-12-04T09:52:42.8295716Z * [new branch] gh/benjaminglass1/97/orig -> origin/gh/benjaminglass1/97/orig 2025-12-04T09:52:42.8295799Z * [new branch] gh/bobrenjc93/570/base -> origin/gh/bobrenjc93/570/base 2025-12-04T09:52:42.8295882Z * [new branch] gh/bobrenjc93/570/head -> origin/gh/bobrenjc93/570/head 2025-12-04T09:52:42.8295961Z * [new branch] gh/bobrenjc93/570/orig -> origin/gh/bobrenjc93/570/orig 2025-12-04T09:52:42.8296040Z * [new branch] gh/bobrenjc93/604/base -> origin/gh/bobrenjc93/604/base 2025-12-04T09:52:42.8296123Z * [new branch] gh/bobrenjc93/604/head -> origin/gh/bobrenjc93/604/head 2025-12-04T09:52:42.8296200Z * [new branch] gh/bobrenjc93/604/orig -> origin/gh/bobrenjc93/604/orig 2025-12-04T09:52:42.8296277Z * [new branch] gh/bobrenjc93/638/base -> origin/gh/bobrenjc93/638/base 2025-12-04T09:52:42.8296356Z * [new branch] gh/bobrenjc93/638/head -> origin/gh/bobrenjc93/638/head 2025-12-04T09:52:42.8296433Z * [new branch] gh/bobrenjc93/638/orig -> origin/gh/bobrenjc93/638/orig 2025-12-04T09:52:42.8296530Z * [new branch] gh/bobrenjc93/653/base -> origin/gh/bobrenjc93/653/base 2025-12-04T09:52:42.8296611Z * [new branch] gh/bobrenjc93/653/head -> origin/gh/bobrenjc93/653/head 2025-12-04T09:52:42.8296732Z * [new branch] gh/bobrenjc93/653/orig -> origin/gh/bobrenjc93/653/orig 2025-12-04T09:52:42.8296813Z * [new branch] gh/bobrenjc93/654/base -> origin/gh/bobrenjc93/654/base 2025-12-04T09:52:42.8296934Z * [new branch] gh/bobrenjc93/654/head -> origin/gh/bobrenjc93/654/head 2025-12-04T09:52:42.8297010Z * [new branch] gh/bobrenjc93/654/orig -> origin/gh/bobrenjc93/654/orig 2025-12-04T09:52:42.8297089Z * [new branch] gh/bobrenjc93/657/base -> origin/gh/bobrenjc93/657/base 2025-12-04T09:52:42.8297168Z * [new branch] gh/bobrenjc93/657/head -> origin/gh/bobrenjc93/657/head 2025-12-04T09:52:42.8297245Z * [new branch] gh/bobrenjc93/657/orig -> origin/gh/bobrenjc93/657/orig 2025-12-04T09:52:42.8297324Z * [new branch] gh/bobrenjc93/672/base -> origin/gh/bobrenjc93/672/base 2025-12-04T09:52:42.8297403Z * [new branch] gh/bobrenjc93/672/head -> origin/gh/bobrenjc93/672/head 2025-12-04T09:52:42.8297481Z * [new branch] gh/bobrenjc93/672/orig -> origin/gh/bobrenjc93/672/orig 2025-12-04T09:52:42.8297561Z * [new branch] gh/bobrenjc93/679/base -> origin/gh/bobrenjc93/679/base 2025-12-04T09:52:42.8297638Z * [new branch] gh/bobrenjc93/679/head -> origin/gh/bobrenjc93/679/head 2025-12-04T09:52:42.8297715Z * [new branch] gh/bobrenjc93/679/orig -> origin/gh/bobrenjc93/679/orig 2025-12-04T09:52:42.8297797Z * [new branch] gh/bobrenjc93/680/base -> origin/gh/bobrenjc93/680/base 2025-12-04T09:52:42.8297874Z * [new branch] gh/bobrenjc93/680/head -> origin/gh/bobrenjc93/680/head 2025-12-04T09:52:42.8297953Z * [new branch] gh/bobrenjc93/680/orig -> origin/gh/bobrenjc93/680/orig 2025-12-04T09:52:42.8298031Z * [new branch] gh/bobrenjc93/681/base -> origin/gh/bobrenjc93/681/base 2025-12-04T09:52:42.8298108Z * [new branch] gh/bobrenjc93/681/head -> origin/gh/bobrenjc93/681/head 2025-12-04T09:52:42.8298185Z * [new branch] gh/bobrenjc93/681/orig -> origin/gh/bobrenjc93/681/orig 2025-12-04T09:52:42.8298266Z * [new branch] gh/bobrenjc93/682/base -> origin/gh/bobrenjc93/682/base 2025-12-04T09:52:42.8298343Z * [new branch] gh/bobrenjc93/682/head -> origin/gh/bobrenjc93/682/head 2025-12-04T09:52:42.8298421Z * [new branch] gh/bobrenjc93/682/orig -> origin/gh/bobrenjc93/682/orig 2025-12-04T09:52:42.8298500Z * [new branch] gh/bobrenjc93/683/base -> origin/gh/bobrenjc93/683/base 2025-12-04T09:52:42.8298578Z * [new branch] gh/bobrenjc93/683/head -> origin/gh/bobrenjc93/683/head 2025-12-04T09:52:42.8298656Z * [new branch] gh/bobrenjc93/683/orig -> origin/gh/bobrenjc93/683/orig 2025-12-04T09:52:42.8298735Z * [new branch] gh/bobrenjc93/684/base -> origin/gh/bobrenjc93/684/base 2025-12-04T09:52:42.8298812Z * [new branch] gh/bobrenjc93/684/head -> origin/gh/bobrenjc93/684/head 2025-12-04T09:52:42.8298892Z * [new branch] gh/bobrenjc93/684/orig -> origin/gh/bobrenjc93/684/orig 2025-12-04T09:52:42.8298969Z * [new branch] gh/bobrenjc93/685/base -> origin/gh/bobrenjc93/685/base 2025-12-04T09:52:42.8299047Z * [new branch] gh/bobrenjc93/685/head -> origin/gh/bobrenjc93/685/head 2025-12-04T09:52:42.8299125Z * [new branch] gh/bobrenjc93/685/orig -> origin/gh/bobrenjc93/685/orig 2025-12-04T09:52:42.8299201Z * [new branch] gh/bobrenjc93/686/base -> origin/gh/bobrenjc93/686/base 2025-12-04T09:52:42.8299337Z * [new branch] gh/bobrenjc93/686/head -> origin/gh/bobrenjc93/686/head 2025-12-04T09:52:42.8299414Z * [new branch] gh/bobrenjc93/686/orig -> origin/gh/bobrenjc93/686/orig 2025-12-04T09:52:42.8299490Z * [new branch] gh/bobrenjc93/687/base -> origin/gh/bobrenjc93/687/base 2025-12-04T09:52:42.8299566Z * [new branch] gh/bobrenjc93/687/head -> origin/gh/bobrenjc93/687/head 2025-12-04T09:52:42.8299677Z * [new branch] gh/bobrenjc93/687/orig -> origin/gh/bobrenjc93/687/orig 2025-12-04T09:52:42.8299752Z * [new branch] gh/bobrenjc93/688/base -> origin/gh/bobrenjc93/688/base 2025-12-04T09:52:42.8299828Z * [new branch] gh/bobrenjc93/688/head -> origin/gh/bobrenjc93/688/head 2025-12-04T09:52:42.8299905Z * [new branch] gh/bobrenjc93/688/orig -> origin/gh/bobrenjc93/688/orig 2025-12-04T09:52:42.8299981Z * [new branch] gh/bobrenjc93/689/base -> origin/gh/bobrenjc93/689/base 2025-12-04T09:52:42.8300059Z * [new branch] gh/bobrenjc93/689/head -> origin/gh/bobrenjc93/689/head 2025-12-04T09:52:42.8300135Z * [new branch] gh/bobrenjc93/689/orig -> origin/gh/bobrenjc93/689/orig 2025-12-04T09:52:42.8300211Z * [new branch] gh/bobrenjc93/690/base -> origin/gh/bobrenjc93/690/base 2025-12-04T09:52:42.8300289Z * [new branch] gh/bobrenjc93/690/head -> origin/gh/bobrenjc93/690/head 2025-12-04T09:52:42.8300366Z * [new branch] gh/bobrenjc93/690/orig -> origin/gh/bobrenjc93/690/orig 2025-12-04T09:52:42.8300442Z * [new branch] gh/bobrenjc93/691/base -> origin/gh/bobrenjc93/691/base 2025-12-04T09:52:42.8300521Z * [new branch] gh/bobrenjc93/691/head -> origin/gh/bobrenjc93/691/head 2025-12-04T09:52:42.8300597Z * [new branch] gh/bobrenjc93/691/orig -> origin/gh/bobrenjc93/691/orig 2025-12-04T09:52:42.8300675Z * [new branch] gh/bobrenjc93/692/base -> origin/gh/bobrenjc93/692/base 2025-12-04T09:52:42.8300752Z * [new branch] gh/bobrenjc93/692/head -> origin/gh/bobrenjc93/692/head 2025-12-04T09:52:42.8300828Z * [new branch] gh/bobrenjc93/692/orig -> origin/gh/bobrenjc93/692/orig 2025-12-04T09:52:42.8300907Z * [new branch] gh/bobrenjc93/693/base -> origin/gh/bobrenjc93/693/base 2025-12-04T09:52:42.8300984Z * [new branch] gh/bobrenjc93/693/head -> origin/gh/bobrenjc93/693/head 2025-12-04T09:52:42.8301059Z * [new branch] gh/bobrenjc93/693/orig -> origin/gh/bobrenjc93/693/orig 2025-12-04T09:52:42.8301135Z * [new branch] gh/bobrenjc93/694/base -> origin/gh/bobrenjc93/694/base 2025-12-04T09:52:42.8301211Z * [new branch] gh/bobrenjc93/694/head -> origin/gh/bobrenjc93/694/head 2025-12-04T09:52:42.8301287Z * [new branch] gh/bobrenjc93/694/orig -> origin/gh/bobrenjc93/694/orig 2025-12-04T09:52:42.8301365Z * [new branch] gh/bobrenjc93/695/base -> origin/gh/bobrenjc93/695/base 2025-12-04T09:52:42.8301443Z * [new branch] gh/bobrenjc93/695/head -> origin/gh/bobrenjc93/695/head 2025-12-04T09:52:42.8301519Z * [new branch] gh/bobrenjc93/695/orig -> origin/gh/bobrenjc93/695/orig 2025-12-04T09:52:42.8301591Z * [new branch] gh/c00w/23/base -> origin/gh/c00w/23/base 2025-12-04T09:52:42.8301662Z * [new branch] gh/c00w/23/head -> origin/gh/c00w/23/head 2025-12-04T09:52:42.8301730Z * [new branch] gh/c00w/53/base -> origin/gh/c00w/53/base 2025-12-04T09:52:42.8301798Z * [new branch] gh/c00w/53/head -> origin/gh/c00w/53/head 2025-12-04T09:52:42.8301863Z * [new branch] gh/c00w/53/orig -> origin/gh/c00w/53/orig 2025-12-04T09:52:42.8301961Z * [new branch] gh/c00w/54/base -> origin/gh/c00w/54/base 2025-12-04T09:52:42.8302029Z * [new branch] gh/c00w/54/head -> origin/gh/c00w/54/head 2025-12-04T09:52:42.8302097Z * [new branch] gh/c00w/54/orig -> origin/gh/c00w/54/orig 2025-12-04T09:52:42.8302164Z * [new branch] gh/c00w/56/base -> origin/gh/c00w/56/base 2025-12-04T09:52:42.8302261Z * [new branch] gh/c00w/56/head -> origin/gh/c00w/56/head 2025-12-04T09:52:42.8302325Z * [new branch] gh/c00w/56/orig -> origin/gh/c00w/56/orig 2025-12-04T09:52:42.8302390Z * [new branch] gh/c00w/57/base -> origin/gh/c00w/57/base 2025-12-04T09:52:42.8302455Z * [new branch] gh/c00w/57/head -> origin/gh/c00w/57/head 2025-12-04T09:52:42.8302520Z * [new branch] gh/c00w/57/orig -> origin/gh/c00w/57/orig 2025-12-04T09:52:42.8302586Z * [new branch] gh/c00w/58/base -> origin/gh/c00w/58/base 2025-12-04T09:52:42.8302652Z * [new branch] gh/c00w/58/head -> origin/gh/c00w/58/head 2025-12-04T09:52:42.8302717Z * [new branch] gh/c00w/58/orig -> origin/gh/c00w/58/orig 2025-12-04T09:52:42.8302791Z * [new branch] gh/clee2000/1/base -> origin/gh/clee2000/1/base 2025-12-04T09:52:42.8302866Z * [new branch] gh/clee2000/1/head -> origin/gh/clee2000/1/head 2025-12-04T09:52:42.8302937Z * [new branch] gh/clee2000/1/orig -> origin/gh/clee2000/1/orig 2025-12-04T09:52:42.8303019Z * [new branch] gh/coconutruben/1/base -> origin/gh/coconutruben/1/base 2025-12-04T09:52:42.8303101Z * [new branch] gh/coconutruben/1/head -> origin/gh/coconutruben/1/head 2025-12-04T09:52:42.8303185Z * [new branch] gh/coconutruben/55/base -> origin/gh/coconutruben/55/base 2025-12-04T09:52:42.8303270Z * [new branch] gh/coconutruben/55/head -> origin/gh/coconutruben/55/head 2025-12-04T09:52:42.8303352Z * [new branch] gh/coconutruben/55/orig -> origin/gh/coconutruben/55/orig 2025-12-04T09:52:42.8303432Z * [new branch] gh/coconutruben/57/base -> origin/gh/coconutruben/57/base 2025-12-04T09:52:42.8303514Z * [new branch] gh/coconutruben/57/head -> origin/gh/coconutruben/57/head 2025-12-04T09:52:42.8303594Z * [new branch] gh/coconutruben/57/orig -> origin/gh/coconutruben/57/orig 2025-12-04T09:52:42.8303675Z * [new branch] gh/coconutruben/70/base -> origin/gh/coconutruben/70/base 2025-12-04T09:52:42.8303756Z * [new branch] gh/coconutruben/70/head -> origin/gh/coconutruben/70/head 2025-12-04T09:52:42.8303835Z * [new branch] gh/coconutruben/70/orig -> origin/gh/coconutruben/70/orig 2025-12-04T09:52:42.8303916Z * [new branch] gh/coconutruben/71/base -> origin/gh/coconutruben/71/base 2025-12-04T09:52:42.8303998Z * [new branch] gh/coconutruben/71/head -> origin/gh/coconutruben/71/head 2025-12-04T09:52:42.8304079Z * [new branch] gh/coconutruben/71/orig -> origin/gh/coconutruben/71/orig 2025-12-04T09:52:42.8304159Z * [new branch] gh/coconutruben/72/base -> origin/gh/coconutruben/72/base 2025-12-04T09:52:42.8304244Z * [new branch] gh/coconutruben/72/head -> origin/gh/coconutruben/72/head 2025-12-04T09:52:42.8304323Z * [new branch] gh/coconutruben/72/orig -> origin/gh/coconutruben/72/orig 2025-12-04T09:52:42.8304665Z * [new branch] gh/coconutruben/73/base -> origin/gh/coconutruben/73/base 2025-12-04T09:52:42.8304748Z * [new branch] gh/coconutruben/73/head -> origin/gh/coconutruben/73/head 2025-12-04T09:52:42.8304828Z * [new branch] gh/coconutruben/73/orig -> origin/gh/coconutruben/73/orig 2025-12-04T09:52:42.8304947Z * [new branch] gh/coconutruben/74/base -> origin/gh/coconutruben/74/base 2025-12-04T09:52:42.8305031Z * [new branch] gh/coconutruben/74/head -> origin/gh/coconutruben/74/head 2025-12-04T09:52:42.8305113Z * [new branch] gh/coconutruben/74/orig -> origin/gh/coconutruben/74/orig 2025-12-04T09:52:42.8305228Z * [new branch] gh/coconutruben/79/base -> origin/gh/coconutruben/79/base 2025-12-04T09:52:42.8305310Z * [new branch] gh/coconutruben/79/head -> origin/gh/coconutruben/79/head 2025-12-04T09:52:42.8305391Z * [new branch] gh/coconutruben/79/orig -> origin/gh/coconutruben/79/orig 2025-12-04T09:52:42.8305473Z * [new branch] gh/coconutruben/80/base -> origin/gh/coconutruben/80/base 2025-12-04T09:52:42.8305558Z * [new branch] gh/coconutruben/80/head -> origin/gh/coconutruben/80/head 2025-12-04T09:52:42.8305640Z * [new branch] gh/coconutruben/80/orig -> origin/gh/coconutruben/80/orig 2025-12-04T09:52:42.8305724Z * [new branch] gh/coconutruben/82/base -> origin/gh/coconutruben/82/base 2025-12-04T09:52:42.8305806Z * [new branch] gh/coconutruben/82/head -> origin/gh/coconutruben/82/head 2025-12-04T09:52:42.8305886Z * [new branch] gh/coconutruben/82/orig -> origin/gh/coconutruben/82/orig 2025-12-04T09:52:42.8305971Z * [new branch] gh/coconutruben/83/base -> origin/gh/coconutruben/83/base 2025-12-04T09:52:42.8306052Z * [new branch] gh/coconutruben/83/head -> origin/gh/coconutruben/83/head 2025-12-04T09:52:42.8306133Z * [new branch] gh/coconutruben/83/orig -> origin/gh/coconutruben/83/orig 2025-12-04T09:52:42.8306215Z * [new branch] gh/coconutruben/84/base -> origin/gh/coconutruben/84/base 2025-12-04T09:52:42.8306296Z * [new branch] gh/coconutruben/84/head -> origin/gh/coconutruben/84/head 2025-12-04T09:52:42.8306377Z * [new branch] gh/coconutruben/84/orig -> origin/gh/coconutruben/84/orig 2025-12-04T09:52:42.8306460Z * [new branch] gh/coconutruben/85/base -> origin/gh/coconutruben/85/base 2025-12-04T09:52:42.8306541Z * [new branch] gh/coconutruben/85/head -> origin/gh/coconutruben/85/head 2025-12-04T09:52:42.8306625Z * [new branch] gh/coconutruben/85/orig -> origin/gh/coconutruben/85/orig 2025-12-04T09:52:42.8306722Z * [new branch] gh/coconutruben/86/base -> origin/gh/coconutruben/86/base 2025-12-04T09:52:42.8306805Z * [new branch] gh/coconutruben/86/head -> origin/gh/coconutruben/86/head 2025-12-04T09:52:42.8306887Z * [new branch] gh/coconutruben/86/orig -> origin/gh/coconutruben/86/orig 2025-12-04T09:52:42.8306968Z * [new branch] gh/colinchan15/1/base -> origin/gh/colinchan15/1/base 2025-12-04T09:52:42.8307049Z * [new branch] gh/colinchan15/1/head -> origin/gh/colinchan15/1/head 2025-12-04T09:52:42.8307132Z * [new branch] gh/colinchan15/2/base -> origin/gh/colinchan15/2/base 2025-12-04T09:52:42.8307210Z * [new branch] gh/colinchan15/2/head -> origin/gh/colinchan15/2/head 2025-12-04T09:52:42.8307288Z * [new branch] gh/colinchan15/3/base -> origin/gh/colinchan15/3/base 2025-12-04T09:52:42.8307367Z * [new branch] gh/colinchan15/3/head -> origin/gh/colinchan15/3/head 2025-12-04T09:52:42.8307443Z * [new branch] gh/colinchan15/6/base -> origin/gh/colinchan15/6/base 2025-12-04T09:52:42.8307519Z * [new branch] gh/colinchan15/6/head -> origin/gh/colinchan15/6/head 2025-12-04T09:52:42.8307590Z * [new branch] gh/d4l3k/1/base -> origin/gh/d4l3k/1/base 2025-12-04T09:52:42.8307659Z * [new branch] gh/d4l3k/1/head -> origin/gh/d4l3k/1/head 2025-12-04T09:52:42.8307784Z * [new branch] gh/d4l3k/2/base -> origin/gh/d4l3k/2/base 2025-12-04T09:52:42.8307855Z * [new branch] gh/d4l3k/2/head -> origin/gh/d4l3k/2/head 2025-12-04T09:52:42.8307922Z * [new branch] gh/d4l3k/2/orig -> origin/gh/d4l3k/2/orig 2025-12-04T09:52:42.8308034Z * [new branch] gh/d4l3k/3/base -> origin/gh/d4l3k/3/base 2025-12-04T09:52:42.8308104Z * [new branch] gh/d4l3k/3/head -> origin/gh/d4l3k/3/head 2025-12-04T09:52:42.8308172Z * [new branch] gh/d4l3k/3/orig -> origin/gh/d4l3k/3/orig 2025-12-04T09:52:42.8308242Z * [new branch] gh/d4l3k/4/base -> origin/gh/d4l3k/4/base 2025-12-04T09:52:42.8308308Z * [new branch] gh/d4l3k/4/head -> origin/gh/d4l3k/4/head 2025-12-04T09:52:42.8308376Z * [new branch] gh/d4l3k/4/orig -> origin/gh/d4l3k/4/orig 2025-12-04T09:52:42.8308448Z * [new branch] gh/d4l3k/5/base -> origin/gh/d4l3k/5/base 2025-12-04T09:52:42.8308515Z * [new branch] gh/d4l3k/5/orig -> origin/gh/d4l3k/5/orig 2025-12-04T09:52:42.8308604Z * [new branch] gh/davidberard98/392/base -> origin/gh/davidberard98/392/base 2025-12-04T09:52:42.8308696Z * [new branch] gh/davidberard98/392/head -> origin/gh/davidberard98/392/head 2025-12-04T09:52:42.8308782Z * [new branch] gh/davidberard98/392/orig -> origin/gh/davidberard98/392/orig 2025-12-04T09:52:42.8308866Z * [new branch] gh/davidberard98/399/base -> origin/gh/davidberard98/399/base 2025-12-04T09:52:42.8308955Z * [new branch] gh/davidberard98/399/head -> origin/gh/davidberard98/399/head 2025-12-04T09:52:42.8309041Z * [new branch] gh/davidberard98/399/orig -> origin/gh/davidberard98/399/orig 2025-12-04T09:52:42.8309125Z * [new branch] gh/desertfire/605/base -> origin/gh/desertfire/605/base 2025-12-04T09:52:42.8309209Z * [new branch] gh/desertfire/605/head -> origin/gh/desertfire/605/head 2025-12-04T09:52:42.8309288Z * [new branch] gh/desertfire/605/orig -> origin/gh/desertfire/605/orig 2025-12-04T09:52:42.8309368Z * [new branch] gh/desertfire/606/base -> origin/gh/desertfire/606/base 2025-12-04T09:52:42.8309449Z * [new branch] gh/desertfire/606/head -> origin/gh/desertfire/606/head 2025-12-04T09:52:42.8309528Z * [new branch] gh/desertfire/606/orig -> origin/gh/desertfire/606/orig 2025-12-04T09:52:42.8309606Z * [new branch] gh/desertfire/607/base -> origin/gh/desertfire/607/base 2025-12-04T09:52:42.8309687Z * [new branch] gh/desertfire/607/head -> origin/gh/desertfire/607/head 2025-12-04T09:52:42.8309767Z * [new branch] gh/desertfire/607/orig -> origin/gh/desertfire/607/orig 2025-12-04T09:52:42.8309848Z * [new branch] gh/desertfire/608/base -> origin/gh/desertfire/608/base 2025-12-04T09:52:42.8309926Z * [new branch] gh/desertfire/608/head -> origin/gh/desertfire/608/head 2025-12-04T09:52:42.8310005Z * [new branch] gh/desertfire/608/orig -> origin/gh/desertfire/608/orig 2025-12-04T09:52:42.8310087Z * [new branch] gh/desertfire/609/base -> origin/gh/desertfire/609/base 2025-12-04T09:52:42.8310165Z * [new branch] gh/desertfire/609/head -> origin/gh/desertfire/609/head 2025-12-04T09:52:42.8310244Z * [new branch] gh/desertfire/609/orig -> origin/gh/desertfire/609/orig 2025-12-04T09:52:42.8310325Z * [new branch] gh/desertfire/610/base -> origin/gh/desertfire/610/base 2025-12-04T09:52:42.8310403Z * [new branch] gh/desertfire/610/head -> origin/gh/desertfire/610/head 2025-12-04T09:52:42.8310516Z * [new branch] gh/desertfire/610/orig -> origin/gh/desertfire/610/orig 2025-12-04T09:52:42.8310598Z * [new branch] gh/desertfire/611/base -> origin/gh/desertfire/611/base 2025-12-04T09:52:42.8310676Z * [new branch] gh/desertfire/611/head -> origin/gh/desertfire/611/head 2025-12-04T09:52:42.8310781Z * [new branch] gh/desertfire/611/orig -> origin/gh/desertfire/611/orig 2025-12-04T09:52:42.8310862Z * [new branch] gh/desertfire/612/base -> origin/gh/desertfire/612/base 2025-12-04T09:52:42.8310940Z * [new branch] gh/desertfire/612/head -> origin/gh/desertfire/612/head 2025-12-04T09:52:42.8311022Z * [new branch] gh/desertfire/612/orig -> origin/gh/desertfire/612/orig 2025-12-04T09:52:42.8311103Z * [new branch] gh/desertfire/613/base -> origin/gh/desertfire/613/base 2025-12-04T09:52:42.8311182Z * [new branch] gh/desertfire/613/head -> origin/gh/desertfire/613/head 2025-12-04T09:52:42.8311261Z * [new branch] gh/desertfire/613/orig -> origin/gh/desertfire/613/orig 2025-12-04T09:52:42.8311342Z * [new branch] gh/desertfire/614/base -> origin/gh/desertfire/614/base 2025-12-04T09:52:42.8311421Z * [new branch] gh/desertfire/614/head -> origin/gh/desertfire/614/head 2025-12-04T09:52:42.8311503Z * [new branch] gh/desertfire/614/orig -> origin/gh/desertfire/614/orig 2025-12-04T09:52:42.8311581Z * [new branch] gh/desertfire/615/base -> origin/gh/desertfire/615/base 2025-12-04T09:52:42.8311660Z * [new branch] gh/desertfire/615/head -> origin/gh/desertfire/615/head 2025-12-04T09:52:42.8311741Z * [new branch] gh/desertfire/615/orig -> origin/gh/desertfire/615/orig 2025-12-04T09:52:42.8311819Z * [new branch] gh/desertfire/616/base -> origin/gh/desertfire/616/base 2025-12-04T09:52:42.8311899Z * [new branch] gh/desertfire/616/head -> origin/gh/desertfire/616/head 2025-12-04T09:52:42.8311979Z * [new branch] gh/desertfire/616/orig -> origin/gh/desertfire/616/orig 2025-12-04T09:52:42.8312058Z * [new branch] gh/desertfire/617/base -> origin/gh/desertfire/617/base 2025-12-04T09:52:42.8312138Z * [new branch] gh/desertfire/617/head -> origin/gh/desertfire/617/head 2025-12-04T09:52:42.8312219Z * [new branch] gh/desertfire/617/orig -> origin/gh/desertfire/617/orig 2025-12-04T09:52:42.8312296Z * [new branch] gh/dharakk/1/base -> origin/gh/dharakk/1/base 2025-12-04T09:52:42.8312370Z * [new branch] gh/dharakk/1/head -> origin/gh/dharakk/1/head 2025-12-04T09:52:42.8312449Z * [new branch] gh/drisspg/170/base -> origin/gh/drisspg/170/base 2025-12-04T09:52:42.8312530Z * [new branch] gh/drisspg/170/head -> origin/gh/drisspg/170/head 2025-12-04T09:52:42.8312605Z * [new branch] gh/drisspg/170/orig -> origin/gh/drisspg/170/orig 2025-12-04T09:52:42.8312682Z * [new branch] gh/drisspg/182/base -> origin/gh/drisspg/182/base 2025-12-04T09:52:42.8312755Z * [new branch] gh/drisspg/182/head -> origin/gh/drisspg/182/head 2025-12-04T09:52:42.8312832Z * [new branch] gh/drisspg/183/base -> origin/gh/drisspg/183/base 2025-12-04T09:52:42.8312905Z * [new branch] gh/drisspg/183/head -> origin/gh/drisspg/183/head 2025-12-04T09:52:42.8312979Z * [new branch] gh/drisspg/184/base -> origin/gh/drisspg/184/base 2025-12-04T09:52:42.8313054Z * [new branch] gh/drisspg/184/head -> origin/gh/drisspg/184/head 2025-12-04T09:52:42.8313127Z * [new branch] gh/drisspg/185/base -> origin/gh/drisspg/185/base 2025-12-04T09:52:42.8313232Z * [new branch] gh/drisspg/185/head -> origin/gh/drisspg/185/head 2025-12-04T09:52:42.8313308Z * [new branch] gh/drisspg/194/base -> origin/gh/drisspg/194/base 2025-12-04T09:52:42.8313381Z * [new branch] gh/drisspg/194/head -> origin/gh/drisspg/194/head 2025-12-04T09:52:42.8313455Z * [new branch] gh/drisspg/194/orig -> origin/gh/drisspg/194/orig 2025-12-04T09:52:42.8313560Z * [new branch] gh/drisspg/200/base -> origin/gh/drisspg/200/base 2025-12-04T09:52:42.8313634Z * [new branch] gh/drisspg/200/head -> origin/gh/drisspg/200/head 2025-12-04T09:52:42.8313707Z * [new branch] gh/drisspg/200/orig -> origin/gh/drisspg/200/orig 2025-12-04T09:52:42.8313785Z * [new branch] gh/drisspg/218/base -> origin/gh/drisspg/218/base 2025-12-04T09:52:42.8313859Z * [new branch] gh/drisspg/218/head -> origin/gh/drisspg/218/head 2025-12-04T09:52:42.8313934Z * [new branch] gh/drisspg/218/orig -> origin/gh/drisspg/218/orig 2025-12-04T09:52:42.8314010Z * [new branch] gh/drisspg/219/base -> origin/gh/drisspg/219/base 2025-12-04T09:52:42.8314084Z * [new branch] gh/drisspg/219/head -> origin/gh/drisspg/219/head 2025-12-04T09:52:42.8314160Z * [new branch] gh/drisspg/219/orig -> origin/gh/drisspg/219/orig 2025-12-04T09:52:42.8314236Z * [new branch] gh/drisspg/220/base -> origin/gh/drisspg/220/base 2025-12-04T09:52:42.8314310Z * [new branch] gh/drisspg/220/head -> origin/gh/drisspg/220/head 2025-12-04T09:52:42.8314384Z * [new branch] gh/drisspg/220/orig -> origin/gh/drisspg/220/orig 2025-12-04T09:52:42.8314459Z * [new branch] gh/drisspg/221/base -> origin/gh/drisspg/221/base 2025-12-04T09:52:42.8314535Z * [new branch] gh/drisspg/221/head -> origin/gh/drisspg/221/head 2025-12-04T09:52:42.8314611Z * [new branch] gh/drisspg/221/orig -> origin/gh/drisspg/221/orig 2025-12-04T09:52:42.8314685Z * [new branch] gh/drisspg/222/base -> origin/gh/drisspg/222/base 2025-12-04T09:52:42.8314758Z * [new branch] gh/drisspg/222/head -> origin/gh/drisspg/222/head 2025-12-04T09:52:42.8314836Z * [new branch] gh/drisspg/222/orig -> origin/gh/drisspg/222/orig 2025-12-04T09:52:42.8314910Z * [new branch] gh/drisspg/223/base -> origin/gh/drisspg/223/base 2025-12-04T09:52:42.8314984Z * [new branch] gh/drisspg/223/head -> origin/gh/drisspg/223/head 2025-12-04T09:52:42.8315060Z * [new branch] gh/drisspg/223/orig -> origin/gh/drisspg/223/orig 2025-12-04T09:52:42.8315133Z * [new branch] gh/drisspg/224/base -> origin/gh/drisspg/224/base 2025-12-04T09:52:42.8315208Z * [new branch] gh/drisspg/224/head -> origin/gh/drisspg/224/head 2025-12-04T09:52:42.8315284Z * [new branch] gh/drisspg/224/orig -> origin/gh/drisspg/224/orig 2025-12-04T09:52:42.8315357Z * [new branch] gh/drisspg/225/base -> origin/gh/drisspg/225/base 2025-12-04T09:52:42.8315431Z * [new branch] gh/drisspg/225/head -> origin/gh/drisspg/225/head 2025-12-04T09:52:42.8315512Z * [new branch] gh/drisspg/225/orig -> origin/gh/drisspg/225/orig 2025-12-04T09:52:42.8315585Z * [new branch] gh/drisspg/226/base -> origin/gh/drisspg/226/base 2025-12-04T09:52:42.8315659Z * [new branch] gh/drisspg/226/head -> origin/gh/drisspg/226/head 2025-12-04T09:52:42.8315737Z * [new branch] gh/drisspg/226/orig -> origin/gh/drisspg/226/orig 2025-12-04T09:52:42.8315810Z * [new branch] gh/drisspg/227/base -> origin/gh/drisspg/227/base 2025-12-04T09:52:42.8315914Z * [new branch] gh/drisspg/227/head -> origin/gh/drisspg/227/head 2025-12-04T09:52:42.8315991Z * [new branch] gh/drisspg/227/orig -> origin/gh/drisspg/227/orig 2025-12-04T09:52:42.8316064Z * [new branch] gh/drisspg/228/base -> origin/gh/drisspg/228/base 2025-12-04T09:52:42.8316170Z * [new branch] gh/drisspg/228/head -> origin/gh/drisspg/228/head 2025-12-04T09:52:42.8316244Z * [new branch] gh/drisspg/228/orig -> origin/gh/drisspg/228/orig 2025-12-04T09:52:42.8316317Z * [new branch] gh/drisspg/229/base -> origin/gh/drisspg/229/base 2025-12-04T09:52:42.8316393Z * [new branch] gh/drisspg/229/head -> origin/gh/drisspg/229/head 2025-12-04T09:52:42.8316467Z * [new branch] gh/drisspg/229/orig -> origin/gh/drisspg/229/orig 2025-12-04T09:52:42.8316542Z * [new branch] gh/drisspg/230/base -> origin/gh/drisspg/230/base 2025-12-04T09:52:42.8316619Z * [new branch] gh/drisspg/230/head -> origin/gh/drisspg/230/head 2025-12-04T09:52:42.8316729Z * [new branch] gh/drisspg/230/orig -> origin/gh/drisspg/230/orig 2025-12-04T09:52:42.8316807Z * [new branch] gh/dsjohns2/1/base -> origin/gh/dsjohns2/1/base 2025-12-04T09:52:42.8316886Z * [new branch] gh/dsjohns2/1/head -> origin/gh/dsjohns2/1/head 2025-12-04T09:52:42.8316969Z * [new branch] gh/dzmitry-huba/1/base -> origin/gh/dzmitry-huba/1/base 2025-12-04T09:52:42.8317054Z * [new branch] gh/dzmitry-huba/1/head -> origin/gh/dzmitry-huba/1/head 2025-12-04T09:52:42.8317141Z * [new branch] gh/dzmitry-huba/12/base -> origin/gh/dzmitry-huba/12/base 2025-12-04T09:52:42.8317223Z * [new branch] gh/dzmitry-huba/12/head -> origin/gh/dzmitry-huba/12/head 2025-12-04T09:52:42.8317305Z * [new branch] gh/dzmitry-huba/12/orig -> origin/gh/dzmitry-huba/12/orig 2025-12-04T09:52:42.8317389Z * [new branch] gh/dzmitry-huba/13/base -> origin/gh/dzmitry-huba/13/base 2025-12-04T09:52:42.8317469Z * [new branch] gh/dzmitry-huba/13/head -> origin/gh/dzmitry-huba/13/head 2025-12-04T09:52:42.8317549Z * [new branch] gh/dzmitry-huba/13/orig -> origin/gh/dzmitry-huba/13/orig 2025-12-04T09:52:42.8317631Z * [new branch] gh/dzmitry-huba/14/base -> origin/gh/dzmitry-huba/14/base 2025-12-04T09:52:42.8317710Z * [new branch] gh/dzmitry-huba/14/head -> origin/gh/dzmitry-huba/14/head 2025-12-04T09:52:42.8317793Z * [new branch] gh/dzmitry-huba/14/orig -> origin/gh/dzmitry-huba/14/orig 2025-12-04T09:52:42.8317873Z * [new branch] gh/dzmitry-huba/15/base -> origin/gh/dzmitry-huba/15/base 2025-12-04T09:52:42.8317954Z * [new branch] gh/dzmitry-huba/15/head -> origin/gh/dzmitry-huba/15/head 2025-12-04T09:52:42.8318039Z * [new branch] gh/dzmitry-huba/15/orig -> origin/gh/dzmitry-huba/15/orig 2025-12-04T09:52:42.8318118Z * [new branch] gh/dzmitry-huba/16/base -> origin/gh/dzmitry-huba/16/base 2025-12-04T09:52:42.8318198Z * [new branch] gh/dzmitry-huba/16/head -> origin/gh/dzmitry-huba/16/head 2025-12-04T09:52:42.8318283Z * [new branch] gh/dzmitry-huba/16/orig -> origin/gh/dzmitry-huba/16/orig 2025-12-04T09:52:42.8318363Z * [new branch] gh/dzmitry-huba/17/base -> origin/gh/dzmitry-huba/17/base 2025-12-04T09:52:42.8318442Z * [new branch] gh/dzmitry-huba/17/head -> origin/gh/dzmitry-huba/17/head 2025-12-04T09:52:42.8318525Z * [new branch] gh/dzmitry-huba/17/orig -> origin/gh/dzmitry-huba/17/orig 2025-12-04T09:52:42.8318606Z * [new branch] gh/dzmitry-huba/2/base -> origin/gh/dzmitry-huba/2/base 2025-12-04T09:52:42.8318739Z * [new branch] gh/dzmitry-huba/2/head -> origin/gh/dzmitry-huba/2/head 2025-12-04T09:52:42.8318822Z * [new branch] gh/dzmitry-huba/3/base -> origin/gh/dzmitry-huba/3/base 2025-12-04T09:52:42.8318901Z * [new branch] gh/dzmitry-huba/3/head -> origin/gh/dzmitry-huba/3/head 2025-12-04T09:52:42.8319018Z * [new branch] gh/eellison/808/base -> origin/gh/eellison/808/base 2025-12-04T09:52:42.8319098Z * [new branch] gh/eellison/808/head -> origin/gh/eellison/808/head 2025-12-04T09:52:42.8319176Z * [new branch] gh/eellison/808/orig -> origin/gh/eellison/808/orig 2025-12-04T09:52:42.8319252Z * [new branch] gh/eellison/822/base -> origin/gh/eellison/822/base 2025-12-04T09:52:42.8319329Z * [new branch] gh/eellison/822/head -> origin/gh/eellison/822/head 2025-12-04T09:52:42.8319405Z * [new branch] gh/eellison/822/orig -> origin/gh/eellison/822/orig 2025-12-04T09:52:42.8319483Z * [new branch] gh/eellison/823/base -> origin/gh/eellison/823/base 2025-12-04T09:52:42.8319557Z * [new branch] gh/eellison/823/head -> origin/gh/eellison/823/head 2025-12-04T09:52:42.8319631Z * [new branch] gh/eellison/823/orig -> origin/gh/eellison/823/orig 2025-12-04T09:52:42.8319709Z * [new branch] gh/eellison/862/base -> origin/gh/eellison/862/base 2025-12-04T09:52:42.8319784Z * [new branch] gh/eellison/862/head -> origin/gh/eellison/862/head 2025-12-04T09:52:42.8319859Z * [new branch] gh/eellison/862/orig -> origin/gh/eellison/862/orig 2025-12-04T09:52:42.8319936Z * [new branch] gh/eellison/863/base -> origin/gh/eellison/863/base 2025-12-04T09:52:42.8320011Z * [new branch] gh/eellison/863/head -> origin/gh/eellison/863/head 2025-12-04T09:52:42.8320088Z * [new branch] gh/eellison/863/orig -> origin/gh/eellison/863/orig 2025-12-04T09:52:42.8320166Z * [new branch] gh/eellison/864/base -> origin/gh/eellison/864/base 2025-12-04T09:52:42.8320241Z * [new branch] gh/eellison/864/head -> origin/gh/eellison/864/head 2025-12-04T09:52:42.8320317Z * [new branch] gh/eellison/864/orig -> origin/gh/eellison/864/orig 2025-12-04T09:52:42.8320394Z * [new branch] gh/eellison/865/base -> origin/gh/eellison/865/base 2025-12-04T09:52:42.8320468Z * [new branch] gh/eellison/865/head -> origin/gh/eellison/865/head 2025-12-04T09:52:42.8320542Z * [new branch] gh/eellison/865/orig -> origin/gh/eellison/865/orig 2025-12-04T09:52:42.8320621Z * [new branch] gh/eellison/866/base -> origin/gh/eellison/866/base 2025-12-04T09:52:42.8320695Z * [new branch] gh/eellison/866/head -> origin/gh/eellison/866/head 2025-12-04T09:52:42.8320774Z * [new branch] gh/eellison/866/orig -> origin/gh/eellison/866/orig 2025-12-04T09:52:42.8320848Z * [new branch] gh/eellison/867/base -> origin/gh/eellison/867/base 2025-12-04T09:52:42.8320922Z * [new branch] gh/eellison/867/head -> origin/gh/eellison/867/head 2025-12-04T09:52:42.8321000Z * [new branch] gh/eellison/867/orig -> origin/gh/eellison/867/orig 2025-12-04T09:52:42.8321075Z * [new branch] gh/eellison/868/base -> origin/gh/eellison/868/base 2025-12-04T09:52:42.8321150Z * [new branch] gh/eellison/868/head -> origin/gh/eellison/868/head 2025-12-04T09:52:42.8321227Z * [new branch] gh/eellison/868/orig -> origin/gh/eellison/868/orig 2025-12-04T09:52:42.8321302Z * [new branch] gh/eellison/869/base -> origin/gh/eellison/869/base 2025-12-04T09:52:42.8321407Z * [new branch] gh/eellison/869/head -> origin/gh/eellison/869/head 2025-12-04T09:52:42.8321486Z * [new branch] gh/eellison/869/orig -> origin/gh/eellison/869/orig 2025-12-04T09:52:42.8321561Z * [new branch] gh/eellison/870/base -> origin/gh/eellison/870/base 2025-12-04T09:52:42.8321637Z * [new branch] gh/eellison/870/head -> origin/gh/eellison/870/head 2025-12-04T09:52:42.8321736Z * [new branch] gh/eellison/870/orig -> origin/gh/eellison/870/orig 2025-12-04T09:52:42.8321812Z * [new branch] gh/eellison/871/base -> origin/gh/eellison/871/base 2025-12-04T09:52:42.8321886Z * [new branch] gh/eellison/871/head -> origin/gh/eellison/871/head 2025-12-04T09:52:42.8321964Z * [new branch] gh/eellison/871/orig -> origin/gh/eellison/871/orig 2025-12-04T09:52:42.8322040Z * [new branch] gh/eellison/872/base -> origin/gh/eellison/872/base 2025-12-04T09:52:42.8322116Z * [new branch] gh/eellison/872/head -> origin/gh/eellison/872/head 2025-12-04T09:52:42.8322193Z * [new branch] gh/eellison/872/orig -> origin/gh/eellison/872/orig 2025-12-04T09:52:42.8322267Z * [new branch] gh/eellison/873/base -> origin/gh/eellison/873/base 2025-12-04T09:52:42.8322345Z * [new branch] gh/eellison/873/head -> origin/gh/eellison/873/head 2025-12-04T09:52:42.8322420Z * [new branch] gh/eellison/873/orig -> origin/gh/eellison/873/orig 2025-12-04T09:52:42.8322494Z * [new branch] gh/eellison/874/base -> origin/gh/eellison/874/base 2025-12-04T09:52:42.8322571Z * [new branch] gh/eellison/874/head -> origin/gh/eellison/874/head 2025-12-04T09:52:42.8322645Z * [new branch] gh/eellison/874/orig -> origin/gh/eellison/874/orig 2025-12-04T09:52:42.8322720Z * [new branch] gh/eellison/875/base -> origin/gh/eellison/875/base 2025-12-04T09:52:42.8322797Z * [new branch] gh/eellison/875/head -> origin/gh/eellison/875/head 2025-12-04T09:52:42.8322872Z * [new branch] gh/eellison/875/orig -> origin/gh/eellison/875/orig 2025-12-04T09:52:42.8322947Z * [new branch] gh/eellison/876/base -> origin/gh/eellison/876/base 2025-12-04T09:52:42.8323030Z * [new branch] gh/eellison/876/head -> origin/gh/eellison/876/head 2025-12-04T09:52:42.8323106Z * [new branch] gh/eellison/876/orig -> origin/gh/eellison/876/orig 2025-12-04T09:52:42.8323181Z * [new branch] gh/eellison/877/base -> origin/gh/eellison/877/base 2025-12-04T09:52:42.8323259Z * [new branch] gh/eellison/877/head -> origin/gh/eellison/877/head 2025-12-04T09:52:42.8323333Z * [new branch] gh/eellison/877/orig -> origin/gh/eellison/877/orig 2025-12-04T09:52:42.8323409Z * [new branch] gh/eellison/878/base -> origin/gh/eellison/878/base 2025-12-04T09:52:42.8323486Z * [new branch] gh/eellison/878/head -> origin/gh/eellison/878/head 2025-12-04T09:52:42.8323562Z * [new branch] gh/eellison/878/orig -> origin/gh/eellison/878/orig 2025-12-04T09:52:42.8323639Z * [new branch] gh/eellison/879/base -> origin/gh/eellison/879/base 2025-12-04T09:52:42.8323716Z * [new branch] gh/eellison/879/head -> origin/gh/eellison/879/head 2025-12-04T09:52:42.8323791Z * [new branch] gh/eellison/879/orig -> origin/gh/eellison/879/orig 2025-12-04T09:52:42.8323867Z * [new branch] gh/eellison/880/base -> origin/gh/eellison/880/base 2025-12-04T09:52:42.8323943Z * [new branch] gh/eellison/880/head -> origin/gh/eellison/880/head 2025-12-04T09:52:42.8324017Z * [new branch] gh/eellison/880/orig -> origin/gh/eellison/880/orig 2025-12-04T09:52:42.8324127Z * [new branch] gh/eellison/881/base -> origin/gh/eellison/881/base 2025-12-04T09:52:42.8324204Z * [new branch] gh/eellison/881/head -> origin/gh/eellison/881/head 2025-12-04T09:52:42.8324280Z * [new branch] gh/eellison/881/orig -> origin/gh/eellison/881/orig 2025-12-04T09:52:42.8324384Z * [new branch] gh/eellison/882/base -> origin/gh/eellison/882/base 2025-12-04T09:52:42.8324460Z * [new branch] gh/eellison/882/head -> origin/gh/eellison/882/head 2025-12-04T09:52:42.8324535Z * [new branch] gh/eellison/882/orig -> origin/gh/eellison/882/orig 2025-12-04T09:52:42.8324615Z * [new branch] gh/eellison/883/base -> origin/gh/eellison/883/base 2025-12-04T09:52:42.8324689Z * [new branch] gh/eellison/883/head -> origin/gh/eellison/883/head 2025-12-04T09:52:42.8324766Z * [new branch] gh/eellison/883/orig -> origin/gh/eellison/883/orig 2025-12-04T09:52:42.8324843Z * [new branch] gh/eellison/884/base -> origin/gh/eellison/884/base 2025-12-04T09:52:42.8324917Z * [new branch] gh/eellison/884/head -> origin/gh/eellison/884/head 2025-12-04T09:52:42.8324992Z * [new branch] gh/eellison/884/orig -> origin/gh/eellison/884/orig 2025-12-04T09:52:42.8325069Z * [new branch] gh/etaf/147/base -> origin/gh/etaf/147/base 2025-12-04T09:52:42.8325139Z * [new branch] gh/etaf/147/head -> origin/gh/etaf/147/head 2025-12-04T09:52:42.8325211Z * [new branch] gh/etaf/154/base -> origin/gh/etaf/154/base 2025-12-04T09:52:42.8325282Z * [new branch] gh/etaf/154/head -> origin/gh/etaf/154/head 2025-12-04T09:52:42.8325351Z * [new branch] gh/etaf/154/orig -> origin/gh/etaf/154/orig 2025-12-04T09:52:42.8325426Z * [new branch] gh/etaf/156/base -> origin/gh/etaf/156/base 2025-12-04T09:52:42.8325495Z * [new branch] gh/etaf/156/head -> origin/gh/etaf/156/head 2025-12-04T09:52:42.8325563Z * [new branch] gh/etaf/156/orig -> origin/gh/etaf/156/orig 2025-12-04T09:52:42.8325635Z * [new branch] gh/etaf/157/base -> origin/gh/etaf/157/base 2025-12-04T09:52:42.8325705Z * [new branch] gh/etaf/157/head -> origin/gh/etaf/157/head 2025-12-04T09:52:42.8325773Z * [new branch] gh/etaf/157/orig -> origin/gh/etaf/157/orig 2025-12-04T09:52:42.8325844Z * [new branch] gh/etaf/158/base -> origin/gh/etaf/158/base 2025-12-04T09:52:42.8325913Z * [new branch] gh/etaf/158/head -> origin/gh/etaf/158/head 2025-12-04T09:52:42.8325983Z * [new branch] gh/etaf/158/orig -> origin/gh/etaf/158/orig 2025-12-04T09:52:42.8326058Z * [new branch] gh/etaf/159/base -> origin/gh/etaf/159/base 2025-12-04T09:52:42.8326128Z * [new branch] gh/etaf/159/head -> origin/gh/etaf/159/head 2025-12-04T09:52:42.8326197Z * [new branch] gh/etaf/159/orig -> origin/gh/etaf/159/orig 2025-12-04T09:52:42.8326271Z * [new branch] gh/etaf/160/base -> origin/gh/etaf/160/base 2025-12-04T09:52:42.8326343Z * [new branch] gh/etaf/160/head -> origin/gh/etaf/160/head 2025-12-04T09:52:42.8326413Z * [new branch] gh/etaf/160/orig -> origin/gh/etaf/160/orig 2025-12-04T09:52:42.8326488Z * [new branch] gh/etaf/161/base -> origin/gh/etaf/161/base 2025-12-04T09:52:42.8326558Z * [new branch] gh/etaf/161/head -> origin/gh/etaf/161/head 2025-12-04T09:52:42.8326632Z * [new branch] gh/etaf/161/orig -> origin/gh/etaf/161/orig 2025-12-04T09:52:42.8326789Z * [new branch] gh/etaf/166/base -> origin/gh/etaf/166/base 2025-12-04T09:52:42.8326862Z * [new branch] gh/etaf/166/head -> origin/gh/etaf/166/head 2025-12-04T09:52:42.8326936Z * [new branch] gh/etaf/166/orig -> origin/gh/etaf/166/orig 2025-12-04T09:52:42.8327049Z * [new branch] gh/etaf/167/base -> origin/gh/etaf/167/base 2025-12-04T09:52:42.8327120Z * [new branch] gh/etaf/167/head -> origin/gh/etaf/167/head 2025-12-04T09:52:42.8327192Z * [new branch] gh/etaf/167/orig -> origin/gh/etaf/167/orig 2025-12-04T09:52:42.8327263Z * [new branch] gh/etaf/168/base -> origin/gh/etaf/168/base 2025-12-04T09:52:42.8327332Z * [new branch] gh/etaf/168/head -> origin/gh/etaf/168/head 2025-12-04T09:52:42.8327403Z * [new branch] gh/etaf/168/orig -> origin/gh/etaf/168/orig 2025-12-04T09:52:42.8327474Z * [new branch] gh/etaf/172/base -> origin/gh/etaf/172/base 2025-12-04T09:52:42.8327545Z * [new branch] gh/etaf/172/head -> origin/gh/etaf/172/head 2025-12-04T09:52:42.8327619Z * [new branch] gh/etaf/172/orig -> origin/gh/etaf/172/orig 2025-12-04T09:52:42.8327690Z * [new branch] gh/etaf/173/base -> origin/gh/etaf/173/base 2025-12-04T09:52:42.8327761Z * [new branch] gh/etaf/173/head -> origin/gh/etaf/173/head 2025-12-04T09:52:42.8327835Z * [new branch] gh/etaf/173/orig -> origin/gh/etaf/173/orig 2025-12-04T09:52:42.8327905Z * [new branch] gh/etaf/174/base -> origin/gh/etaf/174/base 2025-12-04T09:52:42.8327975Z * [new branch] gh/etaf/174/head -> origin/gh/etaf/174/head 2025-12-04T09:52:42.8328050Z * [new branch] gh/etaf/175/base -> origin/gh/etaf/175/base 2025-12-04T09:52:42.8328120Z * [new branch] gh/etaf/175/head -> origin/gh/etaf/175/head 2025-12-04T09:52:42.8339851Z * [new branch] gh/etaf/175/orig -> origin/gh/etaf/175/orig 2025-12-04T09:52:42.8339946Z * [new branch] gh/etaf/176/base -> origin/gh/etaf/176/base 2025-12-04T09:52:42.8340032Z * [new branch] gh/etaf/176/head -> origin/gh/etaf/176/head 2025-12-04T09:52:42.8340105Z * [new branch] gh/etaf/176/orig -> origin/gh/etaf/176/orig 2025-12-04T09:52:42.8340178Z * [new branch] gh/etaf/177/base -> origin/gh/etaf/177/base 2025-12-04T09:52:42.8340254Z * [new branch] gh/etaf/177/head -> origin/gh/etaf/177/head 2025-12-04T09:52:42.8340325Z * [new branch] gh/etaf/177/orig -> origin/gh/etaf/177/orig 2025-12-04T09:52:42.8340396Z * [new branch] gh/etaf/178/base -> origin/gh/etaf/178/base 2025-12-04T09:52:42.8340477Z * [new branch] gh/etaf/178/head -> origin/gh/etaf/178/head 2025-12-04T09:52:42.8340548Z * [new branch] gh/etaf/178/orig -> origin/gh/etaf/178/orig 2025-12-04T09:52:42.8340619Z * [new branch] gh/etaf/179/base -> origin/gh/etaf/179/base 2025-12-04T09:52:42.8340699Z * [new branch] gh/etaf/179/head -> origin/gh/etaf/179/head 2025-12-04T09:52:42.8340770Z * [new branch] gh/etaf/179/orig -> origin/gh/etaf/179/orig 2025-12-04T09:52:42.8340846Z * [new branch] gh/etaf/180/base -> origin/gh/etaf/180/base 2025-12-04T09:52:42.8340917Z * [new branch] gh/etaf/180/head -> origin/gh/etaf/180/head 2025-12-04T09:52:42.8340987Z * [new branch] gh/etaf/180/orig -> origin/gh/etaf/180/orig 2025-12-04T09:52:42.8341152Z * [new branch] gh/exclamaforte/1/base -> origin/gh/exclamaforte/1/base 2025-12-04T09:52:42.8341240Z * [new branch] gh/exclamaforte/1/head -> origin/gh/exclamaforte/1/head 2025-12-04T09:52:42.8341323Z * [new branch] gh/exclamaforte/2/base -> origin/gh/exclamaforte/2/base 2025-12-04T09:52:42.8341406Z * [new branch] gh/exclamaforte/2/head -> origin/gh/exclamaforte/2/head 2025-12-04T09:52:42.8341533Z * [new branch] gh/exclamaforte/3/base -> origin/gh/exclamaforte/3/base 2025-12-04T09:52:42.8341617Z * [new branch] gh/exclamaforte/3/head -> origin/gh/exclamaforte/3/head 2025-12-04T09:52:42.8341704Z * [new branch] gh/exclamaforte/4/base -> origin/gh/exclamaforte/4/base 2025-12-04T09:52:42.8341786Z * [new branch] gh/exclamaforte/4/head -> origin/gh/exclamaforte/4/head 2025-12-04T09:52:42.8341866Z * [new branch] gh/ezyang/2374/base -> origin/gh/ezyang/2374/base 2025-12-04T09:52:42.8341949Z * [new branch] gh/ezyang/2374/head -> origin/gh/ezyang/2374/head 2025-12-04T09:52:42.8342024Z * [new branch] gh/ezyang/2374/orig -> origin/gh/ezyang/2374/orig 2025-12-04T09:52:42.8342102Z * [new branch] gh/ezyang/2973/base -> origin/gh/ezyang/2973/base 2025-12-04T09:52:42.8342186Z * [new branch] gh/ezyang/2973/head -> origin/gh/ezyang/2973/head 2025-12-04T09:52:42.8342261Z * [new branch] gh/ezyang/2973/orig -> origin/gh/ezyang/2973/orig 2025-12-04T09:52:42.8342337Z * [new branch] gh/ezyang/2974/base -> origin/gh/ezyang/2974/base 2025-12-04T09:52:42.8342415Z * [new branch] gh/ezyang/2974/head -> origin/gh/ezyang/2974/head 2025-12-04T09:52:42.8342491Z * [new branch] gh/ezyang/2974/orig -> origin/gh/ezyang/2974/orig 2025-12-04T09:52:42.8342572Z * [new branch] gh/ezyang/3131/base -> origin/gh/ezyang/3131/base 2025-12-04T09:52:42.8342650Z * [new branch] gh/ezyang/3131/head -> origin/gh/ezyang/3131/head 2025-12-04T09:52:42.8342724Z * [new branch] gh/ezyang/3131/orig -> origin/gh/ezyang/3131/orig 2025-12-04T09:52:42.8342805Z * [new branch] gh/ezyang/3139/base -> origin/gh/ezyang/3139/base 2025-12-04T09:52:42.8342882Z * [new branch] gh/ezyang/3139/head -> origin/gh/ezyang/3139/head 2025-12-04T09:52:42.8342956Z * [new branch] gh/ezyang/3139/orig -> origin/gh/ezyang/3139/orig 2025-12-04T09:52:42.8343032Z * [new branch] gh/ezyang/3140/base -> origin/gh/ezyang/3140/base 2025-12-04T09:52:42.8343110Z * [new branch] gh/ezyang/3140/head -> origin/gh/ezyang/3140/head 2025-12-04T09:52:42.8343186Z * [new branch] gh/ezyang/3140/orig -> origin/gh/ezyang/3140/orig 2025-12-04T09:52:42.8343267Z * [new branch] gh/ezyang/3143/base -> origin/gh/ezyang/3143/base 2025-12-04T09:52:42.8343342Z * [new branch] gh/ezyang/3143/head -> origin/gh/ezyang/3143/head 2025-12-04T09:52:42.8343417Z * [new branch] gh/ezyang/3143/orig -> origin/gh/ezyang/3143/orig 2025-12-04T09:52:42.8343495Z * [new branch] gh/ezyang/3144/base -> origin/gh/ezyang/3144/base 2025-12-04T09:52:42.8343573Z * [new branch] gh/ezyang/3144/head -> origin/gh/ezyang/3144/head 2025-12-04T09:52:42.8343647Z * [new branch] gh/ezyang/3144/orig -> origin/gh/ezyang/3144/orig 2025-12-04T09:52:42.8343724Z * [new branch] gh/ezyang/3167/base -> origin/gh/ezyang/3167/base 2025-12-04T09:52:42.8343797Z * [new branch] gh/ezyang/3167/head -> origin/gh/ezyang/3167/head 2025-12-04T09:52:42.8343875Z * [new branch] gh/ezyang/3167/orig -> origin/gh/ezyang/3167/orig 2025-12-04T09:52:42.8343983Z * [new branch] gh/ezyang/3173/base -> origin/gh/ezyang/3173/base 2025-12-04T09:52:42.8344058Z * [new branch] gh/ezyang/3173/head -> origin/gh/ezyang/3173/head 2025-12-04T09:52:42.8344133Z * [new branch] gh/ezyang/3173/orig -> origin/gh/ezyang/3173/orig 2025-12-04T09:52:42.8344241Z * [new branch] gh/ezyang/3175/base -> origin/gh/ezyang/3175/base 2025-12-04T09:52:42.8344316Z * [new branch] gh/ezyang/3175/head -> origin/gh/ezyang/3175/head 2025-12-04T09:52:42.8344395Z * [new branch] gh/ezyang/3175/orig -> origin/gh/ezyang/3175/orig 2025-12-04T09:52:42.8344469Z * [new branch] gh/ezyang/3182/base -> origin/gh/ezyang/3182/base 2025-12-04T09:52:42.8344543Z * [new branch] gh/ezyang/3182/head -> origin/gh/ezyang/3182/head 2025-12-04T09:52:42.8344622Z * [new branch] gh/ezyang/3182/orig -> origin/gh/ezyang/3182/orig 2025-12-04T09:52:42.8344698Z * [new branch] gh/ezyang/3185/base -> origin/gh/ezyang/3185/base 2025-12-04T09:52:42.8344773Z * [new branch] gh/ezyang/3185/head -> origin/gh/ezyang/3185/head 2025-12-04T09:52:42.8344851Z * [new branch] gh/ezyang/3185/orig -> origin/gh/ezyang/3185/orig 2025-12-04T09:52:42.8344928Z * [new branch] gh/ezyang/3189/base -> origin/gh/ezyang/3189/base 2025-12-04T09:52:42.8345004Z * [new branch] gh/ezyang/3189/head -> origin/gh/ezyang/3189/head 2025-12-04T09:52:42.8345084Z * [new branch] gh/ezyang/3189/orig -> origin/gh/ezyang/3189/orig 2025-12-04T09:52:42.8345159Z * [new branch] gh/ezyang/3191/base -> origin/gh/ezyang/3191/base 2025-12-04T09:52:42.8345236Z * [new branch] gh/ezyang/3191/head -> origin/gh/ezyang/3191/head 2025-12-04T09:52:42.8345316Z * [new branch] gh/ezyang/3191/orig -> origin/gh/ezyang/3191/orig 2025-12-04T09:52:42.8345389Z * [new branch] gh/ezyang/3192/base -> origin/gh/ezyang/3192/base 2025-12-04T09:52:42.8345464Z * [new branch] gh/ezyang/3192/head -> origin/gh/ezyang/3192/head 2025-12-04T09:52:42.8345544Z * [new branch] gh/ezyang/3192/orig -> origin/gh/ezyang/3192/orig 2025-12-04T09:52:42.8345620Z * [new branch] gh/ezyang/3193/base -> origin/gh/ezyang/3193/base 2025-12-04T09:52:42.8345695Z * [new branch] gh/ezyang/3193/head -> origin/gh/ezyang/3193/head 2025-12-04T09:52:42.8345776Z * [new branch] gh/ezyang/3193/orig -> origin/gh/ezyang/3193/orig 2025-12-04T09:52:42.8345850Z * [new branch] gh/ezyang/3194/base -> origin/gh/ezyang/3194/base 2025-12-04T09:52:42.8345929Z * [new branch] gh/ezyang/3194/head -> origin/gh/ezyang/3194/head 2025-12-04T09:52:42.8346006Z * [new branch] gh/ezyang/3194/orig -> origin/gh/ezyang/3194/orig 2025-12-04T09:52:42.8346082Z * [new branch] gh/ezyang/3195/base -> origin/gh/ezyang/3195/base 2025-12-04T09:52:42.8346163Z * [new branch] gh/ezyang/3195/head -> origin/gh/ezyang/3195/head 2025-12-04T09:52:42.8346243Z * [new branch] gh/ezyang/3195/orig -> origin/gh/ezyang/3195/orig 2025-12-04T09:52:42.8346319Z * [new branch] gh/ezyang/3196/base -> origin/gh/ezyang/3196/base 2025-12-04T09:52:42.8346398Z * [new branch] gh/ezyang/3196/head -> origin/gh/ezyang/3196/head 2025-12-04T09:52:42.8346472Z * [new branch] gh/ezyang/3196/orig -> origin/gh/ezyang/3196/orig 2025-12-04T09:52:42.8346546Z * [new branch] gh/ezyang/3197/base -> origin/gh/ezyang/3197/base 2025-12-04T09:52:42.8346626Z * [new branch] gh/ezyang/3197/head -> origin/gh/ezyang/3197/head 2025-12-04T09:52:42.8346787Z * [new branch] gh/ezyang/3197/orig -> origin/gh/ezyang/3197/orig 2025-12-04T09:52:42.8346865Z * [new branch] gh/ezyang/3198/base -> origin/gh/ezyang/3198/base 2025-12-04T09:52:42.8346943Z * [new branch] gh/ezyang/3198/head -> origin/gh/ezyang/3198/head 2025-12-04T09:52:42.8347058Z * [new branch] gh/ezyang/3198/orig -> origin/gh/ezyang/3198/orig 2025-12-04T09:52:42.8347131Z * [new branch] gh/ezyang/3199/base -> origin/gh/ezyang/3199/base 2025-12-04T09:52:42.8347211Z * [new branch] gh/ezyang/3199/head -> origin/gh/ezyang/3199/head 2025-12-04T09:52:42.8347287Z * [new branch] gh/ezyang/3199/orig -> origin/gh/ezyang/3199/orig 2025-12-04T09:52:42.8347363Z * [new branch] gh/ezyang/3200/base -> origin/gh/ezyang/3200/base 2025-12-04T09:52:42.8347445Z * [new branch] gh/ezyang/3200/head -> origin/gh/ezyang/3200/head 2025-12-04T09:52:42.8347520Z * [new branch] gh/ezyang/3200/orig -> origin/gh/ezyang/3200/orig 2025-12-04T09:52:42.8347602Z * [new branch] gh/ezyang/3201/base -> origin/gh/ezyang/3201/base 2025-12-04T09:52:42.8347676Z * [new branch] gh/ezyang/3201/head -> origin/gh/ezyang/3201/head 2025-12-04T09:52:42.8347755Z * [new branch] gh/ezyang/3201/orig -> origin/gh/ezyang/3201/orig 2025-12-04T09:52:42.8347838Z * [new branch] gh/ezyang/3202/base -> origin/gh/ezyang/3202/base 2025-12-04T09:52:42.8347913Z * [new branch] gh/ezyang/3202/head -> origin/gh/ezyang/3202/head 2025-12-04T09:52:42.8347988Z * [new branch] gh/ezyang/3202/orig -> origin/gh/ezyang/3202/orig 2025-12-04T09:52:42.8348067Z * [new branch] gh/ezyang/3203/base -> origin/gh/ezyang/3203/base 2025-12-04T09:52:42.8348143Z * [new branch] gh/ezyang/3203/head -> origin/gh/ezyang/3203/head 2025-12-04T09:52:42.8348219Z * [new branch] gh/ezyang/3203/orig -> origin/gh/ezyang/3203/orig 2025-12-04T09:52:42.8348298Z * [new branch] gh/ezyang/3204/base -> origin/gh/ezyang/3204/base 2025-12-04T09:52:42.8348372Z * [new branch] gh/ezyang/3204/head -> origin/gh/ezyang/3204/head 2025-12-04T09:52:42.8348449Z * [new branch] gh/ezyang/3204/orig -> origin/gh/ezyang/3204/orig 2025-12-04T09:52:42.8348528Z * [new branch] gh/ezyang/3205/base -> origin/gh/ezyang/3205/base 2025-12-04T09:52:42.8348601Z * [new branch] gh/ezyang/3205/head -> origin/gh/ezyang/3205/head 2025-12-04T09:52:42.8348675Z * [new branch] gh/ezyang/3205/orig -> origin/gh/ezyang/3205/orig 2025-12-04T09:52:42.8348753Z * [new branch] gh/ezyang/3206/base -> origin/gh/ezyang/3206/base 2025-12-04T09:52:42.8348827Z * [new branch] gh/ezyang/3206/head -> origin/gh/ezyang/3206/head 2025-12-04T09:52:42.8348903Z * [new branch] gh/ezyang/3206/orig -> origin/gh/ezyang/3206/orig 2025-12-04T09:52:42.8348982Z * [new branch] gh/ezyang/3207/base -> origin/gh/ezyang/3207/base 2025-12-04T09:52:42.8349062Z * [new branch] gh/ezyang/3207/head -> origin/gh/ezyang/3207/head 2025-12-04T09:52:42.8349138Z * [new branch] gh/ezyang/3207/orig -> origin/gh/ezyang/3207/orig 2025-12-04T09:52:42.8349216Z * [new branch] gh/ezyang/3208/base -> origin/gh/ezyang/3208/base 2025-12-04T09:52:42.8349289Z * [new branch] gh/ezyang/3208/head -> origin/gh/ezyang/3208/head 2025-12-04T09:52:42.8349366Z * [new branch] gh/ezyang/3208/orig -> origin/gh/ezyang/3208/orig 2025-12-04T09:52:42.8349471Z * [new branch] gh/ezyang/3209/base -> origin/gh/ezyang/3209/base 2025-12-04T09:52:42.8349547Z * [new branch] gh/ezyang/3209/head -> origin/gh/ezyang/3209/head 2025-12-04T09:52:42.8349627Z * [new branch] gh/ezyang/3209/orig -> origin/gh/ezyang/3209/orig 2025-12-04T09:52:42.8349708Z * [new branch] gh/fadara01/3/base -> origin/gh/fadara01/3/base 2025-12-04T09:52:42.8349820Z * [new branch] gh/fadara01/3/head -> origin/gh/fadara01/3/head 2025-12-04T09:52:42.8349900Z * [new branch] gh/fadara01/3/orig -> origin/gh/fadara01/3/orig 2025-12-04T09:52:42.8349974Z * [new branch] gh/fadara01/5/base -> origin/gh/fadara01/5/base 2025-12-04T09:52:42.8350050Z * [new branch] gh/fadara01/5/head -> origin/gh/fadara01/5/head 2025-12-04T09:52:42.8350129Z * [new branch] gh/fadara01/5/orig -> origin/gh/fadara01/5/orig 2025-12-04T09:52:42.8350205Z * [new branch] gh/fadara01/6/base -> origin/gh/fadara01/6/base 2025-12-04T09:52:42.8350282Z * [new branch] gh/fadara01/6/head -> origin/gh/fadara01/6/head 2025-12-04T09:52:42.8350364Z * [new branch] gh/fadara01/6/orig -> origin/gh/fadara01/6/orig 2025-12-04T09:52:42.8350437Z * [new branch] gh/fadara01/7/base -> origin/gh/fadara01/7/base 2025-12-04T09:52:42.8350516Z * [new branch] gh/fadara01/7/head -> origin/gh/fadara01/7/head 2025-12-04T09:52:42.8350590Z * [new branch] gh/fadara01/7/orig -> origin/gh/fadara01/7/orig 2025-12-04T09:52:42.8350668Z * [new branch] gh/fadara01/8/base -> origin/gh/fadara01/8/base 2025-12-04T09:52:42.8350740Z * [new branch] gh/fadara01/8/head -> origin/gh/fadara01/8/head 2025-12-04T09:52:42.8350814Z * [new branch] gh/fadara01/8/orig -> origin/gh/fadara01/8/orig 2025-12-04T09:52:42.8350890Z * [new branch] gh/fadara01/9/base -> origin/gh/fadara01/9/base 2025-12-04T09:52:42.8350963Z * [new branch] gh/fadara01/9/head -> origin/gh/fadara01/9/head 2025-12-04T09:52:42.8351035Z * [new branch] gh/fadara01/9/orig -> origin/gh/fadara01/9/orig 2025-12-04T09:52:42.8351112Z * [new branch] gh/fduwjj/182/base -> origin/gh/fduwjj/182/base 2025-12-04T09:52:42.8351185Z * [new branch] gh/fduwjj/182/head -> origin/gh/fduwjj/182/head 2025-12-04T09:52:42.8351260Z * [new branch] gh/fduwjj/182/orig -> origin/gh/fduwjj/182/orig 2025-12-04T09:52:42.8351336Z * [new branch] gh/fduwjj/211/base -> origin/gh/fduwjj/211/base 2025-12-04T09:52:42.8351407Z * [new branch] gh/fduwjj/211/head -> origin/gh/fduwjj/211/head 2025-12-04T09:52:42.8351483Z * [new branch] gh/fduwjj/211/orig -> origin/gh/fduwjj/211/orig 2025-12-04T09:52:42.8351558Z * [new branch] gh/fduwjj/212/base -> origin/gh/fduwjj/212/base 2025-12-04T09:52:42.8351633Z * [new branch] gh/fduwjj/212/head -> origin/gh/fduwjj/212/head 2025-12-04T09:52:42.8351709Z * [new branch] gh/fduwjj/212/orig -> origin/gh/fduwjj/212/orig 2025-12-04T09:52:42.8351783Z * [new branch] gh/fduwjj/213/base -> origin/gh/fduwjj/213/base 2025-12-04T09:52:42.8351855Z * [new branch] gh/fduwjj/213/head -> origin/gh/fduwjj/213/head 2025-12-04T09:52:42.8351931Z * [new branch] gh/fduwjj/213/orig -> origin/gh/fduwjj/213/orig 2025-12-04T09:52:42.8352003Z * [new branch] gh/fduwjj/226/base -> origin/gh/fduwjj/226/base 2025-12-04T09:52:42.8352076Z * [new branch] gh/fduwjj/226/head -> origin/gh/fduwjj/226/head 2025-12-04T09:52:42.8352183Z * [new branch] gh/fduwjj/226/orig -> origin/gh/fduwjj/226/orig 2025-12-04T09:52:42.8352256Z * [new branch] gh/fduwjj/229/base -> origin/gh/fduwjj/229/base 2025-12-04T09:52:42.8352329Z * [new branch] gh/fduwjj/229/head -> origin/gh/fduwjj/229/head 2025-12-04T09:52:42.8352405Z * [new branch] gh/fduwjj/229/orig -> origin/gh/fduwjj/229/orig 2025-12-04T09:52:42.8352502Z * [new branch] gh/fduwjj/233/base -> origin/gh/fduwjj/233/base 2025-12-04T09:52:42.8352574Z * [new branch] gh/fduwjj/233/head -> origin/gh/fduwjj/233/head 2025-12-04T09:52:42.8352646Z * [new branch] gh/fduwjj/233/orig -> origin/gh/fduwjj/233/orig 2025-12-04T09:52:42.8352718Z * [new branch] gh/fduwjj/234/base -> origin/gh/fduwjj/234/base 2025-12-04T09:52:42.8352790Z * [new branch] gh/fduwjj/234/head -> origin/gh/fduwjj/234/head 2025-12-04T09:52:42.8352868Z * [new branch] gh/fduwjj/234/orig -> origin/gh/fduwjj/234/orig 2025-12-04T09:52:42.8352942Z * [new branch] gh/fduwjj/235/base -> origin/gh/fduwjj/235/base 2025-12-04T09:52:42.8353015Z * [new branch] gh/fduwjj/235/head -> origin/gh/fduwjj/235/head 2025-12-04T09:52:42.8353090Z * [new branch] gh/fduwjj/235/orig -> origin/gh/fduwjj/235/orig 2025-12-04T09:52:42.8353164Z * [new branch] gh/fduwjj/236/base -> origin/gh/fduwjj/236/base 2025-12-04T09:52:42.8353240Z * [new branch] gh/fduwjj/236/head -> origin/gh/fduwjj/236/head 2025-12-04T09:52:42.8353314Z * [new branch] gh/fduwjj/236/orig -> origin/gh/fduwjj/236/orig 2025-12-04T09:52:42.8353386Z * [new branch] gh/fduwjj/237/base -> origin/gh/fduwjj/237/base 2025-12-04T09:52:42.8353461Z * [new branch] gh/fduwjj/237/head -> origin/gh/fduwjj/237/head 2025-12-04T09:52:42.8353534Z * [new branch] gh/fduwjj/237/orig -> origin/gh/fduwjj/237/orig 2025-12-04T09:52:42.8353606Z * [new branch] gh/fduwjj/238/base -> origin/gh/fduwjj/238/base 2025-12-04T09:52:42.8353681Z * [new branch] gh/fduwjj/238/head -> origin/gh/fduwjj/238/head 2025-12-04T09:52:42.8353754Z * [new branch] gh/fduwjj/238/orig -> origin/gh/fduwjj/238/orig 2025-12-04T09:52:42.8353825Z * [new branch] gh/fduwjj/239/base -> origin/gh/fduwjj/239/base 2025-12-04T09:52:42.8353900Z * [new branch] gh/fduwjj/239/head -> origin/gh/fduwjj/239/head 2025-12-04T09:52:42.8353972Z * [new branch] gh/fduwjj/239/orig -> origin/gh/fduwjj/239/orig 2025-12-04T09:52:42.8354045Z * [new branch] gh/fegin/332/base -> origin/gh/fegin/332/base 2025-12-04T09:52:42.8354119Z * [new branch] gh/fegin/332/head -> origin/gh/fegin/332/head 2025-12-04T09:52:42.8354192Z * [new branch] gh/fegin/332/orig -> origin/gh/fegin/332/orig 2025-12-04T09:52:42.8354264Z * [new branch] gh/fegin/333/base -> origin/gh/fegin/333/base 2025-12-04T09:52:42.8354339Z * [new branch] gh/fegin/333/head -> origin/gh/fegin/333/head 2025-12-04T09:52:42.8354413Z * [new branch] gh/fegin/333/orig -> origin/gh/fegin/333/orig 2025-12-04T09:52:42.8354485Z * [new branch] gh/fegin/334/base -> origin/gh/fegin/334/base 2025-12-04T09:52:42.8354560Z * [new branch] gh/fegin/334/head -> origin/gh/fegin/334/head 2025-12-04T09:52:42.8354631Z * [new branch] gh/fegin/334/orig -> origin/gh/fegin/334/orig 2025-12-04T09:52:42.8354706Z * [new branch] gh/fegin/335/base -> origin/gh/fegin/335/base 2025-12-04T09:52:42.8354805Z * [new branch] gh/fegin/335/head -> origin/gh/fegin/335/head 2025-12-04T09:52:42.8354877Z * [new branch] gh/fegin/335/orig -> origin/gh/fegin/335/orig 2025-12-04T09:52:42.8354954Z * [new branch] gh/fffrog/160/base -> origin/gh/fffrog/160/base 2025-12-04T09:52:42.8355028Z * [new branch] gh/fffrog/160/head -> origin/gh/fffrog/160/head 2025-12-04T09:52:42.8355127Z * [new branch] gh/fffrog/177/base -> origin/gh/fffrog/177/base 2025-12-04T09:52:42.8355204Z * [new branch] gh/fffrog/177/head -> origin/gh/fffrog/177/head 2025-12-04T09:52:42.8355277Z * [new branch] gh/fffrog/177/orig -> origin/gh/fffrog/177/orig 2025-12-04T09:52:42.8355351Z * [new branch] gh/fffrog/178/base -> origin/gh/fffrog/178/base 2025-12-04T09:52:42.8355426Z * [new branch] gh/fffrog/178/head -> origin/gh/fffrog/178/head 2025-12-04T09:52:42.8355500Z * [new branch] gh/fffrog/178/orig -> origin/gh/fffrog/178/orig 2025-12-04T09:52:42.8355572Z * [new branch] gh/fffrog/181/base -> origin/gh/fffrog/181/base 2025-12-04T09:52:42.8355649Z * [new branch] gh/fffrog/181/head -> origin/gh/fffrog/181/head 2025-12-04T09:52:42.8355722Z * [new branch] gh/fffrog/181/orig -> origin/gh/fffrog/181/orig 2025-12-04T09:52:42.8355796Z * [new branch] gh/fffrog/183/base -> origin/gh/fffrog/183/base 2025-12-04T09:52:42.8355871Z * [new branch] gh/fffrog/183/head -> origin/gh/fffrog/183/head 2025-12-04T09:52:42.8355942Z * [new branch] gh/fffrog/183/orig -> origin/gh/fffrog/183/orig 2025-12-04T09:52:42.8356016Z * [new branch] gh/fxdawnn/10/base -> origin/gh/fxdawnn/10/base 2025-12-04T09:52:42.8356091Z * [new branch] gh/fxdawnn/10/head -> origin/gh/fxdawnn/10/head 2025-12-04T09:52:42.8356164Z * [new branch] gh/fxdawnn/10/orig -> origin/gh/fxdawnn/10/orig 2025-12-04T09:52:42.8356239Z * [new branch] gh/fxdawnn/11/base -> origin/gh/fxdawnn/11/base 2025-12-04T09:52:42.8356311Z * [new branch] gh/fxdawnn/11/head -> origin/gh/fxdawnn/11/head 2025-12-04T09:52:42.8356385Z * [new branch] gh/fxdawnn/11/orig -> origin/gh/fxdawnn/11/orig 2025-12-04T09:52:42.8356462Z * [new branch] gh/fxdawnn/12/base -> origin/gh/fxdawnn/12/base 2025-12-04T09:52:42.8356534Z * [new branch] gh/fxdawnn/12/head -> origin/gh/fxdawnn/12/head 2025-12-04T09:52:42.8356607Z * [new branch] gh/fxdawnn/12/orig -> origin/gh/fxdawnn/12/orig 2025-12-04T09:52:42.8356719Z * [new branch] gh/fxdawnn/13/base -> origin/gh/fxdawnn/13/base 2025-12-04T09:52:42.8356794Z * [new branch] gh/fxdawnn/13/head -> origin/gh/fxdawnn/13/head 2025-12-04T09:52:42.8356870Z * [new branch] gh/fxdawnn/13/orig -> origin/gh/fxdawnn/13/orig 2025-12-04T09:52:42.8356944Z * [new branch] gh/fxdawnn/14/base -> origin/gh/fxdawnn/14/base 2025-12-04T09:52:42.8357017Z * [new branch] gh/fxdawnn/14/head -> origin/gh/fxdawnn/14/head 2025-12-04T09:52:42.8357092Z * [new branch] gh/fxdawnn/14/orig -> origin/gh/fxdawnn/14/orig 2025-12-04T09:52:42.8357170Z * [new branch] gh/fxdawnn/15/base -> origin/gh/fxdawnn/15/base 2025-12-04T09:52:42.8357245Z * [new branch] gh/fxdawnn/15/head -> origin/gh/fxdawnn/15/head 2025-12-04T09:52:42.8357318Z * [new branch] gh/fxdawnn/15/orig -> origin/gh/fxdawnn/15/orig 2025-12-04T09:52:42.8357393Z * [new branch] gh/fxdawnn/6/base -> origin/gh/fxdawnn/6/base 2025-12-04T09:52:42.8357466Z * [new branch] gh/fxdawnn/6/head -> origin/gh/fxdawnn/6/head 2025-12-04T09:52:42.8357585Z * [new branch] gh/fxdawnn/6/orig -> origin/gh/fxdawnn/6/orig 2025-12-04T09:52:42.8357663Z * [new branch] gh/fxdawnn/7/base -> origin/gh/fxdawnn/7/base 2025-12-04T09:52:42.8357736Z * [new branch] gh/fxdawnn/7/head -> origin/gh/fxdawnn/7/head 2025-12-04T09:52:42.8357922Z * [new branch] gh/fxdawnn/7/orig -> origin/gh/fxdawnn/7/orig 2025-12-04T09:52:42.8357997Z * [new branch] gh/fxdawnn/9/base -> origin/gh/fxdawnn/9/base 2025-12-04T09:52:42.8358068Z * [new branch] gh/fxdawnn/9/head -> origin/gh/fxdawnn/9/head 2025-12-04T09:52:42.8358143Z * [new branch] gh/fxdawnn/9/orig -> origin/gh/fxdawnn/9/orig 2025-12-04T09:52:42.8358217Z * [new branch] gh/galv/1/base -> origin/gh/galv/1/base 2025-12-04T09:52:42.8358292Z * [new branch] gh/galv/1/head -> origin/gh/galv/1/head 2025-12-04T09:52:42.8358362Z * [new branch] gh/galv/1/orig -> origin/gh/galv/1/orig 2025-12-04T09:52:42.8358431Z * [new branch] gh/galv/2/base -> origin/gh/galv/2/base 2025-12-04T09:52:42.8358499Z * [new branch] gh/galv/2/head -> origin/gh/galv/2/head 2025-12-04T09:52:42.8358573Z * [new branch] gh/galv/2/orig -> origin/gh/galv/2/orig 2025-12-04T09:52:42.8358640Z * [new branch] gh/galv/3/base -> origin/gh/galv/3/base 2025-12-04T09:52:42.8358707Z * [new branch] gh/galv/3/head -> origin/gh/galv/3/head 2025-12-04T09:52:42.8358778Z * [new branch] gh/galv/3/orig -> origin/gh/galv/3/orig 2025-12-04T09:52:42.8358861Z * [new branch] gh/guangyey/134/base -> origin/gh/guangyey/134/base 2025-12-04T09:52:42.8358942Z * [new branch] gh/guangyey/134/head -> origin/gh/guangyey/134/head 2025-12-04T09:52:42.8359025Z * [new branch] gh/guangyey/134/orig -> origin/gh/guangyey/134/orig 2025-12-04T09:52:42.8359102Z * [new branch] gh/guangyey/163/base -> origin/gh/guangyey/163/base 2025-12-04T09:52:42.8359177Z * [new branch] gh/guangyey/163/head -> origin/gh/guangyey/163/head 2025-12-04T09:52:42.8359258Z * [new branch] gh/guangyey/163/orig -> origin/gh/guangyey/163/orig 2025-12-04T09:52:42.8359334Z * [new branch] gh/guangyey/168/base -> origin/gh/guangyey/168/base 2025-12-04T09:52:42.8359409Z * [new branch] gh/guangyey/168/head -> origin/gh/guangyey/168/head 2025-12-04T09:52:42.8359488Z * [new branch] gh/guangyey/168/orig -> origin/gh/guangyey/168/orig 2025-12-04T09:52:42.8359563Z * [new branch] gh/guangyey/169/base -> origin/gh/guangyey/169/base 2025-12-04T09:52:42.8359643Z * [new branch] gh/guangyey/169/head -> origin/gh/guangyey/169/head 2025-12-04T09:52:42.8359720Z * [new branch] gh/guangyey/169/orig -> origin/gh/guangyey/169/orig 2025-12-04T09:52:42.8359796Z * [new branch] gh/guangyey/170/base -> origin/gh/guangyey/170/base 2025-12-04T09:52:42.8359879Z * [new branch] gh/guangyey/170/head -> origin/gh/guangyey/170/head 2025-12-04T09:52:42.8359955Z * [new branch] gh/guangyey/170/orig -> origin/gh/guangyey/170/orig 2025-12-04T09:52:42.8360030Z * [new branch] gh/guangyey/171/base -> origin/gh/guangyey/171/base 2025-12-04T09:52:42.8360108Z * [new branch] gh/guangyey/171/head -> origin/gh/guangyey/171/head 2025-12-04T09:52:42.8360183Z * [new branch] gh/guangyey/171/orig -> origin/gh/guangyey/171/orig 2025-12-04T09:52:42.8360258Z * [new branch] gh/guangyey/178/base -> origin/gh/guangyey/178/base 2025-12-04T09:52:42.8360400Z * [new branch] gh/guangyey/178/head -> origin/gh/guangyey/178/head 2025-12-04T09:52:42.8360477Z * [new branch] gh/guangyey/178/orig -> origin/gh/guangyey/178/orig 2025-12-04T09:52:42.8360554Z * [new branch] gh/guangyey/182/base -> origin/gh/guangyey/182/base 2025-12-04T09:52:42.8360665Z * [new branch] gh/guangyey/182/head -> origin/gh/guangyey/182/head 2025-12-04T09:52:42.8360741Z * [new branch] gh/guangyey/182/orig -> origin/gh/guangyey/182/orig 2025-12-04T09:52:42.8360816Z * [new branch] gh/guangyey/183/base -> origin/gh/guangyey/183/base 2025-12-04T09:52:42.8360896Z * [new branch] gh/guangyey/183/head -> origin/gh/guangyey/183/head 2025-12-04T09:52:42.8360973Z * [new branch] gh/guangyey/183/orig -> origin/gh/guangyey/183/orig 2025-12-04T09:52:42.8361049Z * [new branch] gh/guangyey/185/base -> origin/gh/guangyey/185/base 2025-12-04T09:52:42.8361128Z * [new branch] gh/guangyey/185/head -> origin/gh/guangyey/185/head 2025-12-04T09:52:42.8361202Z * [new branch] gh/guangyey/185/orig -> origin/gh/guangyey/185/orig 2025-12-04T09:52:42.8361282Z * [new branch] gh/guangyey/186/base -> origin/gh/guangyey/186/base 2025-12-04T09:52:42.8361359Z * [new branch] gh/guangyey/186/head -> origin/gh/guangyey/186/head 2025-12-04T09:52:42.8361435Z * [new branch] gh/guangyey/186/orig -> origin/gh/guangyey/186/orig 2025-12-04T09:52:42.8361514Z * [new branch] gh/guangyey/187/base -> origin/gh/guangyey/187/base 2025-12-04T09:52:42.8361590Z * [new branch] gh/guangyey/187/head -> origin/gh/guangyey/187/head 2025-12-04T09:52:42.8361666Z * [new branch] gh/guangyey/187/orig -> origin/gh/guangyey/187/orig 2025-12-04T09:52:42.8361747Z * [new branch] gh/guangyey/188/base -> origin/gh/guangyey/188/base 2025-12-04T09:52:42.8361821Z * [new branch] gh/guangyey/188/head -> origin/gh/guangyey/188/head 2025-12-04T09:52:42.8361894Z * [new branch] gh/guangyey/188/orig -> origin/gh/guangyey/188/orig 2025-12-04T09:52:42.8361970Z * [new branch] gh/guangyey/190/base -> origin/gh/guangyey/190/base 2025-12-04T09:52:42.8362043Z * [new branch] gh/guangyey/190/head -> origin/gh/guangyey/190/head 2025-12-04T09:52:42.8362117Z * [new branch] gh/guangyey/190/orig -> origin/gh/guangyey/190/orig 2025-12-04T09:52:42.8362194Z * [new branch] gh/guangyey/208/base -> origin/gh/guangyey/208/base 2025-12-04T09:52:42.8362270Z * [new branch] gh/guangyey/208/head -> origin/gh/guangyey/208/head 2025-12-04T09:52:42.8362348Z * [new branch] gh/guangyey/208/orig -> origin/gh/guangyey/208/orig 2025-12-04T09:52:42.8362427Z * [new branch] gh/guangyey/228/base -> origin/gh/guangyey/228/base 2025-12-04T09:52:42.8362503Z * [new branch] gh/guangyey/228/head -> origin/gh/guangyey/228/head 2025-12-04T09:52:42.8362582Z * [new branch] gh/guangyey/228/orig -> origin/gh/guangyey/228/orig 2025-12-04T09:52:42.8362658Z * [new branch] gh/guangyey/230/base -> origin/gh/guangyey/230/base 2025-12-04T09:52:42.8362734Z * [new branch] gh/guangyey/230/head -> origin/gh/guangyey/230/head 2025-12-04T09:52:42.8362814Z * [new branch] gh/guangyey/230/orig -> origin/gh/guangyey/230/orig 2025-12-04T09:52:42.8362890Z * [new branch] gh/guangyey/231/base -> origin/gh/guangyey/231/base 2025-12-04T09:52:42.8362965Z * [new branch] gh/guangyey/231/head -> origin/gh/guangyey/231/head 2025-12-04T09:52:42.8363082Z * [new branch] gh/guangyey/231/orig -> origin/gh/guangyey/231/orig 2025-12-04T09:52:42.8363157Z * [new branch] gh/guangyey/232/base -> origin/gh/guangyey/232/base 2025-12-04T09:52:42.8363232Z * [new branch] gh/guangyey/232/head -> origin/gh/guangyey/232/head 2025-12-04T09:52:42.8363341Z * [new branch] gh/guangyey/232/orig -> origin/gh/guangyey/232/orig 2025-12-04T09:52:42.8363416Z * [new branch] gh/guangyey/233/base -> origin/gh/guangyey/233/base 2025-12-04T09:52:42.8363492Z * [new branch] gh/guangyey/233/head -> origin/gh/guangyey/233/head 2025-12-04T09:52:42.8363570Z * [new branch] gh/guangyey/233/orig -> origin/gh/guangyey/233/orig 2025-12-04T09:52:42.8363646Z * [new branch] gh/guangyey/234/base -> origin/gh/guangyey/234/base 2025-12-04T09:52:42.8363721Z * [new branch] gh/guangyey/234/head -> origin/gh/guangyey/234/head 2025-12-04T09:52:42.8363800Z * [new branch] gh/guangyey/234/orig -> origin/gh/guangyey/234/orig 2025-12-04T09:52:42.8363875Z * [new branch] gh/guangyey/235/base -> origin/gh/guangyey/235/base 2025-12-04T09:52:42.8363950Z * [new branch] gh/guangyey/235/head -> origin/gh/guangyey/235/head 2025-12-04T09:52:42.8364030Z * [new branch] gh/guangyey/235/orig -> origin/gh/guangyey/235/orig 2025-12-04T09:52:42.8364105Z * [new branch] gh/guangyey/236/base -> origin/gh/guangyey/236/base 2025-12-04T09:52:42.8364184Z * [new branch] gh/guangyey/236/head -> origin/gh/guangyey/236/head 2025-12-04T09:52:42.8364259Z * [new branch] gh/guangyey/236/orig -> origin/gh/guangyey/236/orig 2025-12-04T09:52:42.8364334Z * [new branch] gh/guangyey/237/base -> origin/gh/guangyey/237/base 2025-12-04T09:52:42.8364415Z * [new branch] gh/guangyey/237/head -> origin/gh/guangyey/237/head 2025-12-04T09:52:42.8364491Z * [new branch] gh/guangyey/237/orig -> origin/gh/guangyey/237/orig 2025-12-04T09:52:42.8364566Z * [new branch] gh/guangyey/238/base -> origin/gh/guangyey/238/base 2025-12-04T09:52:42.8364643Z * [new branch] gh/guangyey/238/head -> origin/gh/guangyey/238/head 2025-12-04T09:52:42.8364720Z * [new branch] gh/guangyey/239/base -> origin/gh/guangyey/239/base 2025-12-04T09:52:42.8364795Z * [new branch] gh/guangyey/239/head -> origin/gh/guangyey/239/head 2025-12-04T09:52:42.8364871Z * [new branch] gh/guangyey/239/orig -> origin/gh/guangyey/239/orig 2025-12-04T09:52:42.8364945Z * [new branch] gh/guangyey/240/base -> origin/gh/guangyey/240/base 2025-12-04T09:52:42.8365019Z * [new branch] gh/guangyey/240/head -> origin/gh/guangyey/240/head 2025-12-04T09:52:42.8365095Z * [new branch] gh/guangyey/240/orig -> origin/gh/guangyey/240/orig 2025-12-04T09:52:42.8365169Z * [new branch] gh/guangyey/241/base -> origin/gh/guangyey/241/base 2025-12-04T09:52:42.8365242Z * [new branch] gh/guangyey/241/head -> origin/gh/guangyey/241/head 2025-12-04T09:52:42.8365320Z * [new branch] gh/guangyey/241/orig -> origin/gh/guangyey/241/orig 2025-12-04T09:52:42.8365394Z * [new branch] gh/guangyey/242/base -> origin/gh/guangyey/242/base 2025-12-04T09:52:42.8365469Z * [new branch] gh/guangyey/242/head -> origin/gh/guangyey/242/head 2025-12-04T09:52:42.8365545Z * [new branch] gh/guangyey/242/orig -> origin/gh/guangyey/242/orig 2025-12-04T09:52:42.8365619Z * [new branch] gh/guangyey/243/base -> origin/gh/guangyey/243/base 2025-12-04T09:52:42.8365724Z * [new branch] gh/guangyey/243/head -> origin/gh/guangyey/243/head 2025-12-04T09:52:42.8365799Z * [new branch] gh/guangyey/243/orig -> origin/gh/guangyey/243/orig 2025-12-04T09:52:42.8365873Z * [new branch] gh/guangyey/244/base -> origin/gh/guangyey/244/base 2025-12-04T09:52:42.8365948Z * [new branch] gh/guangyey/244/head -> origin/gh/guangyey/244/head 2025-12-04T09:52:42.8366047Z * [new branch] gh/guangyey/244/orig -> origin/gh/guangyey/244/orig 2025-12-04T09:52:42.8366121Z * [new branch] gh/guangyey/245/base -> origin/gh/guangyey/245/base 2025-12-04T09:52:42.8366195Z * [new branch] gh/guangyey/245/head -> origin/gh/guangyey/245/head 2025-12-04T09:52:42.8366268Z * [new branch] gh/guangyey/245/orig -> origin/gh/guangyey/245/orig 2025-12-04T09:52:42.8366341Z * [new branch] gh/guangyey/246/base -> origin/gh/guangyey/246/base 2025-12-04T09:52:42.8366417Z * [new branch] gh/guangyey/246/head -> origin/gh/guangyey/246/head 2025-12-04T09:52:42.8366491Z * [new branch] gh/guangyey/246/orig -> origin/gh/guangyey/246/orig 2025-12-04T09:52:42.8366564Z * [new branch] gh/guangyey/247/base -> origin/gh/guangyey/247/base 2025-12-04T09:52:42.8366640Z * [new branch] gh/guangyey/247/head -> origin/gh/guangyey/247/head 2025-12-04T09:52:42.8366749Z * [new branch] gh/guangyey/247/orig -> origin/gh/guangyey/247/orig 2025-12-04T09:52:42.8366825Z * [new branch] gh/guangyey/248/base -> origin/gh/guangyey/248/base 2025-12-04T09:52:42.8366899Z * [new branch] gh/guangyey/248/head -> origin/gh/guangyey/248/head 2025-12-04T09:52:42.8366973Z * [new branch] gh/guangyey/248/orig -> origin/gh/guangyey/248/orig 2025-12-04T09:52:42.8367047Z * [new branch] gh/guangyey/249/base -> origin/gh/guangyey/249/base 2025-12-04T09:52:42.8367122Z * [new branch] gh/guangyey/249/head -> origin/gh/guangyey/249/head 2025-12-04T09:52:42.8367195Z * [new branch] gh/guangyey/249/orig -> origin/gh/guangyey/249/orig 2025-12-04T09:52:42.8367270Z * [new branch] gh/guangyey/250/base -> origin/gh/guangyey/250/base 2025-12-04T09:52:42.8367344Z * [new branch] gh/guangyey/250/head -> origin/gh/guangyey/250/head 2025-12-04T09:52:42.8367418Z * [new branch] gh/guangyey/250/orig -> origin/gh/guangyey/250/orig 2025-12-04T09:52:42.8367492Z * [new branch] gh/guangyey/251/base -> origin/gh/guangyey/251/base 2025-12-04T09:52:42.8367565Z * [new branch] gh/guangyey/251/head -> origin/gh/guangyey/251/head 2025-12-04T09:52:42.8367637Z * [new branch] gh/guangyey/251/orig -> origin/gh/guangyey/251/orig 2025-12-04T09:52:42.8367713Z * [new branch] gh/guangyey/252/base -> origin/gh/guangyey/252/base 2025-12-04T09:52:42.8367786Z * [new branch] gh/guangyey/252/head -> origin/gh/guangyey/252/head 2025-12-04T09:52:42.8367860Z * [new branch] gh/guangyey/252/orig -> origin/gh/guangyey/252/orig 2025-12-04T09:52:42.8367934Z * [new branch] gh/guangyey/253/base -> origin/gh/guangyey/253/base 2025-12-04T09:52:42.8368008Z * [new branch] gh/guangyey/253/head -> origin/gh/guangyey/253/head 2025-12-04T09:52:42.8368082Z * [new branch] gh/guangyey/253/orig -> origin/gh/guangyey/253/orig 2025-12-04T09:52:42.8368155Z * [new branch] gh/guangyey/254/base -> origin/gh/guangyey/254/base 2025-12-04T09:52:42.8368229Z * [new branch] gh/guangyey/254/head -> origin/gh/guangyey/254/head 2025-12-04T09:52:42.8368302Z * [new branch] gh/guangyey/254/orig -> origin/gh/guangyey/254/orig 2025-12-04T09:52:42.8368422Z * [new branch] gh/guangyey/255/base -> origin/gh/guangyey/255/base 2025-12-04T09:52:42.8368495Z * [new branch] gh/guangyey/255/head -> origin/gh/guangyey/255/head 2025-12-04T09:52:42.8368569Z * [new branch] gh/guangyey/255/orig -> origin/gh/guangyey/255/orig 2025-12-04T09:52:42.8368703Z * [new branch] gh/guilhermeleobas/107/base -> origin/gh/guilhermeleobas/107/base 2025-12-04T09:52:42.8368792Z * [new branch] gh/guilhermeleobas/107/head -> origin/gh/guilhermeleobas/107/head 2025-12-04T09:52:42.8368882Z * [new branch] gh/guilhermeleobas/107/orig -> origin/gh/guilhermeleobas/107/orig 2025-12-04T09:52:42.8368971Z * [new branch] gh/guilhermeleobas/108/base -> origin/gh/guilhermeleobas/108/base 2025-12-04T09:52:42.8369057Z * [new branch] gh/guilhermeleobas/108/head -> origin/gh/guilhermeleobas/108/head 2025-12-04T09:52:42.8369147Z * [new branch] gh/guilhermeleobas/108/orig -> origin/gh/guilhermeleobas/108/orig 2025-12-04T09:52:42.8369235Z * [new branch] gh/guilhermeleobas/150/base -> origin/gh/guilhermeleobas/150/base 2025-12-04T09:52:42.8369321Z * [new branch] gh/guilhermeleobas/150/head -> origin/gh/guilhermeleobas/150/head 2025-12-04T09:52:42.8369410Z * [new branch] gh/guilhermeleobas/150/orig -> origin/gh/guilhermeleobas/150/orig 2025-12-04T09:52:42.8369497Z * [new branch] gh/guilhermeleobas/168/base -> origin/gh/guilhermeleobas/168/base 2025-12-04T09:52:42.8369583Z * [new branch] gh/guilhermeleobas/168/head -> origin/gh/guilhermeleobas/168/head 2025-12-04T09:52:42.8369670Z * [new branch] gh/guilhermeleobas/168/orig -> origin/gh/guilhermeleobas/168/orig 2025-12-04T09:52:42.8369756Z * [new branch] gh/guilhermeleobas/169/base -> origin/gh/guilhermeleobas/169/base 2025-12-04T09:52:42.8369844Z * [new branch] gh/guilhermeleobas/169/head -> origin/gh/guilhermeleobas/169/head 2025-12-04T09:52:42.8369931Z * [new branch] gh/guilhermeleobas/169/orig -> origin/gh/guilhermeleobas/169/orig 2025-12-04T09:52:42.8370017Z * [new branch] gh/guilhermeleobas/170/base -> origin/gh/guilhermeleobas/170/base 2025-12-04T09:52:42.8370105Z * [new branch] gh/guilhermeleobas/170/head -> origin/gh/guilhermeleobas/170/head 2025-12-04T09:52:42.8370193Z * [new branch] gh/guilhermeleobas/170/orig -> origin/gh/guilhermeleobas/170/orig 2025-12-04T09:52:42.8370280Z * [new branch] gh/guilhermeleobas/171/base -> origin/gh/guilhermeleobas/171/base 2025-12-04T09:52:42.8370368Z * [new branch] gh/guilhermeleobas/171/head -> origin/gh/guilhermeleobas/171/head 2025-12-04T09:52:42.8370455Z * [new branch] gh/guilhermeleobas/171/orig -> origin/gh/guilhermeleobas/171/orig 2025-12-04T09:52:42.8370543Z * [new branch] gh/guilhermeleobas/173/base -> origin/gh/guilhermeleobas/173/base 2025-12-04T09:52:42.8370631Z * [new branch] gh/guilhermeleobas/173/head -> origin/gh/guilhermeleobas/173/head 2025-12-04T09:52:42.8370717Z * [new branch] gh/guilhermeleobas/173/orig -> origin/gh/guilhermeleobas/173/orig 2025-12-04T09:52:42.8370803Z * [new branch] gh/guilhermeleobas/193/base -> origin/gh/guilhermeleobas/193/base 2025-12-04T09:52:42.8370891Z * [new branch] gh/guilhermeleobas/193/head -> origin/gh/guilhermeleobas/193/head 2025-12-04T09:52:42.8370978Z * [new branch] gh/guilhermeleobas/193/orig -> origin/gh/guilhermeleobas/193/orig 2025-12-04T09:52:42.8371064Z * [new branch] gh/guilhermeleobas/204/base -> origin/gh/guilhermeleobas/204/base 2025-12-04T09:52:42.8371151Z * [new branch] gh/guilhermeleobas/204/head -> origin/gh/guilhermeleobas/204/head 2025-12-04T09:52:42.8371272Z * [new branch] gh/guilhermeleobas/204/orig -> origin/gh/guilhermeleobas/204/orig 2025-12-04T09:52:42.8371361Z * [new branch] gh/guilhermeleobas/211/base -> origin/gh/guilhermeleobas/211/base 2025-12-04T09:52:42.8371448Z * [new branch] gh/guilhermeleobas/211/head -> origin/gh/guilhermeleobas/211/head 2025-12-04T09:52:42.8371535Z * [new branch] gh/guilhermeleobas/211/orig -> origin/gh/guilhermeleobas/211/orig 2025-12-04T09:52:42.8371657Z * [new branch] gh/guilhermeleobas/226/base -> origin/gh/guilhermeleobas/226/base 2025-12-04T09:52:42.8371743Z * [new branch] gh/guilhermeleobas/226/head -> origin/gh/guilhermeleobas/226/head 2025-12-04T09:52:42.8371829Z * [new branch] gh/guilhermeleobas/226/orig -> origin/gh/guilhermeleobas/226/orig 2025-12-04T09:52:42.8371918Z * [new branch] gh/guilhermeleobas/236/base -> origin/gh/guilhermeleobas/236/base 2025-12-04T09:52:42.8372005Z * [new branch] gh/guilhermeleobas/236/head -> origin/gh/guilhermeleobas/236/head 2025-12-04T09:52:42.8372093Z * [new branch] gh/guilhermeleobas/236/orig -> origin/gh/guilhermeleobas/236/orig 2025-12-04T09:52:42.8372181Z * [new branch] gh/guilhermeleobas/247/base -> origin/gh/guilhermeleobas/247/base 2025-12-04T09:52:42.8372268Z * [new branch] gh/guilhermeleobas/247/head -> origin/gh/guilhermeleobas/247/head 2025-12-04T09:52:42.8372356Z * [new branch] gh/guilhermeleobas/247/orig -> origin/gh/guilhermeleobas/247/orig 2025-12-04T09:52:42.8372445Z * [new branch] gh/guilhermeleobas/248/base -> origin/gh/guilhermeleobas/248/base 2025-12-04T09:52:42.8372532Z * [new branch] gh/guilhermeleobas/248/head -> origin/gh/guilhermeleobas/248/head 2025-12-04T09:52:42.8372618Z * [new branch] gh/guilhermeleobas/248/orig -> origin/gh/guilhermeleobas/248/orig 2025-12-04T09:52:42.8372707Z * [new branch] gh/guilhermeleobas/250/base -> origin/gh/guilhermeleobas/250/base 2025-12-04T09:52:42.8372794Z * [new branch] gh/guilhermeleobas/250/head -> origin/gh/guilhermeleobas/250/head 2025-12-04T09:52:42.8372882Z * [new branch] gh/guilhermeleobas/250/orig -> origin/gh/guilhermeleobas/250/orig 2025-12-04T09:52:42.8372969Z * [new branch] gh/guilhermeleobas/253/base -> origin/gh/guilhermeleobas/253/base 2025-12-04T09:52:42.8373058Z * [new branch] gh/guilhermeleobas/253/head -> origin/gh/guilhermeleobas/253/head 2025-12-04T09:52:42.8373147Z * [new branch] gh/guilhermeleobas/253/orig -> origin/gh/guilhermeleobas/253/orig 2025-12-04T09:52:42.8373234Z * [new branch] gh/guilhermeleobas/254/base -> origin/gh/guilhermeleobas/254/base 2025-12-04T09:52:42.8373321Z * [new branch] gh/guilhermeleobas/254/head -> origin/gh/guilhermeleobas/254/head 2025-12-04T09:52:42.8373409Z * [new branch] gh/guilhermeleobas/254/orig -> origin/gh/guilhermeleobas/254/orig 2025-12-04T09:52:42.8373497Z * [new branch] gh/guilhermeleobas/255/base -> origin/gh/guilhermeleobas/255/base 2025-12-04T09:52:42.8373585Z * [new branch] gh/guilhermeleobas/255/head -> origin/gh/guilhermeleobas/255/head 2025-12-04T09:52:42.8373674Z * [new branch] gh/guilhermeleobas/255/orig -> origin/gh/guilhermeleobas/255/orig 2025-12-04T09:52:42.8373765Z * [new branch] gh/guilhermeleobas/256/base -> origin/gh/guilhermeleobas/256/base 2025-12-04T09:52:42.8373853Z * [new branch] gh/guilhermeleobas/256/head -> origin/gh/guilhermeleobas/256/head 2025-12-04T09:52:42.8373942Z * [new branch] gh/guilhermeleobas/256/orig -> origin/gh/guilhermeleobas/256/orig 2025-12-04T09:52:42.8374029Z * [new branch] gh/guilhermeleobas/257/base -> origin/gh/guilhermeleobas/257/base 2025-12-04T09:52:42.8374116Z * [new branch] gh/guilhermeleobas/257/head -> origin/gh/guilhermeleobas/257/head 2025-12-04T09:52:42.8374238Z * [new branch] gh/guilhermeleobas/257/orig -> origin/gh/guilhermeleobas/257/orig 2025-12-04T09:52:42.8374326Z * [new branch] gh/guilhermeleobas/258/base -> origin/gh/guilhermeleobas/258/base 2025-12-04T09:52:42.8374415Z * [new branch] gh/guilhermeleobas/258/head -> origin/gh/guilhermeleobas/258/head 2025-12-04T09:52:42.8374531Z * [new branch] gh/guilhermeleobas/258/orig -> origin/gh/guilhermeleobas/258/orig 2025-12-04T09:52:42.8374619Z * [new branch] gh/guilhermeleobas/259/base -> origin/gh/guilhermeleobas/259/base 2025-12-04T09:52:42.8374707Z * [new branch] gh/guilhermeleobas/259/head -> origin/gh/guilhermeleobas/259/head 2025-12-04T09:52:42.8374794Z * [new branch] gh/guilhermeleobas/259/orig -> origin/gh/guilhermeleobas/259/orig 2025-12-04T09:52:42.8374880Z * [new branch] gh/guilhermeleobas/260/base -> origin/gh/guilhermeleobas/260/base 2025-12-04T09:52:42.8374970Z * [new branch] gh/guilhermeleobas/260/head -> origin/gh/guilhermeleobas/260/head 2025-12-04T09:52:42.8375057Z * [new branch] gh/guilhermeleobas/260/orig -> origin/gh/guilhermeleobas/260/orig 2025-12-04T09:52:42.8375145Z * [new branch] gh/guilhermeleobas/261/base -> origin/gh/guilhermeleobas/261/base 2025-12-04T09:52:42.8375235Z * [new branch] gh/guilhermeleobas/261/head -> origin/gh/guilhermeleobas/261/head 2025-12-04T09:52:42.8375323Z * [new branch] gh/guilhermeleobas/261/orig -> origin/gh/guilhermeleobas/261/orig 2025-12-04T09:52:42.8375410Z * [new branch] gh/guilhermeleobas/262/base -> origin/gh/guilhermeleobas/262/base 2025-12-04T09:52:42.8375498Z * [new branch] gh/guilhermeleobas/262/head -> origin/gh/guilhermeleobas/262/head 2025-12-04T09:52:42.8375585Z * [new branch] gh/guilhermeleobas/262/orig -> origin/gh/guilhermeleobas/262/orig 2025-12-04T09:52:42.8375674Z * [new branch] gh/guilhermeleobas/263/base -> origin/gh/guilhermeleobas/263/base 2025-12-04T09:52:42.8375763Z * [new branch] gh/guilhermeleobas/263/head -> origin/gh/guilhermeleobas/263/head 2025-12-04T09:52:42.8375850Z * [new branch] gh/guilhermeleobas/263/orig -> origin/gh/guilhermeleobas/263/orig 2025-12-04T09:52:42.8375938Z * [new branch] gh/guilhermeleobas/264/base -> origin/gh/guilhermeleobas/264/base 2025-12-04T09:52:42.8376026Z * [new branch] gh/guilhermeleobas/264/head -> origin/gh/guilhermeleobas/264/head 2025-12-04T09:52:42.8376113Z * [new branch] gh/guilhermeleobas/264/orig -> origin/gh/guilhermeleobas/264/orig 2025-12-04T09:52:42.8376201Z * [new branch] gh/guilhermeleobas/265/base -> origin/gh/guilhermeleobas/265/base 2025-12-04T09:52:42.8376287Z * [new branch] gh/guilhermeleobas/265/head -> origin/gh/guilhermeleobas/265/head 2025-12-04T09:52:42.8376375Z * [new branch] gh/guilhermeleobas/265/orig -> origin/gh/guilhermeleobas/265/orig 2025-12-04T09:52:42.8376463Z * [new branch] gh/guilhermeleobas/266/base -> origin/gh/guilhermeleobas/266/base 2025-12-04T09:52:42.8376550Z * [new branch] gh/guilhermeleobas/266/head -> origin/gh/guilhermeleobas/266/head 2025-12-04T09:52:42.8376636Z * [new branch] gh/guilhermeleobas/266/orig -> origin/gh/guilhermeleobas/266/orig 2025-12-04T09:52:42.8376774Z * [new branch] gh/guilhermeleobas/267/base -> origin/gh/guilhermeleobas/267/base 2025-12-04T09:52:42.8376864Z * [new branch] gh/guilhermeleobas/267/head -> origin/gh/guilhermeleobas/267/head 2025-12-04T09:52:42.8376951Z * [new branch] gh/guilhermeleobas/267/orig -> origin/gh/guilhermeleobas/267/orig 2025-12-04T09:52:42.8377038Z * [new branch] gh/hameerabbasi/1/base -> origin/gh/hameerabbasi/1/base 2025-12-04T09:52:42.8377121Z * [new branch] gh/hameerabbasi/1/head -> origin/gh/hameerabbasi/1/head 2025-12-04T09:52:42.8377259Z * [new branch] gh/hameerabbasi/2/base -> origin/gh/hameerabbasi/2/base 2025-12-04T09:52:42.8377341Z * [new branch] gh/hameerabbasi/2/head -> origin/gh/hameerabbasi/2/head 2025-12-04T09:52:42.8377420Z * [new branch] gh/hameerabbasi/2/orig -> origin/gh/hameerabbasi/2/orig 2025-12-04T09:52:42.8377538Z * [new branch] gh/hameerabbasi/3/base -> origin/gh/hameerabbasi/3/base 2025-12-04T09:52:42.8377617Z * [new branch] gh/hameerabbasi/3/head -> origin/gh/hameerabbasi/3/head 2025-12-04T09:52:42.8377696Z * [new branch] gh/hameerabbasi/3/orig -> origin/gh/hameerabbasi/3/orig 2025-12-04T09:52:42.8377776Z * [new branch] gh/hameerabbasi/4/base -> origin/gh/hameerabbasi/4/base 2025-12-04T09:52:42.8377855Z * [new branch] gh/hameerabbasi/4/head -> origin/gh/hameerabbasi/4/head 2025-12-04T09:52:42.8377935Z * [new branch] gh/hameerabbasi/4/orig -> origin/gh/hameerabbasi/4/orig 2025-12-04T09:52:42.8378011Z * [new branch] gh/huydhn/1/next -> origin/gh/huydhn/1/next 2025-12-04T09:52:42.8378082Z * [new branch] gh/huydhn/2/next -> origin/gh/huydhn/2/next 2025-12-04T09:52:42.8378153Z * [new branch] gh/huydhn/3/next -> origin/gh/huydhn/3/next 2025-12-04T09:52:42.8378228Z * [new branch] gh/huydhn/4/next -> origin/gh/huydhn/4/next 2025-12-04T09:52:42.8378297Z * [new branch] gh/huydhn/5/next -> origin/gh/huydhn/5/next 2025-12-04T09:52:42.8378365Z * [new branch] gh/huydhn/6/next -> origin/gh/huydhn/6/next 2025-12-04T09:52:42.8378438Z * [new branch] gh/int3/97/base -> origin/gh/int3/97/base 2025-12-04T09:52:42.8378509Z * [new branch] gh/int3/97/head -> origin/gh/int3/97/head 2025-12-04T09:52:42.8378585Z * [new branch] gh/isuruf/101/base -> origin/gh/isuruf/101/base 2025-12-04T09:52:42.8378662Z * [new branch] gh/isuruf/101/head -> origin/gh/isuruf/101/head 2025-12-04T09:52:42.8378734Z * [new branch] gh/isuruf/146/base -> origin/gh/isuruf/146/base 2025-12-04T09:52:42.8378807Z * [new branch] gh/isuruf/146/head -> origin/gh/isuruf/146/head 2025-12-04T09:52:42.8378879Z * [new branch] gh/isuruf/146/orig -> origin/gh/isuruf/146/orig 2025-12-04T09:52:42.8378950Z * [new branch] gh/isuruf/158/base -> origin/gh/isuruf/158/base 2025-12-04T09:52:42.8379023Z * [new branch] gh/isuruf/158/head -> origin/gh/isuruf/158/head 2025-12-04T09:52:42.8379094Z * [new branch] gh/isuruf/159/base -> origin/gh/isuruf/159/base 2025-12-04T09:52:42.8379164Z * [new branch] gh/isuruf/159/head -> origin/gh/isuruf/159/head 2025-12-04T09:52:42.8379239Z * [new branch] gh/isuruf/160/base -> origin/gh/isuruf/160/base 2025-12-04T09:52:42.8379310Z * [new branch] gh/isuruf/160/head -> origin/gh/isuruf/160/head 2025-12-04T09:52:42.8379380Z * [new branch] gh/isuruf/160/orig -> origin/gh/isuruf/160/orig 2025-12-04T09:52:42.8379455Z * [new branch] gh/isuruf/81/base -> origin/gh/isuruf/81/base 2025-12-04T09:52:42.8379527Z * [new branch] gh/isuruf/81/head -> origin/gh/isuruf/81/head 2025-12-04T09:52:42.8379598Z * [new branch] gh/isuruf/81/orig -> origin/gh/isuruf/81/orig 2025-12-04T09:52:42.8379678Z * [new branch] gh/jamesjwu/176/base -> origin/gh/jamesjwu/176/base 2025-12-04T09:52:42.8379754Z * [new branch] gh/jamesjwu/176/head -> origin/gh/jamesjwu/176/head 2025-12-04T09:52:42.8379861Z * [new branch] gh/jamesjwu/176/orig -> origin/gh/jamesjwu/176/orig 2025-12-04T09:52:42.8379938Z * [new branch] gh/jamesjwu/187/base -> origin/gh/jamesjwu/187/base 2025-12-04T09:52:42.8380012Z * [new branch] gh/jamesjwu/187/head -> origin/gh/jamesjwu/187/head 2025-12-04T09:52:42.8380088Z * [new branch] gh/jamesjwu/187/orig -> origin/gh/jamesjwu/187/orig 2025-12-04T09:52:42.8380200Z * [new branch] gh/jamesjwu/196/base -> origin/gh/jamesjwu/196/base 2025-12-04T09:52:42.8380274Z * [new branch] gh/jamesjwu/196/head -> origin/gh/jamesjwu/196/head 2025-12-04T09:52:42.8380347Z * [new branch] gh/jamesjwu/196/orig -> origin/gh/jamesjwu/196/orig 2025-12-04T09:52:42.8380422Z * [new branch] gh/jamesjwu/198/base -> origin/gh/jamesjwu/198/base 2025-12-04T09:52:42.8380496Z * [new branch] gh/jamesjwu/198/head -> origin/gh/jamesjwu/198/head 2025-12-04T09:52:42.8380572Z * [new branch] gh/jamesjwu/198/orig -> origin/gh/jamesjwu/198/orig 2025-12-04T09:52:42.8380646Z * [new branch] gh/jamesjwu/207/base -> origin/gh/jamesjwu/207/base 2025-12-04T09:52:42.8380720Z * [new branch] gh/jamesjwu/207/head -> origin/gh/jamesjwu/207/head 2025-12-04T09:52:42.8380796Z * [new branch] gh/jamesjwu/207/orig -> origin/gh/jamesjwu/207/orig 2025-12-04T09:52:42.8380870Z * [new branch] gh/jamesjwu/208/base -> origin/gh/jamesjwu/208/base 2025-12-04T09:52:42.8380944Z * [new branch] gh/jamesjwu/208/head -> origin/gh/jamesjwu/208/head 2025-12-04T09:52:42.8381020Z * [new branch] gh/jamesjwu/208/orig -> origin/gh/jamesjwu/208/orig 2025-12-04T09:52:42.8381095Z * [new branch] gh/jamesjwu/52/base -> origin/gh/jamesjwu/52/base 2025-12-04T09:52:42.8381169Z * [new branch] gh/jamesjwu/52/head -> origin/gh/jamesjwu/52/head 2025-12-04T09:52:42.8381245Z * [new branch] gh/jamesjwu/53/base -> origin/gh/jamesjwu/53/base 2025-12-04T09:52:42.8381319Z * [new branch] gh/jamesjwu/53/head -> origin/gh/jamesjwu/53/head 2025-12-04T09:52:42.8381392Z * [new branch] gh/jamesjwu/54/base -> origin/gh/jamesjwu/54/base 2025-12-04T09:52:42.8381467Z * [new branch] gh/jamesjwu/54/head -> origin/gh/jamesjwu/54/head 2025-12-04T09:52:42.8381539Z * [new branch] gh/jamesjwu/55/base -> origin/gh/jamesjwu/55/base 2025-12-04T09:52:42.8381613Z * [new branch] gh/jamesjwu/55/head -> origin/gh/jamesjwu/55/head 2025-12-04T09:52:42.8381687Z * [new branch] gh/jamesjwu/56/base -> origin/gh/jamesjwu/56/base 2025-12-04T09:52:42.8381760Z * [new branch] gh/jamesjwu/56/head -> origin/gh/jamesjwu/56/head 2025-12-04T09:52:42.8381834Z * [new branch] gh/jamesjwu/57/base -> origin/gh/jamesjwu/57/base 2025-12-04T09:52:42.8381908Z * [new branch] gh/jamesjwu/57/head -> origin/gh/jamesjwu/57/head 2025-12-04T09:52:42.8381981Z * [new branch] gh/jamesjwu/58/base -> origin/gh/jamesjwu/58/base 2025-12-04T09:52:42.8382056Z * [new branch] gh/jamesjwu/58/head -> origin/gh/jamesjwu/58/head 2025-12-04T09:52:42.8382131Z * [new branch] gh/jamesjwu/59/base -> origin/gh/jamesjwu/59/base 2025-12-04T09:52:42.8382203Z * [new branch] gh/jamesjwu/59/head -> origin/gh/jamesjwu/59/head 2025-12-04T09:52:42.8382278Z * [new branch] gh/jamesjwu/60/base -> origin/gh/jamesjwu/60/base 2025-12-04T09:52:42.8382352Z * [new branch] gh/jamesjwu/60/head -> origin/gh/jamesjwu/60/head 2025-12-04T09:52:42.8382425Z * [new branch] gh/jamesjwu/61/base -> origin/gh/jamesjwu/61/base 2025-12-04T09:52:42.8382530Z * [new branch] gh/jamesjwu/61/head -> origin/gh/jamesjwu/61/head 2025-12-04T09:52:42.8382605Z * [new branch] gh/jamesjwu/62/base -> origin/gh/jamesjwu/62/base 2025-12-04T09:52:42.8382678Z * [new branch] gh/jamesjwu/62/head -> origin/gh/jamesjwu/62/head 2025-12-04T09:52:42.8382782Z * [new branch] gh/jamesjwu/63/base -> origin/gh/jamesjwu/63/base 2025-12-04T09:52:42.8382856Z * [new branch] gh/jamesjwu/63/head -> origin/gh/jamesjwu/63/head 2025-12-04T09:52:42.8382929Z * [new branch] gh/jamesjwu/64/base -> origin/gh/jamesjwu/64/base 2025-12-04T09:52:42.8383003Z * [new branch] gh/jamesjwu/64/head -> origin/gh/jamesjwu/64/head 2025-12-04T09:52:42.8383075Z * [new branch] gh/jamesjwu/65/base -> origin/gh/jamesjwu/65/base 2025-12-04T09:52:42.8383148Z * [new branch] gh/jamesjwu/65/head -> origin/gh/jamesjwu/65/head 2025-12-04T09:52:42.8383226Z * [new branch] gh/janeyx99/165/base -> origin/gh/janeyx99/165/base 2025-12-04T09:52:42.8383300Z * [new branch] gh/janeyx99/165/head -> origin/gh/janeyx99/165/head 2025-12-04T09:52:42.8383374Z * [new branch] gh/janeyx99/165/orig -> origin/gh/janeyx99/165/orig 2025-12-04T09:52:42.8383450Z * [new branch] gh/janeyx99/201/base -> origin/gh/janeyx99/201/base 2025-12-04T09:52:42.8383523Z * [new branch] gh/janeyx99/201/head -> origin/gh/janeyx99/201/head 2025-12-04T09:52:42.8383598Z * [new branch] gh/janeyx99/201/orig -> origin/gh/janeyx99/201/orig 2025-12-04T09:52:42.8383672Z * [new branch] gh/janeyx99/225/base -> origin/gh/janeyx99/225/base 2025-12-04T09:52:42.8383745Z * [new branch] gh/janeyx99/225/head -> origin/gh/janeyx99/225/head 2025-12-04T09:52:42.8383821Z * [new branch] gh/janeyx99/225/orig -> origin/gh/janeyx99/225/orig 2025-12-04T09:52:42.8383894Z * [new branch] gh/janeyx99/299/base -> origin/gh/janeyx99/299/base 2025-12-04T09:52:42.8383967Z * [new branch] gh/janeyx99/299/head -> origin/gh/janeyx99/299/head 2025-12-04T09:52:42.8384042Z * [new branch] gh/janeyx99/299/orig -> origin/gh/janeyx99/299/orig 2025-12-04T09:52:42.8384117Z * [new branch] gh/janeyx99/302/base -> origin/gh/janeyx99/302/base 2025-12-04T09:52:42.8384190Z * [new branch] gh/janeyx99/302/head -> origin/gh/janeyx99/302/head 2025-12-04T09:52:42.8384264Z * [new branch] gh/janeyx99/303/base -> origin/gh/janeyx99/303/base 2025-12-04T09:52:42.8384338Z * [new branch] gh/janeyx99/303/head -> origin/gh/janeyx99/303/head 2025-12-04T09:52:42.8384411Z * [new branch] gh/janeyx99/305/base -> origin/gh/janeyx99/305/base 2025-12-04T09:52:42.8384486Z * [new branch] gh/janeyx99/305/head -> origin/gh/janeyx99/305/head 2025-12-04T09:52:42.8384559Z * [new branch] gh/janeyx99/306/base -> origin/gh/janeyx99/306/base 2025-12-04T09:52:42.8384632Z * [new branch] gh/janeyx99/306/head -> origin/gh/janeyx99/306/head 2025-12-04T09:52:42.8384708Z * [new branch] gh/janeyx99/314/base -> origin/gh/janeyx99/314/base 2025-12-04T09:52:42.8384781Z * [new branch] gh/janeyx99/314/head -> origin/gh/janeyx99/314/head 2025-12-04T09:52:42.8384854Z * [new branch] gh/janeyx99/314/orig -> origin/gh/janeyx99/314/orig 2025-12-04T09:52:42.8384929Z * [new branch] gh/janeyx99/315/base -> origin/gh/janeyx99/315/base 2025-12-04T09:52:42.8385002Z * [new branch] gh/janeyx99/315/head -> origin/gh/janeyx99/315/head 2025-12-04T09:52:42.8385110Z * [new branch] gh/janeyx99/315/orig -> origin/gh/janeyx99/315/orig 2025-12-04T09:52:42.8385183Z * [new branch] gh/janeyx99/316/base -> origin/gh/janeyx99/316/base 2025-12-04T09:52:42.8385257Z * [new branch] gh/janeyx99/316/head -> origin/gh/janeyx99/316/head 2025-12-04T09:52:42.8385331Z * [new branch] gh/janeyx99/316/orig -> origin/gh/janeyx99/316/orig 2025-12-04T09:52:42.8385434Z * [new branch] gh/janeyx99/317/base -> origin/gh/janeyx99/317/base 2025-12-04T09:52:42.8385507Z * [new branch] gh/janeyx99/317/head -> origin/gh/janeyx99/317/head 2025-12-04T09:52:42.8385581Z * [new branch] gh/janeyx99/317/orig -> origin/gh/janeyx99/317/orig 2025-12-04T09:52:42.8385654Z * [new branch] gh/janeyx99/325/base -> origin/gh/janeyx99/325/base 2025-12-04T09:52:42.8385729Z * [new branch] gh/janeyx99/325/head -> origin/gh/janeyx99/325/head 2025-12-04T09:52:42.8385806Z * [new branch] gh/janeyx99/325/orig -> origin/gh/janeyx99/325/orig 2025-12-04T09:52:42.8385879Z * [new branch] gh/janeyx99/327/base -> origin/gh/janeyx99/327/base 2025-12-04T09:52:42.8385952Z * [new branch] gh/janeyx99/327/head -> origin/gh/janeyx99/327/head 2025-12-04T09:52:42.8386026Z * [new branch] gh/janeyx99/327/orig -> origin/gh/janeyx99/327/orig 2025-12-04T09:52:42.8386100Z * [new branch] gh/janeyx99/328/base -> origin/gh/janeyx99/328/base 2025-12-04T09:52:42.8386173Z * [new branch] gh/janeyx99/328/head -> origin/gh/janeyx99/328/head 2025-12-04T09:52:42.8386247Z * [new branch] gh/janeyx99/328/orig -> origin/gh/janeyx99/328/orig 2025-12-04T09:52:42.8386320Z * [new branch] gh/janeyx99/329/base -> origin/gh/janeyx99/329/base 2025-12-04T09:52:42.8386395Z * [new branch] gh/janeyx99/329/head -> origin/gh/janeyx99/329/head 2025-12-04T09:52:42.8386469Z * [new branch] gh/janeyx99/329/orig -> origin/gh/janeyx99/329/orig 2025-12-04T09:52:42.8386542Z * [new branch] gh/janeyx99/330/base -> origin/gh/janeyx99/330/base 2025-12-04T09:52:42.8386617Z * [new branch] gh/janeyx99/330/head -> origin/gh/janeyx99/330/head 2025-12-04T09:52:42.8386723Z * [new branch] gh/janeyx99/330/orig -> origin/gh/janeyx99/330/orig 2025-12-04T09:52:42.8386798Z * [new branch] gh/janeyx99/331/base -> origin/gh/janeyx99/331/base 2025-12-04T09:52:42.8386874Z * [new branch] gh/janeyx99/331/head -> origin/gh/janeyx99/331/head 2025-12-04T09:52:42.8386947Z * [new branch] gh/janeyx99/331/orig -> origin/gh/janeyx99/331/orig 2025-12-04T09:52:42.8387020Z * [new branch] gh/janeyx99/332/base -> origin/gh/janeyx99/332/base 2025-12-04T09:52:42.8387096Z * [new branch] gh/janeyx99/332/head -> origin/gh/janeyx99/332/head 2025-12-04T09:52:42.8387169Z * [new branch] gh/janeyx99/332/orig -> origin/gh/janeyx99/332/orig 2025-12-04T09:52:42.8387242Z * [new branch] gh/janeyx99/333/base -> origin/gh/janeyx99/333/base 2025-12-04T09:52:42.8387316Z * [new branch] gh/janeyx99/333/head -> origin/gh/janeyx99/333/head 2025-12-04T09:52:42.8387391Z * [new branch] gh/janeyx99/333/orig -> origin/gh/janeyx99/333/orig 2025-12-04T09:52:42.8387464Z * [new branch] gh/janeyx99/88/base -> origin/gh/janeyx99/88/base 2025-12-04T09:52:42.8387539Z * [new branch] gh/janeyx99/88/head -> origin/gh/janeyx99/88/head 2025-12-04T09:52:42.8387612Z * [new branch] gh/janeyx99/88/orig -> origin/gh/janeyx99/88/orig 2025-12-04T09:52:42.8387684Z * [new branch] gh/jansel/360/base -> origin/gh/jansel/360/base 2025-12-04T09:52:42.8387802Z * [new branch] gh/jansel/360/head -> origin/gh/jansel/360/head 2025-12-04T09:52:42.8387875Z * [new branch] gh/jansel/451/base -> origin/gh/jansel/451/base 2025-12-04T09:52:42.8387948Z * [new branch] gh/jansel/451/head -> origin/gh/jansel/451/head 2025-12-04T09:52:42.8388059Z * [new branch] gh/jansel/451/orig -> origin/gh/jansel/451/orig 2025-12-04T09:52:42.8388130Z * [new branch] gh/jansel/462/base -> origin/gh/jansel/462/base 2025-12-04T09:52:42.8388203Z * [new branch] gh/jansel/462/head -> origin/gh/jansel/462/head 2025-12-04T09:52:42.8388273Z * [new branch] gh/jansel/462/orig -> origin/gh/jansel/462/orig 2025-12-04T09:52:42.8388344Z * [new branch] gh/jansel/533/base -> origin/gh/jansel/533/base 2025-12-04T09:52:42.8388416Z * [new branch] gh/jansel/533/head -> origin/gh/jansel/533/head 2025-12-04T09:52:42.8388488Z * [new branch] gh/jansel/533/orig -> origin/gh/jansel/533/orig 2025-12-04T09:52:42.8388559Z * [new branch] gh/jansel/552/base -> origin/gh/jansel/552/base 2025-12-04T09:52:42.8388631Z * [new branch] gh/jansel/552/head -> origin/gh/jansel/552/head 2025-12-04T09:52:42.8388703Z * [new branch] gh/jansel/552/orig -> origin/gh/jansel/552/orig 2025-12-04T09:52:42.8388774Z * [new branch] gh/jansel/553/base -> origin/gh/jansel/553/base 2025-12-04T09:52:42.8388846Z * [new branch] gh/jansel/553/head -> origin/gh/jansel/553/head 2025-12-04T09:52:42.8388916Z * [new branch] gh/jansel/553/orig -> origin/gh/jansel/553/orig 2025-12-04T09:52:42.8388987Z * [new branch] gh/jansel/554/base -> origin/gh/jansel/554/base 2025-12-04T09:52:42.8389061Z * [new branch] gh/jansel/554/head -> origin/gh/jansel/554/head 2025-12-04T09:52:42.8389131Z * [new branch] gh/jansel/554/orig -> origin/gh/jansel/554/orig 2025-12-04T09:52:42.8389201Z * [new branch] gh/jansel/555/base -> origin/gh/jansel/555/base 2025-12-04T09:52:42.8389273Z * [new branch] gh/jansel/555/head -> origin/gh/jansel/555/head 2025-12-04T09:52:42.8389346Z * [new branch] gh/jansel/555/orig -> origin/gh/jansel/555/orig 2025-12-04T09:52:42.8389419Z * [new branch] gh/jansel/556/base -> origin/gh/jansel/556/base 2025-12-04T09:52:42.8389490Z * [new branch] gh/jansel/556/head -> origin/gh/jansel/556/head 2025-12-04T09:52:42.8389561Z * [new branch] gh/jansel/556/orig -> origin/gh/jansel/556/orig 2025-12-04T09:52:42.8389633Z * [new branch] gh/jansel/557/base -> origin/gh/jansel/557/base 2025-12-04T09:52:42.8389703Z * [new branch] gh/jansel/557/head -> origin/gh/jansel/557/head 2025-12-04T09:52:42.8389774Z * [new branch] gh/jansel/557/orig -> origin/gh/jansel/557/orig 2025-12-04T09:52:42.8389846Z * [new branch] gh/jansel/558/base -> origin/gh/jansel/558/base 2025-12-04T09:52:42.8389916Z * [new branch] gh/jansel/558/head -> origin/gh/jansel/558/head 2025-12-04T09:52:42.8389991Z * [new branch] gh/jansel/558/orig -> origin/gh/jansel/558/orig 2025-12-04T09:52:42.8390066Z * [new branch] gh/jansel/559/base -> origin/gh/jansel/559/base 2025-12-04T09:52:42.8390136Z * [new branch] gh/jansel/559/head -> origin/gh/jansel/559/head 2025-12-04T09:52:42.8390206Z * [new branch] gh/jansel/559/orig -> origin/gh/jansel/559/orig 2025-12-04T09:52:42.8390278Z * [new branch] gh/jansel/560/base -> origin/gh/jansel/560/base 2025-12-04T09:52:42.8390377Z * [new branch] gh/jansel/560/head -> origin/gh/jansel/560/head 2025-12-04T09:52:42.8390449Z * [new branch] gh/jansel/560/orig -> origin/gh/jansel/560/orig 2025-12-04T09:52:42.8390520Z * [new branch] gh/jansel/561/base -> origin/gh/jansel/561/base 2025-12-04T09:52:42.8390627Z * [new branch] gh/jansel/561/head -> origin/gh/jansel/561/head 2025-12-04T09:52:42.8390698Z * [new branch] gh/jansel/561/orig -> origin/gh/jansel/561/orig 2025-12-04T09:52:42.8390769Z * [new branch] gh/jansel/562/base -> origin/gh/jansel/562/base 2025-12-04T09:52:42.8390839Z * [new branch] gh/jansel/562/head -> origin/gh/jansel/562/head 2025-12-04T09:52:42.8390909Z * [new branch] gh/jansel/562/orig -> origin/gh/jansel/562/orig 2025-12-04T09:52:42.8390981Z * [new branch] gh/jansel/563/base -> origin/gh/jansel/563/base 2025-12-04T09:52:42.8391053Z * [new branch] gh/jansel/563/head -> origin/gh/jansel/563/head 2025-12-04T09:52:42.8391127Z * [new branch] gh/jansel/563/orig -> origin/gh/jansel/563/orig 2025-12-04T09:52:42.8391198Z * [new branch] gh/jansel/564/base -> origin/gh/jansel/564/base 2025-12-04T09:52:42.8391270Z * [new branch] gh/jansel/564/head -> origin/gh/jansel/564/head 2025-12-04T09:52:42.8391342Z * [new branch] gh/jansel/564/orig -> origin/gh/jansel/564/orig 2025-12-04T09:52:42.8391413Z * [new branch] gh/jansel/565/base -> origin/gh/jansel/565/base 2025-12-04T09:52:42.8391483Z * [new branch] gh/jansel/565/head -> origin/gh/jansel/565/head 2025-12-04T09:52:42.8391555Z * [new branch] gh/jansel/565/orig -> origin/gh/jansel/565/orig 2025-12-04T09:52:42.8391626Z * [new branch] gh/jansel/566/base -> origin/gh/jansel/566/base 2025-12-04T09:52:42.8391697Z * [new branch] gh/jansel/566/head -> origin/gh/jansel/566/head 2025-12-04T09:52:42.8391769Z * [new branch] gh/jansel/566/orig -> origin/gh/jansel/566/orig 2025-12-04T09:52:42.8391839Z * [new branch] gh/jansel/567/base -> origin/gh/jansel/567/base 2025-12-04T09:52:42.8391911Z * [new branch] gh/jansel/567/head -> origin/gh/jansel/567/head 2025-12-04T09:52:42.8391984Z * [new branch] gh/jansel/567/orig -> origin/gh/jansel/567/orig 2025-12-04T09:52:42.8392055Z * [new branch] gh/jansel/568/base -> origin/gh/jansel/568/base 2025-12-04T09:52:42.8392126Z * [new branch] gh/jansel/568/head -> origin/gh/jansel/568/head 2025-12-04T09:52:42.8392197Z * [new branch] gh/jansel/568/orig -> origin/gh/jansel/568/orig 2025-12-04T09:52:42.8392269Z * [new branch] gh/jansel/569/base -> origin/gh/jansel/569/base 2025-12-04T09:52:42.8392339Z * [new branch] gh/jansel/569/head -> origin/gh/jansel/569/head 2025-12-04T09:52:42.8392411Z * [new branch] gh/jansel/569/orig -> origin/gh/jansel/569/orig 2025-12-04T09:52:42.8392482Z * [new branch] gh/jansel/570/base -> origin/gh/jansel/570/base 2025-12-04T09:52:42.8392555Z * [new branch] gh/jansel/570/head -> origin/gh/jansel/570/head 2025-12-04T09:52:42.8392625Z * [new branch] gh/jansel/570/orig -> origin/gh/jansel/570/orig 2025-12-04T09:52:42.8392695Z * [new branch] gh/jansel/571/base -> origin/gh/jansel/571/base 2025-12-04T09:52:42.8392768Z * [new branch] gh/jansel/571/head -> origin/gh/jansel/571/head 2025-12-04T09:52:42.8392838Z * [new branch] gh/jansel/571/orig -> origin/gh/jansel/571/orig 2025-12-04T09:52:42.8392944Z * [new branch] gh/jansel/572/base -> origin/gh/jansel/572/base 2025-12-04T09:52:42.8393017Z * [new branch] gh/jansel/572/head -> origin/gh/jansel/572/head 2025-12-04T09:52:42.8393088Z * [new branch] gh/jansel/572/orig -> origin/gh/jansel/572/orig 2025-12-04T09:52:42.8393187Z * [new branch] gh/jansel/573/base -> origin/gh/jansel/573/base 2025-12-04T09:52:42.8393259Z * [new branch] gh/jansel/573/head -> origin/gh/jansel/573/head 2025-12-04T09:52:42.8393331Z * [new branch] gh/jansel/573/orig -> origin/gh/jansel/573/orig 2025-12-04T09:52:42.8393402Z * [new branch] gh/jansel/574/base -> origin/gh/jansel/574/base 2025-12-04T09:52:42.8393476Z * [new branch] gh/jansel/574/head -> origin/gh/jansel/574/head 2025-12-04T09:52:42.8393548Z * [new branch] gh/jansel/574/orig -> origin/gh/jansel/574/orig 2025-12-04T09:52:42.8393621Z * [new branch] gh/jansel/575/base -> origin/gh/jansel/575/base 2025-12-04T09:52:42.8393696Z * [new branch] gh/jansel/575/head -> origin/gh/jansel/575/head 2025-12-04T09:52:42.8393767Z * [new branch] gh/jansel/575/orig -> origin/gh/jansel/575/orig 2025-12-04T09:52:42.8393841Z * [new branch] gh/jansel/576/base -> origin/gh/jansel/576/base 2025-12-04T09:52:42.8394091Z * [new branch] gh/jansel/576/head -> origin/gh/jansel/576/head 2025-12-04T09:52:42.8394164Z * [new branch] gh/jansel/576/orig -> origin/gh/jansel/576/orig 2025-12-04T09:52:42.8394254Z * [new branch] gh/jbschlosser/247/base -> origin/gh/jbschlosser/247/base 2025-12-04T09:52:42.8394338Z * [new branch] gh/jbschlosser/247/head -> origin/gh/jbschlosser/247/head 2025-12-04T09:52:42.8394422Z * [new branch] gh/jbschlosser/247/orig -> origin/gh/jbschlosser/247/orig 2025-12-04T09:52:42.8394505Z * [new branch] gh/jbschlosser/250/base -> origin/gh/jbschlosser/250/base 2025-12-04T09:52:42.8394587Z * [new branch] gh/jbschlosser/250/head -> origin/gh/jbschlosser/250/head 2025-12-04T09:52:42.8394667Z * [new branch] gh/jbschlosser/250/orig -> origin/gh/jbschlosser/250/orig 2025-12-04T09:52:42.8394749Z * [new branch] gh/jerryzh168/1/base -> origin/gh/jerryzh168/1/base 2025-12-04T09:52:42.8394825Z * [new branch] gh/jerryzh168/1/head -> origin/gh/jerryzh168/1/head 2025-12-04T09:52:42.8394902Z * [new branch] gh/jerryzh168/1/orig -> origin/gh/jerryzh168/1/orig 2025-12-04T09:52:42.8394980Z * [new branch] gh/jiayisunx/59/base -> origin/gh/jiayisunx/59/base 2025-12-04T09:52:42.8395057Z * [new branch] gh/jiayisunx/59/head -> origin/gh/jiayisunx/59/head 2025-12-04T09:52:42.8395133Z * [new branch] gh/jiayisunx/59/orig -> origin/gh/jiayisunx/59/orig 2025-12-04T09:52:42.8395211Z * [new branch] gh/jiayisunx/61/base -> origin/gh/jiayisunx/61/base 2025-12-04T09:52:42.8395286Z * [new branch] gh/jiayisunx/61/head -> origin/gh/jiayisunx/61/head 2025-12-04T09:52:42.8395362Z * [new branch] gh/jiayisunx/61/orig -> origin/gh/jiayisunx/61/orig 2025-12-04T09:52:42.8395439Z * [new branch] gh/jiayisunx/68/base -> origin/gh/jiayisunx/68/base 2025-12-04T09:52:42.8395514Z * [new branch] gh/jiayisunx/68/head -> origin/gh/jiayisunx/68/head 2025-12-04T09:52:42.8395588Z * [new branch] gh/jiayisunx/68/orig -> origin/gh/jiayisunx/68/orig 2025-12-04T09:52:42.8395664Z * [new branch] gh/jiayisunx/77/base -> origin/gh/jiayisunx/77/base 2025-12-04T09:52:42.8395775Z * [new branch] gh/jiayisunx/77/head -> origin/gh/jiayisunx/77/head 2025-12-04T09:52:42.8395854Z * [new branch] gh/jiayisunx/77/orig -> origin/gh/jiayisunx/77/orig 2025-12-04T09:52:42.8395929Z * [new branch] gh/jiayisunx/78/base -> origin/gh/jiayisunx/78/base 2025-12-04T09:52:42.8396003Z * [new branch] gh/jiayisunx/78/head -> origin/gh/jiayisunx/78/head 2025-12-04T09:52:42.8396110Z * [new branch] gh/jiayisunx/78/orig -> origin/gh/jiayisunx/78/orig 2025-12-04T09:52:42.8396185Z * [new branch] gh/jiayisunx/79/base -> origin/gh/jiayisunx/79/base 2025-12-04T09:52:42.8396260Z * [new branch] gh/jiayisunx/79/head -> origin/gh/jiayisunx/79/head 2025-12-04T09:52:42.8396336Z * [new branch] gh/jiayisunx/79/orig -> origin/gh/jiayisunx/79/orig 2025-12-04T09:52:42.8396411Z * [new branch] gh/jiayisunx/82/base -> origin/gh/jiayisunx/82/base 2025-12-04T09:52:42.8396489Z * [new branch] gh/jiayisunx/82/head -> origin/gh/jiayisunx/82/head 2025-12-04T09:52:42.8396567Z * [new branch] gh/jiayisunx/82/orig -> origin/gh/jiayisunx/82/orig 2025-12-04T09:52:42.8396642Z * [new branch] gh/jiayisunx/83/base -> origin/gh/jiayisunx/83/base 2025-12-04T09:52:42.8396748Z * [new branch] gh/jiayisunx/83/head -> origin/gh/jiayisunx/83/head 2025-12-04T09:52:42.8396830Z * [new branch] gh/jiayisunx/83/orig -> origin/gh/jiayisunx/83/orig 2025-12-04T09:52:42.8396904Z * [new branch] gh/jiayisunx/84/base -> origin/gh/jiayisunx/84/base 2025-12-04T09:52:42.8396978Z * [new branch] gh/jiayisunx/84/head -> origin/gh/jiayisunx/84/head 2025-12-04T09:52:42.8397054Z * [new branch] gh/jiayisunx/84/orig -> origin/gh/jiayisunx/84/orig 2025-12-04T09:52:42.8397129Z * [new branch] gh/jiayisunx/85/base -> origin/gh/jiayisunx/85/base 2025-12-04T09:52:42.8397206Z * [new branch] gh/jiayisunx/85/head -> origin/gh/jiayisunx/85/head 2025-12-04T09:52:42.8397281Z * [new branch] gh/jiayisunx/85/orig -> origin/gh/jiayisunx/85/orig 2025-12-04T09:52:42.8397356Z * [new branch] gh/jiayisunx/86/base -> origin/gh/jiayisunx/86/base 2025-12-04T09:52:42.8397434Z * [new branch] gh/jiayisunx/86/head -> origin/gh/jiayisunx/86/head 2025-12-04T09:52:42.8397508Z * [new branch] gh/jiayisunx/86/orig -> origin/gh/jiayisunx/86/orig 2025-12-04T09:52:42.8397583Z * [new branch] gh/jiayisunx/87/base -> origin/gh/jiayisunx/87/base 2025-12-04T09:52:42.8397660Z * [new branch] gh/jiayisunx/87/head -> origin/gh/jiayisunx/87/head 2025-12-04T09:52:42.8397735Z * [new branch] gh/jiayisunx/87/orig -> origin/gh/jiayisunx/87/orig 2025-12-04T09:52:42.8397811Z * [new branch] gh/jiayisunx/88/base -> origin/gh/jiayisunx/88/base 2025-12-04T09:52:42.8397887Z * [new branch] gh/jiayisunx/88/head -> origin/gh/jiayisunx/88/head 2025-12-04T09:52:42.8397962Z * [new branch] gh/jiayisunx/88/orig -> origin/gh/jiayisunx/88/orig 2025-12-04T09:52:42.8398037Z * [new branch] gh/jiayisunx/89/base -> origin/gh/jiayisunx/89/base 2025-12-04T09:52:42.8398114Z * [new branch] gh/jiayisunx/89/head -> origin/gh/jiayisunx/89/head 2025-12-04T09:52:42.8398189Z * [new branch] gh/jiayisunx/89/orig -> origin/gh/jiayisunx/89/orig 2025-12-04T09:52:42.8398264Z * [new branch] gh/jiayisunx/90/base -> origin/gh/jiayisunx/90/base 2025-12-04T09:52:42.8398340Z * [new branch] gh/jiayisunx/90/head -> origin/gh/jiayisunx/90/head 2025-12-04T09:52:42.8398414Z * [new branch] gh/jiayisunx/90/orig -> origin/gh/jiayisunx/90/orig 2025-12-04T09:52:42.8398542Z * [new branch] gh/jjwu@meta.com/1/base -> origin/gh/jjwu@meta.com/1/base 2025-12-04T09:52:42.8398622Z * [new branch] gh/jjwu@meta.com/1/head -> origin/gh/jjwu@meta.com/1/head 2025-12-04T09:52:42.8398697Z * [new branch] gh/jturney/1/base -> origin/gh/jturney/1/base 2025-12-04T09:52:42.8398822Z * [new branch] gh/jturney/1/head -> origin/gh/jturney/1/head 2025-12-04T09:52:42.8398896Z * [new branch] gh/jturney/1/orig -> origin/gh/jturney/1/orig 2025-12-04T09:52:42.8398968Z * [new branch] gh/jturney/2/base -> origin/gh/jturney/2/base 2025-12-04T09:52:42.8399041Z * [new branch] gh/jturney/2/head -> origin/gh/jturney/2/head 2025-12-04T09:52:42.8399112Z * [new branch] gh/jturney/2/orig -> origin/gh/jturney/2/orig 2025-12-04T09:52:42.8399194Z * [new branch] gh/karthickai/10/base -> origin/gh/karthickai/10/base 2025-12-04T09:52:42.8399278Z * [new branch] gh/karthickai/10/head -> origin/gh/karthickai/10/head 2025-12-04T09:52:42.8399355Z * [new branch] gh/karthickai/10/orig -> origin/gh/karthickai/10/orig 2025-12-04T09:52:42.8399432Z * [new branch] gh/karthickai/11/base -> origin/gh/karthickai/11/base 2025-12-04T09:52:42.8399512Z * [new branch] gh/karthickai/11/head -> origin/gh/karthickai/11/head 2025-12-04T09:52:42.8399587Z * [new branch] gh/karthickai/11/orig -> origin/gh/karthickai/11/orig 2025-12-04T09:52:42.8399663Z * [new branch] gh/karthickai/12/base -> origin/gh/karthickai/12/base 2025-12-04T09:52:42.8399741Z * [new branch] gh/karthickai/12/head -> origin/gh/karthickai/12/head 2025-12-04T09:52:42.8399817Z * [new branch] gh/karthickai/12/orig -> origin/gh/karthickai/12/orig 2025-12-04T09:52:42.8399895Z * [new branch] gh/karthickai/13/base -> origin/gh/karthickai/13/base 2025-12-04T09:52:42.8399976Z * [new branch] gh/karthickai/13/head -> origin/gh/karthickai/13/head 2025-12-04T09:52:42.8400052Z * [new branch] gh/karthickai/13/orig -> origin/gh/karthickai/13/orig 2025-12-04T09:52:42.8400128Z * [new branch] gh/karthickai/14/base -> origin/gh/karthickai/14/base 2025-12-04T09:52:42.8400209Z * [new branch] gh/karthickai/14/head -> origin/gh/karthickai/14/head 2025-12-04T09:52:42.8400285Z * [new branch] gh/karthickai/14/orig -> origin/gh/karthickai/14/orig 2025-12-04T09:52:42.8400364Z * [new branch] gh/karthickai/15/base -> origin/gh/karthickai/15/base 2025-12-04T09:52:42.8400441Z * [new branch] gh/karthickai/15/head -> origin/gh/karthickai/15/head 2025-12-04T09:52:42.8400518Z * [new branch] gh/karthickai/15/orig -> origin/gh/karthickai/15/orig 2025-12-04T09:52:42.8400596Z * [new branch] gh/karthickai/16/base -> origin/gh/karthickai/16/base 2025-12-04T09:52:42.8400673Z * [new branch] gh/karthickai/16/head -> origin/gh/karthickai/16/head 2025-12-04T09:52:42.8400749Z * [new branch] gh/karthickai/16/orig -> origin/gh/karthickai/16/orig 2025-12-04T09:52:42.8400829Z * [new branch] gh/karthickai/17/base -> origin/gh/karthickai/17/base 2025-12-04T09:52:42.8400906Z * [new branch] gh/karthickai/17/head -> origin/gh/karthickai/17/head 2025-12-04T09:52:42.8400981Z * [new branch] gh/karthickai/17/orig -> origin/gh/karthickai/17/orig 2025-12-04T09:52:42.8401060Z * [new branch] gh/karthickai/18/base -> origin/gh/karthickai/18/base 2025-12-04T09:52:42.8401136Z * [new branch] gh/karthickai/18/head -> origin/gh/karthickai/18/head 2025-12-04T09:52:42.8401252Z * [new branch] gh/karthickai/18/orig -> origin/gh/karthickai/18/orig 2025-12-04T09:52:42.8401331Z * [new branch] gh/karthickai/19/base -> origin/gh/karthickai/19/base 2025-12-04T09:52:42.8401408Z * [new branch] gh/karthickai/19/head -> origin/gh/karthickai/19/head 2025-12-04T09:52:42.8401484Z * [new branch] gh/karthickai/19/orig -> origin/gh/karthickai/19/orig 2025-12-04T09:52:42.8401595Z * [new branch] gh/karthickai/20/base -> origin/gh/karthickai/20/base 2025-12-04T09:52:42.8401672Z * [new branch] gh/karthickai/20/head -> origin/gh/karthickai/20/head 2025-12-04T09:52:42.8401750Z * [new branch] gh/karthickai/20/orig -> origin/gh/karthickai/20/orig 2025-12-04T09:52:42.8401827Z * [new branch] gh/karthickai/21/base -> origin/gh/karthickai/21/base 2025-12-04T09:52:42.8401903Z * [new branch] gh/karthickai/21/head -> origin/gh/karthickai/21/head 2025-12-04T09:52:42.8401982Z * [new branch] gh/karthickai/21/orig -> origin/gh/karthickai/21/orig 2025-12-04T09:52:42.8402058Z * [new branch] gh/karthickai/22/base -> origin/gh/karthickai/22/base 2025-12-04T09:52:42.8402134Z * [new branch] gh/karthickai/22/head -> origin/gh/karthickai/22/head 2025-12-04T09:52:42.8402213Z * [new branch] gh/karthickai/22/orig -> origin/gh/karthickai/22/orig 2025-12-04T09:52:42.8402290Z * [new branch] gh/karthickai/23/base -> origin/gh/karthickai/23/base 2025-12-04T09:52:42.8402367Z * [new branch] gh/karthickai/23/head -> origin/gh/karthickai/23/head 2025-12-04T09:52:42.8402444Z * [new branch] gh/karthickai/23/orig -> origin/gh/karthickai/23/orig 2025-12-04T09:52:42.8402520Z * [new branch] gh/karthickai/24/base -> origin/gh/karthickai/24/base 2025-12-04T09:52:42.8402598Z * [new branch] gh/karthickai/24/head -> origin/gh/karthickai/24/head 2025-12-04T09:52:42.8402676Z * [new branch] gh/karthickai/24/orig -> origin/gh/karthickai/24/orig 2025-12-04T09:52:42.8402752Z * [new branch] gh/karthickai/25/base -> origin/gh/karthickai/25/base 2025-12-04T09:52:42.8402828Z * [new branch] gh/karthickai/25/head -> origin/gh/karthickai/25/head 2025-12-04T09:52:42.8402908Z * [new branch] gh/karthickai/25/orig -> origin/gh/karthickai/25/orig 2025-12-04T09:52:42.8402984Z * [new branch] gh/karthickai/26/base -> origin/gh/karthickai/26/base 2025-12-04T09:52:42.8403061Z * [new branch] gh/karthickai/26/head -> origin/gh/karthickai/26/head 2025-12-04T09:52:42.8403142Z * [new branch] gh/karthickai/26/orig -> origin/gh/karthickai/26/orig 2025-12-04T09:52:42.8403219Z * [new branch] gh/karthickai/6/base -> origin/gh/karthickai/6/base 2025-12-04T09:52:42.8403298Z * [new branch] gh/karthickai/6/head -> origin/gh/karthickai/6/head 2025-12-04T09:52:42.8403374Z * [new branch] gh/karthickai/6/orig -> origin/gh/karthickai/6/orig 2025-12-04T09:52:42.8403447Z * [new branch] gh/krocki/1/base -> origin/gh/krocki/1/base 2025-12-04T09:52:42.8403522Z * [new branch] gh/krocki/1/head -> origin/gh/krocki/1/head 2025-12-04T09:52:42.8403593Z * [new branch] gh/krocki/1/orig -> origin/gh/krocki/1/orig 2025-12-04T09:52:42.8403663Z * [new branch] gh/krocki/2/base -> origin/gh/krocki/2/base 2025-12-04T09:52:42.8403735Z * [new branch] gh/krocki/2/head -> origin/gh/krocki/2/head 2025-12-04T09:52:42.8403804Z * [new branch] gh/krocki/2/orig -> origin/gh/krocki/2/orig 2025-12-04T09:52:42.8403888Z * [new branch] gh/kurtamohler/60/base -> origin/gh/kurtamohler/60/base 2025-12-04T09:52:42.8404009Z * [new branch] gh/kurtamohler/60/head -> origin/gh/kurtamohler/60/head 2025-12-04T09:52:42.8404091Z * [new branch] gh/kurtamohler/60/orig -> origin/gh/kurtamohler/60/orig 2025-12-04T09:52:42.8404171Z * [new branch] gh/kurtamohler/61/base -> origin/gh/kurtamohler/61/base 2025-12-04T09:52:42.8404289Z * [new branch] gh/kurtamohler/61/head -> origin/gh/kurtamohler/61/head 2025-12-04T09:52:42.8404368Z * [new branch] gh/kurtamohler/61/orig -> origin/gh/kurtamohler/61/orig 2025-12-04T09:52:42.8404446Z * [new branch] gh/kurtamohler/62/base -> origin/gh/kurtamohler/62/base 2025-12-04T09:52:42.8404528Z * [new branch] gh/kurtamohler/62/head -> origin/gh/kurtamohler/62/head 2025-12-04T09:52:42.8404606Z * [new branch] gh/kurtamohler/62/orig -> origin/gh/kurtamohler/62/orig 2025-12-04T09:52:42.8404688Z * [new branch] gh/kurtamohler/63/base -> origin/gh/kurtamohler/63/base 2025-12-04T09:52:42.8404766Z * [new branch] gh/kurtamohler/63/head -> origin/gh/kurtamohler/63/head 2025-12-04T09:52:42.8404844Z * [new branch] gh/kurtamohler/63/orig -> origin/gh/kurtamohler/63/orig 2025-12-04T09:52:42.8404927Z * [new branch] gh/kurtamohler/64/base -> origin/gh/kurtamohler/64/base 2025-12-04T09:52:42.8405005Z * [new branch] gh/kurtamohler/64/head -> origin/gh/kurtamohler/64/head 2025-12-04T09:52:42.8405082Z * [new branch] gh/kurtamohler/64/orig -> origin/gh/kurtamohler/64/orig 2025-12-04T09:52:42.8405163Z * [new branch] gh/kurtamohler/65/base -> origin/gh/kurtamohler/65/base 2025-12-04T09:52:42.8405241Z * [new branch] gh/kurtamohler/65/head -> origin/gh/kurtamohler/65/head 2025-12-04T09:52:42.8405319Z * [new branch] gh/kurtamohler/65/orig -> origin/gh/kurtamohler/65/orig 2025-12-04T09:52:42.8405402Z * [new branch] gh/kurtamohler/66/base -> origin/gh/kurtamohler/66/base 2025-12-04T09:52:42.8405480Z * [new branch] gh/kurtamohler/66/head -> origin/gh/kurtamohler/66/head 2025-12-04T09:52:42.8405558Z * [new branch] gh/kurtamohler/66/orig -> origin/gh/kurtamohler/66/orig 2025-12-04T09:52:42.8405641Z * [new branch] gh/kurtamohler/67/base -> origin/gh/kurtamohler/67/base 2025-12-04T09:52:42.8405720Z * [new branch] gh/kurtamohler/67/head -> origin/gh/kurtamohler/67/head 2025-12-04T09:52:42.8405798Z * [new branch] gh/kurtamohler/67/orig -> origin/gh/kurtamohler/67/orig 2025-12-04T09:52:42.8405877Z * [new branch] gh/kwen2501/130/base -> origin/gh/kwen2501/130/base 2025-12-04T09:52:42.8405951Z * [new branch] gh/kwen2501/130/head -> origin/gh/kwen2501/130/head 2025-12-04T09:52:42.8406026Z * [new branch] gh/kwen2501/130/orig -> origin/gh/kwen2501/130/orig 2025-12-04T09:52:42.8406102Z * [new branch] gh/kwen2501/170/base -> origin/gh/kwen2501/170/base 2025-12-04T09:52:42.8406175Z * [new branch] gh/kwen2501/170/head -> origin/gh/kwen2501/170/head 2025-12-04T09:52:42.8406253Z * [new branch] gh/kwen2501/187/base -> origin/gh/kwen2501/187/base 2025-12-04T09:52:42.8406327Z * [new branch] gh/kwen2501/187/head -> origin/gh/kwen2501/187/head 2025-12-04T09:52:42.8406400Z * [new branch] gh/kwen2501/187/orig -> origin/gh/kwen2501/187/orig 2025-12-04T09:52:42.8406474Z * [new branch] gh/kwen2501/188/base -> origin/gh/kwen2501/188/base 2025-12-04T09:52:42.8406547Z * [new branch] gh/kwen2501/188/head -> origin/gh/kwen2501/188/head 2025-12-04T09:52:42.8406619Z * [new branch] gh/kwen2501/188/orig -> origin/gh/kwen2501/188/orig 2025-12-04T09:52:42.8406769Z * [new branch] gh/kwen2501/211/base -> origin/gh/kwen2501/211/base 2025-12-04T09:52:42.8406845Z * [new branch] gh/kwen2501/211/head -> origin/gh/kwen2501/211/head 2025-12-04T09:52:42.8406918Z * [new branch] gh/kwen2501/224/base -> origin/gh/kwen2501/224/base 2025-12-04T09:52:42.8407036Z * [new branch] gh/kwen2501/224/head -> origin/gh/kwen2501/224/head 2025-12-04T09:52:42.8407109Z * [new branch] gh/kwen2501/224/orig -> origin/gh/kwen2501/224/orig 2025-12-04T09:52:42.8407182Z * [new branch] gh/kwen2501/228/base -> origin/gh/kwen2501/228/base 2025-12-04T09:52:42.8407257Z * [new branch] gh/kwen2501/228/head -> origin/gh/kwen2501/228/head 2025-12-04T09:52:42.8407329Z * [new branch] gh/kwen2501/228/orig -> origin/gh/kwen2501/228/orig 2025-12-04T09:52:42.8407402Z * [new branch] gh/kwen2501/234/base -> origin/gh/kwen2501/234/base 2025-12-04T09:52:42.8407477Z * [new branch] gh/kwen2501/234/head -> origin/gh/kwen2501/234/head 2025-12-04T09:52:42.8407550Z * [new branch] gh/kwen2501/234/orig -> origin/gh/kwen2501/234/orig 2025-12-04T09:52:42.8407622Z * [new branch] gh/kwen2501/235/base -> origin/gh/kwen2501/235/base 2025-12-04T09:52:42.8407699Z * [new branch] gh/kwen2501/235/head -> origin/gh/kwen2501/235/head 2025-12-04T09:52:42.8407773Z * [new branch] gh/kwen2501/235/orig -> origin/gh/kwen2501/235/orig 2025-12-04T09:52:42.8407848Z * [new branch] gh/kwen2501/236/base -> origin/gh/kwen2501/236/base 2025-12-04T09:52:42.8407920Z * [new branch] gh/kwen2501/236/head -> origin/gh/kwen2501/236/head 2025-12-04T09:52:42.8407992Z * [new branch] gh/kwen2501/236/orig -> origin/gh/kwen2501/236/orig 2025-12-04T09:52:42.8408067Z * [new branch] gh/kwen2501/237/base -> origin/gh/kwen2501/237/base 2025-12-04T09:52:42.8408140Z * [new branch] gh/kwen2501/237/head -> origin/gh/kwen2501/237/head 2025-12-04T09:52:42.8408213Z * [new branch] gh/kwen2501/237/orig -> origin/gh/kwen2501/237/orig 2025-12-04T09:52:42.8408288Z * [new branch] gh/kwen2501/238/base -> origin/gh/kwen2501/238/base 2025-12-04T09:52:42.8408361Z * [new branch] gh/kwen2501/238/head -> origin/gh/kwen2501/238/head 2025-12-04T09:52:42.8408435Z * [new branch] gh/kwen2501/238/orig -> origin/gh/kwen2501/238/orig 2025-12-04T09:52:42.8408511Z * [new branch] gh/kwen2501/240/base -> origin/gh/kwen2501/240/base 2025-12-04T09:52:42.8408583Z * [new branch] gh/kwen2501/240/head -> origin/gh/kwen2501/240/head 2025-12-04T09:52:42.8408657Z * [new branch] gh/kwen2501/240/orig -> origin/gh/kwen2501/240/orig 2025-12-04T09:52:42.8408731Z * [new branch] gh/kwen2501/241/base -> origin/gh/kwen2501/241/base 2025-12-04T09:52:42.8408804Z * [new branch] gh/kwen2501/241/head -> origin/gh/kwen2501/241/head 2025-12-04T09:52:42.8408876Z * [new branch] gh/kwen2501/241/orig -> origin/gh/kwen2501/241/orig 2025-12-04T09:52:42.8408952Z * [new branch] gh/kwen2501/247/base -> origin/gh/kwen2501/247/base 2025-12-04T09:52:42.8409024Z * [new branch] gh/kwen2501/247/head -> origin/gh/kwen2501/247/head 2025-12-04T09:52:42.8409098Z * [new branch] gh/kwen2501/247/orig -> origin/gh/kwen2501/247/orig 2025-12-04T09:52:42.8409172Z * [new branch] gh/kwen2501/252/base -> origin/gh/kwen2501/252/base 2025-12-04T09:52:42.8409245Z * [new branch] gh/kwen2501/252/head -> origin/gh/kwen2501/252/head 2025-12-04T09:52:42.8409354Z * [new branch] gh/kwen2501/252/orig -> origin/gh/kwen2501/252/orig 2025-12-04T09:52:42.8409428Z * [new branch] gh/kwen2501/259/base -> origin/gh/kwen2501/259/base 2025-12-04T09:52:42.8409500Z * [new branch] gh/kwen2501/259/head -> origin/gh/kwen2501/259/head 2025-12-04T09:52:42.8409574Z * [new branch] gh/kwen2501/259/orig -> origin/gh/kwen2501/259/orig 2025-12-04T09:52:42.8409680Z * [new branch] gh/kwen2501/260/base -> origin/gh/kwen2501/260/base 2025-12-04T09:52:42.8409753Z * [new branch] gh/kwen2501/260/head -> origin/gh/kwen2501/260/head 2025-12-04T09:52:42.8409828Z * [new branch] gh/kwen2501/260/orig -> origin/gh/kwen2501/260/orig 2025-12-04T09:52:42.8409901Z * [new branch] gh/kwen2501/268/base -> origin/gh/kwen2501/268/base 2025-12-04T09:52:42.8409974Z * [new branch] gh/kwen2501/268/head -> origin/gh/kwen2501/268/head 2025-12-04T09:52:42.8410049Z * [new branch] gh/kwen2501/268/orig -> origin/gh/kwen2501/268/orig 2025-12-04T09:52:42.8410121Z * [new branch] gh/kwen2501/269/base -> origin/gh/kwen2501/269/base 2025-12-04T09:52:42.8410193Z * [new branch] gh/kwen2501/269/head -> origin/gh/kwen2501/269/head 2025-12-04T09:52:42.8410269Z * [new branch] gh/kwen2501/269/orig -> origin/gh/kwen2501/269/orig 2025-12-04T09:52:42.8410341Z * [new branch] gh/kwen2501/270/base -> origin/gh/kwen2501/270/base 2025-12-04T09:52:42.8410413Z * [new branch] gh/kwen2501/270/head -> origin/gh/kwen2501/270/head 2025-12-04T09:52:42.8410488Z * [new branch] gh/kwen2501/270/orig -> origin/gh/kwen2501/270/orig 2025-12-04T09:52:42.8410560Z * [new branch] gh/kwen2501/271/base -> origin/gh/kwen2501/271/base 2025-12-04T09:52:42.8410635Z * [new branch] gh/kwen2501/271/head -> origin/gh/kwen2501/271/head 2025-12-04T09:52:42.8410709Z * [new branch] gh/kwen2501/271/orig -> origin/gh/kwen2501/271/orig 2025-12-04T09:52:42.8410781Z * [new branch] gh/kwen2501/274/base -> origin/gh/kwen2501/274/base 2025-12-04T09:52:42.8410855Z * [new branch] gh/kwen2501/274/head -> origin/gh/kwen2501/274/head 2025-12-04T09:52:42.8410929Z * [new branch] gh/kwen2501/274/orig -> origin/gh/kwen2501/274/orig 2025-12-04T09:52:42.8411000Z * [new branch] gh/kwen2501/275/base -> origin/gh/kwen2501/275/base 2025-12-04T09:52:42.8411074Z * [new branch] gh/kwen2501/275/head -> origin/gh/kwen2501/275/head 2025-12-04T09:52:42.8411146Z * [new branch] gh/kwen2501/275/orig -> origin/gh/kwen2501/275/orig 2025-12-04T09:52:42.8411219Z * [new branch] gh/kwen2501/276/base -> origin/gh/kwen2501/276/base 2025-12-04T09:52:42.8411295Z * [new branch] gh/kwen2501/276/head -> origin/gh/kwen2501/276/head 2025-12-04T09:52:42.8411368Z * [new branch] gh/kwen2501/276/orig -> origin/gh/kwen2501/276/orig 2025-12-04T09:52:42.8411440Z * [new branch] gh/kwen2501/277/base -> origin/gh/kwen2501/277/base 2025-12-04T09:52:42.8411517Z * [new branch] gh/kwen2501/277/head -> origin/gh/kwen2501/277/head 2025-12-04T09:52:42.8411589Z * [new branch] gh/kwen2501/277/orig -> origin/gh/kwen2501/277/orig 2025-12-04T09:52:42.8411662Z * [new branch] gh/kwen2501/278/base -> origin/gh/kwen2501/278/base 2025-12-04T09:52:42.8411736Z * [new branch] gh/kwen2501/278/head -> origin/gh/kwen2501/278/head 2025-12-04T09:52:42.8411808Z * [new branch] gh/kwen2501/278/orig -> origin/gh/kwen2501/278/orig 2025-12-04T09:52:42.8411917Z * [new branch] gh/kwen2501/279/base -> origin/gh/kwen2501/279/base 2025-12-04T09:52:42.8411991Z * [new branch] gh/kwen2501/279/head -> origin/gh/kwen2501/279/head 2025-12-04T09:52:42.8412064Z * [new branch] gh/kwen2501/279/orig -> origin/gh/kwen2501/279/orig 2025-12-04T09:52:42.8412140Z * [new branch] gh/kwen2501/280/base -> origin/gh/kwen2501/280/base 2025-12-04T09:52:42.8412238Z * [new branch] gh/kwen2501/280/head -> origin/gh/kwen2501/280/head 2025-12-04T09:52:42.8412311Z * [new branch] gh/kwen2501/280/orig -> origin/gh/kwen2501/280/orig 2025-12-04T09:52:42.8412385Z * [new branch] gh/kwen2501/281/base -> origin/gh/kwen2501/281/base 2025-12-04T09:52:42.8412458Z * [new branch] gh/kwen2501/281/head -> origin/gh/kwen2501/281/head 2025-12-04T09:52:42.8412530Z * [new branch] gh/kwen2501/281/orig -> origin/gh/kwen2501/281/orig 2025-12-04T09:52:42.8412608Z * [new branch] gh/kwen2501/282/base -> origin/gh/kwen2501/282/base 2025-12-04T09:52:42.8412682Z * [new branch] gh/kwen2501/282/head -> origin/gh/kwen2501/282/head 2025-12-04T09:52:42.8412754Z * [new branch] gh/kwen2501/282/orig -> origin/gh/kwen2501/282/orig 2025-12-04T09:52:42.8412828Z * [new branch] gh/kwen2501/283/base -> origin/gh/kwen2501/283/base 2025-12-04T09:52:42.8412903Z * [new branch] gh/kwen2501/283/head -> origin/gh/kwen2501/283/head 2025-12-04T09:52:42.8412977Z * [new branch] gh/kwen2501/283/orig -> origin/gh/kwen2501/283/orig 2025-12-04T09:52:42.8413051Z * [new branch] gh/kwen2501/284/base -> origin/gh/kwen2501/284/base 2025-12-04T09:52:42.8413124Z * [new branch] gh/kwen2501/284/head -> origin/gh/kwen2501/284/head 2025-12-04T09:52:42.8413197Z * [new branch] gh/kwen2501/284/orig -> origin/gh/kwen2501/284/orig 2025-12-04T09:52:42.8413272Z * [new branch] gh/kwen2501/285/base -> origin/gh/kwen2501/285/base 2025-12-04T09:52:42.8413345Z * [new branch] gh/kwen2501/285/head -> origin/gh/kwen2501/285/head 2025-12-04T09:52:42.8413419Z * [new branch] gh/kwen2501/285/orig -> origin/gh/kwen2501/285/orig 2025-12-04T09:52:42.8413493Z * [new branch] gh/kwen2501/286/base -> origin/gh/kwen2501/286/base 2025-12-04T09:52:42.8413567Z * [new branch] gh/kwen2501/286/head -> origin/gh/kwen2501/286/head 2025-12-04T09:52:42.8413643Z * [new branch] gh/kwen2501/286/orig -> origin/gh/kwen2501/286/orig 2025-12-04T09:52:42.8413716Z * [new branch] gh/kwen2501/287/base -> origin/gh/kwen2501/287/base 2025-12-04T09:52:42.8413789Z * [new branch] gh/kwen2501/287/head -> origin/gh/kwen2501/287/head 2025-12-04T09:52:42.8413866Z * [new branch] gh/kwen2501/287/orig -> origin/gh/kwen2501/287/orig 2025-12-04T09:52:42.8413938Z * [new branch] gh/kwen2501/288/base -> origin/gh/kwen2501/288/base 2025-12-04T09:52:42.8414012Z * [new branch] gh/kwen2501/288/head -> origin/gh/kwen2501/288/head 2025-12-04T09:52:42.8414087Z * [new branch] gh/kwen2501/288/orig -> origin/gh/kwen2501/288/orig 2025-12-04T09:52:42.8414169Z * [new branch] gh/laithsakka/251/base -> origin/gh/laithsakka/251/base 2025-12-04T09:52:42.8414249Z * [new branch] gh/laithsakka/251/head -> origin/gh/laithsakka/251/head 2025-12-04T09:52:42.8414331Z * [new branch] gh/laithsakka/251/orig -> origin/gh/laithsakka/251/orig 2025-12-04T09:52:42.8414409Z * [new branch] gh/laithsakka/276/base -> origin/gh/laithsakka/276/base 2025-12-04T09:52:42.8414487Z * [new branch] gh/laithsakka/276/head -> origin/gh/laithsakka/276/head 2025-12-04T09:52:42.8414597Z * [new branch] gh/laithsakka/276/orig -> origin/gh/laithsakka/276/orig 2025-12-04T09:52:42.8414675Z * [new branch] gh/laithsakka/28/base -> origin/gh/laithsakka/28/base 2025-12-04T09:52:42.8414754Z * [new branch] gh/laithsakka/29/base -> origin/gh/laithsakka/29/base 2025-12-04T09:52:42.8414868Z * [new branch] gh/laithsakka/30/base -> origin/gh/laithsakka/30/base 2025-12-04T09:52:42.8414946Z * [new branch] gh/laithsakka/30/head -> origin/gh/laithsakka/30/head 2025-12-04T09:52:42.8415024Z * [new branch] gh/laithsakka/31/base -> origin/gh/laithsakka/31/base 2025-12-04T09:52:42.8415100Z * [new branch] gh/laithsakka/31/head -> origin/gh/laithsakka/31/head 2025-12-04T09:52:42.8415180Z * [new branch] gh/laithsakka/313/base -> origin/gh/laithsakka/313/base 2025-12-04T09:52:42.8415261Z * [new branch] gh/laithsakka/313/head -> origin/gh/laithsakka/313/head 2025-12-04T09:52:42.8415339Z * [new branch] gh/laithsakka/313/orig -> origin/gh/laithsakka/313/orig 2025-12-04T09:52:42.8415417Z * [new branch] gh/laithsakka/316/base -> origin/gh/laithsakka/316/base 2025-12-04T09:52:42.8415496Z * [new branch] gh/laithsakka/316/head -> origin/gh/laithsakka/316/head 2025-12-04T09:52:42.8415575Z * [new branch] gh/laithsakka/316/orig -> origin/gh/laithsakka/316/orig 2025-12-04T09:52:42.8415653Z * [new branch] gh/laithsakka/317/base -> origin/gh/laithsakka/317/base 2025-12-04T09:52:42.8415732Z * [new branch] gh/laithsakka/317/head -> origin/gh/laithsakka/317/head 2025-12-04T09:52:42.8415810Z * [new branch] gh/laithsakka/317/orig -> origin/gh/laithsakka/317/orig 2025-12-04T09:52:42.8415889Z * [new branch] gh/laithsakka/319/base -> origin/gh/laithsakka/319/base 2025-12-04T09:52:42.8415971Z * [new branch] gh/laithsakka/319/head -> origin/gh/laithsakka/319/head 2025-12-04T09:52:42.8416049Z * [new branch] gh/laithsakka/319/orig -> origin/gh/laithsakka/319/orig 2025-12-04T09:52:42.8416126Z * [new branch] gh/laithsakka/32/base -> origin/gh/laithsakka/32/base 2025-12-04T09:52:42.8416207Z * [new branch] gh/laithsakka/32/head -> origin/gh/laithsakka/32/head 2025-12-04T09:52:42.8416286Z * [new branch] gh/laithsakka/320/base -> origin/gh/laithsakka/320/base 2025-12-04T09:52:42.8416367Z * [new branch] gh/laithsakka/320/head -> origin/gh/laithsakka/320/head 2025-12-04T09:52:42.8416446Z * [new branch] gh/laithsakka/320/orig -> origin/gh/laithsakka/320/orig 2025-12-04T09:52:42.8416523Z * [new branch] gh/laithsakka/321/base -> origin/gh/laithsakka/321/base 2025-12-04T09:52:42.8416603Z * [new branch] gh/laithsakka/321/head -> origin/gh/laithsakka/321/head 2025-12-04T09:52:42.8416777Z * [new branch] gh/laithsakka/321/orig -> origin/gh/laithsakka/321/orig 2025-12-04T09:52:42.8416857Z * [new branch] gh/laithsakka/322/base -> origin/gh/laithsakka/322/base 2025-12-04T09:52:42.8416937Z * [new branch] gh/laithsakka/322/head -> origin/gh/laithsakka/322/head 2025-12-04T09:52:42.8417017Z * [new branch] gh/laithsakka/322/orig -> origin/gh/laithsakka/322/orig 2025-12-04T09:52:42.8417095Z * [new branch] gh/laithsakka/323/base -> origin/gh/laithsakka/323/base 2025-12-04T09:52:42.8417174Z * [new branch] gh/laithsakka/323/head -> origin/gh/laithsakka/323/head 2025-12-04T09:52:42.8417251Z * [new branch] gh/laithsakka/323/orig -> origin/gh/laithsakka/323/orig 2025-12-04T09:52:42.8417328Z * [new branch] gh/laithsakka/324/base -> origin/gh/laithsakka/324/base 2025-12-04T09:52:42.8417451Z * [new branch] gh/laithsakka/324/head -> origin/gh/laithsakka/324/head 2025-12-04T09:52:42.8417530Z * [new branch] gh/laithsakka/324/orig -> origin/gh/laithsakka/324/orig 2025-12-04T09:52:42.8417607Z * [new branch] gh/laithsakka/325/base -> origin/gh/laithsakka/325/base 2025-12-04T09:52:42.8417733Z * [new branch] gh/laithsakka/325/head -> origin/gh/laithsakka/325/head 2025-12-04T09:52:42.8417811Z * [new branch] gh/laithsakka/325/orig -> origin/gh/laithsakka/325/orig 2025-12-04T09:52:42.8417890Z * [new branch] gh/laithsakka/326/base -> origin/gh/laithsakka/326/base 2025-12-04T09:52:42.8417968Z * [new branch] gh/laithsakka/326/head -> origin/gh/laithsakka/326/head 2025-12-04T09:52:42.8418046Z * [new branch] gh/laithsakka/326/orig -> origin/gh/laithsakka/326/orig 2025-12-04T09:52:42.8418129Z * [new branch] gh/laithsakka/327/base -> origin/gh/laithsakka/327/base 2025-12-04T09:52:42.8418207Z * [new branch] gh/laithsakka/327/head -> origin/gh/laithsakka/327/head 2025-12-04T09:52:42.8418284Z * [new branch] gh/laithsakka/327/orig -> origin/gh/laithsakka/327/orig 2025-12-04T09:52:42.8418363Z * [new branch] gh/laithsakka/328/base -> origin/gh/laithsakka/328/base 2025-12-04T09:52:42.8418442Z * [new branch] gh/laithsakka/328/head -> origin/gh/laithsakka/328/head 2025-12-04T09:52:42.8418520Z * [new branch] gh/laithsakka/328/orig -> origin/gh/laithsakka/328/orig 2025-12-04T09:52:42.8418597Z * [new branch] gh/liangel/4/base -> origin/gh/liangel/4/base 2025-12-04T09:52:42.8418671Z * [new branch] gh/liangel/4/head -> origin/gh/liangel/4/head 2025-12-04T09:52:42.8418745Z * [new branch] gh/liangel/4/orig -> origin/gh/liangel/4/orig 2025-12-04T09:52:42.8418827Z * [new branch] gh/lucaskabela/1/base -> origin/gh/lucaskabela/1/base 2025-12-04T09:52:42.8418906Z * [new branch] gh/lucaskabela/1/head -> origin/gh/lucaskabela/1/head 2025-12-04T09:52:42.8418974Z * [new branch] gh/lw/4/base -> origin/gh/lw/4/base 2025-12-04T09:52:42.8419044Z * [new branch] gh/lw/4/head -> origin/gh/lw/4/head 2025-12-04T09:52:42.8419109Z * [new branch] gh/lw/4/orig -> origin/gh/lw/4/orig 2025-12-04T09:52:42.8419173Z * [new branch] gh/lw/5/base -> origin/gh/lw/5/base 2025-12-04T09:52:42.8419238Z * [new branch] gh/lw/5/head -> origin/gh/lw/5/head 2025-12-04T09:52:42.8419301Z * [new branch] gh/lw/5/orig -> origin/gh/lw/5/orig 2025-12-04T09:52:42.8419365Z * [new branch] gh/lw/6/base -> origin/gh/lw/6/base 2025-12-04T09:52:42.8419430Z * [new branch] gh/lw/6/head -> origin/gh/lw/6/head 2025-12-04T09:52:42.8419493Z * [new branch] gh/lw/6/orig -> origin/gh/lw/6/orig 2025-12-04T09:52:42.8419567Z * [new branch] gh/malfet/14/base -> origin/gh/malfet/14/base 2025-12-04T09:52:42.8419643Z * [new branch] gh/malfet/417/base -> origin/gh/malfet/417/base 2025-12-04T09:52:42.8419716Z * [new branch] gh/malfet/417/head -> origin/gh/malfet/417/head 2025-12-04T09:52:42.8419794Z * [new branch] gh/malfet/417/orig -> origin/gh/malfet/417/orig 2025-12-04T09:52:42.8419866Z * [new branch] gh/malfet/506/base -> origin/gh/malfet/506/base 2025-12-04T09:52:42.8419937Z * [new branch] gh/malfet/506/head -> origin/gh/malfet/506/head 2025-12-04T09:52:42.8420013Z * [new branch] gh/malfet/506/orig -> origin/gh/malfet/506/orig 2025-12-04T09:52:42.8420121Z * [new branch] gh/malfet/517/base -> origin/gh/malfet/517/base 2025-12-04T09:52:42.8420192Z * [new branch] gh/malfet/517/head -> origin/gh/malfet/517/head 2025-12-04T09:52:42.8420265Z * [new branch] gh/malfet/528/base -> origin/gh/malfet/528/base 2025-12-04T09:52:42.8420373Z * [new branch] gh/malfet/528/head -> origin/gh/malfet/528/head 2025-12-04T09:52:42.8420443Z * [new branch] gh/malfet/528/orig -> origin/gh/malfet/528/orig 2025-12-04T09:52:42.8420516Z * [new branch] gh/malfet/537/base -> origin/gh/malfet/537/base 2025-12-04T09:52:42.8420586Z * [new branch] gh/malfet/537/head -> origin/gh/malfet/537/head 2025-12-04T09:52:42.8420657Z * [new branch] gh/malfet/537/orig -> origin/gh/malfet/537/orig 2025-12-04T09:52:42.8420732Z * [new branch] gh/malfet/546/base -> origin/gh/malfet/546/base 2025-12-04T09:52:42.8420805Z * [new branch] gh/malfet/546/head -> origin/gh/malfet/546/head 2025-12-04T09:52:42.8420878Z * [new branch] gh/malfet/546/orig -> origin/gh/malfet/546/orig 2025-12-04T09:52:42.8420950Z * [new branch] gh/malfet/565/base -> origin/gh/malfet/565/base 2025-12-04T09:52:42.8421023Z * [new branch] gh/malfet/565/head -> origin/gh/malfet/565/head 2025-12-04T09:52:42.8421095Z * [new branch] gh/malfet/565/orig -> origin/gh/malfet/565/orig 2025-12-04T09:52:42.8421166Z * [new branch] gh/malfet/575/base -> origin/gh/malfet/575/base 2025-12-04T09:52:42.8421236Z * [new branch] gh/malfet/575/head -> origin/gh/malfet/575/head 2025-12-04T09:52:42.8421312Z * [new branch] gh/malfet/575/orig -> origin/gh/malfet/575/orig 2025-12-04T09:52:42.8421387Z * [new branch] gh/malfet/580/base -> origin/gh/malfet/580/base 2025-12-04T09:52:42.8421458Z * [new branch] gh/malfet/580/head -> origin/gh/malfet/580/head 2025-12-04T09:52:42.8421530Z * [new branch] gh/malfet/580/orig -> origin/gh/malfet/580/orig 2025-12-04T09:52:42.8421600Z * [new branch] gh/malfet/581/base -> origin/gh/malfet/581/base 2025-12-04T09:52:42.8421673Z * [new branch] gh/malfet/581/head -> origin/gh/malfet/581/head 2025-12-04T09:52:42.8421745Z * [new branch] gh/malfet/581/orig -> origin/gh/malfet/581/orig 2025-12-04T09:52:42.8421816Z * [new branch] gh/malfet/583/base -> origin/gh/malfet/583/base 2025-12-04T09:52:42.8421887Z * [new branch] gh/malfet/583/head -> origin/gh/malfet/583/head 2025-12-04T09:52:42.8421959Z * [new branch] gh/malfet/583/orig -> origin/gh/malfet/583/orig 2025-12-04T09:52:42.8422032Z * [new branch] gh/malfet/586/base -> origin/gh/malfet/586/base 2025-12-04T09:52:42.8422103Z * [new branch] gh/malfet/586/head -> origin/gh/malfet/586/head 2025-12-04T09:52:42.8422176Z * [new branch] gh/malfet/586/orig -> origin/gh/malfet/586/orig 2025-12-04T09:52:42.8422248Z * [new branch] gh/malfet/587/base -> origin/gh/malfet/587/base 2025-12-04T09:52:42.8422319Z * [new branch] gh/malfet/587/head -> origin/gh/malfet/587/head 2025-12-04T09:52:42.8422392Z * [new branch] gh/malfet/587/orig -> origin/gh/malfet/587/orig 2025-12-04T09:52:42.8422463Z * [new branch] gh/malfet/588/base -> origin/gh/malfet/588/base 2025-12-04T09:52:42.8422535Z * [new branch] gh/malfet/588/head -> origin/gh/malfet/588/head 2025-12-04T09:52:42.8422605Z * [new branch] gh/malfet/588/orig -> origin/gh/malfet/588/orig 2025-12-04T09:52:42.8422703Z * [new branch] gh/malfet/589/base -> origin/gh/malfet/589/base 2025-12-04T09:52:42.8422777Z * [new branch] gh/malfet/589/head -> origin/gh/malfet/589/head 2025-12-04T09:52:42.8422848Z * [new branch] gh/malfet/589/orig -> origin/gh/malfet/589/orig 2025-12-04T09:52:42.8422949Z * [new branch] gh/malfet/590/base -> origin/gh/malfet/590/base 2025-12-04T09:52:42.8423022Z * [new branch] gh/malfet/590/head -> origin/gh/malfet/590/head 2025-12-04T09:52:42.8423093Z * [new branch] gh/malfet/590/orig -> origin/gh/malfet/590/orig 2025-12-04T09:52:42.8423165Z * [new branch] gh/malfet/591/base -> origin/gh/malfet/591/base 2025-12-04T09:52:42.8423237Z * [new branch] gh/malfet/591/head -> origin/gh/malfet/591/head 2025-12-04T09:52:42.8423309Z * [new branch] gh/malfet/591/orig -> origin/gh/malfet/591/orig 2025-12-04T09:52:42.8423380Z * [new branch] gh/malfet/592/base -> origin/gh/malfet/592/base 2025-12-04T09:52:42.8423452Z * [new branch] gh/malfet/592/head -> origin/gh/malfet/592/head 2025-12-04T09:52:42.8423524Z * [new branch] gh/malfet/592/orig -> origin/gh/malfet/592/orig 2025-12-04T09:52:42.8423596Z * [new branch] gh/malfet/593/base -> origin/gh/malfet/593/base 2025-12-04T09:52:42.8423668Z * [new branch] gh/malfet/593/head -> origin/gh/malfet/593/head 2025-12-04T09:52:42.8423739Z * [new branch] gh/malfet/593/orig -> origin/gh/malfet/593/orig 2025-12-04T09:52:42.8423810Z * [new branch] gh/malfet/594/base -> origin/gh/malfet/594/base 2025-12-04T09:52:42.8423882Z * [new branch] gh/malfet/594/head -> origin/gh/malfet/594/head 2025-12-04T09:52:42.8423954Z * [new branch] gh/malfet/594/orig -> origin/gh/malfet/594/orig 2025-12-04T09:52:42.8424024Z * [new branch] gh/malfet/595/base -> origin/gh/malfet/595/base 2025-12-04T09:52:42.8424097Z * [new branch] gh/malfet/595/head -> origin/gh/malfet/595/head 2025-12-04T09:52:42.8424167Z * [new branch] gh/malfet/595/orig -> origin/gh/malfet/595/orig 2025-12-04T09:52:42.8424240Z * [new branch] gh/malfet/596/base -> origin/gh/malfet/596/base 2025-12-04T09:52:42.8424311Z * [new branch] gh/malfet/596/head -> origin/gh/malfet/596/head 2025-12-04T09:52:42.8424381Z * [new branch] gh/malfet/596/orig -> origin/gh/malfet/596/orig 2025-12-04T09:52:42.8424453Z * [new branch] gh/malfet/597/base -> origin/gh/malfet/597/base 2025-12-04T09:52:42.8424524Z * [new branch] gh/malfet/597/head -> origin/gh/malfet/597/head 2025-12-04T09:52:42.8424595Z * [new branch] gh/malfet/597/orig -> origin/gh/malfet/597/orig 2025-12-04T09:52:42.8424668Z * [new branch] gh/malfet/598/base -> origin/gh/malfet/598/base 2025-12-04T09:52:42.8424738Z * [new branch] gh/malfet/598/head -> origin/gh/malfet/598/head 2025-12-04T09:52:42.8424810Z * [new branch] gh/malfet/598/orig -> origin/gh/malfet/598/orig 2025-12-04T09:52:42.8424883Z * [new branch] gh/malfet/599/base -> origin/gh/malfet/599/base 2025-12-04T09:52:42.8424953Z * [new branch] gh/malfet/599/head -> origin/gh/malfet/599/head 2025-12-04T09:52:42.8425024Z * [new branch] gh/malfet/599/orig -> origin/gh/malfet/599/orig 2025-12-04T09:52:42.8425097Z * [new branch] gh/malfet/600/base -> origin/gh/malfet/600/base 2025-12-04T09:52:42.8425168Z * [new branch] gh/malfet/600/head -> origin/gh/malfet/600/head 2025-12-04T09:52:42.8425266Z * [new branch] gh/malfet/600/orig -> origin/gh/malfet/600/orig 2025-12-04T09:52:42.8425339Z * [new branch] gh/malfet/601/base -> origin/gh/malfet/601/base 2025-12-04T09:52:42.8425411Z * [new branch] gh/malfet/601/head -> origin/gh/malfet/601/head 2025-12-04T09:52:42.8425507Z * [new branch] gh/malfet/601/orig -> origin/gh/malfet/601/orig 2025-12-04T09:52:42.8425580Z * [new branch] gh/malfet/602/base -> origin/gh/malfet/602/base 2025-12-04T09:52:42.8425651Z * [new branch] gh/malfet/602/head -> origin/gh/malfet/602/head 2025-12-04T09:52:42.8425722Z * [new branch] gh/malfet/602/orig -> origin/gh/malfet/602/orig 2025-12-04T09:52:42.8425793Z * [new branch] gh/malfet/603/base -> origin/gh/malfet/603/base 2025-12-04T09:52:42.8425865Z * [new branch] gh/malfet/603/head -> origin/gh/malfet/603/head 2025-12-04T09:52:42.8425938Z * [new branch] gh/malfet/603/orig -> origin/gh/malfet/603/orig 2025-12-04T09:52:42.8426008Z * [new branch] gh/malfet/604/base -> origin/gh/malfet/604/base 2025-12-04T09:52:42.8426078Z * [new branch] gh/malfet/604/head -> origin/gh/malfet/604/head 2025-12-04T09:52:42.8426153Z * [new branch] gh/malfet/604/orig -> origin/gh/malfet/604/orig 2025-12-04T09:52:42.8426223Z * [new branch] gh/malfet/605/base -> origin/gh/malfet/605/base 2025-12-04T09:52:42.8426295Z * [new branch] gh/malfet/605/head -> origin/gh/malfet/605/head 2025-12-04T09:52:42.8426367Z * [new branch] gh/malfet/605/orig -> origin/gh/malfet/605/orig 2025-12-04T09:52:42.8426438Z * [new branch] gh/malfet/606/base -> origin/gh/malfet/606/base 2025-12-04T09:52:42.8426510Z * [new branch] gh/malfet/606/head -> origin/gh/malfet/606/head 2025-12-04T09:52:42.8426583Z * [new branch] gh/malfet/606/orig -> origin/gh/malfet/606/orig 2025-12-04T09:52:42.8426654Z * [new branch] gh/malfet/607/base -> origin/gh/malfet/607/base 2025-12-04T09:52:42.8426755Z * [new branch] gh/malfet/607/head -> origin/gh/malfet/607/head 2025-12-04T09:52:42.8426832Z * [new branch] gh/malfet/607/orig -> origin/gh/malfet/607/orig 2025-12-04T09:52:42.8426904Z * [new branch] gh/malfet/608/base -> origin/gh/malfet/608/base 2025-12-04T09:52:42.8426976Z * [new branch] gh/malfet/608/head -> origin/gh/malfet/608/head 2025-12-04T09:52:42.8427049Z * [new branch] gh/malfet/608/orig -> origin/gh/malfet/608/orig 2025-12-04T09:52:42.8427120Z * [new branch] gh/malfet/609/base -> origin/gh/malfet/609/base 2025-12-04T09:52:42.8427195Z * [new branch] gh/malfet/609/head -> origin/gh/malfet/609/head 2025-12-04T09:52:42.8427266Z * [new branch] gh/malfet/609/orig -> origin/gh/malfet/609/orig 2025-12-04T09:52:42.8427336Z * [new branch] gh/malfet/610/base -> origin/gh/malfet/610/base 2025-12-04T09:52:42.8427411Z * [new branch] gh/malfet/610/head -> origin/gh/malfet/610/head 2025-12-04T09:52:42.8427481Z * [new branch] gh/malfet/610/orig -> origin/gh/malfet/610/orig 2025-12-04T09:52:42.8427551Z * [new branch] gh/malfet/611/base -> origin/gh/malfet/611/base 2025-12-04T09:52:42.8427623Z * [new branch] gh/malfet/611/head -> origin/gh/malfet/611/head 2025-12-04T09:52:42.8427693Z * [new branch] gh/malfet/611/orig -> origin/gh/malfet/611/orig 2025-12-04T09:52:42.8427763Z * [new branch] gh/malfet/612/base -> origin/gh/malfet/612/base 2025-12-04T09:52:42.8427885Z * [new branch] gh/malfet/612/head -> origin/gh/malfet/612/head 2025-12-04T09:52:42.8427958Z * [new branch] gh/malfet/612/orig -> origin/gh/malfet/612/orig 2025-12-04T09:52:42.8428031Z * [new branch] gh/malfet/64/base -> origin/gh/malfet/64/base 2025-12-04T09:52:42.8428141Z * [new branch] gh/malfet/64/head -> origin/gh/malfet/64/head 2025-12-04T09:52:42.8428234Z * [new branch] gh/manuelcandales/11/base -> origin/gh/manuelcandales/11/base 2025-12-04T09:52:42.8428322Z * [new branch] gh/manuelcandales/11/head -> origin/gh/manuelcandales/11/head 2025-12-04T09:52:42.8428410Z * [new branch] gh/manuelcandales/11/orig -> origin/gh/manuelcandales/11/orig 2025-12-04T09:52:42.8428482Z * [new branch] gh/markkm/1/base -> origin/gh/markkm/1/base 2025-12-04T09:52:42.8428561Z * [new branch] gh/masnesral/1/base -> origin/gh/masnesral/1/base 2025-12-04T09:52:42.8428640Z * [new branch] gh/masnesral/1/head -> origin/gh/masnesral/1/head 2025-12-04T09:52:42.8428715Z * [new branch] gh/masnesral/1/orig -> origin/gh/masnesral/1/orig 2025-12-04T09:52:42.8428791Z * [new branch] gh/mhorowitz/0/base -> origin/gh/mhorowitz/0/base 2025-12-04T09:52:42.8428866Z * [new branch] gh/mhorowitz/0/head -> origin/gh/mhorowitz/0/head 2025-12-04T09:52:42.8428939Z * [new branch] gh/mhorowitz/1/base -> origin/gh/mhorowitz/1/base 2025-12-04T09:52:42.8429015Z * [new branch] gh/mhorowitz/1/head -> origin/gh/mhorowitz/1/head 2025-12-04T09:52:42.8429091Z * [new branch] gh/mhorowitz/2/base -> origin/gh/mhorowitz/2/base 2025-12-04T09:52:42.8429165Z * [new branch] gh/mhorowitz/2/head -> origin/gh/mhorowitz/2/head 2025-12-04T09:52:42.8429244Z * [new branch] gh/mhorowitz/3/base -> origin/gh/mhorowitz/3/base 2025-12-04T09:52:42.8429319Z * [new branch] gh/mhorowitz/3/head -> origin/gh/mhorowitz/3/head 2025-12-04T09:52:42.8429393Z * [new branch] gh/mhorowitz/4/base -> origin/gh/mhorowitz/4/base 2025-12-04T09:52:42.8429470Z * [new branch] gh/mhorowitz/4/head -> origin/gh/mhorowitz/4/head 2025-12-04T09:52:42.8429545Z * [new branch] gh/mhorowitz/5/base -> origin/gh/mhorowitz/5/base 2025-12-04T09:52:42.8429622Z * [new branch] gh/mhorowitz/5/head -> origin/gh/mhorowitz/5/head 2025-12-04T09:52:42.8429701Z * [new branch] gh/mhorowitz/6/base -> origin/gh/mhorowitz/6/base 2025-12-04T09:52:42.8429777Z * [new branch] gh/mhorowitz/6/head -> origin/gh/mhorowitz/6/head 2025-12-04T09:52:42.8429882Z * [new branch] gh/mikaylagawarecki/234/base -> origin/gh/mikaylagawarecki/234/base 2025-12-04T09:52:42.8429985Z * [new branch] gh/mikaylagawarecki/234/head -> origin/gh/mikaylagawarecki/234/head 2025-12-04T09:52:42.8430080Z * [new branch] gh/mikaylagawarecki/235/base -> origin/gh/mikaylagawarecki/235/base 2025-12-04T09:52:42.8430175Z * [new branch] gh/mikaylagawarecki/235/head -> origin/gh/mikaylagawarecki/235/head 2025-12-04T09:52:42.8430274Z * [new branch] gh/mikaylagawarecki/236/base -> origin/gh/mikaylagawarecki/236/base 2025-12-04T09:52:42.8430367Z * [new branch] gh/mikaylagawarecki/236/head -> origin/gh/mikaylagawarecki/236/head 2025-12-04T09:52:42.8430464Z * [new branch] gh/mikaylagawarecki/237/base -> origin/gh/mikaylagawarecki/237/base 2025-12-04T09:52:42.8430558Z * [new branch] gh/mikaylagawarecki/237/head -> origin/gh/mikaylagawarecki/237/head 2025-12-04T09:52:42.8430650Z * [new branch] gh/mikaylagawarecki/238/base -> origin/gh/mikaylagawarecki/238/base 2025-12-04T09:52:42.8430780Z * [new branch] gh/mikaylagawarecki/238/head -> origin/gh/mikaylagawarecki/238/head 2025-12-04T09:52:42.8430872Z * [new branch] gh/mikaylagawarecki/336/base -> origin/gh/mikaylagawarecki/336/base 2025-12-04T09:52:42.8430965Z * [new branch] gh/mikaylagawarecki/336/head -> origin/gh/mikaylagawarecki/336/head 2025-12-04T09:52:42.8431094Z * [new branch] gh/mikaylagawarecki/336/orig -> origin/gh/mikaylagawarecki/336/orig 2025-12-04T09:52:42.8431185Z * [new branch] gh/mikaylagawarecki/341/base -> origin/gh/mikaylagawarecki/341/base 2025-12-04T09:52:42.8431276Z * [new branch] gh/mikaylagawarecki/341/head -> origin/gh/mikaylagawarecki/341/head 2025-12-04T09:52:42.8431371Z * [new branch] gh/mikaylagawarecki/341/orig -> origin/gh/mikaylagawarecki/341/orig 2025-12-04T09:52:42.8431463Z * [new branch] gh/mikaylagawarecki/342/base -> origin/gh/mikaylagawarecki/342/base 2025-12-04T09:52:42.8431555Z * [new branch] gh/mikaylagawarecki/342/head -> origin/gh/mikaylagawarecki/342/head 2025-12-04T09:52:42.8431649Z * [new branch] gh/mikaylagawarecki/342/orig -> origin/gh/mikaylagawarecki/342/orig 2025-12-04T09:52:42.8431740Z * [new branch] gh/mikaylagawarecki/345/base -> origin/gh/mikaylagawarecki/345/base 2025-12-04T09:52:42.8431834Z * [new branch] gh/mikaylagawarecki/345/head -> origin/gh/mikaylagawarecki/345/head 2025-12-04T09:52:42.8431926Z * [new branch] gh/mikaylagawarecki/345/orig -> origin/gh/mikaylagawarecki/345/orig 2025-12-04T09:52:42.8432017Z * [new branch] gh/mikaylagawarecki/346/base -> origin/gh/mikaylagawarecki/346/base 2025-12-04T09:52:42.8432109Z * [new branch] gh/mikaylagawarecki/346/head -> origin/gh/mikaylagawarecki/346/head 2025-12-04T09:52:42.8432201Z * [new branch] gh/mikaylagawarecki/346/orig -> origin/gh/mikaylagawarecki/346/orig 2025-12-04T09:52:42.8432294Z * [new branch] gh/mikaylagawarecki/347/base -> origin/gh/mikaylagawarecki/347/base 2025-12-04T09:52:42.8432390Z * [new branch] gh/mikaylagawarecki/347/head -> origin/gh/mikaylagawarecki/347/head 2025-12-04T09:52:42.8432483Z * [new branch] gh/mikaylagawarecki/347/orig -> origin/gh/mikaylagawarecki/347/orig 2025-12-04T09:52:42.8432575Z * [new branch] gh/mikaylagawarecki/350/base -> origin/gh/mikaylagawarecki/350/base 2025-12-04T09:52:42.8432670Z * [new branch] gh/mikaylagawarecki/350/head -> origin/gh/mikaylagawarecki/350/head 2025-12-04T09:52:42.8432760Z * [new branch] gh/mikaylagawarecki/350/orig -> origin/gh/mikaylagawarecki/350/orig 2025-12-04T09:52:42.8432851Z * [new branch] gh/mikaylagawarecki/351/base -> origin/gh/mikaylagawarecki/351/base 2025-12-04T09:52:42.8432943Z * [new branch] gh/mikaylagawarecki/351/head -> origin/gh/mikaylagawarecki/351/head 2025-12-04T09:52:42.8433036Z * [new branch] gh/mikaylagawarecki/351/orig -> origin/gh/mikaylagawarecki/351/orig 2025-12-04T09:52:42.8433127Z * [new branch] gh/mikaylagawarecki/352/base -> origin/gh/mikaylagawarecki/352/base 2025-12-04T09:52:42.8433219Z * [new branch] gh/mikaylagawarecki/352/head -> origin/gh/mikaylagawarecki/352/head 2025-12-04T09:52:42.8433311Z * [new branch] gh/mikaylagawarecki/352/orig -> origin/gh/mikaylagawarecki/352/orig 2025-12-04T09:52:42.8433408Z * [new branch] gh/mikaylagawarecki/353/base -> origin/gh/mikaylagawarecki/353/base 2025-12-04T09:52:42.8433501Z * [new branch] gh/mikaylagawarecki/353/head -> origin/gh/mikaylagawarecki/353/head 2025-12-04T09:52:42.8433594Z * [new branch] gh/mikaylagawarecki/353/orig -> origin/gh/mikaylagawarecki/353/orig 2025-12-04T09:52:42.8433687Z * [new branch] gh/mikaylagawarecki/354/base -> origin/gh/mikaylagawarecki/354/base 2025-12-04T09:52:42.8433808Z * [new branch] gh/mikaylagawarecki/354/head -> origin/gh/mikaylagawarecki/354/head 2025-12-04T09:52:42.8433900Z * [new branch] gh/mikaylagawarecki/354/orig -> origin/gh/mikaylagawarecki/354/orig 2025-12-04T09:52:42.8433993Z * [new branch] gh/mikaylagawarecki/356/base -> origin/gh/mikaylagawarecki/356/base 2025-12-04T09:52:42.8434110Z * [new branch] gh/mikaylagawarecki/356/head -> origin/gh/mikaylagawarecki/356/head 2025-12-04T09:52:42.8434201Z * [new branch] gh/mikaylagawarecki/356/orig -> origin/gh/mikaylagawarecki/356/orig 2025-12-04T09:52:42.8434294Z * [new branch] gh/mikaylagawarecki/357/base -> origin/gh/mikaylagawarecki/357/base 2025-12-04T09:52:42.8434387Z * [new branch] gh/mikaylagawarecki/357/head -> origin/gh/mikaylagawarecki/357/head 2025-12-04T09:52:42.8434482Z * [new branch] gh/mikaylagawarecki/357/orig -> origin/gh/mikaylagawarecki/357/orig 2025-12-04T09:52:42.8434576Z * [new branch] gh/mikaylagawarecki/359/base -> origin/gh/mikaylagawarecki/359/base 2025-12-04T09:52:42.8434667Z * [new branch] gh/mikaylagawarecki/359/head -> origin/gh/mikaylagawarecki/359/head 2025-12-04T09:52:42.8434760Z * [new branch] gh/mikaylagawarecki/359/orig -> origin/gh/mikaylagawarecki/359/orig 2025-12-04T09:52:42.8434852Z * [new branch] gh/mikaylagawarecki/360/base -> origin/gh/mikaylagawarecki/360/base 2025-12-04T09:52:42.8434946Z * [new branch] gh/mikaylagawarecki/360/head -> origin/gh/mikaylagawarecki/360/head 2025-12-04T09:52:42.8435039Z * [new branch] gh/mikaylagawarecki/360/orig -> origin/gh/mikaylagawarecki/360/orig 2025-12-04T09:52:42.8435133Z * [new branch] gh/mikaylagawarecki/361/base -> origin/gh/mikaylagawarecki/361/base 2025-12-04T09:52:42.8435224Z * [new branch] gh/mikaylagawarecki/361/head -> origin/gh/mikaylagawarecki/361/head 2025-12-04T09:52:42.8435319Z * [new branch] gh/mikaylagawarecki/361/orig -> origin/gh/mikaylagawarecki/361/orig 2025-12-04T09:52:42.8435410Z * [new branch] gh/mikaylagawarecki/362/base -> origin/gh/mikaylagawarecki/362/base 2025-12-04T09:52:42.8435502Z * [new branch] gh/mikaylagawarecki/362/head -> origin/gh/mikaylagawarecki/362/head 2025-12-04T09:52:42.8435600Z * [new branch] gh/mikaylagawarecki/362/orig -> origin/gh/mikaylagawarecki/362/orig 2025-12-04T09:52:42.8435693Z * [new branch] gh/mikaylagawarecki/363/base -> origin/gh/mikaylagawarecki/363/base 2025-12-04T09:52:42.8435784Z * [new branch] gh/mikaylagawarecki/363/head -> origin/gh/mikaylagawarecki/363/head 2025-12-04T09:52:42.8435877Z * [new branch] gh/mikaylagawarecki/363/orig -> origin/gh/mikaylagawarecki/363/orig 2025-12-04T09:52:42.8435970Z * [new branch] gh/mikaylagawarecki/364/base -> origin/gh/mikaylagawarecki/364/base 2025-12-04T09:52:42.8436063Z * [new branch] gh/mikaylagawarecki/364/head -> origin/gh/mikaylagawarecki/364/head 2025-12-04T09:52:42.8436156Z * [new branch] gh/mikaylagawarecki/364/orig -> origin/gh/mikaylagawarecki/364/orig 2025-12-04T09:52:42.8436248Z * [new branch] gh/mikaylagawarecki/365/base -> origin/gh/mikaylagawarecki/365/base 2025-12-04T09:52:42.8436344Z * [new branch] gh/mikaylagawarecki/365/head -> origin/gh/mikaylagawarecki/365/head 2025-12-04T09:52:42.8436436Z * [new branch] gh/mikaylagawarecki/365/orig -> origin/gh/mikaylagawarecki/365/orig 2025-12-04T09:52:42.8436528Z * [new branch] gh/mikaylagawarecki/366/base -> origin/gh/mikaylagawarecki/366/base 2025-12-04T09:52:42.8436622Z * [new branch] gh/mikaylagawarecki/366/head -> origin/gh/mikaylagawarecki/366/head 2025-12-04T09:52:42.8436771Z * [new branch] gh/mikaylagawarecki/366/orig -> origin/gh/mikaylagawarecki/366/orig 2025-12-04T09:52:42.8436914Z * [new branch] gh/mikaylagawarecki/367/base -> origin/gh/mikaylagawarecki/367/base 2025-12-04T09:52:42.8437009Z * [new branch] gh/mikaylagawarecki/367/head -> origin/gh/mikaylagawarecki/367/head 2025-12-04T09:52:42.8437101Z * [new branch] gh/mikaylagawarecki/367/orig -> origin/gh/mikaylagawarecki/367/orig 2025-12-04T09:52:42.8437238Z * [new branch] gh/mikaylagawarecki/368/base -> origin/gh/mikaylagawarecki/368/base 2025-12-04T09:52:42.8437330Z * [new branch] gh/mikaylagawarecki/368/head -> origin/gh/mikaylagawarecki/368/head 2025-12-04T09:52:42.8437421Z * [new branch] gh/mikaylagawarecki/368/orig -> origin/gh/mikaylagawarecki/368/orig 2025-12-04T09:52:42.8437511Z * [new branch] gh/mikaylagawarecki/369/base -> origin/gh/mikaylagawarecki/369/base 2025-12-04T09:52:42.8437605Z * [new branch] gh/mikaylagawarecki/369/head -> origin/gh/mikaylagawarecki/369/head 2025-12-04T09:52:42.8437697Z * [new branch] gh/mikaylagawarecki/369/orig -> origin/gh/mikaylagawarecki/369/orig 2025-12-04T09:52:42.8437790Z * [new branch] gh/mikaylagawarecki/370/base -> origin/gh/mikaylagawarecki/370/base 2025-12-04T09:52:42.8437880Z * [new branch] gh/mikaylagawarecki/370/head -> origin/gh/mikaylagawarecki/370/head 2025-12-04T09:52:42.8437972Z * [new branch] gh/mikaylagawarecki/370/orig -> origin/gh/mikaylagawarecki/370/orig 2025-12-04T09:52:42.8438064Z * [new branch] gh/mikaylagawarecki/371/base -> origin/gh/mikaylagawarecki/371/base 2025-12-04T09:52:42.8438154Z * [new branch] gh/mikaylagawarecki/371/head -> origin/gh/mikaylagawarecki/371/head 2025-12-04T09:52:42.8438245Z * [new branch] gh/mikaylagawarecki/371/orig -> origin/gh/mikaylagawarecki/371/orig 2025-12-04T09:52:42.8438339Z * [new branch] gh/mikaylagawarecki/372/base -> origin/gh/mikaylagawarecki/372/base 2025-12-04T09:52:42.8438432Z * [new branch] gh/mikaylagawarecki/372/head -> origin/gh/mikaylagawarecki/372/head 2025-12-04T09:52:42.8438525Z * [new branch] gh/mikaylagawarecki/372/orig -> origin/gh/mikaylagawarecki/372/orig 2025-12-04T09:52:42.8438618Z * [new branch] gh/mikaylagawarecki/373/base -> origin/gh/mikaylagawarecki/373/base 2025-12-04T09:52:42.8438712Z * [new branch] gh/mikaylagawarecki/373/head -> origin/gh/mikaylagawarecki/373/head 2025-12-04T09:52:42.8438803Z * [new branch] gh/mikaylagawarecki/373/orig -> origin/gh/mikaylagawarecki/373/orig 2025-12-04T09:52:42.8438898Z * [new branch] gh/mikaylagawarecki/374/base -> origin/gh/mikaylagawarecki/374/base 2025-12-04T09:52:42.8438991Z * [new branch] gh/mikaylagawarecki/374/head -> origin/gh/mikaylagawarecki/374/head 2025-12-04T09:52:42.8439086Z * [new branch] gh/mikaylagawarecki/374/orig -> origin/gh/mikaylagawarecki/374/orig 2025-12-04T09:52:42.8439179Z * [new branch] gh/mikaylagawarecki/375/base -> origin/gh/mikaylagawarecki/375/base 2025-12-04T09:52:42.8439271Z * [new branch] gh/mikaylagawarecki/375/head -> origin/gh/mikaylagawarecki/375/head 2025-12-04T09:52:42.8439365Z * [new branch] gh/mikaylagawarecki/375/orig -> origin/gh/mikaylagawarecki/375/orig 2025-12-04T09:52:42.8439458Z * [new branch] gh/mikaylagawarecki/376/base -> origin/gh/mikaylagawarecki/376/base 2025-12-04T09:52:42.8439551Z * [new branch] gh/mikaylagawarecki/376/head -> origin/gh/mikaylagawarecki/376/head 2025-12-04T09:52:42.8439644Z * [new branch] gh/mikaylagawarecki/376/orig -> origin/gh/mikaylagawarecki/376/orig 2025-12-04T09:52:42.8439735Z * [new branch] gh/mikaylagawarecki/377/base -> origin/gh/mikaylagawarecki/377/base 2025-12-04T09:52:42.8439826Z * [new branch] gh/mikaylagawarecki/377/head -> origin/gh/mikaylagawarecki/377/head 2025-12-04T09:52:42.8439952Z * [new branch] gh/mikaylagawarecki/377/orig -> origin/gh/mikaylagawarecki/377/orig 2025-12-04T09:52:42.8440043Z * [new branch] gh/mikaylagawarecki/378/base -> origin/gh/mikaylagawarecki/378/base 2025-12-04T09:52:42.8440135Z * [new branch] gh/mikaylagawarecki/378/head -> origin/gh/mikaylagawarecki/378/head 2025-12-04T09:52:42.8440255Z * [new branch] gh/mikaylagawarecki/378/orig -> origin/gh/mikaylagawarecki/378/orig 2025-12-04T09:52:42.8440347Z * [new branch] gh/mikaylagawarecki/379/base -> origin/gh/mikaylagawarecki/379/base 2025-12-04T09:52:42.8440439Z * [new branch] gh/mikaylagawarecki/379/head -> origin/gh/mikaylagawarecki/379/head 2025-12-04T09:52:42.8440533Z * [new branch] gh/mikaylagawarecki/379/orig -> origin/gh/mikaylagawarecki/379/orig 2025-12-04T09:52:42.8440623Z * [new branch] gh/mikaylagawarecki/380/base -> origin/gh/mikaylagawarecki/380/base 2025-12-04T09:52:42.8440716Z * [new branch] gh/mikaylagawarecki/380/head -> origin/gh/mikaylagawarecki/380/head 2025-12-04T09:52:42.8440808Z * [new branch] gh/mikaylagawarecki/380/orig -> origin/gh/mikaylagawarecki/380/orig 2025-12-04T09:52:42.8440901Z * [new branch] gh/mikaylagawarecki/381/base -> origin/gh/mikaylagawarecki/381/base 2025-12-04T09:52:42.8440998Z * [new branch] gh/mikaylagawarecki/381/head -> origin/gh/mikaylagawarecki/381/head 2025-12-04T09:52:42.8441090Z * [new branch] gh/mikaylagawarecki/381/orig -> origin/gh/mikaylagawarecki/381/orig 2025-12-04T09:52:42.8441182Z * [new branch] gh/mikaylagawarecki/382/base -> origin/gh/mikaylagawarecki/382/base 2025-12-04T09:52:42.8441274Z * [new branch] gh/mikaylagawarecki/382/head -> origin/gh/mikaylagawarecki/382/head 2025-12-04T09:52:42.8441364Z * [new branch] gh/mikaylagawarecki/382/orig -> origin/gh/mikaylagawarecki/382/orig 2025-12-04T09:52:42.8441456Z * [new branch] gh/mikaylagawarecki/383/base -> origin/gh/mikaylagawarecki/383/base 2025-12-04T09:52:42.8441550Z * [new branch] gh/mikaylagawarecki/383/head -> origin/gh/mikaylagawarecki/383/head 2025-12-04T09:52:42.8441641Z * [new branch] gh/mikaylagawarecki/383/orig -> origin/gh/mikaylagawarecki/383/orig 2025-12-04T09:52:42.8441734Z * [new branch] gh/mikaylagawarecki/384/base -> origin/gh/mikaylagawarecki/384/base 2025-12-04T09:52:42.8441827Z * [new branch] gh/mikaylagawarecki/384/head -> origin/gh/mikaylagawarecki/384/head 2025-12-04T09:52:42.8441918Z * [new branch] gh/mikaylagawarecki/384/orig -> origin/gh/mikaylagawarecki/384/orig 2025-12-04T09:52:42.8442012Z * [new branch] gh/mikaylagawarecki/385/base -> origin/gh/mikaylagawarecki/385/base 2025-12-04T09:52:42.8442104Z * [new branch] gh/mikaylagawarecki/385/head -> origin/gh/mikaylagawarecki/385/head 2025-12-04T09:52:42.8442197Z * [new branch] gh/mikaylagawarecki/385/orig -> origin/gh/mikaylagawarecki/385/orig 2025-12-04T09:52:42.8442294Z * [new branch] gh/mikaylagawarecki/386/base -> origin/gh/mikaylagawarecki/386/base 2025-12-04T09:52:42.8442386Z * [new branch] gh/mikaylagawarecki/386/head -> origin/gh/mikaylagawarecki/386/head 2025-12-04T09:52:42.8442479Z * [new branch] gh/mikaylagawarecki/386/orig -> origin/gh/mikaylagawarecki/386/orig 2025-12-04T09:52:42.8442575Z * [new branch] gh/mikaylagawarecki/387/base -> origin/gh/mikaylagawarecki/387/base 2025-12-04T09:52:42.8442667Z * [new branch] gh/mikaylagawarecki/387/head -> origin/gh/mikaylagawarecki/387/head 2025-12-04T09:52:42.8442759Z * [new branch] gh/mikaylagawarecki/387/orig -> origin/gh/mikaylagawarecki/387/orig 2025-12-04T09:52:42.8442855Z * [new branch] gh/mikaylagawarecki/388/base -> origin/gh/mikaylagawarecki/388/base 2025-12-04T09:52:42.8442985Z * [new branch] gh/mikaylagawarecki/388/head -> origin/gh/mikaylagawarecki/388/head 2025-12-04T09:52:42.8443077Z * [new branch] gh/mikaylagawarecki/388/orig -> origin/gh/mikaylagawarecki/388/orig 2025-12-04T09:52:42.8443170Z * [new branch] gh/mikaylagawarecki/389/base -> origin/gh/mikaylagawarecki/389/base 2025-12-04T09:52:42.8443291Z * [new branch] gh/mikaylagawarecki/389/head -> origin/gh/mikaylagawarecki/389/head 2025-12-04T09:52:42.8443382Z * [new branch] gh/mikaylagawarecki/389/orig -> origin/gh/mikaylagawarecki/389/orig 2025-12-04T09:52:42.8443475Z * [new branch] gh/mikaylagawarecki/390/base -> origin/gh/mikaylagawarecki/390/base 2025-12-04T09:52:42.8443567Z * [new branch] gh/mikaylagawarecki/390/head -> origin/gh/mikaylagawarecki/390/head 2025-12-04T09:52:42.8443660Z * [new branch] gh/mikaylagawarecki/390/orig -> origin/gh/mikaylagawarecki/390/orig 2025-12-04T09:52:42.8443753Z * [new branch] gh/mikaylagawarecki/391/base -> origin/gh/mikaylagawarecki/391/base 2025-12-04T09:52:42.8443844Z * [new branch] gh/mikaylagawarecki/391/head -> origin/gh/mikaylagawarecki/391/head 2025-12-04T09:52:42.8443936Z * [new branch] gh/mikaylagawarecki/391/orig -> origin/gh/mikaylagawarecki/391/orig 2025-12-04T09:52:42.8444029Z * [new branch] gh/mikaylagawarecki/392/base -> origin/gh/mikaylagawarecki/392/base 2025-12-04T09:52:42.8444120Z * [new branch] gh/mikaylagawarecki/392/head -> origin/gh/mikaylagawarecki/392/head 2025-12-04T09:52:42.8444213Z * [new branch] gh/mikaylagawarecki/392/orig -> origin/gh/mikaylagawarecki/392/orig 2025-12-04T09:52:42.8444287Z * [new branch] gh/mlazos/41/base -> origin/gh/mlazos/41/base 2025-12-04T09:52:42.8444361Z * [new branch] gh/mlazos/41/head -> origin/gh/mlazos/41/head 2025-12-04T09:52:42.8444437Z * [new branch] gh/mlazos/41/orig -> origin/gh/mlazos/41/orig 2025-12-04T09:52:42.8444509Z * [new branch] gh/mlazos/42/base -> origin/gh/mlazos/42/base 2025-12-04T09:52:42.8444580Z * [new branch] gh/mlazos/42/head -> origin/gh/mlazos/42/head 2025-12-04T09:52:42.8444655Z * [new branch] gh/mlazos/42/orig -> origin/gh/mlazos/42/orig 2025-12-04T09:52:42.8444727Z * [new branch] gh/mlazos/43/base -> origin/gh/mlazos/43/base 2025-12-04T09:52:42.8444798Z * [new branch] gh/mlazos/43/head -> origin/gh/mlazos/43/head 2025-12-04T09:52:42.8444871Z * [new branch] gh/mlazos/43/orig -> origin/gh/mlazos/43/orig 2025-12-04T09:52:42.8444941Z * [new branch] gh/mlazos/44/base -> origin/gh/mlazos/44/base 2025-12-04T09:52:42.8445013Z * [new branch] gh/mlazos/44/head -> origin/gh/mlazos/44/head 2025-12-04T09:52:42.8445085Z * [new branch] gh/mlazos/44/orig -> origin/gh/mlazos/44/orig 2025-12-04T09:52:42.8445156Z * [new branch] gh/mlazos/47/base -> origin/gh/mlazos/47/base 2025-12-04T09:52:42.8445231Z * [new branch] gh/mlazos/47/head -> origin/gh/mlazos/47/head 2025-12-04T09:52:42.8445305Z * [new branch] gh/mlazos/47/orig -> origin/gh/mlazos/47/orig 2025-12-04T09:52:42.8445375Z * [new branch] gh/mlazos/48/base -> origin/gh/mlazos/48/base 2025-12-04T09:52:42.8445449Z * [new branch] gh/mlazos/48/head -> origin/gh/mlazos/48/head 2025-12-04T09:52:42.8445519Z * [new branch] gh/mlazos/48/orig -> origin/gh/mlazos/48/orig 2025-12-04T09:52:42.8445591Z * [new branch] gh/mlazos/49/base -> origin/gh/mlazos/49/base 2025-12-04T09:52:42.8445698Z * [new branch] gh/mlazos/49/head -> origin/gh/mlazos/49/head 2025-12-04T09:52:42.8445769Z * [new branch] gh/mlazos/49/orig -> origin/gh/mlazos/49/orig 2025-12-04T09:52:42.8445840Z * [new branch] gh/mlazos/50/base -> origin/gh/mlazos/50/base 2025-12-04T09:52:42.8445915Z * [new branch] gh/mlazos/50/head -> origin/gh/mlazos/50/head 2025-12-04T09:52:42.8446019Z * [new branch] gh/mlazos/50/orig -> origin/gh/mlazos/50/orig 2025-12-04T09:52:42.8446091Z * [new branch] gh/mlazos/51/base -> origin/gh/mlazos/51/base 2025-12-04T09:52:42.8446164Z * [new branch] gh/mlazos/51/head -> origin/gh/mlazos/51/head 2025-12-04T09:52:42.8446234Z * [new branch] gh/mlazos/51/orig -> origin/gh/mlazos/51/orig 2025-12-04T09:52:42.8446304Z * [new branch] gh/mlazos/52/base -> origin/gh/mlazos/52/base 2025-12-04T09:52:42.8446379Z * [new branch] gh/mlazos/52/head -> origin/gh/mlazos/52/head 2025-12-04T09:52:42.8446450Z * [new branch] gh/mlazos/52/orig -> origin/gh/mlazos/52/orig 2025-12-04T09:52:42.8446524Z * [new branch] gh/mlazos/53/base -> origin/gh/mlazos/53/base 2025-12-04T09:52:42.8446596Z * [new branch] gh/mlazos/53/head -> origin/gh/mlazos/53/head 2025-12-04T09:52:42.8446667Z * [new branch] gh/mlazos/53/orig -> origin/gh/mlazos/53/orig 2025-12-04T09:52:42.8446782Z * [new branch] gh/mlazos/54/base -> origin/gh/mlazos/54/base 2025-12-04T09:52:42.8446855Z * [new branch] gh/mlazos/54/head -> origin/gh/mlazos/54/head 2025-12-04T09:52:42.8446926Z * [new branch] gh/mlazos/54/orig -> origin/gh/mlazos/54/orig 2025-12-04T09:52:42.8447001Z * [new branch] gh/mlazos/55/base -> origin/gh/mlazos/55/base 2025-12-04T09:52:42.8447075Z * [new branch] gh/mlazos/55/head -> origin/gh/mlazos/55/head 2025-12-04T09:52:42.8447146Z * [new branch] gh/mlazos/55/orig -> origin/gh/mlazos/55/orig 2025-12-04T09:52:42.8447220Z * [new branch] gh/mlazos/56/base -> origin/gh/mlazos/56/base 2025-12-04T09:52:42.8447291Z * [new branch] gh/mlazos/56/head -> origin/gh/mlazos/56/head 2025-12-04T09:52:42.8447366Z * [new branch] gh/mlazos/56/orig -> origin/gh/mlazos/56/orig 2025-12-04T09:52:42.8447440Z * [new branch] gh/mlazos/57/base -> origin/gh/mlazos/57/base 2025-12-04T09:52:42.8447510Z * [new branch] gh/mlazos/57/head -> origin/gh/mlazos/57/head 2025-12-04T09:52:42.8447580Z * [new branch] gh/mlazos/57/orig -> origin/gh/mlazos/57/orig 2025-12-04T09:52:42.8447652Z * [new branch] gh/mlazos/58/base -> origin/gh/mlazos/58/base 2025-12-04T09:52:42.8447723Z * [new branch] gh/mlazos/58/head -> origin/gh/mlazos/58/head 2025-12-04T09:52:42.8447794Z * [new branch] gh/mlazos/58/orig -> origin/gh/mlazos/58/orig 2025-12-04T09:52:42.8447866Z * [new branch] gh/mlazos/59/base -> origin/gh/mlazos/59/base 2025-12-04T09:52:42.8447940Z * [new branch] gh/mlazos/59/head -> origin/gh/mlazos/59/head 2025-12-04T09:52:42.8448011Z * [new branch] gh/mlazos/59/orig -> origin/gh/mlazos/59/orig 2025-12-04T09:52:42.8448083Z * [new branch] gh/mlazos/60/base -> origin/gh/mlazos/60/base 2025-12-04T09:52:42.8448154Z * [new branch] gh/mlazos/60/head -> origin/gh/mlazos/60/head 2025-12-04T09:52:42.8448227Z * [new branch] gh/mlazos/60/orig -> origin/gh/mlazos/60/orig 2025-12-04T09:52:42.8448297Z * [new branch] gh/mlazos/61/base -> origin/gh/mlazos/61/base 2025-12-04T09:52:42.8448419Z * [new branch] gh/mlazos/61/head -> origin/gh/mlazos/61/head 2025-12-04T09:52:42.8448492Z * [new branch] gh/mlazos/61/orig -> origin/gh/mlazos/61/orig 2025-12-04T09:52:42.8448562Z * [new branch] gh/mlazos/62/base -> origin/gh/mlazos/62/base 2025-12-04T09:52:42.8448681Z * [new branch] gh/mlazos/62/head -> origin/gh/mlazos/62/head 2025-12-04T09:52:42.8448753Z * [new branch] gh/mlazos/62/orig -> origin/gh/mlazos/62/orig 2025-12-04T09:52:42.8448823Z * [new branch] gh/mlazos/63/base -> origin/gh/mlazos/63/base 2025-12-04T09:52:42.8448895Z * [new branch] gh/mlazos/63/head -> origin/gh/mlazos/63/head 2025-12-04T09:52:42.8448967Z * [new branch] gh/mlazos/63/orig -> origin/gh/mlazos/63/orig 2025-12-04T09:52:42.8449037Z * [new branch] gh/mlazos/64/base -> origin/gh/mlazos/64/base 2025-12-04T09:52:42.8449108Z * [new branch] gh/mlazos/64/head -> origin/gh/mlazos/64/head 2025-12-04T09:52:42.8449180Z * [new branch] gh/mlazos/64/orig -> origin/gh/mlazos/64/orig 2025-12-04T09:52:42.8449250Z * [new branch] gh/mlazos/65/base -> origin/gh/mlazos/65/base 2025-12-04T09:52:42.8449321Z * [new branch] gh/mlazos/65/head -> origin/gh/mlazos/65/head 2025-12-04T09:52:42.8449394Z * [new branch] gh/mlazos/65/orig -> origin/gh/mlazos/65/orig 2025-12-04T09:52:42.8449465Z * [new branch] gh/mlazos/66/base -> origin/gh/mlazos/66/base 2025-12-04T09:52:42.8449537Z * [new branch] gh/mlazos/66/head -> origin/gh/mlazos/66/head 2025-12-04T09:52:42.8449613Z * [new branch] gh/mlazos/66/orig -> origin/gh/mlazos/66/orig 2025-12-04T09:52:42.8449686Z * [new branch] gh/mlazos/67/base -> origin/gh/mlazos/67/base 2025-12-04T09:52:42.8449758Z * [new branch] gh/mlazos/67/head -> origin/gh/mlazos/67/head 2025-12-04T09:52:42.8449827Z * [new branch] gh/mlazos/67/orig -> origin/gh/mlazos/67/orig 2025-12-04T09:52:42.8449898Z * [new branch] gh/mlazos/68/base -> origin/gh/mlazos/68/base 2025-12-04T09:52:42.8449971Z * [new branch] gh/mlazos/68/head -> origin/gh/mlazos/68/head 2025-12-04T09:52:42.8450041Z * [new branch] gh/mlazos/68/orig -> origin/gh/mlazos/68/orig 2025-12-04T09:52:42.8450112Z * [new branch] gh/mlazos/69/base -> origin/gh/mlazos/69/base 2025-12-04T09:52:42.8450185Z * [new branch] gh/mlazos/69/head -> origin/gh/mlazos/69/head 2025-12-04T09:52:42.8450256Z * [new branch] gh/mlazos/69/orig -> origin/gh/mlazos/69/orig 2025-12-04T09:52:42.8450330Z * [new branch] gh/mlazos/70/base -> origin/gh/mlazos/70/base 2025-12-04T09:52:42.8450403Z * [new branch] gh/mlazos/70/head -> origin/gh/mlazos/70/head 2025-12-04T09:52:42.8450475Z * [new branch] gh/mlazos/70/orig -> origin/gh/mlazos/70/orig 2025-12-04T09:52:42.8450545Z * [new branch] gh/mlazos/71/base -> origin/gh/mlazos/71/base 2025-12-04T09:52:42.8450619Z * [new branch] gh/mlazos/71/head -> origin/gh/mlazos/71/head 2025-12-04T09:52:42.8450689Z * [new branch] gh/mlazos/71/orig -> origin/gh/mlazos/71/orig 2025-12-04T09:52:42.8450758Z * [new branch] gh/mlazos/72/base -> origin/gh/mlazos/72/base 2025-12-04T09:52:42.8450831Z * [new branch] gh/mlazos/72/head -> origin/gh/mlazos/72/head 2025-12-04T09:52:42.8450901Z * [new branch] gh/mlazos/72/orig -> origin/gh/mlazos/72/orig 2025-12-04T09:52:42.8451000Z * [new branch] gh/mlazos/73/base -> origin/gh/mlazos/73/base 2025-12-04T09:52:42.8451073Z * [new branch] gh/mlazos/73/head -> origin/gh/mlazos/73/head 2025-12-04T09:52:42.8451143Z * [new branch] gh/mlazos/73/orig -> origin/gh/mlazos/73/orig 2025-12-04T09:52:42.8451217Z * [new branch] gh/mrmiywj/1/base -> origin/gh/mrmiywj/1/base 2025-12-04T09:52:42.8451319Z * [new branch] gh/mrmiywj/1/head -> origin/gh/mrmiywj/1/head 2025-12-04T09:52:42.8451398Z * [new branch] gh/muchulee8/73/base -> origin/gh/muchulee8/73/base 2025-12-04T09:52:42.8451477Z * [new branch] gh/muchulee8/73/head -> origin/gh/muchulee8/73/head 2025-12-04T09:52:42.8451553Z * [new branch] gh/muchulee8/73/orig -> origin/gh/muchulee8/73/orig 2025-12-04T09:52:42.8451643Z * [new branch] gh/naveenthangudu/1/base -> origin/gh/naveenthangudu/1/base 2025-12-04T09:52:42.8451733Z * [new branch] gh/naveenthangudu/1/head -> origin/gh/naveenthangudu/1/head 2025-12-04T09:52:42.8451819Z * [new branch] gh/naveenthangudu/1/orig -> origin/gh/naveenthangudu/1/orig 2025-12-04T09:52:42.8451905Z * [new branch] gh/naveenthangudu/2/base -> origin/gh/naveenthangudu/2/base 2025-12-04T09:52:42.8451992Z * [new branch] gh/naveenthangudu/2/head -> origin/gh/naveenthangudu/2/head 2025-12-04T09:52:42.8452076Z * [new branch] gh/naveenthangudu/2/orig -> origin/gh/naveenthangudu/2/orig 2025-12-04T09:52:42.8452161Z * [new branch] gh/naveenthangudu/3/base -> origin/gh/naveenthangudu/3/base 2025-12-04T09:52:42.8452250Z * [new branch] gh/naveenthangudu/3/head -> origin/gh/naveenthangudu/3/head 2025-12-04T09:52:42.8452336Z * [new branch] gh/naveenthangudu/3/orig -> origin/gh/naveenthangudu/3/orig 2025-12-04T09:52:42.8452421Z * [new branch] gh/naveenthangudu/4/base -> origin/gh/naveenthangudu/4/base 2025-12-04T09:52:42.8452509Z * [new branch] gh/naveenthangudu/4/head -> origin/gh/naveenthangudu/4/head 2025-12-04T09:52:42.8452593Z * [new branch] gh/naveenthangudu/4/orig -> origin/gh/naveenthangudu/4/orig 2025-12-04T09:52:42.8452681Z * [new branch] gh/naveenthangudu/5/base -> origin/gh/naveenthangudu/5/base 2025-12-04T09:52:42.8452765Z * [new branch] gh/naveenthangudu/5/head -> origin/gh/naveenthangudu/5/head 2025-12-04T09:52:42.8452849Z * [new branch] gh/naveenthangudu/5/orig -> origin/gh/naveenthangudu/5/orig 2025-12-04T09:52:42.8452934Z * [new branch] gh/naveenthangudu/6/base -> origin/gh/naveenthangudu/6/base 2025-12-04T09:52:42.8453019Z * [new branch] gh/naveenthangudu/6/head -> origin/gh/naveenthangudu/6/head 2025-12-04T09:52:42.8453105Z * [new branch] gh/naveenthangudu/6/orig -> origin/gh/naveenthangudu/6/orig 2025-12-04T09:52:42.8453191Z * [new branch] gh/naveenthangudu/7/base -> origin/gh/naveenthangudu/7/base 2025-12-04T09:52:42.8453274Z * [new branch] gh/naveenthangudu/7/head -> origin/gh/naveenthangudu/7/head 2025-12-04T09:52:42.8453360Z * [new branch] gh/naveenthangudu/7/orig -> origin/gh/naveenthangudu/7/orig 2025-12-04T09:52:42.8453451Z * [new branch] gh/naveenthangudu/8/base -> origin/gh/naveenthangudu/8/base 2025-12-04T09:52:42.8453540Z * [new branch] gh/naveenthangudu/8/head -> origin/gh/naveenthangudu/8/head 2025-12-04T09:52:42.8453627Z * [new branch] gh/naveenthangudu/8/orig -> origin/gh/naveenthangudu/8/orig 2025-12-04T09:52:42.8453715Z * [new branch] gh/naveenthangudu/9/base -> origin/gh/naveenthangudu/9/base 2025-12-04T09:52:42.8453799Z * [new branch] gh/naveenthangudu/9/head -> origin/gh/naveenthangudu/9/head 2025-12-04T09:52:42.8453918Z * [new branch] gh/naveenthangudu/9/orig -> origin/gh/naveenthangudu/9/orig 2025-12-04T09:52:42.8454000Z * [new branch] gh/nikitaved/1/base -> origin/gh/nikitaved/1/base 2025-12-04T09:52:42.8454077Z * [new branch] gh/nikitaved/1/head -> origin/gh/nikitaved/1/head 2025-12-04T09:52:42.8454185Z * [new branch] gh/nikitaved/1/orig -> origin/gh/nikitaved/1/orig 2025-12-04T09:52:42.8454264Z * [new branch] gh/nikitaved/10/base -> origin/gh/nikitaved/10/base 2025-12-04T09:52:42.8454341Z * [new branch] gh/nikitaved/10/head -> origin/gh/nikitaved/10/head 2025-12-04T09:52:42.8454420Z * [new branch] gh/nikitaved/10/orig -> origin/gh/nikitaved/10/orig 2025-12-04T09:52:42.8454501Z * [new branch] gh/nikitaved/11/base -> origin/gh/nikitaved/11/base 2025-12-04T09:52:42.8454577Z * [new branch] gh/nikitaved/11/head -> origin/gh/nikitaved/11/head 2025-12-04T09:52:42.8454656Z * [new branch] gh/nikitaved/11/orig -> origin/gh/nikitaved/11/orig 2025-12-04T09:52:42.8454732Z * [new branch] gh/nikitaved/12/base -> origin/gh/nikitaved/12/base 2025-12-04T09:52:42.8454808Z * [new branch] gh/nikitaved/12/head -> origin/gh/nikitaved/12/head 2025-12-04T09:52:42.8454887Z * [new branch] gh/nikitaved/12/orig -> origin/gh/nikitaved/12/orig 2025-12-04T09:52:42.8454962Z * [new branch] gh/nikitaved/13/base -> origin/gh/nikitaved/13/base 2025-12-04T09:52:42.8455038Z * [new branch] gh/nikitaved/13/head -> origin/gh/nikitaved/13/head 2025-12-04T09:52:42.8455118Z * [new branch] gh/nikitaved/13/orig -> origin/gh/nikitaved/13/orig 2025-12-04T09:52:42.8455194Z * [new branch] gh/nikitaved/14/base -> origin/gh/nikitaved/14/base 2025-12-04T09:52:42.8455270Z * [new branch] gh/nikitaved/14/head -> origin/gh/nikitaved/14/head 2025-12-04T09:52:42.8455347Z * [new branch] gh/nikitaved/14/orig -> origin/gh/nikitaved/14/orig 2025-12-04T09:52:42.8455422Z * [new branch] gh/nikitaved/15/base -> origin/gh/nikitaved/15/base 2025-12-04T09:52:42.8455499Z * [new branch] gh/nikitaved/15/head -> origin/gh/nikitaved/15/head 2025-12-04T09:52:42.8455578Z * [new branch] gh/nikitaved/15/orig -> origin/gh/nikitaved/15/orig 2025-12-04T09:52:42.8455654Z * [new branch] gh/nikitaved/16/base -> origin/gh/nikitaved/16/base 2025-12-04T09:52:42.8455731Z * [new branch] gh/nikitaved/16/head -> origin/gh/nikitaved/16/head 2025-12-04T09:52:42.8455805Z * [new branch] gh/nikitaved/16/orig -> origin/gh/nikitaved/16/orig 2025-12-04T09:52:42.8455881Z * [new branch] gh/nikitaved/2/base -> origin/gh/nikitaved/2/base 2025-12-04T09:52:42.8455960Z * [new branch] gh/nikitaved/2/head -> origin/gh/nikitaved/2/head 2025-12-04T09:52:42.8456035Z * [new branch] gh/nikitaved/2/orig -> origin/gh/nikitaved/2/orig 2025-12-04T09:52:42.8456109Z * [new branch] gh/nikitaved/4/base -> origin/gh/nikitaved/4/base 2025-12-04T09:52:42.8456189Z * [new branch] gh/nikitaved/4/head -> origin/gh/nikitaved/4/head 2025-12-04T09:52:42.8456264Z * [new branch] gh/nikitaved/4/orig -> origin/gh/nikitaved/4/orig 2025-12-04T09:52:42.8456339Z * [new branch] gh/nikitaved/5/base -> origin/gh/nikitaved/5/base 2025-12-04T09:52:42.8456418Z * [new branch] gh/nikitaved/5/head -> origin/gh/nikitaved/5/head 2025-12-04T09:52:42.8456492Z * [new branch] gh/nikitaved/5/orig -> origin/gh/nikitaved/5/orig 2025-12-04T09:52:42.8456596Z * [new branch] gh/nikitaved/6/base -> origin/gh/nikitaved/6/base 2025-12-04T09:52:42.8456673Z * [new branch] gh/nikitaved/6/head -> origin/gh/nikitaved/6/head 2025-12-04T09:52:42.8456771Z * [new branch] gh/nikitaved/6/orig -> origin/gh/nikitaved/6/orig 2025-12-04T09:52:42.8456849Z * [new branch] gh/nikitaved/8/base -> origin/gh/nikitaved/8/base 2025-12-04T09:52:42.8456967Z * [new branch] gh/nikitaved/8/head -> origin/gh/nikitaved/8/head 2025-12-04T09:52:42.8457042Z * [new branch] gh/nikitaved/8/orig -> origin/gh/nikitaved/8/orig 2025-12-04T09:52:42.8457117Z * [new branch] gh/nikitaved/9/base -> origin/gh/nikitaved/9/base 2025-12-04T09:52:42.8457198Z * [new branch] gh/nikitaved/9/head -> origin/gh/nikitaved/9/head 2025-12-04T09:52:42.8457274Z * [new branch] gh/nikitaved/9/orig -> origin/gh/nikitaved/9/orig 2025-12-04T09:52:42.8457355Z * [new branch] gh/oulgen/10/base -> origin/gh/oulgen/10/base 2025-12-04T09:52:42.8457430Z * [new branch] gh/oulgen/10/head -> origin/gh/oulgen/10/head 2025-12-04T09:52:42.8457504Z * [new branch] gh/oulgen/10/orig -> origin/gh/oulgen/10/orig 2025-12-04T09:52:42.8457585Z * [new branch] gh/oulgen/11/base -> origin/gh/oulgen/11/base 2025-12-04T09:52:42.8457658Z * [new branch] gh/oulgen/11/head -> origin/gh/oulgen/11/head 2025-12-04T09:52:42.8457730Z * [new branch] gh/oulgen/11/orig -> origin/gh/oulgen/11/orig 2025-12-04T09:52:42.8457808Z * [new branch] gh/oulgen/12/base -> origin/gh/oulgen/12/base 2025-12-04T09:52:42.8457882Z * [new branch] gh/oulgen/12/head -> origin/gh/oulgen/12/head 2025-12-04T09:52:42.8457955Z * [new branch] gh/oulgen/12/orig -> origin/gh/oulgen/12/orig 2025-12-04T09:52:42.8458033Z * [new branch] gh/oulgen/13/base -> origin/gh/oulgen/13/base 2025-12-04T09:52:42.8458107Z * [new branch] gh/oulgen/13/head -> origin/gh/oulgen/13/head 2025-12-04T09:52:42.8458179Z * [new branch] gh/oulgen/13/orig -> origin/gh/oulgen/13/orig 2025-12-04T09:52:42.8458260Z * [new branch] gh/oulgen/14/base -> origin/gh/oulgen/14/base 2025-12-04T09:52:42.8458332Z * [new branch] gh/oulgen/14/head -> origin/gh/oulgen/14/head 2025-12-04T09:52:42.8458405Z * [new branch] gh/oulgen/14/orig -> origin/gh/oulgen/14/orig 2025-12-04T09:52:42.8458481Z * [new branch] gh/oulgen/15/base -> origin/gh/oulgen/15/base 2025-12-04T09:52:42.8458556Z * [new branch] gh/oulgen/15/head -> origin/gh/oulgen/15/head 2025-12-04T09:52:42.8458629Z * [new branch] gh/oulgen/15/orig -> origin/gh/oulgen/15/orig 2025-12-04T09:52:42.8458708Z * [new branch] gh/oulgen/16/base -> origin/gh/oulgen/16/base 2025-12-04T09:52:42.8458780Z * [new branch] gh/oulgen/16/head -> origin/gh/oulgen/16/head 2025-12-04T09:52:42.8458857Z * [new branch] gh/oulgen/16/orig -> origin/gh/oulgen/16/orig 2025-12-04T09:52:42.8458931Z * [new branch] gh/oulgen/17/base -> origin/gh/oulgen/17/base 2025-12-04T09:52:42.8459005Z * [new branch] gh/oulgen/17/head -> origin/gh/oulgen/17/head 2025-12-04T09:52:42.8459081Z * [new branch] gh/oulgen/17/orig -> origin/gh/oulgen/17/orig 2025-12-04T09:52:42.8459155Z * [new branch] gh/oulgen/18/base -> origin/gh/oulgen/18/base 2025-12-04T09:52:42.8459226Z * [new branch] gh/oulgen/18/head -> origin/gh/oulgen/18/head 2025-12-04T09:52:42.8459343Z * [new branch] gh/oulgen/18/orig -> origin/gh/oulgen/18/orig 2025-12-04T09:52:42.8459417Z * [new branch] gh/oulgen/19/base -> origin/gh/oulgen/19/base 2025-12-04T09:52:42.8459490Z * [new branch] gh/oulgen/19/head -> origin/gh/oulgen/19/head 2025-12-04T09:52:42.8459565Z * [new branch] gh/oulgen/19/orig -> origin/gh/oulgen/19/orig 2025-12-04T09:52:42.8459664Z * [new branch] gh/oulgen/20/base -> origin/gh/oulgen/20/base 2025-12-04T09:52:42.8459736Z * [new branch] gh/oulgen/20/head -> origin/gh/oulgen/20/head 2025-12-04T09:52:42.8459812Z * [new branch] gh/oulgen/20/orig -> origin/gh/oulgen/20/orig 2025-12-04T09:52:42.8459885Z * [new branch] gh/oulgen/21/base -> origin/gh/oulgen/21/base 2025-12-04T09:52:42.8459958Z * [new branch] gh/oulgen/21/head -> origin/gh/oulgen/21/head 2025-12-04T09:52:42.8460036Z * [new branch] gh/oulgen/21/orig -> origin/gh/oulgen/21/orig 2025-12-04T09:52:42.8460108Z * [new branch] gh/oulgen/22/base -> origin/gh/oulgen/22/base 2025-12-04T09:52:42.8460178Z * [new branch] gh/oulgen/22/head -> origin/gh/oulgen/22/head 2025-12-04T09:52:42.8460251Z * [new branch] gh/oulgen/22/orig -> origin/gh/oulgen/22/orig 2025-12-04T09:52:42.8460322Z * [new branch] gh/oulgen/23/base -> origin/gh/oulgen/23/base 2025-12-04T09:52:42.8460396Z * [new branch] gh/oulgen/23/head -> origin/gh/oulgen/23/head 2025-12-04T09:52:42.8460470Z * [new branch] gh/oulgen/23/orig -> origin/gh/oulgen/23/orig 2025-12-04T09:52:42.8460540Z * [new branch] gh/oulgen/24/base -> origin/gh/oulgen/24/base 2025-12-04T09:52:42.8460613Z * [new branch] gh/oulgen/24/head -> origin/gh/oulgen/24/head 2025-12-04T09:52:42.8460686Z * [new branch] gh/oulgen/24/orig -> origin/gh/oulgen/24/orig 2025-12-04T09:52:42.8460756Z * [new branch] gh/oulgen/25/base -> origin/gh/oulgen/25/base 2025-12-04T09:52:42.8460828Z * [new branch] gh/oulgen/25/head -> origin/gh/oulgen/25/head 2025-12-04T09:52:42.8460901Z * [new branch] gh/oulgen/25/orig -> origin/gh/oulgen/25/orig 2025-12-04T09:52:42.8467438Z * [new branch] gh/oulgen/26/base -> origin/gh/oulgen/26/base 2025-12-04T09:52:42.8467530Z * [new branch] gh/oulgen/26/head -> origin/gh/oulgen/26/head 2025-12-04T09:52:42.8467606Z * [new branch] gh/oulgen/26/orig -> origin/gh/oulgen/26/orig 2025-12-04T09:52:42.8467688Z * [new branch] gh/oulgen/4/base -> origin/gh/oulgen/4/base 2025-12-04T09:52:42.8467764Z * [new branch] gh/oulgen/4/head -> origin/gh/oulgen/4/head 2025-12-04T09:52:42.8467840Z * [new branch] gh/oulgen/4/orig -> origin/gh/oulgen/4/orig 2025-12-04T09:52:42.8467918Z * [new branch] gh/oulgen/7/base -> origin/gh/oulgen/7/base 2025-12-04T09:52:42.8467989Z * [new branch] gh/oulgen/7/head -> origin/gh/oulgen/7/head 2025-12-04T09:52:42.8468068Z * [new branch] gh/oulgen/7/orig -> origin/gh/oulgen/7/orig 2025-12-04T09:52:42.8468139Z * [new branch] gh/oulgen/8/base -> origin/gh/oulgen/8/base 2025-12-04T09:52:42.8468211Z * [new branch] gh/oulgen/8/head -> origin/gh/oulgen/8/head 2025-12-04T09:52:42.8468290Z * [new branch] gh/oulgen/8/orig -> origin/gh/oulgen/8/orig 2025-12-04T09:52:42.8468360Z * [new branch] gh/oulgen/9/base -> origin/gh/oulgen/9/base 2025-12-04T09:52:42.8468431Z * [new branch] gh/oulgen/9/head -> origin/gh/oulgen/9/head 2025-12-04T09:52:42.8468575Z * [new branch] gh/oulgen/9/orig -> origin/gh/oulgen/9/orig 2025-12-04T09:52:42.8468686Z * [new branch] gh/patvig/mtia-serialization -> origin/gh/patvig/mtia-serialization 2025-12-04T09:52:42.8468763Z * [new branch] gh/pearu/108/base -> origin/gh/pearu/108/base 2025-12-04T09:52:42.8468896Z * [new branch] gh/pearu/108/head -> origin/gh/pearu/108/head 2025-12-04T09:52:42.8468969Z * [new branch] gh/pearu/108/orig -> origin/gh/pearu/108/orig 2025-12-04T09:52:42.8469042Z * [new branch] gh/pearu/109/base -> origin/gh/pearu/109/base 2025-12-04T09:52:42.8469116Z * [new branch] gh/pearu/109/head -> origin/gh/pearu/109/head 2025-12-04T09:52:42.8469190Z * [new branch] gh/pearu/109/orig -> origin/gh/pearu/109/orig 2025-12-04T09:52:42.8469264Z * [new branch] gh/pearu/110/base -> origin/gh/pearu/110/base 2025-12-04T09:52:42.8469342Z * [new branch] gh/pearu/110/head -> origin/gh/pearu/110/head 2025-12-04T09:52:42.8469416Z * [new branch] gh/pearu/110/orig -> origin/gh/pearu/110/orig 2025-12-04T09:52:42.8469490Z * [new branch] gh/pearu/111/base -> origin/gh/pearu/111/base 2025-12-04T09:52:42.8469566Z * [new branch] gh/pearu/111/head -> origin/gh/pearu/111/head 2025-12-04T09:52:42.8469639Z * [new branch] gh/pearu/111/orig -> origin/gh/pearu/111/orig 2025-12-04T09:52:42.8469717Z * [new branch] gh/pearu/112/base -> origin/gh/pearu/112/base 2025-12-04T09:52:42.8469791Z * [new branch] gh/pearu/112/head -> origin/gh/pearu/112/head 2025-12-04T09:52:42.8469865Z * [new branch] gh/pearu/112/orig -> origin/gh/pearu/112/orig 2025-12-04T09:52:42.8469944Z * [new branch] gh/pearu/115/base -> origin/gh/pearu/115/base 2025-12-04T09:52:42.8470016Z * [new branch] gh/pearu/115/head -> origin/gh/pearu/115/head 2025-12-04T09:52:42.8470088Z * [new branch] gh/pearu/115/orig -> origin/gh/pearu/115/orig 2025-12-04T09:52:42.8470164Z * [new branch] gh/pearu/116/base -> origin/gh/pearu/116/base 2025-12-04T09:52:42.8470239Z * [new branch] gh/pearu/116/head -> origin/gh/pearu/116/head 2025-12-04T09:52:42.8470311Z * [new branch] gh/pearu/116/orig -> origin/gh/pearu/116/orig 2025-12-04T09:52:42.8470387Z * [new branch] gh/pearu/117/base -> origin/gh/pearu/117/base 2025-12-04T09:52:42.8470459Z * [new branch] gh/pearu/117/head -> origin/gh/pearu/117/head 2025-12-04T09:52:42.8470532Z * [new branch] gh/pearu/117/orig -> origin/gh/pearu/117/orig 2025-12-04T09:52:42.8470610Z * [new branch] gh/pearu/118/base -> origin/gh/pearu/118/base 2025-12-04T09:52:42.8470683Z * [new branch] gh/pearu/118/head -> origin/gh/pearu/118/head 2025-12-04T09:52:42.8470755Z * [new branch] gh/pearu/118/orig -> origin/gh/pearu/118/orig 2025-12-04T09:52:42.8470829Z * [new branch] gh/pearu/119/base -> origin/gh/pearu/119/base 2025-12-04T09:52:42.8470903Z * [new branch] gh/pearu/119/head -> origin/gh/pearu/119/head 2025-12-04T09:52:42.8470975Z * [new branch] gh/pearu/119/orig -> origin/gh/pearu/119/orig 2025-12-04T09:52:42.8471054Z * [new branch] gh/pearu/139/base -> origin/gh/pearu/139/base 2025-12-04T09:52:42.8471126Z * [new branch] gh/pearu/139/head -> origin/gh/pearu/139/head 2025-12-04T09:52:42.8471202Z * [new branch] gh/pearu/139/orig -> origin/gh/pearu/139/orig 2025-12-04T09:52:42.8471306Z * [new branch] gh/pearu/140/base -> origin/gh/pearu/140/base 2025-12-04T09:52:42.8471379Z * [new branch] gh/pearu/140/head -> origin/gh/pearu/140/head 2025-12-04T09:52:42.8471454Z * [new branch] gh/pearu/140/orig -> origin/gh/pearu/140/orig 2025-12-04T09:52:42.8471527Z * [new branch] gh/pearu/142/base -> origin/gh/pearu/142/base 2025-12-04T09:52:42.8471627Z * [new branch] gh/pearu/142/head -> origin/gh/pearu/142/head 2025-12-04T09:52:42.8471704Z * [new branch] gh/pearu/142/orig -> origin/gh/pearu/142/orig 2025-12-04T09:52:42.8471777Z * [new branch] gh/pearu/143/base -> origin/gh/pearu/143/base 2025-12-04T09:52:42.8471849Z * [new branch] gh/pearu/143/head -> origin/gh/pearu/143/head 2025-12-04T09:52:42.8471925Z * [new branch] gh/pearu/143/orig -> origin/gh/pearu/143/orig 2025-12-04T09:52:42.8471999Z * [new branch] gh/pearu/147/base -> origin/gh/pearu/147/base 2025-12-04T09:52:42.8472073Z * [new branch] gh/pearu/147/head -> origin/gh/pearu/147/head 2025-12-04T09:52:42.8472151Z * [new branch] gh/pearu/147/orig -> origin/gh/pearu/147/orig 2025-12-04T09:52:42.8472226Z * [new branch] gh/pearu/149/base -> origin/gh/pearu/149/base 2025-12-04T09:52:42.8472299Z * [new branch] gh/pearu/149/head -> origin/gh/pearu/149/head 2025-12-04T09:52:42.8472375Z * [new branch] gh/pearu/149/orig -> origin/gh/pearu/149/orig 2025-12-04T09:52:42.8472449Z * [new branch] gh/pearu/150/base -> origin/gh/pearu/150/base 2025-12-04T09:52:42.8472524Z * [new branch] gh/pearu/150/head -> origin/gh/pearu/150/head 2025-12-04T09:52:42.8472598Z * [new branch] gh/pearu/150/orig -> origin/gh/pearu/150/orig 2025-12-04T09:52:42.8472670Z * [new branch] gh/pearu/151/base -> origin/gh/pearu/151/base 2025-12-04T09:52:42.8472742Z * [new branch] gh/pearu/151/head -> origin/gh/pearu/151/head 2025-12-04T09:52:42.8472816Z * [new branch] gh/pearu/151/orig -> origin/gh/pearu/151/orig 2025-12-04T09:52:42.8472890Z * [new branch] gh/pearu/152/base -> origin/gh/pearu/152/base 2025-12-04T09:52:42.8472967Z * [new branch] gh/pearu/152/head -> origin/gh/pearu/152/head 2025-12-04T09:52:42.8473039Z * [new branch] gh/pearu/152/orig -> origin/gh/pearu/152/orig 2025-12-04T09:52:42.8473111Z * [new branch] gh/pearu/153/base -> origin/gh/pearu/153/base 2025-12-04T09:52:42.8473187Z * [new branch] gh/pearu/153/head -> origin/gh/pearu/153/head 2025-12-04T09:52:42.8473258Z * [new branch] gh/pearu/153/orig -> origin/gh/pearu/153/orig 2025-12-04T09:52:42.8473332Z * [new branch] gh/pearu/154/base -> origin/gh/pearu/154/base 2025-12-04T09:52:42.8473410Z * [new branch] gh/pearu/154/head -> origin/gh/pearu/154/head 2025-12-04T09:52:42.8473482Z * [new branch] gh/pearu/154/orig -> origin/gh/pearu/154/orig 2025-12-04T09:52:42.8473556Z * [new branch] gh/pearu/155/base -> origin/gh/pearu/155/base 2025-12-04T09:52:42.8473635Z * [new branch] gh/pearu/155/head -> origin/gh/pearu/155/head 2025-12-04T09:52:42.8473707Z * [new branch] gh/pearu/155/orig -> origin/gh/pearu/155/orig 2025-12-04T09:52:42.8473779Z * [new branch] gh/pearu/156/base -> origin/gh/pearu/156/base 2025-12-04T09:52:42.8473854Z * [new branch] gh/pearu/156/head -> origin/gh/pearu/156/head 2025-12-04T09:52:42.8473963Z * [new branch] gh/pearu/156/orig -> origin/gh/pearu/156/orig 2025-12-04T09:52:42.8474037Z * [new branch] gh/pearu/56/base -> origin/gh/pearu/56/base 2025-12-04T09:52:42.8474111Z * [new branch] gh/pearu/56/head -> origin/gh/pearu/56/head 2025-12-04T09:52:42.8474182Z * [new branch] gh/pearu/56/orig -> origin/gh/pearu/56/orig 2025-12-04T09:52:42.8474278Z * [new branch] gh/pearu/97/base -> origin/gh/pearu/97/base 2025-12-04T09:52:42.8474352Z * [new branch] gh/pearu/97/head -> origin/gh/pearu/97/head 2025-12-04T09:52:42.8474424Z * [new branch] gh/pearu/97/orig -> origin/gh/pearu/97/orig 2025-12-04T09:52:42.8474512Z * [new branch] gh/pianpwk/21/base -> origin/gh/pianpwk/21/base 2025-12-04T09:52:42.8474592Z * [new branch] gh/pianpwk/21/head -> origin/gh/pianpwk/21/head 2025-12-04T09:52:42.8474669Z * [new branch] gh/pianpwk/28/base -> origin/gh/pianpwk/28/base 2025-12-04T09:52:42.8474750Z * [new branch] gh/pianpwk/28/head -> origin/gh/pianpwk/28/head 2025-12-04T09:52:42.8474825Z * [new branch] gh/pianpwk/28/orig -> origin/gh/pianpwk/28/orig 2025-12-04T09:52:42.8474900Z * [new branch] gh/pianpwk/29/base -> origin/gh/pianpwk/29/base 2025-12-04T09:52:42.8474981Z * [new branch] gh/pianpwk/29/head -> origin/gh/pianpwk/29/head 2025-12-04T09:52:42.8475055Z * [new branch] gh/pianpwk/29/orig -> origin/gh/pianpwk/29/orig 2025-12-04T09:52:42.8475128Z * [new branch] gh/pianpwk/30/base -> origin/gh/pianpwk/30/base 2025-12-04T09:52:42.8475207Z * [new branch] gh/pianpwk/30/head -> origin/gh/pianpwk/30/head 2025-12-04T09:52:42.8475284Z * [new branch] gh/pianpwk/30/orig -> origin/gh/pianpwk/30/orig 2025-12-04T09:52:42.8475361Z * [new branch] gh/pianpwk/31/base -> origin/gh/pianpwk/31/base 2025-12-04T09:52:42.8475441Z * [new branch] gh/pianpwk/31/head -> origin/gh/pianpwk/31/head 2025-12-04T09:52:42.8475517Z * [new branch] gh/pianpwk/31/orig -> origin/gh/pianpwk/31/orig 2025-12-04T09:52:42.8475594Z * [new branch] gh/pianpwk/32/base -> origin/gh/pianpwk/32/base 2025-12-04T09:52:42.8475673Z * [new branch] gh/pianpwk/32/head -> origin/gh/pianpwk/32/head 2025-12-04T09:52:42.8475747Z * [new branch] gh/pianpwk/32/orig -> origin/gh/pianpwk/32/orig 2025-12-04T09:52:42.8475821Z * [new branch] gh/pianpwk/33/base -> origin/gh/pianpwk/33/base 2025-12-04T09:52:42.8475897Z * [new branch] gh/pianpwk/33/head -> origin/gh/pianpwk/33/head 2025-12-04T09:52:42.8475970Z * [new branch] gh/pianpwk/33/orig -> origin/gh/pianpwk/33/orig 2025-12-04T09:52:42.8476049Z * [new branch] gh/pianpwk/34/base -> origin/gh/pianpwk/34/base 2025-12-04T09:52:42.8476122Z * [new branch] gh/pianpwk/34/head -> origin/gh/pianpwk/34/head 2025-12-04T09:52:42.8476198Z * [new branch] gh/pianpwk/34/orig -> origin/gh/pianpwk/34/orig 2025-12-04T09:52:42.8476276Z * [new branch] gh/pianpwk/35/base -> origin/gh/pianpwk/35/base 2025-12-04T09:52:42.8476350Z * [new branch] gh/pianpwk/35/head -> origin/gh/pianpwk/35/head 2025-12-04T09:52:42.8476424Z * [new branch] gh/pianpwk/35/orig -> origin/gh/pianpwk/35/orig 2025-12-04T09:52:42.8476499Z * [new branch] gh/rec/141/base -> origin/gh/rec/141/base 2025-12-04T09:52:42.8476571Z * [new branch] gh/rec/141/head -> origin/gh/rec/141/head 2025-12-04T09:52:42.8476640Z * [new branch] gh/rec/153/base -> origin/gh/rec/153/base 2025-12-04T09:52:42.8476792Z * [new branch] gh/rec/153/head -> origin/gh/rec/153/head 2025-12-04T09:52:42.8476865Z * [new branch] gh/rec/153/orig -> origin/gh/rec/153/orig 2025-12-04T09:52:42.8476933Z * [new branch] gh/rec/154/base -> origin/gh/rec/154/base 2025-12-04T09:52:42.8477051Z * [new branch] gh/rec/154/head -> origin/gh/rec/154/head 2025-12-04T09:52:42.8477119Z * [new branch] gh/rec/154/orig -> origin/gh/rec/154/orig 2025-12-04T09:52:42.8477186Z * [new branch] gh/rec/164/base -> origin/gh/rec/164/base 2025-12-04T09:52:42.8477257Z * [new branch] gh/rec/164/head -> origin/gh/rec/164/head 2025-12-04T09:52:42.8477326Z * [new branch] gh/rec/164/orig -> origin/gh/rec/164/orig 2025-12-04T09:52:42.8477396Z * [new branch] gh/rec/166/base -> origin/gh/rec/166/base 2025-12-04T09:52:42.8477472Z * [new branch] gh/rec/166/head -> origin/gh/rec/166/head 2025-12-04T09:52:42.8477540Z * [new branch] gh/rec/166/orig -> origin/gh/rec/166/orig 2025-12-04T09:52:42.8477610Z * [new branch] gh/rec/167/base -> origin/gh/rec/167/base 2025-12-04T09:52:42.8477680Z * [new branch] gh/rec/167/head -> origin/gh/rec/167/head 2025-12-04T09:52:42.8477749Z * [new branch] gh/rec/167/orig -> origin/gh/rec/167/orig 2025-12-04T09:52:42.8477817Z * [new branch] gh/rec/168/base -> origin/gh/rec/168/base 2025-12-04T09:52:42.8477885Z * [new branch] gh/rec/168/head -> origin/gh/rec/168/head 2025-12-04T09:52:42.8477955Z * [new branch] gh/rec/168/orig -> origin/gh/rec/168/orig 2025-12-04T09:52:42.8478023Z * [new branch] gh/rec/169/base -> origin/gh/rec/169/base 2025-12-04T09:52:42.8478093Z * [new branch] gh/rec/169/head -> origin/gh/rec/169/head 2025-12-04T09:52:42.8478164Z * [new branch] gh/rec/169/orig -> origin/gh/rec/169/orig 2025-12-04T09:52:42.8478231Z * [new branch] gh/rec/170/base -> origin/gh/rec/170/base 2025-12-04T09:52:42.8478301Z * [new branch] gh/rec/170/head -> origin/gh/rec/170/head 2025-12-04T09:52:42.8478371Z * [new branch] gh/rec/170/orig -> origin/gh/rec/170/orig 2025-12-04T09:52:42.8478439Z * [new branch] gh/rec/171/base -> origin/gh/rec/171/base 2025-12-04T09:52:42.8478511Z * [new branch] gh/rec/171/head -> origin/gh/rec/171/head 2025-12-04T09:52:42.8478578Z * [new branch] gh/rec/171/orig -> origin/gh/rec/171/orig 2025-12-04T09:52:42.8478648Z * [new branch] gh/rec/172/base -> origin/gh/rec/172/base 2025-12-04T09:52:42.8478719Z * [new branch] gh/rec/172/head -> origin/gh/rec/172/head 2025-12-04T09:52:42.8478789Z * [new branch] gh/rec/172/orig -> origin/gh/rec/172/orig 2025-12-04T09:52:42.8478856Z * [new branch] gh/rec/173/base -> origin/gh/rec/173/base 2025-12-04T09:52:42.8478928Z * [new branch] gh/rec/173/head -> origin/gh/rec/173/head 2025-12-04T09:52:42.8478996Z * [new branch] gh/rec/173/orig -> origin/gh/rec/173/orig 2025-12-04T09:52:42.8479064Z * [new branch] gh/rec/174/base -> origin/gh/rec/174/base 2025-12-04T09:52:42.8479134Z * [new branch] gh/rec/174/head -> origin/gh/rec/174/head 2025-12-04T09:52:42.8479201Z * [new branch] gh/rec/174/orig -> origin/gh/rec/174/orig 2025-12-04T09:52:42.8479295Z * [new branch] gh/rec/175/base -> origin/gh/rec/175/base 2025-12-04T09:52:42.8479366Z * [new branch] gh/rec/175/head -> origin/gh/rec/175/head 2025-12-04T09:52:42.8479434Z * [new branch] gh/rec/175/orig -> origin/gh/rec/175/orig 2025-12-04T09:52:42.8479502Z * [new branch] gh/rec/176/base -> origin/gh/rec/176/base 2025-12-04T09:52:42.8479607Z * [new branch] gh/rec/176/head -> origin/gh/rec/176/head 2025-12-04T09:52:42.8479673Z * [new branch] gh/rec/176/orig -> origin/gh/rec/176/orig 2025-12-04T09:52:42.8479740Z * [new branch] gh/rec/177/base -> origin/gh/rec/177/base 2025-12-04T09:52:42.8479809Z * [new branch] gh/rec/177/head -> origin/gh/rec/177/head 2025-12-04T09:52:42.8479877Z * [new branch] gh/rec/177/orig -> origin/gh/rec/177/orig 2025-12-04T09:52:42.8479975Z * [new branch] gh/robert-hardwick/3/base -> origin/gh/robert-hardwick/3/base 2025-12-04T09:52:42.8480068Z * [new branch] gh/robert-hardwick/3/head -> origin/gh/robert-hardwick/3/head 2025-12-04T09:52:42.8480156Z * [new branch] gh/robert-hardwick/3/orig -> origin/gh/robert-hardwick/3/orig 2025-12-04T09:52:42.8480246Z * [new branch] gh/robert-hardwick/4/base -> origin/gh/robert-hardwick/4/base 2025-12-04T09:52:42.8480334Z * [new branch] gh/robert-hardwick/4/head -> origin/gh/robert-hardwick/4/head 2025-12-04T09:52:42.8480420Z * [new branch] gh/robert-hardwick/4/orig -> origin/gh/robert-hardwick/4/orig 2025-12-04T09:52:42.8480509Z * [new branch] gh/robert-hardwick/5/base -> origin/gh/robert-hardwick/5/base 2025-12-04T09:52:42.8480594Z * [new branch] gh/robert-hardwick/5/head -> origin/gh/robert-hardwick/5/head 2025-12-04T09:52:42.8480680Z * [new branch] gh/robert-hardwick/5/orig -> origin/gh/robert-hardwick/5/orig 2025-12-04T09:52:42.8480770Z * [new branch] gh/robert-hardwick/6/base -> origin/gh/robert-hardwick/6/base 2025-12-04T09:52:42.8480856Z * [new branch] gh/robert-hardwick/6/head -> origin/gh/robert-hardwick/6/head 2025-12-04T09:52:42.8480942Z * [new branch] gh/robert-hardwick/6/orig -> origin/gh/robert-hardwick/6/orig 2025-12-04T09:52:42.8481031Z * [new branch] gh/robert-hardwick/7/base -> origin/gh/robert-hardwick/7/base 2025-12-04T09:52:42.8481117Z * [new branch] gh/robert-hardwick/7/head -> origin/gh/robert-hardwick/7/head 2025-12-04T09:52:42.8481204Z * [new branch] gh/robert-hardwick/7/orig -> origin/gh/robert-hardwick/7/orig 2025-12-04T09:52:42.8481292Z * [new branch] gh/robert-hardwick/8/base -> origin/gh/robert-hardwick/8/base 2025-12-04T09:52:42.8481376Z * [new branch] gh/robert-hardwick/8/head -> origin/gh/robert-hardwick/8/head 2025-12-04T09:52:42.8481463Z * [new branch] gh/robert-hardwick/8/orig -> origin/gh/robert-hardwick/8/orig 2025-12-04T09:52:42.8481549Z * [new branch] gh/robert-hardwick/9/base -> origin/gh/robert-hardwick/9/base 2025-12-04T09:52:42.8481634Z * [new branch] gh/robert-hardwick/9/head -> origin/gh/robert-hardwick/9/head 2025-12-04T09:52:42.8481727Z * [new branch] gh/robert-hardwick/9/orig -> origin/gh/robert-hardwick/9/orig 2025-12-04T09:52:42.8481803Z * [new branch] gh/rtimpe/1/base -> origin/gh/rtimpe/1/base 2025-12-04T09:52:42.8481876Z * [new branch] gh/rtimpe/1/head -> origin/gh/rtimpe/1/head 2025-12-04T09:52:42.8481951Z * [new branch] gh/rtimpe/2/base -> origin/gh/rtimpe/2/base 2025-12-04T09:52:42.8482023Z * [new branch] gh/rtimpe/2/head -> origin/gh/rtimpe/2/head 2025-12-04T09:52:42.8482097Z * [new branch] gh/rtimpe/22/base -> origin/gh/rtimpe/22/base 2025-12-04T09:52:42.8482202Z * [new branch] gh/rtimpe/22/head -> origin/gh/rtimpe/22/head 2025-12-04T09:52:42.8482275Z * [new branch] gh/rtimpe/22/orig -> origin/gh/rtimpe/22/orig 2025-12-04T09:52:42.8482347Z * [new branch] gh/rtimpe/23/base -> origin/gh/rtimpe/23/base 2025-12-04T09:52:42.8482455Z * [new branch] gh/rtimpe/23/head -> origin/gh/rtimpe/23/head 2025-12-04T09:52:42.8482528Z * [new branch] gh/rtimpe/23/orig -> origin/gh/rtimpe/23/orig 2025-12-04T09:52:42.8482601Z * [new branch] gh/rtimpe/24/base -> origin/gh/rtimpe/24/base 2025-12-04T09:52:42.8482677Z * [new branch] gh/rtimpe/24/head -> origin/gh/rtimpe/24/head 2025-12-04T09:52:42.8482750Z * [new branch] gh/rtimpe/24/orig -> origin/gh/rtimpe/24/orig 2025-12-04T09:52:42.8482825Z * [new branch] gh/rtimpe/25/base -> origin/gh/rtimpe/25/base 2025-12-04T09:52:42.8482902Z * [new branch] gh/rtimpe/25/head -> origin/gh/rtimpe/25/head 2025-12-04T09:52:42.8482973Z * [new branch] gh/rtimpe/25/orig -> origin/gh/rtimpe/25/orig 2025-12-04T09:52:42.8483046Z * [new branch] gh/rtimpe/26/base -> origin/gh/rtimpe/26/base 2025-12-04T09:52:42.8483121Z * [new branch] gh/rtimpe/26/head -> origin/gh/rtimpe/26/head 2025-12-04T09:52:42.8483192Z * [new branch] gh/rtimpe/26/orig -> origin/gh/rtimpe/26/orig 2025-12-04T09:52:42.8483266Z * [new branch] gh/rtimpe/27/base -> origin/gh/rtimpe/27/base 2025-12-04T09:52:42.8483338Z * [new branch] gh/rtimpe/27/head -> origin/gh/rtimpe/27/head 2025-12-04T09:52:42.8483410Z * [new branch] gh/rtimpe/27/orig -> origin/gh/rtimpe/27/orig 2025-12-04T09:52:42.8483486Z * [new branch] gh/rtimpe/28/base -> origin/gh/rtimpe/28/base 2025-12-04T09:52:42.8483558Z * [new branch] gh/rtimpe/28/head -> origin/gh/rtimpe/28/head 2025-12-04T09:52:42.8483628Z * [new branch] gh/rtimpe/28/orig -> origin/gh/rtimpe/28/orig 2025-12-04T09:52:42.8483701Z * [new branch] gh/rtimpe/29/base -> origin/gh/rtimpe/29/base 2025-12-04T09:52:42.8483775Z * [new branch] gh/rtimpe/29/head -> origin/gh/rtimpe/29/head 2025-12-04T09:52:42.8483847Z * [new branch] gh/rtimpe/29/orig -> origin/gh/rtimpe/29/orig 2025-12-04T09:52:42.8483920Z * [new branch] gh/rtimpe/3/base -> origin/gh/rtimpe/3/base 2025-12-04T09:52:42.8483992Z * [new branch] gh/rtimpe/3/head -> origin/gh/rtimpe/3/head 2025-12-04T09:52:42.8484063Z * [new branch] gh/rtimpe/30/base -> origin/gh/rtimpe/30/base 2025-12-04T09:52:42.8484138Z * [new branch] gh/rtimpe/30/head -> origin/gh/rtimpe/30/head 2025-12-04T09:52:42.8484210Z * [new branch] gh/rtimpe/30/orig -> origin/gh/rtimpe/30/orig 2025-12-04T09:52:42.8484282Z * [new branch] gh/rtimpe/31/base -> origin/gh/rtimpe/31/base 2025-12-04T09:52:42.8484358Z * [new branch] gh/rtimpe/31/head -> origin/gh/rtimpe/31/head 2025-12-04T09:52:42.8484431Z * [new branch] gh/rtimpe/31/orig -> origin/gh/rtimpe/31/orig 2025-12-04T09:52:42.8484503Z * [new branch] gh/rtimpe/32/base -> origin/gh/rtimpe/32/base 2025-12-04T09:52:42.8484578Z * [new branch] gh/rtimpe/32/head -> origin/gh/rtimpe/32/head 2025-12-04T09:52:42.8484649Z * [new branch] gh/rtimpe/32/orig -> origin/gh/rtimpe/32/orig 2025-12-04T09:52:42.8484722Z * [new branch] gh/rtimpe/33/base -> origin/gh/rtimpe/33/base 2025-12-04T09:52:42.8484822Z * [new branch] gh/rtimpe/33/head -> origin/gh/rtimpe/33/head 2025-12-04T09:52:42.8484894Z * [new branch] gh/rtimpe/33/orig -> origin/gh/rtimpe/33/orig 2025-12-04T09:52:42.8484969Z * [new branch] gh/rtimpe/34/base -> origin/gh/rtimpe/34/base 2025-12-04T09:52:42.8485064Z * [new branch] gh/rtimpe/34/head -> origin/gh/rtimpe/34/head 2025-12-04T09:52:42.8485136Z * [new branch] gh/rtimpe/34/orig -> origin/gh/rtimpe/34/orig 2025-12-04T09:52:42.8485209Z * [new branch] gh/rtimpe/35/base -> origin/gh/rtimpe/35/base 2025-12-04T09:52:42.8485281Z * [new branch] gh/rtimpe/35/head -> origin/gh/rtimpe/35/head 2025-12-04T09:52:42.8485352Z * [new branch] gh/rtimpe/35/orig -> origin/gh/rtimpe/35/orig 2025-12-04T09:52:42.8485426Z * [new branch] gh/rtimpe/4/base -> origin/gh/rtimpe/4/base 2025-12-04T09:52:42.8485499Z * [new branch] gh/rtimpe/4/head -> origin/gh/rtimpe/4/head 2025-12-04T09:52:42.8485586Z * [new branch] gh/ruisizhang123/1/base -> origin/gh/ruisizhang123/1/base 2025-12-04T09:52:42.8485674Z * [new branch] gh/ruisizhang123/1/head -> origin/gh/ruisizhang123/1/head 2025-12-04T09:52:42.8485759Z * [new branch] gh/ruisizhang123/1/orig -> origin/gh/ruisizhang123/1/orig 2025-12-04T09:52:42.8485840Z * [new branch] gh/ruisizhang123/4/base -> origin/gh/ruisizhang123/4/base 2025-12-04T09:52:42.8485924Z * [new branch] gh/ruisizhang123/4/head -> origin/gh/ruisizhang123/4/head 2025-12-04T09:52:42.8486007Z * [new branch] gh/ruisizhang123/4/orig -> origin/gh/ruisizhang123/4/orig 2025-12-04T09:52:42.8486089Z * [new branch] gh/ruisizhang123/5/base -> origin/gh/ruisizhang123/5/base 2025-12-04T09:52:42.8486175Z * [new branch] gh/ruisizhang123/5/head -> origin/gh/ruisizhang123/5/head 2025-12-04T09:52:42.8486257Z * [new branch] gh/ruisizhang123/5/orig -> origin/gh/ruisizhang123/5/orig 2025-12-04T09:52:42.8486341Z * [new branch] gh/ruisizhang123/6/base -> origin/gh/ruisizhang123/6/base 2025-12-04T09:52:42.8486424Z * [new branch] gh/ruisizhang123/6/head -> origin/gh/ruisizhang123/6/head 2025-12-04T09:52:42.8486507Z * [new branch] gh/ruisizhang123/6/orig -> origin/gh/ruisizhang123/6/orig 2025-12-04T09:52:42.8486592Z * [new branch] gh/ruisizhang123/7/base -> origin/gh/ruisizhang123/7/base 2025-12-04T09:52:42.8486674Z * [new branch] gh/ruisizhang123/7/head -> origin/gh/ruisizhang123/7/head 2025-12-04T09:52:42.8486789Z * [new branch] gh/ruisizhang123/7/orig -> origin/gh/ruisizhang123/7/orig 2025-12-04T09:52:42.8486875Z * [new branch] gh/ruisizhang123/8/base -> origin/gh/ruisizhang123/8/base 2025-12-04T09:52:42.8486958Z * [new branch] gh/ruisizhang123/8/head -> origin/gh/ruisizhang123/8/head 2025-12-04T09:52:42.8487039Z * [new branch] gh/ruisizhang123/8/orig -> origin/gh/ruisizhang123/8/orig 2025-12-04T09:52:42.8487124Z * [new branch] gh/ruisizhang123/9/base -> origin/gh/ruisizhang123/9/base 2025-12-04T09:52:42.8487208Z * [new branch] gh/ruisizhang123/9/head -> origin/gh/ruisizhang123/9/head 2025-12-04T09:52:42.8487289Z * [new branch] gh/ruisizhang123/9/orig -> origin/gh/ruisizhang123/9/orig 2025-12-04T09:52:42.8487376Z * [new branch] gh/seemethere/52/base -> origin/gh/seemethere/52/base 2025-12-04T09:52:42.8487457Z * [new branch] gh/seemethere/52/head -> origin/gh/seemethere/52/head 2025-12-04T09:52:42.8487536Z * [new branch] gh/seemethere/52/orig -> origin/gh/seemethere/52/orig 2025-12-04T09:52:42.8487656Z * [new branch] gh/seemethere/53/base -> origin/gh/seemethere/53/base 2025-12-04T09:52:42.8487737Z * [new branch] gh/seemethere/53/head -> origin/gh/seemethere/53/head 2025-12-04T09:52:42.8487815Z * [new branch] gh/seemethere/53/orig -> origin/gh/seemethere/53/orig 2025-12-04T09:52:42.8487934Z * [new branch] gh/seemethere/54/base -> origin/gh/seemethere/54/base 2025-12-04T09:52:42.8488013Z * [new branch] gh/seemethere/54/head -> origin/gh/seemethere/54/head 2025-12-04T09:52:42.8488092Z * [new branch] gh/seemethere/54/orig -> origin/gh/seemethere/54/orig 2025-12-04T09:52:42.8488169Z * [new branch] gh/seemethere/55/base -> origin/gh/seemethere/55/base 2025-12-04T09:52:42.8488247Z * [new branch] gh/seemethere/55/head -> origin/gh/seemethere/55/head 2025-12-04T09:52:42.8488329Z * [new branch] gh/seemethere/55/orig -> origin/gh/seemethere/55/orig 2025-12-04T09:52:42.8488407Z * [new branch] gh/seemethere/59/base -> origin/gh/seemethere/59/base 2025-12-04T09:52:42.8488485Z * [new branch] gh/seemethere/59/head -> origin/gh/seemethere/59/head 2025-12-04T09:52:42.8488565Z * [new branch] gh/seemethere/59/orig -> origin/gh/seemethere/59/orig 2025-12-04T09:52:42.8488644Z * [new branch] gh/seemethere/62/base -> origin/gh/seemethere/62/base 2025-12-04T09:52:42.8488723Z * [new branch] gh/seemethere/62/head -> origin/gh/seemethere/62/head 2025-12-04T09:52:42.8488805Z * [new branch] gh/seemethere/62/orig -> origin/gh/seemethere/62/orig 2025-12-04T09:52:42.8488881Z * [new branch] gh/seemethere/63/base -> origin/gh/seemethere/63/base 2025-12-04T09:52:42.8488959Z * [new branch] gh/seemethere/63/head -> origin/gh/seemethere/63/head 2025-12-04T09:52:42.8489041Z * [new branch] gh/seemethere/63/orig -> origin/gh/seemethere/63/orig 2025-12-04T09:52:42.8489119Z * [new branch] gh/seemethere/71/base -> origin/gh/seemethere/71/base 2025-12-04T09:52:42.8489196Z * [new branch] gh/seemethere/71/head -> origin/gh/seemethere/71/head 2025-12-04T09:52:42.8489277Z * [new branch] gh/seemethere/71/orig -> origin/gh/seemethere/71/orig 2025-12-04T09:52:42.8489353Z * [new branch] gh/seemethere/72/base -> origin/gh/seemethere/72/base 2025-12-04T09:52:42.8489430Z * [new branch] gh/seemethere/72/head -> origin/gh/seemethere/72/head 2025-12-04T09:52:42.8489505Z * [new branch] gh/seemethere/72/orig -> origin/gh/seemethere/72/orig 2025-12-04T09:52:42.8489581Z * [new branch] gh/seemethere/73/base -> origin/gh/seemethere/73/base 2025-12-04T09:52:42.8489659Z * [new branch] gh/seemethere/73/head -> origin/gh/seemethere/73/head 2025-12-04T09:52:42.8489737Z * [new branch] gh/seemethere/73/orig -> origin/gh/seemethere/73/orig 2025-12-04T09:52:42.8489815Z * [new branch] gh/seemethere/74/base -> origin/gh/seemethere/74/base 2025-12-04T09:52:42.8489896Z * [new branch] gh/seemethere/74/head -> origin/gh/seemethere/74/head 2025-12-04T09:52:42.8489975Z * [new branch] gh/seemethere/74/orig -> origin/gh/seemethere/74/orig 2025-12-04T09:52:42.8490053Z * [new branch] gh/seemethere/75/base -> origin/gh/seemethere/75/base 2025-12-04T09:52:42.8490132Z * [new branch] gh/seemethere/75/head -> origin/gh/seemethere/75/head 2025-12-04T09:52:42.8490210Z * [new branch] gh/seemethere/75/orig -> origin/gh/seemethere/75/orig 2025-12-04T09:52:42.8490287Z * [new branch] gh/seemethere/76/base -> origin/gh/seemethere/76/base 2025-12-04T09:52:42.8490403Z * [new branch] gh/seemethere/76/head -> origin/gh/seemethere/76/head 2025-12-04T09:52:42.8490481Z * [new branch] gh/seemethere/76/orig -> origin/gh/seemethere/76/orig 2025-12-04T09:52:42.8490565Z * [new branch] gh/shunting314/145/base -> origin/gh/shunting314/145/base 2025-12-04T09:52:42.8490650Z * [new branch] gh/shunting314/145/head -> origin/gh/shunting314/145/head 2025-12-04T09:52:42.8490764Z * [new branch] gh/shunting314/145/orig -> origin/gh/shunting314/145/orig 2025-12-04T09:52:42.8490846Z * [new branch] gh/shunting314/176/base -> origin/gh/shunting314/176/base 2025-12-04T09:52:42.8490929Z * [new branch] gh/shunting314/176/head -> origin/gh/shunting314/176/head 2025-12-04T09:52:42.8491010Z * [new branch] gh/shunting314/176/orig -> origin/gh/shunting314/176/orig 2025-12-04T09:52:42.8491093Z * [new branch] gh/shunting314/249/base -> origin/gh/shunting314/249/base 2025-12-04T09:52:42.8491175Z * [new branch] gh/shunting314/249/head -> origin/gh/shunting314/249/head 2025-12-04T09:52:42.8491253Z * [new branch] gh/shunting314/249/orig -> origin/gh/shunting314/249/orig 2025-12-04T09:52:42.8491335Z * [new branch] gh/shunting314/253/base -> origin/gh/shunting314/253/base 2025-12-04T09:52:42.8491416Z * [new branch] gh/shunting314/253/head -> origin/gh/shunting314/253/head 2025-12-04T09:52:42.8491496Z * [new branch] gh/shunting314/253/orig -> origin/gh/shunting314/253/orig 2025-12-04T09:52:42.8491581Z * [new branch] gh/shunting314/256/base -> origin/gh/shunting314/256/base 2025-12-04T09:52:42.8491661Z * [new branch] gh/shunting314/256/head -> origin/gh/shunting314/256/head 2025-12-04T09:52:42.8491741Z * [new branch] gh/shunting314/256/orig -> origin/gh/shunting314/256/orig 2025-12-04T09:52:42.8491825Z * [new branch] gh/shunting314/257/base -> origin/gh/shunting314/257/base 2025-12-04T09:52:42.8491905Z * [new branch] gh/shunting314/257/head -> origin/gh/shunting314/257/head 2025-12-04T09:52:42.8491985Z * [new branch] gh/shunting314/257/orig -> origin/gh/shunting314/257/orig 2025-12-04T09:52:42.8492070Z * [new branch] gh/shunting314/258/base -> origin/gh/shunting314/258/base 2025-12-04T09:52:42.8492150Z * [new branch] gh/shunting314/258/head -> origin/gh/shunting314/258/head 2025-12-04T09:52:42.8492230Z * [new branch] gh/shunting314/258/orig -> origin/gh/shunting314/258/orig 2025-12-04T09:52:42.8492312Z * [new branch] gh/shunting314/259/base -> origin/gh/shunting314/259/base 2025-12-04T09:52:42.8492393Z * [new branch] gh/shunting314/259/head -> origin/gh/shunting314/259/head 2025-12-04T09:52:42.8492476Z * [new branch] gh/shunting314/259/orig -> origin/gh/shunting314/259/orig 2025-12-04T09:52:42.8492556Z * [new branch] gh/shunting314/260/base -> origin/gh/shunting314/260/base 2025-12-04T09:52:42.8492634Z * [new branch] gh/shunting314/260/head -> origin/gh/shunting314/260/head 2025-12-04T09:52:42.8492714Z * [new branch] gh/shunting314/260/orig -> origin/gh/shunting314/260/orig 2025-12-04T09:52:42.8492795Z * [new branch] gh/shunting314/261/base -> origin/gh/shunting314/261/base 2025-12-04T09:52:42.8492874Z * [new branch] gh/shunting314/261/head -> origin/gh/shunting314/261/head 2025-12-04T09:52:42.8492954Z * [new branch] gh/shunting314/261/orig -> origin/gh/shunting314/261/orig 2025-12-04T09:52:42.8493033Z * [new branch] gh/shunting314/262/base -> origin/gh/shunting314/262/base 2025-12-04T09:52:42.8493112Z * [new branch] gh/shunting314/262/head -> origin/gh/shunting314/262/head 2025-12-04T09:52:42.8493223Z * [new branch] gh/shunting314/262/orig -> origin/gh/shunting314/262/orig 2025-12-04T09:52:42.8493303Z * [new branch] gh/shunting314/263/base -> origin/gh/shunting314/263/base 2025-12-04T09:52:42.8493382Z * [new branch] gh/shunting314/263/head -> origin/gh/shunting314/263/head 2025-12-04T09:52:42.8493490Z * [new branch] gh/shunting314/263/orig -> origin/gh/shunting314/263/orig 2025-12-04T09:52:42.8493570Z * [new branch] gh/shunting314/264/base -> origin/gh/shunting314/264/base 2025-12-04T09:52:42.8493649Z * [new branch] gh/shunting314/264/head -> origin/gh/shunting314/264/head 2025-12-04T09:52:42.8493729Z * [new branch] gh/shunting314/264/orig -> origin/gh/shunting314/264/orig 2025-12-04T09:52:42.8493809Z * [new branch] gh/shunting314/265/base -> origin/gh/shunting314/265/base 2025-12-04T09:52:42.8493889Z * [new branch] gh/shunting314/265/head -> origin/gh/shunting314/265/head 2025-12-04T09:52:42.8493971Z * [new branch] gh/shunting314/265/orig -> origin/gh/shunting314/265/orig 2025-12-04T09:52:42.8494051Z * [new branch] gh/shunting314/266/base -> origin/gh/shunting314/266/base 2025-12-04T09:52:42.8494134Z * [new branch] gh/shunting314/266/head -> origin/gh/shunting314/266/head 2025-12-04T09:52:42.8494213Z * [new branch] gh/shunting314/266/orig -> origin/gh/shunting314/266/orig 2025-12-04T09:52:42.8494292Z * [new branch] gh/shunting314/267/base -> origin/gh/shunting314/267/base 2025-12-04T09:52:42.8494372Z * [new branch] gh/shunting314/267/head -> origin/gh/shunting314/267/head 2025-12-04T09:52:42.8494450Z * [new branch] gh/shunting314/267/orig -> origin/gh/shunting314/267/orig 2025-12-04T09:52:42.8494531Z * [new branch] gh/shunting314/268/base -> origin/gh/shunting314/268/base 2025-12-04T09:52:42.8494610Z * [new branch] gh/shunting314/268/head -> origin/gh/shunting314/268/head 2025-12-04T09:52:42.8494689Z * [new branch] gh/shunting314/268/orig -> origin/gh/shunting314/268/orig 2025-12-04T09:52:42.8494768Z * [new branch] gh/shunting314/269/base -> origin/gh/shunting314/269/base 2025-12-04T09:52:42.8494850Z * [new branch] gh/shunting314/269/head -> origin/gh/shunting314/269/head 2025-12-04T09:52:42.8494928Z * [new branch] gh/shunting314/269/orig -> origin/gh/shunting314/269/orig 2025-12-04T09:52:42.8495006Z * [new branch] gh/silverguo/1/base -> origin/gh/silverguo/1/base 2025-12-04T09:52:42.8495085Z * [new branch] gh/silverguo/1/head -> origin/gh/silverguo/1/head 2025-12-04T09:52:42.8495161Z * [new branch] gh/silverguo/2/base -> origin/gh/silverguo/2/base 2025-12-04T09:52:42.8495238Z * [new branch] gh/silverguo/2/head -> origin/gh/silverguo/2/head 2025-12-04T09:52:42.8495315Z * [new branch] gh/silverguo/3/base -> origin/gh/silverguo/3/base 2025-12-04T09:52:42.8495389Z * [new branch] gh/silverguo/3/head -> origin/gh/silverguo/3/head 2025-12-04T09:52:42.8495465Z * [new branch] gh/silverguo/4/base -> origin/gh/silverguo/4/base 2025-12-04T09:52:42.8495541Z * [new branch] gh/silverguo/4/head -> origin/gh/silverguo/4/head 2025-12-04T09:52:42.8495619Z * [new branch] gh/slayton58/39/base -> origin/gh/slayton58/39/base 2025-12-04T09:52:42.8495696Z * [new branch] gh/slayton58/39/head -> origin/gh/slayton58/39/head 2025-12-04T09:52:42.8495771Z * [new branch] gh/slayton58/39/orig -> origin/gh/slayton58/39/orig 2025-12-04T09:52:42.8495846Z * [new branch] gh/slayton58/42/base -> origin/gh/slayton58/42/base 2025-12-04T09:52:42.8495954Z * [new branch] gh/slayton58/42/head -> origin/gh/slayton58/42/head 2025-12-04T09:52:42.8496029Z * [new branch] gh/slayton58/42/orig -> origin/gh/slayton58/42/orig 2025-12-04T09:52:42.8496103Z * [new branch] gh/slayton58/43/base -> origin/gh/slayton58/43/base 2025-12-04T09:52:42.8496208Z * [new branch] gh/slayton58/43/head -> origin/gh/slayton58/43/head 2025-12-04T09:52:42.8496282Z * [new branch] gh/slayton58/43/orig -> origin/gh/slayton58/43/orig 2025-12-04T09:52:42.8496355Z * [new branch] gh/slayton58/44/base -> origin/gh/slayton58/44/base 2025-12-04T09:52:42.8496430Z * [new branch] gh/slayton58/44/head -> origin/gh/slayton58/44/head 2025-12-04T09:52:42.8496503Z * [new branch] gh/slayton58/44/orig -> origin/gh/slayton58/44/orig 2025-12-04T09:52:42.8496578Z * [new branch] gh/slayton58/45/base -> origin/gh/slayton58/45/base 2025-12-04T09:52:42.8496653Z * [new branch] gh/slayton58/45/head -> origin/gh/slayton58/45/head 2025-12-04T09:52:42.8496768Z * [new branch] gh/slayton58/45/orig -> origin/gh/slayton58/45/orig 2025-12-04T09:52:42.8496843Z * [new branch] gh/slayton58/46/base -> origin/gh/slayton58/46/base 2025-12-04T09:52:42.8496919Z * [new branch] gh/slayton58/46/head -> origin/gh/slayton58/46/head 2025-12-04T09:52:42.8496994Z * [new branch] gh/slayton58/46/orig -> origin/gh/slayton58/46/orig 2025-12-04T09:52:42.8497069Z * [new branch] gh/slayton58/6/base -> origin/gh/slayton58/6/base 2025-12-04T09:52:42.8497144Z * [new branch] gh/slayton58/6/head -> origin/gh/slayton58/6/head 2025-12-04T09:52:42.8497218Z * [new branch] gh/slayton58/7/base -> origin/gh/slayton58/7/base 2025-12-04T09:52:42.8497295Z * [new branch] gh/slayton58/7/head -> origin/gh/slayton58/7/head 2025-12-04T09:52:42.8497374Z * [new branch] gh/soulitzer/269/base -> origin/gh/soulitzer/269/base 2025-12-04T09:52:42.8497452Z * [new branch] gh/soulitzer/269/head -> origin/gh/soulitzer/269/head 2025-12-04T09:52:42.8497531Z * [new branch] gh/soulitzer/269/orig -> origin/gh/soulitzer/269/orig 2025-12-04T09:52:42.8497608Z * [new branch] gh/soulitzer/276/base -> origin/gh/soulitzer/276/base 2025-12-04T09:52:42.8497684Z * [new branch] gh/soulitzer/276/head -> origin/gh/soulitzer/276/head 2025-12-04T09:52:42.8497761Z * [new branch] gh/soulitzer/276/orig -> origin/gh/soulitzer/276/orig 2025-12-04T09:52:42.8497837Z * [new branch] gh/soulitzer/287/base -> origin/gh/soulitzer/287/base 2025-12-04T09:52:42.8497915Z * [new branch] gh/soulitzer/287/head -> origin/gh/soulitzer/287/head 2025-12-04T09:52:42.8497993Z * [new branch] gh/soulitzer/287/orig -> origin/gh/soulitzer/287/orig 2025-12-04T09:52:42.8498070Z * [new branch] gh/soulitzer/296/base -> origin/gh/soulitzer/296/base 2025-12-04T09:52:42.8498147Z * [new branch] gh/soulitzer/296/head -> origin/gh/soulitzer/296/head 2025-12-04T09:52:42.8498226Z * [new branch] gh/soulitzer/296/orig -> origin/gh/soulitzer/296/orig 2025-12-04T09:52:42.8498304Z * [new branch] gh/soulitzer/299/base -> origin/gh/soulitzer/299/base 2025-12-04T09:52:42.8498381Z * [new branch] gh/soulitzer/299/head -> origin/gh/soulitzer/299/head 2025-12-04T09:52:42.8498460Z * [new branch] gh/soulitzer/299/orig -> origin/gh/soulitzer/299/orig 2025-12-04T09:52:42.8498537Z * [new branch] gh/soulitzer/300/base -> origin/gh/soulitzer/300/base 2025-12-04T09:52:42.8498673Z * [new branch] gh/soulitzer/300/head -> origin/gh/soulitzer/300/head 2025-12-04T09:52:42.8498750Z * [new branch] gh/soulitzer/300/orig -> origin/gh/soulitzer/300/orig 2025-12-04T09:52:42.8498826Z * [new branch] gh/soulitzer/301/base -> origin/gh/soulitzer/301/base 2025-12-04T09:52:42.8498947Z * [new branch] gh/soulitzer/301/head -> origin/gh/soulitzer/301/head 2025-12-04T09:52:42.8499023Z * [new branch] gh/soulitzer/301/orig -> origin/gh/soulitzer/301/orig 2025-12-04T09:52:42.8499099Z * [new branch] gh/soulitzer/313/base -> origin/gh/soulitzer/313/base 2025-12-04T09:52:42.8499175Z * [new branch] gh/soulitzer/313/head -> origin/gh/soulitzer/313/head 2025-12-04T09:52:42.8499251Z * [new branch] gh/soulitzer/313/orig -> origin/gh/soulitzer/313/orig 2025-12-04T09:52:42.8499328Z * [new branch] gh/soulitzer/319/base -> origin/gh/soulitzer/319/base 2025-12-04T09:52:42.8499405Z * [new branch] gh/soulitzer/319/head -> origin/gh/soulitzer/319/head 2025-12-04T09:52:42.8499481Z * [new branch] gh/soulitzer/319/orig -> origin/gh/soulitzer/319/orig 2025-12-04T09:52:42.8499557Z * [new branch] gh/soulitzer/320/base -> origin/gh/soulitzer/320/base 2025-12-04T09:52:42.8499636Z * [new branch] gh/soulitzer/320/head -> origin/gh/soulitzer/320/head 2025-12-04T09:52:42.8499712Z * [new branch] gh/soulitzer/320/orig -> origin/gh/soulitzer/320/orig 2025-12-04T09:52:42.8499788Z * [new branch] gh/soulitzer/336/base -> origin/gh/soulitzer/336/base 2025-12-04T09:52:42.8499865Z * [new branch] gh/soulitzer/336/head -> origin/gh/soulitzer/336/head 2025-12-04T09:52:42.8499941Z * [new branch] gh/soulitzer/336/orig -> origin/gh/soulitzer/336/orig 2025-12-04T09:52:42.8500018Z * [new branch] gh/soulitzer/347/base -> origin/gh/soulitzer/347/base 2025-12-04T09:52:42.8500096Z * [new branch] gh/soulitzer/347/head -> origin/gh/soulitzer/347/head 2025-12-04T09:52:42.8500172Z * [new branch] gh/soulitzer/347/orig -> origin/gh/soulitzer/347/orig 2025-12-04T09:52:42.8500252Z * [new branch] gh/soulitzer/349/base -> origin/gh/soulitzer/349/base 2025-12-04T09:52:42.8500328Z * [new branch] gh/soulitzer/349/head -> origin/gh/soulitzer/349/head 2025-12-04T09:52:42.8500404Z * [new branch] gh/soulitzer/349/orig -> origin/gh/soulitzer/349/orig 2025-12-04T09:52:42.8500481Z * [new branch] gh/soulitzer/350/base -> origin/gh/soulitzer/350/base 2025-12-04T09:52:42.8500557Z * [new branch] gh/soulitzer/350/head -> origin/gh/soulitzer/350/head 2025-12-04T09:52:42.8500633Z * [new branch] gh/soulitzer/350/orig -> origin/gh/soulitzer/350/orig 2025-12-04T09:52:42.8500711Z * [new branch] gh/soulitzer/351/base -> origin/gh/soulitzer/351/base 2025-12-04T09:52:42.8500787Z * [new branch] gh/soulitzer/351/head -> origin/gh/soulitzer/351/head 2025-12-04T09:52:42.8500864Z * [new branch] gh/soulitzer/351/orig -> origin/gh/soulitzer/351/orig 2025-12-04T09:52:42.8500943Z * [new branch] gh/soulitzer/353/base -> origin/gh/soulitzer/353/base 2025-12-04T09:52:42.8501019Z * [new branch] gh/soulitzer/353/head -> origin/gh/soulitzer/353/head 2025-12-04T09:52:42.8501095Z * [new branch] gh/soulitzer/353/orig -> origin/gh/soulitzer/353/orig 2025-12-04T09:52:42.8501172Z * [new branch] gh/soulitzer/358/base -> origin/gh/soulitzer/358/base 2025-12-04T09:52:42.8501249Z * [new branch] gh/soulitzer/358/head -> origin/gh/soulitzer/358/head 2025-12-04T09:52:42.8501365Z * [new branch] gh/soulitzer/358/orig -> origin/gh/soulitzer/358/orig 2025-12-04T09:52:42.8501443Z * [new branch] gh/soulitzer/359/base -> origin/gh/soulitzer/359/base 2025-12-04T09:52:42.8501519Z * [new branch] gh/soulitzer/359/head -> origin/gh/soulitzer/359/head 2025-12-04T09:52:42.8501596Z * [new branch] gh/soulitzer/359/orig -> origin/gh/soulitzer/359/orig 2025-12-04T09:52:42.8501702Z * [new branch] gh/soulitzer/374/base -> origin/gh/soulitzer/374/base 2025-12-04T09:52:42.8501778Z * [new branch] gh/soulitzer/374/head -> origin/gh/soulitzer/374/head 2025-12-04T09:52:42.8501856Z * [new branch] gh/soulitzer/374/orig -> origin/gh/soulitzer/374/orig 2025-12-04T09:52:42.8501931Z * [new branch] gh/soulitzer/375/base -> origin/gh/soulitzer/375/base 2025-12-04T09:52:42.8502008Z * [new branch] gh/soulitzer/375/head -> origin/gh/soulitzer/375/head 2025-12-04T09:52:42.8502086Z * [new branch] gh/soulitzer/375/orig -> origin/gh/soulitzer/375/orig 2025-12-04T09:52:42.8502163Z * [new branch] gh/soulitzer/380/base -> origin/gh/soulitzer/380/base 2025-12-04T09:52:42.8502239Z * [new branch] gh/soulitzer/380/head -> origin/gh/soulitzer/380/head 2025-12-04T09:52:42.8502318Z * [new branch] gh/soulitzer/380/orig -> origin/gh/soulitzer/380/orig 2025-12-04T09:52:42.8502394Z * [new branch] gh/soulitzer/385/base -> origin/gh/soulitzer/385/base 2025-12-04T09:52:42.8502470Z * [new branch] gh/soulitzer/385/head -> origin/gh/soulitzer/385/head 2025-12-04T09:52:42.8502549Z * [new branch] gh/soulitzer/385/orig -> origin/gh/soulitzer/385/orig 2025-12-04T09:52:42.8502624Z * [new branch] gh/soulitzer/386/base -> origin/gh/soulitzer/386/base 2025-12-04T09:52:42.8502701Z * [new branch] gh/soulitzer/386/head -> origin/gh/soulitzer/386/head 2025-12-04T09:52:42.8502780Z * [new branch] gh/soulitzer/386/orig -> origin/gh/soulitzer/386/orig 2025-12-04T09:52:42.8502856Z * [new branch] gh/soulitzer/387/base -> origin/gh/soulitzer/387/base 2025-12-04T09:52:42.8502932Z * [new branch] gh/soulitzer/387/head -> origin/gh/soulitzer/387/head 2025-12-04T09:52:42.8503010Z * [new branch] gh/soulitzer/387/orig -> origin/gh/soulitzer/387/orig 2025-12-04T09:52:42.8503086Z * [new branch] gh/soulitzer/388/base -> origin/gh/soulitzer/388/base 2025-12-04T09:52:42.8503164Z * [new branch] gh/soulitzer/388/head -> origin/gh/soulitzer/388/head 2025-12-04T09:52:42.8503240Z * [new branch] gh/soulitzer/388/orig -> origin/gh/soulitzer/388/orig 2025-12-04T09:52:42.8503316Z * [new branch] gh/soulitzer/389/base -> origin/gh/soulitzer/389/base 2025-12-04T09:52:42.8503395Z * [new branch] gh/soulitzer/389/head -> origin/gh/soulitzer/389/head 2025-12-04T09:52:42.8503470Z * [new branch] gh/soulitzer/389/orig -> origin/gh/soulitzer/389/orig 2025-12-04T09:52:42.8503546Z * [new branch] gh/soulitzer/390/base -> origin/gh/soulitzer/390/base 2025-12-04T09:52:42.8503626Z * [new branch] gh/soulitzer/390/head -> origin/gh/soulitzer/390/head 2025-12-04T09:52:42.8503703Z * [new branch] gh/soulitzer/390/orig -> origin/gh/soulitzer/390/orig 2025-12-04T09:52:42.8503779Z * [new branch] gh/soulitzer/391/base -> origin/gh/soulitzer/391/base 2025-12-04T09:52:42.8503856Z * [new branch] gh/soulitzer/391/head -> origin/gh/soulitzer/391/head 2025-12-04T09:52:42.8503931Z * [new branch] gh/soulitzer/391/orig -> origin/gh/soulitzer/391/orig 2025-12-04T09:52:42.8504034Z * [new branch] gh/soulitzer/392/base -> origin/gh/soulitzer/392/base 2025-12-04T09:52:42.8504112Z * [new branch] gh/soulitzer/392/head -> origin/gh/soulitzer/392/head 2025-12-04T09:52:42.8504188Z * [new branch] gh/soulitzer/392/orig -> origin/gh/soulitzer/392/orig 2025-12-04T09:52:42.8504263Z * [new branch] gh/swolchok/728/next -> origin/gh/swolchok/728/next 2025-12-04T09:52:42.8504368Z * [new branch] gh/swolchok/819/base -> origin/gh/swolchok/819/base 2025-12-04T09:52:42.8504442Z * [new branch] gh/swolchok/819/head -> origin/gh/swolchok/819/head 2025-12-04T09:52:42.8504518Z * [new branch] gh/swolchok/819/orig -> origin/gh/swolchok/819/orig 2025-12-04T09:52:42.8504592Z * [new branch] gh/swolchok/824/base -> origin/gh/swolchok/824/base 2025-12-04T09:52:42.8504666Z * [new branch] gh/swolchok/824/head -> origin/gh/swolchok/824/head 2025-12-04T09:52:42.8504743Z * [new branch] gh/swolchok/824/orig -> origin/gh/swolchok/824/orig 2025-12-04T09:52:42.8504818Z * [new branch] gh/swolchok/829/base -> origin/gh/swolchok/829/base 2025-12-04T09:52:42.8504892Z * [new branch] gh/swolchok/829/head -> origin/gh/swolchok/829/head 2025-12-04T09:52:42.8504969Z * [new branch] gh/swolchok/829/orig -> origin/gh/swolchok/829/orig 2025-12-04T09:52:42.8505043Z * [new branch] gh/swolchok/839/base -> origin/gh/swolchok/839/base 2025-12-04T09:52:42.8505118Z * [new branch] gh/swolchok/839/head -> origin/gh/swolchok/839/head 2025-12-04T09:52:42.8505194Z * [new branch] gh/swolchok/839/orig -> origin/gh/swolchok/839/orig 2025-12-04T09:52:42.8505271Z * [new branch] gh/swolchok/841/base -> origin/gh/swolchok/841/base 2025-12-04T09:52:42.8505348Z * [new branch] gh/swolchok/841/head -> origin/gh/swolchok/841/head 2025-12-04T09:52:42.8505425Z * [new branch] gh/swolchok/841/orig -> origin/gh/swolchok/841/orig 2025-12-04T09:52:42.8505499Z * [new branch] gh/swolchok/842/base -> origin/gh/swolchok/842/base 2025-12-04T09:52:42.8505574Z * [new branch] gh/swolchok/842/head -> origin/gh/swolchok/842/head 2025-12-04T09:52:42.8505652Z * [new branch] gh/swolchok/842/orig -> origin/gh/swolchok/842/orig 2025-12-04T09:52:42.8505727Z * [new branch] gh/swolchok/845/base -> origin/gh/swolchok/845/base 2025-12-04T09:52:42.8505802Z * [new branch] gh/swolchok/845/head -> origin/gh/swolchok/845/head 2025-12-04T09:52:42.8505879Z * [new branch] gh/swolchok/845/orig -> origin/gh/swolchok/845/orig 2025-12-04T09:52:42.8505954Z * [new branch] gh/swolchok/848/base -> origin/gh/swolchok/848/base 2025-12-04T09:52:42.8506030Z * [new branch] gh/swolchok/848/head -> origin/gh/swolchok/848/head 2025-12-04T09:52:42.8506104Z * [new branch] gh/swolchok/848/orig -> origin/gh/swolchok/848/orig 2025-12-04T09:52:42.8506178Z * [new branch] gh/swolchok/856/base -> origin/gh/swolchok/856/base 2025-12-04T09:52:42.8506255Z * [new branch] gh/swolchok/856/head -> origin/gh/swolchok/856/head 2025-12-04T09:52:42.8506329Z * [new branch] gh/swolchok/856/orig -> origin/gh/swolchok/856/orig 2025-12-04T09:52:42.8506403Z * [new branch] gh/swolchok/860/base -> origin/gh/swolchok/860/base 2025-12-04T09:52:42.8506479Z * [new branch] gh/swolchok/860/head -> origin/gh/swolchok/860/head 2025-12-04T09:52:42.8506554Z * [new branch] gh/swolchok/860/orig -> origin/gh/swolchok/860/orig 2025-12-04T09:52:42.8506628Z * [new branch] gh/swolchok/861/base -> origin/gh/swolchok/861/base 2025-12-04T09:52:42.8506835Z * [new branch] gh/swolchok/861/head -> origin/gh/swolchok/861/head 2025-12-04T09:52:42.8506912Z * [new branch] gh/swolchok/861/orig -> origin/gh/swolchok/861/orig 2025-12-04T09:52:42.8506986Z * [new branch] gh/swolchok/862/base -> origin/gh/swolchok/862/base 2025-12-04T09:52:42.8507098Z * [new branch] gh/swolchok/862/head -> origin/gh/swolchok/862/head 2025-12-04T09:52:42.8507172Z * [new branch] gh/swolchok/862/orig -> origin/gh/swolchok/862/orig 2025-12-04T09:52:42.8507246Z * [new branch] gh/swolchok/863/base -> origin/gh/swolchok/863/base 2025-12-04T09:52:42.8507322Z * [new branch] gh/swolchok/863/head -> origin/gh/swolchok/863/head 2025-12-04T09:52:42.8507397Z * [new branch] gh/swolchok/863/orig -> origin/gh/swolchok/863/orig 2025-12-04T09:52:42.8507476Z * [new branch] gh/swolchok/864/base -> origin/gh/swolchok/864/base 2025-12-04T09:52:42.8507551Z * [new branch] gh/swolchok/864/head -> origin/gh/swolchok/864/head 2025-12-04T09:52:42.8507625Z * [new branch] gh/swolchok/864/orig -> origin/gh/swolchok/864/orig 2025-12-04T09:52:42.8507700Z * [new branch] gh/swolchok/865/base -> origin/gh/swolchok/865/base 2025-12-04T09:52:42.8507775Z * [new branch] gh/swolchok/865/head -> origin/gh/swolchok/865/head 2025-12-04T09:52:42.8507850Z * [new branch] gh/swolchok/865/orig -> origin/gh/swolchok/865/orig 2025-12-04T09:52:42.8507927Z * [new branch] gh/swolchok/866/base -> origin/gh/swolchok/866/base 2025-12-04T09:52:42.8508001Z * [new branch] gh/swolchok/866/head -> origin/gh/swolchok/866/head 2025-12-04T09:52:42.8508075Z * [new branch] gh/swolchok/866/orig -> origin/gh/swolchok/866/orig 2025-12-04T09:52:42.8508151Z * [new branch] gh/swolchok/867/base -> origin/gh/swolchok/867/base 2025-12-04T09:52:42.8508226Z * [new branch] gh/swolchok/867/head -> origin/gh/swolchok/867/head 2025-12-04T09:52:42.8508299Z * [new branch] gh/swolchok/867/orig -> origin/gh/swolchok/867/orig 2025-12-04T09:52:42.8508378Z * [new branch] gh/swolchok/868/base -> origin/gh/swolchok/868/base 2025-12-04T09:52:42.8508454Z * [new branch] gh/swolchok/868/head -> origin/gh/swolchok/868/head 2025-12-04T09:52:42.8508529Z * [new branch] gh/swolchok/868/orig -> origin/gh/swolchok/868/orig 2025-12-04T09:52:42.8508604Z * [new branch] gh/swolchok/869/base -> origin/gh/swolchok/869/base 2025-12-04T09:52:42.8508681Z * [new branch] gh/swolchok/869/head -> origin/gh/swolchok/869/head 2025-12-04T09:52:42.8508756Z * [new branch] gh/swolchok/869/orig -> origin/gh/swolchok/869/orig 2025-12-04T09:52:42.8508832Z * [new branch] gh/swolchok/870/base -> origin/gh/swolchok/870/base 2025-12-04T09:52:42.8508907Z * [new branch] gh/swolchok/870/head -> origin/gh/swolchok/870/head 2025-12-04T09:52:42.8508982Z * [new branch] gh/swolchok/870/orig -> origin/gh/swolchok/870/orig 2025-12-04T09:52:42.8509059Z * [new branch] gh/swolchok/871/base -> origin/gh/swolchok/871/base 2025-12-04T09:52:42.8509133Z * [new branch] gh/swolchok/871/head -> origin/gh/swolchok/871/head 2025-12-04T09:52:42.8509209Z * [new branch] gh/swolchok/871/orig -> origin/gh/swolchok/871/orig 2025-12-04T09:52:42.8509285Z * [new branch] gh/teja-rao/4/base -> origin/gh/teja-rao/4/base 2025-12-04T09:52:42.8509358Z * [new branch] gh/teja-rao/4/head -> origin/gh/teja-rao/4/head 2025-12-04T09:52:42.8509463Z * [new branch] gh/teja-rao/4/orig -> origin/gh/teja-rao/4/orig 2025-12-04T09:52:42.8509540Z * [new branch] gh/tianyu-l/2/base -> origin/gh/tianyu-l/2/base 2025-12-04T09:52:42.8509612Z * [new branch] gh/tianyu-l/2/head -> origin/gh/tianyu-l/2/head 2025-12-04T09:52:42.8509686Z * [new branch] gh/tianyu-l/2/orig -> origin/gh/tianyu-l/2/orig 2025-12-04T09:52:42.8509789Z * [new branch] gh/tianyu-l/3/base -> origin/gh/tianyu-l/3/base 2025-12-04T09:52:42.8509860Z * [new branch] gh/tianyu-l/3/orig -> origin/gh/tianyu-l/3/orig 2025-12-04T09:52:42.8509934Z * [new branch] gh/tianyu-l/4/base -> origin/gh/tianyu-l/4/base 2025-12-04T09:52:42.8510005Z * [new branch] gh/tianyu-l/4/head -> origin/gh/tianyu-l/4/head 2025-12-04T09:52:42.8510077Z * [new branch] gh/tianyu-l/4/orig -> origin/gh/tianyu-l/4/orig 2025-12-04T09:52:42.8510172Z * [new branch] gh/tugsbayasgalan/10/base -> origin/gh/tugsbayasgalan/10/base 2025-12-04T09:52:42.8510262Z * [new branch] gh/tugsbayasgalan/10/head -> origin/gh/tugsbayasgalan/10/head 2025-12-04T09:52:42.8510348Z * [new branch] gh/tugsbayasgalan/10/orig -> origin/gh/tugsbayasgalan/10/orig 2025-12-04T09:52:42.8510437Z * [new branch] gh/tugsbayasgalan/13/base -> origin/gh/tugsbayasgalan/13/base 2025-12-04T09:52:42.8510522Z * [new branch] gh/tugsbayasgalan/13/head -> origin/gh/tugsbayasgalan/13/head 2025-12-04T09:52:42.8510610Z * [new branch] gh/tugsbayasgalan/13/orig -> origin/gh/tugsbayasgalan/13/orig 2025-12-04T09:52:42.8510696Z * [new branch] gh/tugsbayasgalan/17/base -> origin/gh/tugsbayasgalan/17/base 2025-12-04T09:52:42.8510783Z * [new branch] gh/tugsbayasgalan/17/head -> origin/gh/tugsbayasgalan/17/head 2025-12-04T09:52:42.8510870Z * [new branch] gh/tugsbayasgalan/17/orig -> origin/gh/tugsbayasgalan/17/orig 2025-12-04T09:52:42.8510958Z * [new branch] gh/tugsbayasgalan/2/base -> origin/gh/tugsbayasgalan/2/base 2025-12-04T09:52:42.8511045Z * [new branch] gh/tugsbayasgalan/2/head -> origin/gh/tugsbayasgalan/2/head 2025-12-04T09:52:42.8511131Z * [new branch] gh/tugsbayasgalan/2/orig -> origin/gh/tugsbayasgalan/2/orig 2025-12-04T09:52:42.8511218Z * [new branch] gh/tugsbayasgalan/28/base -> origin/gh/tugsbayasgalan/28/base 2025-12-04T09:52:42.8511304Z * [new branch] gh/tugsbayasgalan/28/head -> origin/gh/tugsbayasgalan/28/head 2025-12-04T09:52:42.8511390Z * [new branch] gh/tugsbayasgalan/28/orig -> origin/gh/tugsbayasgalan/28/orig 2025-12-04T09:52:42.8511474Z * [new branch] gh/tugsbayasgalan/32/base -> origin/gh/tugsbayasgalan/32/base 2025-12-04T09:52:42.8511560Z * [new branch] gh/tugsbayasgalan/32/head -> origin/gh/tugsbayasgalan/32/head 2025-12-04T09:52:42.8511645Z * [new branch] gh/tugsbayasgalan/32/orig -> origin/gh/tugsbayasgalan/32/orig 2025-12-04T09:52:42.8511729Z * [new branch] gh/tugsbayasgalan/35/base -> origin/gh/tugsbayasgalan/35/base 2025-12-04T09:52:42.8511815Z * [new branch] gh/tugsbayasgalan/35/head -> origin/gh/tugsbayasgalan/35/head 2025-12-04T09:52:42.8511902Z * [new branch] gh/tugsbayasgalan/35/orig -> origin/gh/tugsbayasgalan/35/orig 2025-12-04T09:52:42.8511988Z * [new branch] gh/tugsbayasgalan/36/base -> origin/gh/tugsbayasgalan/36/base 2025-12-04T09:52:42.8512074Z * [new branch] gh/tugsbayasgalan/36/head -> origin/gh/tugsbayasgalan/36/head 2025-12-04T09:52:42.8512159Z * [new branch] gh/tugsbayasgalan/36/orig -> origin/gh/tugsbayasgalan/36/orig 2025-12-04T09:52:42.8512244Z * [new branch] gh/tugsbayasgalan/37/base -> origin/gh/tugsbayasgalan/37/base 2025-12-04T09:52:42.8512359Z * [new branch] gh/tugsbayasgalan/37/head -> origin/gh/tugsbayasgalan/37/head 2025-12-04T09:52:42.8512445Z * [new branch] gh/tugsbayasgalan/37/orig -> origin/gh/tugsbayasgalan/37/orig 2025-12-04T09:52:42.8512530Z * [new branch] gh/tugsbayasgalan/43/base -> origin/gh/tugsbayasgalan/43/base 2025-12-04T09:52:42.8512640Z * [new branch] gh/tugsbayasgalan/43/head -> origin/gh/tugsbayasgalan/43/head 2025-12-04T09:52:42.8512725Z * [new branch] gh/tugsbayasgalan/43/orig -> origin/gh/tugsbayasgalan/43/orig 2025-12-04T09:52:42.8512811Z * [new branch] gh/tugsbayasgalan/48/base -> origin/gh/tugsbayasgalan/48/base 2025-12-04T09:52:42.8512898Z * [new branch] gh/tugsbayasgalan/48/head -> origin/gh/tugsbayasgalan/48/head 2025-12-04T09:52:42.8512984Z * [new branch] gh/tugsbayasgalan/48/orig -> origin/gh/tugsbayasgalan/48/orig 2025-12-04T09:52:42.8513071Z * [new branch] gh/tugsbayasgalan/51/base -> origin/gh/tugsbayasgalan/51/base 2025-12-04T09:52:42.8513157Z * [new branch] gh/tugsbayasgalan/51/head -> origin/gh/tugsbayasgalan/51/head 2025-12-04T09:52:42.8513241Z * [new branch] gh/tugsbayasgalan/51/orig -> origin/gh/tugsbayasgalan/51/orig 2025-12-04T09:52:42.8513328Z * [new branch] gh/tugsbayasgalan/52/base -> origin/gh/tugsbayasgalan/52/base 2025-12-04T09:52:42.8513414Z * [new branch] gh/tugsbayasgalan/52/head -> origin/gh/tugsbayasgalan/52/head 2025-12-04T09:52:42.8513499Z * [new branch] gh/tugsbayasgalan/52/orig -> origin/gh/tugsbayasgalan/52/orig 2025-12-04T09:52:42.8513585Z * [new branch] gh/tugsbayasgalan/53/base -> origin/gh/tugsbayasgalan/53/base 2025-12-04T09:52:42.8513669Z * [new branch] gh/tugsbayasgalan/53/head -> origin/gh/tugsbayasgalan/53/head 2025-12-04T09:52:42.8513754Z * [new branch] gh/tugsbayasgalan/53/orig -> origin/gh/tugsbayasgalan/53/orig 2025-12-04T09:52:42.8513840Z * [new branch] gh/tugsbayasgalan/55/base -> origin/gh/tugsbayasgalan/55/base 2025-12-04T09:52:42.8513924Z * [new branch] gh/tugsbayasgalan/55/head -> origin/gh/tugsbayasgalan/55/head 2025-12-04T09:52:42.8514009Z * [new branch] gh/tugsbayasgalan/55/orig -> origin/gh/tugsbayasgalan/55/orig 2025-12-04T09:52:42.8514095Z * [new branch] gh/tugsbayasgalan/59/base -> origin/gh/tugsbayasgalan/59/base 2025-12-04T09:52:42.8514180Z * [new branch] gh/tugsbayasgalan/59/head -> origin/gh/tugsbayasgalan/59/head 2025-12-04T09:52:42.8514264Z * [new branch] gh/tugsbayasgalan/59/orig -> origin/gh/tugsbayasgalan/59/orig 2025-12-04T09:52:42.8514350Z * [new branch] gh/tugsbayasgalan/6/base -> origin/gh/tugsbayasgalan/6/base 2025-12-04T09:52:42.8514436Z * [new branch] gh/tugsbayasgalan/6/head -> origin/gh/tugsbayasgalan/6/head 2025-12-04T09:52:42.8514520Z * [new branch] gh/tugsbayasgalan/6/orig -> origin/gh/tugsbayasgalan/6/orig 2025-12-04T09:52:42.8514607Z * [new branch] gh/tugsbayasgalan/60/base -> origin/gh/tugsbayasgalan/60/base 2025-12-04T09:52:42.8514692Z * [new branch] gh/tugsbayasgalan/60/head -> origin/gh/tugsbayasgalan/60/head 2025-12-04T09:52:42.8514780Z * [new branch] gh/tugsbayasgalan/60/orig -> origin/gh/tugsbayasgalan/60/orig 2025-12-04T09:52:42.8514865Z * [new branch] gh/tugsbayasgalan/61/base -> origin/gh/tugsbayasgalan/61/base 2025-12-04T09:52:42.8514948Z * [new branch] gh/tugsbayasgalan/61/head -> origin/gh/tugsbayasgalan/61/head 2025-12-04T09:52:42.8515033Z * [new branch] gh/tugsbayasgalan/61/orig -> origin/gh/tugsbayasgalan/61/orig 2025-12-04T09:52:42.8515118Z * [new branch] gh/tugsbayasgalan/63/base -> origin/gh/tugsbayasgalan/63/base 2025-12-04T09:52:42.8515234Z * [new branch] gh/tugsbayasgalan/63/head -> origin/gh/tugsbayasgalan/63/head 2025-12-04T09:52:42.8515320Z * [new branch] gh/tugsbayasgalan/63/orig -> origin/gh/tugsbayasgalan/63/orig 2025-12-04T09:52:42.8515406Z * [new branch] gh/tugsbayasgalan/67/base -> origin/gh/tugsbayasgalan/67/base 2025-12-04T09:52:42.8515521Z * [new branch] gh/tugsbayasgalan/67/head -> origin/gh/tugsbayasgalan/67/head 2025-12-04T09:52:42.8515607Z * [new branch] gh/tugsbayasgalan/67/orig -> origin/gh/tugsbayasgalan/67/orig 2025-12-04T09:52:42.8515692Z * [new branch] gh/tugsbayasgalan/68/base -> origin/gh/tugsbayasgalan/68/base 2025-12-04T09:52:42.8515775Z * [new branch] gh/tugsbayasgalan/68/head -> origin/gh/tugsbayasgalan/68/head 2025-12-04T09:52:42.8515861Z * [new branch] gh/tugsbayasgalan/68/orig -> origin/gh/tugsbayasgalan/68/orig 2025-12-04T09:52:42.8515946Z * [new branch] gh/tugsbayasgalan/7/base -> origin/gh/tugsbayasgalan/7/base 2025-12-04T09:52:42.8516031Z * [new branch] gh/tugsbayasgalan/7/head -> origin/gh/tugsbayasgalan/7/head 2025-12-04T09:52:42.8516116Z * [new branch] gh/tugsbayasgalan/7/orig -> origin/gh/tugsbayasgalan/7/orig 2025-12-04T09:52:42.8516205Z * [new branch] gh/tugsbayasgalan/70/base -> origin/gh/tugsbayasgalan/70/base 2025-12-04T09:52:42.8516291Z * [new branch] gh/tugsbayasgalan/70/head -> origin/gh/tugsbayasgalan/70/head 2025-12-04T09:52:42.8516375Z * [new branch] gh/tugsbayasgalan/70/orig -> origin/gh/tugsbayasgalan/70/orig 2025-12-04T09:52:42.8516459Z * [new branch] gh/tugsbayasgalan/71/base -> origin/gh/tugsbayasgalan/71/base 2025-12-04T09:52:42.8516543Z * [new branch] gh/tugsbayasgalan/71/head -> origin/gh/tugsbayasgalan/71/head 2025-12-04T09:52:42.8516628Z * [new branch] gh/tugsbayasgalan/71/orig -> origin/gh/tugsbayasgalan/71/orig 2025-12-04T09:52:42.8516781Z * [new branch] gh/tugsbayasgalan/72/base -> origin/gh/tugsbayasgalan/72/base 2025-12-04T09:52:42.8516869Z * [new branch] gh/tugsbayasgalan/72/head -> origin/gh/tugsbayasgalan/72/head 2025-12-04T09:52:42.8516954Z * [new branch] gh/tugsbayasgalan/72/orig -> origin/gh/tugsbayasgalan/72/orig 2025-12-04T09:52:42.8517041Z * [new branch] gh/tugsbayasgalan/73/base -> origin/gh/tugsbayasgalan/73/base 2025-12-04T09:52:42.8517127Z * [new branch] gh/tugsbayasgalan/73/head -> origin/gh/tugsbayasgalan/73/head 2025-12-04T09:52:42.8517214Z * [new branch] gh/tugsbayasgalan/73/orig -> origin/gh/tugsbayasgalan/73/orig 2025-12-04T09:52:42.8517299Z * [new branch] gh/tugsbayasgalan/74/base -> origin/gh/tugsbayasgalan/74/base 2025-12-04T09:52:42.8517387Z * [new branch] gh/tugsbayasgalan/74/head -> origin/gh/tugsbayasgalan/74/head 2025-12-04T09:52:42.8517472Z * [new branch] gh/tugsbayasgalan/74/orig -> origin/gh/tugsbayasgalan/74/orig 2025-12-04T09:52:42.8517557Z * [new branch] gh/tugsbayasgalan/75/base -> origin/gh/tugsbayasgalan/75/base 2025-12-04T09:52:42.8517641Z * [new branch] gh/tugsbayasgalan/75/head -> origin/gh/tugsbayasgalan/75/head 2025-12-04T09:52:42.8517727Z * [new branch] gh/tugsbayasgalan/75/orig -> origin/gh/tugsbayasgalan/75/orig 2025-12-04T09:52:42.8517812Z * [new branch] gh/tugsbayasgalan/76/base -> origin/gh/tugsbayasgalan/76/base 2025-12-04T09:52:42.8517896Z * [new branch] gh/tugsbayasgalan/76/head -> origin/gh/tugsbayasgalan/76/head 2025-12-04T09:52:42.8517979Z * [new branch] gh/tugsbayasgalan/76/orig -> origin/gh/tugsbayasgalan/76/orig 2025-12-04T09:52:42.8518064Z * [new branch] gh/tugsbayasgalan/77/base -> origin/gh/tugsbayasgalan/77/base 2025-12-04T09:52:42.8518203Z * [new branch] gh/tugsbayasgalan/77/head -> origin/gh/tugsbayasgalan/77/head 2025-12-04T09:52:42.8518287Z * [new branch] gh/tugsbayasgalan/77/orig -> origin/gh/tugsbayasgalan/77/orig 2025-12-04T09:52:42.8518372Z * [new branch] gh/tugsbayasgalan/78/base -> origin/gh/tugsbayasgalan/78/base 2025-12-04T09:52:42.8518501Z * [new branch] gh/tugsbayasgalan/78/head -> origin/gh/tugsbayasgalan/78/head 2025-12-04T09:52:42.8518585Z * [new branch] gh/tugsbayasgalan/78/orig -> origin/gh/tugsbayasgalan/78/orig 2025-12-04T09:52:42.8518670Z * [new branch] gh/tugsbayasgalan/79/base -> origin/gh/tugsbayasgalan/79/base 2025-12-04T09:52:42.8518754Z * [new branch] gh/tugsbayasgalan/79/head -> origin/gh/tugsbayasgalan/79/head 2025-12-04T09:52:42.8518838Z * [new branch] gh/tugsbayasgalan/79/orig -> origin/gh/tugsbayasgalan/79/orig 2025-12-04T09:52:42.8518926Z * [new branch] gh/tugsbayasgalan/8/base -> origin/gh/tugsbayasgalan/8/base 2025-12-04T09:52:42.8519011Z * [new branch] gh/tugsbayasgalan/8/head -> origin/gh/tugsbayasgalan/8/head 2025-12-04T09:52:42.8519096Z * [new branch] gh/tugsbayasgalan/8/orig -> origin/gh/tugsbayasgalan/8/orig 2025-12-04T09:52:42.8519184Z * [new branch] gh/tugsbayasgalan/80/base -> origin/gh/tugsbayasgalan/80/base 2025-12-04T09:52:42.8519269Z * [new branch] gh/tugsbayasgalan/80/head -> origin/gh/tugsbayasgalan/80/head 2025-12-04T09:52:42.8519356Z * [new branch] gh/tugsbayasgalan/80/orig -> origin/gh/tugsbayasgalan/80/orig 2025-12-04T09:52:42.8519441Z * [new branch] gh/tugsbayasgalan/81/base -> origin/gh/tugsbayasgalan/81/base 2025-12-04T09:52:42.8519525Z * [new branch] gh/tugsbayasgalan/81/head -> origin/gh/tugsbayasgalan/81/head 2025-12-04T09:52:42.8519612Z * [new branch] gh/tugsbayasgalan/81/orig -> origin/gh/tugsbayasgalan/81/orig 2025-12-04T09:52:42.8519698Z * [new branch] gh/tugsbayasgalan/82/base -> origin/gh/tugsbayasgalan/82/base 2025-12-04T09:52:42.8519782Z * [new branch] gh/tugsbayasgalan/82/head -> origin/gh/tugsbayasgalan/82/head 2025-12-04T09:52:42.8519868Z * [new branch] gh/tugsbayasgalan/82/orig -> origin/gh/tugsbayasgalan/82/orig 2025-12-04T09:52:42.8519954Z * [new branch] gh/tugsbayasgalan/83/base -> origin/gh/tugsbayasgalan/83/base 2025-12-04T09:52:42.8520038Z * [new branch] gh/tugsbayasgalan/83/head -> origin/gh/tugsbayasgalan/83/head 2025-12-04T09:52:42.8520124Z * [new branch] gh/tugsbayasgalan/83/orig -> origin/gh/tugsbayasgalan/83/orig 2025-12-04T09:52:42.8520208Z * [new branch] gh/tugsbayasgalan/84/base -> origin/gh/tugsbayasgalan/84/base 2025-12-04T09:52:42.8520293Z * [new branch] gh/tugsbayasgalan/84/head -> origin/gh/tugsbayasgalan/84/head 2025-12-04T09:52:42.8520380Z * [new branch] gh/tugsbayasgalan/84/orig -> origin/gh/tugsbayasgalan/84/orig 2025-12-04T09:52:42.8520464Z * [new branch] gh/tugsbayasgalan/85/base -> origin/gh/tugsbayasgalan/85/base 2025-12-04T09:52:42.8520549Z * [new branch] gh/tugsbayasgalan/85/head -> origin/gh/tugsbayasgalan/85/head 2025-12-04T09:52:42.8520636Z * [new branch] gh/tugsbayasgalan/85/orig -> origin/gh/tugsbayasgalan/85/orig 2025-12-04T09:52:42.8520721Z * [new branch] gh/tugsbayasgalan/86/base -> origin/gh/tugsbayasgalan/86/base 2025-12-04T09:52:42.8520806Z * [new branch] gh/tugsbayasgalan/86/head -> origin/gh/tugsbayasgalan/86/head 2025-12-04T09:52:42.8520890Z * [new branch] gh/tugsbayasgalan/86/orig -> origin/gh/tugsbayasgalan/86/orig 2025-12-04T09:52:42.8520976Z * [new branch] gh/tugsbayasgalan/87/base -> origin/gh/tugsbayasgalan/87/base 2025-12-04T09:52:42.8521101Z * [new branch] gh/tugsbayasgalan/87/head -> origin/gh/tugsbayasgalan/87/head 2025-12-04T09:52:42.8521186Z * [new branch] gh/tugsbayasgalan/87/orig -> origin/gh/tugsbayasgalan/87/orig 2025-12-04T09:52:42.8521271Z * [new branch] gh/tugsbayasgalan/88/base -> origin/gh/tugsbayasgalan/88/base 2025-12-04T09:52:42.8521398Z * [new branch] gh/tugsbayasgalan/88/head -> origin/gh/tugsbayasgalan/88/head 2025-12-04T09:52:42.8521483Z * [new branch] gh/tugsbayasgalan/88/orig -> origin/gh/tugsbayasgalan/88/orig 2025-12-04T09:52:42.8521568Z * [new branch] gh/tugsbayasgalan/89/base -> origin/gh/tugsbayasgalan/89/base 2025-12-04T09:52:42.8521655Z * [new branch] gh/tugsbayasgalan/89/head -> origin/gh/tugsbayasgalan/89/head 2025-12-04T09:52:42.8521739Z * [new branch] gh/tugsbayasgalan/89/orig -> origin/gh/tugsbayasgalan/89/orig 2025-12-04T09:52:42.8521825Z * [new branch] gh/tugsbayasgalan/9/base -> origin/gh/tugsbayasgalan/9/base 2025-12-04T09:52:42.8521913Z * [new branch] gh/tugsbayasgalan/9/head -> origin/gh/tugsbayasgalan/9/head 2025-12-04T09:52:42.8521998Z * [new branch] gh/tugsbayasgalan/9/orig -> origin/gh/tugsbayasgalan/9/orig 2025-12-04T09:52:42.8522085Z * [new branch] gh/tugsbayasgalan/90/base -> origin/gh/tugsbayasgalan/90/base 2025-12-04T09:52:42.8522172Z * [new branch] gh/tugsbayasgalan/90/head -> origin/gh/tugsbayasgalan/90/head 2025-12-04T09:52:42.8522256Z * [new branch] gh/tugsbayasgalan/90/orig -> origin/gh/tugsbayasgalan/90/orig 2025-12-04T09:52:42.8522343Z * [new branch] gh/tugsbayasgalan/91/base -> origin/gh/tugsbayasgalan/91/base 2025-12-04T09:52:42.8522427Z * [new branch] gh/tugsbayasgalan/91/head -> origin/gh/tugsbayasgalan/91/head 2025-12-04T09:52:42.8522512Z * [new branch] gh/tugsbayasgalan/91/orig -> origin/gh/tugsbayasgalan/91/orig 2025-12-04T09:52:42.8522597Z * [new branch] gh/tugsbayasgalan/92/base -> origin/gh/tugsbayasgalan/92/base 2025-12-04T09:52:42.8522681Z * [new branch] gh/tugsbayasgalan/92/head -> origin/gh/tugsbayasgalan/92/head 2025-12-04T09:52:42.8522765Z * [new branch] gh/tugsbayasgalan/92/orig -> origin/gh/tugsbayasgalan/92/orig 2025-12-04T09:52:42.8522853Z * [new branch] gh/tugsbayasgalan/93/base -> origin/gh/tugsbayasgalan/93/base 2025-12-04T09:52:42.8522939Z * [new branch] gh/tugsbayasgalan/93/head -> origin/gh/tugsbayasgalan/93/head 2025-12-04T09:52:42.8523023Z * [new branch] gh/tugsbayasgalan/93/orig -> origin/gh/tugsbayasgalan/93/orig 2025-12-04T09:52:42.8523093Z * [new branch] gh/v0i0/14/base -> origin/gh/v0i0/14/base 2025-12-04T09:52:42.8523162Z * [new branch] gh/v0i0/14/head -> origin/gh/v0i0/14/head 2025-12-04T09:52:42.8523231Z * [new branch] gh/v0i0/14/orig -> origin/gh/v0i0/14/orig 2025-12-04T09:52:42.8523299Z * [new branch] gh/v0i0/15/base -> origin/gh/v0i0/15/base 2025-12-04T09:52:42.8523365Z * [new branch] gh/v0i0/15/head -> origin/gh/v0i0/15/head 2025-12-04T09:52:42.8523433Z * [new branch] gh/v0i0/15/orig -> origin/gh/v0i0/15/orig 2025-12-04T09:52:42.8523500Z * [new branch] gh/v0i0/16/base -> origin/gh/v0i0/16/base 2025-12-04T09:52:42.8523566Z * [new branch] gh/v0i0/16/head -> origin/gh/v0i0/16/head 2025-12-04T09:52:42.8523631Z * [new branch] gh/v0i0/16/orig -> origin/gh/v0i0/16/orig 2025-12-04T09:52:42.8523698Z * [new branch] gh/v0i0/17/base -> origin/gh/v0i0/17/base 2025-12-04T09:52:42.8523764Z * [new branch] gh/v0i0/17/head -> origin/gh/v0i0/17/head 2025-12-04T09:52:42.8523866Z * [new branch] gh/v0i0/17/orig -> origin/gh/v0i0/17/orig 2025-12-04T09:52:42.8523932Z * [new branch] gh/v0i0/18/base -> origin/gh/v0i0/18/base 2025-12-04T09:52:42.8523998Z * [new branch] gh/v0i0/18/head -> origin/gh/v0i0/18/head 2025-12-04T09:52:42.8524093Z * [new branch] gh/v0i0/18/orig -> origin/gh/v0i0/18/orig 2025-12-04T09:52:42.8524160Z * [new branch] gh/v0i0/19/base -> origin/gh/v0i0/19/base 2025-12-04T09:52:42.8524226Z * [new branch] gh/v0i0/19/head -> origin/gh/v0i0/19/head 2025-12-04T09:52:42.8524295Z * [new branch] gh/v0i0/19/orig -> origin/gh/v0i0/19/orig 2025-12-04T09:52:42.8524381Z * [new branch] gh/vishal9-team/1/base -> origin/gh/vishal9-team/1/base 2025-12-04T09:52:42.8524463Z * [new branch] gh/vishal9-team/1/head -> origin/gh/vishal9-team/1/head 2025-12-04T09:52:42.8524546Z * [new branch] gh/vishal9-team/2/base -> origin/gh/vishal9-team/2/base 2025-12-04T09:52:42.8524625Z * [new branch] gh/vishal9-team/2/head -> origin/gh/vishal9-team/2/head 2025-12-04T09:52:42.8524704Z * [new branch] gh/vishal9-team/2/orig -> origin/gh/vishal9-team/2/orig 2025-12-04T09:52:42.8524786Z * [new branch] gh/vishal9-team/3/base -> origin/gh/vishal9-team/3/base 2025-12-04T09:52:42.8524864Z * [new branch] gh/vishal9-team/3/head -> origin/gh/vishal9-team/3/head 2025-12-04T09:52:42.8524944Z * [new branch] gh/vishal9-team/3/orig -> origin/gh/vishal9-team/3/orig 2025-12-04T09:52:42.8525024Z * [new branch] gh/vishal9-team/4/base -> origin/gh/vishal9-team/4/base 2025-12-04T09:52:42.8525102Z * [new branch] gh/vishal9-team/4/head -> origin/gh/vishal9-team/4/head 2025-12-04T09:52:42.8525181Z * [new branch] gh/vishal9-team/4/orig -> origin/gh/vishal9-team/4/orig 2025-12-04T09:52:42.8525253Z * [new branch] gh/vkuzo/1/next -> origin/gh/vkuzo/1/next 2025-12-04T09:52:42.8525323Z * [new branch] gh/vkuzo/2/next -> origin/gh/vkuzo/2/next 2025-12-04T09:52:42.8525395Z * [new branch] gh/vkuzo/3/next -> origin/gh/vkuzo/3/next 2025-12-04T09:52:42.8525474Z * [new branch] gh/wconstab/424/base -> origin/gh/wconstab/424/base 2025-12-04T09:52:42.8525551Z * [new branch] gh/wconstab/424/head -> origin/gh/wconstab/424/head 2025-12-04T09:52:42.8525629Z * [new branch] gh/wconstab/424/orig -> origin/gh/wconstab/424/orig 2025-12-04T09:52:42.8525705Z * [new branch] gh/wconstab/435/base -> origin/gh/wconstab/435/base 2025-12-04T09:52:42.8525779Z * [new branch] gh/wconstab/435/head -> origin/gh/wconstab/435/head 2025-12-04T09:52:42.8525856Z * [new branch] gh/wconstab/435/orig -> origin/gh/wconstab/435/orig 2025-12-04T09:52:42.8525931Z * [new branch] gh/wconstab/444/base -> origin/gh/wconstab/444/base 2025-12-04T09:52:42.8526006Z * [new branch] gh/wconstab/444/head -> origin/gh/wconstab/444/head 2025-12-04T09:52:42.8526084Z * [new branch] gh/wconstab/444/orig -> origin/gh/wconstab/444/orig 2025-12-04T09:52:42.8526158Z * [new branch] gh/wconstab/447/base -> origin/gh/wconstab/447/base 2025-12-04T09:52:42.8526233Z * [new branch] gh/wconstab/447/head -> origin/gh/wconstab/447/head 2025-12-04T09:52:42.8526309Z * [new branch] gh/wconstab/447/orig -> origin/gh/wconstab/447/orig 2025-12-04T09:52:42.8526384Z * [new branch] gh/wconstab/448/base -> origin/gh/wconstab/448/base 2025-12-04T09:52:42.8526487Z * [new branch] gh/wconstab/448/head -> origin/gh/wconstab/448/head 2025-12-04T09:52:42.8526563Z * [new branch] gh/wconstab/448/orig -> origin/gh/wconstab/448/orig 2025-12-04T09:52:42.8526638Z * [new branch] gh/wconstab/449/base -> origin/gh/wconstab/449/base 2025-12-04T09:52:42.8526752Z * [new branch] gh/wconstab/449/head -> origin/gh/wconstab/449/head 2025-12-04T09:52:42.8526877Z * [new branch] gh/wconstab/449/orig -> origin/gh/wconstab/449/orig 2025-12-04T09:52:42.8526953Z * [new branch] gh/wconstab/450/base -> origin/gh/wconstab/450/base 2025-12-04T09:52:42.8527029Z * [new branch] gh/wconstab/450/head -> origin/gh/wconstab/450/head 2025-12-04T09:52:42.8527104Z * [new branch] gh/wconstab/450/orig -> origin/gh/wconstab/450/orig 2025-12-04T09:52:42.8527178Z * [new branch] gh/wconstab/451/base -> origin/gh/wconstab/451/base 2025-12-04T09:52:42.8527256Z * [new branch] gh/wconstab/451/head -> origin/gh/wconstab/451/head 2025-12-04T09:52:42.8527330Z * [new branch] gh/wconstab/451/orig -> origin/gh/wconstab/451/orig 2025-12-04T09:52:42.8527405Z * [new branch] gh/wconstab/452/base -> origin/gh/wconstab/452/base 2025-12-04T09:52:42.8527483Z * [new branch] gh/wconstab/452/head -> origin/gh/wconstab/452/head 2025-12-04T09:52:42.8527558Z * [new branch] gh/wconstab/452/orig -> origin/gh/wconstab/452/orig 2025-12-04T09:52:42.8527631Z * [new branch] gh/wconstab/453/base -> origin/gh/wconstab/453/base 2025-12-04T09:52:42.8527707Z * [new branch] gh/wconstab/453/head -> origin/gh/wconstab/453/head 2025-12-04T09:52:42.8527781Z * [new branch] gh/wconstab/453/orig -> origin/gh/wconstab/453/orig 2025-12-04T09:52:42.8527856Z * [new branch] gh/wconstab/454/base -> origin/gh/wconstab/454/base 2025-12-04T09:52:42.8527933Z * [new branch] gh/wconstab/454/head -> origin/gh/wconstab/454/head 2025-12-04T09:52:42.8528008Z * [new branch] gh/wconstab/454/orig -> origin/gh/wconstab/454/orig 2025-12-04T09:52:42.8528082Z * [new branch] gh/wconstab/455/base -> origin/gh/wconstab/455/base 2025-12-04T09:52:42.8528159Z * [new branch] gh/wconstab/455/head -> origin/gh/wconstab/455/head 2025-12-04T09:52:42.8528234Z * [new branch] gh/wconstab/455/orig -> origin/gh/wconstab/455/orig 2025-12-04T09:52:42.8528309Z * [new branch] gh/wconstab/456/base -> origin/gh/wconstab/456/base 2025-12-04T09:52:42.8528387Z * [new branch] gh/wconstab/456/head -> origin/gh/wconstab/456/head 2025-12-04T09:52:42.8528462Z * [new branch] gh/wconstab/456/orig -> origin/gh/wconstab/456/orig 2025-12-04T09:52:42.8528539Z * [new branch] gh/wconstab/457/base -> origin/gh/wconstab/457/base 2025-12-04T09:52:42.8528614Z * [new branch] gh/wconstab/457/head -> origin/gh/wconstab/457/head 2025-12-04T09:52:42.8528688Z * [new branch] gh/wconstab/457/orig -> origin/gh/wconstab/457/orig 2025-12-04T09:52:42.8528763Z * [new branch] gh/wconstab/458/base -> origin/gh/wconstab/458/base 2025-12-04T09:52:42.8528839Z * [new branch] gh/wconstab/458/head -> origin/gh/wconstab/458/head 2025-12-04T09:52:42.8528913Z * [new branch] gh/wconstab/458/orig -> origin/gh/wconstab/458/orig 2025-12-04T09:52:42.8528989Z * [new branch] gh/wconstab/459/base -> origin/gh/wconstab/459/base 2025-12-04T09:52:42.8529063Z * [new branch] gh/wconstab/459/head -> origin/gh/wconstab/459/head 2025-12-04T09:52:42.8529138Z * [new branch] gh/wconstab/459/orig -> origin/gh/wconstab/459/orig 2025-12-04T09:52:42.8529258Z * [new branch] gh/wconstab/460/base -> origin/gh/wconstab/460/base 2025-12-04T09:52:42.8529334Z * [new branch] gh/wconstab/460/head -> origin/gh/wconstab/460/head 2025-12-04T09:52:42.8529409Z * [new branch] gh/wconstab/460/orig -> origin/gh/wconstab/460/orig 2025-12-04T09:52:42.8529514Z * [new branch] gh/wconstab/461/base -> origin/gh/wconstab/461/base 2025-12-04T09:52:42.8529588Z * [new branch] gh/wconstab/461/head -> origin/gh/wconstab/461/head 2025-12-04T09:52:42.8529663Z * [new branch] gh/wconstab/461/orig -> origin/gh/wconstab/461/orig 2025-12-04T09:52:42.8529739Z * [new branch] gh/wconstab/462/base -> origin/gh/wconstab/462/base 2025-12-04T09:52:42.8529814Z * [new branch] gh/wconstab/462/head -> origin/gh/wconstab/462/head 2025-12-04T09:52:42.8529891Z * [new branch] gh/wconstab/462/orig -> origin/gh/wconstab/462/orig 2025-12-04T09:52:42.8529965Z * [new branch] gh/wconstab/463/base -> origin/gh/wconstab/463/base 2025-12-04T09:52:42.8530039Z * [new branch] gh/wconstab/463/head -> origin/gh/wconstab/463/head 2025-12-04T09:52:42.8530115Z * [new branch] gh/wconstab/463/orig -> origin/gh/wconstab/463/orig 2025-12-04T09:52:42.8530191Z * [new branch] gh/wconstab/464/base -> origin/gh/wconstab/464/base 2025-12-04T09:52:42.8530265Z * [new branch] gh/wconstab/464/head -> origin/gh/wconstab/464/head 2025-12-04T09:52:42.8530342Z * [new branch] gh/wconstab/464/orig -> origin/gh/wconstab/464/orig 2025-12-04T09:52:42.8530416Z * [new branch] gh/wconstab/465/base -> origin/gh/wconstab/465/base 2025-12-04T09:52:42.8530490Z * [new branch] gh/wconstab/465/head -> origin/gh/wconstab/465/head 2025-12-04T09:52:42.8530567Z * [new branch] gh/wconstab/465/orig -> origin/gh/wconstab/465/orig 2025-12-04T09:52:42.8530642Z * [new branch] gh/wconstab/466/base -> origin/gh/wconstab/466/base 2025-12-04T09:52:42.8530716Z * [new branch] gh/wconstab/466/head -> origin/gh/wconstab/466/head 2025-12-04T09:52:42.8530794Z * [new branch] gh/wconstab/466/orig -> origin/gh/wconstab/466/orig 2025-12-04T09:52:42.8530869Z * [new branch] gh/wconstab/467/base -> origin/gh/wconstab/467/base 2025-12-04T09:52:42.8530944Z * [new branch] gh/wconstab/467/head -> origin/gh/wconstab/467/head 2025-12-04T09:52:42.8531020Z * [new branch] gh/wconstab/467/orig -> origin/gh/wconstab/467/orig 2025-12-04T09:52:42.8531095Z * [new branch] gh/wconstab/468/base -> origin/gh/wconstab/468/base 2025-12-04T09:52:42.8531169Z * [new branch] gh/wconstab/468/head -> origin/gh/wconstab/468/head 2025-12-04T09:52:42.8531249Z * [new branch] gh/wconstab/468/orig -> origin/gh/wconstab/468/orig 2025-12-04T09:52:42.8531325Z * [new branch] gh/weifengpy/39/base -> origin/gh/weifengpy/39/base 2025-12-04T09:52:42.8531403Z * [new branch] gh/weifengpy/39/head -> origin/gh/weifengpy/39/head 2025-12-04T09:52:42.8531480Z * [new branch] gh/weifengpy/39/orig -> origin/gh/weifengpy/39/orig 2025-12-04T09:52:42.8531556Z * [new branch] gh/weifengpy/40/base -> origin/gh/weifengpy/40/base 2025-12-04T09:52:42.8531632Z * [new branch] gh/weifengpy/40/head -> origin/gh/weifengpy/40/head 2025-12-04T09:52:42.8531707Z * [new branch] gh/weifengpy/40/orig -> origin/gh/weifengpy/40/orig 2025-12-04T09:52:42.8531782Z * [new branch] gh/weifengpy/41/base -> origin/gh/weifengpy/41/base 2025-12-04T09:52:42.8531896Z * [new branch] gh/weifengpy/41/head -> origin/gh/weifengpy/41/head 2025-12-04T09:52:42.8531972Z * [new branch] gh/weifengpy/41/orig -> origin/gh/weifengpy/41/orig 2025-12-04T09:52:42.8532058Z * [new branch] gh/williamwen42/250/base -> origin/gh/williamwen42/250/base 2025-12-04T09:52:42.8532144Z * [new branch] gh/williamwen42/250/head -> origin/gh/williamwen42/250/head 2025-12-04T09:52:42.8532261Z * [new branch] gh/williamwen42/250/orig -> origin/gh/williamwen42/250/orig 2025-12-04T09:52:42.8532344Z * [new branch] gh/williamwen42/279/base -> origin/gh/williamwen42/279/base 2025-12-04T09:52:42.8532429Z * [new branch] gh/williamwen42/279/head -> origin/gh/williamwen42/279/head 2025-12-04T09:52:42.8532512Z * [new branch] gh/williamwen42/279/orig -> origin/gh/williamwen42/279/orig 2025-12-04T09:52:42.8532594Z * [new branch] gh/williamwen42/282/base -> origin/gh/williamwen42/282/base 2025-12-04T09:52:42.8532679Z * [new branch] gh/williamwen42/282/head -> origin/gh/williamwen42/282/head 2025-12-04T09:52:42.8532761Z * [new branch] gh/williamwen42/282/orig -> origin/gh/williamwen42/282/orig 2025-12-04T09:52:42.8532845Z * [new branch] gh/williamwen42/287/base -> origin/gh/williamwen42/287/base 2025-12-04T09:52:42.8532929Z * [new branch] gh/williamwen42/287/head -> origin/gh/williamwen42/287/head 2025-12-04T09:52:42.8533011Z * [new branch] gh/williamwen42/287/orig -> origin/gh/williamwen42/287/orig 2025-12-04T09:52:42.8533094Z * [new branch] gh/williamwen42/288/base -> origin/gh/williamwen42/288/base 2025-12-04T09:52:42.8533176Z * [new branch] gh/williamwen42/288/head -> origin/gh/williamwen42/288/head 2025-12-04T09:52:42.8533257Z * [new branch] gh/williamwen42/288/orig -> origin/gh/williamwen42/288/orig 2025-12-04T09:52:42.8533341Z * [new branch] gh/williamwen42/296/base -> origin/gh/williamwen42/296/base 2025-12-04T09:52:42.8533424Z * [new branch] gh/williamwen42/296/head -> origin/gh/williamwen42/296/head 2025-12-04T09:52:42.8533505Z * [new branch] gh/williamwen42/296/orig -> origin/gh/williamwen42/296/orig 2025-12-04T09:52:42.8533590Z * [new branch] gh/williamwen42/297/base -> origin/gh/williamwen42/297/base 2025-12-04T09:52:42.8533672Z * [new branch] gh/williamwen42/297/head -> origin/gh/williamwen42/297/head 2025-12-04T09:52:42.8533754Z * [new branch] gh/williamwen42/297/orig -> origin/gh/williamwen42/297/orig 2025-12-04T09:52:42.8533838Z * [new branch] gh/williamwen42/306/base -> origin/gh/williamwen42/306/base 2025-12-04T09:52:42.8533920Z * [new branch] gh/williamwen42/306/head -> origin/gh/williamwen42/306/head 2025-12-04T09:52:42.8534003Z * [new branch] gh/williamwen42/306/orig -> origin/gh/williamwen42/306/orig 2025-12-04T09:52:42.8534087Z * [new branch] gh/williamwen42/309/base -> origin/gh/williamwen42/309/base 2025-12-04T09:52:42.8534169Z * [new branch] gh/williamwen42/309/head -> origin/gh/williamwen42/309/head 2025-12-04T09:52:42.8534251Z * [new branch] gh/williamwen42/309/orig -> origin/gh/williamwen42/309/orig 2025-12-04T09:52:42.8534335Z * [new branch] gh/williamwen42/310/base -> origin/gh/williamwen42/310/base 2025-12-04T09:52:42.8534416Z * [new branch] gh/williamwen42/310/head -> origin/gh/williamwen42/310/head 2025-12-04T09:52:42.8534500Z * [new branch] gh/williamwen42/310/orig -> origin/gh/williamwen42/310/orig 2025-12-04T09:52:42.8534581Z * [new branch] gh/williamwen42/311/base -> origin/gh/williamwen42/311/base 2025-12-04T09:52:42.8534663Z * [new branch] gh/williamwen42/311/head -> origin/gh/williamwen42/311/head 2025-12-04T09:52:42.8534779Z * [new branch] gh/williamwen42/311/orig -> origin/gh/williamwen42/311/orig 2025-12-04T09:52:42.8534861Z * [new branch] gh/williamwen42/319/base -> origin/gh/williamwen42/319/base 2025-12-04T09:52:42.8534943Z * [new branch] gh/williamwen42/319/head -> origin/gh/williamwen42/319/head 2025-12-04T09:52:42.8535058Z * [new branch] gh/williamwen42/319/orig -> origin/gh/williamwen42/319/orig 2025-12-04T09:52:42.8535140Z * [new branch] gh/williamwen42/325/base -> origin/gh/williamwen42/325/base 2025-12-04T09:52:42.8535221Z * [new branch] gh/williamwen42/325/head -> origin/gh/williamwen42/325/head 2025-12-04T09:52:42.8535305Z * [new branch] gh/williamwen42/325/orig -> origin/gh/williamwen42/325/orig 2025-12-04T09:52:42.8535388Z * [new branch] gh/williamwen42/326/base -> origin/gh/williamwen42/326/base 2025-12-04T09:52:42.8535471Z * [new branch] gh/williamwen42/326/head -> origin/gh/williamwen42/326/head 2025-12-04T09:52:42.8535554Z * [new branch] gh/williamwen42/326/orig -> origin/gh/williamwen42/326/orig 2025-12-04T09:52:42.8535636Z * [new branch] gh/williamwen42/327/base -> origin/gh/williamwen42/327/base 2025-12-04T09:52:42.8535721Z * [new branch] gh/williamwen42/327/head -> origin/gh/williamwen42/327/head 2025-12-04T09:52:42.8535803Z * [new branch] gh/williamwen42/327/orig -> origin/gh/williamwen42/327/orig 2025-12-04T09:52:42.8535885Z * [new branch] gh/williamwen42/328/base -> origin/gh/williamwen42/328/base 2025-12-04T09:52:42.8535968Z * [new branch] gh/williamwen42/328/head -> origin/gh/williamwen42/328/head 2025-12-04T09:52:42.8536049Z * [new branch] gh/williamwen42/328/orig -> origin/gh/williamwen42/328/orig 2025-12-04T09:52:42.8536132Z * [new branch] gh/williamwen42/329/base -> origin/gh/williamwen42/329/base 2025-12-04T09:52:42.8536217Z * [new branch] gh/williamwen42/329/head -> origin/gh/williamwen42/329/head 2025-12-04T09:52:42.8536298Z * [new branch] gh/williamwen42/329/orig -> origin/gh/williamwen42/329/orig 2025-12-04T09:52:42.8536380Z * [new branch] gh/williamwen42/330/base -> origin/gh/williamwen42/330/base 2025-12-04T09:52:42.8536467Z * [new branch] gh/williamwen42/330/head -> origin/gh/williamwen42/330/head 2025-12-04T09:52:42.8536549Z * [new branch] gh/williamwen42/330/orig -> origin/gh/williamwen42/330/orig 2025-12-04T09:52:42.8536631Z * [new branch] gh/williamwen42/331/base -> origin/gh/williamwen42/331/base 2025-12-04T09:52:42.8536741Z * [new branch] gh/williamwen42/331/head -> origin/gh/williamwen42/331/head 2025-12-04T09:52:42.8536826Z * [new branch] gh/williamwen42/331/orig -> origin/gh/williamwen42/331/orig 2025-12-04T09:52:42.8536910Z * [new branch] gh/williamwen42/332/base -> origin/gh/williamwen42/332/base 2025-12-04T09:52:42.8536994Z * [new branch] gh/williamwen42/332/head -> origin/gh/williamwen42/332/head 2025-12-04T09:52:42.8537075Z * [new branch] gh/williamwen42/332/orig -> origin/gh/williamwen42/332/orig 2025-12-04T09:52:42.8537160Z * [new branch] gh/williamwen42/333/base -> origin/gh/williamwen42/333/base 2025-12-04T09:52:42.8537242Z * [new branch] gh/williamwen42/333/head -> origin/gh/williamwen42/333/head 2025-12-04T09:52:42.8537324Z * [new branch] gh/williamwen42/333/orig -> origin/gh/williamwen42/333/orig 2025-12-04T09:52:42.8537407Z * [new branch] gh/williamwen42/334/base -> origin/gh/williamwen42/334/base 2025-12-04T09:52:42.8537489Z * [new branch] gh/williamwen42/334/head -> origin/gh/williamwen42/334/head 2025-12-04T09:52:42.8537611Z * [new branch] gh/williamwen42/334/orig -> origin/gh/williamwen42/334/orig 2025-12-04T09:52:42.8537695Z * [new branch] gh/williamwen42/335/base -> origin/gh/williamwen42/335/base 2025-12-04T09:52:42.8537777Z * [new branch] gh/williamwen42/335/head -> origin/gh/williamwen42/335/head 2025-12-04T09:52:42.8537898Z * [new branch] gh/williamwen42/335/orig -> origin/gh/williamwen42/335/orig 2025-12-04T09:52:42.8537982Z * [new branch] gh/williamwen42/336/base -> origin/gh/williamwen42/336/base 2025-12-04T09:52:42.8538063Z * [new branch] gh/williamwen42/336/head -> origin/gh/williamwen42/336/head 2025-12-04T09:52:42.8538145Z * [new branch] gh/williamwen42/336/orig -> origin/gh/williamwen42/336/orig 2025-12-04T09:52:42.8538228Z * [new branch] gh/williamwen42/337/base -> origin/gh/williamwen42/337/base 2025-12-04T09:52:42.8538311Z * [new branch] gh/williamwen42/337/head -> origin/gh/williamwen42/337/head 2025-12-04T09:52:42.8538394Z * [new branch] gh/williamwen42/337/orig -> origin/gh/williamwen42/337/orig 2025-12-04T09:52:42.8538478Z * [new branch] gh/williamwen42/338/base -> origin/gh/williamwen42/338/base 2025-12-04T09:52:42.8538560Z * [new branch] gh/williamwen42/338/head -> origin/gh/williamwen42/338/head 2025-12-04T09:52:42.8538646Z * [new branch] gh/williamwen42/338/orig -> origin/gh/williamwen42/338/orig 2025-12-04T09:52:42.8538728Z * [new branch] gh/williamwen42/339/base -> origin/gh/williamwen42/339/base 2025-12-04T09:52:42.8538812Z * [new branch] gh/williamwen42/339/head -> origin/gh/williamwen42/339/head 2025-12-04T09:52:42.8538895Z * [new branch] gh/williamwen42/339/orig -> origin/gh/williamwen42/339/orig 2025-12-04T09:52:42.8538977Z * [new branch] gh/williamwen42/340/base -> origin/gh/williamwen42/340/base 2025-12-04T09:52:42.8539060Z * [new branch] gh/williamwen42/340/head -> origin/gh/williamwen42/340/head 2025-12-04T09:52:42.8539144Z * [new branch] gh/williamwen42/340/orig -> origin/gh/williamwen42/340/orig 2025-12-04T09:52:42.8539225Z * [new branch] gh/williamwen42/341/base -> origin/gh/williamwen42/341/base 2025-12-04T09:52:42.8539309Z * [new branch] gh/williamwen42/341/head -> origin/gh/williamwen42/341/head 2025-12-04T09:52:42.8539393Z * [new branch] gh/williamwen42/341/orig -> origin/gh/williamwen42/341/orig 2025-12-04T09:52:42.8539475Z * [new branch] gh/williamwen42/342/base -> origin/gh/williamwen42/342/base 2025-12-04T09:52:42.8539556Z * [new branch] gh/williamwen42/342/head -> origin/gh/williamwen42/342/head 2025-12-04T09:52:42.8539640Z * [new branch] gh/williamwen42/342/orig -> origin/gh/williamwen42/342/orig 2025-12-04T09:52:42.8539723Z * [new branch] gh/williamwen42/343/base -> origin/gh/williamwen42/343/base 2025-12-04T09:52:42.8539805Z * [new branch] gh/williamwen42/343/head -> origin/gh/williamwen42/343/head 2025-12-04T09:52:42.8539890Z * [new branch] gh/williamwen42/343/orig -> origin/gh/williamwen42/343/orig 2025-12-04T09:52:42.8539973Z * [new branch] gh/williamwen42/344/base -> origin/gh/williamwen42/344/base 2025-12-04T09:52:42.8540055Z * [new branch] gh/williamwen42/344/head -> origin/gh/williamwen42/344/head 2025-12-04T09:52:42.8540137Z * [new branch] gh/williamwen42/344/orig -> origin/gh/williamwen42/344/orig 2025-12-04T09:52:42.8540221Z * [new branch] gh/williamwen42/345/base -> origin/gh/williamwen42/345/base 2025-12-04T09:52:42.8540304Z * [new branch] gh/williamwen42/345/head -> origin/gh/williamwen42/345/head 2025-12-04T09:52:42.8540415Z * [new branch] gh/williamwen42/345/orig -> origin/gh/williamwen42/345/orig 2025-12-04T09:52:42.8540497Z * [new branch] gh/williamwen42/346/base -> origin/gh/williamwen42/346/base 2025-12-04T09:52:42.8540581Z * [new branch] gh/williamwen42/346/head -> origin/gh/williamwen42/346/head 2025-12-04T09:52:42.8540663Z * [new branch] gh/williamwen42/346/orig -> origin/gh/williamwen42/346/orig 2025-12-04T09:52:42.8540809Z * [new branch] gh/williamwen42/347/base -> origin/gh/williamwen42/347/base 2025-12-04T09:52:42.8540893Z * [new branch] gh/williamwen42/347/head -> origin/gh/williamwen42/347/head 2025-12-04T09:52:42.8540975Z * [new branch] gh/williamwen42/347/orig -> origin/gh/williamwen42/347/orig 2025-12-04T09:52:42.8541057Z * [new branch] gh/williamwen42/348/base -> origin/gh/williamwen42/348/base 2025-12-04T09:52:42.8541141Z * [new branch] gh/williamwen42/348/head -> origin/gh/williamwen42/348/head 2025-12-04T09:52:42.8541224Z * [new branch] gh/williamwen42/348/orig -> origin/gh/williamwen42/348/orig 2025-12-04T09:52:42.8541308Z * [new branch] gh/williamwen42/349/base -> origin/gh/williamwen42/349/base 2025-12-04T09:52:42.8541390Z * [new branch] gh/williamwen42/349/head -> origin/gh/williamwen42/349/head 2025-12-04T09:52:42.8541474Z * [new branch] gh/williamwen42/349/orig -> origin/gh/williamwen42/349/orig 2025-12-04T09:52:42.8541557Z * [new branch] gh/williamwen42/350/base -> origin/gh/williamwen42/350/base 2025-12-04T09:52:42.8541639Z * [new branch] gh/williamwen42/350/head -> origin/gh/williamwen42/350/head 2025-12-04T09:52:42.8541720Z * [new branch] gh/williamwen42/350/orig -> origin/gh/williamwen42/350/orig 2025-12-04T09:52:42.8541803Z * [new branch] gh/williamwen42/351/base -> origin/gh/williamwen42/351/base 2025-12-04T09:52:42.8541886Z * [new branch] gh/williamwen42/351/head -> origin/gh/williamwen42/351/head 2025-12-04T09:52:42.8541968Z * [new branch] gh/williamwen42/351/orig -> origin/gh/williamwen42/351/orig 2025-12-04T09:52:42.8542051Z * [new branch] gh/williamwen42/352/base -> origin/gh/williamwen42/352/base 2025-12-04T09:52:42.8542134Z * [new branch] gh/williamwen42/352/head -> origin/gh/williamwen42/352/head 2025-12-04T09:52:42.8542216Z * [new branch] gh/williamwen42/352/orig -> origin/gh/williamwen42/352/orig 2025-12-04T09:52:42.8542300Z * [new branch] gh/williamwen42/353/base -> origin/gh/williamwen42/353/base 2025-12-04T09:52:42.8542382Z * [new branch] gh/williamwen42/353/head -> origin/gh/williamwen42/353/head 2025-12-04T09:52:42.8542463Z * [new branch] gh/williamwen42/353/orig -> origin/gh/williamwen42/353/orig 2025-12-04T09:52:42.8542546Z * [new branch] gh/williamwen42/354/base -> origin/gh/williamwen42/354/base 2025-12-04T09:52:42.8542627Z * [new branch] gh/williamwen42/354/head -> origin/gh/williamwen42/354/head 2025-12-04T09:52:42.8542711Z * [new branch] gh/williamwen42/354/orig -> origin/gh/williamwen42/354/orig 2025-12-04T09:52:42.8542794Z * [new branch] gh/williamwen42/355/base -> origin/gh/williamwen42/355/base 2025-12-04T09:52:42.8542878Z * [new branch] gh/williamwen42/355/head -> origin/gh/williamwen42/355/head 2025-12-04T09:52:42.8542962Z * [new branch] gh/williamwen42/355/orig -> origin/gh/williamwen42/355/orig 2025-12-04T09:52:42.8543044Z * [new branch] gh/williamwen42/356/base -> origin/gh/williamwen42/356/base 2025-12-04T09:52:42.8543127Z * [new branch] gh/williamwen42/356/head -> origin/gh/williamwen42/356/head 2025-12-04T09:52:42.8543263Z * [new branch] gh/williamwen42/356/orig -> origin/gh/williamwen42/356/orig 2025-12-04T09:52:42.8543345Z * [new branch] gh/williamwen42/357/base -> origin/gh/williamwen42/357/base 2025-12-04T09:52:42.8543427Z * [new branch] gh/williamwen42/357/head -> origin/gh/williamwen42/357/head 2025-12-04T09:52:42.8543511Z * [new branch] gh/williamwen42/357/orig -> origin/gh/williamwen42/357/orig 2025-12-04T09:52:42.8543621Z * [new branch] gh/williamwen42/358/base -> origin/gh/williamwen42/358/base 2025-12-04T09:52:42.8543703Z * [new branch] gh/williamwen42/358/head -> origin/gh/williamwen42/358/head 2025-12-04T09:52:42.8543786Z * [new branch] gh/williamwen42/358/orig -> origin/gh/williamwen42/358/orig 2025-12-04T09:52:42.8543860Z * [new branch] gh/xmfan/169/base -> origin/gh/xmfan/169/base 2025-12-04T09:52:42.8543933Z * [new branch] gh/xmfan/169/head -> origin/gh/xmfan/169/head 2025-12-04T09:52:42.8544009Z * [new branch] gh/xmfan/170/base -> origin/gh/xmfan/170/base 2025-12-04T09:52:42.8544080Z * [new branch] gh/xmfan/170/head -> origin/gh/xmfan/170/head 2025-12-04T09:52:42.8544151Z * [new branch] gh/xmfan/274/base -> origin/gh/xmfan/274/base 2025-12-04T09:52:42.8544224Z * [new branch] gh/xmfan/274/head -> origin/gh/xmfan/274/head 2025-12-04T09:52:42.8544294Z * [new branch] gh/xmfan/274/orig -> origin/gh/xmfan/274/orig 2025-12-04T09:52:42.8544367Z * [new branch] gh/xmfan/277/base -> origin/gh/xmfan/277/base 2025-12-04T09:52:42.8544438Z * [new branch] gh/xmfan/277/head -> origin/gh/xmfan/277/head 2025-12-04T09:52:42.8544509Z * [new branch] gh/xmfan/277/orig -> origin/gh/xmfan/277/orig 2025-12-04T09:52:42.8544581Z * [new branch] gh/xmfan/301/base -> origin/gh/xmfan/301/base 2025-12-04T09:52:42.8544652Z * [new branch] gh/xmfan/301/head -> origin/gh/xmfan/301/head 2025-12-04T09:52:42.8544722Z * [new branch] gh/xmfan/301/orig -> origin/gh/xmfan/301/orig 2025-12-04T09:52:42.8544796Z * [new branch] gh/xmfan/304/base -> origin/gh/xmfan/304/base 2025-12-04T09:52:42.8544868Z * [new branch] gh/xmfan/304/head -> origin/gh/xmfan/304/head 2025-12-04T09:52:42.8544939Z * [new branch] gh/xmfan/304/orig -> origin/gh/xmfan/304/orig 2025-12-04T09:52:42.8545011Z * [new branch] gh/xmfan/309/base -> origin/gh/xmfan/309/base 2025-12-04T09:52:42.8545082Z * [new branch] gh/xmfan/309/head -> origin/gh/xmfan/309/head 2025-12-04T09:52:42.8545152Z * [new branch] gh/xmfan/309/orig -> origin/gh/xmfan/309/orig 2025-12-04T09:52:42.8545225Z * [new branch] gh/xmfan/310/base -> origin/gh/xmfan/310/base 2025-12-04T09:52:42.8545297Z * [new branch] gh/xmfan/310/head -> origin/gh/xmfan/310/head 2025-12-04T09:52:42.8545367Z * [new branch] gh/xmfan/310/orig -> origin/gh/xmfan/310/orig 2025-12-04T09:52:42.8545439Z * [new branch] gh/xmfan/311/base -> origin/gh/xmfan/311/base 2025-12-04T09:52:42.8545511Z * [new branch] gh/xmfan/311/head -> origin/gh/xmfan/311/head 2025-12-04T09:52:42.8545581Z * [new branch] gh/xmfan/311/orig -> origin/gh/xmfan/311/orig 2025-12-04T09:52:42.8545653Z * [new branch] gh/xmfan/312/base -> origin/gh/xmfan/312/base 2025-12-04T09:52:42.8545723Z * [new branch] gh/xmfan/312/head -> origin/gh/xmfan/312/head 2025-12-04T09:52:42.8545796Z * [new branch] gh/xmfan/312/orig -> origin/gh/xmfan/312/orig 2025-12-04T09:52:42.8545897Z * [new branch] gh/xmfan/313/base -> origin/gh/xmfan/313/base 2025-12-04T09:52:42.8545968Z * [new branch] gh/xmfan/313/head -> origin/gh/xmfan/313/head 2025-12-04T09:52:42.8546040Z * [new branch] gh/xmfan/313/orig -> origin/gh/xmfan/313/orig 2025-12-04T09:52:42.8546124Z * [new branch] gh/xuanzhang816/27/base -> origin/gh/xuanzhang816/27/base 2025-12-04T09:52:42.8546234Z * [new branch] gh/xuanzhang816/27/head -> origin/gh/xuanzhang816/27/head 2025-12-04T09:52:42.8546319Z * [new branch] gh/xuanzhang816/27/orig -> origin/gh/xuanzhang816/27/orig 2025-12-04T09:52:42.8546400Z * [new branch] gh/xuanzhang816/32/base -> origin/gh/xuanzhang816/32/base 2025-12-04T09:52:42.8546480Z * [new branch] gh/xuanzhang816/32/head -> origin/gh/xuanzhang816/32/head 2025-12-04T09:52:42.8546561Z * [new branch] gh/xuanzhang816/32/orig -> origin/gh/xuanzhang816/32/orig 2025-12-04T09:52:42.8546642Z * [new branch] gh/xuanzhang816/33/base -> origin/gh/xuanzhang816/33/base 2025-12-04T09:52:42.8546786Z * [new branch] gh/xuanzhang816/33/head -> origin/gh/xuanzhang816/33/head 2025-12-04T09:52:42.8546870Z * [new branch] gh/xuanzhang816/33/orig -> origin/gh/xuanzhang816/33/orig 2025-12-04T09:52:42.8546951Z * [new branch] gh/xuanzhang816/34/base -> origin/gh/xuanzhang816/34/base 2025-12-04T09:52:42.8547031Z * [new branch] gh/xuanzhang816/34/head -> origin/gh/xuanzhang816/34/head 2025-12-04T09:52:42.8547111Z * [new branch] gh/xuanzhang816/34/orig -> origin/gh/xuanzhang816/34/orig 2025-12-04T09:52:42.8547191Z * [new branch] gh/xuanzhang816/35/base -> origin/gh/xuanzhang816/35/base 2025-12-04T09:52:42.8547272Z * [new branch] gh/xuanzhang816/35/head -> origin/gh/xuanzhang816/35/head 2025-12-04T09:52:42.8547355Z * [new branch] gh/xuanzhang816/35/orig -> origin/gh/xuanzhang816/35/orig 2025-12-04T09:52:42.8547433Z * [new branch] gh/yanbing-j/11/base -> origin/gh/yanbing-j/11/base 2025-12-04T09:52:42.8547511Z * [new branch] gh/yanbing-j/11/head -> origin/gh/yanbing-j/11/head 2025-12-04T09:52:42.8547586Z * [new branch] gh/yanbing-j/11/orig -> origin/gh/yanbing-j/11/orig 2025-12-04T09:52:42.8547663Z * [new branch] gh/yanbing-j/12/base -> origin/gh/yanbing-j/12/base 2025-12-04T09:52:42.8547739Z * [new branch] gh/yanbing-j/12/head -> origin/gh/yanbing-j/12/head 2025-12-04T09:52:42.8547813Z * [new branch] gh/yanbing-j/12/orig -> origin/gh/yanbing-j/12/orig 2025-12-04T09:52:42.8547886Z * [new branch] gh/yanbing-j/13/base -> origin/gh/yanbing-j/13/base 2025-12-04T09:52:42.8547962Z * [new branch] gh/yanbing-j/13/head -> origin/gh/yanbing-j/13/head 2025-12-04T09:52:42.8548037Z * [new branch] gh/yanbing-j/13/orig -> origin/gh/yanbing-j/13/orig 2025-12-04T09:52:42.8548111Z * [new branch] gh/yanbing-j/14/base -> origin/gh/yanbing-j/14/base 2025-12-04T09:52:42.8548188Z * [new branch] gh/yanbing-j/14/head -> origin/gh/yanbing-j/14/head 2025-12-04T09:52:42.8548263Z * [new branch] gh/yanbing-j/14/orig -> origin/gh/yanbing-j/14/orig 2025-12-04T09:52:42.8548336Z * [new branch] gh/yanbing-j/15/base -> origin/gh/yanbing-j/15/base 2025-12-04T09:52:42.8548412Z * [new branch] gh/yanbing-j/15/head -> origin/gh/yanbing-j/15/head 2025-12-04T09:52:42.8548486Z * [new branch] gh/yanbing-j/15/orig -> origin/gh/yanbing-j/15/orig 2025-12-04T09:52:42.8548560Z * [new branch] gh/yanbing-j/18/base -> origin/gh/yanbing-j/18/base 2025-12-04T09:52:42.8548636Z * [new branch] gh/yanbing-j/18/head -> origin/gh/yanbing-j/18/head 2025-12-04T09:52:42.8548761Z * [new branch] gh/yanbing-j/18/orig -> origin/gh/yanbing-j/18/orig 2025-12-04T09:52:42.8548837Z * [new branch] gh/yanbing-j/19/base -> origin/gh/yanbing-j/19/base 2025-12-04T09:52:42.8548911Z * [new branch] gh/yanbing-j/19/head -> origin/gh/yanbing-j/19/head 2025-12-04T09:52:42.8549029Z * [new branch] gh/yanbing-j/19/orig -> origin/gh/yanbing-j/19/orig 2025-12-04T09:52:42.8549105Z * [new branch] gh/yanbing-j/20/base -> origin/gh/yanbing-j/20/base 2025-12-04T09:52:42.8549179Z * [new branch] gh/yanbing-j/20/head -> origin/gh/yanbing-j/20/head 2025-12-04T09:52:42.8549254Z * [new branch] gh/yanbing-j/20/orig -> origin/gh/yanbing-j/20/orig 2025-12-04T09:52:42.8549330Z * [new branch] gh/yanbing-j/21/base -> origin/gh/yanbing-j/21/base 2025-12-04T09:52:42.8549405Z * [new branch] gh/yanbing-j/21/head -> origin/gh/yanbing-j/21/head 2025-12-04T09:52:42.8549479Z * [new branch] gh/yanbing-j/22/base -> origin/gh/yanbing-j/22/base 2025-12-04T09:52:42.8549555Z * [new branch] gh/yanbing-j/22/head -> origin/gh/yanbing-j/22/head 2025-12-04T09:52:42.8549629Z * [new branch] gh/yanbing-j/22/orig -> origin/gh/yanbing-j/22/orig 2025-12-04T09:52:42.8549705Z * [new branch] gh/yanbing-j/23/base -> origin/gh/yanbing-j/23/base 2025-12-04T09:52:42.8549781Z * [new branch] gh/yanbing-j/23/head -> origin/gh/yanbing-j/23/head 2025-12-04T09:52:42.8549855Z * [new branch] gh/yanbing-j/23/orig -> origin/gh/yanbing-j/23/orig 2025-12-04T09:52:42.8549928Z * [new branch] gh/yanbing-j/24/base -> origin/gh/yanbing-j/24/base 2025-12-04T09:52:42.8550004Z * [new branch] gh/yanbing-j/24/head -> origin/gh/yanbing-j/24/head 2025-12-04T09:52:42.8550079Z * [new branch] gh/yanbing-j/24/orig -> origin/gh/yanbing-j/24/orig 2025-12-04T09:52:42.8550153Z * [new branch] gh/yanbing-j/25/base -> origin/gh/yanbing-j/25/base 2025-12-04T09:52:42.8550229Z * [new branch] gh/yanbing-j/25/head -> origin/gh/yanbing-j/25/head 2025-12-04T09:52:42.8550304Z * [new branch] gh/yanbing-j/25/orig -> origin/gh/yanbing-j/25/orig 2025-12-04T09:52:42.8550385Z * [new branch] gh/yanbing-j/26/base -> origin/gh/yanbing-j/26/base 2025-12-04T09:52:42.8550462Z * [new branch] gh/yanbing-j/26/head -> origin/gh/yanbing-j/26/head 2025-12-04T09:52:42.8550537Z * [new branch] gh/yanbing-j/26/orig -> origin/gh/yanbing-j/26/orig 2025-12-04T09:52:42.8550625Z * [new branch] gh/yang-yu-hang/1/base -> origin/gh/yang-yu-hang/1/base 2025-12-04T09:52:42.8550707Z * [new branch] gh/yang-yu-hang/1/head -> origin/gh/yang-yu-hang/1/head 2025-12-04T09:52:42.8550785Z * [new branch] gh/yang-yu-hang/1/orig -> origin/gh/yang-yu-hang/1/orig 2025-12-04T09:52:42.8550863Z * [new branch] gh/yang-yu-hang/2/base -> origin/gh/yang-yu-hang/2/base 2025-12-04T09:52:42.8550941Z * [new branch] gh/yang-yu-hang/2/head -> origin/gh/yang-yu-hang/2/head 2025-12-04T09:52:42.8551018Z * [new branch] gh/yang-yu-hang/2/orig -> origin/gh/yang-yu-hang/2/orig 2025-12-04T09:52:42.8551097Z * [new branch] gh/yang-yu-hang/3/base -> origin/gh/yang-yu-hang/3/base 2025-12-04T09:52:42.8551174Z * [new branch] gh/yang-yu-hang/3/head -> origin/gh/yang-yu-hang/3/head 2025-12-04T09:52:42.8551250Z * [new branch] gh/yang-yu-hang/3/orig -> origin/gh/yang-yu-hang/3/orig 2025-12-04T09:52:42.8551330Z * [new branch] gh/yangw-dev/12/base -> origin/gh/yangw-dev/12/base 2025-12-04T09:52:42.8551435Z * [new branch] gh/yangw-dev/12/head -> origin/gh/yangw-dev/12/head 2025-12-04T09:52:42.8551511Z * [new branch] gh/yangw-dev/12/orig -> origin/gh/yangw-dev/12/orig 2025-12-04T09:52:42.8551587Z * [new branch] gh/yangw-dev/13/base -> origin/gh/yangw-dev/13/base 2025-12-04T09:52:42.8551703Z * [new branch] gh/yangw-dev/13/head -> origin/gh/yangw-dev/13/head 2025-12-04T09:52:42.8551779Z * [new branch] gh/yangw-dev/13/orig -> origin/gh/yangw-dev/13/orig 2025-12-04T09:52:42.8551853Z * [new branch] gh/yangw-dev/14/base -> origin/gh/yangw-dev/14/base 2025-12-04T09:52:42.8551926Z * [new branch] gh/yangw-dev/14/head -> origin/gh/yangw-dev/14/head 2025-12-04T09:52:42.8552002Z * [new branch] gh/yangw-dev/14/orig -> origin/gh/yangw-dev/14/orig 2025-12-04T09:52:42.8552079Z * [new branch] gh/yangw-dev/15/base -> origin/gh/yangw-dev/15/base 2025-12-04T09:52:42.8552153Z * [new branch] gh/yangw-dev/15/head -> origin/gh/yangw-dev/15/head 2025-12-04T09:52:42.8552230Z * [new branch] gh/yangw-dev/15/orig -> origin/gh/yangw-dev/15/orig 2025-12-04T09:52:42.8552305Z * [new branch] gh/yangw-dev/19/base -> origin/gh/yangw-dev/19/base 2025-12-04T09:52:42.8552380Z * [new branch] gh/yangw-dev/19/head -> origin/gh/yangw-dev/19/head 2025-12-04T09:52:42.8552456Z * [new branch] gh/yangw-dev/19/orig -> origin/gh/yangw-dev/19/orig 2025-12-04T09:52:42.8552530Z * [new branch] gh/yangw-dev/26/base -> origin/gh/yangw-dev/26/base 2025-12-04T09:52:42.8552604Z * [new branch] gh/yangw-dev/26/head -> origin/gh/yangw-dev/26/head 2025-12-04T09:52:42.8552679Z * [new branch] gh/yangw-dev/26/orig -> origin/gh/yangw-dev/26/orig 2025-12-04T09:52:42.8552754Z * [new branch] gh/yangw-dev/27/base -> origin/gh/yangw-dev/27/base 2025-12-04T09:52:42.8552828Z * [new branch] gh/yangw-dev/27/head -> origin/gh/yangw-dev/27/head 2025-12-04T09:52:42.8552903Z * [new branch] gh/yangw-dev/27/orig -> origin/gh/yangw-dev/27/orig 2025-12-04T09:52:42.8552978Z * [new branch] gh/ydwu4/292/base -> origin/gh/ydwu4/292/base 2025-12-04T09:52:42.8553052Z * [new branch] gh/ydwu4/292/head -> origin/gh/ydwu4/292/head 2025-12-04T09:52:42.8553125Z * [new branch] gh/ydwu4/292/orig -> origin/gh/ydwu4/292/orig 2025-12-04T09:52:42.8553197Z * [new branch] gh/ydwu4/294/base -> origin/gh/ydwu4/294/base 2025-12-04T09:52:42.8553269Z * [new branch] gh/ydwu4/294/head -> origin/gh/ydwu4/294/head 2025-12-04T09:52:42.8553339Z * [new branch] gh/ydwu4/294/orig -> origin/gh/ydwu4/294/orig 2025-12-04T09:52:42.8553410Z * [new branch] gh/ydwu4/295/base -> origin/gh/ydwu4/295/base 2025-12-04T09:52:42.8553481Z * [new branch] gh/ydwu4/295/head -> origin/gh/ydwu4/295/head 2025-12-04T09:52:42.8553551Z * [new branch] gh/ydwu4/295/orig -> origin/gh/ydwu4/295/orig 2025-12-04T09:52:42.8553622Z * [new branch] gh/ydwu4/296/base -> origin/gh/ydwu4/296/base 2025-12-04T09:52:42.8553693Z * [new branch] gh/ydwu4/296/head -> origin/gh/ydwu4/296/head 2025-12-04T09:52:42.8553763Z * [new branch] gh/ydwu4/296/orig -> origin/gh/ydwu4/296/orig 2025-12-04T09:52:42.8553833Z * [new branch] gh/ydwu4/306/base -> origin/gh/ydwu4/306/base 2025-12-04T09:52:42.8553904Z * [new branch] gh/ydwu4/306/head -> origin/gh/ydwu4/306/head 2025-12-04T09:52:42.8553973Z * [new branch] gh/ydwu4/306/orig -> origin/gh/ydwu4/306/orig 2025-12-04T09:52:42.8554072Z * [new branch] gh/ydwu4/312/base -> origin/gh/ydwu4/312/base 2025-12-04T09:52:42.8554144Z * [new branch] gh/ydwu4/312/head -> origin/gh/ydwu4/312/head 2025-12-04T09:52:42.8554213Z * [new branch] gh/ydwu4/312/orig -> origin/gh/ydwu4/312/orig 2025-12-04T09:52:42.8554311Z * [new branch] gh/ydwu4/322/base -> origin/gh/ydwu4/322/base 2025-12-04T09:52:42.8554382Z * [new branch] gh/ydwu4/322/head -> origin/gh/ydwu4/322/head 2025-12-04T09:52:42.8554452Z * [new branch] gh/ydwu4/322/orig -> origin/gh/ydwu4/322/orig 2025-12-04T09:52:42.8554522Z * [new branch] gh/ydwu4/327/base -> origin/gh/ydwu4/327/base 2025-12-04T09:52:42.8554594Z * [new branch] gh/ydwu4/327/head -> origin/gh/ydwu4/327/head 2025-12-04T09:52:42.8554665Z * [new branch] gh/ydwu4/327/orig -> origin/gh/ydwu4/327/orig 2025-12-04T09:52:42.8554736Z * [new branch] gh/ydwu4/328/base -> origin/gh/ydwu4/328/base 2025-12-04T09:52:42.8554806Z * [new branch] gh/ydwu4/328/head -> origin/gh/ydwu4/328/head 2025-12-04T09:52:42.8554875Z * [new branch] gh/ydwu4/328/orig -> origin/gh/ydwu4/328/orig 2025-12-04T09:52:42.8554948Z * [new branch] gh/ydwu4/329/base -> origin/gh/ydwu4/329/base 2025-12-04T09:52:42.8555017Z * [new branch] gh/ydwu4/329/head -> origin/gh/ydwu4/329/head 2025-12-04T09:52:42.8555087Z * [new branch] gh/ydwu4/329/orig -> origin/gh/ydwu4/329/orig 2025-12-04T09:52:42.8555157Z * [new branch] gh/ydwu4/330/base -> origin/gh/ydwu4/330/base 2025-12-04T09:52:42.8555227Z * [new branch] gh/ydwu4/330/head -> origin/gh/ydwu4/330/head 2025-12-04T09:52:42.8555298Z * [new branch] gh/ydwu4/330/orig -> origin/gh/ydwu4/330/orig 2025-12-04T09:52:42.8555370Z * [new branch] gh/ydwu4/331/base -> origin/gh/ydwu4/331/base 2025-12-04T09:52:42.8555439Z * [new branch] gh/ydwu4/331/head -> origin/gh/ydwu4/331/head 2025-12-04T09:52:42.8555509Z * [new branch] gh/ydwu4/331/orig -> origin/gh/ydwu4/331/orig 2025-12-04T09:52:42.8555583Z * [new branch] gh/ydwu4/332/base -> origin/gh/ydwu4/332/base 2025-12-04T09:52:42.8555653Z * [new branch] gh/ydwu4/332/head -> origin/gh/ydwu4/332/head 2025-12-04T09:52:42.8555723Z * [new branch] gh/ydwu4/332/orig -> origin/gh/ydwu4/332/orig 2025-12-04T09:52:42.8555794Z * [new branch] gh/ydwu4/333/base -> origin/gh/ydwu4/333/base 2025-12-04T09:52:42.8555865Z * [new branch] gh/ydwu4/333/head -> origin/gh/ydwu4/333/head 2025-12-04T09:52:42.8555935Z * [new branch] gh/ydwu4/333/orig -> origin/gh/ydwu4/333/orig 2025-12-04T09:52:42.8556007Z * [new branch] gh/ydwu4/334/base -> origin/gh/ydwu4/334/base 2025-12-04T09:52:42.8556077Z * [new branch] gh/ydwu4/334/head -> origin/gh/ydwu4/334/head 2025-12-04T09:52:42.8556146Z * [new branch] gh/ydwu4/334/orig -> origin/gh/ydwu4/334/orig 2025-12-04T09:52:42.8556219Z * [new branch] gh/ydwu4/335/base -> origin/gh/ydwu4/335/base 2025-12-04T09:52:42.8556288Z * [new branch] gh/ydwu4/335/head -> origin/gh/ydwu4/335/head 2025-12-04T09:52:42.8556359Z * [new branch] gh/ydwu4/335/orig -> origin/gh/ydwu4/335/orig 2025-12-04T09:52:42.8556429Z * [new branch] gh/ydwu4/337/base -> origin/gh/ydwu4/337/base 2025-12-04T09:52:42.8556498Z * [new branch] gh/ydwu4/337/head -> origin/gh/ydwu4/337/head 2025-12-04T09:52:42.8556600Z * [new branch] gh/ydwu4/337/orig -> origin/gh/ydwu4/337/orig 2025-12-04T09:52:42.8556671Z * [new branch] gh/ydwu4/339/base -> origin/gh/ydwu4/339/base 2025-12-04T09:52:42.8556860Z * [new branch] gh/ydwu4/339/head -> origin/gh/ydwu4/339/head 2025-12-04T09:52:42.8556970Z * [new branch] gh/ydwu4/339/orig -> origin/gh/ydwu4/339/orig 2025-12-04T09:52:42.8557039Z * [new branch] gh/yf225/133/base -> origin/gh/yf225/133/base 2025-12-04T09:52:42.8557108Z * [new branch] gh/yf225/133/head -> origin/gh/yf225/133/head 2025-12-04T09:52:42.8557180Z * [new branch] gh/yf225/93/base -> origin/gh/yf225/93/base 2025-12-04T09:52:42.8557250Z * [new branch] gh/yf225/93/head -> origin/gh/yf225/93/head 2025-12-04T09:52:42.8557327Z * [new branch] gh/yifuwang/152/base -> origin/gh/yifuwang/152/base 2025-12-04T09:52:42.8557407Z * [new branch] gh/yifuwang/152/head -> origin/gh/yifuwang/152/head 2025-12-04T09:52:42.8557483Z * [new branch] gh/yifuwang/152/orig -> origin/gh/yifuwang/152/orig 2025-12-04T09:52:42.8557559Z * [new branch] gh/yifuwang/195/base -> origin/gh/yifuwang/195/base 2025-12-04T09:52:42.8557636Z * [new branch] gh/yifuwang/195/head -> origin/gh/yifuwang/195/head 2025-12-04T09:52:42.8557711Z * [new branch] gh/yifuwang/195/orig -> origin/gh/yifuwang/195/orig 2025-12-04T09:52:42.8557787Z * [new branch] gh/yiming0416/1/base -> origin/gh/yiming0416/1/base 2025-12-04T09:52:42.8557864Z * [new branch] gh/yiming0416/1/head -> origin/gh/yiming0416/1/head 2025-12-04T09:52:42.8557938Z * [new branch] gh/yiming0416/2/base -> origin/gh/yiming0416/2/base 2025-12-04T09:52:42.8558018Z * [new branch] gh/yiming0416/2/head -> origin/gh/yiming0416/2/head 2025-12-04T09:52:42.8558096Z * [new branch] gh/yushangdi/1/base -> origin/gh/yushangdi/1/base 2025-12-04T09:52:42.8558172Z * [new branch] gh/yushangdi/1/head -> origin/gh/yushangdi/1/head 2025-12-04T09:52:42.8558248Z * [new branch] gh/yushangdi/10/base -> origin/gh/yushangdi/10/base 2025-12-04T09:52:42.8558325Z * [new branch] gh/yushangdi/10/head -> origin/gh/yushangdi/10/head 2025-12-04T09:52:42.8558400Z * [new branch] gh/yushangdi/10/orig -> origin/gh/yushangdi/10/orig 2025-12-04T09:52:42.8558476Z * [new branch] gh/yushangdi/11/base -> origin/gh/yushangdi/11/base 2025-12-04T09:52:42.8558552Z * [new branch] gh/yushangdi/11/head -> origin/gh/yushangdi/11/head 2025-12-04T09:52:42.8558627Z * [new branch] gh/yushangdi/11/orig -> origin/gh/yushangdi/11/orig 2025-12-04T09:52:42.8558704Z * [new branch] gh/yushangdi/2/base -> origin/gh/yushangdi/2/base 2025-12-04T09:52:42.8558780Z * [new branch] gh/yushangdi/2/head -> origin/gh/yushangdi/2/head 2025-12-04T09:52:42.8558854Z * [new branch] gh/yushangdi/7/base -> origin/gh/yushangdi/7/base 2025-12-04T09:52:42.8558932Z * [new branch] gh/yushangdi/7/head -> origin/gh/yushangdi/7/head 2025-12-04T09:52:42.8559006Z * [new branch] gh/yushangdi/7/orig -> origin/gh/yushangdi/7/orig 2025-12-04T09:52:42.8559080Z * [new branch] gh/yushangdi/8/base -> origin/gh/yushangdi/8/base 2025-12-04T09:52:42.8559156Z * [new branch] gh/yushangdi/8/head -> origin/gh/yushangdi/8/head 2025-12-04T09:52:42.8559231Z * [new branch] gh/yushangdi/8/orig -> origin/gh/yushangdi/8/orig 2025-12-04T09:52:42.8559307Z * [new branch] gh/yushangdi/9/base -> origin/gh/yushangdi/9/base 2025-12-04T09:52:42.8559419Z * [new branch] gh/yushangdi/9/head -> origin/gh/yushangdi/9/head 2025-12-04T09:52:42.8559495Z * [new branch] gh/yushangdi/9/orig -> origin/gh/yushangdi/9/orig 2025-12-04T09:52:42.8559569Z * [new branch] gh/zklaus/19/base -> origin/gh/zklaus/19/base 2025-12-04T09:52:42.8559671Z * [new branch] gh/zklaus/19/head -> origin/gh/zklaus/19/head 2025-12-04T09:52:42.8559743Z * [new branch] gh/zklaus/19/orig -> origin/gh/zklaus/19/orig 2025-12-04T09:52:42.8559815Z * [new branch] gh/zklaus/20/base -> origin/gh/zklaus/20/base 2025-12-04T09:52:42.8559886Z * [new branch] gh/zklaus/20/head -> origin/gh/zklaus/20/head 2025-12-04T09:52:42.8559956Z * [new branch] gh/zklaus/20/orig -> origin/gh/zklaus/20/orig 2025-12-04T09:52:42.8560030Z * [new branch] gh/zklaus/21/base -> origin/gh/zklaus/21/base 2025-12-04T09:52:42.8560101Z * [new branch] gh/zklaus/21/head -> origin/gh/zklaus/21/head 2025-12-04T09:52:42.8560171Z * [new branch] gh/zklaus/21/orig -> origin/gh/zklaus/21/orig 2025-12-04T09:52:42.8560244Z * [new branch] gh/zklaus/22/base -> origin/gh/zklaus/22/base 2025-12-04T09:52:42.8560316Z * [new branch] gh/zklaus/22/head -> origin/gh/zklaus/22/head 2025-12-04T09:52:42.8560387Z * [new branch] gh/zklaus/22/orig -> origin/gh/zklaus/22/orig 2025-12-04T09:52:42.8560462Z * [new branch] gh/zklaus/23/base -> origin/gh/zklaus/23/base 2025-12-04T09:52:42.8560532Z * [new branch] gh/zklaus/23/head -> origin/gh/zklaus/23/head 2025-12-04T09:52:42.8560602Z * [new branch] gh/zklaus/23/orig -> origin/gh/zklaus/23/orig 2025-12-04T09:52:42.8560675Z * [new branch] gh/zklaus/24/base -> origin/gh/zklaus/24/base 2025-12-04T09:52:42.8560745Z * [new branch] gh/zklaus/24/head -> origin/gh/zklaus/24/head 2025-12-04T09:52:42.8560816Z * [new branch] gh/zklaus/24/orig -> origin/gh/zklaus/24/orig 2025-12-04T09:52:42.8560894Z * [new branch] gh/zou3519/1197/base -> origin/gh/zou3519/1197/base 2025-12-04T09:52:42.8560972Z * [new branch] gh/zou3519/1197/head -> origin/gh/zou3519/1197/head 2025-12-04T09:52:42.8561048Z * [new branch] gh/zou3519/1197/orig -> origin/gh/zou3519/1197/orig 2025-12-04T09:52:42.8561122Z * [new branch] gh/zou3519/1199/base -> origin/gh/zou3519/1199/base 2025-12-04T09:52:42.8561195Z * [new branch] gh/zou3519/1199/head -> origin/gh/zou3519/1199/head 2025-12-04T09:52:42.8561268Z * [new branch] gh/zou3519/1199/orig -> origin/gh/zou3519/1199/orig 2025-12-04T09:52:42.8561343Z * [new branch] gh/zou3519/1200/base -> origin/gh/zou3519/1200/base 2025-12-04T09:52:42.8561415Z * [new branch] gh/zou3519/1200/head -> origin/gh/zou3519/1200/head 2025-12-04T09:52:42.8561491Z * [new branch] gh/zou3519/1200/orig -> origin/gh/zou3519/1200/orig 2025-12-04T09:52:42.8561566Z * [new branch] gh/zou3519/1201/base -> origin/gh/zou3519/1201/base 2025-12-04T09:52:42.8561638Z * [new branch] gh/zou3519/1201/head -> origin/gh/zou3519/1201/head 2025-12-04T09:52:42.8561713Z * [new branch] gh/zou3519/1201/orig -> origin/gh/zou3519/1201/orig 2025-12-04T09:52:42.8561785Z * [new branch] gh/zou3519/1202/base -> origin/gh/zou3519/1202/base 2025-12-04T09:52:42.8561858Z * [new branch] gh/zou3519/1202/head -> origin/gh/zou3519/1202/head 2025-12-04T09:52:42.8561959Z * [new branch] gh/zou3519/1202/orig -> origin/gh/zou3519/1202/orig 2025-12-04T09:52:42.8562033Z * [new branch] gh/zpcore/1/base -> origin/gh/zpcore/1/base 2025-12-04T09:52:42.8562106Z * [new branch] gh/zpcore/1/head -> origin/gh/zpcore/1/head 2025-12-04T09:52:42.8562182Z * [new branch] gh/zpcore/11/base -> origin/gh/zpcore/11/base 2025-12-04T09:52:42.8562292Z * [new branch] gh/zpcore/11/head -> origin/gh/zpcore/11/head 2025-12-04T09:52:42.8562366Z * [new branch] gh/zpcore/11/orig -> origin/gh/zpcore/11/orig 2025-12-04T09:52:42.8562437Z * [new branch] gh/zpcore/12/base -> origin/gh/zpcore/12/base 2025-12-04T09:52:42.8562509Z * [new branch] gh/zpcore/12/head -> origin/gh/zpcore/12/head 2025-12-04T09:52:42.8562581Z * [new branch] gh/zpcore/12/orig -> origin/gh/zpcore/12/orig 2025-12-04T09:52:42.8562654Z * [new branch] gh/zpcore/13/base -> origin/gh/zpcore/13/base 2025-12-04T09:52:42.8562727Z * [new branch] gh/zpcore/13/head -> origin/gh/zpcore/13/head 2025-12-04T09:52:42.8562800Z * [new branch] gh/zpcore/13/orig -> origin/gh/zpcore/13/orig 2025-12-04T09:52:42.8562872Z * [new branch] gh/zpcore/14/base -> origin/gh/zpcore/14/base 2025-12-04T09:52:42.8562944Z * [new branch] gh/zpcore/14/head -> origin/gh/zpcore/14/head 2025-12-04T09:52:42.8563017Z * [new branch] gh/zpcore/14/orig -> origin/gh/zpcore/14/orig 2025-12-04T09:52:42.8563088Z * [new branch] gh/zpcore/15/base -> origin/gh/zpcore/15/base 2025-12-04T09:52:42.8563159Z * [new branch] gh/zpcore/15/head -> origin/gh/zpcore/15/head 2025-12-04T09:52:42.8563232Z * [new branch] gh/zpcore/15/orig -> origin/gh/zpcore/15/orig 2025-12-04T09:52:42.8563305Z * [new branch] gh/zpcore/2/base -> origin/gh/zpcore/2/base 2025-12-04T09:52:42.8563378Z * [new branch] gh/zpcore/2/head -> origin/gh/zpcore/2/head 2025-12-04T09:52:42.8563451Z * [new branch] gh/zpcore/21/base -> origin/gh/zpcore/21/base 2025-12-04T09:52:42.8563522Z * [new branch] gh/zpcore/21/head -> origin/gh/zpcore/21/head 2025-12-04T09:52:42.8563595Z * [new branch] gh/zpcore/21/orig -> origin/gh/zpcore/21/orig 2025-12-04T09:52:42.8563668Z * [new branch] gh/zpcore/22/base -> origin/gh/zpcore/22/base 2025-12-04T09:52:42.8563739Z * [new branch] gh/zpcore/22/head -> origin/gh/zpcore/22/head 2025-12-04T09:52:42.8563810Z * [new branch] gh/zpcore/22/orig -> origin/gh/zpcore/22/orig 2025-12-04T09:52:42.8563883Z * [new branch] gh/zpcore/23/base -> origin/gh/zpcore/23/base 2025-12-04T09:52:42.8563956Z * [new branch] gh/zpcore/23/head -> origin/gh/zpcore/23/head 2025-12-04T09:52:42.8564030Z * [new branch] gh/zpcore/23/orig -> origin/gh/zpcore/23/orig 2025-12-04T09:52:42.8564101Z * [new branch] gh/zpcore/24/base -> origin/gh/zpcore/24/base 2025-12-04T09:52:42.8564173Z * [new branch] gh/zpcore/24/head -> origin/gh/zpcore/24/head 2025-12-04T09:52:42.8564247Z * [new branch] gh/zpcore/24/orig -> origin/gh/zpcore/24/orig 2025-12-04T09:52:42.8564319Z * [new branch] gh/zpcore/25/base -> origin/gh/zpcore/25/base 2025-12-04T09:52:42.8564390Z * [new branch] gh/zpcore/25/head -> origin/gh/zpcore/25/head 2025-12-04T09:52:42.8564462Z * [new branch] gh/zpcore/25/orig -> origin/gh/zpcore/25/orig 2025-12-04T09:52:42.8564533Z * [new branch] gh/zpcore/26/base -> origin/gh/zpcore/26/base 2025-12-04T09:52:42.8564632Z * [new branch] gh/zpcore/26/head -> origin/gh/zpcore/26/head 2025-12-04T09:52:42.8564706Z * [new branch] gh/zpcore/26/orig -> origin/gh/zpcore/26/orig 2025-12-04T09:52:42.8564777Z * [new branch] gh/zpcore/27/base -> origin/gh/zpcore/27/base 2025-12-04T09:52:42.8564876Z * [new branch] gh/zpcore/27/head -> origin/gh/zpcore/27/head 2025-12-04T09:52:42.8564949Z * [new branch] gh/zpcore/27/orig -> origin/gh/zpcore/27/orig 2025-12-04T09:52:42.8565021Z * [new branch] gh/zpcore/28/base -> origin/gh/zpcore/28/base 2025-12-04T09:52:42.8565092Z * [new branch] gh/zpcore/28/head -> origin/gh/zpcore/28/head 2025-12-04T09:52:42.8565165Z * [new branch] gh/zpcore/28/orig -> origin/gh/zpcore/28/orig 2025-12-04T09:52:42.8565236Z * [new branch] gh/zpcore/3/base -> origin/gh/zpcore/3/base 2025-12-04T09:52:42.8565309Z * [new branch] gh/zpcore/3/head -> origin/gh/zpcore/3/head 2025-12-04T09:52:42.8565385Z * [new branch] gh/zpcore/4/base -> origin/gh/zpcore/4/base 2025-12-04T09:52:42.8565455Z * [new branch] gh/zpcore/4/head -> origin/gh/zpcore/4/head 2025-12-04T09:52:42.8565529Z * [new branch] gh/zpcore/5/base -> origin/gh/zpcore/5/base 2025-12-04T09:52:42.8565600Z * [new branch] gh/zpcore/5/head -> origin/gh/zpcore/5/head 2025-12-04T09:52:42.8565670Z * [new branch] gh/zpcore/6/base -> origin/gh/zpcore/6/base 2025-12-04T09:52:42.8565744Z * [new branch] gh/zpcore/6/head -> origin/gh/zpcore/6/head 2025-12-04T09:52:42.8565814Z * [new branch] gh/zpcore/7/base -> origin/gh/zpcore/7/base 2025-12-04T09:52:42.8565884Z * [new branch] gh/zpcore/7/head -> origin/gh/zpcore/7/head 2025-12-04T09:52:42.8565957Z * [new branch] gh/zpcore/8/base -> origin/gh/zpcore/8/base 2025-12-04T09:52:42.8566028Z * [new branch] gh/zpcore/8/head -> origin/gh/zpcore/8/head 2025-12-04T09:52:42.8566100Z * [new branch] google-main -> origin/google-main 2025-12-04T09:52:42.8566194Z * [new branch] guangyey/external_stream -> origin/guangyey/external_stream 2025-12-04T09:52:42.8566271Z * [new branch] guangyey/test_2025 -> origin/guangyey/test_2025 2025-12-04T09:52:42.8566412Z * [new branch] guilhermeleobas/cherry-pick-55d87d9dfd9 -> origin/guilhermeleobas/cherry-pick-55d87d9dfd9 2025-12-04T09:52:42.8566532Z * [new branch] hameerabbasi/complex_tensor_subclass -> origin/hameerabbasi/complex_tensor_subclass 2025-12-04T09:52:42.8566672Z * [new branch] hameerabbasi/fix-ctensor-gradcheck-tests -> origin/hameerabbasi/fix-ctensor-gradcheck-tests 2025-12-04T09:52:42.8566830Z * [new branch] hameerabbasi/gradcheck-allclose -> origin/hameerabbasi/gradcheck-allclose 2025-12-04T09:52:42.8566903Z * [new branch] hc_baseline -> origin/hc_baseline 2025-12-04T09:52:42.8566969Z * [new branch] hhh_rand -> origin/hhh_rand 2025-12-04T09:52:42.8567037Z * [new branch] huba/f1 -> origin/huba/f1 2025-12-04T09:52:42.8567225Z * [new branch] increase-timeout-linux-jammy-cuda12_8-py3_10-gcc11-test -> origin/increase-timeout-linux-jammy-cuda12_8-py3_10-gcc11-test 2025-12-04T09:52:42.8567291Z * [new branch] inlining -> origin/inlining 2025-12-04T09:52:42.8567366Z * [new branch] inlining-ezyang -> origin/inlining-ezyang 2025-12-04T09:52:42.8567455Z * [new branch] install-torchao-0.13.0 -> origin/install-torchao-0.13.0 2025-12-04T09:52:42.8567680Z * [new branch] instrument-trunk-pull-linux-with-job-test-filters -> origin/instrument-trunk-pull-linux-with-job-test-filters 2025-12-04T09:52:42.8567759Z * [new branch] invoke-subgraph -> origin/invoke-subgraph 2025-12-04T09:52:42.8567827Z * [new branch] issue#58739 -> origin/issue#58739 2025-12-04T09:52:42.8567950Z * [new branch] jainapurva-patch-1 -> origin/jainapurva-patch-1 2025-12-04T09:52:42.8568017Z * [new branch] jathu/o3 -> origin/jathu/o3 2025-12-04T09:52:42.8568082Z * [new branch] jathu/sve -> origin/jathu/sve 2025-12-04T09:52:42.8568205Z * [new branch] jcaip/test-cusparselt-version-0.6.2 -> origin/jcaip/test-cusparselt-version-0.6.2 2025-12-04T09:52:42.8568312Z * [new branch] jcaip/update-cusparselt-0.6.2 -> origin/jcaip/update-cusparselt-0.6.2 2025-12-04T09:52:42.8568425Z * [new branch] jiannanWang/memorysnapshot_filter -> origin/jiannanWang/memorysnapshot_filter 2025-12-04T09:52:42.8568535Z * [new branch] jiannanWang/profilerstepwarning -> origin/jiannanWang/profilerstepwarning 2025-12-04T09:52:42.8568627Z * [new branch] jithunnair-amd-patch-1 -> origin/jithunnair-amd-patch-1 2025-12-04T09:52:42.8568719Z * [new branch] jithunnair-amd-patch-10 -> origin/jithunnair-amd-patch-10 2025-12-04T09:52:42.8568808Z * [new branch] jithunnair-amd-patch-2 -> origin/jithunnair-amd-patch-2 2025-12-04T09:52:42.8568893Z * [new branch] jithunnair-amd-patch-3 -> origin/jithunnair-amd-patch-3 2025-12-04T09:52:42.8568977Z * [new branch] jithunnair-amd-patch-4 -> origin/jithunnair-amd-patch-4 2025-12-04T09:52:42.8569062Z * [new branch] jithunnair-amd-patch-5 -> origin/jithunnair-amd-patch-5 2025-12-04T09:52:42.8569147Z * [new branch] jithunnair-amd-patch-6 -> origin/jithunnair-amd-patch-6 2025-12-04T09:52:42.8569231Z * [new branch] jithunnair-amd-patch-7 -> origin/jithunnair-amd-patch-7 2025-12-04T09:52:42.8569317Z * [new branch] jithunnair-amd-patch-8 -> origin/jithunnair-amd-patch-8 2025-12-04T09:52:42.8569401Z * [new branch] jithunnair-amd-patch-9 -> origin/jithunnair-amd-patch-9 2025-12-04T09:52:42.8569485Z * [new branch] justinchu/native-qdq -> origin/justinchu/native-qdq 2025-12-04T09:52:42.8569564Z * [new branch] kainan666/xlf_debug -> origin/kainan666/xlf_debug 2025-12-04T09:52:42.8569632Z * [new branch] kainan_test -> origin/kainan_test 2025-12-04T09:52:42.8569714Z * [new branch] larryliu0820-patch-1 -> origin/larryliu0820-patch-1 2025-12-04T09:52:42.8569821Z * [new branch] leslie/test_group_gemm_epilogues -> origin/leslie/test_group_gemm_epilogues 2025-12-04T09:52:42.8569926Z * [new branch] lessw2020/fix_cutlass_cache_error -> origin/lessw2020/fix_cutlass_cache_error 2025-12-04T09:52:42.8570011Z * [new branch] liaoxuan/shm_all_reduce -> origin/liaoxuan/shm_all_reduce 2025-12-04T09:52:42.8570115Z * [new branch] liaoxuan/test_fa_disable_softmax -> origin/liaoxuan/test_fa_disable_softmax 2025-12-04T09:52:42.8570202Z * [new branch] liaoxuan/test_int8_sdpa -> origin/liaoxuan/test_int8_sdpa 2025-12-04T09:52:42.8570277Z * [new branch] llama4-stable -> origin/llama4-stable 2025-12-04T09:52:42.8570350Z * [new branch] lts/release/1.8 -> origin/lts/release/1.8 2025-12-04T09:52:42.8570427Z * [new branch] lucaskabela/#94773 -> origin/lucaskabela/#94773 2025-12-04T09:52:42.8570511Z * [new branch] lucaskabela/fix_164876 -> origin/lucaskabela/fix_164876 2025-12-04T09:52:42.8570625Z * [new branch] lucaskabela/flop_counter -> origin/lucaskabela/flop_counter 2025-12-04T09:52:42.8570723Z * [new branch] lucaskabela/func_under_decomp -> origin/lucaskabela/func_under_decomp 2025-12-04T09:52:42.8570829Z * [new branch] lucaskabela/functional_in_dynamo -> origin/lucaskabela/functional_in_dynamo 2025-12-04T09:52:42.8570988Z * [new branch] lucaskabela/install_params_as_graph_attr -> origin/lucaskabela/install_params_as_graph_attr 2025-12-04T09:52:42.8571102Z * [new branch] lucaskabela/parameters_as_graph_attr -> origin/lucaskabela/parameters_as_graph_attr 2025-12-04T09:52:42.8571235Z * [new branch] lucaskabela/remove_aot_dispatcher_metadata -> origin/lucaskabela/remove_aot_dispatcher_metadata 2025-12-04T09:52:42.8571318Z * [new branch] lucaskabela/rnn_decomp -> origin/lucaskabela/rnn_decomp 2025-12-04T09:52:42.8571412Z * [new branch] lucaskabela/typing_backends -> origin/lucaskabela/typing_backends 2025-12-04T09:52:42.8571514Z * [new branch] lucaskabela/typing_ctx_manager -> origin/lucaskabela/typing_ctx_manager 2025-12-04T09:52:42.8571607Z * [new branch] lucaskabela/typing_nn_module -> origin/lucaskabela/typing_nn_module 2025-12-04T09:52:42.8571710Z * [new branch] lucaskabela/typing_user_defined -> origin/lucaskabela/typing_user_defined 2025-12-04T09:52:42.8571809Z * [new branch] lucaskabela/typing_variables -> origin/lucaskabela/typing_variables 2025-12-04T09:52:42.8571918Z * [new branch] lucaskabela/typing_variables_dicts -> origin/lucaskabela/typing_variables_dicts 2025-12-04T09:52:42.8572041Z * [new branch] lucaskabela/typing_variables_functions -> origin/lucaskabela/typing_variables_functions 2025-12-04T09:52:42.8572149Z * [new branch] lucaskabela/typing_variables_lists -> origin/lucaskabela/typing_variables_lists 2025-12-04T09:52:42.8572228Z * [new branch] lw/torch_box_by_ref -> origin/lw/torch_box_by_ref 2025-12-04T09:52:42.8572293Z * [new branch] main -> origin/main 2025-12-04T09:52:42.8572373Z * [new branch] malfet-patch-1 -> origin/malfet-patch-1 2025-12-04T09:52:42.8572446Z * [new branch] malfet-patch-2 -> origin/malfet-patch-2 2025-12-04T09:52:42.8572520Z * [new branch] malfet-patch-3 -> origin/malfet-patch-3 2025-12-04T09:52:42.8572590Z * [new branch] malfet-patch-4 -> origin/malfet-patch-4 2025-12-04T09:52:42.8572660Z * [new branch] malfet-patch-5 -> origin/malfet-patch-5 2025-12-04T09:52:42.8572730Z * [new branch] malfet-patch-6 -> origin/malfet-patch-6 2025-12-04T09:52:42.8572799Z * [new branch] malfet-patch-7 -> origin/malfet-patch-7 2025-12-04T09:52:42.8572870Z * [new branch] malfet-patch-8 -> origin/malfet-patch-8 2025-12-04T09:52:42.8572950Z * [new branch] malfet/add-3.14-ci -> origin/malfet/add-3.14-ci 2025-12-04T09:52:42.8573112Z * [new branch] malfet/be-do-not-make-typos-in-build-artifacts -> origin/malfet/be-do-not-make-typos-in-build-artifacts 2025-12-04T09:52:42.8573279Z * [new branch] malfet/be-move-more-settings-to-checkout-pytorch -> origin/malfet/be-move-more-settings-to-checkout-pytorch 2025-12-04T09:52:42.8573408Z * [new branch] malfet/be-remove-misisng-neon-headers -> origin/malfet/be-remove-misisng-neon-headers 2025-12-04T09:52:42.8573507Z * [new branch] malfet/mps-implement-col2im -> origin/malfet/mps-implement-col2im 2025-12-04T09:52:42.8573625Z * [new branch] manuel/aoti_metal_shimify-thread_safe -> origin/manuel/aoti_metal_shimify-thread_safe 2025-12-04T09:52:42.8573716Z * [new branch] manuel/inductor_link_openmp -> origin/manuel/inductor_link_openmp 2025-12-04T09:52:42.8573833Z * [new branch] masnesral/metaconda -> origin/masnesral/metaconda 2025-12-04T09:52:42.8573916Z * [new branch] mem_profiler_flaky_fix -> origin/mem_profiler_flaky_fix 2025-12-04T09:52:42.8573999Z * [new branch] mem_profiler_stack_trace -> origin/mem_profiler_stack_trace 2025-12-04T09:52:42.8574109Z * [new branch] memory_profiler_stack -> origin/memory_profiler_stack 2025-12-04T09:52:42.8574190Z * [new branch] metascroy-patch-1 -> origin/metascroy-patch-1 2025-12-04T09:52:42.8574258Z * [new branch] mingw_posix -> origin/mingw_posix 2025-12-04T09:52:42.8574335Z * [new branch] mlazos/S429861-debug -> origin/mlazos/S429861-debug 2025-12-04T09:52:42.8574402Z * [new branch] mlazos/aa -> origin/mlazos/aa 2025-12-04T09:52:42.8574468Z * [new branch] mlazos/acts -> origin/mlazos/acts 2025-12-04T09:52:42.8574546Z * [new branch] mlazos/arg-renames -> origin/mlazos/arg-renames 2025-12-04T09:52:42.8574631Z * [new branch] mlazos/bad-cudagraphs -> origin/mlazos/bad-cudagraphs 2025-12-04T09:52:42.8574731Z * [new branch] mlazos/baseline-graph-breaks -> origin/mlazos/baseline-graph-breaks 2025-12-04T09:52:42.8574810Z * [new branch] mlazos/beta-tensor -> origin/mlazos/beta-tensor 2025-12-04T09:52:42.8574882Z * [new branch] mlazos/buffers -> origin/mlazos/buffers 2025-12-04T09:52:42.8574954Z * [new branch] mlazos/buffers2 -> origin/mlazos/buffers2 2025-12-04T09:52:42.8575027Z * [new branch] mlazos/buffers3 -> origin/mlazos/buffers3 2025-12-04T09:52:42.8575093Z * [new branch] mlazos/bwd -> origin/mlazos/bwd 2025-12-04T09:52:42.8575170Z * [new branch] mlazos/combo-test -> origin/mlazos/combo-test 2025-12-04T09:52:42.8575248Z * [new branch] mlazos/ctx-cleanup -> origin/mlazos/ctx-cleanup 2025-12-04T09:52:42.8575326Z * [new branch] mlazos/cuda-cmd-log -> origin/mlazos/cuda-cmd-log 2025-12-04T09:52:42.8575412Z * [new branch] mlazos/cudagraph-tests -> origin/mlazos/cudagraph-tests 2025-12-04T09:52:42.8575519Z * [new branch] mlazos/cudagraphs-measurement -> origin/mlazos/cudagraphs-measurement 2025-12-04T09:52:42.8575598Z * [new branch] mlazos/cutlass-test -> origin/mlazos/cutlass-test 2025-12-04T09:52:42.8575686Z * [new branch] mlazos/cutlass-topo-bug -> origin/mlazos/cutlass-topo-bug 2025-12-04T09:52:42.8575775Z * [new branch] mlazos/dataclass-proxy -> origin/mlazos/dataclass-proxy 2025-12-04T09:52:42.8575846Z * [new branch] mlazos/dc-attrs -> origin/mlazos/dc-attrs 2025-12-04T09:52:42.8575922Z * [new branch] mlazos/dc-helion -> origin/mlazos/dc-helion 2025-12-04T09:52:42.8575996Z * [new branch] mlazos/dict-fix -> origin/mlazos/dict-fix 2025-12-04T09:52:42.8576071Z * [new branch] mlazos/disable-tf -> origin/mlazos/disable-tf 2025-12-04T09:52:42.8576144Z * [new branch] mlazos/dupe-fix -> origin/mlazos/dupe-fix 2025-12-04T09:52:42.8576218Z * [new branch] mlazos/dyn-batch -> origin/mlazos/dyn-batch 2025-12-04T09:52:42.8576284Z * [new branch] mlazos/evt -> origin/mlazos/evt 2025-12-04T09:52:42.8576371Z * [new branch] mlazos/extract-examples -> origin/mlazos/extract-examples 2025-12-04T09:52:42.8576447Z * [new branch] mlazos/foreach-op -> origin/mlazos/foreach-op 2025-12-04T09:52:42.8576512Z * [new branch] mlazos/fp8 -> origin/mlazos/fp8 2025-12-04T09:52:42.8576615Z * [new branch] mlazos/fp8-bias -> origin/mlazos/fp8-bias 2025-12-04T09:52:42.8576750Z * [new branch] mlazos/fp8-bias-fusion -> origin/mlazos/fp8-bias-fusion 2025-12-04T09:52:42.8576826Z * [new branch] mlazos/fp8-fixes -> origin/mlazos/fp8-fixes 2025-12-04T09:52:42.8576939Z * [new branch] mlazos/freezing -> origin/mlazos/freezing 2025-12-04T09:52:42.8577009Z * [new branch] mlazos/h-comp -> origin/mlazos/h-comp 2025-12-04T09:52:42.8577079Z * [new branch] mlazos/h-comp2 -> origin/mlazos/h-comp2 2025-12-04T09:52:42.8577151Z * [new branch] mlazos/hash-hop -> origin/mlazos/hash-hop 2025-12-04T09:52:42.8577216Z * [new branch] mlazos/hc -> origin/mlazos/hc 2025-12-04T09:52:42.8577288Z * [new branch] mlazos/hc-cycles -> origin/mlazos/hc-cycles 2025-12-04T09:52:42.8577361Z * [new branch] mlazos/hc-fixes -> origin/mlazos/hc-fixes 2025-12-04T09:52:42.8577433Z * [new branch] mlazos/hc-fixes3 -> origin/mlazos/hc-fixes3 2025-12-04T09:52:42.8577504Z * [new branch] mlazos/hc-fixes4 -> origin/mlazos/hc-fixes4 2025-12-04T09:52:42.8577576Z * [new branch] mlazos/hc-hf -> origin/mlazos/hc-hf 2025-12-04T09:52:42.8577645Z * [new branch] mlazos/hc-mut -> origin/mlazos/hc-mut 2025-12-04T09:52:42.8577711Z * [new branch] mlazos/hc10 -> origin/mlazos/hc10 2025-12-04T09:52:42.8577777Z * [new branch] mlazos/hc11 -> origin/mlazos/hc11 2025-12-04T09:52:42.8577842Z * [new branch] mlazos/hc12 -> origin/mlazos/hc12 2025-12-04T09:52:42.8577907Z * [new branch] mlazos/hc13 -> origin/mlazos/hc13 2025-12-04T09:52:42.8577974Z * [new branch] mlazos/hc14 -> origin/mlazos/hc14 2025-12-04T09:52:42.8578037Z * [new branch] mlazos/hc15 -> origin/mlazos/hc15 2025-12-04T09:52:42.8578102Z * [new branch] mlazos/hc2 -> origin/mlazos/hc2 2025-12-04T09:52:42.8578168Z * [new branch] mlazos/hc4 -> origin/mlazos/hc4 2025-12-04T09:52:42.8578233Z * [new branch] mlazos/hc5 -> origin/mlazos/hc5 2025-12-04T09:52:42.8578297Z * [new branch] mlazos/hc6 -> origin/mlazos/hc6 2025-12-04T09:52:42.8578361Z * [new branch] mlazos/hc7 -> origin/mlazos/hc7 2025-12-04T09:52:42.8578424Z * [new branch] mlazos/hc8 -> origin/mlazos/hc8 2025-12-04T09:52:42.8578488Z * [new branch] mlazos/hc9 -> origin/mlazos/hc9 2025-12-04T09:52:42.8578566Z * [new branch] mlazos/hc_baseline2 -> origin/mlazos/hc_baseline2 2025-12-04T09:52:42.8578654Z * [new branch] mlazos/inductor-streams -> origin/mlazos/inductor-streams 2025-12-04T09:52:42.8578721Z * [new branch] mlazos/main -> origin/mlazos/main 2025-12-04T09:52:42.8578786Z * [new branch] mlazos/mcg2 -> origin/mlazos/mcg2 2025-12-04T09:52:42.8578866Z * [new branch] mlazos/meta-guards -> origin/mlazos/meta-guards 2025-12-04T09:52:42.8578971Z * [new branch] mlazos/mlazos/foreach-map-adam -> origin/mlazos/mlazos/foreach-map-adam 2025-12-04T09:52:42.8579066Z * [new branch] mlazos/mlazos/tf-mode-backup -> origin/mlazos/mlazos/tf-mode-backup 2025-12-04T09:52:42.8579138Z * [new branch] mlazos/mod-fix -> origin/mlazos/mod-fix 2025-12-04T09:52:42.8579213Z * [new branch] mlazos/mode-fix -> origin/mlazos/mode-fix 2025-12-04T09:52:42.8579324Z * [new branch] mlazos/offsets -> origin/mlazos/offsets 2025-12-04T09:52:42.8579403Z * [new branch] mlazos/overguarding -> origin/mlazos/overguarding 2025-12-04T09:52:42.8579484Z * [new branch] mlazos/proxy-ctors -> origin/mlazos/proxy-ctors 2025-12-04T09:52:42.8579585Z * [new branch] mlazos/quant-fix -> origin/mlazos/quant-fix 2025-12-04T09:52:42.8579661Z * [new branch] mlazos/resnet-fix -> origin/mlazos/resnet-fix 2025-12-04T09:52:42.8579739Z * [new branch] mlazos/rm-buf-names -> origin/mlazos/rm-buf-names 2025-12-04T09:52:42.8579808Z * [new branch] mlazos/rm-code -> origin/mlazos/rm-code 2025-12-04T09:52:42.8579878Z * [new branch] mlazos/rm-spam -> origin/mlazos/rm-spam 2025-12-04T09:52:42.8579944Z * [new branch] mlazos/rtp -> origin/mlazos/rtp 2025-12-04T09:52:42.8580028Z * [new branch] mlazos/static-idx-dbg -> origin/mlazos/static-idx-dbg 2025-12-04T09:52:42.8580118Z * [new branch] mlazos/static-inputs-log -> origin/mlazos/static-inputs-log 2025-12-04T09:52:42.8580188Z * [new branch] mlazos/stests -> origin/mlazos/stests 2025-12-04T09:52:42.8580264Z * [new branch] mlazos/stream-ops -> origin/mlazos/stream-ops 2025-12-04T09:52:42.8580335Z * [new branch] mlazos/td-fix2 -> origin/mlazos/td-fix2 2025-12-04T09:52:42.8580419Z * [new branch] mlazos/tensor-hasattr2 -> origin/mlazos/tensor-hasattr2 2025-12-04T09:52:42.8580486Z * [new branch] mlazos/test -> origin/mlazos/test 2025-12-04T09:52:42.8580556Z * [new branch] mlazos/tf-mode -> origin/mlazos/tf-mode 2025-12-04T09:52:42.8580639Z * [new branch] mlazos/tf-mode-backup2 -> origin/mlazos/tf-mode-backup2 2025-12-04T09:52:42.8580721Z * [new branch] mlazos/tf-mode-reland -> origin/mlazos/tf-mode-reland 2025-12-04T09:52:42.8580804Z * [new branch] mlazos/tf-mode-reland2 -> origin/mlazos/tf-mode-reland2 2025-12-04T09:52:42.8580884Z * [new branch] mlazos/tf-mode-reland3 -> origin/mlazos/tf-mode-reland3 2025-12-04T09:52:42.8580967Z * [new branch] mlazos/triton-no-epi -> origin/mlazos/triton-no-epi 2025-12-04T09:52:42.8581045Z * [new branch] mlazos/tune-proto -> origin/mlazos/tune-proto 2025-12-04T09:52:42.8581122Z * [new branch] mlazos/tuple-fixes -> origin/mlazos/tuple-fixes 2025-12-04T09:52:42.8581199Z * [new branch] mlazos/tuple-fixes2 -> origin/mlazos/tuple-fixes2 2025-12-04T09:52:42.8581283Z * [new branch] mlazos/tuple-handling -> origin/mlazos/tuple-handling 2025-12-04T09:52:42.8581370Z * [new branch] mlazos/user-stream-base -> origin/mlazos/user-stream-base 2025-12-04T09:52:42.8581447Z * [new branch] mlazos/user-streams -> origin/mlazos/user-streams 2025-12-04T09:52:42.8581543Z * [new branch] mlazos/user-streams-backup -> origin/mlazos/user-streams-backup 2025-12-04T09:52:42.8581637Z * [new branch] mlazos/user-streams-backup2 -> origin/mlazos/user-streams-backup2 2025-12-04T09:52:42.8581713Z * [new branch] mlazos/vary-beta -> origin/mlazos/vary-beta 2025-12-04T09:52:42.8581788Z * [new branch] mlazos/vary-beta2 -> origin/mlazos/vary-beta2 2025-12-04T09:52:42.8581865Z * [new branch] mlazos/weird-perf1 -> origin/mlazos/weird-perf1 2025-12-04T09:52:42.8581942Z * [new branch] mm_out_dtype_compile -> origin/mm_out_dtype_compile 2025-12-04T09:52:42.8582010Z * [new branch] module-shim -> origin/module-shim 2025-12-04T09:52:42.8582106Z * [new branch] move_config -> origin/move_config 2025-12-04T09:52:42.8582182Z * [new branch] msaroufim/reduce -> origin/msaroufim/reduce 2025-12-04T09:52:42.8582255Z * [new branch] mtia/basic-cmake -> origin/mtia/basic-cmake 2025-12-04T09:52:42.8582388Z * [new branch] mwizak/fix-triton-block-shape -> origin/mwizak/fix-triton-block-shape 2025-12-04T09:52:42.8582461Z * [new branch] my_varlen_backup -> origin/my_varlen_backup 2025-12-04T09:52:42.8582539Z * [new branch] nativert_num_outputs -> origin/nativert_num_outputs 2025-12-04T09:52:42.8582606Z * [new branch] new-codegen -> origin/new-codegen 2025-12-04T09:52:42.8582677Z * [new branch] newtest-base -> origin/newtest-base 2025-12-04T09:52:42.8582753Z * [new branch] ngimel/addmm_dtype -> origin/ngimel/addmm_dtype 2025-12-04T09:52:42.8582825Z * [new branch] ngimel/div_inv -> origin/ngimel/div_inv 2025-12-04T09:52:42.8582909Z * [new branch] ngimel/error_index_list -> origin/ngimel/error_index_list 2025-12-04T09:52:42.8582986Z * [new branch] ngimel/gather_grid -> origin/ngimel/gather_grid 2025-12-04T09:52:42.8583077Z * [new branch] ngimel/gather_grid_release -> origin/ngimel/gather_grid_release 2025-12-04T09:52:42.8583149Z * [new branch] ngimel/gg_new -> origin/ngimel/gg_new 2025-12-04T09:52:42.8583223Z * [new branch] ngimel/hostalloc -> origin/ngimel/hostalloc 2025-12-04T09:52:42.8583298Z * [new branch] ngimel/storage_id -> origin/ngimel/storage_id 2025-12-04T09:52:42.8583365Z * [new branch] nightly -> origin/nightly 2025-12-04T09:52:42.8583484Z * [new branch] nikitaved/addmm_1_rowcol_lt_path_check -> origin/nikitaved/addmm_1_rowcol_lt_path_check 2025-12-04T09:52:42.8583611Z * [new branch] nikitaved/addmm_epilogue_fusions_2d_bias -> origin/nikitaved/addmm_epilogue_fusions_2d_bias 2025-12-04T09:52:42.8583740Z * [new branch] nikitaved/addmm_epilogue_fusions_inductor -> origin/nikitaved/addmm_epilogue_fusions_inductor 2025-12-04T09:52:42.8583866Z * [new branch] nikitaved/addmm_epilogue_fusions_scratch -> origin/nikitaved/addmm_epilogue_fusions_scratch 2025-12-04T09:52:42.8583985Z * [new branch] nikitaved/grad_addmm_epilogue_fusions -> origin/nikitaved/grad_addmm_epilogue_fusions 2025-12-04T09:52:42.8584098Z * [new branch] nikitaved/simpler_can_use_32bit_index -> origin/nikitaved/simpler_can_use_32bit_index 2025-12-04T09:52:42.8584171Z * [new branch] nikitaved/test -> origin/nikitaved/test 2025-12-04T09:52:42.8584300Z * [new branch] nmacchioni-perf-test-async-autotune -> origin/nmacchioni-perf-test-async-autotune 2025-12-04T09:52:42.8584384Z * [new branch] no_distributed_log_spew -> origin/no_distributed_log_spew 2025-12-04T09:52:42.8584451Z * [new branch] nofun-hack -> origin/nofun-hack 2025-12-04T09:52:42.8584518Z * [new branch] norm_bench -> origin/norm_bench 2025-12-04T09:52:42.8584600Z * [new branch] nullplay/fuse_matmul -> origin/nullplay/fuse_matmul 2025-12-04T09:52:42.8584679Z * [new branch] nullplay_fuse_matmul -> origin/nullplay_fuse_matmul 2025-12-04T09:52:42.8584751Z * [new branch] optimizer_test -> origin/optimizer_test 2025-12-04T09:52:42.8584827Z * [new branch] orig/release/1.10 -> origin/orig/release/1.10 2025-12-04T09:52:42.8584903Z * [new branch] orig/release/1.11 -> origin/orig/release/1.11 2025-12-04T09:52:42.8585014Z * [new branch] orig/release/1.12 -> origin/orig/release/1.12 2025-12-04T09:52:42.8585087Z * [new branch] orig/release/1.13 -> origin/orig/release/1.13 2025-12-04T09:52:42.8585163Z * [new branch] orig/release/1.6 -> origin/orig/release/1.6 2025-12-04T09:52:42.8585235Z * [new branch] orig/release/1.7 -> origin/orig/release/1.7 2025-12-04T09:52:42.8585335Z * [new branch] orig/release/1.8 -> origin/orig/release/1.8 2025-12-04T09:52:42.8585407Z * [new branch] orig/release/1.9 -> origin/orig/release/1.9 2025-12-04T09:52:42.8585479Z * [new branch] orig/release/2.0 -> origin/orig/release/2.0 2025-12-04T09:52:42.8585548Z * [new branch] orig/release/2.1 -> origin/orig/release/2.1 2025-12-04T09:52:42.8585622Z * [new branch] orig/release/2.2 -> origin/orig/release/2.2 2025-12-04T09:52:42.8585694Z * [new branch] orig/release/2.3 -> origin/orig/release/2.3 2025-12-04T09:52:42.8585765Z * [new branch] orig/release/2.4 -> origin/orig/release/2.4 2025-12-04T09:52:42.8585839Z * [new branch] orig/release/2.5 -> origin/orig/release/2.5 2025-12-04T09:52:42.8585908Z * [new branch] orig/release/2.6 -> origin/orig/release/2.6 2025-12-04T09:52:42.8585982Z * [new branch] orig/release/2.7 -> origin/orig/release/2.7 2025-12-04T09:52:42.8586054Z * [new branch] orig/release/2.8 -> origin/orig/release/2.8 2025-12-04T09:52:42.8586126Z * [new branch] orig/release/2.9 -> origin/orig/release/2.9 2025-12-04T09:52:42.8586217Z * [new branch] origin/gh/fxdawnn/1/base -> origin/origin/gh/fxdawnn/1/base 2025-12-04T09:52:42.8586309Z * [new branch] origin/gh/fxdawnn/1/orig -> origin/origin/gh/fxdawnn/1/orig 2025-12-04T09:52:42.8586399Z * [new branch] origin/gh/zpcore/14/orig -> origin/origin/gh/zpcore/14/orig 2025-12-04T09:52:42.8586477Z * [new branch] oulgen-patch-1 -> origin/oulgen-patch-1 2025-12-04T09:52:42.8586551Z * [new branch] oulgen-patch-2 -> origin/oulgen-patch-2 2025-12-04T09:52:42.8586625Z * [new branch] oulgen-patch-3 -> origin/oulgen-patch-3 2025-12-04T09:52:42.8586763Z * [new branch] oulgen-patch-4 -> origin/oulgen-patch-4 2025-12-04T09:52:42.8586838Z * [new branch] padded-tensor -> origin/padded-tensor 2025-12-04T09:52:42.8586904Z * [new branch] pca2 -> origin/pca2 2025-12-04T09:52:42.8586985Z * [new branch] per_channel_backup -> origin/per_channel_backup 2025-12-04T09:52:42.8587053Z * [new branch] perf_ops -> origin/perf_ops 2025-12-04T09:52:42.8587123Z * [new branch] perf_ops_2_9 -> origin/perf_ops_2_9 2025-12-04T09:52:42.8587204Z * [new branch] pianpwk-patch-1 -> origin/pianpwk-patch-1 2025-12-04T09:52:42.8587294Z * [new branch] pianpwk/__draft_debug_mode -> origin/pianpwk/__draft_debug_mode 2025-12-04T09:52:42.8587406Z * [new branch] pianpwk/_debug_mode_for_triton_draft -> origin/pianpwk/_debug_mode_for_triton_draft 2025-12-04T09:52:42.8587513Z * [new branch] pianpwk/_debug_nn_module_compile -> origin/pianpwk/_debug_nn_module_compile 2025-12-04T09:52:42.8587603Z * [new branch] pianpwk/_draft_triton_11_3 -> origin/pianpwk/_draft_triton_11_3 2025-12-04T09:52:42.8587697Z * [new branch] pianpwk/_manual_bucket_draft -> origin/pianpwk/_manual_bucket_draft 2025-12-04T09:52:42.8587805Z * [new branch] pianpwk/_profile_w_dispatch_keys -> origin/pianpwk/_profile_w_dispatch_keys 2025-12-04T09:52:42.8587952Z * [new branch] pianpwk/_super_draft_debug_mode -> origin/pianpwk/_super_draft_debug_mode 2025-12-04T09:52:42.8588061Z * [new branch] pianpwk/_unbacked_local_shard_size -> origin/pianpwk/_unbacked_local_shard_size 2025-12-04T09:52:42.8588148Z * [new branch] pianpwk/anomaly_tb -> origin/pianpwk/anomaly_tb 2025-12-04T09:52:42.8588286Z * [new branch] pianpwk/auto_fx_annotate -> origin/pianpwk/auto_fx_annotate 2025-12-04T09:52:42.8588402Z * [new branch] pianpwk/backed_size_oblivious_export -> origin/pianpwk/backed_size_oblivious_export 2025-12-04T09:52:42.8588492Z * [new branch] pianpwk/bert_dynamic_perf -> origin/pianpwk/bert_dynamic_perf 2025-12-04T09:52:42.8588593Z * [new branch] pianpwk/debug_fwd_stack_traces -> origin/pianpwk/debug_fwd_stack_traces 2025-12-04T09:52:42.8588686Z * [new branch] pianpwk/debug_hash_tensor -> origin/pianpwk/debug_hash_tensor 2025-12-04T09:52:42.8588779Z * [new branch] pianpwk/debug_mode_annotate -> origin/pianpwk/debug_mode_annotate 2025-12-04T09:52:42.8588870Z * [new branch] pianpwk/debug_mode_defaults -> origin/pianpwk/debug_mode_defaults 2025-12-04T09:52:42.8588963Z * [new branch] pianpwk/debug_mode_hacks -> origin/pianpwk/debug_mode_hacks 2025-12-04T09:52:42.8589071Z * [new branch] pianpwk/debug_mode_opcall_refactor -> origin/pianpwk/debug_mode_opcall_refactor 2025-12-04T09:52:42.8589158Z * [new branch] pianpwk/debug_mode_show_ids -> origin/pianpwk/debug_mode_show_ids 2025-12-04T09:52:42.8589248Z * [new branch] pianpwk/debug_mode_triton -> origin/pianpwk/debug_mode_triton 2025-12-04T09:52:42.8589344Z * [new branch] pianpwk/debug_show_stack_trace -> origin/pianpwk/debug_show_stack_trace 2025-12-04T09:52:42.8589444Z * [new branch] pianpwk/debug_wait_on_collective -> origin/pianpwk/debug_wait_on_collective 2025-12-04T09:52:42.8589545Z * [new branch] pianpwk/debugmode_compile_tf -> origin/pianpwk/debugmode_compile_tf 2025-12-04T09:52:42.8589671Z * [new branch] pianpwk/dispatch_key_debugging_for_debug -> origin/pianpwk/dispatch_key_debugging_for_debug 2025-12-04T09:52:42.8589779Z * [new branch] pianpwk/draft_debug_mode_tfcompile -> origin/pianpwk/draft_debug_mode_tfcompile 2025-12-04T09:52:42.8589876Z * [new branch] pianpwk/draft_multikernel_nn -> origin/pianpwk/draft_multikernel_nn 2025-12-04T09:52:42.8589992Z * [new branch] pianpwk/draft_multikernel_status_10_5 -> origin/pianpwk/draft_multikernel_status_10_5 2025-12-04T09:52:42.8590086Z * [new branch] pianpwk/dtensor_custom_chunk -> origin/pianpwk/dtensor_custom_chunk 2025-12-04T09:52:42.8590190Z * [new branch] pianpwk/dtensor_unbacked_keypath -> origin/pianpwk/dtensor_unbacked_keypath 2025-12-04T09:52:42.8596260Z * [new branch] pianpwk/event_list_tree -> origin/pianpwk/event_list_tree 2025-12-04T09:52:42.8596365Z * [new branch] pianpwk/false_numel_refs -> origin/pianpwk/false_numel_refs 2025-12-04T09:52:42.8596454Z * [new branch] pianpwk/maybe_guard_rel -> origin/pianpwk/maybe_guard_rel 2025-12-04T09:52:42.8596568Z * [new branch] pianpwk/multikernel_hints_draft -> origin/pianpwk/multikernel_hints_draft 2025-12-04T09:52:42.8596730Z * [new branch] pianpwk/no_size_oblivious_slice_scat -> origin/pianpwk/no_size_oblivious_slice_scat 2025-12-04T09:52:42.8596856Z * [new branch] pianpwk/oblivious_reshape_view_better -> origin/pianpwk/oblivious_reshape_view_better 2025-12-04T09:52:42.8596945Z * [new branch] pianpwk/pre_forward_hook -> origin/pianpwk/pre_forward_hook 2025-12-04T09:52:42.8597054Z * [new branch] pianpwk/skip_python_keys_alternate -> origin/pianpwk/skip_python_keys_alternate 2025-12-04T09:52:42.8597221Z * [new branch] pianpwk/skip_python_keys_in_guards -> origin/pianpwk/skip_python_keys_in_guards 2025-12-04T09:52:42.8597308Z * [new branch] pianpwk/sym_tokens_draft -> origin/pianpwk/sym_tokens_draft 2025-12-04T09:52:42.8597395Z * [new branch] pianpwk/symint_one_hot -> origin/pianpwk/symint_one_hot 2025-12-04T09:52:42.8597561Z * [new branch] pianpwk/test_pointwise_guard_or_false -> origin/pianpwk/test_pointwise_guard_or_false 2025-12-04T09:52:42.8597662Z * [new branch] pianpwk/totally_draft_sym_wrap -> origin/pianpwk/totally_draft_sym_wrap 2025-12-04T09:52:42.8597747Z * [new branch] pianpwk/try_dumb_stuff -> origin/pianpwk/try_dumb_stuff 2025-12-04T09:52:42.8597839Z * [new branch] pianpwk/try_dumb_stuff_2 -> origin/pianpwk/try_dumb_stuff_2 2025-12-04T09:52:42.8597933Z * [new branch] pianpwk/unbacked_dtensor_mm -> origin/pianpwk/unbacked_dtensor_mm 2025-12-04T09:52:42.8598033Z * [new branch] pianpwk/unbacked_tracing_12_2 -> origin/pianpwk/unbacked_tracing_12_2 2025-12-04T09:52:42.8598117Z * [new branch] pianpwk/user_symints -> origin/pianpwk/user_symints 2025-12-04T09:52:42.8598203Z * [new branch] pianpwk/wan21_reshape -> origin/pianpwk/wan21_reshape 2025-12-04T09:52:42.8598301Z * [new branch] piz/fix_partial_backward_1112 -> origin/piz/fix_partial_backward_1112 2025-12-04T09:52:42.8598382Z * [new branch] piz/prop_cache_clean -> origin/piz/prop_cache_clean 2025-12-04T09:52:42.8598458Z * [new branch] pool-separate -> origin/pool-separate 2025-12-04T09:52:42.8598530Z * [new branch] pr-156087 -> origin/pr-156087 2025-12-04T09:52:42.8598596Z * [new branch] pr/131860 -> origin/pr/131860 2025-12-04T09:52:42.8598672Z * [new branch] predispatch_to -> origin/predispatch_to 2025-12-04T09:52:42.8598749Z * [new branch] protect-c17 -> origin/protect-c17 2025-12-04T09:52:42.8598821Z * [new branch] pt-opt-cuda3 -> origin/pt-opt-cuda3 2025-12-04T09:52:42.8598912Z * [new branch] python_compiled_autograd -> origin/python_compiled_autograd 2025-12-04T09:52:42.8599048Z * [new branch] q1l1/fix_device_moved_constant_type_unknown -> origin/q1l1/fix_device_moved_constant_type_unknown 2025-12-04T09:52:42.8599189Z * [new branch] q1l1/fix_wrong_default_type_for_kernel_call_args -> origin/q1l1/fix_wrong_default_type_for_kernel_call_args 2025-12-04T09:52:42.8599279Z * [new branch] qchip/export-D54134695 -> origin/qchip/export-D54134695 2025-12-04T09:52:42.8599362Z * [new branch] quote-pytest_cache -> origin/quote-pytest_cache 2025-12-04T09:52:42.8599464Z * [new branch] reland-accgrad-stream-warn -> origin/reland-accgrad-stream-warn 2025-12-04T09:52:42.8599535Z * [new branch] release/1.10 -> origin/release/1.10 2025-12-04T09:52:42.8599606Z * [new branch] release/1.11 -> origin/release/1.11 2025-12-04T09:52:42.8599673Z * [new branch] release/1.12 -> origin/release/1.12 2025-12-04T09:52:42.8599741Z * [new branch] release/1.13 -> origin/release/1.13 2025-12-04T09:52:42.8599813Z * [new branch] release/1.4 -> origin/release/1.4 2025-12-04T09:52:42.8599883Z * [new branch] release/1.4.1 -> origin/release/1.4.1 2025-12-04T09:52:42.8599952Z * [new branch] release/1.5 -> origin/release/1.5 2025-12-04T09:52:42.8600018Z * [new branch] release/1.6 -> origin/release/1.6 2025-12-04T09:52:42.8600083Z * [new branch] release/1.7 -> origin/release/1.7 2025-12-04T09:52:42.8600178Z * [new branch] release/1.8 -> origin/release/1.8 2025-12-04T09:52:42.8600244Z * [new branch] release/1.9 -> origin/release/1.9 2025-12-04T09:52:42.8600310Z * [new branch] release/2.0 -> origin/release/2.0 2025-12-04T09:52:42.8600379Z * [new branch] release/2.1 -> origin/release/2.1 2025-12-04T09:52:42.8600485Z * [new branch] release/2.2 -> origin/release/2.2 2025-12-04T09:52:42.8600550Z * [new branch] release/2.3 -> origin/release/2.3 2025-12-04T09:52:42.8600619Z * [new branch] release/2.4 -> origin/release/2.4 2025-12-04T09:52:42.8600684Z * [new branch] release/2.5 -> origin/release/2.5 2025-12-04T09:52:42.8600749Z * [new branch] release/2.6 -> origin/release/2.6 2025-12-04T09:52:42.8600818Z * [new branch] release/2.7 -> origin/release/2.7 2025-12-04T09:52:42.8600883Z * [new branch] release/2.8 -> origin/release/2.8 2025-12-04T09:52:42.8600950Z * [new branch] release/2.9 -> origin/release/2.9 2025-12-04T09:52:42.8601024Z * [new branch] release_notes -> origin/release_notes 2025-12-04T09:52:42.8601109Z * [new branch] remove_pyinterpreter -> origin/remove_pyinterpreter 2025-12-04T09:52:42.8601236Z * [new branch] replace-pytorch-labs-20250812-195836 -> origin/replace-pytorch-labs-20250812-195836 2025-12-04T09:52:42.8601363Z * [new branch] replace-pytorch-labs-20250812-200248 -> origin/replace-pytorch-labs-20250812-200248 2025-12-04T09:52:42.8601483Z * [new branch] replace-pytorch-labs-20250812-200324 -> origin/replace-pytorch-labs-20250812-200324 2025-12-04T09:52:42.8601607Z * [new branch] replace-pytorch-labs-20250812-204020 -> origin/replace-pytorch-labs-20250812-204020 2025-12-04T09:52:42.8601744Z * [new branch] revert-131069-gh/krzysztofjordan/1/head -> origin/revert-131069-gh/krzysztofjordan/1/head 2025-12-04T09:52:42.8601858Z * [new branch] revert-131469-gh/andrewor14/51/head -> origin/revert-131469-gh/andrewor14/51/head 2025-12-04T09:52:42.8601968Z * [new branch] revert-152361-gh/fadara01/1/head -> origin/revert-152361-gh/fadara01/1/head 2025-12-04T09:52:42.8602071Z * [new branch] revert-156870-gh/skarjala/3/head -> origin/revert-156870-gh/skarjala/3/head 2025-12-04T09:52:42.8602242Z * [new branch] revert-157914-cherry-pick-157503-by-pytorch_bot_bot_ -> origin/revert-157914-cherry-pick-157503-by-pytorch_bot_bot_ 2025-12-04T09:52:42.8602345Z * [new branch] revert-hoo-invoke-subgraph -> origin/revert-hoo-invoke-subgraph 2025-12-04T09:52:42.8602445Z * [new branch] revert_always_build_distributed -> origin/revert_always_build_distributed 2025-12-04T09:52:42.8602518Z * [new branch] rms_norm_patch -> origin/rms_norm_patch 2025-12-04T09:52:42.8602618Z * [new branch] ruisi/fix_all_to_all_estimation -> origin/ruisi/fix_all_to_all_estimation 2025-12-04T09:52:42.8602706Z * [new branch] ruisi/fix_comm_estimation -> origin/ruisi/fix_comm_estimation 2025-12-04T09:52:42.8602815Z * [new branch] ruisi/fix_dynamic_shape_estimation -> origin/ruisi/fix_dynamic_shape_estimation 2025-12-04T09:52:42.8602915Z * [new branch] ruisi/fix_llama3_autobucketing -> origin/ruisi/fix_llama3_autobucketing 2025-12-04T09:52:42.8603021Z * [new branch] ruisi/fix_manual_bucketing_ep_pass -> origin/ruisi/fix_manual_bucketing_ep_pass 2025-12-04T09:52:42.8603112Z * [new branch] ruisi/manual_bucket_pass -> origin/ruisi/manual_bucket_pass 2025-12-04T09:52:42.8603292Z * [new branch] ryanguo99/cleanup-dynamo-expected-failures -> origin/ryanguo99/cleanup-dynamo-expected-failures 2025-12-04T09:52:42.8603386Z * [new branch] ryanguo99/fix-closure-var -> origin/ryanguo99/fix-closure-var 2025-12-04T09:52:42.8603473Z * [new branch] rzou/faketensor_bench -> origin/rzou/faketensor_bench 2025-12-04T09:52:42.8603540Z * [new branch] rzou/njt -> origin/rzou/njt 2025-12-04T09:52:42.8603635Z * [new branch] rzou/pca -> origin/rzou/pca 2025-12-04T09:52:42.8603707Z * [new branch] rzou/realprop -> origin/rzou/realprop 2025-12-04T09:52:42.8603778Z * [new branch] samplevllm -> origin/samplevllm 2025-12-04T09:52:42.8603947Z * [new branch] sanchitintel/weird_thing_with_test_cpu_select_algorithm -> origin/sanchitintel/weird_thing_with_test_cpu_select_algorithm 2025-12-04T09:52:42.8604046Z * [new branch] sapling-pr-archive-SS-JIA -> origin/sapling-pr-archive-SS-JIA 2025-12-04T09:52:42.8604161Z * [new branch] sapling-pr-archive-tushar00jain -> origin/sapling-pr-archive-tushar00jain 2025-12-04T09:52:42.8604224Z * [new branch] save -> origin/save 2025-12-04T09:52:42.8604293Z * [new branch] scaled_mm -> origin/scaled_mm 2025-12-04T09:52:42.8604363Z * [new branch] scan_attempt -> origin/scan_attempt 2025-12-04T09:52:42.8604429Z * [new branch] sdym/2.5.1 -> origin/sdym/2.5.1 2025-12-04T09:52:42.8604540Z * [new branch] sekyondaMeta-dynamoconfig-fix -> origin/sekyondaMeta-dynamoconfig-fix 2025-12-04T09:52:42.8604624Z * [new branch] shengf/fx-xform-perf -> origin/shengf/fx-xform-perf 2025-12-04T09:52:42.8604710Z * [new branch] shoumikhin-patch-1 -> origin/shoumikhin-patch-1 2025-12-04T09:52:42.8604793Z * [new branch] solve-accuracy-fix -> origin/solve-accuracy-fix 2025-12-04T09:52:42.8604879Z * [new branch] some_rocm_inductor_skips -> origin/some_rocm_inductor_skips 2025-12-04T09:52:42.8604970Z * [new branch] soulitzer/stash-tls-ac -> origin/soulitzer/stash-tls-ac 2025-12-04T09:52:42.8605059Z * [new branch] sparse-mm-bf16-support -> origin/sparse-mm-bf16-support 2025-12-04T09:52:42.8605139Z * [new branch] starterTaskUpdate -> origin/starterTaskUpdate 2025-12-04T09:52:42.8605205Z * [new branch] suo -> origin/suo 2025-12-04T09:52:42.8605272Z * [new branch] sve-poc -> origin/sve-poc 2025-12-04T09:52:42.8605338Z * [new branch] switch-bn -> origin/switch-bn 2025-12-04T09:52:42.8605436Z * [new branch] sy_annotation_in_autograd_hop -> origin/sy_annotation_in_autograd_hop 2025-12-04T09:52:42.8605512Z * [new branch] sy_aot_eager_record -> origin/sy_aot_eager_record 2025-12-04T09:52:42.8605590Z * [new branch] sy_custom_bucketing -> origin/sy_custom_bucketing 2025-12-04T09:52:42.8605669Z * [new branch] sy_debug_mode_test -> origin/sy_debug_mode_test 2025-12-04T09:52:42.8605740Z * [new branch] sy_deserialize -> origin/sy_deserialize 2025-12-04T09:52:42.8605811Z * [new branch] sy_dump_gm_code -> origin/sy_dump_gm_code 2025-12-04T09:52:42.8605879Z * [new branch] sy_exp -> origin/sy_exp 2025-12-04T09:52:42.8605958Z * [new branch] sy_export_annotation -> origin/sy_export_annotation 2025-12-04T09:52:42.8606032Z * [new branch] sy_invoke_subgraph -> origin/sy_invoke_subgraph 2025-12-04T09:52:42.8606106Z * [new branch] sy_kernel_bw_name -> origin/sy_kernel_bw_name 2025-12-04T09:52:42.8606202Z * [new branch] sy_multi_arch -> origin/sy_multi_arch 2025-12-04T09:52:42.8606274Z * [new branch] sy_nn_module_stack -> origin/sy_nn_module_stack 2025-12-04T09:52:42.8606351Z * [new branch] sy_original_dtensor -> origin/sy_original_dtensor 2025-12-04T09:52:42.8606421Z * [new branch] sy_profiler_cia -> origin/sy_profiler_cia 2025-12-04T09:52:42.8606526Z * [new branch] symm_mem_sync -> origin/symm_mem_sync 2025-12-04T09:52:42.8606618Z * [new branch] sympy-bottleneck-repro -> origin/sympy-bottleneck-repro 2025-12-04T09:52:42.8606761Z * [new branch] tensordict_integration -> origin/tensordict_integration 2025-12-04T09:52:42.8606852Z * [new branch] test-move-conda-builds -> origin/test-move-conda-builds 2025-12-04T09:52:42.8606920Z * [new branch] test-old -> origin/test-old 2025-12-04T09:52:42.8606991Z * [new branch] test/bmm_heur -> origin/test/bmm_heur 2025-12-04T09:52:42.8607091Z * [new branch] tianren/customOp_autotune_fix -> origin/tianren/customOp_autotune_fix 2025-12-04T09:52:42.8607203Z * [new branch] tianren/customOp_enable_max_autotune -> origin/tianren/customOp_enable_max_autotune 2025-12-04T09:52:42.8607294Z * [new branch] tianren/customOp_fusion -> origin/tianren/customOp_fusion 2025-12-04T09:52:42.8607424Z * [new branch] tianren/customop_collectiveop_benchmark -> origin/tianren/customop_collectiveop_benchmark 2025-12-04T09:52:42.8607560Z * [new branch] tianren/customop_collectiveop_benchmark_fix -> origin/tianren/customop_collectiveop_benchmark_fix 2025-12-04T09:52:42.8607662Z * [new branch] tianren/customop_dynamic_config -> origin/tianren/customop_dynamic_config 2025-12-04T09:52:42.8607758Z * [new branch] tianren/dynamic_range_input -> origin/tianren/dynamic_range_input 2025-12-04T09:52:42.8607866Z * [new branch] tianren/dynamic_range_input_fix -> origin/tianren/dynamic_range_input_fix 2025-12-04T09:52:42.8607977Z * [new branch] tianren/dynamic_range_input_merge -> origin/tianren/dynamic_range_input_merge 2025-12-04T09:52:42.8608081Z * [new branch] tianren/flex_paged_attn_fix_temp -> origin/tianren/flex_paged_attn_fix_temp 2025-12-04T09:52:42.8608169Z * [new branch] tianren/fx_codegen_dump -> origin/tianren/fx_codegen_dump 2025-12-04T09:52:42.8608263Z * [new branch] tianren/symmetric_memory -> origin/tianren/symmetric_memory 2025-12-04T09:52:42.8608334Z * [new branch] tianren/test -> origin/tianren/test 2025-12-04T09:52:42.8608411Z * [new branch] tidy_performance_cyy -> origin/tidy_performance_cyy 2025-12-04T09:52:42.8608475Z * [new branch] tmp -> origin/tmp 2025-12-04T09:52:42.8608548Z * [new branch] torchtitan_ep -> origin/torchtitan_ep 2025-12-04T09:52:42.8608635Z * [new branch] torchtitan_integration -> origin/torchtitan_integration 2025-12-04T09:52:42.8608722Z * [new branch] trace_fsdp_torchtune_lora -> origin/trace_fsdp_torchtune_lora 2025-12-04T09:52:42.8608814Z * [new branch] traceable_fsdp_unit_tests -> origin/traceable_fsdp_unit_tests 2025-12-04T09:52:42.8608888Z * [new branch] tree_loop_vec_base -> origin/tree_loop_vec_base 2025-12-04T09:52:42.8608958Z * [new branch] triton_kernel -> origin/triton_kernel 2025-12-04T09:52:42.8609029Z * [new branch] tt_pkg_1908 -> origin/tt_pkg_1908 2025-12-04T09:52:42.8609092Z * [new branch] type_dec -> origin/type_dec 2025-12-04T09:52:42.8609189Z * [new branch] udate-sphinx-dependancies -> origin/udate-sphinx-dependancies 2025-12-04T09:52:42.8609379Z * [new branch] update-audio-commit-hash/17630256502-1803-1 -> origin/update-audio-commit-hash/17630256502-1803-1 2025-12-04T09:52:42.8609514Z * [new branch] update-audio-commit-hash/19087141161-1916-1 -> origin/update-audio-commit-hash/19087141161-1916-1 2025-12-04T09:52:42.8609685Z * [new branch] update-audio-commit-hash/19250643381-1929-1 -> origin/update-audio-commit-hash/19250643381-1929-1 2025-12-04T09:52:42.8609820Z * [new branch] update-audio-commit-hash/19397724337-1935-1 -> origin/update-audio-commit-hash/19397724337-1935-1 2025-12-04T09:52:42.8609949Z * [new branch] update-audio-commit-hash/19555670148-1941-1 -> origin/update-audio-commit-hash/19555670148-1941-1 2025-12-04T09:52:42.8610078Z * [new branch] update-audio-commit-hash/19750627930-1946-1 -> origin/update-audio-commit-hash/19750627930-1946-1 2025-12-04T09:52:42.8610218Z * [new branch] update-triton-commit-hash/13663274526-1487-2 -> origin/update-triton-commit-hash/13663274526-1487-2 2025-12-04T09:52:42.8610355Z * [new branch] update-vision-commit-hash/19087141161-1916-1 -> origin/update-vision-commit-hash/19087141161-1916-1 2025-12-04T09:52:42.8610491Z * [new branch] update-vision-commit-hash/19184897099-1925-1 -> origin/update-vision-commit-hash/19184897099-1925-1 2025-12-04T09:52:42.8610626Z * [new branch] update-vision-commit-hash/19250643381-1929-1 -> origin/update-vision-commit-hash/19250643381-1929-1 2025-12-04T09:52:42.8610758Z * [new branch] update-vision-commit-hash/19381328640-1934-1 -> origin/update-vision-commit-hash/19381328640-1934-1 2025-12-04T09:52:42.8610893Z * [new branch] update-vision-commit-hash/19485237164-1938-1 -> origin/update-vision-commit-hash/19485237164-1938-1 2025-12-04T09:52:42.8611025Z * [new branch] update-vllm-commit-hash/18451675449-1879-1 -> origin/update-vllm-commit-hash/18451675449-1879-1 2025-12-04T09:52:42.8611115Z * [new branch] update-vllm-dockerfile -> origin/update-vllm-dockerfile 2025-12-04T09:52:42.8611244Z * [new branch] update-xla-commit-hash/19224287370-211-1 -> origin/update-xla-commit-hash/19224287370-211-1 2025-12-04T09:52:42.8611368Z * [new branch] update-xla-commit-hash/19422028566-212-1 -> origin/update-xla-commit-hash/19422028566-212-1 2025-12-04T09:52:42.8611494Z * [new branch] update-xla-commit-hash/19626841311-213-1 -> origin/update-xla-commit-hash/19626841311-213-1 2025-12-04T09:52:42.8611621Z * [new branch] update_docs_torch_multinomial_issue#125388 -> origin/update_docs_torch_multinomial_issue#125388 2025-12-04T09:52:42.8611704Z * [new branch] update_operator_readme -> origin/update_operator_readme 2025-12-04T09:52:42.8611796Z * [new branch] update_slow_tests_1722488736 -> origin/update_slow_tests_1722488736 2025-12-04T09:52:42.8611886Z * [new branch] update_slow_tests_1722879173 -> origin/update_slow_tests_1722879173 2025-12-04T09:52:42.8611974Z * [new branch] update_slow_tests_1762155677 -> origin/update_slow_tests_1762155677 2025-12-04T09:52:42.8612063Z * [new branch] update_slow_tests_1763365283 -> origin/update_slow_tests_1763365283 2025-12-04T09:52:42.8612157Z * [new branch] update_submodule_FBGEMM -> origin/update_submodule_FBGEMM 2025-12-04T09:52:42.8612243Z * [new branch] update_submodule_kineto -> origin/update_submodule_kineto 2025-12-04T09:52:42.8612337Z * [new branch] update_submodule_tensorpipe -> origin/update_submodule_tensorpipe 2025-12-04T09:52:42.8612437Z * [new branch] upload-tests-for-autorevert -> origin/upload-tests-for-autorevert 2025-12-04T09:52:42.8612505Z * [new branch] v0.1.2 -> origin/v0.1.2 2025-12-04T09:52:42.8612601Z * [new branch] v1.0.1 -> origin/v1.0.1 2025-12-04T09:52:42.8612664Z * [new branch] v1.0.3 -> origin/v1.0.3 2025-12-04T09:52:42.8612725Z * [new branch] v1.1.0 -> origin/v1.1.0 2025-12-04T09:52:42.8612789Z * [new branch] v1.2.0 -> origin/v1.2.0 2025-12-04T09:52:42.8612887Z * [new branch] v1.3.0 -> origin/v1.3.0 2025-12-04T09:52:42.8612950Z * [new branch] v1.3.1 -> origin/v1.3.1 2025-12-04T09:52:42.8613021Z * [new branch] validate_fn -> origin/validate_fn 2025-12-04T09:52:42.8613095Z * [new branch] validations_2.6 -> origin/validations_2.6 2025-12-04T09:52:42.8613168Z * [new branch] validations_2.8 -> origin/validations_2.8 2025-12-04T09:52:42.8613237Z * [new branch] varlen-api -> origin/varlen-api 2025-12-04T09:52:42.8613316Z * [new branch] varlen-api-backup -> origin/varlen-api-backup 2025-12-04T09:52:42.8613402Z * [new branch] varlen_batch_invariance -> origin/varlen_batch_invariance 2025-12-04T09:52:42.8613473Z * [new branch] viable/strict -> origin/viable/strict 2025-12-04T09:52:42.8613594Z * [new branch] vishal9-team/dtensor_parallelism_toy -> origin/vishal9-team/dtensor_parallelism_toy 2025-12-04T09:52:42.8613667Z * [new branch] vllmbuildci -> origin/vllmbuildci 2025-12-04T09:52:42.8613731Z * [new branch] vllmpin -> origin/vllmpin 2025-12-04T09:52:42.8613827Z * [new branch] vscode-recommend-pyrefly -> origin/vscode-recommend-pyrefly 2025-12-04T09:52:42.8613902Z * [new branch] wdvr-patch-1 -> origin/wdvr-patch-1 2025-12-04T09:52:42.8613972Z * [new branch] wdvr/iss_145259 -> origin/wdvr/iss_145259 2025-12-04T09:52:42.8614038Z * [new branch] whc/pei -> origin/whc/pei 2025-12-04T09:52:42.8614110Z * [new branch] whc/pp_fix -> origin/whc/pp_fix 2025-12-04T09:52:42.8614179Z * [new branch] whc/sharding -> origin/whc/sharding 2025-12-04T09:52:42.8614250Z * [new branch] whc/sharding2 -> origin/whc/sharding2 2025-12-04T09:52:42.8614319Z * [new branch] whc/uneven -> origin/whc/uneven 2025-12-04T09:52:42.8614394Z * [new branch] whc/uneven-merge -> origin/whc/uneven-merge 2025-12-04T09:52:42.8614461Z * [new branch] win_warnings -> origin/win_warnings 2025-12-04T09:52:42.8614546Z * [new branch] windows_libtorch_free -> origin/windows_libtorch_free 2025-12-04T09:52:42.8614613Z * [new branch] xmfan-war -> origin/xmfan-war 2025-12-04T09:52:42.8614685Z * [new branch] xmfan/ca_0516 -> origin/xmfan/ca_0516 2025-12-04T09:52:42.8614760Z * [new branch] xmfan/ca_1051b93192 -> origin/xmfan/ca_1051b93192 2025-12-04T09:52:42.8614915Z * [new branch] xmfan/ca_1a722f62c248391fc4a542e8851a5559aa356ae8 -> origin/xmfan/ca_1a722f62c248391fc4a542e8851a5559aa356ae8 2025-12-04T09:52:42.8614994Z * [new branch] xmfan/ca_5a2be192d1 -> origin/xmfan/ca_5a2be192d1 2025-12-04T09:52:42.8615069Z * [new branch] xmfan/ca_9d59b516e9 -> origin/xmfan/ca_9d59b516e9 2025-12-04T09:52:42.8615139Z * [new branch] xmfan/ca_apr8 -> origin/xmfan/ca_apr8 2025-12-04T09:52:42.8615210Z * [new branch] xmfan/ca_base -> origin/xmfan/ca_base 2025-12-04T09:52:42.8615283Z * [new branch] xmfan/ca_dynamic -> origin/xmfan/ca_dynamic 2025-12-04T09:52:42.8615384Z * [new branch] xmfan/ca_fix_dyn -> origin/xmfan/ca_fix_dyn 2025-12-04T09:52:42.8615466Z * [new branch] xmfan/ca_fix_lowering -> origin/xmfan/ca_fix_lowering 2025-12-04T09:52:42.8615548Z * [new branch] xmfan/ca_fix_polyfills -> origin/xmfan/ca_fix_polyfills 2025-12-04T09:52:42.8615644Z * [new branch] xmfan/ca_jan3 -> origin/xmfan/ca_jan3 2025-12-04T09:52:42.8615719Z * [new branch] xmfan/ca_jun18 -> origin/xmfan/ca_jun18 2025-12-04T09:52:42.8615789Z * [new branch] xmfan/ca_jun24 -> origin/xmfan/ca_jun24 2025-12-04T09:52:42.8615860Z * [new branch] xmfan/ca_nested -> origin/xmfan/ca_nested 2025-12-04T09:52:42.8615935Z * [new branch] xmfan/ca_overhead -> origin/xmfan/ca_overhead 2025-12-04T09:52:42.8616028Z * [new branch] xmfan/ca_overhead_0eba7e5451 -> origin/xmfan/ca_overhead_0eba7e5451 2025-12-04T09:52:42.8616102Z * [new branch] xmfan/cacu_jun18 -> origin/xmfan/cacu_jun18 2025-12-04T09:52:42.8616176Z * [new branch] xmfan/cacu_jun19 -> origin/xmfan/cacu_jun19 2025-12-04T09:52:42.8616247Z * [new branch] xmfan/cacu_jun4 -> origin/xmfan/cacu_jun4 2025-12-04T09:52:42.8616338Z * [new branch] xmfan/disable_duck_shape -> origin/xmfan/disable_duck_shape 2025-12-04T09:52:42.8616436Z * [new branch] xmfan/fca_cpp_node_passthrough -> origin/xmfan/fca_cpp_node_passthrough 2025-12-04T09:52:42.8616589Z * [new branch] xmfan/post_3945954741e2d37023c5d6954f9483008e0892f9 -> origin/xmfan/post_3945954741e2d37023c5d6954f9483008e0892f9 2025-12-04T09:52:42.8616773Z * [new branch] xmfan/pre_3945954741e2d37023c5d6954f9483008e0892f9 -> origin/xmfan/pre_3945954741e2d37023c5d6954f9483008e0892f9 2025-12-04T09:52:42.8616853Z * [new branch] xmfan/single_step -> origin/xmfan/single_step 2025-12-04T09:52:42.8616922Z * [new branch] xmfan/sth_0829 -> origin/xmfan/sth_0829 2025-12-04T09:52:42.8616990Z * [new branch] xmfan/test -> origin/xmfan/test 2025-12-04T09:52:42.8617082Z * [new branch] yguo/debug-0226-constexpr -> origin/yguo/debug-0226-constexpr 2025-12-04T09:52:42.8617165Z * [new branch] yguo/new_latest_changes -> origin/yguo/new_latest_changes 2025-12-04T09:52:42.8617262Z * [new branch] yguo/patch_constexpr_changes -> origin/yguo/patch_constexpr_changes 2025-12-04T09:52:42.8617336Z * [new branch] yiming/bootcamp -> origin/yiming/bootcamp 2025-12-04T09:52:42.8617438Z * [new branch] yiming/run_with_start_end_rng_hop -> origin/yiming/run_with_start_end_rng_hop 2025-12-04T09:52:42.8617510Z * [new branch] yolo-llama3 -> origin/yolo-llama3 2025-12-04T09:52:42.8617589Z * [new branch] zainr/canary-test -> origin/zainr/canary-test 2025-12-04T09:52:42.8617681Z * [new branch] zainr/cleanup-gh-runners -> origin/zainr/cleanup-gh-runners 2025-12-04T09:52:42.8617771Z * [new branch] zainr/pull-migration-c -> origin/zainr/pull-migration-c 2025-12-04T09:52:42.8617840Z * [new branch] zainr/test2 -> origin/zainr/test2 2025-12-04T09:52:42.8617922Z * [new branch] zasdfgbnm-patch-3 -> origin/zasdfgbnm-patch-3 2025-12-04T09:52:42.8617985Z * [new branch] zb2p -> origin/zb2p 2025-12-04T09:52:42.8618076Z * [new branch] zeros-and-scatter-part2 -> origin/zeros-and-scatter-part2 2025-12-04T09:52:42.8618171Z * [new branch] zhxchen17/ci/vllm_lora_oom -> origin/zhxchen17/ci/vllm_lora_oom 2025-12-04T09:52:42.8618274Z * [new branch] zhxchen17/ci/vllm_multimodal_oom -> origin/zhxchen17/ci/vllm_multimodal_oom 2025-12-04T09:52:42.8618403Z * [new branch] zhxchen17/ci/vllm_pin -> origin/zhxchen17/ci/vllm_pin 2025-12-04T09:52:42.8618532Z * [new branch] zhxchen17/dynamo/unsafe_drop_all_guards -> origin/zhxchen17/dynamo/unsafe_drop_all_guards 2025-12-04T09:52:42.8618632Z * [new branch] zhxchen17/export/call_override -> origin/zhxchen17/export/call_override 2025-12-04T09:52:42.8618768Z * [new branch] zhxchen17/export/codemod1 -> origin/zhxchen17/export/codemod1 2025-12-04T09:52:42.8618861Z * [new branch] zhxchen17/export/ctx_return -> origin/zhxchen17/export/ctx_return 2025-12-04T09:52:42.8618989Z * [new branch] zhxchen17/export/disable_side_effect_warn -> origin/zhxchen17/export/disable_side_effect_warn 2025-12-04T09:52:42.8619088Z * [new branch] zhxchen17/export/pytree_check -> origin/zhxchen17/export/pytree_check 2025-12-04T09:52:42.8619181Z * [new branch] zhxchen17/precompile/aoti -> origin/zhxchen17/precompile/aoti 2025-12-04T09:52:42.8619279Z * [new branch] zhxchen17/precompile/globals -> origin/zhxchen17/precompile/globals 2025-12-04T09:52:42.8619398Z * [new branch] zhxchen17/precompile/inductor_guards -> origin/zhxchen17/precompile/inductor_guards 2025-12-04T09:52:42.8619479Z * [new branch] zhxchen17/scratch/0 -> origin/zhxchen17/scratch/0 2025-12-04T09:52:42.8619586Z * [new branch] zhxchen17/torch_export_api_update -> origin/zhxchen17/torch_export_api_update 2025-12-04T09:52:42.8619669Z * [new branch] zhxhcen17/moodycamel -> origin/zhxhcen17/moodycamel 2025-12-04T09:52:42.8619748Z * [new branch] zxiiro/build-times -> origin/zxiiro/build-times 2025-12-04T09:52:42.8619827Z * [new branch] zxiiro/c7i.2xlarge -> origin/zxiiro/c7i.2xlarge 2025-12-04T09:52:42.8619916Z * [new branch] zxiiro/c7i.2xlarge.h100 -> origin/zxiiro/c7i.2xlarge.h100 2025-12-04T09:52:42.8619983Z * [new branch] zxiiro/main -> origin/zxiiro/main 2025-12-04T09:52:42.8620051Z * [new branch] zxiiro/risc64 -> origin/zxiiro/risc64 2025-12-04T09:52:42.8620148Z * [new branch] zxiiro/test-multicloud-arc -> origin/zxiiro/test-multicloud-arc 2025-12-04T09:52:42.8620232Z t [tag update] ciflow/h100-symm-mem/169355 -> ciflow/h100-symm-mem/169355 2025-12-04T09:52:42.8620307Z t [tag update] ciflow/inductor/169355 -> ciflow/inductor/169355 2025-12-04T09:52:42.8620383Z t [tag update] ciflow/inductor/169437 -> ciflow/inductor/169437 2025-12-04T09:52:42.8620456Z t [tag update] ciflow/inductor/169515 -> ciflow/inductor/169515 2025-12-04T09:52:42.8620525Z * [new tag] ciflow/inductor/169557 -> ciflow/inductor/169557 2025-12-04T09:52:42.8620598Z t [tag update] ciflow/trunk/169048 -> ciflow/trunk/169048 2025-12-04T09:52:42.8620670Z t [tag update] ciflow/trunk/169355 -> ciflow/trunk/169355 2025-12-04T09:52:42.8620738Z t [tag update] ciflow/trunk/169437 -> ciflow/trunk/169437 2025-12-04T09:52:42.8620884Z * [new tag] trunk/7716da9fb23f27a65b41f9f016a2afadf281c18f -> trunk/7716da9fb23f27a65b41f9f016a2afadf281c18f 2025-12-04T09:52:43.0776967Z [command]/usr/bin/git rev-parse --verify --quiet ffd9b0fb4355e97af82fc42cf185c3ffa0fc0a32^{object} 2025-12-04T09:52:43.1019327Z ffd9b0fb4355e97af82fc42cf185c3ffa0fc0a32 2025-12-04T09:52:43.1023862Z ##[endgroup] 2025-12-04T09:52:43.1024355Z ##[group]Determining the checkout info 2025-12-04T09:52:43.1024842Z ##[endgroup] 2025-12-04T09:52:43.1028326Z [command]/usr/bin/git sparse-checkout disable 2025-12-04T09:52:43.1113620Z [command]/usr/bin/git config --local --unset-all extensions.worktreeConfig 2025-12-04T09:52:43.1134240Z ##[group]Checking out the ref 2025-12-04T09:52:43.1136247Z [command]/usr/bin/git checkout --progress --force ffd9b0fb4355e97af82fc42cf185c3ffa0fc0a32 2025-12-04T09:52:43.1880012Z Previous HEAD position was eabb7ad21285 [Inductor XPU GEMM] Step 1/N: Refactor cutlass configuration. (#160174) 2025-12-04T09:52:43.1883196Z HEAD is now at ffd9b0fb4355 Resolve collective autotuning test failure on arm (#168919) 2025-12-04T09:52:43.1977780Z ##[endgroup] 2025-12-04T09:52:43.1977964Z ##[group]Setting up auth for fetching submodules 2025-12-04T09:52:43.1983858Z [command]/usr/bin/git config --global http.https://github.com/.extraheader AUTHORIZATION: basic *** 2025-12-04T09:52:43.2015161Z [command]/usr/bin/git config --global --unset-all url.https://github.com/.insteadOf 2025-12-04T09:52:43.2035307Z [command]/usr/bin/git config --global --add url.https://github.com/.insteadOf git@github.com: 2025-12-04T09:52:43.2051974Z [command]/usr/bin/git config --global --add url.https://github.com/.insteadOf org-21003710@github.com: 2025-12-04T09:52:43.2065861Z ##[endgroup] 2025-12-04T09:52:43.2066064Z ##[group]Fetching submodules 2025-12-04T09:52:43.2067670Z [command]/usr/bin/git submodule sync --recursive 2025-12-04T09:52:43.2258120Z Synchronizing submodule url for 'android/libs/fbjni' 2025-12-04T09:52:43.2269094Z Synchronizing submodule url for 'third_party/FP16' 2025-12-04T09:52:43.2281406Z Synchronizing submodule url for 'third_party/FXdiv' 2025-12-04T09:52:43.2296538Z Synchronizing submodule url for 'third_party/NNPACK' 2025-12-04T09:52:43.2310973Z Synchronizing submodule url for 'third_party/NVTX' 2025-12-04T09:52:43.2324109Z Synchronizing submodule url for 'third_party/VulkanMemoryAllocator' 2025-12-04T09:52:43.2336454Z Synchronizing submodule url for 'third_party/XNNPACK' 2025-12-04T09:52:43.2355302Z Synchronizing submodule url for 'third_party/aiter' 2025-12-04T09:52:43.2371249Z Synchronizing submodule url for 'third_party/aiter/3rdparty/composable_kernel' 2025-12-04T09:52:43.2388787Z Synchronizing submodule url for 'third_party/benchmark' 2025-12-04T09:52:43.2401725Z Synchronizing submodule url for 'third_party/composable_kernel' 2025-12-04T09:52:43.2417284Z Synchronizing submodule url for 'third_party/cpp-httplib' 2025-12-04T09:52:43.2430000Z Synchronizing submodule url for 'third_party/cpuinfo' 2025-12-04T09:52:43.2440008Z Synchronizing submodule url for 'third_party/cudnn_frontend' 2025-12-04T09:52:43.2450072Z Synchronizing submodule url for 'third_party/cutlass' 2025-12-04T09:52:43.2463312Z Synchronizing submodule url for 'third_party/fbgemm' 2025-12-04T09:52:43.2478658Z Synchronizing submodule url for 'third_party/fbgemm/external/asmjit' 2025-12-04T09:52:43.2504829Z Synchronizing submodule url for 'third_party/fbgemm/external/composable_kernel' 2025-12-04T09:52:43.2521494Z Synchronizing submodule url for 'third_party/fbgemm/external/cpuinfo' 2025-12-04T09:52:43.2532766Z Synchronizing submodule url for 'third_party/fbgemm/external/cutlass' 2025-12-04T09:52:43.2549782Z Synchronizing submodule url for 'third_party/fbgemm/external/googletest' 2025-12-04T09:52:43.2560944Z Synchronizing submodule url for 'third_party/fbgemm/external/hipify_torch' 2025-12-04T09:52:43.2571555Z Synchronizing submodule url for 'third_party/fbgemm/external/json' 2025-12-04T09:52:43.2586327Z Synchronizing submodule url for 'third_party/flash-attention' 2025-12-04T09:52:43.2600040Z Synchronizing submodule url for 'third_party/flash-attention/csrc/composable_kernel' 2025-12-04T09:52:43.2611862Z Synchronizing submodule url for 'third_party/flash-attention/csrc/cutlass' 2025-12-04T09:52:43.2628080Z Synchronizing submodule url for 'third_party/flatbuffers' 2025-12-04T09:52:43.2640112Z Synchronizing submodule url for 'third_party/fmt' 2025-12-04T09:52:43.2650103Z Synchronizing submodule url for 'third_party/gemmlowp/gemmlowp' 2025-12-04T09:52:43.2660083Z Synchronizing submodule url for 'third_party/gloo' 2025-12-04T09:52:43.2669613Z Synchronizing submodule url for 'third_party/googletest' 2025-12-04T09:52:43.2681302Z Synchronizing submodule url for 'third_party/ideep' 2025-12-04T09:52:43.2693275Z Synchronizing submodule url for 'third_party/ideep/mkl-dnn' 2025-12-04T09:52:43.2707436Z Synchronizing submodule url for 'third_party/ittapi' 2025-12-04T09:52:43.2719093Z Synchronizing submodule url for 'third_party/kineto' 2025-12-04T09:52:43.2732675Z Synchronizing submodule url for 'third_party/kineto/libkineto/third_party/dynolog' 2025-12-04T09:52:43.2742776Z Synchronizing submodule url for 'third_party/kineto/libkineto/third_party/dynolog/third_party/DCGM' 2025-12-04T09:52:43.2756121Z Synchronizing submodule url for 'third_party/kineto/libkineto/third_party/dynolog/third_party/cpr' 2025-12-04T09:52:43.2775360Z Synchronizing submodule url for 'third_party/kineto/libkineto/third_party/dynolog/third_party/fmt' 2025-12-04T09:52:43.2791512Z Synchronizing submodule url for 'third_party/kineto/libkineto/third_party/dynolog/third_party/gflags' 2025-12-04T09:52:43.2806407Z Synchronizing submodule url for 'third_party/kineto/libkineto/third_party/dynolog/third_party/gflags/doc' 2025-12-04T09:52:43.2823723Z Synchronizing submodule url for 'third_party/kineto/libkineto/third_party/dynolog/third_party/glog' 2025-12-04T09:52:43.2835355Z Synchronizing submodule url for 'third_party/kineto/libkineto/third_party/dynolog/third_party/googletest' 2025-12-04T09:52:43.2851568Z Synchronizing submodule url for 'third_party/kineto/libkineto/third_party/dynolog/third_party/json' 2025-12-04T09:52:43.2863849Z Synchronizing submodule url for 'third_party/kineto/libkineto/third_party/dynolog/third_party/pfs' 2025-12-04T09:52:43.2881109Z Synchronizing submodule url for 'third_party/kineto/libkineto/third_party/dynolog/third_party/prometheus-cpp' 2025-12-04T09:52:43.2892966Z Synchronizing submodule url for 'third_party/kineto/libkineto/third_party/dynolog/third_party/prometheus-cpp/3rdparty/civetweb' 2025-12-04T09:52:43.2905521Z Synchronizing submodule url for 'third_party/kineto/libkineto/third_party/dynolog/third_party/prometheus-cpp/3rdparty/googletest' 2025-12-04T09:52:43.2921387Z Synchronizing submodule url for 'third_party/kineto/libkineto/third_party/fmt' 2025-12-04T09:52:43.2932245Z Synchronizing submodule url for 'third_party/kineto/libkineto/third_party/googletest' 2025-12-04T09:52:43.2946033Z Synchronizing submodule url for 'third_party/kleidiai' 2025-12-04T09:52:43.2959407Z Synchronizing submodule url for 'third_party/mimalloc' 2025-12-04T09:52:43.2969198Z Synchronizing submodule url for 'third_party/nlohmann' 2025-12-04T09:52:43.2983585Z Synchronizing submodule url for 'third_party/onnx' 2025-12-04T09:52:43.3002534Z Synchronizing submodule url for 'third_party/onnx/third_party/pybind11' 2025-12-04T09:52:43.3016303Z Synchronizing submodule url for 'third_party/opentelemetry-cpp' 2025-12-04T09:52:43.3026848Z Synchronizing submodule url for 'third_party/opentelemetry-cpp/third_party/benchmark' 2025-12-04T09:52:43.3037006Z Synchronizing submodule url for 'third_party/opentelemetry-cpp/third_party/googletest' 2025-12-04T09:52:43.3048181Z Synchronizing submodule url for 'third_party/opentelemetry-cpp/third_party/ms-gsl' 2025-12-04T09:52:43.3059091Z Synchronizing submodule url for 'third_party/opentelemetry-cpp/third_party/nlohmann-json' 2025-12-04T09:52:43.3069423Z Synchronizing submodule url for 'third_party/opentelemetry-cpp/third_party/opentelemetry-proto' 2025-12-04T09:52:43.3083959Z Synchronizing submodule url for 'third_party/opentelemetry-cpp/third_party/opentracing-cpp' 2025-12-04T09:52:43.3094269Z Synchronizing submodule url for 'third_party/opentelemetry-cpp/third_party/prometheus-cpp' 2025-12-04T09:52:43.3104835Z Synchronizing submodule url for 'third_party/opentelemetry-cpp/third_party/prometheus-cpp/3rdparty/civetweb' 2025-12-04T09:52:43.3116356Z Synchronizing submodule url for 'third_party/opentelemetry-cpp/third_party/prometheus-cpp/3rdparty/googletest' 2025-12-04T09:52:43.3128700Z Synchronizing submodule url for 'third_party/opentelemetry-cpp/tools/vcpkg' 2025-12-04T09:52:43.3149501Z Synchronizing submodule url for 'third_party/pocketfft' 2025-12-04T09:52:43.3160112Z Synchronizing submodule url for 'third_party/protobuf' 2025-12-04T09:52:43.3174221Z Synchronizing submodule url for 'third_party/protobuf/third_party/benchmark' 2025-12-04T09:52:43.3184668Z Synchronizing submodule url for 'third_party/protobuf/third_party/googletest' 2025-12-04T09:52:43.3196197Z Synchronizing submodule url for 'third_party/psimd' 2025-12-04T09:52:43.3207050Z Synchronizing submodule url for 'third_party/pthreadpool' 2025-12-04T09:52:43.3217660Z Synchronizing submodule url for 'third_party/pybind11' 2025-12-04T09:52:43.3228862Z Synchronizing submodule url for 'third_party/python-peachpy' 2025-12-04T09:52:43.3239484Z Synchronizing submodule url for 'third_party/sleef' 2025-12-04T09:52:43.3255228Z Synchronizing submodule url for 'third_party/tensorpipe' 2025-12-04T09:52:43.3269029Z Synchronizing submodule url for 'third_party/tensorpipe/third_party/googletest' 2025-12-04T09:52:43.3281431Z Synchronizing submodule url for 'third_party/tensorpipe/third_party/libnop' 2025-12-04T09:52:43.3292595Z Synchronizing submodule url for 'third_party/tensorpipe/third_party/libuv' 2025-12-04T09:52:43.3303549Z Synchronizing submodule url for 'third_party/tensorpipe/third_party/pybind11' 2025-12-04T09:52:43.3314738Z Synchronizing submodule url for 'third_party/tensorpipe/third_party/pybind11/tools/clang' 2025-12-04T09:52:43.3342413Z [command]/usr/bin/git -c protocol.version=2 submodule update --init --force --recursive 2025-12-04T09:52:43.3594659Z Submodule path 'android/libs/fbjni': checked out '7e1e1fe3858c63c251c637ae41a20de425dde96f' 2025-12-04T09:52:43.3660879Z Submodule path 'third_party/FP16': checked out '4dfe081cf6bcd15db339cf2680b9281b8451eeb3' 2025-12-04T09:52:43.3711960Z Submodule path 'third_party/FXdiv': checked out 'b408327ac2a15ec3e43352421954f5b1967701d1' 2025-12-04T09:52:43.3837431Z Submodule path 'third_party/NNPACK': checked out 'c07e3a0400713d546e0dea2d5466dd22ea389c73' 2025-12-04T09:52:43.3898326Z Submodule path 'third_party/NVTX': checked out '3ebbc93ded7285963bff932c678fa367eb393ba6' 2025-12-04T09:52:43.3953218Z Submodule path 'third_party/VulkanMemoryAllocator': checked out '1d8f600fd424278486eade7ed3e877c99f0846b1' 2025-12-04T09:52:43.9007322Z Submodule path 'third_party/XNNPACK': checked out '51a0103656eff6fc9bfd39a4597923c4b542c883' 2025-12-04T09:52:43.9162922Z Submodule path 'third_party/aiter': checked out '01aae101b9e5e94d6c16a9514c9fb8df99c93150' 2025-12-04T09:52:43.9360738Z Submodule path 'third_party/aiter/3rdparty/composable_kernel': checked out 'cffe8fa2a442ac8e80dd236a1a5d24fe3d7e0cbf' 2025-12-04T09:52:43.9462125Z Submodule path 'third_party/benchmark': checked out '299e5928955cc62af9968370293b916f5130916f' 2025-12-04T09:52:43.9639188Z Submodule path 'third_party/composable_kernel': checked out '7fe50dc3da2069d6645d9deb8c017a876472a977' 2025-12-04T09:52:43.9697673Z Submodule path 'third_party/cpp-httplib': checked out '89c932f313c6437c38f2982869beacc89c2f2246' 2025-12-04T09:52:44.0320167Z Submodule path 'third_party/cpuinfo': checked out 'f858c30bcb16f8effd5ff46996f0514539e17abc' 2025-12-04T09:52:44.0388476Z Submodule path 'third_party/cudnn_frontend': checked out '0b1577c8c83401237d601d0d0db5210506705396' 2025-12-04T09:52:44.0520565Z Submodule path 'third_party/cutlass': checked out 'f88806b1e31dfa579842638740216dd41fc6c588' 2025-12-04T09:52:44.1248472Z Submodule path 'third_party/fbgemm': checked out 'c0b988d39a9e47c794d699f29930ed4d7c7e13a4' 2025-12-04T09:52:44.1553955Z Submodule path 'third_party/fbgemm/external/asmjit': checked out 'a3199e8857792cd10b7589ff5d58343d2c9008ea' 2025-12-04T09:52:44.3327035Z Submodule path 'third_party/fbgemm/external/composable_kernel': checked out '7fe50dc3da2069d6645d9deb8c017a876472a977' 2025-12-04T09:52:44.4017345Z Submodule path 'third_party/fbgemm/external/cpuinfo': checked out '6543fec09b2f04ac4a666882998b534afc9c1349' 2025-12-04T09:52:44.8557515Z Submodule path 'third_party/fbgemm/external/cutlass': checked out '98125ce499b0fdf7ffbe0e3052f5b8709f4840f8' 2025-12-04T09:52:44.8760491Z Submodule path 'third_party/fbgemm/external/googletest': checked out '52eb8108c5bdec04579160ae17225d66034bd723' 2025-12-04T09:52:44.8825854Z Submodule path 'third_party/fbgemm/external/hipify_torch': checked out '63b6a7b541fa7f08f8475ca7d74054db36ff2691' 2025-12-04T09:52:44.9369249Z Submodule path 'third_party/fbgemm/external/json': checked out '9cca280a4d0ccf0c08f47a99aa71d1b0e52f8d03' 2025-12-04T09:52:44.9461373Z Submodule path 'third_party/flash-attention': checked out '979702c87a8713a8e0a5e9fee122b90d2ef13be5' 2025-12-04T09:52:44.9646172Z Submodule path 'third_party/flash-attention/csrc/composable_kernel': checked out '888317e698e9803c62bd38568abc9e05d7709f33' 2025-12-04T09:52:44.9770400Z Submodule path 'third_party/flash-attention/csrc/cutlass': checked out 'c506e16788cb08416a4a57e11a9067beeee29420' 2025-12-04T09:52:44.9861281Z Submodule path 'third_party/flatbuffers': checked out 'a2cd1ea3b6d3fee220106b5fed3f7ce8da9eb757' 2025-12-04T09:52:45.0010034Z Submodule path 'third_party/fmt': checked out '407c905e45ad75fc29bf0f9bb7c5c2fd3475976f' 2025-12-04T09:52:45.0209594Z Submodule path 'third_party/gemmlowp/gemmlowp': checked out '3fb5c176c17c765a3492cd2f0321b0dab712f350' 2025-12-04T09:52:45.0408492Z Submodule path 'third_party/gloo': checked out '54cbae0d3a67fa890b4c3d9ee162b7860315e341' 2025-12-04T09:52:45.0651406Z Submodule path 'third_party/googletest': checked out '52eb8108c5bdec04579160ae17225d66034bd723' 2025-12-04T09:52:45.0734244Z Submodule path 'third_party/ideep': checked out '719d8e6cd7f7a0e01b155657526d693acf97c2b3' 2025-12-04T09:52:45.4699756Z Submodule path 'third_party/ideep/mkl-dnn': checked out '8d263e693366ef8db40acc569cc7d8edf644556d' 2025-12-04T09:52:45.4811819Z Submodule path 'third_party/ittapi': checked out 'dec1d23ca65ab069d225dfe40dea14f455170959' 2025-12-04T09:52:45.4951161Z Submodule path 'third_party/kineto': checked out '31f85df8fbd89c188f14ef10f1ec65379786b943' 2025-12-04T09:52:45.5029097Z Submodule path 'third_party/kineto/libkineto/third_party/dynolog': checked out 'd2ffe0a4e3acace628db49974246b66fc3e85fb1' 2025-12-04T09:52:45.5125821Z Submodule path 'third_party/kineto/libkineto/third_party/dynolog/third_party/DCGM': checked out 'ffde4e54bc7249a6039a5e6b45b395141e1217f9' 2025-12-04T09:52:45.5190352Z Submodule path 'third_party/kineto/libkineto/third_party/dynolog/third_party/cpr': checked out '871ed52d350214a034f6ef8a3b8f51c5ce1bd400' 2025-12-04T09:52:45.5288887Z Submodule path 'third_party/kineto/libkineto/third_party/dynolog/third_party/fmt': checked out 'cd4af11efc9c622896a3e4cb599fa28668ca3d05' 2025-12-04T09:52:45.5345744Z Submodule path 'third_party/kineto/libkineto/third_party/dynolog/third_party/gflags': checked out 'e171aa2d15ed9eb17054558e0b3a6a413bb01067' 2025-12-04T09:52:45.5401168Z Submodule path 'third_party/kineto/libkineto/third_party/dynolog/third_party/gflags/doc': checked out '8411df715cf522606e3b1aca386ddfc0b63d34b4' 2025-12-04T09:52:45.5455581Z Submodule path 'third_party/kineto/libkineto/third_party/dynolog/third_party/glog': checked out 'b33e3bad4c46c8a6345525fd822af355e5ef9446' 2025-12-04T09:52:45.5515039Z Submodule path 'third_party/kineto/libkineto/third_party/dynolog/third_party/googletest': checked out '52eb8108c5bdec04579160ae17225d66034bd723' 2025-12-04T09:52:45.5596532Z Submodule path 'third_party/kineto/libkineto/third_party/dynolog/third_party/json': checked out '4f8fba14066156b73f1189a2b8bd568bde5284c5' 2025-12-04T09:52:45.5651288Z Submodule path 'third_party/kineto/libkineto/third_party/dynolog/third_party/pfs': checked out 'f68a2fa8ea36c783bdd760371411fcb495aa3150' 2025-12-04T09:52:45.5713140Z Submodule path 'third_party/kineto/libkineto/third_party/dynolog/third_party/prometheus-cpp': checked out 'b1234816facfdda29845c46696a02998a4af115a' 2025-12-04T09:52:45.5793059Z Submodule path 'third_party/kineto/libkineto/third_party/dynolog/third_party/prometheus-cpp/3rdparty/civetweb': checked out 'd7ba35bbb649209c66e582d5a0244ba988a15159' 2025-12-04T09:52:45.5846904Z Submodule path 'third_party/kineto/libkineto/third_party/dynolog/third_party/prometheus-cpp/3rdparty/googletest': checked out 'e2239ee6043f73722e7aa812a459f54a28552929' 2025-12-04T09:52:45.5912934Z Submodule path 'third_party/kineto/libkineto/third_party/fmt': checked out '40626af88bd7df9a5fb80be7b25ac85b122d6c21' 2025-12-04T09:52:45.5973597Z Submodule path 'third_party/kineto/libkineto/third_party/googletest': checked out '52eb8108c5bdec04579160ae17225d66034bd723' 2025-12-04T09:52:45.6049619Z Submodule path 'third_party/kleidiai': checked out 'd7770c89632329a9914ef1a90289917597639cbe' 2025-12-04T09:52:45.6114310Z Submodule path 'third_party/mimalloc': checked out 'fbd8b99c2b828428947d70fdc046bb55609be93e' 2025-12-04T09:52:45.6194292Z Submodule path 'third_party/nlohmann': checked out '55f93686c01528224f448c19128836e7df245f72' 2025-12-04T09:52:45.7888056Z Submodule path 'third_party/onnx': checked out 'e709452ef2bbc1d113faf678c24e6d3467696e83' 2025-12-04T09:52:45.8066404Z Submodule path 'third_party/onnx/third_party/pybind11': checked out 'a2e59f0e7065404b44dfe92a28aca47ba1378dc4' 2025-12-04T09:52:45.8159939Z Submodule path 'third_party/opentelemetry-cpp': checked out 'a799f4aed9c94b765dcdaabaeab7d5e7e2310878' 2025-12-04T09:52:45.8230171Z Submodule path 'third_party/opentelemetry-cpp/third_party/benchmark': checked out 'd572f4777349d43653b21d6c2fc63020ab326db2' 2025-12-04T09:52:45.8286548Z Submodule path 'third_party/opentelemetry-cpp/third_party/googletest': checked out 'b796f7d44681514f58a683a3a71ff17c94edb0c1' 2025-12-04T09:52:45.8339101Z Submodule path 'third_party/opentelemetry-cpp/third_party/ms-gsl': checked out '6f4529395c5b7c2d661812257cd6780c67e54afa' 2025-12-04T09:52:45.8421394Z Submodule path 'third_party/opentelemetry-cpp/third_party/nlohmann-json': checked out 'bc889afb4c5bf1c0d8ee29ef35eaaf4c8bef8a5d' 2025-12-04T09:52:45.8473124Z Submodule path 'third_party/opentelemetry-cpp/third_party/opentelemetry-proto': checked out '4ca4f0335c63cda7ab31ea7ed70d6553aee14dce' 2025-12-04T09:52:45.8520010Z Submodule path 'third_party/opentelemetry-cpp/third_party/opentracing-cpp': checked out '06b57f48ded1fa3bdd3d4346f6ef29e40e08eaf5' 2025-12-04T09:52:45.8574201Z Submodule path 'third_party/opentelemetry-cpp/third_party/prometheus-cpp': checked out 'c9ffcdda9086ffd9e1283ea7a0276d831f3c8a8d' 2025-12-04T09:52:45.8642419Z Submodule path 'third_party/opentelemetry-cpp/third_party/prometheus-cpp/3rdparty/civetweb': checked out 'eefb26f82b233268fc98577d265352720d477ba4' 2025-12-04T09:52:45.8696434Z Submodule path 'third_party/opentelemetry-cpp/third_party/prometheus-cpp/3rdparty/googletest': checked out 'e2239ee6043f73722e7aa812a459f54a28552929' 2025-12-04T09:52:45.8832164Z Submodule path 'third_party/opentelemetry-cpp/tools/vcpkg': checked out '8eb57355a4ffb410a2e94c07b4dca2dffbee8e50' 2025-12-04T09:52:45.8887143Z Submodule path 'third_party/pocketfft': checked out '0fa0ef591e38c2758e3184c6c23e497b9f732ffa' 2025-12-04T09:52:46.0257672Z Submodule path 'third_party/protobuf': checked out 'd1eca4e4b421cd2997495c4b4e65cea6be4e9b8a' 2025-12-04T09:52:46.0329864Z Submodule path 'third_party/protobuf/third_party/benchmark': checked out '5b7683f49e1e9223cf9927b24f6fd3d6bd82e3f8' 2025-12-04T09:52:46.0567138Z Submodule path 'third_party/protobuf/third_party/googletest': checked out '5ec7f0c4a113e2f18ac2c6cc7df51ad6afc24081' 2025-12-04T09:52:46.0603665Z Submodule path 'third_party/psimd': checked out '072586a71b55b7f8c584153d223e95687148a900' 2025-12-04T09:52:46.0693967Z Submodule path 'third_party/pthreadpool': checked out '4fe0e1e183925bf8cfa6aae24237e724a96479b8' 2025-12-04T09:52:46.0875869Z Submodule path 'third_party/pybind11': checked out 'f5fbe867d2d26e4a0a9177a51f6e568868ad3dc8' 2025-12-04T09:52:46.1097022Z Submodule path 'third_party/python-peachpy': checked out 'f45429b087dd7d5bc78bb40dc7cf06425c252d67' 2025-12-04T09:52:46.1338790Z Submodule path 'third_party/sleef': checked out '5a1d179df9cf652951b59010a2d2075372d67f68' 2025-12-04T09:52:46.1444113Z Submodule path 'third_party/tensorpipe': checked out '2b4cd91092d335a697416b2a3cb398283246849d' 2025-12-04T09:52:46.1619153Z Submodule path 'third_party/tensorpipe/third_party/googletest': checked out 'aee0f9d9b5b87796ee8a0ab26b7587ec30e8858e' 2025-12-04T09:52:46.1699687Z Submodule path 'third_party/tensorpipe/third_party/libnop': checked out '910b55815be16109f04f4180e9adee14fb4ce281' 2025-12-04T09:52:46.1974575Z Submodule path 'third_party/tensorpipe/third_party/libuv': checked out '5152db2cbfeb5582e9c27c5ea1dba2cd9e10759b' 2025-12-04T09:52:46.2097335Z Submodule path 'third_party/tensorpipe/third_party/pybind11': checked out 'a23996fce38ff6ccfbcdc09f1e63f2c4be5ea2ef' 2025-12-04T09:52:46.2151125Z Submodule path 'third_party/tensorpipe/third_party/pybind11/tools/clang': checked out '6a00cbc4a9b8e68b71caf7f774b3f9c753ae84d5' 2025-12-04T09:52:46.2178463Z [command]/usr/bin/git submodule foreach --recursive git config --local gc.auto 0 2025-12-04T09:52:46.2362091Z Entering 'android/libs/fbjni' 2025-12-04T09:52:46.2386487Z Entering 'third_party/FP16' 2025-12-04T09:52:46.2409376Z Entering 'third_party/FXdiv' 2025-12-04T09:52:46.2432975Z Entering 'third_party/NNPACK' 2025-12-04T09:52:46.2456938Z Entering 'third_party/NVTX' 2025-12-04T09:52:46.2481285Z Entering 'third_party/VulkanMemoryAllocator' 2025-12-04T09:52:46.2507535Z Entering 'third_party/XNNPACK' 2025-12-04T09:52:46.2537418Z Entering 'third_party/aiter' 2025-12-04T09:52:46.2563340Z Entering 'third_party/aiter/3rdparty/composable_kernel' 2025-12-04T09:52:46.2589092Z Entering 'third_party/benchmark' 2025-12-04T09:52:46.2611695Z Entering 'third_party/composable_kernel' 2025-12-04T09:52:46.2639892Z Entering 'third_party/cpp-httplib' 2025-12-04T09:52:46.2660001Z Entering 'third_party/cpuinfo' 2025-12-04T09:52:46.2683421Z Entering 'third_party/cudnn_frontend' 2025-12-04T09:52:46.2704987Z Entering 'third_party/cutlass' 2025-12-04T09:52:46.2732248Z Entering 'third_party/fbgemm' 2025-12-04T09:52:46.2758641Z Entering 'third_party/fbgemm/external/asmjit' 2025-12-04T09:52:46.2779571Z Entering 'third_party/fbgemm/external/composable_kernel' 2025-12-04T09:52:46.2805133Z Entering 'third_party/fbgemm/external/cpuinfo' 2025-12-04T09:52:46.2827225Z Entering 'third_party/fbgemm/external/cutlass' 2025-12-04T09:52:46.2852598Z Entering 'third_party/fbgemm/external/googletest' 2025-12-04T09:52:46.2873338Z Entering 'third_party/fbgemm/external/hipify_torch' 2025-12-04T09:52:46.2901096Z Entering 'third_party/fbgemm/external/json' 2025-12-04T09:52:46.2925150Z Entering 'third_party/flash-attention' 2025-12-04T09:52:46.2954163Z Entering 'third_party/flash-attention/csrc/composable_kernel' 2025-12-04T09:52:46.2980451Z Entering 'third_party/flash-attention/csrc/cutlass' 2025-12-04T09:52:46.3008016Z Entering 'third_party/flatbuffers' 2025-12-04T09:52:46.3031844Z Entering 'third_party/fmt' 2025-12-04T09:52:46.3051721Z Entering 'third_party/gemmlowp/gemmlowp' 2025-12-04T09:52:46.3081651Z Entering 'third_party/gloo' 2025-12-04T09:52:46.3105318Z Entering 'third_party/googletest' 2025-12-04T09:52:46.3126348Z Entering 'third_party/ideep' 2025-12-04T09:52:46.3149029Z Entering 'third_party/ideep/mkl-dnn' 2025-12-04T09:52:46.3176629Z Entering 'third_party/ittapi' 2025-12-04T09:52:46.3197712Z Entering 'third_party/kineto' 2025-12-04T09:52:46.3220901Z Entering 'third_party/kineto/libkineto/third_party/dynolog' 2025-12-04T09:52:46.3243865Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/DCGM' 2025-12-04T09:52:46.3266202Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/cpr' 2025-12-04T09:52:46.3286243Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/fmt' 2025-12-04T09:52:46.3308362Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/gflags' 2025-12-04T09:52:46.3328371Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/gflags/doc' 2025-12-04T09:52:46.3352123Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/glog' 2025-12-04T09:52:46.3374451Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/googletest' 2025-12-04T09:52:46.3399191Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/json' 2025-12-04T09:52:46.3421615Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/pfs' 2025-12-04T09:52:46.3444051Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/prometheus-cpp' 2025-12-04T09:52:46.3464109Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/prometheus-cpp/3rdparty/civetweb' 2025-12-04T09:52:46.3487304Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/prometheus-cpp/3rdparty/googletest' 2025-12-04T09:52:46.3513376Z Entering 'third_party/kineto/libkineto/third_party/fmt' 2025-12-04T09:52:46.3533801Z Entering 'third_party/kineto/libkineto/third_party/googletest' 2025-12-04T09:52:46.3557852Z Entering 'third_party/kleidiai' 2025-12-04T09:52:46.3580430Z Entering 'third_party/mimalloc' 2025-12-04T09:52:46.3601658Z Entering 'third_party/nlohmann' 2025-12-04T09:52:46.3623829Z Entering 'third_party/onnx' 2025-12-04T09:52:46.3650934Z Entering 'third_party/onnx/third_party/pybind11' 2025-12-04T09:52:46.3673559Z Entering 'third_party/opentelemetry-cpp' 2025-12-04T09:52:46.3698453Z Entering 'third_party/opentelemetry-cpp/third_party/benchmark' 2025-12-04T09:52:46.3718505Z Entering 'third_party/opentelemetry-cpp/third_party/googletest' 2025-12-04T09:52:46.3739280Z Entering 'third_party/opentelemetry-cpp/third_party/ms-gsl' 2025-12-04T09:52:46.3757713Z Entering 'third_party/opentelemetry-cpp/third_party/nlohmann-json' 2025-12-04T09:52:46.3777820Z Entering 'third_party/opentelemetry-cpp/third_party/opentelemetry-proto' 2025-12-04T09:52:46.3796357Z Entering 'third_party/opentelemetry-cpp/third_party/opentracing-cpp' 2025-12-04T09:52:46.3815593Z Entering 'third_party/opentelemetry-cpp/third_party/prometheus-cpp' 2025-12-04T09:52:46.3833879Z Entering 'third_party/opentelemetry-cpp/third_party/prometheus-cpp/3rdparty/civetweb' 2025-12-04T09:52:46.3858303Z Entering 'third_party/opentelemetry-cpp/third_party/prometheus-cpp/3rdparty/googletest' 2025-12-04T09:52:46.3879493Z Entering 'third_party/opentelemetry-cpp/tools/vcpkg' 2025-12-04T09:52:46.3908368Z Entering 'third_party/pocketfft' 2025-12-04T09:52:46.3930390Z Entering 'third_party/protobuf' 2025-12-04T09:52:46.3953157Z Entering 'third_party/protobuf/third_party/benchmark' 2025-12-04T09:52:46.3975054Z Entering 'third_party/protobuf/third_party/googletest' 2025-12-04T09:52:46.3999129Z Entering 'third_party/psimd' 2025-12-04T09:52:46.4022321Z Entering 'third_party/pthreadpool' 2025-12-04T09:52:46.4044840Z Entering 'third_party/pybind11' 2025-12-04T09:52:46.4064538Z Entering 'third_party/python-peachpy' 2025-12-04T09:52:46.4086599Z Entering 'third_party/sleef' 2025-12-04T09:52:46.4107206Z Entering 'third_party/tensorpipe' 2025-12-04T09:52:46.4130914Z Entering 'third_party/tensorpipe/third_party/googletest' 2025-12-04T09:52:46.4150386Z Entering 'third_party/tensorpipe/third_party/libnop' 2025-12-04T09:52:46.4173827Z Entering 'third_party/tensorpipe/third_party/libuv' 2025-12-04T09:52:46.4193764Z Entering 'third_party/tensorpipe/third_party/pybind11' 2025-12-04T09:52:46.4214885Z Entering 'third_party/tensorpipe/third_party/pybind11/tools/clang' 2025-12-04T09:52:46.4249389Z ##[endgroup] 2025-12-04T09:52:46.4249595Z ##[group]Persisting credentials for submodules 2025-12-04T09:52:46.4256013Z [command]/usr/bin/git submodule foreach --recursive sh -c "git config --local --name-only --get-regexp 'url\.https\:\/\/github\.com\/\.insteadOf' && git config --local --unset-all 'url.https://github.com/.insteadOf' || :" 2025-12-04T09:52:46.4425704Z Entering 'android/libs/fbjni' 2025-12-04T09:52:46.4450815Z Entering 'third_party/FP16' 2025-12-04T09:52:46.4475720Z Entering 'third_party/FXdiv' 2025-12-04T09:52:46.4499022Z Entering 'third_party/NNPACK' 2025-12-04T09:52:46.4524595Z Entering 'third_party/NVTX' 2025-12-04T09:52:46.4551439Z Entering 'third_party/VulkanMemoryAllocator' 2025-12-04T09:52:46.4575369Z Entering 'third_party/XNNPACK' 2025-12-04T09:52:46.4604133Z Entering 'third_party/aiter' 2025-12-04T09:52:46.4627545Z Entering 'third_party/aiter/3rdparty/composable_kernel' 2025-12-04T09:52:46.4659670Z Entering 'third_party/benchmark' 2025-12-04T09:52:46.4689036Z Entering 'third_party/composable_kernel' 2025-12-04T09:52:46.4720946Z Entering 'third_party/cpp-httplib' 2025-12-04T09:52:46.4749261Z Entering 'third_party/cpuinfo' 2025-12-04T09:52:46.4773221Z Entering 'third_party/cudnn_frontend' 2025-12-04T09:52:46.4801957Z Entering 'third_party/cutlass' 2025-12-04T09:52:46.4838039Z Entering 'third_party/fbgemm' 2025-12-04T09:52:46.4867675Z Entering 'third_party/fbgemm/external/asmjit' 2025-12-04T09:52:46.4893655Z Entering 'third_party/fbgemm/external/composable_kernel' 2025-12-04T09:52:46.4921825Z Entering 'third_party/fbgemm/external/cpuinfo' 2025-12-04T09:52:46.4953734Z Entering 'third_party/fbgemm/external/cutlass' 2025-12-04T09:52:46.4992878Z Entering 'third_party/fbgemm/external/googletest' 2025-12-04T09:52:46.5021479Z Entering 'third_party/fbgemm/external/hipify_torch' 2025-12-04T09:52:46.5053584Z Entering 'third_party/fbgemm/external/json' 2025-12-04T09:52:46.5088788Z Entering 'third_party/flash-attention' 2025-12-04T09:52:46.5116055Z Entering 'third_party/flash-attention/csrc/composable_kernel' 2025-12-04T09:52:46.5143470Z Entering 'third_party/flash-attention/csrc/cutlass' 2025-12-04T09:52:46.5170986Z Entering 'third_party/flatbuffers' 2025-12-04T09:52:46.5196190Z Entering 'third_party/fmt' 2025-12-04T09:52:46.5220236Z Entering 'third_party/gemmlowp/gemmlowp' 2025-12-04T09:52:46.5243074Z Entering 'third_party/gloo' 2025-12-04T09:52:46.5270775Z Entering 'third_party/googletest' 2025-12-04T09:52:46.5295184Z Entering 'third_party/ideep' 2025-12-04T09:52:46.5318515Z Entering 'third_party/ideep/mkl-dnn' 2025-12-04T09:52:46.5346992Z Entering 'third_party/ittapi' 2025-12-04T09:52:46.5370944Z Entering 'third_party/kineto' 2025-12-04T09:52:46.5404189Z Entering 'third_party/kineto/libkineto/third_party/dynolog' 2025-12-04T09:52:46.5427705Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/DCGM' 2025-12-04T09:52:46.5452045Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/cpr' 2025-12-04T09:52:46.5474302Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/fmt' 2025-12-04T09:52:46.5495723Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/gflags' 2025-12-04T09:52:46.5517714Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/gflags/doc' 2025-12-04T09:52:46.5541395Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/glog' 2025-12-04T09:52:46.5561550Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/googletest' 2025-12-04T09:52:46.5586855Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/json' 2025-12-04T09:52:46.5610457Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/pfs' 2025-12-04T09:52:46.5632709Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/prometheus-cpp' 2025-12-04T09:52:46.5655215Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/prometheus-cpp/3rdparty/civetweb' 2025-12-04T09:52:46.5677112Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/prometheus-cpp/3rdparty/googletest' 2025-12-04T09:52:46.5703943Z Entering 'third_party/kineto/libkineto/third_party/fmt' 2025-12-04T09:52:46.5726089Z Entering 'third_party/kineto/libkineto/third_party/googletest' 2025-12-04T09:52:46.5750685Z Entering 'third_party/kleidiai' 2025-12-04T09:52:46.5773882Z Entering 'third_party/mimalloc' 2025-12-04T09:52:46.5796578Z Entering 'third_party/nlohmann' 2025-12-04T09:52:46.5820753Z Entering 'third_party/onnx' 2025-12-04T09:52:46.5851352Z Entering 'third_party/onnx/third_party/pybind11' 2025-12-04T09:52:46.5877216Z Entering 'third_party/opentelemetry-cpp' 2025-12-04T09:52:46.5902529Z Entering 'third_party/opentelemetry-cpp/third_party/benchmark' 2025-12-04T09:52:46.5930946Z Entering 'third_party/opentelemetry-cpp/third_party/googletest' 2025-12-04T09:52:46.5956957Z Entering 'third_party/opentelemetry-cpp/third_party/ms-gsl' 2025-12-04T09:52:46.5979925Z Entering 'third_party/opentelemetry-cpp/third_party/nlohmann-json' 2025-12-04T09:52:46.5999991Z Entering 'third_party/opentelemetry-cpp/third_party/opentelemetry-proto' 2025-12-04T09:52:46.6026222Z Entering 'third_party/opentelemetry-cpp/third_party/opentracing-cpp' 2025-12-04T09:52:46.6069684Z Entering 'third_party/opentelemetry-cpp/third_party/prometheus-cpp' 2025-12-04T09:52:46.6100779Z Entering 'third_party/opentelemetry-cpp/third_party/prometheus-cpp/3rdparty/civetweb' 2025-12-04T09:52:46.6149140Z Entering 'third_party/opentelemetry-cpp/third_party/prometheus-cpp/3rdparty/googletest' 2025-12-04T09:52:46.6214289Z Entering 'third_party/opentelemetry-cpp/tools/vcpkg' 2025-12-04T09:52:46.6246906Z Entering 'third_party/pocketfft' 2025-12-04T09:52:46.6319259Z Entering 'third_party/protobuf' 2025-12-04T09:52:46.6368335Z Entering 'third_party/protobuf/third_party/benchmark' 2025-12-04T09:52:46.6396084Z Entering 'third_party/protobuf/third_party/googletest' 2025-12-04T09:52:46.6452222Z Entering 'third_party/psimd' 2025-12-04T09:52:46.6474323Z Entering 'third_party/pthreadpool' 2025-12-04T09:52:46.6524613Z Entering 'third_party/pybind11' 2025-12-04T09:52:46.6550660Z Entering 'third_party/python-peachpy' 2025-12-04T09:52:46.6586333Z Entering 'third_party/sleef' 2025-12-04T09:52:46.6629182Z Entering 'third_party/tensorpipe' 2025-12-04T09:52:46.6683625Z Entering 'third_party/tensorpipe/third_party/googletest' 2025-12-04T09:52:46.6707691Z Entering 'third_party/tensorpipe/third_party/libnop' 2025-12-04T09:52:46.6727158Z Entering 'third_party/tensorpipe/third_party/libuv' 2025-12-04T09:52:46.6777977Z Entering 'third_party/tensorpipe/third_party/pybind11' 2025-12-04T09:52:46.6801610Z Entering 'third_party/tensorpipe/third_party/pybind11/tools/clang' 2025-12-04T09:52:46.6916222Z [command]/usr/bin/git submodule foreach --recursive sh -c "git config --local 'http.https://github.com/.extraheader' 'AUTHORIZATION: basic ***' && git config --local --show-origin --name-only --get-regexp remote.origin.url" 2025-12-04T09:52:46.7283459Z Entering 'android/libs/fbjni' 2025-12-04T09:52:46.7327104Z file:/home/runner/_work/pytorch/pytorch/.git/modules/android/libs/fbjni/config remote.origin.url 2025-12-04T09:52:46.7387543Z Entering 'third_party/FP16' 2025-12-04T09:52:46.7412465Z file:/home/runner/_work/pytorch/pytorch/.git/modules/third_party/NNPACK_deps/FP16/config remote.origin.url 2025-12-04T09:52:46.7456006Z Entering 'third_party/FXdiv' 2025-12-04T09:52:46.7479295Z file:/home/runner/_work/pytorch/pytorch/.git/modules/third_party/NNPACK_deps/FXdiv/config remote.origin.url 2025-12-04T09:52:46.7498890Z Entering 'third_party/NNPACK' 2025-12-04T09:52:46.7533993Z file:/home/runner/_work/pytorch/pytorch/.git/modules/third_party/NNPACK/config remote.origin.url 2025-12-04T09:52:46.7566951Z Entering 'third_party/NVTX' 2025-12-04T09:52:46.7572201Z file:/home/runner/_work/pytorch/pytorch/.git/modules/third_party/NVTX/config remote.origin.url 2025-12-04T09:52:46.7580899Z Entering 'third_party/VulkanMemoryAllocator' 2025-12-04T09:52:46.7600714Z file:/home/runner/_work/pytorch/pytorch/.git/modules/third_party/VulkanMemoryAllocator/config remote.origin.url 2025-12-04T09:52:46.7609095Z Entering 'third_party/XNNPACK' 2025-12-04T09:52:46.7628668Z file:/home/runner/_work/pytorch/pytorch/.git/modules/third_party/XNNPACK/config remote.origin.url 2025-12-04T09:52:46.7643830Z Entering 'third_party/aiter' 2025-12-04T09:52:46.7677783Z file:/home/runner/_work/pytorch/pytorch/.git/modules/third_party/aiter/config remote.origin.url 2025-12-04T09:52:46.7717202Z Entering 'third_party/aiter/3rdparty/composable_kernel' 2025-12-04T09:52:46.7725682Z file:/home/runner/_work/pytorch/pytorch/.git/modules/third_party/aiter/modules/3rdparty/composable_kernel/config remote.origin.url 2025-12-04T09:52:46.7745059Z Entering 'third_party/benchmark' 2025-12-04T09:52:46.7773657Z file:/home/runner/_work/pytorch/pytorch/.git/modules/third_party/benchmark/config remote.origin.url 2025-12-04T09:52:46.7805894Z Entering 'third_party/composable_kernel' 2025-12-04T09:52:46.7828164Z file:/home/runner/_work/pytorch/pytorch/.git/modules/third_party/composable_kernel/config remote.origin.url 2025-12-04T09:52:46.7853028Z Entering 'third_party/cpp-httplib' 2025-12-04T09:52:46.7875230Z file:/home/runner/_work/pytorch/pytorch/.git/modules/third_party/cpp-httplib/config remote.origin.url 2025-12-04T09:52:46.7886226Z Entering 'third_party/cpuinfo' 2025-12-04T09:52:46.7919002Z file:/home/runner/_work/pytorch/pytorch/.git/modules/third_party/cpuinfo/config remote.origin.url 2025-12-04T09:52:46.7928511Z Entering 'third_party/cudnn_frontend' 2025-12-04T09:52:46.7946944Z file:/home/runner/_work/pytorch/pytorch/.git/modules/third_party/cudnn_frontend/config remote.origin.url 2025-12-04T09:52:46.7954682Z Entering 'third_party/cutlass' 2025-12-04T09:52:46.7977111Z file:/home/runner/_work/pytorch/pytorch/.git/modules/third_party/cutlass/config remote.origin.url 2025-12-04T09:52:46.7988998Z Entering 'third_party/fbgemm' 2025-12-04T09:52:46.8012638Z file:/home/runner/_work/pytorch/pytorch/.git/modules/third_party/fbgemm/config remote.origin.url 2025-12-04T09:52:46.8024200Z Entering 'third_party/fbgemm/external/asmjit' 2025-12-04T09:52:46.8045626Z file:/home/runner/_work/pytorch/pytorch/.git/modules/third_party/fbgemm/modules/external/asmjit/config remote.origin.url 2025-12-04T09:52:46.8057652Z Entering 'third_party/fbgemm/external/composable_kernel' 2025-12-04T09:52:46.8099733Z file:/home/runner/_work/pytorch/pytorch/.git/modules/third_party/fbgemm/modules/external/composable_kernel/config remote.origin.url 2025-12-04T09:52:46.8176874Z Entering 'third_party/fbgemm/external/cpuinfo' 2025-12-04T09:52:46.8186061Z file:/home/runner/_work/pytorch/pytorch/.git/modules/third_party/fbgemm/modules/external/cpuinfo/config remote.origin.url 2025-12-04T09:52:46.8196392Z Entering 'third_party/fbgemm/external/cutlass' 2025-12-04T09:52:46.8221208Z file:/home/runner/_work/pytorch/pytorch/.git/modules/third_party/fbgemm/modules/external/cutlass/config remote.origin.url 2025-12-04T09:52:46.8239891Z Entering 'third_party/fbgemm/external/googletest' 2025-12-04T09:52:46.8265767Z file:/home/runner/_work/pytorch/pytorch/.git/modules/third_party/fbgemm/modules/external/googletest/config remote.origin.url 2025-12-04T09:52:46.8276887Z Entering 'third_party/fbgemm/external/hipify_torch' 2025-12-04T09:52:46.8296939Z file:/home/runner/_work/pytorch/pytorch/.git/modules/third_party/fbgemm/modules/external/hipify_torch/config remote.origin.url 2025-12-04T09:52:46.8324079Z Entering 'third_party/fbgemm/external/json' 2025-12-04T09:52:46.8383815Z file:/home/runner/_work/pytorch/pytorch/.git/modules/third_party/fbgemm/modules/external/json/config remote.origin.url 2025-12-04T09:52:46.8426669Z Entering 'third_party/flash-attention' 2025-12-04T09:52:46.8472588Z file:/home/runner/_work/pytorch/pytorch/.git/modules/third_party/flash-attention/config remote.origin.url 2025-12-04T09:52:46.8514838Z Entering 'third_party/flash-attention/csrc/composable_kernel' 2025-12-04T09:52:46.8539399Z file:/home/runner/_work/pytorch/pytorch/.git/modules/third_party/flash-attention/modules/csrc/composable_kernel/config remote.origin.url 2025-12-04T09:52:46.8553490Z Entering 'third_party/flash-attention/csrc/cutlass' 2025-12-04T09:52:46.8602545Z file:/home/runner/_work/pytorch/pytorch/.git/modules/third_party/flash-attention/modules/csrc/cutlass/config remote.origin.url 2025-12-04T09:52:46.8617275Z Entering 'third_party/flatbuffers' 2025-12-04T09:52:46.8671740Z file:/home/runner/_work/pytorch/pytorch/.git/modules/third_party/flatbuffers/config remote.origin.url 2025-12-04T09:52:46.8682278Z Entering 'third_party/fmt' 2025-12-04T09:52:46.8750201Z file:/home/runner/_work/pytorch/pytorch/.git/modules/third_party/fmt/config remote.origin.url 2025-12-04T09:52:46.8761339Z Entering 'third_party/gemmlowp/gemmlowp' 2025-12-04T09:52:46.8784308Z file:/home/runner/_work/pytorch/pytorch/.git/modules/third_party/gemmlowp/gemmlowp/config remote.origin.url 2025-12-04T09:52:46.8794791Z Entering 'third_party/gloo' 2025-12-04T09:52:46.8855167Z file:/home/runner/_work/pytorch/pytorch/.git/modules/third_party/gloo/config remote.origin.url 2025-12-04T09:52:46.8886378Z Entering 'third_party/googletest' 2025-12-04T09:52:46.8895755Z file:/home/runner/_work/pytorch/pytorch/.git/modules/third_party/googletest/config remote.origin.url 2025-12-04T09:52:46.8936995Z Entering 'third_party/ideep' 2025-12-04T09:52:46.8972182Z file:/home/runner/_work/pytorch/pytorch/.git/modules/third_party/ideep/config remote.origin.url 2025-12-04T09:52:46.9007520Z Entering 'third_party/ideep/mkl-dnn' 2025-12-04T09:52:46.9035286Z file:/home/runner/_work/pytorch/pytorch/.git/modules/third_party/ideep/modules/mkl-dnn/config remote.origin.url 2025-12-04T09:52:46.9050524Z Entering 'third_party/ittapi' 2025-12-04T09:52:46.9070114Z file:/home/runner/_work/pytorch/pytorch/.git/modules/third_party/ittapi/config remote.origin.url 2025-12-04T09:52:46.9080384Z Entering 'third_party/kineto' 2025-12-04T09:52:46.9137385Z file:/home/runner/_work/pytorch/pytorch/.git/modules/third_party/kineto/config remote.origin.url 2025-12-04T09:52:46.9148521Z Entering 'third_party/kineto/libkineto/third_party/dynolog' 2025-12-04T09:52:46.9173032Z file:/home/runner/_work/pytorch/pytorch/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/config remote.origin.url 2025-12-04T09:52:46.9183079Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/DCGM' 2025-12-04T09:52:46.9204691Z file:/home/runner/_work/pytorch/pytorch/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/modules/third_party/DCGM/config remote.origin.url 2025-12-04T09:52:46.9213230Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/cpr' 2025-12-04T09:52:46.9231737Z file:/home/runner/_work/pytorch/pytorch/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/modules/third_party/cpr/config remote.origin.url 2025-12-04T09:52:46.9240096Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/fmt' 2025-12-04T09:52:46.9280893Z file:/home/runner/_work/pytorch/pytorch/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/modules/third_party/fmt/config remote.origin.url 2025-12-04T09:52:46.9290356Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/gflags' 2025-12-04T09:52:46.9309629Z file:/home/runner/_work/pytorch/pytorch/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/modules/third_party/gflags/config remote.origin.url 2025-12-04T09:52:46.9319400Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/gflags/doc' 2025-12-04T09:52:46.9341602Z file:/home/runner/_work/pytorch/pytorch/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/modules/third_party/gflags/modules/doc/config remote.origin.url 2025-12-04T09:52:46.9379669Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/glog' 2025-12-04T09:52:46.9400328Z file:/home/runner/_work/pytorch/pytorch/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/modules/third_party/glog/config remote.origin.url 2025-12-04T09:52:46.9410704Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/googletest' 2025-12-04T09:52:46.9428644Z file:/home/runner/_work/pytorch/pytorch/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/modules/third_party/googletest/config remote.origin.url 2025-12-04T09:52:46.9435164Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/json' 2025-12-04T09:52:46.9452471Z file:/home/runner/_work/pytorch/pytorch/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/modules/third_party/json/config remote.origin.url 2025-12-04T09:52:46.9459407Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/pfs' 2025-12-04T09:52:46.9477995Z file:/home/runner/_work/pytorch/pytorch/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/modules/third_party/pfs/config remote.origin.url 2025-12-04T09:52:46.9484490Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/prometheus-cpp' 2025-12-04T09:52:46.9501651Z file:/home/runner/_work/pytorch/pytorch/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/modules/third_party/prometheus-cpp/config remote.origin.url 2025-12-04T09:52:46.9508821Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/prometheus-cpp/3rdparty/civetweb' 2025-12-04T09:52:46.9528034Z file:/home/runner/_work/pytorch/pytorch/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/modules/third_party/prometheus-cpp/modules/civetweb/config remote.origin.url 2025-12-04T09:52:46.9538978Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/prometheus-cpp/3rdparty/googletest' 2025-12-04T09:52:46.9558215Z file:/home/runner/_work/pytorch/pytorch/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/modules/third_party/prometheus-cpp/modules/googletest/config remote.origin.url 2025-12-04T09:52:46.9572376Z Entering 'third_party/kineto/libkineto/third_party/fmt' 2025-12-04T09:52:46.9593085Z file:/home/runner/_work/pytorch/pytorch/.git/modules/third_party/kineto/modules/libkineto/third_party/fmt/config remote.origin.url 2025-12-04T09:52:46.9602443Z Entering 'third_party/kineto/libkineto/third_party/googletest' 2025-12-04T09:52:46.9620559Z file:/home/runner/_work/pytorch/pytorch/.git/modules/third_party/kineto/modules/libkineto/third_party/googletest/config remote.origin.url 2025-12-04T09:52:46.9631991Z Entering 'third_party/kleidiai' 2025-12-04T09:52:46.9652657Z file:/home/runner/_work/pytorch/pytorch/.git/modules/third_party/kleidiai/config remote.origin.url 2025-12-04T09:52:46.9664451Z Entering 'third_party/mimalloc' 2025-12-04T09:52:46.9685040Z file:/home/runner/_work/pytorch/pytorch/.git/modules/third_party/mimalloc/config remote.origin.url 2025-12-04T09:52:46.9695751Z Entering 'third_party/nlohmann' 2025-12-04T09:52:46.9716784Z file:/home/runner/_work/pytorch/pytorch/.git/modules/third_party/nlohmann/config remote.origin.url 2025-12-04T09:52:46.9727202Z Entering 'third_party/onnx' 2025-12-04T09:52:46.9745920Z file:/home/runner/_work/pytorch/pytorch/.git/modules/third_party/onnx/config remote.origin.url 2025-12-04T09:52:46.9762590Z Entering 'third_party/onnx/third_party/pybind11' 2025-12-04T09:52:46.9783410Z file:/home/runner/_work/pytorch/pytorch/.git/modules/third_party/onnx/modules/third_party/pybind11/config remote.origin.url 2025-12-04T09:52:46.9794260Z Entering 'third_party/opentelemetry-cpp' 2025-12-04T09:52:46.9818269Z file:/home/runner/_work/pytorch/pytorch/.git/modules/third_party/opentelemetry-cpp/config remote.origin.url 2025-12-04T09:52:46.9841838Z Entering 'third_party/opentelemetry-cpp/third_party/benchmark' 2025-12-04T09:52:46.9861414Z file:/home/runner/_work/pytorch/pytorch/.git/modules/third_party/opentelemetry-cpp/modules/third_party/benchmark/config remote.origin.url 2025-12-04T09:52:46.9871121Z Entering 'third_party/opentelemetry-cpp/third_party/googletest' 2025-12-04T09:52:46.9891474Z file:/home/runner/_work/pytorch/pytorch/.git/modules/third_party/opentelemetry-cpp/modules/third_party/googletest/config remote.origin.url 2025-12-04T09:52:46.9902086Z Entering 'third_party/opentelemetry-cpp/third_party/ms-gsl' 2025-12-04T09:52:46.9921688Z file:/home/runner/_work/pytorch/pytorch/.git/modules/third_party/opentelemetry-cpp/modules/third_party/ms-gsl/config remote.origin.url 2025-12-04T09:52:46.9932113Z Entering 'third_party/opentelemetry-cpp/third_party/nlohmann-json' 2025-12-04T09:52:46.9949938Z file:/home/runner/_work/pytorch/pytorch/.git/modules/third_party/opentelemetry-cpp/modules/third_party/nlohmann-json/config remote.origin.url 2025-12-04T09:52:46.9960966Z Entering 'third_party/opentelemetry-cpp/third_party/opentelemetry-proto' 2025-12-04T09:52:46.9980830Z file:/home/runner/_work/pytorch/pytorch/.git/modules/third_party/opentelemetry-cpp/modules/third_party/opentelemetry-proto/config remote.origin.url 2025-12-04T09:52:46.9991185Z Entering 'third_party/opentelemetry-cpp/third_party/opentracing-cpp' 2025-12-04T09:52:47.0010690Z file:/home/runner/_work/pytorch/pytorch/.git/modules/third_party/opentelemetry-cpp/modules/third_party/opentracing-cpp/config remote.origin.url 2025-12-04T09:52:47.0019614Z Entering 'third_party/opentelemetry-cpp/third_party/prometheus-cpp' 2025-12-04T09:52:47.0038796Z file:/home/runner/_work/pytorch/pytorch/.git/modules/third_party/opentelemetry-cpp/modules/third_party/prometheus-cpp/config remote.origin.url 2025-12-04T09:52:47.0048978Z Entering 'third_party/opentelemetry-cpp/third_party/prometheus-cpp/3rdparty/civetweb' 2025-12-04T09:52:47.0078364Z file:/home/runner/_work/pytorch/pytorch/.git/modules/third_party/opentelemetry-cpp/modules/third_party/prometheus-cpp/modules/civetweb/config remote.origin.url 2025-12-04T09:52:47.0085721Z Entering 'third_party/opentelemetry-cpp/third_party/prometheus-cpp/3rdparty/googletest' 2025-12-04T09:52:47.0104032Z file:/home/runner/_work/pytorch/pytorch/.git/modules/third_party/opentelemetry-cpp/modules/third_party/prometheus-cpp/modules/googletest/config remote.origin.url 2025-12-04T09:52:47.0115230Z Entering 'third_party/opentelemetry-cpp/tools/vcpkg' 2025-12-04T09:52:47.0154117Z file:/home/runner/_work/pytorch/pytorch/.git/modules/third_party/opentelemetry-cpp/modules/tools/vcpkg/config remote.origin.url 2025-12-04T09:52:47.0187310Z Entering 'third_party/pocketfft' 2025-12-04T09:52:47.0208298Z file:/home/runner/_work/pytorch/pytorch/.git/modules/third_party/pocketfft/config remote.origin.url 2025-12-04T09:52:47.0236419Z Entering 'third_party/protobuf' 2025-12-04T09:52:47.0244615Z file:/home/runner/_work/pytorch/pytorch/.git/modules/third_party/protobuf/config remote.origin.url 2025-12-04T09:52:47.0277521Z Entering 'third_party/protobuf/third_party/benchmark' 2025-12-04T09:52:47.0307752Z file:/home/runner/_work/pytorch/pytorch/.git/modules/third_party/protobuf/modules/third_party/benchmark/config remote.origin.url 2025-12-04T09:52:47.0308039Z Entering 'third_party/protobuf/third_party/googletest' 2025-12-04T09:52:47.0328410Z file:/home/runner/_work/pytorch/pytorch/.git/modules/third_party/protobuf/modules/third_party/googletest/config remote.origin.url 2025-12-04T09:52:47.0340820Z Entering 'third_party/psimd' 2025-12-04T09:52:47.0361198Z file:/home/runner/_work/pytorch/pytorch/.git/modules/third_party/NNPACK_deps/psimd/config remote.origin.url 2025-12-04T09:52:47.0371431Z Entering 'third_party/pthreadpool' 2025-12-04T09:52:47.0394126Z file:/home/runner/_work/pytorch/pytorch/.git/modules/third_party/NNPACK_deps/pthreadpool/config remote.origin.url 2025-12-04T09:52:47.0404556Z Entering 'third_party/pybind11' 2025-12-04T09:52:47.0426371Z file:/home/runner/_work/pytorch/pytorch/.git/modules/third_party/pybind11/config remote.origin.url 2025-12-04T09:52:47.0437318Z Entering 'third_party/python-peachpy' 2025-12-04T09:52:47.0458664Z file:/home/runner/_work/pytorch/pytorch/.git/modules/third_party/python-peachpy/config remote.origin.url 2025-12-04T09:52:47.0469179Z Entering 'third_party/sleef' 2025-12-04T09:52:47.0490444Z file:/home/runner/_work/pytorch/pytorch/.git/modules/third_party/sleef/config remote.origin.url 2025-12-04T09:52:47.0501986Z Entering 'third_party/tensorpipe' 2025-12-04T09:52:47.0522269Z file:/home/runner/_work/pytorch/pytorch/.git/modules/third_party/tensorpipe/config remote.origin.url 2025-12-04T09:52:47.0532254Z Entering 'third_party/tensorpipe/third_party/googletest' 2025-12-04T09:52:47.0552840Z file:/home/runner/_work/pytorch/pytorch/.git/modules/third_party/tensorpipe/modules/third_party/googletest/config remote.origin.url 2025-12-04T09:52:47.0563507Z Entering 'third_party/tensorpipe/third_party/libnop' 2025-12-04T09:52:47.0583343Z file:/home/runner/_work/pytorch/pytorch/.git/modules/third_party/tensorpipe/modules/third_party/libnop/config remote.origin.url 2025-12-04T09:52:47.0590322Z Entering 'third_party/tensorpipe/third_party/libuv' 2025-12-04T09:52:47.0607659Z file:/home/runner/_work/pytorch/pytorch/.git/modules/third_party/tensorpipe/modules/third_party/libuv/config remote.origin.url 2025-12-04T09:52:47.0614497Z Entering 'third_party/tensorpipe/third_party/pybind11' 2025-12-04T09:52:47.0632328Z file:/home/runner/_work/pytorch/pytorch/.git/modules/third_party/tensorpipe/modules/third_party/pybind11/config remote.origin.url 2025-12-04T09:52:47.0639601Z Entering 'third_party/tensorpipe/third_party/pybind11/tools/clang' 2025-12-04T09:52:47.0660057Z file:/home/runner/_work/pytorch/pytorch/.git/modules/third_party/tensorpipe/modules/third_party/pybind11/modules/tools/clang/config remote.origin.url 2025-12-04T09:52:47.1019663Z [command]/usr/bin/git submodule foreach --recursive git config --local --add 'url.https://github.com/.insteadOf' 'git@github.com:' 2025-12-04T09:52:47.1233741Z Entering 'android/libs/fbjni' 2025-12-04T09:52:47.1250478Z Entering 'third_party/FP16' 2025-12-04T09:52:47.1270980Z Entering 'third_party/FXdiv' 2025-12-04T09:52:47.1288234Z Entering 'third_party/NNPACK' 2025-12-04T09:52:47.1304209Z Entering 'third_party/NVTX' 2025-12-04T09:52:47.1353261Z Entering 'third_party/VulkanMemoryAllocator' 2025-12-04T09:52:47.1369339Z Entering 'third_party/XNNPACK' 2025-12-04T09:52:47.1391599Z Entering 'third_party/aiter' 2025-12-04T09:52:47.1407398Z Entering 'third_party/aiter/3rdparty/composable_kernel' 2025-12-04T09:52:47.1430437Z Entering 'third_party/benchmark' 2025-12-04T09:52:47.1446644Z Entering 'third_party/composable_kernel' 2025-12-04T09:52:47.1465412Z Entering 'third_party/cpp-httplib' 2025-12-04T09:52:47.1481273Z Entering 'third_party/cpuinfo' 2025-12-04T09:52:47.1497223Z Entering 'third_party/cudnn_frontend' 2025-12-04T09:52:47.1512908Z Entering 'third_party/cutlass' 2025-12-04T09:52:47.1531404Z Entering 'third_party/fbgemm' 2025-12-04T09:52:47.1548573Z Entering 'third_party/fbgemm/external/asmjit' 2025-12-04T09:52:47.1567316Z Entering 'third_party/fbgemm/external/composable_kernel' 2025-12-04T09:52:47.1586464Z Entering 'third_party/fbgemm/external/cpuinfo' 2025-12-04T09:52:47.1601827Z Entering 'third_party/fbgemm/external/cutlass' 2025-12-04T09:52:47.1651417Z Entering 'third_party/fbgemm/external/googletest' 2025-12-04T09:52:47.1697151Z Entering 'third_party/fbgemm/external/hipify_torch' 2025-12-04T09:52:47.1715575Z Entering 'third_party/fbgemm/external/json' 2025-12-04T09:52:47.1734289Z Entering 'third_party/flash-attention' 2025-12-04T09:52:47.1753335Z Entering 'third_party/flash-attention/csrc/composable_kernel' 2025-12-04T09:52:47.1775367Z Entering 'third_party/flash-attention/csrc/cutlass' 2025-12-04T09:52:47.1797346Z Entering 'third_party/flatbuffers' 2025-12-04T09:52:47.1841553Z Entering 'third_party/fmt' 2025-12-04T09:52:47.1868209Z Entering 'third_party/gemmlowp/gemmlowp' 2025-12-04T09:52:47.1911325Z Entering 'third_party/gloo' 2025-12-04T09:52:47.1936207Z Entering 'third_party/googletest' 2025-12-04T09:52:47.1959889Z Entering 'third_party/ideep' 2025-12-04T09:52:47.1987606Z Entering 'third_party/ideep/mkl-dnn' 2025-12-04T09:52:47.2012968Z Entering 'third_party/ittapi' 2025-12-04T09:52:47.2033916Z Entering 'third_party/kineto' 2025-12-04T09:52:47.2055629Z Entering 'third_party/kineto/libkineto/third_party/dynolog' 2025-12-04T09:52:47.2071451Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/DCGM' 2025-12-04T09:52:47.2095983Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/cpr' 2025-12-04T09:52:47.2115930Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/fmt' 2025-12-04T09:52:47.2136461Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/gflags' 2025-12-04T09:52:47.2155699Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/gflags/doc' 2025-12-04T09:52:47.2183393Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/glog' 2025-12-04T09:52:47.2202952Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/googletest' 2025-12-04T09:52:47.2222378Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/json' 2025-12-04T09:52:47.2241929Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/pfs' 2025-12-04T09:52:47.2259962Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/prometheus-cpp' 2025-12-04T09:52:47.2277646Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/prometheus-cpp/3rdparty/civetweb' 2025-12-04T09:52:47.2302481Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/prometheus-cpp/3rdparty/googletest' 2025-12-04T09:52:47.2358577Z Entering 'third_party/kineto/libkineto/third_party/fmt' 2025-12-04T09:52:47.2380169Z Entering 'third_party/kineto/libkineto/third_party/googletest' 2025-12-04T09:52:47.2404886Z Entering 'third_party/kleidiai' 2025-12-04T09:52:47.2431785Z Entering 'third_party/mimalloc' 2025-12-04T09:52:47.2492910Z Entering 'third_party/nlohmann' 2025-12-04T09:52:47.2516033Z Entering 'third_party/onnx' 2025-12-04T09:52:47.2549352Z Entering 'third_party/onnx/third_party/pybind11' 2025-12-04T09:52:47.2594588Z Entering 'third_party/opentelemetry-cpp' 2025-12-04T09:52:47.2615538Z Entering 'third_party/opentelemetry-cpp/third_party/benchmark' 2025-12-04T09:52:47.2635864Z Entering 'third_party/opentelemetry-cpp/third_party/googletest' 2025-12-04T09:52:47.2659612Z Entering 'third_party/opentelemetry-cpp/third_party/ms-gsl' 2025-12-04T09:52:47.2681107Z Entering 'third_party/opentelemetry-cpp/third_party/nlohmann-json' 2025-12-04T09:52:47.2708585Z Entering 'third_party/opentelemetry-cpp/third_party/opentelemetry-proto' 2025-12-04T09:52:47.2728932Z Entering 'third_party/opentelemetry-cpp/third_party/opentracing-cpp' 2025-12-04T09:52:47.2774878Z Entering 'third_party/opentelemetry-cpp/third_party/prometheus-cpp' 2025-12-04T09:52:47.2816967Z Entering 'third_party/opentelemetry-cpp/third_party/prometheus-cpp/3rdparty/civetweb' 2025-12-04T09:52:47.2837202Z Entering 'third_party/opentelemetry-cpp/third_party/prometheus-cpp/3rdparty/googletest' 2025-12-04T09:52:47.2856346Z Entering 'third_party/opentelemetry-cpp/tools/vcpkg' 2025-12-04T09:52:47.2883328Z Entering 'third_party/pocketfft' 2025-12-04T09:52:47.2905487Z Entering 'third_party/protobuf' 2025-12-04T09:52:47.2935838Z Entering 'third_party/protobuf/third_party/benchmark' 2025-12-04T09:52:47.2988930Z Entering 'third_party/protobuf/third_party/googletest' 2025-12-04T09:52:47.3022862Z Entering 'third_party/psimd' 2025-12-04T09:52:47.3068323Z Entering 'third_party/pthreadpool' 2025-12-04T09:52:47.3157793Z Entering 'third_party/pybind11' 2025-12-04T09:52:47.3179059Z Entering 'third_party/python-peachpy' 2025-12-04T09:52:47.3200601Z Entering 'third_party/sleef' 2025-12-04T09:52:47.3221769Z Entering 'third_party/tensorpipe' 2025-12-04T09:52:47.3280385Z Entering 'third_party/tensorpipe/third_party/googletest' 2025-12-04T09:52:47.3333378Z Entering 'third_party/tensorpipe/third_party/libnop' 2025-12-04T09:52:47.3361549Z Entering 'third_party/tensorpipe/third_party/libuv' 2025-12-04T09:52:47.3401460Z Entering 'third_party/tensorpipe/third_party/pybind11' 2025-12-04T09:52:47.3432511Z Entering 'third_party/tensorpipe/third_party/pybind11/tools/clang' 2025-12-04T09:52:47.3507590Z [command]/usr/bin/git submodule foreach --recursive git config --local --add 'url.https://github.com/.insteadOf' 'org-21003710@github.com:' 2025-12-04T09:52:47.3669031Z Entering 'android/libs/fbjni' 2025-12-04T09:52:47.3692560Z Entering 'third_party/FP16' 2025-12-04T09:52:47.3712557Z Entering 'third_party/FXdiv' 2025-12-04T09:52:47.3732222Z Entering 'third_party/NNPACK' 2025-12-04T09:52:47.3751552Z Entering 'third_party/NVTX' 2025-12-04T09:52:47.3772279Z Entering 'third_party/VulkanMemoryAllocator' 2025-12-04T09:52:47.3807939Z Entering 'third_party/XNNPACK' 2025-12-04T09:52:47.3848026Z Entering 'third_party/aiter' 2025-12-04T09:52:47.3868542Z Entering 'third_party/aiter/3rdparty/composable_kernel' 2025-12-04T09:52:47.3891180Z Entering 'third_party/benchmark' 2025-12-04T09:52:47.3910630Z Entering 'third_party/composable_kernel' 2025-12-04T09:52:47.3929723Z Entering 'third_party/cpp-httplib' 2025-12-04T09:52:47.3947559Z Entering 'third_party/cpuinfo' 2025-12-04T09:52:47.3966865Z Entering 'third_party/cudnn_frontend' 2025-12-04T09:52:47.3986914Z Entering 'third_party/cutlass' 2025-12-04T09:52:47.4010395Z Entering 'third_party/fbgemm' 2025-12-04T09:52:47.4057339Z Entering 'third_party/fbgemm/external/asmjit' 2025-12-04T09:52:47.4078175Z Entering 'third_party/fbgemm/external/composable_kernel' 2025-12-04T09:52:47.4117067Z Entering 'third_party/fbgemm/external/cpuinfo' 2025-12-04T09:52:47.4117259Z Entering 'third_party/fbgemm/external/cutlass' 2025-12-04T09:52:47.4133475Z Entering 'third_party/fbgemm/external/googletest' 2025-12-04T09:52:47.4187251Z Entering 'third_party/fbgemm/external/hipify_torch' 2025-12-04T09:52:47.4187541Z Entering 'third_party/fbgemm/external/json' 2025-12-04T09:52:47.4187900Z Entering 'third_party/flash-attention' 2025-12-04T09:52:47.4195010Z Entering 'third_party/flash-attention/csrc/composable_kernel' 2025-12-04T09:52:47.4212935Z Entering 'third_party/flash-attention/csrc/cutlass' 2025-12-04T09:52:47.4238629Z Entering 'third_party/flatbuffers' 2025-12-04T09:52:47.4276882Z Entering 'third_party/fmt' 2025-12-04T09:52:47.4301924Z Entering 'third_party/gemmlowp/gemmlowp' 2025-12-04T09:52:47.4319179Z Entering 'third_party/gloo' 2025-12-04T09:52:47.4346071Z Entering 'third_party/googletest' 2025-12-04T09:52:47.4372430Z Entering 'third_party/ideep' 2025-12-04T09:52:47.4398864Z Entering 'third_party/ideep/mkl-dnn' 2025-12-04T09:52:47.4473546Z Entering 'third_party/ittapi' 2025-12-04T09:52:47.4507843Z Entering 'third_party/kineto' 2025-12-04T09:52:47.4527695Z Entering 'third_party/kineto/libkineto/third_party/dynolog' 2025-12-04T09:52:47.4549158Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/DCGM' 2025-12-04T09:52:47.4571517Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/cpr' 2025-12-04T09:52:47.4591995Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/fmt' 2025-12-04T09:52:47.4611698Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/gflags' 2025-12-04T09:52:47.4631187Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/gflags/doc' 2025-12-04T09:52:47.4660531Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/glog' 2025-12-04T09:52:47.4676797Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/googletest' 2025-12-04T09:52:47.4693144Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/json' 2025-12-04T09:52:47.4709219Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/pfs' 2025-12-04T09:52:47.4725307Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/prometheus-cpp' 2025-12-04T09:52:47.4741058Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/prometheus-cpp/3rdparty/civetweb' 2025-12-04T09:52:47.4802638Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/prometheus-cpp/3rdparty/googletest' 2025-12-04T09:52:47.4820899Z Entering 'third_party/kineto/libkineto/third_party/fmt' 2025-12-04T09:52:47.4836808Z Entering 'third_party/kineto/libkineto/third_party/googletest' 2025-12-04T09:52:47.4854647Z Entering 'third_party/kleidiai' 2025-12-04T09:52:47.4872522Z Entering 'third_party/mimalloc' 2025-12-04T09:52:47.4889683Z Entering 'third_party/nlohmann' 2025-12-04T09:52:47.4906951Z Entering 'third_party/onnx' 2025-12-04T09:52:47.4930140Z Entering 'third_party/onnx/third_party/pybind11' 2025-12-04T09:52:47.4946521Z Entering 'third_party/opentelemetry-cpp' 2025-12-04T09:52:47.4964401Z Entering 'third_party/opentelemetry-cpp/third_party/benchmark' 2025-12-04T09:52:47.4985077Z Entering 'third_party/opentelemetry-cpp/third_party/googletest' 2025-12-04T09:52:47.5001407Z Entering 'third_party/opentelemetry-cpp/third_party/ms-gsl' 2025-12-04T09:52:47.5029951Z Entering 'third_party/opentelemetry-cpp/third_party/nlohmann-json' 2025-12-04T09:52:47.5052329Z Entering 'third_party/opentelemetry-cpp/third_party/opentelemetry-proto' 2025-12-04T09:52:47.5078816Z Entering 'third_party/opentelemetry-cpp/third_party/opentracing-cpp' 2025-12-04T09:52:47.5120767Z Entering 'third_party/opentelemetry-cpp/third_party/prometheus-cpp' 2025-12-04T09:52:47.5195790Z Entering 'third_party/opentelemetry-cpp/third_party/prometheus-cpp/3rdparty/civetweb' 2025-12-04T09:52:47.5218084Z Entering 'third_party/opentelemetry-cpp/third_party/prometheus-cpp/3rdparty/googletest' 2025-12-04T09:52:47.5267448Z Entering 'third_party/opentelemetry-cpp/tools/vcpkg' 2025-12-04T09:52:47.5305028Z Entering 'third_party/pocketfft' 2025-12-04T09:52:47.5331906Z Entering 'third_party/protobuf' 2025-12-04T09:52:47.5356832Z Entering 'third_party/protobuf/third_party/benchmark' 2025-12-04T09:52:47.5388611Z Entering 'third_party/protobuf/third_party/googletest' 2025-12-04T09:52:47.5416231Z Entering 'third_party/psimd' 2025-12-04T09:52:47.5465818Z Entering 'third_party/pthreadpool' 2025-12-04T09:52:47.5489536Z Entering 'third_party/pybind11' 2025-12-04T09:52:47.5506588Z Entering 'third_party/python-peachpy' 2025-12-04T09:52:47.5520771Z Entering 'third_party/sleef' 2025-12-04T09:52:47.5535079Z Entering 'third_party/tensorpipe' 2025-12-04T09:52:47.5549089Z Entering 'third_party/tensorpipe/third_party/googletest' 2025-12-04T09:52:47.5572823Z Entering 'third_party/tensorpipe/third_party/libnop' 2025-12-04T09:52:47.5589065Z Entering 'third_party/tensorpipe/third_party/libuv' 2025-12-04T09:52:47.5605299Z Entering 'third_party/tensorpipe/third_party/pybind11' 2025-12-04T09:52:47.5620550Z Entering 'third_party/tensorpipe/third_party/pybind11/tools/clang' 2025-12-04T09:52:47.5660645Z ##[endgroup] 2025-12-04T09:52:47.5896962Z [command]/usr/bin/git log -1 --format=%H 2025-12-04T09:52:47.5984736Z ffd9b0fb4355e97af82fc42cf185c3ffa0fc0a32 2025-12-04T09:52:47.6134032Z ##[group]Run actions/checkout@v4 2025-12-04T09:52:47.6134169Z with: 2025-12-04T09:52:47.6134290Z ref: ffd9b0fb4355e97af82fc42cf185c3ffa0fc0a32 2025-12-04T09:52:47.6134442Z fetch-depth: 0 2025-12-04T09:52:47.6134540Z submodules: recursive 2025-12-04T09:52:47.6134643Z show-progress: false 2025-12-04T09:52:47.6134762Z repository: pytorch/pytorch 2025-12-04T09:52:47.6134922Z token: *** 2025-12-04T09:52:47.6135018Z ssh-strict: true 2025-12-04T09:52:47.6135112Z ssh-user: git 2025-12-04T09:52:47.6135213Z persist-credentials: true 2025-12-04T09:52:47.6135325Z clean: true 2025-12-04T09:52:47.6135425Z sparse-checkout-cone-mode: true 2025-12-04T09:52:47.6135539Z fetch-tags: false 2025-12-04T09:52:47.6135624Z lfs: false 2025-12-04T09:52:47.6135717Z set-safe-directory: true 2025-12-04T09:52:47.6135821Z env: 2025-12-04T09:52:47.6135920Z GIT_DEFAULT_BRANCH: main 2025-12-04T09:52:47.6136023Z ##[endgroup] 2025-12-04T09:52:47.6610880Z Syncing repository: pytorch/pytorch 2025-12-04T09:52:47.6611138Z ##[group]Getting Git version info 2025-12-04T09:52:47.6611298Z Working directory is '/home/runner/_work/pytorch/pytorch' 2025-12-04T09:52:47.6626178Z [command]/usr/bin/git version 2025-12-04T09:52:47.6649384Z git version 2.52.0 2025-12-04T09:52:47.6661409Z ##[endgroup] 2025-12-04T09:52:47.6665751Z Copying '/home/runner/.gitconfig' to '/home/runner/_work/_temp/e9d5173e-f31d-4d32-bbdf-5f7f1ad340e9/.gitconfig' 2025-12-04T09:52:47.6671047Z Temporarily overriding HOME='/home/runner/_work/_temp/e9d5173e-f31d-4d32-bbdf-5f7f1ad340e9' before making global git config changes 2025-12-04T09:52:47.6677372Z Adding repository directory to the temporary git global config as a safe directory 2025-12-04T09:52:47.6707455Z [command]/usr/bin/git config --global --add safe.directory /home/runner/_work/pytorch/pytorch 2025-12-04T09:52:47.6708351Z [command]/usr/bin/git config --local --get remote.origin.url 2025-12-04T09:52:47.6731670Z https://github.com/pytorch/pytorch 2025-12-04T09:52:47.6748834Z ##[group]Removing previously created refs, to avoid conflicts 2025-12-04T09:52:47.6752380Z [command]/usr/bin/git rev-parse --symbolic-full-name --verify --quiet HEAD 2025-12-04T09:52:47.6770210Z HEAD 2025-12-04T09:52:47.6794187Z ##[endgroup] 2025-12-04T09:52:47.6796120Z [command]/usr/bin/git submodule status 2025-12-04T09:52:47.6958066Z 7e1e1fe3858c63c251c637ae41a20de425dde96f android/libs/fbjni (v0.1.0-12-g7e1e1fe) 2025-12-04T09:52:47.7027442Z 4dfe081cf6bcd15db339cf2680b9281b8451eeb3 third_party/FP16 (4dfe081) 2025-12-04T09:52:47.7069009Z b408327ac2a15ec3e43352421954f5b1967701d1 third_party/FXdiv (b408327) 2025-12-04T09:52:47.7126931Z c07e3a0400713d546e0dea2d5466dd22ea389c73 third_party/NNPACK (c07e3a0) 2025-12-04T09:52:47.7159398Z 3ebbc93ded7285963bff932c678fa367eb393ba6 third_party/NVTX (v3.1.0-313-g3ebbc93) 2025-12-04T09:52:47.7211444Z 1d8f600fd424278486eade7ed3e877c99f0846b1 third_party/VulkanMemoryAllocator (v2.1.0-982-g1d8f600) 2025-12-04T09:52:47.7504589Z 51a0103656eff6fc9bfd39a4597923c4b542c883 third_party/XNNPACK (remotes/origin/ds/ndk-1243-g51a0103656) 2025-12-04T09:52:47.7541964Z 01aae101b9e5e94d6c16a9514c9fb8df99c93150 third_party/aiter (v0.1.1-92-g01aae101) 2025-12-04T09:52:47.7557524Z 299e5928955cc62af9968370293b916f5130916f third_party/benchmark (v1.9.3) 2025-12-04T09:52:47.7605529Z 7fe50dc3da2069d6645d9deb8c017a876472a977 third_party/composable_kernel (rocm-6.4.3-459-g7fe50dc3d) 2025-12-04T09:52:47.7737028Z 89c932f313c6437c38f2982869beacc89c2f2246 third_party/cpp-httplib (v0.26.0) 2025-12-04T09:52:47.7808802Z f858c30bcb16f8effd5ff46996f0514539e17abc third_party/cpuinfo (f858c30) 2025-12-04T09:52:47.7831498Z 0b1577c8c83401237d601d0d0db5210506705396 third_party/cudnn_frontend (v0.5-61-g0b1577c) 2025-12-04T09:52:47.7895266Z f88806b1e31dfa579842638740216dd41fc6c588 third_party/cutlass (v4.3.1) 2025-12-04T09:52:47.7922138Z c0b988d39a9e47c794d699f29930ed4d7c7e13a4 third_party/fbgemm (v1.4.0-rc1-2-gc0b988d39) 2025-12-04T09:52:47.7975212Z 979702c87a8713a8e0a5e9fee122b90d2ef13be5 third_party/flash-attention (v2.7.4) 2025-12-04T09:52:47.7987817Z a2cd1ea3b6d3fee220106b5fed3f7ce8da9eb757 third_party/flatbuffers (v24.12.23) 2025-12-04T09:52:47.8261548Z 407c905e45ad75fc29bf0f9bb7c5c2fd3475976f third_party/fmt (12.1.0) 2025-12-04T09:52:47.8324552Z 3fb5c176c17c765a3492cd2f0321b0dab712f350 third_party/gemmlowp/gemmlowp (remotes/origin/revert-87-master-135-g3fb5c17) 2025-12-04T09:52:47.8435977Z 54cbae0d3a67fa890b4c3d9ee162b7860315e341 third_party/gloo (remotes/origin/gh/c-p-i-o/1/base-37-g54cbae0) 2025-12-04T09:52:47.8569509Z 52eb8108c5bdec04579160ae17225d66034bd723 third_party/googletest (release-1.8.0-3544-g52eb8108) 2025-12-04T09:52:47.8632011Z 719d8e6cd7f7a0e01b155657526d693acf97c2b3 third_party/ideep (pytorch-rls-v3.7.1) 2025-12-04T09:52:47.8701278Z dec1d23ca65ab069d225dfe40dea14f455170959 third_party/ittapi (v3.25.5) 2025-12-04T09:52:47.8831575Z 31f85df8fbd89c188f14ef10f1ec65379786b943 third_party/kineto (heads/main) 2025-12-04T09:52:47.8849799Z d7770c89632329a9914ef1a90289917597639cbe third_party/kleidiai (v1.15.0) 2025-12-04T09:52:47.8864692Z fbd8b99c2b828428947d70fdc046bb55609be93e third_party/mimalloc (v2.2.4) 2025-12-04T09:52:47.8878067Z 55f93686c01528224f448c19128836e7df245f72 third_party/nlohmann (v3.12.0) 2025-12-04T09:52:47.9074307Z e709452ef2bbc1d113faf678c24e6d3467696e83 third_party/onnx (v1.18.0) 2025-12-04T09:52:47.9088465Z a799f4aed9c94b765dcdaabaeab7d5e7e2310878 third_party/opentelemetry-cpp (v1.14.2) 2025-12-04T09:52:47.9109071Z 0fa0ef591e38c2758e3184c6c23e497b9f732ffa third_party/pocketfft (release_for_eigen-40-g0fa0ef5) 2025-12-04T09:52:47.9333823Z d1eca4e4b421cd2997495c4b4e65cea6be4e9b8a third_party/protobuf (v3.7.0-rc.2-1279-gd1eca4e4b) 2025-12-04T09:52:47.9410780Z 072586a71b55b7f8c584153d223e95687148a900 third_party/psimd (heads/master) 2025-12-04T09:52:47.9457014Z 4fe0e1e183925bf8cfa6aae24237e724a96479b8 third_party/pthreadpool (0.1-144-g4fe0e1e) 2025-12-04T09:52:47.9469574Z f5fbe867d2d26e4a0a9177a51f6e568868ad3dc8 third_party/pybind11 (v3.0.1) 2025-12-04T09:52:47.9545029Z f45429b087dd7d5bc78bb40dc7cf06425c252d67 third_party/python-peachpy (remotes/origin/pre-generated) 2025-12-04T09:52:47.9592315Z 5a1d179df9cf652951b59010a2d2075372d67f68 third_party/sleef (3.8) 2025-12-04T09:52:47.9663874Z 2b4cd91092d335a697416b2a3cb398283246849d third_party/tensorpipe (heads/main) 2025-12-04T09:52:47.9708520Z ##[group]Cleaning the repository 2025-12-04T09:52:47.9708728Z [command]/usr/bin/git clean -ffdx 2025-12-04T09:52:47.9796261Z [command]/usr/bin/git reset --hard HEAD 2025-12-04T09:52:48.0489235Z HEAD is now at ffd9b0fb4355 Resolve collective autotuning test failure on arm (#168919) 2025-12-04T09:52:48.0543932Z ##[endgroup] 2025-12-04T09:52:48.0544142Z ##[group]Disabling automatic garbage collection 2025-12-04T09:52:48.0544338Z [command]/usr/bin/git config --local gc.auto 0 2025-12-04T09:52:48.0569337Z ##[endgroup] 2025-12-04T09:52:48.0569714Z ##[group]Setting up auth 2025-12-04T09:52:48.0575878Z [command]/usr/bin/git config --local --name-only --get-regexp core\.sshCommand 2025-12-04T09:52:48.0598296Z [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-12-04T09:52:48.0872207Z Entering 'android/libs/fbjni' 2025-12-04T09:52:48.0898221Z Entering 'third_party/FP16' 2025-12-04T09:52:48.0929180Z Entering 'third_party/FXdiv' 2025-12-04T09:52:48.0948969Z Entering 'third_party/NNPACK' 2025-12-04T09:52:48.0967376Z Entering 'third_party/NVTX' 2025-12-04T09:52:48.0986420Z Entering 'third_party/VulkanMemoryAllocator' 2025-12-04T09:52:48.1004989Z Entering 'third_party/XNNPACK' 2025-12-04T09:52:48.1029380Z Entering 'third_party/aiter' 2025-12-04T09:52:48.1050156Z Entering 'third_party/aiter/3rdparty/composable_kernel' 2025-12-04T09:52:48.1075954Z Entering 'third_party/benchmark' 2025-12-04T09:52:48.1095273Z Entering 'third_party/composable_kernel' 2025-12-04T09:52:48.1117232Z Entering 'third_party/cpp-httplib' 2025-12-04T09:52:48.1135493Z Entering 'third_party/cpuinfo' 2025-12-04T09:52:48.1160393Z Entering 'third_party/cudnn_frontend' 2025-12-04T09:52:48.1178763Z Entering 'third_party/cutlass' 2025-12-04T09:52:48.1200561Z Entering 'third_party/fbgemm' 2025-12-04T09:52:48.1221810Z Entering 'third_party/fbgemm/external/asmjit' 2025-12-04T09:52:48.1240980Z Entering 'third_party/fbgemm/external/composable_kernel' 2025-12-04T09:52:48.1263326Z Entering 'third_party/fbgemm/external/cpuinfo' 2025-12-04T09:52:48.1286464Z Entering 'third_party/fbgemm/external/cutlass' 2025-12-04T09:52:48.1337709Z Entering 'third_party/fbgemm/external/googletest' 2025-12-04T09:52:48.1357110Z Entering 'third_party/fbgemm/external/hipify_torch' 2025-12-04T09:52:48.1375043Z Entering 'third_party/fbgemm/external/json' 2025-12-04T09:52:48.1394787Z Entering 'third_party/flash-attention' 2025-12-04T09:52:48.1414447Z Entering 'third_party/flash-attention/csrc/composable_kernel' 2025-12-04T09:52:48.1435001Z Entering 'third_party/flash-attention/csrc/cutlass' 2025-12-04T09:52:48.1456232Z Entering 'third_party/flatbuffers' 2025-12-04T09:52:48.1474586Z Entering 'third_party/fmt' 2025-12-04T09:52:48.1492472Z Entering 'third_party/gemmlowp/gemmlowp' 2025-12-04T09:52:48.1514048Z Entering 'third_party/gloo' 2025-12-04T09:52:48.1534906Z Entering 'third_party/googletest' 2025-12-04T09:52:48.1553880Z Entering 'third_party/ideep' 2025-12-04T09:52:48.1572485Z Entering 'third_party/ideep/mkl-dnn' 2025-12-04T09:52:48.1595181Z Entering 'third_party/ittapi' 2025-12-04T09:52:48.1615701Z Entering 'third_party/kineto' 2025-12-04T09:52:48.1634047Z Entering 'third_party/kineto/libkineto/third_party/dynolog' 2025-12-04T09:52:48.1668593Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/DCGM' 2025-12-04T09:52:48.1690197Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/cpr' 2025-12-04T09:52:48.1713957Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/fmt' 2025-12-04T09:52:48.1734873Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/gflags' 2025-12-04T09:52:48.1756890Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/gflags/doc' 2025-12-04T09:52:48.1784261Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/glog' 2025-12-04T09:52:48.1809031Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/googletest' 2025-12-04T09:52:48.1828732Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/json' 2025-12-04T09:52:48.1848239Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/pfs' 2025-12-04T09:52:48.1867365Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/prometheus-cpp' 2025-12-04T09:52:48.1889227Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/prometheus-cpp/3rdparty/civetweb' 2025-12-04T09:52:48.1909671Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/prometheus-cpp/3rdparty/googletest' 2025-12-04T09:52:48.1932790Z Entering 'third_party/kineto/libkineto/third_party/fmt' 2025-12-04T09:52:48.1952723Z Entering 'third_party/kineto/libkineto/third_party/googletest' 2025-12-04T09:52:48.1972820Z Entering 'third_party/kleidiai' 2025-12-04T09:52:48.1994690Z Entering 'third_party/mimalloc' 2025-12-04T09:52:48.2015953Z Entering 'third_party/nlohmann' 2025-12-04T09:52:48.2038917Z Entering 'third_party/onnx' 2025-12-04T09:52:48.2066402Z Entering 'third_party/onnx/third_party/pybind11' 2025-12-04T09:52:48.2089445Z Entering 'third_party/opentelemetry-cpp' 2025-12-04T09:52:48.2110467Z Entering 'third_party/opentelemetry-cpp/third_party/benchmark' 2025-12-04T09:52:48.2137354Z Entering 'third_party/opentelemetry-cpp/third_party/googletest' 2025-12-04T09:52:48.2158064Z Entering 'third_party/opentelemetry-cpp/third_party/ms-gsl' 2025-12-04T09:52:48.2215008Z Entering 'third_party/opentelemetry-cpp/third_party/nlohmann-json' 2025-12-04T09:52:48.2234460Z Entering 'third_party/opentelemetry-cpp/third_party/opentelemetry-proto' 2025-12-04T09:52:48.2252324Z Entering 'third_party/opentelemetry-cpp/third_party/opentracing-cpp' 2025-12-04T09:52:48.2270146Z Entering 'third_party/opentelemetry-cpp/third_party/prometheus-cpp' 2025-12-04T09:52:48.2288190Z Entering 'third_party/opentelemetry-cpp/third_party/prometheus-cpp/3rdparty/civetweb' 2025-12-04T09:52:48.2311767Z Entering 'third_party/opentelemetry-cpp/third_party/prometheus-cpp/3rdparty/googletest' 2025-12-04T09:52:48.2367549Z Entering 'third_party/opentelemetry-cpp/tools/vcpkg' 2025-12-04T09:52:48.2379888Z Entering 'third_party/pocketfft' 2025-12-04T09:52:48.2455498Z Entering 'third_party/protobuf' 2025-12-04T09:52:48.2514661Z Entering 'third_party/protobuf/third_party/benchmark' 2025-12-04T09:52:48.2539943Z Entering 'third_party/protobuf/third_party/googletest' 2025-12-04T09:52:48.2566425Z Entering 'third_party/psimd' 2025-12-04T09:52:48.2622474Z Entering 'third_party/pthreadpool' 2025-12-04T09:52:48.2658311Z Entering 'third_party/pybind11' 2025-12-04T09:52:48.2700342Z Entering 'third_party/python-peachpy' 2025-12-04T09:52:48.2723477Z Entering 'third_party/sleef' 2025-12-04T09:52:48.2744759Z Entering 'third_party/tensorpipe' 2025-12-04T09:52:48.2765702Z Entering 'third_party/tensorpipe/third_party/googletest' 2025-12-04T09:52:48.2789707Z Entering 'third_party/tensorpipe/third_party/libnop' 2025-12-04T09:52:48.2838947Z Entering 'third_party/tensorpipe/third_party/libuv' 2025-12-04T09:52:48.2869130Z Entering 'third_party/tensorpipe/third_party/pybind11' 2025-12-04T09:52:48.2932213Z Entering 'third_party/tensorpipe/third_party/pybind11/tools/clang' 2025-12-04T09:52:48.2982954Z [command]/usr/bin/git config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader 2025-12-04T09:52:48.3001095Z http.https://github.com/.extraheader 2025-12-04T09:52:48.3017925Z [command]/usr/bin/git config --local --unset-all http.https://github.com/.extraheader 2025-12-04T09:52:48.3038446Z [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-12-04T09:52:48.3228745Z Entering 'android/libs/fbjni' 2025-12-04T09:52:48.3247036Z http.https://github.com/.extraheader 2025-12-04T09:52:48.3278717Z Entering 'third_party/FP16' 2025-12-04T09:52:48.3295660Z http.https://github.com/.extraheader 2025-12-04T09:52:48.3317904Z Entering 'third_party/FXdiv' 2025-12-04T09:52:48.3333337Z http.https://github.com/.extraheader 2025-12-04T09:52:48.3356063Z Entering 'third_party/NNPACK' 2025-12-04T09:52:48.3370964Z http.https://github.com/.extraheader 2025-12-04T09:52:48.3409001Z Entering 'third_party/NVTX' 2025-12-04T09:52:48.3409292Z http.https://github.com/.extraheader 2025-12-04T09:52:48.3429494Z Entering 'third_party/VulkanMemoryAllocator' 2025-12-04T09:52:48.3445255Z http.https://github.com/.extraheader 2025-12-04T09:52:48.3461266Z Entering 'third_party/XNNPACK' 2025-12-04T09:52:48.3475162Z http.https://github.com/.extraheader 2025-12-04T09:52:48.3498394Z Entering 'third_party/aiter' 2025-12-04T09:52:48.3516843Z http.https://github.com/.extraheader 2025-12-04T09:52:48.3557602Z Entering 'third_party/aiter/3rdparty/composable_kernel' 2025-12-04T09:52:48.3557850Z http.https://github.com/.extraheader 2025-12-04T09:52:48.3573675Z Entering 'third_party/benchmark' 2025-12-04T09:52:48.3585531Z http.https://github.com/.extraheader 2025-12-04T09:52:48.3601763Z Entering 'third_party/composable_kernel' 2025-12-04T09:52:48.3613451Z http.https://github.com/.extraheader 2025-12-04T09:52:48.3632122Z Entering 'third_party/cpp-httplib' 2025-12-04T09:52:48.3644039Z http.https://github.com/.extraheader 2025-12-04T09:52:48.3660363Z Entering 'third_party/cpuinfo' 2025-12-04T09:52:48.3672097Z http.https://github.com/.extraheader 2025-12-04T09:52:48.3688377Z Entering 'third_party/cudnn_frontend' 2025-12-04T09:52:48.3700700Z http.https://github.com/.extraheader 2025-12-04T09:52:48.3718428Z Entering 'third_party/cutlass' 2025-12-04T09:52:48.3730057Z http.https://github.com/.extraheader 2025-12-04T09:52:48.3749863Z Entering 'third_party/fbgemm' 2025-12-04T09:52:48.3762223Z http.https://github.com/.extraheader 2025-12-04T09:52:48.3785226Z Entering 'third_party/fbgemm/external/asmjit' 2025-12-04T09:52:48.3798070Z http.https://github.com/.extraheader 2025-12-04T09:52:48.3836951Z Entering 'third_party/fbgemm/external/composable_kernel' 2025-12-04T09:52:48.3847404Z http.https://github.com/.extraheader 2025-12-04T09:52:48.3902875Z Entering 'third_party/fbgemm/external/cpuinfo' 2025-12-04T09:52:48.3915230Z http.https://github.com/.extraheader 2025-12-04T09:52:48.3932829Z Entering 'third_party/fbgemm/external/cutlass' 2025-12-04T09:52:48.3943284Z http.https://github.com/.extraheader 2025-12-04T09:52:48.3964292Z Entering 'third_party/fbgemm/external/googletest' 2025-12-04T09:52:48.3975012Z http.https://github.com/.extraheader 2025-12-04T09:52:48.3996011Z Entering 'third_party/fbgemm/external/hipify_torch' 2025-12-04T09:52:48.4012661Z http.https://github.com/.extraheader 2025-12-04T09:52:48.4058355Z Entering 'third_party/fbgemm/external/json' 2025-12-04T09:52:48.4073607Z http.https://github.com/.extraheader 2025-12-04T09:52:48.4093500Z Entering 'third_party/flash-attention' 2025-12-04T09:52:48.4106086Z http.https://github.com/.extraheader 2025-12-04T09:52:48.4127521Z Entering 'third_party/flash-attention/csrc/composable_kernel' 2025-12-04T09:52:48.4143291Z http.https://github.com/.extraheader 2025-12-04T09:52:48.4164790Z Entering 'third_party/flash-attention/csrc/cutlass' 2025-12-04T09:52:48.4178277Z http.https://github.com/.extraheader 2025-12-04T09:52:48.4201957Z Entering 'third_party/flatbuffers' 2025-12-04T09:52:48.4215489Z http.https://github.com/.extraheader 2025-12-04T09:52:48.4234036Z Entering 'third_party/fmt' 2025-12-04T09:52:48.4247245Z http.https://github.com/.extraheader 2025-12-04T09:52:48.4263221Z Entering 'third_party/gemmlowp/gemmlowp' 2025-12-04T09:52:48.4277877Z http.https://github.com/.extraheader 2025-12-04T09:52:48.4294851Z Entering 'third_party/gloo' 2025-12-04T09:52:48.4306195Z http.https://github.com/.extraheader 2025-12-04T09:52:48.4322854Z Entering 'third_party/googletest' 2025-12-04T09:52:48.4334529Z http.https://github.com/.extraheader 2025-12-04T09:52:48.4351996Z Entering 'third_party/ideep' 2025-12-04T09:52:48.4364827Z http.https://github.com/.extraheader 2025-12-04T09:52:48.4385683Z Entering 'third_party/ideep/mkl-dnn' 2025-12-04T09:52:48.4397025Z http.https://github.com/.extraheader 2025-12-04T09:52:48.4417004Z Entering 'third_party/ittapi' 2025-12-04T09:52:48.4428557Z http.https://github.com/.extraheader 2025-12-04T09:52:48.4448490Z Entering 'third_party/kineto' 2025-12-04T09:52:48.4459780Z http.https://github.com/.extraheader 2025-12-04T09:52:48.4478178Z Entering 'third_party/kineto/libkineto/third_party/dynolog' 2025-12-04T09:52:48.4489540Z http.https://github.com/.extraheader 2025-12-04T09:52:48.4506390Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/DCGM' 2025-12-04T09:52:48.4518776Z http.https://github.com/.extraheader 2025-12-04T09:52:48.4536410Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/cpr' 2025-12-04T09:52:48.4548522Z http.https://github.com/.extraheader 2025-12-04T09:52:48.4566187Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/fmt' 2025-12-04T09:52:48.4576904Z http.https://github.com/.extraheader 2025-12-04T09:52:48.4599506Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/gflags' 2025-12-04T09:52:48.4617239Z http.https://github.com/.extraheader 2025-12-04T09:52:48.4697264Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/gflags/doc' 2025-12-04T09:52:48.4697458Z http.https://github.com/.extraheader 2025-12-04T09:52:48.4697626Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/glog' 2025-12-04T09:52:48.4697798Z http.https://github.com/.extraheader 2025-12-04T09:52:48.4697973Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/googletest' 2025-12-04T09:52:48.4700063Z http.https://github.com/.extraheader 2025-12-04T09:52:48.4718258Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/json' 2025-12-04T09:52:48.4729111Z http.https://github.com/.extraheader 2025-12-04T09:52:48.4747034Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/pfs' 2025-12-04T09:52:48.4759144Z http.https://github.com/.extraheader 2025-12-04T09:52:48.4778425Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/prometheus-cpp' 2025-12-04T09:52:48.4790665Z http.https://github.com/.extraheader 2025-12-04T09:52:48.4807881Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/prometheus-cpp/3rdparty/civetweb' 2025-12-04T09:52:48.4819771Z http.https://github.com/.extraheader 2025-12-04T09:52:48.4840759Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/prometheus-cpp/3rdparty/googletest' 2025-12-04T09:52:48.4855621Z http.https://github.com/.extraheader 2025-12-04T09:52:48.4883676Z Entering 'third_party/kineto/libkineto/third_party/fmt' 2025-12-04T09:52:48.4895352Z http.https://github.com/.extraheader 2025-12-04T09:52:48.4912495Z Entering 'third_party/kineto/libkineto/third_party/googletest' 2025-12-04T09:52:48.4923102Z http.https://github.com/.extraheader 2025-12-04T09:52:48.4964715Z Entering 'third_party/kleidiai' 2025-12-04T09:52:48.4976176Z http.https://github.com/.extraheader 2025-12-04T09:52:48.4994865Z Entering 'third_party/mimalloc' 2025-12-04T09:52:48.5007311Z http.https://github.com/.extraheader 2025-12-04T09:52:48.5044299Z Entering 'third_party/nlohmann' 2025-12-04T09:52:48.5055715Z http.https://github.com/.extraheader 2025-12-04T09:52:48.5072941Z Entering 'third_party/onnx' 2025-12-04T09:52:48.5086104Z http.https://github.com/.extraheader 2025-12-04T09:52:48.5111562Z Entering 'third_party/onnx/third_party/pybind11' 2025-12-04T09:52:48.5122931Z http.https://github.com/.extraheader 2025-12-04T09:52:48.5158205Z Entering 'third_party/opentelemetry-cpp' 2025-12-04T09:52:48.5170618Z http.https://github.com/.extraheader 2025-12-04T09:52:48.5188568Z Entering 'third_party/opentelemetry-cpp/third_party/benchmark' 2025-12-04T09:52:48.5233103Z http.https://github.com/.extraheader 2025-12-04T09:52:48.5251044Z Entering 'third_party/opentelemetry-cpp/third_party/googletest' 2025-12-04T09:52:48.5263760Z http.https://github.com/.extraheader 2025-12-04T09:52:48.5286041Z Entering 'third_party/opentelemetry-cpp/third_party/ms-gsl' 2025-12-04T09:52:48.5298343Z http.https://github.com/.extraheader 2025-12-04T09:52:48.5315507Z Entering 'third_party/opentelemetry-cpp/third_party/nlohmann-json' 2025-12-04T09:52:48.5328800Z http.https://github.com/.extraheader 2025-12-04T09:52:48.5348144Z Entering 'third_party/opentelemetry-cpp/third_party/opentelemetry-proto' 2025-12-04T09:52:48.5361300Z http.https://github.com/.extraheader 2025-12-04T09:52:48.5378917Z Entering 'third_party/opentelemetry-cpp/third_party/opentracing-cpp' 2025-12-04T09:52:48.5390979Z http.https://github.com/.extraheader 2025-12-04T09:52:48.5407900Z Entering 'third_party/opentelemetry-cpp/third_party/prometheus-cpp' 2025-12-04T09:52:48.5419213Z http.https://github.com/.extraheader 2025-12-04T09:52:48.5435237Z Entering 'third_party/opentelemetry-cpp/third_party/prometheus-cpp/3rdparty/civetweb' 2025-12-04T09:52:48.5453463Z http.https://github.com/.extraheader 2025-12-04T09:52:48.5471904Z Entering 'third_party/opentelemetry-cpp/third_party/prometheus-cpp/3rdparty/googletest' 2025-12-04T09:52:48.5484856Z http.https://github.com/.extraheader 2025-12-04T09:52:48.5503463Z Entering 'third_party/opentelemetry-cpp/tools/vcpkg' 2025-12-04T09:52:48.5515224Z http.https://github.com/.extraheader 2025-12-04T09:52:48.5539144Z Entering 'third_party/pocketfft' 2025-12-04T09:52:48.5552822Z http.https://github.com/.extraheader 2025-12-04T09:52:48.5570266Z Entering 'third_party/protobuf' 2025-12-04T09:52:48.5584163Z http.https://github.com/.extraheader 2025-12-04T09:52:48.5603057Z Entering 'third_party/protobuf/third_party/benchmark' 2025-12-04T09:52:48.5616445Z http.https://github.com/.extraheader 2025-12-04T09:52:48.5649880Z Entering 'third_party/protobuf/third_party/googletest' 2025-12-04T09:52:48.5665261Z http.https://github.com/.extraheader 2025-12-04T09:52:48.5694486Z Entering 'third_party/psimd' 2025-12-04T09:52:48.5724629Z http.https://github.com/.extraheader 2025-12-04T09:52:48.5755908Z Entering 'third_party/pthreadpool' 2025-12-04T09:52:48.5787031Z http.https://github.com/.extraheader 2025-12-04T09:52:48.5787185Z Entering 'third_party/pybind11' 2025-12-04T09:52:48.5792033Z http.https://github.com/.extraheader 2025-12-04T09:52:48.5810404Z Entering 'third_party/python-peachpy' 2025-12-04T09:52:48.5822422Z http.https://github.com/.extraheader 2025-12-04T09:52:48.5841631Z Entering 'third_party/sleef' 2025-12-04T09:52:48.5853444Z http.https://github.com/.extraheader 2025-12-04T09:52:48.5870635Z Entering 'third_party/tensorpipe' 2025-12-04T09:52:48.5882534Z http.https://github.com/.extraheader 2025-12-04T09:52:48.5903661Z Entering 'third_party/tensorpipe/third_party/googletest' 2025-12-04T09:52:48.5911244Z http.https://github.com/.extraheader 2025-12-04T09:52:48.5939847Z Entering 'third_party/tensorpipe/third_party/libnop' 2025-12-04T09:52:48.5950328Z http.https://github.com/.extraheader 2025-12-04T09:52:48.5978112Z Entering 'third_party/tensorpipe/third_party/libuv' 2025-12-04T09:52:48.5987155Z http.https://github.com/.extraheader 2025-12-04T09:52:48.6008618Z Entering 'third_party/tensorpipe/third_party/pybind11' 2025-12-04T09:52:48.6020196Z http.https://github.com/.extraheader 2025-12-04T09:52:48.6045995Z Entering 'third_party/tensorpipe/third_party/pybind11/tools/clang' 2025-12-04T09:52:48.6058585Z http.https://github.com/.extraheader 2025-12-04T09:52:48.6095668Z [command]/usr/bin/git config --local --name-only --get-regexp ^includeIf\.gitdir: 2025-12-04T09:52:48.6119777Z [command]/usr/bin/git submodule foreach --recursive git config --local --show-origin --name-only --get-regexp remote.origin.url 2025-12-04T09:52:48.6248452Z Entering 'android/libs/fbjni' 2025-12-04T09:52:48.6259742Z file:/home/runner/_work/pytorch/pytorch/.git/modules/android/libs/fbjni/config remote.origin.url 2025-12-04T09:52:48.6270434Z Entering 'third_party/FP16' 2025-12-04T09:52:48.6282187Z file:/home/runner/_work/pytorch/pytorch/.git/modules/third_party/NNPACK_deps/FP16/config remote.origin.url 2025-12-04T09:52:48.6297701Z Entering 'third_party/FXdiv' 2025-12-04T09:52:48.6309762Z file:/home/runner/_work/pytorch/pytorch/.git/modules/third_party/NNPACK_deps/FXdiv/config remote.origin.url 2025-12-04T09:52:48.6316831Z Entering 'third_party/NNPACK' 2025-12-04T09:52:48.6327686Z file:/home/runner/_work/pytorch/pytorch/.git/modules/third_party/NNPACK/config remote.origin.url 2025-12-04T09:52:48.6338038Z Entering 'third_party/NVTX' 2025-12-04T09:52:48.6347345Z file:/home/runner/_work/pytorch/pytorch/.git/modules/third_party/NVTX/config remote.origin.url 2025-12-04T09:52:48.6358369Z Entering 'third_party/VulkanMemoryAllocator' 2025-12-04T09:52:48.6368425Z file:/home/runner/_work/pytorch/pytorch/.git/modules/third_party/VulkanMemoryAllocator/config remote.origin.url 2025-12-04T09:52:48.6377767Z Entering 'third_party/XNNPACK' 2025-12-04T09:52:48.6386861Z file:/home/runner/_work/pytorch/pytorch/.git/modules/third_party/XNNPACK/config remote.origin.url 2025-12-04T09:52:48.6412512Z Entering 'third_party/aiter' 2025-12-04T09:52:48.6447030Z file:/home/runner/_work/pytorch/pytorch/.git/modules/third_party/aiter/config remote.origin.url 2025-12-04T09:52:48.6447645Z Entering 'third_party/aiter/3rdparty/composable_kernel' 2025-12-04T09:52:48.6447948Z file:/home/runner/_work/pytorch/pytorch/.git/modules/third_party/aiter/modules/3rdparty/composable_kernel/config remote.origin.url 2025-12-04T09:52:48.6449370Z Entering 'third_party/benchmark' 2025-12-04T09:52:48.6459046Z file:/home/runner/_work/pytorch/pytorch/.git/modules/third_party/benchmark/config remote.origin.url 2025-12-04T09:52:48.6467806Z Entering 'third_party/composable_kernel' 2025-12-04T09:52:48.6478950Z file:/home/runner/_work/pytorch/pytorch/.git/modules/third_party/composable_kernel/config remote.origin.url 2025-12-04T09:52:48.6492159Z Entering 'third_party/cpp-httplib' 2025-12-04T09:52:48.6503537Z file:/home/runner/_work/pytorch/pytorch/.git/modules/third_party/cpp-httplib/config remote.origin.url 2025-12-04T09:52:48.6511319Z Entering 'third_party/cpuinfo' 2025-12-04T09:52:48.6522038Z file:/home/runner/_work/pytorch/pytorch/.git/modules/third_party/cpuinfo/config remote.origin.url 2025-12-04T09:52:48.6530042Z Entering 'third_party/cudnn_frontend' 2025-12-04T09:52:48.6541921Z file:/home/runner/_work/pytorch/pytorch/.git/modules/third_party/cudnn_frontend/config remote.origin.url 2025-12-04T09:52:48.6552718Z Entering 'third_party/cutlass' 2025-12-04T09:52:48.6563658Z file:/home/runner/_work/pytorch/pytorch/.git/modules/third_party/cutlass/config remote.origin.url 2025-12-04T09:52:48.6575000Z Entering 'third_party/fbgemm' 2025-12-04T09:52:48.6585896Z file:/home/runner/_work/pytorch/pytorch/.git/modules/third_party/fbgemm/config remote.origin.url 2025-12-04T09:52:48.6595506Z Entering 'third_party/fbgemm/external/asmjit' 2025-12-04T09:52:48.6605169Z file:/home/runner/_work/pytorch/pytorch/.git/modules/third_party/fbgemm/modules/external/asmjit/config remote.origin.url 2025-12-04T09:52:48.6616231Z Entering 'third_party/fbgemm/external/composable_kernel' 2025-12-04T09:52:48.6626914Z file:/home/runner/_work/pytorch/pytorch/.git/modules/third_party/fbgemm/modules/external/composable_kernel/config remote.origin.url 2025-12-04T09:52:48.6642050Z Entering 'third_party/fbgemm/external/cpuinfo' 2025-12-04T09:52:48.6652841Z file:/home/runner/_work/pytorch/pytorch/.git/modules/third_party/fbgemm/modules/external/cpuinfo/config remote.origin.url 2025-12-04T09:52:48.6662826Z Entering 'third_party/fbgemm/external/cutlass' 2025-12-04T09:52:48.6673235Z file:/home/runner/_work/pytorch/pytorch/.git/modules/third_party/fbgemm/modules/external/cutlass/config remote.origin.url 2025-12-04T09:52:48.6685750Z Entering 'third_party/fbgemm/external/googletest' 2025-12-04T09:52:48.6696337Z file:/home/runner/_work/pytorch/pytorch/.git/modules/third_party/fbgemm/modules/external/googletest/config remote.origin.url 2025-12-04T09:52:48.6707944Z Entering 'third_party/fbgemm/external/hipify_torch' 2025-12-04T09:52:48.6722816Z file:/home/runner/_work/pytorch/pytorch/.git/modules/third_party/fbgemm/modules/external/hipify_torch/config remote.origin.url 2025-12-04T09:52:48.6734935Z Entering 'third_party/fbgemm/external/json' 2025-12-04T09:52:48.6743022Z file:/home/runner/_work/pytorch/pytorch/.git/modules/third_party/fbgemm/modules/external/json/config remote.origin.url 2025-12-04T09:52:48.6754516Z Entering 'third_party/flash-attention' 2025-12-04T09:52:48.6765900Z file:/home/runner/_work/pytorch/pytorch/.git/modules/third_party/flash-attention/config remote.origin.url 2025-12-04T09:52:48.6778117Z Entering 'third_party/flash-attention/csrc/composable_kernel' 2025-12-04T09:52:48.6789472Z file:/home/runner/_work/pytorch/pytorch/.git/modules/third_party/flash-attention/modules/csrc/composable_kernel/config remote.origin.url 2025-12-04T09:52:48.6838150Z Entering 'third_party/flash-attention/csrc/cutlass' 2025-12-04T09:52:48.6849990Z file:/home/runner/_work/pytorch/pytorch/.git/modules/third_party/flash-attention/modules/csrc/cutlass/config remote.origin.url 2025-12-04T09:52:48.6863476Z Entering 'third_party/flatbuffers' 2025-12-04T09:52:48.6875716Z file:/home/runner/_work/pytorch/pytorch/.git/modules/third_party/flatbuffers/config remote.origin.url 2025-12-04T09:52:48.6885663Z Entering 'third_party/fmt' 2025-12-04T09:52:48.6896642Z file:/home/runner/_work/pytorch/pytorch/.git/modules/third_party/fmt/config remote.origin.url 2025-12-04T09:52:48.6905879Z Entering 'third_party/gemmlowp/gemmlowp' 2025-12-04T09:52:48.6916836Z file:/home/runner/_work/pytorch/pytorch/.git/modules/third_party/gemmlowp/gemmlowp/config remote.origin.url 2025-12-04T09:52:48.6924907Z Entering 'third_party/gloo' 2025-12-04T09:52:48.6935593Z file:/home/runner/_work/pytorch/pytorch/.git/modules/third_party/gloo/config remote.origin.url 2025-12-04T09:52:48.6945112Z Entering 'third_party/googletest' 2025-12-04T09:52:48.6956182Z file:/home/runner/_work/pytorch/pytorch/.git/modules/third_party/googletest/config remote.origin.url 2025-12-04T09:52:48.6966367Z Entering 'third_party/ideep' 2025-12-04T09:52:48.6975588Z file:/home/runner/_work/pytorch/pytorch/.git/modules/third_party/ideep/config remote.origin.url 2025-12-04T09:52:48.6985097Z Entering 'third_party/ideep/mkl-dnn' 2025-12-04T09:52:48.6996025Z file:/home/runner/_work/pytorch/pytorch/.git/modules/third_party/ideep/modules/mkl-dnn/config remote.origin.url 2025-12-04T09:52:48.7017125Z Entering 'third_party/ittapi' 2025-12-04T09:52:48.7017695Z file:/home/runner/_work/pytorch/pytorch/.git/modules/third_party/ittapi/config remote.origin.url 2025-12-04T09:52:48.7024640Z Entering 'third_party/kineto' 2025-12-04T09:52:48.7038399Z file:/home/runner/_work/pytorch/pytorch/.git/modules/third_party/kineto/config remote.origin.url 2025-12-04T09:52:48.7041549Z Entering 'third_party/kineto/libkineto/third_party/dynolog' 2025-12-04T09:52:48.7052073Z file:/home/runner/_work/pytorch/pytorch/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/config remote.origin.url 2025-12-04T09:52:48.7061072Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/DCGM' 2025-12-04T09:52:48.7072198Z file:/home/runner/_work/pytorch/pytorch/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/modules/third_party/DCGM/config remote.origin.url 2025-12-04T09:52:48.7080988Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/cpr' 2025-12-04T09:52:48.7093096Z file:/home/runner/_work/pytorch/pytorch/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/modules/third_party/cpr/config remote.origin.url 2025-12-04T09:52:48.7101034Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/fmt' 2025-12-04T09:52:48.7111992Z file:/home/runner/_work/pytorch/pytorch/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/modules/third_party/fmt/config remote.origin.url 2025-12-04T09:52:48.7121847Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/gflags' 2025-12-04T09:52:48.7133920Z file:/home/runner/_work/pytorch/pytorch/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/modules/third_party/gflags/config remote.origin.url 2025-12-04T09:52:48.7141060Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/gflags/doc' 2025-12-04T09:52:48.7167953Z file:/home/runner/_work/pytorch/pytorch/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/modules/third_party/gflags/modules/doc/config remote.origin.url 2025-12-04T09:52:48.7168343Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/glog' 2025-12-04T09:52:48.7172914Z file:/home/runner/_work/pytorch/pytorch/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/modules/third_party/glog/config remote.origin.url 2025-12-04T09:52:48.7181665Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/googletest' 2025-12-04T09:52:48.7194672Z file:/home/runner/_work/pytorch/pytorch/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/modules/third_party/googletest/config remote.origin.url 2025-12-04T09:52:48.7212772Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/json' 2025-12-04T09:52:48.7213308Z file:/home/runner/_work/pytorch/pytorch/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/modules/third_party/json/config remote.origin.url 2025-12-04T09:52:48.7223109Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/pfs' 2025-12-04T09:52:48.7235925Z file:/home/runner/_work/pytorch/pytorch/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/modules/third_party/pfs/config remote.origin.url 2025-12-04T09:52:48.7246373Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/prometheus-cpp' 2025-12-04T09:52:48.7274361Z file:/home/runner/_work/pytorch/pytorch/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/modules/third_party/prometheus-cpp/config remote.origin.url 2025-12-04T09:52:48.7284034Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/prometheus-cpp/3rdparty/civetweb' 2025-12-04T09:52:48.7293652Z file:/home/runner/_work/pytorch/pytorch/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/modules/third_party/prometheus-cpp/modules/civetweb/config remote.origin.url 2025-12-04T09:52:48.7303122Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/prometheus-cpp/3rdparty/googletest' 2025-12-04T09:52:48.7313570Z file:/home/runner/_work/pytorch/pytorch/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/modules/third_party/prometheus-cpp/modules/googletest/config remote.origin.url 2025-12-04T09:52:48.7327830Z Entering 'third_party/kineto/libkineto/third_party/fmt' 2025-12-04T09:52:48.7338456Z file:/home/runner/_work/pytorch/pytorch/.git/modules/third_party/kineto/modules/libkineto/third_party/fmt/config remote.origin.url 2025-12-04T09:52:48.7347889Z Entering 'third_party/kineto/libkineto/third_party/googletest' 2025-12-04T09:52:48.7359338Z file:/home/runner/_work/pytorch/pytorch/.git/modules/third_party/kineto/modules/libkineto/third_party/googletest/config remote.origin.url 2025-12-04T09:52:48.7371894Z Entering 'third_party/kleidiai' 2025-12-04T09:52:48.7384482Z file:/home/runner/_work/pytorch/pytorch/.git/modules/third_party/kleidiai/config remote.origin.url 2025-12-04T09:52:48.7401671Z Entering 'third_party/mimalloc' 2025-12-04T09:52:48.7404612Z file:/home/runner/_work/pytorch/pytorch/.git/modules/third_party/mimalloc/config remote.origin.url 2025-12-04T09:52:48.7413590Z Entering 'third_party/nlohmann' 2025-12-04T09:52:48.7458657Z file:/home/runner/_work/pytorch/pytorch/.git/modules/third_party/nlohmann/config remote.origin.url 2025-12-04T09:52:48.7496976Z Entering 'third_party/onnx' 2025-12-04T09:52:48.7508428Z file:/home/runner/_work/pytorch/pytorch/.git/modules/third_party/onnx/config remote.origin.url 2025-12-04T09:52:48.7529004Z Entering 'third_party/onnx/third_party/pybind11' 2025-12-04T09:52:48.7567976Z file:/home/runner/_work/pytorch/pytorch/.git/modules/third_party/onnx/modules/third_party/pybind11/config remote.origin.url 2025-12-04T09:52:48.7584522Z Entering 'third_party/opentelemetry-cpp' 2025-12-04T09:52:48.7608969Z file:/home/runner/_work/pytorch/pytorch/.git/modules/third_party/opentelemetry-cpp/config remote.origin.url 2025-12-04T09:52:48.7617684Z Entering 'third_party/opentelemetry-cpp/third_party/benchmark' 2025-12-04T09:52:48.7631667Z file:/home/runner/_work/pytorch/pytorch/.git/modules/third_party/opentelemetry-cpp/modules/third_party/benchmark/config remote.origin.url 2025-12-04T09:52:48.7681418Z Entering 'third_party/opentelemetry-cpp/third_party/googletest' 2025-12-04T09:52:48.7692866Z file:/home/runner/_work/pytorch/pytorch/.git/modules/third_party/opentelemetry-cpp/modules/third_party/googletest/config remote.origin.url 2025-12-04T09:52:48.7703264Z Entering 'third_party/opentelemetry-cpp/third_party/ms-gsl' 2025-12-04T09:52:48.7713383Z file:/home/runner/_work/pytorch/pytorch/.git/modules/third_party/opentelemetry-cpp/modules/third_party/ms-gsl/config remote.origin.url 2025-12-04T09:52:48.7721596Z Entering 'third_party/opentelemetry-cpp/third_party/nlohmann-json' 2025-12-04T09:52:48.7731409Z file:/home/runner/_work/pytorch/pytorch/.git/modules/third_party/opentelemetry-cpp/modules/third_party/nlohmann-json/config remote.origin.url 2025-12-04T09:52:48.7738894Z Entering 'third_party/opentelemetry-cpp/third_party/opentelemetry-proto' 2025-12-04T09:52:48.7748134Z file:/home/runner/_work/pytorch/pytorch/.git/modules/third_party/opentelemetry-cpp/modules/third_party/opentelemetry-proto/config remote.origin.url 2025-12-04T09:52:48.7754519Z Entering 'third_party/opentelemetry-cpp/third_party/opentracing-cpp' 2025-12-04T09:52:48.7763972Z file:/home/runner/_work/pytorch/pytorch/.git/modules/third_party/opentelemetry-cpp/modules/third_party/opentracing-cpp/config remote.origin.url 2025-12-04T09:52:48.7772029Z Entering 'third_party/opentelemetry-cpp/third_party/prometheus-cpp' 2025-12-04T09:52:48.7783103Z file:/home/runner/_work/pytorch/pytorch/.git/modules/third_party/opentelemetry-cpp/modules/third_party/prometheus-cpp/config remote.origin.url 2025-12-04T09:52:48.7790352Z Entering 'third_party/opentelemetry-cpp/third_party/prometheus-cpp/3rdparty/civetweb' 2025-12-04T09:52:48.7806629Z file:/home/runner/_work/pytorch/pytorch/.git/modules/third_party/opentelemetry-cpp/modules/third_party/prometheus-cpp/modules/civetweb/config remote.origin.url 2025-12-04T09:52:48.7814989Z Entering 'third_party/opentelemetry-cpp/third_party/prometheus-cpp/3rdparty/googletest' 2025-12-04T09:52:48.7825767Z file:/home/runner/_work/pytorch/pytorch/.git/modules/third_party/opentelemetry-cpp/modules/third_party/prometheus-cpp/modules/googletest/config remote.origin.url 2025-12-04T09:52:48.7838380Z Entering 'third_party/opentelemetry-cpp/tools/vcpkg' 2025-12-04T09:52:48.7848204Z file:/home/runner/_work/pytorch/pytorch/.git/modules/third_party/opentelemetry-cpp/modules/tools/vcpkg/config remote.origin.url 2025-12-04T09:52:48.7869674Z Entering 'third_party/pocketfft' 2025-12-04T09:52:48.7881063Z file:/home/runner/_work/pytorch/pytorch/.git/modules/third_party/pocketfft/config remote.origin.url 2025-12-04T09:52:48.7889100Z Entering 'third_party/protobuf' 2025-12-04T09:52:48.7898675Z file:/home/runner/_work/pytorch/pytorch/.git/modules/third_party/protobuf/config remote.origin.url 2025-12-04T09:52:48.7907900Z Entering 'third_party/protobuf/third_party/benchmark' 2025-12-04T09:52:48.7947258Z file:/home/runner/_work/pytorch/pytorch/.git/modules/third_party/protobuf/modules/third_party/benchmark/config remote.origin.url 2025-12-04T09:52:48.7955756Z Entering 'third_party/protobuf/third_party/googletest' 2025-12-04T09:52:48.7966836Z file:/home/runner/_work/pytorch/pytorch/.git/modules/third_party/protobuf/modules/third_party/googletest/config remote.origin.url 2025-12-04T09:52:48.7977814Z Entering 'third_party/psimd' 2025-12-04T09:52:48.7989111Z file:/home/runner/_work/pytorch/pytorch/.git/modules/third_party/NNPACK_deps/psimd/config remote.origin.url 2025-12-04T09:52:48.8002949Z Entering 'third_party/pthreadpool' 2025-12-04T09:52:48.8011681Z file:/home/runner/_work/pytorch/pytorch/.git/modules/third_party/NNPACK_deps/pthreadpool/config remote.origin.url 2025-12-04T09:52:48.8020219Z Entering 'third_party/pybind11' 2025-12-04T09:52:48.8032569Z file:/home/runner/_work/pytorch/pytorch/.git/modules/third_party/pybind11/config remote.origin.url 2025-12-04T09:52:48.8043305Z Entering 'third_party/python-peachpy' 2025-12-04T09:52:48.8055350Z file:/home/runner/_work/pytorch/pytorch/.git/modules/third_party/python-peachpy/config remote.origin.url 2025-12-04T09:52:48.8066288Z Entering 'third_party/sleef' 2025-12-04T09:52:48.8077482Z file:/home/runner/_work/pytorch/pytorch/.git/modules/third_party/sleef/config remote.origin.url 2025-12-04T09:52:48.8087958Z Entering 'third_party/tensorpipe' 2025-12-04T09:52:48.8096761Z file:/home/runner/_work/pytorch/pytorch/.git/modules/third_party/tensorpipe/config remote.origin.url 2025-12-04T09:52:48.8106145Z Entering 'third_party/tensorpipe/third_party/googletest' 2025-12-04T09:52:48.8116489Z file:/home/runner/_work/pytorch/pytorch/.git/modules/third_party/tensorpipe/modules/third_party/googletest/config remote.origin.url 2025-12-04T09:52:48.8126871Z Entering 'third_party/tensorpipe/third_party/libnop' 2025-12-04T09:52:48.8136412Z file:/home/runner/_work/pytorch/pytorch/.git/modules/third_party/tensorpipe/modules/third_party/libnop/config remote.origin.url 2025-12-04T09:52:48.8144319Z Entering 'third_party/tensorpipe/third_party/libuv' 2025-12-04T09:52:48.8154491Z file:/home/runner/_work/pytorch/pytorch/.git/modules/third_party/tensorpipe/modules/third_party/libuv/config remote.origin.url 2025-12-04T09:52:48.8162239Z Entering 'third_party/tensorpipe/third_party/pybind11' 2025-12-04T09:52:48.8204367Z file:/home/runner/_work/pytorch/pytorch/.git/modules/third_party/tensorpipe/modules/third_party/pybind11/config remote.origin.url 2025-12-04T09:52:48.8212124Z Entering 'third_party/tensorpipe/third_party/pybind11/tools/clang' 2025-12-04T09:52:48.8221402Z file:/home/runner/_work/pytorch/pytorch/.git/modules/third_party/tensorpipe/modules/third_party/pybind11/modules/tools/clang/config remote.origin.url 2025-12-04T09:52:48.8258643Z [command]/usr/bin/git config --file /home/runner/_work/pytorch/pytorch/.git/modules/android/libs/fbjni/config --name-only --get-regexp ^includeIf\.gitdir: 2025-12-04T09:52:48.8280040Z [command]/usr/bin/git config --file /home/runner/_work/pytorch/pytorch/.git/modules/third_party/NNPACK_deps/FP16/config --name-only --get-regexp ^includeIf\.gitdir: 2025-12-04T09:52:48.8295920Z [command]/usr/bin/git config --file /home/runner/_work/pytorch/pytorch/.git/modules/third_party/NNPACK_deps/FXdiv/config --name-only --get-regexp ^includeIf\.gitdir: 2025-12-04T09:52:48.8309847Z [command]/usr/bin/git config --file /home/runner/_work/pytorch/pytorch/.git/modules/third_party/NNPACK/config --name-only --get-regexp ^includeIf\.gitdir: 2025-12-04T09:52:48.8323260Z [command]/usr/bin/git config --file /home/runner/_work/pytorch/pytorch/.git/modules/third_party/NVTX/config --name-only --get-regexp ^includeIf\.gitdir: 2025-12-04T09:52:48.8337133Z [command]/usr/bin/git config --file /home/runner/_work/pytorch/pytorch/.git/modules/third_party/VulkanMemoryAllocator/config --name-only --get-regexp ^includeIf\.gitdir: 2025-12-04T09:52:48.8350376Z [command]/usr/bin/git config --file /home/runner/_work/pytorch/pytorch/.git/modules/third_party/XNNPACK/config --name-only --get-regexp ^includeIf\.gitdir: 2025-12-04T09:52:48.8363601Z [command]/usr/bin/git config --file /home/runner/_work/pytorch/pytorch/.git/modules/third_party/aiter/config --name-only --get-regexp ^includeIf\.gitdir: 2025-12-04T09:52:48.8376421Z [command]/usr/bin/git config --file /home/runner/_work/pytorch/pytorch/.git/modules/third_party/aiter/modules/3rdparty/composable_kernel/config --name-only --get-regexp ^includeIf\.gitdir: 2025-12-04T09:52:48.8395638Z [command]/usr/bin/git config --file /home/runner/_work/pytorch/pytorch/.git/modules/third_party/benchmark/config --name-only --get-regexp ^includeIf\.gitdir: 2025-12-04T09:52:48.8418379Z [command]/usr/bin/git config --file /home/runner/_work/pytorch/pytorch/.git/modules/third_party/composable_kernel/config --name-only --get-regexp ^includeIf\.gitdir: 2025-12-04T09:52:48.8433011Z [command]/usr/bin/git config --file /home/runner/_work/pytorch/pytorch/.git/modules/third_party/cpp-httplib/config --name-only --get-regexp ^includeIf\.gitdir: 2025-12-04T09:52:48.8446360Z [command]/usr/bin/git config --file /home/runner/_work/pytorch/pytorch/.git/modules/third_party/cpuinfo/config --name-only --get-regexp ^includeIf\.gitdir: 2025-12-04T09:52:48.8459335Z [command]/usr/bin/git config --file /home/runner/_work/pytorch/pytorch/.git/modules/third_party/cudnn_frontend/config --name-only --get-regexp ^includeIf\.gitdir: 2025-12-04T09:52:48.8472412Z [command]/usr/bin/git config --file /home/runner/_work/pytorch/pytorch/.git/modules/third_party/cutlass/config --name-only --get-regexp ^includeIf\.gitdir: 2025-12-04T09:52:48.8485313Z [command]/usr/bin/git config --file /home/runner/_work/pytorch/pytorch/.git/modules/third_party/fbgemm/config --name-only --get-regexp ^includeIf\.gitdir: 2025-12-04T09:52:48.8498241Z [command]/usr/bin/git config --file /home/runner/_work/pytorch/pytorch/.git/modules/third_party/fbgemm/modules/external/asmjit/config --name-only --get-regexp ^includeIf\.gitdir: 2025-12-04T09:52:48.8511223Z [command]/usr/bin/git config --file /home/runner/_work/pytorch/pytorch/.git/modules/third_party/fbgemm/modules/external/composable_kernel/config --name-only --get-regexp ^includeIf\.gitdir: 2025-12-04T09:52:48.8525128Z [command]/usr/bin/git config --file /home/runner/_work/pytorch/pytorch/.git/modules/third_party/fbgemm/modules/external/cpuinfo/config --name-only --get-regexp ^includeIf\.gitdir: 2025-12-04T09:52:48.8538247Z [command]/usr/bin/git config --file /home/runner/_work/pytorch/pytorch/.git/modules/third_party/fbgemm/modules/external/cutlass/config --name-only --get-regexp ^includeIf\.gitdir: 2025-12-04T09:52:48.8551181Z [command]/usr/bin/git config --file /home/runner/_work/pytorch/pytorch/.git/modules/third_party/fbgemm/modules/external/googletest/config --name-only --get-regexp ^includeIf\.gitdir: 2025-12-04T09:52:48.8617860Z [command]/usr/bin/git config --file /home/runner/_work/pytorch/pytorch/.git/modules/third_party/fbgemm/modules/external/hipify_torch/config --name-only --get-regexp ^includeIf\.gitdir: 2025-12-04T09:52:48.8624576Z [command]/usr/bin/git config --file /home/runner/_work/pytorch/pytorch/.git/modules/third_party/fbgemm/modules/external/json/config --name-only --get-regexp ^includeIf\.gitdir: 2025-12-04T09:52:48.8641054Z [command]/usr/bin/git config --file /home/runner/_work/pytorch/pytorch/.git/modules/third_party/flash-attention/config --name-only --get-regexp ^includeIf\.gitdir: 2025-12-04T09:52:48.8659714Z [command]/usr/bin/git config --file /home/runner/_work/pytorch/pytorch/.git/modules/third_party/flash-attention/modules/csrc/composable_kernel/config --name-only --get-regexp ^includeIf\.gitdir: 2025-12-04T09:52:48.8675402Z [command]/usr/bin/git config --file /home/runner/_work/pytorch/pytorch/.git/modules/third_party/flash-attention/modules/csrc/cutlass/config --name-only --get-regexp ^includeIf\.gitdir: 2025-12-04T09:52:48.8694699Z [command]/usr/bin/git config --file /home/runner/_work/pytorch/pytorch/.git/modules/third_party/flatbuffers/config --name-only --get-regexp ^includeIf\.gitdir: 2025-12-04T09:52:48.8709209Z [command]/usr/bin/git config --file /home/runner/_work/pytorch/pytorch/.git/modules/third_party/fmt/config --name-only --get-regexp ^includeIf\.gitdir: 2025-12-04T09:52:48.8726558Z [command]/usr/bin/git config --file /home/runner/_work/pytorch/pytorch/.git/modules/third_party/gemmlowp/gemmlowp/config --name-only --get-regexp ^includeIf\.gitdir: 2025-12-04T09:52:48.8740454Z [command]/usr/bin/git config --file /home/runner/_work/pytorch/pytorch/.git/modules/third_party/gloo/config --name-only --get-regexp ^includeIf\.gitdir: 2025-12-04T09:52:48.8752984Z [command]/usr/bin/git config --file /home/runner/_work/pytorch/pytorch/.git/modules/third_party/googletest/config --name-only --get-regexp ^includeIf\.gitdir: 2025-12-04T09:52:48.8767693Z [command]/usr/bin/git config --file /home/runner/_work/pytorch/pytorch/.git/modules/third_party/ideep/config --name-only --get-regexp ^includeIf\.gitdir: 2025-12-04T09:52:48.8784020Z [command]/usr/bin/git config --file /home/runner/_work/pytorch/pytorch/.git/modules/third_party/ideep/modules/mkl-dnn/config --name-only --get-regexp ^includeIf\.gitdir: 2025-12-04T09:52:48.8807595Z [command]/usr/bin/git config --file /home/runner/_work/pytorch/pytorch/.git/modules/third_party/ittapi/config --name-only --get-regexp ^includeIf\.gitdir: 2025-12-04T09:52:48.8851393Z [command]/usr/bin/git config --file /home/runner/_work/pytorch/pytorch/.git/modules/third_party/kineto/config --name-only --get-regexp ^includeIf\.gitdir: 2025-12-04T09:52:48.8865243Z [command]/usr/bin/git config --file /home/runner/_work/pytorch/pytorch/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/config --name-only --get-regexp ^includeIf\.gitdir: 2025-12-04T09:52:48.8878158Z [command]/usr/bin/git config --file /home/runner/_work/pytorch/pytorch/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/modules/third_party/DCGM/config --name-only --get-regexp ^includeIf\.gitdir: 2025-12-04T09:52:48.8902652Z [command]/usr/bin/git config --file /home/runner/_work/pytorch/pytorch/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/modules/third_party/cpr/config --name-only --get-regexp ^includeIf\.gitdir: 2025-12-04T09:52:48.8917480Z [command]/usr/bin/git config --file /home/runner/_work/pytorch/pytorch/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/modules/third_party/fmt/config --name-only --get-regexp ^includeIf\.gitdir: 2025-12-04T09:52:48.8930842Z [command]/usr/bin/git config --file /home/runner/_work/pytorch/pytorch/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/modules/third_party/gflags/config --name-only --get-regexp ^includeIf\.gitdir: 2025-12-04T09:52:48.8946258Z [command]/usr/bin/git config --file /home/runner/_work/pytorch/pytorch/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/modules/third_party/gflags/modules/doc/config --name-only --get-regexp ^includeIf\.gitdir: 2025-12-04T09:52:48.8965005Z [command]/usr/bin/git config --file /home/runner/_work/pytorch/pytorch/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/modules/third_party/glog/config --name-only --get-regexp ^includeIf\.gitdir: 2025-12-04T09:52:48.8981192Z [command]/usr/bin/git config --file /home/runner/_work/pytorch/pytorch/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/modules/third_party/googletest/config --name-only --get-regexp ^includeIf\.gitdir: 2025-12-04T09:52:48.8996366Z [command]/usr/bin/git config --file /home/runner/_work/pytorch/pytorch/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/modules/third_party/json/config --name-only --get-regexp ^includeIf\.gitdir: 2025-12-04T09:52:48.9010528Z [command]/usr/bin/git config --file /home/runner/_work/pytorch/pytorch/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/modules/third_party/pfs/config --name-only --get-regexp ^includeIf\.gitdir: 2025-12-04T09:52:48.9028303Z [command]/usr/bin/git config --file /home/runner/_work/pytorch/pytorch/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/modules/third_party/prometheus-cpp/config --name-only --get-regexp ^includeIf\.gitdir: 2025-12-04T09:52:48.9044271Z [command]/usr/bin/git config --file /home/runner/_work/pytorch/pytorch/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/modules/third_party/prometheus-cpp/modules/civetweb/config --name-only --get-regexp ^includeIf\.gitdir: 2025-12-04T09:52:48.9060892Z [command]/usr/bin/git config --file /home/runner/_work/pytorch/pytorch/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/modules/third_party/prometheus-cpp/modules/googletest/config --name-only --get-regexp ^includeIf\.gitdir: 2025-12-04T09:52:48.9076209Z [command]/usr/bin/git config --file /home/runner/_work/pytorch/pytorch/.git/modules/third_party/kineto/modules/libkineto/third_party/fmt/config --name-only --get-regexp ^includeIf\.gitdir: 2025-12-04T09:52:48.9091142Z [command]/usr/bin/git config --file /home/runner/_work/pytorch/pytorch/.git/modules/third_party/kineto/modules/libkineto/third_party/googletest/config --name-only --get-regexp ^includeIf\.gitdir: 2025-12-04T09:52:48.9108345Z [command]/usr/bin/git config --file /home/runner/_work/pytorch/pytorch/.git/modules/third_party/kleidiai/config --name-only --get-regexp ^includeIf\.gitdir: 2025-12-04T09:52:48.9123209Z [command]/usr/bin/git config --file /home/runner/_work/pytorch/pytorch/.git/modules/third_party/mimalloc/config --name-only --get-regexp ^includeIf\.gitdir: 2025-12-04T09:52:48.9140973Z [command]/usr/bin/git config --file /home/runner/_work/pytorch/pytorch/.git/modules/third_party/nlohmann/config --name-only --get-regexp ^includeIf\.gitdir: 2025-12-04T09:52:48.9171272Z [command]/usr/bin/git config --file /home/runner/_work/pytorch/pytorch/.git/modules/third_party/onnx/config --name-only --get-regexp ^includeIf\.gitdir: 2025-12-04T09:52:48.9188554Z [command]/usr/bin/git config --file /home/runner/_work/pytorch/pytorch/.git/modules/third_party/onnx/modules/third_party/pybind11/config --name-only --get-regexp ^includeIf\.gitdir: 2025-12-04T09:52:48.9222454Z [command]/usr/bin/git config --file /home/runner/_work/pytorch/pytorch/.git/modules/third_party/opentelemetry-cpp/config --name-only --get-regexp ^includeIf\.gitdir: 2025-12-04T09:52:48.9238988Z [command]/usr/bin/git config --file /home/runner/_work/pytorch/pytorch/.git/modules/third_party/opentelemetry-cpp/modules/third_party/benchmark/config --name-only --get-regexp ^includeIf\.gitdir: 2025-12-04T09:52:48.9261334Z [command]/usr/bin/git config --file /home/runner/_work/pytorch/pytorch/.git/modules/third_party/opentelemetry-cpp/modules/third_party/googletest/config --name-only --get-regexp ^includeIf\.gitdir: 2025-12-04T09:52:48.9291898Z [command]/usr/bin/git config --file /home/runner/_work/pytorch/pytorch/.git/modules/third_party/opentelemetry-cpp/modules/third_party/ms-gsl/config --name-only --get-regexp ^includeIf\.gitdir: 2025-12-04T09:52:48.9305356Z [command]/usr/bin/git config --file /home/runner/_work/pytorch/pytorch/.git/modules/third_party/opentelemetry-cpp/modules/third_party/nlohmann-json/config --name-only --get-regexp ^includeIf\.gitdir: 2025-12-04T09:52:48.9340853Z [command]/usr/bin/git config --file /home/runner/_work/pytorch/pytorch/.git/modules/third_party/opentelemetry-cpp/modules/third_party/opentelemetry-proto/config --name-only --get-regexp ^includeIf\.gitdir: 2025-12-04T09:52:48.9356440Z [command]/usr/bin/git config --file /home/runner/_work/pytorch/pytorch/.git/modules/third_party/opentelemetry-cpp/modules/third_party/opentracing-cpp/config --name-only --get-regexp ^includeIf\.gitdir: 2025-12-04T09:52:48.9372186Z [command]/usr/bin/git config --file /home/runner/_work/pytorch/pytorch/.git/modules/third_party/opentelemetry-cpp/modules/third_party/prometheus-cpp/config --name-only --get-regexp ^includeIf\.gitdir: 2025-12-04T09:52:48.9385537Z [command]/usr/bin/git config --file /home/runner/_work/pytorch/pytorch/.git/modules/third_party/opentelemetry-cpp/modules/third_party/prometheus-cpp/modules/civetweb/config --name-only --get-regexp ^includeIf\.gitdir: 2025-12-04T09:52:48.9398742Z [command]/usr/bin/git config --file /home/runner/_work/pytorch/pytorch/.git/modules/third_party/opentelemetry-cpp/modules/third_party/prometheus-cpp/modules/googletest/config --name-only --get-regexp ^includeIf\.gitdir: 2025-12-04T09:52:48.9417790Z [command]/usr/bin/git config --file /home/runner/_work/pytorch/pytorch/.git/modules/third_party/opentelemetry-cpp/modules/tools/vcpkg/config --name-only --get-regexp ^includeIf\.gitdir: 2025-12-04T09:52:48.9434349Z [command]/usr/bin/git config --file /home/runner/_work/pytorch/pytorch/.git/modules/third_party/pocketfft/config --name-only --get-regexp ^includeIf\.gitdir: 2025-12-04T09:52:48.9448531Z [command]/usr/bin/git config --file /home/runner/_work/pytorch/pytorch/.git/modules/third_party/protobuf/config --name-only --get-regexp ^includeIf\.gitdir: 2025-12-04T09:52:48.9463090Z [command]/usr/bin/git config --file /home/runner/_work/pytorch/pytorch/.git/modules/third_party/protobuf/modules/third_party/benchmark/config --name-only --get-regexp ^includeIf\.gitdir: 2025-12-04T09:52:48.9477197Z [command]/usr/bin/git config --file /home/runner/_work/pytorch/pytorch/.git/modules/third_party/protobuf/modules/third_party/googletest/config --name-only --get-regexp ^includeIf\.gitdir: 2025-12-04T09:52:48.9491618Z [command]/usr/bin/git config --file /home/runner/_work/pytorch/pytorch/.git/modules/third_party/NNPACK_deps/psimd/config --name-only --get-regexp ^includeIf\.gitdir: 2025-12-04T09:52:48.9504946Z [command]/usr/bin/git config --file /home/runner/_work/pytorch/pytorch/.git/modules/third_party/NNPACK_deps/pthreadpool/config --name-only --get-regexp ^includeIf\.gitdir: 2025-12-04T09:52:48.9517710Z [command]/usr/bin/git config --file /home/runner/_work/pytorch/pytorch/.git/modules/third_party/pybind11/config --name-only --get-regexp ^includeIf\.gitdir: 2025-12-04T09:52:48.9532441Z [command]/usr/bin/git config --file /home/runner/_work/pytorch/pytorch/.git/modules/third_party/python-peachpy/config --name-only --get-regexp ^includeIf\.gitdir: 2025-12-04T09:52:48.9546310Z [command]/usr/bin/git config --file /home/runner/_work/pytorch/pytorch/.git/modules/third_party/sleef/config --name-only --get-regexp ^includeIf\.gitdir: 2025-12-04T09:52:48.9569422Z [command]/usr/bin/git config --file /home/runner/_work/pytorch/pytorch/.git/modules/third_party/tensorpipe/config --name-only --get-regexp ^includeIf\.gitdir: 2025-12-04T09:52:48.9584879Z [command]/usr/bin/git config --file /home/runner/_work/pytorch/pytorch/.git/modules/third_party/tensorpipe/modules/third_party/googletest/config --name-only --get-regexp ^includeIf\.gitdir: 2025-12-04T09:52:48.9603495Z [command]/usr/bin/git config --file /home/runner/_work/pytorch/pytorch/.git/modules/third_party/tensorpipe/modules/third_party/libnop/config --name-only --get-regexp ^includeIf\.gitdir: 2025-12-04T09:52:48.9622924Z [command]/usr/bin/git config --file /home/runner/_work/pytorch/pytorch/.git/modules/third_party/tensorpipe/modules/third_party/libuv/config --name-only --get-regexp ^includeIf\.gitdir: 2025-12-04T09:52:48.9642507Z [command]/usr/bin/git config --file /home/runner/_work/pytorch/pytorch/.git/modules/third_party/tensorpipe/modules/third_party/pybind11/config --name-only --get-regexp ^includeIf\.gitdir: 2025-12-04T09:52:48.9661283Z [command]/usr/bin/git config --file /home/runner/_work/pytorch/pytorch/.git/modules/third_party/tensorpipe/modules/third_party/pybind11/modules/tools/clang/config --name-only --get-regexp ^includeIf\.gitdir: 2025-12-04T09:52:48.9684388Z [command]/usr/bin/git config --local http.https://github.com/.extraheader AUTHORIZATION: basic *** 2025-12-04T09:52:48.9745413Z ##[endgroup] 2025-12-04T09:52:48.9745694Z ##[group]Fetching the repository 2025-12-04T09:52:48.9750378Z [command]/usr/bin/git -c protocol.version=2 fetch --prune --no-recurse-submodules origin +refs/heads/*:refs/remotes/origin/* +refs/tags/*:refs/tags/* 2025-12-04T09:52:50.4627460Z [command]/usr/bin/git rev-parse --verify --quiet ffd9b0fb4355e97af82fc42cf185c3ffa0fc0a32^{object} 2025-12-04T09:52:50.4724164Z ffd9b0fb4355e97af82fc42cf185c3ffa0fc0a32 2025-12-04T09:52:50.4729187Z ##[endgroup] 2025-12-04T09:52:50.4729534Z ##[group]Determining the checkout info 2025-12-04T09:52:50.4729744Z ##[endgroup] 2025-12-04T09:52:50.4732789Z [command]/usr/bin/git sparse-checkout disable 2025-12-04T09:52:50.4811531Z [command]/usr/bin/git config --local --unset-all extensions.worktreeConfig 2025-12-04T09:52:50.4832038Z ##[group]Checking out the ref 2025-12-04T09:52:50.4833966Z [command]/usr/bin/git checkout --progress --force ffd9b0fb4355e97af82fc42cf185c3ffa0fc0a32 2025-12-04T09:52:50.5077791Z HEAD is now at ffd9b0fb4355 Resolve collective autotuning test failure on arm (#168919) 2025-12-04T09:52:50.5082410Z ##[endgroup] 2025-12-04T09:52:50.5082580Z ##[group]Setting up auth for fetching submodules 2025-12-04T09:52:50.5086346Z [command]/usr/bin/git config --global http.https://github.com/.extraheader AUTHORIZATION: basic *** 2025-12-04T09:52:50.5110631Z [command]/usr/bin/git config --global --unset-all url.https://github.com/.insteadOf 2025-12-04T09:52:50.5125532Z [command]/usr/bin/git config --global --add url.https://github.com/.insteadOf git@github.com: 2025-12-04T09:52:50.5142914Z [command]/usr/bin/git config --global --add url.https://github.com/.insteadOf org-21003710@github.com: 2025-12-04T09:52:50.5158045Z ##[endgroup] 2025-12-04T09:52:50.5158201Z ##[group]Fetching submodules 2025-12-04T09:52:50.5159796Z [command]/usr/bin/git submodule sync --recursive 2025-12-04T09:52:50.5341534Z Synchronizing submodule url for 'android/libs/fbjni' 2025-12-04T09:52:50.5350137Z Synchronizing submodule url for 'third_party/FP16' 2025-12-04T09:52:50.5361244Z Synchronizing submodule url for 'third_party/FXdiv' 2025-12-04T09:52:50.5373180Z Synchronizing submodule url for 'third_party/NNPACK' 2025-12-04T09:52:50.5383184Z Synchronizing submodule url for 'third_party/NVTX' 2025-12-04T09:52:50.5395225Z Synchronizing submodule url for 'third_party/VulkanMemoryAllocator' 2025-12-04T09:52:50.5405349Z Synchronizing submodule url for 'third_party/XNNPACK' 2025-12-04T09:52:50.5421139Z Synchronizing submodule url for 'third_party/aiter' 2025-12-04T09:52:50.5433147Z Synchronizing submodule url for 'third_party/aiter/3rdparty/composable_kernel' 2025-12-04T09:52:50.5447496Z Synchronizing submodule url for 'third_party/benchmark' 2025-12-04T09:52:50.5458060Z Synchronizing submodule url for 'third_party/composable_kernel' 2025-12-04T09:52:50.5473759Z Synchronizing submodule url for 'third_party/cpp-httplib' 2025-12-04T09:52:50.5484878Z Synchronizing submodule url for 'third_party/cpuinfo' 2025-12-04T09:52:50.5496246Z Synchronizing submodule url for 'third_party/cudnn_frontend' 2025-12-04T09:52:50.5513763Z Synchronizing submodule url for 'third_party/cutlass' 2025-12-04T09:52:50.5528379Z Synchronizing submodule url for 'third_party/fbgemm' 2025-12-04T09:52:50.5541511Z Synchronizing submodule url for 'third_party/fbgemm/external/asmjit' 2025-12-04T09:52:50.5551704Z Synchronizing submodule url for 'third_party/fbgemm/external/composable_kernel' 2025-12-04T09:52:50.5569185Z Synchronizing submodule url for 'third_party/fbgemm/external/cpuinfo' 2025-12-04T09:52:50.5579356Z Synchronizing submodule url for 'third_party/fbgemm/external/cutlass' 2025-12-04T09:52:50.5594105Z Synchronizing submodule url for 'third_party/fbgemm/external/googletest' 2025-12-04T09:52:50.5604808Z Synchronizing submodule url for 'third_party/fbgemm/external/hipify_torch' 2025-12-04T09:52:50.5613736Z Synchronizing submodule url for 'third_party/fbgemm/external/json' 2025-12-04T09:52:50.5625914Z Synchronizing submodule url for 'third_party/flash-attention' 2025-12-04T09:52:50.5639980Z Synchronizing submodule url for 'third_party/flash-attention/csrc/composable_kernel' 2025-12-04T09:52:50.5651563Z Synchronizing submodule url for 'third_party/flash-attention/csrc/cutlass' 2025-12-04T09:52:50.5666714Z Synchronizing submodule url for 'third_party/flatbuffers' 2025-12-04T09:52:50.5678640Z Synchronizing submodule url for 'third_party/fmt' 2025-12-04T09:52:50.5688597Z Synchronizing submodule url for 'third_party/gemmlowp/gemmlowp' 2025-12-04T09:52:50.5698222Z Synchronizing submodule url for 'third_party/gloo' 2025-12-04T09:52:50.5707423Z Synchronizing submodule url for 'third_party/googletest' 2025-12-04T09:52:50.5719477Z Synchronizing submodule url for 'third_party/ideep' 2025-12-04T09:52:50.5729671Z Synchronizing submodule url for 'third_party/ideep/mkl-dnn' 2025-12-04T09:52:50.5745049Z Synchronizing submodule url for 'third_party/ittapi' 2025-12-04T09:52:50.5755464Z Synchronizing submodule url for 'third_party/kineto' 2025-12-04T09:52:50.5767669Z Synchronizing submodule url for 'third_party/kineto/libkineto/third_party/dynolog' 2025-12-04T09:52:50.5787067Z Synchronizing submodule url for 'third_party/kineto/libkineto/third_party/dynolog/third_party/DCGM' 2025-12-04T09:52:50.5798957Z Synchronizing submodule url for 'third_party/kineto/libkineto/third_party/dynolog/third_party/cpr' 2025-12-04T09:52:50.5815248Z Synchronizing submodule url for 'third_party/kineto/libkineto/third_party/dynolog/third_party/fmt' 2025-12-04T09:52:50.5826178Z Synchronizing submodule url for 'third_party/kineto/libkineto/third_party/dynolog/third_party/gflags' 2025-12-04T09:52:50.5844232Z Synchronizing submodule url for 'third_party/kineto/libkineto/third_party/dynolog/third_party/gflags/doc' 2025-12-04T09:52:50.5857826Z Synchronizing submodule url for 'third_party/kineto/libkineto/third_party/dynolog/third_party/glog' 2025-12-04T09:52:50.5871229Z Synchronizing submodule url for 'third_party/kineto/libkineto/third_party/dynolog/third_party/googletest' 2025-12-04T09:52:50.5883436Z Synchronizing submodule url for 'third_party/kineto/libkineto/third_party/dynolog/third_party/json' 2025-12-04T09:52:50.5895326Z Synchronizing submodule url for 'third_party/kineto/libkineto/third_party/dynolog/third_party/pfs' 2025-12-04T09:52:50.5905970Z Synchronizing submodule url for 'third_party/kineto/libkineto/third_party/dynolog/third_party/prometheus-cpp' 2025-12-04T09:52:50.5920144Z Synchronizing submodule url for 'third_party/kineto/libkineto/third_party/dynolog/third_party/prometheus-cpp/3rdparty/civetweb' 2025-12-04T09:52:50.5932667Z Synchronizing submodule url for 'third_party/kineto/libkineto/third_party/dynolog/third_party/prometheus-cpp/3rdparty/googletest' 2025-12-04T09:52:50.5948654Z Synchronizing submodule url for 'third_party/kineto/libkineto/third_party/fmt' 2025-12-04T09:52:50.5959224Z Synchronizing submodule url for 'third_party/kineto/libkineto/third_party/googletest' 2025-12-04T09:52:50.5970070Z Synchronizing submodule url for 'third_party/kleidiai' 2025-12-04T09:52:50.5982649Z Synchronizing submodule url for 'third_party/mimalloc' 2025-12-04T09:52:50.5993575Z Synchronizing submodule url for 'third_party/nlohmann' 2025-12-04T09:52:50.6004580Z Synchronizing submodule url for 'third_party/onnx' 2025-12-04T09:52:50.6024059Z Synchronizing submodule url for 'third_party/onnx/third_party/pybind11' 2025-12-04T09:52:50.6037459Z Synchronizing submodule url for 'third_party/opentelemetry-cpp' 2025-12-04T09:52:50.6051777Z Synchronizing submodule url for 'third_party/opentelemetry-cpp/third_party/benchmark' 2025-12-04T09:52:50.6060405Z Synchronizing submodule url for 'third_party/opentelemetry-cpp/third_party/googletest' 2025-12-04T09:52:50.6071500Z Synchronizing submodule url for 'third_party/opentelemetry-cpp/third_party/ms-gsl' 2025-12-04T09:52:50.6081976Z Synchronizing submodule url for 'third_party/opentelemetry-cpp/third_party/nlohmann-json' 2025-12-04T09:52:50.6094098Z Synchronizing submodule url for 'third_party/opentelemetry-cpp/third_party/opentelemetry-proto' 2025-12-04T09:52:50.6105773Z Synchronizing submodule url for 'third_party/opentelemetry-cpp/third_party/opentracing-cpp' 2025-12-04T09:52:50.6118500Z Synchronizing submodule url for 'third_party/opentelemetry-cpp/third_party/prometheus-cpp' 2025-12-04T09:52:50.6131508Z Synchronizing submodule url for 'third_party/opentelemetry-cpp/third_party/prometheus-cpp/3rdparty/civetweb' 2025-12-04T09:52:50.6141790Z Synchronizing submodule url for 'third_party/opentelemetry-cpp/third_party/prometheus-cpp/3rdparty/googletest' 2025-12-04T09:52:50.6155216Z Synchronizing submodule url for 'third_party/opentelemetry-cpp/tools/vcpkg' 2025-12-04T09:52:50.6175211Z Synchronizing submodule url for 'third_party/pocketfft' 2025-12-04T09:52:50.6185953Z Synchronizing submodule url for 'third_party/protobuf' 2025-12-04T09:52:50.6197333Z Synchronizing submodule url for 'third_party/protobuf/third_party/benchmark' 2025-12-04T09:52:50.6208691Z Synchronizing submodule url for 'third_party/protobuf/third_party/googletest' 2025-12-04T09:52:50.6221573Z Synchronizing submodule url for 'third_party/psimd' 2025-12-04T09:52:50.6231945Z Synchronizing submodule url for 'third_party/pthreadpool' 2025-12-04T09:52:50.6242115Z Synchronizing submodule url for 'third_party/pybind11' 2025-12-04T09:52:50.6252632Z Synchronizing submodule url for 'third_party/python-peachpy' 2025-12-04T09:52:50.6262977Z Synchronizing submodule url for 'third_party/sleef' 2025-12-04T09:52:50.6273463Z Synchronizing submodule url for 'third_party/tensorpipe' 2025-12-04T09:52:50.6285225Z Synchronizing submodule url for 'third_party/tensorpipe/third_party/googletest' 2025-12-04T09:52:50.6295214Z Synchronizing submodule url for 'third_party/tensorpipe/third_party/libnop' 2025-12-04T09:52:50.6305843Z Synchronizing submodule url for 'third_party/tensorpipe/third_party/libuv' 2025-12-04T09:52:50.6316445Z Synchronizing submodule url for 'third_party/tensorpipe/third_party/pybind11' 2025-12-04T09:52:50.6327057Z Synchronizing submodule url for 'third_party/tensorpipe/third_party/pybind11/tools/clang' 2025-12-04T09:52:50.6351623Z [command]/usr/bin/git -c protocol.version=2 submodule update --init --force --recursive 2025-12-04T09:52:50.6555223Z Submodule path 'android/libs/fbjni': checked out '7e1e1fe3858c63c251c637ae41a20de425dde96f' 2025-12-04T09:52:50.6603473Z Submodule path 'third_party/FP16': checked out '4dfe081cf6bcd15db339cf2680b9281b8451eeb3' 2025-12-04T09:52:50.6649746Z Submodule path 'third_party/FXdiv': checked out 'b408327ac2a15ec3e43352421954f5b1967701d1' 2025-12-04T09:52:50.6697970Z Submodule path 'third_party/NNPACK': checked out 'c07e3a0400713d546e0dea2d5466dd22ea389c73' 2025-12-04T09:52:50.6763502Z Submodule path 'third_party/NVTX': checked out '3ebbc93ded7285963bff932c678fa367eb393ba6' 2025-12-04T09:52:50.6817084Z Submodule path 'third_party/VulkanMemoryAllocator': checked out '1d8f600fd424278486eade7ed3e877c99f0846b1' 2025-12-04T09:52:50.6955811Z Submodule path 'third_party/XNNPACK': checked out '51a0103656eff6fc9bfd39a4597923c4b542c883' 2025-12-04T09:52:50.7089047Z Submodule path 'third_party/aiter': checked out '01aae101b9e5e94d6c16a9514c9fb8df99c93150' 2025-12-04T09:52:50.7263707Z Submodule path 'third_party/aiter/3rdparty/composable_kernel': checked out 'cffe8fa2a442ac8e80dd236a1a5d24fe3d7e0cbf' 2025-12-04T09:52:50.7324043Z Submodule path 'third_party/benchmark': checked out '299e5928955cc62af9968370293b916f5130916f' 2025-12-04T09:52:50.7498254Z Submodule path 'third_party/composable_kernel': checked out '7fe50dc3da2069d6645d9deb8c017a876472a977' 2025-12-04T09:52:50.7560788Z Submodule path 'third_party/cpp-httplib': checked out '89c932f313c6437c38f2982869beacc89c2f2246' 2025-12-04T09:52:50.7632902Z Submodule path 'third_party/cpuinfo': checked out 'f858c30bcb16f8effd5ff46996f0514539e17abc' 2025-12-04T09:52:50.7697316Z Submodule path 'third_party/cudnn_frontend': checked out '0b1577c8c83401237d601d0d0db5210506705396' 2025-12-04T09:52:50.7823084Z Submodule path 'third_party/cutlass': checked out 'f88806b1e31dfa579842638740216dd41fc6c588' 2025-12-04T09:52:50.7943615Z Submodule path 'third_party/fbgemm': checked out 'c0b988d39a9e47c794d699f29930ed4d7c7e13a4' 2025-12-04T09:52:50.8013522Z Submodule path 'third_party/fbgemm/external/asmjit': checked out 'a3199e8857792cd10b7589ff5d58343d2c9008ea' 2025-12-04T09:52:50.8199665Z Submodule path 'third_party/fbgemm/external/composable_kernel': checked out '7fe50dc3da2069d6645d9deb8c017a876472a977' 2025-12-04T09:52:50.8277893Z Submodule path 'third_party/fbgemm/external/cpuinfo': checked out '6543fec09b2f04ac4a666882998b534afc9c1349' 2025-12-04T09:52:50.8383878Z Submodule path 'third_party/fbgemm/external/cutlass': checked out '98125ce499b0fdf7ffbe0e3052f5b8709f4840f8' 2025-12-04T09:52:50.8453445Z Submodule path 'third_party/fbgemm/external/googletest': checked out '52eb8108c5bdec04579160ae17225d66034bd723' 2025-12-04T09:52:50.8520319Z Submodule path 'third_party/fbgemm/external/hipify_torch': checked out '63b6a7b541fa7f08f8475ca7d74054db36ff2691' 2025-12-04T09:52:50.8605205Z Submodule path 'third_party/fbgemm/external/json': checked out '9cca280a4d0ccf0c08f47a99aa71d1b0e52f8d03' 2025-12-04T09:52:50.8701233Z Submodule path 'third_party/flash-attention': checked out '979702c87a8713a8e0a5e9fee122b90d2ef13be5' 2025-12-04T09:52:50.8878871Z Submodule path 'third_party/flash-attention/csrc/composable_kernel': checked out '888317e698e9803c62bd38568abc9e05d7709f33' 2025-12-04T09:52:50.8986514Z Submodule path 'third_party/flash-attention/csrc/cutlass': checked out 'c506e16788cb08416a4a57e11a9067beeee29420' 2025-12-04T09:52:50.9066940Z Submodule path 'third_party/flatbuffers': checked out 'a2cd1ea3b6d3fee220106b5fed3f7ce8da9eb757' 2025-12-04T09:52:50.9125120Z Submodule path 'third_party/fmt': checked out '407c905e45ad75fc29bf0f9bb7c5c2fd3475976f' 2025-12-04T09:52:50.9180086Z Submodule path 'third_party/gemmlowp/gemmlowp': checked out '3fb5c176c17c765a3492cd2f0321b0dab712f350' 2025-12-04T09:52:50.9235406Z Submodule path 'third_party/gloo': checked out '54cbae0d3a67fa890b4c3d9ee162b7860315e341' 2025-12-04T09:52:50.9302233Z Submodule path 'third_party/googletest': checked out '52eb8108c5bdec04579160ae17225d66034bd723' 2025-12-04T09:52:50.9357594Z Submodule path 'third_party/ideep': checked out '719d8e6cd7f7a0e01b155657526d693acf97c2b3' 2025-12-04T09:52:50.9539707Z Submodule path 'third_party/ideep/mkl-dnn': checked out '8d263e693366ef8db40acc569cc7d8edf644556d' 2025-12-04T09:52:50.9597428Z Submodule path 'third_party/ittapi': checked out 'dec1d23ca65ab069d225dfe40dea14f455170959' 2025-12-04T09:52:50.9670142Z Submodule path 'third_party/kineto': checked out '31f85df8fbd89c188f14ef10f1ec65379786b943' 2025-12-04T09:52:50.9759814Z Submodule path 'third_party/kineto/libkineto/third_party/dynolog': checked out 'd2ffe0a4e3acace628db49974246b66fc3e85fb1' 2025-12-04T09:52:50.9835189Z Submodule path 'third_party/kineto/libkineto/third_party/dynolog/third_party/DCGM': checked out 'ffde4e54bc7249a6039a5e6b45b395141e1217f9' 2025-12-04T09:52:50.9888700Z Submodule path 'third_party/kineto/libkineto/third_party/dynolog/third_party/cpr': checked out '871ed52d350214a034f6ef8a3b8f51c5ce1bd400' 2025-12-04T09:52:50.9942634Z Submodule path 'third_party/kineto/libkineto/third_party/dynolog/third_party/fmt': checked out 'cd4af11efc9c622896a3e4cb599fa28668ca3d05' 2025-12-04T09:52:51.0002678Z Submodule path 'third_party/kineto/libkineto/third_party/dynolog/third_party/gflags': checked out 'e171aa2d15ed9eb17054558e0b3a6a413bb01067' 2025-12-04T09:52:51.0053306Z Submodule path 'third_party/kineto/libkineto/third_party/dynolog/third_party/gflags/doc': checked out '8411df715cf522606e3b1aca386ddfc0b63d34b4' 2025-12-04T09:52:51.0114092Z Submodule path 'third_party/kineto/libkineto/third_party/dynolog/third_party/glog': checked out 'b33e3bad4c46c8a6345525fd822af355e5ef9446' 2025-12-04T09:52:51.0170820Z Submodule path 'third_party/kineto/libkineto/third_party/dynolog/third_party/googletest': checked out '52eb8108c5bdec04579160ae17225d66034bd723' 2025-12-04T09:52:51.0259386Z Submodule path 'third_party/kineto/libkineto/third_party/dynolog/third_party/json': checked out '4f8fba14066156b73f1189a2b8bd568bde5284c5' 2025-12-04T09:52:51.0320042Z Submodule path 'third_party/kineto/libkineto/third_party/dynolog/third_party/pfs': checked out 'f68a2fa8ea36c783bdd760371411fcb495aa3150' 2025-12-04T09:52:51.0381132Z Submodule path 'third_party/kineto/libkineto/third_party/dynolog/third_party/prometheus-cpp': checked out 'b1234816facfdda29845c46696a02998a4af115a' 2025-12-04T09:52:51.0460100Z Submodule path 'third_party/kineto/libkineto/third_party/dynolog/third_party/prometheus-cpp/3rdparty/civetweb': checked out 'd7ba35bbb649209c66e582d5a0244ba988a15159' 2025-12-04T09:52:51.0516043Z Submodule path 'third_party/kineto/libkineto/third_party/dynolog/third_party/prometheus-cpp/3rdparty/googletest': checked out 'e2239ee6043f73722e7aa812a459f54a28552929' 2025-12-04T09:52:51.0581460Z Submodule path 'third_party/kineto/libkineto/third_party/fmt': checked out '40626af88bd7df9a5fb80be7b25ac85b122d6c21' 2025-12-04T09:52:51.0636893Z Submodule path 'third_party/kineto/libkineto/third_party/googletest': checked out '52eb8108c5bdec04579160ae17225d66034bd723' 2025-12-04T09:52:51.0716434Z Submodule path 'third_party/kleidiai': checked out 'd7770c89632329a9914ef1a90289917597639cbe' 2025-12-04T09:52:51.0798935Z Submodule path 'third_party/mimalloc': checked out 'fbd8b99c2b828428947d70fdc046bb55609be93e' 2025-12-04T09:52:51.0880157Z Submodule path 'third_party/nlohmann': checked out '55f93686c01528224f448c19128836e7df245f72' 2025-12-04T09:52:51.1026721Z Submodule path 'third_party/onnx': checked out 'e709452ef2bbc1d113faf678c24e6d3467696e83' 2025-12-04T09:52:51.1107610Z Submodule path 'third_party/onnx/third_party/pybind11': checked out 'a2e59f0e7065404b44dfe92a28aca47ba1378dc4' 2025-12-04T09:52:51.1207844Z Submodule path 'third_party/opentelemetry-cpp': checked out 'a799f4aed9c94b765dcdaabaeab7d5e7e2310878' 2025-12-04T09:52:51.1269276Z Submodule path 'third_party/opentelemetry-cpp/third_party/benchmark': checked out 'd572f4777349d43653b21d6c2fc63020ab326db2' 2025-12-04T09:52:51.1322799Z Submodule path 'third_party/opentelemetry-cpp/third_party/googletest': checked out 'b796f7d44681514f58a683a3a71ff17c94edb0c1' 2025-12-04T09:52:51.1374148Z Submodule path 'third_party/opentelemetry-cpp/third_party/ms-gsl': checked out '6f4529395c5b7c2d661812257cd6780c67e54afa' 2025-12-04T09:52:51.1468949Z Submodule path 'third_party/opentelemetry-cpp/third_party/nlohmann-json': checked out 'bc889afb4c5bf1c0d8ee29ef35eaaf4c8bef8a5d' 2025-12-04T09:52:51.1518234Z Submodule path 'third_party/opentelemetry-cpp/third_party/opentelemetry-proto': checked out '4ca4f0335c63cda7ab31ea7ed70d6553aee14dce' 2025-12-04T09:52:51.1582616Z Submodule path 'third_party/opentelemetry-cpp/third_party/opentracing-cpp': checked out '06b57f48ded1fa3bdd3d4346f6ef29e40e08eaf5' 2025-12-04T09:52:51.1648170Z Submodule path 'third_party/opentelemetry-cpp/third_party/prometheus-cpp': checked out 'c9ffcdda9086ffd9e1283ea7a0276d831f3c8a8d' 2025-12-04T09:52:51.1746557Z Submodule path 'third_party/opentelemetry-cpp/third_party/prometheus-cpp/3rdparty/civetweb': checked out 'eefb26f82b233268fc98577d265352720d477ba4' 2025-12-04T09:52:51.1803833Z Submodule path 'third_party/opentelemetry-cpp/third_party/prometheus-cpp/3rdparty/googletest': checked out 'e2239ee6043f73722e7aa812a459f54a28552929' 2025-12-04T09:52:51.1943438Z Submodule path 'third_party/opentelemetry-cpp/tools/vcpkg': checked out '8eb57355a4ffb410a2e94c07b4dca2dffbee8e50' 2025-12-04T09:52:51.2004243Z Submodule path 'third_party/pocketfft': checked out '0fa0ef591e38c2758e3184c6c23e497b9f732ffa' 2025-12-04T09:52:51.2153399Z Submodule path 'third_party/protobuf': checked out 'd1eca4e4b421cd2997495c4b4e65cea6be4e9b8a' 2025-12-04T09:52:51.2208739Z Submodule path 'third_party/protobuf/third_party/benchmark': checked out '5b7683f49e1e9223cf9927b24f6fd3d6bd82e3f8' 2025-12-04T09:52:51.2271373Z Submodule path 'third_party/protobuf/third_party/googletest': checked out '5ec7f0c4a113e2f18ac2c6cc7df51ad6afc24081' 2025-12-04T09:52:51.2332806Z Submodule path 'third_party/psimd': checked out '072586a71b55b7f8c584153d223e95687148a900' 2025-12-04T09:52:51.2385490Z Submodule path 'third_party/pthreadpool': checked out '4fe0e1e183925bf8cfa6aae24237e724a96479b8' 2025-12-04T09:52:51.2468361Z Submodule path 'third_party/pybind11': checked out 'f5fbe867d2d26e4a0a9177a51f6e568868ad3dc8' 2025-12-04T09:52:51.2532683Z Submodule path 'third_party/python-peachpy': checked out 'f45429b087dd7d5bc78bb40dc7cf06425c252d67' 2025-12-04T09:52:51.2596061Z Submodule path 'third_party/sleef': checked out '5a1d179df9cf652951b59010a2d2075372d67f68' 2025-12-04T09:52:51.2667095Z Submodule path 'third_party/tensorpipe': checked out '2b4cd91092d335a697416b2a3cb398283246849d' 2025-12-04T09:52:51.2738207Z Submodule path 'third_party/tensorpipe/third_party/googletest': checked out 'aee0f9d9b5b87796ee8a0ab26b7587ec30e8858e' 2025-12-04T09:52:51.2794791Z Submodule path 'third_party/tensorpipe/third_party/libnop': checked out '910b55815be16109f04f4180e9adee14fb4ce281' 2025-12-04T09:52:51.2963112Z Submodule path 'third_party/tensorpipe/third_party/libuv': checked out '5152db2cbfeb5582e9c27c5ea1dba2cd9e10759b' 2025-12-04T09:52:51.3049930Z Submodule path 'third_party/tensorpipe/third_party/pybind11': checked out 'a23996fce38ff6ccfbcdc09f1e63f2c4be5ea2ef' 2025-12-04T09:52:51.3099654Z Submodule path 'third_party/tensorpipe/third_party/pybind11/tools/clang': checked out '6a00cbc4a9b8e68b71caf7f774b3f9c753ae84d5' 2025-12-04T09:52:51.3129075Z [command]/usr/bin/git submodule foreach --recursive git config --local gc.auto 0 2025-12-04T09:52:51.3338301Z Entering 'android/libs/fbjni' 2025-12-04T09:52:51.3361296Z Entering 'third_party/FP16' 2025-12-04T09:52:51.3388880Z Entering 'third_party/FXdiv' 2025-12-04T09:52:51.3413322Z Entering 'third_party/NNPACK' 2025-12-04T09:52:51.3434953Z Entering 'third_party/NVTX' 2025-12-04T09:52:51.3455195Z Entering 'third_party/VulkanMemoryAllocator' 2025-12-04T09:52:51.3475320Z Entering 'third_party/XNNPACK' 2025-12-04T09:52:51.3501744Z Entering 'third_party/aiter' 2025-12-04T09:52:51.3525019Z Entering 'third_party/aiter/3rdparty/composable_kernel' 2025-12-04T09:52:51.3551676Z Entering 'third_party/benchmark' 2025-12-04T09:52:51.3578120Z Entering 'third_party/composable_kernel' 2025-12-04T09:52:51.3601717Z Entering 'third_party/cpp-httplib' 2025-12-04T09:52:51.3628141Z Entering 'third_party/cpuinfo' 2025-12-04T09:52:51.3653934Z Entering 'third_party/cudnn_frontend' 2025-12-04T09:52:51.3675535Z Entering 'third_party/cutlass' 2025-12-04T09:52:51.3707801Z Entering 'third_party/fbgemm' 2025-12-04T09:52:51.3735142Z Entering 'third_party/fbgemm/external/asmjit' 2025-12-04T09:52:51.3765562Z Entering 'third_party/fbgemm/external/composable_kernel' 2025-12-04T09:52:51.3793774Z Entering 'third_party/fbgemm/external/cpuinfo' 2025-12-04T09:52:51.3816027Z Entering 'third_party/fbgemm/external/cutlass' 2025-12-04T09:52:51.3842298Z Entering 'third_party/fbgemm/external/googletest' 2025-12-04T09:52:51.3861477Z Entering 'third_party/fbgemm/external/hipify_torch' 2025-12-04T09:52:51.3882600Z Entering 'third_party/fbgemm/external/json' 2025-12-04T09:52:51.3911327Z Entering 'third_party/flash-attention' 2025-12-04T09:52:51.3936146Z Entering 'third_party/flash-attention/csrc/composable_kernel' 2025-12-04T09:52:51.3960190Z Entering 'third_party/flash-attention/csrc/cutlass' 2025-12-04T09:52:51.3986726Z Entering 'third_party/flatbuffers' 2025-12-04T09:52:51.4012009Z Entering 'third_party/fmt' 2025-12-04T09:52:51.4035265Z Entering 'third_party/gemmlowp/gemmlowp' 2025-12-04T09:52:51.4061957Z Entering 'third_party/gloo' 2025-12-04T09:52:51.4086968Z Entering 'third_party/googletest' 2025-12-04T09:52:51.4113821Z Entering 'third_party/ideep' 2025-12-04T09:52:51.4136508Z Entering 'third_party/ideep/mkl-dnn' 2025-12-04T09:52:51.4164054Z Entering 'third_party/ittapi' 2025-12-04T09:52:51.4185252Z Entering 'third_party/kineto' 2025-12-04T09:52:51.4207613Z Entering 'third_party/kineto/libkineto/third_party/dynolog' 2025-12-04T09:52:51.4236157Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/DCGM' 2025-12-04T09:52:51.4257654Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/cpr' 2025-12-04T09:52:51.4279735Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/fmt' 2025-12-04T09:52:51.4299837Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/gflags' 2025-12-04T09:52:51.4321004Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/gflags/doc' 2025-12-04T09:52:51.4345042Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/glog' 2025-12-04T09:52:51.4365930Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/googletest' 2025-12-04T09:52:51.4384592Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/json' 2025-12-04T09:52:51.4403607Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/pfs' 2025-12-04T09:52:51.4424156Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/prometheus-cpp' 2025-12-04T09:52:51.4446178Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/prometheus-cpp/3rdparty/civetweb' 2025-12-04T09:52:51.4467977Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/prometheus-cpp/3rdparty/googletest' 2025-12-04T09:52:51.4492089Z Entering 'third_party/kineto/libkineto/third_party/fmt' 2025-12-04T09:52:51.4512814Z Entering 'third_party/kineto/libkineto/third_party/googletest' 2025-12-04T09:52:51.4535470Z Entering 'third_party/kleidiai' 2025-12-04T09:52:51.4558719Z Entering 'third_party/mimalloc' 2025-12-04T09:52:51.4582648Z Entering 'third_party/nlohmann' 2025-12-04T09:52:51.4605090Z Entering 'third_party/onnx' 2025-12-04T09:52:51.4635359Z Entering 'third_party/onnx/third_party/pybind11' 2025-12-04T09:52:51.4663550Z Entering 'third_party/opentelemetry-cpp' 2025-12-04T09:52:51.4685291Z Entering 'third_party/opentelemetry-cpp/third_party/benchmark' 2025-12-04T09:52:51.4707485Z Entering 'third_party/opentelemetry-cpp/third_party/googletest' 2025-12-04T09:52:51.4727337Z Entering 'third_party/opentelemetry-cpp/third_party/ms-gsl' 2025-12-04T09:52:51.4748287Z Entering 'third_party/opentelemetry-cpp/third_party/nlohmann-json' 2025-12-04T09:52:51.4768368Z Entering 'third_party/opentelemetry-cpp/third_party/opentelemetry-proto' 2025-12-04T09:52:51.4787353Z Entering 'third_party/opentelemetry-cpp/third_party/opentracing-cpp' 2025-12-04T09:52:51.4809121Z Entering 'third_party/opentelemetry-cpp/third_party/prometheus-cpp' 2025-12-04T09:52:51.4830302Z Entering 'third_party/opentelemetry-cpp/third_party/prometheus-cpp/3rdparty/civetweb' 2025-12-04T09:52:51.4854616Z Entering 'third_party/opentelemetry-cpp/third_party/prometheus-cpp/3rdparty/googletest' 2025-12-04T09:52:51.4877816Z Entering 'third_party/opentelemetry-cpp/tools/vcpkg' 2025-12-04T09:52:51.4908473Z Entering 'third_party/pocketfft' 2025-12-04T09:52:51.4933789Z Entering 'third_party/protobuf' 2025-12-04T09:52:51.4962744Z Entering 'third_party/protobuf/third_party/benchmark' 2025-12-04T09:52:51.4984223Z Entering 'third_party/protobuf/third_party/googletest' 2025-12-04T09:52:51.5007644Z Entering 'third_party/psimd' 2025-12-04T09:52:51.5037410Z Entering 'third_party/pthreadpool' 2025-12-04T09:52:51.5061003Z Entering 'third_party/pybind11' 2025-12-04T09:52:51.5085304Z Entering 'third_party/python-peachpy' 2025-12-04T09:52:51.5107177Z Entering 'third_party/sleef' 2025-12-04T09:52:51.5129395Z Entering 'third_party/tensorpipe' 2025-12-04T09:52:51.5149463Z Entering 'third_party/tensorpipe/third_party/googletest' 2025-12-04T09:52:51.5171940Z Entering 'third_party/tensorpipe/third_party/libnop' 2025-12-04T09:52:51.5190452Z Entering 'third_party/tensorpipe/third_party/libuv' 2025-12-04T09:52:51.5211863Z Entering 'third_party/tensorpipe/third_party/pybind11' 2025-12-04T09:52:51.5235985Z Entering 'third_party/tensorpipe/third_party/pybind11/tools/clang' 2025-12-04T09:52:51.5273560Z ##[endgroup] 2025-12-04T09:52:51.5273751Z ##[group]Persisting credentials for submodules 2025-12-04T09:52:51.5282134Z [command]/usr/bin/git submodule foreach --recursive sh -c "git config --local --name-only --get-regexp 'url\.https\:\/\/github\.com\/\.insteadOf' && git config --local --unset-all 'url.https://github.com/.insteadOf' || :" 2025-12-04T09:52:51.5485003Z Entering 'android/libs/fbjni' 2025-12-04T09:52:51.5497755Z url.https://github.com/.insteadof 2025-12-04T09:52:51.5497899Z url.https://github.com/.insteadof 2025-12-04T09:52:51.5529663Z Entering 'third_party/FP16' 2025-12-04T09:52:51.5547897Z url.https://github.com/.insteadof 2025-12-04T09:52:51.5548033Z url.https://github.com/.insteadof 2025-12-04T09:52:51.5566517Z Entering 'third_party/FXdiv' 2025-12-04T09:52:51.5583654Z url.https://github.com/.insteadof 2025-12-04T09:52:51.5583774Z url.https://github.com/.insteadof 2025-12-04T09:52:51.5602086Z Entering 'third_party/NNPACK' 2025-12-04T09:52:51.5616714Z url.https://github.com/.insteadof 2025-12-04T09:52:51.5616843Z url.https://github.com/.insteadof 2025-12-04T09:52:51.5638851Z Entering 'third_party/NVTX' 2025-12-04T09:52:51.5650584Z url.https://github.com/.insteadof 2025-12-04T09:52:51.5650708Z url.https://github.com/.insteadof 2025-12-04T09:52:51.5669775Z Entering 'third_party/VulkanMemoryAllocator' 2025-12-04T09:52:51.5681548Z url.https://github.com/.insteadof 2025-12-04T09:52:51.5681671Z url.https://github.com/.insteadof 2025-12-04T09:52:51.5697851Z Entering 'third_party/XNNPACK' 2025-12-04T09:52:51.5710317Z url.https://github.com/.insteadof 2025-12-04T09:52:51.5710441Z url.https://github.com/.insteadof 2025-12-04T09:52:51.5734212Z Entering 'third_party/aiter' 2025-12-04T09:52:51.5753547Z url.https://github.com/.insteadof 2025-12-04T09:52:51.5753671Z url.https://github.com/.insteadof 2025-12-04T09:52:51.5778997Z Entering 'third_party/aiter/3rdparty/composable_kernel' 2025-12-04T09:52:51.5792033Z url.https://github.com/.insteadof 2025-12-04T09:52:51.5792159Z url.https://github.com/.insteadof 2025-12-04T09:52:51.5816290Z Entering 'third_party/benchmark' 2025-12-04T09:52:51.5836265Z url.https://github.com/.insteadof 2025-12-04T09:52:51.5837037Z url.https://github.com/.insteadof 2025-12-04T09:52:51.5856071Z Entering 'third_party/composable_kernel' 2025-12-04T09:52:51.5875272Z url.https://github.com/.insteadof 2025-12-04T09:52:51.5875751Z url.https://github.com/.insteadof 2025-12-04T09:52:51.5897108Z Entering 'third_party/cpp-httplib' 2025-12-04T09:52:51.5910065Z url.https://github.com/.insteadof 2025-12-04T09:52:51.5910231Z url.https://github.com/.insteadof 2025-12-04T09:52:51.5927045Z Entering 'third_party/cpuinfo' 2025-12-04T09:52:51.5944264Z url.https://github.com/.insteadof 2025-12-04T09:52:51.5944425Z url.https://github.com/.insteadof 2025-12-04T09:52:51.5968910Z Entering 'third_party/cudnn_frontend' 2025-12-04T09:52:51.5989357Z url.https://github.com/.insteadof 2025-12-04T09:52:51.5989685Z url.https://github.com/.insteadof 2025-12-04T09:52:51.6012226Z Entering 'third_party/cutlass' 2025-12-04T09:52:51.6026797Z url.https://github.com/.insteadof 2025-12-04T09:52:51.6026932Z url.https://github.com/.insteadof 2025-12-04T09:52:51.6048958Z Entering 'third_party/fbgemm' 2025-12-04T09:52:51.6063300Z url.https://github.com/.insteadof 2025-12-04T09:52:51.6063427Z url.https://github.com/.insteadof 2025-12-04T09:52:51.6084617Z Entering 'third_party/fbgemm/external/asmjit' 2025-12-04T09:52:51.6102334Z url.https://github.com/.insteadof 2025-12-04T09:52:51.6102460Z url.https://github.com/.insteadof 2025-12-04T09:52:51.6124695Z Entering 'third_party/fbgemm/external/composable_kernel' 2025-12-04T09:52:51.6139841Z url.https://github.com/.insteadof 2025-12-04T09:52:51.6140021Z url.https://github.com/.insteadof 2025-12-04T09:52:51.6174564Z Entering 'third_party/fbgemm/external/cpuinfo' 2025-12-04T09:52:51.6195464Z url.https://github.com/.insteadof 2025-12-04T09:52:51.6195591Z url.https://github.com/.insteadof 2025-12-04T09:52:51.6214534Z Entering 'third_party/fbgemm/external/cutlass' 2025-12-04T09:52:51.6231496Z url.https://github.com/.insteadof 2025-12-04T09:52:51.6231638Z url.https://github.com/.insteadof 2025-12-04T09:52:51.6255145Z Entering 'third_party/fbgemm/external/googletest' 2025-12-04T09:52:51.6270102Z url.https://github.com/.insteadof 2025-12-04T09:52:51.6270226Z url.https://github.com/.insteadof 2025-12-04T09:52:51.6289310Z Entering 'third_party/fbgemm/external/hipify_torch' 2025-12-04T09:52:51.6304858Z url.https://github.com/.insteadof 2025-12-04T09:52:51.6304984Z url.https://github.com/.insteadof 2025-12-04T09:52:51.6324914Z Entering 'third_party/fbgemm/external/json' 2025-12-04T09:52:51.6338158Z url.https://github.com/.insteadof 2025-12-04T09:52:51.6338287Z url.https://github.com/.insteadof 2025-12-04T09:52:51.6359996Z Entering 'third_party/flash-attention' 2025-12-04T09:52:51.6372666Z url.https://github.com/.insteadof 2025-12-04T09:52:51.6372791Z url.https://github.com/.insteadof 2025-12-04T09:52:51.6389188Z Entering 'third_party/flash-attention/csrc/composable_kernel' 2025-12-04T09:52:51.6404881Z url.https://github.com/.insteadof 2025-12-04T09:52:51.6426170Z url.https://github.com/.insteadof 2025-12-04T09:52:51.6426299Z Entering 'third_party/flash-attention/csrc/cutlass' 2025-12-04T09:52:51.6440004Z url.https://github.com/.insteadof 2025-12-04T09:52:51.6440128Z url.https://github.com/.insteadof 2025-12-04T09:52:51.6462918Z Entering 'third_party/flatbuffers' 2025-12-04T09:52:51.6475372Z url.https://github.com/.insteadof 2025-12-04T09:52:51.6475497Z url.https://github.com/.insteadof 2025-12-04T09:52:51.6495296Z Entering 'third_party/fmt' 2025-12-04T09:52:51.6508719Z url.https://github.com/.insteadof 2025-12-04T09:52:51.6508842Z url.https://github.com/.insteadof 2025-12-04T09:52:51.6528731Z Entering 'third_party/gemmlowp/gemmlowp' 2025-12-04T09:52:51.6543126Z url.https://github.com/.insteadof 2025-12-04T09:52:51.6543252Z url.https://github.com/.insteadof 2025-12-04T09:52:51.6559459Z Entering 'third_party/gloo' 2025-12-04T09:52:51.6576807Z url.https://github.com/.insteadof 2025-12-04T09:52:51.6576931Z url.https://github.com/.insteadof 2025-12-04T09:52:51.6593726Z Entering 'third_party/googletest' 2025-12-04T09:52:51.6605847Z url.https://github.com/.insteadof 2025-12-04T09:52:51.6605968Z url.https://github.com/.insteadof 2025-12-04T09:52:51.6624162Z Entering 'third_party/ideep' 2025-12-04T09:52:51.6637292Z url.https://github.com/.insteadof 2025-12-04T09:52:51.6637416Z url.https://github.com/.insteadof 2025-12-04T09:52:51.6656945Z Entering 'third_party/ideep/mkl-dnn' 2025-12-04T09:52:51.6670435Z url.https://github.com/.insteadof 2025-12-04T09:52:51.6670554Z url.https://github.com/.insteadof 2025-12-04T09:52:51.6693435Z Entering 'third_party/ittapi' 2025-12-04T09:52:51.6707526Z url.https://github.com/.insteadof 2025-12-04T09:52:51.6707646Z url.https://github.com/.insteadof 2025-12-04T09:52:51.6726097Z Entering 'third_party/kineto' 2025-12-04T09:52:51.6740801Z url.https://github.com/.insteadof 2025-12-04T09:52:51.6740921Z url.https://github.com/.insteadof 2025-12-04T09:52:51.6762597Z Entering 'third_party/kineto/libkineto/third_party/dynolog' 2025-12-04T09:52:51.6775916Z url.https://github.com/.insteadof 2025-12-04T09:52:51.6776040Z url.https://github.com/.insteadof 2025-12-04T09:52:51.6791790Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/DCGM' 2025-12-04T09:52:51.6809220Z url.https://github.com/.insteadof 2025-12-04T09:52:51.6818273Z url.https://github.com/.insteadof 2025-12-04T09:52:51.6830901Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/cpr' 2025-12-04T09:52:51.6856864Z url.https://github.com/.insteadof 2025-12-04T09:52:51.6856997Z url.https://github.com/.insteadof 2025-12-04T09:52:51.6867960Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/fmt' 2025-12-04T09:52:51.6881241Z url.https://github.com/.insteadof 2025-12-04T09:52:51.6881488Z url.https://github.com/.insteadof 2025-12-04T09:52:51.6904084Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/gflags' 2025-12-04T09:52:51.6938214Z url.https://github.com/.insteadof 2025-12-04T09:52:51.6938356Z url.https://github.com/.insteadof 2025-12-04T09:52:51.6943358Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/gflags/doc' 2025-12-04T09:52:51.7024673Z url.https://github.com/.insteadof 2025-12-04T09:52:51.7024800Z url.https://github.com/.insteadof 2025-12-04T09:52:51.7057040Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/glog' 2025-12-04T09:52:51.7076283Z url.https://github.com/.insteadof 2025-12-04T09:52:51.7076411Z url.https://github.com/.insteadof 2025-12-04T09:52:51.7136811Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/googletest' 2025-12-04T09:52:51.7137025Z url.https://github.com/.insteadof 2025-12-04T09:52:51.7137156Z url.https://github.com/.insteadof 2025-12-04T09:52:51.7146098Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/json' 2025-12-04T09:52:51.7175937Z url.https://github.com/.insteadof 2025-12-04T09:52:51.7176061Z url.https://github.com/.insteadof 2025-12-04T09:52:51.7219426Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/pfs' 2025-12-04T09:52:51.7246853Z url.https://github.com/.insteadof 2025-12-04T09:52:51.7246979Z url.https://github.com/.insteadof 2025-12-04T09:52:51.7247166Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/prometheus-cpp' 2025-12-04T09:52:51.7293962Z url.https://github.com/.insteadof 2025-12-04T09:52:51.7294088Z url.https://github.com/.insteadof 2025-12-04T09:52:51.7314249Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/prometheus-cpp/3rdparty/civetweb' 2025-12-04T09:52:51.7367868Z url.https://github.com/.insteadof 2025-12-04T09:52:51.7369136Z url.https://github.com/.insteadof 2025-12-04T09:52:51.7369380Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/prometheus-cpp/3rdparty/googletest' 2025-12-04T09:52:51.7406850Z url.https://github.com/.insteadof 2025-12-04T09:52:51.7407173Z url.https://github.com/.insteadof 2025-12-04T09:52:51.7436977Z Entering 'third_party/kineto/libkineto/third_party/fmt' 2025-12-04T09:52:51.7452469Z url.https://github.com/.insteadof 2025-12-04T09:52:51.7453057Z url.https://github.com/.insteadof 2025-12-04T09:52:51.7517923Z Entering 'third_party/kineto/libkineto/third_party/googletest' 2025-12-04T09:52:51.7532299Z url.https://github.com/.insteadof 2025-12-04T09:52:51.7532915Z url.https://github.com/.insteadof 2025-12-04T09:52:51.7568121Z Entering 'third_party/kleidiai' 2025-12-04T09:52:51.7608469Z url.https://github.com/.insteadof 2025-12-04T09:52:51.7608722Z url.https://github.com/.insteadof 2025-12-04T09:52:51.7630242Z Entering 'third_party/mimalloc' 2025-12-04T09:52:51.7650535Z url.https://github.com/.insteadof 2025-12-04T09:52:51.7650729Z url.https://github.com/.insteadof 2025-12-04T09:52:51.7733831Z Entering 'third_party/nlohmann' 2025-12-04T09:52:51.7754005Z url.https://github.com/.insteadof 2025-12-04T09:52:51.7754141Z url.https://github.com/.insteadof 2025-12-04T09:52:51.7835654Z Entering 'third_party/onnx' 2025-12-04T09:52:51.7851578Z url.https://github.com/.insteadof 2025-12-04T09:52:51.7851728Z url.https://github.com/.insteadof 2025-12-04T09:52:51.7911754Z Entering 'third_party/onnx/third_party/pybind11' 2025-12-04T09:52:51.7949452Z url.https://github.com/.insteadof 2025-12-04T09:52:51.7949590Z url.https://github.com/.insteadof 2025-12-04T09:52:51.7957031Z Entering 'third_party/opentelemetry-cpp' 2025-12-04T09:52:51.7972306Z url.https://github.com/.insteadof 2025-12-04T09:52:51.7972451Z url.https://github.com/.insteadof 2025-12-04T09:52:51.8017444Z Entering 'third_party/opentelemetry-cpp/third_party/benchmark' 2025-12-04T09:52:51.8029723Z url.https://github.com/.insteadof 2025-12-04T09:52:51.8029864Z url.https://github.com/.insteadof 2025-12-04T09:52:51.8053336Z Entering 'third_party/opentelemetry-cpp/third_party/googletest' 2025-12-04T09:52:51.8067126Z url.https://github.com/.insteadof 2025-12-04T09:52:51.8067262Z url.https://github.com/.insteadof 2025-12-04T09:52:51.8106514Z Entering 'third_party/opentelemetry-cpp/third_party/ms-gsl' 2025-12-04T09:52:51.8137887Z url.https://github.com/.insteadof 2025-12-04T09:52:51.8138671Z url.https://github.com/.insteadof 2025-12-04T09:52:51.8153271Z Entering 'third_party/opentelemetry-cpp/third_party/nlohmann-json' 2025-12-04T09:52:51.8186893Z url.https://github.com/.insteadof 2025-12-04T09:52:51.8187209Z url.https://github.com/.insteadof 2025-12-04T09:52:51.8188820Z Entering 'third_party/opentelemetry-cpp/third_party/opentelemetry-proto' 2025-12-04T09:52:51.8245703Z url.https://github.com/.insteadof 2025-12-04T09:52:51.8245923Z url.https://github.com/.insteadof 2025-12-04T09:52:51.8263235Z Entering 'third_party/opentelemetry-cpp/third_party/opentracing-cpp' 2025-12-04T09:52:51.8279944Z url.https://github.com/.insteadof 2025-12-04T09:52:51.8280091Z url.https://github.com/.insteadof 2025-12-04T09:52:51.8294447Z Entering 'third_party/opentelemetry-cpp/third_party/prometheus-cpp' 2025-12-04T09:52:51.8322295Z url.https://github.com/.insteadof 2025-12-04T09:52:51.8322456Z url.https://github.com/.insteadof 2025-12-04T09:52:51.8340428Z Entering 'third_party/opentelemetry-cpp/third_party/prometheus-cpp/3rdparty/civetweb' 2025-12-04T09:52:51.8354047Z url.https://github.com/.insteadof 2025-12-04T09:52:51.8354188Z url.https://github.com/.insteadof 2025-12-04T09:52:51.8377461Z Entering 'third_party/opentelemetry-cpp/third_party/prometheus-cpp/3rdparty/googletest' 2025-12-04T09:52:51.8390754Z url.https://github.com/.insteadof 2025-12-04T09:52:51.8390899Z url.https://github.com/.insteadof 2025-12-04T09:52:51.8439925Z Entering 'third_party/opentelemetry-cpp/tools/vcpkg' 2025-12-04T09:52:51.8472527Z url.https://github.com/.insteadof 2025-12-04T09:52:51.8472677Z url.https://github.com/.insteadof 2025-12-04T09:52:51.8497601Z Entering 'third_party/pocketfft' 2025-12-04T09:52:51.8511950Z url.https://github.com/.insteadof 2025-12-04T09:52:51.8512100Z url.https://github.com/.insteadof 2025-12-04T09:52:51.8537654Z Entering 'third_party/protobuf' 2025-12-04T09:52:51.8546221Z url.https://github.com/.insteadof 2025-12-04T09:52:51.8546411Z url.https://github.com/.insteadof 2025-12-04T09:52:51.8567652Z Entering 'third_party/protobuf/third_party/benchmark' 2025-12-04T09:52:51.8586919Z url.https://github.com/.insteadof 2025-12-04T09:52:51.8587333Z url.https://github.com/.insteadof 2025-12-04T09:52:51.8609943Z Entering 'third_party/protobuf/third_party/googletest' 2025-12-04T09:52:51.8623326Z url.https://github.com/.insteadof 2025-12-04T09:52:51.8623473Z url.https://github.com/.insteadof 2025-12-04T09:52:51.8643473Z Entering 'third_party/psimd' 2025-12-04T09:52:51.8655932Z url.https://github.com/.insteadof 2025-12-04T09:52:51.8656073Z url.https://github.com/.insteadof 2025-12-04T09:52:51.8670504Z Entering 'third_party/pthreadpool' 2025-12-04T09:52:51.8685225Z url.https://github.com/.insteadof 2025-12-04T09:52:51.8685368Z url.https://github.com/.insteadof 2025-12-04T09:52:51.8705157Z Entering 'third_party/pybind11' 2025-12-04T09:52:51.8719996Z url.https://github.com/.insteadof 2025-12-04T09:52:51.8720282Z url.https://github.com/.insteadof 2025-12-04T09:52:51.8739325Z Entering 'third_party/python-peachpy' 2025-12-04T09:52:51.8782994Z url.https://github.com/.insteadof 2025-12-04T09:52:51.8783142Z url.https://github.com/.insteadof 2025-12-04T09:52:51.8808332Z Entering 'third_party/sleef' 2025-12-04T09:52:51.8821925Z url.https://github.com/.insteadof 2025-12-04T09:52:51.8822074Z url.https://github.com/.insteadof 2025-12-04T09:52:51.8841556Z Entering 'third_party/tensorpipe' 2025-12-04T09:52:51.8851506Z url.https://github.com/.insteadof 2025-12-04T09:52:51.8851651Z url.https://github.com/.insteadof 2025-12-04T09:52:51.8865857Z Entering 'third_party/tensorpipe/third_party/googletest' 2025-12-04T09:52:51.8877453Z url.https://github.com/.insteadof 2025-12-04T09:52:51.8877610Z url.https://github.com/.insteadof 2025-12-04T09:52:51.8906924Z Entering 'third_party/tensorpipe/third_party/libnop' 2025-12-04T09:52:51.8919557Z url.https://github.com/.insteadof 2025-12-04T09:52:51.8920029Z url.https://github.com/.insteadof 2025-12-04T09:52:51.8937785Z Entering 'third_party/tensorpipe/third_party/libuv' 2025-12-04T09:52:51.8949950Z url.https://github.com/.insteadof 2025-12-04T09:52:51.8950414Z url.https://github.com/.insteadof 2025-12-04T09:52:51.8968629Z Entering 'third_party/tensorpipe/third_party/pybind11' 2025-12-04T09:52:51.8981142Z url.https://github.com/.insteadof 2025-12-04T09:52:51.8981483Z url.https://github.com/.insteadof 2025-12-04T09:52:51.8998595Z Entering 'third_party/tensorpipe/third_party/pybind11/tools/clang' 2025-12-04T09:52:51.9011375Z url.https://github.com/.insteadof 2025-12-04T09:52:51.9011515Z url.https://github.com/.insteadof 2025-12-04T09:52:51.9046760Z [command]/usr/bin/git submodule foreach --recursive sh -c "git config --local 'http.https://github.com/.extraheader' 'AUTHORIZATION: basic ***' && git config --local --show-origin --name-only --get-regexp remote.origin.url" 2025-12-04T09:52:51.9236004Z Entering 'android/libs/fbjni' 2025-12-04T09:52:51.9256362Z file:/home/runner/_work/pytorch/pytorch/.git/modules/android/libs/fbjni/config remote.origin.url 2025-12-04T09:52:51.9267996Z Entering 'third_party/FP16' 2025-12-04T09:52:51.9286154Z file:/home/runner/_work/pytorch/pytorch/.git/modules/third_party/NNPACK_deps/FP16/config remote.origin.url 2025-12-04T09:52:51.9295900Z Entering 'third_party/FXdiv' 2025-12-04T09:52:51.9315565Z file:/home/runner/_work/pytorch/pytorch/.git/modules/third_party/NNPACK_deps/FXdiv/config remote.origin.url 2025-12-04T09:52:51.9328704Z Entering 'third_party/NNPACK' 2025-12-04T09:52:51.9352511Z file:/home/runner/_work/pytorch/pytorch/.git/modules/third_party/NNPACK/config remote.origin.url 2025-12-04T09:52:51.9367477Z Entering 'third_party/NVTX' 2025-12-04T09:52:51.9385636Z file:/home/runner/_work/pytorch/pytorch/.git/modules/third_party/NVTX/config remote.origin.url 2025-12-04T09:52:51.9394874Z Entering 'third_party/VulkanMemoryAllocator' 2025-12-04T09:52:51.9408511Z file:/home/runner/_work/pytorch/pytorch/.git/modules/third_party/VulkanMemoryAllocator/config remote.origin.url 2025-12-04T09:52:51.9417053Z Entering 'third_party/XNNPACK' 2025-12-04T09:52:51.9437569Z file:/home/runner/_work/pytorch/pytorch/.git/modules/third_party/XNNPACK/config remote.origin.url 2025-12-04T09:52:51.9449963Z Entering 'third_party/aiter' 2025-12-04T09:52:51.9471094Z file:/home/runner/_work/pytorch/pytorch/.git/modules/third_party/aiter/config remote.origin.url 2025-12-04T09:52:51.9477840Z Entering 'third_party/aiter/3rdparty/composable_kernel' 2025-12-04T09:52:51.9498391Z file:/home/runner/_work/pytorch/pytorch/.git/modules/third_party/aiter/modules/3rdparty/composable_kernel/config remote.origin.url 2025-12-04T09:52:51.9532893Z Entering 'third_party/benchmark' 2025-12-04T09:52:51.9551754Z file:/home/runner/_work/pytorch/pytorch/.git/modules/third_party/benchmark/config remote.origin.url 2025-12-04T09:52:51.9636228Z Entering 'third_party/composable_kernel' 2025-12-04T09:52:51.9636660Z file:/home/runner/_work/pytorch/pytorch/.git/modules/third_party/composable_kernel/config remote.origin.url 2025-12-04T09:52:51.9636962Z Entering 'third_party/cpp-httplib' 2025-12-04T09:52:51.9668211Z file:/home/runner/_work/pytorch/pytorch/.git/modules/third_party/cpp-httplib/config remote.origin.url 2025-12-04T09:52:51.9669380Z Entering 'third_party/cpuinfo' 2025-12-04T09:52:51.9677962Z file:/home/runner/_work/pytorch/pytorch/.git/modules/third_party/cpuinfo/config remote.origin.url 2025-12-04T09:52:51.9687961Z Entering 'third_party/cudnn_frontend' 2025-12-04T09:52:51.9764691Z file:/home/runner/_work/pytorch/pytorch/.git/modules/third_party/cudnn_frontend/config remote.origin.url 2025-12-04T09:52:51.9806437Z Entering 'third_party/cutlass' 2025-12-04T09:52:51.9821798Z file:/home/runner/_work/pytorch/pytorch/.git/modules/third_party/cutlass/config remote.origin.url 2025-12-04T09:52:51.9857380Z Entering 'third_party/fbgemm' 2025-12-04T09:52:51.9857950Z file:/home/runner/_work/pytorch/pytorch/.git/modules/third_party/fbgemm/config remote.origin.url 2025-12-04T09:52:51.9886790Z Entering 'third_party/fbgemm/external/asmjit' 2025-12-04T09:52:51.9940437Z file:/home/runner/_work/pytorch/pytorch/.git/modules/third_party/fbgemm/modules/external/asmjit/config remote.origin.url 2025-12-04T09:52:51.9966189Z Entering 'third_party/fbgemm/external/composable_kernel' 2025-12-04T09:52:51.9985897Z file:/home/runner/_work/pytorch/pytorch/.git/modules/third_party/fbgemm/modules/external/composable_kernel/config remote.origin.url 2025-12-04T09:52:51.9987105Z Entering 'third_party/fbgemm/external/cpuinfo' 2025-12-04T09:52:52.0005425Z file:/home/runner/_work/pytorch/pytorch/.git/modules/third_party/fbgemm/modules/external/cpuinfo/config remote.origin.url 2025-12-04T09:52:52.0057824Z Entering 'third_party/fbgemm/external/cutlass' 2025-12-04T09:52:52.0059019Z file:/home/runner/_work/pytorch/pytorch/.git/modules/third_party/fbgemm/modules/external/cutlass/config remote.origin.url 2025-12-04T09:52:52.0065921Z Entering 'third_party/fbgemm/external/googletest' 2025-12-04T09:52:52.0089318Z file:/home/runner/_work/pytorch/pytorch/.git/modules/third_party/fbgemm/modules/external/googletest/config remote.origin.url 2025-12-04T09:52:52.0105684Z Entering 'third_party/fbgemm/external/hipify_torch' 2025-12-04T09:52:52.0127364Z file:/home/runner/_work/pytorch/pytorch/.git/modules/third_party/fbgemm/modules/external/hipify_torch/config remote.origin.url 2025-12-04T09:52:52.0137324Z Entering 'third_party/fbgemm/external/json' 2025-12-04T09:52:52.0161037Z file:/home/runner/_work/pytorch/pytorch/.git/modules/third_party/fbgemm/modules/external/json/config remote.origin.url 2025-12-04T09:52:52.0173858Z Entering 'third_party/flash-attention' 2025-12-04T09:52:52.0204885Z file:/home/runner/_work/pytorch/pytorch/.git/modules/third_party/flash-attention/config remote.origin.url 2025-12-04T09:52:52.0215507Z Entering 'third_party/flash-attention/csrc/composable_kernel' 2025-12-04T09:52:52.0236553Z file:/home/runner/_work/pytorch/pytorch/.git/modules/third_party/flash-attention/modules/csrc/composable_kernel/config remote.origin.url 2025-12-04T09:52:52.0247997Z Entering 'third_party/flash-attention/csrc/cutlass' 2025-12-04T09:52:52.0271556Z file:/home/runner/_work/pytorch/pytorch/.git/modules/third_party/flash-attention/modules/csrc/cutlass/config remote.origin.url 2025-12-04T09:52:52.0285993Z Entering 'third_party/flatbuffers' 2025-12-04T09:52:52.0324465Z file:/home/runner/_work/pytorch/pytorch/.git/modules/third_party/flatbuffers/config remote.origin.url 2025-12-04T09:52:52.0353039Z Entering 'third_party/fmt' 2025-12-04T09:52:52.0353239Z file:/home/runner/_work/pytorch/pytorch/.git/modules/third_party/fmt/config remote.origin.url 2025-12-04T09:52:52.0364359Z Entering 'third_party/gemmlowp/gemmlowp' 2025-12-04T09:52:52.0383392Z file:/home/runner/_work/pytorch/pytorch/.git/modules/third_party/gemmlowp/gemmlowp/config remote.origin.url 2025-12-04T09:52:52.0392791Z Entering 'third_party/gloo' 2025-12-04T09:52:52.0412325Z file:/home/runner/_work/pytorch/pytorch/.git/modules/third_party/gloo/config remote.origin.url 2025-12-04T09:52:52.0422744Z Entering 'third_party/googletest' 2025-12-04T09:52:52.0446322Z file:/home/runner/_work/pytorch/pytorch/.git/modules/third_party/googletest/config remote.origin.url 2025-12-04T09:52:52.0457687Z Entering 'third_party/ideep' 2025-12-04T09:52:52.0478079Z file:/home/runner/_work/pytorch/pytorch/.git/modules/third_party/ideep/config remote.origin.url 2025-12-04T09:52:52.0487999Z Entering 'third_party/ideep/mkl-dnn' 2025-12-04T09:52:52.0522533Z file:/home/runner/_work/pytorch/pytorch/.git/modules/third_party/ideep/modules/mkl-dnn/config remote.origin.url 2025-12-04T09:52:52.0536387Z Entering 'third_party/ittapi' 2025-12-04T09:52:52.0559542Z file:/home/runner/_work/pytorch/pytorch/.git/modules/third_party/ittapi/config remote.origin.url 2025-12-04T09:52:52.0571260Z Entering 'third_party/kineto' 2025-12-04T09:52:52.0594050Z file:/home/runner/_work/pytorch/pytorch/.git/modules/third_party/kineto/config remote.origin.url 2025-12-04T09:52:52.0606400Z Entering 'third_party/kineto/libkineto/third_party/dynolog' 2025-12-04T09:52:52.0627503Z file:/home/runner/_work/pytorch/pytorch/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/config remote.origin.url 2025-12-04T09:52:52.0715295Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/DCGM' 2025-12-04T09:52:52.0754522Z file:/home/runner/_work/pytorch/pytorch/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/modules/third_party/DCGM/config remote.origin.url 2025-12-04T09:52:52.0773996Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/cpr' 2025-12-04T09:52:52.0803868Z file:/home/runner/_work/pytorch/pytorch/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/modules/third_party/cpr/config remote.origin.url 2025-12-04T09:52:52.0816960Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/fmt' 2025-12-04T09:52:52.0873156Z file:/home/runner/_work/pytorch/pytorch/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/modules/third_party/fmt/config remote.origin.url 2025-12-04T09:52:52.0884786Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/gflags' 2025-12-04T09:52:52.0906472Z file:/home/runner/_work/pytorch/pytorch/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/modules/third_party/gflags/config remote.origin.url 2025-12-04T09:52:52.0912944Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/gflags/doc' 2025-12-04T09:52:52.0931644Z file:/home/runner/_work/pytorch/pytorch/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/modules/third_party/gflags/modules/doc/config remote.origin.url 2025-12-04T09:52:52.0943074Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/glog' 2025-12-04T09:52:52.0961256Z file:/home/runner/_work/pytorch/pytorch/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/modules/third_party/glog/config remote.origin.url 2025-12-04T09:52:52.0972030Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/googletest' 2025-12-04T09:52:52.0990306Z file:/home/runner/_work/pytorch/pytorch/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/modules/third_party/googletest/config remote.origin.url 2025-12-04T09:52:52.1000988Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/json' 2025-12-04T09:52:52.1020053Z file:/home/runner/_work/pytorch/pytorch/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/modules/third_party/json/config remote.origin.url 2025-12-04T09:52:52.1032382Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/pfs' 2025-12-04T09:52:52.1053566Z file:/home/runner/_work/pytorch/pytorch/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/modules/third_party/pfs/config remote.origin.url 2025-12-04T09:52:52.1064130Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/prometheus-cpp' 2025-12-04T09:52:52.1081978Z file:/home/runner/_work/pytorch/pytorch/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/modules/third_party/prometheus-cpp/config remote.origin.url 2025-12-04T09:52:52.1097640Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/prometheus-cpp/3rdparty/civetweb' 2025-12-04T09:52:52.1117508Z file:/home/runner/_work/pytorch/pytorch/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/modules/third_party/prometheus-cpp/modules/civetweb/config remote.origin.url 2025-12-04T09:52:52.1126893Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/prometheus-cpp/3rdparty/googletest' 2025-12-04T09:52:52.1150818Z file:/home/runner/_work/pytorch/pytorch/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/modules/third_party/prometheus-cpp/modules/googletest/config remote.origin.url 2025-12-04T09:52:52.1165860Z Entering 'third_party/kineto/libkineto/third_party/fmt' 2025-12-04T09:52:52.1185682Z file:/home/runner/_work/pytorch/pytorch/.git/modules/third_party/kineto/modules/libkineto/third_party/fmt/config remote.origin.url 2025-12-04T09:52:52.1195534Z Entering 'third_party/kineto/libkineto/third_party/googletest' 2025-12-04T09:52:52.1244995Z file:/home/runner/_work/pytorch/pytorch/.git/modules/third_party/kineto/modules/libkineto/third_party/googletest/config remote.origin.url 2025-12-04T09:52:52.1257494Z Entering 'third_party/kleidiai' 2025-12-04T09:52:52.1293500Z file:/home/runner/_work/pytorch/pytorch/.git/modules/third_party/kleidiai/config remote.origin.url 2025-12-04T09:52:52.1304688Z Entering 'third_party/mimalloc' 2025-12-04T09:52:52.1341486Z file:/home/runner/_work/pytorch/pytorch/.git/modules/third_party/mimalloc/config remote.origin.url 2025-12-04T09:52:52.1352601Z Entering 'third_party/nlohmann' 2025-12-04T09:52:52.1402992Z file:/home/runner/_work/pytorch/pytorch/.git/modules/third_party/nlohmann/config remote.origin.url 2025-12-04T09:52:52.1413608Z Entering 'third_party/onnx' 2025-12-04T09:52:52.1434754Z file:/home/runner/_work/pytorch/pytorch/.git/modules/third_party/onnx/config remote.origin.url 2025-12-04T09:52:52.1452067Z Entering 'third_party/onnx/third_party/pybind11' 2025-12-04T09:52:52.1475741Z file:/home/runner/_work/pytorch/pytorch/.git/modules/third_party/onnx/modules/third_party/pybind11/config remote.origin.url 2025-12-04T09:52:52.1497184Z Entering 'third_party/opentelemetry-cpp' 2025-12-04T09:52:52.1531119Z file:/home/runner/_work/pytorch/pytorch/.git/modules/third_party/opentelemetry-cpp/config remote.origin.url 2025-12-04T09:52:52.1541125Z Entering 'third_party/opentelemetry-cpp/third_party/benchmark' 2025-12-04T09:52:52.1582514Z file:/home/runner/_work/pytorch/pytorch/.git/modules/third_party/opentelemetry-cpp/modules/third_party/benchmark/config remote.origin.url 2025-12-04T09:52:52.1594576Z Entering 'third_party/opentelemetry-cpp/third_party/googletest' 2025-12-04T09:52:52.1616275Z file:/home/runner/_work/pytorch/pytorch/.git/modules/third_party/opentelemetry-cpp/modules/third_party/googletest/config remote.origin.url 2025-12-04T09:52:52.1627563Z Entering 'third_party/opentelemetry-cpp/third_party/ms-gsl' 2025-12-04T09:52:52.1647536Z file:/home/runner/_work/pytorch/pytorch/.git/modules/third_party/opentelemetry-cpp/modules/third_party/ms-gsl/config remote.origin.url 2025-12-04T09:52:52.1655419Z Entering 'third_party/opentelemetry-cpp/third_party/nlohmann-json' 2025-12-04T09:52:52.1676317Z file:/home/runner/_work/pytorch/pytorch/.git/modules/third_party/opentelemetry-cpp/modules/third_party/nlohmann-json/config remote.origin.url 2025-12-04T09:52:52.1706252Z Entering 'third_party/opentelemetry-cpp/third_party/opentelemetry-proto' 2025-12-04T09:52:52.1725054Z file:/home/runner/_work/pytorch/pytorch/.git/modules/third_party/opentelemetry-cpp/modules/third_party/opentelemetry-proto/config remote.origin.url 2025-12-04T09:52:52.1733882Z Entering 'third_party/opentelemetry-cpp/third_party/opentracing-cpp' 2025-12-04T09:52:52.1753308Z file:/home/runner/_work/pytorch/pytorch/.git/modules/third_party/opentelemetry-cpp/modules/third_party/opentracing-cpp/config remote.origin.url 2025-12-04T09:52:52.1762027Z Entering 'third_party/opentelemetry-cpp/third_party/prometheus-cpp' 2025-12-04T09:52:52.1780821Z file:/home/runner/_work/pytorch/pytorch/.git/modules/third_party/opentelemetry-cpp/modules/third_party/prometheus-cpp/config remote.origin.url 2025-12-04T09:52:52.1791978Z Entering 'third_party/opentelemetry-cpp/third_party/prometheus-cpp/3rdparty/civetweb' 2025-12-04T09:52:52.1810073Z file:/home/runner/_work/pytorch/pytorch/.git/modules/third_party/opentelemetry-cpp/modules/third_party/prometheus-cpp/modules/civetweb/config remote.origin.url 2025-12-04T09:52:52.1819701Z Entering 'third_party/opentelemetry-cpp/third_party/prometheus-cpp/3rdparty/googletest' 2025-12-04T09:52:52.1873612Z file:/home/runner/_work/pytorch/pytorch/.git/modules/third_party/opentelemetry-cpp/modules/third_party/prometheus-cpp/modules/googletest/config remote.origin.url 2025-12-04T09:52:52.1883385Z Entering 'third_party/opentelemetry-cpp/tools/vcpkg' 2025-12-04T09:52:52.1904136Z file:/home/runner/_work/pytorch/pytorch/.git/modules/third_party/opentelemetry-cpp/modules/tools/vcpkg/config remote.origin.url 2025-12-04T09:52:52.1923868Z Entering 'third_party/pocketfft' 2025-12-04T09:52:52.1943106Z file:/home/runner/_work/pytorch/pytorch/.git/modules/third_party/pocketfft/config remote.origin.url 2025-12-04T09:52:52.1952025Z Entering 'third_party/protobuf' 2025-12-04T09:52:52.1969005Z file:/home/runner/_work/pytorch/pytorch/.git/modules/third_party/protobuf/config remote.origin.url 2025-12-04T09:52:52.1977812Z Entering 'third_party/protobuf/third_party/benchmark' 2025-12-04T09:52:52.1994425Z file:/home/runner/_work/pytorch/pytorch/.git/modules/third_party/protobuf/modules/third_party/benchmark/config remote.origin.url 2025-12-04T09:52:52.2002895Z Entering 'third_party/protobuf/third_party/googletest' 2025-12-04T09:52:52.2017705Z file:/home/runner/_work/pytorch/pytorch/.git/modules/third_party/protobuf/modules/third_party/googletest/config remote.origin.url 2025-12-04T09:52:52.2029771Z Entering 'third_party/psimd' 2025-12-04T09:52:52.2045257Z file:/home/runner/_work/pytorch/pytorch/.git/modules/third_party/NNPACK_deps/psimd/config remote.origin.url 2025-12-04T09:52:52.2054815Z Entering 'third_party/pthreadpool' 2025-12-04T09:52:52.2078049Z file:/home/runner/_work/pytorch/pytorch/.git/modules/third_party/NNPACK_deps/pthreadpool/config remote.origin.url 2025-12-04T09:52:52.2088267Z Entering 'third_party/pybind11' 2025-12-04T09:52:52.2115270Z file:/home/runner/_work/pytorch/pytorch/.git/modules/third_party/pybind11/config remote.origin.url 2025-12-04T09:52:52.2125119Z Entering 'third_party/python-peachpy' 2025-12-04T09:52:52.2144827Z file:/home/runner/_work/pytorch/pytorch/.git/modules/third_party/python-peachpy/config remote.origin.url 2025-12-04T09:52:52.2155365Z Entering 'third_party/sleef' 2025-12-04T09:52:52.2175779Z file:/home/runner/_work/pytorch/pytorch/.git/modules/third_party/sleef/config remote.origin.url 2025-12-04T09:52:52.2186501Z Entering 'third_party/tensorpipe' 2025-12-04T09:52:52.2208608Z file:/home/runner/_work/pytorch/pytorch/.git/modules/third_party/tensorpipe/config remote.origin.url 2025-12-04T09:52:52.2218113Z Entering 'third_party/tensorpipe/third_party/googletest' 2025-12-04T09:52:52.2236000Z file:/home/runner/_work/pytorch/pytorch/.git/modules/third_party/tensorpipe/modules/third_party/googletest/config remote.origin.url 2025-12-04T09:52:52.2243633Z Entering 'third_party/tensorpipe/third_party/libnop' 2025-12-04T09:52:52.2261881Z file:/home/runner/_work/pytorch/pytorch/.git/modules/third_party/tensorpipe/modules/third_party/libnop/config remote.origin.url 2025-12-04T09:52:52.2279357Z Entering 'third_party/tensorpipe/third_party/libuv' 2025-12-04T09:52:52.2299404Z file:/home/runner/_work/pytorch/pytorch/.git/modules/third_party/tensorpipe/modules/third_party/libuv/config remote.origin.url 2025-12-04T09:52:52.2309077Z Entering 'third_party/tensorpipe/third_party/pybind11' 2025-12-04T09:52:52.2328605Z file:/home/runner/_work/pytorch/pytorch/.git/modules/third_party/tensorpipe/modules/third_party/pybind11/config remote.origin.url 2025-12-04T09:52:52.2340183Z Entering 'third_party/tensorpipe/third_party/pybind11/tools/clang' 2025-12-04T09:52:52.2359495Z file:/home/runner/_work/pytorch/pytorch/.git/modules/third_party/tensorpipe/modules/third_party/pybind11/modules/tools/clang/config remote.origin.url 2025-12-04T09:52:52.2761375Z [command]/usr/bin/git submodule foreach --recursive git config --local --add 'url.https://github.com/.insteadOf' 'git@github.com:' 2025-12-04T09:52:52.2997152Z Entering 'android/libs/fbjni' 2025-12-04T09:52:52.3000439Z Entering 'third_party/FP16' 2025-12-04T09:52:52.3023080Z Entering 'third_party/FXdiv' 2025-12-04T09:52:52.3043444Z Entering 'third_party/NNPACK' 2025-12-04T09:52:52.3088486Z Entering 'third_party/NVTX' 2025-12-04T09:52:52.3139705Z Entering 'third_party/VulkanMemoryAllocator' 2025-12-04T09:52:52.3163629Z Entering 'third_party/XNNPACK' 2025-12-04T09:52:52.3216651Z Entering 'third_party/aiter' 2025-12-04T09:52:52.3244063Z Entering 'third_party/aiter/3rdparty/composable_kernel' 2025-12-04T09:52:52.3268292Z Entering 'third_party/benchmark' 2025-12-04T09:52:52.3317976Z Entering 'third_party/composable_kernel' 2025-12-04T09:52:52.3342833Z Entering 'third_party/cpp-httplib' 2025-12-04T09:52:52.3367172Z Entering 'third_party/cpuinfo' 2025-12-04T09:52:52.3391088Z Entering 'third_party/cudnn_frontend' 2025-12-04T09:52:52.3418814Z Entering 'third_party/cutlass' 2025-12-04T09:52:52.3448810Z Entering 'third_party/fbgemm' 2025-12-04T09:52:52.3472613Z Entering 'third_party/fbgemm/external/asmjit' 2025-12-04T09:52:52.3492122Z Entering 'third_party/fbgemm/external/composable_kernel' 2025-12-04T09:52:52.3515504Z Entering 'third_party/fbgemm/external/cpuinfo' 2025-12-04T09:52:52.3536842Z Entering 'third_party/fbgemm/external/cutlass' 2025-12-04T09:52:52.3560982Z Entering 'third_party/fbgemm/external/googletest' 2025-12-04T09:52:52.3585269Z Entering 'third_party/fbgemm/external/hipify_torch' 2025-12-04T09:52:52.3605710Z Entering 'third_party/fbgemm/external/json' 2025-12-04T09:52:52.3662429Z Entering 'third_party/flash-attention' 2025-12-04T09:52:52.3680804Z Entering 'third_party/flash-attention/csrc/composable_kernel' 2025-12-04T09:52:52.3741719Z Entering 'third_party/flash-attention/csrc/cutlass' 2025-12-04T09:52:52.3768209Z Entering 'third_party/flatbuffers' 2025-12-04T09:52:52.3796880Z Entering 'third_party/fmt' 2025-12-04T09:52:52.3820546Z Entering 'third_party/gemmlowp/gemmlowp' 2025-12-04T09:52:52.3876331Z Entering 'third_party/gloo' 2025-12-04T09:52:52.3876538Z Entering 'third_party/googletest' 2025-12-04T09:52:52.3924645Z Entering 'third_party/ideep' 2025-12-04T09:52:52.3944843Z Entering 'third_party/ideep/mkl-dnn' 2025-12-04T09:52:52.3969512Z Entering 'third_party/ittapi' 2025-12-04T09:52:52.3992093Z Entering 'third_party/kineto' 2025-12-04T09:52:52.4018526Z Entering 'third_party/kineto/libkineto/third_party/dynolog' 2025-12-04T09:52:52.4041150Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/DCGM' 2025-12-04T09:52:52.4067259Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/cpr' 2025-12-04T09:52:52.4107809Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/fmt' 2025-12-04T09:52:52.4136004Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/gflags' 2025-12-04T09:52:52.4148433Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/gflags/doc' 2025-12-04T09:52:52.4169480Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/glog' 2025-12-04T09:52:52.4217591Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/googletest' 2025-12-04T09:52:52.4238391Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/json' 2025-12-04T09:52:52.4289058Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/pfs' 2025-12-04T09:52:52.4311994Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/prometheus-cpp' 2025-12-04T09:52:52.4333158Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/prometheus-cpp/3rdparty/civetweb' 2025-12-04T09:52:52.4352785Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/prometheus-cpp/3rdparty/googletest' 2025-12-04T09:52:52.4370612Z Entering 'third_party/kineto/libkineto/third_party/fmt' 2025-12-04T09:52:52.4387039Z Entering 'third_party/kineto/libkineto/third_party/googletest' 2025-12-04T09:52:52.4406199Z Entering 'third_party/kleidiai' 2025-12-04T09:52:52.4428175Z Entering 'third_party/mimalloc' 2025-12-04T09:52:52.4457748Z Entering 'third_party/nlohmann' 2025-12-04T09:52:52.4480791Z Entering 'third_party/onnx' 2025-12-04T09:52:52.4511566Z Entering 'third_party/onnx/third_party/pybind11' 2025-12-04T09:52:52.4537765Z Entering 'third_party/opentelemetry-cpp' 2025-12-04T09:52:52.4583675Z Entering 'third_party/opentelemetry-cpp/third_party/benchmark' 2025-12-04T09:52:52.4607339Z Entering 'third_party/opentelemetry-cpp/third_party/googletest' 2025-12-04T09:52:52.4628831Z Entering 'third_party/opentelemetry-cpp/third_party/ms-gsl' 2025-12-04T09:52:52.4668462Z Entering 'third_party/opentelemetry-cpp/third_party/nlohmann-json' 2025-12-04T09:52:52.4691066Z Entering 'third_party/opentelemetry-cpp/third_party/opentelemetry-proto' 2025-12-04T09:52:52.4712443Z Entering 'third_party/opentelemetry-cpp/third_party/opentracing-cpp' 2025-12-04T09:52:52.4733450Z Entering 'third_party/opentelemetry-cpp/third_party/prometheus-cpp' 2025-12-04T09:52:52.4753703Z Entering 'third_party/opentelemetry-cpp/third_party/prometheus-cpp/3rdparty/civetweb' 2025-12-04T09:52:52.4790256Z Entering 'third_party/opentelemetry-cpp/third_party/prometheus-cpp/3rdparty/googletest' 2025-12-04T09:52:52.4813348Z Entering 'third_party/opentelemetry-cpp/tools/vcpkg' 2025-12-04T09:52:52.4845933Z Entering 'third_party/pocketfft' 2025-12-04T09:52:52.4907260Z Entering 'third_party/protobuf' 2025-12-04T09:52:52.4930232Z Entering 'third_party/protobuf/third_party/benchmark' 2025-12-04T09:52:52.4950062Z Entering 'third_party/protobuf/third_party/googletest' 2025-12-04T09:52:52.4971663Z Entering 'third_party/psimd' 2025-12-04T09:52:52.4989947Z Entering 'third_party/pthreadpool' 2025-12-04T09:52:52.5008115Z Entering 'third_party/pybind11' 2025-12-04T09:52:52.5030365Z Entering 'third_party/python-peachpy' 2025-12-04T09:52:52.5048389Z Entering 'third_party/sleef' 2025-12-04T09:52:52.5067302Z Entering 'third_party/tensorpipe' 2025-12-04T09:52:52.5087878Z Entering 'third_party/tensorpipe/third_party/googletest' 2025-12-04T09:52:52.5107252Z Entering 'third_party/tensorpipe/third_party/libnop' 2025-12-04T09:52:52.5124536Z Entering 'third_party/tensorpipe/third_party/libuv' 2025-12-04T09:52:52.5141788Z Entering 'third_party/tensorpipe/third_party/pybind11' 2025-12-04T09:52:52.5160586Z Entering 'third_party/tensorpipe/third_party/pybind11/tools/clang' 2025-12-04T09:52:52.5198933Z [command]/usr/bin/git submodule foreach --recursive git config --local --add 'url.https://github.com/.insteadOf' 'org-21003710@github.com:' 2025-12-04T09:52:52.5404497Z Entering 'android/libs/fbjni' 2025-12-04T09:52:52.5423677Z Entering 'third_party/FP16' 2025-12-04T09:52:52.5445144Z Entering 'third_party/FXdiv' 2025-12-04T09:52:52.5465948Z Entering 'third_party/NNPACK' 2025-12-04T09:52:52.5486086Z Entering 'third_party/NVTX' 2025-12-04T09:52:52.5506447Z Entering 'third_party/VulkanMemoryAllocator' 2025-12-04T09:52:52.5537332Z Entering 'third_party/XNNPACK' 2025-12-04T09:52:52.5563114Z Entering 'third_party/aiter' 2025-12-04T09:52:52.5626402Z Entering 'third_party/aiter/3rdparty/composable_kernel' 2025-12-04T09:52:52.5626995Z Entering 'third_party/benchmark' 2025-12-04T09:52:52.5666966Z Entering 'third_party/composable_kernel' 2025-12-04T09:52:52.5667309Z Entering 'third_party/cpp-httplib' 2025-12-04T09:52:52.5670296Z Entering 'third_party/cpuinfo' 2025-12-04T09:52:52.5690365Z Entering 'third_party/cudnn_frontend' 2025-12-04T09:52:52.5711802Z Entering 'third_party/cutlass' 2025-12-04T09:52:52.5734557Z Entering 'third_party/fbgemm' 2025-12-04T09:52:52.5753821Z Entering 'third_party/fbgemm/external/asmjit' 2025-12-04T09:52:52.5772382Z Entering 'third_party/fbgemm/external/composable_kernel' 2025-12-04T09:52:52.5791552Z Entering 'third_party/fbgemm/external/cpuinfo' 2025-12-04T09:52:52.5823689Z Entering 'third_party/fbgemm/external/cutlass' 2025-12-04T09:52:52.5849444Z Entering 'third_party/fbgemm/external/googletest' 2025-12-04T09:52:52.5870472Z Entering 'third_party/fbgemm/external/hipify_torch' 2025-12-04T09:52:52.5890842Z Entering 'third_party/fbgemm/external/json' 2025-12-04T09:52:52.5915552Z Entering 'third_party/flash-attention' 2025-12-04T09:52:52.5934558Z Entering 'third_party/flash-attention/csrc/composable_kernel' 2025-12-04T09:52:52.5957103Z Entering 'third_party/flash-attention/csrc/cutlass' 2025-12-04T09:52:52.5986190Z Entering 'third_party/flatbuffers' 2025-12-04T09:52:52.6006028Z Entering 'third_party/fmt' 2025-12-04T09:52:52.6026030Z Entering 'third_party/gemmlowp/gemmlowp' 2025-12-04T09:52:52.6046063Z Entering 'third_party/gloo' 2025-12-04T09:52:52.6066825Z Entering 'third_party/googletest' 2025-12-04T09:52:52.6084144Z Entering 'third_party/ideep' 2025-12-04T09:52:52.6102227Z Entering 'third_party/ideep/mkl-dnn' 2025-12-04T09:52:52.6129346Z Entering 'third_party/ittapi' 2025-12-04T09:52:52.6148314Z Entering 'third_party/kineto' 2025-12-04T09:52:52.6170136Z Entering 'third_party/kineto/libkineto/third_party/dynolog' 2025-12-04T09:52:52.6193503Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/DCGM' 2025-12-04T09:52:52.6214857Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/cpr' 2025-12-04T09:52:52.6234966Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/fmt' 2025-12-04T09:52:52.6256558Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/gflags' 2025-12-04T09:52:52.6277669Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/gflags/doc' 2025-12-04T09:52:52.6302864Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/glog' 2025-12-04T09:52:52.6323634Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/googletest' 2025-12-04T09:52:52.6347338Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/json' 2025-12-04T09:52:52.6370299Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/pfs' 2025-12-04T09:52:52.6390708Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/prometheus-cpp' 2025-12-04T09:52:52.6409924Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/prometheus-cpp/3rdparty/civetweb' 2025-12-04T09:52:52.6433185Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/prometheus-cpp/3rdparty/googletest' 2025-12-04T09:52:52.6454950Z Entering 'third_party/kineto/libkineto/third_party/fmt' 2025-12-04T09:52:52.6470982Z Entering 'third_party/kineto/libkineto/third_party/googletest' 2025-12-04T09:52:52.6488894Z Entering 'third_party/kleidiai' 2025-12-04T09:52:52.6511568Z Entering 'third_party/mimalloc' 2025-12-04T09:52:52.6533182Z Entering 'third_party/nlohmann' 2025-12-04T09:52:52.6556672Z Entering 'third_party/onnx' 2025-12-04T09:52:52.6596824Z Entering 'third_party/onnx/third_party/pybind11' 2025-12-04T09:52:52.6647523Z Entering 'third_party/opentelemetry-cpp' 2025-12-04T09:52:52.6661656Z Entering 'third_party/opentelemetry-cpp/third_party/benchmark' 2025-12-04T09:52:52.6679680Z Entering 'third_party/opentelemetry-cpp/third_party/googletest' 2025-12-04T09:52:52.6698456Z Entering 'third_party/opentelemetry-cpp/third_party/ms-gsl' 2025-12-04T09:52:52.6722321Z Entering 'third_party/opentelemetry-cpp/third_party/nlohmann-json' 2025-12-04T09:52:52.6739922Z Entering 'third_party/opentelemetry-cpp/third_party/opentelemetry-proto' 2025-12-04T09:52:52.6774225Z Entering 'third_party/opentelemetry-cpp/third_party/opentracing-cpp' 2025-12-04T09:52:52.6826180Z Entering 'third_party/opentelemetry-cpp/third_party/prometheus-cpp' 2025-12-04T09:52:52.6844407Z Entering 'third_party/opentelemetry-cpp/third_party/prometheus-cpp/3rdparty/civetweb' 2025-12-04T09:52:52.6866296Z Entering 'third_party/opentelemetry-cpp/third_party/prometheus-cpp/3rdparty/googletest' 2025-12-04T09:52:52.6888112Z Entering 'third_party/opentelemetry-cpp/tools/vcpkg' 2025-12-04T09:52:52.6914177Z Entering 'third_party/pocketfft' 2025-12-04T09:52:52.6932796Z Entering 'third_party/protobuf' 2025-12-04T09:52:52.6951001Z Entering 'third_party/protobuf/third_party/benchmark' 2025-12-04T09:52:52.6969947Z Entering 'third_party/protobuf/third_party/googletest' 2025-12-04T09:52:52.6997011Z Entering 'third_party/psimd' 2025-12-04T09:52:52.7005310Z Entering 'third_party/pthreadpool' 2025-12-04T09:52:52.7058887Z Entering 'third_party/pybind11' 2025-12-04T09:52:52.7076097Z Entering 'third_party/python-peachpy' 2025-12-04T09:52:52.7091415Z Entering 'third_party/sleef' 2025-12-04T09:52:52.7112312Z Entering 'third_party/tensorpipe' 2025-12-04T09:52:52.7133736Z Entering 'third_party/tensorpipe/third_party/googletest' 2025-12-04T09:52:52.7155942Z Entering 'third_party/tensorpipe/third_party/libnop' 2025-12-04T09:52:52.7176299Z Entering 'third_party/tensorpipe/third_party/libuv' 2025-12-04T09:52:52.7211062Z Entering 'third_party/tensorpipe/third_party/pybind11' 2025-12-04T09:52:52.7232521Z Entering 'third_party/tensorpipe/third_party/pybind11/tools/clang' 2025-12-04T09:52:52.7262584Z ##[endgroup] 2025-12-04T09:52:52.7704952Z [command]/usr/bin/git log -1 --format=%H 2025-12-04T09:52:52.7785732Z ffd9b0fb4355e97af82fc42cf185c3ffa0fc0a32 2025-12-04T09:52:52.7912665Z Prepare all required actions 2025-12-04T09:52:52.7912997Z Getting action download info 2025-12-04T09:52:53.0660580Z Download action repository 'aws-actions/amazon-ecr-login@062b18b96a7aff071d4dc91bc00c4c1a7945b076' (SHA:062b18b96a7aff071d4dc91bc00c4c1a7945b076) 2025-12-04T09:52:54.0238148Z ##[group]Run ./.github/actions/setup-rocm 2025-12-04T09:52:54.0238281Z env: 2025-12-04T09:52:54.0238368Z GIT_DEFAULT_BRANCH: main 2025-12-04T09:52:54.0238479Z ##[endgroup] 2025-12-04T09:52:54.0262140Z ##[group]Run dpkg -l | grep -E " rocm" 2025-12-04T09:52:54.0262279Z dpkg -l | grep -E " rocm" 2025-12-04T09:52:54.0267375Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2025-12-04T09:52:54.0267523Z env: 2025-12-04T09:52:54.0267614Z GIT_DEFAULT_BRANCH: main 2025-12-04T09:52:54.0267714Z ##[endgroup] 2025-12-04T09:52:54.0339905Z ii rocm-cmake 0.14.0.60401-83~22.04 amd64 rocm-cmake built using CMake 2025-12-04T09:52:54.0340191Z ii rocm-core 6.4.1.60401-83~22.04 amd64 ROCm Runtime software stack 2025-12-04T09:52:54.0340418Z ii rocm-dbgapi 0.77.2.60401-83~22.04 amd64 Library to provide AMD GPU debugger API 2025-12-04T09:52:54.0340787Z ii rocm-debug-agent 2.0.4.60401-83~22.04 amd64 Radeon Open Compute Debug Agent (ROCdebug-agent) 2025-12-04T09:52:54.0341130Z ii rocm-dev 6.4.1.60401-83~22.04 amd64 Radeon Open Compute (ROCm) Runtime software stack 2025-12-04T09:52:54.0341398Z ii rocm-device-libs 1.0.0.60401-83~22.04 amd64 Radeon Open Compute - device libraries 2025-12-04T09:52:54.0343059Z ii rocm-gdb 15.2.60401-83~22.04 amd64 ROCgdb 2025-12-04T09:52:54.0376855Z ii rocm-llvm 19.0.0.25184.60401-83~22.04 amd64 ROCm core compiler 2025-12-04T09:52:54.0377513Z ii rocm-opencl 2.0.0.60401-83~22.04 amd64 clr built using CMake 2025-12-04T09:52:54.0378195Z ii rocm-opencl-dev 2.0.0.60401-83~22.04 amd64 clr built using CMake 2025-12-04T09:52:54.0378820Z ii rocm-smi-lib 7.5.0.60401-83~22.04 amd64 AMD System Management libraries 2025-12-04T09:52:54.0379676Z ii rocm-utils 6.4.1.60401-83~22.04 amd64 Radeon Open Compute (ROCm) Runtime software stack 2025-12-04T09:52:54.0379913Z ii rocminfo 1.0.0.60401-83~22.04 amd64 Radeon Open Compute (ROCm) Runtime rocminfo tool 2025-12-04T09:52:54.0398213Z ##[group]Run # ignore expansion of "docker ps -q" since it could be empty 2025-12-04T09:52:54.0398518Z # ignore expansion of "docker ps -q" since it could be empty 2025-12-04T09:52:54.0398683Z # shellcheck disable=SC2046 2025-12-04T09:52:54.0398841Z docker stop $(docker ps -q) || true 2025-12-04T09:52:54.0398973Z # Prune all stopped containers. 2025-12-04T09:52:54.0399101Z docker container prune -f 2025-12-04T09:52:54.0404272Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2025-12-04T09:52:54.0404418Z env: 2025-12-04T09:52:54.0404510Z GIT_DEFAULT_BRANCH: main 2025-12-04T09:52:54.0404615Z ##[endgroup] 2025-12-04T09:52:54.0605644Z docker: 'docker stop' requires at least 1 argument 2025-12-04T09:52:54.0606122Z 2025-12-04T09:52:54.0606290Z Usage: docker stop [OPTIONS] CONTAINER [CONTAINER...] 2025-12-04T09:52:54.0606400Z 2025-12-04T09:52:54.0606463Z See 'docker stop --help' for more information 2025-12-04T09:52:54.0683128Z Total reclaimed space: 0B 2025-12-04T09:52:54.0704225Z ##[group]Run cat /etc/os-release || true 2025-12-04T09:52:54.0704395Z cat /etc/os-release || true 2025-12-04T09:52:54.0704534Z cat /etc/apt/sources.list.d/rocm.list || true 2025-12-04T09:52:54.0704847Z cat /opt/rocm/.info/version || true 2025-12-04T09:52:54.0704972Z whoami 2025-12-04T09:52:54.0709415Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2025-12-04T09:52:54.0709562Z env: 2025-12-04T09:52:54.0709648Z GIT_DEFAULT_BRANCH: main 2025-12-04T09:52:54.0709752Z ##[endgroup] 2025-12-04T09:52:54.0749041Z PRETTY_NAME="Ubuntu 22.04.5 LTS" 2025-12-04T09:52:54.0749170Z NAME="Ubuntu" 2025-12-04T09:52:54.0749269Z VERSION_ID="22.04" 2025-12-04T09:52:54.0749370Z VERSION="22.04.5 LTS (Jammy Jellyfish)" 2025-12-04T09:52:54.0749491Z VERSION_CODENAME=jammy 2025-12-04T09:52:54.0749584Z ID=ubuntu 2025-12-04T09:52:54.0749670Z ID_LIKE=debian 2025-12-04T09:52:54.0749792Z HOME_URL="https://www.ubuntu.com/" 2025-12-04T09:52:54.0749923Z SUPPORT_URL="https://help.ubuntu.com/" 2025-12-04T09:52:54.0750079Z BUG_REPORT_URL="https://bugs.launchpad.net/ubuntu/" 2025-12-04T09:52:54.0750295Z PRIVACY_POLICY_URL="https://www.ubuntu.com/legal/terms-and-policies/privacy-policy" 2025-12-04T09:52:54.0750490Z UBUNTU_CODENAME=jammy 2025-12-04T09:52:54.0750683Z deb [arch=amd64 signed-by=/etc/apt/keyrings/rocm.gpg] https://repo.radeon.com/rocm/apt/6.4.1 jammy main 2025-12-04T09:52:54.0750879Z 6.4.1-83 2025-12-04T09:52:54.0750959Z runner 2025-12-04T09:52:54.0760157Z ##[group]Run dpkg -l | grep -E " amdgpu" 2025-12-04T09:52:54.0760297Z dpkg -l | grep -E " amdgpu" 2025-12-04T09:52:54.0762976Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2025-12-04T09:52:54.0763127Z env: 2025-12-04T09:52:54.0763215Z GIT_DEFAULT_BRANCH: main 2025-12-04T09:52:54.0763324Z ##[endgroup] 2025-12-04T09:52:54.0815289Z ii amdgpu-core 1:6.4.60401-2164967.22.04 all Core meta package for unified amdgpu driver. 2025-12-04T09:52:54.0815546Z ii amdgpu-install 6.4.60401-2164967.22.04 all AMDGPU driver repository and installer 2025-12-04T09:52:54.0854072Z ##[group]Run rocm-smi 2025-12-04T09:52:54.0854177Z rocm-smi 2025-12-04T09:52:54.0856618Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2025-12-04T09:52:54.0856828Z env: 2025-12-04T09:52:54.0856915Z GIT_DEFAULT_BRANCH: main 2025-12-04T09:52:54.0857021Z ##[endgroup] 2025-12-04T09:52:54.1496581Z 2025-12-04T09:52:54.1496585Z 2025-12-04T09:52:54.1496930Z ============================================ ROCm System Management Interface ============================================ 2025-12-04T09:52:54.1497270Z ====================================================== Concise Info ====================================================== 2025-12-04T09:52:54.1497505Z Device Node IDs Temp Power Partitions SCLK MCLK Fan Perf PwrCap VRAM% GPU% 2025-12-04T09:52:54.1497983Z  (DID, GUID) (Junction) (Socket) (Mem, Compute, ID)  2025-12-04T09:52:54.1498182Z ========================================================================================================================== 2025-12-04T09:52:54.1498556Z 0 7 0x74a5, 26567 27.0°C 117.0W NPS1, SPX, 0 N/A 900Mhz 0% manual 1000.0W 0% 0% 2025-12-04T09:52:54.1498830Z 1 9 0x74a5, 43978 27.0°C 123.0W NPS1, SPX, 0 N/A 900Mhz 0% manual 1000.0W 0% 0% 2025-12-04T09:52:54.1499090Z 2 8 0x74a5, 20463 27.0°C 105.0W NPS1, SPX, 0 N/A 900Mhz 0% manual 1000.0W 0% 0% 2025-12-04T09:52:54.1499347Z 3 6 0x74a5, 33762 27.0°C 115.0W NPS1, SPX, 0 N/A 900Mhz 0% manual 1000.0W 0% 0% 2025-12-04T09:52:54.1500177Z ========================================================================================================================== 2025-12-04T09:52:54.1500545Z ================================================== End of ROCm SMI Log =================================================== 2025-12-04T09:52:54.1585632Z ##[group]Run rocminfo 2025-12-04T09:52:54.1585742Z rocminfo 2025-12-04T09:52:54.1588516Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2025-12-04T09:52:54.1588671Z env: 2025-12-04T09:52:54.1588763Z GIT_DEFAULT_BRANCH: main 2025-12-04T09:52:54.1588874Z ##[endgroup] 2025-12-04T09:52:54.2528357Z ROCk module version 6.12.12 is loaded 2025-12-04T09:52:54.2528559Z ===================== 2025-12-04T09:52:54.2528832Z HSA System Attributes 2025-12-04T09:52:54.2528942Z ===================== 2025-12-04T09:52:54.2529064Z Runtime Version: 1.15 2025-12-04T09:52:54.2529195Z Runtime Ext Version: 1.7 2025-12-04T09:52:54.2529324Z System Timestamp Freq.: 1000.000000MHz 2025-12-04T09:52:54.2529523Z Sig. Max Wait Duration: 18446744073709551615 (0xFFFFFFFFFFFFFFFF) (timestamp count) 2025-12-04T09:52:54.2529779Z Machine Model: LARGE 2025-12-04T09:52:54.2529954Z System Endianness: LITTLE 2025-12-04T09:52:54.2530101Z Mwaitx: DISABLED 2025-12-04T09:52:54.2530232Z XNACK enabled: NO 2025-12-04T09:52:54.2530342Z DMAbuf Support: YES 2025-12-04T09:52:54.2530459Z VMM Support: YES 2025-12-04T09:52:54.2530526Z 2025-12-04T09:52:54.2530565Z ========== 2025-12-04T09:52:54.2530678Z HSA Agents 2025-12-04T09:52:54.2530780Z ========== 2025-12-04T09:52:54.2530870Z ******* 2025-12-04T09:52:54.2530965Z Agent 1 2025-12-04T09:52:54.2531062Z ******* 2025-12-04T09:52:54.2531179Z Name: AMD EPYC 9575F 64-Core Processor 2025-12-04T09:52:54.2531326Z Uuid: CPU-XX 2025-12-04T09:52:54.2531485Z Marketing Name: AMD EPYC 9575F 64-Core Processor 2025-12-04T09:52:54.2531638Z Vendor Name: CPU 2025-12-04T09:52:54.2531786Z Feature: None specified 2025-12-04T09:52:54.2531937Z Profile: FULL_PROFILE 2025-12-04T09:52:54.2532086Z Float Round Mode: NEAR 2025-12-04T09:52:54.2532232Z Max Queue Number: 0(0x0) 2025-12-04T09:52:54.2532377Z Queue Min Size: 0(0x0) 2025-12-04T09:52:54.2532521Z Queue Max Size: 0(0x0) 2025-12-04T09:52:54.2532663Z Queue Type: MULTI 2025-12-04T09:52:54.2532980Z Node: 0 2025-12-04T09:52:54.2533114Z Device Type: CPU 2025-12-04T09:52:54.2533247Z Cache Info: 2025-12-04T09:52:54.2533360Z L1: 49152(0xc000) KB 2025-12-04T09:52:54.2533492Z Chip ID: 0(0x0) 2025-12-04T09:52:54.2533631Z ASIC Revision: 0(0x0) 2025-12-04T09:52:54.2533886Z Cacheline Size: 64(0x40) 2025-12-04T09:52:54.2534063Z Max Clock Freq. (MHz): 3300 2025-12-04T09:52:54.2534203Z BDFID: 0 2025-12-04T09:52:54.2534345Z Internal Node ID: 0 2025-12-04T09:52:54.2534488Z Compute Unit: 64 2025-12-04T09:52:54.2534631Z SIMDs per CU: 0 2025-12-04T09:52:54.2534775Z Shader Engines: 0 2025-12-04T09:52:54.2534925Z Shader Arrs. per Eng.: 0 2025-12-04T09:52:54.2535079Z WatchPts on Addr. Ranges:1 2025-12-04T09:52:54.2535213Z Memory Properties: 2025-12-04T09:52:54.2535318Z Features: None 2025-12-04T09:52:54.2535421Z Pool Info: 2025-12-04T09:52:54.2535655Z Pool 1 2025-12-04T09:52:54.2535784Z Segment: GLOBAL; FLAGS: FINE GRAINED 2025-12-04T09:52:54.2535930Z Size: 1584779052(0x5e75cf2c) KB 2025-12-04T09:52:54.2536074Z Allocatable: TRUE 2025-12-04T09:52:54.2536225Z Alloc Granule: 4KB 2025-12-04T09:52:54.2536383Z Alloc Recommended Granule:4KB 2025-12-04T09:52:54.2536540Z Alloc Alignment: 4KB 2025-12-04T09:52:54.2536822Z Accessible by all: TRUE 2025-12-04T09:52:54.2536954Z Pool 2 2025-12-04T09:52:54.2537081Z Segment: GLOBAL; FLAGS: EXTENDED FINE GRAINED 2025-12-04T09:52:54.2537253Z Size: 1584779052(0x5e75cf2c) KB 2025-12-04T09:52:54.2537398Z Allocatable: TRUE 2025-12-04T09:52:54.2537549Z Alloc Granule: 4KB 2025-12-04T09:52:54.2537703Z Alloc Recommended Granule:4KB 2025-12-04T09:52:54.2537860Z Alloc Alignment: 4KB 2025-12-04T09:52:54.2538014Z Accessible by all: TRUE 2025-12-04T09:52:54.2538146Z Pool 3 2025-12-04T09:52:54.2538270Z Segment: GLOBAL; FLAGS: KERNARG, FINE GRAINED 2025-12-04T09:52:54.2538409Z Size: 1584779052(0x5e75cf2c) KB 2025-12-04T09:52:54.2538553Z Allocatable: TRUE 2025-12-04T09:52:54.2538702Z Alloc Granule: 4KB 2025-12-04T09:52:54.2538855Z Alloc Recommended Granule:4KB 2025-12-04T09:52:54.2539011Z Alloc Alignment: 4KB 2025-12-04T09:52:54.2539168Z Accessible by all: TRUE 2025-12-04T09:52:54.2539329Z Pool 4 2025-12-04T09:52:54.2539451Z Segment: GLOBAL; FLAGS: COARSE GRAINED 2025-12-04T09:52:54.2539594Z Size: 1584779052(0x5e75cf2c) KB 2025-12-04T09:52:54.2539734Z Allocatable: TRUE 2025-12-04T09:52:54.2539922Z Alloc Granule: 4KB 2025-12-04T09:52:54.2540074Z Alloc Recommended Granule:4KB 2025-12-04T09:52:54.2540231Z Alloc Alignment: 4KB 2025-12-04T09:52:54.2540383Z Accessible by all: TRUE 2025-12-04T09:52:54.2540513Z ISA Info: 2025-12-04T09:52:54.2540612Z ******* 2025-12-04T09:52:54.2540707Z Agent 2 2025-12-04T09:52:54.2540802Z ******* 2025-12-04T09:52:54.2540915Z Name: AMD EPYC 9575F 64-Core Processor 2025-12-04T09:52:54.2541053Z Uuid: CPU-XX 2025-12-04T09:52:54.2541199Z Marketing Name: AMD EPYC 9575F 64-Core Processor 2025-12-04T09:52:54.2541353Z Vendor Name: CPU 2025-12-04T09:52:54.2541498Z Feature: None specified 2025-12-04T09:52:54.2541643Z Profile: FULL_PROFILE 2025-12-04T09:52:54.2541791Z Float Round Mode: NEAR 2025-12-04T09:52:54.2541937Z Max Queue Number: 0(0x0) 2025-12-04T09:52:54.2542085Z Queue Min Size: 0(0x0) 2025-12-04T09:52:54.2542228Z Queue Max Size: 0(0x0) 2025-12-04T09:52:54.2542408Z Queue Type: MULTI 2025-12-04T09:52:54.2542545Z Node: 1 2025-12-04T09:52:54.2542680Z Device Type: CPU 2025-12-04T09:52:54.2542809Z Cache Info: 2025-12-04T09:52:54.2542921Z L1: 49152(0xc000) KB 2025-12-04T09:52:54.2543051Z Chip ID: 0(0x0) 2025-12-04T09:52:54.2543193Z ASIC Revision: 0(0x0) 2025-12-04T09:52:54.2543337Z Cacheline Size: 64(0x40) 2025-12-04T09:52:54.2543486Z Max Clock Freq. (MHz): 3300 2025-12-04T09:52:54.2543628Z BDFID: 0 2025-12-04T09:52:54.2543767Z Internal Node ID: 1 2025-12-04T09:52:54.2543912Z Compute Unit: 64 2025-12-04T09:52:54.2544055Z SIMDs per CU: 0 2025-12-04T09:52:54.2544200Z Shader Engines: 0 2025-12-04T09:52:54.2544349Z Shader Arrs. per Eng.: 0 2025-12-04T09:52:54.2544500Z WatchPts on Addr. Ranges:1 2025-12-04T09:52:54.2544636Z Memory Properties: 2025-12-04T09:52:54.2544743Z Features: None 2025-12-04T09:52:54.2544845Z Pool Info: 2025-12-04T09:52:54.2544945Z Pool 1 2025-12-04T09:52:54.2545069Z Segment: GLOBAL; FLAGS: FINE GRAINED 2025-12-04T09:52:54.2545213Z Size: 1585311820(0x5e7df04c) KB 2025-12-04T09:52:54.2545358Z Allocatable: TRUE 2025-12-04T09:52:54.2545507Z Alloc Granule: 4KB 2025-12-04T09:52:54.2545668Z Alloc Recommended Granule:4KB 2025-12-04T09:52:54.2545830Z Alloc Alignment: 4KB 2025-12-04T09:52:54.2545983Z Accessible by all: TRUE 2025-12-04T09:52:54.2546116Z Pool 2 2025-12-04T09:52:54.2546241Z Segment: GLOBAL; FLAGS: EXTENDED FINE GRAINED 2025-12-04T09:52:54.2546382Z Size: 1585311820(0x5e7df04c) KB 2025-12-04T09:52:54.2546578Z Allocatable: TRUE 2025-12-04T09:52:54.2546782Z Alloc Granule: 4KB 2025-12-04T09:52:54.2546938Z Alloc Recommended Granule:4KB 2025-12-04T09:52:54.2547094Z Alloc Alignment: 4KB 2025-12-04T09:52:54.2547246Z Accessible by all: TRUE 2025-12-04T09:52:54.2547382Z Pool 3 2025-12-04T09:52:54.2547506Z Segment: GLOBAL; FLAGS: KERNARG, FINE GRAINED 2025-12-04T09:52:54.2547647Z Size: 1585311820(0x5e7df04c) KB 2025-12-04T09:52:54.2547789Z Allocatable: TRUE 2025-12-04T09:52:54.2547938Z Alloc Granule: 4KB 2025-12-04T09:52:54.2548091Z Alloc Recommended Granule:4KB 2025-12-04T09:52:54.2548252Z Alloc Alignment: 4KB 2025-12-04T09:52:54.2548402Z Accessible by all: TRUE 2025-12-04T09:52:54.2548537Z Pool 4 2025-12-04T09:52:54.2548660Z Segment: GLOBAL; FLAGS: COARSE GRAINED 2025-12-04T09:52:54.2548799Z Size: 1585311820(0x5e7df04c) KB 2025-12-04T09:52:54.2550303Z Allocatable: TRUE 2025-12-04T09:52:54.2550456Z Alloc Granule: 4KB 2025-12-04T09:52:54.2550608Z Alloc Recommended Granule:4KB 2025-12-04T09:52:54.2550767Z Alloc Alignment: 4KB 2025-12-04T09:52:54.2550917Z Accessible by all: TRUE 2025-12-04T09:52:54.2551051Z ISA Info: 2025-12-04T09:52:54.2551150Z ******* 2025-12-04T09:52:54.2551243Z Agent 3 2025-12-04T09:52:54.2551339Z ******* 2025-12-04T09:52:54.2551446Z Name: gfx942 2025-12-04T09:52:54.2551585Z Uuid: GPU-2bc26ea10b43384c 2025-12-04T09:52:54.2551733Z Marketing Name: AMD Instinct MI325X 2025-12-04T09:52:54.2551882Z Vendor Name: AMD 2025-12-04T09:52:54.2552029Z Feature: KERNEL_DISPATCH 2025-12-04T09:52:54.2552174Z Profile: BASE_PROFILE 2025-12-04T09:52:54.2552320Z Float Round Mode: NEAR 2025-12-04T09:52:54.2552469Z Max Queue Number: 128(0x80) 2025-12-04T09:52:54.2552618Z Queue Min Size: 64(0x40) 2025-12-04T09:52:54.2552762Z Queue Max Size: 131072(0x20000) 2025-12-04T09:52:54.2552907Z Queue Type: MULTI 2025-12-04T09:52:54.2553040Z Node: 2 2025-12-04T09:52:54.2553178Z Device Type: GPU 2025-12-04T09:52:54.2553307Z Cache Info: 2025-12-04T09:52:54.2553414Z L1: 32(0x20) KB 2025-12-04T09:52:54.2553545Z L2: 4096(0x1000) KB 2025-12-04T09:52:54.2553674Z L3: 262144(0x40000) KB 2025-12-04T09:52:54.2553807Z Chip ID: 29861(0x74a5) 2025-12-04T09:52:54.2553949Z ASIC Revision: 1(0x1) 2025-12-04T09:52:54.2554093Z Cacheline Size: 128(0x80) 2025-12-04T09:52:54.2554241Z Max Clock Freq. (MHz): 2100 2025-12-04T09:52:54.2554419Z BDFID: 62720 2025-12-04T09:52:54.2554560Z Internal Node ID: 2 2025-12-04T09:52:54.2554707Z Compute Unit: 304 2025-12-04T09:52:54.2554850Z SIMDs per CU: 4 2025-12-04T09:52:54.2554995Z Shader Engines: 32 2025-12-04T09:52:54.2555148Z Shader Arrs. per Eng.: 1 2025-12-04T09:52:54.2555303Z WatchPts on Addr. Ranges:4 2025-12-04T09:52:54.2555457Z Coherent Host Access: FALSE 2025-12-04T09:52:54.2555593Z Memory Properties: 2025-12-04T09:52:54.2555703Z Features: KERNEL_DISPATCH 2025-12-04T09:52:54.2555841Z Fast F16 Operation: TRUE 2025-12-04T09:52:54.2555992Z Wavefront Size: 64(0x40) 2025-12-04T09:52:54.2556143Z Workgroup Max Size: 1024(0x400) 2025-12-04T09:52:54.2556285Z Workgroup Max Size per Dimension: 2025-12-04T09:52:54.2556406Z x 1024(0x400) 2025-12-04T09:52:54.2556527Z y 1024(0x400) 2025-12-04T09:52:54.2556650Z z 1024(0x400) 2025-12-04T09:52:54.2556853Z Max Waves Per CU: 32(0x20) 2025-12-04T09:52:54.2557036Z Max Work-item Per CU: 2048(0x800) 2025-12-04T09:52:54.2557189Z Grid Max Size: 4294967295(0xffffffff) 2025-12-04T09:52:54.2557320Z Grid Max Size per Dimension: 2025-12-04T09:52:54.2557433Z x 4294967295(0xffffffff) 2025-12-04T09:52:54.2557560Z y 4294967295(0xffffffff) 2025-12-04T09:52:54.2557683Z z 4294967295(0xffffffff) 2025-12-04T09:52:54.2557828Z Max fbarriers/Workgrp: 32 2025-12-04T09:52:54.2560358Z Packet Processor uCode:: 185 2025-12-04T09:52:54.2560523Z SDMA engine uCode:: 24 2025-12-04T09:52:54.2560676Z IOMMU Support:: None 2025-12-04T09:52:54.2560806Z Pool Info: 2025-12-04T09:52:54.2560910Z Pool 1 2025-12-04T09:52:54.2561037Z Segment: GLOBAL; FLAGS: COARSE GRAINED 2025-12-04T09:52:54.2561184Z Size: 268419072(0xfffc000) KB 2025-12-04T09:52:54.2561328Z Allocatable: TRUE 2025-12-04T09:52:54.2561480Z Alloc Granule: 4KB 2025-12-04T09:52:54.2561637Z Alloc Recommended Granule:2048KB 2025-12-04T09:52:54.2561796Z Alloc Alignment: 4KB 2025-12-04T09:52:54.2561948Z Accessible by all: FALSE 2025-12-04T09:52:54.2562083Z Pool 2 2025-12-04T09:52:54.2562212Z Segment: GLOBAL; FLAGS: EXTENDED FINE GRAINED 2025-12-04T09:52:54.2562356Z Size: 268419072(0xfffc000) KB 2025-12-04T09:52:54.2562500Z Allocatable: TRUE 2025-12-04T09:52:54.2562652Z Alloc Granule: 4KB 2025-12-04T09:52:54.2562806Z Alloc Recommended Granule:2048KB 2025-12-04T09:52:54.2562968Z Alloc Alignment: 4KB 2025-12-04T09:52:54.2572184Z Accessible by all: FALSE 2025-12-04T09:52:54.2572333Z Pool 3 2025-12-04T09:52:54.2572582Z Segment: GLOBAL; FLAGS: FINE GRAINED 2025-12-04T09:52:54.2572742Z Size: 268419072(0xfffc000) KB 2025-12-04T09:52:54.2572892Z Allocatable: TRUE 2025-12-04T09:52:54.2573059Z Alloc Granule: 4KB 2025-12-04T09:52:54.2573231Z Alloc Recommended Granule:2048KB 2025-12-04T09:52:54.2573407Z Alloc Alignment: 4KB 2025-12-04T09:52:54.2573576Z Accessible by all: FALSE 2025-12-04T09:52:54.2573715Z Pool 4 2025-12-04T09:52:54.2573849Z Segment: GROUP 2025-12-04T09:52:54.2574000Z Size: 64(0x40) KB 2025-12-04T09:52:54.2574147Z Allocatable: FALSE 2025-12-04T09:52:54.2574314Z Alloc Granule: 0KB 2025-12-04T09:52:54.2574484Z Alloc Recommended Granule:0KB 2025-12-04T09:52:54.2574682Z Alloc Alignment: 0KB 2025-12-04T09:52:54.2574849Z Accessible by all: FALSE 2025-12-04T09:52:54.2574995Z ISA Info: 2025-12-04T09:52:54.2575098Z ISA 1 2025-12-04T09:52:54.2575284Z Name: amdgcn-amd-amdhsa--gfx942:sramecc+:xnack- 2025-12-04T09:52:54.2575452Z Machine Models: HSA_MACHINE_MODEL_LARGE 2025-12-04T09:52:54.2575619Z Profiles: HSA_PROFILE_BASE 2025-12-04T09:52:54.2575786Z Default Rounding Mode: NEAR 2025-12-04T09:52:54.2575951Z Default Rounding Mode: NEAR 2025-12-04T09:52:54.2576114Z Fast f16: TRUE 2025-12-04T09:52:54.2576276Z Workgroup Max Size: 1024(0x400) 2025-12-04T09:52:54.2576424Z Workgroup Max Size per Dimension: 2025-12-04T09:52:54.2576564Z x 1024(0x400) 2025-12-04T09:52:54.2576725Z y 1024(0x400) 2025-12-04T09:52:54.2576862Z z 1024(0x400) 2025-12-04T09:52:54.2577013Z Grid Max Size: 4294967295(0xffffffff) 2025-12-04T09:52:54.2577154Z Grid Max Size per Dimension: 2025-12-04T09:52:54.2577284Z x 4294967295(0xffffffff) 2025-12-04T09:52:54.2577424Z y 4294967295(0xffffffff) 2025-12-04T09:52:54.2577557Z z 4294967295(0xffffffff) 2025-12-04T09:52:54.2577711Z FBarrier Max Size: 32 2025-12-04T09:52:54.2577852Z ISA 2 2025-12-04T09:52:54.2578005Z Name: amdgcn-amd-amdhsa--gfx9-4-generic:sramecc+:xnack- 2025-12-04T09:52:54.2578190Z Machine Models: HSA_MACHINE_MODEL_LARGE 2025-12-04T09:52:54.2578352Z Profiles: HSA_PROFILE_BASE 2025-12-04T09:52:54.2578520Z Default Rounding Mode: NEAR 2025-12-04T09:52:54.2578690Z Default Rounding Mode: NEAR 2025-12-04T09:52:54.2578843Z Fast f16: TRUE 2025-12-04T09:52:54.2579006Z Workgroup Max Size: 1024(0x400) 2025-12-04T09:52:54.2579160Z Workgroup Max Size per Dimension: 2025-12-04T09:52:54.2579289Z x 1024(0x400) 2025-12-04T09:52:54.2579426Z y 1024(0x400) 2025-12-04T09:52:54.2579587Z z 1024(0x400) 2025-12-04T09:52:54.2579737Z Grid Max Size: 4294967295(0xffffffff) 2025-12-04T09:52:54.2579883Z Grid Max Size per Dimension: 2025-12-04T09:52:54.2580006Z x 4294967295(0xffffffff) 2025-12-04T09:52:54.2580147Z y 4294967295(0xffffffff) 2025-12-04T09:52:54.2580287Z z 4294967295(0xffffffff) 2025-12-04T09:52:54.2580435Z FBarrier Max Size: 32 2025-12-04T09:52:54.2580578Z ******* 2025-12-04T09:52:54.2580682Z Agent 4 2025-12-04T09:52:54.2580790Z ******* 2025-12-04T09:52:54.2580912Z Name: gfx942 2025-12-04T09:52:54.2581059Z Uuid: GPU-a3e4d38a715e837d 2025-12-04T09:52:54.2581223Z Marketing Name: AMD Instinct MI325X 2025-12-04T09:52:54.2581383Z Vendor Name: AMD 2025-12-04T09:52:54.2581532Z Feature: KERNEL_DISPATCH 2025-12-04T09:52:54.2581692Z Profile: BASE_PROFILE 2025-12-04T09:52:54.2581846Z Float Round Mode: NEAR 2025-12-04T09:52:54.2582009Z Max Queue Number: 128(0x80) 2025-12-04T09:52:54.2582204Z Queue Min Size: 64(0x40) 2025-12-04T09:52:54.2582355Z Queue Max Size: 131072(0x20000) 2025-12-04T09:52:54.2582514Z Queue Type: MULTI 2025-12-04T09:52:54.2582665Z Node: 3 2025-12-04T09:52:54.2582810Z Device Type: GPU 2025-12-04T09:52:54.2583104Z Cache Info: 2025-12-04T09:52:54.2583266Z L1: 32(0x20) KB 2025-12-04T09:52:54.2583408Z L2: 4096(0x1000) KB 2025-12-04T09:52:54.2583550Z L3: 262144(0x40000) KB 2025-12-04T09:52:54.2583686Z Chip ID: 29861(0x74a5) 2025-12-04T09:52:54.2583840Z ASIC Revision: 1(0x1) 2025-12-04T09:52:54.2584003Z Cacheline Size: 128(0x80) 2025-12-04T09:52:54.2584160Z Max Clock Freq. (MHz): 2100 2025-12-04T09:52:54.2584316Z BDFID: 34048 2025-12-04T09:52:54.2584471Z Internal Node ID: 3 2025-12-04T09:52:54.2584647Z Compute Unit: 304 2025-12-04T09:52:54.2584805Z SIMDs per CU: 4 2025-12-04T09:52:54.2584959Z Shader Engines: 32 2025-12-04T09:52:54.2585124Z Shader Arrs. per Eng.: 1 2025-12-04T09:52:54.2585291Z WatchPts on Addr. Ranges:4 2025-12-04T09:52:54.2585455Z Coherent Host Access: FALSE 2025-12-04T09:52:54.2585605Z Memory Properties: 2025-12-04T09:52:54.2585729Z Features: KERNEL_DISPATCH 2025-12-04T09:52:54.2585875Z Fast F16 Operation: TRUE 2025-12-04T09:52:54.2586043Z Wavefront Size: 64(0x40) 2025-12-04T09:52:54.2586200Z Workgroup Max Size: 1024(0x400) 2025-12-04T09:52:54.2586352Z Workgroup Max Size per Dimension: 2025-12-04T09:52:54.2586486Z x 1024(0x400) 2025-12-04T09:52:54.2586617Z y 1024(0x400) 2025-12-04T09:52:54.2586832Z z 1024(0x400) 2025-12-04T09:52:54.2586981Z Max Waves Per CU: 32(0x20) 2025-12-04T09:52:54.2587138Z Max Work-item Per CU: 2048(0x800) 2025-12-04T09:52:54.2587298Z Grid Max Size: 4294967295(0xffffffff) 2025-12-04T09:52:54.2587436Z Grid Max Size per Dimension: 2025-12-04T09:52:54.2587560Z x 4294967295(0xffffffff) 2025-12-04T09:52:54.2587703Z y 4294967295(0xffffffff) 2025-12-04T09:52:54.2587834Z z 4294967295(0xffffffff) 2025-12-04T09:52:54.2587989Z Max fbarriers/Workgrp: 32 2025-12-04T09:52:54.2588167Z Packet Processor uCode:: 185 2025-12-04T09:52:54.2588329Z SDMA engine uCode:: 24 2025-12-04T09:52:54.2588494Z IOMMU Support:: None 2025-12-04T09:52:54.2588640Z Pool Info: 2025-12-04T09:52:54.2588746Z Pool 1 2025-12-04T09:52:54.2588877Z Segment: GLOBAL; FLAGS: COARSE GRAINED 2025-12-04T09:52:54.2589021Z Size: 268419072(0xfffc000) KB 2025-12-04T09:52:54.2589182Z Allocatable: TRUE 2025-12-04T09:52:54.2589348Z Alloc Granule: 4KB 2025-12-04T09:52:54.2589545Z Alloc Recommended Granule:2048KB 2025-12-04T09:52:54.2589746Z Alloc Alignment: 4KB 2025-12-04T09:52:54.2589912Z Accessible by all: FALSE 2025-12-04T09:52:54.2590050Z Pool 2 2025-12-04T09:52:54.2590188Z Segment: GLOBAL; FLAGS: EXTENDED FINE GRAINED 2025-12-04T09:52:54.2590342Z Size: 268419072(0xfffc000) KB 2025-12-04T09:52:54.2590499Z Allocatable: TRUE 2025-12-04T09:52:54.2590656Z Alloc Granule: 4KB 2025-12-04T09:52:54.2590819Z Alloc Recommended Granule:2048KB 2025-12-04T09:52:54.2590991Z Alloc Alignment: 4KB 2025-12-04T09:52:54.2591156Z Accessible by all: FALSE 2025-12-04T09:52:54.2591297Z Pool 3 2025-12-04T09:52:54.2591431Z Segment: GLOBAL; FLAGS: FINE GRAINED 2025-12-04T09:52:54.2591580Z Size: 268419072(0xfffc000) KB 2025-12-04T09:52:54.2591736Z Allocatable: TRUE 2025-12-04T09:52:54.2591899Z Alloc Granule: 4KB 2025-12-04T09:52:54.2592063Z Alloc Recommended Granule:2048KB 2025-12-04T09:52:54.2592232Z Alloc Alignment: 4KB 2025-12-04T09:52:54.2592396Z Accessible by all: FALSE 2025-12-04T09:52:54.2592536Z Pool 4 2025-12-04T09:52:54.2592663Z Segment: GROUP 2025-12-04T09:52:54.2592816Z Size: 64(0x40) KB 2025-12-04T09:52:54.2592963Z Allocatable: FALSE 2025-12-04T09:52:54.2593126Z Alloc Granule: 0KB 2025-12-04T09:52:54.2593287Z Alloc Recommended Granule:0KB 2025-12-04T09:52:54.2593456Z Alloc Alignment: 0KB 2025-12-04T09:52:54.2593637Z Accessible by all: FALSE 2025-12-04T09:52:54.2593960Z ISA Info: 2025-12-04T09:52:54.2594071Z ISA 1 2025-12-04T09:52:54.2594212Z Name: amdgcn-amd-amdhsa--gfx942:sramecc+:xnack- 2025-12-04T09:52:54.2594378Z Machine Models: HSA_MACHINE_MODEL_LARGE 2025-12-04T09:52:54.2594549Z Profiles: HSA_PROFILE_BASE 2025-12-04T09:52:54.2594717Z Default Rounding Mode: NEAR 2025-12-04T09:52:54.2594881Z Default Rounding Mode: NEAR 2025-12-04T09:52:54.2595040Z Fast f16: TRUE 2025-12-04T09:52:54.2595191Z Workgroup Max Size: 1024(0x400) 2025-12-04T09:52:54.2595344Z Workgroup Max Size per Dimension: 2025-12-04T09:52:54.2595480Z x 1024(0x400) 2025-12-04T09:52:54.2595610Z y 1024(0x400) 2025-12-04T09:52:54.2595743Z z 1024(0x400) 2025-12-04T09:52:54.2595891Z Grid Max Size: 4294967295(0xffffffff) 2025-12-04T09:52:54.2596032Z Grid Max Size per Dimension: 2025-12-04T09:52:54.2596161Z x 4294967295(0xffffffff) 2025-12-04T09:52:54.2596306Z y 4294967295(0xffffffff) 2025-12-04T09:52:54.2596470Z z 4294967295(0xffffffff) 2025-12-04T09:52:54.2596630Z FBarrier Max Size: 32 2025-12-04T09:52:54.2596834Z ISA 2 2025-12-04T09:52:54.2596980Z Name: amdgcn-amd-amdhsa--gfx9-4-generic:sramecc+:xnack- 2025-12-04T09:52:54.2597153Z Machine Models: HSA_MACHINE_MODEL_LARGE 2025-12-04T09:52:54.2597320Z Profiles: HSA_PROFILE_BASE 2025-12-04T09:52:54.2597482Z Default Rounding Mode: NEAR 2025-12-04T09:52:54.2597640Z Default Rounding Mode: NEAR 2025-12-04T09:52:54.2597787Z Fast f16: TRUE 2025-12-04T09:52:54.2597930Z Workgroup Max Size: 1024(0x400) 2025-12-04T09:52:54.2598074Z Workgroup Max Size per Dimension: 2025-12-04T09:52:54.2598195Z x 1024(0x400) 2025-12-04T09:52:54.2598316Z y 1024(0x400) 2025-12-04T09:52:54.2598440Z z 1024(0x400) 2025-12-04T09:52:54.2598578Z Grid Max Size: 4294967295(0xffffffff) 2025-12-04T09:52:54.2598709Z Grid Max Size per Dimension: 2025-12-04T09:52:54.2598830Z x 4294967295(0xffffffff) 2025-12-04T09:52:54.2598963Z y 4294967295(0xffffffff) 2025-12-04T09:52:54.2599089Z z 4294967295(0xffffffff) 2025-12-04T09:52:54.2599234Z FBarrier Max Size: 32 2025-12-04T09:52:54.2599366Z ******* 2025-12-04T09:52:54.2599468Z Agent 5 2025-12-04T09:52:54.2599565Z ******* 2025-12-04T09:52:54.2599674Z Name: gfx942 2025-12-04T09:52:54.2599818Z Uuid: GPU-27c5d6ef05b126df 2025-12-04T09:52:54.2599963Z Marketing Name: AMD Instinct MI325X 2025-12-04T09:52:54.2600114Z Vendor Name: AMD 2025-12-04T09:52:54.2600259Z Feature: KERNEL_DISPATCH 2025-12-04T09:52:54.2600402Z Profile: BASE_PROFILE 2025-12-04T09:52:54.2600583Z Float Round Mode: NEAR 2025-12-04T09:52:54.2600731Z Max Queue Number: 128(0x80) 2025-12-04T09:52:54.2600874Z Queue Min Size: 64(0x40) 2025-12-04T09:52:54.2601016Z Queue Max Size: 131072(0x20000) 2025-12-04T09:52:54.2601156Z Queue Type: MULTI 2025-12-04T09:52:54.2601288Z Node: 4 2025-12-04T09:52:54.2601424Z Device Type: GPU 2025-12-04T09:52:54.2601553Z Cache Info: 2025-12-04T09:52:54.2601658Z L1: 32(0x20) KB 2025-12-04T09:52:54.2601783Z L2: 4096(0x1000) KB 2025-12-04T09:52:54.2601905Z L3: 262144(0x40000) KB 2025-12-04T09:52:54.2602030Z Chip ID: 29861(0x74a5) 2025-12-04T09:52:54.2602170Z ASIC Revision: 1(0x1) 2025-12-04T09:52:54.2602314Z Cacheline Size: 128(0x80) 2025-12-04T09:52:54.2602457Z Max Clock Freq. (MHz): 2100 2025-12-04T09:52:54.2602594Z BDFID: 58624 2025-12-04T09:52:54.2602731Z Internal Node ID: 4 2025-12-04T09:52:54.2602906Z Compute Unit: 304 2025-12-04T09:52:54.2603047Z SIMDs per CU: 4 2025-12-04T09:52:54.2603186Z Shader Engines: 32 2025-12-04T09:52:54.2603334Z Shader Arrs. per Eng.: 1 2025-12-04T09:52:54.2603485Z WatchPts on Addr. Ranges:4 2025-12-04T09:52:54.2603636Z Coherent Host Access: FALSE 2025-12-04T09:52:54.2603771Z Memory Properties: 2025-12-04T09:52:54.2603878Z Features: KERNEL_DISPATCH 2025-12-04T09:52:54.2604011Z Fast F16 Operation: TRUE 2025-12-04T09:52:54.2604157Z Wavefront Size: 64(0x40) 2025-12-04T09:52:54.2604305Z Workgroup Max Size: 1024(0x400) 2025-12-04T09:52:54.2604439Z Workgroup Max Size per Dimension: 2025-12-04T09:52:54.2604555Z x 1024(0x400) 2025-12-04T09:52:54.2604673Z y 1024(0x400) 2025-12-04T09:52:54.2604789Z z 1024(0x400) 2025-12-04T09:52:54.2604918Z Max Waves Per CU: 32(0x20) 2025-12-04T09:52:54.2605065Z Max Work-item Per CU: 2048(0x800) 2025-12-04T09:52:54.2605211Z Grid Max Size: 4294967295(0xffffffff) 2025-12-04T09:52:54.2605338Z Grid Max Size per Dimension: 2025-12-04T09:52:54.2605446Z x 4294967295(0xffffffff) 2025-12-04T09:52:54.2605567Z y 4294967295(0xffffffff) 2025-12-04T09:52:54.2605687Z z 4294967295(0xffffffff) 2025-12-04T09:52:54.2605825Z Max fbarriers/Workgrp: 32 2025-12-04T09:52:54.2605984Z Packet Processor uCode:: 185 2025-12-04T09:52:54.2606137Z SDMA engine uCode:: 24 2025-12-04T09:52:54.2606286Z IOMMU Support:: None 2025-12-04T09:52:54.2606411Z Pool Info: 2025-12-04T09:52:54.2606507Z Pool 1 2025-12-04T09:52:54.2606629Z Segment: GLOBAL; FLAGS: COARSE GRAINED 2025-12-04T09:52:54.2606846Z Size: 268419072(0xfffc000) KB 2025-12-04T09:52:54.2607021Z Allocatable: TRUE 2025-12-04T09:52:54.2607169Z Alloc Granule: 4KB 2025-12-04T09:52:54.2607322Z Alloc Recommended Granule:2048KB 2025-12-04T09:52:54.2607474Z Alloc Alignment: 4KB 2025-12-04T09:52:54.2607622Z Accessible by all: FALSE 2025-12-04T09:52:54.2607752Z Pool 2 2025-12-04T09:52:54.2607874Z Segment: GLOBAL; FLAGS: EXTENDED FINE GRAINED 2025-12-04T09:52:54.2608016Z Size: 268419072(0xfffc000) KB 2025-12-04T09:52:54.2608153Z Allocatable: TRUE 2025-12-04T09:52:54.2608301Z Alloc Granule: 4KB 2025-12-04T09:52:54.2608452Z Alloc Recommended Granule:2048KB 2025-12-04T09:52:54.2608606Z Alloc Alignment: 4KB 2025-12-04T09:52:54.2608754Z Accessible by all: FALSE 2025-12-04T09:52:54.2608882Z Pool 3 2025-12-04T09:52:54.2608999Z Segment: GLOBAL; FLAGS: FINE GRAINED 2025-12-04T09:52:54.2609134Z Size: 268419072(0xfffc000) KB 2025-12-04T09:52:54.2609272Z Allocatable: TRUE 2025-12-04T09:52:54.2609460Z Alloc Granule: 4KB 2025-12-04T09:52:54.2609611Z Alloc Recommended Granule:2048KB 2025-12-04T09:52:54.2609762Z Alloc Alignment: 4KB 2025-12-04T09:52:54.2609911Z Accessible by all: FALSE 2025-12-04T09:52:54.2610039Z Pool 4 2025-12-04T09:52:54.2610155Z Segment: GROUP 2025-12-04T09:52:54.2610287Z Size: 64(0x40) KB 2025-12-04T09:52:54.2610423Z Allocatable: FALSE 2025-12-04T09:52:54.2610568Z Alloc Granule: 0KB 2025-12-04T09:52:54.2610719Z Alloc Recommended Granule:0KB 2025-12-04T09:52:54.2610871Z Alloc Alignment: 0KB 2025-12-04T09:52:54.2611021Z Accessible by all: FALSE 2025-12-04T09:52:54.2611148Z ISA Info: 2025-12-04T09:52:54.2611243Z ISA 1 2025-12-04T09:52:54.2611363Z Name: amdgcn-amd-amdhsa--gfx942:sramecc+:xnack- 2025-12-04T09:52:54.2611517Z Machine Models: HSA_MACHINE_MODEL_LARGE 2025-12-04T09:52:54.2611667Z Profiles: HSA_PROFILE_BASE 2025-12-04T09:52:54.2611817Z Default Rounding Mode: NEAR 2025-12-04T09:52:54.2611970Z Default Rounding Mode: NEAR 2025-12-04T09:52:54.2612114Z Fast f16: TRUE 2025-12-04T09:52:54.2612255Z Workgroup Max Size: 1024(0x400) 2025-12-04T09:52:54.2612389Z Workgroup Max Size per Dimension: 2025-12-04T09:52:54.2612510Z x 1024(0x400) 2025-12-04T09:52:54.2612630Z y 1024(0x400) 2025-12-04T09:52:54.2612749Z z 1024(0x400) 2025-12-04T09:52:54.2612878Z Grid Max Size: 4294967295(0xffffffff) 2025-12-04T09:52:54.2613008Z Grid Max Size per Dimension: 2025-12-04T09:52:54.2613121Z x 4294967295(0xffffffff) 2025-12-04T09:52:54.2613265Z y 4294967295(0xffffffff) 2025-12-04T09:52:54.2613387Z z 4294967295(0xffffffff) 2025-12-04T09:52:54.2613522Z FBarrier Max Size: 32 2025-12-04T09:52:54.2613648Z ISA 2 2025-12-04T09:52:54.2613777Z Name: amdgcn-amd-amdhsa--gfx9-4-generic:sramecc+:xnack- 2025-12-04T09:52:54.2613941Z Machine Models: HSA_MACHINE_MODEL_LARGE 2025-12-04T09:52:54.2614094Z Profiles: HSA_PROFILE_BASE 2025-12-04T09:52:54.2614245Z Default Rounding Mode: NEAR 2025-12-04T09:52:54.2614398Z Default Rounding Mode: NEAR 2025-12-04T09:52:54.2614540Z Fast f16: TRUE 2025-12-04T09:52:54.2614683Z Workgroup Max Size: 1024(0x400) 2025-12-04T09:52:54.2614818Z Workgroup Max Size per Dimension: 2025-12-04T09:52:54.2614934Z x 1024(0x400) 2025-12-04T09:52:54.2615053Z y 1024(0x400) 2025-12-04T09:52:54.2615172Z z 1024(0x400) 2025-12-04T09:52:54.2615303Z Grid Max Size: 4294967295(0xffffffff) 2025-12-04T09:52:54.2615429Z Grid Max Size per Dimension: 2025-12-04T09:52:54.2615567Z x 4294967295(0xffffffff) 2025-12-04T09:52:54.2615689Z y 4294967295(0xffffffff) 2025-12-04T09:52:54.2615811Z z 4294967295(0xffffffff) 2025-12-04T09:52:54.2615946Z FBarrier Max Size: 32 2025-12-04T09:52:54.2616073Z ******* 2025-12-04T09:52:54.2616165Z Agent 6 2025-12-04T09:52:54.2616255Z ******* 2025-12-04T09:52:54.2616357Z Name: gfx942 2025-12-04T09:52:54.2616491Z Uuid: GPU-3f5f409ef985086c 2025-12-04T09:52:54.2616634Z Marketing Name: AMD Instinct MI325X 2025-12-04T09:52:54.2616835Z Vendor Name: AMD 2025-12-04T09:52:54.2616978Z Feature: KERNEL_DISPATCH 2025-12-04T09:52:54.2617120Z Profile: BASE_PROFILE 2025-12-04T09:52:54.2617263Z Float Round Mode: NEAR 2025-12-04T09:52:54.2617407Z Max Queue Number: 128(0x80) 2025-12-04T09:52:54.2617549Z Queue Min Size: 64(0x40) 2025-12-04T09:52:54.2617688Z Queue Max Size: 131072(0x20000) 2025-12-04T09:52:54.2617830Z Queue Type: MULTI 2025-12-04T09:52:54.2617961Z Node: 5 2025-12-04T09:52:54.2618093Z Device Type: GPU 2025-12-04T09:52:54.2618216Z Cache Info: 2025-12-04T09:52:54.2618321Z L1: 32(0x20) KB 2025-12-04T09:52:54.2618443Z L2: 4096(0x1000) KB 2025-12-04T09:52:54.2618563Z L3: 262144(0x40000) KB 2025-12-04T09:52:54.2618688Z Chip ID: 29861(0x74a5) 2025-12-04T09:52:54.2618826Z ASIC Revision: 1(0x1) 2025-12-04T09:52:54.2618967Z Cacheline Size: 128(0x80) 2025-12-04T09:52:54.2619112Z Max Clock Freq. (MHz): 2100 2025-12-04T09:52:54.2619248Z BDFID: 38144 2025-12-04T09:52:54.2619421Z Internal Node ID: 5 2025-12-04T09:52:54.2619565Z Compute Unit: 304 2025-12-04T09:52:54.2619704Z SIMDs per CU: 4 2025-12-04T09:52:54.2619847Z Shader Engines: 32 2025-12-04T09:52:54.2619994Z Shader Arrs. per Eng.: 1 2025-12-04T09:52:54.2620143Z WatchPts on Addr. Ranges:4 2025-12-04T09:52:54.2620295Z Coherent Host Access: FALSE 2025-12-04T09:52:54.2620426Z Memory Properties: 2025-12-04T09:52:54.2620530Z Features: KERNEL_DISPATCH 2025-12-04T09:52:54.2620664Z Fast F16 Operation: TRUE 2025-12-04T09:52:54.2620809Z Wavefront Size: 64(0x40) 2025-12-04T09:52:54.2620957Z Workgroup Max Size: 1024(0x400) 2025-12-04T09:52:54.2621091Z Workgroup Max Size per Dimension: 2025-12-04T09:52:54.2621206Z x 1024(0x400) 2025-12-04T09:52:54.2621326Z y 1024(0x400) 2025-12-04T09:52:54.2621446Z z 1024(0x400) 2025-12-04T09:52:54.2621573Z Max Waves Per CU: 32(0x20) 2025-12-04T09:52:54.2621749Z Max Work-item Per CU: 2048(0x800) 2025-12-04T09:52:54.2621894Z Grid Max Size: 4294967295(0xffffffff) 2025-12-04T09:52:54.2622021Z Grid Max Size per Dimension: 2025-12-04T09:52:54.2622129Z x 4294967295(0xffffffff) 2025-12-04T09:52:54.2622248Z y 4294967295(0xffffffff) 2025-12-04T09:52:54.2622370Z z 4294967295(0xffffffff) 2025-12-04T09:52:54.2622508Z Max fbarriers/Workgrp: 32 2025-12-04T09:52:54.2622664Z Packet Processor uCode:: 185 2025-12-04T09:52:54.2622815Z SDMA engine uCode:: 24 2025-12-04T09:52:54.2622964Z IOMMU Support:: None 2025-12-04T09:52:54.2623090Z Pool Info: 2025-12-04T09:52:54.2623186Z Pool 1 2025-12-04T09:52:54.2623307Z Segment: GLOBAL; FLAGS: COARSE GRAINED 2025-12-04T09:52:54.2623448Z Size: 268419072(0xfffc000) KB 2025-12-04T09:52:54.2623589Z Allocatable: TRUE 2025-12-04T09:52:54.2623735Z Alloc Granule: 4KB 2025-12-04T09:52:54.2623889Z Alloc Recommended Granule:2048KB 2025-12-04T09:52:54.2624041Z Alloc Alignment: 4KB 2025-12-04T09:52:54.2624190Z Accessible by all: FALSE 2025-12-04T09:52:54.2624321Z Pool 2 2025-12-04T09:52:54.2624441Z Segment: GLOBAL; FLAGS: EXTENDED FINE GRAINED 2025-12-04T09:52:54.2624581Z Size: 268419072(0xfffc000) KB 2025-12-04T09:52:54.2624720Z Allocatable: TRUE 2025-12-04T09:52:54.2624865Z Alloc Granule: 4KB 2025-12-04T09:52:54.2625019Z Alloc Recommended Granule:2048KB 2025-12-04T09:52:54.2625171Z Alloc Alignment: 4KB 2025-12-04T09:52:54.2625318Z Accessible by all: FALSE 2025-12-04T09:52:54.2625446Z Pool 3 2025-12-04T09:52:54.2625564Z Segment: GLOBAL; FLAGS: FINE GRAINED 2025-12-04T09:52:54.2625727Z Size: 268419072(0xfffc000) KB 2025-12-04T09:52:54.2625863Z Allocatable: TRUE 2025-12-04T09:52:54.2626006Z Alloc Granule: 4KB 2025-12-04T09:52:54.2626157Z Alloc Recommended Granule:2048KB 2025-12-04T09:52:54.2626310Z Alloc Alignment: 4KB 2025-12-04T09:52:54.2626457Z Accessible by all: FALSE 2025-12-04T09:52:54.2626586Z Pool 4 2025-12-04T09:52:54.2626731Z Segment: GROUP 2025-12-04T09:52:54.2626864Z Size: 64(0x40) KB 2025-12-04T09:52:54.2626999Z Allocatable: FALSE 2025-12-04T09:52:54.2627142Z Alloc Granule: 0KB 2025-12-04T09:52:54.2627331Z Alloc Recommended Granule:0KB 2025-12-04T09:52:54.2627483Z Alloc Alignment: 0KB 2025-12-04T09:52:54.2627631Z Accessible by all: FALSE 2025-12-04T09:52:54.2627759Z ISA Info: 2025-12-04T09:52:54.2627855Z ISA 1 2025-12-04T09:52:54.2627975Z Name: amdgcn-amd-amdhsa--gfx942:sramecc+:xnack- 2025-12-04T09:52:54.2628169Z Machine Models: HSA_MACHINE_MODEL_LARGE 2025-12-04T09:52:54.2628325Z Profiles: HSA_PROFILE_BASE 2025-12-04T09:52:54.2628475Z Default Rounding Mode: NEAR 2025-12-04T09:52:54.2628633Z Default Rounding Mode: NEAR 2025-12-04T09:52:54.2628777Z Fast f16: TRUE 2025-12-04T09:52:54.2628922Z Workgroup Max Size: 1024(0x400) 2025-12-04T09:52:54.2629063Z Workgroup Max Size per Dimension: 2025-12-04T09:52:54.2629183Z x 1024(0x400) 2025-12-04T09:52:54.2629310Z y 1024(0x400) 2025-12-04T09:52:54.2629434Z z 1024(0x400) 2025-12-04T09:52:54.2629565Z Grid Max Size: 4294967295(0xffffffff) 2025-12-04T09:52:54.2629698Z Grid Max Size per Dimension: 2025-12-04T09:52:54.2629815Z x 4294967295(0xffffffff) 2025-12-04T09:52:54.2629940Z y 4294967295(0xffffffff) 2025-12-04T09:52:54.2630067Z z 4294967295(0xffffffff) 2025-12-04T09:52:54.2630205Z FBarrier Max Size: 32 2025-12-04T09:52:54.2630337Z ISA 2 2025-12-04T09:52:54.2630473Z Name: amdgcn-amd-amdhsa--gfx9-4-generic:sramecc+:xnack- 2025-12-04T09:52:54.2630639Z Machine Models: HSA_MACHINE_MODEL_LARGE 2025-12-04T09:52:54.2630798Z Profiles: HSA_PROFILE_BASE 2025-12-04T09:52:54.2630952Z Default Rounding Mode: NEAR 2025-12-04T09:52:54.2631125Z Default Rounding Mode: NEAR 2025-12-04T09:52:54.2631278Z Fast f16: TRUE 2025-12-04T09:52:54.2631424Z Workgroup Max Size: 1024(0x400) 2025-12-04T09:52:54.2631568Z Workgroup Max Size per Dimension: 2025-12-04T09:52:54.2631693Z x 1024(0x400) 2025-12-04T09:52:54.2631817Z y 1024(0x400) 2025-12-04T09:52:54.2631942Z z 1024(0x400) 2025-12-04T09:52:54.2632110Z Grid Max Size: 4294967295(0xffffffff) 2025-12-04T09:52:54.2632241Z Grid Max Size per Dimension: 2025-12-04T09:52:54.2632358Z x 4294967295(0xffffffff) 2025-12-04T09:52:54.2632484Z y 4294967295(0xffffffff) 2025-12-04T09:52:54.2632613Z z 4294967295(0xffffffff) 2025-12-04T09:52:54.2632758Z FBarrier Max Size: 32 2025-12-04T09:52:54.2632890Z *** Done *** 2025-12-04T09:52:54.2645991Z ##[group]Run ngpu=$(rocminfo | grep -c -E 'Name:.*\sgfx') 2025-12-04T09:52:54.2646178Z ngpu=$(rocminfo | grep -c -E 'Name:.*\sgfx') 2025-12-04T09:52:54.2646446Z msg="Please file an issue on pytorch/pytorch reporting the faulty runner. Include a link to the runner logs so the runner can be identified" 2025-12-04T09:52:54.2646746Z if [[ $ngpu -eq 0 ]]; then 2025-12-04T09:52:54.2646891Z  echo "Error: Failed to detect any GPUs on the runner" 2025-12-04T09:52:54.2647029Z  echo "$msg" 2025-12-04T09:52:54.2647127Z  exit 1 2025-12-04T09:52:54.2647216Z fi 2025-12-04T09:52:54.2651342Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2025-12-04T09:52:54.2651487Z env: 2025-12-04T09:52:54.2651576Z GIT_DEFAULT_BRANCH: main 2025-12-04T09:52:54.2651679Z ##[endgroup] 2025-12-04T09:52:54.3672815Z ##[group]Run pytorch/pytorch/.github/actions/diskspace-cleanup@main 2025-12-04T09:52:54.3672984Z with: 2025-12-04T09:52:54.3673071Z diskspace-cutoff: 70 2025-12-04T09:52:54.3673174Z env: 2025-12-04T09:52:54.3673259Z GIT_DEFAULT_BRANCH: main 2025-12-04T09:52:54.3673360Z ##[endgroup] 2025-12-04T09:52:54.3693765Z ##[group]Run set -ex 2025-12-04T09:52:54.3693905Z set -ex 2025-12-04T09:52:54.3693996Z diskspace_cutoff=70 2025-12-04T09:52:54.3694139Z docker_root_dir=$(docker info -f '{{.DockerRootDir}}') 2025-12-04T09:52:54.3694304Z if [ ! -d "$docker_root_dir" ]; then 2025-12-04T09:52:54.3694498Z  echo "Docker root directory ($docker_root_dir) does not exist. Skipping disk space check." 2025-12-04T09:52:54.3694679Z  exit 0 2025-12-04T09:52:54.3694767Z fi 2025-12-04T09:52:54.3694929Z diskspace=$(df -H --output=pcent ${docker_root_dir} | sed -n 2p | sed 's/%//' | sed 's/ //') 2025-12-04T09:52:54.3695256Z msg="Please file an issue on pytorch/pytorch reporting the faulty runner. Include a link to the runner logs so the runner can be identified" 2025-12-04T09:52:54.3695531Z if [[ "$diskspace" -ge "$diskspace_cutoff" ]] ; then 2025-12-04T09:52:54.3695675Z  docker system prune -af 2025-12-04T09:52:54.3695861Z  diskspace_new=$(df -H --output=pcent ${docker_root_dir} | sed -n 2p | sed 's/%//' | sed 's/ //') 2025-12-04T09:52:54.3696069Z  if [[ "$diskspace_new" -gt "$diskspace_cutoff" ]] ; then 2025-12-04T09:52:54.3696231Z  diskspace_cutoff_int=$((diskspace_cutoff + 0)) 2025-12-04T09:52:54.3696388Z  difference=$((100 - diskspace_cutoff_int)) 2025-12-04T09:52:54.3696969Z  echo "Error: Available diskspace is less than $difference percent. Not enough diskspace." 2025-12-04T09:52:54.3697154Z  echo "$msg" 2025-12-04T09:52:54.3697255Z  exit 1 2025-12-04T09:52:54.3697348Z  else 2025-12-04T09:52:54.3697462Z  difference=$((diskspace - diskspace_new)) 2025-12-04T09:52:54.3697611Z  echo "Diskspace saved: $difference percent" 2025-12-04T09:52:54.3697736Z  fi 2025-12-04T09:52:54.3697823Z fi 2025-12-04T09:52:54.3702368Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2025-12-04T09:52:54.3702511Z env: 2025-12-04T09:52:54.3702598Z GIT_DEFAULT_BRANCH: main 2025-12-04T09:52:54.3702695Z ##[endgroup] 2025-12-04T09:52:54.3725047Z + diskspace_cutoff=70 2025-12-04T09:52:54.3725423Z ++ docker info -f '{{.DockerRootDir}}' 2025-12-04T09:52:54.4148645Z + docker_root_dir=/home/runner/docker-data 2025-12-04T09:52:54.4148806Z + '[' '!' -d /home/runner/docker-data ']' 2025-12-04T09:52:54.4156494Z ++ df -H --output=pcent /home/runner/docker-data 2025-12-04T09:52:54.4156732Z ++ sed -n 2p 2025-12-04T09:52:54.4156820Z ++ sed s/%// 2025-12-04T09:52:54.4156907Z ++ sed 's/ //' 2025-12-04T09:52:54.4172339Z + diskspace=' 5' 2025-12-04T09:52:54.4207411Z + msg='Please file an issue on pytorch/pytorch reporting the faulty runner. Include a link to the runner logs so the runner can be identified' 2025-12-04T09:52:54.4207835Z + [[ 5 -ge 70 ]] 2025-12-04T09:52:54.4235693Z ##[group]Run RUNNER_ARTIFACT_DIR="${RUNNER_TEMP}/artifacts" 2025-12-04T09:52:54.4235940Z RUNNER_ARTIFACT_DIR="${RUNNER_TEMP}/artifacts" 2025-12-04T09:52:54.4236091Z rm -rf "${RUNNER_ARTIFACT_DIR}" 2025-12-04T09:52:54.4236230Z mkdir -p "${RUNNER_ARTIFACT_DIR}" 2025-12-04T09:52:54.4236418Z echo "RUNNER_ARTIFACT_DIR=${RUNNER_ARTIFACT_DIR}" >> "${GITHUB_ENV}" 2025-12-04T09:52:54.4236577Z  2025-12-04T09:52:54.4236731Z RUNNER_TEST_RESULTS_DIR="${RUNNER_TEMP}/test-results" 2025-12-04T09:52:54.4236896Z rm -rf "${RUNNER_TEST_RESULTS_DIR}" 2025-12-04T09:52:54.4237035Z mkdir -p "${RUNNER_TEST_RESULTS_DIR}" 2025-12-04T09:52:54.4237217Z echo "RUNNER_TEST_RESULTS_DIR=${RUNNER_TEST_RESULTS_DIR}" >> "${GITHUB_ENV}" 2025-12-04T09:52:54.4237384Z  2025-12-04T09:52:54.4237672Z RUNNER_DOCS_DIR="${RUNNER_TEMP}/docs" 2025-12-04T09:52:54.4237809Z rm -rf "${RUNNER_DOCS_DIR}" 2025-12-04T09:52:54.4237930Z mkdir -p "${RUNNER_DOCS_DIR}" 2025-12-04T09:52:54.4238085Z echo "RUNNER_DOCS_DIR=${RUNNER_DOCS_DIR}" >> "${GITHUB_ENV}" 2025-12-04T09:52:54.4243357Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2025-12-04T09:52:54.4243517Z env: 2025-12-04T09:52:54.4243612Z GIT_DEFAULT_BRANCH: main 2025-12-04T09:52:54.4243715Z ##[endgroup] 2025-12-04T09:52:54.4309560Z ##[group]Run env | grep '^GITHUB' >> "${RUNNER_TEMP}/github_env_${GITHUB_RUN_ID}" 2025-12-04T09:52:54.4309790Z env | grep '^GITHUB' >> "${RUNNER_TEMP}/github_env_${GITHUB_RUN_ID}" 2025-12-04T09:52:54.4309976Z env | grep '^CI' >> "${RUNNER_TEMP}/github_env_${GITHUB_RUN_ID}" 2025-12-04T09:52:54.4314844Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2025-12-04T09:52:54.4314995Z env: 2025-12-04T09:52:54.4315110Z GIT_DEFAULT_BRANCH: main 2025-12-04T09:52:54.4315248Z RUNNER_ARTIFACT_DIR: /home/runner/_work/_temp/artifacts 2025-12-04T09:52:54.4315420Z RUNNER_TEST_RESULTS_DIR: /home/runner/_work/_temp/test-results 2025-12-04T09:52:54.4315589Z RUNNER_DOCS_DIR: /home/runner/_work/_temp/docs 2025-12-04T09:52:54.4315723Z ##[endgroup] 2025-12-04T09:52:54.4378906Z ##[group]Run # All GPUs are visible to the runner; visibility, if needed, will be set by run_test.py. 2025-12-04T09:52:54.4379201Z # All GPUs are visible to the runner; visibility, if needed, will be set by run_test.py. 2025-12-04T09:52:54.4379401Z # Add render group for container creation. 2025-12-04T09:52:54.4379574Z render_gid=`cat /etc/group | grep render | cut -d: -f3` 2025-12-04T09:52:54.4379772Z # Ensure GPU isolation if pod is part of kubernetes setup with DEVICE_FLAG. 2025-12-04T09:52:54.4379973Z if [ -f "/etc/podinfo/gha-render-devices" ]; then 2025-12-04T09:52:54.4380151Z  DEVICE_FLAG=$(cat /etc/podinfo/gha-render-devices) 2025-12-04T09:52:54.4380291Z else 2025-12-04T09:52:54.4380398Z  DEVICE_FLAG="--device /dev/dri" 2025-12-04T09:52:54.4380512Z fi 2025-12-04T09:52:54.4380697Z # The --group-add daemon and --group-add bin are needed in the Ubuntu 24.04 and Almalinux OSs respectively. 2025-12-04T09:52:54.4380974Z # This is due to the device files (/dev/kfd & /dev/dri) being owned by video group on bare metal. 2025-12-04T09:52:54.4381359Z # This video group ID maps to subgid 1 inside the docker image due to the /etc/subgid entries. 2025-12-04T09:52:54.4381619Z # The group name corresponding to group ID 1 can change depending on the OS, so both are necessary. 2025-12-04T09:52:54.4382061Z echo "GPU_FLAG=--device=/dev/mem --device=/dev/kfd $DEVICE_FLAG --group-add video --group-add $render_gid --group-add daemon --group-add bin --cap-add=SYS_PTRACE --security-opt seccomp=unconfined --network=host" >> "${GITHUB_ENV}" 2025-12-04T09:52:54.4385287Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2025-12-04T09:52:54.4385428Z env: 2025-12-04T09:52:54.4385521Z GIT_DEFAULT_BRANCH: main 2025-12-04T09:52:54.4385648Z RUNNER_ARTIFACT_DIR: /home/runner/_work/_temp/artifacts 2025-12-04T09:52:54.4385821Z RUNNER_TEST_RESULTS_DIR: /home/runner/_work/_temp/test-results 2025-12-04T09:52:54.4385986Z RUNNER_DOCS_DIR: /home/runner/_work/_temp/docs 2025-12-04T09:52:54.4386116Z ##[endgroup] 2025-12-04T09:52:54.4449903Z ##[group]Run aws-actions/configure-aws-credentials@ececac1a45f3b08a01d2dd070d28d111c5fe6722 2025-12-04T09:52:54.4450100Z with: 2025-12-04T09:52:54.4450246Z role-to-assume: arn:aws:iam::308535385114:role/gha_workflow_s3_and_ecr_read_only 2025-12-04T09:52:54.4450413Z aws-region: us-east-1 2025-12-04T09:52:54.4450525Z role-duration-seconds: 18000 2025-12-04T09:52:54.4450645Z audience: sts.amazonaws.com 2025-12-04T09:52:54.4450752Z env: 2025-12-04T09:52:54.4450843Z GIT_DEFAULT_BRANCH: main 2025-12-04T09:52:54.4451099Z RUNNER_ARTIFACT_DIR: /home/runner/_work/_temp/artifacts 2025-12-04T09:52:54.4451272Z RUNNER_TEST_RESULTS_DIR: /home/runner/_work/_temp/test-results 2025-12-04T09:52:54.4451433Z RUNNER_DOCS_DIR: /home/runner/_work/_temp/docs 2025-12-04T09:52:54.4451923Z GPU_FLAG: --device=/dev/mem --device=/dev/kfd --group-add 110 --device /dev/dri/renderD160 --device /dev/dri/renderD168 --device /dev/dri/renderD176 --device /dev/dri/renderD184 --group-add video --group-add 109 --group-add daemon --group-add bin --cap-add=SYS_PTRACE --security-opt seccomp=unconfined --network=host 2025-12-04T09:52:54.4452397Z ##[endgroup] 2025-12-04T09:52:54.7833112Z Assuming role with OIDC 2025-12-04T09:52:55.1387796Z Authenticated as assumedRoleId AROAUPVRELQNLLCOPFEJR:GitHubActions 2025-12-04T09:52:55.2378450Z ##[group]Run aws-actions/amazon-ecr-login@062b18b96a7aff071d4dc91bc00c4c1a7945b076 2025-12-04T09:52:55.2378655Z with: 2025-12-04T09:52:55.2378757Z mask-password: true 2025-12-04T09:52:55.2378889Z registry-type: private 2025-12-04T09:52:55.2379008Z skip-logout: false 2025-12-04T09:52:55.2379119Z env: 2025-12-04T09:52:55.2379223Z GIT_DEFAULT_BRANCH: main 2025-12-04T09:52:55.2379371Z RUNNER_ARTIFACT_DIR: /home/runner/_work/_temp/artifacts 2025-12-04T09:52:55.2379555Z RUNNER_TEST_RESULTS_DIR: /home/runner/_work/_temp/test-results 2025-12-04T09:52:55.2379730Z RUNNER_DOCS_DIR: /home/runner/_work/_temp/docs 2025-12-04T09:52:55.2380258Z GPU_FLAG: --device=/dev/mem --device=/dev/kfd --group-add 110 --device /dev/dri/renderD160 --device /dev/dri/renderD168 --device /dev/dri/renderD176 --device /dev/dri/renderD184 --group-add video --group-add 109 --group-add daemon --group-add bin --cap-add=SYS_PTRACE --security-opt seccomp=unconfined --network=host 2025-12-04T09:52:55.2380763Z AWS_DEFAULT_REGION: us-east-1 2025-12-04T09:52:55.2380889Z AWS_REGION: us-east-1 2025-12-04T09:52:55.2381259Z AWS_ACCESS_KEY_ID: *** 2025-12-04T09:52:55.2381421Z AWS_SECRET_ACCESS_KEY: *** 2025-12-04T09:52:55.2383776Z AWS_SESSION_TOKEN: *** 2025-12-04T09:52:55.2383890Z ##[endgroup] 2025-12-04T09:52:55.6607726Z Logging into registry 308535385114.dkr.ecr.us-east-1.amazonaws.com 2025-12-04T09:52:56.3100000Z ##[group]Run env | grep '^GITHUB' >> "${RUNNER_TEMP}/github_env_${GITHUB_RUN_ID}" 2025-12-04T09:52:56.3100254Z env | grep '^GITHUB' >> "${RUNNER_TEMP}/github_env_${GITHUB_RUN_ID}" 2025-12-04T09:52:56.3100450Z env | grep '^CI' >> "${RUNNER_TEMP}/github_env_${GITHUB_RUN_ID}" 2025-12-04T09:52:56.3100806Z env | grep '^RUNNER' >> "${RUNNER_TEMP}/github_env_${GITHUB_RUN_ID}" 2025-12-04T09:52:56.3106233Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2025-12-04T09:52:56.3106390Z env: 2025-12-04T09:52:56.3106491Z GIT_DEFAULT_BRANCH: main 2025-12-04T09:52:56.3106636Z RUNNER_ARTIFACT_DIR: /home/runner/_work/_temp/artifacts 2025-12-04T09:52:56.3106885Z RUNNER_TEST_RESULTS_DIR: /home/runner/_work/_temp/test-results 2025-12-04T09:52:56.3107055Z RUNNER_DOCS_DIR: /home/runner/_work/_temp/docs 2025-12-04T09:52:56.3107568Z GPU_FLAG: --device=/dev/mem --device=/dev/kfd --group-add 110 --device /dev/dri/renderD160 --device /dev/dri/renderD168 --device /dev/dri/renderD176 --device /dev/dri/renderD184 --group-add video --group-add 109 --group-add daemon --group-add bin --cap-add=SYS_PTRACE --security-opt seccomp=unconfined --network=host 2025-12-04T09:52:56.3108061Z AWS_DEFAULT_REGION: us-east-1 2025-12-04T09:52:56.3108190Z AWS_REGION: us-east-1 2025-12-04T09:52:56.3108399Z AWS_ACCESS_KEY_ID: *** 2025-12-04T09:52:56.3108556Z AWS_SECRET_ACCESS_KEY: *** 2025-12-04T09:52:56.3110903Z AWS_SESSION_TOKEN: *** 2025-12-04T09:52:56.3111015Z ##[endgroup] 2025-12-04T09:52:56.3187246Z ##[group]Run ngpu=$(rocminfo | grep -c -E 'Name:.*\sgfx') 2025-12-04T09:52:56.3187459Z ngpu=$(rocminfo | grep -c -E 'Name:.*\sgfx') 2025-12-04T09:52:56.3187705Z if [[ $ngpu -lt 2 ]]; then #We are temporarily reducing this down to 2 from 4 so that we can run tests on nodes with less gpus. 2025-12-04T09:52:56.3187998Z  echo "Error: only $ngpu GPU(s) detected, at least 2 GPUs are needed for distributed jobs" 2025-12-04T09:52:56.3188183Z  exit 1 2025-12-04T09:52:56.3188276Z fi 2025-12-04T09:52:56.3192904Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2025-12-04T09:52:56.3193051Z env: 2025-12-04T09:52:56.3193147Z GIT_DEFAULT_BRANCH: main 2025-12-04T09:52:56.3193282Z RUNNER_ARTIFACT_DIR: /home/runner/_work/_temp/artifacts 2025-12-04T09:52:56.3193471Z RUNNER_TEST_RESULTS_DIR: /home/runner/_work/_temp/test-results 2025-12-04T09:52:56.3193640Z RUNNER_DOCS_DIR: /home/runner/_work/_temp/docs 2025-12-04T09:52:56.3194162Z GPU_FLAG: --device=/dev/mem --device=/dev/kfd --group-add 110 --device /dev/dri/renderD160 --device /dev/dri/renderD168 --device /dev/dri/renderD176 --device /dev/dri/renderD184 --group-add video --group-add 109 --group-add daemon --group-add bin --cap-add=SYS_PTRACE --security-opt seccomp=unconfined --network=host 2025-12-04T09:52:56.3194652Z AWS_DEFAULT_REGION: us-east-1 2025-12-04T09:52:56.3194776Z AWS_REGION: us-east-1 2025-12-04T09:52:56.3194992Z AWS_ACCESS_KEY_ID: *** 2025-12-04T09:52:56.3195147Z AWS_SECRET_ACCESS_KEY: *** 2025-12-04T09:52:56.3197527Z AWS_SESSION_TOKEN: *** 2025-12-04T09:52:56.3197639Z ##[endgroup] 2025-12-04T09:52:56.4281386Z ##[group]Run pytorch/test-infra/.github/actions/calculate-docker-image@main 2025-12-04T09:52:56.4281567Z with: 2025-12-04T09:52:56.4281850Z docker-image-name: 308535385114.dkr.ecr.us-east-1.amazonaws.com/pytorch/ci-image:pytorch-linux-jammy-rocm-n-py3-f0cd68561080d537ef3d3d6f81b25a6416ad600a 2025-12-04T09:52:56.4282153Z use-custom-docker-registry: true 2025-12-04T09:52:56.4282283Z docker-build-dir: .ci/docker 2025-12-04T09:52:56.4282403Z docker-build-script: ./build.sh 2025-12-04T09:52:56.4282524Z working-directory: . 2025-12-04T09:52:56.4282666Z docker-registry: 308535385114.dkr.ecr.us-east-1.amazonaws.com 2025-12-04T09:52:56.4282820Z force-push: false 2025-12-04T09:52:56.4282915Z env: 2025-12-04T09:52:56.4283004Z GIT_DEFAULT_BRANCH: main 2025-12-04T09:52:56.4283137Z RUNNER_ARTIFACT_DIR: /home/runner/_work/_temp/artifacts 2025-12-04T09:52:56.4283312Z RUNNER_TEST_RESULTS_DIR: /home/runner/_work/_temp/test-results 2025-12-04T09:52:56.4283490Z RUNNER_DOCS_DIR: /home/runner/_work/_temp/docs 2025-12-04T09:52:56.4283993Z GPU_FLAG: --device=/dev/mem --device=/dev/kfd --group-add 110 --device /dev/dri/renderD160 --device /dev/dri/renderD168 --device /dev/dri/renderD176 --device /dev/dri/renderD184 --group-add video --group-add 109 --group-add daemon --group-add bin --cap-add=SYS_PTRACE --security-opt seccomp=unconfined --network=host 2025-12-04T09:52:56.4284549Z AWS_DEFAULT_REGION: us-east-1 2025-12-04T09:52:56.4284667Z AWS_REGION: us-east-1 2025-12-04T09:52:56.4284819Z AWS_ACCESS_KEY_ID: *** 2025-12-04T09:52:56.4284970Z AWS_SECRET_ACCESS_KEY: *** 2025-12-04T09:52:56.4287354Z AWS_SESSION_TOKEN: *** 2025-12-04T09:52:56.4287461Z ##[endgroup] 2025-12-04T09:52:56.4295737Z ##[group]Run set -ex 2025-12-04T09:52:56.4295862Z set -ex 2025-12-04T09:52:56.4295957Z  2025-12-04T09:52:56.4296114Z # If the docker build directory or the build script doesn't exist, the action will 2025-12-04T09:52:56.4296358Z # gracefully return the docker image name as it is. Pulling docker image in Linux 2025-12-04T09:52:56.4296573Z # job could then download the pre-built image as usual 2025-12-04T09:52:56.4296901Z if [[ -d "${DOCKER_BUILD_DIR}" ]] && [[ -f "${DOCKER_BUILD_DIR}/${DOCKER_BUILD_SCRIPT}" ]] && [[ "${USE_CUSTOM_DOCKER_REGISTRY}" == "true" ]]; then 2025-12-04T09:52:56.4297140Z  echo "skip=false" >> "${GITHUB_OUTPUT}" 2025-12-04T09:52:56.4297271Z else 2025-12-04T09:52:56.4297381Z  echo "skip=true" >> "${GITHUB_OUTPUT}" 2025-12-04T09:52:56.4297555Z  echo "docker-image=${DOCKER_IMAGE_NAME}" >> "${GITHUB_OUTPUT}" 2025-12-04T09:52:56.4297709Z  2025-12-04T09:52:56.4297916Z  echo "Not using custom ECR registry. Either it was not requested or there is no Docker build script in the ${REPO_NAME} repo..." 2025-12-04T09:52:56.4298148Z  exit 0 2025-12-04T09:52:56.4298241Z fi 2025-12-04T09:52:56.4298332Z  2025-12-04T09:52:56.4298474Z if [[ "${DOCKER_IMAGE_NAME}" == *"${DOCKER_REGISTRY}/${REPO_NAME}"* ]]; then 2025-12-04T09:52:56.4298698Z  # The docker image name already includes the ECR prefix and tag, so we can just 2025-12-04T09:52:56.4298901Z  # use it as it is, but first let's extract the tag 2025-12-04T09:52:56.4299085Z  DOCKER_TAG=$(echo "${DOCKER_IMAGE_NAME}" | awk -F '[:,]' '{print $2}') 2025-12-04T09:52:56.4299279Z  echo "docker-tag=${DOCKER_TAG}" >> "${GITHUB_OUTPUT}" 2025-12-04T09:52:56.4299464Z  echo "docker-image=${DOCKER_IMAGE_NAME}" >> "${GITHUB_OUTPUT}" 2025-12-04T09:52:56.4299615Z else 2025-12-04T09:52:56.4299725Z  if [[ "${DOCKER_IMAGE_NAME}" == *:* ]]; then 2025-12-04T09:52:56.4299875Z  CUSTOM_TAG_PREFIX=${DOCKER_IMAGE_NAME#*:} 2025-12-04T09:52:56.4300028Z  DOCKER_IMAGE_NAME=${DOCKER_IMAGE_NAME%%:*} 2025-12-04T09:52:56.4300155Z  fi 2025-12-04T09:52:56.4300404Z  DOCKER_TAG=${CUSTOM_TAG_PREFIX:+${CUSTOM_TAG_PREFIX}-}$(git rev-parse HEAD:"${DOCKER_BUILD_DIR}") 2025-12-04T09:52:56.4300630Z  echo "docker-tag=${DOCKER_TAG}" >> "${GITHUB_OUTPUT}" 2025-12-04T09:52:56.4300866Z  echo "docker-image=${DOCKER_REGISTRY}/${REPO_NAME}/${DOCKER_IMAGE_NAME}:${DOCKER_TAG}" >> "${GITHUB_OUTPUT}" 2025-12-04T09:52:56.4301120Z  echo "custom-tag-prefix=${CUSTOM_TAG_PREFIX}" >> "${GITHUB_OUTPUT}" 2025-12-04T09:52:56.4301279Z fi 2025-12-04T09:52:56.4304497Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2025-12-04T09:52:56.4304643Z env: 2025-12-04T09:52:56.4304738Z GIT_DEFAULT_BRANCH: main 2025-12-04T09:52:56.4304884Z RUNNER_ARTIFACT_DIR: /home/runner/_work/_temp/artifacts 2025-12-04T09:52:56.4305066Z RUNNER_TEST_RESULTS_DIR: /home/runner/_work/_temp/test-results 2025-12-04T09:52:56.4305240Z RUNNER_DOCS_DIR: /home/runner/_work/_temp/docs 2025-12-04T09:52:56.4305749Z GPU_FLAG: --device=/dev/mem --device=/dev/kfd --group-add 110 --device /dev/dri/renderD160 --device /dev/dri/renderD168 --device /dev/dri/renderD176 --device /dev/dri/renderD184 --group-add video --group-add 109 --group-add daemon --group-add bin --cap-add=SYS_PTRACE --security-opt seccomp=unconfined --network=host 2025-12-04T09:52:56.4306286Z AWS_DEFAULT_REGION: us-east-1 2025-12-04T09:52:56.4306410Z AWS_REGION: us-east-1 2025-12-04T09:52:56.4306556Z AWS_ACCESS_KEY_ID: *** 2025-12-04T09:52:56.4317376Z AWS_SECRET_ACCESS_KEY: *** 2025-12-04T09:52:56.4319743Z AWS_SESSION_TOKEN: *** 2025-12-04T09:52:56.4319868Z REPO_NAME: pytorch 2025-12-04T09:52:56.4320152Z DOCKER_IMAGE_NAME: 308535385114.dkr.ecr.us-east-1.amazonaws.com/pytorch/ci-image:pytorch-linux-jammy-rocm-n-py3-f0cd68561080d537ef3d3d6f81b25a6416ad600a 2025-12-04T09:52:56.4320451Z DOCKER_BUILD_DIR: .ci/docker 2025-12-04T09:52:56.4320576Z DOCKER_BUILD_SCRIPT: ./build.sh 2025-12-04T09:52:56.4320736Z DOCKER_REGISTRY: 308535385114.dkr.ecr.us-east-1.amazonaws.com 2025-12-04T09:52:56.4320905Z USE_CUSTOM_DOCKER_REGISTRY: true 2025-12-04T09:52:56.4321029Z CUSTOM_TAG_PREFIX: 2025-12-04T09:52:56.4321138Z ##[endgroup] 2025-12-04T09:52:56.4335536Z + [[ -d .ci/docker ]] 2025-12-04T09:52:56.4335679Z + [[ -f .ci/docker/./build.sh ]] 2025-12-04T09:52:56.4335802Z + [[ true == \t\r\u\e ]] 2025-12-04T09:52:56.4335917Z + echo skip=false 2025-12-04T09:52:56.4336296Z + [[ 308535385114.dkr.ecr.us-east-1.amazonaws.com/pytorch/ci-image:pytorch-linux-jammy-rocm-n-py3-f0cd68561080d537ef3d3d6f81b25a6416ad600a == *\3\0\8\5\3\5\3\8\5\1\1\4\.\d\k\r\.\e\c\r\.\u\s\-\e\a\s\t\-\1\.\a\m\a\z\o\n\a\w\s\.\c\o\m\/\p\y\t\o\r\c\h* ]] 2025-12-04T09:52:56.4340744Z ++ echo 308535385114.dkr.ecr.us-east-1.amazonaws.com/pytorch/ci-image:pytorch-linux-jammy-rocm-n-py3-f0cd68561080d537ef3d3d6f81b25a6416ad600a 2025-12-04T09:52:56.4341269Z ++ awk -F '[:,]' '{print $2}' 2025-12-04T09:52:56.4348195Z + DOCKER_TAG=pytorch-linux-jammy-rocm-n-py3-f0cd68561080d537ef3d3d6f81b25a6416ad600a 2025-12-04T09:52:56.4348497Z + echo docker-tag=pytorch-linux-jammy-rocm-n-py3-f0cd68561080d537ef3d3d6f81b25a6416ad600a 2025-12-04T09:52:56.4348885Z + echo docker-image=308535385114.dkr.ecr.us-east-1.amazonaws.com/pytorch/ci-image:pytorch-linux-jammy-rocm-n-py3-f0cd68561080d537ef3d3d6f81b25a6416ad600a 2025-12-04T09:52:56.4370123Z ##[group]Run set +e 2025-12-04T09:52:56.4370285Z set +e 2025-12-04T09:52:56.4370381Z set -x 2025-12-04T09:52:56.4370473Z  2025-12-04T09:52:56.4370564Z login() { 2025-12-04T09:52:56.4370761Z  aws ecr get-login-password --region us-east-1 | docker login -u AWS --password-stdin "$1" 2025-12-04T09:52:56.4370959Z } 2025-12-04T09:52:56.4371045Z  2025-12-04T09:52:56.4371132Z retry () { 2025-12-04T09:52:56.4371247Z  $* || (sleep 1 && $*) || (sleep 2 && $*) 2025-12-04T09:52:56.4371371Z } 2025-12-04T09:52:56.4371458Z  2025-12-04T09:52:56.4371553Z retry login "${DOCKER_REGISTRY}" 2025-12-04T09:52:56.4371675Z  2025-12-04T09:52:56.4371944Z START_TIME=$(date +%s) 2025-12-04T09:52:56.4372067Z # Wait up to 120 minutes 2025-12-04T09:52:56.4372230Z while [[ $(( $(date +%s) - 7200 )) -lt $START_TIME ]]; do 2025-12-04T09:52:56.4372419Z  # Check if image already exists, if it does then skip building it 2025-12-04T09:52:56.4372607Z  if docker manifest inspect "${DOCKER_IMAGE}"; then 2025-12-04T09:52:56.4372749Z  exit 0 2025-12-04T09:52:56.4372846Z  fi 2025-12-04T09:52:56.4372938Z  2025-12-04T09:52:56.4373088Z  # NB: This flag is used by Docker build workflow to push the image to ECR, so we can 2025-12-04T09:52:56.4373335Z  # use this to differentiate between the Docker build and regular build jobs. For the 2025-12-04T09:52:56.4373579Z  # latter, it will wait for the Docker images to become available before continuing 2025-12-04T09:52:56.4373781Z  if [ "${DOCKER_PUSH:-false}" == "true" ]; then 2025-12-04T09:52:56.4373943Z  # It's a Docker build job, let's build the image 2025-12-04T09:52:56.4374080Z  break 2025-12-04T09:52:56.4374324Z  else 2025-12-04T09:52:56.4374460Z  # It's a regular build job, wait for the image to become available 2025-12-04T09:52:56.4374616Z  sleep 300 2025-12-04T09:52:56.4374716Z  fi 2025-12-04T09:52:56.4374805Z done 2025-12-04T09:52:56.4374896Z  2025-12-04T09:52:56.4375033Z # NB: This part requires a full checkout. Otherwise, the merge base will 2025-12-04T09:52:56.4375246Z # be empty. The default action would be to continue rebuild the image 2025-12-04T09:52:56.4375438Z if [[ "$BASE_REVISION" = "$(git rev-parse HEAD)" ]]; then 2025-12-04T09:52:56.4375613Z  # if we're on the base branch then use the parent commit 2025-12-04T09:52:56.4375766Z  MERGE_BASE=$(git rev-parse HEAD~) 2025-12-04T09:52:56.4375894Z else 2025-12-04T09:52:56.4376025Z  # otherwise we're on a PR, so use the most recent base commit 2025-12-04T09:52:56.4376208Z  MERGE_BASE=$(git merge-base HEAD "$BASE_REVISION") 2025-12-04T09:52:56.4376350Z fi 2025-12-04T09:52:56.4376439Z  2025-12-04T09:52:56.4376537Z if [[ -z "${MERGE_BASE}" ]]; then 2025-12-04T09:52:56.4376679Z  echo "rebuild=true" >> "${GITHUB_OUTPUT}" 2025-12-04T09:52:56.4376861Z  2025-12-04T09:52:56.4377036Z  echo "Finding merge base only works with full checkout, please set fetch-depth to 0, continuing ..." 2025-12-04T09:52:56.4377233Z  exit 0 2025-12-04T09:52:56.4377327Z fi 2025-12-04T09:52:56.4377414Z  2025-12-04T09:52:56.4377536Z if ! git rev-parse "${MERGE_BASE}:${DOCKER_BUILD_DIR}"; then 2025-12-04T09:52:56.4377784Z  echo "Directory '${DOCKER_BUILD_DIR}' not found in commit $MERGE_BASE, you should rebase onto a more recent commit" 2025-12-04T09:52:56.4378002Z  exit 1 2025-12-04T09:52:56.4378093Z fi 2025-12-04T09:52:56.4378180Z  2025-12-04T09:52:56.4378329Z PREVIOUS_DOCKER_TAG=$(git rev-parse "${MERGE_BASE}:${DOCKER_BUILD_DIR}") 2025-12-04T09:52:56.4378571Z # If no image exists but the hash is the same as the previous hash then we should error out here 2025-12-04T09:52:56.4378786Z if [[ "${PREVIOUS_DOCKER_TAG}" == "${DOCKER_TAG}" ]]; then 2025-12-04T09:52:56.4379031Z  echo "WARNING: Something has gone wrong and the previous image isn't available for the merge-base of your branch" 2025-12-04T09:52:56.4379303Z  echo " Will re-build docker image to store in local cache, TTS may be longer" 2025-12-04T09:52:56.4379475Z fi 2025-12-04T09:52:56.4379569Z  2025-12-04T09:52:56.4379682Z echo "rebuild=true" >> "${GITHUB_OUTPUT}" 2025-12-04T09:52:56.4384377Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2025-12-04T09:52:56.4384580Z env: 2025-12-04T09:52:56.4384684Z GIT_DEFAULT_BRANCH: main 2025-12-04T09:52:56.4384821Z RUNNER_ARTIFACT_DIR: /home/runner/_work/_temp/artifacts 2025-12-04T09:52:56.4385011Z RUNNER_TEST_RESULTS_DIR: /home/runner/_work/_temp/test-results 2025-12-04T09:52:56.4385187Z RUNNER_DOCS_DIR: /home/runner/_work/_temp/docs 2025-12-04T09:52:56.4385701Z GPU_FLAG: --device=/dev/mem --device=/dev/kfd --group-add 110 --device /dev/dri/renderD160 --device /dev/dri/renderD168 --device /dev/dri/renderD176 --device /dev/dri/renderD184 --group-add video --group-add 109 --group-add daemon --group-add bin --cap-add=SYS_PTRACE --security-opt seccomp=unconfined --network=host 2025-12-04T09:52:56.4386196Z AWS_DEFAULT_REGION: us-east-1 2025-12-04T09:52:56.4386322Z AWS_REGION: us-east-1 2025-12-04T09:52:56.4386550Z AWS_ACCESS_KEY_ID: *** 2025-12-04T09:52:56.4386788Z AWS_SECRET_ACCESS_KEY: *** 2025-12-04T09:52:56.4389134Z AWS_SESSION_TOKEN: *** 2025-12-04T09:52:56.4389258Z DOCKER_BUILD_DIR: .ci/docker 2025-12-04T09:52:56.4389412Z BASE_REVISION: ffd9b0fb4355e97af82fc42cf185c3ffa0fc0a32 2025-12-04T09:52:56.4389732Z DOCKER_IMAGE: 308535385114.dkr.ecr.us-east-1.amazonaws.com/pytorch/ci-image:pytorch-linux-jammy-rocm-n-py3-f0cd68561080d537ef3d3d6f81b25a6416ad600a 2025-12-04T09:52:56.4390154Z DOCKER_TAG: pytorch-linux-jammy-rocm-n-py3-f0cd68561080d537ef3d3d6f81b25a6416ad600a 2025-12-04T09:52:56.4390392Z DOCKER_REGISTRY: 308535385114.dkr.ecr.us-east-1.amazonaws.com 2025-12-04T09:52:56.4390555Z DOCKER_PUSH: 2025-12-04T09:52:56.4390664Z ##[endgroup] 2025-12-04T09:52:56.4409581Z + retry login 308535385114.dkr.ecr.us-east-1.amazonaws.com 2025-12-04T09:52:56.4409778Z + login 308535385114.dkr.ecr.us-east-1.amazonaws.com 2025-12-04T09:52:56.4412321Z + aws ecr get-login-password --region us-east-1 2025-12-04T09:52:56.4412535Z + docker login -u AWS --password-stdin 308535385114.dkr.ecr.us-east-1.amazonaws.com 2025-12-04T09:52:56.4412929Z /home/runner/_work/_temp/fe1b4653-c727-48b2-9ce5-0f47c8721fd1.sh: line 5: aws: command not found 2025-12-04T09:52:56.4500487Z Error: Cannot perform an interactive login from a non TTY device 2025-12-04T09:52:56.4510501Z + sleep 1 2025-12-04T09:52:57.4519239Z + login 308535385114.dkr.ecr.us-east-1.amazonaws.com 2025-12-04T09:52:57.4521551Z + aws ecr get-login-password --region us-east-1 2025-12-04T09:52:57.4521806Z /home/runner/_work/_temp/fe1b4653-c727-48b2-9ce5-0f47c8721fd1.sh: line 5: aws: command not found 2025-12-04T09:52:57.4522730Z + docker login -u AWS --password-stdin 308535385114.dkr.ecr.us-east-1.amazonaws.com 2025-12-04T09:52:57.4610363Z Error: Cannot perform an interactive login from a non TTY device 2025-12-04T09:52:57.4619729Z + sleep 2 2025-12-04T09:52:59.4631833Z + login 308535385114.dkr.ecr.us-east-1.amazonaws.com 2025-12-04T09:52:59.4634385Z + aws ecr get-login-password --region us-east-1 2025-12-04T09:52:59.4635557Z /home/runner/_work/_temp/fe1b4653-c727-48b2-9ce5-0f47c8721fd1.sh: line 5: aws: command not found 2025-12-04T09:52:59.4635967Z + docker login -u AWS --password-stdin 308535385114.dkr.ecr.us-east-1.amazonaws.com 2025-12-04T09:52:59.4718292Z Error: Cannot perform an interactive login from a non TTY device 2025-12-04T09:52:59.4732966Z ++ date +%s 2025-12-04T09:52:59.4741084Z + START_TIME=1764841979 2025-12-04T09:52:59.4746499Z ++ date +%s 2025-12-04T09:52:59.4755346Z + [[ 1764834779 -lt 1764841979 ]] 2025-12-04T09:52:59.4755687Z + docker manifest inspect 308535385114.dkr.ecr.us-east-1.amazonaws.com/pytorch/ci-image:pytorch-linux-jammy-rocm-n-py3-f0cd68561080d537ef3d3d6f81b25a6416ad600a 2025-12-04T09:53:00.8471002Z { 2025-12-04T09:53:00.8471220Z "schemaVersion": 2, 2025-12-04T09:53:00.8471441Z "mediaType": "application/vnd.docker.distribution.manifest.v2+json", 2025-12-04T09:53:00.8471637Z "config": { 2025-12-04T09:53:00.8471894Z "mediaType": "application/vnd.docker.container.image.v1+json", 2025-12-04T09:53:00.8472057Z "size": 30520, 2025-12-04T09:53:00.8472226Z "digest": "sha256:45252333063339f104d56e41f20304e9511ab21c7768e8d156b95ddf24a9dbe5" 2025-12-04T09:53:00.8472930Z }, 2025-12-04T09:53:00.8473029Z "layers": [ 2025-12-04T09:53:00.8473121Z { 2025-12-04T09:53:00.8473259Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2025-12-04T09:53:00.8473437Z "size": 30447951, 2025-12-04T09:53:00.8473615Z "digest": "sha256:63e5bc7682b85ae57a1221210f64d62e7a90b0a30f19af4ca734b8242ae49d63" 2025-12-04T09:53:00.8473797Z }, 2025-12-04T09:53:00.8473883Z { 2025-12-04T09:53:00.8474023Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2025-12-04T09:53:00.8474186Z "size": 1554, 2025-12-04T09:53:00.8474346Z "digest": "sha256:835841cca3b7e1464290cdb78e48773e03583413fbed852c3cc5165a392ea44d" 2025-12-04T09:53:00.8474529Z }, 2025-12-04T09:53:00.8474613Z { 2025-12-04T09:53:00.8474749Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2025-12-04T09:53:00.8474913Z "size": 313275691, 2025-12-04T09:53:00.8475084Z "digest": "sha256:aac69780afc8611a5f94a235792d39ae055249c8319ef43b78675998a9b2f825" 2025-12-04T09:53:00.8475261Z }, 2025-12-04T09:53:00.8475346Z { 2025-12-04T09:53:00.8475476Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2025-12-04T09:53:00.8475758Z "size": 704, 2025-12-04T09:53:00.8475922Z "digest": "sha256:029495b23122c840ca0e52d487afa8d2c4dbf1991cd7f204ec3e434dcf947bf4" 2025-12-04T09:53:00.8476101Z }, 2025-12-04T09:53:00.8476185Z { 2025-12-04T09:53:00.8476318Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2025-12-04T09:53:00.8476479Z "size": 1218, 2025-12-04T09:53:00.8476645Z "digest": "sha256:d0fb85b008332051a3f7c052721ef68bde404b46c23fa43ad040373bd367826c" 2025-12-04T09:53:00.8476969Z }, 2025-12-04T09:53:00.8477053Z { 2025-12-04T09:53:00.8477187Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2025-12-04T09:53:00.8477344Z "size": 484, 2025-12-04T09:53:00.8477504Z "digest": "sha256:59b63930883363c7d2aaab27cc61555d9f3e119dc18247a8624c98ebdaa354a5" 2025-12-04T09:53:00.8477681Z }, 2025-12-04T09:53:00.8477766Z { 2025-12-04T09:53:00.8477898Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2025-12-04T09:53:00.8478060Z "size": 110363202, 2025-12-04T09:53:00.8478232Z "digest": "sha256:dc112c89d57aa1e85082e40a56e5bc743d64f834ae2f98afe91f60c248354d38" 2025-12-04T09:53:00.8478412Z }, 2025-12-04T09:53:00.8478501Z { 2025-12-04T09:53:00.8478636Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2025-12-04T09:53:00.8478794Z "size": 4436, 2025-12-04T09:53:00.8478958Z "digest": "sha256:522eab2402e5001810155ef7eb56940b7c01a4fef62ac588886981c3b8ee8e1e" 2025-12-04T09:53:00.8479134Z }, 2025-12-04T09:53:00.8479216Z { 2025-12-04T09:53:00.8479343Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2025-12-04T09:53:00.8479501Z "size": 1755, 2025-12-04T09:53:00.8479665Z "digest": "sha256:2b5a11b41761d8ea3b829e4772e4064cb6c4e4989126af324d0057661e4493a1" 2025-12-04T09:53:00.8479841Z }, 2025-12-04T09:53:00.8479925Z { 2025-12-04T09:53:00.8480058Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2025-12-04T09:53:00.8480215Z "size": 724, 2025-12-04T09:53:00.8480374Z "digest": "sha256:9681563a88ff9e62494a2740e537440d3df978d466c9478d6a941fae8b57b084" 2025-12-04T09:53:00.8480550Z }, 2025-12-04T09:53:00.8480636Z { 2025-12-04T09:53:00.8480766Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2025-12-04T09:53:00.8480928Z "size": 3185588166, 2025-12-04T09:53:00.8481099Z "digest": "sha256:73e33534e9eb94cf29418d65944168962b65fe21f55e9b8bad18c76e9b3a37b8" 2025-12-04T09:53:00.8481276Z }, 2025-12-04T09:53:00.8481360Z { 2025-12-04T09:53:00.8481492Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2025-12-04T09:53:00.8481650Z "size": 396, 2025-12-04T09:53:00.8481820Z "digest": "sha256:5bfdaeb5578d6ffcd7db29c48303cbceb13c591210feaa216a8daa7a6d445b4b" 2025-12-04T09:53:00.8482004Z }, 2025-12-04T09:53:00.8482088Z { 2025-12-04T09:53:00.8482284Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2025-12-04T09:53:00.8482447Z "size": 236863, 2025-12-04T09:53:00.8482621Z "digest": "sha256:c07d27e4d3a5ba4ad5325bb785b2e4f058fe5e10ec1aeeb413a1e152b073f203" 2025-12-04T09:53:00.8482805Z }, 2025-12-04T09:53:00.8482889Z { 2025-12-04T09:53:00.8483017Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2025-12-04T09:53:00.8483201Z "size": 787, 2025-12-04T09:53:00.8483367Z "digest": "sha256:b21856d1bf420da6fa8ec7331b82ab355d4f4178644e7d3a3d3d0fbc3610109a" 2025-12-04T09:53:00.8483548Z }, 2025-12-04T09:53:00.8483632Z { 2025-12-04T09:53:00.8483763Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2025-12-04T09:53:00.8483922Z "size": 106, 2025-12-04T09:53:00.8484085Z "digest": "sha256:cb19d84867e4063f55db9459c28c50a2abc37c06d3c1ca82ba95fa8427cc438a" 2025-12-04T09:53:00.8484263Z }, 2025-12-04T09:53:00.8484344Z { 2025-12-04T09:53:00.8484477Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2025-12-04T09:53:00.8484634Z "size": 1496, 2025-12-04T09:53:00.8484797Z "digest": "sha256:8165374f8dccf88a7791a5d31afbe29e4d4542b4f1cf1904945e07f9af6bf8ba" 2025-12-04T09:53:00.8485019Z }, 2025-12-04T09:53:00.8485105Z { 2025-12-04T09:53:00.8485239Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2025-12-04T09:53:00.8485400Z "size": 458789560, 2025-12-04T09:53:00.8485573Z "digest": "sha256:1aecc77354ceba59ec6f0d37a558f2dbb6d5c0854553ee8505ac8707b422da6d" 2025-12-04T09:53:00.8485756Z }, 2025-12-04T09:53:00.8485838Z { 2025-12-04T09:53:00.8485973Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2025-12-04T09:53:00.8486129Z "size": 164, 2025-12-04T09:53:00.8486289Z "digest": "sha256:465d3fd643aa2ea0ad07335cda66f12f1d7e5e800c4e9385ec466bc8a1ceabda" 2025-12-04T09:53:00.8486469Z }, 2025-12-04T09:53:00.8486552Z { 2025-12-04T09:53:00.8486723Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2025-12-04T09:53:00.8486886Z "size": 104, 2025-12-04T09:53:00.8487048Z "digest": "sha256:6c503e779d6f41ca7f51309875df2b725c171926aece7009c4b8a64d1ba3f58e" 2025-12-04T09:53:00.8487224Z }, 2025-12-04T09:53:00.8487309Z { 2025-12-04T09:53:00.8487437Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2025-12-04T09:53:00.8487596Z "size": 724, 2025-12-04T09:53:00.8487753Z "digest": "sha256:9681563a88ff9e62494a2740e537440d3df978d466c9478d6a941fae8b57b084" 2025-12-04T09:53:00.8487927Z }, 2025-12-04T09:53:00.8488011Z { 2025-12-04T09:53:00.8488139Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2025-12-04T09:53:00.8488297Z "size": 196, 2025-12-04T09:53:00.8488458Z "digest": "sha256:f7e9a021f0ee3d11a50dcb96378af8103a21f6c3c142f54529207648f3ed00b2" 2025-12-04T09:53:00.8488636Z }, 2025-12-04T09:53:00.8488721Z { 2025-12-04T09:53:00.8488847Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2025-12-04T09:53:00.8489006Z "size": 2583, 2025-12-04T09:53:00.8489170Z "digest": "sha256:8e023b349080fb11ee55491bc9b842b30e9e3a90246d05b303a73dc62038caf2" 2025-12-04T09:53:00.8489348Z }, 2025-12-04T09:53:00.8489433Z { 2025-12-04T09:53:00.8489561Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2025-12-04T09:53:00.8489718Z "size": 7577171420, 2025-12-04T09:53:00.8489882Z "digest": "sha256:8188df80e595a3dbcf84623c6a58a655269898cbb60029435f136d7f9d34ccaa" 2025-12-04T09:53:00.8490057Z }, 2025-12-04T09:53:00.8490142Z { 2025-12-04T09:53:00.8490269Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2025-12-04T09:53:00.8490429Z "size": 135, 2025-12-04T09:53:00.8490597Z "digest": "sha256:3c2c2f8c74bfa16c4bf9a832c97bbb1d55205b2b4a2cead02cf74301ca1001fb" 2025-12-04T09:53:00.8490774Z }, 2025-12-04T09:53:00.8490853Z { 2025-12-04T09:53:00.8490976Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2025-12-04T09:53:00.8491137Z "size": 104, 2025-12-04T09:53:00.8491346Z "digest": "sha256:2aa7784fbe3300f8bbfb6bb51cff3b01fd091e829c2bc7ab9e25261a0dd9b3bd" 2025-12-04T09:53:00.8491530Z }, 2025-12-04T09:53:00.8491614Z { 2025-12-04T09:53:00.8491741Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2025-12-04T09:53:00.8491901Z "size": 612, 2025-12-04T09:53:00.8492065Z "digest": "sha256:2b3b5215d3ebe8789f0444457bfd5a6e218289b64aa07653ac3d03ddda5e6708" 2025-12-04T09:53:00.8492242Z }, 2025-12-04T09:53:00.8492326Z { 2025-12-04T09:53:00.8492458Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2025-12-04T09:53:00.8492618Z "size": 838191945, 2025-12-04T09:53:00.8492793Z "digest": "sha256:99b1f1ea3e857834cebd01763d90fbd700aeb9c2d2ef23eda2cfff5652c9708b" 2025-12-04T09:53:00.8492977Z }, 2025-12-04T09:53:00.8493058Z { 2025-12-04T09:53:00.8493190Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2025-12-04T09:53:00.8493346Z "size": 111, 2025-12-04T09:53:00.8493511Z "digest": "sha256:18d6daba0a5768a37ad106b57974f6b7efd35c43a87c246bcd3f43fea88f2d2b" 2025-12-04T09:53:00.8493686Z }, 2025-12-04T09:53:00.8493766Z { 2025-12-04T09:53:00.8493900Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2025-12-04T09:53:00.8494095Z "size": 1555, 2025-12-04T09:53:00.8494264Z "digest": "sha256:5277f2a503ebd17ba9d9b86cc9bac86265504adeb449c0647616ddaacd3cbc41" 2025-12-04T09:53:00.8494443Z }, 2025-12-04T09:53:00.8494608Z { 2025-12-04T09:53:00.8494854Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2025-12-04T09:53:00.8495118Z "size": 107, 2025-12-04T09:53:00.8495314Z "digest": "sha256:3198a9717aace920fd5de085319adf75091af05fc4318ce4b16a8a5b0e8d449e" 2025-12-04T09:53:00.8495496Z }, 2025-12-04T09:53:00.8495583Z { 2025-12-04T09:53:00.8495713Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2025-12-04T09:53:00.8495869Z "size": 166, 2025-12-04T09:53:00.8496028Z "digest": "sha256:99a4918e5808277879449e97ccd7190db6b9aa2d742b57a3b831ce0198522bdd" 2025-12-04T09:53:00.8496204Z }, 2025-12-04T09:53:00.8496290Z { 2025-12-04T09:53:00.8496452Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2025-12-04T09:53:00.8496618Z "size": 3526081, 2025-12-04T09:53:00.8496827Z "digest": "sha256:15bb11dfc6acc3537d527d6771c8e711e5605e99f82ec41e805d4600b8a97516" 2025-12-04T09:53:00.8497004Z }, 2025-12-04T09:53:00.8497087Z { 2025-12-04T09:53:00.8497218Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2025-12-04T09:53:00.8497374Z "size": 107, 2025-12-04T09:53:00.8497536Z "digest": "sha256:bd87c8766e90e33db17514558ac591cc3f4149afd7abeaef4dd5770bbfa14210" 2025-12-04T09:53:00.8497713Z }, 2025-12-04T09:53:00.8497792Z { 2025-12-04T09:53:00.8497922Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2025-12-04T09:53:00.8498082Z "size": 829, 2025-12-04T09:53:00.8498273Z + exit 0 2025-12-04T09:53:00.8498425Z "digest": "sha256:1969e15d0c13874ea5883ed829235a19ef6dc21c8aa6172032b78a8ffa6ff262" 2025-12-04T09:53:00.8498597Z }, 2025-12-04T09:53:00.8498676Z { 2025-12-04T09:53:00.8498803Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2025-12-04T09:53:00.8498966Z "size": 26973054, 2025-12-04T09:53:00.8499135Z "digest": "sha256:24a03847d382b73c11969f8f73916a6bedf5ccea12f6f4290b3880f29ceda32a" 2025-12-04T09:53:00.8499309Z }, 2025-12-04T09:53:00.8499388Z { 2025-12-04T09:53:00.8499513Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2025-12-04T09:53:00.8499667Z "size": 104, 2025-12-04T09:53:00.8499829Z "digest": "sha256:816e2e34e01839a35d624dbf4bd9ac9bea4c975104af47a0e6b6b6dee6c6f98d" 2025-12-04T09:53:00.8500011Z }, 2025-12-04T09:53:00.8500095Z { 2025-12-04T09:53:00.8500225Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2025-12-04T09:53:00.8500380Z "size": 424, 2025-12-04T09:53:00.8500540Z "digest": "sha256:b168858b85373f8ddca549d79267a06de4fa945d04bf791c55c9ddc93957fa3c" 2025-12-04T09:53:00.8500720Z }, 2025-12-04T09:53:00.8500805Z { 2025-12-04T09:53:00.8500983Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2025-12-04T09:53:00.8501145Z "size": 19309386, 2025-12-04T09:53:00.8501315Z "digest": "sha256:6b8d5ff02e267e38322afbb8a58ed63ce9d75b10e9e73255e6affcbc6b6539bf" 2025-12-04T09:53:00.8501495Z }, 2025-12-04T09:53:00.8501578Z { 2025-12-04T09:53:00.8501711Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2025-12-04T09:53:00.8501868Z "size": 826, 2025-12-04T09:53:00.8502029Z "digest": "sha256:4e3b10a5dd6aed29f238d604925e2a4f873141c1087c8dd4fdde5c61e7560893" 2025-12-04T09:53:00.8502209Z }, 2025-12-04T09:53:00.8502293Z { 2025-12-04T09:53:00.8502422Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2025-12-04T09:53:00.8502575Z "size": 724, 2025-12-04T09:53:00.8502727Z "digest": "sha256:9681563a88ff9e62494a2740e537440d3df978d466c9478d6a941fae8b57b084" 2025-12-04T09:53:00.8502920Z }, 2025-12-04T09:53:00.8503003Z { 2025-12-04T09:53:00.8503137Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2025-12-04T09:53:00.8503295Z "size": 149, 2025-12-04T09:53:00.8503456Z "digest": "sha256:3092fab73b59190b9facfc49bf18f58612172bc2fd68dfa339a1118632616939" 2025-12-04T09:53:00.8503702Z }, 2025-12-04T09:53:00.8503787Z { 2025-12-04T09:53:00.8503917Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2025-12-04T09:53:00.8504075Z "size": 136, 2025-12-04T09:53:00.8504236Z "digest": "sha256:20020dd28a15ba092fcbfe906ee39cdddfcc9d0b7eb42fdd6f4c08a984fa9c00" 2025-12-04T09:53:00.8504420Z }, 2025-12-04T09:53:00.8504502Z { 2025-12-04T09:53:00.8504633Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2025-12-04T09:53:00.8504794Z "size": 140, 2025-12-04T09:53:00.8504960Z "digest": "sha256:ae5280ce969dcff08c091e9a5f7641f13561b2b0ee44d78b7c3f81d8fe8e6d32" 2025-12-04T09:53:00.8505139Z }, 2025-12-04T09:53:00.8505219Z { 2025-12-04T09:53:00.8505345Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2025-12-04T09:53:00.8505503Z "size": 32, 2025-12-04T09:53:00.8505662Z "digest": "sha256:4f4fb700ef54461cfa02571ae0db9a0dc1e0cdb5577484a6d75e68dc38e8acc1" 2025-12-04T09:53:00.8505843Z }, 2025-12-04T09:53:00.8505924Z { 2025-12-04T09:53:00.8506054Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2025-12-04T09:53:00.8506208Z "size": 222, 2025-12-04T09:53:00.8506368Z "digest": "sha256:fe17d9eb0fd26d3af4c724bf570d833978b131cedb7dc17a800aa388a246b3cd" 2025-12-04T09:53:00.8506546Z }, 2025-12-04T09:53:00.8506628Z { 2025-12-04T09:53:00.8506797Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2025-12-04T09:53:00.8506951Z "size": 346, 2025-12-04T09:53:00.8507108Z "digest": "sha256:a51e0dab2d596e6563483f27c12660007160847d177ba4c31812a8f44ada5754" 2025-12-04T09:53:00.8507281Z }, 2025-12-04T09:53:00.8507361Z { 2025-12-04T09:53:00.8507487Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2025-12-04T09:53:00.8507644Z "size": 88300, 2025-12-04T09:53:00.8507814Z "digest": "sha256:6eb176cefd72d37ecbcdf074289a8f1de732d8816cc695ece7e4709d098094d6" 2025-12-04T09:53:00.8507997Z }, 2025-12-04T09:53:00.8508085Z { 2025-12-04T09:53:00.8508216Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2025-12-04T09:53:00.8508378Z "size": 106, 2025-12-04T09:53:00.8508544Z "digest": "sha256:e7b8cf2e8d5a4c56db9726ce62c1176032408b3b1c25a000592361cb4245e2b5" 2025-12-04T09:53:00.8508724Z }, 2025-12-04T09:53:00.8508808Z { 2025-12-04T09:53:00.8508938Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2025-12-04T09:53:00.8509097Z "size": 1671, 2025-12-04T09:53:00.8509262Z "digest": "sha256:ef3a5060abce88884bc8bd815aa41c46427f34eeb132fe0ddd85a3f86e6dc83d" 2025-12-04T09:53:00.8509443Z }, 2025-12-04T09:53:00.8509527Z { 2025-12-04T09:53:00.8509656Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2025-12-04T09:53:00.8509815Z "size": 724, 2025-12-04T09:53:00.8510017Z "digest": "sha256:9681563a88ff9e62494a2740e537440d3df978d466c9478d6a941fae8b57b084" 2025-12-04T09:53:00.8510188Z }, 2025-12-04T09:53:00.8510271Z { 2025-12-04T09:53:00.8510402Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2025-12-04T09:53:00.8510561Z "size": 138, 2025-12-04T09:53:00.8510729Z "digest": "sha256:a6f4ec14b42b8f0a83d20aa6a985ddb6a1bf64e0ed3d44afd3484b87d4ed5ad3" 2025-12-04T09:53:00.8510912Z }, 2025-12-04T09:53:00.8510996Z { 2025-12-04T09:53:00.8511126Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2025-12-04T09:53:00.8511285Z "size": 119, 2025-12-04T09:53:00.8511450Z "digest": "sha256:7e5a0c956cfbd6f8074fbfd3b1d416e6635d632835ec00c8dd4c015a21da19b4" 2025-12-04T09:53:00.8511633Z }, 2025-12-04T09:53:00.8511717Z { 2025-12-04T09:53:00.8511847Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2025-12-04T09:53:00.8512011Z "size": 6238423049, 2025-12-04T09:53:00.8512185Z "digest": "sha256:b4f78730cfe76ce091b78b2e2e3d52be03f1097b3e4c3de5bd79f8d13a853132" 2025-12-04T09:53:00.8512366Z }, 2025-12-04T09:53:00.8512450Z { 2025-12-04T09:53:00.8512581Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2025-12-04T09:53:00.8512775Z "size": 174, 2025-12-04T09:53:00.8512932Z "digest": "sha256:081028f24389b112683689fd362e8c0d6f358082710e72feab91cea6383feb4d" 2025-12-04T09:53:00.8513106Z }, 2025-12-04T09:53:00.8513189Z { 2025-12-04T09:53:00.8513318Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2025-12-04T09:53:00.8513476Z "size": 1896, 2025-12-04T09:53:00.8513645Z "digest": "sha256:a534dcf4b9a9e5fabed742c8a8fc43c9cfe7346ea88ab3c177c3b14fd3afe00a" 2025-12-04T09:53:00.8513827Z }, 2025-12-04T09:53:00.8513910Z { 2025-12-04T09:53:00.8514040Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2025-12-04T09:53:00.8514202Z "size": 197577597, 2025-12-04T09:53:00.8514370Z "digest": "sha256:2e77500302cc13224427e1d74e471bd79d5109ba6a5099a83df1d10b786f71ba" 2025-12-04T09:53:00.8514549Z }, 2025-12-04T09:53:00.8514635Z { 2025-12-04T09:53:00.8514767Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2025-12-04T09:53:00.8514925Z "size": 304, 2025-12-04T09:53:00.8515091Z "digest": "sha256:bc08246bb4ba18c3ec5bc69e16b6b4e929c5bd0f3fae10eeb0b1a622a63d6fa2" 2025-12-04T09:53:00.8515275Z }, 2025-12-04T09:53:00.8515359Z { 2025-12-04T09:53:00.8515488Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2025-12-04T09:53:00.8515649Z "size": 32, 2025-12-04T09:53:00.8515813Z "digest": "sha256:4f4fb700ef54461cfa02571ae0db9a0dc1e0cdb5577484a6d75e68dc38e8acc1" 2025-12-04T09:53:00.8515993Z }, 2025-12-04T09:53:00.8516077Z { 2025-12-04T09:53:00.8516208Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2025-12-04T09:53:00.8516368Z "size": 106, 2025-12-04T09:53:00.8516532Z "digest": "sha256:ff0c473ca120ebdcaa2ba10b3274e82032edd5196019e76d4e7584553704ae81" 2025-12-04T09:53:00.8516743Z }, 2025-12-04T09:53:00.8516831Z { 2025-12-04T09:53:00.8516964Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2025-12-04T09:53:00.8517125Z "size": 54145662, 2025-12-04T09:53:00.8517302Z "digest": "sha256:6bbc14b250efb3cdaad12c91573c6bb9129ad3e3432f0ed1a7eaebc9958d162f" 2025-12-04T09:53:00.8517486Z } 2025-12-04T09:53:00.8517570Z ] 2025-12-04T09:53:00.8517657Z } 2025-12-04T09:53:00.8535242Z ##[group]Run set -eux 2025-12-04T09:53:00.8535373Z set -eux 2025-12-04T09:53:00.8535545Z # It's ok if this steps fails, it would then be an anonymous user like what we used to have 2025-12-04T09:53:00.8535975Z aws secretsmanager get-secret-value --secret-id docker_hub_readonly_token | jq --raw-output '.SecretString' | jq -r .docker_hub_readonly_token | docker login --username pytorchbot --password-stdin || true 2025-12-04T09:53:00.8541008Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2025-12-04T09:53:00.8541162Z env: 2025-12-04T09:53:00.8541262Z GIT_DEFAULT_BRANCH: main 2025-12-04T09:53:00.8541454Z RUNNER_ARTIFACT_DIR: /home/runner/_work/_temp/artifacts 2025-12-04T09:53:00.8541635Z RUNNER_TEST_RESULTS_DIR: /home/runner/_work/_temp/test-results 2025-12-04T09:53:00.8541810Z RUNNER_DOCS_DIR: /home/runner/_work/_temp/docs 2025-12-04T09:53:00.8542336Z GPU_FLAG: --device=/dev/mem --device=/dev/kfd --group-add 110 --device /dev/dri/renderD160 --device /dev/dri/renderD168 --device /dev/dri/renderD176 --device /dev/dri/renderD184 --group-add video --group-add 109 --group-add daemon --group-add bin --cap-add=SYS_PTRACE --security-opt seccomp=unconfined --network=host 2025-12-04T09:53:00.8542837Z AWS_DEFAULT_REGION: us-east-1 2025-12-04T09:53:00.8542961Z AWS_REGION: us-east-1 2025-12-04T09:53:00.8543175Z AWS_ACCESS_KEY_ID: *** 2025-12-04T09:53:00.8543336Z AWS_SECRET_ACCESS_KEY: *** 2025-12-04T09:53:00.8545726Z AWS_SESSION_TOKEN: *** 2025-12-04T09:53:00.8545841Z ##[endgroup] 2025-12-04T09:53:00.8568053Z + aws secretsmanager get-secret-value --secret-id docker_hub_readonly_token 2025-12-04T09:53:00.8568516Z + jq --raw-output .SecretString 2025-12-04T09:53:00.8569229Z /home/runner/_work/_temp/80a593fd-5382-4d25-b2ff-a3dfa7efcb73.sh: line 3: aws: command not found 2025-12-04T09:53:00.8569831Z + jq -r .docker_hub_readonly_token 2025-12-04T09:53:00.8570831Z + docker login --username pytorchbot --password-stdin 2025-12-04T09:53:00.8658964Z Error: Cannot perform an interactive login from a non TTY device 2025-12-04T09:53:00.8678027Z + true 2025-12-04T09:53:00.8748984Z ##[group]Run pytorch/test-infra/.github/actions/pull-docker-image@main 2025-12-04T09:53:00.8749166Z with: 2025-12-04T09:53:00.8749439Z docker-image: 308535385114.dkr.ecr.us-east-1.amazonaws.com/pytorch/ci-image:pytorch-linux-jammy-rocm-n-py3-f0cd68561080d537ef3d3d6f81b25a6416ad600a 2025-12-04T09:53:00.8749767Z docker-registry: 308535385114.dkr.ecr.us-east-1.amazonaws.com 2025-12-04T09:53:00.8749923Z env: 2025-12-04T09:53:00.8750018Z GIT_DEFAULT_BRANCH: main 2025-12-04T09:53:00.8750158Z RUNNER_ARTIFACT_DIR: /home/runner/_work/_temp/artifacts 2025-12-04T09:53:00.8750339Z RUNNER_TEST_RESULTS_DIR: /home/runner/_work/_temp/test-results 2025-12-04T09:53:00.8750524Z RUNNER_DOCS_DIR: /home/runner/_work/_temp/docs 2025-12-04T09:53:00.8751039Z GPU_FLAG: --device=/dev/mem --device=/dev/kfd --group-add 110 --device /dev/dri/renderD160 --device /dev/dri/renderD168 --device /dev/dri/renderD176 --device /dev/dri/renderD184 --group-add video --group-add 109 --group-add daemon --group-add bin --cap-add=SYS_PTRACE --security-opt seccomp=unconfined --network=host 2025-12-04T09:53:00.8751532Z AWS_DEFAULT_REGION: us-east-1 2025-12-04T09:53:00.8751652Z AWS_REGION: us-east-1 2025-12-04T09:53:00.8751870Z AWS_ACCESS_KEY_ID: *** 2025-12-04T09:53:00.8752026Z AWS_SECRET_ACCESS_KEY: *** 2025-12-04T09:53:00.8754522Z AWS_SESSION_TOKEN: *** 2025-12-04T09:53:00.8754631Z ##[endgroup] 2025-12-04T09:53:00.8761701Z ##[group]Run set -x 2025-12-04T09:53:00.8761824Z set -x 2025-12-04T09:53:00.8761918Z set +e 2025-12-04T09:53:00.8762014Z  2025-12-04T09:53:00.8762105Z login() { 2025-12-04T09:53:00.8762296Z  aws ecr get-login-password --region us-east-1 | docker login -u AWS --password-stdin "$1" 2025-12-04T09:53:00.8762504Z } 2025-12-04T09:53:00.8762602Z  2025-12-04T09:53:00.8762696Z retry () { 2025-12-04T09:53:00.8762820Z  $* || (sleep 1 && $*) || (sleep 2 && $*) 2025-12-04T09:53:00.8762959Z } 2025-12-04T09:53:00.8763056Z  2025-12-04T09:53:00.8763166Z retry login "${DOCKER_REGISTRY}" 2025-12-04T09:53:00.8763298Z  2025-12-04T09:53:00.8763495Z IMAGE_SIZE=$(docker manifest inspect "${DOCKER_IMAGE}" | jq '[.layers[].size, .config.size] | add / 1024 / 1024') 2025-12-04T09:53:00.8763752Z echo "Compressed size of image in MB: ${IMAGE_SIZE}" 2025-12-04T09:53:00.8763906Z  2025-12-04T09:53:00.8764002Z set -e 2025-12-04T09:53:00.8764151Z # ignore output since only exit code is used for conditional 2025-12-04T09:53:00.8764348Z # only pull docker image if it's not available locally 2025-12-04T09:53:00.8764571Z if ! docker inspect --type=image "${DOCKER_IMAGE}" >/dev/null 2>/dev/null; then 2025-12-04T09:53:00.8764773Z  retry docker pull "${DOCKER_IMAGE}" 2025-12-04T09:53:00.8764908Z fi 2025-12-04T09:53:00.8769751Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2025-12-04T09:53:00.8769912Z env: 2025-12-04T09:53:00.8770018Z GIT_DEFAULT_BRANCH: main 2025-12-04T09:53:00.8770163Z RUNNER_ARTIFACT_DIR: /home/runner/_work/_temp/artifacts 2025-12-04T09:53:00.8770350Z RUNNER_TEST_RESULTS_DIR: /home/runner/_work/_temp/test-results 2025-12-04T09:53:00.8770526Z RUNNER_DOCS_DIR: /home/runner/_work/_temp/docs 2025-12-04T09:53:00.8771031Z GPU_FLAG: --device=/dev/mem --device=/dev/kfd --group-add 110 --device /dev/dri/renderD160 --device /dev/dri/renderD168 --device /dev/dri/renderD176 --device /dev/dri/renderD184 --group-add video --group-add 109 --group-add daemon --group-add bin --cap-add=SYS_PTRACE --security-opt seccomp=unconfined --network=host 2025-12-04T09:53:00.8771657Z AWS_DEFAULT_REGION: us-east-1 2025-12-04T09:53:00.8771784Z AWS_REGION: us-east-1 2025-12-04T09:53:00.8771927Z AWS_ACCESS_KEY_ID: *** 2025-12-04T09:53:00.8772086Z AWS_SECRET_ACCESS_KEY: *** 2025-12-04T09:53:00.8774411Z AWS_SESSION_TOKEN: *** 2025-12-04T09:53:00.8774775Z DOCKER_IMAGE: 308535385114.dkr.ecr.us-east-1.amazonaws.com/pytorch/ci-image:pytorch-linux-jammy-rocm-n-py3-f0cd68561080d537ef3d3d6f81b25a6416ad600a 2025-12-04T09:53:00.8775105Z DOCKER_REGISTRY: 308535385114.dkr.ecr.us-east-1.amazonaws.com 2025-12-04T09:53:00.8775269Z ##[endgroup] 2025-12-04T09:53:00.8795175Z + set +e 2025-12-04T09:53:00.8795335Z + retry login 308535385114.dkr.ecr.us-east-1.amazonaws.com 2025-12-04T09:53:00.8795517Z + login 308535385114.dkr.ecr.us-east-1.amazonaws.com 2025-12-04T09:53:00.8798909Z + aws ecr get-login-password --region us-east-1 2025-12-04T09:53:00.8799239Z /home/runner/_work/_temp/c79c00bb-8b48-4a59-90aa-0df8f356873c.sh: line 5: aws: command not found 2025-12-04T09:53:00.8799573Z + docker login -u AWS --password-stdin 308535385114.dkr.ecr.us-east-1.amazonaws.com 2025-12-04T09:53:00.8873402Z Error: Cannot perform an interactive login from a non TTY device 2025-12-04T09:53:00.8880110Z + sleep 1 2025-12-04T09:53:01.8890176Z + login 308535385114.dkr.ecr.us-east-1.amazonaws.com 2025-12-04T09:53:01.8926977Z + aws ecr get-login-password --region us-east-1 2025-12-04T09:53:01.8927232Z /home/runner/_work/_temp/c79c00bb-8b48-4a59-90aa-0df8f356873c.sh: line 5: aws: command not found 2025-12-04T09:53:01.8927512Z + docker login -u AWS --password-stdin 308535385114.dkr.ecr.us-east-1.amazonaws.com 2025-12-04T09:53:01.9032530Z Error: Cannot perform an interactive login from a non TTY device 2025-12-04T09:53:01.9043360Z + sleep 2 2025-12-04T09:53:03.9055044Z + login 308535385114.dkr.ecr.us-east-1.amazonaws.com 2025-12-04T09:53:03.9057934Z + aws ecr get-login-password --region us-east-1 2025-12-04T09:53:03.9059117Z + docker login -u AWS --password-stdin 308535385114.dkr.ecr.us-east-1.amazonaws.com 2025-12-04T09:53:03.9059482Z /home/runner/_work/_temp/c79c00bb-8b48-4a59-90aa-0df8f356873c.sh: line 5: aws: command not found 2025-12-04T09:53:03.9138126Z Error: Cannot perform an interactive login from a non TTY device 2025-12-04T09:53:03.9152170Z ++ docker manifest inspect 308535385114.dkr.ecr.us-east-1.amazonaws.com/pytorch/ci-image:pytorch-linux-jammy-rocm-n-py3-f0cd68561080d537ef3d3d6f81b25a6416ad600a 2025-12-04T09:53:03.9152521Z ++ jq '[.layers[].size, .config.size] | add / 1024 / 1024' 2025-12-04T09:53:05.3058987Z + IMAGE_SIZE=18171.470620155334 2025-12-04T09:53:05.3059307Z + echo 'Compressed size of image in MB: 18171.470620155334' 2025-12-04T09:53:05.3059537Z + set -e 2025-12-04T09:53:05.3059928Z + docker inspect --type=image 308535385114.dkr.ecr.us-east-1.amazonaws.com/pytorch/ci-image:pytorch-linux-jammy-rocm-n-py3-f0cd68561080d537ef3d3d6f81b25a6416ad600a 2025-12-04T09:53:05.3060363Z Compressed size of image in MB: 18171.470620155334 2025-12-04T09:53:05.3176534Z Prepare all required actions 2025-12-04T09:53:05.3191278Z ##[group]Run ./.github/actions/get-workflow-job-id 2025-12-04T09:53:05.3191423Z with: 2025-12-04T09:53:05.3191728Z github-token: *** 2025-12-04T09:53:05.3191833Z env: 2025-12-04T09:53:05.3191934Z GIT_DEFAULT_BRANCH: main 2025-12-04T09:53:05.3192081Z RUNNER_ARTIFACT_DIR: /home/runner/_work/_temp/artifacts 2025-12-04T09:53:05.3192271Z RUNNER_TEST_RESULTS_DIR: /home/runner/_work/_temp/test-results 2025-12-04T09:53:05.3192443Z RUNNER_DOCS_DIR: /home/runner/_work/_temp/docs 2025-12-04T09:53:05.3192949Z GPU_FLAG: --device=/dev/mem --device=/dev/kfd --group-add 110 --device /dev/dri/renderD160 --device /dev/dri/renderD168 --device /dev/dri/renderD176 --device /dev/dri/renderD184 --group-add video --group-add 109 --group-add daemon --group-add bin --cap-add=SYS_PTRACE --security-opt seccomp=unconfined --network=host 2025-12-04T09:53:05.3193437Z AWS_DEFAULT_REGION: us-east-1 2025-12-04T09:53:05.3193573Z AWS_REGION: us-east-1 2025-12-04T09:53:05.3193745Z AWS_ACCESS_KEY_ID: *** 2025-12-04T09:53:05.3194021Z AWS_SECRET_ACCESS_KEY: *** 2025-12-04T09:53:05.3196371Z AWS_SESSION_TOKEN: *** 2025-12-04T09:53:05.3196488Z ##[endgroup] 2025-12-04T09:53:05.3203656Z ##[group]Run set -eux 2025-12-04T09:53:05.3203782Z set -eux 2025-12-04T09:53:05.3203958Z python3 .github/scripts/get_workflow_job_id.py "${GITHUB_RUN_ID}" "${RUNNER_NAME}" 2025-12-04T09:53:05.3208393Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2025-12-04T09:53:05.3208548Z env: 2025-12-04T09:53:05.3208648Z GIT_DEFAULT_BRANCH: main 2025-12-04T09:53:05.3208792Z RUNNER_ARTIFACT_DIR: /home/runner/_work/_temp/artifacts 2025-12-04T09:53:05.3208975Z RUNNER_TEST_RESULTS_DIR: /home/runner/_work/_temp/test-results 2025-12-04T09:53:05.3209148Z RUNNER_DOCS_DIR: /home/runner/_work/_temp/docs 2025-12-04T09:53:05.3209655Z GPU_FLAG: --device=/dev/mem --device=/dev/kfd --group-add 110 --device /dev/dri/renderD160 --device /dev/dri/renderD168 --device /dev/dri/renderD176 --device /dev/dri/renderD184 --group-add video --group-add 109 --group-add daemon --group-add bin --cap-add=SYS_PTRACE --security-opt seccomp=unconfined --network=host 2025-12-04T09:53:05.3210152Z AWS_DEFAULT_REGION: us-east-1 2025-12-04T09:53:05.3210273Z AWS_REGION: us-east-1 2025-12-04T09:53:05.3210407Z AWS_ACCESS_KEY_ID: *** 2025-12-04T09:53:05.3210560Z AWS_SECRET_ACCESS_KEY: *** 2025-12-04T09:53:05.3212893Z AWS_SESSION_TOKEN: *** 2025-12-04T09:53:05.3213044Z GITHUB_TOKEN: *** 2025-12-04T09:53:05.3213146Z ##[endgroup] 2025-12-04T09:53:05.3230666Z + python3 .github/scripts/get_workflow_job_id.py 19921726347 linux.rocm.gpu.gfx942.4.b-bphpw-runner-f6sml 2025-12-04T09:53:06.4714667Z Setting output job-id=57113808207 2025-12-04T09:53:06.4715039Z Setting output job-name=linux-jammy-rocm-py3.10 / test (distributed, 1, 3, linux.rocm.gpu.gfx942.4.b, unstable) 2025-12-04T09:53:06.4834325Z Prepare all required actions 2025-12-04T09:53:06.4834691Z Getting action download info 2025-12-04T09:53:06.6974506Z Download action repository 'seemethere/download-artifact-s3@v4' (SHA:1da556a7aa0a088e3153970611f6c432d58e80e6) 2025-12-04T09:53:07.8563395Z Download action repository 'actions/download-artifact@v4' (SHA:d3f86a106a0bac45b974a628896c90dbdf5c8093) 2025-12-04T09:53:08.9454108Z ##[group]Run ./.github/actions/download-build-artifacts 2025-12-04T09:53:08.9454278Z with: 2025-12-04T09:53:08.9454392Z name: linux-jammy-rocm-py3.10 2025-12-04T09:53:08.9454524Z s3-bucket: gha-artifacts 2025-12-04T09:53:08.9454637Z env: 2025-12-04T09:53:08.9454736Z GIT_DEFAULT_BRANCH: main 2025-12-04T09:53:08.9454877Z RUNNER_ARTIFACT_DIR: /home/runner/_work/_temp/artifacts 2025-12-04T09:53:08.9455053Z RUNNER_TEST_RESULTS_DIR: /home/runner/_work/_temp/test-results 2025-12-04T09:53:08.9455216Z RUNNER_DOCS_DIR: /home/runner/_work/_temp/docs 2025-12-04T09:53:08.9455733Z GPU_FLAG: --device=/dev/mem --device=/dev/kfd --group-add 110 --device /dev/dri/renderD160 --device /dev/dri/renderD168 --device /dev/dri/renderD176 --device /dev/dri/renderD184 --group-add video --group-add 109 --group-add daemon --group-add bin --cap-add=SYS_PTRACE --security-opt seccomp=unconfined --network=host 2025-12-04T09:53:08.9456239Z AWS_DEFAULT_REGION: us-east-1 2025-12-04T09:53:08.9456354Z AWS_REGION: us-east-1 2025-12-04T09:53:08.9456526Z AWS_ACCESS_KEY_ID: *** 2025-12-04T09:53:08.9456678Z AWS_SECRET_ACCESS_KEY: *** 2025-12-04T09:53:08.9459060Z AWS_SESSION_TOKEN: *** 2025-12-04T09:53:08.9459163Z ##[endgroup] 2025-12-04T09:53:08.9473808Z ##[group]Run seemethere/download-artifact-s3@v4 2025-12-04T09:53:08.9473945Z with: 2025-12-04T09:53:08.9474044Z name: linux-jammy-rocm-py3.10 2025-12-04T09:53:08.9474161Z s3-bucket: gha-artifacts 2025-12-04T09:53:08.9474267Z region: us-east-1 2025-12-04T09:53:08.9474360Z env: 2025-12-04T09:53:08.9474450Z GIT_DEFAULT_BRANCH: main 2025-12-04T09:53:08.9474591Z RUNNER_ARTIFACT_DIR: /home/runner/_work/_temp/artifacts 2025-12-04T09:53:08.9474774Z RUNNER_TEST_RESULTS_DIR: /home/runner/_work/_temp/test-results 2025-12-04T09:53:08.9474948Z RUNNER_DOCS_DIR: /home/runner/_work/_temp/docs 2025-12-04T09:53:08.9475586Z GPU_FLAG: --device=/dev/mem --device=/dev/kfd --group-add 110 --device /dev/dri/renderD160 --device /dev/dri/renderD168 --device /dev/dri/renderD176 --device /dev/dri/renderD184 --group-add video --group-add 109 --group-add daemon --group-add bin --cap-add=SYS_PTRACE --security-opt seccomp=unconfined --network=host 2025-12-04T09:53:08.9476081Z AWS_DEFAULT_REGION: us-east-1 2025-12-04T09:53:08.9476203Z AWS_REGION: us-east-1 2025-12-04T09:53:08.9476349Z AWS_ACCESS_KEY_ID: *** 2025-12-04T09:53:08.9476507Z AWS_SECRET_ACCESS_KEY: *** 2025-12-04T09:53:08.9478878Z AWS_SESSION_TOKEN: *** 2025-12-04T09:53:08.9478991Z ##[endgroup] 2025-12-04T09:53:09.1723294Z (node:17037) NOTE: We are formalizing our plans to enter AWS SDK for JavaScript (v2) into maintenance mode in 2023. 2025-12-04T09:53:09.1723489Z 2025-12-04T09:53:09.1723589Z Please migrate your code to use AWS SDK for JavaScript (v3). 2025-12-04T09:53:09.1723820Z For more information, check the migration guide at https://a.co/7PzMCcy 2025-12-04T09:53:09.1724052Z (Use `node --trace-warnings ...` to show where the warning was created) 2025-12-04T09:53:09.4413224Z Found 1 objects with prefix pytorch/pytorch/19921726347/linux-jammy-rocm-py3.10/ 2025-12-04T09:53:09.4413520Z Starting download (1/1): /home/runner/_work/pytorch/pytorch/artifacts.zip 2025-12-04T09:54:50.8205025Z Finished download (1/1): /home/runner/_work/pytorch/pytorch/artifacts.zip 2025-12-04T09:54:50.8208886Z Artifact download has finished successfully 2025-12-04T09:54:50.8467089Z ##[group]Run unzip -o artifacts.zip 2025-12-04T09:54:50.8467254Z unzip -o artifacts.zip 2025-12-04T09:54:50.8471941Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2025-12-04T09:54:50.8472095Z env: 2025-12-04T09:54:50.8472461Z GIT_DEFAULT_BRANCH: main 2025-12-04T09:54:50.8472602Z RUNNER_ARTIFACT_DIR: /home/runner/_work/_temp/artifacts 2025-12-04T09:54:50.8472781Z RUNNER_TEST_RESULTS_DIR: /home/runner/_work/_temp/test-results 2025-12-04T09:54:50.8472960Z RUNNER_DOCS_DIR: /home/runner/_work/_temp/docs 2025-12-04T09:54:50.8473465Z GPU_FLAG: --device=/dev/mem --device=/dev/kfd --group-add 110 --device /dev/dri/renderD160 --device /dev/dri/renderD168 --device /dev/dri/renderD176 --device /dev/dri/renderD184 --group-add video --group-add 109 --group-add daemon --group-add bin --cap-add=SYS_PTRACE --security-opt seccomp=unconfined --network=host 2025-12-04T09:54:50.8473957Z AWS_DEFAULT_REGION: us-east-1 2025-12-04T09:54:50.8474078Z AWS_REGION: us-east-1 2025-12-04T09:54:50.8474262Z AWS_ACCESS_KEY_ID: *** 2025-12-04T09:54:50.8474419Z AWS_SECRET_ACCESS_KEY: *** 2025-12-04T09:54:50.8476838Z AWS_SESSION_TOKEN: *** 2025-12-04T09:54:50.8476952Z ##[endgroup] 2025-12-04T09:54:50.8547836Z Archive: artifacts.zip 2025-12-04T09:54:50.8548118Z creating: dist/ 2025-12-04T09:54:53.7998126Z inflating: dist/torch-2.10.0a0+gitffd9b0f-cp310-cp310-linux_x86_64.whl 2025-12-04T09:54:53.8050926Z inflating: dist/.ninja_log 2025-12-04T09:54:53.8051095Z creating: build/custom_test_artifacts/ 2025-12-04T09:54:53.8051259Z creating: build/custom_test_artifacts/custom-op-build/ 2025-12-04T09:54:53.8051447Z creating: build/custom_test_artifacts/custom-op-build/CMakeFiles/ 2025-12-04T09:54:53.8051667Z creating: build/custom_test_artifacts/custom-op-build/CMakeFiles/pkgRedirects/ 2025-12-04T09:54:53.8053253Z inflating: build/custom_test_artifacts/custom-op-build/CMakeFiles/CMakeConfigureLog.yaml 2025-12-04T09:54:53.8053974Z creating: build/custom_test_artifacts/custom-op-build/CMakeFiles/3.31.6/ 2025-12-04T09:54:53.8054448Z inflating: build/custom_test_artifacts/custom-op-build/CMakeFiles/3.31.6/CMakeSystem.cmake 2025-12-04T09:54:53.8055176Z creating: build/custom_test_artifacts/custom-op-build/CMakeFiles/3.31.6/CompilerIdC/ 2025-12-04T09:54:53.8055446Z creating: build/custom_test_artifacts/custom-op-build/CMakeFiles/3.31.6/CompilerIdC/tmp/ 2025-12-04T09:54:53.8056442Z inflating: build/custom_test_artifacts/custom-op-build/CMakeFiles/3.31.6/CompilerIdC/CMakeCCompilerId.c 2025-12-04T09:54:53.8058139Z inflating: build/custom_test_artifacts/custom-op-build/CMakeFiles/3.31.6/CompilerIdC/a.out 2025-12-04T09:54:53.8058416Z inflating: build/custom_test_artifacts/custom-op-build/CMakeFiles/3.31.6/CMakeCCompiler.cmake 2025-12-04T09:54:53.8058693Z creating: build/custom_test_artifacts/custom-op-build/CMakeFiles/3.31.6/CompilerIdCXX/ 2025-12-04T09:54:53.8058968Z creating: build/custom_test_artifacts/custom-op-build/CMakeFiles/3.31.6/CompilerIdCXX/tmp/ 2025-12-04T09:54:53.8059887Z inflating: build/custom_test_artifacts/custom-op-build/CMakeFiles/3.31.6/CompilerIdCXX/CMakeCXXCompilerId.cpp 2025-12-04T09:54:53.8060786Z inflating: build/custom_test_artifacts/custom-op-build/CMakeFiles/3.31.6/CompilerIdCXX/a.out 2025-12-04T09:54:53.8061340Z inflating: build/custom_test_artifacts/custom-op-build/CMakeFiles/3.31.6/CMakeCXXCompiler.cmake 2025-12-04T09:54:53.8062397Z inflating: build/custom_test_artifacts/custom-op-build/CMakeFiles/3.31.6/CMakeDetermineCompilerABI_C.bin 2025-12-04T09:54:53.8063308Z inflating: build/custom_test_artifacts/custom-op-build/CMakeFiles/3.31.6/CMakeDetermineCompilerABI_CXX.bin 2025-12-04T09:54:53.8063965Z creating: build/custom_test_artifacts/custom-op-build/CMakeFiles/CMakeScratch/ 2025-12-04T09:54:53.8066318Z creating: build/custom_test_artifacts/custom-op-build/CMakeFiles/CMakeTmp/ 2025-12-04T09:54:53.8067476Z inflating: build/custom_test_artifacts/custom-op-build/CMakeFiles/cmake.check_cache 2025-12-04T09:54:53.8067722Z creating: build/custom_test_artifacts/custom-op-build/CMakeFiles/custom_ops.dir/ 2025-12-04T09:54:53.8067990Z inflating: build/custom_test_artifacts/custom-op-build/CMakeFiles/custom_ops.dir/compiler_depend.ts 2025-12-04T09:54:53.8068498Z inflating: build/custom_test_artifacts/custom-op-build/CMakeFiles/custom_ops.dir/compiler_depend.make 2025-12-04T09:54:53.8068786Z inflating: build/custom_test_artifacts/custom-op-build/CMakeFiles/custom_ops.dir/depend.make 2025-12-04T09:54:53.8069060Z inflating: build/custom_test_artifacts/custom-op-build/CMakeFiles/custom_ops.dir/link.txt 2025-12-04T09:54:53.8069338Z inflating: build/custom_test_artifacts/custom-op-build/CMakeFiles/custom_ops.dir/cmake_clean.cmake 2025-12-04T09:54:53.8069623Z inflating: build/custom_test_artifacts/custom-op-build/CMakeFiles/custom_ops.dir/build.make 2025-12-04T09:54:53.8069902Z inflating: build/custom_test_artifacts/custom-op-build/CMakeFiles/custom_ops.dir/DependInfo.cmake 2025-12-04T09:54:53.8070180Z inflating: build/custom_test_artifacts/custom-op-build/CMakeFiles/custom_ops.dir/flags.make 2025-12-04T09:54:53.8070457Z inflating: build/custom_test_artifacts/custom-op-build/CMakeFiles/custom_ops.dir/progress.make 2025-12-04T09:54:53.8097834Z inflating: build/custom_test_artifacts/custom-op-build/CMakeFiles/custom_ops.dir/op.cpp.o.d 2025-12-04T09:54:53.8196127Z inflating: build/custom_test_artifacts/custom-op-build/CMakeFiles/custom_ops.dir/op.cpp.o 2025-12-04T09:54:53.8196748Z creating: build/custom_test_artifacts/custom-op-build/CMakeFiles/test_custom_ops.dir/ 2025-12-04T09:54:53.8197165Z inflating: build/custom_test_artifacts/custom-op-build/CMakeFiles/test_custom_ops.dir/compiler_depend.ts 2025-12-04T09:54:53.8197572Z inflating: build/custom_test_artifacts/custom-op-build/CMakeFiles/test_custom_ops.dir/compiler_depend.make 2025-12-04T09:54:53.8197947Z inflating: build/custom_test_artifacts/custom-op-build/CMakeFiles/test_custom_ops.dir/depend.make 2025-12-04T09:54:53.8198380Z inflating: build/custom_test_artifacts/custom-op-build/CMakeFiles/test_custom_ops.dir/link.txt 2025-12-04T09:54:53.8198978Z inflating: build/custom_test_artifacts/custom-op-build/CMakeFiles/test_custom_ops.dir/cmake_clean.cmake 2025-12-04T09:54:53.8199496Z inflating: build/custom_test_artifacts/custom-op-build/CMakeFiles/test_custom_ops.dir/build.make 2025-12-04T09:54:53.8199897Z inflating: build/custom_test_artifacts/custom-op-build/CMakeFiles/test_custom_ops.dir/DependInfo.cmake 2025-12-04T09:54:53.8200977Z inflating: build/custom_test_artifacts/custom-op-build/CMakeFiles/test_custom_ops.dir/flags.make 2025-12-04T09:54:53.8201278Z inflating: build/custom_test_artifacts/custom-op-build/CMakeFiles/test_custom_ops.dir/progress.make 2025-12-04T09:54:53.8212605Z inflating: build/custom_test_artifacts/custom-op-build/CMakeFiles/test_custom_ops.dir/test_custom_ops.cpp.o.d 2025-12-04T09:54:53.8260516Z inflating: build/custom_test_artifacts/custom-op-build/CMakeFiles/test_custom_ops.dir/test_custom_ops.cpp.o 2025-12-04T09:54:53.8260922Z inflating: build/custom_test_artifacts/custom-op-build/CMakeFiles/CMakeDirectoryInformation.cmake 2025-12-04T09:54:53.8261362Z inflating: build/custom_test_artifacts/custom-op-build/CMakeFiles/TargetDirectories.txt 2025-12-04T09:54:53.8261639Z extracting: build/custom_test_artifacts/custom-op-build/CMakeFiles/progress.marks 2025-12-04T09:54:53.8261909Z inflating: build/custom_test_artifacts/custom-op-build/CMakeFiles/Makefile2 2025-12-04T09:54:53.8262841Z inflating: build/custom_test_artifacts/custom-op-build/CMakeFiles/Makefile.cmake 2025-12-04T09:54:53.8263231Z inflating: build/custom_test_artifacts/custom-op-build/hipblaslt_test_outer_vec.cc 2025-12-04T09:54:53.8264022Z inflating: build/custom_test_artifacts/custom-op-build/hipblaslt_test_vec_ext.cc 2025-12-04T09:54:53.8264601Z inflating: build/custom_test_artifacts/custom-op-build/CMakeCache.txt 2025-12-04T09:54:53.8265128Z inflating: build/custom_test_artifacts/custom-op-build/Makefile 2025-12-04T09:54:53.8265504Z inflating: build/custom_test_artifacts/custom-op-build/cmake_install.cmake 2025-12-04T09:54:53.8367627Z inflating: build/custom_test_artifacts/custom-op-build/libcustom_ops.so 2025-12-04T09:54:53.8402184Z inflating: build/custom_test_artifacts/custom-op-build/test_custom_ops 2025-12-04T09:54:53.8402384Z creating: build/custom_test_artifacts/jit-hook-build/ 2025-12-04T09:54:53.8402594Z creating: build/custom_test_artifacts/jit-hook-build/CMakeFiles/ 2025-12-04T09:54:53.8402811Z creating: build/custom_test_artifacts/jit-hook-build/CMakeFiles/pkgRedirects/ 2025-12-04T09:54:53.8405078Z inflating: build/custom_test_artifacts/jit-hook-build/CMakeFiles/CMakeConfigureLog.yaml 2025-12-04T09:54:53.8406106Z creating: build/custom_test_artifacts/jit-hook-build/CMakeFiles/3.31.6/ 2025-12-04T09:54:53.8406421Z inflating: build/custom_test_artifacts/jit-hook-build/CMakeFiles/3.31.6/CMakeSystem.cmake 2025-12-04T09:54:53.8406735Z creating: build/custom_test_artifacts/jit-hook-build/CMakeFiles/3.31.6/CompilerIdC/ 2025-12-04T09:54:53.8407003Z creating: build/custom_test_artifacts/jit-hook-build/CMakeFiles/3.31.6/CompilerIdC/tmp/ 2025-12-04T09:54:53.8407912Z inflating: build/custom_test_artifacts/jit-hook-build/CMakeFiles/3.31.6/CompilerIdC/CMakeCCompilerId.c 2025-12-04T09:54:53.8408829Z inflating: build/custom_test_artifacts/jit-hook-build/CMakeFiles/3.31.6/CompilerIdC/a.out 2025-12-04T09:54:53.8409250Z inflating: build/custom_test_artifacts/jit-hook-build/CMakeFiles/3.31.6/CMakeCCompiler.cmake 2025-12-04T09:54:53.8409582Z creating: build/custom_test_artifacts/jit-hook-build/CMakeFiles/3.31.6/CompilerIdCXX/ 2025-12-04T09:54:53.8409906Z creating: build/custom_test_artifacts/jit-hook-build/CMakeFiles/3.31.6/CompilerIdCXX/tmp/ 2025-12-04T09:54:53.8411186Z inflating: build/custom_test_artifacts/jit-hook-build/CMakeFiles/3.31.6/CompilerIdCXX/CMakeCXXCompilerId.cpp 2025-12-04T09:54:53.8412064Z inflating: build/custom_test_artifacts/jit-hook-build/CMakeFiles/3.31.6/CompilerIdCXX/a.out 2025-12-04T09:54:53.8412593Z inflating: build/custom_test_artifacts/jit-hook-build/CMakeFiles/3.31.6/CMakeCXXCompiler.cmake 2025-12-04T09:54:53.8413733Z inflating: build/custom_test_artifacts/jit-hook-build/CMakeFiles/3.31.6/CMakeDetermineCompilerABI_C.bin 2025-12-04T09:54:53.8414625Z inflating: build/custom_test_artifacts/jit-hook-build/CMakeFiles/3.31.6/CMakeDetermineCompilerABI_CXX.bin 2025-12-04T09:54:53.8415135Z creating: build/custom_test_artifacts/jit-hook-build/CMakeFiles/CMakeScratch/ 2025-12-04T09:54:53.8415418Z creating: build/custom_test_artifacts/jit-hook-build/CMakeFiles/CMakeTmp/ 2025-12-04T09:54:53.8415759Z inflating: build/custom_test_artifacts/jit-hook-build/CMakeFiles/cmake.check_cache 2025-12-04T09:54:53.8416069Z creating: build/custom_test_artifacts/jit-hook-build/CMakeFiles/test_jit_hooks.dir/ 2025-12-04T09:54:53.8416404Z inflating: build/custom_test_artifacts/jit-hook-build/CMakeFiles/test_jit_hooks.dir/compiler_depend.ts 2025-12-04T09:54:53.8416862Z inflating: build/custom_test_artifacts/jit-hook-build/CMakeFiles/test_jit_hooks.dir/compiler_depend.make 2025-12-04T09:54:53.8417166Z inflating: build/custom_test_artifacts/jit-hook-build/CMakeFiles/test_jit_hooks.dir/depend.make 2025-12-04T09:54:53.8417508Z inflating: build/custom_test_artifacts/jit-hook-build/CMakeFiles/test_jit_hooks.dir/link.txt 2025-12-04T09:54:53.8417861Z inflating: build/custom_test_artifacts/jit-hook-build/CMakeFiles/test_jit_hooks.dir/cmake_clean.cmake 2025-12-04T09:54:53.8418155Z inflating: build/custom_test_artifacts/jit-hook-build/CMakeFiles/test_jit_hooks.dir/build.make 2025-12-04T09:54:53.8418556Z inflating: build/custom_test_artifacts/jit-hook-build/CMakeFiles/test_jit_hooks.dir/DependInfo.cmake 2025-12-04T09:54:53.8418852Z inflating: build/custom_test_artifacts/jit-hook-build/CMakeFiles/test_jit_hooks.dir/flags.make 2025-12-04T09:54:53.8419138Z inflating: build/custom_test_artifacts/jit-hook-build/CMakeFiles/test_jit_hooks.dir/progress.make 2025-12-04T09:54:53.8430461Z inflating: build/custom_test_artifacts/jit-hook-build/CMakeFiles/test_jit_hooks.dir/test_jit_hooks.cpp.o.d 2025-12-04T09:54:53.8467803Z inflating: build/custom_test_artifacts/jit-hook-build/CMakeFiles/test_jit_hooks.dir/test_jit_hooks.cpp.o 2025-12-04T09:54:53.8468281Z inflating: build/custom_test_artifacts/jit-hook-build/CMakeFiles/CMakeDirectoryInformation.cmake 2025-12-04T09:54:53.8468636Z inflating: build/custom_test_artifacts/jit-hook-build/CMakeFiles/TargetDirectories.txt 2025-12-04T09:54:53.8468957Z extracting: build/custom_test_artifacts/jit-hook-build/CMakeFiles/progress.marks 2025-12-04T09:54:53.8469215Z inflating: build/custom_test_artifacts/jit-hook-build/CMakeFiles/Makefile2 2025-12-04T09:54:53.8470171Z inflating: build/custom_test_artifacts/jit-hook-build/CMakeFiles/Makefile.cmake 2025-12-04T09:54:53.8470455Z inflating: build/custom_test_artifacts/jit-hook-build/hipblaslt_test_outer_vec.cc 2025-12-04T09:54:53.8470759Z inflating: build/custom_test_artifacts/jit-hook-build/hipblaslt_test_vec_ext.cc 2025-12-04T09:54:53.8471834Z inflating: build/custom_test_artifacts/jit-hook-build/CMakeCache.txt 2025-12-04T09:54:53.8472341Z inflating: build/custom_test_artifacts/jit-hook-build/Makefile 2025-12-04T09:54:53.8472748Z inflating: build/custom_test_artifacts/jit-hook-build/cmake_install.cmake 2025-12-04T09:54:53.8495792Z inflating: build/custom_test_artifacts/jit-hook-build/test_jit_hooks 2025-12-04T09:54:53.8496071Z creating: build/custom_test_artifacts/custom-backend-build/ 2025-12-04T09:54:53.8496375Z creating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/ 2025-12-04T09:54:53.8496702Z creating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/pkgRedirects/ 2025-12-04T09:54:53.8499187Z inflating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/CMakeConfigureLog.yaml 2025-12-04T09:54:53.8499520Z creating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/3.31.6/ 2025-12-04T09:54:53.8499846Z inflating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/3.31.6/CMakeSystem.cmake 2025-12-04T09:54:53.8500246Z creating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/3.31.6/CompilerIdC/ 2025-12-04T09:54:53.8500533Z creating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/3.31.6/CompilerIdC/tmp/ 2025-12-04T09:54:53.8501758Z inflating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/3.31.6/CompilerIdC/CMakeCCompilerId.c 2025-12-04T09:54:53.8502677Z inflating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/3.31.6/CompilerIdC/a.out 2025-12-04T09:54:53.8503089Z inflating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/3.31.6/CMakeCCompiler.cmake 2025-12-04T09:54:53.8503604Z creating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/3.31.6/CompilerIdCXX/ 2025-12-04T09:54:53.8503945Z creating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/3.31.6/CompilerIdCXX/tmp/ 2025-12-04T09:54:53.8505271Z inflating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/3.31.6/CompilerIdCXX/CMakeCXXCompilerId.cpp 2025-12-04T09:54:53.8506175Z inflating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/3.31.6/CompilerIdCXX/a.out 2025-12-04T09:54:53.8506773Z inflating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/3.31.6/CMakeCXXCompiler.cmake 2025-12-04T09:54:53.8508276Z inflating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/3.31.6/CMakeDetermineCompilerABI_C.bin 2025-12-04T09:54:53.8508882Z inflating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/3.31.6/CMakeDetermineCompilerABI_CXX.bin 2025-12-04T09:54:53.8509308Z creating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/CMakeScratch/ 2025-12-04T09:54:53.8509652Z creating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/CMakeTmp/ 2025-12-04T09:54:53.8509965Z inflating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/cmake.check_cache 2025-12-04T09:54:53.8510344Z creating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/custom_backend.dir/ 2025-12-04T09:54:53.8510769Z inflating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/custom_backend.dir/compiler_depend.ts 2025-12-04T09:54:53.8511174Z inflating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/custom_backend.dir/compiler_depend.make 2025-12-04T09:54:53.8511573Z inflating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/custom_backend.dir/depend.make 2025-12-04T09:54:53.8511882Z inflating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/custom_backend.dir/link.txt 2025-12-04T09:54:53.8512361Z inflating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/custom_backend.dir/cmake_clean.cmake 2025-12-04T09:54:53.8512685Z inflating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/custom_backend.dir/build.make 2025-12-04T09:54:53.8512998Z inflating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/custom_backend.dir/DependInfo.cmake 2025-12-04T09:54:53.8513314Z inflating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/custom_backend.dir/flags.make 2025-12-04T09:54:53.8513622Z inflating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/custom_backend.dir/progress.make 2025-12-04T09:54:53.8514968Z inflating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/custom_backend.dir/custom_backend.cpp.o.d 2025-12-04T09:54:53.8585100Z inflating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/custom_backend.dir/custom_backend.cpp.o 2025-12-04T09:54:53.8585583Z creating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/test_custom_backend.dir/ 2025-12-04T09:54:53.8585976Z inflating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/test_custom_backend.dir/compiler_depend.ts 2025-12-04T09:54:53.8586466Z inflating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/test_custom_backend.dir/compiler_depend.make 2025-12-04T09:54:53.8586982Z inflating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/test_custom_backend.dir/depend.make 2025-12-04T09:54:53.8587316Z inflating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/test_custom_backend.dir/link.txt 2025-12-04T09:54:53.8587711Z inflating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/test_custom_backend.dir/cmake_clean.cmake 2025-12-04T09:54:53.8588175Z inflating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/test_custom_backend.dir/build.make 2025-12-04T09:54:53.8588624Z inflating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/test_custom_backend.dir/DependInfo.cmake 2025-12-04T09:54:53.8588963Z inflating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/test_custom_backend.dir/flags.make 2025-12-04T09:54:53.8589290Z inflating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/test_custom_backend.dir/progress.make 2025-12-04T09:54:53.8600709Z inflating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/test_custom_backend.dir/test_custom_backend.cpp.o.d 2025-12-04T09:54:53.8633232Z inflating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/test_custom_backend.dir/test_custom_backend.cpp.o 2025-12-04T09:54:53.8633609Z inflating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/CMakeDirectoryInformation.cmake 2025-12-04T09:54:53.8634042Z inflating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/TargetDirectories.txt 2025-12-04T09:54:53.8634331Z extracting: build/custom_test_artifacts/custom-backend-build/CMakeFiles/progress.marks 2025-12-04T09:54:53.8634703Z inflating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/Makefile2 2025-12-04T09:54:53.8636049Z inflating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/Makefile.cmake 2025-12-04T09:54:53.8636313Z inflating: build/custom_test_artifacts/custom-backend-build/hipblaslt_test_outer_vec.cc 2025-12-04T09:54:53.8636579Z inflating: build/custom_test_artifacts/custom-backend-build/hipblaslt_test_vec_ext.cc 2025-12-04T09:54:53.8637304Z inflating: build/custom_test_artifacts/custom-backend-build/CMakeCache.txt 2025-12-04T09:54:53.8638567Z inflating: build/custom_test_artifacts/custom-backend-build/Makefile 2025-12-04T09:54:53.8638801Z inflating: build/custom_test_artifacts/custom-backend-build/cmake_install.cmake 2025-12-04T09:54:53.8699328Z inflating: build/custom_test_artifacts/custom-backend-build/libcustom_backend.so 2025-12-04T09:54:53.8722845Z inflating: build/custom_test_artifacts/custom-backend-build/test_custom_backend 2025-12-04T09:54:53.8723173Z creating: build/lib/ 2025-12-04T09:54:53.8772601Z inflating: build/lib/libprotobuf-lite.a 2025-12-04T09:54:53.9037659Z inflating: build/lib/libprotobuf.a 2025-12-04T09:54:53.9334603Z inflating: build/lib/libprotoc.a 2025-12-04T09:54:53.9340661Z inflating: build/lib/libpthreadpool.a 2025-12-04T09:54:53.9345655Z inflating: build/lib/libcpuinfo.a 2025-12-04T09:54:53.9350449Z inflating: build/lib/libcpuinfo_internals.a 2025-12-04T09:54:53.9351219Z inflating: build/lib/libclog.a 2025-12-04T09:54:53.9362702Z inflating: build/lib/libpytorch_qnnpack.a 2025-12-04T09:54:53.9364032Z inflating: build/lib/libnnpack_reference_layers.a 2025-12-04T09:54:53.9374828Z inflating: build/lib/libnnpack.a 2025-12-04T09:54:53.9487270Z inflating: build/lib/libmicrokernels-prod.a 2025-12-04T09:54:54.0013939Z inflating: build/lib/libmicrokernels-all.a 2025-12-04T09:54:54.0055725Z inflating: build/lib/libgtest.a 2025-12-04T09:54:54.0066073Z inflating: build/lib/libgmock.a 2025-12-04T09:54:54.0066516Z inflating: build/lib/libgtest_main.a 2025-12-04T09:54:54.0066997Z inflating: build/lib/libgmock_main.a 2025-12-04T09:54:54.0121358Z inflating: build/lib/libXNNPACK.a 2025-12-04T09:54:54.0166951Z inflating: build/lib/libbenchmark.a 2025-12-04T09:54:54.0167411Z inflating: build/lib/libbenchmark_main.a 2025-12-04T09:54:54.0172108Z inflating: build/lib/libittnotify.a 2025-12-04T09:54:54.0172561Z inflating: build/lib/libjitprofiling.a 2025-12-04T09:54:54.0212493Z inflating: build/lib/libasmjit.a 2025-12-04T09:54:54.0906055Z inflating: build/lib/libfbgemm.a 2025-12-04T09:54:54.0924596Z inflating: build/lib/libtensorpipe_uv.a 2025-12-04T09:54:54.1248874Z inflating: build/lib/libtensorpipe.a 2025-12-04T09:54:54.1321718Z inflating: build/lib/libgloo.a 2025-12-04T09:54:54.1349847Z inflating: build/lib/libonnx_proto.a 2025-12-04T09:54:54.1607044Z inflating: build/lib/libgloo_hip.a 2025-12-04T09:54:54.2046993Z inflating: build/lib/libonnx.a 2025-12-04T09:54:54.8063264Z inflating: build/lib/libdnnl.a 2025-12-04T09:54:54.8075931Z inflating: build/lib/libfmt.a 2025-12-04T09:54:54.8261875Z inflating: build/lib/libkineto.a 2025-12-04T09:54:54.8332297Z inflating: build/lib/libc10.so 2025-12-04T09:54:54.8348784Z inflating: build/lib/libtorch_global_deps.so 2025-12-04T09:54:54.8348934Z inflating: build/lib/libcaffe2_nvrtc.so 2025-12-04T09:54:54.8361541Z inflating: build/lib/libc10_hip.so 2025-12-04T09:54:54.8652870Z inflating: build/lib/libfbgemm_genai.a 2025-12-04T09:54:56.7157586Z inflating: build/lib/libtorch_cpu.so 2025-12-04T09:54:56.7160451Z inflating: build/lib/libshm.so 2025-12-04T09:54:57.5697891Z inflating: build/lib/libtorch_hip.so 2025-12-04T09:54:57.5698099Z inflating: build/lib/libtorch.so 2025-12-04T09:54:57.5698247Z inflating: build/lib/libjitbackend_test.so 2025-12-04T09:54:57.5734497Z inflating: build/lib/libtorchbind_test.so 2025-12-04T09:54:57.5749462Z inflating: build/lib/libbackend_with_compiler.so 2025-12-04T09:54:57.5765965Z inflating: build/lib/libaoti_custom_ops.so 2025-12-04T09:54:57.7181075Z inflating: build/lib/libtorch_python.so 2025-12-04T09:54:57.7202376Z inflating: build/lib/libnnapi_backend.so 2025-12-04T09:54:57.7202708Z creating: build/bin/ 2025-12-04T09:54:57.7202863Z creating: build/bin/CMakeFiles/ 2025-12-04T09:54:57.7203011Z inflating: build/bin/cmake_install.cmake 2025-12-04T09:54:57.7203398Z inflating: build/bin/CTestTestfile.cmake 2025-12-04T09:54:57.7479287Z inflating: build/bin/protoc-3.13.0.0 2025-12-04T09:54:57.7756094Z inflating: build/bin/protoc 2025-12-04T09:54:57.7791875Z inflating: build/bin/c10_AllocatorConfig_test 2025-12-04T09:54:57.7825784Z inflating: build/bin/c10_CompileTimeFunctionPointer_test 2025-12-04T09:54:57.7860476Z inflating: build/bin/c10_Device_test 2025-12-04T09:54:57.7899745Z inflating: build/bin/c10_DispatchKeySet_test 2025-12-04T09:54:57.7934247Z inflating: build/bin/c10_DeviceGuard_test 2025-12-04T09:54:57.7970105Z inflating: build/bin/c10_Scalar_test 2025-12-04T09:54:57.8003005Z inflating: build/bin/c10_StreamGuard_test 2025-12-04T09:54:57.8039306Z inflating: build/bin/c10_InlineDeviceGuard_test 2025-12-04T09:54:57.8076579Z inflating: build/bin/c10_SizesAndStrides_test 2025-12-04T09:54:57.8113700Z inflating: build/bin/c10_InlineStreamGuard_test 2025-12-04T09:54:57.8151306Z inflating: build/bin/c10_SymInt_test 2025-12-04T09:54:57.8184584Z inflating: build/bin/c10_ArrayRef_test 2025-12-04T09:54:57.8230645Z inflating: build/bin/c10_cow_test 2025-12-04T09:54:57.8263606Z inflating: build/bin/c10_ConstexprCrc_test 2025-12-04T09:54:57.8298969Z inflating: build/bin/c10_Bitset_test 2025-12-04T09:54:57.8332261Z inflating: build/bin/c10_DeadlockDetection_test 2025-12-04T09:54:57.8367508Z inflating: build/bin/c10_IntrusiveList_test 2025-12-04T09:54:57.8401695Z inflating: build/bin/c10_Half_test 2025-12-04T09:54:57.8438787Z inflating: build/bin/c10_LeftRight_test 2025-12-04T09:54:57.8477010Z inflating: build/bin/c10_Enumerate_test 2025-12-04T09:54:57.8512586Z inflating: build/bin/c10_NetworkFlow_test 2025-12-04T09:54:57.8546025Z inflating: build/bin/c10_Semaphore_test 2025-12-04T09:54:57.8582985Z inflating: build/bin/c10_ThreadLocal_test 2025-12-04T09:54:57.8616664Z inflating: build/bin/c10_Synchronized_test 2025-12-04T09:54:57.8651368Z inflating: build/bin/c10_TypeIndex_test 2025-12-04T09:54:57.8685920Z inflating: build/bin/c10_accumulate_test 2025-12-04T09:54:57.8719664Z inflating: build/bin/c10_bit_cast_test 2025-12-04T09:54:57.8756816Z inflating: build/bin/c10_bfloat16_test 2025-12-04T09:54:57.8793594Z inflating: build/bin/c10_complex_test 2025-12-04T09:54:57.8831280Z inflating: build/bin/c10_complex_math_test 2025-12-04T09:54:57.8864472Z inflating: build/bin/c10_error_test 2025-12-04T09:54:57.8899410Z inflating: build/bin/c10_exception_test 2025-12-04T09:54:57.8933087Z inflating: build/bin/c10_flags_test 2025-12-04T09:54:57.8966753Z inflating: build/bin/c10_generic_math_test 2025-12-04T09:54:57.9065588Z inflating: build/bin/c10_intrusive_ptr_test 2025-12-04T09:54:57.9099650Z inflating: build/bin/c10_irange_test 2025-12-04T09:54:57.9135258Z inflating: build/bin/c10_lazy_test 2025-12-04T09:54:57.9168636Z inflating: build/bin/c10_nofatal_test 2025-12-04T09:54:57.9217804Z inflating: build/bin/c10_optional_test 2025-12-04T09:54:57.9255534Z inflating: build/bin/c10_logging_test 2025-12-04T09:54:57.9296395Z inflating: build/bin/c10_ordered_preserving_dict_test 2025-12-04T09:54:57.9392851Z inflating: build/bin/c10_small_vector_test 2025-12-04T09:54:57.9428495Z inflating: build/bin/c10_registry_test 2025-12-04T09:54:57.9462869Z inflating: build/bin/c10_ssize_test 2025-12-04T09:54:57.9500679Z inflating: build/bin/c10_string_util_test 2025-12-04T09:54:57.9533723Z inflating: build/bin/c10_string_view_test 2025-12-04T09:54:57.9563103Z inflating: build/bin/c10_intrusive_ptr_benchmark 2025-12-04T09:54:57.9597082Z inflating: build/bin/c10_tempfile_test 2025-12-04T09:54:57.9634521Z inflating: build/bin/c10_typeid_test 2025-12-04T09:54:57.9667444Z inflating: build/bin/c10_hip_HIPAssertionsTest_1_var_test 2025-12-04T09:54:57.9700244Z inflating: build/bin/c10_hip_HIPAssertionsTest_catches_stream 2025-12-04T09:54:57.9733299Z inflating: build/bin/c10_hip_HIPAssertionsTest_catches_thread_and_block_and_device 2025-12-04T09:54:57.9765966Z inflating: build/bin/c10_hip_HIPAssertionsTest_from_2_processes 2025-12-04T09:54:57.9798878Z inflating: build/bin/c10_hip_HIPAssertionsTest_multiple_writes_from_blocks_and_threads 2025-12-04T09:54:57.9831787Z inflating: build/bin/c10_hip_HIPAssertionsTest_multiple_writes_from_multiple_blocks 2025-12-04T09:54:57.9864631Z inflating: build/bin/c10_hip_HIPAssertionsTest_multiple_writes_from_same_block 2025-12-04T09:54:57.9897746Z inflating: build/bin/c10_hip_HIPTest 2025-12-04T09:54:58.0258697Z inflating: build/bin/vec_test_all_types_DEFAULT 2025-12-04T09:54:58.0629291Z inflating: build/bin/vec_test_all_types_AVX512 2025-12-04T09:54:58.1005333Z inflating: build/bin/vec_test_all_types_AVX2 2025-12-04T09:54:58.1068679Z inflating: build/bin/test_aoti_abi_check 2025-12-04T09:54:58.1106996Z inflating: build/bin/test_vec_half_DEFAULT 2025-12-04T09:54:58.1135949Z inflating: build/bin/test_vec_half_AVX2 2025-12-04T09:54:58.1169691Z inflating: build/bin/test_vec_half_AVX512 2025-12-04T09:54:58.1205089Z inflating: build/bin/BackoffTest 2025-12-04T09:54:58.1240936Z inflating: build/bin/FileStoreTest 2025-12-04T09:54:58.1279001Z inflating: build/bin/TCPStoreTest 2025-12-04T09:54:58.1315769Z inflating: build/bin/HashStoreTest 2025-12-04T09:54:58.1359897Z inflating: build/bin/ProcessGroupGlooTest 2025-12-04T09:54:58.1361771Z inflating: build/bin/example_allreduce 2025-12-04T09:54:58.1364101Z inflating: build/bin/torch_shm_manager 2025-12-04T09:54:58.1400567Z inflating: build/bin/static_runtime_bench 2025-12-04T09:54:58.1558957Z inflating: build/bin/static_runtime_test 2025-12-04T09:54:58.1607615Z inflating: build/bin/Dict_test 2025-12-04T09:54:58.1643445Z inflating: build/bin/Dimname_test 2025-12-04T09:54:58.1686432Z inflating: build/bin/MaybeOwned_test 2025-12-04T09:54:58.1724707Z inflating: build/bin/NamedTensor_test 2025-12-04T09:54:58.1764151Z inflating: build/bin/apply_utils_test 2025-12-04T09:54:58.1803659Z inflating: build/bin/atest 2025-12-04T09:54:58.1846152Z inflating: build/bin/basic 2025-12-04T09:54:58.1882741Z inflating: build/bin/broadcast_test 2025-12-04T09:54:58.1917028Z inflating: build/bin/cpu_allocator_test 2025-12-04T09:54:58.1955793Z inflating: build/bin/cpu_generator_test 2025-12-04T09:54:58.1991333Z inflating: build/bin/cpu_profiling_allocator_test 2025-12-04T09:54:58.2051736Z inflating: build/bin/cpu_rng_test 2025-12-04T09:54:58.2086373Z inflating: build/bin/dlconvertor_test 2025-12-04T09:54:58.2124981Z inflating: build/bin/extension_backend_test 2025-12-04T09:54:58.2162286Z inflating: build/bin/half_test 2025-12-04T09:54:58.2226104Z inflating: build/bin/ivalue_test 2025-12-04T09:54:58.2259544Z inflating: build/bin/lazy_tensor_test 2025-12-04T09:54:58.2295322Z inflating: build/bin/math_kernel_test 2025-12-04T09:54:58.2331151Z inflating: build/bin/memory_format_test 2025-12-04T09:54:58.2367143Z inflating: build/bin/memory_overlapping_test 2025-12-04T09:54:58.2403072Z inflating: build/bin/mobile_memory_cleanup 2025-12-04T09:54:58.2440616Z inflating: build/bin/native_test 2025-12-04T09:54:58.2474991Z inflating: build/bin/operator_name_test 2025-12-04T09:54:58.2509286Z inflating: build/bin/operators_test 2025-12-04T09:54:58.2544592Z inflating: build/bin/packedtensoraccessor_test 2025-12-04T09:54:58.2589601Z inflating: build/bin/pow_test 2025-12-04T09:54:58.2627579Z inflating: build/bin/quantized_test 2025-12-04T09:54:58.2661476Z inflating: build/bin/reduce_ops_test 2025-12-04T09:54:58.2695999Z inflating: build/bin/reportMemoryUsage_test 2025-12-04T09:54:58.2733629Z inflating: build/bin/scalar_tensor_test 2025-12-04T09:54:58.2772113Z inflating: build/bin/scalar_test 2025-12-04T09:54:58.2807110Z inflating: build/bin/StorageUtils_test 2025-12-04T09:54:58.2842193Z inflating: build/bin/stride_properties_test 2025-12-04T09:54:58.2895284Z inflating: build/bin/tensor_iterator_test 2025-12-04T09:54:58.2932066Z inflating: build/bin/test_parallel 2025-12-04T09:54:58.2966664Z inflating: build/bin/thread_init_test 2025-12-04T09:54:58.3003578Z inflating: build/bin/type_ptr_test 2025-12-04T09:54:58.3043374Z inflating: build/bin/type_test 2025-12-04T09:54:58.3078740Z inflating: build/bin/undefined_tensor_test 2025-12-04T09:54:58.3112081Z inflating: build/bin/verify_api_visibility 2025-12-04T09:54:58.3158702Z inflating: build/bin/legacy_vmap_test 2025-12-04T09:54:58.3193029Z inflating: build/bin/weakref_test 2025-12-04T09:54:58.3227404Z inflating: build/bin/wrapdim_test 2025-12-04T09:54:58.3261620Z inflating: build/bin/xla_tensor_test 2025-12-04T09:54:58.3301129Z inflating: build/bin/IListRef_test 2025-12-04T09:54:58.3368875Z inflating: build/bin/List_test 2025-12-04T09:54:58.3445812Z inflating: build/bin/kernel_function_legacy_test 2025-12-04T09:54:58.3489144Z inflating: build/bin/KernelFunction_test 2025-12-04T09:54:58.3554813Z inflating: build/bin/kernel_lambda_test 2025-12-04T09:54:58.3635645Z inflating: build/bin/kernel_lambda_legacy_test 2025-12-04T09:54:58.3697551Z inflating: build/bin/kernel_function_test 2025-12-04T09:54:58.3737252Z inflating: build/bin/kernel_stackbased_test 2025-12-04T09:54:58.3798706Z inflating: build/bin/make_boxed_from_unboxed_functor_test 2025-12-04T09:54:58.3832876Z inflating: build/bin/CppSignature_test 2025-12-04T09:54:58.3869543Z inflating: build/bin/backend_fallback_test 2025-12-04T09:54:58.3902436Z inflating: build/bin/op_allowlist_test 2025-12-04T09:54:58.4095000Z inflating: build/bin/op_registration_test 2025-12-04T09:54:58.4138958Z inflating: build/bin/inline_container_test 2025-12-04T09:54:58.4171894Z inflating: build/bin/hip_complex_math_test 2025-12-04T09:54:58.4204675Z inflating: build/bin/hip_complex_test 2025-12-04T09:54:58.4240098Z inflating: build/bin/hip_apply_test 2025-12-04T09:54:58.4272913Z inflating: build/bin/hip_distributions_test 2025-12-04T09:54:58.4305737Z inflating: build/bin/hip_generator_test 2025-12-04T09:54:58.4338659Z inflating: build/bin/hip_half_test 2025-12-04T09:54:58.4372019Z inflating: build/bin/hip_integer_divider_test 2025-12-04T09:54:58.4404724Z inflating: build/bin/hip_optional_test 2025-12-04T09:54:58.4437538Z inflating: build/bin/hip_packedtensoraccessor_test 2025-12-04T09:54:58.4470637Z inflating: build/bin/hip_vectorized_test 2025-12-04T09:54:58.4505253Z inflating: build/bin/hip_dlconvertor_test 2025-12-04T09:54:58.5183440Z inflating: build/bin/test_jit 2025-12-04T09:54:58.5398742Z inflating: build/bin/test_lazy 2025-12-04T09:54:58.5435502Z inflating: build/bin/test_dist_autograd 2025-12-04T09:54:58.5480778Z inflating: build/bin/test_cpp_rpc 2025-12-04T09:54:58.6211342Z inflating: build/bin/test_api 2025-12-04T09:54:58.6212631Z inflating: build/bin/parallel_benchmark 2025-12-04T09:54:58.6212806Z creating: .additional_ci_files/ 2025-12-04T09:54:58.6251014Z inflating: .additional_ci_files/test-times.json 2025-12-04T09:54:58.6394051Z inflating: .additional_ci_files/test-class-times.json 2025-12-04T09:54:58.6419608Z ##[group]Run rm artifacts.zip 2025-12-04T09:54:58.6419777Z rm artifacts.zip 2025-12-04T09:54:58.6435294Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2025-12-04T09:54:58.6435472Z env: 2025-12-04T09:54:58.6435574Z GIT_DEFAULT_BRANCH: main 2025-12-04T09:54:58.6435720Z RUNNER_ARTIFACT_DIR: /home/runner/_work/_temp/artifacts 2025-12-04T09:54:58.6435903Z RUNNER_TEST_RESULTS_DIR: /home/runner/_work/_temp/test-results 2025-12-04T09:54:58.6436077Z RUNNER_DOCS_DIR: /home/runner/_work/_temp/docs 2025-12-04T09:54:58.6436804Z GPU_FLAG: --device=/dev/mem --device=/dev/kfd --group-add 110 --device /dev/dri/renderD160 --device /dev/dri/renderD168 --device /dev/dri/renderD176 --device /dev/dri/renderD184 --group-add video --group-add 109 --group-add daemon --group-add bin --cap-add=SYS_PTRACE --security-opt seccomp=unconfined --network=host 2025-12-04T09:54:58.6437309Z AWS_DEFAULT_REGION: us-east-1 2025-12-04T09:54:58.6437560Z AWS_REGION: us-east-1 2025-12-04T09:54:58.6437858Z AWS_ACCESS_KEY_ID: *** 2025-12-04T09:54:58.6438042Z AWS_SECRET_ACCESS_KEY: *** 2025-12-04T09:54:58.6440392Z AWS_SESSION_TOKEN: *** 2025-12-04T09:54:58.6440500Z ##[endgroup] 2025-12-04T09:54:58.7577222Z ##[group]Run df -H 2025-12-04T09:54:58.7577375Z df -H 2025-12-04T09:54:58.7583824Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2025-12-04T09:54:58.7584004Z env: 2025-12-04T09:54:58.7584124Z GIT_DEFAULT_BRANCH: main 2025-12-04T09:54:58.7584281Z RUNNER_ARTIFACT_DIR: /home/runner/_work/_temp/artifacts 2025-12-04T09:54:58.7584485Z RUNNER_TEST_RESULTS_DIR: /home/runner/_work/_temp/test-results 2025-12-04T09:54:58.7584668Z RUNNER_DOCS_DIR: /home/runner/_work/_temp/docs 2025-12-04T09:54:58.7585219Z GPU_FLAG: --device=/dev/mem --device=/dev/kfd --group-add 110 --device /dev/dri/renderD160 --device /dev/dri/renderD168 --device /dev/dri/renderD176 --device /dev/dri/renderD184 --group-add video --group-add 109 --group-add daemon --group-add bin --cap-add=SYS_PTRACE --security-opt seccomp=unconfined --network=host 2025-12-04T09:54:58.7585736Z AWS_DEFAULT_REGION: us-east-1 2025-12-04T09:54:58.7585866Z AWS_REGION: us-east-1 2025-12-04T09:54:58.7586100Z AWS_ACCESS_KEY_ID: *** 2025-12-04T09:54:58.7586267Z AWS_SECRET_ACCESS_KEY: *** 2025-12-04T09:54:58.7588691Z AWS_SESSION_TOKEN: *** 2025-12-04T09:54:58.7588818Z ##[endgroup] 2025-12-04T09:54:58.8607372Z Filesystem Size Used Avail Use% Mounted on 2025-12-04T09:54:58.8607664Z overlay 16T 644G 15T 5% / 2025-12-04T09:54:58.8607844Z tmpfs 68M 0 68M 0% /dev 2025-12-04T09:54:58.8607987Z /dev/md0 16T 644G 15T 5% /run 2025-12-04T09:54:58.8608123Z shm 68M 17k 68M 1% /dev/shm 2025-12-04T09:54:58.8608305Z amdprj2-k8s_2 5.5T 120G 5.4T 3% /home/runner/pytorch-data 2025-12-04T09:54:58.8608501Z tmpfs 3.3T 13k 3.3T 1% /run/secrets/kubernetes.io/serviceaccount 2025-12-04T09:54:58.8608673Z tmpfs 1.7T 0 1.7T 0% /proc/acpi 2025-12-04T09:54:58.8609017Z tmpfs 1.7T 0 1.7T 0% /proc/scsi 2025-12-04T09:54:58.8609159Z tmpfs 1.7T 0 1.7T 0% /sys/firmware 2025-12-04T09:54:58.8609315Z tmpfs 1.7T 0 1.7T 0% /sys/devices/virtual/powercap 2025-12-04T09:54:58.8629199Z Prepare all required actions 2025-12-04T09:54:58.8629395Z Getting action download info 2025-12-04T09:54:59.2728556Z ##[group]Run ./.github/actions/download-td-artifacts 2025-12-04T09:54:59.2728719Z with: 2025-12-04T09:54:59.2728819Z env: 2025-12-04T09:54:59.2728921Z GIT_DEFAULT_BRANCH: main 2025-12-04T09:54:59.2729065Z RUNNER_ARTIFACT_DIR: /home/runner/_work/_temp/artifacts 2025-12-04T09:54:59.2729251Z RUNNER_TEST_RESULTS_DIR: /home/runner/_work/_temp/test-results 2025-12-04T09:54:59.2729425Z RUNNER_DOCS_DIR: /home/runner/_work/_temp/docs 2025-12-04T09:54:59.2729930Z GPU_FLAG: --device=/dev/mem --device=/dev/kfd --group-add 110 --device /dev/dri/renderD160 --device /dev/dri/renderD168 --device /dev/dri/renderD176 --device /dev/dri/renderD184 --group-add video --group-add 109 --group-add daemon --group-add bin --cap-add=SYS_PTRACE --security-opt seccomp=unconfined --network=host 2025-12-04T09:54:59.2730437Z AWS_DEFAULT_REGION: us-east-1 2025-12-04T09:54:59.2730590Z AWS_REGION: us-east-1 2025-12-04T09:54:59.2730776Z AWS_ACCESS_KEY_ID: *** 2025-12-04T09:54:59.2730936Z AWS_SECRET_ACCESS_KEY: *** 2025-12-04T09:54:59.2733247Z AWS_SESSION_TOKEN: *** 2025-12-04T09:54:59.2733359Z ##[endgroup] 2025-12-04T09:54:59.2749723Z ##[group]Run seemethere/download-artifact-s3@v4 2025-12-04T09:54:59.2749862Z with: 2025-12-04T09:54:59.2749962Z name: td_results 2025-12-04T09:54:59.2750071Z s3-bucket: gha-artifacts 2025-12-04T09:54:59.2750185Z region: us-east-1 2025-12-04T09:54:59.2750303Z env: 2025-12-04T09:54:59.2750403Z GIT_DEFAULT_BRANCH: main 2025-12-04T09:54:59.2750544Z RUNNER_ARTIFACT_DIR: /home/runner/_work/_temp/artifacts 2025-12-04T09:54:59.2750727Z RUNNER_TEST_RESULTS_DIR: /home/runner/_work/_temp/test-results 2025-12-04T09:54:59.2750906Z RUNNER_DOCS_DIR: /home/runner/_work/_temp/docs 2025-12-04T09:54:59.2751424Z GPU_FLAG: --device=/dev/mem --device=/dev/kfd --group-add 110 --device /dev/dri/renderD160 --device /dev/dri/renderD168 --device /dev/dri/renderD176 --device /dev/dri/renderD184 --group-add video --group-add 109 --group-add daemon --group-add bin --cap-add=SYS_PTRACE --security-opt seccomp=unconfined --network=host 2025-12-04T09:54:59.2751922Z AWS_DEFAULT_REGION: us-east-1 2025-12-04T09:54:59.2752047Z AWS_REGION: us-east-1 2025-12-04T09:54:59.2752189Z AWS_ACCESS_KEY_ID: *** 2025-12-04T09:54:59.2752347Z AWS_SECRET_ACCESS_KEY: *** 2025-12-04T09:54:59.2754684Z AWS_SESSION_TOKEN: *** 2025-12-04T09:54:59.2754797Z ##[endgroup] 2025-12-04T09:54:59.5072039Z (node:17079) NOTE: We are formalizing our plans to enter AWS SDK for JavaScript (v2) into maintenance mode in 2023. 2025-12-04T09:54:59.5072261Z 2025-12-04T09:54:59.5072346Z Please migrate your code to use AWS SDK for JavaScript (v3). 2025-12-04T09:54:59.5072615Z For more information, check the migration guide at https://a.co/7PzMCcy 2025-12-04T09:54:59.5072833Z (Use `node --trace-warnings ...` to show where the warning was created) 2025-12-04T09:54:59.7835403Z Found 1 objects with prefix pytorch/pytorch/19921726347/td_results/ 2025-12-04T09:54:59.7835649Z Starting download (1/1): /home/runner/_work/pytorch/pytorch/td_results.json 2025-12-04T09:55:00.2519659Z Finished download (1/1): /home/runner/_work/pytorch/pytorch/td_results.json 2025-12-04T09:55:00.2522843Z Artifact download has finished successfully 2025-12-04T09:55:00.2744116Z ##[group]Run mkdir -p .additional_ci_files 2025-12-04T09:55:00.2744342Z mkdir -p .additional_ci_files 2025-12-04T09:55:00.2744582Z mv td_results.json .additional_ci_files/td_results.json || true 2025-12-04T09:55:00.2750334Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2025-12-04T09:55:00.2750507Z env: 2025-12-04T09:55:00.2750624Z GIT_DEFAULT_BRANCH: main 2025-12-04T09:55:00.2750915Z RUNNER_ARTIFACT_DIR: /home/runner/_work/_temp/artifacts 2025-12-04T09:55:00.2751111Z RUNNER_TEST_RESULTS_DIR: /home/runner/_work/_temp/test-results 2025-12-04T09:55:00.2751296Z RUNNER_DOCS_DIR: /home/runner/_work/_temp/docs 2025-12-04T09:55:00.2752026Z GPU_FLAG: --device=/dev/mem --device=/dev/kfd --group-add 110 --device /dev/dri/renderD160 --device /dev/dri/renderD168 --device /dev/dri/renderD176 --device /dev/dri/renderD184 --group-add video --group-add 109 --group-add daemon --group-add bin --cap-add=SYS_PTRACE --security-opt seccomp=unconfined --network=host 2025-12-04T09:55:00.2752566Z AWS_DEFAULT_REGION: us-east-1 2025-12-04T09:55:00.2752698Z AWS_REGION: us-east-1 2025-12-04T09:55:00.2752990Z AWS_ACCESS_KEY_ID: *** 2025-12-04T09:55:00.2753168Z AWS_SECRET_ACCESS_KEY: *** 2025-12-04T09:55:00.2755684Z AWS_SESSION_TOKEN: *** 2025-12-04T09:55:00.2755809Z ##[endgroup] 2025-12-04T09:55:00.2810540Z ##[group]Run .github/scripts/parse_ref.py 2025-12-04T09:55:00.2810730Z .github/scripts/parse_ref.py 2025-12-04T09:55:00.2815641Z shell: /usr/bin/bash -e {0} 2025-12-04T09:55:00.2815754Z env: 2025-12-04T09:55:00.2815847Z GIT_DEFAULT_BRANCH: main 2025-12-04T09:55:00.2815984Z RUNNER_ARTIFACT_DIR: /home/runner/_work/_temp/artifacts 2025-12-04T09:55:00.2816162Z RUNNER_TEST_RESULTS_DIR: /home/runner/_work/_temp/test-results 2025-12-04T09:55:00.2816326Z RUNNER_DOCS_DIR: /home/runner/_work/_temp/docs 2025-12-04T09:55:00.2816893Z GPU_FLAG: --device=/dev/mem --device=/dev/kfd --group-add 110 --device /dev/dri/renderD160 --device /dev/dri/renderD168 --device /dev/dri/renderD176 --device /dev/dri/renderD184 --group-add video --group-add 109 --group-add daemon --group-add bin --cap-add=SYS_PTRACE --security-opt seccomp=unconfined --network=host 2025-12-04T09:55:00.2817383Z AWS_DEFAULT_REGION: us-east-1 2025-12-04T09:55:00.2817499Z AWS_REGION: us-east-1 2025-12-04T09:55:00.2817690Z AWS_ACCESS_KEY_ID: *** 2025-12-04T09:55:00.2817840Z AWS_SECRET_ACCESS_KEY: *** 2025-12-04T09:55:00.2820155Z AWS_SESSION_TOKEN: *** 2025-12-04T09:55:00.2820264Z ##[endgroup] 2025-12-04T09:55:00.2932650Z Setting output branch=main 2025-12-04T09:55:00.3056218Z Prepare all required actions 2025-12-04T09:55:00.3056449Z Getting action download info 2025-12-04T09:55:00.5176993Z ##[group]Run ./.github/actions/filter-test-configs 2025-12-04T09:55:00.5177151Z with: 2025-12-04T09:55:00.5177441Z github-token: *** 2025-12-04T09:55:00.5178613Z test-matrix: {"include": [{"config": "default", "shard": 1, "num_shards": 6, "runner": "linux.rocm.gpu.gfx942.1.b", "unstable": "unstable"}, {"config": "default", "shard": 2, "num_shards": 6, "runner": "linux.rocm.gpu.gfx942.1.b", "unstable": "unstable"}, {"config": "default", "shard": 3, "num_shards": 6, "runner": "linux.rocm.gpu.gfx942.1.b", "unstable": "unstable"}, {"config": "default", "shard": 4, "num_shards": 6, "runner": "linux.rocm.gpu.gfx942.1.b", "unstable": "unstable"}, {"config": "default", "shard": 5, "num_shards": 6, "runner": "linux.rocm.gpu.gfx942.1.b", "unstable": "unstable"}, {"config": "default", "shard": 6, "num_shards": 6, "runner": "linux.rocm.gpu.gfx942.1.b", "unstable": "unstable"}, {"config": "distributed", "shard": 1, "num_shards": 3, "runner": "linux.rocm.gpu.gfx942.4.b", "unstable": "unstable"}, {"config": "distributed", "shard": 2, "num_shards": 3, "runner": "linux.rocm.gpu.gfx942.4.b", "unstable": "unstable"}, {"config": "distributed", "shard": 3, "num_shards": 3, "runner": "linux.rocm.gpu.gfx942.4.b", "unstable": "unstable"}]} 2025-12-04T09:55:00.5179942Z job-name: linux-jammy-rocm-py3.10 / test (distributed, 1, 3, linux.rocm.gpu.gfx942.4.b, unstable) 2025-12-04T09:55:00.5180141Z env: 2025-12-04T09:55:00.5180238Z GIT_DEFAULT_BRANCH: main 2025-12-04T09:55:00.5180384Z RUNNER_ARTIFACT_DIR: /home/runner/_work/_temp/artifacts 2025-12-04T09:55:00.5180564Z RUNNER_TEST_RESULTS_DIR: /home/runner/_work/_temp/test-results 2025-12-04T09:55:00.5180734Z RUNNER_DOCS_DIR: /home/runner/_work/_temp/docs 2025-12-04T09:55:00.5181245Z GPU_FLAG: --device=/dev/mem --device=/dev/kfd --group-add 110 --device /dev/dri/renderD160 --device /dev/dri/renderD168 --device /dev/dri/renderD176 --device /dev/dri/renderD184 --group-add video --group-add 109 --group-add daemon --group-add bin --cap-add=SYS_PTRACE --security-opt seccomp=unconfined --network=host 2025-12-04T09:55:00.5181879Z AWS_DEFAULT_REGION: us-east-1 2025-12-04T09:55:00.5181999Z AWS_REGION: us-east-1 2025-12-04T09:55:00.5182123Z AWS_ACCESS_KEY_ID: *** 2025-12-04T09:55:00.5182275Z AWS_SECRET_ACCESS_KEY: *** 2025-12-04T09:55:00.5184613Z AWS_SESSION_TOKEN: *** 2025-12-04T09:55:00.5184719Z ##[endgroup] 2025-12-04T09:55:00.5202662Z ##[group]Run nick-fields/retry@v3.0.0 2025-12-04T09:55:00.5202798Z with: 2025-12-04T09:55:00.5202895Z shell: bash 2025-12-04T09:55:00.5202999Z timeout_minutes: 10 2025-12-04T09:55:00.5203108Z max_attempts: 5 2025-12-04T09:55:00.5203216Z retry_wait_seconds: 30 2025-12-04T09:55:00.5203536Z command: set -eux # PyYAML 6.0 doesn't work with MacOS x86 anymore # This must run on Python-3.7 (AmazonLinux2) so can't use request=3.32.2 python3 -m pip install requests==2.27.1 pyyaml==6.0.2 2025-12-04T09:55:00.5203850Z polling_interval_seconds: 1 2025-12-04T09:55:00.5203974Z warning_on_retry: true 2025-12-04T09:55:00.5204091Z continue_on_error: false 2025-12-04T09:55:00.5204209Z env: 2025-12-04T09:55:00.5204308Z GIT_DEFAULT_BRANCH: main 2025-12-04T09:55:00.5204449Z RUNNER_ARTIFACT_DIR: /home/runner/_work/_temp/artifacts 2025-12-04T09:55:00.5204635Z RUNNER_TEST_RESULTS_DIR: /home/runner/_work/_temp/test-results 2025-12-04T09:55:00.5204809Z RUNNER_DOCS_DIR: /home/runner/_work/_temp/docs 2025-12-04T09:55:00.5205316Z GPU_FLAG: --device=/dev/mem --device=/dev/kfd --group-add 110 --device /dev/dri/renderD160 --device /dev/dri/renderD168 --device /dev/dri/renderD176 --device /dev/dri/renderD184 --group-add video --group-add 109 --group-add daemon --group-add bin --cap-add=SYS_PTRACE --security-opt seccomp=unconfined --network=host 2025-12-04T09:55:00.5205813Z AWS_DEFAULT_REGION: us-east-1 2025-12-04T09:55:00.5205936Z AWS_REGION: us-east-1 2025-12-04T09:55:00.5206079Z AWS_ACCESS_KEY_ID: *** 2025-12-04T09:55:00.5206394Z AWS_SECRET_ACCESS_KEY: *** 2025-12-04T09:55:00.5208805Z AWS_SESSION_TOKEN: *** 2025-12-04T09:55:00.5208970Z GITHUB_TOKEN: *** 2025-12-04T09:55:00.5209080Z ##[endgroup] 2025-12-04T09:55:00.5710891Z + python3 -m pip install requests==2.27.1 pyyaml==6.0.2 2025-12-04T09:55:00.7126021Z Defaulting to user installation because normal site-packages is not writeable 2025-12-04T09:55:00.8043914Z Collecting requests==2.27.1 2025-12-04T09:55:00.8405676Z Downloading requests-2.27.1-py2.py3-none-any.whl (63 kB) 2025-12-04T09:55:00.8506776Z ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 63.1/63.1 KB 6.1 MB/s eta 0:00:00 2025-12-04T09:55:00.8958234Z Collecting pyyaml==6.0.2 2025-12-04T09:55:00.9011623Z Downloading PyYAML-6.0.2-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (751 kB) 2025-12-04T09:55:00.9411860Z ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 751.2/751.2 KB 19.9 MB/s eta 0:00:00 2025-12-04T09:55:00.9644061Z Collecting certifi>=2017.4.17 2025-12-04T09:55:00.9698525Z Downloading certifi-2025.11.12-py3-none-any.whl (159 kB) 2025-12-04T09:55:00.9760857Z ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 159.4/159.4 KB 28.9 MB/s eta 0:00:00 2025-12-04T09:55:01.1202961Z Collecting charset-normalizer~=2.0.0 2025-12-04T09:55:01.1256790Z Downloading charset_normalizer-2.0.12-py3-none-any.whl (39 kB) 2025-12-04T09:55:01.1400444Z Collecting idna<4,>=2.5 2025-12-04T09:55:01.1452701Z Downloading idna-3.11-py3-none-any.whl (71 kB) 2025-12-04T09:55:01.1479697Z ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 71.0/71.0 KB 35.1 MB/s eta 0:00:00 2025-12-04T09:55:01.1738751Z Collecting urllib3<1.27,>=1.21.1 2025-12-04T09:55:01.1791911Z Downloading urllib3-1.26.20-py2.py3-none-any.whl (144 kB) 2025-12-04T09:55:01.1849690Z ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 144.2/144.2 KB 27.7 MB/s eta 0:00:00 2025-12-04T09:55:01.2382531Z Installing collected packages: urllib3, pyyaml, idna, charset-normalizer, certifi, requests 2025-12-04T09:55:01.3301431Z WARNING: The script normalizer is installed in '/home/runner/.local/bin' which is not on PATH. 2025-12-04T09:55:01.3302321Z Consider adding this directory to PATH or, if you prefer to suppress this warning, use --no-warn-script-location. 2025-12-04T09:55:01.3469222Z Successfully installed certifi-2025.11.12 charset-normalizer-2.0.12 idna-3.11 pyyaml-6.0.2 requests-2.27.1 urllib3-1.26.20 2025-12-04T09:55:01.5712835Z Command completed after 1 attempt(s). 2025-12-04T09:55:01.5760954Z ##[group]Run set -x 2025-12-04T09:55:01.5761103Z set -x 2025-12-04T09:55:01.5761206Z  2025-12-04T09:55:01.5761366Z # Use relative path here as this could be checked out anywhere, not necessarily 2025-12-04T09:55:01.5761550Z # in runner workspace 2025-12-04T09:55:01.5761706Z python3 "${GITHUB_ACTION_PATH}/../../scripts/parse_ref.py" 2025-12-04T09:55:01.5766377Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2025-12-04T09:55:01.5766549Z env: 2025-12-04T09:55:01.5766652Z GIT_DEFAULT_BRANCH: main 2025-12-04T09:55:01.5766859Z RUNNER_ARTIFACT_DIR: /home/runner/_work/_temp/artifacts 2025-12-04T09:55:01.5767039Z RUNNER_TEST_RESULTS_DIR: /home/runner/_work/_temp/test-results 2025-12-04T09:55:01.5767212Z RUNNER_DOCS_DIR: /home/runner/_work/_temp/docs 2025-12-04T09:55:01.5767716Z GPU_FLAG: --device=/dev/mem --device=/dev/kfd --group-add 110 --device /dev/dri/renderD160 --device /dev/dri/renderD168 --device /dev/dri/renderD176 --device /dev/dri/renderD184 --group-add video --group-add 109 --group-add daemon --group-add bin --cap-add=SYS_PTRACE --security-opt seccomp=unconfined --network=host 2025-12-04T09:55:01.5768206Z AWS_DEFAULT_REGION: us-east-1 2025-12-04T09:55:01.5768330Z AWS_REGION: us-east-1 2025-12-04T09:55:01.5768511Z AWS_ACCESS_KEY_ID: *** 2025-12-04T09:55:01.5768667Z AWS_SECRET_ACCESS_KEY: *** 2025-12-04T09:55:01.5770970Z AWS_SESSION_TOKEN: *** 2025-12-04T09:55:01.5771086Z ##[endgroup] 2025-12-04T09:55:01.5792173Z + python3 /home/runner/_work/pytorch/pytorch/./.github/actions/filter-test-configs/../../scripts/parse_ref.py 2025-12-04T09:55:01.5874975Z Setting output branch=main 2025-12-04T09:55:01.5913575Z ##[group]Run echo "Workflow: ${GITHUB_WORKFLOW}" 2025-12-04T09:55:01.5913816Z echo "Workflow: ${GITHUB_WORKFLOW}" 2025-12-04T09:55:01.5913991Z echo "Job name: ${JOB_NAME}" 2025-12-04T09:55:01.5914157Z  2025-12-04T09:55:01.5914348Z # Use relative path here as this could be checked out anywhere, not necessarily 2025-12-04T09:55:01.5914593Z # in runner workspace 2025-12-04T09:55:01.5914810Z python3 "${GITHUB_ACTION_PATH}/../../scripts/filter_test_configs.py" \ 2025-12-04T09:55:01.5915059Z  --workflow "${GITHUB_WORKFLOW}" \ 2025-12-04T09:55:01.5915245Z  --job-name "${JOB_NAME}" \ 2025-12-04T09:55:01.5916816Z  --test-matrix "{"include": [{"config": "default", "shard": 1, "num_shards": 6, "runner": "linux.rocm.gpu.gfx942.1.b", "unstable": "unstable"}, {"config": "default", "shard": 2, "num_shards": 6, "runner": "linux.rocm.gpu.gfx942.1.b", "unstable": "unstable"}, {"config": "default", "shard": 3, "num_shards": 6, "runner": "linux.rocm.gpu.gfx942.1.b", "unstable": "unstable"}, {"config": "default", "shard": 4, "num_shards": 6, "runner": "linux.rocm.gpu.gfx942.1.b", "unstable": "unstable"}, {"config": "default", "shard": 5, "num_shards": 6, "runner": "linux.rocm.gpu.gfx942.1.b", "unstable": "unstable"}, {"config": "default", "shard": 6, "num_shards": 6, "runner": "linux.rocm.gpu.gfx942.1.b", "unstable": "unstable"}, {"config": "distributed", "shard": 1, "num_shards": 3, "runner": "linux.rocm.gpu.gfx942.4.b", "unstable": "unstable"}, {"config": "distributed", "shard": 2, "num_shards": 3, "runner": "linux.rocm.gpu.gfx942.4.b", "unstable": "unstable"}, {"config": "distributed", "shard": 3, "num_shards": 3, "runner": "linux.rocm.gpu.gfx942.4.b", "unstable": "unstable"}]}" \ 2025-12-04T09:55:01.5918617Z  --selected-test-configs "" \ 2025-12-04T09:55:01.5918790Z  --pr-number "${PR_NUMBER}" \ 2025-12-04T09:55:01.5918950Z  --tag "${TAG}" \ 2025-12-04T09:55:01.5919105Z  --event-name "${EVENT_NAME}" \ 2025-12-04T09:55:01.5919302Z  --schedule "${SCHEDULE}" \ 2025-12-04T09:55:01.5919497Z  --branch "${HEAD_BRANCH}" 2025-12-04T09:55:01.5924078Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2025-12-04T09:55:01.5924232Z env: 2025-12-04T09:55:01.5924334Z GIT_DEFAULT_BRANCH: main 2025-12-04T09:55:01.5924480Z RUNNER_ARTIFACT_DIR: /home/runner/_work/_temp/artifacts 2025-12-04T09:55:01.5924665Z RUNNER_TEST_RESULTS_DIR: /home/runner/_work/_temp/test-results 2025-12-04T09:55:01.5924841Z RUNNER_DOCS_DIR: /home/runner/_work/_temp/docs 2025-12-04T09:55:01.5925373Z GPU_FLAG: --device=/dev/mem --device=/dev/kfd --group-add 110 --device /dev/dri/renderD160 --device /dev/dri/renderD168 --device /dev/dri/renderD176 --device /dev/dri/renderD184 --group-add video --group-add 109 --group-add daemon --group-add bin --cap-add=SYS_PTRACE --security-opt seccomp=unconfined --network=host 2025-12-04T09:55:01.5925885Z AWS_DEFAULT_REGION: us-east-1 2025-12-04T09:55:01.5926014Z AWS_REGION: us-east-1 2025-12-04T09:55:01.5926200Z AWS_ACCESS_KEY_ID: *** 2025-12-04T09:55:01.5926366Z AWS_SECRET_ACCESS_KEY: *** 2025-12-04T09:55:01.5928825Z AWS_SESSION_TOKEN: *** 2025-12-04T09:55:01.5929048Z GITHUB_TOKEN: *** 2025-12-04T09:55:01.5929244Z JOB_NAME: linux-jammy-rocm-py3.10 / test (distributed, 1, 3, linux.rocm.gpu.gfx942.4.b, unstable) 2025-12-04T09:55:01.5929444Z PR_NUMBER: 2025-12-04T09:55:01.5929543Z TAG: 2025-12-04T09:55:01.5929632Z EVENT_NAME: push 2025-12-04T09:55:01.5929732Z SCHEDULE: 2025-12-04T09:55:01.5929832Z HEAD_BRANCH: main 2025-12-04T09:55:01.5929937Z ##[endgroup] 2025-12-04T09:55:01.5948460Z Workflow: trunk-rocm-mi300 2025-12-04T09:55:01.5948661Z Job name: linux-jammy-rocm-py3.10 / test (distributed, 1, 3, linux.rocm.gpu.gfx942.4.b, unstable) 2025-12-04T09:55:02.1446343Z INFO:root:Issue https://github.com/pytorch/pytorch/issues/167616 created by jithunnair-amd has unstable all the test jobs for trunk-rocm-mi300 / linux-jammy-rocm-py3.10 / test (distributed, 1, 3, linux.rocm.gpu.gfx942.4.b, unstable) 2025-12-04T09:55:02.3461331Z Setting output keep-going=True 2025-12-04T09:55:02.3497936Z Setting output ci-verbose-test-logs=False 2025-12-04T09:55:02.3526861Z Setting output ci-test-showlocals=False 2025-12-04T09:55:02.3527785Z Setting output ci-no-test-timeout=False 2025-12-04T09:55:02.3528012Z Setting output ci-no-td=False 2025-12-04T09:55:02.3528150Z Setting output ci-td-distributed=False 2025-12-04T09:55:02.3528290Z Setting output is-unstable=True 2025-12-04T09:55:02.3528426Z Setting output reenabled-issues= 2025-12-04T09:55:02.3529671Z Setting output test-matrix={"include": [{"config": "default", "shard": 1, "num_shards": 6, "runner": "linux.rocm.gpu.gfx942.1.b", "unstable": "unstable"}, {"config": "default", "shard": 2, "num_shards": 6, "runner": "linux.rocm.gpu.gfx942.1.b", "unstable": "unstable"}, {"config": "default", "shard": 3, "num_shards": 6, "runner": "linux.rocm.gpu.gfx942.1.b", "unstable": "unstable"}, {"config": "default", "shard": 4, "num_shards": 6, "runner": "linux.rocm.gpu.gfx942.1.b", "unstable": "unstable"}, {"config": "default", "shard": 5, "num_shards": 6, "runner": "linux.rocm.gpu.gfx942.1.b", "unstable": "unstable"}, {"config": "default", "shard": 6, "num_shards": 6, "runner": "linux.rocm.gpu.gfx942.1.b", "unstable": "unstable"}, {"config": "distributed", "shard": 1, "num_shards": 3, "runner": "linux.rocm.gpu.gfx942.4.b", "unstable": "unstable"}, {"config": "distributed", "shard": 2, "num_shards": 3, "runner": "linux.rocm.gpu.gfx942.4.b", "unstable": "unstable"}, {"config": "distributed", "shard": 3, "num_shards": 3, "runner": "linux.rocm.gpu.gfx942.4.b", "unstable": "unstable"}]} 2025-12-04T09:55:02.3531000Z Setting output is-test-matrix-empty=False 2025-12-04T09:55:02.3590305Z ##[group]Run echo "Filtered matrix:" 2025-12-04T09:55:02.3590482Z echo "Filtered matrix:" 2025-12-04T09:55:02.3591649Z echo "{"include": [{"config": "default", "shard": 1, "num_shards": 6, "runner": "linux.rocm.gpu.gfx942.1.b", "unstable": "unstable"}, {"config": "default", "shard": 2, "num_shards": 6, "runner": "linux.rocm.gpu.gfx942.1.b", "unstable": "unstable"}, {"config": "default", "shard": 3, "num_shards": 6, "runner": "linux.rocm.gpu.gfx942.1.b", "unstable": "unstable"}, {"config": "default", "shard": 4, "num_shards": 6, "runner": "linux.rocm.gpu.gfx942.1.b", "unstable": "unstable"}, {"config": "default", "shard": 5, "num_shards": 6, "runner": "linux.rocm.gpu.gfx942.1.b", "unstable": "unstable"}, {"config": "default", "shard": 6, "num_shards": 6, "runner": "linux.rocm.gpu.gfx942.1.b", "unstable": "unstable"}, {"config": "distributed", "shard": 1, "num_shards": 3, "runner": "linux.rocm.gpu.gfx942.4.b", "unstable": "unstable"}, {"config": "distributed", "shard": 2, "num_shards": 3, "runner": "linux.rocm.gpu.gfx942.4.b", "unstable": "unstable"}, {"config": "distributed", "shard": 3, "num_shards": 3, "runner": "linux.rocm.gpu.gfx942.4.b", "unstable": "unstable"}]}" 2025-12-04T09:55:02.3592894Z  2025-12-04T09:55:02.3592990Z echo 2025-12-04T09:55:02.3593112Z echo "Is the current job unstable? True" 2025-12-04T09:55:02.3593247Z  2025-12-04T09:55:02.3593339Z echo 2025-12-04T09:55:02.3593449Z echo "Is keep-going label set? True" 2025-12-04T09:55:02.3593581Z  2025-12-04T09:55:02.3593671Z echo 2025-12-04T09:55:02.3593773Z echo "Reenabled issues? " 2025-12-04T09:55:02.3598515Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2025-12-04T09:55:02.3598674Z env: 2025-12-04T09:55:02.3598776Z GIT_DEFAULT_BRANCH: main 2025-12-04T09:55:02.3598918Z RUNNER_ARTIFACT_DIR: /home/runner/_work/_temp/artifacts 2025-12-04T09:55:02.3599098Z RUNNER_TEST_RESULTS_DIR: /home/runner/_work/_temp/test-results 2025-12-04T09:55:02.3599275Z RUNNER_DOCS_DIR: /home/runner/_work/_temp/docs 2025-12-04T09:55:02.3599932Z GPU_FLAG: --device=/dev/mem --device=/dev/kfd --group-add 110 --device /dev/dri/renderD160 --device /dev/dri/renderD168 --device /dev/dri/renderD176 --device /dev/dri/renderD184 --group-add video --group-add 109 --group-add daemon --group-add bin --cap-add=SYS_PTRACE --security-opt seccomp=unconfined --network=host 2025-12-04T09:55:02.3600422Z AWS_DEFAULT_REGION: us-east-1 2025-12-04T09:55:02.3600543Z AWS_REGION: us-east-1 2025-12-04T09:55:02.3600725Z AWS_ACCESS_KEY_ID: *** 2025-12-04T09:55:02.3600920Z AWS_SECRET_ACCESS_KEY: *** 2025-12-04T09:55:02.3603441Z AWS_SESSION_TOKEN: *** 2025-12-04T09:55:02.3603560Z ##[endgroup] 2025-12-04T09:55:02.3633804Z Filtered matrix: 2025-12-04T09:55:02.3635088Z {include: [{config: default, shard: 1, num_shards: 6, runner: linux.rocm.gpu.gfx942.1.b, unstable: unstable}, {config: default, shard: 2, num_shards: 6, runner: linux.rocm.gpu.gfx942.1.b, unstable: unstable}, {config: default, shard: 3, num_shards: 6, runner: linux.rocm.gpu.gfx942.1.b, unstable: unstable}, {config: default, shard: 4, num_shards: 6, runner: linux.rocm.gpu.gfx942.1.b, unstable: unstable}, {config: default, shard: 5, num_shards: 6, runner: linux.rocm.gpu.gfx942.1.b, unstable: unstable}, {config: default, shard: 6, num_shards: 6, runner: linux.rocm.gpu.gfx942.1.b, unstable: unstable}, {config: distributed, shard: 1, num_shards: 3, runner: linux.rocm.gpu.gfx942.4.b, unstable: unstable}, {config: distributed, shard: 2, num_shards: 3, runner: linux.rocm.gpu.gfx942.4.b, unstable: unstable}, {config: distributed, shard: 3, num_shards: 3, runner: linux.rocm.gpu.gfx942.4.b, unstable: unstable}]} 2025-12-04T09:55:02.3636208Z 2025-12-04T09:55:02.3636261Z Is the current job unstable? True 2025-12-04T09:55:02.3636345Z 2025-12-04T09:55:02.3636399Z Is keep-going label set? True 2025-12-04T09:55:02.3636476Z 2025-12-04T09:55:02.3636522Z Reenabled issues? 2025-12-04T09:55:02.3670323Z ##[group]Run echo "timeout=$((JOB_TIMEOUT-30))" >> "${GITHUB_OUTPUT}" 2025-12-04T09:55:02.3670680Z echo "timeout=$((JOB_TIMEOUT-30))" >> "${GITHUB_OUTPUT}" 2025-12-04T09:55:02.3675838Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2025-12-04T09:55:02.3675987Z env: 2025-12-04T09:55:02.3676085Z GIT_DEFAULT_BRANCH: main 2025-12-04T09:55:02.3676220Z RUNNER_ARTIFACT_DIR: /home/runner/_work/_temp/artifacts 2025-12-04T09:55:02.3676397Z RUNNER_TEST_RESULTS_DIR: /home/runner/_work/_temp/test-results 2025-12-04T09:55:02.3676564Z RUNNER_DOCS_DIR: /home/runner/_work/_temp/docs 2025-12-04T09:55:02.3677122Z GPU_FLAG: --device=/dev/mem --device=/dev/kfd --group-add 110 --device /dev/dri/renderD160 --device /dev/dri/renderD168 --device /dev/dri/renderD176 --device /dev/dri/renderD184 --group-add video --group-add 109 --group-add daemon --group-add bin --cap-add=SYS_PTRACE --security-opt seccomp=unconfined --network=host 2025-12-04T09:55:02.3677627Z AWS_DEFAULT_REGION: us-east-1 2025-12-04T09:55:02.3677748Z AWS_REGION: us-east-1 2025-12-04T09:55:02.3677917Z AWS_ACCESS_KEY_ID: *** 2025-12-04T09:55:02.3678066Z AWS_SECRET_ACCESS_KEY: *** 2025-12-04T09:55:02.3680386Z AWS_SESSION_TOKEN: *** 2025-12-04T09:55:02.3680492Z JOB_TIMEOUT: 300 2025-12-04T09:55:02.3680590Z ##[endgroup] 2025-12-04T09:55:02.3745093Z ##[group]Run env | grep '^GITHUB' >> "/tmp/github_env_${GITHUB_RUN_ID}" 2025-12-04T09:55:02.3745310Z env | grep '^GITHUB' >> "/tmp/github_env_${GITHUB_RUN_ID}" 2025-12-04T09:55:02.3745487Z env | grep '^CI' >> "/tmp/github_env_${GITHUB_RUN_ID}" 2025-12-04T09:55:02.3750863Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2025-12-04T09:55:02.3751012Z env: 2025-12-04T09:55:02.3751113Z GIT_DEFAULT_BRANCH: main 2025-12-04T09:55:02.3751250Z RUNNER_ARTIFACT_DIR: /home/runner/_work/_temp/artifacts 2025-12-04T09:55:02.3751428Z RUNNER_TEST_RESULTS_DIR: /home/runner/_work/_temp/test-results 2025-12-04T09:55:02.3751593Z RUNNER_DOCS_DIR: /home/runner/_work/_temp/docs 2025-12-04T09:55:02.3752590Z GPU_FLAG: --device=/dev/mem --device=/dev/kfd --group-add 110 --device /dev/dri/renderD160 --device /dev/dri/renderD168 --device /dev/dri/renderD176 --device /dev/dri/renderD184 --group-add video --group-add 109 --group-add daemon --group-add bin --cap-add=SYS_PTRACE --security-opt seccomp=unconfined --network=host 2025-12-04T09:55:02.3753132Z AWS_DEFAULT_REGION: us-east-1 2025-12-04T09:55:02.3765600Z AWS_REGION: us-east-1 2025-12-04T09:55:02.3765795Z AWS_ACCESS_KEY_ID: *** 2025-12-04T09:55:02.3765957Z AWS_SECRET_ACCESS_KEY: *** 2025-12-04T09:55:02.3768367Z AWS_SESSION_TOKEN: *** 2025-12-04T09:55:02.3768487Z ##[endgroup] 2025-12-04T09:55:02.3861564Z ##[group]Run set -x 2025-12-04T09:55:02.3861713Z set -x 2025-12-04T09:55:02.3861814Z  2025-12-04T09:55:02.3861927Z if [[ $TEST_CONFIG == 'multigpu' ]]; then 2025-12-04T09:55:02.3862081Z  TEST_COMMAND=.ci/pytorch/multigpu-test.sh 2025-12-04T09:55:02.3862233Z elif [[ $BUILD_ENVIRONMENT == *onnx* ]]; then 2025-12-04T09:55:02.3862384Z  TEST_COMMAND=.ci/caffe2/test.sh 2025-12-04T09:55:02.3862503Z else 2025-12-04T09:55:02.3862607Z  TEST_COMMAND=.ci/pytorch/test.sh 2025-12-04T09:55:02.3862725Z fi 2025-12-04T09:55:02.3862811Z  2025-12-04T09:55:02.3862943Z # detached container should get cleaned up by teardown_ec2_linux 2025-12-04T09:55:02.3863142Z # TODO: Stop building test binaries as part of the build phase 2025-12-04T09:55:02.3863317Z # Used for GPU_FLAG since that doesn't play nice 2025-12-04T09:55:02.3863474Z # shellcheck disable=SC2086,SC2090 2025-12-04T09:55:02.3863607Z container_name=$(docker run \ 2025-12-04T09:55:02.3863732Z  ${GPU_FLAG:-} \ 2025-12-04T09:55:02.3863848Z  -e BUILD_ENVIRONMENT \ 2025-12-04T09:55:02.3863967Z  -e PR_NUMBER \ 2025-12-04T09:55:02.3864080Z  -e GITHUB_ACTIONS \ 2025-12-04T09:55:02.3864197Z  -e GITHUB_REPOSITORY \ 2025-12-04T09:55:02.3864375Z  -e GITHUB_WORKFLOW \ 2025-12-04T09:55:02.3864487Z  -e GITHUB_JOB \ 2025-12-04T09:55:02.3864597Z  -e GITHUB_RUN_ID \ 2025-12-04T09:55:02.3864709Z  -e GITHUB_RUN_NUMBER \ 2025-12-04T09:55:02.3864825Z  -e GITHUB_RUN_ATTEMPT \ 2025-12-04T09:55:02.3864940Z  -e JOB_ID \ 2025-12-04T09:55:02.3865047Z  -e JOB_NAME \ 2025-12-04T09:55:02.3865154Z  -e BASE_SHA \ 2025-12-04T09:55:02.3865255Z  -e BRANCH \ 2025-12-04T09:55:02.3865354Z  -e SHA1 \ 2025-12-04T09:55:02.3865458Z  -e AWS_DEFAULT_REGION \ 2025-12-04T09:55:02.3865576Z  -e IN_WHEEL_TEST \ 2025-12-04T09:55:02.3865688Z  -e SHARD_NUMBER \ 2025-12-04T09:55:02.3865798Z  -e TEST_CONFIG \ 2025-12-04T09:55:02.3865909Z  -e NUM_TEST_SHARDS \ 2025-12-04T09:55:02.3866023Z  -e REENABLED_ISSUES \ 2025-12-04T09:55:02.3866142Z  -e CONTINUE_THROUGH_ERROR \ 2025-12-04T09:55:02.3866267Z  -e VERBOSE_TEST_LOGS \ 2025-12-04T09:55:02.3866384Z  -e TEST_SHOWLOCALS \ 2025-12-04T09:55:02.3866495Z  -e NO_TEST_TIMEOUT \ 2025-12-04T09:55:02.3866603Z  -e NO_TD \ 2025-12-04T09:55:02.3866770Z  -e MAX_JOBS="$(nproc --ignore=2)" \ 2025-12-04T09:55:02.3866912Z  -e PYTORCH_TEST_CUDA_MEM_LEAK_CHECK \ 2025-12-04T09:55:02.3867052Z  -e PYTORCH_TEST_RERUN_DISABLED_TESTS \ 2025-12-04T09:55:02.3867185Z  -e TESTS_TO_INCLUDE \ 2025-12-04T09:55:02.3867302Z  -e HUGGING_FACE_HUB_TOKEN \ 2025-12-04T09:55:02.3867425Z  -e DASHBOARD_TAG \ 2025-12-04T09:55:02.3867567Z  --env-file="${RUNNER_TEMP}/github_env_${GITHUB_RUN_ID}" \ 2025-12-04T09:55:02.3867724Z  --ulimit stack=10485760:83886080 \ 2025-12-04T09:55:02.3867848Z  --ulimit core=0 \ 2025-12-04T09:55:02.3867979Z  --env-file="/tmp/github_env_${GITHUB_RUN_ID}" \ 2025-12-04T09:55:02.3868132Z  --security-opt seccomp=unconfined \ 2025-12-04T09:55:02.3868265Z  --cap-add=SYS_PTRACE \ 2025-12-04T09:55:02.3868384Z  --shm-size="8g" \ 2025-12-04T09:55:02.3868490Z  --tty \ 2025-12-04T09:55:02.3868588Z  --detach \ 2025-12-04T09:55:02.3868698Z  --name="${container_name}" \ 2025-12-04T09:55:02.3868821Z  --user jenkins \ 2025-12-04T09:55:02.3868957Z  -v "${GITHUB_WORKSPACE}:/var/lib/jenkins/workspace" \ 2025-12-04T09:55:02.3869110Z  -w /var/lib/jenkins/workspace \ 2025-12-04T09:55:02.3869291Z  "${DOCKER_IMAGE}" 2025-12-04T09:55:02.3869394Z ) 2025-12-04T09:55:02.3869497Z # save container name for later step 2025-12-04T09:55:02.3869655Z echo "CONTAINER_NAME=${container_name}" >> "$GITHUB_ENV" 2025-12-04T09:55:02.3869919Z # jenkins user does not have write permission to mounted workspace; work-around by copying within container to jenkins home 2025-12-04T09:55:02.3870261Z docker exec -t "${container_name}" sh -c "cd .. && cp -R workspace pytorch && cd pytorch && pip install dist/*.whl && ${TEST_COMMAND}" 2025-12-04T09:55:02.3873528Z shell: /usr/bin/bash -e {0} 2025-12-04T09:55:02.3873635Z env: 2025-12-04T09:55:02.3873726Z GIT_DEFAULT_BRANCH: main 2025-12-04T09:55:02.3873860Z RUNNER_ARTIFACT_DIR: /home/runner/_work/_temp/artifacts 2025-12-04T09:55:02.3874034Z RUNNER_TEST_RESULTS_DIR: /home/runner/_work/_temp/test-results 2025-12-04T09:55:02.3874196Z RUNNER_DOCS_DIR: /home/runner/_work/_temp/docs 2025-12-04T09:55:02.3874692Z GPU_FLAG: --device=/dev/mem --device=/dev/kfd --group-add 110 --device /dev/dri/renderD160 --device /dev/dri/renderD168 --device /dev/dri/renderD176 --device /dev/dri/renderD184 --group-add video --group-add 109 --group-add daemon --group-add bin --cap-add=SYS_PTRACE --security-opt seccomp=unconfined --network=host 2025-12-04T09:55:02.3875173Z AWS_DEFAULT_REGION: us-east-1 2025-12-04T09:55:02.3875323Z AWS_REGION: us-east-1 2025-12-04T09:55:02.3875457Z AWS_ACCESS_KEY_ID: *** 2025-12-04T09:55:02.3875609Z AWS_SECRET_ACCESS_KEY: *** 2025-12-04T09:55:02.3877972Z AWS_SESSION_TOKEN: *** 2025-12-04T09:55:02.3878094Z BUILD_ENVIRONMENT: linux-jammy-rocm-py3.10 2025-12-04T09:55:02.3878219Z PR_NUMBER: 2025-12-04T09:55:02.3878320Z GITHUB_REPOSITORY: pytorch/pytorch 2025-12-04T09:55:02.3878449Z GITHUB_WORKFLOW: trunk-rocm-mi300 2025-12-04T09:55:02.3878570Z GITHUB_JOB: test 2025-12-04T09:55:02.3878678Z GITHUB_RUN_ID: 19921726347 2025-12-04T09:55:02.3878788Z GITHUB_RUN_NUMBER: 688 2025-12-04T09:55:02.3878904Z GITHUB_RUN_ATTEMPT: 1 2025-12-04T09:55:02.3879015Z JOB_ID: 57113808207 2025-12-04T09:55:02.3879202Z JOB_NAME: linux-jammy-rocm-py3.10 / test (distributed, 1, 3, linux.rocm.gpu.gfx942.4.b, unstable) 2025-12-04T09:55:02.3879398Z BRANCH: main 2025-12-04T09:55:02.3879511Z SHA1: ffd9b0fb4355e97af82fc42cf185c3ffa0fc0a32 2025-12-04T09:55:02.3879671Z BASE_SHA: ffd9b0fb4355e97af82fc42cf185c3ffa0fc0a32 2025-12-04T09:55:02.3879823Z TEST_CONFIG: distributed 2025-12-04T09:55:02.3879938Z SHARD_NUMBER: 1 2025-12-04T09:55:02.3880045Z NUM_TEST_SHARDS: 3 2025-12-04T09:55:02.3880158Z REENABLED_ISSUES: 2025-12-04T09:55:02.3880283Z CONTINUE_THROUGH_ERROR: True 2025-12-04T09:55:02.3880401Z VERBOSE_TEST_LOGS: False 2025-12-04T09:55:02.3880508Z TEST_SHOWLOCALS: False 2025-12-04T09:55:02.3880613Z NO_TEST_TIMEOUT: False 2025-12-04T09:55:02.3880713Z NO_TD: False 2025-12-04T09:55:02.3880977Z DOCKER_IMAGE: 308535385114.dkr.ecr.us-east-1.amazonaws.com/pytorch/ci-image:pytorch-linux-jammy-rocm-n-py3-f0cd68561080d537ef3d3d6f81b25a6416ad600a 2025-12-04T09:55:02.3881270Z PYTORCH_TEST_CUDA_MEM_LEAK_CHECK: 0 2025-12-04T09:55:02.3881401Z PYTORCH_TEST_RERUN_DISABLED_TESTS: 0 2025-12-04T09:55:02.3881523Z TESTS_TO_INCLUDE: 2025-12-04T09:55:02.3881619Z DASHBOARD_TAG: 2025-12-04T09:55:02.3881761Z HUGGING_FACE_HUB_TOKEN: *** 2025-12-04T09:55:02.3881878Z ##[endgroup] 2025-12-04T09:55:02.3899488Z + [[ distributed == \m\u\l\t\i\g\p\u ]] 2025-12-04T09:55:02.3906934Z + [[ linux-jammy-rocm-py3.10 == *onnx* ]] 2025-12-04T09:55:02.3907080Z + TEST_COMMAND=.ci/pytorch/test.sh 2025-12-04T09:55:02.3907267Z +++ nproc --ignore=2 2025-12-04T09:55:02.3909318Z ++ docker run --device=/dev/mem --device=/dev/kfd --group-add 110 --device /dev/dri/renderD160 --device /dev/dri/renderD168 --device /dev/dri/renderD176 --device /dev/dri/renderD184 --group-add video --group-add 109 --group-add daemon --group-add bin --cap-add=SYS_PTRACE --security-opt seccomp=unconfined --network=host -e BUILD_ENVIRONMENT -e PR_NUMBER -e GITHUB_ACTIONS -e GITHUB_REPOSITORY -e GITHUB_WORKFLOW -e GITHUB_JOB -e GITHUB_RUN_ID -e GITHUB_RUN_NUMBER -e GITHUB_RUN_ATTEMPT -e JOB_ID -e JOB_NAME -e BASE_SHA -e BRANCH -e SHA1 -e AWS_DEFAULT_REGION -e IN_WHEEL_TEST -e SHARD_NUMBER -e TEST_CONFIG -e NUM_TEST_SHARDS -e REENABLED_ISSUES -e CONTINUE_THROUGH_ERROR -e VERBOSE_TEST_LOGS -e TEST_SHOWLOCALS -e NO_TEST_TIMEOUT -e NO_TD -e MAX_JOBS=126 -e PYTORCH_TEST_CUDA_MEM_LEAK_CHECK -e PYTORCH_TEST_RERUN_DISABLED_TESTS -e TESTS_TO_INCLUDE -e HUGGING_FACE_HUB_TOKEN -e DASHBOARD_TAG --env-file=/home/runner/_work/_temp/github_env_19921726347 --ulimit stack=10485760:83886080 --ulimit core=0 --env-file=/tmp/github_env_19921726347 --security-opt seccomp=unconfined --cap-add=SYS_PTRACE --shm-size=8g --tty --detach --name= --user jenkins -v /home/runner/_work/pytorch/pytorch:/var/lib/jenkins/workspace -w /var/lib/jenkins/workspace 308535385114.dkr.ecr.us-east-1.amazonaws.com/pytorch/ci-image:pytorch-linux-jammy-rocm-n-py3-f0cd68561080d537ef3d3d6f81b25a6416ad600a 2025-12-04T09:55:02.6042035Z + container_name=45f7cd48e532093d810330b7faac28f4aed033e482e0afc21e147a749d41ebf5 2025-12-04T09:55:02.6042342Z + echo CONTAINER_NAME=45f7cd48e532093d810330b7faac28f4aed033e482e0afc21e147a749d41ebf5 2025-12-04T09:55:02.6042741Z + docker exec -t 45f7cd48e532093d810330b7faac28f4aed033e482e0afc21e147a749d41ebf5 sh -c 'cd .. && cp -R workspace pytorch && cd pytorch && pip install dist/*.whl && .ci/pytorch/test.sh' 2025-12-04T09:55:05.7710740Z Processing ./dist/torch-2.10.0a0+gitffd9b0f-cp310-cp310-linux_x86_64.whl 2025-12-04T09:55:06.2932036Z Requirement already satisfied: filelock in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from torch==2.10.0a0+gitffd9b0f) (3.18.0) 2025-12-04T09:55:06.2932796Z Requirement already satisfied: typing-extensions>=4.10.0 in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from torch==2.10.0a0+gitffd9b0f) (4.12.2) 2025-12-04T09:55:06.2935737Z Requirement already satisfied: sympy>=1.13.3 in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from torch==2.10.0a0+gitffd9b0f) (1.13.3) 2025-12-04T09:55:06.2936392Z Requirement already satisfied: networkx>=2.5.1 in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from torch==2.10.0a0+gitffd9b0f) (2.8.8) 2025-12-04T09:55:06.2937926Z Requirement already satisfied: jinja2 in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from torch==2.10.0a0+gitffd9b0f) (3.1.6) 2025-12-04T09:55:06.2939586Z Requirement already satisfied: fsspec>=0.8.5 in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from torch==2.10.0a0+gitffd9b0f) (2025.10.0) 2025-12-04T09:55:06.3099188Z Requirement already satisfied: mpmath<1.4,>=1.1.0 in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from sympy>=1.13.3->torch==2.10.0a0+gitffd9b0f) (1.3.0) 2025-12-04T09:55:06.3123515Z Requirement already satisfied: MarkupSafe>=2.0 in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from jinja2->torch==2.10.0a0+gitffd9b0f) (3.0.3) 2025-12-04T09:55:06.4947463Z Installing collected packages: torch 2025-12-04T09:55:11.7824175Z Successfully installed torch-2.10.0a0+gitffd9b0f 2025-12-04T09:55:11.8191330Z + export TERM=vt100 2025-12-04T09:55:11.8191552Z + TERM=vt100 2025-12-04T09:55:11.8196108Z ++ dirname .ci/pytorch/test.sh 2025-12-04T09:55:11.8201991Z + source .ci/pytorch/common.sh 2025-12-04T09:55:11.8204842Z +++ dirname .ci/pytorch/common.sh 2025-12-04T09:55:11.8212203Z ++ source .ci/pytorch/common_utils.sh 2025-12-04T09:55:11.8213221Z +++ declare -f -t trap_add 2025-12-04T09:55:11.8215298Z ++ set -ex -o pipefail 2025-12-04T09:55:11.8215455Z ++ [[ linux-jammy-rocm-py3.10 == *rocm* ]] 2025-12-04T09:55:11.8215588Z ++ unset HIP_PLATFORM 2025-12-04T09:55:11.8215705Z ++ export PYTORCH_TEST_WITH_ROCM=1 2025-12-04T09:55:11.8215829Z ++ PYTORCH_TEST_WITH_ROCM=1 2025-12-04T09:55:11.8215944Z ++ BUILD_TEST_LIBTORCH=0 2025-12-04T09:55:11.8219389Z ++ dirname .ci/pytorch/test.sh 2025-12-04T09:55:11.8227947Z + source .ci/pytorch/common-build.sh 2025-12-04T09:55:11.8230154Z ++ [[ linux-jammy-rocm-py3.10 != *win-* ]] 2025-12-04T09:55:11.8236560Z ++++ dirname .ci/pytorch/common-build.sh 2025-12-04T09:55:11.8244999Z +++ cd .ci/pytorch 2025-12-04T09:55:11.8245602Z +++ pwd -P 2025-12-04T09:55:11.8248521Z ++ script_dir=/var/lib/jenkins/pytorch/.ci/pytorch 2025-12-04T09:55:11.8248728Z ++ [[ linux-jammy-rocm-py3.10 == *-pch* ]] 2025-12-04T09:55:11.8248859Z ++ which sccache 2025-12-04T09:55:11.8257791Z ++ [[ -z '' ]] 2025-12-04T09:55:11.8257912Z ++ unset SCCACHE_BUCKET 2025-12-04T09:55:11.8258027Z ++ unset SCCACHE_REGION 2025-12-04T09:55:11.8258140Z ++ sccache --stop-server 2025-12-04T09:55:11.8276048Z ++ true 2025-12-04T09:55:11.8276167Z ++ rm -f /var/lib/jenkins/sccache_error.log 2025-12-04T09:55:11.8285930Z ++ trap_add sccache_epilogue EXIT 2025-12-04T09:55:11.8286063Z ++ trap_add_cmd=sccache_epilogue 2025-12-04T09:55:11.8286179Z ++ shift 2025-12-04T09:55:11.8286287Z ++ for trap_add_name in "$@" 2025-12-04T09:55:11.8290639Z ++++ trap -p EXIT 2025-12-04T09:55:11.8292156Z +++ eval 'extract_trap_cmd ' 2025-12-04T09:55:11.8292277Z ++++ extract_trap_cmd 2025-12-04T09:55:11.8292387Z ++++ printf '%s\n' '' 2025-12-04T09:55:11.8292509Z +++ printf '%s\n' sccache_epilogue 2025-12-04T09:55:11.8294423Z ++ trap -- ' 2025-12-04T09:55:11.8294531Z sccache_epilogue' EXIT 2025-12-04T09:55:11.8294802Z ++ [[ -n '' ]] 2025-12-04T09:55:11.8294917Z ++ [[ linux-jammy-rocm-py3.10 == *rocm* ]] 2025-12-04T09:55:11.8295204Z ++ SCCACHE_ERROR_LOG=/var/lib/jenkins/sccache_error.log 2025-12-04T09:55:11.8295521Z ++ SCCACHE_IDLE_TIMEOUT=0 2025-12-04T09:55:11.8295637Z ++ sccache --start-server 2025-12-04T09:55:11.8309836Z sccache: Starting the server... 2025-12-04T09:55:11.8468725Z sccache: Listening on address 127.0.0.1:4226 2025-12-04T09:55:11.8474732Z ++ sccache --zero-stats 2025-12-04T09:55:11.8485224Z Statistics zeroed. 2025-12-04T09:55:11.8488011Z ++ which ccache 2025-12-04T09:55:11.8495066Z + [[ linux-jammy-rocm-py3.10 != *rocm* ]] 2025-12-04T09:55:11.8495225Z + [[ linux-jammy-rocm-py3.10 == *cuda* ]] 2025-12-04T09:55:11.8495367Z + echo 'Environment variables:' 2025-12-04T09:55:11.8495542Z Environment variables: 2025-12-04T09:55:11.8495652Z + env 2025-12-04T09:55:11.8501959Z GITHUB_WORKSPACE=/home/runner/_work/pytorch/pytorch 2025-12-04T09:55:11.8502143Z CONTINUE_THROUGH_ERROR=True 2025-12-04T09:55:11.8502273Z BUILD_ENVIRONMENT=linux-jammy-rocm-py3.10 2025-12-04T09:55:11.8502441Z HOSTNAME=linux.rocm.gpu.gfx942.4.b-bphpw-runner-f6sml 2025-12-04T09:55:11.8502709Z GITHUB_PATH=/home/runner/_work/_temp/_runner_file_commands/add_path_a538b947-ff1c-4baa-9d52-deb2b2917baa 2025-12-04T09:55:11.8502924Z GITHUB_ACTION=__run_2 2025-12-04T09:55:11.8503045Z PYTORCH_TEST_CUDA_MEM_LEAK_CHECK=0 2025-12-04T09:55:11.8503166Z GITHUB_RUN_NUMBER=688 2025-12-04T09:55:11.8503271Z TEST_CONFIG=distributed 2025-12-04T09:55:11.8503414Z RUNNER_NAME=linux.rocm.gpu.gfx942.4.b-bphpw-runner-f6sml 2025-12-04T09:55:11.8503575Z GITHUB_REPOSITORY_OWNER_ID=21003710 2025-12-04T09:55:11.8503706Z AWS_DEFAULT_REGION=us-east-1 2025-12-04T09:55:11.8503849Z RUNNER_ARTIFACT_DIR=/home/runner/_work/_temp/artifacts 2025-12-04T09:55:11.8504008Z GITHUB_TRIGGERING_ACTOR=pytorchmergebot 2025-12-04T09:55:11.8504136Z GITHUB_REF_TYPE=branch 2025-12-04T09:55:11.8504271Z BASE_SHA=ffd9b0fb4355e97af82fc42cf185c3ffa0fc0a32 2025-12-04T09:55:11.8504615Z HUGGING_FACE_HUB_TOKEN=*** 2025-12-04T09:55:11.8505050Z *** 2025-12-04T09:55:11.8505145Z GITHUB_REPOSITORY_ID=65600975 2025-12-04T09:55:11.8505264Z GITHUB_ACTIONS=true 2025-12-04T09:55:11.8505391Z SHA1=ffd9b0fb4355e97af82fc42cf185c3ffa0fc0a32 2025-12-04T09:55:11.8505546Z GITHUB_SHA=ffd9b0fb4355e97af82fc42cf185c3ffa0fc0a32 2025-12-04T09:55:11.8505770Z GITHUB_WORKFLOW_REF=pytorch/pytorch/.github/workflows/trunk-rocm-mi300.yml@refs/heads/main 2025-12-04T09:55:11.8505970Z UCC_HOME=/usr 2025-12-04T09:55:11.8506078Z RUNNER_ENVIRONMENT=self-hosted 2025-12-04T09:55:11.8506198Z VERBOSE_TEST_LOGS=False 2025-12-04T09:55:11.8506320Z GITHUB_REF=refs/heads/main 2025-12-04T09:55:11.8506427Z RUNNER_OS=Linux 2025-12-04T09:55:11.8506524Z SHARD_NUMBER=1 2025-12-04T09:55:11.8506628Z GITHUB_REF_PROTECTED=true 2025-12-04T09:55:11.8507549Z RUNNER_MANUALLY_TRAP_SIG=1 2025-12-04T09:55:11.8507670Z HOME=/var/lib/jenkins 2025-12-04T09:55:11.8507795Z GITHUB_API_URL=https://api.github.com 2025-12-04T09:55:11.8507932Z PYTORCH_TEST_RERUN_DISABLED_TESTS=0 2025-12-04T09:55:11.8508069Z RUNNER_DOCS_DIR=/home/runner/_work/_temp/docs 2025-12-04T09:55:11.8508204Z LANG=C.UTF-8 2025-12-04T09:55:11.8508321Z UCX_COMMIT=29831d319e6be55cb8c768ca61de335c934ca39e 2025-12-04T09:55:11.8508468Z PYTORCH_TEST_WITH_ROCM=1 2025-12-04T09:55:11.8508615Z RUNNER_TRACKING_ID=github_290ec352-ea52-40c7-882d-eda13e83a1ad 2025-12-04T09:55:11.8508765Z RUNNER_ARCH=X64 2025-12-04T09:55:11.8508870Z RUNNER_TEMP=/home/runner/_work/_temp 2025-12-04T09:55:11.8508989Z NUM_TEST_SHARDS=3 2025-12-04T09:55:11.8509086Z UCX_HOME=/usr 2025-12-04T09:55:11.8509278Z GITHUB_STATE=/home/runner/_work/_temp/_runner_file_commands/save_state_a538b947-ff1c-4baa-9d52-deb2b2917baa 2025-12-04T09:55:11.8509575Z JOB_NAME=linux-jammy-rocm-py3.10 / test (distributed, 1, 3, linux.rocm.gpu.gfx942.4.b, unstable) 2025-12-04T09:55:11.8509781Z MAGMA_HOME=/opt/rocm/magma 2025-12-04T09:55:11.8509976Z GITHUB_ENV=/home/runner/_work/_temp/_runner_file_commands/set_env_a538b947-ff1c-4baa-9d52-deb2b2917baa 2025-12-04T09:55:11.8510229Z GITHUB_EVENT_PATH=/home/runner/_work/_temp/_github_workflow/event.json 2025-12-04T09:55:11.8510392Z GITHUB_EVENT_NAME=push 2025-12-04T09:55:11.8510549Z GITHUB_ACTIONS_RUNNER_EXTRA_USER_AGENT=actions-runner-controller/0.12.1 2025-12-04T09:55:11.8510856Z DASHBOARD_TAG= 2025-12-04T09:55:11.8510955Z GITHUB_RUN_ID=19921726347 2025-12-04T09:55:11.8511170Z GITHUB_STEP_SUMMARY=/home/runner/_work/_temp/_runner_file_commands/step_summary_a538b947-ff1c-4baa-9d52-deb2b2917baa 2025-12-04T09:55:11.8511396Z GITHUB_ACTOR=pytorchmergebot 2025-12-04T09:55:11.8511510Z PR_NUMBER= 2025-12-04T09:55:11.8511605Z GITHUB_RUN_ATTEMPT=1 2025-12-04T09:55:11.8511711Z ANACONDA_PYTHON_VERSION=3.10 2025-12-04T09:55:11.8511850Z GITHUB_GRAPHQL_URL=https://api.github.com/graphql 2025-12-04T09:55:11.8511987Z TERM=vt100 2025-12-04T09:55:11.8512084Z INSTALLED_VISION=yes 2025-12-04T09:55:11.8512185Z BRANCH=main 2025-12-04T09:55:11.8512284Z OPENSSL_ROOT_DIR=/opt/openssl 2025-12-04T09:55:11.8512398Z TESTS_TO_INCLUDE= 2025-12-04T09:55:11.8512561Z GITHUB_ACTION_PATH=/home/runner/_work/pytorch/pytorch/./.github/actions/setup-rocm 2025-12-04T09:55:11.8512754Z GITHUB_SERVER_URL=https://github.com 2025-12-04T09:55:11.8512898Z PYTORCH_ROCM_ARCH=gfx90a;gfx942;gfx950;gfx1100 2025-12-04T09:55:11.8513052Z UCC_COMMIT=9f4b242cbbd8b1462cbc732eb29316cdfa124b77 2025-12-04T09:55:11.8513203Z REENABLED_ISSUES= 2025-12-04T09:55:11.8513298Z SHLVL=1 2025-12-04T09:55:11.8513386Z MAX_JOBS=126 2025-12-04T09:55:11.8513518Z RUNNER_TEST_RESULTS_DIR=/home/runner/_work/_temp/test-results 2025-12-04T09:55:11.8513671Z GITHUB_ACTOR_ID=97764156 2025-12-04T09:55:11.8513788Z RUNNER_TOOL_CACHE=/home/runner/_work/_tool 2025-12-04T09:55:11.8513951Z GITHUB_WORKFLOW_SHA=ffd9b0fb4355e97af82fc42cf185c3ffa0fc0a32 2025-12-04T09:55:11.8514103Z GITHUB_REF_NAME=main 2025-12-04T09:55:11.8514208Z ROCM_PATH=/opt/rocm 2025-12-04T09:55:11.8514306Z GITHUB_JOB=test 2025-12-04T09:55:11.8514403Z NO_TEST_TIMEOUT=False 2025-12-04T09:55:11.8514514Z GITHUB_REPOSITORY=pytorch/pytorch 2025-12-04T09:55:11.8514633Z LC_ALL=C.UTF-8 2025-12-04T09:55:11.8514732Z GITHUB_RETENTION_DAYS=90 2025-12-04T09:55:11.8514853Z RUNNER_WORKSPACE=/home/runner/_work/pytorch 2025-12-04T09:55:11.8514987Z OPENSSL_DIR=/opt/openssl 2025-12-04T09:55:11.8515099Z GITHUB_ACTION_REPOSITORY= 2025-12-04T09:55:11.8515454Z PATH=/opt/cache/bin:/opt/rocm/llvm/bin:/opt/rocm/opencl/bin:/opt/rocm/hip/bin:/opt/rocm/hcc/bin:/opt/rocm/bin:/opt/conda/envs/py_3.10/bin:/opt/conda/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin 2025-12-04T09:55:11.8515805Z GITHUB_BASE_REF= 2025-12-04T09:55:11.8515900Z CI=true 2025-12-04T09:55:11.8515995Z GITHUB_REPOSITORY_OWNER=pytorch 2025-12-04T09:55:11.8516110Z JOB_ID=57113808207 2025-12-04T09:55:11.8516205Z GITHUB_HEAD_REF= 2025-12-04T09:55:11.8516301Z GITHUB_ACTION_REF= 2025-12-04T09:55:11.8516570Z TEST_SHOWLOCALS=False 2025-12-04T09:55:11.8516721Z GITHUB_WORKFLOW=trunk-rocm-mi300 2025-12-04T09:55:11.8516847Z DEBIAN_FRONTEND=noninteractive 2025-12-04T09:55:11.8517058Z GITHUB_OUTPUT=/home/runner/_work/_temp/_runner_file_commands/set_output_a538b947-ff1c-4baa-9d52-deb2b2917baa 2025-12-04T09:55:11.8517267Z NO_TD=False 2025-12-04T09:55:11.8517360Z OLDPWD=/var/lib/jenkins 2025-12-04T09:55:11.8517465Z _=/usr/bin/env 2025-12-04T09:55:11.8517596Z ++ python -c 'import site; print(site.getsitepackages()[0])' 2025-12-04T09:55:11.8567895Z + TORCH_INSTALL_DIR=/opt/conda/envs/py_3.10/lib/python3.10/site-packages/torch 2025-12-04T09:55:11.8568126Z + TORCH_BIN_DIR=/opt/conda/envs/py_3.10/lib/python3.10/site-packages/torch/bin 2025-12-04T09:55:11.8568353Z + TORCH_LIB_DIR=/opt/conda/envs/py_3.10/lib/python3.10/site-packages/torch/lib 2025-12-04T09:55:11.8568573Z + TORCH_TEST_DIR=/opt/conda/envs/py_3.10/lib/python3.10/site-packages/torch/test 2025-12-04T09:55:11.8568740Z + BUILD_DIR=build 2025-12-04T09:55:11.8568852Z + BUILD_RENAMED_DIR=build_renamed 2025-12-04T09:55:11.8568980Z + BUILD_BIN_DIR=build/bin 2025-12-04T09:55:11.8569102Z + SHARD_NUMBER=1 2025-12-04T09:55:11.8569198Z + NUM_TEST_SHARDS=3 2025-12-04T09:55:11.8569305Z + export TORCH_SERIALIZATION_DEBUG=1 2025-12-04T09:55:11.8569432Z + TORCH_SERIALIZATION_DEBUG=1 2025-12-04T09:55:11.8569545Z + export VALGRIND=ON 2025-12-04T09:55:11.8569697Z + VALGRIND=ON 2025-12-04T09:55:11.8569807Z + [[ linux-jammy-rocm-py3.10 == *clang9* ]] 2025-12-04T09:55:11.8569947Z + [[ linux-jammy-rocm-py3.10 == *xpu* ]] 2025-12-04T09:55:11.8570071Z + detect_cuda_arch 2025-12-04T09:55:11.8570181Z + [[ linux-jammy-rocm-py3.10 == *cuda* ]] 2025-12-04T09:55:11.8570315Z + [[ linux-jammy-rocm-py3.10 == *s390x* ]] 2025-12-04T09:55:11.8570436Z + [[ 0 == \1 ]] 2025-12-04T09:55:11.8570532Z + [[ True == \1 ]] 2025-12-04T09:55:11.8570640Z + [[ linux-jammy-rocm-py3.10 != *bazel* ]] 2025-12-04T09:55:11.8571663Z ++ realpath build/custom_test_artifacts 2025-12-04T09:55:11.8577512Z + CUSTOM_TEST_ARTIFACT_BUILD_DIR=/var/lib/jenkins/pytorch/build/custom_test_artifacts 2025-12-04T09:55:11.8577700Z + [[ -n '' ]] 2025-12-04T09:55:11.8577804Z + echo 'Environment variables' 2025-12-04T09:55:11.8577923Z Environment variables 2025-12-04T09:55:11.8578023Z + env 2025-12-04T09:55:11.8586211Z GITHUB_WORKSPACE=/home/runner/_work/pytorch/pytorch 2025-12-04T09:55:11.8586386Z CONTINUE_THROUGH_ERROR=True 2025-12-04T09:55:11.8586518Z BUILD_ENVIRONMENT=linux-jammy-rocm-py3.10 2025-12-04T09:55:11.8586735Z HOSTNAME=linux.rocm.gpu.gfx942.4.b-bphpw-runner-f6sml 2025-12-04T09:55:11.8586981Z GITHUB_PATH=/home/runner/_work/_temp/_runner_file_commands/add_path_a538b947-ff1c-4baa-9d52-deb2b2917baa 2025-12-04T09:55:11.8587193Z GITHUB_ACTION=__run_2 2025-12-04T09:55:11.8587308Z PYTORCH_TEST_CUDA_MEM_LEAK_CHECK=0 2025-12-04T09:55:11.8587429Z GITHUB_RUN_NUMBER=688 2025-12-04T09:55:11.8587534Z TEST_CONFIG=distributed 2025-12-04T09:55:11.8587680Z RUNNER_NAME=linux.rocm.gpu.gfx942.4.b-bphpw-runner-f6sml 2025-12-04T09:55:11.8587846Z GITHUB_REPOSITORY_OWNER_ID=21003710 2025-12-04T09:55:11.8587976Z AWS_DEFAULT_REGION=us-east-1 2025-12-04T09:55:11.8588120Z RUNNER_ARTIFACT_DIR=/home/runner/_work/_temp/artifacts 2025-12-04T09:55:11.8588272Z GITHUB_TRIGGERING_ACTOR=pytorchmergebot 2025-12-04T09:55:11.8588397Z GITHUB_REF_TYPE=branch 2025-12-04T09:55:11.8588525Z BASE_SHA=ffd9b0fb4355e97af82fc42cf185c3ffa0fc0a32 2025-12-04T09:55:11.8588712Z HUGGING_FACE_HUB_TOKEN=*** 2025-12-04T09:55:11.8588835Z *** 2025-12-04T09:55:11.8588930Z GITHUB_REPOSITORY_ID=65600975 2025-12-04T09:55:11.8589043Z GITHUB_ACTIONS=true 2025-12-04T09:55:11.8589160Z SHA1=ffd9b0fb4355e97af82fc42cf185c3ffa0fc0a32 2025-12-04T09:55:11.8589313Z GITHUB_SHA=ffd9b0fb4355e97af82fc42cf185c3ffa0fc0a32 2025-12-04T09:55:11.8589530Z GITHUB_WORKFLOW_REF=pytorch/pytorch/.github/workflows/trunk-rocm-mi300.yml@refs/heads/main 2025-12-04T09:55:11.8589722Z UCC_HOME=/usr 2025-12-04T09:55:11.8589824Z TORCH_SERIALIZATION_DEBUG=1 2025-12-04T09:55:11.8589942Z RUNNER_ENVIRONMENT=self-hosted 2025-12-04T09:55:11.8590112Z VERBOSE_TEST_LOGS=False 2025-12-04T09:55:11.8590262Z GITHUB_REF=refs/heads/main 2025-12-04T09:55:11.8590367Z RUNNER_OS=Linux 2025-12-04T09:55:11.8590461Z SHARD_NUMBER=1 2025-12-04T09:55:11.8590558Z GITHUB_REF_PROTECTED=true 2025-12-04T09:55:11.8590671Z RUNNER_MANUALLY_TRAP_SIG=1 2025-12-04T09:55:11.8590779Z HOME=/var/lib/jenkins 2025-12-04T09:55:11.8590896Z GITHUB_API_URL=https://api.github.com 2025-12-04T09:55:11.8591031Z PYTORCH_TEST_RERUN_DISABLED_TESTS=0 2025-12-04T09:55:11.8591167Z RUNNER_DOCS_DIR=/home/runner/_work/_temp/docs 2025-12-04T09:55:11.8591295Z LANG=C.UTF-8 2025-12-04T09:55:11.8591408Z UCX_COMMIT=29831d319e6be55cb8c768ca61de335c934ca39e 2025-12-04T09:55:11.8591550Z PYTORCH_TEST_WITH_ROCM=1 2025-12-04T09:55:11.8591695Z RUNNER_TRACKING_ID=github_290ec352-ea52-40c7-882d-eda13e83a1ad 2025-12-04T09:55:11.8591843Z RUNNER_ARCH=X64 2025-12-04T09:55:11.8591949Z RUNNER_TEMP=/home/runner/_work/_temp 2025-12-04T09:55:11.8592069Z NUM_TEST_SHARDS=3 2025-12-04T09:55:11.8592164Z UCX_HOME=/usr 2025-12-04T09:55:11.8592354Z GITHUB_STATE=/home/runner/_work/_temp/_runner_file_commands/save_state_a538b947-ff1c-4baa-9d52-deb2b2917baa 2025-12-04T09:55:11.8592643Z JOB_NAME=linux-jammy-rocm-py3.10 / test (distributed, 1, 3, linux.rocm.gpu.gfx942.4.b, unstable) 2025-12-04T09:55:11.8592841Z MAGMA_HOME=/opt/rocm/magma 2025-12-04T09:55:11.8593036Z GITHUB_ENV=/home/runner/_work/_temp/_runner_file_commands/set_env_a538b947-ff1c-4baa-9d52-deb2b2917baa 2025-12-04T09:55:11.8593317Z GITHUB_EVENT_PATH=/home/runner/_work/_temp/_github_workflow/event.json 2025-12-04T09:55:11.8593480Z GITHUB_EVENT_NAME=push 2025-12-04T09:55:11.8593636Z GITHUB_ACTIONS_RUNNER_EXTRA_USER_AGENT=actions-runner-controller/0.12.1 2025-12-04T09:55:11.8593798Z DASHBOARD_TAG= 2025-12-04T09:55:11.8593896Z GITHUB_RUN_ID=19921726347 2025-12-04T09:55:11.8594105Z GITHUB_STEP_SUMMARY=/home/runner/_work/_temp/_runner_file_commands/step_summary_a538b947-ff1c-4baa-9d52-deb2b2917baa 2025-12-04T09:55:11.8594330Z GITHUB_ACTOR=pytorchmergebot 2025-12-04T09:55:11.8594443Z PR_NUMBER= 2025-12-04T09:55:11.8594539Z GITHUB_RUN_ATTEMPT=1 2025-12-04T09:55:11.8594639Z VALGRIND=ON 2025-12-04T09:55:11.8594736Z ANACONDA_PYTHON_VERSION=3.10 2025-12-04T09:55:11.8594880Z GITHUB_GRAPHQL_URL=https://api.github.com/graphql 2025-12-04T09:55:11.8595023Z TERM=vt100 2025-12-04T09:55:11.8595121Z INSTALLED_VISION=yes 2025-12-04T09:55:11.8595229Z BRANCH=main 2025-12-04T09:55:11.8595338Z OPENSSL_ROOT_DIR=/opt/openssl 2025-12-04T09:55:11.8595457Z TESTS_TO_INCLUDE= 2025-12-04T09:55:11.8595619Z GITHUB_ACTION_PATH=/home/runner/_work/pytorch/pytorch/./.github/actions/setup-rocm 2025-12-04T09:55:11.8595813Z GITHUB_SERVER_URL=https://github.com 2025-12-04T09:55:11.8595957Z PYTORCH_ROCM_ARCH=gfx90a;gfx942;gfx950;gfx1100 2025-12-04T09:55:11.8596115Z UCC_COMMIT=9f4b242cbbd8b1462cbc732eb29316cdfa124b77 2025-12-04T09:55:11.8596257Z REENABLED_ISSUES= 2025-12-04T09:55:11.8596358Z SHLVL=1 2025-12-04T09:55:11.8596450Z MAX_JOBS=126 2025-12-04T09:55:11.8596586Z RUNNER_TEST_RESULTS_DIR=/home/runner/_work/_temp/test-results 2025-12-04T09:55:11.8596801Z GITHUB_ACTOR_ID=97764156 2025-12-04T09:55:11.8596924Z RUNNER_TOOL_CACHE=/home/runner/_work/_tool 2025-12-04T09:55:11.8597093Z GITHUB_WORKFLOW_SHA=ffd9b0fb4355e97af82fc42cf185c3ffa0fc0a32 2025-12-04T09:55:11.8597251Z GITHUB_REF_NAME=main 2025-12-04T09:55:11.8597361Z ROCM_PATH=/opt/rocm 2025-12-04T09:55:11.8597465Z GITHUB_JOB=test 2025-12-04T09:55:11.8597571Z NO_TEST_TIMEOUT=False 2025-12-04T09:55:11.8597687Z GITHUB_REPOSITORY=pytorch/pytorch 2025-12-04T09:55:11.8597812Z LC_ALL=C.UTF-8 2025-12-04T09:55:11.8597916Z GITHUB_RETENTION_DAYS=90 2025-12-04T09:55:11.8598042Z RUNNER_WORKSPACE=/home/runner/_work/pytorch 2025-12-04T09:55:11.8598178Z OPENSSL_DIR=/opt/openssl 2025-12-04T09:55:11.8598294Z GITHUB_ACTION_REPOSITORY= 2025-12-04T09:55:11.8598650Z PATH=/opt/cache/bin:/opt/rocm/llvm/bin:/opt/rocm/opencl/bin:/opt/rocm/hip/bin:/opt/rocm/hcc/bin:/opt/rocm/bin:/opt/conda/envs/py_3.10/bin:/opt/conda/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin 2025-12-04T09:55:11.8599054Z GITHUB_BASE_REF= 2025-12-04T09:55:11.8599155Z CI=true 2025-12-04T09:55:11.8599257Z GITHUB_REPOSITORY_OWNER=pytorch 2025-12-04T09:55:11.8599376Z JOB_ID=57113808207 2025-12-04T09:55:11.8599478Z GITHUB_HEAD_REF= 2025-12-04T09:55:11.8599581Z GITHUB_ACTION_REF= 2025-12-04T09:55:11.8599687Z TEST_SHOWLOCALS=False 2025-12-04T09:55:11.8599802Z GITHUB_WORKFLOW=trunk-rocm-mi300 2025-12-04T09:55:11.8599932Z DEBIAN_FRONTEND=noninteractive 2025-12-04T09:55:11.8600147Z GITHUB_OUTPUT=/home/runner/_work/_temp/_runner_file_commands/set_output_a538b947-ff1c-4baa-9d52-deb2b2917baa 2025-12-04T09:55:11.8600358Z NO_TD=False 2025-12-04T09:55:11.8600455Z OLDPWD=/var/lib/jenkins 2025-12-04T09:55:11.8600558Z _=/usr/bin/env 2025-12-04T09:55:11.8600660Z + echo 'Testing pytorch' 2025-12-04T09:55:11.8600771Z Testing pytorch 2025-12-04T09:55:11.8600876Z + export LANG=C.UTF-8 2025-12-04T09:55:11.8600982Z + LANG=C.UTF-8 2025-12-04T09:55:11.8601080Z + PR_NUMBER= 2025-12-04T09:55:11.8601187Z + [[ distributed == \d\e\f\a\u\l\t ]] 2025-12-04T09:55:11.8601328Z + [[ distributed == \d\i\s\t\r\i\b\u\t\e\d ]] 2025-12-04T09:55:11.8601472Z + [[ linux-jammy-rocm-py3.10 == *rocm* ]] 2025-12-04T09:55:11.8601611Z + export HIP_VISIBLE_DEVICES=0,1,2,3 2025-12-04T09:55:11.8601742Z + HIP_VISIBLE_DEVICES=0,1,2,3 2025-12-04T09:55:11.8601865Z + [[ distributed == \s\l\o\w ]] 2025-12-04T09:55:11.8602006Z + [[ linux-jammy-rocm-py3.10 == *slow-gradcheck* ]] 2025-12-04T09:55:11.8602219Z + [[ linux-jammy-rocm-py3.10 == *cuda* ]] 2025-12-04T09:55:11.8602353Z + [[ linux-jammy-rocm-py3.10 == *rocm* ]] 2025-12-04T09:55:11.8602492Z + export PYTORCH_TESTING_DEVICE_ONLY_FOR=cuda 2025-12-04T09:55:11.8602633Z + PYTORCH_TESTING_DEVICE_ONLY_FOR=cuda 2025-12-04T09:55:11.8602767Z + [[ distributed == *crossref* ]] 2025-12-04T09:55:11.8602897Z + [[ linux-jammy-rocm-py3.10 == *rocm* ]] 2025-12-04T09:55:11.8603027Z + export VALGRIND=OFF 2025-12-04T09:55:11.8603134Z + VALGRIND=OFF 2025-12-04T09:55:11.8603232Z + rocminfo 2025-12-04T09:55:11.8708316Z ROCk module version 6.12.12 is loaded 2025-12-04T09:55:11.9462098Z ===================== 2025-12-04T09:55:11.9462537Z HSA System Attributes 2025-12-04T09:55:11.9462852Z ===================== 2025-12-04T09:55:11.9463145Z Runtime Version: 1.18 2025-12-04T09:55:11.9463597Z Runtime Ext Version: 1.14 2025-12-04T09:55:11.9463948Z System Timestamp Freq.: 1000.000000MHz 2025-12-04T09:55:11.9464495Z Sig. Max Wait Duration: 18446744073709551615 (0xFFFFFFFFFFFFFFFF) (timestamp count) 2025-12-04T09:55:11.9465078Z Machine Model: LARGE 2025-12-04T09:55:11.9465548Z System Endianness: LITTLE 2025-12-04T09:55:11.9465979Z Mwaitx: DISABLED 2025-12-04T09:55:11.9466309Z XNACK enabled: NO 2025-12-04T09:55:11.9466677Z DMAbuf Support: YES 2025-12-04T09:55:11.9467080Z VMM Support: YES 2025-12-04T09:55:11.9467276Z 2025-12-04T09:55:11.9467394Z ========== 2025-12-04T09:55:11.9467691Z HSA Agents 2025-12-04T09:55:11.9468010Z ========== 2025-12-04T09:55:11.9468332Z ******* 2025-12-04T09:55:11.9468442Z Agent 1 2025-12-04T09:55:11.9468618Z ******* 2025-12-04T09:55:11.9468771Z Name: AMD EPYC 9575F 64-Core Processor 2025-12-04T09:55:11.9468935Z Uuid: CPU-XX 2025-12-04T09:55:11.9469148Z Marketing Name: AMD EPYC 9575F 64-Core Processor 2025-12-04T09:55:11.9469321Z Vendor Name: CPU 2025-12-04T09:55:11.9469522Z Feature: None specified 2025-12-04T09:55:11.9469699Z Profile: FULL_PROFILE 2025-12-04T09:55:11.9469872Z Float Round Mode: NEAR 2025-12-04T09:55:11.9470037Z Max Queue Number: 0(0x0) 2025-12-04T09:55:11.9470610Z Queue Min Size: 0(0x0) 2025-12-04T09:55:11.9470774Z Queue Max Size: 0(0x0) 2025-12-04T09:55:11.9470938Z Queue Type: MULTI 2025-12-04T09:55:11.9471094Z Node: 0 2025-12-04T09:55:11.9471249Z Device Type: CPU 2025-12-04T09:55:11.9471401Z Cache Info: 2025-12-04T09:55:11.9471534Z L1: 49152(0xc000) KB 2025-12-04T09:55:11.9471692Z Chip ID: 0(0x0) 2025-12-04T09:55:11.9471851Z ASIC Revision: 0(0x0) 2025-12-04T09:55:11.9472066Z Cacheline Size: 64(0x40) 2025-12-04T09:55:11.9472229Z Max Clock Freq. (MHz): 3300 2025-12-04T09:55:11.9472453Z BDFID: 0 2025-12-04T09:55:11.9472615Z Internal Node ID: 0 2025-12-04T09:55:11.9472844Z Compute Unit: 64 2025-12-04T09:55:11.9473104Z SIMDs per CU: 0 2025-12-04T09:55:11.9473268Z Shader Engines: 0 2025-12-04T09:55:11.9473591Z Shader Arrs. per Eng.: 0 2025-12-04T09:55:11.9473798Z WatchPts on Addr. Ranges:1 2025-12-04T09:55:11.9473991Z Memory Properties: 2025-12-04T09:55:11.9474113Z Features: None 2025-12-04T09:55:11.9474315Z Pool Info: 2025-12-04T09:55:11.9474539Z Pool 1 2025-12-04T09:55:11.9474683Z Segment: GLOBAL; FLAGS: FINE GRAINED 2025-12-04T09:55:11.9474847Z Size: 1584779052(0x5e75cf2c) KB 2025-12-04T09:55:11.9475068Z Allocatable: TRUE 2025-12-04T09:55:11.9475251Z Alloc Granule: 4KB 2025-12-04T09:55:11.9475498Z Alloc Recommended Granule:4KB 2025-12-04T09:55:11.9475674Z Alloc Alignment: 4KB 2025-12-04T09:55:11.9475846Z Accessible by all: TRUE 2025-12-04T09:55:11.9475999Z Pool 2 2025-12-04T09:55:11.9476142Z Segment: GLOBAL; FLAGS: EXTENDED FINE GRAINED 2025-12-04T09:55:11.9476369Z Size: 1584779052(0x5e75cf2c) KB 2025-12-04T09:55:11.9476536Z Allocatable: TRUE 2025-12-04T09:55:11.9476807Z Alloc Granule: 4KB 2025-12-04T09:55:11.9476998Z Alloc Recommended Granule:4KB 2025-12-04T09:55:11.9477177Z Alloc Alignment: 4KB 2025-12-04T09:55:11.9477347Z Accessible by all: TRUE 2025-12-04T09:55:11.9477496Z Pool 3 2025-12-04T09:55:11.9477665Z Segment: GLOBAL; FLAGS: KERNARG, FINE GRAINED 2025-12-04T09:55:11.9477857Z Size: 1584779052(0x5e75cf2c) KB 2025-12-04T09:55:11.9478101Z Allocatable: TRUE 2025-12-04T09:55:11.9478281Z Alloc Granule: 4KB 2025-12-04T09:55:11.9478492Z Alloc Recommended Granule:4KB 2025-12-04T09:55:11.9478756Z Alloc Alignment: 4KB 2025-12-04T09:55:11.9478928Z Accessible by all: TRUE 2025-12-04T09:55:11.9479089Z Pool 4 2025-12-04T09:55:11.9479295Z Segment: GLOBAL; FLAGS: COARSE GRAINED 2025-12-04T09:55:11.9479513Z Size: 1584779052(0x5e75cf2c) KB 2025-12-04T09:55:11.9479687Z Allocatable: TRUE 2025-12-04T09:55:11.9479853Z Alloc Granule: 4KB 2025-12-04T09:55:11.9480088Z Alloc Recommended Granule:4KB 2025-12-04T09:55:11.9480317Z Alloc Alignment: 4KB 2025-12-04T09:55:11.9480502Z Accessible by all: TRUE 2025-12-04T09:55:11.9480700Z ISA Info: 2025-12-04T09:55:11.9480815Z ******* 2025-12-04T09:55:11.9480934Z Agent 2 2025-12-04T09:55:11.9481042Z ******* 2025-12-04T09:55:11.9481240Z Name: AMD EPYC 9575F 64-Core Processor 2025-12-04T09:55:11.9481396Z Uuid: CPU-XX 2025-12-04T09:55:11.9481564Z Marketing Name: AMD EPYC 9575F 64-Core Processor 2025-12-04T09:55:11.9481737Z Vendor Name: CPU 2025-12-04T09:55:11.9481898Z Feature: None specified 2025-12-04T09:55:11.9482067Z Profile: FULL_PROFILE 2025-12-04T09:55:11.9482258Z Float Round Mode: NEAR 2025-12-04T09:55:11.9482480Z Max Queue Number: 0(0x0) 2025-12-04T09:55:11.9482652Z Queue Min Size: 0(0x0) 2025-12-04T09:55:11.9482811Z Queue Max Size: 0(0x0) 2025-12-04T09:55:11.9482984Z Queue Type: MULTI 2025-12-04T09:55:11.9483135Z Node: 1 2025-12-04T09:55:11.9483287Z Device Type: CPU 2025-12-04T09:55:11.9483497Z Cache Info: 2025-12-04T09:55:11.9483622Z L1: 49152(0xc000) KB 2025-12-04T09:55:11.9483766Z Chip ID: 0(0x0) 2025-12-04T09:55:11.9483919Z ASIC Revision: 0(0x0) 2025-12-04T09:55:11.9484079Z Cacheline Size: 64(0x40) 2025-12-04T09:55:11.9493697Z Max Clock Freq. (MHz): 3300 2025-12-04T09:55:11.9493862Z BDFID: 0 2025-12-04T09:55:11.9494020Z Internal Node ID: 1 2025-12-04T09:55:11.9494182Z Compute Unit: 64 2025-12-04T09:55:11.9494343Z SIMDs per CU: 0 2025-12-04T09:55:11.9494506Z Shader Engines: 0 2025-12-04T09:55:11.9494673Z Shader Arrs. per Eng.: 0 2025-12-04T09:55:11.9494845Z WatchPts on Addr. Ranges:1 2025-12-04T09:55:11.9494999Z Memory Properties: 2025-12-04T09:55:11.9495117Z Features: None 2025-12-04T09:55:11.9495237Z Pool Info: 2025-12-04T09:55:11.9495352Z Pool 1 2025-12-04T09:55:11.9495496Z Segment: GLOBAL; FLAGS: FINE GRAINED 2025-12-04T09:55:11.9495664Z Size: 1585311820(0x5e7df04c) KB 2025-12-04T09:55:11.9495825Z Allocatable: TRUE 2025-12-04T09:55:11.9495992Z Alloc Granule: 4KB 2025-12-04T09:55:11.9496165Z Alloc Recommended Granule:4KB 2025-12-04T09:55:11.9496338Z Alloc Alignment: 4KB 2025-12-04T09:55:11.9496510Z Accessible by all: TRUE 2025-12-04T09:55:11.9496815Z Pool 2 2025-12-04T09:55:11.9496961Z Segment: GLOBAL; FLAGS: EXTENDED FINE GRAINED 2025-12-04T09:55:11.9497121Z Size: 1585311820(0x5e7df04c) KB 2025-12-04T09:55:11.9497277Z Allocatable: TRUE 2025-12-04T09:55:11.9497518Z Alloc Granule: 4KB 2025-12-04T09:55:11.9497691Z Alloc Recommended Granule:4KB 2025-12-04T09:55:11.9497860Z Alloc Alignment: 4KB 2025-12-04T09:55:11.9498026Z Accessible by all: TRUE 2025-12-04T09:55:11.9498171Z Pool 3 2025-12-04T09:55:11.9498306Z Segment: GLOBAL; FLAGS: KERNARG, FINE GRAINED 2025-12-04T09:55:11.9498462Z Size: 1585311820(0x5e7df04c) KB 2025-12-04T09:55:11.9498618Z Allocatable: TRUE 2025-12-04T09:55:11.9498788Z Alloc Granule: 4KB 2025-12-04T09:55:11.9498956Z Alloc Recommended Granule:4KB 2025-12-04T09:55:11.9499126Z Alloc Alignment: 4KB 2025-12-04T09:55:11.9499290Z Accessible by all: TRUE 2025-12-04T09:55:11.9499469Z Pool 4 2025-12-04T09:55:11.9499606Z Segment: GLOBAL; FLAGS: COARSE GRAINED 2025-12-04T09:55:11.9499763Z Size: 1585311820(0x5e7df04c) KB 2025-12-04T09:55:11.9499915Z Allocatable: TRUE 2025-12-04T09:55:11.9500078Z Alloc Granule: 4KB 2025-12-04T09:55:11.9500247Z Alloc Recommended Granule:4KB 2025-12-04T09:55:11.9500416Z Alloc Alignment: 4KB 2025-12-04T09:55:11.9500587Z Accessible by all: TRUE 2025-12-04T09:55:11.9500732Z ISA Info: 2025-12-04T09:55:11.9500841Z ******* 2025-12-04T09:55:11.9500946Z Agent 3 2025-12-04T09:55:11.9501049Z ******* 2025-12-04T09:55:11.9501167Z Name: gfx942 2025-12-04T09:55:11.9501321Z Uuid: GPU-2bc26ea10b43384c 2025-12-04T09:55:11.9501477Z Marketing Name: 2025-12-04T09:55:11.9501639Z Vendor Name: AMD 2025-12-04T09:55:11.9501796Z Feature: KERNEL_DISPATCH 2025-12-04T09:55:11.9501954Z Profile: BASE_PROFILE 2025-12-04T09:55:11.9502114Z Float Round Mode: NEAR 2025-12-04T09:55:11.9502277Z Max Queue Number: 128(0x80) 2025-12-04T09:55:11.9502436Z Queue Min Size: 64(0x40) 2025-12-04T09:55:11.9502592Z Queue Max Size: 131072(0x20000) 2025-12-04T09:55:11.9502749Z Queue Type: MULTI 2025-12-04T09:55:11.9502897Z Node: 2 2025-12-04T09:55:11.9503049Z Device Type: GPU 2025-12-04T09:55:11.9503188Z Cache Info: 2025-12-04T09:55:11.9503309Z L1: 32(0x20) KB 2025-12-04T09:55:11.9503449Z L2: 4096(0x1000) KB 2025-12-04T09:55:11.9503585Z L3: 262144(0x40000) KB 2025-12-04T09:55:11.9503728Z Chip ID: 29861(0x74a5) 2025-12-04T09:55:11.9503881Z ASIC Revision: 1(0x1) 2025-12-04T09:55:11.9504096Z Cacheline Size: 128(0x80) 2025-12-04T09:55:11.9504259Z Max Clock Freq. (MHz): 2100 2025-12-04T09:55:11.9504411Z BDFID: 62720 2025-12-04T09:55:11.9504565Z Internal Node ID: 2 2025-12-04T09:55:11.9504727Z Compute Unit: 304 2025-12-04T09:55:11.9504884Z SIMDs per CU: 4 2025-12-04T09:55:11.9505041Z Shader Engines: 32 2025-12-04T09:55:11.9505206Z Shader Arrs. per Eng.: 1 2025-12-04T09:55:11.9505372Z WatchPts on Addr. Ranges:4 2025-12-04T09:55:11.9505540Z Coherent Host Access: FALSE 2025-12-04T09:55:11.9505685Z Memory Properties: 2025-12-04T09:55:11.9505812Z Features: KERNEL_DISPATCH 2025-12-04T09:55:11.9505962Z Fast F16 Operation: TRUE 2025-12-04T09:55:11.9506127Z Wavefront Size: 64(0x40) 2025-12-04T09:55:11.9506293Z Workgroup Max Size: 1024(0x400) 2025-12-04T09:55:11.9506446Z Workgroup Max Size per Dimension: 2025-12-04T09:55:11.9506609Z x 1024(0x400) 2025-12-04T09:55:11.9506825Z y 1024(0x400) 2025-12-04T09:55:11.9506960Z z 1024(0x400) 2025-12-04T09:55:11.9507110Z Max Waves Per CU: 32(0x20) 2025-12-04T09:55:11.9507274Z Max Work-item Per CU: 2048(0x800) 2025-12-04T09:55:11.9507435Z Grid Max Size: 4294967295(0xffffffff) 2025-12-04T09:55:11.9507579Z Grid Max Size per Dimension: 2025-12-04T09:55:11.9507707Z x 2147483647(0x7fffffff) 2025-12-04T09:55:11.9507843Z y 65535(0xffff) 2025-12-04T09:55:11.9507977Z z 65535(0xffff) 2025-12-04T09:55:11.9508132Z Max fbarriers/Workgrp: 32 2025-12-04T09:55:11.9508350Z Packet Processor uCode:: 185 2025-12-04T09:55:11.9508522Z SDMA engine uCode:: 24 2025-12-04T09:55:11.9508685Z IOMMU Support:: None 2025-12-04T09:55:11.9508827Z Pool Info: 2025-12-04T09:55:11.9508937Z Pool 1 2025-12-04T09:55:11.9509074Z Segment: GLOBAL; FLAGS: COARSE GRAINED 2025-12-04T09:55:11.9509234Z Size: 268419072(0xfffc000) KB 2025-12-04T09:55:11.9509390Z Allocatable: TRUE 2025-12-04T09:55:11.9509556Z Alloc Granule: 4KB 2025-12-04T09:55:11.9509728Z Alloc Recommended Granule:2048KB 2025-12-04T09:55:11.9509897Z Alloc Alignment: 4KB 2025-12-04T09:55:11.9510064Z Accessible by all: FALSE 2025-12-04T09:55:11.9510211Z Pool 2 2025-12-04T09:55:11.9510347Z Segment: GLOBAL; FLAGS: EXTENDED FINE GRAINED 2025-12-04T09:55:11.9510503Z Size: 268419072(0xfffc000) KB 2025-12-04T09:55:11.9510656Z Allocatable: TRUE 2025-12-04T09:55:11.9510818Z Alloc Granule: 4KB 2025-12-04T09:55:11.9510987Z Alloc Recommended Granule:2048KB 2025-12-04T09:55:11.9511161Z Alloc Alignment: 4KB 2025-12-04T09:55:11.9511369Z Accessible by all: FALSE 2025-12-04T09:55:11.9511515Z Pool 3 2025-12-04T09:55:11.9511648Z Segment: GLOBAL; FLAGS: FINE GRAINED 2025-12-04T09:55:11.9511801Z Size: 268419072(0xfffc000) KB 2025-12-04T09:55:11.9511955Z Allocatable: TRUE 2025-12-04T09:55:11.9512120Z Alloc Granule: 4KB 2025-12-04T09:55:11.9512290Z Alloc Recommended Granule:2048KB 2025-12-04T09:55:11.9512463Z Alloc Alignment: 4KB 2025-12-04T09:55:11.9512632Z Accessible by all: FALSE 2025-12-04T09:55:11.9512777Z Pool 4 2025-12-04T09:55:11.9512908Z Segment: GROUP 2025-12-04T09:55:11.9513063Z Size: 64(0x40) KB 2025-12-04T09:55:11.9513217Z Allocatable: FALSE 2025-12-04T09:55:11.9513381Z Alloc Granule: 0KB 2025-12-04T09:55:11.9513551Z Alloc Recommended Granule:0KB 2025-12-04T09:55:11.9513721Z Alloc Alignment: 0KB 2025-12-04T09:55:11.9513927Z Accessible by all: FALSE 2025-12-04T09:55:11.9514074Z ISA Info: 2025-12-04T09:55:11.9514185Z ISA 1 2025-12-04T09:55:11.9514326Z Name: amdgcn-amd-amdhsa--gfx942:sramecc+:xnack- 2025-12-04T09:55:11.9514503Z Machine Models: HSA_MACHINE_MODEL_LARGE 2025-12-04T09:55:11.9514674Z Profiles: HSA_PROFILE_BASE 2025-12-04T09:55:11.9514843Z Default Rounding Mode: NEAR 2025-12-04T09:55:11.9515020Z Default Rounding Mode: NEAR 2025-12-04T09:55:11.9515183Z Fast f16: TRUE 2025-12-04T09:55:11.9515344Z Workgroup Max Size: 1024(0x400) 2025-12-04T09:55:11.9515498Z Workgroup Max Size per Dimension: 2025-12-04T09:55:11.9515638Z x 1024(0x400) 2025-12-04T09:55:11.9515778Z y 1024(0x400) 2025-12-04T09:55:11.9515914Z z 1024(0x400) 2025-12-04T09:55:11.9516063Z Grid Max Size: 4294967295(0xffffffff) 2025-12-04T09:55:11.9516211Z Grid Max Size per Dimension: 2025-12-04T09:55:11.9516339Z x 2147483647(0x7fffffff) 2025-12-04T09:55:11.9516478Z y 65535(0xffff) 2025-12-04T09:55:11.9516617Z z 65535(0xffff) 2025-12-04T09:55:11.9516903Z FBarrier Max Size: 32 2025-12-04T09:55:11.9517048Z ISA 2 2025-12-04T09:55:11.9517197Z Name: amdgcn-amd-amdhsa--gfx9-4-generic:sramecc+:xnack- 2025-12-04T09:55:11.9517384Z Machine Models: HSA_MACHINE_MODEL_LARGE 2025-12-04T09:55:11.9517554Z Profiles: HSA_PROFILE_BASE 2025-12-04T09:55:11.9517722Z Default Rounding Mode: NEAR 2025-12-04T09:55:11.9517897Z Default Rounding Mode: NEAR 2025-12-04T09:55:11.9518059Z Fast f16: TRUE 2025-12-04T09:55:11.9518219Z Workgroup Max Size: 1024(0x400) 2025-12-04T09:55:11.9518370Z Workgroup Max Size per Dimension: 2025-12-04T09:55:11.9518541Z x 1024(0x400) 2025-12-04T09:55:11.9518679Z y 1024(0x400) 2025-12-04T09:55:11.9518815Z z 1024(0x400) 2025-12-04T09:55:11.9518964Z Grid Max Size: 4294967295(0xffffffff) 2025-12-04T09:55:11.9519112Z Grid Max Size per Dimension: 2025-12-04T09:55:11.9519241Z x 2147483647(0x7fffffff) 2025-12-04T09:55:11.9519379Z y 65535(0xffff) 2025-12-04T09:55:11.9519515Z z 65535(0xffff) 2025-12-04T09:55:11.9519668Z FBarrier Max Size: 32 2025-12-04T09:55:11.9519809Z ******* 2025-12-04T09:55:11.9519953Z Agent 4 2025-12-04T09:55:11.9520055Z ******* 2025-12-04T09:55:11.9520178Z Name: gfx942 2025-12-04T09:55:11.9520334Z Uuid: GPU-a3e4d38a715e837d 2025-12-04T09:55:11.9520499Z Marketing Name: 2025-12-04T09:55:11.9520667Z Vendor Name: AMD 2025-12-04T09:55:11.9520833Z Feature: KERNEL_DISPATCH 2025-12-04T09:55:11.9521033Z Profile: BASE_PROFILE 2025-12-04T09:55:11.9521203Z Float Round Mode: NEAR 2025-12-04T09:55:11.9521370Z Max Queue Number: 128(0x80) 2025-12-04T09:55:11.9521537Z Queue Min Size: 64(0x40) 2025-12-04T09:55:11.9521699Z Queue Max Size: 131072(0x20000) 2025-12-04T09:55:11.9521859Z Queue Type: MULTI 2025-12-04T09:55:11.9522018Z Node: 3 2025-12-04T09:55:11.9522175Z Device Type: GPU 2025-12-04T09:55:11.9522321Z Cache Info: 2025-12-04T09:55:11.9522450Z L1: 32(0x20) KB 2025-12-04T09:55:11.9522594Z L2: 4096(0x1000) KB 2025-12-04T09:55:11.9522735Z L3: 262144(0x40000) KB 2025-12-04T09:55:11.9522879Z Chip ID: 29861(0x74a5) 2025-12-04T09:55:11.9523036Z ASIC Revision: 1(0x1) 2025-12-04T09:55:11.9523204Z Cacheline Size: 128(0x80) 2025-12-04T09:55:11.9523366Z Max Clock Freq. (MHz): 2100 2025-12-04T09:55:11.9523520Z BDFID: 34048 2025-12-04T09:55:11.9523675Z Internal Node ID: 3 2025-12-04T09:55:11.9523835Z Compute Unit: 304 2025-12-04T09:55:11.9523994Z SIMDs per CU: 4 2025-12-04T09:55:11.9524156Z Shader Engines: 32 2025-12-04T09:55:11.9524321Z Shader Arrs. per Eng.: 1 2025-12-04T09:55:11.9524491Z WatchPts on Addr. Ranges:4 2025-12-04T09:55:11.9524664Z Coherent Host Access: FALSE 2025-12-04T09:55:11.9524817Z Memory Properties: 2025-12-04T09:55:11.9524938Z Features: KERNEL_DISPATCH 2025-12-04T09:55:11.9525089Z Fast F16 Operation: TRUE 2025-12-04T09:55:11.9525253Z Wavefront Size: 64(0x40) 2025-12-04T09:55:11.9525417Z Workgroup Max Size: 1024(0x400) 2025-12-04T09:55:11.9525573Z Workgroup Max Size per Dimension: 2025-12-04T09:55:11.9525740Z x 1024(0x400) 2025-12-04T09:55:11.9525878Z y 1024(0x400) 2025-12-04T09:55:11.9526012Z z 1024(0x400) 2025-12-04T09:55:11.9526162Z Max Waves Per CU: 32(0x20) 2025-12-04T09:55:11.9526327Z Max Work-item Per CU: 2048(0x800) 2025-12-04T09:55:11.9526492Z Grid Max Size: 4294967295(0xffffffff) 2025-12-04T09:55:11.9526641Z Grid Max Size per Dimension: 2025-12-04T09:55:11.9526805Z x 2147483647(0x7fffffff) 2025-12-04T09:55:11.9526944Z y 65535(0xffff) 2025-12-04T09:55:11.9527078Z z 65535(0xffff) 2025-12-04T09:55:11.9527233Z Max fbarriers/Workgrp: 32 2025-12-04T09:55:11.9527410Z Packet Processor uCode:: 185 2025-12-04T09:55:11.9527580Z SDMA engine uCode:: 24 2025-12-04T09:55:11.9527749Z IOMMU Support:: None 2025-12-04T09:55:11.9527894Z Pool Info: 2025-12-04T09:55:11.9528007Z Pool 1 2025-12-04T09:55:11.9528192Z Segment: GLOBAL; FLAGS: COARSE GRAINED 2025-12-04T09:55:11.9528355Z Size: 268419072(0xfffc000) KB 2025-12-04T09:55:11.9528514Z Allocatable: TRUE 2025-12-04T09:55:11.9528679Z Alloc Granule: 4KB 2025-12-04T09:55:11.9528851Z Alloc Recommended Granule:2048KB 2025-12-04T09:55:11.9529023Z Alloc Alignment: 4KB 2025-12-04T09:55:11.9529194Z Accessible by all: FALSE 2025-12-04T09:55:11.9529351Z Pool 2 2025-12-04T09:55:11.9529492Z Segment: GLOBAL; FLAGS: EXTENDED FINE GRAINED 2025-12-04T09:55:11.9529654Z Size: 268419072(0xfffc000) KB 2025-12-04T09:55:11.9529813Z Allocatable: TRUE 2025-12-04T09:55:11.9529985Z Alloc Granule: 4KB 2025-12-04T09:55:11.9530155Z Alloc Recommended Granule:2048KB 2025-12-04T09:55:11.9530325Z Alloc Alignment: 4KB 2025-12-04T09:55:11.9530491Z Accessible by all: FALSE 2025-12-04T09:55:11.9530638Z Pool 3 2025-12-04T09:55:11.9530772Z Segment: GLOBAL; FLAGS: FINE GRAINED 2025-12-04T09:55:11.9530927Z Size: 268419072(0xfffc000) KB 2025-12-04T09:55:11.9531088Z Allocatable: TRUE 2025-12-04T09:55:11.9531256Z Alloc Granule: 4KB 2025-12-04T09:55:11.9531429Z Alloc Recommended Granule:2048KB 2025-12-04T09:55:11.9531603Z Alloc Alignment: 4KB 2025-12-04T09:55:11.9531771Z Accessible by all: FALSE 2025-12-04T09:55:11.9531917Z Pool 4 2025-12-04T09:55:11.9532055Z Segment: GROUP 2025-12-04T09:55:11.9532210Z Size: 64(0x40) KB 2025-12-04T09:55:11.9532365Z Allocatable: FALSE 2025-12-04T09:55:11.9532530Z Alloc Granule: 0KB 2025-12-04T09:55:11.9532702Z Alloc Recommended Granule:0KB 2025-12-04T09:55:11.9532917Z Alloc Alignment: 0KB 2025-12-04T09:55:11.9533085Z Accessible by all: FALSE 2025-12-04T09:55:11.9533234Z ISA Info: 2025-12-04T09:55:11.9533345Z ISA 1 2025-12-04T09:55:11.9533484Z Name: amdgcn-amd-amdhsa--gfx942:sramecc+:xnack- 2025-12-04T09:55:11.9533660Z Machine Models: HSA_MACHINE_MODEL_LARGE 2025-12-04T09:55:11.9533832Z Profiles: HSA_PROFILE_BASE 2025-12-04T09:55:11.9534003Z Default Rounding Mode: NEAR 2025-12-04T09:55:11.9534181Z Default Rounding Mode: NEAR 2025-12-04T09:55:11.9534344Z Fast f16: TRUE 2025-12-04T09:55:11.9534505Z Workgroup Max Size: 1024(0x400) 2025-12-04T09:55:11.9534662Z Workgroup Max Size per Dimension: 2025-12-04T09:55:11.9534804Z x 1024(0x400) 2025-12-04T09:55:11.9534949Z y 1024(0x400) 2025-12-04T09:55:11.9535093Z z 1024(0x400) 2025-12-04T09:55:11.9535246Z Grid Max Size: 4294967295(0xffffffff) 2025-12-04T09:55:11.9535425Z Grid Max Size per Dimension: 2025-12-04T09:55:11.9535554Z x 2147483647(0x7fffffff) 2025-12-04T09:55:11.9535696Z y 65535(0xffff) 2025-12-04T09:55:11.9535838Z z 65535(0xffff) 2025-12-04T09:55:11.9535997Z FBarrier Max Size: 32 2025-12-04T09:55:11.9536150Z ISA 2 2025-12-04T09:55:11.9536300Z Name: amdgcn-amd-amdhsa--gfx9-4-generic:sramecc+:xnack- 2025-12-04T09:55:11.9536491Z Machine Models: HSA_MACHINE_MODEL_LARGE 2025-12-04T09:55:11.9536664Z Profiles: HSA_PROFILE_BASE 2025-12-04T09:55:11.9536868Z Default Rounding Mode: NEAR 2025-12-04T09:55:11.9537043Z Default Rounding Mode: NEAR 2025-12-04T09:55:11.9537210Z Fast f16: TRUE 2025-12-04T09:55:11.9537371Z Workgroup Max Size: 1024(0x400) 2025-12-04T09:55:11.9537524Z Workgroup Max Size per Dimension: 2025-12-04T09:55:11.9537659Z x 1024(0x400) 2025-12-04T09:55:11.9537796Z y 1024(0x400) 2025-12-04T09:55:11.9537931Z z 1024(0x400) 2025-12-04T09:55:11.9538083Z Grid Max Size: 4294967295(0xffffffff) 2025-12-04T09:55:11.9538231Z Grid Max Size per Dimension: 2025-12-04T09:55:11.9538360Z x 2147483647(0x7fffffff) 2025-12-04T09:55:11.9538501Z y 65535(0xffff) 2025-12-04T09:55:11.9538642Z z 65535(0xffff) 2025-12-04T09:55:11.9538795Z FBarrier Max Size: 32 2025-12-04T09:55:11.9538940Z ******* 2025-12-04T09:55:11.9539048Z Agent 5 2025-12-04T09:55:11.9539160Z ******* 2025-12-04T09:55:11.9539286Z Name: gfx942 2025-12-04T09:55:11.9539440Z Uuid: GPU-27c5d6ef05b126df 2025-12-04T09:55:11.9539600Z Marketing Name: 2025-12-04T09:55:11.9539765Z Vendor Name: AMD 2025-12-04T09:55:11.9539963Z Feature: KERNEL_DISPATCH 2025-12-04T09:55:11.9540127Z Profile: BASE_PROFILE 2025-12-04T09:55:11.9540293Z Float Round Mode: NEAR 2025-12-04T09:55:11.9540459Z Max Queue Number: 128(0x80) 2025-12-04T09:55:11.9540621Z Queue Min Size: 64(0x40) 2025-12-04T09:55:11.9540783Z Queue Max Size: 131072(0x20000) 2025-12-04T09:55:11.9540945Z Queue Type: MULTI 2025-12-04T09:55:11.9541098Z Node: 4 2025-12-04T09:55:11.9541251Z Device Type: GPU 2025-12-04T09:55:11.9541392Z Cache Info: 2025-12-04T09:55:11.9541516Z L1: 32(0x20) KB 2025-12-04T09:55:11.9541659Z L2: 4096(0x1000) KB 2025-12-04T09:55:11.9541805Z L3: 262144(0x40000) KB 2025-12-04T09:55:11.9541955Z Chip ID: 29861(0x74a5) 2025-12-04T09:55:11.9542118Z ASIC Revision: 1(0x1) 2025-12-04T09:55:11.9542285Z Cacheline Size: 128(0x80) 2025-12-04T09:55:11.9542490Z Max Clock Freq. (MHz): 2100 2025-12-04T09:55:11.9542651Z BDFID: 58624 2025-12-04T09:55:11.9542811Z Internal Node ID: 4 2025-12-04T09:55:11.9542972Z Compute Unit: 304 2025-12-04T09:55:11.9543134Z SIMDs per CU: 4 2025-12-04T09:55:11.9543298Z Shader Engines: 32 2025-12-04T09:55:11.9543467Z Shader Arrs. per Eng.: 1 2025-12-04T09:55:11.9543636Z WatchPts on Addr. Ranges:4 2025-12-04T09:55:11.9543806Z Coherent Host Access: FALSE 2025-12-04T09:55:11.9543960Z Memory Properties: 2025-12-04T09:55:11.9544083Z Features: KERNEL_DISPATCH 2025-12-04T09:55:11.9544235Z Fast F16 Operation: TRUE 2025-12-04T09:55:11.9544405Z Wavefront Size: 64(0x40) 2025-12-04T09:55:11.9544576Z Workgroup Max Size: 1024(0x400) 2025-12-04T09:55:11.9544731Z Workgroup Max Size per Dimension: 2025-12-04T09:55:11.9544865Z x 1024(0x400) 2025-12-04T09:55:11.9545007Z y 1024(0x400) 2025-12-04T09:55:11.9545150Z z 1024(0x400) 2025-12-04T09:55:11.9545309Z Max Waves Per CU: 32(0x20) 2025-12-04T09:55:11.9545482Z Max Work-item Per CU: 2048(0x800) 2025-12-04T09:55:11.9545650Z Grid Max Size: 4294967295(0xffffffff) 2025-12-04T09:55:11.9545801Z Grid Max Size per Dimension: 2025-12-04T09:55:11.9545931Z x 2147483647(0x7fffffff) 2025-12-04T09:55:11.9546075Z y 65535(0xffff) 2025-12-04T09:55:11.9546219Z z 65535(0xffff) 2025-12-04T09:55:11.9546378Z Max fbarriers/Workgrp: 32 2025-12-04T09:55:11.9546558Z Packet Processor uCode:: 185 2025-12-04T09:55:11.9546786Z SDMA engine uCode:: 24 2025-12-04T09:55:11.9546958Z IOMMU Support:: None 2025-12-04T09:55:11.9547107Z Pool Info: 2025-12-04T09:55:11.9547223Z Pool 1 2025-12-04T09:55:11.9547470Z Segment: GLOBAL; FLAGS: COARSE GRAINED 2025-12-04T09:55:11.9547637Z Size: 268419072(0xfffc000) KB 2025-12-04T09:55:11.9547801Z Allocatable: TRUE 2025-12-04T09:55:11.9547973Z Alloc Granule: 4KB 2025-12-04T09:55:11.9548153Z Alloc Recommended Granule:2048KB 2025-12-04T09:55:11.9548331Z Alloc Alignment: 4KB 2025-12-04T09:55:11.9548505Z Accessible by all: FALSE 2025-12-04T09:55:11.9548657Z Pool 2 2025-12-04T09:55:11.9548800Z Segment: GLOBAL; FLAGS: EXTENDED FINE GRAINED 2025-12-04T09:55:11.9548962Z Size: 268419072(0xfffc000) KB 2025-12-04T09:55:11.9549123Z Allocatable: TRUE 2025-12-04T09:55:11.9549294Z Alloc Granule: 4KB 2025-12-04T09:55:11.9549469Z Alloc Recommended Granule:2048KB 2025-12-04T09:55:11.9549646Z Alloc Alignment: 4KB 2025-12-04T09:55:11.9549820Z Accessible by all: FALSE 2025-12-04T09:55:11.9550005Z Pool 3 2025-12-04T09:55:11.9550144Z Segment: GLOBAL; FLAGS: FINE GRAINED 2025-12-04T09:55:11.9550305Z Size: 268419072(0xfffc000) KB 2025-12-04T09:55:11.9550465Z Allocatable: TRUE 2025-12-04T09:55:11.9550633Z Alloc Granule: 4KB 2025-12-04T09:55:11.9550809Z Alloc Recommended Granule:2048KB 2025-12-04T09:55:11.9550984Z Alloc Alignment: 4KB 2025-12-04T09:55:11.9551157Z Accessible by all: FALSE 2025-12-04T09:55:11.9551307Z Pool 4 2025-12-04T09:55:11.9551441Z Segment: GROUP 2025-12-04T09:55:11.9551597Z Size: 64(0x40) KB 2025-12-04T09:55:11.9551754Z Allocatable: FALSE 2025-12-04T09:55:11.9551928Z Alloc Granule: 0KB 2025-12-04T09:55:11.9552105Z Alloc Recommended Granule:0KB 2025-12-04T09:55:11.9552282Z Alloc Alignment: 0KB 2025-12-04T09:55:11.9552453Z Accessible by all: FALSE 2025-12-04T09:55:11.9552604Z ISA Info: 2025-12-04T09:55:11.9552721Z ISA 1 2025-12-04T09:55:11.9552864Z Name: amdgcn-amd-amdhsa--gfx942:sramecc+:xnack- 2025-12-04T09:55:11.9553045Z Machine Models: HSA_MACHINE_MODEL_LARGE 2025-12-04T09:55:11.9553220Z Profiles: HSA_PROFILE_BASE 2025-12-04T09:55:11.9553395Z Default Rounding Mode: NEAR 2025-12-04T09:55:11.9553574Z Default Rounding Mode: NEAR 2025-12-04T09:55:11.9553743Z Fast f16: TRUE 2025-12-04T09:55:11.9553909Z Workgroup Max Size: 1024(0x400) 2025-12-04T09:55:11.9554062Z Workgroup Max Size per Dimension: 2025-12-04T09:55:11.9554202Z x 1024(0x400) 2025-12-04T09:55:11.9554346Z y 1024(0x400) 2025-12-04T09:55:11.9554489Z z 1024(0x400) 2025-12-04T09:55:11.9554646Z Grid Max Size: 4294967295(0xffffffff) 2025-12-04T09:55:11.9554829Z Grid Max Size per Dimension: 2025-12-04T09:55:11.9554964Z x 2147483647(0x7fffffff) 2025-12-04T09:55:11.9555110Z y 65535(0xffff) 2025-12-04T09:55:11.9555252Z z 65535(0xffff) 2025-12-04T09:55:11.9555412Z FBarrier Max Size: 32 2025-12-04T09:55:11.9555562Z ISA 2 2025-12-04T09:55:11.9555711Z Name: amdgcn-amd-amdhsa--gfx9-4-generic:sramecc+:xnack- 2025-12-04T09:55:11.9555896Z Machine Models: HSA_MACHINE_MODEL_LARGE 2025-12-04T09:55:11.9556069Z Profiles: HSA_PROFILE_BASE 2025-12-04T09:55:11.9556237Z Default Rounding Mode: NEAR 2025-12-04T09:55:11.9556415Z Default Rounding Mode: NEAR 2025-12-04T09:55:11.9556579Z Fast f16: TRUE 2025-12-04T09:55:11.9556784Z Workgroup Max Size: 1024(0x400) 2025-12-04T09:55:11.9556939Z Workgroup Max Size per Dimension: 2025-12-04T09:55:11.9557076Z x 1024(0x400) 2025-12-04T09:55:11.9557258Z y 1024(0x400) 2025-12-04T09:55:11.9557397Z z 1024(0x400) 2025-12-04T09:55:11.9557550Z Grid Max Size: 4294967295(0xffffffff) 2025-12-04T09:55:11.9557697Z Grid Max Size per Dimension: 2025-12-04T09:55:11.9557827Z x 2147483647(0x7fffffff) 2025-12-04T09:55:11.9557968Z y 65535(0xffff) 2025-12-04T09:55:11.9558106Z z 65535(0xffff) 2025-12-04T09:55:11.9558260Z FBarrier Max Size: 32 2025-12-04T09:55:11.9558401Z ******* 2025-12-04T09:55:11.9558506Z Agent 6 2025-12-04T09:55:11.9558608Z ******* 2025-12-04T09:55:11.9558730Z Name: gfx942 2025-12-04T09:55:11.9558972Z Uuid: GPU-3f5f409ef985086c 2025-12-04T09:55:11.9559133Z Marketing Name: 2025-12-04T09:55:11.9559296Z Vendor Name: AMD 2025-12-04T09:55:11.9559455Z Feature: KERNEL_DISPATCH 2025-12-04T09:55:11.9559616Z Profile: BASE_PROFILE 2025-12-04T09:55:11.9559779Z Float Round Mode: NEAR 2025-12-04T09:55:11.9559941Z Max Queue Number: 128(0x80) 2025-12-04T09:55:11.9560101Z Queue Min Size: 64(0x40) 2025-12-04T09:55:11.9560259Z Queue Max Size: 131072(0x20000) 2025-12-04T09:55:11.9560418Z Queue Type: MULTI 2025-12-04T09:55:11.9560564Z Node: 5 2025-12-04T09:55:11.9560715Z Device Type: GPU 2025-12-04T09:55:11.9560858Z Cache Info: 2025-12-04T09:55:11.9560976Z L1: 32(0x20) KB 2025-12-04T09:55:11.9561118Z L2: 4096(0x1000) KB 2025-12-04T09:55:11.9561256Z L3: 262144(0x40000) KB 2025-12-04T09:55:11.9561398Z Chip ID: 29861(0x74a5) 2025-12-04T09:55:11.9561553Z ASIC Revision: 1(0x1) 2025-12-04T09:55:11.9561715Z Cacheline Size: 128(0x80) 2025-12-04T09:55:11.9561914Z Max Clock Freq. (MHz): 2100 2025-12-04T09:55:11.9562065Z BDFID: 38144 2025-12-04T09:55:11.9562221Z Internal Node ID: 5 2025-12-04T09:55:11.9562384Z Compute Unit: 304 2025-12-04T09:55:11.9562545Z SIMDs per CU: 4 2025-12-04T09:55:11.9562702Z Shader Engines: 32 2025-12-04T09:55:11.9562865Z Shader Arrs. per Eng.: 1 2025-12-04T09:55:11.9563029Z WatchPts on Addr. Ranges:4 2025-12-04T09:55:11.9563197Z Coherent Host Access: FALSE 2025-12-04T09:55:11.9563345Z Memory Properties: 2025-12-04T09:55:11.9563465Z Features: KERNEL_DISPATCH 2025-12-04T09:55:11.9563620Z Fast F16 Operation: TRUE 2025-12-04T09:55:11.9563785Z Wavefront Size: 64(0x40) 2025-12-04T09:55:11.9563947Z Workgroup Max Size: 1024(0x400) 2025-12-04T09:55:11.9564096Z Workgroup Max Size per Dimension: 2025-12-04T09:55:11.9564225Z x 1024(0x400) 2025-12-04T09:55:11.9564387Z y 1024(0x400) 2025-12-04T09:55:11.9564522Z z 1024(0x400) 2025-12-04T09:55:11.9564664Z Max Waves Per CU: 32(0x20) 2025-12-04T09:55:11.9564824Z Max Work-item Per CU: 2048(0x800) 2025-12-04T09:55:11.9564984Z Grid Max Size: 4294967295(0xffffffff) 2025-12-04T09:55:11.9565125Z Grid Max Size per Dimension: 2025-12-04T09:55:11.9565247Z x 2147483647(0x7fffffff) 2025-12-04T09:55:11.9565386Z y 65535(0xffff) 2025-12-04T09:55:11.9565518Z z 65535(0xffff) 2025-12-04T09:55:11.9565679Z Max fbarriers/Workgrp: 32 2025-12-04T09:55:11.9565855Z Packet Processor uCode:: 185 2025-12-04T09:55:11.9566023Z SDMA engine uCode:: 24 2025-12-04T09:55:11.9566195Z IOMMU Support:: None 2025-12-04T09:55:11.9566336Z Pool Info: 2025-12-04T09:55:11.9566443Z Pool 1 2025-12-04T09:55:11.9566580Z Segment: GLOBAL; FLAGS: COARSE GRAINED 2025-12-04T09:55:11.9566797Z Size: 268419072(0xfffc000) KB 2025-12-04T09:55:11.9566956Z Allocatable: TRUE 2025-12-04T09:55:11.9567121Z Alloc Granule: 4KB 2025-12-04T09:55:11.9567293Z Alloc Recommended Granule:2048KB 2025-12-04T09:55:11.9567465Z Alloc Alignment: 4KB 2025-12-04T09:55:11.9567633Z Accessible by all: FALSE 2025-12-04T09:55:11.9567779Z Pool 2 2025-12-04T09:55:11.9567918Z Segment: GLOBAL; FLAGS: EXTENDED FINE GRAINED 2025-12-04T09:55:11.9568075Z Size: 268419072(0xfffc000) KB 2025-12-04T09:55:11.9568230Z Allocatable: TRUE 2025-12-04T09:55:11.9568393Z Alloc Granule: 4KB 2025-12-04T09:55:11.9568563Z Alloc Recommended Granule:2048KB 2025-12-04T09:55:11.9568734Z Alloc Alignment: 4KB 2025-12-04T09:55:11.9568899Z Accessible by all: FALSE 2025-12-04T09:55:11.9569084Z Pool 3 2025-12-04T09:55:11.9569218Z Segment: GLOBAL; FLAGS: FINE GRAINED 2025-12-04T09:55:11.9569373Z Size: 268419072(0xfffc000) KB 2025-12-04T09:55:11.9569527Z Allocatable: TRUE 2025-12-04T09:55:11.9569689Z Alloc Granule: 4KB 2025-12-04T09:55:11.9569861Z Alloc Recommended Granule:2048KB 2025-12-04T09:55:11.9570030Z Alloc Alignment: 4KB 2025-12-04T09:55:11.9570194Z Accessible by all: FALSE 2025-12-04T09:55:11.9570337Z Pool 4 2025-12-04T09:55:11.9570464Z Segment: GROUP 2025-12-04T09:55:11.9570613Z Size: 64(0x40) KB 2025-12-04T09:55:11.9570768Z Allocatable: FALSE 2025-12-04T09:55:11.9570932Z Alloc Granule: 0KB 2025-12-04T09:55:11.9571101Z Alloc Recommended Granule:0KB 2025-12-04T09:55:11.9571271Z Alloc Alignment: 0KB 2025-12-04T09:55:11.9571434Z Accessible by all: FALSE 2025-12-04T09:55:11.9571820Z ISA Info: 2025-12-04T09:55:11.9571926Z ISA 1 2025-12-04T09:55:11.9572059Z Name: amdgcn-amd-amdhsa--gfx942:sramecc+:xnack- 2025-12-04T09:55:11.9572229Z Machine Models: HSA_MACHINE_MODEL_LARGE 2025-12-04T09:55:11.9572401Z Profiles: HSA_PROFILE_BASE 2025-12-04T09:55:11.9572569Z Default Rounding Mode: NEAR 2025-12-04T09:55:11.9572744Z Default Rounding Mode: NEAR 2025-12-04T09:55:11.9572906Z Fast f16: TRUE 2025-12-04T09:55:11.9573066Z Workgroup Max Size: 1024(0x400) 2025-12-04T09:55:11.9573219Z Workgroup Max Size per Dimension: 2025-12-04T09:55:11.9573354Z x 1024(0x400) 2025-12-04T09:55:11.9573495Z y 1024(0x400) 2025-12-04T09:55:11.9573632Z z 1024(0x400) 2025-12-04T09:55:11.9573782Z Grid Max Size: 4294967295(0xffffffff) 2025-12-04T09:55:11.9573928Z Grid Max Size per Dimension: 2025-12-04T09:55:11.9574057Z x 2147483647(0x7fffffff) 2025-12-04T09:55:11.9574194Z y 65535(0xffff) 2025-12-04T09:55:11.9574330Z z 65535(0xffff) 2025-12-04T09:55:11.9574486Z FBarrier Max Size: 32 2025-12-04T09:55:11.9574632Z ISA 2 2025-12-04T09:55:11.9574778Z Name: amdgcn-amd-amdhsa--gfx9-4-generic:sramecc+:xnack- 2025-12-04T09:55:11.9574961Z Machine Models: HSA_MACHINE_MODEL_LARGE 2025-12-04T09:55:11.9575133Z Profiles: HSA_PROFILE_BASE 2025-12-04T09:55:11.9575298Z Default Rounding Mode: NEAR 2025-12-04T09:55:11.9575472Z Default Rounding Mode: NEAR 2025-12-04T09:55:11.9575634Z Fast f16: TRUE 2025-12-04T09:55:11.9575794Z Workgroup Max Size: 1024(0x400) 2025-12-04T09:55:11.9575944Z Workgroup Max Size per Dimension: 2025-12-04T09:55:11.9576077Z x 1024(0x400) 2025-12-04T09:55:11.9576240Z y 1024(0x400) 2025-12-04T09:55:11.9576377Z z 1024(0x400) 2025-12-04T09:55:11.9576525Z Grid Max Size: 4294967295(0xffffffff) 2025-12-04T09:55:11.9576671Z Grid Max Size per Dimension: 2025-12-04T09:55:11.9576842Z x 2147483647(0x7fffffff) 2025-12-04T09:55:11.9576983Z y 65535(0xffff) 2025-12-04T09:55:11.9577120Z z 65535(0xffff) 2025-12-04T09:55:11.9577271Z FBarrier Max Size: 32 2025-12-04T09:55:11.9577415Z *** Done *** 2025-12-04T09:55:11.9577528Z + rocminfo 2025-12-04T09:55:11.9577632Z + grep -E 'Name:.*\sgfx|Marketing' 2025-12-04T09:55:12.0505805Z Marketing Name: AMD EPYC 9575F 64-Core Processor 2025-12-04T09:55:12.0506349Z Marketing Name: AMD EPYC 9575F 64-Core Processor 2025-12-04T09:55:12.0506865Z Name: gfx942 2025-12-04T09:55:12.0507288Z Marketing Name: 2025-12-04T09:55:12.0507706Z Name: gfx942 2025-12-04T09:55:12.0508117Z Marketing Name: 2025-12-04T09:55:12.0508447Z Name: gfx942 2025-12-04T09:55:12.0508598Z Marketing Name: 2025-12-04T09:55:12.0508752Z Name: gfx942 2025-12-04T09:55:12.0508903Z Marketing Name: 2025-12-04T09:55:12.0593971Z + MAYBE_ROCM=rocm/ 2025-12-04T09:55:12.0595128Z + [[ linux-jammy-rocm-py3.10 == *xpu* ]] 2025-12-04T09:55:12.0595379Z + [[ linux-jammy-rocm-py3.10 != *-bazel-* ]] 2025-12-04T09:55:12.0595536Z + pip_install ninja==1.10.2 2025-12-04T09:55:12.0595775Z + pip_install_pkg='python3 -m pip install --progress-bar off' 2025-12-04T09:55:12.0595990Z + python3 -m pip install --progress-bar off ninja==1.10.2 2025-12-04T09:55:12.2523681Z Collecting ninja==1.10.2 2025-12-04T09:55:12.2786227Z Downloading ninja-1.10.2-py2.py3-none-manylinux_2_5_x86_64.manylinux1_x86_64.whl.metadata (5.0 kB) 2025-12-04T09:55:12.2866733Z Downloading ninja-1.10.2-py2.py3-none-manylinux_2_5_x86_64.manylinux1_x86_64.whl (108 kB) 2025-12-04T09:55:12.4481946Z Installing collected packages: ninja 2025-12-04T09:55:12.4482369Z Attempting uninstall: ninja 2025-12-04T09:55:12.4485098Z Found existing installation: ninja 1.11.1.4 2025-12-04T09:55:12.4494652Z Uninstalling ninja-1.11.1.4: 2025-12-04T09:55:12.4523160Z Successfully uninstalled ninja-1.11.1.4 2025-12-04T09:55:12.4628829Z Successfully installed ninja-1.10.2 2025-12-04T09:55:12.5019191Z + export PATH=/var/lib/jenkins/.local/bin:/opt/cache/bin:/opt/rocm/llvm/bin:/opt/rocm/opencl/bin:/opt/rocm/hip/bin:/opt/rocm/hcc/bin:/opt/rocm/bin:/opt/conda/envs/py_3.10/bin:/opt/conda/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin 2025-12-04T09:55:12.5021175Z + PATH=/var/lib/jenkins/.local/bin:/opt/cache/bin:/opt/rocm/llvm/bin:/opt/rocm/opencl/bin:/opt/rocm/hip/bin:/opt/rocm/hcc/bin:/opt/rocm/bin:/opt/conda/envs/py_3.10/bin:/opt/conda/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin 2025-12-04T09:55:12.5022341Z + [[ linux-jammy-rocm-py3.10 == *aarch64* ]] 2025-12-04T09:55:12.5022755Z + [[ linux-jammy-rocm-py3.10 == *asan* ]] 2025-12-04T09:55:12.5023143Z + [[ linux-jammy-rocm-py3.10 == *-debug* ]] 2025-12-04T09:55:12.5023524Z + [[ linux-jammy-rocm-py3.10 != *-bazel-* ]] 2025-12-04T09:55:12.5024060Z + echo 'We are not in debug mode: linux-jammy-rocm-py3.10. Expect the assertion to pass' 2025-12-04T09:55:12.5024707Z We are not in debug mode: linux-jammy-rocm-py3.10. Expect the assertion to pass 2025-12-04T09:55:12.5025173Z + cd test 2025-12-04T09:55:12.5026483Z + python -c 'import torch; torch._C._crash_if_debug_asserts_fail(424242)' 2025-12-04T09:55:14.9017356Z + [[ distributed == \n\o\g\p\u\_\N\O\_\A\V\X\2 ]] 2025-12-04T09:55:14.9017887Z + [[ distributed == \n\o\g\p\u\_\A\V\X\5\1\2 ]] 2025-12-04T09:55:14.9018333Z + [[ distributed == \l\e\g\a\c\y\_\n\v\i\d\i\a\_\d\r\i\v\e\r ]] 2025-12-04T09:55:14.9018755Z + DYNAMO_BENCHMARK_FLAGS=() 2025-12-04T09:55:14.9019193Z + [[ distributed == *pr_time_benchmarks* ]] 2025-12-04T09:55:14.9019556Z + [[ distributed == *dynamo_eager* ]] 2025-12-04T09:55:14.9019905Z + [[ distributed == *aot_eager* ]] 2025-12-04T09:55:14.9020235Z + [[ distributed == *aot_inductor* ]] 2025-12-04T09:55:14.9020588Z + [[ distributed == *max_autotune_inductor* ]] 2025-12-04T09:55:14.9020942Z + [[ distributed == *inductor* ]] 2025-12-04T09:55:14.9021268Z + [[ distributed == *dynamic* ]] 2025-12-04T09:55:14.9021589Z + [[ distributed == *cpu* ]] 2025-12-04T09:55:14.9021895Z + [[ distributed == *xpu* ]] 2025-12-04T09:55:14.9022238Z + DYNAMO_BENCHMARK_FLAGS+=(--device cuda) 2025-12-04T09:55:14.9028017Z + [[ linux-jammy-rocm-py3.10 == *libtorch* ]] 2025-12-04T09:55:14.9028350Z + [[ linux-jammy-rocm-py3.10 == *-bazel-* ]] 2025-12-04T09:55:14.9031730Z + cd test 2025-12-04T09:55:14.9032295Z + python -c 'import torch; print(torch.__config__.show())' 2025-12-04T09:55:15.6513062Z PyTorch built with: 2025-12-04T09:55:15.6513418Z - GCC 11.4 2025-12-04T09:55:15.6514040Z - C++ Version: 201703 2025-12-04T09:55:15.6514662Z - Intel(R) oneAPI Math Kernel Library Version 2024.2-Product Build 20240605 for Intel(R) 64 architecture applications 2025-12-04T09:55:15.6515418Z - Intel(R) MKL-DNN v3.7.1 (Git Hash 8d263e693366ef8db40acc569cc7d8edf644556d) 2025-12-04T09:55:15.6515904Z - OpenMP 201511 (a.k.a. OpenMP 4.5) 2025-12-04T09:55:15.6516284Z - LAPACK is enabled (usually provided by MKL) 2025-12-04T09:55:15.6516641Z - NNPACK is enabled 2025-12-04T09:55:15.6517110Z - CPU capability usage: AVX512 2025-12-04T09:55:15.6517431Z - HIP Runtime 7.1.25424 2025-12-04T09:55:15.6517731Z - MIOpen 3.5.1 2025-12-04T09:55:15.6517990Z - Magma 2.9.0 2025-12-04T09:55:15.6520752Z - Build settings: BLAS_INFO=mkl, BUILD_TYPE=Release, COMMIT_SHA=ffd9b0fb4355e97af82fc42cf185c3ffa0fc0a32, CXX_COMPILER=/opt/cache/bin/c++, CXX_FLAGS= -fvisibility-inlines-hidden -DUSE_PTHREADPOOL -DNDEBUG -DUSE_KINETO -DLIBKINETO_NOCUPTI -DLIBKINETO_NOXPUPTI=ON -DUSE_FBGEMM -DUSE_FBGEMM_GENAI -DUSE_PYTORCH_QNNPACK -DUSE_XNNPACK -DSYMBOLICATE_MOBILE_DEBUG_HANDLE -O2 -fPIC -DC10_NODEPRECATED -Wall -Wextra -Werror=return-type -Werror=non-virtual-dtor -Werror=range-loop-construct -Werror=bool-operation -Wnarrowing -Wno-missing-field-initializers -Wno-unknown-pragmas -Wno-unused-parameter -Wno-strict-overflow -Wno-strict-aliasing -Wno-stringop-overflow -Wsuggest-override -Wno-psabi -Wno-error=old-style-cast -faligned-new -Wno-maybe-uninitialized -fno-math-errno -fno-trapping-math -Werror=format -Wno-stringop-overflow, LAPACK_INFO=mkl, PERF_WITH_AVX=1, PERF_WITH_AVX2=1, TORCH_VERSION=2.10.0, USE_CUDA=OFF, USE_CUDNN=OFF, USE_CUSPARSELT=OFF, USE_GFLAGS=OFF, USE_GLOG=OFF, USE_GLOO=ON, USE_MKL=ON, USE_MKLDNN=ON, USE_MPI=OFF, USE_NCCL=ON, USE_NNPACK=ON, USE_OPENMP=ON, USE_ROCM=ON, USE_ROCM_KERNEL_ASSERT=OFF, USE_XCCL=OFF, USE_XPU=OFF, 2025-12-04T09:55:15.6523537Z 2025-12-04T09:55:15.9137930Z + cd test 2025-12-04T09:55:15.9138486Z + python -c 'import torch; print(torch.__config__.parallel_info())' 2025-12-04T09:55:16.5596318Z ATen/Parallel: 2025-12-04T09:55:16.5596972Z at::get_num_threads() : 128 2025-12-04T09:55:16.5597351Z at::get_num_interop_threads() : 128 2025-12-04T09:55:16.5597721Z OpenMP 201511 (a.k.a. OpenMP 4.5) 2025-12-04T09:55:16.5598062Z omp_get_max_threads() : 128 2025-12-04T09:55:16.5598675Z Intel(R) oneAPI Math Kernel Library Version 2024.2-Product Build 20240605 for Intel(R) 64 architecture applications 2025-12-04T09:55:16.5599293Z mkl_get_max_threads() : 128 2025-12-04T09:55:16.5599721Z Intel(R) MKL-DNN v3.7.1 (Git Hash 8d263e693366ef8db40acc569cc7d8edf644556d) 2025-12-04T09:55:16.5600878Z std::thread::hardware_concurrency() : 128 2025-12-04T09:55:16.5601231Z Environment variables: 2025-12-04T09:55:16.5601530Z OMP_NUM_THREADS : [not set] 2025-12-04T09:55:16.5601833Z MKL_NUM_THREADS : [not set] 2025-12-04T09:55:16.5602143Z ATen parallel backend: OpenMP 2025-12-04T09:55:16.5602351Z 2025-12-04T09:55:16.7917503Z + [[ distributed == *numpy_2* ]] 2025-12-04T09:55:16.7917754Z + [[ linux-jammy-rocm-py3.10 == *aarch64* ]] 2025-12-04T09:55:16.7917948Z + [[ distributed == *backward* ]] 2025-12-04T09:55:16.7918098Z + [[ distributed == *libtorch_agnostic_targetting* ]] 2025-12-04T09:55:16.7918255Z + [[ distributed == *xla* ]] 2025-12-04T09:55:16.7918378Z + [[ distributed == *vllm* ]] 2025-12-04T09:55:16.7918507Z + [[ distributed == *executorch* ]] 2025-12-04T09:55:16.7918640Z + [[ distributed == \j\i\t\_\l\e\g\a\c\y ]] 2025-12-04T09:55:16.7918782Z + [[ distributed == \q\u\a\n\t\i\z\a\t\i\o\n ]] 2025-12-04T09:55:16.7918925Z + [[ linux-jammy-rocm-py3.10 == *libtorch* ]] 2025-12-04T09:55:16.7919064Z + [[ distributed == distributed ]] 2025-12-04T09:55:16.7919201Z + test_distributed 2025-12-04T09:55:16.7919315Z + echo 'Testing distributed python tests' 2025-12-04T09:55:16.7919453Z Testing distributed python tests 2025-12-04T09:55:16.7919622Z + python test/run_test.py --distributed-tests --shard 1 3 --verbose 2025-12-04T09:55:18.5400982Z Excluding distributed/rpc/test_faulty_agent on ROCm 2025-12-04T09:55:18.5401928Z Excluding distributed/rpc/test_tensorpipe_agent on ROCm 2025-12-04T09:55:18.5402381Z Excluding distributed/rpc/test_share_memory on ROCm 2025-12-04T09:55:18.5402849Z Excluding distributed/rpc/cuda/test_tensorpipe_agent on ROCm 2025-12-04T09:55:19.5549359Z Downloading https://ossci-metrics.s3.amazonaws.com/disabled-tests-condensed.json to /var/lib/jenkins/pytorch/test/.pytorch-disabled-tests.json 2025-12-04T09:55:19.9000396Z Ignoring disabled issues: [''] 2025-12-04T09:55:19.9049061Z Found test times from artifacts 2025-12-04T09:55:19.9214926Z Found test times from artifacts 2025-12-04T09:55:19.9215088Z Running all tests 2025-12-04T09:55:19.9285906Z Running parallel tests on 4 processes 2025-12-04T09:55:19.9286160Z Name: tests to run (est. time: 169.35min) 2025-12-04T09:55:19.9286294Z Serial tests (74): 2025-12-04T09:55:19.9286428Z distributed/test_inductor_collectives 1/2 2025-12-04T09:55:19.9286577Z distributed/tensor/test_dtensor_export 1/1 2025-12-04T09:55:19.9286838Z distributed/algorithms/quantization/test_quantization 1/1 2025-12-04T09:55:19.9287035Z distributed/algorithms/ddp_comm_hooks/test_ddp_hooks 1/1 2025-12-04T09:55:19.9287197Z distributed/tensor/debug/test_op_coverage 1/1 2025-12-04T09:55:19.9287361Z distributed/tensor/parallel/test_micro_pipeline_tp 1/1 2025-12-04T09:55:19.9296453Z distributed/_tools/test_mod_tracker 1/1 2025-12-04T09:55:19.9296636Z distributed/_shard/sharded_tensor/test_logger 1/1 2025-12-04T09:55:19.9296851Z distributed/tensor/test_dtensor_compile 1/4 2025-12-04T09:55:19.9297010Z distributed/tensor/test_dtensor_compile 4/4 2025-12-04T09:55:19.9297160Z distributed/tensor/test_dtensor 2/3 2025-12-04T09:55:19.9297316Z distributed/test_aten_comm_compute_reordering 2/3 2025-12-04T09:55:19.9297471Z distributed/tensor/test_dynamic 1/1 2025-12-04T09:55:19.9297618Z distributed/checkpoint/e2e/test_fsdp_ep 1/1 2025-12-04T09:55:19.9297770Z distributed/pipelining/test_unflatten 1/1 2025-12-04T09:55:19.9297924Z distributed/tensor/test_dtensor_testbase 1/1 2025-12-04T09:55:19.9298075Z distributed/tensor/test_redistribute 1/2 2025-12-04T09:55:19.9298221Z distributed/tensor/test_tensor_ops 2/4 2025-12-04T09:55:19.9298363Z distributed/test_nvshmem 1/1 2025-12-04T09:55:19.9298499Z distributed/tensor/test_attention 1/1 2025-12-04T09:55:19.9298638Z distributed/test_device_mesh 2/2 2025-12-04T09:55:19.9298780Z distributed/tensor/test_dtensor_ops 1/1 2025-12-04T09:55:19.9298919Z distributed/checkpoint/test_fsspec 1/1 2025-12-04T09:55:19.9299082Z distributed/tensor/experimental/test_tp_transform 1/1 2025-12-04T09:55:19.9299630Z distributed/_composable/test_checkpoint 1/1 2025-12-04T09:55:19.9299784Z distributed/_tools/test_fsdp2_mem_tracker 1/1 2025-12-04T09:55:19.9299933Z distributed/tensor/test_embedding_ops 1/1 2025-12-04T09:55:19.9300087Z distributed/checkpoint/test_fsdp_optim_state 1/1 2025-12-04T09:55:19.9300260Z distributed/checkpoint/e2e/test_e2e_save_and_load 1/1 2025-12-04T09:55:19.9300460Z distributed/checkpoint/test_dtensor_resharding 1/1 2025-12-04T09:55:19.9300638Z distributed/_composable/test_replicate_with_compiler 1/1 2025-12-04T09:55:19.9300819Z distributed/_composable/fsdp/test_fully_shard_autograd 1/1 2025-12-04T09:55:19.9301004Z distributed/_composable/fsdp/test_fully_shard_compile 1/1 2025-12-04T09:55:19.9301166Z distributed/_pycute/test_coalesce 1/1 2025-12-04T09:55:19.9301308Z distributed/_pycute/test_complement 1/1 2025-12-04T09:55:19.9301450Z distributed/_pycute/test_composition 1/1 2025-12-04T09:55:19.9301590Z distributed/_pycute/test_int_tuple 1/1 2025-12-04T09:55:19.9301734Z distributed/_pycute/test_left_inverse 1/1 2025-12-04T09:55:19.9301879Z distributed/_pycute/test_right_inverse 1/1 2025-12-04T09:55:19.9302025Z distributed/tensor/debug/test_debug_mode 1/1 2025-12-04T09:55:19.9302172Z distributed/_composable/test_replicate 1/1 2025-12-04T09:55:19.9302319Z distributed/checkpoint/test_pg_transport 1/1 2025-12-04T09:55:19.9302616Z distributed/_composable/fsdp/test_fully_shard_mixed_precision 1/1 2025-12-04T09:55:19.9302788Z distributed/checkpoint/test_utils 1/1 2025-12-04T09:55:19.9302960Z distributed/checkpoint/_experimental/test_checkpoint_process 1/1 2025-12-04T09:55:19.9303125Z distributed/test_c10d_logger 1/1 2025-12-04T09:55:19.9303273Z distributed/_composable/test_replicate_training 1/1 2025-12-04T09:55:19.9303447Z distributed/optim/test_apply_optimizer_in_backward 1/1 2025-12-04T09:55:19.9303604Z distributed/fsdp/test_fsdp_uneven 1/1 2025-12-04T09:55:19.9303743Z distributed/tensor/test_op_strategy 1/1 2025-12-04T09:55:19.9303885Z distributed/fsdp/test_fsdp_grad_acc 1/1 2025-12-04T09:55:19.9304034Z distributed/checkpoint/test_state_dict_stager 1/1 2025-12-04T09:55:19.9304194Z distributed/fsdp/test_fsdp_freezing_weights 1/1 2025-12-04T09:55:19.9304342Z distributed/_pycute/test_typing 1/1 2025-12-04T09:55:19.9304479Z distributed/test_distributed_spawn 1/7 2025-12-04T09:55:19.9304623Z distributed/test_distributed_spawn 4/7 2025-12-04T09:55:19.9304760Z distributed/test_distributed_spawn 7/7 2025-12-04T09:55:19.9304908Z distributed/fsdp/test_fsdp_sharded_grad_scaler 1/1 2025-12-04T09:55:19.9305081Z distributed/_shard/sharding_plan/test_sharding_plan 1/1 2025-12-04T09:55:19.9305236Z distributed/fsdp/test_fsdp_comm 1/1 2025-12-04T09:55:19.9305377Z distributed/fsdp/test_fsdp_clip_grad_norm 1/1 2025-12-04T09:55:19.9305519Z distributed/tensor/test_utils 1/1 2025-12-04T09:55:19.9305651Z distributed/test_data_parallel 1/1 2025-12-04T09:55:19.9305805Z distributed/_composable/fsdp/test_fully_shard_memory 1/1 2025-12-04T09:55:19.9305979Z distributed/optim/test_zero_redundancy_optimizer 1/1 2025-12-04T09:55:19.9306130Z distributed/test_c10d_spawn_gloo 1/1 2025-12-04T09:55:19.9306278Z distributed/fsdp/test_distributed_checkpoint 1/1 2025-12-04T09:55:19.9306425Z distributed/test_c10d_spawn_nccl 1/1 2025-12-04T09:55:19.9306573Z distributed/fsdp/test_fsdp_use_orig_params 1/1 2025-12-04T09:55:19.9306777Z distributed/_shard/sharded_tensor/test_sharded_tensor 1/1 2025-12-04T09:55:19.9306936Z distributed/test_launcher 1/1 2025-12-04T09:55:19.9307066Z distributed/test_store 1/1 2025-12-04T09:55:19.9307189Z distributed/test_c10d_nccl 1/2 2025-12-04T09:55:19.9307322Z distributed/elastic/timer/api_test 1/1 2025-12-04T09:55:19.9307455Z Parallel tests (0): 2025-12-04T09:55:19.9307570Z Name: excluded (est. time: 0.0min) 2025-12-04T09:55:19.9307693Z Serial tests (0): 2025-12-04T09:55:19.9307799Z Parallel tests (0): 2025-12-04T09:55:19.9308045Z Running distributed/test_inductor_collectives 1/2 ... [2025-12-04 09:55:19.928664][3568432.982992732] 2025-12-04T09:55:19.9308263Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2025-12-04T09:55:19.9308696Z Executing ['/opt/conda/envs/py_3.10/bin/python', '-bb', 'distributed/test_inductor_collectives.py', '--shard-id=1', '--num-shards=2', '-v', '-vv', '-rfEX', '-p', 'no:xdist', '--use-pytest', '-x', '--reruns=0', '--import-slow-tests', '--import-disabled-tests'] ... [2025-12-04 09:55:19.928881] 2025-12-04T10:27:21.4666499Z 2025-12-04T10:27:21.4667756Z PRINTING LOG FILE of distributed/test_inductor_collectives 1/2 (test/test-reports/distributed.test_inductor_collectives_1.2_93b103228776c35f_.log) 2025-12-04T10:27:21.4668693Z Test results will be stored in test-reports/python-pytest/distributed.test_inductor_collectives/distributed.test_inductor_collectives-f9afad458cd75285.xml 2025-12-04T10:27:21.4669290Z ============================= test session starts ============================== 2025-12-04T10:27:21.4669786Z platform linux -- Python 3.10.14, pytest-7.3.2, pluggy-1.6.0 -- /opt/conda/envs/py_3.10/bin/python 2025-12-04T10:27:21.4670160Z cachedir: .pytest_cache 2025-12-04T10:27:21.4670601Z hypothesis profile 'pytorch_ci' -> database=None, max_examples=50, derandomize=True, suppress_health_check=[HealthCheck.too_slow] 2025-12-04T10:27:21.4671068Z rootdir: /var/lib/jenkins/pytorch 2025-12-04T10:27:21.4671936Z configfile: pytest.ini 2025-12-04T10:27:21.4672379Z plugins: hypothesis-6.56.4, cpp-2.3.0, flakefinder-1.1.0, rerunfailures-14.0, subtests-0.13.1, xdist-3.3.1, xdoctest-1.3.0, typeguard-4.3.0 2025-12-04T10:27:21.4672856Z collecting ... collected 69 items 2025-12-04T10:27:21.4673128Z stepcurrent: Cannot find last run test, not skipping 2025-12-04T10:27:21.4684415Z Running 41 items in this shard: test/distributed/test_inductor_collectives.py::TestCollectivesMultiProc::test_all_to_all_recompute_is_always_banned_override_with_ac_True, test/distributed/test_inductor_collectives.py::TestCollectivesMultiProc::test_all_to_all_single_inductor, test/distributed/test_inductor_collectives.py::TestCollectivesMultiProc::test_allgather_contiguous_input, test/distributed/test_inductor_collectives.py::TestCollectivesMultiProc::test_allgather_into_tensor_inductor, test/distributed/test_inductor_collectives.py::TestCollectivesMultiProc::test_allgather_output_buffer_reuse, test/distributed/test_inductor_collectives.py::TestCollectivesMultiProc::test_allgather_scalar_tensor_input, test/distributed/test_inductor_collectives.py::TestCollectivesMultiProc::test_allreduce_inductor, test/distributed/test_inductor_collectives.py::TestCollectivesMultiProc::test_allreduce_inductor_cudagraph_trees, test/distributed/test_inductor_collectives.py::TestCollectivesMultiProc::test_allreduce_input_buffer_reuse, test/distributed/test_inductor_collectives.py::TestCollectivesMultiProc::test_broadcast_inductor, test/distributed/test_inductor_collectives.py::TestCollectivesMultiProc::test_c10d_functional_tagged_pt2_compliant, test/distributed/test_inductor_collectives.py::TestCollectivesMultiProc::test_permute_tensor, test/distributed/test_inductor_collectives.py::TestCollectivesInductor::test_backwards, test/distributed/test_inductor_collectives.py::TestCollectivesInductor::test_dynamo_get_world_group_source__get_default_group, test/distributed/test_inductor_collectives.py::TestCollectivesInductor::test_dynamo_get_world_group_source_group_WORLD, test/distributed/test_inductor_collectives.py::TestCollectivesInductor::test_dynamo_graphbreaks_unsupported_async_op, test/distributed/test_inductor_collectives.py::TestCollectivesInductor::test_dynamo_rewrite_dist_all_gather, test/distributed/test_inductor_collectives.py::TestCollectivesInductor::test_dynamo_rewrite_dist_all_gather_args_match, test/distributed/test_inductor_collectives.py::TestCollectivesInductor::test_dynamo_rewrite_dist_all_to_all_single, test/distributed/test_inductor_collectives.py::TestCollectivesInductor::test_dynamo_rewrite_dist_allreduce_pg_mode_kwargs, test/distributed/test_inductor_collectives.py::TestCollectivesInductor::test_dynamo_rewrite_dist_allreduce_pg_mode_positional, test/distributed/test_inductor_collectives.py::TestCollectivesInductor::test_dynamo_rewrite_dist_allreduce_pg_mode_unspecified, test/distributed/test_inductor_collectives.py::TestCollectivesInductor::test_dynamo_rewrite_dist_allreduce_reduce_op_reduce_op1, test/distributed/test_inductor_collectives.py::TestCollectivesInductor::test_dynamo_rewrite_dist_allreduce_reduce_op_reduce_op2, test/distributed/test_inductor_collectives.py::TestCollectivesInductor::test_dynamo_rewrite_dist_allreduce_reduce_op_reduce_op4, test/distributed/test_inductor_collectives.py::TestCollectivesInductor::test_dynamo_rewrite_dist_reduce_scatter, test/distributed/test_inductor_collectives.py::TestCollectivesInductor::test_dynamo_trace_all_gather_tensor_pg, test/distributed/test_inductor_collectives.py::TestCollectivesInductor::test_dynamo_trace_allgather_coalesced, test/distributed/test_inductor_collectives.py::TestCollectivesInductor::test_dynamo_trace_allreduce, test/distributed/test_inductor_collectives.py::TestCollectivesInductor::test_dynamo_trace_reduce_scatter_tensor, test/distributed/test_inductor_collectives.py::TestCollectivesInductor::test_inductor_reduce_scatter_coalesced, test/distributed/test_inductor_collectives.py::TestCollectivesInductor::test_meta, test/distributed/test_inductor_collectives.py::TestCollectivesInductor::test_reduce_scatter_bucket_bucket_mode_all, test/distributed/test_inductor_collectives.py::TestCollectivesInductor::test_reorder_peak_memory, test/distributed/test_inductor_collectives.py::TestCollectivesInductor::test_reorder_peak_memory_bucketed_bucket_mode_all, test/distributed/test_inductor_collectives.py::TestCollectivesInductor::test_reorder_peak_memory_bucketed_bucket_mode_all_custom_ops, test/distributed/test_inductor_collectives.py::TestSyncDecisionCrossRanks::test_all_gather_comm_analysis, test/distributed/test_inductor_collectives.py::TestSyncDecisionCrossRanks::test_all_to_all_comm_analysis, test/distributed/test_inductor_collectives.py::TestSyncDecisionCrossRanks::test_reduce_scatter_comm_analysis, test/distributed/test_inductor_collectives.py::TestSyncDecisionCrossRanks::test_regression_use_nccl_estimate_with_gloo, test/distributed/test_inductor_collectives.py::TestSyncDecisionCrossRanks::test_sync_decision_cross_ranks 2025-12-04T10:27:21.4692803Z 2025-12-04T10:27:21.4693212Z distributed/test_inductor_collectives.py::TestCollectivesMultiProc::test_all_to_all_recompute_is_always_banned_override_with_ac_True I1204 09:55:26.200000 703 site-packages/torch/testing/_internal/common_distributed.py:849] Started process 0 with pid 1906 2025-12-04T10:27:21.4693826Z I1204 09:55:26.201000 703 site-packages/torch/testing/_internal/common_distributed.py:849] Started process 1 with pid 1907 2025-12-04T10:27:21.4694099Z PASSED [122.5100s] [ 2%] 2025-12-04T10:27:21.4694527Z distributed/test_inductor_collectives.py::TestCollectivesMultiProc::test_all_to_all_single_inductor I1204 09:57:28.715000 703 site-packages/torch/testing/_internal/common_distributed.py:849] Started process 0 with pid 3252 2025-12-04T10:27:21.4695084Z I1204 09:57:28.716000 703 site-packages/torch/testing/_internal/common_distributed.py:849] Started process 1 with pid 3253 2025-12-04T10:27:21.4695354Z PASSED [13.9286s] [ 4%] 2025-12-04T10:27:21.4695783Z distributed/test_inductor_collectives.py::TestCollectivesMultiProc::test_allgather_contiguous_input I1204 09:57:42.647000 703 site-packages/torch/testing/_internal/common_distributed.py:849] Started process 0 with pid 5297 2025-12-04T10:27:21.4696307Z I1204 09:57:42.651000 703 site-packages/torch/testing/_internal/common_distributed.py:849] Started process 1 with pid 5298 2025-12-04T10:27:21.4696860Z /var/lib/jenkins/pytorch/test/distributed/test_inductor_collectives.py:458: FutureWarning: The combination of ranks + tag as process group identifier has been deprecated. Please switch to using ProcessGroup, DeviceMesh, or group name instead. 2025-12-04T10:27:21.4697337Z _functional_collectives.all_gather_tensor(y, 0, ranks, tag) 2025-12-04T10:27:21.4697766Z /var/lib/jenkins/pytorch/test/distributed/test_inductor_collectives.py:458: FutureWarning: The combination of ranks + tag as process group identifier has been deprecated. Please switch to using ProcessGroup, DeviceMesh, or group name instead. 2025-12-04T10:27:21.4698192Z _functional_collectives.all_gather_tensor(y, 0, ranks, tag) 2025-12-04T10:27:21.4698520Z [W1204 09:57:56.670255293 ProcessGroup.cpp:367] Warning: At the time of process termination, there are still 1 unwaited collective calls. Please review your program to ensure that: 2025-12-04T10:27:21.4698882Z 1. c10d_functional.wait_tensor() is invoked on all tensors returned from c10d_functional collective, 2025-12-04T10:27:21.4699256Z 2. c10d_functional.wait_tensor() is invoked on all output tensors of async_op=True torch.distributed collective called under `with allow_inflight_collective_as_graph_input_ctx():`, 2025-12-04T10:27:21.4699607Z before the output tensors of the collective are used. (function ~WorkRegistry) 2025-12-04T10:27:21.4699951Z [W1204 09:57:56.895087669 ProcessGroup.cpp:367] Warning: At the time of process termination, there are still 1 unwaited collective calls. Please review your program to ensure that: 2025-12-04T10:27:21.4700313Z 1. c10d_functional.wait_tensor() is invoked on all tensors returned from c10d_functional collective, 2025-12-04T10:27:21.4700714Z 2. c10d_functional.wait_tensor() is invoked on all output tensors of async_op=True torch.distributed collective called under `with allow_inflight_collective_as_graph_input_ctx():`, 2025-12-04T10:27:21.4701059Z before the output tensors of the collective are used. (function ~WorkRegistry) 2025-12-04T10:27:21.4701233Z PASSED [14.5587s] [ 7%] 2025-12-04T10:27:21.4701599Z distributed/test_inductor_collectives.py::TestCollectivesMultiProc::test_allgather_into_tensor_inductor I1204 09:57:57.207000 703 site-packages/torch/testing/_internal/common_distributed.py:849] Started process 0 with pid 6987 2025-12-04T10:27:21.4702083Z I1204 09:57:57.211000 703 site-packages/torch/testing/_internal/common_distributed.py:849] Started process 1 with pid 6988 2025-12-04T10:27:21.4702625Z /opt/conda/envs/py_3.10/lib/python3.10/site-packages/torch/_inductor/compile_fx.py:321: UserWarning: TensorFloat32 tensor cores for float32 matrix multiplication available but not enabled. Consider setting `torch.set_float32_matmul_precision('high')` for better performance. 2025-12-04T10:27:21.4703069Z warnings.warn( 2025-12-04T10:27:21.4703483Z /opt/conda/envs/py_3.10/lib/python3.10/site-packages/torch/_inductor/compile_fx.py:321: UserWarning: TensorFloat32 tensor cores for float32 matrix multiplication available but not enabled. Consider setting `torch.set_float32_matmul_precision('high')` for better performance. 2025-12-04T10:27:21.4703916Z warnings.warn( 2025-12-04T10:27:21.4704015Z PASSED [151.4025s] [ 9%] 2025-12-04T10:27:21.4704384Z distributed/test_inductor_collectives.py::TestCollectivesMultiProc::test_allgather_output_buffer_reuse I1204 10:00:28.611000 703 site-packages/torch/testing/_internal/common_distributed.py:849] Started process 0 with pid 8597 2025-12-04T10:27:21.4704862Z I1204 10:00:28.612000 703 site-packages/torch/testing/_internal/common_distributed.py:849] Started process 1 with pid 8598 2025-12-04T10:27:21.4706161Z /opt/conda/envs/py_3.10/lib/python3.10/site-packages/torch/autograd/graph.py:865: UserWarning: _c10d_functional::wait_tensor: an autograd kernel was not registered to the Autograd key(s) but we are trying to backprop through it. This may lead to silently incorrect behavior. This behavior is deprecated and will be removed in a future version of PyTorch. If your operator is differentiable, please ensure you have registered an autograd kernel to the correct Autograd key (e.g. DispatchKey::Autograd, DispatchKey::CompositeImplicitAutograd). If your operator is not differentiable, or to squash this warning and use the previous behavior, please register torch::CppFunction::makeFallthrough() to DispatchKey::Autograd. (Triggered internally at /var/lib/jenkins/workspace/torch/csrc/autograd/autograd_not_implemented_fallback.cpp:76.) 2025-12-04T10:27:21.4707466Z return Variable._execution_engine.run_backward( # Calls into the C++ engine to run the backward pass 2025-12-04T10:27:21.4708727Z /opt/conda/envs/py_3.10/lib/python3.10/site-packages/torch/autograd/graph.py:865: UserWarning: _c10d_functional::all_gather_into_tensor: an autograd kernel was not registered to the Autograd key(s) but we are trying to backprop through it. This may lead to silently incorrect behavior. This behavior is deprecated and will be removed in a future version of PyTorch. If your operator is differentiable, please ensure you have registered an autograd kernel to the correct Autograd key (e.g. DispatchKey::Autograd, DispatchKey::CompositeImplicitAutograd). If your operator is not differentiable, or to squash this warning and use the previous behavior, please register torch::CppFunction::makeFallthrough() to DispatchKey::Autograd. (Triggered internally at /var/lib/jenkins/workspace/torch/csrc/autograd/autograd_not_implemented_fallback.cpp:76.) 2025-12-04T10:27:21.4709976Z return Variable._execution_engine.run_backward( # Calls into the C++ engine to run the backward pass 2025-12-04T10:27:21.4711229Z /opt/conda/envs/py_3.10/lib/python3.10/site-packages/torch/autograd/graph.py:865: UserWarning: _c10d_functional::wait_tensor: an autograd kernel was not registered to the Autograd key(s) but we are trying to backprop through it. This may lead to silently incorrect behavior. This behavior is deprecated and will be removed in a future version of PyTorch. If your operator is differentiable, please ensure you have registered an autograd kernel to the correct Autograd key (e.g. DispatchKey::Autograd, DispatchKey::CompositeImplicitAutograd). If your operator is not differentiable, or to squash this warning and use the previous behavior, please register torch::CppFunction::makeFallthrough() to DispatchKey::Autograd. (Triggered internally at /var/lib/jenkins/workspace/torch/csrc/autograd/autograd_not_implemented_fallback.cpp:76.) 2025-12-04T10:27:21.4712488Z return Variable._execution_engine.run_backward( # Calls into the C++ engine to run the backward pass 2025-12-04T10:27:21.4713737Z /opt/conda/envs/py_3.10/lib/python3.10/site-packages/torch/autograd/graph.py:865: UserWarning: _c10d_functional::all_gather_into_tensor: an autograd kernel was not registered to the Autograd key(s) but we are trying to backprop through it. This may lead to silently incorrect behavior. This behavior is deprecated and will be removed in a future version of PyTorch. If your operator is differentiable, please ensure you have registered an autograd kernel to the correct Autograd key (e.g. DispatchKey::Autograd, DispatchKey::CompositeImplicitAutograd). If your operator is not differentiable, or to squash this warning and use the previous behavior, please register torch::CppFunction::makeFallthrough() to DispatchKey::Autograd. (Triggered internally at /var/lib/jenkins/workspace/torch/csrc/autograd/autograd_not_implemented_fallback.cpp:76.) 2025-12-04T10:27:21.4714975Z return Variable._execution_engine.run_backward( # Calls into the C++ engine to run the backward pass 2025-12-04T10:27:21.4715458Z /var/lib/jenkins/pytorch/test/distributed/test_inductor_collectives.py:419: FutureWarning: The combination of ranks + tag as process group identifier has been deprecated. Please switch to using ProcessGroup, DeviceMesh, or group name instead. 2025-12-04T10:27:21.4715898Z res = _functional_collectives.all_gather_tensor(y, 0, ranks, tag) 2025-12-04T10:27:21.4716328Z /var/lib/jenkins/pytorch/test/distributed/test_inductor_collectives.py:419: FutureWarning: The combination of ranks + tag as process group identifier has been deprecated. Please switch to using ProcessGroup, DeviceMesh, or group name instead. 2025-12-04T10:27:21.4716797Z res = _functional_collectives.all_gather_tensor(y, 0, ranks, tag) 2025-12-04T10:27:21.4716951Z PASSED [94.9844s] [ 12%] 2025-12-04T10:27:21.4717360Z distributed/test_inductor_collectives.py::TestCollectivesMultiProc::test_allgather_scalar_tensor_input I1204 10:02:03.598000 703 site-packages/torch/testing/_internal/common_distributed.py:849] Started process 0 with pid 10287 2025-12-04T10:27:21.4717847Z I1204 10:02:03.599000 703 site-packages/torch/testing/_internal/common_distributed.py:849] Started process 1 with pid 10288 2025-12-04T10:27:21.4718075Z PASSED [170.1845s] [ 14%] 2025-12-04T10:27:21.4718426Z distributed/test_inductor_collectives.py::TestCollectivesMultiProc::test_allreduce_inductor I1204 10:04:53.781000 703 site-packages/torch/testing/_internal/common_distributed.py:849] Started process 0 with pid 11897 2025-12-04T10:27:21.4718892Z I1204 10:04:53.782000 703 site-packages/torch/testing/_internal/common_distributed.py:849] Started process 1 with pid 11898 2025-12-04T10:27:21.4719436Z /opt/conda/envs/py_3.10/lib/python3.10/site-packages/torch/_inductor/compile_fx.py:321: UserWarning: TensorFloat32 tensor cores for float32 matrix multiplication available but not enabled. Consider setting `torch.set_float32_matmul_precision('high')` for better performance. 2025-12-04T10:27:21.4719869Z warnings.warn( 2025-12-04T10:27:21.4720282Z /opt/conda/envs/py_3.10/lib/python3.10/site-packages/torch/_inductor/compile_fx.py:321: UserWarning: TensorFloat32 tensor cores for float32 matrix multiplication available but not enabled. Consider setting `torch.set_float32_matmul_precision('high')` for better performance. 2025-12-04T10:27:21.4720754Z warnings.warn( 2025-12-04T10:27:21.4720853Z PASSED [136.1881s] [ 17%] 2025-12-04T10:27:21.4721225Z distributed/test_inductor_collectives.py::TestCollectivesMultiProc::test_allreduce_inductor_cudagraph_trees I1204 10:07:09.971000 703 site-packages/torch/testing/_internal/common_distributed.py:849] Started process 0 with pid 13543 2025-12-04T10:27:21.4721713Z I1204 10:07:09.972000 703 site-packages/torch/testing/_internal/common_distributed.py:849] Started process 1 with pid 13544 2025-12-04T10:27:21.4721942Z PASSED [71.8038s] [ 19%] 2025-12-04T10:27:21.4722301Z distributed/test_inductor_collectives.py::TestCollectivesMultiProc::test_allreduce_input_buffer_reuse I1204 10:08:21.777000 703 site-packages/torch/testing/_internal/common_distributed.py:849] Started process 0 with pid 15413 2025-12-04T10:27:21.4722777Z I1204 10:08:21.777000 703 site-packages/torch/testing/_internal/common_distributed.py:849] Started process 1 with pid 15414 2025-12-04T10:27:21.4723332Z /opt/conda/envs/py_3.10/lib/python3.10/site-packages/torch/_inductor/compile_fx.py:321: UserWarning: TensorFloat32 tensor cores for float32 matrix multiplication available but not enabled. Consider setting `torch.set_float32_matmul_precision('high')` for better performance. 2025-12-04T10:27:21.4723767Z warnings.warn( 2025-12-04T10:27:21.4724182Z /opt/conda/envs/py_3.10/lib/python3.10/site-packages/torch/_inductor/compile_fx.py:321: UserWarning: TensorFloat32 tensor cores for float32 matrix multiplication available but not enabled. Consider setting `torch.set_float32_matmul_precision('high')` for better performance. 2025-12-04T10:27:21.4724620Z warnings.warn( 2025-12-04T10:27:21.4725035Z /var/lib/jenkins/pytorch/test/distributed/test_inductor_collectives.py:367: FutureWarning: The combination of ranks + tag as process group identifier has been deprecated. Please switch to using ProcessGroup, DeviceMesh, or group name instead. 2025-12-04T10:27:21.4725466Z ar = _functional_collectives.all_reduce(a, "sum", ranks, tag) 2025-12-04T10:27:21.4725895Z /var/lib/jenkins/pytorch/test/distributed/test_inductor_collectives.py:367: FutureWarning: The combination of ranks + tag as process group identifier has been deprecated. Please switch to using ProcessGroup, DeviceMesh, or group name instead. 2025-12-04T10:27:21.4726321Z ar = _functional_collectives.all_reduce(a, "sum", ranks, tag) 2025-12-04T10:27:21.4726792Z [rank1]:[W1204 10:12:07.152888110 TCPStore.cpp:125] [c10d] recvValue failed on SocketImpl(fd=16, addr=[localhost]:53436, remote=[localhost]:6789): Failed to recv, got 0 bytes. Connection was likely closed. Did the remote server shutdown or crash? 2025-12-04T10:27:21.4727286Z Exception raised from recvBytes at /var/lib/jenkins/workspace/torch/csrc/distributed/c10d/Utils.hpp:682 (most recent call first): 2025-12-04T10:27:21.4729679Z frame #0: c10::Error::Error(c10::SourceLocation, std::__cxx11::basic_string, std::allocator >) + 0xac (0x7df738e17b7c in /opt/conda/envs/py_3.10/lib/python3.10/site-packages/torch/lib/libc10.so) 2025-12-04T10:27:21.4730148Z frame #1: + 0x6eb755f (0x7df786a0c55f in /opt/conda/envs/py_3.10/lib/python3.10/site-packages/torch/lib/libtorch_cpu.so) 2025-12-04T10:27:21.4744178Z frame #2: c10d::TCPStore::check(std::vector, std::allocator >, std::allocator, std::allocator > > > const&) + 0x1df (0x7df786a0810f in /opt/conda/envs/py_3.10/lib/python3.10/site-packages/torch/lib/libtorch_cpu.so) 2025-12-04T10:27:21.4744831Z frame #3: c10d::ProcessGroupNCCL::HeartbeatMonitor::runLoop() + 0x3c5 (0x7df7769e4ee5 in /opt/conda/envs/py_3.10/lib/python3.10/site-packages/torch/lib/libtorch_hip.so) 2025-12-04T10:27:21.4745208Z frame #4: + 0xdc253 (0x7df737293253 in /lib/x86_64-linux-gnu/libstdc++.so.6) 2025-12-04T10:27:21.4745468Z frame #5: + 0x94ac3 (0x7df79768aac3 in /lib/x86_64-linux-gnu/libc.so.6) 2025-12-04T10:27:21.4745800Z frame #6: + 0x1268c0 (0x7df79771c8c0 in /lib/x86_64-linux-gnu/libc.so.6) 2025-12-04T10:27:21.4745942Z 2025-12-04T10:27:21.4746324Z [rank1]:[W1204 10:12:07.154716864 ProcessGroupNCCL.cpp:1802] [PG ID 0 PG GUID 0(default_pg) Rank 1] Failed to check the "should dump" flag on TCPStore, (maybe TCPStore server has shut down too early), with error: Failed to recv, got 0 bytes. Connection was likely closed. Did the remote server shutdown or crash? 2025-12-04T10:27:21.4746843Z PASSED [227.8231s] [ 21%] 2025-12-04T10:27:21.4747217Z distributed/test_inductor_collectives.py::TestCollectivesMultiProc::test_broadcast_inductor I1204 10:12:09.602000 703 site-packages/torch/testing/_internal/common_distributed.py:849] Started process 0 with pid 17059 2025-12-04T10:27:21.4747698Z I1204 10:12:09.602000 703 site-packages/torch/testing/_internal/common_distributed.py:849] Started process 1 with pid 17060 2025-12-04T10:27:21.4747939Z PASSED [198.3108s] [ 24%] 2025-12-04T10:27:21.4748325Z distributed/test_inductor_collectives.py::TestCollectivesMultiProc::test_c10d_functional_tagged_pt2_compliant I1204 10:15:27.914000 703 site-packages/torch/testing/_internal/common_distributed.py:849] Started process 0 with pid 18705 2025-12-04T10:27:21.4748819Z I1204 10:15:27.914000 703 site-packages/torch/testing/_internal/common_distributed.py:849] Started process 1 with pid 18706 2025-12-04T10:27:21.4749058Z PASSED [6.9146s] [ 26%] 2025-12-04T10:27:21.4749410Z distributed/test_inductor_collectives.py::TestCollectivesMultiProc::test_permute_tensor I1204 10:15:34.830000 703 site-packages/torch/testing/_internal/common_distributed.py:849] Started process 0 with pid 20017 2025-12-04T10:27:21.4749881Z I1204 10:15:34.831000 703 site-packages/torch/testing/_internal/common_distributed.py:849] Started process 1 with pid 20018 2025-12-04T10:27:21.4750432Z /opt/conda/envs/py_3.10/lib/python3.10/site-packages/torch/distributed/_functional_collectives.py:577: FutureWarning: The combination of ranks + tag as process group identifier has been deprecated. Please switch to using ProcessGroup, DeviceMesh, or group name instead. 2025-12-04T10:27:21.4750925Z return all_to_all_single(self, output_split_sizes, input_split_sizes, group, tag) 2025-12-04T10:27:21.4751418Z /opt/conda/envs/py_3.10/lib/python3.10/site-packages/torch/distributed/_functional_collectives.py:577: FutureWarning: The combination of ranks + tag as process group identifier has been deprecated. Please switch to using ProcessGroup, DeviceMesh, or group name instead. 2025-12-04T10:27:21.4751937Z return all_to_all_single(self, output_split_sizes, input_split_sizes, group, tag) 2025-12-04T10:27:21.4752121Z PASSED [204.0897s] [ 29%] 2025-12-04T10:27:21.4752336Z distributed/test_inductor_collectives.py::TestCollectivesInductor::test_backwards PASSED [1.5304s] [ 31%] 2025-12-04T10:27:21.4752708Z distributed/test_inductor_collectives.py::TestCollectivesInductor::test_dynamo_get_world_group_source__get_default_group PASSED [0.0247s] [ 34%] 2025-12-04T10:27:21.4753120Z distributed/test_inductor_collectives.py::TestCollectivesInductor::test_dynamo_get_world_group_source_group_WORLD PASSED [0.0212s] [ 36%] 2025-12-04T10:27:21.4753518Z distributed/test_inductor_collectives.py::TestCollectivesInductor::test_dynamo_graphbreaks_unsupported_async_op PASSED [0.0353s] [ 39%] 2025-12-04T10:27:21.4753908Z distributed/test_inductor_collectives.py::TestCollectivesInductor::test_dynamo_rewrite_dist_all_gather PASSED [0.0225s] [ 41%] 2025-12-04T10:27:21.4754294Z distributed/test_inductor_collectives.py::TestCollectivesInductor::test_dynamo_rewrite_dist_all_gather_args_match PASSED [0.0219s] [ 43%] 2025-12-04T10:27:21.4754682Z distributed/test_inductor_collectives.py::TestCollectivesInductor::test_dynamo_rewrite_dist_all_to_all_single PASSED [0.0230s] [ 46%] 2025-12-04T10:27:21.4755077Z distributed/test_inductor_collectives.py::TestCollectivesInductor::test_dynamo_rewrite_dist_allreduce_pg_mode_kwargs PASSED [0.0213s] [ 48%] 2025-12-04T10:27:21.4755512Z distributed/test_inductor_collectives.py::TestCollectivesInductor::test_dynamo_rewrite_dist_allreduce_pg_mode_positional PASSED [0.0210s] [ 51%] 2025-12-04T10:27:21.4755925Z distributed/test_inductor_collectives.py::TestCollectivesInductor::test_dynamo_rewrite_dist_allreduce_pg_mode_unspecified PASSED [0.0206s] [ 53%] 2025-12-04T10:27:21.4756339Z distributed/test_inductor_collectives.py::TestCollectivesInductor::test_dynamo_rewrite_dist_allreduce_reduce_op_reduce_op1 PASSED [0.0202s] [ 56%] 2025-12-04T10:27:21.4756807Z distributed/test_inductor_collectives.py::TestCollectivesInductor::test_dynamo_rewrite_dist_allreduce_reduce_op_reduce_op2 PASSED [0.0200s] [ 58%] 2025-12-04T10:27:21.4757225Z distributed/test_inductor_collectives.py::TestCollectivesInductor::test_dynamo_rewrite_dist_allreduce_reduce_op_reduce_op4 PASSED [0.0204s] [ 60%] 2025-12-04T10:27:21.4757623Z distributed/test_inductor_collectives.py::TestCollectivesInductor::test_dynamo_rewrite_dist_reduce_scatter PASSED [0.0219s] [ 63%] 2025-12-04T10:27:21.4758003Z distributed/test_inductor_collectives.py::TestCollectivesInductor::test_dynamo_trace_all_gather_tensor_pg PASSED [0.0201s] [ 65%] 2025-12-04T10:27:21.4758375Z distributed/test_inductor_collectives.py::TestCollectivesInductor::test_dynamo_trace_allgather_coalesced PASSED [0.0175s] [ 68%] 2025-12-04T10:27:21.4758736Z distributed/test_inductor_collectives.py::TestCollectivesInductor::test_dynamo_trace_allreduce PASSED [0.0197s] [ 70%] 2025-12-04T10:27:21.4759096Z distributed/test_inductor_collectives.py::TestCollectivesInductor::test_dynamo_trace_reduce_scatter_tensor PASSED [0.0201s] [ 73%] 2025-12-04T10:27:21.4759466Z distributed/test_inductor_collectives.py::TestCollectivesInductor::test_inductor_reduce_scatter_coalesced PASSED [1.0250s] [ 75%] 2025-12-04T10:27:21.4759805Z distributed/test_inductor_collectives.py::TestCollectivesInductor::test_meta PASSED [0.0012s] [ 78%] 2025-12-04T10:27:21.4760150Z distributed/test_inductor_collectives.py::TestCollectivesInductor::test_reduce_scatter_bucket_bucket_mode_all PASSED [1.6418s] [ 80%] 2025-12-04T10:27:21.4760631Z distributed/test_inductor_collectives.py::TestCollectivesInductor::test_reorder_peak_memory [rank0]:W1204 10:19:03.536000 703 site-packages/torch/_inductor/codecache.py:629] [0/0] Failed to pickle cache key 2025-12-04T10:27:21.4761084Z [rank0]:W1204 10:19:03.536000 703 site-packages/torch/_inductor/codecache.py:629] [0/0] Traceback (most recent call last): 2025-12-04T10:27:21.4761500Z [rank0]:W1204 10:19:03.536000 703 site-packages/torch/_inductor/codecache.py:629] [0/0] File "/opt/conda/envs/py_3.10/lib/python3.10/site-packages/torch/_inductor/codecache.py", line 625, in dumps 2025-12-04T10:27:21.4761925Z [rank0]:W1204 10:19:03.536000 703 site-packages/torch/_inductor/codecache.py:629] [0/0] self.dump(obj) 2025-12-04T10:27:21.4762379Z [rank0]:W1204 10:19:03.536000 703 site-packages/torch/_inductor/codecache.py:629] [0/0] AttributeError: Can't pickle local object 'TestCollectivesInductor.test_reorder_peak_memory.._reorder_communication_preserving_peak_memory' 2025-12-04T10:27:21.4762848Z [rank0]:W1204 10:19:03.551000 703 site-packages/torch/_inductor/codecache.py:629] [0/0] Failed to pickle cache key 2025-12-04T10:27:21.4763158Z [rank0]:W1204 10:19:03.551000 703 site-packages/torch/_inductor/codecache.py:629] [0/0] Traceback (most recent call last): 2025-12-04T10:27:21.4763570Z [rank0]:W1204 10:19:03.551000 703 site-packages/torch/_inductor/codecache.py:629] [0/0] File "/opt/conda/envs/py_3.10/lib/python3.10/site-packages/torch/_inductor/codecache.py", line 625, in dumps 2025-12-04T10:27:21.4763960Z [rank0]:W1204 10:19:03.551000 703 site-packages/torch/_inductor/codecache.py:629] [0/0] self.dump(obj) 2025-12-04T10:27:21.4764407Z [rank0]:W1204 10:19:03.551000 703 site-packages/torch/_inductor/codecache.py:629] [0/0] AttributeError: Can't pickle local object 'TestCollectivesInductor.test_reorder_peak_memory.._reorder_communication_preserving_peak_memory' 2025-12-04T10:27:21.4764782Z PASSED [0.1909s] [ 82%] 2025-12-04T10:27:21.4765178Z distributed/test_inductor_collectives.py::TestCollectivesInductor::test_reorder_peak_memory_bucketed_bucket_mode_all [rank0]:W1204 10:19:03.742000 703 site-packages/torch/_inductor/codecache.py:629] [0/0] Failed to pickle cache key 2025-12-04T10:27:21.4765650Z [rank0]:W1204 10:19:03.742000 703 site-packages/torch/_inductor/codecache.py:629] [0/0] Traceback (most recent call last): 2025-12-04T10:27:21.4766060Z [rank0]:W1204 10:19:03.742000 703 site-packages/torch/_inductor/codecache.py:629] [0/0] File "/opt/conda/envs/py_3.10/lib/python3.10/site-packages/torch/_inductor/codecache.py", line 625, in dumps 2025-12-04T10:27:21.4766449Z [rank0]:W1204 10:19:03.742000 703 site-packages/torch/_inductor/codecache.py:629] [0/0] self.dump(obj) 2025-12-04T10:27:21.4766973Z [rank0]:W1204 10:19:03.742000 703 site-packages/torch/_inductor/codecache.py:629] [0/0] AttributeError: Can't pickle local object 'TestCollectivesInductor.test_reorder_peak_memory_bucketed.._reorder_communication_preserving_peak_memory' 2025-12-04T10:27:21.4767448Z [rank0]:W1204 10:19:03.773000 703 site-packages/torch/_inductor/codecache.py:629] [0/0] Failed to pickle cache key 2025-12-04T10:27:21.4767757Z [rank0]:W1204 10:19:03.773000 703 site-packages/torch/_inductor/codecache.py:629] [0/0] Traceback (most recent call last): 2025-12-04T10:27:21.4768172Z [rank0]:W1204 10:19:03.773000 703 site-packages/torch/_inductor/codecache.py:629] [0/0] File "/opt/conda/envs/py_3.10/lib/python3.10/site-packages/torch/_inductor/codecache.py", line 625, in dumps 2025-12-04T10:27:21.4768560Z [rank0]:W1204 10:19:03.773000 703 site-packages/torch/_inductor/codecache.py:629] [0/0] self.dump(obj) 2025-12-04T10:27:21.4769022Z [rank0]:W1204 10:19:03.773000 703 site-packages/torch/_inductor/codecache.py:629] [0/0] AttributeError: Can't pickle local object 'TestCollectivesInductor.test_reorder_peak_memory_bucketed.._reorder_communication_preserving_peak_memory' 2025-12-04T10:27:21.4769408Z PASSED [0.5516s] [ 85%] 2025-12-04T10:27:21.4769786Z distributed/test_inductor_collectives.py::TestCollectivesInductor::test_reorder_peak_memory_bucketed_bucket_mode_all_custom_ops [rank0]:W1204 10:19:04.292000 703 site-packages/torch/_inductor/codecache.py:629] [0/0] Failed to pickle cache key 2025-12-04T10:27:21.4770270Z [rank0]:W1204 10:19:04.292000 703 site-packages/torch/_inductor/codecache.py:629] [0/0] Traceback (most recent call last): 2025-12-04T10:27:21.4770679Z [rank0]:W1204 10:19:04.292000 703 site-packages/torch/_inductor/codecache.py:629] [0/0] File "/opt/conda/envs/py_3.10/lib/python3.10/site-packages/torch/_inductor/codecache.py", line 625, in dumps 2025-12-04T10:27:21.4771102Z [rank0]:W1204 10:19:04.292000 703 site-packages/torch/_inductor/codecache.py:629] [0/0] self.dump(obj) 2025-12-04T10:27:21.4771556Z [rank0]:W1204 10:19:04.292000 703 site-packages/torch/_inductor/codecache.py:629] [0/0] AttributeError: Can't pickle local object 'TestCollectivesInductor.test_reorder_peak_memory_bucketed.._reorder_communication_preserving_peak_memory' 2025-12-04T10:27:21.4772025Z [rank0]:W1204 10:19:04.322000 703 site-packages/torch/_inductor/codecache.py:629] [0/0] Failed to pickle cache key 2025-12-04T10:27:21.4772326Z [rank0]:W1204 10:19:04.322000 703 site-packages/torch/_inductor/codecache.py:629] [0/0] Traceback (most recent call last): 2025-12-04T10:27:21.4772729Z [rank0]:W1204 10:19:04.322000 703 site-packages/torch/_inductor/codecache.py:629] [0/0] File "/opt/conda/envs/py_3.10/lib/python3.10/site-packages/torch/_inductor/codecache.py", line 625, in dumps 2025-12-04T10:27:21.4773112Z [rank0]:W1204 10:19:04.322000 703 site-packages/torch/_inductor/codecache.py:629] [0/0] self.dump(obj) 2025-12-04T10:27:21.4773572Z [rank0]:W1204 10:19:04.322000 703 site-packages/torch/_inductor/codecache.py:629] [0/0] AttributeError: Can't pickle local object 'TestCollectivesInductor.test_reorder_peak_memory_bucketed.._reorder_communication_preserving_peak_memory' 2025-12-04T10:27:21.4773957Z PASSED [0.5118s] [ 87%] 2025-12-04T10:27:21.4774374Z distributed/test_inductor_collectives.py::TestSyncDecisionCrossRanks::test_all_gather_comm_analysis I1204 10:19:04.810000 703 site-packages/torch/testing/_internal/common_distributed.py:849] Started process 0 with pid 23231 2025-12-04T10:27:21.4774860Z I1204 10:19:04.811000 703 site-packages/torch/testing/_internal/common_distributed.py:849] Started process 1 with pid 23232 2025-12-04T10:27:21.4775544Z /opt/conda/envs/py_3.10/lib/python3.10/site-packages/torch/_inductor/comm_analysis.py:454: UserWarning: `_get_pg_default_device` will be deprecated, it only stays for backward-compatiblity reason. If you need to find a device for object collectives, please use `_get_object_coll_device`. If you need to query the device types supported by group, please use `_device_capability(group)`. 2025-12-04T10:27:21.4776109Z device = _get_pg_default_device(pg) 2025-12-04T10:27:21.4776734Z /opt/conda/envs/py_3.10/lib/python3.10/site-packages/torch/distributed/distributed_c10d.py:2771: UserWarning: `_get_pg_default_device` will be deprecated, it only stays for backward-compatiblity reason. If you need to find a device for object collectives, please use `_get_object_coll_device`. If you need to query the device types supported by group, please use `_device_capability(group)`. 2025-12-04T10:27:21.4777322Z device = device or _get_pg_default_device(group) 2025-12-04T10:27:21.4777895Z /opt/conda/envs/py_3.10/lib/python3.10/site-packages/torch/_inductor/comm_analysis.py:454: UserWarning: `_get_pg_default_device` will be deprecated, it only stays for backward-compatiblity reason. If you need to find a device for object collectives, please use `_get_object_coll_device`. If you need to query the device types supported by group, please use `_device_capability(group)`. 2025-12-04T10:27:21.4778509Z device = _get_pg_default_device(pg) 2025-12-04T10:27:21.4779085Z /opt/conda/envs/py_3.10/lib/python3.10/site-packages/torch/distributed/distributed_c10d.py:2771: UserWarning: `_get_pg_default_device` will be deprecated, it only stays for backward-compatiblity reason. If you need to find a device for object collectives, please use `_get_object_coll_device`. If you need to query the device types supported by group, please use `_device_capability(group)`. 2025-12-04T10:27:21.4779673Z device = device or _get_pg_default_device(group) 2025-12-04T10:27:21.4779814Z PASSED [200.9881s] [ 90%] 2025-12-04T10:27:21.4780179Z distributed/test_inductor_collectives.py::TestSyncDecisionCrossRanks::test_all_to_all_comm_analysis I1204 10:22:25.800000 703 site-packages/torch/testing/_internal/common_distributed.py:849] Started process 0 with pid 24566 2025-12-04T10:27:21.4780697Z I1204 10:22:25.801000 703 site-packages/torch/testing/_internal/common_distributed.py:849] Started process 1 with pid 24567 2025-12-04T10:27:21.4781371Z /opt/conda/envs/py_3.10/lib/python3.10/site-packages/torch/_inductor/comm_analysis.py:454: UserWarning: `_get_pg_default_device` will be deprecated, it only stays for backward-compatiblity reason. If you need to find a device for object collectives, please use `_get_object_coll_device`. If you need to query the device types supported by group, please use `_device_capability(group)`. 2025-12-04T10:27:21.4781940Z device = _get_pg_default_device(pg) 2025-12-04T10:27:21.4782515Z /opt/conda/envs/py_3.10/lib/python3.10/site-packages/torch/distributed/distributed_c10d.py:2771: UserWarning: `_get_pg_default_device` will be deprecated, it only stays for backward-compatiblity reason. If you need to find a device for object collectives, please use `_get_object_coll_device`. If you need to query the device types supported by group, please use `_device_capability(group)`. 2025-12-04T10:27:21.4783096Z device = device or _get_pg_default_device(group) 2025-12-04T10:27:21.4783667Z /opt/conda/envs/py_3.10/lib/python3.10/site-packages/torch/_inductor/comm_analysis.py:454: UserWarning: `_get_pg_default_device` will be deprecated, it only stays for backward-compatiblity reason. If you need to find a device for object collectives, please use `_get_object_coll_device`. If you need to query the device types supported by group, please use `_device_capability(group)`. 2025-12-04T10:27:21.4784256Z device = _get_pg_default_device(pg) 2025-12-04T10:27:21.4784831Z /opt/conda/envs/py_3.10/lib/python3.10/site-packages/torch/distributed/distributed_c10d.py:2771: UserWarning: `_get_pg_default_device` will be deprecated, it only stays for backward-compatiblity reason. If you need to find a device for object collectives, please use `_get_object_coll_device`. If you need to query the device types supported by group, please use `_device_capability(group)`. 2025-12-04T10:27:21.4785416Z device = device or _get_pg_default_device(group) 2025-12-04T10:27:21.4785556Z PASSED [51.8813s] [ 92%] 2025-12-04T10:27:21.4785923Z distributed/test_inductor_collectives.py::TestSyncDecisionCrossRanks::test_reduce_scatter_comm_analysis I1204 10:23:17.683000 703 site-packages/torch/testing/_internal/common_distributed.py:849] Started process 0 with pid 25903 2025-12-04T10:27:21.4786410Z I1204 10:23:17.684000 703 site-packages/torch/testing/_internal/common_distributed.py:849] Started process 1 with pid 25904 2025-12-04T10:27:21.4787161Z /opt/conda/envs/py_3.10/lib/python3.10/site-packages/torch/_inductor/comm_analysis.py:454: UserWarning: `_get_pg_default_device` will be deprecated, it only stays for backward-compatiblity reason. If you need to find a device for object collectives, please use `_get_object_coll_device`. If you need to query the device types supported by group, please use `_device_capability(group)`. 2025-12-04T10:27:21.4787724Z device = _get_pg_default_device(pg) 2025-12-04T10:27:21.4788299Z /opt/conda/envs/py_3.10/lib/python3.10/site-packages/torch/distributed/distributed_c10d.py:2771: UserWarning: `_get_pg_default_device` will be deprecated, it only stays for backward-compatiblity reason. If you need to find a device for object collectives, please use `_get_object_coll_device`. If you need to query the device types supported by group, please use `_device_capability(group)`. 2025-12-04T10:27:21.4788882Z device = device or _get_pg_default_device(group) 2025-12-04T10:27:21.4789444Z /opt/conda/envs/py_3.10/lib/python3.10/site-packages/torch/_inductor/comm_analysis.py:454: UserWarning: `_get_pg_default_device` will be deprecated, it only stays for backward-compatiblity reason. If you need to find a device for object collectives, please use `_get_object_coll_device`. If you need to query the device types supported by group, please use `_device_capability(group)`. 2025-12-04T10:27:21.4790006Z device = _get_pg_default_device(pg) 2025-12-04T10:27:21.4790611Z /opt/conda/envs/py_3.10/lib/python3.10/site-packages/torch/distributed/distributed_c10d.py:2771: UserWarning: `_get_pg_default_device` will be deprecated, it only stays for backward-compatiblity reason. If you need to find a device for object collectives, please use `_get_object_coll_device`. If you need to query the device types supported by group, please use `_device_capability(group)`. 2025-12-04T10:27:21.4791197Z device = device or _get_pg_default_device(group) 2025-12-04T10:27:21.4791335Z PASSED [10.4190s] [ 95%] 2025-12-04T10:27:21.4791712Z distributed/test_inductor_collectives.py::TestSyncDecisionCrossRanks::test_regression_use_nccl_estimate_with_gloo I1204 10:23:28.104000 703 site-packages/torch/testing/_internal/common_distributed.py:849] Started process 0 with pid 27238 2025-12-04T10:27:21.4792206Z I1204 10:23:28.106000 703 site-packages/torch/testing/_internal/common_distributed.py:849] Started process 1 with pid 27239 2025-12-04T10:27:21.4792497Z [Gloo] Rank 1 is connected to 1 peer ranks. Expected number of connected peer ranks is : 1 2025-12-04T10:27:21.4792738Z [Gloo] Rank 0 is connected to 1 peer ranks. Expected number of connected peer ranks is : 1 2025-12-04T10:27:21.4793353Z /opt/conda/envs/py_3.10/lib/python3.10/site-packages/torch/_inductor/comm_analysis.py:454: UserWarning: `_get_pg_default_device` will be deprecated, it only stays for backward-compatiblity reason. If you need to find a device for object collectives, please use `_get_object_coll_device`. If you need to query the device types supported by group, please use `_device_capability(group)`. 2025-12-04T10:27:21.4793950Z device = _get_pg_default_device(pg) 2025-12-04T10:27:21.4794369Z /opt/conda/envs/py_3.10/lib/python3.10/site-packages/torch/_inductor/comm_analysis.py:454: UserWarning: Multiple backends are registered with this ProcessGroup. We cannot determine which one is the default. Returning cpu. Please consider using other APIs. 2025-12-04T10:27:21.4794786Z device = _get_pg_default_device(pg) 2025-12-04T10:27:21.4795346Z /opt/conda/envs/py_3.10/lib/python3.10/site-packages/torch/_inductor/comm_analysis.py:454: UserWarning: `_get_pg_default_device` will be deprecated, it only stays for backward-compatiblity reason. If you need to find a device for object collectives, please use `_get_object_coll_device`. If you need to query the device types supported by group, please use `_device_capability(group)`. 2025-12-04T10:27:21.4795910Z device = _get_pg_default_device(pg) 2025-12-04T10:27:21.4796324Z /opt/conda/envs/py_3.10/lib/python3.10/site-packages/torch/_inductor/comm_analysis.py:454: UserWarning: Multiple backends are registered with this ProcessGroup. We cannot determine which one is the default. Returning cpu. Please consider using other APIs. 2025-12-04T10:27:21.4796779Z device = _get_pg_default_device(pg) 2025-12-04T10:27:21.4796905Z PASSED [8.6191s] [ 97%] 2025-12-04T10:27:21.4797271Z distributed/test_inductor_collectives.py::TestSyncDecisionCrossRanks::test_sync_decision_cross_ranks I1204 10:23:36.725000 703 site-packages/torch/testing/_internal/common_distributed.py:849] Started process 0 with pid 28556 2025-12-04T10:27:21.4797754Z I1204 10:23:36.726000 703 site-packages/torch/testing/_internal/common_distributed.py:849] Started process 1 with pid 28557 2025-12-04T10:27:21.4798008Z Exception in thread Thread-1 (_event_listener): 2025-12-04T10:27:21.4798167Z Exception in thread Thread-1 (_event_listener): 2025-12-04T10:27:21.4798311Z Traceback (most recent call last): 2025-12-04T10:27:21.4798443Z Traceback (most recent call last): 2025-12-04T10:27:21.4798640Z File "/opt/conda/envs/py_3.10/lib/python3.10/threading.py", line 1016, in _bootstrap_inner 2025-12-04T10:27:21.4798897Z File "/opt/conda/envs/py_3.10/lib/python3.10/threading.py", line 1016, in _bootstrap_inner 2025-12-04T10:27:21.4799081Z self.run() 2025-12-04T10:27:21.4799227Z File "/opt/conda/envs/py_3.10/lib/python3.10/threading.py", line 953, in run 2025-12-04T10:27:21.4799405Z self._target(*self._args, **self._kwargs) 2025-12-04T10:27:21.4799702Z File "/opt/conda/envs/py_3.10/lib/python3.10/site-packages/torch/testing/_internal/common_distributed.py", line 879, in _event_listener 2025-12-04T10:27:21.4799957Z self.run() 2025-12-04T10:27:21.4800102Z File "/opt/conda/envs/py_3.10/lib/python3.10/threading.py", line 953, in run 2025-12-04T10:27:21.4800279Z event = parent_pipe.recv() 2025-12-04T10:27:21.4800470Z File "/opt/conda/envs/py_3.10/lib/python3.10/multiprocessing/connection.py", line 250, in recv 2025-12-04T10:27:21.4800671Z buf = self._recv_bytes() 2025-12-04T10:27:21.4800873Z File "/opt/conda/envs/py_3.10/lib/python3.10/multiprocessing/connection.py", line 414, in _recv_bytes 2025-12-04T10:27:21.4801090Z self._target(*self._args, **self._kwargs) 2025-12-04T10:27:21.4801355Z File "/opt/conda/envs/py_3.10/lib/python3.10/site-packages/torch/testing/_internal/common_distributed.py", line 879, in _event_listener 2025-12-04T10:27:21.4801607Z buf = self._recv(4) 2025-12-04T10:27:21.4801797Z File "/opt/conda/envs/py_3.10/lib/python3.10/multiprocessing/connection.py", line 383, in _recv 2025-12-04T10:27:21.4801991Z raise EOFError 2025-12-04T10:27:21.4802091Z EOFError 2025-12-04T10:27:21.4802193Z event = parent_pipe.recv() 2025-12-04T10:27:21.4802386Z File "/opt/conda/envs/py_3.10/lib/python3.10/multiprocessing/connection.py", line 250, in recv 2025-12-04T10:27:21.4802578Z buf = self._recv_bytes() 2025-12-04T10:27:21.4802807Z File "/opt/conda/envs/py_3.10/lib/python3.10/multiprocessing/connection.py", line 414, in _recv_bytes 2025-12-04T10:27:21.4803005Z buf = self._recv(4) 2025-12-04T10:27:21.4803183Z File "/opt/conda/envs/py_3.10/lib/python3.10/multiprocessing/connection.py", line 383, in _recv 2025-12-04T10:27:21.4803371Z raise EOFError 2025-12-04T10:27:21.4803468Z EOFError 2025-12-04T10:27:21.4803518Z 2025-12-04T10:27:21.4803521Z 2025-12-04T10:27:21.4803788Z - generated xml file: /var/lib/jenkins/pytorch/test/test-reports/python-pytest/distributed.test_inductor_collectives/distributed.test_inductor_collectives-f9afad458cd75285.xml - 2025-12-04T10:27:21.4804147Z !!!!!!!!!!!!!!!!!!!!!!!!!!!!!! KeyboardInterrupt !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! 2025-12-04T10:27:21.4804421Z /opt/conda/envs/py_3.10/lib/python3.10/site-packages/torch/testing/_internal/common_distributed.py:1036: KeyboardInterrupt 2025-12-04T10:27:21.4804702Z (to show a full traceback on KeyboardInterrupt use --full-trace) 2025-12-04T10:27:21.4804892Z ======================= 40 passed in 1794.15s (0:29:54) ======================== 2025-12-04T10:27:21.4805047Z Command took >30min, returning 124 2025-12-04T10:27:21.4805166Z Got exit code 124 2025-12-04T10:27:21.4805274Z Retrying single test... 2025-12-04T10:27:21.4805555Z Test results will be stored in test-reports/python-pytest/distributed.test_inductor_collectives/distributed.test_inductor_collectives-59fe3b89f0852857.xml 2025-12-04T10:27:21.4805866Z ============================= test session starts ============================== 2025-12-04T10:27:21.4806085Z platform linux -- Python 3.10.14, pytest-7.3.2, pluggy-1.6.0 -- /opt/conda/envs/py_3.10/bin/python 2025-12-04T10:27:21.4806278Z cachedir: .pytest_cache 2025-12-04T10:27:21.4806511Z hypothesis profile 'pytorch_ci' -> database=None, max_examples=50, derandomize=True, suppress_health_check=[HealthCheck.too_slow] 2025-12-04T10:27:21.4806795Z rootdir: /var/lib/jenkins/pytorch 2025-12-04T10:27:21.4806921Z configfile: pytest.ini 2025-12-04T10:27:21.4807163Z plugins: hypothesis-6.56.4, cpp-2.3.0, flakefinder-1.1.0, rerunfailures-14.0, subtests-0.13.1, xdist-3.3.1, xdoctest-1.3.0, typeguard-4.3.0 2025-12-04T10:27:21.4807443Z collecting ... collected 69 items / 40 deselected / 29 selected 2025-12-04T10:27:21.4807773Z stepcurrent: skipping 40 already run items. Running only test/distributed/test_inductor_collectives.py::TestSyncDecisionCrossRanks::test_sync_decision_cross_ranks 2025-12-04T10:27:21.4808073Z Running 1 items in this shard 2025-12-04T10:27:21.4808146Z 2025-12-04T10:27:21.4808479Z distributed/test_inductor_collectives.py::TestSyncDecisionCrossRanks::test_sync_decision_cross_ranks I1204 10:25:32.116000 29877 site-packages/torch/testing/_internal/common_distributed.py:849] Started process 0 with pid 30533 2025-12-04T10:27:21.4808966Z I1204 10:25:32.118000 29877 site-packages/torch/testing/_internal/common_distributed.py:849] Started process 1 with pid 30534 2025-12-04T10:27:21.4809198Z PASSED [103.1542s] [100%] 2025-12-04T10:27:21.4809265Z 2025-12-04T10:27:21.4809520Z - generated xml file: /var/lib/jenkins/pytorch/test/test-reports/python-pytest/distributed.test_inductor_collectives/distributed.test_inductor_collectives-59fe3b89f0852857.xml - 2025-12-04T10:27:21.4809875Z ================= 1 passed, 40 deselected in 103.17s (0:01:43) ================= 2025-12-04T10:27:21.4810025Z Got exit code 0 2025-12-04T10:27:21.4810166Z Test succeeded in new process, continuing with the rest of the tests 2025-12-04T10:27:21.4810492Z Test results will be stored in test-reports/python-pytest/distributed.test_inductor_collectives/distributed.test_inductor_collectives-2587a2dd96e7d0a6.xml 2025-12-04T10:27:21.4810799Z ============================= test session starts ============================== 2025-12-04T10:27:21.4811010Z platform linux -- Python 3.10.14, pytest-7.3.2, pluggy-1.6.0 -- /opt/conda/envs/py_3.10/bin/python 2025-12-04T10:27:21.4811202Z cachedir: .pytest_cache 2025-12-04T10:27:21.4811426Z hypothesis profile 'pytorch_ci' -> database=None, max_examples=50, derandomize=True, suppress_health_check=[HealthCheck.too_slow] 2025-12-04T10:27:21.4811704Z rootdir: /var/lib/jenkins/pytorch 2025-12-04T10:27:21.4811826Z configfile: pytest.ini 2025-12-04T10:27:21.4812052Z plugins: hypothesis-6.56.4, cpp-2.3.0, flakefinder-1.1.0, rerunfailures-14.0, subtests-0.13.1, xdist-3.3.1, xdoctest-1.3.0, typeguard-4.3.0 2025-12-04T10:27:21.4812327Z collecting ... collected 69 items / 41 deselected / 28 selected 2025-12-04T10:27:21.4812492Z stepcurrent: skipping 41 already run items. 2025-12-04T10:27:21.4812624Z Running 0 items in this shard 2025-12-04T10:27:21.4812698Z 2025-12-04T10:27:21.4812955Z - generated xml file: /var/lib/jenkins/pytorch/test/test-reports/python-pytest/distributed.test_inductor_collectives/distributed.test_inductor_collectives-2587a2dd96e7d0a6.xml - 2025-12-04T10:27:21.4813300Z ============================ 41 deselected in 0.01s ============================ 2025-12-04T10:27:21.4813631Z The following tests failed and then succeeded when run in a new process['test/distributed/test_inductor_collectives.py::TestSyncDecisionCrossRanks::test_sync_decision_cross_ranks'] 2025-12-04T10:27:21.4813900Z 2025-12-04T10:27:21.4814105Z FINISHED PRINTING LOG FILE of distributed/test_inductor_collectives 1/2 (test/test-reports/distributed.test_inductor_collectives_1.2_93b103228776c35f_.log) 2025-12-04T10:27:21.4814341Z 2025-12-04T10:27:21.4814475Z Finished distributed/test_inductor_collectives 1/2 ... [2025-12-04 10:27:21.466469][3570354.52079603], took 32.03min 2025-12-04T10:27:21.4815035Z Parsing testcases for test report: /var/lib/jenkins/pytorch/test/test-reports/python-pytest/distributed.test_inductor_collectives/distributed.test_inductor_collectives-f9afad458cd75285.xml 2025-12-04T10:27:23.6193090Z Failed to parse and upload json test reports: Unable to locate credentials 2025-12-04T10:27:23.6193807Z GITHUB_RUN_ID, GITHUB_RUN_ATTEMPT, or ARTIFACTS_FILE_SUFFIX not set, not uploading 2025-12-04T10:27:23.6194313Z Uploading artifacts took 0.00 seconds 2025-12-04T10:27:23.6194935Z Running distributed/tensor/test_dtensor_export 1/1 ... [2025-12-04 10:27:23.619064][3570356.673388827] 2025-12-04T10:27:23.6195445Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2025-12-04T10:27:23.6196421Z Executing ['/opt/conda/envs/py_3.10/bin/python', '-bb', 'distributed/tensor/test_dtensor_export.py', '--shard-id=1', '--num-shards=1', '-v', '-vv', '-rfEX', '-p', 'no:xdist', '--use-pytest', '-x', '--reruns=0', '--import-slow-tests', '--import-disabled-tests'] ... [2025-12-04 10:27:23.619324] 2025-12-04T10:28:12.5590484Z 2025-12-04T10:28:12.5592878Z distributed/tensor/test_dtensor_export 1/1 was successful, full logs can be found in artifacts with path test/test-reports/distributed.tensor.test_dtensor_export_1.1_0352e5ad302dc889_.log 2025-12-04T10:28:12.5601209Z Running 9 items in this shard: test/distributed/tensor/test_dtensor_export.py::DTensorExportTest::test_annotate_aot_export_joint_with_descriptors_alone, test/distributed/tensor/test_dtensor_export.py::DTensorExportTest::test_dtensor_data_dependent_index_and_slice, test/distributed/tensor/test_dtensor_export.py::DTensorExportTest::test_dynamic_shapes_export_fn_with_answer0, test/distributed/tensor/test_dtensor_export.py::DTensorExportTest::test_einsum_dtensor_export_export_fn0, test/distributed/tensor/test_dtensor_export.py::DTensorExportTest::test_export_parallelize_module_with_dtensor_input_export_fn0, test/distributed/tensor/test_dtensor_export.py::DTensorExportTest::test_export_parallelize_module_with_dtensor_input_export_fn1, test/distributed/tensor/test_dtensor_export.py::DTensorExportTest::test_flex_attention_dtensor_export_export_fn0, test/distributed/tensor/test_dtensor_export.py::DTensorExportTest::test_strict_export_parallelize_module_with_dtensor_input, test/distributed/tensor/test_dtensor_export.py::DTensorExportTest::test_union_typed_annotation 2025-12-04T10:28:12.5603959Z 2025-12-04T10:28:12.5604187Z Finished distributed/tensor/test_dtensor_export 1/1 ... [2025-12-04 10:28:12.559158][3570405.613484996], took 0.82min 2025-12-04T10:28:12.5605348Z Parsing testcases for test report: /var/lib/jenkins/pytorch/test/test-reports/python-pytest/distributed.test_inductor_collectives/distributed.test_inductor_collectives-f9afad458cd75285.xml 2025-12-04T10:28:12.5611970Z Failed to parse and upload json test reports: Unable to locate credentials 2025-12-04T10:28:12.5613364Z Running distributed/algorithms/quantization/test_quantization 1/1 ... [2025-12-04 10:28:12.561229][3570405.615559777] 2025-12-04T10:28:12.5614721Z MPI not available -- MPI backend tests will be skipped 2025-12-04T10:28:12.5616268Z Running distributed tests for the test backend with env init_method 2025-12-04T10:28:12.5617136Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2025-12-04T10:28:12.5619039Z Executing ['/opt/conda/envs/py_3.10/bin/python', '-bb', 'distributed/algorithms/quantization/test_quantization.py', '--shard-id=1', '--num-shards=1', '-v', '--subprocess', '-vv', '-rfEX', '-p', 'no:xdist', '--use-pytest', '-x', '--reruns=0', '--import-slow-tests', '--import-disabled-tests'] ... [2025-12-04 10:28:12.561741] 2025-12-04T10:28:14.3829823Z 2025-12-04T10:28:14.3831292Z distributed/algorithms/quantization/test_quantization 1/1 was successful, full logs can be found in artifacts with path test/test-reports/distributed.algorithms.quantization.test_quantization_1.1_ffd1c3dcbad27f6f_.log 2025-12-04T10:28:14.3832169Z Running 0 items in this shard: 2025-12-04T10:28:14.3832334Z 2025-12-04T10:28:14.3835280Z Running distributed tests for the test backend with file init_method 2025-12-04T10:28:14.3838593Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2025-12-04T10:28:14.3839825Z Executing ['/opt/conda/envs/py_3.10/bin/python', '-bb', 'distributed/algorithms/quantization/test_quantization.py', '--shard-id=1', '--num-shards=1', '-v', '--subprocess', '-vv', '-rfEX', '-p', 'no:xdist', '--use-pytest', '-x', '--reruns=0', '--import-slow-tests', '--import-disabled-tests'] ... [2025-12-04 10:28:14.383776] 2025-12-04T10:28:16.1323128Z 2025-12-04T10:28:16.1324496Z distributed/algorithms/quantization/test_quantization 1/1 was successful, full logs can be found in artifacts with path test/test-reports/distributed.algorithms.quantization.test_quantization_1.1_56ff9874e717d068_.log 2025-12-04T10:28:16.1325478Z Running 0 items in this shard: 2025-12-04T10:28:16.1325661Z 2025-12-04T10:28:16.1329776Z Running distributed tests for the nccl backend with env init_method 2025-12-04T10:28:16.1330506Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2025-12-04T10:28:16.1334420Z Executing ['/opt/conda/envs/py_3.10/bin/python', '-bb', 'distributed/algorithms/quantization/test_quantization.py', '--shard-id=1', '--num-shards=1', '-v', '--subprocess', '-vv', '-rfEX', '-p', 'no:xdist', '--use-pytest', '-x', '--reruns=0', '--import-slow-tests', '--import-disabled-tests'] ... [2025-12-04 10:28:16.133216] 2025-12-04T10:32:25.0918544Z 2025-12-04T10:32:25.0919266Z distributed/algorithms/quantization/test_quantization 1/1 was successful, full logs can be found in artifacts with path test/test-reports/distributed.algorithms.quantization.test_quantization_1.1_ffe633dd190b4379_.log 2025-12-04T10:32:25.0920737Z Running 6 items in this shard: test/distributed/algorithms/quantization/test_quantization.py::DistQuantizationTests::test_all_gather_bfp16, test/distributed/algorithms/quantization/test_quantization.py::DistQuantizationTests::test_all_gather_fp16, test/distributed/algorithms/quantization/test_quantization.py::DistQuantizationTests::test_all_to_all_bfp16, test/distributed/algorithms/quantization/test_quantization.py::DistQuantizationTests::test_all_to_all_fp16, test/distributed/algorithms/quantization/test_quantization.py::DistQuantizationTests::test_all_to_all_single_bfp16, test/distributed/algorithms/quantization/test_quantization.py::DistQuantizationTests::test_all_to_all_single_fp16 2025-12-04T10:32:25.0921979Z Running 1 items in this shard: test/distributed/algorithms/quantization/test_quantization.py::DistQuantizationTests::test_all_gather_bfp16 2025-12-04T10:32:25.0922389Z Running 1 items in this shard: test/distributed/algorithms/quantization/test_quantization.py::DistQuantizationTests::test_all_gather_fp16 2025-12-04T10:32:25.0923384Z Running 1 items in this shard: test/distributed/algorithms/quantization/test_quantization.py::DistQuantizationTests::test_all_to_all_bfp16 2025-12-04T10:32:25.0923789Z Running 1 items in this shard: test/distributed/algorithms/quantization/test_quantization.py::DistQuantizationTests::test_all_to_all_fp16 2025-12-04T10:32:25.0924219Z Running 1 items in this shard: test/distributed/algorithms/quantization/test_quantization.py::DistQuantizationTests::test_all_to_all_single_bfp16 2025-12-04T10:32:25.0924646Z Running 1 items in this shard: test/distributed/algorithms/quantization/test_quantization.py::DistQuantizationTests::test_all_to_all_single_fp16 2025-12-04T10:32:25.0924875Z 2025-12-04T10:32:25.0924984Z Running distributed tests for the nccl backend with file init_method 2025-12-04T10:32:25.0927377Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2025-12-04T10:32:25.0929424Z Executing ['/opt/conda/envs/py_3.10/bin/python', '-bb', 'distributed/algorithms/quantization/test_quantization.py', '--shard-id=1', '--num-shards=1', '-v', '--subprocess', '-vv', '-rfEX', '-p', 'no:xdist', '--use-pytest', '-x', '--reruns=0', '--import-slow-tests', '--import-disabled-tests'] ... [2025-12-04 10:32:25.092732] 2025-12-04T10:36:23.5015893Z 2025-12-04T10:36:23.5017345Z distributed/algorithms/quantization/test_quantization 1/1 was successful, full logs can be found in artifacts with path test/test-reports/distributed.algorithms.quantization.test_quantization_1.1_b35096741fcaec19_.log 2025-12-04T10:36:23.5019780Z Running 6 items in this shard: test/distributed/algorithms/quantization/test_quantization.py::DistQuantizationTests::test_all_gather_bfp16, test/distributed/algorithms/quantization/test_quantization.py::DistQuantizationTests::test_all_gather_fp16, test/distributed/algorithms/quantization/test_quantization.py::DistQuantizationTests::test_all_to_all_bfp16, test/distributed/algorithms/quantization/test_quantization.py::DistQuantizationTests::test_all_to_all_fp16, test/distributed/algorithms/quantization/test_quantization.py::DistQuantizationTests::test_all_to_all_single_bfp16, test/distributed/algorithms/quantization/test_quantization.py::DistQuantizationTests::test_all_to_all_single_fp16 2025-12-04T10:36:23.5021902Z Running 1 items in this shard: test/distributed/algorithms/quantization/test_quantization.py::DistQuantizationTests::test_all_gather_bfp16 2025-12-04T10:36:23.5022585Z Running 1 items in this shard: test/distributed/algorithms/quantization/test_quantization.py::DistQuantizationTests::test_all_gather_fp16 2025-12-04T10:36:23.5023610Z Running 1 items in this shard: test/distributed/algorithms/quantization/test_quantization.py::DistQuantizationTests::test_all_to_all_bfp16 2025-12-04T10:36:23.5024185Z Running 1 items in this shard: test/distributed/algorithms/quantization/test_quantization.py::DistQuantizationTests::test_all_to_all_fp16 2025-12-04T10:36:23.5024769Z Running 1 items in this shard: test/distributed/algorithms/quantization/test_quantization.py::DistQuantizationTests::test_all_to_all_single_bfp16 2025-12-04T10:36:23.5025374Z Running 1 items in this shard: test/distributed/algorithms/quantization/test_quantization.py::DistQuantizationTests::test_all_to_all_single_fp16 2025-12-04T10:36:23.5025705Z 2025-12-04T10:36:23.5025835Z Running distributed tests for the gloo backend with env init_method 2025-12-04T10:36:23.5026082Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2025-12-04T10:36:23.5027176Z Executing ['/opt/conda/envs/py_3.10/bin/python', '-bb', 'distributed/algorithms/quantization/test_quantization.py', '--shard-id=1', '--num-shards=1', '-v', '--subprocess', '-vv', '-rfEX', '-p', 'no:xdist', '--use-pytest', '-x', '--reruns=0', '--import-slow-tests', '--import-disabled-tests'] ... [2025-12-04 10:36:23.502509] 2025-12-04T10:36:41.2076471Z 2025-12-04T10:36:41.2077779Z distributed/algorithms/quantization/test_quantization 1/1 was successful, full logs can be found in artifacts with path test/test-reports/distributed.algorithms.quantization.test_quantization_1.1_792d395ba72f14a1_.log 2025-12-04T10:36:41.2080857Z Running 6 items in this shard: test/distributed/algorithms/quantization/test_quantization.py::DistQuantizationTests::test_all_gather_bfp16, test/distributed/algorithms/quantization/test_quantization.py::DistQuantizationTests::test_all_gather_fp16, test/distributed/algorithms/quantization/test_quantization.py::DistQuantizationTests::test_all_to_all_bfp16, test/distributed/algorithms/quantization/test_quantization.py::DistQuantizationTests::test_all_to_all_fp16, test/distributed/algorithms/quantization/test_quantization.py::DistQuantizationTests::test_all_to_all_single_bfp16, test/distributed/algorithms/quantization/test_quantization.py::DistQuantizationTests::test_all_to_all_single_fp16 2025-12-04T10:36:41.2082943Z Running 1 items in this shard: test/distributed/algorithms/quantization/test_quantization.py::DistQuantizationTests::test_all_gather_bfp16 2025-12-04T10:36:41.2083606Z Running 1 items in this shard: test/distributed/algorithms/quantization/test_quantization.py::DistQuantizationTests::test_all_gather_fp16 2025-12-04T10:36:41.2084264Z Running 1 items in this shard: test/distributed/algorithms/quantization/test_quantization.py::DistQuantizationTests::test_all_to_all_bfp16 2025-12-04T10:36:41.2084919Z Running 1 items in this shard: test/distributed/algorithms/quantization/test_quantization.py::DistQuantizationTests::test_all_to_all_fp16 2025-12-04T10:36:41.2085586Z Running 1 items in this shard: test/distributed/algorithms/quantization/test_quantization.py::DistQuantizationTests::test_all_to_all_single_bfp16 2025-12-04T10:36:41.2086274Z Running 1 items in this shard: test/distributed/algorithms/quantization/test_quantization.py::DistQuantizationTests::test_all_to_all_single_fp16 2025-12-04T10:36:41.2086643Z 2025-12-04T10:36:41.2086842Z Running distributed tests for the gloo backend with file init_method 2025-12-04T10:36:41.2087125Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2025-12-04T10:36:41.2090542Z Executing ['/opt/conda/envs/py_3.10/bin/python', '-bb', 'distributed/algorithms/quantization/test_quantization.py', '--shard-id=1', '--num-shards=1', '-v', '--subprocess', '-vv', '-rfEX', '-p', 'no:xdist', '--use-pytest', '-x', '--reruns=0', '--import-slow-tests', '--import-disabled-tests'] ... [2025-12-04 10:36:41.208777] 2025-12-04T10:36:58.8551490Z 2025-12-04T10:36:58.8552753Z distributed/algorithms/quantization/test_quantization 1/1 was successful, full logs can be found in artifacts with path test/test-reports/distributed.algorithms.quantization.test_quantization_1.1_a9bcbce1c4f85df9_.log 2025-12-04T10:36:58.8556109Z Running 6 items in this shard: test/distributed/algorithms/quantization/test_quantization.py::DistQuantizationTests::test_all_gather_bfp16, test/distributed/algorithms/quantization/test_quantization.py::DistQuantizationTests::test_all_gather_fp16, test/distributed/algorithms/quantization/test_quantization.py::DistQuantizationTests::test_all_to_all_bfp16, test/distributed/algorithms/quantization/test_quantization.py::DistQuantizationTests::test_all_to_all_fp16, test/distributed/algorithms/quantization/test_quantization.py::DistQuantizationTests::test_all_to_all_single_bfp16, test/distributed/algorithms/quantization/test_quantization.py::DistQuantizationTests::test_all_to_all_single_fp16 2025-12-04T10:36:58.8558793Z Running 1 items in this shard: test/distributed/algorithms/quantization/test_quantization.py::DistQuantizationTests::test_all_gather_bfp16 2025-12-04T10:36:58.8559564Z Running 1 items in this shard: test/distributed/algorithms/quantization/test_quantization.py::DistQuantizationTests::test_all_gather_fp16 2025-12-04T10:36:58.8560249Z Running 1 items in this shard: test/distributed/algorithms/quantization/test_quantization.py::DistQuantizationTests::test_all_to_all_bfp16 2025-12-04T10:36:58.8560920Z Running 1 items in this shard: test/distributed/algorithms/quantization/test_quantization.py::DistQuantizationTests::test_all_to_all_fp16 2025-12-04T10:36:58.8561605Z Running 1 items in this shard: test/distributed/algorithms/quantization/test_quantization.py::DistQuantizationTests::test_all_to_all_single_bfp16 2025-12-04T10:36:58.8562454Z Running 1 items in this shard: test/distributed/algorithms/quantization/test_quantization.py::DistQuantizationTests::test_all_to_all_single_fp16 2025-12-04T10:36:58.8562833Z 2025-12-04T10:36:58.8563141Z Finished distributed/algorithms/quantization/test_quantization 1/1 ... [2025-12-04 10:36:58.855144][3570931.909472227], took 8.77min 2025-12-04T10:36:58.8563960Z Parsing testcases for test report: /var/lib/jenkins/pytorch/test/test-reports/python-pytest/distributed.test_inductor_collectives/distributed.test_inductor_collectives-f9afad458cd75285.xml 2025-12-04T10:36:58.8567556Z Failed to parse and upload json test reports: Unable to locate credentials 2025-12-04T10:36:58.8570097Z Running distributed/algorithms/ddp_comm_hooks/test_ddp_hooks 1/1 ... [2025-12-04 10:36:58.856917][3570931.911247382] 2025-12-04T10:36:58.8570403Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2025-12-04T10:36:58.8572061Z Executing ['/opt/conda/envs/py_3.10/bin/python', '-bb', 'distributed/algorithms/ddp_comm_hooks/test_ddp_hooks.py', '--shard-id=1', '--num-shards=1', '-v', '-vv', '-rfEX', '-p', 'no:xdist', '--use-pytest', '-x', '--reruns=0', '--import-slow-tests', '--import-disabled-tests'] ... [2025-12-04 10:36:58.857090] 2025-12-04T10:53:00.8615916Z 2025-12-04T10:53:00.8619702Z distributed/algorithms/ddp_comm_hooks/test_ddp_hooks 1/1 was successful, full logs can be found in artifacts with path test/test-reports/distributed.algorithms.ddp_comm_hooks.test_ddp_hooks_1.1_2ac062f06c4c46fe_.log 2025-12-04T10:53:00.8626141Z Running 6 items in this shard: test/distributed/algorithms/ddp_comm_hooks/test_ddp_hooks.py::DistributedDataParallelCommHookTest::test_ddp_comm_hook_allreduce_hook, test/distributed/algorithms/ddp_comm_hooks/test_ddp_hooks.py::DistributedDataParallelCommHookTest::test_ddp_comm_hook_fp16compress_hook, test/distributed/algorithms/ddp_comm_hooks/test_ddp_hooks.py::DistributedDataParallelCommHookTest::test_ddp_comm_hook_noop_hook, test/distributed/algorithms/ddp_comm_hooks/test_ddp_hooks.py::DistributedDataParallelCommHookTest::test_ddp_comm_hook_quantize_per_channel_hook, test/distributed/algorithms/ddp_comm_hooks/test_ddp_hooks.py::DistributedDataParallelCommHookTest::test_ddp_comm_hook_quantize_per_tensor_hook, test/distributed/algorithms/ddp_comm_hooks/test_ddp_hooks.py::DistributedDataParallelCommHookTest::test_is_last_hook 2025-12-04T10:53:00.8628334Z 2025-12-04T10:53:00.8628623Z Finished distributed/algorithms/ddp_comm_hooks/test_ddp_hooks 1/1 ... [2025-12-04 10:53:00.861180][3571893.915506096], took 16.03min 2025-12-04T10:53:00.8630003Z Parsing testcases for test report: /var/lib/jenkins/pytorch/test/test-reports/python-pytest/distributed.test_inductor_collectives/distributed.test_inductor_collectives-f9afad458cd75285.xml 2025-12-04T10:53:00.8635120Z Failed to parse and upload json test reports: Unable to locate credentials 2025-12-04T10:53:00.8635459Z GITHUB_RUN_ID, GITHUB_RUN_ATTEMPT, or ARTIFACTS_FILE_SUFFIX not set, not uploading 2025-12-04T10:53:00.8635721Z Uploading artifacts took 0.00 seconds 2025-12-04T10:53:00.8636021Z Running distributed/tensor/debug/test_op_coverage 1/1 ... [2025-12-04 10:53:00.863435][3571893.917764982] 2025-12-04T10:53:00.8636307Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2025-12-04T10:53:00.8638402Z Executing ['/opt/conda/envs/py_3.10/bin/python', '-bb', 'distributed/tensor/debug/test_op_coverage.py', '--shard-id=1', '--num-shards=1', '-v', '-vv', '-rfEX', '-p', 'no:xdist', '--use-pytest', '-x', '--reruns=0', '--import-slow-tests', '--import-disabled-tests'] ... [2025-12-04 10:53:00.863666] 2025-12-04T10:53:03.6337705Z 2025-12-04T10:53:03.6338586Z distributed/tensor/debug/test_op_coverage 1/1 was successful, full logs can be found in artifacts with path test/test-reports/distributed.tensor.debug.test_op_coverage_1.1_f362601e957ee76c_.log 2025-12-04T10:53:03.6339372Z Running 1 items in this shard: test/distributed/tensor/debug/test_op_coverage.py::TestOpCoverage::test_trace_with_inductor_decomp 2025-12-04T10:53:03.6340227Z 2025-12-04T10:53:03.6340443Z Finished distributed/tensor/debug/test_op_coverage 1/1 ... [2025-12-04 10:53:03.633474][3571896.687797829], took 0.05min 2025-12-04T10:53:03.6344598Z Parsing testcases for test report: /var/lib/jenkins/pytorch/test/test-reports/python-pytest/distributed.test_inductor_collectives/distributed.test_inductor_collectives-f9afad458cd75285.xml 2025-12-04T10:53:03.6359041Z Failed to parse and upload json test reports: Unable to locate credentials 2025-12-04T10:53:03.6361242Z Running distributed/tensor/parallel/test_micro_pipeline_tp 1/1 ... [2025-12-04 10:53:03.636040][3571896.69037033] 2025-12-04T10:53:03.6361564Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2025-12-04T10:53:03.6363781Z Executing ['/opt/conda/envs/py_3.10/bin/python', '-bb', 'distributed/tensor/parallel/test_micro_pipeline_tp.py', '--shard-id=1', '--num-shards=1', '-v', '-vv', '-rfEX', '-p', 'no:xdist', '--use-pytest', '-x', '--reruns=0', '--import-slow-tests', '--import-disabled-tests'] ... [2025-12-04 10:53:03.636275] 2025-12-04T10:53:24.2329267Z 2025-12-04T10:53:24.2330542Z distributed/tensor/parallel/test_micro_pipeline_tp 1/1 was successful, full logs can be found in artifacts with path test/test-reports/distributed.tensor.parallel.test_micro_pipeline_tp_1.1_285629b7dcd2d2a1_.log 2025-12-04T10:53:24.2344131Z Running 44 items in this shard: test/distributed/tensor/parallel/test_micro_pipeline_tp.py::MicroPipelineTPTest::test_dtensor_seq_par_shard_dim_0, test/distributed/tensor/parallel/test_micro_pipeline_tp.py::MicroPipelineTPTest::test_dtensor_seq_par_shard_dim_1, test/distributed/tensor/parallel/test_micro_pipeline_tp.py::MicroPipelineTPTest::test_find_all_gather_patterns, test/distributed/tensor/parallel/test_micro_pipeline_tp.py::MicroPipelineTPTest::test_find_reduce_scatter_patterns, test/distributed/tensor/parallel/test_micro_pipeline_tp.py::MicroPipelineTPTest::test_fuse_all_gather_matmul_A_dims_2_gather_dim_0_return_A_False, test/distributed/tensor/parallel/test_micro_pipeline_tp.py::MicroPipelineTPTest::test_fuse_all_gather_matmul_A_dims_2_gather_dim_0_return_A_True, test/distributed/tensor/parallel/test_micro_pipeline_tp.py::MicroPipelineTPTest::test_fuse_all_gather_matmul_A_dims_2_gather_dim_1_return_A_False, test/distributed/tensor/parallel/test_micro_pipeline_tp.py::MicroPipelineTPTest::test_fuse_all_gather_matmul_A_dims_2_gather_dim_1_return_A_True, test/distributed/tensor/parallel/test_micro_pipeline_tp.py::MicroPipelineTPTest::test_fuse_all_gather_matmul_A_dims_2_gather_dim_2_return_A_False, test/distributed/tensor/parallel/test_micro_pipeline_tp.py::MicroPipelineTPTest::test_fuse_all_gather_matmul_A_dims_2_gather_dim_2_return_A_True, test/distributed/tensor/parallel/test_micro_pipeline_tp.py::MicroPipelineTPTest::test_fuse_all_gather_matmul_A_dims_3_gather_dim_0_return_A_False, test/distributed/tensor/parallel/test_micro_pipeline_tp.py::MicroPipelineTPTest::test_fuse_all_gather_matmul_A_dims_3_gather_dim_0_return_A_True, test/distributed/tensor/parallel/test_micro_pipeline_tp.py::MicroPipelineTPTest::test_fuse_all_gather_matmul_A_dims_3_gather_dim_1_return_A_False, test/distributed/tensor/parallel/test_micro_pipeline_tp.py::MicroPipelineTPTest::test_fuse_all_gather_matmul_A_dims_3_gather_dim_1_return_A_True, test/distributed/tensor/parallel/test_micro_pipeline_tp.py::MicroPipelineTPTest::test_fuse_all_gather_matmul_A_dims_3_gather_dim_2_return_A_False, test/distributed/tensor/parallel/test_micro_pipeline_tp.py::MicroPipelineTPTest::test_fuse_all_gather_matmul_A_dims_3_gather_dim_2_return_A_True, test/distributed/tensor/parallel/test_micro_pipeline_tp.py::MicroPipelineTPTest::test_fuse_all_gather_scaled_matmul_A_dims_2_gather_dim_0_return_A_False, test/distributed/tensor/parallel/test_micro_pipeline_tp.py::MicroPipelineTPTest::test_fuse_all_gather_scaled_matmul_A_dims_2_gather_dim_0_return_A_True, test/distributed/tensor/parallel/test_micro_pipeline_tp.py::MicroPipelineTPTest::test_fuse_all_gather_scaled_matmul_A_dims_2_gather_dim_1_return_A_False, test/distributed/tensor/parallel/test_micro_pipeline_tp.py::MicroPipelineTPTest::test_fuse_all_gather_scaled_matmul_A_dims_2_gather_dim_1_return_A_True, test/distributed/tensor/parallel/test_micro_pipeline_tp.py::MicroPipelineTPTest::test_fuse_all_gather_scaled_matmul_A_dims_2_gather_dim_2_return_A_False, test/distributed/tensor/parallel/test_micro_pipeline_tp.py::MicroPipelineTPTest::test_fuse_all_gather_scaled_matmul_A_dims_2_gather_dim_2_return_A_True, test/distributed/tensor/parallel/test_micro_pipeline_tp.py::MicroPipelineTPTest::test_fuse_all_gather_scaled_matmul_A_dims_3_gather_dim_0_return_A_False, test/distributed/tensor/parallel/test_micro_pipeline_tp.py::MicroPipelineTPTest::test_fuse_all_gather_scaled_matmul_A_dims_3_gather_dim_0_return_A_True, test/distributed/tensor/parallel/test_micro_pipeline_tp.py::MicroPipelineTPTest::test_fuse_all_gather_scaled_matmul_A_dims_3_gather_dim_1_return_A_False, test/distributed/tensor/parallel/test_micro_pipeline_tp.py::MicroPipelineTPTest::test_fuse_all_gather_scaled_matmul_A_dims_3_gather_dim_1_return_A_True, test/distributed/tensor/parallel/test_micro_pipeline_tp.py::MicroPipelineTPTest::test_fuse_all_gather_scaled_matmul_A_dims_3_gather_dim_2_return_A_False, test/distributed/tensor/parallel/test_micro_pipeline_tp.py::MicroPipelineTPTest::test_fuse_all_gather_scaled_matmul_A_dims_3_gather_dim_2_return_A_True, test/distributed/tensor/parallel/test_micro_pipeline_tp.py::MicroPipelineTPTest::test_fuse_matmul_reduce_scatter_A_dims_2_scatter_dim_0, test/distributed/tensor/parallel/test_micro_pipeline_tp.py::MicroPipelineTPTest::test_fuse_matmul_reduce_scatter_A_dims_2_scatter_dim_1, test/distributed/tensor/parallel/test_micro_pipeline_tp.py::MicroPipelineTPTest::test_fuse_matmul_reduce_scatter_A_dims_2_scatter_dim_2, test/distributed/tensor/parallel/test_micro_pipeline_tp.py::MicroPipelineTPTest::test_fuse_matmul_reduce_scatter_A_dims_3_scatter_dim_0, test/distributed/tensor/parallel/test_micro_pipeline_tp.py::MicroPipelineTPTest::test_fuse_matmul_reduce_scatter_A_dims_3_scatter_dim_1, test/distributed/tensor/parallel/test_micro_pipeline_tp.py::MicroPipelineTPTest::test_fuse_matmul_reduce_scatter_A_dims_3_scatter_dim_2, test/distributed/tensor/parallel/test_micro_pipeline_tp.py::MicroPipelineTPTest::test_fuse_scaled_matmul_reduce_scatter_A_dims_2_scatter_dim_0, test/distributed/tensor/parallel/test_micro_pipeline_tp.py::MicroPipelineTPTest::test_fuse_scaled_matmul_reduce_scatter_A_dims_2_scatter_dim_1, test/distributed/tensor/parallel/test_micro_pipeline_tp.py::MicroPipelineTPTest::test_fuse_scaled_matmul_reduce_scatter_A_dims_2_scatter_dim_2, test/distributed/tensor/parallel/test_micro_pipeline_tp.py::MicroPipelineTPTest::test_fuse_scaled_matmul_reduce_scatter_A_dims_3_scatter_dim_0, test/distributed/tensor/parallel/test_micro_pipeline_tp.py::MicroPipelineTPTest::test_fuse_scaled_matmul_reduce_scatter_A_dims_3_scatter_dim_1, test/distributed/tensor/parallel/test_micro_pipeline_tp.py::MicroPipelineTPTest::test_fuse_scaled_matmul_reduce_scatter_A_dims_3_scatter_dim_2, test/distributed/tensor/parallel/test_micro_pipeline_tp.py::MicroPipelineTPTest::test_fuse_scaled_matmul_reduce_scatter_rowwise_scales_reshape_mm_reshape_scatter_dim_0, test/distributed/tensor/parallel/test_micro_pipeline_tp.py::MicroPipelineTPTest::test_fuse_scaled_matmul_reduce_scatter_rowwise_scales_reshape_mm_reshape_scatter_dim_1, test/distributed/tensor/parallel/test_micro_pipeline_tp.py::MicroPipelineTPTest::test_get_unexposed_collectives, test/distributed/tensor/parallel/test_micro_pipeline_tp.py::MicroPipelineTP4GPUTest::test_extra_collectives 2025-12-04T10:53:24.2352916Z 2025-12-04T10:53:24.2353081Z Finished distributed/tensor/parallel/test_micro_pipeline_tp 1/1 ... [2025-12-04 10:53:24.232716][3571917.287042354], took 0.34min 2025-12-04T10:53:24.2353572Z Parsing testcases for test report: /var/lib/jenkins/pytorch/test/test-reports/python-pytest/distributed.test_inductor_collectives/distributed.test_inductor_collectives-f9afad458cd75285.xml 2025-12-04T10:53:24.2353969Z Failed to parse and upload json test reports: Unable to locate credentials 2025-12-04T10:53:24.2354280Z Running distributed/_tools/test_mod_tracker 1/1 ... [2025-12-04 10:53:24.234983][3571917.289313031] 2025-12-04T10:53:24.2354482Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2025-12-04T10:53:24.2354886Z Executing ['/opt/conda/envs/py_3.10/bin/python', '-bb', 'distributed/_tools/test_mod_tracker.py', '--shard-id=1', '--num-shards=1', '-v', '-vv', '-rfEX', '-p', 'no:xdist', '--use-pytest', '-x', '--reruns=0', '--import-slow-tests', '--import-disabled-tests'] ... [2025-12-04 10:53:24.235213] 2025-12-04T10:53:26.4530083Z 2025-12-04T10:53:26.4530630Z distributed/_tools/test_mod_tracker 1/1 was successful, full logs can be found in artifacts with path test/test-reports/distributed._tools.test_mod_tracker_1.1_32f43825770e7e81_.log 2025-12-04T10:53:26.4531922Z Running 4 items in this shard: test/distributed/_tools/test_mod_tracker.py::TestModTracker::test_ac, test/distributed/_tools/test_mod_tracker.py::TestModTracker::test_bw_detection, test/distributed/_tools/test_mod_tracker.py::TestModTracker::test_module_hierarchy, test/distributed/_tools/test_mod_tracker.py::TestModTracker::test_user_hooks 2025-12-04T10:53:26.4532764Z 2025-12-04T10:53:26.4532988Z Finished distributed/_tools/test_mod_tracker 1/1 ... [2025-12-04 10:53:26.452731][3571919.50705584], took 0.04min 2025-12-04T10:53:26.4537921Z Parsing testcases for test report: /var/lib/jenkins/pytorch/test/test-reports/python-pytest/distributed.test_inductor_collectives/distributed.test_inductor_collectives-f9afad458cd75285.xml 2025-12-04T10:53:26.4554620Z Failed to parse and upload json test reports: Unable to locate credentials 2025-12-04T10:53:26.4556456Z Running distributed/_shard/sharded_tensor/test_logger 1/1 ... [2025-12-04 10:53:26.455467][3571919.509796508] 2025-12-04T10:53:26.4556911Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2025-12-04T10:53:26.4558462Z Executing ['/opt/conda/envs/py_3.10/bin/python', '-bb', 'distributed/_shard/sharded_tensor/test_logger.py', '--shard-id=1', '--num-shards=1', '-v', '-vv', '-rfEX', '-p', 'no:xdist', '--use-pytest', '-x', '--reruns=0', '--import-slow-tests', '--import-disabled-tests'] ... [2025-12-04 10:53:26.455705] 2025-12-04T10:53:28.8737910Z 2025-12-04T10:53:28.8739092Z distributed/_shard/sharded_tensor/test_logger 1/1 was successful, full logs can be found in artifacts with path test/test-reports/distributed._shard.sharded_tensor.test_logger_1.1_94518702ad8d3f45_.log 2025-12-04T10:53:28.8740507Z Running 1 items in this shard: test/distributed/_shard/sharded_tensor/test_logger.py::ShardingSpecLoggerTest::test_get_or_create_logger 2025-12-04T10:53:28.8741099Z 2025-12-04T10:53:28.8742265Z Finished distributed/_shard/sharded_tensor/test_logger 1/1 ... [2025-12-04 10:53:28.873458][3571921.927785928], took 0.04min 2025-12-04T10:53:28.8744876Z Parsing testcases for test report: /var/lib/jenkins/pytorch/test/test-reports/python-pytest/distributed.test_inductor_collectives/distributed.test_inductor_collectives-f9afad458cd75285.xml 2025-12-04T10:53:28.8756933Z Failed to parse and upload json test reports: Unable to locate credentials 2025-12-04T10:53:28.8758674Z Running distributed/tensor/test_dtensor_compile 1/4 ... [2025-12-04 10:53:28.875761][3571921.930090645] 2025-12-04T10:53:28.8758952Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2025-12-04T10:53:28.8760404Z Executing ['/opt/conda/envs/py_3.10/bin/python', '-bb', 'distributed/tensor/test_dtensor_compile.py', '--shard-id=1', '--num-shards=4', '-v', '-vv', '-rfEX', '-p', 'no:xdist', '--use-pytest', '-x', '--reruns=0', '--import-slow-tests', '--import-disabled-tests'] ... [2025-12-04 10:53:28.875922] 2025-12-04T11:15:01.4199093Z 2025-12-04T11:15:01.4200460Z PRINTING LOG FILE of distributed/tensor/test_dtensor_compile 1/4 (test/test-reports/distributed.tensor.test_dtensor_compile_1.4_73b2a6d8df5e2b84_.log) 2025-12-04T11:15:01.4201803Z Test results will be stored in test-reports/python-pytest/distributed.tensor.test_dtensor_compile/distributed.tensor.test_dtensor_compile-c3486f709c10295a.xml 2025-12-04T11:15:01.4202710Z ============================= test session starts ============================== 2025-12-04T11:15:01.4204139Z platform linux -- Python 3.10.14, pytest-7.3.2, pluggy-1.6.0 -- /opt/conda/envs/py_3.10/bin/python 2025-12-04T11:15:01.4204672Z cachedir: .pytest_cache 2025-12-04T11:15:01.4205304Z hypothesis profile 'pytorch_ci' -> database=None, max_examples=50, derandomize=True, suppress_health_check=[HealthCheck.too_slow] 2025-12-04T11:15:01.4206001Z rootdir: /var/lib/jenkins/pytorch 2025-12-04T11:15:01.4206334Z configfile: pytest.ini 2025-12-04T11:15:01.4207201Z plugins: hypothesis-6.56.4, cpp-2.3.0, flakefinder-1.1.0, rerunfailures-14.0, subtests-0.13.1, xdist-3.3.1, xdoctest-1.3.0, typeguard-4.3.0 2025-12-04T11:15:01.4207895Z collecting ... collected 49 items 2025-12-04T11:15:01.4208333Z stepcurrent: Cannot find last run test, not skipping 2025-12-04T11:15:01.4212070Z Running 11 items in this shard: test/distributed/tensor/test_dtensor_compile.py::TestDTensorCompile::test_dtensor_different_gradient_placement, test/distributed/tensor/test_dtensor_compile.py::TestDTensorCompile::test_dtensor_requires_grad_recompile, test/distributed/tensor/test_dtensor_compile.py::TestDTensorCompile::test_dynamo_dtensor_from_local, test/distributed/tensor/test_dtensor_compile.py::TestDTensorCompile::test_dynamo_dtensor_from_local_redistribute_async, test/distributed/tensor/test_dtensor_compile.py::TestDTensorCompile::test_dynamo_to_local_kwargs, test/distributed/tensor/test_dtensor_compile.py::TestDTensorCompile::test_graph_input_is_async, test/distributed/tensor/test_dtensor_compile.py::TestDTensorCompile::test_unwrap_async_collective_tensor_tangent, test/distributed/tensor/test_dtensor_compile.py::TestDTensorCompileE2E::test_2d_fsdp_tp_ac_compile_use_ca_False, test/distributed/tensor/test_dtensor_compile.py::TestDTensorCompileE2E::test_2d_fsdp_tp_compile_use_ca_False, test/distributed/tensor/test_dtensor_compile.py::TestDTensorCompileE2E::test_tp_compile_fullgraph_is_seq_parallel_True_use_ca_False, test/distributed/tensor/test_dtensor_compile.py::TestDTensorCompileE2E::test_tp_compile_fullgraph_is_seq_parallel_True_use_ca_True 2025-12-04T11:15:01.4213974Z 2025-12-04T11:15:01.4214153Z distributed/tensor/test_dtensor_compile.py::TestDTensorCompile::test_dtensor_different_gradient_placement PASSED [4.5568s] [ 9%] 2025-12-04T11:15:01.4214518Z distributed/tensor/test_dtensor_compile.py::TestDTensorCompile::test_dtensor_requires_grad_recompile PASSED [0.0927s] [ 18%] 2025-12-04T11:15:01.4214997Z distributed/tensor/test_dtensor_compile.py::TestDTensorCompile::test_dynamo_dtensor_from_local PASSED [0.1340s] [ 27%] 2025-12-04T11:15:01.4215545Z distributed/tensor/test_dtensor_compile.py::TestDTensorCompile::test_dynamo_dtensor_from_local_redistribute_async PASSED [0.0561s] [ 36%] 2025-12-04T11:15:01.4215909Z distributed/tensor/test_dtensor_compile.py::TestDTensorCompile::test_dynamo_to_local_kwargs PASSED [0.0511s] [ 45%] 2025-12-04T11:15:01.4216242Z distributed/tensor/test_dtensor_compile.py::TestDTensorCompile::test_graph_input_is_async PASSED [0.0629s] [ 54%] 2025-12-04T11:15:01.4216600Z distributed/tensor/test_dtensor_compile.py::TestDTensorCompile::test_unwrap_async_collective_tensor_tangent PASSED [2.4084s] [ 63%] 2025-12-04T11:15:01.4217157Z distributed/tensor/test_dtensor_compile.py::TestDTensorCompileE2E::test_2d_fsdp_tp_ac_compile_use_ca_False I1204 10:53:41.179000 43900 site-packages/torch/testing/_internal/common_distributed.py:849] Started process 0 with pid 45214 2025-12-04T11:15:01.4217647Z I1204 10:53:41.180000 43900 site-packages/torch/testing/_internal/common_distributed.py:849] Started process 1 with pid 45215 2025-12-04T11:15:01.4217998Z I1204 10:53:41.180000 43900 site-packages/torch/testing/_internal/common_distributed.py:849] Started process 2 with pid 45216 2025-12-04T11:15:01.4218336Z I1204 10:53:41.181000 43900 site-packages/torch/testing/_internal/common_distributed.py:849] Started process 3 with pid 45217 2025-12-04T11:15:01.4218736Z [rank3]:W1204 10:56:58.264000 45217 site-packages/torch/_logging/_internal.py:1204] [0/0] Profiler function will be ignored 2025-12-04T11:15:01.4219233Z [rank1]:W1204 10:56:58.279000 45215 site-packages/torch/_logging/_internal.py:1204] [0/0] Profiler function will be ignored 2025-12-04T11:15:01.4219680Z [rank0]:W1204 10:57:04.557000 45214 site-packages/torch/_logging/_internal.py:1204] [0/0] Profiler function will be ignored 2025-12-04T11:15:01.4220120Z [rank2]:W1204 10:57:04.557000 45216 site-packages/torch/_logging/_internal.py:1204] [0/0] Profiler function will be ignored 2025-12-04T11:15:01.4220548Z [rank2]:I1204 10:58:41.219000 45216 site-packages/torch/testing/_internal/common_distributed.py:880] Received event Event.GET_TRACEBACK on process 2 2025-12-04T11:15:01.4220948Z [rank1]:I1204 10:58:41.219000 45215 site-packages/torch/testing/_internal/common_distributed.py:880] Received event Event.GET_TRACEBACK on process 1 2025-12-04T11:15:01.4221346Z [rank0]:I1204 10:58:41.219000 45214 site-packages/torch/testing/_internal/common_distributed.py:880] Received event Event.GET_TRACEBACK on process 0 2025-12-04T11:15:01.4221736Z [rank3]:I1204 10:58:41.219000 45217 site-packages/torch/testing/_internal/common_distributed.py:880] Received event Event.GET_TRACEBACK on process 3 2025-12-04T11:15:01.4222098Z [rank1]:I1204 10:58:41.220000 45215 site-packages/torch/testing/_internal/common_distributed.py:891] Process 1 sent traceback 2025-12-04T11:15:01.4222428Z [rank2]:I1204 10:58:41.220000 45216 site-packages/torch/testing/_internal/common_distributed.py:891] Process 2 sent traceback 2025-12-04T11:15:01.4222760Z [rank3]:I1204 10:58:41.220000 45217 site-packages/torch/testing/_internal/common_distributed.py:891] Process 3 sent traceback 2025-12-04T11:15:01.4223103Z E1204 10:58:41.220000 43900 site-packages/torch/testing/_internal/common_distributed.py:988] Process 0 timed out with traceback: 2025-12-04T11:15:01.4223411Z E1204 10:58:41.220000 43900 site-packages/torch/testing/_internal/common_distributed.py:988] 2025-12-04T11:15:01.4223735Z E1204 10:58:41.220000 43900 site-packages/torch/testing/_internal/common_distributed.py:988] Thread 0x00007ad81adfc640 (most recent call first): 2025-12-04T11:15:01.4224079Z E1204 10:58:41.220000 43900 site-packages/torch/testing/_internal/common_distributed.py:988] 2025-12-04T11:15:01.4224356Z E1204 10:58:41.220000 43900 site-packages/torch/testing/_internal/common_distributed.py:988] 2025-12-04T11:15:01.4224719Z E1204 10:58:41.220000 43900 site-packages/torch/testing/_internal/common_distributed.py:988] Thread 0x00007ad81b7fd640 (most recent call first): 2025-12-04T11:15:01.4225061Z E1204 10:58:41.220000 43900 site-packages/torch/testing/_internal/common_distributed.py:988] 2025-12-04T11:15:01.4225337Z E1204 10:58:41.220000 43900 site-packages/torch/testing/_internal/common_distributed.py:988] 2025-12-04T11:15:01.4225651Z E1204 10:58:41.220000 43900 site-packages/torch/testing/_internal/common_distributed.py:988] Thread 0x00007ad81c1fe640 (most recent call first): 2025-12-04T11:15:01.4225992Z E1204 10:58:41.220000 43900 site-packages/torch/testing/_internal/common_distributed.py:988] 2025-12-04T11:15:01.4226266Z E1204 10:58:41.220000 43900 site-packages/torch/testing/_internal/common_distributed.py:988] 2025-12-04T11:15:01.4226588Z E1204 10:58:41.220000 43900 site-packages/torch/testing/_internal/common_distributed.py:988] Thread 0x00007ad81cbff640 (most recent call first): 2025-12-04T11:15:01.4227079Z E1204 10:58:41.220000 43900 site-packages/torch/testing/_internal/common_distributed.py:988] File "/opt/conda/envs/py_3.10/lib/python3.10/site-packages/torch/_ops.py", line 836 in __call__ 2025-12-04T11:15:01.4227653Z E1204 10:58:41.220000 43900 site-packages/torch/testing/_internal/common_distributed.py:988] File "/opt/conda/envs/py_3.10/lib/python3.10/site-packages/torch/distributed/_functional_collectives.py", line 684 in __torch_dispatch__ 2025-12-04T11:15:01.4228134Z E1204 10:58:41.220000 43900 site-packages/torch/testing/_internal/common_distributed.py:988] 2025-12-04T11:15:01.4228451Z E1204 10:58:41.220000 43900 site-packages/torch/testing/_internal/common_distributed.py:988] Thread 0x00007ad8bc9ff640 (most recent call first): 2025-12-04T11:15:01.4228865Z E1204 10:58:41.220000 43900 site-packages/torch/testing/_internal/common_distributed.py:988] File "/opt/conda/envs/py_3.10/lib/python3.10/threading.py", line 324 in wait 2025-12-04T11:15:01.4229310Z E1204 10:58:41.220000 43900 site-packages/torch/testing/_internal/common_distributed.py:988] File "/opt/conda/envs/py_3.10/lib/python3.10/threading.py", line 607 in wait 2025-12-04T11:15:01.4229778Z E1204 10:58:41.220000 43900 site-packages/torch/testing/_internal/common_distributed.py:988] File "/opt/conda/envs/py_3.10/lib/python3.10/site-packages/tqdm/_monitor.py", line 60 in run 2025-12-04T11:15:01.4230267Z E1204 10:58:41.220000 43900 site-packages/torch/testing/_internal/common_distributed.py:988] File "/opt/conda/envs/py_3.10/lib/python3.10/threading.py", line 1016 in _bootstrap_inner 2025-12-04T11:15:01.4230741Z E1204 10:58:41.220000 43900 site-packages/torch/testing/_internal/common_distributed.py:988] File "/opt/conda/envs/py_3.10/lib/python3.10/threading.py", line 973 in _bootstrap 2025-12-04T11:15:01.4231096Z E1204 10:58:41.220000 43900 site-packages/torch/testing/_internal/common_distributed.py:988] 2025-12-04T11:15:01.4231426Z E1204 10:58:41.220000 43900 site-packages/torch/testing/_internal/common_distributed.py:988] Current thread 0x00007ada0a782640 (most recent call first): 2025-12-04T11:15:01.4231935Z E1204 10:58:41.220000 43900 site-packages/torch/testing/_internal/common_distributed.py:988] File "/opt/conda/envs/py_3.10/lib/python3.10/site-packages/torch/testing/_internal/common_distributed.py", line 885 in _event_listener 2025-12-04T11:15:01.4232460Z E1204 10:58:41.220000 43900 site-packages/torch/testing/_internal/common_distributed.py:988] File "/opt/conda/envs/py_3.10/lib/python3.10/threading.py", line 953 in run 2025-12-04T11:15:01.4232922Z E1204 10:58:41.220000 43900 site-packages/torch/testing/_internal/common_distributed.py:988] File "/opt/conda/envs/py_3.10/lib/python3.10/threading.py", line 1016 in _bootstrap_inner 2025-12-04T11:15:01.4233394Z E1204 10:58:41.220000 43900 site-packages/torch/testing/_internal/common_distributed.py:988] File "/opt/conda/envs/py_3.10/lib/python3.10/threading.py", line 973 in _bootstrap 2025-12-04T11:15:01.4233777Z E1204 10:58:41.220000 43900 site-packages/torch/testing/_internal/common_distributed.py:988] 2025-12-04T11:15:01.4234120Z E1204 10:58:41.220000 43900 site-packages/torch/testing/_internal/common_distributed.py:988] Thread 0x00007afc0a273740 (most recent call first): 2025-12-04T11:15:01.4234595Z E1204 10:58:41.220000 43900 site-packages/torch/testing/_internal/common_distributed.py:988] File "/opt/conda/envs/py_3.10/lib/python3.10/site-packages/torch/autograd/graph.py", line 865 in _engine_run_backward 2025-12-04T11:15:01.4235146Z E1204 10:58:41.220000 43900 site-packages/torch/testing/_internal/common_distributed.py:988] File "/opt/conda/envs/py_3.10/lib/python3.10/site-packages/torch/autograd/__init__.py", line 364 in backward 2025-12-04T11:15:01.4235663Z E1204 10:58:41.220000 43900 site-packages/torch/testing/_internal/common_distributed.py:988] File "/opt/conda/envs/py_3.10/lib/python3.10/site-packages/torch/_tensor.py", line 629 in backward 2025-12-04T11:15:01.4236224Z E1204 10:58:41.220000 43900 site-packages/torch/testing/_internal/common_distributed.py:988] File "/var/lib/jenkins/pytorch/test/distributed/tensor/test_dtensor_compile.py", line 1400 in test_2d_fsdp_tp_ac_compile 2025-12-04T11:15:01.4236891Z E1204 10:58:41.220000 43900 site-packages/torch/testing/_internal/common_distributed.py:988] File "/opt/conda/envs/py_3.10/lib/python3.10/site-packages/torch/testing/_internal/common_distributed.py", line 227 in wrapper 2025-12-04T11:15:01.4237503Z E1204 10:58:41.220000 43900 site-packages/torch/testing/_internal/common_distributed.py:988] File "/opt/conda/envs/py_3.10/lib/python3.10/site-packages/torch/testing/_internal/distributed/_tensor/common_dtensor.py", line 536 in wrapper 2025-12-04T11:15:01.4238158Z E1204 10:58:41.220000 43900 site-packages/torch/testing/_internal/common_distributed.py:988] File "/opt/conda/envs/py_3.10/lib/python3.10/site-packages/torch/testing/_internal/common_utils.py", line 586 in instantiated_test 2025-12-04T11:15:01.4238745Z E1204 10:58:41.220000 43900 site-packages/torch/testing/_internal/common_distributed.py:988] File "/opt/conda/envs/py_3.10/lib/python3.10/site-packages/torch/testing/_internal/common_utils.py", line 3329 in wrapper 2025-12-04T11:15:01.4239324Z E1204 10:58:41.220000 43900 site-packages/torch/testing/_internal/common_distributed.py:988] File "/opt/conda/envs/py_3.10/lib/python3.10/site-packages/torch/testing/_internal/common_distributed.py", line 772 in wrapper 2025-12-04T11:15:01.4239909Z E1204 10:58:41.220000 43900 site-packages/torch/testing/_internal/common_distributed.py:988] File "/opt/conda/envs/py_3.10/lib/python3.10/site-packages/torch/testing/_internal/common_distributed.py", line 925 in run_test 2025-12-04T11:15:01.4240490Z E1204 10:58:41.220000 43900 site-packages/torch/testing/_internal/common_distributed.py:988] File "/opt/conda/envs/py_3.10/lib/python3.10/site-packages/torch/testing/_internal/common_distributed.py", line 903 in _run 2025-12-04T11:15:01.4241017Z E1204 10:58:41.220000 43900 site-packages/torch/testing/_internal/common_distributed.py:988] File "/opt/conda/envs/py_3.10/lib/python3.10/multiprocessing/process.py", line 108 in run 2025-12-04T11:15:01.4241507Z E1204 10:58:41.220000 43900 site-packages/torch/testing/_internal/common_distributed.py:988] File "/opt/conda/envs/py_3.10/lib/python3.10/multiprocessing/process.py", line 314 in _bootstrap 2025-12-04T11:15:01.4241993Z E1204 10:58:41.220000 43900 site-packages/torch/testing/_internal/common_distributed.py:988] File "/opt/conda/envs/py_3.10/lib/python3.10/multiprocessing/spawn.py", line 129 in _main 2025-12-04T11:15:01.4242479Z E1204 10:58:41.220000 43900 site-packages/torch/testing/_internal/common_distributed.py:988] File "/opt/conda/envs/py_3.10/lib/python3.10/multiprocessing/spawn.py", line 116 in spawn_main 2025-12-04T11:15:01.4242897Z E1204 10:58:41.220000 43900 site-packages/torch/testing/_internal/common_distributed.py:988] File "", line 1 in 2025-12-04T11:15:01.4243194Z E1204 10:58:41.220000 43900 site-packages/torch/testing/_internal/common_distributed.py:988] 2025-12-04T11:15:01.4243529Z [rank0]:I1204 10:58:41.220000 45214 site-packages/torch/testing/_internal/common_distributed.py:891] Process 0 sent traceback 2025-12-04T11:15:01.4243870Z E1204 10:58:41.221000 43900 site-packages/torch/testing/_internal/common_distributed.py:988] Process 1 timed out with traceback: 2025-12-04T11:15:01.4244167Z E1204 10:58:41.221000 43900 site-packages/torch/testing/_internal/common_distributed.py:988] 2025-12-04T11:15:01.4244482Z E1204 10:58:41.221000 43900 site-packages/torch/testing/_internal/common_distributed.py:988] Thread 0x000074cd961fd640 (most recent call first): 2025-12-04T11:15:01.4244819Z E1204 10:58:41.221000 43900 site-packages/torch/testing/_internal/common_distributed.py:988] 2025-12-04T11:15:01.4245094Z E1204 10:58:41.221000 43900 site-packages/torch/testing/_internal/common_distributed.py:988] 2025-12-04T11:15:01.4245405Z E1204 10:58:41.221000 43900 site-packages/torch/testing/_internal/common_distributed.py:988] Thread 0x000074cd957fc640 (most recent call first): 2025-12-04T11:15:01.4245743Z E1204 10:58:41.221000 43900 site-packages/torch/testing/_internal/common_distributed.py:988] 2025-12-04T11:15:01.4246016Z E1204 10:58:41.221000 43900 site-packages/torch/testing/_internal/common_distributed.py:988] 2025-12-04T11:15:01.4246329Z E1204 10:58:41.221000 43900 site-packages/torch/testing/_internal/common_distributed.py:988] Thread 0x000074cd96bfe640 (most recent call first): 2025-12-04T11:15:01.4246666Z E1204 10:58:41.221000 43900 site-packages/torch/testing/_internal/common_distributed.py:988] 2025-12-04T11:15:01.4247009Z E1204 10:58:41.221000 43900 site-packages/torch/testing/_internal/common_distributed.py:988] 2025-12-04T11:15:01.4247327Z E1204 10:58:41.221000 43900 site-packages/torch/testing/_internal/common_distributed.py:988] Thread 0x000074cd975ff640 (most recent call first): 2025-12-04T11:15:01.4247662Z E1204 10:58:41.221000 43900 site-packages/torch/testing/_internal/common_distributed.py:988] 2025-12-04T11:15:01.4247942Z E1204 10:58:41.221000 43900 site-packages/torch/testing/_internal/common_distributed.py:988] 2025-12-04T11:15:01.4248252Z E1204 10:58:41.221000 43900 site-packages/torch/testing/_internal/common_distributed.py:988] Thread 0x000074ce371ff640 (most recent call first): 2025-12-04T11:15:01.4248660Z E1204 10:58:41.221000 43900 site-packages/torch/testing/_internal/common_distributed.py:988] File "/opt/conda/envs/py_3.10/lib/python3.10/threading.py", line 324 in wait 2025-12-04T11:15:01.4249103Z E1204 10:58:41.221000 43900 site-packages/torch/testing/_internal/common_distributed.py:988] File "/opt/conda/envs/py_3.10/lib/python3.10/threading.py", line 607 in wait 2025-12-04T11:15:01.4249563Z E1204 10:58:41.221000 43900 site-packages/torch/testing/_internal/common_distributed.py:988] File "/opt/conda/envs/py_3.10/lib/python3.10/site-packages/tqdm/_monitor.py", line 60 in run 2025-12-04T11:15:01.4250041Z E1204 10:58:41.221000 43900 site-packages/torch/testing/_internal/common_distributed.py:988] File "/opt/conda/envs/py_3.10/lib/python3.10/threading.py", line 1016 in _bootstrap_inner 2025-12-04T11:15:01.4250506Z E1204 10:58:41.221000 43900 site-packages/torch/testing/_internal/common_distributed.py:988] File "/opt/conda/envs/py_3.10/lib/python3.10/threading.py", line 973 in _bootstrap 2025-12-04T11:15:01.4250867Z E1204 10:58:41.221000 43900 site-packages/torch/testing/_internal/common_distributed.py:988] 2025-12-04T11:15:01.4251193Z E1204 10:58:41.221000 43900 site-packages/torch/testing/_internal/common_distributed.py:988] Current thread 0x000074cf84f82640 (most recent call first): 2025-12-04T11:15:01.4251698Z E1204 10:58:41.221000 43900 site-packages/torch/testing/_internal/common_distributed.py:988] File "/opt/conda/envs/py_3.10/lib/python3.10/site-packages/torch/testing/_internal/common_distributed.py", line 885 in _event_listener 2025-12-04T11:15:01.4252220Z E1204 10:58:41.221000 43900 site-packages/torch/testing/_internal/common_distributed.py:988] File "/opt/conda/envs/py_3.10/lib/python3.10/threading.py", line 953 in run 2025-12-04T11:15:01.4252707Z E1204 10:58:41.221000 43900 site-packages/torch/testing/_internal/common_distributed.py:988] File "/opt/conda/envs/py_3.10/lib/python3.10/threading.py", line 1016 in _bootstrap_inner 2025-12-04T11:15:01.4253170Z E1204 10:58:41.221000 43900 site-packages/torch/testing/_internal/common_distributed.py:988] File "/opt/conda/envs/py_3.10/lib/python3.10/threading.py", line 973 in _bootstrap 2025-12-04T11:15:01.4253525Z E1204 10:58:41.221000 43900 site-packages/torch/testing/_internal/common_distributed.py:988] 2025-12-04T11:15:01.4253838Z E1204 10:58:41.221000 43900 site-packages/torch/testing/_internal/common_distributed.py:988] Thread 0x000074f184c97740 (most recent call first): 2025-12-04T11:15:01.4254328Z E1204 10:58:41.221000 43900 site-packages/torch/testing/_internal/common_distributed.py:988] File "/opt/conda/envs/py_3.10/lib/python3.10/site-packages/torch/testing/_comparison.py", line 1087 in _compare_regular_values_close 2025-12-04T11:15:01.4254907Z E1204 10:58:41.221000 43900 site-packages/torch/testing/_internal/common_distributed.py:988] File "/opt/conda/envs/py_3.10/lib/python3.10/site-packages/torch/testing/_comparison.py", line 905 in _compare_values 2025-12-04T11:15:01.4255456Z E1204 10:58:41.221000 43900 site-packages/torch/testing/_internal/common_distributed.py:988] File "/opt/conda/envs/py_3.10/lib/python3.10/site-packages/torch/testing/_comparison.py", line 747 in compare 2025-12-04T11:15:01.4256042Z E1204 10:58:41.221000 43900 site-packages/torch/testing/_internal/common_distributed.py:988] File "/opt/conda/envs/py_3.10/lib/python3.10/site-packages/torch/testing/_comparison.py", line 1298 in not_close_error_metas 2025-12-04T11:15:01.4256626Z E1204 10:58:41.221000 43900 site-packages/torch/testing/_internal/common_distributed.py:988] File "/opt/conda/envs/py_3.10/lib/python3.10/site-packages/torch/testing/_internal/common_utils.py", line 4245 in assertEqual 2025-12-04T11:15:01.4257245Z E1204 10:58:41.221000 43900 site-packages/torch/testing/_internal/common_distributed.py:988] File "/var/lib/jenkins/pytorch/test/distributed/tensor/test_dtensor_compile.py", line 1406 in test_2d_fsdp_tp_ac_compile 2025-12-04T11:15:01.4257835Z E1204 10:58:41.221000 43900 site-packages/torch/testing/_internal/common_distributed.py:988] File "/opt/conda/envs/py_3.10/lib/python3.10/site-packages/torch/testing/_internal/common_distributed.py", line 227 in wrapper 2025-12-04T11:15:01.4258445Z E1204 10:58:41.221000 43900 site-packages/torch/testing/_internal/common_distributed.py:988] File "/opt/conda/envs/py_3.10/lib/python3.10/site-packages/torch/testing/_internal/distributed/_tensor/common_dtensor.py", line 536 in wrapper 2025-12-04T11:15:01.4259063Z E1204 10:58:41.221000 43900 site-packages/torch/testing/_internal/common_distributed.py:988] File "/opt/conda/envs/py_3.10/lib/python3.10/site-packages/torch/testing/_internal/common_utils.py", line 586 in instantiated_test 2025-12-04T11:15:01.4259647Z E1204 10:58:41.221000 43900 site-packages/torch/testing/_internal/common_distributed.py:988] File "/opt/conda/envs/py_3.10/lib/python3.10/site-packages/torch/testing/_internal/common_utils.py", line 3329 in wrapper 2025-12-04T11:15:01.4260226Z E1204 10:58:41.221000 43900 site-packages/torch/testing/_internal/common_distributed.py:988] File "/opt/conda/envs/py_3.10/lib/python3.10/site-packages/torch/testing/_internal/common_distributed.py", line 772 in wrapper 2025-12-04T11:15:01.4260808Z E1204 10:58:41.221000 43900 site-packages/torch/testing/_internal/common_distributed.py:988] File "/opt/conda/envs/py_3.10/lib/python3.10/site-packages/torch/testing/_internal/common_distributed.py", line 925 in run_test 2025-12-04T11:15:01.4261392Z E1204 10:58:41.221000 43900 site-packages/torch/testing/_internal/common_distributed.py:988] File "/opt/conda/envs/py_3.10/lib/python3.10/site-packages/torch/testing/_internal/common_distributed.py", line 903 in _run 2025-12-04T11:15:01.4261948Z E1204 10:58:41.221000 43900 site-packages/torch/testing/_internal/common_distributed.py:988] File "/opt/conda/envs/py_3.10/lib/python3.10/multiprocessing/process.py", line 108 in run 2025-12-04T11:15:01.4262439Z E1204 10:58:41.221000 43900 site-packages/torch/testing/_internal/common_distributed.py:988] File "/opt/conda/envs/py_3.10/lib/python3.10/multiprocessing/process.py", line 314 in _bootstrap 2025-12-04T11:15:01.4262924Z E1204 10:58:41.221000 43900 site-packages/torch/testing/_internal/common_distributed.py:988] File "/opt/conda/envs/py_3.10/lib/python3.10/multiprocessing/spawn.py", line 129 in _main 2025-12-04T11:15:01.4263407Z E1204 10:58:41.221000 43900 site-packages/torch/testing/_internal/common_distributed.py:988] File "/opt/conda/envs/py_3.10/lib/python3.10/multiprocessing/spawn.py", line 116 in spawn_main 2025-12-04T11:15:01.4263827Z E1204 10:58:41.221000 43900 site-packages/torch/testing/_internal/common_distributed.py:988] File "", line 1 in 2025-12-04T11:15:01.4264127Z E1204 10:58:41.221000 43900 site-packages/torch/testing/_internal/common_distributed.py:988] 2025-12-04T11:15:01.4264429Z E1204 10:58:41.221000 43900 site-packages/torch/testing/_internal/common_distributed.py:988] Process 2 timed out with traceback: 2025-12-04T11:15:01.4264724Z E1204 10:58:41.221000 43900 site-packages/torch/testing/_internal/common_distributed.py:988] 2025-12-04T11:15:01.4265036Z E1204 10:58:41.221000 43900 site-packages/torch/testing/_internal/common_distributed.py:988] Thread 0x0000734e2cbfd640 (most recent call first): 2025-12-04T11:15:01.4265519Z E1204 10:58:41.221000 43900 site-packages/torch/testing/_internal/common_distributed.py:988] File "/opt/conda/envs/py_3.10/lib/python3.10/site-packages/torch/_ops.py", line 836 in __call__ 2025-12-04T11:15:01.4266075Z E1204 10:58:41.221000 43900 site-packages/torch/testing/_internal/common_distributed.py:988] File "/opt/conda/envs/py_3.10/lib/python3.10/site-packages/torch/distributed/_functional_collectives.py", line 684 in __torch_dispatch__ 2025-12-04T11:15:01.4266510Z E1204 10:58:41.221000 43900 site-packages/torch/testing/_internal/common_distributed.py:988] 2025-12-04T11:15:01.4266855Z E1204 10:58:41.221000 43900 site-packages/torch/testing/_internal/common_distributed.py:988] Thread 0x0000734e2c1fc640 (most recent call first): 2025-12-04T11:15:01.4267194Z E1204 10:58:41.221000 43900 site-packages/torch/testing/_internal/common_distributed.py:988] 2025-12-04T11:15:01.4267465Z E1204 10:58:41.221000 43900 site-packages/torch/testing/_internal/common_distributed.py:988] 2025-12-04T11:15:01.4267780Z E1204 10:58:41.221000 43900 site-packages/torch/testing/_internal/common_distributed.py:988] Thread 0x0000734e2dfff640 (most recent call first): 2025-12-04T11:15:01.4268118Z E1204 10:58:41.221000 43900 site-packages/torch/testing/_internal/common_distributed.py:988] 2025-12-04T11:15:01.4268390Z E1204 10:58:41.221000 43900 site-packages/torch/testing/_internal/common_distributed.py:988] 2025-12-04T11:15:01.4268701Z E1204 10:58:41.221000 43900 site-packages/torch/testing/_internal/common_distributed.py:988] Thread 0x0000734e2d5fe640 (most recent call first): 2025-12-04T11:15:01.4269043Z E1204 10:58:41.221000 43900 site-packages/torch/testing/_internal/common_distributed.py:988] 2025-12-04T11:15:01.4269312Z E1204 10:58:41.221000 43900 site-packages/torch/testing/_internal/common_distributed.py:988] 2025-12-04T11:15:01.4269621Z E1204 10:58:41.221000 43900 site-packages/torch/testing/_internal/common_distributed.py:988] Thread 0x0000734fea1fc640 (most recent call first): 2025-12-04T11:15:01.4270031Z E1204 10:58:41.221000 43900 site-packages/torch/testing/_internal/common_distributed.py:988] File "/opt/conda/envs/py_3.10/lib/python3.10/threading.py", line 324 in wait 2025-12-04T11:15:01.4270475Z E1204 10:58:41.221000 43900 site-packages/torch/testing/_internal/common_distributed.py:988] File "/opt/conda/envs/py_3.10/lib/python3.10/threading.py", line 607 in wait 2025-12-04T11:15:01.4270972Z E1204 10:58:41.221000 43900 site-packages/torch/testing/_internal/common_distributed.py:988] File "/opt/conda/envs/py_3.10/lib/python3.10/site-packages/tqdm/_monitor.py", line 60 in run 2025-12-04T11:15:01.4271455Z E1204 10:58:41.221000 43900 site-packages/torch/testing/_internal/common_distributed.py:988] File "/opt/conda/envs/py_3.10/lib/python3.10/threading.py", line 1016 in _bootstrap_inner 2025-12-04T11:15:01.4271919Z E1204 10:58:41.221000 43900 site-packages/torch/testing/_internal/common_distributed.py:988] File "/opt/conda/envs/py_3.10/lib/python3.10/threading.py", line 973 in _bootstrap 2025-12-04T11:15:01.4272275Z E1204 10:58:41.221000 43900 site-packages/torch/testing/_internal/common_distributed.py:988] 2025-12-04T11:15:01.4272599Z E1204 10:58:41.221000 43900 site-packages/torch/testing/_internal/common_distributed.py:988] Current thread 0x00007368253fe640 (most recent call first): 2025-12-04T11:15:01.4273103Z E1204 10:58:41.221000 43900 site-packages/torch/testing/_internal/common_distributed.py:988] File "/opt/conda/envs/py_3.10/lib/python3.10/site-packages/torch/testing/_internal/common_distributed.py", line 885 in _event_listener 2025-12-04T11:15:01.4273629Z E1204 10:58:41.221000 43900 site-packages/torch/testing/_internal/common_distributed.py:988] File "/opt/conda/envs/py_3.10/lib/python3.10/threading.py", line 953 in run 2025-12-04T11:15:01.4274086Z E1204 10:58:41.221000 43900 site-packages/torch/testing/_internal/common_distributed.py:988] File "/opt/conda/envs/py_3.10/lib/python3.10/threading.py", line 1016 in _bootstrap_inner 2025-12-04T11:15:01.4274587Z E1204 10:58:41.221000 43900 site-packages/torch/testing/_internal/common_distributed.py:988] File "/opt/conda/envs/py_3.10/lib/python3.10/threading.py", line 973 in _bootstrap 2025-12-04T11:15:01.4274940Z E1204 10:58:41.221000 43900 site-packages/torch/testing/_internal/common_distributed.py:988] 2025-12-04T11:15:01.4275253Z E1204 10:58:41.221000 43900 site-packages/torch/testing/_internal/common_distributed.py:988] Thread 0x000073721b65b740 (most recent call first): 2025-12-04T11:15:01.4275725Z E1204 10:58:41.221000 43900 site-packages/torch/testing/_internal/common_distributed.py:988] File "/opt/conda/envs/py_3.10/lib/python3.10/site-packages/torch/autograd/graph.py", line 865 in _engine_run_backward 2025-12-04T11:15:01.4276272Z E1204 10:58:41.221000 43900 site-packages/torch/testing/_internal/common_distributed.py:988] File "/opt/conda/envs/py_3.10/lib/python3.10/site-packages/torch/autograd/__init__.py", line 364 in backward 2025-12-04T11:15:01.4276822Z E1204 10:58:41.221000 43900 site-packages/torch/testing/_internal/common_distributed.py:988] File "/opt/conda/envs/py_3.10/lib/python3.10/site-packages/torch/_tensor.py", line 629 in backward 2025-12-04T11:15:01.4277373Z E1204 10:58:41.221000 43900 site-packages/torch/testing/_internal/common_distributed.py:988] File "/var/lib/jenkins/pytorch/test/distributed/tensor/test_dtensor_compile.py", line 1400 in test_2d_fsdp_tp_ac_compile 2025-12-04T11:15:01.4277965Z E1204 10:58:41.221000 43900 site-packages/torch/testing/_internal/common_distributed.py:988] File "/opt/conda/envs/py_3.10/lib/python3.10/site-packages/torch/testing/_internal/common_distributed.py", line 227 in wrapper 2025-12-04T11:15:01.4278575Z E1204 10:58:41.221000 43900 site-packages/torch/testing/_internal/common_distributed.py:988] File "/opt/conda/envs/py_3.10/lib/python3.10/site-packages/torch/testing/_internal/distributed/_tensor/common_dtensor.py", line 536 in wrapper 2025-12-04T11:15:01.4279190Z E1204 10:58:41.221000 43900 site-packages/torch/testing/_internal/common_distributed.py:988] File "/opt/conda/envs/py_3.10/lib/python3.10/site-packages/torch/testing/_internal/common_utils.py", line 586 in instantiated_test 2025-12-04T11:15:01.4279771Z E1204 10:58:41.221000 43900 site-packages/torch/testing/_internal/common_distributed.py:988] File "/opt/conda/envs/py_3.10/lib/python3.10/site-packages/torch/testing/_internal/common_utils.py", line 3329 in wrapper 2025-12-04T11:15:01.4280381Z E1204 10:58:41.221000 43900 site-packages/torch/testing/_internal/common_distributed.py:988] File "/opt/conda/envs/py_3.10/lib/python3.10/site-packages/torch/testing/_internal/common_distributed.py", line 772 in wrapper 2025-12-04T11:15:01.4280964Z E1204 10:58:41.221000 43900 site-packages/torch/testing/_internal/common_distributed.py:988] File "/opt/conda/envs/py_3.10/lib/python3.10/site-packages/torch/testing/_internal/common_distributed.py", line 925 in run_test 2025-12-04T11:15:01.4281545Z E1204 10:58:41.221000 43900 site-packages/torch/testing/_internal/common_distributed.py:988] File "/opt/conda/envs/py_3.10/lib/python3.10/site-packages/torch/testing/_internal/common_distributed.py", line 903 in _run 2025-12-04T11:15:01.4282070Z E1204 10:58:41.221000 43900 site-packages/torch/testing/_internal/common_distributed.py:988] File "/opt/conda/envs/py_3.10/lib/python3.10/multiprocessing/process.py", line 108 in run 2025-12-04T11:15:01.4282558Z E1204 10:58:41.221000 43900 site-packages/torch/testing/_internal/common_distributed.py:988] File "/opt/conda/envs/py_3.10/lib/python3.10/multiprocessing/process.py", line 314 in _bootstrap 2025-12-04T11:15:01.4283044Z E1204 10:58:41.221000 43900 site-packages/torch/testing/_internal/common_distributed.py:988] File "/opt/conda/envs/py_3.10/lib/python3.10/multiprocessing/spawn.py", line 129 in _main 2025-12-04T11:15:01.4283526Z E1204 10:58:41.221000 43900 site-packages/torch/testing/_internal/common_distributed.py:988] File "/opt/conda/envs/py_3.10/lib/python3.10/multiprocessing/spawn.py", line 116 in spawn_main 2025-12-04T11:15:01.4283975Z E1204 10:58:41.221000 43900 site-packages/torch/testing/_internal/common_distributed.py:988] File "", line 1 in 2025-12-04T11:15:01.4284276Z E1204 10:58:41.221000 43900 site-packages/torch/testing/_internal/common_distributed.py:988] 2025-12-04T11:15:01.4284576Z E1204 10:58:41.221000 43900 site-packages/torch/testing/_internal/common_distributed.py:988] Process 3 timed out with traceback: 2025-12-04T11:15:01.4284874Z E1204 10:58:41.221000 43900 site-packages/torch/testing/_internal/common_distributed.py:988] 2025-12-04T11:15:01.4285190Z E1204 10:58:41.221000 43900 site-packages/torch/testing/_internal/common_distributed.py:988] Thread 0x000078a06fbfd640 (most recent call first): 2025-12-04T11:15:01.4285527Z E1204 10:58:41.221000 43900 site-packages/torch/testing/_internal/common_distributed.py:988] 2025-12-04T11:15:01.4285797Z E1204 10:58:41.221000 43900 site-packages/torch/testing/_internal/common_distributed.py:988] 2025-12-04T11:15:01.4286114Z E1204 10:58:41.221000 43900 site-packages/torch/testing/_internal/common_distributed.py:988] Thread 0x000078a06f1fc640 (most recent call first): 2025-12-04T11:15:01.4286451Z E1204 10:58:41.221000 43900 site-packages/torch/testing/_internal/common_distributed.py:988] 2025-12-04T11:15:01.4286768Z E1204 10:58:41.221000 43900 site-packages/torch/testing/_internal/common_distributed.py:988] 2025-12-04T11:15:01.4287080Z E1204 10:58:41.221000 43900 site-packages/torch/testing/_internal/common_distributed.py:988] Thread 0x000078a070fff640 (most recent call first): 2025-12-04T11:15:01.4287416Z E1204 10:58:41.221000 43900 site-packages/torch/testing/_internal/common_distributed.py:988] 2025-12-04T11:15:01.4287687Z E1204 10:58:41.221000 43900 site-packages/torch/testing/_internal/common_distributed.py:988] 2025-12-04T11:15:01.4288004Z E1204 10:58:41.221000 43900 site-packages/torch/testing/_internal/common_distributed.py:988] Thread 0x000078a0705fe640 (most recent call first): 2025-12-04T11:15:01.4288342Z E1204 10:58:41.221000 43900 site-packages/torch/testing/_internal/common_distributed.py:988] 2025-12-04T11:15:01.4288614Z E1204 10:58:41.221000 43900 site-packages/torch/testing/_internal/common_distributed.py:988] 2025-12-04T11:15:01.4288925Z E1204 10:58:41.221000 43900 site-packages/torch/testing/_internal/common_distributed.py:988] Thread 0x000078a231ffb640 (most recent call first): 2025-12-04T11:15:01.4289366Z E1204 10:58:41.221000 43900 site-packages/torch/testing/_internal/common_distributed.py:988] File "/opt/conda/envs/py_3.10/lib/python3.10/threading.py", line 324 in wait 2025-12-04T11:15:01.4289809Z E1204 10:58:41.221000 43900 site-packages/torch/testing/_internal/common_distributed.py:988] File "/opt/conda/envs/py_3.10/lib/python3.10/threading.py", line 607 in wait 2025-12-04T11:15:01.4290273Z E1204 10:58:41.221000 43900 site-packages/torch/testing/_internal/common_distributed.py:988] File "/opt/conda/envs/py_3.10/lib/python3.10/site-packages/tqdm/_monitor.py", line 60 in run 2025-12-04T11:15:01.4290756Z E1204 10:58:41.221000 43900 site-packages/torch/testing/_internal/common_distributed.py:988] File "/opt/conda/envs/py_3.10/lib/python3.10/threading.py", line 1016 in _bootstrap_inner 2025-12-04T11:15:01.4291224Z E1204 10:58:41.221000 43900 site-packages/torch/testing/_internal/common_distributed.py:988] File "/opt/conda/envs/py_3.10/lib/python3.10/threading.py", line 973 in _bootstrap 2025-12-04T11:15:01.4291577Z E1204 10:58:41.221000 43900 site-packages/torch/testing/_internal/common_distributed.py:988] 2025-12-04T11:15:01.4291903Z E1204 10:58:41.221000 43900 site-packages/torch/testing/_internal/common_distributed.py:988] Current thread 0x000078a25e782640 (most recent call first): 2025-12-04T11:15:01.4292412Z E1204 10:58:41.221000 43900 site-packages/torch/testing/_internal/common_distributed.py:988] File "/opt/conda/envs/py_3.10/lib/python3.10/site-packages/torch/testing/_internal/common_distributed.py", line 885 in _event_listener 2025-12-04T11:15:01.4292969Z E1204 10:58:41.221000 43900 site-packages/torch/testing/_internal/common_distributed.py:988] File "/opt/conda/envs/py_3.10/lib/python3.10/threading.py", line 953 in run 2025-12-04T11:15:01.4293426Z E1204 10:58:41.221000 43900 site-packages/torch/testing/_internal/common_distributed.py:988] File "/opt/conda/envs/py_3.10/lib/python3.10/threading.py", line 1016 in _bootstrap_inner 2025-12-04T11:15:01.4293893Z E1204 10:58:41.221000 43900 site-packages/torch/testing/_internal/common_distributed.py:988] File "/opt/conda/envs/py_3.10/lib/python3.10/threading.py", line 973 in _bootstrap 2025-12-04T11:15:01.4294248Z E1204 10:58:41.221000 43900 site-packages/torch/testing/_internal/common_distributed.py:988] 2025-12-04T11:15:01.4294562Z E1204 10:58:41.221000 43900 site-packages/torch/testing/_internal/common_distributed.py:988] Thread 0x000078c45ec9f740 (most recent call first): 2025-12-04T11:15:01.4295052Z E1204 10:58:41.221000 43900 site-packages/torch/testing/_internal/common_distributed.py:988] File "/opt/conda/envs/py_3.10/lib/python3.10/site-packages/torch/testing/_comparison.py", line 1087 in _compare_regular_values_close 2025-12-04T11:15:01.4295635Z E1204 10:58:41.221000 43900 site-packages/torch/testing/_internal/common_distributed.py:988] File "/opt/conda/envs/py_3.10/lib/python3.10/site-packages/torch/testing/_comparison.py", line 905 in _compare_values 2025-12-04T11:15:01.4296184Z E1204 10:58:41.221000 43900 site-packages/torch/testing/_internal/common_distributed.py:988] File "/opt/conda/envs/py_3.10/lib/python3.10/site-packages/torch/testing/_comparison.py", line 747 in compare 2025-12-04T11:15:01.4296785Z E1204 10:58:41.221000 43900 site-packages/torch/testing/_internal/common_distributed.py:988] File "/opt/conda/envs/py_3.10/lib/python3.10/site-packages/torch/testing/_comparison.py", line 1298 in not_close_error_metas 2025-12-04T11:15:01.4297366Z E1204 10:58:41.221000 43900 site-packages/torch/testing/_internal/common_distributed.py:988] File "/opt/conda/envs/py_3.10/lib/python3.10/site-packages/torch/testing/_internal/common_utils.py", line 4245 in assertEqual 2025-12-04T11:15:01.4297957Z E1204 10:58:41.221000 43900 site-packages/torch/testing/_internal/common_distributed.py:988] File "/var/lib/jenkins/pytorch/test/distributed/tensor/test_dtensor_compile.py", line 1406 in test_2d_fsdp_tp_ac_compile 2025-12-04T11:15:01.4298549Z E1204 10:58:41.221000 43900 site-packages/torch/testing/_internal/common_distributed.py:988] File "/opt/conda/envs/py_3.10/lib/python3.10/site-packages/torch/testing/_internal/common_distributed.py", line 227 in wrapper 2025-12-04T11:15:01.4299189Z E1204 10:58:41.221000 43900 site-packages/torch/testing/_internal/common_distributed.py:988] File "/opt/conda/envs/py_3.10/lib/python3.10/site-packages/torch/testing/_internal/distributed/_tensor/common_dtensor.py", line 536 in wrapper 2025-12-04T11:15:01.4299806Z E1204 10:58:41.221000 43900 site-packages/torch/testing/_internal/common_distributed.py:988] File "/opt/conda/envs/py_3.10/lib/python3.10/site-packages/torch/testing/_internal/common_utils.py", line 586 in instantiated_test 2025-12-04T11:15:01.4300390Z E1204 10:58:41.221000 43900 site-packages/torch/testing/_internal/common_distributed.py:988] File "/opt/conda/envs/py_3.10/lib/python3.10/site-packages/torch/testing/_internal/common_utils.py", line 3329 in wrapper 2025-12-04T11:15:01.4300975Z E1204 10:58:41.221000 43900 site-packages/torch/testing/_internal/common_distributed.py:988] File "/opt/conda/envs/py_3.10/lib/python3.10/site-packages/torch/testing/_internal/common_distributed.py", line 772 in wrapper 2025-12-04T11:15:01.4301565Z E1204 10:58:41.221000 43900 site-packages/torch/testing/_internal/common_distributed.py:988] File "/opt/conda/envs/py_3.10/lib/python3.10/site-packages/torch/testing/_internal/common_distributed.py", line 925 in run_test 2025-12-04T11:15:01.4302145Z E1204 10:58:41.221000 43900 site-packages/torch/testing/_internal/common_distributed.py:988] File "/opt/conda/envs/py_3.10/lib/python3.10/site-packages/torch/testing/_internal/common_distributed.py", line 903 in _run 2025-12-04T11:15:01.4302705Z E1204 10:58:41.221000 43900 site-packages/torch/testing/_internal/common_distributed.py:988] File "/opt/conda/envs/py_3.10/lib/python3.10/multiprocessing/process.py", line 108 in run 2025-12-04T11:15:01.4303194Z E1204 10:58:41.221000 43900 site-packages/torch/testing/_internal/common_distributed.py:988] File "/opt/conda/envs/py_3.10/lib/python3.10/multiprocessing/process.py", line 314 in _bootstrap 2025-12-04T11:15:01.4303682Z E1204 10:58:41.221000 43900 site-packages/torch/testing/_internal/common_distributed.py:988] File "/opt/conda/envs/py_3.10/lib/python3.10/multiprocessing/spawn.py", line 129 in _main 2025-12-04T11:15:01.4304165Z E1204 10:58:41.221000 43900 site-packages/torch/testing/_internal/common_distributed.py:988] File "/opt/conda/envs/py_3.10/lib/python3.10/multiprocessing/spawn.py", line 116 in spawn_main 2025-12-04T11:15:01.4304585Z E1204 10:58:41.221000 43900 site-packages/torch/testing/_internal/common_distributed.py:988] File "", line 1 in 2025-12-04T11:15:01.4304888Z E1204 10:58:41.221000 43900 site-packages/torch/testing/_internal/common_distributed.py:988] 2025-12-04T11:15:01.4305078Z FAILED [300.0500s] [ 72%] 2025-12-04T11:15:01.4305151Z 2025-12-04T11:15:01.4305211Z =================================== FAILURES =================================== 2025-12-04T11:15:01.4305404Z ________ TestDTensorCompileE2E.test_2d_fsdp_tp_ac_compile_use_ca_False _________ 2025-12-04T11:15:01.4305585Z Traceback (most recent call last): 2025-12-04T11:15:01.4305832Z File "/opt/conda/envs/py_3.10/lib/python3.10/site-packages/torch/testing/_internal/common_distributed.py", line 770, in wrapper 2025-12-04T11:15:01.4306078Z self._join_processes(fn) 2025-12-04T11:15:01.4306330Z File "/opt/conda/envs/py_3.10/lib/python3.10/site-packages/torch/testing/_internal/common_distributed.py", line 1039, in _join_processes 2025-12-04T11:15:01.4314555Z self._check_return_codes(fn, elapsed_time) 2025-12-04T11:15:01.4314853Z File "/opt/conda/envs/py_3.10/lib/python3.10/site-packages/torch/testing/_internal/common_distributed.py", line 1084, in _check_return_codes 2025-12-04T11:15:01.4315129Z raise RuntimeError( 2025-12-04T11:15:01.4315302Z RuntimeError: Process 0 terminated or timed out after 300.04076957702637 seconds 2025-12-04T11:15:01.4315523Z ----------------------------- Captured stdout call ----------------------------- 2025-12-04T11:15:01.4315713Z Timing out after 300 seconds and killing subprocesses. 2025-12-04T11:15:01.4316169Z - generated xml file: /var/lib/jenkins/pytorch/test/test-reports/python-pytest/distributed.tensor.test_dtensor_compile/distributed.tensor.test_dtensor_compile-c3486f709c10295a.xml - 2025-12-04T11:15:01.4316537Z =========================== short test summary info ============================ 2025-12-04T11:15:01.4316964Z FAILED [300.0500s] distributed/tensor/test_dtensor_compile.py::TestDTensorCompileE2E::test_2d_fsdp_tp_ac_compile_use_ca_False - RuntimeError: Process 0 terminated or timed out after 300.04076957702637 seconds 2025-12-04T11:15:01.4317333Z !!!!!!!!!!!!!!!!!!!!!!!!!! stopping after 1 failures !!!!!!!!!!!!!!!!!!!!!!!!!!! 2025-12-04T11:15:01.4317510Z =================== 1 failed, 7 passed in 307.43s (0:05:07) ==================== 2025-12-04T11:15:01.4317864Z /opt/conda/envs/py_3.10/lib/python3.10/multiprocessing/resource_tracker.py:224: UserWarning: resource_tracker: There appear to be 4 leaked semaphore objects to clean up at shutdown 2025-12-04T11:15:01.4318214Z warnings.warn('resource_tracker: There appear to be %d ' 2025-12-04T11:15:01.4318373Z Got exit code 1 2025-12-04T11:15:01.4318484Z Retrying single test... 2025-12-04T11:15:01.4318777Z Test results will be stored in test-reports/python-pytest/distributed.tensor.test_dtensor_compile/distributed.tensor.test_dtensor_compile-eb781ac7617a8d5d.xml 2025-12-04T11:15:01.4319108Z ============================= test session starts ============================== 2025-12-04T11:15:01.4319379Z platform linux -- Python 3.10.14, pytest-7.3.2, pluggy-1.6.0 -- /opt/conda/envs/py_3.10/bin/python 2025-12-04T11:15:01.4319581Z cachedir: .pytest_cache 2025-12-04T11:15:01.4319816Z hypothesis profile 'pytorch_ci' -> database=None, max_examples=50, derandomize=True, suppress_health_check=[HealthCheck.too_slow] 2025-12-04T11:15:01.4320066Z rootdir: /var/lib/jenkins/pytorch 2025-12-04T11:15:01.4320194Z configfile: pytest.ini 2025-12-04T11:15:01.4320434Z plugins: hypothesis-6.56.4, cpp-2.3.0, flakefinder-1.1.0, rerunfailures-14.0, subtests-0.13.1, xdist-3.3.1, xdoctest-1.3.0, typeguard-4.3.0 2025-12-04T11:15:01.4320723Z collecting ... collected 49 items / 10 deselected / 39 selected 2025-12-04T11:15:01.4321069Z stepcurrent: skipping 7 already run items. Running only test/distributed/tensor/test_dtensor_compile.py::TestDTensorCompileE2E::test_2d_fsdp_tp_ac_compile_use_ca_False 2025-12-04T11:15:01.4321377Z Running 1 items in this shard 2025-12-04T11:15:01.4321453Z 2025-12-04T11:15:01.4321765Z distributed/tensor/test_dtensor_compile.py::TestDTensorCompileE2E::test_2d_fsdp_tp_ac_compile_use_ca_False I1204 10:58:49.410000 47934 site-packages/torch/testing/_internal/common_distributed.py:849] Started process 0 with pid 48590 2025-12-04T11:15:01.4322254Z I1204 10:58:49.411000 47934 site-packages/torch/testing/_internal/common_distributed.py:849] Started process 1 with pid 48591 2025-12-04T11:15:01.4322598Z I1204 10:58:49.412000 47934 site-packages/torch/testing/_internal/common_distributed.py:849] Started process 2 with pid 48592 2025-12-04T11:15:01.4322946Z I1204 10:58:49.412000 47934 site-packages/torch/testing/_internal/common_distributed.py:849] Started process 3 with pid 48593 2025-12-04T11:15:01.4323292Z [rank3]:[W1204 11:00:28.505369678 unwind.cpp:219] Warning: Unsupported unwinding pattern: Address not in range (function unwinderFor) 2025-12-04T11:15:01.4323648Z [rank3]:[W1204 11:00:28.505416067 Module.cpp:201] symbolizing C++ stack trace for exception; if this hangs, rerun with TORCH_DISABLE_ADDR2LINE=1... 2025-12-04T11:15:01.4323857Z 2025-12-04T11:15:01.4324019Z [rank3]:[W1204 11:00:36.337067607 Module.cpp:201] symbolizing C++ stack trace for exception; if this hangs, rerun with TORCH_DISABLE_ADDR2LINE=1... 2025-12-04T11:15:01.4324219Z 2025-12-04T11:15:01.4324379Z [rank3]:[W1204 11:00:36.356739874 Module.cpp:201] symbolizing C++ stack trace for exception; if this hangs, rerun with TORCH_DISABLE_ADDR2LINE=1... 2025-12-04T11:15:01.4324578Z 2025-12-04T11:15:01.4324738Z [rank3]:[W1204 11:00:36.359704997 Module.cpp:201] symbolizing C++ stack trace for exception; if this hangs, rerun with TORCH_DISABLE_ADDR2LINE=1... 2025-12-04T11:15:01.4324974Z 2025-12-04T11:15:01.4325136Z [rank3]:[W1204 11:00:36.359872374 Module.cpp:201] symbolizing C++ stack trace for exception; if this hangs, rerun with TORCH_DISABLE_ADDR2LINE=1... 2025-12-04T11:15:01.4325336Z 2025-12-04T11:15:01.4325496Z [rank3]:[W1204 11:00:36.360127109 Module.cpp:201] symbolizing C++ stack trace for exception; if this hangs, rerun with TORCH_DISABLE_ADDR2LINE=1... 2025-12-04T11:15:01.4325719Z 2025-12-04T11:15:01.4325886Z [rank3]:[W1204 11:00:36.393084843 Module.cpp:201] symbolizing C++ stack trace for exception; if this hangs, rerun with TORCH_DISABLE_ADDR2LINE=1... 2025-12-04T11:15:01.4326082Z 2025-12-04T11:15:01.4326247Z [rank3]:[W1204 11:00:36.393385688 Module.cpp:201] symbolizing C++ stack trace for exception; if this hangs, rerun with TORCH_DISABLE_ADDR2LINE=1... 2025-12-04T11:15:01.4326443Z 2025-12-04T11:15:01.4326606Z [rank3]:[W1204 11:00:36.393739731 Module.cpp:201] symbolizing C++ stack trace for exception; if this hangs, rerun with TORCH_DISABLE_ADDR2LINE=1... 2025-12-04T11:15:01.4326861Z 2025-12-04T11:15:01.4327027Z [rank3]:[W1204 11:00:36.394154013 Module.cpp:201] symbolizing C++ stack trace for exception; if this hangs, rerun with TORCH_DISABLE_ADDR2LINE=1... 2025-12-04T11:15:01.4327224Z 2025-12-04T11:15:01.4327389Z [rank3]:[W1204 11:00:36.394276641 Module.cpp:201] symbolizing C++ stack trace for exception; if this hangs, rerun with TORCH_DISABLE_ADDR2LINE=1... 2025-12-04T11:15:01.4327622Z 2025-12-04T11:15:01.4327787Z [rank3]:[W1204 11:00:36.394483417 Module.cpp:201] symbolizing C++ stack trace for exception; if this hangs, rerun with TORCH_DISABLE_ADDR2LINE=1... 2025-12-04T11:15:01.4327987Z 2025-12-04T11:15:01.4328141Z [rank1]:[W1204 11:02:26.889042235 unwind.cpp:219] Warning: Unsupported unwinding pattern: Address not in range (function unwinderFor) 2025-12-04T11:15:01.4328490Z [rank1]:[W1204 11:02:26.889104053 Module.cpp:201] symbolizing C++ stack trace for exception; if this hangs, rerun with TORCH_DISABLE_ADDR2LINE=1... 2025-12-04T11:15:01.4328692Z 2025-12-04T11:15:01.4328853Z [rank1]:[W1204 11:02:34.695037841 Module.cpp:201] symbolizing C++ stack trace for exception; if this hangs, rerun with TORCH_DISABLE_ADDR2LINE=1... 2025-12-04T11:15:01.4329056Z 2025-12-04T11:15:01.4329216Z [rank1]:[W1204 11:02:35.216822036 Module.cpp:201] symbolizing C++ stack trace for exception; if this hangs, rerun with TORCH_DISABLE_ADDR2LINE=1... 2025-12-04T11:15:01.4329418Z 2025-12-04T11:15:01.4329578Z [rank1]:[W1204 11:02:35.220374799 Module.cpp:201] symbolizing C++ stack trace for exception; if this hangs, rerun with TORCH_DISABLE_ADDR2LINE=1... 2025-12-04T11:15:01.4329778Z 2025-12-04T11:15:01.4329942Z [rank1]:[W1204 11:02:35.220533896 Module.cpp:201] symbolizing C++ stack trace for exception; if this hangs, rerun with TORCH_DISABLE_ADDR2LINE=1... 2025-12-04T11:15:01.4330138Z 2025-12-04T11:15:01.4330302Z [rank1]:[W1204 11:02:35.220772481 Module.cpp:201] symbolizing C++ stack trace for exception; if this hangs, rerun with TORCH_DISABLE_ADDR2LINE=1... 2025-12-04T11:15:01.4330500Z 2025-12-04T11:15:01.4330665Z [rank1]:[W1204 11:02:35.256306017 Module.cpp:201] symbolizing C++ stack trace for exception; if this hangs, rerun with TORCH_DISABLE_ADDR2LINE=1... 2025-12-04T11:15:01.4330863Z 2025-12-04T11:15:01.4331027Z [rank1]:[W1204 11:02:35.256634271 Module.cpp:201] symbolizing C++ stack trace for exception; if this hangs, rerun with TORCH_DISABLE_ADDR2LINE=1... 2025-12-04T11:15:01.4331226Z 2025-12-04T11:15:01.4331391Z [rank1]:[W1204 11:02:35.257030843 Module.cpp:201] symbolizing C++ stack trace for exception; if this hangs, rerun with TORCH_DISABLE_ADDR2LINE=1... 2025-12-04T11:15:01.4331588Z 2025-12-04T11:15:01.4331751Z [rank1]:[W1204 11:02:35.257440525 Module.cpp:201] symbolizing C++ stack trace for exception; if this hangs, rerun with TORCH_DISABLE_ADDR2LINE=1... 2025-12-04T11:15:01.4331950Z 2025-12-04T11:15:01.4332110Z [rank1]:[W1204 11:02:35.257556083 Module.cpp:201] symbolizing C++ stack trace for exception; if this hangs, rerun with TORCH_DISABLE_ADDR2LINE=1... 2025-12-04T11:15:01.4332338Z 2025-12-04T11:15:01.4332500Z [rank1]:[W1204 11:02:35.257757849 Module.cpp:201] symbolizing C++ stack trace for exception; if this hangs, rerun with TORCH_DISABLE_ADDR2LINE=1... 2025-12-04T11:15:01.4332700Z 2025-12-04T11:15:01.4332910Z [rank1]:W1204 11:02:40.864000 48591 site-packages/torch/_logging/_internal.py:1204] [0/0] Profiler function will be ignored 2025-12-04T11:15:01.4333358Z [rank3]:W1204 11:02:40.888000 48593 site-packages/torch/_logging/_internal.py:1204] [0/0] Profiler function will be ignored 2025-12-04T11:15:01.4333781Z [rank1]:I1204 11:03:49.449000 48591 site-packages/torch/testing/_internal/common_distributed.py:880] Received event Event.GET_TRACEBACK on process 1 2025-12-04T11:15:01.4334179Z [rank3]:I1204 11:03:49.449000 48593 site-packages/torch/testing/_internal/common_distributed.py:880] Received event Event.GET_TRACEBACK on process 3 2025-12-04T11:15:01.4334549Z [rank1]:I1204 11:03:49.450000 48591 site-packages/torch/testing/_internal/common_distributed.py:891] Process 1 sent traceback 2025-12-04T11:15:01.4334879Z [rank3]:I1204 11:03:49.451000 48593 site-packages/torch/testing/_internal/common_distributed.py:891] Process 3 sent traceback 2025-12-04T11:15:01.4335242Z [rank0]:I1204 11:03:52.253000 48590 site-packages/torch/testing/_internal/common_distributed.py:880] Received event Event.GET_TRACEBACK on process 0 2025-12-04T11:15:01.4335628Z [rank0]:I1204 11:03:52.255000 48590 site-packages/torch/testing/_internal/common_distributed.py:891] Process 0 sent traceback 2025-12-04T11:15:01.4335972Z E1204 11:03:52.255000 47934 site-packages/torch/testing/_internal/common_distributed.py:988] Process 0 timed out with traceback: 2025-12-04T11:15:01.4336275Z E1204 11:03:52.255000 47934 site-packages/torch/testing/_internal/common_distributed.py:988] 2025-12-04T11:15:01.4336606Z E1204 11:03:52.255000 47934 site-packages/torch/testing/_internal/common_distributed.py:988] Current thread 0x00007f48a4cfe640 (most recent call first): 2025-12-04T11:15:01.4337175Z E1204 11:03:52.255000 47934 site-packages/torch/testing/_internal/common_distributed.py:988] File "/opt/conda/envs/py_3.10/lib/python3.10/site-packages/torch/testing/_internal/common_distributed.py", line 885 in _event_listener 2025-12-04T11:15:01.4337708Z E1204 11:03:52.255000 47934 site-packages/torch/testing/_internal/common_distributed.py:988] File "/opt/conda/envs/py_3.10/lib/python3.10/threading.py", line 953 in run 2025-12-04T11:15:01.4338175Z E1204 11:03:52.255000 47934 site-packages/torch/testing/_internal/common_distributed.py:988] File "/opt/conda/envs/py_3.10/lib/python3.10/threading.py", line 1016 in _bootstrap_inner 2025-12-04T11:15:01.4338644Z E1204 11:03:52.255000 47934 site-packages/torch/testing/_internal/common_distributed.py:988] File "/opt/conda/envs/py_3.10/lib/python3.10/threading.py", line 973 in _bootstrap 2025-12-04T11:15:01.4339005Z E1204 11:03:52.255000 47934 site-packages/torch/testing/_internal/common_distributed.py:988] 2025-12-04T11:15:01.4339323Z E1204 11:03:52.255000 47934 site-packages/torch/testing/_internal/common_distributed.py:988] Thread 0x00007f6a98257740 (most recent call first): 2025-12-04T11:15:01.4339770Z E1204 11:03:52.255000 47934 site-packages/torch/testing/_internal/common_distributed.py:988] File "/opt/conda/envs/py_3.10/lib/python3.10/site-packages/torch/nn/functional.py", line 1721 in relu 2025-12-04T11:15:01.4340307Z E1204 11:03:52.255000 47934 site-packages/torch/testing/_internal/common_distributed.py:988] File "/opt/conda/envs/py_3.10/lib/python3.10/site-packages/torch/nn/modules/activation.py", line 144 in forward 2025-12-04T11:15:01.4340860Z E1204 11:03:52.255000 47934 site-packages/torch/testing/_internal/common_distributed.py:988] File "/opt/conda/envs/py_3.10/lib/python3.10/site-packages/torch/nn/modules/module.py", line 1789 in _call_impl 2025-12-04T11:15:01.4341459Z E1204 11:03:52.255000 47934 site-packages/torch/testing/_internal/common_distributed.py:988] File "/opt/conda/envs/py_3.10/lib/python3.10/site-packages/torch/nn/modules/module.py", line 1778 in _wrapped_call_impl 2025-12-04T11:15:01.4342072Z E1204 11:03:52.255000 47934 site-packages/torch/testing/_internal/common_distributed.py:988] File "/opt/conda/envs/py_3.10/lib/python3.10/site-packages/torch/testing/_internal/distributed/_tensor/common_dtensor.py", line 107 in forward 2025-12-04T11:15:01.4342665Z E1204 11:03:52.255000 47934 site-packages/torch/testing/_internal/common_distributed.py:988] File "/opt/conda/envs/py_3.10/lib/python3.10/site-packages/torch/nn/modules/module.py", line 1789 in _call_impl 2025-12-04T11:15:01.4343226Z E1204 11:03:52.255000 47934 site-packages/torch/testing/_internal/common_distributed.py:988] File "/opt/conda/envs/py_3.10/lib/python3.10/site-packages/torch/nn/modules/module.py", line 1778 in _wrapped_call_impl 2025-12-04T11:15:01.4343783Z E1204 11:03:52.255000 47934 site-packages/torch/testing/_internal/common_distributed.py:988] File "/var/lib/jenkins/pytorch/test/distributed/tensor/test_dtensor_compile.py", line 121 in forward 2025-12-04T11:15:01.4344327Z E1204 11:03:52.255000 47934 site-packages/torch/testing/_internal/common_distributed.py:988] File "/opt/conda/envs/py_3.10/lib/python3.10/site-packages/torch/nn/modules/module.py", line 1789 in _call_impl 2025-12-04T11:15:01.4344881Z E1204 11:03:52.255000 47934 site-packages/torch/testing/_internal/common_distributed.py:988] File "/opt/conda/envs/py_3.10/lib/python3.10/site-packages/torch/nn/modules/module.py", line 1778 in _wrapped_call_impl 2025-12-04T11:15:01.4345619Z E1204 11:03:52.255000 47934 site-packages/torch/testing/_internal/common_distributed.py:988] File "/opt/conda/envs/py_3.10/lib/python3.10/site-packages/torch/utils/checkpoint.py", line 509 in checkpoint 2025-12-04T11:15:01.4346156Z E1204 11:03:52.255000 47934 site-packages/torch/testing/_internal/common_distributed.py:988] File "/opt/conda/envs/py_3.10/lib/python3.10/site-packages/torch/_dynamo/eval_frame.py", line 1154 in _fn 2025-12-04T11:15:01.4346670Z E1204 11:03:52.255000 47934 site-packages/torch/testing/_internal/common_distributed.py:988] File "/opt/conda/envs/py_3.10/lib/python3.10/site-packages/torch/_compile.py", line 54 in inner 2025-12-04T11:15:01.4347294Z E1204 11:03:52.255000 47934 site-packages/torch/testing/_internal/common_distributed.py:988] File "/opt/conda/envs/py_3.10/lib/python3.10/site-packages/torch/distributed/algorithms/_checkpoint/checkpoint_wrapper.py", line 168 in forward 2025-12-04T11:15:01.4347897Z E1204 11:03:52.255000 47934 site-packages/torch/testing/_internal/common_distributed.py:988] File "/opt/conda/envs/py_3.10/lib/python3.10/site-packages/torch/nn/modules/module.py", line 1789 in _call_impl 2025-12-04T11:15:01.4348455Z E1204 11:03:52.255000 47934 site-packages/torch/testing/_internal/common_distributed.py:988] File "/opt/conda/envs/py_3.10/lib/python3.10/site-packages/torch/nn/modules/module.py", line 1778 in _wrapped_call_impl 2025-12-04T11:15:01.4349051Z E1204 11:03:52.255000 47934 site-packages/torch/testing/_internal/common_distributed.py:988] File "/opt/conda/envs/py_3.10/lib/python3.10/site-packages/torch/distributed/fsdp/fully_sharded_data_parallel.py", line 858 in forward 2025-12-04T11:15:01.4349632Z E1204 11:03:52.255000 47934 site-packages/torch/testing/_internal/common_distributed.py:988] File "/opt/conda/envs/py_3.10/lib/python3.10/site-packages/torch/nn/modules/module.py", line 1789 in _call_impl 2025-12-04T11:15:01.4350188Z E1204 11:03:52.255000 47934 site-packages/torch/testing/_internal/common_distributed.py:988] File "/opt/conda/envs/py_3.10/lib/python3.10/site-packages/torch/nn/modules/module.py", line 1778 in _wrapped_call_impl 2025-12-04T11:15:01.4350776Z E1204 11:03:52.255000 47934 site-packages/torch/testing/_internal/common_distributed.py:988] File "/var/lib/jenkins/pytorch/test/distributed/tensor/test_dtensor_compile.py", line 1395 in test_2d_fsdp_tp_ac_compile 2025-12-04T11:15:01.4351416Z E1204 11:03:52.255000 47934 site-packages/torch/testing/_internal/common_distributed.py:988] File "/opt/conda/envs/py_3.10/lib/python3.10/site-packages/torch/testing/_internal/common_distributed.py", line 227 in wrapper 2025-12-04T11:15:01.4352028Z E1204 11:03:52.255000 47934 site-packages/torch/testing/_internal/common_distributed.py:988] File "/opt/conda/envs/py_3.10/lib/python3.10/site-packages/torch/testing/_internal/distributed/_tensor/common_dtensor.py", line 536 in wrapper 2025-12-04T11:15:01.4352646Z E1204 11:03:52.255000 47934 site-packages/torch/testing/_internal/common_distributed.py:988] File "/opt/conda/envs/py_3.10/lib/python3.10/site-packages/torch/testing/_internal/common_utils.py", line 586 in instantiated_test 2025-12-04T11:15:01.4353230Z E1204 11:03:52.255000 47934 site-packages/torch/testing/_internal/common_distributed.py:988] File "/opt/conda/envs/py_3.10/lib/python3.10/site-packages/torch/testing/_internal/common_utils.py", line 3329 in wrapper 2025-12-04T11:15:01.4353821Z E1204 11:03:52.255000 47934 site-packages/torch/testing/_internal/common_distributed.py:988] File "/opt/conda/envs/py_3.10/lib/python3.10/site-packages/torch/testing/_internal/common_distributed.py", line 772 in wrapper 2025-12-04T11:15:01.4354410Z E1204 11:03:52.255000 47934 site-packages/torch/testing/_internal/common_distributed.py:988] File "/opt/conda/envs/py_3.10/lib/python3.10/site-packages/torch/testing/_internal/common_distributed.py", line 925 in run_test 2025-12-04T11:15:01.4355024Z E1204 11:03:52.255000 47934 site-packages/torch/testing/_internal/common_distributed.py:988] File "/opt/conda/envs/py_3.10/lib/python3.10/site-packages/torch/testing/_internal/common_distributed.py", line 903 in _run 2025-12-04T11:15:01.4355555Z E1204 11:03:52.255000 47934 site-packages/torch/testing/_internal/common_distributed.py:988] File "/opt/conda/envs/py_3.10/lib/python3.10/multiprocessing/process.py", line 108 in run 2025-12-04T11:15:01.4356050Z E1204 11:03:52.255000 47934 site-packages/torch/testing/_internal/common_distributed.py:988] File "/opt/conda/envs/py_3.10/lib/python3.10/multiprocessing/process.py", line 314 in _bootstrap 2025-12-04T11:15:01.4356543Z E1204 11:03:52.255000 47934 site-packages/torch/testing/_internal/common_distributed.py:988] File "/opt/conda/envs/py_3.10/lib/python3.10/multiprocessing/spawn.py", line 129 in _main 2025-12-04T11:15:01.4357065Z E1204 11:03:52.255000 47934 site-packages/torch/testing/_internal/common_distributed.py:988] File "/opt/conda/envs/py_3.10/lib/python3.10/multiprocessing/spawn.py", line 116 in spawn_main 2025-12-04T11:15:01.4357490Z E1204 11:03:52.255000 47934 site-packages/torch/testing/_internal/common_distributed.py:988] File "", line 1 in 2025-12-04T11:15:01.4357794Z E1204 11:03:52.255000 47934 site-packages/torch/testing/_internal/common_distributed.py:988] 2025-12-04T11:15:01.4358096Z E1204 11:03:52.255000 47934 site-packages/torch/testing/_internal/common_distributed.py:988] Process 1 timed out with traceback: 2025-12-04T11:15:01.4358401Z E1204 11:03:52.255000 47934 site-packages/torch/testing/_internal/common_distributed.py:988] 2025-12-04T11:15:01.4358718Z E1204 11:03:52.255000 47934 site-packages/torch/testing/_internal/common_distributed.py:988] Thread 0x0000788b271fc640 (most recent call first): 2025-12-04T11:15:01.4359061Z E1204 11:03:52.255000 47934 site-packages/torch/testing/_internal/common_distributed.py:988] 2025-12-04T11:15:01.4359342Z E1204 11:03:52.255000 47934 site-packages/torch/testing/_internal/common_distributed.py:988] 2025-12-04T11:15:01.4359661Z E1204 11:03:52.255000 47934 site-packages/torch/testing/_internal/common_distributed.py:988] Thread 0x0000788b285fe640 (most recent call first): 2025-12-04T11:15:01.4360003Z E1204 11:03:52.255000 47934 site-packages/torch/testing/_internal/common_distributed.py:988] 2025-12-04T11:15:01.4360279Z E1204 11:03:52.255000 47934 site-packages/torch/testing/_internal/common_distributed.py:988] 2025-12-04T11:15:01.4360622Z E1204 11:03:52.255000 47934 site-packages/torch/testing/_internal/common_distributed.py:988] Thread 0x0000788b27bfd640 (most recent call first): 2025-12-04T11:15:01.4360966Z E1204 11:03:52.255000 47934 site-packages/torch/testing/_internal/common_distributed.py:988] 2025-12-04T11:15:01.4361243Z E1204 11:03:52.255000 47934 site-packages/torch/testing/_internal/common_distributed.py:988] 2025-12-04T11:15:01.4361557Z E1204 11:03:52.255000 47934 site-packages/torch/testing/_internal/common_distributed.py:988] Thread 0x0000788b28fff640 (most recent call first): 2025-12-04T11:15:01.4361898Z E1204 11:03:52.255000 47934 site-packages/torch/testing/_internal/common_distributed.py:988] 2025-12-04T11:15:01.4362172Z E1204 11:03:52.255000 47934 site-packages/torch/testing/_internal/common_distributed.py:988] 2025-12-04T11:15:01.4362488Z E1204 11:03:52.255000 47934 site-packages/torch/testing/_internal/common_distributed.py:988] Thread 0x000078ad4dfee640 (most recent call first): 2025-12-04T11:15:01.4362902Z E1204 11:03:52.255000 47934 site-packages/torch/testing/_internal/common_distributed.py:988] File "/opt/conda/envs/py_3.10/lib/python3.10/threading.py", line 324 in wait 2025-12-04T11:15:01.4363351Z E1204 11:03:52.255000 47934 site-packages/torch/testing/_internal/common_distributed.py:988] File "/opt/conda/envs/py_3.10/lib/python3.10/threading.py", line 607 in wait 2025-12-04T11:15:01.4363817Z E1204 11:03:52.255000 47934 site-packages/torch/testing/_internal/common_distributed.py:988] File "/opt/conda/envs/py_3.10/lib/python3.10/site-packages/tqdm/_monitor.py", line 60 in run 2025-12-04T11:15:01.4364350Z E1204 11:03:52.255000 47934 site-packages/torch/testing/_internal/common_distributed.py:988] File "/opt/conda/envs/py_3.10/lib/python3.10/threading.py", line 1016 in _bootstrap_inner 2025-12-04T11:15:01.4364823Z E1204 11:03:52.255000 47934 site-packages/torch/testing/_internal/common_distributed.py:988] File "/opt/conda/envs/py_3.10/lib/python3.10/threading.py", line 973 in _bootstrap 2025-12-04T11:15:01.4365183Z E1204 11:03:52.255000 47934 site-packages/torch/testing/_internal/common_distributed.py:988] 2025-12-04T11:15:01.4365513Z E1204 11:03:52.255000 47934 site-packages/torch/testing/_internal/common_distributed.py:988] Current thread 0x0000788cf1082640 (most recent call first): 2025-12-04T11:15:01.4366031Z E1204 11:03:52.255000 47934 site-packages/torch/testing/_internal/common_distributed.py:988] File "/opt/conda/envs/py_3.10/lib/python3.10/site-packages/torch/testing/_internal/common_distributed.py", line 885 in _event_listener 2025-12-04T11:15:01.4366561Z E1204 11:03:52.255000 47934 site-packages/torch/testing/_internal/common_distributed.py:988] File "/opt/conda/envs/py_3.10/lib/python3.10/threading.py", line 953 in run 2025-12-04T11:15:01.4367070Z E1204 11:03:52.255000 47934 site-packages/torch/testing/_internal/common_distributed.py:988] File "/opt/conda/envs/py_3.10/lib/python3.10/threading.py", line 1016 in _bootstrap_inner 2025-12-04T11:15:01.4367539Z E1204 11:03:52.255000 47934 site-packages/torch/testing/_internal/common_distributed.py:988] File "/opt/conda/envs/py_3.10/lib/python3.10/threading.py", line 973 in _bootstrap 2025-12-04T11:15:01.4367896Z E1204 11:03:52.255000 47934 site-packages/torch/testing/_internal/common_distributed.py:988] 2025-12-04T11:15:01.4368217Z E1204 11:03:52.255000 47934 site-packages/torch/testing/_internal/common_distributed.py:988] Thread 0x000078aeee005740 (most recent call first): 2025-12-04T11:15:01.4368711Z E1204 11:03:52.255000 47934 site-packages/torch/testing/_internal/common_distributed.py:988] File "/opt/conda/envs/py_3.10/lib/python3.10/site-packages/torch/testing/_comparison.py", line 1087 in _compare_regular_values_close 2025-12-04T11:15:01.4369296Z E1204 11:03:52.255000 47934 site-packages/torch/testing/_internal/common_distributed.py:988] File "/opt/conda/envs/py_3.10/lib/python3.10/site-packages/torch/testing/_comparison.py", line 905 in _compare_values 2025-12-04T11:15:01.4369886Z E1204 11:03:52.255000 47934 site-packages/torch/testing/_internal/common_distributed.py:988] File "/opt/conda/envs/py_3.10/lib/python3.10/site-packages/torch/testing/_comparison.py", line 747 in compare 2025-12-04T11:15:01.4370450Z E1204 11:03:52.255000 47934 site-packages/torch/testing/_internal/common_distributed.py:988] File "/opt/conda/envs/py_3.10/lib/python3.10/site-packages/torch/testing/_comparison.py", line 1298 in not_close_error_metas 2025-12-04T11:15:01.4371040Z E1204 11:03:52.255000 47934 site-packages/torch/testing/_internal/common_distributed.py:988] File "/opt/conda/envs/py_3.10/lib/python3.10/site-packages/torch/testing/_internal/common_utils.py", line 4245 in assertEqual 2025-12-04T11:15:01.4371642Z E1204 11:03:52.255000 47934 site-packages/torch/testing/_internal/common_distributed.py:988] File "/var/lib/jenkins/pytorch/test/distributed/tensor/test_dtensor_compile.py", line 1397 in test_2d_fsdp_tp_ac_compile 2025-12-04T11:15:01.4372239Z E1204 11:03:52.255000 47934 site-packages/torch/testing/_internal/common_distributed.py:988] File "/opt/conda/envs/py_3.10/lib/python3.10/site-packages/torch/testing/_internal/common_distributed.py", line 227 in wrapper 2025-12-04T11:15:01.4372854Z E1204 11:03:52.255000 47934 site-packages/torch/testing/_internal/common_distributed.py:988] File "/opt/conda/envs/py_3.10/lib/python3.10/site-packages/torch/testing/_internal/distributed/_tensor/common_dtensor.py", line 536 in wrapper 2025-12-04T11:15:01.4373474Z E1204 11:03:52.255000 47934 site-packages/torch/testing/_internal/common_distributed.py:988] File "/opt/conda/envs/py_3.10/lib/python3.10/site-packages/torch/testing/_internal/common_utils.py", line 586 in instantiated_test 2025-12-04T11:15:01.4374101Z E1204 11:03:52.255000 47934 site-packages/torch/testing/_internal/common_distributed.py:988] File "/opt/conda/envs/py_3.10/lib/python3.10/site-packages/torch/testing/_internal/common_utils.py", line 3329 in wrapper 2025-12-04T11:15:01.4374683Z E1204 11:03:52.255000 47934 site-packages/torch/testing/_internal/common_distributed.py:988] File "/opt/conda/envs/py_3.10/lib/python3.10/site-packages/torch/testing/_internal/common_distributed.py", line 772 in wrapper 2025-12-04T11:15:01.4375270Z E1204 11:03:52.255000 47934 site-packages/torch/testing/_internal/common_distributed.py:988] File "/opt/conda/envs/py_3.10/lib/python3.10/site-packages/torch/testing/_internal/common_distributed.py", line 925 in run_test 2025-12-04T11:15:01.4375852Z E1204 11:03:52.255000 47934 site-packages/torch/testing/_internal/common_distributed.py:988] File "/opt/conda/envs/py_3.10/lib/python3.10/site-packages/torch/testing/_internal/common_distributed.py", line 903 in _run 2025-12-04T11:15:01.4376386Z E1204 11:03:52.255000 47934 site-packages/torch/testing/_internal/common_distributed.py:988] File "/opt/conda/envs/py_3.10/lib/python3.10/multiprocessing/process.py", line 108 in run 2025-12-04T11:15:01.4376919Z E1204 11:03:52.255000 47934 site-packages/torch/testing/_internal/common_distributed.py:988] File "/opt/conda/envs/py_3.10/lib/python3.10/multiprocessing/process.py", line 314 in _bootstrap 2025-12-04T11:15:01.4377413Z E1204 11:03:52.255000 47934 site-packages/torch/testing/_internal/common_distributed.py:988] File "/opt/conda/envs/py_3.10/lib/python3.10/multiprocessing/spawn.py", line 129 in _main 2025-12-04T11:15:01.4377901Z E1204 11:03:52.255000 47934 site-packages/torch/testing/_internal/common_distributed.py:988] File "/opt/conda/envs/py_3.10/lib/python3.10/multiprocessing/spawn.py", line 116 in spawn_main 2025-12-04T11:15:01.4378327Z E1204 11:03:52.255000 47934 site-packages/torch/testing/_internal/common_distributed.py:988] File "", line 1 in 2025-12-04T11:15:01.4378630Z E1204 11:03:52.255000 47934 site-packages/torch/testing/_internal/common_distributed.py:988] 2025-12-04T11:15:01.4378983Z [rank0]:W1204 11:03:52.346000 48590 site-packages/torch/_logging/_internal.py:1204] [0/0] Profiler function will be ignored 2025-12-04T11:15:01.4379442Z [rank2]:I1204 11:03:52.497000 48592 site-packages/torch/testing/_internal/common_distributed.py:880] Received event Event.GET_TRACEBACK on process 2 2025-12-04T11:15:01.4379823Z E1204 11:03:52.498000 47934 site-packages/torch/testing/_internal/common_distributed.py:988] Process 2 timed out with traceback: 2025-12-04T11:15:01.4380125Z E1204 11:03:52.498000 47934 site-packages/torch/testing/_internal/common_distributed.py:988] 2025-12-04T11:15:01.4380453Z E1204 11:03:52.498000 47934 site-packages/torch/testing/_internal/common_distributed.py:988] Current thread 0x000076b99de82640 (most recent call first): 2025-12-04T11:15:01.4380965Z E1204 11:03:52.498000 47934 site-packages/torch/testing/_internal/common_distributed.py:988] File "/opt/conda/envs/py_3.10/lib/python3.10/site-packages/torch/testing/_internal/common_distributed.py", line 885 in _event_listener 2025-12-04T11:15:01.4381491Z E1204 11:03:52.498000 47934 site-packages/torch/testing/_internal/common_distributed.py:988] File "/opt/conda/envs/py_3.10/lib/python3.10/threading.py", line 953 in run 2025-12-04T11:15:01.4381953Z E1204 11:03:52.498000 47934 site-packages/torch/testing/_internal/common_distributed.py:988] File "/opt/conda/envs/py_3.10/lib/python3.10/threading.py", line 1016 in _bootstrap_inner 2025-12-04T11:15:01.4382422Z E1204 11:03:52.498000 47934 site-packages/torch/testing/_internal/common_distributed.py:988] File "/opt/conda/envs/py_3.10/lib/python3.10/threading.py", line 973 in _bootstrap 2025-12-04T11:15:01.4382818Z E1204 11:03:52.498000 47934 site-packages/torch/testing/_internal/common_distributed.py:988] 2025-12-04T11:15:01.4383139Z E1204 11:03:52.498000 47934 site-packages/torch/testing/_internal/common_distributed.py:988] Thread 0x000076db9ac96740 (most recent call first): 2025-12-04T11:15:01.4383586Z E1204 11:03:52.498000 47934 site-packages/torch/testing/_internal/common_distributed.py:988] File "/opt/conda/envs/py_3.10/lib/python3.10/site-packages/torch/nn/functional.py", line 1721 in relu 2025-12-04T11:15:01.4384121Z E1204 11:03:52.498000 47934 site-packages/torch/testing/_internal/common_distributed.py:988] File "/opt/conda/envs/py_3.10/lib/python3.10/site-packages/torch/nn/modules/activation.py", line 144 in forward 2025-12-04T11:15:01.4384663Z E1204 11:03:52.498000 47934 site-packages/torch/testing/_internal/common_distributed.py:988] File "/opt/conda/envs/py_3.10/lib/python3.10/site-packages/torch/nn/modules/module.py", line 1789 in _call_impl 2025-12-04T11:15:01.4385218Z E1204 11:03:52.498000 47934 site-packages/torch/testing/_internal/common_distributed.py:988] File "/opt/conda/envs/py_3.10/lib/python3.10/site-packages/torch/nn/modules/module.py", line 1778 in _wrapped_call_impl 2025-12-04T11:15:01.4385815Z E1204 11:03:52.498000 47934 site-packages/torch/testing/_internal/common_distributed.py:988] File "/opt/conda/envs/py_3.10/lib/python3.10/site-packages/torch/testing/_internal/distributed/_tensor/common_dtensor.py", line 107 in forward 2025-12-04T11:15:01.4386401Z E1204 11:03:52.498000 47934 site-packages/torch/testing/_internal/common_distributed.py:988] File "/opt/conda/envs/py_3.10/lib/python3.10/site-packages/torch/nn/modules/module.py", line 1789 in _call_impl 2025-12-04T11:15:01.4386994Z E1204 11:03:52.498000 47934 site-packages/torch/testing/_internal/common_distributed.py:988] File "/opt/conda/envs/py_3.10/lib/python3.10/site-packages/torch/nn/modules/module.py", line 1778 in _wrapped_call_impl 2025-12-04T11:15:01.4387543Z E1204 11:03:52.498000 47934 site-packages/torch/testing/_internal/common_distributed.py:988] File "/var/lib/jenkins/pytorch/test/distributed/tensor/test_dtensor_compile.py", line 121 in forward 2025-12-04T11:15:01.4388079Z E1204 11:03:52.498000 47934 site-packages/torch/testing/_internal/common_distributed.py:988] File "/opt/conda/envs/py_3.10/lib/python3.10/site-packages/torch/nn/modules/module.py", line 1789 in _call_impl 2025-12-04T11:15:01.4388630Z E1204 11:03:52.498000 47934 site-packages/torch/testing/_internal/common_distributed.py:988] File "/opt/conda/envs/py_3.10/lib/python3.10/site-packages/torch/nn/modules/module.py", line 1778 in _wrapped_call_impl 2025-12-04T11:15:01.4389209Z E1204 11:03:52.498000 47934 site-packages/torch/testing/_internal/common_distributed.py:988] File "/opt/conda/envs/py_3.10/lib/python3.10/site-packages/torch/utils/checkpoint.py", line 509 in checkpoint 2025-12-04T11:15:01.4389735Z E1204 11:03:52.498000 47934 site-packages/torch/testing/_internal/common_distributed.py:988] File "/opt/conda/envs/py_3.10/lib/python3.10/site-packages/torch/_dynamo/eval_frame.py", line 1154 in _fn 2025-12-04T11:15:01.4390244Z E1204 11:03:52.498000 47934 site-packages/torch/testing/_internal/common_distributed.py:988] File "/opt/conda/envs/py_3.10/lib/python3.10/site-packages/torch/_compile.py", line 54 in inner 2025-12-04T11:15:01.4390812Z E1204 11:03:52.498000 47934 site-packages/torch/testing/_internal/common_distributed.py:988] File "/opt/conda/envs/py_3.10/lib/python3.10/site-packages/torch/distributed/algorithms/_checkpoint/checkpoint_wrapper.py", line 168 in forward 2025-12-04T11:15:01.4391403Z E1204 11:03:52.498000 47934 site-packages/torch/testing/_internal/common_distributed.py:988] File "/opt/conda/envs/py_3.10/lib/python3.10/site-packages/torch/nn/modules/module.py", line 1789 in _call_impl 2025-12-04T11:15:01.4391953Z E1204 11:03:52.498000 47934 site-packages/torch/testing/_internal/common_distributed.py:988] File "/opt/conda/envs/py_3.10/lib/python3.10/site-packages/torch/nn/modules/module.py", line 1778 in _wrapped_call_impl 2025-12-04T11:15:01.4392570Z E1204 11:03:52.498000 47934 site-packages/torch/testing/_internal/common_distributed.py:988] File "/opt/conda/envs/py_3.10/lib/python3.10/site-packages/torch/distributed/fsdp/fully_sharded_data_parallel.py", line 858 in forward 2025-12-04T11:15:01.4393147Z E1204 11:03:52.498000 47934 site-packages/torch/testing/_internal/common_distributed.py:988] File "/opt/conda/envs/py_3.10/lib/python3.10/site-packages/torch/nn/modules/module.py", line 1789 in _call_impl 2025-12-04T11:15:01.4393697Z E1204 11:03:52.498000 47934 site-packages/torch/testing/_internal/common_distributed.py:988] File "/opt/conda/envs/py_3.10/lib/python3.10/site-packages/torch/nn/modules/module.py", line 1778 in _wrapped_call_impl 2025-12-04T11:15:01.4394276Z E1204 11:03:52.498000 47934 site-packages/torch/testing/_internal/common_distributed.py:988] File "/var/lib/jenkins/pytorch/test/distributed/tensor/test_dtensor_compile.py", line 1395 in test_2d_fsdp_tp_ac_compile 2025-12-04T11:15:01.4394862Z E1204 11:03:52.498000 47934 site-packages/torch/testing/_internal/common_distributed.py:988] File "/opt/conda/envs/py_3.10/lib/python3.10/site-packages/torch/testing/_internal/common_distributed.py", line 227 in wrapper 2025-12-04T11:15:01.4395473Z E1204 11:03:52.498000 47934 site-packages/torch/testing/_internal/common_distributed.py:988] File "/opt/conda/envs/py_3.10/lib/python3.10/site-packages/torch/testing/_internal/distributed/_tensor/common_dtensor.py", line 536 in wrapper 2025-12-04T11:15:01.4396087Z E1204 11:03:52.498000 47934 site-packages/torch/testing/_internal/common_distributed.py:988] File "/opt/conda/envs/py_3.10/lib/python3.10/site-packages/torch/testing/_internal/common_utils.py", line 586 in instantiated_test 2025-12-04T11:15:01.4396669Z E1204 11:03:52.498000 47934 site-packages/torch/testing/_internal/common_distributed.py:988] File "/opt/conda/envs/py_3.10/lib/python3.10/site-packages/torch/testing/_internal/common_utils.py", line 3329 in wrapper 2025-12-04T11:15:01.4397273Z E1204 11:03:52.498000 47934 site-packages/torch/testing/_internal/common_distributed.py:988] File "/opt/conda/envs/py_3.10/lib/python3.10/site-packages/torch/testing/_internal/common_distributed.py", line 772 in wrapper 2025-12-04T11:15:01.4397858Z E1204 11:03:52.498000 47934 site-packages/torch/testing/_internal/common_distributed.py:988] File "/opt/conda/envs/py_3.10/lib/python3.10/site-packages/torch/testing/_internal/common_distributed.py", line 925 in run_test 2025-12-04T11:15:01.4398507Z E1204 11:03:52.498000 47934 site-packages/torch/testing/_internal/common_distributed.py:988] File "/opt/conda/envs/py_3.10/lib/python3.10/site-packages/torch/testing/_internal/common_distributed.py", line 903 in _run 2025-12-04T11:15:01.4399031Z E1204 11:03:52.498000 47934 site-packages/torch/testing/_internal/common_distributed.py:988] File "/opt/conda/envs/py_3.10/lib/python3.10/multiprocessing/process.py", line 108 in run 2025-12-04T11:15:01.4399518Z E1204 11:03:52.498000 47934 site-packages/torch/testing/_internal/common_distributed.py:988] File "/opt/conda/envs/py_3.10/lib/python3.10/multiprocessing/process.py", line 314 in _bootstrap 2025-12-04T11:15:01.4400006Z E1204 11:03:52.498000 47934 site-packages/torch/testing/_internal/common_distributed.py:988] File "/opt/conda/envs/py_3.10/lib/python3.10/multiprocessing/spawn.py", line 129 in _main 2025-12-04T11:15:01.4400488Z E1204 11:03:52.498000 47934 site-packages/torch/testing/_internal/common_distributed.py:988] File "/opt/conda/envs/py_3.10/lib/python3.10/multiprocessing/spawn.py", line 116 in spawn_main 2025-12-04T11:15:01.4400907Z E1204 11:03:52.498000 47934 site-packages/torch/testing/_internal/common_distributed.py:988] File "", line 1 in 2025-12-04T11:15:01.4401203Z E1204 11:03:52.498000 47934 site-packages/torch/testing/_internal/common_distributed.py:988] 2025-12-04T11:15:01.4401488Z [rank2]:I1204 11:03:52.498000 48592 site-packages/torch/testing/_internal/common_distributed.py:891] Process 2 sent traceback 2025-12-04T11:15:01.4401860Z E1204 11:03:52.499000 47934 site-packages/torch/testing/_internal/common_distributed.py:988] Process 3 timed out with traceback: 2025-12-04T11:15:01.4402154Z E1204 11:03:52.499000 47934 site-packages/torch/testing/_internal/common_distributed.py:988] 2025-12-04T11:15:01.4402466Z E1204 11:03:52.499000 47934 site-packages/torch/testing/_internal/common_distributed.py:988] Thread 0x000078cd90bfc640 (most recent call first): 2025-12-04T11:15:01.4402801Z E1204 11:03:52.499000 47934 site-packages/torch/testing/_internal/common_distributed.py:988] 2025-12-04T11:15:01.4403070Z E1204 11:03:52.499000 47934 site-packages/torch/testing/_internal/common_distributed.py:988] 2025-12-04T11:15:01.4403381Z E1204 11:03:52.499000 47934 site-packages/torch/testing/_internal/common_distributed.py:988] Thread 0x000078cd91ffe640 (most recent call first): 2025-12-04T11:15:01.4403716Z E1204 11:03:52.499000 47934 site-packages/torch/testing/_internal/common_distributed.py:988] 2025-12-04T11:15:01.4403987Z E1204 11:03:52.499000 47934 site-packages/torch/testing/_internal/common_distributed.py:988] 2025-12-04T11:15:01.4404296Z E1204 11:03:52.499000 47934 site-packages/torch/testing/_internal/common_distributed.py:988] Thread 0x000078cd929ff640 (most recent call first): 2025-12-04T11:15:01.4404628Z E1204 11:03:52.499000 47934 site-packages/torch/testing/_internal/common_distributed.py:988] 2025-12-04T11:15:01.4404896Z E1204 11:03:52.499000 47934 site-packages/torch/testing/_internal/common_distributed.py:988] 2025-12-04T11:15:01.4405205Z E1204 11:03:52.499000 47934 site-packages/torch/testing/_internal/common_distributed.py:988] Thread 0x000078cd915fd640 (most recent call first): 2025-12-04T11:15:01.4405536Z E1204 11:03:52.499000 47934 site-packages/torch/testing/_internal/common_distributed.py:988] 2025-12-04T11:15:01.4405804Z E1204 11:03:52.499000 47934 site-packages/torch/testing/_internal/common_distributed.py:988] 2025-12-04T11:15:01.4406113Z E1204 11:03:52.499000 47934 site-packages/torch/testing/_internal/common_distributed.py:988] Thread 0x000078efb77f2640 (most recent call first): 2025-12-04T11:15:01.4406525Z E1204 11:03:52.499000 47934 site-packages/torch/testing/_internal/common_distributed.py:988] File "/opt/conda/envs/py_3.10/lib/python3.10/threading.py", line 324 in wait 2025-12-04T11:15:01.4407004Z E1204 11:03:52.499000 47934 site-packages/torch/testing/_internal/common_distributed.py:988] File "/opt/conda/envs/py_3.10/lib/python3.10/threading.py", line 607 in wait 2025-12-04T11:15:01.4407503Z E1204 11:03:52.499000 47934 site-packages/torch/testing/_internal/common_distributed.py:988] File "/opt/conda/envs/py_3.10/lib/python3.10/site-packages/tqdm/_monitor.py", line 60 in run 2025-12-04T11:15:01.4407980Z E1204 11:03:52.499000 47934 site-packages/torch/testing/_internal/common_distributed.py:988] File "/opt/conda/envs/py_3.10/lib/python3.10/threading.py", line 1016 in _bootstrap_inner 2025-12-04T11:15:01.4408441Z E1204 11:03:52.499000 47934 site-packages/torch/testing/_internal/common_distributed.py:988] File "/opt/conda/envs/py_3.10/lib/python3.10/threading.py", line 973 in _bootstrap 2025-12-04T11:15:01.4408793Z E1204 11:03:52.499000 47934 site-packages/torch/testing/_internal/common_distributed.py:988] 2025-12-04T11:15:01.4409116Z E1204 11:03:52.499000 47934 site-packages/torch/testing/_internal/common_distributed.py:988] Current thread 0x000078e75ffff640 (most recent call first): 2025-12-04T11:15:01.4409617Z E1204 11:03:52.499000 47934 site-packages/torch/testing/_internal/common_distributed.py:988] File "/opt/conda/envs/py_3.10/lib/python3.10/site-packages/torch/testing/_internal/common_distributed.py", line 885 in _event_listener 2025-12-04T11:15:01.4410141Z E1204 11:03:52.499000 47934 site-packages/torch/testing/_internal/common_distributed.py:988] File "/opt/conda/envs/py_3.10/lib/python3.10/threading.py", line 953 in run 2025-12-04T11:15:01.4410593Z E1204 11:03:52.499000 47934 site-packages/torch/testing/_internal/common_distributed.py:988] File "/opt/conda/envs/py_3.10/lib/python3.10/threading.py", line 1016 in _bootstrap_inner 2025-12-04T11:15:01.4411087Z E1204 11:03:52.499000 47934 site-packages/torch/testing/_internal/common_distributed.py:988] File "/opt/conda/envs/py_3.10/lib/python3.10/threading.py", line 973 in _bootstrap 2025-12-04T11:15:01.4411437Z E1204 11:03:52.499000 47934 site-packages/torch/testing/_internal/common_distributed.py:988] 2025-12-04T11:15:01.4411747Z E1204 11:03:52.499000 47934 site-packages/torch/testing/_internal/common_distributed.py:988] Thread 0x000078f158337740 (most recent call first): 2025-12-04T11:15:01.4412236Z E1204 11:03:52.499000 47934 site-packages/torch/testing/_internal/common_distributed.py:988] File "/opt/conda/envs/py_3.10/lib/python3.10/site-packages/torch/testing/_comparison.py", line 1087 in _compare_regular_values_close 2025-12-04T11:15:01.4412814Z E1204 11:03:52.499000 47934 site-packages/torch/testing/_internal/common_distributed.py:988] File "/opt/conda/envs/py_3.10/lib/python3.10/site-packages/torch/testing/_comparison.py", line 905 in _compare_values 2025-12-04T11:15:01.4413363Z E1204 11:03:52.499000 47934 site-packages/torch/testing/_internal/common_distributed.py:988] File "/opt/conda/envs/py_3.10/lib/python3.10/site-packages/torch/testing/_comparison.py", line 747 in compare 2025-12-04T11:15:01.4413919Z E1204 11:03:52.499000 47934 site-packages/torch/testing/_internal/common_distributed.py:988] File "/opt/conda/envs/py_3.10/lib/python3.10/site-packages/torch/testing/_comparison.py", line 1298 in not_close_error_metas 2025-12-04T11:15:01.4414501Z E1204 11:03:52.499000 47934 site-packages/torch/testing/_internal/common_distributed.py:988] File "/opt/conda/envs/py_3.10/lib/python3.10/site-packages/torch/testing/_internal/common_utils.py", line 4245 in assertEqual 2025-12-04T11:15:01.4415088Z E1204 11:03:52.499000 47934 site-packages/torch/testing/_internal/common_distributed.py:988] File "/var/lib/jenkins/pytorch/test/distributed/tensor/test_dtensor_compile.py", line 1397 in test_2d_fsdp_tp_ac_compile 2025-12-04T11:15:01.4415682Z E1204 11:03:52.499000 47934 site-packages/torch/testing/_internal/common_distributed.py:988] File "/opt/conda/envs/py_3.10/lib/python3.10/site-packages/torch/testing/_internal/common_distributed.py", line 227 in wrapper 2025-12-04T11:15:01.4416289Z E1204 11:03:52.499000 47934 site-packages/torch/testing/_internal/common_distributed.py:988] File "/opt/conda/envs/py_3.10/lib/python3.10/site-packages/torch/testing/_internal/distributed/_tensor/common_dtensor.py", line 536 in wrapper 2025-12-04T11:15:01.4416973Z E1204 11:03:52.499000 47934 site-packages/torch/testing/_internal/common_distributed.py:988] File "/opt/conda/envs/py_3.10/lib/python3.10/site-packages/torch/testing/_internal/common_utils.py", line 586 in instantiated_test 2025-12-04T11:15:01.4417555Z E1204 11:03:52.499000 47934 site-packages/torch/testing/_internal/common_distributed.py:988] File "/opt/conda/envs/py_3.10/lib/python3.10/site-packages/torch/testing/_internal/common_utils.py", line 3329 in wrapper 2025-12-04T11:15:01.4418132Z E1204 11:03:52.499000 47934 site-packages/torch/testing/_internal/common_distributed.py:988] File "/opt/conda/envs/py_3.10/lib/python3.10/site-packages/torch/testing/_internal/common_distributed.py", line 772 in wrapper 2025-12-04T11:15:01.4418715Z E1204 11:03:52.499000 47934 site-packages/torch/testing/_internal/common_distributed.py:988] File "/opt/conda/envs/py_3.10/lib/python3.10/site-packages/torch/testing/_internal/common_distributed.py", line 925 in run_test 2025-12-04T11:15:01.4419292Z E1204 11:03:52.499000 47934 site-packages/torch/testing/_internal/common_distributed.py:988] File "/opt/conda/envs/py_3.10/lib/python3.10/site-packages/torch/testing/_internal/common_distributed.py", line 903 in _run 2025-12-04T11:15:01.4419816Z E1204 11:03:52.499000 47934 site-packages/torch/testing/_internal/common_distributed.py:988] File "/opt/conda/envs/py_3.10/lib/python3.10/multiprocessing/process.py", line 108 in run 2025-12-04T11:15:01.4420350Z E1204 11:03:52.499000 47934 site-packages/torch/testing/_internal/common_distributed.py:988] File "/opt/conda/envs/py_3.10/lib/python3.10/multiprocessing/process.py", line 314 in _bootstrap 2025-12-04T11:15:01.4420975Z E1204 11:03:52.499000 47934 site-packages/torch/testing/_internal/common_distributed.py:988] File "/opt/conda/envs/py_3.10/lib/python3.10/multiprocessing/spawn.py", line 129 in _main 2025-12-04T11:15:01.4421460Z E1204 11:03:52.499000 47934 site-packages/torch/testing/_internal/common_distributed.py:988] File "/opt/conda/envs/py_3.10/lib/python3.10/multiprocessing/spawn.py", line 116 in spawn_main 2025-12-04T11:15:01.4421884Z E1204 11:03:52.499000 47934 site-packages/torch/testing/_internal/common_distributed.py:988] File "", line 1 in 2025-12-04T11:15:01.4422180Z E1204 11:03:52.499000 47934 site-packages/torch/testing/_internal/common_distributed.py:988] 2025-12-04T11:15:01.4422365Z FAILED [303.0958s] [100%] 2025-12-04T11:15:01.4422432Z 2025-12-04T11:15:01.4422492Z =================================== FAILURES =================================== 2025-12-04T11:15:01.4422681Z ________ TestDTensorCompileE2E.test_2d_fsdp_tp_ac_compile_use_ca_False _________ 2025-12-04T11:15:01.4422859Z Traceback (most recent call last): 2025-12-04T11:15:01.4423103Z File "/opt/conda/envs/py_3.10/lib/python3.10/site-packages/torch/testing/_internal/common_distributed.py", line 770, in wrapper 2025-12-04T11:15:01.4423346Z self._join_processes(fn) 2025-12-04T11:15:01.4423590Z File "/opt/conda/envs/py_3.10/lib/python3.10/site-packages/torch/testing/_internal/common_distributed.py", line 1039, in _join_processes 2025-12-04T11:15:01.4423852Z self._check_return_codes(fn, elapsed_time) 2025-12-04T11:15:01.4424120Z File "/opt/conda/envs/py_3.10/lib/python3.10/site-packages/torch/testing/_internal/common_distributed.py", line 1084, in _check_return_codes 2025-12-04T11:15:01.4424377Z raise RuntimeError( 2025-12-04T11:15:01.4424536Z RuntimeError: Process 0 terminated or timed out after 303.08687376976013 seconds 2025-12-04T11:15:01.4424743Z ----------------------------- Captured stdout call ----------------------------- 2025-12-04T11:15:01.4424920Z Timing out after 300 seconds and killing subprocesses. 2025-12-04T11:15:01.4425280Z - generated xml file: /var/lib/jenkins/pytorch/test/test-reports/python-pytest/distributed.tensor.test_dtensor_compile/distributed.tensor.test_dtensor_compile-eb781ac7617a8d5d.xml - 2025-12-04T11:15:01.4425635Z =========================== short test summary info ============================ 2025-12-04T11:15:01.4426027Z FAILED [303.0958s] distributed/tensor/test_dtensor_compile.py::TestDTensorCompileE2E::test_2d_fsdp_tp_ac_compile_use_ca_False - RuntimeError: Process 0 terminated or timed out after 303.08687376976013 seconds 2025-12-04T11:15:01.4426383Z !!!!!!!!!!!!!!!!!!!!!!!!!! stopping after 1 failures !!!!!!!!!!!!!!!!!!!!!!!!!!! 2025-12-04T11:15:01.4426551Z ================= 1 failed, 10 deselected in 303.11s (0:05:03) ================= 2025-12-04T11:15:01.4426938Z /opt/conda/envs/py_3.10/lib/python3.10/multiprocessing/resource_tracker.py:224: UserWarning: resource_tracker: There appear to be 2 leaked semaphore objects to clean up at shutdown 2025-12-04T11:15:01.4427273Z warnings.warn('resource_tracker: There appear to be %d ' 2025-12-04T11:15:01.4427414Z Got exit code 1 2025-12-04T11:15:01.4427511Z Retrying single test... 2025-12-04T11:15:01.4427791Z Test results will be stored in test-reports/python-pytest/distributed.tensor.test_dtensor_compile/distributed.tensor.test_dtensor_compile-49abd81518e222e2.xml 2025-12-04T11:15:01.4428102Z ============================= test session starts ============================== 2025-12-04T11:15:01.4428314Z platform linux -- Python 3.10.14, pytest-7.3.2, pluggy-1.6.0 -- /opt/conda/envs/py_3.10/bin/python 2025-12-04T11:15:01.4428501Z cachedir: .pytest_cache 2025-12-04T11:15:01.4428720Z hypothesis profile 'pytorch_ci' -> database=None, max_examples=50, derandomize=True, suppress_health_check=[HealthCheck.too_slow] 2025-12-04T11:15:01.4428993Z rootdir: /var/lib/jenkins/pytorch 2025-12-04T11:15:01.4429110Z configfile: pytest.ini 2025-12-04T11:15:01.4429336Z plugins: hypothesis-6.56.4, cpp-2.3.0, flakefinder-1.1.0, rerunfailures-14.0, subtests-0.13.1, xdist-3.3.1, xdoctest-1.3.0, typeguard-4.3.0 2025-12-04T11:15:01.4429607Z collecting ... collected 49 items / 10 deselected / 39 selected 2025-12-04T11:15:01.4429938Z stepcurrent: skipping 7 already run items. Running only test/distributed/tensor/test_dtensor_compile.py::TestDTensorCompileE2E::test_2d_fsdp_tp_ac_compile_use_ca_False 2025-12-04T11:15:01.4430234Z Running 1 items in this shard 2025-12-04T11:15:01.4430307Z 2025-12-04T11:15:01.4430612Z distributed/tensor/test_dtensor_compile.py::TestDTensorCompileE2E::test_2d_fsdp_tp_ac_compile_use_ca_False I1204 11:04:00.377000 51312 site-packages/torch/testing/_internal/common_distributed.py:849] Started process 0 with pid 51968 2025-12-04T11:15:01.4431089Z I1204 11:04:00.378000 51312 site-packages/torch/testing/_internal/common_distributed.py:849] Started process 1 with pid 51969 2025-12-04T11:15:01.4431431Z I1204 11:04:00.379000 51312 site-packages/torch/testing/_internal/common_distributed.py:849] Started process 2 with pid 51970 2025-12-04T11:15:01.4431764Z I1204 11:04:00.380000 51312 site-packages/torch/testing/_internal/common_distributed.py:849] Started process 3 with pid 51971 2025-12-04T11:15:01.4432102Z [rank3]:[W1204 11:04:10.677445486 unwind.cpp:219] Warning: Unsupported unwinding pattern: Address not in range (function unwinderFor) 2025-12-04T11:15:01.4432453Z [rank3]:[W1204 11:04:10.677500955 Module.cpp:201] symbolizing C++ stack trace for exception; if this hangs, rerun with TORCH_DISABLE_ADDR2LINE=1... 2025-12-04T11:15:01.4432652Z 2025-12-04T11:15:01.4432811Z [rank3]:[W1204 11:04:18.478571633 Module.cpp:201] symbolizing C++ stack trace for exception; if this hangs, rerun with TORCH_DISABLE_ADDR2LINE=1... 2025-12-04T11:15:01.4433010Z 2025-12-04T11:15:01.4433169Z [rank3]:[W1204 11:04:18.815252035 Module.cpp:201] symbolizing C++ stack trace for exception; if this hangs, rerun with TORCH_DISABLE_ADDR2LINE=1... 2025-12-04T11:15:01.4433370Z 2025-12-04T11:15:01.4433530Z [rank3]:[W1204 11:04:18.818781208 Module.cpp:201] symbolizing C++ stack trace for exception; if this hangs, rerun with TORCH_DISABLE_ADDR2LINE=1... 2025-12-04T11:15:01.4433726Z 2025-12-04T11:15:01.4433883Z [rank3]:[W1204 11:04:18.818987214 Module.cpp:201] symbolizing C++ stack trace for exception; if this hangs, rerun with TORCH_DISABLE_ADDR2LINE=1... 2025-12-04T11:15:01.4434077Z 2025-12-04T11:15:01.4434263Z [rank3]:[W1204 11:04:18.819261099 Module.cpp:201] symbolizing C++ stack trace for exception; if this hangs, rerun with TORCH_DISABLE_ADDR2LINE=1... 2025-12-04T11:15:01.4434459Z 2025-12-04T11:15:01.4434617Z [rank3]:[W1204 11:04:18.031103090 Module.cpp:201] symbolizing C++ stack trace for exception; if this hangs, rerun with TORCH_DISABLE_ADDR2LINE=1... 2025-12-04T11:15:01.4434814Z 2025-12-04T11:15:01.4434972Z [rank3]:[W1204 11:04:18.031457763 Module.cpp:201] symbolizing C++ stack trace for exception; if this hangs, rerun with TORCH_DISABLE_ADDR2LINE=1... 2025-12-04T11:15:01.4435170Z 2025-12-04T11:15:01.4435328Z [rank3]:[W1204 11:04:18.031912175 Module.cpp:201] symbolizing C++ stack trace for exception; if this hangs, rerun with TORCH_DISABLE_ADDR2LINE=1... 2025-12-04T11:15:01.4435523Z 2025-12-04T11:15:01.4435682Z [rank3]:[W1204 11:04:18.032382756 Module.cpp:201] symbolizing C++ stack trace for exception; if this hangs, rerun with TORCH_DISABLE_ADDR2LINE=1... 2025-12-04T11:15:01.4435880Z 2025-12-04T11:15:01.4436041Z [rank3]:[W1204 11:04:18.032508653 Module.cpp:201] symbolizing C++ stack trace for exception; if this hangs, rerun with TORCH_DISABLE_ADDR2LINE=1... 2025-12-04T11:15:01.4436237Z 2025-12-04T11:15:01.4436394Z [rank3]:[W1204 11:04:18.032742139 Module.cpp:201] symbolizing C++ stack trace for exception; if this hangs, rerun with TORCH_DISABLE_ADDR2LINE=1... 2025-12-04T11:15:01.4436591Z 2025-12-04T11:15:01.4436798Z [rank1]:[W1204 11:04:55.541849836 unwind.cpp:219] Warning: Unsupported unwinding pattern: Address not in range (function unwinderFor) 2025-12-04T11:15:01.4437171Z [rank1]:[W1204 11:04:55.541909674 Module.cpp:201] symbolizing C++ stack trace for exception; if this hangs, rerun with TORCH_DISABLE_ADDR2LINE=1... 2025-12-04T11:15:01.4437367Z 2025-12-04T11:15:01.4437525Z [rank1]:[W1204 11:05:02.023564748 Module.cpp:201] symbolizing C++ stack trace for exception; if this hangs, rerun with TORCH_DISABLE_ADDR2LINE=1... 2025-12-04T11:15:01.4437719Z 2025-12-04T11:15:01.4437880Z [rank1]:[W1204 11:05:03.199355243 Module.cpp:201] symbolizing C++ stack trace for exception; if this hangs, rerun with TORCH_DISABLE_ADDR2LINE=1... 2025-12-04T11:15:01.4438075Z 2025-12-04T11:15:01.4438233Z [rank1]:[W1204 11:05:03.202421335 Module.cpp:201] symbolizing C++ stack trace for exception; if this hangs, rerun with TORCH_DISABLE_ADDR2LINE=1... 2025-12-04T11:15:01.4438430Z 2025-12-04T11:15:01.4438589Z [rank1]:[W1204 11:05:03.202612022 Module.cpp:201] symbolizing C++ stack trace for exception; if this hangs, rerun with TORCH_DISABLE_ADDR2LINE=1... 2025-12-04T11:15:01.4438785Z 2025-12-04T11:15:01.4438944Z [rank1]:[W1204 11:05:03.202887936 Module.cpp:201] symbolizing C++ stack trace for exception; if this hangs, rerun with TORCH_DISABLE_ADDR2LINE=1... 2025-12-04T11:15:01.4439140Z 2025-12-04T11:15:01.4439298Z [rank1]:[W1204 11:05:03.393809175 Module.cpp:201] symbolizing C++ stack trace for exception; if this hangs, rerun with TORCH_DISABLE_ADDR2LINE=1... 2025-12-04T11:15:01.4439494Z 2025-12-04T11:15:01.4439653Z [rank1]:[W1204 11:05:03.394147618 Module.cpp:201] symbolizing C++ stack trace for exception; if this hangs, rerun with TORCH_DISABLE_ADDR2LINE=1... 2025-12-04T11:15:01.4439851Z 2025-12-04T11:15:01.4440010Z [rank1]:[W1204 11:05:03.394576260 Module.cpp:201] symbolizing C++ stack trace for exception; if this hangs, rerun with TORCH_DISABLE_ADDR2LINE=1... 2025-12-04T11:15:01.4440209Z 2025-12-04T11:15:01.4440367Z [rank1]:[W1204 11:05:03.395040501 Module.cpp:201] symbolizing C++ stack trace for exception; if this hangs, rerun with TORCH_DISABLE_ADDR2LINE=1... 2025-12-04T11:15:01.4440566Z 2025-12-04T11:15:01.4440723Z [rank1]:[W1204 11:05:03.395169169 Module.cpp:201] symbolizing C++ stack trace for exception; if this hangs, rerun with TORCH_DISABLE_ADDR2LINE=1... 2025-12-04T11:15:01.4440920Z 2025-12-04T11:15:01.4441079Z [rank1]:[W1204 11:05:03.395388655 Module.cpp:201] symbolizing C++ stack trace for exception; if this hangs, rerun with TORCH_DISABLE_ADDR2LINE=1... 2025-12-04T11:15:01.4441273Z 2025-12-04T11:15:01.4441518Z [rank2]:W1204 11:05:25.162000 51970 site-packages/torch/_logging/_internal.py:1204] [0/0] Profiler function will be ignored 2025-12-04T11:15:01.4441959Z [rank0]:W1204 11:05:39.038000 51968 site-packages/torch/_logging/_internal.py:1204] [0/0] Profiler function will be ignored 2025-12-04T11:15:01.4442395Z [rank1]:W1204 11:06:13.826000 51969 site-packages/torch/_logging/_internal.py:1204] [0/0] Profiler function will be ignored 2025-12-04T11:15:01.4442831Z [rank3]:W1204 11:06:15.702000 51971 site-packages/torch/_logging/_internal.py:1204] [0/0] Profiler function will be ignored 2025-12-04T11:15:01.4443109Z PASSED [208.8469s] [100%] 2025-12-04T11:15:01.4443176Z 2025-12-04T11:15:01.4443437Z - generated xml file: /var/lib/jenkins/pytorch/test/test-reports/python-pytest/distributed.tensor.test_dtensor_compile/distributed.tensor.test_dtensor_compile-49abd81518e222e2.xml - 2025-12-04T11:15:01.4443801Z ================= 1 passed, 10 deselected in 208.86s (0:03:28) ================= 2025-12-04T11:15:01.4443945Z Got exit code 0 2025-12-04T11:15:01.4444083Z Test succeeded in new process, continuing with the rest of the tests 2025-12-04T11:15:01.4444411Z Test results will be stored in test-reports/python-pytest/distributed.tensor.test_dtensor_compile/distributed.tensor.test_dtensor_compile-0358d6332903f52a.xml 2025-12-04T11:15:01.4444743Z ============================= test session starts ============================== 2025-12-04T11:15:01.4444950Z platform linux -- Python 3.10.14, pytest-7.3.2, pluggy-1.6.0 -- /opt/conda/envs/py_3.10/bin/python 2025-12-04T11:15:01.4445137Z cachedir: .pytest_cache 2025-12-04T11:15:01.4445360Z hypothesis profile 'pytorch_ci' -> database=None, max_examples=50, derandomize=True, suppress_health_check=[HealthCheck.too_slow] 2025-12-04T11:15:01.4445595Z rootdir: /var/lib/jenkins/pytorch 2025-12-04T11:15:01.4445711Z configfile: pytest.ini 2025-12-04T11:15:01.4445936Z plugins: hypothesis-6.56.4, cpp-2.3.0, flakefinder-1.1.0, rerunfailures-14.0, subtests-0.13.1, xdist-3.3.1, xdoctest-1.3.0, typeguard-4.3.0 2025-12-04T11:15:01.4446204Z collecting ... collected 49 items / 8 deselected / 41 selected 2025-12-04T11:15:01.4446364Z stepcurrent: skipping 8 already run items. 2025-12-04T11:15:01.4446494Z Running 3 items in this shard 2025-12-04T11:15:01.4446565Z 2025-12-04T11:15:01.4446899Z distributed/tensor/test_dtensor_compile.py::TestDTensorCompileE2E::test_2d_fsdp_tp_compile_use_ca_False I1204 11:07:34.894000 54741 site-packages/torch/testing/_internal/common_distributed.py:849] Started process 0 with pid 55397 2025-12-04T11:15:01.4447374Z I1204 11:07:34.895000 54741 site-packages/torch/testing/_internal/common_distributed.py:849] Started process 1 with pid 55398 2025-12-04T11:15:01.4447708Z I1204 11:07:34.895000 54741 site-packages/torch/testing/_internal/common_distributed.py:849] Started process 2 with pid 55399 2025-12-04T11:15:01.4448040Z I1204 11:07:34.896000 54741 site-packages/torch/testing/_internal/common_distributed.py:849] Started process 3 with pid 55400 2025-12-04T11:15:01.4448726Z /opt/conda/envs/py_3.10/lib/python3.10/site-packages/torch/distributed/fsdp/_init_utils.py:571: UserWarning: FSDP got the argument `device_id` cuda on rank 0, which does not have an explicit index. FSDP will use the current device 0. If this is incorrect, please explicitly call `torch.cuda.set_device()` before FSDP initialization or pass in the explicit device index as the `device_id` argument. 2025-12-04T11:15:01.4449317Z device_from_device_id = _get_device_from_device_id( 2025-12-04T11:15:01.4449904Z /opt/conda/envs/py_3.10/lib/python3.10/site-packages/torch/distributed/fsdp/_init_utils.py:571: UserWarning: FSDP got the argument `device_id` cuda on rank 0, which does not have an explicit index. FSDP will use the current device 1. If this is incorrect, please explicitly call `torch.cuda.set_device()` before FSDP initialization or pass in the explicit device index as the `device_id` argument. 2025-12-04T11:15:01.4450531Z device_from_device_id = _get_device_from_device_id( 2025-12-04T11:15:01.4451114Z /opt/conda/envs/py_3.10/lib/python3.10/site-packages/torch/distributed/fsdp/_init_utils.py:571: UserWarning: FSDP got the argument `device_id` cuda on rank 1, which does not have an explicit index. FSDP will use the current device 3. If this is incorrect, please explicitly call `torch.cuda.set_device()` before FSDP initialization or pass in the explicit device index as the `device_id` argument. 2025-12-04T11:15:01.4451697Z device_from_device_id = _get_device_from_device_id( 2025-12-04T11:15:01.4452274Z /opt/conda/envs/py_3.10/lib/python3.10/site-packages/torch/distributed/fsdp/_init_utils.py:571: UserWarning: FSDP got the argument `device_id` cuda on rank 1, which does not have an explicit index. FSDP will use the current device 2. If this is incorrect, please explicitly call `torch.cuda.set_device()` before FSDP initialization or pass in the explicit device index as the `device_id` argument. 2025-12-04T11:15:01.4452854Z device_from_device_id = _get_device_from_device_id( 2025-12-04T11:15:01.4453159Z [rank2]:W1204 11:07:46.348000 55399 site-packages/torch/_logging/_internal.py:1204] [0/0] Profiler function will be ignored 2025-12-04T11:15:01.4453604Z [rank3]:W1204 11:07:46.801000 55400 site-packages/torch/_logging/_internal.py:1204] [0/0] Profiler function will be ignored 2025-12-04T11:15:01.4454073Z [rank1]:W1204 11:08:05.084000 55398 site-packages/torch/_logging/_internal.py:1204] [0/0] Profiler function will be ignored 2025-12-04T11:15:01.4454514Z [rank0]:W1204 11:08:41.262000 55397 site-packages/torch/_logging/_internal.py:1204] [0/0] Profiler function will be ignored 2025-12-04T11:15:01.4454796Z PASSED [80.0215s] [ 33%] 2025-12-04T11:15:01.4455196Z distributed/tensor/test_dtensor_compile.py::TestDTensorCompileE2E::test_tp_compile_fullgraph_is_seq_parallel_True_use_ca_False I1204 11:08:54.919000 54741 site-packages/torch/testing/_internal/common_distributed.py:849] Started process 0 with pid 58158 2025-12-04T11:15:01.4455709Z I1204 11:08:54.919000 54741 site-packages/torch/testing/_internal/common_distributed.py:849] Started process 1 with pid 58159 2025-12-04T11:15:01.4456052Z I1204 11:08:54.920000 54741 site-packages/torch/testing/_internal/common_distributed.py:849] Started process 2 with pid 58160 2025-12-04T11:15:01.4456392Z I1204 11:08:54.920000 54741 site-packages/torch/testing/_internal/common_distributed.py:849] Started process 3 with pid 58161 2025-12-04T11:15:01.4456625Z PASSED [143.2213s] [ 66%] 2025-12-04T11:15:01.4457064Z distributed/tensor/test_dtensor_compile.py::TestDTensorCompileE2E::test_tp_compile_fullgraph_is_seq_parallel_True_use_ca_True I1204 11:11:18.141000 54741 site-packages/torch/testing/_internal/common_distributed.py:849] Started process 0 with pid 60851 2025-12-04T11:15:01.4457572Z I1204 11:11:18.142000 54741 site-packages/torch/testing/_internal/common_distributed.py:849] Started process 1 with pid 60852 2025-12-04T11:15:01.4457912Z I1204 11:11:18.142000 54741 site-packages/torch/testing/_internal/common_distributed.py:849] Started process 2 with pid 60853 2025-12-04T11:15:01.4458251Z I1204 11:11:18.143000 54741 site-packages/torch/testing/_internal/common_distributed.py:849] Started process 3 with pid 60854 2025-12-04T11:15:01.4458803Z /opt/conda/envs/py_3.10/lib/python3.10/site-packages/torch/_inductor/compile_fx.py:321: UserWarning: TensorFloat32 tensor cores for float32 matrix multiplication available but not enabled. Consider setting `torch.set_float32_matmul_precision('high')` for better performance. 2025-12-04T11:15:01.4459239Z warnings.warn( 2025-12-04T11:15:01.4459687Z /opt/conda/envs/py_3.10/lib/python3.10/site-packages/torch/_inductor/compile_fx.py:321: UserWarning: TensorFloat32 tensor cores for float32 matrix multiplication available but not enabled. Consider setting `torch.set_float32_matmul_precision('high')` for better performance. 2025-12-04T11:15:01.4460126Z warnings.warn( 2025-12-04T11:15:01.4460539Z /opt/conda/envs/py_3.10/lib/python3.10/site-packages/torch/_inductor/compile_fx.py:321: UserWarning: TensorFloat32 tensor cores for float32 matrix multiplication available but not enabled. Consider setting `torch.set_float32_matmul_precision('high')` for better performance. 2025-12-04T11:15:01.4460978Z warnings.warn( 2025-12-04T11:15:01.4461389Z /opt/conda/envs/py_3.10/lib/python3.10/site-packages/torch/_inductor/compile_fx.py:321: UserWarning: TensorFloat32 tensor cores for float32 matrix multiplication available but not enabled. Consider setting `torch.set_float32_matmul_precision('high')` for better performance. 2025-12-04T11:15:01.4461819Z warnings.warn( 2025-12-04T11:15:01.4461919Z PASSED [222.5267s] [100%] 2025-12-04T11:15:01.4461990Z 2025-12-04T11:15:01.4462252Z - generated xml file: /var/lib/jenkins/pytorch/test/test-reports/python-pytest/distributed.tensor.test_dtensor_compile/distributed.tensor.test_dtensor_compile-0358d6332903f52a.xml - 2025-12-04T11:15:01.4462617Z ================= 3 passed, 8 deselected in 445.78s (0:07:25) ================== 2025-12-04T11:15:01.4462971Z The following tests failed and then succeeded when run in a new process['test/distributed/tensor/test_dtensor_compile.py::TestDTensorCompileE2E::test_2d_fsdp_tp_ac_compile_use_ca_False'] 2025-12-04T11:15:01.4463280Z 2025-12-04T11:15:01.4463493Z FINISHED PRINTING LOG FILE of distributed/tensor/test_dtensor_compile 1/4 (test/test-reports/distributed.tensor.test_dtensor_compile_1.4_73b2a6d8df5e2b84_.log) 2025-12-04T11:15:01.4463741Z 2025-12-04T11:15:01.4463884Z Finished distributed/tensor/test_dtensor_compile 1/4 ... [2025-12-04 11:15:01.420002][3573214.474327945], took 21.54min 2025-12-04T11:15:01.4464327Z Parsing testcases for test report: /var/lib/jenkins/pytorch/test/test-reports/python-pytest/distributed.test_inductor_collectives/distributed.test_inductor_collectives-f9afad458cd75285.xml 2025-12-04T11:15:01.4464733Z Failed to parse and upload json test reports: Unable to locate credentials 2025-12-04T11:15:01.4464956Z GITHUB_RUN_ID, GITHUB_RUN_ATTEMPT, or ARTIFACTS_FILE_SUFFIX not set, not uploading 2025-12-04T11:15:01.4465138Z Uploading artifacts took 0.00 seconds 2025-12-04T11:15:01.4465343Z Running distributed/tensor/test_dtensor_compile 4/4 ... [2025-12-04 11:15:01.422474][3573214.476804796] 2025-12-04T11:15:01.4465553Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2025-12-04T11:15:01.4465969Z Executing ['/opt/conda/envs/py_3.10/bin/python', '-bb', 'distributed/tensor/test_dtensor_compile.py', '--shard-id=4', '--num-shards=4', '-v', '-vv', '-rfEX', '-p', 'no:xdist', '--use-pytest', '-x', '--reruns=0', '--import-slow-tests', '--import-disabled-tests'] ... [2025-12-04 11:15:01.422709] 2025-12-04T11:23:25.5172930Z 2025-12-04T11:23:25.5174443Z distributed/tensor/test_dtensor_compile 4/4 was successful, full logs can be found in artifacts with path test/test-reports/distributed.tensor.test_dtensor_compile_4.4_d00a28f12fde2111_.log 2025-12-04T11:23:25.5180716Z Running 12 items in this shard: test/distributed/tensor/test_dtensor_compile.py::TestDTensorCompile::test_device_mesh_compile, test/distributed/tensor/test_dtensor_compile.py::TestDTensorCompile::test_dtensor_attribute_access_on_intermediate, test/distributed/tensor/test_dtensor_compile.py::TestDTensorCompile::test_dtensor_constructor_w_dynamo_disable, test/distributed/tensor/test_dtensor_compile.py::TestDTensorCompile::test_dtensor_constructor_w_graph_break, test/distributed/tensor/test_dtensor_compile.py::TestDTensorCompile::test_dtensor_contiguous_dtensor_noncontiguous_local_as_tangent, test/distributed/tensor/test_dtensor_compile.py::TestDTensorCompile::test_dtensor_dont_recompile_on_same_placement_devicemesh, test/distributed/tensor/test_dtensor_compile.py::TestDTensorCompile::test_dtensor_dynamic, test/distributed/tensor/test_dtensor_compile.py::TestDTensorCompile::test_dynamo_dtensor_recompile, test/distributed/tensor/test_dtensor_compile.py::TestDTensorCompile::test_dynamo_from_local_grad_placements_sequence_intermediate_as_args, test/distributed/tensor/test_dtensor_compile.py::TestDTensorCompile::test_dynamo_to_local_kwargs_forward_hook, test/distributed/tensor/test_dtensor_compile.py::TestDTensorCompileE2E::test_2d_fsdp_tp_compile_use_ca_True, test/distributed/tensor/test_dtensor_compile.py::TestDTensorCompileE2E::test_compile_dtensor_redistribute_backward_use_ca_False 2025-12-04T11:23:25.5182848Z 2025-12-04T11:23:25.5182992Z Finished distributed/tensor/test_dtensor_compile 4/4 ... [2025-12-04 11:23:25.516977][3573718.571303446], took 8.40min 2025-12-04T11:23:25.5183460Z Parsing testcases for test report: /var/lib/jenkins/pytorch/test/test-reports/python-pytest/distributed.test_inductor_collectives/distributed.test_inductor_collectives-f9afad458cd75285.xml 2025-12-04T11:23:25.5191160Z Failed to parse and upload json test reports: Unable to locate credentials 2025-12-04T11:23:25.5193678Z Running distributed/tensor/test_dtensor 2/3 ... [2025-12-04 11:23:25.519295][3573718.573624771] 2025-12-04T11:23:25.5193886Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2025-12-04T11:23:25.5196125Z Executing ['/opt/conda/envs/py_3.10/bin/python', '-bb', 'distributed/tensor/test_dtensor.py', '--shard-id=2', '--num-shards=3', '-v', '-vv', '-rfEX', '-p', 'no:xdist', '--use-pytest', '-x', '--reruns=0', '--import-slow-tests', '--import-disabled-tests'] ... [2025-12-04 11:23:25.519522] 2025-12-04T11:49:34.1533737Z 2025-12-04T11:49:34.1534856Z distributed/tensor/test_dtensor 2/3 was successful, full logs can be found in artifacts with path test/test-reports/distributed.tensor.test_dtensor_2.3_72ef84f12abb15db_.log 2025-12-04T11:49:34.1547113Z Running 33 items in this shard: test/distributed/tensor/test_dtensor.py::DTensorTest::test_dtensor_async_output, test/distributed/tensor/test_dtensor.py::DTensorTest::test_dtensor_constructor, test/distributed/tensor/test_dtensor.py::DTensorTest::test_dtensor_properties, test/distributed/tensor/test_dtensor.py::DTensorTest::test_dtensor_spec_hash, test/distributed/tensor/test_dtensor.py::DTensorTest::test_dtensor_spec_read_only_after_set, test/distributed/tensor/test_dtensor.py::DTensorTest::test_dtensor_stride, test/distributed/tensor/test_dtensor.py::DTensorTest::test_from_local_negative_dim, test/distributed/tensor/test_dtensor.py::DTensorTest::test_from_local_uneven_sharding_raise_error, test/distributed/tensor/test_dtensor.py::DTensorTest::test_full_tensor_sync, test/distributed/tensor/test_dtensor.py::DTensorTest::test_to_local_grad_hint, test/distributed/tensor/test_dtensor.py::DTensorTestWithLocalTensor::test_dtensor_async_output, test/distributed/tensor/test_dtensor.py::DTensorTestWithLocalTensor::test_dtensor_new_empty_strided, test/distributed/tensor/test_dtensor.py::DTensorTestWithLocalTensor::test_dtensor_save_load_import, test/distributed/tensor/test_dtensor.py::DTensorTestWithLocalTensor::test_dtensor_spec_hash, test/distributed/tensor/test_dtensor.py::DTensorTestWithLocalTensor::test_dtensor_spec_read_only_after_set, test/distributed/tensor/test_dtensor.py::DTensorTestWithLocalTensor::test_from_local, test/distributed/tensor/test_dtensor.py::DTensorTestWithLocalTensor::test_shard_tensor, test/distributed/tensor/test_dtensor.py::DTensorTestWithLocalTensor::test_to_local, test/distributed/tensor/test_dtensor.py::DTensorMeshTest::test_as_strided_identity, test/distributed/tensor/test_dtensor.py::DTensorMeshTest::test_auto_implicit_replication, test/distributed/tensor/test_dtensor.py::DTensorMeshTest::test_dtensor_2d_mesh, test/distributed/tensor/test_dtensor.py::DTensorMeshTest::test_dtensor_spec_local_shard_offset, test/distributed/tensor/test_dtensor.py::DTensorMeshTest::test_vmap_embedding, test/distributed/tensor/test_dtensor.py::DTensorMeshTestWithLocalTensor::test_as_strided_identity, test/distributed/tensor/test_dtensor.py::DTensorMeshTestWithLocalTensor::test_auto_implicit_replication, test/distributed/tensor/test_dtensor.py::DTensorMeshTestWithLocalTensor::test_device_mesh_nd, test/distributed/tensor/test_dtensor.py::DTensorMeshTestWithLocalTensor::test_implicit_replication, test/distributed/tensor/test_dtensor.py::DTensorMeshTestWithLocalTensor::test_metadata_consistency_check, test/distributed/tensor/test_dtensor.py::DTensorMeshTestWithLocalTensor::test_redistribute_sub_mesh, test/distributed/tensor/test_dtensor.py::DTensorMeshTestWithLocalTensor::test_vmap_embedding, test/distributed/tensor/test_dtensor.py::TestDTensorPlacementTypes::test_split_tensor_1D, test/distributed/tensor/test_dtensor.py::TestDTensorSpecWithLocalTensor::test_default_shard_order, test/distributed/tensor/test_dtensor.py::TestDTensorSpecWithLocalTensor::test_dtensor_spec_default_shard_order_generation 2025-12-04T11:49:34.1554489Z 2025-12-04T11:49:34.1554693Z Finished distributed/tensor/test_dtensor 2/3 ... [2025-12-04 11:49:34.153125][3575287.207448996], took 26.14min 2025-12-04T11:49:34.1555408Z Parsing testcases for test report: /var/lib/jenkins/pytorch/test/test-reports/python-pytest/distributed.test_inductor_collectives/distributed.test_inductor_collectives-f9afad458cd75285.xml 2025-12-04T11:49:34.1556896Z Failed to parse and upload json test reports: Unable to locate credentials 2025-12-04T11:49:34.1557254Z GITHUB_RUN_ID, GITHUB_RUN_ATTEMPT, or ARTIFACTS_FILE_SUFFIX not set, not uploading 2025-12-04T11:49:34.1557540Z Uploading artifacts took 0.00 seconds 2025-12-04T11:49:34.1560618Z Running distributed/test_aten_comm_compute_reordering 2/3 ... [2025-12-04 11:49:34.155896][3575287.210226051] 2025-12-04T11:49:34.1561723Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2025-12-04T11:49:34.1562467Z Executing ['/opt/conda/envs/py_3.10/bin/python', '-bb', 'distributed/test_aten_comm_compute_reordering.py', '--shard-id=2', '--num-shards=3', '-v', '-vv', '-rfEX', '-p', 'no:xdist', '--use-pytest', '-x', '--reruns=0', '--import-slow-tests', '--import-disabled-tests'] ... [2025-12-04 11:49:34.156139] 2025-12-04T11:52:12.3666649Z 2025-12-04T11:52:12.3667984Z distributed/test_aten_comm_compute_reordering 2/3 was successful, full logs can be found in artifacts with path test/test-reports/distributed.test_aten_comm_compute_reordering_2.3_1b77c11d25901e74_.log 2025-12-04T11:52:12.3673032Z Running 14 items in this shard: test/distributed/test_aten_comm_compute_reordering.py::TestComputeCommReorderingMultiProc::test_overlap_scheduling_via_config, test/distributed/test_aten_comm_compute_reordering.py::TestComputeCommReorderingMultiProc::test_raise_comms, test/distributed/test_aten_comm_compute_reordering.py::TestComputeCommReorderingBucketing::test_basic_all_gather_bucketing, test/distributed/test_aten_comm_compute_reordering.py::TestComputeCommReorderingBucketing::test_bucketing_wait_sink, test/distributed/test_aten_comm_compute_reordering.py::TestComputeCommReorderingBucketing::test_bucketing_with_convert_dtype, test/distributed/test_aten_comm_compute_reordering.py::TestComputeCommReorderingBucketing::test_custom_estimation_with_fake_tensor_mode, test/distributed/test_aten_comm_compute_reordering.py::TestComputeCommReorderingBucketing::test_custom_estimator_for_non_compute_nodes, test/distributed/test_aten_comm_compute_reordering.py::TestComputeCommReorderingBucketing::test_no_bucketing_when_collective_depends_on_hiding_node, test/distributed/test_aten_comm_compute_reordering.py::TestComputeCommReorderingBucketing::test_no_bucketing_with_dependent_hiding_nodes, test/distributed/test_aten_comm_compute_reordering.py::TestComputeCommReorderingBucketing::test_reduce_scatter_bucketing, test/distributed/test_aten_comm_compute_reordering.py::TestComputeCommReorderingBucketing::test_schedulable_wait, test/distributed/test_aten_comm_compute_reordering.py::TestManualOverlapBucketing::test_bucketing_reordering_pass_single_bucket_custom_module_stack_fn, test/distributed/test_aten_comm_compute_reordering.py::TestManualOverlapBucketing::test_manual_reordering_bucketing_pass_separate_buckets, test/distributed/test_aten_comm_compute_reordering.py::TestManualOverlapBucketing::test_raise_comms 2025-12-04T11:52:12.3677360Z 2025-12-04T11:52:12.3678113Z Finished distributed/test_aten_comm_compute_reordering 2/3 ... [2025-12-04 11:52:12.366408][3575445.420733469], took 2.64min 2025-12-04T11:52:12.3678817Z Parsing testcases for test report: /var/lib/jenkins/pytorch/test/test-reports/python-pytest/distributed.test_inductor_collectives/distributed.test_inductor_collectives-f9afad458cd75285.xml 2025-12-04T11:52:12.3688258Z Failed to parse and upload json test reports: Unable to locate credentials 2025-12-04T11:52:12.3690989Z Running distributed/tensor/test_dynamic 1/1 ... [2025-12-04 11:52:12.368942][3575445.42327224] 2025-12-04T11:52:12.3691233Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2025-12-04T11:52:12.3693339Z Executing ['/opt/conda/envs/py_3.10/bin/python', '-bb', 'distributed/tensor/test_dynamic.py', '--shard-id=1', '--num-shards=1', '-v', '-vv', '-rfEX', '-p', 'no:xdist', '--use-pytest', '-x', '--reruns=0', '--import-slow-tests', '--import-disabled-tests'] ... [2025-12-04 11:52:12.369185] 2025-12-04T11:52:46.8368467Z 2025-12-04T11:52:46.8369346Z distributed/tensor/test_dynamic 1/1 was successful, full logs can be found in artifacts with path test/test-reports/distributed.tensor.test_dynamic_1.1_adf81c6f230068a3_.log 2025-12-04T11:52:46.8371929Z Running 4 items in this shard: test/distributed/tensor/test_dynamic.py::TestDynamic::test_embedding_fake_tensor_cache_enabled_False, test/distributed/tensor/test_dynamic.py::TestDynamic::test_embedding_fake_tensor_cache_enabled_True, test/distributed/tensor/test_dynamic.py::TestDynamicWithLocalTensor::test_embedding_fake_tensor_cache_enabled_False, test/distributed/tensor/test_dynamic.py::TestDynamicWithLocalTensor::test_embedding_fake_tensor_cache_enabled_True 2025-12-04T11:52:46.8374311Z 2025-12-04T11:52:46.8374684Z Finished distributed/tensor/test_dynamic 1/1 ... [2025-12-04 11:52:46.836523][3575479.890845232], took 0.57min 2025-12-04T11:52:46.8379716Z Parsing testcases for test report: /var/lib/jenkins/pytorch/test/test-reports/python-pytest/distributed.test_inductor_collectives/distributed.test_inductor_collectives-f9afad458cd75285.xml 2025-12-04T11:52:46.8394602Z Failed to parse and upload json test reports: Unable to locate credentials 2025-12-04T11:52:46.8397250Z Running distributed/checkpoint/e2e/test_fsdp_ep 1/1 ... [2025-12-04 11:52:46.839580][3575479.893909342] 2025-12-04T11:52:46.8397570Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2025-12-04T11:52:46.8399628Z Executing ['/opt/conda/envs/py_3.10/bin/python', '-bb', 'distributed/checkpoint/e2e/test_fsdp_ep.py', '--shard-id=1', '--num-shards=1', '-v', '-vv', '-rfEX', '-p', 'no:xdist', '--use-pytest', '-x', '--reruns=0', '--import-slow-tests', '--import-disabled-tests'] ... [2025-12-04 11:52:46.839835] 2025-12-04T11:52:51.3120783Z 2025-12-04T11:52:51.3122083Z distributed/checkpoint/e2e/test_fsdp_ep 1/1 was successful, full logs can be found in artifacts with path test/test-reports/distributed.checkpoint.e2e.test_fsdp_ep_1.1_f8ce8148ec8e3a29_.log 2025-12-04T11:52:51.3123098Z Running 1 items in this shard: test/distributed/checkpoint/e2e/test_fsdp_ep.py::TestFSDPWithEP::test_e2e 2025-12-04T11:52:51.3123465Z 2025-12-04T11:52:51.3128875Z Finished distributed/checkpoint/e2e/test_fsdp_ep 1/1 ... [2025-12-04 11:52:51.311756][3575484.366080758], took 0.07min 2025-12-04T11:52:51.3129834Z Parsing testcases for test report: /var/lib/jenkins/pytorch/test/test-reports/python-pytest/distributed.test_inductor_collectives/distributed.test_inductor_collectives-f9afad458cd75285.xml 2025-12-04T11:52:51.3143151Z Failed to parse and upload json test reports: Unable to locate credentials 2025-12-04T11:52:51.3145177Z Running distributed/pipelining/test_unflatten 1/1 ... [2025-12-04 11:52:51.314416][3575484.368745805] 2025-12-04T11:52:51.3145525Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2025-12-04T11:52:51.3147950Z Executing ['/opt/conda/envs/py_3.10/bin/python', '-bb', 'distributed/pipelining/test_unflatten.py', '--shard-id=1', '--num-shards=1', '-v', '-vv', '-rfEX', '-p', 'no:xdist', '--use-pytest', '-x', '--reruns=0', '--import-slow-tests', '--import-disabled-tests'] ... [2025-12-04 11:52:51.314646] 2025-12-04T11:52:58.0885957Z 2025-12-04T11:52:58.0887512Z distributed/pipelining/test_unflatten 1/1 was successful, full logs can be found in artifacts with path test/test-reports/distributed.pipelining.test_unflatten_1.1_31969122332cb365_.log 2025-12-04T11:52:58.0888658Z Running 1 items in this shard: test/distributed/pipelining/test_unflatten.py::UnflattenTestsCUDA::test_unflatten_cuda 2025-12-04T11:52:58.0889119Z 2025-12-04T11:52:58.0889488Z Finished distributed/pipelining/test_unflatten 1/1 ... [2025-12-04 11:52:58.088346][3575491.142667909], took 0.11min 2025-12-04T11:52:58.0898825Z Parsing testcases for test report: /var/lib/jenkins/pytorch/test/test-reports/python-pytest/distributed.test_inductor_collectives/distributed.test_inductor_collectives-f9afad458cd75285.xml 2025-12-04T11:52:58.0911492Z Failed to parse and upload json test reports: Unable to locate credentials 2025-12-04T11:52:58.0913911Z Running distributed/tensor/test_dtensor_testbase 1/1 ... [2025-12-04 11:52:58.091237][3575491.145567772] 2025-12-04T11:52:58.0914328Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2025-12-04T11:52:58.0918218Z Executing ['/opt/conda/envs/py_3.10/bin/python', '-bb', 'distributed/tensor/test_dtensor_testbase.py', '--shard-id=1', '--num-shards=1', '-v', '-vv', '-rfEX', '-p', 'no:xdist', '--use-pytest', '-x', '--reruns=0', '--import-slow-tests', '--import-disabled-tests'] ... [2025-12-04 11:52:58.091463] 2025-12-04T11:53:04.2673231Z 2025-12-04T11:53:04.2674846Z distributed/tensor/test_dtensor_testbase 1/1 was successful, full logs can be found in artifacts with path test/test-reports/distributed.tensor.test_dtensor_testbase_1.1_7f7f6382c3b1493a_.log 2025-12-04T11:53:04.2675519Z Running 1 items in this shard: test/distributed/tensor/test_dtensor_testbase.py::DTensorTestBaseUtilCPUTest::test_dtensor_testbase_destroy_pg 2025-12-04T11:53:04.2675783Z 2025-12-04T11:53:04.2675965Z Finished distributed/tensor/test_dtensor_testbase 1/1 ... [2025-12-04 11:53:04.267020][3575497.321344211], took 0.10min 2025-12-04T11:53:04.2682828Z Parsing testcases for test report: /var/lib/jenkins/pytorch/test/test-reports/python-pytest/distributed.test_inductor_collectives/distributed.test_inductor_collectives-f9afad458cd75285.xml 2025-12-04T11:53:04.2697976Z Failed to parse and upload json test reports: Unable to locate credentials 2025-12-04T11:53:04.2701800Z Running distributed/tensor/test_redistribute 1/2 ... [2025-12-04 11:53:04.269945][3575497.324274713] 2025-12-04T11:53:04.2702445Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2025-12-04T11:53:04.2703433Z Executing ['/opt/conda/envs/py_3.10/bin/python', '-bb', 'distributed/tensor/test_redistribute.py', '--shard-id=1', '--num-shards=2', '-v', '-vv', '-rfEX', '-p', 'no:xdist', '--use-pytest', '-x', '--reruns=0', '--import-slow-tests', '--import-disabled-tests'] ... [2025-12-04 11:53:04.270178] 2025-12-04T11:54:28.8772383Z 2025-12-04T11:54:28.8776908Z distributed/tensor/test_redistribute 1/2 was successful, full logs can be found in artifacts with path test/test-reports/distributed.tensor.test_redistribute_1.2_8279765d9418ab33_.log 2025-12-04T11:54:28.8786914Z Running 25 items in this shard: test/distributed/tensor/test_redistribute.py::RedistributeTest::test_partial_to_replicate_forward_backward_complex64, test/distributed/tensor/test_redistribute.py::RedistributeTest::test_partial_to_shard_float32, test/distributed/tensor/test_redistribute.py::RedistributeTest::test_redistribute_negative_shard_dim, test/distributed/tensor/test_redistribute.py::RedistributeTest::test_redistribute_shard_dim_change_complex64, test/distributed/tensor/test_redistribute.py::RedistributeTest::test_redistribute_shard_dim_change_float32, test/distributed/tensor/test_redistribute.py::RedistributeTest::test_redistribute_to_partial, test/distributed/tensor/test_redistribute.py::RedistributeTest::test_redistribute_uneven_sharding, test/distributed/tensor/test_redistribute.py::RedistributeTest::test_replicate_to_partial, test/distributed/tensor/test_redistribute.py::RedistributeTest::test_replicate_to_replicate_forward_backward, test/distributed/tensor/test_redistribute.py::RedistributeTest::test_shard_to_replicate_forward_backward_datatype_conversion, test/distributed/tensor/test_redistribute.py::RedistributeTest::test_shard_to_replicate_forward_backward_float32, test/distributed/tensor/test_redistribute.py::MultiDimRedistributeTest::test_multi_dim_mesh, test/distributed/tensor/test_redistribute.py::DistributeWithDeviceOrderTest::test_ordered_redistribute, test/distributed/tensor/test_redistribute.py::DistributeWithDeviceOrderTest::test_ordered_redistribute_for_special_placement, test/distributed/tensor/test_redistribute.py::RedistributeTestWithLocalTensor::test_partial_to_shard_float32, test/distributed/tensor/test_redistribute.py::RedistributeTestWithLocalTensor::test_redistribute_shard_dim_change_complex64, test/distributed/tensor/test_redistribute.py::RedistributeTestWithLocalTensor::test_redistribute_shard_dim_change_float32, test/distributed/tensor/test_redistribute.py::RedistributeTestWithLocalTensor::test_replicate_to_local_partial_grad_complex64, test/distributed/tensor/test_redistribute.py::RedistributeTestWithLocalTensor::test_replicate_to_local_partial_grad_float32, test/distributed/tensor/test_redistribute.py::RedistributeTestWithLocalTensor::test_replicate_to_shard_forward_backward, test/distributed/tensor/test_redistribute.py::RedistributeTestWithLocalTensor::test_shard_dim_alltoall_complex64, test/distributed/tensor/test_redistribute.py::RedistributeTestWithLocalTensor::test_shard_to_replicate_forward_backward_complex64, test/distributed/tensor/test_redistribute.py::MultiDimRedistributeTestWithLocalTensor::test_redistribute_shard_dim_multi_dim_mesh, test/distributed/tensor/test_redistribute.py::DistributeWithDeviceOrderTestWithLocalTensor::test_ordered_distribute_all_combination, test/distributed/tensor/test_redistribute.py::DistributeWithDeviceOrderTestWithLocalTensor::test_shard_order_same_data_as_strided_shard 2025-12-04T11:54:28.8793845Z 2025-12-04T11:54:28.8794031Z Finished distributed/tensor/test_redistribute 1/2 ... [2025-12-04 11:54:28.876969][3575581.931294015], took 1.41min 2025-12-04T11:54:28.8794642Z Parsing testcases for test report: /var/lib/jenkins/pytorch/test/test-reports/python-pytest/distributed.test_inductor_collectives/distributed.test_inductor_collectives-f9afad458cd75285.xml 2025-12-04T11:54:28.8795782Z Failed to parse and upload json test reports: Unable to locate credentials 2025-12-04T11:54:28.8798554Z Running distributed/tensor/test_tensor_ops 2/4 ... [2025-12-04 11:54:28.879724][3575581.934053871] 2025-12-04T11:54:28.8798835Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2025-12-04T11:54:28.8800747Z Executing ['/opt/conda/envs/py_3.10/bin/python', '-bb', 'distributed/tensor/test_tensor_ops.py', '--shard-id=2', '--num-shards=4', '-v', '-vv', '-rfEX', '-p', 'no:xdist', '--use-pytest', '-x', '--reruns=0', '--import-slow-tests', '--import-disabled-tests'] ... [2025-12-04 11:54:28.879965] 2025-12-04T11:55:15.5982094Z 2025-12-04T11:55:15.5983422Z distributed/tensor/test_tensor_ops 2/4 was successful, full logs can be found in artifacts with path test/test-reports/distributed.tensor.test_tensor_ops_2.4_ea4c5fc2c5267959_.log 2025-12-04T11:55:15.5989455Z Running 18 items in this shard: test/distributed/tensor/test_tensor_ops.py::DistTensorOpsTest::test_empty_like, test/distributed/tensor/test_tensor_ops.py::DistTensorOpsTest::test_fill_inplace, test/distributed/tensor/test_tensor_ops.py::DistTensorOpsTest::test_gather, test/distributed/tensor/test_tensor_ops.py::DistTensorOpsTest::test_index, test/distributed/tensor/test_tensor_ops.py::DistTensorOpsTest::test_scatter, test/distributed/tensor/test_tensor_ops.py::DistTensorOpsTest::test_split_on_partial, test/distributed/tensor/test_tensor_ops.py::DistTensorOpsTest::test_stack, test/distributed/tensor/test_tensor_ops.py::DistTensorOpsTest::test_zero_inplace, test/distributed/tensor/test_tensor_ops.py::DistTensorOpsTestWithLocalTensor::test_copy_, test/distributed/tensor/test_tensor_ops.py::DistTensorOpsTestWithLocalTensor::test_dtensor_dtype_conversion, test/distributed/tensor/test_tensor_ops.py::DistTensorOpsTestWithLocalTensor::test_ones_like, test/distributed/tensor/test_tensor_ops.py::DistTensorOpsTestWithLocalTensor::test_ones_like_partial_sum, test/distributed/tensor/test_tensor_ops.py::DistTensorOpsTestWithLocalTensor::test_op_out_variant, test/distributed/tensor/test_tensor_ops.py::DistTensorOpsTestWithLocalTensor::test_slice, test/distributed/tensor/test_tensor_ops.py::DistTensorOpsTestWithLocalTensor::test_split_on_partial, test/distributed/tensor/test_tensor_ops.py::DistTensorOpsTestWithLocalTensor::test_stack, test/distributed/tensor/test_tensor_ops.py::DistTensorOpsTestWithLocalTensor::test_unbind, test/distributed/tensor/test_tensor_ops.py::DistTensorOpsTestWithLocalTensor::test_zeros_like 2025-12-04T11:55:15.5993320Z 2025-12-04T11:55:15.5993537Z Finished distributed/tensor/test_tensor_ops 2/4 ... [2025-12-04 11:55:15.597857][3575628.652185054], took 0.78min 2025-12-04T11:55:15.5994267Z Parsing testcases for test report: /var/lib/jenkins/pytorch/test/test-reports/python-pytest/distributed.test_inductor_collectives/distributed.test_inductor_collectives-f9afad458cd75285.xml 2025-12-04T11:55:15.5997877Z Failed to parse and upload json test reports: Unable to locate credentials 2025-12-04T11:55:15.5999190Z Running distributed/test_nvshmem 1/1 ... [2025-12-04 11:55:15.599805][3575628.654135446] 2025-12-04T11:55:15.5999423Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2025-12-04T11:55:15.6002822Z Executing ['/opt/conda/envs/py_3.10/bin/python', '-bb', 'distributed/test_nvshmem.py', '--shard-id=1', '--num-shards=1', '-v', '-vv', '-rfEX', '-p', 'no:xdist', '--use-pytest', '-x', '--reruns=0', '--import-slow-tests', '--import-disabled-tests'] ... [2025-12-04 11:55:15.599992] 2025-12-04T11:55:17.6177847Z 2025-12-04T11:55:17.6179094Z distributed/test_nvshmem 1/1 was successful, full logs can be found in artifacts with path test/test-reports/distributed.test_nvshmem_1.1_ea8b958a0b83094a_.log 2025-12-04T11:55:17.6193254Z Running 47 items in this shard: test/distributed/test_nvshmem.py::NVSHMEMSymmetricMemoryTest::test_alloc, test/distributed/test_nvshmem.py::NVSHMEMSymmetricMemoryTest::test_alloc_without_device_context, test/distributed/test_nvshmem.py::NVSHMEMSymmetricMemoryTest::test_get_remote_tensor, test/distributed/test_nvshmem.py::NVSHMEMSymmetricMemoryTest::test_get_remote_tensors, test/distributed/test_nvshmem.py::NVSHMEMSymmetricMemoryTest::test_handle_offset, test/distributed/test_nvshmem.py::NVSHMEMSymmetricMemoryTest::test_mempool_compute_ops, test/distributed/test_nvshmem.py::NVSHMEMSymmetricMemoryTest::test_mempool_tensor_factory, test/distributed/test_nvshmem.py::NVSHMEMSymmetricMemoryTest::test_mempool_tensor_w_collective, test/distributed/test_nvshmem.py::NVSHMEMSymmetricMemoryTest::test_nvshmem_get, test/distributed/test_nvshmem.py::NVSHMEMSymmetricMemoryTest::test_nvshmem_put, test/distributed/test_nvshmem.py::NVSHMEMAll2AllTest::test_all_to_all_vdev, test/distributed/test_nvshmem.py::NVSHMEMAll2AllTest::test_all_to_all_vdev_2d_align_1, test/distributed/test_nvshmem.py::NVSHMEMAll2AllTest::test_all_to_all_vdev_2d_align_16, test/distributed/test_nvshmem.py::NVSHMEMAll2AllTest::test_all_to_all_vdev_2d_align_8, test/distributed/test_nvshmem.py::NVSHMEMAll2AllTest::test_all_to_all_vdev_2d_offset, test/distributed/test_nvshmem.py::NVSHMEMAll2AllTest::test_nvshmem_all_to_all, test/distributed/test_nvshmem.py::DispatchCombineTest::test_dispatch_combine_align_1, test/distributed/test_nvshmem.py::DispatchCombineTest::test_dispatch_combine_align_16, test/distributed/test_nvshmem.py::DispatchCombineTest::test_dispatch_combine_align_8, test/distributed/test_nvshmem.py::DispatchCombineInSubgroups::test_dispatch_combine_subgroup, test/distributed/test_nvshmem.py::NVSHMEMTileCommTest::test_multi_root_tile_reduce_tile_size_128_root_ratio_1_bfloat16, test/distributed/test_nvshmem.py::NVSHMEMTileCommTest::test_multi_root_tile_reduce_tile_size_128_root_ratio_1_float16, test/distributed/test_nvshmem.py::NVSHMEMTileCommTest::test_multi_root_tile_reduce_tile_size_128_root_ratio_1_float32, test/distributed/test_nvshmem.py::NVSHMEMTileCommTest::test_multi_root_tile_reduce_tile_size_128_root_ratio_2_bfloat16, test/distributed/test_nvshmem.py::NVSHMEMTileCommTest::test_multi_root_tile_reduce_tile_size_128_root_ratio_2_float16, test/distributed/test_nvshmem.py::NVSHMEMTileCommTest::test_multi_root_tile_reduce_tile_size_128_root_ratio_2_float32, test/distributed/test_nvshmem.py::NVSHMEMTileCommTest::test_multi_root_tile_reduce_tile_size_32_root_ratio_1_bfloat16, test/distributed/test_nvshmem.py::NVSHMEMTileCommTest::test_multi_root_tile_reduce_tile_size_32_root_ratio_1_float16, test/distributed/test_nvshmem.py::NVSHMEMTileCommTest::test_multi_root_tile_reduce_tile_size_32_root_ratio_1_float32, test/distributed/test_nvshmem.py::NVSHMEMTileCommTest::test_multi_root_tile_reduce_tile_size_32_root_ratio_2_bfloat16, test/distributed/test_nvshmem.py::NVSHMEMTileCommTest::test_multi_root_tile_reduce_tile_size_32_root_ratio_2_float16, test/distributed/test_nvshmem.py::NVSHMEMTileCommTest::test_multi_root_tile_reduce_tile_size_32_root_ratio_2_float32, test/distributed/test_nvshmem.py::NVSHMEMTileCommTest::test_multi_root_tile_reduce_tile_size_512_root_ratio_1_bfloat16, test/distributed/test_nvshmem.py::NVSHMEMTileCommTest::test_multi_root_tile_reduce_tile_size_512_root_ratio_1_float16, test/distributed/test_nvshmem.py::NVSHMEMTileCommTest::test_multi_root_tile_reduce_tile_size_512_root_ratio_1_float32, test/distributed/test_nvshmem.py::NVSHMEMTileCommTest::test_multi_root_tile_reduce_tile_size_512_root_ratio_2_bfloat16, test/distributed/test_nvshmem.py::NVSHMEMTileCommTest::test_multi_root_tile_reduce_tile_size_512_root_ratio_2_float16, test/distributed/test_nvshmem.py::NVSHMEMTileCommTest::test_multi_root_tile_reduce_tile_size_512_root_ratio_2_float32, test/distributed/test_nvshmem.py::NVSHMEMTileCommTest::test_tile_reduce_tile_size_128_bfloat16, test/distributed/test_nvshmem.py::NVSHMEMTileCommTest::test_tile_reduce_tile_size_128_float16, test/distributed/test_nvshmem.py::NVSHMEMTileCommTest::test_tile_reduce_tile_size_128_float32, test/distributed/test_nvshmem.py::NVSHMEMTileCommTest::test_tile_reduce_tile_size_32_bfloat16, test/distributed/test_nvshmem.py::NVSHMEMTileCommTest::test_tile_reduce_tile_size_32_float16, test/distributed/test_nvshmem.py::NVSHMEMTileCommTest::test_tile_reduce_tile_size_32_float32, test/distributed/test_nvshmem.py::NVSHMEMTileCommTest::test_tile_reduce_tile_size_512_bfloat16, test/distributed/test_nvshmem.py::NVSHMEMTileCommTest::test_tile_reduce_tile_size_512_float16, test/distributed/test_nvshmem.py::NVSHMEMTileCommTest::test_tile_reduce_tile_size_512_float32 2025-12-04T11:55:17.6202017Z 2025-12-04T11:55:17.6202168Z Finished distributed/test_nvshmem 1/1 ... [2025-12-04 11:55:17.617437][3575630.671762339], took 0.03min 2025-12-04T11:55:17.6202717Z Parsing testcases for test report: /var/lib/jenkins/pytorch/test/test-reports/python-pytest/distributed.test_inductor_collectives/distributed.test_inductor_collectives-f9afad458cd75285.xml 2025-12-04T11:55:17.6203210Z Failed to parse and upload json test reports: Unable to locate credentials 2025-12-04T11:55:17.6203519Z Running distributed/tensor/test_attention 1/1 ... [2025-12-04 11:55:17.620080][3575630.674410057] 2025-12-04T11:55:17.6203771Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2025-12-04T11:55:17.6204288Z Executing ['/opt/conda/envs/py_3.10/bin/python', '-bb', 'distributed/tensor/test_attention.py', '--shard-id=1', '--num-shards=1', '-v', '-vv', '-rfEX', '-p', 'no:xdist', '--use-pytest', '-x', '--reruns=0', '--import-slow-tests', '--import-disabled-tests'] ... [2025-12-04 11:55:17.620277] 2025-12-04T11:57:19.7823590Z 2025-12-04T11:57:19.7824611Z distributed/tensor/test_attention 1/1 was successful, full logs can be found in artifacts with path test/test-reports/distributed.tensor.test_attention_1.1_25ca4b0f14d143d4_.log 2025-12-04T11:57:19.7829458Z Running 14 items in this shard: test/distributed/tensor/test_attention.py::RingAttentionTest::test_is_causal_behavior, test/distributed/tensor/test_attention.py::RingAttentionTest::test_ring_attention_sdpa, test/distributed/tensor/test_attention.py::CPFlexAttentionTest::test_cp_flex_attention_causal_mask, test/distributed/tensor/test_attention.py::CPFlexAttentionTest::test_cp_flex_attention_document_mask, test/distributed/tensor/test_attention.py::TestCPCustomOps::test_flex_cp_custom_op, test/distributed/tensor/test_attention.py::TestSharding::test_attention_shard_without_cp, test/distributed/tensor/test_attention.py::TestSharding::test_context_parallel_shard, test/distributed/tensor/test_attention.py::RingAttentionTestWithLocalTensor::test_is_causal_behavior, test/distributed/tensor/test_attention.py::RingAttentionTestWithLocalTensor::test_ring_attention_sdpa, test/distributed/tensor/test_attention.py::CPFlexAttentionTestWithLocalTensor::test_cp_flex_attention_causal_mask, test/distributed/tensor/test_attention.py::CPFlexAttentionTestWithLocalTensor::test_cp_flex_attention_document_mask, test/distributed/tensor/test_attention.py::TestCPCustomOpsWithLocalTensor::test_flex_cp_custom_op, test/distributed/tensor/test_attention.py::TestShardingWithLocalTensor::test_attention_shard_without_cp, test/distributed/tensor/test_attention.py::TestShardingWithLocalTensor::test_context_parallel_shard 2025-12-04T11:57:19.7833273Z 2025-12-04T11:57:19.7833504Z Finished distributed/tensor/test_attention 1/1 ... [2025-12-04 11:57:19.782029][3575752.836352227], took 2.04min 2025-12-04T11:57:19.7834319Z Parsing testcases for test report: /var/lib/jenkins/pytorch/test/test-reports/python-pytest/distributed.test_inductor_collectives/distributed.test_inductor_collectives-f9afad458cd75285.xml 2025-12-04T11:57:19.7849464Z Failed to parse and upload json test reports: Unable to locate credentials 2025-12-04T11:57:19.7850063Z Running distributed/test_device_mesh 2/2 ... [2025-12-04 11:57:19.784878][3575752.839208011] 2025-12-04T11:57:19.7850303Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2025-12-04T11:57:19.7852978Z Executing ['/opt/conda/envs/py_3.10/bin/python', '-bb', 'distributed/test_device_mesh.py', '--shard-id=2', '--num-shards=2', '-v', '-vv', '-rfEX', '-p', 'no:xdist', '--use-pytest', '-x', '--reruns=0', '--import-slow-tests', '--import-disabled-tests'] ... [2025-12-04 11:57:19.785118] 2025-12-04T11:58:54.6151703Z 2025-12-04T11:58:54.6152845Z distributed/test_device_mesh 2/2 was successful, full logs can be found in artifacts with path test/test-reports/distributed.test_device_mesh_2.2_3f46a16102e46728_.log 2025-12-04T11:58:54.6162716Z Running 32 items in this shard: test/distributed/test_device_mesh.py::DeviceMeshTestGlooBackend::test_device_mesh_reuse_default_group, test/distributed/test_device_mesh.py::DeviceMeshSetDeviceTest::test_auto_set_device_from_local_rank, test/distributed/test_device_mesh.py::DeviceMeshTest::test_from_group_with_global_pg, test/distributed/test_device_mesh.py::DeviceMeshTest::test_raises_invalid_device_type, test/distributed/test_device_mesh.py::DeviceMeshTestNDim::test_device_mesh_hash, test/distributed/test_device_mesh.py::DeviceMeshTestNDim::test_device_mesh_nd, test/distributed/test_device_mesh.py::DeviceMeshTestNDim::test_device_mesh_parent_child_hash, test/distributed/test_device_mesh.py::DeviceMeshTestNDim::test_from_group_with_mesh_shape_2d, test/distributed/test_device_mesh.py::DeviceMeshTestNDim::test_from_group_with_mesh_shape_3d, test/distributed/test_device_mesh.py::DeviceMeshTestNDim::test_get_local_rank_3d, test/distributed/test_device_mesh.py::InitDeviceMeshTest::test_backend_override_argument_dict_with_idx_and_backend_lazy, test/distributed/test_device_mesh.py::InitDeviceMeshTest::test_backend_override_argument_dict_with_name_and_options, test/distributed/test_device_mesh.py::InitDeviceMeshTest::test_backend_override_argument_errors, test/distributed/test_device_mesh.py::InitDeviceMeshTest::test_init_device_mesh, test/distributed/test_device_mesh.py::InitDeviceMeshTest::test_raises_duplicate_mesh_dim_names, test/distributed/test_device_mesh.py::InitDeviceMeshTest::test_raises_mesh_shape_mesh_dim_names_mismatch, test/distributed/test_device_mesh.py::TestDeviceMeshGetItem::test_cache_and_reuse_submesh_slice_result, test/distributed/test_device_mesh.py::TestDeviceMeshGetItem::test_concatenate_2d, test/distributed/test_device_mesh.py::TestDeviceMeshGetItem::test_flatten_mesh_3d, test/distributed/test_device_mesh.py::TestDeviceMeshGetItem::test_get_item_2d, test/distributed/test_device_mesh.py::TestDeviceMeshGetItem::test_get_item_3d, test/distributed/test_device_mesh.py::TestDeviceMeshGetItem::test_raises_invalid_mesh_dim_name, test/distributed/test_device_mesh.py::TestDeviceMeshGetItem::test_raises_no_mesh_dim_found, test/distributed/test_device_mesh.py::TestMeshEnv::test_get_all_submeshes, test/distributed/test_device_mesh.py::TestMeshEnv::test_get_root_mesh_dim_exist, test/distributed/test_device_mesh.py::TestMeshEnv::test_get_root_mesh_dim_not_exist, test/distributed/test_device_mesh.py::DeviceMeshCollectiveTest::test_broadcast_nd, test/distributed/test_device_mesh.py::DeviceMeshCollectiveTest::test_reduce_scatter_contiguous, test/distributed/test_device_mesh.py::DeviceMeshCollectiveTest::test_reduce_scatter_uneven, test/distributed/test_device_mesh.py::DeviceMeshCollectiveTest::test_scatter_1d, test/distributed/test_device_mesh.py::CuTeLayoutTest::test_check_non_overlap, test/distributed/test_device_mesh.py::CuTeLayoutTest::test_composition 2025-12-04T11:58:54.6169461Z 2025-12-04T11:58:54.6169643Z Finished distributed/test_device_mesh 2/2 ... [2025-12-04 11:58:54.615283][3575847.66960618], took 1.58min 2025-12-04T11:58:54.6170436Z Parsing testcases for test report: /var/lib/jenkins/pytorch/test/test-reports/python-pytest/distributed.test_inductor_collectives/distributed.test_inductor_collectives-f9afad458cd75285.xml 2025-12-04T11:58:54.6178725Z Failed to parse and upload json test reports: Unable to locate credentials 2025-12-04T11:58:54.6181378Z Running distributed/tensor/test_dtensor_ops 1/1 ... [2025-12-04 11:58:54.618049][3575847.672378936] 2025-12-04T11:58:54.6181618Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2025-12-04T11:58:54.6183968Z Executing ['/opt/conda/envs/py_3.10/bin/python', '-bb', 'distributed/tensor/test_dtensor_ops.py', '--shard-id=1', '--num-shards=1', '-v', '-vv', '-rfEX', '-p', 'no:xdist', '--use-pytest', '-x', '--reruns=0', '--import-slow-tests', '--import-disabled-tests'] ... [2025-12-04 11:58:54.618278] 2025-12-04T11:58:57.6179291Z 2025-12-04T11:58:57.6179933Z distributed/tensor/test_dtensor_ops 1/1 was successful, full logs can be found in artifacts with path test/test-reports/distributed.tensor.test_dtensor_ops_1.1_b901d5dbad41604a_.log 2025-12-04T11:58:57.6180613Z Running 0 items in this shard: 2025-12-04T11:58:57.6180770Z 2025-12-04T11:58:57.6181035Z Finished distributed/tensor/test_dtensor_ops 1/1 ... [2025-12-04 11:58:57.617617][3575850.671943357], took 0.05min 2025-12-04T11:58:57.6186658Z Parsing testcases for test report: /var/lib/jenkins/pytorch/test/test-reports/python-pytest/distributed.test_inductor_collectives/distributed.test_inductor_collectives-f9afad458cd75285.xml 2025-12-04T11:58:57.6201211Z Failed to parse and upload json test reports: Unable to locate credentials 2025-12-04T11:58:57.6202205Z Running distributed/checkpoint/test_fsspec 1/1 ... [2025-12-04 11:58:57.620111][3575850.674440938] 2025-12-04T11:58:57.6202559Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2025-12-04T11:58:57.6204906Z Executing ['/opt/conda/envs/py_3.10/bin/python', '-bb', 'distributed/checkpoint/test_fsspec.py', '--shard-id=1', '--num-shards=1', '-v', '-vv', '-rfEX', '-p', 'no:xdist', '--use-pytest', '-x', '--reruns=0', '--import-slow-tests', '--import-disabled-tests'] ... [2025-12-04 11:58:57.620344] 2025-12-04T11:59:11.8088460Z 2025-12-04T11:59:11.8089546Z distributed/checkpoint/test_fsspec 1/1 was successful, full logs can be found in artifacts with path test/test-reports/distributed.checkpoint.test_fsspec_1.1_19275a23f8fd05ef_.log 2025-12-04T11:59:11.8090787Z Running 3 items in this shard: test/distributed/checkpoint/test_fsspec.py::TestFSSpec::test_fsspec, test/distributed/checkpoint/test_fsspec.py::TestFSSpec::test_overwrite, test/distributed/checkpoint/test_fsspec.py::TestFileSystem::test_remove_on_fail 2025-12-04T11:59:11.8091508Z 2025-12-04T11:59:11.8092454Z Finished distributed/checkpoint/test_fsspec 1/1 ... [2025-12-04 11:59:11.808610][3575864.862933951], took 0.24min 2025-12-04T11:59:11.8103358Z Parsing testcases for test report: /var/lib/jenkins/pytorch/test/test-reports/python-pytest/distributed.test_inductor_collectives/distributed.test_inductor_collectives-f9afad458cd75285.xml 2025-12-04T11:59:11.8116383Z Failed to parse and upload json test reports: Unable to locate credentials 2025-12-04T11:59:11.8119079Z Running distributed/tensor/experimental/test_tp_transform 1/1 ... [2025-12-04 11:59:11.811728][3575864.86605787] 2025-12-04T11:59:11.8119426Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2025-12-04T11:59:11.8121121Z Executing ['/opt/conda/envs/py_3.10/bin/python', '-bb', 'distributed/tensor/experimental/test_tp_transform.py', '--shard-id=1', '--num-shards=1', '-v', '-vv', '-rfEX', '-p', 'no:xdist', '--use-pytest', '-x', '--reruns=0', '--import-slow-tests', '--import-disabled-tests'] ... [2025-12-04 11:59:11.811964] 2025-12-04T12:00:02.5193715Z 2025-12-04T12:00:02.5195078Z distributed/tensor/experimental/test_tp_transform 1/1 was successful, full logs can be found in artifacts with path test/test-reports/distributed.tensor.experimental.test_tp_transform_1.1_1e595d0857b81de6_.log 2025-12-04T12:00:02.5197019Z Running 3 items in this shard: test/distributed/tensor/experimental/test_tp_transform.py::TensorParallelTest::test_tp_transform_e2e, test/distributed/tensor/experimental/test_tp_transform.py::TensorParallelTest::test_tp_transform_no_bias, test/distributed/tensor/experimental/test_tp_transform.py::TensorParallelTest::test_tp_transform_with_uncovered_op 2025-12-04T12:00:02.5198857Z 2025-12-04T12:00:02.5199201Z Finished distributed/tensor/experimental/test_tp_transform 1/1 ... [2025-12-04 12:00:02.518965][3575915.573291242], took 0.85min 2025-12-04T12:00:02.5202687Z Parsing testcases for test report: /var/lib/jenkins/pytorch/test/test-reports/python-pytest/distributed.test_inductor_collectives/distributed.test_inductor_collectives-f9afad458cd75285.xml 2025-12-04T12:00:02.5212592Z Failed to parse and upload json test reports: Unable to locate credentials 2025-12-04T12:00:02.5214847Z Running distributed/_composable/test_checkpoint 1/1 ... [2025-12-04 12:00:02.521400][3575915.575730164] 2025-12-04T12:00:02.5215170Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2025-12-04T12:00:02.5217840Z Executing ['/opt/conda/envs/py_3.10/bin/python', '-bb', 'distributed/_composable/test_checkpoint.py', '--shard-id=1', '--num-shards=1', '-v', '-vv', '-rfEX', '-p', 'no:xdist', '--use-pytest', '-x', '--reruns=0', '--import-slow-tests', '--import-disabled-tests'] ... [2025-12-04 12:00:02.521633] 2025-12-04T12:00:09.1034365Z 2025-12-04T12:00:09.1035452Z distributed/_composable/test_checkpoint 1/1 was successful, full logs can be found in artifacts with path test/test-reports/distributed._composable.test_checkpoint_1.1_9c37d862b31597fe_.log 2025-12-04T12:00:09.1037621Z Running 6 items in this shard: test/distributed/_composable/test_checkpoint.py::TestCheckpoint::test_checkpoint_kwargs, test/distributed/_composable/test_checkpoint.py::TestCheckpoint::test_clears_state_on_error_in_forward, test/distributed/_composable/test_checkpoint.py::TestCheckpoint::test_multi_args, test/distributed/_composable/test_checkpoint.py::TestCheckpoint::test_random_cpu, test/distributed/_composable/test_checkpoint.py::TestCheckpoint::test_tensor_only_cpu, test/distributed/_composable/test_checkpoint.py::TestCheckpoint::test_tensor_only_gpu 2025-12-04T12:00:09.1039070Z 2025-12-04T12:00:09.1039327Z Finished distributed/_composable/test_checkpoint 1/1 ... [2025-12-04 12:00:09.103065][3575922.157391603], took 0.11min 2025-12-04T12:00:09.1042767Z Parsing testcases for test report: /var/lib/jenkins/pytorch/test/test-reports/python-pytest/distributed.test_inductor_collectives/distributed.test_inductor_collectives-f9afad458cd75285.xml 2025-12-04T12:00:09.1054398Z Failed to parse and upload json test reports: Unable to locate credentials 2025-12-04T12:00:09.1057036Z Running distributed/_tools/test_fsdp2_mem_tracker 1/1 ... [2025-12-04 12:00:09.105565][3575922.159895364] 2025-12-04T12:00:09.1057339Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2025-12-04T12:00:09.1058813Z Executing ['/opt/conda/envs/py_3.10/bin/python', '-bb', 'distributed/_tools/test_fsdp2_mem_tracker.py', '--shard-id=1', '--num-shards=1', '-v', '-vv', '-rfEX', '-p', 'no:xdist', '--use-pytest', '-x', '--reruns=0', '--import-slow-tests', '--import-disabled-tests'] ... [2025-12-04 12:00:09.105766] 2025-12-04T12:03:15.9357758Z 2025-12-04T12:03:15.9358973Z distributed/_tools/test_fsdp2_mem_tracker 1/1 was successful, full logs can be found in artifacts with path test/test-reports/distributed._tools.test_fsdp2_mem_tracker_1.1_5adf0a1ac97096eb_.log 2025-12-04T12:03:15.9361173Z Running 3 items in this shard: test/distributed/_tools/test_fsdp2_mem_tracker.py::TestTrackerFullyShard1DTrainingCore::test_tracker_multi_group_eager, test/distributed/_tools/test_fsdp2_mem_tracker.py::TestTrackerFullyShard1DTrainingCore::test_tracker_non_root_forward_backward, test/distributed/_tools/test_fsdp2_mem_tracker.py::TestTrackerFullyShard1DTrainingCompose::test_tracker_with_activation_checkpointing 2025-12-04T12:03:15.9362606Z 2025-12-04T12:03:15.9362939Z Finished distributed/_tools/test_fsdp2_mem_tracker 1/1 ... [2025-12-04 12:03:15.935364][3576108.989687782], took 3.11min 2025-12-04T12:03:15.9368207Z Parsing testcases for test report: /var/lib/jenkins/pytorch/test/test-reports/python-pytest/distributed.test_inductor_collectives/distributed.test_inductor_collectives-f9afad458cd75285.xml 2025-12-04T12:03:15.9382551Z Failed to parse and upload json test reports: Unable to locate credentials 2025-12-04T12:03:15.9385196Z Running distributed/tensor/test_embedding_ops 1/1 ... [2025-12-04 12:03:15.938405][3576108.992735572] 2025-12-04T12:03:15.9385554Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2025-12-04T12:03:15.9387768Z Executing ['/opt/conda/envs/py_3.10/bin/python', '-bb', 'distributed/tensor/test_embedding_ops.py', '--shard-id=1', '--num-shards=1', '-v', '-vv', '-rfEX', '-p', 'no:xdist', '--use-pytest', '-x', '--reruns=0', '--import-slow-tests', '--import-disabled-tests'] ... [2025-12-04 12:03:15.938647] 2025-12-04T12:03:43.8003863Z 2025-12-04T12:03:43.8005065Z distributed/tensor/test_embedding_ops 1/1 was successful, full logs can be found in artifacts with path test/test-reports/distributed.tensor.test_embedding_ops_1.1_2ce3d735d3d2116c_.log 2025-12-04T12:03:43.8008514Z Running 8 items in this shard: test/distributed/tensor/test_embedding_ops.py::TestEmbeddingOp::test_multiple_embeddings_rowwise, test/distributed/tensor/test_embedding_ops.py::TestEmbeddingOp::test_sharded_embedding_colwise, test/distributed/tensor/test_embedding_ops.py::TestEmbeddingOp::test_sharded_embedding_colwise_max_norm_errors, test/distributed/tensor/test_embedding_ops.py::TestEmbeddingOp::test_sharded_embedding_rowwise, test/distributed/tensor/test_embedding_ops.py::TestEmbeddingOpWithLocalTensor::test_multiple_embeddings_rowwise, test/distributed/tensor/test_embedding_ops.py::TestEmbeddingOpWithLocalTensor::test_sharded_embedding_colwise, test/distributed/tensor/test_embedding_ops.py::TestEmbeddingOpWithLocalTensor::test_sharded_embedding_colwise_max_norm_errors, test/distributed/tensor/test_embedding_ops.py::TestEmbeddingOpWithLocalTensor::test_sharded_embedding_rowwise 2025-12-04T12:03:43.8011037Z 2025-12-04T12:03:43.8011318Z Finished distributed/tensor/test_embedding_ops 1/1 ... [2025-12-04 12:03:43.800069][3576136.854394941], took 0.46min 2025-12-04T12:03:43.8012223Z Parsing testcases for test report: /var/lib/jenkins/pytorch/test/test-reports/python-pytest/distributed.test_inductor_collectives/distributed.test_inductor_collectives-f9afad458cd75285.xml 2025-12-04T12:03:43.8023852Z Failed to parse and upload json test reports: Unable to locate credentials 2025-12-04T12:03:43.8026329Z Running distributed/checkpoint/test_fsdp_optim_state 1/1 ... [2025-12-04 12:03:43.802534][3576136.856864643] 2025-12-04T12:03:43.8026667Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2025-12-04T12:03:43.8029768Z Executing ['/opt/conda/envs/py_3.10/bin/python', '-bb', 'distributed/checkpoint/test_fsdp_optim_state.py', '--shard-id=1', '--num-shards=1', '-v', '-vv', '-rfEX', '-p', 'no:xdist', '--use-pytest', '-x', '--reruns=0', '--import-slow-tests', '--import-disabled-tests'] ... [2025-12-04 12:03:43.802770] 2025-12-04T12:04:21.4804630Z 2025-12-04T12:04:21.4809620Z distributed/checkpoint/test_fsdp_optim_state 1/1 was successful, full logs can be found in artifacts with path test/test-reports/distributed.checkpoint.test_fsdp_optim_state_1.1_b0feb95687799256_.log 2025-12-04T12:04:21.4811799Z Running 2 items in this shard: test/distributed/checkpoint/test_fsdp_optim_state.py::FsdpOptimStateCheckpoint::test_load_sharded_optimizer_state_dict_pass_planner_False, test/distributed/checkpoint/test_fsdp_optim_state.py::FsdpOptimStateCheckpoint::test_load_sharded_optimizer_state_dict_pass_planner_True 2025-12-04T12:04:21.4814488Z 2025-12-04T12:04:21.4815271Z Finished distributed/checkpoint/test_fsdp_optim_state 1/1 ... [2025-12-04 12:04:21.480455][3576174.534780001], took 0.63min 2025-12-04T12:04:21.4819603Z Parsing testcases for test report: /var/lib/jenkins/pytorch/test/test-reports/python-pytest/distributed.test_inductor_collectives/distributed.test_inductor_collectives-f9afad458cd75285.xml 2025-12-04T12:04:21.4833520Z Failed to parse and upload json test reports: Unable to locate credentials 2025-12-04T12:04:21.4836354Z Running distributed/checkpoint/e2e/test_e2e_save_and_load 1/1 ... [2025-12-04 12:04:21.483532][3576174.537861501] 2025-12-04T12:04:21.4836806Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2025-12-04T12:04:21.4839078Z Executing ['/opt/conda/envs/py_3.10/bin/python', '-bb', 'distributed/checkpoint/e2e/test_e2e_save_and_load.py', '--shard-id=1', '--num-shards=1', '-v', '-vv', '-rfEX', '-p', 'no:xdist', '--use-pytest', '-x', '--reruns=0', '--import-slow-tests', '--import-disabled-tests'] ... [2025-12-04 12:04:21.483769] 2025-12-04T12:11:10.2943495Z 2025-12-04T12:11:10.2944535Z distributed/checkpoint/e2e/test_e2e_save_and_load 1/1 was successful, full logs can be found in artifacts with path test/test-reports/distributed.checkpoint.e2e.test_e2e_save_and_load_1.1_63634908e499691e_.log 2025-12-04T12:11:10.2952909Z Running 19 items in this shard: test/distributed/checkpoint/e2e/test_e2e_save_and_load.py::TestE2ESaveAndLoad::test_different_ordered_state_dict_keys, test/distributed/checkpoint/e2e/test_e2e_save_and_load.py::TestE2ESaveAndLoad::test_e2e_async_cached_cache_staged_state_dict_False_async_checkpointer_type0_zoc_False, test/distributed/checkpoint/e2e/test_e2e_save_and_load.py::TestE2ESaveAndLoad::test_e2e_async_cached_cache_staged_state_dict_False_async_checkpointer_type2_zoc_False, test/distributed/checkpoint/e2e/test_e2e_save_and_load.py::TestE2ESaveAndLoad::test_e2e_async_cached_cache_staged_state_dict_False_async_checkpointer_type4_zoc_True, test/distributed/checkpoint/e2e/test_e2e_save_and_load.py::TestE2ESaveAndLoad::test_e2e_async_cached_cache_staged_state_dict_False_async_checkpointer_type5_zoc_True, test/distributed/checkpoint/e2e/test_e2e_save_and_load.py::TestE2ESaveAndLoad::test_e2e_async_cached_cache_staged_state_dict_True_async_checkpointer_type1_zoc_False, test/distributed/checkpoint/e2e/test_e2e_save_and_load.py::TestE2ESaveAndLoad::test_e2e_async_cached_cache_staged_state_dict_True_async_checkpointer_type3_zoc_False, test/distributed/checkpoint/e2e/test_e2e_save_and_load.py::TestE2ESaveAndLoad::test_e2e_compile_False_model_type0, test/distributed/checkpoint/e2e/test_e2e_save_and_load.py::TestE2ESaveAndLoad::test_e2e_compile_False_model_type1, test/distributed/checkpoint/e2e/test_e2e_save_and_load.py::TestE2ESaveAndLoad::test_e2e_compile_False_model_type2, test/distributed/checkpoint/e2e/test_e2e_save_and_load.py::TestE2ESaveAndLoad::test_e2e_compile_True_model_type0, test/distributed/checkpoint/e2e/test_e2e_save_and_load.py::TestE2ESaveAndLoad::test_e2e_compile_True_model_type1, test/distributed/checkpoint/e2e/test_e2e_save_and_load.py::TestE2ESaveAndLoad::test_e2e_compile_True_model_type2, test/distributed/checkpoint/e2e/test_e2e_save_and_load.py::TestE2ESaveAndLoad::test_no_dist, test/distributed/checkpoint/e2e/test_e2e_save_and_load.py::TestE2ESaveAndLoad::test_overwrite, test/distributed/checkpoint/e2e/test_e2e_save_and_load.py::TestE2ESaveAndLoad::test_partial_load, test/distributed/checkpoint/e2e/test_e2e_save_and_load.py::TestE2ESaveAndLoad::test_stateful_and_non_stateful_loads, test/distributed/checkpoint/e2e/test_e2e_save_and_load.py::TestNoCPU::test_no_cpu, test/distributed/checkpoint/e2e/test_e2e_save_and_load.py::TestInitStateDict::test_init_state_dict 2025-12-04T12:11:10.2958820Z 2025-12-04T12:11:10.2959058Z Finished distributed/checkpoint/e2e/test_e2e_save_and_load 1/1 ... [2025-12-04 12:11:10.294254][3576583.348577715], took 6.81min 2025-12-04T12:11:10.2959737Z Parsing testcases for test report: /var/lib/jenkins/pytorch/test/test-reports/python-pytest/distributed.test_inductor_collectives/distributed.test_inductor_collectives-f9afad458cd75285.xml 2025-12-04T12:11:10.2965866Z Failed to parse and upload json test reports: Unable to locate credentials 2025-12-04T12:11:10.2966136Z GITHUB_RUN_ID, GITHUB_RUN_ATTEMPT, or ARTIFACTS_FILE_SUFFIX not set, not uploading 2025-12-04T12:11:10.2971279Z Uploading artifacts took 0.00 seconds 2025-12-04T12:11:10.2971551Z Running distributed/checkpoint/test_dtensor_resharding 1/1 ... [2025-12-04 12:11:10.296804][3576583.351132795] 2025-12-04T12:11:10.2971996Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2025-12-04T12:11:10.2972507Z Executing ['/opt/conda/envs/py_3.10/bin/python', '-bb', 'distributed/checkpoint/test_dtensor_resharding.py', '--shard-id=1', '--num-shards=1', '-v', '-vv', '-rfEX', '-p', 'no:xdist', '--use-pytest', '-x', '--reruns=0', '--import-slow-tests', '--import-disabled-tests'] ... [2025-12-04 12:11:10.297048] 2025-12-04T12:12:42.2837023Z 2025-12-04T12:12:42.2838159Z distributed/checkpoint/test_dtensor_resharding 1/1 was successful, full logs can be found in artifacts with path test/test-reports/distributed.checkpoint.test_dtensor_resharding_1.1_0d775c84eed5c2b0_.log 2025-12-04T12:12:42.2841972Z Running 10 items in this shard: test/distributed/checkpoint/test_dtensor_resharding.py::TestDTensorReshardPlacementChange::test_1d_to_1d_reshard_placement_change_extensions0, test/distributed/checkpoint/test_dtensor_resharding.py::TestDTensorReshardPlacementChange::test_1d_to_1d_reshard_placement_change_extensions1, test/distributed/checkpoint/test_dtensor_resharding.py::TestDTensorReshardPlacementChange::test_1d_to_1d_reshard_placement_change_extensions2, test/distributed/checkpoint/test_dtensor_resharding.py::TestDTensorReshardPlacementChange::test_2d_to_2d_reshard_placement_change, test/distributed/checkpoint/test_dtensor_resharding.py::TestDTensorReshardMeshChange::test_1d_to_2d_reshard_mesh_change, test/distributed/checkpoint/test_dtensor_resharding.py::TestDTensorReshardMeshChange::test_2d_to_1d_reshard_mesh_change, test/distributed/checkpoint/test_dtensor_resharding.py::TestDTensorReshardMeshChange::test_dtensor_checkpoint_resharding_with_empty_shard, test/distributed/checkpoint/test_dtensor_resharding.py::TestDTensorReshardMeshChange::test_dtensor_checkpoint_with_uneven_shards, test/distributed/checkpoint/test_dtensor_resharding.py::TestCheckpointableReshard::test_uneven_reshard_with_checkpointable_api, test/distributed/checkpoint/test_dtensor_resharding.py::TestCheckpointableReshard::test_uneven_reshard_with_dtensor_shards_wrapper_api 2025-12-04T12:12:42.2845371Z 2025-12-04T12:12:42.2845645Z Finished distributed/checkpoint/test_dtensor_resharding 1/1 ... [2025-12-04 12:12:42.283525][3576675.337848451], took 1.53min 2025-12-04T12:12:42.2850761Z Parsing testcases for test report: /var/lib/jenkins/pytorch/test/test-reports/python-pytest/distributed.test_inductor_collectives/distributed.test_inductor_collectives-f9afad458cd75285.xml 2025-12-04T12:12:42.2864775Z Failed to parse and upload json test reports: Unable to locate credentials 2025-12-04T12:12:42.2868227Z Running distributed/_composable/test_replicate_with_compiler 1/1 ... [2025-12-04 12:12:42.286691][3576675.341020479] 2025-12-04T12:12:42.2869574Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2025-12-04T12:12:42.2870701Z Executing ['/opt/conda/envs/py_3.10/bin/python', '-bb', 'distributed/_composable/test_replicate_with_compiler.py', '--shard-id=1', '--num-shards=1', '-v', '-vv', '-rfEX', '-p', 'no:xdist', '--use-pytest', '-x', '--reruns=0', '--import-slow-tests', '--import-disabled-tests'] ... [2025-12-04 12:12:42.286933] 2025-12-04T12:14:41.0243762Z 2025-12-04T12:14:41.0247707Z distributed/_composable/test_replicate_with_compiler 1/1 was successful, full logs can be found in artifacts with path test/test-reports/distributed._composable.test_replicate_with_compiler_1.1_60fc9ad4562beb9e_.log 2025-12-04T12:14:41.0249514Z Running 10 items in this shard: test/distributed/_composable/test_replicate_with_compiler.py::ReplicateTest::test_bucketing_coalesced_op, test/distributed/_composable/test_replicate_with_compiler.py::ReplicateTest::test_bucketing_concat_op, test/distributed/_composable/test_replicate_with_compiler.py::ReplicateTest::test_compile_backward_only, test/distributed/_composable/test_replicate_with_compiler.py::ReplicateTest::test_compile_bf16, test/distributed/_composable/test_replicate_with_compiler.py::ReplicateTest::test_compile_cpu, test/distributed/_composable/test_replicate_with_compiler.py::ReplicateTest::test_compile_cpu_no_sync, test/distributed/_composable/test_replicate_with_compiler.py::ReplicateTest::test_compile_fp16, test/distributed/_composable/test_replicate_with_compiler.py::ReplicateTest::test_compile_gpu, test/distributed/_composable/test_replicate_with_compiler.py::ReplicateTest::test_compile_gpu_ac, test/distributed/_composable/test_replicate_with_compiler.py::DDP_TP_Test::test_ddp_tp 2025-12-04T12:14:41.0251445Z 2025-12-04T12:14:41.0251606Z Finished distributed/_composable/test_replicate_with_compiler 1/1 ... [2025-12-04 12:14:41.024041][3576794.078367355], took 1.98min 2025-12-04T12:14:41.0252087Z Parsing testcases for test report: /var/lib/jenkins/pytorch/test/test-reports/python-pytest/distributed.test_inductor_collectives/distributed.test_inductor_collectives-f9afad458cd75285.xml 2025-12-04T12:14:41.0266349Z Failed to parse and upload json test reports: Unable to locate credentials 2025-12-04T12:14:41.0266945Z Running distributed/_composable/fsdp/test_fully_shard_autograd 1/1 ... [2025-12-04 12:14:41.026586][3576794.080915984] 2025-12-04T12:14:41.0267186Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2025-12-04T12:14:41.0269822Z Executing ['/opt/conda/envs/py_3.10/bin/python', '-bb', 'distributed/_composable/fsdp/test_fully_shard_autograd.py', '--shard-id=1', '--num-shards=1', '-v', '-vv', '-rfEX', '-p', 'no:xdist', '--use-pytest', '-x', '--reruns=0', '--import-slow-tests', '--import-disabled-tests'] ... [2025-12-04 12:14:41.026821] 2025-12-04T12:15:34.7780793Z 2025-12-04T12:15:34.7785538Z distributed/_composable/fsdp/test_fully_shard_autograd 1/1 was successful, full logs can be found in artifacts with path test/test-reports/distributed._composable.fsdp.test_fully_shard_autograd_1.1_be88143073b0f131_.log 2025-12-04T12:15:34.7789407Z Running 5 items in this shard: test/distributed/_composable/fsdp/test_fully_shard_autograd.py::TestFullyShardAutograd::test_nontensor_activations, test/distributed/_composable/fsdp/test_fully_shard_autograd.py::TestFullyShardAutograd::test_unused_forward_module, test/distributed/_composable/fsdp/test_fully_shard_autograd.py::TestFullyShardAutograd::test_unused_forward_output, test/distributed/_composable/fsdp/test_fully_shard_autograd.py::TestFullyShardPostAccGradHookMultiThread::test_post_acc_grad_hook_runs, test/distributed/_composable/fsdp/test_fully_shard_autograd.py::TestFullyShardPostAccGradHookMultiProcess::test_post_acc_grad_hook_optim_parity 2025-12-04T12:15:34.7791382Z 2025-12-04T12:15:34.7791664Z Finished distributed/_composable/fsdp/test_fully_shard_autograd 1/1 ... [2025-12-04 12:15:34.777712][3576847.832035164], took 0.90min 2025-12-04T12:15:34.7794210Z Parsing testcases for test report: /var/lib/jenkins/pytorch/test/test-reports/python-pytest/distributed.test_inductor_collectives/distributed.test_inductor_collectives-f9afad458cd75285.xml 2025-12-04T12:15:34.7806279Z Failed to parse and upload json test reports: Unable to locate credentials 2025-12-04T12:15:34.7808894Z Running distributed/_composable/fsdp/test_fully_shard_compile 1/1 ... [2025-12-04 12:15:34.780785][3576847.835115002] 2025-12-04T12:15:34.7809206Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2025-12-04T12:15:34.7811645Z Executing ['/opt/conda/envs/py_3.10/bin/python', '-bb', 'distributed/_composable/fsdp/test_fully_shard_compile.py', '--shard-id=1', '--num-shards=1', '-v', '-vv', '-rfEX', '-p', 'no:xdist', '--use-pytest', '-x', '--reruns=0', '--import-slow-tests', '--import-disabled-tests'] ... [2025-12-04 12:15:34.781047] 2025-12-04T12:21:43.0517461Z 2025-12-04T12:21:43.0518703Z distributed/_composable/fsdp/test_fully_shard_compile 1/1 was successful, full logs can be found in artifacts with path test/test-reports/distributed._composable.fsdp.test_fully_shard_compile_1.1_a8ea418bf222b2ac_.log 2025-12-04T12:21:43.0526364Z Running 18 items in this shard: test/distributed/_composable/fsdp/test_fully_shard_compile.py::TestFullyShardCompileCompute::test_disable_compiling_hooks, test/distributed/_composable/fsdp/test_fully_shard_compile.py::TestFullyShardCompile::test_compiled_autograd_ctx, test/distributed/_composable/fsdp/test_fully_shard_compile.py::TestFullyShardCompile::test_dynamo_recompiles_on_fsdp_layers, test/distributed/_composable/fsdp/test_fully_shard_compile.py::TestFullyShardCompile::test_dynamo_trace_use_training_state, test/distributed/_composable/fsdp/test_fully_shard_compile.py::TestFullyShardCompile::test_nested_fully_shard_backend_aot_eager, test/distributed/_composable/fsdp/test_fully_shard_compile.py::TestFullyShardCompile::test_nested_fully_shard_backend_aot_eager_decomp_partition, test/distributed/_composable/fsdp/test_fully_shard_compile.py::TestFullyShardCompile::test_nested_fully_shard_backend_inductor_fullgraph_False, test/distributed/_composable/fsdp/test_fully_shard_compile.py::TestFullyShardCompile::test_nested_fully_shard_backend_inductor_fullgraph_True, test/distributed/_composable/fsdp/test_fully_shard_compile.py::TestFullyShardCompile::test_nested_fully_shard_backend_inductor_fullgraph_True_graph_partition, test/distributed/_composable/fsdp/test_fully_shard_compile.py::TestFullyShardCompile::test_simple_mlp_fullgraph_backend_aot_eager, test/distributed/_composable/fsdp/test_fully_shard_compile.py::TestFullyShardCompile::test_simple_mlp_fullgraph_backend_aot_eager_decomp_partition, test/distributed/_composable/fsdp/test_fully_shard_compile.py::TestFullyShardCompile::test_simple_mlp_fullgraph_backend_inductor, test/distributed/_composable/fsdp/test_fully_shard_compile.py::TestFullyShardCompile::test_trace_fsdp_copy_, test/distributed/_composable/fsdp/test_fully_shard_compile.py::TestFullyShardCompile::test_transformer_backend_aot_eager, test/distributed/_composable/fsdp/test_fully_shard_compile.py::TestFullyShardCompile::test_transformer_backend_aot_eager_decomp_partition, test/distributed/_composable/fsdp/test_fully_shard_compile.py::TestFullyShardCompile::test_transformer_backend_inductor_fullgraph_False, test/distributed/_composable/fsdp/test_fully_shard_compile.py::TestFullyShardCompile::test_transformer_backend_inductor_fullgraph_True, test/distributed/_composable/fsdp/test_fully_shard_compile.py::TestFullyShardCompile::test_transformer_backend_inductor_fullgraph_True_graph_partition 2025-12-04T12:21:43.0532266Z 2025-12-04T12:21:43.0532517Z Finished distributed/_composable/fsdp/test_fully_shard_compile 1/1 ... [2025-12-04 12:21:43.051509][3577216.105835161], took 6.14min 2025-12-04T12:21:43.0533208Z Parsing testcases for test report: /var/lib/jenkins/pytorch/test/test-reports/python-pytest/distributed.test_inductor_collectives/distributed.test_inductor_collectives-f9afad458cd75285.xml 2025-12-04T12:21:43.0537787Z Failed to parse and upload json test reports: Unable to locate credentials 2025-12-04T12:21:43.0540561Z Running distributed/_pycute/test_coalesce 1/1 ... [2025-12-04 12:21:43.053892][3577216.108222204] 2025-12-04T12:21:43.0540983Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2025-12-04T12:21:43.0542021Z Executing ['/opt/conda/envs/py_3.10/bin/python', '-bb', 'distributed/_pycute/test_coalesce.py', '--shard-id=1', '--num-shards=1', '-v', '-vv', '-rfEX', '-p', 'no:xdist', '--use-pytest', '-x', '--reruns=0', '--import-slow-tests', '--import-disabled-tests'] ... [2025-12-04 12:21:43.054083] 2025-12-04T12:21:45.1223051Z 2025-12-04T12:21:45.1223912Z distributed/_pycute/test_coalesce 1/1 was successful, full logs can be found in artifacts with path test/test-reports/distributed._pycute.test_coalesce_1.1_fb484771467f14f7_.log 2025-12-04T12:21:45.1224712Z Running 1 items in this shard: test/distributed/_pycute/test_coalesce.py::TestCoalesce::test_coalesce 2025-12-04T12:21:45.1225004Z 2025-12-04T12:21:45.1225253Z Finished distributed/_pycute/test_coalesce 1/1 ... [2025-12-04 12:21:45.122036][3577218.176362197], took 0.03min 2025-12-04T12:21:45.1234328Z Parsing testcases for test report: /var/lib/jenkins/pytorch/test/test-reports/python-pytest/distributed.test_inductor_collectives/distributed.test_inductor_collectives-f9afad458cd75285.xml 2025-12-04T12:21:45.1248538Z Failed to parse and upload json test reports: Unable to locate credentials 2025-12-04T12:21:45.1248921Z Running distributed/_pycute/test_complement 1/1 ... [2025-12-04 12:21:45.124730][3577218.179060013] 2025-12-04T12:21:45.1249589Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2025-12-04T12:21:45.1251404Z Executing ['/opt/conda/envs/py_3.10/bin/python', '-bb', 'distributed/_pycute/test_complement.py', '--shard-id=1', '--num-shards=1', '-v', '-vv', '-rfEX', '-p', 'no:xdist', '--use-pytest', '-x', '--reruns=0', '--import-slow-tests', '--import-disabled-tests'] ... [2025-12-04 12:21:45.124923] 2025-12-04T12:21:47.2931602Z 2025-12-04T12:21:47.2932156Z distributed/_pycute/test_complement 1/1 was successful, full logs can be found in artifacts with path test/test-reports/distributed._pycute.test_complement_1.1_7c3f6196d01a1cd4_.log 2025-12-04T12:21:47.2933015Z Running 1 items in this shard: test/distributed/_pycute/test_complement.py::TestComplement::test_complement 2025-12-04T12:21:47.2933347Z 2025-12-04T12:21:47.2933603Z Finished distributed/_pycute/test_complement 1/1 ... [2025-12-04 12:21:47.292827][3577220.347152971], took 0.04min 2025-12-04T12:21:47.2944466Z Parsing testcases for test report: /var/lib/jenkins/pytorch/test/test-reports/python-pytest/distributed.test_inductor_collectives/distributed.test_inductor_collectives-f9afad458cd75285.xml 2025-12-04T12:21:47.2957981Z Failed to parse and upload json test reports: Unable to locate credentials 2025-12-04T12:21:47.2958926Z Running distributed/_pycute/test_composition 1/1 ... [2025-12-04 12:21:47.295734][3577220.350064254] 2025-12-04T12:21:47.2959273Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2025-12-04T12:21:47.2961617Z Executing ['/opt/conda/envs/py_3.10/bin/python', '-bb', 'distributed/_pycute/test_composition.py', '--shard-id=1', '--num-shards=1', '-v', '-vv', '-rfEX', '-p', 'no:xdist', '--use-pytest', '-x', '--reruns=0', '--import-slow-tests', '--import-disabled-tests'] ... [2025-12-04 12:21:47.295928] 2025-12-04T12:21:49.4641614Z 2025-12-04T12:21:49.4642526Z distributed/_pycute/test_composition 1/1 was successful, full logs can be found in artifacts with path test/test-reports/distributed._pycute.test_composition_1.1_2e755db45bb76adc_.log 2025-12-04T12:21:49.4643468Z Running 1 items in this shard: test/distributed/_pycute/test_composition.py::TestComposition::test_composition 2025-12-04T12:21:49.4643810Z 2025-12-04T12:21:49.4644089Z Finished distributed/_pycute/test_composition 1/1 ... [2025-12-04 12:21:49.463821][3577222.518147174], took 0.04min 2025-12-04T12:21:49.4653848Z Parsing testcases for test report: /var/lib/jenkins/pytorch/test/test-reports/python-pytest/distributed.test_inductor_collectives/distributed.test_inductor_collectives-f9afad458cd75285.xml 2025-12-04T12:21:49.4665516Z Failed to parse and upload json test reports: Unable to locate credentials 2025-12-04T12:21:49.4667755Z Running distributed/_pycute/test_int_tuple 1/1 ... [2025-12-04 12:21:49.466620][3577222.520950219] 2025-12-04T12:21:49.4668041Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2025-12-04T12:21:49.4669511Z Executing ['/opt/conda/envs/py_3.10/bin/python', '-bb', 'distributed/_pycute/test_int_tuple.py', '--shard-id=1', '--num-shards=1', '-v', '-vv', '-rfEX', '-p', 'no:xdist', '--use-pytest', '-x', '--reruns=0', '--import-slow-tests', '--import-disabled-tests'] ... [2025-12-04 12:21:49.466814] 2025-12-04T12:21:51.6354726Z 2025-12-04T12:21:51.6355407Z distributed/_pycute/test_int_tuple 1/1 was successful, full logs can be found in artifacts with path test/test-reports/distributed._pycute.test_int_tuple_1.1_5454bdd515d9f3db_.log 2025-12-04T12:21:51.6357484Z Running 12 items in this shard: test/distributed/_pycute/test_int_tuple.py::TestIntTuple::test_crd2idx_basic, test/distributed/_pycute/test_int_tuple.py::TestIntTuple::test_crd2idx_idx2crd_roundtrip, test/distributed/_pycute/test_int_tuple.py::TestIntTuple::test_crd2idx_int_with_tuple_shape, test/distributed/_pycute/test_int_tuple.py::TestIntTuple::test_crd2idx_none, test/distributed/_pycute/test_int_tuple.py::TestIntTuple::test_crd2idx_tuple, test/distributed/_pycute/test_int_tuple.py::TestIntTuple::test_idx2crd_basic, test/distributed/_pycute/test_int_tuple.py::TestIntTuple::test_idx2crd_crd2idx_roundtrip, test/distributed/_pycute/test_int_tuple.py::TestIntTuple::test_idx2crd_tuple, test/distributed/_pycute/test_int_tuple.py::TestIntTuple::test_inner_product, test/distributed/_pycute/test_int_tuple.py::TestIntTuple::test_product, test/distributed/_pycute/test_int_tuple.py::TestIntTuple::test_shape_div, test/distributed/_pycute/test_int_tuple.py::TestIntTuple::test_suffix_product 2025-12-04T12:21:51.6359749Z 2025-12-04T12:21:51.6359917Z Finished distributed/_pycute/test_int_tuple 1/1 ... [2025-12-04 12:21:51.635167][3577224.689492873], took 0.04min 2025-12-04T12:21:51.6367922Z Parsing testcases for test report: /var/lib/jenkins/pytorch/test/test-reports/python-pytest/distributed.test_inductor_collectives/distributed.test_inductor_collectives-f9afad458cd75285.xml 2025-12-04T12:21:51.6381758Z Failed to parse and upload json test reports: Unable to locate credentials 2025-12-04T12:21:51.6382693Z Running distributed/_pycute/test_left_inverse 1/1 ... [2025-12-04 12:21:51.638127][3577224.692457264] 2025-12-04T12:21:51.6382914Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2025-12-04T12:21:51.6384573Z Executing ['/opt/conda/envs/py_3.10/bin/python', '-bb', 'distributed/_pycute/test_left_inverse.py', '--shard-id=1', '--num-shards=1', '-v', '-vv', '-rfEX', '-p', 'no:xdist', '--use-pytest', '-x', '--reruns=0', '--import-slow-tests', '--import-disabled-tests'] ... [2025-12-04 12:21:51.638328] 2025-12-04T12:21:53.7564819Z 2025-12-04T12:21:53.7565844Z distributed/_pycute/test_left_inverse 1/1 was successful, full logs can be found in artifacts with path test/test-reports/distributed._pycute.test_left_inverse_1.1_cf05b4c09ada4c30_.log 2025-12-04T12:21:53.7566969Z Running 1 items in this shard: test/distributed/_pycute/test_left_inverse.py::TestLeftInverse::test_left_inverse 2025-12-04T12:21:53.7567335Z 2025-12-04T12:21:53.7567617Z Finished distributed/_pycute/test_left_inverse 1/1 ... [2025-12-04 12:21:53.756177][3577226.81050346], took 0.04min 2025-12-04T12:21:53.7576449Z Parsing testcases for test report: /var/lib/jenkins/pytorch/test/test-reports/python-pytest/distributed.test_inductor_collectives/distributed.test_inductor_collectives-f9afad458cd75285.xml 2025-12-04T12:21:53.7584551Z Failed to parse and upload json test reports: Unable to locate credentials 2025-12-04T12:21:53.7586564Z Running distributed/_pycute/test_right_inverse 1/1 ... [2025-12-04 12:21:53.758563][3577226.812893663] 2025-12-04T12:21:53.7586957Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2025-12-04T12:21:53.7589688Z Executing ['/opt/conda/envs/py_3.10/bin/python', '-bb', 'distributed/_pycute/test_right_inverse.py', '--shard-id=1', '--num-shards=1', '-v', '-vv', '-rfEX', '-p', 'no:xdist', '--use-pytest', '-x', '--reruns=0', '--import-slow-tests', '--import-disabled-tests'] ... [2025-12-04 12:21:53.758757] 2025-12-04T12:21:55.8765821Z 2025-12-04T12:21:55.8767040Z distributed/_pycute/test_right_inverse 1/1 was successful, full logs can be found in artifacts with path test/test-reports/distributed._pycute.test_right_inverse_1.1_9a38f314fcce0a8f_.log 2025-12-04T12:21:55.8768326Z Running 1 items in this shard: test/distributed/_pycute/test_right_inverse.py::TestRightInverse::test_right_inverse 2025-12-04T12:21:55.8768872Z 2025-12-04T12:21:55.8769256Z Finished distributed/_pycute/test_right_inverse 1/1 ... [2025-12-04 12:21:55.876305][3577228.930632067], took 0.04min 2025-12-04T12:21:55.8775847Z Parsing testcases for test report: /var/lib/jenkins/pytorch/test/test-reports/python-pytest/distributed.test_inductor_collectives/distributed.test_inductor_collectives-f9afad458cd75285.xml 2025-12-04T12:21:55.8788437Z Failed to parse and upload json test reports: Unable to locate credentials 2025-12-04T12:21:55.8788731Z Running distributed/tensor/debug/test_debug_mode 1/1 ... [2025-12-04 12:21:55.878786][3577228.933116398] 2025-12-04T12:21:55.8788954Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2025-12-04T12:21:55.8790929Z Executing ['/opt/conda/envs/py_3.10/bin/python', '-bb', 'distributed/tensor/debug/test_debug_mode.py', '--shard-id=1', '--num-shards=1', '-v', '-vv', '-rfEX', '-p', 'no:xdist', '--use-pytest', '-x', '--reruns=0', '--import-slow-tests', '--import-disabled-tests'] ... [2025-12-04 12:21:55.878974] 2025-12-04T12:22:31.8962381Z 2025-12-04T12:22:31.8963249Z distributed/tensor/debug/test_debug_mode 1/1 was successful, full logs can be found in artifacts with path test/test-reports/distributed.tensor.debug.test_debug_mode_1.1_6cc29c2c23b67779_.log 2025-12-04T12:22:31.8971038Z Running 25 items in this shard: test/distributed/tensor/debug/test_debug_mode.py::TestDTensorDebugMode::test_check_hash_mismatches, test/distributed/tensor/debug/test_debug_mode.py::TestDTensorDebugMode::test_check_structure_mismatches, test/distributed/tensor/debug/test_debug_mode.py::TestDTensorDebugMode::test_check_triton_hash_mismatches, test/distributed/tensor/debug/test_debug_mode.py::TestDTensorDebugMode::test_compile, test/distributed/tensor/debug/test_debug_mode.py::TestDTensorDebugMode::test_debug_mode_backward, test/distributed/tensor/debug/test_debug_mode.py::TestDTensorDebugMode::test_debug_mode_densor_redistribution_trace, test/distributed/tensor/debug/test_debug_mode.py::TestDTensorDebugMode::test_debug_mode_einsum, test/distributed/tensor/debug/test_debug_mode.py::TestDTensorDebugMode::test_debug_mode_higher_order_cond, test/distributed/tensor/debug/test_debug_mode.py::TestDTensorDebugMode::test_debug_mode_mm, test/distributed/tensor/debug/test_debug_mode.py::TestDTensorDebugMode::test_debug_string_inside_context, test/distributed/tensor/debug/test_debug_mode.py::TestDTensorDebugMode::test_fake_tensor, test/distributed/tensor/debug/test_debug_mode.py::TestDTensorDebugMode::test_nested_debug_mode_has_inner_mode_False_has_outer_mode_False, test/distributed/tensor/debug/test_debug_mode.py::TestDTensorDebugMode::test_nested_debug_mode_has_inner_mode_False_has_outer_mode_True, test/distributed/tensor/debug/test_debug_mode.py::TestDTensorDebugMode::test_nested_debug_mode_has_inner_mode_True_has_outer_mode_False, test/distributed/tensor/debug/test_debug_mode.py::TestDTensorDebugMode::test_nested_debug_mode_has_inner_mode_True_has_outer_mode_True, test/distributed/tensor/debug/test_debug_mode.py::TestDTensorDebugMode::test_nn_module, test/distributed/tensor/debug/test_debug_mode.py::TestDTensorDebugMode::test_pretty_print_dtensor_make_fx, test/distributed/tensor/debug/test_debug_mode.py::TestDTensorDebugMode::test_real_tensor, test/distributed/tensor/debug/test_debug_mode.py::TestDTensorDebugMode::test_tensor_attributes, test/distributed/tensor/debug/test_debug_mode.py::TestDTensorDebugMode::test_tensor_hash_redistribute, test/distributed/tensor/debug/test_debug_mode.py::TestDTensorDebugMode::test_triton_kernel_logs, test/distributed/tensor/debug/test_debug_mode.py::TestDebugModeUtils::test_hash_empty_tenor, test/distributed/tensor/debug/test_debug_mode.py::TestDTensorDebugModeNCCLBackend::test_allgather_base, test/distributed/tensor/debug/test_debug_mode.py::TestDTensorDebugModeNCCLBackend::test_allgather_base_async_op, test/distributed/tensor/debug/test_debug_mode.py::TestDTensorDebugModeNCCLBackend::test_allgather_functional_with_async_collective_tensor 2025-12-04T12:22:31.8977208Z 2025-12-04T12:22:31.8977428Z Finished distributed/tensor/debug/test_debug_mode 1/1 ... [2025-12-04 12:22:31.895921][3577264.95024679], took 0.60min 2025-12-04T12:22:31.8978132Z Parsing testcases for test report: /var/lib/jenkins/pytorch/test/test-reports/python-pytest/distributed.test_inductor_collectives/distributed.test_inductor_collectives-f9afad458cd75285.xml 2025-12-04T12:22:31.8984281Z Failed to parse and upload json test reports: Unable to locate credentials 2025-12-04T12:22:31.8986960Z Running distributed/_composable/test_replicate 1/1 ... [2025-12-04 12:22:31.898587][3577264.952917237] 2025-12-04T12:22:31.8987216Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2025-12-04T12:22:31.8989351Z Executing ['/opt/conda/envs/py_3.10/bin/python', '-bb', 'distributed/_composable/test_replicate.py', '--shard-id=1', '--num-shards=1', '-v', '-vv', '-rfEX', '-p', 'no:xdist', '--use-pytest', '-x', '--reruns=0', '--import-slow-tests', '--import-disabled-tests'] ... [2025-12-04 12:22:31.898825] 2025-12-04T12:23:30.6047595Z 2025-12-04T12:23:30.6051223Z distributed/_composable/test_replicate 1/1 was successful, full logs can be found in artifacts with path test/test-reports/distributed._composable.test_replicate_1.1_7d23c31784fc8969_.log 2025-12-04T12:23:30.6056557Z Running 17 items in this shard: test/distributed/_composable/test_replicate.py::ReplicateStateDictTest::test_replicate_non_root_multiple_save_load, test/distributed/_composable/test_replicate.py::ReplicateStateDictTest::test_replicate_single_module_save_load, test/distributed/_composable/test_replicate.py::ReplicateTest::test_replicate_device_id, test/distributed/_composable/test_replicate.py::ReplicateTest::test_replicate_ignore_module, test/distributed/_composable/test_replicate.py::ReplicateTest::test_replicate_move_args_kwargs_to_device, test/distributed/_composable/test_replicate.py::ReplicateTest::test_replicate_multi_module, test/distributed/_composable/test_replicate.py::ReplicateTest::test_replicate_single_module, test/distributed/_composable/test_replicate.py::ReplicateTest::test_replicate_with_kwargs, test/distributed/_composable/test_replicate.py::ReplicateTest::test_replicate_wrong_device_id_type, test/distributed/_composable/test_replicate.py::ReplicateFullyShardInit::test_replicate_device_id, test/distributed/_composable/test_replicate.py::ReplicateFullyShardInit::test_replicate_fully_shard_init, test/distributed/_composable/test_replicate.py::ReplicateFullyShardInit::test_replicate_ignore_module, test/distributed/_composable/test_replicate.py::ReplicateFullyShardInit::test_replicate_move_args_kwargs_to_device, test/distributed/_composable/test_replicate.py::ReplicateFullyShardInit::test_replicate_multi_module, test/distributed/_composable/test_replicate.py::ReplicateFullyShardInit::test_replicate_single_module, test/distributed/_composable/test_replicate.py::ReplicateFullyShardInit::test_replicate_with_kwargs, test/distributed/_composable/test_replicate.py::ReplicateFullyShardInit::test_replicate_wrong_device_id_type 2025-12-04T12:23:30.6061346Z 2025-12-04T12:23:30.6061607Z Finished distributed/_composable/test_replicate 1/1 ... [2025-12-04 12:23:30.604440][3577323.658766156], took 0.98min 2025-12-04T12:23:30.6062444Z Parsing testcases for test report: /var/lib/jenkins/pytorch/test/test-reports/python-pytest/distributed.test_inductor_collectives/distributed.test_inductor_collectives-f9afad458cd75285.xml 2025-12-04T12:23:30.6071940Z Failed to parse and upload json test reports: Unable to locate credentials 2025-12-04T12:23:30.6074172Z Running distributed/checkpoint/test_pg_transport 1/1 ... [2025-12-04 12:23:30.607336][3577323.661666539] 2025-12-04T12:23:30.6074973Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2025-12-04T12:23:30.6076512Z Executing ['/opt/conda/envs/py_3.10/bin/python', '-bb', 'distributed/checkpoint/test_pg_transport.py', '--shard-id=1', '--num-shards=1', '-v', '-vv', '-rfEX', '-p', 'no:xdist', '--use-pytest', '-x', '--reruns=0', '--import-slow-tests', '--import-disabled-tests'] ... [2025-12-04 12:23:30.607529] 2025-12-04T12:23:40.1382187Z 2025-12-04T12:23:40.1383213Z distributed/checkpoint/test_pg_transport 1/1 was successful, full logs can be found in artifacts with path test/test-reports/distributed.checkpoint.test_pg_transport_1.1_9481eaa88cd5b742_.log 2025-12-04T12:23:40.1390113Z Running 21 items in this shard: test/distributed/checkpoint/test_pg_transport.py::PgTransportCPU::test_pg_transport, test/distributed/checkpoint/test_pg_transport.py::PgTransportCPU::test_pg_transport_with_mixed_content, test/distributed/checkpoint/test_pg_transport.py::PgTransportCPU::test_pg_transport_with_sharded_tensor, test/distributed/checkpoint/test_pg_transport.py::PgTransportGPU::test_pg_transport, test/distributed/checkpoint/test_pg_transport.py::PgTransportGPU::test_pg_transport_with_mixed_content, test/distributed/checkpoint/test_pg_transport.py::PgTransportGPU::test_pg_transport_with_sharded_tensor, test/distributed/checkpoint/test_pg_transport.py::TestCastTensor::test_cast_tensor_different_dtypes, test/distributed/checkpoint/test_pg_transport.py::TestCastTensor::test_cast_tensor_with_offset, test/distributed/checkpoint/test_pg_transport.py::TestCastTensor::test_cast_tensor_with_stride, test/distributed/checkpoint/test_pg_transport.py::TestPrepareTensor::test_prepare_tensor_basic, test/distributed/checkpoint/test_pg_transport.py::TestPrepareTensor::test_prepare_tensor_different_shapes, test/distributed/checkpoint/test_pg_transport.py::TestPrepareTensor::test_prepare_tensor_with_stride, test/distributed/checkpoint/test_pg_transport.py::TestPrepareStateDict::test_prepare_state_dict_basic, test/distributed/checkpoint/test_pg_transport.py::TestPrepareStateDict::test_prepare_state_dict_nested, test/distributed/checkpoint/test_pg_transport.py::TestPrepareStateDict::test_prepare_state_dict_with_non_tensor_values, test/distributed/checkpoint/test_pg_transport.py::TestPGTransportMocked::test_recv_checkpoint_basic, test/distributed/checkpoint/test_pg_transport.py::TestPGTransportMocked::test_recv_checkpoint_with_state_dict_callback, test/distributed/checkpoint/test_pg_transport.py::TestPGTransportMocked::test_send_checkpoint_basic, test/distributed/checkpoint/test_pg_transport.py::TestPGTransportMocked::test_send_checkpoint_empty_state_dict, test/distributed/checkpoint/test_pg_transport.py::TestPGTransportMocked::test_send_checkpoint_with_non_tensor_values, test/distributed/checkpoint/test_pg_transport.py::TestPGTransportEdgeCases::test_send_checkpoint_with_cpu_tensors 2025-12-04T12:23:40.1396407Z 2025-12-04T12:23:40.1396631Z Finished distributed/checkpoint/test_pg_transport 1/1 ... [2025-12-04 12:23:40.137982][3577333.192307348], took 0.16min 2025-12-04T12:23:40.1397385Z Parsing testcases for test report: /var/lib/jenkins/pytorch/test/test-reports/python-pytest/distributed.test_inductor_collectives/distributed.test_inductor_collectives-f9afad458cd75285.xml 2025-12-04T12:23:40.1407840Z Failed to parse and upload json test reports: Unable to locate credentials 2025-12-04T12:23:40.1410257Z Running distributed/_composable/fsdp/test_fully_shard_mixed_precision 1/1 ... [2025-12-04 12:23:40.140923][3577333.19525355] 2025-12-04T12:23:40.1410543Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2025-12-04T12:23:40.1412397Z Executing ['/opt/conda/envs/py_3.10/bin/python', '-bb', 'distributed/_composable/fsdp/test_fully_shard_mixed_precision.py', '--shard-id=1', '--num-shards=1', '-v', '-vv', '-rfEX', '-p', 'no:xdist', '--use-pytest', '-x', '--reruns=0', '--import-slow-tests', '--import-disabled-tests'] ... [2025-12-04 12:23:40.141124] 2025-12-04T12:24:36.4961958Z 2025-12-04T12:24:36.4963830Z distributed/_composable/fsdp/test_fully_shard_mixed_precision 1/1 was successful, full logs can be found in artifacts with path test/test-reports/distributed._composable.fsdp.test_fully_shard_mixed_precision_1.1_dc531251d6831021_.log 2025-12-04T12:24:36.4968745Z Running 9 items in this shard: test/distributed/_composable/fsdp/test_fully_shard_mixed_precision.py::TestFullyShardMixedPrecisionTraining::test_compute_dtype, test/distributed/_composable/fsdp/test_fully_shard_mixed_precision.py::TestFullyShardMixedPrecisionTraining::test_grad_acc_with_reduce_dtype, test/distributed/_composable/fsdp/test_fully_shard_mixed_precision.py::TestFullyShardMixedPrecisionTraining::test_reduce_dtype, test/distributed/_composable/fsdp/test_fully_shard_mixed_precision.py::TestFullyShardMixedPrecisionCasts::test_clamp_reduce_dtype, test/distributed/_composable/fsdp/test_fully_shard_mixed_precision.py::TestFullyShardMixedPrecisionCasts::test_dataclass_input, test/distributed/_composable/fsdp/test_fully_shard_mixed_precision.py::TestFullyShardMixedPrecisionCasts::test_float16_on_one_submodule, test/distributed/_composable/fsdp/test_fully_shard_mixed_precision.py::TestFullyShardMixedPrecisionCasts::test_norm_modules_bf16, test/distributed/_composable/fsdp/test_fully_shard_mixed_precision.py::TestFullyShardMixedPrecisionCasts::test_norm_modules_fp16, test/distributed/_composable/fsdp/test_fully_shard_mixed_precision.py::TestFullyShardMixedPrecisionCasts::test_submodules_with_external_inputs 2025-12-04T12:24:36.4972696Z 2025-12-04T12:24:36.4973045Z Finished distributed/_composable/fsdp/test_fully_shard_mixed_precision 1/1 ... [2025-12-04 12:24:36.495808][3577389.550136368], took 0.94min 2025-12-04T12:24:36.4974005Z Parsing testcases for test report: /var/lib/jenkins/pytorch/test/test-reports/python-pytest/distributed.test_inductor_collectives/distributed.test_inductor_collectives-f9afad458cd75285.xml 2025-12-04T12:24:36.4981283Z Failed to parse and upload json test reports: Unable to locate credentials 2025-12-04T12:24:36.4981638Z Running distributed/checkpoint/test_utils 1/1 ... [2025-12-04 12:24:36.498059][3577389.552389164] 2025-12-04T12:24:36.4981926Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2025-12-04T12:24:36.4983833Z Executing ['/opt/conda/envs/py_3.10/bin/python', '-bb', 'distributed/checkpoint/test_utils.py', '--shard-id=1', '--num-shards=1', '-v', '-vv', '-rfEX', '-p', 'no:xdist', '--use-pytest', '-x', '--reruns=0', '--import-slow-tests', '--import-disabled-tests'] ... [2025-12-04 12:24:36.498250] 2025-12-04T12:25:05.1115723Z 2025-12-04T12:25:05.1117147Z distributed/checkpoint/test_utils 1/1 was successful, full logs can be found in artifacts with path test/test-reports/distributed.checkpoint.test_utils_1.1_112e0976c643c9ea_.log 2025-12-04T12:25:05.1121202Z Running 16 items in this shard: test/distributed/checkpoint/test_utils.py::TestMedatadaIndex::test_dcp_logger, test/distributed/checkpoint/test_utils.py::TestMedatadaIndex::test_flat_data, test/distributed/checkpoint/test_utils.py::TestMedatadaIndex::test_index_hint_ignored_on_equals, test/distributed/checkpoint/test_utils.py::TestMedatadaIndex::test_index_hint_ignored_on_hash, test/distributed/checkpoint/test_utils.py::TestMedatadaIndex::test_init_convert_offset, test/distributed/checkpoint/test_utils.py::TestMedatadaIndex::test_sharded_tensor_lookup, test/distributed/checkpoint/test_utils.py::TestReaderView::testAllRead, test/distributed/checkpoint/test_utils.py::TestReaderView::testLongRead, test/distributed/checkpoint/test_utils.py::TestReaderView::testLongReadinto, test/distributed/checkpoint/test_utils.py::TestReaderView::testShortRead, test/distributed/checkpoint/test_utils.py::TestReaderView::testShortReadinto, test/distributed/checkpoint/test_utils.py::TestDistWrapper::test_barrier, test/distributed/checkpoint/test_utils.py::TestDistWrapper::test_broadcast_object_global_local_mismatch, test/distributed/checkpoint/test_utils.py::TestDistWrapper::test_broadcast_object_with_nonzero_coordinator, test/distributed/checkpoint/test_utils.py::TestDistWrapper::test_gather_object, test/distributed/checkpoint/test_utils.py::TestDistWrapper::test_scatter_object 2025-12-04T12:25:05.1123409Z 2025-12-04T12:25:05.1123994Z Finished distributed/checkpoint/test_utils 1/1 ... [2025-12-04 12:25:05.111210][3577418.165534835], took 0.48min 2025-12-04T12:25:05.1125770Z Parsing testcases for test report: /var/lib/jenkins/pytorch/test/test-reports/python-pytest/distributed.test_inductor_collectives/distributed.test_inductor_collectives-f9afad458cd75285.xml 2025-12-04T12:25:05.1135714Z Failed to parse and upload json test reports: Unable to locate credentials 2025-12-04T12:25:05.1138083Z Running distributed/checkpoint/_experimental/test_checkpoint_process 1/1 ... [2025-12-04 12:25:05.113712][3577418.168042236] 2025-12-04T12:25:05.1138331Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2025-12-04T12:25:05.1140038Z Executing ['/opt/conda/envs/py_3.10/bin/python', '-bb', 'distributed/checkpoint/_experimental/test_checkpoint_process.py', '--shard-id=1', '--num-shards=1', '-v', '-vv', '-rfEX', '-p', 'no:xdist', '--use-pytest', '-x', '--reruns=0', '--import-slow-tests', '--import-disabled-tests'] ... [2025-12-04 12:25:05.113903] 2025-12-04T12:25:23.0574536Z 2025-12-04T12:25:23.0575409Z distributed/checkpoint/_experimental/test_checkpoint_process 1/1 was successful, full logs can be found in artifacts with path test/test-reports/distributed.checkpoint._experimental.test_checkpoint_process_1.1_ad6d0d26dd2bf13c_.log 2025-12-04T12:25:23.0579741Z Running 15 items in this shard: test/distributed/checkpoint/_experimental/test_checkpoint_process.py::TestRequestTypes::test_request_type_enum, test/distributed/checkpoint/_experimental/test_checkpoint_process.py::TestRequestTypes::test_worker_request, test/distributed/checkpoint/_experimental/test_checkpoint_process.py::TestRequestTypes::test_worker_response, test/distributed/checkpoint/_experimental/test_checkpoint_process.py::TestCheckpointProcessConfig::test_custom_options, test/distributed/checkpoint/_experimental/test_checkpoint_process.py::TestCheckpointProcessConfig::test_default_options, test/distributed/checkpoint/_experimental/test_checkpoint_process.py::TestCheckpointProcess::test_checkpoint_process_initialization, test/distributed/checkpoint/_experimental/test_checkpoint_process.py::TestCheckpointProcess::test_checkpoint_write_future_state_dict, test/distributed/checkpoint/_experimental/test_checkpoint_process.py::TestCheckpointProcess::test_checkpoint_write_sync_state_dict, test/distributed/checkpoint/_experimental/test_checkpoint_process.py::TestCheckpointProcess::test_checkpoint_write_with_kwargs, test/distributed/checkpoint/_experimental/test_checkpoint_process.py::TestCheckpointProcess::test_communication_error_handling, test/distributed/checkpoint/_experimental/test_checkpoint_process.py::TestCheckpointProcess::test_forced_termination, test/distributed/checkpoint/_experimental/test_checkpoint_process.py::TestCheckpointProcess::test_graceful_termination, test/distributed/checkpoint/_experimental/test_checkpoint_process.py::TestCheckpointProcess::test_shared_memory_tensor_ipc, test/distributed/checkpoint/_experimental/test_checkpoint_process.py::TestCheckpointProcess::test_subprocess_initialization_failure, test/distributed/checkpoint/_experimental/test_checkpoint_process.py::TestCheckpointProcess::test_subprocess_initialization_timeout 2025-12-04T12:25:23.0583756Z 2025-12-04T12:25:23.0583960Z Finished distributed/checkpoint/_experimental/test_checkpoint_process 1/1 ... [2025-12-04 12:25:23.057270][3577436.111596659], took 0.30min 2025-12-04T12:25:23.0586937Z Parsing testcases for test report: /var/lib/jenkins/pytorch/test/test-reports/python-pytest/distributed.test_inductor_collectives/distributed.test_inductor_collectives-f9afad458cd75285.xml 2025-12-04T12:25:23.0598154Z Failed to parse and upload json test reports: Unable to locate credentials 2025-12-04T12:25:23.0599952Z Running distributed/test_c10d_logger 1/1 ... [2025-12-04 12:25:23.059906][3577436.114236478] 2025-12-04T12:25:23.0600284Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2025-12-04T12:25:23.0602444Z Executing ['/opt/conda/envs/py_3.10/bin/python', '-bb', 'distributed/test_c10d_logger.py', '--shard-id=1', '--num-shards=1', '-v', '-vv', '-rfEX', '-p', 'no:xdist', '--use-pytest', '-x', '--reruns=0', '--import-slow-tests', '--import-disabled-tests'] ... [2025-12-04 12:25:23.060094] 2025-12-04T12:25:36.9959694Z 2025-12-04T12:25:36.9960456Z distributed/test_c10d_logger 1/1 was successful, full logs can be found in artifacts with path test/test-reports/distributed.test_c10d_logger_1.1_e6bce201d7a29df8_.log 2025-12-04T12:25:36.9961492Z Running 2 items in this shard: test/distributed/test_c10d_logger.py::C10dErrorLoggerTest::test_exception_logger, test/distributed/test_c10d_logger.py::C10dErrorLoggerTest::test_get_or_create_logger 2025-12-04T12:25:36.9962015Z 2025-12-04T12:25:36.9962240Z Finished distributed/test_c10d_logger 1/1 ... [2025-12-04 12:25:36.995701][3577450.050025524], took 0.23min 2025-12-04T12:25:36.9975034Z Parsing testcases for test report: /var/lib/jenkins/pytorch/test/test-reports/python-pytest/distributed.test_inductor_collectives/distributed.test_inductor_collectives-f9afad458cd75285.xml 2025-12-04T12:25:36.9987126Z Failed to parse and upload json test reports: Unable to locate credentials 2025-12-04T12:25:36.9989151Z Running distributed/_composable/test_replicate_training 1/1 ... [2025-12-04 12:25:36.998805][3577450.053135223] 2025-12-04T12:25:36.9989487Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2025-12-04T12:25:36.9991183Z Executing ['/opt/conda/envs/py_3.10/bin/python', '-bb', 'distributed/_composable/test_replicate_training.py', '--shard-id=1', '--num-shards=1', '-v', '-vv', '-rfEX', '-p', 'no:xdist', '--use-pytest', '-x', '--reruns=0', '--import-slow-tests', '--import-disabled-tests'] ... [2025-12-04 12:25:36.999006] 2025-12-04T12:53:49.5726749Z 2025-12-04T12:53:49.5727516Z PRINTING LOG FILE of distributed/_composable/test_replicate_training 1/1 (test/test-reports/distributed._composable.test_replicate_training_1.1_bdc4e72fcc4c7b26_.log) 2025-12-04T12:53:49.5728386Z Test results will be stored in test-reports/python-pytest/distributed._composable.test_replicate_training/distributed._composable.test_replicate_training-8cb46686989262c9.xml 2025-12-04T12:53:49.5728940Z ============================= test session starts ============================== 2025-12-04T12:53:49.5729326Z platform linux -- Python 3.10.14, pytest-7.3.2, pluggy-1.6.0 -- /opt/conda/envs/py_3.10/bin/python 2025-12-04T12:53:49.5729629Z cachedir: .pytest_cache 2025-12-04T12:53:49.5729983Z hypothesis profile 'pytorch_ci' -> database=None, max_examples=50, derandomize=True, suppress_health_check=[HealthCheck.too_slow] 2025-12-04T12:53:49.5730374Z rootdir: /var/lib/jenkins/pytorch 2025-12-04T12:53:49.5730556Z configfile: pytest.ini 2025-12-04T12:53:49.5730914Z plugins: hypothesis-6.56.4, cpp-2.3.0, flakefinder-1.1.0, rerunfailures-14.0, subtests-0.13.1, xdist-3.3.1, xdoctest-1.3.0, typeguard-4.3.0 2025-12-04T12:53:49.5731297Z collecting ... collected 17 items 2025-12-04T12:53:49.5731514Z stepcurrent: Cannot find last run test, not skipping 2025-12-04T12:53:49.5736907Z Running 17 items in this shard: test/distributed/_composable/test_replicate_training.py::TestReplicateForwardInputs::test_root_move_forward_input_to_device, test/distributed/_composable/test_replicate_training.py::TestReplicateRegisteredParams::test_param_registration_after_backward, test/distributed/_composable/test_replicate_training.py::TestReplicateRegisteredParams::test_param_registration_after_forward, test/distributed/_composable/test_replicate_training.py::TestReplicateCastAfterInit::test_to_float64_after_init, test/distributed/_composable/test_replicate_training.py::TestReplicate1DTrainingCore::test_explicit_prefetching, test/distributed/_composable/test_replicate_training.py::TestReplicate1DTrainingCore::test_multi_forward_module, test/distributed/_composable/test_replicate_training.py::TestReplicate1DTrainingCore::test_non_root_forward_backward, test/distributed/_composable/test_replicate_training.py::TestReplicate1DTrainingCore::test_post_optim_event, test/distributed/_composable/test_replicate_training.py::TestReplicate1DTrainingCore::test_train_parity_multi_group_cpu_offload_eager, test/distributed/_composable/test_replicate_training.py::TestReplicate1DTrainingCore::test_train_parity_multi_groups, test/distributed/_composable/test_replicate_training.py::TestReplicate1DTrainingCore::test_train_parity_single_group, test/distributed/_composable/test_replicate_training.py::TestReplicateTrainingCompose::test_train_parity_with_activation_checkpointing, test/distributed/_composable/test_replicate_training.py::TestReplicateSharedParams::test_train_parity_with_shared_params, test/distributed/_composable/test_replicate_training.py::TestReplicateGradientAccumulation::test_1f1b_microbatching, test/distributed/_composable/test_replicate_training.py::TestReplicateGradientAccumulation::test_gradient_accumulation, test/distributed/_composable/test_replicate_training.py::TestReplicateCustomForwardMethod::test_register_fsdp_forward_method, test/distributed/_composable/test_replicate_training.py::TestReplicateTPTraining::test_replicate_tp 2025-12-04T12:53:49.5741222Z 2025-12-04T12:53:49.5741459Z distributed/_composable/test_replicate_training.py::TestReplicateForwardInputs::test_root_move_forward_input_to_device PASSED [0.4667s] [ 5%] 2025-12-04T12:53:49.5741968Z distributed/_composable/test_replicate_training.py::TestReplicateRegisteredParams::test_param_registration_after_backward PASSED [3.6703s] [ 11%] 2025-12-04T12:53:49.5742476Z distributed/_composable/test_replicate_training.py::TestReplicateRegisteredParams::test_param_registration_after_forward PASSED [0.1334s] [ 17%] 2025-12-04T12:53:49.5743145Z distributed/_composable/test_replicate_training.py::TestReplicateCastAfterInit::test_to_float64_after_init PASSED [0.4305s] [ 23%] 2025-12-04T12:53:49.5743781Z distributed/_composable/test_replicate_training.py::TestReplicate1DTrainingCore::test_explicit_prefetching I1204 12:25:43.168000 266227 site-packages/torch/testing/_internal/common_distributed.py:849] Started process 0 with pid 266313 2025-12-04T12:53:49.5744401Z I1204 12:25:43.169000 266227 site-packages/torch/testing/_internal/common_distributed.py:849] Started process 1 with pid 266314 2025-12-04T12:53:49.5744818Z I1204 12:25:43.169000 266227 site-packages/torch/testing/_internal/common_distributed.py:849] Started process 2 with pid 266315 2025-12-04T12:53:49.5745232Z I1204 12:25:43.170000 266227 site-packages/torch/testing/_internal/common_distributed.py:849] Started process 3 with pid 266316 2025-12-04T12:53:49.5745513Z dist init r=0, world=4 2025-12-04T12:53:49.5745638Z dist init r=3, world=4 2025-12-04T12:53:49.5745758Z dist init r=2, world=4 2025-12-04T12:53:49.5745878Z dist init r=1, world=4 2025-12-04T12:53:49.5746001Z PASSED [248.4616s] [ 29%] 2025-12-04T12:53:49.5746459Z distributed/_composable/test_replicate_training.py::TestReplicate1DTrainingCore::test_multi_forward_module I1204 12:29:51.632000 266227 site-packages/torch/testing/_internal/common_distributed.py:849] Started process 0 with pid 266646 2025-12-04T12:53:49.5747107Z I1204 12:29:51.633000 266227 site-packages/torch/testing/_internal/common_distributed.py:849] Started process 1 with pid 266647 2025-12-04T12:53:49.5747522Z I1204 12:29:51.633000 266227 site-packages/torch/testing/_internal/common_distributed.py:849] Started process 2 with pid 266648 2025-12-04T12:53:49.5747934Z I1204 12:29:51.634000 266227 site-packages/torch/testing/_internal/common_distributed.py:849] Started process 3 with pid 266649 2025-12-04T12:53:49.5748210Z dist init r=0, world=4 2025-12-04T12:53:49.5748332Z dist init r=3, world=4 2025-12-04T12:53:49.5748452Z dist init r=2, world=4 2025-12-04T12:53:49.5748569Z dist init r=1, world=4 2025-12-04T12:53:49.5748691Z PASSED [196.8863s] [ 35%] 2025-12-04T12:53:49.5749154Z distributed/_composable/test_replicate_training.py::TestReplicate1DTrainingCore::test_non_root_forward_backward I1204 12:33:08.519000 266227 site-packages/torch/testing/_internal/common_distributed.py:849] Started process 0 with pid 266979 2025-12-04T12:53:49.5749770Z I1204 12:33:08.520000 266227 site-packages/torch/testing/_internal/common_distributed.py:849] Started process 1 with pid 266980 2025-12-04T12:53:49.5750226Z I1204 12:33:08.520000 266227 site-packages/torch/testing/_internal/common_distributed.py:849] Started process 2 with pid 266981 2025-12-04T12:53:49.5750565Z I1204 12:33:08.521000 266227 site-packages/torch/testing/_internal/common_distributed.py:849] Started process 3 with pid 266982 2025-12-04T12:53:49.5750789Z dist init r=1, world=4 2025-12-04T12:53:49.5750887Z dist init r=2, world=4 2025-12-04T12:53:49.5750984Z dist init r=3, world=4 2025-12-04T12:53:49.5751081Z dist init r=0, world=4 2025-12-04T12:53:49.5751179Z PASSED [197.1824s] [ 41%] 2025-12-04T12:53:49.5751551Z distributed/_composable/test_replicate_training.py::TestReplicate1DTrainingCore::test_post_optim_event I1204 12:36:25.703000 266227 site-packages/torch/testing/_internal/common_distributed.py:849] Started process 0 with pid 267312 2025-12-04T12:53:49.5752040Z I1204 12:36:25.704000 266227 site-packages/torch/testing/_internal/common_distributed.py:849] Started process 1 with pid 267313 2025-12-04T12:53:49.5752384Z I1204 12:36:25.704000 266227 site-packages/torch/testing/_internal/common_distributed.py:849] Started process 2 with pid 267314 2025-12-04T12:53:49.5752721Z I1204 12:36:25.705000 266227 site-packages/torch/testing/_internal/common_distributed.py:849] Started process 3 with pid 267315 2025-12-04T12:53:49.5752945Z dist init r=0, world=4 2025-12-04T12:53:49.5753042Z dist init r=3, world=4 2025-12-04T12:53:49.5753173Z dist init r=1, world=4 2025-12-04T12:53:49.5753292Z dist init r=2, world=4 2025-12-04T12:53:49.5753392Z PASSED [289.1236s] [ 47%] 2025-12-04T12:53:49.5753791Z distributed/_composable/test_replicate_training.py::TestReplicate1DTrainingCore::test_train_parity_multi_group_cpu_offload_eager I1204 12:41:14.829000 266227 site-packages/torch/testing/_internal/common_distributed.py:849] Started process 0 with pid 267645 2025-12-04T12:53:49.5754316Z I1204 12:41:14.830000 266227 site-packages/torch/testing/_internal/common_distributed.py:849] Started process 1 with pid 267646 2025-12-04T12:53:49.5754704Z I1204 12:41:14.830000 266227 site-packages/torch/testing/_internal/common_distributed.py:849] Started process 2 with pid 267647 2025-12-04T12:53:49.5755040Z I1204 12:41:14.831000 266227 site-packages/torch/testing/_internal/common_distributed.py:849] Started process 3 with pid 267648 2025-12-04T12:53:49.5755523Z /opt/conda/envs/py_3.10/lib/python3.10/site-packages/torch/distributed/c10d_logger.py:83: UserWarning: barrier(): using the device under current context. You can specify `device_id` in `init_process_group` to mute this warning. 2025-12-04T12:53:49.5755896Z return func(*args, **kwargs) 2025-12-04T12:53:49.5756008Z dist init r=3, world=4 2025-12-04T12:53:49.5756108Z dist init r=0, world=4 2025-12-04T12:53:49.5756206Z dist init r=1, world=4 2025-12-04T12:53:49.5756301Z dist init r=2, world=4 2025-12-04T12:53:49.5756399Z PASSED [275.9941s] [ 52%] 2025-12-04T12:53:49.5756813Z distributed/_composable/test_replicate_training.py::TestReplicate1DTrainingCore::test_train_parity_multi_groups I1204 12:45:50.824000 266227 site-packages/torch/testing/_internal/common_distributed.py:849] Started process 0 with pid 268486 2025-12-04T12:53:49.5757315Z I1204 12:45:50.825000 266227 site-packages/torch/testing/_internal/common_distributed.py:849] Started process 1 with pid 268487 2025-12-04T12:53:49.5757654Z I1204 12:45:50.826000 266227 site-packages/torch/testing/_internal/common_distributed.py:849] Started process 2 with pid 268488 2025-12-04T12:53:49.5757995Z I1204 12:45:50.826000 266227 site-packages/torch/testing/_internal/common_distributed.py:849] Started process 3 with pid 268489 2025-12-04T12:53:49.5758465Z /opt/conda/envs/py_3.10/lib/python3.10/site-packages/torch/distributed/c10d_logger.py:83: UserWarning: barrier(): using the device under current context. You can specify `device_id` in `init_process_group` to mute this warning. 2025-12-04T12:53:49.5758829Z return func(*args, **kwargs) 2025-12-04T12:53:49.5759142Z [rank0]:I1204 12:50:50.857000 268486 site-packages/torch/testing/_internal/common_distributed.py:880] Received event Event.GET_TRACEBACK on process 0 2025-12-04T12:53:49.5759545Z [rank1]:I1204 12:50:50.857000 268487 site-packages/torch/testing/_internal/common_distributed.py:880] Received event Event.GET_TRACEBACK on process 1 2025-12-04T12:53:49.5759936Z [rank2]:I1204 12:50:50.857000 268488 site-packages/torch/testing/_internal/common_distributed.py:880] Received event Event.GET_TRACEBACK on process 2 2025-12-04T12:53:49.5760331Z [rank3]:I1204 12:50:50.858000 268489 site-packages/torch/testing/_internal/common_distributed.py:880] Received event Event.GET_TRACEBACK on process 3 2025-12-04T12:53:49.5760692Z [rank1]:I1204 12:50:50.858000 268487 site-packages/torch/testing/_internal/common_distributed.py:891] Process 1 sent traceback 2025-12-04T12:53:49.5761022Z [rank0]:I1204 12:50:50.858000 268486 site-packages/torch/testing/_internal/common_distributed.py:891] Process 0 sent traceback 2025-12-04T12:53:49.5761366Z E1204 12:50:50.858000 266227 site-packages/torch/testing/_internal/common_distributed.py:988] Process 0 timed out with traceback: 2025-12-04T12:53:49.5761667Z E1204 12:50:50.858000 266227 site-packages/torch/testing/_internal/common_distributed.py:988] 2025-12-04T12:53:49.5761984Z E1204 12:50:50.858000 266227 site-packages/torch/testing/_internal/common_distributed.py:988] Thread 0x00007541a5dfd640 (most recent call first): 2025-12-04T12:53:49.5762322Z E1204 12:50:50.858000 266227 site-packages/torch/testing/_internal/common_distributed.py:988] 2025-12-04T12:53:49.5762629Z E1204 12:50:50.858000 266227 site-packages/torch/testing/_internal/common_distributed.py:988] 2025-12-04T12:53:49.5762946Z E1204 12:50:50.858000 266227 site-packages/torch/testing/_internal/common_distributed.py:988] Thread 0x00007541a71ff640 (most recent call first): 2025-12-04T12:53:49.5763283Z E1204 12:50:50.858000 266227 site-packages/torch/testing/_internal/common_distributed.py:988] 2025-12-04T12:53:49.5763558Z E1204 12:50:50.858000 266227 site-packages/torch/testing/_internal/common_distributed.py:988] 2025-12-04T12:53:49.5763872Z E1204 12:50:50.858000 266227 site-packages/torch/testing/_internal/common_distributed.py:988] Thread 0x00007541d4dff640 (most recent call first): 2025-12-04T12:53:49.5764207Z E1204 12:50:50.858000 266227 site-packages/torch/testing/_internal/common_distributed.py:988] 2025-12-04T12:53:49.5764478Z E1204 12:50:50.858000 266227 site-packages/torch/testing/_internal/common_distributed.py:988] 2025-12-04T12:53:49.5764789Z E1204 12:50:50.858000 266227 site-packages/torch/testing/_internal/common_distributed.py:988] Thread 0x00007541a67fe640 (most recent call first): 2025-12-04T12:53:49.5765128Z E1204 12:50:50.858000 266227 site-packages/torch/testing/_internal/common_distributed.py:988] 2025-12-04T12:53:49.5765400Z E1204 12:50:50.858000 266227 site-packages/torch/testing/_internal/common_distributed.py:988] 2025-12-04T12:53:49.5765725Z E1204 12:50:50.858000 266227 site-packages/torch/testing/_internal/common_distributed.py:988] Current thread 0x0000754331ffe640 (most recent call first): 2025-12-04T12:53:49.5766235Z E1204 12:50:50.858000 266227 site-packages/torch/testing/_internal/common_distributed.py:988] File "/opt/conda/envs/py_3.10/lib/python3.10/site-packages/torch/testing/_internal/common_distributed.py", line 885 in _event_listener 2025-12-04T12:53:49.5766854Z E1204 12:50:50.858000 266227 site-packages/torch/testing/_internal/common_distributed.py:988] File "/opt/conda/envs/py_3.10/lib/python3.10/threading.py", line 953 in run 2025-12-04T12:53:49.5767318Z E1204 12:50:50.858000 266227 site-packages/torch/testing/_internal/common_distributed.py:988] File "/opt/conda/envs/py_3.10/lib/python3.10/threading.py", line 1016 in _bootstrap_inner 2025-12-04T12:53:49.5767787Z E1204 12:50:50.858000 266227 site-packages/torch/testing/_internal/common_distributed.py:988] File "/opt/conda/envs/py_3.10/lib/python3.10/threading.py", line 973 in _bootstrap 2025-12-04T12:53:49.5768179Z E1204 12:50:50.858000 266227 site-packages/torch/testing/_internal/common_distributed.py:988] 2025-12-04T12:53:49.5768493Z E1204 12:50:50.858000 266227 site-packages/torch/testing/_internal/common_distributed.py:988] Thread 0x000075652d706740 (most recent call first): 2025-12-04T12:53:49.5768966Z E1204 12:50:50.858000 266227 site-packages/torch/testing/_internal/common_distributed.py:988] File "/opt/conda/envs/py_3.10/lib/python3.10/site-packages/torch/autograd/graph.py", line 865 in _engine_run_backward 2025-12-04T12:53:49.5769520Z E1204 12:50:50.858000 266227 site-packages/torch/testing/_internal/common_distributed.py:988] File "/opt/conda/envs/py_3.10/lib/python3.10/site-packages/torch/autograd/__init__.py", line 364 in backward 2025-12-04T12:53:49.5770041Z E1204 12:50:50.858000 266227 site-packages/torch/testing/_internal/common_distributed.py:988] File "/opt/conda/envs/py_3.10/lib/python3.10/site-packages/torch/_tensor.py", line 629 in backward 2025-12-04T12:53:49.5770605Z E1204 12:50:50.858000 266227 site-packages/torch/testing/_internal/common_distributed.py:988] File "/var/lib/jenkins/pytorch/test/distributed/_composable/test_replicate_training.py", line 441 in _test_train_parity_multi_group 2025-12-04T12:53:49.5771221Z E1204 12:50:50.858000 266227 site-packages/torch/testing/_internal/common_distributed.py:988] File "/opt/conda/envs/py_3.10/lib/python3.10/site-packages/torch/testing/_internal/common_distributed.py", line 1206 in run_subtests 2025-12-04T12:53:49.5772042Z E1204 12:50:50.858000 266227 site-packages/torch/testing/_internal/common_distributed.py:988] File "/opt/conda/envs/py_3.10/lib/python3.10/site-packages/torch/testing/_internal/common_fsdp.py", line 1222 in run_subtests 2025-12-04T12:53:49.5772644Z E1204 12:50:50.858000 266227 site-packages/torch/testing/_internal/common_distributed.py:988] File "/var/lib/jenkins/pytorch/test/distributed/_composable/test_replicate_training.py", line 317 in test_train_parity_multi_groups 2025-12-04T12:53:49.5773239Z E1204 12:50:50.858000 266227 site-packages/torch/testing/_internal/common_distributed.py:988] File "/opt/conda/envs/py_3.10/lib/python3.10/site-packages/torch/testing/_internal/common_fsdp.py", line 1577 in wrapper 2025-12-04T12:53:49.5773813Z E1204 12:50:50.858000 266227 site-packages/torch/testing/_internal/common_distributed.py:988] File "/opt/conda/envs/py_3.10/lib/python3.10/site-packages/torch/testing/_internal/common_distributed.py", line 227 in wrapper 2025-12-04T12:53:49.5774393Z E1204 12:50:50.858000 266227 site-packages/torch/testing/_internal/common_distributed.py:988] File "/opt/conda/envs/py_3.10/lib/python3.10/site-packages/torch/testing/_internal/common_utils.py", line 3329 in wrapper 2025-12-04T12:53:49.5774967Z E1204 12:50:50.858000 266227 site-packages/torch/testing/_internal/common_distributed.py:988] File "/opt/conda/envs/py_3.10/lib/python3.10/site-packages/torch/testing/_internal/common_distributed.py", line 772 in wrapper 2025-12-04T12:53:49.5775559Z E1204 12:50:50.858000 266227 site-packages/torch/testing/_internal/common_distributed.py:988] File "/opt/conda/envs/py_3.10/lib/python3.10/site-packages/torch/testing/_internal/common_distributed.py", line 925 in run_test 2025-12-04T12:53:49.5776131Z E1204 12:50:50.858000 266227 site-packages/torch/testing/_internal/common_distributed.py:988] File "/opt/conda/envs/py_3.10/lib/python3.10/site-packages/torch/testing/_internal/common_fsdp.py", line 1272 in _run 2025-12-04T12:53:49.5776650Z E1204 12:50:50.858000 266227 site-packages/torch/testing/_internal/common_distributed.py:988] File "/opt/conda/envs/py_3.10/lib/python3.10/multiprocessing/process.py", line 108 in run 2025-12-04T12:53:49.5777176Z E1204 12:50:50.858000 266227 site-packages/torch/testing/_internal/common_distributed.py:988] File "/opt/conda/envs/py_3.10/lib/python3.10/multiprocessing/process.py", line 314 in _bootstrap 2025-12-04T12:53:49.5777670Z E1204 12:50:50.858000 266227 site-packages/torch/testing/_internal/common_distributed.py:988] File "/opt/conda/envs/py_3.10/lib/python3.10/multiprocessing/spawn.py", line 129 in _main 2025-12-04T12:53:49.5778182Z E1204 12:50:50.858000 266227 site-packages/torch/testing/_internal/common_distributed.py:988] File "/opt/conda/envs/py_3.10/lib/python3.10/multiprocessing/spawn.py", line 116 in spawn_main 2025-12-04T12:53:49.5778604Z E1204 12:50:50.858000 266227 site-packages/torch/testing/_internal/common_distributed.py:988] File "", line 1 in 2025-12-04T12:53:49.5778903Z E1204 12:50:50.858000 266227 site-packages/torch/testing/_internal/common_distributed.py:988] 2025-12-04T12:53:49.5779194Z [rank2]:I1204 12:50:50.858000 268488 site-packages/torch/testing/_internal/common_distributed.py:891] Process 2 sent traceback 2025-12-04T12:53:49.5779534Z E1204 12:50:50.859000 266227 site-packages/torch/testing/_internal/common_distributed.py:988] Process 1 timed out with traceback: 2025-12-04T12:53:49.5779833Z E1204 12:50:50.859000 266227 site-packages/torch/testing/_internal/common_distributed.py:988] 2025-12-04T12:53:49.5780150Z E1204 12:50:50.859000 266227 site-packages/torch/testing/_internal/common_distributed.py:988] Thread 0x0000718a0c1fd640 (most recent call first): 2025-12-04T12:53:49.5780489Z E1204 12:50:50.859000 266227 site-packages/torch/testing/_internal/common_distributed.py:988] 2025-12-04T12:53:49.5780761Z E1204 12:50:50.859000 266227 site-packages/torch/testing/_internal/common_distributed.py:988] 2025-12-04T12:53:49.5781112Z E1204 12:50:50.859000 266227 site-packages/torch/testing/_internal/common_distributed.py:988] Thread 0x0000718a0d5ff640 (most recent call first): 2025-12-04T12:53:49.5781449Z E1204 12:50:50.859000 266227 site-packages/torch/testing/_internal/common_distributed.py:988] 2025-12-04T12:53:49.5781721Z E1204 12:50:50.859000 266227 site-packages/torch/testing/_internal/common_distributed.py:988] 2025-12-04T12:53:49.5782034Z E1204 12:50:50.859000 266227 site-packages/torch/testing/_internal/common_distributed.py:988] Thread 0x0000718a3b1ff640 (most recent call first): 2025-12-04T12:53:49.5782373Z E1204 12:50:50.859000 266227 site-packages/torch/testing/_internal/common_distributed.py:988] 2025-12-04T12:53:49.5782647Z E1204 12:50:50.859000 266227 site-packages/torch/testing/_internal/common_distributed.py:988] 2025-12-04T12:53:49.5782956Z E1204 12:50:50.859000 266227 site-packages/torch/testing/_internal/common_distributed.py:988] Thread 0x0000718a0cbfe640 (most recent call first): 2025-12-04T12:53:49.5783293Z E1204 12:50:50.859000 266227 site-packages/torch/testing/_internal/common_distributed.py:988] 2025-12-04T12:53:49.5783565Z E1204 12:50:50.859000 266227 site-packages/torch/testing/_internal/common_distributed.py:988] 2025-12-04T12:53:49.5783889Z E1204 12:50:50.859000 266227 site-packages/torch/testing/_internal/common_distributed.py:988] Current thread 0x0000718ba51ff640 (most recent call first): 2025-12-04T12:53:49.5784403Z E1204 12:50:50.859000 266227 site-packages/torch/testing/_internal/common_distributed.py:988] File "/opt/conda/envs/py_3.10/lib/python3.10/site-packages/torch/testing/_internal/common_distributed.py", line 885 in _event_listener 2025-12-04T12:53:49.5784928Z E1204 12:50:50.859000 266227 site-packages/torch/testing/_internal/common_distributed.py:988] File "/opt/conda/envs/py_3.10/lib/python3.10/threading.py", line 953 in run 2025-12-04T12:53:49.5785387Z E1204 12:50:50.859000 266227 site-packages/torch/testing/_internal/common_distributed.py:988] File "/opt/conda/envs/py_3.10/lib/python3.10/threading.py", line 1016 in _bootstrap_inner 2025-12-04T12:53:49.5785856Z E1204 12:50:50.859000 266227 site-packages/torch/testing/_internal/common_distributed.py:988] File "/opt/conda/envs/py_3.10/lib/python3.10/threading.py", line 973 in _bootstrap 2025-12-04T12:53:49.5786209Z E1204 12:50:50.859000 266227 site-packages/torch/testing/_internal/common_distributed.py:988] 2025-12-04T12:53:49.5786522Z E1204 12:50:50.859000 266227 site-packages/torch/testing/_internal/common_distributed.py:988] Thread 0x000071ada00ab740 (most recent call first): 2025-12-04T12:53:49.5787089Z E1204 12:50:50.859000 266227 site-packages/torch/testing/_internal/common_distributed.py:988] File "/opt/conda/envs/py_3.10/lib/python3.10/site-packages/torch/testing/_comparison.py", line 1087 in _compare_regular_values_close 2025-12-04T12:53:49.5787672Z E1204 12:50:50.859000 266227 site-packages/torch/testing/_internal/common_distributed.py:988] File "/opt/conda/envs/py_3.10/lib/python3.10/site-packages/torch/testing/_comparison.py", line 905 in _compare_values 2025-12-04T12:53:49.5788223Z E1204 12:50:50.859000 266227 site-packages/torch/testing/_internal/common_distributed.py:988] File "/opt/conda/envs/py_3.10/lib/python3.10/site-packages/torch/testing/_comparison.py", line 747 in compare 2025-12-04T12:53:49.5788780Z E1204 12:50:50.859000 266227 site-packages/torch/testing/_internal/common_distributed.py:988] File "/opt/conda/envs/py_3.10/lib/python3.10/site-packages/torch/testing/_comparison.py", line 1298 in not_close_error_metas 2025-12-04T12:53:49.5789360Z E1204 12:50:50.859000 266227 site-packages/torch/testing/_internal/common_distributed.py:988] File "/opt/conda/envs/py_3.10/lib/python3.10/site-packages/torch/testing/_internal/common_utils.py", line 4245 in assertEqual 2025-12-04T12:53:49.5789963Z E1204 12:50:50.859000 266227 site-packages/torch/testing/_internal/common_distributed.py:988] File "/var/lib/jenkins/pytorch/test/distributed/_composable/test_replicate_training.py", line 455 in _test_train_parity_multi_group 2025-12-04T12:53:49.5790601Z E1204 12:50:50.859000 266227 site-packages/torch/testing/_internal/common_distributed.py:988] File "/opt/conda/envs/py_3.10/lib/python3.10/site-packages/torch/testing/_internal/common_distributed.py", line 1206 in run_subtests 2025-12-04T12:53:49.5791191Z E1204 12:50:50.859000 266227 site-packages/torch/testing/_internal/common_distributed.py:988] File "/opt/conda/envs/py_3.10/lib/python3.10/site-packages/torch/testing/_internal/common_fsdp.py", line 1222 in run_subtests 2025-12-04T12:53:49.5791793Z E1204 12:50:50.859000 266227 site-packages/torch/testing/_internal/common_distributed.py:988] File "/var/lib/jenkins/pytorch/test/distributed/_composable/test_replicate_training.py", line 317 in test_train_parity_multi_groups 2025-12-04T12:53:49.5792391Z E1204 12:50:50.859000 266227 site-packages/torch/testing/_internal/common_distributed.py:988] File "/opt/conda/envs/py_3.10/lib/python3.10/site-packages/torch/testing/_internal/common_fsdp.py", line 1577 in wrapper 2025-12-04T12:53:49.5792966Z E1204 12:50:50.859000 266227 site-packages/torch/testing/_internal/common_distributed.py:988] File "/opt/conda/envs/py_3.10/lib/python3.10/site-packages/torch/testing/_internal/common_distributed.py", line 227 in wrapper 2025-12-04T12:53:49.5793549Z E1204 12:50:50.859000 266227 site-packages/torch/testing/_internal/common_distributed.py:988] File "/opt/conda/envs/py_3.10/lib/python3.10/site-packages/torch/testing/_internal/common_utils.py", line 3329 in wrapper 2025-12-04T12:53:49.5794127Z E1204 12:50:50.859000 266227 site-packages/torch/testing/_internal/common_distributed.py:988] File "/opt/conda/envs/py_3.10/lib/python3.10/site-packages/torch/testing/_internal/common_distributed.py", line 772 in wrapper 2025-12-04T12:53:49.5794713Z E1204 12:50:50.859000 266227 site-packages/torch/testing/_internal/common_distributed.py:988] File "/opt/conda/envs/py_3.10/lib/python3.10/site-packages/torch/testing/_internal/common_distributed.py", line 925 in run_test 2025-12-04T12:53:49.5795286Z E1204 12:50:50.859000 266227 site-packages/torch/testing/_internal/common_distributed.py:988] File "/opt/conda/envs/py_3.10/lib/python3.10/site-packages/torch/testing/_internal/common_fsdp.py", line 1272 in _run 2025-12-04T12:53:49.5795834Z E1204 12:50:50.859000 266227 site-packages/torch/testing/_internal/common_distributed.py:988] File "/opt/conda/envs/py_3.10/lib/python3.10/multiprocessing/process.py", line 108 in run 2025-12-04T12:53:49.5796344Z E1204 12:50:50.859000 266227 site-packages/torch/testing/_internal/common_distributed.py:988] File "/opt/conda/envs/py_3.10/lib/python3.10/multiprocessing/process.py", line 314 in _bootstrap 2025-12-04T12:53:49.5796873Z E1204 12:50:50.859000 266227 site-packages/torch/testing/_internal/common_distributed.py:988] File "/opt/conda/envs/py_3.10/lib/python3.10/multiprocessing/spawn.py", line 129 in _main 2025-12-04T12:53:49.5797361Z E1204 12:50:50.859000 266227 site-packages/torch/testing/_internal/common_distributed.py:988] File "/opt/conda/envs/py_3.10/lib/python3.10/multiprocessing/spawn.py", line 116 in spawn_main 2025-12-04T12:53:49.5797783Z E1204 12:50:50.859000 266227 site-packages/torch/testing/_internal/common_distributed.py:988] File "", line 1 in 2025-12-04T12:53:49.5798082Z E1204 12:50:50.859000 266227 site-packages/torch/testing/_internal/common_distributed.py:988] 2025-12-04T12:53:49.5798378Z E1204 12:50:50.859000 266227 site-packages/torch/testing/_internal/common_distributed.py:988] Process 2 timed out with traceback: 2025-12-04T12:53:49.5798698Z E1204 12:50:50.859000 266227 site-packages/torch/testing/_internal/common_distributed.py:988] 2025-12-04T12:53:49.5799015Z E1204 12:50:50.859000 266227 site-packages/torch/testing/_internal/common_distributed.py:988] Thread 0x00007f10cc9ff640 (most recent call first): 2025-12-04T12:53:49.5799355Z E1204 12:50:50.859000 266227 site-packages/torch/testing/_internal/common_distributed.py:988] 2025-12-04T12:53:49.5799664Z E1204 12:50:50.859000 266227 site-packages/torch/testing/_internal/common_distributed.py:988] 2025-12-04T12:53:49.5799981Z E1204 12:50:50.859000 266227 site-packages/torch/testing/_internal/common_distributed.py:988] Thread 0x00007f10cbffe640 (most recent call first): 2025-12-04T12:53:49.5800324Z E1204 12:50:50.859000 266227 site-packages/torch/testing/_internal/common_distributed.py:988] 2025-12-04T12:53:49.5800597Z E1204 12:50:50.859000 266227 site-packages/torch/testing/_internal/common_distributed.py:988] 2025-12-04T12:53:49.5800915Z E1204 12:50:50.859000 266227 site-packages/torch/testing/_internal/common_distributed.py:988] Thread 0x00007f10f9ffe640 (most recent call first): 2025-12-04T12:53:49.5801258Z E1204 12:50:50.859000 266227 site-packages/torch/testing/_internal/common_distributed.py:988] 2025-12-04T12:53:49.5801534Z E1204 12:50:50.859000 266227 site-packages/torch/testing/_internal/common_distributed.py:988] 2025-12-04T12:53:49.5801852Z E1204 12:50:50.859000 266227 site-packages/torch/testing/_internal/common_distributed.py:988] Thread 0x00007f10fa9ff640 (most recent call first): 2025-12-04T12:53:49.5802192Z E1204 12:50:50.859000 266227 site-packages/torch/testing/_internal/common_distributed.py:988] 2025-12-04T12:53:49.5802466Z E1204 12:50:50.859000 266227 site-packages/torch/testing/_internal/common_distributed.py:988] 2025-12-04T12:53:49.5802828Z E1204 12:50:50.859000 266227 site-packages/torch/testing/_internal/common_distributed.py:988] Current thread 0x00007f1241bff640 (most recent call first): 2025-12-04T12:53:49.5803340Z E1204 12:50:50.859000 266227 site-packages/torch/testing/_internal/common_distributed.py:988] File "/opt/conda/envs/py_3.10/lib/python3.10/site-packages/torch/testing/_internal/common_distributed.py", line 885 in _event_listener 2025-12-04T12:53:49.5803871Z E1204 12:50:50.859000 266227 site-packages/torch/testing/_internal/common_distributed.py:988] File "/opt/conda/envs/py_3.10/lib/python3.10/threading.py", line 953 in run 2025-12-04T12:53:49.5804335Z E1204 12:50:50.859000 266227 site-packages/torch/testing/_internal/common_distributed.py:988] File "/opt/conda/envs/py_3.10/lib/python3.10/threading.py", line 1016 in _bootstrap_inner 2025-12-04T12:53:49.5804805Z E1204 12:50:50.859000 266227 site-packages/torch/testing/_internal/common_distributed.py:988] File "/opt/conda/envs/py_3.10/lib/python3.10/threading.py", line 973 in _bootstrap 2025-12-04T12:53:49.5805162Z E1204 12:50:50.859000 266227 site-packages/torch/testing/_internal/common_distributed.py:988] 2025-12-04T12:53:49.5805504Z E1204 12:50:50.859000 266227 site-packages/torch/testing/_internal/common_distributed.py:988] Thread 0x00007f3460079740 (most recent call first): 2025-12-04T12:53:49.5805978Z E1204 12:50:50.859000 266227 site-packages/torch/testing/_internal/common_distributed.py:988] File "/opt/conda/envs/py_3.10/lib/python3.10/site-packages/torch/autograd/graph.py", line 865 in _engine_run_backward 2025-12-04T12:53:49.5806533Z E1204 12:50:50.859000 266227 site-packages/torch/testing/_internal/common_distributed.py:988] File "/opt/conda/envs/py_3.10/lib/python3.10/site-packages/torch/autograd/__init__.py", line 364 in backward 2025-12-04T12:53:49.5807110Z E1204 12:50:50.859000 266227 site-packages/torch/testing/_internal/common_distributed.py:988] File "/opt/conda/envs/py_3.10/lib/python3.10/site-packages/torch/_tensor.py", line 629 in backward 2025-12-04T12:53:49.5807677Z E1204 12:50:50.859000 266227 site-packages/torch/testing/_internal/common_distributed.py:988] File "/var/lib/jenkins/pytorch/test/distributed/_composable/test_replicate_training.py", line 441 in _test_train_parity_multi_group 2025-12-04T12:53:49.5808294Z E1204 12:50:50.859000 266227 site-packages/torch/testing/_internal/common_distributed.py:988] File "/opt/conda/envs/py_3.10/lib/python3.10/site-packages/torch/testing/_internal/common_distributed.py", line 1206 in run_subtests 2025-12-04T12:53:49.5808890Z E1204 12:50:50.859000 266227 site-packages/torch/testing/_internal/common_distributed.py:988] File "/opt/conda/envs/py_3.10/lib/python3.10/site-packages/torch/testing/_internal/common_fsdp.py", line 1222 in run_subtests 2025-12-04T12:53:49.5809531Z E1204 12:50:50.859000 266227 site-packages/torch/testing/_internal/common_distributed.py:988] File "/var/lib/jenkins/pytorch/test/distributed/_composable/test_replicate_training.py", line 317 in test_train_parity_multi_groups 2025-12-04T12:53:49.5810128Z E1204 12:50:50.859000 266227 site-packages/torch/testing/_internal/common_distributed.py:988] File "/opt/conda/envs/py_3.10/lib/python3.10/site-packages/torch/testing/_internal/common_fsdp.py", line 1577 in wrapper 2025-12-04T12:53:49.5810707Z E1204 12:50:50.859000 266227 site-packages/torch/testing/_internal/common_distributed.py:988] File "/opt/conda/envs/py_3.10/lib/python3.10/site-packages/torch/testing/_internal/common_distributed.py", line 227 in wrapper 2025-12-04T12:53:49.5811286Z E1204 12:50:50.859000 266227 site-packages/torch/testing/_internal/common_distributed.py:988] File "/opt/conda/envs/py_3.10/lib/python3.10/site-packages/torch/testing/_internal/common_utils.py", line 3329 in wrapper 2025-12-04T12:53:49.5811867Z E1204 12:50:50.859000 266227 site-packages/torch/testing/_internal/common_distributed.py:988] File "/opt/conda/envs/py_3.10/lib/python3.10/site-packages/torch/testing/_internal/common_distributed.py", line 772 in wrapper 2025-12-04T12:53:49.5812456Z E1204 12:50:50.859000 266227 site-packages/torch/testing/_internal/common_distributed.py:988] File "/opt/conda/envs/py_3.10/lib/python3.10/site-packages/torch/testing/_internal/common_distributed.py", line 925 in run_test 2025-12-04T12:53:49.5813031Z E1204 12:50:50.859000 266227 site-packages/torch/testing/_internal/common_distributed.py:988] File "/opt/conda/envs/py_3.10/lib/python3.10/site-packages/torch/testing/_internal/common_fsdp.py", line 1272 in _run 2025-12-04T12:53:49.5813551Z E1204 12:50:50.859000 266227 site-packages/torch/testing/_internal/common_distributed.py:988] File "/opt/conda/envs/py_3.10/lib/python3.10/multiprocessing/process.py", line 108 in run 2025-12-04T12:53:49.5814044Z E1204 12:50:50.859000 266227 site-packages/torch/testing/_internal/common_distributed.py:988] File "/opt/conda/envs/py_3.10/lib/python3.10/multiprocessing/process.py", line 314 in _bootstrap 2025-12-04T12:53:49.5814538Z E1204 12:50:50.859000 266227 site-packages/torch/testing/_internal/common_distributed.py:988] File "/opt/conda/envs/py_3.10/lib/python3.10/multiprocessing/spawn.py", line 129 in _main 2025-12-04T12:53:49.5815048Z E1204 12:50:50.859000 266227 site-packages/torch/testing/_internal/common_distributed.py:988] File "/opt/conda/envs/py_3.10/lib/python3.10/multiprocessing/spawn.py", line 116 in spawn_main 2025-12-04T12:53:49.5815470Z E1204 12:50:50.859000 266227 site-packages/torch/testing/_internal/common_distributed.py:988] File "", line 1 in 2025-12-04T12:53:49.5815773Z E1204 12:50:50.859000 266227 site-packages/torch/testing/_internal/common_distributed.py:988] 2025-12-04T12:53:49.5816067Z [rank3]:I1204 12:50:50.859000 268489 site-packages/torch/testing/_internal/common_distributed.py:891] Process 3 sent traceback 2025-12-04T12:53:49.5816409Z E1204 12:50:50.859000 266227 site-packages/torch/testing/_internal/common_distributed.py:988] Process 3 timed out with traceback: 2025-12-04T12:53:49.5816732Z E1204 12:50:50.859000 266227 site-packages/torch/testing/_internal/common_distributed.py:988] 2025-12-04T12:53:49.5817049Z E1204 12:50:50.859000 266227 site-packages/torch/testing/_internal/common_distributed.py:988] Thread 0x00007257ae9fe640 (most recent call first): 2025-12-04T12:53:49.5817392Z E1204 12:50:50.859000 266227 site-packages/torch/testing/_internal/common_distributed.py:988] 2025-12-04T12:53:49.5817670Z E1204 12:50:50.859000 266227 site-packages/torch/testing/_internal/common_distributed.py:988] 2025-12-04T12:53:49.5817987Z E1204 12:50:50.859000 266227 site-packages/torch/testing/_internal/common_distributed.py:988] Thread 0x00007257af3ff640 (most recent call first): 2025-12-04T12:53:49.5818369Z E1204 12:50:50.859000 266227 site-packages/torch/testing/_internal/common_distributed.py:988] 2025-12-04T12:53:49.5818645Z E1204 12:50:50.859000 266227 site-packages/torch/testing/_internal/common_distributed.py:988] 2025-12-04T12:53:49.5818960Z E1204 12:50:50.859000 266227 site-packages/torch/testing/_internal/common_distributed.py:988] Thread 0x00007257dd3ff640 (most recent call first): 2025-12-04T12:53:49.5819305Z E1204 12:50:50.859000 266227 site-packages/torch/testing/_internal/common_distributed.py:988] 2025-12-04T12:53:49.5819581Z E1204 12:50:50.859000 266227 site-packages/torch/testing/_internal/common_distributed.py:988] 2025-12-04T12:53:49.5819899Z E1204 12:50:50.859000 266227 site-packages/torch/testing/_internal/common_distributed.py:988] Thread 0x00007257dc9fe640 (most recent call first): 2025-12-04T12:53:49.5820237Z E1204 12:50:50.859000 266227 site-packages/torch/testing/_internal/common_distributed.py:988] 2025-12-04T12:53:49.5820510Z E1204 12:50:50.859000 266227 site-packages/torch/testing/_internal/common_distributed.py:988] 2025-12-04T12:53:49.5820836Z E1204 12:50:50.859000 266227 site-packages/torch/testing/_internal/common_distributed.py:988] Current thread 0x000072593b1ff640 (most recent call first): 2025-12-04T12:53:49.5821345Z E1204 12:50:50.859000 266227 site-packages/torch/testing/_internal/common_distributed.py:988] File "/opt/conda/envs/py_3.10/lib/python3.10/site-packages/torch/testing/_internal/common_distributed.py", line 885 in _event_listener 2025-12-04T12:53:49.5821875Z E1204 12:50:50.859000 266227 site-packages/torch/testing/_internal/common_distributed.py:988] File "/opt/conda/envs/py_3.10/lib/python3.10/threading.py", line 953 in run 2025-12-04T12:53:49.5822336Z E1204 12:50:50.859000 266227 site-packages/torch/testing/_internal/common_distributed.py:988] File "/opt/conda/envs/py_3.10/lib/python3.10/threading.py", line 1016 in _bootstrap_inner 2025-12-04T12:53:49.5822813Z E1204 12:50:50.859000 266227 site-packages/torch/testing/_internal/common_distributed.py:988] File "/opt/conda/envs/py_3.10/lib/python3.10/threading.py", line 973 in _bootstrap 2025-12-04T12:53:49.5823169Z E1204 12:50:50.859000 266227 site-packages/torch/testing/_internal/common_distributed.py:988] 2025-12-04T12:53:49.5823485Z E1204 12:50:50.859000 266227 site-packages/torch/testing/_internal/common_distributed.py:988] Thread 0x0000727b36df0740 (most recent call first): 2025-12-04T12:53:49.5824012Z E1204 12:50:50.859000 266227 site-packages/torch/testing/_internal/common_distributed.py:988] File "/opt/conda/envs/py_3.10/lib/python3.10/site-packages/torch/testing/_comparison.py", line 1087 in _compare_regular_values_close 2025-12-04T12:53:49.5824598Z E1204 12:50:50.859000 266227 site-packages/torch/testing/_internal/common_distributed.py:988] File "/opt/conda/envs/py_3.10/lib/python3.10/site-packages/torch/testing/_comparison.py", line 905 in _compare_values 2025-12-04T12:53:49.5825151Z E1204 12:50:50.859000 266227 site-packages/torch/testing/_internal/common_distributed.py:988] File "/opt/conda/envs/py_3.10/lib/python3.10/site-packages/torch/testing/_comparison.py", line 747 in compare 2025-12-04T12:53:49.5825714Z E1204 12:50:50.859000 266227 site-packages/torch/testing/_internal/common_distributed.py:988] File "/opt/conda/envs/py_3.10/lib/python3.10/site-packages/torch/testing/_comparison.py", line 1298 in not_close_error_metas 2025-12-04T12:53:49.5826301Z E1204 12:50:50.859000 266227 site-packages/torch/testing/_internal/common_distributed.py:988] File "/opt/conda/envs/py_3.10/lib/python3.10/site-packages/torch/testing/_internal/common_utils.py", line 4245 in assertEqual 2025-12-04T12:53:49.5826943Z E1204 12:50:50.859000 266227 site-packages/torch/testing/_internal/common_distributed.py:988] File "/var/lib/jenkins/pytorch/test/distributed/_composable/test_replicate_training.py", line 455 in _test_train_parity_multi_group 2025-12-04T12:53:49.5827562Z E1204 12:50:50.859000 266227 site-packages/torch/testing/_internal/common_distributed.py:988] File "/opt/conda/envs/py_3.10/lib/python3.10/site-packages/torch/testing/_internal/common_distributed.py", line 1206 in run_subtests 2025-12-04T12:53:49.5828184Z E1204 12:50:50.859000 266227 site-packages/torch/testing/_internal/common_distributed.py:988] File "/opt/conda/envs/py_3.10/lib/python3.10/site-packages/torch/testing/_internal/common_fsdp.py", line 1222 in run_subtests 2025-12-04T12:53:49.5828820Z E1204 12:50:50.859000 266227 site-packages/torch/testing/_internal/common_distributed.py:988] File "/var/lib/jenkins/pytorch/test/distributed/_composable/test_replicate_training.py", line 317 in test_train_parity_multi_groups 2025-12-04T12:53:49.5829421Z E1204 12:50:50.859000 266227 site-packages/torch/testing/_internal/common_distributed.py:988] File "/opt/conda/envs/py_3.10/lib/python3.10/site-packages/torch/testing/_internal/common_fsdp.py", line 1577 in wrapper 2025-12-04T12:53:49.5830001Z E1204 12:50:50.859000 266227 site-packages/torch/testing/_internal/common_distributed.py:988] File "/opt/conda/envs/py_3.10/lib/python3.10/site-packages/torch/testing/_internal/common_distributed.py", line 227 in wrapper 2025-12-04T12:53:49.5830582Z E1204 12:50:50.859000 266227 site-packages/torch/testing/_internal/common_distributed.py:988] File "/opt/conda/envs/py_3.10/lib/python3.10/site-packages/torch/testing/_internal/common_utils.py", line 3329 in wrapper 2025-12-04T12:53:49.5831162Z E1204 12:50:50.859000 266227 site-packages/torch/testing/_internal/common_distributed.py:988] File "/opt/conda/envs/py_3.10/lib/python3.10/site-packages/torch/testing/_internal/common_distributed.py", line 772 in wrapper 2025-12-04T12:53:49.5831750Z E1204 12:50:50.859000 266227 site-packages/torch/testing/_internal/common_distributed.py:988] File "/opt/conda/envs/py_3.10/lib/python3.10/site-packages/torch/testing/_internal/common_distributed.py", line 925 in run_test 2025-12-04T12:53:49.5832324Z E1204 12:50:50.859000 266227 site-packages/torch/testing/_internal/common_distributed.py:988] File "/opt/conda/envs/py_3.10/lib/python3.10/site-packages/torch/testing/_internal/common_fsdp.py", line 1272 in _run 2025-12-04T12:53:49.5832849Z E1204 12:50:50.859000 266227 site-packages/torch/testing/_internal/common_distributed.py:988] File "/opt/conda/envs/py_3.10/lib/python3.10/multiprocessing/process.py", line 108 in run 2025-12-04T12:53:49.5833357Z E1204 12:50:50.859000 266227 site-packages/torch/testing/_internal/common_distributed.py:988] File "/opt/conda/envs/py_3.10/lib/python3.10/multiprocessing/process.py", line 314 in _bootstrap 2025-12-04T12:53:49.5833883Z E1204 12:50:50.859000 266227 site-packages/torch/testing/_internal/common_distributed.py:988] File "/opt/conda/envs/py_3.10/lib/python3.10/multiprocessing/spawn.py", line 129 in _main 2025-12-04T12:53:49.5834375Z E1204 12:50:50.859000 266227 site-packages/torch/testing/_internal/common_distributed.py:988] File "/opt/conda/envs/py_3.10/lib/python3.10/multiprocessing/spawn.py", line 116 in spawn_main 2025-12-04T12:53:49.5834800Z E1204 12:50:50.859000 266227 site-packages/torch/testing/_internal/common_distributed.py:988] File "", line 1 in 2025-12-04T12:53:49.5835100Z E1204 12:50:50.859000 266227 site-packages/torch/testing/_internal/common_distributed.py:988] 2025-12-04T12:53:49.5835289Z FAILED [300.0439s] [ 58%] 2025-12-04T12:53:49.5835358Z 2025-12-04T12:53:49.5835420Z =================================== FAILURES =================================== 2025-12-04T12:53:49.5835617Z __________ TestReplicate1DTrainingCore.test_train_parity_multi_groups __________ 2025-12-04T12:53:49.5835801Z Traceback (most recent call last): 2025-12-04T12:53:49.5836049Z File "/opt/conda/envs/py_3.10/lib/python3.10/site-packages/torch/testing/_internal/common_distributed.py", line 770, in wrapper 2025-12-04T12:53:49.5836295Z self._join_processes(fn) 2025-12-04T12:53:49.5836543Z File "/opt/conda/envs/py_3.10/lib/python3.10/site-packages/torch/testing/_internal/common_distributed.py", line 1039, in _join_processes 2025-12-04T12:53:49.5836872Z self._check_return_codes(fn, elapsed_time) 2025-12-04T12:53:49.5837145Z File "/opt/conda/envs/py_3.10/lib/python3.10/site-packages/torch/testing/_internal/common_distributed.py", line 1084, in _check_return_codes 2025-12-04T12:53:49.5837404Z raise RuntimeError( 2025-12-04T12:53:49.5837568Z RuntimeError: Process 0 terminated or timed out after 300.0341691970825 seconds 2025-12-04T12:53:49.5837779Z ----------------------------- Captured stdout call ----------------------------- 2025-12-04T12:53:49.5837961Z Timing out after 300 seconds and killing subprocesses. 2025-12-04T12:53:49.5838351Z - generated xml file: /var/lib/jenkins/pytorch/test/test-reports/python-pytest/distributed._composable.test_replicate_training/distributed._composable.test_replicate_training-8cb46686989262c9.xml - 2025-12-04T12:53:49.5838725Z =========================== short test summary info ============================ 2025-12-04T12:53:49.5839101Z FAILED [300.0439s] distributed/_composable/test_replicate_training.py::TestReplicate1DTrainingCore::test_train_parity_multi_groups - RuntimeError: Process 0 terminated or timed out after 300.0341691970825 seconds 2025-12-04T12:53:49.5839477Z !!!!!!!!!!!!!!!!!!!!!!!!!! stopping after 1 failures !!!!!!!!!!!!!!!!!!!!!!!!!!! 2025-12-04T12:53:49.5839645Z =================== 1 failed, 9 passed in 1512.42s (0:25:12) =================== 2025-12-04T12:53:49.5839788Z Got exit code 1 2025-12-04T12:53:49.5839890Z Retrying single test... 2025-12-04T12:53:49.5840195Z Test results will be stored in test-reports/python-pytest/distributed._composable.test_replicate_training/distributed._composable.test_replicate_training-b0d7dca15ed8b440.xml 2025-12-04T12:53:49.5840527Z ============================= test session starts ============================== 2025-12-04T12:53:49.5840744Z platform linux -- Python 3.10.14, pytest-7.3.2, pluggy-1.6.0 -- /opt/conda/envs/py_3.10/bin/python 2025-12-04T12:53:49.5840937Z cachedir: .pytest_cache 2025-12-04T12:53:49.5841251Z hypothesis profile 'pytorch_ci' -> database=None, max_examples=50, derandomize=True, suppress_health_check=[HealthCheck.too_slow] 2025-12-04T12:53:49.5841492Z rootdir: /var/lib/jenkins/pytorch 2025-12-04T12:53:49.5841615Z configfile: pytest.ini 2025-12-04T12:53:49.5841843Z plugins: hypothesis-6.56.4, cpp-2.3.0, flakefinder-1.1.0, rerunfailures-14.0, subtests-0.13.1, xdist-3.3.1, xdoctest-1.3.0, typeguard-4.3.0 2025-12-04T12:53:49.5842117Z collecting ... collected 17 items / 16 deselected / 1 selected 2025-12-04T12:53:49.5842494Z stepcurrent: skipping 9 already run items. Running only test/distributed/_composable/test_replicate_training.py::TestReplicate1DTrainingCore::test_train_parity_multi_groups 2025-12-04T12:53:49.5842805Z Running 1 items in this shard 2025-12-04T12:53:49.5842878Z 2025-12-04T12:53:49.5843201Z distributed/_composable/test_replicate_training.py::TestReplicate1DTrainingCore::test_train_parity_multi_groups I1204 12:50:54.749000 268811 site-packages/torch/testing/_internal/common_distributed.py:849] Started process 0 with pid 268879 2025-12-04T12:53:49.5843731Z I1204 12:50:54.750000 268811 site-packages/torch/testing/_internal/common_distributed.py:849] Started process 1 with pid 268880 2025-12-04T12:53:49.5844078Z I1204 12:50:54.750000 268811 site-packages/torch/testing/_internal/common_distributed.py:849] Started process 2 with pid 268881 2025-12-04T12:53:49.5844422Z I1204 12:50:54.751000 268811 site-packages/torch/testing/_internal/common_distributed.py:849] Started process 3 with pid 268882 2025-12-04T12:53:49.5844906Z /opt/conda/envs/py_3.10/lib/python3.10/site-packages/torch/distributed/c10d_logger.py:83: UserWarning: barrier(): using the device under current context. You can specify `device_id` in `init_process_group` to mute this warning. 2025-12-04T12:53:49.5845302Z return func(*args, **kwargs) 2025-12-04T12:53:49.5845416Z dist init r=3, world=4 2025-12-04T12:53:49.5845519Z dist init r=0, world=4 2025-12-04T12:53:49.5845621Z dist init r=2, world=4 2025-12-04T12:53:49.5845754Z dist init r=1, world=4 2025-12-04T12:53:49.5845857Z PASSED [24.4234s] [100%] 2025-12-04T12:53:49.5845926Z 2025-12-04T12:53:49.5846207Z - generated xml file: /var/lib/jenkins/pytorch/test/test-reports/python-pytest/distributed._composable.test_replicate_training/distributed._composable.test_replicate_training-b0d7dca15ed8b440.xml - 2025-12-04T12:53:49.5846589Z ====================== 1 passed, 16 deselected in 24.44s ======================= 2025-12-04T12:53:49.5846781Z Got exit code 0 2025-12-04T12:53:49.5846921Z Test succeeded in new process, continuing with the rest of the tests 2025-12-04T12:53:49.5847274Z Test results will be stored in test-reports/python-pytest/distributed._composable.test_replicate_training/distributed._composable.test_replicate_training-266e468b86693aeb.xml 2025-12-04T12:53:49.5847601Z ============================= test session starts ============================== 2025-12-04T12:53:49.5847811Z platform linux -- Python 3.10.14, pytest-7.3.2, pluggy-1.6.0 -- /opt/conda/envs/py_3.10/bin/python 2025-12-04T12:53:49.5848005Z cachedir: .pytest_cache 2025-12-04T12:53:49.5848226Z hypothesis profile 'pytorch_ci' -> database=None, max_examples=50, derandomize=True, suppress_health_check=[HealthCheck.too_slow] 2025-12-04T12:53:49.5848465Z rootdir: /var/lib/jenkins/pytorch 2025-12-04T12:53:49.5848587Z configfile: pytest.ini 2025-12-04T12:53:49.5848812Z plugins: hypothesis-6.56.4, cpp-2.3.0, flakefinder-1.1.0, rerunfailures-14.0, subtests-0.13.1, xdist-3.3.1, xdoctest-1.3.0, typeguard-4.3.0 2025-12-04T12:53:49.5849085Z collecting ... collected 17 items / 10 deselected / 7 selected 2025-12-04T12:53:49.5849252Z stepcurrent: skipping 10 already run items. 2025-12-04T12:53:49.5849384Z Running 7 items in this shard 2025-12-04T12:53:49.5849459Z 2025-12-04T12:53:49.5849779Z distributed/_composable/test_replicate_training.py::TestReplicate1DTrainingCore::test_train_parity_single_group I1204 12:51:21.209000 269212 site-packages/torch/testing/_internal/common_distributed.py:849] Started process 0 with pid 269280 2025-12-04T12:53:49.5850284Z I1204 12:51:21.209000 269212 site-packages/torch/testing/_internal/common_distributed.py:849] Started process 1 with pid 269281 2025-12-04T12:53:49.5850629Z I1204 12:51:21.210000 269212 site-packages/torch/testing/_internal/common_distributed.py:849] Started process 2 with pid 269282 2025-12-04T12:53:49.5850972Z I1204 12:51:21.210000 269212 site-packages/torch/testing/_internal/common_distributed.py:849] Started process 3 with pid 269283 2025-12-04T12:53:49.5851485Z /opt/conda/envs/py_3.10/lib/python3.10/site-packages/torch/distributed/c10d_logger.py:83: UserWarning: barrier(): using the device under current context. You can specify `device_id` in `init_process_group` to mute this warning. 2025-12-04T12:53:49.5851855Z return func(*args, **kwargs) 2025-12-04T12:53:49.5851968Z dist init r=3, world=4 2025-12-04T12:53:49.5852071Z dist init r=2, world=4 2025-12-04T12:53:49.5852174Z dist init r=0, world=4 2025-12-04T12:53:49.5852273Z dist init r=1, world=4 2025-12-04T12:53:49.5852378Z PASSED [16.7133s] [ 14%] 2025-12-04T12:53:49.5852787Z distributed/_composable/test_replicate_training.py::TestReplicateTrainingCompose::test_train_parity_with_activation_checkpointing I1204 12:51:37.741000 269212 site-packages/torch/testing/_internal/common_distributed.py:849] Started process 0 with pid 269613 2025-12-04T12:53:49.5853321Z I1204 12:51:37.742000 269212 site-packages/torch/testing/_internal/common_distributed.py:849] Started process 1 with pid 269614 2025-12-04T12:53:49.5853808Z /opt/conda/envs/py_3.10/lib/python3.10/site-packages/torch/distributed/c10d_logger.py:83: UserWarning: barrier(): using the device under current context. You can specify `device_id` in `init_process_group` to mute this warning. 2025-12-04T12:53:49.5854176Z return func(*args, **kwargs) 2025-12-04T12:53:49.5854287Z dist init r=0, world=2 2025-12-04T12:53:49.5854388Z dist init r=1, world=2 2025-12-04T12:53:49.5854490Z PASSED [10.3182s] [ 28%] 2025-12-04T12:53:49.5854875Z distributed/_composable/test_replicate_training.py::TestReplicateSharedParams::test_train_parity_with_shared_params I1204 12:51:48.061000 269212 site-packages/torch/testing/_internal/common_distributed.py:849] Started process 0 with pid 269780 2025-12-04T12:53:49.5855419Z I1204 12:51:48.062000 269212 site-packages/torch/testing/_internal/common_distributed.py:849] Started process 1 with pid 269781 2025-12-04T12:53:49.5855765Z I1204 12:51:48.062000 269212 site-packages/torch/testing/_internal/common_distributed.py:849] Started process 2 with pid 269782 2025-12-04T12:53:49.5856110Z I1204 12:51:48.063000 269212 site-packages/torch/testing/_internal/common_distributed.py:849] Started process 3 with pid 269783 2025-12-04T12:53:49.5856586Z /opt/conda/envs/py_3.10/lib/python3.10/site-packages/torch/distributed/c10d_logger.py:83: UserWarning: barrier(): using the device under current context. You can specify `device_id` in `init_process_group` to mute this warning. 2025-12-04T12:53:49.5856989Z return func(*args, **kwargs) 2025-12-04T12:53:49.5857102Z dist init r=0, world=4 2025-12-04T12:53:49.5857206Z dist init r=3, world=4 2025-12-04T12:53:49.5857306Z dist init r=1, world=4 2025-12-04T12:53:49.5857407Z dist init r=2, world=4 2025-12-04T12:53:49.5857504Z PASSED [83.1193s] [ 42%] 2025-12-04T12:53:49.5863476Z distributed/_composable/test_replicate_training.py::TestReplicateGradientAccumulation::test_1f1b_microbatching I1204 12:53:11.182000 269212 site-packages/torch/testing/_internal/common_distributed.py:849] Started process 0 with pid 270113 2025-12-04T12:53:49.5864003Z I1204 12:53:11.182000 269212 site-packages/torch/testing/_internal/common_distributed.py:849] Started process 1 with pid 270114 2025-12-04T12:53:49.5864349Z I1204 12:53:11.183000 269212 site-packages/torch/testing/_internal/common_distributed.py:849] Started process 2 with pid 270115 2025-12-04T12:53:49.5864690Z I1204 12:53:11.183000 269212 site-packages/torch/testing/_internal/common_distributed.py:849] Started process 3 with pid 270116 2025-12-04T12:53:49.5865171Z /opt/conda/envs/py_3.10/lib/python3.10/site-packages/torch/distributed/c10d_logger.py:83: UserWarning: barrier(): using the device under current context. You can specify `device_id` in `init_process_group` to mute this warning. 2025-12-04T12:53:49.5865544Z return func(*args, **kwargs) 2025-12-04T12:53:49.5865660Z dist init r=0, world=4 2025-12-04T12:53:49.5865763Z dist init r=3, world=4 2025-12-04T12:53:49.5865863Z dist init r=1, world=4 2025-12-04T12:53:49.5865961Z dist init r=2, world=4 2025-12-04T12:53:49.5866066Z PASSED [21.1335s] [ 57%] 2025-12-04T12:53:49.5866522Z distributed/_composable/test_replicate_training.py::TestReplicateGradientAccumulation::test_gradient_accumulation I1204 12:53:32.317000 269212 site-packages/torch/testing/_internal/common_distributed.py:849] Started process 0 with pid 270446 2025-12-04T12:53:49.5867094Z I1204 12:53:32.317000 269212 site-packages/torch/testing/_internal/common_distributed.py:849] Started process 1 with pid 270447 2025-12-04T12:53:49.5867436Z I1204 12:53:32.318000 269212 site-packages/torch/testing/_internal/common_distributed.py:849] Started process 2 with pid 270448 2025-12-04T12:53:49.5867777Z I1204 12:53:32.318000 269212 site-packages/torch/testing/_internal/common_distributed.py:849] Started process 3 with pid 270449 2025-12-04T12:53:49.5868252Z /opt/conda/envs/py_3.10/lib/python3.10/site-packages/torch/distributed/c10d_logger.py:83: UserWarning: barrier(): using the device under current context. You can specify `device_id` in `init_process_group` to mute this warning. 2025-12-04T12:53:49.5868616Z return func(*args, **kwargs) 2025-12-04T12:53:49.5868729Z dist init r=3, world=4 2025-12-04T12:53:49.5868829Z dist init r=0, world=4 2025-12-04T12:53:49.5868932Z dist init r=1, world=4 2025-12-04T12:53:49.5869031Z dist init r=2, world=4 2025-12-04T12:53:49.5869132Z PASSED [4.5101s] [ 71%] 2025-12-04T12:53:49.5869524Z distributed/_composable/test_replicate_training.py::TestReplicateCustomForwardMethod::test_register_fsdp_forward_method I1204 12:53:36.828000 269212 site-packages/torch/testing/_internal/common_distributed.py:849] Started process 0 with pid 270763 2025-12-04T12:53:49.5870080Z I1204 12:53:36.829000 269212 site-packages/torch/testing/_internal/common_distributed.py:849] Started process 1 with pid 270764 2025-12-04T12:53:49.5870306Z dist init r=0, world=2 2025-12-04T12:53:49.5870411Z dist init r=1, world=2 2025-12-04T12:53:49.5870509Z PASSED [7.4149s] [ 85%] 2025-12-04T12:53:49.5870861Z distributed/_composable/test_replicate_training.py::TestReplicateTPTraining::test_replicate_tp I1204 12:53:44.245000 269212 site-packages/torch/testing/_internal/common_distributed.py:849] Started process 0 with pid 271186 2025-12-04T12:53:49.5871337Z I1204 12:53:44.246000 269212 site-packages/torch/testing/_internal/common_distributed.py:849] Started process 1 with pid 271187 2025-12-04T12:53:49.5871675Z I1204 12:53:44.246000 269212 site-packages/torch/testing/_internal/common_distributed.py:849] Started process 2 with pid 271188 2025-12-04T12:53:49.5872012Z I1204 12:53:44.247000 269212 site-packages/torch/testing/_internal/common_distributed.py:849] Started process 3 with pid 271189 2025-12-04T12:53:49.5872239Z dist init r=2, world=4 2025-12-04T12:53:49.5872338Z dist init r=1, world=4 2025-12-04T12:53:49.5872435Z dist init r=3, world=4 2025-12-04T12:53:49.5872530Z dist init r=0, world=4 2025-12-04T12:53:49.5872949Z [rank0]:[W1204 12:53:47.829322615 ProcessGroupNCCL.cpp:1553] Warning: WARNING: destroy_process_group() was not called before program exit, which can leak resources. For more info, please see https://pytorch.org/docs/stable/distributed.html#shutdown (function operator()) 2025-12-04T12:53:49.5873379Z SKIPPED [4.8105s] (Need at least 8 CUDA devices) [100%] 2025-12-04T12:53:49.5873482Z 2025-12-04T12:53:49.5873764Z - generated xml file: /var/lib/jenkins/pytorch/test/test-reports/python-pytest/distributed._composable.test_replicate_training/distributed._composable.test_replicate_training-266e468b86693aeb.xml - 2025-12-04T12:53:49.5874161Z =========== 6 passed, 1 skipped, 10 deselected in 148.04s (0:02:28) ============ 2025-12-04T12:53:49.5874532Z The following tests failed and then succeeded when run in a new process['test/distributed/_composable/test_replicate_training.py::TestReplicate1DTrainingCore::test_train_parity_multi_groups'] 2025-12-04T12:53:49.5874815Z 2025-12-04T12:53:49.5875045Z FINISHED PRINTING LOG FILE of distributed/_composable/test_replicate_training 1/1 (test/test-reports/distributed._composable.test_replicate_training_1.1_bdc4e72fcc4c7b26_.log) 2025-12-04T12:53:49.5875309Z 2025-12-04T12:53:49.5875457Z Finished distributed/_composable/test_replicate_training 1/1 ... [2025-12-04 12:53:49.572687][3579142.626996363], took 28.21min 2025-12-04T12:53:49.5875934Z Parsing testcases for test report: /var/lib/jenkins/pytorch/test/test-reports/python-pytest/distributed.test_inductor_collectives/distributed.test_inductor_collectives-f9afad458cd75285.xml 2025-12-04T12:53:49.5876323Z Failed to parse and upload json test reports: Unable to locate credentials 2025-12-04T12:53:49.5876541Z GITHUB_RUN_ID, GITHUB_RUN_ATTEMPT, or ARTIFACTS_FILE_SUFFIX not set, not uploading 2025-12-04T12:53:49.5876767Z Uploading artifacts took 0.00 seconds 2025-12-04T12:53:49.5876991Z Running distributed/optim/test_apply_optimizer_in_backward 1/1 ... [2025-12-04 12:53:49.575564][3579142.629894412] 2025-12-04T12:53:49.5877211Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2025-12-04T12:53:49.5877633Z Executing ['/opt/conda/envs/py_3.10/bin/python', '-bb', 'distributed/optim/test_apply_optimizer_in_backward.py', '--shard-id=1', '--num-shards=1', '-v', '-vv', '-rfEX', '-p', 'no:xdist', '--use-pytest', '-x', '--reruns=0', '--import-slow-tests', '--import-disabled-tests'] ... [2025-12-04 12:53:49.575760] 2025-12-04T12:53:50.7682014Z 2025-12-04T12:53:50.7683311Z distributed/optim/test_apply_optimizer_in_backward 1/1 was successful, full logs can be found in artifacts with path test/test-reports/distributed.optim.test_apply_optimizer_in_backward_1.1_033cb2fb58d05291_.log 2025-12-04T12:53:50.7684131Z 2025-12-04T12:53:50.7684514Z Finished distributed/optim/test_apply_optimizer_in_backward 1/1 ... [2025-12-04 12:53:50.767954][3579143.822280078], took 0.02min 2025-12-04T12:53:50.7697047Z Parsing testcases for test report: /var/lib/jenkins/pytorch/test/test-reports/python-pytest/distributed.test_inductor_collectives/distributed.test_inductor_collectives-f9afad458cd75285.xml 2025-12-04T12:53:50.7709230Z Failed to parse and upload json test reports: Unable to locate credentials 2025-12-04T12:53:50.7710876Z Running distributed/fsdp/test_fsdp_uneven 1/1 ... [2025-12-04 12:53:50.771007][3579143.825337022] 2025-12-04T12:53:50.7711210Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2025-12-04T12:53:50.7713154Z Executing ['/opt/conda/envs/py_3.10/bin/python', '-bb', 'distributed/fsdp/test_fsdp_uneven.py', '--shard-id=1', '--num-shards=1', '-v', '-vv', '-rfEX', '-p', 'no:xdist', '--use-pytest', '-x', '--reruns=0', '--import-slow-tests', '--import-disabled-tests'] ... [2025-12-04 12:53:50.771195] 2025-12-04T12:54:00.3516587Z 2025-12-04T12:54:00.3517578Z distributed/fsdp/test_fsdp_uneven 1/1 was successful, full logs can be found in artifacts with path test/test-reports/distributed.fsdp.test_fsdp_uneven_1.1_d3d13086be83b779_.log 2025-12-04T12:54:00.3518611Z Running 1 items in this shard: test/distributed/fsdp/test_fsdp_uneven.py::TestUnevenParamShardCUDA::test_one_iteration_cuda 2025-12-04T12:54:00.3519011Z 2025-12-04T12:54:00.3519292Z Finished distributed/fsdp/test_fsdp_uneven 1/1 ... [2025-12-04 12:54:00.351396][3579153.405722112], took 0.16min 2025-12-04T12:54:00.3531842Z Parsing testcases for test report: /var/lib/jenkins/pytorch/test/test-reports/python-pytest/distributed.test_inductor_collectives/distributed.test_inductor_collectives-f9afad458cd75285.xml 2025-12-04T12:54:00.3543123Z Failed to parse and upload json test reports: Unable to locate credentials 2025-12-04T12:54:00.3545069Z Running distributed/tensor/test_op_strategy 1/1 ... [2025-12-04 12:54:00.354421][3579153.408751337] 2025-12-04T12:54:00.3545425Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2025-12-04T12:54:00.3547751Z Executing ['/opt/conda/envs/py_3.10/bin/python', '-bb', 'distributed/tensor/test_op_strategy.py', '--shard-id=1', '--num-shards=1', '-v', '-vv', '-rfEX', '-p', 'no:xdist', '--use-pytest', '-x', '--reruns=0', '--import-slow-tests', '--import-disabled-tests'] ... [2025-12-04 12:54:00.354635] 2025-12-04T12:54:55.0561737Z 2025-12-04T12:54:55.0566433Z distributed/tensor/test_op_strategy 1/1 was successful, full logs can be found in artifacts with path test/test-reports/distributed.tensor.test_op_strategy_1.1_ff3e33a8c0a29564_.log 2025-12-04T12:54:55.0574936Z Running 24 items in this shard: test/distributed/tensor/test_op_strategy.py::TestEinsumDims::test_batch_dims, test/distributed/tensor/test_op_strategy.py::TestEinsumDims::test_bmm_dims, test/distributed/tensor/test_op_strategy.py::TestEinsumDims::test_free_dims, test/distributed/tensor/test_op_strategy.py::TestEinsumDims::test_mm_dims, test/distributed/tensor/test_op_strategy.py::TestEinsumStrategies::test_bmm_1d_mesh, test/distributed/tensor/test_op_strategy.py::TestEinsumStrategies::test_bmm_2d_mesh, test/distributed/tensor/test_op_strategy.py::TestEinsumStrategies::test_bmm_diffinndim_2d_mesh, test/distributed/tensor/test_op_strategy.py::TestEinsumStrategies::test_bmm_diffoutndim_2d_mesh, test/distributed/tensor/test_op_strategy.py::TestEinsumStrategies::test_linearity_1d_mesh, test/distributed/tensor/test_op_strategy.py::TestEinsumStrategies::test_mm_1d_mesh, test/distributed/tensor/test_op_strategy.py::TestEinsumStrategies::test_mm_2d_mesh, test/distributed/tensor/test_op_strategy.py::TestEinsumStrategies::test_pointwise_1d_mesh, test/distributed/tensor/test_op_strategy.py::TestCostModel::test_bmm_strategies, test/distributed/tensor/test_op_strategy.py::TestCostModel::test_mm_strategies, test/distributed/tensor/test_op_strategy.py::TestCostModel::test_redistribute_cost_latency, test/distributed/tensor/test_op_strategy.py::TestCostModel::test_redistribute_cost_mesh_1d, test/distributed/tensor/test_op_strategy.py::TestCostModel::test_redistribute_cost_mesh_2d, test/distributed/tensor/test_op_strategy.py::DistTensorReplicateStrategyRegistrationTest::test_replicate_strategy_placement, test/distributed/tensor/test_op_strategy.py::DistTensorReplicateStrategyRegistrationTest::test_tuple_replicate_strategy_placement, test/distributed/tensor/test_op_strategy.py::TestStrategyHashing::test_call_with_different_nontensor_args, test/distributed/tensor/test_op_strategy.py::TestStrategyOperation::test_cache_clean, test/distributed/tensor/test_op_strategy.py::DistTensorReplicateStrategyRegistrationTestWithLocalTensor::test_replicate_strategy_placement, test/distributed/tensor/test_op_strategy.py::DistTensorReplicateStrategyRegistrationTestWithLocalTensor::test_tuple_replicate_strategy_placement, test/distributed/tensor/test_op_strategy.py::TestStrategyHashingWithLocalTensor::test_call_with_different_nontensor_args 2025-12-04T12:54:55.0580738Z 2025-12-04T12:54:55.0580944Z Finished distributed/tensor/test_op_strategy 1/1 ... [2025-12-04 12:54:55.055781][3579208.110108548], took 0.91min 2025-12-04T12:54:55.0581625Z Parsing testcases for test report: /var/lib/jenkins/pytorch/test/test-reports/python-pytest/distributed.test_inductor_collectives/distributed.test_inductor_collectives-f9afad458cd75285.xml 2025-12-04T12:54:55.0582215Z Failed to parse and upload json test reports: Unable to locate credentials 2025-12-04T12:54:55.0582576Z Running distributed/fsdp/test_fsdp_grad_acc 1/1 ... [2025-12-04 12:54:55.058105][3579208.112436035] 2025-12-04T12:54:55.0582878Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2025-12-04T12:54:55.0584153Z Executing ['/opt/conda/envs/py_3.10/bin/python', '-bb', 'distributed/fsdp/test_fsdp_grad_acc.py', '--shard-id=1', '--num-shards=1', '-v', '-vv', '-rfEX', '-p', 'no:xdist', '--use-pytest', '-x', '--reruns=0', '--import-slow-tests', '--import-disabled-tests'] ... [2025-12-04 12:54:55.058297] 2025-12-04T12:55:53.4677633Z 2025-12-04T12:55:53.4678757Z distributed/fsdp/test_fsdp_grad_acc 1/1 was successful, full logs can be found in artifacts with path test/test-reports/distributed.fsdp.test_fsdp_grad_acc_1.1_c1c5fb1dc1f62528_.log 2025-12-04T12:55:53.4687102Z Running 6 items in this shard: test/distributed/fsdp/test_fsdp_grad_acc.py::TestGradAcc::test_grad_acc_configs0_use_orig_params_False, test/distributed/fsdp/test_fsdp_grad_acc.py::TestGradAcc::test_grad_acc_configs0_use_orig_params_True, test/distributed/fsdp/test_fsdp_grad_acc.py::TestGradAcc::test_grad_acc_configs1_use_orig_params_False, test/distributed/fsdp/test_fsdp_grad_acc.py::TestGradAcc::test_grad_acc_configs1_use_orig_params_True, test/distributed/fsdp/test_fsdp_grad_acc.py::TestGradAcc::test_grad_acc_cpu_offload_use_orig_params_False, test/distributed/fsdp/test_fsdp_grad_acc.py::TestGradAcc::test_grad_acc_cpu_offload_use_orig_params_True 2025-12-04T12:55:53.4688175Z 2025-12-04T12:55:53.4688332Z Finished distributed/fsdp/test_fsdp_grad_acc 1/1 ... [2025-12-04 12:55:53.467435][3579266.521759562], took 0.97min 2025-12-04T12:55:53.4691728Z Parsing testcases for test report: /var/lib/jenkins/pytorch/test/test-reports/python-pytest/distributed.test_inductor_collectives/distributed.test_inductor_collectives-f9afad458cd75285.xml 2025-12-04T12:55:53.4705096Z Failed to parse and upload json test reports: Unable to locate credentials 2025-12-04T12:55:53.4707911Z Running distributed/checkpoint/test_state_dict_stager 1/1 ... [2025-12-04 12:55:53.470686][3579266.525015566] 2025-12-04T12:55:53.4708142Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2025-12-04T12:55:53.4710367Z Executing ['/opt/conda/envs/py_3.10/bin/python', '-bb', 'distributed/checkpoint/test_state_dict_stager.py', '--shard-id=1', '--num-shards=1', '-v', '-vv', '-rfEX', '-p', 'no:xdist', '--use-pytest', '-x', '--reruns=0', '--import-slow-tests', '--import-disabled-tests'] ... [2025-12-04 12:55:53.470931] 2025-12-04T12:56:29.3967643Z 2025-12-04T12:56:29.3968556Z distributed/checkpoint/test_state_dict_stager 1/1 was successful, full logs can be found in artifacts with path test/test-reports/distributed.checkpoint.test_state_dict_stager_1.1_7a32064a4837bc9f_.log 2025-12-04T12:56:29.3973099Z Running 14 items in this shard: test/distributed/checkpoint/test_state_dict_stager.py::TestStateDictStager::test_caching, test/distributed/checkpoint/test_state_dict_stager.py::TestStateDictStager::test_complex_storage_sharing, test/distributed/checkpoint/test_state_dict_stager.py::TestStateDictStager::test_cpu_storage_independence, test/distributed/checkpoint/test_state_dict_stager.py::TestStateDictStager::test_dataclasses, test/distributed/checkpoint/test_state_dict_stager.py::TestStateDictStager::test_different_dtypes, test/distributed/checkpoint/test_state_dict_stager.py::TestStateDictStager::test_empty_tensors, test/distributed/checkpoint/test_state_dict_stager.py::TestStateDictStager::test_tensor_attrs, test/distributed/checkpoint/test_state_dict_stager.py::TestStateDictStager::test_tensor_pinned_and_shared, test/distributed/checkpoint/test_state_dict_stager.py::TestStateDictStager::test_views, test/distributed/checkpoint/test_state_dict_stager.py::TestDTensorStateDictStager::test_dtensor, test/distributed/checkpoint/test_state_dict_stager.py::TestReplicationStager::test_replication_basic, test/distributed/checkpoint/test_state_dict_stager.py::TestReplicationStager::test_replication_dtensors, test/distributed/checkpoint/test_state_dict_stager.py::TestReplicationStager::test_replication_persistence, test/distributed/checkpoint/test_state_dict_stager.py::TestReplicationStager::test_replication_sharded_tensors 2025-12-04T12:56:29.3976961Z 2025-12-04T12:56:29.3977224Z Finished distributed/checkpoint/test_state_dict_stager 1/1 ... [2025-12-04 12:56:29.396691][3579302.450997421], took 0.60min 2025-12-04T12:56:29.3985736Z Parsing testcases for test report: /var/lib/jenkins/pytorch/test/test-reports/python-pytest/distributed.test_inductor_collectives/distributed.test_inductor_collectives-f9afad458cd75285.xml 2025-12-04T12:56:29.3999479Z Failed to parse and upload json test reports: Unable to locate credentials 2025-12-04T12:56:29.4002208Z Running distributed/fsdp/test_fsdp_freezing_weights 1/1 ... [2025-12-04 12:56:29.400127][3579302.45445738] 2025-12-04T12:56:29.4002479Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2025-12-04T12:56:29.4004775Z Executing ['/opt/conda/envs/py_3.10/bin/python', '-bb', 'distributed/fsdp/test_fsdp_freezing_weights.py', '--shard-id=1', '--num-shards=1', '-v', '-vv', '-rfEX', '-p', 'no:xdist', '--use-pytest', '-x', '--reruns=0', '--import-slow-tests', '--import-disabled-tests'] ... [2025-12-04 12:56:29.400367] 2025-12-04T13:07:02.5612922Z 2025-12-04T13:07:02.5614638Z distributed/fsdp/test_fsdp_freezing_weights 1/1 was successful, full logs can be found in artifacts with path test/test-reports/distributed.fsdp.test_fsdp_freezing_weights_1.1_1f10fba4503deb2a_.log 2025-12-04T13:07:02.5629833Z Running 32 items in this shard: test/distributed/fsdp/test_fsdp_freezing_weights.py::TestFreezingWeights::test_freezing_weights_with_nested_trunk_False_freezing_method_FreezingMethod_GradToNone_freeze_after_wrap_fsdp_False_disable_autograd_False_forward_prefetch_False, test/distributed/fsdp/test_fsdp_freezing_weights.py::TestFreezingWeights::test_freezing_weights_with_nested_trunk_False_freezing_method_FreezingMethod_GradToNone_freeze_after_wrap_fsdp_False_disable_autograd_False_forward_prefetch_True, test/distributed/fsdp/test_fsdp_freezing_weights.py::TestFreezingWeights::test_freezing_weights_with_nested_trunk_False_freezing_method_FreezingMethod_GradToNone_freeze_after_wrap_fsdp_False_disable_autograd_True_forward_prefetch_False, test/distributed/fsdp/test_fsdp_freezing_weights.py::TestFreezingWeights::test_freezing_weights_with_nested_trunk_False_freezing_method_FreezingMethod_GradToNone_freeze_after_wrap_fsdp_False_disable_autograd_True_forward_prefetch_True, test/distributed/fsdp/test_fsdp_freezing_weights.py::TestFreezingWeights::test_freezing_weights_with_nested_trunk_False_freezing_method_FreezingMethod_GradToNone_freeze_after_wrap_fsdp_True_disable_autograd_False_forward_prefetch_False, test/distributed/fsdp/test_fsdp_freezing_weights.py::TestFreezingWeights::test_freezing_weights_with_nested_trunk_False_freezing_method_FreezingMethod_GradToNone_freeze_after_wrap_fsdp_True_disable_autograd_False_forward_prefetch_True, test/distributed/fsdp/test_fsdp_freezing_weights.py::TestFreezingWeights::test_freezing_weights_with_nested_trunk_False_freezing_method_FreezingMethod_GradToNone_freeze_after_wrap_fsdp_True_disable_autograd_True_forward_prefetch_False, test/distributed/fsdp/test_fsdp_freezing_weights.py::TestFreezingWeights::test_freezing_weights_with_nested_trunk_False_freezing_method_FreezingMethod_GradToNone_freeze_after_wrap_fsdp_True_disable_autograd_True_forward_prefetch_True, test/distributed/fsdp/test_fsdp_freezing_weights.py::TestFreezingWeights::test_freezing_weights_with_nested_trunk_False_freezing_method_FreezingMethod_RequiresGrad_freeze_after_wrap_fsdp_False_disable_autograd_False_forward_prefetch_False, test/distributed/fsdp/test_fsdp_freezing_weights.py::TestFreezingWeights::test_freezing_weights_with_nested_trunk_False_freezing_method_FreezingMethod_RequiresGrad_freeze_after_wrap_fsdp_False_disable_autograd_False_forward_prefetch_True, test/distributed/fsdp/test_fsdp_freezing_weights.py::TestFreezingWeights::test_freezing_weights_with_nested_trunk_False_freezing_method_FreezingMethod_RequiresGrad_freeze_after_wrap_fsdp_False_disable_autograd_True_forward_prefetch_False, test/distributed/fsdp/test_fsdp_freezing_weights.py::TestFreezingWeights::test_freezing_weights_with_nested_trunk_False_freezing_method_FreezingMethod_RequiresGrad_freeze_after_wrap_fsdp_False_disable_autograd_True_forward_prefetch_True, test/distributed/fsdp/test_fsdp_freezing_weights.py::TestFreezingWeights::test_freezing_weights_with_nested_trunk_False_freezing_method_FreezingMethod_RequiresGrad_freeze_after_wrap_fsdp_True_disable_autograd_False_forward_prefetch_False, test/distributed/fsdp/test_fsdp_freezing_weights.py::TestFreezingWeights::test_freezing_weights_with_nested_trunk_False_freezing_method_FreezingMethod_RequiresGrad_freeze_after_wrap_fsdp_True_disable_autograd_False_forward_prefetch_True, test/distributed/fsdp/test_fsdp_freezing_weights.py::TestFreezingWeights::test_freezing_weights_with_nested_trunk_False_freezing_method_FreezingMethod_RequiresGrad_freeze_after_wrap_fsdp_True_disable_autograd_True_forward_prefetch_False, test/distributed/fsdp/test_fsdp_freezing_weights.py::TestFreezingWeights::test_freezing_weights_with_nested_trunk_False_freezing_method_FreezingMethod_RequiresGrad_freeze_after_wrap_fsdp_True_disable_autograd_True_forward_prefetch_True, test/distributed/fsdp/test_fsdp_freezing_weights.py::TestFreezingWeights::test_freezing_weights_with_nested_trunk_True_freezing_method_FreezingMethod_GradToNone_freeze_after_wrap_fsdp_False_disable_autograd_False_forward_prefetch_False, test/distributed/fsdp/test_fsdp_freezing_weights.py::TestFreezingWeights::test_freezing_weights_with_nested_trunk_True_freezing_method_FreezingMethod_GradToNone_freeze_after_wrap_fsdp_False_disable_autograd_False_forward_prefetch_True, test/distributed/fsdp/test_fsdp_freezing_weights.py::TestFreezingWeights::test_freezing_weights_with_nested_trunk_True_freezing_method_FreezingMethod_GradToNone_freeze_after_wrap_fsdp_False_disable_autograd_True_forward_prefetch_False, test/distributed/fsdp/test_fsdp_freezing_weights.py::TestFreezingWeights::test_freezing_weights_with_nested_trunk_True_freezing_method_FreezingMethod_GradToNone_freeze_after_wrap_fsdp_False_disable_autograd_True_forward_prefetch_True, test/distributed/fsdp/test_fsdp_freezing_weights.py::TestFreezingWeights::test_freezing_weights_with_nested_trunk_True_freezing_method_FreezingMethod_GradToNone_freeze_after_wrap_fsdp_True_disable_autograd_False_forward_prefetch_False, test/distributed/fsdp/test_fsdp_freezing_weights.py::TestFreezingWeights::test_freezing_weights_with_nested_trunk_True_freezing_method_FreezingMethod_GradToNone_freeze_after_wrap_fsdp_True_disable_autograd_False_forward_prefetch_True, test/distributed/fsdp/test_fsdp_freezing_weights.py::TestFreezingWeights::test_freezing_weights_with_nested_trunk_True_freezing_method_FreezingMethod_GradToNone_freeze_after_wrap_fsdp_True_disable_autograd_True_forward_prefetch_False, test/distributed/fsdp/test_fsdp_freezing_weights.py::TestFreezingWeights::test_freezing_weights_with_nested_trunk_True_freezing_method_FreezingMethod_GradToNone_freeze_after_wrap_fsdp_True_disable_autograd_True_forward_prefetch_True, test/distributed/fsdp/test_fsdp_freezing_weights.py::TestFreezingWeights::test_freezing_weights_with_nested_trunk_True_freezing_method_FreezingMethod_RequiresGrad_freeze_after_wrap_fsdp_False_disable_autograd_False_forward_prefetch_False, test/distributed/fsdp/test_fsdp_freezing_weights.py::TestFreezingWeights::test_freezing_weights_with_nested_trunk_True_freezing_method_FreezingMethod_RequiresGrad_freeze_after_wrap_fsdp_False_disable_autograd_False_forward_prefetch_True, test/distributed/fsdp/test_fsdp_freezing_weights.py::TestFreezingWeights::test_freezing_weights_with_nested_trunk_True_freezing_method_FreezingMethod_RequiresGrad_freeze_after_wrap_fsdp_False_disable_autograd_True_forward_prefetch_False, test/distributed/fsdp/test_fsdp_freezing_weights.py::TestFreezingWeights::test_freezing_weights_with_nested_trunk_True_freezing_method_FreezingMethod_RequiresGrad_freeze_after_wrap_fsdp_False_disable_autograd_True_forward_prefetch_True, test/distributed/fsdp/test_fsdp_freezing_weights.py::TestFreezingWeights::test_freezing_weights_with_nested_trunk_True_freezing_method_FreezingMethod_RequiresGrad_freeze_after_wrap_fsdp_True_disable_autograd_False_forward_prefetch_False, test/distributed/fsdp/test_fsdp_freezing_weights.py::TestFreezingWeights::test_freezing_weights_with_nested_trunk_True_freezing_method_FreezingMethod_RequiresGrad_freeze_after_wrap_fsdp_True_disable_autograd_False_forward_prefetch_True, test/distributed/fsdp/test_fsdp_freezing_weights.py::TestFreezingWeights::test_freezing_weights_with_nested_trunk_True_freezing_method_FreezingMethod_RequiresGrad_freeze_after_wrap_fsdp_True_disable_autograd_True_forward_prefetch_False, test/distributed/fsdp/test_fsdp_freezing_weights.py::TestFreezingWeights::test_freezing_weights_with_nested_trunk_True_freezing_method_FreezingMethod_RequiresGrad_freeze_after_wrap_fsdp_True_disable_autograd_True_forward_prefetch_True 2025-12-04T13:07:02.5641174Z 2025-12-04T13:07:02.5641330Z Finished distributed/fsdp/test_fsdp_freezing_weights 1/1 ... [2025-12-04 13:07:02.560992][3579935.615317512], took 10.55min 2025-12-04T13:07:02.5641800Z Parsing testcases for test report: /var/lib/jenkins/pytorch/test/test-reports/python-pytest/distributed.test_inductor_collectives/distributed.test_inductor_collectives-f9afad458cd75285.xml 2025-12-04T13:07:02.5642242Z Failed to parse and upload json test reports: Unable to locate credentials 2025-12-04T13:07:02.5642481Z Running distributed/_pycute/test_typing 1/1 ... [2025-12-04 13:07:02.563811][3579935.618141428] 2025-12-04T13:07:02.5642682Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2025-12-04T13:07:02.5643637Z Executing ['/opt/conda/envs/py_3.10/bin/python', '-bb', 'distributed/_pycute/test_typing.py', '--shard-id=1', '--num-shards=1', '-v', '-vv', '-rfEX', '-p', 'no:xdist', '--use-pytest', '-x', '--reruns=0', '--import-slow-tests', '--import-disabled-tests'] ... [2025-12-04 13:07:02.564053] 2025-12-04T13:07:04.7322753Z 2025-12-04T13:07:04.7323816Z distributed/_pycute/test_typing 1/1 was successful, full logs can be found in artifacts with path test/test-reports/distributed._pycute.test_typing_1.1_686f7522870d3d91_.log 2025-12-04T13:07:04.7324484Z Running 1 items in this shard: test/distributed/_pycute/test_typing.py::TestTyping::test_typing 2025-12-04T13:07:04.7324706Z 2025-12-04T13:07:04.7324943Z Finished distributed/_pycute/test_typing 1/1 ... [2025-12-04 13:07:04.731984][3579937.786308741], took 0.04min 2025-12-04T13:07:04.7338158Z Parsing testcases for test report: /var/lib/jenkins/pytorch/test/test-reports/python-pytest/distributed.test_inductor_collectives/distributed.test_inductor_collectives-f9afad458cd75285.xml 2025-12-04T13:07:04.7351609Z Failed to parse and upload json test reports: Unable to locate credentials 2025-12-04T13:07:04.7354433Z Running distributed/test_distributed_spawn 1/7 ... [2025-12-04 13:07:04.735309][3579937.789639726] 2025-12-04T13:07:04.7354770Z MPI not available -- MPI backend tests will be skipped 2025-12-04T13:07:04.7356088Z Running distributed tests for the test backend with env init_method 2025-12-04T13:07:04.7357594Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2025-12-04T13:07:04.7359552Z Executing ['/opt/conda/envs/py_3.10/bin/python', '-bb', 'distributed/test_distributed_spawn.py', '--shard-id=1', '--num-shards=7', '-v', '--subprocess', '-vv', '-rfEX', '-p', 'no:xdist', '--use-pytest', '-x', '--reruns=0', '--import-slow-tests', '--import-disabled-tests'] ... [2025-12-04 13:07:04.735848] 2025-12-04T13:07:06.8255476Z 2025-12-04T13:07:06.8256851Z distributed/test_distributed_spawn 1/7 was successful, full logs can be found in artifacts with path test/test-reports/distributed.test_distributed_spawn_1.7_45476c02fb557b12_.log 2025-12-04T13:07:06.8257784Z Running 0 items in this shard: 2025-12-04T13:07:06.8258062Z 2025-12-04T13:07:06.8262891Z Running distributed tests for the test backend with file init_method 2025-12-04T13:07:06.8266154Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2025-12-04T13:07:06.8266864Z Executing ['/opt/conda/envs/py_3.10/bin/python', '-bb', 'distributed/test_distributed_spawn.py', '--shard-id=1', '--num-shards=7', '-v', '--subprocess', '-vv', '-rfEX', '-p', 'no:xdist', '--use-pytest', '-x', '--reruns=0', '--import-slow-tests', '--import-disabled-tests'] ... [2025-12-04 13:07:06.826526] 2025-12-04T13:07:08.7663437Z 2025-12-04T13:07:08.7664831Z distributed/test_distributed_spawn 1/7 was successful, full logs can be found in artifacts with path test/test-reports/distributed.test_distributed_spawn_1.7_03c5352ef4522357_.log 2025-12-04T13:07:08.7665775Z Running 0 items in this shard: 2025-12-04T13:07:08.7666000Z 2025-12-04T13:07:08.7671240Z Running distributed tests for the nccl backend with env init_method 2025-12-04T13:07:08.7671659Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2025-12-04T13:07:08.7675051Z Executing ['/opt/conda/envs/py_3.10/bin/python', '-bb', 'distributed/test_distributed_spawn.py', '--shard-id=1', '--num-shards=7', '-v', '--subprocess', '-vv', '-rfEX', '-p', 'no:xdist', '--use-pytest', '-x', '--reruns=0', '--import-slow-tests', '--import-disabled-tests'] ... [2025-12-04 13:07:08.767347] 2025-12-04T13:16:21.1264726Z 2025-12-04T13:16:21.1265493Z distributed/test_distributed_spawn 1/7 was successful, full logs can be found in artifacts with path test/test-reports/distributed.test_distributed_spawn_1.7_5f1f24df9d275e8d_.log 2025-12-04T13:16:21.1274622Z Running 38 items in this shard: test/distributed/test_distributed_spawn.py::TestDistBackendWithSpawn::test_DistributedDataParallel, test/distributed/test_distributed_spawn.py::TestDistBackendWithSpawn::test_accumulate_gradients_no_sync_allreduce_with_then_hook, test/distributed/test_distributed_spawn.py::TestDistBackendWithSpawn::test_all_gather_cuda_complex, test/distributed/test_distributed_spawn.py::TestDistBackendWithSpawn::test_all_gather_v_cuda, test/distributed/test_distributed_spawn.py::TestDistBackendWithSpawn::test_all_reduce_full_group_min, test/distributed/test_distributed_spawn.py::TestDistBackendWithSpawn::test_all_reduce_sum_cuda_complex, test/distributed/test_distributed_spawn.py::TestDistBackendWithSpawn::test_all_to_all_cuda, test/distributed/test_distributed_spawn.py::TestDistBackendWithSpawn::test_all_to_all_full_group_cuda, test/distributed/test_distributed_spawn.py::TestDistBackendWithSpawn::test_all_to_all_group_cuda, test/distributed/test_distributed_spawn.py::TestDistBackendWithSpawn::test_barrier_group, test/distributed/test_distributed_spawn.py::TestDistBackendWithSpawn::test_batch_isend_irecv_ring_exchange_nccl, test/distributed/test_distributed_spawn.py::TestDistBackendWithSpawn::test_coalescing_manager, test/distributed/test_distributed_spawn.py::TestDistBackendWithSpawn::test_ddp_apply_optim_in_backward, test/distributed/test_distributed_spawn.py::TestDistBackendWithSpawn::test_ddp_apply_optim_in_backward_grad_as_bucket_view_false, test/distributed/test_distributed_spawn.py::TestDistBackendWithSpawn::test_ddp_buffer_hook_allreduce, test/distributed/test_distributed_spawn.py::TestDistBackendWithSpawn::test_ddp_device_mesh_initialization, test/distributed/test_distributed_spawn.py::TestDistBackendWithSpawn::test_ddp_hook_parity_allreduce, test/distributed/test_distributed_spawn.py::TestDistBackendWithSpawn::test_ddp_hook_parity_powerSGD, test/distributed/test_distributed_spawn.py::TestDistBackendWithSpawn::test_ddp_join_model_equivalence, test/distributed/test_distributed_spawn.py::TestDistBackendWithSpawn::test_ddp_multiple_nested_unused_params_err_ignore_params, test/distributed/test_distributed_spawn.py::TestDistBackendWithSpawn::test_ddp_native_mixed_precision_grad_as_bucket_view_no_set_grad_none, test/distributed/test_distributed_spawn.py::TestDistBackendWithSpawn::test_ddp_native_mixed_precision_no_grad_as_bucket_view_set_grad_to_none, test/distributed/test_distributed_spawn.py::TestDistBackendWithSpawn::test_ddp_sync_bn_training_vs_eval, test/distributed/test_distributed_spawn.py::TestDistBackendWithSpawn::test_ddp_uneven_input_exception, test/distributed/test_distributed_spawn.py::TestDistBackendWithSpawn::test_ddp_uneven_inputs_stop_iteration_sync_bn, test/distributed/test_distributed_spawn.py::TestDistBackendWithSpawn::test_ddp_unused_params_rebuild_buckets_exception, test/distributed/test_distributed_spawn.py::TestDistBackendWithSpawn::test_detect_ddp_is_actually_static, test/distributed/test_distributed_spawn.py::TestDistBackendWithSpawn::test_different_graph_across_ranks, test/distributed/test_distributed_spawn.py::TestDistBackendWithSpawn::test_monitored_barrier_failure_order, test/distributed/test_distributed_spawn.py::TestDistBackendWithSpawn::test_monitored_barrier_wait_all_ranks, test/distributed/test_distributed_spawn.py::TestDistBackendWithSpawn::test_post_localSGD_optimizer_parity_grad_is_view, test/distributed/test_distributed_spawn.py::TestDistBackendWithSpawn::test_reduce_group_sum, test/distributed/test_distributed_spawn.py::TestDistBackendWithSpawn::test_reduce_sum, test/distributed/test_distributed_spawn.py::TestDistBackendWithSpawn::test_scatter_cuda, test/distributed/test_distributed_spawn.py::TestDistBackendWithSpawn::test_send_recv_torch_profiler, test/distributed/test_distributed_spawn.py::TestDistBackendWithSpawn::test_static_graph_api_cpu, test/distributed/test_distributed_spawn.py::TestDistBackendWithSpawn::test_sync_bn_logged, test/distributed/test_distributed_spawn.py::TestDistBackendWithSpawn::test_verify_model_across_rank_with_logger 2025-12-04T13:16:21.1281758Z Running 1 items in this shard: test/distributed/test_distributed_spawn.py::TestDistBackendWithSpawn::test_DistributedDataParallel 2025-12-04T13:16:21.1282224Z Running 1 items in this shard: test/distributed/test_distributed_spawn.py::TestDistBackendWithSpawn::test_accumulate_gradients_no_sync_allreduce_with_then_hook 2025-12-04T13:16:21.1282678Z Running 1 items in this shard: test/distributed/test_distributed_spawn.py::TestDistBackendWithSpawn::test_all_gather_cuda_complex 2025-12-04T13:16:21.1283081Z Running 1 items in this shard: test/distributed/test_distributed_spawn.py::TestDistBackendWithSpawn::test_all_gather_v_cuda 2025-12-04T13:16:21.1283483Z Running 1 items in this shard: test/distributed/test_distributed_spawn.py::TestDistBackendWithSpawn::test_all_reduce_full_group_min 2025-12-04T13:16:21.1283896Z Running 1 items in this shard: test/distributed/test_distributed_spawn.py::TestDistBackendWithSpawn::test_all_reduce_sum_cuda_complex 2025-12-04T13:16:21.1284299Z Running 1 items in this shard: test/distributed/test_distributed_spawn.py::TestDistBackendWithSpawn::test_all_to_all_cuda 2025-12-04T13:16:21.1284679Z Running 1 items in this shard: test/distributed/test_distributed_spawn.py::TestDistBackendWithSpawn::test_all_to_all_full_group_cuda 2025-12-04T13:16:21.1285040Z Running 1 items in this shard: test/distributed/test_distributed_spawn.py::TestDistBackendWithSpawn::test_all_to_all_group_cuda 2025-12-04T13:16:21.1285419Z Running 1 items in this shard: test/distributed/test_distributed_spawn.py::TestDistBackendWithSpawn::test_barrier_group 2025-12-04T13:16:21.1285784Z Running 1 items in this shard: test/distributed/test_distributed_spawn.py::TestDistBackendWithSpawn::test_batch_isend_irecv_ring_exchange_nccl 2025-12-04T13:16:21.1286157Z Running 1 items in this shard: test/distributed/test_distributed_spawn.py::TestDistBackendWithSpawn::test_coalescing_manager 2025-12-04T13:16:21.1286513Z Running 1 items in this shard: test/distributed/test_distributed_spawn.py::TestDistBackendWithSpawn::test_ddp_apply_optim_in_backward 2025-12-04T13:16:21.1286964Z Running 1 items in this shard: test/distributed/test_distributed_spawn.py::TestDistBackendWithSpawn::test_ddp_apply_optim_in_backward_grad_as_bucket_view_false 2025-12-04T13:16:21.1287369Z Running 1 items in this shard: test/distributed/test_distributed_spawn.py::TestDistBackendWithSpawn::test_ddp_buffer_hook_allreduce 2025-12-04T13:16:21.1287742Z Running 1 items in this shard: test/distributed/test_distributed_spawn.py::TestDistBackendWithSpawn::test_ddp_device_mesh_initialization 2025-12-04T13:16:21.1288118Z Running 1 items in this shard: test/distributed/test_distributed_spawn.py::TestDistBackendWithSpawn::test_ddp_hook_parity_allreduce 2025-12-04T13:16:21.1288479Z Running 1 items in this shard: test/distributed/test_distributed_spawn.py::TestDistBackendWithSpawn::test_ddp_hook_parity_powerSGD 2025-12-04T13:16:21.1288842Z Running 1 items in this shard: test/distributed/test_distributed_spawn.py::TestDistBackendWithSpawn::test_ddp_join_model_equivalence 2025-12-04T13:16:21.1289245Z Running 1 items in this shard: test/distributed/test_distributed_spawn.py::TestDistBackendWithSpawn::test_ddp_multiple_nested_unused_params_err_ignore_params 2025-12-04T13:16:21.1289706Z Running 1 items in this shard: test/distributed/test_distributed_spawn.py::TestDistBackendWithSpawn::test_ddp_native_mixed_precision_grad_as_bucket_view_no_set_grad_none 2025-12-04T13:16:21.1290182Z Running 1 items in this shard: test/distributed/test_distributed_spawn.py::TestDistBackendWithSpawn::test_ddp_native_mixed_precision_no_grad_as_bucket_view_set_grad_to_none 2025-12-04T13:16:21.1290612Z Running 1 items in this shard: test/distributed/test_distributed_spawn.py::TestDistBackendWithSpawn::test_ddp_sync_bn_training_vs_eval 2025-12-04T13:16:21.1290979Z Running 1 items in this shard: test/distributed/test_distributed_spawn.py::TestDistBackendWithSpawn::test_ddp_uneven_input_exception 2025-12-04T13:16:21.1291365Z Running 1 items in this shard: test/distributed/test_distributed_spawn.py::TestDistBackendWithSpawn::test_ddp_uneven_inputs_stop_iteration_sync_bn 2025-12-04T13:16:21.1291822Z Running 1 items in this shard: test/distributed/test_distributed_spawn.py::TestDistBackendWithSpawn::test_ddp_unused_params_rebuild_buckets_exception 2025-12-04T13:16:21.1292219Z Running 1 items in this shard: test/distributed/test_distributed_spawn.py::TestDistBackendWithSpawn::test_detect_ddp_is_actually_static 2025-12-04T13:16:21.1292595Z Running 1 items in this shard: test/distributed/test_distributed_spawn.py::TestDistBackendWithSpawn::test_different_graph_across_ranks 2025-12-04T13:16:21.1292964Z Running 1 items in this shard: test/distributed/test_distributed_spawn.py::TestDistBackendWithSpawn::test_different_graph_across_ranks 2025-12-04T13:16:21.1293340Z Running 1 items in this shard: test/distributed/test_distributed_spawn.py::TestDistBackendWithSpawn::test_monitored_barrier_failure_order 2025-12-04T13:16:21.1293725Z Running 1 items in this shard: test/distributed/test_distributed_spawn.py::TestDistBackendWithSpawn::test_monitored_barrier_wait_all_ranks 2025-12-04T13:16:21.1294131Z Running 1 items in this shard: test/distributed/test_distributed_spawn.py::TestDistBackendWithSpawn::test_post_localSGD_optimizer_parity_grad_is_view 2025-12-04T13:16:21.1294509Z Running 1 items in this shard: test/distributed/test_distributed_spawn.py::TestDistBackendWithSpawn::test_reduce_group_sum 2025-12-04T13:16:21.1294840Z Running 1 items in this shard: test/distributed/test_distributed_spawn.py::TestDistBackendWithSpawn::test_reduce_sum 2025-12-04T13:16:21.1295197Z Running 1 items in this shard: test/distributed/test_distributed_spawn.py::TestDistBackendWithSpawn::test_scatter_cuda 2025-12-04T13:16:21.1295541Z Running 1 items in this shard: test/distributed/test_distributed_spawn.py::TestDistBackendWithSpawn::test_send_recv_torch_profiler 2025-12-04T13:16:21.1295896Z Running 1 items in this shard: test/distributed/test_distributed_spawn.py::TestDistBackendWithSpawn::test_static_graph_api_cpu 2025-12-04T13:16:21.1296239Z Running 1 items in this shard: test/distributed/test_distributed_spawn.py::TestDistBackendWithSpawn::test_sync_bn_logged 2025-12-04T13:16:21.1296602Z Running 1 items in this shard: test/distributed/test_distributed_spawn.py::TestDistBackendWithSpawn::test_verify_model_across_rank_with_logger 2025-12-04T13:16:21.1296872Z 2025-12-04T13:16:21.1296960Z Running distributed tests for the nccl backend with file init_method 2025-12-04T13:16:21.1297135Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2025-12-04T13:16:21.1297564Z Executing ['/opt/conda/envs/py_3.10/bin/python', '-bb', 'distributed/test_distributed_spawn.py', '--shard-id=1', '--num-shards=7', '-v', '--subprocess', '-vv', '-rfEX', '-p', 'no:xdist', '--use-pytest', '-x', '--reruns=0', '--import-slow-tests', '--import-disabled-tests'] ... [2025-12-04 13:16:21.128110] 2025-12-04T13:29:50.4305818Z 2025-12-04T13:29:50.4309874Z distributed/test_distributed_spawn 1/7 was successful, full logs can be found in artifacts with path test/test-reports/distributed.test_distributed_spawn_1.7_f67fa117d6ddf0c7_.log 2025-12-04T13:29:50.4322740Z Running 38 items in this shard: test/distributed/test_distributed_spawn.py::TestDistBackendWithSpawn::test_DistributedDataParallel, test/distributed/test_distributed_spawn.py::TestDistBackendWithSpawn::test_accumulate_gradients_no_sync_allreduce_with_then_hook, test/distributed/test_distributed_spawn.py::TestDistBackendWithSpawn::test_all_gather_cuda_complex, test/distributed/test_distributed_spawn.py::TestDistBackendWithSpawn::test_all_gather_v_cuda, test/distributed/test_distributed_spawn.py::TestDistBackendWithSpawn::test_all_reduce_full_group_min, test/distributed/test_distributed_spawn.py::TestDistBackendWithSpawn::test_all_reduce_sum_cuda_complex, test/distributed/test_distributed_spawn.py::TestDistBackendWithSpawn::test_all_to_all_cuda, test/distributed/test_distributed_spawn.py::TestDistBackendWithSpawn::test_all_to_all_full_group_cuda, test/distributed/test_distributed_spawn.py::TestDistBackendWithSpawn::test_all_to_all_group_cuda, test/distributed/test_distributed_spawn.py::TestDistBackendWithSpawn::test_barrier_group, test/distributed/test_distributed_spawn.py::TestDistBackendWithSpawn::test_batch_isend_irecv_ring_exchange_nccl, test/distributed/test_distributed_spawn.py::TestDistBackendWithSpawn::test_coalescing_manager, test/distributed/test_distributed_spawn.py::TestDistBackendWithSpawn::test_ddp_apply_optim_in_backward, test/distributed/test_distributed_spawn.py::TestDistBackendWithSpawn::test_ddp_apply_optim_in_backward_grad_as_bucket_view_false, test/distributed/test_distributed_spawn.py::TestDistBackendWithSpawn::test_ddp_buffer_hook_allreduce, test/distributed/test_distributed_spawn.py::TestDistBackendWithSpawn::test_ddp_device_mesh_initialization, test/distributed/test_distributed_spawn.py::TestDistBackendWithSpawn::test_ddp_hook_parity_allreduce, test/distributed/test_distributed_spawn.py::TestDistBackendWithSpawn::test_ddp_hook_parity_powerSGD, test/distributed/test_distributed_spawn.py::TestDistBackendWithSpawn::test_ddp_join_model_equivalence, test/distributed/test_distributed_spawn.py::TestDistBackendWithSpawn::test_ddp_multiple_nested_unused_params_err_ignore_params, test/distributed/test_distributed_spawn.py::TestDistBackendWithSpawn::test_ddp_native_mixed_precision_grad_as_bucket_view_no_set_grad_none, test/distributed/test_distributed_spawn.py::TestDistBackendWithSpawn::test_ddp_native_mixed_precision_no_grad_as_bucket_view_set_grad_to_none, test/distributed/test_distributed_spawn.py::TestDistBackendWithSpawn::test_ddp_sync_bn_training_vs_eval, test/distributed/test_distributed_spawn.py::TestDistBackendWithSpawn::test_ddp_uneven_input_exception, test/distributed/test_distributed_spawn.py::TestDistBackendWithSpawn::test_ddp_uneven_inputs_stop_iteration_sync_bn, test/distributed/test_distributed_spawn.py::TestDistBackendWithSpawn::test_ddp_unused_params_rebuild_buckets_exception, test/distributed/test_distributed_spawn.py::TestDistBackendWithSpawn::test_detect_ddp_is_actually_static, test/distributed/test_distributed_spawn.py::TestDistBackendWithSpawn::test_different_graph_across_ranks, test/distributed/test_distributed_spawn.py::TestDistBackendWithSpawn::test_monitored_barrier_failure_order, test/distributed/test_distributed_spawn.py::TestDistBackendWithSpawn::test_monitored_barrier_wait_all_ranks, test/distributed/test_distributed_spawn.py::TestDistBackendWithSpawn::test_post_localSGD_optimizer_parity_grad_is_view, test/distributed/test_distributed_spawn.py::TestDistBackendWithSpawn::test_reduce_group_sum, test/distributed/test_distributed_spawn.py::TestDistBackendWithSpawn::test_reduce_sum, test/distributed/test_distributed_spawn.py::TestDistBackendWithSpawn::test_scatter_cuda, test/distributed/test_distributed_spawn.py::TestDistBackendWithSpawn::test_send_recv_torch_profiler, test/distributed/test_distributed_spawn.py::TestDistBackendWithSpawn::test_static_graph_api_cpu, test/distributed/test_distributed_spawn.py::TestDistBackendWithSpawn::test_sync_bn_logged, test/distributed/test_distributed_spawn.py::TestDistBackendWithSpawn::test_verify_model_across_rank_with_logger 2025-12-04T13:29:50.4331075Z Running 1 items in this shard: test/distributed/test_distributed_spawn.py::TestDistBackendWithSpawn::test_DistributedDataParallel 2025-12-04T13:29:50.4331638Z Running 1 items in this shard: test/distributed/test_distributed_spawn.py::TestDistBackendWithSpawn::test_accumulate_gradients_no_sync_allreduce_with_then_hook 2025-12-04T13:29:50.4332193Z Running 1 items in this shard: test/distributed/test_distributed_spawn.py::TestDistBackendWithSpawn::test_all_gather_cuda_complex 2025-12-04T13:29:50.4332674Z Running 1 items in this shard: test/distributed/test_distributed_spawn.py::TestDistBackendWithSpawn::test_all_gather_v_cuda 2025-12-04T13:29:50.4333153Z Running 1 items in this shard: test/distributed/test_distributed_spawn.py::TestDistBackendWithSpawn::test_all_reduce_full_group_min 2025-12-04T13:29:50.4333655Z Running 1 items in this shard: test/distributed/test_distributed_spawn.py::TestDistBackendWithSpawn::test_all_reduce_sum_cuda_complex 2025-12-04T13:29:50.4334150Z Running 1 items in this shard: test/distributed/test_distributed_spawn.py::TestDistBackendWithSpawn::test_all_to_all_cuda 2025-12-04T13:29:50.4334531Z Running 1 items in this shard: test/distributed/test_distributed_spawn.py::TestDistBackendWithSpawn::test_all_to_all_full_group_cuda 2025-12-04T13:29:50.4334919Z Running 1 items in this shard: test/distributed/test_distributed_spawn.py::TestDistBackendWithSpawn::test_all_to_all_group_cuda 2025-12-04T13:29:50.4335287Z Running 1 items in this shard: test/distributed/test_distributed_spawn.py::TestDistBackendWithSpawn::test_barrier_group 2025-12-04T13:29:50.4335678Z Running 1 items in this shard: test/distributed/test_distributed_spawn.py::TestDistBackendWithSpawn::test_batch_isend_irecv_ring_exchange_nccl 2025-12-04T13:29:50.4336079Z Running 1 items in this shard: test/distributed/test_distributed_spawn.py::TestDistBackendWithSpawn::test_coalescing_manager 2025-12-04T13:29:50.4336467Z Running 1 items in this shard: test/distributed/test_distributed_spawn.py::TestDistBackendWithSpawn::test_ddp_apply_optim_in_backward 2025-12-04T13:29:50.4336937Z Running 1 items in this shard: test/distributed/test_distributed_spawn.py::TestDistBackendWithSpawn::test_ddp_apply_optim_in_backward_grad_as_bucket_view_false 2025-12-04T13:29:50.4337370Z Running 1 items in this shard: test/distributed/test_distributed_spawn.py::TestDistBackendWithSpawn::test_ddp_buffer_hook_allreduce 2025-12-04T13:29:50.4337824Z Running 1 items in this shard: test/distributed/test_distributed_spawn.py::TestDistBackendWithSpawn::test_ddp_device_mesh_initialization 2025-12-04T13:29:50.4338225Z Running 1 items in this shard: test/distributed/test_distributed_spawn.py::TestDistBackendWithSpawn::test_ddp_hook_parity_allreduce 2025-12-04T13:29:50.4338613Z Running 1 items in this shard: test/distributed/test_distributed_spawn.py::TestDistBackendWithSpawn::test_ddp_hook_parity_powerSGD 2025-12-04T13:29:50.4339004Z Running 1 items in this shard: test/distributed/test_distributed_spawn.py::TestDistBackendWithSpawn::test_ddp_join_model_equivalence 2025-12-04T13:29:50.4339437Z Running 1 items in this shard: test/distributed/test_distributed_spawn.py::TestDistBackendWithSpawn::test_ddp_multiple_nested_unused_params_err_ignore_params 2025-12-04T13:29:50.4339925Z Running 1 items in this shard: test/distributed/test_distributed_spawn.py::TestDistBackendWithSpawn::test_ddp_native_mixed_precision_grad_as_bucket_view_no_set_grad_none 2025-12-04T13:29:50.4340437Z Running 1 items in this shard: test/distributed/test_distributed_spawn.py::TestDistBackendWithSpawn::test_ddp_native_mixed_precision_no_grad_as_bucket_view_set_grad_to_none 2025-12-04T13:29:50.4340897Z Running 1 items in this shard: test/distributed/test_distributed_spawn.py::TestDistBackendWithSpawn::test_ddp_sync_bn_training_vs_eval 2025-12-04T13:29:50.4341297Z Running 1 items in this shard: test/distributed/test_distributed_spawn.py::TestDistBackendWithSpawn::test_ddp_uneven_input_exception 2025-12-04T13:29:50.4341716Z Running 1 items in this shard: test/distributed/test_distributed_spawn.py::TestDistBackendWithSpawn::test_ddp_uneven_inputs_stop_iteration_sync_bn 2025-12-04T13:29:50.4342154Z Running 1 items in this shard: test/distributed/test_distributed_spawn.py::TestDistBackendWithSpawn::test_ddp_uneven_inputs_stop_iteration_sync_bn 2025-12-04T13:29:50.4342598Z Running 1 items in this shard: test/distributed/test_distributed_spawn.py::TestDistBackendWithSpawn::test_ddp_unused_params_rebuild_buckets_exception 2025-12-04T13:29:50.4343031Z Running 1 items in this shard: test/distributed/test_distributed_spawn.py::TestDistBackendWithSpawn::test_detect_ddp_is_actually_static 2025-12-04T13:29:50.4343420Z Running 1 items in this shard: test/distributed/test_distributed_spawn.py::TestDistBackendWithSpawn::test_different_graph_across_ranks 2025-12-04T13:29:50.4343802Z Running 1 items in this shard: test/distributed/test_distributed_spawn.py::TestDistBackendWithSpawn::test_monitored_barrier_failure_order 2025-12-04T13:29:50.4344231Z Running 1 items in this shard: test/distributed/test_distributed_spawn.py::TestDistBackendWithSpawn::test_monitored_barrier_wait_all_ranks 2025-12-04T13:29:50.4344636Z Running 1 items in this shard: test/distributed/test_distributed_spawn.py::TestDistBackendWithSpawn::test_post_localSGD_optimizer_parity_grad_is_view 2025-12-04T13:29:50.4345051Z Running 1 items in this shard: test/distributed/test_distributed_spawn.py::TestDistBackendWithSpawn::test_post_localSGD_optimizer_parity_grad_is_view 2025-12-04T13:29:50.4345431Z Running 1 items in this shard: test/distributed/test_distributed_spawn.py::TestDistBackendWithSpawn::test_reduce_group_sum 2025-12-04T13:29:50.4345766Z Running 1 items in this shard: test/distributed/test_distributed_spawn.py::TestDistBackendWithSpawn::test_reduce_sum 2025-12-04T13:29:50.4346094Z Running 1 items in this shard: test/distributed/test_distributed_spawn.py::TestDistBackendWithSpawn::test_scatter_cuda 2025-12-04T13:29:50.4346439Z Running 1 items in this shard: test/distributed/test_distributed_spawn.py::TestDistBackendWithSpawn::test_send_recv_torch_profiler 2025-12-04T13:29:50.4346839Z Running 1 items in this shard: test/distributed/test_distributed_spawn.py::TestDistBackendWithSpawn::test_static_graph_api_cpu 2025-12-04T13:29:50.4347184Z Running 1 items in this shard: test/distributed/test_distributed_spawn.py::TestDistBackendWithSpawn::test_sync_bn_logged 2025-12-04T13:29:50.4347549Z Running 1 items in this shard: test/distributed/test_distributed_spawn.py::TestDistBackendWithSpawn::test_verify_model_across_rank_with_logger 2025-12-04T13:29:50.4347813Z 2025-12-04T13:29:50.4347908Z Running distributed tests for the gloo backend with env init_method 2025-12-04T13:29:50.4348077Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2025-12-04T13:29:50.4348507Z Executing ['/opt/conda/envs/py_3.10/bin/python', '-bb', 'distributed/test_distributed_spawn.py', '--shard-id=1', '--num-shards=7', '-v', '--subprocess', '-vv', '-rfEX', '-p', 'no:xdist', '--use-pytest', '-x', '--reruns=0', '--import-slow-tests', '--import-disabled-tests'] ... [2025-12-04 13:29:50.433842] 2025-12-04T13:33:02.7719918Z 2025-12-04T13:33:02.7720979Z distributed/test_distributed_spawn 1/7 was successful, full logs can be found in artifacts with path test/test-reports/distributed.test_distributed_spawn_1.7_cc1ba777c9bba36b_.log 2025-12-04T13:33:02.7735389Z Running 38 items in this shard: test/distributed/test_distributed_spawn.py::TestDistBackendWithSpawn::test_DistributedDataParallel, test/distributed/test_distributed_spawn.py::TestDistBackendWithSpawn::test_accumulate_gradients_no_sync_allreduce_with_then_hook, test/distributed/test_distributed_spawn.py::TestDistBackendWithSpawn::test_all_gather_cuda_complex, test/distributed/test_distributed_spawn.py::TestDistBackendWithSpawn::test_all_gather_v_cuda, test/distributed/test_distributed_spawn.py::TestDistBackendWithSpawn::test_all_reduce_full_group_min, test/distributed/test_distributed_spawn.py::TestDistBackendWithSpawn::test_all_reduce_sum_cuda_complex, test/distributed/test_distributed_spawn.py::TestDistBackendWithSpawn::test_all_to_all_cuda, test/distributed/test_distributed_spawn.py::TestDistBackendWithSpawn::test_all_to_all_full_group_cuda, test/distributed/test_distributed_spawn.py::TestDistBackendWithSpawn::test_all_to_all_group_cuda, test/distributed/test_distributed_spawn.py::TestDistBackendWithSpawn::test_barrier_group, test/distributed/test_distributed_spawn.py::TestDistBackendWithSpawn::test_batch_isend_irecv_ring_exchange_nccl, test/distributed/test_distributed_spawn.py::TestDistBackendWithSpawn::test_coalescing_manager, test/distributed/test_distributed_spawn.py::TestDistBackendWithSpawn::test_ddp_apply_optim_in_backward, test/distributed/test_distributed_spawn.py::TestDistBackendWithSpawn::test_ddp_apply_optim_in_backward_grad_as_bucket_view_false, test/distributed/test_distributed_spawn.py::TestDistBackendWithSpawn::test_ddp_buffer_hook_allreduce, test/distributed/test_distributed_spawn.py::TestDistBackendWithSpawn::test_ddp_device_mesh_initialization, test/distributed/test_distributed_spawn.py::TestDistBackendWithSpawn::test_ddp_hook_parity_allreduce, test/distributed/test_distributed_spawn.py::TestDistBackendWithSpawn::test_ddp_hook_parity_powerSGD, test/distributed/test_distributed_spawn.py::TestDistBackendWithSpawn::test_ddp_join_model_equivalence, test/distributed/test_distributed_spawn.py::TestDistBackendWithSpawn::test_ddp_multiple_nested_unused_params_err_ignore_params, test/distributed/test_distributed_spawn.py::TestDistBackendWithSpawn::test_ddp_native_mixed_precision_grad_as_bucket_view_no_set_grad_none, test/distributed/test_distributed_spawn.py::TestDistBackendWithSpawn::test_ddp_native_mixed_precision_no_grad_as_bucket_view_set_grad_to_none, test/distributed/test_distributed_spawn.py::TestDistBackendWithSpawn::test_ddp_sync_bn_training_vs_eval, test/distributed/test_distributed_spawn.py::TestDistBackendWithSpawn::test_ddp_uneven_input_exception, test/distributed/test_distributed_spawn.py::TestDistBackendWithSpawn::test_ddp_uneven_inputs_stop_iteration_sync_bn, test/distributed/test_distributed_spawn.py::TestDistBackendWithSpawn::test_ddp_unused_params_rebuild_buckets_exception, test/distributed/test_distributed_spawn.py::TestDistBackendWithSpawn::test_detect_ddp_is_actually_static, test/distributed/test_distributed_spawn.py::TestDistBackendWithSpawn::test_different_graph_across_ranks, test/distributed/test_distributed_spawn.py::TestDistBackendWithSpawn::test_monitored_barrier_failure_order, test/distributed/test_distributed_spawn.py::TestDistBackendWithSpawn::test_monitored_barrier_wait_all_ranks, test/distributed/test_distributed_spawn.py::TestDistBackendWithSpawn::test_post_localSGD_optimizer_parity_grad_is_view, test/distributed/test_distributed_spawn.py::TestDistBackendWithSpawn::test_reduce_group_sum, test/distributed/test_distributed_spawn.py::TestDistBackendWithSpawn::test_reduce_sum, test/distributed/test_distributed_spawn.py::TestDistBackendWithSpawn::test_scatter_cuda, test/distributed/test_distributed_spawn.py::TestDistBackendWithSpawn::test_send_recv_torch_profiler, test/distributed/test_distributed_spawn.py::TestDistBackendWithSpawn::test_static_graph_api_cpu, test/distributed/test_distributed_spawn.py::TestDistBackendWithSpawn::test_sync_bn_logged, test/distributed/test_distributed_spawn.py::TestDistBackendWithSpawn::test_verify_model_across_rank_with_logger 2025-12-04T13:33:02.7744733Z Running 1 items in this shard: test/distributed/test_distributed_spawn.py::TestDistBackendWithSpawn::test_DistributedDataParallel 2025-12-04T13:33:02.7745269Z Running 1 items in this shard: test/distributed/test_distributed_spawn.py::TestDistBackendWithSpawn::test_accumulate_gradients_no_sync_allreduce_with_then_hook 2025-12-04T13:33:02.7745788Z Running 1 items in this shard: test/distributed/test_distributed_spawn.py::TestDistBackendWithSpawn::test_all_gather_cuda_complex 2025-12-04T13:33:02.7746239Z Running 1 items in this shard: test/distributed/test_distributed_spawn.py::TestDistBackendWithSpawn::test_all_gather_v_cuda 2025-12-04T13:33:02.7746743Z Running 1 items in this shard: test/distributed/test_distributed_spawn.py::TestDistBackendWithSpawn::test_all_reduce_full_group_min 2025-12-04T13:33:02.7747222Z Running 1 items in this shard: test/distributed/test_distributed_spawn.py::TestDistBackendWithSpawn::test_all_reduce_sum_cuda_complex 2025-12-04T13:33:02.7747675Z Running 1 items in this shard: test/distributed/test_distributed_spawn.py::TestDistBackendWithSpawn::test_all_to_all_cuda 2025-12-04T13:33:02.7748125Z Running 1 items in this shard: test/distributed/test_distributed_spawn.py::TestDistBackendWithSpawn::test_all_to_all_full_group_cuda 2025-12-04T13:33:02.7748588Z Running 1 items in this shard: test/distributed/test_distributed_spawn.py::TestDistBackendWithSpawn::test_all_to_all_group_cuda 2025-12-04T13:33:02.7749030Z Running 1 items in this shard: test/distributed/test_distributed_spawn.py::TestDistBackendWithSpawn::test_barrier_group 2025-12-04T13:33:02.7749499Z Running 1 items in this shard: test/distributed/test_distributed_spawn.py::TestDistBackendWithSpawn::test_batch_isend_irecv_ring_exchange_nccl 2025-12-04T13:33:02.7750047Z Running 1 items in this shard: test/distributed/test_distributed_spawn.py::TestDistBackendWithSpawn::test_coalescing_manager 2025-12-04T13:33:02.7750511Z Running 1 items in this shard: test/distributed/test_distributed_spawn.py::TestDistBackendWithSpawn::test_ddp_apply_optim_in_backward 2025-12-04T13:33:02.7751039Z Running 1 items in this shard: test/distributed/test_distributed_spawn.py::TestDistBackendWithSpawn::test_ddp_apply_optim_in_backward_grad_as_bucket_view_false 2025-12-04T13:33:02.7751517Z Running 1 items in this shard: test/distributed/test_distributed_spawn.py::TestDistBackendWithSpawn::test_ddp_buffer_hook_allreduce 2025-12-04T13:33:02.7751901Z Running 1 items in this shard: test/distributed/test_distributed_spawn.py::TestDistBackendWithSpawn::test_ddp_device_mesh_initialization 2025-12-04T13:33:02.7752284Z Running 1 items in this shard: test/distributed/test_distributed_spawn.py::TestDistBackendWithSpawn::test_ddp_hook_parity_allreduce 2025-12-04T13:33:02.7752662Z Running 1 items in this shard: test/distributed/test_distributed_spawn.py::TestDistBackendWithSpawn::test_ddp_hook_parity_powerSGD 2025-12-04T13:33:02.7753036Z Running 1 items in this shard: test/distributed/test_distributed_spawn.py::TestDistBackendWithSpawn::test_ddp_join_model_equivalence 2025-12-04T13:33:02.7753452Z Running 1 items in this shard: test/distributed/test_distributed_spawn.py::TestDistBackendWithSpawn::test_ddp_multiple_nested_unused_params_err_ignore_params 2025-12-04T13:33:02.7753969Z Running 1 items in this shard: test/distributed/test_distributed_spawn.py::TestDistBackendWithSpawn::test_ddp_native_mixed_precision_grad_as_bucket_view_no_set_grad_none 2025-12-04T13:33:02.7754455Z Running 1 items in this shard: test/distributed/test_distributed_spawn.py::TestDistBackendWithSpawn::test_ddp_native_mixed_precision_no_grad_as_bucket_view_set_grad_to_none 2025-12-04T13:33:02.7754892Z Running 1 items in this shard: test/distributed/test_distributed_spawn.py::TestDistBackendWithSpawn::test_ddp_sync_bn_training_vs_eval 2025-12-04T13:33:02.7755272Z Running 1 items in this shard: test/distributed/test_distributed_spawn.py::TestDistBackendWithSpawn::test_ddp_uneven_input_exception 2025-12-04T13:33:02.7755672Z Running 1 items in this shard: test/distributed/test_distributed_spawn.py::TestDistBackendWithSpawn::test_ddp_uneven_inputs_stop_iteration_sync_bn 2025-12-04T13:33:02.7756095Z Running 1 items in this shard: test/distributed/test_distributed_spawn.py::TestDistBackendWithSpawn::test_ddp_unused_params_rebuild_buckets_exception 2025-12-04T13:33:02.7756506Z Running 1 items in this shard: test/distributed/test_distributed_spawn.py::TestDistBackendWithSpawn::test_detect_ddp_is_actually_static 2025-12-04T13:33:02.7757004Z Running 1 items in this shard: test/distributed/test_distributed_spawn.py::TestDistBackendWithSpawn::test_different_graph_across_ranks 2025-12-04T13:33:02.7757394Z Running 1 items in this shard: test/distributed/test_distributed_spawn.py::TestDistBackendWithSpawn::test_monitored_barrier_failure_order 2025-12-04T13:33:02.7757792Z Running 1 items in this shard: test/distributed/test_distributed_spawn.py::TestDistBackendWithSpawn::test_monitored_barrier_wait_all_ranks 2025-12-04T13:33:02.7758204Z Running 1 items in this shard: test/distributed/test_distributed_spawn.py::TestDistBackendWithSpawn::test_post_localSGD_optimizer_parity_grad_is_view 2025-12-04T13:33:02.7758595Z Running 1 items in this shard: test/distributed/test_distributed_spawn.py::TestDistBackendWithSpawn::test_reduce_group_sum 2025-12-04T13:33:02.7758938Z Running 1 items in this shard: test/distributed/test_distributed_spawn.py::TestDistBackendWithSpawn::test_reduce_sum 2025-12-04T13:33:02.7759275Z Running 1 items in this shard: test/distributed/test_distributed_spawn.py::TestDistBackendWithSpawn::test_scatter_cuda 2025-12-04T13:33:02.7759629Z Running 1 items in this shard: test/distributed/test_distributed_spawn.py::TestDistBackendWithSpawn::test_send_recv_torch_profiler 2025-12-04T13:33:02.7760030Z Running 1 items in this shard: test/distributed/test_distributed_spawn.py::TestDistBackendWithSpawn::test_static_graph_api_cpu 2025-12-04T13:33:02.7760382Z Running 1 items in this shard: test/distributed/test_distributed_spawn.py::TestDistBackendWithSpawn::test_sync_bn_logged 2025-12-04T13:33:02.7760759Z Running 1 items in this shard: test/distributed/test_distributed_spawn.py::TestDistBackendWithSpawn::test_verify_model_across_rank_with_logger 2025-12-04T13:33:02.7760987Z 2025-12-04T13:33:02.7761080Z Running distributed tests for the gloo backend with file init_method 2025-12-04T13:33:02.7761257Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2025-12-04T13:33:02.7761693Z Executing ['/opt/conda/envs/py_3.10/bin/python', '-bb', 'distributed/test_distributed_spawn.py', '--shard-id=1', '--num-shards=7', '-v', '--subprocess', '-vv', '-rfEX', '-p', 'no:xdist', '--use-pytest', '-x', '--reruns=0', '--import-slow-tests', '--import-disabled-tests'] ... [2025-12-04 13:33:02.773373] 2025-12-04T13:36:16.4281054Z 2025-12-04T13:36:16.4281744Z distributed/test_distributed_spawn 1/7 was successful, full logs can be found in artifacts with path test/test-reports/distributed.test_distributed_spawn_1.7_d56c397c8c35610d_.log 2025-12-04T13:36:16.4290459Z Running 38 items in this shard: test/distributed/test_distributed_spawn.py::TestDistBackendWithSpawn::test_DistributedDataParallel, test/distributed/test_distributed_spawn.py::TestDistBackendWithSpawn::test_accumulate_gradients_no_sync_allreduce_with_then_hook, test/distributed/test_distributed_spawn.py::TestDistBackendWithSpawn::test_all_gather_cuda_complex, test/distributed/test_distributed_spawn.py::TestDistBackendWithSpawn::test_all_gather_v_cuda, test/distributed/test_distributed_spawn.py::TestDistBackendWithSpawn::test_all_reduce_full_group_min, test/distributed/test_distributed_spawn.py::TestDistBackendWithSpawn::test_all_reduce_sum_cuda_complex, test/distributed/test_distributed_spawn.py::TestDistBackendWithSpawn::test_all_to_all_cuda, test/distributed/test_distributed_spawn.py::TestDistBackendWithSpawn::test_all_to_all_full_group_cuda, test/distributed/test_distributed_spawn.py::TestDistBackendWithSpawn::test_all_to_all_group_cuda, test/distributed/test_distributed_spawn.py::TestDistBackendWithSpawn::test_barrier_group, test/distributed/test_distributed_spawn.py::TestDistBackendWithSpawn::test_batch_isend_irecv_ring_exchange_nccl, test/distributed/test_distributed_spawn.py::TestDistBackendWithSpawn::test_coalescing_manager, test/distributed/test_distributed_spawn.py::TestDistBackendWithSpawn::test_ddp_apply_optim_in_backward, test/distributed/test_distributed_spawn.py::TestDistBackendWithSpawn::test_ddp_apply_optim_in_backward_grad_as_bucket_view_false, test/distributed/test_distributed_spawn.py::TestDistBackendWithSpawn::test_ddp_buffer_hook_allreduce, test/distributed/test_distributed_spawn.py::TestDistBackendWithSpawn::test_ddp_device_mesh_initialization, test/distributed/test_distributed_spawn.py::TestDistBackendWithSpawn::test_ddp_hook_parity_allreduce, test/distributed/test_distributed_spawn.py::TestDistBackendWithSpawn::test_ddp_hook_parity_powerSGD, test/distributed/test_distributed_spawn.py::TestDistBackendWithSpawn::test_ddp_join_model_equivalence, test/distributed/test_distributed_spawn.py::TestDistBackendWithSpawn::test_ddp_multiple_nested_unused_params_err_ignore_params, test/distributed/test_distributed_spawn.py::TestDistBackendWithSpawn::test_ddp_native_mixed_precision_grad_as_bucket_view_no_set_grad_none, test/distributed/test_distributed_spawn.py::TestDistBackendWithSpawn::test_ddp_native_mixed_precision_no_grad_as_bucket_view_set_grad_to_none, test/distributed/test_distributed_spawn.py::TestDistBackendWithSpawn::test_ddp_sync_bn_training_vs_eval, test/distributed/test_distributed_spawn.py::TestDistBackendWithSpawn::test_ddp_uneven_input_exception, test/distributed/test_distributed_spawn.py::TestDistBackendWithSpawn::test_ddp_uneven_inputs_stop_iteration_sync_bn, test/distributed/test_distributed_spawn.py::TestDistBackendWithSpawn::test_ddp_unused_params_rebuild_buckets_exception, test/distributed/test_distributed_spawn.py::TestDistBackendWithSpawn::test_detect_ddp_is_actually_static, test/distributed/test_distributed_spawn.py::TestDistBackendWithSpawn::test_different_graph_across_ranks, test/distributed/test_distributed_spawn.py::TestDistBackendWithSpawn::test_monitored_barrier_failure_order, test/distributed/test_distributed_spawn.py::TestDistBackendWithSpawn::test_monitored_barrier_wait_all_ranks, test/distributed/test_distributed_spawn.py::TestDistBackendWithSpawn::test_post_localSGD_optimizer_parity_grad_is_view, test/distributed/test_distributed_spawn.py::TestDistBackendWithSpawn::test_reduce_group_sum, test/distributed/test_distributed_spawn.py::TestDistBackendWithSpawn::test_reduce_sum, test/distributed/test_distributed_spawn.py::TestDistBackendWithSpawn::test_scatter_cuda, test/distributed/test_distributed_spawn.py::TestDistBackendWithSpawn::test_send_recv_torch_profiler, test/distributed/test_distributed_spawn.py::TestDistBackendWithSpawn::test_static_graph_api_cpu, test/distributed/test_distributed_spawn.py::TestDistBackendWithSpawn::test_sync_bn_logged, test/distributed/test_distributed_spawn.py::TestDistBackendWithSpawn::test_verify_model_across_rank_with_logger 2025-12-04T13:36:16.4296620Z Running 1 items in this shard: test/distributed/test_distributed_spawn.py::TestDistBackendWithSpawn::test_DistributedDataParallel 2025-12-04T13:36:16.4297077Z Running 1 items in this shard: test/distributed/test_distributed_spawn.py::TestDistBackendWithSpawn::test_accumulate_gradients_no_sync_allreduce_with_then_hook 2025-12-04T13:36:16.4297520Z Running 1 items in this shard: test/distributed/test_distributed_spawn.py::TestDistBackendWithSpawn::test_all_gather_cuda_complex 2025-12-04T13:36:16.4297894Z Running 1 items in this shard: test/distributed/test_distributed_spawn.py::TestDistBackendWithSpawn::test_all_gather_v_cuda 2025-12-04T13:36:16.4298247Z Running 1 items in this shard: test/distributed/test_distributed_spawn.py::TestDistBackendWithSpawn::test_all_reduce_full_group_min 2025-12-04T13:36:16.4298614Z Running 1 items in this shard: test/distributed/test_distributed_spawn.py::TestDistBackendWithSpawn::test_all_reduce_sum_cuda_complex 2025-12-04T13:36:16.4298964Z Running 1 items in this shard: test/distributed/test_distributed_spawn.py::TestDistBackendWithSpawn::test_all_to_all_cuda 2025-12-04T13:36:16.4299315Z Running 1 items in this shard: test/distributed/test_distributed_spawn.py::TestDistBackendWithSpawn::test_all_to_all_full_group_cuda 2025-12-04T13:36:16.4299677Z Running 1 items in this shard: test/distributed/test_distributed_spawn.py::TestDistBackendWithSpawn::test_all_to_all_group_cuda 2025-12-04T13:36:16.4300019Z Running 1 items in this shard: test/distributed/test_distributed_spawn.py::TestDistBackendWithSpawn::test_barrier_group 2025-12-04T13:36:16.4300382Z Running 1 items in this shard: test/distributed/test_distributed_spawn.py::TestDistBackendWithSpawn::test_batch_isend_irecv_ring_exchange_nccl 2025-12-04T13:36:16.4300752Z Running 1 items in this shard: test/distributed/test_distributed_spawn.py::TestDistBackendWithSpawn::test_coalescing_manager 2025-12-04T13:36:16.4301107Z Running 1 items in this shard: test/distributed/test_distributed_spawn.py::TestDistBackendWithSpawn::test_ddp_apply_optim_in_backward 2025-12-04T13:36:16.4301539Z Running 1 items in this shard: test/distributed/test_distributed_spawn.py::TestDistBackendWithSpawn::test_ddp_apply_optim_in_backward_grad_as_bucket_view_false 2025-12-04T13:36:16.4301942Z Running 1 items in this shard: test/distributed/test_distributed_spawn.py::TestDistBackendWithSpawn::test_ddp_buffer_hook_allreduce 2025-12-04T13:36:16.4302312Z Running 1 items in this shard: test/distributed/test_distributed_spawn.py::TestDistBackendWithSpawn::test_ddp_device_mesh_initialization 2025-12-04T13:36:16.4302684Z Running 1 items in this shard: test/distributed/test_distributed_spawn.py::TestDistBackendWithSpawn::test_ddp_hook_parity_allreduce 2025-12-04T13:36:16.4303046Z Running 1 items in this shard: test/distributed/test_distributed_spawn.py::TestDistBackendWithSpawn::test_ddp_hook_parity_powerSGD 2025-12-04T13:36:16.4303454Z Running 1 items in this shard: test/distributed/test_distributed_spawn.py::TestDistBackendWithSpawn::test_ddp_join_model_equivalence 2025-12-04T13:36:16.4303858Z Running 1 items in this shard: test/distributed/test_distributed_spawn.py::TestDistBackendWithSpawn::test_ddp_multiple_nested_unused_params_err_ignore_params 2025-12-04T13:36:16.4304307Z Running 1 items in this shard: test/distributed/test_distributed_spawn.py::TestDistBackendWithSpawn::test_ddp_native_mixed_precision_grad_as_bucket_view_no_set_grad_none 2025-12-04T13:36:16.4304779Z Running 1 items in this shard: test/distributed/test_distributed_spawn.py::TestDistBackendWithSpawn::test_ddp_native_mixed_precision_no_grad_as_bucket_view_set_grad_to_none 2025-12-04T13:36:16.4305200Z Running 1 items in this shard: test/distributed/test_distributed_spawn.py::TestDistBackendWithSpawn::test_ddp_sync_bn_training_vs_eval 2025-12-04T13:36:16.4305569Z Running 1 items in this shard: test/distributed/test_distributed_spawn.py::TestDistBackendWithSpawn::test_ddp_uneven_input_exception 2025-12-04T13:36:16.4305955Z Running 1 items in this shard: test/distributed/test_distributed_spawn.py::TestDistBackendWithSpawn::test_ddp_uneven_inputs_stop_iteration_sync_bn 2025-12-04T13:36:16.4306365Z Running 1 items in this shard: test/distributed/test_distributed_spawn.py::TestDistBackendWithSpawn::test_ddp_unused_params_rebuild_buckets_exception 2025-12-04T13:36:16.4306849Z Running 1 items in this shard: test/distributed/test_distributed_spawn.py::TestDistBackendWithSpawn::test_detect_ddp_is_actually_static 2025-12-04T13:36:16.4307223Z Running 1 items in this shard: test/distributed/test_distributed_spawn.py::TestDistBackendWithSpawn::test_different_graph_across_ranks 2025-12-04T13:36:16.4307600Z Running 1 items in this shard: test/distributed/test_distributed_spawn.py::TestDistBackendWithSpawn::test_monitored_barrier_failure_order 2025-12-04T13:36:16.4307984Z Running 1 items in this shard: test/distributed/test_distributed_spawn.py::TestDistBackendWithSpawn::test_monitored_barrier_wait_all_ranks 2025-12-04T13:36:16.4308383Z Running 1 items in this shard: test/distributed/test_distributed_spawn.py::TestDistBackendWithSpawn::test_post_localSGD_optimizer_parity_grad_is_view 2025-12-04T13:36:16.4308772Z Running 1 items in this shard: test/distributed/test_distributed_spawn.py::TestDistBackendWithSpawn::test_reduce_group_sum 2025-12-04T13:36:16.4309108Z Running 1 items in this shard: test/distributed/test_distributed_spawn.py::TestDistBackendWithSpawn::test_reduce_sum 2025-12-04T13:36:16.4309433Z Running 1 items in this shard: test/distributed/test_distributed_spawn.py::TestDistBackendWithSpawn::test_scatter_cuda 2025-12-04T13:36:16.4309774Z Running 1 items in this shard: test/distributed/test_distributed_spawn.py::TestDistBackendWithSpawn::test_send_recv_torch_profiler 2025-12-04T13:36:16.4310131Z Running 1 items in this shard: test/distributed/test_distributed_spawn.py::TestDistBackendWithSpawn::test_static_graph_api_cpu 2025-12-04T13:36:16.4310499Z Running 1 items in this shard: test/distributed/test_distributed_spawn.py::TestDistBackendWithSpawn::test_sync_bn_logged 2025-12-04T13:36:16.4310864Z Running 1 items in this shard: test/distributed/test_distributed_spawn.py::TestDistBackendWithSpawn::test_verify_model_across_rank_with_logger 2025-12-04T13:36:16.4311082Z 2025-12-04T13:36:16.4311214Z Finished distributed/test_distributed_spawn 1/7 ... [2025-12-04 13:36:16.428833][3581689.483157911], took 29.19min 2025-12-04T13:36:16.4311658Z Parsing testcases for test report: /var/lib/jenkins/pytorch/test/test-reports/python-pytest/distributed.test_inductor_collectives/distributed.test_inductor_collectives-f9afad458cd75285.xml 2025-12-04T13:36:16.4316678Z Failed to parse and upload json test reports: Unable to locate credentials 2025-12-04T13:36:16.4316944Z GITHUB_RUN_ID, GITHUB_RUN_ATTEMPT, or ARTIFACTS_FILE_SUFFIX not set, not uploading 2025-12-04T13:36:16.4317124Z Uploading artifacts took 0.00 seconds 2025-12-04T13:36:16.4319502Z Running distributed/test_distributed_spawn 4/7 ... [2025-12-04 13:36:16.431891][3581689.486221256] 2025-12-04T13:36:16.4320328Z MPI not available -- MPI backend tests will be skipped 2025-12-04T13:36:16.4321391Z Running distributed tests for the test backend with env init_method 2025-12-04T13:36:16.4322371Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2025-12-04T13:36:16.4323985Z Executing ['/opt/conda/envs/py_3.10/bin/python', '-bb', 'distributed/test_distributed_spawn.py', '--shard-id=4', '--num-shards=7', '-v', '--subprocess', '-vv', '-rfEX', '-p', 'no:xdist', '--use-pytest', '-x', '--reruns=0', '--import-slow-tests', '--import-disabled-tests'] ... [2025-12-04 13:36:16.432325] 2025-12-04T13:36:18.3550521Z 2025-12-04T13:36:18.3551417Z distributed/test_distributed_spawn 4/7 was successful, full logs can be found in artifacts with path test/test-reports/distributed.test_distributed_spawn_4.7_cb1557ac9343ddcc_.log 2025-12-04T13:36:18.3552071Z Running 0 items in this shard: 2025-12-04T13:36:18.3552230Z 2025-12-04T13:36:18.3557435Z Running distributed tests for the test backend with file init_method 2025-12-04T13:36:18.3560495Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2025-12-04T13:36:18.3561531Z Executing ['/opt/conda/envs/py_3.10/bin/python', '-bb', 'distributed/test_distributed_spawn.py', '--shard-id=4', '--num-shards=7', '-v', '--subprocess', '-vv', '-rfEX', '-p', 'no:xdist', '--use-pytest', '-x', '--reruns=0', '--import-slow-tests', '--import-disabled-tests'] ... [2025-12-04 13:36:18.355983] 2025-12-04T13:36:20.2999241Z 2025-12-04T13:36:20.2999813Z distributed/test_distributed_spawn 4/7 was successful, full logs can be found in artifacts with path test/test-reports/distributed.test_distributed_spawn_4.7_3114d2c1a630b430_.log 2025-12-04T13:36:20.3000464Z Running 0 items in this shard: 2025-12-04T13:36:20.3000622Z 2025-12-04T13:36:20.3007120Z Running distributed tests for the nccl backend with env init_method 2025-12-04T13:36:20.3009324Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2025-12-04T13:36:20.3011959Z Executing ['/opt/conda/envs/py_3.10/bin/python', '-bb', 'distributed/test_distributed_spawn.py', '--shard-id=4', '--num-shards=7', '-v', '--subprocess', '-vv', '-rfEX', '-p', 'no:xdist', '--use-pytest', '-x', '--reruns=0', '--import-slow-tests', '--import-disabled-tests'] ... [2025-12-04 13:36:20.300999] 2025-12-04T13:39:52.8724275Z 2025-12-04T13:39:52.8724882Z distributed/test_distributed_spawn 4/7 was successful, full logs can be found in artifacts with path test/test-reports/distributed.test_distributed_spawn_4.7_5a64bb41defb1799_.log 2025-12-04T13:39:52.8731544Z Running 39 items in this shard: test/distributed/test_distributed_spawn.py::TestDistBackendWithSpawn::test_DistributedDataParallelCPU, test/distributed/test_distributed_spawn.py::TestDistBackendWithSpawn::test_DistributedDataParallel_SyncBatchNorm_2D_Input, test/distributed/test_distributed_spawn.py::TestDistBackendWithSpawn::test_DistributedDataParallel_with_amp_and_grad_is_view, test/distributed/test_distributed_spawn.py::TestDistBackendWithSpawn::test_all_gather_coalesced_full_group, test/distributed/test_distributed_spawn.py::TestDistBackendWithSpawn::test_all_gather_coalesced_simple, test/distributed/test_distributed_spawn.py::TestDistBackendWithSpawn::test_all_gather_coalesced_with_empty, test/distributed/test_distributed_spawn.py::TestDistBackendWithSpawn::test_all_gather_into_stack_tensor_cuda, test/distributed/test_distributed_spawn.py::TestDistBackendWithSpawn::test_all_reduce_group_min, test/distributed/test_distributed_spawn.py::TestDistBackendWithSpawn::test_all_reduce_group_sum, test/distributed/test_distributed_spawn.py::TestDistBackendWithSpawn::test_all_reduce_product, test/distributed/test_distributed_spawn.py::TestDistBackendWithSpawn::test_all_to_all, test/distributed/test_distributed_spawn.py::TestDistBackendWithSpawn::test_all_to_all_complex, test/distributed/test_distributed_spawn.py::TestDistBackendWithSpawn::test_all_to_all_full_group, test/distributed/test_distributed_spawn.py::TestDistBackendWithSpawn::test_all_to_all_single_equal_split, test/distributed/test_distributed_spawn.py::TestDistBackendWithSpawn::test_all_to_all_single_equal_split_full_group_cuda, test/distributed/test_distributed_spawn.py::TestDistBackendWithSpawn::test_all_to_all_single_equal_split_group, test/distributed/test_distributed_spawn.py::TestDistBackendWithSpawn::test_all_to_all_single_unequal_split_full_group_cuda, test/distributed/test_distributed_spawn.py::TestDistBackendWithSpawn::test_all_to_all_single_unequal_split_group_cuda, test/distributed/test_distributed_spawn.py::TestDistBackendWithSpawn::test_barrier_cuda, test/distributed/test_distributed_spawn.py::TestDistBackendWithSpawn::test_barrier_full_group_cuda, test/distributed/test_distributed_spawn.py::TestDistBackendWithSpawn::test_barrier_timeout_group, test/distributed/test_distributed_spawn.py::TestDistBackendWithSpawn::test_batch_isend_irecv_gloo, test/distributed/test_distributed_spawn.py::TestDistBackendWithSpawn::test_ddp_compile_static_graph, test/distributed/test_distributed_spawn.py::TestDistBackendWithSpawn::test_ddp_device, test/distributed/test_distributed_spawn.py::TestDistBackendWithSpawn::test_ddp_logging_data_gpu, test/distributed/test_distributed_spawn.py::TestDistBackendWithSpawn::test_ddp_model_diff_shape_across_ranks, test/distributed/test_distributed_spawn.py::TestDistBackendWithSpawn::test_ddp_new_tensor_in_fwd_static_graph, test/distributed/test_distributed_spawn.py::TestDistBackendWithSpawn::test_destroy_full_group, test/distributed/test_distributed_spawn.py::TestDistBackendWithSpawn::test_gather, test/distributed/test_distributed_spawn.py::TestDistBackendWithSpawn::test_get_future, test/distributed/test_distributed_spawn.py::TestDistBackendWithSpawn::test_get_rank_size_group, test/distributed/test_distributed_spawn.py::TestDistBackendWithSpawn::test_isend_autograd_profiler, test/distributed/test_distributed_spawn.py::TestDistBackendWithSpawn::test_monitored_barrier_allreduce_hang_wait_all_ranks, test/distributed/test_distributed_spawn.py::TestDistBackendWithSpawn::test_nccl_backend_bool_reduce, test/distributed/test_distributed_spawn.py::TestDistBackendWithSpawn::test_new_subgroups_with_group_param, test/distributed/test_distributed_spawn.py::TestDistBackendWithSpawn::test_reduce_sum_cuda, test/distributed/test_distributed_spawn.py::TestDistBackendWithSpawn::test_scatter, test/distributed/test_distributed_spawn.py::TestDistBackendWithSpawn::test_scatter_complex, test/distributed/test_distributed_spawn.py::TestDistBackendWithSpawn::test_send_recv_nccl_autograd_profiler 2025-12-04T13:39:52.8737766Z Running 1 items in this shard: test/distributed/test_distributed_spawn.py::TestDistBackendWithSpawn::test_DistributedDataParallelCPU 2025-12-04T13:39:52.8738173Z Running 1 items in this shard: test/distributed/test_distributed_spawn.py::TestDistBackendWithSpawn::test_DistributedDataParallel_SyncBatchNorm_2D_Input 2025-12-04T13:39:52.8738608Z Running 1 items in this shard: test/distributed/test_distributed_spawn.py::TestDistBackendWithSpawn::test_DistributedDataParallel_with_amp_and_grad_is_view 2025-12-04T13:39:52.8739020Z Running 1 items in this shard: test/distributed/test_distributed_spawn.py::TestDistBackendWithSpawn::test_all_gather_coalesced_full_group 2025-12-04T13:39:52.8739397Z Running 1 items in this shard: test/distributed/test_distributed_spawn.py::TestDistBackendWithSpawn::test_all_gather_coalesced_simple 2025-12-04T13:39:52.8739769Z Running 1 items in this shard: test/distributed/test_distributed_spawn.py::TestDistBackendWithSpawn::test_all_gather_coalesced_with_empty 2025-12-04T13:39:52.8740169Z Running 1 items in this shard: test/distributed/test_distributed_spawn.py::TestDistBackendWithSpawn::test_all_gather_into_stack_tensor_cuda 2025-12-04T13:39:52.8740540Z Running 1 items in this shard: test/distributed/test_distributed_spawn.py::TestDistBackendWithSpawn::test_all_reduce_group_min 2025-12-04T13:39:52.8740885Z Running 1 items in this shard: test/distributed/test_distributed_spawn.py::TestDistBackendWithSpawn::test_all_reduce_group_sum 2025-12-04T13:39:52.8741338Z Running 1 items in this shard: test/distributed/test_distributed_spawn.py::TestDistBackendWithSpawn::test_all_reduce_product 2025-12-04T13:39:52.8741670Z Running 1 items in this shard: test/distributed/test_distributed_spawn.py::TestDistBackendWithSpawn::test_all_to_all 2025-12-04T13:39:52.8742001Z Running 1 items in this shard: test/distributed/test_distributed_spawn.py::TestDistBackendWithSpawn::test_all_to_all_complex 2025-12-04T13:39:52.8742346Z Running 1 items in this shard: test/distributed/test_distributed_spawn.py::TestDistBackendWithSpawn::test_all_to_all_full_group 2025-12-04T13:39:52.8742708Z Running 1 items in this shard: test/distributed/test_distributed_spawn.py::TestDistBackendWithSpawn::test_all_to_all_single_equal_split 2025-12-04T13:39:52.8743104Z Running 1 items in this shard: test/distributed/test_distributed_spawn.py::TestDistBackendWithSpawn::test_all_to_all_single_equal_split_full_group_cuda 2025-12-04T13:39:52.8743507Z Running 1 items in this shard: test/distributed/test_distributed_spawn.py::TestDistBackendWithSpawn::test_all_to_all_single_equal_split_group 2025-12-04T13:39:52.8743912Z Running 1 items in this shard: test/distributed/test_distributed_spawn.py::TestDistBackendWithSpawn::test_all_to_all_single_unequal_split_full_group_cuda 2025-12-04T13:39:52.8744325Z Running 1 items in this shard: test/distributed/test_distributed_spawn.py::TestDistBackendWithSpawn::test_all_to_all_single_unequal_split_group_cuda 2025-12-04T13:39:52.8744745Z Running 1 items in this shard: test/distributed/test_distributed_spawn.py::TestDistBackendWithSpawn::test_barrier_cuda 2025-12-04T13:39:52.8745087Z Running 1 items in this shard: test/distributed/test_distributed_spawn.py::TestDistBackendWithSpawn::test_barrier_full_group_cuda 2025-12-04T13:39:52.8745437Z Running 1 items in this shard: test/distributed/test_distributed_spawn.py::TestDistBackendWithSpawn::test_barrier_timeout_group 2025-12-04T13:39:52.8745788Z Running 1 items in this shard: test/distributed/test_distributed_spawn.py::TestDistBackendWithSpawn::test_batch_isend_irecv_gloo 2025-12-04T13:39:52.8746149Z Running 1 items in this shard: test/distributed/test_distributed_spawn.py::TestDistBackendWithSpawn::test_ddp_compile_static_graph 2025-12-04T13:39:52.8746489Z Running 1 items in this shard: test/distributed/test_distributed_spawn.py::TestDistBackendWithSpawn::test_ddp_device 2025-12-04T13:39:52.8746854Z Running 1 items in this shard: test/distributed/test_distributed_spawn.py::TestDistBackendWithSpawn::test_ddp_logging_data_gpu 2025-12-04T13:39:52.8747225Z Running 1 items in this shard: test/distributed/test_distributed_spawn.py::TestDistBackendWithSpawn::test_ddp_model_diff_shape_across_ranks 2025-12-04T13:39:52.8747612Z Running 1 items in this shard: test/distributed/test_distributed_spawn.py::TestDistBackendWithSpawn::test_ddp_new_tensor_in_fwd_static_graph 2025-12-04T13:39:52.8747982Z Running 1 items in this shard: test/distributed/test_distributed_spawn.py::TestDistBackendWithSpawn::test_destroy_full_group 2025-12-04T13:39:52.8748311Z Running 1 items in this shard: test/distributed/test_distributed_spawn.py::TestDistBackendWithSpawn::test_gather 2025-12-04T13:39:52.8748628Z Running 1 items in this shard: test/distributed/test_distributed_spawn.py::TestDistBackendWithSpawn::test_get_future 2025-12-04T13:39:52.8748972Z Running 1 items in this shard: test/distributed/test_distributed_spawn.py::TestDistBackendWithSpawn::test_get_rank_size_group 2025-12-04T13:39:52.8749325Z Running 1 items in this shard: test/distributed/test_distributed_spawn.py::TestDistBackendWithSpawn::test_isend_autograd_profiler 2025-12-04T13:39:52.8749718Z Running 1 items in this shard: test/distributed/test_distributed_spawn.py::TestDistBackendWithSpawn::test_monitored_barrier_allreduce_hang_wait_all_ranks 2025-12-04T13:39:52.8750112Z Running 1 items in this shard: test/distributed/test_distributed_spawn.py::TestDistBackendWithSpawn::test_nccl_backend_bool_reduce 2025-12-04T13:39:52.8750480Z Running 1 items in this shard: test/distributed/test_distributed_spawn.py::TestDistBackendWithSpawn::test_new_subgroups_with_group_param 2025-12-04T13:39:52.8750872Z Running 1 items in this shard: test/distributed/test_distributed_spawn.py::TestDistBackendWithSpawn::test_reduce_sum_cuda 2025-12-04T13:39:52.8751197Z Running 1 items in this shard: test/distributed/test_distributed_spawn.py::TestDistBackendWithSpawn::test_scatter 2025-12-04T13:39:52.8751519Z Running 1 items in this shard: test/distributed/test_distributed_spawn.py::TestDistBackendWithSpawn::test_scatter_complex 2025-12-04T13:39:52.8751878Z Running 1 items in this shard: test/distributed/test_distributed_spawn.py::TestDistBackendWithSpawn::test_send_recv_nccl_autograd_profiler 2025-12-04T13:39:52.8752091Z 2025-12-04T13:39:52.8752178Z Running distributed tests for the nccl backend with file init_method 2025-12-04T13:39:52.8752348Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2025-12-04T13:39:52.8752776Z Executing ['/opt/conda/envs/py_3.10/bin/python', '-bb', 'distributed/test_distributed_spawn.py', '--shard-id=4', '--num-shards=7', '-v', '--subprocess', '-vv', '-rfEX', '-p', 'no:xdist', '--use-pytest', '-x', '--reruns=0', '--import-slow-tests', '--import-disabled-tests'] ... [2025-12-04 13:39:52.873264] 2025-12-04T13:43:26.9502976Z 2025-12-04T13:43:26.9504042Z distributed/test_distributed_spawn 4/7 was successful, full logs can be found in artifacts with path test/test-reports/distributed.test_distributed_spawn_4.7_fefecb88033ec604_.log 2025-12-04T13:43:26.9514289Z Running 39 items in this shard: test/distributed/test_distributed_spawn.py::TestDistBackendWithSpawn::test_DistributedDataParallelCPU, test/distributed/test_distributed_spawn.py::TestDistBackendWithSpawn::test_DistributedDataParallel_SyncBatchNorm_2D_Input, test/distributed/test_distributed_spawn.py::TestDistBackendWithSpawn::test_DistributedDataParallel_with_amp_and_grad_is_view, test/distributed/test_distributed_spawn.py::TestDistBackendWithSpawn::test_all_gather_coalesced_full_group, test/distributed/test_distributed_spawn.py::TestDistBackendWithSpawn::test_all_gather_coalesced_simple, test/distributed/test_distributed_spawn.py::TestDistBackendWithSpawn::test_all_gather_coalesced_with_empty, test/distributed/test_distributed_spawn.py::TestDistBackendWithSpawn::test_all_gather_into_stack_tensor_cuda, test/distributed/test_distributed_spawn.py::TestDistBackendWithSpawn::test_all_reduce_group_min, test/distributed/test_distributed_spawn.py::TestDistBackendWithSpawn::test_all_reduce_group_sum, test/distributed/test_distributed_spawn.py::TestDistBackendWithSpawn::test_all_reduce_product, test/distributed/test_distributed_spawn.py::TestDistBackendWithSpawn::test_all_to_all, test/distributed/test_distributed_spawn.py::TestDistBackendWithSpawn::test_all_to_all_complex, test/distributed/test_distributed_spawn.py::TestDistBackendWithSpawn::test_all_to_all_full_group, test/distributed/test_distributed_spawn.py::TestDistBackendWithSpawn::test_all_to_all_single_equal_split, test/distributed/test_distributed_spawn.py::TestDistBackendWithSpawn::test_all_to_all_single_equal_split_full_group_cuda, test/distributed/test_distributed_spawn.py::TestDistBackendWithSpawn::test_all_to_all_single_equal_split_group, test/distributed/test_distributed_spawn.py::TestDistBackendWithSpawn::test_all_to_all_single_unequal_split_full_group_cuda, test/distributed/test_distributed_spawn.py::TestDistBackendWithSpawn::test_all_to_all_single_unequal_split_group_cuda, test/distributed/test_distributed_spawn.py::TestDistBackendWithSpawn::test_barrier_cuda, test/distributed/test_distributed_spawn.py::TestDistBackendWithSpawn::test_barrier_full_group_cuda, test/distributed/test_distributed_spawn.py::TestDistBackendWithSpawn::test_barrier_timeout_group, test/distributed/test_distributed_spawn.py::TestDistBackendWithSpawn::test_batch_isend_irecv_gloo, test/distributed/test_distributed_spawn.py::TestDistBackendWithSpawn::test_ddp_compile_static_graph, test/distributed/test_distributed_spawn.py::TestDistBackendWithSpawn::test_ddp_device, test/distributed/test_distributed_spawn.py::TestDistBackendWithSpawn::test_ddp_logging_data_gpu, test/distributed/test_distributed_spawn.py::TestDistBackendWithSpawn::test_ddp_model_diff_shape_across_ranks, test/distributed/test_distributed_spawn.py::TestDistBackendWithSpawn::test_ddp_new_tensor_in_fwd_static_graph, test/distributed/test_distributed_spawn.py::TestDistBackendWithSpawn::test_destroy_full_group, test/distributed/test_distributed_spawn.py::TestDistBackendWithSpawn::test_gather, test/distributed/test_distributed_spawn.py::TestDistBackendWithSpawn::test_get_future, test/distributed/test_distributed_spawn.py::TestDistBackendWithSpawn::test_get_rank_size_group, test/distributed/test_distributed_spawn.py::TestDistBackendWithSpawn::test_isend_autograd_profiler, test/distributed/test_distributed_spawn.py::TestDistBackendWithSpawn::test_monitored_barrier_allreduce_hang_wait_all_ranks, test/distributed/test_distributed_spawn.py::TestDistBackendWithSpawn::test_nccl_backend_bool_reduce, test/distributed/test_distributed_spawn.py::TestDistBackendWithSpawn::test_new_subgroups_with_group_param, test/distributed/test_distributed_spawn.py::TestDistBackendWithSpawn::test_reduce_sum_cuda, test/distributed/test_distributed_spawn.py::TestDistBackendWithSpawn::test_scatter, test/distributed/test_distributed_spawn.py::TestDistBackendWithSpawn::test_scatter_complex, test/distributed/test_distributed_spawn.py::TestDistBackendWithSpawn::test_send_recv_nccl_autograd_profiler 2025-12-04T13:43:26.9522163Z Running 1 items in this shard: test/distributed/test_distributed_spawn.py::TestDistBackendWithSpawn::test_DistributedDataParallelCPU 2025-12-04T13:43:26.9522699Z Running 1 items in this shard: test/distributed/test_distributed_spawn.py::TestDistBackendWithSpawn::test_DistributedDataParallel_SyncBatchNorm_2D_Input 2025-12-04T13:43:26.9523184Z Running 1 items in this shard: test/distributed/test_distributed_spawn.py::TestDistBackendWithSpawn::test_DistributedDataParallel_with_amp_and_grad_is_view 2025-12-04T13:43:26.9523636Z Running 1 items in this shard: test/distributed/test_distributed_spawn.py::TestDistBackendWithSpawn::test_all_gather_coalesced_full_group 2025-12-04T13:43:26.9524051Z Running 1 items in this shard: test/distributed/test_distributed_spawn.py::TestDistBackendWithSpawn::test_all_gather_coalesced_simple 2025-12-04T13:43:26.9524460Z Running 1 items in this shard: test/distributed/test_distributed_spawn.py::TestDistBackendWithSpawn::test_all_gather_coalesced_with_empty 2025-12-04T13:43:26.9524881Z Running 1 items in this shard: test/distributed/test_distributed_spawn.py::TestDistBackendWithSpawn::test_all_gather_into_stack_tensor_cuda 2025-12-04T13:43:26.9525283Z Running 1 items in this shard: test/distributed/test_distributed_spawn.py::TestDistBackendWithSpawn::test_all_reduce_group_min 2025-12-04T13:43:26.9525661Z Running 1 items in this shard: test/distributed/test_distributed_spawn.py::TestDistBackendWithSpawn::test_all_reduce_group_sum 2025-12-04T13:43:26.9526036Z Running 1 items in this shard: test/distributed/test_distributed_spawn.py::TestDistBackendWithSpawn::test_all_reduce_product 2025-12-04T13:43:26.9526399Z Running 1 items in this shard: test/distributed/test_distributed_spawn.py::TestDistBackendWithSpawn::test_all_to_all 2025-12-04T13:43:26.9526800Z Running 1 items in this shard: test/distributed/test_distributed_spawn.py::TestDistBackendWithSpawn::test_all_to_all_complex 2025-12-04T13:43:26.9527182Z Running 1 items in this shard: test/distributed/test_distributed_spawn.py::TestDistBackendWithSpawn::test_all_to_all_full_group 2025-12-04T13:43:26.9527578Z Running 1 items in this shard: test/distributed/test_distributed_spawn.py::TestDistBackendWithSpawn::test_all_to_all_single_equal_split 2025-12-04T13:43:26.9528017Z Running 1 items in this shard: test/distributed/test_distributed_spawn.py::TestDistBackendWithSpawn::test_all_to_all_single_equal_split_full_group_cuda 2025-12-04T13:43:26.9528466Z Running 1 items in this shard: test/distributed/test_distributed_spawn.py::TestDistBackendWithSpawn::test_all_to_all_single_equal_split_group 2025-12-04T13:43:26.9528976Z Running 1 items in this shard: test/distributed/test_distributed_spawn.py::TestDistBackendWithSpawn::test_all_to_all_single_unequal_split_full_group_cuda 2025-12-04T13:43:26.9529429Z Running 1 items in this shard: test/distributed/test_distributed_spawn.py::TestDistBackendWithSpawn::test_all_to_all_single_unequal_split_group_cuda 2025-12-04T13:43:26.9529833Z Running 1 items in this shard: test/distributed/test_distributed_spawn.py::TestDistBackendWithSpawn::test_barrier_cuda 2025-12-04T13:43:26.9530210Z Running 1 items in this shard: test/distributed/test_distributed_spawn.py::TestDistBackendWithSpawn::test_barrier_full_group_cuda 2025-12-04T13:43:26.9530564Z Running 1 items in this shard: test/distributed/test_distributed_spawn.py::TestDistBackendWithSpawn::test_barrier_timeout_group 2025-12-04T13:43:26.9530920Z Running 1 items in this shard: test/distributed/test_distributed_spawn.py::TestDistBackendWithSpawn::test_batch_isend_irecv_gloo 2025-12-04T13:43:26.9531278Z Running 1 items in this shard: test/distributed/test_distributed_spawn.py::TestDistBackendWithSpawn::test_ddp_compile_static_graph 2025-12-04T13:43:26.9531624Z Running 1 items in this shard: test/distributed/test_distributed_spawn.py::TestDistBackendWithSpawn::test_ddp_device 2025-12-04T13:43:26.9531957Z Running 1 items in this shard: test/distributed/test_distributed_spawn.py::TestDistBackendWithSpawn::test_ddp_logging_data_gpu 2025-12-04T13:43:26.9532323Z Running 1 items in this shard: test/distributed/test_distributed_spawn.py::TestDistBackendWithSpawn::test_ddp_model_diff_shape_across_ranks 2025-12-04T13:43:26.9532765Z Running 1 items in this shard: test/distributed/test_distributed_spawn.py::TestDistBackendWithSpawn::test_ddp_new_tensor_in_fwd_static_graph 2025-12-04T13:43:26.9533129Z Running 1 items in this shard: test/distributed/test_distributed_spawn.py::TestDistBackendWithSpawn::test_destroy_full_group 2025-12-04T13:43:26.9533455Z Running 1 items in this shard: test/distributed/test_distributed_spawn.py::TestDistBackendWithSpawn::test_gather 2025-12-04T13:43:26.9533773Z Running 1 items in this shard: test/distributed/test_distributed_spawn.py::TestDistBackendWithSpawn::test_get_future 2025-12-04T13:43:26.9534105Z Running 1 items in this shard: test/distributed/test_distributed_spawn.py::TestDistBackendWithSpawn::test_get_rank_size_group 2025-12-04T13:43:26.9534456Z Running 1 items in this shard: test/distributed/test_distributed_spawn.py::TestDistBackendWithSpawn::test_isend_autograd_profiler 2025-12-04T13:43:26.9534847Z Running 1 items in this shard: test/distributed/test_distributed_spawn.py::TestDistBackendWithSpawn::test_monitored_barrier_allreduce_hang_wait_all_ranks 2025-12-04T13:43:26.9535238Z Running 1 items in this shard: test/distributed/test_distributed_spawn.py::TestDistBackendWithSpawn::test_nccl_backend_bool_reduce 2025-12-04T13:43:26.9535609Z Running 1 items in this shard: test/distributed/test_distributed_spawn.py::TestDistBackendWithSpawn::test_new_subgroups_with_group_param 2025-12-04T13:43:26.9535965Z Running 1 items in this shard: test/distributed/test_distributed_spawn.py::TestDistBackendWithSpawn::test_reduce_sum_cuda 2025-12-04T13:43:26.9536290Z Running 1 items in this shard: test/distributed/test_distributed_spawn.py::TestDistBackendWithSpawn::test_scatter 2025-12-04T13:43:26.9536615Z Running 1 items in this shard: test/distributed/test_distributed_spawn.py::TestDistBackendWithSpawn::test_scatter_complex 2025-12-04T13:43:26.9537012Z Running 1 items in this shard: test/distributed/test_distributed_spawn.py::TestDistBackendWithSpawn::test_send_recv_nccl_autograd_profiler 2025-12-04T13:43:26.9537225Z 2025-12-04T13:43:26.9537311Z Running distributed tests for the gloo backend with env init_method 2025-12-04T13:43:26.9537478Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2025-12-04T13:43:26.9537904Z Executing ['/opt/conda/envs/py_3.10/bin/python', '-bb', 'distributed/test_distributed_spawn.py', '--shard-id=4', '--num-shards=7', '-v', '--subprocess', '-vv', '-rfEX', '-p', 'no:xdist', '--use-pytest', '-x', '--reruns=0', '--import-slow-tests', '--import-disabled-tests'] ... [2025-12-04 13:43:26.951108] 2025-12-04T13:46:23.2550613Z 2025-12-04T13:46:23.2552296Z distributed/test_distributed_spawn 4/7 was successful, full logs can be found in artifacts with path test/test-reports/distributed.test_distributed_spawn_4.7_d4964446c879d020_.log 2025-12-04T13:46:23.2562001Z Running 39 items in this shard: test/distributed/test_distributed_spawn.py::TestDistBackendWithSpawn::test_DistributedDataParallelCPU, test/distributed/test_distributed_spawn.py::TestDistBackendWithSpawn::test_DistributedDataParallel_SyncBatchNorm_2D_Input, test/distributed/test_distributed_spawn.py::TestDistBackendWithSpawn::test_DistributedDataParallel_with_amp_and_grad_is_view, test/distributed/test_distributed_spawn.py::TestDistBackendWithSpawn::test_all_gather_coalesced_full_group, test/distributed/test_distributed_spawn.py::TestDistBackendWithSpawn::test_all_gather_coalesced_simple, test/distributed/test_distributed_spawn.py::TestDistBackendWithSpawn::test_all_gather_coalesced_with_empty, test/distributed/test_distributed_spawn.py::TestDistBackendWithSpawn::test_all_gather_into_stack_tensor_cuda, test/distributed/test_distributed_spawn.py::TestDistBackendWithSpawn::test_all_reduce_group_min, test/distributed/test_distributed_spawn.py::TestDistBackendWithSpawn::test_all_reduce_group_sum, test/distributed/test_distributed_spawn.py::TestDistBackendWithSpawn::test_all_reduce_product, test/distributed/test_distributed_spawn.py::TestDistBackendWithSpawn::test_all_to_all, test/distributed/test_distributed_spawn.py::TestDistBackendWithSpawn::test_all_to_all_complex, test/distributed/test_distributed_spawn.py::TestDistBackendWithSpawn::test_all_to_all_full_group, test/distributed/test_distributed_spawn.py::TestDistBackendWithSpawn::test_all_to_all_single_equal_split, test/distributed/test_distributed_spawn.py::TestDistBackendWithSpawn::test_all_to_all_single_equal_split_full_group_cuda, test/distributed/test_distributed_spawn.py::TestDistBackendWithSpawn::test_all_to_all_single_equal_split_group, test/distributed/test_distributed_spawn.py::TestDistBackendWithSpawn::test_all_to_all_single_unequal_split_full_group_cuda, test/distributed/test_distributed_spawn.py::TestDistBackendWithSpawn::test_all_to_all_single_unequal_split_group_cuda, test/distributed/test_distributed_spawn.py::TestDistBackendWithSpawn::test_barrier_cuda, test/distributed/test_distributed_spawn.py::TestDistBackendWithSpawn::test_barrier_full_group_cuda, test/distributed/test_distributed_spawn.py::TestDistBackendWithSpawn::test_barrier_timeout_group, test/distributed/test_distributed_spawn.py::TestDistBackendWithSpawn::test_batch_isend_irecv_gloo, test/distributed/test_distributed_spawn.py::TestDistBackendWithSpawn::test_ddp_compile_static_graph, test/distributed/test_distributed_spawn.py::TestDistBackendWithSpawn::test_ddp_device, test/distributed/test_distributed_spawn.py::TestDistBackendWithSpawn::test_ddp_logging_data_gpu, test/distributed/test_distributed_spawn.py::TestDistBackendWithSpawn::test_ddp_model_diff_shape_across_ranks, test/distributed/test_distributed_spawn.py::TestDistBackendWithSpawn::test_ddp_new_tensor_in_fwd_static_graph, test/distributed/test_distributed_spawn.py::TestDistBackendWithSpawn::test_destroy_full_group, test/distributed/test_distributed_spawn.py::TestDistBackendWithSpawn::test_gather, test/distributed/test_distributed_spawn.py::TestDistBackendWithSpawn::test_get_future, test/distributed/test_distributed_spawn.py::TestDistBackendWithSpawn::test_get_rank_size_group, test/distributed/test_distributed_spawn.py::TestDistBackendWithSpawn::test_isend_autograd_profiler, test/distributed/test_distributed_spawn.py::TestDistBackendWithSpawn::test_monitored_barrier_allreduce_hang_wait_all_ranks, test/distributed/test_distributed_spawn.py::TestDistBackendWithSpawn::test_nccl_backend_bool_reduce, test/distributed/test_distributed_spawn.py::TestDistBackendWithSpawn::test_new_subgroups_with_group_param, test/distributed/test_distributed_spawn.py::TestDistBackendWithSpawn::test_reduce_sum_cuda, test/distributed/test_distributed_spawn.py::TestDistBackendWithSpawn::test_scatter, test/distributed/test_distributed_spawn.py::TestDistBackendWithSpawn::test_scatter_complex, test/distributed/test_distributed_spawn.py::TestDistBackendWithSpawn::test_send_recv_nccl_autograd_profiler 2025-12-04T13:46:23.2570113Z Running 1 items in this shard: test/distributed/test_distributed_spawn.py::TestDistBackendWithSpawn::test_DistributedDataParallelCPU 2025-12-04T13:46:23.2570714Z Running 1 items in this shard: test/distributed/test_distributed_spawn.py::TestDistBackendWithSpawn::test_DistributedDataParallel_SyncBatchNorm_2D_Input 2025-12-04T13:46:23.2571182Z Running 1 items in this shard: test/distributed/test_distributed_spawn.py::TestDistBackendWithSpawn::test_DistributedDataParallel_with_amp_and_grad_is_view 2025-12-04T13:46:23.2571618Z Running 1 items in this shard: test/distributed/test_distributed_spawn.py::TestDistBackendWithSpawn::test_all_gather_coalesced_full_group 2025-12-04T13:46:23.2572026Z Running 1 items in this shard: test/distributed/test_distributed_spawn.py::TestDistBackendWithSpawn::test_all_gather_coalesced_simple 2025-12-04T13:46:23.2572428Z Running 1 items in this shard: test/distributed/test_distributed_spawn.py::TestDistBackendWithSpawn::test_all_gather_coalesced_with_empty 2025-12-04T13:46:23.2572841Z Running 1 items in this shard: test/distributed/test_distributed_spawn.py::TestDistBackendWithSpawn::test_all_gather_into_stack_tensor_cuda 2025-12-04T13:46:23.2573237Z Running 1 items in this shard: test/distributed/test_distributed_spawn.py::TestDistBackendWithSpawn::test_all_reduce_group_min 2025-12-04T13:46:23.2573656Z Running 1 items in this shard: test/distributed/test_distributed_spawn.py::TestDistBackendWithSpawn::test_all_reduce_group_sum 2025-12-04T13:46:23.2574031Z Running 1 items in this shard: test/distributed/test_distributed_spawn.py::TestDistBackendWithSpawn::test_all_reduce_product 2025-12-04T13:46:23.2574384Z Running 1 items in this shard: test/distributed/test_distributed_spawn.py::TestDistBackendWithSpawn::test_all_to_all 2025-12-04T13:46:23.2574738Z Running 1 items in this shard: test/distributed/test_distributed_spawn.py::TestDistBackendWithSpawn::test_all_to_all_complex 2025-12-04T13:46:23.2575108Z Running 1 items in this shard: test/distributed/test_distributed_spawn.py::TestDistBackendWithSpawn::test_all_to_all_full_group 2025-12-04T13:46:23.2575492Z Running 1 items in this shard: test/distributed/test_distributed_spawn.py::TestDistBackendWithSpawn::test_all_to_all_single_equal_split 2025-12-04T13:46:23.2575918Z Running 1 items in this shard: test/distributed/test_distributed_spawn.py::TestDistBackendWithSpawn::test_all_to_all_single_equal_split_full_group_cuda 2025-12-04T13:46:23.2576353Z Running 1 items in this shard: test/distributed/test_distributed_spawn.py::TestDistBackendWithSpawn::test_all_to_all_single_equal_split_group 2025-12-04T13:46:23.2576823Z Running 1 items in this shard: test/distributed/test_distributed_spawn.py::TestDistBackendWithSpawn::test_all_to_all_single_unequal_split_full_group_cuda 2025-12-04T13:46:23.2577272Z Running 1 items in this shard: test/distributed/test_distributed_spawn.py::TestDistBackendWithSpawn::test_all_to_all_single_unequal_split_group_cuda 2025-12-04T13:46:23.2577671Z Running 1 items in this shard: test/distributed/test_distributed_spawn.py::TestDistBackendWithSpawn::test_barrier_cuda 2025-12-04T13:46:23.2578037Z Running 1 items in this shard: test/distributed/test_distributed_spawn.py::TestDistBackendWithSpawn::test_barrier_full_group_cuda 2025-12-04T13:46:23.2578417Z Running 1 items in this shard: test/distributed/test_distributed_spawn.py::TestDistBackendWithSpawn::test_barrier_timeout_group 2025-12-04T13:46:23.2578798Z Running 1 items in this shard: test/distributed/test_distributed_spawn.py::TestDistBackendWithSpawn::test_batch_isend_irecv_gloo 2025-12-04T13:46:23.2579181Z Running 1 items in this shard: test/distributed/test_distributed_spawn.py::TestDistBackendWithSpawn::test_ddp_compile_static_graph 2025-12-04T13:46:23.2579551Z Running 1 items in this shard: test/distributed/test_distributed_spawn.py::TestDistBackendWithSpawn::test_ddp_device 2025-12-04T13:46:23.2579950Z Running 1 items in this shard: test/distributed/test_distributed_spawn.py::TestDistBackendWithSpawn::test_ddp_logging_data_gpu 2025-12-04T13:46:23.2580345Z Running 1 items in this shard: test/distributed/test_distributed_spawn.py::TestDistBackendWithSpawn::test_ddp_model_diff_shape_across_ranks 2025-12-04T13:46:23.2580741Z Running 1 items in this shard: test/distributed/test_distributed_spawn.py::TestDistBackendWithSpawn::test_ddp_new_tensor_in_fwd_static_graph 2025-12-04T13:46:23.2581116Z Running 1 items in this shard: test/distributed/test_distributed_spawn.py::TestDistBackendWithSpawn::test_destroy_full_group 2025-12-04T13:46:23.2581447Z Running 1 items in this shard: test/distributed/test_distributed_spawn.py::TestDistBackendWithSpawn::test_gather 2025-12-04T13:46:23.2581768Z Running 1 items in this shard: test/distributed/test_distributed_spawn.py::TestDistBackendWithSpawn::test_get_future 2025-12-04T13:46:23.2582109Z Running 1 items in this shard: test/distributed/test_distributed_spawn.py::TestDistBackendWithSpawn::test_get_rank_size_group 2025-12-04T13:46:23.2582467Z Running 1 items in this shard: test/distributed/test_distributed_spawn.py::TestDistBackendWithSpawn::test_isend_autograd_profiler 2025-12-04T13:46:23.2582861Z Running 1 items in this shard: test/distributed/test_distributed_spawn.py::TestDistBackendWithSpawn::test_monitored_barrier_allreduce_hang_wait_all_ranks 2025-12-04T13:46:23.2583301Z Running 1 items in this shard: test/distributed/test_distributed_spawn.py::TestDistBackendWithSpawn::test_nccl_backend_bool_reduce 2025-12-04T13:46:23.2583675Z Running 1 items in this shard: test/distributed/test_distributed_spawn.py::TestDistBackendWithSpawn::test_new_subgroups_with_group_param 2025-12-04T13:46:23.2584038Z Running 1 items in this shard: test/distributed/test_distributed_spawn.py::TestDistBackendWithSpawn::test_reduce_sum_cuda 2025-12-04T13:46:23.2584365Z Running 1 items in this shard: test/distributed/test_distributed_spawn.py::TestDistBackendWithSpawn::test_scatter 2025-12-04T13:46:23.2584695Z Running 1 items in this shard: test/distributed/test_distributed_spawn.py::TestDistBackendWithSpawn::test_scatter_complex 2025-12-04T13:46:23.2585083Z Running 1 items in this shard: test/distributed/test_distributed_spawn.py::TestDistBackendWithSpawn::test_send_recv_nccl_autograd_profiler 2025-12-04T13:46:23.2585302Z 2025-12-04T13:46:23.2591113Z Running distributed tests for the gloo backend with file init_method 2025-12-04T13:46:23.2591308Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2025-12-04T13:46:23.2591742Z Executing ['/opt/conda/envs/py_3.10/bin/python', '-bb', 'distributed/test_distributed_spawn.py', '--shard-id=4', '--num-shards=7', '-v', '--subprocess', '-vv', '-rfEX', '-p', 'no:xdist', '--use-pytest', '-x', '--reruns=0', '--import-slow-tests', '--import-disabled-tests'] ... [2025-12-04 13:46:23.256239] 2025-12-04T13:49:18.5031027Z 2025-12-04T13:49:18.5031906Z distributed/test_distributed_spawn 4/7 was successful, full logs can be found in artifacts with path test/test-reports/distributed.test_distributed_spawn_4.7_05423e81f49c7dc9_.log 2025-12-04T13:49:18.5043239Z Running 39 items in this shard: test/distributed/test_distributed_spawn.py::TestDistBackendWithSpawn::test_DistributedDataParallelCPU, test/distributed/test_distributed_spawn.py::TestDistBackendWithSpawn::test_DistributedDataParallel_SyncBatchNorm_2D_Input, test/distributed/test_distributed_spawn.py::TestDistBackendWithSpawn::test_DistributedDataParallel_with_amp_and_grad_is_view, test/distributed/test_distributed_spawn.py::TestDistBackendWithSpawn::test_all_gather_coalesced_full_group, test/distributed/test_distributed_spawn.py::TestDistBackendWithSpawn::test_all_gather_coalesced_simple, test/distributed/test_distributed_spawn.py::TestDistBackendWithSpawn::test_all_gather_coalesced_with_empty, test/distributed/test_distributed_spawn.py::TestDistBackendWithSpawn::test_all_gather_into_stack_tensor_cuda, test/distributed/test_distributed_spawn.py::TestDistBackendWithSpawn::test_all_reduce_group_min, test/distributed/test_distributed_spawn.py::TestDistBackendWithSpawn::test_all_reduce_group_sum, test/distributed/test_distributed_spawn.py::TestDistBackendWithSpawn::test_all_reduce_product, test/distributed/test_distributed_spawn.py::TestDistBackendWithSpawn::test_all_to_all, test/distributed/test_distributed_spawn.py::TestDistBackendWithSpawn::test_all_to_all_complex, test/distributed/test_distributed_spawn.py::TestDistBackendWithSpawn::test_all_to_all_full_group, test/distributed/test_distributed_spawn.py::TestDistBackendWithSpawn::test_all_to_all_single_equal_split, test/distributed/test_distributed_spawn.py::TestDistBackendWithSpawn::test_all_to_all_single_equal_split_full_group_cuda, test/distributed/test_distributed_spawn.py::TestDistBackendWithSpawn::test_all_to_all_single_equal_split_group, test/distributed/test_distributed_spawn.py::TestDistBackendWithSpawn::test_all_to_all_single_unequal_split_full_group_cuda, test/distributed/test_distributed_spawn.py::TestDistBackendWithSpawn::test_all_to_all_single_unequal_split_group_cuda, test/distributed/test_distributed_spawn.py::TestDistBackendWithSpawn::test_barrier_cuda, test/distributed/test_distributed_spawn.py::TestDistBackendWithSpawn::test_barrier_full_group_cuda, test/distributed/test_distributed_spawn.py::TestDistBackendWithSpawn::test_barrier_timeout_group, test/distributed/test_distributed_spawn.py::TestDistBackendWithSpawn::test_batch_isend_irecv_gloo, test/distributed/test_distributed_spawn.py::TestDistBackendWithSpawn::test_ddp_compile_static_graph, test/distributed/test_distributed_spawn.py::TestDistBackendWithSpawn::test_ddp_device, test/distributed/test_distributed_spawn.py::TestDistBackendWithSpawn::test_ddp_logging_data_gpu, test/distributed/test_distributed_spawn.py::TestDistBackendWithSpawn::test_ddp_model_diff_shape_across_ranks, test/distributed/test_distributed_spawn.py::TestDistBackendWithSpawn::test_ddp_new_tensor_in_fwd_static_graph, test/distributed/test_distributed_spawn.py::TestDistBackendWithSpawn::test_destroy_full_group, test/distributed/test_distributed_spawn.py::TestDistBackendWithSpawn::test_gather, test/distributed/test_distributed_spawn.py::TestDistBackendWithSpawn::test_get_future, test/distributed/test_distributed_spawn.py::TestDistBackendWithSpawn::test_get_rank_size_group, test/distributed/test_distributed_spawn.py::TestDistBackendWithSpawn::test_isend_autograd_profiler, test/distributed/test_distributed_spawn.py::TestDistBackendWithSpawn::test_monitored_barrier_allreduce_hang_wait_all_ranks, test/distributed/test_distributed_spawn.py::TestDistBackendWithSpawn::test_nccl_backend_bool_reduce, test/distributed/test_distributed_spawn.py::TestDistBackendWithSpawn::test_new_subgroups_with_group_param, test/distributed/test_distributed_spawn.py::TestDistBackendWithSpawn::test_reduce_sum_cuda, test/distributed/test_distributed_spawn.py::TestDistBackendWithSpawn::test_scatter, test/distributed/test_distributed_spawn.py::TestDistBackendWithSpawn::test_scatter_complex, test/distributed/test_distributed_spawn.py::TestDistBackendWithSpawn::test_send_recv_nccl_autograd_profiler 2025-12-04T13:49:18.5051726Z Running 1 items in this shard: test/distributed/test_distributed_spawn.py::TestDistBackendWithSpawn::test_DistributedDataParallelCPU 2025-12-04T13:49:18.5052189Z Running 1 items in this shard: test/distributed/test_distributed_spawn.py::TestDistBackendWithSpawn::test_DistributedDataParallel_SyncBatchNorm_2D_Input 2025-12-04T13:49:18.5052683Z Running 1 items in this shard: test/distributed/test_distributed_spawn.py::TestDistBackendWithSpawn::test_DistributedDataParallel_with_amp_and_grad_is_view 2025-12-04T13:49:18.5053150Z Running 1 items in this shard: test/distributed/test_distributed_spawn.py::TestDistBackendWithSpawn::test_all_gather_coalesced_full_group 2025-12-04T13:49:18.5053582Z Running 1 items in this shard: test/distributed/test_distributed_spawn.py::TestDistBackendWithSpawn::test_all_gather_coalesced_simple 2025-12-04T13:49:18.5054060Z Running 1 items in this shard: test/distributed/test_distributed_spawn.py::TestDistBackendWithSpawn::test_all_gather_coalesced_with_empty 2025-12-04T13:49:18.5054502Z Running 1 items in this shard: test/distributed/test_distributed_spawn.py::TestDistBackendWithSpawn::test_all_gather_into_stack_tensor_cuda 2025-12-04T13:49:18.5054921Z Running 1 items in this shard: test/distributed/test_distributed_spawn.py::TestDistBackendWithSpawn::test_all_reduce_group_min 2025-12-04T13:49:18.5055320Z Running 1 items in this shard: test/distributed/test_distributed_spawn.py::TestDistBackendWithSpawn::test_all_reduce_group_sum 2025-12-04T13:49:18.5055704Z Running 1 items in this shard: test/distributed/test_distributed_spawn.py::TestDistBackendWithSpawn::test_all_reduce_product 2025-12-04T13:49:18.5056086Z Running 1 items in this shard: test/distributed/test_distributed_spawn.py::TestDistBackendWithSpawn::test_all_to_all 2025-12-04T13:49:18.5056460Z Running 1 items in this shard: test/distributed/test_distributed_spawn.py::TestDistBackendWithSpawn::test_all_to_all_complex 2025-12-04T13:49:18.5056884Z Running 1 items in this shard: test/distributed/test_distributed_spawn.py::TestDistBackendWithSpawn::test_all_to_all_full_group 2025-12-04T13:49:18.5057294Z Running 1 items in this shard: test/distributed/test_distributed_spawn.py::TestDistBackendWithSpawn::test_all_to_all_single_equal_split 2025-12-04T13:49:18.5057748Z Running 1 items in this shard: test/distributed/test_distributed_spawn.py::TestDistBackendWithSpawn::test_all_to_all_single_equal_split_full_group_cuda 2025-12-04T13:49:18.5058287Z Running 1 items in this shard: test/distributed/test_distributed_spawn.py::TestDistBackendWithSpawn::test_all_to_all_single_equal_split_group 2025-12-04T13:49:18.5058751Z Running 1 items in this shard: test/distributed/test_distributed_spawn.py::TestDistBackendWithSpawn::test_all_to_all_single_unequal_split_full_group_cuda 2025-12-04T13:49:18.5059223Z Running 1 items in this shard: test/distributed/test_distributed_spawn.py::TestDistBackendWithSpawn::test_all_to_all_single_unequal_split_group_cuda 2025-12-04T13:49:18.5059643Z Running 1 items in this shard: test/distributed/test_distributed_spawn.py::TestDistBackendWithSpawn::test_barrier_cuda 2025-12-04T13:49:18.5060033Z Running 1 items in this shard: test/distributed/test_distributed_spawn.py::TestDistBackendWithSpawn::test_barrier_full_group_cuda 2025-12-04T13:49:18.5060432Z Running 1 items in this shard: test/distributed/test_distributed_spawn.py::TestDistBackendWithSpawn::test_barrier_timeout_group 2025-12-04T13:49:18.5060821Z Running 1 items in this shard: test/distributed/test_distributed_spawn.py::TestDistBackendWithSpawn::test_batch_isend_irecv_gloo 2025-12-04T13:49:18.5061180Z Running 1 items in this shard: test/distributed/test_distributed_spawn.py::TestDistBackendWithSpawn::test_ddp_compile_static_graph 2025-12-04T13:49:18.5061519Z Running 1 items in this shard: test/distributed/test_distributed_spawn.py::TestDistBackendWithSpawn::test_ddp_device 2025-12-04T13:49:18.5061854Z Running 1 items in this shard: test/distributed/test_distributed_spawn.py::TestDistBackendWithSpawn::test_ddp_logging_data_gpu 2025-12-04T13:49:18.5062221Z Running 1 items in this shard: test/distributed/test_distributed_spawn.py::TestDistBackendWithSpawn::test_ddp_model_diff_shape_across_ranks 2025-12-04T13:49:18.5062607Z Running 1 items in this shard: test/distributed/test_distributed_spawn.py::TestDistBackendWithSpawn::test_ddp_new_tensor_in_fwd_static_graph 2025-12-04T13:49:18.5062977Z Running 1 items in this shard: test/distributed/test_distributed_spawn.py::TestDistBackendWithSpawn::test_destroy_full_group 2025-12-04T13:49:18.5063306Z Running 1 items in this shard: test/distributed/test_distributed_spawn.py::TestDistBackendWithSpawn::test_gather 2025-12-04T13:49:18.5063621Z Running 1 items in this shard: test/distributed/test_distributed_spawn.py::TestDistBackendWithSpawn::test_get_future 2025-12-04T13:49:18.5063955Z Running 1 items in this shard: test/distributed/test_distributed_spawn.py::TestDistBackendWithSpawn::test_get_rank_size_group 2025-12-04T13:49:18.5064343Z Running 1 items in this shard: test/distributed/test_distributed_spawn.py::TestDistBackendWithSpawn::test_isend_autograd_profiler 2025-12-04T13:49:18.5064733Z Running 1 items in this shard: test/distributed/test_distributed_spawn.py::TestDistBackendWithSpawn::test_monitored_barrier_allreduce_hang_wait_all_ranks 2025-12-04T13:49:18.5065125Z Running 1 items in this shard: test/distributed/test_distributed_spawn.py::TestDistBackendWithSpawn::test_nccl_backend_bool_reduce 2025-12-04T13:49:18.5065496Z Running 1 items in this shard: test/distributed/test_distributed_spawn.py::TestDistBackendWithSpawn::test_new_subgroups_with_group_param 2025-12-04T13:49:18.5065853Z Running 1 items in this shard: test/distributed/test_distributed_spawn.py::TestDistBackendWithSpawn::test_reduce_sum_cuda 2025-12-04T13:49:18.5066175Z Running 1 items in this shard: test/distributed/test_distributed_spawn.py::TestDistBackendWithSpawn::test_scatter 2025-12-04T13:49:18.5066498Z Running 1 items in this shard: test/distributed/test_distributed_spawn.py::TestDistBackendWithSpawn::test_scatter_complex 2025-12-04T13:49:18.5066896Z Running 1 items in this shard: test/distributed/test_distributed_spawn.py::TestDistBackendWithSpawn::test_send_recv_nccl_autograd_profiler 2025-12-04T13:49:18.5067107Z 2025-12-04T13:49:18.5067243Z Finished distributed/test_distributed_spawn 4/7 ... [2025-12-04 13:49:18.504103][3582471.558427927], took 13.03min 2025-12-04T13:49:18.5067717Z Parsing testcases for test report: /var/lib/jenkins/pytorch/test/test-reports/python-pytest/distributed.test_inductor_collectives/distributed.test_inductor_collectives-f9afad458cd75285.xml 2025-12-04T13:49:18.5071851Z Failed to parse and upload json test reports: Unable to locate credentials 2025-12-04T13:49:18.5074845Z Running distributed/test_distributed_spawn 7/7 ... [2025-12-04 13:49:18.507373][3582471.561703977] 2025-12-04T13:49:18.5075499Z MPI not available -- MPI backend tests will be skipped 2025-12-04T13:49:18.5076581Z Running distributed tests for the test backend with env init_method 2025-12-04T13:49:18.5077707Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2025-12-04T13:49:18.5079580Z Executing ['/opt/conda/envs/py_3.10/bin/python', '-bb', 'distributed/test_distributed_spawn.py', '--shard-id=7', '--num-shards=7', '-v', '--subprocess', '-vv', '-rfEX', '-p', 'no:xdist', '--use-pytest', '-x', '--reruns=0', '--import-slow-tests', '--import-disabled-tests'] ... [2025-12-04 13:49:18.507821] 2025-12-04T13:49:20.4458679Z 2025-12-04T13:49:20.4459449Z distributed/test_distributed_spawn 7/7 was successful, full logs can be found in artifacts with path test/test-reports/distributed.test_distributed_spawn_7.7_fa1b784ddd52560c_.log 2025-12-04T13:49:20.4460063Z Running 0 items in this shard: 2025-12-04T13:49:20.4460211Z 2025-12-04T13:49:20.4463771Z Running distributed tests for the test backend with file init_method 2025-12-04T13:49:20.4464541Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2025-12-04T13:49:20.4467429Z Executing ['/opt/conda/envs/py_3.10/bin/python', '-bb', 'distributed/test_distributed_spawn.py', '--shard-id=7', '--num-shards=7', '-v', '--subprocess', '-vv', '-rfEX', '-p', 'no:xdist', '--use-pytest', '-x', '--reruns=0', '--import-slow-tests', '--import-disabled-tests'] ... [2025-12-04 13:49:20.446549] 2025-12-04T13:49:22.3738472Z 2025-12-04T13:49:22.3739528Z distributed/test_distributed_spawn 7/7 was successful, full logs can be found in artifacts with path test/test-reports/distributed.test_distributed_spawn_7.7_001468146d4c539b_.log 2025-12-04T13:49:22.3740382Z Running 0 items in this shard: 2025-12-04T13:49:22.3740566Z 2025-12-04T13:49:22.3745098Z Running distributed tests for the nccl backend with env init_method 2025-12-04T13:49:22.3745538Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2025-12-04T13:49:22.3748906Z Executing ['/opt/conda/envs/py_3.10/bin/python', '-bb', 'distributed/test_distributed_spawn.py', '--shard-id=7', '--num-shards=7', '-v', '--subprocess', '-vv', '-rfEX', '-p', 'no:xdist', '--use-pytest', '-x', '--reruns=0', '--import-slow-tests', '--import-disabled-tests'] ... [2025-12-04 13:49:22.374701] 2025-12-04T13:57:02.0474121Z 2025-12-04T13:57:02.0475841Z distributed/test_distributed_spawn 7/7 was successful, full logs can be found in artifacts with path test/test-reports/distributed.test_distributed_spawn_7.7_456c16abe6365290_.log 2025-12-04T13:57:02.0484370Z Running 34 items in this shard: test/distributed/test_distributed_spawn.py::TestDistBackendWithSpawn::test_DistributedDataParallelCPU_grad_is_view, test/distributed/test_distributed_spawn.py::TestDistBackendWithSpawn::test_DistributedDataParallel_SyncBatchNorm, test/distributed/test_distributed_spawn.py::TestDistBackendWithSpawn::test_accumulate_gradients_no_sync, test/distributed/test_distributed_spawn.py::TestDistBackendWithSpawn::test_accumulate_gradients_no_sync_allreduce_hook, test/distributed/test_distributed_spawn.py::TestDistBackendWithSpawn::test_accumulate_gradients_no_sync_grad_is_view, test/distributed/test_distributed_spawn.py::TestDistBackendWithSpawn::test_all_gather_coalesced_group, test/distributed/test_distributed_spawn.py::TestDistBackendWithSpawn::test_all_gather_group, test/distributed/test_distributed_spawn.py::TestDistBackendWithSpawn::test_all_reduce_coalesced_full_group_min, test/distributed/test_distributed_spawn.py::TestDistBackendWithSpawn::test_all_reduce_coalesced_group_max, test/distributed/test_distributed_spawn.py::TestDistBackendWithSpawn::test_all_reduce_coalesced_group_sum, test/distributed/test_distributed_spawn.py::TestDistBackendWithSpawn::test_all_reduce_full_group_sum, test/distributed/test_distributed_spawn.py::TestDistBackendWithSpawn::test_barrier_group_cuda, test/distributed/test_distributed_spawn.py::TestDistBackendWithSpawn::test_batch_isend_irecv_op_err, test/distributed/test_distributed_spawn.py::TestDistBackendWithSpawn::test_compute_bucket_assignment_by_size_sparse_error_with_logger, test/distributed/test_distributed_spawn.py::TestDistBackendWithSpawn::test_ddp_comm_hook_logging, test/distributed/test_distributed_spawn.py::TestDistBackendWithSpawn::test_ddp_hook_parity_post_localSGD, test/distributed/test_distributed_spawn.py::TestDistBackendWithSpawn::test_ddp_multiple_nested_unused_params_error, test/distributed/test_distributed_spawn.py::TestDistBackendWithSpawn::test_ddp_namedtuple, test/distributed/test_distributed_spawn.py::TestDistBackendWithSpawn::test_ddp_static_graph_nested_types, test/distributed/test_distributed_spawn.py::TestDistBackendWithSpawn::test_get_backend, test/distributed/test_distributed_spawn.py::TestDistBackendWithSpawn::test_get_data_parallel_params, test/distributed/test_distributed_spawn.py::TestDistBackendWithSpawn::test_grads_same_across_ranks_with_no_sync, test/distributed/test_distributed_spawn.py::TestDistBackendWithSpawn::test_invalid_static_graph, test/distributed/test_distributed_spawn.py::TestDistBackendWithSpawn::test_monitored_barrier_allreduce_hang, test/distributed/test_distributed_spawn.py::TestDistBackendWithSpawn::test_monitored_barrier_gloo_rank_0_timeout, test/distributed/test_distributed_spawn.py::TestDistBackendWithSpawn::test_nccl_backend_bool_broadcast, test/distributed/test_distributed_spawn.py::TestDistBackendWithSpawn::test_new_subgroups_by_enumeration, test/distributed/test_distributed_spawn.py::TestDistBackendWithSpawn::test_new_subgroups_by_enumeration_negative_input_rank, test/distributed/test_distributed_spawn.py::TestDistBackendWithSpawn::test_new_subgroups_overlap_not_allowed, test/distributed/test_distributed_spawn.py::TestDistBackendWithSpawn::test_post_localSGD_optimizer_parity_with_hierarchical_sgd, test/distributed/test_distributed_spawn.py::TestDistBackendWithSpawn::test_reduce_full_group_product, test/distributed/test_distributed_spawn.py::TestDistBackendWithSpawn::test_reduce_scatter_v_cuda, test/distributed/test_distributed_spawn.py::TestDistBackendWithSpawn::test_sparse_all_reduce_sum, test/distributed/test_distributed_spawn.py::TestDistBackendWithSpawn::test_undefined_grad_parity_unused_parameters 2025-12-04T13:57:02.0491722Z Running 1 items in this shard: test/distributed/test_distributed_spawn.py::TestDistBackendWithSpawn::test_DistributedDataParallelCPU_grad_is_view 2025-12-04T13:57:02.0492309Z Running 1 items in this shard: test/distributed/test_distributed_spawn.py::TestDistBackendWithSpawn::test_DistributedDataParallel_SyncBatchNorm 2025-12-04T13:57:02.0492873Z Running 1 items in this shard: test/distributed/test_distributed_spawn.py::TestDistBackendWithSpawn::test_DistributedDataParallel_SyncBatchNorm 2025-12-04T13:57:02.0493386Z Running 1 items in this shard: test/distributed/test_distributed_spawn.py::TestDistBackendWithSpawn::test_accumulate_gradients_no_sync 2025-12-04T13:57:02.0493858Z Running 1 items in this shard: test/distributed/test_distributed_spawn.py::TestDistBackendWithSpawn::test_accumulate_gradients_no_sync_allreduce_hook 2025-12-04T13:57:02.0494287Z Running 1 items in this shard: test/distributed/test_distributed_spawn.py::TestDistBackendWithSpawn::test_accumulate_gradients_no_sync_grad_is_view 2025-12-04T13:57:02.0494690Z Running 1 items in this shard: test/distributed/test_distributed_spawn.py::TestDistBackendWithSpawn::test_all_gather_coalesced_group 2025-12-04T13:57:02.0495058Z Running 1 items in this shard: test/distributed/test_distributed_spawn.py::TestDistBackendWithSpawn::test_all_gather_group 2025-12-04T13:57:02.0495435Z Running 1 items in this shard: test/distributed/test_distributed_spawn.py::TestDistBackendWithSpawn::test_all_reduce_coalesced_full_group_min 2025-12-04T13:57:02.0495838Z Running 1 items in this shard: test/distributed/test_distributed_spawn.py::TestDistBackendWithSpawn::test_all_reduce_coalesced_group_max 2025-12-04T13:57:02.0496281Z Running 1 items in this shard: test/distributed/test_distributed_spawn.py::TestDistBackendWithSpawn::test_all_reduce_coalesced_group_sum 2025-12-04T13:57:02.0496667Z Running 1 items in this shard: test/distributed/test_distributed_spawn.py::TestDistBackendWithSpawn::test_all_reduce_full_group_sum 2025-12-04T13:57:02.0497082Z Running 1 items in this shard: test/distributed/test_distributed_spawn.py::TestDistBackendWithSpawn::test_barrier_group_cuda 2025-12-04T13:57:02.0497455Z Running 1 items in this shard: test/distributed/test_distributed_spawn.py::TestDistBackendWithSpawn::test_batch_isend_irecv_op_err 2025-12-04T13:57:02.0497878Z Running 1 items in this shard: test/distributed/test_distributed_spawn.py::TestDistBackendWithSpawn::test_compute_bucket_assignment_by_size_sparse_error_with_logger 2025-12-04T13:57:02.0498304Z Running 1 items in this shard: test/distributed/test_distributed_spawn.py::TestDistBackendWithSpawn::test_ddp_comm_hook_logging 2025-12-04T13:57:02.0498688Z Running 1 items in this shard: test/distributed/test_distributed_spawn.py::TestDistBackendWithSpawn::test_ddp_hook_parity_post_localSGD 2025-12-04T13:57:02.0499096Z Running 1 items in this shard: test/distributed/test_distributed_spawn.py::TestDistBackendWithSpawn::test_ddp_multiple_nested_unused_params_error 2025-12-04T13:57:02.0499477Z Running 1 items in this shard: test/distributed/test_distributed_spawn.py::TestDistBackendWithSpawn::test_ddp_namedtuple 2025-12-04T13:57:02.0499846Z Running 1 items in this shard: test/distributed/test_distributed_spawn.py::TestDistBackendWithSpawn::test_ddp_static_graph_nested_types 2025-12-04T13:57:02.0500210Z Running 1 items in this shard: test/distributed/test_distributed_spawn.py::TestDistBackendWithSpawn::test_get_backend 2025-12-04T13:57:02.0500562Z Running 1 items in this shard: test/distributed/test_distributed_spawn.py::TestDistBackendWithSpawn::test_get_data_parallel_params 2025-12-04T13:57:02.0500960Z Running 1 items in this shard: test/distributed/test_distributed_spawn.py::TestDistBackendWithSpawn::test_grads_same_across_ranks_with_no_sync 2025-12-04T13:57:02.0501351Z Running 1 items in this shard: test/distributed/test_distributed_spawn.py::TestDistBackendWithSpawn::test_invalid_static_graph 2025-12-04T13:57:02.0501737Z Running 1 items in this shard: test/distributed/test_distributed_spawn.py::TestDistBackendWithSpawn::test_monitored_barrier_allreduce_hang 2025-12-04T13:57:02.0502183Z Running 1 items in this shard: test/distributed/test_distributed_spawn.py::TestDistBackendWithSpawn::test_monitored_barrier_gloo_rank_0_timeout 2025-12-04T13:57:02.0502583Z Running 1 items in this shard: test/distributed/test_distributed_spawn.py::TestDistBackendWithSpawn::test_nccl_backend_bool_broadcast 2025-12-04T13:57:02.0502964Z Running 1 items in this shard: test/distributed/test_distributed_spawn.py::TestDistBackendWithSpawn::test_new_subgroups_by_enumeration 2025-12-04T13:57:02.0503378Z Running 1 items in this shard: test/distributed/test_distributed_spawn.py::TestDistBackendWithSpawn::test_new_subgroups_by_enumeration_negative_input_rank 2025-12-04T13:57:02.0503799Z Running 1 items in this shard: test/distributed/test_distributed_spawn.py::TestDistBackendWithSpawn::test_new_subgroups_overlap_not_allowed 2025-12-04T13:57:02.0504215Z Running 1 items in this shard: test/distributed/test_distributed_spawn.py::TestDistBackendWithSpawn::test_post_localSGD_optimizer_parity_with_hierarchical_sgd 2025-12-04T13:57:02.0504621Z Running 1 items in this shard: test/distributed/test_distributed_spawn.py::TestDistBackendWithSpawn::test_reduce_full_group_product 2025-12-04T13:57:02.0504983Z Running 1 items in this shard: test/distributed/test_distributed_spawn.py::TestDistBackendWithSpawn::test_reduce_scatter_v_cuda 2025-12-04T13:57:02.0505337Z Running 1 items in this shard: test/distributed/test_distributed_spawn.py::TestDistBackendWithSpawn::test_sparse_all_reduce_sum 2025-12-04T13:57:02.0505746Z Running 1 items in this shard: test/distributed/test_distributed_spawn.py::TestDistBackendWithSpawn::test_undefined_grad_parity_unused_parameters 2025-12-04T13:57:02.0505972Z 2025-12-04T13:57:02.0506059Z Running distributed tests for the nccl backend with file init_method 2025-12-04T13:57:02.0506231Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2025-12-04T13:57:02.0506660Z Executing ['/opt/conda/envs/py_3.10/bin/python', '-bb', 'distributed/test_distributed_spawn.py', '--shard-id=7', '--num-shards=7', '-v', '--subprocess', '-vv', '-rfEX', '-p', 'no:xdist', '--use-pytest', '-x', '--reruns=0', '--import-slow-tests', '--import-disabled-tests'] ... [2025-12-04 13:57:02.048968] 2025-12-04T14:00:23.9867668Z 2025-12-04T14:00:23.9868895Z distributed/test_distributed_spawn 7/7 was successful, full logs can be found in artifacts with path test/test-reports/distributed.test_distributed_spawn_7.7_03dbe4b07813450c_.log 2025-12-04T14:00:23.9882195Z Running 34 items in this shard: test/distributed/test_distributed_spawn.py::TestDistBackendWithSpawn::test_DistributedDataParallelCPU_grad_is_view, test/distributed/test_distributed_spawn.py::TestDistBackendWithSpawn::test_DistributedDataParallel_SyncBatchNorm, test/distributed/test_distributed_spawn.py::TestDistBackendWithSpawn::test_accumulate_gradients_no_sync, test/distributed/test_distributed_spawn.py::TestDistBackendWithSpawn::test_accumulate_gradients_no_sync_allreduce_hook, test/distributed/test_distributed_spawn.py::TestDistBackendWithSpawn::test_accumulate_gradients_no_sync_grad_is_view, test/distributed/test_distributed_spawn.py::TestDistBackendWithSpawn::test_all_gather_coalesced_group, test/distributed/test_distributed_spawn.py::TestDistBackendWithSpawn::test_all_gather_group, test/distributed/test_distributed_spawn.py::TestDistBackendWithSpawn::test_all_reduce_coalesced_full_group_min, test/distributed/test_distributed_spawn.py::TestDistBackendWithSpawn::test_all_reduce_coalesced_group_max, test/distributed/test_distributed_spawn.py::TestDistBackendWithSpawn::test_all_reduce_coalesced_group_sum, test/distributed/test_distributed_spawn.py::TestDistBackendWithSpawn::test_all_reduce_full_group_sum, test/distributed/test_distributed_spawn.py::TestDistBackendWithSpawn::test_barrier_group_cuda, test/distributed/test_distributed_spawn.py::TestDistBackendWithSpawn::test_batch_isend_irecv_op_err, test/distributed/test_distributed_spawn.py::TestDistBackendWithSpawn::test_compute_bucket_assignment_by_size_sparse_error_with_logger, test/distributed/test_distributed_spawn.py::TestDistBackendWithSpawn::test_ddp_comm_hook_logging, test/distributed/test_distributed_spawn.py::TestDistBackendWithSpawn::test_ddp_hook_parity_post_localSGD, test/distributed/test_distributed_spawn.py::TestDistBackendWithSpawn::test_ddp_multiple_nested_unused_params_error, test/distributed/test_distributed_spawn.py::TestDistBackendWithSpawn::test_ddp_namedtuple, test/distributed/test_distributed_spawn.py::TestDistBackendWithSpawn::test_ddp_static_graph_nested_types, test/distributed/test_distributed_spawn.py::TestDistBackendWithSpawn::test_get_backend, test/distributed/test_distributed_spawn.py::TestDistBackendWithSpawn::test_get_data_parallel_params, test/distributed/test_distributed_spawn.py::TestDistBackendWithSpawn::test_grads_same_across_ranks_with_no_sync, test/distributed/test_distributed_spawn.py::TestDistBackendWithSpawn::test_invalid_static_graph, test/distributed/test_distributed_spawn.py::TestDistBackendWithSpawn::test_monitored_barrier_allreduce_hang, test/distributed/test_distributed_spawn.py::TestDistBackendWithSpawn::test_monitored_barrier_gloo_rank_0_timeout, test/distributed/test_distributed_spawn.py::TestDistBackendWithSpawn::test_nccl_backend_bool_broadcast, test/distributed/test_distributed_spawn.py::TestDistBackendWithSpawn::test_new_subgroups_by_enumeration, test/distributed/test_distributed_spawn.py::TestDistBackendWithSpawn::test_new_subgroups_by_enumeration_negative_input_rank, test/distributed/test_distributed_spawn.py::TestDistBackendWithSpawn::test_new_subgroups_overlap_not_allowed, test/distributed/test_distributed_spawn.py::TestDistBackendWithSpawn::test_post_localSGD_optimizer_parity_with_hierarchical_sgd, test/distributed/test_distributed_spawn.py::TestDistBackendWithSpawn::test_reduce_full_group_product, test/distributed/test_distributed_spawn.py::TestDistBackendWithSpawn::test_reduce_scatter_v_cuda, test/distributed/test_distributed_spawn.py::TestDistBackendWithSpawn::test_sparse_all_reduce_sum, test/distributed/test_distributed_spawn.py::TestDistBackendWithSpawn::test_undefined_grad_parity_unused_parameters 2025-12-04T14:00:23.9890963Z Running 1 items in this shard: test/distributed/test_distributed_spawn.py::TestDistBackendWithSpawn::test_DistributedDataParallelCPU_grad_is_view 2025-12-04T14:00:23.9891485Z Running 1 items in this shard: test/distributed/test_distributed_spawn.py::TestDistBackendWithSpawn::test_DistributedDataParallel_SyncBatchNorm 2025-12-04T14:00:23.9891967Z Running 1 items in this shard: test/distributed/test_distributed_spawn.py::TestDistBackendWithSpawn::test_accumulate_gradients_no_sync 2025-12-04T14:00:23.9892461Z Running 1 items in this shard: test/distributed/test_distributed_spawn.py::TestDistBackendWithSpawn::test_accumulate_gradients_no_sync_allreduce_hook 2025-12-04T14:00:23.9892972Z Running 1 items in this shard: test/distributed/test_distributed_spawn.py::TestDistBackendWithSpawn::test_accumulate_gradients_no_sync_grad_is_view 2025-12-04T14:00:23.9893451Z Running 1 items in this shard: test/distributed/test_distributed_spawn.py::TestDistBackendWithSpawn::test_all_gather_coalesced_group 2025-12-04T14:00:23.9893898Z Running 1 items in this shard: test/distributed/test_distributed_spawn.py::TestDistBackendWithSpawn::test_all_gather_group 2025-12-04T14:00:23.9894355Z Running 1 items in this shard: test/distributed/test_distributed_spawn.py::TestDistBackendWithSpawn::test_all_reduce_coalesced_full_group_min 2025-12-04T14:00:23.9894827Z Running 1 items in this shard: test/distributed/test_distributed_spawn.py::TestDistBackendWithSpawn::test_all_reduce_coalesced_group_max 2025-12-04T14:00:23.9895296Z Running 1 items in this shard: test/distributed/test_distributed_spawn.py::TestDistBackendWithSpawn::test_all_reduce_coalesced_group_sum 2025-12-04T14:00:23.9895756Z Running 1 items in this shard: test/distributed/test_distributed_spawn.py::TestDistBackendWithSpawn::test_all_reduce_full_group_sum 2025-12-04T14:00:23.9896198Z Running 1 items in this shard: test/distributed/test_distributed_spawn.py::TestDistBackendWithSpawn::test_barrier_group_cuda 2025-12-04T14:00:23.9896766Z Running 1 items in this shard: test/distributed/test_distributed_spawn.py::TestDistBackendWithSpawn::test_batch_isend_irecv_op_err 2025-12-04T14:00:23.9897273Z Running 1 items in this shard: test/distributed/test_distributed_spawn.py::TestDistBackendWithSpawn::test_compute_bucket_assignment_by_size_sparse_error_with_logger 2025-12-04T14:00:23.9897781Z Running 1 items in this shard: test/distributed/test_distributed_spawn.py::TestDistBackendWithSpawn::test_ddp_comm_hook_logging 2025-12-04T14:00:23.9898238Z Running 1 items in this shard: test/distributed/test_distributed_spawn.py::TestDistBackendWithSpawn::test_ddp_hook_parity_post_localSGD 2025-12-04T14:00:23.9898715Z Running 1 items in this shard: test/distributed/test_distributed_spawn.py::TestDistBackendWithSpawn::test_ddp_multiple_nested_unused_params_error 2025-12-04T14:00:23.9899168Z Running 1 items in this shard: test/distributed/test_distributed_spawn.py::TestDistBackendWithSpawn::test_ddp_namedtuple 2025-12-04T14:00:23.9899552Z Running 1 items in this shard: test/distributed/test_distributed_spawn.py::TestDistBackendWithSpawn::test_ddp_static_graph_nested_types 2025-12-04T14:00:23.9899907Z Running 1 items in this shard: test/distributed/test_distributed_spawn.py::TestDistBackendWithSpawn::test_get_backend 2025-12-04T14:00:23.9900250Z Running 1 items in this shard: test/distributed/test_distributed_spawn.py::TestDistBackendWithSpawn::test_get_data_parallel_params 2025-12-04T14:00:23.9900634Z Running 1 items in this shard: test/distributed/test_distributed_spawn.py::TestDistBackendWithSpawn::test_grads_same_across_ranks_with_no_sync 2025-12-04T14:00:23.9901055Z Running 1 items in this shard: test/distributed/test_distributed_spawn.py::TestDistBackendWithSpawn::test_invalid_static_graph 2025-12-04T14:00:23.9901424Z Running 1 items in this shard: test/distributed/test_distributed_spawn.py::TestDistBackendWithSpawn::test_monitored_barrier_allreduce_hang 2025-12-04T14:00:23.9901822Z Running 1 items in this shard: test/distributed/test_distributed_spawn.py::TestDistBackendWithSpawn::test_monitored_barrier_gloo_rank_0_timeout 2025-12-04T14:00:23.9902209Z Running 1 items in this shard: test/distributed/test_distributed_spawn.py::TestDistBackendWithSpawn::test_nccl_backend_bool_broadcast 2025-12-04T14:00:23.9902580Z Running 1 items in this shard: test/distributed/test_distributed_spawn.py::TestDistBackendWithSpawn::test_new_subgroups_by_enumeration 2025-12-04T14:00:23.9902982Z Running 1 items in this shard: test/distributed/test_distributed_spawn.py::TestDistBackendWithSpawn::test_new_subgroups_by_enumeration_negative_input_rank 2025-12-04T14:00:23.9903395Z Running 1 items in this shard: test/distributed/test_distributed_spawn.py::TestDistBackendWithSpawn::test_new_subgroups_overlap_not_allowed 2025-12-04T14:00:23.9903809Z Running 1 items in this shard: test/distributed/test_distributed_spawn.py::TestDistBackendWithSpawn::test_post_localSGD_optimizer_parity_with_hierarchical_sgd 2025-12-04T14:00:23.9904215Z Running 1 items in this shard: test/distributed/test_distributed_spawn.py::TestDistBackendWithSpawn::test_reduce_full_group_product 2025-12-04T14:00:23.9904579Z Running 1 items in this shard: test/distributed/test_distributed_spawn.py::TestDistBackendWithSpawn::test_reduce_scatter_v_cuda 2025-12-04T14:00:23.9904935Z Running 1 items in this shard: test/distributed/test_distributed_spawn.py::TestDistBackendWithSpawn::test_sparse_all_reduce_sum 2025-12-04T14:00:23.9905313Z Running 1 items in this shard: test/distributed/test_distributed_spawn.py::TestDistBackendWithSpawn::test_undefined_grad_parity_unused_parameters 2025-12-04T14:00:23.9905540Z 2025-12-04T14:00:23.9905631Z Running distributed tests for the gloo backend with env init_method 2025-12-04T14:00:23.9905804Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2025-12-04T14:00:23.9906233Z Executing ['/opt/conda/envs/py_3.10/bin/python', '-bb', 'distributed/test_distributed_spawn.py', '--shard-id=7', '--num-shards=7', '-v', '--subprocess', '-vv', '-rfEX', '-p', 'no:xdist', '--use-pytest', '-x', '--reruns=0', '--import-slow-tests', '--import-disabled-tests'] ... [2025-12-04 14:00:23.988049] 2025-12-04T14:03:33.2472515Z 2025-12-04T14:03:33.2474277Z distributed/test_distributed_spawn 7/7 was successful, full logs can be found in artifacts with path test/test-reports/distributed.test_distributed_spawn_7.7_47c1503d72151bb6_.log 2025-12-04T14:03:33.2484319Z Running 34 items in this shard: test/distributed/test_distributed_spawn.py::TestDistBackendWithSpawn::test_DistributedDataParallelCPU_grad_is_view, test/distributed/test_distributed_spawn.py::TestDistBackendWithSpawn::test_DistributedDataParallel_SyncBatchNorm, test/distributed/test_distributed_spawn.py::TestDistBackendWithSpawn::test_accumulate_gradients_no_sync, test/distributed/test_distributed_spawn.py::TestDistBackendWithSpawn::test_accumulate_gradients_no_sync_allreduce_hook, test/distributed/test_distributed_spawn.py::TestDistBackendWithSpawn::test_accumulate_gradients_no_sync_grad_is_view, test/distributed/test_distributed_spawn.py::TestDistBackendWithSpawn::test_all_gather_coalesced_group, test/distributed/test_distributed_spawn.py::TestDistBackendWithSpawn::test_all_gather_group, test/distributed/test_distributed_spawn.py::TestDistBackendWithSpawn::test_all_reduce_coalesced_full_group_min, test/distributed/test_distributed_spawn.py::TestDistBackendWithSpawn::test_all_reduce_coalesced_group_max, test/distributed/test_distributed_spawn.py::TestDistBackendWithSpawn::test_all_reduce_coalesced_group_sum, test/distributed/test_distributed_spawn.py::TestDistBackendWithSpawn::test_all_reduce_full_group_sum, test/distributed/test_distributed_spawn.py::TestDistBackendWithSpawn::test_barrier_group_cuda, test/distributed/test_distributed_spawn.py::TestDistBackendWithSpawn::test_batch_isend_irecv_op_err, test/distributed/test_distributed_spawn.py::TestDistBackendWithSpawn::test_compute_bucket_assignment_by_size_sparse_error_with_logger, test/distributed/test_distributed_spawn.py::TestDistBackendWithSpawn::test_ddp_comm_hook_logging, test/distributed/test_distributed_spawn.py::TestDistBackendWithSpawn::test_ddp_hook_parity_post_localSGD, test/distributed/test_distributed_spawn.py::TestDistBackendWithSpawn::test_ddp_multiple_nested_unused_params_error, test/distributed/test_distributed_spawn.py::TestDistBackendWithSpawn::test_ddp_namedtuple, test/distributed/test_distributed_spawn.py::TestDistBackendWithSpawn::test_ddp_static_graph_nested_types, test/distributed/test_distributed_spawn.py::TestDistBackendWithSpawn::test_get_backend, test/distributed/test_distributed_spawn.py::TestDistBackendWithSpawn::test_get_data_parallel_params, test/distributed/test_distributed_spawn.py::TestDistBackendWithSpawn::test_grads_same_across_ranks_with_no_sync, test/distributed/test_distributed_spawn.py::TestDistBackendWithSpawn::test_invalid_static_graph, test/distributed/test_distributed_spawn.py::TestDistBackendWithSpawn::test_monitored_barrier_allreduce_hang, test/distributed/test_distributed_spawn.py::TestDistBackendWithSpawn::test_monitored_barrier_gloo_rank_0_timeout, test/distributed/test_distributed_spawn.py::TestDistBackendWithSpawn::test_nccl_backend_bool_broadcast, test/distributed/test_distributed_spawn.py::TestDistBackendWithSpawn::test_new_subgroups_by_enumeration, test/distributed/test_distributed_spawn.py::TestDistBackendWithSpawn::test_new_subgroups_by_enumeration_negative_input_rank, test/distributed/test_distributed_spawn.py::TestDistBackendWithSpawn::test_new_subgroups_overlap_not_allowed, test/distributed/test_distributed_spawn.py::TestDistBackendWithSpawn::test_post_localSGD_optimizer_parity_with_hierarchical_sgd, test/distributed/test_distributed_spawn.py::TestDistBackendWithSpawn::test_reduce_full_group_product, test/distributed/test_distributed_spawn.py::TestDistBackendWithSpawn::test_reduce_scatter_v_cuda, test/distributed/test_distributed_spawn.py::TestDistBackendWithSpawn::test_sparse_all_reduce_sum, test/distributed/test_distributed_spawn.py::TestDistBackendWithSpawn::test_undefined_grad_parity_unused_parameters 2025-12-04T14:03:33.2492836Z Running 1 items in this shard: test/distributed/test_distributed_spawn.py::TestDistBackendWithSpawn::test_DistributedDataParallelCPU_grad_is_view 2025-12-04T14:03:33.2493533Z Running 1 items in this shard: test/distributed/test_distributed_spawn.py::TestDistBackendWithSpawn::test_DistributedDataParallel_SyncBatchNorm 2025-12-04T14:03:33.2494054Z Running 1 items in this shard: test/distributed/test_distributed_spawn.py::TestDistBackendWithSpawn::test_accumulate_gradients_no_sync 2025-12-04T14:03:33.2494504Z Running 1 items in this shard: test/distributed/test_distributed_spawn.py::TestDistBackendWithSpawn::test_accumulate_gradients_no_sync_allreduce_hook 2025-12-04T14:03:33.2494975Z Running 1 items in this shard: test/distributed/test_distributed_spawn.py::TestDistBackendWithSpawn::test_accumulate_gradients_no_sync_grad_is_view 2025-12-04T14:03:33.2495417Z Running 1 items in this shard: test/distributed/test_distributed_spawn.py::TestDistBackendWithSpawn::test_all_gather_coalesced_group 2025-12-04T14:03:33.2495820Z Running 1 items in this shard: test/distributed/test_distributed_spawn.py::TestDistBackendWithSpawn::test_all_gather_group 2025-12-04T14:03:33.2496242Z Running 1 items in this shard: test/distributed/test_distributed_spawn.py::TestDistBackendWithSpawn::test_all_reduce_coalesced_full_group_min 2025-12-04T14:03:33.2496720Z Running 1 items in this shard: test/distributed/test_distributed_spawn.py::TestDistBackendWithSpawn::test_all_reduce_coalesced_group_max 2025-12-04T14:03:33.2497151Z Running 1 items in this shard: test/distributed/test_distributed_spawn.py::TestDistBackendWithSpawn::test_all_reduce_coalesced_group_sum 2025-12-04T14:03:33.2497621Z Running 1 items in this shard: test/distributed/test_distributed_spawn.py::TestDistBackendWithSpawn::test_all_reduce_full_group_sum 2025-12-04T14:03:33.2498025Z Running 1 items in this shard: test/distributed/test_distributed_spawn.py::TestDistBackendWithSpawn::test_barrier_group_cuda 2025-12-04T14:03:33.2498430Z Running 1 items in this shard: test/distributed/test_distributed_spawn.py::TestDistBackendWithSpawn::test_batch_isend_irecv_op_err 2025-12-04T14:03:33.2498895Z Running 1 items in this shard: test/distributed/test_distributed_spawn.py::TestDistBackendWithSpawn::test_compute_bucket_assignment_by_size_sparse_error_with_logger 2025-12-04T14:03:33.2499358Z Running 1 items in this shard: test/distributed/test_distributed_spawn.py::TestDistBackendWithSpawn::test_ddp_comm_hook_logging 2025-12-04T14:03:33.2499775Z Running 1 items in this shard: test/distributed/test_distributed_spawn.py::TestDistBackendWithSpawn::test_ddp_hook_parity_post_localSGD 2025-12-04T14:03:33.2500227Z Running 1 items in this shard: test/distributed/test_distributed_spawn.py::TestDistBackendWithSpawn::test_ddp_multiple_nested_unused_params_error 2025-12-04T14:03:33.2500652Z Running 1 items in this shard: test/distributed/test_distributed_spawn.py::TestDistBackendWithSpawn::test_ddp_namedtuple 2025-12-04T14:03:33.2501058Z Running 1 items in this shard: test/distributed/test_distributed_spawn.py::TestDistBackendWithSpawn::test_ddp_static_graph_nested_types 2025-12-04T14:03:33.2501458Z Running 1 items in this shard: test/distributed/test_distributed_spawn.py::TestDistBackendWithSpawn::test_get_backend 2025-12-04T14:03:33.2501849Z Running 1 items in this shard: test/distributed/test_distributed_spawn.py::TestDistBackendWithSpawn::test_get_data_parallel_params 2025-12-04T14:03:33.2502278Z Running 1 items in this shard: test/distributed/test_distributed_spawn.py::TestDistBackendWithSpawn::test_grads_same_across_ranks_with_no_sync 2025-12-04T14:03:33.2502706Z Running 1 items in this shard: test/distributed/test_distributed_spawn.py::TestDistBackendWithSpawn::test_invalid_static_graph 2025-12-04T14:03:33.2503123Z Running 1 items in this shard: test/distributed/test_distributed_spawn.py::TestDistBackendWithSpawn::test_monitored_barrier_allreduce_hang 2025-12-04T14:03:33.2503568Z Running 1 items in this shard: test/distributed/test_distributed_spawn.py::TestDistBackendWithSpawn::test_monitored_barrier_gloo_rank_0_timeout 2025-12-04T14:03:33.2503985Z Running 1 items in this shard: test/distributed/test_distributed_spawn.py::TestDistBackendWithSpawn::test_nccl_backend_bool_broadcast 2025-12-04T14:03:33.2504357Z Running 1 items in this shard: test/distributed/test_distributed_spawn.py::TestDistBackendWithSpawn::test_new_subgroups_by_enumeration 2025-12-04T14:03:33.2504759Z Running 1 items in this shard: test/distributed/test_distributed_spawn.py::TestDistBackendWithSpawn::test_new_subgroups_by_enumeration_negative_input_rank 2025-12-04T14:03:33.2505169Z Running 1 items in this shard: test/distributed/test_distributed_spawn.py::TestDistBackendWithSpawn::test_new_subgroups_overlap_not_allowed 2025-12-04T14:03:33.2505583Z Running 1 items in this shard: test/distributed/test_distributed_spawn.py::TestDistBackendWithSpawn::test_post_localSGD_optimizer_parity_with_hierarchical_sgd 2025-12-04T14:03:33.2505986Z Running 1 items in this shard: test/distributed/test_distributed_spawn.py::TestDistBackendWithSpawn::test_reduce_full_group_product 2025-12-04T14:03:33.2506344Z Running 1 items in this shard: test/distributed/test_distributed_spawn.py::TestDistBackendWithSpawn::test_reduce_scatter_v_cuda 2025-12-04T14:03:33.2506742Z Running 1 items in this shard: test/distributed/test_distributed_spawn.py::TestDistBackendWithSpawn::test_sparse_all_reduce_sum 2025-12-04T14:03:33.2507119Z Running 1 items in this shard: test/distributed/test_distributed_spawn.py::TestDistBackendWithSpawn::test_undefined_grad_parity_unused_parameters 2025-12-04T14:03:33.2507383Z 2025-12-04T14:03:33.2507473Z Running distributed tests for the gloo backend with file init_method 2025-12-04T14:03:33.2507643Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2025-12-04T14:03:33.2508075Z Executing ['/opt/conda/envs/py_3.10/bin/python', '-bb', 'distributed/test_distributed_spawn.py', '--shard-id=7', '--num-shards=7', '-v', '--subprocess', '-vv', '-rfEX', '-p', 'no:xdist', '--use-pytest', '-x', '--reruns=0', '--import-slow-tests', '--import-disabled-tests'] ... [2025-12-04 14:03:33.248526] 2025-12-04T14:06:42.7900462Z 2025-12-04T14:06:42.7901470Z distributed/test_distributed_spawn 7/7 was successful, full logs can be found in artifacts with path test/test-reports/distributed.test_distributed_spawn_7.7_8b9df61da67f512e_.log 2025-12-04T14:06:42.7913448Z Running 34 items in this shard: test/distributed/test_distributed_spawn.py::TestDistBackendWithSpawn::test_DistributedDataParallelCPU_grad_is_view, test/distributed/test_distributed_spawn.py::TestDistBackendWithSpawn::test_DistributedDataParallel_SyncBatchNorm, test/distributed/test_distributed_spawn.py::TestDistBackendWithSpawn::test_accumulate_gradients_no_sync, test/distributed/test_distributed_spawn.py::TestDistBackendWithSpawn::test_accumulate_gradients_no_sync_allreduce_hook, test/distributed/test_distributed_spawn.py::TestDistBackendWithSpawn::test_accumulate_gradients_no_sync_grad_is_view, test/distributed/test_distributed_spawn.py::TestDistBackendWithSpawn::test_all_gather_coalesced_group, test/distributed/test_distributed_spawn.py::TestDistBackendWithSpawn::test_all_gather_group, test/distributed/test_distributed_spawn.py::TestDistBackendWithSpawn::test_all_reduce_coalesced_full_group_min, test/distributed/test_distributed_spawn.py::TestDistBackendWithSpawn::test_all_reduce_coalesced_group_max, test/distributed/test_distributed_spawn.py::TestDistBackendWithSpawn::test_all_reduce_coalesced_group_sum, test/distributed/test_distributed_spawn.py::TestDistBackendWithSpawn::test_all_reduce_full_group_sum, test/distributed/test_distributed_spawn.py::TestDistBackendWithSpawn::test_barrier_group_cuda, test/distributed/test_distributed_spawn.py::TestDistBackendWithSpawn::test_batch_isend_irecv_op_err, test/distributed/test_distributed_spawn.py::TestDistBackendWithSpawn::test_compute_bucket_assignment_by_size_sparse_error_with_logger, test/distributed/test_distributed_spawn.py::TestDistBackendWithSpawn::test_ddp_comm_hook_logging, test/distributed/test_distributed_spawn.py::TestDistBackendWithSpawn::test_ddp_hook_parity_post_localSGD, test/distributed/test_distributed_spawn.py::TestDistBackendWithSpawn::test_ddp_multiple_nested_unused_params_error, test/distributed/test_distributed_spawn.py::TestDistBackendWithSpawn::test_ddp_namedtuple, test/distributed/test_distributed_spawn.py::TestDistBackendWithSpawn::test_ddp_static_graph_nested_types, test/distributed/test_distributed_spawn.py::TestDistBackendWithSpawn::test_get_backend, test/distributed/test_distributed_spawn.py::TestDistBackendWithSpawn::test_get_data_parallel_params, test/distributed/test_distributed_spawn.py::TestDistBackendWithSpawn::test_grads_same_across_ranks_with_no_sync, test/distributed/test_distributed_spawn.py::TestDistBackendWithSpawn::test_invalid_static_graph, test/distributed/test_distributed_spawn.py::TestDistBackendWithSpawn::test_monitored_barrier_allreduce_hang, test/distributed/test_distributed_spawn.py::TestDistBackendWithSpawn::test_monitored_barrier_gloo_rank_0_timeout, test/distributed/test_distributed_spawn.py::TestDistBackendWithSpawn::test_nccl_backend_bool_broadcast, test/distributed/test_distributed_spawn.py::TestDistBackendWithSpawn::test_new_subgroups_by_enumeration, test/distributed/test_distributed_spawn.py::TestDistBackendWithSpawn::test_new_subgroups_by_enumeration_negative_input_rank, test/distributed/test_distributed_spawn.py::TestDistBackendWithSpawn::test_new_subgroups_overlap_not_allowed, test/distributed/test_distributed_spawn.py::TestDistBackendWithSpawn::test_post_localSGD_optimizer_parity_with_hierarchical_sgd, test/distributed/test_distributed_spawn.py::TestDistBackendWithSpawn::test_reduce_full_group_product, test/distributed/test_distributed_spawn.py::TestDistBackendWithSpawn::test_reduce_scatter_v_cuda, test/distributed/test_distributed_spawn.py::TestDistBackendWithSpawn::test_sparse_all_reduce_sum, test/distributed/test_distributed_spawn.py::TestDistBackendWithSpawn::test_undefined_grad_parity_unused_parameters 2025-12-04T14:06:42.7922144Z Running 1 items in this shard: test/distributed/test_distributed_spawn.py::TestDistBackendWithSpawn::test_DistributedDataParallelCPU_grad_is_view 2025-12-04T14:06:42.7922742Z Running 1 items in this shard: test/distributed/test_distributed_spawn.py::TestDistBackendWithSpawn::test_DistributedDataParallel_SyncBatchNorm 2025-12-04T14:06:42.7923294Z Running 1 items in this shard: test/distributed/test_distributed_spawn.py::TestDistBackendWithSpawn::test_accumulate_gradients_no_sync 2025-12-04T14:06:42.7923846Z Running 1 items in this shard: test/distributed/test_distributed_spawn.py::TestDistBackendWithSpawn::test_accumulate_gradients_no_sync_allreduce_hook 2025-12-04T14:06:42.7924438Z Running 1 items in this shard: test/distributed/test_distributed_spawn.py::TestDistBackendWithSpawn::test_accumulate_gradients_no_sync_grad_is_view 2025-12-04T14:06:42.7924994Z Running 1 items in this shard: test/distributed/test_distributed_spawn.py::TestDistBackendWithSpawn::test_all_gather_coalesced_group 2025-12-04T14:06:42.7925495Z Running 1 items in this shard: test/distributed/test_distributed_spawn.py::TestDistBackendWithSpawn::test_all_gather_group 2025-12-04T14:06:42.7926017Z Running 1 items in this shard: test/distributed/test_distributed_spawn.py::TestDistBackendWithSpawn::test_all_reduce_coalesced_full_group_min 2025-12-04T14:06:42.7926536Z Running 1 items in this shard: test/distributed/test_distributed_spawn.py::TestDistBackendWithSpawn::test_all_reduce_coalesced_group_max 2025-12-04T14:06:42.7927007Z Running 1 items in this shard: test/distributed/test_distributed_spawn.py::TestDistBackendWithSpawn::test_all_reduce_coalesced_group_sum 2025-12-04T14:06:42.7927423Z Running 1 items in this shard: test/distributed/test_distributed_spawn.py::TestDistBackendWithSpawn::test_all_reduce_full_group_sum 2025-12-04T14:06:42.7927819Z Running 1 items in this shard: test/distributed/test_distributed_spawn.py::TestDistBackendWithSpawn::test_barrier_group_cuda 2025-12-04T14:06:42.7928216Z Running 1 items in this shard: test/distributed/test_distributed_spawn.py::TestDistBackendWithSpawn::test_batch_isend_irecv_op_err 2025-12-04T14:06:42.7928729Z Running 1 items in this shard: test/distributed/test_distributed_spawn.py::TestDistBackendWithSpawn::test_compute_bucket_assignment_by_size_sparse_error_with_logger 2025-12-04T14:06:42.7929175Z Running 1 items in this shard: test/distributed/test_distributed_spawn.py::TestDistBackendWithSpawn::test_ddp_comm_hook_logging 2025-12-04T14:06:42.7929582Z Running 1 items in this shard: test/distributed/test_distributed_spawn.py::TestDistBackendWithSpawn::test_ddp_hook_parity_post_localSGD 2025-12-04T14:06:42.7930020Z Running 1 items in this shard: test/distributed/test_distributed_spawn.py::TestDistBackendWithSpawn::test_ddp_multiple_nested_unused_params_error 2025-12-04T14:06:42.7930434Z Running 1 items in this shard: test/distributed/test_distributed_spawn.py::TestDistBackendWithSpawn::test_ddp_namedtuple 2025-12-04T14:06:42.7930831Z Running 1 items in this shard: test/distributed/test_distributed_spawn.py::TestDistBackendWithSpawn::test_ddp_static_graph_nested_types 2025-12-04T14:06:42.7931218Z Running 1 items in this shard: test/distributed/test_distributed_spawn.py::TestDistBackendWithSpawn::test_get_backend 2025-12-04T14:06:42.7931606Z Running 1 items in this shard: test/distributed/test_distributed_spawn.py::TestDistBackendWithSpawn::test_get_data_parallel_params 2025-12-04T14:06:42.7932026Z Running 1 items in this shard: test/distributed/test_distributed_spawn.py::TestDistBackendWithSpawn::test_grads_same_across_ranks_with_no_sync 2025-12-04T14:06:42.7932439Z Running 1 items in this shard: test/distributed/test_distributed_spawn.py::TestDistBackendWithSpawn::test_invalid_static_graph 2025-12-04T14:06:42.7932888Z Running 1 items in this shard: test/distributed/test_distributed_spawn.py::TestDistBackendWithSpawn::test_monitored_barrier_allreduce_hang 2025-12-04T14:06:42.7933319Z Running 1 items in this shard: test/distributed/test_distributed_spawn.py::TestDistBackendWithSpawn::test_monitored_barrier_gloo_rank_0_timeout 2025-12-04T14:06:42.7933746Z Running 1 items in this shard: test/distributed/test_distributed_spawn.py::TestDistBackendWithSpawn::test_nccl_backend_bool_broadcast 2025-12-04T14:06:42.7934158Z Running 1 items in this shard: test/distributed/test_distributed_spawn.py::TestDistBackendWithSpawn::test_new_subgroups_by_enumeration 2025-12-04T14:06:42.7934598Z Running 1 items in this shard: test/distributed/test_distributed_spawn.py::TestDistBackendWithSpawn::test_new_subgroups_by_enumeration_negative_input_rank 2025-12-04T14:06:42.7935057Z Running 1 items in this shard: test/distributed/test_distributed_spawn.py::TestDistBackendWithSpawn::test_new_subgroups_overlap_not_allowed 2025-12-04T14:06:42.7935523Z Running 1 items in this shard: test/distributed/test_distributed_spawn.py::TestDistBackendWithSpawn::test_post_localSGD_optimizer_parity_with_hierarchical_sgd 2025-12-04T14:06:42.7935972Z Running 1 items in this shard: test/distributed/test_distributed_spawn.py::TestDistBackendWithSpawn::test_reduce_full_group_product 2025-12-04T14:06:42.7936356Z Running 1 items in this shard: test/distributed/test_distributed_spawn.py::TestDistBackendWithSpawn::test_reduce_scatter_v_cuda 2025-12-04T14:06:42.7936748Z Running 1 items in this shard: test/distributed/test_distributed_spawn.py::TestDistBackendWithSpawn::test_sparse_all_reduce_sum 2025-12-04T14:06:42.7937126Z Running 1 items in this shard: test/distributed/test_distributed_spawn.py::TestDistBackendWithSpawn::test_undefined_grad_parity_unused_parameters 2025-12-04T14:06:42.7937349Z 2025-12-04T14:06:42.7937489Z Finished distributed/test_distributed_spawn 7/7 ... [2025-12-04 14:06:42.790350][3583515.844676537], took 17.40min 2025-12-04T14:06:42.7937930Z Parsing testcases for test report: /var/lib/jenkins/pytorch/test/test-reports/python-pytest/distributed.test_inductor_collectives/distributed.test_inductor_collectives-f9afad458cd75285.xml 2025-12-04T14:06:42.7938322Z Failed to parse and upload json test reports: Unable to locate credentials 2025-12-04T14:06:42.7938543Z GITHUB_RUN_ID, GITHUB_RUN_ATTEMPT, or ARTIFACTS_FILE_SUFFIX not set, not uploading 2025-12-04T14:06:42.7938726Z Uploading artifacts took 0.00 seconds 2025-12-04T14:06:42.7938976Z Running distributed/fsdp/test_fsdp_sharded_grad_scaler 1/1 ... [2025-12-04 14:06:42.793545][3583515.847875107] 2025-12-04T14:06:42.7939190Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2025-12-04T14:06:42.7939615Z Executing ['/opt/conda/envs/py_3.10/bin/python', '-bb', 'distributed/fsdp/test_fsdp_sharded_grad_scaler.py', '--shard-id=1', '--num-shards=1', '-v', '-vv', '-rfEX', '-p', 'no:xdist', '--use-pytest', '-x', '--reruns=0', '--import-slow-tests', '--import-disabled-tests'] ... [2025-12-04 14:06:42.793758] 2025-12-04T14:10:47.9494740Z 2025-12-04T14:10:47.9495477Z distributed/fsdp/test_fsdp_sharded_grad_scaler 1/1 was successful, full logs can be found in artifacts with path test/test-reports/distributed.fsdp.test_fsdp_sharded_grad_scaler_1.1_5c68347098779ebf_.log 2025-12-04T14:10:47.9501448Z Running 20 items in this shard: test/distributed/fsdp/test_fsdp_sharded_grad_scaler.py::TestShardGradScaler::test_grad_scaling, test/distributed/fsdp/test_fsdp_sharded_grad_scaler.py::TestShardGradScaler::test_inf_gradients_skip_optim_step, test/distributed/fsdp/test_fsdp_sharded_grad_scaler.py::TestShardGradScaler::test_scaling_unscaling_sparse, test/distributed/fsdp/test_fsdp_sharded_grad_scaler.py::TestShardedGradScalerParityWithDDP::test_fsdp_ddp_parity_with_grad_scaler_offload_false_none_mixed_precision_none, test/distributed/fsdp/test_fsdp_sharded_grad_scaler.py::TestShardedGradScalerParityWithDDP::test_fsdp_ddp_parity_with_grad_scaler_offload_false_none_mixed_precision_use_orig_params, test/distributed/fsdp/test_fsdp_sharded_grad_scaler.py::TestShardedGradScalerParityWithDDP::test_fsdp_ddp_parity_with_grad_scaler_offload_false_none_none_none, test/distributed/fsdp/test_fsdp_sharded_grad_scaler.py::TestShardedGradScalerParityWithDDP::test_fsdp_ddp_parity_with_grad_scaler_offload_false_none_none_use_orig_params, test/distributed/fsdp/test_fsdp_sharded_grad_scaler.py::TestShardedGradScalerParityWithDDP::test_fsdp_ddp_parity_with_grad_scaler_offload_false_shard_grad_op_mixed_precision_none, test/distributed/fsdp/test_fsdp_sharded_grad_scaler.py::TestShardedGradScalerParityWithDDP::test_fsdp_ddp_parity_with_grad_scaler_offload_false_shard_grad_op_mixed_precision_use_orig_params, test/distributed/fsdp/test_fsdp_sharded_grad_scaler.py::TestShardedGradScalerParityWithDDP::test_fsdp_ddp_parity_with_grad_scaler_offload_false_shard_grad_op_none_none, test/distributed/fsdp/test_fsdp_sharded_grad_scaler.py::TestShardedGradScalerParityWithDDP::test_fsdp_ddp_parity_with_grad_scaler_offload_false_shard_grad_op_none_use_orig_params, test/distributed/fsdp/test_fsdp_sharded_grad_scaler.py::TestShardedGradScalerParityWithDDP::test_fsdp_ddp_parity_with_grad_scaler_offload_true_none_mixed_precision_none, test/distributed/fsdp/test_fsdp_sharded_grad_scaler.py::TestShardedGradScalerParityWithDDP::test_fsdp_ddp_parity_with_grad_scaler_offload_true_none_mixed_precision_use_orig_params, test/distributed/fsdp/test_fsdp_sharded_grad_scaler.py::TestShardedGradScalerParityWithDDP::test_fsdp_ddp_parity_with_grad_scaler_offload_true_none_none_none, test/distributed/fsdp/test_fsdp_sharded_grad_scaler.py::TestShardedGradScalerParityWithDDP::test_fsdp_ddp_parity_with_grad_scaler_offload_true_none_none_use_orig_params, test/distributed/fsdp/test_fsdp_sharded_grad_scaler.py::TestShardedGradScalerParityWithDDP::test_fsdp_ddp_parity_with_grad_scaler_offload_true_shard_grad_op_mixed_precision_none, test/distributed/fsdp/test_fsdp_sharded_grad_scaler.py::TestShardedGradScalerParityWithDDP::test_fsdp_ddp_parity_with_grad_scaler_offload_true_shard_grad_op_mixed_precision_use_orig_params, test/distributed/fsdp/test_fsdp_sharded_grad_scaler.py::TestShardedGradScalerParityWithDDP::test_fsdp_ddp_parity_with_grad_scaler_offload_true_shard_grad_op_none_none, test/distributed/fsdp/test_fsdp_sharded_grad_scaler.py::TestShardedGradScalerParityWithDDP::test_fsdp_ddp_parity_with_grad_scaler_offload_true_shard_grad_op_none_use_orig_params, test/distributed/fsdp/test_fsdp_sharded_grad_scaler.py::TestShardedGradScalerParityWithDDP::test_sharded_grad_scaler_found_inf 2025-12-04T14:10:47.9506895Z 2025-12-04T14:10:47.9507192Z Finished distributed/fsdp/test_fsdp_sharded_grad_scaler 1/1 ... [2025-12-04 14:10:47.949277][3583761.003603782], took 4.09min 2025-12-04T14:10:47.9514322Z Parsing testcases for test report: /var/lib/jenkins/pytorch/test/test-reports/python-pytest/distributed.test_inductor_collectives/distributed.test_inductor_collectives-f9afad458cd75285.xml 2025-12-04T14:10:47.9523334Z Failed to parse and upload json test reports: Unable to locate credentials 2025-12-04T14:10:47.9525153Z Running distributed/_shard/sharding_plan/test_sharding_plan 1/1 ... [2025-12-04 14:10:47.952408][3583761.006738683] 2025-12-04T14:10:47.9525391Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2025-12-04T14:10:47.9527303Z Executing ['/opt/conda/envs/py_3.10/bin/python', '-bb', 'distributed/_shard/sharding_plan/test_sharding_plan.py', '--shard-id=1', '--num-shards=1', '-v', '-vv', '-rfEX', '-p', 'no:xdist', '--use-pytest', '-x', '--reruns=0', '--import-slow-tests', '--import-disabled-tests'] ... [2025-12-04 14:10:47.952602] 2025-12-04T14:11:08.4993694Z 2025-12-04T14:11:08.4995040Z distributed/_shard/sharding_plan/test_sharding_plan 1/1 was successful, full logs can be found in artifacts with path test/test-reports/distributed._shard.sharding_plan.test_sharding_plan_1.1_02a5688fa9edad33_.log 2025-12-04T14:11:08.4997392Z Running 3 items in this shard: test/distributed/_shard/sharding_plan/test_sharding_plan.py::TestShardingPlan::test_custom_sharding_planner, test/distributed/_shard/sharding_plan/test_sharding_plan.py::TestShardingPlan::test_shard_module_sub_process_group, test/distributed/_shard/sharding_plan/test_sharding_plan.py::TestShardingPlan::test_sharding_plan_errors 2025-12-04T14:11:08.4999722Z 2025-12-04T14:11:08.5000156Z Finished distributed/_shard/sharding_plan/test_sharding_plan 1/1 ... [2025-12-04 14:11:08.498995][3583781.553320517], took 0.34min 2025-12-04T14:11:08.5015501Z Parsing testcases for test report: /var/lib/jenkins/pytorch/test/test-reports/python-pytest/distributed.test_inductor_collectives/distributed.test_inductor_collectives-f9afad458cd75285.xml 2025-12-04T14:11:08.5025083Z Failed to parse and upload json test reports: Unable to locate credentials 2025-12-04T14:11:08.5026514Z Running distributed/fsdp/test_fsdp_comm 1/1 ... [2025-12-04 14:11:08.502559][3583781.556889552] 2025-12-04T14:11:08.5026849Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2025-12-04T14:11:08.5029147Z Executing ['/opt/conda/envs/py_3.10/bin/python', '-bb', 'distributed/fsdp/test_fsdp_comm.py', '--shard-id=1', '--num-shards=1', '-v', '-vv', '-rfEX', '-p', 'no:xdist', '--use-pytest', '-x', '--reruns=0', '--import-slow-tests', '--import-disabled-tests'] ... [2025-12-04 14:11:08.502748] 2025-12-04T14:12:36.2106219Z 2025-12-04T14:12:36.2107024Z distributed/fsdp/test_fsdp_comm 1/1 was successful, full logs can be found in artifacts with path test/test-reports/distributed.fsdp.test_fsdp_comm_1.1_2550bd4f284cc01e_.log 2025-12-04T14:12:36.2110049Z Running 10 items in this shard: test/distributed/fsdp/test_fsdp_comm.py::TestCommunicationCUDA::test_communication_nested_model_False_use_no_sync_False_sharding_strategy0_cuda, test/distributed/fsdp/test_fsdp_comm.py::TestCommunicationCUDA::test_communication_nested_model_False_use_no_sync_False_sharding_strategy1_cuda, test/distributed/fsdp/test_fsdp_comm.py::TestCommunicationCUDA::test_communication_nested_model_False_use_no_sync_True_sharding_strategy0_cuda, test/distributed/fsdp/test_fsdp_comm.py::TestCommunicationCUDA::test_communication_nested_model_False_use_no_sync_True_sharding_strategy1_cuda, test/distributed/fsdp/test_fsdp_comm.py::TestCommunicationCUDA::test_communication_nested_model_True_use_no_sync_False_sharding_strategy0_cuda, test/distributed/fsdp/test_fsdp_comm.py::TestCommunicationCUDA::test_communication_nested_model_True_use_no_sync_False_sharding_strategy1_cuda, test/distributed/fsdp/test_fsdp_comm.py::TestCommunicationCUDA::test_communication_nested_model_True_use_no_sync_True_sharding_strategy0_cuda, test/distributed/fsdp/test_fsdp_comm.py::TestCommunicationCUDA::test_communication_nested_model_True_use_no_sync_True_sharding_strategy1_cuda, test/distributed/fsdp/test_fsdp_comm.py::TestExplicitUnshardCUDA::test_unshard_async_use_orig_params_False_cuda, test/distributed/fsdp/test_fsdp_comm.py::TestExplicitUnshardCUDA::test_unshard_async_use_orig_params_True_cuda 2025-12-04T14:12:36.2112087Z 2025-12-04T14:12:36.2112215Z Finished distributed/fsdp/test_fsdp_comm 1/1 ... [2025-12-04 14:12:36.210269][3583869.264595556], took 1.46min 2025-12-04T14:12:36.2125143Z Parsing testcases for test report: /var/lib/jenkins/pytorch/test/test-reports/python-pytest/distributed.test_inductor_collectives/distributed.test_inductor_collectives-f9afad458cd75285.xml 2025-12-04T14:12:36.2135411Z Failed to parse and upload json test reports: Unable to locate credentials 2025-12-04T14:12:36.2137008Z Running distributed/fsdp/test_fsdp_clip_grad_norm 1/1 ... [2025-12-04 14:12:36.213604][3583869.267933882] 2025-12-04T14:12:36.2137228Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2025-12-04T14:12:36.2139344Z Executing ['/opt/conda/envs/py_3.10/bin/python', '-bb', 'distributed/fsdp/test_fsdp_clip_grad_norm.py', '--shard-id=1', '--num-shards=1', '-v', '-vv', '-rfEX', '-p', 'no:xdist', '--use-pytest', '-x', '--reruns=0', '--import-slow-tests', '--import-disabled-tests'] ... [2025-12-04 14:12:36.213802] 2025-12-04T14:13:32.4953093Z 2025-12-04T14:13:32.4954284Z distributed/fsdp/test_fsdp_clip_grad_norm 1/1 was successful, full logs can be found in artifacts with path test/test-reports/distributed.fsdp.test_fsdp_clip_grad_norm_1.1_c7c91286842e65dc_.log 2025-12-04T14:13:32.4956871Z Running 4 items in this shard: test/distributed/fsdp/test_fsdp_clip_grad_norm.py::TestClipGradNormCUDA::test_ddp_parity_cuda, test/distributed/fsdp/test_fsdp_clip_grad_norm.py::TestClipGradNormCUDA::test_low_precision_grads_cuda, test/distributed/fsdp/test_fsdp_clip_grad_norm.py::TestClipGradNormCUDA::test_no_gradients_cuda, test/distributed/fsdp/test_fsdp_clip_grad_norm.py::TestClipGradNormCUDA::test_non_root_cuda 2025-12-04T14:13:32.4957969Z 2025-12-04T14:13:32.4958239Z Finished distributed/fsdp/test_fsdp_clip_grad_norm 1/1 ... [2025-12-04 14:13:32.495017][3583925.549342725], took 0.94min 2025-12-04T14:13:32.4977394Z Parsing testcases for test report: /var/lib/jenkins/pytorch/test/test-reports/python-pytest/distributed.test_inductor_collectives/distributed.test_inductor_collectives-f9afad458cd75285.xml 2025-12-04T14:13:32.4986266Z Failed to parse and upload json test reports: Unable to locate credentials 2025-12-04T14:13:32.4987515Z Running distributed/tensor/test_utils 1/1 ... [2025-12-04 14:13:32.498651][3583925.552981665] 2025-12-04T14:13:32.4987819Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2025-12-04T14:13:32.4989724Z Executing ['/opt/conda/envs/py_3.10/bin/python', '-bb', 'distributed/tensor/test_utils.py', '--shard-id=1', '--num-shards=1', '-v', '-vv', '-rfEX', '-p', 'no:xdist', '--use-pytest', '-x', '--reruns=0', '--import-slow-tests', '--import-disabled-tests'] ... [2025-12-04 14:13:32.498841] 2025-12-04T14:14:41.1245339Z 2025-12-04T14:14:41.1246000Z distributed/tensor/test_utils 1/1 was successful, full logs can be found in artifacts with path test/test-reports/distributed.tensor.test_utils_1.1_62dbb73e0f499c65_.log 2025-12-04T14:14:41.1250437Z Running 24 items in this shard: test/distributed/tensor/test_utils.py::LocalTest::test_compute_local_shape_and_global_offset_uneven, test/distributed/tensor/test_utils.py::UtilTest::test_compute_global_tensor_shape_1D, test/distributed/tensor/test_utils.py::UtilTest::test_compute_global_tensor_shape_1D_invalid_shape, test/distributed/tensor/test_utils.py::UtilTest::test_compute_global_tensor_shape_failure_2D, test/distributed/tensor/test_utils.py::UtilTest::test_compute_local_shape_and_global_offset_1D, test/distributed/tensor/test_utils.py::UtilTest::test_compute_local_shape_and_global_offset_2D, test/distributed/tensor/test_utils.py::UtilTest::test_compute_local_shape_and_global_offset_3D, test/distributed/tensor/test_utils.py::UtilTest::test_compute_local_shape_and_global_offset_4D, test/distributed/tensor/test_utils.py::UtilTest::test_fsdp_tp_meta_compute, test/distributed/tensor/test_utils.py::UtilTest::test_hsdp_tp_meta_compute, test/distributed/tensor/test_utils.py::UtilTest::test_uneven_fsdp_tp_meta_compute, test/distributed/tensor/test_utils.py::UtilSingleDeviceTest::test_compute_global_tensor_info_non_shard_placements, test/distributed/tensor/test_utils.py::UtilSingleDeviceTest::test_compute_global_tensor_info_shard_placement, test/distributed/tensor/test_utils.py::UtilSingleDeviceTest::test_compute_global_tensor_info_unsupported_placement, test/distributed/tensor/test_utils.py::UtilSingleDeviceTest::test_compute_tensor_info, test/distributed/tensor/test_utils.py::TestStridedSharding::test_1d_mesh_strided_sharding, test/distributed/tensor/test_utils.py::TestStridedSharding::test_2d_mesh_2d_tensor_strided_sharding, test/distributed/tensor/test_utils.py::TestStridedSharding::test_2d_mesh_strided_sharding, test/distributed/tensor/test_utils.py::TestStridedSharding::test_2d_mesh_uneven_strided_shard, test/distributed/tensor/test_utils.py::Test_StridedShard_with_shard_order::test_StridedShard_not_convertible_to_shard_order, test/distributed/tensor/test_utils.py::Test_StridedShard_with_shard_order::test_StridedShard_to_shard_order, test/distributed/tensor/test_utils.py::Test2DStridedLocalShard::test_fsdp1_tp_2d_dtensor_local_shards_and_offsets, test/distributed/tensor/test_utils.py::Test2DStridedLocalShard::test_fsdp2_tp_2d_dtensor_local_shards_and_offsets, test/distributed/tensor/test_utils.py::TestExplicitRedistribute::test_explicit_matmul 2025-12-04T14:14:41.1254000Z 2025-12-04T14:14:41.1254127Z Finished distributed/tensor/test_utils 1/1 ... [2025-12-04 14:14:41.124424][3583994.178749359], took 1.14min 2025-12-04T14:14:41.1262216Z Parsing testcases for test report: /var/lib/jenkins/pytorch/test/test-reports/python-pytest/distributed.test_inductor_collectives/distributed.test_inductor_collectives-f9afad458cd75285.xml 2025-12-04T14:14:41.1272266Z Failed to parse and upload json test reports: Unable to locate credentials 2025-12-04T14:14:41.1274778Z Running distributed/test_data_parallel 1/1 ... [2025-12-04 14:14:41.127310][3583994.181640299] 2025-12-04T14:14:41.1274981Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2025-12-04T14:14:41.1276428Z Executing ['/opt/conda/envs/py_3.10/bin/python', '-bb', 'distributed/test_data_parallel.py', '--shard-id=1', '--num-shards=1', '-v', '-vv', '-rfEX', '-p', 'no:xdist', '--use-pytest', '-x', '--reruns=0', '--import-slow-tests', '--import-disabled-tests'] ... [2025-12-04 14:14:41.127499] 2025-12-04T14:15:01.1735496Z 2025-12-04T14:15:01.1736600Z distributed/test_data_parallel 1/1 was successful, full logs can be found in artifacts with path test/test-reports/distributed.test_data_parallel_1.1_ab566867a6e45ee0_.log 2025-12-04T14:15:01.1744709Z Running 46 items in this shard: test/distributed/test_data_parallel.py::TestDataParallel::test_autocast, test/distributed/test_data_parallel.py::TestDataParallel::test_data_parallel, test/distributed/test_data_parallel.py::TestDataParallel::test_data_parallel_buffers_requiring_grad, test/distributed/test_data_parallel.py::TestDataParallel::test_data_parallel_complex, test/distributed/test_data_parallel.py::TestDataParallel::test_data_parallel_device_args, test/distributed/test_data_parallel.py::TestDataParallel::test_data_parallel_function_deletion, test/distributed/test_data_parallel.py::TestDataParallel::test_data_parallel_lazy_linear, test/distributed/test_data_parallel.py::TestDataParallel::test_data_parallel_model_device, test/distributed/test_data_parallel.py::TestDataParallel::test_data_parallel_model_no_refcycles, test/distributed/test_data_parallel.py::TestDataParallel::test_data_parallel_module_zero_inputs, test/distributed/test_data_parallel.py::TestDataParallel::test_data_parallel_multiple_input, test/distributed/test_data_parallel.py::TestDataParallel::test_data_parallel_nested_input, test/distributed/test_data_parallel.py::TestDataParallel::test_data_parallel_nested_output, test/distributed/test_data_parallel.py::TestDataParallel::test_data_parallel_no_grad, test/distributed/test_data_parallel.py::TestDataParallel::test_data_parallel_rnn, test/distributed/test_data_parallel.py::TestDataParallel::test_data_parallel_small_back, test/distributed/test_data_parallel.py::TestDataParallel::test_data_parallel_sparse, test/distributed/test_data_parallel.py::TestDataParallel::test_gather_cpu, test/distributed/test_data_parallel.py::TestDataParallel::test_gather_different_len_dicts, test/distributed/test_data_parallel.py::TestDataParallel::test_gather_gpu, test/distributed/test_data_parallel.py::TestDataParallel::test_parallel_apply, test/distributed/test_data_parallel.py::TestDataParallel::test_parallel_apply_autocast, test/distributed/test_data_parallel.py::TestDataParallel::test_parallel_apply_passes_exception, test/distributed/test_data_parallel.py::TestDataParallel::test_parameter_list_dict_replica, test/distributed/test_data_parallel.py::TestDataParallel::test_replicate, test/distributed/test_data_parallel.py::TestDataParallel::test_replicate_buffers, test/distributed/test_data_parallel.py::TestDataParallel::test_save_replica_module, test/distributed/test_data_parallel.py::TestDataParallel::test_scatter_cpu, test/distributed/test_data_parallel.py::TestDataParallel::test_scatter_gpu, test/distributed/test_data_parallel.py::TestDataParallel::test_strided_grad_layout, test/distributed/test_data_parallel.py::TestDataParallel::test_zero_grad, test/distributed/test_data_parallel.py::TestDataParallelDeviceTypeCUDA::test_data_parallel_module_cuda_float16, test/distributed/test_data_parallel.py::TestDataParallelDeviceTypeCUDA::test_data_parallel_module_cuda_float32, test/distributed/test_data_parallel.py::TestDataParallelDeviceTypeCUDA::test_data_parallel_module_cuda_float64, test/distributed/test_data_parallel.py::TestDataParallelDeviceTypeCUDA::test_data_parallel_module_kwargs_only_cuda_float16, test/distributed/test_data_parallel.py::TestDataParallelDeviceTypeCUDA::test_data_parallel_module_kwargs_only_cuda_float32, test/distributed/test_data_parallel.py::TestDataParallelDeviceTypeCUDA::test_data_parallel_module_kwargs_only_cuda_float64, test/distributed/test_data_parallel.py::TestDataParallelDeviceTypeCUDA::test_data_parallel_module_kwargs_only_empty_dict_cuda_float16, test/distributed/test_data_parallel.py::TestDataParallelDeviceTypeCUDA::test_data_parallel_module_kwargs_only_empty_dict_cuda_float32, test/distributed/test_data_parallel.py::TestDataParallelDeviceTypeCUDA::test_data_parallel_module_kwargs_only_empty_dict_cuda_float64, test/distributed/test_data_parallel.py::TestDataParallelDeviceTypeCUDA::test_data_parallel_module_kwargs_only_empty_list_cuda_float16, test/distributed/test_data_parallel.py::TestDataParallelDeviceTypeCUDA::test_data_parallel_module_kwargs_only_empty_list_cuda_float32, test/distributed/test_data_parallel.py::TestDataParallelDeviceTypeCUDA::test_data_parallel_module_kwargs_only_empty_list_cuda_float64, test/distributed/test_data_parallel.py::TestDataParallelDeviceTypeCUDA::test_data_parallel_module_kwargs_only_empty_tuple_cuda_float16, test/distributed/test_data_parallel.py::TestDataParallelDeviceTypeCUDA::test_data_parallel_module_kwargs_only_empty_tuple_cuda_float32, test/distributed/test_data_parallel.py::TestDataParallelDeviceTypeCUDA::test_data_parallel_module_kwargs_only_empty_tuple_cuda_float64 2025-12-04T14:15:01.1751283Z 2025-12-04T14:15:01.1751412Z Finished distributed/test_data_parallel 1/1 ... [2025-12-04 14:15:01.173258][3584014.227584731], took 0.33min 2025-12-04T14:15:01.1752741Z Parsing testcases for test report: /var/lib/jenkins/pytorch/test/test-reports/python-pytest/distributed.test_inductor_collectives/distributed.test_inductor_collectives-f9afad458cd75285.xml 2025-12-04T14:15:01.1763125Z Failed to parse and upload json test reports: Unable to locate credentials 2025-12-04T14:15:01.1765226Z Running distributed/_composable/fsdp/test_fully_shard_memory 1/1 ... [2025-12-04 14:15:01.176439][3584014.230769066] 2025-12-04T14:15:01.1765461Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2025-12-04T14:15:01.1767520Z Executing ['/opt/conda/envs/py_3.10/bin/python', '-bb', 'distributed/_composable/fsdp/test_fully_shard_memory.py', '--shard-id=1', '--num-shards=1', '-v', '-vv', '-rfEX', '-p', 'no:xdist', '--use-pytest', '-x', '--reruns=0', '--import-slow-tests', '--import-disabled-tests'] ... [2025-12-04 14:15:01.176631] 2025-12-04T14:15:18.8448498Z 2025-12-04T14:15:18.8449636Z distributed/_composable/fsdp/test_fully_shard_memory 1/1 was successful, full logs can be found in artifacts with path test/test-reports/distributed._composable.fsdp.test_fully_shard_memory_1.1_9e3ba73c882167c9_.log 2025-12-04T14:15:18.8451261Z Running 2 items in this shard: test/distributed/_composable/fsdp/test_fully_shard_memory.py::TestFullyShardMemory::test_fully_shard_del_memory, test/distributed/_composable/fsdp/test_fully_shard_memory.py::TestFullyShardMemory::test_fully_shard_training_memory 2025-12-04T14:15:18.8452150Z 2025-12-04T14:15:18.8452505Z Finished distributed/_composable/fsdp/test_fully_shard_memory 1/1 ... [2025-12-04 14:15:18.844404][3584031.898729125], took 0.29min 2025-12-04T14:15:18.8470347Z Parsing testcases for test report: /var/lib/jenkins/pytorch/test/test-reports/python-pytest/distributed.test_inductor_collectives/distributed.test_inductor_collectives-f9afad458cd75285.xml 2025-12-04T14:15:18.8482623Z Failed to parse and upload json test reports: Unable to locate credentials 2025-12-04T14:15:18.8483102Z Running distributed/optim/test_zero_redundancy_optimizer 1/1 ... [2025-12-04 14:15:18.848111][3584031.902441052] 2025-12-04T14:15:18.8484188Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2025-12-04T14:15:18.8484934Z Executing ['/opt/conda/envs/py_3.10/bin/python', '-bb', 'distributed/optim/test_zero_redundancy_optimizer.py', '--shard-id=1', '--num-shards=1', '-v', '-vv', '-rfEX', '-p', 'no:xdist', '--use-pytest', '-x', '--reruns=0', '--import-slow-tests', '--import-disabled-tests'] ... [2025-12-04 14:15:18.848299] 2025-12-04T14:24:09.8795240Z 2025-12-04T14:24:09.8796549Z distributed/optim/test_zero_redundancy_optimizer 1/1 was successful, full logs can be found in artifacts with path test/test-reports/distributed.optim.test_zero_redundancy_optimizer_1.1_94391b0d7b691acc_.log 2025-12-04T14:24:09.8819566Z Running 42 items in this shard: test/distributed/optim/test_zero_redundancy_optimizer.py::TestZeroRedundancyOptimizerSingleRank::test_constructor, test/distributed/optim/test_zero_redundancy_optimizer.py::TestZeroRedundancyOptimizerSingleRank::test_lr_scheduler, test/distributed/optim/test_zero_redundancy_optimizer.py::TestZeroRedundancyOptimizerSingleRank::test_same_dense_param_type, test/distributed/optim/test_zero_redundancy_optimizer.py::TestZeroRedundancyOptimizerSingleRank::test_state_dict, test/distributed/optim/test_zero_redundancy_optimizer.py::TestZeroRedundancyOptimizerSingleRank::test_step_with_extra_inner_key, test/distributed/optim/test_zero_redundancy_optimizer.py::TestZeroRedundancyOptimizerSingleRank::test_step_with_kwargs, test/distributed/optim/test_zero_redundancy_optimizer.py::TestZeroRedundancyOptimizerSingleRank::test_step_without_closure, test/distributed/optim/test_zero_redundancy_optimizer.py::TestZeroRedundancyOptimizerSingleRank::test_zero_grad, test/distributed/optim/test_zero_redundancy_optimizer.py::TestZeroRedundancyOptimizerDistributed::test_add_param_group, test/distributed/optim/test_zero_redundancy_optimizer.py::TestZeroRedundancyOptimizerDistributed::test_collect_shards, test/distributed/optim/test_zero_redundancy_optimizer.py::TestZeroRedundancyOptimizerDistributed::test_ddp_zero_overlap_use_gpu_True_use_interleaved_hook_False_gradient_as_bucket_view_False_static_graph_False_shard_buckets_False, test/distributed/optim/test_zero_redundancy_optimizer.py::TestZeroRedundancyOptimizerDistributed::test_ddp_zero_overlap_use_gpu_True_use_interleaved_hook_False_gradient_as_bucket_view_False_static_graph_False_shard_buckets_True, test/distributed/optim/test_zero_redundancy_optimizer.py::TestZeroRedundancyOptimizerDistributed::test_ddp_zero_overlap_use_gpu_True_use_interleaved_hook_False_gradient_as_bucket_view_False_static_graph_True_shard_buckets_False, test/distributed/optim/test_zero_redundancy_optimizer.py::TestZeroRedundancyOptimizerDistributed::test_ddp_zero_overlap_use_gpu_True_use_interleaved_hook_False_gradient_as_bucket_view_False_static_graph_True_shard_buckets_True, test/distributed/optim/test_zero_redundancy_optimizer.py::TestZeroRedundancyOptimizerDistributed::test_ddp_zero_overlap_use_gpu_True_use_interleaved_hook_False_gradient_as_bucket_view_True_static_graph_False_shard_buckets_False, test/distributed/optim/test_zero_redundancy_optimizer.py::TestZeroRedundancyOptimizerDistributed::test_ddp_zero_overlap_use_gpu_True_use_interleaved_hook_False_gradient_as_bucket_view_True_static_graph_False_shard_buckets_True, test/distributed/optim/test_zero_redundancy_optimizer.py::TestZeroRedundancyOptimizerDistributed::test_ddp_zero_overlap_use_gpu_True_use_interleaved_hook_False_gradient_as_bucket_view_True_static_graph_True_shard_buckets_False, test/distributed/optim/test_zero_redundancy_optimizer.py::TestZeroRedundancyOptimizerDistributed::test_ddp_zero_overlap_use_gpu_True_use_interleaved_hook_False_gradient_as_bucket_view_True_static_graph_True_shard_buckets_True, test/distributed/optim/test_zero_redundancy_optimizer.py::TestZeroRedundancyOptimizerDistributed::test_ddp_zero_overlap_use_gpu_True_use_interleaved_hook_True_gradient_as_bucket_view_False_static_graph_False_shard_buckets_False, test/distributed/optim/test_zero_redundancy_optimizer.py::TestZeroRedundancyOptimizerDistributed::test_ddp_zero_overlap_use_gpu_True_use_interleaved_hook_True_gradient_as_bucket_view_False_static_graph_False_shard_buckets_True, test/distributed/optim/test_zero_redundancy_optimizer.py::TestZeroRedundancyOptimizerDistributed::test_ddp_zero_overlap_use_gpu_True_use_interleaved_hook_True_gradient_as_bucket_view_False_static_graph_True_shard_buckets_False, test/distributed/optim/test_zero_redundancy_optimizer.py::TestZeroRedundancyOptimizerDistributed::test_ddp_zero_overlap_use_gpu_True_use_interleaved_hook_True_gradient_as_bucket_view_False_static_graph_True_shard_buckets_True, test/distributed/optim/test_zero_redundancy_optimizer.py::TestZeroRedundancyOptimizerDistributed::test_ddp_zero_overlap_use_gpu_True_use_interleaved_hook_True_gradient_as_bucket_view_True_static_graph_False_shard_buckets_False, test/distributed/optim/test_zero_redundancy_optimizer.py::TestZeroRedundancyOptimizerDistributed::test_ddp_zero_overlap_use_gpu_True_use_interleaved_hook_True_gradient_as_bucket_view_True_static_graph_False_shard_buckets_True, test/distributed/optim/test_zero_redundancy_optimizer.py::TestZeroRedundancyOptimizerDistributed::test_ddp_zero_overlap_use_gpu_True_use_interleaved_hook_True_gradient_as_bucket_view_True_static_graph_True_shard_buckets_False, test/distributed/optim/test_zero_redundancy_optimizer.py::TestZeroRedundancyOptimizerDistributed::test_ddp_zero_overlap_use_gpu_True_use_interleaved_hook_True_gradient_as_bucket_view_True_static_graph_True_shard_buckets_True, test/distributed/optim/test_zero_redundancy_optimizer.py::TestZeroRedundancyOptimizerDistributed::test_local_optimizer_parity_optimizer_class_str_AdamW_maximize_False, test/distributed/optim/test_zero_redundancy_optimizer.py::TestZeroRedundancyOptimizerDistributed::test_local_optimizer_parity_optimizer_class_str_AdamW_maximize_True, test/distributed/optim/test_zero_redundancy_optimizer.py::TestZeroRedundancyOptimizerDistributed::test_local_optimizer_parity_optimizer_class_str_Adam_maximize_False, test/distributed/optim/test_zero_redundancy_optimizer.py::TestZeroRedundancyOptimizerDistributed::test_local_optimizer_parity_optimizer_class_str_Adam_maximize_True, test/distributed/optim/test_zero_redundancy_optimizer.py::TestZeroRedundancyOptimizerDistributed::test_local_optimizer_parity_optimizer_class_str_SGD_maximize_False, test/distributed/optim/test_zero_redundancy_optimizer.py::TestZeroRedundancyOptimizerDistributed::test_local_optimizer_parity_optimizer_class_str_SGD_maximize_True, test/distributed/optim/test_zero_redundancy_optimizer.py::TestZeroRedundancyOptimizerDistributed::test_lr_scheduler, test/distributed/optim/test_zero_redundancy_optimizer.py::TestZeroRedundancyOptimizerDistributed::test_multiple_param_groups, test/distributed/optim/test_zero_redundancy_optimizer.py::TestZeroRedundancyOptimizerDistributed::test_nondefault_process_group, test/distributed/optim/test_zero_redundancy_optimizer.py::TestZeroRedundancyOptimizerDistributed::test_sharding, test/distributed/optim/test_zero_redundancy_optimizer.py::TestZeroRedundancyOptimizerDistributed::test_step, test/distributed/optim/test_zero_redundancy_optimizer.py::TestZeroRedundancyOptimizerDistributed::test_step_with_closure, test/distributed/optim/test_zero_redundancy_optimizer.py::TestZeroRedundancyOptimizerDistributed::test_zero_join_cpu, test/distributed/optim/test_zero_redundancy_optimizer.py::TestZeroRedundancyOptimizerDistributed::test_zero_join_gpu, test/distributed/optim/test_zero_redundancy_optimizer.py::TestZeroRedundancyOptimizerDistributed::test_zero_model_parallel_parameters_as_bucket_view_False, test/distributed/optim/test_zero_redundancy_optimizer.py::TestZeroRedundancyOptimizerDistributed::test_zero_model_parallel_parameters_as_bucket_view_True 2025-12-04T14:24:09.8831219Z 2025-12-04T14:24:09.8831376Z Finished distributed/optim/test_zero_redundancy_optimizer 1/1 ... [2025-12-04 14:24:09.879624][3584562.933947948], took 8.85min 2025-12-04T14:24:09.8831846Z Parsing testcases for test report: /var/lib/jenkins/pytorch/test/test-reports/python-pytest/distributed.test_inductor_collectives/distributed.test_inductor_collectives-f9afad458cd75285.xml 2025-12-04T14:24:09.8832276Z Failed to parse and upload json test reports: Unable to locate credentials 2025-12-04T14:24:09.8833370Z Running distributed/test_c10d_spawn_gloo 1/1 ... [2025-12-04 14:24:09.883236][3584562.9375663] 2025-12-04T14:24:09.8833569Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2025-12-04T14:24:09.8835760Z Executing ['/opt/conda/envs/py_3.10/bin/python', '-bb', 'distributed/test_c10d_spawn_gloo.py', '--shard-id=1', '--num-shards=1', '-v', '--subprocess', '-vv', '-rfEX', '-p', 'no:xdist', '--use-pytest', '-x', '--reruns=0', '--import-slow-tests', '--import-disabled-tests'] ... [2025-12-04 14:24:09.883474] 2025-12-04T14:25:08.4392093Z 2025-12-04T14:25:08.4393285Z distributed/test_c10d_spawn_gloo 1/1 was successful, full logs can be found in artifacts with path test/test-reports/distributed.test_c10d_spawn_gloo_1.1_1b24d4cab63bafdd_.log 2025-12-04T14:25:08.4397067Z Running 11 items in this shard: test/distributed/test_c10d_spawn_gloo.py::DistributedDataParallelSingleProcessTest::test_cpu, test/distributed/test_c10d_spawn_gloo.py::DistributedDataParallelSingleProcessTest::test_cuda, test/distributed/test_c10d_spawn_gloo.py::DistributedDataParallelSingleProcessTest::test_rnn, test/distributed/test_c10d_spawn_gloo.py::TestDistributedNNFunctionsGloo::test_all_gather, test/distributed/test_c10d_spawn_gloo.py::TestDistributedNNFunctionsGloo::test_all_to_all, test/distributed/test_c10d_spawn_gloo.py::TestDistributedNNFunctionsGloo::test_all_to_all_single, test/distributed/test_c10d_spawn_gloo.py::TestDistributedNNFunctionsGloo::test_allreduce, test/distributed/test_c10d_spawn_gloo.py::TestDistributedNNFunctionsGloo::test_broadcast, test/distributed/test_c10d_spawn_gloo.py::TestDistributedNNFunctionsGloo::test_gather, test/distributed/test_c10d_spawn_gloo.py::TestDistributedNNFunctionsGloo::test_reduce, test/distributed/test_c10d_spawn_gloo.py::TestDistributedNNFunctionsGloo::test_scatter 2025-12-04T14:25:08.4400740Z Running 1 items in this shard: test/distributed/test_c10d_spawn_gloo.py::DistributedDataParallelSingleProcessTest::test_cpu 2025-12-04T14:25:08.4401469Z Running 1 items in this shard: test/distributed/test_c10d_spawn_gloo.py::DistributedDataParallelSingleProcessTest::test_cuda 2025-12-04T14:25:08.4402185Z Running 1 items in this shard: test/distributed/test_c10d_spawn_gloo.py::DistributedDataParallelSingleProcessTest::test_rnn 2025-12-04T14:25:08.4402881Z Running 1 items in this shard: test/distributed/test_c10d_spawn_gloo.py::TestDistributedNNFunctionsGloo::test_all_gather 2025-12-04T14:25:08.4404046Z Running 1 items in this shard: test/distributed/test_c10d_spawn_gloo.py::TestDistributedNNFunctionsGloo::test_all_to_all 2025-12-04T14:25:08.4404563Z Running 1 items in this shard: test/distributed/test_c10d_spawn_gloo.py::TestDistributedNNFunctionsGloo::test_all_to_all_single 2025-12-04T14:25:08.4405082Z Running 1 items in this shard: test/distributed/test_c10d_spawn_gloo.py::TestDistributedNNFunctionsGloo::test_allreduce 2025-12-04T14:25:08.4405587Z Running 1 items in this shard: test/distributed/test_c10d_spawn_gloo.py::TestDistributedNNFunctionsGloo::test_broadcast 2025-12-04T14:25:08.4406091Z Running 1 items in this shard: test/distributed/test_c10d_spawn_gloo.py::TestDistributedNNFunctionsGloo::test_gather 2025-12-04T14:25:08.4406573Z Running 1 items in this shard: test/distributed/test_c10d_spawn_gloo.py::TestDistributedNNFunctionsGloo::test_reduce 2025-12-04T14:25:08.4407113Z Running 1 items in this shard: test/distributed/test_c10d_spawn_gloo.py::TestDistributedNNFunctionsGloo::test_scatter 2025-12-04T14:25:08.4407385Z 2025-12-04T14:25:08.4407586Z Finished distributed/test_c10d_spawn_gloo 1/1 ... [2025-12-04 14:25:08.438906][3584621.493229207], took 0.98min 2025-12-04T14:25:08.4414547Z Parsing testcases for test report: /var/lib/jenkins/pytorch/test/test-reports/python-pytest/distributed.test_inductor_collectives/distributed.test_inductor_collectives-f9afad458cd75285.xml 2025-12-04T14:25:08.4427083Z Failed to parse and upload json test reports: Unable to locate credentials 2025-12-04T14:25:08.4429371Z Running distributed/fsdp/test_distributed_checkpoint 1/1 ... [2025-12-04 14:25:08.442794][3584621.497123754] 2025-12-04T14:25:08.4429642Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2025-12-04T14:25:08.4431449Z Executing ['/opt/conda/envs/py_3.10/bin/python', '-bb', 'distributed/fsdp/test_distributed_checkpoint.py', '--shard-id=1', '--num-shards=1', '-v', '-vv', '-rfEX', '-p', 'no:xdist', '--use-pytest', '-x', '--reruns=0', '--import-slow-tests', '--import-disabled-tests'] ... [2025-12-04 14:25:08.443028] 2025-12-04T14:25:10.8616335Z 2025-12-04T14:25:10.8617840Z distributed/fsdp/test_distributed_checkpoint 1/1 was successful, full logs can be found in artifacts with path test/test-reports/distributed.fsdp.test_distributed_checkpoint_1.1_7d6885677f24e3ee_.log 2025-12-04T14:25:10.8619688Z Running 2 items in this shard: test/distributed/fsdp/test_distributed_checkpoint.py::TestDistributedCheckpointCUDA::test_distributed_checkpoint_state_dict_type0_cuda, test/distributed/fsdp/test_distributed_checkpoint.py::TestDistributedCheckpointCUDA::test_distributed_checkpoint_state_dict_type1_cuda 2025-12-04T14:25:10.8620832Z 2025-12-04T14:25:10.8621223Z Finished distributed/fsdp/test_distributed_checkpoint 1/1 ... [2025-12-04 14:25:10.861370][3584623.915693652], took 0.04min 2025-12-04T14:25:10.8640755Z Parsing testcases for test report: /var/lib/jenkins/pytorch/test/test-reports/python-pytest/distributed.test_inductor_collectives/distributed.test_inductor_collectives-f9afad458cd75285.xml 2025-12-04T14:25:10.8654357Z Failed to parse and upload json test reports: Unable to locate credentials 2025-12-04T14:25:10.8657121Z Running distributed/test_c10d_spawn_nccl 1/1 ... [2025-12-04 14:25:10.865561][3584623.919891504] 2025-12-04T14:25:10.8657487Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2025-12-04T14:25:10.8659728Z Executing ['/opt/conda/envs/py_3.10/bin/python', '-bb', 'distributed/test_c10d_spawn_nccl.py', '--shard-id=1', '--num-shards=1', '-v', '--subprocess', '-vv', '-rfEX', '-p', 'no:xdist', '--use-pytest', '-x', '--reruns=0', '--import-slow-tests', '--import-disabled-tests'] ... [2025-12-04 14:25:10.865831] 2025-12-04T14:25:14.8940879Z ##[error]The action 'Test' has timed out after 270 minutes. 2025-12-04T14:25:14.8968554Z ##[group]Run # copy test results back to the mounted workspace, needed sudo, resulting permissions were correct 2025-12-04T14:25:14.8968867Z # copy test results back to the mounted workspace, needed sudo, resulting permissions were correct 2025-12-04T14:25:14.8969242Z docker exec -t "45f7cd48e532093d810330b7faac28f4aed033e482e0afc21e147a749d41ebf5" sh -c "cd ../pytorch && sudo cp -R test/test-reports ../workspace/test" 2025-12-04T14:25:14.8973952Z shell: /usr/bin/bash -e {0} 2025-12-04T14:25:14.8974072Z env: 2025-12-04T14:25:14.8974172Z GIT_DEFAULT_BRANCH: main 2025-12-04T14:25:14.8974311Z RUNNER_ARTIFACT_DIR: /home/runner/_work/_temp/artifacts 2025-12-04T14:25:14.8974490Z RUNNER_TEST_RESULTS_DIR: /home/runner/_work/_temp/test-results 2025-12-04T14:25:14.8974668Z RUNNER_DOCS_DIR: /home/runner/_work/_temp/docs 2025-12-04T14:25:14.8975182Z GPU_FLAG: --device=/dev/mem --device=/dev/kfd --group-add 110 --device /dev/dri/renderD160 --device /dev/dri/renderD168 --device /dev/dri/renderD176 --device /dev/dri/renderD184 --group-add video --group-add 109 --group-add daemon --group-add bin --cap-add=SYS_PTRACE --security-opt seccomp=unconfined --network=host 2025-12-04T14:25:14.8975674Z AWS_DEFAULT_REGION: us-east-1 2025-12-04T14:25:14.8975793Z AWS_REGION: us-east-1 2025-12-04T14:25:14.8975964Z AWS_ACCESS_KEY_ID: *** 2025-12-04T14:25:14.8976118Z AWS_SECRET_ACCESS_KEY: *** 2025-12-04T14:25:14.8978468Z AWS_SESSION_TOKEN: *** 2025-12-04T14:25:14.8978643Z CONTAINER_NAME: 45f7cd48e532093d810330b7faac28f4aed033e482e0afc21e147a749d41ebf5 2025-12-04T14:25:14.8978830Z ##[endgroup] 2025-12-04T14:25:14.9641622Z ##[group]Run docker exec -t "45f7cd48e532093d810330b7faac28f4aed033e482e0afc21e147a749d41ebf5" sh -c "sudo chown -R 1001:1001 test" 2025-12-04T14:25:14.9642138Z docker exec -t "45f7cd48e532093d810330b7faac28f4aed033e482e0afc21e147a749d41ebf5" sh -c "sudo chown -R 1001:1001 test" 2025-12-04T14:25:14.9645230Z shell: /usr/bin/bash -e {0} 2025-12-04T14:25:14.9645344Z env: 2025-12-04T14:25:14.9645441Z GIT_DEFAULT_BRANCH: main 2025-12-04T14:25:14.9645580Z RUNNER_ARTIFACT_DIR: /home/runner/_work/_temp/artifacts 2025-12-04T14:25:14.9645762Z RUNNER_TEST_RESULTS_DIR: /home/runner/_work/_temp/test-results 2025-12-04T14:25:14.9645928Z RUNNER_DOCS_DIR: /home/runner/_work/_temp/docs 2025-12-04T14:25:14.9646446Z GPU_FLAG: --device=/dev/mem --device=/dev/kfd --group-add 110 --device /dev/dri/renderD160 --device /dev/dri/renderD168 --device /dev/dri/renderD176 --device /dev/dri/renderD184 --group-add video --group-add 109 --group-add daemon --group-add bin --cap-add=SYS_PTRACE --security-opt seccomp=unconfined --network=host 2025-12-04T14:25:14.9646980Z AWS_DEFAULT_REGION: us-east-1 2025-12-04T14:25:14.9647107Z AWS_REGION: us-east-1 2025-12-04T14:25:14.9647253Z AWS_ACCESS_KEY_ID: *** 2025-12-04T14:25:14.9647406Z AWS_SECRET_ACCESS_KEY: *** 2025-12-04T14:25:14.9649736Z AWS_SESSION_TOKEN: *** 2025-12-04T14:25:14.9649910Z CONTAINER_NAME: 45f7cd48e532093d810330b7faac28f4aed033e482e0afc21e147a749d41ebf5 2025-12-04T14:25:14.9650092Z ##[endgroup] 2025-12-04T14:25:15.0389746Z ##[group]Run cat test/**/*_toprint.log || true 2025-12-04T14:25:15.0389898Z cat test/**/*_toprint.log || true 2025-12-04T14:25:15.0392571Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2025-12-04T14:25:15.0392715Z env: 2025-12-04T14:25:15.0392810Z GIT_DEFAULT_BRANCH: main 2025-12-04T14:25:15.0392944Z RUNNER_ARTIFACT_DIR: /home/runner/_work/_temp/artifacts 2025-12-04T14:25:15.0393121Z RUNNER_TEST_RESULTS_DIR: /home/runner/_work/_temp/test-results 2025-12-04T14:25:15.0393287Z RUNNER_DOCS_DIR: /home/runner/_work/_temp/docs 2025-12-04T14:25:15.0393789Z GPU_FLAG: --device=/dev/mem --device=/dev/kfd --group-add 110 --device /dev/dri/renderD160 --device /dev/dri/renderD168 --device /dev/dri/renderD176 --device /dev/dri/renderD184 --group-add video --group-add 109 --group-add daemon --group-add bin --cap-add=SYS_PTRACE --security-opt seccomp=unconfined --network=host 2025-12-04T14:25:15.0394281Z AWS_DEFAULT_REGION: us-east-1 2025-12-04T14:25:15.0394410Z AWS_REGION: us-east-1 2025-12-04T14:25:15.0394542Z AWS_ACCESS_KEY_ID: *** 2025-12-04T14:25:15.0394691Z AWS_SECRET_ACCESS_KEY: *** 2025-12-04T14:25:15.0397080Z AWS_SESSION_TOKEN: *** 2025-12-04T14:25:15.0397250Z CONTAINER_NAME: 45f7cd48e532093d810330b7faac28f4aed033e482e0afc21e147a749d41ebf5 2025-12-04T14:25:15.0397432Z ##[endgroup] 2025-12-04T14:25:15.0450995Z Running 10 items in this shard: test/distributed/test_c10d_spawn_nccl.py::TestDistributedNNFunctionsNccl::test_all_gather, test/distributed/test_c10d_spawn_nccl.py::TestDistributedNNFunctionsNccl::test_all_gather_base, test/distributed/test_c10d_spawn_nccl.py::TestDistributedNNFunctionsNccl::test_all_reduce_non_contiguous, test/distributed/test_c10d_spawn_nccl.py::TestDistributedNNFunctionsNccl::test_all_to_all, test/distributed/test_c10d_spawn_nccl.py::TestDistributedNNFunctionsNccl::test_all_to_all_single, test/distributed/test_c10d_spawn_nccl.py::TestDistributedNNFunctionsNccl::test_allreduce, test/distributed/test_c10d_spawn_nccl.py::TestDistributedNNFunctionsNccl::test_broadcast, test/distributed/test_c10d_spawn_nccl.py::TestDistributedNNFunctionsNccl::test_reduce, test/distributed/test_c10d_spawn_nccl.py::TestDistributedNNFunctionsNccl::test_reduce_scatter, test/distributed/test_c10d_spawn_nccl.py::TestDistributedNNFunctionsNccl::test_reduce_scatter_non_contiguous 2025-12-04T14:25:15.0453967Z test/distributed/test_c10d_spawn_nccl.py::TestDistributedNNFunctionsNccl::test_all_gather 2025-12-04T14:25:15.0454421Z test/distributed/test_c10d_spawn_nccl.py::TestDistributedNNFunctionsNccl::test_all_gather_base 2025-12-04T14:25:15.0454895Z test/distributed/test_c10d_spawn_nccl.py::TestDistributedNNFunctionsNccl::test_all_reduce_non_contiguous 2025-12-04T14:25:15.0455816Z test/distributed/test_c10d_spawn_nccl.py::TestDistributedNNFunctionsNccl::test_all_to_all 2025-12-04T14:25:15.0456259Z test/distributed/test_c10d_spawn_nccl.py::TestDistributedNNFunctionsNccl::test_all_to_all_single 2025-12-04T14:25:15.0456773Z test/distributed/test_c10d_spawn_nccl.py::TestDistributedNNFunctionsNccl::test_allreduce 2025-12-04T14:25:15.0457195Z test/distributed/test_c10d_spawn_nccl.py::TestDistributedNNFunctionsNccl::test_broadcast 2025-12-04T14:25:15.0457607Z test/distributed/test_c10d_spawn_nccl.py::TestDistributedNNFunctionsNccl::test_reduce 2025-12-04T14:25:15.0458025Z test/distributed/test_c10d_spawn_nccl.py::TestDistributedNNFunctionsNccl::test_reduce_scatter 2025-12-04T14:25:15.0458505Z test/distributed/test_c10d_spawn_nccl.py::TestDistributedNNFunctionsNccl::test_reduce_scatter_non_contiguous 2025-12-04T14:25:15.0458795Z 2025-12-04T14:25:15.0458881Z 10 tests collected in 0.00s 2025-12-04T14:25:15.0459326Z Test results will be stored in test-reports/python-pytest/distributed.test_c10d_spawn_nccl/distributed.test_c10d_spawn_nccl-f416c25a3d9971f8.xml 2025-12-04T14:25:15.0459794Z ============================= test session starts ============================== 2025-12-04T14:25:15.0460383Z platform linux -- Python 3.10.14, pytest-7.3.2, pluggy-1.6.0 -- /opt/conda/envs/py_3.10/bin/python 2025-12-04T14:25:15.0460699Z cachedir: .pytest_cache 2025-12-04T14:25:15.0461069Z hypothesis profile 'pytorch_ci' -> database=None, max_examples=50, derandomize=True, suppress_health_check=[HealthCheck.too_slow] 2025-12-04T14:25:15.0461463Z rootdir: /var/lib/jenkins/pytorch 2025-12-04T14:25:15.0461661Z configfile: pytest.ini 2025-12-04T14:25:15.0462044Z plugins: hypothesis-6.56.4, cpp-2.3.0, flakefinder-1.1.0, rerunfailures-14.0, subtests-0.13.1, xdist-3.3.1, xdoctest-1.3.0, typeguard-4.3.0 2025-12-04T14:25:15.0462436Z collecting ... collected 1 item 2025-12-04T14:25:15.0462673Z stepcurrent: Cannot find last run test, not skipping 2025-12-04T14:25:15.0463098Z Running 1 items in this shard: test/distributed/test_c10d_spawn_nccl.py::TestDistributedNNFunctionsNccl::test_all_gather 2025-12-04T14:25:15.0463332Z 2025-12-04T14:25:15.0463681Z distributed/test_c10d_spawn_nccl.py::TestDistributedNNFunctionsNccl::test_all_gather I1204 14:25:13.895000 464279 site-packages/torch/testing/_internal/common_distributed.py:849] Started process 0 with pid 464347 2025-12-04T14:25:15.0464265Z I1204 14:25:13.895000 464279 site-packages/torch/testing/_internal/common_distributed.py:849] Started process 1 with pid 464348 2025-12-04T14:25:15.0533298Z Prepare all required actions 2025-12-04T14:25:15.0533809Z Getting action download info 2025-12-04T14:25:15.4396932Z Download action repository 'seemethere/upload-artifact-s3@v5' (SHA:baba72d0712b404f646cebe0730933554ebce96a) 2025-12-04T14:25:16.2532779Z Download action repository 'actions/upload-artifact@v4' (SHA:ea165f8d65b6e75b540449e92b4886f43607fa02) 2025-12-04T14:25:17.1987902Z ##[group]Run ./.github/actions/upload-test-artifacts 2025-12-04T14:25:17.1988078Z with: 2025-12-04T14:25:17.1988178Z use-gha: true 2025-12-04T14:25:17.1988341Z file-suffix: test-distributed-1-3-linux.rocm.gpu.gfx942.4.b_57113808207 2025-12-04T14:25:17.1988526Z s3-bucket: gha-artifacts 2025-12-04T14:25:17.1988638Z env: 2025-12-04T14:25:17.1988733Z GIT_DEFAULT_BRANCH: main 2025-12-04T14:25:17.1988869Z RUNNER_ARTIFACT_DIR: /home/runner/_work/_temp/artifacts 2025-12-04T14:25:17.1989048Z RUNNER_TEST_RESULTS_DIR: /home/runner/_work/_temp/test-results 2025-12-04T14:25:17.1989236Z RUNNER_DOCS_DIR: /home/runner/_work/_temp/docs 2025-12-04T14:25:17.1989741Z GPU_FLAG: --device=/dev/mem --device=/dev/kfd --group-add 110 --device /dev/dri/renderD160 --device /dev/dri/renderD168 --device /dev/dri/renderD176 --device /dev/dri/renderD184 --group-add video --group-add 109 --group-add daemon --group-add bin --cap-add=SYS_PTRACE --security-opt seccomp=unconfined --network=host 2025-12-04T14:25:17.1990237Z AWS_DEFAULT_REGION: us-east-1 2025-12-04T14:25:17.1990473Z AWS_REGION: us-east-1 2025-12-04T14:25:17.1990645Z AWS_ACCESS_KEY_ID: *** 2025-12-04T14:25:17.1990797Z AWS_SECRET_ACCESS_KEY: *** 2025-12-04T14:25:17.1993138Z AWS_SESSION_TOKEN: *** 2025-12-04T14:25:17.1993320Z CONTAINER_NAME: 45f7cd48e532093d810330b7faac28f4aed033e482e0afc21e147a749d41ebf5 2025-12-04T14:25:17.1993503Z ##[endgroup] 2025-12-04T14:25:17.2084495Z ##[group]Run actions/upload-artifact@v4 2025-12-04T14:25:17.2084622Z with: 2025-12-04T14:25:17.2084824Z name: test-jsons-runattempt1-test-distributed-1-3-linux.rocm.gpu.gfx942.4.b_57113808207.zip 2025-12-04T14:25:17.2085037Z retention-days: 14 2025-12-04T14:25:17.2085143Z if-no-files-found: warn 2025-12-04T14:25:17.2085250Z path: test/**/*.json 2025-12-04T14:25:17.2085350Z compression-level: 6 2025-12-04T14:25:17.2085455Z overwrite: false 2025-12-04T14:25:17.2085563Z include-hidden-files: false 2025-12-04T14:25:17.2085677Z env: 2025-12-04T14:25:17.2085771Z GIT_DEFAULT_BRANCH: main 2025-12-04T14:25:17.2085916Z RUNNER_ARTIFACT_DIR: /home/runner/_work/_temp/artifacts 2025-12-04T14:25:17.2086095Z RUNNER_TEST_RESULTS_DIR: /home/runner/_work/_temp/test-results 2025-12-04T14:25:17.2086262Z RUNNER_DOCS_DIR: /home/runner/_work/_temp/docs 2025-12-04T14:25:17.2086832Z GPU_FLAG: --device=/dev/mem --device=/dev/kfd --group-add 110 --device /dev/dri/renderD160 --device /dev/dri/renderD168 --device /dev/dri/renderD176 --device /dev/dri/renderD184 --group-add video --group-add 109 --group-add daemon --group-add bin --cap-add=SYS_PTRACE --security-opt seccomp=unconfined --network=host 2025-12-04T14:25:17.2087327Z AWS_DEFAULT_REGION: us-east-1 2025-12-04T14:25:17.2087446Z AWS_REGION: us-east-1 2025-12-04T14:25:17.2087583Z AWS_ACCESS_KEY_ID: *** 2025-12-04T14:25:17.2087735Z AWS_SECRET_ACCESS_KEY: *** 2025-12-04T14:25:17.2090058Z AWS_SESSION_TOKEN: *** 2025-12-04T14:25:17.2090233Z CONTAINER_NAME: 45f7cd48e532093d810330b7faac28f4aed033e482e0afc21e147a749d41ebf5 2025-12-04T14:25:17.2090420Z ##[endgroup] 2025-12-04T14:25:17.5760958Z With the provided path, there will be 6 files uploaded 2025-12-04T14:25:17.5763401Z Artifact name is valid! 2025-12-04T14:25:17.5763995Z Root directory input is valid! 2025-12-04T14:25:17.8067881Z Beginning upload of artifact content to blob storage 2025-12-04T14:25:18.1746151Z Uploaded bytes 44615 2025-12-04T14:25:18.2435063Z Finished uploading artifact content to blob storage! 2025-12-04T14:25:18.2436312Z SHA256 digest of uploaded artifact zip is e418fbee6f7d40fe1ee84c88a8592a077caac4d9f30c9c3f12f10a8c8844757d 2025-12-04T14:25:18.2437303Z Finalizing artifact upload 2025-12-04T14:25:18.3971766Z Artifact test-jsons-runattempt1-test-distributed-1-3-linux.rocm.gpu.gfx942.4.b_57113808207.zip.zip successfully finalized. Artifact ID 4765153884 2025-12-04T14:25:18.3972387Z Artifact test-jsons-runattempt1-test-distributed-1-3-linux.rocm.gpu.gfx942.4.b_57113808207.zip has been successfully uploaded! Final size is 44615 bytes. Artifact ID is 4765153884 2025-12-04T14:25:18.3978248Z Artifact download URL: https://github.com/pytorch/pytorch/actions/runs/19921726347/artifacts/4765153884 2025-12-04T14:25:18.4085148Z ##[group]Run actions/upload-artifact@v4 2025-12-04T14:25:18.4085312Z with: 2025-12-04T14:25:18.4085529Z name: test-reports-runattempt1-test-distributed-1-3-linux.rocm.gpu.gfx942.4.b_57113808207.zip 2025-12-04T14:25:18.4085767Z retention-days: 14 2025-12-04T14:25:18.4085887Z if-no-files-found: ignore 2025-12-04T14:25:18.4086022Z path: test/**/*.xml test/**/*.csv 2025-12-04T14:25:18.4086156Z compression-level: 6 2025-12-04T14:25:18.4086296Z overwrite: false 2025-12-04T14:25:18.4086414Z include-hidden-files: false 2025-12-04T14:25:18.4086541Z env: 2025-12-04T14:25:18.4086649Z GIT_DEFAULT_BRANCH: main 2025-12-04T14:25:18.4086853Z RUNNER_ARTIFACT_DIR: /home/runner/_work/_temp/artifacts 2025-12-04T14:25:18.4087042Z RUNNER_TEST_RESULTS_DIR: /home/runner/_work/_temp/test-results 2025-12-04T14:25:18.4087226Z RUNNER_DOCS_DIR: /home/runner/_work/_temp/docs 2025-12-04T14:25:18.4087907Z GPU_FLAG: --device=/dev/mem --device=/dev/kfd --group-add 110 --device /dev/dri/renderD160 --device /dev/dri/renderD168 --device /dev/dri/renderD176 --device /dev/dri/renderD184 --group-add video --group-add 109 --group-add daemon --group-add bin --cap-add=SYS_PTRACE --security-opt seccomp=unconfined --network=host 2025-12-04T14:25:18.4088417Z AWS_DEFAULT_REGION: us-east-1 2025-12-04T14:25:18.4088550Z AWS_REGION: us-east-1 2025-12-04T14:25:18.4088740Z AWS_ACCESS_KEY_ID: *** 2025-12-04T14:25:18.4088910Z AWS_SECRET_ACCESS_KEY: *** 2025-12-04T14:25:18.4091661Z AWS_SESSION_TOKEN: *** 2025-12-04T14:25:18.4091852Z CONTAINER_NAME: 45f7cd48e532093d810330b7faac28f4aed033e482e0afc21e147a749d41ebf5 2025-12-04T14:25:18.4092048Z ##[endgroup] 2025-12-04T14:25:18.8031637Z With the provided path, there will be 554 files uploaded 2025-12-04T14:25:18.8034734Z Artifact name is valid! 2025-12-04T14:25:18.8035393Z Root directory input is valid! 2025-12-04T14:25:19.0379922Z Beginning upload of artifact content to blob storage 2025-12-04T14:25:19.6669115Z Uploaded bytes 431473 2025-12-04T14:25:19.7342007Z Finished uploading artifact content to blob storage! 2025-12-04T14:25:19.7343596Z SHA256 digest of uploaded artifact zip is a78babfaf5185a53aabaa26803752fbad303418a9bfea06f6ae997508ff58bb8 2025-12-04T14:25:19.7344262Z Finalizing artifact upload 2025-12-04T14:25:19.9018403Z Artifact test-reports-runattempt1-test-distributed-1-3-linux.rocm.gpu.gfx942.4.b_57113808207.zip.zip successfully finalized. Artifact ID 4765154224 2025-12-04T14:25:19.9019454Z Artifact test-reports-runattempt1-test-distributed-1-3-linux.rocm.gpu.gfx942.4.b_57113808207.zip has been successfully uploaded! Final size is 431473 bytes. Artifact ID is 4765154224 2025-12-04T14:25:19.9023725Z Artifact download URL: https://github.com/pytorch/pytorch/actions/runs/19921726347/artifacts/4765154224 2025-12-04T14:25:19.9158674Z ##[group]Run actions/upload-artifact@v4 2025-12-04T14:25:19.9158857Z with: 2025-12-04T14:25:19.9159070Z name: logs-runattempt1-test-distributed-1-3-linux.rocm.gpu.gfx942.4.b_57113808207.zip 2025-12-04T14:25:19.9159333Z retention-days: 14 2025-12-04T14:25:19.9159473Z if-no-files-found: ignore 2025-12-04T14:25:19.9159629Z path: usage_log.txt test/**/*.log 2025-12-04T14:25:19.9159782Z compression-level: 6 2025-12-04T14:25:19.9159912Z overwrite: false 2025-12-04T14:25:19.9160045Z include-hidden-files: false 2025-12-04T14:25:19.9160189Z env: 2025-12-04T14:25:19.9160303Z GIT_DEFAULT_BRANCH: main 2025-12-04T14:25:19.9160468Z RUNNER_ARTIFACT_DIR: /home/runner/_work/_temp/artifacts 2025-12-04T14:25:19.9160845Z RUNNER_TEST_RESULTS_DIR: /home/runner/_work/_temp/test-results 2025-12-04T14:25:19.9161048Z RUNNER_DOCS_DIR: /home/runner/_work/_temp/docs 2025-12-04T14:25:19.9161614Z GPU_FLAG: --device=/dev/mem --device=/dev/kfd --group-add 110 --device /dev/dri/renderD160 --device /dev/dri/renderD168 --device /dev/dri/renderD176 --device /dev/dri/renderD184 --group-add video --group-add 109 --group-add daemon --group-add bin --cap-add=SYS_PTRACE --security-opt seccomp=unconfined --network=host 2025-12-04T14:25:19.9162179Z AWS_DEFAULT_REGION: us-east-1 2025-12-04T14:25:19.9162322Z AWS_REGION: us-east-1 2025-12-04T14:25:19.9162528Z AWS_ACCESS_KEY_ID: *** 2025-12-04T14:25:19.9162702Z AWS_SECRET_ACCESS_KEY: *** 2025-12-04T14:25:19.9165042Z AWS_SESSION_TOKEN: *** 2025-12-04T14:25:19.9165249Z CONTAINER_NAME: 45f7cd48e532093d810330b7faac28f4aed033e482e0afc21e147a749d41ebf5 2025-12-04T14:25:19.9165446Z ##[endgroup] 2025-12-04T14:25:20.3460542Z Multiple search paths detected. Calculating the least common ancestor of all paths 2025-12-04T14:25:20.3461537Z The least common ancestor is /home/runner/_work/pytorch/pytorch. This will be the root directory of the artifact 2025-12-04T14:25:20.3461977Z With the provided path, there will be 88 files uploaded 2025-12-04T14:25:20.3464307Z Artifact name is valid! 2025-12-04T14:25:20.3464933Z Root directory input is valid! 2025-12-04T14:25:20.5783294Z Beginning upload of artifact content to blob storage 2025-12-04T14:25:21.1174899Z Uploaded bytes 271150 2025-12-04T14:25:21.1868293Z Finished uploading artifact content to blob storage! 2025-12-04T14:25:21.1869573Z SHA256 digest of uploaded artifact zip is f9752762146d6cc144f3645b9e242c4e6d306abfb1267afdb60beafffc69e087 2025-12-04T14:25:21.1870362Z Finalizing artifact upload 2025-12-04T14:25:21.3508251Z Artifact logs-runattempt1-test-distributed-1-3-linux.rocm.gpu.gfx942.4.b_57113808207.zip.zip successfully finalized. Artifact ID 4765154529 2025-12-04T14:25:21.3509349Z Artifact logs-runattempt1-test-distributed-1-3-linux.rocm.gpu.gfx942.4.b_57113808207.zip has been successfully uploaded! Final size is 271150 bytes. Artifact ID is 4765154529 2025-12-04T14:25:21.3514250Z Artifact download URL: https://github.com/pytorch/pytorch/actions/runs/19921726347/artifacts/4765154529 2025-12-04T14:25:21.3619279Z ##[group]Run # shellcheck disable=SC2156 2025-12-04T14:25:21.3619464Z # shellcheck disable=SC2156 2025-12-04T14:25:21.3619696Z find . -iname "core.[1-9]*" -exec docker exec "${CONTAINER_NAME}" sh -c "gdb python {} -ex 'bt' -ex 'q'" \; 2025-12-04T14:25:21.3624322Z shell: /usr/bin/bash -e {0} 2025-12-04T14:25:21.3624444Z env: 2025-12-04T14:25:21.3624546Z GIT_DEFAULT_BRANCH: main 2025-12-04T14:25:21.3624692Z RUNNER_ARTIFACT_DIR: /home/runner/_work/_temp/artifacts 2025-12-04T14:25:21.3624882Z RUNNER_TEST_RESULTS_DIR: /home/runner/_work/_temp/test-results 2025-12-04T14:25:21.3625061Z RUNNER_DOCS_DIR: /home/runner/_work/_temp/docs 2025-12-04T14:25:21.3625591Z GPU_FLAG: --device=/dev/mem --device=/dev/kfd --group-add 110 --device /dev/dri/renderD160 --device /dev/dri/renderD168 --device /dev/dri/renderD176 --device /dev/dri/renderD184 --group-add video --group-add 109 --group-add daemon --group-add bin --cap-add=SYS_PTRACE --security-opt seccomp=unconfined --network=host 2025-12-04T14:25:21.3626089Z AWS_DEFAULT_REGION: us-east-1 2025-12-04T14:25:21.3626217Z AWS_REGION: us-east-1 2025-12-04T14:25:21.3626387Z AWS_ACCESS_KEY_ID: *** 2025-12-04T14:25:21.3626558Z AWS_SECRET_ACCESS_KEY: *** 2025-12-04T14:25:21.3628955Z AWS_SESSION_TOKEN: *** 2025-12-04T14:25:21.3629136Z CONTAINER_NAME: 45f7cd48e532093d810330b7faac28f4aed033e482e0afc21e147a749d41ebf5 2025-12-04T14:25:21.3629327Z ##[endgroup] 2025-12-04T14:25:21.5002698Z ##[group]Run actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 2025-12-04T14:25:21.5002905Z with: 2025-12-04T14:25:21.5003054Z name: coredumps-distributed-1-3-linux.rocm.gpu.gfx942.4.b 2025-12-04T14:25:21.5003225Z retention-days: 14 2025-12-04T14:25:21.5003341Z if-no-files-found: ignore 2025-12-04T14:25:21.5003464Z path: ./**/core.[1-9]* 2025-12-04T14:25:21.5003581Z compression-level: 6 2025-12-04T14:25:21.5003692Z overwrite: false 2025-12-04T14:25:21.5003809Z include-hidden-files: false 2025-12-04T14:25:21.5003932Z env: 2025-12-04T14:25:21.5004029Z GIT_DEFAULT_BRANCH: main 2025-12-04T14:25:21.5004177Z RUNNER_ARTIFACT_DIR: /home/runner/_work/_temp/artifacts 2025-12-04T14:25:21.5004388Z RUNNER_TEST_RESULTS_DIR: /home/runner/_work/_temp/test-results 2025-12-04T14:25:21.5004564Z RUNNER_DOCS_DIR: /home/runner/_work/_temp/docs 2025-12-04T14:25:21.5005098Z GPU_FLAG: --device=/dev/mem --device=/dev/kfd --group-add 110 --device /dev/dri/renderD160 --device /dev/dri/renderD168 --device /dev/dri/renderD176 --device /dev/dri/renderD184 --group-add video --group-add 109 --group-add daemon --group-add bin --cap-add=SYS_PTRACE --security-opt seccomp=unconfined --network=host 2025-12-04T14:25:21.5005597Z AWS_DEFAULT_REGION: us-east-1 2025-12-04T14:25:21.5005727Z AWS_REGION: us-east-1 2025-12-04T14:25:21.5005912Z AWS_ACCESS_KEY_ID: *** 2025-12-04T14:25:21.5006074Z AWS_SECRET_ACCESS_KEY: *** 2025-12-04T14:25:21.5008469Z AWS_SESSION_TOKEN: *** 2025-12-04T14:25:21.5008655Z CONTAINER_NAME: 45f7cd48e532093d810330b7faac28f4aed033e482e0afc21e147a749d41ebf5 2025-12-04T14:25:21.5008844Z ##[endgroup] 2025-12-04T14:25:25.5437018Z No files were found with the provided path: ./**/core.[1-9]*. No artifacts will be uploaded. 2025-12-04T14:25:25.5618721Z Post job cleanup. 2025-12-04T14:25:25.5633176Z Post job cleanup. 2025-12-04T14:25:25.5835200Z Logging out of registry 308535385114.dkr.ecr.us-east-1.amazonaws.com 2025-12-04T14:25:25.6046762Z Post job cleanup. 2025-12-04T14:25:25.6665313Z Post job cleanup. 2025-12-04T14:25:25.6686260Z Post job cleanup. 2025-12-04T14:25:25.7148883Z [command]/usr/bin/git version 2025-12-04T14:25:25.7176465Z git version 2.52.0 2025-12-04T14:25:25.7199576Z Copying '/home/runner/.gitconfig' to '/home/runner/_work/_temp/ffb53123-33b1-4ecf-b7c1-42dac8fb8d10/.gitconfig' 2025-12-04T14:25:25.7205765Z Temporarily overriding HOME='/home/runner/_work/_temp/ffb53123-33b1-4ecf-b7c1-42dac8fb8d10' before making global git config changes 2025-12-04T14:25:25.7206187Z Adding repository directory to the temporary git global config as a safe directory 2025-12-04T14:25:25.7208823Z [command]/usr/bin/git config --global --add safe.directory /home/runner/_work/pytorch/pytorch 2025-12-04T14:25:25.7238158Z [command]/usr/bin/git config --local --name-only --get-regexp core\.sshCommand 2025-12-04T14:25:25.7255627Z [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-12-04T14:25:25.7451720Z Entering 'android/libs/fbjni' 2025-12-04T14:25:25.7482858Z Entering 'third_party/FP16' 2025-12-04T14:25:25.7512651Z Entering 'third_party/FXdiv' 2025-12-04T14:25:25.7547676Z Entering 'third_party/NNPACK' 2025-12-04T14:25:25.7572090Z Entering 'third_party/NVTX' 2025-12-04T14:25:25.7599281Z Entering 'third_party/VulkanMemoryAllocator' 2025-12-04T14:25:25.7621516Z Entering 'third_party/XNNPACK' 2025-12-04T14:25:25.7652764Z Entering 'third_party/aiter' 2025-12-04T14:25:25.7678588Z Entering 'third_party/aiter/3rdparty/composable_kernel' 2025-12-04T14:25:25.7701937Z Entering 'third_party/benchmark' 2025-12-04T14:25:25.7725248Z Entering 'third_party/composable_kernel' 2025-12-04T14:25:25.7748514Z Entering 'third_party/cpp-httplib' 2025-12-04T14:25:25.7771194Z Entering 'third_party/cpuinfo' 2025-12-04T14:25:25.7793942Z Entering 'third_party/cudnn_frontend' 2025-12-04T14:25:25.7815805Z Entering 'third_party/cutlass' 2025-12-04T14:25:25.7848661Z Entering 'third_party/fbgemm' 2025-12-04T14:25:25.7880784Z Entering 'third_party/fbgemm/external/asmjit' 2025-12-04T14:25:25.7914828Z Entering 'third_party/fbgemm/external/composable_kernel' 2025-12-04T14:25:25.7944565Z Entering 'third_party/fbgemm/external/cpuinfo' 2025-12-04T14:25:25.7973618Z Entering 'third_party/fbgemm/external/cutlass' 2025-12-04T14:25:25.8007379Z Entering 'third_party/fbgemm/external/googletest' 2025-12-04T14:25:25.8037123Z Entering 'third_party/fbgemm/external/hipify_torch' 2025-12-04T14:25:25.8066425Z Entering 'third_party/fbgemm/external/json' 2025-12-04T14:25:25.8094625Z Entering 'third_party/flash-attention' 2025-12-04T14:25:25.8119081Z Entering 'third_party/flash-attention/csrc/composable_kernel' 2025-12-04T14:25:25.8148866Z Entering 'third_party/flash-attention/csrc/cutlass' 2025-12-04T14:25:25.8182579Z Entering 'third_party/flatbuffers' 2025-12-04T14:25:25.8209998Z Entering 'third_party/fmt' 2025-12-04T14:25:25.8237175Z Entering 'third_party/gemmlowp/gemmlowp' 2025-12-04T14:25:25.8260598Z Entering 'third_party/gloo' 2025-12-04T14:25:25.8290872Z Entering 'third_party/googletest' 2025-12-04T14:25:25.8314293Z Entering 'third_party/ideep' 2025-12-04T14:25:25.8340949Z Entering 'third_party/ideep/mkl-dnn' 2025-12-04T14:25:25.8371161Z Entering 'third_party/ittapi' 2025-12-04T14:25:25.8394674Z Entering 'third_party/kineto' 2025-12-04T14:25:25.8418486Z Entering 'third_party/kineto/libkineto/third_party/dynolog' 2025-12-04T14:25:25.8444531Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/DCGM' 2025-12-04T14:25:25.8474243Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/cpr' 2025-12-04T14:25:25.8499192Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/fmt' 2025-12-04T14:25:25.8524209Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/gflags' 2025-12-04T14:25:25.8550457Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/gflags/doc' 2025-12-04T14:25:25.8576473Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/glog' 2025-12-04T14:25:25.8600739Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/googletest' 2025-12-04T14:25:25.8625159Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/json' 2025-12-04T14:25:25.8649651Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/pfs' 2025-12-04T14:25:25.8673183Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/prometheus-cpp' 2025-12-04T14:25:25.8698473Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/prometheus-cpp/3rdparty/civetweb' 2025-12-04T14:25:25.8722195Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/prometheus-cpp/3rdparty/googletest' 2025-12-04T14:25:25.8749999Z Entering 'third_party/kineto/libkineto/third_party/fmt' 2025-12-04T14:25:25.8772740Z Entering 'third_party/kineto/libkineto/third_party/googletest' 2025-12-04T14:25:25.8796877Z Entering 'third_party/kleidiai' 2025-12-04T14:25:25.8821039Z Entering 'third_party/mimalloc' 2025-12-04T14:25:25.8844233Z Entering 'third_party/nlohmann' 2025-12-04T14:25:25.8867341Z Entering 'third_party/onnx' 2025-12-04T14:25:25.8898991Z Entering 'third_party/onnx/third_party/pybind11' 2025-12-04T14:25:25.8923236Z Entering 'third_party/opentelemetry-cpp' 2025-12-04T14:25:25.8947811Z Entering 'third_party/opentelemetry-cpp/third_party/benchmark' 2025-12-04T14:25:25.8969313Z Entering 'third_party/opentelemetry-cpp/third_party/googletest' 2025-12-04T14:25:25.8993911Z Entering 'third_party/opentelemetry-cpp/third_party/ms-gsl' 2025-12-04T14:25:25.9015812Z Entering 'third_party/opentelemetry-cpp/third_party/nlohmann-json' 2025-12-04T14:25:25.9036911Z Entering 'third_party/opentelemetry-cpp/third_party/opentelemetry-proto' 2025-12-04T14:25:25.9057393Z Entering 'third_party/opentelemetry-cpp/third_party/opentracing-cpp' 2025-12-04T14:25:25.9079850Z Entering 'third_party/opentelemetry-cpp/third_party/prometheus-cpp' 2025-12-04T14:25:25.9101440Z Entering 'third_party/opentelemetry-cpp/third_party/prometheus-cpp/3rdparty/civetweb' 2025-12-04T14:25:25.9127695Z Entering 'third_party/opentelemetry-cpp/third_party/prometheus-cpp/3rdparty/googletest' 2025-12-04T14:25:25.9154150Z Entering 'third_party/opentelemetry-cpp/tools/vcpkg' 2025-12-04T14:25:25.9192724Z Entering 'third_party/pocketfft' 2025-12-04T14:25:25.9220217Z Entering 'third_party/protobuf' 2025-12-04T14:25:25.9248935Z Entering 'third_party/protobuf/third_party/benchmark' 2025-12-04T14:25:25.9272382Z Entering 'third_party/protobuf/third_party/googletest' 2025-12-04T14:25:25.9297190Z Entering 'third_party/psimd' 2025-12-04T14:25:25.9321068Z Entering 'third_party/pthreadpool' 2025-12-04T14:25:25.9343102Z Entering 'third_party/pybind11' 2025-12-04T14:25:25.9367007Z Entering 'third_party/python-peachpy' 2025-12-04T14:25:25.9390299Z Entering 'third_party/sleef' 2025-12-04T14:25:25.9414629Z Entering 'third_party/tensorpipe' 2025-12-04T14:25:25.9437247Z Entering 'third_party/tensorpipe/third_party/googletest' 2025-12-04T14:25:25.9460537Z Entering 'third_party/tensorpipe/third_party/libnop' 2025-12-04T14:25:25.9481588Z Entering 'third_party/tensorpipe/third_party/libuv' 2025-12-04T14:25:25.9501064Z Entering 'third_party/tensorpipe/third_party/pybind11' 2025-12-04T14:25:25.9521598Z Entering 'third_party/tensorpipe/third_party/pybind11/tools/clang' 2025-12-04T14:25:25.9563617Z [command]/usr/bin/git config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader 2025-12-04T14:25:25.9582394Z http.https://github.com/.extraheader 2025-12-04T14:25:25.9592356Z [command]/usr/bin/git config --local --unset-all http.https://github.com/.extraheader 2025-12-04T14:25:25.9612643Z [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-12-04T14:25:25.9769213Z Entering 'android/libs/fbjni' 2025-12-04T14:25:25.9781911Z http.https://github.com/.extraheader 2025-12-04T14:25:25.9799706Z Entering 'third_party/FP16' 2025-12-04T14:25:25.9812644Z http.https://github.com/.extraheader 2025-12-04T14:25:25.9830544Z Entering 'third_party/FXdiv' 2025-12-04T14:25:25.9843675Z http.https://github.com/.extraheader 2025-12-04T14:25:25.9861242Z Entering 'third_party/NNPACK' 2025-12-04T14:25:25.9874252Z http.https://github.com/.extraheader 2025-12-04T14:25:25.9889313Z Entering 'third_party/NVTX' 2025-12-04T14:25:25.9901856Z http.https://github.com/.extraheader 2025-12-04T14:25:25.9928065Z Entering 'third_party/VulkanMemoryAllocator' 2025-12-04T14:25:25.9941909Z http.https://github.com/.extraheader 2025-12-04T14:25:25.9959024Z Entering 'third_party/XNNPACK' 2025-12-04T14:25:25.9972007Z http.https://github.com/.extraheader 2025-12-04T14:25:25.9994517Z Entering 'third_party/aiter' 2025-12-04T14:25:26.0008030Z http.https://github.com/.extraheader 2025-12-04T14:25:26.0026364Z Entering 'third_party/aiter/3rdparty/composable_kernel' 2025-12-04T14:25:26.0039834Z http.https://github.com/.extraheader 2025-12-04T14:25:26.0062863Z Entering 'third_party/benchmark' 2025-12-04T14:25:26.0079477Z http.https://github.com/.extraheader 2025-12-04T14:25:26.0097552Z Entering 'third_party/composable_kernel' 2025-12-04T14:25:26.0110834Z http.https://github.com/.extraheader 2025-12-04T14:25:26.0133244Z Entering 'third_party/cpp-httplib' 2025-12-04T14:25:26.0148102Z http.https://github.com/.extraheader 2025-12-04T14:25:26.0165650Z Entering 'third_party/cpuinfo' 2025-12-04T14:25:26.0178436Z http.https://github.com/.extraheader 2025-12-04T14:25:26.0196561Z Entering 'third_party/cudnn_frontend' 2025-12-04T14:25:26.0208296Z http.https://github.com/.extraheader 2025-12-04T14:25:26.0228987Z Entering 'third_party/cutlass' 2025-12-04T14:25:26.0249699Z http.https://github.com/.extraheader 2025-12-04T14:25:26.0281754Z Entering 'third_party/fbgemm' 2025-12-04T14:25:26.0305175Z http.https://github.com/.extraheader 2025-12-04T14:25:26.0332196Z Entering 'third_party/fbgemm/external/asmjit' 2025-12-04T14:25:26.0353352Z http.https://github.com/.extraheader 2025-12-04T14:25:26.0372281Z Entering 'third_party/fbgemm/external/composable_kernel' 2025-12-04T14:25:26.0395136Z http.https://github.com/.extraheader 2025-12-04T14:25:26.0416577Z Entering 'third_party/fbgemm/external/cpuinfo' 2025-12-04T14:25:26.0432144Z http.https://github.com/.extraheader 2025-12-04T14:25:26.0455000Z Entering 'third_party/fbgemm/external/cutlass' 2025-12-04T14:25:26.0470598Z http.https://github.com/.extraheader 2025-12-04T14:25:26.0492809Z Entering 'third_party/fbgemm/external/googletest' 2025-12-04T14:25:26.0506838Z http.https://github.com/.extraheader 2025-12-04T14:25:26.0523680Z Entering 'third_party/fbgemm/external/hipify_torch' 2025-12-04T14:25:26.0538855Z http.https://github.com/.extraheader 2025-12-04T14:25:26.0563789Z Entering 'third_party/fbgemm/external/json' 2025-12-04T14:25:26.0579961Z http.https://github.com/.extraheader 2025-12-04T14:25:26.0600165Z Entering 'third_party/flash-attention' 2025-12-04T14:25:26.0614828Z http.https://github.com/.extraheader 2025-12-04T14:25:26.0633848Z Entering 'third_party/flash-attention/csrc/composable_kernel' 2025-12-04T14:25:26.0646866Z http.https://github.com/.extraheader 2025-12-04T14:25:26.0668854Z Entering 'third_party/flash-attention/csrc/cutlass' 2025-12-04T14:25:26.0681663Z http.https://github.com/.extraheader 2025-12-04T14:25:26.0704527Z Entering 'third_party/flatbuffers' 2025-12-04T14:25:26.0719140Z http.https://github.com/.extraheader 2025-12-04T14:25:26.0737746Z Entering 'third_party/fmt' 2025-12-04T14:25:26.0752240Z http.https://github.com/.extraheader 2025-12-04T14:25:26.0769579Z Entering 'third_party/gemmlowp/gemmlowp' 2025-12-04T14:25:26.0781833Z http.https://github.com/.extraheader 2025-12-04T14:25:26.0798803Z Entering 'third_party/gloo' 2025-12-04T14:25:26.0810463Z http.https://github.com/.extraheader 2025-12-04T14:25:26.0826992Z Entering 'third_party/googletest' 2025-12-04T14:25:26.0840699Z http.https://github.com/.extraheader 2025-12-04T14:25:26.0857265Z Entering 'third_party/ideep' 2025-12-04T14:25:26.0869075Z http.https://github.com/.extraheader 2025-12-04T14:25:26.0884248Z Entering 'third_party/ideep/mkl-dnn' 2025-12-04T14:25:26.0897893Z http.https://github.com/.extraheader 2025-12-04T14:25:26.0920427Z Entering 'third_party/ittapi' 2025-12-04T14:25:26.0933107Z http.https://github.com/.extraheader 2025-12-04T14:25:26.0950747Z Entering 'third_party/kineto' 2025-12-04T14:25:26.0963741Z http.https://github.com/.extraheader 2025-12-04T14:25:26.0979734Z Entering 'third_party/kineto/libkineto/third_party/dynolog' 2025-12-04T14:25:26.0991817Z http.https://github.com/.extraheader 2025-12-04T14:25:26.1010405Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/DCGM' 2025-12-04T14:25:26.1023374Z http.https://github.com/.extraheader 2025-12-04T14:25:26.1043117Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/cpr' 2025-12-04T14:25:26.1057454Z http.https://github.com/.extraheader 2025-12-04T14:25:26.1077622Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/fmt' 2025-12-04T14:25:26.1090421Z http.https://github.com/.extraheader 2025-12-04T14:25:26.1110222Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/gflags' 2025-12-04T14:25:26.1123342Z http.https://github.com/.extraheader 2025-12-04T14:25:26.1139179Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/gflags/doc' 2025-12-04T14:25:26.1152277Z http.https://github.com/.extraheader 2025-12-04T14:25:26.1170788Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/glog' 2025-12-04T14:25:26.1184423Z http.https://github.com/.extraheader 2025-12-04T14:25:26.1200945Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/googletest' 2025-12-04T14:25:26.1213851Z http.https://github.com/.extraheader 2025-12-04T14:25:26.1232613Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/json' 2025-12-04T14:25:26.1244873Z http.https://github.com/.extraheader 2025-12-04T14:25:26.1262900Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/pfs' 2025-12-04T14:25:26.1277673Z http.https://github.com/.extraheader 2025-12-04T14:25:26.1298445Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/prometheus-cpp' 2025-12-04T14:25:26.1311548Z http.https://github.com/.extraheader 2025-12-04T14:25:26.1328005Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/prometheus-cpp/3rdparty/civetweb' 2025-12-04T14:25:26.1342063Z http.https://github.com/.extraheader 2025-12-04T14:25:26.1361664Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/prometheus-cpp/3rdparty/googletest' 2025-12-04T14:25:26.1377215Z http.https://github.com/.extraheader 2025-12-04T14:25:26.1397804Z Entering 'third_party/kineto/libkineto/third_party/fmt' 2025-12-04T14:25:26.1413274Z http.https://github.com/.extraheader 2025-12-04T14:25:26.1430378Z Entering 'third_party/kineto/libkineto/third_party/googletest' 2025-12-04T14:25:26.1448543Z http.https://github.com/.extraheader 2025-12-04T14:25:26.1473235Z Entering 'third_party/kleidiai' 2025-12-04T14:25:26.1496150Z http.https://github.com/.extraheader 2025-12-04T14:25:26.1511842Z Entering 'third_party/mimalloc' 2025-12-04T14:25:26.1526587Z http.https://github.com/.extraheader 2025-12-04T14:25:26.1543838Z Entering 'third_party/nlohmann' 2025-12-04T14:25:26.1555963Z http.https://github.com/.extraheader 2025-12-04T14:25:26.1573478Z Entering 'third_party/onnx' 2025-12-04T14:25:26.1586293Z http.https://github.com/.extraheader 2025-12-04T14:25:26.1607997Z Entering 'third_party/onnx/third_party/pybind11' 2025-12-04T14:25:26.1621654Z http.https://github.com/.extraheader 2025-12-04T14:25:26.1641524Z Entering 'third_party/opentelemetry-cpp' 2025-12-04T14:25:26.1657853Z http.https://github.com/.extraheader 2025-12-04T14:25:26.1676621Z Entering 'third_party/opentelemetry-cpp/third_party/benchmark' 2025-12-04T14:25:26.1695600Z http.https://github.com/.extraheader 2025-12-04T14:25:26.1710141Z Entering 'third_party/opentelemetry-cpp/third_party/googletest' 2025-12-04T14:25:26.1722799Z http.https://github.com/.extraheader 2025-12-04T14:25:26.1745413Z Entering 'third_party/opentelemetry-cpp/third_party/ms-gsl' 2025-12-04T14:25:26.1757844Z http.https://github.com/.extraheader 2025-12-04T14:25:26.1774144Z Entering 'third_party/opentelemetry-cpp/third_party/nlohmann-json' 2025-12-04T14:25:26.1786439Z http.https://github.com/.extraheader 2025-12-04T14:25:26.1803927Z Entering 'third_party/opentelemetry-cpp/third_party/opentelemetry-proto' 2025-12-04T14:25:26.1818546Z http.https://github.com/.extraheader 2025-12-04T14:25:26.1839425Z Entering 'third_party/opentelemetry-cpp/third_party/opentracing-cpp' 2025-12-04T14:25:26.1853516Z http.https://github.com/.extraheader 2025-12-04T14:25:26.1870228Z Entering 'third_party/opentelemetry-cpp/third_party/prometheus-cpp' 2025-12-04T14:25:26.1894990Z http.https://github.com/.extraheader 2025-12-04T14:25:26.1920221Z Entering 'third_party/opentelemetry-cpp/third_party/prometheus-cpp/3rdparty/civetweb' 2025-12-04T14:25:26.1934387Z http.https://github.com/.extraheader 2025-12-04T14:25:26.1953423Z Entering 'third_party/opentelemetry-cpp/third_party/prometheus-cpp/3rdparty/googletest' 2025-12-04T14:25:26.1964639Z http.https://github.com/.extraheader 2025-12-04T14:25:26.1985668Z Entering 'third_party/opentelemetry-cpp/tools/vcpkg' 2025-12-04T14:25:26.2007279Z http.https://github.com/.extraheader 2025-12-04T14:25:26.2036021Z Entering 'third_party/pocketfft' 2025-12-04T14:25:26.2049491Z http.https://github.com/.extraheader 2025-12-04T14:25:26.2069614Z Entering 'third_party/protobuf' 2025-12-04T14:25:26.2082453Z http.https://github.com/.extraheader 2025-12-04T14:25:26.2101704Z Entering 'third_party/protobuf/third_party/benchmark' 2025-12-04T14:25:26.2114402Z http.https://github.com/.extraheader 2025-12-04T14:25:26.2133312Z Entering 'third_party/protobuf/third_party/googletest' 2025-12-04T14:25:26.2149896Z http.https://github.com/.extraheader 2025-12-04T14:25:26.2170730Z Entering 'third_party/psimd' 2025-12-04T14:25:26.2183862Z http.https://github.com/.extraheader 2025-12-04T14:25:26.2200516Z Entering 'third_party/pthreadpool' 2025-12-04T14:25:26.2212028Z http.https://github.com/.extraheader 2025-12-04T14:25:26.2228857Z Entering 'third_party/pybind11' 2025-12-04T14:25:26.2241234Z http.https://github.com/.extraheader 2025-12-04T14:25:26.2261389Z Entering 'third_party/python-peachpy' 2025-12-04T14:25:26.2274907Z http.https://github.com/.extraheader 2025-12-04T14:25:26.2291980Z Entering 'third_party/sleef' 2025-12-04T14:25:26.2305402Z http.https://github.com/.extraheader 2025-12-04T14:25:26.2322067Z Entering 'third_party/tensorpipe' 2025-12-04T14:25:26.2334424Z http.https://github.com/.extraheader 2025-12-04T14:25:26.2352242Z Entering 'third_party/tensorpipe/third_party/googletest' 2025-12-04T14:25:26.2365899Z http.https://github.com/.extraheader 2025-12-04T14:25:26.2391800Z Entering 'third_party/tensorpipe/third_party/libnop' 2025-12-04T14:25:26.2404947Z http.https://github.com/.extraheader 2025-12-04T14:25:26.2421118Z Entering 'third_party/tensorpipe/third_party/libuv' 2025-12-04T14:25:26.2433735Z http.https://github.com/.extraheader 2025-12-04T14:25:26.2449649Z Entering 'third_party/tensorpipe/third_party/pybind11' 2025-12-04T14:25:26.2466300Z http.https://github.com/.extraheader 2025-12-04T14:25:26.2482959Z Entering 'third_party/tensorpipe/third_party/pybind11/tools/clang' 2025-12-04T14:25:26.2496792Z http.https://github.com/.extraheader 2025-12-04T14:25:26.2533223Z [command]/usr/bin/git config --local --name-only --get-regexp ^includeIf\.gitdir: 2025-12-04T14:25:26.2559297Z [command]/usr/bin/git submodule foreach --recursive git config --local --show-origin --name-only --get-regexp remote.origin.url 2025-12-04T14:25:26.2716503Z Entering 'android/libs/fbjni' 2025-12-04T14:25:26.2726584Z file:/home/runner/_work/pytorch/pytorch/.git/modules/android/libs/fbjni/config remote.origin.url 2025-12-04T14:25:26.2735305Z Entering 'third_party/FP16' 2025-12-04T14:25:26.2745073Z file:/home/runner/_work/pytorch/pytorch/.git/modules/third_party/NNPACK_deps/FP16/config remote.origin.url 2025-12-04T14:25:26.2753571Z Entering 'third_party/FXdiv' 2025-12-04T14:25:26.2767515Z file:/home/runner/_work/pytorch/pytorch/.git/modules/third_party/NNPACK_deps/FXdiv/config remote.origin.url 2025-12-04T14:25:26.2776827Z Entering 'third_party/NNPACK' 2025-12-04T14:25:26.2786902Z file:/home/runner/_work/pytorch/pytorch/.git/modules/third_party/NNPACK/config remote.origin.url 2025-12-04T14:25:26.2799624Z Entering 'third_party/NVTX' 2025-12-04T14:25:26.2809678Z file:/home/runner/_work/pytorch/pytorch/.git/modules/third_party/NVTX/config remote.origin.url 2025-12-04T14:25:26.2819280Z Entering 'third_party/VulkanMemoryAllocator' 2025-12-04T14:25:26.2830744Z file:/home/runner/_work/pytorch/pytorch/.git/modules/third_party/VulkanMemoryAllocator/config remote.origin.url 2025-12-04T14:25:26.2838536Z Entering 'third_party/XNNPACK' 2025-12-04T14:25:26.2849640Z file:/home/runner/_work/pytorch/pytorch/.git/modules/third_party/XNNPACK/config remote.origin.url 2025-12-04T14:25:26.2864596Z Entering 'third_party/aiter' 2025-12-04T14:25:26.2875937Z file:/home/runner/_work/pytorch/pytorch/.git/modules/third_party/aiter/config remote.origin.url 2025-12-04T14:25:26.2885065Z Entering 'third_party/aiter/3rdparty/composable_kernel' 2025-12-04T14:25:26.2893619Z file:/home/runner/_work/pytorch/pytorch/.git/modules/third_party/aiter/modules/3rdparty/composable_kernel/config remote.origin.url 2025-12-04T14:25:26.2910202Z Entering 'third_party/benchmark' 2025-12-04T14:25:26.2920708Z file:/home/runner/_work/pytorch/pytorch/.git/modules/third_party/benchmark/config remote.origin.url 2025-12-04T14:25:26.2928927Z Entering 'third_party/composable_kernel' 2025-12-04T14:25:26.2938030Z file:/home/runner/_work/pytorch/pytorch/.git/modules/third_party/composable_kernel/config remote.origin.url 2025-12-04T14:25:26.2949983Z Entering 'third_party/cpp-httplib' 2025-12-04T14:25:26.2960143Z file:/home/runner/_work/pytorch/pytorch/.git/modules/third_party/cpp-httplib/config remote.origin.url 2025-12-04T14:25:26.2969916Z Entering 'third_party/cpuinfo' 2025-12-04T14:25:26.2983660Z file:/home/runner/_work/pytorch/pytorch/.git/modules/third_party/cpuinfo/config remote.origin.url 2025-12-04T14:25:26.2993247Z Entering 'third_party/cudnn_frontend' 2025-12-04T14:25:26.3004876Z file:/home/runner/_work/pytorch/pytorch/.git/modules/third_party/cudnn_frontend/config remote.origin.url 2025-12-04T14:25:26.3013450Z Entering 'third_party/cutlass' 2025-12-04T14:25:26.3025502Z file:/home/runner/_work/pytorch/pytorch/.git/modules/third_party/cutlass/config remote.origin.url 2025-12-04T14:25:26.3039673Z Entering 'third_party/fbgemm' 2025-12-04T14:25:26.3052635Z file:/home/runner/_work/pytorch/pytorch/.git/modules/third_party/fbgemm/config remote.origin.url 2025-12-04T14:25:26.3069011Z Entering 'third_party/fbgemm/external/asmjit' 2025-12-04T14:25:26.3079851Z file:/home/runner/_work/pytorch/pytorch/.git/modules/third_party/fbgemm/modules/external/asmjit/config remote.origin.url 2025-12-04T14:25:26.3106936Z Entering 'third_party/fbgemm/external/composable_kernel' 2025-12-04T14:25:26.3107312Z file:/home/runner/_work/pytorch/pytorch/.git/modules/third_party/fbgemm/modules/external/composable_kernel/config remote.origin.url 2025-12-04T14:25:26.3120094Z Entering 'third_party/fbgemm/external/cpuinfo' 2025-12-04T14:25:26.3129520Z file:/home/runner/_work/pytorch/pytorch/.git/modules/third_party/fbgemm/modules/external/cpuinfo/config remote.origin.url 2025-12-04T14:25:26.3138837Z Entering 'third_party/fbgemm/external/cutlass' 2025-12-04T14:25:26.3149104Z file:/home/runner/_work/pytorch/pytorch/.git/modules/third_party/fbgemm/modules/external/cutlass/config remote.origin.url 2025-12-04T14:25:26.3161709Z Entering 'third_party/fbgemm/external/googletest' 2025-12-04T14:25:26.3171499Z file:/home/runner/_work/pytorch/pytorch/.git/modules/third_party/fbgemm/modules/external/googletest/config remote.origin.url 2025-12-04T14:25:26.3180011Z Entering 'third_party/fbgemm/external/hipify_torch' 2025-12-04T14:25:26.3189638Z file:/home/runner/_work/pytorch/pytorch/.git/modules/third_party/fbgemm/modules/external/hipify_torch/config remote.origin.url 2025-12-04T14:25:26.3198507Z Entering 'third_party/fbgemm/external/json' 2025-12-04T14:25:26.3209769Z file:/home/runner/_work/pytorch/pytorch/.git/modules/third_party/fbgemm/modules/external/json/config remote.origin.url 2025-12-04T14:25:26.3221174Z Entering 'third_party/flash-attention' 2025-12-04T14:25:26.3231259Z file:/home/runner/_work/pytorch/pytorch/.git/modules/third_party/flash-attention/config remote.origin.url 2025-12-04T14:25:26.3240744Z Entering 'third_party/flash-attention/csrc/composable_kernel' 2025-12-04T14:25:26.3249116Z file:/home/runner/_work/pytorch/pytorch/.git/modules/third_party/flash-attention/modules/csrc/composable_kernel/config remote.origin.url 2025-12-04T14:25:26.3260526Z Entering 'third_party/flash-attention/csrc/cutlass' 2025-12-04T14:25:26.3269273Z file:/home/runner/_work/pytorch/pytorch/.git/modules/third_party/flash-attention/modules/csrc/cutlass/config remote.origin.url 2025-12-04T14:25:26.3282837Z Entering 'third_party/flatbuffers' 2025-12-04T14:25:26.3292987Z file:/home/runner/_work/pytorch/pytorch/.git/modules/third_party/flatbuffers/config remote.origin.url 2025-12-04T14:25:26.3302820Z Entering 'third_party/fmt' 2025-12-04T14:25:26.3312362Z file:/home/runner/_work/pytorch/pytorch/.git/modules/third_party/fmt/config remote.origin.url 2025-12-04T14:25:26.3322272Z Entering 'third_party/gemmlowp/gemmlowp' 2025-12-04T14:25:26.3332298Z file:/home/runner/_work/pytorch/pytorch/.git/modules/third_party/gemmlowp/gemmlowp/config remote.origin.url 2025-12-04T14:25:26.3343758Z Entering 'third_party/gloo' 2025-12-04T14:25:26.3354074Z file:/home/runner/_work/pytorch/pytorch/.git/modules/third_party/gloo/config remote.origin.url 2025-12-04T14:25:26.3362464Z Entering 'third_party/googletest' 2025-12-04T14:25:26.3373619Z file:/home/runner/_work/pytorch/pytorch/.git/modules/third_party/googletest/config remote.origin.url 2025-12-04T14:25:26.3382220Z Entering 'third_party/ideep' 2025-12-04T14:25:26.3392235Z file:/home/runner/_work/pytorch/pytorch/.git/modules/third_party/ideep/config remote.origin.url 2025-12-04T14:25:26.3401240Z Entering 'third_party/ideep/mkl-dnn' 2025-12-04T14:25:26.3411399Z file:/home/runner/_work/pytorch/pytorch/.git/modules/third_party/ideep/modules/mkl-dnn/config remote.origin.url 2025-12-04T14:25:26.3424091Z Entering 'third_party/ittapi' 2025-12-04T14:25:26.3435998Z file:/home/runner/_work/pytorch/pytorch/.git/modules/third_party/ittapi/config remote.origin.url 2025-12-04T14:25:26.3445065Z Entering 'third_party/kineto' 2025-12-04T14:25:26.3455868Z file:/home/runner/_work/pytorch/pytorch/.git/modules/third_party/kineto/config remote.origin.url 2025-12-04T14:25:26.3465697Z Entering 'third_party/kineto/libkineto/third_party/dynolog' 2025-12-04T14:25:26.3479053Z file:/home/runner/_work/pytorch/pytorch/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/config remote.origin.url 2025-12-04T14:25:26.3488014Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/DCGM' 2025-12-04T14:25:26.3497616Z file:/home/runner/_work/pytorch/pytorch/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/modules/third_party/DCGM/config remote.origin.url 2025-12-04T14:25:26.3506895Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/cpr' 2025-12-04T14:25:26.3516446Z file:/home/runner/_work/pytorch/pytorch/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/modules/third_party/cpr/config remote.origin.url 2025-12-04T14:25:26.3526807Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/fmt' 2025-12-04T14:25:26.3537324Z file:/home/runner/_work/pytorch/pytorch/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/modules/third_party/fmt/config remote.origin.url 2025-12-04T14:25:26.3545064Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/gflags' 2025-12-04T14:25:26.3555350Z file:/home/runner/_work/pytorch/pytorch/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/modules/third_party/gflags/config remote.origin.url 2025-12-04T14:25:26.3563490Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/gflags/doc' 2025-12-04T14:25:26.3572434Z file:/home/runner/_work/pytorch/pytorch/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/modules/third_party/gflags/modules/doc/config remote.origin.url 2025-12-04T14:25:26.3583282Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/glog' 2025-12-04T14:25:26.3592335Z file:/home/runner/_work/pytorch/pytorch/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/modules/third_party/glog/config remote.origin.url 2025-12-04T14:25:26.3600634Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/googletest' 2025-12-04T14:25:26.3609742Z file:/home/runner/_work/pytorch/pytorch/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/modules/third_party/googletest/config remote.origin.url 2025-12-04T14:25:26.3618695Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/json' 2025-12-04T14:25:26.3628533Z file:/home/runner/_work/pytorch/pytorch/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/modules/third_party/json/config remote.origin.url 2025-12-04T14:25:26.3638195Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/pfs' 2025-12-04T14:25:26.3648237Z file:/home/runner/_work/pytorch/pytorch/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/modules/third_party/pfs/config remote.origin.url 2025-12-04T14:25:26.3658172Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/prometheus-cpp' 2025-12-04T14:25:26.3667556Z file:/home/runner/_work/pytorch/pytorch/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/modules/third_party/prometheus-cpp/config remote.origin.url 2025-12-04T14:25:26.3676413Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/prometheus-cpp/3rdparty/civetweb' 2025-12-04T14:25:26.3685488Z file:/home/runner/_work/pytorch/pytorch/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/modules/third_party/prometheus-cpp/modules/civetweb/config remote.origin.url 2025-12-04T14:25:26.3695557Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/prometheus-cpp/3rdparty/googletest' 2025-12-04T14:25:26.3704832Z file:/home/runner/_work/pytorch/pytorch/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/modules/third_party/prometheus-cpp/modules/googletest/config remote.origin.url 2025-12-04T14:25:26.3717431Z Entering 'third_party/kineto/libkineto/third_party/fmt' 2025-12-04T14:25:26.3738514Z file:/home/runner/_work/pytorch/pytorch/.git/modules/third_party/kineto/modules/libkineto/third_party/fmt/config remote.origin.url 2025-12-04T14:25:26.3746437Z Entering 'third_party/kineto/libkineto/third_party/googletest' 2025-12-04T14:25:26.3756088Z file:/home/runner/_work/pytorch/pytorch/.git/modules/third_party/kineto/modules/libkineto/third_party/googletest/config remote.origin.url 2025-12-04T14:25:26.3765756Z Entering 'third_party/kleidiai' 2025-12-04T14:25:26.3775193Z file:/home/runner/_work/pytorch/pytorch/.git/modules/third_party/kleidiai/config remote.origin.url 2025-12-04T14:25:26.3784007Z Entering 'third_party/mimalloc' 2025-12-04T14:25:26.3793711Z file:/home/runner/_work/pytorch/pytorch/.git/modules/third_party/mimalloc/config remote.origin.url 2025-12-04T14:25:26.3802077Z Entering 'third_party/nlohmann' 2025-12-04T14:25:26.3811276Z file:/home/runner/_work/pytorch/pytorch/.git/modules/third_party/nlohmann/config remote.origin.url 2025-12-04T14:25:26.3820264Z Entering 'third_party/onnx' 2025-12-04T14:25:26.3829414Z file:/home/runner/_work/pytorch/pytorch/.git/modules/third_party/onnx/config remote.origin.url 2025-12-04T14:25:26.3843708Z Entering 'third_party/onnx/third_party/pybind11' 2025-12-04T14:25:26.3857418Z file:/home/runner/_work/pytorch/pytorch/.git/modules/third_party/onnx/modules/third_party/pybind11/config remote.origin.url 2025-12-04T14:25:26.3869922Z Entering 'third_party/opentelemetry-cpp' 2025-12-04T14:25:26.3880285Z file:/home/runner/_work/pytorch/pytorch/.git/modules/third_party/opentelemetry-cpp/config remote.origin.url 2025-12-04T14:25:26.3889841Z Entering 'third_party/opentelemetry-cpp/third_party/benchmark' 2025-12-04T14:25:26.3909685Z file:/home/runner/_work/pytorch/pytorch/.git/modules/third_party/opentelemetry-cpp/modules/third_party/benchmark/config remote.origin.url 2025-12-04T14:25:26.3918940Z Entering 'third_party/opentelemetry-cpp/third_party/googletest' 2025-12-04T14:25:26.3934224Z file:/home/runner/_work/pytorch/pytorch/.git/modules/third_party/opentelemetry-cpp/modules/third_party/googletest/config remote.origin.url 2025-12-04T14:25:26.3943276Z Entering 'third_party/opentelemetry-cpp/third_party/ms-gsl' 2025-12-04T14:25:26.3959368Z file:/home/runner/_work/pytorch/pytorch/.git/modules/third_party/opentelemetry-cpp/modules/third_party/ms-gsl/config remote.origin.url 2025-12-04T14:25:26.3972043Z Entering 'third_party/opentelemetry-cpp/third_party/nlohmann-json' 2025-12-04T14:25:26.3983002Z file:/home/runner/_work/pytorch/pytorch/.git/modules/third_party/opentelemetry-cpp/modules/third_party/nlohmann-json/config remote.origin.url 2025-12-04T14:25:26.3992433Z Entering 'third_party/opentelemetry-cpp/third_party/opentelemetry-proto' 2025-12-04T14:25:26.4002188Z file:/home/runner/_work/pytorch/pytorch/.git/modules/third_party/opentelemetry-cpp/modules/third_party/opentelemetry-proto/config remote.origin.url 2025-12-04T14:25:26.4010549Z Entering 'third_party/opentelemetry-cpp/third_party/opentracing-cpp' 2025-12-04T14:25:26.4020676Z file:/home/runner/_work/pytorch/pytorch/.git/modules/third_party/opentelemetry-cpp/modules/third_party/opentracing-cpp/config remote.origin.url 2025-12-04T14:25:26.4029190Z Entering 'third_party/opentelemetry-cpp/third_party/prometheus-cpp' 2025-12-04T14:25:26.4044803Z file:/home/runner/_work/pytorch/pytorch/.git/modules/third_party/opentelemetry-cpp/modules/third_party/prometheus-cpp/config remote.origin.url 2025-12-04T14:25:26.4052741Z Entering 'third_party/opentelemetry-cpp/third_party/prometheus-cpp/3rdparty/civetweb' 2025-12-04T14:25:26.4063000Z file:/home/runner/_work/pytorch/pytorch/.git/modules/third_party/opentelemetry-cpp/modules/third_party/prometheus-cpp/modules/civetweb/config remote.origin.url 2025-12-04T14:25:26.4073930Z Entering 'third_party/opentelemetry-cpp/third_party/prometheus-cpp/3rdparty/googletest' 2025-12-04T14:25:26.4093331Z file:/home/runner/_work/pytorch/pytorch/.git/modules/third_party/opentelemetry-cpp/modules/third_party/prometheus-cpp/modules/googletest/config remote.origin.url 2025-12-04T14:25:26.4108034Z Entering 'third_party/opentelemetry-cpp/tools/vcpkg' 2025-12-04T14:25:26.4128290Z file:/home/runner/_work/pytorch/pytorch/.git/modules/third_party/opentelemetry-cpp/modules/tools/vcpkg/config remote.origin.url 2025-12-04T14:25:26.4149135Z Entering 'third_party/pocketfft' 2025-12-04T14:25:26.4164596Z file:/home/runner/_work/pytorch/pytorch/.git/modules/third_party/pocketfft/config remote.origin.url 2025-12-04T14:25:26.4178400Z Entering 'third_party/protobuf' 2025-12-04T14:25:26.4188515Z file:/home/runner/_work/pytorch/pytorch/.git/modules/third_party/protobuf/config remote.origin.url 2025-12-04T14:25:26.4206409Z Entering 'third_party/protobuf/third_party/benchmark' 2025-12-04T14:25:26.4219799Z file:/home/runner/_work/pytorch/pytorch/.git/modules/third_party/protobuf/modules/third_party/benchmark/config remote.origin.url 2025-12-04T14:25:26.4230715Z Entering 'third_party/protobuf/third_party/googletest' 2025-12-04T14:25:26.4242945Z file:/home/runner/_work/pytorch/pytorch/.git/modules/third_party/protobuf/modules/third_party/googletest/config remote.origin.url 2025-12-04T14:25:26.4254726Z Entering 'third_party/psimd' 2025-12-04T14:25:26.4268920Z file:/home/runner/_work/pytorch/pytorch/.git/modules/third_party/NNPACK_deps/psimd/config remote.origin.url 2025-12-04T14:25:26.4278069Z Entering 'third_party/pthreadpool' 2025-12-04T14:25:26.4288866Z file:/home/runner/_work/pytorch/pytorch/.git/modules/third_party/NNPACK_deps/pthreadpool/config remote.origin.url 2025-12-04T14:25:26.4299039Z Entering 'third_party/pybind11' 2025-12-04T14:25:26.4311340Z file:/home/runner/_work/pytorch/pytorch/.git/modules/third_party/pybind11/config remote.origin.url 2025-12-04T14:25:26.4326721Z Entering 'third_party/python-peachpy' 2025-12-04T14:25:26.4338099Z file:/home/runner/_work/pytorch/pytorch/.git/modules/third_party/python-peachpy/config remote.origin.url 2025-12-04T14:25:26.4350948Z Entering 'third_party/sleef' 2025-12-04T14:25:26.4360917Z file:/home/runner/_work/pytorch/pytorch/.git/modules/third_party/sleef/config remote.origin.url 2025-12-04T14:25:26.4372596Z Entering 'third_party/tensorpipe' 2025-12-04T14:25:26.4382516Z file:/home/runner/_work/pytorch/pytorch/.git/modules/third_party/tensorpipe/config remote.origin.url 2025-12-04T14:25:26.4391780Z Entering 'third_party/tensorpipe/third_party/googletest' 2025-12-04T14:25:26.4402239Z file:/home/runner/_work/pytorch/pytorch/.git/modules/third_party/tensorpipe/modules/third_party/googletest/config remote.origin.url 2025-12-04T14:25:26.4410810Z Entering 'third_party/tensorpipe/third_party/libnop' 2025-12-04T14:25:26.4420944Z file:/home/runner/_work/pytorch/pytorch/.git/modules/third_party/tensorpipe/modules/third_party/libnop/config remote.origin.url 2025-12-04T14:25:26.4430130Z Entering 'third_party/tensorpipe/third_party/libuv' 2025-12-04T14:25:26.4445706Z file:/home/runner/_work/pytorch/pytorch/.git/modules/third_party/tensorpipe/modules/third_party/libuv/config remote.origin.url 2025-12-04T14:25:26.4453892Z Entering 'third_party/tensorpipe/third_party/pybind11' 2025-12-04T14:25:26.4463746Z file:/home/runner/_work/pytorch/pytorch/.git/modules/third_party/tensorpipe/modules/third_party/pybind11/config remote.origin.url 2025-12-04T14:25:26.4472849Z Entering 'third_party/tensorpipe/third_party/pybind11/tools/clang' 2025-12-04T14:25:26.4482605Z file:/home/runner/_work/pytorch/pytorch/.git/modules/third_party/tensorpipe/modules/third_party/pybind11/modules/tools/clang/config remote.origin.url 2025-12-04T14:25:26.4514914Z [command]/usr/bin/git config --file /home/runner/_work/pytorch/pytorch/.git/modules/android/libs/fbjni/config --name-only --get-regexp ^includeIf\.gitdir: 2025-12-04T14:25:26.4536884Z [command]/usr/bin/git config --file /home/runner/_work/pytorch/pytorch/.git/modules/third_party/NNPACK_deps/FP16/config --name-only --get-regexp ^includeIf\.gitdir: 2025-12-04T14:25:26.4556650Z [command]/usr/bin/git config --file /home/runner/_work/pytorch/pytorch/.git/modules/third_party/NNPACK_deps/FXdiv/config --name-only --get-regexp ^includeIf\.gitdir: 2025-12-04T14:25:26.4576541Z [command]/usr/bin/git config --file /home/runner/_work/pytorch/pytorch/.git/modules/third_party/NNPACK/config --name-only --get-regexp ^includeIf\.gitdir: 2025-12-04T14:25:26.4598896Z [command]/usr/bin/git config --file /home/runner/_work/pytorch/pytorch/.git/modules/third_party/NVTX/config --name-only --get-regexp ^includeIf\.gitdir: 2025-12-04T14:25:26.4615697Z [command]/usr/bin/git config --file /home/runner/_work/pytorch/pytorch/.git/modules/third_party/VulkanMemoryAllocator/config --name-only --get-regexp ^includeIf\.gitdir: 2025-12-04T14:25:26.4634043Z [command]/usr/bin/git config --file /home/runner/_work/pytorch/pytorch/.git/modules/third_party/XNNPACK/config --name-only --get-regexp ^includeIf\.gitdir: 2025-12-04T14:25:26.4649758Z [command]/usr/bin/git config --file /home/runner/_work/pytorch/pytorch/.git/modules/third_party/aiter/config --name-only --get-regexp ^includeIf\.gitdir: 2025-12-04T14:25:26.4667977Z [command]/usr/bin/git config --file /home/runner/_work/pytorch/pytorch/.git/modules/third_party/aiter/modules/3rdparty/composable_kernel/config --name-only --get-regexp ^includeIf\.gitdir: 2025-12-04T14:25:26.4684180Z [command]/usr/bin/git config --file /home/runner/_work/pytorch/pytorch/.git/modules/third_party/benchmark/config --name-only --get-regexp ^includeIf\.gitdir: 2025-12-04T14:25:26.4703203Z [command]/usr/bin/git config --file /home/runner/_work/pytorch/pytorch/.git/modules/third_party/composable_kernel/config --name-only --get-regexp ^includeIf\.gitdir: 2025-12-04T14:25:26.4719065Z [command]/usr/bin/git config --file /home/runner/_work/pytorch/pytorch/.git/modules/third_party/cpp-httplib/config --name-only --get-regexp ^includeIf\.gitdir: 2025-12-04T14:25:26.4734855Z [command]/usr/bin/git config --file /home/runner/_work/pytorch/pytorch/.git/modules/third_party/cpuinfo/config --name-only --get-regexp ^includeIf\.gitdir: 2025-12-04T14:25:26.4749139Z [command]/usr/bin/git config --file /home/runner/_work/pytorch/pytorch/.git/modules/third_party/cudnn_frontend/config --name-only --get-regexp ^includeIf\.gitdir: 2025-12-04T14:25:26.4766023Z [command]/usr/bin/git config --file /home/runner/_work/pytorch/pytorch/.git/modules/third_party/cutlass/config --name-only --get-regexp ^includeIf\.gitdir: 2025-12-04T14:25:26.4784237Z [command]/usr/bin/git config --file /home/runner/_work/pytorch/pytorch/.git/modules/third_party/fbgemm/config --name-only --get-regexp ^includeIf\.gitdir: 2025-12-04T14:25:26.4800725Z [command]/usr/bin/git config --file /home/runner/_work/pytorch/pytorch/.git/modules/third_party/fbgemm/modules/external/asmjit/config --name-only --get-regexp ^includeIf\.gitdir: 2025-12-04T14:25:26.4816978Z [command]/usr/bin/git config --file /home/runner/_work/pytorch/pytorch/.git/modules/third_party/fbgemm/modules/external/composable_kernel/config --name-only --get-regexp ^includeIf\.gitdir: 2025-12-04T14:25:26.4832700Z [command]/usr/bin/git config --file /home/runner/_work/pytorch/pytorch/.git/modules/third_party/fbgemm/modules/external/cpuinfo/config --name-only --get-regexp ^includeIf\.gitdir: 2025-12-04T14:25:26.4859699Z [command]/usr/bin/git config --file /home/runner/_work/pytorch/pytorch/.git/modules/third_party/fbgemm/modules/external/cutlass/config --name-only --get-regexp ^includeIf\.gitdir: 2025-12-04T14:25:26.4877790Z [command]/usr/bin/git config --file /home/runner/_work/pytorch/pytorch/.git/modules/third_party/fbgemm/modules/external/googletest/config --name-only --get-regexp ^includeIf\.gitdir: 2025-12-04T14:25:26.4892588Z [command]/usr/bin/git config --file /home/runner/_work/pytorch/pytorch/.git/modules/third_party/fbgemm/modules/external/hipify_torch/config --name-only --get-regexp ^includeIf\.gitdir: 2025-12-04T14:25:26.4907666Z [command]/usr/bin/git config --file /home/runner/_work/pytorch/pytorch/.git/modules/third_party/fbgemm/modules/external/json/config --name-only --get-regexp ^includeIf\.gitdir: 2025-12-04T14:25:26.4922670Z [command]/usr/bin/git config --file /home/runner/_work/pytorch/pytorch/.git/modules/third_party/flash-attention/config --name-only --get-regexp ^includeIf\.gitdir: 2025-12-04T14:25:26.4938653Z [command]/usr/bin/git config --file /home/runner/_work/pytorch/pytorch/.git/modules/third_party/flash-attention/modules/csrc/composable_kernel/config --name-only --get-regexp ^includeIf\.gitdir: 2025-12-04T14:25:26.4955630Z [command]/usr/bin/git config --file /home/runner/_work/pytorch/pytorch/.git/modules/third_party/flash-attention/modules/csrc/cutlass/config --name-only --get-regexp ^includeIf\.gitdir: 2025-12-04T14:25:26.4971472Z [command]/usr/bin/git config --file /home/runner/_work/pytorch/pytorch/.git/modules/third_party/flatbuffers/config --name-only --get-regexp ^includeIf\.gitdir: 2025-12-04T14:25:26.4986812Z [command]/usr/bin/git config --file /home/runner/_work/pytorch/pytorch/.git/modules/third_party/fmt/config --name-only --get-regexp ^includeIf\.gitdir: 2025-12-04T14:25:26.5003891Z [command]/usr/bin/git config --file /home/runner/_work/pytorch/pytorch/.git/modules/third_party/gemmlowp/gemmlowp/config --name-only --get-regexp ^includeIf\.gitdir: 2025-12-04T14:25:26.5018994Z [command]/usr/bin/git config --file /home/runner/_work/pytorch/pytorch/.git/modules/third_party/gloo/config --name-only --get-regexp ^includeIf\.gitdir: 2025-12-04T14:25:26.5037314Z [command]/usr/bin/git config --file /home/runner/_work/pytorch/pytorch/.git/modules/third_party/googletest/config --name-only --get-regexp ^includeIf\.gitdir: 2025-12-04T14:25:26.5052882Z [command]/usr/bin/git config --file /home/runner/_work/pytorch/pytorch/.git/modules/third_party/ideep/config --name-only --get-regexp ^includeIf\.gitdir: 2025-12-04T14:25:26.5068024Z [command]/usr/bin/git config --file /home/runner/_work/pytorch/pytorch/.git/modules/third_party/ideep/modules/mkl-dnn/config --name-only --get-regexp ^includeIf\.gitdir: 2025-12-04T14:25:26.5085220Z [command]/usr/bin/git config --file /home/runner/_work/pytorch/pytorch/.git/modules/third_party/ittapi/config --name-only --get-regexp ^includeIf\.gitdir: 2025-12-04T14:25:26.5101421Z [command]/usr/bin/git config --file /home/runner/_work/pytorch/pytorch/.git/modules/third_party/kineto/config --name-only --get-regexp ^includeIf\.gitdir: 2025-12-04T14:25:26.5117146Z [command]/usr/bin/git config --file /home/runner/_work/pytorch/pytorch/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/config --name-only --get-regexp ^includeIf\.gitdir: 2025-12-04T14:25:26.5134898Z [command]/usr/bin/git config --file /home/runner/_work/pytorch/pytorch/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/modules/third_party/DCGM/config --name-only --get-regexp ^includeIf\.gitdir: 2025-12-04T14:25:26.5152263Z [command]/usr/bin/git config --file /home/runner/_work/pytorch/pytorch/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/modules/third_party/cpr/config --name-only --get-regexp ^includeIf\.gitdir: 2025-12-04T14:25:26.5169185Z [command]/usr/bin/git config --file /home/runner/_work/pytorch/pytorch/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/modules/third_party/fmt/config --name-only --get-regexp ^includeIf\.gitdir: 2025-12-04T14:25:26.5186895Z [command]/usr/bin/git config --file /home/runner/_work/pytorch/pytorch/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/modules/third_party/gflags/config --name-only --get-regexp ^includeIf\.gitdir: 2025-12-04T14:25:26.5207997Z [command]/usr/bin/git config --file /home/runner/_work/pytorch/pytorch/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/modules/third_party/gflags/modules/doc/config --name-only --get-regexp ^includeIf\.gitdir: 2025-12-04T14:25:26.5224064Z [command]/usr/bin/git config --file /home/runner/_work/pytorch/pytorch/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/modules/third_party/glog/config --name-only --get-regexp ^includeIf\.gitdir: 2025-12-04T14:25:26.5240063Z [command]/usr/bin/git config --file /home/runner/_work/pytorch/pytorch/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/modules/third_party/googletest/config --name-only --get-regexp ^includeIf\.gitdir: 2025-12-04T14:25:26.5264331Z [command]/usr/bin/git config --file /home/runner/_work/pytorch/pytorch/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/modules/third_party/json/config --name-only --get-regexp ^includeIf\.gitdir: 2025-12-04T14:25:26.5280898Z [command]/usr/bin/git config --file /home/runner/_work/pytorch/pytorch/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/modules/third_party/pfs/config --name-only --get-regexp ^includeIf\.gitdir: 2025-12-04T14:25:26.5296762Z [command]/usr/bin/git config --file /home/runner/_work/pytorch/pytorch/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/modules/third_party/prometheus-cpp/config --name-only --get-regexp ^includeIf\.gitdir: 2025-12-04T14:25:26.5313497Z [command]/usr/bin/git config --file /home/runner/_work/pytorch/pytorch/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/modules/third_party/prometheus-cpp/modules/civetweb/config --name-only --get-regexp ^includeIf\.gitdir: 2025-12-04T14:25:26.5331389Z [command]/usr/bin/git config --file /home/runner/_work/pytorch/pytorch/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/modules/third_party/prometheus-cpp/modules/googletest/config --name-only --get-regexp ^includeIf\.gitdir: 2025-12-04T14:25:26.5348514Z [command]/usr/bin/git config --file /home/runner/_work/pytorch/pytorch/.git/modules/third_party/kineto/modules/libkineto/third_party/fmt/config --name-only --get-regexp ^includeIf\.gitdir: 2025-12-04T14:25:26.5364902Z [command]/usr/bin/git config --file /home/runner/_work/pytorch/pytorch/.git/modules/third_party/kineto/modules/libkineto/third_party/googletest/config --name-only --get-regexp ^includeIf\.gitdir: 2025-12-04T14:25:26.5380449Z [command]/usr/bin/git config --file /home/runner/_work/pytorch/pytorch/.git/modules/third_party/kleidiai/config --name-only --get-regexp ^includeIf\.gitdir: 2025-12-04T14:25:26.5395998Z [command]/usr/bin/git config --file /home/runner/_work/pytorch/pytorch/.git/modules/third_party/mimalloc/config --name-only --get-regexp ^includeIf\.gitdir: 2025-12-04T14:25:26.5412862Z [command]/usr/bin/git config --file /home/runner/_work/pytorch/pytorch/.git/modules/third_party/nlohmann/config --name-only --get-regexp ^includeIf\.gitdir: 2025-12-04T14:25:26.5430057Z [command]/usr/bin/git config --file /home/runner/_work/pytorch/pytorch/.git/modules/third_party/onnx/config --name-only --get-regexp ^includeIf\.gitdir: 2025-12-04T14:25:26.5446032Z [command]/usr/bin/git config --file /home/runner/_work/pytorch/pytorch/.git/modules/third_party/onnx/modules/third_party/pybind11/config --name-only --get-regexp ^includeIf\.gitdir: 2025-12-04T14:25:26.5462731Z [command]/usr/bin/git config --file /home/runner/_work/pytorch/pytorch/.git/modules/third_party/opentelemetry-cpp/config --name-only --get-regexp ^includeIf\.gitdir: 2025-12-04T14:25:26.5479705Z [command]/usr/bin/git config --file /home/runner/_work/pytorch/pytorch/.git/modules/third_party/opentelemetry-cpp/modules/third_party/benchmark/config --name-only --get-regexp ^includeIf\.gitdir: 2025-12-04T14:25:26.5496998Z [command]/usr/bin/git config --file /home/runner/_work/pytorch/pytorch/.git/modules/third_party/opentelemetry-cpp/modules/third_party/googletest/config --name-only --get-regexp ^includeIf\.gitdir: 2025-12-04T14:25:26.5512922Z [command]/usr/bin/git config --file /home/runner/_work/pytorch/pytorch/.git/modules/third_party/opentelemetry-cpp/modules/third_party/ms-gsl/config --name-only --get-regexp ^includeIf\.gitdir: 2025-12-04T14:25:26.5529980Z [command]/usr/bin/git config --file /home/runner/_work/pytorch/pytorch/.git/modules/third_party/opentelemetry-cpp/modules/third_party/nlohmann-json/config --name-only --get-regexp ^includeIf\.gitdir: 2025-12-04T14:25:26.5546085Z [command]/usr/bin/git config --file /home/runner/_work/pytorch/pytorch/.git/modules/third_party/opentelemetry-cpp/modules/third_party/opentelemetry-proto/config --name-only --get-regexp ^includeIf\.gitdir: 2025-12-04T14:25:26.5562723Z [command]/usr/bin/git config --file /home/runner/_work/pytorch/pytorch/.git/modules/third_party/opentelemetry-cpp/modules/third_party/opentracing-cpp/config --name-only --get-regexp ^includeIf\.gitdir: 2025-12-04T14:25:26.5579351Z [command]/usr/bin/git config --file /home/runner/_work/pytorch/pytorch/.git/modules/third_party/opentelemetry-cpp/modules/third_party/prometheus-cpp/config --name-only --get-regexp ^includeIf\.gitdir: 2025-12-04T14:25:26.5595727Z [command]/usr/bin/git config --file /home/runner/_work/pytorch/pytorch/.git/modules/third_party/opentelemetry-cpp/modules/third_party/prometheus-cpp/modules/civetweb/config --name-only --get-regexp ^includeIf\.gitdir: 2025-12-04T14:25:26.5612153Z [command]/usr/bin/git config --file /home/runner/_work/pytorch/pytorch/.git/modules/third_party/opentelemetry-cpp/modules/third_party/prometheus-cpp/modules/googletest/config --name-only --get-regexp ^includeIf\.gitdir: 2025-12-04T14:25:26.5631499Z [command]/usr/bin/git config --file /home/runner/_work/pytorch/pytorch/.git/modules/third_party/opentelemetry-cpp/modules/tools/vcpkg/config --name-only --get-regexp ^includeIf\.gitdir: 2025-12-04T14:25:26.5648868Z [command]/usr/bin/git config --file /home/runner/_work/pytorch/pytorch/.git/modules/third_party/pocketfft/config --name-only --get-regexp ^includeIf\.gitdir: 2025-12-04T14:25:26.5665207Z [command]/usr/bin/git config --file /home/runner/_work/pytorch/pytorch/.git/modules/third_party/protobuf/config --name-only --get-regexp ^includeIf\.gitdir: 2025-12-04T14:25:26.5685084Z [command]/usr/bin/git config --file /home/runner/_work/pytorch/pytorch/.git/modules/third_party/protobuf/modules/third_party/benchmark/config --name-only --get-regexp ^includeIf\.gitdir: 2025-12-04T14:25:26.5701524Z [command]/usr/bin/git config --file /home/runner/_work/pytorch/pytorch/.git/modules/third_party/protobuf/modules/third_party/googletest/config --name-only --get-regexp ^includeIf\.gitdir: 2025-12-04T14:25:26.5718095Z [command]/usr/bin/git config --file /home/runner/_work/pytorch/pytorch/.git/modules/third_party/NNPACK_deps/psimd/config --name-only --get-regexp ^includeIf\.gitdir: 2025-12-04T14:25:26.5734426Z [command]/usr/bin/git config --file /home/runner/_work/pytorch/pytorch/.git/modules/third_party/NNPACK_deps/pthreadpool/config --name-only --get-regexp ^includeIf\.gitdir: 2025-12-04T14:25:26.5750512Z [command]/usr/bin/git config --file /home/runner/_work/pytorch/pytorch/.git/modules/third_party/pybind11/config --name-only --get-regexp ^includeIf\.gitdir: 2025-12-04T14:25:26.5770527Z [command]/usr/bin/git config --file /home/runner/_work/pytorch/pytorch/.git/modules/third_party/python-peachpy/config --name-only --get-regexp ^includeIf\.gitdir: 2025-12-04T14:25:26.5786336Z [command]/usr/bin/git config --file /home/runner/_work/pytorch/pytorch/.git/modules/third_party/sleef/config --name-only --get-regexp ^includeIf\.gitdir: 2025-12-04T14:25:26.5802924Z [command]/usr/bin/git config --file /home/runner/_work/pytorch/pytorch/.git/modules/third_party/tensorpipe/config --name-only --get-regexp ^includeIf\.gitdir: 2025-12-04T14:25:26.5818675Z [command]/usr/bin/git config --file /home/runner/_work/pytorch/pytorch/.git/modules/third_party/tensorpipe/modules/third_party/googletest/config --name-only --get-regexp ^includeIf\.gitdir: 2025-12-04T14:25:26.5835115Z [command]/usr/bin/git config --file /home/runner/_work/pytorch/pytorch/.git/modules/third_party/tensorpipe/modules/third_party/libnop/config --name-only --get-regexp ^includeIf\.gitdir: 2025-12-04T14:25:26.5852302Z [command]/usr/bin/git config --file /home/runner/_work/pytorch/pytorch/.git/modules/third_party/tensorpipe/modules/third_party/libuv/config --name-only --get-regexp ^includeIf\.gitdir: 2025-12-04T14:25:26.5868312Z [command]/usr/bin/git config --file /home/runner/_work/pytorch/pytorch/.git/modules/third_party/tensorpipe/modules/third_party/pybind11/config --name-only --get-regexp ^includeIf\.gitdir: 2025-12-04T14:25:26.5883945Z [command]/usr/bin/git config --file /home/runner/_work/pytorch/pytorch/.git/modules/third_party/tensorpipe/modules/third_party/pybind11/modules/tools/clang/config --name-only --get-regexp ^includeIf\.gitdir: 2025-12-04T14:25:26.6001753Z Post job cleanup. 2025-12-04T14:25:26.6450736Z [command]/usr/bin/git version 2025-12-04T14:25:26.6474187Z git version 2.52.0 2025-12-04T14:25:26.6493792Z Copying '/home/runner/.gitconfig' to '/home/runner/_work/_temp/4ef73c69-92e0-4bf7-837e-d921efc015d0/.gitconfig' 2025-12-04T14:25:26.6499496Z Temporarily overriding HOME='/home/runner/_work/_temp/4ef73c69-92e0-4bf7-837e-d921efc015d0' before making global git config changes 2025-12-04T14:25:26.6500011Z Adding repository directory to the temporary git global config as a safe directory 2025-12-04T14:25:26.6501913Z [command]/usr/bin/git config --global --add safe.directory /home/runner/_work/pytorch/pytorch 2025-12-04T14:25:26.6523392Z [command]/usr/bin/git config --local --name-only --get-regexp core\.sshCommand 2025-12-04T14:25:26.6541701Z [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-12-04T14:25:26.6710178Z Entering 'android/libs/fbjni' 2025-12-04T14:25:26.6737696Z Entering 'third_party/FP16' 2025-12-04T14:25:26.6763503Z Entering 'third_party/FXdiv' 2025-12-04T14:25:26.6786287Z Entering 'third_party/NNPACK' 2025-12-04T14:25:26.6806963Z Entering 'third_party/NVTX' 2025-12-04T14:25:26.6833490Z Entering 'third_party/VulkanMemoryAllocator' 2025-12-04T14:25:26.6854553Z Entering 'third_party/XNNPACK' 2025-12-04T14:25:26.6879558Z Entering 'third_party/aiter' 2025-12-04T14:25:26.6901440Z Entering 'third_party/aiter/3rdparty/composable_kernel' 2025-12-04T14:25:26.6934307Z Entering 'third_party/benchmark' 2025-12-04T14:25:26.6960062Z Entering 'third_party/composable_kernel' 2025-12-04T14:25:26.6987716Z Entering 'third_party/cpp-httplib' 2025-12-04T14:25:26.7010901Z Entering 'third_party/cpuinfo' 2025-12-04T14:25:26.7033435Z Entering 'third_party/cudnn_frontend' 2025-12-04T14:25:26.7055833Z Entering 'third_party/cutlass' 2025-12-04T14:25:26.7086315Z Entering 'third_party/fbgemm' 2025-12-04T14:25:26.7116731Z Entering 'third_party/fbgemm/external/asmjit' 2025-12-04T14:25:26.7149528Z Entering 'third_party/fbgemm/external/composable_kernel' 2025-12-04T14:25:26.7176553Z Entering 'third_party/fbgemm/external/cpuinfo' 2025-12-04T14:25:26.7207904Z Entering 'third_party/fbgemm/external/cutlass' 2025-12-04T14:25:26.7239554Z Entering 'third_party/fbgemm/external/googletest' 2025-12-04T14:25:26.7279676Z Entering 'third_party/fbgemm/external/hipify_torch' 2025-12-04T14:25:26.7304340Z Entering 'third_party/fbgemm/external/json' 2025-12-04T14:25:26.7336838Z Entering 'third_party/flash-attention' 2025-12-04T14:25:26.7362805Z Entering 'third_party/flash-attention/csrc/composable_kernel' 2025-12-04T14:25:26.7391444Z Entering 'third_party/flash-attention/csrc/cutlass' 2025-12-04T14:25:26.7426305Z Entering 'third_party/flatbuffers' 2025-12-04T14:25:26.7451625Z Entering 'third_party/fmt' 2025-12-04T14:25:26.7472041Z Entering 'third_party/gemmlowp/gemmlowp' 2025-12-04T14:25:26.7495081Z Entering 'third_party/gloo' 2025-12-04T14:25:26.7522649Z Entering 'third_party/googletest' 2025-12-04T14:25:26.7545031Z Entering 'third_party/ideep' 2025-12-04T14:25:26.7568432Z Entering 'third_party/ideep/mkl-dnn' 2025-12-04T14:25:26.7594412Z Entering 'third_party/ittapi' 2025-12-04T14:25:26.7615169Z Entering 'third_party/kineto' 2025-12-04T14:25:26.7636550Z Entering 'third_party/kineto/libkineto/third_party/dynolog' 2025-12-04T14:25:26.7678765Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/DCGM' 2025-12-04T14:25:26.7701741Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/cpr' 2025-12-04T14:25:26.7730774Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/fmt' 2025-12-04T14:25:26.7763229Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/gflags' 2025-12-04T14:25:26.7793760Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/gflags/doc' 2025-12-04T14:25:26.7821862Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/glog' 2025-12-04T14:25:26.7843038Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/googletest' 2025-12-04T14:25:26.7868487Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/json' 2025-12-04T14:25:26.7892352Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/pfs' 2025-12-04T14:25:26.7914854Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/prometheus-cpp' 2025-12-04T14:25:26.7937436Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/prometheus-cpp/3rdparty/civetweb' 2025-12-04T14:25:26.7964257Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/prometheus-cpp/3rdparty/googletest' 2025-12-04T14:25:26.7987866Z Entering 'third_party/kineto/libkineto/third_party/fmt' 2025-12-04T14:25:26.8007375Z Entering 'third_party/kineto/libkineto/third_party/googletest' 2025-12-04T14:25:26.8030088Z Entering 'third_party/kleidiai' 2025-12-04T14:25:26.8052843Z Entering 'third_party/mimalloc' 2025-12-04T14:25:26.8075903Z Entering 'third_party/nlohmann' 2025-12-04T14:25:26.8100495Z Entering 'third_party/onnx' 2025-12-04T14:25:26.8129382Z Entering 'third_party/onnx/third_party/pybind11' 2025-12-04T14:25:26.8160631Z Entering 'third_party/opentelemetry-cpp' 2025-12-04T14:25:26.8182852Z Entering 'third_party/opentelemetry-cpp/third_party/benchmark' 2025-12-04T14:25:26.8205103Z Entering 'third_party/opentelemetry-cpp/third_party/googletest' 2025-12-04T14:25:26.8226461Z Entering 'third_party/opentelemetry-cpp/third_party/ms-gsl' 2025-12-04T14:25:26.8259130Z Entering 'third_party/opentelemetry-cpp/third_party/nlohmann-json' 2025-12-04T14:25:26.8285051Z Entering 'third_party/opentelemetry-cpp/third_party/opentelemetry-proto' 2025-12-04T14:25:26.8307547Z Entering 'third_party/opentelemetry-cpp/third_party/opentracing-cpp' 2025-12-04T14:25:26.8326887Z Entering 'third_party/opentelemetry-cpp/third_party/prometheus-cpp' 2025-12-04T14:25:26.8345784Z Entering 'third_party/opentelemetry-cpp/third_party/prometheus-cpp/3rdparty/civetweb' 2025-12-04T14:25:26.8375337Z Entering 'third_party/opentelemetry-cpp/third_party/prometheus-cpp/3rdparty/googletest' 2025-12-04T14:25:26.8399948Z Entering 'third_party/opentelemetry-cpp/tools/vcpkg' 2025-12-04T14:25:26.8431846Z Entering 'third_party/pocketfft' 2025-12-04T14:25:26.8453981Z Entering 'third_party/protobuf' 2025-12-04T14:25:26.8476293Z Entering 'third_party/protobuf/third_party/benchmark' 2025-12-04T14:25:26.8501574Z Entering 'third_party/protobuf/third_party/googletest' 2025-12-04T14:25:26.8528559Z Entering 'third_party/psimd' 2025-12-04T14:25:26.8549322Z Entering 'third_party/pthreadpool' 2025-12-04T14:25:26.8569727Z Entering 'third_party/pybind11' 2025-12-04T14:25:26.8589781Z Entering 'third_party/python-peachpy' 2025-12-04T14:25:26.8609219Z Entering 'third_party/sleef' 2025-12-04T14:25:26.8631099Z Entering 'third_party/tensorpipe' 2025-12-04T14:25:26.8657961Z Entering 'third_party/tensorpipe/third_party/googletest' 2025-12-04T14:25:26.8677918Z Entering 'third_party/tensorpipe/third_party/libnop' 2025-12-04T14:25:26.8696596Z Entering 'third_party/tensorpipe/third_party/libuv' 2025-12-04T14:25:26.8716808Z Entering 'third_party/tensorpipe/third_party/pybind11' 2025-12-04T14:25:26.8738631Z Entering 'third_party/tensorpipe/third_party/pybind11/tools/clang' 2025-12-04T14:25:26.8776864Z [command]/usr/bin/git config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader 2025-12-04T14:25:26.8795357Z [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-12-04T14:25:26.8948140Z Entering 'android/libs/fbjni' 2025-12-04T14:25:26.8969757Z Entering 'third_party/FP16' 2025-12-04T14:25:26.8993623Z Entering 'third_party/FXdiv' 2025-12-04T14:25:26.9021344Z Entering 'third_party/NNPACK' 2025-12-04T14:25:26.9051081Z Entering 'third_party/NVTX' 2025-12-04T14:25:26.9073840Z Entering 'third_party/VulkanMemoryAllocator' 2025-12-04T14:25:26.9097257Z Entering 'third_party/XNNPACK' 2025-12-04T14:25:26.9123663Z Entering 'third_party/aiter' 2025-12-04T14:25:26.9145879Z Entering 'third_party/aiter/3rdparty/composable_kernel' 2025-12-04T14:25:26.9179253Z Entering 'third_party/benchmark' 2025-12-04T14:25:26.9208062Z Entering 'third_party/composable_kernel' 2025-12-04T14:25:26.9241858Z Entering 'third_party/cpp-httplib' 2025-12-04T14:25:26.9274573Z Entering 'third_party/cpuinfo' 2025-12-04T14:25:26.9297962Z Entering 'third_party/cudnn_frontend' 2025-12-04T14:25:26.9320681Z Entering 'third_party/cutlass' 2025-12-04T14:25:26.9351415Z Entering 'third_party/fbgemm' 2025-12-04T14:25:26.9385357Z Entering 'third_party/fbgemm/external/asmjit' 2025-12-04T14:25:26.9415120Z Entering 'third_party/fbgemm/external/composable_kernel' 2025-12-04T14:25:26.9440750Z Entering 'third_party/fbgemm/external/cpuinfo' 2025-12-04T14:25:26.9476402Z Entering 'third_party/fbgemm/external/cutlass' 2025-12-04T14:25:26.9504591Z Entering 'third_party/fbgemm/external/googletest' 2025-12-04T14:25:26.9527583Z Entering 'third_party/fbgemm/external/hipify_torch' 2025-12-04T14:25:26.9563241Z Entering 'third_party/fbgemm/external/json' 2025-12-04T14:25:26.9603253Z Entering 'third_party/flash-attention' 2025-12-04T14:25:26.9633785Z Entering 'third_party/flash-attention/csrc/composable_kernel' 2025-12-04T14:25:26.9664872Z Entering 'third_party/flash-attention/csrc/cutlass' 2025-12-04T14:25:26.9699899Z Entering 'third_party/flatbuffers' 2025-12-04T14:25:26.9731520Z Entering 'third_party/fmt' 2025-12-04T14:25:26.9754824Z Entering 'third_party/gemmlowp/gemmlowp' 2025-12-04T14:25:26.9776011Z Entering 'third_party/gloo' 2025-12-04T14:25:26.9799529Z Entering 'third_party/googletest' 2025-12-04T14:25:26.9830124Z Entering 'third_party/ideep' 2025-12-04T14:25:26.9859882Z Entering 'third_party/ideep/mkl-dnn' 2025-12-04T14:25:26.9891302Z Entering 'third_party/ittapi' 2025-12-04T14:25:26.9917511Z Entering 'third_party/kineto' 2025-12-04T14:25:26.9944456Z Entering 'third_party/kineto/libkineto/third_party/dynolog' 2025-12-04T14:25:26.9973662Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/DCGM' 2025-12-04T14:25:27.0002358Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/cpr' 2025-12-04T14:25:27.0026992Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/fmt' 2025-12-04T14:25:27.0051655Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/gflags' 2025-12-04T14:25:27.0075238Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/gflags/doc' 2025-12-04T14:25:27.0099142Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/glog' 2025-12-04T14:25:27.0119862Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/googletest' 2025-12-04T14:25:27.0139852Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/json' 2025-12-04T14:25:27.0160072Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/pfs' 2025-12-04T14:25:27.0186866Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/prometheus-cpp' 2025-12-04T14:25:27.0210187Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/prometheus-cpp/3rdparty/civetweb' 2025-12-04T14:25:27.0236341Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/prometheus-cpp/3rdparty/googletest' 2025-12-04T14:25:27.0277788Z Entering 'third_party/kineto/libkineto/third_party/fmt' 2025-12-04T14:25:27.0299162Z Entering 'third_party/kineto/libkineto/third_party/googletest' 2025-12-04T14:25:27.0321953Z Entering 'third_party/kleidiai' 2025-12-04T14:25:27.0355614Z Entering 'third_party/mimalloc' 2025-12-04T14:25:27.0381701Z Entering 'third_party/nlohmann' 2025-12-04T14:25:27.0405258Z Entering 'third_party/onnx' 2025-12-04T14:25:27.0434045Z Entering 'third_party/onnx/third_party/pybind11' 2025-12-04T14:25:27.0466986Z Entering 'third_party/opentelemetry-cpp' 2025-12-04T14:25:27.0489542Z Entering 'third_party/opentelemetry-cpp/third_party/benchmark' 2025-12-04T14:25:27.0520519Z Entering 'third_party/opentelemetry-cpp/third_party/googletest' 2025-12-04T14:25:27.0545927Z Entering 'third_party/opentelemetry-cpp/third_party/ms-gsl' 2025-12-04T14:25:27.0566402Z Entering 'third_party/opentelemetry-cpp/third_party/nlohmann-json' 2025-12-04T14:25:27.0588520Z Entering 'third_party/opentelemetry-cpp/third_party/opentelemetry-proto' 2025-12-04T14:25:27.0612482Z Entering 'third_party/opentelemetry-cpp/third_party/opentracing-cpp' 2025-12-04T14:25:27.0632217Z Entering 'third_party/opentelemetry-cpp/third_party/prometheus-cpp' 2025-12-04T14:25:27.0651494Z Entering 'third_party/opentelemetry-cpp/third_party/prometheus-cpp/3rdparty/civetweb' 2025-12-04T14:25:27.0678610Z Entering 'third_party/opentelemetry-cpp/third_party/prometheus-cpp/3rdparty/googletest' 2025-12-04T14:25:27.0704534Z Entering 'third_party/opentelemetry-cpp/tools/vcpkg' 2025-12-04T14:25:27.0732726Z Entering 'third_party/pocketfft' 2025-12-04T14:25:27.0760774Z Entering 'third_party/protobuf' 2025-12-04T14:25:27.0784757Z Entering 'third_party/protobuf/third_party/benchmark' 2025-12-04T14:25:27.0813776Z Entering 'third_party/protobuf/third_party/googletest' 2025-12-04T14:25:27.0846291Z Entering 'third_party/psimd' 2025-12-04T14:25:27.0872809Z Entering 'third_party/pthreadpool' 2025-12-04T14:25:27.0900698Z Entering 'third_party/pybind11' 2025-12-04T14:25:27.0924486Z Entering 'third_party/python-peachpy' 2025-12-04T14:25:27.0947483Z Entering 'third_party/sleef' 2025-12-04T14:25:27.0970655Z Entering 'third_party/tensorpipe' 2025-12-04T14:25:27.1001396Z Entering 'third_party/tensorpipe/third_party/googletest' 2025-12-04T14:25:27.1025583Z Entering 'third_party/tensorpipe/third_party/libnop' 2025-12-04T14:25:27.1054399Z Entering 'third_party/tensorpipe/third_party/libuv' 2025-12-04T14:25:27.1080962Z Entering 'third_party/tensorpipe/third_party/pybind11' 2025-12-04T14:25:27.1107460Z Entering 'third_party/tensorpipe/third_party/pybind11/tools/clang' 2025-12-04T14:25:27.1148588Z [command]/usr/bin/git config --local --name-only --get-regexp ^includeIf\.gitdir: 2025-12-04T14:25:27.1168970Z [command]/usr/bin/git submodule foreach --recursive git config --local --show-origin --name-only --get-regexp remote.origin.url 2025-12-04T14:25:27.1335277Z Entering 'android/libs/fbjni' 2025-12-04T14:25:27.1346309Z file:/home/runner/_work/pytorch/pytorch/.git/modules/android/libs/fbjni/config remote.origin.url 2025-12-04T14:25:27.1354899Z Entering 'third_party/FP16' 2025-12-04T14:25:27.1371101Z file:/home/runner/_work/pytorch/pytorch/.git/modules/third_party/NNPACK_deps/FP16/config remote.origin.url 2025-12-04T14:25:27.1389083Z Entering 'third_party/FXdiv' 2025-12-04T14:25:27.1407595Z file:/home/runner/_work/pytorch/pytorch/.git/modules/third_party/NNPACK_deps/FXdiv/config remote.origin.url 2025-12-04T14:25:27.1421503Z Entering 'third_party/NNPACK' 2025-12-04T14:25:27.1435401Z file:/home/runner/_work/pytorch/pytorch/.git/modules/third_party/NNPACK/config remote.origin.url 2025-12-04T14:25:27.1451336Z Entering 'third_party/NVTX' 2025-12-04T14:25:27.1471899Z file:/home/runner/_work/pytorch/pytorch/.git/modules/third_party/NVTX/config remote.origin.url 2025-12-04T14:25:27.1483301Z Entering 'third_party/VulkanMemoryAllocator' 2025-12-04T14:25:27.1501295Z file:/home/runner/_work/pytorch/pytorch/.git/modules/third_party/VulkanMemoryAllocator/config remote.origin.url 2025-12-04T14:25:27.1516237Z Entering 'third_party/XNNPACK' 2025-12-04T14:25:27.1537486Z file:/home/runner/_work/pytorch/pytorch/.git/modules/third_party/XNNPACK/config remote.origin.url 2025-12-04T14:25:27.1553145Z Entering 'third_party/aiter' 2025-12-04T14:25:27.1567350Z file:/home/runner/_work/pytorch/pytorch/.git/modules/third_party/aiter/config remote.origin.url 2025-12-04T14:25:27.1577021Z Entering 'third_party/aiter/3rdparty/composable_kernel' 2025-12-04T14:25:27.1589967Z file:/home/runner/_work/pytorch/pytorch/.git/modules/third_party/aiter/modules/3rdparty/composable_kernel/config remote.origin.url 2025-12-04T14:25:27.1607316Z Entering 'third_party/benchmark' 2025-12-04T14:25:27.1620433Z file:/home/runner/_work/pytorch/pytorch/.git/modules/third_party/benchmark/config remote.origin.url 2025-12-04T14:25:27.1630118Z Entering 'third_party/composable_kernel' 2025-12-04T14:25:27.1642832Z file:/home/runner/_work/pytorch/pytorch/.git/modules/third_party/composable_kernel/config remote.origin.url 2025-12-04T14:25:27.1656125Z Entering 'third_party/cpp-httplib' 2025-12-04T14:25:27.1668974Z file:/home/runner/_work/pytorch/pytorch/.git/modules/third_party/cpp-httplib/config remote.origin.url 2025-12-04T14:25:27.1678428Z Entering 'third_party/cpuinfo' 2025-12-04T14:25:27.1691181Z file:/home/runner/_work/pytorch/pytorch/.git/modules/third_party/cpuinfo/config remote.origin.url 2025-12-04T14:25:27.1701302Z Entering 'third_party/cudnn_frontend' 2025-12-04T14:25:27.1714115Z file:/home/runner/_work/pytorch/pytorch/.git/modules/third_party/cudnn_frontend/config remote.origin.url 2025-12-04T14:25:27.1723826Z Entering 'third_party/cutlass' 2025-12-04T14:25:27.1738372Z file:/home/runner/_work/pytorch/pytorch/.git/modules/third_party/cutlass/config remote.origin.url 2025-12-04T14:25:27.1751520Z Entering 'third_party/fbgemm' 2025-12-04T14:25:27.1764720Z file:/home/runner/_work/pytorch/pytorch/.git/modules/third_party/fbgemm/config remote.origin.url 2025-12-04T14:25:27.1775184Z Entering 'third_party/fbgemm/external/asmjit' 2025-12-04T14:25:27.1787575Z file:/home/runner/_work/pytorch/pytorch/.git/modules/third_party/fbgemm/modules/external/asmjit/config remote.origin.url 2025-12-04T14:25:27.1798079Z Entering 'third_party/fbgemm/external/composable_kernel' 2025-12-04T14:25:27.1814809Z file:/home/runner/_work/pytorch/pytorch/.git/modules/third_party/fbgemm/modules/external/composable_kernel/config remote.origin.url 2025-12-04T14:25:27.1824503Z Entering 'third_party/fbgemm/external/cpuinfo' 2025-12-04T14:25:27.1836320Z file:/home/runner/_work/pytorch/pytorch/.git/modules/third_party/fbgemm/modules/external/cpuinfo/config remote.origin.url 2025-12-04T14:25:27.1849004Z Entering 'third_party/fbgemm/external/cutlass' 2025-12-04T14:25:27.1860907Z file:/home/runner/_work/pytorch/pytorch/.git/modules/third_party/fbgemm/modules/external/cutlass/config remote.origin.url 2025-12-04T14:25:27.1877519Z Entering 'third_party/fbgemm/external/googletest' 2025-12-04T14:25:27.1889645Z file:/home/runner/_work/pytorch/pytorch/.git/modules/third_party/fbgemm/modules/external/googletest/config remote.origin.url 2025-12-04T14:25:27.1901770Z Entering 'third_party/fbgemm/external/hipify_torch' 2025-12-04T14:25:27.1913814Z file:/home/runner/_work/pytorch/pytorch/.git/modules/third_party/fbgemm/modules/external/hipify_torch/config remote.origin.url 2025-12-04T14:25:27.1926590Z Entering 'third_party/fbgemm/external/json' 2025-12-04T14:25:27.1939123Z file:/home/runner/_work/pytorch/pytorch/.git/modules/third_party/fbgemm/modules/external/json/config remote.origin.url 2025-12-04T14:25:27.1956009Z Entering 'third_party/flash-attention' 2025-12-04T14:25:27.1970769Z file:/home/runner/_work/pytorch/pytorch/.git/modules/third_party/flash-attention/config remote.origin.url 2025-12-04T14:25:27.1983857Z Entering 'third_party/flash-attention/csrc/composable_kernel' 2025-12-04T14:25:27.1994319Z file:/home/runner/_work/pytorch/pytorch/.git/modules/third_party/flash-attention/modules/csrc/composable_kernel/config remote.origin.url 2025-12-04T14:25:27.2008690Z Entering 'third_party/flash-attention/csrc/cutlass' 2025-12-04T14:25:27.2018281Z file:/home/runner/_work/pytorch/pytorch/.git/modules/third_party/flash-attention/modules/csrc/cutlass/config remote.origin.url 2025-12-04T14:25:27.2043342Z Entering 'third_party/flatbuffers' 2025-12-04T14:25:27.2056102Z file:/home/runner/_work/pytorch/pytorch/.git/modules/third_party/flatbuffers/config remote.origin.url 2025-12-04T14:25:27.2067927Z Entering 'third_party/fmt' 2025-12-04T14:25:27.2079903Z file:/home/runner/_work/pytorch/pytorch/.git/modules/third_party/fmt/config remote.origin.url 2025-12-04T14:25:27.2090350Z Entering 'third_party/gemmlowp/gemmlowp' 2025-12-04T14:25:27.2101882Z file:/home/runner/_work/pytorch/pytorch/.git/modules/third_party/gemmlowp/gemmlowp/config remote.origin.url 2025-12-04T14:25:27.2112156Z Entering 'third_party/gloo' 2025-12-04T14:25:27.2123661Z file:/home/runner/_work/pytorch/pytorch/.git/modules/third_party/gloo/config remote.origin.url 2025-12-04T14:25:27.2134401Z Entering 'third_party/googletest' 2025-12-04T14:25:27.2148341Z file:/home/runner/_work/pytorch/pytorch/.git/modules/third_party/googletest/config remote.origin.url 2025-12-04T14:25:27.2157716Z Entering 'third_party/ideep' 2025-12-04T14:25:27.2174545Z file:/home/runner/_work/pytorch/pytorch/.git/modules/third_party/ideep/config remote.origin.url 2025-12-04T14:25:27.2184620Z Entering 'third_party/ideep/mkl-dnn' 2025-12-04T14:25:27.2197381Z file:/home/runner/_work/pytorch/pytorch/.git/modules/third_party/ideep/modules/mkl-dnn/config remote.origin.url 2025-12-04T14:25:27.2208468Z Entering 'third_party/ittapi' 2025-12-04T14:25:27.2222932Z file:/home/runner/_work/pytorch/pytorch/.git/modules/third_party/ittapi/config remote.origin.url 2025-12-04T14:25:27.2234020Z Entering 'third_party/kineto' 2025-12-04T14:25:27.2252455Z file:/home/runner/_work/pytorch/pytorch/.git/modules/third_party/kineto/config remote.origin.url 2025-12-04T14:25:27.2262412Z Entering 'third_party/kineto/libkineto/third_party/dynolog' 2025-12-04T14:25:27.2275519Z file:/home/runner/_work/pytorch/pytorch/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/config remote.origin.url 2025-12-04T14:25:27.2283326Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/DCGM' 2025-12-04T14:25:27.2296376Z file:/home/runner/_work/pytorch/pytorch/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/modules/third_party/DCGM/config remote.origin.url 2025-12-04T14:25:27.2304586Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/cpr' 2025-12-04T14:25:27.2314760Z file:/home/runner/_work/pytorch/pytorch/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/modules/third_party/cpr/config remote.origin.url 2025-12-04T14:25:27.2322039Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/fmt' 2025-12-04T14:25:27.2332115Z file:/home/runner/_work/pytorch/pytorch/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/modules/third_party/fmt/config remote.origin.url 2025-12-04T14:25:27.2341965Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/gflags' 2025-12-04T14:25:27.2354018Z file:/home/runner/_work/pytorch/pytorch/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/modules/third_party/gflags/config remote.origin.url 2025-12-04T14:25:27.2362826Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/gflags/doc' 2025-12-04T14:25:27.2371610Z file:/home/runner/_work/pytorch/pytorch/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/modules/third_party/gflags/modules/doc/config remote.origin.url 2025-12-04T14:25:27.2381703Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/glog' 2025-12-04T14:25:27.2391142Z file:/home/runner/_work/pytorch/pytorch/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/modules/third_party/glog/config remote.origin.url 2025-12-04T14:25:27.2399663Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/googletest' 2025-12-04T14:25:27.2409962Z file:/home/runner/_work/pytorch/pytorch/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/modules/third_party/googletest/config remote.origin.url 2025-12-04T14:25:27.2417036Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/json' 2025-12-04T14:25:27.2428691Z file:/home/runner/_work/pytorch/pytorch/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/modules/third_party/json/config remote.origin.url 2025-12-04T14:25:27.2438085Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/pfs' 2025-12-04T14:25:27.2447408Z file:/home/runner/_work/pytorch/pytorch/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/modules/third_party/pfs/config remote.origin.url 2025-12-04T14:25:27.2456509Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/prometheus-cpp' 2025-12-04T14:25:27.2467024Z file:/home/runner/_work/pytorch/pytorch/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/modules/third_party/prometheus-cpp/config remote.origin.url 2025-12-04T14:25:27.2475719Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/prometheus-cpp/3rdparty/civetweb' 2025-12-04T14:25:27.2488159Z file:/home/runner/_work/pytorch/pytorch/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/modules/third_party/prometheus-cpp/modules/civetweb/config remote.origin.url 2025-12-04T14:25:27.2498370Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/prometheus-cpp/3rdparty/googletest' 2025-12-04T14:25:27.2509119Z file:/home/runner/_work/pytorch/pytorch/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/modules/third_party/prometheus-cpp/modules/googletest/config remote.origin.url 2025-12-04T14:25:27.2521663Z Entering 'third_party/kineto/libkineto/third_party/fmt' 2025-12-04T14:25:27.2531836Z file:/home/runner/_work/pytorch/pytorch/.git/modules/third_party/kineto/modules/libkineto/third_party/fmt/config remote.origin.url 2025-12-04T14:25:27.2540801Z Entering 'third_party/kineto/libkineto/third_party/googletest' 2025-12-04T14:25:27.2550822Z file:/home/runner/_work/pytorch/pytorch/.git/modules/third_party/kineto/modules/libkineto/third_party/googletest/config remote.origin.url 2025-12-04T14:25:27.2562704Z Entering 'third_party/kleidiai' 2025-12-04T14:25:27.2574031Z file:/home/runner/_work/pytorch/pytorch/.git/modules/third_party/kleidiai/config remote.origin.url 2025-12-04T14:25:27.2585041Z Entering 'third_party/mimalloc' 2025-12-04T14:25:27.2596817Z file:/home/runner/_work/pytorch/pytorch/.git/modules/third_party/mimalloc/config remote.origin.url 2025-12-04T14:25:27.2608269Z Entering 'third_party/nlohmann' 2025-12-04T14:25:27.2619268Z file:/home/runner/_work/pytorch/pytorch/.git/modules/third_party/nlohmann/config remote.origin.url 2025-12-04T14:25:27.2630686Z Entering 'third_party/onnx' 2025-12-04T14:25:27.2642383Z file:/home/runner/_work/pytorch/pytorch/.git/modules/third_party/onnx/config remote.origin.url 2025-12-04T14:25:27.2660776Z Entering 'third_party/onnx/third_party/pybind11' 2025-12-04T14:25:27.2670208Z file:/home/runner/_work/pytorch/pytorch/.git/modules/third_party/onnx/modules/third_party/pybind11/config remote.origin.url 2025-12-04T14:25:27.2685167Z Entering 'third_party/opentelemetry-cpp' 2025-12-04T14:25:27.2696242Z file:/home/runner/_work/pytorch/pytorch/.git/modules/third_party/opentelemetry-cpp/config remote.origin.url 2025-12-04T14:25:27.2705983Z Entering 'third_party/opentelemetry-cpp/third_party/benchmark' 2025-12-04T14:25:27.2717259Z file:/home/runner/_work/pytorch/pytorch/.git/modules/third_party/opentelemetry-cpp/modules/third_party/benchmark/config remote.origin.url 2025-12-04T14:25:27.2725058Z Entering 'third_party/opentelemetry-cpp/third_party/googletest' 2025-12-04T14:25:27.2735731Z file:/home/runner/_work/pytorch/pytorch/.git/modules/third_party/opentelemetry-cpp/modules/third_party/googletest/config remote.origin.url 2025-12-04T14:25:27.2746381Z Entering 'third_party/opentelemetry-cpp/third_party/ms-gsl' 2025-12-04T14:25:27.2756217Z file:/home/runner/_work/pytorch/pytorch/.git/modules/third_party/opentelemetry-cpp/modules/third_party/ms-gsl/config remote.origin.url 2025-12-04T14:25:27.2764961Z Entering 'third_party/opentelemetry-cpp/third_party/nlohmann-json' 2025-12-04T14:25:27.2774875Z file:/home/runner/_work/pytorch/pytorch/.git/modules/third_party/opentelemetry-cpp/modules/third_party/nlohmann-json/config remote.origin.url 2025-12-04T14:25:27.2785042Z Entering 'third_party/opentelemetry-cpp/third_party/opentelemetry-proto' 2025-12-04T14:25:27.2795891Z file:/home/runner/_work/pytorch/pytorch/.git/modules/third_party/opentelemetry-cpp/modules/third_party/opentelemetry-proto/config remote.origin.url 2025-12-04T14:25:27.2803760Z Entering 'third_party/opentelemetry-cpp/third_party/opentracing-cpp' 2025-12-04T14:25:27.2814368Z file:/home/runner/_work/pytorch/pytorch/.git/modules/third_party/opentelemetry-cpp/modules/third_party/opentracing-cpp/config remote.origin.url 2025-12-04T14:25:27.2822965Z Entering 'third_party/opentelemetry-cpp/third_party/prometheus-cpp' 2025-12-04T14:25:27.2833762Z file:/home/runner/_work/pytorch/pytorch/.git/modules/third_party/opentelemetry-cpp/modules/third_party/prometheus-cpp/config remote.origin.url 2025-12-04T14:25:27.2841889Z Entering 'third_party/opentelemetry-cpp/third_party/prometheus-cpp/3rdparty/civetweb' 2025-12-04T14:25:27.2850861Z file:/home/runner/_work/pytorch/pytorch/.git/modules/third_party/opentelemetry-cpp/modules/third_party/prometheus-cpp/modules/civetweb/config remote.origin.url 2025-12-04T14:25:27.2859999Z Entering 'third_party/opentelemetry-cpp/third_party/prometheus-cpp/3rdparty/googletest' 2025-12-04T14:25:27.2869985Z file:/home/runner/_work/pytorch/pytorch/.git/modules/third_party/opentelemetry-cpp/modules/third_party/prometheus-cpp/modules/googletest/config remote.origin.url 2025-12-04T14:25:27.2880149Z Entering 'third_party/opentelemetry-cpp/tools/vcpkg' 2025-12-04T14:25:27.2889623Z file:/home/runner/_work/pytorch/pytorch/.git/modules/third_party/opentelemetry-cpp/modules/tools/vcpkg/config remote.origin.url 2025-12-04T14:25:27.2908565Z Entering 'third_party/pocketfft' 2025-12-04T14:25:27.2918873Z file:/home/runner/_work/pytorch/pytorch/.git/modules/third_party/pocketfft/config remote.origin.url 2025-12-04T14:25:27.2929135Z Entering 'third_party/protobuf' 2025-12-04T14:25:27.2941462Z file:/home/runner/_work/pytorch/pytorch/.git/modules/third_party/protobuf/config remote.origin.url 2025-12-04T14:25:27.2954461Z Entering 'third_party/protobuf/third_party/benchmark' 2025-12-04T14:25:27.2962919Z file:/home/runner/_work/pytorch/pytorch/.git/modules/third_party/protobuf/modules/third_party/benchmark/config remote.origin.url 2025-12-04T14:25:27.2972788Z Entering 'third_party/protobuf/third_party/googletest' 2025-12-04T14:25:27.2984113Z file:/home/runner/_work/pytorch/pytorch/.git/modules/third_party/protobuf/modules/third_party/googletest/config remote.origin.url 2025-12-04T14:25:27.2995446Z Entering 'third_party/psimd' 2025-12-04T14:25:27.3006449Z file:/home/runner/_work/pytorch/pytorch/.git/modules/third_party/NNPACK_deps/psimd/config remote.origin.url 2025-12-04T14:25:27.3016751Z Entering 'third_party/pthreadpool' 2025-12-04T14:25:27.3028023Z file:/home/runner/_work/pytorch/pytorch/.git/modules/third_party/NNPACK_deps/pthreadpool/config remote.origin.url 2025-12-04T14:25:27.3037881Z Entering 'third_party/pybind11' 2025-12-04T14:25:27.3049128Z file:/home/runner/_work/pytorch/pytorch/.git/modules/third_party/pybind11/config remote.origin.url 2025-12-04T14:25:27.3059475Z Entering 'third_party/python-peachpy' 2025-12-04T14:25:27.3069665Z file:/home/runner/_work/pytorch/pytorch/.git/modules/third_party/python-peachpy/config remote.origin.url 2025-12-04T14:25:27.3079888Z Entering 'third_party/sleef' 2025-12-04T14:25:27.3091989Z file:/home/runner/_work/pytorch/pytorch/.git/modules/third_party/sleef/config remote.origin.url 2025-12-04T14:25:27.3101685Z Entering 'third_party/tensorpipe' 2025-12-04T14:25:27.3112556Z file:/home/runner/_work/pytorch/pytorch/.git/modules/third_party/tensorpipe/config remote.origin.url 2025-12-04T14:25:27.3122913Z Entering 'third_party/tensorpipe/third_party/googletest' 2025-12-04T14:25:27.3132867Z file:/home/runner/_work/pytorch/pytorch/.git/modules/third_party/tensorpipe/modules/third_party/googletest/config remote.origin.url 2025-12-04T14:25:27.3141450Z Entering 'third_party/tensorpipe/third_party/libnop' 2025-12-04T14:25:27.3151758Z file:/home/runner/_work/pytorch/pytorch/.git/modules/third_party/tensorpipe/modules/third_party/libnop/config remote.origin.url 2025-12-04T14:25:27.3160467Z Entering 'third_party/tensorpipe/third_party/libuv' 2025-12-04T14:25:27.3170524Z file:/home/runner/_work/pytorch/pytorch/.git/modules/third_party/tensorpipe/modules/third_party/libuv/config remote.origin.url 2025-12-04T14:25:27.3179896Z Entering 'third_party/tensorpipe/third_party/pybind11' 2025-12-04T14:25:27.3189640Z file:/home/runner/_work/pytorch/pytorch/.git/modules/third_party/tensorpipe/modules/third_party/pybind11/config remote.origin.url 2025-12-04T14:25:27.3198664Z Entering 'third_party/tensorpipe/third_party/pybind11/tools/clang' 2025-12-04T14:25:27.3207933Z file:/home/runner/_work/pytorch/pytorch/.git/modules/third_party/tensorpipe/modules/third_party/pybind11/modules/tools/clang/config remote.origin.url 2025-12-04T14:25:27.3235048Z [command]/usr/bin/git config --file /home/runner/_work/pytorch/pytorch/.git/modules/android/libs/fbjni/config --name-only --get-regexp ^includeIf\.gitdir: 2025-12-04T14:25:27.3253048Z [command]/usr/bin/git config --file /home/runner/_work/pytorch/pytorch/.git/modules/third_party/NNPACK_deps/FP16/config --name-only --get-regexp ^includeIf\.gitdir: 2025-12-04T14:25:27.3269487Z [command]/usr/bin/git config --file /home/runner/_work/pytorch/pytorch/.git/modules/third_party/NNPACK_deps/FXdiv/config --name-only --get-regexp ^includeIf\.gitdir: 2025-12-04T14:25:27.3285093Z [command]/usr/bin/git config --file /home/runner/_work/pytorch/pytorch/.git/modules/third_party/NNPACK/config --name-only --get-regexp ^includeIf\.gitdir: 2025-12-04T14:25:27.3300077Z [command]/usr/bin/git config --file /home/runner/_work/pytorch/pytorch/.git/modules/third_party/NVTX/config --name-only --get-regexp ^includeIf\.gitdir: 2025-12-04T14:25:27.3314598Z [command]/usr/bin/git config --file /home/runner/_work/pytorch/pytorch/.git/modules/third_party/VulkanMemoryAllocator/config --name-only --get-regexp ^includeIf\.gitdir: 2025-12-04T14:25:27.3327790Z [command]/usr/bin/git config --file /home/runner/_work/pytorch/pytorch/.git/modules/third_party/XNNPACK/config --name-only --get-regexp ^includeIf\.gitdir: 2025-12-04T14:25:27.3343522Z [command]/usr/bin/git config --file /home/runner/_work/pytorch/pytorch/.git/modules/third_party/aiter/config --name-only --get-regexp ^includeIf\.gitdir: 2025-12-04T14:25:27.3357747Z [command]/usr/bin/git config --file /home/runner/_work/pytorch/pytorch/.git/modules/third_party/aiter/modules/3rdparty/composable_kernel/config --name-only --get-regexp ^includeIf\.gitdir: 2025-12-04T14:25:27.3372109Z [command]/usr/bin/git config --file /home/runner/_work/pytorch/pytorch/.git/modules/third_party/benchmark/config --name-only --get-regexp ^includeIf\.gitdir: 2025-12-04T14:25:27.3386057Z [command]/usr/bin/git config --file /home/runner/_work/pytorch/pytorch/.git/modules/third_party/composable_kernel/config --name-only --get-regexp ^includeIf\.gitdir: 2025-12-04T14:25:27.3400726Z [command]/usr/bin/git config --file /home/runner/_work/pytorch/pytorch/.git/modules/third_party/cpp-httplib/config --name-only --get-regexp ^includeIf\.gitdir: 2025-12-04T14:25:27.3415052Z [command]/usr/bin/git config --file /home/runner/_work/pytorch/pytorch/.git/modules/third_party/cpuinfo/config --name-only --get-regexp ^includeIf\.gitdir: 2025-12-04T14:25:27.3428534Z [command]/usr/bin/git config --file /home/runner/_work/pytorch/pytorch/.git/modules/third_party/cudnn_frontend/config --name-only --get-regexp ^includeIf\.gitdir: 2025-12-04T14:25:27.3441605Z [command]/usr/bin/git config --file /home/runner/_work/pytorch/pytorch/.git/modules/third_party/cutlass/config --name-only --get-regexp ^includeIf\.gitdir: 2025-12-04T14:25:27.3456044Z [command]/usr/bin/git config --file /home/runner/_work/pytorch/pytorch/.git/modules/third_party/fbgemm/config --name-only --get-regexp ^includeIf\.gitdir: 2025-12-04T14:25:27.3469630Z [command]/usr/bin/git config --file /home/runner/_work/pytorch/pytorch/.git/modules/third_party/fbgemm/modules/external/asmjit/config --name-only --get-regexp ^includeIf\.gitdir: 2025-12-04T14:25:27.3482475Z [command]/usr/bin/git config --file /home/runner/_work/pytorch/pytorch/.git/modules/third_party/fbgemm/modules/external/composable_kernel/config --name-only --get-regexp ^includeIf\.gitdir: 2025-12-04T14:25:27.3495208Z [command]/usr/bin/git config --file /home/runner/_work/pytorch/pytorch/.git/modules/third_party/fbgemm/modules/external/cpuinfo/config --name-only --get-regexp ^includeIf\.gitdir: 2025-12-04T14:25:27.3508074Z [command]/usr/bin/git config --file /home/runner/_work/pytorch/pytorch/.git/modules/third_party/fbgemm/modules/external/cutlass/config --name-only --get-regexp ^includeIf\.gitdir: 2025-12-04T14:25:27.3521288Z [command]/usr/bin/git config --file /home/runner/_work/pytorch/pytorch/.git/modules/third_party/fbgemm/modules/external/googletest/config --name-only --get-regexp ^includeIf\.gitdir: 2025-12-04T14:25:27.3536266Z [command]/usr/bin/git config --file /home/runner/_work/pytorch/pytorch/.git/modules/third_party/fbgemm/modules/external/hipify_torch/config --name-only --get-regexp ^includeIf\.gitdir: 2025-12-04T14:25:27.3550493Z [command]/usr/bin/git config --file /home/runner/_work/pytorch/pytorch/.git/modules/third_party/fbgemm/modules/external/json/config --name-only --get-regexp ^includeIf\.gitdir: 2025-12-04T14:25:27.3564322Z [command]/usr/bin/git config --file /home/runner/_work/pytorch/pytorch/.git/modules/third_party/flash-attention/config --name-only --get-regexp ^includeIf\.gitdir: 2025-12-04T14:25:27.3578943Z [command]/usr/bin/git config --file /home/runner/_work/pytorch/pytorch/.git/modules/third_party/flash-attention/modules/csrc/composable_kernel/config --name-only --get-regexp ^includeIf\.gitdir: 2025-12-04T14:25:27.3591881Z [command]/usr/bin/git config --file /home/runner/_work/pytorch/pytorch/.git/modules/third_party/flash-attention/modules/csrc/cutlass/config --name-only --get-regexp ^includeIf\.gitdir: 2025-12-04T14:25:27.3604883Z [command]/usr/bin/git config --file /home/runner/_work/pytorch/pytorch/.git/modules/third_party/flatbuffers/config --name-only --get-regexp ^includeIf\.gitdir: 2025-12-04T14:25:27.3619632Z [command]/usr/bin/git config --file /home/runner/_work/pytorch/pytorch/.git/modules/third_party/fmt/config --name-only --get-regexp ^includeIf\.gitdir: 2025-12-04T14:25:27.3633799Z [command]/usr/bin/git config --file /home/runner/_work/pytorch/pytorch/.git/modules/third_party/gemmlowp/gemmlowp/config --name-only --get-regexp ^includeIf\.gitdir: 2025-12-04T14:25:27.3647896Z [command]/usr/bin/git config --file /home/runner/_work/pytorch/pytorch/.git/modules/third_party/gloo/config --name-only --get-regexp ^includeIf\.gitdir: 2025-12-04T14:25:27.3661633Z [command]/usr/bin/git config --file /home/runner/_work/pytorch/pytorch/.git/modules/third_party/googletest/config --name-only --get-regexp ^includeIf\.gitdir: 2025-12-04T14:25:27.3675830Z [command]/usr/bin/git config --file /home/runner/_work/pytorch/pytorch/.git/modules/third_party/ideep/config --name-only --get-regexp ^includeIf\.gitdir: 2025-12-04T14:25:27.3689837Z [command]/usr/bin/git config --file /home/runner/_work/pytorch/pytorch/.git/modules/third_party/ideep/modules/mkl-dnn/config --name-only --get-regexp ^includeIf\.gitdir: 2025-12-04T14:25:27.3704114Z [command]/usr/bin/git config --file /home/runner/_work/pytorch/pytorch/.git/modules/third_party/ittapi/config --name-only --get-regexp ^includeIf\.gitdir: 2025-12-04T14:25:27.3719285Z [command]/usr/bin/git config --file /home/runner/_work/pytorch/pytorch/.git/modules/third_party/kineto/config --name-only --get-regexp ^includeIf\.gitdir: 2025-12-04T14:25:27.3733584Z [command]/usr/bin/git config --file /home/runner/_work/pytorch/pytorch/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/config --name-only --get-regexp ^includeIf\.gitdir: 2025-12-04T14:25:27.3748296Z [command]/usr/bin/git config --file /home/runner/_work/pytorch/pytorch/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/modules/third_party/DCGM/config --name-only --get-regexp ^includeIf\.gitdir: 2025-12-04T14:25:27.3766463Z [command]/usr/bin/git config --file /home/runner/_work/pytorch/pytorch/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/modules/third_party/cpr/config --name-only --get-regexp ^includeIf\.gitdir: 2025-12-04T14:25:27.3781041Z [command]/usr/bin/git config --file /home/runner/_work/pytorch/pytorch/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/modules/third_party/fmt/config --name-only --get-regexp ^includeIf\.gitdir: 2025-12-04T14:25:27.3795735Z [command]/usr/bin/git config --file /home/runner/_work/pytorch/pytorch/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/modules/third_party/gflags/config --name-only --get-regexp ^includeIf\.gitdir: 2025-12-04T14:25:27.3810410Z [command]/usr/bin/git config --file /home/runner/_work/pytorch/pytorch/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/modules/third_party/gflags/modules/doc/config --name-only --get-regexp ^includeIf\.gitdir: 2025-12-04T14:25:27.3824921Z [command]/usr/bin/git config --file /home/runner/_work/pytorch/pytorch/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/modules/third_party/glog/config --name-only --get-regexp ^includeIf\.gitdir: 2025-12-04T14:25:27.3840908Z [command]/usr/bin/git config --file /home/runner/_work/pytorch/pytorch/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/modules/third_party/googletest/config --name-only --get-regexp ^includeIf\.gitdir: 2025-12-04T14:25:27.3855783Z [command]/usr/bin/git config --file /home/runner/_work/pytorch/pytorch/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/modules/third_party/json/config --name-only --get-regexp ^includeIf\.gitdir: 2025-12-04T14:25:27.3870270Z [command]/usr/bin/git config --file /home/runner/_work/pytorch/pytorch/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/modules/third_party/pfs/config --name-only --get-regexp ^includeIf\.gitdir: 2025-12-04T14:25:27.3885472Z [command]/usr/bin/git config --file /home/runner/_work/pytorch/pytorch/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/modules/third_party/prometheus-cpp/config --name-only --get-regexp ^includeIf\.gitdir: 2025-12-04T14:25:27.3899606Z [command]/usr/bin/git config --file /home/runner/_work/pytorch/pytorch/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/modules/third_party/prometheus-cpp/modules/civetweb/config --name-only --get-regexp ^includeIf\.gitdir: 2025-12-04T14:25:27.3914029Z [command]/usr/bin/git config --file /home/runner/_work/pytorch/pytorch/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/modules/third_party/prometheus-cpp/modules/googletest/config --name-only --get-regexp ^includeIf\.gitdir: 2025-12-04T14:25:27.3928449Z [command]/usr/bin/git config --file /home/runner/_work/pytorch/pytorch/.git/modules/third_party/kineto/modules/libkineto/third_party/fmt/config --name-only --get-regexp ^includeIf\.gitdir: 2025-12-04T14:25:27.3942336Z [command]/usr/bin/git config --file /home/runner/_work/pytorch/pytorch/.git/modules/third_party/kineto/modules/libkineto/third_party/googletest/config --name-only --get-regexp ^includeIf\.gitdir: 2025-12-04T14:25:27.3956211Z [command]/usr/bin/git config --file /home/runner/_work/pytorch/pytorch/.git/modules/third_party/kleidiai/config --name-only --get-regexp ^includeIf\.gitdir: 2025-12-04T14:25:27.3971663Z [command]/usr/bin/git config --file /home/runner/_work/pytorch/pytorch/.git/modules/third_party/mimalloc/config --name-only --get-regexp ^includeIf\.gitdir: 2025-12-04T14:25:27.3984813Z [command]/usr/bin/git config --file /home/runner/_work/pytorch/pytorch/.git/modules/third_party/nlohmann/config --name-only --get-regexp ^includeIf\.gitdir: 2025-12-04T14:25:27.3998126Z [command]/usr/bin/git config --file /home/runner/_work/pytorch/pytorch/.git/modules/third_party/onnx/config --name-only --get-regexp ^includeIf\.gitdir: 2025-12-04T14:25:27.4011733Z [command]/usr/bin/git config --file /home/runner/_work/pytorch/pytorch/.git/modules/third_party/onnx/modules/third_party/pybind11/config --name-only --get-regexp ^includeIf\.gitdir: 2025-12-04T14:25:27.4026615Z [command]/usr/bin/git config --file /home/runner/_work/pytorch/pytorch/.git/modules/third_party/opentelemetry-cpp/config --name-only --get-regexp ^includeIf\.gitdir: 2025-12-04T14:25:27.4041870Z [command]/usr/bin/git config --file /home/runner/_work/pytorch/pytorch/.git/modules/third_party/opentelemetry-cpp/modules/third_party/benchmark/config --name-only --get-regexp ^includeIf\.gitdir: 2025-12-04T14:25:27.4060113Z [command]/usr/bin/git config --file /home/runner/_work/pytorch/pytorch/.git/modules/third_party/opentelemetry-cpp/modules/third_party/googletest/config --name-only --get-regexp ^includeIf\.gitdir: 2025-12-04T14:25:27.4088096Z [command]/usr/bin/git config --file /home/runner/_work/pytorch/pytorch/.git/modules/third_party/opentelemetry-cpp/modules/third_party/ms-gsl/config --name-only --get-regexp ^includeIf\.gitdir: 2025-12-04T14:25:27.4118127Z [command]/usr/bin/git config --file /home/runner/_work/pytorch/pytorch/.git/modules/third_party/opentelemetry-cpp/modules/third_party/nlohmann-json/config --name-only --get-regexp ^includeIf\.gitdir: 2025-12-04T14:25:27.4147458Z [command]/usr/bin/git config --file /home/runner/_work/pytorch/pytorch/.git/modules/third_party/opentelemetry-cpp/modules/third_party/opentelemetry-proto/config --name-only --get-regexp ^includeIf\.gitdir: 2025-12-04T14:25:27.4171614Z [command]/usr/bin/git config --file /home/runner/_work/pytorch/pytorch/.git/modules/third_party/opentelemetry-cpp/modules/third_party/opentracing-cpp/config --name-only --get-regexp ^includeIf\.gitdir: 2025-12-04T14:25:27.4189871Z [command]/usr/bin/git config --file /home/runner/_work/pytorch/pytorch/.git/modules/third_party/opentelemetry-cpp/modules/third_party/prometheus-cpp/config --name-only --get-regexp ^includeIf\.gitdir: 2025-12-04T14:25:27.4204961Z [command]/usr/bin/git config --file /home/runner/_work/pytorch/pytorch/.git/modules/third_party/opentelemetry-cpp/modules/third_party/prometheus-cpp/modules/civetweb/config --name-only --get-regexp ^includeIf\.gitdir: 2025-12-04T14:25:27.4220664Z [command]/usr/bin/git config --file /home/runner/_work/pytorch/pytorch/.git/modules/third_party/opentelemetry-cpp/modules/third_party/prometheus-cpp/modules/googletest/config --name-only --get-regexp ^includeIf\.gitdir: 2025-12-04T14:25:27.4241161Z [command]/usr/bin/git config --file /home/runner/_work/pytorch/pytorch/.git/modules/third_party/opentelemetry-cpp/modules/tools/vcpkg/config --name-only --get-regexp ^includeIf\.gitdir: 2025-12-04T14:25:27.4258023Z [command]/usr/bin/git config --file /home/runner/_work/pytorch/pytorch/.git/modules/third_party/pocketfft/config --name-only --get-regexp ^includeIf\.gitdir: 2025-12-04T14:25:27.4272782Z [command]/usr/bin/git config --file /home/runner/_work/pytorch/pytorch/.git/modules/third_party/protobuf/config --name-only --get-regexp ^includeIf\.gitdir: 2025-12-04T14:25:27.4288440Z [command]/usr/bin/git config --file /home/runner/_work/pytorch/pytorch/.git/modules/third_party/protobuf/modules/third_party/benchmark/config --name-only --get-regexp ^includeIf\.gitdir: 2025-12-04T14:25:27.4308831Z [command]/usr/bin/git config --file /home/runner/_work/pytorch/pytorch/.git/modules/third_party/protobuf/modules/third_party/googletest/config --name-only --get-regexp ^includeIf\.gitdir: 2025-12-04T14:25:27.4324807Z [command]/usr/bin/git config --file /home/runner/_work/pytorch/pytorch/.git/modules/third_party/NNPACK_deps/psimd/config --name-only --get-regexp ^includeIf\.gitdir: 2025-12-04T14:25:27.4340564Z [command]/usr/bin/git config --file /home/runner/_work/pytorch/pytorch/.git/modules/third_party/NNPACK_deps/pthreadpool/config --name-only --get-regexp ^includeIf\.gitdir: 2025-12-04T14:25:27.4355652Z [command]/usr/bin/git config --file /home/runner/_work/pytorch/pytorch/.git/modules/third_party/pybind11/config --name-only --get-regexp ^includeIf\.gitdir: 2025-12-04T14:25:27.4370558Z [command]/usr/bin/git config --file /home/runner/_work/pytorch/pytorch/.git/modules/third_party/python-peachpy/config --name-only --get-regexp ^includeIf\.gitdir: 2025-12-04T14:25:27.4385573Z [command]/usr/bin/git config --file /home/runner/_work/pytorch/pytorch/.git/modules/third_party/sleef/config --name-only --get-regexp ^includeIf\.gitdir: 2025-12-04T14:25:27.4400005Z [command]/usr/bin/git config --file /home/runner/_work/pytorch/pytorch/.git/modules/third_party/tensorpipe/config --name-only --get-regexp ^includeIf\.gitdir: 2025-12-04T14:25:27.4416069Z [command]/usr/bin/git config --file /home/runner/_work/pytorch/pytorch/.git/modules/third_party/tensorpipe/modules/third_party/googletest/config --name-only --get-regexp ^includeIf\.gitdir: 2025-12-04T14:25:27.4431493Z [command]/usr/bin/git config --file /home/runner/_work/pytorch/pytorch/.git/modules/third_party/tensorpipe/modules/third_party/libnop/config --name-only --get-regexp ^includeIf\.gitdir: 2025-12-04T14:25:27.4446112Z [command]/usr/bin/git config --file /home/runner/_work/pytorch/pytorch/.git/modules/third_party/tensorpipe/modules/third_party/libuv/config --name-only --get-regexp ^includeIf\.gitdir: 2025-12-04T14:25:27.4460516Z [command]/usr/bin/git config --file /home/runner/_work/pytorch/pytorch/.git/modules/third_party/tensorpipe/modules/third_party/pybind11/config --name-only --get-regexp ^includeIf\.gitdir: 2025-12-04T14:25:27.4480000Z [command]/usr/bin/git config --file /home/runner/_work/pytorch/pytorch/.git/modules/third_party/tensorpipe/modules/third_party/pybind11/modules/tools/clang/config --name-only --get-regexp ^includeIf\.gitdir: 2025-12-04T14:25:27.4581744Z Cleaning up orphan processes 2025-12-04T14:25:27.4666983Z Terminate orphan process: pid (17142) (docker)