2025-08-14T20:51:02.6532271Z Current runner version: '2.328.0' 2025-08-14T20:51:02.6539334Z Runner name: 'i-003411e0c4c9006dd' 2025-08-14T20:51:02.6540189Z Runner group name: 'default' 2025-08-14T20:51:02.6541376Z Machine name: 'ip-10-0-74-16' 2025-08-14T20:51:02.6544297Z ##[group]GITHUB_TOKEN Permissions 2025-08-14T20:51:02.6547028Z Contents: read 2025-08-14T20:51:02.6547690Z Metadata: read 2025-08-14T20:51:02.6548246Z ##[endgroup] 2025-08-14T20:51:02.6551098Z Secret source: Actions 2025-08-14T20:51:02.6551873Z Prepare workflow directory 2025-08-14T20:51:02.6902047Z Prepare all required actions 2025-08-14T20:51:02.6943986Z Getting action download info 2025-08-14T20:51:02.9387347Z Download action repository 'pytorch/pytorch@main' (SHA:1fc683cf17c8c673044538d10266c00f92987be2) 2025-08-14T20:51:16.7087998Z Download action repository 'seemethere/download-artifact-s3@1da556a7aa0a088e3153970611f6c432d58e80e6' (SHA:1da556a7aa0a088e3153970611f6c432d58e80e6) 2025-08-14T20:51:16.9540390Z Download action repository 'seemethere/upload-artifact-s3@baba72d0712b404f646cebe0730933554ebce96a' (SHA:baba72d0712b404f646cebe0730933554ebce96a) 2025-08-14T20:51:17.1323369Z Download action repository 'actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02' (SHA:ea165f8d65b6e75b540449e92b4886f43607fa02) 2025-08-14T20:51:17.6308884Z Getting action download info 2025-08-14T20:51:17.7690028Z Download action repository 'actions/checkout@v4' (SHA:08eba0b27e820071cde6df949e0beb9ba4906955) 2025-08-14T20:51:18.0304358Z Uses: pytorch/pytorch/.github/workflows/target_determination.yml@refs/heads/main (1fc683cf17c8c673044538d10266c00f92987be2) 2025-08-14T20:51:18.0309235Z Complete job name: before-test / target-determination 2025-08-14T20:51:18.0771670Z A job started hook has been configured by the self-hosted runner administrator 2025-08-14T20:51:18.0880807Z ##[group]Run '/home/ec2-user/runner-scripts/before_job.sh' 2025-08-14T20:51:18.0890574Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2025-08-14T20:51:18.0891294Z ##[endgroup] 2025-08-14T20:51:19.3156340Z Runner Type: linux.2xlarge 2025-08-14T20:51:19.3156814Z Instance Type: c5.2xlarge 2025-08-14T20:51:19.3157104Z AMI Name: unknown 2025-08-14T20:51:19.3187773Z AMI ID: ami-05ffe3c48a9991133 2025-08-14T20:51:25.1021367Z ##[group]Run pytorch/pytorch/.github/actions/checkout-pytorch@main 2025-08-14T20:51:25.1021879Z with: 2025-08-14T20:51:25.1022135Z submodules: false 2025-08-14T20:51:25.1022384Z fetch-depth: 0 2025-08-14T20:51:25.1022602Z ##[endgroup] 2025-08-14T20:51:25.1114356Z ##[group]Run echo "IN_CONTAINER_RUNNER=$(if [ -f /.inarc ] || [ -f /.incontainer ]; then echo true ; else echo false; fi)" >> "$GITHUB_OUTPUT" 2025-08-14T20:51:25.1115353Z echo "IN_CONTAINER_RUNNER=$(if [ -f /.inarc ] || [ -f /.incontainer ]; then echo true ; else echo false; fi)" >> "$GITHUB_OUTPUT" 2025-08-14T20:51:25.1125002Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2025-08-14T20:51:25.1125411Z ##[endgroup] 2025-08-14T20:51:25.1260659Z ##[group]Run # Use all available CPUs for fetching 2025-08-14T20:51:25.1261136Z # Use all available CPUs for fetching 2025-08-14T20:51:25.1261484Z cd "${GITHUB_WORKSPACE}" 2025-08-14T20:51:25.1261868Z git config --global fetch.parallel 0 2025-08-14T20:51:25.1262253Z git config --global submodule.fetchJobs 0 2025-08-14T20:51:25.1262613Z  2025-08-14T20:51:25.1263004Z # Clean workspace. The default checkout action should also do this, but 2025-08-14T20:51:25.1263480Z # do it here as well just in case 2025-08-14T20:51:25.1263790Z if [[ -d .git ]]; then 2025-08-14T20:51:25.1264080Z  if [ -z "${NO_SUDO}" ]; then 2025-08-14T20:51:25.1264380Z  sudo git clean -ffdx 2025-08-14T20:51:25.1264658Z  else 2025-08-14T20:51:25.1264885Z  git clean -ffdx 2025-08-14T20:51:25.1265150Z  fi 2025-08-14T20:51:25.1265362Z fi 2025-08-14T20:51:25.1271570Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2025-08-14T20:51:25.1272145Z env: 2025-08-14T20:51:25.1272340Z NO_SUDO: 2025-08-14T20:51:25.1272551Z ##[endgroup] 2025-08-14T20:51:25.1439096Z ##[group]Run actions/checkout@v4 2025-08-14T20:51:25.1439424Z with: 2025-08-14T20:51:25.1439724Z ref: 1fc683cf17c8c673044538d10266c00f92987be2 2025-08-14T20:51:25.1440050Z fetch-depth: 0 2025-08-14T20:51:25.1440289Z submodules: false 2025-08-14T20:51:25.1440537Z show-progress: false 2025-08-14T20:51:25.1440793Z repository: pytorch/pytorch 2025-08-14T20:51:25.1441270Z token: *** 2025-08-14T20:51:25.1441480Z ssh-strict: true 2025-08-14T20:51:25.1441712Z ssh-user: git 2025-08-14T20:51:25.1441941Z persist-credentials: true 2025-08-14T20:51:25.1442215Z clean: true 2025-08-14T20:51:25.1442449Z sparse-checkout-cone-mode: true 2025-08-14T20:51:25.1442749Z fetch-tags: false 2025-08-14T20:51:25.1442987Z lfs: false 2025-08-14T20:51:25.1443204Z set-safe-directory: true 2025-08-14T20:51:25.1443471Z ##[endgroup] 2025-08-14T20:51:25.2937836Z Syncing repository: pytorch/pytorch 2025-08-14T20:51:25.2939279Z ##[group]Getting Git version info 2025-08-14T20:51:25.2939773Z Working directory is '/home/ec2-user/actions-runner/_work/pytorch/pytorch' 2025-08-14T20:51:25.2940457Z [command]/usr/bin/git version 2025-08-14T20:51:25.3120440Z git version 2.47.1 2025-08-14T20:51:25.3146116Z ##[endgroup] 2025-08-14T20:51:25.3155997Z Copying '/home/ec2-user/.gitconfig' to '/home/ec2-user/actions-runner/_work/_temp/27c66d61-c8ec-4ef5-a6cb-4274bd0247aa/.gitconfig' 2025-08-14T20:51:25.3175826Z Temporarily overriding HOME='/home/ec2-user/actions-runner/_work/_temp/27c66d61-c8ec-4ef5-a6cb-4274bd0247aa' before making global git config changes 2025-08-14T20:51:25.3176839Z Adding repository directory to the temporary git global config as a safe directory 2025-08-14T20:51:25.3180698Z [command]/usr/bin/git config --global --add safe.directory /home/ec2-user/actions-runner/_work/pytorch/pytorch 2025-08-14T20:51:25.3227149Z Deleting the contents of '/home/ec2-user/actions-runner/_work/pytorch/pytorch' 2025-08-14T20:51:25.3230375Z ##[group]Initializing the repository 2025-08-14T20:51:25.3234487Z [command]/usr/bin/git init /home/ec2-user/actions-runner/_work/pytorch/pytorch 2025-08-14T20:51:25.3289968Z hint: Using 'master' as the name for the initial branch. This default branch name 2025-08-14T20:51:25.3290626Z hint: is subject to change. To configure the initial branch name to use in all 2025-08-14T20:51:25.3291217Z hint: of your new repositories, which will suppress this warning, call: 2025-08-14T20:51:25.3291803Z hint: 2025-08-14T20:51:25.3292109Z hint: git config --global init.defaultBranch 2025-08-14T20:51:25.3292467Z hint: 2025-08-14T20:51:25.3292806Z hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and 2025-08-14T20:51:25.3293395Z hint: 'development'. The just-created branch can be renamed via this command: 2025-08-14T20:51:25.3293823Z hint: 2025-08-14T20:51:25.3294044Z hint: git branch -m 2025-08-14T20:51:25.3308161Z Initialized empty Git repository in /home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/ 2025-08-14T20:51:25.3317316Z [command]/usr/bin/git remote add origin https://github.com/pytorch/pytorch 2025-08-14T20:51:25.3354101Z ##[endgroup] 2025-08-14T20:51:25.3354575Z ##[group]Disabling automatic garbage collection 2025-08-14T20:51:25.3358015Z [command]/usr/bin/git config --local gc.auto 0 2025-08-14T20:51:25.3386449Z ##[endgroup] 2025-08-14T20:51:25.3386850Z ##[group]Setting up auth 2025-08-14T20:51:25.3394126Z [command]/usr/bin/git config --local --name-only --get-regexp core\.sshCommand 2025-08-14T20:51:25.3421920Z [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-08-14T20:51:25.3765089Z [command]/usr/bin/git config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader 2025-08-14T20:51:25.3791315Z [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-08-14T20:51:25.4082705Z [command]/usr/bin/git config --local http.https://github.com/.extraheader AUTHORIZATION: basic *** 2025-08-14T20:51:25.4137219Z ##[endgroup] 2025-08-14T20:51:25.4137691Z ##[group]Fetching the repository 2025-08-14T20:51:25.4144637Z [command]/usr/bin/git -c protocol.version=2 fetch --prune --no-recurse-submodules origin +refs/heads/*:refs/remotes/origin/* +refs/tags/*:refs/tags/* 2025-08-14T20:52:19.5100284Z From https://github.com/pytorch/pytorch 2025-08-14T20:52:19.5100830Z * [new branch] 2.6.0.dev20241004+ -> origin/2.6.0.dev20241004+ 2025-08-14T20:52:19.5101514Z * [new branch] 5addvllmbuild -> origin/5addvllmbuild 2025-08-14T20:52:19.5102374Z * [new branch] AaronWang04_addmmfusion_perftest -> origin/AaronWang04_addmmfusion_perftest 2025-08-14T20:52:19.5103177Z * [new branch] HDCharles-2.6.0-release-notes -> origin/HDCharles-2.6.0-release-notes 2025-08-14T20:52:19.5103953Z * [new branch] JackCaoG/dynamo_make_fx_non_core_aten_ops -> origin/JackCaoG/dynamo_make_fx_non_core_aten_ops 2025-08-14T20:52:19.5104665Z * [new branch] PR-AOTInductorNoneBug -> origin/PR-AOTInductorNoneBug 2025-08-14T20:52:19.5105288Z * [new branch] PR-AOTInductorNoneBugFix -> origin/PR-AOTInductorNoneBugFix 2025-08-14T20:52:19.5107241Z * [new branch] PR-FixConfigsIssue -> origin/PR-FixConfigsIssue 2025-08-14T20:52:19.5107866Z * [new branch] PR-NoneBugFix-viable -> origin/PR-NoneBugFix-viable 2025-08-14T20:52:19.5109386Z * [new branch] PR-ResetToZero -> origin/PR-ResetToZero 2025-08-14T20:52:19.5111051Z * [new branch] Update-Flash-Packaging -> origin/Update-Flash-Packaging 2025-08-14T20:52:19.5112839Z * [new branch] add-missing-args-normalization -> origin/add-missing-args-normalization 2025-08-14T20:52:19.5114388Z * [new branch] add-user-guide-structure -> origin/add-user-guide-structure 2025-08-14T20:52:19.5116084Z * [new branch] addVllmPin -> origin/addVllmPin 2025-08-14T20:52:19.5117448Z * [new branch] add_windows_testing_back -> origin/add_windows_testing_back 2025-08-14T20:52:19.5119102Z * [new branch] addbuildvllm -> origin/addbuildvllm 2025-08-14T20:52:19.5120937Z * [new branch] addmm-heuristic -> origin/addmm-heuristic 2025-08-14T20:52:19.5122539Z * [new branch] addsimde -> origin/addsimde 2025-08-14T20:52:19.5124018Z * [new branch] addvllpinnedfile -> origin/addvllpinnedfile 2025-08-14T20:52:19.5125979Z * [new branch] adi/acl_upgrade -> origin/adi/acl_upgrade 2025-08-14T20:52:19.5127473Z * [new branch] adi/skip_slow_tests -> origin/adi/skip_slow_tests 2025-08-14T20:52:19.5128959Z * [new branch] adi/test -> origin/adi/test 2025-08-14T20:52:19.5130436Z * [new branch] adi/test_bgemm -> origin/adi/test_bgemm 2025-08-14T20:52:19.5131867Z * [new branch] adi/test_fusions -> origin/adi/test_fusions 2025-08-14T20:52:19.5133297Z * [new branch] adi/test_onednn_v3.9 -> origin/adi/test_onednn_v3.9 2025-08-14T20:52:19.5134794Z * [new branch] adi/test_presve_change -> origin/adi/test_presve_change 2025-08-14T20:52:19.5136272Z * [new branch] adi/test_timm -> origin/adi/test_timm 2025-08-14T20:52:19.5138030Z * [new branch] adi/testpresve_change -> origin/adi/testpresve_change 2025-08-14T20:52:19.5140987Z * [new branch] aditew01/test/vec_bf16 -> origin/aditew01/test/vec_bf16 2025-08-14T20:52:19.5141917Z * [new branch] ah-globalfeedback-hook -> origin/ah-globalfeedback-hook 2025-08-14T20:52:19.5143555Z * [new branch] albanD-patch-1 -> origin/albanD-patch-1 2025-08-14T20:52:19.5145037Z * [new branch] alt-disable -> origin/alt-disable 2025-08-14T20:52:19.5147090Z * [new branch] angelayi/aoti_additional_files -> origin/angelayi/aoti_additional_files 2025-08-14T20:52:19.5149120Z * [new branch] angelayi/aoti_inductor_fx -> origin/angelayi/aoti_inductor_fx 2025-08-14T20:52:19.5150420Z * [new branch] angelayi/assert_tensor_metadata_device -> origin/angelayi/assert_tensor_metadata_device 2025-08-14T20:52:19.5151761Z * [new branch] angelayi/benchmark -> origin/angelayi/benchmark 2025-08-14T20:52:19.5153297Z * [new branch] angelayi/benchmark2 -> origin/angelayi/benchmark2 2025-08-14T20:52:19.5155098Z * [new branch] angelayi/change_pytree_serialization -> origin/angelayi/change_pytree_serialization 2025-08-14T20:52:19.5156782Z * [new branch] angelayi/cpp_loader -> origin/angelayi/cpp_loader 2025-08-14T20:52:19.5158690Z * [new branch] angelayi/custom_op_subgraph -> origin/angelayi/custom_op_subgraph 2025-08-14T20:52:19.5160154Z * [new branch] angelayi/customop -> origin/angelayi/customop 2025-08-14T20:52:19.5161649Z * [new branch] angelayi/del_lib -> origin/angelayi/del_lib 2025-08-14T20:52:19.5163017Z * [new branch] angelayi/docs -> origin/angelayi/docs 2025-08-14T20:52:19.5164553Z * [new branch] angelayi/docs2 -> origin/angelayi/docs2 2025-08-14T20:52:19.5166046Z * [new branch] angelayi/fix_pt2 -> origin/angelayi/fix_pt2 2025-08-14T20:52:19.5167662Z * [new branch] angelayi/logging.bak -> origin/angelayi/logging.bak 2025-08-14T20:52:19.5168986Z * [new branch] angelayi/logging2 -> origin/angelayi/logging2 2025-08-14T20:52:19.5170461Z * [new branch] angelayi/no_so_weight -> origin/angelayi/no_so_weight 2025-08-14T20:52:19.5172149Z * [new branch] angelayi/pytree -> origin/angelayi/pytree 2025-08-14T20:52:19.5173458Z * [new branch] angelayi/save_error -> origin/angelayi/save_error 2025-08-14T20:52:19.5174941Z * [new branch] angelayi/scan_layers -> origin/angelayi/scan_layers 2025-08-14T20:52:19.5176422Z * [new branch] angelayi/symint_input -> origin/angelayi/symint_input 2025-08-14T20:52:19.5178050Z * [new branch] angelayi/tensor_nn_module_meta -> origin/angelayi/tensor_nn_module_meta 2025-08-14T20:52:19.5179405Z * [new branch] angelayi/torch_size -> origin/angelayi/torch_size 2025-08-14T20:52:19.5180862Z * [new branch] aoti-cuda-alloc -> origin/aoti-cuda-alloc 2025-08-14T20:52:19.5182338Z * [new branch] aoti_weight_sharing -> origin/aoti_weight_sharing 2025-08-14T20:52:19.5184256Z * [new branch] arsh/symint_mm_ind_decomp -> origin/arsh/symint_mm_ind_decomp 2025-08-14T20:52:19.5185898Z * [new branch] atalman-inductor-perf-cu124 -> origin/atalman-inductor-perf-cu124 2025-08-14T20:52:19.5187384Z * [new branch] atalman-inductor-perf-cu124.1 -> origin/atalman-inductor-perf-cu124.1 2025-08-14T20:52:19.5188929Z * [new branch] atalman-patch-1 -> origin/atalman-patch-1 2025-08-14T20:52:19.5190575Z * [new branch] atalman-patch-2 -> origin/atalman-patch-2 2025-08-14T20:52:19.5192135Z * [new branch] atalman-patch-3 -> origin/atalman-patch-3 2025-08-14T20:52:19.5193539Z * [new branch] atalman-patch-6 -> origin/atalman-patch-6 2025-08-14T20:52:19.5194993Z * [new branch] atalman-patch-7 -> origin/atalman-patch-7 2025-08-14T20:52:19.5196563Z * [new branch] atalman-patch-8 -> origin/atalman-patch-8 2025-08-14T20:52:19.5198105Z * [new branch] atalman_inductor_2.3.0 -> origin/atalman_inductor_2.3.0 2025-08-14T20:52:19.5199508Z * [new branch] atalman_inductor_2.3.1 -> origin/atalman_inductor_2.3.1 2025-08-14T20:52:19.5200946Z * [new branch] atalman_inductor_2.4.0 -> origin/atalman_inductor_2.4.0 2025-08-14T20:52:19.5202441Z * [new branch] atalman_inductor_2.4.x -> origin/atalman_inductor_2.4.x 2025-08-14T20:52:19.5204250Z * [new branch] autoupdate-transformers-pin-via-pr -> origin/autoupdate-transformers-pin-via-pr 2025-08-14T20:52:19.5205379Z * [new branch] backupvllm -> origin/backupvllm 2025-08-14T20:52:19.5207486Z * [new branch] base/1.5 -> origin/base/1.5 2025-08-14T20:52:19.5209086Z * [new branch] batching_sdpa_efficient_attention -> origin/batching_sdpa_efficient_attention 2025-08-14T20:52:19.5210455Z * [new branch] benchmark-updates -> origin/benchmark-updates 2025-08-14T20:52:19.5212006Z * [new branch] benchmarking-script -> origin/benchmarking-script 2025-08-14T20:52:19.5214219Z * [new branch] benjaminglass1/mark-large-tensor-tests-serial -> origin/benjaminglass1/mark-large-tensor-tests-serial 2025-08-14T20:52:19.5215962Z * [new branch] bertmaher/pinbump26 -> origin/bertmaher/pinbump26 2025-08-14T20:52:19.5217787Z * [new branch] bertrand/cutlass -> origin/bertrand/cutlass 2025-08-14T20:52:19.5219658Z * [new branch] bf/cg-log -> origin/bf/cg-log 2025-08-14T20:52:19.5221111Z * [new branch] bf/cg-remove-check -> origin/bf/cg-remove-check 2025-08-14T20:52:19.5222584Z * [new branch] bf/cg-skip-1-kernel -> origin/bf/cg-skip-1-kernel 2025-08-14T20:52:19.5223891Z * [new branch] bf/cudagraph -> origin/bf/cudagraph 2025-08-14T20:52:19.5225410Z * [new branch] bf/cudagraph-disable-input-mutation -> origin/bf/cudagraph-disable-input-mutation 2025-08-14T20:52:19.5227515Z * [new branch] bf/cudagraph-enable-input-mutation-support-benchmark -> origin/bf/cudagraph-enable-input-mutation-support-benchmark 2025-08-14T20:52:19.5228932Z * [new branch] bf/cudagraph-partition -> origin/bf/cudagraph-partition 2025-08-14T20:52:19.5230476Z * [new branch] bf/default-recompile-reason -> origin/bf/default-recompile-reason 2025-08-14T20:52:19.5231978Z * [new branch] bf/donated-buffer-bench -> origin/bf/donated-buffer-bench 2025-08-14T20:52:19.5233403Z * [new branch] bf/improve-kernel-bench -> origin/bf/improve-kernel-bench 2025-08-14T20:52:19.5234940Z * [new branch] bf/kernel-benchmark -> origin/bf/kernel-benchmark 2025-08-14T20:52:19.5236397Z * [new branch] bf/partition-doc -> origin/bf/partition-doc 2025-08-14T20:52:19.5237905Z * [new branch] bf/partition-move-cpu -> origin/bf/partition-move-cpu 2025-08-14T20:52:19.5239418Z * [new branch] bf/partition-turn-on -> origin/bf/partition-turn-on 2025-08-14T20:52:19.5240949Z * [new branch] bf/remove-check-55b0c39d -> origin/bf/remove-check-55b0c39d 2025-08-14T20:52:19.5242265Z * [new branch] bf/skip-asserts -> origin/bf/skip-asserts 2025-08-14T20:52:19.5243726Z * [new branch] bf16adamw -> origin/bf16adamw 2025-08-14T20:52:19.5245242Z * [new branch] bisect_perf_hf_T5_3acc6eac492 -> origin/bisect_perf_hf_T5_3acc6eac492 2025-08-14T20:52:19.5246643Z * [new branch] bisect_perf_hf_T5_3fcf66f61fb -> origin/bisect_perf_hf_T5_3fcf66f61fb 2025-08-14T20:52:19.5248156Z * [new branch] bisect_perf_hf_T5_4009d154129 -> origin/bisect_perf_hf_T5_4009d154129 2025-08-14T20:52:19.5249791Z * [new branch] bisect_perf_hf_T5_40d0740e73d -> origin/bisect_perf_hf_T5_40d0740e73d 2025-08-14T20:52:19.5251126Z * [new branch] bisect_perf_hf_T5_5268754e -> origin/bisect_perf_hf_T5_5268754e 2025-08-14T20:52:19.5252593Z * [new branch] bisect_perf_hf_T5_7d89a8d385c -> origin/bisect_perf_hf_T5_7d89a8d385c 2025-08-14T20:52:19.5253954Z * [new branch] bisect_perf_hf_T5_b7a25c1ee7c -> origin/bisect_perf_hf_T5_b7a25c1ee7c 2025-08-14T20:52:19.5255373Z * [new branch] bisect_perf_hf_T5_c25b201583f -> origin/bisect_perf_hf_T5_c25b201583f 2025-08-14T20:52:19.5256752Z * [new branch] bisect_perf_hf_T5_c93e57efac0 -> origin/bisect_perf_hf_T5_c93e57efac0 2025-08-14T20:52:19.5258183Z * [new branch] bisect_perf_hf_T5_ca9813ea149 -> origin/bisect_perf_hf_T5_ca9813ea149 2025-08-14T20:52:19.5259593Z * [new branch] bisect_perf_hf_T5_d65f194a -> origin/bisect_perf_hf_T5_d65f194a 2025-08-14T20:52:19.5260991Z * [new branch] bisect_perf_hf_T5_da94ab0b -> origin/bisect_perf_hf_T5_da94ab0b 2025-08-14T20:52:19.5262583Z * [new branch] bisect_perf_hf_T5_da94ab0b_new -> origin/bisect_perf_hf_T5_da94ab0b_new 2025-08-14T20:52:19.5263805Z * [new branch] bisect_perf_hf_T5_db4e8a1d8a8 -> origin/bisect_perf_hf_T5_db4e8a1d8a8 2025-08-14T20:52:19.5265243Z * [new branch] bisect_perf_hf_T5_e0d97e936a2 -> origin/bisect_perf_hf_T5_e0d97e936a2 2025-08-14T20:52:19.5266651Z * [new branch] bisect_perf_hf_T5_f23621ec563 -> origin/bisect_perf_hf_T5_f23621ec563 2025-08-14T20:52:19.5268743Z * [new branch] bowbao/bench_updates_stage -> origin/bowbao/bench_updates_stage 2025-08-14T20:52:19.5270245Z * [new branch] bowbao/dort_rewriter -> origin/bowbao/dort_rewriter 2025-08-14T20:52:19.5271625Z * [new branch] bowbao/wip_prs -> origin/bowbao/wip_prs 2025-08-14T20:52:19.5273670Z * [new branch] bowenbao/partial_min_max_reduce -> origin/bowenbao/partial_min_max_reduce 2025-08-14T20:52:19.5275455Z * [new branch] brister/always_wrapper_ir -> origin/brister/always_wrapper_ir 2025-08-14T20:52:19.5277094Z * [new branch] brister/flatten_contig -> origin/brister/flatten_contig 2025-08-14T20:52:19.5278236Z * [new branch] brister/test_block_ptr_same -> origin/brister/test_block_ptr_same 2025-08-14T20:52:19.5279865Z * [new branch] brister/tiled_reduction_no_numel_check -> origin/brister/tiled_reduction_no_numel_check 2025-08-14T20:52:19.5281453Z * [new branch] c57382a49 -> origin/c57382a49 2025-08-14T20:52:19.5282815Z * [new branch] ca_0431d47eaa -> origin/ca_0431d47eaa 2025-08-14T20:52:19.5284224Z * [new branch] ca_fix_0431d47eaa -> origin/ca_fix_0431d47eaa 2025-08-14T20:52:19.5286601Z * [new branch] camyll/revert-94bc900da97ad7f3c35b3b819bb53b23c74b581a-for-release-2.8 -> origin/camyll/revert-94bc900da97ad7f3c35b3b819bb53b23c74b581a-for-release-2.8 2025-08-14T20:52:19.5287775Z * [new branch] camyll/test_precommit_hooks_lintrunner -> origin/camyll/test_precommit_hooks_lintrunner 2025-08-14T20:52:19.5289613Z * [new branch] camyllh/cherrypick-151547-for-release28 -> origin/camyllh/cherrypick-151547-for-release28 2025-08-14T20:52:19.5290833Z * [new branch] camyllh/test_setup_hooks_push -> origin/camyllh/test_setup_hooks_push 2025-08-14T20:52:19.5292579Z * [new branch] cherry-pick-149654-by-pytorch_bot_bot_ -> origin/cherry-pick-149654-by-pytorch_bot_bot_ 2025-08-14T20:52:19.5293995Z * [new branch] cherry-pick-151939-by-pytorch_bot_bot_ -> origin/cherry-pick-151939-by-pytorch_bot_bot_ 2025-08-14T20:52:19.5295599Z * [new branch] cherry-pick-154174-by-pytorch_bot_bot_ -> origin/cherry-pick-154174-by-pytorch_bot_bot_ 2025-08-14T20:52:19.5297306Z * [new branch] cherry-pick-155896-by-pytorch_bot_bot_ -> origin/cherry-pick-155896-by-pytorch_bot_bot_ 2025-08-14T20:52:19.5298728Z * [new branch] cherry-pick-156260-by-pytorch_bot_bot_ -> origin/cherry-pick-156260-by-pytorch_bot_bot_ 2025-08-14T20:52:19.5300251Z * [new branch] cherry-pick-156719-by-pytorch_bot_bot_ -> origin/cherry-pick-156719-by-pytorch_bot_bot_ 2025-08-14T20:52:19.5301633Z * [new branch] cherry-pick-156876-by-pytorch_bot_bot_ -> origin/cherry-pick-156876-by-pytorch_bot_bot_ 2025-08-14T20:52:19.5303340Z * [new branch] cherry-pick-156888-by-pytorch_bot_bot_ -> origin/cherry-pick-156888-by-pytorch_bot_bot_ 2025-08-14T20:52:19.5304945Z * [new branch] cherry-pick-157014-by-pytorch_bot_bot_ -> origin/cherry-pick-157014-by-pytorch_bot_bot_ 2025-08-14T20:52:19.5306304Z * [new branch] cherry-pick-157179-by-pytorch_bot_bot_ -> origin/cherry-pick-157179-by-pytorch_bot_bot_ 2025-08-14T20:52:19.5307905Z * [new branch] cherry-pick-157453-by-pytorch_bot_bot_ -> origin/cherry-pick-157453-by-pytorch_bot_bot_ 2025-08-14T20:52:19.5309489Z * [new branch] cherry-pick-157513-by-pytorch_bot_bot_ -> origin/cherry-pick-157513-by-pytorch_bot_bot_ 2025-08-14T20:52:19.5311018Z * [new branch] cherry-pick-157558-by-pytorch_bot_bot_ -> origin/cherry-pick-157558-by-pytorch_bot_bot_ 2025-08-14T20:52:19.5312352Z * [new branch] cherry-pick-157598-by-pytorch_bot_bot_ -> origin/cherry-pick-157598-by-pytorch_bot_bot_ 2025-08-14T20:52:19.5313990Z * [new branch] cherry-pick-157600-by-pytorch_bot_bot_ -> origin/cherry-pick-157600-by-pytorch_bot_bot_ 2025-08-14T20:52:19.5315528Z * [new branch] cherry-pick-157630-by-pytorch_bot_bot_ -> origin/cherry-pick-157630-by-pytorch_bot_bot_ 2025-08-14T20:52:19.5316899Z * [new branch] cherry-pick-157695-by-pytorch_bot_bot_ -> origin/cherry-pick-157695-by-pytorch_bot_bot_ 2025-08-14T20:52:19.5318471Z * [new branch] cherry-pick-157732-by-pytorch_bot_bot_ -> origin/cherry-pick-157732-by-pytorch_bot_bot_ 2025-08-14T20:52:19.5320189Z * [new branch] cherry-pick-157733-by-pytorch_bot_bot_ -> origin/cherry-pick-157733-by-pytorch_bot_bot_ 2025-08-14T20:52:19.5321425Z * [new branch] cherry-pick-157985-by-pytorch_bot_bot_ -> origin/cherry-pick-157985-by-pytorch_bot_bot_ 2025-08-14T20:52:19.5322998Z * [new branch] cherry-pick-157993-by-pytorch_bot_bot_ -> origin/cherry-pick-157993-by-pytorch_bot_bot_ 2025-08-14T20:52:19.5324606Z * [new branch] cherry-pick-158064-by-pytorch_bot_bot_ -> origin/cherry-pick-158064-by-pytorch_bot_bot_ 2025-08-14T20:52:19.5326131Z * [new branch] cherry-pick-158152-by-pytorch_bot_bot_ -> origin/cherry-pick-158152-by-pytorch_bot_bot_ 2025-08-14T20:52:19.5327512Z * [new branch] cherry-pick-158295-by-pytorch_bot_bot_ -> origin/cherry-pick-158295-by-pytorch_bot_bot_ 2025-08-14T20:52:19.5329186Z * [new branch] cherry-pick-158301-by-pytorch_bot_bot_ -> origin/cherry-pick-158301-by-pytorch_bot_bot_ 2025-08-14T20:52:19.5330560Z * [new branch] cherry-pick-158537-by-pytorch_bot_bot_ -> origin/cherry-pick-158537-by-pytorch_bot_bot_ 2025-08-14T20:52:19.5332130Z * [new branch] cherry-pick-158572-by-pytorch_bot_bot_ -> origin/cherry-pick-158572-by-pytorch_bot_bot_ 2025-08-14T20:52:19.5333441Z * [new branch] cherry-pick-158595 -> origin/cherry-pick-158595 2025-08-14T20:52:19.5335051Z * [new branch] cherry-pick-159181-by-pytorch_bot_bot_ -> origin/cherry-pick-159181-by-pytorch_bot_bot_ 2025-08-14T20:52:19.5336599Z * [new branch] cherry-pick-159969-by-pytorch_bot_bot_ -> origin/cherry-pick-159969-by-pytorch_bot_bot_ 2025-08-14T20:52:19.5338098Z * [new branch] cherry-pick-160586-by-pytorch_bot_bot_ -> origin/cherry-pick-160586-by-pytorch_bot_bot_ 2025-08-14T20:52:19.5339491Z * [new branch] cherry-pick-PR-158746 -> origin/cherry-pick-PR-158746 2025-08-14T20:52:19.5341326Z * [new branch] cherrypick-e4e2701429c17078c3c475382a8b1fa4c8a8cefc -> origin/cherrypick-e4e2701429c17078c3c475382a8b1fa4c8a8cefc 2025-08-14T20:52:19.5342853Z * [new branch] chilli/flex_vllm -> origin/chilli/flex_vllm 2025-08-14T20:52:19.5344417Z * [new branch] ckluk2-compileThread-1 -> origin/ckluk2-compileThread-1 2025-08-14T20:52:19.5345837Z * [new branch] ckluk2-compileThread-2 -> origin/ckluk2-compileThread-2 2025-08-14T20:52:19.5347235Z * [new branch] ckluk2-compileThread-64 -> origin/ckluk2-compileThread-64 2025-08-14T20:52:19.5349741Z * [new branch] ckluk2-test-1 -> origin/ckluk2-test-1 2025-08-14T20:52:19.5350619Z * [new branch] cleantest1 -> origin/cleantest1 2025-08-14T20:52:19.5352108Z * [new branch] codex-testing -> origin/codex-testing 2025-08-14T20:52:19.5354885Z * [new branch] codex/create-test-for-tensor-memory-leak-in-cudagraph -> origin/codex/create-test-for-tensor-memory-leak-in-cudagraph 2025-08-14T20:52:19.5356728Z * [new branch] codex/fix-issue-121219-in-pytorch -> origin/codex/fix-issue-121219-in-pytorch 2025-08-14T20:52:19.5358066Z * [new branch] codex/fix-issue-160415-in-pytorch -> origin/codex/fix-issue-160415-in-pytorch 2025-08-14T20:52:19.5359534Z * [new branch] codex/fix-noqengine-quantized-engine-support -> origin/codex/fix-noqengine-quantized-engine-support 2025-08-14T20:52:19.5361162Z * [new branch] codex/fix-pin_memory-error-handling -> origin/codex/fix-pin_memory-error-handling 2025-08-14T20:52:19.5362614Z * [new branch] codex/propose-fix-for-issue-160332 -> origin/codex/propose-fix-for-issue-160332 2025-08-14T20:52:19.5364355Z * [new branch] codex/refactor-lintrunner-config-to-use-uv-run -> origin/codex/refactor-lintrunner-config-to-use-uv-run 2025-08-14T20:52:19.5366161Z * [new branch] codex/verify-torch-output-and-log-results -> origin/codex/verify-torch-output-and-log-results 2025-08-14T20:52:19.5367929Z * [new branch] compile_fsdp2_disable_stream_and_event -> origin/compile_fsdp2_disable_stream_and_event 2025-08-14T20:52:19.5369231Z * [new branch] comply-with-setuptools -> origin/comply-with-setuptools 2025-08-14T20:52:19.5370216Z * [new branch] context_test -> origin/context_test 2025-08-14T20:52:19.5371775Z * [new branch] copilot/fix-157446 -> origin/copilot/fix-157446 2025-08-14T20:52:19.5373000Z * [new branch] copilot/fix-159257 -> origin/copilot/fix-159257 2025-08-14T20:52:19.5374422Z * [new branch] copy_graph -> origin/copy_graph 2025-08-14T20:52:19.5376560Z * [new branch] cpio/fix_new_ami_tests -> origin/cpio/fix_new_ami_tests 2025-08-14T20:52:19.5378118Z * [new branch] csl/3_proc_sm -> origin/csl/3_proc_sm 2025-08-14T20:52:19.5379555Z * [new branch] csl/add_file_merge_conflict_csv -> origin/csl/add_file_merge_conflict_csv 2025-08-14T20:52:19.5381174Z * [new branch] csl/always_produce_xml -> origin/csl/always_produce_xml 2025-08-14T20:52:19.5382581Z * [new branch] csl/build_test_more_procs -> origin/csl/build_test_more_procs 2025-08-14T20:52:19.5383952Z * [new branch] csl/build_test_more_procs2 -> origin/csl/build_test_more_procs2 2025-08-14T20:52:19.5385755Z * [new branch] csl/disable_flaky_cpp_test -> origin/csl/disable_flaky_cpp_test 2025-08-14T20:52:19.5387461Z * [new branch] csl/disable_periodic_test -> origin/csl/disable_periodic_test 2025-08-14T20:52:19.5388941Z * [new branch] csl/executorch_docker_fail -> origin/csl/executorch_docker_fail 2025-08-14T20:52:19.5390269Z * [new branch] csl/fix_check_alerts -> origin/csl/fix_check_alerts 2025-08-14T20:52:19.5391594Z * [new branch] csl/katex -> origin/csl/katex 2025-08-14T20:52:19.5393092Z * [new branch] csl/larger_runner -> origin/csl/larger_runner 2025-08-14T20:52:19.5394756Z * [new branch] csl/lintrunner_changed_files_removed -> origin/csl/lintrunner_changed_files_removed 2025-08-14T20:52:19.5396192Z * [new branch] csl/lintrunner_changed_files_removed_test -> origin/csl/lintrunner_changed_files_removed_test 2025-08-14T20:52:19.5397519Z * [new branch] csl/lintrunner_stuff -> origin/csl/lintrunner_stuff 2025-08-14T20:52:19.5398800Z * [new branch] csl/mps_sharding -> origin/csl/mps_sharding 2025-08-14T20:52:19.5400215Z * [new branch] csl/multistage_docker -> origin/csl/multistage_docker 2025-08-14T20:52:19.5401579Z * [new branch] csl/no_keep_goin_rocm -> origin/csl/no_keep_goin_rocm 2025-08-14T20:52:19.5402955Z * [new branch] csl/not_600_timeout -> origin/csl/not_600_timeout 2025-08-14T20:52:19.5404455Z * [new branch] csl/remove_unused_docker_images -> origin/csl/remove_unused_docker_images 2025-08-14T20:52:19.5405748Z * [new branch] csl/revert_open -> origin/csl/revert_open 2025-08-14T20:52:19.5407381Z * [new branch] csl/rocm_upload_artifacts_while_running -> origin/csl/rocm_upload_artifacts_while_running 2025-08-14T20:52:19.5408605Z * [new branch] csl/skip_build -> origin/csl/skip_build 2025-08-14T20:52:19.5409936Z * [new branch] csl/td_dynamo -> origin/csl/td_dynamo 2025-08-14T20:52:19.5411418Z * [new branch] csl/test_cuda_build_large_runner -> origin/csl/test_cuda_build_large_runner 2025-08-14T20:52:19.5412790Z * [new branch] csl/unused_docker -> origin/csl/unused_docker 2025-08-14T20:52:19.5414183Z * [new branch] csl/win_sccache -> origin/csl/win_sccache 2025-08-14T20:52:19.5415734Z * [new branch] cublasltrelax2 -> origin/cublasltrelax2 2025-08-14T20:52:19.5417166Z * [new branch] cublasrelax2 -> origin/cublasrelax2 2025-08-14T20:52:19.5418538Z * [new branch] cudnnsdparefactor -> origin/cudnnsdparefactor 2025-08-14T20:52:19.5420053Z * [new branch] custom_lowering_dict -> origin/custom_lowering_dict 2025-08-14T20:52:19.5421418Z * [new branch] czhuge_muon_dev -> origin/czhuge_muon_dev 2025-08-14T20:52:19.5423578Z * [new branch] d4l3k/delete_hook -> origin/d4l3k/delete_hook 2025-08-14T20:52:19.5424924Z * [new branch] d4l3k/dist_queue -> origin/d4l3k/dist_queue 2025-08-14T20:52:19.5426366Z * [new branch] d4l3k/wait_stream -> origin/d4l3k/wait_stream 2025-08-14T20:52:19.5427858Z * [new branch] dcp-safetensor-test-fix -> origin/dcp-safetensor-test-fix 2025-08-14T20:52:19.5429283Z * [new branch] dcp_zoc -> origin/dcp_zoc 2025-08-14T20:52:19.5430844Z * [new branch] delete-quant-docs -> origin/delete-quant-docs 2025-08-14T20:52:19.5434563Z * [new branch] dependabot/pip/dot-ci/docker/protobuf-5.29.5 -> origin/dependabot/pip/dot-ci/docker/protobuf-5.29.5 2025-08-14T20:52:19.5436010Z * [new branch] desertfire/test_cpp_wrapper -> origin/desertfire/test_cpp_wrapper 2025-08-14T20:52:19.5437454Z * [new branch] desertfire/triton-cpu-for-aarch64 -> origin/desertfire/triton-cpu-for-aarch64 2025-08-14T20:52:19.5440094Z * [new branch] dev/joona/MPSNDArrayAdd -> origin/dev/joona/MPSNDArrayAdd 2025-08-14T20:52:19.5441535Z * [new branch] dev/joona/Unranked -> origin/dev/joona/Unranked 2025-08-14T20:52:19.5443271Z * [new branch] dev/joona/cat -> origin/dev/joona/cat 2025-08-14T20:52:19.5444969Z * [new branch] dev/joona/cat_remove_graph -> origin/dev/joona/cat_remove_graph 2025-08-14T20:52:19.5446413Z * [new branch] dev/joona/embeddingbag -> origin/dev/joona/embeddingbag 2025-08-14T20:52:19.5448161Z * [new branch] dev/joona/getTensorsString -> origin/dev/joona/getTensorsString 2025-08-14T20:52:19.5450496Z * [new branch] dev/joona/maxpool2dwithindices_errmsg -> origin/dev/joona/maxpool2dwithindices_errmsg 2025-08-14T20:52:19.5452219Z * [new branch] dev/joona/mps_linear_macos14 -> origin/dev/joona/mps_linear_macos14 2025-08-14T20:52:19.5454273Z * [new branch] dev/joona/sdpa -> origin/dev/joona/sdpa 2025-08-14T20:52:19.5456037Z * [new branch] dev/joona/synchronize_benchmark -> origin/dev/joona/synchronize_benchmark 2025-08-14T20:52:19.5457637Z * [new branch] dev/joona/topk_newapi -> origin/dev/joona/topk_newapi 2025-08-14T20:52:19.5459281Z * [new branch] dev/joona/type_inf -> origin/dev/joona/type_inf 2025-08-14T20:52:19.5461555Z * [new branch] dev/joona/upsize3d -> origin/dev/joona/upsize3d 2025-08-14T20:52:19.5462840Z * [new branch] disable -> origin/disable 2025-08-14T20:52:19.5464732Z * [new branch] divyanshk-log-api-usage-datapipes-1 -> origin/divyanshk-log-api-usage-datapipes-1 2025-08-14T20:52:19.5466045Z * [new branch] e2e-baseline -> origin/e2e-baseline 2025-08-14T20:52:19.5467810Z * [new branch] embg/test_inductor_ci_128B -> origin/embg/test_inductor_ci_128B 2025-08-14T20:52:19.5469365Z * [new branch] embg/test_inductor_ci_base -> origin/embg/test_inductor_ci_base 2025-08-14T20:52:19.5470890Z * [new branch] embg/test_inductor_ci_control -> origin/embg/test_inductor_ci_control 2025-08-14T20:52:19.5472290Z * [new branch] embg/triton_l2_prefetch_128B -> origin/embg/triton_l2_prefetch_128B 2025-08-14T20:52:19.5473831Z * [new branch] embg/triton_l2_prefetch_256B -> origin/embg/triton_l2_prefetch_256B 2025-08-14T20:52:19.5475564Z * [new branch] enable-b200-benchmark -> origin/enable-b200-benchmark 2025-08-14T20:52:19.5476913Z * [new branch] eqy-patch-1 -> origin/eqy-patch-1 2025-08-14T20:52:19.5478324Z * [new branch] eqy-patch-10 -> origin/eqy-patch-10 2025-08-14T20:52:19.5479868Z * [new branch] eqy-patch-2 -> origin/eqy-patch-2 2025-08-14T20:52:19.5481339Z * [new branch] example-convert-torch.nn -> origin/example-convert-torch.nn 2025-08-14T20:52:19.5483249Z * [new branch] exclamaforte/amd-ma -> origin/exclamaforte/amd-ma 2025-08-14T20:52:19.5484777Z * [new branch] exclamaforte/bump-transformer-version -> origin/exclamaforte/bump-transformer-version 2025-08-14T20:52:19.5486095Z * [new branch] exclamaforte/combo-kernels-perf-run -> origin/exclamaforte/combo-kernels-perf-run 2025-08-14T20:52:19.5487707Z * [new branch] exclamaforte/debug-autotuner-profile -> origin/exclamaforte/debug-autotuner-profile 2025-08-14T20:52:19.5488972Z * [new branch] exclamaforte/do_bench_refactor -> origin/exclamaforte/do_bench_refactor 2025-08-14T20:52:19.5490788Z * [new branch] exclamaforte/enable-mem-dep-fusion -> origin/exclamaforte/enable-mem-dep-fusion 2025-08-14T20:52:19.5492582Z * [new branch] exclamaforte/fix-exhaustive-autotuning -> origin/exclamaforte/fix-exhaustive-autotuning 2025-08-14T20:52:19.5494024Z * [new branch] exclamaforte/fix-trace-parsing-fx-svg -> origin/exclamaforte/fix-trace-parsing-fx-svg 2025-08-14T20:52:19.5495460Z * [new branch] exclamaforte/force-pointwise-cat-perf-run -> origin/exclamaforte/force-pointwise-cat-perf-run 2025-08-14T20:52:19.5496677Z * [new branch] exclamaforte/fusion-data -> origin/exclamaforte/fusion-data 2025-08-14T20:52:19.5498250Z * [new branch] exclamaforte/gemm-benchmark-run -> origin/exclamaforte/gemm-benchmark-run 2025-08-14T20:52:19.5499570Z * [new branch] exclamaforte/gemm-export-model -> origin/exclamaforte/gemm-export-model 2025-08-14T20:52:19.5501034Z * [new branch] exclamaforte/gemm-model -> origin/exclamaforte/gemm-model 2025-08-14T20:52:19.5502622Z * [new branch] exclamaforte/gemm-model-all-data-collection -> origin/exclamaforte/gemm-model-all-data-collection 2025-08-14T20:52:19.5503767Z * [new branch] exclamaforte/gemm-to-amd -> origin/exclamaforte/gemm-to-amd 2025-08-14T20:52:19.5505310Z * [new branch] exclamaforte/just-gemm-model -> origin/exclamaforte/just-gemm-model 2025-08-14T20:52:19.5506839Z * [new branch] exclamaforte/just-gemm-model-no-refactor -> origin/exclamaforte/just-gemm-model-no-refactor 2025-08-14T20:52:19.5508112Z * [new branch] exclamaforte/memory-counter -> origin/exclamaforte/memory-counter 2025-08-14T20:52:19.5509763Z * [new branch] exclamaforte/scheduler-refactor -> origin/exclamaforte/scheduler-refactor 2025-08-14T20:52:19.5511301Z * [new branch] exclamaforte/test_cpp_wrapper_mode -> origin/exclamaforte/test_cpp_wrapper_mode 2025-08-14T20:52:19.5512633Z * [new branch] exclamaforte/update-autotune-configs -> origin/exclamaforte/update-autotune-configs 2025-08-14T20:52:19.5514030Z * [new branch] exclamaforte/update-autotune-configs-2 -> origin/exclamaforte/update-autotune-configs-2 2025-08-14T20:52:19.5515410Z * [new branch] exclamaforte/update-pandas-numpy-ci -> origin/exclamaforte/update-pandas-numpy-ci 2025-08-14T20:52:19.5517319Z * [new branch] exclamforte/gemm-model-final -> origin/exclamforte/gemm-model-final 2025-08-14T20:52:19.5518724Z * [new branch] exec -> origin/exec 2025-08-14T20:52:19.5520352Z * [new branch] experimental-mosaic -> origin/experimental-mosaic 2025-08-14T20:52:19.5521884Z * [new branch] export-D58091437 -> origin/export-D58091437 2025-08-14T20:52:19.5523575Z * [new branch] export-D61047529 -> origin/export-D61047529 2025-08-14T20:52:19.5524966Z * [new branch] export-D68846308 -> origin/export-D68846308 2025-08-14T20:52:19.5526428Z * [new branch] export-D70112642 -> origin/export-D70112642 2025-08-14T20:52:19.5527990Z * [new branch] export-D71412006 -> origin/export-D71412006 2025-08-14T20:52:19.5529499Z * [new branch] export-D72483950 -> origin/export-D72483950 2025-08-14T20:52:19.5531014Z * [new branch] export-D73042989 -> origin/export-D73042989 2025-08-14T20:52:19.5532464Z * [new branch] export-D73287751 -> origin/export-D73287751 2025-08-14T20:52:19.5533967Z * [new branch] export-D75183591 -> origin/export-D75183591 2025-08-14T20:52:19.5535461Z * [new branch] export-D75605373 -> origin/export-D75605373 2025-08-14T20:52:19.5537028Z * [new branch] export-D75617432 -> origin/export-D75617432 2025-08-14T20:52:19.5538430Z * [new branch] export-D75659965 -> origin/export-D75659965 2025-08-14T20:52:19.5539960Z * [new branch] export-D76080931 -> origin/export-D76080931 2025-08-14T20:52:19.5541431Z * [new branch] export-D76463347 -> origin/export-D76463347 2025-08-14T20:52:19.5542829Z * [new branch] export-D76797250 -> origin/export-D76797250 2025-08-14T20:52:19.5544274Z * [new branch] export-D76885271 -> origin/export-D76885271 2025-08-14T20:52:19.5545703Z * [new branch] export-D76885620 -> origin/export-D76885620 2025-08-14T20:52:19.5547220Z * [new branch] export-D76936623 -> origin/export-D76936623 2025-08-14T20:52:19.5548860Z * [new branch] export-D76958268 -> origin/export-D76958268 2025-08-14T20:52:19.5550524Z * [new branch] export-D78047846 -> origin/export-D78047846 2025-08-14T20:52:19.5551884Z * [new branch] export-D78308105 -> origin/export-D78308105 2025-08-14T20:52:19.5553350Z * [new branch] export-D78363609 -> origin/export-D78363609 2025-08-14T20:52:19.5554854Z * [new branch] export-D78375400 -> origin/export-D78375400 2025-08-14T20:52:19.5556272Z * [new branch] export-D78431075 -> origin/export-D78431075 2025-08-14T20:52:19.5557636Z * [new branch] export-D78431305 -> origin/export-D78431305 2025-08-14T20:52:19.5559407Z * [new branch] export-D78458745 -> origin/export-D78458745 2025-08-14T20:52:19.5561480Z * [new branch] export-D78524147 -> origin/export-D78524147 2025-08-14T20:52:19.5562944Z * [new branch] export-D78580107 -> origin/export-D78580107 2025-08-14T20:52:19.5564411Z * [new branch] export-D78588406 -> origin/export-D78588406 2025-08-14T20:52:19.5565950Z * [new branch] export-D78691422 -> origin/export-D78691422 2025-08-14T20:52:19.5567383Z * [new branch] export-D78758466 -> origin/export-D78758466 2025-08-14T20:52:19.5568831Z * [new branch] export-D78822171 -> origin/export-D78822171 2025-08-14T20:52:19.5570295Z * [new branch] export-D78822351 -> origin/export-D78822351 2025-08-14T20:52:19.5571715Z * [new branch] export-D78822507 -> origin/export-D78822507 2025-08-14T20:52:19.5573125Z * [new branch] export-D78826994 -> origin/export-D78826994 2025-08-14T20:52:19.5574533Z * [new branch] export-D78894142 -> origin/export-D78894142 2025-08-14T20:52:19.5575988Z * [new branch] export-D78894324 -> origin/export-D78894324 2025-08-14T20:52:19.5578082Z * [new branch] export-D78907485 -> origin/export-D78907485 2025-08-14T20:52:19.5579420Z * [new branch] export-D78929245 -> origin/export-D78929245 2025-08-14T20:52:19.5580801Z * [new branch] export-D78934925 -> origin/export-D78934925 2025-08-14T20:52:19.5582348Z * [new branch] export-D78953203 -> origin/export-D78953203 2025-08-14T20:52:19.5583732Z * [new branch] export-D78953229 -> origin/export-D78953229 2025-08-14T20:52:19.5585072Z * [new branch] export-D78957093 -> origin/export-D78957093 2025-08-14T20:52:19.5586467Z * [new branch] export-D78957389 -> origin/export-D78957389 2025-08-14T20:52:19.5587885Z * [new branch] export-D78957974 -> origin/export-D78957974 2025-08-14T20:52:19.5589451Z * [new branch] export-D78979812 -> origin/export-D78979812 2025-08-14T20:52:19.5590899Z * [new branch] export-D78996107 -> origin/export-D78996107 2025-08-14T20:52:19.5592214Z * [new branch] export-D79026433 -> origin/export-D79026433 2025-08-14T20:52:19.5593766Z * [new branch] export-D79230339 -> origin/export-D79230339 2025-08-14T20:52:19.5595197Z * [new branch] export-D79319835 -> origin/export-D79319835 2025-08-14T20:52:19.5596517Z * [new branch] export-D79328456 -> origin/export-D79328456 2025-08-14T20:52:19.5598218Z * [new branch] export-D79534608 -> origin/export-D79534608 2025-08-14T20:52:19.5599673Z * [new branch] export-D79647167 -> origin/export-D79647167 2025-08-14T20:52:19.5601169Z * [new branch] export-D79751098 -> origin/export-D79751098 2025-08-14T20:52:19.5603006Z * [new branch] export-D79785974 -> origin/export-D79785974 2025-08-14T20:52:19.5604468Z * [new branch] export-D80025417 -> origin/export-D80025417 2025-08-14T20:52:19.5605917Z * [new branch] export-D80120333 -> origin/export-D80120333 2025-08-14T20:52:19.5607415Z * [new branch] export-D80214882 -> origin/export-D80214882 2025-08-14T20:52:19.5609203Z * [new branch] exported-model-train-idempotent -> origin/exported-model-train-idempotent 2025-08-14T20:52:19.5611021Z * [new branch] ezyang/wip-aot-descriptors -> origin/ezyang/wip-aot-descriptors 2025-08-14T20:52:19.5612396Z * [new branch] fa_u8_brgemm -> origin/fa_u8_brgemm 2025-08-14T20:52:19.5614172Z * [new branch] fastmath_baseline -> origin/fastmath_baseline 2025-08-14T20:52:19.5616182Z * [new branch] fbcode/warm -> origin/fbcode/warm 2025-08-14T20:52:19.5617799Z * [new branch] fca -> origin/fca 2025-08-14T20:52:19.5619342Z * [new branch] fca2_ca5984c -> origin/fca2_ca5984c 2025-08-14T20:52:19.5620696Z * [new branch] fca5 -> origin/fca5 2025-08-14T20:52:19.5622757Z * [new branch] feature/function-numa-binding -> origin/feature/function-numa-binding 2025-08-14T20:52:19.5624714Z * [new branch] fengyuan/external-proj -> origin/fengyuan/external-proj 2025-08-14T20:52:19.5626156Z * [new branch] fengyuan/out-of-tree-xpu-ops-improve-test -> origin/fengyuan/out-of-tree-xpu-ops-improve-test 2025-08-14T20:52:19.5627543Z * [new branch] fengyuan/out-of-tree-xpu-ops-remove-dtype -> origin/fengyuan/out-of-tree-xpu-ops-remove-dtype 2025-08-14T20:52:19.5628891Z * [new branch] fengyuan/test-xpu -> origin/fengyuan/test-xpu 2025-08-14T20:52:19.5659317Z * [new branch] ffast_math_baseline -> origin/ffast_math_baseline 2025-08-14T20:52:19.5660364Z * [new branch] ffast_math_target -> origin/ffast_math_target 2025-08-14T20:52:19.5660900Z * [new branch] findhao/base_commit -> origin/findhao/base_commit 2025-08-14T20:52:19.5661591Z * [new branch] findhao/base_commit1 -> origin/findhao/base_commit1 2025-08-14T20:52:19.5662198Z * [new branch] findhao/fix-indirect-access -> origin/findhao/fix-indirect-access 2025-08-14T20:52:19.5662852Z * [new branch] findhao/multistream2 -> origin/findhao/multistream2 2025-08-14T20:52:19.5663418Z * [new branch] findhao/multistream5 -> origin/findhao/multistream5 2025-08-14T20:52:19.5663966Z * [new branch] findhao/multistream6 -> origin/findhao/multistream6 2025-08-14T20:52:19.5664608Z * [new branch] findhao/operatorbench3 -> origin/findhao/operatorbench3 2025-08-14T20:52:19.5665220Z * [new branch] findhao/operatorbench5 -> origin/findhao/operatorbench5 2025-08-14T20:52:19.5665838Z * [new branch] findhao/tritonparse -> origin/findhao/tritonparse 2025-08-14T20:52:19.5666336Z * [new branch] fix -> origin/fix 2025-08-14T20:52:19.5666867Z * [new branch] fix-ck-gemm-template-format -> origin/fix-ck-gemm-template-format 2025-08-14T20:52:19.5667521Z * [new branch] fix-config-ignore -> origin/fix-config-ignore 2025-08-14T20:52:19.5668040Z * [new branch] fix-dict-guard -> origin/fix-dict-guard 2025-08-14T20:52:19.5668744Z * [new branch] fix-distributed-warning -> origin/fix-distributed-warning 2025-08-14T20:52:19.5669388Z * [new branch] fix-inductor-periodic-0528 -> origin/fix-inductor-periodic-0528 2025-08-14T20:52:19.5670029Z * [new branch] fix-rlease-feature-template -> origin/fix-rlease-feature-template 2025-08-14T20:52:19.5670754Z * [new branch] fix_153389 -> origin/fix_153389 2025-08-14T20:52:19.5671242Z * [new branch] fixes-triage -> origin/fixes-triage 2025-08-14T20:52:19.5671757Z * [new branch] flash_decoding_cpu -> origin/flash_decoding_cpu 2025-08-14T20:52:19.5672397Z * [new branch] flex-flash -> origin/flex-flash 2025-08-14T20:52:19.5672869Z * [new branch] flex-lowering -> origin/flex-lowering 2025-08-14T20:52:19.5673420Z * [new branch] flex-warning -> origin/flex-warning 2025-08-14T20:52:19.5674042Z * [new branch] flex_attention_functorch_grad -> origin/flex_attention_functorch_grad 2025-08-14T20:52:19.5674595Z * [new branch] flex_flash -> origin/flex_flash 2025-08-14T20:52:19.5675214Z * [new branch] fmassa/fix_memeff_sharding_rule -> origin/fmassa/fix_memeff_sharding_rule 2025-08-14T20:52:19.5675896Z * [new branch] fmassa/try_fix_ac_tag_propagation -> origin/fmassa/try_fix_ac_tag_propagation 2025-08-14T20:52:19.5676508Z * [new branch] fsdp2_trace_rules -> origin/fsdp2_trace_rules 2025-08-14T20:52:19.5677082Z * [new branch] fsdpv2_3d -> origin/fsdpv2_3d 2025-08-14T20:52:19.5677557Z * [new branch] fsdpv2_3d_m1 -> origin/fsdpv2_3d_m1 2025-08-14T20:52:19.5678560Z * [new branch] fx_cpp -> origin/fx_cpp 2025-08-14T20:52:19.5680512Z * [new branch] fy/fix-win -> origin/fy/fix-win 2025-08-14T20:52:19.5683542Z * [new branch] gh/AlnisM/1/base -> origin/gh/AlnisM/1/base 2025-08-14T20:52:19.5684999Z * [new branch] gh/AlnisM/1/head -> origin/gh/AlnisM/1/head 2025-08-14T20:52:19.5687172Z * [new branch] gh/CaoE/2/base -> origin/gh/CaoE/2/base 2025-08-14T20:52:19.5688671Z * [new branch] gh/CaoE/2/head -> origin/gh/CaoE/2/head 2025-08-14T20:52:19.5690235Z * [new branch] gh/CaoE/2/orig -> origin/gh/CaoE/2/orig 2025-08-14T20:52:19.5692729Z * [new branch] gh/ColinPeppler/72/base -> origin/gh/ColinPeppler/72/base 2025-08-14T20:52:19.5694180Z * [new branch] gh/ColinPeppler/72/head -> origin/gh/ColinPeppler/72/head 2025-08-14T20:52:19.5695660Z * [new branch] gh/ColinPeppler/72/orig -> origin/gh/ColinPeppler/72/orig 2025-08-14T20:52:19.5697852Z * [new branch] gh/ColinPeppler/77/base -> origin/gh/ColinPeppler/77/base 2025-08-14T20:52:19.5699319Z * [new branch] gh/ColinPeppler/77/head -> origin/gh/ColinPeppler/77/head 2025-08-14T20:52:19.5701016Z * [new branch] gh/ColinPeppler/77/orig -> origin/gh/ColinPeppler/77/orig 2025-08-14T20:52:19.5702747Z * [new branch] gh/ColinPeppler/78/base -> origin/gh/ColinPeppler/78/base 2025-08-14T20:52:19.5704225Z * [new branch] gh/ColinPeppler/78/head -> origin/gh/ColinPeppler/78/head 2025-08-14T20:52:19.5705707Z * [new branch] gh/ColinPeppler/78/orig -> origin/gh/ColinPeppler/78/orig 2025-08-14T20:52:19.5708115Z * [new branch] gh/EikanWang/67/base -> origin/gh/EikanWang/67/base 2025-08-14T20:52:19.5709740Z * [new branch] gh/EikanWang/67/head -> origin/gh/EikanWang/67/head 2025-08-14T20:52:19.5711597Z * [new branch] gh/EikanWang/80/base -> origin/gh/EikanWang/80/base 2025-08-14T20:52:19.5713090Z * [new branch] gh/EikanWang/80/head -> origin/gh/EikanWang/80/head 2025-08-14T20:52:19.5714587Z * [new branch] gh/EikanWang/80/orig -> origin/gh/EikanWang/80/orig 2025-08-14T20:52:19.5716510Z * [new branch] gh/EikanWang/81/base -> origin/gh/EikanWang/81/base 2025-08-14T20:52:19.5717937Z * [new branch] gh/EikanWang/81/head -> origin/gh/EikanWang/81/head 2025-08-14T20:52:19.5719342Z * [new branch] gh/EikanWang/81/orig -> origin/gh/EikanWang/81/orig 2025-08-14T20:52:19.5722201Z * [new branch] gh/Gasoonjia/1/base -> origin/gh/Gasoonjia/1/base 2025-08-14T20:52:19.5723692Z * [new branch] gh/Gasoonjia/1/head -> origin/gh/Gasoonjia/1/head 2025-08-14T20:52:19.5725894Z * [new branch] gh/H-Huang/131/base -> origin/gh/H-Huang/131/base 2025-08-14T20:52:19.5727348Z * [new branch] gh/H-Huang/131/head -> origin/gh/H-Huang/131/head 2025-08-14T20:52:19.5728853Z * [new branch] gh/H-Huang/131/orig -> origin/gh/H-Huang/131/orig 2025-08-14T20:52:19.5730719Z * [new branch] gh/H-Huang/132/base -> origin/gh/H-Huang/132/base 2025-08-14T20:52:19.5732618Z * [new branch] gh/H-Huang/132/head -> origin/gh/H-Huang/132/head 2025-08-14T20:52:19.5734092Z * [new branch] gh/H-Huang/132/orig -> origin/gh/H-Huang/132/orig 2025-08-14T20:52:19.5736078Z * [new branch] gh/H-Huang/180/base -> origin/gh/H-Huang/180/base 2025-08-14T20:52:19.5737478Z * [new branch] gh/H-Huang/180/head -> origin/gh/H-Huang/180/head 2025-08-14T20:52:19.5738992Z * [new branch] gh/H-Huang/180/orig -> origin/gh/H-Huang/180/orig 2025-08-14T20:52:19.5740841Z * [new branch] gh/H-Huang/182/base -> origin/gh/H-Huang/182/base 2025-08-14T20:52:19.5742203Z * [new branch] gh/H-Huang/182/head -> origin/gh/H-Huang/182/head 2025-08-14T20:52:19.5743638Z * [new branch] gh/H-Huang/182/orig -> origin/gh/H-Huang/182/orig 2025-08-14T20:52:19.5745706Z * [new branch] gh/H-Huang/183/base -> origin/gh/H-Huang/183/base 2025-08-14T20:52:19.5747196Z * [new branch] gh/H-Huang/183/head -> origin/gh/H-Huang/183/head 2025-08-14T20:52:19.5748959Z * [new branch] gh/H-Huang/183/orig -> origin/gh/H-Huang/183/orig 2025-08-14T20:52:19.5751179Z * [new branch] gh/H-Huang/187/base -> origin/gh/H-Huang/187/base 2025-08-14T20:52:19.5752237Z * [new branch] gh/H-Huang/187/head -> origin/gh/H-Huang/187/head 2025-08-14T20:52:19.5753676Z * [new branch] gh/H-Huang/187/orig -> origin/gh/H-Huang/187/orig 2025-08-14T20:52:19.5755870Z * [new branch] gh/H-Huang/192/base -> origin/gh/H-Huang/192/base 2025-08-14T20:52:19.5757223Z * [new branch] gh/H-Huang/192/head -> origin/gh/H-Huang/192/head 2025-08-14T20:52:19.5758623Z * [new branch] gh/H-Huang/192/orig -> origin/gh/H-Huang/192/orig 2025-08-14T20:52:19.5760607Z * [new branch] gh/H-Huang/195/base -> origin/gh/H-Huang/195/base 2025-08-14T20:52:19.5762083Z * [new branch] gh/H-Huang/195/head -> origin/gh/H-Huang/195/head 2025-08-14T20:52:19.5763513Z * [new branch] gh/H-Huang/195/orig -> origin/gh/H-Huang/195/orig 2025-08-14T20:52:19.5765638Z * [new branch] gh/H-Huang/196/base -> origin/gh/H-Huang/196/base 2025-08-14T20:52:19.5767037Z * [new branch] gh/H-Huang/196/head -> origin/gh/H-Huang/196/head 2025-08-14T20:52:19.5768428Z * [new branch] gh/H-Huang/196/orig -> origin/gh/H-Huang/196/orig 2025-08-14T20:52:19.5770477Z * [new branch] gh/H-Huang/197/base -> origin/gh/H-Huang/197/base 2025-08-14T20:52:19.5772256Z * [new branch] gh/H-Huang/197/head -> origin/gh/H-Huang/197/head 2025-08-14T20:52:19.5773846Z * [new branch] gh/H-Huang/197/orig -> origin/gh/H-Huang/197/orig 2025-08-14T20:52:19.5775805Z * [new branch] gh/H-Huang/198/base -> origin/gh/H-Huang/198/base 2025-08-14T20:52:19.5777394Z * [new branch] gh/H-Huang/198/head -> origin/gh/H-Huang/198/head 2025-08-14T20:52:19.5778895Z * [new branch] gh/H-Huang/198/orig -> origin/gh/H-Huang/198/orig 2025-08-14T20:52:19.5780627Z * [new branch] gh/H-Huang/199/base -> origin/gh/H-Huang/199/base 2025-08-14T20:52:19.5782071Z * [new branch] gh/H-Huang/199/head -> origin/gh/H-Huang/199/head 2025-08-14T20:52:19.5783496Z * [new branch] gh/H-Huang/199/orig -> origin/gh/H-Huang/199/orig 2025-08-14T20:52:19.5785465Z * [new branch] gh/H-Huang/200/base -> origin/gh/H-Huang/200/base 2025-08-14T20:52:19.5786883Z * [new branch] gh/H-Huang/200/head -> origin/gh/H-Huang/200/head 2025-08-14T20:52:19.5788419Z * [new branch] gh/H-Huang/200/orig -> origin/gh/H-Huang/200/orig 2025-08-14T20:52:19.5790155Z * [new branch] gh/H-Huang/201/base -> origin/gh/H-Huang/201/base 2025-08-14T20:52:19.5791614Z * [new branch] gh/H-Huang/201/head -> origin/gh/H-Huang/201/head 2025-08-14T20:52:19.5793032Z * [new branch] gh/H-Huang/201/orig -> origin/gh/H-Huang/201/orig 2025-08-14T20:52:19.5794831Z * [new branch] gh/H-Huang/202/base -> origin/gh/H-Huang/202/base 2025-08-14T20:52:19.5796414Z * [new branch] gh/H-Huang/202/head -> origin/gh/H-Huang/202/head 2025-08-14T20:52:19.5797770Z * [new branch] gh/H-Huang/202/orig -> origin/gh/H-Huang/202/orig 2025-08-14T20:52:19.5799632Z * [new branch] gh/H-Huang/203/base -> origin/gh/H-Huang/203/base 2025-08-14T20:52:19.5801070Z * [new branch] gh/H-Huang/203/head -> origin/gh/H-Huang/203/head 2025-08-14T20:52:19.5802489Z * [new branch] gh/H-Huang/203/orig -> origin/gh/H-Huang/203/orig 2025-08-14T20:52:19.5804818Z * [new branch] gh/H-Huang/204/base -> origin/gh/H-Huang/204/base 2025-08-14T20:52:19.5806336Z * [new branch] gh/H-Huang/204/head -> origin/gh/H-Huang/204/head 2025-08-14T20:52:19.5807911Z * [new branch] gh/H-Huang/204/orig -> origin/gh/H-Huang/204/orig 2025-08-14T20:52:19.5809697Z * [new branch] gh/H-Huang/205/base -> origin/gh/H-Huang/205/base 2025-08-14T20:52:19.5811156Z * [new branch] gh/H-Huang/205/head -> origin/gh/H-Huang/205/head 2025-08-14T20:52:19.5812557Z * [new branch] gh/H-Huang/205/orig -> origin/gh/H-Huang/205/orig 2025-08-14T20:52:19.5814541Z * [new branch] gh/H-Huang/206/base -> origin/gh/H-Huang/206/base 2025-08-14T20:52:19.5815927Z * [new branch] gh/H-Huang/206/head -> origin/gh/H-Huang/206/head 2025-08-14T20:52:19.5817340Z * [new branch] gh/H-Huang/206/orig -> origin/gh/H-Huang/206/orig 2025-08-14T20:52:19.5819222Z * [new branch] gh/H-Huang/207/base -> origin/gh/H-Huang/207/base 2025-08-14T20:52:19.5820657Z * [new branch] gh/H-Huang/207/head -> origin/gh/H-Huang/207/head 2025-08-14T20:52:19.5822101Z * [new branch] gh/H-Huang/207/orig -> origin/gh/H-Huang/207/orig 2025-08-14T20:52:19.5824057Z * [new branch] gh/H-Huang/208/base -> origin/gh/H-Huang/208/base 2025-08-14T20:52:19.5825502Z * [new branch] gh/H-Huang/208/head -> origin/gh/H-Huang/208/head 2025-08-14T20:52:19.5826894Z * [new branch] gh/H-Huang/208/orig -> origin/gh/H-Huang/208/orig 2025-08-14T20:52:19.5828904Z * [new branch] gh/H-Huang/209/base -> origin/gh/H-Huang/209/base 2025-08-14T20:52:19.5830386Z * [new branch] gh/H-Huang/209/head -> origin/gh/H-Huang/209/head 2025-08-14T20:52:19.5831803Z * [new branch] gh/H-Huang/209/orig -> origin/gh/H-Huang/209/orig 2025-08-14T20:52:19.5834273Z * [new branch] gh/IvanKobzarev/107/base -> origin/gh/IvanKobzarev/107/base 2025-08-14T20:52:19.5835989Z * [new branch] gh/IvanKobzarev/107/head -> origin/gh/IvanKobzarev/107/head 2025-08-14T20:52:19.5837473Z * [new branch] gh/IvanKobzarev/107/orig -> origin/gh/IvanKobzarev/107/orig 2025-08-14T20:52:19.5839400Z * [new branch] gh/IvanKobzarev/110/base -> origin/gh/IvanKobzarev/110/base 2025-08-14T20:52:19.5840800Z * [new branch] gh/IvanKobzarev/110/head -> origin/gh/IvanKobzarev/110/head 2025-08-14T20:52:19.5842248Z * [new branch] gh/IvanKobzarev/110/orig -> origin/gh/IvanKobzarev/110/orig 2025-08-14T20:52:19.5844196Z * [new branch] gh/IvanKobzarev/111/base -> origin/gh/IvanKobzarev/111/base 2025-08-14T20:52:19.5845768Z * [new branch] gh/IvanKobzarev/111/head -> origin/gh/IvanKobzarev/111/head 2025-08-14T20:52:19.5847136Z * [new branch] gh/IvanKobzarev/111/orig -> origin/gh/IvanKobzarev/111/orig 2025-08-14T20:52:19.5849221Z * [new branch] gh/IvanKobzarev/112/base -> origin/gh/IvanKobzarev/112/base 2025-08-14T20:52:19.5850859Z * [new branch] gh/IvanKobzarev/112/head -> origin/gh/IvanKobzarev/112/head 2025-08-14T20:52:19.5852394Z * [new branch] gh/IvanKobzarev/112/orig -> origin/gh/IvanKobzarev/112/orig 2025-08-14T20:52:19.5854270Z * [new branch] gh/IvanKobzarev/115/base -> origin/gh/IvanKobzarev/115/base 2025-08-14T20:52:19.5855916Z * [new branch] gh/IvanKobzarev/115/head -> origin/gh/IvanKobzarev/115/head 2025-08-14T20:52:19.5857296Z * [new branch] gh/IvanKobzarev/115/orig -> origin/gh/IvanKobzarev/115/orig 2025-08-14T20:52:19.5859466Z * [new branch] gh/IvanKobzarev/116/base -> origin/gh/IvanKobzarev/116/base 2025-08-14T20:52:19.5861011Z * [new branch] gh/IvanKobzarev/116/head -> origin/gh/IvanKobzarev/116/head 2025-08-14T20:52:19.5865086Z * [new branch] gh/IvanKobzarev/116/orig -> origin/gh/IvanKobzarev/116/orig 2025-08-14T20:52:19.5866051Z * [new branch] gh/IvanKobzarev/118/base -> origin/gh/IvanKobzarev/118/base 2025-08-14T20:52:19.5867325Z * [new branch] gh/IvanKobzarev/118/head -> origin/gh/IvanKobzarev/118/head 2025-08-14T20:52:19.5868785Z * [new branch] gh/IvanKobzarev/118/orig -> origin/gh/IvanKobzarev/118/orig 2025-08-14T20:52:19.5870858Z * [new branch] gh/IvanKobzarev/124/base -> origin/gh/IvanKobzarev/124/base 2025-08-14T20:52:19.5872426Z * [new branch] gh/IvanKobzarev/124/head -> origin/gh/IvanKobzarev/124/head 2025-08-14T20:52:19.5873884Z * [new branch] gh/IvanKobzarev/124/orig -> origin/gh/IvanKobzarev/124/orig 2025-08-14T20:52:19.5875920Z * [new branch] gh/IvanKobzarev/126/base -> origin/gh/IvanKobzarev/126/base 2025-08-14T20:52:19.5877517Z * [new branch] gh/IvanKobzarev/126/head -> origin/gh/IvanKobzarev/126/head 2025-08-14T20:52:19.5878979Z * [new branch] gh/IvanKobzarev/126/orig -> origin/gh/IvanKobzarev/126/orig 2025-08-14T20:52:19.5881011Z * [new branch] gh/IvanKobzarev/127/base -> origin/gh/IvanKobzarev/127/base 2025-08-14T20:52:19.5882415Z * [new branch] gh/IvanKobzarev/127/head -> origin/gh/IvanKobzarev/127/head 2025-08-14T20:52:19.5883877Z * [new branch] gh/IvanKobzarev/127/orig -> origin/gh/IvanKobzarev/127/orig 2025-08-14T20:52:19.5885777Z * [new branch] gh/IvanKobzarev/128/base -> origin/gh/IvanKobzarev/128/base 2025-08-14T20:52:19.5887214Z * [new branch] gh/IvanKobzarev/128/head -> origin/gh/IvanKobzarev/128/head 2025-08-14T20:52:19.5888665Z * [new branch] gh/IvanKobzarev/128/orig -> origin/gh/IvanKobzarev/128/orig 2025-08-14T20:52:19.5890759Z * [new branch] gh/IvanKobzarev/129/base -> origin/gh/IvanKobzarev/129/base 2025-08-14T20:52:19.5892130Z * [new branch] gh/IvanKobzarev/129/head -> origin/gh/IvanKobzarev/129/head 2025-08-14T20:52:19.5893449Z * [new branch] gh/IvanKobzarev/129/orig -> origin/gh/IvanKobzarev/129/orig 2025-08-14T20:52:19.5895827Z * [new branch] gh/IvanKobzarev/130/base -> origin/gh/IvanKobzarev/130/base 2025-08-14T20:52:19.5897384Z * [new branch] gh/IvanKobzarev/130/head -> origin/gh/IvanKobzarev/130/head 2025-08-14T20:52:19.5898888Z * [new branch] gh/IvanKobzarev/130/orig -> origin/gh/IvanKobzarev/130/orig 2025-08-14T20:52:19.5900761Z * [new branch] gh/IvanKobzarev/131/base -> origin/gh/IvanKobzarev/131/base 2025-08-14T20:52:19.5902316Z * [new branch] gh/IvanKobzarev/131/head -> origin/gh/IvanKobzarev/131/head 2025-08-14T20:52:19.5903756Z * [new branch] gh/IvanKobzarev/131/orig -> origin/gh/IvanKobzarev/131/orig 2025-08-14T20:52:19.5905692Z * [new branch] gh/IvanKobzarev/132/base -> origin/gh/IvanKobzarev/132/base 2025-08-14T20:52:19.5907296Z * [new branch] gh/IvanKobzarev/132/head -> origin/gh/IvanKobzarev/132/head 2025-08-14T20:52:19.5909397Z * [new branch] gh/IvanKobzarev/132/orig -> origin/gh/IvanKobzarev/132/orig 2025-08-14T20:52:19.5911787Z * [new branch] gh/IvanKobzarev/133/base -> origin/gh/IvanKobzarev/133/base 2025-08-14T20:52:19.5913418Z * [new branch] gh/IvanKobzarev/133/head -> origin/gh/IvanKobzarev/133/head 2025-08-14T20:52:19.5914891Z * [new branch] gh/IvanKobzarev/133/orig -> origin/gh/IvanKobzarev/133/orig 2025-08-14T20:52:19.5917294Z * [new branch] gh/IvanKobzarev/134/base -> origin/gh/IvanKobzarev/134/base 2025-08-14T20:52:19.5918707Z * [new branch] gh/IvanKobzarev/134/head -> origin/gh/IvanKobzarev/134/head 2025-08-14T20:52:19.5920156Z * [new branch] gh/IvanKobzarev/134/orig -> origin/gh/IvanKobzarev/134/orig 2025-08-14T20:52:19.5922157Z * [new branch] gh/IvanKobzarev/135/base -> origin/gh/IvanKobzarev/135/base 2025-08-14T20:52:19.5923830Z * [new branch] gh/IvanKobzarev/135/head -> origin/gh/IvanKobzarev/135/head 2025-08-14T20:52:19.5925382Z * [new branch] gh/IvanKobzarev/135/orig -> origin/gh/IvanKobzarev/135/orig 2025-08-14T20:52:19.5927528Z * [new branch] gh/NikhilAPatel/1/base -> origin/gh/NikhilAPatel/1/base 2025-08-14T20:52:19.5929139Z * [new branch] gh/NikhilAPatel/1/head -> origin/gh/NikhilAPatel/1/head 2025-08-14T20:52:19.5931131Z * [new branch] gh/NikhilAPatel/16/base -> origin/gh/NikhilAPatel/16/base 2025-08-14T20:52:19.5932568Z * [new branch] gh/NikhilAPatel/16/head -> origin/gh/NikhilAPatel/16/head 2025-08-14T20:52:19.5934074Z * [new branch] gh/NikhilAPatel/16/orig -> origin/gh/NikhilAPatel/16/orig 2025-08-14T20:52:19.5936228Z * [new branch] gh/NikhilAPatel/18/base -> origin/gh/NikhilAPatel/18/base 2025-08-14T20:52:19.5937652Z * [new branch] gh/NikhilAPatel/18/head -> origin/gh/NikhilAPatel/18/head 2025-08-14T20:52:19.5939110Z * [new branch] gh/NikhilAPatel/18/orig -> origin/gh/NikhilAPatel/18/orig 2025-08-14T20:52:19.5941001Z * [new branch] gh/NikhilAPatel/19/base -> origin/gh/NikhilAPatel/19/base 2025-08-14T20:52:19.5942447Z * [new branch] gh/NikhilAPatel/19/head -> origin/gh/NikhilAPatel/19/head 2025-08-14T20:52:19.5943891Z * [new branch] gh/NikhilAPatel/19/orig -> origin/gh/NikhilAPatel/19/orig 2025-08-14T20:52:19.5945577Z * [new branch] gh/NikhilAPatel/2/base -> origin/gh/NikhilAPatel/2/base 2025-08-14T20:52:19.5947040Z * [new branch] gh/NikhilAPatel/2/head -> origin/gh/NikhilAPatel/2/head 2025-08-14T20:52:19.5951174Z * [new branch] gh/NikhilAPatel/4/base -> origin/gh/NikhilAPatel/4/base 2025-08-14T20:52:19.5952757Z * [new branch] gh/NikhilAPatel/4/head -> origin/gh/NikhilAPatel/4/head 2025-08-14T20:52:19.5954863Z * [new branch] gh/NikhilAPatel/8/base -> origin/gh/NikhilAPatel/8/base 2025-08-14T20:52:19.5956228Z * [new branch] gh/NikhilAPatel/8/head -> origin/gh/NikhilAPatel/8/head 2025-08-14T20:52:19.5957659Z * [new branch] gh/NikhilAPatel/8/orig -> origin/gh/NikhilAPatel/8/orig 2025-08-14T20:52:19.5959727Z * [new branch] gh/NikhilAPatel/9/base -> origin/gh/NikhilAPatel/9/base 2025-08-14T20:52:19.5961116Z * [new branch] gh/NikhilAPatel/9/head -> origin/gh/NikhilAPatel/9/head 2025-08-14T20:52:19.5962529Z * [new branch] gh/NikhilAPatel/9/orig -> origin/gh/NikhilAPatel/9/orig 2025-08-14T20:52:19.5964652Z * [new branch] gh/PaliC/1/base -> origin/gh/PaliC/1/base 2025-08-14T20:52:19.5966084Z * [new branch] gh/PaliC/1/head -> origin/gh/PaliC/1/head 2025-08-14T20:52:19.5967489Z * [new branch] gh/PaliC/1/orig -> origin/gh/PaliC/1/orig 2025-08-14T20:52:19.5969532Z * [new branch] gh/PaliC/12/base -> origin/gh/PaliC/12/base 2025-08-14T20:52:19.5971103Z * [new branch] gh/PaliC/12/head -> origin/gh/PaliC/12/head 2025-08-14T20:52:19.5972685Z * [new branch] gh/PaliC/12/orig -> origin/gh/PaliC/12/orig 2025-08-14T20:52:19.5974588Z * [new branch] gh/PaliC/13/base -> origin/gh/PaliC/13/base 2025-08-14T20:52:19.5976023Z * [new branch] gh/PaliC/13/head -> origin/gh/PaliC/13/head 2025-08-14T20:52:19.5977491Z * [new branch] gh/PaliC/13/orig -> origin/gh/PaliC/13/orig 2025-08-14T20:52:19.5979264Z * [new branch] gh/PaliC/14/base -> origin/gh/PaliC/14/base 2025-08-14T20:52:19.5980741Z * [new branch] gh/PaliC/14/head -> origin/gh/PaliC/14/head 2025-08-14T20:52:19.5982147Z * [new branch] gh/PaliC/14/orig -> origin/gh/PaliC/14/orig 2025-08-14T20:52:19.5984001Z * [new branch] gh/PaliC/15/base -> origin/gh/PaliC/15/base 2025-08-14T20:52:19.5985583Z * [new branch] gh/PaliC/15/head -> origin/gh/PaliC/15/head 2025-08-14T20:52:19.5986904Z * [new branch] gh/PaliC/15/orig -> origin/gh/PaliC/15/orig 2025-08-14T20:52:19.5988743Z * [new branch] gh/PaliC/16/base -> origin/gh/PaliC/16/base 2025-08-14T20:52:19.5990215Z * [new branch] gh/PaliC/16/head -> origin/gh/PaliC/16/head 2025-08-14T20:52:19.5991709Z * [new branch] gh/PaliC/16/orig -> origin/gh/PaliC/16/orig 2025-08-14T20:52:19.5993515Z * [new branch] gh/PaliC/17/base -> origin/gh/PaliC/17/base 2025-08-14T20:52:19.5994933Z * [new branch] gh/PaliC/17/head -> origin/gh/PaliC/17/head 2025-08-14T20:52:19.5996394Z * [new branch] gh/PaliC/17/orig -> origin/gh/PaliC/17/orig 2025-08-14T20:52:19.5998218Z * [new branch] gh/PaliC/18/base -> origin/gh/PaliC/18/base 2025-08-14T20:52:19.5999637Z * [new branch] gh/PaliC/18/head -> origin/gh/PaliC/18/head 2025-08-14T20:52:19.6001062Z * [new branch] gh/PaliC/18/orig -> origin/gh/PaliC/18/orig 2025-08-14T20:52:19.6002872Z * [new branch] gh/PaliC/19/base -> origin/gh/PaliC/19/base 2025-08-14T20:52:19.6004278Z * [new branch] gh/PaliC/19/head -> origin/gh/PaliC/19/head 2025-08-14T20:52:19.6005722Z * [new branch] gh/PaliC/19/orig -> origin/gh/PaliC/19/orig 2025-08-14T20:52:19.6007567Z * [new branch] gh/PaliC/2/base -> origin/gh/PaliC/2/base 2025-08-14T20:52:19.6008997Z * [new branch] gh/PaliC/2/head -> origin/gh/PaliC/2/head 2025-08-14T20:52:19.6010479Z * [new branch] gh/PaliC/2/orig -> origin/gh/PaliC/2/orig 2025-08-14T20:52:19.6012419Z * [new branch] gh/PaliC/20/base -> origin/gh/PaliC/20/base 2025-08-14T20:52:19.6013895Z * [new branch] gh/PaliC/20/head -> origin/gh/PaliC/20/head 2025-08-14T20:52:19.6015361Z * [new branch] gh/PaliC/20/orig -> origin/gh/PaliC/20/orig 2025-08-14T20:52:19.6017164Z * [new branch] gh/PaliC/21/base -> origin/gh/PaliC/21/base 2025-08-14T20:52:19.6018633Z * [new branch] gh/PaliC/21/head -> origin/gh/PaliC/21/head 2025-08-14T20:52:19.6020070Z * [new branch] gh/PaliC/21/orig -> origin/gh/PaliC/21/orig 2025-08-14T20:52:19.6021926Z * [new branch] gh/PaliC/22/base -> origin/gh/PaliC/22/base 2025-08-14T20:52:19.6023336Z * [new branch] gh/PaliC/22/head -> origin/gh/PaliC/22/head 2025-08-14T20:52:19.6024786Z * [new branch] gh/PaliC/22/orig -> origin/gh/PaliC/22/orig 2025-08-14T20:52:19.6026540Z * [new branch] gh/PaliC/23/base -> origin/gh/PaliC/23/base 2025-08-14T20:52:19.6028003Z * [new branch] gh/PaliC/23/head -> origin/gh/PaliC/23/head 2025-08-14T20:52:19.6029566Z * [new branch] gh/PaliC/23/orig -> origin/gh/PaliC/23/orig 2025-08-14T20:52:19.6031452Z * [new branch] gh/PaliC/24/base -> origin/gh/PaliC/24/base 2025-08-14T20:52:19.6033001Z * [new branch] gh/PaliC/24/head -> origin/gh/PaliC/24/head 2025-08-14T20:52:19.6034409Z * [new branch] gh/PaliC/24/orig -> origin/gh/PaliC/24/orig 2025-08-14T20:52:19.6036688Z * [new branch] gh/PaulZhang12/17/base -> origin/gh/PaulZhang12/17/base 2025-08-14T20:52:19.6038068Z * [new branch] gh/PaulZhang12/17/head -> origin/gh/PaulZhang12/17/head 2025-08-14T20:52:19.6039974Z * [new branch] gh/PaulZhang12/18/base -> origin/gh/PaulZhang12/18/base 2025-08-14T20:52:19.6041676Z * [new branch] gh/PaulZhang12/18/head -> origin/gh/PaulZhang12/18/head 2025-08-14T20:52:19.6043169Z * [new branch] gh/PaulZhang12/18/orig -> origin/gh/PaulZhang12/18/orig 2025-08-14T20:52:19.6045022Z * [new branch] gh/PaulZhang12/19/base -> origin/gh/PaulZhang12/19/base 2025-08-14T20:52:19.6046616Z * [new branch] gh/PaulZhang12/19/head -> origin/gh/PaulZhang12/19/head 2025-08-14T20:52:19.6048026Z * [new branch] gh/PaulZhang12/19/orig -> origin/gh/PaulZhang12/19/orig 2025-08-14T20:52:19.6050294Z * [new branch] gh/PaulZhang12/20/base -> origin/gh/PaulZhang12/20/base 2025-08-14T20:52:19.6051627Z * [new branch] gh/PaulZhang12/20/head -> origin/gh/PaulZhang12/20/head 2025-08-14T20:52:19.6053118Z * [new branch] gh/PaulZhang12/20/orig -> origin/gh/PaulZhang12/20/orig 2025-08-14T20:52:19.6054958Z * [new branch] gh/PaulZhang12/21/base -> origin/gh/PaulZhang12/21/base 2025-08-14T20:52:19.6056491Z * [new branch] gh/PaulZhang12/21/head -> origin/gh/PaulZhang12/21/head 2025-08-14T20:52:19.6057927Z * [new branch] gh/PaulZhang12/21/orig -> origin/gh/PaulZhang12/21/orig 2025-08-14T20:52:19.6059843Z * [new branch] gh/PaulZhang12/22/base -> origin/gh/PaulZhang12/22/base 2025-08-14T20:52:19.6061272Z * [new branch] gh/PaulZhang12/22/head -> origin/gh/PaulZhang12/22/head 2025-08-14T20:52:19.6062689Z * [new branch] gh/PaulZhang12/22/orig -> origin/gh/PaulZhang12/22/orig 2025-08-14T20:52:19.6064857Z * [new branch] gh/SamGinzburg/11/base -> origin/gh/SamGinzburg/11/base 2025-08-14T20:52:19.6066253Z * [new branch] gh/SamGinzburg/11/head -> origin/gh/SamGinzburg/11/head 2025-08-14T20:52:19.6069130Z * [new branch] gh/Sidharth123-cpu/24/base -> origin/gh/Sidharth123-cpu/24/base 2025-08-14T20:52:19.6070853Z * [new branch] gh/Sidharth123-cpu/25/base -> origin/gh/Sidharth123-cpu/25/base 2025-08-14T20:52:19.6072507Z * [new branch] gh/Sidharth123-cpu/26/base -> origin/gh/Sidharth123-cpu/26/base 2025-08-14T20:52:19.6074408Z * [new branch] gh/Sidharth123-cpu/27/base -> origin/gh/Sidharth123-cpu/27/base 2025-08-14T20:52:19.6076527Z * [new branch] gh/Sidharth123-cpu/42/base -> origin/gh/Sidharth123-cpu/42/base 2025-08-14T20:52:19.6078025Z * [new branch] gh/Sidharth123-cpu/42/head -> origin/gh/Sidharth123-cpu/42/head 2025-08-14T20:52:19.6079511Z * [new branch] gh/Sidharth123-cpu/42/orig -> origin/gh/Sidharth123-cpu/42/orig 2025-08-14T20:52:19.6081372Z * [new branch] gh/Sidharth123-cpu/43/base -> origin/gh/Sidharth123-cpu/43/base 2025-08-14T20:52:19.6082928Z * [new branch] gh/Sidharth123-cpu/43/head -> origin/gh/Sidharth123-cpu/43/head 2025-08-14T20:52:19.6084324Z * [new branch] gh/Sidharth123-cpu/43/orig -> origin/gh/Sidharth123-cpu/43/orig 2025-08-14T20:52:19.6086473Z * [new branch] gh/Sidharth123-cpu/44/base -> origin/gh/Sidharth123-cpu/44/base 2025-08-14T20:52:19.6088039Z * [new branch] gh/Sidharth123-cpu/44/head -> origin/gh/Sidharth123-cpu/44/head 2025-08-14T20:52:19.6089517Z * [new branch] gh/Sidharth123-cpu/44/orig -> origin/gh/Sidharth123-cpu/44/orig 2025-08-14T20:52:19.6091335Z * [new branch] gh/Sidharth123-cpu/45/base -> origin/gh/Sidharth123-cpu/45/base 2025-08-14T20:52:19.6092750Z * [new branch] gh/Sidharth123-cpu/45/head -> origin/gh/Sidharth123-cpu/45/head 2025-08-14T20:52:19.6094276Z * [new branch] gh/Sidharth123-cpu/45/orig -> origin/gh/Sidharth123-cpu/45/orig 2025-08-14T20:52:19.6096497Z * [new branch] gh/StrongerXi/1/base -> origin/gh/StrongerXi/1/base 2025-08-14T20:52:19.6097923Z * [new branch] gh/StrongerXi/1/head -> origin/gh/StrongerXi/1/head 2025-08-14T20:52:19.6099737Z * [new branch] gh/StrongerXi/103/base -> origin/gh/StrongerXi/103/base 2025-08-14T20:52:19.6101431Z * [new branch] gh/StrongerXi/103/head -> origin/gh/StrongerXi/103/head 2025-08-14T20:52:19.6102585Z * [new branch] gh/StrongerXi/103/orig -> origin/gh/StrongerXi/103/orig 2025-08-14T20:52:19.6104525Z * [new branch] gh/StrongerXi/133/base -> origin/gh/StrongerXi/133/base 2025-08-14T20:52:19.6105965Z * [new branch] gh/StrongerXi/133/head -> origin/gh/StrongerXi/133/head 2025-08-14T20:52:19.6107404Z * [new branch] gh/StrongerXi/133/orig -> origin/gh/StrongerXi/133/orig 2025-08-14T20:52:19.6109299Z * [new branch] gh/StrongerXi/134/base -> origin/gh/StrongerXi/134/base 2025-08-14T20:52:19.6110706Z * [new branch] gh/StrongerXi/134/head -> origin/gh/StrongerXi/134/head 2025-08-14T20:52:19.6112129Z * [new branch] gh/StrongerXi/134/orig -> origin/gh/StrongerXi/134/orig 2025-08-14T20:52:19.6114030Z * [new branch] gh/StrongerXi/135/base -> origin/gh/StrongerXi/135/base 2025-08-14T20:52:19.6115513Z * [new branch] gh/StrongerXi/135/head -> origin/gh/StrongerXi/135/head 2025-08-14T20:52:19.6116965Z * [new branch] gh/StrongerXi/135/orig -> origin/gh/StrongerXi/135/orig 2025-08-14T20:52:19.6118862Z * [new branch] gh/StrongerXi/136/base -> origin/gh/StrongerXi/136/base 2025-08-14T20:52:19.6120327Z * [new branch] gh/StrongerXi/136/head -> origin/gh/StrongerXi/136/head 2025-08-14T20:52:19.6121768Z * [new branch] gh/StrongerXi/136/orig -> origin/gh/StrongerXi/136/orig 2025-08-14T20:52:19.6123554Z * [new branch] gh/StrongerXi/137/base -> origin/gh/StrongerXi/137/base 2025-08-14T20:52:19.6124945Z * [new branch] gh/StrongerXi/137/head -> origin/gh/StrongerXi/137/head 2025-08-14T20:52:19.6126482Z * [new branch] gh/StrongerXi/137/orig -> origin/gh/StrongerXi/137/orig 2025-08-14T20:52:19.6128197Z * [new branch] gh/StrongerXi/138/base -> origin/gh/StrongerXi/138/base 2025-08-14T20:52:19.6129638Z * [new branch] gh/StrongerXi/138/head -> origin/gh/StrongerXi/138/head 2025-08-14T20:52:19.6131124Z * [new branch] gh/StrongerXi/138/orig -> origin/gh/StrongerXi/138/orig 2025-08-14T20:52:19.6132877Z * [new branch] gh/StrongerXi/71/base -> origin/gh/StrongerXi/71/base 2025-08-14T20:52:19.6134274Z * [new branch] gh/StrongerXi/71/head -> origin/gh/StrongerXi/71/head 2025-08-14T20:52:19.6136052Z * [new branch] gh/StrongerXi/72/base -> origin/gh/StrongerXi/72/base 2025-08-14T20:52:19.6137462Z * [new branch] gh/StrongerXi/72/head -> origin/gh/StrongerXi/72/head 2025-08-14T20:52:19.6139802Z * [new branch] gh/XilunWu/131/base -> origin/gh/XilunWu/131/base 2025-08-14T20:52:19.6141411Z * [new branch] gh/XilunWu/131/head -> origin/gh/XilunWu/131/head 2025-08-14T20:52:19.6142981Z * [new branch] gh/XilunWu/131/orig -> origin/gh/XilunWu/131/orig 2025-08-14T20:52:19.6144915Z * [new branch] gh/XilunWu/133/base -> origin/gh/XilunWu/133/base 2025-08-14T20:52:19.6146220Z * [new branch] gh/XilunWu/133/head -> origin/gh/XilunWu/133/head 2025-08-14T20:52:19.6147724Z * [new branch] gh/XilunWu/133/orig -> origin/gh/XilunWu/133/orig 2025-08-14T20:52:19.6150024Z * [new branch] gh/XilunWu/136/base -> origin/gh/XilunWu/136/base 2025-08-14T20:52:19.6151411Z * [new branch] gh/XilunWu/136/head -> origin/gh/XilunWu/136/head 2025-08-14T20:52:19.6152842Z * [new branch] gh/XilunWu/136/orig -> origin/gh/XilunWu/136/orig 2025-08-14T20:52:19.6154788Z * [new branch] gh/XilunWu/139/base -> origin/gh/XilunWu/139/base 2025-08-14T20:52:19.6156389Z * [new branch] gh/XilunWu/139/head -> origin/gh/XilunWu/139/head 2025-08-14T20:52:19.6157553Z * [new branch] gh/XilunWu/139/orig -> origin/gh/XilunWu/139/orig 2025-08-14T20:52:19.6159605Z * [new branch] gh/XilunWu/143/base -> origin/gh/XilunWu/143/base 2025-08-14T20:52:19.6161114Z * [new branch] gh/XilunWu/143/head -> origin/gh/XilunWu/143/head 2025-08-14T20:52:19.6162574Z * [new branch] gh/XilunWu/143/orig -> origin/gh/XilunWu/143/orig 2025-08-14T20:52:19.6164534Z * [new branch] gh/XilunWu/144/base -> origin/gh/XilunWu/144/base 2025-08-14T20:52:19.6165929Z * [new branch] gh/XilunWu/144/head -> origin/gh/XilunWu/144/head 2025-08-14T20:52:19.6167429Z * [new branch] gh/XilunWu/144/orig -> origin/gh/XilunWu/144/orig 2025-08-14T20:52:19.6169350Z * [new branch] gh/XilunWu/145/base -> origin/gh/XilunWu/145/base 2025-08-14T20:52:19.6170714Z * [new branch] gh/XilunWu/145/head -> origin/gh/XilunWu/145/head 2025-08-14T20:52:19.6172086Z * [new branch] gh/XilunWu/145/orig -> origin/gh/XilunWu/145/orig 2025-08-14T20:52:19.6173787Z * [new branch] gh/XilunWu/146/base -> origin/gh/XilunWu/146/base 2025-08-14T20:52:19.6175271Z * [new branch] gh/XilunWu/146/head -> origin/gh/XilunWu/146/head 2025-08-14T20:52:19.6176653Z * [new branch] gh/XilunWu/146/orig -> origin/gh/XilunWu/146/orig 2025-08-14T20:52:19.6178641Z * [new branch] gh/XilunWu/147/base -> origin/gh/XilunWu/147/base 2025-08-14T20:52:19.6180727Z * [new branch] gh/XilunWu/147/head -> origin/gh/XilunWu/147/head 2025-08-14T20:52:19.6181726Z * [new branch] gh/XilunWu/147/orig -> origin/gh/XilunWu/147/orig 2025-08-14T20:52:19.6183474Z * [new branch] gh/XilunWu/148/base -> origin/gh/XilunWu/148/base 2025-08-14T20:52:19.6184914Z * [new branch] gh/XilunWu/148/head -> origin/gh/XilunWu/148/head 2025-08-14T20:52:19.6186400Z * [new branch] gh/XilunWu/148/orig -> origin/gh/XilunWu/148/orig 2025-08-14T20:52:19.6188070Z * [new branch] gh/XilunWu/149/base -> origin/gh/XilunWu/149/base 2025-08-14T20:52:19.6189667Z * [new branch] gh/XilunWu/149/head -> origin/gh/XilunWu/149/head 2025-08-14T20:52:19.6191110Z * [new branch] gh/XilunWu/149/orig -> origin/gh/XilunWu/149/orig 2025-08-14T20:52:19.6192810Z * [new branch] gh/XilunWu/150/base -> origin/gh/XilunWu/150/base 2025-08-14T20:52:19.6194221Z * [new branch] gh/XilunWu/150/head -> origin/gh/XilunWu/150/head 2025-08-14T20:52:19.6195610Z * [new branch] gh/XilunWu/150/orig -> origin/gh/XilunWu/150/orig 2025-08-14T20:52:19.6197643Z * [new branch] gh/XilunWu/151/base -> origin/gh/XilunWu/151/base 2025-08-14T20:52:19.6199089Z * [new branch] gh/XilunWu/151/head -> origin/gh/XilunWu/151/head 2025-08-14T20:52:19.6200592Z * [new branch] gh/XilunWu/151/orig -> origin/gh/XilunWu/151/orig 2025-08-14T20:52:19.6202368Z * [new branch] gh/XilunWu/152/base -> origin/gh/XilunWu/152/base 2025-08-14T20:52:19.6214394Z * [new branch] gh/XilunWu/152/head -> origin/gh/XilunWu/152/head 2025-08-14T20:52:19.6214993Z * [new branch] gh/XilunWu/152/orig -> origin/gh/XilunWu/152/orig 2025-08-14T20:52:19.6215555Z * [new branch] gh/XilunWu/153/base -> origin/gh/XilunWu/153/base 2025-08-14T20:52:19.6216079Z * [new branch] gh/XilunWu/153/head -> origin/gh/XilunWu/153/head 2025-08-14T20:52:19.6216610Z * [new branch] gh/XilunWu/153/orig -> origin/gh/XilunWu/153/orig 2025-08-14T20:52:19.6217141Z * [new branch] gh/XilunWu/154/base -> origin/gh/XilunWu/154/base 2025-08-14T20:52:19.6217760Z * [new branch] gh/XilunWu/154/head -> origin/gh/XilunWu/154/head 2025-08-14T20:52:19.6218297Z * [new branch] gh/XilunWu/154/orig -> origin/gh/XilunWu/154/orig 2025-08-14T20:52:19.6218820Z * [new branch] gh/XilunWu/156/base -> origin/gh/XilunWu/156/base 2025-08-14T20:52:19.6219371Z * [new branch] gh/XilunWu/156/head -> origin/gh/XilunWu/156/head 2025-08-14T20:52:19.6219901Z * [new branch] gh/XilunWu/156/orig -> origin/gh/XilunWu/156/orig 2025-08-14T20:52:19.6220445Z * [new branch] gh/XilunWu/157/base -> origin/gh/XilunWu/157/base 2025-08-14T20:52:19.6221422Z * [new branch] gh/XilunWu/157/head -> origin/gh/XilunWu/157/head 2025-08-14T20:52:19.6222945Z * [new branch] gh/XilunWu/157/orig -> origin/gh/XilunWu/157/orig 2025-08-14T20:52:19.6225056Z * [new branch] gh/XilunWu/158/base -> origin/gh/XilunWu/158/base 2025-08-14T20:52:19.6226415Z * [new branch] gh/XilunWu/158/head -> origin/gh/XilunWu/158/head 2025-08-14T20:52:19.6227840Z * [new branch] gh/XilunWu/158/orig -> origin/gh/XilunWu/158/orig 2025-08-14T20:52:19.6230158Z * [new branch] gh/XilunWu/159/base -> origin/gh/XilunWu/159/base 2025-08-14T20:52:19.6231774Z * [new branch] gh/XilunWu/159/head -> origin/gh/XilunWu/159/head 2025-08-14T20:52:19.6233246Z * [new branch] gh/XilunWu/159/orig -> origin/gh/XilunWu/159/orig 2025-08-14T20:52:19.6235340Z * [new branch] gh/XilunWu/160/base -> origin/gh/XilunWu/160/base 2025-08-14T20:52:19.6236918Z * [new branch] gh/XilunWu/160/head -> origin/gh/XilunWu/160/head 2025-08-14T20:52:19.6238344Z * [new branch] gh/XilunWu/160/orig -> origin/gh/XilunWu/160/orig 2025-08-14T20:52:19.6240473Z * [new branch] gh/XilunWu/161/base -> origin/gh/XilunWu/161/base 2025-08-14T20:52:19.6241831Z * [new branch] gh/XilunWu/161/head -> origin/gh/XilunWu/161/head 2025-08-14T20:52:19.6243228Z * [new branch] gh/XilunWu/161/orig -> origin/gh/XilunWu/161/orig 2025-08-14T20:52:19.6245307Z * [new branch] gh/XilunWu/162/base -> origin/gh/XilunWu/162/base 2025-08-14T20:52:19.6246991Z * [new branch] gh/XilunWu/162/head -> origin/gh/XilunWu/162/head 2025-08-14T20:52:19.6248869Z * [new branch] gh/XilunWu/162/orig -> origin/gh/XilunWu/162/orig 2025-08-14T20:52:19.6250968Z * [new branch] gh/XilunWu/163/base -> origin/gh/XilunWu/163/base 2025-08-14T20:52:19.6252456Z * [new branch] gh/XilunWu/163/head -> origin/gh/XilunWu/163/head 2025-08-14T20:52:19.6253877Z * [new branch] gh/XilunWu/163/orig -> origin/gh/XilunWu/163/orig 2025-08-14T20:52:19.6256269Z * [new branch] gh/XuehaiPan/14/base -> origin/gh/XuehaiPan/14/base 2025-08-14T20:52:19.6257770Z * [new branch] gh/XuehaiPan/14/head -> origin/gh/XuehaiPan/14/head 2025-08-14T20:52:19.6259231Z * [new branch] gh/XuehaiPan/14/orig -> origin/gh/XuehaiPan/14/orig 2025-08-14T20:52:19.6261116Z * [new branch] gh/XuehaiPan/179/base -> origin/gh/XuehaiPan/179/base 2025-08-14T20:52:19.6262578Z * [new branch] gh/XuehaiPan/179/head -> origin/gh/XuehaiPan/179/head 2025-08-14T20:52:19.6264114Z * [new branch] gh/XuehaiPan/179/orig -> origin/gh/XuehaiPan/179/orig 2025-08-14T20:52:19.6266011Z * [new branch] gh/XuehaiPan/189/base -> origin/gh/XuehaiPan/189/base 2025-08-14T20:52:19.6267443Z * [new branch] gh/XuehaiPan/189/head -> origin/gh/XuehaiPan/189/head 2025-08-14T20:52:19.6268954Z * [new branch] gh/XuehaiPan/189/orig -> origin/gh/XuehaiPan/189/orig 2025-08-14T20:52:19.6270931Z * [new branch] gh/XuehaiPan/227/base -> origin/gh/XuehaiPan/227/base 2025-08-14T20:52:19.6272253Z * [new branch] gh/XuehaiPan/227/head -> origin/gh/XuehaiPan/227/head 2025-08-14T20:52:19.6273640Z * [new branch] gh/XuehaiPan/227/orig -> origin/gh/XuehaiPan/227/orig 2025-08-14T20:52:19.6275728Z * [new branch] gh/XuehaiPan/231/base -> origin/gh/XuehaiPan/231/base 2025-08-14T20:52:19.6277136Z * [new branch] gh/XuehaiPan/231/head -> origin/gh/XuehaiPan/231/head 2025-08-14T20:52:19.6278590Z * [new branch] gh/XuehaiPan/231/orig -> origin/gh/XuehaiPan/231/orig 2025-08-14T20:52:19.6280495Z * [new branch] gh/XuehaiPan/232/base -> origin/gh/XuehaiPan/232/base 2025-08-14T20:52:19.6281897Z * [new branch] gh/XuehaiPan/232/head -> origin/gh/XuehaiPan/232/head 2025-08-14T20:52:19.6283685Z * [new branch] gh/XuehaiPan/232/orig -> origin/gh/XuehaiPan/232/orig 2025-08-14T20:52:19.6285597Z * [new branch] gh/XuehaiPan/249/base -> origin/gh/XuehaiPan/249/base 2025-08-14T20:52:19.6287100Z * [new branch] gh/XuehaiPan/249/head -> origin/gh/XuehaiPan/249/head 2025-08-14T20:52:19.6288621Z * [new branch] gh/XuehaiPan/249/orig -> origin/gh/XuehaiPan/249/orig 2025-08-14T20:52:19.6290338Z * [new branch] gh/XuehaiPan/253/base -> origin/gh/XuehaiPan/253/base 2025-08-14T20:52:19.6291798Z * [new branch] gh/XuehaiPan/253/head -> origin/gh/XuehaiPan/253/head 2025-08-14T20:52:19.6293243Z * [new branch] gh/XuehaiPan/253/orig -> origin/gh/XuehaiPan/253/orig 2025-08-14T20:52:19.6295279Z * [new branch] gh/XuehaiPan/254/base -> origin/gh/XuehaiPan/254/base 2025-08-14T20:52:19.6296671Z * [new branch] gh/XuehaiPan/254/head -> origin/gh/XuehaiPan/254/head 2025-08-14T20:52:19.6298147Z * [new branch] gh/XuehaiPan/254/orig -> origin/gh/XuehaiPan/254/orig 2025-08-14T20:52:19.6299895Z * [new branch] gh/XuehaiPan/255/base -> origin/gh/XuehaiPan/255/base 2025-08-14T20:52:19.6301350Z * [new branch] gh/XuehaiPan/255/head -> origin/gh/XuehaiPan/255/head 2025-08-14T20:52:19.6302812Z * [new branch] gh/XuehaiPan/255/orig -> origin/gh/XuehaiPan/255/orig 2025-08-14T20:52:19.6304696Z * [new branch] gh/XuehaiPan/257/base -> origin/gh/XuehaiPan/257/base 2025-08-14T20:52:19.6306103Z * [new branch] gh/XuehaiPan/257/head -> origin/gh/XuehaiPan/257/head 2025-08-14T20:52:19.6307563Z * [new branch] gh/XuehaiPan/257/orig -> origin/gh/XuehaiPan/257/orig 2025-08-14T20:52:19.6309502Z * [new branch] gh/XuehaiPan/271/base -> origin/gh/XuehaiPan/271/base 2025-08-14T20:52:19.6311037Z * [new branch] gh/XuehaiPan/271/head -> origin/gh/XuehaiPan/271/head 2025-08-14T20:52:19.6312445Z * [new branch] gh/XuehaiPan/271/orig -> origin/gh/XuehaiPan/271/orig 2025-08-14T20:52:19.6314379Z * [new branch] gh/XuehaiPan/283/base -> origin/gh/XuehaiPan/283/base 2025-08-14T20:52:19.6315775Z * [new branch] gh/XuehaiPan/283/head -> origin/gh/XuehaiPan/283/head 2025-08-14T20:52:19.6317241Z * [new branch] gh/XuehaiPan/283/orig -> origin/gh/XuehaiPan/283/orig 2025-08-14T20:52:19.6319202Z * [new branch] gh/XuehaiPan/290/base -> origin/gh/XuehaiPan/290/base 2025-08-14T20:52:19.6320638Z * [new branch] gh/XuehaiPan/290/head -> origin/gh/XuehaiPan/290/head 2025-08-14T20:52:19.6322059Z * [new branch] gh/XuehaiPan/290/orig -> origin/gh/XuehaiPan/290/orig 2025-08-14T20:52:19.6323978Z * [new branch] gh/XuehaiPan/328/base -> origin/gh/XuehaiPan/328/base 2025-08-14T20:52:19.6325465Z * [new branch] gh/XuehaiPan/328/head -> origin/gh/XuehaiPan/328/head 2025-08-14T20:52:19.6326938Z * [new branch] gh/XuehaiPan/328/orig -> origin/gh/XuehaiPan/328/orig 2025-08-14T20:52:19.6328760Z * [new branch] gh/XuehaiPan/339/base -> origin/gh/XuehaiPan/339/base 2025-08-14T20:52:19.6330192Z * [new branch] gh/XuehaiPan/339/head -> origin/gh/XuehaiPan/339/head 2025-08-14T20:52:19.6332180Z * [new branch] gh/XuehaiPan/339/orig -> origin/gh/XuehaiPan/339/orig 2025-08-14T20:52:19.6334138Z * [new branch] gh/XuehaiPan/343/base -> origin/gh/XuehaiPan/343/base 2025-08-14T20:52:19.6336199Z * [new branch] gh/XuehaiPan/343/head -> origin/gh/XuehaiPan/343/head 2025-08-14T20:52:19.6337790Z * [new branch] gh/XuehaiPan/343/orig -> origin/gh/XuehaiPan/343/orig 2025-08-14T20:52:19.6340068Z * [new branch] gh/XuehaiPan/344/base -> origin/gh/XuehaiPan/344/base 2025-08-14T20:52:19.6341534Z * [new branch] gh/XuehaiPan/344/head -> origin/gh/XuehaiPan/344/head 2025-08-14T20:52:19.6343053Z * [new branch] gh/XuehaiPan/344/orig -> origin/gh/XuehaiPan/344/orig 2025-08-14T20:52:19.6344910Z * [new branch] gh/XuehaiPan/345/base -> origin/gh/XuehaiPan/345/base 2025-08-14T20:52:19.6346349Z * [new branch] gh/XuehaiPan/345/head -> origin/gh/XuehaiPan/345/head 2025-08-14T20:52:19.6347784Z * [new branch] gh/XuehaiPan/345/orig -> origin/gh/XuehaiPan/345/orig 2025-08-14T20:52:19.6350001Z * [new branch] gh/XuehaiPan/346/base -> origin/gh/XuehaiPan/346/base 2025-08-14T20:52:19.6351468Z * [new branch] gh/XuehaiPan/346/head -> origin/gh/XuehaiPan/346/head 2025-08-14T20:52:19.6352770Z * [new branch] gh/XuehaiPan/346/orig -> origin/gh/XuehaiPan/346/orig 2025-08-14T20:52:19.6354889Z * [new branch] gh/XuehaiPan/347/base -> origin/gh/XuehaiPan/347/base 2025-08-14T20:52:19.6356304Z * [new branch] gh/XuehaiPan/347/head -> origin/gh/XuehaiPan/347/head 2025-08-14T20:52:19.6357779Z * [new branch] gh/XuehaiPan/347/orig -> origin/gh/XuehaiPan/347/orig 2025-08-14T20:52:19.6359589Z * [new branch] gh/XuehaiPan/348/base -> origin/gh/XuehaiPan/348/base 2025-08-14T20:52:19.6361003Z * [new branch] gh/XuehaiPan/348/head -> origin/gh/XuehaiPan/348/head 2025-08-14T20:52:19.6362360Z * [new branch] gh/XuehaiPan/348/orig -> origin/gh/XuehaiPan/348/orig 2025-08-14T20:52:19.6364241Z * [new branch] gh/XuehaiPan/350/base -> origin/gh/XuehaiPan/350/base 2025-08-14T20:52:19.6365691Z * [new branch] gh/XuehaiPan/350/head -> origin/gh/XuehaiPan/350/head 2025-08-14T20:52:19.6367115Z * [new branch] gh/XuehaiPan/350/orig -> origin/gh/XuehaiPan/350/orig 2025-08-14T20:52:19.6368962Z * [new branch] gh/XuehaiPan/352/base -> origin/gh/XuehaiPan/352/base 2025-08-14T20:52:19.6370378Z * [new branch] gh/XuehaiPan/352/head -> origin/gh/XuehaiPan/352/head 2025-08-14T20:52:19.6371821Z * [new branch] gh/XuehaiPan/352/orig -> origin/gh/XuehaiPan/352/orig 2025-08-14T20:52:19.6373836Z * [new branch] gh/XuehaiPan/356/base -> origin/gh/XuehaiPan/356/base 2025-08-14T20:52:19.6375219Z * [new branch] gh/XuehaiPan/356/head -> origin/gh/XuehaiPan/356/head 2025-08-14T20:52:19.6376678Z * [new branch] gh/XuehaiPan/356/orig -> origin/gh/XuehaiPan/356/orig 2025-08-14T20:52:19.6378522Z * [new branch] gh/XuehaiPan/357/base -> origin/gh/XuehaiPan/357/base 2025-08-14T20:52:19.6380098Z * [new branch] gh/XuehaiPan/357/head -> origin/gh/XuehaiPan/357/head 2025-08-14T20:52:19.6381520Z * [new branch] gh/XuehaiPan/357/orig -> origin/gh/XuehaiPan/357/orig 2025-08-14T20:52:19.6383748Z * [new branch] gh/XuehaiPan/358/base -> origin/gh/XuehaiPan/358/base 2025-08-14T20:52:19.6384886Z * [new branch] gh/XuehaiPan/358/head -> origin/gh/XuehaiPan/358/head 2025-08-14T20:52:19.6386335Z * [new branch] gh/XuehaiPan/358/orig -> origin/gh/XuehaiPan/358/orig 2025-08-14T20:52:19.6388636Z * [new branch] gh/XuehaiPan/359/base -> origin/gh/XuehaiPan/359/base 2025-08-14T20:52:19.6389846Z * [new branch] gh/XuehaiPan/359/head -> origin/gh/XuehaiPan/359/head 2025-08-14T20:52:19.6391406Z * [new branch] gh/XuehaiPan/359/orig -> origin/gh/XuehaiPan/359/orig 2025-08-14T20:52:19.6393476Z * [new branch] gh/XuehaiPan/360/base -> origin/gh/XuehaiPan/360/base 2025-08-14T20:52:19.6396736Z * [new branch] gh/XuehaiPan/360/head -> origin/gh/XuehaiPan/360/head 2025-08-14T20:52:19.6397794Z * [new branch] gh/XuehaiPan/360/orig -> origin/gh/XuehaiPan/360/orig 2025-08-14T20:52:19.6398966Z * [new branch] gh/XuehaiPan/365/base -> origin/gh/XuehaiPan/365/base 2025-08-14T20:52:19.6400476Z * [new branch] gh/XuehaiPan/365/head -> origin/gh/XuehaiPan/365/head 2025-08-14T20:52:19.6401734Z * [new branch] gh/XuehaiPan/365/orig -> origin/gh/XuehaiPan/365/orig 2025-08-14T20:52:19.6403776Z * [new branch] gh/XuehaiPan/366/base -> origin/gh/XuehaiPan/366/base 2025-08-14T20:52:19.6405067Z * [new branch] gh/XuehaiPan/366/head -> origin/gh/XuehaiPan/366/head 2025-08-14T20:52:19.6407104Z * [new branch] gh/XuehaiPan/368/base -> origin/gh/XuehaiPan/368/base 2025-08-14T20:52:19.6408420Z * [new branch] gh/XuehaiPan/368/head -> origin/gh/XuehaiPan/368/head 2025-08-14T20:52:19.6409836Z * [new branch] gh/XuehaiPan/368/orig -> origin/gh/XuehaiPan/368/orig 2025-08-14T20:52:19.6411908Z * [new branch] gh/XuehaiPan/369/base -> origin/gh/XuehaiPan/369/base 2025-08-14T20:52:19.6413235Z * [new branch] gh/XuehaiPan/369/head -> origin/gh/XuehaiPan/369/head 2025-08-14T20:52:19.6414688Z * [new branch] gh/XuehaiPan/369/orig -> origin/gh/XuehaiPan/369/orig 2025-08-14T20:52:19.6416628Z * [new branch] gh/XuehaiPan/370/base -> origin/gh/XuehaiPan/370/base 2025-08-14T20:52:19.6417982Z * [new branch] gh/XuehaiPan/370/head -> origin/gh/XuehaiPan/370/head 2025-08-14T20:52:19.6419425Z * [new branch] gh/XuehaiPan/370/orig -> origin/gh/XuehaiPan/370/orig 2025-08-14T20:52:19.6421447Z * [new branch] gh/XuehaiPan/371/base -> origin/gh/XuehaiPan/371/base 2025-08-14T20:52:19.6422767Z * [new branch] gh/XuehaiPan/371/head -> origin/gh/XuehaiPan/371/head 2025-08-14T20:52:19.6424231Z * [new branch] gh/XuehaiPan/371/orig -> origin/gh/XuehaiPan/371/orig 2025-08-14T20:52:19.6426327Z * [new branch] gh/XuehaiPan/372/base -> origin/gh/XuehaiPan/372/base 2025-08-14T20:52:19.6427650Z * [new branch] gh/XuehaiPan/372/head -> origin/gh/XuehaiPan/372/head 2025-08-14T20:52:19.6429247Z * [new branch] gh/XuehaiPan/372/orig -> origin/gh/XuehaiPan/372/orig 2025-08-14T20:52:19.6431226Z * [new branch] gh/XuehaiPan/373/base -> origin/gh/XuehaiPan/373/base 2025-08-14T20:52:19.6432590Z * [new branch] gh/XuehaiPan/373/head -> origin/gh/XuehaiPan/373/head 2025-08-14T20:52:19.6434033Z * [new branch] gh/XuehaiPan/373/orig -> origin/gh/XuehaiPan/373/orig 2025-08-14T20:52:19.6436059Z * [new branch] gh/XuehaiPan/374/base -> origin/gh/XuehaiPan/374/base 2025-08-14T20:52:19.6437450Z * [new branch] gh/XuehaiPan/374/head -> origin/gh/XuehaiPan/374/head 2025-08-14T20:52:19.6438803Z * [new branch] gh/XuehaiPan/374/orig -> origin/gh/XuehaiPan/374/orig 2025-08-14T20:52:19.6440953Z * [new branch] gh/XuehaiPan/375/base -> origin/gh/XuehaiPan/375/base 2025-08-14T20:52:19.6442217Z * [new branch] gh/XuehaiPan/375/head -> origin/gh/XuehaiPan/375/head 2025-08-14T20:52:19.6443646Z * [new branch] gh/XuehaiPan/375/orig -> origin/gh/XuehaiPan/375/orig 2025-08-14T20:52:19.6445611Z * [new branch] gh/XuehaiPan/376/base -> origin/gh/XuehaiPan/376/base 2025-08-14T20:52:19.6446942Z * [new branch] gh/XuehaiPan/376/head -> origin/gh/XuehaiPan/376/head 2025-08-14T20:52:19.6448611Z * [new branch] gh/XuehaiPan/376/orig -> origin/gh/XuehaiPan/376/orig 2025-08-14T20:52:19.6450676Z * [new branch] gh/XuehaiPan/377/base -> origin/gh/XuehaiPan/377/base 2025-08-14T20:52:19.6452005Z * [new branch] gh/XuehaiPan/377/head -> origin/gh/XuehaiPan/377/head 2025-08-14T20:52:19.6453483Z * [new branch] gh/XuehaiPan/377/orig -> origin/gh/XuehaiPan/377/orig 2025-08-14T20:52:19.6455536Z * [new branch] gh/XuehaiPan/378/base -> origin/gh/XuehaiPan/378/base 2025-08-14T20:52:19.6456982Z * [new branch] gh/XuehaiPan/378/head -> origin/gh/XuehaiPan/378/head 2025-08-14T20:52:19.6458416Z * [new branch] gh/XuehaiPan/378/orig -> origin/gh/XuehaiPan/378/orig 2025-08-14T20:52:19.6460370Z * [new branch] gh/XuehaiPan/379/base -> origin/gh/XuehaiPan/379/base 2025-08-14T20:52:19.6461699Z * [new branch] gh/XuehaiPan/379/head -> origin/gh/XuehaiPan/379/head 2025-08-14T20:52:19.6463127Z * [new branch] gh/XuehaiPan/379/orig -> origin/gh/XuehaiPan/379/orig 2025-08-14T20:52:19.6465468Z * [new branch] gh/ZhiweiYan-96/39/base -> origin/gh/ZhiweiYan-96/39/base 2025-08-14T20:52:19.6466790Z * [new branch] gh/ZhiweiYan-96/39/head -> origin/gh/ZhiweiYan-96/39/head 2025-08-14T20:52:19.6468279Z * [new branch] gh/ZhiweiYan-96/39/orig -> origin/gh/ZhiweiYan-96/39/orig 2025-08-14T20:52:19.6470395Z * [new branch] gh/ZhiweiYan-96/44/base -> origin/gh/ZhiweiYan-96/44/base 2025-08-14T20:52:19.6471730Z * [new branch] gh/ZhiweiYan-96/44/head -> origin/gh/ZhiweiYan-96/44/head 2025-08-14T20:52:19.6473603Z * [new branch] gh/ZhiweiYan-96/45/base -> origin/gh/ZhiweiYan-96/45/base 2025-08-14T20:52:19.6474852Z * [new branch] gh/ZhiweiYan-96/45/head -> origin/gh/ZhiweiYan-96/45/head 2025-08-14T20:52:19.6476869Z * [new branch] gh/ZhiweiYan-96/49/base -> origin/gh/ZhiweiYan-96/49/base 2025-08-14T20:52:19.6478154Z * [new branch] gh/ZhiweiYan-96/49/head -> origin/gh/ZhiweiYan-96/49/head 2025-08-14T20:52:19.6480123Z * [new branch] gh/ZhiweiYan-96/62/base -> origin/gh/ZhiweiYan-96/62/base 2025-08-14T20:52:19.6481430Z * [new branch] gh/ZhiweiYan-96/62/head -> origin/gh/ZhiweiYan-96/62/head 2025-08-14T20:52:19.6483312Z * [new branch] gh/ZhiweiYan-96/64/base -> origin/gh/ZhiweiYan-96/64/base 2025-08-14T20:52:19.6484840Z * [new branch] gh/ZhiweiYan-96/64/head -> origin/gh/ZhiweiYan-96/64/head 2025-08-14T20:52:19.6486324Z * [new branch] gh/ZhiweiYan-96/64/orig -> origin/gh/ZhiweiYan-96/64/orig 2025-08-14T20:52:19.6488401Z * [new branch] gh/ZhiweiYan-96/65/base -> origin/gh/ZhiweiYan-96/65/base 2025-08-14T20:52:19.6489731Z * [new branch] gh/ZhiweiYan-96/65/head -> origin/gh/ZhiweiYan-96/65/head 2025-08-14T20:52:19.6491779Z * [new branch] gh/ZhiweiYan-96/65/orig -> origin/gh/ZhiweiYan-96/65/orig 2025-08-14T20:52:19.6493275Z * [new branch] gh/ZhiweiYan-96/66/base -> origin/gh/ZhiweiYan-96/66/base 2025-08-14T20:52:19.6494735Z * [new branch] gh/ZhiweiYan-96/66/head -> origin/gh/ZhiweiYan-96/66/head 2025-08-14T20:52:19.6496784Z * [new branch] gh/ZhiweiYan-96/67/base -> origin/gh/ZhiweiYan-96/67/base 2025-08-14T20:52:19.6497902Z * [new branch] gh/ZhiweiYan-96/67/head -> origin/gh/ZhiweiYan-96/67/head 2025-08-14T20:52:19.6499770Z * [new branch] gh/ZhiweiYan-96/68/base -> origin/gh/ZhiweiYan-96/68/base 2025-08-14T20:52:19.6500968Z * [new branch] gh/ZhiweiYan-96/68/head -> origin/gh/ZhiweiYan-96/68/head 2025-08-14T20:52:19.6502485Z * [new branch] gh/ZhiweiYan-96/68/orig -> origin/gh/ZhiweiYan-96/68/orig 2025-08-14T20:52:19.6504953Z * [new branch] gh/aakhundov/1/base -> origin/gh/aakhundov/1/base 2025-08-14T20:52:19.6506377Z * [new branch] gh/aakhundov/1/head -> origin/gh/aakhundov/1/head 2025-08-14T20:52:19.6508490Z * [new branch] gh/aakhundov/2/base -> origin/gh/aakhundov/2/base 2025-08-14T20:52:19.6509948Z * [new branch] gh/aakhundov/2/head -> origin/gh/aakhundov/2/head 2025-08-14T20:52:19.6511965Z * [new branch] gh/aditew01/openblas -> origin/gh/aditew01/openblas 2025-08-14T20:52:19.6513310Z * [new branch] gh/aditew01/sbgemm -> origin/gh/aditew01/sbgemm 2025-08-14T20:52:19.6514809Z * [new branch] gh/aditew01/vecbf16 -> origin/gh/aditew01/vecbf16 2025-08-14T20:52:19.6517442Z * [new branch] gh/alexbrauckmann/paddedtensor_faketensor_init -> origin/gh/alexbrauckmann/paddedtensor_faketensor_init 2025-08-14T20:52:19.6518779Z * [new branch] gh/alexbrauckmann/paddedtensor_init -> origin/gh/alexbrauckmann/paddedtensor_init 2025-08-14T20:52:19.6520065Z * [new branch] gh/alexbrauckmann/paddedtensor_meta_init -> origin/gh/alexbrauckmann/paddedtensor_meta_init 2025-08-14T20:52:19.6522050Z * [new branch] gh/alexsamardzic/7/base -> origin/gh/alexsamardzic/7/base 2025-08-14T20:52:19.6523540Z * [new branch] gh/alexsamardzic/7/head -> origin/gh/alexsamardzic/7/head 2025-08-14T20:52:19.6525129Z * [new branch] gh/alexsamardzic/7/orig -> origin/gh/alexsamardzic/7/orig 2025-08-14T20:52:19.6527112Z * [new branch] gh/alexsamardzic/8/base -> origin/gh/alexsamardzic/8/base 2025-08-14T20:52:19.6528395Z * [new branch] gh/alexsamardzic/8/head -> origin/gh/alexsamardzic/8/head 2025-08-14T20:52:19.6529827Z * [new branch] gh/alexsamardzic/8/orig -> origin/gh/alexsamardzic/8/orig 2025-08-14T20:52:19.6532141Z * [new branch] gh/amjames/18/base -> origin/gh/amjames/18/base 2025-08-14T20:52:19.6533489Z * [new branch] gh/amjames/18/head -> origin/gh/amjames/18/head 2025-08-14T20:52:19.6534938Z * [new branch] gh/amjames/18/orig -> origin/gh/amjames/18/orig 2025-08-14T20:52:19.6537452Z * [new branch] gh/andrewor14/35/base -> origin/gh/andrewor14/35/base 2025-08-14T20:52:19.6538971Z * [new branch] gh/andrewor14/35/head -> origin/gh/andrewor14/35/head 2025-08-14T20:52:19.6540641Z * [new branch] gh/andrewor14/35/orig -> origin/gh/andrewor14/35/orig 2025-08-14T20:52:19.6542748Z * [new branch] gh/andrewor14/50/base -> origin/gh/andrewor14/50/base 2025-08-14T20:52:19.6544406Z * [new branch] gh/andrewor14/50/head -> origin/gh/andrewor14/50/head 2025-08-14T20:52:19.6545822Z * [new branch] gh/andrewor14/50/orig -> origin/gh/andrewor14/50/orig 2025-08-14T20:52:19.6548506Z * [new branch] gh/andyanwang/1/base -> origin/gh/andyanwang/1/base 2025-08-14T20:52:19.6552891Z * [new branch] gh/andyanwang/1/head -> origin/gh/andyanwang/1/head 2025-08-14T20:52:19.6554131Z * [new branch] gh/andyanwang/1/orig -> origin/gh/andyanwang/1/orig 2025-08-14T20:52:19.6556224Z * [new branch] gh/andyanwang/13/base -> origin/gh/andyanwang/13/base 2025-08-14T20:52:19.6557828Z * [new branch] gh/andyanwang/13/head -> origin/gh/andyanwang/13/head 2025-08-14T20:52:19.6559104Z * [new branch] gh/andyanwang/13/orig -> origin/gh/andyanwang/13/orig 2025-08-14T20:52:19.6561052Z * [new branch] gh/andyanwang/2/base -> origin/gh/andyanwang/2/base 2025-08-14T20:52:19.6562470Z * [new branch] gh/andyanwang/2/head -> origin/gh/andyanwang/2/head 2025-08-14T20:52:19.6563967Z * [new branch] gh/andyanwang/2/orig -> origin/gh/andyanwang/2/orig 2025-08-14T20:52:19.6565929Z * [new branch] gh/andyanwang/28/base -> origin/gh/andyanwang/28/base 2025-08-14T20:52:19.6567317Z * [new branch] gh/andyanwang/28/head -> origin/gh/andyanwang/28/head 2025-08-14T20:52:19.6568748Z * [new branch] gh/andyanwang/28/orig -> origin/gh/andyanwang/28/orig 2025-08-14T20:52:19.6570570Z * [new branch] gh/andyanwang/3/base -> origin/gh/andyanwang/3/base 2025-08-14T20:52:19.6572067Z * [new branch] gh/andyanwang/3/head -> origin/gh/andyanwang/3/head 2025-08-14T20:52:19.6573546Z * [new branch] gh/andyanwang/3/orig -> origin/gh/andyanwang/3/orig 2025-08-14T20:52:19.6575511Z * [new branch] gh/andyanwang/30/base -> origin/gh/andyanwang/30/base 2025-08-14T20:52:19.6577133Z * [new branch] gh/andyanwang/30/orig -> origin/gh/andyanwang/30/orig 2025-08-14T20:52:19.6578995Z * [new branch] gh/andyanwang/31/base -> origin/gh/andyanwang/31/base 2025-08-14T20:52:19.6580530Z * [new branch] gh/andyanwang/31/orig -> origin/gh/andyanwang/31/orig 2025-08-14T20:52:19.6582929Z * [new branch] gh/andyanwang/32/base -> origin/gh/andyanwang/32/base 2025-08-14T20:52:19.6584321Z * [new branch] gh/andyanwang/32/head -> origin/gh/andyanwang/32/head 2025-08-14T20:52:19.6585893Z * [new branch] gh/andyanwang/32/orig -> origin/gh/andyanwang/32/orig 2025-08-14T20:52:19.6587791Z * [new branch] gh/andyanwang/33/base -> origin/gh/andyanwang/33/base 2025-08-14T20:52:19.6589290Z * [new branch] gh/andyanwang/33/head -> origin/gh/andyanwang/33/head 2025-08-14T20:52:19.6590687Z * [new branch] gh/andyanwang/33/orig -> origin/gh/andyanwang/33/orig 2025-08-14T20:52:19.6592510Z * [new branch] gh/andyanwang/34/base -> origin/gh/andyanwang/34/base 2025-08-14T20:52:19.6593923Z * [new branch] gh/andyanwang/34/head -> origin/gh/andyanwang/34/head 2025-08-14T20:52:19.6595386Z * [new branch] gh/andyanwang/34/orig -> origin/gh/andyanwang/34/orig 2025-08-14T20:52:19.6597396Z * [new branch] gh/andyanwang/35/base -> origin/gh/andyanwang/35/base 2025-08-14T20:52:19.6598827Z * [new branch] gh/andyanwang/35/head -> origin/gh/andyanwang/35/head 2025-08-14T20:52:19.6600320Z * [new branch] gh/andyanwang/35/orig -> origin/gh/andyanwang/35/orig 2025-08-14T20:52:19.6602679Z * [new branch] gh/andyanwang/36/base -> origin/gh/andyanwang/36/base 2025-08-14T20:52:19.6604488Z * [new branch] gh/andyanwang/36/head -> origin/gh/andyanwang/36/head 2025-08-14T20:52:19.6605924Z * [new branch] gh/andyanwang/36/orig -> origin/gh/andyanwang/36/orig 2025-08-14T20:52:19.6607988Z * [new branch] gh/andyanwang/37/base -> origin/gh/andyanwang/37/base 2025-08-14T20:52:19.6609270Z * [new branch] gh/andyanwang/37/head -> origin/gh/andyanwang/37/head 2025-08-14T20:52:19.6610775Z * [new branch] gh/andyanwang/37/orig -> origin/gh/andyanwang/37/orig 2025-08-14T20:52:19.6612641Z * [new branch] gh/andyanwang/38/base -> origin/gh/andyanwang/38/base 2025-08-14T20:52:19.6613978Z * [new branch] gh/andyanwang/38/head -> origin/gh/andyanwang/38/head 2025-08-14T20:52:19.6615529Z * [new branch] gh/andyanwang/38/orig -> origin/gh/andyanwang/38/orig 2025-08-14T20:52:19.6617307Z * [new branch] gh/andyanwang/39/base -> origin/gh/andyanwang/39/base 2025-08-14T20:52:19.6618754Z * [new branch] gh/andyanwang/39/head -> origin/gh/andyanwang/39/head 2025-08-14T20:52:19.6620170Z * [new branch] gh/andyanwang/39/orig -> origin/gh/andyanwang/39/orig 2025-08-14T20:52:19.6622305Z * [new branch] gh/andyanwang/4/base -> origin/gh/andyanwang/4/base 2025-08-14T20:52:19.6623547Z * [new branch] gh/andyanwang/4/head -> origin/gh/andyanwang/4/head 2025-08-14T20:52:19.6625050Z * [new branch] gh/andyanwang/4/orig -> origin/gh/andyanwang/4/orig 2025-08-14T20:52:19.6626986Z * [new branch] gh/andyanwang/40/base -> origin/gh/andyanwang/40/base 2025-08-14T20:52:19.6628413Z * [new branch] gh/andyanwang/40/head -> origin/gh/andyanwang/40/head 2025-08-14T20:52:19.6629937Z * [new branch] gh/andyanwang/40/orig -> origin/gh/andyanwang/40/orig 2025-08-14T20:52:19.6632184Z * [new branch] gh/angelayi/102/base -> origin/gh/angelayi/102/base 2025-08-14T20:52:19.6633515Z * [new branch] gh/angelayi/102/head -> origin/gh/angelayi/102/head 2025-08-14T20:52:19.6634973Z * [new branch] gh/angelayi/102/orig -> origin/gh/angelayi/102/orig 2025-08-14T20:52:19.6636744Z * [new branch] gh/angelayi/103/base -> origin/gh/angelayi/103/base 2025-08-14T20:52:19.6638035Z * [new branch] gh/angelayi/103/head -> origin/gh/angelayi/103/head 2025-08-14T20:52:19.6639520Z * [new branch] gh/angelayi/103/orig -> origin/gh/angelayi/103/orig 2025-08-14T20:52:19.6641496Z * [new branch] gh/angelayi/104/base -> origin/gh/angelayi/104/base 2025-08-14T20:52:19.6642820Z * [new branch] gh/angelayi/104/head -> origin/gh/angelayi/104/head 2025-08-14T20:52:19.6644210Z * [new branch] gh/angelayi/104/orig -> origin/gh/angelayi/104/orig 2025-08-14T20:52:19.6646003Z * [new branch] gh/angelayi/105/base -> origin/gh/angelayi/105/base 2025-08-14T20:52:19.6647242Z * [new branch] gh/angelayi/105/head -> origin/gh/angelayi/105/head 2025-08-14T20:52:19.6648885Z * [new branch] gh/angelayi/105/orig -> origin/gh/angelayi/105/orig 2025-08-14T20:52:19.6650977Z * [new branch] gh/angelayi/106/base -> origin/gh/angelayi/106/base 2025-08-14T20:52:19.6652180Z * [new branch] gh/angelayi/106/head -> origin/gh/angelayi/106/head 2025-08-14T20:52:19.6653615Z * [new branch] gh/angelayi/106/orig -> origin/gh/angelayi/106/orig 2025-08-14T20:52:19.6655502Z * [new branch] gh/angelayi/107/base -> origin/gh/angelayi/107/base 2025-08-14T20:52:19.6656839Z * [new branch] gh/angelayi/107/head -> origin/gh/angelayi/107/head 2025-08-14T20:52:19.6658847Z * [new branch] gh/angelayi/108/base -> origin/gh/angelayi/108/base 2025-08-14T20:52:19.6660186Z * [new branch] gh/angelayi/108/head -> origin/gh/angelayi/108/head 2025-08-14T20:52:19.6661667Z * [new branch] gh/angelayi/108/orig -> origin/gh/angelayi/108/orig 2025-08-14T20:52:19.6663572Z * [new branch] gh/angelayi/109/base -> origin/gh/angelayi/109/base 2025-08-14T20:52:19.6664930Z * [new branch] gh/angelayi/109/head -> origin/gh/angelayi/109/head 2025-08-14T20:52:19.6666387Z * [new branch] gh/angelayi/109/orig -> origin/gh/angelayi/109/orig 2025-08-14T20:52:19.6668413Z * [new branch] gh/angelayi/110/base -> origin/gh/angelayi/110/base 2025-08-14T20:52:19.6669805Z * [new branch] gh/angelayi/110/head -> origin/gh/angelayi/110/head 2025-08-14T20:52:19.6671361Z * [new branch] gh/angelayi/110/orig -> origin/gh/angelayi/110/orig 2025-08-14T20:52:19.6673058Z * [new branch] gh/angelayi/97/base -> origin/gh/angelayi/97/base 2025-08-14T20:52:19.6674394Z * [new branch] gh/angelayi/97/head -> origin/gh/angelayi/97/head 2025-08-14T20:52:19.6675852Z * [new branch] gh/angelayi/97/orig -> origin/gh/angelayi/97/orig 2025-08-14T20:52:19.6678160Z * [new branch] gh/ani300/1/base -> origin/gh/ani300/1/base 2025-08-14T20:52:19.6679568Z * [new branch] gh/ani300/1/head -> origin/gh/ani300/1/head 2025-08-14T20:52:19.6680945Z * [new branch] gh/ani300/1/orig -> origin/gh/ani300/1/orig 2025-08-14T20:52:19.6683433Z * [new branch] gh/anijain2305/753/base -> origin/gh/anijain2305/753/base 2025-08-14T20:52:19.6684793Z * [new branch] gh/anijain2305/753/head -> origin/gh/anijain2305/753/head 2025-08-14T20:52:19.6686199Z * [new branch] gh/anijain2305/753/orig -> origin/gh/anijain2305/753/orig 2025-08-14T20:52:19.6688413Z * [new branch] gh/anijain2305/766/base -> origin/gh/anijain2305/766/base 2025-08-14T20:52:19.6689554Z * [new branch] gh/anijain2305/766/head -> origin/gh/anijain2305/766/head 2025-08-14T20:52:19.6690965Z * [new branch] gh/anijain2305/766/orig -> origin/gh/anijain2305/766/orig 2025-08-14T20:52:19.6692980Z * [new branch] gh/anijain2305/790/base -> origin/gh/anijain2305/790/base 2025-08-14T20:52:19.6694316Z * [new branch] gh/anijain2305/790/head -> origin/gh/anijain2305/790/head 2025-08-14T20:52:19.6695860Z * [new branch] gh/anijain2305/790/orig -> origin/gh/anijain2305/790/orig 2025-08-14T20:52:19.6697822Z * [new branch] gh/anijain2305/792/base -> origin/gh/anijain2305/792/base 2025-08-14T20:52:19.6699188Z * [new branch] gh/anijain2305/792/head -> origin/gh/anijain2305/792/head 2025-08-14T20:52:19.6700624Z * [new branch] gh/anijain2305/792/orig -> origin/gh/anijain2305/792/orig 2025-08-14T20:52:19.6702949Z * [new branch] gh/anijain2305/803/base -> origin/gh/anijain2305/803/base 2025-08-14T20:52:19.6704268Z * [new branch] gh/anijain2305/803/head -> origin/gh/anijain2305/803/head 2025-08-14T20:52:19.6705735Z * [new branch] gh/anijain2305/803/orig -> origin/gh/anijain2305/803/orig 2025-08-14T20:52:19.6708062Z * [new branch] gh/anijain2305/804/base -> origin/gh/anijain2305/804/base 2025-08-14T20:52:19.6709128Z * [new branch] gh/anijain2305/804/head -> origin/gh/anijain2305/804/head 2025-08-14T20:52:19.6710623Z * [new branch] gh/anijain2305/804/orig -> origin/gh/anijain2305/804/orig 2025-08-14T20:52:19.6712569Z * [new branch] gh/anijain2305/805/base -> origin/gh/anijain2305/805/base 2025-08-14T20:52:19.6713883Z * [new branch] gh/anijain2305/805/head -> origin/gh/anijain2305/805/head 2025-08-14T20:52:19.6715843Z * [new branch] gh/anijain2305/805/orig -> origin/gh/anijain2305/805/orig 2025-08-14T20:52:19.6717393Z * [new branch] gh/anijain2305/810/base -> origin/gh/anijain2305/810/base 2025-08-14T20:52:19.6718874Z * [new branch] gh/anijain2305/810/head -> origin/gh/anijain2305/810/head 2025-08-14T20:52:19.6720230Z * [new branch] gh/anijain2305/810/orig -> origin/gh/anijain2305/810/orig 2025-08-14T20:52:19.6722715Z * [new branch] gh/anijain2305/811/base -> origin/gh/anijain2305/811/base 2025-08-14T20:52:19.6724085Z * [new branch] gh/anijain2305/811/head -> origin/gh/anijain2305/811/head 2025-08-14T20:52:19.6725472Z * [new branch] gh/anijain2305/811/orig -> origin/gh/anijain2305/811/orig 2025-08-14T20:52:19.6727616Z * [new branch] gh/anijain2305/812/base -> origin/gh/anijain2305/812/base 2025-08-14T20:52:19.6728910Z * [new branch] gh/anijain2305/812/head -> origin/gh/anijain2305/812/head 2025-08-14T20:52:19.6730291Z * [new branch] gh/anijain2305/812/orig -> origin/gh/anijain2305/812/orig 2025-08-14T20:52:19.6732329Z * [new branch] gh/anijain2305/813/base -> origin/gh/anijain2305/813/base 2025-08-14T20:52:19.6733682Z * [new branch] gh/anijain2305/813/head -> origin/gh/anijain2305/813/head 2025-08-14T20:52:19.6735203Z * [new branch] gh/anijain2305/813/orig -> origin/gh/anijain2305/813/orig 2025-08-14T20:52:19.6737169Z * [new branch] gh/anijain2305/814/base -> origin/gh/anijain2305/814/base 2025-08-14T20:52:19.6738466Z * [new branch] gh/anijain2305/814/head -> origin/gh/anijain2305/814/head 2025-08-14T20:52:19.6739880Z * [new branch] gh/anijain2305/814/orig -> origin/gh/anijain2305/814/orig 2025-08-14T20:52:19.6741905Z * [new branch] gh/anijain2305/815/base -> origin/gh/anijain2305/815/base 2025-08-14T20:52:19.6743208Z * [new branch] gh/anijain2305/815/head -> origin/gh/anijain2305/815/head 2025-08-14T20:52:19.6744621Z * [new branch] gh/anijain2305/815/orig -> origin/gh/anijain2305/815/orig 2025-08-14T20:52:19.6746562Z * [new branch] gh/anijain2305/816/base -> origin/gh/anijain2305/816/base 2025-08-14T20:52:19.6747878Z * [new branch] gh/anijain2305/816/head -> origin/gh/anijain2305/816/head 2025-08-14T20:52:19.6750152Z * [new branch] gh/anijain2305/817/base -> origin/gh/anijain2305/817/base 2025-08-14T20:52:19.6751440Z * [new branch] gh/anijain2305/817/head -> origin/gh/anijain2305/817/head 2025-08-14T20:52:19.6752873Z * [new branch] gh/anijain2305/817/orig -> origin/gh/anijain2305/817/orig 2025-08-14T20:52:19.6754976Z * [new branch] gh/anijain2305/818/base -> origin/gh/anijain2305/818/base 2025-08-14T20:52:19.6756338Z * [new branch] gh/anijain2305/818/head -> origin/gh/anijain2305/818/head 2025-08-14T20:52:19.6757737Z * [new branch] gh/anijain2305/818/orig -> origin/gh/anijain2305/818/orig 2025-08-14T20:52:19.6760237Z * [new branch] gh/anijain2305/819/base -> origin/gh/anijain2305/819/base 2025-08-14T20:52:19.6761642Z * [new branch] gh/anijain2305/819/head -> origin/gh/anijain2305/819/head 2025-08-14T20:52:19.6763167Z * [new branch] gh/anijain2305/819/orig -> origin/gh/anijain2305/819/orig 2025-08-14T20:52:19.6765143Z * [new branch] gh/anijain2305/820/base -> origin/gh/anijain2305/820/base 2025-08-14T20:52:19.6766545Z * [new branch] gh/anijain2305/820/head -> origin/gh/anijain2305/820/head 2025-08-14T20:52:19.6768037Z * [new branch] gh/anijain2305/820/orig -> origin/gh/anijain2305/820/orig 2025-08-14T20:52:19.6769830Z * [new branch] gh/anijain2305/821/base -> origin/gh/anijain2305/821/base 2025-08-14T20:52:19.6771155Z * [new branch] gh/anijain2305/821/head -> origin/gh/anijain2305/821/head 2025-08-14T20:52:19.6772609Z * [new branch] gh/anijain2305/821/orig -> origin/gh/anijain2305/821/orig 2025-08-14T20:52:19.6774702Z * [new branch] gh/anijain2305/822/base -> origin/gh/anijain2305/822/base 2025-08-14T20:52:19.6776194Z * [new branch] gh/anijain2305/822/head -> origin/gh/anijain2305/822/head 2025-08-14T20:52:19.6777647Z * [new branch] gh/anijain2305/822/orig -> origin/gh/anijain2305/822/orig 2025-08-14T20:52:19.6779440Z * [new branch] gh/anijain2305/823/base -> origin/gh/anijain2305/823/base 2025-08-14T20:52:19.6780859Z * [new branch] gh/anijain2305/823/head -> origin/gh/anijain2305/823/head 2025-08-14T20:52:19.6782135Z * [new branch] gh/anijain2305/823/orig -> origin/gh/anijain2305/823/orig 2025-08-14T20:52:19.6784672Z * [new branch] gh/anijain2305/824/base -> origin/gh/anijain2305/824/base 2025-08-14T20:52:19.6785899Z * [new branch] gh/anijain2305/824/head -> origin/gh/anijain2305/824/head 2025-08-14T20:52:19.6787345Z * [new branch] gh/anijain2305/824/orig -> origin/gh/anijain2305/824/orig 2025-08-14T20:52:19.6789511Z * [new branch] gh/anijain2305/825/base -> origin/gh/anijain2305/825/base 2025-08-14T20:52:19.6790885Z * [new branch] gh/anijain2305/825/head -> origin/gh/anijain2305/825/head 2025-08-14T20:52:19.6792329Z * [new branch] gh/anijain2305/825/orig -> origin/gh/anijain2305/825/orig 2025-08-14T20:52:19.6794481Z * [new branch] gh/anijain2305/826/base -> origin/gh/anijain2305/826/base 2025-08-14T20:52:19.6795806Z * [new branch] gh/anijain2305/826/head -> origin/gh/anijain2305/826/head 2025-08-14T20:52:19.6797267Z * [new branch] gh/anijain2305/826/orig -> origin/gh/anijain2305/826/orig 2025-08-14T20:52:19.6799146Z * [new branch] gh/anijain2305/827/base -> origin/gh/anijain2305/827/base 2025-08-14T20:52:19.6800541Z * [new branch] gh/anijain2305/827/head -> origin/gh/anijain2305/827/head 2025-08-14T20:52:19.6801936Z * [new branch] gh/anijain2305/827/orig -> origin/gh/anijain2305/827/orig 2025-08-14T20:52:19.6803940Z * [new branch] gh/anijain2305/828/base -> origin/gh/anijain2305/828/base 2025-08-14T20:52:19.6805235Z * [new branch] gh/anijain2305/828/head -> origin/gh/anijain2305/828/head 2025-08-14T20:52:19.6806645Z * [new branch] gh/anijain2305/828/orig -> origin/gh/anijain2305/828/orig 2025-08-14T20:52:19.6808680Z * [new branch] gh/anijain2305/829/base -> origin/gh/anijain2305/829/base 2025-08-14T20:52:19.6810003Z * [new branch] gh/anijain2305/829/head -> origin/gh/anijain2305/829/head 2025-08-14T20:52:19.6811458Z * [new branch] gh/anijain2305/829/orig -> origin/gh/anijain2305/829/orig 2025-08-14T20:52:19.6813458Z * [new branch] gh/anijain2305/830/base -> origin/gh/anijain2305/830/base 2025-08-14T20:52:19.6814749Z * [new branch] gh/anijain2305/830/head -> origin/gh/anijain2305/830/head 2025-08-14T20:52:19.6816177Z * [new branch] gh/anijain2305/830/orig -> origin/gh/anijain2305/830/orig 2025-08-14T20:52:19.6818117Z * [new branch] gh/anijain2305/831/base -> origin/gh/anijain2305/831/base 2025-08-14T20:52:19.6819485Z * [new branch] gh/anijain2305/831/head -> origin/gh/anijain2305/831/head 2025-08-14T20:52:19.6820922Z * [new branch] gh/anijain2305/831/orig -> origin/gh/anijain2305/831/orig 2025-08-14T20:52:19.6822849Z * [new branch] gh/anijain2305/832/base -> origin/gh/anijain2305/832/base 2025-08-14T20:52:19.6824179Z * [new branch] gh/anijain2305/832/head -> origin/gh/anijain2305/832/head 2025-08-14T20:52:19.6825549Z * [new branch] gh/anijain2305/832/orig -> origin/gh/anijain2305/832/orig 2025-08-14T20:52:19.6827506Z * [new branch] gh/anijain2305/833/base -> origin/gh/anijain2305/833/base 2025-08-14T20:52:19.6828924Z * [new branch] gh/anijain2305/833/head -> origin/gh/anijain2305/833/head 2025-08-14T20:52:19.6830342Z * [new branch] gh/anijain2305/833/orig -> origin/gh/anijain2305/833/orig 2025-08-14T20:52:19.6832363Z * [new branch] gh/anijain2305/834/base -> origin/gh/anijain2305/834/base 2025-08-14T20:52:19.6833746Z * [new branch] gh/anijain2305/834/head -> origin/gh/anijain2305/834/head 2025-08-14T20:52:19.6835200Z * [new branch] gh/anijain2305/834/orig -> origin/gh/anijain2305/834/orig 2025-08-14T20:52:19.6837177Z * [new branch] gh/anijain2305/835/base -> origin/gh/anijain2305/835/base 2025-08-14T20:52:19.6838632Z * [new branch] gh/anijain2305/835/head -> origin/gh/anijain2305/835/head 2025-08-14T20:52:19.6839883Z * [new branch] gh/anijain2305/835/orig -> origin/gh/anijain2305/835/orig 2025-08-14T20:52:19.6841907Z * [new branch] gh/anijain2305/836/base -> origin/gh/anijain2305/836/base 2025-08-14T20:52:19.6843181Z * [new branch] gh/anijain2305/836/head -> origin/gh/anijain2305/836/head 2025-08-14T20:52:19.6844619Z * [new branch] gh/anijain2305/836/orig -> origin/gh/anijain2305/836/orig 2025-08-14T20:52:19.6846658Z * [new branch] gh/anijain2305/837/base -> origin/gh/anijain2305/837/base 2025-08-14T20:52:19.6847952Z * [new branch] gh/anijain2305/837/head -> origin/gh/anijain2305/837/head 2025-08-14T20:52:19.6850479Z * [new branch] gh/anijain2305/837/orig -> origin/gh/anijain2305/837/orig 2025-08-14T20:52:19.6852411Z * [new branch] gh/anijain2305/838/base -> origin/gh/anijain2305/838/base 2025-08-14T20:52:19.6853740Z * [new branch] gh/anijain2305/838/head -> origin/gh/anijain2305/838/head 2025-08-14T20:52:19.6855142Z * [new branch] gh/anijain2305/838/orig -> origin/gh/anijain2305/838/orig 2025-08-14T20:52:19.6857154Z * [new branch] gh/anijain2305/839/base -> origin/gh/anijain2305/839/base 2025-08-14T20:52:19.6858394Z * [new branch] gh/anijain2305/839/head -> origin/gh/anijain2305/839/head 2025-08-14T20:52:19.6862946Z * [new branch] gh/anijain2305/839/orig -> origin/gh/anijain2305/839/orig 2025-08-14T20:52:19.6864354Z * [new branch] gh/anijain2305/840/base -> origin/gh/anijain2305/840/base 2025-08-14T20:52:19.6865490Z * [new branch] gh/anijain2305/840/head -> origin/gh/anijain2305/840/head 2025-08-14T20:52:19.6866218Z * [new branch] gh/anijain2305/840/orig -> origin/gh/anijain2305/840/orig 2025-08-14T20:52:19.6867362Z * [new branch] gh/anijain2305/841/base -> origin/gh/anijain2305/841/base 2025-08-14T20:52:19.6868863Z * [new branch] gh/anijain2305/841/head -> origin/gh/anijain2305/841/head 2025-08-14T20:52:19.6870399Z * [new branch] gh/anijain2305/841/orig -> origin/gh/anijain2305/841/orig 2025-08-14T20:52:19.6872398Z * [new branch] gh/anijain2305/842/base -> origin/gh/anijain2305/842/base 2025-08-14T20:52:19.6873760Z * [new branch] gh/anijain2305/842/head -> origin/gh/anijain2305/842/head 2025-08-14T20:52:19.6875179Z * [new branch] gh/anijain2305/842/orig -> origin/gh/anijain2305/842/orig 2025-08-14T20:52:19.6877142Z * [new branch] gh/anijain2305/843/base -> origin/gh/anijain2305/843/base 2025-08-14T20:52:19.6878468Z * [new branch] gh/anijain2305/843/head -> origin/gh/anijain2305/843/head 2025-08-14T20:52:19.6879945Z * [new branch] gh/anijain2305/843/orig -> origin/gh/anijain2305/843/orig 2025-08-14T20:52:19.6881982Z * [new branch] gh/anijain2305/844/base -> origin/gh/anijain2305/844/base 2025-08-14T20:52:19.6883288Z * [new branch] gh/anijain2305/844/head -> origin/gh/anijain2305/844/head 2025-08-14T20:52:19.6884722Z * [new branch] gh/anijain2305/844/orig -> origin/gh/anijain2305/844/orig 2025-08-14T20:52:19.6886723Z * [new branch] gh/anijain2305/845/base -> origin/gh/anijain2305/845/base 2025-08-14T20:52:19.6888022Z * [new branch] gh/anijain2305/845/head -> origin/gh/anijain2305/845/head 2025-08-14T20:52:19.6889420Z * [new branch] gh/anijain2305/845/orig -> origin/gh/anijain2305/845/orig 2025-08-14T20:52:19.6891533Z * [new branch] gh/anijain2305/846/base -> origin/gh/anijain2305/846/base 2025-08-14T20:52:19.6892831Z * [new branch] gh/anijain2305/846/head -> origin/gh/anijain2305/846/head 2025-08-14T20:52:19.6894438Z * [new branch] gh/anijain2305/846/orig -> origin/gh/anijain2305/846/orig 2025-08-14T20:52:19.6896292Z * [new branch] gh/anijain2305/847/base -> origin/gh/anijain2305/847/base 2025-08-14T20:52:19.6897621Z * [new branch] gh/anijain2305/847/head -> origin/gh/anijain2305/847/head 2025-08-14T20:52:19.6899051Z * [new branch] gh/anijain2305/847/orig -> origin/gh/anijain2305/847/orig 2025-08-14T20:52:19.6901125Z * [new branch] gh/anijain2305/848/base -> origin/gh/anijain2305/848/base 2025-08-14T20:52:19.6902566Z * [new branch] gh/anijain2305/848/head -> origin/gh/anijain2305/848/head 2025-08-14T20:52:19.6904010Z * [new branch] gh/anijain2305/848/orig -> origin/gh/anijain2305/848/orig 2025-08-14T20:52:19.6906363Z * [new branch] gh/anjali411/216/base -> origin/gh/anjali411/216/base 2025-08-14T20:52:19.6907847Z * [new branch] gh/anjali411/216/head -> origin/gh/anjali411/216/head 2025-08-14T20:52:19.6909561Z * [new branch] gh/anjali411/216/orig -> origin/gh/anjali411/216/orig 2025-08-14T20:52:19.6912013Z * [new branch] gh/ankitageorge/10/base -> origin/gh/ankitageorge/10/base 2025-08-14T20:52:19.6913296Z * [new branch] gh/ankitageorge/10/head -> origin/gh/ankitageorge/10/head 2025-08-14T20:52:19.6915044Z * [new branch] gh/ankitageorge/10/orig -> origin/gh/ankitageorge/10/orig 2025-08-14T20:52:19.6916801Z * [new branch] gh/ankitageorge/12/base -> origin/gh/ankitageorge/12/base 2025-08-14T20:52:19.6918220Z * [new branch] gh/ankitageorge/12/head -> origin/gh/ankitageorge/12/head 2025-08-14T20:52:19.6920363Z * [new branch] gh/ankitageorge/12/orig -> origin/gh/ankitageorge/12/orig 2025-08-14T20:52:19.6922315Z * [new branch] gh/ankitageorge/13/base -> origin/gh/ankitageorge/13/base 2025-08-14T20:52:19.6923663Z * [new branch] gh/ankitageorge/13/head -> origin/gh/ankitageorge/13/head 2025-08-14T20:52:19.6925172Z * [new branch] gh/ankitageorge/13/orig -> origin/gh/ankitageorge/13/orig 2025-08-14T20:52:19.6927306Z * [new branch] gh/ankitageorge/14/base -> origin/gh/ankitageorge/14/base 2025-08-14T20:52:19.6928623Z * [new branch] gh/ankitageorge/14/head -> origin/gh/ankitageorge/14/head 2025-08-14T20:52:19.6930416Z * [new branch] gh/ankitageorge/14/orig -> origin/gh/ankitageorge/14/orig 2025-08-14T20:52:19.6932786Z * [new branch] gh/ankitageorge/15/base -> origin/gh/ankitageorge/15/base 2025-08-14T20:52:19.6934134Z * [new branch] gh/ankitageorge/15/head -> origin/gh/ankitageorge/15/head 2025-08-14T20:52:19.6935621Z * [new branch] gh/ankitageorge/15/orig -> origin/gh/ankitageorge/15/orig 2025-08-14T20:52:19.6937685Z * [new branch] gh/ankitageorge/16/base -> origin/gh/ankitageorge/16/base 2025-08-14T20:52:19.6938991Z * [new branch] gh/ankitageorge/16/head -> origin/gh/ankitageorge/16/head 2025-08-14T20:52:19.6940531Z * [new branch] gh/ankitageorge/16/orig -> origin/gh/ankitageorge/16/orig 2025-08-14T20:52:19.6942691Z * [new branch] gh/ankitageorge/17/base -> origin/gh/ankitageorge/17/base 2025-08-14T20:52:19.6943940Z * [new branch] gh/ankitageorge/17/head -> origin/gh/ankitageorge/17/head 2025-08-14T20:52:19.6945344Z * [new branch] gh/ankitageorge/17/orig -> origin/gh/ankitageorge/17/orig 2025-08-14T20:52:19.6947411Z * [new branch] gh/ankitageorge/18/base -> origin/gh/ankitageorge/18/base 2025-08-14T20:52:19.6949202Z * [new branch] gh/ankitageorge/18/head -> origin/gh/ankitageorge/18/head 2025-08-14T20:52:19.6950790Z * [new branch] gh/ankitageorge/18/orig -> origin/gh/ankitageorge/18/orig 2025-08-14T20:52:19.6952960Z * [new branch] gh/ankitageorge/19/base -> origin/gh/ankitageorge/19/base 2025-08-14T20:52:19.6954232Z * [new branch] gh/ankitageorge/19/head -> origin/gh/ankitageorge/19/head 2025-08-14T20:52:19.6955664Z * [new branch] gh/ankitageorge/19/orig -> origin/gh/ankitageorge/19/orig 2025-08-14T20:52:19.6957704Z * [new branch] gh/ankitageorge/20/base -> origin/gh/ankitageorge/20/base 2025-08-14T20:52:19.6959146Z * [new branch] gh/ankitageorge/20/head -> origin/gh/ankitageorge/20/head 2025-08-14T20:52:19.6960542Z * [new branch] gh/ankitageorge/20/orig -> origin/gh/ankitageorge/20/orig 2025-08-14T20:52:19.6962519Z * [new branch] gh/ankitageorge/21/base -> origin/gh/ankitageorge/21/base 2025-08-14T20:52:19.6963967Z * [new branch] gh/ankitageorge/21/head -> origin/gh/ankitageorge/21/head 2025-08-14T20:52:19.6965379Z * [new branch] gh/ankitageorge/21/orig -> origin/gh/ankitageorge/21/orig 2025-08-14T20:52:19.6967932Z * [new branch] gh/anshul-si/1/base -> origin/gh/anshul-si/1/base 2025-08-14T20:52:19.6969262Z * [new branch] gh/anshul-si/1/head -> origin/gh/anshul-si/1/head 2025-08-14T20:52:19.6971531Z * [new branch] gh/anshul-si/10/base -> origin/gh/anshul-si/10/base 2025-08-14T20:52:19.6972882Z * [new branch] gh/anshul-si/10/head -> origin/gh/anshul-si/10/head 2025-08-14T20:52:19.6974325Z * [new branch] gh/anshul-si/10/orig -> origin/gh/anshul-si/10/orig 2025-08-14T20:52:19.6976534Z * [new branch] gh/anshul-si/11/base -> origin/gh/anshul-si/11/base 2025-08-14T20:52:19.6977889Z * [new branch] gh/anshul-si/11/head -> origin/gh/anshul-si/11/head 2025-08-14T20:52:19.6979309Z * [new branch] gh/anshul-si/11/orig -> origin/gh/anshul-si/11/orig 2025-08-14T20:52:19.6981188Z * [new branch] gh/anshul-si/12/base -> origin/gh/anshul-si/12/base 2025-08-14T20:52:19.6982504Z * [new branch] gh/anshul-si/12/head -> origin/gh/anshul-si/12/head 2025-08-14T20:52:19.6983896Z * [new branch] gh/anshul-si/12/orig -> origin/gh/anshul-si/12/orig 2025-08-14T20:52:19.6985943Z * [new branch] gh/anshul-si/13/base -> origin/gh/anshul-si/13/base 2025-08-14T20:52:19.6987369Z * [new branch] gh/anshul-si/13/head -> origin/gh/anshul-si/13/head 2025-08-14T20:52:19.6988855Z * [new branch] gh/anshul-si/13/orig -> origin/gh/anshul-si/13/orig 2025-08-14T20:52:19.6990800Z * [new branch] gh/anshul-si/14/base -> origin/gh/anshul-si/14/base 2025-08-14T20:52:19.6992091Z * [new branch] gh/anshul-si/14/head -> origin/gh/anshul-si/14/head 2025-08-14T20:52:19.6993528Z * [new branch] gh/anshul-si/14/orig -> origin/gh/anshul-si/14/orig 2025-08-14T20:52:19.6995309Z * [new branch] gh/anshul-si/15/base -> origin/gh/anshul-si/15/base 2025-08-14T20:52:19.6996628Z * [new branch] gh/anshul-si/15/head -> origin/gh/anshul-si/15/head 2025-08-14T20:52:19.6998048Z * [new branch] gh/anshul-si/15/orig -> origin/gh/anshul-si/15/orig 2025-08-14T20:52:19.7000115Z * [new branch] gh/anshul-si/16/base -> origin/gh/anshul-si/16/base 2025-08-14T20:52:19.7001452Z * [new branch] gh/anshul-si/16/head -> origin/gh/anshul-si/16/head 2025-08-14T20:52:19.7002857Z * [new branch] gh/anshul-si/16/orig -> origin/gh/anshul-si/16/orig 2025-08-14T20:52:19.7005004Z * [new branch] gh/anshul-si/17/base -> origin/gh/anshul-si/17/base 2025-08-14T20:52:19.7006410Z * [new branch] gh/anshul-si/17/head -> origin/gh/anshul-si/17/head 2025-08-14T20:52:19.7007812Z * [new branch] gh/anshul-si/17/orig -> origin/gh/anshul-si/17/orig 2025-08-14T20:52:19.7010056Z * [new branch] gh/anshul-si/18/base -> origin/gh/anshul-si/18/base 2025-08-14T20:52:19.7011285Z * [new branch] gh/anshul-si/18/head -> origin/gh/anshul-si/18/head 2025-08-14T20:52:19.7028012Z * [new branch] gh/anshul-si/18/orig -> origin/gh/anshul-si/18/orig 2025-08-14T20:52:19.7029338Z * [new branch] gh/anshul-si/19/base -> origin/gh/anshul-si/19/base 2025-08-14T20:52:19.7030044Z * [new branch] gh/anshul-si/19/head -> origin/gh/anshul-si/19/head 2025-08-14T20:52:19.7030886Z * [new branch] gh/anshul-si/19/orig -> origin/gh/anshul-si/19/orig 2025-08-14T20:52:19.7031440Z * [new branch] gh/anshul-si/2/base -> origin/gh/anshul-si/2/base 2025-08-14T20:52:19.7032406Z * [new branch] gh/anshul-si/2/head -> origin/gh/anshul-si/2/head 2025-08-14T20:52:19.7033012Z * [new branch] gh/anshul-si/20/base -> origin/gh/anshul-si/20/base 2025-08-14T20:52:19.7033946Z * [new branch] gh/anshul-si/20/head -> origin/gh/anshul-si/20/head 2025-08-14T20:52:19.7034645Z * [new branch] gh/anshul-si/20/orig -> origin/gh/anshul-si/20/orig 2025-08-14T20:52:19.7035466Z * [new branch] gh/anshul-si/21/base -> origin/gh/anshul-si/21/base 2025-08-14T20:52:19.7035990Z * [new branch] gh/anshul-si/21/head -> origin/gh/anshul-si/21/head 2025-08-14T20:52:19.7036945Z * [new branch] gh/anshul-si/21/orig -> origin/gh/anshul-si/21/orig 2025-08-14T20:52:19.7037508Z * [new branch] gh/anshul-si/22/base -> origin/gh/anshul-si/22/base 2025-08-14T20:52:19.7038491Z * [new branch] gh/anshul-si/22/head -> origin/gh/anshul-si/22/head 2025-08-14T20:52:19.7039409Z * [new branch] gh/anshul-si/22/orig -> origin/gh/anshul-si/22/orig 2025-08-14T20:52:19.7040171Z * [new branch] gh/anshul-si/23/base -> origin/gh/anshul-si/23/base 2025-08-14T20:52:19.7040720Z * [new branch] gh/anshul-si/23/head -> origin/gh/anshul-si/23/head 2025-08-14T20:52:19.7041621Z * [new branch] gh/anshul-si/23/orig -> origin/gh/anshul-si/23/orig 2025-08-14T20:52:19.7042237Z * [new branch] gh/anshul-si/24/base -> origin/gh/anshul-si/24/base 2025-08-14T20:52:19.7043145Z * [new branch] gh/anshul-si/24/head -> origin/gh/anshul-si/24/head 2025-08-14T20:52:19.7044283Z * [new branch] gh/anshul-si/24/orig -> origin/gh/anshul-si/24/orig 2025-08-14T20:52:19.7046273Z * [new branch] gh/anshul-si/25/base -> origin/gh/anshul-si/25/base 2025-08-14T20:52:19.7047528Z * [new branch] gh/anshul-si/25/head -> origin/gh/anshul-si/25/head 2025-08-14T20:52:19.7049144Z * [new branch] gh/anshul-si/25/orig -> origin/gh/anshul-si/25/orig 2025-08-14T20:52:19.7051577Z * [new branch] gh/anshul-si/26/base -> origin/gh/anshul-si/26/base 2025-08-14T20:52:19.7052907Z * [new branch] gh/anshul-si/26/head -> origin/gh/anshul-si/26/head 2025-08-14T20:52:19.7054361Z * [new branch] gh/anshul-si/26/orig -> origin/gh/anshul-si/26/orig 2025-08-14T20:52:19.7056204Z * [new branch] gh/anshul-si/27/base -> origin/gh/anshul-si/27/base 2025-08-14T20:52:19.7057534Z * [new branch] gh/anshul-si/27/head -> origin/gh/anshul-si/27/head 2025-08-14T20:52:19.7058923Z * [new branch] gh/anshul-si/27/orig -> origin/gh/anshul-si/27/orig 2025-08-14T20:52:19.7060830Z * [new branch] gh/anshul-si/3/base -> origin/gh/anshul-si/3/base 2025-08-14T20:52:19.7062070Z * [new branch] gh/anshul-si/3/head -> origin/gh/anshul-si/3/head 2025-08-14T20:52:19.7063935Z * [new branch] gh/anshul-si/4/base -> origin/gh/anshul-si/4/base 2025-08-14T20:52:19.7065402Z * [new branch] gh/anshul-si/4/head -> origin/gh/anshul-si/4/head 2025-08-14T20:52:19.7066953Z * [new branch] gh/anshul-si/5/base -> origin/gh/anshul-si/5/base 2025-08-14T20:52:19.7068282Z * [new branch] gh/anshul-si/5/head -> origin/gh/anshul-si/5/head 2025-08-14T20:52:19.7070649Z * [new branch] gh/anshul-si/6/base -> origin/gh/anshul-si/6/base 2025-08-14T20:52:19.7071938Z * [new branch] gh/anshul-si/6/head -> origin/gh/anshul-si/6/head 2025-08-14T20:52:19.7073290Z * [new branch] gh/anshul-si/6/orig -> origin/gh/anshul-si/6/orig 2025-08-14T20:52:19.7075287Z * [new branch] gh/anshul-si/7/base -> origin/gh/anshul-si/7/base 2025-08-14T20:52:19.7076782Z * [new branch] gh/anshul-si/7/head -> origin/gh/anshul-si/7/head 2025-08-14T20:52:19.7078211Z * [new branch] gh/anshul-si/7/orig -> origin/gh/anshul-si/7/orig 2025-08-14T20:52:19.7080125Z * [new branch] gh/anshul-si/8/base -> origin/gh/anshul-si/8/base 2025-08-14T20:52:19.7081617Z * [new branch] gh/anshul-si/8/head -> origin/gh/anshul-si/8/head 2025-08-14T20:52:19.7082977Z * [new branch] gh/anshul-si/8/orig -> origin/gh/anshul-si/8/orig 2025-08-14T20:52:19.7085017Z * [new branch] gh/anshul-si/9/base -> origin/gh/anshul-si/9/base 2025-08-14T20:52:19.7086516Z * [new branch] gh/anshul-si/9/head -> origin/gh/anshul-si/9/head 2025-08-14T20:52:19.7087876Z * [new branch] gh/anshul-si/9/orig -> origin/gh/anshul-si/9/orig 2025-08-14T20:52:19.7090374Z * [new branch] gh/aorenste/132/base -> origin/gh/aorenste/132/base 2025-08-14T20:52:19.7091687Z * [new branch] gh/aorenste/132/head -> origin/gh/aorenste/132/head 2025-08-14T20:52:19.7093699Z * [new branch] gh/aorenste/235/base -> origin/gh/aorenste/235/base 2025-08-14T20:52:19.7095088Z * [new branch] gh/aorenste/235/head -> origin/gh/aorenste/235/head 2025-08-14T20:52:19.7096851Z * [new branch] gh/aorenste/235/orig -> origin/gh/aorenste/235/orig 2025-08-14T20:52:19.7099008Z * [new branch] gh/aorenste/236/base -> origin/gh/aorenste/236/base 2025-08-14T20:52:19.7100449Z * [new branch] gh/aorenste/236/head -> origin/gh/aorenste/236/head 2025-08-14T20:52:19.7102101Z * [new branch] gh/aorenste/236/orig -> origin/gh/aorenste/236/orig 2025-08-14T20:52:19.7103886Z * [new branch] gh/aorenste/237/base -> origin/gh/aorenste/237/base 2025-08-14T20:52:19.7105235Z * [new branch] gh/aorenste/237/head -> origin/gh/aorenste/237/head 2025-08-14T20:52:19.7106670Z * [new branch] gh/aorenste/237/orig -> origin/gh/aorenste/237/orig 2025-08-14T20:52:19.7108689Z * [new branch] gh/aorenste/238/base -> origin/gh/aorenste/238/base 2025-08-14T20:52:19.7110016Z * [new branch] gh/aorenste/238/head -> origin/gh/aorenste/238/head 2025-08-14T20:52:19.7111427Z * [new branch] gh/aorenste/238/orig -> origin/gh/aorenste/238/orig 2025-08-14T20:52:19.7113818Z * [new branch] gh/bdhirsh/650/base -> origin/gh/bdhirsh/650/base 2025-08-14T20:52:19.7115689Z * [new branch] gh/bdhirsh/650/head -> origin/gh/bdhirsh/650/head 2025-08-14T20:52:19.7117083Z * [new branch] gh/bdhirsh/650/orig -> origin/gh/bdhirsh/650/orig 2025-08-14T20:52:19.7119165Z * [new branch] gh/bdhirsh/656/base -> origin/gh/bdhirsh/656/base 2025-08-14T20:52:19.7120534Z * [new branch] gh/bdhirsh/656/head -> origin/gh/bdhirsh/656/head 2025-08-14T20:52:19.7122317Z * [new branch] gh/bdhirsh/657/base -> origin/gh/bdhirsh/657/base 2025-08-14T20:52:19.7123659Z * [new branch] gh/bdhirsh/657/head -> origin/gh/bdhirsh/657/head 2025-08-14T20:52:19.7125231Z * [new branch] gh/bdhirsh/659/base -> origin/gh/bdhirsh/659/base 2025-08-14T20:52:19.7126600Z * [new branch] gh/bdhirsh/659/head -> origin/gh/bdhirsh/659/head 2025-08-14T20:52:19.7127990Z * [new branch] gh/bdhirsh/659/orig -> origin/gh/bdhirsh/659/orig 2025-08-14T20:52:19.7129865Z * [new branch] gh/bdhirsh/663/base -> origin/gh/bdhirsh/663/base 2025-08-14T20:52:19.7131202Z * [new branch] gh/bdhirsh/663/head -> origin/gh/bdhirsh/663/head 2025-08-14T20:52:19.7132564Z * [new branch] gh/bdhirsh/663/orig -> origin/gh/bdhirsh/663/orig 2025-08-14T20:52:19.7134594Z * [new branch] gh/bdhirsh/665/base -> origin/gh/bdhirsh/665/base 2025-08-14T20:52:19.7135897Z * [new branch] gh/bdhirsh/665/head -> origin/gh/bdhirsh/665/head 2025-08-14T20:52:19.7137393Z * [new branch] gh/bdhirsh/665/orig -> origin/gh/bdhirsh/665/orig 2025-08-14T20:52:19.7139343Z * [new branch] gh/bdhirsh/666/base -> origin/gh/bdhirsh/666/base 2025-08-14T20:52:19.7140785Z * [new branch] gh/bdhirsh/666/head -> origin/gh/bdhirsh/666/head 2025-08-14T20:52:19.7142096Z * [new branch] gh/bdhirsh/666/orig -> origin/gh/bdhirsh/666/orig 2025-08-14T20:52:19.7144408Z * [new branch] gh/benjaminglass1/79/base -> origin/gh/benjaminglass1/79/base 2025-08-14T20:52:19.7145697Z * [new branch] gh/benjaminglass1/79/head -> origin/gh/benjaminglass1/79/head 2025-08-14T20:52:19.7147079Z * [new branch] gh/benjaminglass1/79/orig -> origin/gh/benjaminglass1/79/orig 2025-08-14T20:52:19.7153091Z * [new branch] gh/benjaminglass1/86/base -> origin/gh/benjaminglass1/86/base 2025-08-14T20:52:19.7154519Z * [new branch] gh/benjaminglass1/86/head -> origin/gh/benjaminglass1/86/head 2025-08-14T20:52:19.7156057Z * [new branch] gh/benjaminglass1/86/orig -> origin/gh/benjaminglass1/86/orig 2025-08-14T20:52:19.7157945Z * [new branch] gh/benjaminglass1/89/base -> origin/gh/benjaminglass1/89/base 2025-08-14T20:52:19.7159399Z * [new branch] gh/benjaminglass1/89/head -> origin/gh/benjaminglass1/89/head 2025-08-14T20:52:19.7160889Z * [new branch] gh/benjaminglass1/89/orig -> origin/gh/benjaminglass1/89/orig 2025-08-14T20:52:19.7162771Z * [new branch] gh/benjaminglass1/91/base -> origin/gh/benjaminglass1/91/base 2025-08-14T20:52:19.7164115Z * [new branch] gh/benjaminglass1/91/head -> origin/gh/benjaminglass1/91/head 2025-08-14T20:52:19.7165496Z * [new branch] gh/benjaminglass1/91/orig -> origin/gh/benjaminglass1/91/orig 2025-08-14T20:52:19.7167476Z * [new branch] gh/benjaminglass1/93/base -> origin/gh/benjaminglass1/93/base 2025-08-14T20:52:19.7168833Z * [new branch] gh/benjaminglass1/93/head -> origin/gh/benjaminglass1/93/head 2025-08-14T20:52:19.7170300Z * [new branch] gh/benjaminglass1/93/orig -> origin/gh/benjaminglass1/93/orig 2025-08-14T20:52:19.7172230Z * [new branch] gh/benjaminglass1/94/base -> origin/gh/benjaminglass1/94/base 2025-08-14T20:52:19.7173554Z * [new branch] gh/benjaminglass1/94/head -> origin/gh/benjaminglass1/94/head 2025-08-14T20:52:19.7174994Z * [new branch] gh/benjaminglass1/94/orig -> origin/gh/benjaminglass1/94/orig 2025-08-14T20:52:19.7176874Z * [new branch] gh/benjaminglass1/95/base -> origin/gh/benjaminglass1/95/base 2025-08-14T20:52:19.7178319Z * [new branch] gh/benjaminglass1/95/head -> origin/gh/benjaminglass1/95/head 2025-08-14T20:52:19.7179728Z * [new branch] gh/benjaminglass1/95/orig -> origin/gh/benjaminglass1/95/orig 2025-08-14T20:52:19.7181883Z * [new branch] gh/benjaminglass1/96/base -> origin/gh/benjaminglass1/96/base 2025-08-14T20:52:19.7182977Z * [new branch] gh/benjaminglass1/96/head -> origin/gh/benjaminglass1/96/head 2025-08-14T20:52:19.7184423Z * [new branch] gh/benjaminglass1/96/orig -> origin/gh/benjaminglass1/96/orig 2025-08-14T20:52:19.7186392Z * [new branch] gh/benjaminglass1/97/base -> origin/gh/benjaminglass1/97/base 2025-08-14T20:52:19.7187635Z * [new branch] gh/benjaminglass1/97/head -> origin/gh/benjaminglass1/97/head 2025-08-14T20:52:19.7189138Z * [new branch] gh/benjaminglass1/97/orig -> origin/gh/benjaminglass1/97/orig 2025-08-14T20:52:19.7191130Z * [new branch] gh/benjaminglass1/98/base -> origin/gh/benjaminglass1/98/base 2025-08-14T20:52:19.7192365Z * [new branch] gh/benjaminglass1/98/head -> origin/gh/benjaminglass1/98/head 2025-08-14T20:52:19.7193802Z * [new branch] gh/benjaminglass1/98/orig -> origin/gh/benjaminglass1/98/orig 2025-08-14T20:52:19.7196065Z * [new branch] gh/bobrenjc93/478/base -> origin/gh/bobrenjc93/478/base 2025-08-14T20:52:19.7197311Z * [new branch] gh/bobrenjc93/478/head -> origin/gh/bobrenjc93/478/head 2025-08-14T20:52:19.7198729Z * [new branch] gh/bobrenjc93/478/orig -> origin/gh/bobrenjc93/478/orig 2025-08-14T20:52:19.7200593Z * [new branch] gh/bobrenjc93/514/base -> origin/gh/bobrenjc93/514/base 2025-08-14T20:52:19.7201883Z * [new branch] gh/bobrenjc93/514/head -> origin/gh/bobrenjc93/514/head 2025-08-14T20:52:19.7203300Z * [new branch] gh/bobrenjc93/514/orig -> origin/gh/bobrenjc93/514/orig 2025-08-14T20:52:19.7205166Z * [new branch] gh/bobrenjc93/521/base -> origin/gh/bobrenjc93/521/base 2025-08-14T20:52:19.7206466Z * [new branch] gh/bobrenjc93/521/head -> origin/gh/bobrenjc93/521/head 2025-08-14T20:52:19.7207854Z * [new branch] gh/bobrenjc93/521/orig -> origin/gh/bobrenjc93/521/orig 2025-08-14T20:52:19.7209770Z * [new branch] gh/bobrenjc93/522/base -> origin/gh/bobrenjc93/522/base 2025-08-14T20:52:19.7211057Z * [new branch] gh/bobrenjc93/522/head -> origin/gh/bobrenjc93/522/head 2025-08-14T20:52:19.7212526Z * [new branch] gh/bobrenjc93/522/orig -> origin/gh/bobrenjc93/522/orig 2025-08-14T20:52:19.7214492Z * [new branch] gh/bobrenjc93/525/base -> origin/gh/bobrenjc93/525/base 2025-08-14T20:52:19.7215774Z * [new branch] gh/bobrenjc93/525/head -> origin/gh/bobrenjc93/525/head 2025-08-14T20:52:19.7217100Z * [new branch] gh/bobrenjc93/525/orig -> origin/gh/bobrenjc93/525/orig 2025-08-14T20:52:19.7219001Z * [new branch] gh/bobrenjc93/526/base -> origin/gh/bobrenjc93/526/base 2025-08-14T20:52:19.7220291Z * [new branch] gh/bobrenjc93/526/head -> origin/gh/bobrenjc93/526/head 2025-08-14T20:52:19.7221625Z * [new branch] gh/bobrenjc93/526/orig -> origin/gh/bobrenjc93/526/orig 2025-08-14T20:52:19.7223465Z * [new branch] gh/bobrenjc93/527/base -> origin/gh/bobrenjc93/527/base 2025-08-14T20:52:19.7224758Z * [new branch] gh/bobrenjc93/527/head -> origin/gh/bobrenjc93/527/head 2025-08-14T20:52:19.7226127Z * [new branch] gh/bobrenjc93/527/orig -> origin/gh/bobrenjc93/527/orig 2025-08-14T20:52:19.7228028Z * [new branch] gh/bobrenjc93/528/base -> origin/gh/bobrenjc93/528/base 2025-08-14T20:52:19.7229352Z * [new branch] gh/bobrenjc93/528/head -> origin/gh/bobrenjc93/528/head 2025-08-14T20:52:19.7230702Z * [new branch] gh/bobrenjc93/528/orig -> origin/gh/bobrenjc93/528/orig 2025-08-14T20:52:19.7232674Z * [new branch] gh/bobrenjc93/529/base -> origin/gh/bobrenjc93/529/base 2025-08-14T20:52:19.7234042Z * [new branch] gh/bobrenjc93/529/head -> origin/gh/bobrenjc93/529/head 2025-08-14T20:52:19.7235317Z * [new branch] gh/bobrenjc93/529/orig -> origin/gh/bobrenjc93/529/orig 2025-08-14T20:52:19.7237195Z * [new branch] gh/bobrenjc93/534/base -> origin/gh/bobrenjc93/534/base 2025-08-14T20:52:19.7238467Z * [new branch] gh/bobrenjc93/534/head -> origin/gh/bobrenjc93/534/head 2025-08-14T20:52:19.7239886Z * [new branch] gh/bobrenjc93/534/orig -> origin/gh/bobrenjc93/534/orig 2025-08-14T20:52:19.7241723Z * [new branch] gh/bobrenjc93/535/base -> origin/gh/bobrenjc93/535/base 2025-08-14T20:52:19.7242950Z * [new branch] gh/bobrenjc93/535/head -> origin/gh/bobrenjc93/535/head 2025-08-14T20:52:19.7244338Z * [new branch] gh/bobrenjc93/535/orig -> origin/gh/bobrenjc93/535/orig 2025-08-14T20:52:19.7246206Z * [new branch] gh/bobrenjc93/536/base -> origin/gh/bobrenjc93/536/base 2025-08-14T20:52:19.7247574Z * [new branch] gh/bobrenjc93/536/head -> origin/gh/bobrenjc93/536/head 2025-08-14T20:52:19.7249216Z * [new branch] gh/bobrenjc93/536/orig -> origin/gh/bobrenjc93/536/orig 2025-08-14T20:52:19.7251279Z * [new branch] gh/bobrenjc93/537/base -> origin/gh/bobrenjc93/537/base 2025-08-14T20:52:19.7252730Z * [new branch] gh/bobrenjc93/537/head -> origin/gh/bobrenjc93/537/head 2025-08-14T20:52:19.7254125Z * [new branch] gh/bobrenjc93/537/orig -> origin/gh/bobrenjc93/537/orig 2025-08-14T20:52:19.7255836Z * [new branch] gh/bobrenjc93/538/base -> origin/gh/bobrenjc93/538/base 2025-08-14T20:52:19.7257181Z * [new branch] gh/bobrenjc93/538/head -> origin/gh/bobrenjc93/538/head 2025-08-14T20:52:19.7258573Z * [new branch] gh/bobrenjc93/538/orig -> origin/gh/bobrenjc93/538/orig 2025-08-14T20:52:19.7260707Z * [new branch] gh/bobrenjc93/539/base -> origin/gh/bobrenjc93/539/base 2025-08-14T20:52:19.7262051Z * [new branch] gh/bobrenjc93/539/head -> origin/gh/bobrenjc93/539/head 2025-08-14T20:52:19.7263445Z * [new branch] gh/bobrenjc93/539/orig -> origin/gh/bobrenjc93/539/orig 2025-08-14T20:52:19.7265328Z * [new branch] gh/bobrenjc93/540/base -> origin/gh/bobrenjc93/540/base 2025-08-14T20:52:19.7266656Z * [new branch] gh/bobrenjc93/540/head -> origin/gh/bobrenjc93/540/head 2025-08-14T20:52:19.7268112Z * [new branch] gh/bobrenjc93/540/orig -> origin/gh/bobrenjc93/540/orig 2025-08-14T20:52:19.7270756Z * [new branch] gh/bobrenjc93/541/base -> origin/gh/bobrenjc93/541/base 2025-08-14T20:52:19.7272035Z * [new branch] gh/bobrenjc93/541/head -> origin/gh/bobrenjc93/541/head 2025-08-14T20:52:19.7273462Z * [new branch] gh/bobrenjc93/541/orig -> origin/gh/bobrenjc93/541/orig 2025-08-14T20:52:19.7275299Z * [new branch] gh/bobrenjc93/542/base -> origin/gh/bobrenjc93/542/base 2025-08-14T20:52:19.7276551Z * [new branch] gh/bobrenjc93/542/head -> origin/gh/bobrenjc93/542/head 2025-08-14T20:52:19.7277998Z * [new branch] gh/bobrenjc93/542/orig -> origin/gh/bobrenjc93/542/orig 2025-08-14T20:52:19.7279916Z * [new branch] gh/bobrenjc93/543/base -> origin/gh/bobrenjc93/543/base 2025-08-14T20:52:19.7281169Z * [new branch] gh/bobrenjc93/543/head -> origin/gh/bobrenjc93/543/head 2025-08-14T20:52:19.7282590Z * [new branch] gh/bobrenjc93/543/orig -> origin/gh/bobrenjc93/543/orig 2025-08-14T20:52:19.7284346Z * [new branch] gh/bobrenjc93/544/base -> origin/gh/bobrenjc93/544/base 2025-08-14T20:52:19.7285678Z * [new branch] gh/bobrenjc93/544/head -> origin/gh/bobrenjc93/544/head 2025-08-14T20:52:19.7287149Z * [new branch] gh/bobrenjc93/544/orig -> origin/gh/bobrenjc93/544/orig 2025-08-14T20:52:19.7289187Z * [new branch] gh/bobrenjc93/545/base -> origin/gh/bobrenjc93/545/base 2025-08-14T20:52:19.7290408Z * [new branch] gh/bobrenjc93/545/head -> origin/gh/bobrenjc93/545/head 2025-08-14T20:52:19.7291881Z * [new branch] gh/bobrenjc93/545/orig -> origin/gh/bobrenjc93/545/orig 2025-08-14T20:52:19.7294359Z * [new branch] gh/bobrenjc93/546/base -> origin/gh/bobrenjc93/546/base 2025-08-14T20:52:19.7295658Z * [new branch] gh/bobrenjc93/546/head -> origin/gh/bobrenjc93/546/head 2025-08-14T20:52:19.7296993Z * [new branch] gh/bobrenjc93/546/orig -> origin/gh/bobrenjc93/546/orig 2025-08-14T20:52:19.7299610Z * [new branch] gh/bobrenjc93/547/base -> origin/gh/bobrenjc93/547/base 2025-08-14T20:52:19.7300977Z * [new branch] gh/bobrenjc93/547/head -> origin/gh/bobrenjc93/547/head 2025-08-14T20:52:19.7302473Z * [new branch] gh/bobrenjc93/547/orig -> origin/gh/bobrenjc93/547/orig 2025-08-14T20:52:19.7304234Z * [new branch] gh/bobrenjc93/548/base -> origin/gh/bobrenjc93/548/base 2025-08-14T20:52:19.7305484Z * [new branch] gh/bobrenjc93/548/head -> origin/gh/bobrenjc93/548/head 2025-08-14T20:52:19.7306858Z * [new branch] gh/bobrenjc93/548/orig -> origin/gh/bobrenjc93/548/orig 2025-08-14T20:52:19.7309350Z * [new branch] gh/bobrenjc93/549/base -> origin/gh/bobrenjc93/549/base 2025-08-14T20:52:19.7310830Z * [new branch] gh/bobrenjc93/549/head -> origin/gh/bobrenjc93/549/head 2025-08-14T20:52:19.7312310Z * [new branch] gh/bobrenjc93/549/orig -> origin/gh/bobrenjc93/549/orig 2025-08-14T20:52:19.7314610Z * [new branch] gh/briancoutinho/2/base -> origin/gh/briancoutinho/2/base 2025-08-14T20:52:19.7315964Z * [new branch] gh/briancoutinho/2/head -> origin/gh/briancoutinho/2/head 2025-08-14T20:52:19.7318148Z * [new branch] gh/c00w/23/base -> origin/gh/c00w/23/base 2025-08-14T20:52:19.7319541Z * [new branch] gh/c00w/23/head -> origin/gh/c00w/23/head 2025-08-14T20:52:19.7321782Z * [new branch] gh/c00w/38/base -> origin/gh/c00w/38/base 2025-08-14T20:52:19.7323017Z * [new branch] gh/c00w/38/head -> origin/gh/c00w/38/head 2025-08-14T20:52:19.7324584Z * [new branch] gh/c00w/38/orig -> origin/gh/c00w/38/orig 2025-08-14T20:52:19.7327060Z * [new branch] gh/c00w/48/base -> origin/gh/c00w/48/base 2025-08-14T20:52:19.7327925Z * [new branch] gh/c00w/48/head -> origin/gh/c00w/48/head 2025-08-14T20:52:19.7329546Z * [new branch] gh/c00w/48/orig -> origin/gh/c00w/48/orig 2025-08-14T20:52:19.7331934Z * [new branch] gh/c00w/50/base -> origin/gh/c00w/50/base 2025-08-14T20:52:19.7333217Z * [new branch] gh/c00w/50/head -> origin/gh/c00w/50/head 2025-08-14T20:52:19.7334796Z * [new branch] gh/c00w/50/orig -> origin/gh/c00w/50/orig 2025-08-14T20:52:19.7337043Z * [new branch] gh/c00w/51/base -> origin/gh/c00w/51/base 2025-08-14T20:52:19.7338649Z * [new branch] gh/c00w/51/head -> origin/gh/c00w/51/head 2025-08-14T20:52:19.7340210Z * [new branch] gh/c00w/51/orig -> origin/gh/c00w/51/orig 2025-08-14T20:52:19.7342098Z * [new branch] gh/c00w/52/base -> origin/gh/c00w/52/base 2025-08-14T20:52:19.7343440Z * [new branch] gh/c00w/52/head -> origin/gh/c00w/52/head 2025-08-14T20:52:19.7345039Z * [new branch] gh/c00w/52/orig -> origin/gh/c00w/52/orig 2025-08-14T20:52:19.7347097Z * [new branch] gh/c00w/53/base -> origin/gh/c00w/53/base 2025-08-14T20:52:19.7348669Z * [new branch] gh/c00w/53/head -> origin/gh/c00w/53/head 2025-08-14T20:52:19.7349995Z * [new branch] gh/c00w/53/orig -> origin/gh/c00w/53/orig 2025-08-14T20:52:19.7351693Z * [new branch] gh/c00w/54/base -> origin/gh/c00w/54/base 2025-08-14T20:52:19.7353044Z * [new branch] gh/c00w/54/head -> origin/gh/c00w/54/head 2025-08-14T20:52:19.7354627Z * [new branch] gh/c00w/54/orig -> origin/gh/c00w/54/orig 2025-08-14T20:52:19.7356632Z * [new branch] gh/chenmillie/1/base -> origin/gh/chenmillie/1/base 2025-08-14T20:52:19.7358014Z * [new branch] gh/chenmillie/1/head -> origin/gh/chenmillie/1/head 2025-08-14T20:52:19.7359683Z * [new branch] gh/chenmillie/1/orig -> origin/gh/chenmillie/1/orig 2025-08-14T20:52:19.7361737Z * [new branch] gh/clee2000/1/base -> origin/gh/clee2000/1/base 2025-08-14T20:52:19.7363173Z * [new branch] gh/clee2000/1/head -> origin/gh/clee2000/1/head 2025-08-14T20:52:19.7364768Z * [new branch] gh/clee2000/1/orig -> origin/gh/clee2000/1/orig 2025-08-14T20:52:19.7367008Z * [new branch] gh/coconutruben/1/base -> origin/gh/coconutruben/1/base 2025-08-14T20:52:19.7368703Z * [new branch] gh/coconutruben/1/head -> origin/gh/coconutruben/1/head 2025-08-14T20:52:19.7370660Z * [new branch] gh/coconutruben/11/base -> origin/gh/coconutruben/11/base 2025-08-14T20:52:19.7372078Z * [new branch] gh/coconutruben/11/head -> origin/gh/coconutruben/11/head 2025-08-14T20:52:19.7373547Z * [new branch] gh/coconutruben/11/orig -> origin/gh/coconutruben/11/orig 2025-08-14T20:52:19.7375999Z * [new branch] gh/coconutruben/12/base -> origin/gh/coconutruben/12/base 2025-08-14T20:52:19.7377640Z * [new branch] gh/coconutruben/12/head -> origin/gh/coconutruben/12/head 2025-08-14T20:52:19.7379455Z * [new branch] gh/coconutruben/12/orig -> origin/gh/coconutruben/12/orig 2025-08-14T20:52:19.7381361Z * [new branch] gh/coconutruben/13/base -> origin/gh/coconutruben/13/base 2025-08-14T20:52:19.7382804Z * [new branch] gh/coconutruben/13/head -> origin/gh/coconutruben/13/head 2025-08-14T20:52:19.7384473Z * [new branch] gh/coconutruben/13/orig -> origin/gh/coconutruben/13/orig 2025-08-14T20:52:19.7386881Z * [new branch] gh/coconutruben/14/base -> origin/gh/coconutruben/14/base 2025-08-14T20:52:19.7388389Z * [new branch] gh/coconutruben/14/head -> origin/gh/coconutruben/14/head 2025-08-14T20:52:19.7389879Z * [new branch] gh/coconutruben/14/orig -> origin/gh/coconutruben/14/orig 2025-08-14T20:52:19.7392116Z * [new branch] gh/coconutruben/15/base -> origin/gh/coconutruben/15/base 2025-08-14T20:52:19.7393653Z * [new branch] gh/coconutruben/15/head -> origin/gh/coconutruben/15/head 2025-08-14T20:52:19.7395180Z * [new branch] gh/coconutruben/15/orig -> origin/gh/coconutruben/15/orig 2025-08-14T20:52:19.7397121Z * [new branch] gh/coconutruben/16/base -> origin/gh/coconutruben/16/base 2025-08-14T20:52:19.7398420Z * [new branch] gh/coconutruben/16/head -> origin/gh/coconutruben/16/head 2025-08-14T20:52:19.7399826Z * [new branch] gh/coconutruben/16/orig -> origin/gh/coconutruben/16/orig 2025-08-14T20:52:19.7402132Z * [new branch] gh/coconutruben/17/base -> origin/gh/coconutruben/17/base 2025-08-14T20:52:19.7403575Z * [new branch] gh/coconutruben/17/head -> origin/gh/coconutruben/17/head 2025-08-14T20:52:19.7405317Z * [new branch] gh/coconutruben/17/orig -> origin/gh/coconutruben/17/orig 2025-08-14T20:52:19.7407273Z * [new branch] gh/coconutruben/18/base -> origin/gh/coconutruben/18/base 2025-08-14T20:52:19.7409931Z * [new branch] gh/coconutruben/18/head -> origin/gh/coconutruben/18/head 2025-08-14T20:52:19.7410925Z * [new branch] gh/coconutruben/18/orig -> origin/gh/coconutruben/18/orig 2025-08-14T20:52:19.7412279Z * [new branch] gh/coconutruben/19/base -> origin/gh/coconutruben/19/base 2025-08-14T20:52:19.7413807Z * [new branch] gh/coconutruben/19/head -> origin/gh/coconutruben/19/head 2025-08-14T20:52:19.7415313Z * [new branch] gh/coconutruben/19/orig -> origin/gh/coconutruben/19/orig 2025-08-14T20:52:19.7417393Z * [new branch] gh/coconutruben/20/base -> origin/gh/coconutruben/20/base 2025-08-14T20:52:19.7418798Z * [new branch] gh/coconutruben/20/head -> origin/gh/coconutruben/20/head 2025-08-14T20:52:19.7420258Z * [new branch] gh/coconutruben/20/orig -> origin/gh/coconutruben/20/orig 2025-08-14T20:52:19.7422280Z * [new branch] gh/coconutruben/21/base -> origin/gh/coconutruben/21/base 2025-08-14T20:52:19.7423488Z * [new branch] gh/coconutruben/21/head -> origin/gh/coconutruben/21/head 2025-08-14T20:52:19.7425024Z * [new branch] gh/coconutruben/21/orig -> origin/gh/coconutruben/21/orig 2025-08-14T20:52:19.7426949Z * [new branch] gh/coconutruben/22/base -> origin/gh/coconutruben/22/base 2025-08-14T20:52:19.7428256Z * [new branch] gh/coconutruben/22/head -> origin/gh/coconutruben/22/head 2025-08-14T20:52:19.7430063Z * [new branch] gh/coconutruben/22/orig -> origin/gh/coconutruben/22/orig 2025-08-14T20:52:19.7432506Z * [new branch] gh/coconutruben/23/base -> origin/gh/coconutruben/23/base 2025-08-14T20:52:19.7433866Z * [new branch] gh/coconutruben/23/head -> origin/gh/coconutruben/23/head 2025-08-14T20:52:19.7435254Z * [new branch] gh/coconutruben/23/orig -> origin/gh/coconutruben/23/orig 2025-08-14T20:52:19.7437335Z * [new branch] gh/coconutruben/24/base -> origin/gh/coconutruben/24/base 2025-08-14T20:52:19.7438660Z * [new branch] gh/coconutruben/24/head -> origin/gh/coconutruben/24/head 2025-08-14T20:52:19.7440073Z * [new branch] gh/coconutruben/24/orig -> origin/gh/coconutruben/24/orig 2025-08-14T20:52:19.7442604Z * [new branch] gh/coconutruben/25/base -> origin/gh/coconutruben/25/base 2025-08-14T20:52:19.7444429Z * [new branch] gh/coconutruben/25/head -> origin/gh/coconutruben/25/head 2025-08-14T20:52:19.7446264Z * [new branch] gh/coconutruben/25/orig -> origin/gh/coconutruben/25/orig 2025-08-14T20:52:19.7448909Z * [new branch] gh/coconutruben/26/base -> origin/gh/coconutruben/26/base 2025-08-14T20:52:19.7450455Z * [new branch] gh/coconutruben/26/head -> origin/gh/coconutruben/26/head 2025-08-14T20:52:19.7451881Z * [new branch] gh/coconutruben/26/orig -> origin/gh/coconutruben/26/orig 2025-08-14T20:52:19.7453647Z * [new branch] gh/coconutruben/27/base -> origin/gh/coconutruben/27/base 2025-08-14T20:52:19.7455102Z * [new branch] gh/coconutruben/27/head -> origin/gh/coconutruben/27/head 2025-08-14T20:52:19.7456575Z * [new branch] gh/coconutruben/27/orig -> origin/gh/coconutruben/27/orig 2025-08-14T20:52:19.7459395Z * [new branch] gh/codingwithsurya/10/base -> origin/gh/codingwithsurya/10/base 2025-08-14T20:52:19.7460931Z * [new branch] gh/codingwithsurya/10/head -> origin/gh/codingwithsurya/10/head 2025-08-14T20:52:19.7462406Z * [new branch] gh/codingwithsurya/10/orig -> origin/gh/codingwithsurya/10/orig 2025-08-14T20:52:19.7464498Z * [new branch] gh/codingwithsurya/11/base -> origin/gh/codingwithsurya/11/base 2025-08-14T20:52:19.7466207Z * [new branch] gh/codingwithsurya/11/head -> origin/gh/codingwithsurya/11/head 2025-08-14T20:52:19.7467681Z * [new branch] gh/codingwithsurya/11/orig -> origin/gh/codingwithsurya/11/orig 2025-08-14T20:52:19.7470007Z * [new branch] gh/codingwithsurya/12/base -> origin/gh/codingwithsurya/12/base 2025-08-14T20:52:19.7471553Z * [new branch] gh/codingwithsurya/12/head -> origin/gh/codingwithsurya/12/head 2025-08-14T20:52:19.7473154Z * [new branch] gh/codingwithsurya/12/orig -> origin/gh/codingwithsurya/12/orig 2025-08-14T20:52:19.7475035Z * [new branch] gh/codingwithsurya/13/base -> origin/gh/codingwithsurya/13/base 2025-08-14T20:52:19.7476454Z * [new branch] gh/codingwithsurya/13/head -> origin/gh/codingwithsurya/13/head 2025-08-14T20:52:19.7477969Z * [new branch] gh/codingwithsurya/13/orig -> origin/gh/codingwithsurya/13/orig 2025-08-14T20:52:19.7479776Z * [new branch] gh/codingwithsurya/14/base -> origin/gh/codingwithsurya/14/base 2025-08-14T20:52:19.7481082Z * [new branch] gh/codingwithsurya/14/head -> origin/gh/codingwithsurya/14/head 2025-08-14T20:52:19.7482445Z * [new branch] gh/codingwithsurya/14/orig -> origin/gh/codingwithsurya/14/orig 2025-08-14T20:52:19.7484601Z * [new branch] gh/codingwithsurya/15/base -> origin/gh/codingwithsurya/15/base 2025-08-14T20:52:19.7486071Z * [new branch] gh/codingwithsurya/15/head -> origin/gh/codingwithsurya/15/head 2025-08-14T20:52:19.7487467Z * [new branch] gh/codingwithsurya/15/orig -> origin/gh/codingwithsurya/15/orig 2025-08-14T20:52:19.7489666Z * [new branch] gh/codingwithsurya/16/base -> origin/gh/codingwithsurya/16/base 2025-08-14T20:52:19.7491009Z * [new branch] gh/codingwithsurya/16/head -> origin/gh/codingwithsurya/16/head 2025-08-14T20:52:19.7492361Z * [new branch] gh/codingwithsurya/16/orig -> origin/gh/codingwithsurya/16/orig 2025-08-14T20:52:19.7494567Z * [new branch] gh/codingwithsurya/17/base -> origin/gh/codingwithsurya/17/base 2025-08-14T20:52:19.7495966Z * [new branch] gh/codingwithsurya/17/head -> origin/gh/codingwithsurya/17/head 2025-08-14T20:52:19.7497334Z * [new branch] gh/codingwithsurya/17/orig -> origin/gh/codingwithsurya/17/orig 2025-08-14T20:52:19.7499338Z * [new branch] gh/codingwithsurya/18/base -> origin/gh/codingwithsurya/18/base 2025-08-14T20:52:19.7500660Z * [new branch] gh/codingwithsurya/18/head -> origin/gh/codingwithsurya/18/head 2025-08-14T20:52:19.7502020Z * [new branch] gh/codingwithsurya/18/orig -> origin/gh/codingwithsurya/18/orig 2025-08-14T20:52:19.7504164Z * [new branch] gh/codingwithsurya/19/base -> origin/gh/codingwithsurya/19/base 2025-08-14T20:52:19.7505539Z * [new branch] gh/codingwithsurya/19/head -> origin/gh/codingwithsurya/19/head 2025-08-14T20:52:19.7506970Z * [new branch] gh/codingwithsurya/19/orig -> origin/gh/codingwithsurya/19/orig 2025-08-14T20:52:19.7509018Z * [new branch] gh/codingwithsurya/20/base -> origin/gh/codingwithsurya/20/base 2025-08-14T20:52:19.7510292Z * [new branch] gh/codingwithsurya/20/head -> origin/gh/codingwithsurya/20/head 2025-08-14T20:52:19.7511670Z * [new branch] gh/codingwithsurya/20/orig -> origin/gh/codingwithsurya/20/orig 2025-08-14T20:52:19.7513708Z * [new branch] gh/codingwithsurya/21/base -> origin/gh/codingwithsurya/21/base 2025-08-14T20:52:19.7515630Z * [new branch] gh/codingwithsurya/21/head -> origin/gh/codingwithsurya/21/head 2025-08-14T20:52:19.7516967Z * [new branch] gh/codingwithsurya/21/orig -> origin/gh/codingwithsurya/21/orig 2025-08-14T20:52:19.7519035Z * [new branch] gh/codingwithsurya/8/base -> origin/gh/codingwithsurya/8/base 2025-08-14T20:52:19.7520344Z * [new branch] gh/codingwithsurya/8/head -> origin/gh/codingwithsurya/8/head 2025-08-14T20:52:19.7521876Z * [new branch] gh/codingwithsurya/8/orig -> origin/gh/codingwithsurya/8/orig 2025-08-14T20:52:19.7523787Z * [new branch] gh/codingwithsurya/9/base -> origin/gh/codingwithsurya/9/base 2025-08-14T20:52:19.7525287Z * [new branch] gh/codingwithsurya/9/head -> origin/gh/codingwithsurya/9/head 2025-08-14T20:52:19.7526674Z * [new branch] gh/codingwithsurya/9/orig -> origin/gh/codingwithsurya/9/orig 2025-08-14T20:52:19.7528930Z * [new branch] gh/colinchan15/1/base -> origin/gh/colinchan15/1/base 2025-08-14T20:52:19.7530274Z * [new branch] gh/colinchan15/1/head -> origin/gh/colinchan15/1/head 2025-08-14T20:52:19.7531959Z * [new branch] gh/colinchan15/2/base -> origin/gh/colinchan15/2/base 2025-08-14T20:52:19.7533213Z * [new branch] gh/colinchan15/2/head -> origin/gh/colinchan15/2/head 2025-08-14T20:52:19.7535126Z * [new branch] gh/colinchan15/3/base -> origin/gh/colinchan15/3/base 2025-08-14T20:52:19.7536326Z * [new branch] gh/colinchan15/3/head -> origin/gh/colinchan15/3/head 2025-08-14T20:52:19.7538018Z * [new branch] gh/colinchan15/4/base -> origin/gh/colinchan15/4/base 2025-08-14T20:52:19.7539181Z * [new branch] gh/colinchan15/4/head -> origin/gh/colinchan15/4/head 2025-08-14T20:52:19.7540992Z * [new branch] gh/colinchan15/5/base -> origin/gh/colinchan15/5/base 2025-08-14T20:52:19.7542340Z * [new branch] gh/colinchan15/5/head -> origin/gh/colinchan15/5/head 2025-08-14T20:52:19.7544033Z * [new branch] gh/colinchan15/6/base -> origin/gh/colinchan15/6/base 2025-08-14T20:52:19.7545507Z * [new branch] gh/colinchan15/6/head -> origin/gh/colinchan15/6/head 2025-08-14T20:52:19.7547791Z * [new branch] gh/davidberard98/351/base -> origin/gh/davidberard98/351/base 2025-08-14T20:52:19.7549669Z * [new branch] gh/davidberard98/351/head -> origin/gh/davidberard98/351/head 2025-08-14T20:52:19.7550908Z * [new branch] gh/davidberard98/351/orig -> origin/gh/davidberard98/351/orig 2025-08-14T20:52:19.7552467Z * [new branch] gh/davidberard98/353/base -> origin/gh/davidberard98/353/base 2025-08-14T20:52:19.7553787Z * [new branch] gh/davidberard98/353/head -> origin/gh/davidberard98/353/head 2025-08-14T20:52:19.7555154Z * [new branch] gh/davidberard98/353/orig -> origin/gh/davidberard98/353/orig 2025-08-14T20:52:19.7557002Z * [new branch] gh/davidberard98/356/base -> origin/gh/davidberard98/356/base 2025-08-14T20:52:19.7558370Z * [new branch] gh/davidberard98/356/head -> origin/gh/davidberard98/356/head 2025-08-14T20:52:19.7559720Z * [new branch] gh/davidberard98/356/orig -> origin/gh/davidberard98/356/orig 2025-08-14T20:52:19.7561683Z * [new branch] gh/davidberard98/382/base -> origin/gh/davidberard98/382/base 2025-08-14T20:52:19.7563172Z * [new branch] gh/davidberard98/382/head -> origin/gh/davidberard98/382/head 2025-08-14T20:52:19.7564550Z * [new branch] gh/davidberard98/382/orig -> origin/gh/davidberard98/382/orig 2025-08-14T20:52:19.7566386Z * [new branch] gh/davidberard98/386/base -> origin/gh/davidberard98/386/base 2025-08-14T20:52:19.7567814Z * [new branch] gh/davidberard98/386/head -> origin/gh/davidberard98/386/head 2025-08-14T20:52:19.7569179Z * [new branch] gh/davidberard98/386/orig -> origin/gh/davidberard98/386/orig 2025-08-14T20:52:19.7571042Z * [new branch] gh/davidberard98/389/base -> origin/gh/davidberard98/389/base 2025-08-14T20:52:19.7572338Z * [new branch] gh/davidberard98/389/head -> origin/gh/davidberard98/389/head 2025-08-14T20:52:19.7573692Z * [new branch] gh/davidberard98/389/orig -> origin/gh/davidberard98/389/orig 2025-08-14T20:52:19.7575930Z * [new branch] gh/davidberard98/390/base -> origin/gh/davidberard98/390/base 2025-08-14T20:52:19.7577113Z * [new branch] gh/davidberard98/390/head -> origin/gh/davidberard98/390/head 2025-08-14T20:52:19.7578510Z * [new branch] gh/davidberard98/390/orig -> origin/gh/davidberard98/390/orig 2025-08-14T20:52:19.7580364Z * [new branch] gh/davidberard98/391/base -> origin/gh/davidberard98/391/base 2025-08-14T20:52:19.7581764Z * [new branch] gh/davidberard98/391/head -> origin/gh/davidberard98/391/head 2025-08-14T20:52:19.7582909Z * [new branch] gh/davidberard98/391/orig -> origin/gh/davidberard98/391/orig 2025-08-14T20:52:19.7584854Z * [new branch] gh/davidberard98/392/base -> origin/gh/davidberard98/392/base 2025-08-14T20:52:19.7586208Z * [new branch] gh/davidberard98/392/head -> origin/gh/davidberard98/392/head 2025-08-14T20:52:19.7588024Z * [new branch] gh/davidberard98/392/orig -> origin/gh/davidberard98/392/orig 2025-08-14T20:52:19.7589915Z * [new branch] gh/davidberard98/393/base -> origin/gh/davidberard98/393/base 2025-08-14T20:52:19.7591260Z * [new branch] gh/davidberard98/393/head -> origin/gh/davidberard98/393/head 2025-08-14T20:52:19.7592606Z * [new branch] gh/davidberard98/393/orig -> origin/gh/davidberard98/393/orig 2025-08-14T20:52:19.7594599Z * [new branch] gh/davidberard98/394/base -> origin/gh/davidberard98/394/base 2025-08-14T20:52:19.7596108Z * [new branch] gh/davidberard98/394/head -> origin/gh/davidberard98/394/head 2025-08-14T20:52:19.7597528Z * [new branch] gh/davidberard98/394/orig -> origin/gh/davidberard98/394/orig 2025-08-14T20:52:19.7599477Z * [new branch] gh/davidberard98/395/base -> origin/gh/davidberard98/395/base 2025-08-14T20:52:19.7601038Z * [new branch] gh/davidberard98/395/head -> origin/gh/davidberard98/395/head 2025-08-14T20:52:19.7602544Z * [new branch] gh/davidberard98/395/orig -> origin/gh/davidberard98/395/orig 2025-08-14T20:52:19.7604311Z * [new branch] gh/davidberard98/396/base -> origin/gh/davidberard98/396/base 2025-08-14T20:52:19.7605726Z * [new branch] gh/davidberard98/396/head -> origin/gh/davidberard98/396/head 2025-08-14T20:52:19.7607050Z * [new branch] gh/davidberard98/396/orig -> origin/gh/davidberard98/396/orig 2025-08-14T20:52:19.7609069Z * [new branch] gh/davidberard98/397/base -> origin/gh/davidberard98/397/base 2025-08-14T20:52:19.7610417Z * [new branch] gh/davidberard98/397/head -> origin/gh/davidberard98/397/head 2025-08-14T20:52:19.7611822Z * [new branch] gh/davidberard98/397/orig -> origin/gh/davidberard98/397/orig 2025-08-14T20:52:19.7613676Z * [new branch] gh/davidberard98/398/base -> origin/gh/davidberard98/398/base 2025-08-14T20:52:19.7615065Z * [new branch] gh/davidberard98/398/head -> origin/gh/davidberard98/398/head 2025-08-14T20:52:19.7616832Z * [new branch] gh/davidberard98/398/orig -> origin/gh/davidberard98/398/orig 2025-08-14T20:52:19.7619028Z * [new branch] gh/desertfire/570/base -> origin/gh/desertfire/570/base 2025-08-14T20:52:19.7620555Z * [new branch] gh/desertfire/570/head -> origin/gh/desertfire/570/head 2025-08-14T20:52:19.7622053Z * [new branch] gh/desertfire/570/orig -> origin/gh/desertfire/570/orig 2025-08-14T20:52:19.7623641Z * [new branch] gh/desertfire/572/base -> origin/gh/desertfire/572/base 2025-08-14T20:52:19.7625078Z * [new branch] gh/desertfire/572/head -> origin/gh/desertfire/572/head 2025-08-14T20:52:19.7626493Z * [new branch] gh/desertfire/572/orig -> origin/gh/desertfire/572/orig 2025-08-14T20:52:19.7628365Z * [new branch] gh/desertfire/589/base -> origin/gh/desertfire/589/base 2025-08-14T20:52:19.7630077Z * [new branch] gh/desertfire/589/head -> origin/gh/desertfire/589/head 2025-08-14T20:52:19.7631407Z * [new branch] gh/desertfire/589/orig -> origin/gh/desertfire/589/orig 2025-08-14T20:52:19.7633511Z * [new branch] gh/desertfire/590/base -> origin/gh/desertfire/590/base 2025-08-14T20:52:19.7634802Z * [new branch] gh/desertfire/590/head -> origin/gh/desertfire/590/head 2025-08-14T20:52:19.7636107Z * [new branch] gh/desertfire/590/orig -> origin/gh/desertfire/590/orig 2025-08-14T20:52:19.7637877Z * [new branch] gh/desertfire/591/base -> origin/gh/desertfire/591/base 2025-08-14T20:52:19.7639208Z * [new branch] gh/desertfire/591/head -> origin/gh/desertfire/591/head 2025-08-14T20:52:19.7640664Z * [new branch] gh/desertfire/591/orig -> origin/gh/desertfire/591/orig 2025-08-14T20:52:19.7642431Z * [new branch] gh/desertfire/592/base -> origin/gh/desertfire/592/base 2025-08-14T20:52:19.7643720Z * [new branch] gh/desertfire/592/head -> origin/gh/desertfire/592/head 2025-08-14T20:52:19.7645181Z * [new branch] gh/desertfire/592/orig -> origin/gh/desertfire/592/orig 2025-08-14T20:52:19.7646936Z * [new branch] gh/desertfire/593/base -> origin/gh/desertfire/593/base 2025-08-14T20:52:19.7648278Z * [new branch] gh/desertfire/593/head -> origin/gh/desertfire/593/head 2025-08-14T20:52:19.7652002Z * [new branch] gh/desertfire/593/orig -> origin/gh/desertfire/593/orig 2025-08-14T20:52:19.7653839Z * [new branch] gh/desertfire/594/base -> origin/gh/desertfire/594/base 2025-08-14T20:52:19.7655157Z * [new branch] gh/desertfire/594/head -> origin/gh/desertfire/594/head 2025-08-14T20:52:19.7656912Z * [new branch] gh/desertfire/594/orig -> origin/gh/desertfire/594/orig 2025-08-14T20:52:19.7658562Z * [new branch] gh/desertfire/595/base -> origin/gh/desertfire/595/base 2025-08-14T20:52:19.7659894Z * [new branch] gh/desertfire/595/head -> origin/gh/desertfire/595/head 2025-08-14T20:52:19.7661302Z * [new branch] gh/desertfire/595/orig -> origin/gh/desertfire/595/orig 2025-08-14T20:52:19.7663128Z * [new branch] gh/desertfire/596/base -> origin/gh/desertfire/596/base 2025-08-14T20:52:19.7664407Z * [new branch] gh/desertfire/596/head -> origin/gh/desertfire/596/head 2025-08-14T20:52:19.7665911Z * [new branch] gh/desertfire/596/orig -> origin/gh/desertfire/596/orig 2025-08-14T20:52:19.7667718Z * [new branch] gh/desertfire/597/base -> origin/gh/desertfire/597/base 2025-08-14T20:52:19.7669197Z * [new branch] gh/desertfire/597/head -> origin/gh/desertfire/597/head 2025-08-14T20:52:19.7670586Z * [new branch] gh/desertfire/597/orig -> origin/gh/desertfire/597/orig 2025-08-14T20:52:19.7672812Z * [new branch] gh/dharakk/1/base -> origin/gh/dharakk/1/base 2025-08-14T20:52:19.7674176Z * [new branch] gh/dharakk/1/head -> origin/gh/dharakk/1/head 2025-08-14T20:52:19.7676076Z * [new branch] gh/dharakk/4/base -> origin/gh/dharakk/4/base 2025-08-14T20:52:19.7677322Z * [new branch] gh/dharakk/4/head -> origin/gh/dharakk/4/head 2025-08-14T20:52:19.7678740Z * [new branch] gh/dharakk/4/orig -> origin/gh/dharakk/4/orig 2025-08-14T20:52:19.7681040Z * [new branch] gh/drisspg/140/base -> origin/gh/drisspg/140/base 2025-08-14T20:52:19.7682395Z * [new branch] gh/drisspg/140/head -> origin/gh/drisspg/140/head 2025-08-14T20:52:19.7683793Z * [new branch] gh/drisspg/140/orig -> origin/gh/drisspg/140/orig 2025-08-14T20:52:19.7686083Z * [new branch] gh/drisspg/149/base -> origin/gh/drisspg/149/base 2025-08-14T20:52:19.7687149Z * [new branch] gh/drisspg/149/head -> origin/gh/drisspg/149/head 2025-08-14T20:52:19.7688537Z * [new branch] gh/drisspg/149/orig -> origin/gh/drisspg/149/orig 2025-08-14T20:52:19.7690411Z * [new branch] gh/drisspg/150/base -> origin/gh/drisspg/150/base 2025-08-14T20:52:19.7691737Z * [new branch] gh/drisspg/150/head -> origin/gh/drisspg/150/head 2025-08-14T20:52:19.7693185Z * [new branch] gh/drisspg/150/orig -> origin/gh/drisspg/150/orig 2025-08-14T20:52:19.7694863Z * [new branch] gh/drisspg/151/base -> origin/gh/drisspg/151/base 2025-08-14T20:52:19.7696161Z * [new branch] gh/drisspg/151/head -> origin/gh/drisspg/151/head 2025-08-14T20:52:19.7697558Z * [new branch] gh/drisspg/151/orig -> origin/gh/drisspg/151/orig 2025-08-14T20:52:19.7699318Z * [new branch] gh/drisspg/158/base -> origin/gh/drisspg/158/base 2025-08-14T20:52:19.7700675Z * [new branch] gh/drisspg/158/head -> origin/gh/drisspg/158/head 2025-08-14T20:52:19.7702041Z * [new branch] gh/drisspg/158/orig -> origin/gh/drisspg/158/orig 2025-08-14T20:52:19.7703801Z * [new branch] gh/drisspg/159/base -> origin/gh/drisspg/159/base 2025-08-14T20:52:19.7705125Z * [new branch] gh/drisspg/159/head -> origin/gh/drisspg/159/head 2025-08-14T20:52:19.7706456Z * [new branch] gh/drisspg/159/orig -> origin/gh/drisspg/159/orig 2025-08-14T20:52:19.7708448Z * [new branch] gh/drisspg/166/base -> origin/gh/drisspg/166/base 2025-08-14T20:52:19.7709839Z * [new branch] gh/drisspg/166/head -> origin/gh/drisspg/166/head 2025-08-14T20:52:19.7711217Z * [new branch] gh/drisspg/166/orig -> origin/gh/drisspg/166/orig 2025-08-14T20:52:19.7713022Z * [new branch] gh/drisspg/168/base -> origin/gh/drisspg/168/base 2025-08-14T20:52:19.7714371Z * [new branch] gh/drisspg/168/head -> origin/gh/drisspg/168/head 2025-08-14T20:52:19.7715714Z * [new branch] gh/drisspg/168/orig -> origin/gh/drisspg/168/orig 2025-08-14T20:52:19.7717535Z * [new branch] gh/drisspg/169/base -> origin/gh/drisspg/169/base 2025-08-14T20:52:19.7718920Z * [new branch] gh/drisspg/169/head -> origin/gh/drisspg/169/head 2025-08-14T20:52:19.7720284Z * [new branch] gh/drisspg/169/orig -> origin/gh/drisspg/169/orig 2025-08-14T20:52:19.7722023Z * [new branch] gh/drisspg/170/base -> origin/gh/drisspg/170/base 2025-08-14T20:52:19.7723342Z * [new branch] gh/drisspg/170/head -> origin/gh/drisspg/170/head 2025-08-14T20:52:19.7724717Z * [new branch] gh/drisspg/170/orig -> origin/gh/drisspg/170/orig 2025-08-14T20:52:19.7726612Z * [new branch] gh/drisspg/171/base -> origin/gh/drisspg/171/base 2025-08-14T20:52:19.7728456Z * [new branch] gh/drisspg/171/head -> origin/gh/drisspg/171/head 2025-08-14T20:52:19.7729819Z * [new branch] gh/drisspg/171/orig -> origin/gh/drisspg/171/orig 2025-08-14T20:52:19.7731591Z * [new branch] gh/drisspg/172/base -> origin/gh/drisspg/172/base 2025-08-14T20:52:19.7732859Z * [new branch] gh/drisspg/172/head -> origin/gh/drisspg/172/head 2025-08-14T20:52:19.7734190Z * [new branch] gh/drisspg/172/orig -> origin/gh/drisspg/172/orig 2025-08-14T20:52:19.7736370Z * [new branch] gh/drisspg/173/base -> origin/gh/drisspg/173/base 2025-08-14T20:52:19.7737739Z * [new branch] gh/drisspg/173/head -> origin/gh/drisspg/173/head 2025-08-14T20:52:19.7739087Z * [new branch] gh/drisspg/173/orig -> origin/gh/drisspg/173/orig 2025-08-14T20:52:19.7741441Z * [new branch] gh/drisspg/174/base -> origin/gh/drisspg/174/base 2025-08-14T20:52:19.7742490Z * [new branch] gh/drisspg/174/head -> origin/gh/drisspg/174/head 2025-08-14T20:52:19.7743998Z * [new branch] gh/drisspg/174/orig -> origin/gh/drisspg/174/orig 2025-08-14T20:52:19.7746255Z * [new branch] gh/drisspg/175/base -> origin/gh/drisspg/175/base 2025-08-14T20:52:19.7747578Z * [new branch] gh/drisspg/175/head -> origin/gh/drisspg/175/head 2025-08-14T20:52:19.7749069Z * [new branch] gh/drisspg/175/orig -> origin/gh/drisspg/175/orig 2025-08-14T20:52:19.7750883Z * [new branch] gh/drisspg/176/base -> origin/gh/drisspg/176/base 2025-08-14T20:52:19.7752238Z * [new branch] gh/drisspg/176/head -> origin/gh/drisspg/176/head 2025-08-14T20:52:19.7753583Z * [new branch] gh/drisspg/176/orig -> origin/gh/drisspg/176/orig 2025-08-14T20:52:19.7755794Z * [new branch] gh/drisspg/177/base -> origin/gh/drisspg/177/base 2025-08-14T20:52:19.7757278Z * [new branch] gh/drisspg/177/head -> origin/gh/drisspg/177/head 2025-08-14T20:52:19.7758555Z * [new branch] gh/drisspg/177/orig -> origin/gh/drisspg/177/orig 2025-08-14T20:52:19.7760345Z * [new branch] gh/drisspg/178/base -> origin/gh/drisspg/178/base 2025-08-14T20:52:19.7761689Z * [new branch] gh/drisspg/178/head -> origin/gh/drisspg/178/head 2025-08-14T20:52:19.7762773Z * [new branch] gh/drisspg/178/orig -> origin/gh/drisspg/178/orig 2025-08-14T20:52:19.7764730Z * [new branch] gh/drisspg/179/base -> origin/gh/drisspg/179/base 2025-08-14T20:52:19.7766141Z * [new branch] gh/drisspg/179/head -> origin/gh/drisspg/179/head 2025-08-14T20:52:19.7767512Z * [new branch] gh/drisspg/179/orig -> origin/gh/drisspg/179/orig 2025-08-14T20:52:19.7769263Z * [new branch] gh/drisspg/180/base -> origin/gh/drisspg/180/base 2025-08-14T20:52:19.7770645Z * [new branch] gh/drisspg/180/head -> origin/gh/drisspg/180/head 2025-08-14T20:52:19.7771997Z * [new branch] gh/drisspg/180/orig -> origin/gh/drisspg/180/orig 2025-08-14T20:52:19.7773675Z * [new branch] gh/drisspg/181/base -> origin/gh/drisspg/181/base 2025-08-14T20:52:19.7775037Z * [new branch] gh/drisspg/181/head -> origin/gh/drisspg/181/head 2025-08-14T20:52:19.7776231Z * [new branch] gh/drisspg/181/orig -> origin/gh/drisspg/181/orig 2025-08-14T20:52:19.7778149Z * [new branch] gh/drisspg/182/base -> origin/gh/drisspg/182/base 2025-08-14T20:52:19.7779607Z * [new branch] gh/drisspg/182/head -> origin/gh/drisspg/182/head 2025-08-14T20:52:19.7781446Z * [new branch] gh/drisspg/183/base -> origin/gh/drisspg/183/base 2025-08-14T20:52:19.7782495Z * [new branch] gh/drisspg/183/head -> origin/gh/drisspg/183/head 2025-08-14T20:52:19.7784271Z * [new branch] gh/drisspg/184/base -> origin/gh/drisspg/184/base 2025-08-14T20:52:19.7785369Z * [new branch] gh/drisspg/184/head -> origin/gh/drisspg/184/head 2025-08-14T20:52:19.7787320Z * [new branch] gh/drisspg/185/base -> origin/gh/drisspg/185/base 2025-08-14T20:52:19.7788735Z * [new branch] gh/drisspg/185/head -> origin/gh/drisspg/185/head 2025-08-14T20:52:19.7790902Z * [new branch] gh/dsjohns2/1/base -> origin/gh/dsjohns2/1/base 2025-08-14T20:52:19.7792213Z * [new branch] gh/dsjohns2/1/head -> origin/gh/dsjohns2/1/head 2025-08-14T20:52:19.7794297Z * [new branch] gh/eellison/784/base -> origin/gh/eellison/784/base 2025-08-14T20:52:19.7795783Z * [new branch] gh/eellison/784/head -> origin/gh/eellison/784/head 2025-08-14T20:52:19.7797080Z * [new branch] gh/eellison/784/orig -> origin/gh/eellison/784/orig 2025-08-14T20:52:19.7799093Z * [new branch] gh/eellison/785/base -> origin/gh/eellison/785/base 2025-08-14T20:52:19.7800437Z * [new branch] gh/eellison/785/head -> origin/gh/eellison/785/head 2025-08-14T20:52:19.7801815Z * [new branch] gh/eellison/785/orig -> origin/gh/eellison/785/orig 2025-08-14T20:52:19.7803604Z * [new branch] gh/eellison/789/base -> origin/gh/eellison/789/base 2025-08-14T20:52:19.7804947Z * [new branch] gh/eellison/789/head -> origin/gh/eellison/789/head 2025-08-14T20:52:19.7806294Z * [new branch] gh/eellison/789/orig -> origin/gh/eellison/789/orig 2025-08-14T20:52:19.7808025Z * [new branch] gh/eellison/800/base -> origin/gh/eellison/800/base 2025-08-14T20:52:19.7809336Z * [new branch] gh/eellison/800/head -> origin/gh/eellison/800/head 2025-08-14T20:52:19.7810686Z * [new branch] gh/eellison/800/orig -> origin/gh/eellison/800/orig 2025-08-14T20:52:19.7812488Z * [new branch] gh/eellison/801/base -> origin/gh/eellison/801/base 2025-08-14T20:52:19.7813916Z * [new branch] gh/eellison/801/head -> origin/gh/eellison/801/head 2025-08-14T20:52:19.7815382Z * [new branch] gh/eellison/801/orig -> origin/gh/eellison/801/orig 2025-08-14T20:52:19.7817727Z * [new branch] gh/eellison/802/base -> origin/gh/eellison/802/base 2025-08-14T20:52:19.7819058Z * [new branch] gh/eellison/802/head -> origin/gh/eellison/802/head 2025-08-14T20:52:19.7820438Z * [new branch] gh/eellison/802/orig -> origin/gh/eellison/802/orig 2025-08-14T20:52:19.7822173Z * [new branch] gh/eellison/805/base -> origin/gh/eellison/805/base 2025-08-14T20:52:19.7823502Z * [new branch] gh/eellison/805/head -> origin/gh/eellison/805/head 2025-08-14T20:52:19.7824833Z * [new branch] gh/eellison/805/orig -> origin/gh/eellison/805/orig 2025-08-14T20:52:19.7826754Z * [new branch] gh/eellison/808/base -> origin/gh/eellison/808/base 2025-08-14T20:52:19.7827974Z * [new branch] gh/eellison/808/head -> origin/gh/eellison/808/head 2025-08-14T20:52:19.7829416Z * [new branch] gh/eellison/808/orig -> origin/gh/eellison/808/orig 2025-08-14T20:52:19.7831189Z * [new branch] gh/eellison/809/base -> origin/gh/eellison/809/base 2025-08-14T20:52:19.7833049Z * [new branch] gh/eellison/809/head -> origin/gh/eellison/809/head 2025-08-14T20:52:19.7834487Z * [new branch] gh/eellison/809/orig -> origin/gh/eellison/809/orig 2025-08-14T20:52:19.7836267Z * [new branch] gh/eellison/810/base -> origin/gh/eellison/810/base 2025-08-14T20:52:19.7837636Z * [new branch] gh/eellison/810/head -> origin/gh/eellison/810/head 2025-08-14T20:52:19.7839646Z * [new branch] gh/eellison/810/orig -> origin/gh/eellison/810/orig 2025-08-14T20:52:19.7840937Z * [new branch] gh/eellison/811/base -> origin/gh/eellison/811/base 2025-08-14T20:52:19.7842448Z * [new branch] gh/eellison/811/head -> origin/gh/eellison/811/head 2025-08-14T20:52:19.7844796Z * [new branch] gh/eellison/811/orig -> origin/gh/eellison/811/orig 2025-08-14T20:52:19.7846106Z * [new branch] gh/eellison/812/base -> origin/gh/eellison/812/base 2025-08-14T20:52:19.7847529Z * [new branch] gh/eellison/812/head -> origin/gh/eellison/812/head 2025-08-14T20:52:19.7849319Z * [new branch] gh/eellison/812/orig -> origin/gh/eellison/812/orig 2025-08-14T20:52:19.7851272Z * [new branch] gh/etaf/132/base -> origin/gh/etaf/132/base 2025-08-14T20:52:19.7852566Z * [new branch] gh/etaf/132/head -> origin/gh/etaf/132/head 2025-08-14T20:52:19.7853908Z * [new branch] gh/etaf/132/orig -> origin/gh/etaf/132/orig 2025-08-14T20:52:19.7855912Z * [new branch] gh/etaf/138/base -> origin/gh/etaf/138/base 2025-08-14T20:52:19.7857298Z * [new branch] gh/etaf/138/head -> origin/gh/etaf/138/head 2025-08-14T20:52:19.7858705Z * [new branch] gh/etaf/138/orig -> origin/gh/etaf/138/orig 2025-08-14T20:52:19.7860535Z * [new branch] gh/etaf/140/base -> origin/gh/etaf/140/base 2025-08-14T20:52:19.7861872Z * [new branch] gh/etaf/140/head -> origin/gh/etaf/140/head 2025-08-14T20:52:19.7863271Z * [new branch] gh/etaf/140/orig -> origin/gh/etaf/140/orig 2025-08-14T20:52:19.7865075Z * [new branch] gh/etaf/143/base -> origin/gh/etaf/143/base 2025-08-14T20:52:19.7866535Z * [new branch] gh/etaf/143/head -> origin/gh/etaf/143/head 2025-08-14T20:52:19.7867857Z * [new branch] gh/etaf/143/orig -> origin/gh/etaf/143/orig 2025-08-14T20:52:19.7869907Z * [new branch] gh/etaf/147/base -> origin/gh/etaf/147/base 2025-08-14T20:52:19.7871310Z * [new branch] gh/etaf/147/head -> origin/gh/etaf/147/head 2025-08-14T20:52:19.7873103Z * [new branch] gh/etaf/148/base -> origin/gh/etaf/148/base 2025-08-14T20:52:19.7874462Z * [new branch] gh/etaf/148/head -> origin/gh/etaf/148/head 2025-08-14T20:52:19.7875845Z * [new branch] gh/etaf/148/orig -> origin/gh/etaf/148/orig 2025-08-14T20:52:19.7877569Z * [new branch] gh/etaf/149/base -> origin/gh/etaf/149/base 2025-08-14T20:52:19.7878986Z * [new branch] gh/etaf/149/head -> origin/gh/etaf/149/head 2025-08-14T20:52:19.7880387Z * [new branch] gh/etaf/149/orig -> origin/gh/etaf/149/orig 2025-08-14T20:52:19.7882209Z * [new branch] gh/etaf/150/base -> origin/gh/etaf/150/base 2025-08-14T20:52:19.7883705Z * [new branch] gh/etaf/150/head -> origin/gh/etaf/150/head 2025-08-14T20:52:19.7885047Z * [new branch] gh/etaf/150/orig -> origin/gh/etaf/150/orig 2025-08-14T20:52:19.7886931Z * [new branch] gh/etaf/151/base -> origin/gh/etaf/151/base 2025-08-14T20:52:19.7888437Z * [new branch] gh/etaf/151/head -> origin/gh/etaf/151/head 2025-08-14T20:52:19.7889962Z * [new branch] gh/etaf/151/orig -> origin/gh/etaf/151/orig 2025-08-14T20:52:19.7891749Z * [new branch] gh/etaf/152/base -> origin/gh/etaf/152/base 2025-08-14T20:52:19.7893161Z * [new branch] gh/etaf/152/head -> origin/gh/etaf/152/head 2025-08-14T20:52:19.7894563Z * [new branch] gh/etaf/152/orig -> origin/gh/etaf/152/orig 2025-08-14T20:52:19.7896463Z * [new branch] gh/etaf/153/base -> origin/gh/etaf/153/base 2025-08-14T20:52:19.7897846Z * [new branch] gh/etaf/153/head -> origin/gh/etaf/153/head 2025-08-14T20:52:19.7899223Z * [new branch] gh/etaf/153/orig -> origin/gh/etaf/153/orig 2025-08-14T20:52:19.7901277Z * [new branch] gh/etaf/154/base -> origin/gh/etaf/154/base 2025-08-14T20:52:19.7902742Z * [new branch] gh/etaf/154/head -> origin/gh/etaf/154/head 2025-08-14T20:52:19.7904025Z * [new branch] gh/etaf/154/orig -> origin/gh/etaf/154/orig 2025-08-14T20:52:19.7906011Z * [new branch] gh/etaf/155/base -> origin/gh/etaf/155/base 2025-08-14T20:52:19.7907279Z * [new branch] gh/etaf/155/head -> origin/gh/etaf/155/head 2025-08-14T20:52:19.7908868Z * [new branch] gh/etaf/155/orig -> origin/gh/etaf/155/orig 2025-08-14T20:52:19.7911011Z * [new branch] gh/ezyang/2374/base -> origin/gh/ezyang/2374/base 2025-08-14T20:52:19.7913292Z * [new branch] gh/ezyang/2374/head -> origin/gh/ezyang/2374/head 2025-08-14T20:52:19.7913987Z * [new branch] gh/ezyang/2374/orig -> origin/gh/ezyang/2374/orig 2025-08-14T20:52:19.7915848Z * [new branch] gh/ezyang/2973/base -> origin/gh/ezyang/2973/base 2025-08-14T20:52:19.7917174Z * [new branch] gh/ezyang/2973/head -> origin/gh/ezyang/2973/head 2025-08-14T20:52:19.7918617Z * [new branch] gh/ezyang/2973/orig -> origin/gh/ezyang/2973/orig 2025-08-14T20:52:19.7920343Z * [new branch] gh/ezyang/2974/base -> origin/gh/ezyang/2974/base 2025-08-14T20:52:19.7921666Z * [new branch] gh/ezyang/2974/head -> origin/gh/ezyang/2974/head 2025-08-14T20:52:19.7923065Z * [new branch] gh/ezyang/2974/orig -> origin/gh/ezyang/2974/orig 2025-08-14T20:52:19.7924813Z * [new branch] gh/ezyang/3068/base -> origin/gh/ezyang/3068/base 2025-08-14T20:52:19.7926218Z * [new branch] gh/ezyang/3068/head -> origin/gh/ezyang/3068/head 2025-08-14T20:52:19.7927612Z * [new branch] gh/ezyang/3068/orig -> origin/gh/ezyang/3068/orig 2025-08-14T20:52:19.7929387Z * [new branch] gh/ezyang/3071/base -> origin/gh/ezyang/3071/base 2025-08-14T20:52:19.7930739Z * [new branch] gh/ezyang/3071/head -> origin/gh/ezyang/3071/head 2025-08-14T20:52:19.7932473Z * [new branch] gh/ezyang/3071/orig -> origin/gh/ezyang/3071/orig 2025-08-14T20:52:19.7934228Z * [new branch] gh/ezyang/3074/base -> origin/gh/ezyang/3074/base 2025-08-14T20:52:19.7935519Z * [new branch] gh/ezyang/3074/head -> origin/gh/ezyang/3074/head 2025-08-14T20:52:19.7936896Z * [new branch] gh/ezyang/3074/orig -> origin/gh/ezyang/3074/orig 2025-08-14T20:52:19.7938600Z * [new branch] gh/ezyang/3088/base -> origin/gh/ezyang/3088/base 2025-08-14T20:52:19.7939951Z * [new branch] gh/ezyang/3088/head -> origin/gh/ezyang/3088/head 2025-08-14T20:52:19.7941345Z * [new branch] gh/ezyang/3088/orig -> origin/gh/ezyang/3088/orig 2025-08-14T20:52:19.7943123Z * [new branch] gh/ezyang/3092/base -> origin/gh/ezyang/3092/base 2025-08-14T20:52:19.7944660Z * [new branch] gh/ezyang/3092/head -> origin/gh/ezyang/3092/head 2025-08-14T20:52:19.7945995Z * [new branch] gh/ezyang/3092/orig -> origin/gh/ezyang/3092/orig 2025-08-14T20:52:19.7947676Z * [new branch] gh/ezyang/3097/base -> origin/gh/ezyang/3097/base 2025-08-14T20:52:19.7949084Z * [new branch] gh/ezyang/3097/head -> origin/gh/ezyang/3097/head 2025-08-14T20:52:19.7950657Z * [new branch] gh/ezyang/3097/orig -> origin/gh/ezyang/3097/orig 2025-08-14T20:52:19.7952410Z * [new branch] gh/ezyang/3098/base -> origin/gh/ezyang/3098/base 2025-08-14T20:52:19.7953793Z * [new branch] gh/ezyang/3098/head -> origin/gh/ezyang/3098/head 2025-08-14T20:52:19.7955192Z * [new branch] gh/ezyang/3098/orig -> origin/gh/ezyang/3098/orig 2025-08-14T20:52:19.7956871Z * [new branch] gh/ezyang/3099/base -> origin/gh/ezyang/3099/base 2025-08-14T20:52:19.7958153Z * [new branch] gh/ezyang/3099/head -> origin/gh/ezyang/3099/head 2025-08-14T20:52:19.7959686Z * [new branch] gh/ezyang/3099/orig -> origin/gh/ezyang/3099/orig 2025-08-14T20:52:19.7961423Z * [new branch] gh/ezyang/3100/base -> origin/gh/ezyang/3100/base 2025-08-14T20:52:19.7963004Z * [new branch] gh/ezyang/3100/head -> origin/gh/ezyang/3100/head 2025-08-14T20:52:19.7964238Z * [new branch] gh/ezyang/3100/orig -> origin/gh/ezyang/3100/orig 2025-08-14T20:52:19.7966015Z * [new branch] gh/ezyang/3101/base -> origin/gh/ezyang/3101/base 2025-08-14T20:52:19.7967318Z * [new branch] gh/ezyang/3101/head -> origin/gh/ezyang/3101/head 2025-08-14T20:52:19.7968712Z * [new branch] gh/ezyang/3101/orig -> origin/gh/ezyang/3101/orig 2025-08-14T20:52:19.7970483Z * [new branch] gh/ezyang/3102/base -> origin/gh/ezyang/3102/base 2025-08-14T20:52:19.7971853Z * [new branch] gh/ezyang/3102/head -> origin/gh/ezyang/3102/head 2025-08-14T20:52:19.7973159Z * [new branch] gh/ezyang/3102/orig -> origin/gh/ezyang/3102/orig 2025-08-14T20:52:19.7974877Z * [new branch] gh/ezyang/3103/base -> origin/gh/ezyang/3103/base 2025-08-14T20:52:19.7976194Z * [new branch] gh/ezyang/3103/head -> origin/gh/ezyang/3103/head 2025-08-14T20:52:19.7977504Z * [new branch] gh/ezyang/3103/orig -> origin/gh/ezyang/3103/orig 2025-08-14T20:52:19.7979770Z * [new branch] gh/ezyang/3104/base -> origin/gh/ezyang/3104/base 2025-08-14T20:52:19.7981258Z * [new branch] gh/ezyang/3104/head -> origin/gh/ezyang/3104/head 2025-08-14T20:52:19.7982674Z * [new branch] gh/ezyang/3104/orig -> origin/gh/ezyang/3104/orig 2025-08-14T20:52:19.7984497Z * [new branch] gh/ezyang/3105/base -> origin/gh/ezyang/3105/base 2025-08-14T20:52:19.7985796Z * [new branch] gh/ezyang/3105/head -> origin/gh/ezyang/3105/head 2025-08-14T20:52:19.7987160Z * [new branch] gh/ezyang/3105/orig -> origin/gh/ezyang/3105/orig 2025-08-14T20:52:19.7989082Z * [new branch] gh/ezyang/3106/base -> origin/gh/ezyang/3106/base 2025-08-14T20:52:19.7990384Z * [new branch] gh/ezyang/3106/head -> origin/gh/ezyang/3106/head 2025-08-14T20:52:19.7993390Z * [new branch] gh/ezyang/3106/orig -> origin/gh/ezyang/3106/orig 2025-08-14T20:52:19.7995116Z * [new branch] gh/ezyang/3107/base -> origin/gh/ezyang/3107/base 2025-08-14T20:52:19.7996470Z * [new branch] gh/ezyang/3107/head -> origin/gh/ezyang/3107/head 2025-08-14T20:52:19.7997815Z * [new branch] gh/ezyang/3107/orig -> origin/gh/ezyang/3107/orig 2025-08-14T20:52:19.7999652Z * [new branch] gh/ezyang/3108/base -> origin/gh/ezyang/3108/base 2025-08-14T20:52:19.8001060Z * [new branch] gh/ezyang/3108/head -> origin/gh/ezyang/3108/head 2025-08-14T20:52:19.8002432Z * [new branch] gh/ezyang/3108/orig -> origin/gh/ezyang/3108/orig 2025-08-14T20:52:19.8004241Z * [new branch] gh/ezyang/3109/base -> origin/gh/ezyang/3109/base 2025-08-14T20:52:19.8005550Z * [new branch] gh/ezyang/3109/head -> origin/gh/ezyang/3109/head 2025-08-14T20:52:19.8007228Z * [new branch] gh/ezyang/3109/orig -> origin/gh/ezyang/3109/orig 2025-08-14T20:52:19.8009049Z * [new branch] gh/ezyang/3110/base -> origin/gh/ezyang/3110/base 2025-08-14T20:52:19.8010415Z * [new branch] gh/ezyang/3110/head -> origin/gh/ezyang/3110/head 2025-08-14T20:52:19.8011895Z * [new branch] gh/ezyang/3110/orig -> origin/gh/ezyang/3110/orig 2025-08-14T20:52:19.8013626Z * [new branch] gh/ezyang/3111/base -> origin/gh/ezyang/3111/base 2025-08-14T20:52:19.8014999Z * [new branch] gh/ezyang/3111/head -> origin/gh/ezyang/3111/head 2025-08-14T20:52:19.8016352Z * [new branch] gh/ezyang/3111/orig -> origin/gh/ezyang/3111/orig 2025-08-14T20:52:19.8018211Z * [new branch] gh/ezyang/3112/base -> origin/gh/ezyang/3112/base 2025-08-14T20:52:19.8019573Z * [new branch] gh/ezyang/3112/head -> origin/gh/ezyang/3112/head 2025-08-14T20:52:19.8021015Z * [new branch] gh/ezyang/3112/orig -> origin/gh/ezyang/3112/orig 2025-08-14T20:52:19.8022756Z * [new branch] gh/ezyang/3113/base -> origin/gh/ezyang/3113/base 2025-08-14T20:52:19.8024111Z * [new branch] gh/ezyang/3113/head -> origin/gh/ezyang/3113/head 2025-08-14T20:52:19.8025531Z * [new branch] gh/ezyang/3113/orig -> origin/gh/ezyang/3113/orig 2025-08-14T20:52:19.8027341Z * [new branch] gh/ezyang/3114/base -> origin/gh/ezyang/3114/base 2025-08-14T20:52:19.8028883Z * [new branch] gh/ezyang/3114/head -> origin/gh/ezyang/3114/head 2025-08-14T20:52:19.8030238Z * [new branch] gh/ezyang/3114/orig -> origin/gh/ezyang/3114/orig 2025-08-14T20:52:19.8032053Z * [new branch] gh/ezyang/3115/base -> origin/gh/ezyang/3115/base 2025-08-14T20:52:19.8033402Z * [new branch] gh/ezyang/3115/head -> origin/gh/ezyang/3115/head 2025-08-14T20:52:19.8034873Z * [new branch] gh/ezyang/3115/orig -> origin/gh/ezyang/3115/orig 2025-08-14T20:52:19.8036661Z * [new branch] gh/ezyang/3116/base -> origin/gh/ezyang/3116/base 2025-08-14T20:52:19.8038096Z * [new branch] gh/ezyang/3116/head -> origin/gh/ezyang/3116/head 2025-08-14T20:52:19.8039425Z * [new branch] gh/ezyang/3116/orig -> origin/gh/ezyang/3116/orig 2025-08-14T20:52:19.8041328Z * [new branch] gh/ezyang/3117/base -> origin/gh/ezyang/3117/base 2025-08-14T20:52:19.8042599Z * [new branch] gh/ezyang/3117/head -> origin/gh/ezyang/3117/head 2025-08-14T20:52:19.8043985Z * [new branch] gh/ezyang/3117/orig -> origin/gh/ezyang/3117/orig 2025-08-14T20:52:19.8045709Z * [new branch] gh/ezyang/3118/base -> origin/gh/ezyang/3118/base 2025-08-14T20:52:19.8047078Z * [new branch] gh/ezyang/3118/head -> origin/gh/ezyang/3118/head 2025-08-14T20:52:19.8048593Z * [new branch] gh/ezyang/3118/orig -> origin/gh/ezyang/3118/orig 2025-08-14T20:52:19.8050496Z * [new branch] gh/ezyang/3119/base -> origin/gh/ezyang/3119/base 2025-08-14T20:52:19.8052279Z * [new branch] gh/ezyang/3119/head -> origin/gh/ezyang/3119/head 2025-08-14T20:52:19.8053628Z * [new branch] gh/ezyang/3119/orig -> origin/gh/ezyang/3119/orig 2025-08-14T20:52:19.8055331Z * [new branch] gh/ezyang/3120/base -> origin/gh/ezyang/3120/base 2025-08-14T20:52:19.8056846Z * [new branch] gh/ezyang/3120/head -> origin/gh/ezyang/3120/head 2025-08-14T20:52:19.8058225Z * [new branch] gh/ezyang/3120/orig -> origin/gh/ezyang/3120/orig 2025-08-14T20:52:19.8059987Z * [new branch] gh/ezyang/3121/base -> origin/gh/ezyang/3121/base 2025-08-14T20:52:19.8061316Z * [new branch] gh/ezyang/3121/head -> origin/gh/ezyang/3121/head 2025-08-14T20:52:19.8062717Z * [new branch] gh/ezyang/3121/orig -> origin/gh/ezyang/3121/orig 2025-08-14T20:52:19.8064454Z * [new branch] gh/ezyang/3122/base -> origin/gh/ezyang/3122/base 2025-08-14T20:52:19.8065745Z * [new branch] gh/ezyang/3122/head -> origin/gh/ezyang/3122/head 2025-08-14T20:52:19.8067071Z * [new branch] gh/ezyang/3122/orig -> origin/gh/ezyang/3122/orig 2025-08-14T20:52:19.8068974Z * [new branch] gh/ezyang/3123/base -> origin/gh/ezyang/3123/base 2025-08-14T20:52:19.8070311Z * [new branch] gh/ezyang/3123/head -> origin/gh/ezyang/3123/head 2025-08-14T20:52:19.8071714Z * [new branch] gh/ezyang/3123/orig -> origin/gh/ezyang/3123/orig 2025-08-14T20:52:19.8073661Z * [new branch] gh/ezyang/3124/base -> origin/gh/ezyang/3124/base 2025-08-14T20:52:19.8074958Z * [new branch] gh/ezyang/3124/head -> origin/gh/ezyang/3124/head 2025-08-14T20:52:19.8076330Z * [new branch] gh/ezyang/3124/orig -> origin/gh/ezyang/3124/orig 2025-08-14T20:52:19.8078041Z * [new branch] gh/ezyang/3125/base -> origin/gh/ezyang/3125/base 2025-08-14T20:52:19.8079377Z * [new branch] gh/ezyang/3125/head -> origin/gh/ezyang/3125/head 2025-08-14T20:52:19.8080762Z * [new branch] gh/ezyang/3125/orig -> origin/gh/ezyang/3125/orig 2025-08-14T20:52:19.8082727Z * [new branch] gh/ezyang/3126/base -> origin/gh/ezyang/3126/base 2025-08-14T20:52:19.8084056Z * [new branch] gh/ezyang/3126/head -> origin/gh/ezyang/3126/head 2025-08-14T20:52:19.8085430Z * [new branch] gh/ezyang/3126/orig -> origin/gh/ezyang/3126/orig 2025-08-14T20:52:19.8087544Z * [new branch] gh/ezyang/3127/base -> origin/gh/ezyang/3127/base 2025-08-14T20:52:19.8092234Z * [new branch] gh/ezyang/3127/head -> origin/gh/ezyang/3127/head 2025-08-14T20:52:19.8093984Z * [new branch] gh/ezyang/3127/orig -> origin/gh/ezyang/3127/orig 2025-08-14T20:52:19.8094185Z * [new branch] gh/ezyang/3128/base -> origin/gh/ezyang/3128/base 2025-08-14T20:52:19.8094417Z * [new branch] gh/ezyang/3128/head -> origin/gh/ezyang/3128/head 2025-08-14T20:52:19.8095742Z * [new branch] gh/ezyang/3128/orig -> origin/gh/ezyang/3128/orig 2025-08-14T20:52:19.8097556Z * [new branch] gh/ezyang/3129/base -> origin/gh/ezyang/3129/base 2025-08-14T20:52:19.8099046Z * [new branch] gh/ezyang/3129/head -> origin/gh/ezyang/3129/head 2025-08-14T20:52:19.8100683Z * [new branch] gh/ezyang/3129/orig -> origin/gh/ezyang/3129/orig 2025-08-14T20:52:19.8102521Z * [new branch] gh/ezyang/3130/base -> origin/gh/ezyang/3130/base 2025-08-14T20:52:19.8103683Z * [new branch] gh/ezyang/3130/head -> origin/gh/ezyang/3130/head 2025-08-14T20:52:19.8105277Z * [new branch] gh/ezyang/3130/orig -> origin/gh/ezyang/3130/orig 2025-08-14T20:52:19.8107089Z * [new branch] gh/ezyang/3131/base -> origin/gh/ezyang/3131/base 2025-08-14T20:52:19.8110535Z * [new branch] gh/ezyang/3131/head -> origin/gh/ezyang/3131/head 2025-08-14T20:52:19.8110925Z * [new branch] gh/ezyang/3131/orig -> origin/gh/ezyang/3131/orig 2025-08-14T20:52:19.8112686Z * [new branch] gh/ezyang/3132/base -> origin/gh/ezyang/3132/base 2025-08-14T20:52:19.8113747Z * [new branch] gh/ezyang/3132/head -> origin/gh/ezyang/3132/head 2025-08-14T20:52:19.8115285Z * [new branch] gh/ezyang/3132/orig -> origin/gh/ezyang/3132/orig 2025-08-14T20:52:19.8117118Z * [new branch] gh/ezyang/3133/base -> origin/gh/ezyang/3133/base 2025-08-14T20:52:19.8118220Z * [new branch] gh/ezyang/3133/head -> origin/gh/ezyang/3133/head 2025-08-14T20:52:19.8119698Z * [new branch] gh/ezyang/3133/orig -> origin/gh/ezyang/3133/orig 2025-08-14T20:52:19.8121292Z * [new branch] gh/ezyang/3134/base -> origin/gh/ezyang/3134/base 2025-08-14T20:52:19.8122641Z * [new branch] gh/ezyang/3134/head -> origin/gh/ezyang/3134/head 2025-08-14T20:52:19.8123985Z * [new branch] gh/ezyang/3134/orig -> origin/gh/ezyang/3134/orig 2025-08-14T20:52:19.8125851Z * [new branch] gh/ezyang/3135/base -> origin/gh/ezyang/3135/base 2025-08-14T20:52:19.8127107Z * [new branch] gh/ezyang/3135/head -> origin/gh/ezyang/3135/head 2025-08-14T20:52:19.8128661Z * [new branch] gh/ezyang/3135/orig -> origin/gh/ezyang/3135/orig 2025-08-14T20:52:19.8130228Z * [new branch] gh/ezyang/3136/base -> origin/gh/ezyang/3136/base 2025-08-14T20:52:19.8132175Z * [new branch] gh/ezyang/3136/head -> origin/gh/ezyang/3136/head 2025-08-14T20:52:19.8133532Z * [new branch] gh/ezyang/3136/orig -> origin/gh/ezyang/3136/orig 2025-08-14T20:52:19.8135632Z * [new branch] gh/fadara01/1/base -> origin/gh/fadara01/1/base 2025-08-14T20:52:19.8137001Z * [new branch] gh/fadara01/1/head -> origin/gh/fadara01/1/head 2025-08-14T20:52:19.8138317Z * [new branch] gh/fadara01/1/orig -> origin/gh/fadara01/1/orig 2025-08-14T20:52:19.8140621Z * [new branch] gh/fduwjj/168/base -> origin/gh/fduwjj/168/base 2025-08-14T20:52:19.8142025Z * [new branch] gh/fduwjj/168/head -> origin/gh/fduwjj/168/head 2025-08-14T20:52:19.8143423Z * [new branch] gh/fduwjj/168/orig -> origin/gh/fduwjj/168/orig 2025-08-14T20:52:19.8145258Z * [new branch] gh/fduwjj/169/base -> origin/gh/fduwjj/169/base 2025-08-14T20:52:19.8146671Z * [new branch] gh/fduwjj/169/head -> origin/gh/fduwjj/169/head 2025-08-14T20:52:19.8148102Z * [new branch] gh/fduwjj/169/orig -> origin/gh/fduwjj/169/orig 2025-08-14T20:52:19.8152151Z * [new branch] gh/fduwjj/170/base -> origin/gh/fduwjj/170/base 2025-08-14T20:52:19.8154376Z * [new branch] gh/fduwjj/170/head -> origin/gh/fduwjj/170/head 2025-08-14T20:52:19.8155424Z * [new branch] gh/fduwjj/170/orig -> origin/gh/fduwjj/170/orig 2025-08-14T20:52:19.8158143Z * [new branch] gh/fduwjj/171/base -> origin/gh/fduwjj/171/base 2025-08-14T20:52:19.8159514Z * [new branch] gh/fduwjj/171/head -> origin/gh/fduwjj/171/head 2025-08-14T20:52:19.8161711Z * [new branch] gh/fduwjj/171/orig -> origin/gh/fduwjj/171/orig 2025-08-14T20:52:19.8163753Z * [new branch] gh/fduwjj/172/base -> origin/gh/fduwjj/172/base 2025-08-14T20:52:19.8165497Z * [new branch] gh/fduwjj/172/head -> origin/gh/fduwjj/172/head 2025-08-14T20:52:19.8167157Z * [new branch] gh/fduwjj/172/orig -> origin/gh/fduwjj/172/orig 2025-08-14T20:52:19.8169131Z * [new branch] gh/fduwjj/173/base -> origin/gh/fduwjj/173/base 2025-08-14T20:52:19.8170745Z * [new branch] gh/fduwjj/173/head -> origin/gh/fduwjj/173/head 2025-08-14T20:52:19.8172388Z * [new branch] gh/fduwjj/173/orig -> origin/gh/fduwjj/173/orig 2025-08-14T20:52:19.8174428Z * [new branch] gh/fduwjj/174/base -> origin/gh/fduwjj/174/base 2025-08-14T20:52:19.8176199Z * [new branch] gh/fduwjj/174/head -> origin/gh/fduwjj/174/head 2025-08-14T20:52:19.8177722Z * [new branch] gh/fduwjj/174/orig -> origin/gh/fduwjj/174/orig 2025-08-14T20:52:19.8180081Z * [new branch] gh/fduwjj/175/base -> origin/gh/fduwjj/175/base 2025-08-14T20:52:19.8182026Z * [new branch] gh/fduwjj/175/head -> origin/gh/fduwjj/175/head 2025-08-14T20:52:19.8183865Z * [new branch] gh/fduwjj/175/orig -> origin/gh/fduwjj/175/orig 2025-08-14T20:52:19.8185691Z * [new branch] gh/fduwjj/176/base -> origin/gh/fduwjj/176/base 2025-08-14T20:52:19.8187552Z * [new branch] gh/fduwjj/176/head -> origin/gh/fduwjj/176/head 2025-08-14T20:52:19.8189427Z * [new branch] gh/fduwjj/176/orig -> origin/gh/fduwjj/176/orig 2025-08-14T20:52:19.8191417Z * [new branch] gh/fduwjj/177/base -> origin/gh/fduwjj/177/base 2025-08-14T20:52:19.8192896Z * [new branch] gh/fduwjj/177/head -> origin/gh/fduwjj/177/head 2025-08-14T20:52:19.8194306Z * [new branch] gh/fduwjj/177/orig -> origin/gh/fduwjj/177/orig 2025-08-14T20:52:19.8196043Z * [new branch] gh/fduwjj/178/base -> origin/gh/fduwjj/178/base 2025-08-14T20:52:19.8198114Z * [new branch] gh/fduwjj/178/head -> origin/gh/fduwjj/178/head 2025-08-14T20:52:19.8199255Z * [new branch] gh/fduwjj/178/orig -> origin/gh/fduwjj/178/orig 2025-08-14T20:52:19.8201749Z * [new branch] gh/fduwjj/179/base -> origin/gh/fduwjj/179/base 2025-08-14T20:52:19.8202950Z * [new branch] gh/fduwjj/179/head -> origin/gh/fduwjj/179/head 2025-08-14T20:52:19.8204733Z * [new branch] gh/fduwjj/179/orig -> origin/gh/fduwjj/179/orig 2025-08-14T20:52:19.8207493Z * [new branch] gh/fduwjj/180/base -> origin/gh/fduwjj/180/base 2025-08-14T20:52:19.8209205Z * [new branch] gh/fduwjj/180/head -> origin/gh/fduwjj/180/head 2025-08-14T20:52:19.8210769Z * [new branch] gh/fduwjj/180/orig -> origin/gh/fduwjj/180/orig 2025-08-14T20:52:19.8213065Z * [new branch] gh/fduwjj/181/base -> origin/gh/fduwjj/181/base 2025-08-14T20:52:19.8214427Z * [new branch] gh/fduwjj/181/head -> origin/gh/fduwjj/181/head 2025-08-14T20:52:19.8216239Z * [new branch] gh/fduwjj/181/orig -> origin/gh/fduwjj/181/orig 2025-08-14T20:52:19.8218756Z * [new branch] gh/fegin/306/base -> origin/gh/fegin/306/base 2025-08-14T20:52:19.8220217Z * [new branch] gh/fegin/306/head -> origin/gh/fegin/306/head 2025-08-14T20:52:19.8222096Z * [new branch] gh/fegin/306/orig -> origin/gh/fegin/306/orig 2025-08-14T20:52:19.8224241Z * [new branch] gh/fegin/307/base -> origin/gh/fegin/307/base 2025-08-14T20:52:19.8225696Z * [new branch] gh/fegin/307/head -> origin/gh/fegin/307/head 2025-08-14T20:52:19.8227898Z * [new branch] gh/fegin/307/orig -> origin/gh/fegin/307/orig 2025-08-14T20:52:19.8230369Z * [new branch] gh/fffrog/114/base -> origin/gh/fffrog/114/base 2025-08-14T20:52:19.8231411Z * [new branch] gh/fffrog/114/head -> origin/gh/fffrog/114/head 2025-08-14T20:52:19.8233433Z * [new branch] gh/fffrog/114/orig -> origin/gh/fffrog/114/orig 2025-08-14T20:52:19.8236049Z * [new branch] gh/fffrog/117/base -> origin/gh/fffrog/117/base 2025-08-14T20:52:19.8237525Z * [new branch] gh/fffrog/117/head -> origin/gh/fffrog/117/head 2025-08-14T20:52:19.8239421Z * [new branch] gh/fffrog/117/orig -> origin/gh/fffrog/117/orig 2025-08-14T20:52:19.8241789Z * [new branch] gh/fffrog/119/base -> origin/gh/fffrog/119/base 2025-08-14T20:52:19.8242938Z * [new branch] gh/fffrog/119/head -> origin/gh/fffrog/119/head 2025-08-14T20:52:19.8244770Z * [new branch] gh/fffrog/119/orig -> origin/gh/fffrog/119/orig 2025-08-14T20:52:19.8247127Z * [new branch] gh/fffrog/120/base -> origin/gh/fffrog/120/base 2025-08-14T20:52:19.8248233Z * [new branch] gh/fffrog/120/head -> origin/gh/fffrog/120/head 2025-08-14T20:52:19.8250348Z * [new branch] gh/fffrog/120/orig -> origin/gh/fffrog/120/orig 2025-08-14T20:52:19.8252491Z * [new branch] gh/fffrog/121/base -> origin/gh/fffrog/121/base 2025-08-14T20:52:19.8254088Z * [new branch] gh/fffrog/121/head -> origin/gh/fffrog/121/head 2025-08-14T20:52:19.8255643Z * [new branch] gh/fffrog/121/orig -> origin/gh/fffrog/121/orig 2025-08-14T20:52:19.8257709Z * [new branch] gh/fffrog/122/base -> origin/gh/fffrog/122/base 2025-08-14T20:52:19.8259326Z * [new branch] gh/fffrog/122/head -> origin/gh/fffrog/122/head 2025-08-14T20:52:19.8260816Z * [new branch] gh/fffrog/122/orig -> origin/gh/fffrog/122/orig 2025-08-14T20:52:19.8263040Z * [new branch] gh/fffrog/123/base -> origin/gh/fffrog/123/base 2025-08-14T20:52:19.8264462Z * [new branch] gh/fffrog/123/head -> origin/gh/fffrog/123/head 2025-08-14T20:52:19.8266330Z * [new branch] gh/fffrog/123/orig -> origin/gh/fffrog/123/orig 2025-08-14T20:52:19.8268492Z * [new branch] gh/fffrog/124/base -> origin/gh/fffrog/124/base 2025-08-14T20:52:19.8269984Z * [new branch] gh/fffrog/124/head -> origin/gh/fffrog/124/head 2025-08-14T20:52:19.8271774Z * [new branch] gh/fffrog/124/orig -> origin/gh/fffrog/124/orig 2025-08-14T20:52:19.8274034Z * [new branch] gh/fffrog/125/base -> origin/gh/fffrog/125/base 2025-08-14T20:52:19.8275601Z * [new branch] gh/fffrog/125/head -> origin/gh/fffrog/125/head 2025-08-14T20:52:19.8277217Z * [new branch] gh/fffrog/125/orig -> origin/gh/fffrog/125/orig 2025-08-14T20:52:19.8279257Z * [new branch] gh/fffrog/126/base -> origin/gh/fffrog/126/base 2025-08-14T20:52:19.8280823Z * [new branch] gh/fffrog/126/head -> origin/gh/fffrog/126/head 2025-08-14T20:52:19.8282441Z * [new branch] gh/fffrog/126/orig -> origin/gh/fffrog/126/orig 2025-08-14T20:52:19.8284609Z * [new branch] gh/fffrog/127/base -> origin/gh/fffrog/127/base 2025-08-14T20:52:19.8286030Z * [new branch] gh/fffrog/127/head -> origin/gh/fffrog/127/head 2025-08-14T20:52:19.8287741Z * [new branch] gh/fffrog/127/orig -> origin/gh/fffrog/127/orig 2025-08-14T20:52:19.8290013Z * [new branch] gh/fffrog/128/base -> origin/gh/fffrog/128/base 2025-08-14T20:52:19.8291571Z * [new branch] gh/fffrog/128/head -> origin/gh/fffrog/128/head 2025-08-14T20:52:19.8293121Z * [new branch] gh/fffrog/128/orig -> origin/gh/fffrog/128/orig 2025-08-14T20:52:19.8295346Z * [new branch] gh/fffrog/129/base -> origin/gh/fffrog/129/base 2025-08-14T20:52:19.8296859Z * [new branch] gh/fffrog/129/head -> origin/gh/fffrog/129/head 2025-08-14T20:52:19.8298513Z * [new branch] gh/fffrog/129/orig -> origin/gh/fffrog/129/orig 2025-08-14T20:52:19.8300746Z * [new branch] gh/fffrog/130/base -> origin/gh/fffrog/130/base 2025-08-14T20:52:19.8302166Z * [new branch] gh/fffrog/130/head -> origin/gh/fffrog/130/head 2025-08-14T20:52:19.8303961Z * [new branch] gh/fffrog/130/orig -> origin/gh/fffrog/130/orig 2025-08-14T20:52:19.8306043Z * [new branch] gh/fffrog/131/base -> origin/gh/fffrog/131/base 2025-08-14T20:52:19.8307534Z * [new branch] gh/fffrog/131/head -> origin/gh/fffrog/131/head 2025-08-14T20:52:19.8309389Z * [new branch] gh/fffrog/131/orig -> origin/gh/fffrog/131/orig 2025-08-14T20:52:19.8311511Z * [new branch] gh/fffrog/132/base -> origin/gh/fffrog/132/base 2025-08-14T20:52:19.8312970Z * [new branch] gh/fffrog/132/head -> origin/gh/fffrog/132/head 2025-08-14T20:52:19.8314598Z * [new branch] gh/fffrog/132/orig -> origin/gh/fffrog/132/orig 2025-08-14T20:52:19.8317384Z * [new branch] gh/fffrog/133/base -> origin/gh/fffrog/133/base 2025-08-14T20:52:19.8318912Z * [new branch] gh/fffrog/133/head -> origin/gh/fffrog/133/head 2025-08-14T20:52:19.8320595Z * [new branch] gh/fffrog/133/orig -> origin/gh/fffrog/133/orig 2025-08-14T20:52:19.8322770Z * [new branch] gh/fffrog/134/base -> origin/gh/fffrog/134/base 2025-08-14T20:52:19.8324366Z * [new branch] gh/fffrog/134/head -> origin/gh/fffrog/134/head 2025-08-14T20:52:19.8326006Z * [new branch] gh/fffrog/134/orig -> origin/gh/fffrog/134/orig 2025-08-14T20:52:19.8328181Z * [new branch] gh/fffrog/135/base -> origin/gh/fffrog/135/base 2025-08-14T20:52:19.8329594Z * [new branch] gh/fffrog/135/head -> origin/gh/fffrog/135/head 2025-08-14T20:52:19.8331481Z * [new branch] gh/fffrog/135/orig -> origin/gh/fffrog/135/orig 2025-08-14T20:52:19.8333597Z * [new branch] gh/fffrog/136/base -> origin/gh/fffrog/136/base 2025-08-14T20:52:19.8335167Z * [new branch] gh/fffrog/136/head -> origin/gh/fffrog/136/head 2025-08-14T20:52:19.8336781Z * [new branch] gh/fffrog/136/orig -> origin/gh/fffrog/136/orig 2025-08-14T20:52:19.8338954Z * [new branch] gh/fffrog/137/base -> origin/gh/fffrog/137/base 2025-08-14T20:52:19.8340545Z * [new branch] gh/fffrog/137/head -> origin/gh/fffrog/137/head 2025-08-14T20:52:19.8342121Z * [new branch] gh/fffrog/137/orig -> origin/gh/fffrog/137/orig 2025-08-14T20:52:19.8344259Z * [new branch] gh/fffrog/138/base -> origin/gh/fffrog/138/base 2025-08-14T20:52:19.8345681Z * [new branch] gh/fffrog/138/head -> origin/gh/fffrog/138/head 2025-08-14T20:52:19.8347387Z * [new branch] gh/fffrog/138/orig -> origin/gh/fffrog/138/orig 2025-08-14T20:52:19.8350374Z * [new branch] gh/gmagogsfm/1/base -> origin/gh/gmagogsfm/1/base 2025-08-14T20:52:19.8351821Z * [new branch] gh/gmagogsfm/1/head -> origin/gh/gmagogsfm/1/head 2025-08-14T20:52:19.8353069Z * [new branch] gh/gmagogsfm/1/orig -> origin/gh/gmagogsfm/1/orig 2025-08-14T20:52:19.8354770Z * [new branch] gh/gmagogsfm/2/base -> origin/gh/gmagogsfm/2/base 2025-08-14T20:52:19.8356798Z * [new branch] gh/gmagogsfm/2/head -> origin/gh/gmagogsfm/2/head 2025-08-14T20:52:19.8358044Z * [new branch] gh/gmagogsfm/2/orig -> origin/gh/gmagogsfm/2/orig 2025-08-14T20:52:19.8360662Z * [new branch] gh/gmagogsfm/3/base -> origin/gh/gmagogsfm/3/base 2025-08-14T20:52:19.8361794Z * [new branch] gh/gmagogsfm/3/head -> origin/gh/gmagogsfm/3/head 2025-08-14T20:52:19.8363799Z * [new branch] gh/gmagogsfm/3/orig -> origin/gh/gmagogsfm/3/orig 2025-08-14T20:52:19.8366179Z * [new branch] gh/gmagogsfm/4/base -> origin/gh/gmagogsfm/4/base 2025-08-14T20:52:19.8367305Z * [new branch] gh/gmagogsfm/4/head -> origin/gh/gmagogsfm/4/head 2025-08-14T20:52:19.8369152Z * [new branch] gh/gmagogsfm/4/orig -> origin/gh/gmagogsfm/4/orig 2025-08-14T20:52:19.8371681Z * [new branch] gh/guangyey/130/base -> origin/gh/guangyey/130/base 2025-08-14T20:52:19.8373160Z * [new branch] gh/guangyey/130/head -> origin/gh/guangyey/130/head 2025-08-14T20:52:19.8374877Z * [new branch] gh/guangyey/130/orig -> origin/gh/guangyey/130/orig 2025-08-14T20:52:19.8377073Z * [new branch] gh/guangyey/133/base -> origin/gh/guangyey/133/base 2025-08-14T20:52:19.8378792Z * [new branch] gh/guangyey/133/head -> origin/gh/guangyey/133/head 2025-08-14T20:52:19.8380357Z * [new branch] gh/guangyey/133/orig -> origin/gh/guangyey/133/orig 2025-08-14T20:52:19.8382547Z * [new branch] gh/guangyey/134/base -> origin/gh/guangyey/134/base 2025-08-14T20:52:19.8384134Z * [new branch] gh/guangyey/134/head -> origin/gh/guangyey/134/head 2025-08-14T20:52:19.8385801Z * [new branch] gh/guangyey/134/orig -> origin/gh/guangyey/134/orig 2025-08-14T20:52:19.8388417Z * [new branch] gh/guangyey/135/base -> origin/gh/guangyey/135/base 2025-08-14T20:52:19.8389522Z * [new branch] gh/guangyey/135/head -> origin/gh/guangyey/135/head 2025-08-14T20:52:19.8391491Z * [new branch] gh/guangyey/135/orig -> origin/gh/guangyey/135/orig 2025-08-14T20:52:19.8393582Z * [new branch] gh/guangyey/139/base -> origin/gh/guangyey/139/base 2025-08-14T20:52:19.8395046Z * [new branch] gh/guangyey/139/head -> origin/gh/guangyey/139/head 2025-08-14T20:52:19.8396752Z * [new branch] gh/guangyey/139/orig -> origin/gh/guangyey/139/orig 2025-08-14T20:52:19.8399085Z * [new branch] gh/guangyey/140/base -> origin/gh/guangyey/140/base 2025-08-14T20:52:19.8400668Z * [new branch] gh/guangyey/140/head -> origin/gh/guangyey/140/head 2025-08-14T20:52:19.8402343Z * [new branch] gh/guangyey/140/orig -> origin/gh/guangyey/140/orig 2025-08-14T20:52:19.8404514Z * [new branch] gh/guangyey/142/base -> origin/gh/guangyey/142/base 2025-08-14T20:52:19.8405808Z * [new branch] gh/guangyey/142/head -> origin/gh/guangyey/142/head 2025-08-14T20:52:19.8407749Z * [new branch] gh/guangyey/142/orig -> origin/gh/guangyey/142/orig 2025-08-14T20:52:19.8409864Z * [new branch] gh/guangyey/145/base -> origin/gh/guangyey/145/base 2025-08-14T20:52:19.8411382Z * [new branch] gh/guangyey/145/head -> origin/gh/guangyey/145/head 2025-08-14T20:52:19.8413130Z * [new branch] gh/guangyey/145/orig -> origin/gh/guangyey/145/orig 2025-08-14T20:52:19.8415244Z * [new branch] gh/guangyey/153/base -> origin/gh/guangyey/153/base 2025-08-14T20:52:19.8416725Z * [new branch] gh/guangyey/153/head -> origin/gh/guangyey/153/head 2025-08-14T20:52:19.8418387Z * [new branch] gh/guangyey/153/orig -> origin/gh/guangyey/153/orig 2025-08-14T20:52:19.8420634Z * [new branch] gh/guangyey/158/base -> origin/gh/guangyey/158/base 2025-08-14T20:52:19.8422263Z * [new branch] gh/guangyey/158/head -> origin/gh/guangyey/158/head 2025-08-14T20:52:19.8423862Z * [new branch] gh/guangyey/158/orig -> origin/gh/guangyey/158/orig 2025-08-14T20:52:19.8426035Z * [new branch] gh/guangyey/159/base -> origin/gh/guangyey/159/base 2025-08-14T20:52:19.8427574Z * [new branch] gh/guangyey/159/head -> origin/gh/guangyey/159/head 2025-08-14T20:52:19.8429388Z * [new branch] gh/guangyey/159/orig -> origin/gh/guangyey/159/orig 2025-08-14T20:52:19.8431536Z * [new branch] gh/guangyey/163/base -> origin/gh/guangyey/163/base 2025-08-14T20:52:19.8433046Z * [new branch] gh/guangyey/163/head -> origin/gh/guangyey/163/head 2025-08-14T20:52:19.8434750Z * [new branch] gh/guangyey/163/orig -> origin/gh/guangyey/163/orig 2025-08-14T20:52:19.8436941Z * [new branch] gh/guangyey/165/base -> origin/gh/guangyey/165/base 2025-08-14T20:52:19.8438452Z * [new branch] gh/guangyey/165/head -> origin/gh/guangyey/165/head 2025-08-14T20:52:19.8440201Z * [new branch] gh/guangyey/165/orig -> origin/gh/guangyey/165/orig 2025-08-14T20:52:19.8442823Z * [new branch] gh/guangyey/168/base -> origin/gh/guangyey/168/base 2025-08-14T20:52:19.8444653Z * [new branch] gh/guangyey/168/head -> origin/gh/guangyey/168/head 2025-08-14T20:52:19.8446241Z * [new branch] gh/guangyey/168/orig -> origin/gh/guangyey/168/orig 2025-08-14T20:52:19.8448616Z * [new branch] gh/guangyey/169/base -> origin/gh/guangyey/169/base 2025-08-14T20:52:19.8450110Z * [new branch] gh/guangyey/169/head -> origin/gh/guangyey/169/head 2025-08-14T20:52:19.8452017Z * [new branch] gh/guangyey/169/orig -> origin/gh/guangyey/169/orig 2025-08-14T20:52:19.8454072Z * [new branch] gh/guangyey/170/base -> origin/gh/guangyey/170/base 2025-08-14T20:52:19.8455524Z * [new branch] gh/guangyey/170/head -> origin/gh/guangyey/170/head 2025-08-14T20:52:19.8457251Z * [new branch] gh/guangyey/170/orig -> origin/gh/guangyey/170/orig 2025-08-14T20:52:19.8459797Z * [new branch] gh/guangyey/171/base -> origin/gh/guangyey/171/base 2025-08-14T20:52:19.8461279Z * [new branch] gh/guangyey/171/head -> origin/gh/guangyey/171/head 2025-08-14T20:52:19.8462958Z * [new branch] gh/guangyey/171/orig -> origin/gh/guangyey/171/orig 2025-08-14T20:52:19.8465098Z * [new branch] gh/guangyey/172/base -> origin/gh/guangyey/172/base 2025-08-14T20:52:19.8466845Z * [new branch] gh/guangyey/172/head -> origin/gh/guangyey/172/head 2025-08-14T20:52:19.8468394Z * [new branch] gh/guangyey/172/orig -> origin/gh/guangyey/172/orig 2025-08-14T20:52:19.8470675Z * [new branch] gh/guangyey/173/base -> origin/gh/guangyey/173/base 2025-08-14T20:52:19.8472426Z * [new branch] gh/guangyey/173/head -> origin/gh/guangyey/173/head 2025-08-14T20:52:19.8473592Z * [new branch] gh/guangyey/173/orig -> origin/gh/guangyey/173/orig 2025-08-14T20:52:19.8475926Z * [new branch] gh/guangyey/174/base -> origin/gh/guangyey/174/base 2025-08-14T20:52:19.8477415Z * [new branch] gh/guangyey/174/head -> origin/gh/guangyey/174/head 2025-08-14T20:52:19.8479054Z * [new branch] gh/guangyey/174/orig -> origin/gh/guangyey/174/orig 2025-08-14T20:52:19.8481185Z * [new branch] gh/guangyey/175/base -> origin/gh/guangyey/175/base 2025-08-14T20:52:19.8482575Z * [new branch] gh/guangyey/175/head -> origin/gh/guangyey/175/head 2025-08-14T20:52:19.8484387Z * [new branch] gh/guangyey/175/orig -> origin/gh/guangyey/175/orig 2025-08-14T20:52:19.8486952Z * [new branch] gh/guangyey/176/base -> origin/gh/guangyey/176/base 2025-08-14T20:52:19.8487795Z * [new branch] gh/guangyey/176/head -> origin/gh/guangyey/176/head 2025-08-14T20:52:19.8489652Z * [new branch] gh/guangyey/176/orig -> origin/gh/guangyey/176/orig 2025-08-14T20:52:19.8491779Z * [new branch] gh/guangyey/177/base -> origin/gh/guangyey/177/base 2025-08-14T20:52:19.8493300Z * [new branch] gh/guangyey/177/head -> origin/gh/guangyey/177/head 2025-08-14T20:52:19.8494917Z * [new branch] gh/guangyey/177/orig -> origin/gh/guangyey/177/orig 2025-08-14T20:52:19.8497050Z * [new branch] gh/guangyey/178/base -> origin/gh/guangyey/178/base 2025-08-14T20:52:19.8499242Z * [new branch] gh/guangyey/178/head -> origin/gh/guangyey/178/head 2025-08-14T20:52:19.8500961Z * [new branch] gh/guangyey/178/orig -> origin/gh/guangyey/178/orig 2025-08-14T20:52:19.8503113Z * [new branch] gh/guangyey/179/base -> origin/gh/guangyey/179/base 2025-08-14T20:52:19.8504558Z * [new branch] gh/guangyey/179/head -> origin/gh/guangyey/179/head 2025-08-14T20:52:19.8506257Z * [new branch] gh/guangyey/179/orig -> origin/gh/guangyey/179/orig 2025-08-14T20:52:19.8508429Z * [new branch] gh/guangyey/180/base -> origin/gh/guangyey/180/base 2025-08-14T20:52:19.8510214Z * [new branch] gh/guangyey/180/head -> origin/gh/guangyey/180/head 2025-08-14T20:52:19.8511683Z * [new branch] gh/guangyey/180/orig -> origin/gh/guangyey/180/orig 2025-08-14T20:52:19.8513867Z * [new branch] gh/guangyey/181/base -> origin/gh/guangyey/181/base 2025-08-14T20:52:19.8515632Z * [new branch] gh/guangyey/181/head -> origin/gh/guangyey/181/head 2025-08-14T20:52:19.8516858Z * [new branch] gh/guangyey/181/orig -> origin/gh/guangyey/181/orig 2025-08-14T20:52:19.8519219Z * [new branch] gh/guangyey/182/base -> origin/gh/guangyey/182/base 2025-08-14T20:52:19.8520643Z * [new branch] gh/guangyey/182/head -> origin/gh/guangyey/182/head 2025-08-14T20:52:19.8522424Z * [new branch] gh/guangyey/182/orig -> origin/gh/guangyey/182/orig 2025-08-14T20:52:19.8524507Z * [new branch] gh/guangyey/183/base -> origin/gh/guangyey/183/base 2025-08-14T20:52:19.8525944Z * [new branch] gh/guangyey/183/head -> origin/gh/guangyey/183/head 2025-08-14T20:52:19.8527801Z * [new branch] gh/guangyey/183/orig -> origin/gh/guangyey/183/orig 2025-08-14T20:52:19.8529879Z * [new branch] gh/guangyey/184/base -> origin/gh/guangyey/184/base 2025-08-14T20:52:19.8532037Z * [new branch] gh/guangyey/184/head -> origin/gh/guangyey/184/head 2025-08-14T20:52:19.8533470Z * [new branch] gh/guangyey/184/orig -> origin/gh/guangyey/184/orig 2025-08-14T20:52:19.8535692Z * [new branch] gh/guangyey/185/base -> origin/gh/guangyey/185/base 2025-08-14T20:52:19.8537320Z * [new branch] gh/guangyey/185/head -> origin/gh/guangyey/185/head 2025-08-14T20:52:19.8538635Z * [new branch] gh/guangyey/185/orig -> origin/gh/guangyey/185/orig 2025-08-14T20:52:19.8541189Z * [new branch] gh/guangyey/79/base -> origin/gh/guangyey/79/base 2025-08-14T20:52:19.8542248Z * [new branch] gh/guangyey/79/head -> origin/gh/guangyey/79/head 2025-08-14T20:52:19.8544135Z * [new branch] gh/guangyey/79/orig -> origin/gh/guangyey/79/orig 2025-08-14T20:52:19.8546372Z * [new branch] gh/guangyey/89/base -> origin/gh/guangyey/89/base 2025-08-14T20:52:19.8547822Z * [new branch] gh/guangyey/89/head -> origin/gh/guangyey/89/head 2025-08-14T20:52:19.8549792Z * [new branch] gh/guangyey/89/orig -> origin/gh/guangyey/89/orig 2025-08-14T20:52:19.8552777Z * [new branch] gh/guilhermeleobas/107/base -> origin/gh/guilhermeleobas/107/base 2025-08-14T20:52:19.8554079Z * [new branch] gh/guilhermeleobas/107/head -> origin/gh/guilhermeleobas/107/head 2025-08-14T20:52:19.8555926Z * [new branch] gh/guilhermeleobas/107/orig -> origin/gh/guilhermeleobas/107/orig 2025-08-14T20:52:19.8558068Z * [new branch] gh/guilhermeleobas/108/base -> origin/gh/guilhermeleobas/108/base 2025-08-14T20:52:19.8559631Z * [new branch] gh/guilhermeleobas/108/head -> origin/gh/guilhermeleobas/108/head 2025-08-14T20:52:19.8560942Z * [new branch] gh/guilhermeleobas/108/orig -> origin/gh/guilhermeleobas/108/orig 2025-08-14T20:52:19.8563332Z * [new branch] gh/guilhermeleobas/124/base -> origin/gh/guilhermeleobas/124/base 2025-08-14T20:52:19.8564620Z * [new branch] gh/guilhermeleobas/124/head -> origin/gh/guilhermeleobas/124/head 2025-08-14T20:52:19.8566614Z * [new branch] gh/guilhermeleobas/124/orig -> origin/gh/guilhermeleobas/124/orig 2025-08-14T20:52:19.8569041Z * [new branch] gh/guilhermeleobas/147/base -> origin/gh/guilhermeleobas/147/base 2025-08-14T20:52:19.8569884Z * [new branch] gh/guilhermeleobas/147/head -> origin/gh/guilhermeleobas/147/head 2025-08-14T20:52:19.8571664Z * [new branch] gh/guilhermeleobas/147/orig -> origin/gh/guilhermeleobas/147/orig 2025-08-14T20:52:19.8574018Z * [new branch] gh/guilhermeleobas/150/base -> origin/gh/guilhermeleobas/150/base 2025-08-14T20:52:19.8575162Z * [new branch] gh/guilhermeleobas/150/head -> origin/gh/guilhermeleobas/150/head 2025-08-14T20:52:19.8577230Z * [new branch] gh/guilhermeleobas/150/orig -> origin/gh/guilhermeleobas/150/orig 2025-08-14T20:52:19.8579249Z * [new branch] gh/guilhermeleobas/163/base -> origin/gh/guilhermeleobas/163/base 2025-08-14T20:52:19.8580574Z * [new branch] gh/guilhermeleobas/163/head -> origin/gh/guilhermeleobas/163/head 2025-08-14T20:52:19.8583338Z * [new branch] gh/guilhermeleobas/163/orig -> origin/gh/guilhermeleobas/163/orig 2025-08-14T20:52:19.8585427Z * [new branch] gh/guilhermeleobas/164/base -> origin/gh/guilhermeleobas/164/base 2025-08-14T20:52:19.8586693Z * [new branch] gh/guilhermeleobas/164/head -> origin/gh/guilhermeleobas/164/head 2025-08-14T20:52:19.8588664Z * [new branch] gh/guilhermeleobas/164/orig -> origin/gh/guilhermeleobas/164/orig 2025-08-14T20:52:19.8590775Z * [new branch] gh/guilhermeleobas/165/base -> origin/gh/guilhermeleobas/165/base 2025-08-14T20:52:19.8592081Z * [new branch] gh/guilhermeleobas/165/head -> origin/gh/guilhermeleobas/165/head 2025-08-14T20:52:19.8593918Z * [new branch] gh/guilhermeleobas/165/orig -> origin/gh/guilhermeleobas/165/orig 2025-08-14T20:52:19.8596147Z * [new branch] gh/guilhermeleobas/166/base -> origin/gh/guilhermeleobas/166/base 2025-08-14T20:52:19.8597445Z * [new branch] gh/guilhermeleobas/166/head -> origin/gh/guilhermeleobas/166/head 2025-08-14T20:52:19.8599358Z * [new branch] gh/guilhermeleobas/166/orig -> origin/gh/guilhermeleobas/166/orig 2025-08-14T20:52:19.8601538Z * [new branch] gh/guilhermeleobas/167/base -> origin/gh/guilhermeleobas/167/base 2025-08-14T20:52:19.8602794Z * [new branch] gh/guilhermeleobas/167/head -> origin/gh/guilhermeleobas/167/head 2025-08-14T20:52:19.8604671Z * [new branch] gh/guilhermeleobas/167/orig -> origin/gh/guilhermeleobas/167/orig 2025-08-14T20:52:19.8606925Z * [new branch] gh/guilhermeleobas/168/base -> origin/gh/guilhermeleobas/168/base 2025-08-14T20:52:19.8608667Z * [new branch] gh/guilhermeleobas/168/head -> origin/gh/guilhermeleobas/168/head 2025-08-14T20:52:19.8610229Z * [new branch] gh/guilhermeleobas/168/orig -> origin/gh/guilhermeleobas/168/orig 2025-08-14T20:52:19.8612553Z * [new branch] gh/guilhermeleobas/169/base -> origin/gh/guilhermeleobas/169/base 2025-08-14T20:52:19.8613817Z * [new branch] gh/guilhermeleobas/169/head -> origin/gh/guilhermeleobas/169/head 2025-08-14T20:52:19.8615696Z * [new branch] gh/guilhermeleobas/169/orig -> origin/gh/guilhermeleobas/169/orig 2025-08-14T20:52:19.8617958Z * [new branch] gh/guilhermeleobas/170/base -> origin/gh/guilhermeleobas/170/base 2025-08-14T20:52:19.8619274Z * [new branch] gh/guilhermeleobas/170/head -> origin/gh/guilhermeleobas/170/head 2025-08-14T20:52:19.8621161Z * [new branch] gh/guilhermeleobas/170/orig -> origin/gh/guilhermeleobas/170/orig 2025-08-14T20:52:19.8623275Z * [new branch] gh/guilhermeleobas/171/base -> origin/gh/guilhermeleobas/171/base 2025-08-14T20:52:19.8624587Z * [new branch] gh/guilhermeleobas/171/head -> origin/gh/guilhermeleobas/171/head 2025-08-14T20:52:19.8626480Z * [new branch] gh/guilhermeleobas/171/orig -> origin/gh/guilhermeleobas/171/orig 2025-08-14T20:52:19.8628628Z * [new branch] gh/guilhermeleobas/173/base -> origin/gh/guilhermeleobas/173/base 2025-08-14T20:52:19.8630228Z * [new branch] gh/guilhermeleobas/173/head -> origin/gh/guilhermeleobas/173/head 2025-08-14T20:52:19.8631923Z * [new branch] gh/guilhermeleobas/173/orig -> origin/gh/guilhermeleobas/173/orig 2025-08-14T20:52:19.8634144Z * [new branch] gh/guilhermeleobas/181/base -> origin/gh/guilhermeleobas/181/base 2025-08-14T20:52:19.8635453Z * [new branch] gh/guilhermeleobas/181/head -> origin/gh/guilhermeleobas/181/head 2025-08-14T20:52:19.8637421Z * [new branch] gh/guilhermeleobas/181/orig -> origin/gh/guilhermeleobas/181/orig 2025-08-14T20:52:19.8640151Z * [new branch] gh/guilhermeleobas/182/base -> origin/gh/guilhermeleobas/182/base 2025-08-14T20:52:19.8641480Z * [new branch] gh/guilhermeleobas/182/head -> origin/gh/guilhermeleobas/182/head 2025-08-14T20:52:19.8643405Z * [new branch] gh/guilhermeleobas/182/orig -> origin/gh/guilhermeleobas/182/orig 2025-08-14T20:52:19.8645706Z * [new branch] gh/guilhermeleobas/183/base -> origin/gh/guilhermeleobas/183/base 2025-08-14T20:52:19.8647304Z * [new branch] gh/guilhermeleobas/183/head -> origin/gh/guilhermeleobas/183/head 2025-08-14T20:52:19.8649146Z * [new branch] gh/guilhermeleobas/183/orig -> origin/gh/guilhermeleobas/183/orig 2025-08-14T20:52:19.8651416Z * [new branch] gh/guilhermeleobas/184/base -> origin/gh/guilhermeleobas/184/base 2025-08-14T20:52:19.8653461Z * [new branch] gh/guilhermeleobas/184/head -> origin/gh/guilhermeleobas/184/head 2025-08-14T20:52:19.8654410Z * [new branch] gh/guilhermeleobas/184/orig -> origin/gh/guilhermeleobas/184/orig 2025-08-14T20:52:19.8656758Z * [new branch] gh/guilhermeleobas/185/base -> origin/gh/guilhermeleobas/185/base 2025-08-14T20:52:19.8658341Z * [new branch] gh/guilhermeleobas/185/head -> origin/gh/guilhermeleobas/185/head 2025-08-14T20:52:19.8660005Z * [new branch] gh/guilhermeleobas/185/orig -> origin/gh/guilhermeleobas/185/orig 2025-08-14T20:52:19.8662477Z * [new branch] gh/guilhermeleobas/188/base -> origin/gh/guilhermeleobas/188/base 2025-08-14T20:52:19.8663951Z * [new branch] gh/guilhermeleobas/188/head -> origin/gh/guilhermeleobas/188/head 2025-08-14T20:52:19.8665815Z * [new branch] gh/guilhermeleobas/188/orig -> origin/gh/guilhermeleobas/188/orig 2025-08-14T20:52:19.8668066Z * [new branch] gh/guilhermeleobas/189/base -> origin/gh/guilhermeleobas/189/base 2025-08-14T20:52:19.8669468Z * [new branch] gh/guilhermeleobas/189/head -> origin/gh/guilhermeleobas/189/head 2025-08-14T20:52:19.8671382Z * [new branch] gh/guilhermeleobas/189/orig -> origin/gh/guilhermeleobas/189/orig 2025-08-14T20:52:19.8673605Z * [new branch] gh/guilhermeleobas/190/base -> origin/gh/guilhermeleobas/190/base 2025-08-14T20:52:19.8674847Z * [new branch] gh/guilhermeleobas/190/head -> origin/gh/guilhermeleobas/190/head 2025-08-14T20:52:19.8676847Z * [new branch] gh/guilhermeleobas/190/orig -> origin/gh/guilhermeleobas/190/orig 2025-08-14T20:52:19.8679089Z * [new branch] gh/guilhermeleobas/192/base -> origin/gh/guilhermeleobas/192/base 2025-08-14T20:52:19.8681228Z * [new branch] gh/guilhermeleobas/192/head -> origin/gh/guilhermeleobas/192/head 2025-08-14T20:52:19.8682411Z * [new branch] gh/guilhermeleobas/192/orig -> origin/gh/guilhermeleobas/192/orig 2025-08-14T20:52:19.8685012Z * [new branch] gh/guilhermeleobas/193/base -> origin/gh/guilhermeleobas/193/base 2025-08-14T20:52:19.8686294Z * [new branch] gh/guilhermeleobas/193/head -> origin/gh/guilhermeleobas/193/head 2025-08-14T20:52:19.8688275Z * [new branch] gh/guilhermeleobas/193/orig -> origin/gh/guilhermeleobas/193/orig 2025-08-14T20:52:19.8690421Z * [new branch] gh/guilhermeleobas/194/base -> origin/gh/guilhermeleobas/194/base 2025-08-14T20:52:19.8692053Z * [new branch] gh/guilhermeleobas/194/head -> origin/gh/guilhermeleobas/194/head 2025-08-14T20:52:19.8693383Z * [new branch] gh/guilhermeleobas/194/orig -> origin/gh/guilhermeleobas/194/orig 2025-08-14T20:52:19.8695773Z * [new branch] gh/guilhermeleobas/203/base -> origin/gh/guilhermeleobas/203/base 2025-08-14T20:52:19.8697334Z * [new branch] gh/guilhermeleobas/203/head -> origin/gh/guilhermeleobas/203/head 2025-08-14T20:52:19.8699838Z * [new branch] gh/guilhermeleobas/203/orig -> origin/gh/guilhermeleobas/203/orig 2025-08-14T20:52:19.8701862Z * [new branch] gh/guilhermeleobas/204/base -> origin/gh/guilhermeleobas/204/base 2025-08-14T20:52:19.8703478Z * [new branch] gh/guilhermeleobas/204/head -> origin/gh/guilhermeleobas/204/head 2025-08-14T20:52:19.8705165Z * [new branch] gh/guilhermeleobas/204/orig -> origin/gh/guilhermeleobas/204/orig 2025-08-14T20:52:19.8707504Z * [new branch] gh/guilhermeleobas/205/base -> origin/gh/guilhermeleobas/205/base 2025-08-14T20:52:19.8708877Z * [new branch] gh/guilhermeleobas/205/head -> origin/gh/guilhermeleobas/205/head 2025-08-14T20:52:19.8710821Z * [new branch] gh/guilhermeleobas/205/orig -> origin/gh/guilhermeleobas/205/orig 2025-08-14T20:52:19.8712931Z * [new branch] gh/guilhermeleobas/206/base -> origin/gh/guilhermeleobas/206/base 2025-08-14T20:52:19.8714972Z * [new branch] gh/guilhermeleobas/206/head -> origin/gh/guilhermeleobas/206/head 2025-08-14T20:52:19.8716519Z * [new branch] gh/guilhermeleobas/206/orig -> origin/gh/guilhermeleobas/206/orig 2025-08-14T20:52:19.8718956Z * [new branch] gh/guilhermeleobas/207/base -> origin/gh/guilhermeleobas/207/base 2025-08-14T20:52:19.8720286Z * [new branch] gh/guilhermeleobas/207/head -> origin/gh/guilhermeleobas/207/head 2025-08-14T20:52:19.8722185Z * [new branch] gh/guilhermeleobas/207/orig -> origin/gh/guilhermeleobas/207/orig 2025-08-14T20:52:19.8724285Z * [new branch] gh/guilhermeleobas/208/base -> origin/gh/guilhermeleobas/208/base 2025-08-14T20:52:19.8725614Z * [new branch] gh/guilhermeleobas/208/head -> origin/gh/guilhermeleobas/208/head 2025-08-14T20:52:19.8727450Z * [new branch] gh/guilhermeleobas/208/orig -> origin/gh/guilhermeleobas/208/orig 2025-08-14T20:52:19.8730202Z * [new branch] gh/guilhermeleobas/209/base -> origin/gh/guilhermeleobas/209/base 2025-08-14T20:52:19.8731526Z * [new branch] gh/guilhermeleobas/209/head -> origin/gh/guilhermeleobas/209/head 2025-08-14T20:52:19.8733399Z * [new branch] gh/guilhermeleobas/209/orig -> origin/gh/guilhermeleobas/209/orig 2025-08-14T20:52:19.8735718Z * [new branch] gh/guilhermeleobas/210/base -> origin/gh/guilhermeleobas/210/base 2025-08-14T20:52:19.8737099Z * [new branch] gh/guilhermeleobas/210/head -> origin/gh/guilhermeleobas/210/head 2025-08-14T20:52:19.8739043Z * [new branch] gh/guilhermeleobas/210/orig -> origin/gh/guilhermeleobas/210/orig 2025-08-14T20:52:19.8741117Z * [new branch] gh/guilhermeleobas/211/base -> origin/gh/guilhermeleobas/211/base 2025-08-14T20:52:19.8742710Z * [new branch] gh/guilhermeleobas/211/head -> origin/gh/guilhermeleobas/211/head 2025-08-14T20:52:19.8744350Z * [new branch] gh/guilhermeleobas/211/orig -> origin/gh/guilhermeleobas/211/orig 2025-08-14T20:52:19.8746615Z * [new branch] gh/guilhermeleobas/212/base -> origin/gh/guilhermeleobas/212/base 2025-08-14T20:52:19.8748886Z * [new branch] gh/guilhermeleobas/212/head -> origin/gh/guilhermeleobas/212/head 2025-08-14T20:52:19.8750776Z * [new branch] gh/guilhermeleobas/212/orig -> origin/gh/guilhermeleobas/212/orig 2025-08-14T20:52:19.8753231Z * [new branch] gh/guilhermeleobas/213/base -> origin/gh/guilhermeleobas/213/base 2025-08-14T20:52:19.8754552Z * [new branch] gh/guilhermeleobas/213/head -> origin/gh/guilhermeleobas/213/head 2025-08-14T20:52:19.8756446Z * [new branch] gh/guilhermeleobas/213/orig -> origin/gh/guilhermeleobas/213/orig 2025-08-14T20:52:19.8758773Z * [new branch] gh/guilhermeleobas/214/base -> origin/gh/guilhermeleobas/214/base 2025-08-14T20:52:19.8760231Z * [new branch] gh/guilhermeleobas/214/head -> origin/gh/guilhermeleobas/214/head 2025-08-14T20:52:19.8762273Z * [new branch] gh/guilhermeleobas/214/orig -> origin/gh/guilhermeleobas/214/orig 2025-08-14T20:52:19.8764414Z * [new branch] gh/guilhermeleobas/215/base -> origin/gh/guilhermeleobas/215/base 2025-08-14T20:52:19.8765596Z * [new branch] gh/guilhermeleobas/215/head -> origin/gh/guilhermeleobas/215/head 2025-08-14T20:52:19.8767499Z * [new branch] gh/guilhermeleobas/215/orig -> origin/gh/guilhermeleobas/215/orig 2025-08-14T20:52:19.8769591Z * [new branch] gh/guilhermeleobas/216/base -> origin/gh/guilhermeleobas/216/base 2025-08-14T20:52:19.8771233Z * [new branch] gh/guilhermeleobas/216/head -> origin/gh/guilhermeleobas/216/head 2025-08-14T20:52:19.8772723Z * [new branch] gh/guilhermeleobas/216/orig -> origin/gh/guilhermeleobas/216/orig 2025-08-14T20:52:19.8775134Z * [new branch] gh/guilhermeleobas/217/base -> origin/gh/guilhermeleobas/217/base 2025-08-14T20:52:19.8776469Z * [new branch] gh/guilhermeleobas/217/head -> origin/gh/guilhermeleobas/217/head 2025-08-14T20:52:19.8778231Z * [new branch] gh/guilhermeleobas/217/orig -> origin/gh/guilhermeleobas/217/orig 2025-08-14T20:52:19.8780515Z * [new branch] gh/guilhermeleobas/218/base -> origin/gh/guilhermeleobas/218/base 2025-08-14T20:52:19.8781720Z * [new branch] gh/guilhermeleobas/218/head -> origin/gh/guilhermeleobas/218/head 2025-08-14T20:52:19.8783540Z * [new branch] gh/guilhermeleobas/218/orig -> origin/gh/guilhermeleobas/218/orig 2025-08-14T20:52:19.8785722Z * [new branch] gh/guilhermeleobas/219/base -> origin/gh/guilhermeleobas/219/base 2025-08-14T20:52:19.8787081Z * [new branch] gh/guilhermeleobas/219/head -> origin/gh/guilhermeleobas/219/head 2025-08-14T20:52:19.8788460Z * [new branch] gh/guilhermeleobas/219/orig -> origin/gh/guilhermeleobas/219/orig 2025-08-14T20:52:19.8790375Z * [new branch] gh/guilhermeleobas/220/base -> origin/gh/guilhermeleobas/220/base 2025-08-14T20:52:19.8791757Z * [new branch] gh/guilhermeleobas/220/head -> origin/gh/guilhermeleobas/220/head 2025-08-14T20:52:19.8793183Z * [new branch] gh/guilhermeleobas/220/orig -> origin/gh/guilhermeleobas/220/orig 2025-08-14T20:52:19.8795151Z * [new branch] gh/guilhermeleobas/221/base -> origin/gh/guilhermeleobas/221/base 2025-08-14T20:52:19.8797099Z * [new branch] gh/guilhermeleobas/221/head -> origin/gh/guilhermeleobas/221/head 2025-08-14T20:52:19.8798308Z * [new branch] gh/guilhermeleobas/221/orig -> origin/gh/guilhermeleobas/221/orig 2025-08-14T20:52:19.8800673Z * [new branch] gh/guilhermeleobas/222/base -> origin/gh/guilhermeleobas/222/base 2025-08-14T20:52:19.8802071Z * [new branch] gh/guilhermeleobas/222/head -> origin/gh/guilhermeleobas/222/head 2025-08-14T20:52:19.8803898Z * [new branch] gh/guilhermeleobas/222/orig -> origin/gh/guilhermeleobas/222/orig 2025-08-14T20:52:19.8806017Z * [new branch] gh/guilhermeleobas/223/base -> origin/gh/guilhermeleobas/223/base 2025-08-14T20:52:19.8807342Z * [new branch] gh/guilhermeleobas/223/head -> origin/gh/guilhermeleobas/223/head 2025-08-14T20:52:19.8809338Z * [new branch] gh/guilhermeleobas/223/orig -> origin/gh/guilhermeleobas/223/orig 2025-08-14T20:52:19.8811500Z * [new branch] gh/guilhermeleobas/224/base -> origin/gh/guilhermeleobas/224/base 2025-08-14T20:52:19.8813101Z * [new branch] gh/guilhermeleobas/224/head -> origin/gh/guilhermeleobas/224/head 2025-08-14T20:52:19.8814742Z * [new branch] gh/guilhermeleobas/224/orig -> origin/gh/guilhermeleobas/224/orig 2025-08-14T20:52:19.8817101Z * [new branch] gh/guilhermeleobas/225/base -> origin/gh/guilhermeleobas/225/base 2025-08-14T20:52:19.8818416Z * [new branch] gh/guilhermeleobas/225/head -> origin/gh/guilhermeleobas/225/head 2025-08-14T20:52:19.8820396Z * [new branch] gh/guilhermeleobas/225/orig -> origin/gh/guilhermeleobas/225/orig 2025-08-14T20:52:19.8822832Z * [new branch] gh/guilhermeleobas/226/base -> origin/gh/guilhermeleobas/226/base 2025-08-14T20:52:19.8824103Z * [new branch] gh/guilhermeleobas/226/head -> origin/gh/guilhermeleobas/226/head 2025-08-14T20:52:19.8826058Z * [new branch] gh/guilhermeleobas/226/orig -> origin/gh/guilhermeleobas/226/orig 2025-08-14T20:52:19.8828867Z * [new branch] gh/guilhermeleobas/227/base -> origin/gh/guilhermeleobas/227/base 2025-08-14T20:52:19.8830511Z * [new branch] gh/guilhermeleobas/227/head -> origin/gh/guilhermeleobas/227/head 2025-08-14T20:52:19.8832190Z * [new branch] gh/guilhermeleobas/227/orig -> origin/gh/guilhermeleobas/227/orig 2025-08-14T20:52:19.8834391Z * [new branch] gh/guilhermeleobas/228/base -> origin/gh/guilhermeleobas/228/base 2025-08-14T20:52:19.8835702Z * [new branch] gh/guilhermeleobas/228/head -> origin/gh/guilhermeleobas/228/head 2025-08-14T20:52:19.8837415Z * [new branch] gh/guilhermeleobas/228/orig -> origin/gh/guilhermeleobas/228/orig 2025-08-14T20:52:19.8839669Z * [new branch] gh/guilhermeleobas/229/base -> origin/gh/guilhermeleobas/229/base 2025-08-14T20:52:19.8841331Z * [new branch] gh/guilhermeleobas/229/head -> origin/gh/guilhermeleobas/229/head 2025-08-14T20:52:19.8842925Z * [new branch] gh/guilhermeleobas/229/orig -> origin/gh/guilhermeleobas/229/orig 2025-08-14T20:52:19.8845188Z * [new branch] gh/guilhermeleobas/230/base -> origin/gh/guilhermeleobas/230/base 2025-08-14T20:52:19.8846999Z * [new branch] gh/guilhermeleobas/230/head -> origin/gh/guilhermeleobas/230/head 2025-08-14T20:52:19.8848255Z * [new branch] gh/guilhermeleobas/230/orig -> origin/gh/guilhermeleobas/230/orig 2025-08-14T20:52:19.8850945Z * [new branch] gh/guilhermeleobas/231/base -> origin/gh/guilhermeleobas/231/base 2025-08-14T20:52:19.8852240Z * [new branch] gh/guilhermeleobas/231/head -> origin/gh/guilhermeleobas/231/head 2025-08-14T20:52:19.8854182Z * [new branch] gh/guilhermeleobas/231/orig -> origin/gh/guilhermeleobas/231/orig 2025-08-14T20:52:19.8856553Z * [new branch] gh/guilhermeleobas/232/base -> origin/gh/guilhermeleobas/232/base 2025-08-14T20:52:19.8857852Z * [new branch] gh/guilhermeleobas/232/head -> origin/gh/guilhermeleobas/232/head 2025-08-14T20:52:19.8859638Z * [new branch] gh/guilhermeleobas/232/orig -> origin/gh/guilhermeleobas/232/orig 2025-08-14T20:52:19.8861977Z * [new branch] gh/guilhermeleobas/233/base -> origin/gh/guilhermeleobas/233/base 2025-08-14T20:52:19.8863172Z * [new branch] gh/guilhermeleobas/233/head -> origin/gh/guilhermeleobas/233/head 2025-08-14T20:52:19.8865114Z * [new branch] gh/guilhermeleobas/233/orig -> origin/gh/guilhermeleobas/233/orig 2025-08-14T20:52:19.8867454Z * [new branch] gh/guilhermeleobas/73/base -> origin/gh/guilhermeleobas/73/base 2025-08-14T20:52:19.8868844Z * [new branch] gh/guilhermeleobas/73/head -> origin/gh/guilhermeleobas/73/head 2025-08-14T20:52:19.8870693Z * [new branch] gh/guilhermeleobas/73/orig -> origin/gh/guilhermeleobas/73/orig 2025-08-14T20:52:19.8873285Z * [new branch] gh/henrylhtsang/103/base -> origin/gh/henrylhtsang/103/base 2025-08-14T20:52:19.8875504Z * [new branch] gh/henrylhtsang/103/head -> origin/gh/henrylhtsang/103/head 2025-08-14T20:52:19.8877009Z * [new branch] gh/henrylhtsang/103/orig -> origin/gh/henrylhtsang/103/orig 2025-08-14T20:52:19.8879500Z * [new branch] gh/henrylhtsang/108/base -> origin/gh/henrylhtsang/108/base 2025-08-14T20:52:19.8881210Z * [new branch] gh/henrylhtsang/108/head -> origin/gh/henrylhtsang/108/head 2025-08-14T20:52:19.8882860Z * [new branch] gh/henrylhtsang/108/orig -> origin/gh/henrylhtsang/108/orig 2025-08-14T20:52:19.8885374Z * [new branch] gh/henrylhtsang/118/base -> origin/gh/henrylhtsang/118/base 2025-08-14T20:52:19.8886491Z * [new branch] gh/henrylhtsang/118/head -> origin/gh/henrylhtsang/118/head 2025-08-14T20:52:19.8888337Z * [new branch] gh/henrylhtsang/118/orig -> origin/gh/henrylhtsang/118/orig 2025-08-14T20:52:19.8890719Z * [new branch] gh/henrylhtsang/123/base -> origin/gh/henrylhtsang/123/base 2025-08-14T20:52:19.8892808Z * [new branch] gh/henrylhtsang/123/head -> origin/gh/henrylhtsang/123/head 2025-08-14T20:52:19.8894360Z * [new branch] gh/henrylhtsang/123/orig -> origin/gh/henrylhtsang/123/orig 2025-08-14T20:52:19.8896789Z * [new branch] gh/henrylhtsang/124/base -> origin/gh/henrylhtsang/124/base 2025-08-14T20:52:19.8898416Z * [new branch] gh/henrylhtsang/124/head -> origin/gh/henrylhtsang/124/head 2025-08-14T20:52:19.8900210Z * [new branch] gh/henrylhtsang/124/orig -> origin/gh/henrylhtsang/124/orig 2025-08-14T20:52:19.8902473Z * [new branch] gh/henrylhtsang/125/base -> origin/gh/henrylhtsang/125/base 2025-08-14T20:52:19.8903748Z * [new branch] gh/henrylhtsang/125/head -> origin/gh/henrylhtsang/125/head 2025-08-14T20:52:19.8905631Z * [new branch] gh/henrylhtsang/125/orig -> origin/gh/henrylhtsang/125/orig 2025-08-14T20:52:19.8907681Z * [new branch] gh/henrylhtsang/126/base -> origin/gh/henrylhtsang/126/base 2025-08-14T20:52:19.8909297Z * [new branch] gh/henrylhtsang/126/head -> origin/gh/henrylhtsang/126/head 2025-08-14T20:52:19.8911077Z * [new branch] gh/henrylhtsang/126/orig -> origin/gh/henrylhtsang/126/orig 2025-08-14T20:52:19.8913237Z * [new branch] gh/henrylhtsang/127/base -> origin/gh/henrylhtsang/127/base 2025-08-14T20:52:19.8914617Z * [new branch] gh/henrylhtsang/127/head -> origin/gh/henrylhtsang/127/head 2025-08-14T20:52:19.8916581Z * [new branch] gh/henrylhtsang/127/orig -> origin/gh/henrylhtsang/127/orig 2025-08-14T20:52:19.8918735Z * [new branch] gh/henrylhtsang/128/base -> origin/gh/henrylhtsang/128/base 2025-08-14T20:52:19.8920288Z * [new branch] gh/henrylhtsang/128/head -> origin/gh/henrylhtsang/128/head 2025-08-14T20:52:19.8921883Z * [new branch] gh/henrylhtsang/128/orig -> origin/gh/henrylhtsang/128/orig 2025-08-14T20:52:19.8924073Z * [new branch] gh/henrylhtsang/129/base -> origin/gh/henrylhtsang/129/base 2025-08-14T20:52:19.8925460Z * [new branch] gh/henrylhtsang/129/head -> origin/gh/henrylhtsang/129/head 2025-08-14T20:52:19.8927198Z * [new branch] gh/henrylhtsang/129/orig -> origin/gh/henrylhtsang/129/orig 2025-08-14T20:52:19.8930048Z * [new branch] gh/henrylhtsang/130/base -> origin/gh/henrylhtsang/130/base 2025-08-14T20:52:19.8931659Z * [new branch] gh/henrylhtsang/130/head -> origin/gh/henrylhtsang/130/head 2025-08-14T20:52:19.8933701Z * [new branch] gh/henrylhtsang/131/base -> origin/gh/henrylhtsang/131/base 2025-08-14T20:52:19.8935258Z * [new branch] gh/henrylhtsang/131/head -> origin/gh/henrylhtsang/131/head 2025-08-14T20:52:19.8936950Z * [new branch] gh/henrylhtsang/131/orig -> origin/gh/henrylhtsang/131/orig 2025-08-14T20:52:19.8939224Z * [new branch] gh/henrylhtsang/132/base -> origin/gh/henrylhtsang/132/base 2025-08-14T20:52:19.8940626Z * [new branch] gh/henrylhtsang/132/head -> origin/gh/henrylhtsang/132/head 2025-08-14T20:52:19.8942385Z * [new branch] gh/henrylhtsang/132/orig -> origin/gh/henrylhtsang/132/orig 2025-08-14T20:52:19.8944682Z * [new branch] gh/henrylhtsang/133/base -> origin/gh/henrylhtsang/133/base 2025-08-14T20:52:19.8946262Z * [new branch] gh/henrylhtsang/133/head -> origin/gh/henrylhtsang/133/head 2025-08-14T20:52:19.8947975Z * [new branch] gh/henrylhtsang/133/orig -> origin/gh/henrylhtsang/133/orig 2025-08-14T20:52:19.8951058Z * [new branch] gh/henrylhtsang/134/base -> origin/gh/henrylhtsang/134/base 2025-08-14T20:52:19.8952793Z * [new branch] gh/henrylhtsang/134/head -> origin/gh/henrylhtsang/134/head 2025-08-14T20:52:19.8954011Z * [new branch] gh/henrylhtsang/134/orig -> origin/gh/henrylhtsang/134/orig 2025-08-14T20:52:19.8955641Z * [new branch] gh/henrylhtsang/135/base -> origin/gh/henrylhtsang/135/base 2025-08-14T20:52:19.8956978Z * [new branch] gh/henrylhtsang/135/head -> origin/gh/henrylhtsang/135/head 2025-08-14T20:52:19.8958212Z * [new branch] gh/henrylhtsang/135/orig -> origin/gh/henrylhtsang/135/orig 2025-08-14T20:52:19.8960240Z * [new branch] gh/henrylhtsang/136/base -> origin/gh/henrylhtsang/136/base 2025-08-14T20:52:19.8961377Z * [new branch] gh/henrylhtsang/136/head -> origin/gh/henrylhtsang/136/head 2025-08-14T20:52:19.8962531Z * [new branch] gh/henrylhtsang/136/orig -> origin/gh/henrylhtsang/136/orig 2025-08-14T20:52:19.8963946Z * [new branch] gh/henrylhtsang/137/base -> origin/gh/henrylhtsang/137/base 2025-08-14T20:52:19.8965029Z * [new branch] gh/henrylhtsang/137/head -> origin/gh/henrylhtsang/137/head 2025-08-14T20:52:19.8966479Z * [new branch] gh/henrylhtsang/137/orig -> origin/gh/henrylhtsang/137/orig 2025-08-14T20:52:19.8968054Z * [new branch] gh/henrylhtsang/138/base -> origin/gh/henrylhtsang/138/base 2025-08-14T20:52:19.8969146Z * [new branch] gh/henrylhtsang/138/head -> origin/gh/henrylhtsang/138/head 2025-08-14T20:52:19.8970242Z * [new branch] gh/henrylhtsang/138/orig -> origin/gh/henrylhtsang/138/orig 2025-08-14T20:52:19.8971904Z * [new branch] gh/henrylhtsang/139/base -> origin/gh/henrylhtsang/139/base 2025-08-14T20:52:19.8973029Z * [new branch] gh/henrylhtsang/139/head -> origin/gh/henrylhtsang/139/head 2025-08-14T20:52:19.8974608Z * [new branch] gh/henrylhtsang/139/orig -> origin/gh/henrylhtsang/139/orig 2025-08-14T20:52:19.8976294Z * [new branch] gh/henrylhtsang/140/base -> origin/gh/henrylhtsang/140/base 2025-08-14T20:52:19.8977494Z * [new branch] gh/henrylhtsang/140/head -> origin/gh/henrylhtsang/140/head 2025-08-14T20:52:19.8978547Z * [new branch] gh/henrylhtsang/140/orig -> origin/gh/henrylhtsang/140/orig 2025-08-14T20:52:19.8980060Z * [new branch] gh/henrylhtsang/141/base -> origin/gh/henrylhtsang/141/base 2025-08-14T20:52:19.8981196Z * [new branch] gh/henrylhtsang/141/head -> origin/gh/henrylhtsang/141/head 2025-08-14T20:52:19.8982254Z * [new branch] gh/henrylhtsang/141/orig -> origin/gh/henrylhtsang/141/orig 2025-08-14T20:52:19.8984105Z * [new branch] gh/henrylhtsang/142/base -> origin/gh/henrylhtsang/142/base 2025-08-14T20:52:19.8985598Z * [new branch] gh/henrylhtsang/142/head -> origin/gh/henrylhtsang/142/head 2025-08-14T20:52:19.8986967Z * [new branch] gh/henrylhtsang/142/orig -> origin/gh/henrylhtsang/142/orig 2025-08-14T20:52:19.8988825Z * [new branch] gh/henrylhtsang/143/base -> origin/gh/henrylhtsang/143/base 2025-08-14T20:52:19.8990195Z * [new branch] gh/henrylhtsang/143/head -> origin/gh/henrylhtsang/143/head 2025-08-14T20:52:19.8991463Z * [new branch] gh/henrylhtsang/143/orig -> origin/gh/henrylhtsang/143/orig 2025-08-14T20:52:19.8993273Z * [new branch] gh/henrylhtsang/144/base -> origin/gh/henrylhtsang/144/base 2025-08-14T20:52:19.8994355Z * [new branch] gh/henrylhtsang/144/head -> origin/gh/henrylhtsang/144/head 2025-08-14T20:52:19.8995855Z * [new branch] gh/henrylhtsang/144/orig -> origin/gh/henrylhtsang/144/orig 2025-08-14T20:52:19.8997452Z * [new branch] gh/henrylhtsang/145/base -> origin/gh/henrylhtsang/145/base 2025-08-14T20:52:19.8998729Z * [new branch] gh/henrylhtsang/145/head -> origin/gh/henrylhtsang/145/head 2025-08-14T20:52:19.9000060Z * [new branch] gh/henrylhtsang/145/orig -> origin/gh/henrylhtsang/145/orig 2025-08-14T20:52:19.9001917Z * [new branch] gh/henrylhtsang/146/base -> origin/gh/henrylhtsang/146/base 2025-08-14T20:52:19.9003639Z * [new branch] gh/henrylhtsang/146/head -> origin/gh/henrylhtsang/146/head 2025-08-14T20:52:19.9004384Z * [new branch] gh/henrylhtsang/146/orig -> origin/gh/henrylhtsang/146/orig 2025-08-14T20:52:19.9006462Z * [new branch] gh/huydhn/1/head -> origin/gh/huydhn/1/head 2025-08-14T20:52:19.9007412Z * [new branch] gh/huydhn/1/next -> origin/gh/huydhn/1/next 2025-08-14T20:52:19.9009035Z * [new branch] gh/huydhn/2/head -> origin/gh/huydhn/2/head 2025-08-14T20:52:19.9010008Z * [new branch] gh/huydhn/2/next -> origin/gh/huydhn/2/next 2025-08-14T20:52:19.9011321Z * [new branch] gh/huydhn/2/orig -> origin/gh/huydhn/2/orig 2025-08-14T20:52:19.9012999Z * [new branch] gh/huydhn/3/head -> origin/gh/huydhn/3/head 2025-08-14T20:52:19.9014039Z * [new branch] gh/huydhn/3/next -> origin/gh/huydhn/3/next 2025-08-14T20:52:19.9015367Z * [new branch] gh/huydhn/3/orig -> origin/gh/huydhn/3/orig 2025-08-14T20:52:19.9017010Z * [new branch] gh/huydhn/4/head -> origin/gh/huydhn/4/head 2025-08-14T20:52:19.9018015Z * [new branch] gh/huydhn/4/next -> origin/gh/huydhn/4/next 2025-08-14T20:52:19.9019358Z * [new branch] gh/huydhn/4/orig -> origin/gh/huydhn/4/orig 2025-08-14T20:52:19.9021077Z * [new branch] gh/huydhn/5/head -> origin/gh/huydhn/5/head 2025-08-14T20:52:19.9022065Z * [new branch] gh/huydhn/5/next -> origin/gh/huydhn/5/next 2025-08-14T20:52:19.9023338Z * [new branch] gh/huydhn/5/orig -> origin/gh/huydhn/5/orig 2025-08-14T20:52:19.9024959Z * [new branch] gh/huydhn/6/head -> origin/gh/huydhn/6/head 2025-08-14T20:52:19.9026030Z * [new branch] gh/huydhn/6/next -> origin/gh/huydhn/6/next 2025-08-14T20:52:19.9027062Z * [new branch] gh/huydhn/6/orig -> origin/gh/huydhn/6/orig 2025-08-14T20:52:19.9029276Z * [new branch] gh/int3/97/base -> origin/gh/int3/97/base 2025-08-14T20:52:19.9030582Z * [new branch] gh/int3/97/head -> origin/gh/int3/97/head 2025-08-14T20:52:19.9032571Z * [new branch] gh/isuruf/101/base -> origin/gh/isuruf/101/base 2025-08-14T20:52:19.9033698Z * [new branch] gh/isuruf/101/head -> origin/gh/isuruf/101/head 2025-08-14T20:52:19.9035421Z * [new branch] gh/isuruf/116/base -> origin/gh/isuruf/116/base 2025-08-14T20:52:19.9036701Z * [new branch] gh/isuruf/116/head -> origin/gh/isuruf/116/head 2025-08-14T20:52:19.9037806Z * [new branch] gh/isuruf/116/orig -> origin/gh/isuruf/116/orig 2025-08-14T20:52:19.9039946Z * [new branch] gh/isuruf/141/base -> origin/gh/isuruf/141/base 2025-08-14T20:52:19.9041231Z * [new branch] gh/isuruf/141/head -> origin/gh/isuruf/141/head 2025-08-14T20:52:19.9042547Z * [new branch] gh/isuruf/141/orig -> origin/gh/isuruf/141/orig 2025-08-14T20:52:19.9044129Z * [new branch] gh/isuruf/142/base -> origin/gh/isuruf/142/base 2025-08-14T20:52:19.9045361Z * [new branch] gh/isuruf/142/head -> origin/gh/isuruf/142/head 2025-08-14T20:52:19.9046620Z * [new branch] gh/isuruf/142/orig -> origin/gh/isuruf/142/orig 2025-08-14T20:52:19.9048181Z * [new branch] gh/isuruf/81/base -> origin/gh/isuruf/81/base 2025-08-14T20:52:19.9049653Z * [new branch] gh/isuruf/81/head -> origin/gh/isuruf/81/head 2025-08-14T20:52:19.9050710Z * [new branch] gh/isuruf/81/orig -> origin/gh/isuruf/81/orig 2025-08-14T20:52:19.9052890Z * [new branch] gh/jamesjwu/140/base -> origin/gh/jamesjwu/140/base 2025-08-14T20:52:19.9053995Z * [new branch] gh/jamesjwu/140/head -> origin/gh/jamesjwu/140/head 2025-08-14T20:52:19.9055240Z * [new branch] gh/jamesjwu/140/orig -> origin/gh/jamesjwu/140/orig 2025-08-14T20:52:19.9056875Z * [new branch] gh/jamesjwu/150/base -> origin/gh/jamesjwu/150/base 2025-08-14T20:52:19.9057977Z * [new branch] gh/jamesjwu/150/head -> origin/gh/jamesjwu/150/head 2025-08-14T20:52:19.9059241Z * [new branch] gh/jamesjwu/150/orig -> origin/gh/jamesjwu/150/orig 2025-08-14T20:52:19.9061020Z * [new branch] gh/jamesjwu/154/base -> origin/gh/jamesjwu/154/base 2025-08-14T20:52:19.9062118Z * [new branch] gh/jamesjwu/154/head -> origin/gh/jamesjwu/154/head 2025-08-14T20:52:19.9063363Z * [new branch] gh/jamesjwu/154/orig -> origin/gh/jamesjwu/154/orig 2025-08-14T20:52:19.9064961Z * [new branch] gh/jamesjwu/155/base -> origin/gh/jamesjwu/155/base 2025-08-14T20:52:19.9066077Z * [new branch] gh/jamesjwu/155/head -> origin/gh/jamesjwu/155/head 2025-08-14T20:52:19.9067339Z * [new branch] gh/jamesjwu/155/orig -> origin/gh/jamesjwu/155/orig 2025-08-14T20:52:19.9069159Z * [new branch] gh/jamesjwu/159/base -> origin/gh/jamesjwu/159/base 2025-08-14T20:52:19.9070400Z * [new branch] gh/jamesjwu/159/head -> origin/gh/jamesjwu/159/head 2025-08-14T20:52:19.9071706Z * [new branch] gh/jamesjwu/159/orig -> origin/gh/jamesjwu/159/orig 2025-08-14T20:52:19.9073848Z * [new branch] gh/jamesjwu/163/base -> origin/gh/jamesjwu/163/base 2025-08-14T20:52:19.9074934Z * [new branch] gh/jamesjwu/163/head -> origin/gh/jamesjwu/163/head 2025-08-14T20:52:19.9076220Z * [new branch] gh/jamesjwu/163/orig -> origin/gh/jamesjwu/163/orig 2025-08-14T20:52:19.9077828Z * [new branch] gh/jamesjwu/171/base -> origin/gh/jamesjwu/171/base 2025-08-14T20:52:19.9078910Z * [new branch] gh/jamesjwu/171/head -> origin/gh/jamesjwu/171/head 2025-08-14T20:52:19.9080268Z * [new branch] gh/jamesjwu/171/orig -> origin/gh/jamesjwu/171/orig 2025-08-14T20:52:19.9081966Z * [new branch] gh/jamesjwu/174/base -> origin/gh/jamesjwu/174/base 2025-08-14T20:52:19.9083034Z * [new branch] gh/jamesjwu/174/head -> origin/gh/jamesjwu/174/head 2025-08-14T20:52:19.9084282Z * [new branch] gh/jamesjwu/174/orig -> origin/gh/jamesjwu/174/orig 2025-08-14T20:52:19.9086048Z * [new branch] gh/jamesjwu/175/base -> origin/gh/jamesjwu/175/base 2025-08-14T20:52:19.9087136Z * [new branch] gh/jamesjwu/175/head -> origin/gh/jamesjwu/175/head 2025-08-14T20:52:19.9088444Z * [new branch] gh/jamesjwu/175/orig -> origin/gh/jamesjwu/175/orig 2025-08-14T20:52:19.9090092Z * [new branch] gh/jamesjwu/176/base -> origin/gh/jamesjwu/176/base 2025-08-14T20:52:19.9091373Z * [new branch] gh/jamesjwu/176/head -> origin/gh/jamesjwu/176/head 2025-08-14T20:52:19.9092425Z * [new branch] gh/jamesjwu/176/orig -> origin/gh/jamesjwu/176/orig 2025-08-14T20:52:19.9094342Z * [new branch] gh/jamesjwu/177/base -> origin/gh/jamesjwu/177/base 2025-08-14T20:52:19.9096184Z * [new branch] gh/jamesjwu/177/head -> origin/gh/jamesjwu/177/head 2025-08-14T20:52:19.9097250Z * [new branch] gh/jamesjwu/177/orig -> origin/gh/jamesjwu/177/orig 2025-08-14T20:52:19.9098937Z * [new branch] gh/jamesjwu/178/base -> origin/gh/jamesjwu/178/base 2025-08-14T20:52:19.9100011Z * [new branch] gh/jamesjwu/178/head -> origin/gh/jamesjwu/178/head 2025-08-14T20:52:19.9101299Z * [new branch] gh/jamesjwu/178/orig -> origin/gh/jamesjwu/178/orig 2025-08-14T20:52:19.9103017Z * [new branch] gh/jamesjwu/179/base -> origin/gh/jamesjwu/179/base 2025-08-14T20:52:19.9104087Z * [new branch] gh/jamesjwu/179/head -> origin/gh/jamesjwu/179/head 2025-08-14T20:52:19.9105363Z * [new branch] gh/jamesjwu/179/orig -> origin/gh/jamesjwu/179/orig 2025-08-14T20:52:19.9106935Z * [new branch] gh/jamesjwu/180/base -> origin/gh/jamesjwu/180/base 2025-08-14T20:52:19.9108187Z * [new branch] gh/jamesjwu/180/head -> origin/gh/jamesjwu/180/head 2025-08-14T20:52:19.9109570Z * [new branch] gh/jamesjwu/180/orig -> origin/gh/jamesjwu/180/orig 2025-08-14T20:52:19.9111133Z * [new branch] gh/jamesjwu/181/base -> origin/gh/jamesjwu/181/base 2025-08-14T20:52:19.9112252Z * [new branch] gh/jamesjwu/181/head -> origin/gh/jamesjwu/181/head 2025-08-14T20:52:19.9113491Z * [new branch] gh/jamesjwu/181/orig -> origin/gh/jamesjwu/181/orig 2025-08-14T20:52:19.9115119Z * [new branch] gh/jamesjwu/182/base -> origin/gh/jamesjwu/182/base 2025-08-14T20:52:19.9116380Z * [new branch] gh/jamesjwu/182/head -> origin/gh/jamesjwu/182/head 2025-08-14T20:52:19.9117631Z * [new branch] gh/jamesjwu/182/orig -> origin/gh/jamesjwu/182/orig 2025-08-14T20:52:19.9119750Z * [new branch] gh/jamesjwu/183/base -> origin/gh/jamesjwu/183/base 2025-08-14T20:52:19.9121057Z * [new branch] gh/jamesjwu/183/head -> origin/gh/jamesjwu/183/head 2025-08-14T20:52:19.9122298Z * [new branch] gh/jamesjwu/183/orig -> origin/gh/jamesjwu/183/orig 2025-08-14T20:52:19.9123944Z * [new branch] gh/jamesjwu/184/base -> origin/gh/jamesjwu/184/base 2025-08-14T20:52:19.9125077Z * [new branch] gh/jamesjwu/184/head -> origin/gh/jamesjwu/184/head 2025-08-14T20:52:19.9126312Z * [new branch] gh/jamesjwu/184/orig -> origin/gh/jamesjwu/184/orig 2025-08-14T20:52:19.9128111Z * [new branch] gh/jamesjwu/52/base -> origin/gh/jamesjwu/52/base 2025-08-14T20:52:19.9129414Z * [new branch] gh/jamesjwu/52/head -> origin/gh/jamesjwu/52/head 2025-08-14T20:52:19.9130950Z * [new branch] gh/jamesjwu/53/base -> origin/gh/jamesjwu/53/base 2025-08-14T20:52:19.9132060Z * [new branch] gh/jamesjwu/53/head -> origin/gh/jamesjwu/53/head 2025-08-14T20:52:19.9133587Z * [new branch] gh/jamesjwu/54/base -> origin/gh/jamesjwu/54/base 2025-08-14T20:52:19.9134827Z * [new branch] gh/jamesjwu/54/head -> origin/gh/jamesjwu/54/head 2025-08-14T20:52:19.9136381Z * [new branch] gh/jamesjwu/55/base -> origin/gh/jamesjwu/55/base 2025-08-14T20:52:19.9137456Z * [new branch] gh/jamesjwu/55/head -> origin/gh/jamesjwu/55/head 2025-08-14T20:52:19.9139044Z * [new branch] gh/jamesjwu/56/base -> origin/gh/jamesjwu/56/base 2025-08-14T20:52:19.9140312Z * [new branch] gh/jamesjwu/56/head -> origin/gh/jamesjwu/56/head 2025-08-14T20:52:19.9141812Z * [new branch] gh/jamesjwu/57/base -> origin/gh/jamesjwu/57/base 2025-08-14T20:52:19.9142918Z * [new branch] gh/jamesjwu/57/head -> origin/gh/jamesjwu/57/head 2025-08-14T20:52:19.9144590Z * [new branch] gh/jamesjwu/58/base -> origin/gh/jamesjwu/58/base 2025-08-14T20:52:19.9145535Z * [new branch] gh/jamesjwu/58/head -> origin/gh/jamesjwu/58/head 2025-08-14T20:52:19.9147140Z * [new branch] gh/jamesjwu/59/base -> origin/gh/jamesjwu/59/base 2025-08-14T20:52:19.9148239Z * [new branch] gh/jamesjwu/59/head -> origin/gh/jamesjwu/59/head 2025-08-14T20:52:19.9150356Z * [new branch] gh/jamesjwu/60/base -> origin/gh/jamesjwu/60/base 2025-08-14T20:52:19.9151029Z * [new branch] gh/jamesjwu/60/head -> origin/gh/jamesjwu/60/head 2025-08-14T20:52:19.9152576Z * [new branch] gh/jamesjwu/61/base -> origin/gh/jamesjwu/61/base 2025-08-14T20:52:19.9153734Z * [new branch] gh/jamesjwu/61/head -> origin/gh/jamesjwu/61/head 2025-08-14T20:52:19.9155665Z * [new branch] gh/jamesjwu/62/base -> origin/gh/jamesjwu/62/base 2025-08-14T20:52:19.9156836Z * [new branch] gh/jamesjwu/62/head -> origin/gh/jamesjwu/62/head 2025-08-14T20:52:19.9158446Z * [new branch] gh/jamesjwu/63/base -> origin/gh/jamesjwu/63/base 2025-08-14T20:52:19.9160197Z * [new branch] gh/jamesjwu/63/head -> origin/gh/jamesjwu/63/head 2025-08-14T20:52:19.9161850Z * [new branch] gh/jamesjwu/64/base -> origin/gh/jamesjwu/64/base 2025-08-14T20:52:19.9163117Z * [new branch] gh/jamesjwu/64/head -> origin/gh/jamesjwu/64/head 2025-08-14T20:52:19.9164909Z * [new branch] gh/jamesjwu/65/base -> origin/gh/jamesjwu/65/base 2025-08-14T20:52:19.9166013Z * [new branch] gh/jamesjwu/65/head -> origin/gh/jamesjwu/65/head 2025-08-14T20:52:19.9168036Z * [new branch] gh/janeyx99/165/base -> origin/gh/janeyx99/165/base 2025-08-14T20:52:19.9169664Z * [new branch] gh/janeyx99/165/head -> origin/gh/janeyx99/165/head 2025-08-14T20:52:19.9170823Z * [new branch] gh/janeyx99/165/orig -> origin/gh/janeyx99/165/orig 2025-08-14T20:52:19.9172307Z * [new branch] gh/janeyx99/201/base -> origin/gh/janeyx99/201/base 2025-08-14T20:52:19.9173516Z * [new branch] gh/janeyx99/201/head -> origin/gh/janeyx99/201/head 2025-08-14T20:52:19.9174732Z * [new branch] gh/janeyx99/201/orig -> origin/gh/janeyx99/201/orig 2025-08-14T20:52:19.9176594Z * [new branch] gh/janeyx99/225/base -> origin/gh/janeyx99/225/base 2025-08-14T20:52:19.9177772Z * [new branch] gh/janeyx99/225/head -> origin/gh/janeyx99/225/head 2025-08-14T20:52:19.9178998Z * [new branch] gh/janeyx99/225/orig -> origin/gh/janeyx99/225/orig 2025-08-14T20:52:19.9180875Z * [new branch] gh/janeyx99/256/base -> origin/gh/janeyx99/256/base 2025-08-14T20:52:19.9181992Z * [new branch] gh/janeyx99/256/head -> origin/gh/janeyx99/256/head 2025-08-14T20:52:19.9183235Z * [new branch] gh/janeyx99/256/orig -> origin/gh/janeyx99/256/orig 2025-08-14T20:52:19.9184976Z * [new branch] gh/janeyx99/268/base -> origin/gh/janeyx99/268/base 2025-08-14T20:52:19.9186196Z * [new branch] gh/janeyx99/268/head -> origin/gh/janeyx99/268/head 2025-08-14T20:52:19.9187819Z * [new branch] gh/janeyx99/268/orig -> origin/gh/janeyx99/268/orig 2025-08-14T20:52:19.9189451Z * [new branch] gh/janeyx99/269/base -> origin/gh/janeyx99/269/base 2025-08-14T20:52:19.9191184Z * [new branch] gh/janeyx99/269/head -> origin/gh/janeyx99/269/head 2025-08-14T20:52:19.9192475Z * [new branch] gh/janeyx99/269/orig -> origin/gh/janeyx99/269/orig 2025-08-14T20:52:19.9194162Z * [new branch] gh/janeyx99/274/base -> origin/gh/janeyx99/274/base 2025-08-14T20:52:19.9195448Z * [new branch] gh/janeyx99/274/head -> origin/gh/janeyx99/274/head 2025-08-14T20:52:19.9196445Z * [new branch] gh/janeyx99/274/orig -> origin/gh/janeyx99/274/orig 2025-08-14T20:52:19.9198397Z * [new branch] gh/janeyx99/276/base -> origin/gh/janeyx99/276/base 2025-08-14T20:52:19.9199467Z * [new branch] gh/janeyx99/276/head -> origin/gh/janeyx99/276/head 2025-08-14T20:52:19.9200705Z * [new branch] gh/janeyx99/276/orig -> origin/gh/janeyx99/276/orig 2025-08-14T20:52:19.9235303Z * [new branch] gh/janeyx99/277/base -> origin/gh/janeyx99/277/base 2025-08-14T20:52:19.9235996Z * [new branch] gh/janeyx99/277/head -> origin/gh/janeyx99/277/head 2025-08-14T20:52:19.9236233Z * [new branch] gh/janeyx99/277/orig -> origin/gh/janeyx99/277/orig 2025-08-14T20:52:19.9236498Z * [new branch] gh/janeyx99/278/base -> origin/gh/janeyx99/278/base 2025-08-14T20:52:19.9236735Z * [new branch] gh/janeyx99/278/head -> origin/gh/janeyx99/278/head 2025-08-14T20:52:19.9236941Z * [new branch] gh/janeyx99/278/orig -> origin/gh/janeyx99/278/orig 2025-08-14T20:52:19.9237147Z * [new branch] gh/janeyx99/279/base -> origin/gh/janeyx99/279/base 2025-08-14T20:52:19.9237368Z * [new branch] gh/janeyx99/279/head -> origin/gh/janeyx99/279/head 2025-08-14T20:52:19.9237577Z * [new branch] gh/janeyx99/279/orig -> origin/gh/janeyx99/279/orig 2025-08-14T20:52:19.9237814Z * [new branch] gh/janeyx99/280/base -> origin/gh/janeyx99/280/base 2025-08-14T20:52:19.9238050Z * [new branch] gh/janeyx99/280/head -> origin/gh/janeyx99/280/head 2025-08-14T20:52:19.9238253Z * [new branch] gh/janeyx99/280/orig -> origin/gh/janeyx99/280/orig 2025-08-14T20:52:19.9238576Z * [new branch] gh/janeyx99/281/base -> origin/gh/janeyx99/281/base 2025-08-14T20:52:19.9238803Z * [new branch] gh/janeyx99/281/head -> origin/gh/janeyx99/281/head 2025-08-14T20:52:19.9239008Z * [new branch] gh/janeyx99/281/orig -> origin/gh/janeyx99/281/orig 2025-08-14T20:52:19.9239214Z * [new branch] gh/janeyx99/282/base -> origin/gh/janeyx99/282/base 2025-08-14T20:52:19.9239438Z * [new branch] gh/janeyx99/282/head -> origin/gh/janeyx99/282/head 2025-08-14T20:52:19.9239645Z * [new branch] gh/janeyx99/282/orig -> origin/gh/janeyx99/282/orig 2025-08-14T20:52:19.9239862Z * [new branch] gh/janeyx99/283/base -> origin/gh/janeyx99/283/base 2025-08-14T20:52:19.9240082Z * [new branch] gh/janeyx99/283/head -> origin/gh/janeyx99/283/head 2025-08-14T20:52:19.9240292Z * [new branch] gh/janeyx99/283/orig -> origin/gh/janeyx99/283/orig 2025-08-14T20:52:19.9240499Z * [new branch] gh/janeyx99/284/base -> origin/gh/janeyx99/284/base 2025-08-14T20:52:19.9240722Z * [new branch] gh/janeyx99/284/head -> origin/gh/janeyx99/284/head 2025-08-14T20:52:19.9240930Z * [new branch] gh/janeyx99/284/orig -> origin/gh/janeyx99/284/orig 2025-08-14T20:52:19.9241135Z * [new branch] gh/janeyx99/285/base -> origin/gh/janeyx99/285/base 2025-08-14T20:52:19.9241355Z * [new branch] gh/janeyx99/285/head -> origin/gh/janeyx99/285/head 2025-08-14T20:52:19.9241562Z * [new branch] gh/janeyx99/285/orig -> origin/gh/janeyx99/285/orig 2025-08-14T20:52:19.9241766Z * [new branch] gh/janeyx99/286/base -> origin/gh/janeyx99/286/base 2025-08-14T20:52:19.9241987Z * [new branch] gh/janeyx99/286/head -> origin/gh/janeyx99/286/head 2025-08-14T20:52:19.9242200Z * [new branch] gh/janeyx99/286/orig -> origin/gh/janeyx99/286/orig 2025-08-14T20:52:19.9242502Z * [new branch] gh/janeyx99/287/base -> origin/gh/janeyx99/287/base 2025-08-14T20:52:19.9243077Z * [new branch] gh/janeyx99/287/head -> origin/gh/janeyx99/287/head 2025-08-14T20:52:19.9244298Z * [new branch] gh/janeyx99/287/orig -> origin/gh/janeyx99/287/orig 2025-08-14T20:52:19.9246075Z * [new branch] gh/janeyx99/288/base -> origin/gh/janeyx99/288/base 2025-08-14T20:52:19.9247740Z * [new branch] gh/janeyx99/288/head -> origin/gh/janeyx99/288/head 2025-08-14T20:52:19.9249173Z * [new branch] gh/janeyx99/288/orig -> origin/gh/janeyx99/288/orig 2025-08-14T20:52:19.9250812Z * [new branch] gh/janeyx99/289/base -> origin/gh/janeyx99/289/base 2025-08-14T20:52:19.9252039Z * [new branch] gh/janeyx99/289/head -> origin/gh/janeyx99/289/head 2025-08-14T20:52:19.9253217Z * [new branch] gh/janeyx99/289/orig -> origin/gh/janeyx99/289/orig 2025-08-14T20:52:19.9255084Z * [new branch] gh/janeyx99/290/base -> origin/gh/janeyx99/290/base 2025-08-14T20:52:19.9256236Z * [new branch] gh/janeyx99/290/head -> origin/gh/janeyx99/290/head 2025-08-14T20:52:19.9257404Z * [new branch] gh/janeyx99/290/orig -> origin/gh/janeyx99/290/orig 2025-08-14T20:52:19.9259063Z * [new branch] gh/janeyx99/291/base -> origin/gh/janeyx99/291/base 2025-08-14T20:52:19.9260265Z * [new branch] gh/janeyx99/291/head -> origin/gh/janeyx99/291/head 2025-08-14T20:52:19.9261543Z * [new branch] gh/janeyx99/291/orig -> origin/gh/janeyx99/291/orig 2025-08-14T20:52:19.9263370Z * [new branch] gh/janeyx99/292/base -> origin/gh/janeyx99/292/base 2025-08-14T20:52:19.9264607Z * [new branch] gh/janeyx99/292/head -> origin/gh/janeyx99/292/head 2025-08-14T20:52:19.9265987Z * [new branch] gh/janeyx99/292/orig -> origin/gh/janeyx99/292/orig 2025-08-14T20:52:19.9267705Z * [new branch] gh/janeyx99/293/base -> origin/gh/janeyx99/293/base 2025-08-14T20:52:19.9268977Z * [new branch] gh/janeyx99/293/head -> origin/gh/janeyx99/293/head 2025-08-14T20:52:19.9270167Z * [new branch] gh/janeyx99/293/orig -> origin/gh/janeyx99/293/orig 2025-08-14T20:52:19.9271910Z * [new branch] gh/janeyx99/294/base -> origin/gh/janeyx99/294/base 2025-08-14T20:52:19.9273108Z * [new branch] gh/janeyx99/294/head -> origin/gh/janeyx99/294/head 2025-08-14T20:52:19.9274347Z * [new branch] gh/janeyx99/294/orig -> origin/gh/janeyx99/294/orig 2025-08-14T20:52:19.9276483Z * [new branch] gh/janeyx99/295/base -> origin/gh/janeyx99/295/base 2025-08-14T20:52:19.9277690Z * [new branch] gh/janeyx99/295/head -> origin/gh/janeyx99/295/head 2025-08-14T20:52:19.9278880Z * [new branch] gh/janeyx99/295/orig -> origin/gh/janeyx99/295/orig 2025-08-14T20:52:19.9280787Z * [new branch] gh/janeyx99/296/base -> origin/gh/janeyx99/296/base 2025-08-14T20:52:19.9282057Z * [new branch] gh/janeyx99/296/head -> origin/gh/janeyx99/296/head 2025-08-14T20:52:19.9283254Z * [new branch] gh/janeyx99/296/orig -> origin/gh/janeyx99/296/orig 2025-08-14T20:52:19.9284917Z * [new branch] gh/janeyx99/297/base -> origin/gh/janeyx99/297/base 2025-08-14T20:52:19.9286204Z * [new branch] gh/janeyx99/297/head -> origin/gh/janeyx99/297/head 2025-08-14T20:52:19.9287428Z * [new branch] gh/janeyx99/297/orig -> origin/gh/janeyx99/297/orig 2025-08-14T20:52:19.9289112Z * [new branch] gh/janeyx99/298/base -> origin/gh/janeyx99/298/base 2025-08-14T20:52:19.9290322Z * [new branch] gh/janeyx99/298/head -> origin/gh/janeyx99/298/head 2025-08-14T20:52:19.9291671Z * [new branch] gh/janeyx99/298/orig -> origin/gh/janeyx99/298/orig 2025-08-14T20:52:19.9293264Z * [new branch] gh/janeyx99/299/base -> origin/gh/janeyx99/299/base 2025-08-14T20:52:19.9294466Z * [new branch] gh/janeyx99/299/head -> origin/gh/janeyx99/299/head 2025-08-14T20:52:19.9295692Z * [new branch] gh/janeyx99/299/orig -> origin/gh/janeyx99/299/orig 2025-08-14T20:52:19.9297975Z * [new branch] gh/janeyx99/300/base -> origin/gh/janeyx99/300/base 2025-08-14T20:52:19.9299261Z * [new branch] gh/janeyx99/300/head -> origin/gh/janeyx99/300/head 2025-08-14T20:52:19.9300511Z * [new branch] gh/janeyx99/300/orig -> origin/gh/janeyx99/300/orig 2025-08-14T20:52:19.9302306Z * [new branch] gh/janeyx99/88/base -> origin/gh/janeyx99/88/base 2025-08-14T20:52:19.9303521Z * [new branch] gh/janeyx99/88/head -> origin/gh/janeyx99/88/head 2025-08-14T20:52:19.9305241Z * [new branch] gh/janeyx99/88/orig -> origin/gh/janeyx99/88/orig 2025-08-14T20:52:19.9307436Z * [new branch] gh/jansel/360/base -> origin/gh/jansel/360/base 2025-08-14T20:52:19.9308671Z * [new branch] gh/jansel/360/head -> origin/gh/jansel/360/head 2025-08-14T20:52:19.9310306Z * [new branch] gh/jansel/451/base -> origin/gh/jansel/451/base 2025-08-14T20:52:19.9311967Z * [new branch] gh/jansel/451/head -> origin/gh/jansel/451/head 2025-08-14T20:52:19.9313260Z * [new branch] gh/jansel/451/orig -> origin/gh/jansel/451/orig 2025-08-14T20:52:19.9314965Z * [new branch] gh/jansel/462/base -> origin/gh/jansel/462/base 2025-08-14T20:52:19.9316177Z * [new branch] gh/jansel/462/head -> origin/gh/jansel/462/head 2025-08-14T20:52:19.9317379Z * [new branch] gh/jansel/462/orig -> origin/gh/jansel/462/orig 2025-08-14T20:52:19.9319016Z * [new branch] gh/jansel/531/base -> origin/gh/jansel/531/base 2025-08-14T20:52:19.9320224Z * [new branch] gh/jansel/531/head -> origin/gh/jansel/531/head 2025-08-14T20:52:19.9321419Z * [new branch] gh/jansel/531/orig -> origin/gh/jansel/531/orig 2025-08-14T20:52:19.9323034Z * [new branch] gh/jansel/534/base -> origin/gh/jansel/534/base 2025-08-14T20:52:19.9324320Z * [new branch] gh/jansel/534/head -> origin/gh/jansel/534/head 2025-08-14T20:52:19.9325536Z * [new branch] gh/jansel/534/orig -> origin/gh/jansel/534/orig 2025-08-14T20:52:19.9327579Z * [new branch] gh/jbschlosser/226/base -> origin/gh/jbschlosser/226/base 2025-08-14T20:52:19.9328789Z * [new branch] gh/jbschlosser/226/head -> origin/gh/jbschlosser/226/head 2025-08-14T20:52:19.9330071Z * [new branch] gh/jbschlosser/226/orig -> origin/gh/jbschlosser/226/orig 2025-08-14T20:52:19.9331822Z * [new branch] gh/jbschlosser/239/base -> origin/gh/jbschlosser/239/base 2025-08-14T20:52:19.9333105Z * [new branch] gh/jbschlosser/239/head -> origin/gh/jbschlosser/239/head 2025-08-14T20:52:19.9334294Z * [new branch] gh/jbschlosser/239/orig -> origin/gh/jbschlosser/239/orig 2025-08-14T20:52:19.9336023Z * [new branch] gh/jbschlosser/247/base -> origin/gh/jbschlosser/247/base 2025-08-14T20:52:19.9337207Z * [new branch] gh/jbschlosser/247/head -> origin/gh/jbschlosser/247/head 2025-08-14T20:52:19.9338392Z * [new branch] gh/jbschlosser/247/orig -> origin/gh/jbschlosser/247/orig 2025-08-14T20:52:19.9340098Z * [new branch] gh/jbschlosser/248/base -> origin/gh/jbschlosser/248/base 2025-08-14T20:52:19.9341328Z * [new branch] gh/jbschlosser/248/head -> origin/gh/jbschlosser/248/head 2025-08-14T20:52:19.9342597Z * [new branch] gh/jbschlosser/248/orig -> origin/gh/jbschlosser/248/orig 2025-08-14T20:52:19.9344157Z * [new branch] gh/jbschlosser/249/base -> origin/gh/jbschlosser/249/base 2025-08-14T20:52:19.9345583Z * [new branch] gh/jbschlosser/249/head -> origin/gh/jbschlosser/249/head 2025-08-14T20:52:19.9346813Z * [new branch] gh/jbschlosser/249/orig -> origin/gh/jbschlosser/249/orig 2025-08-14T20:52:19.9349233Z * [new branch] gh/jbschlosser/250/base -> origin/gh/jbschlosser/250/base 2025-08-14T20:52:19.9350304Z * [new branch] gh/jbschlosser/250/head -> origin/gh/jbschlosser/250/head 2025-08-14T20:52:19.9351530Z * [new branch] gh/jbschlosser/250/orig -> origin/gh/jbschlosser/250/orig 2025-08-14T20:52:19.9353540Z * [new branch] gh/jiayisunx/57/base -> origin/gh/jiayisunx/57/base 2025-08-14T20:52:19.9354797Z * [new branch] gh/jiayisunx/57/head -> origin/gh/jiayisunx/57/head 2025-08-14T20:52:19.9356008Z * [new branch] gh/jiayisunx/57/orig -> origin/gh/jiayisunx/57/orig 2025-08-14T20:52:19.9357621Z * [new branch] gh/jiayisunx/59/base -> origin/gh/jiayisunx/59/base 2025-08-14T20:52:19.9359113Z * [new branch] gh/jiayisunx/59/head -> origin/gh/jiayisunx/59/head 2025-08-14T20:52:19.9360292Z * [new branch] gh/jiayisunx/59/orig -> origin/gh/jiayisunx/59/orig 2025-08-14T20:52:19.9361805Z * [new branch] gh/jiayisunx/61/base -> origin/gh/jiayisunx/61/base 2025-08-14T20:52:19.9362976Z * [new branch] gh/jiayisunx/61/head -> origin/gh/jiayisunx/61/head 2025-08-14T20:52:19.9364278Z * [new branch] gh/jiayisunx/61/orig -> origin/gh/jiayisunx/61/orig 2025-08-14T20:52:19.9365945Z * [new branch] gh/jiayisunx/63/base -> origin/gh/jiayisunx/63/base 2025-08-14T20:52:19.9367204Z * [new branch] gh/jiayisunx/63/head -> origin/gh/jiayisunx/63/head 2025-08-14T20:52:19.9368486Z * [new branch] gh/jiayisunx/63/orig -> origin/gh/jiayisunx/63/orig 2025-08-14T20:52:19.9370140Z * [new branch] gh/jiayisunx/64/base -> origin/gh/jiayisunx/64/base 2025-08-14T20:52:19.9371304Z * [new branch] gh/jiayisunx/64/head -> origin/gh/jiayisunx/64/head 2025-08-14T20:52:19.9372524Z * [new branch] gh/jiayisunx/64/orig -> origin/gh/jiayisunx/64/orig 2025-08-14T20:52:19.9374172Z * [new branch] gh/jiayisunx/65/base -> origin/gh/jiayisunx/65/base 2025-08-14T20:52:19.9375363Z * [new branch] gh/jiayisunx/65/head -> origin/gh/jiayisunx/65/head 2025-08-14T20:52:19.9376569Z * [new branch] gh/jiayisunx/65/orig -> origin/gh/jiayisunx/65/orig 2025-08-14T20:52:19.9378235Z * [new branch] gh/jiayisunx/66/base -> origin/gh/jiayisunx/66/base 2025-08-14T20:52:19.9379613Z * [new branch] gh/jiayisunx/66/head -> origin/gh/jiayisunx/66/head 2025-08-14T20:52:19.9380944Z * [new branch] gh/jiayisunx/66/orig -> origin/gh/jiayisunx/66/orig 2025-08-14T20:52:19.9382586Z * [new branch] gh/jiayisunx/67/base -> origin/gh/jiayisunx/67/base 2025-08-14T20:52:19.9383799Z * [new branch] gh/jiayisunx/67/head -> origin/gh/jiayisunx/67/head 2025-08-14T20:52:19.9385543Z * [new branch] gh/jiayisunx/67/orig -> origin/gh/jiayisunx/67/orig 2025-08-14T20:52:19.9387127Z * [new branch] gh/jiayisunx/68/base -> origin/gh/jiayisunx/68/base 2025-08-14T20:52:19.9388356Z * [new branch] gh/jiayisunx/68/head -> origin/gh/jiayisunx/68/head 2025-08-14T20:52:19.9389707Z * [new branch] gh/jiayisunx/68/orig -> origin/gh/jiayisunx/68/orig 2025-08-14T20:52:19.9391591Z * [new branch] gh/jjwu@meta.com/1/base -> origin/gh/jjwu@meta.com/1/base 2025-08-14T20:52:19.9392829Z * [new branch] gh/jjwu@meta.com/1/head -> origin/gh/jjwu@meta.com/1/head 2025-08-14T20:52:19.9394719Z * [new branch] gh/justinchuby/111/base -> origin/gh/justinchuby/111/base 2025-08-14T20:52:19.9396031Z * [new branch] gh/justinchuby/111/head -> origin/gh/justinchuby/111/head 2025-08-14T20:52:19.9397253Z * [new branch] gh/justinchuby/111/orig -> origin/gh/justinchuby/111/orig 2025-08-14T20:52:19.9399171Z * [new branch] gh/kurtamohler/32/base -> origin/gh/kurtamohler/32/base 2025-08-14T20:52:19.9400362Z * [new branch] gh/kurtamohler/32/head -> origin/gh/kurtamohler/32/head 2025-08-14T20:52:19.9401590Z * [new branch] gh/kurtamohler/32/orig -> origin/gh/kurtamohler/32/orig 2025-08-14T20:52:19.9403197Z * [new branch] gh/kurtamohler/33/base -> origin/gh/kurtamohler/33/base 2025-08-14T20:52:19.9404385Z * [new branch] gh/kurtamohler/33/head -> origin/gh/kurtamohler/33/head 2025-08-14T20:52:19.9405604Z * [new branch] gh/kurtamohler/33/orig -> origin/gh/kurtamohler/33/orig 2025-08-14T20:52:19.9407272Z * [new branch] gh/kurtamohler/34/base -> origin/gh/kurtamohler/34/base 2025-08-14T20:52:19.9408566Z * [new branch] gh/kurtamohler/34/head -> origin/gh/kurtamohler/34/head 2025-08-14T20:52:19.9409743Z * [new branch] gh/kurtamohler/34/orig -> origin/gh/kurtamohler/34/orig 2025-08-14T20:52:19.9411471Z * [new branch] gh/kurtamohler/40/base -> origin/gh/kurtamohler/40/base 2025-08-14T20:52:19.9412694Z * [new branch] gh/kurtamohler/40/head -> origin/gh/kurtamohler/40/head 2025-08-14T20:52:19.9413901Z * [new branch] gh/kurtamohler/40/orig -> origin/gh/kurtamohler/40/orig 2025-08-14T20:52:19.9415489Z * [new branch] gh/kurtamohler/41/base -> origin/gh/kurtamohler/41/base 2025-08-14T20:52:19.9416688Z * [new branch] gh/kurtamohler/41/head -> origin/gh/kurtamohler/41/head 2025-08-14T20:52:19.9417937Z * [new branch] gh/kurtamohler/41/orig -> origin/gh/kurtamohler/41/orig 2025-08-14T20:52:19.9419563Z * [new branch] gh/kurtamohler/42/base -> origin/gh/kurtamohler/42/base 2025-08-14T20:52:19.9420770Z * [new branch] gh/kurtamohler/42/head -> origin/gh/kurtamohler/42/head 2025-08-14T20:52:19.9421974Z * [new branch] gh/kurtamohler/42/orig -> origin/gh/kurtamohler/42/orig 2025-08-14T20:52:19.9423531Z * [new branch] gh/kurtamohler/43/base -> origin/gh/kurtamohler/43/base 2025-08-14T20:52:19.9424716Z * [new branch] gh/kurtamohler/43/head -> origin/gh/kurtamohler/43/head 2025-08-14T20:52:19.9425888Z * [new branch] gh/kurtamohler/43/orig -> origin/gh/kurtamohler/43/orig 2025-08-14T20:52:19.9427594Z * [new branch] gh/kurtamohler/44/base -> origin/gh/kurtamohler/44/base 2025-08-14T20:52:19.9428897Z * [new branch] gh/kurtamohler/44/head -> origin/gh/kurtamohler/44/head 2025-08-14T20:52:19.9430590Z * [new branch] gh/kurtamohler/44/orig -> origin/gh/kurtamohler/44/orig 2025-08-14T20:52:19.9432190Z * [new branch] gh/kurtamohler/45/base -> origin/gh/kurtamohler/45/base 2025-08-14T20:52:19.9433369Z * [new branch] gh/kurtamohler/45/head -> origin/gh/kurtamohler/45/head 2025-08-14T20:52:19.9434564Z * [new branch] gh/kurtamohler/45/orig -> origin/gh/kurtamohler/45/orig 2025-08-14T20:52:19.9436153Z * [new branch] gh/kurtamohler/46/base -> origin/gh/kurtamohler/46/base 2025-08-14T20:52:19.9437379Z * [new branch] gh/kurtamohler/46/head -> origin/gh/kurtamohler/46/head 2025-08-14T20:52:19.9438596Z * [new branch] gh/kurtamohler/46/orig -> origin/gh/kurtamohler/46/orig 2025-08-14T20:52:19.9440730Z * [new branch] gh/kwen2501/130/base -> origin/gh/kwen2501/130/base 2025-08-14T20:52:19.9442151Z * [new branch] gh/kwen2501/130/head -> origin/gh/kwen2501/130/head 2025-08-14T20:52:19.9443347Z * [new branch] gh/kwen2501/130/orig -> origin/gh/kwen2501/130/orig 2025-08-14T20:52:19.9445100Z * [new branch] gh/kwen2501/142/base -> origin/gh/kwen2501/142/base 2025-08-14T20:52:19.9446199Z * [new branch] gh/kwen2501/142/head -> origin/gh/kwen2501/142/head 2025-08-14T20:52:19.9447511Z * [new branch] gh/kwen2501/142/orig -> origin/gh/kwen2501/142/orig 2025-08-14T20:52:19.9449441Z * [new branch] gh/kwen2501/15/base -> origin/gh/kwen2501/15/base 2025-08-14T20:52:19.9450593Z * [new branch] gh/kwen2501/15/head -> origin/gh/kwen2501/15/head 2025-08-14T20:52:19.9452173Z * [new branch] gh/kwen2501/156/base -> origin/gh/kwen2501/156/base 2025-08-14T20:52:19.9453356Z * [new branch] gh/kwen2501/156/head -> origin/gh/kwen2501/156/head 2025-08-14T20:52:19.9454556Z * [new branch] gh/kwen2501/156/orig -> origin/gh/kwen2501/156/orig 2025-08-14T20:52:19.9456099Z * [new branch] gh/kwen2501/170/base -> origin/gh/kwen2501/170/base 2025-08-14T20:52:19.9457316Z * [new branch] gh/kwen2501/170/head -> origin/gh/kwen2501/170/head 2025-08-14T20:52:19.9458883Z * [new branch] gh/kwen2501/179/base -> origin/gh/kwen2501/179/base 2025-08-14T20:52:19.9460220Z * [new branch] gh/kwen2501/179/head -> origin/gh/kwen2501/179/head 2025-08-14T20:52:19.9461398Z * [new branch] gh/kwen2501/179/orig -> origin/gh/kwen2501/179/orig 2025-08-14T20:52:19.9463106Z * [new branch] gh/kwen2501/181/base -> origin/gh/kwen2501/181/base 2025-08-14T20:52:19.9464317Z * [new branch] gh/kwen2501/181/head -> origin/gh/kwen2501/181/head 2025-08-14T20:52:19.9465546Z * [new branch] gh/kwen2501/181/orig -> origin/gh/kwen2501/181/orig 2025-08-14T20:52:19.9467034Z * [new branch] gh/kwen2501/183/base -> origin/gh/kwen2501/183/base 2025-08-14T20:52:19.9468271Z * [new branch] gh/kwen2501/183/head -> origin/gh/kwen2501/183/head 2025-08-14T20:52:19.9469536Z * [new branch] gh/kwen2501/183/orig -> origin/gh/kwen2501/183/orig 2025-08-14T20:52:19.9471087Z * [new branch] gh/kwen2501/184/base -> origin/gh/kwen2501/184/base 2025-08-14T20:52:19.9472318Z * [new branch] gh/kwen2501/184/head -> origin/gh/kwen2501/184/head 2025-08-14T20:52:19.9473926Z * [new branch] gh/kwen2501/184/orig -> origin/gh/kwen2501/184/orig 2025-08-14T20:52:19.9475607Z * [new branch] gh/kwen2501/186/base -> origin/gh/kwen2501/186/base 2025-08-14T20:52:19.9476993Z * [new branch] gh/kwen2501/186/head -> origin/gh/kwen2501/186/head 2025-08-14T20:52:19.9478180Z * [new branch] gh/kwen2501/186/orig -> origin/gh/kwen2501/186/orig 2025-08-14T20:52:19.9479649Z * [new branch] gh/kwen2501/187/base -> origin/gh/kwen2501/187/base 2025-08-14T20:52:19.9480889Z * [new branch] gh/kwen2501/187/head -> origin/gh/kwen2501/187/head 2025-08-14T20:52:19.9482176Z * [new branch] gh/kwen2501/187/orig -> origin/gh/kwen2501/187/orig 2025-08-14T20:52:19.9483811Z * [new branch] gh/kwen2501/188/base -> origin/gh/kwen2501/188/base 2025-08-14T20:52:19.9485034Z * [new branch] gh/kwen2501/188/head -> origin/gh/kwen2501/188/head 2025-08-14T20:52:19.9486235Z * [new branch] gh/kwen2501/188/orig -> origin/gh/kwen2501/188/orig 2025-08-14T20:52:19.9487958Z * [new branch] gh/kwen2501/194/base -> origin/gh/kwen2501/194/base 2025-08-14T20:52:19.9489137Z * [new branch] gh/kwen2501/194/head -> origin/gh/kwen2501/194/head 2025-08-14T20:52:19.9490446Z * [new branch] gh/kwen2501/194/orig -> origin/gh/kwen2501/194/orig 2025-08-14T20:52:19.9492165Z * [new branch] gh/kwen2501/195/base -> origin/gh/kwen2501/195/base 2025-08-14T20:52:19.9493447Z * [new branch] gh/kwen2501/195/head -> origin/gh/kwen2501/195/head 2025-08-14T20:52:19.9494664Z * [new branch] gh/kwen2501/195/orig -> origin/gh/kwen2501/195/orig 2025-08-14T20:52:19.9496298Z * [new branch] gh/kwen2501/196/base -> origin/gh/kwen2501/196/base 2025-08-14T20:52:19.9497430Z * [new branch] gh/kwen2501/196/head -> origin/gh/kwen2501/196/head 2025-08-14T20:52:19.9498631Z * [new branch] gh/kwen2501/196/orig -> origin/gh/kwen2501/196/orig 2025-08-14T20:52:19.9500200Z * [new branch] gh/kwen2501/197/base -> origin/gh/kwen2501/197/base 2025-08-14T20:52:19.9501457Z * [new branch] gh/kwen2501/197/head -> origin/gh/kwen2501/197/head 2025-08-14T20:52:19.9502658Z * [new branch] gh/kwen2501/197/orig -> origin/gh/kwen2501/197/orig 2025-08-14T20:52:19.9504238Z * [new branch] gh/kwen2501/198/base -> origin/gh/kwen2501/198/base 2025-08-14T20:52:19.9505409Z * [new branch] gh/kwen2501/198/head -> origin/gh/kwen2501/198/head 2025-08-14T20:52:19.9506621Z * [new branch] gh/kwen2501/198/orig -> origin/gh/kwen2501/198/orig 2025-08-14T20:52:19.9508771Z * [new branch] gh/kwen2501/199/base -> origin/gh/kwen2501/199/base 2025-08-14T20:52:19.9510076Z * [new branch] gh/kwen2501/199/head -> origin/gh/kwen2501/199/head 2025-08-14T20:52:19.9511334Z * [new branch] gh/kwen2501/199/orig -> origin/gh/kwen2501/199/orig 2025-08-14T20:52:19.9512903Z * [new branch] gh/kwen2501/200/base -> origin/gh/kwen2501/200/base 2025-08-14T20:52:19.9514114Z * [new branch] gh/kwen2501/200/head -> origin/gh/kwen2501/200/head 2025-08-14T20:52:19.9515331Z * [new branch] gh/kwen2501/200/orig -> origin/gh/kwen2501/200/orig 2025-08-14T20:52:19.9517073Z * [new branch] gh/kwen2501/201/base -> origin/gh/kwen2501/201/base 2025-08-14T20:52:19.9518242Z * [new branch] gh/kwen2501/201/head -> origin/gh/kwen2501/201/head 2025-08-14T20:52:19.9519491Z * [new branch] gh/kwen2501/201/orig -> origin/gh/kwen2501/201/orig 2025-08-14T20:52:19.9521078Z * [new branch] gh/kwen2501/202/base -> origin/gh/kwen2501/202/base 2025-08-14T20:52:19.9522227Z * [new branch] gh/kwen2501/202/head -> origin/gh/kwen2501/202/head 2025-08-14T20:52:19.9523436Z * [new branch] gh/kwen2501/202/orig -> origin/gh/kwen2501/202/orig 2025-08-14T20:52:19.9525449Z * [new branch] gh/kwen2501/203/base -> origin/gh/kwen2501/203/base 2025-08-14T20:52:19.9526756Z * [new branch] gh/kwen2501/203/head -> origin/gh/kwen2501/203/head 2025-08-14T20:52:19.9528023Z * [new branch] gh/kwen2501/203/orig -> origin/gh/kwen2501/203/orig 2025-08-14T20:52:19.9529915Z * [new branch] gh/laithsakka/152/base -> origin/gh/laithsakka/152/base 2025-08-14T20:52:19.9531130Z * [new branch] gh/laithsakka/152/head -> origin/gh/laithsakka/152/head 2025-08-14T20:52:19.9532319Z * [new branch] gh/laithsakka/152/orig -> origin/gh/laithsakka/152/orig 2025-08-14T20:52:19.9534109Z * [new branch] gh/laithsakka/156/base -> origin/gh/laithsakka/156/base 2025-08-14T20:52:19.9535307Z * [new branch] gh/laithsakka/156/head -> origin/gh/laithsakka/156/head 2025-08-14T20:52:19.9536491Z * [new branch] gh/laithsakka/156/orig -> origin/gh/laithsakka/156/orig 2025-08-14T20:52:19.9538223Z * [new branch] gh/laithsakka/159/base -> origin/gh/laithsakka/159/base 2025-08-14T20:52:19.9539373Z * [new branch] gh/laithsakka/159/head -> origin/gh/laithsakka/159/head 2025-08-14T20:52:19.9540523Z * [new branch] gh/laithsakka/159/orig -> origin/gh/laithsakka/159/orig 2025-08-14T20:52:19.9542425Z * [new branch] gh/laithsakka/160/base -> origin/gh/laithsakka/160/base 2025-08-14T20:52:19.9543622Z * [new branch] gh/laithsakka/160/head -> origin/gh/laithsakka/160/head 2025-08-14T20:52:19.9544795Z * [new branch] gh/laithsakka/160/orig -> origin/gh/laithsakka/160/orig 2025-08-14T20:52:19.9546409Z * [new branch] gh/laithsakka/178/base -> origin/gh/laithsakka/178/base 2025-08-14T20:52:19.9547683Z * [new branch] gh/laithsakka/178/head -> origin/gh/laithsakka/178/head 2025-08-14T20:52:19.9549052Z * [new branch] gh/laithsakka/178/orig -> origin/gh/laithsakka/178/orig 2025-08-14T20:52:19.9550782Z * [new branch] gh/laithsakka/191/base -> origin/gh/laithsakka/191/base 2025-08-14T20:52:19.9551960Z * [new branch] gh/laithsakka/191/head -> origin/gh/laithsakka/191/head 2025-08-14T20:52:19.9553138Z * [new branch] gh/laithsakka/191/orig -> origin/gh/laithsakka/191/orig 2025-08-14T20:52:19.9554730Z * [new branch] gh/laithsakka/234/base -> origin/gh/laithsakka/234/base 2025-08-14T20:52:19.9556349Z * [new branch] gh/laithsakka/234/head -> origin/gh/laithsakka/234/head 2025-08-14T20:52:19.9557584Z * [new branch] gh/laithsakka/234/orig -> origin/gh/laithsakka/234/orig 2025-08-14T20:52:19.9559275Z * [new branch] gh/laithsakka/237/base -> origin/gh/laithsakka/237/base 2025-08-14T20:52:19.9560463Z * [new branch] gh/laithsakka/237/head -> origin/gh/laithsakka/237/head 2025-08-14T20:52:19.9561655Z * [new branch] gh/laithsakka/237/orig -> origin/gh/laithsakka/237/orig 2025-08-14T20:52:19.9563275Z * [new branch] gh/laithsakka/238/base -> origin/gh/laithsakka/238/base 2025-08-14T20:52:19.9564452Z * [new branch] gh/laithsakka/238/head -> origin/gh/laithsakka/238/head 2025-08-14T20:52:19.9565709Z * [new branch] gh/laithsakka/238/orig -> origin/gh/laithsakka/238/orig 2025-08-14T20:52:19.9567822Z * [new branch] gh/laithsakka/239/base -> origin/gh/laithsakka/239/base 2025-08-14T20:52:19.9569001Z * [new branch] gh/laithsakka/239/head -> origin/gh/laithsakka/239/head 2025-08-14T20:52:19.9570202Z * [new branch] gh/laithsakka/239/orig -> origin/gh/laithsakka/239/orig 2025-08-14T20:52:19.9571757Z * [new branch] gh/laithsakka/240/base -> origin/gh/laithsakka/240/base 2025-08-14T20:52:19.9573034Z * [new branch] gh/laithsakka/240/head -> origin/gh/laithsakka/240/head 2025-08-14T20:52:19.9574240Z * [new branch] gh/laithsakka/240/orig -> origin/gh/laithsakka/240/orig 2025-08-14T20:52:19.9575915Z * [new branch] gh/laithsakka/242/base -> origin/gh/laithsakka/242/base 2025-08-14T20:52:19.9577061Z * [new branch] gh/laithsakka/242/head -> origin/gh/laithsakka/242/head 2025-08-14T20:52:19.9578276Z * [new branch] gh/laithsakka/242/orig -> origin/gh/laithsakka/242/orig 2025-08-14T20:52:19.9579864Z * [new branch] gh/laithsakka/243/base -> origin/gh/laithsakka/243/base 2025-08-14T20:52:19.9581052Z * [new branch] gh/laithsakka/243/head -> origin/gh/laithsakka/243/head 2025-08-14T20:52:19.9582252Z * [new branch] gh/laithsakka/243/orig -> origin/gh/laithsakka/243/orig 2025-08-14T20:52:19.9584283Z * [new branch] gh/laithsakka/244/base -> origin/gh/laithsakka/244/base 2025-08-14T20:52:19.9585463Z * [new branch] gh/laithsakka/244/head -> origin/gh/laithsakka/244/head 2025-08-14T20:52:19.9586758Z * [new branch] gh/laithsakka/244/orig -> origin/gh/laithsakka/244/orig 2025-08-14T20:52:19.9588551Z * [new branch] gh/laithsakka/245/base -> origin/gh/laithsakka/245/base 2025-08-14T20:52:19.9589789Z * [new branch] gh/laithsakka/245/head -> origin/gh/laithsakka/245/head 2025-08-14T20:52:19.9590940Z * [new branch] gh/laithsakka/245/orig -> origin/gh/laithsakka/245/orig 2025-08-14T20:52:19.9592729Z * [new branch] gh/laithsakka/246/base -> origin/gh/laithsakka/246/base 2025-08-14T20:52:19.9593976Z * [new branch] gh/laithsakka/246/head -> origin/gh/laithsakka/246/head 2025-08-14T20:52:19.9595169Z * [new branch] gh/laithsakka/246/orig -> origin/gh/laithsakka/246/orig 2025-08-14T20:52:19.9597228Z * [new branch] gh/laithsakka/247/base -> origin/gh/laithsakka/247/base 2025-08-14T20:52:19.9598437Z * [new branch] gh/laithsakka/247/head -> origin/gh/laithsakka/247/head 2025-08-14T20:52:19.9602585Z * [new branch] gh/laithsakka/247/orig -> origin/gh/laithsakka/247/orig 2025-08-14T20:52:19.9603160Z * [new branch] gh/laithsakka/248/base -> origin/gh/laithsakka/248/base 2025-08-14T20:52:19.9603606Z * [new branch] gh/laithsakka/248/head -> origin/gh/laithsakka/248/head 2025-08-14T20:52:19.9604011Z * [new branch] gh/laithsakka/248/orig -> origin/gh/laithsakka/248/orig 2025-08-14T20:52:19.9605488Z * [new branch] gh/laithsakka/249/base -> origin/gh/laithsakka/249/base 2025-08-14T20:52:19.9606395Z * [new branch] gh/laithsakka/249/head -> origin/gh/laithsakka/249/head 2025-08-14T20:52:19.9607660Z * [new branch] gh/laithsakka/249/orig -> origin/gh/laithsakka/249/orig 2025-08-14T20:52:19.9609463Z * [new branch] gh/laithsakka/250/base -> origin/gh/laithsakka/250/base 2025-08-14T20:52:19.9610548Z * [new branch] gh/laithsakka/250/head -> origin/gh/laithsakka/250/head 2025-08-14T20:52:19.9611804Z * [new branch] gh/laithsakka/250/orig -> origin/gh/laithsakka/250/orig 2025-08-14T20:52:19.9613440Z * [new branch] gh/laithsakka/251/base -> origin/gh/laithsakka/251/base 2025-08-14T20:52:19.9614646Z * [new branch] gh/laithsakka/251/head -> origin/gh/laithsakka/251/head 2025-08-14T20:52:19.9615773Z * [new branch] gh/laithsakka/251/orig -> origin/gh/laithsakka/251/orig 2025-08-14T20:52:19.9617486Z * [new branch] gh/laithsakka/252/base -> origin/gh/laithsakka/252/base 2025-08-14T20:52:19.9618579Z * [new branch] gh/laithsakka/252/head -> origin/gh/laithsakka/252/head 2025-08-14T20:52:19.9619896Z * [new branch] gh/laithsakka/252/orig -> origin/gh/laithsakka/252/orig 2025-08-14T20:52:19.9621683Z * [new branch] gh/laithsakka/253/base -> origin/gh/laithsakka/253/base 2025-08-14T20:52:19.9622587Z * [new branch] gh/laithsakka/253/head -> origin/gh/laithsakka/253/head 2025-08-14T20:52:19.9623583Z * [new branch] gh/laithsakka/253/orig -> origin/gh/laithsakka/253/orig 2025-08-14T20:52:19.9625405Z * [new branch] gh/laithsakka/254/base -> origin/gh/laithsakka/254/base 2025-08-14T20:52:19.9626834Z * [new branch] gh/laithsakka/254/head -> origin/gh/laithsakka/254/head 2025-08-14T20:52:19.9627693Z * [new branch] gh/laithsakka/254/orig -> origin/gh/laithsakka/254/orig 2025-08-14T20:52:19.9629482Z * [new branch] gh/laithsakka/255/base -> origin/gh/laithsakka/255/base 2025-08-14T20:52:19.9630573Z * [new branch] gh/laithsakka/255/head -> origin/gh/laithsakka/255/head 2025-08-14T20:52:19.9631843Z * [new branch] gh/laithsakka/255/orig -> origin/gh/laithsakka/255/orig 2025-08-14T20:52:19.9633639Z * [new branch] gh/laithsakka/256/base -> origin/gh/laithsakka/256/base 2025-08-14T20:52:19.9634610Z * [new branch] gh/laithsakka/256/head -> origin/gh/laithsakka/256/head 2025-08-14T20:52:19.9635869Z * [new branch] gh/laithsakka/256/orig -> origin/gh/laithsakka/256/orig 2025-08-14T20:52:19.9637493Z * [new branch] gh/laithsakka/257/base -> origin/gh/laithsakka/257/base 2025-08-14T20:52:19.9638579Z * [new branch] gh/laithsakka/257/head -> origin/gh/laithsakka/257/head 2025-08-14T20:52:19.9639844Z * [new branch] gh/laithsakka/257/orig -> origin/gh/laithsakka/257/orig 2025-08-14T20:52:19.9641649Z * [new branch] gh/laithsakka/258/base -> origin/gh/laithsakka/258/base 2025-08-14T20:52:19.9642735Z * [new branch] gh/laithsakka/258/head -> origin/gh/laithsakka/258/head 2025-08-14T20:52:19.9643888Z * [new branch] gh/laithsakka/258/orig -> origin/gh/laithsakka/258/orig 2025-08-14T20:52:19.9645699Z * [new branch] gh/laithsakka/259/base -> origin/gh/laithsakka/259/base 2025-08-14T20:52:19.9646812Z * [new branch] gh/laithsakka/259/head -> origin/gh/laithsakka/259/head 2025-08-14T20:52:19.9648084Z * [new branch] gh/laithsakka/259/orig -> origin/gh/laithsakka/259/orig 2025-08-14T20:52:19.9651792Z * [new branch] gh/laithsakka/260/base -> origin/gh/laithsakka/260/base 2025-08-14T20:52:19.9652796Z * [new branch] gh/laithsakka/260/head -> origin/gh/laithsakka/260/head 2025-08-14T20:52:19.9653916Z * [new branch] gh/laithsakka/260/orig -> origin/gh/laithsakka/260/orig 2025-08-14T20:52:19.9655562Z * [new branch] gh/laithsakka/261/base -> origin/gh/laithsakka/261/base 2025-08-14T20:52:19.9656657Z * [new branch] gh/laithsakka/261/head -> origin/gh/laithsakka/261/head 2025-08-14T20:52:19.9657817Z * [new branch] gh/laithsakka/261/orig -> origin/gh/laithsakka/261/orig 2025-08-14T20:52:19.9659477Z * [new branch] gh/laithsakka/262/base -> origin/gh/laithsakka/262/base 2025-08-14T20:52:19.9660697Z * [new branch] gh/laithsakka/262/head -> origin/gh/laithsakka/262/head 2025-08-14T20:52:19.9661735Z * [new branch] gh/laithsakka/262/orig -> origin/gh/laithsakka/262/orig 2025-08-14T20:52:19.9663628Z * [new branch] gh/laithsakka/28/base -> origin/gh/laithsakka/28/base 2025-08-14T20:52:19.9665067Z * [new branch] gh/laithsakka/29/base -> origin/gh/laithsakka/29/base 2025-08-14T20:52:19.9666576Z * [new branch] gh/laithsakka/30/base -> origin/gh/laithsakka/30/base 2025-08-14T20:52:19.9667903Z * [new branch] gh/laithsakka/30/head -> origin/gh/laithsakka/30/head 2025-08-14T20:52:19.9669514Z * [new branch] gh/laithsakka/31/base -> origin/gh/laithsakka/31/base 2025-08-14T20:52:19.9670786Z * [new branch] gh/laithsakka/31/head -> origin/gh/laithsakka/31/head 2025-08-14T20:52:19.9672376Z * [new branch] gh/laithsakka/32/base -> origin/gh/laithsakka/32/base 2025-08-14T20:52:19.9673273Z * [new branch] gh/laithsakka/32/head -> origin/gh/laithsakka/32/head 2025-08-14T20:52:19.9677069Z * [new branch] gh/lucaskabela/1/base -> origin/gh/lucaskabela/1/base 2025-08-14T20:52:19.9678057Z * [new branch] gh/lucaskabela/1/head -> origin/gh/lucaskabela/1/head 2025-08-14T20:52:19.9679738Z * [new branch] gh/lucaskabela/10/base -> origin/gh/lucaskabela/10/base 2025-08-14T20:52:19.9680713Z * [new branch] gh/lucaskabela/10/head -> origin/gh/lucaskabela/10/head 2025-08-14T20:52:19.9681783Z * [new branch] gh/lucaskabela/10/orig -> origin/gh/lucaskabela/10/orig 2025-08-14T20:52:19.9683123Z * [new branch] gh/lucaskabela/11/base -> origin/gh/lucaskabela/11/base 2025-08-14T20:52:19.9684252Z * [new branch] gh/lucaskabela/11/head -> origin/gh/lucaskabela/11/head 2025-08-14T20:52:19.9685142Z * [new branch] gh/lucaskabela/11/orig -> origin/gh/lucaskabela/11/orig 2025-08-14T20:52:19.9686630Z * [new branch] gh/lucaskabela/12/base -> origin/gh/lucaskabela/12/base 2025-08-14T20:52:19.9687562Z * [new branch] gh/lucaskabela/12/head -> origin/gh/lucaskabela/12/head 2025-08-14T20:52:19.9688577Z * [new branch] gh/lucaskabela/12/orig -> origin/gh/lucaskabela/12/orig 2025-08-14T20:52:19.9690051Z * [new branch] gh/lucaskabela/13/base -> origin/gh/lucaskabela/13/base 2025-08-14T20:52:19.9691019Z * [new branch] gh/lucaskabela/13/head -> origin/gh/lucaskabela/13/head 2025-08-14T20:52:19.9692037Z * [new branch] gh/lucaskabela/13/orig -> origin/gh/lucaskabela/13/orig 2025-08-14T20:52:19.9693420Z * [new branch] gh/lucaskabela/14/base -> origin/gh/lucaskabela/14/base 2025-08-14T20:52:19.9694396Z * [new branch] gh/lucaskabela/14/head -> origin/gh/lucaskabela/14/head 2025-08-14T20:52:19.9695428Z * [new branch] gh/lucaskabela/14/orig -> origin/gh/lucaskabela/14/orig 2025-08-14T20:52:19.9696771Z * [new branch] gh/lucaskabela/15/base -> origin/gh/lucaskabela/15/base 2025-08-14T20:52:19.9697715Z * [new branch] gh/lucaskabela/15/head -> origin/gh/lucaskabela/15/head 2025-08-14T20:52:19.9698797Z * [new branch] gh/lucaskabela/15/orig -> origin/gh/lucaskabela/15/orig 2025-08-14T20:52:19.9700209Z * [new branch] gh/lucaskabela/16/base -> origin/gh/lucaskabela/16/base 2025-08-14T20:52:19.9701159Z * [new branch] gh/lucaskabela/16/head -> origin/gh/lucaskabela/16/head 2025-08-14T20:52:19.9702297Z * [new branch] gh/lucaskabela/16/orig -> origin/gh/lucaskabela/16/orig 2025-08-14T20:52:19.9704260Z * [new branch] gh/lucaskabela/17/base -> origin/gh/lucaskabela/17/base 2025-08-14T20:52:19.9705199Z * [new branch] gh/lucaskabela/17/head -> origin/gh/lucaskabela/17/head 2025-08-14T20:52:19.9706241Z * [new branch] gh/lucaskabela/17/orig -> origin/gh/lucaskabela/17/orig 2025-08-14T20:52:19.9707847Z * [new branch] gh/lucaskabela/2/base -> origin/gh/lucaskabela/2/base 2025-08-14T20:52:19.9708904Z * [new branch] gh/lucaskabela/2/head -> origin/gh/lucaskabela/2/head 2025-08-14T20:52:19.9710032Z * [new branch] gh/lucaskabela/2/orig -> origin/gh/lucaskabela/2/orig 2025-08-14T20:52:19.9711631Z * [new branch] gh/lucaskabela/3/base -> origin/gh/lucaskabela/3/base 2025-08-14T20:52:19.9712585Z * [new branch] gh/lucaskabela/3/head -> origin/gh/lucaskabela/3/head 2025-08-14T20:52:19.9713612Z * [new branch] gh/lucaskabela/3/orig -> origin/gh/lucaskabela/3/orig 2025-08-14T20:52:19.9715109Z * [new branch] gh/lucaskabela/4/base -> origin/gh/lucaskabela/4/base 2025-08-14T20:52:19.9716037Z * [new branch] gh/lucaskabela/4/head -> origin/gh/lucaskabela/4/head 2025-08-14T20:52:19.9717067Z * [new branch] gh/lucaskabela/4/orig -> origin/gh/lucaskabela/4/orig 2025-08-14T20:52:19.9718739Z * [new branch] gh/lucaskabela/5/base -> origin/gh/lucaskabela/5/base 2025-08-14T20:52:19.9719677Z * [new branch] gh/lucaskabela/5/head -> origin/gh/lucaskabela/5/head 2025-08-14T20:52:19.9720734Z * [new branch] gh/lucaskabela/5/orig -> origin/gh/lucaskabela/5/orig 2025-08-14T20:52:19.9722217Z * [new branch] gh/lucaskabela/6/base -> origin/gh/lucaskabela/6/base 2025-08-14T20:52:19.9723287Z * [new branch] gh/lucaskabela/6/head -> origin/gh/lucaskabela/6/head 2025-08-14T20:52:19.9724372Z * [new branch] gh/lucaskabela/6/orig -> origin/gh/lucaskabela/6/orig 2025-08-14T20:52:19.9725837Z * [new branch] gh/lucaskabela/7/base -> origin/gh/lucaskabela/7/base 2025-08-14T20:52:19.9726797Z * [new branch] gh/lucaskabela/7/head -> origin/gh/lucaskabela/7/head 2025-08-14T20:52:19.9727922Z * [new branch] gh/lucaskabela/7/orig -> origin/gh/lucaskabela/7/orig 2025-08-14T20:52:19.9729388Z * [new branch] gh/lucaskabela/8/base -> origin/gh/lucaskabela/8/base 2025-08-14T20:52:19.9730313Z * [new branch] gh/lucaskabela/8/head -> origin/gh/lucaskabela/8/head 2025-08-14T20:52:19.9731400Z * [new branch] gh/lucaskabela/8/orig -> origin/gh/lucaskabela/8/orig 2025-08-14T20:52:19.9733022Z * [new branch] gh/lucaskabela/9/base -> origin/gh/lucaskabela/9/base 2025-08-14T20:52:19.9734001Z * [new branch] gh/lucaskabela/9/head -> origin/gh/lucaskabela/9/head 2025-08-14T20:52:19.9735053Z * [new branch] gh/lucaskabela/9/orig -> origin/gh/lucaskabela/9/orig 2025-08-14T20:52:19.9736820Z * [new branch] gh/lw/1/base -> origin/gh/lw/1/base 2025-08-14T20:52:19.9737809Z * [new branch] gh/lw/1/head -> origin/gh/lw/1/head 2025-08-14T20:52:19.9738854Z * [new branch] gh/lw/1/orig -> origin/gh/lw/1/orig 2025-08-14T20:52:19.9740302Z * [new branch] gh/lw/2/base -> origin/gh/lw/2/base 2025-08-14T20:52:19.9741255Z * [new branch] gh/lw/2/head -> origin/gh/lw/2/head 2025-08-14T20:52:19.9742488Z * [new branch] gh/lw/2/orig -> origin/gh/lw/2/orig 2025-08-14T20:52:19.9743807Z * [new branch] gh/lw/3/base -> origin/gh/lw/3/base 2025-08-14T20:52:19.9744779Z * [new branch] gh/lw/3/head -> origin/gh/lw/3/head 2025-08-14T20:52:19.9746022Z * [new branch] gh/lw/3/orig -> origin/gh/lw/3/orig 2025-08-14T20:52:19.9747846Z * [new branch] gh/malfet/14/base -> origin/gh/malfet/14/base 2025-08-14T20:52:19.9749505Z * [new branch] gh/malfet/330/base -> origin/gh/malfet/330/base 2025-08-14T20:52:19.9750442Z * [new branch] gh/malfet/330/head -> origin/gh/malfet/330/head 2025-08-14T20:52:19.9751486Z * [new branch] gh/malfet/330/orig -> origin/gh/malfet/330/orig 2025-08-14T20:52:19.9752991Z * [new branch] gh/malfet/396/base -> origin/gh/malfet/396/base 2025-08-14T20:52:19.9753916Z * [new branch] gh/malfet/396/head -> origin/gh/malfet/396/head 2025-08-14T20:52:19.9754977Z * [new branch] gh/malfet/396/orig -> origin/gh/malfet/396/orig 2025-08-14T20:52:19.9756491Z * [new branch] gh/malfet/397/base -> origin/gh/malfet/397/base 2025-08-14T20:52:19.9757464Z * [new branch] gh/malfet/397/head -> origin/gh/malfet/397/head 2025-08-14T20:52:19.9759072Z * [new branch] gh/malfet/397/orig -> origin/gh/malfet/397/orig 2025-08-14T20:52:19.9760585Z * [new branch] gh/malfet/398/base -> origin/gh/malfet/398/base 2025-08-14T20:52:19.9761550Z * [new branch] gh/malfet/398/head -> origin/gh/malfet/398/head 2025-08-14T20:52:19.9762629Z * [new branch] gh/malfet/398/orig -> origin/gh/malfet/398/orig 2025-08-14T20:52:19.9764083Z * [new branch] gh/malfet/399/base -> origin/gh/malfet/399/base 2025-08-14T20:52:19.9765061Z * [new branch] gh/malfet/399/head -> origin/gh/malfet/399/head 2025-08-14T20:52:19.9766140Z * [new branch] gh/malfet/399/orig -> origin/gh/malfet/399/orig 2025-08-14T20:52:19.9767600Z * [new branch] gh/malfet/414/base -> origin/gh/malfet/414/base 2025-08-14T20:52:19.9768741Z * [new branch] gh/malfet/414/head -> origin/gh/malfet/414/head 2025-08-14T20:52:19.9769678Z * [new branch] gh/malfet/414/orig -> origin/gh/malfet/414/orig 2025-08-14T20:52:19.9771283Z * [new branch] gh/malfet/417/base -> origin/gh/malfet/417/base 2025-08-14T20:52:19.9772239Z * [new branch] gh/malfet/417/head -> origin/gh/malfet/417/head 2025-08-14T20:52:19.9773295Z * [new branch] gh/malfet/417/orig -> origin/gh/malfet/417/orig 2025-08-14T20:52:19.9774781Z * [new branch] gh/malfet/418/base -> origin/gh/malfet/418/base 2025-08-14T20:52:19.9775737Z * [new branch] gh/malfet/418/head -> origin/gh/malfet/418/head 2025-08-14T20:52:19.9776806Z * [new branch] gh/malfet/418/orig -> origin/gh/malfet/418/orig 2025-08-14T20:52:19.9778280Z * [new branch] gh/malfet/422/base -> origin/gh/malfet/422/base 2025-08-14T20:52:19.9779289Z * [new branch] gh/malfet/422/head -> origin/gh/malfet/422/head 2025-08-14T20:52:19.9780818Z * [new branch] gh/malfet/422/orig -> origin/gh/malfet/422/orig 2025-08-14T20:52:19.9782286Z * [new branch] gh/malfet/438/base -> origin/gh/malfet/438/base 2025-08-14T20:52:19.9783248Z * [new branch] gh/malfet/438/head -> origin/gh/malfet/438/head 2025-08-14T20:52:19.9784284Z * [new branch] gh/malfet/438/orig -> origin/gh/malfet/438/orig 2025-08-14T20:52:19.9785775Z * [new branch] gh/malfet/439/base -> origin/gh/malfet/439/base 2025-08-14T20:52:19.9786753Z * [new branch] gh/malfet/439/head -> origin/gh/malfet/439/head 2025-08-14T20:52:19.9787801Z * [new branch] gh/malfet/439/orig -> origin/gh/malfet/439/orig 2025-08-14T20:52:19.9789616Z * [new branch] gh/malfet/440/base -> origin/gh/malfet/440/base 2025-08-14T20:52:19.9790576Z * [new branch] gh/malfet/440/head -> origin/gh/malfet/440/head 2025-08-14T20:52:19.9791838Z * [new branch] gh/malfet/440/orig -> origin/gh/malfet/440/orig 2025-08-14T20:52:19.9793288Z * [new branch] gh/malfet/441/base -> origin/gh/malfet/441/base 2025-08-14T20:52:19.9794242Z * [new branch] gh/malfet/441/head -> origin/gh/malfet/441/head 2025-08-14T20:52:19.9795492Z * [new branch] gh/malfet/441/orig -> origin/gh/malfet/441/orig 2025-08-14T20:52:19.9796921Z * [new branch] gh/malfet/442/base -> origin/gh/malfet/442/base 2025-08-14T20:52:19.9797902Z * [new branch] gh/malfet/442/head -> origin/gh/malfet/442/head 2025-08-14T20:52:19.9798956Z * [new branch] gh/malfet/442/orig -> origin/gh/malfet/442/orig 2025-08-14T20:52:19.9800426Z * [new branch] gh/malfet/443/base -> origin/gh/malfet/443/base 2025-08-14T20:52:19.9801348Z * [new branch] gh/malfet/443/head -> origin/gh/malfet/443/head 2025-08-14T20:52:19.9802351Z * [new branch] gh/malfet/443/orig -> origin/gh/malfet/443/orig 2025-08-14T20:52:19.9803973Z * [new branch] gh/malfet/444/base -> origin/gh/malfet/444/base 2025-08-14T20:52:19.9804930Z * [new branch] gh/malfet/444/head -> origin/gh/malfet/444/head 2025-08-14T20:52:19.9806039Z * [new branch] gh/malfet/444/orig -> origin/gh/malfet/444/orig 2025-08-14T20:52:19.9808042Z * [new branch] gh/malfet/445/base -> origin/gh/malfet/445/base 2025-08-14T20:52:19.9809030Z * [new branch] gh/malfet/445/head -> origin/gh/malfet/445/head 2025-08-14T20:52:19.9810667Z * [new branch] gh/malfet/445/orig -> origin/gh/malfet/445/orig 2025-08-14T20:52:19.9812092Z * [new branch] gh/malfet/446/base -> origin/gh/malfet/446/base 2025-08-14T20:52:19.9813729Z * [new branch] gh/malfet/446/head -> origin/gh/malfet/446/head 2025-08-14T20:52:19.9814628Z * [new branch] gh/malfet/446/orig -> origin/gh/malfet/446/orig 2025-08-14T20:52:19.9816210Z * [new branch] gh/malfet/447/base -> origin/gh/malfet/447/base 2025-08-14T20:52:19.9817120Z * [new branch] gh/malfet/447/head -> origin/gh/malfet/447/head 2025-08-14T20:52:19.9818718Z * [new branch] gh/malfet/448/base -> origin/gh/malfet/448/base 2025-08-14T20:52:19.9819693Z * [new branch] gh/malfet/448/head -> origin/gh/malfet/448/head 2025-08-14T20:52:19.9821183Z * [new branch] gh/malfet/449/base -> origin/gh/malfet/449/base 2025-08-14T20:52:19.9822140Z * [new branch] gh/malfet/449/head -> origin/gh/malfet/449/head 2025-08-14T20:52:19.9823568Z * [new branch] gh/malfet/450/base -> origin/gh/malfet/450/base 2025-08-14T20:52:19.9824927Z * [new branch] gh/malfet/450/head -> origin/gh/malfet/450/head 2025-08-14T20:52:19.9825957Z * [new branch] gh/malfet/451/base -> origin/gh/malfet/451/base 2025-08-14T20:52:19.9826990Z * [new branch] gh/malfet/451/head -> origin/gh/malfet/451/head 2025-08-14T20:52:19.9828638Z * [new branch] gh/malfet/452/base -> origin/gh/malfet/452/base 2025-08-14T20:52:19.9829661Z * [new branch] gh/malfet/452/head -> origin/gh/malfet/452/head 2025-08-14T20:52:19.9830684Z * [new branch] gh/malfet/452/orig -> origin/gh/malfet/452/orig 2025-08-14T20:52:19.9832322Z * [new branch] gh/malfet/453/base -> origin/gh/malfet/453/base 2025-08-14T20:52:19.9833276Z * [new branch] gh/malfet/453/head -> origin/gh/malfet/453/head 2025-08-14T20:52:19.9834324Z * [new branch] gh/malfet/453/orig -> origin/gh/malfet/453/orig 2025-08-14T20:52:19.9835863Z * [new branch] gh/malfet/454/base -> origin/gh/malfet/454/base 2025-08-14T20:52:19.9836695Z * [new branch] gh/malfet/454/head -> origin/gh/malfet/454/head 2025-08-14T20:52:19.9837745Z * [new branch] gh/malfet/454/orig -> origin/gh/malfet/454/orig 2025-08-14T20:52:19.9839263Z * [new branch] gh/malfet/455/base -> origin/gh/malfet/455/base 2025-08-14T20:52:19.9840213Z * [new branch] gh/malfet/455/head -> origin/gh/malfet/455/head 2025-08-14T20:52:19.9841248Z * [new branch] gh/malfet/455/orig -> origin/gh/malfet/455/orig 2025-08-14T20:52:19.9842848Z * [new branch] gh/malfet/456/base -> origin/gh/malfet/456/base 2025-08-14T20:52:19.9843797Z * [new branch] gh/malfet/456/head -> origin/gh/malfet/456/head 2025-08-14T20:52:19.9845414Z * [new branch] gh/malfet/456/orig -> origin/gh/malfet/456/orig 2025-08-14T20:52:19.9846487Z * [new branch] gh/malfet/457/base -> origin/gh/malfet/457/base 2025-08-14T20:52:19.9847755Z * [new branch] gh/malfet/457/head -> origin/gh/malfet/457/head 2025-08-14T20:52:19.9848838Z * [new branch] gh/malfet/457/orig -> origin/gh/malfet/457/orig 2025-08-14T20:52:19.9850453Z * [new branch] gh/malfet/458/base -> origin/gh/malfet/458/base 2025-08-14T20:52:19.9851396Z * [new branch] gh/malfet/458/head -> origin/gh/malfet/458/head 2025-08-14T20:52:19.9852517Z * [new branch] gh/malfet/458/orig -> origin/gh/malfet/458/orig 2025-08-14T20:52:19.9854230Z * [new branch] gh/malfet/459/base -> origin/gh/malfet/459/base 2025-08-14T20:52:19.9855702Z * [new branch] gh/malfet/459/head -> origin/gh/malfet/459/head 2025-08-14T20:52:19.9857186Z * [new branch] gh/malfet/459/orig -> origin/gh/malfet/459/orig 2025-08-14T20:52:19.9858154Z * [new branch] gh/malfet/460/base -> origin/gh/malfet/460/base 2025-08-14T20:52:19.9859171Z * [new branch] gh/malfet/460/head -> origin/gh/malfet/460/head 2025-08-14T20:52:19.9860253Z * [new branch] gh/malfet/460/orig -> origin/gh/malfet/460/orig 2025-08-14T20:52:19.9861880Z * [new branch] gh/malfet/461/base -> origin/gh/malfet/461/base 2025-08-14T20:52:19.9862864Z * [new branch] gh/malfet/461/head -> origin/gh/malfet/461/head 2025-08-14T20:52:19.9863900Z * [new branch] gh/malfet/461/orig -> origin/gh/malfet/461/orig 2025-08-14T20:52:19.9865800Z * [new branch] gh/malfet/462/base -> origin/gh/malfet/462/base 2025-08-14T20:52:19.9866748Z * [new branch] gh/malfet/462/head -> origin/gh/malfet/462/head 2025-08-14T20:52:19.9867831Z * [new branch] gh/malfet/462/orig -> origin/gh/malfet/462/orig 2025-08-14T20:52:19.9869511Z * [new branch] gh/malfet/463/base -> origin/gh/malfet/463/base 2025-08-14T20:52:19.9870452Z * [new branch] gh/malfet/463/head -> origin/gh/malfet/463/head 2025-08-14T20:52:19.9871515Z * [new branch] gh/malfet/463/orig -> origin/gh/malfet/463/orig 2025-08-14T20:52:19.9873022Z * [new branch] gh/malfet/464/base -> origin/gh/malfet/464/base 2025-08-14T20:52:19.9873983Z * [new branch] gh/malfet/464/head -> origin/gh/malfet/464/head 2025-08-14T20:52:19.9875010Z * [new branch] gh/malfet/464/orig -> origin/gh/malfet/464/orig 2025-08-14T20:52:19.9876590Z * [new branch] gh/malfet/465/base -> origin/gh/malfet/465/base 2025-08-14T20:52:19.9877568Z * [new branch] gh/malfet/465/head -> origin/gh/malfet/465/head 2025-08-14T20:52:19.9878608Z * [new branch] gh/malfet/465/orig -> origin/gh/malfet/465/orig 2025-08-14T20:52:19.9880121Z * [new branch] gh/malfet/466/base -> origin/gh/malfet/466/base 2025-08-14T20:52:19.9881086Z * [new branch] gh/malfet/466/head -> origin/gh/malfet/466/head 2025-08-14T20:52:19.9882140Z * [new branch] gh/malfet/466/orig -> origin/gh/malfet/466/orig 2025-08-14T20:52:19.9883713Z * [new branch] gh/malfet/467/base -> origin/gh/malfet/467/base 2025-08-14T20:52:19.9884700Z * [new branch] gh/malfet/467/head -> origin/gh/malfet/467/head 2025-08-14T20:52:19.9885913Z * [new branch] gh/malfet/467/orig -> origin/gh/malfet/467/orig 2025-08-14T20:52:19.9887495Z * [new branch] gh/malfet/468/base -> origin/gh/malfet/468/base 2025-08-14T20:52:19.9888489Z * [new branch] gh/malfet/468/head -> origin/gh/malfet/468/head 2025-08-14T20:52:19.9889544Z * [new branch] gh/malfet/468/orig -> origin/gh/malfet/468/orig 2025-08-14T20:52:19.9891280Z * [new branch] gh/malfet/469/base -> origin/gh/malfet/469/base 2025-08-14T20:52:19.9892238Z * [new branch] gh/malfet/469/head -> origin/gh/malfet/469/head 2025-08-14T20:52:19.9893331Z * [new branch] gh/malfet/469/orig -> origin/gh/malfet/469/orig 2025-08-14T20:52:19.9894866Z * [new branch] gh/malfet/470/base -> origin/gh/malfet/470/base 2025-08-14T20:52:19.9895847Z * [new branch] gh/malfet/470/head -> origin/gh/malfet/470/head 2025-08-14T20:52:19.9897160Z * [new branch] gh/malfet/470/orig -> origin/gh/malfet/470/orig 2025-08-14T20:52:19.9898668Z * [new branch] gh/malfet/471/base -> origin/gh/malfet/471/base 2025-08-14T20:52:19.9899902Z * [new branch] gh/malfet/471/head -> origin/gh/malfet/471/head 2025-08-14T20:52:19.9901092Z * [new branch] gh/malfet/471/orig -> origin/gh/malfet/471/orig 2025-08-14T20:52:19.9902589Z * [new branch] gh/malfet/472/base -> origin/gh/malfet/472/base 2025-08-14T20:52:19.9903543Z * [new branch] gh/malfet/472/head -> origin/gh/malfet/472/head 2025-08-14T20:52:19.9904600Z * [new branch] gh/malfet/472/orig -> origin/gh/malfet/472/orig 2025-08-14T20:52:19.9906254Z * [new branch] gh/malfet/473/base -> origin/gh/malfet/473/base 2025-08-14T20:52:19.9907183Z * [new branch] gh/malfet/473/head -> origin/gh/malfet/473/head 2025-08-14T20:52:19.9908244Z * [new branch] gh/malfet/473/orig -> origin/gh/malfet/473/orig 2025-08-14T20:52:19.9910263Z * [new branch] gh/malfet/474/base -> origin/gh/malfet/474/base 2025-08-14T20:52:19.9911236Z * [new branch] gh/malfet/474/head -> origin/gh/malfet/474/head 2025-08-14T20:52:19.9912319Z * [new branch] gh/malfet/474/orig -> origin/gh/malfet/474/orig 2025-08-14T20:52:19.9913921Z * [new branch] gh/malfet/475/base -> origin/gh/malfet/475/base 2025-08-14T20:52:19.9914955Z * [new branch] gh/malfet/475/head -> origin/gh/malfet/475/head 2025-08-14T20:52:19.9916049Z * [new branch] gh/malfet/475/orig -> origin/gh/malfet/475/orig 2025-08-14T20:52:19.9917635Z * [new branch] gh/malfet/476/base -> origin/gh/malfet/476/base 2025-08-14T20:52:19.9918529Z * [new branch] gh/malfet/476/head -> origin/gh/malfet/476/head 2025-08-14T20:52:19.9919601Z * [new branch] gh/malfet/476/orig -> origin/gh/malfet/476/orig 2025-08-14T20:52:19.9921165Z * [new branch] gh/malfet/477/base -> origin/gh/malfet/477/base 2025-08-14T20:52:19.9922118Z * [new branch] gh/malfet/477/head -> origin/gh/malfet/477/head 2025-08-14T20:52:19.9923402Z * [new branch] gh/malfet/477/orig -> origin/gh/malfet/477/orig 2025-08-14T20:52:19.9925194Z * [new branch] gh/malfet/478/base -> origin/gh/malfet/478/base 2025-08-14T20:52:19.9926258Z * [new branch] gh/malfet/478/head -> origin/gh/malfet/478/head 2025-08-14T20:52:19.9927296Z * [new branch] gh/malfet/478/orig -> origin/gh/malfet/478/orig 2025-08-14T20:52:19.9928716Z * [new branch] gh/malfet/479/base -> origin/gh/malfet/479/base 2025-08-14T20:52:19.9929729Z * [new branch] gh/malfet/479/head -> origin/gh/malfet/479/head 2025-08-14T20:52:19.9930744Z * [new branch] gh/malfet/479/orig -> origin/gh/malfet/479/orig 2025-08-14T20:52:19.9932332Z * [new branch] gh/malfet/480/base -> origin/gh/malfet/480/base 2025-08-14T20:52:19.9933335Z * [new branch] gh/malfet/480/head -> origin/gh/malfet/480/head 2025-08-14T20:52:19.9934413Z * [new branch] gh/malfet/480/orig -> origin/gh/malfet/480/orig 2025-08-14T20:52:19.9936044Z * [new branch] gh/malfet/481/base -> origin/gh/malfet/481/base 2025-08-14T20:52:19.9937010Z * [new branch] gh/malfet/481/head -> origin/gh/malfet/481/head 2025-08-14T20:52:19.9938094Z * [new branch] gh/malfet/481/orig -> origin/gh/malfet/481/orig 2025-08-14T20:52:19.9939575Z * [new branch] gh/malfet/482/base -> origin/gh/malfet/482/base 2025-08-14T20:52:19.9940570Z * [new branch] gh/malfet/482/head -> origin/gh/malfet/482/head 2025-08-14T20:52:19.9941762Z * [new branch] gh/malfet/482/orig -> origin/gh/malfet/482/orig 2025-08-14T20:52:19.9943227Z * [new branch] gh/malfet/483/base -> origin/gh/malfet/483/base 2025-08-14T20:52:19.9944168Z * [new branch] gh/malfet/483/head -> origin/gh/malfet/483/head 2025-08-14T20:52:19.9945409Z * [new branch] gh/malfet/483/orig -> origin/gh/malfet/483/orig 2025-08-14T20:52:19.9947153Z * [new branch] gh/malfet/484/base -> origin/gh/malfet/484/base 2025-08-14T20:52:19.9948240Z * [new branch] gh/malfet/484/head -> origin/gh/malfet/484/head 2025-08-14T20:52:19.9951267Z * [new branch] gh/malfet/484/orig -> origin/gh/malfet/484/orig 2025-08-14T20:52:19.9952843Z * [new branch] gh/malfet/485/base -> origin/gh/malfet/485/base 2025-08-14T20:52:19.9954316Z * [new branch] gh/malfet/485/head -> origin/gh/malfet/485/head 2025-08-14T20:52:19.9955379Z * [new branch] gh/malfet/485/orig -> origin/gh/malfet/485/orig 2025-08-14T20:52:19.9956978Z * [new branch] gh/malfet/486/base -> origin/gh/malfet/486/base 2025-08-14T20:52:19.9957862Z * [new branch] gh/malfet/486/head -> origin/gh/malfet/486/head 2025-08-14T20:52:19.9958894Z * [new branch] gh/malfet/486/orig -> origin/gh/malfet/486/orig 2025-08-14T20:52:19.9960774Z * [new branch] gh/malfet/487/base -> origin/gh/malfet/487/base 2025-08-14T20:52:19.9961746Z * [new branch] gh/malfet/487/head -> origin/gh/malfet/487/head 2025-08-14T20:52:19.9962799Z * [new branch] gh/malfet/487/orig -> origin/gh/malfet/487/orig 2025-08-14T20:52:19.9964373Z * [new branch] gh/malfet/488/base -> origin/gh/malfet/488/base 2025-08-14T20:52:19.9965331Z * [new branch] gh/malfet/488/head -> origin/gh/malfet/488/head 2025-08-14T20:52:19.9966449Z * [new branch] gh/malfet/488/orig -> origin/gh/malfet/488/orig 2025-08-14T20:52:19.9968088Z * [new branch] gh/malfet/489/base -> origin/gh/malfet/489/base 2025-08-14T20:52:19.9969060Z * [new branch] gh/malfet/489/head -> origin/gh/malfet/489/head 2025-08-14T20:52:19.9970425Z * [new branch] gh/malfet/489/orig -> origin/gh/malfet/489/orig 2025-08-14T20:52:19.9972216Z * [new branch] gh/malfet/490/base -> origin/gh/malfet/490/base 2025-08-14T20:52:19.9973170Z * [new branch] gh/malfet/490/head -> origin/gh/malfet/490/head 2025-08-14T20:52:19.9974259Z * [new branch] gh/malfet/490/orig -> origin/gh/malfet/490/orig 2025-08-14T20:52:19.9975861Z * [new branch] gh/malfet/64/base -> origin/gh/malfet/64/base 2025-08-14T20:52:19.9976814Z * [new branch] gh/malfet/64/head -> origin/gh/malfet/64/head 2025-08-14T20:52:19.9978794Z * [new branch] gh/manuelcandales/10/base -> origin/gh/manuelcandales/10/base 2025-08-14T20:52:19.9979727Z * [new branch] gh/manuelcandales/10/head -> origin/gh/manuelcandales/10/head 2025-08-14T20:52:19.9981314Z * [new branch] gh/manuelcandales/10/orig -> origin/gh/manuelcandales/10/orig 2025-08-14T20:52:19.9982846Z * [new branch] gh/manuelcandales/9/base -> origin/gh/manuelcandales/9/base 2025-08-14T20:52:19.9983781Z * [new branch] gh/manuelcandales/9/head -> origin/gh/manuelcandales/9/head 2025-08-14T20:52:19.9984868Z * [new branch] gh/manuelcandales/9/orig -> origin/gh/manuelcandales/9/orig 2025-08-14T20:52:19.9987009Z * [new branch] gh/markkm/1/base -> origin/gh/markkm/1/base 2025-08-14T20:52:19.9989383Z * [new branch] gh/masnesral/204/base -> origin/gh/masnesral/204/base 2025-08-14T20:52:19.9990399Z * [new branch] gh/masnesral/204/head -> origin/gh/masnesral/204/head 2025-08-14T20:52:19.9991697Z * [new branch] gh/masnesral/204/orig -> origin/gh/masnesral/204/orig 2025-08-14T20:52:19.9993349Z * [new branch] gh/masnesral/223/base -> origin/gh/masnesral/223/base 2025-08-14T20:52:19.9994640Z * [new branch] gh/masnesral/223/head -> origin/gh/masnesral/223/head 2025-08-14T20:52:19.9995628Z * [new branch] gh/masnesral/223/orig -> origin/gh/masnesral/223/orig 2025-08-14T20:52:19.9997272Z * [new branch] gh/masnesral/224/base -> origin/gh/masnesral/224/base 2025-08-14T20:52:19.9998397Z * [new branch] gh/masnesral/224/head -> origin/gh/masnesral/224/head 2025-08-14T20:52:19.9999707Z * [new branch] gh/masnesral/224/orig -> origin/gh/masnesral/224/orig 2025-08-14T20:52:20.0001141Z * [new branch] gh/masnesral/225/base -> origin/gh/masnesral/225/base 2025-08-14T20:52:20.0002410Z * [new branch] gh/masnesral/225/head -> origin/gh/masnesral/225/head 2025-08-14T20:52:20.0003625Z * [new branch] gh/masnesral/225/orig -> origin/gh/masnesral/225/orig 2025-08-14T20:52:20.0005199Z * [new branch] gh/masnesral/226/base -> origin/gh/masnesral/226/base 2025-08-14T20:52:20.0006304Z * [new branch] gh/masnesral/226/head -> origin/gh/masnesral/226/head 2025-08-14T20:52:20.0007513Z * [new branch] gh/masnesral/226/orig -> origin/gh/masnesral/226/orig 2025-08-14T20:52:20.0009142Z * [new branch] gh/masnesral/227/base -> origin/gh/masnesral/227/base 2025-08-14T20:52:20.0010443Z * [new branch] gh/masnesral/227/head -> origin/gh/masnesral/227/head 2025-08-14T20:52:20.0011731Z * [new branch] gh/masnesral/227/orig -> origin/gh/masnesral/227/orig 2025-08-14T20:52:20.0013352Z * [new branch] gh/masnesral/228/base -> origin/gh/masnesral/228/base 2025-08-14T20:52:20.0014669Z * [new branch] gh/masnesral/228/head -> origin/gh/masnesral/228/head 2025-08-14T20:52:20.0015810Z * [new branch] gh/masnesral/228/orig -> origin/gh/masnesral/228/orig 2025-08-14T20:52:20.0017534Z * [new branch] gh/masnesral/229/base -> origin/gh/masnesral/229/base 2025-08-14T20:52:20.0018642Z * [new branch] gh/masnesral/229/head -> origin/gh/masnesral/229/head 2025-08-14T20:52:20.0019940Z * [new branch] gh/masnesral/229/orig -> origin/gh/masnesral/229/orig 2025-08-14T20:52:20.0021380Z * [new branch] gh/masnesral/230/base -> origin/gh/masnesral/230/base 2025-08-14T20:52:20.0022603Z * [new branch] gh/masnesral/230/head -> origin/gh/masnesral/230/head 2025-08-14T20:52:20.0023898Z * [new branch] gh/masnesral/230/orig -> origin/gh/masnesral/230/orig 2025-08-14T20:52:20.0025535Z * [new branch] gh/masnesral/231/base -> origin/gh/masnesral/231/base 2025-08-14T20:52:20.0026834Z * [new branch] gh/masnesral/231/head -> origin/gh/masnesral/231/head 2025-08-14T20:52:20.0027977Z * [new branch] gh/masnesral/231/orig -> origin/gh/masnesral/231/orig 2025-08-14T20:52:20.0029975Z * [new branch] gh/masnesral/232/base -> origin/gh/masnesral/232/base 2025-08-14T20:52:20.0031088Z * [new branch] gh/masnesral/232/head -> origin/gh/masnesral/232/head 2025-08-14T20:52:20.0032447Z * [new branch] gh/masnesral/232/orig -> origin/gh/masnesral/232/orig 2025-08-14T20:52:20.0033998Z * [new branch] gh/masnesral/233/base -> origin/gh/masnesral/233/base 2025-08-14T20:52:20.0035113Z * [new branch] gh/masnesral/233/head -> origin/gh/masnesral/233/head 2025-08-14T20:52:20.0036388Z * [new branch] gh/masnesral/233/orig -> origin/gh/masnesral/233/orig 2025-08-14T20:52:20.0038051Z * [new branch] gh/masnesral/234/base -> origin/gh/masnesral/234/base 2025-08-14T20:52:20.0039356Z * [new branch] gh/masnesral/234/head -> origin/gh/masnesral/234/head 2025-08-14T20:52:20.0040598Z * [new branch] gh/masnesral/234/orig -> origin/gh/masnesral/234/orig 2025-08-14T20:52:20.0042466Z * [new branch] gh/masnesral/235/base -> origin/gh/masnesral/235/base 2025-08-14T20:52:20.0043448Z * [new branch] gh/masnesral/235/head -> origin/gh/masnesral/235/head 2025-08-14T20:52:20.0044714Z * [new branch] gh/masnesral/235/orig -> origin/gh/masnesral/235/orig 2025-08-14T20:52:20.0046368Z * [new branch] gh/masnesral/236/base -> origin/gh/masnesral/236/base 2025-08-14T20:52:20.0047666Z * [new branch] gh/masnesral/236/head -> origin/gh/masnesral/236/head 2025-08-14T20:52:20.0048962Z * [new branch] gh/masnesral/236/orig -> origin/gh/masnesral/236/orig 2025-08-14T20:52:20.0051781Z * [new branch] gh/masnesral/34/base -> origin/gh/masnesral/34/base 2025-08-14T20:52:20.0054097Z * [new branch] gh/mhorowitz/0/base -> origin/gh/mhorowitz/0/base 2025-08-14T20:52:20.0055687Z * [new branch] gh/mhorowitz/0/head -> origin/gh/mhorowitz/0/head 2025-08-14T20:52:20.0057168Z * [new branch] gh/mhorowitz/1/base -> origin/gh/mhorowitz/1/base 2025-08-14T20:52:20.0058894Z * [new branch] gh/mhorowitz/1/head -> origin/gh/mhorowitz/1/head 2025-08-14T20:52:20.0059941Z * [new branch] gh/mhorowitz/2/base -> origin/gh/mhorowitz/2/base 2025-08-14T20:52:20.0061281Z * [new branch] gh/mhorowitz/2/head -> origin/gh/mhorowitz/2/head 2025-08-14T20:52:20.0062624Z * [new branch] gh/mhorowitz/3/base -> origin/gh/mhorowitz/3/base 2025-08-14T20:52:20.0063540Z * [new branch] gh/mhorowitz/3/head -> origin/gh/mhorowitz/3/head 2025-08-14T20:52:20.0065882Z * [new branch] gh/mhorowitz/4/base -> origin/gh/mhorowitz/4/base 2025-08-14T20:52:20.0066869Z * [new branch] gh/mhorowitz/4/head -> origin/gh/mhorowitz/4/head 2025-08-14T20:52:20.0068352Z * [new branch] gh/mhorowitz/5/base -> origin/gh/mhorowitz/5/base 2025-08-14T20:52:20.0069333Z * [new branch] gh/mhorowitz/5/head -> origin/gh/mhorowitz/5/head 2025-08-14T20:52:20.0070741Z * [new branch] gh/mhorowitz/6/base -> origin/gh/mhorowitz/6/base 2025-08-14T20:52:20.0071628Z * [new branch] gh/mhorowitz/6/head -> origin/gh/mhorowitz/6/head 2025-08-14T20:52:20.0074045Z * [new branch] gh/mikaylagawarecki/234/base -> origin/gh/mikaylagawarecki/234/base 2025-08-14T20:52:20.0075026Z * [new branch] gh/mikaylagawarecki/234/head -> origin/gh/mikaylagawarecki/234/head 2025-08-14T20:52:20.0076525Z * [new branch] gh/mikaylagawarecki/235/base -> origin/gh/mikaylagawarecki/235/base 2025-08-14T20:52:20.0077621Z * [new branch] gh/mikaylagawarecki/235/head -> origin/gh/mikaylagawarecki/235/head 2025-08-14T20:52:20.0079099Z * [new branch] gh/mikaylagawarecki/236/base -> origin/gh/mikaylagawarecki/236/base 2025-08-14T20:52:20.0080037Z * [new branch] gh/mikaylagawarecki/236/head -> origin/gh/mikaylagawarecki/236/head 2025-08-14T20:52:20.0081508Z * [new branch] gh/mikaylagawarecki/237/base -> origin/gh/mikaylagawarecki/237/base 2025-08-14T20:52:20.0082375Z * [new branch] gh/mikaylagawarecki/237/head -> origin/gh/mikaylagawarecki/237/head 2025-08-14T20:52:20.0083880Z * [new branch] gh/mikaylagawarecki/238/base -> origin/gh/mikaylagawarecki/238/base 2025-08-14T20:52:20.0084840Z * [new branch] gh/mikaylagawarecki/238/head -> origin/gh/mikaylagawarecki/238/head 2025-08-14T20:52:20.0086496Z * [new branch] gh/mikaylagawarecki/313/base -> origin/gh/mikaylagawarecki/313/base 2025-08-14T20:52:20.0087403Z * [new branch] gh/mikaylagawarecki/313/head -> origin/gh/mikaylagawarecki/313/head 2025-08-14T20:52:20.0088505Z * [new branch] gh/mikaylagawarecki/313/orig -> origin/gh/mikaylagawarecki/313/orig 2025-08-14T20:52:20.0090242Z * [new branch] gh/mikaylagawarecki/317/base -> origin/gh/mikaylagawarecki/317/base 2025-08-14T20:52:20.0091228Z * [new branch] gh/mikaylagawarecki/317/head -> origin/gh/mikaylagawarecki/317/head 2025-08-14T20:52:20.0092258Z * [new branch] gh/mikaylagawarecki/317/orig -> origin/gh/mikaylagawarecki/317/orig 2025-08-14T20:52:20.0093827Z * [new branch] gh/mikaylagawarecki/318/base -> origin/gh/mikaylagawarecki/318/base 2025-08-14T20:52:20.0095294Z * [new branch] gh/mikaylagawarecki/318/head -> origin/gh/mikaylagawarecki/318/head 2025-08-14T20:52:20.0096265Z * [new branch] gh/mikaylagawarecki/318/orig -> origin/gh/mikaylagawarecki/318/orig 2025-08-14T20:52:20.0097851Z * [new branch] gh/mikaylagawarecki/319/base -> origin/gh/mikaylagawarecki/319/base 2025-08-14T20:52:20.0098790Z * [new branch] gh/mikaylagawarecki/319/head -> origin/gh/mikaylagawarecki/319/head 2025-08-14T20:52:20.0099975Z * [new branch] gh/mikaylagawarecki/319/orig -> origin/gh/mikaylagawarecki/319/orig 2025-08-14T20:52:20.0101483Z * [new branch] gh/mikaylagawarecki/320/base -> origin/gh/mikaylagawarecki/320/base 2025-08-14T20:52:20.0102437Z * [new branch] gh/mikaylagawarecki/320/head -> origin/gh/mikaylagawarecki/320/head 2025-08-14T20:52:20.0103447Z * [new branch] gh/mikaylagawarecki/320/orig -> origin/gh/mikaylagawarecki/320/orig 2025-08-14T20:52:20.0105289Z * [new branch] gh/mikaylagawarecki/321/base -> origin/gh/mikaylagawarecki/321/base 2025-08-14T20:52:20.0106373Z * [new branch] gh/mikaylagawarecki/321/head -> origin/gh/mikaylagawarecki/321/head 2025-08-14T20:52:20.0107457Z * [new branch] gh/mikaylagawarecki/321/orig -> origin/gh/mikaylagawarecki/321/orig 2025-08-14T20:52:20.0109154Z * [new branch] gh/mikaylagawarecki/322/base -> origin/gh/mikaylagawarecki/322/base 2025-08-14T20:52:20.0110079Z * [new branch] gh/mikaylagawarecki/322/head -> origin/gh/mikaylagawarecki/322/head 2025-08-14T20:52:20.0111199Z * [new branch] gh/mikaylagawarecki/322/orig -> origin/gh/mikaylagawarecki/322/orig 2025-08-14T20:52:20.0112985Z * [new branch] gh/mikaylagawarecki/323/base -> origin/gh/mikaylagawarecki/323/base 2025-08-14T20:52:20.0113877Z * [new branch] gh/mikaylagawarecki/323/head -> origin/gh/mikaylagawarecki/323/head 2025-08-14T20:52:20.0114969Z * [new branch] gh/mikaylagawarecki/323/orig -> origin/gh/mikaylagawarecki/323/orig 2025-08-14T20:52:20.0116375Z * [new branch] gh/mikaylagawarecki/324/base -> origin/gh/mikaylagawarecki/324/base 2025-08-14T20:52:20.0117351Z * [new branch] gh/mikaylagawarecki/324/head -> origin/gh/mikaylagawarecki/324/head 2025-08-14T20:52:20.0118410Z * [new branch] gh/mikaylagawarecki/324/orig -> origin/gh/mikaylagawarecki/324/orig 2025-08-14T20:52:20.0119823Z * [new branch] gh/mikaylagawarecki/325/base -> origin/gh/mikaylagawarecki/325/base 2025-08-14T20:52:20.0120922Z * [new branch] gh/mikaylagawarecki/325/head -> origin/gh/mikaylagawarecki/325/head 2025-08-14T20:52:20.0122002Z * [new branch] gh/mikaylagawarecki/325/orig -> origin/gh/mikaylagawarecki/325/orig 2025-08-14T20:52:20.0123389Z * [new branch] gh/mikaylagawarecki/326/base -> origin/gh/mikaylagawarecki/326/base 2025-08-14T20:52:20.0124408Z * [new branch] gh/mikaylagawarecki/326/head -> origin/gh/mikaylagawarecki/326/head 2025-08-14T20:52:20.0125460Z * [new branch] gh/mikaylagawarecki/326/orig -> origin/gh/mikaylagawarecki/326/orig 2025-08-14T20:52:20.0127335Z * [new branch] gh/mikaylagawarecki/327/base -> origin/gh/mikaylagawarecki/327/base 2025-08-14T20:52:20.0128380Z * [new branch] gh/mikaylagawarecki/327/head -> origin/gh/mikaylagawarecki/327/head 2025-08-14T20:52:20.0129558Z * [new branch] gh/mikaylagawarecki/327/orig -> origin/gh/mikaylagawarecki/327/orig 2025-08-14T20:52:20.0131704Z * [new branch] gh/mikaylagawarecki/328/base -> origin/gh/mikaylagawarecki/328/base 2025-08-14T20:52:20.0132701Z * [new branch] gh/mikaylagawarecki/328/head -> origin/gh/mikaylagawarecki/328/head 2025-08-14T20:52:20.0133831Z * [new branch] gh/mikaylagawarecki/328/orig -> origin/gh/mikaylagawarecki/328/orig 2025-08-14T20:52:20.0135459Z * [new branch] gh/mikaylagawarecki/329/base -> origin/gh/mikaylagawarecki/329/base 2025-08-14T20:52:20.0136535Z * [new branch] gh/mikaylagawarecki/329/head -> origin/gh/mikaylagawarecki/329/head 2025-08-14T20:52:20.0137585Z * [new branch] gh/mikaylagawarecki/329/orig -> origin/gh/mikaylagawarecki/329/orig 2025-08-14T20:52:20.0139268Z * [new branch] gh/mikaylagawarecki/330/base -> origin/gh/mikaylagawarecki/330/base 2025-08-14T20:52:20.0140262Z * [new branch] gh/mikaylagawarecki/330/head -> origin/gh/mikaylagawarecki/330/head 2025-08-14T20:52:20.0141276Z * [new branch] gh/mikaylagawarecki/330/orig -> origin/gh/mikaylagawarecki/330/orig 2025-08-14T20:52:20.0142908Z * [new branch] gh/mikaylagawarecki/331/base -> origin/gh/mikaylagawarecki/331/base 2025-08-14T20:52:20.0143854Z * [new branch] gh/mikaylagawarecki/331/head -> origin/gh/mikaylagawarecki/331/head 2025-08-14T20:52:20.0144933Z * [new branch] gh/mikaylagawarecki/331/orig -> origin/gh/mikaylagawarecki/331/orig 2025-08-14T20:52:20.0146856Z * [new branch] gh/mikaylagawarecki/332/base -> origin/gh/mikaylagawarecki/332/base 2025-08-14T20:52:20.0147831Z * [new branch] gh/mikaylagawarecki/332/head -> origin/gh/mikaylagawarecki/332/head 2025-08-14T20:52:20.0149055Z * [new branch] gh/mikaylagawarecki/332/orig -> origin/gh/mikaylagawarecki/332/orig 2025-08-14T20:52:20.0150659Z * [new branch] gh/mikaylagawarecki/333/base -> origin/gh/mikaylagawarecki/333/base 2025-08-14T20:52:20.0151722Z * [new branch] gh/mikaylagawarecki/333/head -> origin/gh/mikaylagawarecki/333/head 2025-08-14T20:52:20.0152750Z * [new branch] gh/mikaylagawarecki/333/orig -> origin/gh/mikaylagawarecki/333/orig 2025-08-14T20:52:20.0154494Z * [new branch] gh/mikaylagawarecki/334/base -> origin/gh/mikaylagawarecki/334/base 2025-08-14T20:52:20.0155302Z * [new branch] gh/mikaylagawarecki/334/head -> origin/gh/mikaylagawarecki/334/head 2025-08-14T20:52:20.0156431Z * [new branch] gh/mikaylagawarecki/334/orig -> origin/gh/mikaylagawarecki/334/orig 2025-08-14T20:52:20.0158227Z * [new branch] gh/mlazos/1/base -> origin/gh/mlazos/1/base 2025-08-14T20:52:20.0159243Z * [new branch] gh/mlazos/1/head -> origin/gh/mlazos/1/head 2025-08-14T20:52:20.0160275Z * [new branch] gh/mlazos/1/orig -> origin/gh/mlazos/1/orig 2025-08-14T20:52:20.0162053Z * [new branch] gh/mlazos/10/base -> origin/gh/mlazos/10/base 2025-08-14T20:52:20.0162990Z * [new branch] gh/mlazos/10/head -> origin/gh/mlazos/10/head 2025-08-14T20:52:20.0164085Z * [new branch] gh/mlazos/10/orig -> origin/gh/mlazos/10/orig 2025-08-14T20:52:20.0165586Z * [new branch] gh/mlazos/11/base -> origin/gh/mlazos/11/base 2025-08-14T20:52:20.0166540Z * [new branch] gh/mlazos/11/head -> origin/gh/mlazos/11/head 2025-08-14T20:52:20.0167607Z * [new branch] gh/mlazos/11/orig -> origin/gh/mlazos/11/orig 2025-08-14T20:52:20.0169301Z * [new branch] gh/mlazos/12/base -> origin/gh/mlazos/12/base 2025-08-14T20:52:20.0170131Z * [new branch] gh/mlazos/12/head -> origin/gh/mlazos/12/head 2025-08-14T20:52:20.0171209Z * [new branch] gh/mlazos/12/orig -> origin/gh/mlazos/12/orig 2025-08-14T20:52:20.0172964Z * [new branch] gh/mlazos/13/base -> origin/gh/mlazos/13/base 2025-08-14T20:52:20.0173768Z * [new branch] gh/mlazos/13/head -> origin/gh/mlazos/13/head 2025-08-14T20:52:20.0174833Z * [new branch] gh/mlazos/13/orig -> origin/gh/mlazos/13/orig 2025-08-14T20:52:20.0176737Z * [new branch] gh/mlazos/2/base -> origin/gh/mlazos/2/base 2025-08-14T20:52:20.0177652Z * [new branch] gh/mlazos/2/head -> origin/gh/mlazos/2/head 2025-08-14T20:52:20.0178679Z * [new branch] gh/mlazos/2/orig -> origin/gh/mlazos/2/orig 2025-08-14T20:52:20.0180506Z * [new branch] gh/mlazos/3/base -> origin/gh/mlazos/3/base 2025-08-14T20:52:20.0181576Z * [new branch] gh/mlazos/3/head -> origin/gh/mlazos/3/head 2025-08-14T20:52:20.0182648Z * [new branch] gh/mlazos/3/orig -> origin/gh/mlazos/3/orig 2025-08-14T20:52:20.0184499Z * [new branch] gh/mlazos/4/base -> origin/gh/mlazos/4/base 2025-08-14T20:52:20.0185472Z * [new branch] gh/mlazos/4/head -> origin/gh/mlazos/4/head 2025-08-14T20:52:20.0186517Z * [new branch] gh/mlazos/4/orig -> origin/gh/mlazos/4/orig 2025-08-14T20:52:20.0188736Z * [new branch] gh/mlazos/5/base -> origin/gh/mlazos/5/base 2025-08-14T20:52:20.0189803Z * [new branch] gh/mlazos/5/head -> origin/gh/mlazos/5/head 2025-08-14T20:52:20.0190892Z * [new branch] gh/mlazos/5/orig -> origin/gh/mlazos/5/orig 2025-08-14T20:52:20.0192512Z * [new branch] gh/mlazos/6/base -> origin/gh/mlazos/6/base 2025-08-14T20:52:20.0193442Z * [new branch] gh/mlazos/6/head -> origin/gh/mlazos/6/head 2025-08-14T20:52:20.0194510Z * [new branch] gh/mlazos/6/orig -> origin/gh/mlazos/6/orig 2025-08-14T20:52:20.0196286Z * [new branch] gh/mlazos/7/base -> origin/gh/mlazos/7/base 2025-08-14T20:52:20.0197332Z * [new branch] gh/mlazos/7/head -> origin/gh/mlazos/7/head 2025-08-14T20:52:20.0198389Z * [new branch] gh/mlazos/7/orig -> origin/gh/mlazos/7/orig 2025-08-14T20:52:20.0199939Z * [new branch] gh/mlazos/8/base -> origin/gh/mlazos/8/base 2025-08-14T20:52:20.0200944Z * [new branch] gh/mlazos/8/head -> origin/gh/mlazos/8/head 2025-08-14T20:52:20.0202058Z * [new branch] gh/mlazos/8/orig -> origin/gh/mlazos/8/orig 2025-08-14T20:52:20.0203693Z * [new branch] gh/mlazos/9/base -> origin/gh/mlazos/9/base 2025-08-14T20:52:20.0204715Z * [new branch] gh/mlazos/9/head -> origin/gh/mlazos/9/head 2025-08-14T20:52:20.0205967Z * [new branch] gh/mlazos/9/orig -> origin/gh/mlazos/9/orig 2025-08-14T20:52:20.0207940Z * [new branch] gh/mrmiywj/1/base -> origin/gh/mrmiywj/1/base 2025-08-14T20:52:20.0209004Z * [new branch] gh/mrmiywj/1/head -> origin/gh/mrmiywj/1/head 2025-08-14T20:52:20.0211082Z * [new branch] gh/muchulee8/62/base -> origin/gh/muchulee8/62/base 2025-08-14T20:52:20.0212239Z * [new branch] gh/muchulee8/62/head -> origin/gh/muchulee8/62/head 2025-08-14T20:52:20.0213330Z * [new branch] gh/muchulee8/62/orig -> origin/gh/muchulee8/62/orig 2025-08-14T20:52:20.0214912Z * [new branch] gh/muchulee8/63/base -> origin/gh/muchulee8/63/base 2025-08-14T20:52:20.0215914Z * [new branch] gh/muchulee8/63/head -> origin/gh/muchulee8/63/head 2025-08-14T20:52:20.0217014Z * [new branch] gh/muchulee8/63/orig -> origin/gh/muchulee8/63/orig 2025-08-14T20:52:20.0218778Z * [new branch] gh/muchulee8/64/base -> origin/gh/muchulee8/64/base 2025-08-14T20:52:20.0219933Z * [new branch] gh/muchulee8/64/head -> origin/gh/muchulee8/64/head 2025-08-14T20:52:20.0220925Z * [new branch] gh/muchulee8/64/orig -> origin/gh/muchulee8/64/orig 2025-08-14T20:52:20.0223049Z * [new branch] gh/muchulee8/65/base -> origin/gh/muchulee8/65/base 2025-08-14T20:52:20.0224343Z * [new branch] gh/muchulee8/65/head -> origin/gh/muchulee8/65/head 2025-08-14T20:52:20.0225370Z * [new branch] gh/muchulee8/65/orig -> origin/gh/muchulee8/65/orig 2025-08-14T20:52:20.0227383Z * [new branch] gh/oulgen/35/base -> origin/gh/oulgen/35/base 2025-08-14T20:52:20.0228425Z * [new branch] gh/oulgen/35/head -> origin/gh/oulgen/35/head 2025-08-14T20:52:20.0229628Z * [new branch] gh/oulgen/35/orig -> origin/gh/oulgen/35/orig 2025-08-14T20:52:20.0231262Z * [new branch] gh/oulgen/44/base -> origin/gh/oulgen/44/base 2025-08-14T20:52:20.0232244Z * [new branch] gh/oulgen/44/head -> origin/gh/oulgen/44/head 2025-08-14T20:52:20.0233561Z * [new branch] gh/oulgen/44/orig -> origin/gh/oulgen/44/orig 2025-08-14T20:52:20.0235118Z * [new branch] gh/oulgen/45/base -> origin/gh/oulgen/45/base 2025-08-14T20:52:20.0236085Z * [new branch] gh/oulgen/45/head -> origin/gh/oulgen/45/head 2025-08-14T20:52:20.0237146Z * [new branch] gh/oulgen/45/orig -> origin/gh/oulgen/45/orig 2025-08-14T20:52:20.0238706Z * [new branch] gh/oulgen/46/base -> origin/gh/oulgen/46/base 2025-08-14T20:52:20.0239694Z * [new branch] gh/oulgen/46/head -> origin/gh/oulgen/46/head 2025-08-14T20:52:20.0240942Z * [new branch] gh/oulgen/46/orig -> origin/gh/oulgen/46/orig 2025-08-14T20:52:20.0242574Z * [new branch] gh/oulgen/47/base -> origin/gh/oulgen/47/base 2025-08-14T20:52:20.0243500Z * [new branch] gh/oulgen/47/head -> origin/gh/oulgen/47/head 2025-08-14T20:52:20.0244578Z * [new branch] gh/oulgen/47/orig -> origin/gh/oulgen/47/orig 2025-08-14T20:52:20.0246598Z * [new branch] gh/pearu/108/base -> origin/gh/pearu/108/base 2025-08-14T20:52:20.0247617Z * [new branch] gh/pearu/108/head -> origin/gh/pearu/108/head 2025-08-14T20:52:20.0249018Z * [new branch] gh/pearu/108/orig -> origin/gh/pearu/108/orig 2025-08-14T20:52:20.0250897Z * [new branch] gh/pearu/56/base -> origin/gh/pearu/56/base 2025-08-14T20:52:20.0252166Z * [new branch] gh/pearu/56/head -> origin/gh/pearu/56/head 2025-08-14T20:52:20.0253142Z * [new branch] gh/pearu/56/orig -> origin/gh/pearu/56/orig 2025-08-14T20:52:20.0254795Z * [new branch] gh/pearu/97/base -> origin/gh/pearu/97/base 2025-08-14T20:52:20.0255890Z * [new branch] gh/pearu/97/head -> origin/gh/pearu/97/head 2025-08-14T20:52:20.0257079Z * [new branch] gh/pearu/97/orig -> origin/gh/pearu/97/orig 2025-08-14T20:52:20.0258839Z * [new branch] gh/qqaatw/29/base -> origin/gh/qqaatw/29/base 2025-08-14T20:52:20.0259816Z * [new branch] gh/qqaatw/29/head -> origin/gh/qqaatw/29/head 2025-08-14T20:52:20.0260877Z * [new branch] gh/qqaatw/29/orig -> origin/gh/qqaatw/29/orig 2025-08-14T20:52:20.0262691Z * [new branch] gh/raymo/cleanup-dynamo-logging -> origin/gh/raymo/cleanup-dynamo-logging 2025-08-14T20:52:20.0263476Z * [new branch] gh/raymo/refresh-script -> origin/gh/raymo/refresh-script 2025-08-14T20:52:20.0265278Z * [new branch] gh/rec/141/base -> origin/gh/rec/141/base 2025-08-14T20:52:20.0266238Z * [new branch] gh/rec/141/head -> origin/gh/rec/141/head 2025-08-14T20:52:20.0267991Z * [new branch] gh/rec/153/base -> origin/gh/rec/153/base 2025-08-14T20:52:20.0269011Z * [new branch] gh/rec/153/head -> origin/gh/rec/153/head 2025-08-14T20:52:20.0270198Z * [new branch] gh/rec/153/orig -> origin/gh/rec/153/orig 2025-08-14T20:52:20.0271602Z * [new branch] gh/rec/154/base -> origin/gh/rec/154/base 2025-08-14T20:52:20.0272563Z * [new branch] gh/rec/154/head -> origin/gh/rec/154/head 2025-08-14T20:52:20.0273586Z * [new branch] gh/rec/154/orig -> origin/gh/rec/154/orig 2025-08-14T20:52:20.0275170Z * [new branch] gh/rec/156/base -> origin/gh/rec/156/base 2025-08-14T20:52:20.0276094Z * [new branch] gh/rec/156/head -> origin/gh/rec/156/head 2025-08-14T20:52:20.0277303Z * [new branch] gh/rec/156/orig -> origin/gh/rec/156/orig 2025-08-14T20:52:20.0278722Z * [new branch] gh/rec/158/base -> origin/gh/rec/158/base 2025-08-14T20:52:20.0279651Z * [new branch] gh/rec/158/head -> origin/gh/rec/158/head 2025-08-14T20:52:20.0280696Z * [new branch] gh/rec/158/orig -> origin/gh/rec/158/orig 2025-08-14T20:52:20.0282239Z * [new branch] gh/rec/159/base -> origin/gh/rec/159/base 2025-08-14T20:52:20.0283439Z * [new branch] gh/rec/159/head -> origin/gh/rec/159/head 2025-08-14T20:52:20.0284857Z * [new branch] gh/rec/160/base -> origin/gh/rec/160/base 2025-08-14T20:52:20.0285837Z * [new branch] gh/rec/160/head -> origin/gh/rec/160/head 2025-08-14T20:52:20.0286866Z * [new branch] gh/rec/160/orig -> origin/gh/rec/160/orig 2025-08-14T20:52:20.0288458Z * [new branch] gh/rec/161/base -> origin/gh/rec/161/base 2025-08-14T20:52:20.0289360Z * [new branch] gh/rec/161/head -> origin/gh/rec/161/head 2025-08-14T20:52:20.0290560Z * [new branch] gh/rec/161/orig -> origin/gh/rec/161/orig 2025-08-14T20:52:20.0291989Z * [new branch] gh/rec/162/base -> origin/gh/rec/162/base 2025-08-14T20:52:20.0292972Z * [new branch] gh/rec/162/head -> origin/gh/rec/162/head 2025-08-14T20:52:20.0294013Z * [new branch] gh/rec/162/orig -> origin/gh/rec/162/orig 2025-08-14T20:52:20.0295499Z * [new branch] gh/rec/163/base -> origin/gh/rec/163/base 2025-08-14T20:52:20.0296481Z * [new branch] gh/rec/163/head -> origin/gh/rec/163/head 2025-08-14T20:52:20.0298342Z * [new branch] gh/rec/163/orig -> origin/gh/rec/163/orig 2025-08-14T20:52:20.0299814Z * [new branch] gh/rec/164/base -> origin/gh/rec/164/base 2025-08-14T20:52:20.0301258Z * [new branch] gh/rec/164/head -> origin/gh/rec/164/head 2025-08-14T20:52:20.0302253Z * [new branch] gh/rec/164/orig -> origin/gh/rec/164/orig 2025-08-14T20:52:20.0304294Z * [new branch] gh/robert-hardwick/1/base -> origin/gh/robert-hardwick/1/base 2025-08-14T20:52:20.0305253Z * [new branch] gh/robert-hardwick/1/head -> origin/gh/robert-hardwick/1/head 2025-08-14T20:52:20.0306373Z * [new branch] gh/robert-hardwick/1/orig -> origin/gh/robert-hardwick/1/orig 2025-08-14T20:52:20.0307891Z * [new branch] gh/robert-hardwick/2/base -> origin/gh/robert-hardwick/2/base 2025-08-14T20:52:20.0308870Z * [new branch] gh/robert-hardwick/2/head -> origin/gh/robert-hardwick/2/head 2025-08-14T20:52:20.0310022Z * [new branch] gh/robert-hardwick/2/orig -> origin/gh/robert-hardwick/2/orig 2025-08-14T20:52:20.0312106Z * [new branch] gh/robert-hardwick/3/base -> origin/gh/robert-hardwick/3/base 2025-08-14T20:52:20.0313033Z * [new branch] gh/robert-hardwick/3/head -> origin/gh/robert-hardwick/3/head 2025-08-14T20:52:20.0314181Z * [new branch] gh/robert-hardwick/3/orig -> origin/gh/robert-hardwick/3/orig 2025-08-14T20:52:20.0315675Z * [new branch] gh/robert-hardwick/4/base -> origin/gh/robert-hardwick/4/base 2025-08-14T20:52:20.0316624Z * [new branch] gh/robert-hardwick/4/head -> origin/gh/robert-hardwick/4/head 2025-08-14T20:52:20.0317689Z * [new branch] gh/robert-hardwick/4/orig -> origin/gh/robert-hardwick/4/orig 2025-08-14T20:52:20.0319451Z * [new branch] gh/rtimpe/1/base -> origin/gh/rtimpe/1/base 2025-08-14T20:52:20.0320427Z * [new branch] gh/rtimpe/1/head -> origin/gh/rtimpe/1/head 2025-08-14T20:52:20.0321995Z * [new branch] gh/rtimpe/10/base -> origin/gh/rtimpe/10/base 2025-08-14T20:52:20.0322961Z * [new branch] gh/rtimpe/10/head -> origin/gh/rtimpe/10/head 2025-08-14T20:52:20.0323947Z * [new branch] gh/rtimpe/10/orig -> origin/gh/rtimpe/10/orig 2025-08-14T20:52:20.0325449Z * [new branch] gh/rtimpe/11/base -> origin/gh/rtimpe/11/base 2025-08-14T20:52:20.0326493Z * [new branch] gh/rtimpe/11/head -> origin/gh/rtimpe/11/head 2025-08-14T20:52:20.0327518Z * [new branch] gh/rtimpe/11/orig -> origin/gh/rtimpe/11/orig 2025-08-14T20:52:20.0329164Z * [new branch] gh/rtimpe/12/base -> origin/gh/rtimpe/12/base 2025-08-14T20:52:20.0330127Z * [new branch] gh/rtimpe/12/head -> origin/gh/rtimpe/12/head 2025-08-14T20:52:20.0331231Z * [new branch] gh/rtimpe/12/orig -> origin/gh/rtimpe/12/orig 2025-08-14T20:52:20.0332678Z * [new branch] gh/rtimpe/2/base -> origin/gh/rtimpe/2/base 2025-08-14T20:52:20.0334117Z * [new branch] gh/rtimpe/2/head -> origin/gh/rtimpe/2/head 2025-08-14T20:52:20.0335464Z * [new branch] gh/rtimpe/3/base -> origin/gh/rtimpe/3/base 2025-08-14T20:52:20.0336354Z * [new branch] gh/rtimpe/3/head -> origin/gh/rtimpe/3/head 2025-08-14T20:52:20.0337842Z * [new branch] gh/rtimpe/4/base -> origin/gh/rtimpe/4/base 2025-08-14T20:52:20.0338889Z * [new branch] gh/rtimpe/4/head -> origin/gh/rtimpe/4/head 2025-08-14T20:52:20.0340475Z * [new branch] gh/rtimpe/5/base -> origin/gh/rtimpe/5/base 2025-08-14T20:52:20.0341452Z * [new branch] gh/rtimpe/5/head -> origin/gh/rtimpe/5/head 2025-08-14T20:52:20.0342465Z * [new branch] gh/rtimpe/5/orig -> origin/gh/rtimpe/5/orig 2025-08-14T20:52:20.0343990Z * [new branch] gh/rtimpe/6/base -> origin/gh/rtimpe/6/base 2025-08-14T20:52:20.0344978Z * [new branch] gh/rtimpe/6/head -> origin/gh/rtimpe/6/head 2025-08-14T20:52:20.0346062Z * [new branch] gh/rtimpe/6/orig -> origin/gh/rtimpe/6/orig 2025-08-14T20:52:20.0347522Z * [new branch] gh/rtimpe/7/base -> origin/gh/rtimpe/7/base 2025-08-14T20:52:20.0349010Z * [new branch] gh/rtimpe/7/head -> origin/gh/rtimpe/7/head 2025-08-14T20:52:20.0351187Z * [new branch] gh/rtimpe/7/orig -> origin/gh/rtimpe/7/orig 2025-08-14T20:52:20.0351672Z * [new branch] gh/rtimpe/8/base -> origin/gh/rtimpe/8/base 2025-08-14T20:52:20.0352813Z * [new branch] gh/rtimpe/8/head -> origin/gh/rtimpe/8/head 2025-08-14T20:52:20.0353855Z * [new branch] gh/rtimpe/8/orig -> origin/gh/rtimpe/8/orig 2025-08-14T20:52:20.0355439Z * [new branch] gh/rtimpe/9/base -> origin/gh/rtimpe/9/base 2025-08-14T20:52:20.0356686Z * [new branch] gh/rtimpe/9/head -> origin/gh/rtimpe/9/head 2025-08-14T20:52:20.0357419Z * [new branch] gh/rtimpe/9/orig -> origin/gh/rtimpe/9/orig 2025-08-14T20:52:20.0359527Z * [new branch] gh/ruisizhang123/1/base -> origin/gh/ruisizhang123/1/base 2025-08-14T20:52:20.0360804Z * [new branch] gh/ruisizhang123/1/head -> origin/gh/ruisizhang123/1/head 2025-08-14T20:52:20.0362304Z * [new branch] gh/ruisizhang123/1/orig -> origin/gh/ruisizhang123/1/orig 2025-08-14T20:52:20.0363570Z * [new branch] gh/ruisizhang123/4/base -> origin/gh/ruisizhang123/4/base 2025-08-14T20:52:20.0364647Z * [new branch] gh/ruisizhang123/4/head -> origin/gh/ruisizhang123/4/head 2025-08-14T20:52:20.0365700Z * [new branch] gh/ruisizhang123/4/orig -> origin/gh/ruisizhang123/4/orig 2025-08-14T20:52:20.0367276Z * [new branch] gh/ruisizhang123/5/base -> origin/gh/ruisizhang123/5/base 2025-08-14T20:52:20.0368317Z * [new branch] gh/ruisizhang123/5/head -> origin/gh/ruisizhang123/5/head 2025-08-14T20:52:20.0369326Z * [new branch] gh/ruisizhang123/5/orig -> origin/gh/ruisizhang123/5/orig 2025-08-14T20:52:20.0371010Z * [new branch] gh/ruisizhang123/6/base -> origin/gh/ruisizhang123/6/base 2025-08-14T20:52:20.0372673Z * [new branch] gh/ruisizhang123/6/head -> origin/gh/ruisizhang123/6/head 2025-08-14T20:52:20.0373639Z * [new branch] gh/ruisizhang123/6/orig -> origin/gh/ruisizhang123/6/orig 2025-08-14T20:52:20.0375446Z * [new branch] gh/ruisizhang123/7/base -> origin/gh/ruisizhang123/7/base 2025-08-14T20:52:20.0376775Z * [new branch] gh/ruisizhang123/7/head -> origin/gh/ruisizhang123/7/head 2025-08-14T20:52:20.0377728Z * [new branch] gh/ruisizhang123/7/orig -> origin/gh/ruisizhang123/7/orig 2025-08-14T20:52:20.0379390Z * [new branch] gh/ruisizhang123/8/base -> origin/gh/ruisizhang123/8/base 2025-08-14T20:52:20.0380285Z * [new branch] gh/ruisizhang123/8/head -> origin/gh/ruisizhang123/8/head 2025-08-14T20:52:20.0381344Z * [new branch] gh/ruisizhang123/8/orig -> origin/gh/ruisizhang123/8/orig 2025-08-14T20:52:20.0383125Z * [new branch] gh/sarckk/2/base -> origin/gh/sarckk/2/base 2025-08-14T20:52:20.0384056Z * [new branch] gh/sarckk/2/head -> origin/gh/sarckk/2/head 2025-08-14T20:52:20.0385319Z * [new branch] gh/sarckk/2/orig -> origin/gh/sarckk/2/orig 2025-08-14T20:52:20.0387277Z * [new branch] gh/seemethere/23/head -> origin/gh/seemethere/23/head 2025-08-14T20:52:20.0388779Z * [new branch] gh/seemethere/24/base -> origin/gh/seemethere/24/base 2025-08-14T20:52:20.0389824Z * [new branch] gh/seemethere/24/head -> origin/gh/seemethere/24/head 2025-08-14T20:52:20.0391202Z * [new branch] gh/seemethere/24/orig -> origin/gh/seemethere/24/orig 2025-08-14T20:52:20.0392541Z * [new branch] gh/seemethere/30/base -> origin/gh/seemethere/30/base 2025-08-14T20:52:20.0393514Z * [new branch] gh/seemethere/30/head -> origin/gh/seemethere/30/head 2025-08-14T20:52:20.0394625Z * [new branch] gh/seemethere/30/orig -> origin/gh/seemethere/30/orig 2025-08-14T20:52:20.0396128Z * [new branch] gh/seemethere/32/base -> origin/gh/seemethere/32/base 2025-08-14T20:52:20.0397206Z * [new branch] gh/seemethere/32/head -> origin/gh/seemethere/32/head 2025-08-14T20:52:20.0398227Z * [new branch] gh/seemethere/32/orig -> origin/gh/seemethere/32/orig 2025-08-14T20:52:20.0399836Z * [new branch] gh/seemethere/33/base -> origin/gh/seemethere/33/base 2025-08-14T20:52:20.0400777Z * [new branch] gh/seemethere/33/head -> origin/gh/seemethere/33/head 2025-08-14T20:52:20.0402006Z * [new branch] gh/seemethere/33/orig -> origin/gh/seemethere/33/orig 2025-08-14T20:52:20.0403325Z * [new branch] gh/seemethere/34/base -> origin/gh/seemethere/34/base 2025-08-14T20:52:20.0404303Z * [new branch] gh/seemethere/34/head -> origin/gh/seemethere/34/head 2025-08-14T20:52:20.0405359Z * [new branch] gh/seemethere/34/orig -> origin/gh/seemethere/34/orig 2025-08-14T20:52:20.0406909Z * [new branch] gh/seemethere/35/base -> origin/gh/seemethere/35/base 2025-08-14T20:52:20.0407877Z * [new branch] gh/seemethere/35/head -> origin/gh/seemethere/35/head 2025-08-14T20:52:20.0408985Z * [new branch] gh/seemethere/35/orig -> origin/gh/seemethere/35/orig 2025-08-14T20:52:20.0410564Z * [new branch] gh/seemethere/37/base -> origin/gh/seemethere/37/base 2025-08-14T20:52:20.0411515Z * [new branch] gh/seemethere/37/head -> origin/gh/seemethere/37/head 2025-08-14T20:52:20.0412573Z * [new branch] gh/seemethere/37/orig -> origin/gh/seemethere/37/orig 2025-08-14T20:52:20.0414190Z * [new branch] gh/seemethere/39/base -> origin/gh/seemethere/39/base 2025-08-14T20:52:20.0415102Z * [new branch] gh/seemethere/39/head -> origin/gh/seemethere/39/head 2025-08-14T20:52:20.0416146Z * [new branch] gh/seemethere/39/orig -> origin/gh/seemethere/39/orig 2025-08-14T20:52:20.0417758Z * [new branch] gh/seemethere/40/base -> origin/gh/seemethere/40/base 2025-08-14T20:52:20.0418748Z * [new branch] gh/seemethere/40/head -> origin/gh/seemethere/40/head 2025-08-14T20:52:20.0419827Z * [new branch] gh/seemethere/40/orig -> origin/gh/seemethere/40/orig 2025-08-14T20:52:20.0421769Z * [new branch] gh/seemethere/41/base -> origin/gh/seemethere/41/base 2025-08-14T20:52:20.0422768Z * [new branch] gh/seemethere/41/head -> origin/gh/seemethere/41/head 2025-08-14T20:52:20.0423805Z * [new branch] gh/seemethere/41/orig -> origin/gh/seemethere/41/orig 2025-08-14T20:52:20.0425327Z * [new branch] gh/seemethere/42/base -> origin/gh/seemethere/42/base 2025-08-14T20:52:20.0426268Z * [new branch] gh/seemethere/42/head -> origin/gh/seemethere/42/head 2025-08-14T20:52:20.0427341Z * [new branch] gh/seemethere/42/orig -> origin/gh/seemethere/42/orig 2025-08-14T20:52:20.0429031Z * [new branch] gh/seemethere/43/base -> origin/gh/seemethere/43/base 2025-08-14T20:52:20.0430072Z * [new branch] gh/seemethere/43/head -> origin/gh/seemethere/43/head 2025-08-14T20:52:20.0431200Z * [new branch] gh/seemethere/43/orig -> origin/gh/seemethere/43/orig 2025-08-14T20:52:20.0432652Z * [new branch] gh/seemethere/44/base -> origin/gh/seemethere/44/base 2025-08-14T20:52:20.0433600Z * [new branch] gh/seemethere/44/head -> origin/gh/seemethere/44/head 2025-08-14T20:52:20.0434653Z * [new branch] gh/seemethere/44/orig -> origin/gh/seemethere/44/orig 2025-08-14T20:52:20.0436188Z * [new branch] gh/seemethere/45/base -> origin/gh/seemethere/45/base 2025-08-14T20:52:20.0437123Z * [new branch] gh/seemethere/45/head -> origin/gh/seemethere/45/head 2025-08-14T20:52:20.0438241Z * [new branch] gh/seemethere/45/orig -> origin/gh/seemethere/45/orig 2025-08-14T20:52:20.0439782Z * [new branch] gh/seemethere/46/base -> origin/gh/seemethere/46/base 2025-08-14T20:52:20.0440739Z * [new branch] gh/seemethere/46/head -> origin/gh/seemethere/46/head 2025-08-14T20:52:20.0441793Z * [new branch] gh/seemethere/46/orig -> origin/gh/seemethere/46/orig 2025-08-14T20:52:20.0443377Z * [new branch] gh/seemethere/47/base -> origin/gh/seemethere/47/base 2025-08-14T20:52:20.0444493Z * [new branch] gh/seemethere/47/head -> origin/gh/seemethere/47/head 2025-08-14T20:52:20.0445422Z * [new branch] gh/seemethere/47/orig -> origin/gh/seemethere/47/orig 2025-08-14T20:52:20.0446962Z * [new branch] gh/seemethere/48/base -> origin/gh/seemethere/48/base 2025-08-14T20:52:20.0447908Z * [new branch] gh/seemethere/48/head -> origin/gh/seemethere/48/head 2025-08-14T20:52:20.0449193Z * [new branch] gh/seemethere/48/orig -> origin/gh/seemethere/48/orig 2025-08-14T20:52:20.0451551Z * [new branch] gh/seemethere/49/base -> origin/gh/seemethere/49/base 2025-08-14T20:52:20.0452527Z * [new branch] gh/seemethere/49/head -> origin/gh/seemethere/49/head 2025-08-14T20:52:20.0453613Z * [new branch] gh/seemethere/49/orig -> origin/gh/seemethere/49/orig 2025-08-14T20:52:20.0455215Z * [new branch] gh/seemethere/50/base -> origin/gh/seemethere/50/base 2025-08-14T20:52:20.0456185Z * [new branch] gh/seemethere/50/head -> origin/gh/seemethere/50/head 2025-08-14T20:52:20.0457265Z * [new branch] gh/seemethere/50/orig -> origin/gh/seemethere/50/orig 2025-08-14T20:52:20.0458993Z * [new branch] gh/seemethere/51/base -> origin/gh/seemethere/51/base 2025-08-14T20:52:20.0459963Z * [new branch] gh/seemethere/51/head -> origin/gh/seemethere/51/head 2025-08-14T20:52:20.0461559Z * [new branch] gh/seemethere/51/orig -> origin/gh/seemethere/51/orig 2025-08-14T20:52:20.0463099Z * [new branch] gh/seemethere/52/base -> origin/gh/seemethere/52/base 2025-08-14T20:52:20.0464107Z * [new branch] gh/seemethere/52/head -> origin/gh/seemethere/52/head 2025-08-14T20:52:20.0465170Z * [new branch] gh/seemethere/52/orig -> origin/gh/seemethere/52/orig 2025-08-14T20:52:20.0466755Z * [new branch] gh/seemethere/53/base -> origin/gh/seemethere/53/base 2025-08-14T20:52:20.0467671Z * [new branch] gh/seemethere/53/head -> origin/gh/seemethere/53/head 2025-08-14T20:52:20.0468758Z * [new branch] gh/seemethere/53/orig -> origin/gh/seemethere/53/orig 2025-08-14T20:52:20.0470425Z * [new branch] gh/seemethere/54/base -> origin/gh/seemethere/54/base 2025-08-14T20:52:20.0471380Z * [new branch] gh/seemethere/54/head -> origin/gh/seemethere/54/head 2025-08-14T20:52:20.0472518Z * [new branch] gh/seemethere/54/orig -> origin/gh/seemethere/54/orig 2025-08-14T20:52:20.0474161Z * [new branch] gh/seemethere/55/base -> origin/gh/seemethere/55/base 2025-08-14T20:52:20.0474990Z * [new branch] gh/seemethere/55/head -> origin/gh/seemethere/55/head 2025-08-14T20:52:20.0476584Z * [new branch] gh/seemethere/55/orig -> origin/gh/seemethere/55/orig 2025-08-14T20:52:20.0478125Z * [new branch] gh/seemethere/56/base -> origin/gh/seemethere/56/base 2025-08-14T20:52:20.0479124Z * [new branch] gh/seemethere/56/head -> origin/gh/seemethere/56/head 2025-08-14T20:52:20.0480186Z * [new branch] gh/seemethere/56/orig -> origin/gh/seemethere/56/orig 2025-08-14T20:52:20.0481751Z * [new branch] gh/seemethere/57/base -> origin/gh/seemethere/57/base 2025-08-14T20:52:20.0482707Z * [new branch] gh/seemethere/57/head -> origin/gh/seemethere/57/head 2025-08-14T20:52:20.0484360Z * [new branch] gh/seemethere/57/orig -> origin/gh/seemethere/57/orig 2025-08-14T20:52:20.0485883Z * [new branch] gh/seemethere/58/base -> origin/gh/seemethere/58/base 2025-08-14T20:52:20.0486855Z * [new branch] gh/seemethere/58/head -> origin/gh/seemethere/58/head 2025-08-14T20:52:20.0488115Z * [new branch] gh/seemethere/58/orig -> origin/gh/seemethere/58/orig 2025-08-14T20:52:20.0489659Z * [new branch] gh/seemethere/59/base -> origin/gh/seemethere/59/base 2025-08-14T20:52:20.0490626Z * [new branch] gh/seemethere/59/head -> origin/gh/seemethere/59/head 2025-08-14T20:52:20.0491718Z * [new branch] gh/seemethere/59/orig -> origin/gh/seemethere/59/orig 2025-08-14T20:52:20.0493298Z * [new branch] gh/seemethere/7/head -> origin/gh/seemethere/7/head 2025-08-14T20:52:20.0495408Z * [new branch] gh/shunting314/145/base -> origin/gh/shunting314/145/base 2025-08-14T20:52:20.0496737Z * [new branch] gh/shunting314/145/head -> origin/gh/shunting314/145/head 2025-08-14T20:52:20.0497812Z * [new branch] gh/shunting314/145/orig -> origin/gh/shunting314/145/orig 2025-08-14T20:52:20.0499711Z * [new branch] gh/shunting314/176/base -> origin/gh/shunting314/176/base 2025-08-14T20:52:20.0500818Z * [new branch] gh/shunting314/176/head -> origin/gh/shunting314/176/head 2025-08-14T20:52:20.0501869Z * [new branch] gh/shunting314/176/orig -> origin/gh/shunting314/176/orig 2025-08-14T20:52:20.0503482Z * [new branch] gh/shunting314/211/base -> origin/gh/shunting314/211/base 2025-08-14T20:52:20.0504446Z * [new branch] gh/shunting314/211/head -> origin/gh/shunting314/211/head 2025-08-14T20:52:20.0505523Z * [new branch] gh/shunting314/211/orig -> origin/gh/shunting314/211/orig 2025-08-14T20:52:20.0506950Z * [new branch] gh/shunting314/212/base -> origin/gh/shunting314/212/base 2025-08-14T20:52:20.0508267Z * [new branch] gh/shunting314/212/head -> origin/gh/shunting314/212/head 2025-08-14T20:52:20.0509394Z * [new branch] gh/shunting314/212/orig -> origin/gh/shunting314/212/orig 2025-08-14T20:52:20.0511019Z * [new branch] gh/shunting314/213/base -> origin/gh/shunting314/213/base 2025-08-14T20:52:20.0511995Z * [new branch] gh/shunting314/213/head -> origin/gh/shunting314/213/head 2025-08-14T20:52:20.0513088Z * [new branch] gh/shunting314/213/orig -> origin/gh/shunting314/213/orig 2025-08-14T20:52:20.0514979Z * [new branch] gh/silverguo/1/base -> origin/gh/silverguo/1/base 2025-08-14T20:52:20.0515951Z * [new branch] gh/silverguo/1/head -> origin/gh/silverguo/1/head 2025-08-14T20:52:20.0517442Z * [new branch] gh/silverguo/2/base -> origin/gh/silverguo/2/base 2025-08-14T20:52:20.0518362Z * [new branch] gh/silverguo/2/head -> origin/gh/silverguo/2/head 2025-08-14T20:52:20.0519770Z * [new branch] gh/silverguo/3/base -> origin/gh/silverguo/3/base 2025-08-14T20:52:20.0520724Z * [new branch] gh/silverguo/3/head -> origin/gh/silverguo/3/head 2025-08-14T20:52:20.0522138Z * [new branch] gh/silverguo/4/base -> origin/gh/silverguo/4/base 2025-08-14T20:52:20.0523244Z * [new branch] gh/silverguo/4/head -> origin/gh/silverguo/4/head 2025-08-14T20:52:20.0525141Z * [new branch] gh/sinhaanhsul/1/base -> origin/gh/sinhaanhsul/1/base 2025-08-14T20:52:20.0526185Z * [new branch] gh/sinhaanhsul/1/head -> origin/gh/sinhaanhsul/1/head 2025-08-14T20:52:20.0528015Z * [new branch] gh/skarjala/11/base -> origin/gh/skarjala/11/base 2025-08-14T20:52:20.0529018Z * [new branch] gh/skarjala/11/head -> origin/gh/skarjala/11/head 2025-08-14T20:52:20.0530130Z * [new branch] gh/skarjala/11/orig -> origin/gh/skarjala/11/orig 2025-08-14T20:52:20.0531762Z * [new branch] gh/skarjala/13/base -> origin/gh/skarjala/13/base 2025-08-14T20:52:20.0532705Z * [new branch] gh/skarjala/13/head -> origin/gh/skarjala/13/head 2025-08-14T20:52:20.0534061Z * [new branch] gh/skarjala/13/orig -> origin/gh/skarjala/13/orig 2025-08-14T20:52:20.0535459Z * [new branch] gh/skarjala/14/base -> origin/gh/skarjala/14/base 2025-08-14T20:52:20.0536422Z * [new branch] gh/skarjala/14/head -> origin/gh/skarjala/14/head 2025-08-14T20:52:20.0537434Z * [new branch] gh/skarjala/14/orig -> origin/gh/skarjala/14/orig 2025-08-14T20:52:20.0539019Z * [new branch] gh/skarjala/15/base -> origin/gh/skarjala/15/base 2025-08-14T20:52:20.0539982Z * [new branch] gh/skarjala/15/head -> origin/gh/skarjala/15/head 2025-08-14T20:52:20.0541075Z * [new branch] gh/skarjala/15/orig -> origin/gh/skarjala/15/orig 2025-08-14T20:52:20.0542604Z * [new branch] gh/skarjala/16/base -> origin/gh/skarjala/16/base 2025-08-14T20:52:20.0543541Z * [new branch] gh/skarjala/16/head -> origin/gh/skarjala/16/head 2025-08-14T20:52:20.0544799Z * [new branch] gh/skarjala/16/orig -> origin/gh/skarjala/16/orig 2025-08-14T20:52:20.0546838Z * [new branch] gh/skarjala/17/base -> origin/gh/skarjala/17/base 2025-08-14T20:52:20.0547834Z * [new branch] gh/skarjala/17/head -> origin/gh/skarjala/17/head 2025-08-14T20:52:20.0549088Z * [new branch] gh/skarjala/17/orig -> origin/gh/skarjala/17/orig 2025-08-14T20:52:20.0550834Z * [new branch] gh/skarjala/18/base -> origin/gh/skarjala/18/base 2025-08-14T20:52:20.0551779Z * [new branch] gh/skarjala/18/head -> origin/gh/skarjala/18/head 2025-08-14T20:52:20.0552798Z * [new branch] gh/skarjala/18/orig -> origin/gh/skarjala/18/orig 2025-08-14T20:52:20.0554264Z * [new branch] gh/skarjala/19/base -> origin/gh/skarjala/19/base 2025-08-14T20:52:20.0555306Z * [new branch] gh/skarjala/19/head -> origin/gh/skarjala/19/head 2025-08-14T20:52:20.0556322Z * [new branch] gh/skarjala/19/orig -> origin/gh/skarjala/19/orig 2025-08-14T20:52:20.0558338Z * [new branch] gh/soulitzer/269/base -> origin/gh/soulitzer/269/base 2025-08-14T20:52:20.0559394Z * [new branch] gh/soulitzer/269/head -> origin/gh/soulitzer/269/head 2025-08-14T20:52:20.0560648Z * [new branch] gh/soulitzer/269/orig -> origin/gh/soulitzer/269/orig 2025-08-14T20:52:20.0562205Z * [new branch] gh/soulitzer/276/base -> origin/gh/soulitzer/276/base 2025-08-14T20:52:20.0563176Z * [new branch] gh/soulitzer/276/head -> origin/gh/soulitzer/276/head 2025-08-14T20:52:20.0564398Z * [new branch] gh/soulitzer/276/orig -> origin/gh/soulitzer/276/orig 2025-08-14T20:52:20.0566529Z * [new branch] gh/soulitzer/287/base -> origin/gh/soulitzer/287/base 2025-08-14T20:52:20.0567436Z * [new branch] gh/soulitzer/287/head -> origin/gh/soulitzer/287/head 2025-08-14T20:52:20.0568674Z * [new branch] gh/soulitzer/287/orig -> origin/gh/soulitzer/287/orig 2025-08-14T20:52:20.0570212Z * [new branch] gh/soulitzer/296/base -> origin/gh/soulitzer/296/base 2025-08-14T20:52:20.0571218Z * [new branch] gh/soulitzer/296/head -> origin/gh/soulitzer/296/head 2025-08-14T20:52:20.0572306Z * [new branch] gh/soulitzer/296/orig -> origin/gh/soulitzer/296/orig 2025-08-14T20:52:20.0573827Z * [new branch] gh/soulitzer/299/base -> origin/gh/soulitzer/299/base 2025-08-14T20:52:20.0575108Z * [new branch] gh/soulitzer/299/head -> origin/gh/soulitzer/299/head 2025-08-14T20:52:20.0576184Z * [new branch] gh/soulitzer/299/orig -> origin/gh/soulitzer/299/orig 2025-08-14T20:52:20.0577721Z * [new branch] gh/soulitzer/300/base -> origin/gh/soulitzer/300/base 2025-08-14T20:52:20.0578903Z * [new branch] gh/soulitzer/300/head -> origin/gh/soulitzer/300/head 2025-08-14T20:52:20.0579772Z * [new branch] gh/soulitzer/300/orig -> origin/gh/soulitzer/300/orig 2025-08-14T20:52:20.0581397Z * [new branch] gh/soulitzer/301/base -> origin/gh/soulitzer/301/base 2025-08-14T20:52:20.0582441Z * [new branch] gh/soulitzer/301/head -> origin/gh/soulitzer/301/head 2025-08-14T20:52:20.0583528Z * [new branch] gh/soulitzer/301/orig -> origin/gh/soulitzer/301/orig 2025-08-14T20:52:20.0585050Z * [new branch] gh/soulitzer/313/base -> origin/gh/soulitzer/313/base 2025-08-14T20:52:20.0586048Z * [new branch] gh/soulitzer/313/head -> origin/gh/soulitzer/313/head 2025-08-14T20:52:20.0587573Z * [new branch] gh/soulitzer/313/orig -> origin/gh/soulitzer/313/orig 2025-08-14T20:52:20.0589192Z * [new branch] gh/soulitzer/319/base -> origin/gh/soulitzer/319/base 2025-08-14T20:52:20.0590352Z * [new branch] gh/soulitzer/319/head -> origin/gh/soulitzer/319/head 2025-08-14T20:52:20.0591381Z * [new branch] gh/soulitzer/319/orig -> origin/gh/soulitzer/319/orig 2025-08-14T20:52:20.0593040Z * [new branch] gh/soulitzer/320/base -> origin/gh/soulitzer/320/base 2025-08-14T20:52:20.0593974Z * [new branch] gh/soulitzer/320/head -> origin/gh/soulitzer/320/head 2025-08-14T20:52:20.0594976Z * [new branch] gh/soulitzer/320/orig -> origin/gh/soulitzer/320/orig 2025-08-14T20:52:20.0596714Z * [new branch] gh/soulitzer/336/base -> origin/gh/soulitzer/336/base 2025-08-14T20:52:20.0597645Z * [new branch] gh/soulitzer/336/head -> origin/gh/soulitzer/336/head 2025-08-14T20:52:20.0598651Z * [new branch] gh/soulitzer/336/orig -> origin/gh/soulitzer/336/orig 2025-08-14T20:52:20.0600236Z * [new branch] gh/soulitzer/347/base -> origin/gh/soulitzer/347/base 2025-08-14T20:52:20.0601158Z * [new branch] gh/soulitzer/347/head -> origin/gh/soulitzer/347/head 2025-08-14T20:52:20.0602249Z * [new branch] gh/soulitzer/347/orig -> origin/gh/soulitzer/347/orig 2025-08-14T20:52:20.0604020Z * [new branch] gh/soulitzer/349/base -> origin/gh/soulitzer/349/base 2025-08-14T20:52:20.0605138Z * [new branch] gh/soulitzer/349/head -> origin/gh/soulitzer/349/head 2025-08-14T20:52:20.0606212Z * [new branch] gh/soulitzer/349/orig -> origin/gh/soulitzer/349/orig 2025-08-14T20:52:20.0607776Z * [new branch] gh/soulitzer/350/base -> origin/gh/soulitzer/350/base 2025-08-14T20:52:20.0608665Z * [new branch] gh/soulitzer/350/head -> origin/gh/soulitzer/350/head 2025-08-14T20:52:20.0609714Z * [new branch] gh/soulitzer/350/orig -> origin/gh/soulitzer/350/orig 2025-08-14T20:52:20.0611369Z * [new branch] gh/soulitzer/351/base -> origin/gh/soulitzer/351/base 2025-08-14T20:52:20.0612294Z * [new branch] gh/soulitzer/351/head -> origin/gh/soulitzer/351/head 2025-08-14T20:52:20.0613374Z * [new branch] gh/soulitzer/351/orig -> origin/gh/soulitzer/351/orig 2025-08-14T20:52:20.0614900Z * [new branch] gh/soulitzer/353/base -> origin/gh/soulitzer/353/base 2025-08-14T20:52:20.0615968Z * [new branch] gh/soulitzer/353/head -> origin/gh/soulitzer/353/head 2025-08-14T20:52:20.0617060Z * [new branch] gh/soulitzer/353/orig -> origin/gh/soulitzer/353/orig 2025-08-14T20:52:20.0619334Z * [new branch] gh/soulitzer/358/base -> origin/gh/soulitzer/358/base 2025-08-14T20:52:20.0620588Z * [new branch] gh/soulitzer/358/head -> origin/gh/soulitzer/358/head 2025-08-14T20:52:20.0621651Z * [new branch] gh/soulitzer/358/orig -> origin/gh/soulitzer/358/orig 2025-08-14T20:52:20.0623745Z * [new branch] gh/soulitzer/359/base -> origin/gh/soulitzer/359/base 2025-08-14T20:52:20.0624661Z * [new branch] gh/soulitzer/359/head -> origin/gh/soulitzer/359/head 2025-08-14T20:52:20.0625761Z * [new branch] gh/soulitzer/359/orig -> origin/gh/soulitzer/359/orig 2025-08-14T20:52:20.0627372Z * [new branch] gh/soulitzer/362/base -> origin/gh/soulitzer/362/base 2025-08-14T20:52:20.0628452Z * [new branch] gh/soulitzer/362/head -> origin/gh/soulitzer/362/head 2025-08-14T20:52:20.0629560Z * [new branch] gh/soulitzer/362/orig -> origin/gh/soulitzer/362/orig 2025-08-14T20:52:20.0631085Z * [new branch] gh/soulitzer/372/base -> origin/gh/soulitzer/372/base 2025-08-14T20:52:20.0632213Z * [new branch] gh/soulitzer/372/head -> origin/gh/soulitzer/372/head 2025-08-14T20:52:20.0633325Z * [new branch] gh/soulitzer/372/orig -> origin/gh/soulitzer/372/orig 2025-08-14T20:52:20.0635668Z * [new branch] gh/swolchok/728/next -> origin/gh/swolchok/728/next 2025-08-14T20:52:20.0637169Z * [new branch] gh/swolchok/758/base -> origin/gh/swolchok/758/base 2025-08-14T20:52:20.0638146Z * [new branch] gh/swolchok/758/head -> origin/gh/swolchok/758/head 2025-08-14T20:52:20.0639213Z * [new branch] gh/swolchok/758/orig -> origin/gh/swolchok/758/orig 2025-08-14T20:52:20.0641100Z * [new branch] gh/swolchok/767/base -> origin/gh/swolchok/767/base 2025-08-14T20:52:20.0642409Z * [new branch] gh/swolchok/767/head -> origin/gh/swolchok/767/head 2025-08-14T20:52:20.0643722Z * [new branch] gh/swolchok/767/orig -> origin/gh/swolchok/767/orig 2025-08-14T20:52:20.0645272Z * [new branch] gh/swolchok/768/base -> origin/gh/swolchok/768/base 2025-08-14T20:52:20.0646324Z * [new branch] gh/swolchok/768/head -> origin/gh/swolchok/768/head 2025-08-14T20:52:20.0647421Z * [new branch] gh/swolchok/768/orig -> origin/gh/swolchok/768/orig 2025-08-14T20:52:20.0651568Z * [new branch] gh/swolchok/769/base -> origin/gh/swolchok/769/base 2025-08-14T20:52:20.0651981Z * [new branch] gh/swolchok/769/head -> origin/gh/swolchok/769/head 2025-08-14T20:52:20.0652387Z * [new branch] gh/swolchok/769/orig -> origin/gh/swolchok/769/orig 2025-08-14T20:52:20.0653639Z * [new branch] gh/swolchok/771/base -> origin/gh/swolchok/771/base 2025-08-14T20:52:20.0654652Z * [new branch] gh/swolchok/771/head -> origin/gh/swolchok/771/head 2025-08-14T20:52:20.0655734Z * [new branch] gh/swolchok/771/orig -> origin/gh/swolchok/771/orig 2025-08-14T20:52:20.0657322Z * [new branch] gh/swolchok/772/base -> origin/gh/swolchok/772/base 2025-08-14T20:52:20.0658410Z * [new branch] gh/swolchok/772/head -> origin/gh/swolchok/772/head 2025-08-14T20:52:20.0659522Z * [new branch] gh/swolchok/772/orig -> origin/gh/swolchok/772/orig 2025-08-14T20:52:20.0661200Z * [new branch] gh/swolchok/773/base -> origin/gh/swolchok/773/base 2025-08-14T20:52:20.0662202Z * [new branch] gh/swolchok/773/head -> origin/gh/swolchok/773/head 2025-08-14T20:52:20.0663444Z * [new branch] gh/swolchok/773/orig -> origin/gh/swolchok/773/orig 2025-08-14T20:52:20.0664852Z * [new branch] gh/swolchok/786/base -> origin/gh/swolchok/786/base 2025-08-14T20:52:20.0665792Z * [new branch] gh/swolchok/786/head -> origin/gh/swolchok/786/head 2025-08-14T20:52:20.0667043Z * [new branch] gh/swolchok/786/orig -> origin/gh/swolchok/786/orig 2025-08-14T20:52:20.0668468Z * [new branch] gh/swolchok/787/base -> origin/gh/swolchok/787/base 2025-08-14T20:52:20.0670284Z * [new branch] gh/swolchok/787/head -> origin/gh/swolchok/787/head 2025-08-14T20:52:20.0671153Z * [new branch] gh/swolchok/787/orig -> origin/gh/swolchok/787/orig 2025-08-14T20:52:20.0673042Z * [new branch] gh/syed-ahmed/2/base -> origin/gh/syed-ahmed/2/base 2025-08-14T20:52:20.0674034Z * [new branch] gh/syed-ahmed/2/head -> origin/gh/syed-ahmed/2/head 2025-08-14T20:52:20.0675088Z * [new branch] gh/syed-ahmed/2/orig -> origin/gh/syed-ahmed/2/orig 2025-08-14T20:52:20.0676561Z * [new branch] gh/syed-ahmed/3/base -> origin/gh/syed-ahmed/3/base 2025-08-14T20:52:20.0677538Z * [new branch] gh/syed-ahmed/3/head -> origin/gh/syed-ahmed/3/head 2025-08-14T20:52:20.0679113Z * [new branch] gh/syed-ahmed/3/orig -> origin/gh/syed-ahmed/3/orig 2025-08-14T20:52:20.0680513Z * [new branch] gh/syed-ahmed/4/base -> origin/gh/syed-ahmed/4/base 2025-08-14T20:52:20.0681600Z * [new branch] gh/syed-ahmed/4/head -> origin/gh/syed-ahmed/4/head 2025-08-14T20:52:20.0682680Z * [new branch] gh/syed-ahmed/4/orig -> origin/gh/syed-ahmed/4/orig 2025-08-14T20:52:20.0684758Z * [new branch] gh/teja-rao/3/base -> origin/gh/teja-rao/3/base 2025-08-14T20:52:20.0685764Z * [new branch] gh/teja-rao/3/head -> origin/gh/teja-rao/3/head 2025-08-14T20:52:20.0686821Z * [new branch] gh/teja-rao/3/orig -> origin/gh/teja-rao/3/orig 2025-08-14T20:52:20.0688667Z * [new branch] gh/tianyu-l/2/base -> origin/gh/tianyu-l/2/base 2025-08-14T20:52:20.0689733Z * [new branch] gh/tianyu-l/2/head -> origin/gh/tianyu-l/2/head 2025-08-14T20:52:20.0690749Z * [new branch] gh/tianyu-l/2/orig -> origin/gh/tianyu-l/2/orig 2025-08-14T20:52:20.0692659Z * [new branch] gh/titaiwangms/1/base -> origin/gh/titaiwangms/1/base 2025-08-14T20:52:20.0693620Z * [new branch] gh/titaiwangms/1/head -> origin/gh/titaiwangms/1/head 2025-08-14T20:52:20.0694811Z * [new branch] gh/titaiwangms/1/orig -> origin/gh/titaiwangms/1/orig 2025-08-14T20:52:20.0696290Z * [new branch] gh/titaiwangms/2/base -> origin/gh/titaiwangms/2/base 2025-08-14T20:52:20.0697286Z * [new branch] gh/titaiwangms/2/head -> origin/gh/titaiwangms/2/head 2025-08-14T20:52:20.0698310Z * [new branch] gh/titaiwangms/2/orig -> origin/gh/titaiwangms/2/orig 2025-08-14T20:52:20.0699796Z * [new branch] gh/titaiwangms/3/base -> origin/gh/titaiwangms/3/base 2025-08-14T20:52:20.0700804Z * [new branch] gh/titaiwangms/3/head -> origin/gh/titaiwangms/3/head 2025-08-14T20:52:20.0702442Z * [new branch] gh/titaiwangms/3/orig -> origin/gh/titaiwangms/3/orig 2025-08-14T20:52:20.0703923Z * [new branch] gh/titaiwangms/4/base -> origin/gh/titaiwangms/4/base 2025-08-14T20:52:20.0704908Z * [new branch] gh/titaiwangms/4/head -> origin/gh/titaiwangms/4/head 2025-08-14T20:52:20.0705934Z * [new branch] gh/titaiwangms/4/orig -> origin/gh/titaiwangms/4/orig 2025-08-14T20:52:20.0707481Z * [new branch] gh/titaiwangms/5/base -> origin/gh/titaiwangms/5/base 2025-08-14T20:52:20.0708452Z * [new branch] gh/titaiwangms/5/head -> origin/gh/titaiwangms/5/head 2025-08-14T20:52:20.0709773Z * [new branch] gh/titaiwangms/5/orig -> origin/gh/titaiwangms/5/orig 2025-08-14T20:52:20.0711189Z * [new branch] gh/titaiwangms/6/base -> origin/gh/titaiwangms/6/base 2025-08-14T20:52:20.0712142Z * [new branch] gh/titaiwangms/6/head -> origin/gh/titaiwangms/6/head 2025-08-14T20:52:20.0713183Z * [new branch] gh/titaiwangms/6/orig -> origin/gh/titaiwangms/6/orig 2025-08-14T20:52:20.0714830Z * [new branch] gh/titaiwangms/7/base -> origin/gh/titaiwangms/7/base 2025-08-14T20:52:20.0715644Z * [new branch] gh/titaiwangms/7/head -> origin/gh/titaiwangms/7/head 2025-08-14T20:52:20.0716680Z * [new branch] gh/titaiwangms/7/orig -> origin/gh/titaiwangms/7/orig 2025-08-14T20:52:20.0718189Z * [new branch] gh/titaiwangms/8/base -> origin/gh/titaiwangms/8/base 2025-08-14T20:52:20.0719091Z * [new branch] gh/titaiwangms/8/head -> origin/gh/titaiwangms/8/head 2025-08-14T20:52:20.0720129Z * [new branch] gh/titaiwangms/8/orig -> origin/gh/titaiwangms/8/orig 2025-08-14T20:52:20.0722043Z * [new branch] gh/tugsbayasgalan/1/base -> origin/gh/tugsbayasgalan/1/base 2025-08-14T20:52:20.0723041Z * [new branch] gh/tugsbayasgalan/1/head -> origin/gh/tugsbayasgalan/1/head 2025-08-14T20:52:20.0724172Z * [new branch] gh/tugsbayasgalan/1/orig -> origin/gh/tugsbayasgalan/1/orig 2025-08-14T20:52:20.0726677Z * [new branch] gh/v0i0/1/base -> origin/gh/v0i0/1/base 2025-08-14T20:52:20.0727640Z * [new branch] gh/v0i0/1/head -> origin/gh/v0i0/1/head 2025-08-14T20:52:20.0728721Z * [new branch] gh/v0i0/1/orig -> origin/gh/v0i0/1/orig 2025-08-14T20:52:20.0730236Z * [new branch] gh/v0i0/2/base -> origin/gh/v0i0/2/base 2025-08-14T20:52:20.0731219Z * [new branch] gh/v0i0/2/head -> origin/gh/v0i0/2/head 2025-08-14T20:52:20.0732264Z * [new branch] gh/v0i0/2/orig -> origin/gh/v0i0/2/orig 2025-08-14T20:52:20.0733755Z * [new branch] gh/v0i0/3/base -> origin/gh/v0i0/3/base 2025-08-14T20:52:20.0734745Z * [new branch] gh/v0i0/3/head -> origin/gh/v0i0/3/head 2025-08-14T20:52:20.0735812Z * [new branch] gh/v0i0/3/orig -> origin/gh/v0i0/3/orig 2025-08-14T20:52:20.0737519Z * [new branch] gh/v0i0/4/base -> origin/gh/v0i0/4/base 2025-08-14T20:52:20.0738554Z * [new branch] gh/v0i0/4/head -> origin/gh/v0i0/4/head 2025-08-14T20:52:20.0739644Z * [new branch] gh/v0i0/4/orig -> origin/gh/v0i0/4/orig 2025-08-14T20:52:20.0741172Z * [new branch] gh/v0i0/5/base -> origin/gh/v0i0/5/base 2025-08-14T20:52:20.0742161Z * [new branch] gh/v0i0/5/head -> origin/gh/v0i0/5/head 2025-08-14T20:52:20.0743199Z * [new branch] gh/v0i0/5/orig -> origin/gh/v0i0/5/orig 2025-08-14T20:52:20.0744776Z * [new branch] gh/v0i0/6/base -> origin/gh/v0i0/6/base 2025-08-14T20:52:20.0745783Z * [new branch] gh/v0i0/6/head -> origin/gh/v0i0/6/head 2025-08-14T20:52:20.0746802Z * [new branch] gh/v0i0/6/orig -> origin/gh/v0i0/6/orig 2025-08-14T20:52:20.0748893Z * [new branch] gh/vkuzo/1/next -> origin/gh/vkuzo/1/next 2025-08-14T20:52:20.0750367Z * [new branch] gh/vkuzo/2/next -> origin/gh/vkuzo/2/next 2025-08-14T20:52:20.0751811Z * [new branch] gh/vkuzo/3/next -> origin/gh/vkuzo/3/next 2025-08-14T20:52:20.0753791Z * [new branch] gh/wconstab/392/base -> origin/gh/wconstab/392/base 2025-08-14T20:52:20.0754867Z * [new branch] gh/wconstab/392/head -> origin/gh/wconstab/392/head 2025-08-14T20:52:20.0755870Z * [new branch] gh/wconstab/392/orig -> origin/gh/wconstab/392/orig 2025-08-14T20:52:20.0757977Z * [new branch] gh/wconstab/419/base -> origin/gh/wconstab/419/base 2025-08-14T20:52:20.0758959Z * [new branch] gh/wconstab/419/head -> origin/gh/wconstab/419/head 2025-08-14T20:52:20.0760199Z * [new branch] gh/wconstab/419/orig -> origin/gh/wconstab/419/orig 2025-08-14T20:52:20.0761632Z * [new branch] gh/wconstab/424/base -> origin/gh/wconstab/424/base 2025-08-14T20:52:20.0762505Z * [new branch] gh/wconstab/424/head -> origin/gh/wconstab/424/head 2025-08-14T20:52:20.0763548Z * [new branch] gh/wconstab/424/orig -> origin/gh/wconstab/424/orig 2025-08-14T20:52:20.0765313Z * [new branch] gh/wconstab/425/base -> origin/gh/wconstab/425/base 2025-08-14T20:52:20.0766316Z * [new branch] gh/wconstab/425/head -> origin/gh/wconstab/425/head 2025-08-14T20:52:20.0767616Z * [new branch] gh/wconstab/425/orig -> origin/gh/wconstab/425/orig 2025-08-14T20:52:20.0769118Z * [new branch] gh/wconstab/426/base -> origin/gh/wconstab/426/base 2025-08-14T20:52:20.0769949Z * [new branch] gh/wconstab/426/head -> origin/gh/wconstab/426/head 2025-08-14T20:52:20.0771001Z * [new branch] gh/wconstab/426/orig -> origin/gh/wconstab/426/orig 2025-08-14T20:52:20.0772526Z * [new branch] gh/wconstab/427/base -> origin/gh/wconstab/427/base 2025-08-14T20:52:20.0773571Z * [new branch] gh/wconstab/427/head -> origin/gh/wconstab/427/head 2025-08-14T20:52:20.0774665Z * [new branch] gh/wconstab/427/orig -> origin/gh/wconstab/427/orig 2025-08-14T20:52:20.0776295Z * [new branch] gh/wconstab/428/base -> origin/gh/wconstab/428/base 2025-08-14T20:52:20.0777157Z * [new branch] gh/wconstab/428/head -> origin/gh/wconstab/428/head 2025-08-14T20:52:20.0778195Z * [new branch] gh/wconstab/428/orig -> origin/gh/wconstab/428/orig 2025-08-14T20:52:20.0780012Z * [new branch] gh/wconstab/429/base -> origin/gh/wconstab/429/base 2025-08-14T20:52:20.0781132Z * [new branch] gh/wconstab/429/head -> origin/gh/wconstab/429/head 2025-08-14T20:52:20.0782222Z * [new branch] gh/wconstab/429/orig -> origin/gh/wconstab/429/orig 2025-08-14T20:52:20.0783791Z * [new branch] gh/wconstab/430/base -> origin/gh/wconstab/430/base 2025-08-14T20:52:20.0784865Z * [new branch] gh/wconstab/430/head -> origin/gh/wconstab/430/head 2025-08-14T20:52:20.0785871Z * [new branch] gh/wconstab/430/orig -> origin/gh/wconstab/430/orig 2025-08-14T20:52:20.0787535Z * [new branch] gh/wconstab/431/base -> origin/gh/wconstab/431/base 2025-08-14T20:52:20.0788622Z * [new branch] gh/wconstab/431/head -> origin/gh/wconstab/431/head 2025-08-14T20:52:20.0789925Z * [new branch] gh/wconstab/431/orig -> origin/gh/wconstab/431/orig 2025-08-14T20:52:20.0791439Z * [new branch] gh/wconstab/432/base -> origin/gh/wconstab/432/base 2025-08-14T20:52:20.0792483Z * [new branch] gh/wconstab/432/head -> origin/gh/wconstab/432/head 2025-08-14T20:52:20.0793521Z * [new branch] gh/wconstab/432/orig -> origin/gh/wconstab/432/orig 2025-08-14T20:52:20.0795169Z * [new branch] gh/wconstab/433/base -> origin/gh/wconstab/433/base 2025-08-14T20:52:20.0796160Z * [new branch] gh/wconstab/433/head -> origin/gh/wconstab/433/head 2025-08-14T20:52:20.0797206Z * [new branch] gh/wconstab/433/orig -> origin/gh/wconstab/433/orig 2025-08-14T20:52:20.0798625Z * [new branch] gh/wconstab/434/base -> origin/gh/wconstab/434/base 2025-08-14T20:52:20.0799668Z * [new branch] gh/wconstab/434/head -> origin/gh/wconstab/434/head 2025-08-14T20:52:20.0800744Z * [new branch] gh/wconstab/434/orig -> origin/gh/wconstab/434/orig 2025-08-14T20:52:20.0802319Z * [new branch] gh/wconstab/435/base -> origin/gh/wconstab/435/base 2025-08-14T20:52:20.0803469Z * [new branch] gh/wconstab/435/head -> origin/gh/wconstab/435/head 2025-08-14T20:52:20.0804422Z * [new branch] gh/wconstab/435/orig -> origin/gh/wconstab/435/orig 2025-08-14T20:52:20.0806027Z * [new branch] gh/wconstab/436/base -> origin/gh/wconstab/436/base 2025-08-14T20:52:20.0807057Z * [new branch] gh/wconstab/436/head -> origin/gh/wconstab/436/head 2025-08-14T20:52:20.0808120Z * [new branch] gh/wconstab/436/orig -> origin/gh/wconstab/436/orig 2025-08-14T20:52:20.0809753Z * [new branch] gh/wconstab/437/base -> origin/gh/wconstab/437/base 2025-08-14T20:52:20.0810776Z * [new branch] gh/wconstab/437/head -> origin/gh/wconstab/437/head 2025-08-14T20:52:20.0811834Z * [new branch] gh/wconstab/437/orig -> origin/gh/wconstab/437/orig 2025-08-14T20:52:20.0813777Z * [new branch] gh/wconstab/438/base -> origin/gh/wconstab/438/base 2025-08-14T20:52:20.0814779Z * [new branch] gh/wconstab/438/head -> origin/gh/wconstab/438/head 2025-08-14T20:52:20.0815913Z * [new branch] gh/wconstab/438/orig -> origin/gh/wconstab/438/orig 2025-08-14T20:52:20.0817341Z * [new branch] gh/wconstab/439/base -> origin/gh/wconstab/439/base 2025-08-14T20:52:20.0818425Z * [new branch] gh/wconstab/439/head -> origin/gh/wconstab/439/head 2025-08-14T20:52:20.0819506Z * [new branch] gh/wconstab/439/orig -> origin/gh/wconstab/439/orig 2025-08-14T20:52:20.0821037Z * [new branch] gh/wconstab/440/base -> origin/gh/wconstab/440/base 2025-08-14T20:52:20.0822248Z * [new branch] gh/wconstab/440/head -> origin/gh/wconstab/440/head 2025-08-14T20:52:20.0823360Z * [new branch] gh/wconstab/440/orig -> origin/gh/wconstab/440/orig 2025-08-14T20:52:20.0825087Z * [new branch] gh/wconstab/441/base -> origin/gh/wconstab/441/base 2025-08-14T20:52:20.0826022Z * [new branch] gh/wconstab/441/head -> origin/gh/wconstab/441/head 2025-08-14T20:52:20.0827142Z * [new branch] gh/wconstab/441/orig -> origin/gh/wconstab/441/orig 2025-08-14T20:52:20.0831283Z * [new branch] gh/wconstab/442/base -> origin/gh/wconstab/442/base 2025-08-14T20:52:20.0832420Z * [new branch] gh/wconstab/442/head -> origin/gh/wconstab/442/head 2025-08-14T20:52:20.0832644Z * [new branch] gh/wconstab/442/orig -> origin/gh/wconstab/442/orig 2025-08-14T20:52:20.0833354Z * [new branch] gh/weifengpy/27/base -> origin/gh/weifengpy/27/base 2025-08-14T20:52:20.0834073Z * [new branch] gh/weifengpy/27/head -> origin/gh/weifengpy/27/head 2025-08-14T20:52:20.0835136Z * [new branch] gh/weifengpy/27/orig -> origin/gh/weifengpy/27/orig 2025-08-14T20:52:20.0836573Z * [new branch] gh/weifengpy/30/base -> origin/gh/weifengpy/30/base 2025-08-14T20:52:20.0837624Z * [new branch] gh/weifengpy/30/head -> origin/gh/weifengpy/30/head 2025-08-14T20:52:20.0838697Z * [new branch] gh/weifengpy/30/orig -> origin/gh/weifengpy/30/orig 2025-08-14T20:52:20.0840644Z * [new branch] gh/weifengpy/31/base -> origin/gh/weifengpy/31/base 2025-08-14T20:52:20.0841682Z * [new branch] gh/weifengpy/31/head -> origin/gh/weifengpy/31/head 2025-08-14T20:52:20.0842734Z * [new branch] gh/weifengpy/31/orig -> origin/gh/weifengpy/31/orig 2025-08-14T20:52:20.0844105Z * [new branch] gh/weifengpy/32/base -> origin/gh/weifengpy/32/base 2025-08-14T20:52:20.0845128Z * [new branch] gh/weifengpy/32/head -> origin/gh/weifengpy/32/head 2025-08-14T20:52:20.0846167Z * [new branch] gh/weifengpy/32/orig -> origin/gh/weifengpy/32/orig 2025-08-14T20:52:20.0847605Z * [new branch] gh/weifengpy/33/base -> origin/gh/weifengpy/33/base 2025-08-14T20:52:20.0848728Z * [new branch] gh/weifengpy/33/head -> origin/gh/weifengpy/33/head 2025-08-14T20:52:20.0849818Z * [new branch] gh/weifengpy/33/orig -> origin/gh/weifengpy/33/orig 2025-08-14T20:52:20.0851797Z * [new branch] gh/williamwen42/196/base -> origin/gh/williamwen42/196/base 2025-08-14T20:52:20.0853050Z * [new branch] gh/williamwen42/196/head -> origin/gh/williamwen42/196/head 2025-08-14T20:52:20.0854232Z * [new branch] gh/williamwen42/196/orig -> origin/gh/williamwen42/196/orig 2025-08-14T20:52:20.0855774Z * [new branch] gh/williamwen42/209/base -> origin/gh/williamwen42/209/base 2025-08-14T20:52:20.0856910Z * [new branch] gh/williamwen42/209/head -> origin/gh/williamwen42/209/head 2025-08-14T20:52:20.0857992Z * [new branch] gh/williamwen42/209/orig -> origin/gh/williamwen42/209/orig 2025-08-14T20:52:20.0859611Z * [new branch] gh/williamwen42/250/base -> origin/gh/williamwen42/250/base 2025-08-14T20:52:20.0860609Z * [new branch] gh/williamwen42/250/head -> origin/gh/williamwen42/250/head 2025-08-14T20:52:20.0861694Z * [new branch] gh/williamwen42/250/orig -> origin/gh/williamwen42/250/orig 2025-08-14T20:52:20.0863128Z * [new branch] gh/williamwen42/252/base -> origin/gh/williamwen42/252/base 2025-08-14T20:52:20.0865314Z * [new branch] gh/williamwen42/252/head -> origin/gh/williamwen42/252/head 2025-08-14T20:52:20.0866155Z * [new branch] gh/williamwen42/252/orig -> origin/gh/williamwen42/252/orig 2025-08-14T20:52:20.0868631Z * [new branch] gh/williamwen42/256/base -> origin/gh/williamwen42/256/base 2025-08-14T20:52:20.0869902Z * [new branch] gh/williamwen42/256/head -> origin/gh/williamwen42/256/head 2025-08-14T20:52:20.0871881Z * [new branch] gh/williamwen42/256/orig -> origin/gh/williamwen42/256/orig 2025-08-14T20:52:20.0874031Z * [new branch] gh/williamwen42/258/base -> origin/gh/williamwen42/258/base 2025-08-14T20:52:20.0875831Z * [new branch] gh/williamwen42/258/head -> origin/gh/williamwen42/258/head 2025-08-14T20:52:20.0877364Z * [new branch] gh/williamwen42/258/orig -> origin/gh/williamwen42/258/orig 2025-08-14T20:52:20.0879622Z * [new branch] gh/williamwen42/260/base -> origin/gh/williamwen42/260/base 2025-08-14T20:52:20.0881170Z * [new branch] gh/williamwen42/260/head -> origin/gh/williamwen42/260/head 2025-08-14T20:52:20.0882929Z * [new branch] gh/williamwen42/260/orig -> origin/gh/williamwen42/260/orig 2025-08-14T20:52:20.0885036Z * [new branch] gh/williamwen42/261/base -> origin/gh/williamwen42/261/base 2025-08-14T20:52:20.0886390Z * [new branch] gh/williamwen42/261/head -> origin/gh/williamwen42/261/head 2025-08-14T20:52:20.0888166Z * [new branch] gh/williamwen42/261/orig -> origin/gh/williamwen42/261/orig 2025-08-14T20:52:20.0890616Z * [new branch] gh/williamwen42/262/base -> origin/gh/williamwen42/262/base 2025-08-14T20:52:20.0892183Z * [new branch] gh/williamwen42/262/head -> origin/gh/williamwen42/262/head 2025-08-14T20:52:20.0893926Z * [new branch] gh/williamwen42/262/orig -> origin/gh/williamwen42/262/orig 2025-08-14T20:52:20.0896514Z * [new branch] gh/williamwen42/263/base -> origin/gh/williamwen42/263/base 2025-08-14T20:52:20.0898043Z * [new branch] gh/williamwen42/263/head -> origin/gh/williamwen42/263/head 2025-08-14T20:52:20.0899692Z * [new branch] gh/williamwen42/263/orig -> origin/gh/williamwen42/263/orig 2025-08-14T20:52:20.0901816Z * [new branch] gh/williamwen42/264/base -> origin/gh/williamwen42/264/base 2025-08-14T20:52:20.0903574Z * [new branch] gh/williamwen42/264/head -> origin/gh/williamwen42/264/head 2025-08-14T20:52:20.0905009Z * [new branch] gh/williamwen42/264/orig -> origin/gh/williamwen42/264/orig 2025-08-14T20:52:20.0907354Z * [new branch] gh/williamwen42/265/base -> origin/gh/williamwen42/265/base 2025-08-14T20:52:20.0909104Z * [new branch] gh/williamwen42/265/head -> origin/gh/williamwen42/265/head 2025-08-14T20:52:20.0910713Z * [new branch] gh/williamwen42/265/orig -> origin/gh/williamwen42/265/orig 2025-08-14T20:52:20.0912934Z * [new branch] gh/williamwen42/266/base -> origin/gh/williamwen42/266/base 2025-08-14T20:52:20.0914021Z * [new branch] gh/williamwen42/266/head -> origin/gh/williamwen42/266/head 2025-08-14T20:52:20.0915978Z * [new branch] gh/williamwen42/266/orig -> origin/gh/williamwen42/266/orig 2025-08-14T20:52:20.0917950Z * [new branch] gh/williamwen42/267/base -> origin/gh/williamwen42/267/base 2025-08-14T20:52:20.0919189Z * [new branch] gh/williamwen42/267/head -> origin/gh/williamwen42/267/head 2025-08-14T20:52:20.0921003Z * [new branch] gh/williamwen42/267/orig -> origin/gh/williamwen42/267/orig 2025-08-14T20:52:20.0923136Z * [new branch] gh/williamwen42/268/base -> origin/gh/williamwen42/268/base 2025-08-14T20:52:20.0924599Z * [new branch] gh/williamwen42/268/head -> origin/gh/williamwen42/268/head 2025-08-14T20:52:20.0926294Z * [new branch] gh/williamwen42/268/orig -> origin/gh/williamwen42/268/orig 2025-08-14T20:52:20.0928339Z * [new branch] gh/williamwen42/269/base -> origin/gh/williamwen42/269/base 2025-08-14T20:52:20.0929759Z * [new branch] gh/williamwen42/269/head -> origin/gh/williamwen42/269/head 2025-08-14T20:52:20.0931462Z * [new branch] gh/williamwen42/269/orig -> origin/gh/williamwen42/269/orig 2025-08-14T20:52:20.0934245Z * [new branch] gh/williamwen42/270/base -> origin/gh/williamwen42/270/base 2025-08-14T20:52:20.0935529Z * [new branch] gh/williamwen42/270/head -> origin/gh/williamwen42/270/head 2025-08-14T20:52:20.0937469Z * [new branch] gh/williamwen42/270/orig -> origin/gh/williamwen42/270/orig 2025-08-14T20:52:20.0939717Z * [new branch] gh/williamwen42/271/base -> origin/gh/williamwen42/271/base 2025-08-14T20:52:20.0941255Z * [new branch] gh/williamwen42/271/head -> origin/gh/williamwen42/271/head 2025-08-14T20:52:20.0942810Z * [new branch] gh/williamwen42/271/orig -> origin/gh/williamwen42/271/orig 2025-08-14T20:52:20.0945193Z * [new branch] gh/williamwen42/272/base -> origin/gh/williamwen42/272/base 2025-08-14T20:52:20.0946859Z * [new branch] gh/williamwen42/272/head -> origin/gh/williamwen42/272/head 2025-08-14T20:52:20.0948664Z * [new branch] gh/williamwen42/272/orig -> origin/gh/williamwen42/272/orig 2025-08-14T20:52:20.0951263Z * [new branch] gh/williamwen42/273/base -> origin/gh/williamwen42/273/base 2025-08-14T20:52:20.0952732Z * [new branch] gh/williamwen42/273/head -> origin/gh/williamwen42/273/head 2025-08-14T20:52:20.0954552Z * [new branch] gh/williamwen42/273/orig -> origin/gh/williamwen42/273/orig 2025-08-14T20:52:20.0956772Z * [new branch] gh/williamwen42/274/base -> origin/gh/williamwen42/274/base 2025-08-14T20:52:20.0958195Z * [new branch] gh/williamwen42/274/head -> origin/gh/williamwen42/274/head 2025-08-14T20:52:20.0960023Z * [new branch] gh/williamwen42/274/orig -> origin/gh/williamwen42/274/orig 2025-08-14T20:52:20.0962065Z * [new branch] gh/williamwen42/275/base -> origin/gh/williamwen42/275/base 2025-08-14T20:52:20.0963528Z * [new branch] gh/williamwen42/275/head -> origin/gh/williamwen42/275/head 2025-08-14T20:52:20.0966024Z * [new branch] gh/williamwen42/276/base -> origin/gh/williamwen42/276/base 2025-08-14T20:52:20.0966884Z * [new branch] gh/williamwen42/276/head -> origin/gh/williamwen42/276/head 2025-08-14T20:52:20.0968798Z * [new branch] gh/williamwen42/276/orig -> origin/gh/williamwen42/276/orig 2025-08-14T20:52:20.0971056Z * [new branch] gh/williamwen42/277/base -> origin/gh/williamwen42/277/base 2025-08-14T20:52:20.0972704Z * [new branch] gh/williamwen42/277/head -> origin/gh/williamwen42/277/head 2025-08-14T20:52:20.0974179Z * [new branch] gh/williamwen42/277/orig -> origin/gh/williamwen42/277/orig 2025-08-14T20:52:20.0976347Z * [new branch] gh/williamwen42/278/base -> origin/gh/williamwen42/278/base 2025-08-14T20:52:20.0977619Z * [new branch] gh/williamwen42/278/head -> origin/gh/williamwen42/278/head 2025-08-14T20:52:20.0979576Z * [new branch] gh/williamwen42/278/orig -> origin/gh/williamwen42/278/orig 2025-08-14T20:52:20.0981645Z * [new branch] gh/williamwen42/279/base -> origin/gh/williamwen42/279/base 2025-08-14T20:52:20.0983102Z * [new branch] gh/williamwen42/279/head -> origin/gh/williamwen42/279/head 2025-08-14T20:52:20.0984851Z * [new branch] gh/williamwen42/279/orig -> origin/gh/williamwen42/279/orig 2025-08-14T20:52:20.0987268Z * [new branch] gh/xmfan/169/base -> origin/gh/xmfan/169/base 2025-08-14T20:52:20.0988904Z * [new branch] gh/xmfan/169/head -> origin/gh/xmfan/169/head 2025-08-14T20:52:20.0990956Z * [new branch] gh/xmfan/170/base -> origin/gh/xmfan/170/base 2025-08-14T20:52:20.0992593Z * [new branch] gh/xmfan/170/head -> origin/gh/xmfan/170/head 2025-08-14T20:52:20.0994850Z * [new branch] gh/xmfan/18/base -> origin/gh/xmfan/18/base 2025-08-14T20:52:20.0996180Z * [new branch] gh/xmfan/18/head -> origin/gh/xmfan/18/head 2025-08-14T20:52:20.0998437Z * [new branch] gh/xmfan/228/base -> origin/gh/xmfan/228/base 2025-08-14T20:52:20.1000594Z * [new branch] gh/xmfan/228/head -> origin/gh/xmfan/228/head 2025-08-14T20:52:20.1002043Z * [new branch] gh/xmfan/228/orig -> origin/gh/xmfan/228/orig 2025-08-14T20:52:20.1004278Z * [new branch] gh/xmfan/229/base -> origin/gh/xmfan/229/base 2025-08-14T20:52:20.1005775Z * [new branch] gh/xmfan/229/head -> origin/gh/xmfan/229/head 2025-08-14T20:52:20.1007461Z * [new branch] gh/xmfan/229/orig -> origin/gh/xmfan/229/orig 2025-08-14T20:52:20.1009567Z * [new branch] gh/xmfan/237/base -> origin/gh/xmfan/237/base 2025-08-14T20:52:20.1011080Z * [new branch] gh/xmfan/237/head -> origin/gh/xmfan/237/head 2025-08-14T20:52:20.1012716Z * [new branch] gh/xmfan/237/orig -> origin/gh/xmfan/237/orig 2025-08-14T20:52:20.1014871Z * [new branch] gh/xmfan/244/base -> origin/gh/xmfan/244/base 2025-08-14T20:52:20.1016317Z * [new branch] gh/xmfan/244/head -> origin/gh/xmfan/244/head 2025-08-14T20:52:20.1017992Z * [new branch] gh/xmfan/244/orig -> origin/gh/xmfan/244/orig 2025-08-14T20:52:20.1020182Z * [new branch] gh/xmfan/246/base -> origin/gh/xmfan/246/base 2025-08-14T20:52:20.1021810Z * [new branch] gh/xmfan/246/head -> origin/gh/xmfan/246/head 2025-08-14T20:52:20.1023366Z * [new branch] gh/xmfan/246/orig -> origin/gh/xmfan/246/orig 2025-08-14T20:52:20.1025514Z * [new branch] gh/xmfan/253/base -> origin/gh/xmfan/253/base 2025-08-14T20:52:20.1027181Z * [new branch] gh/xmfan/253/head -> origin/gh/xmfan/253/head 2025-08-14T20:52:20.1028783Z * [new branch] gh/xmfan/253/orig -> origin/gh/xmfan/253/orig 2025-08-14T20:52:20.1031098Z * [new branch] gh/xmfan/254/base -> origin/gh/xmfan/254/base 2025-08-14T20:52:20.1032266Z * [new branch] gh/xmfan/254/head -> origin/gh/xmfan/254/head 2025-08-14T20:52:20.1034120Z * [new branch] gh/xmfan/254/orig -> origin/gh/xmfan/254/orig 2025-08-14T20:52:20.1036235Z * [new branch] gh/xmfan/260/base -> origin/gh/xmfan/260/base 2025-08-14T20:52:20.1037866Z * [new branch] gh/xmfan/260/head -> origin/gh/xmfan/260/head 2025-08-14T20:52:20.1039436Z * [new branch] gh/xmfan/260/orig -> origin/gh/xmfan/260/orig 2025-08-14T20:52:20.1041538Z * [new branch] gh/xmfan/262/base -> origin/gh/xmfan/262/base 2025-08-14T20:52:20.1043231Z * [new branch] gh/xmfan/262/head -> origin/gh/xmfan/262/head 2025-08-14T20:52:20.1044778Z * [new branch] gh/xmfan/262/orig -> origin/gh/xmfan/262/orig 2025-08-14T20:52:20.1046989Z * [new branch] gh/xmfan/263/base -> origin/gh/xmfan/263/base 2025-08-14T20:52:20.1048664Z * [new branch] gh/xmfan/263/head -> origin/gh/xmfan/263/head 2025-08-14T20:52:20.1052237Z * [new branch] gh/xmfan/263/orig -> origin/gh/xmfan/263/orig 2025-08-14T20:52:20.1054238Z * [new branch] gh/xmfan/264/base -> origin/gh/xmfan/264/base 2025-08-14T20:52:20.1055755Z * [new branch] gh/xmfan/264/head -> origin/gh/xmfan/264/head 2025-08-14T20:52:20.1057460Z * [new branch] gh/xmfan/264/orig -> origin/gh/xmfan/264/orig 2025-08-14T20:52:20.1059568Z * [new branch] gh/xmfan/268/base -> origin/gh/xmfan/268/base 2025-08-14T20:52:20.1061088Z * [new branch] gh/xmfan/268/head -> origin/gh/xmfan/268/head 2025-08-14T20:52:20.1062755Z * [new branch] gh/xmfan/268/orig -> origin/gh/xmfan/268/orig 2025-08-14T20:52:20.1065445Z * [new branch] gh/xmfan/269/base -> origin/gh/xmfan/269/base 2025-08-14T20:52:20.1067012Z * [new branch] gh/xmfan/269/head -> origin/gh/xmfan/269/head 2025-08-14T20:52:20.1068679Z * [new branch] gh/xmfan/269/orig -> origin/gh/xmfan/269/orig 2025-08-14T20:52:20.1075569Z * [new branch] gh/xmfan/270/base -> origin/gh/xmfan/270/base 2025-08-14T20:52:20.1076930Z * [new branch] gh/xmfan/270/head -> origin/gh/xmfan/270/head 2025-08-14T20:52:20.1078670Z * [new branch] gh/xmfan/270/orig -> origin/gh/xmfan/270/orig 2025-08-14T20:52:20.1081341Z * [new branch] gh/xmfan/271/base -> origin/gh/xmfan/271/base 2025-08-14T20:52:20.1082612Z * [new branch] gh/xmfan/271/head -> origin/gh/xmfan/271/head 2025-08-14T20:52:20.1084460Z * [new branch] gh/xmfan/271/orig -> origin/gh/xmfan/271/orig 2025-08-14T20:52:20.1086607Z * [new branch] gh/xmfan/272/base -> origin/gh/xmfan/272/base 2025-08-14T20:52:20.1088050Z * [new branch] gh/xmfan/272/head -> origin/gh/xmfan/272/head 2025-08-14T20:52:20.1089753Z * [new branch] gh/xmfan/272/orig -> origin/gh/xmfan/272/orig 2025-08-14T20:52:20.1091897Z * [new branch] gh/xmfan/273/base -> origin/gh/xmfan/273/base 2025-08-14T20:52:20.1093620Z * [new branch] gh/xmfan/273/head -> origin/gh/xmfan/273/head 2025-08-14T20:52:20.1095228Z * [new branch] gh/xmfan/273/orig -> origin/gh/xmfan/273/orig 2025-08-14T20:52:20.1097370Z * [new branch] gh/xmfan/274/base -> origin/gh/xmfan/274/base 2025-08-14T20:52:20.1098889Z * [new branch] gh/xmfan/274/head -> origin/gh/xmfan/274/head 2025-08-14T20:52:20.1100751Z * [new branch] gh/xmfan/274/orig -> origin/gh/xmfan/274/orig 2025-08-14T20:52:20.1102768Z * [new branch] gh/xmfan/275/base -> origin/gh/xmfan/275/base 2025-08-14T20:52:20.1104284Z * [new branch] gh/xmfan/275/head -> origin/gh/xmfan/275/head 2025-08-14T20:52:20.1106022Z * [new branch] gh/xmfan/275/orig -> origin/gh/xmfan/275/orig 2025-08-14T20:52:20.1108147Z * [new branch] gh/xmfan/276/base -> origin/gh/xmfan/276/base 2025-08-14T20:52:20.1109894Z * [new branch] gh/xmfan/276/head -> origin/gh/xmfan/276/head 2025-08-14T20:52:20.1111486Z * [new branch] gh/xmfan/276/orig -> origin/gh/xmfan/276/orig 2025-08-14T20:52:20.1114662Z * [new branch] gh/xuanzhang816/12/base -> origin/gh/xuanzhang816/12/base 2025-08-14T20:52:20.1115922Z * [new branch] gh/xuanzhang816/12/head -> origin/gh/xuanzhang816/12/head 2025-08-14T20:52:20.1117791Z * [new branch] gh/xuanzhang816/12/orig -> origin/gh/xuanzhang816/12/orig 2025-08-14T20:52:20.1119854Z * [new branch] gh/xuanzhang816/14/base -> origin/gh/xuanzhang816/14/base 2025-08-14T20:52:20.1121971Z * [new branch] gh/xuanzhang816/14/head -> origin/gh/xuanzhang816/14/head 2025-08-14T20:52:20.1123232Z * [new branch] gh/xuanzhang816/14/orig -> origin/gh/xuanzhang816/14/orig 2025-08-14T20:52:20.1125028Z * [new branch] gh/xuanzhang816/18/base -> origin/gh/xuanzhang816/18/base 2025-08-14T20:52:20.1126963Z * [new branch] gh/xuanzhang816/18/head -> origin/gh/xuanzhang816/18/head 2025-08-14T20:52:20.1128240Z * [new branch] gh/xuanzhang816/18/orig -> origin/gh/xuanzhang816/18/orig 2025-08-14T20:52:20.1130705Z * [new branch] gh/xuanzhang816/19/base -> origin/gh/xuanzhang816/19/base 2025-08-14T20:52:20.1131920Z * [new branch] gh/xuanzhang816/19/head -> origin/gh/xuanzhang816/19/head 2025-08-14T20:52:20.1133781Z * [new branch] gh/xuanzhang816/19/orig -> origin/gh/xuanzhang816/19/orig 2025-08-14T20:52:20.1136086Z * [new branch] gh/xuanzhang816/20/base -> origin/gh/xuanzhang816/20/base 2025-08-14T20:52:20.1137472Z * [new branch] gh/xuanzhang816/20/head -> origin/gh/xuanzhang816/20/head 2025-08-14T20:52:20.1139233Z * [new branch] gh/xuanzhang816/20/orig -> origin/gh/xuanzhang816/20/orig 2025-08-14T20:52:20.1141411Z * [new branch] gh/xuanzhang816/21/base -> origin/gh/xuanzhang816/21/base 2025-08-14T20:52:20.1142902Z * [new branch] gh/xuanzhang816/21/head -> origin/gh/xuanzhang816/21/head 2025-08-14T20:52:20.1144641Z * [new branch] gh/xuanzhang816/21/orig -> origin/gh/xuanzhang816/21/orig 2025-08-14T20:52:20.1146857Z * [new branch] gh/xuanzhang816/22/base -> origin/gh/xuanzhang816/22/base 2025-08-14T20:52:20.1148121Z * [new branch] gh/xuanzhang816/22/head -> origin/gh/xuanzhang816/22/head 2025-08-14T20:52:20.1150332Z * [new branch] gh/xuanzhang816/22/orig -> origin/gh/xuanzhang816/22/orig 2025-08-14T20:52:20.1152429Z * [new branch] gh/xuanzhang816/23/base -> origin/gh/xuanzhang816/23/base 2025-08-14T20:52:20.1153879Z * [new branch] gh/xuanzhang816/23/head -> origin/gh/xuanzhang816/23/head 2025-08-14T20:52:20.1155675Z * [new branch] gh/xuanzhang816/23/orig -> origin/gh/xuanzhang816/23/orig 2025-08-14T20:52:20.1157880Z * [new branch] gh/xuanzhang816/24/base -> origin/gh/xuanzhang816/24/base 2025-08-14T20:52:20.1159286Z * [new branch] gh/xuanzhang816/24/head -> origin/gh/xuanzhang816/24/head 2025-08-14T20:52:20.1161505Z * [new branch] gh/xuanzhang816/24/orig -> origin/gh/xuanzhang816/24/orig 2025-08-14T20:52:20.1163983Z * [new branch] gh/yanbing-j/11/base -> origin/gh/yanbing-j/11/base 2025-08-14T20:52:20.1165667Z * [new branch] gh/yanbing-j/11/head -> origin/gh/yanbing-j/11/head 2025-08-14T20:52:20.1167302Z * [new branch] gh/yanbing-j/11/orig -> origin/gh/yanbing-j/11/orig 2025-08-14T20:52:20.1169444Z * [new branch] gh/yanbing-j/12/base -> origin/gh/yanbing-j/12/base 2025-08-14T20:52:20.1170900Z * [new branch] gh/yanbing-j/12/head -> origin/gh/yanbing-j/12/head 2025-08-14T20:52:20.1172622Z * [new branch] gh/yanbing-j/12/orig -> origin/gh/yanbing-j/12/orig 2025-08-14T20:52:20.1174872Z * [new branch] gh/yanbing-j/13/base -> origin/gh/yanbing-j/13/base 2025-08-14T20:52:20.1176323Z * [new branch] gh/yanbing-j/13/head -> origin/gh/yanbing-j/13/head 2025-08-14T20:52:20.1177993Z * [new branch] gh/yanbing-j/13/orig -> origin/gh/yanbing-j/13/orig 2025-08-14T20:52:20.1180207Z * [new branch] gh/yanbing-j/14/base -> origin/gh/yanbing-j/14/base 2025-08-14T20:52:20.1181829Z * [new branch] gh/yanbing-j/14/head -> origin/gh/yanbing-j/14/head 2025-08-14T20:52:20.1183387Z * [new branch] gh/yanbing-j/14/orig -> origin/gh/yanbing-j/14/orig 2025-08-14T20:52:20.1185909Z * [new branch] gh/yanbing-j/15/base -> origin/gh/yanbing-j/15/base 2025-08-14T20:52:20.1187337Z * [new branch] gh/yanbing-j/15/head -> origin/gh/yanbing-j/15/head 2025-08-14T20:52:20.1189164Z * [new branch] gh/yanbing-j/15/orig -> origin/gh/yanbing-j/15/orig 2025-08-14T20:52:20.1191291Z * [new branch] gh/yanbing-j/18/base -> origin/gh/yanbing-j/18/base 2025-08-14T20:52:20.1192721Z * [new branch] gh/yanbing-j/18/head -> origin/gh/yanbing-j/18/head 2025-08-14T20:52:20.1194464Z * [new branch] gh/yanbing-j/18/orig -> origin/gh/yanbing-j/18/orig 2025-08-14T20:52:20.1196664Z * [new branch] gh/yanbing-j/19/base -> origin/gh/yanbing-j/19/base 2025-08-14T20:52:20.1198113Z * [new branch] gh/yanbing-j/19/head -> origin/gh/yanbing-j/19/head 2025-08-14T20:52:20.1199840Z * [new branch] gh/yanbing-j/19/orig -> origin/gh/yanbing-j/19/orig 2025-08-14T20:52:20.1202030Z * [new branch] gh/yanbing-j/20/base -> origin/gh/yanbing-j/20/base 2025-08-14T20:52:20.1203654Z * [new branch] gh/yanbing-j/20/head -> origin/gh/yanbing-j/20/head 2025-08-14T20:52:20.1205211Z * [new branch] gh/yanbing-j/20/orig -> origin/gh/yanbing-j/20/orig 2025-08-14T20:52:20.1207409Z * [new branch] gh/yanbing-j/21/base -> origin/gh/yanbing-j/21/base 2025-08-14T20:52:20.1208887Z * [new branch] gh/yanbing-j/21/head -> origin/gh/yanbing-j/21/head 2025-08-14T20:52:20.1211131Z * [new branch] gh/yanbing-j/22/base -> origin/gh/yanbing-j/22/base 2025-08-14T20:52:20.1212447Z * [new branch] gh/yanbing-j/22/head -> origin/gh/yanbing-j/22/head 2025-08-14T20:52:20.1214281Z * [new branch] gh/yanbing-j/22/orig -> origin/gh/yanbing-j/22/orig 2025-08-14T20:52:20.1216375Z * [new branch] gh/yanbing-j/23/base -> origin/gh/yanbing-j/23/base 2025-08-14T20:52:20.1217924Z * [new branch] gh/yanbing-j/23/head -> origin/gh/yanbing-j/23/head 2025-08-14T20:52:20.1219559Z * [new branch] gh/yanbing-j/23/orig -> origin/gh/yanbing-j/23/orig 2025-08-14T20:52:20.1221779Z * [new branch] gh/yanbing-j/24/base -> origin/gh/yanbing-j/24/base 2025-08-14T20:52:20.1223386Z * [new branch] gh/yanbing-j/24/head -> origin/gh/yanbing-j/24/head 2025-08-14T20:52:20.1224984Z * [new branch] gh/yanbing-j/24/orig -> origin/gh/yanbing-j/24/orig 2025-08-14T20:52:20.1227122Z * [new branch] gh/yanbing-j/25/base -> origin/gh/yanbing-j/25/base 2025-08-14T20:52:20.1228835Z * [new branch] gh/yanbing-j/25/head -> origin/gh/yanbing-j/25/head 2025-08-14T20:52:20.1230419Z * [new branch] gh/yanbing-j/25/orig -> origin/gh/yanbing-j/25/orig 2025-08-14T20:52:20.1232595Z * [new branch] gh/yanbing-j/26/base -> origin/gh/yanbing-j/26/base 2025-08-14T20:52:20.1234039Z * [new branch] gh/yanbing-j/26/head -> origin/gh/yanbing-j/26/head 2025-08-14T20:52:20.1235787Z * [new branch] gh/yanbing-j/26/orig -> origin/gh/yanbing-j/26/orig 2025-08-14T20:52:20.1237940Z * [new branch] gh/yanbing-j/36/base -> origin/gh/yanbing-j/36/base 2025-08-14T20:52:20.1239360Z * [new branch] gh/yanbing-j/36/head -> origin/gh/yanbing-j/36/head 2025-08-14T20:52:20.1241135Z * [new branch] gh/yanbing-j/36/orig -> origin/gh/yanbing-j/36/orig 2025-08-14T20:52:20.1243383Z * [new branch] gh/yanbing-j/37/base -> origin/gh/yanbing-j/37/base 2025-08-14T20:52:20.1244873Z * [new branch] gh/yanbing-j/37/head -> origin/gh/yanbing-j/37/head 2025-08-14T20:52:20.1246533Z * [new branch] gh/yanbing-j/37/orig -> origin/gh/yanbing-j/37/orig 2025-08-14T20:52:20.1248854Z * [new branch] gh/yanbing-j/39/base -> origin/gh/yanbing-j/39/base 2025-08-14T20:52:20.1250397Z * [new branch] gh/yanbing-j/39/head -> origin/gh/yanbing-j/39/head 2025-08-14T20:52:20.1252031Z * [new branch] gh/yanbing-j/39/orig -> origin/gh/yanbing-j/39/orig 2025-08-14T20:52:20.1254458Z * [new branch] gh/yangw-dev/1/base -> origin/gh/yangw-dev/1/base 2025-08-14T20:52:20.1257005Z * [new branch] gh/yangw-dev/10/base -> origin/gh/yangw-dev/10/base 2025-08-14T20:52:20.1258516Z * [new branch] gh/yangw-dev/10/head -> origin/gh/yangw-dev/10/head 2025-08-14T20:52:20.1260247Z * [new branch] gh/yangw-dev/10/orig -> origin/gh/yangw-dev/10/orig 2025-08-14T20:52:20.1262732Z * [new branch] gh/yangw-dev/11/base -> origin/gh/yangw-dev/11/base 2025-08-14T20:52:20.1264296Z * [new branch] gh/yangw-dev/11/head -> origin/gh/yangw-dev/11/head 2025-08-14T20:52:20.1265908Z * [new branch] gh/yangw-dev/11/orig -> origin/gh/yangw-dev/11/orig 2025-08-14T20:52:20.1268122Z * [new branch] gh/yangw-dev/12/base -> origin/gh/yangw-dev/12/base 2025-08-14T20:52:20.1269913Z * [new branch] gh/yangw-dev/12/head -> origin/gh/yangw-dev/12/head 2025-08-14T20:52:20.1271409Z * [new branch] gh/yangw-dev/12/orig -> origin/gh/yangw-dev/12/orig 2025-08-14T20:52:20.1273632Z * [new branch] gh/yangw-dev/13/base -> origin/gh/yangw-dev/13/base 2025-08-14T20:52:20.1275299Z * [new branch] gh/yangw-dev/13/head -> origin/gh/yangw-dev/13/head 2025-08-14T20:52:20.1276883Z * [new branch] gh/yangw-dev/13/orig -> origin/gh/yangw-dev/13/orig 2025-08-14T20:52:20.1279071Z * [new branch] gh/yangw-dev/14/base -> origin/gh/yangw-dev/14/base 2025-08-14T20:52:20.1280595Z * [new branch] gh/yangw-dev/14/head -> origin/gh/yangw-dev/14/head 2025-08-14T20:52:20.1282083Z * [new branch] gh/yangw-dev/14/orig -> origin/gh/yangw-dev/14/orig 2025-08-14T20:52:20.1284292Z * [new branch] gh/yangw-dev/15/base -> origin/gh/yangw-dev/15/base 2025-08-14T20:52:20.1286326Z * [new branch] gh/yangw-dev/15/head -> origin/gh/yangw-dev/15/head 2025-08-14T20:52:20.1287757Z * [new branch] gh/yangw-dev/15/orig -> origin/gh/yangw-dev/15/orig 2025-08-14T20:52:20.1289972Z * [new branch] gh/yangw-dev/16/base -> origin/gh/yangw-dev/16/base 2025-08-14T20:52:20.1291462Z * [new branch] gh/yangw-dev/16/head -> origin/gh/yangw-dev/16/head 2025-08-14T20:52:20.1293386Z * [new branch] gh/yangw-dev/16/orig -> origin/gh/yangw-dev/16/orig 2025-08-14T20:52:20.1295329Z * [new branch] gh/yangw-dev/17/base -> origin/gh/yangw-dev/17/base 2025-08-14T20:52:20.1296954Z * [new branch] gh/yangw-dev/17/head -> origin/gh/yangw-dev/17/head 2025-08-14T20:52:20.1298290Z * [new branch] gh/yangw-dev/17/orig -> origin/gh/yangw-dev/17/orig 2025-08-14T20:52:20.1300540Z * [new branch] gh/yangw-dev/18/base -> origin/gh/yangw-dev/18/base 2025-08-14T20:52:20.1301943Z * [new branch] gh/yangw-dev/18/head -> origin/gh/yangw-dev/18/head 2025-08-14T20:52:20.1303674Z * [new branch] gh/yangw-dev/18/orig -> origin/gh/yangw-dev/18/orig 2025-08-14T20:52:20.1305742Z * [new branch] gh/yangw-dev/19/base -> origin/gh/yangw-dev/19/base 2025-08-14T20:52:20.1307419Z * [new branch] gh/yangw-dev/19/head -> origin/gh/yangw-dev/19/head 2025-08-14T20:52:20.1308994Z * [new branch] gh/yangw-dev/19/orig -> origin/gh/yangw-dev/19/orig 2025-08-14T20:52:20.1311191Z * [new branch] gh/yangw-dev/2/base -> origin/gh/yangw-dev/2/base 2025-08-14T20:52:20.1312420Z * [new branch] gh/yangw-dev/2/head -> origin/gh/yangw-dev/2/head 2025-08-14T20:52:20.1314619Z * [new branch] gh/yangw-dev/3/base -> origin/gh/yangw-dev/3/base 2025-08-14T20:52:20.1316092Z * [new branch] gh/yangw-dev/3/head -> origin/gh/yangw-dev/3/head 2025-08-14T20:52:20.1318199Z * [new branch] gh/yangw-dev/4/base -> origin/gh/yangw-dev/4/base 2025-08-14T20:52:20.1319649Z * [new branch] gh/yangw-dev/4/head -> origin/gh/yangw-dev/4/head 2025-08-14T20:52:20.1321729Z * [new branch] gh/yangw-dev/5/base -> origin/gh/yangw-dev/5/base 2025-08-14T20:52:20.1322961Z * [new branch] gh/yangw-dev/5/head -> origin/gh/yangw-dev/5/head 2025-08-14T20:52:20.1325694Z * [new branch] gh/yangw-dev/6/base -> origin/gh/yangw-dev/6/base 2025-08-14T20:52:20.1327309Z * [new branch] gh/yangw-dev/6/head -> origin/gh/yangw-dev/6/head 2025-08-14T20:52:20.1329430Z * [new branch] gh/yangw-dev/7/base -> origin/gh/yangw-dev/7/base 2025-08-14T20:52:20.1330897Z * [new branch] gh/yangw-dev/7/head -> origin/gh/yangw-dev/7/head 2025-08-14T20:52:20.1333398Z * [new branch] gh/yangw-dev/8/base -> origin/gh/yangw-dev/8/base 2025-08-14T20:52:20.1334875Z * [new branch] gh/yangw-dev/8/head -> origin/gh/yangw-dev/8/head 2025-08-14T20:52:20.1336521Z * [new branch] gh/yangw-dev/8/orig -> origin/gh/yangw-dev/8/orig 2025-08-14T20:52:20.1338534Z * [new branch] gh/yangw-dev/9/base -> origin/gh/yangw-dev/9/base 2025-08-14T20:52:20.1340142Z * [new branch] gh/yangw-dev/9/head -> origin/gh/yangw-dev/9/head 2025-08-14T20:52:20.1342132Z * [new branch] gh/yangw-dev/9/orig -> origin/gh/yangw-dev/9/orig 2025-08-14T20:52:20.1344667Z * [new branch] gh/ydwu4/233/base -> origin/gh/ydwu4/233/base 2025-08-14T20:52:20.1346117Z * [new branch] gh/ydwu4/233/head -> origin/gh/ydwu4/233/head 2025-08-14T20:52:20.1347922Z * [new branch] gh/ydwu4/233/orig -> origin/gh/ydwu4/233/orig 2025-08-14T20:52:20.1350553Z * [new branch] gh/ydwu4/246/base -> origin/gh/ydwu4/246/base 2025-08-14T20:52:20.1351962Z * [new branch] gh/ydwu4/246/head -> origin/gh/ydwu4/246/head 2025-08-14T20:52:20.1353591Z * [new branch] gh/ydwu4/246/orig -> origin/gh/ydwu4/246/orig 2025-08-14T20:52:20.1356417Z * [new branch] gh/ydwu4/253/base -> origin/gh/ydwu4/253/base 2025-08-14T20:52:20.1358103Z * [new branch] gh/ydwu4/253/head -> origin/gh/ydwu4/253/head 2025-08-14T20:52:20.1359749Z * [new branch] gh/ydwu4/253/orig -> origin/gh/ydwu4/253/orig 2025-08-14T20:52:20.1361866Z * [new branch] gh/ydwu4/255/base -> origin/gh/ydwu4/255/base 2025-08-14T20:52:20.1363322Z * [new branch] gh/ydwu4/255/head -> origin/gh/ydwu4/255/head 2025-08-14T20:52:20.1365249Z * [new branch] gh/ydwu4/255/orig -> origin/gh/ydwu4/255/orig 2025-08-14T20:52:20.1367055Z * [new branch] gh/ydwu4/259/base -> origin/gh/ydwu4/259/base 2025-08-14T20:52:20.1368521Z * [new branch] gh/ydwu4/259/head -> origin/gh/ydwu4/259/head 2025-08-14T20:52:20.1370424Z * [new branch] gh/ydwu4/259/orig -> origin/gh/ydwu4/259/orig 2025-08-14T20:52:20.1372798Z * [new branch] gh/ydwu4/262/base -> origin/gh/ydwu4/262/base 2025-08-14T20:52:20.1374612Z * [new branch] gh/ydwu4/262/head -> origin/gh/ydwu4/262/head 2025-08-14T20:52:20.1376468Z * [new branch] gh/ydwu4/262/orig -> origin/gh/ydwu4/262/orig 2025-08-14T20:52:20.1379216Z * [new branch] gh/ydwu4/263/base -> origin/gh/ydwu4/263/base 2025-08-14T20:52:20.1380228Z * [new branch] gh/ydwu4/263/head -> origin/gh/ydwu4/263/head 2025-08-14T20:52:20.1381806Z * [new branch] gh/ydwu4/263/orig -> origin/gh/ydwu4/263/orig 2025-08-14T20:52:20.1383734Z * [new branch] gh/ydwu4/269/base -> origin/gh/ydwu4/269/base 2025-08-14T20:52:20.1384650Z * [new branch] gh/ydwu4/269/head -> origin/gh/ydwu4/269/head 2025-08-14T20:52:20.1385864Z * [new branch] gh/ydwu4/269/orig -> origin/gh/ydwu4/269/orig 2025-08-14T20:52:20.1387394Z * [new branch] gh/ydwu4/270/base -> origin/gh/ydwu4/270/base 2025-08-14T20:52:20.1388558Z * [new branch] gh/ydwu4/270/head -> origin/gh/ydwu4/270/head 2025-08-14T20:52:20.1389763Z * [new branch] gh/ydwu4/270/orig -> origin/gh/ydwu4/270/orig 2025-08-14T20:52:20.1391454Z * [new branch] gh/ydwu4/272/base -> origin/gh/ydwu4/272/base 2025-08-14T20:52:20.1392389Z * [new branch] gh/ydwu4/272/head -> origin/gh/ydwu4/272/head 2025-08-14T20:52:20.1393448Z * [new branch] gh/ydwu4/272/orig -> origin/gh/ydwu4/272/orig 2025-08-14T20:52:20.1394849Z * [new branch] gh/ydwu4/275/base -> origin/gh/ydwu4/275/base 2025-08-14T20:52:20.1395822Z * [new branch] gh/ydwu4/275/head -> origin/gh/ydwu4/275/head 2025-08-14T20:52:20.1396848Z * [new branch] gh/ydwu4/275/orig -> origin/gh/ydwu4/275/orig 2025-08-14T20:52:20.1398279Z * [new branch] gh/ydwu4/276/base -> origin/gh/ydwu4/276/base 2025-08-14T20:52:20.1399262Z * [new branch] gh/ydwu4/276/head -> origin/gh/ydwu4/276/head 2025-08-14T20:52:20.1400278Z * [new branch] gh/ydwu4/276/orig -> origin/gh/ydwu4/276/orig 2025-08-14T20:52:20.1401887Z * [new branch] gh/ydwu4/277/base -> origin/gh/ydwu4/277/base 2025-08-14T20:52:20.1402875Z * [new branch] gh/ydwu4/277/head -> origin/gh/ydwu4/277/head 2025-08-14T20:52:20.1404164Z * [new branch] gh/ydwu4/277/orig -> origin/gh/ydwu4/277/orig 2025-08-14T20:52:20.1405548Z * [new branch] gh/ydwu4/278/base -> origin/gh/ydwu4/278/base 2025-08-14T20:52:20.1406489Z * [new branch] gh/ydwu4/278/head -> origin/gh/ydwu4/278/head 2025-08-14T20:52:20.1407543Z * [new branch] gh/ydwu4/278/orig -> origin/gh/ydwu4/278/orig 2025-08-14T20:52:20.1409360Z * [new branch] gh/ydwu4/279/base -> origin/gh/ydwu4/279/base 2025-08-14T20:52:20.1410642Z * [new branch] gh/ydwu4/279/head -> origin/gh/ydwu4/279/head 2025-08-14T20:52:20.1417762Z * [new branch] gh/ydwu4/279/orig -> origin/gh/ydwu4/279/orig 2025-08-14T20:52:20.1418511Z * [new branch] gh/ydwu4/280/base -> origin/gh/ydwu4/280/base 2025-08-14T20:52:20.1419089Z * [new branch] gh/ydwu4/280/head -> origin/gh/ydwu4/280/head 2025-08-14T20:52:20.1419602Z * [new branch] gh/ydwu4/280/orig -> origin/gh/ydwu4/280/orig 2025-08-14T20:52:20.1420165Z * [new branch] gh/ydwu4/281/base -> origin/gh/ydwu4/281/base 2025-08-14T20:52:20.1420687Z * [new branch] gh/ydwu4/281/head -> origin/gh/ydwu4/281/head 2025-08-14T20:52:20.1421191Z * [new branch] gh/ydwu4/281/orig -> origin/gh/ydwu4/281/orig 2025-08-14T20:52:20.1421764Z * [new branch] gh/ydwu4/282/base -> origin/gh/ydwu4/282/base 2025-08-14T20:52:20.1422826Z * [new branch] gh/ydwu4/282/head -> origin/gh/ydwu4/282/head 2025-08-14T20:52:20.1423881Z * [new branch] gh/ydwu4/282/orig -> origin/gh/ydwu4/282/orig 2025-08-14T20:52:20.1425374Z * [new branch] gh/ydwu4/283/base -> origin/gh/ydwu4/283/base 2025-08-14T20:52:20.1426289Z * [new branch] gh/ydwu4/283/head -> origin/gh/ydwu4/283/head 2025-08-14T20:52:20.1427341Z * [new branch] gh/ydwu4/283/orig -> origin/gh/ydwu4/283/orig 2025-08-14T20:52:20.1428858Z * [new branch] gh/ydwu4/284/base -> origin/gh/ydwu4/284/base 2025-08-14T20:52:20.1429894Z * [new branch] gh/ydwu4/284/head -> origin/gh/ydwu4/284/head 2025-08-14T20:52:20.1430946Z * [new branch] gh/ydwu4/284/orig -> origin/gh/ydwu4/284/orig 2025-08-14T20:52:20.1432391Z * [new branch] gh/ydwu4/285/base -> origin/gh/ydwu4/285/base 2025-08-14T20:52:20.1433369Z * [new branch] gh/ydwu4/285/head -> origin/gh/ydwu4/285/head 2025-08-14T20:52:20.1434583Z * [new branch] gh/ydwu4/285/orig -> origin/gh/ydwu4/285/orig 2025-08-14T20:52:20.1436102Z * [new branch] gh/ydwu4/286/base -> origin/gh/ydwu4/286/base 2025-08-14T20:52:20.1437047Z * [new branch] gh/ydwu4/286/head -> origin/gh/ydwu4/286/head 2025-08-14T20:52:20.1438107Z * [new branch] gh/ydwu4/286/orig -> origin/gh/ydwu4/286/orig 2025-08-14T20:52:20.1439674Z * [new branch] gh/ydwu4/287/base -> origin/gh/ydwu4/287/base 2025-08-14T20:52:20.1440671Z * [new branch] gh/ydwu4/287/head -> origin/gh/ydwu4/287/head 2025-08-14T20:52:20.1441708Z * [new branch] gh/ydwu4/287/orig -> origin/gh/ydwu4/287/orig 2025-08-14T20:52:20.1443321Z * [new branch] gh/ydwu4/288/base -> origin/gh/ydwu4/288/base 2025-08-14T20:52:20.1444300Z * [new branch] gh/ydwu4/288/head -> origin/gh/ydwu4/288/head 2025-08-14T20:52:20.1445306Z * [new branch] gh/ydwu4/288/orig -> origin/gh/ydwu4/288/orig 2025-08-14T20:52:20.1446855Z * [new branch] gh/ydwu4/289/base -> origin/gh/ydwu4/289/base 2025-08-14T20:52:20.1447868Z * [new branch] gh/ydwu4/289/head -> origin/gh/ydwu4/289/head 2025-08-14T20:52:20.1449149Z * [new branch] gh/ydwu4/289/orig -> origin/gh/ydwu4/289/orig 2025-08-14T20:52:20.1450812Z * [new branch] gh/ydwu4/290/base -> origin/gh/ydwu4/290/base 2025-08-14T20:52:20.1451882Z * [new branch] gh/ydwu4/290/head -> origin/gh/ydwu4/290/head 2025-08-14T20:52:20.1452934Z * [new branch] gh/ydwu4/290/orig -> origin/gh/ydwu4/290/orig 2025-08-14T20:52:20.1454506Z * [new branch] gh/ydwu4/291/base -> origin/gh/ydwu4/291/base 2025-08-14T20:52:20.1455697Z * [new branch] gh/ydwu4/291/head -> origin/gh/ydwu4/291/head 2025-08-14T20:52:20.1456630Z * [new branch] gh/ydwu4/291/orig -> origin/gh/ydwu4/291/orig 2025-08-14T20:52:20.1458223Z * [new branch] gh/ydwu4/292/base -> origin/gh/ydwu4/292/base 2025-08-14T20:52:20.1459140Z * [new branch] gh/ydwu4/292/head -> origin/gh/ydwu4/292/head 2025-08-14T20:52:20.1460151Z * [new branch] gh/ydwu4/292/orig -> origin/gh/ydwu4/292/orig 2025-08-14T20:52:20.1461622Z * [new branch] gh/ydwu4/293/base -> origin/gh/ydwu4/293/base 2025-08-14T20:52:20.1462651Z * [new branch] gh/ydwu4/293/head -> origin/gh/ydwu4/293/head 2025-08-14T20:52:20.1464297Z * [new branch] gh/ydwu4/293/orig -> origin/gh/ydwu4/293/orig 2025-08-14T20:52:20.1465846Z * [new branch] gh/ydwu4/294/base -> origin/gh/ydwu4/294/base 2025-08-14T20:52:20.1466864Z * [new branch] gh/ydwu4/294/head -> origin/gh/ydwu4/294/head 2025-08-14T20:52:20.1467930Z * [new branch] gh/ydwu4/294/orig -> origin/gh/ydwu4/294/orig 2025-08-14T20:52:20.1469712Z * [new branch] gh/ydwu4/295/base -> origin/gh/ydwu4/295/base 2025-08-14T20:52:20.1470789Z * [new branch] gh/ydwu4/295/head -> origin/gh/ydwu4/295/head 2025-08-14T20:52:20.1471828Z * [new branch] gh/ydwu4/295/orig -> origin/gh/ydwu4/295/orig 2025-08-14T20:52:20.1473292Z * [new branch] gh/ydwu4/296/base -> origin/gh/ydwu4/296/base 2025-08-14T20:52:20.1474237Z * [new branch] gh/ydwu4/296/head -> origin/gh/ydwu4/296/head 2025-08-14T20:52:20.1475240Z * [new branch] gh/ydwu4/296/orig -> origin/gh/ydwu4/296/orig 2025-08-14T20:52:20.1477264Z * [new branch] gh/ydwu4/297/base -> origin/gh/ydwu4/297/base 2025-08-14T20:52:20.1478288Z * [new branch] gh/ydwu4/297/head -> origin/gh/ydwu4/297/head 2025-08-14T20:52:20.1479524Z * [new branch] gh/ydwu4/297/orig -> origin/gh/ydwu4/297/orig 2025-08-14T20:52:20.1480986Z * [new branch] gh/ydwu4/298/base -> origin/gh/ydwu4/298/base 2025-08-14T20:52:20.1481968Z * [new branch] gh/ydwu4/298/head -> origin/gh/ydwu4/298/head 2025-08-14T20:52:20.1483526Z * [new branch] gh/ydwu4/298/orig -> origin/gh/ydwu4/298/orig 2025-08-14T20:52:20.1484889Z * [new branch] gh/ydwu4/299/base -> origin/gh/ydwu4/299/base 2025-08-14T20:52:20.1485817Z * [new branch] gh/ydwu4/299/head -> origin/gh/ydwu4/299/head 2025-08-14T20:52:20.1486866Z * [new branch] gh/ydwu4/299/orig -> origin/gh/ydwu4/299/orig 2025-08-14T20:52:20.1489347Z * [new branch] gh/ydwu4/300/base -> origin/gh/ydwu4/300/base 2025-08-14T20:52:20.1491191Z * [new branch] gh/ydwu4/300/head -> origin/gh/ydwu4/300/head 2025-08-14T20:52:20.1492259Z * [new branch] gh/ydwu4/300/orig -> origin/gh/ydwu4/300/orig 2025-08-14T20:52:20.1493908Z * [new branch] gh/ydwu4/301/base -> origin/gh/ydwu4/301/base 2025-08-14T20:52:20.1494950Z * [new branch] gh/ydwu4/301/head -> origin/gh/ydwu4/301/head 2025-08-14T20:52:20.1496248Z * [new branch] gh/ydwu4/301/orig -> origin/gh/ydwu4/301/orig 2025-08-14T20:52:20.1497694Z * [new branch] gh/ydwu4/302/base -> origin/gh/ydwu4/302/base 2025-08-14T20:52:20.1498686Z * [new branch] gh/ydwu4/302/head -> origin/gh/ydwu4/302/head 2025-08-14T20:52:20.1499925Z * [new branch] gh/ydwu4/302/orig -> origin/gh/ydwu4/302/orig 2025-08-14T20:52:20.1501273Z * [new branch] gh/ydwu4/303/base -> origin/gh/ydwu4/303/base 2025-08-14T20:52:20.1502311Z * [new branch] gh/ydwu4/303/head -> origin/gh/ydwu4/303/head 2025-08-14T20:52:20.1503256Z * [new branch] gh/ydwu4/303/orig -> origin/gh/ydwu4/303/orig 2025-08-14T20:52:20.1504685Z * [new branch] gh/ydwu4/304/base -> origin/gh/ydwu4/304/base 2025-08-14T20:52:20.1505692Z * [new branch] gh/ydwu4/304/head -> origin/gh/ydwu4/304/head 2025-08-14T20:52:20.1506743Z * [new branch] gh/ydwu4/304/orig -> origin/gh/ydwu4/304/orig 2025-08-14T20:52:20.1509069Z * [new branch] gh/ydwu4/305/base -> origin/gh/ydwu4/305/base 2025-08-14T20:52:20.1510163Z * [new branch] gh/ydwu4/305/head -> origin/gh/ydwu4/305/head 2025-08-14T20:52:20.1511265Z * [new branch] gh/ydwu4/305/orig -> origin/gh/ydwu4/305/orig 2025-08-14T20:52:20.1512778Z * [new branch] gh/ydwu4/306/base -> origin/gh/ydwu4/306/base 2025-08-14T20:52:20.1513720Z * [new branch] gh/ydwu4/306/head -> origin/gh/ydwu4/306/head 2025-08-14T20:52:20.1514780Z * [new branch] gh/ydwu4/306/orig -> origin/gh/ydwu4/306/orig 2025-08-14T20:52:20.1516260Z * [new branch] gh/ydwu4/307/base -> origin/gh/ydwu4/307/base 2025-08-14T20:52:20.1517176Z * [new branch] gh/ydwu4/307/head -> origin/gh/ydwu4/307/head 2025-08-14T20:52:20.1518289Z * [new branch] gh/ydwu4/307/orig -> origin/gh/ydwu4/307/orig 2025-08-14T20:52:20.1519911Z * [new branch] gh/ydwu4/308/base -> origin/gh/ydwu4/308/base 2025-08-14T20:52:20.1520973Z * [new branch] gh/ydwu4/308/head -> origin/gh/ydwu4/308/head 2025-08-14T20:52:20.1522032Z * [new branch] gh/ydwu4/308/orig -> origin/gh/ydwu4/308/orig 2025-08-14T20:52:20.1523447Z * [new branch] gh/ydwu4/309/base -> origin/gh/ydwu4/309/base 2025-08-14T20:52:20.1524440Z * [new branch] gh/ydwu4/309/head -> origin/gh/ydwu4/309/head 2025-08-14T20:52:20.1525660Z * [new branch] gh/ydwu4/309/orig -> origin/gh/ydwu4/309/orig 2025-08-14T20:52:20.1526972Z * [new branch] gh/ydwu4/310/base -> origin/gh/ydwu4/310/base 2025-08-14T20:52:20.1527982Z * [new branch] gh/ydwu4/310/head -> origin/gh/ydwu4/310/head 2025-08-14T20:52:20.1529074Z * [new branch] gh/ydwu4/310/orig -> origin/gh/ydwu4/310/orig 2025-08-14T20:52:20.1530454Z * [new branch] gh/ydwu4/311/base -> origin/gh/ydwu4/311/base 2025-08-14T20:52:20.1531449Z * [new branch] gh/ydwu4/311/head -> origin/gh/ydwu4/311/head 2025-08-14T20:52:20.1532477Z * [new branch] gh/ydwu4/311/orig -> origin/gh/ydwu4/311/orig 2025-08-14T20:52:20.1534399Z * [new branch] gh/yf225/133/base -> origin/gh/yf225/133/base 2025-08-14T20:52:20.1535431Z * [new branch] gh/yf225/133/head -> origin/gh/yf225/133/head 2025-08-14T20:52:20.1537142Z * [new branch] gh/yf225/171/base -> origin/gh/yf225/171/base 2025-08-14T20:52:20.1538221Z * [new branch] gh/yf225/171/head -> origin/gh/yf225/171/head 2025-08-14T20:52:20.1539509Z * [new branch] gh/yf225/171/orig -> origin/gh/yf225/171/orig 2025-08-14T20:52:20.1540979Z * [new branch] gh/yf225/172/base -> origin/gh/yf225/172/base 2025-08-14T20:52:20.1541922Z * [new branch] gh/yf225/172/head -> origin/gh/yf225/172/head 2025-08-14T20:52:20.1542891Z * [new branch] gh/yf225/172/orig -> origin/gh/yf225/172/orig 2025-08-14T20:52:20.1544776Z * [new branch] gh/yf225/93/base -> origin/gh/yf225/93/base 2025-08-14T20:52:20.1545770Z * [new branch] gh/yf225/93/head -> origin/gh/yf225/93/head 2025-08-14T20:52:20.1548658Z * [new branch] gh/yifuwang/152/base -> origin/gh/yifuwang/152/base 2025-08-14T20:52:20.1554342Z * [new branch] gh/yifuwang/152/head -> origin/gh/yifuwang/152/head 2025-08-14T20:52:20.1556027Z * [new branch] gh/yifuwang/152/orig -> origin/gh/yifuwang/152/orig 2025-08-14T20:52:20.1557894Z * [new branch] gh/yifuwang/195/base -> origin/gh/yifuwang/195/base 2025-08-14T20:52:20.1559421Z * [new branch] gh/yifuwang/195/head -> origin/gh/yifuwang/195/head 2025-08-14T20:52:20.1560870Z * [new branch] gh/yifuwang/195/orig -> origin/gh/yifuwang/195/orig 2025-08-14T20:52:20.1563173Z * [new branch] gh/yiming0416/1/base -> origin/gh/yiming0416/1/base 2025-08-14T20:52:20.1564626Z * [new branch] gh/yiming0416/1/head -> origin/gh/yiming0416/1/head 2025-08-14T20:52:20.1566296Z * [new branch] gh/yiming0416/2/base -> origin/gh/yiming0416/2/base 2025-08-14T20:52:20.1567630Z * [new branch] gh/yiming0416/2/head -> origin/gh/yiming0416/2/head 2025-08-14T20:52:20.1569832Z * [new branch] gh/ysiraichi/79/base -> origin/gh/ysiraichi/79/base 2025-08-14T20:52:20.1571221Z * [new branch] gh/ysiraichi/79/head -> origin/gh/ysiraichi/79/head 2025-08-14T20:52:20.1572834Z * [new branch] gh/ysiraichi/79/orig -> origin/gh/ysiraichi/79/orig 2025-08-14T20:52:20.1574630Z * [new branch] gh/ysiraichi/81/base -> origin/gh/ysiraichi/81/base 2025-08-14T20:52:20.1576078Z * [new branch] gh/ysiraichi/81/head -> origin/gh/ysiraichi/81/head 2025-08-14T20:52:20.1577583Z * [new branch] gh/ysiraichi/81/orig -> origin/gh/ysiraichi/81/orig 2025-08-14T20:52:20.1579470Z * [new branch] gh/ysiraichi/84/base -> origin/gh/ysiraichi/84/base 2025-08-14T20:52:20.1580965Z * [new branch] gh/ysiraichi/84/head -> origin/gh/ysiraichi/84/head 2025-08-14T20:52:20.1582353Z * [new branch] gh/ysiraichi/84/orig -> origin/gh/ysiraichi/84/orig 2025-08-14T20:52:20.1584282Z * [new branch] gh/ysiraichi/85/base -> origin/gh/ysiraichi/85/base 2025-08-14T20:52:20.1585801Z * [new branch] gh/ysiraichi/85/head -> origin/gh/ysiraichi/85/head 2025-08-14T20:52:20.1587359Z * [new branch] gh/ysiraichi/85/orig -> origin/gh/ysiraichi/85/orig 2025-08-14T20:52:20.1589433Z * [new branch] gh/ysiraichi/86/base -> origin/gh/ysiraichi/86/base 2025-08-14T20:52:20.1590913Z * [new branch] gh/ysiraichi/86/head -> origin/gh/ysiraichi/86/head 2025-08-14T20:52:20.1592320Z * [new branch] gh/ysiraichi/86/orig -> origin/gh/ysiraichi/86/orig 2025-08-14T20:52:20.1594292Z * [new branch] gh/ysiraichi/87/base -> origin/gh/ysiraichi/87/base 2025-08-14T20:52:20.1595710Z * [new branch] gh/ysiraichi/87/head -> origin/gh/ysiraichi/87/head 2025-08-14T20:52:20.1597105Z * [new branch] gh/ysiraichi/87/orig -> origin/gh/ysiraichi/87/orig 2025-08-14T20:52:20.1599509Z * [new branch] gh/ysiraichi/88/base -> origin/gh/ysiraichi/88/base 2025-08-14T20:52:20.1600820Z * [new branch] gh/ysiraichi/88/head -> origin/gh/ysiraichi/88/head 2025-08-14T20:52:20.1601894Z * [new branch] gh/ysiraichi/88/orig -> origin/gh/ysiraichi/88/orig 2025-08-14T20:52:20.1603775Z * [new branch] gh/yuguo68/1/base -> origin/gh/yuguo68/1/base 2025-08-14T20:52:20.1604980Z * [new branch] gh/yuguo68/1/head -> origin/gh/yuguo68/1/head 2025-08-14T20:52:20.1606091Z * [new branch] gh/yuguo68/1/orig -> origin/gh/yuguo68/1/orig 2025-08-14T20:52:20.1607645Z * [new branch] gh/yuguo68/2/base -> origin/gh/yuguo68/2/base 2025-08-14T20:52:20.1608725Z * [new branch] gh/yuguo68/2/head -> origin/gh/yuguo68/2/head 2025-08-14T20:52:20.1609698Z * [new branch] gh/yuguo68/2/orig -> origin/gh/yuguo68/2/orig 2025-08-14T20:52:20.1611709Z * [new branch] gh/zhxchen17/25/base -> origin/gh/zhxchen17/25/base 2025-08-14T20:52:20.1612766Z * [new branch] gh/zhxchen17/25/head -> origin/gh/zhxchen17/25/head 2025-08-14T20:52:20.1613811Z * [new branch] gh/zhxchen17/25/orig -> origin/gh/zhxchen17/25/orig 2025-08-14T20:52:20.1615647Z * [new branch] gh/zhxchen17/31/base -> origin/gh/zhxchen17/31/base 2025-08-14T20:52:20.1616790Z * [new branch] gh/zhxchen17/31/head -> origin/gh/zhxchen17/31/head 2025-08-14T20:52:20.1617850Z * [new branch] gh/zhxchen17/31/orig -> origin/gh/zhxchen17/31/orig 2025-08-14T20:52:20.1619656Z * [new branch] gh/zhxchen17/33/base -> origin/gh/zhxchen17/33/base 2025-08-14T20:52:20.1620739Z * [new branch] gh/zhxchen17/33/head -> origin/gh/zhxchen17/33/head 2025-08-14T20:52:20.1622366Z * [new branch] gh/zhxchen17/33/orig -> origin/gh/zhxchen17/33/orig 2025-08-14T20:52:20.1623801Z * [new branch] gh/zhxchen17/34/base -> origin/gh/zhxchen17/34/base 2025-08-14T20:52:20.1624852Z * [new branch] gh/zhxchen17/34/head -> origin/gh/zhxchen17/34/head 2025-08-14T20:52:20.1626189Z * [new branch] gh/zhxchen17/35/base -> origin/gh/zhxchen17/35/base 2025-08-14T20:52:20.1627147Z * [new branch] gh/zhxchen17/35/head -> origin/gh/zhxchen17/35/head 2025-08-14T20:52:20.1629002Z * [new branch] gh/zhxchen17/36/base -> origin/gh/zhxchen17/36/base 2025-08-14T20:52:20.1630032Z * [new branch] gh/zhxchen17/36/head -> origin/gh/zhxchen17/36/head 2025-08-14T20:52:20.1631190Z * [new branch] gh/zhxchen17/36/orig -> origin/gh/zhxchen17/36/orig 2025-08-14T20:52:20.1633042Z * [new branch] gh/zklaus/1/base -> origin/gh/zklaus/1/base 2025-08-14T20:52:20.1634100Z * [new branch] gh/zklaus/1/head -> origin/gh/zklaus/1/head 2025-08-14T20:52:20.1635180Z * [new branch] gh/zklaus/1/orig -> origin/gh/zklaus/1/orig 2025-08-14T20:52:20.1636710Z * [new branch] gh/zklaus/10/base -> origin/gh/zklaus/10/base 2025-08-14T20:52:20.1637727Z * [new branch] gh/zklaus/10/head -> origin/gh/zklaus/10/head 2025-08-14T20:52:20.1638778Z * [new branch] gh/zklaus/10/orig -> origin/gh/zklaus/10/orig 2025-08-14T20:52:20.1640174Z * [new branch] gh/zklaus/11/base -> origin/gh/zklaus/11/base 2025-08-14T20:52:20.1641210Z * [new branch] gh/zklaus/11/head -> origin/gh/zklaus/11/head 2025-08-14T20:52:20.1642259Z * [new branch] gh/zklaus/11/orig -> origin/gh/zklaus/11/orig 2025-08-14T20:52:20.1643705Z * [new branch] gh/zklaus/12/base -> origin/gh/zklaus/12/base 2025-08-14T20:52:20.1644693Z * [new branch] gh/zklaus/12/head -> origin/gh/zklaus/12/head 2025-08-14T20:52:20.1645712Z * [new branch] gh/zklaus/12/orig -> origin/gh/zklaus/12/orig 2025-08-14T20:52:20.1647293Z * [new branch] gh/zklaus/14/base -> origin/gh/zklaus/14/base 2025-08-14T20:52:20.1648701Z * [new branch] gh/zklaus/14/head -> origin/gh/zklaus/14/head 2025-08-14T20:52:20.1649908Z * [new branch] gh/zklaus/14/orig -> origin/gh/zklaus/14/orig 2025-08-14T20:52:20.1651871Z * [new branch] gh/zklaus/15/base -> origin/gh/zklaus/15/base 2025-08-14T20:52:20.1652920Z * [new branch] gh/zklaus/15/head -> origin/gh/zklaus/15/head 2025-08-14T20:52:20.1654316Z * [new branch] gh/zklaus/15/orig -> origin/gh/zklaus/15/orig 2025-08-14T20:52:20.1655880Z * [new branch] gh/zklaus/16/base -> origin/gh/zklaus/16/base 2025-08-14T20:52:20.1656742Z * [new branch] gh/zklaus/16/head -> origin/gh/zklaus/16/head 2025-08-14T20:52:20.1657787Z * [new branch] gh/zklaus/16/orig -> origin/gh/zklaus/16/orig 2025-08-14T20:52:20.1659230Z * [new branch] gh/zklaus/17/base -> origin/gh/zklaus/17/base 2025-08-14T20:52:20.1660303Z * [new branch] gh/zklaus/17/head -> origin/gh/zklaus/17/head 2025-08-14T20:52:20.1661346Z * [new branch] gh/zklaus/17/orig -> origin/gh/zklaus/17/orig 2025-08-14T20:52:20.1662917Z * [new branch] gh/zklaus/18/base -> origin/gh/zklaus/18/base 2025-08-14T20:52:20.1663933Z * [new branch] gh/zklaus/18/head -> origin/gh/zklaus/18/head 2025-08-14T20:52:20.1665010Z * [new branch] gh/zklaus/18/orig -> origin/gh/zklaus/18/orig 2025-08-14T20:52:20.1666414Z * [new branch] gh/zklaus/19/base -> origin/gh/zklaus/19/base 2025-08-14T20:52:20.1667360Z * [new branch] gh/zklaus/19/head -> origin/gh/zklaus/19/head 2025-08-14T20:52:20.1668424Z * [new branch] gh/zklaus/19/orig -> origin/gh/zklaus/19/orig 2025-08-14T20:52:20.1669945Z * [new branch] gh/zklaus/7/base -> origin/gh/zklaus/7/base 2025-08-14T20:52:20.1671428Z * [new branch] gh/zklaus/7/head -> origin/gh/zklaus/7/head 2025-08-14T20:52:20.1672423Z * [new branch] gh/zklaus/7/orig -> origin/gh/zklaus/7/orig 2025-08-14T20:52:20.1673902Z * [new branch] gh/zklaus/9/base -> origin/gh/zklaus/9/base 2025-08-14T20:52:20.1674878Z * [new branch] gh/zklaus/9/head -> origin/gh/zklaus/9/head 2025-08-14T20:52:20.1675911Z * [new branch] gh/zklaus/9/orig -> origin/gh/zklaus/9/orig 2025-08-14T20:52:20.1677888Z * [new branch] gh/zou3519/1175/base -> origin/gh/zou3519/1175/base 2025-08-14T20:52:20.1678914Z * [new branch] gh/zou3519/1175/head -> origin/gh/zou3519/1175/head 2025-08-14T20:52:20.1679976Z * [new branch] gh/zou3519/1175/orig -> origin/gh/zou3519/1175/orig 2025-08-14T20:52:20.1681605Z * [new branch] gh/zou3519/1177/base -> origin/gh/zou3519/1177/base 2025-08-14T20:52:20.1682533Z * [new branch] gh/zou3519/1177/head -> origin/gh/zou3519/1177/head 2025-08-14T20:52:20.1683580Z * [new branch] gh/zou3519/1177/orig -> origin/gh/zou3519/1177/orig 2025-08-14T20:52:20.1685138Z * [new branch] gh/zou3519/1187/base -> origin/gh/zou3519/1187/base 2025-08-14T20:52:20.1686111Z * [new branch] gh/zou3519/1187/head -> origin/gh/zou3519/1187/head 2025-08-14T20:52:20.1687177Z * [new branch] gh/zou3519/1187/orig -> origin/gh/zou3519/1187/orig 2025-08-14T20:52:20.1688718Z * [new branch] gh/zou3519/1188/base -> origin/gh/zou3519/1188/base 2025-08-14T20:52:20.1689782Z * [new branch] gh/zou3519/1188/head -> origin/gh/zou3519/1188/head 2025-08-14T20:52:20.1690883Z * [new branch] gh/zou3519/1188/orig -> origin/gh/zou3519/1188/orig 2025-08-14T20:52:20.1692403Z * [new branch] gh/zou3519/1189/base -> origin/gh/zou3519/1189/base 2025-08-14T20:52:20.1693593Z * [new branch] gh/zou3519/1189/head -> origin/gh/zou3519/1189/head 2025-08-14T20:52:20.1694650Z * [new branch] gh/zou3519/1189/orig -> origin/gh/zou3519/1189/orig 2025-08-14T20:52:20.1696227Z * [new branch] gh/zou3519/1190/base -> origin/gh/zou3519/1190/base 2025-08-14T20:52:20.1697201Z * [new branch] gh/zou3519/1190/head -> origin/gh/zou3519/1190/head 2025-08-14T20:52:20.1698353Z * [new branch] gh/zou3519/1190/orig -> origin/gh/zou3519/1190/orig 2025-08-14T20:52:20.1699934Z * [new branch] gh/zou3519/1191/base -> origin/gh/zou3519/1191/base 2025-08-14T20:52:20.1700986Z * [new branch] gh/zou3519/1191/head -> origin/gh/zou3519/1191/head 2025-08-14T20:52:20.1702001Z * [new branch] gh/zou3519/1191/orig -> origin/gh/zou3519/1191/orig 2025-08-14T20:52:20.1703816Z * [new branch] gh/zpcore/1/base -> origin/gh/zpcore/1/base 2025-08-14T20:52:20.1704831Z * [new branch] gh/zpcore/1/head -> origin/gh/zpcore/1/head 2025-08-14T20:52:20.1706515Z * [new branch] gh/zpcore/10/base -> origin/gh/zpcore/10/base 2025-08-14T20:52:20.1707398Z * [new branch] gh/zpcore/10/head -> origin/gh/zpcore/10/head 2025-08-14T20:52:20.1708531Z * [new branch] gh/zpcore/10/orig -> origin/gh/zpcore/10/orig 2025-08-14T20:52:20.1710128Z * [new branch] gh/zpcore/11/base -> origin/gh/zpcore/11/base 2025-08-14T20:52:20.1711177Z * [new branch] gh/zpcore/11/head -> origin/gh/zpcore/11/head 2025-08-14T20:52:20.1712199Z * [new branch] gh/zpcore/11/orig -> origin/gh/zpcore/11/orig 2025-08-14T20:52:20.1714005Z * [new branch] gh/zpcore/12/base -> origin/gh/zpcore/12/base 2025-08-14T20:52:20.1715250Z * [new branch] gh/zpcore/12/head -> origin/gh/zpcore/12/head 2025-08-14T20:52:20.1716226Z * [new branch] gh/zpcore/12/orig -> origin/gh/zpcore/12/orig 2025-08-14T20:52:20.1717716Z * [new branch] gh/zpcore/2/base -> origin/gh/zpcore/2/base 2025-08-14T20:52:20.1718748Z * [new branch] gh/zpcore/2/head -> origin/gh/zpcore/2/head 2025-08-14T20:52:20.1720092Z * [new branch] gh/zpcore/3/base -> origin/gh/zpcore/3/base 2025-08-14T20:52:20.1721113Z * [new branch] gh/zpcore/3/head -> origin/gh/zpcore/3/head 2025-08-14T20:52:20.1722427Z * [new branch] gh/zpcore/4/base -> origin/gh/zpcore/4/base 2025-08-14T20:52:20.1723369Z * [new branch] gh/zpcore/4/head -> origin/gh/zpcore/4/head 2025-08-14T20:52:20.1725214Z * [new branch] gh/zpcore/5/base -> origin/gh/zpcore/5/base 2025-08-14T20:52:20.1726158Z * [new branch] gh/zpcore/5/head -> origin/gh/zpcore/5/head 2025-08-14T20:52:20.1727468Z * [new branch] gh/zpcore/6/base -> origin/gh/zpcore/6/base 2025-08-14T20:52:20.1728405Z * [new branch] gh/zpcore/6/head -> origin/gh/zpcore/6/head 2025-08-14T20:52:20.1729800Z * [new branch] gh/zpcore/7/base -> origin/gh/zpcore/7/base 2025-08-14T20:52:20.1730718Z * [new branch] gh/zpcore/7/head -> origin/gh/zpcore/7/head 2025-08-14T20:52:20.1732073Z * [new branch] gh/zpcore/8/base -> origin/gh/zpcore/8/base 2025-08-14T20:52:20.1733093Z * [new branch] gh/zpcore/8/head -> origin/gh/zpcore/8/head 2025-08-14T20:52:20.1735142Z * [new branch] gh/zpcore/9/head -> origin/gh/zpcore/9/head 2025-08-14T20:52:20.1736188Z * [new branch] gh/zpcore/9/orig -> origin/gh/zpcore/9/orig 2025-08-14T20:52:20.1737562Z * [new branch] google-main -> origin/google-main 2025-08-14T20:52:20.1739123Z * [new branch] guangyey/external_stream -> origin/guangyey/external_stream 2025-08-14T20:52:20.1739994Z * [new branch] guangyey/host_alloc -> origin/guangyey/host_alloc 2025-08-14T20:52:20.1740995Z * [new branch] guangyey/test_2025 -> origin/guangyey/test_2025 2025-08-14T20:52:20.1743191Z * [new branch] guilhermeleobas/cherry-pick-55d87d9dfd9 -> origin/guilhermeleobas/cherry-pick-55d87d9dfd9 2025-08-14T20:52:20.1744497Z * [new branch] haozhe/bf16-dynamic-shape -> origin/haozhe/bf16-dynamic-shape 2025-08-14T20:52:20.1745582Z * [new branch] hc_baseline -> origin/hc_baseline 2025-08-14T20:52:20.1746835Z * [new branch] headeronlyScalarType -> origin/headeronlyScalarType 2025-08-14T20:52:20.1747858Z * [new branch] hf_update -> origin/hf_update 2025-08-14T20:52:20.1749488Z * [new branch] hhh_decomp_mul -> origin/hhh_decomp_mul 2025-08-14T20:52:20.1750720Z * [new branch] hhh_rand -> origin/hhh_rand 2025-08-14T20:52:20.1752594Z * [new branch] hoy/mmsplitk -> origin/hoy/mmsplitk 2025-08-14T20:52:20.1753573Z * [new branch] hoy/triton-PR3973 -> origin/hoy/triton-PR3973 2025-08-14T20:52:20.1754734Z * [new branch] hoy/triton-coalescing-baseline -> origin/hoy/triton-coalescing-baseline 2025-08-14T20:52:20.1755788Z * [new branch] hoy/triton-coalescing-min -> origin/hoy/triton-coalescing-min 2025-08-14T20:52:20.1756748Z * [new branch] hoy/triton-coalescing-new -> origin/hoy/triton-coalescing-new 2025-08-14T20:52:20.1758093Z * [new branch] hoy/triton-coalescing-vec -> origin/hoy/triton-coalescing-vec 2025-08-14T20:52:20.1759182Z * [new branch] inductordecompfix -> origin/inductordecompfix 2025-08-14T20:52:20.1760409Z * [new branch] inline -> origin/inline 2025-08-14T20:52:20.1761572Z * [new branch] inlining -> origin/inlining 2025-08-14T20:52:20.1762654Z * [new branch] inlining-ezyang -> origin/inlining-ezyang 2025-08-14T20:52:20.1763716Z * [new branch] int8_sdpa -> origin/int8_sdpa 2025-08-14T20:52:20.1765046Z * [new branch] invoke-subgraph -> origin/invoke-subgraph 2025-08-14T20:52:20.1766237Z * [new branch] issue#58739 -> origin/issue#58739 2025-08-14T20:52:20.1767261Z * [new branch] issue-154849 -> origin/issue-154849 2025-08-14T20:52:20.1769025Z * [new branch] ivanov/cherry-pick-ckpt-fixes -> origin/ivanov/cherry-pick-ckpt-fixes 2025-08-14T20:52:20.1770611Z * [new branch] jcaip/test-cusparselt-version-0.6.2 -> origin/jcaip/test-cusparselt-version-0.6.2 2025-08-14T20:52:20.1771517Z * [new branch] jcaip/update-cusparselt-0.6.2 -> origin/jcaip/update-cusparselt-0.6.2 2025-08-14T20:52:20.1772660Z * [new branch] jithunnair-amd-patch-1 -> origin/jithunnair-amd-patch-1 2025-08-14T20:52:20.1774153Z * [new branch] justinchu/attention-tests -> origin/justinchu/attention-tests 2025-08-14T20:52:20.1775168Z * [new branch] justinchu/native-qdq -> origin/justinchu/native-qdq 2025-08-14T20:52:20.1776750Z * [new branch] justinchuby/JitScalarType -> origin/justinchuby/JitScalarType 2025-08-14T20:52:20.1777707Z * [new branch] justinchuby/dynamo-true -> origin/justinchuby/dynamo-true 2025-08-14T20:52:20.1778705Z * [new branch] justinchuby/opset-20 -> origin/justinchuby/opset-20 2025-08-14T20:52:20.1780685Z * [new branch] kainan666/xlf_debug -> origin/kainan666/xlf_debug 2025-08-14T20:52:20.1781726Z * [new branch] kainan_test -> origin/kainan_test 2025-08-14T20:52:20.1783533Z * [new branch] leslie/enable_poc_reduction_fusion -> origin/leslie/enable_poc_reduction_fusion 2025-08-14T20:52:20.1784474Z * [new branch] leslie/test_group_gemm_epilogues -> origin/leslie/test_group_gemm_epilogues 2025-08-14T20:52:20.1786053Z * [new branch] lessw2020/fix_cutlass_cache_error -> origin/lessw2020/fix_cutlass_cache_error 2025-08-14T20:52:20.1787463Z * [new branch] liaoxuan/shm_all_reduce -> origin/liaoxuan/shm_all_reduce 2025-08-14T20:52:20.1788471Z * [new branch] liaoxuan/tags_issue -> origin/liaoxuan/tags_issue 2025-08-14T20:52:20.1789517Z * [new branch] liaoxuan/test_fa_disable_softmax -> origin/liaoxuan/test_fa_disable_softmax 2025-08-14T20:52:20.1790476Z * [new branch] liaoxuan/test_int8_sdpa -> origin/liaoxuan/test_int8_sdpa 2025-08-14T20:52:20.1791579Z * [new branch] lintbuilddocker -> origin/lintbuilddocker 2025-08-14T20:52:20.1792608Z * [new branch] llama4-stable -> origin/llama4-stable 2025-08-14T20:52:20.1793959Z * [new branch] logdetfix -> origin/logdetfix 2025-08-14T20:52:20.1795809Z * [new branch] lts/release/1.8 -> origin/lts/release/1.8 2025-08-14T20:52:20.1797399Z * [new branch] lucaskabela/#94773 -> origin/lucaskabela/#94773 2025-08-14T20:52:20.1798352Z * [new branch] lucaskabela/fix_157452 -> origin/lucaskabela/fix_157452 2025-08-14T20:52:20.1799475Z * [new branch] lucaskabela/fix_circular_import_158120 -> origin/lucaskabela/fix_circular_import_158120 2025-08-14T20:52:20.1800387Z * [new branch] lucaskabela/func_under_decomp -> origin/lucaskabela/func_under_decomp 2025-08-14T20:52:20.1801461Z * [new branch] lucaskabela/functional_in_dynamo -> origin/lucaskabela/functional_in_dynamo 2025-08-14T20:52:20.1802938Z * [new branch] lucaskabela/install_params_as_graph_attr -> origin/lucaskabela/install_params_as_graph_attr 2025-08-14T20:52:20.1803999Z * [new branch] lucaskabela/issue_120648 -> origin/lucaskabela/issue_120648 2025-08-14T20:52:20.1805545Z * [new branch] lucaskabela/parameters_as_graph_attr -> origin/lucaskabela/parameters_as_graph_attr 2025-08-14T20:52:20.1806498Z * [new branch] lucaskabela/registry_fix -> origin/lucaskabela/registry_fix 2025-08-14T20:52:20.1807699Z * [new branch] lucaskabela/remove_aot_dispatcher_metadata -> origin/lucaskabela/remove_aot_dispatcher_metadata 2025-08-14T20:52:20.1808663Z * [new branch] lucaskabela/type_guards -> origin/lucaskabela/type_guards 2025-08-14T20:52:20.1809730Z * [new branch] lucaskabela/typing-misc -> origin/lucaskabela/typing-misc 2025-08-14T20:52:20.1810768Z * [new branch] lucaskabela/typing_backends -> origin/lucaskabela/typing_backends 2025-08-14T20:52:20.1812034Z * [new branch] lucaskabela/typing_bytecode_analysis_transform -> origin/lucaskabela/typing_bytecode_analysis_transform 2025-08-14T20:52:20.1812911Z * [new branch] lucaskabela/typing_cache_files -> origin/lucaskabela/typing_cache_files 2025-08-14T20:52:20.1814086Z * [new branch] lucaskabela/typing_compile_autograd -> origin/lucaskabela/typing_compile_autograd 2025-08-14T20:52:20.1815135Z * [new branch] lucaskabela/typing_debug_utils.py -> origin/lucaskabela/typing_debug_utils.py 2025-08-14T20:52:20.1816154Z * [new branch] lucaskabela/typing_decorators -> origin/lucaskabela/typing_decorators 2025-08-14T20:52:20.1817262Z * [new branch] lucaskabela/typing_eval_frame -> origin/lucaskabela/typing_eval_frame 2025-08-14T20:52:20.1818290Z * [new branch] lucaskabela/typing_for_codegen -> origin/lucaskabela/typing_for_codegen 2025-08-14T20:52:20.1819323Z * [new branch] lucaskabela/typing_output_graph -> origin/lucaskabela/typing_output_graph 2025-08-14T20:52:20.1820399Z * [new branch] lucaskabela/typing_side_effects -> origin/lucaskabela/typing_side_effects 2025-08-14T20:52:20.1821596Z * [new branch] lucaskabela/typing_source_guard -> origin/lucaskabela/typing_source_guard 2025-08-14T20:52:20.1822559Z * [new branch] lucaskabela/typing_trace_rules -> origin/lucaskabela/typing_trace_rules 2025-08-14T20:52:20.1823606Z * [new branch] lucaskabela/typing_utils.py -> origin/lucaskabela/typing_utils.py 2025-08-14T20:52:20.1824785Z * [new branch] lucaskabela/typing_utils_improvements -> origin/lucaskabela/typing_utils_improvements 2025-08-14T20:52:20.1826247Z * [new branch] main -> origin/main 2025-08-14T20:52:20.1827849Z * [new branch] main-enable-b200-distributed-tests -> origin/main-enable-b200-distributed-tests 2025-08-14T20:52:20.1829005Z * [new branch] malfet-patch-1 -> origin/malfet-patch-1 2025-08-14T20:52:20.1830233Z * [new branch] malfet-patch-10 -> origin/malfet-patch-10 2025-08-14T20:52:20.1831474Z * [new branch] malfet-patch-11 -> origin/malfet-patch-11 2025-08-14T20:52:20.1832679Z * [new branch] malfet-patch-13 -> origin/malfet-patch-13 2025-08-14T20:52:20.1833941Z * [new branch] malfet-patch-14 -> origin/malfet-patch-14 2025-08-14T20:52:20.1834970Z * [new branch] malfet-patch-2 -> origin/malfet-patch-2 2025-08-14T20:52:20.1836256Z * [new branch] malfet-patch-3 -> origin/malfet-patch-3 2025-08-14T20:52:20.1837471Z * [new branch] malfet-patch-4 -> origin/malfet-patch-4 2025-08-14T20:52:20.1839194Z * [new branch] malfet-patch-5 -> origin/malfet-patch-5 2025-08-14T20:52:20.1840415Z * [new branch] malfet-patch-6 -> origin/malfet-patch-6 2025-08-14T20:52:20.1841522Z * [new branch] malfet-patch-7 -> origin/malfet-patch-7 2025-08-14T20:52:20.1842790Z * [new branch] malfet-patch-8 -> origin/malfet-patch-8 2025-08-14T20:52:20.1843884Z * [new branch] malfet-patch-9 -> origin/malfet-patch-9 2025-08-14T20:52:20.1845462Z * [new branch] malfet/delete-upsteam-cuda -> origin/malfet/delete-upsteam-cuda 2025-08-14T20:52:20.1846436Z * [new branch] malfet/mps-implement-col2im -> origin/malfet/mps-implement-col2im 2025-08-14T20:52:20.1848025Z * [new branch] manuel/fix_multidim_boolean_indexing -> origin/manuel/fix_multidim_boolean_indexing 2025-08-14T20:52:20.1849076Z * [new branch] manuel/np_empty_ellipsis -> origin/manuel/np_empty_ellipsis 2025-08-14T20:52:20.1850773Z * [new branch] manuel/test-ops-common-allow-mps -> origin/manuel/test-ops-common-allow-mps 2025-08-14T20:52:20.1851814Z * [new branch] metascroy-patch-1 -> origin/metascroy-patch-1 2025-08-14T20:52:20.1853488Z * [new branch] mlazos/S429861-debug -> origin/mlazos/S429861-debug 2025-08-14T20:52:20.1854305Z * [new branch] mlazos/aa -> origin/mlazos/aa 2025-08-14T20:52:20.1855330Z * [new branch] mlazos/arg-renames -> origin/mlazos/arg-renames 2025-08-14T20:52:20.1856645Z * [new branch] mlazos/backup-test-branch -> origin/mlazos/backup-test-branch 2025-08-14T20:52:20.1857479Z * [new branch] mlazos/bad-cudagraphs -> origin/mlazos/bad-cudagraphs 2025-08-14T20:52:20.1858412Z * [new branch] mlazos/baseline -> origin/mlazos/baseline 2025-08-14T20:52:20.1859462Z * [new branch] mlazos/baseline-graph-breaks -> origin/mlazos/baseline-graph-breaks 2025-08-14T20:52:20.1860401Z * [new branch] mlazos/beta-tensor -> origin/mlazos/beta-tensor 2025-08-14T20:52:20.1861722Z * [new branch] mlazos/buffers -> origin/mlazos/buffers 2025-08-14T20:52:20.1863002Z * [new branch] mlazos/buffers2 -> origin/mlazos/buffers2 2025-08-14T20:52:20.1864132Z * [new branch] mlazos/buffers3 -> origin/mlazos/buffers3 2025-08-14T20:52:20.1865717Z * [new branch] mlazos/ck2 -> origin/mlazos/ck2 2025-08-14T20:52:20.1867863Z * [new branch] mlazos/combokernels -> origin/mlazos/combokernels 2025-08-14T20:52:20.1869032Z * [new branch] mlazos/ctx-cleanup -> origin/mlazos/ctx-cleanup 2025-08-14T20:52:20.1870412Z * [new branch] mlazos/cudagraph-tests -> origin/mlazos/cudagraph-tests 2025-08-14T20:52:20.1871768Z * [new branch] mlazos/cudagraphs-measurement -> origin/mlazos/cudagraphs-measurement 2025-08-14T20:52:20.1873078Z * [new branch] mlazos/cutlass-test -> origin/mlazos/cutlass-test 2025-08-14T20:52:20.1874402Z * [new branch] mlazos/cutlass-topo-bug -> origin/mlazos/cutlass-topo-bug 2025-08-14T20:52:20.1875678Z * [new branch] mlazos/data-gather -> origin/mlazos/data-gather 2025-08-14T20:52:20.1876960Z * [new branch] mlazos/data-ptrs2 -> origin/mlazos/data-ptrs2 2025-08-14T20:52:20.1878225Z * [new branch] mlazos/data-ptrs3 -> origin/mlazos/data-ptrs3 2025-08-14T20:52:20.1879532Z * [new branch] mlazos/dataclass-proxy -> origin/mlazos/dataclass-proxy 2025-08-14T20:52:20.1880808Z * [new branch] mlazos/dc-attrs -> origin/mlazos/dc-attrs 2025-08-14T20:52:20.1881870Z * [new branch] mlazos/dc-helion -> origin/mlazos/dc-helion 2025-08-14T20:52:20.1883052Z * [new branch] mlazos/dict-fix -> origin/mlazos/dict-fix 2025-08-14T20:52:20.1884560Z * [new branch] mlazos/disable-closures -> origin/mlazos/disable-closures 2025-08-14T20:52:20.1885895Z * [new branch] mlazos/disable-tf -> origin/mlazos/disable-tf 2025-08-14T20:52:20.1886890Z * [new branch] mlazos/dupe-fix -> origin/mlazos/dupe-fix 2025-08-14T20:52:20.1888346Z * [new branch] mlazos/dyn-batch -> origin/mlazos/dyn-batch 2025-08-14T20:52:20.1889703Z * [new branch] mlazos/evt -> origin/mlazos/evt 2025-08-14T20:52:20.1891185Z * [new branch] mlazos/exp_disable -> origin/mlazos/exp_disable 2025-08-14T20:52:20.1892503Z * [new branch] mlazos/extract-examples -> origin/mlazos/extract-examples 2025-08-14T20:52:20.1893627Z * [new branch] mlazos/foreach-op -> origin/mlazos/foreach-op 2025-08-14T20:52:20.1894953Z * [new branch] mlazos/fp8 -> origin/mlazos/fp8 2025-08-14T20:52:20.1896303Z * [new branch] mlazos/fp8-bias -> origin/mlazos/fp8-bias 2025-08-14T20:52:20.1897572Z * [new branch] mlazos/fp8-bias-fusion -> origin/mlazos/fp8-bias-fusion 2025-08-14T20:52:20.1898812Z * [new branch] mlazos/freezing -> origin/mlazos/freezing 2025-08-14T20:52:20.1900035Z * [new branch] mlazos/h-comp -> origin/mlazos/h-comp 2025-08-14T20:52:20.1901465Z * [new branch] mlazos/h-comp2 -> origin/mlazos/h-comp2 2025-08-14T20:52:20.1902507Z * [new branch] mlazos/hash-hop -> origin/mlazos/hash-hop 2025-08-14T20:52:20.1903894Z * [new branch] mlazos/hc -> origin/mlazos/hc 2025-08-14T20:52:20.1905217Z * [new branch] mlazos/hc-cycles -> origin/mlazos/hc-cycles 2025-08-14T20:52:20.1906522Z * [new branch] mlazos/hc-fixes -> origin/mlazos/hc-fixes 2025-08-14T20:52:20.1907771Z * [new branch] mlazos/hc-fixes3 -> origin/mlazos/hc-fixes3 2025-08-14T20:52:20.1909160Z * [new branch] mlazos/hc-fixes4 -> origin/mlazos/hc-fixes4 2025-08-14T20:52:20.1910510Z * [new branch] mlazos/hc-hf -> origin/mlazos/hc-hf 2025-08-14T20:52:20.1911761Z * [new branch] mlazos/hc-mut -> origin/mlazos/hc-mut 2025-08-14T20:52:20.1913042Z * [new branch] mlazos/hc10 -> origin/mlazos/hc10 2025-08-14T20:52:20.1914307Z * [new branch] mlazos/hc11 -> origin/mlazos/hc11 2025-08-14T20:52:20.1916191Z * [new branch] mlazos/hc12 -> origin/mlazos/hc12 2025-08-14T20:52:20.1917369Z * [new branch] mlazos/hc13 -> origin/mlazos/hc13 2025-08-14T20:52:20.1919021Z * [new branch] mlazos/hc14 -> origin/mlazos/hc14 2025-08-14T20:52:20.1920264Z * [new branch] mlazos/hc15 -> origin/mlazos/hc15 2025-08-14T20:52:20.1921574Z * [new branch] mlazos/hc2 -> origin/mlazos/hc2 2025-08-14T20:52:20.1922877Z * [new branch] mlazos/hc4 -> origin/mlazos/hc4 2025-08-14T20:52:20.1924125Z * [new branch] mlazos/hc5 -> origin/mlazos/hc5 2025-08-14T20:52:20.1925406Z * [new branch] mlazos/hc6 -> origin/mlazos/hc6 2025-08-14T20:52:20.1926709Z * [new branch] mlazos/hc7 -> origin/mlazos/hc7 2025-08-14T20:52:20.1927872Z * [new branch] mlazos/hc8 -> origin/mlazos/hc8 2025-08-14T20:52:20.1929118Z * [new branch] mlazos/hc9 -> origin/mlazos/hc9 2025-08-14T20:52:20.1930424Z * [new branch] mlazos/hc_baseline2 -> origin/mlazos/hc_baseline2 2025-08-14T20:52:20.1931859Z * [new branch] mlazos/hop-modes -> origin/mlazos/hop-modes 2025-08-14T20:52:20.1933205Z * [new branch] mlazos/init-per-param -> origin/mlazos/init-per-param 2025-08-14T20:52:20.1934366Z * [new branch] mlazos/init_per_param -> origin/mlazos/init_per_param 2025-08-14T20:52:20.1935681Z * [new branch] mlazos/less-guards -> origin/mlazos/less-guards 2025-08-14T20:52:20.1937095Z * [new branch] mlazos/lr-composibility -> origin/mlazos/lr-composibility 2025-08-14T20:52:20.1938102Z * [new branch] mlazos/main -> origin/mlazos/main 2025-08-14T20:52:20.1939526Z * [new branch] mlazos/main-test-enablement -> origin/mlazos/main-test-enablement 2025-08-14T20:52:20.1940625Z * [new branch] mlazos/main2 -> origin/mlazos/main2 2025-08-14T20:52:20.1942010Z * [new branch] mlazos/mcg -> origin/mlazos/mcg 2025-08-14T20:52:20.1943285Z * [new branch] mlazos/mcg2 -> origin/mlazos/mcg2 2025-08-14T20:52:20.1944607Z * [new branch] mlazos/meta-guards -> origin/mlazos/meta-guards 2025-08-14T20:52:20.1946217Z * [new branch] mlazos/mlazos/ck2 -> origin/mlazos/mlazos/ck2 2025-08-14T20:52:20.1947670Z * [new branch] mlazos/mlazos/foreach-map-adam -> origin/mlazos/mlazos/foreach-map-adam 2025-08-14T20:52:20.1949339Z * [new branch] mlazos/mlazos/tf-mode-backup -> origin/mlazos/mlazos/tf-mode-backup 2025-08-14T20:52:20.1950489Z * [new branch] mlazos/mod-fix -> origin/mlazos/mod-fix 2025-08-14T20:52:20.1952017Z * [new branch] mlazos/mode-fix -> origin/mlazos/mode-fix 2025-08-14T20:52:20.1953329Z * [new branch] mlazos/more-tests -> origin/mlazos/more-tests 2025-08-14T20:52:20.1954571Z * [new branch] mlazos/nested-dc -> origin/mlazos/nested-dc 2025-08-14T20:52:20.1955846Z * [new branch] mlazos/no-cpp -> origin/mlazos/no-cpp 2025-08-14T20:52:20.1957226Z * [new branch] mlazos/no-init-group-handling -> origin/mlazos/no-init-group-handling 2025-08-14T20:52:20.1958241Z * [new branch] mlazos/offsets -> origin/mlazos/offsets 2025-08-14T20:52:20.1959588Z * [new branch] mlazos/opt-bench-exp2 -> origin/mlazos/opt-bench-exp2 2025-08-14T20:52:20.1960818Z * [new branch] mlazos/opt-incr -> origin/mlazos/opt-incr 2025-08-14T20:52:20.1962116Z * [new branch] mlazos/proxy-ctors -> origin/mlazos/proxy-ctors 2025-08-14T20:52:20.1963580Z * [new branch] mlazos/proxy-opt -> origin/mlazos/proxy-opt 2025-08-14T20:52:20.1964665Z * [new branch] mlazos/quant-fix -> origin/mlazos/quant-fix 2025-08-14T20:52:20.1965789Z * [new branch] mlazos/rm-buf-names -> origin/mlazos/rm-buf-names 2025-08-14T20:52:20.1967104Z * [new branch] mlazos/rm-spam -> origin/mlazos/rm-spam 2025-08-14T20:52:20.1968424Z * [new branch] mlazos/rtp -> origin/mlazos/rtp 2025-08-14T20:52:20.1969816Z * [new branch] mlazos/static-idx-dbg -> origin/mlazos/static-idx-dbg 2025-08-14T20:52:20.1971404Z * [new branch] mlazos/static-inputs-log -> origin/mlazos/static-inputs-log 2025-08-14T20:52:20.1972763Z * [new branch] mlazos/sub-param-fix -> origin/mlazos/sub-param-fix 2025-08-14T20:52:20.1974048Z * [new branch] mlazos/td-fix2 -> origin/mlazos/td-fix2 2025-08-14T20:52:20.1975364Z * [new branch] mlazos/tensor-hasattr2 -> origin/mlazos/tensor-hasattr2 2025-08-14T20:52:20.1976590Z * [new branch] mlazos/test -> origin/mlazos/test 2025-08-14T20:52:20.1977860Z * [new branch] mlazos/tf-mode -> origin/mlazos/tf-mode 2025-08-14T20:52:20.1979239Z * [new branch] mlazos/tf-mode-backup2 -> origin/mlazos/tf-mode-backup2 2025-08-14T20:52:20.1980522Z * [new branch] mlazos/tf-mode-reland -> origin/mlazos/tf-mode-reland 2025-08-14T20:52:20.1981908Z * [new branch] mlazos/tf-mode-reland2 -> origin/mlazos/tf-mode-reland2 2025-08-14T20:52:20.1983167Z * [new branch] mlazos/tf-mode-reland3 -> origin/mlazos/tf-mode-reland3 2025-08-14T20:52:20.1984444Z * [new branch] mlazos/topo-fix -> origin/mlazos/topo-fix 2025-08-14T20:52:20.1985747Z * [new branch] mlazos/triton-no-epi -> origin/mlazos/triton-no-epi 2025-08-14T20:52:20.1986994Z * [new branch] mlazos/tune-proto -> origin/mlazos/tune-proto 2025-08-14T20:52:20.1988257Z * [new branch] mlazos/tuple-fixes -> origin/mlazos/tuple-fixes 2025-08-14T20:52:20.1989758Z * [new branch] mlazos/tuple-fixes2 -> origin/mlazos/tuple-fixes2 2025-08-14T20:52:20.1994682Z * [new branch] mlazos/tuple-handling -> origin/mlazos/tuple-handling 2025-08-14T20:52:20.1995289Z * [new branch] mlazos/user-streams -> origin/mlazos/user-streams 2025-08-14T20:52:20.1995833Z * [new branch] mlazos/vary-beta -> origin/mlazos/vary-beta 2025-08-14T20:52:20.1996348Z * [new branch] mlazos/vary-beta2 -> origin/mlazos/vary-beta2 2025-08-14T20:52:20.1997309Z * [new branch] mlazos/weird-perf1 -> origin/mlazos/weird-perf1 2025-08-14T20:52:20.1998854Z * [new branch] mm_out_dtype_compile -> origin/mm_out_dtype_compile 2025-08-14T20:52:20.2000218Z * [new branch] modify-setupvllm -> origin/modify-setupvllm 2025-08-14T20:52:20.2001624Z * [new branch] move-theme-out-docker -> origin/move-theme-out-docker 2025-08-14T20:52:20.2003030Z * [new branch] mps-linear-1d -> origin/mps-linear-1d 2025-08-14T20:52:20.2004814Z * [new branch] msaroufim/be1 -> origin/msaroufim/be1 2025-08-14T20:52:20.2006143Z * [new branch] msaroufim/cn_path -> origin/msaroufim/cn_path 2025-08-14T20:52:20.2007426Z * [new branch] msaroufim/dtensorfusedadam -> origin/msaroufim/dtensorfusedadam 2025-08-14T20:52:20.2008762Z * [new branch] msaroufim/reduce -> origin/msaroufim/reduce 2025-08-14T20:52:20.2010533Z * [new branch] mtia/basic-cmake -> origin/mtia/basic-cmake 2025-08-14T20:52:20.2011869Z * [new branch] muon_dev -> origin/muon_dev 2025-08-14T20:52:20.2013451Z * [new branch] new-modifiy-setupvllm -> origin/new-modifiy-setupvllm 2025-08-14T20:52:20.2014761Z * [new branch] new-setupvllm -> origin/new-setupvllm 2025-08-14T20:52:20.2016134Z * [new branch] newtest-base -> origin/newtest-base 2025-08-14T20:52:20.2017831Z * [new branch] ngimel/cat_perf -> origin/ngimel/cat_perf 2025-08-14T20:52:20.2019130Z * [new branch] ngimel/cudamoduleload -> origin/ngimel/cudamoduleload 2025-08-14T20:52:20.2020268Z * [new branch] ngimel/fabric_driver_version -> origin/ngimel/fabric_driver_version 2025-08-14T20:52:20.2021441Z * [new branch] ngimel/fabric_symm -> origin/ngimel/fabric_symm 2025-08-14T20:52:20.2022721Z * [new branch] ngimel/gg_new -> origin/ngimel/gg_new 2025-08-14T20:52:20.2023820Z * [new branch] ngimel/grouped_mm_checks -> origin/ngimel/grouped_mm_checks 2025-08-14T20:52:20.2025137Z * [new branch] ngimel/guardfabric -> origin/ngimel/guardfabric 2025-08-14T20:52:20.2026343Z * [new branch] ngimel/index_None -> origin/ngimel/index_None 2025-08-14T20:52:20.2027862Z * [new branch] ngimel/modeguard -> origin/ngimel/modeguard 2025-08-14T20:52:20.2029649Z * [new branch] ngimel/multicast_fix -> origin/ngimel/multicast_fix 2025-08-14T20:52:20.2030945Z * [new branch] ngimel/unbind_multimem -> origin/ngimel/unbind_multimem 2025-08-14T20:52:20.2032266Z * [new branch] nightly -> origin/nightly 2025-08-14T20:52:20.2033807Z * [new branch] nmacchioni-patch-10 -> origin/nmacchioni-patch-10 2025-08-14T20:52:20.2035306Z * [new branch] nmacchioni-patch-7 -> origin/nmacchioni-patch-7 2025-08-14T20:52:20.2036799Z * [new branch] nmacchioni-patch-8 -> origin/nmacchioni-patch-8 2025-08-14T20:52:20.2038231Z * [new branch] nmacchioni-patch-9 -> origin/nmacchioni-patch-9 2025-08-14T20:52:20.2039571Z * [new branch] nullplay_fuse_matmul -> origin/nullplay_fuse_matmul 2025-08-14T20:52:20.2041474Z * [new branch] nweidia/enable-B200-inductor-nightly-ci -> origin/nweidia/enable-B200-inductor-nightly-ci 2025-08-14T20:52:20.2042627Z * [new branch] one-off -> origin/one-off 2025-08-14T20:52:20.2044803Z * [new branch] orig/release/1.10 -> origin/orig/release/1.10 2025-08-14T20:52:20.2046238Z * [new branch] orig/release/1.11 -> origin/orig/release/1.11 2025-08-14T20:52:20.2047593Z * [new branch] orig/release/1.12 -> origin/orig/release/1.12 2025-08-14T20:52:20.2049368Z * [new branch] orig/release/1.13 -> origin/orig/release/1.13 2025-08-14T20:52:20.2050765Z * [new branch] orig/release/1.6 -> origin/orig/release/1.6 2025-08-14T20:52:20.2052224Z * [new branch] orig/release/1.7 -> origin/orig/release/1.7 2025-08-14T20:52:20.2053554Z * [new branch] orig/release/1.8 -> origin/orig/release/1.8 2025-08-14T20:52:20.2055010Z * [new branch] orig/release/1.9 -> origin/orig/release/1.9 2025-08-14T20:52:20.2056352Z * [new branch] orig/release/2.0 -> origin/orig/release/2.0 2025-08-14T20:52:20.2057639Z * [new branch] orig/release/2.1 -> origin/orig/release/2.1 2025-08-14T20:52:20.2058954Z * [new branch] orig/release/2.2 -> origin/orig/release/2.2 2025-08-14T20:52:20.2060227Z * [new branch] orig/release/2.3 -> origin/orig/release/2.3 2025-08-14T20:52:20.2061491Z * [new branch] orig/release/2.4 -> origin/orig/release/2.4 2025-08-14T20:52:20.2062882Z * [new branch] orig/release/2.5 -> origin/orig/release/2.5 2025-08-14T20:52:20.2064032Z * [new branch] orig/release/2.6 -> origin/orig/release/2.6 2025-08-14T20:52:20.2065656Z * [new branch] orig/release/2.7 -> origin/orig/release/2.7 2025-08-14T20:52:20.2067408Z * [new branch] orig/release/2.8 -> origin/orig/release/2.8 2025-08-14T20:52:20.2069274Z * [new branch] oulgen/fx_graph -> origin/oulgen/fx_graph 2025-08-14T20:52:20.2070692Z * [new branch] padded-tensor -> origin/padded-tensor 2025-08-14T20:52:20.2072416Z * [new branch] parallel_cat -> origin/parallel_cat 2025-08-14T20:52:20.2073784Z * [new branch] pca2 -> origin/pca2 2025-08-14T20:52:20.2075264Z * [new branch] pianpwk-patch-1 -> origin/pianpwk-patch-1 2025-08-14T20:52:20.2077396Z * [new branch] pianpwk/backed_size_oblivious_export -> origin/pianpwk/backed_size_oblivious_export 2025-08-14T20:52:20.2078517Z * [new branch] pianpwk/dde_repeat_cat -> origin/pianpwk/dde_repeat_cat 2025-08-14T20:52:20.2079780Z * [new branch] pianpwk/draft_export_normalize -> origin/pianpwk/draft_export_normalize 2025-08-14T20:52:20.2080924Z * [new branch] pianpwk/dynamic_source_dim -> origin/pianpwk/dynamic_source_dim 2025-08-14T20:52:20.2082145Z * [new branch] pianpwk/invalidate_fake_memo -> origin/pianpwk/invalidate_fake_memo 2025-08-14T20:52:20.2084092Z * [new branch] pianpwk/lru_cache_bound_sympy -> origin/pianpwk/lru_cache_bound_sympy 2025-08-14T20:52:20.2085643Z * [new branch] pianpwk/max_1_strides -> origin/pianpwk/max_1_strides 2025-08-14T20:52:20.2086920Z * [new branch] pianpwk/nonzero_memo -> origin/pianpwk/nonzero_memo 2025-08-14T20:52:20.2088350Z * [new branch] pianpwk/oblivious_reshape_view_better -> origin/pianpwk/oblivious_reshape_view_better 2025-08-14T20:52:20.2089962Z * [new branch] pianpwk/oblivious_should_swap -> origin/pianpwk/oblivious_should_swap 2025-08-14T20:52:20.2091296Z * [new branch] pianpwk/oblivious_slice_forward -> origin/pianpwk/oblivious_slice_forward 2025-08-14T20:52:20.2092485Z * [new branch] pianpwk/oblivious_where -> origin/pianpwk/oblivious_where 2025-08-14T20:52:20.2093735Z * [new branch] pianpwk/param_static_pgo -> origin/pianpwk/param_static_pgo 2025-08-14T20:52:20.2094971Z * [new branch] pianpwk/pre_forward_hook -> origin/pianpwk/pre_forward_hook 2025-08-14T20:52:20.2096346Z * [new branch] pianpwk/remove_guard_fail_break -> origin/pianpwk/remove_guard_fail_break 2025-08-14T20:52:20.2097646Z * [new branch] pianpwk/slice_fresh_symbols -> origin/pianpwk/slice_fresh_symbols 2025-08-14T20:52:20.2098854Z * [new branch] pianpwk/sym_sym -> origin/pianpwk/sym_sym 2025-08-14T20:52:20.2100152Z * [new branch] pianpwk/test_slice_fake_impl -> origin/pianpwk/test_slice_fake_impl 2025-08-14T20:52:20.2101433Z * [new branch] pianpwk/unbacked_channels_last -> origin/pianpwk/unbacked_channels_last 2025-08-14T20:52:20.2102915Z * [new branch] pianpwk/unbacked_safe_conv1d -> origin/pianpwk/unbacked_safe_conv1d 2025-08-14T20:52:20.2104190Z * [new branch] pianpwk/unbacked_sdpa_flash -> origin/pianpwk/unbacked_sdpa_flash 2025-08-14T20:52:20.2105519Z * [new branch] pianpwk/unbacked_should_swap -> origin/pianpwk/unbacked_should_swap 2025-08-14T20:52:20.2106760Z * [new branch] pianpwk/unbacked_should_swap_2 -> origin/pianpwk/unbacked_should_swap_2 2025-08-14T20:52:20.2107975Z * [new branch] pianpwk/unbacked_slice_binding -> origin/pianpwk/unbacked_slice_binding 2025-08-14T20:52:20.2109348Z * [new branch] pianpwk/unbacked_slice_forward -> origin/pianpwk/unbacked_slice_forward 2025-08-14T20:52:20.2110644Z * [new branch] pianpwk/verbose_tensor_guards -> origin/pianpwk/verbose_tensor_guards 2025-08-14T20:52:20.2111766Z * [new branch] pianpwk/wan21_reshape -> origin/pianpwk/wan21_reshape 2025-08-14T20:52:20.2113048Z * [new branch] pianpwk/whitelist_optimizer -> origin/pianpwk/whitelist_optimizer 2025-08-14T20:52:20.2114443Z * [new branch] pin-torchao -> origin/pin-torchao 2025-08-14T20:52:20.2116207Z * [new branch] piz/fall_back_missing_0705 -> origin/piz/fall_back_missing_0705 2025-08-14T20:52:20.2117637Z * [new branch] piz/fall_back_missing_0716 -> origin/piz/fall_back_missing_0716 2025-08-14T20:52:20.2118821Z * [new branch] piz/fill_dist_cost_0702-3 -> origin/piz/fill_dist_cost_0702-3 2025-08-14T20:52:20.2120047Z * [new branch] piz/fill_dist_cost_0702-4 -> origin/piz/fill_dist_cost_0702-4 2025-08-14T20:52:20.2121277Z * [new branch] piz/fill_dist_cost_0702-5 -> origin/piz/fill_dist_cost_0702-5 2025-08-14T20:52:20.2122405Z * [new branch] piz/fix_sort_ -> origin/piz/fix_sort_ 2025-08-14T20:52:20.2124128Z * [new branch] piz/improve_scatter_0808 -> origin/piz/improve_scatter_0808 2025-08-14T20:52:20.2125460Z * [new branch] pool-separate -> origin/pool-separate 2025-08-14T20:52:20.2126800Z * [new branch] pr-156087 -> origin/pr-156087 2025-08-14T20:52:20.2128589Z * [new branch] pr/131860 -> origin/pr/131860 2025-08-14T20:52:20.2129993Z * [new branch] predispatch_to -> origin/predispatch_to 2025-08-14T20:52:20.2131367Z * [new branch] pt-opt-cuda3 -> origin/pt-opt-cuda3 2025-08-14T20:52:20.2132914Z * [new branch] pt2e-cache-model-device -> origin/pt2e-cache-model-device 2025-08-14T20:52:20.2134171Z * [new branch] pull-latest-theme -> origin/pull-latest-theme 2025-08-14T20:52:20.2135526Z * [new branch] pyobjectslot -> origin/pyobjectslot 2025-08-14T20:52:20.2137453Z * [new branch] python_compiled_autograd -> origin/python_compiled_autograd 2025-08-14T20:52:20.2139736Z * [new branch] qchip/export-D54134695 -> origin/qchip/export-D54134695 2025-08-14T20:52:20.2141119Z * [new branch] quint-bits -> origin/quint-bits 2025-08-14T20:52:20.2143117Z * [new branch] release/1.10 -> origin/release/1.10 2025-08-14T20:52:20.2144494Z * [new branch] release/1.11 -> origin/release/1.11 2025-08-14T20:52:20.2145856Z * [new branch] release/1.12 -> origin/release/1.12 2025-08-14T20:52:20.2147141Z * [new branch] release/1.13 -> origin/release/1.13 2025-08-14T20:52:20.2148746Z * [new branch] release/1.4 -> origin/release/1.4 2025-08-14T20:52:20.2150913Z * [new branch] release/1.4.1 -> origin/release/1.4.1 2025-08-14T20:52:20.2152155Z * [new branch] release/1.5 -> origin/release/1.5 2025-08-14T20:52:20.2153485Z * [new branch] release/1.6 -> origin/release/1.6 2025-08-14T20:52:20.2155437Z * [new branch] release/1.7 -> origin/release/1.7 2025-08-14T20:52:20.2156863Z * [new branch] release/1.8 -> origin/release/1.8 2025-08-14T20:52:20.2158160Z * [new branch] release/1.9 -> origin/release/1.9 2025-08-14T20:52:20.2159454Z * [new branch] release/2.0 -> origin/release/2.0 2025-08-14T20:52:20.2161014Z * [new branch] release/2.1 -> origin/release/2.1 2025-08-14T20:52:20.2162286Z * [new branch] release/2.2 -> origin/release/2.2 2025-08-14T20:52:20.2164046Z * [new branch] release/2.3 -> origin/release/2.3 2025-08-14T20:52:20.2165626Z * [new branch] release/2.4 -> origin/release/2.4 2025-08-14T20:52:20.2167387Z * [new branch] release/2.5 -> origin/release/2.5 2025-08-14T20:52:20.2168795Z * [new branch] release/2.6 -> origin/release/2.6 2025-08-14T20:52:20.2170222Z * [new branch] release/2.7 -> origin/release/2.7 2025-08-14T20:52:20.2171626Z * [new branch] release/2.8 -> origin/release/2.8 2025-08-14T20:52:20.2173083Z * [new branch] release_notes -> origin/release_notes 2025-08-14T20:52:20.2174494Z * [new branch] remove-actionable-label -> origin/remove-actionable-label 2025-08-14T20:52:20.2175805Z * [new branch] remove-ao -> origin/remove-ao 2025-08-14T20:52:20.2177331Z * [new branch] replace-pytorch-labs-20250812-195836 -> origin/replace-pytorch-labs-20250812-195836 2025-08-14T20:52:20.2178533Z * [new branch] replace-pytorch-labs-20250812-200248 -> origin/replace-pytorch-labs-20250812-200248 2025-08-14T20:52:20.2179670Z * [new branch] replace-pytorch-labs-20250812-200324 -> origin/replace-pytorch-labs-20250812-200324 2025-08-14T20:52:20.2181033Z * [new branch] replace-pytorch-labs-20250812-204020 -> origin/replace-pytorch-labs-20250812-204020 2025-08-14T20:52:20.2182355Z * [new branch] replace-pytorch-labs-20250812-204125 -> origin/replace-pytorch-labs-20250812-204125 2025-08-14T20:52:20.2183709Z * [new branch] replace-pytorch-labs-20250812-205624 -> origin/replace-pytorch-labs-20250812-205624 2025-08-14T20:52:20.2186305Z * [new branch] revert-131069-gh/krzysztofjordan/1/head -> origin/revert-131069-gh/krzysztofjordan/1/head 2025-08-14T20:52:20.2188812Z * [new branch] revert-131469-gh/andrewor14/51/head -> origin/revert-131469-gh/andrewor14/51/head 2025-08-14T20:52:20.2191322Z * [new branch] revert-156870-gh/skarjala/3/head -> origin/revert-156870-gh/skarjala/3/head 2025-08-14T20:52:20.2193012Z * [new branch] revert-157914-cherry-pick-157503-by-pytorch_bot_bot_ -> origin/revert-157914-cherry-pick-157503-by-pytorch_bot_bot_ 2025-08-14T20:52:20.2194228Z * [new branch] revert-direct-updates -> origin/revert-direct-updates 2025-08-14T20:52:20.2195555Z * [new branch] rocm-monitoring -> origin/rocm-monitoring 2025-08-14T20:52:20.2197880Z * [new branch] ryanguo99/cleanup-dynamo-expected-failures -> origin/ryanguo99/cleanup-dynamo-expected-failures 2025-08-14T20:52:20.2198935Z * [new branch] ryanguo99/fix-closure-var -> origin/ryanguo99/fix-closure-var 2025-08-14T20:52:20.2200653Z * [new branch] rzou/faketensor_bench -> origin/rzou/faketensor_bench 2025-08-14T20:52:20.2201851Z * [new branch] rzou/njt -> origin/rzou/njt 2025-08-14T20:52:20.2203144Z * [new branch] rzou/operator -> origin/rzou/operator 2025-08-14T20:52:20.2204401Z * [new branch] rzou/pca -> origin/rzou/pca 2025-08-14T20:52:20.2205641Z * [new branch] rzou/pipe_split -> origin/rzou/pipe_split 2025-08-14T20:52:20.2206840Z * [new branch] rzou/realprop -> origin/rzou/realprop 2025-08-14T20:52:20.2208105Z * [new branch] rzou/setup_context -> origin/rzou/setup_context 2025-08-14T20:52:20.2210124Z * [new branch] sanchitintel/refactor_aten_int8_woq_gemm -> origin/sanchitintel/refactor_aten_int8_woq_gemm 2025-08-14T20:52:20.2211619Z * [new branch] sanchitintel/weird_thing_with_test_cpu_select_algorithm -> origin/sanchitintel/weird_thing_with_test_cpu_select_algorithm 2025-08-14T20:52:20.2212885Z * [new branch] sapling-pr-archive-SS-JIA -> origin/sapling-pr-archive-SS-JIA 2025-08-14T20:52:20.2214336Z * [new branch] save -> origin/save 2025-08-14T20:52:20.2216139Z * [new branch] sdym/2.5.1 -> origin/sdym/2.5.1 2025-08-14T20:52:20.2217662Z * [new branch] seemethere-patch-1 -> origin/seemethere-patch-1 2025-08-14T20:52:20.2219317Z * [new branch] setup-torchci -> origin/setup-torchci 2025-08-14T20:52:20.2220755Z * [new branch] setupvllm -> origin/setupvllm 2025-08-14T20:52:20.2222081Z * [new branch] share_and_pin_fork -> origin/share_and_pin_fork 2025-08-14T20:52:20.2223907Z * [new branch] shengf/fx-xform-perf -> origin/shengf/fx-xform-perf 2025-08-14T20:52:20.2225215Z * [new branch] shikaili_fp8_allgather -> origin/shikaili_fp8_allgather 2025-08-14T20:52:20.2226668Z * [new branch] shoumikhin-patch-12 -> origin/shoumikhin-patch-12 2025-08-14T20:52:20.2228114Z * [new branch] simplify-fq-per-channel -> origin/simplify-fq-per-channel 2025-08-14T20:52:20.2229550Z * [new branch] solve-accuracy-fix -> origin/solve-accuracy-fix 2025-08-14T20:52:20.2231376Z * [new branch] sqzhang/flight4 -> origin/sqzhang/flight4 2025-08-14T20:52:20.2232722Z * [new branch] sqzhang/flight4plus -> origin/sqzhang/flight4plus 2025-08-14T20:52:20.2234562Z * [new branch] sraikund/record_funct_test -> origin/sraikund/record_funct_test 2025-08-14T20:52:20.2236294Z * [new branch] sraikund16/test -> origin/sraikund16/test 2025-08-14T20:52:20.2237784Z * [new branch] stablize-compilation-time -> origin/stablize-compilation-time 2025-08-14T20:52:20.2239161Z * [new branch] standalone-templates -> origin/standalone-templates 2025-08-14T20:52:20.2240590Z * [new branch] standalone_package_weights -> origin/standalone_package_weights 2025-08-14T20:52:20.2241921Z * [new branch] starterTaskUpdate -> origin/starterTaskUpdate 2025-08-14T20:52:20.2243289Z * [new branch] step2vllmsetup -> origin/step2vllmsetup 2025-08-14T20:52:20.2244678Z * [new branch] subgraph_fuse -> origin/subgraph_fuse 2025-08-14T20:52:20.2246667Z * [new branch] support-uv-in-collect_env -> origin/support-uv-in-collect_env 2025-08-14T20:52:20.2248506Z * [new branch] suryasub/fix-nccl-hang -> origin/suryasub/fix-nccl-hang 2025-08-14T20:52:20.2249893Z * [new branch] sve-poc -> origin/sve-poc 2025-08-14T20:52:20.2251301Z * [new branch] svekars-patch-1 -> origin/svekars-patch-1 2025-08-14T20:52:20.2252640Z * [new branch] svekars-patch-2 -> origin/svekars-patch-2 2025-08-14T20:52:20.2254063Z * [new branch] switch-bn -> origin/switch-bn 2025-08-14T20:52:20.2255599Z * [new branch] sympy-bottleneck-repro -> origin/sympy-bottleneck-repro 2025-08-14T20:52:20.2257846Z * [new branch] tenpercent/ck_inductor_gfx950 -> origin/tenpercent/ck_inductor_gfx950 2025-08-14T20:52:20.2259231Z * [new branch] tensordict_integration -> origin/tensordict_integration 2025-08-14T20:52:20.2260705Z * [new branch] test-half-migration-internally -> origin/test-half-migration-internally 2025-08-14T20:52:20.2262044Z * [new branch] test-internal-et -> origin/test-internal-et 2025-08-14T20:52:20.2263518Z * [new branch] test-move-conda-builds -> origin/test-move-conda-builds 2025-08-14T20:52:20.2264996Z * [new branch] test-myst-markdown-docstring -> origin/test-myst-markdown-docstring 2025-08-14T20:52:20.2266286Z * [new branch] test-old -> origin/test-old 2025-08-14T20:52:20.2267860Z * [new branch] test-vec-migration-internally -> origin/test-vec-migration-internally 2025-08-14T20:52:20.2269519Z * [new branch] test/bmm_heur -> origin/test/bmm_heur 2025-08-14T20:52:20.2271226Z * [new branch] test/inductor -> origin/test/inductor 2025-08-14T20:52:20.2272616Z * [new branch] tidy_performance_cyy -> origin/tidy_performance_cyy 2025-08-14T20:52:20.2273996Z * [new branch] torchtitan_ep -> origin/torchtitan_ep 2025-08-14T20:52:20.2275418Z * [new branch] trace_fsdp_torchtune_lora -> origin/trace_fsdp_torchtune_lora 2025-08-14T20:52:20.2276813Z * [new branch] traceable_fsdp_unit_tests -> origin/traceable_fsdp_unit_tests 2025-08-14T20:52:20.2278159Z * [new branch] trackMonitor -> origin/trackMonitor 2025-08-14T20:52:20.2279577Z * [new branch] tree_loop_vec_base -> origin/tree_loop_vec_base 2025-08-14T20:52:20.2280983Z * [new branch] tree_vec_base -> origin/tree_vec_base 2025-08-14T20:52:20.2282392Z * [new branch] triton-update -> origin/triton-update 2025-08-14T20:52:20.2284035Z * [new branch] triton_kernel -> origin/triton_kernel 2025-08-14T20:52:20.2285321Z * [new branch] triton_kernel_perf -> origin/triton_kernel_perf 2025-08-14T20:52:20.2286647Z * [new branch] try-runllm -> origin/try-runllm 2025-08-14T20:52:20.2288008Z * [new branch] type_dec -> origin/type_dec 2025-08-14T20:52:20.2289490Z * [new branch] udate-sphinx-dependancies -> origin/udate-sphinx-dependancies 2025-08-14T20:52:20.2291364Z * [new branch] update-audio-commit-hash/16307312222-1661-1 -> origin/update-audio-commit-hash/16307312222-1661-1 2025-08-14T20:52:20.2292613Z * [new branch] update-audio-commit-hash/16431348808-1673-1 -> origin/update-audio-commit-hash/16431348808-1673-1 2025-08-14T20:52:20.2293844Z * [new branch] update-audio-commit-hash/16510774365-1683-1 -> origin/update-audio-commit-hash/16510774365-1683-1 2025-08-14T20:52:20.2295078Z * [new branch] update-audio-commit-hash/16583472358-1693-1 -> origin/update-audio-commit-hash/16583472358-1693-1 2025-08-14T20:52:20.2296331Z * [new branch] update-audio-commit-hash/16663082088-1700-1 -> origin/update-audio-commit-hash/16663082088-1700-1 2025-08-14T20:52:20.2297970Z * [new branch] update-audio-commit-hash/16737365217-1704-1 -> origin/update-audio-commit-hash/16737365217-1704-1 2025-08-14T20:52:20.2299539Z * [new branch] update-audio-commit-hash/16791960928-1711-1 -> origin/update-audio-commit-hash/16791960928-1711-1 2025-08-14T20:52:20.2301166Z * [new branch] update-audio-commit-hash/16818882925-1712-1 -> origin/update-audio-commit-hash/16818882925-1712-1 2025-08-14T20:52:20.2302481Z * [new branch] update-audio-commit-hash/16895560422-1720-1 -> origin/update-audio-commit-hash/16895560422-1720-1 2025-08-14T20:52:20.2303793Z * [new branch] update-audio-commit-hash/16924174496-1738-1 -> origin/update-audio-commit-hash/16924174496-1738-1 2025-08-14T20:52:20.2305020Z * [new branch] update-dynamic-shapes-doc -> origin/update-dynamic-shapes-doc 2025-08-14T20:52:20.2306924Z * [new branch] update-executorch-commit-hash/15694981040-1626-1 -> origin/update-executorch-commit-hash/15694981040-1626-1 2025-08-14T20:52:20.2308681Z * [new branch] update-triton-commit-hash/13663274526-1487-2 -> origin/update-triton-commit-hash/13663274526-1487-2 2025-08-14T20:52:20.2310309Z * [new branch] update-vision-commit-hash/15336342773-1607-1 -> origin/update-vision-commit-hash/15336342773-1607-1 2025-08-14T20:52:20.2311987Z * [new branch] update-vllm-commit-hash/16431348808-1673-1 -> origin/update-vllm-commit-hash/16431348808-1673-1 2025-08-14T20:52:20.2313316Z * [new branch] update-vllm-commit-hash/16484773233-1682-1 -> origin/update-vllm-commit-hash/16484773233-1682-1 2025-08-14T20:52:20.2314926Z * [new branch] update-vllm-commit-hash/16510774365-1683-1 -> origin/update-vllm-commit-hash/16510774365-1683-1 2025-08-14T20:52:20.2316233Z * [new branch] update-vllm-commit-hash/16534031105-1684-1 -> origin/update-vllm-commit-hash/16534031105-1684-1 2025-08-14T20:52:20.2317514Z * [new branch] update-vllm-commit-hash/16545403308-1687-1 -> origin/update-vllm-commit-hash/16545403308-1687-1 2025-08-14T20:52:20.2319432Z * [new branch] update-vllm-commit-hash/16557202787-1688-1 -> origin/update-vllm-commit-hash/16557202787-1688-1 2025-08-14T20:52:20.2320936Z * [new branch] update-vllm-commit-hash/16583472358-1693-1 -> origin/update-vllm-commit-hash/16583472358-1693-1 2025-08-14T20:52:20.2322515Z * [new branch] update-vllm-commit-hash/16663082088-1700-1 -> origin/update-vllm-commit-hash/16663082088-1700-1 2025-08-14T20:52:20.2323823Z * [new branch] update-vllm-commit-hash/16737365217-1704-1 -> origin/update-vllm-commit-hash/16737365217-1704-1 2025-08-14T20:52:20.2325139Z * [new branch] update-vllm-commit-hash/16843157111-1713-1 -> origin/update-vllm-commit-hash/16843157111-1713-1 2025-08-14T20:52:20.2326440Z * [new branch] update-vllm-commit-hash/16855312394-1714-1 -> origin/update-vllm-commit-hash/16855312394-1714-1 2025-08-14T20:52:20.2327662Z * [new branch] update-vllm-commit-hash/16924174496-1738-1 -> origin/update-vllm-commit-hash/16924174496-1738-1 2025-08-14T20:52:20.2328997Z * [new branch] update-vllm-commit-hash/16952608705-1745-1 -> origin/update-vllm-commit-hash/16952608705-1745-1 2025-08-14T20:52:20.2330876Z * [new branch] update-xla-commit-hash/16260974441-194-1 -> origin/update-xla-commit-hash/16260974441-194-1 2025-08-14T20:52:20.2332143Z * [new branch] update-xla-commit-hash/16717126778-197-1 -> origin/update-xla-commit-hash/16717126778-197-1 2025-08-14T20:52:20.2333441Z * [new branch] update-xla-commit-hash/16873912760-198-1 -> origin/update-xla-commit-hash/16873912760-198-1 2025-08-14T20:52:20.2334847Z * [new branch] update_docs_torch_multinomial_issue#125388 -> origin/update_docs_torch_multinomial_issue#125388 2025-08-14T20:52:20.2336040Z * [new branch] update_executorch_pin -> origin/update_executorch_pin 2025-08-14T20:52:20.2337563Z * [new branch] update_slow_tests_1722488736 -> origin/update_slow_tests_1722488736 2025-08-14T20:52:20.2338858Z * [new branch] update_slow_tests_1722879173 -> origin/update_slow_tests_1722879173 2025-08-14T20:52:20.2340467Z * [new branch] update_slow_tests_1752478971 -> origin/update_slow_tests_1752478971 2025-08-14T20:52:20.2341844Z * [new branch] update_submodule_FBGEMM -> origin/update_submodule_FBGEMM 2025-08-14T20:52:20.2343163Z * [new branch] update_submodule_kineto -> origin/update_submodule_kineto 2025-08-14T20:52:20.2344505Z * [new branch] update_submodule_tensorpipe -> origin/update_submodule_tensorpipe 2025-08-14T20:52:20.2346003Z * [new branch] v0.1.2 -> origin/v0.1.2 2025-08-14T20:52:20.2347479Z * [new branch] v1.0.1 -> origin/v1.0.1 2025-08-14T20:52:20.2349182Z * [new branch] v1.0.3 -> origin/v1.0.3 2025-08-14T20:52:20.2350578Z * [new branch] v1.1.0 -> origin/v1.1.0 2025-08-14T20:52:20.2352066Z * [new branch] v1.2.0 -> origin/v1.2.0 2025-08-14T20:52:20.2353452Z * [new branch] v1.3.0 -> origin/v1.3.0 2025-08-14T20:52:20.2354866Z * [new branch] v1.3.1 -> origin/v1.3.1 2025-08-14T20:52:20.2356398Z * [new branch] validate_fn -> origin/validate_fn 2025-08-14T20:52:20.2357813Z * [new branch] validations_2.6 -> origin/validations_2.6 2025-08-14T20:52:20.2359231Z * [new branch] validations_2.8 -> origin/validations_2.8 2025-08-14T20:52:20.2361089Z * [new branch] viable/strict -> origin/viable/strict 2025-08-14T20:52:20.2362433Z * [new branch] vllmbuildci -> origin/vllmbuildci 2025-08-14T20:52:20.2363833Z * [new branch] vllmpin -> origin/vllmpin 2025-08-14T20:52:20.2365201Z * [new branch] vllmpintest -> origin/vllmpintest 2025-08-14T20:52:20.2366668Z * [new branch] wdvr-patch-1 -> origin/wdvr-patch-1 2025-08-14T20:52:20.2368875Z * [new branch] wdvr-patch-2 -> origin/wdvr-patch-2 2025-08-14T20:52:20.2370366Z * [new branch] wdvr/conda_devcontainer -> origin/wdvr/conda_devcontainer 2025-08-14T20:52:20.2371461Z * [new branch] wdvr/fix_logging_test -> origin/wdvr/fix_logging_test 2025-08-14T20:52:20.2372415Z * [new branch] wdvr/iss_145259 -> origin/wdvr/iss_145259 2025-08-14T20:52:20.2373629Z * [new branch] weight_sharing_cpp -> origin/weight_sharing_cpp 2025-08-14T20:52:20.2375211Z * [new branch] whc/flight -> origin/whc/flight 2025-08-14T20:52:20.2376497Z * [new branch] whc/flight4 -> origin/whc/flight4 2025-08-14T20:52:20.2377541Z * [new branch] whc/flight51 -> origin/whc/flight51 2025-08-14T20:52:20.2378701Z * [new branch] whc/flight53 -> origin/whc/flight53 2025-08-14T20:52:20.2379728Z * [new branch] whc/p2phang -> origin/whc/p2phang 2025-08-14T20:52:20.2380832Z * [new branch] whc/stage2 -> origin/whc/stage2 2025-08-14T20:52:20.2381867Z * [new branch] whc/uneven -> origin/whc/uneven 2025-08-14T20:52:20.2383249Z * [new branch] whc/uneven-merge -> origin/whc/uneven-merge 2025-08-14T20:52:20.2384453Z * [new branch] win_warnings -> origin/win_warnings 2025-08-14T20:52:20.2385505Z * [new branch] workonoldcommit -> origin/workonoldcommit 2025-08-14T20:52:20.2387084Z * [new branch] wwen/programming-model-2.8 -> origin/wwen/programming-model-2.8 2025-08-14T20:52:20.2388491Z * [new branch] xmfan/ca_0516 -> origin/xmfan/ca_0516 2025-08-14T20:52:20.2389586Z * [new branch] xmfan/ca_1051b93192 -> origin/xmfan/ca_1051b93192 2025-08-14T20:52:20.2390754Z * [new branch] xmfan/ca_1a722f62c248391fc4a542e8851a5559aa356ae8 -> origin/xmfan/ca_1a722f62c248391fc4a542e8851a5559aa356ae8 2025-08-14T20:52:20.2391416Z * [new branch] xmfan/ca_5a2be192d1 -> origin/xmfan/ca_5a2be192d1 2025-08-14T20:52:20.2392515Z * [new branch] xmfan/ca_9d59b516e9 -> origin/xmfan/ca_9d59b516e9 2025-08-14T20:52:20.2393609Z * [new branch] xmfan/ca_api -> origin/xmfan/ca_api 2025-08-14T20:52:20.2394667Z * [new branch] xmfan/ca_apr8 -> origin/xmfan/ca_apr8 2025-08-14T20:52:20.2395951Z * [new branch] xmfan/ca_base -> origin/xmfan/ca_base 2025-08-14T20:52:20.2397378Z * [new branch] xmfan/ca_cudagraphs -> origin/xmfan/ca_cudagraphs 2025-08-14T20:52:20.2398399Z * [new branch] xmfan/ca_dynamic -> origin/xmfan/ca_dynamic 2025-08-14T20:52:20.2399427Z * [new branch] xmfan/ca_fix_dyn -> origin/xmfan/ca_fix_dyn 2025-08-14T20:52:20.2400517Z * [new branch] xmfan/ca_fix_lowering -> origin/xmfan/ca_fix_lowering 2025-08-14T20:52:20.2401598Z * [new branch] xmfan/ca_fix_polyfills -> origin/xmfan/ca_fix_polyfills 2025-08-14T20:52:20.2402317Z * [new branch] xmfan/ca_jan3 -> origin/xmfan/ca_jan3 2025-08-14T20:52:20.2403940Z * [new branch] xmfan/ca_jun18 -> origin/xmfan/ca_jun18 2025-08-14T20:52:20.2404978Z * [new branch] xmfan/ca_jun24 -> origin/xmfan/ca_jun24 2025-08-14T20:52:20.2406052Z * [new branch] xmfan/ca_mem_base -> origin/xmfan/ca_mem_base 2025-08-14T20:52:20.2407072Z * [new branch] xmfan/ca_mem_fix -> origin/xmfan/ca_mem_fix 2025-08-14T20:52:20.2408106Z * [new branch] xmfan/ca_memory_fix -> origin/xmfan/ca_memory_fix 2025-08-14T20:52:20.2409159Z * [new branch] xmfan/ca_memory_fix_rebased -> origin/xmfan/ca_memory_fix_rebased 2025-08-14T20:52:20.2410279Z * [new branch] xmfan/ca_memory_fix_rebased2 -> origin/xmfan/ca_memory_fix_rebased2 2025-08-14T20:52:20.2411300Z * [new branch] xmfan/ca_move_to_cuda -> origin/xmfan/ca_move_to_cuda 2025-08-14T20:52:20.2412444Z * [new branch] xmfan/ca_nested -> origin/xmfan/ca_nested 2025-08-14T20:52:20.2413519Z * [new branch] xmfan/ca_overhead -> origin/xmfan/ca_overhead 2025-08-14T20:52:20.2414734Z * [new branch] xmfan/ca_overhead_0eba7e5451 -> origin/xmfan/ca_overhead_0eba7e5451 2025-08-14T20:52:20.2415692Z * [new branch] xmfan/ca_scalar -> origin/xmfan/ca_scalar 2025-08-14T20:52:20.2416766Z * [new branch] xmfan/ca_subclass_mem_fix -> origin/xmfan/ca_subclass_mem_fix 2025-08-14T20:52:20.2417752Z * [new branch] xmfan/ca_warm_mem -> origin/xmfan/ca_warm_mem 2025-08-14T20:52:20.2418826Z * [new branch] xmfan/ca_warm_mem_base -> origin/xmfan/ca_warm_mem_base 2025-08-14T20:52:20.2419730Z * [new branch] xmfan/cacu_jun18 -> origin/xmfan/cacu_jun18 2025-08-14T20:52:20.2420857Z * [new branch] xmfan/cacu_jun19 -> origin/xmfan/cacu_jun19 2025-08-14T20:52:20.2421930Z * [new branch] xmfan/cacu_jun4 -> origin/xmfan/cacu_jun4 2025-08-14T20:52:20.2423404Z * [new branch] xmfan/cacu_may27 -> origin/xmfan/cacu_may27 2025-08-14T20:52:20.2424440Z * [new branch] xmfan/circular_dep -> origin/xmfan/circular_dep 2025-08-14T20:52:20.2425542Z * [new branch] xmfan/compiled_autograd_feb_29 -> origin/xmfan/compiled_autograd_feb_29 2025-08-14T20:52:20.2426634Z * [new branch] xmfan/compiled_autograd_graph_breaks -> origin/xmfan/compiled_autograd_graph_breaks 2025-08-14T20:52:20.2427546Z * [new branch] xmfan/disable_duck_shape -> origin/xmfan/disable_duck_shape 2025-08-14T20:52:20.2428737Z * [new branch] xmfan/fca_cpp_node_passthrough -> origin/xmfan/fca_cpp_node_passthrough 2025-08-14T20:52:20.2429965Z * [new branch] xmfan/issue_123374 -> origin/xmfan/issue_123374 2025-08-14T20:52:20.2431285Z * [new branch] xmfan/post_3945954741e2d37023c5d6954f9483008e0892f9 -> origin/xmfan/post_3945954741e2d37023c5d6954f9483008e0892f9 2025-08-14T20:52:20.2432206Z * [new branch] xmfan/pre_3945954741e2d37023c5d6954f9483008e0892f9 -> origin/xmfan/pre_3945954741e2d37023c5d6954f9483008e0892f9 2025-08-14T20:52:20.2433173Z * [new branch] xmfan/segfault_test -> origin/xmfan/segfault_test 2025-08-14T20:52:20.2434210Z * [new branch] xmfan/single_step -> origin/xmfan/single_step 2025-08-14T20:52:20.2435428Z * [new branch] xmfan/sth_0829 -> origin/xmfan/sth_0829 2025-08-14T20:52:20.2436549Z * [new branch] xmfan/test -> origin/xmfan/test 2025-08-14T20:52:20.2438313Z * [new branch] y-do-we-have-7-build-systems -> origin/y-do-we-have-7-build-systems 2025-08-14T20:52:20.2439881Z * [new branch] yguo/debug-0226-constexpr -> origin/yguo/debug-0226-constexpr 2025-08-14T20:52:20.2440672Z * [new branch] yguo/new_latest_changes -> origin/yguo/new_latest_changes 2025-08-14T20:52:20.2441807Z * [new branch] yguo/patch_constexpr_changes -> origin/yguo/patch_constexpr_changes 2025-08-14T20:52:20.2442901Z * [new branch] yihan_quantization -> origin/yihan_quantization 2025-08-14T20:52:20.2444551Z * [new branch] yiming/add_nativert_benchmark -> origin/yiming/add_nativert_benchmark 2025-08-14T20:52:20.2445495Z * [new branch] yiming/bootcamp -> origin/yiming/bootcamp 2025-08-14T20:52:20.2447072Z * [new branch] zainr/canary-test -> origin/zainr/canary-test 2025-08-14T20:52:20.2448468Z * [new branch] zainr/cleanup-gh-runners -> origin/zainr/cleanup-gh-runners 2025-08-14T20:52:20.2449564Z * [new branch] zainr/fixlint -> origin/zainr/fixlint 2025-08-14T20:52:20.2450554Z * [new branch] zainr/git-push-v2 -> origin/zainr/git-push-v2 2025-08-14T20:52:20.2451571Z * [new branch] zainr/lint-py3.9 -> origin/zainr/lint-py3.9 2025-08-14T20:52:20.2452578Z * [new branch] zainr/mypy15-claude -> origin/zainr/mypy15-claude 2025-08-14T20:52:20.2453598Z * [new branch] zainr/pre-push-hooks -> origin/zainr/pre-push-hooks 2025-08-14T20:52:20.2454922Z * [new branch] zainr/pull-migration-c -> origin/zainr/pull-migration-c 2025-08-14T20:52:20.2456102Z * [new branch] zainr/test2 -> origin/zainr/test2 2025-08-14T20:52:20.2457519Z * [new branch] zainr/unstable -> origin/zainr/unstable 2025-08-14T20:52:20.2458597Z * [new branch] zainr/unstable-xla -> origin/zainr/unstable-xla 2025-08-14T20:52:20.2459680Z * [new branch] zainr/uv-pip-fix -> origin/zainr/uv-pip-fix 2025-08-14T20:52:20.2460790Z * [new branch] zainr/vs-aarch64 -> origin/zainr/vs-aarch64 2025-08-14T20:52:20.2462094Z * [new branch] zasdfgbnm-patch-3 -> origin/zasdfgbnm-patch-3 2025-08-14T20:52:20.2463227Z * [new branch] zb2p -> origin/zb2p 2025-08-14T20:52:20.2464618Z * [new branch] zdevito-patch-1 -> origin/zdevito-patch-1 2025-08-14T20:52:20.2465763Z * [new branch] zeros-and-scatter-part2 -> origin/zeros-and-scatter-part2 2025-08-14T20:52:20.2467752Z * [new branch] zhxchen17/nativert/0 -> origin/zhxchen17/nativert/0 2025-08-14T20:52:20.2469282Z * [new branch] zhxchen17/scratch/0 -> origin/zhxchen17/scratch/0 2025-08-14T20:52:20.2470860Z * [new branch] zhxhcen17/moodycamel -> origin/zhxhcen17/moodycamel 2025-08-14T20:52:20.2472417Z * [new branch] zxiiro/bazel -> origin/zxiiro/bazel 2025-08-14T20:52:20.2473603Z * [new branch] zxiiro/get-hardware -> origin/zxiiro/get-hardware 2025-08-14T20:52:20.2474611Z * [new branch] zxiiro/main -> origin/zxiiro/main 2025-08-14T20:52:20.2475715Z * [new branch] zxiiro/test -> origin/zxiiro/test 2025-08-14T20:52:20.2476978Z * [new tag] bc2caa7fdf006894eff7af936babde69ab5a40f8-huydhn-debug -> bc2caa7fdf006894eff7af936babde69ab5a40f8-huydhn-debug 2025-08-14T20:52:20.2477615Z * [new tag] ci/binaries/77164 -> ci/binaries/77164 2025-08-14T20:52:20.2478965Z * [new tag] ciflow/binaries/138996 -> ciflow/binaries/138996 2025-08-14T20:52:20.2479720Z * [new tag] ciflow/binaries/143959 -> ciflow/binaries/143959 2025-08-14T20:52:20.2480484Z * [new tag] ciflow/binaries/154595 -> ciflow/binaries/154595 2025-08-14T20:52:20.2481204Z * [new tag] ciflow/binaries/156049 -> ciflow/binaries/156049 2025-08-14T20:52:20.2481998Z * [new tag] ciflow/binaries/156712 -> ciflow/binaries/156712 2025-08-14T20:52:20.2482577Z * [new tag] ciflow/binaries/157432 -> ciflow/binaries/157432 2025-08-14T20:52:20.2483276Z * [new tag] ciflow/binaries/157685 -> ciflow/binaries/157685 2025-08-14T20:52:20.2483953Z * [new tag] ciflow/binaries/157689 -> ciflow/binaries/157689 2025-08-14T20:52:20.2484646Z * [new tag] ciflow/binaries/158104 -> ciflow/binaries/158104 2025-08-14T20:52:20.2485595Z * [new tag] ciflow/binaries/158623 -> ciflow/binaries/158623 2025-08-14T20:52:20.2486111Z * [new tag] ciflow/binaries/159827 -> ciflow/binaries/159827 2025-08-14T20:52:20.2487355Z * [new tag] ciflow/binaries/159869 -> ciflow/binaries/159869 2025-08-14T20:52:20.2488530Z * [new tag] ciflow/binaries/160593 -> ciflow/binaries/160593 2025-08-14T20:52:20.2489340Z * [new tag] ciflow/binaries_libtorch/143959 -> ciflow/binaries_libtorch/143959 2025-08-14T20:52:20.2490042Z * [new tag] ciflow/binaries_libtorch/156049 -> ciflow/binaries_libtorch/156049 2025-08-14T20:52:20.2490744Z * [new tag] ciflow/binaries_libtorch/157432 -> ciflow/binaries_libtorch/157432 2025-08-14T20:52:20.2491534Z * [new tag] ciflow/binaries_wheel/143959 -> ciflow/binaries_wheel/143959 2025-08-14T20:52:20.2492212Z * [new tag] ciflow/binaries_wheel/156049 -> ciflow/binaries_wheel/156049 2025-08-14T20:52:20.2492877Z * [new tag] ciflow/binaries_wheel/157432 -> ciflow/binaries_wheel/157432 2025-08-14T20:52:20.2493870Z * [new tag] ciflow/binaries_wheel/158733 -> ciflow/binaries_wheel/158733 2025-08-14T20:52:20.2494431Z * [new tag] ciflow/binaries_wheel/160301 -> ciflow/binaries_wheel/160301 2025-08-14T20:52:20.2495424Z * [new tag] ciflow/binaries_wheel/160496 -> ciflow/binaries_wheel/160496 2025-08-14T20:52:20.2496400Z * [new tag] ciflow/h100-distributed/156703 -> ciflow/h100-distributed/156703 2025-08-14T20:52:20.2497800Z * [new tag] ciflow/h100-symm-mem/151845 -> ciflow/h100-symm-mem/151845 2025-08-14T20:52:20.2498654Z * [new tag] ciflow/h100-symm-mem/155923 -> ciflow/h100-symm-mem/155923 2025-08-14T20:52:20.2499090Z * [new tag] ciflow/h100-symm-mem/157635 -> ciflow/h100-symm-mem/157635 2025-08-14T20:52:20.2500151Z * [new tag] ciflow/h100-symm-mem/159118 -> ciflow/h100-symm-mem/159118 2025-08-14T20:52:20.2500889Z * [new tag] ciflow/h100-symm-mem/159562 -> ciflow/h100-symm-mem/159562 2025-08-14T20:52:20.2501594Z * [new tag] ciflow/h100-symm-mem/159889 -> ciflow/h100-symm-mem/159889 2025-08-14T20:52:20.2502516Z * [new tag] ciflow/h100/159158 -> ciflow/h100/159158 2025-08-14T20:52:20.2503403Z * [new tag] ciflow/h100/160450 -> ciflow/h100/160450 2025-08-14T20:52:20.2504280Z * [new tag] ciflow/h100/160480 -> ciflow/h100/160480 2025-08-14T20:52:20.2505201Z * [new tag] ciflow/h100/160614 -> ciflow/h100/160614 2025-08-14T20:52:20.2506324Z * [new tag] ciflow/inductor-perf-test-nightly-rocm/151845 -> ciflow/inductor-perf-test-nightly-rocm/151845 2025-08-14T20:52:20.2507000Z * [new tag] ciflow/inductor-perf-test-nightly-rocm/160538 -> ciflow/inductor-perf-test-nightly-rocm/160538 2025-08-14T20:52:20.2508415Z * [new tag] ciflow/inductor-perf-test-nightly-x86-zen/156599 -> ciflow/inductor-perf-test-nightly-x86-zen/156599 2025-08-14T20:52:20.2509243Z * [new tag] ciflow/inductor-periodic/160406 -> ciflow/inductor-periodic/160406 2025-08-14T20:52:20.2509912Z * [new tag] ciflow/inductor-periodic/160538 -> ciflow/inductor-periodic/160538 2025-08-14T20:52:20.2510846Z * [new tag] ciflow/inductor-rocm/151845 -> ciflow/inductor-rocm/151845 2025-08-14T20:52:20.2511420Z * [new tag] ciflow/inductor-rocm/159158 -> ciflow/inductor-rocm/159158 2025-08-14T20:52:20.2512397Z * [new tag] ciflow/inductor-rocm/160073 -> ciflow/inductor-rocm/160073 2025-08-14T20:52:20.2513004Z * [new tag] ciflow/inductor-rocm/160538 -> ciflow/inductor-rocm/160538 2025-08-14T20:52:20.2513785Z * [new tag] ciflow/inductor/134881 -> ciflow/inductor/134881 2025-08-14T20:52:20.2514480Z * [new tag] ciflow/inductor/137400 -> ciflow/inductor/137400 2025-08-14T20:52:20.2515187Z * [new tag] ciflow/inductor/144516 -> ciflow/inductor/144516 2025-08-14T20:52:20.2515829Z * [new tag] ciflow/inductor/146506 -> ciflow/inductor/146506 2025-08-14T20:52:20.2516512Z * [new tag] ciflow/inductor/147360 -> ciflow/inductor/147360 2025-08-14T20:52:20.2517191Z * [new tag] ciflow/inductor/147990 -> ciflow/inductor/147990 2025-08-14T20:52:20.2517891Z * [new tag] ciflow/inductor/148180 -> ciflow/inductor/148180 2025-08-14T20:52:20.2518564Z * [new tag] ciflow/inductor/148328 -> ciflow/inductor/148328 2025-08-14T20:52:20.2519241Z * [new tag] ciflow/inductor/148484 -> ciflow/inductor/148484 2025-08-14T20:52:20.2519938Z * [new tag] ciflow/inductor/148492 -> ciflow/inductor/148492 2025-08-14T20:52:20.2520847Z * [new tag] ciflow/inductor/150302 -> ciflow/inductor/150302 2025-08-14T20:52:20.2521728Z * [new tag] ciflow/inductor/151845 -> ciflow/inductor/151845 2025-08-14T20:52:20.2522728Z * [new tag] ciflow/inductor/152198 -> ciflow/inductor/152198 2025-08-14T20:52:20.2523448Z * [new tag] ciflow/inductor/152624 -> ciflow/inductor/152624 2025-08-14T20:52:20.2524312Z * [new tag] ciflow/inductor/153966 -> ciflow/inductor/153966 2025-08-14T20:52:20.2524968Z * [new tag] ciflow/inductor/154193 -> ciflow/inductor/154193 2025-08-14T20:52:20.2525994Z * [new tag] ciflow/inductor/154650 -> ciflow/inductor/154650 2025-08-14T20:52:20.2526592Z * [new tag] ciflow/inductor/154694 -> ciflow/inductor/154694 2025-08-14T20:52:20.2527355Z * [new tag] ciflow/inductor/155072 -> ciflow/inductor/155072 2025-08-14T20:52:20.2528050Z * [new tag] ciflow/inductor/155152 -> ciflow/inductor/155152 2025-08-14T20:52:20.2528781Z * [new tag] ciflow/inductor/155153 -> ciflow/inductor/155153 2025-08-14T20:52:20.2529533Z * [new tag] ciflow/inductor/155154 -> ciflow/inductor/155154 2025-08-14T20:52:20.2530243Z * [new tag] ciflow/inductor/155501 -> ciflow/inductor/155501 2025-08-14T20:52:20.2530963Z * [new tag] ciflow/inductor/155502 -> ciflow/inductor/155502 2025-08-14T20:52:20.2531669Z * [new tag] ciflow/inductor/155503 -> ciflow/inductor/155503 2025-08-14T20:52:20.2532777Z * [new tag] ciflow/inductor/155504 -> ciflow/inductor/155504 2025-08-14T20:52:20.2533356Z * [new tag] ciflow/inductor/155557 -> ciflow/inductor/155557 2025-08-14T20:52:20.2534234Z * [new tag] ciflow/inductor/155608 -> ciflow/inductor/155608 2025-08-14T20:52:20.2534924Z * [new tag] ciflow/inductor/155923 -> ciflow/inductor/155923 2025-08-14T20:52:20.2535698Z * [new tag] ciflow/inductor/155928 -> ciflow/inductor/155928 2025-08-14T20:52:20.2536638Z * [new tag] ciflow/inductor/155958 -> ciflow/inductor/155958 2025-08-14T20:52:20.2537320Z * [new tag] ciflow/inductor/156049 -> ciflow/inductor/156049 2025-08-14T20:52:20.2538036Z * [new tag] ciflow/inductor/156851 -> ciflow/inductor/156851 2025-08-14T20:52:20.2538680Z * [new tag] ciflow/inductor/156967 -> ciflow/inductor/156967 2025-08-14T20:52:20.2539384Z * [new tag] ciflow/inductor/157148 -> ciflow/inductor/157148 2025-08-14T20:52:20.2540094Z * [new tag] ciflow/inductor/157149 -> ciflow/inductor/157149 2025-08-14T20:52:20.2540842Z * [new tag] ciflow/inductor/157152 -> ciflow/inductor/157152 2025-08-14T20:52:20.2541560Z * [new tag] ciflow/inductor/157542 -> ciflow/inductor/157542 2025-08-14T20:52:20.2542289Z * [new tag] ciflow/inductor/157572 -> ciflow/inductor/157572 2025-08-14T20:52:20.2543009Z * [new tag] ciflow/inductor/157635 -> ciflow/inductor/157635 2025-08-14T20:52:20.2543718Z * [new tag] ciflow/inductor/157685 -> ciflow/inductor/157685 2025-08-14T20:52:20.2544435Z * [new tag] ciflow/inductor/157686 -> ciflow/inductor/157686 2025-08-14T20:52:20.2545345Z * [new tag] ciflow/inductor/157689 -> ciflow/inductor/157689 2025-08-14T20:52:20.2545969Z * [new tag] ciflow/inductor/157699 -> ciflow/inductor/157699 2025-08-14T20:52:20.2546915Z * [new tag] ciflow/inductor/157743 -> ciflow/inductor/157743 2025-08-14T20:52:20.2547548Z * [new tag] ciflow/inductor/157944 -> ciflow/inductor/157944 2025-08-14T20:52:20.2548914Z * [new tag] ciflow/inductor/157971 -> ciflow/inductor/157971 2025-08-14T20:52:20.2551734Z * [new tag] ciflow/inductor/157994 -> ciflow/inductor/157994 2025-08-14T20:52:20.2552360Z * [new tag] ciflow/inductor/158061 -> ciflow/inductor/158061 2025-08-14T20:52:20.2553813Z * [new tag] ciflow/inductor/158091 -> ciflow/inductor/158091 2025-08-14T20:52:20.2554485Z * [new tag] ciflow/inductor/158097 -> ciflow/inductor/158097 2025-08-14T20:52:20.2555563Z * [new tag] ciflow/inductor/158098 -> ciflow/inductor/158098 2025-08-14T20:52:20.2556323Z * [new tag] ciflow/inductor/158104 -> ciflow/inductor/158104 2025-08-14T20:52:20.2557395Z * [new tag] ciflow/inductor/158168 -> ciflow/inductor/158168 2025-08-14T20:52:20.2558426Z * [new tag] ciflow/inductor/158250 -> ciflow/inductor/158250 2025-08-14T20:52:20.2559358Z * [new tag] ciflow/inductor/158321 -> ciflow/inductor/158321 2025-08-14T20:52:20.2560128Z * [new tag] ciflow/inductor/158609 -> ciflow/inductor/158609 2025-08-14T20:52:20.2561214Z * [new tag] ciflow/inductor/158647 -> ciflow/inductor/158647 2025-08-14T20:52:20.2561968Z * [new tag] ciflow/inductor/158914 -> ciflow/inductor/158914 2025-08-14T20:52:20.2563246Z * [new tag] ciflow/inductor/158932 -> ciflow/inductor/158932 2025-08-14T20:52:20.2564132Z * [new tag] ciflow/inductor/158987 -> ciflow/inductor/158987 2025-08-14T20:52:20.2565080Z * [new tag] ciflow/inductor/159009 -> ciflow/inductor/159009 2025-08-14T20:52:20.2565837Z * [new tag] ciflow/inductor/159010 -> ciflow/inductor/159010 2025-08-14T20:52:20.2566826Z * [new tag] ciflow/inductor/159093 -> ciflow/inductor/159093 2025-08-14T20:52:20.2567733Z * [new tag] ciflow/inductor/159158 -> ciflow/inductor/159158 2025-08-14T20:52:20.2568703Z * [new tag] ciflow/inductor/159197 -> ciflow/inductor/159197 2025-08-14T20:52:20.2569762Z * [new tag] ciflow/inductor/159274 -> ciflow/inductor/159274 2025-08-14T20:52:20.2570523Z * [new tag] ciflow/inductor/159281 -> ciflow/inductor/159281 2025-08-14T20:52:20.2571566Z * [new tag] ciflow/inductor/159329 -> ciflow/inductor/159329 2025-08-14T20:52:20.2572625Z * [new tag] ciflow/inductor/159361 -> ciflow/inductor/159361 2025-08-14T20:52:20.2573267Z * [new tag] ciflow/inductor/159365 -> ciflow/inductor/159365 2025-08-14T20:52:20.2574302Z * [new tag] ciflow/inductor/159366 -> ciflow/inductor/159366 2025-08-14T20:52:20.2575068Z * [new tag] ciflow/inductor/159367 -> ciflow/inductor/159367 2025-08-14T20:52:20.2576104Z * [new tag] ciflow/inductor/159368 -> ciflow/inductor/159368 2025-08-14T20:52:20.2577239Z * [new tag] ciflow/inductor/159473 -> ciflow/inductor/159473 2025-08-14T20:52:20.2578001Z * [new tag] ciflow/inductor/159483 -> ciflow/inductor/159483 2025-08-14T20:52:20.2579030Z * [new tag] ciflow/inductor/159508 -> ciflow/inductor/159508 2025-08-14T20:52:20.2579970Z * [new tag] ciflow/inductor/159523 -> ciflow/inductor/159523 2025-08-14T20:52:20.2580735Z * [new tag] ciflow/inductor/159530 -> ciflow/inductor/159530 2025-08-14T20:52:20.2581746Z * [new tag] ciflow/inductor/159678 -> ciflow/inductor/159678 2025-08-14T20:52:20.2582508Z * [new tag] ciflow/inductor/159691 -> ciflow/inductor/159691 2025-08-14T20:52:20.2583797Z * [new tag] ciflow/inductor/159778 -> ciflow/inductor/159778 2025-08-14T20:52:20.2584579Z * [new tag] ciflow/inductor/159786 -> ciflow/inductor/159786 2025-08-14T20:52:20.2585583Z * [new tag] ciflow/inductor/159817 -> ciflow/inductor/159817 2025-08-14T20:52:20.2586443Z * [new tag] ciflow/inductor/159842 -> ciflow/inductor/159842 2025-08-14T20:52:20.2587454Z * [new tag] ciflow/inductor/159864 -> ciflow/inductor/159864 2025-08-14T20:52:20.2588195Z * [new tag] ciflow/inductor/159865 -> ciflow/inductor/159865 2025-08-14T20:52:20.2589412Z * [new tag] ciflow/inductor/159869 -> ciflow/inductor/159869 2025-08-14T20:52:20.2590171Z * [new tag] ciflow/inductor/159875 -> ciflow/inductor/159875 2025-08-14T20:52:20.2591244Z * [new tag] ciflow/inductor/159889 -> ciflow/inductor/159889 2025-08-14T20:52:20.2592004Z * [new tag] ciflow/inductor/159902 -> ciflow/inductor/159902 2025-08-14T20:52:20.2593224Z * [new tag] ciflow/inductor/159923 -> ciflow/inductor/159923 2025-08-14T20:52:20.2594246Z * [new tag] ciflow/inductor/159944 -> ciflow/inductor/159944 2025-08-14T20:52:20.2595352Z * [new tag] ciflow/inductor/160000 -> ciflow/inductor/160000 2025-08-14T20:52:20.2596111Z * [new tag] ciflow/inductor/160004 -> ciflow/inductor/160004 2025-08-14T20:52:20.2597124Z * [new tag] ciflow/inductor/160080 -> ciflow/inductor/160080 2025-08-14T20:52:20.2598056Z * [new tag] ciflow/inductor/160108 -> ciflow/inductor/160108 2025-08-14T20:52:20.2598912Z * [new tag] ciflow/inductor/160109 -> ciflow/inductor/160109 2025-08-14T20:52:20.2600065Z * [new tag] ciflow/inductor/160111 -> ciflow/inductor/160111 2025-08-14T20:52:20.2600932Z * [new tag] ciflow/inductor/160113 -> ciflow/inductor/160113 2025-08-14T20:52:20.2601842Z * [new tag] ciflow/inductor/160127 -> ciflow/inductor/160127 2025-08-14T20:52:20.2602752Z * [new tag] ciflow/inductor/160131 -> ciflow/inductor/160131 2025-08-14T20:52:20.2603612Z * [new tag] ciflow/inductor/160132 -> ciflow/inductor/160132 2025-08-14T20:52:20.2604540Z * [new tag] ciflow/inductor/160136 -> ciflow/inductor/160136 2025-08-14T20:52:20.2605513Z * [new tag] ciflow/inductor/160138 -> ciflow/inductor/160138 2025-08-14T20:52:20.2606317Z * [new tag] ciflow/inductor/160151 -> ciflow/inductor/160151 2025-08-14T20:52:20.2607429Z * [new tag] ciflow/inductor/160152 -> ciflow/inductor/160152 2025-08-14T20:52:20.2608137Z * [new tag] ciflow/inductor/160154 -> ciflow/inductor/160154 2025-08-14T20:52:20.2609234Z * [new tag] ciflow/inductor/160156 -> ciflow/inductor/160156 2025-08-14T20:52:20.2610225Z * [new tag] ciflow/inductor/160161 -> ciflow/inductor/160161 2025-08-14T20:52:20.2611699Z * [new tag] ciflow/inductor/160166 -> ciflow/inductor/160166 2025-08-14T20:52:20.2612476Z * [new tag] ciflow/inductor/160168 -> ciflow/inductor/160168 2025-08-14T20:52:20.2613556Z * [new tag] ciflow/inductor/160174 -> ciflow/inductor/160174 2025-08-14T20:52:20.2614285Z * [new tag] ciflow/inductor/160181 -> ciflow/inductor/160181 2025-08-14T20:52:20.2615434Z * [new tag] ciflow/inductor/160183 -> ciflow/inductor/160183 2025-08-14T20:52:20.2616576Z * [new tag] ciflow/inductor/160190 -> ciflow/inductor/160190 2025-08-14T20:52:20.2617766Z * [new tag] ciflow/inductor/160198 -> ciflow/inductor/160198 2025-08-14T20:52:20.2618671Z * [new tag] ciflow/inductor/160201 -> ciflow/inductor/160201 2025-08-14T20:52:20.2619726Z * [new tag] ciflow/inductor/160209 -> ciflow/inductor/160209 2025-08-14T20:52:20.2620873Z * [new tag] ciflow/inductor/160218 -> ciflow/inductor/160218 2025-08-14T20:52:20.2621783Z * [new tag] ciflow/inductor/160239 -> ciflow/inductor/160239 2025-08-14T20:52:20.2622693Z * [new tag] ciflow/inductor/160250 -> ciflow/inductor/160250 2025-08-14T20:52:20.2623638Z * [new tag] ciflow/inductor/160253 -> ciflow/inductor/160253 2025-08-14T20:52:20.2624409Z * [new tag] ciflow/inductor/160266 -> ciflow/inductor/160266 2025-08-14T20:52:20.2625470Z * [new tag] ciflow/inductor/160282 -> ciflow/inductor/160282 2025-08-14T20:52:20.2626336Z * [new tag] ciflow/inductor/160298 -> ciflow/inductor/160298 2025-08-14T20:52:20.2627315Z * [new tag] ciflow/inductor/160301 -> ciflow/inductor/160301 2025-08-14T20:52:20.2628435Z * [new tag] ciflow/inductor/160310 -> ciflow/inductor/160310 2025-08-14T20:52:20.2629604Z * [new tag] ciflow/inductor/160323 -> ciflow/inductor/160323 2025-08-14T20:52:20.2630836Z * [new tag] ciflow/inductor/160324 -> ciflow/inductor/160324 2025-08-14T20:52:20.2631952Z * [new tag] ciflow/inductor/160325 -> ciflow/inductor/160325 2025-08-14T20:52:20.2633060Z * [new tag] ciflow/inductor/160326 -> ciflow/inductor/160326 2025-08-14T20:52:20.2634164Z * [new tag] ciflow/inductor/160327 -> ciflow/inductor/160327 2025-08-14T20:52:20.2635157Z * [new tag] ciflow/inductor/160328 -> ciflow/inductor/160328 2025-08-14T20:52:20.2636224Z * [new tag] ciflow/inductor/160329 -> ciflow/inductor/160329 2025-08-14T20:52:20.2637251Z * [new tag] ciflow/inductor/160351 -> ciflow/inductor/160351 2025-08-14T20:52:20.2638214Z * [new tag] ciflow/inductor/160353 -> ciflow/inductor/160353 2025-08-14T20:52:20.2639069Z * [new tag] ciflow/inductor/160362 -> ciflow/inductor/160362 2025-08-14T20:52:20.2640121Z * [new tag] ciflow/inductor/160363 -> ciflow/inductor/160363 2025-08-14T20:52:20.2641062Z * [new tag] ciflow/inductor/160364 -> ciflow/inductor/160364 2025-08-14T20:52:20.2642018Z * [new tag] ciflow/inductor/160365 -> ciflow/inductor/160365 2025-08-14T20:52:20.2642927Z * [new tag] ciflow/inductor/160366 -> ciflow/inductor/160366 2025-08-14T20:52:20.2643943Z * [new tag] ciflow/inductor/160367 -> ciflow/inductor/160367 2025-08-14T20:52:20.2644671Z * [new tag] ciflow/inductor/160368 -> ciflow/inductor/160368 2025-08-14T20:52:20.2645726Z * [new tag] ciflow/inductor/160369 -> ciflow/inductor/160369 2025-08-14T20:52:20.2646696Z * [new tag] ciflow/inductor/160371 -> ciflow/inductor/160371 2025-08-14T20:52:20.2647571Z * [new tag] ciflow/inductor/160374 -> ciflow/inductor/160374 2025-08-14T20:52:20.2648746Z * [new tag] ciflow/inductor/160375 -> ciflow/inductor/160375 2025-08-14T20:52:20.2649645Z * [new tag] ciflow/inductor/160377 -> ciflow/inductor/160377 2025-08-14T20:52:20.2650520Z * [new tag] ciflow/inductor/160380 -> ciflow/inductor/160380 2025-08-14T20:52:20.2651705Z * [new tag] ciflow/inductor/160381 -> ciflow/inductor/160381 2025-08-14T20:52:20.2652898Z * [new tag] ciflow/inductor/160383 -> ciflow/inductor/160383 2025-08-14T20:52:20.2654040Z * [new tag] ciflow/inductor/160394 -> ciflow/inductor/160394 2025-08-14T20:52:20.2654985Z * [new tag] ciflow/inductor/160401 -> ciflow/inductor/160401 2025-08-14T20:52:20.2655773Z * [new tag] ciflow/inductor/160402 -> ciflow/inductor/160402 2025-08-14T20:52:20.2656824Z * [new tag] ciflow/inductor/160403 -> ciflow/inductor/160403 2025-08-14T20:52:20.2657760Z * [new tag] ciflow/inductor/160424 -> ciflow/inductor/160424 2025-08-14T20:52:20.2658664Z * [new tag] ciflow/inductor/160426 -> ciflow/inductor/160426 2025-08-14T20:52:20.2659797Z * [new tag] ciflow/inductor/160431 -> ciflow/inductor/160431 2025-08-14T20:52:20.2660639Z * [new tag] ciflow/inductor/160448 -> ciflow/inductor/160448 2025-08-14T20:52:20.2661641Z * [new tag] ciflow/inductor/160450 -> ciflow/inductor/160450 2025-08-14T20:52:20.2662562Z * [new tag] ciflow/inductor/160455 -> ciflow/inductor/160455 2025-08-14T20:52:20.2663690Z * [new tag] ciflow/inductor/160456 -> ciflow/inductor/160456 2025-08-14T20:52:20.2664766Z * [new tag] ciflow/inductor/160461 -> ciflow/inductor/160461 2025-08-14T20:52:20.2665710Z * [new tag] ciflow/inductor/160462 -> ciflow/inductor/160462 2025-08-14T20:52:20.2666625Z * [new tag] ciflow/inductor/160467 -> ciflow/inductor/160467 2025-08-14T20:52:20.2667521Z * [new tag] ciflow/inductor/160470 -> ciflow/inductor/160470 2025-08-14T20:52:20.2668531Z * [new tag] ciflow/inductor/160473 -> ciflow/inductor/160473 2025-08-14T20:52:20.2669473Z * [new tag] ciflow/inductor/160476 -> ciflow/inductor/160476 2025-08-14T20:52:20.2670366Z * [new tag] ciflow/inductor/160480 -> ciflow/inductor/160480 2025-08-14T20:52:20.2671566Z * [new tag] ciflow/inductor/160481 -> ciflow/inductor/160481 2025-08-14T20:52:20.2672509Z * [new tag] ciflow/inductor/160482 -> ciflow/inductor/160482 2025-08-14T20:52:20.2673405Z * [new tag] ciflow/inductor/160483 -> ciflow/inductor/160483 2025-08-14T20:52:20.2674323Z * [new tag] ciflow/inductor/160485 -> ciflow/inductor/160485 2025-08-14T20:52:20.2675906Z * [new tag] ciflow/inductor/160486 -> ciflow/inductor/160486 2025-08-14T20:52:20.2676852Z * [new tag] ciflow/inductor/160503 -> ciflow/inductor/160503 2025-08-14T20:52:20.2677766Z * [new tag] ciflow/inductor/160510 -> ciflow/inductor/160510 2025-08-14T20:52:20.2678684Z * [new tag] ciflow/inductor/160527 -> ciflow/inductor/160527 2025-08-14T20:52:20.2679580Z * [new tag] ciflow/inductor/160530 -> ciflow/inductor/160530 2025-08-14T20:52:20.2680640Z * [new tag] ciflow/inductor/160531 -> ciflow/inductor/160531 2025-08-14T20:52:20.2681340Z * [new tag] ciflow/inductor/160538 -> ciflow/inductor/160538 2025-08-14T20:52:20.2683166Z * [new tag] ciflow/inductor/160539 -> ciflow/inductor/160539 2025-08-14T20:52:20.2684367Z * [new tag] ciflow/inductor/160540 -> ciflow/inductor/160540 2025-08-14T20:52:20.2685294Z * [new tag] ciflow/inductor/160548 -> ciflow/inductor/160548 2025-08-14T20:52:20.2686232Z * [new tag] ciflow/inductor/160561 -> ciflow/inductor/160561 2025-08-14T20:52:20.2687289Z * [new tag] ciflow/inductor/160576 -> ciflow/inductor/160576 2025-08-14T20:52:20.2688159Z * [new tag] ciflow/inductor/160578 -> ciflow/inductor/160578 2025-08-14T20:52:20.2689144Z * [new tag] ciflow/inductor/160580 -> ciflow/inductor/160580 2025-08-14T20:52:20.2690066Z * [new tag] ciflow/inductor/160583 -> ciflow/inductor/160583 2025-08-14T20:52:20.2691141Z * [new tag] ciflow/inductor/160589 -> ciflow/inductor/160589 2025-08-14T20:52:20.2692244Z * [new tag] ciflow/inductor/160590 -> ciflow/inductor/160590 2025-08-14T20:52:20.2693366Z * [new tag] ciflow/inductor/160592 -> ciflow/inductor/160592 2025-08-14T20:52:20.2694287Z * [new tag] ciflow/inductor/160596 -> ciflow/inductor/160596 2025-08-14T20:52:20.2695163Z * [new tag] ciflow/inductor/160601 -> ciflow/inductor/160601 2025-08-14T20:52:20.2696319Z * [new tag] ciflow/inductor/160607 -> ciflow/inductor/160607 2025-08-14T20:52:20.2697439Z * [new tag] ciflow/inductor/160608 -> ciflow/inductor/160608 2025-08-14T20:52:20.2698511Z * [new tag] ciflow/inductor/160611 -> ciflow/inductor/160611 2025-08-14T20:52:20.2699394Z * [new tag] ciflow/inductor/160614 -> ciflow/inductor/160614 2025-08-14T20:52:20.2700334Z * [new tag] ciflow/inductor/160616 -> ciflow/inductor/160616 2025-08-14T20:52:20.2701261Z * [new tag] ciflow/inductor/160619 -> ciflow/inductor/160619 2025-08-14T20:52:20.2702154Z * [new tag] ciflow/inductor/160625 -> ciflow/inductor/160625 2025-08-14T20:52:20.2703193Z * [new tag] ciflow/inductor/160635 -> ciflow/inductor/160635 2025-08-14T20:52:20.2704354Z * [new tag] ciflow/inductor/160649 -> ciflow/inductor/160649 2025-08-14T20:52:20.2705317Z * [new tag] ciflow/inductor/160658 -> ciflow/inductor/160658 2025-08-14T20:52:20.2706244Z * [new tag] ciflow/inductor/160662 -> ciflow/inductor/160662 2025-08-14T20:52:20.2707168Z * [new tag] ciflow/inductor/160668 -> ciflow/inductor/160668 2025-08-14T20:52:20.2708082Z * [new tag] ciflow/inductor/160669 -> ciflow/inductor/160669 2025-08-14T20:52:20.2709108Z * [new tag] ciflow/inductor/160670 -> ciflow/inductor/160670 2025-08-14T20:52:20.2710247Z * [new tag] ciflow/inductor/160671 -> ciflow/inductor/160671 2025-08-14T20:52:20.2711283Z * [new tag] ciflow/inductor/160677 -> ciflow/inductor/160677 2025-08-14T20:52:20.2712447Z * [new tag] ciflow/inductor/3b9a386 -> ciflow/inductor/3b9a386 2025-08-14T20:52:20.2713600Z * [new tag] ciflow/inductor/3d4b92b -> ciflow/inductor/3d4b92b 2025-08-14T20:52:20.2714692Z * [new tag] ciflow/inductor/d224ac7 -> ciflow/inductor/d224ac7 2025-08-14T20:52:20.2715792Z * [new tag] ciflow/linux-aarch64/147855 -> ciflow/linux-aarch64/147855 2025-08-14T20:52:20.2716553Z * [new tag] ciflow/linux-aarch64/157994 -> ciflow/linux-aarch64/157994 2025-08-14T20:52:20.2717699Z * [new tag] ciflow/linux-aarch64/159737 -> ciflow/linux-aarch64/159737 2025-08-14T20:52:20.2718353Z * [new tag] ciflow/linux-aarch64/160078 -> ciflow/linux-aarch64/160078 2025-08-14T20:52:20.2719307Z * [new tag] ciflow/linux-aarch64/160299 -> ciflow/linux-aarch64/160299 2025-08-14T20:52:20.2720117Z * [new tag] ciflow/linux-aarch64/160301 -> ciflow/linux-aarch64/160301 2025-08-14T20:52:20.2721261Z * [new tag] ciflow/mps/155923 -> ciflow/mps/155923 2025-08-14T20:52:20.2722155Z * [new tag] ciflow/mps/157553 -> ciflow/mps/157553 2025-08-14T20:52:20.2723053Z * [new tag] ciflow/mps/157635 -> ciflow/mps/157635 2025-08-14T20:52:20.2723964Z * [new tag] ciflow/mps/160541 -> ciflow/mps/160541 2025-08-14T20:52:20.2725028Z * [new tag] ciflow/nightly/156049 -> ciflow/nightly/156049 2025-08-14T20:52:20.2725790Z * [new tag] ciflow/nightly/158104 -> ciflow/nightly/158104 2025-08-14T20:52:20.2726953Z * [new tag] ciflow/op-benchmark/157994 -> ciflow/op-benchmark/157994 2025-08-14T20:52:20.2728119Z * [new tag] ciflow/periodic-rocm-mi300/139971 -> ciflow/periodic-rocm-mi300/139971 2025-08-14T20:52:20.2728835Z * [new tag] ciflow/periodic-rocm-mi300/160073 -> ciflow/periodic-rocm-mi300/160073 2025-08-14T20:52:20.2729770Z * [new tag] ciflow/periodic-rocm-mi300/160538 -> ciflow/periodic-rocm-mi300/160538 2025-08-14T20:52:20.2731178Z * [new tag] ciflow/periodic/054a2fd -> ciflow/periodic/054a2fd 2025-08-14T20:52:20.2732218Z * [new tag] ciflow/periodic/131296 -> ciflow/periodic/131296 2025-08-14T20:52:20.2732927Z * [new tag] ciflow/periodic/139971 -> ciflow/periodic/139971 2025-08-14T20:52:20.2733874Z * [new tag] ciflow/periodic/143959 -> ciflow/periodic/143959 2025-08-14T20:52:20.2734734Z * [new tag] ciflow/periodic/154595 -> ciflow/periodic/154595 2025-08-14T20:52:20.2735671Z * [new tag] ciflow/periodic/156703 -> ciflow/periodic/156703 2025-08-14T20:52:20.2736807Z * [new tag] ciflow/periodic/160201 -> ciflow/periodic/160201 2025-08-14T20:52:20.2737662Z * [new tag] ciflow/periodic/160424 -> ciflow/periodic/160424 2025-08-14T20:52:20.2738415Z * [new tag] ciflow/periodic/160538 -> ciflow/periodic/160538 2025-08-14T20:52:20.2740533Z * [new tag] ciflow/periodic/1febab2a89302464f6c7d69cfbef7a24c421ea65 -> ciflow/periodic/1febab2a89302464f6c7d69cfbef7a24c421ea65 2025-08-14T20:52:20.2741567Z * [new tag] ciflow/periodic/2a6d37d -> ciflow/periodic/2a6d37d 2025-08-14T20:52:20.2742973Z * [new tag] ciflow/periodic/2ee22e435131369a7e4f8cc4732579acc29a941b -> ciflow/periodic/2ee22e435131369a7e4f8cc4732579acc29a941b 2025-08-14T20:52:20.2743621Z * [new tag] ciflow/periodic/317eeb8 -> ciflow/periodic/317eeb8 2025-08-14T20:52:20.2744804Z * [new tag] ciflow/periodic/3c32 -> ciflow/periodic/3c32 2025-08-14T20:52:20.2745977Z * [new tag] ciflow/periodic/3e98831 -> ciflow/periodic/3e98831 2025-08-14T20:52:20.2747404Z * [new tag] ciflow/periodic/4a773e1e867f28a8ff0b15203e5cd9548f74fcee -> ciflow/periodic/4a773e1e867f28a8ff0b15203e5cd9548f74fcee 2025-08-14T20:52:20.2748615Z * [new tag] ciflow/periodic/5f5f508aa836a46dfe88857fb223049616b94e93 -> ciflow/periodic/5f5f508aa836a46dfe88857fb223049616b94e93 2025-08-14T20:52:20.2749736Z * [new tag] ciflow/periodic/94512-point -> ciflow/periodic/94512-point 2025-08-14T20:52:20.2751106Z * [new tag] ciflow/periodic/csl/test87519 -> ciflow/periodic/csl/test87519 2025-08-14T20:52:20.2752221Z * [new tag] ciflow/periodic/csltest88275 -> ciflow/periodic/csltest88275 2025-08-14T20:52:20.2753401Z * [new tag] ciflow/periodic/csltest88761 -> ciflow/periodic/csltest88761 2025-08-14T20:52:20.2754824Z * [new tag] ciflow/periodic/d7114f05b10de8e6de81ffc567d63944c3117d51 -> ciflow/periodic/d7114f05b10de8e6de81ffc567d63944c3117d51 2025-08-14T20:52:20.2755591Z * [new tag] ciflow/periodic/release_1.12 -> ciflow/periodic/release_1.12 2025-08-14T20:52:20.2756906Z * [new tag] ciflow/periodic/release_1.12.0 -> ciflow/periodic/release_1.12.0 2025-08-14T20:52:20.2758115Z * [new tag] ciflow/periodic/sha-ec5b83 -> ciflow/periodic/sha-ec5b83 2025-08-14T20:52:20.2759376Z * [new tag] ciflow/rocm-mi300/151360 -> ciflow/rocm-mi300/151360 2025-08-14T20:52:20.2760308Z * [new tag] ciflow/rocm-mi300/159158 -> ciflow/rocm-mi300/159158 2025-08-14T20:52:20.2761039Z * [new tag] ciflow/rocm-mi300/160073 -> ciflow/rocm-mi300/160073 2025-08-14T20:52:20.2762199Z * [new tag] ciflow/rocm-mi300/160468 -> ciflow/rocm-mi300/160468 2025-08-14T20:52:20.2763076Z * [new tag] ciflow/rocm-mi300/160538 -> ciflow/rocm-mi300/160538 2025-08-14T20:52:20.2764375Z * [new tag] ciflow/rocm-mi355/160215 -> ciflow/rocm-mi355/160215 2025-08-14T20:52:20.2765862Z * [new tag] ciflow/rocm/148492 -> ciflow/rocm/148492 2025-08-14T20:52:20.2766700Z * [new tag] ciflow/rocm/151360 -> ciflow/rocm/151360 2025-08-14T20:52:20.2767578Z * [new tag] ciflow/rocm/151845 -> ciflow/rocm/151845 2025-08-14T20:52:20.2768596Z * [new tag] ciflow/rocm/154864 -> ciflow/rocm/154864 2025-08-14T20:52:20.2769559Z * [new tag] ciflow/rocm/156491 -> ciflow/rocm/156491 2025-08-14T20:52:20.2770375Z * [new tag] ciflow/rocm/158219 -> ciflow/rocm/158219 2025-08-14T20:52:20.2771375Z * [new tag] ciflow/rocm/158220 -> ciflow/rocm/158220 2025-08-14T20:52:20.2772116Z * [new tag] ciflow/rocm/158224 -> ciflow/rocm/158224 2025-08-14T20:52:20.2773087Z * [new tag] ciflow/rocm/159158 -> ciflow/rocm/159158 2025-08-14T20:52:20.2774001Z * [new tag] ciflow/rocm/160215 -> ciflow/rocm/160215 2025-08-14T20:52:20.2774715Z * [new tag] ciflow/rocm/160468 -> ciflow/rocm/160468 2025-08-14T20:52:20.2775973Z * [new tag] ciflow/rocm/160538 -> ciflow/rocm/160538 2025-08-14T20:52:20.2777476Z * [new tag] ciflow/rocm/160676 -> ciflow/rocm/160676 2025-08-14T20:52:20.2778616Z * [new tag] ciflow/s390/143959 -> ciflow/s390/143959 2025-08-14T20:52:20.2779787Z * [new tag] ciflow/slow/01c7106 -> ciflow/slow/01c7106 2025-08-14T20:52:20.2780840Z * [new tag] ciflow/slow/0577043 -> ciflow/slow/0577043 2025-08-14T20:52:20.2782357Z * [new tag] ciflow/slow/0d5b74da0cab798fbfdb9caa53fad816999c8386-sdym -> ciflow/slow/0d5b74da0cab798fbfdb9caa53fad816999c8386-sdym 2025-08-14T20:52:20.2782986Z * [new tag] ciflow/slow/0e81104 -> ciflow/slow/0e81104 2025-08-14T20:52:20.2783900Z * [new tag] ciflow/slow/154595 -> ciflow/slow/154595 2025-08-14T20:52:20.2784946Z * [new tag] ciflow/slow/1732077 -> ciflow/slow/1732077 2025-08-14T20:52:20.2786050Z * [new tag] ciflow/slow/187eb7c -> ciflow/slow/187eb7c 2025-08-14T20:52:20.2787110Z * [new tag] ciflow/slow/1faef89 -> ciflow/slow/1faef89 2025-08-14T20:52:20.2788440Z * [new tag] ciflow/slow/3920ec1 -> ciflow/slow/3920ec1 2025-08-14T20:52:20.2789723Z * [new tag] ciflow/slow/3b7c6b2 -> ciflow/slow/3b7c6b2 2025-08-14T20:52:20.2790836Z * [new tag] ciflow/slow/59a3759 -> ciflow/slow/59a3759 2025-08-14T20:52:20.2792018Z * [new tag] ciflow/slow/70ef0bb -> ciflow/slow/70ef0bb 2025-08-14T20:52:20.2793085Z * [new tag] ciflow/slow/788ff06 -> ciflow/slow/788ff06 2025-08-14T20:52:20.2794650Z * [new tag] ciflow/slow/8751002215790a3a88750faa8f4366933e296693-sdym -> ciflow/slow/8751002215790a3a88750faa8f4366933e296693-sdym 2025-08-14T20:52:20.2795289Z * [new tag] ciflow/slow/9d85864 -> ciflow/slow/9d85864 2025-08-14T20:52:20.2796439Z * [new tag] ciflow/slow/9ffad5b -> ciflow/slow/9ffad5b 2025-08-14T20:52:20.2797478Z * [new tag] ciflow/slow/a206e8b -> ciflow/slow/a206e8b 2025-08-14T20:52:20.2798544Z * [new tag] ciflow/slow/a837609 -> ciflow/slow/a837609 2025-08-14T20:52:20.2799645Z * [new tag] ciflow/slow/af841f3 -> ciflow/slow/af841f3 2025-08-14T20:52:20.2801231Z * [new tag] ciflow/slow/da3aba1e46157c4df504b067477cdf2b3c96b194-sdym -> ciflow/slow/da3aba1e46157c4df504b067477cdf2b3c96b194-sdym 2025-08-14T20:52:20.2801854Z * [new tag] ciflow/trunk/131296 -> ciflow/trunk/131296 2025-08-14T20:52:20.2802807Z * [new tag] ciflow/trunk/137400 -> ciflow/trunk/137400 2025-08-14T20:52:20.2803648Z * [new tag] ciflow/trunk/138996 -> ciflow/trunk/138996 2025-08-14T20:52:20.2804589Z * [new tag] ciflow/trunk/139971 -> ciflow/trunk/139971 2025-08-14T20:52:20.2805422Z * [new tag] ciflow/trunk/147360 -> ciflow/trunk/147360 2025-08-14T20:52:20.2806313Z * [new tag] ciflow/trunk/147855 -> ciflow/trunk/147855 2025-08-14T20:52:20.2807050Z * [new tag] ciflow/trunk/148180 -> ciflow/trunk/148180 2025-08-14T20:52:20.2808033Z * [new tag] ciflow/trunk/148328 -> ciflow/trunk/148328 2025-08-14T20:52:20.2808783Z * [new tag] ciflow/trunk/148492 -> ciflow/trunk/148492 2025-08-14T20:52:20.2809888Z * [new tag] ciflow/trunk/150282 -> ciflow/trunk/150282 2025-08-14T20:52:20.2810791Z * [new tag] ciflow/trunk/150302 -> ciflow/trunk/150302 2025-08-14T20:52:20.2811956Z * [new tag] ciflow/trunk/151845 -> ciflow/trunk/151845 2025-08-14T20:52:20.2813104Z * [new tag] ciflow/trunk/152624 -> ciflow/trunk/152624 2025-08-14T20:52:20.2814208Z * [new tag] ciflow/trunk/154193 -> ciflow/trunk/154193 2025-08-14T20:52:20.2815159Z * [new tag] ciflow/trunk/154595 -> ciflow/trunk/154595 2025-08-14T20:52:20.2816065Z * [new tag] ciflow/trunk/154650 -> ciflow/trunk/154650 2025-08-14T20:52:20.2816982Z * [new tag] ciflow/trunk/154694 -> ciflow/trunk/154694 2025-08-14T20:52:20.2817833Z * [new tag] ciflow/trunk/155958 -> ciflow/trunk/155958 2025-08-14T20:52:20.2818898Z * [new tag] ciflow/trunk/156049 -> ciflow/trunk/156049 2025-08-14T20:52:20.2819813Z * [new tag] ciflow/trunk/156703 -> ciflow/trunk/156703 2025-08-14T20:52:20.2820765Z * [new tag] ciflow/trunk/156851 -> ciflow/trunk/156851 2025-08-14T20:52:20.2821663Z * [new tag] ciflow/trunk/157148 -> ciflow/trunk/157148 2025-08-14T20:52:20.2822553Z * [new tag] ciflow/trunk/157432 -> ciflow/trunk/157432 2025-08-14T20:52:20.2823573Z * [new tag] ciflow/trunk/157685 -> ciflow/trunk/157685 2025-08-14T20:52:20.2824476Z * [new tag] ciflow/trunk/157689 -> ciflow/trunk/157689 2025-08-14T20:52:20.2825384Z * [new tag] ciflow/trunk/157699 -> ciflow/trunk/157699 2025-08-14T20:52:20.2826282Z * [new tag] ciflow/trunk/157813 -> ciflow/trunk/157813 2025-08-14T20:52:20.2827699Z * [new tag] ciflow/trunk/157994 -> ciflow/trunk/157994 2025-08-14T20:52:20.2828505Z * [new tag] ciflow/trunk/158091 -> ciflow/trunk/158091 2025-08-14T20:52:20.2829559Z * [new tag] ciflow/trunk/158104 -> ciflow/trunk/158104 2025-08-14T20:52:20.2830423Z * [new tag] ciflow/trunk/158219 -> ciflow/trunk/158219 2025-08-14T20:52:20.2831397Z * [new tag] ciflow/trunk/158220 -> ciflow/trunk/158220 2025-08-14T20:52:20.2832242Z * [new tag] ciflow/trunk/158224 -> ciflow/trunk/158224 2025-08-14T20:52:20.2833312Z * [new tag] ciflow/trunk/158529 -> ciflow/trunk/158529 2025-08-14T20:52:20.2834226Z * [new tag] ciflow/trunk/158647 -> ciflow/trunk/158647 2025-08-14T20:52:20.2835155Z * [new tag] ciflow/trunk/158810 -> ciflow/trunk/158810 2025-08-14T20:52:20.2836070Z * [new tag] ciflow/trunk/158812 -> ciflow/trunk/158812 2025-08-14T20:52:20.2836971Z * [new tag] ciflow/trunk/158863 -> ciflow/trunk/158863 2025-08-14T20:52:20.2837811Z * [new tag] ciflow/trunk/158864 -> ciflow/trunk/158864 2025-08-14T20:52:20.2838754Z * [new tag] ciflow/trunk/158883 -> ciflow/trunk/158883 2025-08-14T20:52:20.2839671Z * [new tag] ciflow/trunk/158914 -> ciflow/trunk/158914 2025-08-14T20:52:20.2840565Z * [new tag] ciflow/trunk/158965 -> ciflow/trunk/158965 2025-08-14T20:52:20.2841475Z * [new tag] ciflow/trunk/158987 -> ciflow/trunk/158987 2025-08-14T20:52:20.2842517Z * [new tag] ciflow/trunk/159033 -> ciflow/trunk/159033 2025-08-14T20:52:20.2843563Z * [new tag] ciflow/trunk/159140 -> ciflow/trunk/159140 2025-08-14T20:52:20.2844370Z * [new tag] ciflow/trunk/159158 -> ciflow/trunk/159158 2025-08-14T20:52:20.2845368Z * [new tag] ciflow/trunk/159530 -> ciflow/trunk/159530 2025-08-14T20:52:20.2846293Z * [new tag] ciflow/trunk/159553 -> ciflow/trunk/159553 2025-08-14T20:52:20.2847220Z * [new tag] ciflow/trunk/159562 -> ciflow/trunk/159562 2025-08-14T20:52:20.2848288Z * [new tag] ciflow/trunk/159682 -> ciflow/trunk/159682 2025-08-14T20:52:20.2849349Z * [new tag] ciflow/trunk/159691 -> ciflow/trunk/159691 2025-08-14T20:52:20.2850262Z * [new tag] ciflow/trunk/159842 -> ciflow/trunk/159842 2025-08-14T20:52:20.2851154Z * [new tag] ciflow/trunk/159889 -> ciflow/trunk/159889 2025-08-14T20:52:20.2852034Z * [new tag] ciflow/trunk/159923 -> ciflow/trunk/159923 2025-08-14T20:52:20.2852886Z * [new tag] ciflow/trunk/160000 -> ciflow/trunk/160000 2025-08-14T20:52:20.2853944Z * [new tag] ciflow/trunk/160004 -> ciflow/trunk/160004 2025-08-14T20:52:20.2854841Z * [new tag] ciflow/trunk/160113 -> ciflow/trunk/160113 2025-08-14T20:52:20.2855798Z * [new tag] ciflow/trunk/160161 -> ciflow/trunk/160161 2025-08-14T20:52:20.2856695Z * [new tag] ciflow/trunk/160168 -> ciflow/trunk/160168 2025-08-14T20:52:20.2857529Z * [new tag] ciflow/trunk/160181 -> ciflow/trunk/160181 2025-08-14T20:52:20.2858443Z * [new tag] ciflow/trunk/160183 -> ciflow/trunk/160183 2025-08-14T20:52:20.2859339Z * [new tag] ciflow/trunk/160190 -> ciflow/trunk/160190 2025-08-14T20:52:20.2860491Z * [new tag] ciflow/trunk/160198 -> ciflow/trunk/160198 2025-08-14T20:52:20.2861190Z * [new tag] ciflow/trunk/160205 -> ciflow/trunk/160205 2025-08-14T20:52:20.2862171Z * [new tag] ciflow/trunk/160224 -> ciflow/trunk/160224 2025-08-14T20:52:20.2863202Z * [new tag] ciflow/trunk/160250 -> ciflow/trunk/160250 2025-08-14T20:52:20.2863860Z * [new tag] ciflow/trunk/160253 -> ciflow/trunk/160253 2025-08-14T20:52:20.2865022Z * [new tag] ciflow/trunk/160335 -> ciflow/trunk/160335 2025-08-14T20:52:20.2866100Z * [new tag] ciflow/trunk/160338 -> ciflow/trunk/160338 2025-08-14T20:52:20.2866935Z * [new tag] ciflow/trunk/160383 -> ciflow/trunk/160383 2025-08-14T20:52:20.2867891Z * [new tag] ciflow/trunk/160401 -> ciflow/trunk/160401 2025-08-14T20:52:20.2868849Z * [new tag] ciflow/trunk/160403 -> ciflow/trunk/160403 2025-08-14T20:52:20.2869870Z * [new tag] ciflow/trunk/160431 -> ciflow/trunk/160431 2025-08-14T20:52:20.2870918Z * [new tag] ciflow/trunk/160439 -> ciflow/trunk/160439 2025-08-14T20:52:20.2871880Z * [new tag] ciflow/trunk/160449 -> ciflow/trunk/160449 2025-08-14T20:52:20.2873053Z * [new tag] ciflow/trunk/160454 -> ciflow/trunk/160454 2025-08-14T20:52:20.2873964Z * [new tag] ciflow/trunk/160468 -> ciflow/trunk/160468 2025-08-14T20:52:20.2874879Z * [new tag] ciflow/trunk/160481 -> ciflow/trunk/160481 2025-08-14T20:52:20.2875867Z * [new tag] ciflow/trunk/160485 -> ciflow/trunk/160485 2025-08-14T20:52:20.2876922Z * [new tag] ciflow/trunk/160519 -> ciflow/trunk/160519 2025-08-14T20:52:20.2877818Z * [new tag] ciflow/trunk/160527 -> ciflow/trunk/160527 2025-08-14T20:52:20.2878927Z * [new tag] ciflow/trunk/160560 -> ciflow/trunk/160560 2025-08-14T20:52:20.2886594Z * [new tag] ciflow/trunk/160562 -> ciflow/trunk/160562 2025-08-14T20:52:20.2886929Z * [new tag] ciflow/trunk/160578 -> ciflow/trunk/160578 2025-08-14T20:52:20.2887099Z * [new tag] ciflow/trunk/160589 -> ciflow/trunk/160589 2025-08-14T20:52:20.2887266Z * [new tag] ciflow/trunk/160592 -> ciflow/trunk/160592 2025-08-14T20:52:20.2887448Z * [new tag] ciflow/trunk/160643 -> ciflow/trunk/160643 2025-08-14T20:52:20.2887609Z * [new tag] ciflow/trunk/160649 -> ciflow/trunk/160649 2025-08-14T20:52:20.2887777Z * [new tag] ciflow/unstable/123 -> ciflow/unstable/123 2025-08-14T20:52:20.2887951Z * [new tag] ciflow/vllm/160116 -> ciflow/vllm/160116 2025-08-14T20:52:20.2888113Z * [new tag] ciflow/vllm/160583 -> ciflow/vllm/160583 2025-08-14T20:52:20.2888825Z * [new tag] ciflow/vllm/160619 -> ciflow/vllm/160619 2025-08-14T20:52:20.2889779Z * [new tag] ciflow/vllm/160625 -> ciflow/vllm/160625 2025-08-14T20:52:20.2890542Z * [new tag] ciflow/vllm/160627 -> ciflow/vllm/160627 2025-08-14T20:52:20.2891743Z * [new tag] ciflow/win-arm64/156049 -> ciflow/win-arm64/156049 2025-08-14T20:52:20.2892534Z * [new tag] ciflow/win-arm64/158104 -> ciflow/win-arm64/158104 2025-08-14T20:52:20.2893499Z * [new tag] ciflow/win-arm64/159553 -> ciflow/win-arm64/159553 2025-08-14T20:52:20.2894275Z * [new tag] ciflow/win-arm64/159562 -> ciflow/win-arm64/159562 2025-08-14T20:52:20.2895493Z * [new tag] ciflow/win-arm64/159777 -> ciflow/win-arm64/159777 2025-08-14T20:52:20.2896382Z * [new tag] ciflow/win-arm64/159780 -> ciflow/win-arm64/159780 2025-08-14T20:52:20.2897180Z * [new tag] ciflow/win-arm64/159842 -> ciflow/win-arm64/159842 2025-08-14T20:52:20.2898108Z * [new tag] ciflow/win-arm64/160250 -> ciflow/win-arm64/160250 2025-08-14T20:52:20.2899130Z * [new tag] ciflow/win-arm64/160253 -> ciflow/win-arm64/160253 2025-08-14T20:52:20.2899830Z * [new tag] ciflow/win-arm64/160454 -> ciflow/win-arm64/160454 2025-08-14T20:52:20.2900750Z * [new tag] ciflow/win-arm64/160560 -> ciflow/win-arm64/160560 2025-08-14T20:52:20.2901817Z * [new tag] ciflow/xpu/138996 -> ciflow/xpu/138996 2025-08-14T20:52:20.2902688Z * [new tag] ciflow/xpu/139971 -> ciflow/xpu/139971 2025-08-14T20:52:20.2903800Z * [new tag] ciflow/xpu/140972 -> ciflow/xpu/140972 2025-08-14T20:52:20.2904779Z * [new tag] ciflow/xpu/143553 -> ciflow/xpu/143553 2025-08-14T20:52:20.2905761Z * [new tag] ciflow/xpu/156272 -> ciflow/xpu/156272 2025-08-14T20:52:20.2906665Z * [new tag] ciflow/xpu/156812 -> ciflow/xpu/156812 2025-08-14T20:52:20.2908004Z * [new tag] ciflow/xpu/157699 -> ciflow/xpu/157699 2025-08-14T20:52:20.2908972Z * [new tag] ciflow/xpu/157994 -> ciflow/xpu/157994 2025-08-14T20:52:20.2909831Z * [new tag] ciflow/xpu/158336 -> ciflow/xpu/158336 2025-08-14T20:52:20.2910727Z * [new tag] ciflow/xpu/158733 -> ciflow/xpu/158733 2025-08-14T20:52:20.2911750Z * [new tag] ciflow/xpu/159033 -> ciflow/xpu/159033 2025-08-14T20:52:20.2912847Z * [new tag] ciflow/xpu/159118 -> ciflow/xpu/159118 2025-08-14T20:52:20.2914015Z * [new tag] ciflow/xpu/159140 -> ciflow/xpu/159140 2025-08-14T20:52:20.2915384Z * [new tag] ciflow/xpu/159241 -> ciflow/xpu/159241 2025-08-14T20:52:20.2919791Z * [new tag] ciflow/xpu/159473 -> ciflow/xpu/159473 2025-08-14T20:52:20.2920159Z * [new tag] ciflow/xpu/159474 -> ciflow/xpu/159474 2025-08-14T20:52:20.2920332Z * [new tag] ciflow/xpu/159553 -> ciflow/xpu/159553 2025-08-14T20:52:20.2920580Z * [new tag] ciflow/xpu/159944 -> ciflow/xpu/159944 2025-08-14T20:52:20.2921057Z * [new tag] ciflow/xpu/160062 -> ciflow/xpu/160062 2025-08-14T20:52:20.2921958Z * [new tag] ciflow/xpu/160067 -> ciflow/xpu/160067 2025-08-14T20:52:20.2923027Z * [new tag] ciflow/xpu/160158 -> ciflow/xpu/160158 2025-08-14T20:52:20.2923963Z * [new tag] ciflow/xpu/160173 -> ciflow/xpu/160173 2025-08-14T20:52:20.2924853Z * [new tag] ciflow/xpu/160183 -> ciflow/xpu/160183 2025-08-14T20:52:20.2925861Z * [new tag] ciflow/xpu/160301 -> ciflow/xpu/160301 2025-08-14T20:52:20.2926615Z * [new tag] ciflow/xpu/160403 -> ciflow/xpu/160403 2025-08-14T20:52:20.2927752Z * [new tag] ciflow/xpu/160606 -> ciflow/xpu/160606 2025-08-14T20:52:20.2928807Z * [new tag] cslpull75 -> cslpull75 2025-08-14T20:52:20.2929917Z * [new tag] cslpull76 -> cslpull76 2025-08-14T20:52:20.2930875Z * [new tag] cslpull77 -> cslpull77 2025-08-14T20:52:20.2931875Z * [new tag] cslpull78 -> cslpull78 2025-08-14T20:52:20.2933199Z * [new tag] cslpull79 -> cslpull79 2025-08-14T20:52:20.2934529Z * [new tag] cslpull80 -> cslpull80 2025-08-14T20:52:20.2935607Z * [new tag] cslpull81 -> cslpull81 2025-08-14T20:52:20.2936651Z * [new tag] cslpull82 -> cslpull82 2025-08-14T20:52:20.2937678Z * [new tag] cslpull83 -> cslpull83 2025-08-14T20:52:20.2938731Z * [new tag] cslpull84 -> cslpull84 2025-08-14T20:52:20.2939785Z * [new tag] cslpull85 -> cslpull85 2025-08-14T20:52:20.2940810Z * [new tag] cslpull86 -> cslpull86 2025-08-14T20:52:20.2941895Z * [new tag] cslpull87 -> cslpull87 2025-08-14T20:52:20.2942990Z * [new tag] cslpull88 -> cslpull88 2025-08-14T20:52:20.2943995Z * [new tag] cslpull89 -> cslpull89 2025-08-14T20:52:20.2944807Z * [new tag] cslpull90 -> cslpull90 2025-08-14T20:52:20.2946558Z * [new tag] cslpull91 -> cslpull91 2025-08-14T20:52:20.2947561Z * [new tag] cslpull92 -> cslpull92 2025-08-14T20:52:20.2948902Z * [new tag] flight_5 -> flight_5 2025-08-14T20:52:20.2949985Z * [new tag] flight_5.1 -> flight_5.1 2025-08-14T20:52:20.2951068Z * [new tag] flight_5.2 -> flight_5.2 2025-08-14T20:52:20.2952164Z * [new tag] flight_5.3 -> flight_5.3 2025-08-14T20:52:20.2953083Z * [new tag] forpull1 -> forpull1 2025-08-14T20:52:20.2954441Z * [new tag] malfet/tag-2ef5611 -> malfet/tag-2ef5611 2025-08-14T20:52:20.2955511Z * [new tag] malfet/tag-317b1a0 -> malfet/tag-317b1a0 2025-08-14T20:52:20.2956692Z * [new tag] malfet/tag-ec6f767 -> malfet/tag-ec6f767 2025-08-14T20:52:20.2957754Z * [new tag] nightly-binary -> nightly-binary 2025-08-14T20:52:20.2958637Z * [new tag] sqzhang_flight4_plus -> sqzhang_flight4_plus 2025-08-14T20:52:20.2959764Z * [new tag] sqzhang_flight_3 -> sqzhang_flight_3 2025-08-14T20:52:20.2961291Z * [new tag] trunk/01584d2a7d029c9749eb73678cf1dc313cc35df6 -> trunk/01584d2a7d029c9749eb73678cf1dc313cc35df6 2025-08-14T20:52:20.2962222Z * [new tag] trunk/017259f9c65b6fad55fb9597d7077e2543eaae46 -> trunk/017259f9c65b6fad55fb9597d7077e2543eaae46 2025-08-14T20:52:20.2963582Z * [new tag] trunk/01bcf9a40dea937637d2cdd530bed2652510943d -> trunk/01bcf9a40dea937637d2cdd530bed2652510943d 2025-08-14T20:52:20.2964833Z * [new tag] trunk/01f66d08d93365015f4af005a252f439c4d4013a -> trunk/01f66d08d93365015f4af005a252f439c4d4013a 2025-08-14T20:52:20.2965761Z * [new tag] trunk/03b254e49f2d4c092e6ca712e5702cf2895aa47e -> trunk/03b254e49f2d4c092e6ca712e5702cf2895aa47e 2025-08-14T20:52:20.2966704Z * [new tag] trunk/05029ad1c30865d3f7e7fd13384db9d826e563eb -> trunk/05029ad1c30865d3f7e7fd13384db9d826e563eb 2025-08-14T20:52:20.2967918Z * [new tag] trunk/05c19d1acecc01b0d2512364183058a6885b9869 -> trunk/05c19d1acecc01b0d2512364183058a6885b9869 2025-08-14T20:52:20.2968991Z * [new tag] trunk/05c417715f791875fbf28cfc3fc86142de1a3206 -> trunk/05c417715f791875fbf28cfc3fc86142de1a3206 2025-08-14T20:52:20.2970052Z * [new tag] trunk/06824f3c7268bb807a422b663047cd0900ddd126 -> trunk/06824f3c7268bb807a422b663047cd0900ddd126 2025-08-14T20:52:20.2970864Z * [new tag] trunk/077cb389746a7d61cfc018aad2ba29a8aa195610 -> trunk/077cb389746a7d61cfc018aad2ba29a8aa195610 2025-08-14T20:52:20.2972115Z * [new tag] trunk/089c4a1ba007ed4abb3e5e0eafd97b7584566057 -> trunk/089c4a1ba007ed4abb3e5e0eafd97b7584566057 2025-08-14T20:52:20.2973236Z * [new tag] trunk/09381f5dacda7bbbfa361f5df76bde5cd309adc1 -> trunk/09381f5dacda7bbbfa361f5df76bde5cd309adc1 2025-08-14T20:52:20.2974299Z * [new tag] trunk/0bd3af4fb87445f4de3a1f9b823e399c8b3cefde -> trunk/0bd3af4fb87445f4de3a1f9b823e399c8b3cefde 2025-08-14T20:52:20.2975374Z * [new tag] trunk/0d3461bac0fb5177e35152d980b301ea3a0aa2c4 -> trunk/0d3461bac0fb5177e35152d980b301ea3a0aa2c4 2025-08-14T20:52:20.2976435Z * [new tag] trunk/0d40ff3b496e68193bc16d5391fa2e3623709f81 -> trunk/0d40ff3b496e68193bc16d5391fa2e3623709f81 2025-08-14T20:52:20.2977605Z * [new tag] trunk/0d71ca2c46753bb268bfdcf815c14415c122a289 -> trunk/0d71ca2c46753bb268bfdcf815c14415c122a289 2025-08-14T20:52:20.2978539Z * [new tag] trunk/0d88593dd826544c9e7bd4aa615ef86847a78d2b -> trunk/0d88593dd826544c9e7bd4aa615ef86847a78d2b 2025-08-14T20:52:20.2979819Z * [new tag] trunk/0e3e377bd5126cfcc69d70c4d77b352d3404cc11 -> trunk/0e3e377bd5126cfcc69d70c4d77b352d3404cc11 2025-08-14T20:52:20.2980870Z * [new tag] trunk/0f3b10b8eebe68e3c75d473d499b87dfe14a2eca -> trunk/0f3b10b8eebe68e3c75d473d499b87dfe14a2eca 2025-08-14T20:52:20.2982155Z * [new tag] trunk/101276f81b4d2a8c31bfd6796b986d4c1bfdf483 -> trunk/101276f81b4d2a8c31bfd6796b986d4c1bfdf483 2025-08-14T20:52:20.2983119Z * [new tag] trunk/1028c5e2d50e121865bf98307e7c035f549a24b2 -> trunk/1028c5e2d50e121865bf98307e7c035f549a24b2 2025-08-14T20:52:20.2984314Z * [new tag] trunk/10bc36fe840cb3510fab84d2ea22663b76702f1e -> trunk/10bc36fe840cb3510fab84d2ea22663b76702f1e 2025-08-14T20:52:20.2985264Z * [new tag] trunk/10e3514c962b58cbbee994257872a626ff76d51b -> trunk/10e3514c962b58cbbee994257872a626ff76d51b 2025-08-14T20:52:20.2986469Z * [new tag] trunk/1128f4c2a822cbe34a9d966306af15097179ffe1 -> trunk/1128f4c2a822cbe34a9d966306af15097179ffe1 2025-08-14T20:52:20.2987524Z * [new tag] trunk/114a6c40434bfb9cfa5abc30e9e34d81300d743e -> trunk/114a6c40434bfb9cfa5abc30e9e34d81300d743e 2025-08-14T20:52:20.2988779Z * [new tag] trunk/118bc97b14c24ac88a4b0c0750a9e7bf93154c76 -> trunk/118bc97b14c24ac88a4b0c0750a9e7bf93154c76 2025-08-14T20:52:20.2989609Z * [new tag] trunk/1196bb1c2e4d5a7edc09f2260e3034132f0c6c91 -> trunk/1196bb1c2e4d5a7edc09f2260e3034132f0c6c91 2025-08-14T20:52:20.2990810Z * [new tag] trunk/11a3565f1872bbad9c253a127e8d4ce7a1b40ec8 -> trunk/11a3565f1872bbad9c253a127e8d4ce7a1b40ec8 2025-08-14T20:52:20.2991793Z * [new tag] trunk/15e49f61643e4c0eef420f0981609709ef55b848 -> trunk/15e49f61643e4c0eef420f0981609709ef55b848 2025-08-14T20:52:20.2992991Z * [new tag] trunk/16d15445f8bd8740095b23de4af89d757af793ca -> trunk/16d15445f8bd8740095b23de4af89d757af793ca 2025-08-14T20:52:20.2994087Z * [new tag] trunk/178515d0ff6833c8e9221482b2a650ab31e00019 -> trunk/178515d0ff6833c8e9221482b2a650ab31e00019 2025-08-14T20:52:20.2994988Z * [new tag] trunk/182efe31dbe43376e7eef7338356aaf94d5bcabe -> trunk/182efe31dbe43376e7eef7338356aaf94d5bcabe 2025-08-14T20:52:20.2996191Z * [new tag] trunk/194fcfcfbdad0add1a1b695321e31a576058f4cf -> trunk/194fcfcfbdad0add1a1b695321e31a576058f4cf 2025-08-14T20:52:20.2997134Z * [new tag] trunk/195b5c2e27eb8f21cbc8ad1e90f42db5a8cfccca -> trunk/195b5c2e27eb8f21cbc8ad1e90f42db5a8cfccca 2025-08-14T20:52:20.2998346Z * [new tag] trunk/198b5fd2d47fa3d5110ceba6827a3b18e0064014 -> trunk/198b5fd2d47fa3d5110ceba6827a3b18e0064014 2025-08-14T20:52:20.2999322Z * [new tag] trunk/199e9abb6a366bbd27c39d1da7c3123b4eea9b5a -> trunk/199e9abb6a366bbd27c39d1da7c3123b4eea9b5a 2025-08-14T20:52:20.3000441Z * [new tag] trunk/19b4283884b2d9b3a0eb364da10b1540d14ab7a7 -> trunk/19b4283884b2d9b3a0eb364da10b1540d14ab7a7 2025-08-14T20:52:20.3001699Z * [new tag] trunk/1c2587119152cec3905647a47c65d3d26619c5a8 -> trunk/1c2587119152cec3905647a47c65d3d26619c5a8 2025-08-14T20:52:20.3002750Z * [new tag] trunk/1c26c53851c212a7c90a325549a72f0571613a8c -> trunk/1c26c53851c212a7c90a325549a72f0571613a8c 2025-08-14T20:52:20.3003896Z * [new tag] trunk/1c2cba17eab2b09d87142883da2bdbdbcf018613 -> trunk/1c2cba17eab2b09d87142883da2bdbdbcf018613 2025-08-14T20:52:20.3004870Z * [new tag] trunk/1d80d697a269234b47ec7ede192faf3bb9b159e3 -> trunk/1d80d697a269234b47ec7ede192faf3bb9b159e3 2025-08-14T20:52:20.3005991Z * [new tag] trunk/1ea688f9a2602fbcde32c0302b822526ca4219dc -> trunk/1ea688f9a2602fbcde32c0302b822526ca4219dc 2025-08-14T20:52:20.3007131Z * [new tag] trunk/1f4057c11ac941fb324386ca594d0a6882185aad -> trunk/1f4057c11ac941fb324386ca594d0a6882185aad 2025-08-14T20:52:20.3007988Z * [new tag] trunk/1fc683cf17c8c673044538d10266c00f92987be2 -> trunk/1fc683cf17c8c673044538d10266c00f92987be2 2025-08-14T20:52:20.3008908Z * [new tag] trunk/1febab2a89302464f6c7d69cfbef7a24c421ea65 -> trunk/1febab2a89302464f6c7d69cfbef7a24c421ea65 2025-08-14T20:52:20.3010130Z * [new tag] trunk/206c1eef6571f906c2792d899a09136b3fce9673 -> trunk/206c1eef6571f906c2792d899a09136b3fce9673 2025-08-14T20:52:20.3011271Z * [new tag] trunk/20bdabbb3c5d6b118a94b2e045c777662563d5bb -> trunk/20bdabbb3c5d6b118a94b2e045c777662563d5bb 2025-08-14T20:52:20.3012746Z * [new tag] trunk/21392c0e06ac2b2621950455975ca6332f0bf641 -> trunk/21392c0e06ac2b2621950455975ca6332f0bf641 2025-08-14T20:52:20.3013547Z * [new tag] trunk/2247aa6d1d43e256255f5c74a781c3190a4387b6 -> trunk/2247aa6d1d43e256255f5c74a781c3190a4387b6 2025-08-14T20:52:20.3014670Z * [new tag] trunk/2259dbed4e0d3f2a8174b5847fd0741aed42451d -> trunk/2259dbed4e0d3f2a8174b5847fd0741aed42451d 2025-08-14T20:52:20.3015619Z * [new tag] trunk/231c72240d80091f099c95e326d3600cba866eee -> trunk/231c72240d80091f099c95e326d3600cba866eee 2025-08-14T20:52:20.3016531Z * [new tag] trunk/24257f5bfaa37795f74d9f64c1b43584128d4b8c -> trunk/24257f5bfaa37795f74d9f64c1b43584128d4b8c 2025-08-14T20:52:20.3018239Z * [new tag] trunk/24f43d0da7ad9c6e95a09a2fee610387728cc1cd -> trunk/24f43d0da7ad9c6e95a09a2fee610387728cc1cd 2025-08-14T20:52:20.3019229Z * [new tag] trunk/2898d3f965e5cd9d02fc2ecdab7c580fd457fea9 -> trunk/2898d3f965e5cd9d02fc2ecdab7c580fd457fea9 2025-08-14T20:52:20.3020367Z * [new tag] trunk/28ccc9e7247798980fe00a11bcd64a8016b5f227 -> trunk/28ccc9e7247798980fe00a11bcd64a8016b5f227 2025-08-14T20:52:20.3021285Z * [new tag] trunk/29712314dd5cf500a8ea3d1c69483a3cb768ca72 -> trunk/29712314dd5cf500a8ea3d1c69483a3cb768ca72 2025-08-14T20:52:20.3022442Z * [new tag] trunk/29d20d49f0b7f4e362e1cefdcdc4b5659969312c -> trunk/29d20d49f0b7f4e362e1cefdcdc4b5659969312c 2025-08-14T20:52:20.3023622Z * [new tag] trunk/2c5e10a5fceb208b11c3d569ae02e348b5893b31 -> trunk/2c5e10a5fceb208b11c3d569ae02e348b5893b31 2025-08-14T20:52:20.3024413Z * [new tag] trunk/2d0cdee394bccadcd0abe19dd4623ed978a331ad -> trunk/2d0cdee394bccadcd0abe19dd4623ed978a331ad 2025-08-14T20:52:20.3025545Z * [new tag] trunk/2e4e5ab4be9e0aeffd9c49b5b2f9f820bd0895b1 -> trunk/2e4e5ab4be9e0aeffd9c49b5b2f9f820bd0895b1 2025-08-14T20:52:20.3026668Z * [new tag] trunk/2ea40fba841b3af8103f332ba62e54f350ba9a51 -> trunk/2ea40fba841b3af8103f332ba62e54f350ba9a51 2025-08-14T20:52:20.3027483Z * [new tag] trunk/2ee22e435131369a7e4f8cc4732579acc29a941b -> trunk/2ee22e435131369a7e4f8cc4732579acc29a941b 2025-08-14T20:52:20.3028761Z * [new tag] trunk/2f4c2226175512af787725c4d5ad7313c60d4db1 -> trunk/2f4c2226175512af787725c4d5ad7313c60d4db1 2025-08-14T20:52:20.3029707Z * [new tag] trunk/3008d985a8fc155eb89374afff50cb33a6bd10d5 -> trunk/3008d985a8fc155eb89374afff50cb33a6bd10d5 2025-08-14T20:52:20.3030870Z * [new tag] trunk/3028fa6ce9d9c96671722ab8213a1a30670d7cf2 -> trunk/3028fa6ce9d9c96671722ab8213a1a30670d7cf2 2025-08-14T20:52:20.3031863Z * [new tag] trunk/303c614f3df95ae2b659c5f6c1838b14e4776ce6 -> trunk/303c614f3df95ae2b659c5f6c1838b14e4776ce6 2025-08-14T20:52:20.3033437Z * [new tag] trunk/305fa2239365ad17ac9c534a68bba8a149c42d67 -> trunk/305fa2239365ad17ac9c534a68bba8a149c42d67 2025-08-14T20:52:20.3034330Z * [new tag] trunk/31c9ac4319c0cc2ed8c6be701c6ccf73f6cb4706 -> trunk/31c9ac4319c0cc2ed8c6be701c6ccf73f6cb4706 2025-08-14T20:52:20.3035492Z * [new tag] trunk/32099961d588fc19ead8afe805d6b5108de75669 -> trunk/32099961d588fc19ead8afe805d6b5108de75669 2025-08-14T20:52:20.3036623Z * [new tag] trunk/32e5e2f596d55bb9441d5d53f3c58bcb55828047 -> trunk/32e5e2f596d55bb9441d5d53f3c58bcb55828047 2025-08-14T20:52:20.3037420Z * [new tag] trunk/334b38ccc4427b1d14981c48a3a0b92180d58225 -> trunk/334b38ccc4427b1d14981c48a3a0b92180d58225 2025-08-14T20:52:20.3038741Z * [new tag] trunk/334ecbd4ffe11858cae7d23d1190ddb4777c2513 -> trunk/334ecbd4ffe11858cae7d23d1190ddb4777c2513 2025-08-14T20:52:20.3039819Z * [new tag] trunk/33d94018668951611b318b7515ae96f04e48eac0 -> trunk/33d94018668951611b318b7515ae96f04e48eac0 2025-08-14T20:52:20.3040796Z * [new tag] trunk/34358f335d95213d96b6cca6a83e7bf3af6a9fcb -> trunk/34358f335d95213d96b6cca6a83e7bf3af6a9fcb 2025-08-14T20:52:20.3042042Z * [new tag] trunk/34ec5ed275f8aa875c80daa97b3e82af0b06f673 -> trunk/34ec5ed275f8aa875c80daa97b3e82af0b06f673 2025-08-14T20:52:20.3042968Z * [new tag] trunk/355462e1278d818deb9ef4a184073d5b66074816 -> trunk/355462e1278d818deb9ef4a184073d5b66074816 2025-08-14T20:52:20.3048183Z * [new tag] trunk/3626ba711b34397d1fbf0a9b1979f85cbf68b919 -> trunk/3626ba711b34397d1fbf0a9b1979f85cbf68b919 2025-08-14T20:52:20.3051423Z * [new tag] trunk/36f46d082a4954921cb8493223f000f2aab79ed7 -> trunk/36f46d082a4954921cb8493223f000f2aab79ed7 2025-08-14T20:52:20.3052612Z * [new tag] trunk/39aa3d1471549b7829c207d634dfdc1d26e346a2 -> trunk/39aa3d1471549b7829c207d634dfdc1d26e346a2 2025-08-14T20:52:20.3053858Z * [new tag] trunk/3a562374401113187ce2566b87e3f1d87d7c53aa -> trunk/3a562374401113187ce2566b87e3f1d87d7c53aa 2025-08-14T20:52:20.3054732Z * [new tag] trunk/3ac86e728dfaa7383ff7f865e9e7d33486188dae -> trunk/3ac86e728dfaa7383ff7f865e9e7d33486188dae 2025-08-14T20:52:20.3056074Z * [new tag] trunk/3cec82a7e9aea040a34dd7a2587ae6d3bd65dba0 -> trunk/3cec82a7e9aea040a34dd7a2587ae6d3bd65dba0 2025-08-14T20:52:20.3057132Z * [new tag] trunk/3cf7b4024ef83e44e9ae223dbff7c7ab68240cb2 -> trunk/3cf7b4024ef83e44e9ae223dbff7c7ab68240cb2 2025-08-14T20:52:20.3058229Z * [new tag] trunk/3ef2e1ef769582a82c6ddf150e9d11bf4bf1c44f -> trunk/3ef2e1ef769582a82c6ddf150e9d11bf4bf1c44f 2025-08-14T20:52:20.3059370Z * [new tag] trunk/3f1636ebef9b45e8a3cb0eb20d327ee6acb74be0 -> trunk/3f1636ebef9b45e8a3cb0eb20d327ee6acb74be0 2025-08-14T20:52:20.3060299Z * [new tag] trunk/3faee0a6318afcbbbb48687009a459214910d820 -> trunk/3faee0a6318afcbbbb48687009a459214910d820 2025-08-14T20:52:20.3061522Z * [new tag] trunk/3fcd79e023da7156ac584992ebab29205d3b7881 -> trunk/3fcd79e023da7156ac584992ebab29205d3b7881 2025-08-14T20:52:20.3062625Z * [new tag] trunk/41673110cd7c5960824cc74a6fcaeda1a8bc7a23 -> trunk/41673110cd7c5960824cc74a6fcaeda1a8bc7a23 2025-08-14T20:52:20.3063551Z * [new tag] trunk/4183d4ff3dcc1d87400326a9a7998c3f9e966f60 -> trunk/4183d4ff3dcc1d87400326a9a7998c3f9e966f60 2025-08-14T20:52:20.3064751Z * [new tag] trunk/422bd6808bb98cbbac31d157d9c82ad11ba9732d -> trunk/422bd6808bb98cbbac31d157d9c82ad11ba9732d 2025-08-14T20:52:20.3065678Z * [new tag] trunk/42e51cd4b3973a053fcfa80878a3f346fd158e9f -> trunk/42e51cd4b3973a053fcfa80878a3f346fd158e9f 2025-08-14T20:52:20.3066872Z * [new tag] trunk/4416433c7c625127b7f975c92f8ec98ea4c67fd3 -> trunk/4416433c7c625127b7f975c92f8ec98ea4c67fd3 2025-08-14T20:52:20.3067834Z * [new tag] trunk/45ba7ecda876685b083cbbe932450560c566826b -> trunk/45ba7ecda876685b083cbbe932450560c566826b 2025-08-14T20:52:20.3068875Z * [new tag] trunk/4a773e1e867f28a8ff0b15203e5cd9548f74fcee -> trunk/4a773e1e867f28a8ff0b15203e5cd9548f74fcee 2025-08-14T20:52:20.3069982Z * [new tag] trunk/4cde0acc0e4e795e1a12cbdd9b93c8c04c1fa05d -> trunk/4cde0acc0e4e795e1a12cbdd9b93c8c04c1fa05d 2025-08-14T20:52:20.3071161Z * [new tag] trunk/4d419a74610c32b1372f8802dcc61893740a23cf -> trunk/4d419a74610c32b1372f8802dcc61893740a23cf 2025-08-14T20:52:20.3072122Z * [new tag] trunk/4d5b3f2d5af7c8e4f41da4ffca53fafe8bb86235 -> trunk/4d5b3f2d5af7c8e4f41da4ffca53fafe8bb86235 2025-08-14T20:52:20.3073361Z * [new tag] trunk/4e2ddb5db67617f9f5309c8bba0c17adc84cadbc -> trunk/4e2ddb5db67617f9f5309c8bba0c17adc84cadbc 2025-08-14T20:52:20.3074517Z * [new tag] trunk/50a8c118754a6c5a46968f5c8e215ccba6831d42 -> trunk/50a8c118754a6c5a46968f5c8e215ccba6831d42 2025-08-14T20:52:20.3075627Z * [new tag] trunk/50f23ff6f883db5021dd6bab4c146434f98dd15d -> trunk/50f23ff6f883db5021dd6bab4c146434f98dd15d 2025-08-14T20:52:20.3076571Z * [new tag] trunk/515cb70367e84fcbad23fcc5b39eb1d7706df2aa -> trunk/515cb70367e84fcbad23fcc5b39eb1d7706df2aa 2025-08-14T20:52:20.3077797Z * [new tag] trunk/53e39494958b7e2278cc8176f63636e812e8945f -> trunk/53e39494958b7e2278cc8176f63636e812e8945f 2025-08-14T20:52:20.3078639Z * [new tag] trunk/556e2a73f4f0643f7c2aeb5c7dddda43388a40ce -> trunk/556e2a73f4f0643f7c2aeb5c7dddda43388a40ce 2025-08-14T20:52:20.3079812Z * [new tag] trunk/5665dc9ab76b84d7c90d845ffb0f6349b3621919 -> trunk/5665dc9ab76b84d7c90d845ffb0f6349b3621919 2025-08-14T20:52:20.3080922Z * [new tag] trunk/566c6d52ef1411c8262d7b9cf85e2044fdfbe1a3 -> trunk/566c6d52ef1411c8262d7b9cf85e2044fdfbe1a3 2025-08-14T20:52:20.3082030Z * [new tag] trunk/56c828bef93eada0e18d2cc013207831ca80cc99 -> trunk/56c828bef93eada0e18d2cc013207831ca80cc99 2025-08-14T20:52:20.3083248Z * [new tag] trunk/5737372862253a0ac0292407a5844796f02380ad -> trunk/5737372862253a0ac0292407a5844796f02380ad 2025-08-14T20:52:20.3084095Z * [new tag] trunk/57f738b6357cc8fcdde479a0948e723809a1a44d -> trunk/57f738b6357cc8fcdde479a0948e723809a1a44d 2025-08-14T20:52:20.3085243Z * [new tag] trunk/5a40c5784482255b9baf14086cc4b9349fc6d512 -> trunk/5a40c5784482255b9baf14086cc4b9349fc6d512 2025-08-14T20:52:20.3086242Z * [new tag] trunk/5a9c4cfce42b9eb87da0de40c5633f083115c307 -> trunk/5a9c4cfce42b9eb87da0de40c5633f083115c307 2025-08-14T20:52:20.3087409Z * [new tag] trunk/5ace061254af71aa83d1baae81aa1864c9746add -> trunk/5ace061254af71aa83d1baae81aa1864c9746add 2025-08-14T20:52:20.3088976Z * [new tag] trunk/5dddcd5b07c6644efca8d613f4eca1dc95daa87f -> trunk/5dddcd5b07c6644efca8d613f4eca1dc95daa87f 2025-08-14T20:52:20.3090128Z * [new tag] trunk/5ed4f9177907fe403ec4c4499d0d0e9be6b68fcf -> trunk/5ed4f9177907fe403ec4c4499d0d0e9be6b68fcf 2025-08-14T20:52:20.3091478Z * [new tag] trunk/5f1010fbb3850d99c8fdf9a9de2f79260cdc586a -> trunk/5f1010fbb3850d99c8fdf9a9de2f79260cdc586a 2025-08-14T20:52:20.3092271Z * [new tag] trunk/5f5f508aa836a46dfe88857fb223049616b94e93 -> trunk/5f5f508aa836a46dfe88857fb223049616b94e93 2025-08-14T20:52:20.3093572Z * [new tag] trunk/62bac0798100e0e06a86b7a4cee1788413e3d0ca -> trunk/62bac0798100e0e06a86b7a4cee1788413e3d0ca 2025-08-14T20:52:20.3094546Z * [new tag] trunk/63654ba4c5178fd12220cfc9d1c878af2fdd07cc -> trunk/63654ba4c5178fd12220cfc9d1c878af2fdd07cc 2025-08-14T20:52:20.3095707Z * [new tag] trunk/639778b3ee3b80e0894367fdc4442b58ae1b3a62 -> trunk/639778b3ee3b80e0894367fdc4442b58ae1b3a62 2025-08-14T20:52:20.3096807Z * [new tag] trunk/641ee7478150f26969968f49d8b358e199679a8a -> trunk/641ee7478150f26969968f49d8b358e199679a8a 2025-08-14T20:52:20.3097842Z * [new tag] trunk/65053c03a3d209060cb239d20a229dac37cf9dd1 -> trunk/65053c03a3d209060cb239d20a229dac37cf9dd1 2025-08-14T20:52:20.3098890Z * [new tag] trunk/652a6f5954d039d61dc6e6575ccf89d385d74537 -> trunk/652a6f5954d039d61dc6e6575ccf89d385d74537 2025-08-14T20:52:20.3100129Z * [new tag] trunk/685f15dbea66e8ffa8564752f81ad2f6cb447a14 -> trunk/685f15dbea66e8ffa8564752f81ad2f6cb447a14 2025-08-14T20:52:20.3100891Z * [new tag] trunk/68a4b4b2e336cfd4451ce6546d900568e5ddf96c -> trunk/68a4b4b2e336cfd4451ce6546d900568e5ddf96c 2025-08-14T20:52:20.3102111Z * [new tag] trunk/69a0a9aa7f5e320a02e97fa789d2f72baff1554f -> trunk/69a0a9aa7f5e320a02e97fa789d2f72baff1554f 2025-08-14T20:52:20.3103233Z * [new tag] trunk/6be6d06295c870c77a6eb69f96b3170d983520d5 -> trunk/6be6d06295c870c77a6eb69f96b3170d983520d5 2025-08-14T20:52:20.3104398Z * [new tag] trunk/6c05ea6475beaf3acc05e1bda0f3f8fe3bdc1d49 -> trunk/6c05ea6475beaf3acc05e1bda0f3f8fe3bdc1d49 2025-08-14T20:52:20.3105602Z * [new tag] trunk/6da11d9aafc0d84dc7f66030c181608ff2614f66 -> trunk/6da11d9aafc0d84dc7f66030c181608ff2614f66 2025-08-14T20:52:20.3106724Z * [new tag] trunk/6e8865fbc161270e2ffc52817e6c667df417a3f7 -> trunk/6e8865fbc161270e2ffc52817e6c667df417a3f7 2025-08-14T20:52:20.3107826Z * [new tag] trunk/6ea8376f84232048d6be0f7b2edf82aec1b61d58 -> trunk/6ea8376f84232048d6be0f7b2edf82aec1b61d58 2025-08-14T20:52:20.3109016Z * [new tag] trunk/6ee175195ac7853734d64704171993cc6265eb38 -> trunk/6ee175195ac7853734d64704171993cc6265eb38 2025-08-14T20:52:20.3110178Z * [new tag] trunk/6f0f4e0c3eacd479864319127915f869f64e1935 -> trunk/6f0f4e0c3eacd479864319127915f869f64e1935 2025-08-14T20:52:20.3111018Z * [new tag] trunk/70ccdec44b89e355a2cb03ba14a634284f7750f8 -> trunk/70ccdec44b89e355a2cb03ba14a634284f7750f8 2025-08-14T20:52:20.3112270Z * [new tag] trunk/72009ec6bebca7714f99c18449183787f202af4d -> trunk/72009ec6bebca7714f99c18449183787f202af4d 2025-08-14T20:52:20.3113374Z * [new tag] trunk/731ee31f7b6ba19307daab323f6196172b71aaf8 -> trunk/731ee31f7b6ba19307daab323f6196172b71aaf8 2025-08-14T20:52:20.3114496Z * [new tag] trunk/76a0609b6bddb2bc40f1eb4ade12885023653d59 -> trunk/76a0609b6bddb2bc40f1eb4ade12885023653d59 2025-08-14T20:52:20.3115531Z * [new tag] trunk/781e9a7724c47496e3d38a81e6dd6194cf098c41 -> trunk/781e9a7724c47496e3d38a81e6dd6194cf098c41 2025-08-14T20:52:20.3116404Z * [new tag] trunk/78a2fe1d42edeaa2ef7020b0fa0ac82ee4a640e4 -> trunk/78a2fe1d42edeaa2ef7020b0fa0ac82ee4a640e4 2025-08-14T20:52:20.3117646Z * [new tag] trunk/7a974a88f2c529a614baeabe4debd00fc8a3b299 -> trunk/7a974a88f2c529a614baeabe4debd00fc8a3b299 2025-08-14T20:52:20.3118779Z * [new tag] trunk/7ae0629d64b404e0ef5d9c931433ad25e65d6114 -> trunk/7ae0629d64b404e0ef5d9c931433ad25e65d6114 2025-08-14T20:52:20.3119837Z * [new tag] trunk/7d2ec704e47f4b740cdecda5534b305e8e1875ef -> trunk/7d2ec704e47f4b740cdecda5534b305e8e1875ef 2025-08-14T20:52:20.3121027Z * [new tag] trunk/7d87e358ac8440f666fabbfd99058bb5342be6ac -> trunk/7d87e358ac8440f666fabbfd99058bb5342be6ac 2025-08-14T20:52:20.3121786Z * [new tag] trunk/7e27347fd353928c99620495c8c531a5eba7d56b -> trunk/7e27347fd353928c99620495c8c531a5eba7d56b 2025-08-14T20:52:20.3123384Z * [new tag] trunk/7e91394955721c77645fcdb75a5d47a255d65020 -> trunk/7e91394955721c77645fcdb75a5d47a255d65020 2025-08-14T20:52:20.3124627Z * [new tag] trunk/7f4cb4a3e018a621add2a37a3a2f67b982d51001 -> trunk/7f4cb4a3e018a621add2a37a3a2f67b982d51001 2025-08-14T20:52:20.3125766Z * [new tag] trunk/7fbc22855c17741ae016992803b2e147a13aa22d -> trunk/7fbc22855c17741ae016992803b2e147a13aa22d 2025-08-14T20:52:20.3127004Z * [new tag] trunk/8047421fbb607d70ede13b9cd5a60b7b8bdfe348 -> trunk/8047421fbb607d70ede13b9cd5a60b7b8bdfe348 2025-08-14T20:52:20.3128160Z * [new tag] trunk/8088cfa592504a2897b4c78f8a46fe658ab5c2c2 -> trunk/8088cfa592504a2897b4c78f8a46fe658ab5c2c2 2025-08-14T20:52:20.3129036Z * [new tag] trunk/80cca8307943ba64168208b54028f55b2c71daff -> trunk/80cca8307943ba64168208b54028f55b2c71daff 2025-08-14T20:52:20.3130316Z * [new tag] trunk/8147370733bbdcd034cad54e9212e51885a11892 -> trunk/8147370733bbdcd034cad54e9212e51885a11892 2025-08-14T20:52:20.3131514Z * [new tag] trunk/83875cdb5594ccb3c9206b8eb5745fe1d011cf26 -> trunk/83875cdb5594ccb3c9206b8eb5745fe1d011cf26 2025-08-14T20:52:20.3132347Z * [new tag] trunk/8399cf88ce8399d2be93355f29d4cb69f51c0654 -> trunk/8399cf88ce8399d2be93355f29d4cb69f51c0654 2025-08-14T20:52:20.3133613Z * [new tag] trunk/842cc77ab9aafd518593c2fce077d6abb42a5b7f -> trunk/842cc77ab9aafd518593c2fce077d6abb42a5b7f 2025-08-14T20:52:20.3134730Z * [new tag] trunk/85db508af533649d0b3447ff3f0d5fe083150c84 -> trunk/85db508af533649d0b3447ff3f0d5fe083150c84 2025-08-14T20:52:20.3135578Z * [new tag] trunk/86eb65f7f06016bcd5d7951dc9d74bc3993a827a -> trunk/86eb65f7f06016bcd5d7951dc9d74bc3993a827a 2025-08-14T20:52:20.3136789Z * [new tag] trunk/87e6c4079d8ec7d04aff00ed82096b39836a8367 -> trunk/87e6c4079d8ec7d04aff00ed82096b39836a8367 2025-08-14T20:52:20.3137891Z * [new tag] trunk/89654db1abccf7e5f261989a150db4d1619ea2aa -> trunk/89654db1abccf7e5f261989a150db4d1619ea2aa 2025-08-14T20:52:20.3138785Z * [new tag] trunk/8a37f0c90392a2c38b7c5955471fa49edcaf5cb1 -> trunk/8a37f0c90392a2c38b7c5955471fa49edcaf5cb1 2025-08-14T20:52:20.3139942Z * [new tag] trunk/8ab5868a2199fe485c2d66533b9244ccb97e487d -> trunk/8ab5868a2199fe485c2d66533b9244ccb97e487d 2025-08-14T20:52:20.3140991Z * [new tag] trunk/8ae4d2652f64b8444b3d5314b9232bd2119bcde6 -> trunk/8ae4d2652f64b8444b3d5314b9232bd2119bcde6 2025-08-14T20:52:20.3141986Z * [new tag] trunk/8c41cb800ae0411f02ea5da34bd5ccc3790633b0 -> trunk/8c41cb800ae0411f02ea5da34bd5ccc3790633b0 2025-08-14T20:52:20.3143153Z * [new tag] trunk/8cb91e20bc205b1416648d0ffd98d1ba1f3a6fc4 -> trunk/8cb91e20bc205b1416648d0ffd98d1ba1f3a6fc4 2025-08-14T20:52:20.3144310Z * [new tag] trunk/8cfaf51d4e29c9bd9f49ecc98d955ed53df1a13d -> trunk/8cfaf51d4e29c9bd9f49ecc98d955ed53df1a13d 2025-08-14T20:52:20.3145139Z * [new tag] trunk/8d1cf529229dce7cd5ea04abb0faac83b87ca6d1 -> trunk/8d1cf529229dce7cd5ea04abb0faac83b87ca6d1 2025-08-14T20:52:20.3146429Z * [new tag] trunk/8d3d1c844303cb1d46123a1caa76d4cf83973347 -> trunk/8d3d1c844303cb1d46123a1caa76d4cf83973347 2025-08-14T20:52:20.3147562Z * [new tag] trunk/8d6d3246316e1767a57d5e855acd6208da753b75 -> trunk/8d6d3246316e1767a57d5e855acd6208da753b75 2025-08-14T20:52:20.3148814Z * [new tag] trunk/8e6a3138581152ab827a0997f34c470271399f5e -> trunk/8e6a3138581152ab827a0997f34c470271399f5e 2025-08-14T20:52:20.3150103Z * [new tag] trunk/8eee08d2279b98af2522debb6512d37e837e89e3 -> trunk/8eee08d2279b98af2522debb6512d37e837e89e3 2025-08-14T20:52:20.3151188Z * [new tag] trunk/90b78ee50f73b5c963996076a3d54b74b1b965be -> trunk/90b78ee50f73b5c963996076a3d54b74b1b965be 2025-08-14T20:52:20.3152022Z * [new tag] trunk/94b91a876327820a4bb6f5d39d156f13f2553ab6 -> trunk/94b91a876327820a4bb6f5d39d156f13f2553ab6 2025-08-14T20:52:20.3153501Z * [new tag] trunk/95210cc409dd578988c7116b47725c304dea54c7 -> trunk/95210cc409dd578988c7116b47725c304dea54c7 2025-08-14T20:52:20.3154316Z * [new tag] trunk/96bd33b2de79598566df395f32e27c4d33673f05 -> trunk/96bd33b2de79598566df395f32e27c4d33673f05 2025-08-14T20:52:20.3155599Z * [new tag] trunk/9708fcf92db88b80b9010c68662d634434da3106 -> trunk/9708fcf92db88b80b9010c68662d634434da3106 2025-08-14T20:52:20.3156748Z * [new tag] trunk/97c8c98f8dcb9c5c188b691d156e0043dba6c7f8 -> trunk/97c8c98f8dcb9c5c188b691d156e0043dba6c7f8 2025-08-14T20:52:20.3158207Z * [new tag] trunk/9903ca4f70bdc1653016256f5b4fd74fdfc609f8 -> trunk/9903ca4f70bdc1653016256f5b4fd74fdfc609f8 2025-08-14T20:52:20.3158960Z * [new tag] trunk/99bc2f94c1955657e950ebdad5f77e518785ccbd -> trunk/99bc2f94c1955657e950ebdad5f77e518785ccbd 2025-08-14T20:52:20.3160620Z * [new tag] trunk/9a06e6d0310da9d8a59ae05e8ec9c0201b55cacd -> trunk/9a06e6d0310da9d8a59ae05e8ec9c0201b55cacd 2025-08-14T20:52:20.3161823Z * [new tag] trunk/9a0f7a3bb01b235ea04581ee540970a098071b72 -> trunk/9a0f7a3bb01b235ea04581ee540970a098071b72 2025-08-14T20:52:20.3162906Z * [new tag] trunk/9b803cdbe298009f08340c1aaccb25aafbca95d8 -> trunk/9b803cdbe298009f08340c1aaccb25aafbca95d8 2025-08-14T20:52:20.3164247Z * [new tag] trunk/9ccd0f5e31ea54fcf42101dfbaacc103494e34df -> trunk/9ccd0f5e31ea54fcf42101dfbaacc103494e34df 2025-08-14T20:52:20.3165220Z * [new tag] trunk/9d37c960a4fc44d5ac334ca8bf775f85b95d76fc -> trunk/9d37c960a4fc44d5ac334ca8bf775f85b95d76fc 2025-08-14T20:52:20.3166431Z * [new tag] trunk/9e07673deb212c87b1c6fea23799a97474c476ed -> trunk/9e07673deb212c87b1c6fea23799a97474c476ed 2025-08-14T20:52:20.3167241Z * [new tag] trunk/9eedd2a20b64302d0d116ea2802b50948d2ebb09 -> trunk/9eedd2a20b64302d0d116ea2802b50948d2ebb09 2025-08-14T20:52:20.3168496Z * [new tag] trunk/9fa8ce26cf638504469852cbc3e7d04579fc8674 -> trunk/9fa8ce26cf638504469852cbc3e7d04579fc8674 2025-08-14T20:52:20.3169643Z * [new tag] trunk/a06ec54d40013c97fbffc174ea8f524ea5a95715 -> trunk/a06ec54d40013c97fbffc174ea8f524ea5a95715 2025-08-14T20:52:20.3170754Z * [new tag] trunk/a288b15ea9f87ddd665f249d492e0fb0861f5a69 -> trunk/a288b15ea9f87ddd665f249d492e0fb0861f5a69 2025-08-14T20:52:20.3171748Z * [new tag] trunk/a2fd106d670bb4990cebfd00f25ecbae4145e76c -> trunk/a2fd106d670bb4990cebfd00f25ecbae4145e76c 2025-08-14T20:52:20.3173051Z * [new tag] trunk/a354fa91e26b376d96385a2206c5ff5b42aa4600 -> trunk/a354fa91e26b376d96385a2206c5ff5b42aa4600 2025-08-14T20:52:20.3174023Z * [new tag] trunk/a4f69a5da08eace1c1e6469dec6a18aa842da73b -> trunk/a4f69a5da08eace1c1e6469dec6a18aa842da73b 2025-08-14T20:52:20.3175208Z * [new tag] trunk/a53d14d5f846ac44f6c205abb1c5bc4d2f3126ae -> trunk/a53d14d5f846ac44f6c205abb1c5bc4d2f3126ae 2025-08-14T20:52:20.3176245Z * [new tag] trunk/a5652407e4f3d772fc44486ac2abf756decf0861 -> trunk/a5652407e4f3d772fc44486ac2abf756decf0861 2025-08-14T20:52:20.3177536Z * [new tag] trunk/a7abf57aabec0ce686092e2d66e53ba185dbc56b -> trunk/a7abf57aabec0ce686092e2d66e53ba185dbc56b 2025-08-14T20:52:20.3178530Z * [new tag] trunk/a84b60c0c4016785fd93b7b8a0c04f2d0770d332 -> trunk/a84b60c0c4016785fd93b7b8a0c04f2d0770d332 2025-08-14T20:52:20.3179743Z * [new tag] trunk/aa75e917bdb0f95bb6dee81853c2d3c4ab3e1883 -> trunk/aa75e917bdb0f95bb6dee81853c2d3c4ab3e1883 2025-08-14T20:52:20.3180874Z * [new tag] trunk/adcca7d9a1c053495e99012de801b2ea237faad0 -> trunk/adcca7d9a1c053495e99012de801b2ea237faad0 2025-08-14T20:52:20.3181828Z * [new tag] trunk/af10f1f86cc4effc93142a447693d8be55966615 -> trunk/af10f1f86cc4effc93142a447693d8be55966615 2025-08-14T20:52:20.3183088Z * [new tag] trunk/af3cabc55d5699f4da528e1ca39d83338f84ae8c -> trunk/af3cabc55d5699f4da528e1ca39d83338f84ae8c 2025-08-14T20:52:20.3184205Z * [new tag] trunk/b0df7715e8c590c0001d1f9cdb97057be80c9107 -> trunk/b0df7715e8c590c0001d1f9cdb97057be80c9107 2025-08-14T20:52:20.3185449Z * [new tag] trunk/b149c7204c218e7c4d6594a89dd74f72bd480ec5 -> trunk/b149c7204c218e7c4d6594a89dd74f72bd480ec5 2025-08-14T20:52:20.3186392Z * [new tag] trunk/b1a602762e6a6674b406a3137e7e7a678885a97b -> trunk/b1a602762e6a6674b406a3137e7e7a678885a97b 2025-08-14T20:52:20.3187667Z * [new tag] trunk/b1f43548cad8fc0e30bda250f6e196310fa7a4bc -> trunk/b1f43548cad8fc0e30bda250f6e196310fa7a4bc 2025-08-14T20:52:20.3188663Z * [new tag] trunk/b219ca2a00a305753c4f1ea4c9c5d23243d54753 -> trunk/b219ca2a00a305753c4f1ea4c9c5d23243d54753 2025-08-14T20:52:20.3189891Z * [new tag] trunk/b4596895b9d85a686c2cb978938b0a7797b3690a -> trunk/b4596895b9d85a686c2cb978938b0a7797b3690a 2025-08-14T20:52:20.3190954Z * [new tag] trunk/b5fd7223b1bf44720dc9183bda7dfcf7aeccff02 -> trunk/b5fd7223b1bf44720dc9183bda7dfcf7aeccff02 2025-08-14T20:52:20.3192138Z * [new tag] trunk/b602ea9cab7d43a7ee7b4051227090f23fbd3dbf -> trunk/b602ea9cab7d43a7ee7b4051227090f23fbd3dbf 2025-08-14T20:52:20.3193367Z * [new tag] trunk/b6b74aed604bd2e96389ff99aaaf39abc64fdc64 -> trunk/b6b74aed604bd2e96389ff99aaaf39abc64fdc64 2025-08-14T20:52:20.3194361Z * [new tag] trunk/b7db86600a2614adc71c92ca42d359a7ac534d78 -> trunk/b7db86600a2614adc71c92ca42d359a7ac534d78 2025-08-14T20:52:20.3195522Z * [new tag] trunk/b9003ed3d87699e81e436719625a21996a6654e5 -> trunk/b9003ed3d87699e81e436719625a21996a6654e5 2025-08-14T20:52:20.3196589Z * [new tag] trunk/b90feeac86bda00afc2789321bcd706015ff44e3 -> trunk/b90feeac86bda00afc2789321bcd706015ff44e3 2025-08-14T20:52:20.3198382Z * [new tag] trunk/b9d7de3a094598c3dc0dd52e57bce30eb684c9d8 -> trunk/b9d7de3a094598c3dc0dd52e57bce30eb684c9d8 2025-08-14T20:52:20.3199612Z * [new tag] trunk/ba47821f524eee50a214ed39fa2e7765d54aabf4 -> trunk/ba47821f524eee50a214ed39fa2e7765d54aabf4 2025-08-14T20:52:20.3200587Z * [new tag] trunk/ba4ccf5d67e3d237f435eacc2bce3c6025f08491 -> trunk/ba4ccf5d67e3d237f435eacc2bce3c6025f08491 2025-08-14T20:52:20.3201980Z * [new tag] trunk/bcf23ecc476df2bd7479f142567213e2623308ee -> trunk/bcf23ecc476df2bd7479f142567213e2623308ee 2025-08-14T20:52:20.3203108Z * [new tag] trunk/be53f609aaf6f01e2863f490975ea9eaac3ee9ff -> trunk/be53f609aaf6f01e2863f490975ea9eaac3ee9ff 2025-08-14T20:52:20.3204105Z * [new tag] trunk/beb4d7816dedc67a5de1f82e5a45b5910f407941 -> trunk/beb4d7816dedc67a5de1f82e5a45b5910f407941 2025-08-14T20:52:20.3205391Z * [new tag] trunk/bfc873d02ec413344717493e4175a902921359fd -> trunk/bfc873d02ec413344717493e4175a902921359fd 2025-08-14T20:52:20.3206511Z * [new tag] trunk/c184cb3852f0ff2d16a489d61abc3739c309e6ca -> trunk/c184cb3852f0ff2d16a489d61abc3739c309e6ca 2025-08-14T20:52:20.3207749Z * [new tag] trunk/c24ca7f4bf79f62fd623d76346ca27e53f731431 -> trunk/c24ca7f4bf79f62fd623d76346ca27e53f731431 2025-08-14T20:52:20.3208786Z * [new tag] trunk/c3dc8dc4122977893004c49d10e4676cd0a97da4 -> trunk/c3dc8dc4122977893004c49d10e4676cd0a97da4 2025-08-14T20:52:20.3209940Z * [new tag] trunk/c5ec5458a547f7a774468ea0eb2258d3de596492 -> trunk/c5ec5458a547f7a774468ea0eb2258d3de596492 2025-08-14T20:52:20.3211097Z * [new tag] trunk/c5efc5c8a66eca84865015058b3221013ebfe685 -> trunk/c5efc5c8a66eca84865015058b3221013ebfe685 2025-08-14T20:52:20.3212255Z * [new tag] trunk/c6563341208003f64c131854a9cf029555f786d2 -> trunk/c6563341208003f64c131854a9cf029555f786d2 2025-08-14T20:52:20.3213356Z * [new tag] trunk/c6d78d4dbda53837d298d23a5fbc09af90a42d9e -> trunk/c6d78d4dbda53837d298d23a5fbc09af90a42d9e 2025-08-14T20:52:20.3214193Z * [new tag] trunk/c8205cb35435f39d2c26f6c94b45e4adeb6dcb23 -> trunk/c8205cb35435f39d2c26f6c94b45e4adeb6dcb23 2025-08-14T20:52:20.3215538Z * [new tag] trunk/c859ba7114b1fcb49527e090745fa17091d1f8d5 -> trunk/c859ba7114b1fcb49527e090745fa17091d1f8d5 2025-08-14T20:52:20.3216742Z * [new tag] trunk/c86040a8e68f754b90a84099187d3624954c7f36 -> trunk/c86040a8e68f754b90a84099187d3624954c7f36 2025-08-14T20:52:20.3217916Z * [new tag] trunk/c9671dc865aa0fc1cb86df754e355b44d8e02bb4 -> trunk/c9671dc865aa0fc1cb86df754e355b44d8e02bb4 2025-08-14T20:52:20.3219099Z * [new tag] trunk/ca7315c17162ea21b1ca5ba23f4bf6168766c7b9 -> trunk/ca7315c17162ea21b1ca5ba23f4bf6168766c7b9 2025-08-14T20:52:20.3220217Z * [new tag] trunk/cae2b5e3d223829bdc553fc8601df4b1c1554cff -> trunk/cae2b5e3d223829bdc553fc8601df4b1c1554cff 2025-08-14T20:52:20.3221407Z * [new tag] trunk/cbffde774557752cf20447d42d99ec6102673c31 -> trunk/cbffde774557752cf20447d42d99ec6102673c31 2025-08-14T20:52:20.3222509Z * [new tag] trunk/cd8d8c18f5bafdc1c73d5ac0129e7b4d76ab45bc -> trunk/cd8d8c18f5bafdc1c73d5ac0129e7b4d76ab45bc 2025-08-14T20:52:20.3223626Z * [new tag] trunk/cf0a0dcb0afa5e84b95461cc542f862b51ca96bf -> trunk/cf0a0dcb0afa5e84b95461cc542f862b51ca96bf 2025-08-14T20:52:20.3224763Z * [new tag] trunk/cf4964be68fa9f4ffc334f01cce42d7424b1cc81 -> trunk/cf4964be68fa9f4ffc334f01cce42d7424b1cc81 2025-08-14T20:52:20.3226140Z * [new tag] trunk/d0e2240f680ea2a553f7ee8188f52482e130bfd0 -> trunk/d0e2240f680ea2a553f7ee8188f52482e130bfd0 2025-08-14T20:52:20.3227263Z * [new tag] trunk/d1950d4bb5cba8fb6b23e4d283eea5b9801737e2 -> trunk/d1950d4bb5cba8fb6b23e4d283eea5b9801737e2 2025-08-14T20:52:20.3228433Z * [new tag] trunk/d20c4c20e61adecf00335c4d8c22eb1ace472cd3 -> trunk/d20c4c20e61adecf00335c4d8c22eb1ace472cd3 2025-08-14T20:52:20.3229600Z * [new tag] trunk/d25c4f954d599ea512e2f70cd6df101c21479d4c -> trunk/d25c4f954d599ea512e2f70cd6df101c21479d4c 2025-08-14T20:52:20.3230743Z * [new tag] trunk/d3d359dbafa89173a371e2637f22b47398e94a24 -> trunk/d3d359dbafa89173a371e2637f22b47398e94a24 2025-08-14T20:52:20.3231929Z * [new tag] trunk/d46768db04499d07a5b0db984112a6d1b7d3b0c1 -> trunk/d46768db04499d07a5b0db984112a6d1b7d3b0c1 2025-08-14T20:52:20.3233116Z * [new tag] trunk/d4c1a08c89f37d249a0146ff511c82ecc5c53b8f -> trunk/d4c1a08c89f37d249a0146ff511c82ecc5c53b8f 2025-08-14T20:52:20.3234790Z * [new tag] trunk/d556586448f3caab85673c7da0978fe31c7748f7 -> trunk/d556586448f3caab85673c7da0978fe31c7748f7 2025-08-14T20:52:20.3235993Z * [new tag] trunk/d670304001429a1a833255a918ed788d7ec4989a -> trunk/d670304001429a1a833255a918ed788d7ec4989a 2025-08-14T20:52:20.3237199Z * [new tag] trunk/d6786741a77aba200c78002646cc069b7a1799b0 -> trunk/d6786741a77aba200c78002646cc069b7a1799b0 2025-08-14T20:52:20.3238619Z * [new tag] trunk/d68c323692dedcbb74e670801e3502944fd790ff -> trunk/d68c323692dedcbb74e670801e3502944fd790ff 2025-08-14T20:52:20.3239758Z * [new tag] trunk/d8cb3db5339b45e4b745b2b883ef3ecde9843e2c -> trunk/d8cb3db5339b45e4b745b2b883ef3ecde9843e2c 2025-08-14T20:52:20.3240631Z * [new tag] trunk/da1f608ca33f3062535d0a4866d95db19e72fcbd -> trunk/da1f608ca33f3062535d0a4866d95db19e72fcbd 2025-08-14T20:52:20.3241585Z * [new tag] trunk/db0b7f1cc9bb3fe71aaf8b964a644147ae8e1c35 -> trunk/db0b7f1cc9bb3fe71aaf8b964a644147ae8e1c35 2025-08-14T20:52:20.3242885Z * [new tag] trunk/db32b60662b2f2bdcad980127d5dc4b66b02a7e4 -> trunk/db32b60662b2f2bdcad980127d5dc4b66b02a7e4 2025-08-14T20:52:20.3243999Z * [new tag] trunk/db763b17175553ba09637362eb9773a91997a7ad -> trunk/db763b17175553ba09637362eb9773a91997a7ad 2025-08-14T20:52:20.3245160Z * [new tag] trunk/db78943a1ca13a32a3d6045eb15e2b719ee13a2f -> trunk/db78943a1ca13a32a3d6045eb15e2b719ee13a2f 2025-08-14T20:52:20.3246286Z * [new tag] trunk/dc0d18e023d9b7e314ebba0f234b6cb1579dbcfd -> trunk/dc0d18e023d9b7e314ebba0f234b6cb1579dbcfd 2025-08-14T20:52:20.3247449Z * [new tag] trunk/dd21c8a578038ab2841a7ba809a06921093ac9d8 -> trunk/dd21c8a578038ab2841a7ba809a06921093ac9d8 2025-08-14T20:52:20.3248788Z * [new tag] trunk/deea71a90e05eb320c04bebfead5317746637f0d -> trunk/deea71a90e05eb320c04bebfead5317746637f0d 2025-08-14T20:52:20.3249771Z * [new tag] trunk/df55ec7d4b35f6d21691e9dd41c82f27de762948 -> trunk/df55ec7d4b35f6d21691e9dd41c82f27de762948 2025-08-14T20:52:20.3250949Z * [new tag] trunk/e1cf0d496ea85d1807c8c740f296e77bf7bdc1df -> trunk/e1cf0d496ea85d1807c8c740f296e77bf7bdc1df 2025-08-14T20:52:20.3252171Z * [new tag] trunk/e248719ac03c103767ab72034f6b9fd56855bf98 -> trunk/e248719ac03c103767ab72034f6b9fd56855bf98 2025-08-14T20:52:20.3253368Z * [new tag] trunk/e49762026070f66be41bfa6537fbcf9bfc24e558 -> trunk/e49762026070f66be41bfa6537fbcf9bfc24e558 2025-08-14T20:52:20.3254517Z * [new tag] trunk/e4de93f6a3e342bab34d3757cf90ec0ccc87e168 -> trunk/e4de93f6a3e342bab34d3757cf90ec0ccc87e168 2025-08-14T20:52:20.3255376Z * [new tag] trunk/e619c6bb90b9dedaccd3cbeed86a288993a4e33f -> trunk/e619c6bb90b9dedaccd3cbeed86a288993a4e33f 2025-08-14T20:52:20.3256706Z * [new tag] trunk/e63c2b21c186a7d2ab8a8953b8aa1535f2e96e58 -> trunk/e63c2b21c186a7d2ab8a8953b8aa1535f2e96e58 2025-08-14T20:52:20.3257851Z * [new tag] trunk/e7152ff8a6a929a0db7f3f4a72a5b6d471769cd3 -> trunk/e7152ff8a6a929a0db7f3f4a72a5b6d471769cd3 2025-08-14T20:52:20.3259096Z * [new tag] trunk/e96c7c4bb0f6aeae2ab3b6f040f7d67edbec199a -> trunk/e96c7c4bb0f6aeae2ab3b6f040f7d67edbec199a 2025-08-14T20:52:20.3260258Z * [new tag] trunk/e9eb2096a59a79e7a94c3e28a0715e040369f34c -> trunk/e9eb2096a59a79e7a94c3e28a0715e040369f34c 2025-08-14T20:52:20.3261378Z * [new tag] trunk/ecde76c764752540edf9ef62a97936c86d984b17 -> trunk/ecde76c764752540edf9ef62a97936c86d984b17 2025-08-14T20:52:20.3262384Z * [new tag] trunk/ecea81117b2fdc52907c97b3c32d779e07b5d55b -> trunk/ecea81117b2fdc52907c97b3c32d779e07b5d55b 2025-08-14T20:52:20.3263453Z * [new tag] trunk/edaa151d0d5a4e75fbec9843f49cc78770eb61fb -> trunk/edaa151d0d5a4e75fbec9843f49cc78770eb61fb 2025-08-14T20:52:20.3264554Z * [new tag] trunk/ee1b0412b919dfb358d5a697b3be49621497fbc2 -> trunk/ee1b0412b919dfb358d5a697b3be49621497fbc2 2025-08-14T20:52:20.3265652Z * [new tag] trunk/ee1fb43450c2e985657f95a91b68328d6f20f24e -> trunk/ee1fb43450c2e985657f95a91b68328d6f20f24e 2025-08-14T20:52:20.3266891Z * [new tag] trunk/ee89cc7a0acd69de25f98fe4ef828546db7b444c -> trunk/ee89cc7a0acd69de25f98fe4ef828546db7b444c 2025-08-14T20:52:20.3268084Z * [new tag] trunk/ee9f8ba11d664b871a9e0c7933fdc8571635b78c -> trunk/ee9f8ba11d664b871a9e0c7933fdc8571635b78c 2025-08-14T20:52:20.3269371Z * [new tag] trunk/eed9dbf70f43ee529fec78ac00ed9a4fd74c6e76 -> trunk/eed9dbf70f43ee529fec78ac00ed9a4fd74c6e76 2025-08-14T20:52:20.3270598Z * [new tag] trunk/f077c2402e4eb5b0ed562b4ee5b7a0503f26ef94 -> trunk/f077c2402e4eb5b0ed562b4ee5b7a0503f26ef94 2025-08-14T20:52:20.3271812Z * [new tag] trunk/f0980fc0bbd656d6c02d23ad97e945353b314f35 -> trunk/f0980fc0bbd656d6c02d23ad97e945353b314f35 2025-08-14T20:52:20.3273007Z * [new tag] trunk/f15ada5c6fad97a7dcbfa4673f067b6942dda640 -> trunk/f15ada5c6fad97a7dcbfa4673f067b6942dda640 2025-08-14T20:52:20.3274199Z * [new tag] trunk/f27232a2134150cb5e55d26a74d8c36c6a961ca5 -> trunk/f27232a2134150cb5e55d26a74d8c36c6a961ca5 2025-08-14T20:52:20.3275170Z * [new tag] trunk/f33ce40bc062a281e1a1f57e8c1926d0a7d155cc -> trunk/f33ce40bc062a281e1a1f57e8c1926d0a7d155cc 2025-08-14T20:52:20.3276406Z * [new tag] trunk/f341077ce4710172da20cfad916ee37159bfe9fe -> trunk/f341077ce4710172da20cfad916ee37159bfe9fe 2025-08-14T20:52:20.3277598Z * [new tag] trunk/f3a4d742ece08de4cb0e59dcc62e0093a7d0b0c7 -> trunk/f3a4d742ece08de4cb0e59dcc62e0093a7d0b0c7 2025-08-14T20:52:20.3278701Z * [new tag] trunk/f3f159ff8c4bad2edec99c68a941c628e983d04c -> trunk/f3f159ff8c4bad2edec99c68a941c628e983d04c 2025-08-14T20:52:20.3280223Z * [new tag] trunk/f60454cce8b93e5bbf67f2f3c88c8ac01ed65457 -> trunk/f60454cce8b93e5bbf67f2f3c88c8ac01ed65457 2025-08-14T20:52:20.3281192Z * [new tag] trunk/f7b2f3314cf7aede67d5fa5c75e4243208484344 -> trunk/f7b2f3314cf7aede67d5fa5c75e4243208484344 2025-08-14T20:52:20.3282516Z * [new tag] trunk/f8f0414a5983ff481a2188e0c18594150430c8c5 -> trunk/f8f0414a5983ff481a2188e0c18594150430c8c5 2025-08-14T20:52:20.3283422Z * [new tag] trunk/f95b58c2844b3444cd8446fed8570729dc4216eb -> trunk/f95b58c2844b3444cd8446fed8570729dc4216eb 2025-08-14T20:52:20.3284816Z * [new tag] trunk/f990490a23815ea6ee27e487c70ba2cf513ba43d -> trunk/f990490a23815ea6ee27e487c70ba2cf513ba43d 2025-08-14T20:52:20.3285934Z * [new tag] trunk/fb887c3bb588cfe782615e67f6c26db636b8539b -> trunk/fb887c3bb588cfe782615e67f6c26db636b8539b 2025-08-14T20:52:20.3287828Z * [new tag] trunk/fc25c68f20f772290927a7031b998b92615259cf -> trunk/fc25c68f20f772290927a7031b998b92615259cf 2025-08-14T20:52:20.3288884Z * [new tag] trunk/fc80f6859e0ccf66513a40f04b9e735e759d4ddb -> trunk/fc80f6859e0ccf66513a40f04b9e735e759d4ddb 2025-08-14T20:52:20.3290093Z * [new tag] trunk/fdfd69bb05488d76123db9cc1cdd90ac4137bbfb -> trunk/fdfd69bb05488d76123db9cc1cdd90ac4137bbfb 2025-08-14T20:52:20.3291258Z * [new tag] trunk/fe3f5fe4ea2ff6f56406dc5d954636ebb08d0a08 -> trunk/fe3f5fe4ea2ff6f56406dc5d954636ebb08d0a08 2025-08-14T20:52:20.3292386Z * [new tag] trunk/fea7e9dd37c02c334b130f6624af6163fde6b2ab -> trunk/fea7e9dd37c02c334b130f6624af6163fde6b2ab 2025-08-14T20:52:20.3293274Z * [new tag] trunk/ff0d56d03592aa03f3ced8359241d21df1783393 -> trunk/ff0d56d03592aa03f3ced8359241d21df1783393 2025-08-14T20:52:20.3294321Z * [new tag] v0.1.1 -> v0.1.1 2025-08-14T20:52:20.3295422Z * [new tag] v0.1.10 -> v0.1.10 2025-08-14T20:52:20.3296453Z * [new tag] v0.1.11 -> v0.1.11 2025-08-14T20:52:20.3297467Z * [new tag] v0.1.12 -> v0.1.12 2025-08-14T20:52:20.3298477Z * [new tag] v0.1.2 -> v0.1.2 2025-08-14T20:52:20.3299453Z * [new tag] v0.1.3 -> v0.1.3 2025-08-14T20:52:20.3300462Z * [new tag] v0.1.4 -> v0.1.4 2025-08-14T20:52:20.3301480Z * [new tag] v0.1.5 -> v0.1.5 2025-08-14T20:52:20.3302529Z * [new tag] v0.1.6 -> v0.1.6 2025-08-14T20:52:20.3303532Z * [new tag] v0.1.7 -> v0.1.7 2025-08-14T20:52:20.3304506Z * [new tag] v0.1.8 -> v0.1.8 2025-08-14T20:52:20.3305582Z * [new tag] v0.1.9 -> v0.1.9 2025-08-14T20:52:20.3306580Z * [new tag] v0.2.0 -> v0.2.0 2025-08-14T20:52:20.3307717Z * [new tag] v0.3.0 -> v0.3.0 2025-08-14T20:52:20.3308917Z * [new tag] v0.3.1 -> v0.3.1 2025-08-14T20:52:20.3310021Z * [new tag] v0.4.0 -> v0.4.0 2025-08-14T20:52:20.3311063Z * [new tag] v0.4.1 -> v0.4.1 2025-08-14T20:52:20.3312112Z * [new tag] v1.0.0 -> v1.0.0 2025-08-14T20:52:20.3313184Z * [new tag] v1.0.0a0 -> v1.0.0a0 2025-08-14T20:52:20.3314216Z * [new tag] v1.0.1 -> v1.0.1 2025-08-14T20:52:20.3315318Z * [new tag] v1.0rc0 -> v1.0rc0 2025-08-14T20:52:20.3316597Z * [new tag] v1.0rc1 -> v1.0rc1 2025-08-14T20:52:20.3317744Z * [new tag] v1.1.0 -> v1.1.0 2025-08-14T20:52:20.3318927Z * [new tag] v1.1.0a0 -> v1.1.0a0 2025-08-14T20:52:20.3320095Z * [new tag] v1.10.0 -> v1.10.0 2025-08-14T20:52:20.3321253Z * [new tag] v1.10.0-rc1 -> v1.10.0-rc1 2025-08-14T20:52:20.3322402Z * [new tag] v1.10.0-rc2 -> v1.10.0-rc2 2025-08-14T20:52:20.3323200Z * [new tag] v1.10.0-rc3 -> v1.10.0-rc3 2025-08-14T20:52:20.3324364Z * [new tag] v1.10.1 -> v1.10.1 2025-08-14T20:52:20.3325163Z * [new tag] v1.10.1-rc1 -> v1.10.1-rc1 2025-08-14T20:52:20.3326081Z * [new tag] v1.10.2 -> v1.10.2 2025-08-14T20:52:20.3326895Z * [new tag] v1.10.2-rc1 -> v1.10.2-rc1 2025-08-14T20:52:20.3328024Z * [new tag] v1.11.0 -> v1.11.0 2025-08-14T20:52:20.3329199Z * [new tag] v1.11.0-rc1 -> v1.11.0-rc1 2025-08-14T20:52:20.3330409Z * [new tag] v1.11.0-rc2 -> v1.11.0-rc2 2025-08-14T20:52:20.3331501Z * [new tag] v1.11.0-rc3 -> v1.11.0-rc3 2025-08-14T20:52:20.3332619Z * [new tag] v1.11.0-rc4 -> v1.11.0-rc4 2025-08-14T20:52:20.3333752Z * [new tag] v1.11.0-rc5 -> v1.11.0-rc5 2025-08-14T20:52:20.3334615Z * [new tag] v1.11.0-rc6 -> v1.11.0-rc6 2025-08-14T20:52:20.3335418Z * [new tag] v1.11.0-rc7 -> v1.11.0-rc7 2025-08-14T20:52:20.3336561Z * [new tag] v1.12.0 -> v1.12.0 2025-08-14T20:52:20.3337585Z * [new tag] v1.12.0-rc1 -> v1.12.0-rc1 2025-08-14T20:52:20.3338726Z * [new tag] v1.12.0-rc2 -> v1.12.0-rc2 2025-08-14T20:52:20.3339886Z * [new tag] v1.12.0-rc3 -> v1.12.0-rc3 2025-08-14T20:52:20.3341024Z * [new tag] v1.12.0-rc4 -> v1.12.0-rc4 2025-08-14T20:52:20.3342111Z * [new tag] v1.12.0-rc5 -> v1.12.0-rc5 2025-08-14T20:52:20.3343283Z * [new tag] v1.12.0-rc6 -> v1.12.0-rc6 2025-08-14T20:52:20.3344227Z * [new tag] v1.12.0-rc7 -> v1.12.0-rc7 2025-08-14T20:52:20.3345075Z * [new tag] v1.12.0-rc8 -> v1.12.0-rc8 2025-08-14T20:52:20.3345927Z * [new tag] v1.12.1 -> v1.12.1 2025-08-14T20:52:20.3347121Z * [new tag] v1.12.1-rc1 -> v1.12.1-rc1 2025-08-14T20:52:20.3348201Z * [new tag] v1.12.1-rc2 -> v1.12.1-rc2 2025-08-14T20:52:20.3349823Z * [new tag] v1.12.1-rc3 -> v1.12.1-rc3 2025-08-14T20:52:20.3350669Z * [new tag] v1.12.1-rc4 -> v1.12.1-rc4 2025-08-14T20:52:20.3351596Z * [new tag] v1.12.1-rc5 -> v1.12.1-rc5 2025-08-14T20:52:20.3352709Z * [new tag] v1.13.0 -> v1.13.0 2025-08-14T20:52:20.3353775Z * [new tag] v1.13.0-rc1 -> v1.13.0-rc1 2025-08-14T20:52:20.3354813Z * [new tag] v1.13.0-rc2 -> v1.13.0-rc2 2025-08-14T20:52:20.3355891Z * [new tag] v1.13.0-rc3 -> v1.13.0-rc3 2025-08-14T20:52:20.3357111Z * [new tag] v1.13.0-rc4 -> v1.13.0-rc4 2025-08-14T20:52:20.3357965Z * [new tag] v1.13.0-rc5 -> v1.13.0-rc5 2025-08-14T20:52:20.3358760Z * [new tag] v1.13.0-rc6 -> v1.13.0-rc6 2025-08-14T20:52:20.3359899Z * [new tag] v1.13.1 -> v1.13.1 2025-08-14T20:52:20.3360760Z * [new tag] v1.13.1-rc1 -> v1.13.1-rc1 2025-08-14T20:52:20.3361911Z * [new tag] v1.2.0 -> v1.2.0 2025-08-14T20:52:20.3362898Z * [new tag] v1.2.0a0 -> v1.2.0a0 2025-08-14T20:52:20.3363951Z * [new tag] v1.3.0 -> v1.3.0 2025-08-14T20:52:20.3365045Z * [new tag] v1.3.0a0 -> v1.3.0a0 2025-08-14T20:52:20.3365835Z * [new tag] v1.3.1 -> v1.3.1 2025-08-14T20:52:20.3366910Z * [new tag] v1.4.0 -> v1.4.0 2025-08-14T20:52:20.3368019Z * [new tag] v1.4.0a0 -> v1.4.0a0 2025-08-14T20:52:20.3368807Z * [new tag] v1.4.1 -> v1.4.1 2025-08-14T20:52:20.3370171Z * [new tag] v1.5.0 -> v1.5.0 2025-08-14T20:52:20.3371320Z * [new tag] v1.5.0-rc1 -> v1.5.0-rc1 2025-08-14T20:52:20.3372460Z * [new tag] v1.5.0-rc2 -> v1.5.0-rc2 2025-08-14T20:52:20.3373651Z * [new tag] v1.5.0-rc3 -> v1.5.0-rc3 2025-08-14T20:52:20.3374668Z * [new tag] v1.5.0-rc4 -> v1.5.0-rc4 2025-08-14T20:52:20.3375475Z * [new tag] v1.5.0-rc5 -> v1.5.0-rc5 2025-08-14T20:52:20.3376659Z * [new tag] v1.5.1 -> v1.5.1 2025-08-14T20:52:20.3377620Z * [new tag] v1.5.1-rc1 -> v1.5.1-rc1 2025-08-14T20:52:20.3378496Z * [new tag] v1.6.0 -> v1.6.0 2025-08-14T20:52:20.3379564Z * [new tag] v1.6.0-rc1 -> v1.6.0-rc1 2025-08-14T20:52:20.3380768Z * [new tag] v1.6.0-rc2 -> v1.6.0-rc2 2025-08-14T20:52:20.3381875Z * [new tag] v1.6.0-rc3 -> v1.6.0-rc3 2025-08-14T20:52:20.3382957Z * [new tag] v1.6.0-rc4 -> v1.6.0-rc4 2025-08-14T20:52:20.3384661Z * [new tag] v1.6.0-rc5 -> v1.6.0-rc5 2025-08-14T20:52:20.3385764Z * [new tag] v1.6.0-rc6 -> v1.6.0-rc6 2025-08-14T20:52:20.3386564Z * [new tag] v1.6.0-rc7 -> v1.6.0-rc7 2025-08-14T20:52:20.3387714Z * [new tag] v1.7.0 -> v1.7.0 2025-08-14T20:52:20.3388952Z * [new tag] v1.7.0-rc1 -> v1.7.0-rc1 2025-08-14T20:52:20.3390153Z * [new tag] v1.7.0-rc2 -> v1.7.0-rc2 2025-08-14T20:52:20.3391201Z * [new tag] v1.7.0-rc3 -> v1.7.0-rc3 2025-08-14T20:52:20.3392013Z * [new tag] v1.7.0-rc4 -> v1.7.0-rc4 2025-08-14T20:52:20.3393161Z * [new tag] v1.7.1 -> v1.7.1 2025-08-14T20:52:20.3394393Z * [new tag] v1.7.1-rc1 -> v1.7.1-rc1 2025-08-14T20:52:20.3395491Z * [new tag] v1.7.1-rc2 -> v1.7.1-rc2 2025-08-14T20:52:20.3396380Z * [new tag] v1.7.1-rc3 -> v1.7.1-rc3 2025-08-14T20:52:20.3397535Z * [new tag] v1.8.0 -> v1.8.0 2025-08-14T20:52:20.3398406Z * [new tag] v1.8.0-rc1 -> v1.8.0-rc1 2025-08-14T20:52:20.3399508Z * [new tag] v1.8.0-rc2 -> v1.8.0-rc2 2025-08-14T20:52:20.3400616Z * [new tag] v1.8.0-rc3 -> v1.8.0-rc3 2025-08-14T20:52:20.3401688Z * [new tag] v1.8.0-rc4 -> v1.8.0-rc4 2025-08-14T20:52:20.3402545Z * [new tag] v1.8.0-rc5 -> v1.8.0-rc5 2025-08-14T20:52:20.3403408Z * [new tag] v1.8.1 -> v1.8.1 2025-08-14T20:52:20.3404516Z * [new tag] v1.8.1-rc1 -> v1.8.1-rc1 2025-08-14T20:52:20.3405363Z * [new tag] v1.8.1-rc2 -> v1.8.1-rc2 2025-08-14T20:52:20.3406337Z * [new tag] v1.8.1-rc3 -> v1.8.1-rc3 2025-08-14T20:52:20.3407873Z * [new tag] v1.8.2 -> v1.8.2 2025-08-14T20:52:20.3408724Z * [new tag] v1.8.2-rc1 -> v1.8.2-rc1 2025-08-14T20:52:20.3409844Z * [new tag] v1.9.0 -> v1.9.0 2025-08-14T20:52:20.3410882Z * [new tag] v1.9.0-rc1 -> v1.9.0-rc1 2025-08-14T20:52:20.3412155Z * [new tag] v1.9.0-rc2 -> v1.9.0-rc2 2025-08-14T20:52:20.3413295Z * [new tag] v1.9.0-rc3 -> v1.9.0-rc3 2025-08-14T20:52:20.3414159Z * [new tag] v1.9.0-rc4 -> v1.9.0-rc4 2025-08-14T20:52:20.3415284Z * [new tag] v1.9.1 -> v1.9.1 2025-08-14T20:52:20.3416647Z * [new tag] v1.9.1-rc1 -> v1.9.1-rc1 2025-08-14T20:52:20.3417448Z * [new tag] v1.9.1-rc2 -> v1.9.1-rc2 2025-08-14T20:52:20.3418599Z * [new tag] v2.0.0 -> v2.0.0 2025-08-14T20:52:20.3419688Z * [new tag] v2.0.0-rc1 -> v2.0.0-rc1 2025-08-14T20:52:20.3420805Z * [new tag] v2.0.0-rc2 -> v2.0.0-rc2 2025-08-14T20:52:20.3421966Z * [new tag] v2.0.0-rc3 -> v2.0.0-rc3 2025-08-14T20:52:20.3423142Z * [new tag] v2.0.0-rc4 -> v2.0.0-rc4 2025-08-14T20:52:20.3424239Z * [new tag] v2.0.0-rc5 -> v2.0.0-rc5 2025-08-14T20:52:20.3425101Z * [new tag] v2.0.0-rc6 -> v2.0.0-rc6 2025-08-14T20:52:20.3426249Z * [new tag] v2.0.1 -> v2.0.1 2025-08-14T20:52:20.3427391Z * [new tag] v2.0.1-rc1 -> v2.0.1-rc1 2025-08-14T20:52:20.3428257Z * [new tag] v2.0.1-rc2 -> v2.0.1-rc2 2025-08-14T20:52:20.3429420Z * [new tag] v2.0.1-rc3 -> v2.0.1-rc3 2025-08-14T20:52:20.3430162Z * [new tag] v2.0.1-rc4 -> v2.0.1-rc4 2025-08-14T20:52:20.3431948Z * [new tag] v2.1.0 -> v2.1.0 2025-08-14T20:52:20.3433013Z * [new tag] v2.1.0-rc1 -> v2.1.0-rc1 2025-08-14T20:52:20.3434113Z * [new tag] v2.1.0-rc2 -> v2.1.0-rc2 2025-08-14T20:52:20.3435292Z * [new tag] v2.1.0-rc3 -> v2.1.0-rc3 2025-08-14T20:52:20.3436439Z * [new tag] v2.1.0-rc4 -> v2.1.0-rc4 2025-08-14T20:52:20.3437587Z * [new tag] v2.1.0-rc5 -> v2.1.0-rc5 2025-08-14T20:52:20.3438451Z * [new tag] v2.1.0-rc6 -> v2.1.0-rc6 2025-08-14T20:52:20.3439536Z * [new tag] v2.1.1 -> v2.1.1 2025-08-14T20:52:20.3440635Z * [new tag] v2.1.1-rc1 -> v2.1.1-rc1 2025-08-14T20:52:20.3441694Z * [new tag] v2.1.1-rc2 -> v2.1.1-rc2 2025-08-14T20:52:20.3442965Z * [new tag] v2.1.1-rc3 -> v2.1.1-rc3 2025-08-14T20:52:20.3444095Z * [new tag] v2.1.1-rc4 -> v2.1.1-rc4 2025-08-14T20:52:20.3445174Z * [new tag] v2.1.1-rc5 -> v2.1.1-rc5 2025-08-14T20:52:20.3446037Z * [new tag] v2.1.1-rc6 -> v2.1.1-rc6 2025-08-14T20:52:20.3447223Z * [new tag] v2.1.2 -> v2.1.2 2025-08-14T20:52:20.3448522Z * [new tag] v2.1.2-rc1 -> v2.1.2-rc1 2025-08-14T20:52:20.3449734Z * [new tag] v2.1.2-rc2 -> v2.1.2-rc2 2025-08-14T20:52:20.3450601Z * [new tag] v2.1.2-rc3 -> v2.1.2-rc3 2025-08-14T20:52:20.3451864Z * [new tag] v2.2.0 -> v2.2.0 2025-08-14T20:52:20.3452883Z * [new tag] v2.2.0-rc1 -> v2.2.0-rc1 2025-08-14T20:52:20.3454300Z * [new tag] v2.2.0-rc2 -> v2.2.0-rc2 2025-08-14T20:52:20.3455344Z * [new tag] v2.2.0-rc3 -> v2.2.0-rc3 2025-08-14T20:52:20.3456410Z * [new tag] v2.2.0-rc4 -> v2.2.0-rc4 2025-08-14T20:52:20.3457456Z * [new tag] v2.2.0-rc5 -> v2.2.0-rc5 2025-08-14T20:52:20.3458609Z * [new tag] v2.2.0-rc6 -> v2.2.0-rc6 2025-08-14T20:52:20.3459513Z * [new tag] v2.2.0-rc7 -> v2.2.0-rc7 2025-08-14T20:52:20.3460373Z * [new tag] v2.2.0-rc8 -> v2.2.0-rc8 2025-08-14T20:52:20.3461474Z * [new tag] v2.2.1 -> v2.2.1 2025-08-14T20:52:20.3462647Z * [new tag] v2.2.1-rc1 -> v2.2.1-rc1 2025-08-14T20:52:20.3463526Z * [new tag] v2.2.1-rc2 -> v2.2.1-rc2 2025-08-14T20:52:20.3464326Z * [new tag] v2.2.1-rc3 -> v2.2.1-rc3 2025-08-14T20:52:20.3465201Z * [new tag] v2.2.2 -> v2.2.2 2025-08-14T20:52:20.3466526Z * [new tag] v2.2.2-rc1 -> v2.2.2-rc1 2025-08-14T20:52:20.3467242Z * [new tag] v2.2.2-rc2 -> v2.2.2-rc2 2025-08-14T20:52:20.3468201Z * [new tag] v2.2.2-rc3 -> v2.2.2-rc3 2025-08-14T20:52:20.3469443Z * [new tag] v2.3.0 -> v2.3.0 2025-08-14T20:52:20.3470547Z * [new tag] v2.3.0-rc1 -> v2.3.0-rc1 2025-08-14T20:52:20.3471626Z * [new tag] v2.3.0-rc10 -> v2.3.0-rc10 2025-08-14T20:52:20.3472843Z * [new tag] v2.3.0-rc11 -> v2.3.0-rc11 2025-08-14T20:52:20.3473644Z * [new tag] v2.3.0-rc12 -> v2.3.0-rc12 2025-08-14T20:52:20.3474810Z * [new tag] v2.3.0-rc2 -> v2.3.0-rc2 2025-08-14T20:52:20.3475964Z * [new tag] v2.3.0-rc3 -> v2.3.0-rc3 2025-08-14T20:52:20.3477098Z * [new tag] v2.3.0-rc4 -> v2.3.0-rc4 2025-08-14T20:52:20.3478202Z * [new tag] v2.3.0-rc5 -> v2.3.0-rc5 2025-08-14T20:52:20.3479083Z * [new tag] v2.3.0-rc6 -> v2.3.0-rc6 2025-08-14T20:52:20.3480139Z * [new tag] v2.3.0-rc7 -> v2.3.0-rc7 2025-08-14T20:52:20.3481387Z * [new tag] v2.3.0-rc8 -> v2.3.0-rc8 2025-08-14T20:52:20.3482181Z * [new tag] v2.3.0-rc9 -> v2.3.0-rc9 2025-08-14T20:52:20.3483136Z * [new tag] v2.3.1 -> v2.3.1 2025-08-14T20:52:20.3484242Z * [new tag] v2.3.1-rc1 -> v2.3.1-rc1 2025-08-14T20:52:20.3485301Z * [new tag] v2.3.1-rc2 -> v2.3.1-rc2 2025-08-14T20:52:20.3486414Z * [new tag] v2.3.1-rc3 -> v2.3.1-rc3 2025-08-14T20:52:20.3487590Z * [new tag] v2.4.0 -> v2.4.0 2025-08-14T20:52:20.3488667Z * [new tag] v2.4.0-rc1 -> v2.4.0-rc1 2025-08-14T20:52:20.3489729Z * [new tag] v2.4.0-rc2 -> v2.4.0-rc2 2025-08-14T20:52:20.3490804Z * [new tag] v2.4.0-rc3 -> v2.4.0-rc3 2025-08-14T20:52:20.3491849Z * [new tag] v2.4.0-rc4 -> v2.4.0-rc4 2025-08-14T20:52:20.3493012Z * [new tag] v2.4.0-rc5 -> v2.4.0-rc5 2025-08-14T20:52:20.3494133Z * [new tag] v2.4.0-rc6 -> v2.4.0-rc6 2025-08-14T20:52:20.3495310Z * [new tag] v2.4.0-rc7 -> v2.4.0-rc7 2025-08-14T20:52:20.3496387Z * [new tag] v2.4.0-rc8 -> v2.4.0-rc8 2025-08-14T20:52:20.3497513Z * [new tag] v2.4.0-rc9 -> v2.4.0-rc9 2025-08-14T20:52:20.3498348Z * [new tag] v2.4.1 -> v2.4.1 2025-08-14T20:52:20.3499531Z * [new tag] v2.4.1-rc1 -> v2.4.1-rc1 2025-08-14T20:52:20.3500709Z * [new tag] v2.4.1-rc2 -> v2.4.1-rc2 2025-08-14T20:52:20.3501852Z * [new tag] v2.4.1-rc3 -> v2.4.1-rc3 2025-08-14T20:52:20.3502924Z * [new tag] v2.5.0 -> v2.5.0 2025-08-14T20:52:20.3503991Z * [new tag] v2.5.0-rc1 -> v2.5.0-rc1 2025-08-14T20:52:20.3504946Z * [new tag] v2.5.0-rc10 -> v2.5.0-rc10 2025-08-14T20:52:20.3506005Z * [new tag] v2.5.0-rc2 -> v2.5.0-rc2 2025-08-14T20:52:20.3507024Z * [new tag] v2.5.0-rc3 -> v2.5.0-rc3 2025-08-14T20:52:20.3508115Z * [new tag] v2.5.0-rc4 -> v2.5.0-rc4 2025-08-14T20:52:20.3509358Z * [new tag] v2.5.0-rc5 -> v2.5.0-rc5 2025-08-14T20:52:20.3510490Z * [new tag] v2.5.0-rc6 -> v2.5.0-rc6 2025-08-14T20:52:20.3511635Z * [new tag] v2.5.0-rc7 -> v2.5.0-rc7 2025-08-14T20:52:20.3512863Z * [new tag] v2.5.0-rc8 -> v2.5.0-rc8 2025-08-14T20:52:20.3513980Z * [new tag] v2.5.0-rc9 -> v2.5.0-rc9 2025-08-14T20:52:20.3514841Z * [new tag] v2.5.1 -> v2.5.1 2025-08-14T20:52:20.3515818Z * [new tag] v2.5.1-rc1 -> v2.5.1-rc1 2025-08-14T20:52:20.3516614Z * [new tag] v2.6.0 -> v2.6.0 2025-08-14T20:52:20.3517899Z * [new tag] v2.6.0-rc1 -> v2.6.0-rc1 2025-08-14T20:52:20.3519030Z * [new tag] v2.6.0-rc2 -> v2.6.0-rc2 2025-08-14T20:52:20.3520189Z * [new tag] v2.6.0-rc3 -> v2.6.0-rc3 2025-08-14T20:52:20.3521263Z * [new tag] v2.6.0-rc4 -> v2.6.0-rc4 2025-08-14T20:52:20.3523076Z * [new tag] v2.6.0-rc5 -> v2.6.0-rc5 2025-08-14T20:52:20.3524306Z * [new tag] v2.6.0-rc6 -> v2.6.0-rc6 2025-08-14T20:52:20.3525403Z * [new tag] v2.6.0-rc7 -> v2.6.0-rc7 2025-08-14T20:52:20.3526714Z * [new tag] v2.6.0-rc8 -> v2.6.0-rc8 2025-08-14T20:52:20.3527818Z * [new tag] v2.6.0-rc9 -> v2.6.0-rc9 2025-08-14T20:52:20.3529108Z * [new tag] v2.7.0 -> v2.7.0 2025-08-14T20:52:20.3530234Z * [new tag] v2.7.0-rc1 -> v2.7.0-rc1 2025-08-14T20:52:20.3531143Z * [new tag] v2.7.0-rc10 -> v2.7.0-rc10 2025-08-14T20:52:20.3532368Z * [new tag] v2.7.0-rc2 -> v2.7.0-rc2 2025-08-14T20:52:20.3533485Z * [new tag] v2.7.0-rc3 -> v2.7.0-rc3 2025-08-14T20:52:20.3534596Z * [new tag] v2.7.0-rc4 -> v2.7.0-rc4 2025-08-14T20:52:20.3535683Z * [new tag] v2.7.0-rc5 -> v2.7.0-rc5 2025-08-14T20:52:20.3536830Z * [new tag] v2.7.0-rc6 -> v2.7.0-rc6 2025-08-14T20:52:20.3537899Z * [new tag] v2.7.0-rc7 -> v2.7.0-rc7 2025-08-14T20:52:20.3539076Z * [new tag] v2.7.0-rc8 -> v2.7.0-rc8 2025-08-14T20:52:20.3540247Z * [new tag] v2.7.0-rc9 -> v2.7.0-rc9 2025-08-14T20:52:20.3541209Z * [new tag] v2.7.1 -> v2.7.1 2025-08-14T20:52:20.3542294Z * [new tag] v2.7.1-rc1 -> v2.7.1-rc1 2025-08-14T20:52:20.3543429Z * [new tag] v2.7.1-rc2 -> v2.7.1-rc2 2025-08-14T20:52:20.3544597Z * [new tag] v2.7.1-rc3 -> v2.7.1-rc3 2025-08-14T20:52:20.3545859Z * [new tag] v2.7.1-rc4 -> v2.7.1-rc4 2025-08-14T20:52:20.3546954Z * [new tag] v2.7.1-rc5 -> v2.7.1-rc5 2025-08-14T20:52:20.3547848Z * [new tag] v2.8.0 -> v2.8.0 2025-08-14T20:52:20.3552271Z * [new tag] v2.8.0-rc1 -> v2.8.0-rc1 2025-08-14T20:52:20.3553441Z * [new tag] v2.8.0-rc2 -> v2.8.0-rc2 2025-08-14T20:52:20.3554676Z * [new tag] v2.8.0-rc3 -> v2.8.0-rc3 2025-08-14T20:52:20.3555922Z * [new tag] v2.8.0-rc4 -> v2.8.0-rc4 2025-08-14T20:52:20.3557067Z * [new tag] v2.8.0-rc5 -> v2.8.0-rc5 2025-08-14T20:52:20.3558341Z * [new tag] v2.8.0-rc6 -> v2.8.0-rc6 2025-08-14T20:52:20.3559407Z * [new tag] v2.8.0-rc7 -> v2.8.0-rc7 2025-08-14T20:52:20.3560513Z * [new tag] v2.8.0-rc8 -> v2.8.0-rc8 2025-08-14T20:52:20.3561599Z * [new tag] whc_flight_1 -> whc_flight_1 2025-08-14T20:52:20.3562495Z * [new tag] whc_flight_2 -> whc_flight_2 2025-08-14T20:52:20.3563477Z * [new tag] whc_flight_4 -> whc_flight_4 2025-08-14T20:52:20.4233671Z [command]/usr/bin/git rev-parse --verify --quiet 1fc683cf17c8c673044538d10266c00f92987be2^{object} 2025-08-14T20:52:20.4257053Z 1fc683cf17c8c673044538d10266c00f92987be2 2025-08-14T20:52:20.4261017Z ##[endgroup] 2025-08-14T20:52:20.4261338Z ##[group]Determining the checkout info 2025-08-14T20:52:20.4261926Z ##[endgroup] 2025-08-14T20:52:20.4265601Z [command]/usr/bin/git sparse-checkout disable 2025-08-14T20:52:20.4305900Z [command]/usr/bin/git config --local --unset-all extensions.worktreeConfig 2025-08-14T20:52:20.4330982Z ##[group]Checking out the ref 2025-08-14T20:52:20.4334790Z [command]/usr/bin/git checkout --progress --force 1fc683cf17c8c673044538d10266c00f92987be2 2025-08-14T20:52:21.4641656Z Updating files: 85% (16625/19474) 2025-08-14T20:52:21.4782401Z Updating files: 86% (16748/19474) 2025-08-14T20:52:21.4907726Z Updating files: 87% (16943/19474) 2025-08-14T20:52:21.5021002Z Updating files: 88% (17138/19474) 2025-08-14T20:52:21.5141721Z Updating files: 89% (17332/19474) 2025-08-14T20:52:21.5302086Z Updating files: 90% (17527/19474) 2025-08-14T20:52:21.5428732Z Updating files: 91% (17722/19474) 2025-08-14T20:52:21.5554815Z Updating files: 92% (17917/19474) 2025-08-14T20:52:21.5735403Z Updating files: 93% (18111/19474) 2025-08-14T20:52:21.5919640Z Updating files: 94% (18306/19474) 2025-08-14T20:52:21.6098667Z Updating files: 95% (18501/19474) 2025-08-14T20:52:21.6252807Z Updating files: 96% (18696/19474) 2025-08-14T20:52:21.6418036Z Updating files: 97% (18890/19474) 2025-08-14T20:52:21.6701317Z Updating files: 98% (19085/19474) 2025-08-14T20:52:21.6852835Z Updating files: 99% (19280/19474) 2025-08-14T20:52:21.6853215Z Updating files: 100% (19474/19474) 2025-08-14T20:52:21.6853506Z Updating files: 100% (19474/19474), done. 2025-08-14T20:52:21.7123082Z Note: switching to '1fc683cf17c8c673044538d10266c00f92987be2'. 2025-08-14T20:52:21.7123384Z 2025-08-14T20:52:21.7123604Z You are in 'detached HEAD' state. You can look around, make experimental 2025-08-14T20:52:21.7124156Z changes and commit them, and you can discard any commits you make in this 2025-08-14T20:52:21.7124707Z state without impacting any branches by switching back to a branch. 2025-08-14T20:52:21.7125053Z 2025-08-14T20:52:21.7125255Z If you want to create a new branch to retain commits you create, you may 2025-08-14T20:52:21.7125979Z do so (now or later) by using -c with the switch command. Example: 2025-08-14T20:52:21.7126265Z 2025-08-14T20:52:21.7126378Z git switch -c 2025-08-14T20:52:21.7126588Z 2025-08-14T20:52:21.7126693Z Or undo this operation with: 2025-08-14T20:52:21.7126870Z 2025-08-14T20:52:21.7126971Z git switch - 2025-08-14T20:52:21.7127099Z 2025-08-14T20:52:21.7127332Z Turn off this advice by setting config variable advice.detachedHead to false 2025-08-14T20:52:21.7127690Z 2025-08-14T20:52:21.7128091Z HEAD is now at 1fc683cf17c [Inductor] Allow indexing a flexible layout for extract_input_node_reduction_ranges (#160645) 2025-08-14T20:52:21.7189120Z ##[endgroup] 2025-08-14T20:52:21.7228925Z [command]/usr/bin/git log -1 --format=%H 2025-08-14T20:52:21.7251793Z 1fc683cf17c8c673044538d10266c00f92987be2 2025-08-14T20:52:21.7439684Z Prepare all required actions 2025-08-14T20:52:21.7440223Z Getting action download info 2025-08-14T20:52:21.8570153Z Download action repository 'nick-fields/retry@v3.0.0' (SHA:7152eba30c6575329ac0576536151aca5a72780e) 2025-08-14T20:52:22.0706333Z ##[group]Run ./.github/actions/setup-linux 2025-08-14T20:52:22.0706673Z ##[endgroup] 2025-08-14T20:52:22.0757694Z ##[group]Run set -euo pipefail 2025-08-14T20:52:22.0758042Z set -euo pipefail 2025-08-14T20:52:22.0758317Z function get_ec2_metadata() { 2025-08-14T20:52:22.0758696Z  # Pulled from instance metadata endpoint for EC2 2025-08-14T20:52:22.0759318Z  # see https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/instancedata-data-retrieval.html 2025-08-14T20:52:22.0759881Z  category=$1 2025-08-14T20:52:22.0760235Z  # If it is GCP runner (runner name contains gcp), do not run this 2025-08-14T20:52:22.0760651Z  runner_name_str=i-003411e0c4c9006dd 2025-08-14T20:52:22.0761186Z  if [[ -f /.inarc ]]; then 2025-08-14T20:52:22.0761514Z  echo "ARC Runner, no info on ec2 metadata" 2025-08-14T20:52:22.0761894Z  elif [[ $runner_name_str == *"gcp"* ]]; then 2025-08-14T20:52:22.0762343Z  echo "Runner is from Google Cloud Platform, No info on ec2 metadata" 2025-08-14T20:52:22.0762769Z  else 2025-08-14T20:52:22.0763614Z  curl -H "X-aws-ec2-metadata-token: $(curl -s -X PUT "http://169.254.169.254/latest/api/token" -H "X-aws-ec2-metadata-token-ttl-seconds: 30")" -fsSL "http://169.254.169.254/latest/meta-data/${category}" 2025-08-14T20:52:22.0764526Z  fi 2025-08-14T20:52:22.0764737Z } 2025-08-14T20:52:22.0764981Z echo "ami-id: $(get_ec2_metadata ami-id)" 2025-08-14T20:52:22.0765397Z echo "instance-id: $(get_ec2_metadata instance-id)" 2025-08-14T20:52:22.0765856Z echo "instance-type: $(get_ec2_metadata instance-type)" 2025-08-14T20:52:22.0766277Z echo "system info $(uname -a)" 2025-08-14T20:52:22.0772307Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2025-08-14T20:52:22.0772697Z ##[endgroup] 2025-08-14T20:52:22.0932808Z ami-id: ami-05ffe3c48a9991133 2025-08-14T20:52:22.1039592Z instance-id: i-003411e0c4c9006dd 2025-08-14T20:52:22.1142809Z instance-type: c5.2xlarge 2025-08-14T20:52:22.1155555Z system info Linux ip-10-0-74-16.ec2.internal 6.1.141-155.222.amzn2023.x86_64 #1 SMP PREEMPT_DYNAMIC Tue Jun 17 10:29:47 UTC 2025 x86_64 x86_64 x86_64 GNU/Linux 2025-08-14T20:52:22.1186032Z ##[group]Run echo "IN_CONTAINER_RUNNER=$(if [ -f /.inarc ] || [ -f /.incontainer ]; then echo true ; else echo false; fi)" >> "$GITHUB_OUTPUT" 2025-08-14T20:52:22.1186985Z echo "IN_CONTAINER_RUNNER=$(if [ -f /.inarc ] || [ -f /.incontainer ]; then echo true ; else echo false; fi)" >> "$GITHUB_OUTPUT" 2025-08-14T20:52:22.1193320Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2025-08-14T20:52:22.1193709Z ##[endgroup] 2025-08-14T20:52:22.1256561Z ##[group]Run if systemctl is-active --quiet docker; then 2025-08-14T20:52:22.1257023Z if systemctl is-active --quiet docker; then 2025-08-14T20:52:22.1257386Z  echo "Docker daemon is running..."; 2025-08-14T20:52:22.1257708Z else 2025-08-14T20:52:22.1258055Z  echo "Starting docker daemon..." && sudo systemctl start docker; 2025-08-14T20:52:22.1258459Z fi 2025-08-14T20:52:22.1264164Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2025-08-14T20:52:22.1264535Z ##[endgroup] 2025-08-14T20:52:22.1344814Z Docker daemon is running... 2025-08-14T20:52:22.1394700Z ##[group]Run nick-fields/retry@v3.0.0 2025-08-14T20:52:22.1395015Z with: 2025-08-14T20:52:22.1395199Z shell: bash 2025-08-14T20:52:22.1395417Z timeout_minutes: 5 2025-08-14T20:52:22.1395645Z max_attempts: 3 2025-08-14T20:52:22.1395876Z retry_wait_seconds: 30 2025-08-14T20:52:22.1398361Z command: AWS_ACCOUNT_ID=$(aws sts get-caller-identity|grep Account|cut -f4 -d\") aws ecr get-login-password --region "$AWS_DEFAULT_REGION" | docker login --username AWS \ --password-stdin "$AWS_ACCOUNT_ID.dkr.ecr.$AWS_DEFAULT_REGION.amazonaws.com" # For LF Runners we need to make sure we also login to Meta's ECR docker registry too. META_AWS_ACCOUNT_ID=308535385114 if [ "$AWS_ACCOUNT_ID" != "$META_AWS_ACCOUNT_ID" ] ; then aws ecr get-login-password --region "$AWS_DEFAULT_REGION" | docker login --username AWS \ --password-stdin "$META_AWS_ACCOUNT_ID.dkr.ecr.$AWS_DEFAULT_REGION.amazonaws.com" fi 2025-08-14T20:52:22.1401276Z polling_interval_seconds: 1 2025-08-14T20:52:22.1401640Z warning_on_retry: true 2025-08-14T20:52:22.1402060Z continue_on_error: false 2025-08-14T20:52:22.1402472Z env: 2025-08-14T20:52:22.1402795Z AWS_RETRY_MODE: standard 2025-08-14T20:52:22.1403217Z AWS_MAX_ATTEMPTS: 5 2025-08-14T20:52:22.1403547Z AWS_DEFAULT_REGION: us-east-1 2025-08-14T20:52:22.1403818Z ##[endgroup] 2025-08-14T20:52:23.3498498Z WARNING! Your password will be stored unencrypted in /home/ec2-user/.docker/config.json. 2025-08-14T20:52:23.3499358Z Configure a credential helper to remove this warning. See 2025-08-14T20:52:23.3499938Z https://docs.docker.com/engine/reference/commandline/login/#credentials-store 2025-08-14T20:52:23.3500325Z 2025-08-14T20:52:23.3500432Z Login Succeeded 2025-08-14T20:52:24.2267755Z Command completed after 1 attempt(s). 2025-08-14T20:52:24.2327788Z ##[group]Run env | grep '^GITHUB' >> "/tmp/github_env_${GITHUB_RUN_ID}" 2025-08-14T20:52:24.2328353Z env | grep '^GITHUB' >> "/tmp/github_env_${GITHUB_RUN_ID}" 2025-08-14T20:52:24.2328812Z env | grep '^CI' >> "/tmp/github_env_${GITHUB_RUN_ID}" 2025-08-14T20:52:24.2335974Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2025-08-14T20:52:24.2336350Z ##[endgroup] 2025-08-14T20:52:24.2427795Z ##[group]Run # ignore expansion of "docker ps -q" since it could be empty 2025-08-14T20:52:24.2428490Z # ignore expansion of "docker ps -q" since it could be empty 2025-08-14T20:52:24.2428952Z # shellcheck disable=SC2046 2025-08-14T20:52:24.2429271Z docker stop $(docker ps -q) || true 2025-08-14T20:52:24.2429617Z # Prune all of the docker images 2025-08-14T20:52:24.2429933Z docker system prune -af 2025-08-14T20:52:24.2435764Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2025-08-14T20:52:24.2436136Z ##[endgroup] 2025-08-14T20:52:24.2956722Z "docker stop" requires at least 1 argument. 2025-08-14T20:52:24.2957142Z See 'docker stop --help'. 2025-08-14T20:52:24.2957312Z 2025-08-14T20:52:24.2957488Z Usage: docker stop [OPTIONS] CONTAINER [CONTAINER...] 2025-08-14T20:52:24.2957754Z 2025-08-14T20:52:24.2957863Z Stop one or more running containers 2025-08-14T20:52:24.3385601Z Total reclaimed space: 0B 2025-08-14T20:52:24.3426352Z ##[group]Run set +e 2025-08-14T20:52:24.3426665Z set +e 2025-08-14T20:52:24.3426893Z set -x 2025-08-14T20:52:24.3427095Z  2025-08-14T20:52:24.3427359Z PT_DOMAIN=download.pytorch.org 2025-08-14T20:52:24.3427946Z # TODO: Flaky access to download.pytorch.org https://github.com/pytorch/pytorch/issues/100400, 2025-08-14T20:52:24.3428806Z # cleaning this up once the issue is fixed. There are more than one resolved IP here, the last 2025-08-14T20:52:24.3429337Z # one is returned at random 2025-08-14T20:52:24.3429716Z RESOLVED_IP=$(dig -4 +short "${PT_DOMAIN}" | tail -n1) 2025-08-14T20:52:24.3430087Z  2025-08-14T20:52:24.3430301Z if [ -z "${RESOLVED_IP}" ]; then 2025-08-14T20:52:24.3430726Z  echo "Couldn't resolve ${PT_DOMAIN}, retrying with Google DNS..." 2025-08-14T20:52:24.3431241Z  RESOLVED_IP=$(dig -4 +short "${PT_DOMAIN}" @8.8.8.8 | tail -n1) 2025-08-14T20:52:24.3431615Z  2025-08-14T20:52:24.3431847Z  if [ -z "${RESOLVED_IP}" ]; then 2025-08-14T20:52:24.3432213Z  echo "Couldn't resolve ${PT_DOMAIN}, exiting..." 2025-08-14T20:52:24.3432737Z  exit 1 2025-08-14T20:52:24.3432956Z  fi 2025-08-14T20:52:24.3433171Z fi 2025-08-14T20:52:24.3433368Z  2025-08-14T20:52:24.3433624Z if grep -r "${PT_DOMAIN}" /etc/hosts; then 2025-08-14T20:52:24.3433990Z  # Clean up any old records first 2025-08-14T20:52:24.3434334Z  sudo sed -i "/${PT_DOMAIN}/d" /etc/hosts 2025-08-14T20:52:24.3434658Z fi 2025-08-14T20:52:24.3434848Z  2025-08-14T20:52:24.3435152Z echo "${RESOLVED_IP} ${PT_DOMAIN}" | sudo tee -a /etc/hosts 2025-08-14T20:52:24.3435532Z cat /etc/hosts 2025-08-14T20:52:24.3441619Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2025-08-14T20:52:24.3441993Z ##[endgroup] 2025-08-14T20:52:24.3466576Z + PT_DOMAIN=download.pytorch.org 2025-08-14T20:52:24.3472660Z ++ dig -4 +short download.pytorch.org 2025-08-14T20:52:24.3473270Z ++ tail -n1 2025-08-14T20:52:24.3863057Z + RESOLVED_IP=18.160.10.28 2025-08-14T20:52:24.3863471Z + '[' -z 18.160.10.28 ']' 2025-08-14T20:52:24.3864797Z + grep -r download.pytorch.org /etc/hosts 2025-08-14T20:52:24.3879543Z + echo '18.160.10.28 download.pytorch.org' 2025-08-14T20:52:24.3880124Z + sudo tee -a /etc/hosts 2025-08-14T20:52:24.7643519Z 18.160.10.28 download.pytorch.org 2025-08-14T20:52:24.7661619Z + cat /etc/hosts 2025-08-14T20:52:24.7671856Z 127.0.0.1 localhost localhost.localdomain localhost4 localhost4.localdomain4 2025-08-14T20:52:24.7678933Z ::1 localhost6 localhost6.localdomain6 2025-08-14T20:52:24.7679305Z 18.160.10.28 download.pytorch.org 2025-08-14T20:52:24.7719523Z Prepare all required actions 2025-08-14T20:52:24.7758223Z ##[group]Run ./.github/actions/get-workflow-job-id 2025-08-14T20:52:24.7758571Z with: 2025-08-14T20:52:24.7759224Z github-token: *** 2025-08-14T20:52:24.7759458Z ##[endgroup] 2025-08-14T20:52:24.7783217Z ##[group]Run set -eux 2025-08-14T20:52:24.7783508Z set -eux 2025-08-14T20:52:24.7783938Z python3 .github/scripts/get_workflow_job_id.py "${GITHUB_RUN_ID}" "${RUNNER_NAME}" 2025-08-14T20:52:24.7793336Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2025-08-14T20:52:24.7793700Z env: 2025-08-14T20:52:24.7794109Z GITHUB_TOKEN: *** 2025-08-14T20:52:24.7794343Z ##[endgroup] 2025-08-14T20:52:24.7819073Z + python3 .github/scripts/get_workflow_job_id.py 16976255045 i-003411e0c4c9006dd 2025-08-14T20:52:25.2377878Z Setting output job-id=48126338353 2025-08-14T20:52:25.2378500Z Setting output job-name=before-test / target-determination 2025-08-14T20:52:25.2524569Z Prepare all required actions 2025-08-14T20:52:25.2524993Z Getting action download info 2025-08-14T20:52:25.3669354Z ##[group]Run ./.github/actions/pytest-cache-download 2025-08-14T20:52:25.3669707Z with: 2025-08-14T20:52:25.3669924Z cache_dir: .pytest_cache 2025-08-14T20:52:25.3670180Z job_identifier: trunk 2025-08-14T20:52:25.3670436Z s3_bucket: gha-artifacts 2025-08-14T20:52:25.3670680Z ##[endgroup] 2025-08-14T20:52:25.3712219Z ##[group]Run nick-fields/retry@v3.0.0 2025-08-14T20:52:25.3712545Z with: 2025-08-14T20:52:25.3712732Z shell: bash 2025-08-14T20:52:25.3712953Z timeout_minutes: 5 2025-08-14T20:52:25.3713178Z max_attempts: 5 2025-08-14T20:52:25.3713414Z retry_wait_seconds: 30 2025-08-14T20:52:25.3713727Z command: set -eu python3 -m pip install boto3==1.35.42 2025-08-14T20:52:25.3714107Z polling_interval_seconds: 1 2025-08-14T20:52:25.3714374Z warning_on_retry: true 2025-08-14T20:52:25.3714629Z continue_on_error: false 2025-08-14T20:52:25.3714927Z ##[endgroup] 2025-08-14T20:52:25.7637099Z Defaulting to user installation because normal site-packages is not writeable 2025-08-14T20:52:26.7943427Z Collecting boto3==1.35.42 2025-08-14T20:52:26.8125012Z Downloading boto3-1.35.42-py3-none-any.whl (139 kB) 2025-08-14T20:52:28.0379560Z Collecting botocore<1.36.0,>=1.35.42 2025-08-14T20:52:28.0418685Z Downloading botocore-1.35.99-py3-none-any.whl (13.3 MB) 2025-08-14T20:52:28.2036889Z Requirement already satisfied: jmespath<2.0.0,>=0.7.1 in /usr/lib/python3.9/site-packages (from boto3==1.35.42) (0.10.0) 2025-08-14T20:52:28.2438980Z Collecting s3transfer<0.11.0,>=0.10.0 2025-08-14T20:52:28.2478414Z Downloading s3transfer-0.10.4-py3-none-any.whl (83 kB) 2025-08-14T20:52:28.2587415Z Requirement already satisfied: python-dateutil<3.0.0,>=2.1 in /usr/lib/python3.9/site-packages (from botocore<1.36.0,>=1.35.42->boto3==1.35.42) (2.8.1) 2025-08-14T20:52:28.2600657Z Requirement already satisfied: urllib3<1.27,>=1.25.4 in /usr/lib/python3.9/site-packages (from botocore<1.36.0,>=1.35.42->boto3==1.35.42) (1.25.10) 2025-08-14T20:52:28.4341511Z Requirement already satisfied: six>=1.5 in /usr/lib/python3.9/site-packages (from python-dateutil<3.0.0,>=2.1->botocore<1.36.0,>=1.35.42->boto3==1.35.42) (1.15.0) 2025-08-14T20:52:28.5198640Z Installing collected packages: botocore, s3transfer, boto3 2025-08-14T20:52:29.0950993Z Successfully installed boto3-1.35.42 botocore-1.35.99 s3transfer-0.10.4 2025-08-14T20:52:29.4511598Z Command completed after 1 attempt(s). 2025-08-14T20:52:29.4572721Z ##[group]Run python3 .github/scripts/pytest_cache.py \ 2025-08-14T20:52:29.4573184Z python3 .github/scripts/pytest_cache.py \ 2025-08-14T20:52:29.4573544Z  --download \ 2025-08-14T20:52:29.4573840Z  --cache_dir $GITHUB_WORKSPACE/$CACHE_DIR \ 2025-08-14T20:52:29.4574207Z  --pr_identifier $GITHUB_REF \ 2025-08-14T20:52:29.4574541Z  --job_identifier $JOB_IDENTIFIER \ 2025-08-14T20:52:29.4574881Z  --temp_dir $RUNNER_TEMP \ 2025-08-14T20:52:29.4575187Z  --repo $REPO \ 2025-08-14T20:52:29.4575451Z  --bucket $BUCKET \ 2025-08-14T20:52:29.4582061Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2025-08-14T20:52:29.4582441Z env: 2025-08-14T20:52:29.4582642Z CACHE_DIR: .pytest_cache 2025-08-14T20:52:29.4582908Z JOB_IDENTIFIER: trunk 2025-08-14T20:52:29.4583147Z REPO: pytorch/pytorch 2025-08-14T20:52:29.4583392Z BUCKET: gha-artifacts 2025-08-14T20:52:29.4583618Z ##[endgroup] 2025-08-14T20:52:30.6228433Z PR identifier for `refs/heads/main` is `96e092540d6b3c4076e3d2bc6f1f9013` 2025-08-14T20:52:30.6231252Z Downloading cache with args Namespace(upload=False, download=True, cache_dir='/home/ec2-user/actions-runner/_work/pytorch/pytorch/.pytest_cache', pr_identifier='refs/heads/main', job_identifier='trunk', sha=None, test_config=None, shard=None, repo='pytorch/pytorch', temp_dir='/home/ec2-user/actions-runner/_work/_temp', bucket='gha-artifacts') 2025-08-14T20:52:30.6235876Z Downloading s3://gha-artifacts/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk_linux-jammy-cuda12_8-py3_10-gcc11/089c4a1ba007ed4abb3e5e0eafd97b7584566057/distributed/1.zip 2025-08-14T20:52:30.6239682Z to /home/ec2-user/actions-runner/_work/_temp/cache-zip-downloads/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk_linux-jammy-cuda12_8-py3_10-gcc11/089c4a1ba007ed4abb3e5e0eafd97b7584566057/distributed/1.zip 2025-08-14T20:52:30.6243053Z Downloading s3://gha-artifacts/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk_linux-jammy-cuda12_8-py3_10-gcc11/089c4a1ba007ed4abb3e5e0eafd97b7584566057/distributed/2.zip 2025-08-14T20:52:30.6245275Z to /home/ec2-user/actions-runner/_work/_temp/cache-zip-downloads/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk_linux-jammy-cuda12_8-py3_10-gcc11/089c4a1ba007ed4abb3e5e0eafd97b7584566057/distributed/2.zip 2025-08-14T20:52:30.6247487Z Downloading s3://gha-artifacts/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk_linux-jammy-cuda12_8-py3_10-gcc11/089c4a1ba007ed4abb3e5e0eafd97b7584566057/distributed/3.zip 2025-08-14T20:52:30.6249973Z to /home/ec2-user/actions-runner/_work/_temp/cache-zip-downloads/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk_linux-jammy-cuda12_8-py3_10-gcc11/089c4a1ba007ed4abb3e5e0eafd97b7584566057/distributed/3.zip 2025-08-14T20:52:30.6252236Z Downloading s3://gha-artifacts/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk_linux-jammy-cuda12_8-py3_10-gcc11/1196bb1c2e4d5a7edc09f2260e3034132f0c6c91/default/3.zip 2025-08-14T20:52:30.6254410Z to /home/ec2-user/actions-runner/_work/_temp/cache-zip-downloads/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk_linux-jammy-cuda12_8-py3_10-gcc11/1196bb1c2e4d5a7edc09f2260e3034132f0c6c91/default/3.zip 2025-08-14T20:52:30.6256565Z Downloading s3://gha-artifacts/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk_linux-jammy-cuda12_8-py3_10-gcc11/1f4057c11ac941fb324386ca594d0a6882185aad/default/5.zip 2025-08-14T20:52:30.6258750Z to /home/ec2-user/actions-runner/_work/_temp/cache-zip-downloads/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk_linux-jammy-cuda12_8-py3_10-gcc11/1f4057c11ac941fb324386ca594d0a6882185aad/default/5.zip 2025-08-14T20:52:30.6261324Z Downloading s3://gha-artifacts/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk_linux-jammy-cuda12_8-py3_10-gcc11/1f4057c11ac941fb324386ca594d0a6882185aad/distributed/2.zip 2025-08-14T20:52:30.6263512Z to /home/ec2-user/actions-runner/_work/_temp/cache-zip-downloads/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk_linux-jammy-cuda12_8-py3_10-gcc11/1f4057c11ac941fb324386ca594d0a6882185aad/distributed/2.zip 2025-08-14T20:52:30.6265693Z Downloading s3://gha-artifacts/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk_linux-jammy-cuda12_8-py3_10-gcc11/3cec82a7e9aea040a34dd7a2587ae6d3bd65dba0/default/3.zip 2025-08-14T20:52:30.6267858Z to /home/ec2-user/actions-runner/_work/_temp/cache-zip-downloads/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk_linux-jammy-cuda12_8-py3_10-gcc11/3cec82a7e9aea040a34dd7a2587ae6d3bd65dba0/default/3.zip 2025-08-14T20:52:30.6270099Z Downloading s3://gha-artifacts/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk_linux-jammy-cuda12_8-py3_10-gcc11/3ef2e1ef769582a82c6ddf150e9d11bf4bf1c44f/default/1.zip 2025-08-14T20:52:30.6272412Z to /home/ec2-user/actions-runner/_work/_temp/cache-zip-downloads/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk_linux-jammy-cuda12_8-py3_10-gcc11/3ef2e1ef769582a82c6ddf150e9d11bf4bf1c44f/default/1.zip 2025-08-14T20:52:30.6274557Z Downloading s3://gha-artifacts/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk_linux-jammy-cuda12_8-py3_10-gcc11/56c828bef93eada0e18d2cc013207831ca80cc99/default/5.zip 2025-08-14T20:52:30.6276714Z to /home/ec2-user/actions-runner/_work/_temp/cache-zip-downloads/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk_linux-jammy-cuda12_8-py3_10-gcc11/56c828bef93eada0e18d2cc013207831ca80cc99/default/5.zip 2025-08-14T20:52:30.6278887Z Downloading s3://gha-artifacts/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk_linux-jammy-cuda12_8-py3_10-gcc11/6e8865fbc161270e2ffc52817e6c667df417a3f7/distributed/1.zip 2025-08-14T20:52:30.6281066Z to /home/ec2-user/actions-runner/_work/_temp/cache-zip-downloads/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk_linux-jammy-cuda12_8-py3_10-gcc11/6e8865fbc161270e2ffc52817e6c667df417a3f7/distributed/1.zip 2025-08-14T20:52:30.6283261Z Downloading s3://gha-artifacts/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk_linux-jammy-cuda12_8-py3_10-gcc11/6e8865fbc161270e2ffc52817e6c667df417a3f7/distributed/2.zip 2025-08-14T20:52:30.6285447Z to /home/ec2-user/actions-runner/_work/_temp/cache-zip-downloads/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk_linux-jammy-cuda12_8-py3_10-gcc11/6e8865fbc161270e2ffc52817e6c667df417a3f7/distributed/2.zip 2025-08-14T20:52:30.6287640Z Downloading s3://gha-artifacts/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk_linux-jammy-cuda12_8-py3_10-gcc11/6e8865fbc161270e2ffc52817e6c667df417a3f7/distributed/3.zip 2025-08-14T20:52:30.6289804Z to /home/ec2-user/actions-runner/_work/_temp/cache-zip-downloads/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk_linux-jammy-cuda12_8-py3_10-gcc11/6e8865fbc161270e2ffc52817e6c667df417a3f7/distributed/3.zip 2025-08-14T20:52:30.6291955Z Downloading s3://gha-artifacts/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk_linux-jammy-cuda12_8-py3_10-gcc11/94b91a876327820a4bb6f5d39d156f13f2553ab6/default/3.zip 2025-08-14T20:52:30.6294167Z to /home/ec2-user/actions-runner/_work/_temp/cache-zip-downloads/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk_linux-jammy-cuda12_8-py3_10-gcc11/94b91a876327820a4bb6f5d39d156f13f2553ab6/default/3.zip 2025-08-14T20:52:30.6296323Z Downloading s3://gha-artifacts/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk_linux-jammy-cuda12_8-py3_10-gcc11/9a0f7a3bb01b235ea04581ee540970a098071b72/distributed/1.zip 2025-08-14T20:52:30.6298507Z to /home/ec2-user/actions-runner/_work/_temp/cache-zip-downloads/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk_linux-jammy-cuda12_8-py3_10-gcc11/9a0f7a3bb01b235ea04581ee540970a098071b72/distributed/1.zip 2025-08-14T20:52:30.6300689Z Downloading s3://gha-artifacts/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk_linux-jammy-cuda12_8-py3_10-gcc11/9a0f7a3bb01b235ea04581ee540970a098071b72/distributed/2.zip 2025-08-14T20:52:30.6302890Z to /home/ec2-user/actions-runner/_work/_temp/cache-zip-downloads/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk_linux-jammy-cuda12_8-py3_10-gcc11/9a0f7a3bb01b235ea04581ee540970a098071b72/distributed/2.zip 2025-08-14T20:52:30.6305116Z Downloading s3://gha-artifacts/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk_linux-jammy-cuda12_8-py3_10-gcc11/9a0f7a3bb01b235ea04581ee540970a098071b72/distributed/3.zip 2025-08-14T20:52:32.0009874Z to /home/ec2-user/actions-runner/_work/_temp/cache-zip-downloads/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk_linux-jammy-cuda12_8-py3_10-gcc11/9a0f7a3bb01b235ea04581ee540970a098071b72/distributed/3.zip 2025-08-14T20:52:32.0014153Z Downloading s3://gha-artifacts/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk_linux-jammy-cuda12_8-py3_10-gcc11/a5652407e4f3d772fc44486ac2abf756decf0861/distributed/3.zip 2025-08-14T20:52:32.0018105Z to /home/ec2-user/actions-runner/_work/_temp/cache-zip-downloads/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk_linux-jammy-cuda12_8-py3_10-gcc11/a5652407e4f3d772fc44486ac2abf756decf0861/distributed/3.zip 2025-08-14T20:52:32.0021777Z Downloading s3://gha-artifacts/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk_linux-jammy-cuda12_8-py3_10-gcc11/a7abf57aabec0ce686092e2d66e53ba185dbc56b/default/2.zip 2025-08-14T20:52:32.0024094Z to /home/ec2-user/actions-runner/_work/_temp/cache-zip-downloads/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk_linux-jammy-cuda12_8-py3_10-gcc11/a7abf57aabec0ce686092e2d66e53ba185dbc56b/default/2.zip 2025-08-14T20:52:32.0026287Z Downloading s3://gha-artifacts/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk_linux-jammy-cuda12_8-py3_10-gcc11/b219ca2a00a305753c4f1ea4c9c5d23243d54753/default/2.zip 2025-08-14T20:52:32.0028604Z to /home/ec2-user/actions-runner/_work/_temp/cache-zip-downloads/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk_linux-jammy-cuda12_8-py3_10-gcc11/b219ca2a00a305753c4f1ea4c9c5d23243d54753/default/2.zip 2025-08-14T20:52:32.0030834Z Downloading s3://gha-artifacts/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk_linux-jammy-cuda12_8-py3_10-gcc11/b219ca2a00a305753c4f1ea4c9c5d23243d54753/default/4.zip 2025-08-14T20:52:32.0032974Z to /home/ec2-user/actions-runner/_work/_temp/cache-zip-downloads/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk_linux-jammy-cuda12_8-py3_10-gcc11/b219ca2a00a305753c4f1ea4c9c5d23243d54753/default/4.zip 2025-08-14T20:52:32.0035399Z Downloading s3://gha-artifacts/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk_linux-jammy-cuda12_8-py3_10-gcc11/b219ca2a00a305753c4f1ea4c9c5d23243d54753/default/5.zip 2025-08-14T20:52:32.0037642Z to /home/ec2-user/actions-runner/_work/_temp/cache-zip-downloads/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk_linux-jammy-cuda12_8-py3_10-gcc11/b219ca2a00a305753c4f1ea4c9c5d23243d54753/default/5.zip 2025-08-14T20:52:32.0039959Z Downloading s3://gha-artifacts/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk_linux-jammy-cuda12_8-py3_10-gcc11/b219ca2a00a305753c4f1ea4c9c5d23243d54753/distributed/3.zip 2025-08-14T20:52:32.0042169Z to /home/ec2-user/actions-runner/_work/_temp/cache-zip-downloads/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk_linux-jammy-cuda12_8-py3_10-gcc11/b219ca2a00a305753c4f1ea4c9c5d23243d54753/distributed/3.zip 2025-08-14T20:52:32.0044394Z Downloading s3://gha-artifacts/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk_linux-jammy-cuda12_8-py3_10-gcc11/d1950d4bb5cba8fb6b23e4d283eea5b9801737e2/default/5.zip 2025-08-14T20:52:32.0047008Z to /home/ec2-user/actions-runner/_work/_temp/cache-zip-downloads/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk_linux-jammy-cuda12_8-py3_10-gcc11/d1950d4bb5cba8fb6b23e4d283eea5b9801737e2/default/5.zip 2025-08-14T20:52:32.0049437Z Downloading s3://gha-artifacts/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk_linux-jammy-cuda12_8-py3_10-gcc11/db32b60662b2f2bdcad980127d5dc4b66b02a7e4/default/5.zip 2025-08-14T20:52:32.0051697Z to /home/ec2-user/actions-runner/_work/_temp/cache-zip-downloads/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk_linux-jammy-cuda12_8-py3_10-gcc11/db32b60662b2f2bdcad980127d5dc4b66b02a7e4/default/5.zip 2025-08-14T20:52:32.0053859Z Downloading s3://gha-artifacts/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk_linux-jammy-cuda12_8-py3_10-gcc11/e9eb2096a59a79e7a94c3e28a0715e040369f34c/default/4.zip 2025-08-14T20:52:32.0056082Z to /home/ec2-user/actions-runner/_work/_temp/cache-zip-downloads/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk_linux-jammy-cuda12_8-py3_10-gcc11/e9eb2096a59a79e7a94c3e28a0715e040369f34c/default/4.zip 2025-08-14T20:52:32.0058231Z Downloading s3://gha-artifacts/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk_linux-jammy-cuda12_8-py3_10-gcc11/ee9f8ba11d664b871a9e0c7933fdc8571635b78c/default/5.zip 2025-08-14T20:52:32.0060404Z to /home/ec2-user/actions-runner/_work/_temp/cache-zip-downloads/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk_linux-jammy-cuda12_8-py3_10-gcc11/ee9f8ba11d664b871a9e0c7933fdc8571635b78c/default/5.zip 2025-08-14T20:52:32.0062489Z Downloading s3://gha-artifacts/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk_win-vs2022-cpu-py3/04ac258cf6a60423a01d30cbe0886e741f5ea97d/default/1.zip 2025-08-14T20:52:32.0064529Z to /home/ec2-user/actions-runner/_work/_temp/cache-zip-downloads/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk_win-vs2022-cpu-py3/04ac258cf6a60423a01d30cbe0886e741f5ea97d/default/1.zip 2025-08-14T20:52:32.0066562Z Downloading s3://gha-artifacts/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk_win-vs2022-cpu-py3/0e3e377bd5126cfcc69d70c4d77b352d3404cc11/default/1.zip 2025-08-14T20:52:32.0068772Z to /home/ec2-user/actions-runner/_work/_temp/cache-zip-downloads/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk_win-vs2022-cpu-py3/0e3e377bd5126cfcc69d70c4d77b352d3404cc11/default/1.zip 2025-08-14T20:52:32.0070809Z Downloading s3://gha-artifacts/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk_win-vs2022-cpu-py3/0e3e377bd5126cfcc69d70c4d77b352d3404cc11/default/2.zip 2025-08-14T20:52:32.0072835Z to /home/ec2-user/actions-runner/_work/_temp/cache-zip-downloads/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk_win-vs2022-cpu-py3/0e3e377bd5126cfcc69d70c4d77b352d3404cc11/default/2.zip 2025-08-14T20:52:32.0074873Z Downloading s3://gha-artifacts/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk_win-vs2022-cpu-py3/0e3e377bd5126cfcc69d70c4d77b352d3404cc11/default/3.zip 2025-08-14T20:52:32.0076898Z to /home/ec2-user/actions-runner/_work/_temp/cache-zip-downloads/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk_win-vs2022-cpu-py3/0e3e377bd5126cfcc69d70c4d77b352d3404cc11/default/3.zip 2025-08-14T20:52:32.0079030Z Downloading s3://gha-artifacts/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk_win-vs2022-cpu-py3/1371a98b0e727f8a8916dd473b6dd0cff78c0449/default/2.zip 2025-08-14T20:52:32.0081062Z to /home/ec2-user/actions-runner/_work/_temp/cache-zip-downloads/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk_win-vs2022-cpu-py3/1371a98b0e727f8a8916dd473b6dd0cff78c0449/default/2.zip 2025-08-14T20:52:32.0083065Z Downloading s3://gha-artifacts/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk_win-vs2022-cpu-py3/2040f001124037bce3c66af160a24080554a01db/default/3.zip 2025-08-14T20:52:32.0085086Z to /home/ec2-user/actions-runner/_work/_temp/cache-zip-downloads/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk_win-vs2022-cpu-py3/2040f001124037bce3c66af160a24080554a01db/default/3.zip 2025-08-14T20:52:32.0087116Z Downloading s3://gha-artifacts/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk_win-vs2022-cpu-py3/288bf54a23a49dd3b765b4e1c7313c706b46a08a/default/1.zip 2025-08-14T20:52:33.3379629Z to /home/ec2-user/actions-runner/_work/_temp/cache-zip-downloads/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk_win-vs2022-cpu-py3/288bf54a23a49dd3b765b4e1c7313c706b46a08a/default/1.zip 2025-08-14T20:52:33.3381752Z Downloading s3://gha-artifacts/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk_win-vs2022-cpu-py3/2a249f1967d29626fe6ac6a07f28440348d1cc93/default/1.zip 2025-08-14T20:52:33.3383794Z to /home/ec2-user/actions-runner/_work/_temp/cache-zip-downloads/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk_win-vs2022-cpu-py3/2a249f1967d29626fe6ac6a07f28440348d1cc93/default/1.zip 2025-08-14T20:52:33.3385838Z Downloading s3://gha-artifacts/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk_win-vs2022-cpu-py3/310f901a71e53688866b14bb2f2b4c8eef9979b3/default/1.zip 2025-08-14T20:52:33.3387859Z to /home/ec2-user/actions-runner/_work/_temp/cache-zip-downloads/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk_win-vs2022-cpu-py3/310f901a71e53688866b14bb2f2b4c8eef9979b3/default/1.zip 2025-08-14T20:52:33.3389952Z Downloading s3://gha-artifacts/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk_win-vs2022-cpu-py3/387db86ef175bb16299650dd7b207054f0dfce45/default/1.zip 2025-08-14T20:52:33.3392342Z to /home/ec2-user/actions-runner/_work/_temp/cache-zip-downloads/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk_win-vs2022-cpu-py3/387db86ef175bb16299650dd7b207054f0dfce45/default/1.zip 2025-08-14T20:52:33.3394380Z Downloading s3://gha-artifacts/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk_win-vs2022-cpu-py3/3ac86e728dfaa7383ff7f865e9e7d33486188dae/default/1.zip 2025-08-14T20:52:33.3396421Z to /home/ec2-user/actions-runner/_work/_temp/cache-zip-downloads/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk_win-vs2022-cpu-py3/3ac86e728dfaa7383ff7f865e9e7d33486188dae/default/1.zip 2025-08-14T20:52:33.3398442Z Downloading s3://gha-artifacts/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk_win-vs2022-cpu-py3/3ac86e728dfaa7383ff7f865e9e7d33486188dae/default/2.zip 2025-08-14T20:52:33.3400485Z to /home/ec2-user/actions-runner/_work/_temp/cache-zip-downloads/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk_win-vs2022-cpu-py3/3ac86e728dfaa7383ff7f865e9e7d33486188dae/default/2.zip 2025-08-14T20:52:33.3402609Z Downloading s3://gha-artifacts/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk_win-vs2022-cpu-py3/3ac86e728dfaa7383ff7f865e9e7d33486188dae/default/3.zip 2025-08-14T20:52:33.3404631Z to /home/ec2-user/actions-runner/_work/_temp/cache-zip-downloads/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk_win-vs2022-cpu-py3/3ac86e728dfaa7383ff7f865e9e7d33486188dae/default/3.zip 2025-08-14T20:52:33.3406654Z Downloading s3://gha-artifacts/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk_win-vs2022-cpu-py3/3ac86e728dfaa7383ff7f865e9e7d33486188dae/default/4.zip 2025-08-14T20:52:33.3408696Z to /home/ec2-user/actions-runner/_work/_temp/cache-zip-downloads/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk_win-vs2022-cpu-py3/3ac86e728dfaa7383ff7f865e9e7d33486188dae/default/4.zip 2025-08-14T20:52:33.3410706Z Downloading s3://gha-artifacts/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk_win-vs2022-cpu-py3/4416433c7c625127b7f975c92f8ec98ea4c67fd3/default/1.zip 2025-08-14T20:52:33.3412732Z to /home/ec2-user/actions-runner/_work/_temp/cache-zip-downloads/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk_win-vs2022-cpu-py3/4416433c7c625127b7f975c92f8ec98ea4c67fd3/default/1.zip 2025-08-14T20:52:33.3414777Z Downloading s3://gha-artifacts/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk_win-vs2022-cpu-py3/4416433c7c625127b7f975c92f8ec98ea4c67fd3/default/3.zip 2025-08-14T20:52:33.3416797Z to /home/ec2-user/actions-runner/_work/_temp/cache-zip-downloads/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk_win-vs2022-cpu-py3/4416433c7c625127b7f975c92f8ec98ea4c67fd3/default/3.zip 2025-08-14T20:52:33.3418804Z Downloading s3://gha-artifacts/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk_win-vs2022-cpu-py3/4416433c7c625127b7f975c92f8ec98ea4c67fd3/default/5.zip 2025-08-14T20:52:33.3420821Z to /home/ec2-user/actions-runner/_work/_temp/cache-zip-downloads/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk_win-vs2022-cpu-py3/4416433c7c625127b7f975c92f8ec98ea4c67fd3/default/5.zip 2025-08-14T20:52:33.3422837Z Downloading s3://gha-artifacts/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk_win-vs2022-cpu-py3/4e0f179d0b7d86942052cc93879d58666ced0e01/default/1.zip 2025-08-14T20:52:33.3424896Z to /home/ec2-user/actions-runner/_work/_temp/cache-zip-downloads/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk_win-vs2022-cpu-py3/4e0f179d0b7d86942052cc93879d58666ced0e01/default/1.zip 2025-08-14T20:52:33.3426930Z Downloading s3://gha-artifacts/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk_win-vs2022-cpu-py3/52376b9b6fbf9fe24f5d82038dc520f0c64b6f8d/default/2.zip 2025-08-14T20:52:33.3429018Z to /home/ec2-user/actions-runner/_work/_temp/cache-zip-downloads/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk_win-vs2022-cpu-py3/52376b9b6fbf9fe24f5d82038dc520f0c64b6f8d/default/2.zip 2025-08-14T20:52:33.3431040Z Downloading s3://gha-artifacts/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk_win-vs2022-cpu-py3/58c7cf9ede6311da5533dbcaf238a912176a6a85/default/1.zip 2025-08-14T20:52:33.3433078Z to /home/ec2-user/actions-runner/_work/_temp/cache-zip-downloads/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk_win-vs2022-cpu-py3/58c7cf9ede6311da5533dbcaf238a912176a6a85/default/1.zip 2025-08-14T20:52:33.3435188Z Downloading s3://gha-artifacts/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk_win-vs2022-cpu-py3/5dddcd5b07c6644efca8d613f4eca1dc95daa87f/default/1.zip 2025-08-14T20:52:33.3437240Z to /home/ec2-user/actions-runner/_work/_temp/cache-zip-downloads/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk_win-vs2022-cpu-py3/5dddcd5b07c6644efca8d613f4eca1dc95daa87f/default/1.zip 2025-08-14T20:52:33.3439278Z Downloading s3://gha-artifacts/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk_win-vs2022-cpu-py3/5dddcd5b07c6644efca8d613f4eca1dc95daa87f/default/2.zip 2025-08-14T20:52:33.3441319Z to /home/ec2-user/actions-runner/_work/_temp/cache-zip-downloads/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk_win-vs2022-cpu-py3/5dddcd5b07c6644efca8d613f4eca1dc95daa87f/default/2.zip 2025-08-14T20:52:33.3443363Z Downloading s3://gha-artifacts/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk_win-vs2022-cpu-py3/5dddcd5b07c6644efca8d613f4eca1dc95daa87f/default/4.zip 2025-08-14T20:52:33.3445395Z to /home/ec2-user/actions-runner/_work/_temp/cache-zip-downloads/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk_win-vs2022-cpu-py3/5dddcd5b07c6644efca8d613f4eca1dc95daa87f/default/4.zip 2025-08-14T20:52:33.3447429Z Downloading s3://gha-artifacts/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk_win-vs2022-cpu-py3/5e8b95605f5b348a58a0b0cfead20d546a329171/default/2.zip 2025-08-14T20:52:33.3449710Z to /home/ec2-user/actions-runner/_work/_temp/cache-zip-downloads/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk_win-vs2022-cpu-py3/5e8b95605f5b348a58a0b0cfead20d546a329171/default/2.zip 2025-08-14T20:52:34.6480222Z Downloading s3://gha-artifacts/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk_win-vs2022-cpu-py3/67e68e0785233a368f8cae30b37e9f9c607e2586/default/1.zip 2025-08-14T20:52:34.6482338Z to /home/ec2-user/actions-runner/_work/_temp/cache-zip-downloads/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk_win-vs2022-cpu-py3/67e68e0785233a368f8cae30b37e9f9c607e2586/default/1.zip 2025-08-14T20:52:34.6484386Z Downloading s3://gha-artifacts/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk_win-vs2022-cpu-py3/704594eb239dd26354304d3e5b399e8fd77070e8/default/1.zip 2025-08-14T20:52:34.6486602Z to /home/ec2-user/actions-runner/_work/_temp/cache-zip-downloads/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk_win-vs2022-cpu-py3/704594eb239dd26354304d3e5b399e8fd77070e8/default/1.zip 2025-08-14T20:52:34.6488646Z Downloading s3://gha-artifacts/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk_win-vs2022-cpu-py3/70ccdec44b89e355a2cb03ba14a634284f7750f8/default/1.zip 2025-08-14T20:52:34.6490686Z to /home/ec2-user/actions-runner/_work/_temp/cache-zip-downloads/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk_win-vs2022-cpu-py3/70ccdec44b89e355a2cb03ba14a634284f7750f8/default/1.zip 2025-08-14T20:52:34.6492706Z Downloading s3://gha-artifacts/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk_win-vs2022-cpu-py3/7c37b8e1e02d6276d0531ee6f92d9184e2bd9785/default/3.zip 2025-08-14T20:52:34.6494726Z to /home/ec2-user/actions-runner/_work/_temp/cache-zip-downloads/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk_win-vs2022-cpu-py3/7c37b8e1e02d6276d0531ee6f92d9184e2bd9785/default/3.zip 2025-08-14T20:52:34.6496877Z Downloading s3://gha-artifacts/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk_win-vs2022-cpu-py3/a04bd11895f7523f8b210dc42bbc064cb2ca06e8/default/1.zip 2025-08-14T20:52:34.6498915Z to /home/ec2-user/actions-runner/_work/_temp/cache-zip-downloads/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk_win-vs2022-cpu-py3/a04bd11895f7523f8b210dc42bbc064cb2ca06e8/default/1.zip 2025-08-14T20:52:34.6500926Z Downloading s3://gha-artifacts/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk_win-vs2022-cpu-py3/a288b15ea9f87ddd665f249d492e0fb0861f5a69/default/2.zip 2025-08-14T20:52:34.6502989Z to /home/ec2-user/actions-runner/_work/_temp/cache-zip-downloads/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk_win-vs2022-cpu-py3/a288b15ea9f87ddd665f249d492e0fb0861f5a69/default/2.zip 2025-08-14T20:52:34.6505045Z Downloading s3://gha-artifacts/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk_win-vs2022-cpu-py3/a78fb63dbdf98a1db219095293de1a11005e0390/default/1.zip 2025-08-14T20:52:34.6507063Z to /home/ec2-user/actions-runner/_work/_temp/cache-zip-downloads/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk_win-vs2022-cpu-py3/a78fb63dbdf98a1db219095293de1a11005e0390/default/1.zip 2025-08-14T20:52:34.6509169Z Downloading s3://gha-artifacts/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk_win-vs2022-cpu-py3/a84b60c0c4016785fd93b7b8a0c04f2d0770d332/default/1.zip 2025-08-14T20:52:34.6511195Z to /home/ec2-user/actions-runner/_work/_temp/cache-zip-downloads/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk_win-vs2022-cpu-py3/a84b60c0c4016785fd93b7b8a0c04f2d0770d332/default/1.zip 2025-08-14T20:52:34.6513219Z Downloading s3://gha-artifacts/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk_win-vs2022-cpu-py3/a84b60c0c4016785fd93b7b8a0c04f2d0770d332/default/2.zip 2025-08-14T20:52:34.6515247Z to /home/ec2-user/actions-runner/_work/_temp/cache-zip-downloads/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk_win-vs2022-cpu-py3/a84b60c0c4016785fd93b7b8a0c04f2d0770d332/default/2.zip 2025-08-14T20:52:34.6517270Z Downloading s3://gha-artifacts/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk_win-vs2022-cpu-py3/a84b60c0c4016785fd93b7b8a0c04f2d0770d332/default/3.zip 2025-08-14T20:52:34.6519352Z to /home/ec2-user/actions-runner/_work/_temp/cache-zip-downloads/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk_win-vs2022-cpu-py3/a84b60c0c4016785fd93b7b8a0c04f2d0770d332/default/3.zip 2025-08-14T20:52:34.6521385Z Downloading s3://gha-artifacts/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk_win-vs2022-cpu-py3/af10f1f86cc4effc93142a447693d8be55966615/default/1.zip 2025-08-14T20:52:34.6523418Z to /home/ec2-user/actions-runner/_work/_temp/cache-zip-downloads/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk_win-vs2022-cpu-py3/af10f1f86cc4effc93142a447693d8be55966615/default/1.zip 2025-08-14T20:52:34.6525457Z Downloading s3://gha-artifacts/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk_win-vs2022-cpu-py3/af10f1f86cc4effc93142a447693d8be55966615/default/4.zip 2025-08-14T20:52:34.6527467Z to /home/ec2-user/actions-runner/_work/_temp/cache-zip-downloads/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk_win-vs2022-cpu-py3/af10f1f86cc4effc93142a447693d8be55966615/default/4.zip 2025-08-14T20:52:34.6529553Z Downloading s3://gha-artifacts/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk_win-vs2022-cpu-py3/b0b3e6e48b97c69cf8e34f71f0feeb5157701275/default/3.zip 2025-08-14T20:52:34.6531589Z to /home/ec2-user/actions-runner/_work/_temp/cache-zip-downloads/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk_win-vs2022-cpu-py3/b0b3e6e48b97c69cf8e34f71f0feeb5157701275/default/3.zip 2025-08-14T20:52:34.6533604Z Downloading s3://gha-artifacts/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk_win-vs2022-cpu-py3/b4b71d011ed07a41c2086ff0dec2988a63662877/default/2.zip 2025-08-14T20:52:34.6535645Z to /home/ec2-user/actions-runner/_work/_temp/cache-zip-downloads/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk_win-vs2022-cpu-py3/b4b71d011ed07a41c2086ff0dec2988a63662877/default/2.zip 2025-08-14T20:52:34.6537676Z Downloading s3://gha-artifacts/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk_win-vs2022-cpu-py3/c0e01263998a762c768bbeaca51af3bd8f5cfa73/default/3.zip 2025-08-14T20:52:34.6539697Z to /home/ec2-user/actions-runner/_work/_temp/cache-zip-downloads/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk_win-vs2022-cpu-py3/c0e01263998a762c768bbeaca51af3bd8f5cfa73/default/3.zip 2025-08-14T20:52:34.6541725Z Downloading s3://gha-artifacts/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk_win-vs2022-cpu-py3/c687446374e67d5fc9698dc21f65c23dffdbe094/default/3.zip 2025-08-14T20:52:34.6543751Z to /home/ec2-user/actions-runner/_work/_temp/cache-zip-downloads/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk_win-vs2022-cpu-py3/c687446374e67d5fc9698dc21f65c23dffdbe094/default/3.zip 2025-08-14T20:52:34.6545769Z Downloading s3://gha-artifacts/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk_win-vs2022-cpu-py3/c7586d4ed3543d1ae01c7ded00bd01024d71180a/default/1.zip 2025-08-14T20:52:34.6547802Z to /home/ec2-user/actions-runner/_work/_temp/cache-zip-downloads/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk_win-vs2022-cpu-py3/c7586d4ed3543d1ae01c7ded00bd01024d71180a/default/1.zip 2025-08-14T20:52:34.6550206Z Downloading s3://gha-artifacts/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk_win-vs2022-cpu-py3/c9671dc865aa0fc1cb86df754e355b44d8e02bb4/default/1.zip 2025-08-14T20:52:36.0041784Z to /home/ec2-user/actions-runner/_work/_temp/cache-zip-downloads/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk_win-vs2022-cpu-py3/c9671dc865aa0fc1cb86df754e355b44d8e02bb4/default/1.zip 2025-08-14T20:52:36.0045721Z Downloading s3://gha-artifacts/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk_win-vs2022-cpu-py3/c9671dc865aa0fc1cb86df754e355b44d8e02bb4/default/2.zip 2025-08-14T20:52:36.0049733Z to /home/ec2-user/actions-runner/_work/_temp/cache-zip-downloads/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk_win-vs2022-cpu-py3/c9671dc865aa0fc1cb86df754e355b44d8e02bb4/default/2.zip 2025-08-14T20:52:36.0053195Z Downloading s3://gha-artifacts/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk_win-vs2022-cpu-py3/c9671dc865aa0fc1cb86df754e355b44d8e02bb4/default/3.zip 2025-08-14T20:52:36.0056125Z to /home/ec2-user/actions-runner/_work/_temp/cache-zip-downloads/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk_win-vs2022-cpu-py3/c9671dc865aa0fc1cb86df754e355b44d8e02bb4/default/3.zip 2025-08-14T20:52:36.0058182Z Downloading s3://gha-artifacts/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk_win-vs2022-cpu-py3/c9671dc865aa0fc1cb86df754e355b44d8e02bb4/default/4.zip 2025-08-14T20:52:36.0060218Z to /home/ec2-user/actions-runner/_work/_temp/cache-zip-downloads/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk_win-vs2022-cpu-py3/c9671dc865aa0fc1cb86df754e355b44d8e02bb4/default/4.zip 2025-08-14T20:52:36.0062277Z Downloading s3://gha-artifacts/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk_win-vs2022-cpu-py3/ced5cf042de1d4b573f258c9f770581d9574b990/default/1.zip 2025-08-14T20:52:36.0064377Z to /home/ec2-user/actions-runner/_work/_temp/cache-zip-downloads/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk_win-vs2022-cpu-py3/ced5cf042de1d4b573f258c9f770581d9574b990/default/1.zip 2025-08-14T20:52:36.0066413Z Downloading s3://gha-artifacts/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk_win-vs2022-cpu-py3/d25c4f954d599ea512e2f70cd6df101c21479d4c/default/1.zip 2025-08-14T20:52:36.0068529Z to /home/ec2-user/actions-runner/_work/_temp/cache-zip-downloads/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk_win-vs2022-cpu-py3/d25c4f954d599ea512e2f70cd6df101c21479d4c/default/1.zip 2025-08-14T20:52:36.0070607Z Downloading s3://gha-artifacts/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk_win-vs2022-cpu-py3/d3d359dbafa89173a371e2637f22b47398e94a24/default/1.zip 2025-08-14T20:52:36.0072818Z to /home/ec2-user/actions-runner/_work/_temp/cache-zip-downloads/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk_win-vs2022-cpu-py3/d3d359dbafa89173a371e2637f22b47398e94a24/default/1.zip 2025-08-14T20:52:36.0074846Z Downloading s3://gha-artifacts/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk_win-vs2022-cpu-py3/d3d359dbafa89173a371e2637f22b47398e94a24/default/2.zip 2025-08-14T20:52:36.0076959Z to /home/ec2-user/actions-runner/_work/_temp/cache-zip-downloads/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk_win-vs2022-cpu-py3/d3d359dbafa89173a371e2637f22b47398e94a24/default/2.zip 2025-08-14T20:52:36.0079142Z Downloading s3://gha-artifacts/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk_win-vs2022-cpu-py3/d3d359dbafa89173a371e2637f22b47398e94a24/default/4.zip 2025-08-14T20:52:36.0081194Z to /home/ec2-user/actions-runner/_work/_temp/cache-zip-downloads/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk_win-vs2022-cpu-py3/d3d359dbafa89173a371e2637f22b47398e94a24/default/4.zip 2025-08-14T20:52:36.0083229Z Downloading s3://gha-artifacts/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk_win-vs2022-cpu-py3/da4c7b4cedbaaf10754cca34cf5b052d9e880e6a/default/1.zip 2025-08-14T20:52:36.0085272Z to /home/ec2-user/actions-runner/_work/_temp/cache-zip-downloads/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk_win-vs2022-cpu-py3/da4c7b4cedbaaf10754cca34cf5b052d9e880e6a/default/1.zip 2025-08-14T20:52:36.0087336Z Downloading s3://gha-artifacts/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk_win-vs2022-cpu-py3/db0b7f1cc9bb3fe71aaf8b964a644147ae8e1c35/default/1.zip 2025-08-14T20:52:36.0089457Z to /home/ec2-user/actions-runner/_work/_temp/cache-zip-downloads/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk_win-vs2022-cpu-py3/db0b7f1cc9bb3fe71aaf8b964a644147ae8e1c35/default/1.zip 2025-08-14T20:52:36.0091474Z Downloading s3://gha-artifacts/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk_win-vs2022-cpu-py3/db78943a1ca13a32a3d6045eb15e2b719ee13a2f/default/2.zip 2025-08-14T20:52:36.0093513Z to /home/ec2-user/actions-runner/_work/_temp/cache-zip-downloads/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk_win-vs2022-cpu-py3/db78943a1ca13a32a3d6045eb15e2b719ee13a2f/default/2.zip 2025-08-14T20:52:36.0095557Z Downloading s3://gha-artifacts/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk_win-vs2022-cpu-py3/dd22ba09b4defe3957990904655be46c80991edc/default/2.zip 2025-08-14T20:52:36.0097576Z to /home/ec2-user/actions-runner/_work/_temp/cache-zip-downloads/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk_win-vs2022-cpu-py3/dd22ba09b4defe3957990904655be46c80991edc/default/2.zip 2025-08-14T20:52:36.0099603Z Downloading s3://gha-artifacts/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk_win-vs2022-cpu-py3/df55ec7d4b35f6d21691e9dd41c82f27de762948/default/1.zip 2025-08-14T20:52:36.0101643Z to /home/ec2-user/actions-runner/_work/_temp/cache-zip-downloads/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk_win-vs2022-cpu-py3/df55ec7d4b35f6d21691e9dd41c82f27de762948/default/1.zip 2025-08-14T20:52:36.0103659Z Downloading s3://gha-artifacts/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk_win-vs2022-cpu-py3/df55ec7d4b35f6d21691e9dd41c82f27de762948/default/2.zip 2025-08-14T20:52:36.0105695Z to /home/ec2-user/actions-runner/_work/_temp/cache-zip-downloads/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk_win-vs2022-cpu-py3/df55ec7d4b35f6d21691e9dd41c82f27de762948/default/2.zip 2025-08-14T20:52:36.0107719Z Downloading s3://gha-artifacts/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk_win-vs2022-cpu-py3/df55ec7d4b35f6d21691e9dd41c82f27de762948/default/3.zip 2025-08-14T20:52:36.0109829Z to /home/ec2-user/actions-runner/_work/_temp/cache-zip-downloads/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk_win-vs2022-cpu-py3/df55ec7d4b35f6d21691e9dd41c82f27de762948/default/3.zip 2025-08-14T20:52:36.0111925Z Downloading s3://gha-artifacts/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk_win-vs2022-cpu-py3/df55ec7d4b35f6d21691e9dd41c82f27de762948/default/4.zip 2025-08-14T20:52:36.0113960Z to /home/ec2-user/actions-runner/_work/_temp/cache-zip-downloads/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk_win-vs2022-cpu-py3/df55ec7d4b35f6d21691e9dd41c82f27de762948/default/4.zip 2025-08-14T20:52:36.0116004Z Downloading s3://gha-artifacts/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk_win-vs2022-cpu-py3/ea5b06ed5bc0e84f0d6a88a5b2b12ce71db78ac6/default/1.zip 2025-08-14T20:52:36.0118035Z to /home/ec2-user/actions-runner/_work/_temp/cache-zip-downloads/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk_win-vs2022-cpu-py3/ea5b06ed5bc0e84f0d6a88a5b2b12ce71db78ac6/default/1.zip 2025-08-14T20:52:36.3637227Z Downloading s3://gha-artifacts/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk_win-vs2022-cpu-py3/ebb032a2025684ebc3e1824bef635ef3548366d1/default/1.zip 2025-08-14T20:52:36.3639572Z to /home/ec2-user/actions-runner/_work/_temp/cache-zip-downloads/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk_win-vs2022-cpu-py3/ebb032a2025684ebc3e1824bef635ef3548366d1/default/1.zip 2025-08-14T20:52:36.3641656Z Downloading s3://gha-artifacts/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk_win-vs2022-cpu-py3/f0980fc0bbd656d6c02d23ad97e945353b314f35/default/2.zip 2025-08-14T20:52:36.3643682Z to /home/ec2-user/actions-runner/_work/_temp/cache-zip-downloads/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk_win-vs2022-cpu-py3/f0980fc0bbd656d6c02d23ad97e945353b314f35/default/2.zip 2025-08-14T20:52:36.3645725Z Downloading s3://gha-artifacts/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk_win-vs2022-cpu-py3/f0980fc0bbd656d6c02d23ad97e945353b314f35/default/4.zip 2025-08-14T20:52:36.3647772Z to /home/ec2-user/actions-runner/_work/_temp/cache-zip-downloads/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk_win-vs2022-cpu-py3/f0980fc0bbd656d6c02d23ad97e945353b314f35/default/4.zip 2025-08-14T20:52:36.3650626Z Unzipping /home/ec2-user/actions-runner/_work/_temp/cache-zip-downloads/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk_linux-jammy-cuda12_8-py3_10-gcc11/089c4a1ba007ed4abb3e5e0eafd97b7584566057/distributed/1.zip 2025-08-14T20:52:36.3652452Z to /home/ec2-user/actions-runner/_work/_temp/unzipped-caches/5ca572357f70b2618929e91ccfe410b7/.pytest_cache 2025-08-14T20:52:36.3654318Z Merging cache from /home/ec2-user/actions-runner/_work/_temp/cache-zip-downloads/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk_linux-jammy-cuda12_8-py3_10-gcc11/089c4a1ba007ed4abb3e5e0eafd97b7584566057/distributed/1.zip 2025-08-14T20:52:36.3657109Z Unzipping /home/ec2-user/actions-runner/_work/_temp/cache-zip-downloads/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk_linux-jammy-cuda12_8-py3_10-gcc11/089c4a1ba007ed4abb3e5e0eafd97b7584566057/distributed/2.zip 2025-08-14T20:52:36.3658924Z to /home/ec2-user/actions-runner/_work/_temp/unzipped-caches/e882e30c256a6cafbdd8e37d66b56310/.pytest_cache 2025-08-14T20:52:36.3660778Z Merging cache from /home/ec2-user/actions-runner/_work/_temp/cache-zip-downloads/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk_linux-jammy-cuda12_8-py3_10-gcc11/089c4a1ba007ed4abb3e5e0eafd97b7584566057/distributed/2.zip 2025-08-14T20:52:36.3663696Z Unzipping /home/ec2-user/actions-runner/_work/_temp/cache-zip-downloads/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk_linux-jammy-cuda12_8-py3_10-gcc11/089c4a1ba007ed4abb3e5e0eafd97b7584566057/distributed/3.zip 2025-08-14T20:52:36.3665494Z to /home/ec2-user/actions-runner/_work/_temp/unzipped-caches/b76c7530928677e7d011730d82716d8e/.pytest_cache 2025-08-14T20:52:36.3667340Z Merging cache from /home/ec2-user/actions-runner/_work/_temp/cache-zip-downloads/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk_linux-jammy-cuda12_8-py3_10-gcc11/089c4a1ba007ed4abb3e5e0eafd97b7584566057/distributed/3.zip 2025-08-14T20:52:36.3670174Z Unzipping /home/ec2-user/actions-runner/_work/_temp/cache-zip-downloads/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk_linux-jammy-cuda12_8-py3_10-gcc11/1196bb1c2e4d5a7edc09f2260e3034132f0c6c91/default/3.zip 2025-08-14T20:52:36.3671976Z to /home/ec2-user/actions-runner/_work/_temp/unzipped-caches/ef2acca6f208de5c89b6d6ed98d86e3f/.pytest_cache 2025-08-14T20:52:36.3673906Z Merging cache from /home/ec2-user/actions-runner/_work/_temp/cache-zip-downloads/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk_linux-jammy-cuda12_8-py3_10-gcc11/1196bb1c2e4d5a7edc09f2260e3034132f0c6c91/default/3.zip 2025-08-14T20:52:36.3676650Z Unzipping /home/ec2-user/actions-runner/_work/_temp/cache-zip-downloads/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk_linux-jammy-cuda12_8-py3_10-gcc11/1f4057c11ac941fb324386ca594d0a6882185aad/default/5.zip 2025-08-14T20:52:36.3678450Z to /home/ec2-user/actions-runner/_work/_temp/unzipped-caches/e217d6d10ebcd3e81510cea0d6d5522c/.pytest_cache 2025-08-14T20:52:36.3680274Z Merging cache from /home/ec2-user/actions-runner/_work/_temp/cache-zip-downloads/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk_linux-jammy-cuda12_8-py3_10-gcc11/1f4057c11ac941fb324386ca594d0a6882185aad/default/5.zip 2025-08-14T20:52:36.3683039Z Unzipping /home/ec2-user/actions-runner/_work/_temp/cache-zip-downloads/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk_linux-jammy-cuda12_8-py3_10-gcc11/1f4057c11ac941fb324386ca594d0a6882185aad/distributed/2.zip 2025-08-14T20:52:36.3684842Z to /home/ec2-user/actions-runner/_work/_temp/unzipped-caches/1336c8b69636d9e4b65058751d5599c3/.pytest_cache 2025-08-14T20:52:36.3686674Z Merging cache from /home/ec2-user/actions-runner/_work/_temp/cache-zip-downloads/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk_linux-jammy-cuda12_8-py3_10-gcc11/1f4057c11ac941fb324386ca594d0a6882185aad/distributed/2.zip 2025-08-14T20:52:36.3689457Z Unzipping /home/ec2-user/actions-runner/_work/_temp/cache-zip-downloads/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk_linux-jammy-cuda12_8-py3_10-gcc11/3cec82a7e9aea040a34dd7a2587ae6d3bd65dba0/default/3.zip 2025-08-14T20:52:36.3691247Z to /home/ec2-user/actions-runner/_work/_temp/unzipped-caches/e6836200e8089cc3184653dd2c7fc5de/.pytest_cache 2025-08-14T20:52:36.3693087Z Merging cache from /home/ec2-user/actions-runner/_work/_temp/cache-zip-downloads/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk_linux-jammy-cuda12_8-py3_10-gcc11/3cec82a7e9aea040a34dd7a2587ae6d3bd65dba0/default/3.zip 2025-08-14T20:52:36.3695893Z Unzipping /home/ec2-user/actions-runner/_work/_temp/cache-zip-downloads/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk_linux-jammy-cuda12_8-py3_10-gcc11/3ef2e1ef769582a82c6ddf150e9d11bf4bf1c44f/default/1.zip 2025-08-14T20:52:36.3697869Z to /home/ec2-user/actions-runner/_work/_temp/unzipped-caches/27096214f288629721f68d10c75b6038/.pytest_cache 2025-08-14T20:52:36.3699671Z Merging cache from /home/ec2-user/actions-runner/_work/_temp/cache-zip-downloads/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk_linux-jammy-cuda12_8-py3_10-gcc11/3ef2e1ef769582a82c6ddf150e9d11bf4bf1c44f/default/1.zip 2025-08-14T20:52:36.3702414Z Unzipping /home/ec2-user/actions-runner/_work/_temp/cache-zip-downloads/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk_linux-jammy-cuda12_8-py3_10-gcc11/56c828bef93eada0e18d2cc013207831ca80cc99/default/5.zip 2025-08-14T20:52:36.3704217Z to /home/ec2-user/actions-runner/_work/_temp/unzipped-caches/6ce67431ad50c63271b1fff068fd10b2/.pytest_cache 2025-08-14T20:52:36.3706113Z Merging cache from /home/ec2-user/actions-runner/_work/_temp/cache-zip-downloads/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk_linux-jammy-cuda12_8-py3_10-gcc11/56c828bef93eada0e18d2cc013207831ca80cc99/default/5.zip 2025-08-14T20:52:36.3708923Z Unzipping /home/ec2-user/actions-runner/_work/_temp/cache-zip-downloads/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk_linux-jammy-cuda12_8-py3_10-gcc11/6e8865fbc161270e2ffc52817e6c667df417a3f7/distributed/1.zip 2025-08-14T20:52:36.5016423Z to /home/ec2-user/actions-runner/_work/_temp/unzipped-caches/41fe9d00cd9c811a0611258fdeadf4e7/.pytest_cache 2025-08-14T20:52:36.5018519Z Merging cache from /home/ec2-user/actions-runner/_work/_temp/cache-zip-downloads/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk_linux-jammy-cuda12_8-py3_10-gcc11/6e8865fbc161270e2ffc52817e6c667df417a3f7/distributed/1.zip 2025-08-14T20:52:36.5021369Z Unzipping /home/ec2-user/actions-runner/_work/_temp/cache-zip-downloads/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk_linux-jammy-cuda12_8-py3_10-gcc11/6e8865fbc161270e2ffc52817e6c667df417a3f7/distributed/2.zip 2025-08-14T20:52:36.5023174Z to /home/ec2-user/actions-runner/_work/_temp/unzipped-caches/6cb4e97e88547b33d2ce2455eaf01a1d/.pytest_cache 2025-08-14T20:52:36.5025027Z Merging cache from /home/ec2-user/actions-runner/_work/_temp/cache-zip-downloads/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk_linux-jammy-cuda12_8-py3_10-gcc11/6e8865fbc161270e2ffc52817e6c667df417a3f7/distributed/2.zip 2025-08-14T20:52:36.5027830Z Unzipping /home/ec2-user/actions-runner/_work/_temp/cache-zip-downloads/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk_linux-jammy-cuda12_8-py3_10-gcc11/6e8865fbc161270e2ffc52817e6c667df417a3f7/distributed/3.zip 2025-08-14T20:52:36.5029699Z to /home/ec2-user/actions-runner/_work/_temp/unzipped-caches/a388cc8b6d2589e72230f70d79fc9f5f/.pytest_cache 2025-08-14T20:52:36.5031541Z Merging cache from /home/ec2-user/actions-runner/_work/_temp/cache-zip-downloads/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk_linux-jammy-cuda12_8-py3_10-gcc11/6e8865fbc161270e2ffc52817e6c667df417a3f7/distributed/3.zip 2025-08-14T20:52:36.5034532Z Unzipping /home/ec2-user/actions-runner/_work/_temp/cache-zip-downloads/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk_linux-jammy-cuda12_8-py3_10-gcc11/94b91a876327820a4bb6f5d39d156f13f2553ab6/default/3.zip 2025-08-14T20:52:36.5036355Z to /home/ec2-user/actions-runner/_work/_temp/unzipped-caches/c77cde9f5e0c5683e72b708887c60ba6/.pytest_cache 2025-08-14T20:52:36.5038167Z Merging cache from /home/ec2-user/actions-runner/_work/_temp/cache-zip-downloads/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk_linux-jammy-cuda12_8-py3_10-gcc11/94b91a876327820a4bb6f5d39d156f13f2553ab6/default/3.zip 2025-08-14T20:52:36.5040932Z Unzipping /home/ec2-user/actions-runner/_work/_temp/cache-zip-downloads/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk_linux-jammy-cuda12_8-py3_10-gcc11/9a0f7a3bb01b235ea04581ee540970a098071b72/distributed/1.zip 2025-08-14T20:52:36.5042756Z to /home/ec2-user/actions-runner/_work/_temp/unzipped-caches/64a82a6bf10afb1292b8e8153abcde59/.pytest_cache 2025-08-14T20:52:36.5044692Z Merging cache from /home/ec2-user/actions-runner/_work/_temp/cache-zip-downloads/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk_linux-jammy-cuda12_8-py3_10-gcc11/9a0f7a3bb01b235ea04581ee540970a098071b72/distributed/1.zip 2025-08-14T20:52:36.5047486Z Unzipping /home/ec2-user/actions-runner/_work/_temp/cache-zip-downloads/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk_linux-jammy-cuda12_8-py3_10-gcc11/9a0f7a3bb01b235ea04581ee540970a098071b72/distributed/2.zip 2025-08-14T20:52:36.5049663Z to /home/ec2-user/actions-runner/_work/_temp/unzipped-caches/f4154b94797a4a552eeff7292ee0756e/.pytest_cache 2025-08-14T20:52:36.5051500Z Merging cache from /home/ec2-user/actions-runner/_work/_temp/cache-zip-downloads/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk_linux-jammy-cuda12_8-py3_10-gcc11/9a0f7a3bb01b235ea04581ee540970a098071b72/distributed/2.zip 2025-08-14T20:52:36.5054293Z Unzipping /home/ec2-user/actions-runner/_work/_temp/cache-zip-downloads/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk_linux-jammy-cuda12_8-py3_10-gcc11/9a0f7a3bb01b235ea04581ee540970a098071b72/distributed/3.zip 2025-08-14T20:52:36.5056106Z to /home/ec2-user/actions-runner/_work/_temp/unzipped-caches/9f7fdec7f21ced71890b607ecb17c610/.pytest_cache 2025-08-14T20:52:36.5057948Z Merging cache from /home/ec2-user/actions-runner/_work/_temp/cache-zip-downloads/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk_linux-jammy-cuda12_8-py3_10-gcc11/9a0f7a3bb01b235ea04581ee540970a098071b72/distributed/3.zip 2025-08-14T20:52:36.5060720Z Unzipping /home/ec2-user/actions-runner/_work/_temp/cache-zip-downloads/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk_linux-jammy-cuda12_8-py3_10-gcc11/a5652407e4f3d772fc44486ac2abf756decf0861/distributed/3.zip 2025-08-14T20:52:36.5062530Z to /home/ec2-user/actions-runner/_work/_temp/unzipped-caches/73123c1a7b1aac00ec006b2f3b8ad598/.pytest_cache 2025-08-14T20:52:36.5064374Z Merging cache from /home/ec2-user/actions-runner/_work/_temp/cache-zip-downloads/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk_linux-jammy-cuda12_8-py3_10-gcc11/a5652407e4f3d772fc44486ac2abf756decf0861/distributed/3.zip 2025-08-14T20:52:36.5067241Z Unzipping /home/ec2-user/actions-runner/_work/_temp/cache-zip-downloads/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk_linux-jammy-cuda12_8-py3_10-gcc11/a7abf57aabec0ce686092e2d66e53ba185dbc56b/default/2.zip 2025-08-14T20:52:36.5069114Z to /home/ec2-user/actions-runner/_work/_temp/unzipped-caches/b5416924b1d7abdf030aa4b9e078d732/.pytest_cache 2025-08-14T20:52:36.5070946Z Merging cache from /home/ec2-user/actions-runner/_work/_temp/cache-zip-downloads/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk_linux-jammy-cuda12_8-py3_10-gcc11/a7abf57aabec0ce686092e2d66e53ba185dbc56b/default/2.zip 2025-08-14T20:52:36.5073677Z Unzipping /home/ec2-user/actions-runner/_work/_temp/cache-zip-downloads/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk_linux-jammy-cuda12_8-py3_10-gcc11/b219ca2a00a305753c4f1ea4c9c5d23243d54753/default/2.zip 2025-08-14T20:52:36.5075472Z to /home/ec2-user/actions-runner/_work/_temp/unzipped-caches/f511ba2a5d92fe48d18479a3d19485cd/.pytest_cache 2025-08-14T20:52:36.5077394Z Merging cache from /home/ec2-user/actions-runner/_work/_temp/cache-zip-downloads/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk_linux-jammy-cuda12_8-py3_10-gcc11/b219ca2a00a305753c4f1ea4c9c5d23243d54753/default/2.zip 2025-08-14T20:52:36.5080130Z Unzipping /home/ec2-user/actions-runner/_work/_temp/cache-zip-downloads/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk_linux-jammy-cuda12_8-py3_10-gcc11/b219ca2a00a305753c4f1ea4c9c5d23243d54753/default/4.zip 2025-08-14T20:52:36.5081904Z to /home/ec2-user/actions-runner/_work/_temp/unzipped-caches/2dfaf3762e44c0c633783a4da0a6044f/.pytest_cache 2025-08-14T20:52:36.5083736Z Merging cache from /home/ec2-user/actions-runner/_work/_temp/cache-zip-downloads/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk_linux-jammy-cuda12_8-py3_10-gcc11/b219ca2a00a305753c4f1ea4c9c5d23243d54753/default/4.zip 2025-08-14T20:52:36.5086499Z Unzipping /home/ec2-user/actions-runner/_work/_temp/cache-zip-downloads/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk_linux-jammy-cuda12_8-py3_10-gcc11/b219ca2a00a305753c4f1ea4c9c5d23243d54753/default/5.zip 2025-08-14T20:52:36.5088278Z to /home/ec2-user/actions-runner/_work/_temp/unzipped-caches/e1bfc340c0f6fb8b0e2c655de5332f23/.pytest_cache 2025-08-14T20:52:36.6712800Z Merging cache from /home/ec2-user/actions-runner/_work/_temp/cache-zip-downloads/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk_linux-jammy-cuda12_8-py3_10-gcc11/b219ca2a00a305753c4f1ea4c9c5d23243d54753/default/5.zip 2025-08-14T20:52:36.6715649Z Unzipping /home/ec2-user/actions-runner/_work/_temp/cache-zip-downloads/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk_linux-jammy-cuda12_8-py3_10-gcc11/b219ca2a00a305753c4f1ea4c9c5d23243d54753/distributed/3.zip 2025-08-14T20:52:36.6717497Z to /home/ec2-user/actions-runner/_work/_temp/unzipped-caches/3bfb0fcade1650f52c93f992c97d4440/.pytest_cache 2025-08-14T20:52:36.6719597Z Merging cache from /home/ec2-user/actions-runner/_work/_temp/cache-zip-downloads/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk_linux-jammy-cuda12_8-py3_10-gcc11/b219ca2a00a305753c4f1ea4c9c5d23243d54753/distributed/3.zip 2025-08-14T20:52:36.6722361Z Unzipping /home/ec2-user/actions-runner/_work/_temp/cache-zip-downloads/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk_linux-jammy-cuda12_8-py3_10-gcc11/d1950d4bb5cba8fb6b23e4d283eea5b9801737e2/default/5.zip 2025-08-14T20:52:36.6724353Z to /home/ec2-user/actions-runner/_work/_temp/unzipped-caches/299f8750f024242f839c0e0e1efcdd94/.pytest_cache 2025-08-14T20:52:36.6726201Z Merging cache from /home/ec2-user/actions-runner/_work/_temp/cache-zip-downloads/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk_linux-jammy-cuda12_8-py3_10-gcc11/d1950d4bb5cba8fb6b23e4d283eea5b9801737e2/default/5.zip 2025-08-14T20:52:36.6728955Z Unzipping /home/ec2-user/actions-runner/_work/_temp/cache-zip-downloads/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk_linux-jammy-cuda12_8-py3_10-gcc11/db32b60662b2f2bdcad980127d5dc4b66b02a7e4/default/5.zip 2025-08-14T20:52:36.6730755Z to /home/ec2-user/actions-runner/_work/_temp/unzipped-caches/4b6dd6cfcd2850147688908d473bf58f/.pytest_cache 2025-08-14T20:52:36.6732730Z Merging cache from /home/ec2-user/actions-runner/_work/_temp/cache-zip-downloads/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk_linux-jammy-cuda12_8-py3_10-gcc11/db32b60662b2f2bdcad980127d5dc4b66b02a7e4/default/5.zip 2025-08-14T20:52:36.6735483Z Unzipping /home/ec2-user/actions-runner/_work/_temp/cache-zip-downloads/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk_linux-jammy-cuda12_8-py3_10-gcc11/e9eb2096a59a79e7a94c3e28a0715e040369f34c/default/4.zip 2025-08-14T20:52:36.6737268Z to /home/ec2-user/actions-runner/_work/_temp/unzipped-caches/baad4c71ef4409abe207039904d4e3c5/.pytest_cache 2025-08-14T20:52:36.6739105Z Merging cache from /home/ec2-user/actions-runner/_work/_temp/cache-zip-downloads/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk_linux-jammy-cuda12_8-py3_10-gcc11/e9eb2096a59a79e7a94c3e28a0715e040369f34c/default/4.zip 2025-08-14T20:52:36.6741870Z Unzipping /home/ec2-user/actions-runner/_work/_temp/cache-zip-downloads/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk_linux-jammy-cuda12_8-py3_10-gcc11/ee9f8ba11d664b871a9e0c7933fdc8571635b78c/default/5.zip 2025-08-14T20:52:36.6743667Z to /home/ec2-user/actions-runner/_work/_temp/unzipped-caches/44c6701c2a111be87402d93f91b133f3/.pytest_cache 2025-08-14T20:52:36.6745488Z Merging cache from /home/ec2-user/actions-runner/_work/_temp/cache-zip-downloads/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk_linux-jammy-cuda12_8-py3_10-gcc11/ee9f8ba11d664b871a9e0c7933fdc8571635b78c/default/5.zip 2025-08-14T20:52:36.6748164Z Unzipping /home/ec2-user/actions-runner/_work/_temp/cache-zip-downloads/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk_win-vs2022-cpu-py3/04ac258cf6a60423a01d30cbe0886e741f5ea97d/default/1.zip 2025-08-14T20:52:36.6750162Z to /home/ec2-user/actions-runner/_work/_temp/unzipped-caches/e5c60534425508f8d9044730fdf3129e/.pytest_cache 2025-08-14T20:52:36.6751919Z Merging cache from /home/ec2-user/actions-runner/_work/_temp/cache-zip-downloads/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk_win-vs2022-cpu-py3/04ac258cf6a60423a01d30cbe0886e741f5ea97d/default/1.zip 2025-08-14T20:52:36.6754539Z Unzipping /home/ec2-user/actions-runner/_work/_temp/cache-zip-downloads/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk_win-vs2022-cpu-py3/0e3e377bd5126cfcc69d70c4d77b352d3404cc11/default/1.zip 2025-08-14T20:52:36.6756361Z to /home/ec2-user/actions-runner/_work/_temp/unzipped-caches/827e603815ef77c055bee2abd51e60a2/.pytest_cache 2025-08-14T20:52:36.6758138Z Merging cache from /home/ec2-user/actions-runner/_work/_temp/cache-zip-downloads/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk_win-vs2022-cpu-py3/0e3e377bd5126cfcc69d70c4d77b352d3404cc11/default/1.zip 2025-08-14T20:52:36.6760761Z Unzipping /home/ec2-user/actions-runner/_work/_temp/cache-zip-downloads/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk_win-vs2022-cpu-py3/0e3e377bd5126cfcc69d70c4d77b352d3404cc11/default/2.zip 2025-08-14T20:52:36.6762506Z to /home/ec2-user/actions-runner/_work/_temp/unzipped-caches/0b173b0afee102a07d3b3365005b3f4c/.pytest_cache 2025-08-14T20:52:36.6764259Z Merging cache from /home/ec2-user/actions-runner/_work/_temp/cache-zip-downloads/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk_win-vs2022-cpu-py3/0e3e377bd5126cfcc69d70c4d77b352d3404cc11/default/2.zip 2025-08-14T20:52:36.6766979Z Unzipping /home/ec2-user/actions-runner/_work/_temp/cache-zip-downloads/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk_win-vs2022-cpu-py3/0e3e377bd5126cfcc69d70c4d77b352d3404cc11/default/3.zip 2025-08-14T20:52:36.6768706Z to /home/ec2-user/actions-runner/_work/_temp/unzipped-caches/76fef83e414c992f9bc821e347aedbe6/.pytest_cache 2025-08-14T20:52:36.6770451Z Merging cache from /home/ec2-user/actions-runner/_work/_temp/cache-zip-downloads/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk_win-vs2022-cpu-py3/0e3e377bd5126cfcc69d70c4d77b352d3404cc11/default/3.zip 2025-08-14T20:52:36.6773067Z Unzipping /home/ec2-user/actions-runner/_work/_temp/cache-zip-downloads/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk_win-vs2022-cpu-py3/1371a98b0e727f8a8916dd473b6dd0cff78c0449/default/2.zip 2025-08-14T20:52:36.6774804Z to /home/ec2-user/actions-runner/_work/_temp/unzipped-caches/6912fcad4da318e5db4625acf324ceed/.pytest_cache 2025-08-14T20:52:36.6776556Z Merging cache from /home/ec2-user/actions-runner/_work/_temp/cache-zip-downloads/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk_win-vs2022-cpu-py3/1371a98b0e727f8a8916dd473b6dd0cff78c0449/default/2.zip 2025-08-14T20:52:36.6779168Z Unzipping /home/ec2-user/actions-runner/_work/_temp/cache-zip-downloads/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk_win-vs2022-cpu-py3/2040f001124037bce3c66af160a24080554a01db/default/3.zip 2025-08-14T20:52:36.6780901Z to /home/ec2-user/actions-runner/_work/_temp/unzipped-caches/d32a834be8fa8d98521e0e9555e767f8/.pytest_cache 2025-08-14T20:52:36.6782639Z Merging cache from /home/ec2-user/actions-runner/_work/_temp/cache-zip-downloads/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk_win-vs2022-cpu-py3/2040f001124037bce3c66af160a24080554a01db/default/3.zip 2025-08-14T20:52:36.8655484Z Unzipping /home/ec2-user/actions-runner/_work/_temp/cache-zip-downloads/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk_win-vs2022-cpu-py3/288bf54a23a49dd3b765b4e1c7313c706b46a08a/default/1.zip 2025-08-14T20:52:36.8657293Z to /home/ec2-user/actions-runner/_work/_temp/unzipped-caches/53abd4dead973a1f52d487e332d92f88/.pytest_cache 2025-08-14T20:52:36.8659302Z Merging cache from /home/ec2-user/actions-runner/_work/_temp/cache-zip-downloads/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk_win-vs2022-cpu-py3/288bf54a23a49dd3b765b4e1c7313c706b46a08a/default/1.zip 2025-08-14T20:52:36.8661925Z Unzipping /home/ec2-user/actions-runner/_work/_temp/cache-zip-downloads/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk_win-vs2022-cpu-py3/2a249f1967d29626fe6ac6a07f28440348d1cc93/default/1.zip 2025-08-14T20:52:36.8663685Z to /home/ec2-user/actions-runner/_work/_temp/unzipped-caches/1aa4070caeb97937a7158d0f30640d64/.pytest_cache 2025-08-14T20:52:36.8665452Z Merging cache from /home/ec2-user/actions-runner/_work/_temp/cache-zip-downloads/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk_win-vs2022-cpu-py3/2a249f1967d29626fe6ac6a07f28440348d1cc93/default/1.zip 2025-08-14T20:52:36.8668058Z Unzipping /home/ec2-user/actions-runner/_work/_temp/cache-zip-downloads/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk_win-vs2022-cpu-py3/310f901a71e53688866b14bb2f2b4c8eef9979b3/default/1.zip 2025-08-14T20:52:36.8670165Z to /home/ec2-user/actions-runner/_work/_temp/unzipped-caches/7420aa0313291f23bdabfda207fd7702/.pytest_cache 2025-08-14T20:52:36.8672032Z Merging cache from /home/ec2-user/actions-runner/_work/_temp/cache-zip-downloads/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk_win-vs2022-cpu-py3/310f901a71e53688866b14bb2f2b4c8eef9979b3/default/1.zip 2025-08-14T20:52:36.8674659Z Unzipping /home/ec2-user/actions-runner/_work/_temp/cache-zip-downloads/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk_win-vs2022-cpu-py3/387db86ef175bb16299650dd7b207054f0dfce45/default/1.zip 2025-08-14T20:52:36.8676380Z to /home/ec2-user/actions-runner/_work/_temp/unzipped-caches/0e4e81d8200fd51d59835c2e9b187d9a/.pytest_cache 2025-08-14T20:52:36.8678136Z Merging cache from /home/ec2-user/actions-runner/_work/_temp/cache-zip-downloads/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk_win-vs2022-cpu-py3/387db86ef175bb16299650dd7b207054f0dfce45/default/1.zip 2025-08-14T20:52:36.8680782Z Unzipping /home/ec2-user/actions-runner/_work/_temp/cache-zip-downloads/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk_win-vs2022-cpu-py3/3ac86e728dfaa7383ff7f865e9e7d33486188dae/default/1.zip 2025-08-14T20:52:36.8682492Z to /home/ec2-user/actions-runner/_work/_temp/unzipped-caches/65b211385ecabe8460a454ee5bd4e53c/.pytest_cache 2025-08-14T20:52:36.8684264Z Merging cache from /home/ec2-user/actions-runner/_work/_temp/cache-zip-downloads/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk_win-vs2022-cpu-py3/3ac86e728dfaa7383ff7f865e9e7d33486188dae/default/1.zip 2025-08-14T20:52:36.8686913Z Unzipping /home/ec2-user/actions-runner/_work/_temp/cache-zip-downloads/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk_win-vs2022-cpu-py3/3ac86e728dfaa7383ff7f865e9e7d33486188dae/default/2.zip 2025-08-14T20:52:36.8688634Z to /home/ec2-user/actions-runner/_work/_temp/unzipped-caches/b6508a5365bb905777dffb7bdc28c1eb/.pytest_cache 2025-08-14T20:52:36.8690406Z Merging cache from /home/ec2-user/actions-runner/_work/_temp/cache-zip-downloads/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk_win-vs2022-cpu-py3/3ac86e728dfaa7383ff7f865e9e7d33486188dae/default/2.zip 2025-08-14T20:52:36.8693109Z Unzipping /home/ec2-user/actions-runner/_work/_temp/cache-zip-downloads/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk_win-vs2022-cpu-py3/3ac86e728dfaa7383ff7f865e9e7d33486188dae/default/3.zip 2025-08-14T20:52:36.8694840Z to /home/ec2-user/actions-runner/_work/_temp/unzipped-caches/027cf0a3edd463012343506cef33eb4c/.pytest_cache 2025-08-14T20:52:36.8696600Z Merging cache from /home/ec2-user/actions-runner/_work/_temp/cache-zip-downloads/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk_win-vs2022-cpu-py3/3ac86e728dfaa7383ff7f865e9e7d33486188dae/default/3.zip 2025-08-14T20:52:36.8699250Z Unzipping /home/ec2-user/actions-runner/_work/_temp/cache-zip-downloads/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk_win-vs2022-cpu-py3/3ac86e728dfaa7383ff7f865e9e7d33486188dae/default/4.zip 2025-08-14T20:52:36.8700981Z to /home/ec2-user/actions-runner/_work/_temp/unzipped-caches/aa4dc7db77fa369d01c63136268bae4d/.pytest_cache 2025-08-14T20:52:36.8702855Z Merging cache from /home/ec2-user/actions-runner/_work/_temp/cache-zip-downloads/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk_win-vs2022-cpu-py3/3ac86e728dfaa7383ff7f865e9e7d33486188dae/default/4.zip 2025-08-14T20:52:36.8705483Z Unzipping /home/ec2-user/actions-runner/_work/_temp/cache-zip-downloads/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk_win-vs2022-cpu-py3/4416433c7c625127b7f975c92f8ec98ea4c67fd3/default/1.zip 2025-08-14T20:52:36.8707216Z to /home/ec2-user/actions-runner/_work/_temp/unzipped-caches/73d24d856fe3b8827cdb2d4d3f9eee84/.pytest_cache 2025-08-14T20:52:36.8709016Z Merging cache from /home/ec2-user/actions-runner/_work/_temp/cache-zip-downloads/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk_win-vs2022-cpu-py3/4416433c7c625127b7f975c92f8ec98ea4c67fd3/default/1.zip 2025-08-14T20:52:36.8711639Z Unzipping /home/ec2-user/actions-runner/_work/_temp/cache-zip-downloads/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk_win-vs2022-cpu-py3/4416433c7c625127b7f975c92f8ec98ea4c67fd3/default/3.zip 2025-08-14T20:52:36.8713368Z to /home/ec2-user/actions-runner/_work/_temp/unzipped-caches/527443934e4bdc9516e1f16125b6326c/.pytest_cache 2025-08-14T20:52:36.8715102Z Merging cache from /home/ec2-user/actions-runner/_work/_temp/cache-zip-downloads/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk_win-vs2022-cpu-py3/4416433c7c625127b7f975c92f8ec98ea4c67fd3/default/3.zip 2025-08-14T20:52:36.8717717Z Unzipping /home/ec2-user/actions-runner/_work/_temp/cache-zip-downloads/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk_win-vs2022-cpu-py3/4416433c7c625127b7f975c92f8ec98ea4c67fd3/default/5.zip 2025-08-14T20:52:36.8719463Z to /home/ec2-user/actions-runner/_work/_temp/unzipped-caches/42afdfd6b5b8a85bc5edcf6be2723ffb/.pytest_cache 2025-08-14T20:52:36.8721297Z Merging cache from /home/ec2-user/actions-runner/_work/_temp/cache-zip-downloads/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk_win-vs2022-cpu-py3/4416433c7c625127b7f975c92f8ec98ea4c67fd3/default/5.zip 2025-08-14T20:52:36.8724020Z Unzipping /home/ec2-user/actions-runner/_work/_temp/cache-zip-downloads/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk_win-vs2022-cpu-py3/4e0f179d0b7d86942052cc93879d58666ced0e01/default/1.zip 2025-08-14T20:52:36.8726110Z to /home/ec2-user/actions-runner/_work/_temp/unzipped-caches/eb78a7fcd1b1f2e5bd04ce0c326a07a5/.pytest_cache 2025-08-14T20:52:37.0752226Z Merging cache from /home/ec2-user/actions-runner/_work/_temp/cache-zip-downloads/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk_win-vs2022-cpu-py3/4e0f179d0b7d86942052cc93879d58666ced0e01/default/1.zip 2025-08-14T20:52:37.0754933Z Unzipping /home/ec2-user/actions-runner/_work/_temp/cache-zip-downloads/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk_win-vs2022-cpu-py3/52376b9b6fbf9fe24f5d82038dc520f0c64b6f8d/default/2.zip 2025-08-14T20:52:37.0757018Z to /home/ec2-user/actions-runner/_work/_temp/unzipped-caches/6f9f6cd10ca2c28f5aafa210e90b161d/.pytest_cache 2025-08-14T20:52:37.0759127Z Merging cache from /home/ec2-user/actions-runner/_work/_temp/cache-zip-downloads/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk_win-vs2022-cpu-py3/52376b9b6fbf9fe24f5d82038dc520f0c64b6f8d/default/2.zip 2025-08-14T20:52:37.0762077Z Unzipping /home/ec2-user/actions-runner/_work/_temp/cache-zip-downloads/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk_win-vs2022-cpu-py3/58c7cf9ede6311da5533dbcaf238a912176a6a85/default/1.zip 2025-08-14T20:52:37.0763897Z to /home/ec2-user/actions-runner/_work/_temp/unzipped-caches/d9f07f2f5668587f7bf67a0a8123223e/.pytest_cache 2025-08-14T20:52:37.0765795Z Merging cache from /home/ec2-user/actions-runner/_work/_temp/cache-zip-downloads/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk_win-vs2022-cpu-py3/58c7cf9ede6311da5533dbcaf238a912176a6a85/default/1.zip 2025-08-14T20:52:37.0768582Z Unzipping /home/ec2-user/actions-runner/_work/_temp/cache-zip-downloads/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk_win-vs2022-cpu-py3/5dddcd5b07c6644efca8d613f4eca1dc95daa87f/default/1.zip 2025-08-14T20:52:37.0770394Z to /home/ec2-user/actions-runner/_work/_temp/unzipped-caches/f5d521c30eb4e775d7db2b6a0e1c1778/.pytest_cache 2025-08-14T20:52:37.0772259Z Merging cache from /home/ec2-user/actions-runner/_work/_temp/cache-zip-downloads/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk_win-vs2022-cpu-py3/5dddcd5b07c6644efca8d613f4eca1dc95daa87f/default/1.zip 2025-08-14T20:52:37.0775018Z Unzipping /home/ec2-user/actions-runner/_work/_temp/cache-zip-downloads/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk_win-vs2022-cpu-py3/5dddcd5b07c6644efca8d613f4eca1dc95daa87f/default/2.zip 2025-08-14T20:52:37.0776867Z to /home/ec2-user/actions-runner/_work/_temp/unzipped-caches/d642f115794a7165aae7c30b9323b370/.pytest_cache 2025-08-14T20:52:37.0778701Z Merging cache from /home/ec2-user/actions-runner/_work/_temp/cache-zip-downloads/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk_win-vs2022-cpu-py3/5dddcd5b07c6644efca8d613f4eca1dc95daa87f/default/2.zip 2025-08-14T20:52:37.0781474Z Unzipping /home/ec2-user/actions-runner/_work/_temp/cache-zip-downloads/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk_win-vs2022-cpu-py3/5dddcd5b07c6644efca8d613f4eca1dc95daa87f/default/4.zip 2025-08-14T20:52:37.0783440Z to /home/ec2-user/actions-runner/_work/_temp/unzipped-caches/f4c4fed8d076e07c417915b8dc608114/.pytest_cache 2025-08-14T20:52:37.0785268Z Merging cache from /home/ec2-user/actions-runner/_work/_temp/cache-zip-downloads/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk_win-vs2022-cpu-py3/5dddcd5b07c6644efca8d613f4eca1dc95daa87f/default/4.zip 2025-08-14T20:52:37.0788030Z Unzipping /home/ec2-user/actions-runner/_work/_temp/cache-zip-downloads/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk_win-vs2022-cpu-py3/5e8b95605f5b348a58a0b0cfead20d546a329171/default/2.zip 2025-08-14T20:52:37.0789967Z to /home/ec2-user/actions-runner/_work/_temp/unzipped-caches/22127dfae0048dfdba8a4058a4748b2d/.pytest_cache 2025-08-14T20:52:37.0791794Z Merging cache from /home/ec2-user/actions-runner/_work/_temp/cache-zip-downloads/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk_win-vs2022-cpu-py3/5e8b95605f5b348a58a0b0cfead20d546a329171/default/2.zip 2025-08-14T20:52:37.0794625Z Unzipping /home/ec2-user/actions-runner/_work/_temp/cache-zip-downloads/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk_win-vs2022-cpu-py3/67e68e0785233a368f8cae30b37e9f9c607e2586/default/1.zip 2025-08-14T20:52:37.0796479Z to /home/ec2-user/actions-runner/_work/_temp/unzipped-caches/6b25909d42929362ca81495fb8280002/.pytest_cache 2025-08-14T20:52:37.0798328Z Merging cache from /home/ec2-user/actions-runner/_work/_temp/cache-zip-downloads/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk_win-vs2022-cpu-py3/67e68e0785233a368f8cae30b37e9f9c607e2586/default/1.zip 2025-08-14T20:52:37.0801027Z Unzipping /home/ec2-user/actions-runner/_work/_temp/cache-zip-downloads/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk_win-vs2022-cpu-py3/704594eb239dd26354304d3e5b399e8fd77070e8/default/1.zip 2025-08-14T20:52:37.0802866Z to /home/ec2-user/actions-runner/_work/_temp/unzipped-caches/35370eeb6be270b1bce53a3671c01771/.pytest_cache 2025-08-14T20:52:37.0804726Z Merging cache from /home/ec2-user/actions-runner/_work/_temp/cache-zip-downloads/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk_win-vs2022-cpu-py3/704594eb239dd26354304d3e5b399e8fd77070e8/default/1.zip 2025-08-14T20:52:37.0807407Z Unzipping /home/ec2-user/actions-runner/_work/_temp/cache-zip-downloads/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk_win-vs2022-cpu-py3/70ccdec44b89e355a2cb03ba14a634284f7750f8/default/1.zip 2025-08-14T20:52:37.0809288Z to /home/ec2-user/actions-runner/_work/_temp/unzipped-caches/720ebb553208ce1eb7d14c60ec5c7257/.pytest_cache 2025-08-14T20:52:37.0811158Z Merging cache from /home/ec2-user/actions-runner/_work/_temp/cache-zip-downloads/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk_win-vs2022-cpu-py3/70ccdec44b89e355a2cb03ba14a634284f7750f8/default/1.zip 2025-08-14T20:52:37.0813862Z Unzipping /home/ec2-user/actions-runner/_work/_temp/cache-zip-downloads/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk_win-vs2022-cpu-py3/7c37b8e1e02d6276d0531ee6f92d9184e2bd9785/default/3.zip 2025-08-14T20:52:37.0815729Z to /home/ec2-user/actions-runner/_work/_temp/unzipped-caches/c665e617feb62b95c0a5c6987a30a4b6/.pytest_cache 2025-08-14T20:52:37.0817589Z Merging cache from /home/ec2-user/actions-runner/_work/_temp/cache-zip-downloads/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk_win-vs2022-cpu-py3/7c37b8e1e02d6276d0531ee6f92d9184e2bd9785/default/3.zip 2025-08-14T20:52:37.0820470Z Unzipping /home/ec2-user/actions-runner/_work/_temp/cache-zip-downloads/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk_win-vs2022-cpu-py3/a04bd11895f7523f8b210dc42bbc064cb2ca06e8/default/1.zip 2025-08-14T20:52:37.0822270Z to /home/ec2-user/actions-runner/_work/_temp/unzipped-caches/29e0107b05d1fd15baa2807dd06982e2/.pytest_cache 2025-08-14T20:52:37.0824135Z Merging cache from /home/ec2-user/actions-runner/_work/_temp/cache-zip-downloads/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk_win-vs2022-cpu-py3/a04bd11895f7523f8b210dc42bbc064cb2ca06e8/default/1.zip 2025-08-14T20:52:37.0826913Z Unzipping /home/ec2-user/actions-runner/_work/_temp/cache-zip-downloads/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk_win-vs2022-cpu-py3/a288b15ea9f87ddd665f249d492e0fb0861f5a69/default/2.zip 2025-08-14T20:52:37.2836491Z to /home/ec2-user/actions-runner/_work/_temp/unzipped-caches/963dfa2c3fdec28daee01bd143d4a6d8/.pytest_cache 2025-08-14T20:52:37.2838648Z Merging cache from /home/ec2-user/actions-runner/_work/_temp/cache-zip-downloads/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk_win-vs2022-cpu-py3/a288b15ea9f87ddd665f249d492e0fb0861f5a69/default/2.zip 2025-08-14T20:52:37.2841387Z Unzipping /home/ec2-user/actions-runner/_work/_temp/cache-zip-downloads/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk_win-vs2022-cpu-py3/a78fb63dbdf98a1db219095293de1a11005e0390/default/1.zip 2025-08-14T20:52:37.2843395Z to /home/ec2-user/actions-runner/_work/_temp/unzipped-caches/4a96ac5cb5d817f9caaa9eb0a537aa5b/.pytest_cache 2025-08-14T20:52:37.2845387Z Merging cache from /home/ec2-user/actions-runner/_work/_temp/cache-zip-downloads/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk_win-vs2022-cpu-py3/a78fb63dbdf98a1db219095293de1a11005e0390/default/1.zip 2025-08-14T20:52:37.2848116Z Unzipping /home/ec2-user/actions-runner/_work/_temp/cache-zip-downloads/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk_win-vs2022-cpu-py3/a84b60c0c4016785fd93b7b8a0c04f2d0770d332/default/1.zip 2025-08-14T20:52:37.2850183Z to /home/ec2-user/actions-runner/_work/_temp/unzipped-caches/1deda7d1383759ead4d3a84fce3d57b9/.pytest_cache 2025-08-14T20:52:37.2852066Z Merging cache from /home/ec2-user/actions-runner/_work/_temp/cache-zip-downloads/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk_win-vs2022-cpu-py3/a84b60c0c4016785fd93b7b8a0c04f2d0770d332/default/1.zip 2025-08-14T20:52:37.2854794Z Unzipping /home/ec2-user/actions-runner/_work/_temp/cache-zip-downloads/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk_win-vs2022-cpu-py3/a84b60c0c4016785fd93b7b8a0c04f2d0770d332/default/2.zip 2025-08-14T20:52:37.2856803Z to /home/ec2-user/actions-runner/_work/_temp/unzipped-caches/376dd8beb7604a9c79d7aad133453eb2/.pytest_cache 2025-08-14T20:52:37.2858676Z Merging cache from /home/ec2-user/actions-runner/_work/_temp/cache-zip-downloads/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk_win-vs2022-cpu-py3/a84b60c0c4016785fd93b7b8a0c04f2d0770d332/default/2.zip 2025-08-14T20:52:37.2861503Z Unzipping /home/ec2-user/actions-runner/_work/_temp/cache-zip-downloads/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk_win-vs2022-cpu-py3/a84b60c0c4016785fd93b7b8a0c04f2d0770d332/default/3.zip 2025-08-14T20:52:37.2863448Z to /home/ec2-user/actions-runner/_work/_temp/unzipped-caches/f966c4bbb3f3911225ec9f12d4497dd2/.pytest_cache 2025-08-14T20:52:37.2865257Z Merging cache from /home/ec2-user/actions-runner/_work/_temp/cache-zip-downloads/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk_win-vs2022-cpu-py3/a84b60c0c4016785fd93b7b8a0c04f2d0770d332/default/3.zip 2025-08-14T20:52:37.2868112Z Unzipping /home/ec2-user/actions-runner/_work/_temp/cache-zip-downloads/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk_win-vs2022-cpu-py3/af10f1f86cc4effc93142a447693d8be55966615/default/1.zip 2025-08-14T20:52:37.2870118Z to /home/ec2-user/actions-runner/_work/_temp/unzipped-caches/cd386d20552ffe8a88ed90eb6e711037/.pytest_cache 2025-08-14T20:52:37.2872051Z Merging cache from /home/ec2-user/actions-runner/_work/_temp/cache-zip-downloads/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk_win-vs2022-cpu-py3/af10f1f86cc4effc93142a447693d8be55966615/default/1.zip 2025-08-14T20:52:37.2874754Z Unzipping /home/ec2-user/actions-runner/_work/_temp/cache-zip-downloads/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk_win-vs2022-cpu-py3/af10f1f86cc4effc93142a447693d8be55966615/default/4.zip 2025-08-14T20:52:37.2876667Z to /home/ec2-user/actions-runner/_work/_temp/unzipped-caches/0eb18c53f2adafd3b0db0522029e2806/.pytest_cache 2025-08-14T20:52:37.2878494Z Merging cache from /home/ec2-user/actions-runner/_work/_temp/cache-zip-downloads/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk_win-vs2022-cpu-py3/af10f1f86cc4effc93142a447693d8be55966615/default/4.zip 2025-08-14T20:52:37.2881191Z Unzipping /home/ec2-user/actions-runner/_work/_temp/cache-zip-downloads/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk_win-vs2022-cpu-py3/b0b3e6e48b97c69cf8e34f71f0feeb5157701275/default/3.zip 2025-08-14T20:52:37.2883084Z to /home/ec2-user/actions-runner/_work/_temp/unzipped-caches/39f595e5449ad8b12f4b4ba903f1212e/.pytest_cache 2025-08-14T20:52:37.2884935Z Merging cache from /home/ec2-user/actions-runner/_work/_temp/cache-zip-downloads/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk_win-vs2022-cpu-py3/b0b3e6e48b97c69cf8e34f71f0feeb5157701275/default/3.zip 2025-08-14T20:52:37.2887623Z Unzipping /home/ec2-user/actions-runner/_work/_temp/cache-zip-downloads/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk_win-vs2022-cpu-py3/b4b71d011ed07a41c2086ff0dec2988a63662877/default/2.zip 2025-08-14T20:52:37.2889504Z to /home/ec2-user/actions-runner/_work/_temp/unzipped-caches/8df5e7cdad16fbff2216a65249b584bb/.pytest_cache 2025-08-14T20:52:37.2891355Z Merging cache from /home/ec2-user/actions-runner/_work/_temp/cache-zip-downloads/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk_win-vs2022-cpu-py3/b4b71d011ed07a41c2086ff0dec2988a63662877/default/2.zip 2025-08-14T20:52:37.2894032Z Unzipping /home/ec2-user/actions-runner/_work/_temp/cache-zip-downloads/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk_win-vs2022-cpu-py3/c0e01263998a762c768bbeaca51af3bd8f5cfa73/default/3.zip 2025-08-14T20:52:37.2895977Z to /home/ec2-user/actions-runner/_work/_temp/unzipped-caches/a8fd9a2914413777725c4410d9a88a91/.pytest_cache 2025-08-14T20:52:37.2897840Z Merging cache from /home/ec2-user/actions-runner/_work/_temp/cache-zip-downloads/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk_win-vs2022-cpu-py3/c0e01263998a762c768bbeaca51af3bd8f5cfa73/default/3.zip 2025-08-14T20:52:37.2900506Z Unzipping /home/ec2-user/actions-runner/_work/_temp/cache-zip-downloads/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk_win-vs2022-cpu-py3/c687446374e67d5fc9698dc21f65c23dffdbe094/default/3.zip 2025-08-14T20:52:37.2902229Z to /home/ec2-user/actions-runner/_work/_temp/unzipped-caches/af39dd187d03de56e43e80e6e5124613/.pytest_cache 2025-08-14T20:52:37.2903980Z Merging cache from /home/ec2-user/actions-runner/_work/_temp/cache-zip-downloads/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk_win-vs2022-cpu-py3/c687446374e67d5fc9698dc21f65c23dffdbe094/default/3.zip 2025-08-14T20:52:37.2906654Z Unzipping /home/ec2-user/actions-runner/_work/_temp/cache-zip-downloads/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk_win-vs2022-cpu-py3/c7586d4ed3543d1ae01c7ded00bd01024d71180a/default/1.zip 2025-08-14T20:52:37.2908475Z to /home/ec2-user/actions-runner/_work/_temp/unzipped-caches/0b78cbdecf09aabd49a6d2cb0a5a0ba0/.pytest_cache 2025-08-14T20:52:37.2910252Z Merging cache from /home/ec2-user/actions-runner/_work/_temp/cache-zip-downloads/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk_win-vs2022-cpu-py3/c7586d4ed3543d1ae01c7ded00bd01024d71180a/default/1.zip 2025-08-14T20:52:37.4830275Z Unzipping /home/ec2-user/actions-runner/_work/_temp/cache-zip-downloads/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk_win-vs2022-cpu-py3/c9671dc865aa0fc1cb86df754e355b44d8e02bb4/default/1.zip 2025-08-14T20:52:37.4832082Z to /home/ec2-user/actions-runner/_work/_temp/unzipped-caches/b34bd921e8865f040ccf2cda5aa9cf96/.pytest_cache 2025-08-14T20:52:37.4833845Z Merging cache from /home/ec2-user/actions-runner/_work/_temp/cache-zip-downloads/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk_win-vs2022-cpu-py3/c9671dc865aa0fc1cb86df754e355b44d8e02bb4/default/1.zip 2025-08-14T20:52:37.4836494Z Unzipping /home/ec2-user/actions-runner/_work/_temp/cache-zip-downloads/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk_win-vs2022-cpu-py3/c9671dc865aa0fc1cb86df754e355b44d8e02bb4/default/2.zip 2025-08-14T20:52:37.4838243Z to /home/ec2-user/actions-runner/_work/_temp/unzipped-caches/dcbb012bdaca44a968b8b4cc9418b375/.pytest_cache 2025-08-14T20:52:37.4840015Z Merging cache from /home/ec2-user/actions-runner/_work/_temp/cache-zip-downloads/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk_win-vs2022-cpu-py3/c9671dc865aa0fc1cb86df754e355b44d8e02bb4/default/2.zip 2025-08-14T20:52:37.4842649Z Unzipping /home/ec2-user/actions-runner/_work/_temp/cache-zip-downloads/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk_win-vs2022-cpu-py3/c9671dc865aa0fc1cb86df754e355b44d8e02bb4/default/3.zip 2025-08-14T20:52:37.4844386Z to /home/ec2-user/actions-runner/_work/_temp/unzipped-caches/470473f3fe6a7fe78dd54cd1bc3a9ee1/.pytest_cache 2025-08-14T20:52:37.4846389Z Merging cache from /home/ec2-user/actions-runner/_work/_temp/cache-zip-downloads/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk_win-vs2022-cpu-py3/c9671dc865aa0fc1cb86df754e355b44d8e02bb4/default/3.zip 2025-08-14T20:52:37.4849203Z Unzipping /home/ec2-user/actions-runner/_work/_temp/cache-zip-downloads/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk_win-vs2022-cpu-py3/c9671dc865aa0fc1cb86df754e355b44d8e02bb4/default/4.zip 2025-08-14T20:52:37.4850947Z to /home/ec2-user/actions-runner/_work/_temp/unzipped-caches/183fa354ab9d0dd95dda3f9ab5ca0cea/.pytest_cache 2025-08-14T20:52:37.4852705Z Merging cache from /home/ec2-user/actions-runner/_work/_temp/cache-zip-downloads/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk_win-vs2022-cpu-py3/c9671dc865aa0fc1cb86df754e355b44d8e02bb4/default/4.zip 2025-08-14T20:52:37.4855335Z Unzipping /home/ec2-user/actions-runner/_work/_temp/cache-zip-downloads/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk_win-vs2022-cpu-py3/ced5cf042de1d4b573f258c9f770581d9574b990/default/1.zip 2025-08-14T20:52:37.4857167Z to /home/ec2-user/actions-runner/_work/_temp/unzipped-caches/dd40c9929b7f8d8f3fe572a6d46bd4d0/.pytest_cache 2025-08-14T20:52:37.4858940Z Merging cache from /home/ec2-user/actions-runner/_work/_temp/cache-zip-downloads/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk_win-vs2022-cpu-py3/ced5cf042de1d4b573f258c9f770581d9574b990/default/1.zip 2025-08-14T20:52:37.4861555Z Unzipping /home/ec2-user/actions-runner/_work/_temp/cache-zip-downloads/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk_win-vs2022-cpu-py3/d25c4f954d599ea512e2f70cd6df101c21479d4c/default/1.zip 2025-08-14T20:52:37.4863293Z to /home/ec2-user/actions-runner/_work/_temp/unzipped-caches/bce52dca8c8216212b91b0ccc2e74f9a/.pytest_cache 2025-08-14T20:52:37.4865094Z Merging cache from /home/ec2-user/actions-runner/_work/_temp/cache-zip-downloads/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk_win-vs2022-cpu-py3/d25c4f954d599ea512e2f70cd6df101c21479d4c/default/1.zip 2025-08-14T20:52:37.4867702Z Unzipping /home/ec2-user/actions-runner/_work/_temp/cache-zip-downloads/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk_win-vs2022-cpu-py3/d3d359dbafa89173a371e2637f22b47398e94a24/default/1.zip 2025-08-14T20:52:37.4869486Z to /home/ec2-user/actions-runner/_work/_temp/unzipped-caches/b2b5d8836a8bb90f5408c00898f368d2/.pytest_cache 2025-08-14T20:52:37.4871244Z Merging cache from /home/ec2-user/actions-runner/_work/_temp/cache-zip-downloads/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk_win-vs2022-cpu-py3/d3d359dbafa89173a371e2637f22b47398e94a24/default/1.zip 2025-08-14T20:52:37.4873881Z Unzipping /home/ec2-user/actions-runner/_work/_temp/cache-zip-downloads/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk_win-vs2022-cpu-py3/d3d359dbafa89173a371e2637f22b47398e94a24/default/2.zip 2025-08-14T20:52:37.4875609Z to /home/ec2-user/actions-runner/_work/_temp/unzipped-caches/6c1aec7c17efa774e8fa3fea178f7ccc/.pytest_cache 2025-08-14T20:52:37.4877380Z Merging cache from /home/ec2-user/actions-runner/_work/_temp/cache-zip-downloads/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk_win-vs2022-cpu-py3/d3d359dbafa89173a371e2637f22b47398e94a24/default/2.zip 2025-08-14T20:52:37.4880098Z Unzipping /home/ec2-user/actions-runner/_work/_temp/cache-zip-downloads/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk_win-vs2022-cpu-py3/d3d359dbafa89173a371e2637f22b47398e94a24/default/4.zip 2025-08-14T20:52:37.4881827Z to /home/ec2-user/actions-runner/_work/_temp/unzipped-caches/2190b8ee4a18fb8d95c4d57c8b83908b/.pytest_cache 2025-08-14T20:52:37.4883593Z Merging cache from /home/ec2-user/actions-runner/_work/_temp/cache-zip-downloads/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk_win-vs2022-cpu-py3/d3d359dbafa89173a371e2637f22b47398e94a24/default/4.zip 2025-08-14T20:52:37.4886206Z Unzipping /home/ec2-user/actions-runner/_work/_temp/cache-zip-downloads/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk_win-vs2022-cpu-py3/da4c7b4cedbaaf10754cca34cf5b052d9e880e6a/default/1.zip 2025-08-14T20:52:37.4887939Z to /home/ec2-user/actions-runner/_work/_temp/unzipped-caches/e8db073452e4e3ca5f449ec8c2664c59/.pytest_cache 2025-08-14T20:52:37.4889784Z Merging cache from /home/ec2-user/actions-runner/_work/_temp/cache-zip-downloads/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk_win-vs2022-cpu-py3/da4c7b4cedbaaf10754cca34cf5b052d9e880e6a/default/1.zip 2025-08-14T20:52:37.4892426Z Unzipping /home/ec2-user/actions-runner/_work/_temp/cache-zip-downloads/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk_win-vs2022-cpu-py3/db0b7f1cc9bb3fe71aaf8b964a644147ae8e1c35/default/1.zip 2025-08-14T20:52:37.4894160Z to /home/ec2-user/actions-runner/_work/_temp/unzipped-caches/aefe6b68a9308107d97a36f55c84f1be/.pytest_cache 2025-08-14T20:52:37.4895937Z Merging cache from /home/ec2-user/actions-runner/_work/_temp/cache-zip-downloads/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk_win-vs2022-cpu-py3/db0b7f1cc9bb3fe71aaf8b964a644147ae8e1c35/default/1.zip 2025-08-14T20:52:37.4898568Z Unzipping /home/ec2-user/actions-runner/_work/_temp/cache-zip-downloads/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk_win-vs2022-cpu-py3/db78943a1ca13a32a3d6045eb15e2b719ee13a2f/default/2.zip 2025-08-14T20:52:37.4900301Z to /home/ec2-user/actions-runner/_work/_temp/unzipped-caches/2f1fc28ffcaeef542dc32b7fa8583ba6/.pytest_cache 2025-08-14T20:52:37.6328333Z Merging cache from /home/ec2-user/actions-runner/_work/_temp/cache-zip-downloads/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk_win-vs2022-cpu-py3/db78943a1ca13a32a3d6045eb15e2b719ee13a2f/default/2.zip 2025-08-14T20:52:37.6331019Z Unzipping /home/ec2-user/actions-runner/_work/_temp/cache-zip-downloads/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk_win-vs2022-cpu-py3/dd22ba09b4defe3957990904655be46c80991edc/default/2.zip 2025-08-14T20:52:37.6332753Z to /home/ec2-user/actions-runner/_work/_temp/unzipped-caches/308539ec766827384ea59470eae48920/.pytest_cache 2025-08-14T20:52:37.6334496Z Merging cache from /home/ec2-user/actions-runner/_work/_temp/cache-zip-downloads/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk_win-vs2022-cpu-py3/dd22ba09b4defe3957990904655be46c80991edc/default/2.zip 2025-08-14T20:52:37.6337116Z Unzipping /home/ec2-user/actions-runner/_work/_temp/cache-zip-downloads/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk_win-vs2022-cpu-py3/df55ec7d4b35f6d21691e9dd41c82f27de762948/default/1.zip 2025-08-14T20:52:37.6339059Z to /home/ec2-user/actions-runner/_work/_temp/unzipped-caches/61e24e1e1de2573e3ec3ca23ea1c6977/.pytest_cache 2025-08-14T20:52:37.6340826Z Merging cache from /home/ec2-user/actions-runner/_work/_temp/cache-zip-downloads/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk_win-vs2022-cpu-py3/df55ec7d4b35f6d21691e9dd41c82f27de762948/default/1.zip 2025-08-14T20:52:37.6343452Z Unzipping /home/ec2-user/actions-runner/_work/_temp/cache-zip-downloads/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk_win-vs2022-cpu-py3/df55ec7d4b35f6d21691e9dd41c82f27de762948/default/2.zip 2025-08-14T20:52:37.6345192Z to /home/ec2-user/actions-runner/_work/_temp/unzipped-caches/b4c4a3032b804cee26b86feda27b28fd/.pytest_cache 2025-08-14T20:52:37.6346970Z Merging cache from /home/ec2-user/actions-runner/_work/_temp/cache-zip-downloads/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk_win-vs2022-cpu-py3/df55ec7d4b35f6d21691e9dd41c82f27de762948/default/2.zip 2025-08-14T20:52:37.6349894Z Unzipping /home/ec2-user/actions-runner/_work/_temp/cache-zip-downloads/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk_win-vs2022-cpu-py3/df55ec7d4b35f6d21691e9dd41c82f27de762948/default/3.zip 2025-08-14T20:52:37.6351640Z to /home/ec2-user/actions-runner/_work/_temp/unzipped-caches/7df7f7b2e1c2463b93915e4fc512d7fd/.pytest_cache 2025-08-14T20:52:37.6353411Z Merging cache from /home/ec2-user/actions-runner/_work/_temp/cache-zip-downloads/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk_win-vs2022-cpu-py3/df55ec7d4b35f6d21691e9dd41c82f27de762948/default/3.zip 2025-08-14T20:52:37.6356031Z Unzipping /home/ec2-user/actions-runner/_work/_temp/cache-zip-downloads/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk_win-vs2022-cpu-py3/df55ec7d4b35f6d21691e9dd41c82f27de762948/default/4.zip 2025-08-14T20:52:37.6357793Z to /home/ec2-user/actions-runner/_work/_temp/unzipped-caches/08c454ffbff83380b262277b6c26e69b/.pytest_cache 2025-08-14T20:52:37.6359578Z Merging cache from /home/ec2-user/actions-runner/_work/_temp/cache-zip-downloads/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk_win-vs2022-cpu-py3/df55ec7d4b35f6d21691e9dd41c82f27de762948/default/4.zip 2025-08-14T20:52:37.6362222Z Unzipping /home/ec2-user/actions-runner/_work/_temp/cache-zip-downloads/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk_win-vs2022-cpu-py3/ea5b06ed5bc0e84f0d6a88a5b2b12ce71db78ac6/default/1.zip 2025-08-14T20:52:37.6363974Z to /home/ec2-user/actions-runner/_work/_temp/unzipped-caches/1b331407543c7abd2f08e81baf607a08/.pytest_cache 2025-08-14T20:52:37.6365755Z Merging cache from /home/ec2-user/actions-runner/_work/_temp/cache-zip-downloads/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk_win-vs2022-cpu-py3/ea5b06ed5bc0e84f0d6a88a5b2b12ce71db78ac6/default/1.zip 2025-08-14T20:52:37.6368390Z Unzipping /home/ec2-user/actions-runner/_work/_temp/cache-zip-downloads/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk_win-vs2022-cpu-py3/ebb032a2025684ebc3e1824bef635ef3548366d1/default/1.zip 2025-08-14T20:52:37.6370228Z to /home/ec2-user/actions-runner/_work/_temp/unzipped-caches/fcd7746cccad2b0cad12620d13bf5e4b/.pytest_cache 2025-08-14T20:52:37.6372014Z Merging cache from /home/ec2-user/actions-runner/_work/_temp/cache-zip-downloads/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk_win-vs2022-cpu-py3/ebb032a2025684ebc3e1824bef635ef3548366d1/default/1.zip 2025-08-14T20:52:37.6374656Z Unzipping /home/ec2-user/actions-runner/_work/_temp/cache-zip-downloads/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk_win-vs2022-cpu-py3/f0980fc0bbd656d6c02d23ad97e945353b314f35/default/2.zip 2025-08-14T20:52:37.6376401Z to /home/ec2-user/actions-runner/_work/_temp/unzipped-caches/93f7b30e807bb70fc5c33625cbbce45c/.pytest_cache 2025-08-14T20:52:37.6378170Z Merging cache from /home/ec2-user/actions-runner/_work/_temp/cache-zip-downloads/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk_win-vs2022-cpu-py3/f0980fc0bbd656d6c02d23ad97e945353b314f35/default/2.zip 2025-08-14T20:52:37.6380935Z Unzipping /home/ec2-user/actions-runner/_work/_temp/cache-zip-downloads/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk_win-vs2022-cpu-py3/f0980fc0bbd656d6c02d23ad97e945353b314f35/default/4.zip 2025-08-14T20:52:37.6382679Z to /home/ec2-user/actions-runner/_work/_temp/unzipped-caches/9cc899d8e6dec1b9384bc235ec423b95/.pytest_cache 2025-08-14T20:52:37.6384469Z Merging cache from /home/ec2-user/actions-runner/_work/_temp/cache-zip-downloads/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk_win-vs2022-cpu-py3/f0980fc0bbd656d6c02d23ad97e945353b314f35/default/4.zip 2025-08-14T20:52:37.7029555Z ##[group]Run seemethere/download-artifact-s3@1da556a7aa0a088e3153970611f6c432d58e80e6 2025-08-14T20:52:37.7030078Z with: 2025-08-14T20:52:37.7030275Z name: llm_results 2025-08-14T20:52:37.7030527Z path: .additional_ci_files/llm_results 2025-08-14T20:52:37.7030830Z s3-bucket: gha-artifacts 2025-08-14T20:52:37.7031088Z region: us-east-1 2025-08-14T20:52:37.7031306Z ##[endgroup] 2025-08-14T20:52:38.2053069Z (node:40282) NOTE: We are formalizing our plans to enter AWS SDK for JavaScript (v2) into maintenance mode in 2023. 2025-08-14T20:52:38.2053579Z 2025-08-14T20:52:38.2053764Z Please migrate your code to use AWS SDK for JavaScript (v3). 2025-08-14T20:52:38.2054288Z For more information, check the migration guide at https://a.co/7PzMCcy 2025-08-14T20:52:38.2054843Z (Use `node --trace-warnings ...` to show where the warning was created) 2025-08-14T20:52:38.4980111Z Found 1 objects with prefix pytorch/pytorch/16976255045/llm_results/ 2025-08-14T20:52:38.4984986Z Starting download (1/1): /home/ec2-user/actions-runner/_work/pytorch/pytorch/.additional_ci_files/llm_results/mappings.zip 2025-08-14T20:52:38.5524836Z Finished download (1/1): /home/ec2-user/actions-runner/_work/pytorch/pytorch/.additional_ci_files/llm_results/mappings.zip 2025-08-14T20:52:38.5531084Z Artifact download has finished successfully 2025-08-14T20:52:38.5711451Z ##[group]Run unzip -o .additional_ci_files/llm_results/mappings.zip -d .additional_ci_files/llm_results || true 2025-08-14T20:52:38.5712356Z unzip -o .additional_ci_files/llm_results/mappings.zip -d .additional_ci_files/llm_results || true 2025-08-14T20:52:38.5712942Z python3 -m pip install boto3==1.35.42 2025-08-14T20:52:38.5713376Z python3 tools/testing/do_target_determination_for_s3.py 2025-08-14T20:52:38.5721137Z shell: /usr/bin/bash -e {0} 2025-08-14T20:52:38.5721414Z env: 2025-08-14T20:52:38.5721868Z GITHUB_TOKEN: *** 2025-08-14T20:52:38.5722113Z GITHUB_REPOSITORY: pytorch/pytorch 2025-08-14T20:52:38.5722571Z GITHUB_WORKFLOW: trunk 2025-08-14T20:52:38.5722831Z GITHUB_JOB: target-determination 2025-08-14T20:52:38.5723120Z GITHUB_RUN_ID: 16976255045 2025-08-14T20:52:38.5723373Z GITHUB_RUN_NUMBER: 140204 2025-08-14T20:52:38.5723633Z GITHUB_RUN_ATTEMPT: 1 2025-08-14T20:52:38.5723869Z GITHUB_REF: refs/heads/main 2025-08-14T20:52:38.5724177Z JOB_ID: 48126338353 2025-08-14T20:52:38.5724440Z JOB_NAME: before-test / target-determination 2025-08-14T20:52:38.5724763Z PR_NUMBER: 2025-08-14T20:52:38.5724961Z ##[endgroup] 2025-08-14T20:52:38.5795955Z Archive: .additional_ci_files/llm_results/mappings.zip 2025-08-14T20:52:38.5796667Z creating: .additional_ci_files/llm_results/mappings/ 2025-08-14T20:52:38.5801633Z inflating: .additional_ci_files/llm_results/mappings/indexer-files-gitdiff-output.json 2025-08-14T20:52:38.8211179Z Defaulting to user installation because normal site-packages is not writeable 2025-08-14T20:52:38.8381209Z Requirement already satisfied: boto3==1.35.42 in /home/ec2-user/.local/lib/python3.9/site-packages (1.35.42) 2025-08-14T20:52:38.8433269Z Requirement already satisfied: s3transfer<0.11.0,>=0.10.0 in /home/ec2-user/.local/lib/python3.9/site-packages (from boto3==1.35.42) (0.10.4) 2025-08-14T20:52:38.8437478Z Requirement already satisfied: botocore<1.36.0,>=1.35.42 in /home/ec2-user/.local/lib/python3.9/site-packages (from boto3==1.35.42) (1.35.99) 2025-08-14T20:52:38.8441623Z Requirement already satisfied: jmespath<2.0.0,>=0.7.1 in /usr/lib/python3.9/site-packages (from boto3==1.35.42) (0.10.0) 2025-08-14T20:52:38.8493439Z Requirement already satisfied: python-dateutil<3.0.0,>=2.1 in /usr/lib/python3.9/site-packages (from botocore<1.36.0,>=1.35.42->boto3==1.35.42) (2.8.1) 2025-08-14T20:52:38.8503066Z Requirement already satisfied: urllib3<1.27,>=1.25.4 in /usr/lib/python3.9/site-packages (from botocore<1.36.0,>=1.35.42->boto3==1.35.42) (1.25.10) 2025-08-14T20:52:38.8542544Z Requirement already satisfied: six>=1.5 in /usr/lib/python3.9/site-packages (from python-dateutil<3.0.0,>=2.1->botocore<1.36.0,>=1.35.42->boto3==1.35.42) (1.15.0) 2025-08-14T20:52:40.6824848Z Downloading https://raw.githubusercontent.com/pytorch/test-infra/generated-stats/stats/test-times.json to /home/ec2-user/actions-runner/_work/pytorch/pytorch/.additional_ci_files/test-times.json 2025-08-14T20:52:40.6827561Z Downloading https://raw.githubusercontent.com/pytorch/test-infra/generated-stats/stats/test-class-times.json to /home/ec2-user/actions-runner/_work/pytorch/pytorch/.additional_ci_files/test-class-times.json 2025-08-14T20:52:40.6829533Z Downloading https://raw.githubusercontent.com/pytorch/test-infra/generated-stats/stats/file_test_rating.json to /home/ec2-user/actions-runner/_work/pytorch/pytorch/.additional_ci_files/test-file-ratings.json 2025-08-14T20:52:40.6831370Z Downloading https://raw.githubusercontent.com/pytorch/test-infra/generated-stats/stats/file_test_class_rating.json to /home/ec2-user/actions-runner/_work/pytorch/pytorch/.additional_ci_files/test-class-ratings.json 2025-08-14T20:52:40.6833373Z Downloading https://raw.githubusercontent.com/pytorch/test-infra/generated-stats/stats/td_heuristic_historical_edited_files.json to /home/ec2-user/actions-runner/_work/pytorch/pytorch/.additional_ci_files/td_heuristic_historical_edited_files.json 2025-08-14T20:52:40.6835624Z Downloading https://raw.githubusercontent.com/pytorch/test-infra/generated-stats/stats/td_heuristic_profiling.json to /home/ec2-user/actions-runner/_work/pytorch/pytorch/.additional_ci_files/td_heuristic_profiling.json 2025-08-14T20:52:40.6836738Z Received 768 tests to prioritize 2025-08-14T20:52:40.6837015Z backends/xeon/test_launch 2025-08-14T20:52:40.6837304Z benchmark_utils/test_benchmark_utils 2025-08-14T20:52:40.6837745Z cpp_extensions/libtorch_agnostic_extension/test/test_libtorch_agnostic 2025-08-14T20:52:40.6838285Z cpp_extensions/python_agnostic_extension/test/test_python_agnostic 2025-08-14T20:52:40.6838767Z distributed/_composable/fsdp/test_fully_shard_autograd 2025-08-14T20:52:40.6839222Z distributed/_composable/fsdp/test_fully_shard_clip_grad_norm_ 2025-08-14T20:52:40.6839788Z distributed/_composable/fsdp/test_fully_shard_comm 2025-08-14T20:52:40.6840190Z distributed/_composable/fsdp/test_fully_shard_compile 2025-08-14T20:52:40.6840625Z distributed/_composable/fsdp/test_fully_shard_extensions 2025-08-14T20:52:40.6841072Z distributed/_composable/fsdp/test_fully_shard_frozen 2025-08-14T20:52:40.6841498Z distributed/_composable/fsdp/test_fully_shard_grad_scaler 2025-08-14T20:52:40.6841969Z distributed/_composable/fsdp/test_fully_shard_ignore_params 2025-08-14T20:52:40.6842401Z distributed/_composable/fsdp/test_fully_shard_init 2025-08-14T20:52:40.6842815Z distributed/_composable/fsdp/test_fully_shard_logging 2025-08-14T20:52:40.6843221Z distributed/_composable/fsdp/test_fully_shard_memory 2025-08-14T20:52:40.6843675Z distributed/_composable/fsdp/test_fully_shard_mixed_precision 2025-08-14T20:52:40.6844123Z distributed/_composable/fsdp/test_fully_shard_overlap 2025-08-14T20:52:40.6844544Z distributed/_composable/fsdp/test_fully_shard_state 2025-08-14T20:52:40.6845146Z distributed/_composable/fsdp/test_fully_shard_state_dict 2025-08-14T20:52:40.6845575Z distributed/_composable/fsdp/test_fully_shard_training 2025-08-14T20:52:40.6845967Z distributed/_composable/test_checkpoint 2025-08-14T20:52:40.6846394Z distributed/_composable/test_composability/test_2d_composability 2025-08-14T20:52:40.6846923Z distributed/_composable/test_composability/test_pp_composability 2025-08-14T20:52:40.6847346Z distributed/_composable/test_contract 2025-08-14T20:52:40.6847678Z distributed/_composable/test_replicate 2025-08-14T20:52:40.6848053Z distributed/_composable/test_replicate_with_compiler 2025-08-14T20:52:40.6848689Z distributed/_composable/test_replicate_with_fsdp 2025-08-14T20:52:40.6849112Z distributed/_shard/sharded_optim/test_sharded_optim 2025-08-14T20:52:40.6849518Z distributed/_shard/sharded_tensor/ops/test_binary_cmp 2025-08-14T20:52:40.6849940Z distributed/_shard/sharded_tensor/ops/test_embedding 2025-08-14T20:52:40.6850369Z distributed/_shard/sharded_tensor/ops/test_embedding_bag 2025-08-14T20:52:40.6850784Z distributed/_shard/sharded_tensor/ops/test_init 2025-08-14T20:52:40.6851175Z distributed/_shard/sharded_tensor/ops/test_tensor_ops 2025-08-14T20:52:40.6851574Z distributed/_shard/sharded_tensor/test_logger 2025-08-14T20:52:40.6851968Z distributed/_shard/sharded_tensor/test_sharded_tensor 2025-08-14T20:52:40.6852406Z distributed/_shard/sharded_tensor/test_sharded_tensor_reshard 2025-08-14T20:52:40.6852852Z distributed/_shard/sharding_plan/test_sharding_plan 2025-08-14T20:52:40.6853241Z distributed/_shard/sharding_spec/test_sharding_spec 2025-08-14T20:52:40.6853603Z distributed/_shard/test_sharder 2025-08-14T20:52:40.6853905Z distributed/_tools/test_fake_collectives 2025-08-14T20:52:40.6854243Z distributed/_tools/test_fsdp2_mem_tracker 2025-08-14T20:52:40.6854572Z distributed/_tools/test_mem_tracker 2025-08-14T20:52:40.6854874Z distributed/_tools/test_memory_tracker 2025-08-14T20:52:40.6855205Z distributed/_tools/test_mod_tracker 2025-08-14T20:52:40.6855514Z distributed/_tools/test_runtime_estimator 2025-08-14T20:52:40.6855840Z distributed/_tools/test_sac_estimator 2025-08-14T20:52:40.6856139Z distributed/_tools/test_sac_ilp 2025-08-14T20:52:40.6856646Z distributed/algorithms/ddp_comm_hooks/test_ddp_hooks 2025-08-14T20:52:40.6857072Z distributed/algorithms/quantization/test_quantization 2025-08-14T20:52:40.6857452Z distributed/algorithms/test_join 2025-08-14T20:52:40.6857803Z distributed/checkpoint/_experimental/test_barriers 2025-08-14T20:52:40.6858195Z distributed/checkpoint/_experimental/test_builder 2025-08-14T20:52:40.6858648Z distributed/checkpoint/_experimental/test_checkpoint_process 2025-08-14T20:52:40.6859138Z distributed/checkpoint/_experimental/test_checkpoint_reader 2025-08-14T20:52:40.6859631Z distributed/checkpoint/_experimental/test_checkpoint_writer 2025-08-14T20:52:40.6860139Z distributed/checkpoint/_experimental/test_checkpointer 2025-08-14T20:52:40.6860676Z distributed/checkpoint/_experimental/test_staging 2025-08-14T20:52:40.6861063Z distributed/checkpoint/_experimental/test_types 2025-08-14T20:52:40.6861462Z distributed/checkpoint/e2e/test_e2e_save_and_load 2025-08-14T20:52:40.6861839Z distributed/checkpoint/e2e/test_fine_tuning 2025-08-14T20:52:40.6862184Z distributed/checkpoint/e2e/test_fsdp_ep 2025-08-14T20:52:40.6862528Z distributed/checkpoint/fsdp/test_fsdp_dsd 2025-08-14T20:52:40.6862890Z distributed/checkpoint/test_async_process_executor 2025-08-14T20:52:40.6863261Z distributed/checkpoint/test_checkpoint 2025-08-14T20:52:40.6863590Z distributed/checkpoint/test_compatibility 2025-08-14T20:52:40.6863984Z distributed/checkpoint/test_consolidate_hf_safetensors 2025-08-14T20:52:40.6864469Z distributed/checkpoint/test_dedup_tensors 2025-08-14T20:52:40.6864829Z distributed/checkpoint/test_dtensor_checkpoint 2025-08-14T20:52:40.6865212Z distributed/checkpoint/test_dtensor_resharding 2025-08-14T20:52:40.6865601Z distributed/checkpoint/test_file_system_checkpoint 2025-08-14T20:52:40.6866028Z distributed/checkpoint/test_file_system_checkpoint_cpu 2025-08-14T20:52:40.6866415Z distributed/checkpoint/test_format_utils 2025-08-14T20:52:40.6866774Z distributed/checkpoint/test_fsdp_model_state 2025-08-14T20:52:40.6867135Z distributed/checkpoint/test_fsdp_optim_state 2025-08-14T20:52:40.6867554Z distributed/checkpoint/test_fsdp_tp_checkpoint_conversion 2025-08-14T20:52:40.6867948Z distributed/checkpoint/test_fsspec 2025-08-14T20:52:40.6868343Z distributed/checkpoint/test_hf_safetensor_e2e 2025-08-14T20:52:40.6868714Z distributed/checkpoint/test_hf_storage 2025-08-14T20:52:40.6869067Z distributed/checkpoint/test_hsdp_checkpoint 2025-08-14T20:52:40.6869423Z distributed/checkpoint/test_nested_dict 2025-08-14T20:52:40.6869755Z distributed/checkpoint/test_pg_transport 2025-08-14T20:52:40.6870095Z distributed/checkpoint/test_planner 2025-08-14T20:52:40.6870415Z distributed/checkpoint/test_save_load_api 2025-08-14T20:52:40.6870763Z distributed/checkpoint/test_state_dict 2025-08-14T20:52:40.6871116Z distributed/checkpoint/test_state_dict_stager 2025-08-14T20:52:40.6871477Z distributed/checkpoint/test_state_dict_utils 2025-08-14T20:52:40.6871842Z distributed/checkpoint/test_tp_checkpoint 2025-08-14T20:52:40.6872174Z distributed/checkpoint/test_traverse 2025-08-14T20:52:40.6872499Z distributed/checkpoint/test_utils 2025-08-14T20:52:40.6872804Z distributed/elastic/events/lib_test 2025-08-14T20:52:40.6873125Z distributed/elastic/metrics/api_test 2025-08-14T20:52:40.6873460Z distributed/elastic/multiprocessing/api_test 2025-08-14T20:52:40.6873819Z distributed/elastic/test_control_plane 2025-08-14T20:52:40.6874150Z distributed/elastic/timer/api_test 2025-08-14T20:52:40.6874472Z distributed/elastic/timer/local_timer_example 2025-08-14T20:52:40.6874835Z distributed/elastic/timer/local_timer_test 2025-08-14T20:52:40.6875171Z distributed/elastic/utils/distributed_test 2025-08-14T20:52:40.6875514Z distributed/elastic/utils/logging_test 2025-08-14T20:52:40.6875825Z distributed/elastic/utils/util_test 2025-08-14T20:52:40.6876164Z distributed/flight_recorder/test_fr_analysis 2025-08-14T20:52:40.6876510Z distributed/fsdp/test_checkpoint_wrapper 2025-08-14T20:52:40.6876961Z distributed/fsdp/test_distributed_checkpoint 2025-08-14T20:52:40.6877305Z distributed/fsdp/test_fsdp_apply 2025-08-14T20:52:40.6877622Z distributed/fsdp/test_fsdp_backward_prefetch 2025-08-14T20:52:40.6877970Z distributed/fsdp/test_fsdp_checkpoint 2025-08-14T20:52:40.6878289Z distributed/fsdp/test_fsdp_clip_grad_norm 2025-08-14T20:52:40.6878619Z distributed/fsdp/test_fsdp_comm 2025-08-14T20:52:40.6878912Z distributed/fsdp/test_fsdp_comm_hooks 2025-08-14T20:52:40.6879230Z distributed/fsdp/test_fsdp_core 2025-08-14T20:52:40.6879546Z distributed/fsdp/test_fsdp_dtensor_state_dict 2025-08-14T20:52:40.6879896Z distributed/fsdp/test_fsdp_exec_order 2025-08-14T20:52:40.6880210Z distributed/fsdp/test_fsdp_fine_tune 2025-08-14T20:52:40.6880605Z distributed/fsdp/test_fsdp_flatten_params 2025-08-14T20:52:40.6880955Z distributed/fsdp/test_fsdp_freezing_weights 2025-08-14T20:52:40.6881281Z distributed/fsdp/test_fsdp_fx 2025-08-14T20:52:40.6881587Z distributed/fsdp/test_fsdp_grad_acc 2025-08-14T20:52:40.6881900Z distributed/fsdp/test_fsdp_hybrid_shard 2025-08-14T20:52:40.6882247Z distributed/fsdp/test_fsdp_ignored_modules 2025-08-14T20:52:40.6882568Z distributed/fsdp/test_fsdp_input 2025-08-14T20:52:40.6882876Z distributed/fsdp/test_fsdp_memory 2025-08-14T20:52:40.6883178Z distributed/fsdp/test_fsdp_meta 2025-08-14T20:52:40.6883473Z distributed/fsdp/test_fsdp_misc 2025-08-14T20:52:40.6883790Z distributed/fsdp/test_fsdp_mixed_precision 2025-08-14T20:52:40.6884128Z distributed/fsdp/test_fsdp_multiple_forward 2025-08-14T20:52:40.6884490Z distributed/fsdp/test_fsdp_multiple_wrapping 2025-08-14T20:52:40.6884829Z distributed/fsdp/test_fsdp_optim_state 2025-08-14T20:52:40.6885157Z distributed/fsdp/test_fsdp_overlap 2025-08-14T20:52:40.6885460Z distributed/fsdp/test_fsdp_pure_fp16 2025-08-14T20:52:40.6885807Z distributed/fsdp/test_fsdp_sharded_grad_scaler 2025-08-14T20:52:40.6886148Z distributed/fsdp/test_fsdp_state_dict 2025-08-14T20:52:40.6886480Z distributed/fsdp/test_fsdp_tp_integration 2025-08-14T20:52:40.6886820Z distributed/fsdp/test_fsdp_traversal 2025-08-14T20:52:40.6887126Z distributed/fsdp/test_fsdp_uneven 2025-08-14T20:52:40.6887450Z distributed/fsdp/test_fsdp_unshard_params 2025-08-14T20:52:40.6887785Z distributed/fsdp/test_fsdp_use_orig_params 2025-08-14T20:52:40.6888144Z distributed/fsdp/test_hsdp_dtensor_state_dict 2025-08-14T20:52:40.6888480Z distributed/fsdp/test_shard_utils 2025-08-14T20:52:40.6888786Z distributed/fsdp/test_utils 2025-08-14T20:52:40.6889057Z distributed/fsdp/test_wrap 2025-08-14T20:52:40.6889338Z distributed/launcher/test_run 2025-08-14T20:52:40.6889618Z distributed/nn/jit/test_instantiator 2025-08-14T20:52:40.6889983Z distributed/optim/test_apply_optimizer_in_backward 2025-08-14T20:52:40.6890358Z distributed/optim/test_named_optimizer 2025-08-14T20:52:40.6890702Z distributed/optim/test_zero_redundancy_optimizer 2025-08-14T20:52:40.6891071Z distributed/pipelining/test_backward 2025-08-14T20:52:40.6891390Z distributed/pipelining/test_microbatch 2025-08-14T20:52:40.6891713Z distributed/pipelining/test_pipe 2025-08-14T20:52:40.6892013Z distributed/pipelining/test_schedule 2025-08-14T20:52:40.6892363Z distributed/pipelining/test_schedule_multiproc 2025-08-14T20:52:40.6892705Z distributed/pipelining/test_stage 2025-08-14T20:52:40.6893024Z distributed/pipelining/test_transformer 2025-08-14T20:52:40.6893353Z distributed/pipelining/test_unflatten 2025-08-14T20:52:40.6893675Z distributed/rpc/cuda/test_tensorpipe_agent 2025-08-14T20:52:40.6894008Z distributed/rpc/test_faulty_agent 2025-08-14T20:52:40.6894297Z distributed/rpc/test_share_memory 2025-08-14T20:52:40.6894609Z distributed/rpc/test_tensorpipe_agent 2025-08-14T20:52:40.6894929Z distributed/tensor/debug/test_comm_mode 2025-08-14T20:52:40.6895288Z distributed/tensor/debug/test_comm_mode_features 2025-08-14T20:52:40.6895644Z distributed/tensor/debug/test_op_coverage 2025-08-14T20:52:40.6896005Z distributed/tensor/experimental/test_local_map 2025-08-14T20:52:40.6896842Z distributed/tensor/experimental/test_register_sharding 2025-08-14T20:52:40.6897265Z distributed/tensor/experimental/test_tp_transform 2025-08-14T20:52:40.6897675Z distributed/tensor/parallel/test_micro_pipeline_tp 2025-08-14T20:52:40.6898067Z distributed/tensor/parallel/test_parallelize_api 2025-08-14T20:52:40.6898453Z distributed/tensor/parallel/test_tp_examples 2025-08-14T20:52:40.6898821Z distributed/tensor/parallel/test_tp_random_state 2025-08-14T20:52:40.6899204Z distributed/tensor/parallel/test_tp_style 2025-08-14T20:52:40.6899523Z distributed/tensor/test_api 2025-08-14T20:52:40.6899815Z distributed/tensor/test_attention 2025-08-14T20:52:40.6900130Z distributed/tensor/test_common_rules 2025-08-14T20:52:40.6900530Z distributed/tensor/test_convolution_ops 2025-08-14T20:52:40.6900854Z distributed/tensor/test_dtensor 2025-08-14T20:52:40.6911567Z distributed/tensor/test_dtensor_compile 2025-08-14T20:52:40.6912093Z distributed/tensor/test_dtensor_dispatch_overhead 2025-08-14T20:52:40.6912496Z distributed/tensor/test_dtensor_ops 2025-08-14T20:52:40.6912812Z distributed/tensor/test_embedding_ops 2025-08-14T20:52:40.6913152Z distributed/tensor/test_experimental_ops 2025-08-14T20:52:40.6913481Z distributed/tensor/test_init 2025-08-14T20:52:40.6913762Z distributed/tensor/test_math_ops 2025-08-14T20:52:40.6914068Z distributed/tensor/test_matrix_ops 2025-08-14T20:52:40.6914372Z distributed/tensor/test_op_strategy 2025-08-14T20:52:40.6914689Z distributed/tensor/test_optimizers 2025-08-14T20:52:40.6914991Z distributed/tensor/test_pointwise_ops 2025-08-14T20:52:40.6915309Z distributed/tensor/test_random_ops 2025-08-14T20:52:40.6915610Z distributed/tensor/test_redistribute 2025-08-14T20:52:40.6915937Z distributed/tensor/test_tensor_ops 2025-08-14T20:52:40.6916248Z distributed/tensor/test_utils 2025-08-14T20:52:40.6916527Z distributed/tensor/test_view_ops 2025-08-14T20:52:40.6916846Z distributed/tensor/test_xla_integration 2025-08-14T20:52:40.6917165Z distributed/test_backends 2025-08-14T20:52:40.6917441Z distributed/test_c10d_common 2025-08-14T20:52:40.6917731Z distributed/test_c10d_functional_native 2025-08-14T20:52:40.6918052Z distributed/test_c10d_gloo 2025-08-14T20:52:40.6918316Z distributed/test_c10d_logger 2025-08-14T20:52:40.6918593Z distributed/test_c10d_nccl 2025-08-14T20:52:40.6918873Z distributed/test_c10d_object_collectives 2025-08-14T20:52:40.6919196Z distributed/test_c10d_ops_nccl 2025-08-14T20:52:40.6919482Z distributed/test_c10d_pypg 2025-08-14T20:52:40.6919747Z distributed/test_c10d_spawn_gloo 2025-08-14T20:52:40.6920042Z distributed/test_c10d_spawn_nccl 2025-08-14T20:52:40.6920323Z distributed/test_c10d_spawn_ucc 2025-08-14T20:52:40.6920619Z distributed/test_c10d_ucc 2025-08-14T20:52:40.6920887Z distributed/test_collective_utils 2025-08-14T20:52:40.6921196Z distributed/test_composability 2025-08-14T20:52:40.6921492Z distributed/test_compute_comm_reordering 2025-08-14T20:52:40.6921825Z distributed/test_control_collectives 2025-08-14T20:52:40.6922136Z distributed/test_data_parallel 2025-08-14T20:52:40.6922429Z distributed/test_device_mesh 2025-08-14T20:52:40.6922708Z distributed/test_dist2 2025-08-14T20:52:40.6922968Z distributed/test_distributed_spawn 2025-08-14T20:52:40.6923290Z distributed/test_dynamo_distributed 2025-08-14T20:52:40.6923578Z distributed/test_fake_pg 2025-08-14T20:52:40.6923858Z distributed/test_functional_api 2025-08-14T20:52:40.6924155Z distributed/test_inductor_collectives 2025-08-14T20:52:40.6924470Z distributed/test_launcher 2025-08-14T20:52:40.6924736Z distributed/test_multi_threaded_pg 2025-08-14T20:52:40.6925036Z distributed/test_nccl 2025-08-14T20:52:40.6925282Z distributed/test_nvshmem 2025-08-14T20:52:40.6925562Z distributed/test_nvshmem_triton 2025-08-14T20:52:40.6925856Z distributed/test_p2p_ipc 2025-08-14T20:52:40.6926117Z distributed/test_pg_wrapper 2025-08-14T20:52:40.6926403Z distributed/test_serialization 2025-08-14T20:52:40.6926674Z distributed/test_store 2025-08-14T20:52:40.6927101Z distributed/test_symmetric_memory 2025-08-14T20:52:40.6927404Z distributions/test_constraints 2025-08-14T20:52:40.6927705Z distributions/test_distributions 2025-08-14T20:52:40.6927977Z doctests 2025-08-14T20:52:40.6928203Z dynamo/cpython/3_13/test_baseexception 2025-08-14T20:52:40.6928506Z dynamo/cpython/3_13/test_bool 2025-08-14T20:52:40.6928788Z dynamo/cpython/3_13/test_cmath 2025-08-14T20:52:40.6929080Z dynamo/cpython/3_13/test_collections 2025-08-14T20:52:40.6929375Z dynamo/cpython/3_13/test_complex 2025-08-14T20:52:40.6929673Z dynamo/cpython/3_13/test_contextlib 2025-08-14T20:52:40.6929970Z dynamo/cpython/3_13/test_defaultdict 2025-08-14T20:52:40.6930349Z dynamo/cpython/3_13/test_dict 2025-08-14T20:52:40.6930645Z dynamo/cpython/3_13/test_exception_variations 2025-08-14T20:52:40.6930994Z dynamo/cpython/3_13/test_exceptions 2025-08-14T20:52:40.6931282Z dynamo/cpython/3_13/test_float 2025-08-14T20:52:40.6931584Z dynamo/cpython/3_13/test_generator_stop 2025-08-14T20:52:40.6931895Z dynamo/cpython/3_13/test_generators 2025-08-14T20:52:40.6932200Z dynamo/cpython/3_13/test_heapq 2025-08-14T20:52:40.6932487Z dynamo/cpython/3_13/test_int 2025-08-14T20:52:40.6932755Z dynamo/cpython/3_13/test_int_literal 2025-08-14T20:52:40.6933053Z dynamo/cpython/3_13/test_iter 2025-08-14T20:52:40.6933334Z dynamo/cpython/3_13/test_itertools 2025-08-14T20:52:40.6933620Z dynamo/cpython/3_13/test_list 2025-08-14T20:52:40.6933899Z dynamo/cpython/3_13/test_math 2025-08-14T20:52:40.6934178Z dynamo/cpython/3_13/test_numeric_tower 2025-08-14T20:52:40.6934498Z dynamo/cpython/3_13/test_operator 2025-08-14T20:52:40.6934788Z dynamo/cpython/3_13/test_ordered_dict 2025-08-14T20:52:40.6935098Z dynamo/cpython/3_13/test_raise 2025-08-14T20:52:40.6935372Z dynamo/cpython/3_13/test_set 2025-08-14T20:52:40.6935650Z dynamo/cpython/3_13/test_sort 2025-08-14T20:52:40.6935925Z dynamo/cpython/3_13/test_sys 2025-08-14T20:52:40.6936195Z dynamo/cpython/3_13/test_tuple 2025-08-14T20:52:40.6936524Z dynamo/cpython/3_13/test_unittest/test_assertions 2025-08-14T20:52:40.6936867Z dynamo/cpython/3_13/test_userdict 2025-08-14T20:52:40.6937167Z dynamo/cpython/3_13/test_userlist 2025-08-14T20:52:40.6937449Z dynamo/cpython/3_13/test_with 2025-08-14T20:52:40.6937743Z dynamo/test_activation_checkpointing 2025-08-14T20:52:40.6938032Z dynamo/test_after_aot 2025-08-14T20:52:40.6938278Z dynamo/test_aot_autograd 2025-08-14T20:52:40.6938535Z dynamo/test_aot_autograd_cache 2025-08-14T20:52:40.6938819Z dynamo/test_autograd_function 2025-08-14T20:52:40.6939087Z dynamo/test_backends 2025-08-14T20:52:40.6939336Z dynamo/test_backward_higher_order_ops 2025-08-14T20:52:40.6939643Z dynamo/test_base_hop 2025-08-14T20:52:40.6939876Z dynamo/test_base_output 2025-08-14T20:52:40.6940133Z dynamo/test_buffers_override 2025-08-14T20:52:40.6940396Z dynamo/test_bytecode_utils 2025-08-14T20:52:40.6940661Z dynamo/test_callback 2025-08-14T20:52:40.6940887Z dynamo/test_compile 2025-08-14T20:52:40.6941139Z dynamo/test_compiler_bisector 2025-08-14T20:52:40.6941396Z dynamo/test_comptime 2025-08-14T20:52:40.6941636Z dynamo/test_config 2025-08-14T20:52:40.6941866Z dynamo/test_ctx_manager 2025-08-14T20:52:40.6942123Z dynamo/test_cudagraphs 2025-08-14T20:52:40.6942404Z dynamo/test_cudagraphs_expandable_segments 2025-08-14T20:52:40.6942713Z dynamo/test_debug_utils 2025-08-14T20:52:40.6942969Z dynamo/test_decorators 2025-08-14T20:52:40.6943215Z dynamo/test_deque_reconstruct 2025-08-14T20:52:40.6943490Z dynamo/test_deviceguard 2025-08-14T20:52:40.6943726Z dynamo/test_dicts 2025-08-14T20:52:40.6943963Z dynamo/test_dynamic_shapes 2025-08-14T20:52:40.6944219Z dynamo/test_einops 2025-08-14T20:52:40.6944460Z dynamo/test_error_messages 2025-08-14T20:52:40.6944704Z dynamo/test_exc 2025-08-14T20:52:40.6944937Z dynamo/test_exceptions 2025-08-14T20:52:40.6945188Z dynamo/test_export 2025-08-14T20:52:40.6945424Z dynamo/test_export_mutations 2025-08-14T20:52:40.6945789Z dynamo/test_fake_distributed 2025-08-14T20:52:40.6946056Z dynamo/test_flat_apply 2025-08-14T20:52:40.6946312Z dynamo/test_frame_init 2025-08-14T20:52:40.6946552Z dynamo/test_functions 2025-08-14T20:52:40.6946808Z dynamo/test_fx_graph_runnable 2025-08-14T20:52:40.6947082Z dynamo/test_fx_passes_pre_grad 2025-08-14T20:52:40.6947366Z dynamo/test_generator 2025-08-14T20:52:40.6947600Z dynamo/test_global 2025-08-14T20:52:40.6947855Z dynamo/test_graph_deduplication 2025-08-14T20:52:40.6948141Z dynamo/test_graph_region_tracker 2025-08-14T20:52:40.6948693Z dynamo/test_guard_manager 2025-08-14T20:52:40.6948970Z dynamo/test_guard_serialization 2025-08-14T20:52:40.6949389Z dynamo/test_higher_order_ops 2025-08-14T20:52:40.6949662Z dynamo/test_hooks 2025-08-14T20:52:40.6949887Z dynamo/test_inline_and_install 2025-08-14T20:52:40.6950177Z dynamo/test_input_attr_tracking 2025-08-14T20:52:40.6950455Z dynamo/test_install_free_tensors 2025-08-14T20:52:40.6950740Z dynamo/test_interop 2025-08-14T20:52:40.6950968Z dynamo/test_list 2025-08-14T20:52:40.6951190Z dynamo/test_logging 2025-08-14T20:52:40.6951423Z dynamo/test_metrics_context 2025-08-14T20:52:40.6951689Z dynamo/test_minifier 2025-08-14T20:52:40.6951928Z dynamo/test_misc 2025-08-14T20:52:40.6952144Z dynamo/test_model_output 2025-08-14T20:52:40.6952395Z dynamo/test_modes 2025-08-14T20:52:40.6952605Z dynamo/test_modules 2025-08-14T20:52:40.6952836Z dynamo/test_nops 2025-08-14T20:52:40.6953054Z dynamo/test_optimizers 2025-08-14T20:52:40.6953303Z dynamo/test_package 2025-08-14T20:52:40.6953522Z dynamo/test_pgo 2025-08-14T20:52:40.6953754Z dynamo/test_pre_dispatch 2025-08-14T20:52:40.6954014Z dynamo/test_precompile_context 2025-08-14T20:52:40.6954293Z dynamo/test_profiler 2025-08-14T20:52:40.6954533Z dynamo/test_python_autograd 2025-08-14T20:52:40.6954820Z dynamo/test_python_dispatcher 2025-08-14T20:52:40.6955102Z dynamo/test_recompile_ux 2025-08-14T20:52:40.6955352Z dynamo/test_recompiles 2025-08-14T20:52:40.6955616Z dynamo/test_reconstruct 2025-08-14T20:52:40.6955863Z dynamo/test_reorder_logs 2025-08-14T20:52:40.6956118Z dynamo/test_repros 2025-08-14T20:52:40.6956338Z dynamo/test_resume 2025-08-14T20:52:40.6956568Z dynamo/test_sdpa 2025-08-14T20:52:40.6956776Z dynamo/test_sets 2025-08-14T20:52:40.6957019Z dynamo/test_skip_guard_eval_unsafe 2025-08-14T20:52:40.6957307Z dynamo/test_skip_non_tensor 2025-08-14T20:52:40.6957574Z dynamo/test_sources 2025-08-14T20:52:40.6957821Z dynamo/test_structured_trace 2025-08-14T20:52:40.6958080Z dynamo/test_subclasses 2025-08-14T20:52:40.6958333Z dynamo/test_subgraphs 2025-08-14T20:52:40.6958563Z dynamo/test_torchrec 2025-08-14T20:52:40.6958812Z dynamo/test_trace_rules 2025-08-14T20:52:40.6959054Z dynamo/test_unittest 2025-08-14T20:52:40.6959291Z dynamo/test_unspec 2025-08-14T20:52:40.6959510Z dynamo/test_utils 2025-08-14T20:52:40.6959754Z dynamo/test_verify_correctness 2025-08-14T20:52:40.6960015Z dynamo/test_view 2025-08-14T20:52:40.6960253Z export/test_converter 2025-08-14T20:52:40.6960492Z export/test_cpp_serdes 2025-08-14T20:52:40.6960746Z export/test_db 2025-08-14T20:52:40.6960979Z export/test_draft_export 2025-08-14T20:52:40.6961231Z export/test_experimental 2025-08-14T20:52:40.6961494Z export/test_export 2025-08-14T20:52:40.6961726Z export/test_export_strict 2025-08-14T20:52:40.6962028Z export/test_export_training_ir_to_run_decomp 2025-08-14T20:52:40.6962373Z export/test_export_with_inline_and_install 2025-08-14T20:52:40.6962714Z export/test_functionalized_assertions 2025-08-14T20:52:40.6963002Z export/test_hop 2025-08-14T20:52:40.6963238Z export/test_lift_unlift 2025-08-14T20:52:40.6963485Z export/test_nativert 2025-08-14T20:52:40.6963731Z export/test_package 2025-08-14T20:52:40.6963964Z export/test_pass_infra 2025-08-14T20:52:40.6964213Z export/test_passes 2025-08-14T20:52:40.6964464Z export/test_retraceability 2025-08-14T20:52:40.6964717Z export/test_schema 2025-08-14T20:52:40.6965067Z export/test_serdes 2025-08-14T20:52:40.6965294Z export/test_serialize 2025-08-14T20:52:40.6965540Z export/test_sparse 2025-08-14T20:52:40.6965759Z export/test_swap 2025-08-14T20:52:40.6965985Z export/test_tools 2025-08-14T20:52:40.6966203Z export/test_torchbind 2025-08-14T20:52:40.6966451Z export/test_tree_utils 2025-08-14T20:52:40.6966690Z export/test_unflatten 2025-08-14T20:52:40.6966951Z export/test_unflatten_training_ir 2025-08-14T20:52:40.6967245Z export/test_upgrader 2025-08-14T20:52:40.6967475Z export/test_verifier 2025-08-14T20:52:40.6967718Z functorch/test_ac 2025-08-14T20:52:40.6967949Z functorch/test_ac_knapsack 2025-08-14T20:52:40.6968224Z functorch/test_ac_logging 2025-08-14T20:52:40.6968559Z functorch/test_aot_joint_with_descriptors 2025-08-14T20:52:40.6968883Z functorch/test_aotdispatch 2025-08-14T20:52:40.6969146Z functorch/test_control_flow 2025-08-14T20:52:40.6969418Z functorch/test_dims 2025-08-14T20:52:40.6969657Z functorch/test_eager_transforms 2025-08-14T20:52:40.6969943Z functorch/test_logging 2025-08-14T20:52:40.6970200Z functorch/test_memory_efficient_fusion 2025-08-14T20:52:40.6970513Z functorch/test_minifier 2025-08-14T20:52:40.6970764Z functorch/test_ops 2025-08-14T20:52:40.6970993Z functorch/test_parsing 2025-08-14T20:52:40.6971250Z functorch/test_rearrange 2025-08-14T20:52:40.6971495Z functorch/test_vmap 2025-08-14T20:52:40.6971753Z functorch/test_vmap_registrations 2025-08-14T20:52:40.6972048Z higher_order_ops/test_invoke_quant 2025-08-14T20:52:40.6972359Z higher_order_ops/test_invoke_subgraph 2025-08-14T20:52:40.6972661Z higher_order_ops/test_with_effects 2025-08-14T20:52:40.6972956Z inductor/test_alignment 2025-08-14T20:52:40.6973207Z inductor/test_analysis 2025-08-14T20:52:40.6973465Z inductor/test_aot_inductor 2025-08-14T20:52:40.6973746Z inductor/test_aot_inductor_arrayref 2025-08-14T20:52:40.6974049Z inductor/test_aot_inductor_custom_ops 2025-08-14T20:52:40.6974364Z inductor/test_aot_inductor_package 2025-08-14T20:52:40.6974659Z inductor/test_aot_inductor_utils 2025-08-14T20:52:40.6974952Z inductor/test_async_compile 2025-08-14T20:52:40.6975221Z inductor/test_auto_functionalize 2025-08-14T20:52:40.6975515Z inductor/test_autoheuristic 2025-08-14T20:52:40.6975775Z inductor/test_b2b_gemm 2025-08-14T20:52:40.6976035Z inductor/test_benchmark_fusion 2025-08-14T20:52:40.6976309Z inductor/test_benchmarking 2025-08-14T20:52:40.6976579Z inductor/test_best_config 2025-08-14T20:52:40.6976847Z inductor/test_binary_folding 2025-08-14T20:52:40.6977110Z inductor/test_block_analysis 2025-08-14T20:52:40.6977381Z inductor/test_ck_backend 2025-08-14T20:52:40.6977627Z inductor/test_codecache 2025-08-14T20:52:40.6977889Z inductor/test_codegen_triton 2025-08-14T20:52:40.6978149Z inductor/test_combo_kernels 2025-08-14T20:52:40.6978417Z inductor/test_compile 2025-08-14T20:52:40.6978662Z inductor/test_compile_subprocess 2025-08-14T20:52:40.6978958Z inductor/test_compile_worker 2025-08-14T20:52:40.6979233Z inductor/test_compiled_autograd 2025-08-14T20:52:40.6979529Z inductor/test_compiled_optimizers 2025-08-14T20:52:40.6979818Z inductor/test_config 2025-08-14T20:52:40.6980056Z inductor/test_control_flow 2025-08-14T20:52:40.6980340Z inductor/test_cooperative_reductions 2025-08-14T20:52:40.6980651Z inductor/test_coordinate_descent_tuner 2025-08-14T20:52:40.6980977Z inductor/test_cpp_wrapper_hipify 2025-08-14T20:52:40.6981263Z inductor/test_cpu_cpp_wrapper 2025-08-14T20:52:40.6981546Z inductor/test_cpu_repro 2025-08-14T20:52:40.6981808Z inductor/test_cpu_select_algorithm 2025-08-14T20:52:40.6982105Z inductor/test_cuda_repro 2025-08-14T20:52:40.6982360Z inductor/test_cudacodecache 2025-08-14T20:52:40.6982647Z inductor/test_cudagraph_trees 2025-08-14T20:52:40.6982974Z inductor/test_cudagraph_trees_expandable_segments 2025-08-14T20:52:40.6983317Z inductor/test_custom_lowering 2025-08-14T20:52:40.6983610Z inductor/test_custom_post_grad_passes 2025-08-14T20:52:40.6984012Z inductor/test_cutlass_backend 2025-08-14T20:52:40.6984295Z inductor/test_cutlass_evt 2025-08-14T20:52:40.6984548Z inductor/test_debug_trace 2025-08-14T20:52:40.6984829Z inductor/test_decompose_mem_bound_mm 2025-08-14T20:52:40.6985127Z inductor/test_dependencies 2025-08-14T20:52:40.6985421Z inductor/test_distributed_patterns 2025-08-14T20:52:40.6985722Z inductor/test_efficient_conv_bn_eval 2025-08-14T20:52:40.6986040Z inductor/test_extension_backend 2025-08-14T20:52:40.6986340Z inductor/test_external_callables 2025-08-14T20:52:40.6986627Z inductor/test_flex_attention 2025-08-14T20:52:40.6986905Z inductor/test_flex_decoding 2025-08-14T20:52:40.6987164Z inductor/test_foreach 2025-08-14T20:52:40.6987466Z inductor/test_fp8 2025-08-14T20:52:40.6987691Z inductor/test_fused_attention 2025-08-14T20:52:40.6987960Z inductor/test_fuzzer 2025-08-14T20:52:40.6988192Z inductor/test_fx_fusion 2025-08-14T20:52:40.6988582Z inductor/test_fxir_backend 2025-08-14T20:52:40.6988858Z inductor/test_gpu_cpp_wrapper 2025-08-14T20:52:40.6989148Z inductor/test_graph_transform_observer 2025-08-14T20:52:40.6989468Z inductor/test_group_batch_fusion 2025-08-14T20:52:40.6989747Z inductor/test_halide 2025-08-14T20:52:40.6989998Z inductor/test_helion_kernels 2025-08-14T20:52:40.6990258Z inductor/test_indexing 2025-08-14T20:52:40.6990525Z inductor/test_inductor_annotations 2025-08-14T20:52:40.6990819Z inductor/test_inductor_freezing 2025-08-14T20:52:40.6991116Z inductor/test_inductor_scheduler 2025-08-14T20:52:40.6991397Z inductor/test_inductor_utils 2025-08-14T20:52:40.6991679Z inductor/test_inplace_padding 2025-08-14T20:52:40.6991965Z inductor/test_inplacing_pass 2025-08-14T20:52:40.6992241Z inductor/test_kernel_benchmark 2025-08-14T20:52:40.6992540Z inductor/test_kernel_optimization 2025-08-14T20:52:40.6992828Z inductor/test_layout_optim 2025-08-14T20:52:40.6993102Z inductor/test_loop_ordering 2025-08-14T20:52:40.6993364Z inductor/test_max_autotune 2025-08-14T20:52:40.6993625Z inductor/test_memory 2025-08-14T20:52:40.6993865Z inductor/test_memory_planning 2025-08-14T20:52:40.6994134Z inductor/test_metrics 2025-08-14T20:52:40.6994367Z inductor/test_minifier 2025-08-14T20:52:40.6994623Z inductor/test_minifier_isolate 2025-08-14T20:52:40.6994907Z inductor/test_minifier_utils 2025-08-14T20:52:40.6995182Z inductor/test_mkldnn_pattern_matcher 2025-08-14T20:52:40.6995483Z inductor/test_mmdecomp 2025-08-14T20:52:40.6995743Z inductor/test_move_constructors_to_cuda 2025-08-14T20:52:40.6996064Z inductor/test_mps_basic 2025-08-14T20:52:40.6996315Z inductor/test_multi_kernel 2025-08-14T20:52:40.6996596Z inductor/test_needs_exact_strides 2025-08-14T20:52:40.6996882Z inductor/test_online_softmax 2025-08-14T20:52:40.6997147Z inductor/test_op_completeness 2025-08-14T20:52:40.6997405Z inductor/test_op_dtype_prop 2025-08-14T20:52:40.6997668Z inductor/test_ordered_set 2025-08-14T20:52:40.6997912Z inductor/test_pad_mm 2025-08-14T20:52:40.6998136Z inductor/test_padding 2025-08-14T20:52:40.6998384Z inductor/test_pattern_matcher 2025-08-14T20:52:40.6998631Z inductor/test_perf 2025-08-14T20:52:40.6998865Z inductor/test_profiler 2025-08-14T20:52:40.6999116Z inductor/test_provenance_tracing 2025-08-14T20:52:40.6999409Z inductor/test_quantization 2025-08-14T20:52:40.6999670Z inductor/test_remote_cache 2025-08-14T20:52:40.6999952Z inductor/test_scatter_optimization 2025-08-14T20:52:40.7000243Z inductor/test_select_algorithm 2025-08-14T20:52:40.7000517Z inductor/test_smoke 2025-08-14T20:52:40.7000751Z inductor/test_snode_runtime 2025-08-14T20:52:40.7001039Z inductor/test_split_cat_fx_aten_passes 2025-08-14T20:52:40.7001358Z inductor/test_split_cat_fx_passes 2025-08-14T20:52:40.7001649Z inductor/test_static_cuda_launcher 2025-08-14T20:52:40.7001945Z inductor/test_subgraph_choice 2025-08-14T20:52:40.7002208Z inductor/test_torchbind 2025-08-14T20:52:40.7002466Z inductor/test_torchinductor 2025-08-14T20:52:40.7002786Z inductor/test_torchinductor_codegen_config_overrides 2025-08-14T20:52:40.7003276Z inductor/test_torchinductor_codegen_dynamic_shapes 2025-08-14T20:52:40.7003648Z inductor/test_torchinductor_dynamic_shapes 2025-08-14T20:52:40.7003985Z inductor/test_torchinductor_opinfo 2025-08-14T20:52:40.7004306Z inductor/test_torchinductor_strided_blocks 2025-08-14T20:52:40.7004627Z inductor/test_triton_cpu_backend 2025-08-14T20:52:40.7004933Z inductor/test_triton_extension_backend 2025-08-14T20:52:40.7005239Z inductor/test_triton_heuristics 2025-08-14T20:52:40.7005531Z inductor/test_triton_kernels 2025-08-14T20:52:40.7005793Z inductor/test_triton_syntax 2025-08-14T20:52:40.7006067Z inductor/test_triton_wrapper 2025-08-14T20:52:40.7006385Z inductor/test_unbacked_symints 2025-08-14T20:52:40.7006658Z inductor/test_utils 2025-08-14T20:52:40.7006889Z inductor/test_xpu_basic 2025-08-14T20:52:40.7007139Z lazy/test_bindings 2025-08-14T20:52:40.7007369Z lazy/test_debug_util 2025-08-14T20:52:40.7007609Z lazy/test_functionalization 2025-08-14T20:52:40.7007882Z lazy/test_generator 2025-08-14T20:52:40.7008104Z lazy/test_reuse_ir 2025-08-14T20:52:40.7008334Z lazy/test_step_closures 2025-08-14T20:52:40.7008578Z lazy/test_ts_opinfo 2025-08-14T20:52:40.7008806Z nn/test_convolution 2025-08-14T20:52:40.7009023Z nn/test_dropout 2025-08-14T20:52:40.7009239Z nn/test_embedding 2025-08-14T20:52:40.7009444Z nn/test_init 2025-08-14T20:52:40.7009657Z nn/test_lazy_modules 2025-08-14T20:52:40.7009883Z nn/test_load_state_dict 2025-08-14T20:52:40.7010133Z nn/test_module_hooks 2025-08-14T20:52:40.7010376Z nn/test_multihead_attention 2025-08-14T20:52:40.7010633Z nn/test_packed_sequence 2025-08-14T20:52:40.7010886Z nn/test_parametrization 2025-08-14T20:52:40.7011124Z nn/test_pooling 2025-08-14T20:52:40.7011339Z nn/test_pruning 2025-08-14T20:52:40.7011550Z onnx/exporter/test_api 2025-08-14T20:52:40.7011807Z onnx/exporter/test_building 2025-08-14T20:52:40.7012079Z onnx/exporter/test_capture_strategies 2025-08-14T20:52:40.7012385Z onnx/exporter/test_core 2025-08-14T20:52:40.7012645Z onnx/exporter/test_dynamic_shapes 2025-08-14T20:52:40.7012946Z onnx/exporter/test_hf_models_e2e 2025-08-14T20:52:40.7013223Z onnx/exporter/test_ir_passes 2025-08-14T20:52:40.7013507Z onnx/exporter/test_small_models_e2e 2025-08-14T20:52:40.7013803Z onnx/exporter/test_tensors 2025-08-14T20:52:40.7014064Z onnx/exporter/test_verification 2025-08-14T20:52:40.7014360Z onnx/internal/test_registraion 2025-08-14T20:52:40.7014618Z onnx/ops/test_ops 2025-08-14T20:52:40.7014854Z onnx/test_autograd_funs 2025-08-14T20:52:40.7015093Z onnx/test_custom_ops 2025-08-14T20:52:40.7015330Z onnx/test_fx_passes 2025-08-14T20:52:40.7015559Z onnx/test_fx_type_promotion 2025-08-14T20:52:40.7015823Z onnx/test_lazy_import 2025-08-14T20:52:40.7016062Z onnx/test_models_onnxruntime 2025-08-14T20:52:40.7016348Z onnx/test_models_quantized_onnxruntime 2025-08-14T20:52:40.7016649Z onnx/test_onnx_opset 2025-08-14T20:52:40.7016884Z onnx/test_onnxscript_runtime 2025-08-14T20:52:40.7017156Z onnx/test_op_consistency 2025-08-14T20:52:40.7017405Z onnx/test_pytorch_jit_onnx 2025-08-14T20:52:40.7017680Z onnx/test_pytorch_onnx_no_runtime 2025-08-14T20:52:40.7017967Z onnx/test_pytorch_onnx_onnxruntime 2025-08-14T20:52:40.7018274Z onnx/test_pytorch_onnx_shape_inference 2025-08-14T20:52:40.7018571Z onnx/test_symbolic_helper 2025-08-14T20:52:40.7018828Z onnx/test_utility_funs 2025-08-14T20:52:40.7019066Z onnx/test_verification 2025-08-14T20:52:40.7019310Z onnx/torchlib/test_ops 2025-08-14T20:52:40.7019558Z optim/test_lrscheduler 2025-08-14T20:52:40.7019789Z optim/test_optim 2025-08-14T20:52:40.7020014Z optim/test_swa_utils 2025-08-14T20:52:40.7020254Z profiler/test_cpp_thread 2025-08-14T20:52:40.7020520Z profiler/test_execution_trace 2025-08-14T20:52:40.7020780Z profiler/test_kineto 2025-08-14T20:52:40.7021027Z profiler/test_memory_profiler 2025-08-14T20:52:40.7021287Z profiler/test_profiler 2025-08-14T20:52:40.7021546Z profiler/test_profiler_tree 2025-08-14T20:52:40.7021910Z profiler/test_python_tracer 2025-08-14T20:52:40.7022190Z profiler/test_record_function 2025-08-14T20:52:40.7022456Z profiler/test_torch_tidy 2025-08-14T20:52:40.7022708Z test_accelerator 2025-08-14T20:52:40.7022918Z test_ao_sparsity 2025-08-14T20:52:40.7023157Z test_appending_byte_serializer 2025-08-14T20:52:40.7023416Z test_autocast 2025-08-14T20:52:40.7023631Z test_autograd 2025-08-14T20:52:40.7023837Z test_autograd_fallback 2025-08-14T20:52:40.7024083Z test_autoload 2025-08-14T20:52:40.7024286Z test_autoload_disable 2025-08-14T20:52:40.7024533Z test_autoload_enable 2025-08-14T20:52:40.7024773Z test_binary_ufuncs 2025-08-14T20:52:40.7025054Z test_bundled_inputs 2025-08-14T20:52:40.7025298Z test_ci_sanity_check_fail 2025-08-14T20:52:40.7025546Z test_comparison_utils 2025-08-14T20:52:40.7025801Z test_compile_benchmark_util 2025-08-14T20:52:40.7026050Z test_complex 2025-08-14T20:52:40.7026267Z test_content_store 2025-08-14T20:52:40.7026487Z test_cpp_api_parity 2025-08-14T20:52:40.7026738Z test_cpp_extensions_aot_ninja 2025-08-14T20:52:40.7027007Z test_cpp_extensions_aot_no_ninja 2025-08-14T20:52:40.7027294Z test_cpp_extensions_jit 2025-08-14T20:52:40.7027544Z test_cpp_extensions_mtia_backend 2025-08-14T20:52:40.7027845Z test_cpp_extensions_stream_and_event 2025-08-14T20:52:40.7028138Z test_cuda 2025-08-14T20:52:40.7028435Z test_cuda_expandable_segments 2025-08-14T20:52:40.7028710Z test_cuda_multigpu 2025-08-14T20:52:40.7028937Z test_cuda_nvml_based_avail 2025-08-14T20:52:40.7029203Z test_cuda_primary_ctx 2025-08-14T20:52:40.7029425Z test_cuda_sanitizer 2025-08-14T20:52:40.7029655Z test_cuda_trace 2025-08-14T20:52:40.7029863Z test_custom_ops 2025-08-14T20:52:40.7030079Z test_dataloader 2025-08-14T20:52:40.7030278Z test_datapipe 2025-08-14T20:52:40.7030485Z test_decomp 2025-08-14T20:52:40.7030683Z test_dispatch 2025-08-14T20:52:40.7030890Z test_dlpack 2025-08-14T20:52:40.7031098Z test_dynamic_shapes 2025-08-14T20:52:40.7031320Z test_expanded_weights 2025-08-14T20:52:40.7031566Z test_extension_utils 2025-08-14T20:52:40.7031784Z test_fake_tensor 2025-08-14T20:52:40.7032002Z test_file_check 2025-08-14T20:52:40.7032203Z test_flop_counter 2025-08-14T20:52:40.7032417Z test_foreach 2025-08-14T20:52:40.7032615Z test_function_schema 2025-08-14T20:52:40.7032869Z test_functional_autograd_benchmark 2025-08-14T20:52:40.7033151Z test_functional_optim 2025-08-14T20:52:40.7033397Z test_functionalization 2025-08-14T20:52:40.7033655Z test_functionalization_of_rng_ops 2025-08-14T20:52:40.7033934Z test_futures 2025-08-14T20:52:40.7034137Z test_fx 2025-08-14T20:52:40.7034324Z test_fx_experimental 2025-08-14T20:52:40.7034559Z test_fx_passes 2025-08-14T20:52:40.7034771Z test_fx_reinplace_pass 2025-08-14T20:52:40.7035010Z test_hop_infra 2025-08-14T20:52:40.7035207Z test_hub 2025-08-14T20:52:40.7035408Z test_import_stats 2025-08-14T20:52:40.7035613Z test_indexing 2025-08-14T20:52:40.7035818Z test_itt 2025-08-14T20:52:40.7036005Z test_jit 2025-08-14T20:52:40.7036197Z test_jit_autocast 2025-08-14T20:52:40.7036407Z test_jit_disabled 2025-08-14T20:52:40.7036629Z test_jit_fuser_legacy 2025-08-14T20:52:40.7036862Z test_jit_fuser_te 2025-08-14T20:52:40.7037062Z test_jit_legacy 2025-08-14T20:52:40.7037276Z test_jit_llga_fuser 2025-08-14T20:52:40.7037493Z test_jit_profiling 2025-08-14T20:52:40.7037713Z test_jiterator 2025-08-14T20:52:40.7037916Z test_legacy_vmap 2025-08-14T20:52:40.7038128Z test_license 2025-08-14T20:52:40.7038324Z test_linalg 2025-08-14T20:52:40.7038523Z test_logging 2025-08-14T20:52:40.7038712Z test_masked 2025-08-14T20:52:40.7038914Z test_maskedtensor 2025-08-14T20:52:40.7039124Z test_matmul_cuda 2025-08-14T20:52:40.7039332Z test_meta 2025-08-14T20:52:40.7039516Z test_metal 2025-08-14T20:52:40.7039715Z test_mkl_verbose 2025-08-14T20:52:40.7039927Z test_mkldnn 2025-08-14T20:52:40.7040126Z test_mkldnn_fusion 2025-08-14T20:52:40.7040358Z test_mkldnn_verbose 2025-08-14T20:52:40.7040676Z test_mobile_optimizer 2025-08-14T20:52:40.7040929Z test_model_exports_to_core_aten 2025-08-14T20:52:40.7041192Z test_module_tracker 2025-08-14T20:52:40.7041414Z test_modules 2025-08-14T20:52:40.7041607Z test_monitor 2025-08-14T20:52:40.7041809Z test_mps 2025-08-14T20:52:40.7042003Z test_multiprocessing 2025-08-14T20:52:40.7042259Z test_multiprocessing_spawn 2025-08-14T20:52:40.7042510Z test_namedtensor 2025-08-14T20:52:40.7042745Z test_namedtuple_return_api 2025-08-14T20:52:40.7043001Z test_native_functions 2025-08-14T20:52:40.7043223Z test_native_mha 2025-08-14T20:52:40.7043436Z test_nestedtensor 2025-08-14T20:52:40.7043640Z test_nn 2025-08-14T20:52:40.7043903Z test_numa_binding 2025-08-14T20:52:40.7044120Z test_numba_integration 2025-08-14T20:52:40.7044368Z test_numpy_interop 2025-08-14T20:52:40.7044586Z test_openmp 2025-08-14T20:52:40.7044800Z test_openreg 2025-08-14T20:52:40.7045000Z test_ops 2025-08-14T20:52:40.7045214Z test_ops_fwd_gradients 2025-08-14T20:52:40.7045458Z test_ops_gradients 2025-08-14T20:52:40.7045693Z test_ops_jit 2025-08-14T20:52:40.7045893Z test_optim 2025-08-14T20:52:40.7046107Z test_out_dtype_op 2025-08-14T20:52:40.7046333Z test_overrides 2025-08-14T20:52:40.7046542Z test_package 2025-08-14T20:52:40.7046771Z test_per_overload_api 2025-08-14T20:52:40.7047000Z test_prims 2025-08-14T20:52:40.7047222Z test_proxy_tensor 2025-08-14T20:52:40.7047435Z test_pruning_op 2025-08-14T20:52:40.7047667Z test_public_bindings 2025-08-14T20:52:40.7047899Z test_python_dispatch 2025-08-14T20:52:40.7048139Z test_pytree 2025-08-14T20:52:40.7048510Z test_quantization 2025-08-14T20:52:40.7048759Z test_reductions 2025-08-14T20:52:40.7049004Z test_rename_privateuse1_to_existing_device 2025-08-14T20:52:40.7049328Z test_scatter_gather_ops 2025-08-14T20:52:40.7049579Z test_schema_check 2025-08-14T20:52:40.7049799Z test_segment_reductions 2025-08-14T20:52:40.7050053Z test_serialization 2025-08-14T20:52:40.7050299Z test_set_default_mobile_cpu_allocator 2025-08-14T20:52:40.7050597Z test_shape_ops 2025-08-14T20:52:40.7050806Z test_show_pickle 2025-08-14T20:52:40.7051034Z test_sort_and_select 2025-08-14T20:52:40.7051254Z test_sparse 2025-08-14T20:52:40.7051464Z test_sparse_csr 2025-08-14T20:52:40.7051686Z test_sparse_semi_structured 2025-08-14T20:52:40.7051949Z test_spectral_ops 2025-08-14T20:52:40.7052159Z test_stateless 2025-08-14T20:52:40.7052376Z test_subclass 2025-08-14T20:52:40.7052593Z test_sympy_utils 2025-08-14T20:52:40.7052817Z test_tensor_creation_ops 2025-08-14T20:52:40.7053078Z test_tensorboard 2025-08-14T20:52:40.7053293Z test_tensorexpr 2025-08-14T20:52:40.7053527Z test_tensorexpr_pybind 2025-08-14T20:52:40.7053764Z test_testing 2025-08-14T20:52:40.7053974Z test_torch 2025-08-14T20:52:40.7054170Z test_transformers 2025-08-14T20:52:40.7054413Z test_transformers_privateuse1 2025-08-14T20:52:40.7054672Z test_type_hints 2025-08-14T20:52:40.7054894Z test_type_info 2025-08-14T20:52:40.7055112Z test_type_promotion 2025-08-14T20:52:40.7055341Z test_typing 2025-08-14T20:52:40.7055556Z test_unary_ufuncs 2025-08-14T20:52:40.7055761Z test_utils 2025-08-14T20:52:40.7055979Z test_utils_config_module 2025-08-14T20:52:40.7056221Z test_utils_filelock 2025-08-14T20:52:40.7056451Z test_view_ops 2025-08-14T20:52:40.7056652Z test_vulkan 2025-08-14T20:52:40.7056857Z test_weak 2025-08-14T20:52:40.7057062Z test_xnnpack_integration 2025-08-14T20:52:40.7057312Z test_xpu 2025-08-14T20:52:42.7122792Z torch_np/numpy_tests/core/test_dlpack 2025-08-14T20:52:42.7123358Z torch_np/numpy_tests/core/test_dtype 2025-08-14T20:52:42.7123858Z torch_np/numpy_tests/core/test_einsum 2025-08-14T20:52:42.7124369Z torch_np/numpy_tests/core/test_getlimits 2025-08-14T20:52:42.7124869Z torch_np/numpy_tests/core/test_indexing 2025-08-14T20:52:42.7125372Z torch_np/numpy_tests/core/test_multiarray 2025-08-14T20:52:42.7125818Z torch_np/numpy_tests/core/test_numeric 2025-08-14T20:52:42.7126493Z torch_np/numpy_tests/core/test_numerictypes 2025-08-14T20:52:42.7126839Z torch_np/numpy_tests/core/test_scalar_ctors 2025-08-14T20:52:42.7127202Z torch_np/numpy_tests/core/test_scalar_methods 2025-08-14T20:52:42.7127555Z torch_np/numpy_tests/core/test_scalarinherit 2025-08-14T20:52:42.7127906Z torch_np/numpy_tests/core/test_scalarmath 2025-08-14T20:52:42.7128229Z torch_np/numpy_tests/core/test_shape_base 2025-08-14T20:52:42.7128564Z torch_np/numpy_tests/fft/test_helper 2025-08-14T20:52:42.7128885Z torch_np/numpy_tests/fft/test_pocketfft 2025-08-14T20:52:42.7129204Z torch_np/numpy_tests/lib/test_arraypad 2025-08-14T20:52:42.7129538Z torch_np/numpy_tests/lib/test_arraysetops 2025-08-14T20:52:42.7129988Z torch_np/numpy_tests/lib/test_function_base 2025-08-14T20:52:42.7130336Z torch_np/numpy_tests/lib/test_histograms 2025-08-14T20:52:42.7130665Z torch_np/numpy_tests/lib/test_index_tricks 2025-08-14T20:52:42.7131007Z torch_np/numpy_tests/lib/test_shape_base_ 2025-08-14T20:52:42.7131340Z torch_np/numpy_tests/lib/test_twodim_base 2025-08-14T20:52:42.7131673Z torch_np/numpy_tests/lib/test_type_check 2025-08-14T20:52:42.7132003Z torch_np/numpy_tests/linalg/test_linalg 2025-08-14T20:52:42.7132299Z torch_np/test_basic 2025-08-14T20:52:42.7132551Z torch_np/test_binary_ufuncs 2025-08-14T20:52:42.7132809Z torch_np/test_dtype 2025-08-14T20:52:42.7133079Z torch_np/test_function_base 2025-08-14T20:52:42.7133344Z torch_np/test_indexing 2025-08-14T20:52:42.7133614Z torch_np/test_ndarray_methods 2025-08-14T20:52:42.7133899Z torch_np/test_nep50_examples 2025-08-14T20:52:42.7134158Z torch_np/test_random 2025-08-14T20:52:42.7134411Z torch_np/test_reductions 2025-08-14T20:52:42.7134674Z torch_np/test_scalars_0D_arrays 2025-08-14T20:52:42.7134966Z torch_np/test_ufuncs_basic 2025-08-14T20:52:42.7135331Z torch_np/test_unary_ufuncs 2025-08-14T20:52:42.7135609Z typing/test_python_operators 2025-08-14T20:52:42.7135867Z xpu/test_conv 2025-08-14T20:52:42.7136094Z xpu/test_fusion 2025-08-14T20:52:42.7136309Z xpu/test_gemm 2025-08-14T20:52:42.7142429Z additional failures: {'distributed/_composable/fsdp/test_fully_shard_frozen', 'distributed/fsdp/test_fsdp_uneven', 'doctests', 'distributed/fsdp/test_fsdp_comm', 'distributed/tensor/parallel/test_tp_examples', 'dynamo/test_pgo', 'distributed/fsdp/test_hsdp_dtensor_state_dict', 'distributed/fsdp/test_fsdp_dtensor_state_dict', 'distributed/tensor/test_math_ops', 'dynamo/test_logging', 'distributed/_composable/fsdp/test_fully_shard_training', 'inductor/test_torchbind', 'test_dataloader', 'distributed/pipelining/test_unflatten', 'test_sparse', 'distributed/fsdp/test_fsdp_apply', 'inductor/test_inplace_padding', 'distributed/test_distributed_spawn', 'inductor/test_kernel_benchmark', 'distributed/fsdp/test_distributed_checkpoint', 'distributed/test_device_mesh', 'distributed/fsdp/test_fsdp_multiple_wrapping', 'inductor/test_codecache', 'distributed/fsdp/test_fsdp_core', 'distributed/fsdp/test_fsdp_input', 'distributed/fsdp/test_fsdp_exec_order', 'export/test_torchbind', 'distributed/test_functional_api', 'distributed/pipelining/test_schedule', 'distributed/fsdp/test_fsdp_pure_fp16', 'distributed/fsdp/test_fsdp_clip_grad_norm', 'cpp/test_api', 'distributed/tensor/test_dtensor', 'test_type_hints', 'dynamo/test_trace_rules', 'distributed/fsdp/test_fsdp_overlap', 'distributed/fsdp/test_fsdp_traversal', 'distributed/pipelining/test_transformer', 'distributed/fsdp/test_fsdp_fine_tune', 'inductor/test_extension_backend', 'distributed/pipelining/test_microbatch', 'distributed/test_c10d_functional_native'} 2025-08-14T20:52:42.7149172Z Results from PreviouslyFailedInPR 2025-08-14T20:52:42.7149539Z distributed/_composable/fsdp/test_fully_shard_frozen (1) 2025-08-14T20:52:42.7150005Z distributed/_composable/fsdp/test_fully_shard_training (1) 2025-08-14T20:52:42.7150440Z distributed/fsdp/test_distributed_checkpoint (1) 2025-08-14T20:52:42.7150796Z distributed/fsdp/test_fsdp_apply (1) 2025-08-14T20:52:42.7151287Z distributed/fsdp/test_fsdp_clip_grad_norm (1) 2025-08-14T20:52:42.7151626Z distributed/fsdp/test_fsdp_comm (1) 2025-08-14T20:52:42.7151944Z distributed/fsdp/test_fsdp_core (1) 2025-08-14T20:52:42.7152281Z distributed/fsdp/test_fsdp_dtensor_state_dict (1) 2025-08-14T20:52:42.7152654Z distributed/fsdp/test_fsdp_exec_order (1) 2025-08-14T20:52:42.7152978Z distributed/fsdp/test_fsdp_fine_tune (1) 2025-08-14T20:52:42.7153309Z distributed/fsdp/test_fsdp_input (1) 2025-08-14T20:52:42.7153665Z distributed/fsdp/test_fsdp_multiple_wrapping (1) 2025-08-14T20:52:42.7154020Z distributed/fsdp/test_fsdp_overlap (1) 2025-08-14T20:52:42.7154353Z distributed/fsdp/test_fsdp_pure_fp16 (1) 2025-08-14T20:52:42.7154801Z distributed/fsdp/test_fsdp_traversal (1) 2025-08-14T20:52:42.7155134Z distributed/fsdp/test_fsdp_uneven (1) 2025-08-14T20:52:42.7155476Z distributed/fsdp/test_hsdp_dtensor_state_dict (1) 2025-08-14T20:52:42.7155858Z distributed/pipelining/test_microbatch (1) 2025-08-14T20:52:42.7156199Z distributed/pipelining/test_schedule (1) 2025-08-14T20:52:42.7156554Z distributed/pipelining/test_transformer (1) 2025-08-14T20:52:42.7156914Z distributed/pipelining/test_unflatten (1) 2025-08-14T20:52:42.7157273Z distributed/tensor/parallel/test_tp_examples (1) 2025-08-14T20:52:42.7157640Z distributed/tensor/test_dtensor (1) 2025-08-14T20:52:42.7157943Z distributed/tensor/test_math_ops (1) 2025-08-14T20:52:42.7158275Z distributed/test_c10d_functional_native (1) 2025-08-14T20:52:42.7158600Z distributed/test_device_mesh (1) 2025-08-14T20:52:42.7158913Z distributed/test_distributed_spawn (1) 2025-08-14T20:52:42.7159227Z distributed/test_functional_api (1) 2025-08-14T20:52:42.7159518Z doctests (1) 2025-08-14T20:52:42.7159731Z dynamo/test_logging (1) 2025-08-14T20:52:42.7159986Z dynamo/test_pgo (1) 2025-08-14T20:52:42.7160235Z dynamo/test_trace_rules (1) 2025-08-14T20:52:42.7160497Z export/test_torchbind (1) 2025-08-14T20:52:42.7160773Z inductor/test_aot_inductor (1) 2025-08-14T20:52:42.7161054Z inductor/test_codecache (1) 2025-08-14T20:52:42.7161342Z inductor/test_extension_backend (1) 2025-08-14T20:52:42.7161644Z inductor/test_inplace_padding (1) 2025-08-14T20:52:42.7161951Z inductor/test_kernel_benchmark (1) 2025-08-14T20:52:42.7162239Z inductor/test_torchbind (1) 2025-08-14T20:52:42.7162518Z test_ci_sanity_check_fail (1) 2025-08-14T20:52:42.7162772Z test_cuda (1) 2025-08-14T20:52:42.7162993Z test_dataloader (1) 2025-08-14T20:52:42.7163229Z test_sparse (1) 2025-08-14T20:52:42.7163441Z test_type_hints (1) 2025-08-14T20:52:42.7163680Z base_commit: HEAD^ 2025-08-14T20:52:42.7163918Z Changed files: ['torch/_inductor/ir.py'] 2025-08-14T20:52:42.7164231Z Results from EditedByPR 2025-08-14T20:52:42.7164392Z 2025-08-14T20:52:42.7164490Z Results from MentionedInPR 2025-08-14T20:52:42.7164666Z 2025-08-14T20:52:42.7164750Z base_commit: HEAD^ 2025-08-14T20:52:42.7164988Z Changed files: ['torch/_inductor/ir.py'] 2025-08-14T20:52:42.7165344Z Results from HistoricalClassFailurCorrelation 2025-08-14T20:52:42.7165732Z inductor/test_cpu_repro, CPUReproTests (0.25) 2025-08-14T20:52:42.7166222Z inductor/test_cpu_select_algorithm, TestSelectAlgorithmCPU (0.11147338488878213) 2025-08-14T20:52:42.7166778Z inductor/test_torchinductor, GPUTests (0.11131728021338613) 2025-08-14T20:52:42.7167270Z inductor/test_cudagraph_trees, CudaGraphTreeTests (0.0846977661696445) 2025-08-14T20:52:42.7167944Z inductor/test_cpu_select_algorithm, TestSelectAlgorithmDynamicShapesCPU (0.08455674729427233) 2025-08-14T20:52:42.7168742Z inductor/test_torchinductor_codegen_dynamic_shapes, DynamicShapesCodegenCpuTests (0.08183215324585423) 2025-08-14T20:52:42.7169628Z inductor/test_cpu_cpp_wrapper, DynamicShapesCppWrapperCpuTests (0.07247399722032276) 2025-08-14T20:52:42.7170304Z inductor/test_aot_inductor, AOTInductorTestABICompatibleGpu (0.07158526666989563) 2025-08-14T20:52:42.7170857Z inductor/test_torchinductor, CpuTests (0.07154949315094415) 2025-08-14T20:52:42.7171496Z inductor/test_torchinductor_opinfo, TestInductorOpInfoCUDA (0.06342143834273546) 2025-08-14T20:52:42.7172114Z inductor/test_mkldnn_pattern_matcher, TestPatternMatcher (0.058997482667373216) 2025-08-14T20:52:42.7172720Z distributed/test_c10d_functional_native, CompileTest (0.053405917932444306) 2025-08-14T20:52:42.7173263Z inductor/test_cpu_cpp_wrapper, TestCppWrapper (0.04929040378345159) 2025-08-14T20:52:42.7173899Z inductor/test_torchinductor_strided_blocks, TritonBlockPointerTestCPU (0.04695551885310706) 2025-08-14T20:52:42.7174524Z inductor/test_compile_subprocess, CpuTests (0.04591487846116357) 2025-08-14T20:52:42.7175104Z inductor/test_torchinductor_dynamic_shapes, DynamicShapesCpuTests (0.04556625693050186) 2025-08-14T20:52:42.7175770Z inductor/test_max_autotune, TestMaxAutotune (0.03804219550283988) 2025-08-14T20:52:42.7176493Z inductor/test_aot_inductor_arrayref, AOTInductorTestABICompatibleCpuWithStackAllocation (0.03799637986270564) 2025-08-14T20:52:42.7177267Z inductor/test_flex_attention, TestFlexAttentionCUDA (0.03410648142255261) 2025-08-14T20:52:42.7177768Z dynamo/test_repros, ReproTests (0.033190324161142544) 2025-08-14T20:52:42.7178184Z inductor/test_halide, HalideCpuTests (0.028472538055274103) 2025-08-14T20:52:42.7178738Z inductor/test_aot_inductor, AOTInductorTestABICompatibleCpu (0.02759033805940473) 2025-08-14T20:52:42.7179410Z inductor/test_torchinductor_dynamic_shapes, DynamicShapesGPUTests (0.026191305363244117) 2025-08-14T20:52:42.7180036Z inductor/test_triton_cpu_backend, CpuTritonTests (0.024356255541550874) 2025-08-14T20:52:42.7180573Z test_quantization, TestFXNumericSuiteNShadows (0.023703854019688466) 2025-08-14T20:52:42.7181131Z distributed/test_nvshmem_triton, NVSHMEMTritonTest (0.02328008730848648) 2025-08-14T20:52:42.7181708Z distributed/test_dynamo_distributed, TestMultiProc (0.022873463505588235) 2025-08-14T20:52:42.7182256Z inductor/test_torchinductor, TritonCodeGenTests (0.021004189076592) 2025-08-14T20:52:42.7182861Z distributed/pipelining/test_schedule_multiproc, ScheduleTest (0.01925367615260727) 2025-08-14T20:52:42.7183569Z distributed/tensor/parallel/test_micro_pipeline_tp, MicroPipelineTPTest (0.018719089749981772) 2025-08-14T20:52:42.7184305Z distributed/test_inductor_collectives, TestCollectivesMultiProc (0.018449015759940495) 2025-08-14T20:52:42.7184840Z test_foreach, TestForeachCUDA (0.01838271174482254) 2025-08-14T20:52:42.7185363Z distributed/test_distributed_spawn, TestDistBackendWithSpawn (0.01718141794720395) 2025-08-14T20:52:42.7185980Z dynamo/test_fx_graph_runnable, FxGraphRunnableTest (0.017033724802931458) 2025-08-14T20:52:42.7186546Z inductor/test_compiled_autograd, TestCompiledAutograd (0.016419748147816545) 2025-08-14T20:52:42.7187079Z test_torch, TestTorchDeviceTypeCUDA (0.015034640904165758) 2025-08-14T20:52:42.7187501Z dynamo/test_unspec, UnspecTests (0.014993141426865718) 2025-08-14T20:52:42.7188074Z distributed/test_dynamo_distributed, TestFakeDistributedSingleProc (0.014431123267244727) 2025-08-14T20:52:42.7188759Z test_dynamic_shapes, TestUbackedOps (0.013102122608606092) 2025-08-14T20:52:42.7189326Z inductor/test_cudagraph_trees_expandable_segments, CudaGraphTreeTests (0.01272824004539175) 2025-08-14T20:52:42.7189873Z test_jit, TestScript (0.01218848804118804) 2025-08-14T20:52:42.7190228Z inductor/test_fp8, TestFP8Types (0.01132205187841118) 2025-08-14T20:52:42.7190656Z inductor/test_padding, PaddingTest (0.010978959397247207) 2025-08-14T20:52:42.7191184Z inductor/test_compiled_optimizers, CompiledOptimizerTests (0.010861476214303178) 2025-08-14T20:52:42.7191848Z distributed/tensor/test_dtensor_compile, TestDTensorCompileE2E (0.01064177664303151) 2025-08-14T20:52:42.7192448Z inductor/test_multi_kernel, MultiKernelTest (0.010506673117315261) 2025-08-14T20:52:42.7192981Z inductor/test_max_autotune, TestMaxAutotuneSubproc (0.010091820267380355) 2025-08-14T20:52:42.7193522Z test_autograd, TestAutogradDeviceTypeCPU (0.009989000873258179) 2025-08-14T20:52:42.7194145Z functorch/test_aotdispatch, TestEagerFusionOpInfoCPU (0.009950424578173385) 2025-08-14T20:52:42.7194734Z inductor/test_inplace_padding, InplacePaddingTest (0.009927882398777873) 2025-08-14T20:52:42.7195258Z inductor/test_codecache, TestFxGraphCache (0.009864874245207824) 2025-08-14T20:52:42.7195810Z profiler/test_execution_trace, TestExecutionTraceCUDA (0.009606589472591305) 2025-08-14T20:52:42.7196390Z inductor/test_flex_decoding, TestFlexDecodingCUDA (0.009584869892551232) 2025-08-14T20:52:42.7196902Z test_quantization, TestXNNPACKQuantizer (0.009395015775873521) 2025-08-14T20:52:42.7197469Z distributed/tensor/test_dtensor_compile, TestDTensorCompile (0.009345053193505537) 2025-08-14T20:52:42.7198028Z inductor/test_torchbind, TestTorchbind (0.009004067703531148) 2025-08-14T20:52:42.7198609Z inductor/test_triton_kernels, KernelTests (0.008691676189487373) 2025-08-14T20:52:42.7199063Z test_mkldnn_fusion, TestMkldnnFusion (0.008645930525332177) 2025-08-14T20:52:42.7199525Z test_ops, TestCompositeComplianceCUDA (0.008606342931351717) 2025-08-14T20:52:42.7200083Z inductor/test_torchinductor_opinfo, TestInductorOpInfoCPU (0.008605288483471049) 2025-08-14T20:52:42.7200677Z inductor/test_kernel_benchmark, TestKernelBenchmark (0.00844007503663379) 2025-08-14T20:52:42.7201201Z inductor/test_cudagraph_trees, TestSAC (0.008353316018408417) 2025-08-14T20:52:42.7201717Z dynamo/test_dynamic_shapes, DynamicShapesExportTests (0.008234219547935405) 2025-08-14T20:52:42.7202232Z inductor/test_alignment, GPUTests (0.008234219547935405) 2025-08-14T20:52:42.7202622Z dynamo/test_misc, MiscTests (0.00809172477458964) 2025-08-14T20:52:42.7203029Z test_cuda_multigpu, TestCudaMultiGPU (0.007997916458094763) 2025-08-14T20:52:42.7203445Z test_linalg, TestLinalgCUDA (0.007931123944254716) 2025-08-14T20:52:42.7204043Z inductor/test_torchinductor_codegen_dynamic_shapes, DynamicShapesCodegenGPUTests (0.00781739217642502) 2025-08-14T20:52:42.7204743Z inductor/test_torchinductor, SweepInputsCpuTest (0.007685915547276481) 2025-08-14T20:52:42.7205219Z test_custom_ops, TestOpProfiles (0.00695007340415024) 2025-08-14T20:52:42.7205717Z inductor/test_flex_attention, TestLearnableBiasesCUDA (0.00687621556460903) 2025-08-14T20:52:42.7206287Z dynamo/test_dynamic_shapes, DynamicShapesMiscTests (0.006798785957694125) 2025-08-14T20:52:42.7206870Z distributed/test_dynamo_distributed, TestSingleProc (0.0066928283057190695) 2025-08-14T20:52:42.7207573Z inductor/test_mkldnn_pattern_matcher, TestDynamicPatternMatcherGenericCPU (0.006674057343470859) 2025-08-14T20:52:42.7208264Z inductor/test_benchmark_fusion, BenchmarkFusionCpuTest (0.00665599413458112) 2025-08-14T20:52:42.7208926Z distributed/_composable/test_replicate_with_compiler, ReplicateTest (0.0066558221584000835) 2025-08-14T20:52:42.7209532Z inductor/test_debug_trace, TestDebugTrace (0.006284310613320146) 2025-08-14T20:52:42.7209979Z export/test_export, TestExport (0.00613823639027912) 2025-08-14T20:52:42.7210418Z test_autograd, TestAutogradDeviceTypeCUDA (0.006084173332641161) 2025-08-14T20:52:42.7210874Z test_autograd, TestAutograd (0.005853365663494486) 2025-08-14T20:52:42.7211287Z test_torch, TestTorchDeviceTypeCPU (0.005530798363021846) 2025-08-14T20:52:42.7211934Z distributed/_composable/fsdp/test_fully_shard_training, TestFullyShard1DTrainingCore (0.005342632272511964) 2025-08-14T20:52:42.7212631Z inductor/test_compile_subprocess, GPUTests (0.005242494899912497) 2025-08-14T20:52:42.7213076Z dynamo/test_einops, TestEinops (0.004928055638537099) 2025-08-14T20:52:42.7213498Z test_matmul_cuda, TestMatmulCudaCUDA (0.004842505305571536) 2025-08-14T20:52:42.7213989Z inductor/test_pattern_matcher, TestPatternMatcher (0.004836564310226705) 2025-08-14T20:52:42.7214614Z inductor/test_external_callables, TestInductorExternalCallable (0.004834713461676969) 2025-08-14T20:52:42.7215135Z test_mps, TestMPS (0.0047597594718790485) 2025-08-14T20:52:42.7215625Z inductor/test_provenance_tracing, TestProvenanceTracingArtifact (0.00461704453223521) 2025-08-14T20:52:42.7216318Z inductor/test_max_autotune, TestPrologueFusion (0.004488705927650075) 2025-08-14T20:52:42.7216866Z functorch/test_control_flow, TestControlFlowTraced (0.004336183977308336) 2025-08-14T20:52:42.7217425Z export/test_torchbind, TestCompileTorchbind (0.0043028407278804335) 2025-08-14T20:52:42.7218034Z distributed/test_inductor_collectives, TestCollectivesInductor (0.004190629591359983) 2025-08-14T20:52:42.7218794Z distributed/test_compute_comm_reordering, TestComputeCommReorderingMultiProc (0.004138733249671314) 2025-08-14T20:52:42.7219551Z distributed/_tools/test_runtime_estimator, TestRuntimeEstimator (0.004117109773967702) 2025-08-14T20:52:42.7220243Z inductor/test_fused_attention, SDPAPatternRewriterCpuDynamicTests (0.004117109773967702) 2025-08-14T20:52:42.7220921Z test_fx, TestFXAPIBackwardCompatibility (0.004117109773967702) 2025-08-14T20:52:42.7221443Z dynamo/test_dynamic_shapes, DynamicShapesReproTests (0.004015383333824267) 2025-08-14T20:52:42.7222169Z distributed/_composable/fsdp/test_fully_shard_comm, TestFullyShardForceSumReduction (0.003937008500089158) 2025-08-14T20:52:42.7222784Z test_cuda, TestMemPool (0.003911254285269317) 2025-08-14T20:52:42.7223174Z dynamo/test_functions, FunctionTests (0.003862241073674464) 2025-08-14T20:52:42.7223679Z test_quantization, TestQuantizedFunctionalOps (0.0038322084685305587) 2025-08-14T20:52:42.7224261Z inductor/test_memory, TestOperatorReorderForPeakMemory (0.003796890124881326) 2025-08-14T20:52:42.7224904Z functorch/test_eager_transforms, TestCompileTransformsCPU (0.0037936225774416687) 2025-08-14T20:52:42.7225462Z functorch/test_ops, TestOperatorsCUDA (0.0037740172928037276) 2025-08-14T20:52:42.7226004Z inductor/test_unbacked_symints, TestUnbackedSymintsCPU (0.0037378229211644507) 2025-08-14T20:52:42.7226499Z test_ops, TestCommonCUDA (0.0037365890221312936) 2025-08-14T20:52:42.7226939Z inductor/test_flex_decoding, TestFlexDecodingCPU (0.0036929227063467883) 2025-08-14T20:52:42.7227455Z dynamo/test_decorators, DecoratorTests (0.0036759908696140198) 2025-08-14T20:52:42.7227958Z profiler/test_torch_tidy, TestTorchTidyProfiler (0.0035470712706311934) 2025-08-14T20:52:42.7228606Z distributed/test_c10d_nccl, ProcessGroupNCCLGroupTest (0.003529761244332845) 2025-08-14T20:52:42.7229253Z functorch/test_control_flow, TestAutoFunctionalizeControlFlow (0.0034933052627604748) 2025-08-14T20:52:42.7229811Z dynamo/test_modules, NNModuleTests (0.003430924811639752) 2025-08-14T20:52:42.7230246Z inductor/test_alignment, CpuTests (0.003430924811639752) 2025-08-14T20:52:42.7230708Z inductor/test_perf, MinCutPartitioningTests (0.003430924811639752) 2025-08-14T20:52:42.7231279Z distributed/tensor/test_dtensor_ops, TestDTensorOpsCPU (0.003321452432126751) 2025-08-14T20:52:42.7231819Z test_autograd, TestAutogradFunctional (0.0032990634617361785) 2025-08-14T20:52:42.7232244Z test_fx, TestVisionTracing (0.0032562595485017285) 2025-08-14T20:52:42.7232735Z distributed/test_c10d_functional_native, TestWithNCCL (0.0032125932327172224) 2025-08-14T20:52:42.7233297Z dynamo/test_backends, TestExplainWithBackend (0.003087832330475777) 2025-08-14T20:52:42.7233770Z test_dynamic_shapes, TestPySymInt (0.003087832330475777) 2025-08-14T20:52:42.7234264Z functorch/test_aotdispatch, TestAOTModuleSimplified (0.00304437394952834) 2025-08-14T20:52:42.7234888Z distributed/fsdp/test_fsdp_unshard_params, TestUnshardParams (0.002955496659169672) 2025-08-14T20:52:42.7235450Z test_transformers, TestSDPACudaOnlyCUDA (0.002776774632420999) 2025-08-14T20:52:42.7235951Z test_proxy_tensor, TestProxyTensorOpInfoCPU (0.0027218670172342034) 2025-08-14T20:52:42.7236491Z dynamo/test_structured_trace, StructuredTraceTest (0.0026467134261220944) 2025-08-14T20:52:42.7236971Z test_dataloader, TestDataLoader (0.002573193608729814) 2025-08-14T20:52:42.7237441Z inductor/test_binary_folding, FreezingCpuTests (0.0025160115285358187) 2025-08-14T20:52:42.7238003Z distributed/test_c10d_functional_native, CompileTestCPU (0.00240996476163059) 2025-08-14T20:52:42.7238898Z distributed/_composable/test_composability/test_2d_composability, TestFullyShard2DTraining (0.002406548689307312) 2025-08-14T20:52:42.7239618Z functorch/test_control_flow, TestHopSchema (0.002367338120031429) 2025-08-14T20:52:42.7240196Z dynamo/test_dynamic_shapes, DynamicShapesFunctionTests (0.002352634156552973) 2025-08-14T20:52:42.7240795Z inductor/test_inductor_freezing, FreezingGpuTests (0.0023330288719150315) 2025-08-14T20:52:42.7241361Z test_expanded_weights, TestExpandedWeightModuleCPU (0.002326494291585808) 2025-08-14T20:52:42.7241935Z distributed/test_c10d_gloo, ProcessGroupGlooTest (0.002266801264052717) 2025-08-14T20:52:42.7242400Z test_ops, TestMathBitsCUDA (0.0022644103756822367) 2025-08-14T20:52:42.7242931Z inductor/test_inductor_freezing, FreezingCpuTests (0.0022380186463619306) 2025-08-14T20:52:42.7243441Z inductor/test_torchinductor, TestFull (0.0022178478246671256) 2025-08-14T20:52:42.7243939Z inductor/test_control_flow, WhileLoopTests (0.0021291915742823165) 2025-08-14T20:52:42.7244448Z export/test_nativert, NativeRTTestExport (0.0020795605490959313) 2025-08-14T20:52:42.7245003Z distributed/tensor/test_attention, RingFlexAttentionTest (0.002058554886983851) 2025-08-14T20:52:42.7245581Z export/test_export, TestExportCustomClass (0.002058554886983851) 2025-08-14T20:52:42.7246106Z inductor/test_aot_inductor, AOTInductorLoggingTest (0.002058554886983851) 2025-08-14T20:52:42.7246740Z inductor/test_efficient_conv_bn_eval, EfficientConvBNEvalCpuTests (0.002058554886983851) 2025-08-14T20:52:42.7247264Z test_mps, TestMemoryLeak (0.002058554886983851) 2025-08-14T20:52:42.7247773Z inductor/test_fused_attention, SDPAPatternRewriterCpuTests (0.0020211266163114175) 2025-08-14T20:52:42.7248544Z test_binary_ufuncs, TestBinaryUfuncsCPU (0.0019556271426346586) 2025-08-14T20:52:42.7249097Z distributed/_tools/test_fake_collectives, TestFakeCollectives (0.001923768555098004) 2025-08-14T20:52:42.7249635Z test_jit, TestPythonBuiltinOP (0.0019118123019665318) 2025-08-14T20:52:42.7250199Z inductor/test_torchinductor_strided_blocks, TritonBlockPointerTestGPU (0.0019115152521992904) 2025-08-14T20:52:42.7250896Z inductor/test_benchmark_fusion, BenchmarkFusionCudaTest (0.0018298265662078678) 2025-08-14T20:52:42.7251536Z distributed/test_c10d_gloo, ProcessGroupGlooLazyInitTest (0.0016786427249144739) 2025-08-14T20:52:42.7252139Z dynamo/test_aot_autograd, AotAutogradFallbackTests (0.0016174359826301688) 2025-08-14T20:52:42.7252731Z export/test_retraceability, RetraceExportTestExport (0.0016094156389146472) 2025-08-14T20:52:42.7253317Z inductor/test_inductor_scheduler, TestSchedulerCUDA (0.0016078255489841192) 2025-08-14T20:52:42.7253785Z test_cuda, TestCuda (0.0015896618293930853) 2025-08-14T20:52:42.7254157Z dynamo/test_logging, LoggingTests (0.0015782254133542859) 2025-08-14T20:52:42.7254612Z test_quantization, TestNumericDebugger (0.0015782254133542859) 2025-08-14T20:52:42.7255044Z test_custom_ops, MiniOpTest (0.0015719873682422138) 2025-08-14T20:52:42.7255414Z test_decomp, HasDecompTest (0.0015719873682422138) 2025-08-14T20:52:42.7255959Z inductor/test_mkldnn_pattern_matcher, TestPatternMatcherGenericCPU (0.0015644718961843232) 2025-08-14T20:52:42.7256679Z inductor/test_torchinductor_dynamic_shapes, TestInductorDynamicCUDA (0.0015595112780180693) 2025-08-14T20:52:42.7257329Z inductor/test_torchinductor, SweepInputsGPUTest (0.001486734085043893) 2025-08-14T20:52:42.7257873Z inductor/test_online_softmax, TestOnlineSoftmax (0.0014867340850438927) 2025-08-14T20:52:42.7258509Z distributed/checkpoint/e2e/test_e2e_save_and_load, TestE2ESaveAndLoad (0.001470588556518529) 2025-08-14T20:52:42.7259355Z distributed/rpc/cuda/test_tensorpipe_agent, TensorPipeTensorPipeCudaDistAutogradTest (0.001440988420888696) 2025-08-14T20:52:42.7260184Z distributed/rpc/cuda/test_tensorpipe_agent, TensorPipeCudaRpcTest (0.0014115804939317839) 2025-08-14T20:52:42.7260787Z test_cuda_expandable_segments, TestCuda (0.0013838063406947001) 2025-08-14T20:52:42.7261467Z distributed/test_symmetric_memory, SymmMemSingleProcTest (0.001372369924655901) 2025-08-14T20:52:42.7262051Z functorch/test_eager_transforms, TestJacCUDA (0.001372369924655901) 2025-08-14T20:52:42.7262541Z inductor/test_fuzzer, TestConfigFuzzer (0.001372369924655901) 2025-08-14T20:52:42.7263024Z inductor/test_fxir_backend, FxirTestCase (0.001372369924655901) 2025-08-14T20:52:42.7263541Z test_quantization, TestQuantizePT2EX86Inductor (0.001372369924655901) 2025-08-14T20:52:42.7264105Z test_expanded_weights, TestExpandedWeightModuleCUDA (0.0012743435014661937) 2025-08-14T20:52:42.7264780Z dynamo/test_dynamic_shapes, DynamicShapesAotAutogradFallbackTests (0.0012488566314368698) 2025-08-14T20:52:42.7265346Z test_cuda, TestCudaMallocAsync (0.00124656934822911) 2025-08-14T20:52:42.7265897Z test_cuda_expandable_segments, TestCudaMallocAsync (0.00124656934822911) 2025-08-14T20:52:42.7266496Z distributions/test_distributions, TestDistributionShapes (0.001235132932190311) 2025-08-14T20:52:42.7267141Z onnx/exporter/test_hf_models_e2e, DynamoExporterHfModelsTest (0.001235132932190311) 2025-08-14T20:52:42.7267701Z test_cpp_api_parity, TestCppApiParity (0.001235132932190311) 2025-08-14T20:52:42.7268169Z inductor/test_op_dtype_prop, TestCaseCUDA (0.0011763170782764865) 2025-08-14T20:52:42.7268753Z test_ops_gradients, TestBwdGradientsCUDA (0.0011436416038799176) 2025-08-14T20:52:42.7269229Z test_ops_gradients, TestBwdGradientsCPU (0.0011436416038799171) 2025-08-14T20:52:42.7269647Z test_torch, TestTorch (0.001120768771802319) 2025-08-14T20:52:42.7270050Z inductor/test_foreach, ForeachTests (0.0011175012243626623) 2025-08-14T20:52:42.7270563Z test_dataloader, TestDataLoaderPersistentWorkers (0.0011175012243626623) 2025-08-14T20:52:42.7271282Z distributed/_shard/sharded_tensor/test_sharded_tensor, TestShardedTensorChunked (0.0011027972608842061) 2025-08-14T20:52:42.7271998Z distributed/fsdp/test_fsdp_core, TestParityWithDDPCUDA (0.0011027972608842061) 2025-08-14T20:52:42.7272647Z inductor/test_aot_inductor, AOTInductorTestABICompatibleMps (0.0010978959397247208) 2025-08-14T20:52:42.7273173Z test_modules, TestModuleCUDA (0.0010750231076471222) 2025-08-14T20:52:42.7273640Z dynamo/test_higher_order_ops, HigherOrderOpTests (0.0010456151806902101) 2025-08-14T20:52:42.7274150Z inductor/test_control_flow, MapTests (0.0010292774434919256) 2025-08-14T20:52:42.7274662Z test_autograd, TestAutogradStreamSynchronization (0.0010292774434919256) 2025-08-14T20:52:42.7275232Z test_nestedtensor, TestNestedTensorOpInfoCPU (0.0010292774434919256) 2025-08-14T20:52:42.7275768Z test_nestedtensor, TestNestedTensorOpInfoCUDA (0.0010292774434919256) 2025-08-14T20:52:42.7276353Z functorch/test_aotdispatch, TestAOTAutogradWithCache (0.0009998695165350136) 2025-08-14T20:52:42.7276894Z test_public_bindings, TestPublicBindings (0.000980264231897072) 2025-08-14T20:52:42.7277539Z inductor/test_compiled_autograd, TestDTensorCompileWithCompiledAutograd (0.0009404978426958868) 2025-08-14T20:52:42.7278212Z test_autograd_fallback, TestAutogradFallback (0.0009312510203022184) 2025-08-14T20:52:42.7278777Z distributed/test_symmetric_memory, SymmMemCollectiveTest (0.0009263496991427331) 2025-08-14T20:52:42.7279361Z inductor/test_snode_runtime, TestCommAnalysis (0.0009263496991427331) 2025-08-14T20:52:42.7279818Z test_custom_ops, TestCustomOp (0.0008920404510263356) 2025-08-14T20:52:42.7280291Z inductor/test_control_flow, AssociativeScanTests (0.0008889214284702995) 2025-08-14T20:52:42.7280879Z inductor/test_unbacked_symints, TestUnbackedSymintsCUDA (0.0008822378087073648) 2025-08-14T20:52:42.7281640Z distributed/checkpoint/test_consolidate_hf_safetensors, TestConsolidateHFSafeTensors (0.0008691676189487372) 2025-08-14T20:52:42.7282599Z distributed/checkpoint/test_hf_safetensor_e2e, TestDistributedHFSafetensorsConsolidation (0.0008691676189487372) 2025-08-14T20:52:42.7283316Z distributed/test_p2p_ipc, P2PIpcTest (0.0008691676189487372) 2025-08-14T20:52:42.7283855Z distributed/test_symmetric_memory, SymmetricMemoryTest (0.0008691676189487372) 2025-08-14T20:52:42.7284496Z export/test_export, TestDynamismExpression (0.0008691676189487372) 2025-08-14T20:52:42.7285225Z distributed/test_functional_api, TestFunctionalAutogradWithDistributedBackendCUDA (0.0008258726153732831) 2025-08-14T20:52:42.7286096Z distributed/_composable/fsdp/test_fully_shard_compile, TestFullyShardCompile (0.0008234219547935406) 2025-08-14T20:52:42.7286798Z dynamo/test_guard_serialization, TestGuardSerialization (0.0008234219547935406) 2025-08-14T20:52:42.7287351Z dynamo/test_subclasses, SubclassTests (0.0008234219547935406) 2025-08-14T20:52:42.7287805Z inductor/test_control_flow, CondTests (0.0008234219547935406) 2025-08-14T20:52:42.7288389Z inductor/test_cooperative_reductions, CooperativeReductionTests (0.0008234219547935406) 2025-08-14T20:52:42.7289036Z test_content_store, TestContentStoreCPU (0.0008234219547935406) 2025-08-14T20:52:42.7289478Z test_dynamic_shapes, TestUnbacked (0.0008234219547935406) 2025-08-14T20:52:42.7289967Z inductor/test_gpu_cpp_wrapper, TestGpuWrapper (0.0008087179913150844) 2025-08-14T20:52:42.7290483Z export/test_cpp_serdes, CppSerdesTestExport (0.0008069993462331871) 2025-08-14T20:52:42.7290964Z test_jit_fuser_te, TestTEFuserStatic (0.0008005491227159421) 2025-08-14T20:52:42.7291506Z inductor/test_fused_attention, SDPAPatternRewriterCudaTests (0.0007940140278366283) 2025-08-14T20:52:42.7292097Z distributed/test_c10d_gloo, LargeCommTest (0.0007859936841211069) 2025-08-14T20:52:42.7292790Z export/test_export_training_ir_to_run_decomp, TrainingIRToRunDecompExportTestExport (0.0007859936841211069) 2025-08-14T20:52:42.7293477Z export/test_serdes, SerDesExportTestExport (0.0007859936841211069) 2025-08-14T20:52:42.7301926Z inductor/test_triton_kernels, MutationTests (0.0007859936841211069) 2025-08-14T20:52:42.7302381Z test_testing, TestImports (0.0007515359111210885) 2025-08-14T20:52:42.7302826Z dynamo/test_modules, OptimizedModuleTest (0.0007433670425219463) 2025-08-14T20:52:42.7303313Z test_mobile_optimizer, TestOptimizer (0.000731930626483147) 2025-08-14T20:52:42.7303864Z dynamo/test_dynamic_shapes, DynamicShapesCtxManagerTests (0.0007265487836413592) 2025-08-14T20:52:42.7304570Z inductor/test_benchmark_fusion, BenchmarkMultiTemplateFusionCudaTest (0.0006861849623279506) 2025-08-14T20:52:42.7305267Z distributed/test_c10d_gloo, ProcessGroupGlooFRTest (0.0006861849623279505) 2025-08-14T20:52:42.7305860Z distributed/test_composability, ComposabilityTest (0.0006861849623279505) 2025-08-14T20:52:42.7306401Z inductor/test_analysis, TestAnalysisCUDA (0.0006861849623279505) 2025-08-14T20:52:42.7307035Z inductor/test_compiled_optimizers, CompiledOptimizerParityTestsCUDA (0.0006861849623279505) 2025-08-14T20:52:42.7307653Z inductor/test_mps_basic, MPSBasicTests (0.0006861849623279505) 2025-08-14T20:52:42.7308093Z test_hop_infra, TestHOPInfra (0.0006861849623279505) 2025-08-14T20:52:42.7308569Z test_ops, TestFakeTensorCUDA (0.0006861849623279505) 2025-08-14T20:52:42.7308995Z inductor/test_perf, InplacingTests (0.0006633121302503521) 2025-08-14T20:52:42.7309526Z inductor/test_max_autotune, TestMaxAutotunePrecompile (0.0005881585391382432) 2025-08-14T20:52:42.7310031Z test_nn, TestNNDeviceTypeCUDA (0.0005881585391382432) 2025-08-14T20:52:42.7310516Z dynamo/test_fake_distributed, TestFakeDistributed (0.0005489479698623604) 2025-08-14T20:52:42.7310981Z test_ops_jit, TestJitCUDA (0.0005489479698623604) 2025-08-14T20:52:42.7311583Z distributed/_composable/fsdp/test_fully_shard_comm, TestFullyShardCollectiveOps (0.0005146387217459628) 2025-08-14T20:52:42.7312265Z distributed/algorithms/test_join, TestJoin (0.0005146387217459628) 2025-08-14T20:52:42.7312843Z distributed/fsdp/test_fsdp_state_dict, TestFSDPStateDict (0.0005146387217459628) 2025-08-14T20:52:42.7313518Z distributed/fsdp/test_fsdp_tp_integration, TestTPFSDPIntegration (0.0005146387217459628) 2025-08-14T20:52:42.7314202Z higher_order_ops/test_invoke_subgraph, TestInvokeSubgraphCompile (0.0004731110513389164) 2025-08-14T20:52:42.7314958Z distributed/test_store, TestClientProtocol (0.00045745664155196695) 2025-08-14T20:52:42.7315537Z dynamo/test_higher_order_ops, TestHigherOrderOpsOpInfoCUDA (0.00045745664155196695) 2025-08-14T20:52:42.7316126Z dynamo/test_subclasses, TestNestedTensor (0.00045745664155196695) 2025-08-14T20:52:42.7316775Z higher_order_ops/test_invoke_subgraph, TestInvokeSubgraphExportNonstrict (0.00045745664155196695) 2025-08-14T20:52:42.7317436Z inductor/test_aot_inductor, AOTInductorTestFX (0.00045745664155196695) 2025-08-14T20:52:42.7317989Z inductor/test_halide, HalideSweepInputsCpuTest (0.00045745664155196695) 2025-08-14T20:52:42.7318582Z inductor/test_triton_cpu_backend, SweepInputsCpuTritonTest (0.00045745664155196695) 2025-08-14T20:52:42.7319143Z test_hub, TestHub (0.00045745664155196695) 2025-08-14T20:52:42.7319479Z test_linalg, TestLinalgCPU (0.00045745664155196695) 2025-08-14T20:52:42.7319893Z test_matmul_cuda, TestFP8MatmulCUDA (0.00045745664155196695) 2025-08-14T20:52:42.7320478Z distributed/elastic/utils/distributed_test, DistributedUtilTest (0.0004117109773967703) 2025-08-14T20:52:42.7321270Z dynamo/test_activation_checkpointing, ActivationCheckpointingViaTagsTestsCUDA (0.0004117109773967703) 2025-08-14T20:52:42.7322002Z export/test_export_strict, StrictExportTestExport (0.0004117109773967703) 2025-08-14T20:52:42.7322628Z export/test_retraceability, RetraceExportNonStrictTestExport (0.0004117109773967703) 2025-08-14T20:52:42.7323309Z export/test_serdes, SerDesExportTestDynamismExpression (0.0004117109773967703) 2025-08-14T20:52:42.7323915Z functorch/test_vmap, TestVmapOperatorsOpInfoCUDA (0.0004117109773967703) 2025-08-14T20:52:42.7324546Z inductor/test_provenance_tracing, TestKernelInformationAOTI (0.0004117109773967703) 2025-08-14T20:52:42.7325198Z onnx/exporter/test_small_models_e2e, DynamoExporterTest (0.0004117109773967703) 2025-08-14T20:52:42.7325830Z test_cpp_extensions_mtia_backend, TestCppExtensionMTIABackend (0.0004117109773967703) 2025-08-14T20:52:42.7326370Z test_modules, TestModuleCPU (0.0004117109773967703) 2025-08-14T20:52:42.7326801Z inductor/test_mps_basic, MPSBasicTestsAOTI (0.000394464617381041) 2025-08-14T20:52:42.7327501Z export/test_export_with_inline_and_install, InlineAndInstallStrictExportTestExport (0.00037428270672433664) 2025-08-14T20:52:42.7328134Z test_fx, TestCommonPass (0.00034309248116397523) 2025-08-14T20:52:42.7328773Z distributed/_composable/fsdp/test_fully_shard_training, TestFullyShard1DTrainingCompose (0.00031670075184366946) 2025-08-14T20:52:42.7329613Z inductor/test_compiled_autograd, TestAutogradWithCompiledAutograd (0.0002940792695691216) 2025-08-14T20:52:42.7330301Z inductor/test_distributed_patterns, DistributedPatternTests (0.0002940792695691216) 2025-08-14T20:52:42.7330946Z inductor/test_max_autotune, TestMaxAutotuneRemoteCache (0.0002940792695691216) 2025-08-14T20:52:42.7331536Z inductor/test_select_algorithm, TestSelectAlgorithm (0.0002940792695691216) 2025-08-14T20:52:42.7332085Z dynamo/test_modes, TorchFunctionModeTests (0.0002744739849311802) 2025-08-14T20:52:42.7332624Z higher_order_ops/test_with_effects, TestWithEffects (0.0002744739849311802) 2025-08-14T20:52:42.7333129Z test_quantization, TestQuantizedOps (0.0002744739849311802) 2025-08-14T20:52:42.7333628Z distributed/tensor/test_dtensor, DTensorTest (0.0002573193608729814) 2025-08-14T20:52:42.7334253Z export/test_unflatten_training_ir, TrainingIRUnflattenTestUnflatten (0.000227368727141141) 2025-08-14T20:52:42.7334823Z test_decomp, TestDecompCUDA (0.00022367847473287735) 2025-08-14T20:52:42.7335286Z inductor/test_codecache, TestStandaloneCompile (0.0002183315789225297) 2025-08-14T20:52:42.7336023Z distributed/_composable/fsdp/test_fully_shard_clip_grad_norm_, TestClipGradNormWorldSize4 (0.00020585548869838516) 2025-08-14T20:52:42.7336895Z distributed/_composable/fsdp/test_fully_shard_overlap, TestFullyShardOverlap (0.00020585548869838516) 2025-08-14T20:52:42.7337795Z distributed/_composable/fsdp/test_fully_shard_training, TestFullyShardNDTraining (0.00020585548869838516) 2025-08-14T20:52:42.7338672Z distributed/_tools/test_fsdp2_mem_tracker, TestTrackerFullyShard1DTrainingCompose (0.00020585548869838516) 2025-08-14T20:52:42.7339528Z distributed/_tools/test_fsdp2_mem_tracker, TestTrackerFullyShard1DTrainingCore (0.00020585548869838516) 2025-08-14T20:52:42.7340277Z distributed/elastic/test_control_plane, WorkerServerTest (0.00020585548869838516) 2025-08-14T20:52:42.7341032Z distributed/fsdp/test_distributed_checkpoint, TestDistributedCheckpointCUDA (0.00020585548869838516) 2025-08-14T20:52:42.7341728Z distributed/fsdp/test_fsdp_apply, TestApplyCUDA (0.00020585548869838516) 2025-08-14T20:52:42.7342346Z distributed/fsdp/test_fsdp_exec_order, TestFSDPExecOrderCUDA (0.00020585548869838516) 2025-08-14T20:52:42.7343044Z distributed/fsdp/test_fsdp_misc, TestFSDPMiscMultiThread (0.00020585548869838516) 2025-08-14T20:52:42.7343675Z distributed/fsdp/test_fsdp_pure_fp16, TestPureFP16CUDA (0.00020585548869838516) 2025-08-14T20:52:42.7344320Z distributed/fsdp/test_fsdp_uneven, TestUnevenParamShardCUDA (0.00020585548869838516) 2025-08-14T20:52:42.7344942Z distributed/launcher/test_run, ElasticLaunchTest (0.00020585548869838516) 2025-08-14T20:52:42.7345593Z distributed/pipelining/test_transformer, TransformerTestsCUDA (0.00020585548869838516) 2025-08-14T20:52:42.7346292Z distributed/pipelining/test_unflatten, UnflattenTestsCUDA (0.00020585548869838516) 2025-08-14T20:52:42.7347031Z distributed/rpc/test_tensorpipe_agent, TensorPipeDdpUnderDistAutogradTest (0.00020585548869838516) 2025-08-14T20:52:42.7347775Z distributed/rpc/test_tensorpipe_agent, TensorPipeRpcTest (0.00020585548869838516) 2025-08-14T20:52:42.7348599Z distributed/tensor/test_dtensor, DTensorMeshTest (0.00020585548869838516) 2025-08-14T20:52:42.7349225Z distributed/test_c10d_gloo, DistributedDataParallelTest (0.00020585548869838516) 2025-08-14T20:52:42.7349855Z distributed/test_device_mesh, DeviceMeshCollectiveTest (0.00020585548869838516) 2025-08-14T20:52:42.7350462Z dynamo/test_aot_autograd_cache, AOTAutogradCacheTests (0.00020585548869838516) 2025-08-14T20:52:42.7351030Z dynamo/test_backends, TestOptimizationsCUDA (0.00020585548869838516) 2025-08-14T20:52:42.7351596Z dynamo/test_ctx_manager, ContextlibContextManagerTests (0.00020585548869838516) 2025-08-14T20:52:42.7352167Z dynamo/test_export, ExportTestsDeviceCUDA (0.00020585548869838516) 2025-08-14T20:52:42.7352651Z dynamo/test_misc, MiscTestsDeviceCUDA (0.00020585548869838516) 2025-08-14T20:52:42.7353093Z functorch/test_dims, TestMin (0.00020585548869838516) 2025-08-14T20:52:42.7353668Z higher_order_ops/test_invoke_subgraph, TestInvokeSubgraphExportStrict (0.00020585548869838516) 2025-08-14T20:52:42.7354316Z inductor/test_compile_worker, TestCompileWorker (0.00020585548869838516) 2025-08-14T20:52:42.7354907Z inductor/test_extension_backend, ExtensionBackendTests (0.00020585548869838516) 2025-08-14T20:52:42.7355591Z inductor/test_fused_attention, SDPAPatternRewriterCudaDynamicTests (0.00020585548869838516) 2025-08-14T20:52:42.7356292Z nn/test_convolution, TestConvolutionNNDeviceTypeCUDA (0.00020585548869838516) 2025-08-14T20:52:42.7356889Z nn/test_parametrization, TestNNParametrization (0.00020585548869838516) 2025-08-14T20:52:42.7357471Z profiler/test_kineto, SimpleKinetoInitializationTest (0.00020585548869838516) 2025-08-14T20:52:42.7358083Z profiler/test_memory_profiler, TestIdentifyGradients (0.00020585548869838516) 2025-08-14T20:52:42.7358613Z profiler/test_profiler, TestProfiler (0.00020585548869838516) 2025-08-14T20:52:42.7359104Z profiler/test_profiler, TestProfilerCUDA (0.00020585548869838516) 2025-08-14T20:52:42.7359608Z test_dataloader, TestIndividualWorkerQueue (0.00020585548869838516) 2025-08-14T20:52:42.7360094Z test_jit_fuser_te, TestNNCOpInfoCPU (0.00020585548869838516) 2025-08-14T20:52:42.7360521Z test_mps, TestAdvancedIndexing (0.00020585548869838516) 2025-08-14T20:52:42.7361003Z test_nestedtensor, TestNestedTensorSubclassCUDA (0.00020585548869838516) 2025-08-14T20:52:42.7361617Z test_openreg, TestOpenReg (0.00020585548869838516) 2025-08-14T20:52:42.7361980Z test_ops_jit, TestJitCPU (0.00020585548869838516) 2025-08-14T20:52:42.7362382Z test_optim, TestOptimRenewedCUDA (0.00020585548869838516) 2025-08-14T20:52:42.7362843Z test_overrides, TestTorchFunctionWarning (0.00020585548869838516) 2025-08-14T20:52:42.7363333Z test_quantization, TestQuantizePT2E (0.00020585548869838516) 2025-08-14T20:52:42.7363854Z test_schema_check, TestSchemaCheckModeOpInfoCUDA (0.00020585548869838516) 2025-08-14T20:52:42.7364337Z test_testing, TestTestingCUDA (0.00020585548869838516) 2025-08-14T20:52:42.7364739Z test_type_hints, TestTypeHints (0.00020585548869838516) 2025-08-14T20:52:42.7365197Z test_sparse, TestSparseCPU (0.00018714135336216832) 2025-08-14T20:52:42.7365576Z test_jit_legacy, TestScript (0.00016356226306669575) 2025-08-14T20:52:42.7365988Z export/test_unflatten, TestUnflatten (0.00013077908738345868) 2025-08-14T20:52:42.7366419Z test_cuda, TestCompileKernel (0.00012109146394022655) 2025-08-14T20:52:42.7366768Z test_jit, TestMisc (0.00012109146394022655) 2025-08-14T20:52:42.7367355Z distributed/_composable/fsdp/test_fully_shard_init, TestFullyShardMetaDeviceInit (0.00010041731156018787) 2025-08-14T20:52:42.7368026Z inductor/test_control_flow, ScanTests (9.574673892948146e-05) 2025-08-14T20:52:42.7368525Z distributed/test_nccl, NCCLSymmetricMemoryTest (6.861849623279505e-05) 2025-08-14T20:52:42.7369101Z dynamo/test_error_messages, GraphBreakMessagesTest (5.7361334363883005e-05) 2025-08-14T20:52:42.7369609Z test_numa_binding, NumaBindingTest (2.0899034385622856e-05) 2025-08-14T20:52:42.7370164Z inductor/test_fused_attention, SDPAPatternRewriterGpuTests (1.9238830719475245e-05) 2025-08-14T20:52:42.7370766Z dynamo/cpython/3_13/test_sys, SysModuleTest (1.6273161161927677e-05) 2025-08-14T20:52:42.7371319Z torch_np/numpy_tests/core/test_numeric, TestCreationFuncs (1.565440978694944e-05) 2025-08-14T20:52:42.7372124Z distributed/checkpoint/test_fsdp_tp_checkpoint_conversion, TestFsdpTpCheckpointConversion (1.4148143553153618e-05) 2025-08-14T20:52:42.7372982Z distributed/tensor/parallel/test_tp_style, TensorParallelStyleTest (1.4148143553153618e-05) 2025-08-14T20:52:43.1566644Z distributed/tensor/test_redistribute, RedistributeTest (1.4148143553153618e-05) 2025-08-14T20:52:43.1567378Z base_commit: HEAD^ 2025-08-14T20:52:43.1567643Z Changed files: ['torch/_inductor/ir.py'] 2025-08-14T20:52:43.1567996Z Results from CorrelatedWithHistoricalFailures 2025-08-14T20:52:43.1568354Z inductor/test_aot_inductor (0.25) 2025-08-14T20:52:43.1568735Z inductor/test_torchinductor_dynamic_shapes (0.1756495469228774) 2025-08-14T20:52:43.1569206Z distributed/test_dynamo_distributed (0.1630712850597493) 2025-08-14T20:52:43.1569711Z inductor/test_torchinductor_codegen_dynamic_shapes (0.1546494270022689) 2025-08-14T20:52:43.1570181Z inductor/test_flex_attention (0.1466300085551992) 2025-08-14T20:52:43.1570556Z inductor/test_torchinductor (0.1405278816160488) 2025-08-14T20:52:43.1570918Z inductor/test_max_autotune (0.1284837394653665) 2025-08-14T20:52:43.1571264Z inductor/test_halide (0.08618551412154363) 2025-08-14T20:52:43.1571639Z distributed/test_inductor_collectives (0.0848933889486091) 2025-08-14T20:52:43.1572086Z inductor/test_torchinductor_opinfo (0.08094036876615257) 2025-08-14T20:52:43.1572536Z inductor/test_torchinductor_strided_blocks (0.06619742881099228) 2025-08-14T20:52:43.1573025Z distributed/tensor/test_dtensor_compile (0.06371787546472796) 2025-08-14T20:52:43.1573472Z inductor/test_cpu_select_algorithm (0.061765611946024195) 2025-08-14T20:52:43.1573897Z inductor/test_triton_cpu_backend (0.05970072299270578) 2025-08-14T20:52:43.1574273Z test_dynamic_shapes (0.05777965489878059) 2025-08-14T20:52:43.1574636Z inductor/test_aot_inductor_arrayref (0.05452167105788087) 2025-08-14T20:52:43.1575018Z dynamo/test_unspec (0.047190072493478064) 2025-08-14T20:52:43.1575355Z inductor/test_flex_decoding (0.043095658277497825) 2025-08-14T20:52:43.1575921Z inductor/test_padding (0.039616357155018614) 2025-08-14T20:52:43.1576231Z test_torch (0.034721660667238245) 2025-08-14T20:52:43.1576566Z inductor/test_kernel_benchmark (0.03379042227928059) 2025-08-14T20:52:43.1576944Z inductor/test_triton_kernels (0.032187407471047216) 2025-08-14T20:52:43.1577334Z inductor/test_benchmark_fusion (0.031827258769637955) 2025-08-14T20:52:43.1577716Z dynamo/test_dynamic_shapes (0.03174416464883579) 2025-08-14T20:52:43.1578128Z distributed/test_c10d_functional_native (0.03134643740645316) 2025-08-14T20:52:43.1578537Z dynamo/test_functions (0.02832766256462753) 2025-08-14T20:52:43.1578869Z inductor/test_alignment (0.027964487403542557) 2025-08-14T20:52:43.1579332Z inductor/test_torchbind (0.02676565331788266) 2025-08-14T20:52:43.1579686Z functorch/test_control_flow (0.026589970300825144) 2025-08-14T20:52:43.1580051Z inductor/test_cpu_repro (0.024953355281675978) 2025-08-14T20:52:43.1580424Z inductor/test_inplace_padding (0.02443400350713593) 2025-08-14T20:52:43.1580794Z inductor/test_multi_kernel (0.02411490829757203) 2025-08-14T20:52:43.1581142Z export/test_export (0.023798061249984452) 2025-08-14T20:52:43.1581446Z test_reductions (0.023480075285822057) 2025-08-14T20:52:43.1581865Z distributed/tensor/test_attention (0.019532770747019874) 2025-08-14T20:52:43.1582297Z inductor/test_provenance_tracing (0.01707831195002063) 2025-08-14T20:52:43.1582675Z inductor/test_control_flow (0.01686708493744204) 2025-08-14T20:52:43.1583030Z dynamo/test_einops (0.016736322006665617) 2025-08-14T20:52:43.1583402Z inductor/test_external_callables (0.016419319756017736) 2025-08-14T20:52:43.1583752Z test_ops (0.015580461586954057) 2025-08-14T20:52:43.1584191Z distributed/tensor/parallel/test_micro_pipeline_tp (0.015099556864632232) 2025-08-14T20:52:43.1584688Z inductor/test_unbacked_symints (0.01502450985316705) 2025-08-14T20:52:43.1585080Z inductor/test_fused_attention (0.014744911540049713) 2025-08-14T20:52:43.1585435Z export/test_torchbind (0.014613010332525347) 2025-08-14T20:52:43.1585768Z test_matmul_cuda (0.014115407927502432) 2025-08-14T20:52:43.1586155Z distributed/test_compute_comm_reordering (0.014055679855667136) 2025-08-14T20:52:43.1586651Z distributed/_tools/test_runtime_estimator (0.013982243701771278) 2025-08-14T20:52:43.1587062Z inductor/test_fp8 (0.013982243701771278) 2025-08-14T20:52:43.1587400Z inductor/test_cutlass_backend (0.013881302370234428) 2025-08-14T20:52:43.1587788Z inductor/test_combo_kernels (0.013812761959931629) 2025-08-14T20:52:43.1588165Z functorch/test_eager_transforms (0.01288363883948925) 2025-08-14T20:52:43.1588666Z dynamo/test_decorators (0.01248414616229578) 2025-08-14T20:52:43.1588987Z dynamo/test_misc (0.012090201994507783) 2025-08-14T20:52:43.1589333Z inductor/test_triton_syntax (0.011606972207634651) 2025-08-14T20:52:43.1589725Z inductor/test_cpu_cpp_wrapper (0.011516338679075444) 2025-08-14T20:52:43.1590086Z inductor/test_codecache (0.011374444281202826) 2025-08-14T20:52:43.1590423Z test_linalg (0.011298782789310124) 2025-08-14T20:52:43.1590711Z dynamo/test_modules (0.01126347409309353) 2025-08-14T20:52:43.1591034Z dynamo/test_backends (0.011185794961417023) 2025-08-14T20:52:43.1591342Z test_modules (0.010642041039681473) 2025-08-14T20:52:43.1591676Z dynamo/test_higher_order_ops (0.010253645381298937) 2025-08-14T20:52:43.1592015Z test_proxy_tensor (0.009243816669504345) 2025-08-14T20:52:43.1592329Z test_fake_tensor (0.00898070993318069) 2025-08-14T20:52:43.1592681Z inductor/test_inductor_freezing (0.008299716453743718) 2025-08-14T20:52:43.1593070Z inductor/test_cudagraph_trees (0.008156308826033246) 2025-08-14T20:52:43.1593430Z export/test_nativert (0.0070624598289559) 2025-08-14T20:52:43.1593823Z distributed/_tools/test_fake_collectives (0.006533369824934793) 2025-08-14T20:52:43.1594223Z test_custom_ops (0.006037787053037597) 2025-08-14T20:52:43.1594508Z test_fx (0.005879506690687347) 2025-08-14T20:52:43.1594785Z test_foreach (0.005815342266873054) 2025-08-14T20:52:43.1595239Z inductor/test_compiled_optimizers (0.005592897480708511) 2025-08-14T20:52:43.1595625Z dynamo/test_logging (0.0050491435589729615) 2025-08-14T20:52:43.1595989Z inductor/test_online_softmax (0.0050491435589729615) 2025-08-14T20:52:43.1596356Z inductor/test_debug_trace (0.004893785295619947) 2025-08-14T20:52:43.1596689Z test_decomp (0.004766673989240209) 2025-08-14T20:52:43.1597037Z distributed/test_symmetric_memory (0.004660747900590426) 2025-08-14T20:52:43.1597421Z inductor/test_fuzzer (0.004660747900590426) 2025-08-14T20:52:43.1597760Z inductor/test_op_dtype_prop (0.00441863112653378) 2025-08-14T20:52:43.1598158Z inductor/test_compiled_autograd (0.004359240755474911) 2025-08-14T20:52:43.1598617Z test_expanded_weights (0.004327837336262539) 2025-08-14T20:52:43.1598953Z inductor/test_memory (0.004272352242207891) 2025-08-14T20:52:43.1599349Z dynamo/test_activation_checkpointing (0.0042480404529045565) 2025-08-14T20:52:43.1599785Z distributions/test_distributions (0.004194673110531384) 2025-08-14T20:52:43.1600154Z doctests (0.004194673110531384) 2025-08-14T20:52:43.1600468Z dynamo/test_autograd_function (0.004194673110531384) 2025-08-14T20:52:43.1600870Z onnx/exporter/test_hf_models_e2e (0.004194673110531384) 2025-08-14T20:52:43.1601232Z test_cpp_api_parity (0.004194673110531384) 2025-08-14T20:52:43.1601556Z test_nestedtensor (0.004194673110531383) 2025-08-14T20:52:43.1601865Z export/test_serdes (0.0040675618041516445) 2025-08-14T20:52:43.1602213Z functorch/test_aotdispatch (0.003954573976258542) 2025-08-14T20:52:43.1602568Z dynamo/test_repros (0.0038839565838253553) 2025-08-14T20:52:43.1602877Z test_ops_gradients (0.0038839565838253553) 2025-08-14T20:52:43.1603222Z inductor/test_ck_backend (0.003834524409122124) 2025-08-14T20:52:43.1603616Z inductor/test_cooperative_reductions (0.003795180433337919) 2025-08-14T20:52:43.1604019Z inductor/test_mps_basic (0.003670027424395402) 2025-08-14T20:52:43.1604365Z profiler/test_cpp_thread (0.0034955609254428196) 2025-08-14T20:52:43.1604728Z dynamo/test_ctx_manager (0.003480526254795754) 2025-08-14T20:52:43.1605099Z inductor/test_compile_subprocess (0.003470637139878165) 2025-08-14T20:52:43.1605466Z test_testing (0.0032514265116023685) 2025-08-14T20:52:43.1605802Z inductor/test_snode_runtime (0.0031460048328985375) 2025-08-14T20:52:43.1606189Z distributed/test_functional_api (0.002804771504462453) 2025-08-14T20:52:43.1606695Z distributed/_composable/fsdp/test_fully_shard_compile (0.0027964487403542558) 2025-08-14T20:52:43.1607181Z export/test_retraceability (0.0027964487403542558) 2025-08-14T20:52:43.1607541Z test_autoload_enable (0.0027964487403542558) 2025-08-14T20:52:43.1607863Z test_content_store (0.0027964487403542558) 2025-08-14T20:52:43.1608196Z export/test_cpp_serdes (0.0027406754120447786) 2025-08-14T20:52:43.1608523Z test_mps (0.002696575571055889) 2025-08-14T20:52:43.1608895Z export/test_export_training_ir_to_run_decomp (0.002669337433974517) 2025-08-14T20:52:43.1609378Z inductor/test_aot_inductor_package (0.0025634113453247343) 2025-08-14T20:52:43.1609758Z test_public_bindings (0.0025523143265138047) 2025-08-14T20:52:43.1610101Z inductor/test_analysis (0.002330373950295213) 2025-08-14T20:52:43.1610442Z inductor/test_cuda_repro (0.002330373950295213) 2025-08-14T20:52:43.1610774Z test_hop_infra (0.002330373950295213) 2025-08-14T20:52:43.1611138Z higher_order_ops/test_invoke_subgraph (0.0022526948186187058) 2025-08-14T20:52:43.1611539Z inductor/test_perf (0.0022526948186187058) 2025-08-14T20:52:43.1611846Z test_nn (0.0021282861691104965) 2025-08-14T20:52:43.1612188Z distributed/tensor/test_dtensor_ops (0.002097336555265692) 2025-08-14T20:52:43.1612590Z dynamo/test_interop (0.0019974633859673255) 2025-08-14T20:52:43.1612933Z inductor/test_quantization (0.0019974633859673255) 2025-08-14T20:52:43.1613286Z test_tensorboard (0.0019974633859673255) 2025-08-14T20:52:43.1613722Z distributed/_composable/test_replicate_with_compiler (0.001930881273101748) 2025-08-14T20:52:43.1614307Z dynamo/test_fake_distributed (0.0018642991602361703) 2025-08-14T20:52:43.1614715Z inductor/test_pattern_matcher (0.0018642991602361703) 2025-08-14T20:52:43.1615110Z inductor/test_gpu_cpp_wrapper (0.0017477804627214098) 2025-08-14T20:52:43.1615532Z distributed/tensor/test_dtensor (0.0015730024164492687) 2025-08-14T20:52:43.1615907Z dynamo/test_subclasses (0.001553582633530142) 2025-08-14T20:52:43.1616271Z inductor/test_fxir_backend (0.001553582633530142) 2025-08-14T20:52:43.1616644Z test_transformers_privateuse1 (0.001553582633530142) 2025-08-14T20:52:43.1617025Z export/test_export_strict (0.0013982243701771279) 2025-08-14T20:52:43.1617405Z test_cpp_extensions_mtia_backend (0.0013982243701771279) 2025-08-14T20:52:43.1617827Z test_autograd (0.001278174803040708) 2025-08-14T20:52:43.1618207Z export/test_export_with_inline_and_install (0.001271113063797389) 2025-08-14T20:52:43.1618634Z test_autograd_fallback (0.0011651869751476065) 2025-08-14T20:52:43.1619008Z inductor/test_compile_worker (0.0011103546469053661) 2025-08-14T20:52:43.1619362Z inductor/test_foreach (0.0009321495801180851) 2025-08-14T20:52:43.1619688Z test_jit (0.0007923271431003725) 2025-08-14T20:52:43.1620024Z export/test_unflatten_training_ir (0.0007721739588170403) 2025-08-14T20:52:43.1620447Z profiler/test_memory_profiler (0.0007697295775217521) 2025-08-14T20:52:43.1620907Z distributed/fsdp/test_distributed_checkpoint (0.0006991121850885639) 2025-08-14T20:52:43.1621396Z distributed/fsdp/test_fsdp_apply (0.0006991121850885639) 2025-08-14T20:52:43.1621851Z distributed/fsdp/test_fsdp_exec_order (0.0006991121850885639) 2025-08-14T20:52:43.1622286Z distributed/fsdp/test_fsdp_misc (0.0006991121850885639) 2025-08-14T20:52:43.1622742Z distributed/fsdp/test_fsdp_pure_fp16 (0.0006991121850885639) 2025-08-14T20:52:43.1623183Z distributed/fsdp/test_fsdp_uneven (0.0006991121850885639) 2025-08-14T20:52:43.1623647Z distributed/rpc/test_tensorpipe_agent (0.0006991121850885639) 2025-08-14T20:52:43.1624077Z distributed/test_c10d_gloo (0.0006991121850885639) 2025-08-14T20:52:43.1624466Z distributed/test_device_mesh (0.0006991121850885639) 2025-08-14T20:52:43.1624876Z distributed/test_distributed_spawn (0.0006991121850885639) 2025-08-14T20:52:43.1625270Z functorch/test_dims (0.0006991121850885639) 2025-08-14T20:52:43.1625600Z functorch/test_ops (0.0006991121850885639) 2025-08-14T20:52:43.1625954Z inductor/test_extension_backend (0.0006991121850885639) 2025-08-14T20:52:43.1626344Z nn/test_parametrization (0.0006991121850885639) 2025-08-14T20:52:43.1626689Z profiler/test_kineto (0.0006991121850885639) 2025-08-14T20:52:43.1627037Z profiler/test_profiler (0.0006991121850885639) 2025-08-14T20:52:43.1627387Z test_ci_sanity_check_fail (0.0006991121850885639) 2025-08-14T20:52:43.1627734Z test_cuda_multigpu (0.0006991121850885639) 2025-08-14T20:52:43.1628045Z test_dataloader (0.0006991121850885639) 2025-08-14T20:52:43.1628483Z test_jit_fuser_te (0.0006991121850885639) 2025-08-14T20:52:43.1628854Z test_model_exports_to_core_aten (0.0006991121850885639) 2025-08-14T20:52:43.1629199Z test_ops_jit (0.0006991121850885639) 2025-08-14T20:52:43.1629500Z test_overrides (0.0006991121850885639) 2025-08-14T20:52:43.1629801Z test_quantization (0.0006991121850885639) 2025-08-14T20:52:43.1630118Z test_type_hints (0.0006991121850885639) 2025-08-14T20:52:43.1630411Z test_sparse (0.0006355565318986945) 2025-08-14T20:52:43.1630783Z inductor/test_mkldnn_pattern_matcher (0.0006079236392074469) 2025-08-14T20:52:43.1631165Z test_jit_legacy (0.0005554788548685669) 2025-08-14T20:52:43.1631493Z export/test_unflatten (0.00044414289909217887) 2025-08-14T20:52:43.1631866Z inductor/test_async_compile (0.00042370435459912964) 2025-08-14T20:52:43.1632273Z inductor/test_static_cuda_launcher (0.0004112424618168023) 2025-08-14T20:52:43.1632685Z dynamo/test_error_messages (0.00019480659981569178) 2025-08-14T20:52:43.1633062Z dynamo/test_fx_graph_runnable (7.133797807026162e-05) 2025-08-14T20:52:43.1633520Z test_numa_binding (7.097585635416892e-05) 2025-08-14T20:52:43.1633870Z inductor/test_memory_planning (6.887804779197674e-05) 2025-08-14T20:52:43.1634262Z inductor/test_remote_cache (6.887804779197674e-05) 2025-08-14T20:52:43.1634659Z test_cpp_extensions_aot_no_ninja (5.660827409623999e-05) 2025-08-14T20:52:43.1635052Z dynamo/cpython/3_13/test_sys (5.5265785382495164e-05) 2025-08-14T20:52:43.1635411Z test_datapipe (5.3367342373172814e-05) 2025-08-14T20:52:43.1635874Z distributed/checkpoint/test_fsdp_tp_checkpoint_conversion (4.804894742876728e-05) 2025-08-14T20:52:43.1636481Z distributed/tensor/parallel/test_tp_style (4.804894742876728e-05) 2025-08-14T20:52:45.0440753Z distributed/tensor/test_redistribute (4.804894742876728e-05) 2025-08-14T20:52:45.0441738Z base_commit: HEAD^ 2025-08-14T20:52:45.0441995Z Changed files: ['torch/_inductor/ir.py'] 2025-08-14T20:52:45.0442334Z Results from HistorialEditedFiles 2025-08-14T20:52:45.0442637Z inductor/test_torchinductor (0.25) 2025-08-14T20:52:45.0443068Z inductor/test_aot_inductor (0.23377136781264482) 2025-08-14T20:52:45.0443634Z inductor/test_max_autotune (0.1451780390446208) 2025-08-14T20:52:45.0444174Z inductor/test_control_flow (0.10834537473758826) 2025-08-14T20:52:45.0444774Z higher_order_ops/test_invoke_subgraph (0.07194852640475477) 2025-08-14T20:52:45.0445349Z inductor/test_padding (0.0682952097930696) 2025-08-14T20:52:45.0445801Z test_dynamic_shapes (0.06698655906649581) 2025-08-14T20:52:45.0446176Z inductor/test_aot_inductor_custom_ops (0.06359224624444504) 2025-08-14T20:52:45.0446752Z inductor/test_unbacked_symints (0.06297881621636359) 2025-08-14T20:52:45.0447322Z inductor/test_cpu_repro (0.060116142751983424) 2025-08-14T20:52:45.0447952Z inductor/test_aot_inductor_arrayref (0.05210065705171897) 2025-08-14T20:52:45.0448957Z inductor/test_torchinductor_opinfo (0.05180075792687914) 2025-08-14T20:52:45.0449684Z inductor/test_cuda_repro (0.05165080836445923) 2025-08-14T20:52:45.0450379Z inductor/test_triton_kernels (0.04138607922789607) 2025-08-14T20:52:45.0450840Z dynamo/test_repros (0.038359824422694186) 2025-08-14T20:52:45.0451165Z inductor/test_memory (0.031816570789825235) 2025-08-14T20:52:45.0451538Z inductor/test_mkldnn_pattern_matcher (0.029281060007088525) 2025-08-14T20:52:45.0452047Z inductor/test_torchinductor_codegen_dynamic_shapes (0.029199269336677665) 2025-08-14T20:52:45.0452529Z inductor/test_flex_attention (0.027945145723711106) 2025-08-14T20:52:45.0452897Z inductor/test_cudagraph_trees (0.02246517080618338) 2025-08-14T20:52:45.0453328Z distributed/test_c10d_functional_native (0.021417038511288625) 2025-08-14T20:52:45.0453756Z inductor/test_subgraph_choice (0.020038714250661137) 2025-08-14T20:52:45.0454133Z inductor/test_alignment (0.017176040786280978) 2025-08-14T20:52:45.0454485Z inductor/test_online_softmax (0.016957932331852013) 2025-08-14T20:52:45.0454869Z inductor/test_memory_planning (0.016030971400528914) 2025-08-14T20:52:45.0455272Z distributed/test_functional_api (0.015540227378063742) 2025-08-14T20:52:45.0455664Z inductor/test_loop_ordering (0.015050722608180555) 2025-08-14T20:52:45.0456015Z inductor/test_perf (0.015029035687995856) 2025-08-14T20:52:45.0456357Z inductor/test_pattern_matcher (0.014722320673955123) 2025-08-14T20:52:45.0456741Z functorch/test_control_flow (0.014313367321900815) 2025-08-14T20:52:45.0457081Z export/test_export (0.014313367321900814) 2025-08-14T20:52:45.0457490Z inductor/test_torchinductor_dynamic_shapes (0.014108890645873659) 2025-08-14T20:52:45.0457909Z inductor/test_torchbind (0.013018348373728835) 2025-08-14T20:52:45.0458270Z inductor/test_fxir_backend (0.011450693857520651) 2025-08-14T20:52:45.0458613Z test_fake_tensor (0.010687314267019275) 2025-08-14T20:52:45.0458971Z inductor/test_cpu_select_algorithm (0.00948771776765997) 2025-08-14T20:52:45.0459408Z inductor/test_cooperative_reductions (0.00889473540718122) 2025-08-14T20:52:45.0459790Z inductor/test_pad_mm (0.008588020393140489) 2025-08-14T20:52:45.0460348Z inductor/test_provenance_tracing (0.008588020393140489) 2025-08-14T20:52:45.0460737Z inductor/test_multi_kernel (0.007197578996155839) 2025-08-14T20:52:45.0461126Z inductor/test_inplace_padding (0.006870416314512392) 2025-08-14T20:52:45.0461496Z test_nestedtensor (0.006870416314512392) 2025-08-14T20:52:45.0461893Z inductor/test_torchinductor_strided_blocks (0.006441015294855367) 2025-08-14T20:52:45.0462350Z inductor/test_select_algorithm (0.006379672292047221) 2025-08-14T20:52:45.0462728Z inductor/test_dependencies (0.005949870337731319) 2025-08-14T20:52:45.0463121Z inductor/test_inductor_freezing (0.005725346928760326) 2025-08-14T20:52:45.0463539Z dynamo/test_activation_checkpointing (0.005152812235884294) 2025-08-14T20:52:45.0464007Z test_hop_infra (0.005152812235884294) 2025-08-14T20:52:45.0464370Z benchmark_utils/test_benchmark_utils (0.004907440224651708) 2025-08-14T20:52:45.0464800Z inductor/test_triton_heuristics (0.004907440224651708) 2025-08-14T20:52:45.0465214Z inductor/test_debug_trace (0.0042940101965702445) 2025-08-14T20:52:45.0465580Z inductor/test_op_dtype_prop (0.0042940101965702445) 2025-08-14T20:52:45.0465984Z inductor/test_cpp_wrapper_hipify (0.00408953352054309) 2025-08-14T20:52:45.0466378Z inductor/test_kernel_benchmark (0.00408953352054309) 2025-08-14T20:52:45.0466749Z inductor/test_profiler (0.00408953352054309) 2025-08-14T20:52:45.0467086Z export/test_torchbind (0.0039892739890717115) 2025-08-14T20:52:45.0467516Z distributed/test_compute_comm_reordering (0.0038168979525068838) 2025-08-14T20:52:45.0467997Z distributed/test_inductor_collectives (0.0038168979525068838) 2025-08-14T20:52:45.0468562Z distributed/test_symmetric_memory (0.0038168979525068838) 2025-08-14T20:52:45.0469002Z dynamo/test_graph_deduplication (0.0038168979525068838) 2025-08-14T20:52:45.0469378Z export/test_serialize (0.0038168979525068838) 2025-08-14T20:52:45.0469703Z test_ops (0.0038168979525068838) 2025-08-14T20:52:45.0469993Z dynamo/test_logging (0.0031229165065965415) 2025-08-14T20:52:45.0470378Z inductor/test_benchmark_fusion (0.0031229165065965415) 2025-08-14T20:52:45.0470775Z inductor/test_cutlass_backend (0.0031229165065965415) 2025-08-14T20:52:45.0471163Z inductor/test_cutlass_evt (0.0031229165065965415) 2025-08-14T20:52:45.0471585Z inductor/test_coordinate_descent_tuner (0.002453720112325854) 2025-08-14T20:52:45.0472009Z inductor/test_cpu_cpp_wrapper (0.0022901387715041303) 2025-08-14T20:52:45.0472369Z dynamo/test_export (0.001717604078628098) 2025-08-14T20:52:45.0472707Z dynamo/test_higher_order_ops (0.001717604078628098) 2025-08-14T20:52:45.0473060Z dynamo/test_misc (0.001717604078628098) 2025-08-14T20:52:45.0473393Z functorch/test_aotdispatch (0.001717604078628098) 2025-08-14T20:52:45.0473755Z export/test_unflatten (0.0016991352175675803) 2025-08-14T20:52:45.0474235Z distributed/_composable/fsdp/test_fully_shard_ignore_params (0.00042409977250076485) 2025-08-14T20:52:45.0475035Z functorch/test_ac_logging (0.00042409977250076485) 2025-08-14T20:52:45.0475425Z onnx/test_onnxscript_runtime (0.00042409977250076485) 2025-08-14T20:52:45.0475752Z base_commit: HEAD^ 2025-08-14T20:52:45.0476008Z Changed files: ['torch/_inductor/ir.py'] 2025-08-14T20:52:45.0476308Z Results from Profiling 2025-08-14T20:52:45.0476586Z distributed/test_dynamo_distributed (0.25) 2025-08-14T20:52:45.0476930Z dynamo/test_activation_checkpointing (0.25) 2025-08-14T20:52:45.0477261Z dynamo/test_after_aot (0.25) 2025-08-14T20:52:45.0477534Z dynamo/test_aot_autograd (0.25) 2025-08-14T20:52:45.0477828Z dynamo/test_backends (0.25) 2025-08-14T20:52:45.0478109Z dynamo/test_ctx_manager (0.25) 2025-08-14T20:52:45.0478386Z dynamo/test_cudagraphs (0.25) 2025-08-14T20:52:45.0478684Z dynamo/test_dynamic_shapes (0.25) 2025-08-14T20:52:45.0478967Z dynamo/test_exc (0.25) 2025-08-14T20:52:45.0479236Z dynamo/test_higher_order_ops (0.25) 2025-08-14T20:52:45.0479525Z dynamo/test_logging (0.25) 2025-08-14T20:52:45.0479794Z dynamo/test_misc (0.25) 2025-08-14T20:52:45.0480128Z dynamo/test_modules (0.25) 2025-08-14T20:52:45.0480401Z dynamo/test_repros (0.25) 2025-08-14T20:52:45.0480656Z dynamo/test_unspec (0.25) 2025-08-14T20:52:45.0480939Z functorch/test_eager_transforms (0.25) 2025-08-14T20:52:45.0481263Z inductor/test_aot_inductor (0.25) 2025-08-14T20:52:45.0481558Z inductor/test_binary_folding (0.25) 2025-08-14T20:52:45.0481879Z inductor/test_compiled_autograd (0.25) 2025-08-14T20:52:45.0482205Z inductor/test_compiled_optimizers (0.25) 2025-08-14T20:52:45.0482527Z inductor/test_config (0.25) 2025-08-14T20:52:45.0482827Z inductor/test_coordinate_descent_tuner (0.25) 2025-08-14T20:52:45.0483172Z inductor/test_cpu_repro (0.25) 2025-08-14T20:52:45.0483539Z inductor/test_cuda_repro (0.25) 2025-08-14T20:52:45.0483846Z inductor/test_cudagraph_trees (0.25) 2025-08-14T20:52:45.0484168Z inductor/test_custom_lowering (0.25) 2025-08-14T20:52:45.0484477Z inductor/test_dependencies (0.25) 2025-08-14T20:52:45.0484797Z inductor/test_extension_backend (0.25) 2025-08-14T20:52:45.0485106Z inductor/test_foreach (0.25) 2025-08-14T20:52:45.0485394Z inductor/test_fused_attention (0.25) 2025-08-14T20:52:45.0485701Z inductor/test_group_batch_fusion (0.25) 2025-08-14T20:52:45.0486032Z inductor/test_inductor_freezing (0.25) 2025-08-14T20:52:45.0486344Z inductor/test_kernel_benchmark (0.25) 2025-08-14T20:52:45.0486661Z inductor/test_layout_optim (0.25) 2025-08-14T20:52:45.0486949Z inductor/test_max_autotune (0.25) 2025-08-14T20:52:45.0487244Z inductor/test_minifier (0.25) 2025-08-14T20:52:45.0487550Z inductor/test_mkldnn_pattern_matcher (0.25) 2025-08-14T20:52:45.0487868Z inductor/test_mmdecomp (0.25) 2025-08-14T20:52:45.0488164Z inductor/test_pattern_matcher (0.25) 2025-08-14T20:52:45.0488461Z inductor/test_perf (0.25) 2025-08-14T20:52:45.0488738Z inductor/test_select_algorithm (0.25) 2025-08-14T20:52:45.0489033Z inductor/test_smoke (0.25) 2025-08-14T20:52:45.0489310Z inductor/test_snode_runtime (0.25) 2025-08-14T20:52:45.0489616Z inductor/test_split_cat_fx_passes (0.25) 2025-08-14T20:52:45.0489937Z inductor/test_torchinductor (0.25) 2025-08-14T20:52:45.0490312Z inductor/test_torchinductor_codegen_dynamic_shapes (0.25) 2025-08-14T20:52:45.0490734Z inductor/test_torchinductor_dynamic_shapes (0.25) 2025-08-14T20:52:45.0491107Z inductor/test_torchinductor_opinfo (0.25) 2025-08-14T20:52:45.0491428Z inductor/test_triton_wrapper (0.25) 2025-08-14T20:52:45.0491730Z test_content_store (0.25) 2025-08-14T20:52:45.0491979Z test_custom_ops (0.25) 2025-08-14T20:52:45.0492257Z test_functionalization_of_rng_ops (0.25) 2025-08-14T20:52:45.0492564Z test_quantization (0.25) 2025-08-14T20:52:45.0492837Z test_sparse_semi_structured (0.25) 2025-08-14T20:52:45.0493120Z test_testing (0.25) 2025-08-14T20:52:45.0493359Z Results from LLM 2025-08-14T20:52:45.0493624Z dynamo/cpython/3_13/test_generator_stop (0.25) 2025-08-14T20:52:45.0494058Z dynamo/cpython/3_13/test_exception_variations (0.24769591778215894) 2025-08-14T20:52:45.0494553Z dynamo/cpython/3_13/test_int_literal (0.2469729679028686) 2025-08-14T20:52:45.0494977Z dynamo/cpython/3_13/test_itertools (0.24620315672010415) 2025-08-14T20:52:45.0495393Z dynamo/cpython/3_13/test_with (0.24584695878687718) 2025-08-14T20:52:45.0495768Z dynamo/cpython/3_13/test_raise (0.24582267340874844) 2025-08-14T20:52:45.0496179Z dynamo/cpython/3_13/test_contextlib (0.24573209099223922) 2025-08-14T20:52:45.0496615Z dynamo/cpython/3_13/test_ordered_dict (0.2455477488067648) 2025-08-14T20:52:45.0497048Z dynamo/cpython/3_13/test_numeric_tower (0.24548986896524147) 2025-08-14T20:52:45.0497503Z dynamo/cpython/3_13/test_baseexception (0.24518129415683768) 2025-08-14T20:52:45.0497932Z dynamo/cpython/3_13/test_operator (0.24517066581996727) 2025-08-14T20:52:45.0498363Z dynamo/cpython/3_13/test_exceptions (0.24494633730416918) 2025-08-14T20:52:45.0498789Z dynamo/cpython/3_13/test_collections (0.24491053170076132) 2025-08-14T20:52:45.0499209Z dynamo/cpython/3_13/test_heapq (0.24491053170076132) 2025-08-14T20:52:45.0499665Z dynamo/cpython/3_13/test_int (0.24486244405072527) 2025-08-14T20:52:45.0500073Z dynamo/cpython/3_13/test_userlist (0.24485332077554453) 2025-08-14T20:52:45.0500503Z dynamo/cpython/3_13/test_generators (0.24465442966040307) 2025-08-14T20:52:45.0500899Z dynamo/cpython/3_13/test_set (0.24424943799881646) 2025-08-14T20:52:45.0501282Z dynamo/cpython/3_13/test_math (0.24414213267464402) 2025-08-14T20:52:45.0501670Z dynamo/cpython/3_13/test_userdict (0.24410970881478586) 2025-08-14T20:52:45.0502073Z dynamo/cpython/3_13/test_iter (0.24409636765067227) 2025-08-14T20:52:45.0502440Z dynamo/cpython/3_13/test_bool (0.24402992196422368) 2025-08-14T20:52:45.0502820Z dynamo/cpython/3_13/test_sort (0.24392583115452426) 2025-08-14T20:52:45.0503222Z test_package (0.24387101717940587) 2025-08-14T20:52:45.0503545Z dynamo/cpython/3_13/test_cmath (0.24378065773499885) 2025-08-14T20:52:45.0503925Z dynamo/cpython/3_13/test_sys (0.2433910511484624) 2025-08-14T20:52:45.0504293Z dynamo/cpython/3_13/test_list (0.24325886585388876) 2025-08-14T20:52:45.0504677Z dynamo/cpython/3_13/test_tuple (0.2431844117527703) 2025-08-14T20:52:45.0505042Z dynamo/cpython/3_13/test_dict (0.24277055695012217) 2025-08-14T20:52:45.0505436Z dynamo/cpython/3_13/test_complex (0.24272499631724412) 2025-08-14T20:52:45.0505825Z dynamo/cpython/3_13/test_float (0.24268703531684857) 2025-08-14T20:52:45.0506198Z functorch/test_rearrange (0.24159554971467748) 2025-08-14T20:52:45.0506554Z functorch/test_parsing (0.24011637136984695) 2025-08-14T20:52:45.0506920Z inductor/test_external_callables (0.2376434435276327) 2025-08-14T20:52:45.0507330Z inductor/test_cpp_wrapper_hipify (0.23628039648601912) 2025-08-14T20:52:45.0507716Z inductor/test_triton_syntax (0.23396262006490273) 2025-08-14T20:52:45.0508095Z dynamo/test_deque_reconstruct (0.23374830671269406) 2025-08-14T20:52:45.0508634Z distributed/tensor/debug/test_op_coverage (0.23044045983387984) 2025-08-14T20:52:45.0509061Z inductor/test_pad_mm (0.2297090184336983) 2025-08-14T20:52:45.0509441Z inductor/test_triton_extension_backend (0.22955081972720404) 2025-08-14T20:52:45.0509924Z inductor/test_torchinductor_strided_blocks (0.22849196237598476) 2025-08-14T20:52:45.0510360Z export/test_retraceability (0.22828184833170043) 2025-08-14T20:52:45.0510747Z inductor/test_inductor_annotations (0.22776942127888175) 2025-08-14T20:52:45.0511149Z inductor/test_inductor_utils (0.22672186118083945) 2025-08-14T20:52:45.0511496Z inductor/test_analysis (0.22641252455108654) 2025-08-14T20:52:45.0511844Z inductor/test_remote_cache (0.2260663603624575) 2025-08-14T20:52:45.0512240Z export/test_functionalized_assertions (0.22553498068095382) 2025-08-14T20:52:45.0512670Z inductor/test_op_completeness (0.22550822402869264) 2025-08-14T20:52:45.0513037Z inductor/test_indexing (0.22541412980157416) 2025-08-14T20:52:45.0513362Z test_comparison_utils (0.22537916034354946) 2025-08-14T20:52:45.0513715Z inductor/test_flex_decoding (0.22464825779261482) 2025-08-14T20:52:45.0514072Z onnx/test_fx_type_promotion (0.2246387443162553) 2025-08-14T20:52:45.0514428Z inductor/test_fx_fusion (0.22461784068167626) 2025-08-14T20:52:45.0514803Z inductor/test_provenance_tracing (0.22401986666565585) 2025-08-14T20:52:45.0515190Z inductor/test_ck_backend (0.22363016717407685) 2025-08-14T20:52:45.0515551Z inductor/test_minifier_utils (0.22326742872585267) 2025-08-14T20:52:45.0515922Z functorch/test_ac_logging (0.22316519601700474) 2025-08-14T20:52:45.0516255Z test_mkl_verbose (0.22315607274182403) 2025-08-14T20:52:45.0516579Z inductor/test_async_compile (0.22310792934876242) 2025-08-14T20:52:45.0516933Z export/test_tree_utils (0.22246883556089897) 2025-08-14T20:52:45.0517299Z export/test_unflatten_training_ir (0.22245787276587528) 2025-08-14T20:52:45.0517673Z inductor/test_b2b_gemm (0.222336891819436) 2025-08-14T20:52:45.0518025Z dynamo/test_skip_guard_eval_unsafe (0.2222340645183156) 2025-08-14T20:52:45.0518410Z export/test_export_strict (0.22220277409997682) 2025-08-14T20:52:45.0518906Z inductor/test_extension_backend (0.2220197325850984) 2025-08-14T20:52:45.0519307Z distributed/_tools/test_mod_tracker (0.2218240374034215) 2025-08-14T20:52:45.0519721Z inductor/test_subgraph_choice (0.22175322517997192) 2025-08-14T20:52:45.0520098Z test_appending_byte_serializer (0.22160453994983723) 2025-08-14T20:52:45.0520488Z dynamo/test_buffers_override (0.22088688565797357) 2025-08-14T20:52:45.0520838Z dynamo/test_frame_init (0.2208704786274551) 2025-08-14T20:52:45.0521276Z dynamo/cpython/3_13/test_unittest/test_assertions (0.22086293473799812) 2025-08-14T20:52:45.0521790Z export/test_export_training_ir_to_run_decomp (0.22065304366581595) 2025-08-14T20:52:45.0522272Z dynamo/test_base_output (0.22062790356129555) 2025-08-14T20:52:45.0522611Z onnx/test_fx_passes (0.22059808104262943) 2025-08-14T20:52:45.0522952Z dynamo/test_fx_passes_pre_grad (0.22025109928962575) 2025-08-14T20:52:45.0523340Z inductor/test_compile_worker (0.22004771157042374) 2025-08-14T20:52:45.0523715Z inductor/test_kernel_benchmark (0.21990155335744702) 2025-08-14T20:52:45.0524075Z dynamo/test_interop (0.21961057476410667) 2025-08-14T20:52:45.0524385Z inductor/test_utils (0.21944609567673445) 2025-08-14T20:52:45.0524713Z inductor/test_metrics (0.21873670993365985) 2025-08-14T20:52:45.0525018Z test_autoload (0.218501307136787) 2025-08-14T20:52:45.0525318Z onnx/test_lazy_import (0.2183589580305558) 2025-08-14T20:52:45.0525628Z test_hop_infra (0.21804198460630336) 2025-08-14T20:52:45.0525965Z onnx/exporter/test_verification (0.21802293907257578) 2025-08-14T20:52:45.0526355Z inductor/test_triton_kernels (0.2177862541861154) 2025-08-14T20:52:45.0526691Z test_mkldnn_verbose (0.21763675139160604) 2025-08-14T20:52:45.0527042Z inductor/test_cutlass_backend (0.21760393733056907) 2025-08-14T20:52:45.0527440Z inductor/test_cooperative_reductions (0.2175503868640297) 2025-08-14T20:52:45.0527955Z distributed/tensor/parallel/test_micro_pipeline_tp (0.2175221251500788) 2025-08-14T20:52:45.0528486Z inductor/test_move_constructors_to_cuda (0.21747531958963026) 2025-08-14T20:52:45.0528895Z inductor/test_autoheuristic (0.2173935259901485) 2025-08-14T20:52:45.0529274Z dynamo/test_inline_and_install (0.21735203459813515) 2025-08-14T20:52:45.0529672Z inductor/test_aot_inductor_arrayref (0.21729521387409717) 2025-08-14T20:52:45.0530075Z onnx/exporter/test_tensors (0.21706047999353084) 2025-08-14T20:52:45.0530416Z test_utils_config_module (0.216763852773602) 2025-08-14T20:52:45.0530742Z dynamo/test_nops (0.21641075786879696) 2025-08-14T20:52:45.0531063Z dynamo/test_skip_non_tensor (0.21630363835470967) 2025-08-14T20:52:45.0531417Z inductor/test_foreach (0.21630112991856018) 2025-08-14T20:52:45.0531772Z inductor/test_triton_wrapper (0.2158690285655506) 2025-08-14T20:52:45.0532151Z inductor/test_triton_cpu_backend (0.21585821441859504) 2025-08-14T20:52:45.0532521Z test_cpp_api_parity (0.2156973586278832) 2025-08-14T20:52:45.0532832Z export/test_serdes (0.2156406493898963) 2025-08-14T20:52:45.0533165Z dynamo/test_recompiles (0.21551580359368597) 2025-08-14T20:52:45.0533497Z test_functionalization (0.21508829174977953) 2025-08-14T20:52:45.0533910Z test_rename_privateuse1_to_existing_device (0.2149495659402087) 2025-08-14T20:52:45.0534353Z inductor/test_kernel_optimization (0.21486766085467585) 2025-08-14T20:52:45.0534742Z inductor/test_debug_trace (0.21484350554360673) 2025-08-14T20:52:45.0535132Z inductor/test_aot_inductor_package (0.21454641379846504) 2025-08-14T20:52:45.0535497Z test_transformers (0.21448704747626055) 2025-08-14T20:52:45.0535894Z distributed/checkpoint/test_nested_dict (0.21440231807743346) 2025-08-14T20:52:45.0536319Z inductor/test_gpu_cpp_wrapper (0.21433420010021853) 2025-08-14T20:52:45.0536678Z inductor/test_smoke (0.2142631834856753) 2025-08-14T20:52:45.0537014Z inductor/test_codegen_triton (0.21421990831684454) 2025-08-14T20:52:45.0537391Z inductor/test_cudacodecache (0.21419476821232414) 2025-08-14T20:52:45.0537829Z test_extension_utils (0.2140855676252832) 2025-08-14T20:52:45.0538140Z test_ao_sparsity (0.21399773519803417) 2025-08-14T20:52:45.0538474Z dynamo/test_pre_dispatch (0.21306045338552665) 2025-08-14T20:52:45.0538831Z test_transformers_privateuse1 (0.212991443519903) 2025-08-14T20:52:45.0539267Z export/test_export_with_inline_and_install (0.21292479344236073) 2025-08-14T20:52:45.0539700Z inductor/test_benchmark_fusion (0.2128863307547353) 2025-08-14T20:52:45.0540106Z inductor/test_static_cuda_launcher (0.2128334306234939) 2025-08-14T20:52:45.0540472Z dynamo/test_resume (0.21270800881601962) 2025-08-14T20:52:45.0540794Z dynamo/test_sdpa (0.21259999741352362) 2025-08-14T20:52:45.0541129Z inductor/test_cutlass_evt (0.2124715097396444) 2025-08-14T20:52:45.0541552Z inductor/test_cudagraph_trees (0.21220249389836843) 2025-08-14T20:52:45.0541936Z dynamo/test_metrics_context (0.21218597538179884) 2025-08-14T20:52:45.0542344Z inductor/test_coordinate_descent_tuner (0.21217623893333715) 2025-08-14T20:52:45.0542735Z test_license (0.21207946904099254) 2025-08-14T20:52:45.0543066Z inductor/test_inplacing_pass (0.21179125901792087) 2025-08-14T20:52:45.0543426Z dynamo/test_global (0.21170937251339653) 2025-08-14T20:52:45.0543794Z inductor/test_aot_inductor_custom_ops (0.21144806779065417) 2025-08-14T20:52:45.0544205Z torch_np/test_binary_ufuncs (0.21142002904880547) 2025-08-14T20:52:45.0544588Z dynamo/test_graph_region_tracker (0.21134815770787058) 2025-08-14T20:52:45.0544941Z inductor/test_fp8 (0.211318353770213) 2025-08-14T20:52:45.0545349Z distributed/flight_recorder/test_fr_analysis (0.21126970868992148) 2025-08-14T20:52:45.0545826Z inductor/test_custom_post_grad_passes (0.21124505169162244) 2025-08-14T20:52:45.0546257Z inductor/test_compiled_optimizers (0.211119444074063) 2025-08-14T20:52:45.0546602Z xpu/test_fusion (0.21109839179141585) 2025-08-14T20:52:45.0546926Z torch_np/test_unary_ufuncs (0.21109268742180182) 2025-08-14T20:52:45.0547265Z export/test_tools (0.2103725432747972) 2025-08-14T20:52:45.0547589Z inductor/test_aot_inductor (0.21004064930070745) 2025-08-14T20:52:45.0547949Z inductor/test_best_config (0.2092881184558617) 2025-08-14T20:52:45.0548270Z test_proxy_tensor (0.20923310008964965) 2025-08-14T20:52:45.0548937Z dynamo/test_subgraphs (0.20895167213468585) 2025-08-14T20:52:45.0549277Z inductor/test_flex_attention (0.2089161080843887) 2025-08-14T20:52:45.0549656Z typing/test_python_operators (0.20862719198299348) 2025-08-14T20:52:45.0550024Z onnx/test_onnxscript_runtime (0.2085519203175004) 2025-08-14T20:52:45.0550394Z inductor/test_combo_kernels (0.20854584432771608) 2025-08-14T20:52:45.0550765Z onnx/exporter/test_building (0.20854526831645212) 2025-08-14T20:52:45.0551161Z inductor/test_torchinductor_opinfo (0.20843606772941117) 2025-08-14T20:52:45.0551535Z onnx/ops/test_ops (0.2082502948062811) 2025-08-14T20:52:45.0551867Z inductor/test_block_analysis (0.20817000626848903) 2025-08-14T20:52:45.0552260Z inductor/test_compiled_autograd (0.20795411353055662) 2025-08-14T20:52:45.0552632Z inductor/test_xpu_basic (0.20783285386898961) 2025-08-14T20:52:45.0553013Z inductor/test_group_batch_fusion (0.2077204201864671) 2025-08-14T20:52:45.0553359Z dynamo/test_view (0.2076094915656343) 2025-08-14T20:52:45.0553672Z test_fx_experimental (0.20758773320466356) 2025-08-14T20:52:45.0554024Z inductor/test_helion_kernels (0.20754626039365873) 2025-08-14T20:52:45.0554508Z distributed/checkpoint/test_consolidate_hf_safetensors (0.20723160959547063) 2025-08-14T20:52:45.0554984Z test_file_check (0.2071910286728745) 2025-08-14T20:52:45.0555280Z torch_np/test_dtype (0.2071087891291884) 2025-08-14T20:52:45.0555629Z inductor/test_pattern_matcher (0.2070303586922478) 2025-08-14T20:52:45.0555998Z inductor/test_dependencies (0.20681199468018294) 2025-08-14T20:52:45.0556382Z inductor/test_select_algorithm (0.20680155215339768) 2025-08-14T20:52:45.0556728Z dynamo/test_list (0.20667559149667644) 2025-08-14T20:52:45.0557084Z inductor/test_aot_inductor_utils (0.20667354758573983) 2025-08-14T20:52:45.0557641Z inductor/test_quantization (0.2065300092949637) 2025-08-14T20:52:45.0557977Z dynamo/test_utils (0.20603703655805994) 2025-08-14T20:52:45.0558299Z inductor/test_fuzzer (0.20590410802314568) 2025-08-14T20:52:45.0558657Z higher_order_ops/test_with_effects (0.2058210137530679) 2025-08-14T20:52:45.0559061Z inductor/test_memory_planning (0.2056803926806286) 2025-08-14T20:52:45.0559417Z inductor/test_cuda_repro (0.20565397048652068) 2025-08-14T20:52:45.0559761Z dynamo/test_modules (0.20533627240293614) 2025-08-14T20:52:45.0560080Z test_foreach (0.20526072202231535) 2025-08-14T20:52:45.0560394Z inductor/test_multi_kernel (0.20519102465937666) 2025-08-14T20:52:45.0560852Z inductor/test_ordered_set (0.20505699984496006) 2025-08-14T20:52:45.0561240Z inductor/test_decompose_mem_bound_mm (0.20497371976479714) 2025-08-14T20:52:45.0561666Z inductor/test_cpu_cpp_wrapper (0.20461588670282085) 2025-08-14T20:52:45.0562056Z inductor/test_split_cat_fx_passes (0.20459628373883784) 2025-08-14T20:52:45.0562440Z test_expanded_weights (0.20450841414957177) 2025-08-14T20:52:45.0562778Z inductor/test_op_dtype_prop (0.2044803196646975) 2025-08-14T20:52:45.0563131Z inductor/test_minifier (0.2044029855072593) 2025-08-14T20:52:45.0563508Z inductor/test_compile_subprocess (0.20437433359212961) 2025-08-14T20:52:45.0563859Z dynamo/test_dicts (0.2043653403840085) 2025-08-14T20:52:45.0564192Z dynamo/test_dynamic_shapes (0.20426786441334033) 2025-08-14T20:52:45.0564562Z dynamo/test_install_free_tensors (0.20426110092624097) 2025-08-14T20:52:45.0564926Z test_native_functions (0.2041220778205339) 2025-08-14T20:52:45.0565248Z functorch/test_minifier (0.20407876548968612) 2025-08-14T20:52:45.0565615Z inductor/test_inplace_padding (0.20405057809976931) 2025-08-14T20:52:45.0565985Z dynamo/test_fx_graph_runnable (0.20402346840834634) 2025-08-14T20:52:45.0566348Z inductor/test_profiler (0.20397432164082493) 2025-08-14T20:52:45.0566678Z dynamo/test_config (0.20382113980662966) 2025-08-14T20:52:45.0567021Z inductor/test_triton_heuristics (0.2038145992916325) 2025-08-14T20:52:45.0567417Z distributed/_tools/test_sac_ilp (0.20375906065718202) 2025-08-14T20:52:45.0567771Z export/test_package (0.2037334931894658) 2025-08-14T20:52:45.0568207Z distributed/pipelining/test_schedule_multiproc (0.20360400214112678) 2025-08-14T20:52:45.0568634Z test_flop_counter (0.2035699431525193) 2025-08-14T20:52:45.0569064Z inductor/test_torchinductor_codegen_dynamic_shapes (0.20331627522427648) 2025-08-14T20:52:45.0569538Z inductor/test_control_flow (0.2032318059595686) 2025-08-14T20:52:45.0569888Z torch_np/test_nep50_examples (0.2032171083818335) 2025-08-14T20:52:45.0570263Z inductor/test_benchmarking (0.2030990260727225) 2025-08-14T20:52:45.0570633Z onnx/exporter/test_hf_models_e2e (0.203000490984569) 2025-08-14T20:52:45.0571044Z higher_order_ops/test_invoke_quant (0.20290721432182515) 2025-08-14T20:52:45.0571410Z test_per_overload_api (0.2028702752768979) 2025-08-14T20:52:45.0571784Z inductor/test_needs_exact_strides (0.20277341247951072) 2025-08-14T20:52:45.0572155Z dynamo/test_reconstruct (0.20270168978664393) 2025-08-14T20:52:45.0572485Z test_custom_ops (0.20251340842736437) 2025-08-14T20:52:45.0572861Z distributed/_composable/test_contract (0.20230255114273946) 2025-08-14T20:52:45.0573329Z inductor/test_torchinductor_dynamic_shapes (0.20219370359486027) 2025-08-14T20:52:45.0573784Z inductor/test_inductor_scheduler (0.2021764418379501) 2025-08-14T20:52:45.0574187Z inductor/test_cpu_select_algorithm (0.20216330506493022) 2025-08-14T20:52:45.0574655Z distributed/_shard/sharded_tensor/test_logger (0.2021539402366388) 2025-08-14T20:52:45.0575068Z dynamo/test_compile (0.20199609456930634) 2025-08-14T20:52:45.0575399Z test_tensorexpr_pybind (0.20197008115738574) 2025-08-14T20:52:45.0575751Z inductor/test_custom_lowering (0.20188076224945553) 2025-08-14T20:52:45.0576106Z inductor/test_perf (0.20185526910577337) 2025-08-14T20:52:45.0576552Z inductor/test_online_softmax (0.2018366137732246) 2025-08-14T20:52:45.0576903Z inductor/test_compile (0.20169651296902366) 2025-08-14T20:52:45.0577321Z distributed/pipelining/test_transformer (0.20166832557910686) 2025-08-14T20:52:45.0577717Z export/test_db (0.201590824192592) 2025-08-14T20:52:45.0578015Z test_pytree (0.20114731410035439) 2025-08-14T20:52:45.0578320Z export/test_cpp_serdes (0.20110166056243375) 2025-08-14T20:52:45.0578654Z test_fx_passes (0.20093931829104072) 2025-08-14T20:52:45.0578954Z inductor/test_config (0.20091386230937558) 2025-08-14T20:52:45.0579354Z inductor/test_graph_transform_observer (0.20081311608120883) 2025-08-14T20:52:45.0579781Z dynamo/test_export_mutations (0.20079555702816243) 2025-08-14T20:52:45.0580187Z dynamo/test_unittest (0.20076123790543574) 2025-08-14T20:52:45.0580530Z inductor/test_alignment (0.20058984668289606) 2025-08-14T20:52:45.0580852Z dynamo/test_pgo (0.200586595006406) 2025-08-14T20:52:45.0581162Z dynamo/test_sources (0.20052943982421473) 2025-08-14T20:52:45.0581531Z higher_order_ops/test_invoke_subgraph (0.20038513971208952) 2025-08-14T20:52:45.0581943Z inductor/test_snode_runtime (0.20030059612334758) 2025-08-14T20:52:45.0582295Z test_module_tracker (0.2001898533125999) 2025-08-14T20:52:45.0582591Z test_typing (0.20017049190172756) 2025-08-14T20:52:45.0582920Z dynamo/test_autograd_function (0.19989461966830968) 2025-08-14T20:52:45.0583387Z inductor/test_torchinductor_codegen_config_overrides (0.19989432237217344) 2025-08-14T20:52:45.0583894Z onnx/exporter/test_dynamic_shapes (0.1994986397958527) 2025-08-14T20:52:45.0584256Z inductor/test_halide (0.19942414853271723) 2025-08-14T20:52:45.0584565Z test_openmp (0.19938904900763293) 2025-08-14T20:52:45.0584944Z torch_np/numpy_tests/core/test_scalarinherit (0.19934852382806234) 2025-08-14T20:52:45.0585381Z functorch/test_ac_knapsack (0.1990370875443473) 2025-08-14T20:52:45.0585743Z backends/xeon/test_launch (0.19887651046876317) 2025-08-14T20:52:45.0586124Z distributed/pipelining/test_pipe (0.19850451867829869) 2025-08-14T20:52:45.0586506Z dynamo/test_after_aot (0.19803354585547633) 2025-08-14T20:52:45.0586815Z test_namedtensor (0.19796462889489527) 2025-08-14T20:52:45.0587136Z dynamo/test_flat_apply (0.19795084178657735) 2025-08-14T20:52:45.0587446Z test_openreg (0.197704085993502) 2025-08-14T20:52:45.0587782Z dynamo/test_guard_serialization (0.19767006416691157) 2025-08-14T20:52:45.0588176Z distributed/tensor/test_dtensor (0.19755406293075423) 2025-08-14T20:52:45.0588618Z test_mps (0.19748323212629615) 2025-08-14T20:52:45.0588908Z export/test_export (0.1973994131968863) 2025-08-14T20:52:45.0589210Z xpu/test_gemm (0.19724056415509406) 2025-08-14T20:52:45.0589508Z test_xpu (0.19713513551278158) 2025-08-14T20:52:45.0589852Z distributed/pipelining/test_backward (0.19710468123982597) 2025-08-14T20:52:45.0590266Z torch_np/test_ufuncs_basic (0.19702162413176522) 2025-08-14T20:52:45.0590594Z dynamo/test_modes (0.19688362298152645) 2025-08-14T20:52:45.0590918Z inductor/test_memory (0.19683430898492843) 2025-08-14T20:52:45.0591282Z inductor/test_scatter_optimization (0.19679887500169088) 2025-08-14T20:52:45.0591737Z distributed/tensor/test_dtensor_compile (0.19676115555440601) 2025-08-14T20:52:45.0592266Z distributed/checkpoint/_experimental/test_barriers (0.1966336712549866) 2025-08-14T20:52:45.0592696Z test_meta (0.19662898884084087) 2025-08-14T20:52:45.0593051Z inductor/test_split_cat_fx_aten_passes (0.1965635651098606) 2025-08-14T20:52:45.0593425Z test_show_pickle (0.1962524818653073) 2025-08-14T20:52:45.0593767Z inductor/test_fused_attention (0.19622488906766297) 2025-08-14T20:52:45.0594109Z export/test_passes (0.19619025406779156) 2025-08-14T20:52:45.0594475Z dynamo/test_graph_deduplication (0.19607939977099278) 2025-08-14T20:52:45.0594842Z test_utils_filelock (0.19599922271925183) 2025-08-14T20:52:45.0595154Z export/test_upgrader (0.19593279561381172) 2025-08-14T20:52:45.0595480Z torch_np/test_random (0.1958466168963205) 2025-08-14T20:52:45.0595981Z distributed/checkpoint/_experimental/test_types (0.19582498860240938) 2025-08-14T20:52:45.0596494Z distributed/_tools/test_sac_estimator (0.1957636341122938) 2025-08-14T20:52:45.0596875Z export/test_torchbind (0.1956645973369104) 2025-08-14T20:52:45.0597222Z inductor/test_codecache (0.19554519577619486) 2025-08-14T20:52:45.0597578Z inductor/test_torchinductor (0.19540308822307437) 2025-08-14T20:52:45.0597929Z test_tensorexpr (0.19536854612824553) 2025-08-14T20:52:45.0598262Z inductor/test_layout_optim (0.19524475944952052) 2025-08-14T20:52:45.0598609Z test_ci_sanity_check_fail (0.19521361767924988) 2025-08-14T20:52:45.0598952Z profiler/test_kineto (0.1950839222398172) 2025-08-14T20:52:45.0599299Z test_fx (0.19505432269325326) 2025-08-14T20:52:45.0599572Z export/test_swap (0.19485431671760092) 2025-08-14T20:52:45.0599869Z export/test_schema (0.19479420715505585) 2025-08-14T20:52:45.0600207Z test_compile_benchmark_util (0.19450975049570415) 2025-08-14T20:52:45.0600741Z dynamo/test_backward_higher_order_ops (0.19444921356996323) 2025-08-14T20:52:45.0601139Z inductor/test_padding (0.19433378834506984) 2025-08-14T20:52:45.0601543Z distributed/tensor/test_xla_integration (0.19417755922547816) 2025-08-14T20:52:45.0602022Z distributed/checkpoint/test_dedup_tensors (0.19401220683070575) 2025-08-14T20:52:45.0602477Z inductor/test_minifier_isolate (0.1938807833574812) 2025-08-14T20:52:45.0602825Z export/test_unflatten (0.1938422463458217) 2025-08-14T20:52:45.0603208Z inductor/test_mkldnn_pattern_matcher (0.19364692278431508) 2025-08-14T20:52:45.0603575Z test_jiterator (0.19358896861875768) 2025-08-14T20:52:45.0603868Z test_optim (0.19357808014776806) 2025-08-14T20:52:45.0604160Z inductor/test_torchbind (0.1935193827418701) 2025-08-14T20:52:45.0604535Z inductor/test_auto_functionalize (0.1934857882784755) 2025-08-14T20:52:45.0604906Z dynamo/test_functions (0.19346046236386996) 2025-08-14T20:52:45.0605257Z dynamo/test_verify_correctness (0.19340930884742896) 2025-08-14T20:52:45.0605689Z distributed/pipelining/test_unflatten (0.19331748150334926) 2025-08-14T20:52:45.0606080Z torch_np/test_basic (0.19321866770006804) 2025-08-14T20:52:45.0606399Z lazy/test_bindings (0.19310110565919547) 2025-08-14T20:52:45.0606743Z inductor/test_inductor_freezing (0.1930713203025464) 2025-08-14T20:52:45.0607114Z dynamo/test_model_output (0.1926163643090637) 2025-08-14T20:52:45.0607432Z dynamo/test_sets (0.19259754174743832) 2025-08-14T20:52:45.0607751Z dynamo/test_base_hop (0.19251093566675126) 2025-08-14T20:52:45.0608081Z dynamo/test_profiler (0.1923556355975853) 2025-08-14T20:52:45.0608384Z test_legacy_vmap (0.1922709805227923) 2025-08-14T20:52:45.0608809Z inductor/test_fxir_backend (0.19200768763213885) 2025-08-14T20:52:45.0609230Z distributed/checkpoint/test_format_utils (0.19190952416415563) 2025-08-14T20:52:45.0609722Z distributed/pipelining/test_microbatch (0.19184244672341752) 2025-08-14T20:52:45.0610115Z test_binary_ufuncs (0.19178425100474947) 2025-08-14T20:52:45.0610520Z distributed/test_compute_comm_reordering (0.19176141494528487) 2025-08-14T20:52:45.0610955Z inductor/test_loop_ordering (0.19158426361010564) 2025-08-14T20:52:45.0611316Z distributed/tensor/test_api (0.19145458675168148) 2025-08-14T20:52:45.0611690Z distributed/fsdp/test_fsdp_fx (0.191434389195426) 2025-08-14T20:52:45.0612058Z inductor/test_binary_folding (0.19133433046457426) 2025-08-14T20:52:45.0612464Z distributed/test_nvshmem_triton (0.19127018882318148) 2025-08-14T20:52:45.0612804Z test_weak (0.1912346990969184) 2025-08-14T20:52:45.0613091Z dynamo/test_export (0.191220317396328) 2025-08-14T20:52:45.0613405Z functorch/test_logging (0.19119679383954838) 2025-08-14T20:52:45.0613826Z distributed/_tools/test_runtime_estimator (0.19114506431184344) 2025-08-14T20:52:45.0614312Z distributed/_tools/test_fake_collectives (0.19092289119303305) 2025-08-14T20:52:45.0614720Z dynamo/test_deviceguard (0.19074365878490016) 2025-08-14T20:52:45.0615211Z distributed/tensor/test_experimental_ops (0.19073531591207704) 2025-08-14T20:52:45.0615686Z distributed/checkpoint/test_hf_storage (0.19062628255411274) 2025-08-14T20:52:45.0616083Z test_logging (0.19057592802103787) 2025-08-14T20:52:45.0616383Z dynamo/test_optimizers (0.1905136816425136) 2025-08-14T20:52:45.0616780Z onnx/test_models_quantized_onnxruntime (0.1904424420558682) 2025-08-14T20:52:45.0617223Z distributed/tensor/test_common_rules (0.19024002054910893) 2025-08-14T20:52:45.0617615Z test_out_dtype_op (0.19007593166291553) 2025-08-14T20:52:45.0617928Z test_complex (0.1899684033666409) 2025-08-14T20:52:45.0618206Z xpu/test_conv (0.1897996692283188) 2025-08-14T20:52:45.0618568Z distributed/tensor/test_dtensor_ops (0.18977174197252122) 2025-08-14T20:52:45.0618997Z test_content_store (0.18950869063497847) 2025-08-14T20:52:45.0619499Z cpp_extensions/python_agnostic_extension/test/test_python_agnostic (0.18945889353215906) 2025-08-14T20:52:45.0620044Z onnx/internal/test_registraion (0.1893963126954815) 2025-08-14T20:52:45.0620484Z distributed/tensor/test_convolution_ops (0.1893111559334586) 2025-08-14T20:52:45.0620897Z dynamo/test_debug_utils (0.18926877265303654) 2025-08-14T20:52:45.0621257Z inductor/test_unbacked_symints (0.18923523393266747) 2025-08-14T20:52:45.0621618Z inductor/test_mmdecomp (0.1891021567496851) 2025-08-14T20:52:45.0621966Z dynamo/test_python_dispatcher (0.18899249163743131) 2025-08-14T20:52:45.0622326Z dynamo/test_cudagraphs (0.18890185347789656) 2025-08-14T20:52:45.0622700Z torch_np/numpy_tests/core/test_einsum (0.18888093126230898) 2025-08-14T20:52:45.0623101Z inductor/test_max_autotune (0.18875038109648465) 2025-08-14T20:52:45.0623444Z lazy/test_step_closures (0.18873152137284221) 2025-08-14T20:52:45.0623773Z test_decomp (0.1887144640070257) 2025-08-14T20:52:45.0624069Z dynamo/test_backends (0.1886434845544995) 2025-08-14T20:52:45.0624390Z dynamo/test_aot_autograd (0.18837597377491322) 2025-08-14T20:52:45.0624716Z test_ops_jit (0.1880817249240743) 2025-08-14T20:52:45.0625012Z test_fx_reinplace_pass (0.18803870988936272) 2025-08-14T20:52:45.0625369Z nn/test_multihead_attention (0.18801938564050744) 2025-08-14T20:52:45.0625759Z distributed/tensor/test_matrix_ops (0.1879001141468515) 2025-08-14T20:52:45.0626145Z export/test_lift_unlift (0.18783348265031777) 2025-08-14T20:52:45.0626550Z functorch/test_aot_joint_with_descriptors (0.18772485807454076) 2025-08-14T20:52:45.0626955Z test_pruning_op (0.18769438522057663) 2025-08-14T20:52:45.0627293Z lazy/test_functionalization (0.18767933460367972) 2025-08-14T20:52:45.0627630Z test_nestedtensor (0.18761482134211666) 2025-08-14T20:52:45.0628117Z distributed/checkpoint/_experimental/test_checkpoint_reader (0.18758650388514023) 2025-08-14T20:52:45.0628750Z onnx/exporter/test_capture_strategies (0.18718723517417615) 2025-08-14T20:52:45.0629151Z export/test_nativert (0.18705999242786742) 2025-08-14T20:52:45.0629448Z test_utils (0.18695567864606583) 2025-08-14T20:52:45.0629929Z distributed/_composable/test_composability/test_pp_composability (0.18695203676839695) 2025-08-14T20:52:45.0630444Z functorch/test_ac (0.18686321954769664) 2025-08-14T20:52:45.0630804Z distributed/tensor/test_tensor_ops (0.18664065622770742) 2025-08-14T20:52:45.0631216Z dynamo/test_compiler_bisector (0.1866330380142164) 2025-08-14T20:52:45.0631673Z distributed/tensor/debug/test_comm_mode_features (0.18657248250746697) 2025-08-14T20:52:45.0632145Z onnx/exporter/test_ir_passes (0.1865448897098226) 2025-08-14T20:52:45.0632641Z distributed/tensor/experimental/test_register_sharding (0.18606527671804093) 2025-08-14T20:52:45.0633138Z onnx/test_pytorch_jit_onnx (0.1859999458921032) 2025-08-14T20:52:45.0633487Z dynamo/test_package (0.18596776358535572) 2025-08-14T20:52:45.0633796Z test_python_dispatch (0.1858987537197321) 2025-08-14T20:52:45.0634241Z distributed/checkpoint/_experimental/test_builder (0.18570506528697475) 2025-08-14T20:52:45.0634719Z test_model_exports_to_core_aten (0.18533530321753203) 2025-08-14T20:52:45.0635185Z export/test_experimental (0.18522472763586098) 2025-08-14T20:52:45.0635558Z dynamo/test_input_attr_tracking (0.18516480388340106) 2025-08-14T20:52:45.0635956Z distributed/tensor/test_init (0.18515313501005382) 2025-08-14T20:52:45.0636312Z test_ops_fwd_gradients (0.18509126025169984) 2025-08-14T20:52:45.0636662Z onnx/exporter/test_core (0.18500705112111115) 2025-08-14T20:52:45.0637077Z distributed/optim/test_named_optimizer (0.18497561205470428) 2025-08-14T20:52:45.0637577Z distributed/_composable/test_replicate_with_fsdp (0.1849631256169824) 2025-08-14T20:52:45.0638009Z test_hub (0.18491130318423485) 2025-08-14T20:52:45.0638283Z onnx/test_custom_ops (0.18487137259693676) 2025-08-14T20:52:45.0638713Z test_set_default_mobile_cpu_allocator (0.18470834282822868) 2025-08-14T20:52:45.0639110Z test_cuda_expandable_segments (0.1846319748832332) 2025-08-14T20:52:45.0639459Z test_ops_gradients (0.18460980774007518) 2025-08-14T20:52:45.0639764Z test_stateless (0.18459622502285092) 2025-08-14T20:52:45.0640091Z dynamo/test_bytecode_utils (0.1845700258008452) 2025-08-14T20:52:45.0640424Z export/test_hop (0.18455495660293975) 2025-08-14T20:52:45.0640733Z export/test_converter (0.18445263098904924) 2025-08-14T20:52:45.0641079Z functorch/test_control_flow (0.18434051318367148) 2025-08-14T20:52:45.0641413Z test_numpy_interop (0.18429485964575085) 2025-08-14T20:52:45.0641779Z onnx/test_pytorch_onnx_onnxruntime (0.18416133651856414) 2025-08-14T20:52:45.0642132Z test_dispatch (0.18416068618326611) 2025-08-14T20:52:45.0642523Z distributed/tensor/parallel/test_tp_style (0.18414989061731907) 2025-08-14T20:52:45.0642971Z distributions/test_constraints (0.18411869310402287) 2025-08-14T20:52:45.0643356Z test_namedtuple_return_api (0.18408210709825742) 2025-08-14T20:52:45.0643729Z dynamo/test_higher_order_ops (0.18398959225686268) 2025-08-14T20:52:45.0644079Z dynamo/test_trace_rules (0.1838014409646427) 2025-08-14T20:52:45.0644477Z distributed/_tools/test_memory_tracker (0.18375868606405038) 2025-08-14T20:52:45.0644890Z profiler/test_record_function (0.18373246826103612) 2025-08-14T20:52:45.0645246Z dynamo/test_callback (0.18372668956738805) 2025-08-14T20:52:45.0645576Z dynamo/test_error_messages (0.1836778586770114) 2025-08-14T20:52:45.0645924Z export/test_pass_infra (0.1834642699841348) 2025-08-14T20:52:45.0646331Z distributed/test_c10d_functional_native (0.18341516037863043) 2025-08-14T20:52:45.0646782Z onnx/exporter/test_small_models_e2e (0.18340547967319426) 2025-08-14T20:52:45.0647245Z distributed/_composable/test_checkpoint (0.18326690251169153) 2025-08-14T20:52:45.0647643Z test_multiprocessing (0.18325069987226672) 2025-08-14T20:52:45.0647987Z dynamo/test_exceptions (0.18245208812630448) 2025-08-14T20:52:45.0648473Z dynamo/test_decorators (0.1822944654310742) 2025-08-14T20:52:45.0648891Z dynamo/test_logging (0.18220815664652337) 2025-08-14T20:52:45.0649195Z dynamo/test_unspec (0.1821941837281203) 2025-08-14T20:52:45.0649695Z distributed/checkpoint/_experimental/test_staging (0.1821539001016604) 2025-08-14T20:52:45.0650372Z distributed/checkpoint/_experimental/test_checkpoint_writer (0.18207513520656657) 2025-08-14T20:52:45.0650909Z dynamo/test_aot_autograd_cache (0.1820218634551549) 2025-08-14T20:52:45.0651369Z distributed/tensor/test_pointwise_ops (0.1820103803918928) 2025-08-14T20:52:45.0661880Z inductor/test_efficient_conv_bn_eval (0.18197500215168078) 2025-08-14T20:52:45.0662545Z distributed/checkpoint/_experimental/test_checkpointer (0.18188908356830877) 2025-08-14T20:52:45.0663061Z dynamo/test_precompile_context (0.18185045365160668) 2025-08-14T20:52:45.0663524Z distributed/checkpoint/fsdp/test_fsdp_dsd (0.18174168042776156) 2025-08-14T20:52:45.0664081Z distributed/tensor/experimental/test_local_map (0.18167748304334325) 2025-08-14T20:52:45.0664528Z inductor/test_cpu_repro (0.1816163886873469) 2025-08-14T20:52:45.0664859Z test_type_hints (0.1815237066168755) 2025-08-14T20:52:45.0665445Z dynamo/test_cudagraphs_expandable_segments (0.18151794650423594) 2025-08-14T20:52:45.0665946Z distributed/checkpoint/e2e/test_fsdp_ep (0.18143806674863122) 2025-08-14T20:52:45.0666341Z dynamo/test_repros (0.1813892916012801) 2025-08-14T20:52:45.0666652Z test_modules (0.18137403659328952) 2025-08-14T20:52:45.0666953Z nn/test_lazy_modules (0.181223697653397) 2025-08-14T20:52:45.0667270Z test_autograd_fallback (0.18119924504619164) 2025-08-14T20:52:45.0667653Z distributed/tensor/test_random_ops (0.181154241843569) 2025-08-14T20:52:45.0668026Z onnx/torchlib/test_ops (0.18108053098279117) 2025-08-14T20:52:45.0668540Z distributed/_tools/test_fsdp2_mem_tracker (0.1810237474207702) 2025-08-14T20:52:45.0669000Z distributed/checkpoint/test_traverse (0.1809379774854663) 2025-08-14T20:52:45.0669496Z dynamo/test_guard_manager (0.18087868548729585) 2025-08-14T20:52:45.0669847Z test_sparse_semi_structured (0.1807166590930476) 2025-08-14T20:52:45.0670191Z test_fake_tensor (0.18059569672761683) 2025-08-14T20:52:45.0670527Z test_segment_reductions (0.18039141712000611) 2025-08-14T20:52:45.0670917Z dynamo/test_activation_checkpointing (0.18023998190061122) 2025-08-14T20:52:45.0671337Z dynamo/test_structured_trace (0.18021549213138885) 2025-08-14T20:52:45.0671668Z test_jit_fuser_te (0.180110843891434) 2025-08-14T20:52:45.0672034Z distributed/checkpoint/test_fsspec (0.18010082872784455) 2025-08-14T20:52:45.0672468Z distributed/tensor/test_redistribute (0.1798255139246821) 2025-08-14T20:52:45.0672854Z test_import_stats (0.1796928826859041) 2025-08-14T20:52:45.0673281Z distributed/checkpoint/test_async_process_executor (0.17967943003573947) 2025-08-14T20:52:45.0673726Z test_masked (0.17959685603390008) 2025-08-14T20:52:45.0674075Z distributed/tensor/test_math_ops (0.17951220095910705) 2025-08-14T20:52:45.0674431Z test_cuda_sanitizer (0.1794939358277371) 2025-08-14T20:52:45.0674772Z distributed/test_backends (0.17945850184449955) 2025-08-14T20:52:45.0675094Z test_monitor (0.17937667108300076) 2025-08-14T20:52:45.0675448Z distributed/tensor/test_attention (0.17905094600373792) 2025-08-14T20:52:45.0675816Z dynamo/test_torchrec (0.17905064870760168) 2025-08-14T20:52:45.0676152Z inductor/test_mps_basic (0.17891459856325695) 2025-08-14T20:52:45.0676497Z export/test_verifier (0.17885359711230317) 2025-08-14T20:52:45.0676801Z test_subclass (0.17884759544655293) 2025-08-14T20:52:45.0677240Z distributed/tensor/experimental/test_tp_transform (0.17877371735669842) 2025-08-14T20:52:45.0677794Z distributed/checkpoint/test_fsdp_optim_state (0.17844509364010727) 2025-08-14T20:52:45.0678275Z functorch/test_vmap_registrations (0.1783886816982566) 2025-08-14T20:52:45.0678653Z profiler/test_profiler (0.17812906784728907) 2025-08-14T20:52:45.0679115Z distributed/checkpoint/test_dtensor_resharding (0.17801152438742504) 2025-08-14T20:52:45.0679559Z dynamo/test_recompile_ux (0.17799933524583939) 2025-08-14T20:52:45.0679902Z dynamo/test_einops (0.1779652390952149) 2025-08-14T20:52:45.0680256Z distributed/test_device_mesh (0.17786350807359685) 2025-08-14T20:52:45.0680599Z dynamo/test_minifier (0.177856763167506) 2025-08-14T20:52:45.0680920Z nn/test_pruning (0.17784750982526568) 2025-08-14T20:52:45.0681335Z inductor/test_cudagraph_trees_expandable_segments (0.17783481899645012) 2025-08-14T20:52:45.0681826Z test_functionalization_of_rng_ops (0.17758685543782132) 2025-08-14T20:52:45.0682178Z test_matmul_cuda (0.17755664271797642) 2025-08-14T20:52:45.0682505Z nn/test_parametrization (0.17725583477113177) 2025-08-14T20:52:45.0682817Z test_itt (0.17725275032371832) 2025-08-14T20:52:45.0683106Z functorch/test_dims (0.17714730310039736) 2025-08-14T20:52:45.0683437Z optim/test_lrscheduler (0.17712067651519578) 2025-08-14T20:52:45.0683834Z distributed/test_inductor_collectives (0.17711302113968772) 2025-08-14T20:52:45.0684304Z torch_np/numpy_tests/core/test_multiarray (0.17694426842035713) 2025-08-14T20:52:45.0684700Z export/test_serialize (0.1768922044344989) 2025-08-14T20:52:45.0685107Z test_numba_integration (0.17687891901341088) 2025-08-14T20:52:45.0685422Z dynamo/test_exc (0.17682230268046656) 2025-08-14T20:52:45.0685745Z dynamo/test_ctx_manager (0.17643358798233882) 2025-08-14T20:52:45.0686178Z distributed/checkpoint/e2e/test_fine_tuning (0.1764030036423236) 2025-08-14T20:52:45.0686634Z distributed/pipelining/test_stage (0.176281613913697) 2025-08-14T20:52:45.0687003Z test_jit_disabled (0.17626437073779536) 2025-08-14T20:52:45.0687363Z torch_np/numpy_tests/core/test_numeric (0.1762062865051784) 2025-08-14T20:52:45.0687793Z test_sympy_utils (0.17619980173320673) 2025-08-14T20:52:45.0688177Z dynamo/test_hooks (0.17617874945055959) 2025-08-14T20:52:45.0688682Z distributed/_tools/test_mem_tracker (0.176099092667057) 2025-08-14T20:52:45.0689389Z functorch/test_memory_efficient_fusion (0.17609814503562277) 2025-08-14T20:52:45.0690096Z distributed/checkpoint/test_tp_checkpoint (0.17603573142802187) 2025-08-14T20:52:45.0690531Z torch_np/test_indexing (0.17599567077366415) 2025-08-14T20:52:45.0690921Z distributed/pipelining/test_schedule (0.17597545463640013) 2025-08-14T20:52:45.0691397Z torch_np/numpy_tests/lib/test_function_base (0.1756712463649973) 2025-08-14T20:52:45.0691861Z inductor/test_distributed_patterns (0.1756458275453492) 2025-08-14T20:52:45.0692240Z profiler/test_cpp_thread (0.17551226725614544) 2025-08-14T20:52:45.0692595Z distributed/test_nvshmem (0.1753211058405461) 2025-08-14T20:52:45.0692928Z nn/test_packed_sequence (0.175295073847617) 2025-08-14T20:52:45.0693296Z test_cpp_extensions_mtia_backend (0.1751877313614275) 2025-08-14T20:52:45.0693637Z dynamo/test_misc (0.1750913330892532) 2025-08-14T20:52:45.0694146Z cpp_extensions/libtorch_agnostic_extension/test/test_libtorch_agnostic (0.1750751490308369) 2025-08-14T20:52:45.0694698Z test_tensor_creation_ops (0.17499744325322839) 2025-08-14T20:52:45.0695050Z dynamo/test_fake_distributed (0.1747617803222363) 2025-08-14T20:52:45.0695471Z distributed/tensor/test_embedding_ops (0.17472153385779346) 2025-08-14T20:52:45.0695943Z distributed/checkpoint/test_save_load_api (0.17469338362989367) 2025-08-14T20:52:45.0696364Z onnx/exporter/test_api (0.1746829596841169) 2025-08-14T20:52:45.0696687Z dynamo/test_generator (0.17466309658601467) 2025-08-14T20:52:45.0697027Z dynamo/test_reorder_logs (0.17461140422032675) 2025-08-14T20:52:45.0697366Z onnx/test_symbolic_helper (0.1745805040031668) 2025-08-14T20:52:45.0697693Z test_jit (0.17456779459334273) 2025-08-14T20:52:45.0697976Z test_schema_check (0.1742230425613608) 2025-08-14T20:52:45.0698276Z functorch/test_ops (0.17418353933725853) 2025-08-14T20:52:45.0698661Z distributed/test_control_collectives (0.17417172181584317) 2025-08-14T20:52:45.0699073Z onnx/test_models_onnxruntime (0.17401010420378224) 2025-08-14T20:52:45.0699531Z distributed/checkpoint/test_hf_safetensor_e2e (0.17393232410213966) 2025-08-14T20:52:45.0700070Z distributed/checkpoint/e2e/test_e2e_save_and_load (0.1730342482175982) 2025-08-14T20:52:45.0700586Z distributed/checkpoint/test_planner (0.17292735167561304) 2025-08-14T20:52:45.0700969Z test_autocast (0.17285042630036215) 2025-08-14T20:52:45.0701250Z test_datapipe (0.1728313064426005) 2025-08-14T20:52:45.0701552Z test_dynamic_shapes (0.17281218658483888) 2025-08-14T20:52:45.0701862Z test_bundled_inputs (0.1727648235941349) 2025-08-14T20:52:45.0702214Z distributed/launcher/test_run (0.17230812098585183) 2025-08-14T20:52:45.0702589Z profiler/test_execution_trace (0.1722756042209511) 2025-08-14T20:52:45.0703040Z distributed/checkpoint/test_hsdp_checkpoint (0.17223890672913453) 2025-08-14T20:52:45.0703505Z test_cpp_extensions_stream_and_event (0.17216389519776065) 2025-08-14T20:52:45.0703896Z onnx/test_op_consistency (0.17172423137428558) 2025-08-14T20:52:45.0704237Z lazy/test_generator (0.17169868248757786) 2025-08-14T20:52:45.0704554Z dynamo/test_subclasses (0.17166495795712367) 2025-08-14T20:52:45.0704946Z torch_np/numpy_tests/core/test_indexing (0.1715710495400903) 2025-08-14T20:52:45.0705418Z test_maskedtensor (0.1714020366866405) 2025-08-14T20:52:45.0705844Z distributed/checkpoint/test_dtensor_checkpoint (0.1714002529098231) 2025-08-14T20:52:45.0706321Z distributed/test_dynamo_distributed (0.1713998812896528) 2025-08-14T20:52:45.0706744Z distributed/tensor/test_view_ops (0.1713785502918779) 2025-08-14T20:52:45.0707150Z distributed/tensor/test_optimizers (0.1711727656225775) 2025-08-14T20:52:45.0707676Z distributed/checkpoint/test_fsdp_tp_checkpoint_conversion (0.17112674046448656) 2025-08-14T20:52:45.0708176Z distributed/test_p2p_ipc (0.17102796382322236) 2025-08-14T20:52:45.0708598Z export/test_sparse (0.17085872799767038) 2025-08-14T20:52:45.0709010Z distributed/checkpoint/test_compatibility (0.17082818081967222) 2025-08-14T20:52:45.0709479Z onnx/test_onnx_opset (0.17078615057841193) 2025-08-14T20:52:45.0709869Z torch_np/numpy_tests/lib/test_type_check (0.1706548757532555) 2025-08-14T20:52:45.0710251Z lazy/test_ts_opinfo (0.17062343668684862) 2025-08-14T20:52:45.0710569Z test_mkldnn_fusion (0.1706101698467691) 2025-08-14T20:52:45.0710987Z distributed/tensor/parallel/test_tp_examples (0.1705870364911683) 2025-08-14T20:52:45.0711557Z distributed/_composable/fsdp/test_fully_shard_ignore_params (0.1705322225160499) 2025-08-14T20:52:45.0712047Z optim/test_swa_utils (0.16960473289502964) 2025-08-14T20:52:45.0712349Z test_futures (0.16952483455841638) 2025-08-14T20:52:45.0712723Z torch_np/numpy_tests/lib/test_histograms (0.1694917603632602) 2025-08-14T20:52:45.0713094Z test_cuda (0.16916170590901342) 2025-08-14T20:52:45.0713406Z export/test_draft_export (0.1690161794503262) 2025-08-14T20:52:45.0713724Z optim/test_optim (0.1689061612989106) 2025-08-14T20:52:45.0714062Z functorch/test_aotdispatch (0.16890004814710927) 2025-08-14T20:52:45.0714400Z test_tensorboard (0.1688488203066342) 2025-08-14T20:52:45.0714745Z distributed/test_symmetric_memory (0.1680880209129994) 2025-08-14T20:52:45.0715122Z test_public_bindings (0.16758709550445133) 2025-08-14T20:52:45.0715431Z nn/test_embedding (0.1674718375086346) 2025-08-14T20:52:45.0715735Z nn/test_dropout (0.16741711643855878) 2025-08-14T20:52:45.0716057Z distributed/tensor/test_utils (0.16719867810245984) 2025-08-14T20:52:45.0716486Z torch_np/numpy_tests/core/test_scalarmath (0.1667541274737454) 2025-08-14T20:52:45.0716880Z test_functional_optim (0.16667878148421825) 2025-08-14T20:52:45.0717198Z test_vulkan (0.16667811256791173) 2025-08-14T20:52:45.0717627Z distributed/_composable/fsdp/test_fully_shard_overlap (0.16664949781479907) 2025-08-14T20:52:45.0718146Z onnx/test_pytorch_onnx_shape_inference (0.1666136550493742) 2025-08-14T20:52:45.0718538Z functorch/test_vmap (0.16612049650238528) 2025-08-14T20:52:45.0718842Z test_autograd (0.1659914513982506) 2025-08-14T20:52:45.0719135Z test_cuda_trace (0.16569588329580712) 2025-08-14T20:52:45.0719547Z distributed/tensor/parallel/test_tp_random_state (0.1655408433607604) 2025-08-14T20:52:45.0720003Z nn/test_load_state_dict (0.1655051120813866) 2025-08-14T20:52:45.0720341Z dynamo/test_comptime (0.16541194690469385) 2025-08-14T20:52:45.0720782Z distributed/_composable/fsdp/test_fully_shard_logging (0.16527896262675407) 2025-08-14T20:52:45.0721236Z test_shape_ops (0.16526142215471618) 2025-08-14T20:52:45.0721588Z benchmark_utils/test_benchmark_utils (0.1652216587964947) 2025-08-14T20:52:45.0722091Z distributed/optim/test_apply_optimizer_in_backward (0.16508616608240542) 2025-08-14T20:52:45.0722578Z torch_np/numpy_tests/core/test_dtype (0.1648679878804257) 2025-08-14T20:52:45.0722940Z test_ops (0.1648140100506905) 2025-08-14T20:52:45.0723388Z distributed/_composable/test_composability/test_2d_composability (0.16447747082447206) 2025-08-14T20:52:45.0723972Z torch_np/numpy_tests/core/test_shape_base (0.1643020846851017) 2025-08-14T20:52:45.0724362Z test_type_info (0.16379082823581945) 2025-08-14T20:52:45.0724756Z distributed/checkpoint/test_fsdp_model_state (0.16364112105021644) 2025-08-14T20:52:45.0725232Z distributed/fsdp/test_shard_utils (0.16356179872486715) 2025-08-14T20:52:45.0725754Z distributed/elastic/test_control_plane (0.16344707957829732) 2025-08-14T20:52:45.0726298Z distributed/_composable/fsdp/test_fully_shard_grad_scaler (0.1631265757624271) 2025-08-14T20:52:45.0726799Z distributed/test_functional_api (0.16286528962069324) 2025-08-14T20:52:45.0727166Z test_jit_llga_fuser (0.16272446415716024) 2025-08-14T20:52:45.0727656Z distributed/checkpoint/_experimental/test_checkpoint_process (0.16268572275440707) 2025-08-14T20:52:45.0728281Z distributed/_composable/test_replicate_with_compiler (0.16248014247620032) 2025-08-14T20:52:45.0728733Z test_indexing (0.1624562472992504) 2025-08-14T20:52:45.0729043Z torch_np/test_function_base (0.16238515636067313) 2025-08-14T20:52:45.0729441Z test_dataloader (0.16211409660846055) 2025-08-14T20:52:45.0729729Z test_native_mha (0.16209414060531574) 2025-08-14T20:52:45.0730042Z test_sort_and_select (0.16207433325023907) 2025-08-14T20:52:45.0730427Z torch_np/numpy_tests/lib/test_twodim_base (0.16206389072345379) 2025-08-14T20:52:45.0730862Z torch_np/test_scalars_0D_arrays (0.1620381560266609) 2025-08-14T20:52:45.0731340Z distributed/tensor/parallel/test_parallelize_api (0.16182850650758945) 2025-08-14T20:52:45.0731782Z nn/test_module_hooks (0.16163624881248775) 2025-08-14T20:52:45.0732177Z distributed/fsdp/test_fsdp_optim_state (0.1612945069038852) 2025-08-14T20:52:45.0732676Z distributed/_composable/fsdp/test_fully_shard_compile (0.16128731605359) 2025-08-14T20:52:45.0733121Z test_testing (0.16095954706339052) 2025-08-14T20:52:45.0733470Z distributed/tensor/test_op_strategy (0.16083196985892853) 2025-08-14T20:52:45.0733935Z distributed/checkpoint/test_checkpoint (0.16073362058086016) 2025-08-14T20:52:45.0734507Z distributed/_composable/fsdp/test_fully_shard_clip_grad_norm_ (0.1606702779228335) 2025-08-14T20:52:45.0735076Z distributed/checkpoint/test_pg_transport (0.16048602864240166) 2025-08-14T20:52:45.0735490Z test_numa_binding (0.16030662900519213) 2025-08-14T20:52:45.0735868Z torch_np/numpy_tests/core/test_getlimits (0.15999924338133328) 2025-08-14T20:52:45.0736279Z onnx/test_autograd_funs (0.15973189983082364) 2025-08-14T20:52:45.0736651Z distributed/test_collective_utils (0.15973065490325314) 2025-08-14T20:52:45.0737054Z torch_np/test_ndarray_methods (0.15963039178130778) 2025-08-14T20:52:45.0737406Z lazy/test_debug_util (0.15954638704181276) 2025-08-14T20:52:45.0737789Z distributed/tensor/debug/test_comm_mode (0.1590240934734728) 2025-08-14T20:52:45.0738206Z test_cuda_nvml_based_avail (0.15899401082068748) 2025-08-14T20:52:45.0738543Z onnx/test_utility_funs (0.15895671873659845) 2025-08-14T20:52:45.0738918Z distributed/checkpoint/test_utils (0.1587517887936897) 2025-08-14T20:52:45.0739353Z torch_np/numpy_tests/lib/test_shape_base_ (0.15872075850947015) 2025-08-14T20:52:45.0739822Z torch_np/numpy_tests/linalg/test_linalg (0.15864537535792597) 2025-08-14T20:52:45.0740195Z test_sparse_csr (0.15864050713369512) 2025-08-14T20:52:45.0740524Z onnx/test_verification (0.15863346493146804) 2025-08-14T20:52:45.0740920Z distributed/fsdp/test_fsdp_state_dict (0.1585138032366333) 2025-08-14T20:52:45.0741287Z test_linalg (0.15847705000179121) 2025-08-14T20:52:45.0741576Z test_view_ops (0.15847000779956413) 2025-08-14T20:52:45.0741984Z distributed/_composable/fsdp/test_fully_shard_state (0.1584286650556189) 2025-08-14T20:52:45.0742436Z distributed/test_dist2 (0.1584241312895413) 2025-08-14T20:52:45.0742799Z distributed/fsdp/test_fsdp_memory (0.15831108443373781) 2025-08-14T20:52:45.0743234Z distributed/fsdp/test_fsdp_pure_fp16 (0.15812204125310916) 2025-08-14T20:52:45.0743688Z distributed/_composable/test_replicate (0.1579888154220587) 2025-08-14T20:52:45.0744070Z test_accelerator (0.15798331544353833) 2025-08-14T20:52:45.0744398Z distributed/test_fake_pg (0.1577003266838593) 2025-08-14T20:52:45.0744815Z distributed/fsdp/test_fsdp_backward_prefetch (0.15738775695862486) 2025-08-14T20:52:45.0745299Z torch_np/numpy_tests/fft/test_pocketfft (0.1573562621491924) 2025-08-14T20:52:45.0745864Z distributed/_composable/fsdp/test_fully_shard_autograd (0.1571791479760302) 2025-08-14T20:52:45.0746431Z distributed/checkpoint/test_state_dict_stager (0.1571577798162383) 2025-08-14T20:52:45.0746885Z functorch/test_eager_transforms (0.15712236441400926) 2025-08-14T20:52:45.0747256Z test_function_schema (0.15712072928525994) 2025-08-14T20:52:45.0747658Z torch_np/numpy_tests/lib/test_index_tricks (0.15710502833306503) 2025-08-14T20:52:45.0748062Z test_cpp_extensions_jit (0.15707949802736582) 2025-08-14T20:52:45.0748637Z test_torch (0.15704267046848966) 2025-08-14T20:52:45.0748965Z profiler/test_memory_profiler (0.1570059915576816) 2025-08-14T20:52:45.0749585Z distributed/_composable/fsdp/test_fully_shard_frozen (0.15673392843100922) 2025-08-14T20:52:45.0750054Z distributed/fsdp/test_utils (0.15663316362183397) 2025-08-14T20:52:45.0750415Z test_scatter_gather_ops (0.15661118228876106) 2025-08-14T20:52:45.0750753Z test_serialization (0.15658756582693886) 2025-08-14T20:52:45.0751120Z torch_np/numpy_tests/core/test_dlpack (0.15631167501251245) 2025-08-14T20:52:45.0751518Z test_xnnpack_integration (0.15624448608572325) 2025-08-14T20:52:45.0751898Z torch_np/numpy_tests/fft/test_helper (0.15621856557884525) 2025-08-14T20:52:45.0752330Z distributed/fsdp/test_fsdp_overlap (0.15612878214570217) 2025-08-14T20:52:45.0752816Z distributed/_composable/fsdp/test_fully_shard_init (0.15610854742742963) 2025-08-14T20:52:45.0753259Z test_mkldnn (0.1558950330585871) 2025-08-14T20:52:45.0753528Z test_nn (0.15545813780538073) 2025-08-14T20:52:45.0753895Z distributed/fsdp/test_checkpoint_wrapper (0.1553303747908336) 2025-08-14T20:52:45.0754305Z test_unary_ufuncs (0.15504377202499844) 2025-08-14T20:52:45.0754601Z nn/test_pooling (0.15495936779382039) 2025-08-14T20:52:45.0754936Z dynamo/test_python_autograd (0.1549209980112375) 2025-08-14T20:52:45.0755356Z torch_np/numpy_tests/core/test_scalar_methods (0.1548930707554399) 2025-08-14T20:52:45.0755831Z distributed/fsdp/test_fsdp_grad_acc (0.15485497968798473) 2025-08-14T20:52:45.0756198Z test_overrides (0.1546879364214375) 2025-08-14T20:52:45.0756592Z distributed/fsdp/test_fsdp_flatten_params (0.15439838856575278) 2025-08-14T20:52:45.0756991Z nn/test_init (0.15419219511426502) 2025-08-14T20:52:45.0757436Z distributed/_composable/fsdp/test_fully_shard_mixed_precision (0.15412037951635568) 2025-08-14T20:52:45.0757974Z onnx/test_pytorch_onnx_no_runtime (0.15377763423329333) 2025-08-14T20:52:45.0758333Z test_cuda_primary_ctx (0.15369742001953532) 2025-08-14T20:52:45.0758736Z torch_np/numpy_tests/core/test_numerictypes (0.152833969844361) 2025-08-14T20:52:45.0759132Z test_mobile_optimizer (0.15280269800703075) 2025-08-14T20:52:45.0759494Z distributed/test_c10d_logger (0.15279414145260972) 2025-08-14T20:52:45.0759912Z distributed/test_c10d_object_collectives (0.15226232511740595) 2025-08-14T20:52:45.0760367Z distributed/rpc/test_share_memory (0.15204544758602226) 2025-08-14T20:52:45.0760781Z distributed/test_serialization (0.1517417038398323) 2025-08-14T20:52:45.0761204Z distributed/checkpoint/test_state_dict (0.15153217509731617) 2025-08-14T20:52:45.0761595Z test_metal (0.15135256177850873) 2025-08-14T20:52:45.0761990Z distributed/optim/test_zero_redundancy_optimizer (0.15096673642720504) 2025-08-14T20:52:45.0762494Z torch_np/numpy_tests/lib/test_arraypad (0.1509050010264149) 2025-08-14T20:52:45.0762983Z distributed/_composable/fsdp/test_fully_shard_comm (0.15079344994179686) 2025-08-14T20:52:45.0763572Z distributed/checkpoint/test_file_system_checkpoint_cpu (0.15071988772908712) 2025-08-14T20:52:45.0764044Z test_type_promotion (0.15038464917346472) 2025-08-14T20:52:45.0764495Z distributed/_composable/fsdp/test_fully_shard_extensions (0.1501434676829438) 2025-08-14T20:52:45.0765052Z distributed/fsdp/test_fsdp_ignored_modules (0.15000599609144769) 2025-08-14T20:52:45.0765456Z test_cuda_multigpu (0.14972467033203074) 2025-08-14T20:52:45.0765961Z distributed/fsdp/test_fsdp_freezing_weights (0.14931828509480552) 2025-08-14T20:52:45.0766426Z distributed/fsdp/test_fsdp_apply (0.14920909379826883) 2025-08-14T20:52:45.0766822Z test_multiprocessing_spawn (0.14910726987160822) 2025-08-14T20:52:45.0767251Z torch_np/numpy_tests/lib/test_arraysetops (0.14902531833355406) 2025-08-14T20:52:45.0767765Z distributed/checkpoint/test_file_system_checkpoint (0.14891130526530783) 2025-08-14T20:52:45.0768230Z distributed/test_nccl (0.14888049795319042) 2025-08-14T20:52:45.0768614Z distributed/fsdp/test_fsdp_checkpoint (0.14865131979416998) 2025-08-14T20:52:45.0769009Z nn/test_convolution (0.1484317387260474) 2025-08-14T20:52:45.0769398Z distributed/fsdp/test_fsdp_unshard_params (0.1483701984258467) 2025-08-14T20:52:45.0769925Z distributed/test_multi_threaded_pg (0.14815866293441096) 2025-08-14T20:52:45.0770387Z distributed/fsdp/test_fsdp_tp_integration (0.14810509388686308) 2025-08-14T20:52:45.0770917Z distributed/_composable/fsdp/test_fully_shard_training (0.1480663060315886) 2025-08-14T20:52:45.0771480Z distributed/fsdp/test_fsdp_dtensor_state_dict (0.14793212327859961) 2025-08-14T20:52:45.0771946Z distributed/test_distributed_spawn (0.1478328542406098) 2025-08-14T20:52:45.0772383Z distributed/fsdp/test_fsdp_fine_tune (0.1475862563861068) 2025-08-14T20:52:45.0772852Z distributed/fsdp/test_fsdp_hybrid_shard (0.14740079934012149) 2025-08-14T20:52:45.0773309Z distributed/fsdp/test_fsdp_comm_hooks (0.14689599050079385) 2025-08-14T20:52:45.0773720Z distributed/fsdp/test_wrap (0.1462386408720647) 2025-08-14T20:52:45.0774140Z distributed/fsdp/test_fsdp_clip_grad_norm (0.14620481414606368) 2025-08-14T20:52:45.0774542Z test_sparse (0.14612726630702752) 2025-08-14T20:52:45.0774876Z distributed/fsdp/test_fsdp_meta (0.14609107979294514) 2025-08-14T20:52:45.0775312Z distributed/fsdp/test_fsdp_exec_order (0.14594821041847553) 2025-08-14T20:52:45.0775827Z distributed/_shard/sharding_spec/test_sharding_spec (0.14594722562502424) 2025-08-14T20:52:45.0776362Z distributed/fsdp/test_hsdp_dtensor_state_dict (0.14592743685095608) 2025-08-14T20:52:45.0776889Z distributed/checkpoint/test_state_dict_utils (0.14585646668893415) 2025-08-14T20:52:45.0777342Z distributed/fsdp/test_fsdp_misc (0.1457602263553322) 2025-08-14T20:52:45.0777835Z distributed/algorithms/ddp_comm_hooks/test_ddp_hooks (0.14556518150895328) 2025-08-14T20:52:45.0778435Z distributed/algorithms/quantization/test_quantization (0.1455305000565606) 2025-08-14T20:52:45.0779046Z distributed/_composable/fsdp/test_fully_shard_state_dict (0.14532236488968306) 2025-08-14T20:52:45.0779515Z test_jit_autocast (0.14511466637650564) 2025-08-14T20:52:45.0779868Z distributed/fsdp/test_fsdp_uneven (0.14508400771245636) 2025-08-14T20:52:45.0780289Z distributed/fsdp/test_fsdp_comm (0.14492681238042193) 2025-08-14T20:52:45.0780688Z distributed/fsdp/test_fsdp_input (0.14488183704931207) 2025-08-14T20:52:45.0781120Z distributed/fsdp/test_fsdp_traversal (0.14466290631648748) 2025-08-14T20:52:45.0781600Z distributed/fsdp/test_fsdp_sharded_grad_scaler (0.14465536242703053) 2025-08-14T20:52:45.0782123Z distributed/fsdp/test_fsdp_multiple_wrapping (0.14463241488151485) 2025-08-14T20:52:45.0782536Z test_dlpack (0.1445224524731248) 2025-08-14T20:52:45.0782861Z distributed/_shard/test_sharder (0.14447653880108496) 2025-08-14T20:52:45.0783250Z profiler/test_profiler_tree (0.14400524081061358) 2025-08-14T20:52:45.0783635Z distributed/algorithms/test_join (0.14397993347701657) 2025-08-14T20:52:45.0784045Z distributed/test_data_parallel (0.14389444225684037) 2025-08-14T20:52:45.0784515Z distributed/_shard/sharding_plan/test_sharding_plan (0.14351317854312703) 2025-08-14T20:52:45.0785027Z distributed/nn/jit/test_instantiator (0.14289043604275653) 2025-08-14T20:52:45.0785488Z torch_np/numpy_tests/core/test_scalar_ctors (0.14263199279532543) 2025-08-14T20:52:45.0785926Z distributed/test_pg_wrapper (0.1423081351074183) 2025-08-14T20:52:45.0786289Z profiler/test_torch_tidy (0.14209257682763915) 2025-08-14T20:52:45.0786705Z distributed/test_c10d_pypg (0.14189188335467176) 2025-08-14T20:52:45.0787048Z test_reductions (0.1418636588027379) 2025-08-14T20:52:45.0787359Z torch_np/test_reductions (0.14167610210279044) 2025-08-14T20:52:45.0787786Z distributed/fsdp/test_fsdp_use_orig_params (0.14162847897796724) 2025-08-14T20:52:45.0788228Z distributed/test_composability (0.14090080952251416) 2025-08-14T20:52:45.0788691Z lazy/test_reuse_ir (0.14085442203475718) 2025-08-14T20:52:45.0789041Z distributed/fsdp/test_fsdp_core (0.14022768461755603) 2025-08-14T20:52:45.0789523Z distributed/_shard/sharded_optim/test_sharded_optim (0.13985012781504136) 2025-08-14T20:52:45.0790027Z test_functional_autograd_benchmark (0.13976696851143378) 2025-08-14T20:52:45.0790465Z test_prims (0.1390985817636469) 2025-08-14T20:52:45.0790855Z distributed/fsdp/test_distributed_checkpoint (0.1387085106518976) 2025-08-14T20:52:45.0791266Z test_spectral_ops (0.13852286779582712) 2025-08-14T20:52:45.0791681Z distributed/fsdp/test_fsdp_multiple_forward (0.13798844082892703) 2025-08-14T20:52:45.0792218Z distributed/_shard/sharded_tensor/ops/test_tensor_ops (0.13621332276148274) 2025-08-14T20:52:45.0792809Z distributed/_shard/sharded_tensor/ops/test_binary_cmp (0.13607116875584094) 2025-08-14T20:52:45.0793357Z distributed/fsdp/test_fsdp_mixed_precision (0.1351007570051517) 2025-08-14T20:52:45.0793773Z distributed/test_c10d_ucc (0.13477270000932023) 2025-08-14T20:52:45.0794239Z distributed/_composable/fsdp/test_fully_shard_memory (0.13419010177784577) 2025-08-14T20:52:45.0794784Z distributed/_shard/sharded_tensor/ops/test_init (0.1337447242942524) 2025-08-14T20:52:45.0795306Z distributed/rpc/cuda/test_tensorpipe_agent (0.13370097530970454) 2025-08-14T20:52:45.0795876Z distributed/_shard/sharded_tensor/test_sharded_tensor_reshard (0.13337957031492134) 2025-08-14T20:52:45.0796388Z distributed/test_c10d_gloo (0.13244449964242708) 2025-08-14T20:52:45.0796761Z profiler/test_python_tracer (0.13183280355161855) 2025-08-14T20:52:45.0797133Z distributed/test_c10d_common (0.13179849371939614) 2025-08-14T20:52:45.0797604Z distributed/_shard/sharded_tensor/ops/test_embedding (0.13124620111280916) 2025-08-14T20:52:45.0798181Z distributed/_shard/sharded_tensor/ops/test_embedding_bag (0.13124620111280916) 2025-08-14T20:52:45.0798700Z distributed/rpc/test_faulty_agent (0.13088243141861244) 2025-08-14T20:52:45.0799181Z distributed/_shard/sharded_tensor/test_sharded_tensor (0.1306636028813347) 2025-08-14T20:52:45.0799705Z distributed/rpc/test_tensorpipe_agent (0.13053522669350656) 2025-08-14T20:52:45.0800149Z distributed/test_c10d_spawn_gloo (0.12883165479934816) 2025-08-14T20:52:45.0800537Z distributed/test_c10d_spawn_nccl (0.12705686189955284) 2025-08-14T20:52:45.0800924Z distributed/test_launcher (0.12588922203398423) 2025-08-14T20:52:45.0801294Z distributed/test_c10d_spawn_ucc (0.12495176370189581) 2025-08-14T20:52:45.0801661Z distributed/test_store (0.12392032262874) 2025-08-14T20:52:45.0801994Z distributed/test_c10d_nccl (0.12345928135496877) 2025-08-14T20:52:45.0802338Z test_quantization (0.10837509786617185) 2025-08-14T20:52:45.0802706Z distributions/test_distributions (0.09432817130619585) 2025-08-14T20:52:45.0803094Z distributed/test_c10d_ops_nccl (0.08439280385783358) 2025-08-14T20:52:45.0803450Z test_jit_fuser_legacy (0.06366297138717932) 2025-08-14T20:52:45.0803760Z test_jit_profiling (0.05965416060739979) 2025-08-14T20:52:45.6361772Z test_jit_legacy (0.05782195239129404) 2025-08-14T20:52:45.6362380Z base_commit: HEAD^ 2025-08-14T20:52:45.6362836Z Changed files: ['torch/_inductor/ir.py'] 2025-08-14T20:52:45.6363368Z Results from Filepath 2025-08-14T20:52:45.6363886Z distributed/test_dynamo_distributed (0.25) 2025-08-14T20:52:45.6364292Z distributed/test_inductor_collectives (0.25) 2025-08-14T20:52:45.6364658Z dynamo/cpython/3_13/test_baseexception (0.25) 2025-08-14T20:52:45.6365013Z dynamo/cpython/3_13/test_bool (0.25) 2025-08-14T20:52:45.6365328Z dynamo/cpython/3_13/test_cmath (0.25) 2025-08-14T20:52:45.6365849Z dynamo/cpython/3_13/test_collections (0.25) 2025-08-14T20:52:45.6366196Z dynamo/cpython/3_13/test_complex (0.25) 2025-08-14T20:52:45.6366519Z dynamo/cpython/3_13/test_contextlib (0.25) 2025-08-14T20:52:45.6366868Z dynamo/cpython/3_13/test_defaultdict (0.25) 2025-08-14T20:52:45.6367190Z dynamo/cpython/3_13/test_dict (0.25) 2025-08-14T20:52:45.6367552Z dynamo/cpython/3_13/test_exception_variations (0.25) 2025-08-14T20:52:45.6367926Z dynamo/cpython/3_13/test_exceptions (0.25) 2025-08-14T20:52:45.6368258Z dynamo/cpython/3_13/test_float (0.25) 2025-08-14T20:52:45.6368599Z dynamo/cpython/3_13/test_generator_stop (0.25) 2025-08-14T20:52:45.6368954Z dynamo/cpython/3_13/test_generators (0.25) 2025-08-14T20:52:45.6369406Z dynamo/cpython/3_13/test_heapq (0.25) 2025-08-14T20:52:45.6369718Z dynamo/cpython/3_13/test_int (0.25) 2025-08-14T20:52:45.6370097Z dynamo/cpython/3_13/test_int_literal (0.25) 2025-08-14T20:52:45.6370473Z dynamo/cpython/3_13/test_iter (0.25) 2025-08-14T20:52:45.6370803Z dynamo/cpython/3_13/test_itertools (0.25) 2025-08-14T20:52:45.6371124Z dynamo/cpython/3_13/test_list (0.25) 2025-08-14T20:52:45.6371462Z dynamo/cpython/3_13/test_math (0.25) 2025-08-14T20:52:45.6371797Z dynamo/cpython/3_13/test_numeric_tower (0.25) 2025-08-14T20:52:45.6372148Z dynamo/cpython/3_13/test_operator (0.25) 2025-08-14T20:52:45.6372498Z dynamo/cpython/3_13/test_ordered_dict (0.25) 2025-08-14T20:52:45.6372830Z dynamo/cpython/3_13/test_raise (0.25) 2025-08-14T20:52:45.6373148Z dynamo/cpython/3_13/test_set (0.25) 2025-08-14T20:52:45.6373445Z dynamo/cpython/3_13/test_sort (0.25) 2025-08-14T20:52:45.6373759Z dynamo/cpython/3_13/test_sys (0.25) 2025-08-14T20:52:45.6374062Z dynamo/cpython/3_13/test_tuple (0.25) 2025-08-14T20:52:45.6374452Z dynamo/cpython/3_13/test_unittest/test_assertions (0.25) 2025-08-14T20:52:45.6374858Z dynamo/cpython/3_13/test_userdict (0.25) 2025-08-14T20:52:45.6375183Z dynamo/cpython/3_13/test_userlist (0.25) 2025-08-14T20:52:45.6375525Z dynamo/cpython/3_13/test_with (0.25) 2025-08-14T20:52:45.6375856Z dynamo/test_activation_checkpointing (0.25) 2025-08-14T20:52:45.6376247Z dynamo/test_after_aot (0.25) 2025-08-14T20:52:45.6376522Z dynamo/test_aot_autograd (0.25) 2025-08-14T20:52:45.6376819Z dynamo/test_aot_autograd_cache (0.25) 2025-08-14T20:52:45.6377127Z dynamo/test_autograd_function (0.25) 2025-08-14T20:52:45.6377439Z dynamo/test_backends (0.25) 2025-08-14T20:52:45.6377741Z dynamo/test_backward_higher_order_ops (0.25) 2025-08-14T20:52:45.6378152Z dynamo/test_base_hop (0.25) 2025-08-14T20:52:45.6378434Z dynamo/test_base_output (0.25) 2025-08-14T20:52:45.6378736Z dynamo/test_buffers_override (0.25) 2025-08-14T20:52:45.6379043Z dynamo/test_bytecode_utils (0.25) 2025-08-14T20:52:45.6379346Z dynamo/test_callback (0.25) 2025-08-14T20:52:45.6379617Z dynamo/test_compile (0.25) 2025-08-14T20:52:45.6379898Z dynamo/test_compiler_bisector (0.25) 2025-08-14T20:52:45.6380199Z dynamo/test_comptime (0.25) 2025-08-14T20:52:45.6380479Z dynamo/test_config (0.25) 2025-08-14T20:52:45.6380740Z dynamo/test_ctx_manager (0.25) 2025-08-14T20:52:45.6381027Z dynamo/test_cudagraphs (0.25) 2025-08-14T20:52:45.6381356Z dynamo/test_cudagraphs_expandable_segments (0.25) 2025-08-14T20:52:45.6381703Z dynamo/test_debug_utils (0.25) 2025-08-14T20:52:45.6381991Z dynamo/test_decorators (0.25) 2025-08-14T20:52:45.6382272Z dynamo/test_deque_reconstruct (0.25) 2025-08-14T20:52:45.6382589Z dynamo/test_deviceguard (0.25) 2025-08-14T20:52:45.6382863Z dynamo/test_dicts (0.25) 2025-08-14T20:52:45.6383143Z dynamo/test_dynamic_shapes (0.25) 2025-08-14T20:52:45.6383430Z dynamo/test_einops (0.25) 2025-08-14T20:52:45.6383725Z dynamo/test_error_messages (0.25) 2025-08-14T20:52:45.6384024Z dynamo/test_exc (0.25) 2025-08-14T20:52:45.6384276Z dynamo/test_exceptions (0.25) 2025-08-14T20:52:45.6384558Z dynamo/test_export (0.25) 2025-08-14T20:52:45.6384828Z dynamo/test_export_mutations (0.25) 2025-08-14T20:52:45.6385255Z dynamo/test_fake_distributed (0.25) 2025-08-14T20:52:45.6385559Z dynamo/test_flat_apply (0.25) 2025-08-14T20:52:45.6385841Z dynamo/test_frame_init (0.25) 2025-08-14T20:52:45.6386112Z dynamo/test_functions (0.25) 2025-08-14T20:52:45.6386411Z dynamo/test_fx_graph_runnable (0.25) 2025-08-14T20:52:45.6386719Z dynamo/test_fx_passes_pre_grad (0.25) 2025-08-14T20:52:45.6387032Z dynamo/test_generator (0.25) 2025-08-14T20:52:45.6387309Z dynamo/test_global (0.25) 2025-08-14T20:52:45.6387588Z dynamo/test_graph_deduplication (0.25) 2025-08-14T20:52:45.6387925Z dynamo/test_graph_region_tracker (0.25) 2025-08-14T20:52:45.6388238Z dynamo/test_guard_manager (0.25) 2025-08-14T20:52:45.6388640Z dynamo/test_guard_serialization (0.25) 2025-08-14T20:52:45.6389028Z dynamo/test_higher_order_ops (0.25) 2025-08-14T20:52:45.6389338Z dynamo/test_hooks (0.25) 2025-08-14T20:52:45.6389602Z dynamo/test_inline_and_install (0.25) 2025-08-14T20:52:45.6389923Z dynamo/test_input_attr_tracking (0.25) 2025-08-14T20:52:45.6390242Z dynamo/test_install_free_tensors (0.25) 2025-08-14T20:52:45.6390558Z dynamo/test_interop (0.25) 2025-08-14T20:52:45.6390829Z dynamo/test_list (0.25) 2025-08-14T20:52:45.6391079Z dynamo/test_logging (0.25) 2025-08-14T20:52:45.6391357Z dynamo/test_metrics_context (0.25) 2025-08-14T20:52:45.6391641Z dynamo/test_minifier (0.25) 2025-08-14T20:52:45.6391913Z dynamo/test_misc (0.25) 2025-08-14T20:52:45.6392164Z dynamo/test_model_output (0.25) 2025-08-14T20:52:45.6392447Z dynamo/test_modes (0.25) 2025-08-14T20:52:45.6392699Z dynamo/test_modules (0.25) 2025-08-14T20:52:45.6392964Z dynamo/test_nops (0.25) 2025-08-14T20:52:45.6393216Z dynamo/test_optimizers (0.25) 2025-08-14T20:52:45.6393503Z dynamo/test_package (0.25) 2025-08-14T20:52:45.6393768Z dynamo/test_pgo (0.25) 2025-08-14T20:52:45.6394018Z dynamo/test_pre_dispatch (0.25) 2025-08-14T20:52:45.6394321Z dynamo/test_precompile_context (0.25) 2025-08-14T20:52:45.6394618Z dynamo/test_profiler (0.25) 2025-08-14T20:52:45.6394907Z dynamo/test_python_autograd (0.25) 2025-08-14T20:52:45.6395209Z dynamo/test_python_dispatcher (0.25) 2025-08-14T20:52:45.6395521Z dynamo/test_recompile_ux (0.25) 2025-08-14T20:52:45.6395800Z dynamo/test_recompiles (0.25) 2025-08-14T20:52:45.6396087Z dynamo/test_reconstruct (0.25) 2025-08-14T20:52:45.6396365Z dynamo/test_reorder_logs (0.25) 2025-08-14T20:52:45.6396650Z dynamo/test_repros (0.25) 2025-08-14T20:52:45.6396917Z dynamo/test_resume (0.25) 2025-08-14T20:52:45.6397168Z dynamo/test_sdpa (0.25) 2025-08-14T20:52:45.6397427Z dynamo/test_sets (0.25) 2025-08-14T20:52:45.6397695Z dynamo/test_skip_guard_eval_unsafe (0.25) 2025-08-14T20:52:45.6398032Z dynamo/test_skip_non_tensor (0.25) 2025-08-14T20:52:45.6398329Z dynamo/test_sources (0.25) 2025-08-14T20:52:45.6398616Z dynamo/test_structured_trace (0.25) 2025-08-14T20:52:45.6398916Z dynamo/test_subclasses (0.25) 2025-08-14T20:52:45.6399201Z dynamo/test_subgraphs (0.25) 2025-08-14T20:52:45.6399471Z dynamo/test_torchrec (0.25) 2025-08-14T20:52:45.6399757Z dynamo/test_trace_rules (0.25) 2025-08-14T20:52:45.6400039Z dynamo/test_unittest (0.25) 2025-08-14T20:52:45.6400304Z dynamo/test_unspec (0.25) 2025-08-14T20:52:45.6400569Z dynamo/test_utils (0.25) 2025-08-14T20:52:45.6400834Z dynamo/test_verify_correctness (0.25) 2025-08-14T20:52:45.6401139Z dynamo/test_view (0.25) 2025-08-14T20:52:45.6401390Z export/test_converter (0.25) 2025-08-14T20:52:45.6401678Z export/test_cpp_serdes (0.25) 2025-08-14T20:52:45.6401943Z export/test_db (0.25) 2025-08-14T20:52:45.6402206Z export/test_draft_export (0.25) 2025-08-14T20:52:45.6402497Z export/test_experimental (0.25) 2025-08-14T20:52:45.6402793Z export/test_export (0.25) 2025-08-14T20:52:45.6403079Z export/test_export_strict (0.25) 2025-08-14T20:52:45.6403418Z export/test_export_training_ir_to_run_decomp (0.25) 2025-08-14T20:52:45.6403826Z export/test_export_with_inline_and_install (0.25) 2025-08-14T20:52:45.6404203Z export/test_functionalized_assertions (0.25) 2025-08-14T20:52:45.6404671Z export/test_hop (0.25) 2025-08-14T20:52:45.6404937Z export/test_lift_unlift (0.25) 2025-08-14T20:52:45.6405236Z export/test_nativert (0.25) 2025-08-14T20:52:45.6405506Z export/test_package (0.25) 2025-08-14T20:52:45.6405793Z export/test_pass_infra (0.25) 2025-08-14T20:52:45.6406067Z export/test_passes (0.25) 2025-08-14T20:52:45.6406350Z export/test_retraceability (0.25) 2025-08-14T20:52:45.6406650Z export/test_schema (0.25) 2025-08-14T20:52:45.6406907Z export/test_serdes (0.25) 2025-08-14T20:52:45.6407178Z export/test_serialize (0.25) 2025-08-14T20:52:45.6407445Z export/test_sparse (0.25) 2025-08-14T20:52:45.6407714Z export/test_swap (0.25) 2025-08-14T20:52:45.6408026Z export/test_tools (0.25) 2025-08-14T20:52:45.6408292Z export/test_torchbind (0.25) 2025-08-14T20:52:45.6408556Z export/test_tree_utils (0.25) 2025-08-14T20:52:45.6408839Z export/test_unflatten (0.25) 2025-08-14T20:52:45.6409123Z export/test_unflatten_training_ir (0.25) 2025-08-14T20:52:45.6409457Z export/test_upgrader (0.25) 2025-08-14T20:52:45.6409733Z export/test_verifier (0.25) 2025-08-14T20:52:45.6410000Z inductor/test_alignment (0.25) 2025-08-14T20:52:45.6410287Z inductor/test_analysis (0.25) 2025-08-14T20:52:45.6410564Z inductor/test_aot_inductor (0.25) 2025-08-14T20:52:45.6410884Z inductor/test_aot_inductor_arrayref (0.25) 2025-08-14T20:52:45.6411223Z inductor/test_aot_inductor_custom_ops (0.25) 2025-08-14T20:52:45.6411575Z inductor/test_aot_inductor_package (0.25) 2025-08-14T20:52:45.6411905Z inductor/test_aot_inductor_utils (0.25) 2025-08-14T20:52:45.6412237Z inductor/test_async_compile (0.25) 2025-08-14T20:52:45.6412554Z inductor/test_auto_functionalize (0.25) 2025-08-14T20:52:45.6412877Z inductor/test_autoheuristic (0.25) 2025-08-14T20:52:45.6413185Z inductor/test_b2b_gemm (0.25) 2025-08-14T20:52:45.6413469Z inductor/test_benchmark_fusion (0.25) 2025-08-14T20:52:45.6413786Z inductor/test_benchmarking (0.25) 2025-08-14T20:52:45.6414076Z inductor/test_best_config (0.25) 2025-08-14T20:52:45.6414385Z inductor/test_binary_folding (0.25) 2025-08-14T20:52:45.6414686Z inductor/test_block_analysis (0.25) 2025-08-14T20:52:45.6414990Z inductor/test_ck_backend (0.25) 2025-08-14T20:52:45.6415270Z inductor/test_codecache (0.25) 2025-08-14T20:52:45.6415566Z inductor/test_codegen_triton (0.25) 2025-08-14T20:52:45.6415870Z inductor/test_combo_kernels (0.25) 2025-08-14T20:52:45.6416159Z inductor/test_compile (0.25) 2025-08-14T20:52:45.6416458Z inductor/test_compile_subprocess (0.25) 2025-08-14T20:52:45.6416778Z inductor/test_compile_worker (0.25) 2025-08-14T20:52:45.6417102Z inductor/test_compiled_autograd (0.25) 2025-08-14T20:52:45.6417431Z inductor/test_compiled_optimizers (0.25) 2025-08-14T20:52:45.6417755Z inductor/test_config (0.25) 2025-08-14T20:52:45.6418028Z inductor/test_control_flow (0.25) 2025-08-14T20:52:45.6418358Z inductor/test_cooperative_reductions (0.25) 2025-08-14T20:52:45.6418724Z inductor/test_coordinate_descent_tuner (0.25) 2025-08-14T20:52:45.6419071Z inductor/test_cpp_wrapper_hipify (0.25) 2025-08-14T20:52:45.6419403Z inductor/test_cpu_cpp_wrapper (0.25) 2025-08-14T20:52:45.6419704Z inductor/test_cpu_repro (0.25) 2025-08-14T20:52:45.6420012Z inductor/test_cpu_select_algorithm (0.25) 2025-08-14T20:52:45.6420325Z inductor/test_cuda_repro (0.25) 2025-08-14T20:52:45.6420624Z inductor/test_cudacodecache (0.25) 2025-08-14T20:52:45.6420921Z inductor/test_cudagraph_trees (0.25) 2025-08-14T20:52:45.6421301Z inductor/test_cudagraph_trees_expandable_segments (0.25) 2025-08-14T20:52:45.6421679Z inductor/test_custom_lowering (0.25) 2025-08-14T20:52:45.6422012Z inductor/test_custom_post_grad_passes (0.25) 2025-08-14T20:52:45.6422357Z inductor/test_cutlass_backend (0.25) 2025-08-14T20:52:45.6422653Z inductor/test_cutlass_evt (0.25) 2025-08-14T20:52:45.6422948Z inductor/test_debug_trace (0.25) 2025-08-14T20:52:45.6423253Z inductor/test_decompose_mem_bound_mm (0.25) 2025-08-14T20:52:45.6423590Z inductor/test_dependencies (0.25) 2025-08-14T20:52:45.6423983Z inductor/test_distributed_patterns (0.25) 2025-08-14T20:52:45.6424338Z inductor/test_efficient_conv_bn_eval (0.25) 2025-08-14T20:52:45.6424663Z inductor/test_extension_backend (0.25) 2025-08-14T20:52:45.6424997Z inductor/test_external_callables (0.25) 2025-08-14T20:52:45.6425327Z inductor/test_flex_attention (0.25) 2025-08-14T20:52:45.6425622Z inductor/test_flex_decoding (0.25) 2025-08-14T20:52:45.6425926Z inductor/test_foreach (0.25) 2025-08-14T20:52:45.6426189Z inductor/test_fp8 (0.25) 2025-08-14T20:52:45.6426465Z inductor/test_fused_attention (0.25) 2025-08-14T20:52:45.6426761Z inductor/test_fuzzer (0.25) 2025-08-14T20:52:45.6427195Z inductor/test_fx_fusion (0.25) 2025-08-14T20:52:45.6427537Z inductor/test_fxir_backend (0.25) 2025-08-14T20:52:45.6427849Z inductor/test_gpu_cpp_wrapper (0.25) 2025-08-14T20:52:45.6428181Z inductor/test_graph_transform_observer (0.25) 2025-08-14T20:52:45.6428625Z inductor/test_group_batch_fusion (0.25) 2025-08-14T20:52:45.6428953Z inductor/test_halide (0.25) 2025-08-14T20:52:45.6429230Z inductor/test_helion_kernels (0.25) 2025-08-14T20:52:45.6429542Z inductor/test_indexing (0.25) 2025-08-14T20:52:45.6429838Z inductor/test_inductor_annotations (0.25) 2025-08-14T20:52:45.6430172Z inductor/test_inductor_freezing (0.25) 2025-08-14T20:52:45.6430488Z inductor/test_inductor_scheduler (0.25) 2025-08-14T20:52:45.6430820Z inductor/test_inductor_utils (0.25) 2025-08-14T20:52:45.6431120Z inductor/test_inplace_padding (0.25) 2025-08-14T20:52:45.6431437Z inductor/test_inplacing_pass (0.25) 2025-08-14T20:52:45.6431755Z inductor/test_kernel_benchmark (0.25) 2025-08-14T20:52:45.6432076Z inductor/test_kernel_optimization (0.25) 2025-08-14T20:52:45.6432402Z inductor/test_layout_optim (0.25) 2025-08-14T20:52:45.6432707Z inductor/test_loop_ordering (0.25) 2025-08-14T20:52:45.6433015Z inductor/test_max_autotune (0.25) 2025-08-14T20:52:45.6433302Z inductor/test_memory (0.25) 2025-08-14T20:52:45.6433596Z inductor/test_memory_planning (0.25) 2025-08-14T20:52:45.6433899Z inductor/test_metrics (0.25) 2025-08-14T20:52:45.6434186Z inductor/test_minifier (0.25) 2025-08-14T20:52:45.6434468Z inductor/test_minifier_isolate (0.25) 2025-08-14T20:52:45.6434789Z inductor/test_minifier_utils (0.25) 2025-08-14T20:52:45.6435123Z inductor/test_mkldnn_pattern_matcher (0.25) 2025-08-14T20:52:45.6435448Z inductor/test_mmdecomp (0.25) 2025-08-14T20:52:45.6435769Z inductor/test_move_constructors_to_cuda (0.25) 2025-08-14T20:52:45.6436106Z inductor/test_mps_basic (0.25) 2025-08-14T20:52:45.6436398Z inductor/test_multi_kernel (0.25) 2025-08-14T20:52:45.6436702Z inductor/test_needs_exact_strides (0.25) 2025-08-14T20:52:45.6437043Z inductor/test_online_softmax (0.25) 2025-08-14T20:52:45.6437350Z inductor/test_op_completeness (0.25) 2025-08-14T20:52:45.6437668Z inductor/test_op_dtype_prop (0.25) 2025-08-14T20:52:45.6437980Z inductor/test_ordered_set (0.25) 2025-08-14T20:52:45.6438262Z inductor/test_pad_mm (0.25) 2025-08-14T20:52:45.6438551Z inductor/test_padding (0.25) 2025-08-14T20:52:45.6438828Z inductor/test_pattern_matcher (0.25) 2025-08-14T20:52:45.6439138Z inductor/test_perf (0.25) 2025-08-14T20:52:45.6439396Z inductor/test_profiler (0.25) 2025-08-14T20:52:45.6439694Z inductor/test_provenance_tracing (0.25) 2025-08-14T20:52:45.6440009Z inductor/test_quantization (0.25) 2025-08-14T20:52:45.6440308Z inductor/test_remote_cache (0.25) 2025-08-14T20:52:45.6440614Z inductor/test_scatter_optimization (0.25) 2025-08-14T20:52:45.6440947Z inductor/test_select_algorithm (0.25) 2025-08-14T20:52:45.6441256Z inductor/test_smoke (0.25) 2025-08-14T20:52:45.6441522Z inductor/test_snode_runtime (0.25) 2025-08-14T20:52:45.6441858Z inductor/test_split_cat_fx_aten_passes (0.25) 2025-08-14T20:52:45.6442205Z inductor/test_split_cat_fx_passes (0.25) 2025-08-14T20:52:45.6442539Z inductor/test_static_cuda_launcher (0.25) 2025-08-14T20:52:45.6442857Z inductor/test_subgraph_choice (0.25) 2025-08-14T20:52:45.6443278Z inductor/test_torchbind (0.25) 2025-08-14T20:52:45.6443571Z inductor/test_torchinductor (0.25) 2025-08-14T20:52:45.6443962Z inductor/test_torchinductor_codegen_config_overrides (0.25) 2025-08-14T20:52:45.6444441Z inductor/test_torchinductor_codegen_dynamic_shapes (0.25) 2025-08-14T20:52:45.6444859Z inductor/test_torchinductor_dynamic_shapes (0.25) 2025-08-14T20:52:45.6445239Z inductor/test_torchinductor_opinfo (0.25) 2025-08-14T20:52:45.6445594Z inductor/test_torchinductor_strided_blocks (0.25) 2025-08-14T20:52:45.6445965Z inductor/test_triton_cpu_backend (0.25) 2025-08-14T20:52:45.6446302Z inductor/test_triton_extension_backend (0.25) 2025-08-14T20:52:45.6446716Z inductor/test_triton_heuristics (0.25) 2025-08-14T20:52:45.6447032Z inductor/test_triton_kernels (0.25) 2025-08-14T20:52:45.6447341Z inductor/test_triton_syntax (0.25) 2025-08-14T20:52:45.6447650Z inductor/test_triton_wrapper (0.25) 2025-08-14T20:52:45.6447951Z inductor/test_unbacked_symints (0.25) 2025-08-14T20:52:45.6448272Z inductor/test_utils (0.25) 2025-08-14T20:52:45.6448797Z inductor/test_xpu_basic (0.25) 2025-08-14T20:52:45.6449096Z onnx/exporter/test_api (0.25) 2025-08-14T20:52:45.6449379Z onnx/exporter/test_building (0.25) 2025-08-14T20:52:45.6449720Z onnx/exporter/test_capture_strategies (0.25) 2025-08-14T20:52:45.6450050Z onnx/exporter/test_core (0.25) 2025-08-14T20:52:45.6450361Z onnx/exporter/test_dynamic_shapes (0.25) 2025-08-14T20:52:45.6450680Z onnx/exporter/test_hf_models_e2e (0.25) 2025-08-14T20:52:45.6451007Z onnx/exporter/test_ir_passes (0.25) 2025-08-14T20:52:45.6451333Z onnx/exporter/test_small_models_e2e (0.25) 2025-08-14T20:52:45.6451646Z onnx/exporter/test_tensors (0.25) 2025-08-14T20:52:45.6451963Z onnx/exporter/test_verification (0.25) 2025-08-14T20:52:59.3966691Z test_model_exports_to_core_aten (0.25) 2025-08-14T20:52:59.3967219Z base_commit: HEAD^ 2025-08-14T20:52:59.3967589Z Changed files: ['torch/_inductor/ir.py'] 2025-08-14T20:52:59.3968141Z Results from PublicBindings 2025-08-14T20:52:59.3968533Z test_public_bindings (1.0) 2025-08-14T20:52:59.3968970Z Aggregated Heuristics 2025-08-14T20:52:59.3969362Z inductor/test_aot_inductor (2.193812017113352) 2025-08-14T20:52:59.3969912Z inductor/test_kernel_benchmark (1.7577815091572708) 2025-08-14T20:52:59.3970501Z inductor/test_extension_backend (1.7227188447701869) 2025-08-14T20:52:59.3971227Z dynamo/test_logging (1.690380216712093) 2025-08-14T20:52:59.3971651Z inductor/test_inplace_padding (1.4853549979214176) 2025-08-14T20:52:59.3972007Z inductor/test_torchbind (1.4833033844334815) 2025-08-14T20:52:59.3972348Z export/test_torchbind (1.4642668816585074) 2025-08-14T20:52:59.3972687Z inductor/test_codecache (1.4569196400573978) 2025-08-14T20:52:59.3973015Z dynamo/test_pgo (1.450586595006406) 2025-08-14T20:52:59.3973322Z dynamo/test_trace_rules (1.4338014409646427) 2025-08-14T20:52:59.3973732Z distributed/test_c10d_functional_native (1.2361786362963723) 2025-08-14T20:52:59.3974233Z distributed/pipelining/test_transformer (1.201668325579107) 2025-08-14T20:52:59.3974666Z distributed/tensor/test_dtensor (1.1991270653472035) 2025-08-14T20:52:59.3975041Z test_ci_sanity_check_fail (1.1959127298643384) 2025-08-14T20:52:59.3975434Z distributed/pipelining/test_unflatten (1.1933174815033492) 2025-08-14T20:52:59.3975904Z distributed/pipelining/test_microbatch (1.1918424467234174) 2025-08-14T20:52:59.3976292Z test_type_hints (1.1822228188019641) 2025-08-14T20:52:59.3976641Z distributed/test_functional_api (1.1812102885032194) 2025-08-14T20:52:59.3977045Z distributed/tensor/test_math_ops (1.179512200959107) 2025-08-14T20:52:59.3977424Z distributed/test_device_mesh (1.1785626202586854) 2025-08-14T20:52:59.3977831Z distributed/pipelining/test_schedule (1.1759754546364) 2025-08-14T20:52:59.3978300Z distributed/tensor/parallel/test_tp_examples (1.1705870364911684) 2025-08-14T20:52:59.3978735Z test_public_bindings (1.1701394098309652) 2025-08-14T20:52:59.3979037Z test_cuda (1.1691617059090134) 2025-08-14T20:52:59.3979605Z test_dataloader (1.162813208793549) 2025-08-14T20:52:59.3979969Z distributed/fsdp/test_fsdp_pure_fp16 (1.1588211534381978) 2025-08-14T20:52:59.3980495Z distributed/_composable/fsdp/test_fully_shard_frozen (1.1567339284310092) 2025-08-14T20:52:59.3981007Z distributed/fsdp/test_fsdp_overlap (1.1561287821457022) 2025-08-14T20:52:59.3981418Z distributed/fsdp/test_fsdp_apply (1.1499082059833574) 2025-08-14T20:52:59.3981843Z distributed/test_distributed_spawn (1.1485319664256983) 2025-08-14T20:52:59.3982338Z distributed/_composable/fsdp/test_fully_shard_training (1.1480663060315885) 2025-08-14T20:52:59.3982901Z distributed/fsdp/test_fsdp_dtensor_state_dict (1.1479321232785997) 2025-08-14T20:52:59.3983479Z distributed/fsdp/test_fsdp_fine_tune (1.1475862563861068) 2025-08-14T20:52:59.3983860Z test_sparse (1.1467628228389262) 2025-08-14T20:52:59.3984221Z distributed/fsdp/test_fsdp_exec_order (1.146647322603564) 2025-08-14T20:52:59.3984682Z distributed/fsdp/test_fsdp_clip_grad_norm (1.1462048141460637) 2025-08-14T20:52:59.3985186Z distributed/fsdp/test_hsdp_dtensor_state_dict (1.145927436850956) 2025-08-14T20:52:59.3985638Z distributed/fsdp/test_fsdp_uneven (1.145783119897545) 2025-08-14T20:52:59.3986036Z distributed/fsdp/test_fsdp_comm (1.144926812380422) 2025-08-14T20:52:59.3986425Z distributed/fsdp/test_fsdp_input (1.1448818370493121) 2025-08-14T20:52:59.3986844Z distributed/fsdp/test_fsdp_traversal (1.1446629063164875) 2025-08-14T20:52:59.3987322Z distributed/fsdp/test_fsdp_multiple_wrapping (1.1446324148815148) 2025-08-14T20:52:59.3987762Z distributed/fsdp/test_fsdp_core (1.140227684617556) 2025-08-14T20:52:59.3988210Z distributed/fsdp/test_distributed_checkpoint (1.1394076228369863) 2025-08-14T20:52:59.3988766Z inductor/test_torchinductor (1.085930969839123) 2025-08-14T20:52:59.3989104Z doctests (1.0041946731105313) 2025-08-14T20:52:59.3989389Z inductor/test_max_autotune (0.962412159606472) 2025-08-14T20:52:59.3989821Z inductor/test_torchinductor_dynamic_shapes (0.8919521411636113) 2025-08-14T20:52:59.3990329Z inductor/test_torchinductor_codegen_dynamic_shapes (0.887164971563223) 2025-08-14T20:52:59.3990823Z inductor/test_torchinductor_opinfo (0.8411771944224429) 2025-08-14T20:52:59.3991255Z distributed/test_dynamo_distributed (0.8344711663494021) 2025-08-14T20:52:59.3991634Z inductor/test_cpu_repro (0.7666858867210062) 2025-08-14T20:52:59.3991979Z inductor/test_cuda_repro (0.7596351528012751) 2025-08-14T20:52:59.3992333Z inductor/test_cudagraph_trees (0.742823973530585) 2025-08-14T20:52:59.3992703Z dynamo/test_dynamic_shapes (0.7360120290621761) 2025-08-14T20:52:59.3993031Z dynamo/test_unspec (0.7293842562215984) 2025-08-14T20:52:59.3993349Z dynamo/test_repros (0.7236330726077996) 2025-08-14T20:52:59.3993681Z inductor/test_pattern_matcher (0.7236169785264391) 2025-08-14T20:52:59.3994092Z inductor/test_mkldnn_pattern_matcher (0.723535906430611) 2025-08-14T20:52:59.3994469Z inductor/test_perf (0.719136999612388) 2025-08-14T20:52:59.3994784Z inductor/test_foreach (0.7172332794986782) 2025-08-14T20:52:59.3995159Z inductor/test_compiled_optimizers (0.7167123415547715) 2025-08-14T20:52:59.3995520Z dynamo/test_modules (0.7165997464960296) 2025-08-14T20:52:59.3995863Z inductor/test_triton_wrapper (0.7158690285655506) 2025-08-14T20:52:59.3996267Z inductor/test_coordinate_descent_tuner (0.7146299590456631) 2025-08-14T20:52:59.3996655Z inductor/test_smoke (0.7142631834856753) 2025-08-14T20:52:59.3997005Z inductor/test_select_algorithm (0.713181224445445) 2025-08-14T20:52:59.3997368Z inductor/test_dependencies (0.7127618650179143) 2025-08-14T20:52:59.3997752Z inductor/test_compiled_autograd (0.7123133542860315) 2025-08-14T20:52:59.3998133Z inductor/test_fused_attention (0.7109698006077126) 2025-08-14T20:52:59.3998524Z inductor/test_group_batch_fusion (0.7077204201864671) 2025-08-14T20:52:59.3998913Z inductor/test_inductor_freezing (0.7070963836850505) 2025-08-14T20:52:59.3999405Z inductor/test_split_cat_fx_passes (0.7045962837388379) 2025-08-14T20:52:59.3999775Z inductor/test_minifier (0.7044029855072593) 2025-08-14T20:52:59.4000133Z inductor/test_snode_runtime (0.7034466009562461) 2025-08-14T20:52:59.4000515Z inductor/test_custom_lowering (0.7018807622494555) 2025-08-14T20:52:59.4000864Z inductor/test_config (0.7009138623093756) 2025-08-14T20:52:59.4001191Z dynamo/test_backends (0.6998292795159166) 2025-08-14T20:52:59.4001507Z dynamo/test_after_aot (0.6980335458554763) 2025-08-14T20:52:59.4001858Z dynamo/test_higher_order_ops (0.6959608417167897) 2025-08-14T20:52:59.4002217Z inductor/test_layout_optim (0.6952447594495206) 2025-08-14T20:52:59.4002587Z inductor/test_binary_folding (0.6913343304645743) 2025-08-14T20:52:59.4003045Z dynamo/test_activation_checkpointing (0.6896408345894001) 2025-08-14T20:52:59.4003437Z inductor/test_mmdecomp (0.6891021567496851) 2025-08-14T20:52:59.4003773Z dynamo/test_cudagraphs (0.6889018534778966) 2025-08-14T20:52:59.4004080Z dynamo/test_misc (0.6888991391623891) 2025-08-14T20:52:59.4004406Z dynamo/test_aot_autograd (0.6883759737749132) 2025-08-14T20:52:59.4004736Z dynamo/test_ctx_manager (0.6799141142371345) 2025-08-14T20:52:59.4005065Z dynamo/test_exc (0.6768223026804665) 2025-08-14T20:52:59.4005386Z inductor/test_flex_attention (0.633491262363299) 2025-08-14T20:52:59.4005752Z inductor/test_control_flow (0.5784442656345989) 2025-08-14T20:52:59.4006129Z inductor/test_aot_inductor_arrayref (0.573917541983697) 2025-08-14T20:52:59.4006505Z inductor/test_padding (0.5522453552931581) 2025-08-14T20:52:59.4006913Z inductor/test_torchinductor_strided_blocks (0.5511304064818324) 2025-08-14T20:52:59.4007334Z inductor/test_triton_kernels (0.5413597408850587) 2025-08-14T20:52:59.4007686Z inductor/test_halide (0.5356096626542608) 2025-08-14T20:52:59.4008033Z inductor/test_triton_cpu_backend (0.5255589374113008) 2025-08-14T20:52:59.4008455Z inductor/test_aot_inductor_custom_ops (0.5250403140350992) 2025-08-14T20:52:59.4008876Z inductor/test_cpu_select_algorithm (0.5234166347786144) 2025-08-14T20:52:59.4009268Z inductor/test_flex_decoding (0.5177439160701127) 2025-08-14T20:52:59.4009643Z inductor/test_unbacked_symints (0.5172385600021981) 2025-08-14T20:52:59.4010052Z distributed/test_inductor_collectives (0.5158233080408037) 2025-08-14T20:52:59.4010482Z inductor/test_external_callables (0.5040627632836504) 2025-08-14T20:52:59.4010855Z dynamo/cpython/3_13/test_generator_stop (0.5) 2025-08-14T20:52:59.4011247Z inductor/test_provenance_tracing (0.49968619900881694) 2025-08-14T20:52:59.4011634Z inductor/test_benchmark_fusion (0.4978365060309698) 2025-08-14T20:52:59.4012084Z dynamo/cpython/3_13/test_exception_variations (0.49769591778215894) 2025-08-14T20:52:59.4012553Z dynamo/cpython/3_13/test_int_literal (0.4969729679028686) 2025-08-14T20:52:59.4012983Z dynamo/cpython/3_13/test_itertools (0.4962031567201042) 2025-08-14T20:52:59.4013388Z dynamo/cpython/3_13/test_with (0.4958469587868772) 2025-08-14T20:52:59.4013767Z dynamo/cpython/3_13/test_raise (0.4958226734087484) 2025-08-14T20:52:59.4014182Z dynamo/cpython/3_13/test_contextlib (0.49573209099223925) 2025-08-14T20:52:59.4014560Z inductor/test_alignment (0.4957303748727196) 2025-08-14T20:52:59.4014913Z inductor/test_triton_syntax (0.4955695922725374) 2025-08-14T20:52:59.4015334Z dynamo/cpython/3_13/test_ordered_dict (0.4955477488067648) 2025-08-14T20:52:59.4015770Z dynamo/cpython/3_13/test_numeric_tower (0.4954898689652415) 2025-08-14T20:52:59.4016232Z dynamo/cpython/3_13/test_baseexception (0.49518129415683765) 2025-08-14T20:52:59.4016673Z dynamo/cpython/3_13/test_operator (0.49517066581996727) 2025-08-14T20:52:59.4017087Z dynamo/cpython/3_13/test_exceptions (0.49494633730416915) 2025-08-14T20:52:59.4017530Z dynamo/cpython/3_13/test_collections (0.4949105317007613) 2025-08-14T20:52:59.4017929Z dynamo/cpython/3_13/test_heapq (0.4949105317007613) 2025-08-14T20:52:59.4018313Z dynamo/cpython/3_13/test_int (0.49486244405072527) 2025-08-14T20:52:59.4018764Z dynamo/cpython/3_13/test_userlist (0.49485332077554456) 2025-08-14T20:52:59.4019197Z dynamo/cpython/3_13/test_generators (0.49465442966040307) 2025-08-14T20:52:59.4019603Z dynamo/cpython/3_13/test_set (0.4942494379988165) 2025-08-14T20:52:59.4019960Z dynamo/cpython/3_13/test_math (0.494142132674644) 2025-08-14T20:52:59.4020355Z dynamo/cpython/3_13/test_userdict (0.4941097088147859) 2025-08-14T20:52:59.4020738Z dynamo/cpython/3_13/test_iter (0.4940963676506723) 2025-08-14T20:52:59.4021117Z dynamo/cpython/3_13/test_bool (0.4940299219642237) 2025-08-14T20:52:59.4021486Z dynamo/cpython/3_13/test_sort (0.49392583115452426) 2025-08-14T20:52:59.4021877Z dynamo/cpython/3_13/test_cmath (0.49378065773499885) 2025-08-14T20:52:59.4022353Z dynamo/cpython/3_13/test_sys (0.4934463169338449) 2025-08-14T20:52:59.4022729Z dynamo/cpython/3_13/test_list (0.4932588658538888) 2025-08-14T20:52:59.4023111Z dynamo/cpython/3_13/test_tuple (0.4931844117527703) 2025-08-14T20:52:59.4023483Z dynamo/cpython/3_13/test_dict (0.4927705569501222) 2025-08-14T20:52:59.4023873Z dynamo/cpython/3_13/test_complex (0.4927249963172441) 2025-08-14T20:52:59.4024260Z dynamo/cpython/3_13/test_float (0.49268703531684854) 2025-08-14T20:52:59.4024645Z inductor/test_subgraph_choice (0.49179193943063304) 2025-08-14T20:52:59.4025033Z inductor/test_cpp_wrapper_hipify (0.4903699300065622) 2025-08-14T20:52:59.4025407Z inductor/test_pad_mm (0.4882970388268388) 2025-08-14T20:52:59.4025736Z inductor/test_multi_kernel (0.48650351195310454) 2025-08-14T20:52:59.4026079Z export/test_export (0.4855108417687716) 2025-08-14T20:52:59.4026425Z inductor/test_cutlass_backend (0.48460815620740005) 2025-08-14T20:52:59.4026798Z dynamo/test_deque_reconstruct (0.4837483067126941) 2025-08-14T20:52:59.4027150Z inductor/test_memory (0.4829232320169615) 2025-08-14T20:52:59.4027480Z export/test_retraceability (0.4810782970720547) 2025-08-14T20:52:59.4027888Z inductor/test_cooperative_reductions (0.48024030270454887) 2025-08-14T20:52:59.4028439Z inductor/test_triton_extension_backend (0.47955081972720404) 2025-08-14T20:52:59.4028849Z inductor/test_analysis (0.47874289850138174) 2025-08-14T20:52:59.4029236Z inductor/test_inductor_annotations (0.4777694212788818) 2025-08-14T20:52:59.4029610Z inductor/test_ck_backend (0.477464691583199) 2025-08-14T20:52:59.4029966Z inductor/test_inductor_utils (0.4767218611808395) 2025-08-14T20:52:59.4030323Z inductor/test_remote_cache (0.4761352384102495) 2025-08-14T20:52:59.4030736Z export/test_functionalized_assertions (0.4755349806809538) 2025-08-14T20:52:59.4031154Z inductor/test_op_completeness (0.47550822402869264) 2025-08-14T20:52:59.4031518Z inductor/test_indexing (0.47541412980157416) 2025-08-14T20:52:59.4031834Z inductor/test_fp8 (0.4753005974719843) 2025-08-14T20:52:59.4032161Z inductor/test_fx_fusion (0.47461784068167623) 2025-08-14T20:52:59.4032513Z inductor/test_debug_trace (0.47403130103579694) 2025-08-14T20:52:59.4032869Z inductor/test_online_softmax (0.47384368966404955) 2025-08-14T20:52:59.4033242Z export/test_export_strict (0.4736009984701539) 2025-08-14T20:52:59.4033596Z inductor/test_async_compile (0.47353163370336154) 2025-08-14T20:52:59.4034030Z export/test_export_training_ir_to_run_decomp (0.47332238109979047) 2025-08-14T20:52:59.4034459Z inductor/test_minifier_utils (0.4732674287258527) 2025-08-14T20:52:59.4034852Z export/test_unflatten_training_ir (0.4732300467246923) 2025-08-14T20:52:59.4035229Z export/test_tree_utils (0.47246883556089897) 2025-08-14T20:52:59.4035567Z inductor/test_combo_kernels (0.4723586062876477) 2025-08-14T20:52:59.4035919Z inductor/test_b2b_gemm (0.472336891819436) 2025-08-14T20:52:59.4036273Z dynamo/test_skip_guard_eval_unsafe (0.4722340645183156) 2025-08-14T20:52:59.4036649Z dynamo/test_functions (0.4717881249284975) 2025-08-14T20:52:59.4036988Z inductor/test_memory_planning (0.4717802421289495) 2025-08-14T20:52:59.4037342Z dynamo/test_interop (0.471608038150074) 2025-08-14T20:52:59.4037756Z inductor/test_compile_worker (0.47115806621732914) 2025-08-14T20:52:59.4038142Z dynamo/test_buffers_override (0.47088688565797354) 2025-08-14T20:52:59.4038505Z dynamo/test_frame_init (0.4708704786274551) 2025-08-14T20:52:59.4038930Z dynamo/cpython/3_13/test_unittest/test_assertions (0.4708629347379981) 2025-08-14T20:52:59.4039380Z dynamo/test_base_output (0.4706279035612956) 2025-08-14T20:52:59.4039730Z dynamo/test_fx_passes_pre_grad (0.4702510992896257) 2025-08-14T20:52:59.4040086Z export/test_serdes (0.46970821119404793) 2025-08-14T20:52:59.4040394Z inductor/test_utils (0.46944609567673445) 2025-08-14T20:52:59.4040718Z inductor/test_metrics (0.46873670993365985) 2025-08-14T20:52:59.4041066Z inductor/test_cpu_cpp_wrapper (0.46842236415340044) 2025-08-14T20:52:59.4041550Z onnx/exporter/test_verification (0.46802293907257575) 2025-08-14T20:52:59.4041985Z inductor/test_move_constructors_to_cuda (0.4674753195896303) 2025-08-14T20:52:59.4042394Z inductor/test_autoheuristic (0.4673935259901485) 2025-08-14T20:52:59.4042778Z dynamo/test_inline_and_install (0.4673520345981351) 2025-08-14T20:52:59.4043169Z inductor/test_aot_inductor_package (0.46710982514378974) 2025-08-14T20:52:59.4043569Z onnx/exporter/test_tensors (0.46706047999353084) 2025-08-14T20:52:59.4043900Z dynamo/test_nops (0.46641075786879693) 2025-08-14T20:52:59.4044235Z dynamo/test_skip_non_tensor (0.46630363835470967) 2025-08-14T20:52:59.4044602Z inductor/test_gpu_cpp_wrapper (0.4660819805629399) 2025-08-14T20:52:59.4044971Z inductor/test_cutlass_evt (0.4655944262462409) 2025-08-14T20:52:59.4045320Z dynamo/test_recompiles (0.46551580359368594) 2025-08-14T20:52:59.4045692Z inductor/test_kernel_optimization (0.46486766085467585) 2025-08-14T20:52:59.4046098Z inductor/test_codegen_triton (0.46421990831684457) 2025-08-14T20:52:59.4046521Z export/test_export_with_inline_and_install (0.46419590650615816) 2025-08-14T20:52:59.4046955Z inductor/test_cudacodecache (0.46419476821232414) 2025-08-14T20:52:59.4047343Z inductor/test_static_cuda_launcher (0.4632446730853107) 2025-08-14T20:52:59.4047738Z inductor/test_op_dtype_prop (0.46319296098780155) 2025-08-14T20:52:59.4048105Z dynamo/test_pre_dispatch (0.46306045338552665) 2025-08-14T20:52:59.4048698Z dynamo/test_resume (0.4627080088160196) 2025-08-14T20:52:59.4049054Z dynamo/test_sdpa (0.46259999741352364) 2025-08-14T20:52:59.4049381Z dynamo/test_metrics_context (0.46218597538179884) 2025-08-14T20:52:59.4049764Z inductor/test_inplacing_pass (0.46179125901792084) 2025-08-14T20:52:59.4050103Z dynamo/test_global (0.4617093725133965) 2025-08-14T20:52:59.4050460Z dynamo/test_graph_region_tracker (0.4613481577078706) 2025-08-14T20:52:59.4050874Z inductor/test_custom_post_grad_passes (0.46124505169162244) 2025-08-14T20:52:59.4051271Z inductor/test_fuzzer (0.4605648559237361) 2025-08-14T20:52:59.4051592Z export/test_tools (0.4603725432747972) 2025-08-14T20:52:59.4051906Z inductor/test_best_config (0.4592881184558617) 2025-08-14T20:52:59.4052251Z dynamo/test_subgraphs (0.45895167213468585) 2025-08-14T20:52:59.4052609Z inductor/test_triton_heuristics (0.4587220395162842) 2025-08-14T20:52:59.4052967Z test_custom_ops (0.45855119548040196) 2025-08-14T20:52:59.4053287Z onnx/exporter/test_building (0.45854526831645215) 2025-08-14T20:52:59.4053656Z inductor/test_quantization (0.458527472680931) 2025-08-14T20:52:59.4054007Z inductor/test_block_analysis (0.458170006268489) 2025-08-14T20:52:59.4063132Z inductor/test_profiler (0.45806385516136805) 2025-08-14T20:52:59.4063691Z inductor/test_compile_subprocess (0.4578449707320078) 2025-08-14T20:52:59.4064088Z inductor/test_xpu_basic (0.45783285386898964) 2025-08-14T20:52:59.4064421Z dynamo/test_view (0.4576094915656343) 2025-08-14T20:52:59.4064779Z inductor/test_helion_kernels (0.45754626039365875) 2025-08-14T20:52:59.4065168Z onnx/exporter/test_hf_models_e2e (0.45719516409510036) 2025-08-14T20:52:59.4065536Z dynamo/test_list (0.45667559149667647) 2025-08-14T20:52:59.4065900Z inductor/test_aot_inductor_utils (0.45667354758573986) 2025-08-14T20:52:59.4066475Z inductor/test_loop_ordering (0.4566349862182862) 2025-08-14T20:52:59.4066826Z dynamo/test_utils (0.45603703655805994) 2025-08-14T20:52:59.4067151Z inductor/test_ordered_set (0.45505699984496006) 2025-08-14T20:52:59.4067516Z inductor/test_fxir_backend (0.45501196412318967) 2025-08-14T20:52:59.4067908Z inductor/test_decompose_mem_bound_mm (0.45497371976479717) 2025-08-14T20:52:59.4068298Z dynamo/test_dicts (0.4543653403840085) 2025-08-14T20:52:59.4068788Z dynamo/test_install_free_tensors (0.45426110092624095) 2025-08-14T20:52:59.4069186Z dynamo/test_fx_graph_runnable (0.45409480638641664) 2025-08-14T20:52:59.4069569Z dynamo/test_autograd_function (0.454089292778841) 2025-08-14T20:52:59.4070019Z export/test_cpp_serdes (0.45384233597447854) 2025-08-14T20:52:59.4070355Z dynamo/test_config (0.45382113980662964) 2025-08-14T20:52:59.4070665Z export/test_package (0.45373349318946576) 2025-08-14T20:52:59.4071011Z inductor/test_benchmarking (0.4530990260727225) 2025-08-14T20:52:59.4071395Z inductor/test_needs_exact_strides (0.45277341247951075) 2025-08-14T20:52:59.4071782Z dynamo/test_reconstruct (0.45270168978664393) 2025-08-14T20:52:59.4072158Z inductor/test_inductor_scheduler (0.45217644183795014) 2025-08-14T20:52:59.4072535Z dynamo/test_compile (0.45199609456930634) 2025-08-14T20:52:59.4072863Z inductor/test_compile (0.4516965129690237) 2025-08-14T20:52:59.4073164Z export/test_db (0.451590824192592) 2025-08-14T20:52:59.4073536Z inductor/test_graph_transform_observer (0.45081311608120883) 2025-08-14T20:52:59.4073948Z dynamo/test_export_mutations (0.45079555702816243) 2025-08-14T20:52:59.4074305Z dynamo/test_unittest (0.45076123790543576) 2025-08-14T20:52:59.4074619Z dynamo/test_sources (0.45052943982421473) 2025-08-14T20:52:59.4074981Z dynamo/test_graph_deduplication (0.4498962977234997) 2025-08-14T20:52:59.4075455Z inductor/test_torchinductor_codegen_config_overrides (0.4498943223721734) 2025-08-14T20:52:59.4075965Z onnx/exporter/test_dynamic_shapes (0.4494986397958527) 2025-08-14T20:52:59.4076348Z dynamo/test_flat_apply (0.44795084178657735) 2025-08-14T20:52:59.4076706Z dynamo/test_guard_serialization (0.4476700641669116) 2025-08-14T20:52:59.4077072Z dynamo/test_modes (0.44688362298152645) 2025-08-14T20:52:59.4077426Z inductor/test_scatter_optimization (0.4467988750016909) 2025-08-14T20:52:59.4077871Z inductor/test_split_cat_fx_aten_passes (0.4465635651098606) 2025-08-14T20:52:59.4078252Z export/test_passes (0.44619025406779156) 2025-08-14T20:52:59.4078579Z export/test_unflatten (0.44598552446248146) 2025-08-14T20:52:59.4078914Z export/test_upgrader (0.4459327956138117) 2025-08-14T20:52:59.4079219Z export/test_swap (0.4448543167176009) 2025-08-14T20:52:59.4079540Z export/test_schema (0.44479420715505585) 2025-08-14T20:52:59.4079856Z dynamo/test_decorators (0.44477861159336995) 2025-08-14T20:52:59.4080188Z dynamo/test_einops (0.4447015611018805) 2025-08-14T20:52:59.4080562Z dynamo/test_backward_higher_order_ops (0.44444921356996325) 2025-08-14T20:52:59.4080964Z export/test_nativert (0.44412245225682334) 2025-08-14T20:52:59.4081305Z inductor/test_minifier_isolate (0.4438807833574812) 2025-08-14T20:52:59.4081705Z inductor/test_auto_functionalize (0.4434857882784755) 2025-08-14T20:52:59.4082107Z dynamo/test_verify_correctness (0.44340930884742896) 2025-08-14T20:52:59.4082452Z dynamo/test_export (0.4429379214749561) 2025-08-14T20:52:59.4082785Z dynamo/test_model_output (0.4426163643090637) 2025-08-14T20:52:59.4083103Z dynamo/test_sets (0.4425975417474383) 2025-08-14T20:52:59.4083414Z dynamo/test_base_hop (0.44251093566675126) 2025-08-14T20:52:59.4083726Z dynamo/test_profiler (0.4423556355975853) 2025-08-14T20:52:59.4084055Z test_content_store (0.44230513937533267) 2025-08-14T20:52:59.4084368Z dynamo/test_deviceguard (0.4407436587849002) 2025-08-14T20:52:59.4084710Z dynamo/test_optimizers (0.4405136816425136) 2025-08-14T20:52:59.4085050Z dynamo/test_debug_utils (0.43926877265303654) 2025-08-14T20:52:59.4085473Z dynamo/test_python_dispatcher (0.4389924916374313) 2025-08-14T20:52:59.4085846Z export/test_lift_unlift (0.43783348265031774) 2025-08-14T20:52:59.4086236Z onnx/exporter/test_capture_strategies (0.4371872351741761) 2025-08-14T20:52:59.4086659Z dynamo/test_compiler_bisector (0.4366330380142164) 2025-08-14T20:52:59.4087032Z onnx/exporter/test_ir_passes (0.43654488970982264) 2025-08-14T20:52:59.4087425Z test_model_exports_to_core_aten (0.43603441540262056) 2025-08-14T20:52:59.4087773Z dynamo/test_package (0.4359677635853557) 2025-08-14T20:52:59.4088118Z export/test_experimental (0.43522472763586095) 2025-08-14T20:52:59.4088498Z dynamo/test_input_attr_tracking (0.43516480388340106) 2025-08-14T20:52:59.4088917Z onnx/exporter/test_core (0.43500705112111115) 2025-08-14T20:52:59.4089275Z dynamo/test_bytecode_utils (0.4345700258008452) 2025-08-14T20:52:59.4089600Z export/test_hop (0.43455495660293975) 2025-08-14T20:52:59.4089913Z export/test_converter (0.43445263098904924) 2025-08-14T20:52:59.4090267Z dynamo/test_error_messages (0.4338726652768271) 2025-08-14T20:52:59.4090599Z dynamo/test_callback (0.433726689567388) 2025-08-14T20:52:59.4090930Z export/test_pass_infra (0.4334642699841348) 2025-08-14T20:52:59.4091306Z onnx/exporter/test_small_models_e2e (0.43340547967319426) 2025-08-14T20:52:59.4091709Z inductor/test_mps_basic (0.43258462598765235) 2025-08-14T20:52:59.4092057Z dynamo/test_exceptions (0.4324520881263045) 2025-08-14T20:52:59.4092405Z dynamo/test_aot_autograd_cache (0.4320218634551549) 2025-08-14T20:52:59.4092821Z inductor/test_efficient_conv_bn_eval (0.4319750021516808) 2025-08-14T20:52:59.4093225Z dynamo/test_precompile_context (0.4318504536516067) 2025-08-14T20:52:59.4093672Z dynamo/test_cudagraphs_expandable_segments (0.4315179465042359) 2025-08-14T20:52:59.4094090Z dynamo/test_guard_manager (0.43087868548729585) 2025-08-14T20:52:59.4094452Z test_sparse_semi_structured (0.43071665909304757) 2025-08-14T20:52:59.4094793Z export/test_serialize (0.43070910238700577) 2025-08-14T20:52:59.4095149Z dynamo/test_structured_trace (0.4302154921313889) 2025-08-14T20:52:59.4095503Z dynamo/test_torchrec (0.4290506487076017) 2025-08-14T20:52:59.4095811Z export/test_verifier (0.4288535971123032) 2025-08-14T20:52:59.4096144Z dynamo/test_recompile_ux (0.4279993352458394) 2025-08-14T20:52:59.4096468Z dynamo/test_minifier (0.427856763167506) 2025-08-14T20:52:59.4096898Z inductor/test_cudagraph_trees_expandable_segments (0.42783481899645015) 2025-08-14T20:52:59.4097377Z test_functionalization_of_rng_ops (0.4275868554378213) 2025-08-14T20:52:59.4097775Z dynamo/test_fake_distributed (0.42662607948247244) 2025-08-14T20:52:59.4098116Z dynamo/test_hooks (0.42617874945055956) 2025-08-14T20:52:59.4098481Z inductor/test_distributed_patterns (0.4256458275453492) 2025-08-14T20:52:59.4098865Z onnx/exporter/test_api (0.4246829596841169) 2025-08-14T20:52:59.4099188Z dynamo/test_generator (0.42466309658601464) 2025-08-14T20:52:59.4099530Z dynamo/test_reorder_logs (0.4246114042203267) 2025-08-14T20:52:59.4099862Z dynamo/test_subclasses (0.4232185405906538) 2025-08-14T20:52:59.4100188Z export/test_sparse (0.4208587279976704) 2025-08-14T20:52:59.4100537Z functorch/test_eager_transforms (0.42000600325349846) 2025-08-14T20:52:59.4100913Z export/test_draft_export (0.4190161794503262) 2025-08-14T20:52:59.4101258Z dynamo/test_comptime (0.41541194690469385) 2025-08-14T20:52:59.4101557Z test_testing (0.4142109735749929) 2025-08-14T20:52:59.4101876Z dynamo/test_python_autograd (0.4049209980112375) 2025-08-14T20:52:59.4102207Z test_quantization (0.3590742100512604) 2025-08-14T20:52:59.4102522Z test_dynamic_shapes (0.2975784005501153) 2025-08-14T20:52:59.4102892Z higher_order_ops/test_invoke_subgraph (0.27458636093546296) 2025-08-14T20:52:59.4103362Z distributed/tensor/test_dtensor_compile (0.26047903101913394) 2025-08-14T20:52:59.4103767Z dynamo/cpython/3_13/test_defaultdict (0.25) 2025-08-14T20:52:59.4104094Z test_package (0.24387101717940587) 2025-08-14T20:52:59.4104475Z functorch/test_rearrange (0.24159554971467748) 2025-08-14T20:52:59.4104823Z functorch/test_parsing (0.24011637136984695) 2025-08-14T20:52:59.4105294Z distributed/tensor/parallel/test_micro_pipeline_tp (0.23262168201471103) 2025-08-14T20:52:59.4105839Z distributed/tensor/debug/test_op_coverage (0.23044045983387984) 2025-08-14T20:52:59.4106254Z test_hop_infra (0.22552517079248288) 2025-08-14T20:52:59.4106559Z test_comparison_utils (0.22537916034354946) 2025-08-14T20:52:59.4106917Z functorch/test_control_flow (0.22524385080639744) 2025-08-14T20:52:59.4107278Z onnx/test_fx_type_promotion (0.2246387443162553) 2025-08-14T20:52:59.4107642Z functorch/test_ac_logging (0.2235892957895055) 2025-08-14T20:52:59.4108031Z test_mkl_verbose (0.22315607274182403) 2025-08-14T20:52:59.4108554Z distributed/_tools/test_mod_tracker (0.2218240374034215) 2025-08-14T20:52:59.4108979Z test_appending_byte_serializer (0.22160453994983723) 2025-08-14T20:52:59.4109330Z onnx/test_fx_passes (0.22059808104262943) 2025-08-14T20:52:59.4109657Z test_cpp_api_parity (0.21989203173841457) 2025-08-14T20:52:59.4109957Z test_autoload (0.218501307136787) 2025-08-14T20:52:59.4110255Z test_proxy_tensor (0.218476916759154) 2025-08-14T20:52:59.4110556Z onnx/test_lazy_import (0.2183589580305558) 2025-08-14T20:52:59.4110878Z test_mkldnn_verbose (0.21763675139160604) 2025-08-14T20:52:59.4111204Z test_utils_config_module (0.216763852773602) 2025-08-14T20:52:59.4111532Z test_functionalization (0.21508829174977953) 2025-08-14T20:52:59.4111943Z test_rename_privateuse1_to_existing_device (0.2149495659402087) 2025-08-14T20:52:59.4112365Z test_transformers_privateuse1 (0.21454502615343315) 2025-08-14T20:52:59.4112718Z test_transformers (0.21448704747626055) 2025-08-14T20:52:59.4113100Z distributed/checkpoint/test_nested_dict (0.21440231807743346) 2025-08-14T20:52:59.4113507Z test_extension_utils (0.2140855676252832) 2025-08-14T20:52:59.4113808Z test_ao_sparsity (0.21399773519803417) 2025-08-14T20:52:59.4114118Z test_license (0.21207946904099254) 2025-08-14T20:52:59.4114437Z torch_np/test_binary_ufuncs (0.21142002904880547) 2025-08-14T20:52:59.4114864Z distributed/flight_recorder/test_fr_analysis (0.21126970868992148) 2025-08-14T20:52:59.4115282Z xpu/test_fusion (0.21109839179141585) 2025-08-14T20:52:59.4115598Z torch_np/test_unary_ufuncs (0.21109268742180182) 2025-08-14T20:52:59.4115930Z test_foreach (0.2110760642891884) 2025-08-14T20:52:59.4116293Z distributed/test_compute_comm_reordering (0.2096339927534589) 2025-08-14T20:52:59.4116724Z onnx/test_onnxscript_runtime (0.20897602009000116) 2025-08-14T20:52:59.4117085Z test_expanded_weights (0.20883625148583432) 2025-08-14T20:52:59.4117434Z typing/test_python_operators (0.20862719198299348) 2025-08-14T20:52:59.4117785Z onnx/ops/test_ops (0.2082502948062811) 2025-08-14T20:52:59.4118096Z test_fx_experimental (0.20758773320466356) 2025-08-14T20:52:59.4118564Z distributed/checkpoint/test_consolidate_hf_safetensors (0.20723160959547063) 2025-08-14T20:52:59.4119026Z test_file_check (0.2071910286728745) 2025-08-14T20:52:59.4119335Z torch_np/test_dtype (0.2071087891291884) 2025-08-14T20:52:59.4119685Z higher_order_ops/test_with_effects (0.2058210137530679) 2025-08-14T20:52:59.4120138Z distributed/_tools/test_runtime_estimator (0.20512730801361473) 2025-08-14T20:52:59.4120548Z test_native_functions (0.2041220778205339) 2025-08-14T20:52:59.4120872Z functorch/test_minifier (0.20407876548968612) 2025-08-14T20:52:59.4121246Z distributed/_tools/test_sac_ilp (0.20375906065718202) 2025-08-14T20:52:59.4121709Z distributed/pipelining/test_schedule_multiproc (0.20360400214112678) 2025-08-14T20:52:59.4122151Z test_flop_counter (0.2035699431525193) 2025-08-14T20:52:59.4122475Z torch_np/test_nep50_examples (0.2032171083818335) 2025-08-14T20:52:59.4122874Z higher_order_ops/test_invoke_quant (0.20290721432182515) 2025-08-14T20:52:59.4123243Z test_per_overload_api (0.2028702752768979) 2025-08-14T20:52:59.4123747Z distributed/_composable/test_contract (0.20230255114273946) 2025-08-14T20:52:59.4124243Z distributed/_shard/sharded_tensor/test_logger (0.2021539402366388) 2025-08-14T20:52:59.4124665Z test_tensorexpr_pybind (0.20197008115738574) 2025-08-14T20:52:59.4124995Z test_pytree (0.20114731410035439) 2025-08-14T20:52:59.4125275Z test_fx_passes (0.20093931829104072) 2025-08-14T20:52:59.4125573Z test_fx (0.2009338293839406) 2025-08-14T20:52:59.4125837Z test_fake_tensor (0.2002637209278168) 2025-08-14T20:52:59.4126151Z test_module_tracker (0.2001898533125999) 2025-08-14T20:52:59.4126447Z test_mps (0.20017980769735202) 2025-08-14T20:52:59.4126730Z test_typing (0.20017049190172756) 2025-08-14T20:52:59.4127085Z test_openmp (0.19938904900763293) 2025-08-14T20:52:59.4127461Z torch_np/numpy_tests/core/test_scalarinherit (0.19934852382806234) 2025-08-14T20:52:59.4127908Z functorch/test_ac_knapsack (0.1990370875443473) 2025-08-14T20:52:59.4128266Z backends/xeon/test_launch (0.19887651046876317) 2025-08-14T20:52:59.4128618Z test_nestedtensor (0.19867991076716043) 2025-08-14T20:52:59.4128981Z distributed/tensor/test_attention (0.19858371675075778) 2025-08-14T20:52:59.4129414Z distributed/pipelining/test_pipe (0.19850451867829869) 2025-08-14T20:52:59.4129776Z test_namedtensor (0.19796462889489527) 2025-08-14T20:52:59.4130089Z test_openreg (0.197704085993502) 2025-08-14T20:52:59.4130462Z distributed/_tools/test_fake_collectives (0.19745626101796784) 2025-08-14T20:52:59.4130849Z xpu/test_gemm (0.19724056415509406) 2025-08-14T20:52:59.4131137Z test_xpu (0.19713513551278158) 2025-08-14T20:52:59.4131480Z distributed/pipelining/test_backward (0.19710468123982597) 2025-08-14T20:52:59.4131900Z torch_np/test_ufuncs_basic (0.19702162413176522) 2025-08-14T20:52:59.4132355Z distributed/checkpoint/_experimental/test_barriers (0.1966336712549866) 2025-08-14T20:52:59.4132797Z test_meta (0.19662898884084087) 2025-08-14T20:52:59.4133068Z test_show_pickle (0.1962524818653073) 2025-08-14T20:52:59.4133382Z test_utils_filelock (0.19599922271925183) 2025-08-14T20:52:59.4133703Z torch_np/test_random (0.1958466168963205) 2025-08-14T20:52:59.4134125Z distributed/checkpoint/_experimental/test_types (0.19582498860240938) 2025-08-14T20:52:59.4134574Z profiler/test_kineto (0.19578303442490574) 2025-08-14T20:52:59.4134946Z distributed/_tools/test_sac_estimator (0.1957636341122938) 2025-08-14T20:52:59.4135323Z test_tensorexpr (0.19536854612824553) 2025-08-14T20:52:59.4135645Z test_compile_benchmark_util (0.19450975049570415) 2025-08-14T20:52:59.4136071Z distributed/tensor/test_xla_integration (0.19417755922547816) 2025-08-14T20:52:59.4136568Z distributed/checkpoint/test_dedup_tensors (0.19401220683070575) 2025-08-14T20:52:59.4136970Z test_jiterator (0.19358896861875768) 2025-08-14T20:52:59.4137271Z test_optim (0.19357808014776806) 2025-08-14T20:52:59.4137540Z test_decomp (0.19348113799626593) 2025-08-14T20:52:59.4137835Z torch_np/test_basic (0.19321866770006804) 2025-08-14T20:52:59.4138145Z lazy/test_bindings (0.19310110565919547) 2025-08-14T20:52:59.4138453Z test_legacy_vmap (0.1922709805227923) 2025-08-14T20:52:59.4138735Z test_modules (0.192016077632971) 2025-08-14T20:52:59.4139111Z distributed/checkpoint/test_format_utils (0.19190952416415563) 2025-08-14T20:52:59.4139583Z distributed/tensor/test_dtensor_ops (0.19186907852778692) 2025-08-14T20:52:59.4139955Z test_binary_ufuncs (0.19178425100474947) 2025-08-14T20:52:59.4140259Z test_torch (0.1917643311357279) 2025-08-14T20:52:59.4140531Z test_matmul_cuda (0.19167205064547885) 2025-08-14T20:52:59.4140869Z distributed/tensor/test_api (0.19145458675168148) 2025-08-14T20:52:59.4141237Z distributed/fsdp/test_fsdp_fx (0.191434389195426) 2025-08-14T20:52:59.4141636Z distributed/test_nvshmem_triton (0.19127018882318148) 2025-08-14T20:52:59.4141984Z test_weak (0.1912346990969184) 2025-08-14T20:52:59.4142283Z functorch/test_logging (0.19119679383954838) 2025-08-14T20:52:59.4142705Z distributed/tensor/test_experimental_ops (0.19073531591207704) 2025-08-14T20:52:59.4143249Z distributed/checkpoint/test_hf_storage (0.19062628255411274) 2025-08-14T20:52:59.4143653Z test_logging (0.19057592802103787) 2025-08-14T20:52:59.4144009Z onnx/test_models_quantized_onnxruntime (0.1904424420558682) 2025-08-14T20:52:59.4144463Z distributed/tensor/test_common_rules (0.19024002054910893) 2025-08-14T20:52:59.4144843Z test_out_dtype_op (0.19007593166291553) 2025-08-14T20:52:59.4145156Z test_complex (0.1899684033666409) 2025-08-14T20:52:59.4145432Z xpu/test_conv (0.1897996692283188) 2025-08-14T20:52:59.4145920Z cpp_extensions/python_agnostic_extension/test/test_python_agnostic (0.18945889353215906) 2025-08-14T20:52:59.4146541Z onnx/internal/test_registraion (0.1893963126954815) 2025-08-14T20:52:59.4146959Z distributed/tensor/test_convolution_ops (0.1893111559334586) 2025-08-14T20:52:59.4147413Z torch_np/numpy_tests/core/test_einsum (0.18888093126230898) 2025-08-14T20:52:59.4147772Z test_ops_jit (0.18878083710916285) 2025-08-14T20:52:59.4148089Z lazy/test_step_closures (0.18873152137284221) 2025-08-14T20:52:59.4148674Z test_ops_gradients (0.18849376432390053) 2025-08-14T20:52:59.4149010Z test_fx_reinplace_pass (0.18803870988936272) 2025-08-14T20:52:59.4149366Z nn/test_multihead_attention (0.18801938564050744) 2025-08-14T20:52:59.4149753Z distributed/tensor/test_matrix_ops (0.1879001141468515) 2025-08-14T20:52:59.4150209Z functorch/test_aot_joint_with_descriptors (0.18772485807454076) 2025-08-14T20:52:59.4150597Z test_pruning_op (0.18769438522057663) 2025-08-14T20:52:59.4150931Z lazy/test_functionalization (0.18767933460367972) 2025-08-14T20:52:59.4151434Z distributed/checkpoint/_experimental/test_checkpoint_reader (0.18758650388514023) 2025-08-14T20:52:59.4151929Z test_utils (0.18695567864606583) 2025-08-14T20:52:59.4152390Z distributed/_composable/test_composability/test_pp_composability (0.18695203676839695) 2025-08-14T20:52:59.4152901Z functorch/test_ac (0.18686321954769664) 2025-08-14T20:52:59.4153279Z distributed/tensor/test_tensor_ops (0.18664065622770742) 2025-08-14T20:52:59.4153764Z distributed/tensor/debug/test_comm_mode_features (0.18657248250746697) 2025-08-14T20:52:59.4154363Z distributed/tensor/experimental/test_register_sharding (0.18606527671804093) 2025-08-14T20:52:59.4154849Z onnx/test_pytorch_jit_onnx (0.1859999458921032) 2025-08-14T20:52:59.4155194Z test_python_dispatch (0.1858987537197321) 2025-08-14T20:52:59.4155627Z distributed/checkpoint/_experimental/test_builder (0.18570506528697475) 2025-08-14T20:52:59.4156111Z distributed/tensor/test_init (0.18515313501005382) 2025-08-14T20:52:59.4156478Z test_ops_fwd_gradients (0.18509126025169984) 2025-08-14T20:52:59.4156869Z distributed/optim/test_named_optimizer (0.18497561205470428) 2025-08-14T20:52:59.4157389Z distributed/_composable/test_replicate_with_fsdp (0.1849631256169824) 2025-08-14T20:52:59.4157806Z test_hub (0.18491130318423485) 2025-08-14T20:52:59.4158098Z onnx/test_custom_ops (0.18487137259693676) 2025-08-14T20:52:59.4158467Z test_set_default_mobile_cpu_allocator (0.18470834282822868) 2025-08-14T20:52:59.4158883Z test_cuda_expandable_segments (0.1846319748832332) 2025-08-14T20:52:59.4159216Z test_stateless (0.18459622502285092) 2025-08-14T20:52:59.4159525Z test_numpy_interop (0.18429485964575085) 2025-08-14T20:52:59.4159827Z test_ops (0.18421136959015144) 2025-08-14T20:52:59.4160189Z distributed/tensor/parallel/test_tp_style (0.18419793956474784) 2025-08-14T20:52:59.4160659Z onnx/test_pytorch_onnx_onnxruntime (0.18416133651856414) 2025-08-14T20:52:59.4161019Z test_dispatch (0.18416068618326611) 2025-08-14T20:52:59.4161365Z distributions/test_constraints (0.18411869310402287) 2025-08-14T20:52:59.4161739Z test_namedtuple_return_api (0.18408210709825742) 2025-08-14T20:52:59.4162158Z distributed/_tools/test_memory_tracker (0.18375868606405038) 2025-08-14T20:52:59.4162587Z profiler/test_record_function (0.18373246826103612) 2025-08-14T20:52:59.4163019Z distributed/_composable/test_checkpoint (0.18326690251169153) 2025-08-14T20:52:59.4163571Z test_multiprocessing (0.18325069987226672) 2025-08-14T20:52:59.4163913Z test_autograd_fallback (0.18236443202133926) 2025-08-14T20:52:59.4164348Z distributed/checkpoint/_experimental/test_staging (0.1821539001016604) 2025-08-14T20:52:59.4164957Z distributed/checkpoint/_experimental/test_checkpoint_writer (0.18207513520656657) 2025-08-14T20:52:59.4165511Z distributed/tensor/test_pointwise_ops (0.1820103803918928) 2025-08-14T20:52:59.4166050Z distributed/checkpoint/_experimental/test_checkpointer (0.18188908356830877) 2025-08-14T20:52:59.4166615Z distributed/checkpoint/fsdp/test_fsdp_dsd (0.18174168042776156) 2025-08-14T20:52:59.4167139Z distributed/tensor/experimental/test_local_map (0.18167748304334325) 2025-08-14T20:52:59.4167741Z distributed/checkpoint/e2e/test_fsdp_ep (0.18143806674863122) 2025-08-14T20:52:59.4168137Z nn/test_lazy_modules (0.181223697653397) 2025-08-14T20:52:59.4168509Z distributed/tensor/test_random_ops (0.181154241843569) 2025-08-14T20:52:59.4168884Z onnx/torchlib/test_ops (0.18108053098279117) 2025-08-14T20:52:59.4169295Z distributed/_tools/test_fsdp2_mem_tracker (0.1810237474207702) 2025-08-14T20:52:59.4169772Z distributed/checkpoint/test_traverse (0.1809379774854663) 2025-08-14T20:52:59.4170150Z test_jit_fuser_te (0.18080995607652256) 2025-08-14T20:52:59.4170479Z test_segment_reductions (0.18039141712000611) 2025-08-14T20:52:59.4170867Z distributed/checkpoint/test_fsspec (0.18010082872784455) 2025-08-14T20:52:59.4171323Z distributed/tensor/test_redistribute (0.17987356287211087) 2025-08-14T20:52:59.4171701Z test_import_stats (0.1796928826859041) 2025-08-14T20:52:59.4172139Z distributed/checkpoint/test_async_process_executor (0.17967943003573947) 2025-08-14T20:52:59.4172574Z test_masked (0.17959685603390008) 2025-08-14T20:52:59.4172872Z test_cuda_sanitizer (0.1794939358277371) 2025-08-14T20:52:59.4173206Z distributed/test_backends (0.17945850184449955) 2025-08-14T20:52:59.4173527Z test_monitor (0.17937667108300076) 2025-08-14T20:52:59.4173848Z profiler/test_cpp_thread (0.17900782818158825) 2025-08-14T20:52:59.4174169Z test_subclass (0.17884759544655293) 2025-08-14T20:52:59.4174485Z profiler/test_profiler (0.17882818003237763) 2025-08-14T20:52:59.4174937Z distributed/tensor/experimental/test_tp_transform (0.17877371735669842) 2025-08-14T20:52:59.4175502Z distributed/checkpoint/test_fsdp_optim_state (0.17844509364010727) 2025-08-14T20:52:59.4175985Z functorch/test_vmap_registrations (0.1783886816982566) 2025-08-14T20:52:59.4176458Z distributed/checkpoint/test_dtensor_resharding (0.17801152438742504) 2025-08-14T20:52:59.4176917Z nn/test_parametrization (0.17795494695622033) 2025-08-14T20:52:59.4177242Z nn/test_pruning (0.17784750982526568) 2025-08-14T20:52:59.4177554Z functorch/test_dims (0.17784641528548592) 2025-08-14T20:52:59.4177849Z test_itt (0.17725275032371832) 2025-08-14T20:52:59.4178152Z optim/test_lrscheduler (0.17712067651519578) 2025-08-14T20:52:59.4178555Z torch_np/numpy_tests/core/test_multiarray (0.17694426842035713) 2025-08-14T20:52:59.4178963Z test_numba_integration (0.17687891901341088) 2025-08-14T20:52:59.4179335Z test_cpp_extensions_mtia_backend (0.17658595573160463) 2025-08-14T20:52:59.4179732Z distributed/test_symmetric_memory (0.17656566676609672) 2025-08-14T20:52:59.4180202Z distributed/checkpoint/e2e/test_fine_tuning (0.1764030036423236) 2025-08-14T20:52:59.4180656Z distributed/pipelining/test_stage (0.176281613913697) 2025-08-14T20:52:59.4181023Z test_jit_disabled (0.17626437073779536) 2025-08-14T20:52:59.4181384Z torch_np/numpy_tests/core/test_numeric (0.1762062865051784) 2025-08-14T20:52:59.4181764Z test_sympy_utils (0.17619980173320673) 2025-08-14T20:52:59.4182121Z distributed/_tools/test_mem_tracker (0.176099092667057) 2025-08-14T20:52:59.4182563Z functorch/test_memory_efficient_fusion (0.17609814503562277) 2025-08-14T20:52:59.4183058Z distributed/checkpoint/test_tp_checkpoint (0.17603573142802187) 2025-08-14T20:52:59.4183535Z torch_np/test_indexing (0.17599567077366415) 2025-08-14T20:52:59.4183951Z torch_np/numpy_tests/lib/test_function_base (0.1756712463649973) 2025-08-14T20:52:59.4184331Z test_jit (0.1753601217364431) 2025-08-14T20:52:59.4184631Z distributed/test_nvshmem (0.1753211058405461) 2025-08-14T20:52:59.4184966Z nn/test_packed_sequence (0.175295073847617) 2025-08-14T20:52:59.4185494Z cpp_extensions/libtorch_agnostic_extension/test/test_libtorch_agnostic (0.1750751490308369) 2025-08-14T20:52:59.4186037Z test_tensor_creation_ops (0.17499744325322839) 2025-08-14T20:52:59.4186361Z functorch/test_ops (0.17488265152234708) 2025-08-14T20:52:59.4186751Z distributed/tensor/test_embedding_ops (0.17472153385779346) 2025-08-14T20:52:59.4187284Z distributed/checkpoint/test_save_load_api (0.17469338362989367) 2025-08-14T20:52:59.4187715Z onnx/test_symbolic_helper (0.1745805040031668) 2025-08-14T20:52:59.4188066Z functorch/test_aotdispatch (0.17457222620199592) 2025-08-14T20:52:59.4188498Z test_schema_check (0.1742230425613608) 2025-08-14T20:52:59.4188876Z distributed/test_control_collectives (0.17417172181584317) 2025-08-14T20:52:59.4189304Z onnx/test_models_onnxruntime (0.17401010420378224) 2025-08-14T20:52:59.4189769Z distributed/checkpoint/test_hf_safetensor_e2e (0.17393232410213966) 2025-08-14T20:52:59.4190311Z distributed/checkpoint/e2e/test_e2e_save_and_load (0.1730342482175982) 2025-08-14T20:52:59.4190827Z distributed/checkpoint/test_planner (0.17292735167561304) 2025-08-14T20:52:59.4191201Z test_datapipe (0.17288467378497369) 2025-08-14T20:52:59.4191499Z test_autocast (0.17285042630036215) 2025-08-14T20:52:59.4191790Z test_bundled_inputs (0.1727648235941349) 2025-08-14T20:52:59.4192148Z distributed/launcher/test_run (0.17230812098585183) 2025-08-14T20:52:59.4192536Z profiler/test_execution_trace (0.1722756042209511) 2025-08-14T20:52:59.4192979Z distributed/checkpoint/test_hsdp_checkpoint (0.17223890672913453) 2025-08-14T20:52:59.4193460Z test_cpp_extensions_stream_and_event (0.17216389519776065) 2025-08-14T20:52:59.4193843Z onnx/test_op_consistency (0.17172423137428558) 2025-08-14T20:52:59.4194183Z lazy/test_generator (0.17169868248757786) 2025-08-14T20:52:59.4194552Z torch_np/numpy_tests/core/test_indexing (0.1715710495400903) 2025-08-14T20:52:59.4194939Z test_maskedtensor (0.1714020366866405) 2025-08-14T20:52:59.4195352Z distributed/checkpoint/test_dtensor_checkpoint (0.1714002529098231) 2025-08-14T20:52:59.4195827Z distributed/tensor/test_view_ops (0.1713785502918779) 2025-08-14T20:52:59.4196344Z distributed/checkpoint/test_fsdp_tp_checkpoint_conversion (0.17117478941191533) 2025-08-14T20:52:59.4196869Z distributed/tensor/test_optimizers (0.1711727656225775) 2025-08-14T20:52:59.4197268Z distributed/test_p2p_ipc (0.17102796382322236) 2025-08-14T20:52:59.4197748Z distributed/_composable/fsdp/test_fully_shard_ignore_params (0.17095632228855068) 2025-08-14T20:52:59.4198230Z test_tensorboard (0.17084628369260152) 2025-08-14T20:52:59.4198624Z distributed/checkpoint/test_compatibility (0.17082818081967222) 2025-08-14T20:52:59.4199045Z onnx/test_onnx_opset (0.17078615057841193) 2025-08-14T20:52:59.4199437Z torch_np/numpy_tests/lib/test_type_check (0.1706548757532555) 2025-08-14T20:52:59.4199820Z lazy/test_ts_opinfo (0.17062343668684862) 2025-08-14T20:52:59.4200139Z test_mkldnn_fusion (0.1706101698467691) 2025-08-14T20:52:59.4200502Z benchmark_utils/test_benchmark_utils (0.1701290990211464) 2025-08-14T20:52:59.4200880Z test_linalg (0.16977583279110134) 2025-08-14T20:52:59.4201170Z optim/test_swa_utils (0.16960473289502964) 2025-08-14T20:52:59.4201479Z test_futures (0.16952483455841638) 2025-08-14T20:52:59.4201834Z torch_np/numpy_tests/lib/test_histograms (0.1694917603632602) 2025-08-14T20:52:59.4202225Z optim/test_optim (0.1689061612989106) 2025-08-14T20:52:59.4202536Z nn/test_embedding (0.1674718375086346) 2025-08-14T20:52:59.4202829Z nn/test_dropout (0.16741711643855878) 2025-08-14T20:52:59.4203129Z test_autograd (0.16726962620129132) 2025-08-14T20:52:59.4203555Z distributed/tensor/test_utils (0.16719867810245984) 2025-08-14T20:52:59.4203986Z torch_np/numpy_tests/core/test_scalarmath (0.1667541274737454) 2025-08-14T20:52:59.4204381Z test_functional_optim (0.16667878148421825) 2025-08-14T20:52:59.4204703Z test_vulkan (0.16667811256791173) 2025-08-14T20:52:59.4205120Z distributed/_composable/fsdp/test_fully_shard_overlap (0.16664949781479907) 2025-08-14T20:52:59.4205647Z onnx/test_pytorch_onnx_shape_inference (0.1666136550493742) 2025-08-14T20:52:59.4206040Z functorch/test_vmap (0.16612049650238528) 2025-08-14T20:52:59.4206340Z test_cuda_trace (0.16569588329580712) 2025-08-14T20:52:59.4206764Z distributed/tensor/parallel/test_tp_random_state (0.1655408433607604) 2025-08-14T20:52:59.4207265Z nn/test_load_state_dict (0.1655051120813866) 2025-08-14T20:52:59.4207586Z test_reductions (0.16534373408855996) 2025-08-14T20:52:59.4208013Z distributed/_composable/fsdp/test_fully_shard_logging (0.16527896262675407) 2025-08-14T20:52:59.4208473Z test_shape_ops (0.16526142215471618) 2025-08-14T20:52:59.4208908Z distributed/optim/test_apply_optimizer_in_backward (0.16508616608240542) 2025-08-14T20:52:59.4209403Z torch_np/numpy_tests/core/test_dtype (0.1648679878804257) 2025-08-14T20:52:59.4209966Z distributed/_composable/test_composability/test_2d_composability (0.16447747082447206) 2025-08-14T20:52:59.4210598Z distributed/_composable/test_replicate_with_compiler (0.16441102374930208) 2025-08-14T20:52:59.4211128Z torch_np/numpy_tests/core/test_shape_base (0.1643020846851017) 2025-08-14T20:52:59.4211647Z distributed/_composable/fsdp/test_fully_shard_compile (0.16408376479394426) 2025-08-14T20:52:59.4212105Z test_type_info (0.16379082823581945) 2025-08-14T20:52:59.4212520Z distributed/checkpoint/test_fsdp_model_state (0.16364112105021644) 2025-08-14T20:52:59.4212986Z distributed/fsdp/test_shard_utils (0.16356179872486715) 2025-08-14T20:52:59.4213433Z distributed/elastic/test_control_plane (0.16344707957829732) 2025-08-14T20:52:59.4213963Z distributed/_composable/fsdp/test_fully_shard_grad_scaler (0.1631265757624271) 2025-08-14T20:52:59.4214432Z test_jit_llga_fuser (0.16272446415716024) 2025-08-14T20:52:59.4214910Z distributed/checkpoint/_experimental/test_checkpoint_process (0.16268572275440707) 2025-08-14T20:52:59.4215403Z test_indexing (0.1624562472992504) 2025-08-14T20:52:59.4215734Z torch_np/test_function_base (0.16238515636067313) 2025-08-14T20:52:59.4216071Z test_native_mha (0.16209414060531574) 2025-08-14T20:52:59.4216371Z test_sort_and_select (0.16207433325023907) 2025-08-14T20:52:59.4216773Z torch_np/numpy_tests/lib/test_twodim_base (0.16206389072345379) 2025-08-14T20:52:59.4217190Z torch_np/test_scalars_0D_arrays (0.1620381560266609) 2025-08-14T20:52:59.4217673Z distributed/tensor/parallel/test_parallelize_api (0.16182850650758945) 2025-08-14T20:52:59.4218129Z nn/test_module_hooks (0.16163624881248775) 2025-08-14T20:52:59.4218508Z distributed/fsdp/test_fsdp_optim_state (0.1612945069038852) 2025-08-14T20:52:59.4218969Z distributed/tensor/test_op_strategy (0.16083196985892853) 2025-08-14T20:52:59.4219422Z distributed/checkpoint/test_checkpoint (0.16073362058086016) 2025-08-14T20:52:59.4219980Z distributed/_composable/fsdp/test_fully_shard_clip_grad_norm_ (0.1606702779228335) 2025-08-14T20:52:59.4220542Z distributed/checkpoint/test_pg_transport (0.16048602864240166) 2025-08-14T20:52:59.4220957Z test_numa_binding (0.16037760486154629) 2025-08-14T20:52:59.4221348Z torch_np/numpy_tests/core/test_getlimits (0.15999924338133328) 2025-08-14T20:52:59.4221747Z onnx/test_autograd_funs (0.15973189983082364) 2025-08-14T20:52:59.4222132Z distributed/test_collective_utils (0.15973065490325314) 2025-08-14T20:52:59.4222524Z torch_np/test_ndarray_methods (0.15963039178130778) 2025-08-14T20:52:59.4222874Z lazy/test_debug_util (0.15954638704181276) 2025-08-14T20:52:59.4223260Z distributed/tensor/debug/test_comm_mode (0.1590240934734728) 2025-08-14T20:52:59.4223676Z test_cuda_nvml_based_avail (0.15899401082068748) 2025-08-14T20:52:59.4224079Z onnx/test_utility_funs (0.15895671873659845) 2025-08-14T20:52:59.4224454Z distributed/checkpoint/test_utils (0.1587517887936897) 2025-08-14T20:52:59.4224896Z torch_np/numpy_tests/lib/test_shape_base_ (0.15872075850947015) 2025-08-14T20:52:59.4225348Z torch_np/numpy_tests/linalg/test_linalg (0.15864537535792597) 2025-08-14T20:52:59.4225731Z test_sparse_csr (0.15864050713369512) 2025-08-14T20:52:59.4226036Z onnx/test_verification (0.15863346493146804) 2025-08-14T20:52:59.4226432Z distributed/fsdp/test_fsdp_state_dict (0.1585138032366333) 2025-08-14T20:52:59.4226802Z test_view_ops (0.15847000779956413) 2025-08-14T20:52:59.4227230Z distributed/_composable/fsdp/test_fully_shard_state (0.1584286650556189) 2025-08-14T20:52:59.4227745Z distributed/test_dist2 (0.1584241312895413) 2025-08-14T20:52:59.4228106Z distributed/fsdp/test_fsdp_memory (0.15831108443373781) 2025-08-14T20:52:59.4228684Z distributed/_composable/test_replicate (0.1579888154220587) 2025-08-14T20:52:59.4229070Z test_accelerator (0.15798331544353833) 2025-08-14T20:52:59.4229417Z profiler/test_memory_profiler (0.15777572113520336) 2025-08-14T20:52:59.4229771Z distributed/test_fake_pg (0.1577003266838593) 2025-08-14T20:52:59.4230094Z test_nn (0.15758642397449124) 2025-08-14T20:52:59.4230459Z distributed/fsdp/test_fsdp_backward_prefetch (0.15738775695862486) 2025-08-14T20:52:59.4230945Z torch_np/numpy_tests/fft/test_pocketfft (0.1573562621491924) 2025-08-14T20:52:59.4231464Z distributed/_composable/fsdp/test_fully_shard_autograd (0.1571791479760302) 2025-08-14T20:52:59.4232013Z distributed/checkpoint/test_state_dict_stager (0.1571577798162383) 2025-08-14T20:52:59.4232450Z test_function_schema (0.15712072928525994) 2025-08-14T20:52:59.4232839Z torch_np/numpy_tests/lib/test_index_tricks (0.15710502833306503) 2025-08-14T20:52:59.4233252Z test_cpp_extensions_jit (0.15707949802736582) 2025-08-14T20:52:59.4233601Z distributed/fsdp/test_utils (0.15663316362183397) 2025-08-14T20:52:59.4233965Z test_scatter_gather_ops (0.15661118228876106) 2025-08-14T20:52:59.4234287Z test_serialization (0.15658756582693886) 2025-08-14T20:52:59.4234667Z torch_np/numpy_tests/core/test_dlpack (0.15631167501251245) 2025-08-14T20:52:59.4235068Z test_xnnpack_integration (0.15624448608572325) 2025-08-14T20:52:59.4235445Z torch_np/numpy_tests/fft/test_helper (0.15621856557884525) 2025-08-14T20:52:59.4235939Z distributed/_composable/fsdp/test_fully_shard_init (0.15610854742742963) 2025-08-14T20:52:59.4236364Z test_mkldnn (0.1558950330585871) 2025-08-14T20:52:59.4236652Z test_overrides (0.15538704860652605) 2025-08-14T20:52:59.4237028Z distributed/fsdp/test_checkpoint_wrapper (0.1553303747908336) 2025-08-14T20:52:59.4237433Z test_unary_ufuncs (0.15504377202499844) 2025-08-14T20:52:59.4237744Z nn/test_pooling (0.15495936779382039) 2025-08-14T20:52:59.4238125Z torch_np/numpy_tests/core/test_scalar_methods (0.1548930707554399) 2025-08-14T20:52:59.4238593Z distributed/fsdp/test_fsdp_grad_acc (0.15485497968798473) 2025-08-14T20:52:59.4239052Z distributed/fsdp/test_fsdp_flatten_params (0.15439838856575278) 2025-08-14T20:52:59.4239452Z nn/test_init (0.15419219511426502) 2025-08-14T20:52:59.4239895Z distributed/_composable/fsdp/test_fully_shard_mixed_precision (0.15412037951635568) 2025-08-14T20:52:59.4240430Z onnx/test_pytorch_onnx_no_runtime (0.15377763423329333) 2025-08-14T20:52:59.4240787Z test_cuda_primary_ctx (0.15369742001953532) 2025-08-14T20:52:59.4241191Z torch_np/numpy_tests/core/test_numerictypes (0.152833969844361) 2025-08-14T20:52:59.4241596Z test_mobile_optimizer (0.15280269800703075) 2025-08-14T20:52:59.4241937Z distributed/test_c10d_logger (0.15279414145260972) 2025-08-14T20:52:59.4242365Z distributed/test_c10d_object_collectives (0.15226232511740595) 2025-08-14T20:52:59.4242803Z distributed/rpc/test_share_memory (0.15204544758602226) 2025-08-14T20:52:59.4243212Z distributed/test_serialization (0.1517417038398323) 2025-08-14T20:52:59.4243709Z distributed/checkpoint/test_state_dict (0.15153217509731617) 2025-08-14T20:52:59.4244103Z test_metal (0.15135256177850873) 2025-08-14T20:52:59.4244514Z distributed/optim/test_zero_redundancy_optimizer (0.15096673642720504) 2025-08-14T20:52:59.4245006Z torch_np/numpy_tests/lib/test_arraypad (0.1509050010264149) 2025-08-14T20:52:59.4245508Z distributed/_composable/fsdp/test_fully_shard_comm (0.15079344994179686) 2025-08-14T20:52:59.4246082Z distributed/checkpoint/test_file_system_checkpoint_cpu (0.15071988772908712) 2025-08-14T20:52:59.4246552Z test_cuda_multigpu (0.1504237825171193) 2025-08-14T20:52:59.4246859Z test_type_promotion (0.15038464917346472) 2025-08-14T20:52:59.4247315Z distributed/_composable/fsdp/test_fully_shard_extensions (0.1501434676829438) 2025-08-14T20:52:59.4247925Z distributed/fsdp/test_fsdp_ignored_modules (0.15000599609144769) 2025-08-14T20:52:59.4248686Z distributed/fsdp/test_fsdp_freezing_weights (0.14931828509480552) 2025-08-14T20:52:59.4249137Z test_multiprocessing_spawn (0.14910726987160822) 2025-08-14T20:52:59.4249548Z torch_np/numpy_tests/lib/test_arraysetops (0.14902531833355406) 2025-08-14T20:52:59.4250077Z distributed/checkpoint/test_file_system_checkpoint (0.14891130526530783) 2025-08-14T20:52:59.4250528Z distributed/test_nccl (0.14888049795319042) 2025-08-14T20:52:59.4250927Z distributed/fsdp/test_fsdp_checkpoint (0.14865131979416998) 2025-08-14T20:52:59.4251325Z nn/test_convolution (0.1484317387260474) 2025-08-14T20:52:59.4251716Z distributed/fsdp/test_fsdp_unshard_params (0.1483701984258467) 2025-08-14T20:52:59.4252180Z distributed/test_multi_threaded_pg (0.14815866293441096) 2025-08-14T20:52:59.4252637Z distributed/fsdp/test_fsdp_tp_integration (0.14810509388686308) 2025-08-14T20:52:59.4253130Z distributed/fsdp/test_fsdp_hybrid_shard (0.14740079934012149) 2025-08-14T20:52:59.4253585Z distributed/fsdp/test_fsdp_comm_hooks (0.14689599050079385) 2025-08-14T20:52:59.4254021Z distributed/fsdp/test_fsdp_misc (0.14645933854042076) 2025-08-14T20:52:59.4254401Z distributed/fsdp/test_wrap (0.1462386408720647) 2025-08-14T20:52:59.4254785Z distributed/fsdp/test_fsdp_meta (0.14609107979294514) 2025-08-14T20:52:59.4255271Z distributed/_shard/sharding_spec/test_sharding_spec (0.14594722562502424) 2025-08-14T20:52:59.4255810Z distributed/checkpoint/test_state_dict_utils (0.14585646668893415) 2025-08-14T20:52:59.4256368Z distributed/algorithms/ddp_comm_hooks/test_ddp_hooks (0.14556518150895328) 2025-08-14T20:52:59.4256968Z distributed/algorithms/quantization/test_quantization (0.1455305000565606) 2025-08-14T20:52:59.4257578Z distributed/_composable/fsdp/test_fully_shard_state_dict (0.14532236488968306) 2025-08-14T20:52:59.4258038Z test_jit_autocast (0.14511466637650564) 2025-08-14T20:52:59.4258458Z distributed/fsdp/test_fsdp_sharded_grad_scaler (0.14465536242703053) 2025-08-14T20:52:59.4258882Z test_dlpack (0.1445224524731248) 2025-08-14T20:52:59.4259208Z distributed/_shard/test_sharder (0.14447653880108496) 2025-08-14T20:52:59.4259606Z profiler/test_profiler_tree (0.14400524081061358) 2025-08-14T20:52:59.4259995Z distributed/algorithms/test_join (0.14397993347701657) 2025-08-14T20:52:59.4260409Z distributed/test_data_parallel (0.14389444225684037) 2025-08-14T20:52:59.4260879Z distributed/_shard/sharding_plan/test_sharding_plan (0.14351317854312703) 2025-08-14T20:52:59.4261398Z distributed/nn/jit/test_instantiator (0.14289043604275653) 2025-08-14T20:52:59.4261872Z torch_np/numpy_tests/core/test_scalar_ctors (0.14263199279532543) 2025-08-14T20:52:59.4262301Z distributed/test_pg_wrapper (0.1423081351074183) 2025-08-14T20:52:59.4262674Z profiler/test_torch_tidy (0.14209257682763915) 2025-08-14T20:52:59.4263027Z distributed/test_c10d_pypg (0.14189188335467176) 2025-08-14T20:52:59.4263398Z torch_np/test_reductions (0.14167610210279044) 2025-08-14T20:52:59.4263819Z distributed/fsdp/test_fsdp_use_orig_params (0.14162847897796724) 2025-08-14T20:52:59.4264284Z distributed/test_composability (0.14090080952251416) 2025-08-14T20:52:59.4264799Z lazy/test_reuse_ir (0.14085442203475718) 2025-08-14T20:52:59.4265250Z distributed/_shard/sharded_optim/test_sharded_optim (0.13985012781504136) 2025-08-14T20:52:59.4265754Z test_functional_autograd_benchmark (0.13976696851143378) 2025-08-14T20:52:59.4266111Z test_prims (0.1390985817636469) 2025-08-14T20:52:59.4266406Z test_spectral_ops (0.13852286779582712) 2025-08-14T20:52:59.4266806Z distributed/fsdp/test_fsdp_multiple_forward (0.13798844082892703) 2025-08-14T20:52:59.4267358Z distributed/_shard/sharded_tensor/ops/test_tensor_ops (0.13621332276148274) 2025-08-14T20:52:59.4267928Z distributed/_shard/sharded_tensor/ops/test_binary_cmp (0.13607116875584094) 2025-08-14T20:52:59.4268657Z distributed/fsdp/test_fsdp_mixed_precision (0.1351007570051517) 2025-08-14T20:52:59.4269096Z distributed/test_c10d_ucc (0.13477270000932023) 2025-08-14T20:52:59.4269552Z distributed/_composable/fsdp/test_fully_shard_memory (0.13419010177784577) 2025-08-14T20:52:59.4270119Z distributed/_shard/sharded_tensor/ops/test_init (0.1337447242942524) 2025-08-14T20:52:59.4270628Z distributed/rpc/cuda/test_tensorpipe_agent (0.13370097530970454) 2025-08-14T20:52:59.4271205Z distributed/_shard/sharded_tensor/test_sharded_tensor_reshard (0.13337957031492134) 2025-08-14T20:52:59.4271702Z distributed/test_c10d_gloo (0.13314361182751563) 2025-08-14T20:52:59.4272073Z profiler/test_python_tracer (0.13183280355161855) 2025-08-14T20:52:59.4272451Z distributed/test_c10d_common (0.13179849371939614) 2025-08-14T20:52:59.4272913Z distributed/_shard/sharded_tensor/ops/test_embedding (0.13124620111280916) 2025-08-14T20:52:59.4273506Z distributed/_shard/sharded_tensor/ops/test_embedding_bag (0.13124620111280916) 2025-08-14T20:52:59.4274036Z distributed/rpc/test_tensorpipe_agent (0.13123433887859512) 2025-08-14T20:52:59.4274485Z distributed/rpc/test_faulty_agent (0.13088243141861244) 2025-08-14T20:52:59.4274968Z distributed/_shard/sharded_tensor/test_sharded_tensor (0.1306636028813347) 2025-08-14T20:52:59.4275470Z distributed/test_c10d_spawn_gloo (0.12883165479934816) 2025-08-14T20:52:59.4275881Z distributed/test_c10d_spawn_nccl (0.12705686189955284) 2025-08-14T20:52:59.4276257Z distributed/test_launcher (0.12588922203398423) 2025-08-14T20:52:59.4276646Z distributed/test_c10d_spawn_ucc (0.12495176370189581) 2025-08-14T20:52:59.4277000Z distributed/test_store (0.12392032262874) 2025-08-14T20:52:59.4277342Z distributed/test_c10d_nccl (0.12345928135496877) 2025-08-14T20:52:59.4277728Z distributions/test_distributions (0.09852284441672723) 2025-08-14T20:52:59.4278137Z distributed/test_c10d_ops_nccl (0.08439280385783358) 2025-08-14T20:52:59.4278488Z test_jit_fuser_legacy (0.06366297138717932) 2025-08-14T20:52:59.4278819Z test_jit_profiling (0.05965416060739979) 2025-08-14T20:52:59.4279127Z test_jit_legacy (0.05837743124616261) 2025-08-14T20:52:59.4279429Z test_autoload_enable (0.0027964487403542558) 2025-08-14T20:52:59.7091267Z test_cpp_extensions_aot_no_ninja (5.660827409623999e-05) 2025-08-14T20:52:59.7091713Z Emitting metrics 2025-08-14T20:52:59.7092391Z Writing 1 documents to S3 ossci-raw-job-status/ossci_uploaded_metrics/td_results_final_test_prioritizations_1755204779_a95ad52e795011f0802e16fffb75efdf 2025-08-14T20:52:59.7093640Z Done! Finish writing document to S3 ossci-raw-job-status/ossci_uploaded_metrics/td_results_final_test_prioritizations_1755204779_a95ad52e795011f0802e16fffb75efdf 2025-08-14T20:52:59.7094849Z Writing 1 documents to S3 ossci-raw-job-status/ossci_uploaded_metrics/td_results_aggregated_heuristics_1755204779_a97847d0795011f0802e16fffb75efdf 2025-08-14T20:52:59.7096021Z Done! Finish writing document to S3 ossci-raw-job-status/ossci_uploaded_metrics/td_results_aggregated_heuristics_1755204779_a97847d0795011f0802e16fffb75efdf 2025-08-14T20:52:59.7886915Z ##[group]Run seemethere/upload-artifact-s3@baba72d0712b404f646cebe0730933554ebce96a 2025-08-14T20:52:59.7887413Z with: 2025-08-14T20:52:59.7887625Z name: td_results 2025-08-14T20:52:59.7887841Z retention-days: 14 2025-08-14T20:52:59.7888091Z if-no-files-found: error 2025-08-14T20:52:59.7888342Z path: td_results.json 2025-08-14T20:52:59.7888594Z s3-bucket: gha-artifacts 2025-08-14T20:52:59.7888848Z region: us-east-1 2025-08-14T20:52:59.7889062Z ##[endgroup] 2025-08-14T20:53:00.1413950Z With the provided path, there will be 1 file uploaded 2025-08-14T20:53:00.1414585Z Uploading to s3 prefix: pytorch/pytorch/16976255045/td_results 2025-08-14T20:53:00.1462277Z Starting upload of td_results.json 2025-08-14T20:53:00.2827162Z Finished upload of td_results.json 2025-08-14T20:53:00.2985564Z ##[group]Run actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 2025-08-14T20:53:00.2986034Z with: 2025-08-14T20:53:00.2986393Z name: td_results.json 2025-08-14T20:53:00.2986632Z retention-days: 14 2025-08-14T20:53:00.2986884Z if-no-files-found: error 2025-08-14T20:53:00.2987138Z path: td_results.json 2025-08-14T20:53:00.2987391Z compression-level: 6 2025-08-14T20:53:00.2987622Z overwrite: false 2025-08-14T20:53:00.2987867Z include-hidden-files: false 2025-08-14T20:53:00.2988125Z ##[endgroup] 2025-08-14T20:53:00.5497588Z With the provided path, there will be 1 file uploaded 2025-08-14T20:53:00.5501856Z Artifact name is valid! 2025-08-14T20:53:00.5502991Z Root directory input is valid! 2025-08-14T20:53:00.6331407Z Beginning upload of artifact content to blob storage 2025-08-14T20:53:00.7183948Z Uploaded bytes 18906 2025-08-14T20:53:00.7391249Z Finished uploading artifact content to blob storage! 2025-08-14T20:53:00.7394090Z SHA256 digest of uploaded artifact zip is c2f93f6a388aaaa97c87d9b18319944565f4217c9dc05dd83eb48edb910c4474 2025-08-14T20:53:00.7396190Z Finalizing artifact upload 2025-08-14T20:53:00.8445284Z Artifact td_results.json.zip successfully finalized. Artifact ID 3769188763 2025-08-14T20:53:00.8446095Z Artifact td_results.json has been successfully uploaded! Final size is 18906 bytes. Artifact ID is 3769188763 2025-08-14T20:53:00.8452989Z Artifact download URL: https://github.com/pytorch/pytorch/actions/runs/16976255045/artifacts/3769188763 2025-08-14T20:53:00.8617020Z Post job cleanup. 2025-08-14T20:53:00.8685651Z Post job cleanup. 2025-08-14T20:53:00.9655036Z [command]/usr/bin/git version 2025-08-14T20:53:00.9697276Z git version 2.47.1 2025-08-14T20:53:00.9732350Z Copying '/home/ec2-user/.gitconfig' to '/home/ec2-user/actions-runner/_work/_temp/dbdf8615-f7f5-4559-bf18-82585fa21ae3/.gitconfig' 2025-08-14T20:53:00.9740921Z Temporarily overriding HOME='/home/ec2-user/actions-runner/_work/_temp/dbdf8615-f7f5-4559-bf18-82585fa21ae3' before making global git config changes 2025-08-14T20:53:00.9741883Z Adding repository directory to the temporary git global config as a safe directory 2025-08-14T20:53:00.9746306Z [command]/usr/bin/git config --global --add safe.directory /home/ec2-user/actions-runner/_work/pytorch/pytorch 2025-08-14T20:53:00.9786321Z [command]/usr/bin/git config --local --name-only --get-regexp core\.sshCommand 2025-08-14T20:53:00.9829189Z [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-08-14T20:53:01.0155904Z [command]/usr/bin/git config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader 2025-08-14T20:53:01.0176577Z http.https://github.com/.extraheader 2025-08-14T20:53:01.0187324Z [command]/usr/bin/git config --local --unset-all http.https://github.com/.extraheader 2025-08-14T20:53:01.0215480Z [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-08-14T20:53:01.0593234Z A job completed hook has been configured by the self-hosted runner administrator 2025-08-14T20:53:01.1095628Z ##[group]Run '/home/ec2-user/runner-scripts/after_job.sh' 2025-08-14T20:53:01.1100938Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2025-08-14T20:53:01.1101336Z ##[endgroup] 2025-08-14T20:53:01.1269302Z [!ALERT!] Swap in detected! [!ALERT!] 2025-08-14T20:53:12.8381813Z [!ALERT!] Swap out detected [!ALERT!] 2025-08-14T20:53:31.8357838Z Cleaning up orphan processes