2025-03-04T19:53:00.6543755Z Current runner version: '2.322.0' 2025-03-04T19:53:00.6553593Z Runner name: 'i-07c3afdca9e69b8d3' 2025-03-04T19:53:00.6555236Z Runner group name: 'Default' 2025-03-04T19:53:00.6556854Z Machine name: 'ip-10-0-52-115' 2025-03-04T19:53:00.6562333Z ##[group]GITHUB_TOKEN Permissions 2025-03-04T19:53:00.6565791Z Contents: read 2025-03-04T19:53:00.6566899Z Metadata: read 2025-03-04T19:53:00.6567992Z ##[endgroup] 2025-03-04T19:53:00.6571885Z Secret source: Actions 2025-03-04T19:53:00.6573568Z Prepare workflow directory 2025-03-04T19:53:00.6926710Z Prepare all required actions 2025-03-04T19:53:00.6969123Z Getting action download info 2025-03-04T19:53:00.9324643Z Download action repository 'pytorch/pytorch@main' (SHA:439395c0ae0234b529fd1b5ce30efca68be93f97) 2025-03-04T19:53:12.3317686Z Download action repository 'seemethere/download-artifact-s3@v4' (SHA:1da556a7aa0a088e3153970611f6c432d58e80e6) 2025-03-04T19:53:12.5433191Z Download action repository 'seemethere/upload-artifact-s3@v5' (SHA:baba72d0712b404f646cebe0730933554ebce96a) 2025-03-04T19:53:12.7605221Z Download action repository 'actions/upload-artifact@v4' (SHA:4cec3d8aa04e39d1a68397de0c4cd6fb9dce8ec1) 2025-03-04T19:53:13.1389192Z Getting action download info 2025-03-04T19:53:13.2369101Z Download action repository 'actions/checkout@v4' (SHA:11bd71901bbe5b1630ceea73d27597364c9af683) 2025-03-04T19:53:13.4775046Z Uses: pytorch/pytorch/.github/workflows/target_determination.yml@refs/pull/148205/merge (d0654836237b89031de4353648b2c86ba3fc52f9) 2025-03-04T19:53:13.4777291Z Complete job name: before-test / target-determination 2025-03-04T19:53:13.5252462Z A job started hook has been configured by the self-hosted runner administrator 2025-03-04T19:53:13.5418150Z ##[group]Run '/home/ec2-user/runner-scripts/before_job.sh' 2025-03-04T19:53:13.5428874Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2025-03-04T19:53:13.5429621Z ##[endgroup] 2025-03-04T19:53:14.8436923Z Runner Type: linux.2xlarge 2025-03-04T19:53:14.8437463Z Instance Type: c5.2xlarge 2025-03-04T19:53:14.8437802Z AMI Name: unknown 2025-03-04T19:53:14.8460113Z AMI ID: ami-05b10e08d247fb927 2025-03-04T19:53:20.7685222Z ##[group]Run pytorch/pytorch/.github/actions/checkout-pytorch@main 2025-03-04T19:53:20.7685723Z with: 2025-03-04T19:53:20.7685967Z submodules: false 2025-03-04T19:53:20.7686245Z fetch-depth: 0 2025-03-04T19:53:20.7686494Z ##[endgroup] 2025-03-04T19:53:20.7776375Z ##[group]Run echo "IN_CONTAINER_RUNNER=$(if [ -f /.inarc ] || [ -f /.incontainer ]; then echo true ; else echo false; fi)" >> "$GITHUB_OUTPUT" 2025-03-04T19:53:20.7777452Z echo "IN_CONTAINER_RUNNER=$(if [ -f /.inarc ] || [ -f /.incontainer ]; then echo true ; else echo false; fi)" >> "$GITHUB_OUTPUT" 2025-03-04T19:53:20.7786951Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2025-03-04T19:53:20.7787387Z ##[endgroup] 2025-03-04T19:53:20.7920304Z ##[group]Run retry () { 2025-03-04T19:53:20.7920666Z retry () { 2025-03-04T19:53:20.7921032Z  $* || (sleep 1 && $*) || (sleep 2 && $*) || (sleep 4 && $*) || (sleep 8 && $*) 2025-03-04T19:53:20.7921463Z } 2025-03-04T19:53:20.7921774Z echo "${GITHUB_WORKSPACE}" 2025-03-04T19:53:20.7922150Z if [ -z "${NO_SUDO}" ]; then 2025-03-04T19:53:20.7922540Z  retry sudo rm -rf "${GITHUB_WORKSPACE}" 2025-03-04T19:53:20.7922899Z else 2025-03-04T19:53:20.7923178Z  retry rm -rf "${GITHUB_WORKSPACE}" 2025-03-04T19:53:20.7923518Z fi 2025-03-04T19:53:20.7923776Z mkdir "${GITHUB_WORKSPACE}" 2025-03-04T19:53:20.7924079Z  2025-03-04T19:53:20.7924356Z # Use all available CPUs for fetching 2025-03-04T19:53:20.7924728Z cd "${GITHUB_WORKSPACE}" 2025-03-04T19:53:20.7925088Z git config --global fetch.parallel 0 2025-03-04T19:53:20.7925506Z git config --global submodule.fetchJobs 0 2025-03-04T19:53:20.7931643Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2025-03-04T19:53:20.7932141Z env: 2025-03-04T19:53:20.7932370Z NO_SUDO: 2025-03-04T19:53:20.7932792Z ##[endgroup] 2025-03-04T19:53:20.7956514Z /home/ec2-user/actions-runner/_work/pytorch/pytorch 2025-03-04T19:53:20.9200576Z ##[group]Run actions/checkout@v4 2025-03-04T19:53:20.9200929Z with: 2025-03-04T19:53:20.9201200Z ref: 1b7498080987913ecb3aff6253c5e88f3540d911 2025-03-04T19:53:20.9201544Z fetch-depth: 0 2025-03-04T19:53:20.9201802Z submodules: false 2025-03-04T19:53:20.9202086Z show-progress: false 2025-03-04T19:53:20.9202383Z repository: pytorch/pytorch 2025-03-04T19:53:20.9202823Z token: *** 2025-03-04T19:53:20.9203056Z ssh-strict: true 2025-03-04T19:53:20.9203314Z ssh-user: git 2025-03-04T19:53:20.9203584Z persist-credentials: true 2025-03-04T19:53:20.9203880Z clean: true 2025-03-04T19:53:20.9204152Z sparse-checkout-cone-mode: true 2025-03-04T19:53:20.9204462Z fetch-tags: false 2025-03-04T19:53:20.9204723Z lfs: false 2025-03-04T19:53:20.9204976Z set-safe-directory: true 2025-03-04T19:53:20.9205282Z ##[endgroup] 2025-03-04T19:53:21.0348160Z Syncing repository: pytorch/pytorch 2025-03-04T19:53:21.0349709Z ##[group]Getting Git version info 2025-03-04T19:53:21.0350236Z Working directory is '/home/ec2-user/actions-runner/_work/pytorch/pytorch' 2025-03-04T19:53:21.0350976Z [command]/usr/bin/git version 2025-03-04T19:53:21.0351291Z git version 2.47.1 2025-03-04T19:53:21.0362297Z ##[endgroup] 2025-03-04T19:53:21.0379140Z Copying '/home/ec2-user/.gitconfig' to '/home/ec2-user/actions-runner/_work/_temp/14e9610a-123b-4567-b3f6-0ccee4c32a60/.gitconfig' 2025-03-04T19:53:21.0397664Z Temporarily overriding HOME='/home/ec2-user/actions-runner/_work/_temp/14e9610a-123b-4567-b3f6-0ccee4c32a60' before making global git config changes 2025-03-04T19:53:21.0398692Z Adding repository directory to the temporary git global config as a safe directory 2025-03-04T19:53:21.0402647Z [command]/usr/bin/git config --global --add safe.directory /home/ec2-user/actions-runner/_work/pytorch/pytorch 2025-03-04T19:53:21.0432311Z Deleting the contents of '/home/ec2-user/actions-runner/_work/pytorch/pytorch' 2025-03-04T19:53:21.0435468Z ##[group]Initializing the repository 2025-03-04T19:53:21.0439118Z [command]/usr/bin/git init /home/ec2-user/actions-runner/_work/pytorch/pytorch 2025-03-04T19:53:21.0468359Z hint: Using 'master' as the name for the initial branch. This default branch name 2025-03-04T19:53:21.0469034Z hint: is subject to change. To configure the initial branch name to use in all 2025-03-04T19:53:21.0469656Z hint: of your new repositories, which will suppress this warning, call: 2025-03-04T19:53:21.0470265Z hint: 2025-03-04T19:53:21.0470581Z hint: git config --global init.defaultBranch 2025-03-04T19:53:21.0470961Z hint: 2025-03-04T19:53:21.0471319Z hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and 2025-03-04T19:53:21.0471933Z hint: 'development'. The just-created branch can be renamed via this command: 2025-03-04T19:53:21.0472404Z hint: 2025-03-04T19:53:21.0472636Z hint: git branch -m 2025-03-04T19:53:21.0473179Z Initialized empty Git repository in /home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/ 2025-03-04T19:53:21.0479026Z [command]/usr/bin/git remote add origin https://github.com/pytorch/pytorch 2025-03-04T19:53:21.0503382Z ##[endgroup] 2025-03-04T19:53:21.0503868Z ##[group]Disabling automatic garbage collection 2025-03-04T19:53:21.0507074Z [command]/usr/bin/git config --local gc.auto 0 2025-03-04T19:53:21.0530186Z ##[endgroup] 2025-03-04T19:53:21.0530638Z ##[group]Setting up auth 2025-03-04T19:53:21.0536581Z [command]/usr/bin/git config --local --name-only --get-regexp core\.sshCommand 2025-03-04T19:53:21.0560571Z [command]/usr/bin/git submodule foreach --recursive sh -c "git config --local --name-only --get-regexp 'core\.sshCommand' && git config --local --unset-all 'core.sshCommand' || :" 2025-03-04T19:53:21.0838212Z [command]/usr/bin/git config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader 2025-03-04T19:53:21.0863619Z [command]/usr/bin/git submodule foreach --recursive sh -c "git config --local --name-only --get-regexp 'http\.https\:\/\/github\.com\/\.extraheader' && git config --local --unset-all 'http.https://github.com/.extraheader' || :" 2025-03-04T19:53:21.1118443Z [command]/usr/bin/git config --local http.https://github.com/.extraheader AUTHORIZATION: basic *** 2025-03-04T19:53:21.1161656Z ##[endgroup] 2025-03-04T19:53:21.1162170Z ##[group]Fetching the repository 2025-03-04T19:53:21.1169873Z [command]/usr/bin/git -c protocol.version=2 fetch --prune --no-recurse-submodules origin +refs/heads/*:refs/remotes/origin/* +refs/tags/*:refs/tags/* 2025-03-04T19:54:17.6059173Z From https://github.com/pytorch/pytorch 2025-03-04T19:54:17.6059798Z * [new branch] 2.1-dynamic-doc -> origin/2.1-dynamic-doc 2025-03-04T19:54:17.6060832Z * [new branch] 2.6.0.dev20241004+ -> origin/2.6.0.dev20241004+ 2025-03-04T19:54:17.6061835Z * [new branch] 20250219_e8m0_intermediate -> origin/20250219_e8m0_intermediate 2025-03-04T19:54:17.6062534Z * [new branch] 20250219_test -> origin/20250219_test 2025-03-04T19:54:17.6063819Z * [new branch] Adjust-Description-for-linux-binary-test-Workflow -> origin/Adjust-Description-for-linux-binary-test-Workflow 2025-03-04T19:54:17.6064768Z * [new branch] Chillee-patch-5 -> origin/Chillee-patch-5 2025-03-04T19:54:17.6065912Z * [new branch] Flamefire-patch-1 -> origin/Flamefire-patch-1 2025-03-04T19:54:17.6067047Z * [new branch] HDCharles-2.6.0-release-notes -> origin/HDCharles-2.6.0-release-notes 2025-03-04T19:54:17.6068849Z * [new branch] JackCaoG/add_new_lazy_counter_macro -> origin/JackCaoG/add_new_lazy_counter_macro 2025-03-04T19:54:17.6069998Z * [new branch] JackCaoG/dynamo_make_fx_non_core_aten_ops -> origin/JackCaoG/dynamo_make_fx_non_core_aten_ops 2025-03-04T19:54:17.6071189Z * [new branch] JackCaoG/fix_xla_torchbench -> origin/JackCaoG/fix_xla_torchbench 2025-03-04T19:54:17.6072526Z * [new branch] JackCaoG/update_dynamo_doc -> origin/JackCaoG/update_dynamo_doc 2025-03-04T19:54:17.6073660Z * [new branch] JackCaoG/update_xla_pin_to_skip_test -> origin/JackCaoG/update_xla_pin_to_skip_test 2025-03-04T19:54:17.6075393Z * [new branch] JackCaoG/update_xla_pin_to_skip_test2 -> origin/JackCaoG/update_xla_pin_to_skip_test2 2025-03-04T19:54:17.6076461Z * [new branch] NicolasHug-patch-2 -> origin/NicolasHug-patch-2 2025-03-04T19:54:17.6077944Z * [new branch] PR-AOTInductorNoneBug -> origin/PR-AOTInductorNoneBug 2025-03-04T19:54:17.6079598Z * [new branch] PR-AOTInductorNoneBugFix -> origin/PR-AOTInductorNoneBugFix 2025-03-04T19:54:17.6080544Z * [new branch] PR-FixConfigsIssue -> origin/PR-FixConfigsIssue 2025-03-04T19:54:17.6081636Z * [new branch] PR-NoneBugFix-viable -> origin/PR-NoneBugFix-viable 2025-03-04T19:54:17.6082721Z * [new branch] PR-ResetToZero -> origin/PR-ResetToZero 2025-03-04T19:54:17.6084064Z * [new branch] Remove-linux_t4g_2xlarge-Usage -> origin/Remove-linux_t4g_2xlarge-Usage 2025-03-04T19:54:17.6085116Z * [new branch] Revert-PR-110949 -> origin/Revert-PR-110949 2025-03-04T19:54:17.6086289Z * [new branch] Update-Flash-Packaging -> origin/Update-Flash-Packaging 2025-03-04T19:54:17.6087941Z * [new branch] Valentine/flash_attention_bf16 -> origin/Valentine/flash_attention_bf16 2025-03-04T19:54:17.6089816Z * [new branch] _tmp-orig/release/2.6 -> origin/_tmp-orig/release/2.6 2025-03-04T19:54:17.6091207Z * [new branch] _tmp-release/2.6 -> origin/_tmp-release/2.6 2025-03-04T19:54:17.6093024Z * [new branch] abock/onnx-1.15.0-validation -> origin/abock/onnx-1.15.0-validation 2025-03-04T19:54:17.6094377Z * [new branch] abock/ort-nightly==1.16.0.dev20230908001 -> origin/abock/ort-nightly==1.16.0.dev20230908001 2025-03-04T19:54:17.6095958Z * [new branch] add-android-build-workflow -> origin/add-android-build-workflow 2025-03-04T19:54:17.6096713Z * [new branch] add-assign -> origin/add-assign 2025-03-04T19:54:17.6098161Z * [new branch] add_broadcast_functional_collective -> origin/add_broadcast_functional_collective 2025-03-04T19:54:17.6099212Z * [new branch] add_from_group_doc_and_test -> origin/add_from_group_doc_and_test 2025-03-04T19:54:17.6100563Z * [new branch] add_mha_to_autocast_policy -> origin/add_mha_to_autocast_policy 2025-03-04T19:54:17.6101917Z * [new branch] add_non_parallel_model_comparison -> origin/add_non_parallel_model_comparison 2025-03-04T19:54:17.6104606Z * [new branch] add_test_to_show_view_gap -> origin/add_test_to_show_view_gap 2025-03-04T19:54:17.6105277Z * [new branch] add_windows_testing_back -> origin/add_windows_testing_back 2025-03-04T19:54:17.6105968Z * [new branch] addmm-heuristic -> origin/addmm-heuristic 2025-03-04T19:54:17.6106700Z * [new branch] addsimde -> origin/addsimde 2025-03-04T19:54:17.6108727Z * [new branch] adi/gemm_bf16f32 -> origin/adi/gemm_bf16f32 2025-03-04T19:54:17.6109838Z * [new branch] ah-globalfeedback-hook -> origin/ah-globalfeedback-hook 2025-03-04T19:54:17.6111550Z * [new branch] alanwaketan/pin2 -> origin/alanwaketan/pin2 2025-03-04T19:54:17.6112570Z * [new branch] albanD-patch-1 -> origin/albanD-patch-1 2025-03-04T19:54:17.6113859Z * [new branch] albanD-patch-2 -> origin/albanD-patch-2 2025-03-04T19:54:17.6114927Z * [new branch] alt-disable -> origin/alt-disable 2025-03-04T19:54:17.6116744Z * [new branch] angelayi/144772 -> origin/angelayi/144772 2025-03-04T19:54:17.6118086Z * [new branch] angelayi/aot_inductor_bench_comp_time -> origin/angelayi/aot_inductor_bench_comp_time 2025-03-04T19:54:17.6119041Z * [new branch] angelayi/aot_inductor_benchmark -> origin/angelayi/aot_inductor_benchmark 2025-03-04T19:54:17.6120202Z * [new branch] angelayi/aot_inductor_torch -> origin/angelayi/aot_inductor_torch 2025-03-04T19:54:17.6121301Z * [new branch] angelayi/aoti_additional_files -> origin/angelayi/aoti_additional_files 2025-03-04T19:54:17.6122884Z * [new branch] angelayi/aotinductor_const -> origin/angelayi/aotinductor_const 2025-03-04T19:54:17.6124433Z * [new branch] angelayi/aotinductor_const_name -> origin/angelayi/aotinductor_const_name 2025-03-04T19:54:17.6125524Z * [new branch] angelayi/benchmark_skip -> origin/angelayi/benchmark_skip 2025-03-04T19:54:17.6126622Z * [new branch] angelayi/bincount -> origin/angelayi/bincount 2025-03-04T19:54:17.6127910Z * [new branch] angelayi/change_pytree_serialization -> origin/angelayi/change_pytree_serialization 2025-03-04T19:54:17.6128828Z * [new branch] angelayi/constraint -> origin/angelayi/constraint 2025-03-04T19:54:17.6130149Z * [new branch] angelayi/cp107981 -> origin/angelayi/cp107981 2025-03-04T19:54:17.6131367Z * [new branch] angelayi/cp108783 -> origin/angelayi/cp108783 2025-03-04T19:54:17.6132907Z * [new branch] angelayi/cp109060 -> origin/angelayi/cp109060 2025-03-04T19:54:17.6133971Z * [new branch] angelayi/cpp_loader -> origin/angelayi/cpp_loader 2025-03-04T19:54:17.6135209Z * [new branch] angelayi/custom_and_getattr -> origin/angelayi/custom_and_getattr 2025-03-04T19:54:17.6136297Z * [new branch] angelayi/customop -> origin/angelayi/customop 2025-03-04T19:54:17.6137498Z * [new branch] angelayi/default_serialized -> origin/angelayi/default_serialized 2025-03-04T19:54:17.6138649Z * [new branch] angelayi/distribby -> origin/angelayi/distribby 2025-03-04T19:54:17.6139798Z * [new branch] angelayi/distribution -> origin/angelayi/distribution 2025-03-04T19:54:17.6140916Z * [new branch] angelayi/docs -> origin/angelayi/docs 2025-03-04T19:54:17.6142114Z * [new branch] angelayi/draft_logger -> origin/angelayi/draft_logger 2025-03-04T19:54:17.6143263Z * [new branch] angelayi/embed_constants -> origin/angelayi/embed_constants 2025-03-04T19:54:17.6144454Z * [new branch] angelayi/export_custom_op_rst -> origin/angelayi/export_custom_op_rst 2025-03-04T19:54:17.6145561Z * [new branch] angelayi/export_docs -> origin/angelayi/export_docs 2025-03-04T19:54:17.6146720Z * [new branch] angelayi/fail_models_temp -> origin/angelayi/fail_models_temp 2025-03-04T19:54:17.6147839Z * [new branch] angelayi/fake -> origin/angelayi/fake 2025-03-04T19:54:17.6148907Z * [new branch] angelayi/fix3 -> origin/angelayi/fix3 2025-03-04T19:54:17.6150264Z * [new branch] angelayi/hf_version -> origin/angelayi/hf_version 2025-03-04T19:54:17.6151339Z * [new branch] angelayi/hf_version_update -> origin/angelayi/hf_version_update 2025-03-04T19:54:17.6152542Z * [new branch] angelayi/kwarg_input -> origin/angelayi/kwarg_input 2025-03-04T19:54:17.6153636Z * [new branch] angelayi/lint -> origin/angelayi/lint 2025-03-04T19:54:17.6155032Z * [new branch] angelayi/logging.bak -> origin/angelayi/logging.bak 2025-03-04T19:54:17.6156118Z * [new branch] angelayi/logging2 -> origin/angelayi/logging2 2025-03-04T19:54:17.6157345Z * [new branch] angelayi/namedtuple_fields -> origin/angelayi/namedtuple_fields 2025-03-04T19:54:17.6158509Z * [new branch] angelayi/no_so_weight -> origin/angelayi/no_so_weight 2025-03-04T19:54:17.6159484Z * [new branch] angelayi/provenance_id -> origin/angelayi/provenance_id 2025-03-04T19:54:17.6160635Z * [new branch] angelayi/pytree2 -> origin/angelayi/pytree2 2025-03-04T19:54:17.6161829Z * [new branch] angelayi/pytree_namedtuple -> origin/angelayi/pytree_namedtuple 2025-03-04T19:54:17.6163000Z * [new branch] angelayi/register_dataclass -> origin/angelayi/register_dataclass 2025-03-04T19:54:17.6164143Z * [new branch] angelayi/remove_aoti_unlift -> origin/angelayi/remove_aoti_unlift 2025-03-04T19:54:17.6165216Z * [new branch] angelayi/shape -> origin/angelayi/shape 2025-03-04T19:54:17.6166531Z * [new branch] angelayi/symint_input -> origin/angelayi/symint_input 2025-03-04T19:54:17.6167550Z * [new branch] angelayi/test -> origin/angelayi/test 2025-03-04T19:54:17.6168916Z * [new branch] angelayi/test113041 -> origin/angelayi/test113041 2025-03-04T19:54:17.6170135Z * [new branch] angelayi/test_expression_created -> origin/angelayi/test_expression_created 2025-03-04T19:54:17.6171160Z * [new branch] angelayi/torch_size -> origin/angelayi/torch_size 2025-03-04T19:54:17.6172445Z * [new branch] angelayi/update_schema_msg -> origin/angelayi/update_schema_msg 2025-03-04T19:54:17.6173713Z * [new branch] atalman-inductor-perf-cu124 -> origin/atalman-inductor-perf-cu124 2025-03-04T19:54:17.6174968Z * [new branch] atalman-inductor-perf-cu124.1 -> origin/atalman-inductor-perf-cu124.1 2025-03-04T19:54:17.6176172Z * [new branch] atalman-patch-1 -> origin/atalman-patch-1 2025-03-04T19:54:17.6177541Z * [new branch] atalman-patch-2 -> origin/atalman-patch-2 2025-03-04T19:54:17.6178838Z * [new branch] atalman-patch-3 -> origin/atalman-patch-3 2025-03-04T19:54:17.6179910Z * [new branch] atalman-patch-4 -> origin/atalman-patch-4 2025-03-04T19:54:17.6181192Z * [new branch] atalman-patch-5 -> origin/atalman-patch-5 2025-03-04T19:54:17.6182244Z * [new branch] atalman-patch-6 -> origin/atalman-patch-6 2025-03-04T19:54:17.6183525Z * [new branch] atalman-patch-7 -> origin/atalman-patch-7 2025-03-04T19:54:17.6184652Z * [new branch] atalman-patch-8 -> origin/atalman-patch-8 2025-03-04T19:54:17.6186000Z * [new branch] atalman-patch-9 -> origin/atalman-patch-9 2025-03-04T19:54:17.6187322Z * [new branch] atalman_inductor_2.3.0 -> origin/atalman_inductor_2.3.0 2025-03-04T19:54:17.6188418Z * [new branch] atalman_inductor_2.3.1 -> origin/atalman_inductor_2.3.1 2025-03-04T19:54:17.6189487Z * [new branch] atalman_inductor_2.4.0 -> origin/atalman_inductor_2.4.0 2025-03-04T19:54:17.6191312Z * [new branch] atalman_inductor_2.4.x -> origin/atalman_inductor_2.4.x 2025-03-04T19:54:17.6192208Z * [new branch] avoid_record_ag_rs -> origin/avoid_record_ag_rs 2025-03-04T19:54:17.6194023Z * [new branch] bahuang/make_fallback -> origin/bahuang/make_fallback 2025-03-04T19:54:17.6195745Z * [new branch] base/1.5 -> origin/base/1.5 2025-03-04T19:54:17.6196899Z * [new branch] base_inductor_opt_flag -> origin/base_inductor_opt_flag 2025-03-04T19:54:17.6198180Z * [new branch] batching_sdpa_efficient_attention -> origin/batching_sdpa_efficient_attention 2025-03-04T19:54:17.6199217Z * [new branch] benchmark-updates -> origin/benchmark-updates 2025-03-04T19:54:17.6201093Z * [new branch] bertmaher/pinbump26 -> origin/bertmaher/pinbump26 2025-03-04T19:54:17.6203131Z * [new branch] bertrand/cutlass -> origin/bertrand/cutlass 2025-03-04T19:54:17.6204220Z * [new branch] bf/cg-disable-tts-angular -> origin/bf/cg-disable-tts-angular 2025-03-04T19:54:17.6205309Z * [new branch] bf/cg-multithreading -> origin/bf/cg-multithreading 2025-03-04T19:54:17.6206353Z * [new branch] bf/cg-partition -> origin/bf/cg-partition 2025-03-04T19:54:17.6207679Z * [new branch] bf/cg-prototype -> origin/bf/cg-prototype 2025-03-04T19:54:17.6208614Z * [new branch] bf/cg-remove-check -> origin/bf/cg-remove-check 2025-03-04T19:54:17.6210217Z * [new branch] bf/cg-skip-unbacked-symint-msg -> origin/bf/cg-skip-unbacked-symint-msg 2025-03-04T19:54:17.6211448Z * [new branch] bf/cudagraph -> origin/bf/cudagraph 2025-03-04T19:54:17.6213296Z * [new branch] bf/cudagraph-disable-input-mutation -> origin/bf/cudagraph-disable-input-mutation 2025-03-04T19:54:17.6214536Z * [new branch] bf/cudagraph-enable-input-mutation-support-benchmark -> origin/bf/cudagraph-enable-input-mutation-support-benchmark 2025-03-04T19:54:17.6215947Z * [new branch] bf/cudagraph-partition -> origin/bf/cudagraph-partition 2025-03-04T19:54:17.6216645Z * [new branch] bf/donated-buffer-bench -> origin/bf/donated-buffer-bench 2025-03-04T19:54:17.6217703Z * [new branch] bf/fa-embedding-16 -> origin/bf/fa-embedding-16 2025-03-04T19:54:17.6218849Z * [new branch] bf/reduce-scatter-copy-in -> origin/bf/reduce-scatter-copy-in 2025-03-04T19:54:17.6219908Z * [new branch] bf/remove-check-55b0c39d -> origin/bf/remove-check-55b0c39d 2025-03-04T19:54:17.6221118Z * [new branch] bisect_perf_hf_T5_3acc6eac492 -> origin/bisect_perf_hf_T5_3acc6eac492 2025-03-04T19:54:17.6222164Z * [new branch] bisect_perf_hf_T5_3fcf66f61fb -> origin/bisect_perf_hf_T5_3fcf66f61fb 2025-03-04T19:54:17.6223261Z * [new branch] bisect_perf_hf_T5_4009d154129 -> origin/bisect_perf_hf_T5_4009d154129 2025-03-04T19:54:17.6224311Z * [new branch] bisect_perf_hf_T5_40d0740e73d -> origin/bisect_perf_hf_T5_40d0740e73d 2025-03-04T19:54:17.6225372Z * [new branch] bisect_perf_hf_T5_5268754e -> origin/bisect_perf_hf_T5_5268754e 2025-03-04T19:54:17.6226436Z * [new branch] bisect_perf_hf_T5_7d89a8d385c -> origin/bisect_perf_hf_T5_7d89a8d385c 2025-03-04T19:54:17.6227483Z * [new branch] bisect_perf_hf_T5_b7a25c1ee7c -> origin/bisect_perf_hf_T5_b7a25c1ee7c 2025-03-04T19:54:17.6228587Z * [new branch] bisect_perf_hf_T5_c25b201583f -> origin/bisect_perf_hf_T5_c25b201583f 2025-03-04T19:54:17.6229662Z * [new branch] bisect_perf_hf_T5_c93e57efac0 -> origin/bisect_perf_hf_T5_c93e57efac0 2025-03-04T19:54:17.6230684Z * [new branch] bisect_perf_hf_T5_ca9813ea149 -> origin/bisect_perf_hf_T5_ca9813ea149 2025-03-04T19:54:17.6231753Z * [new branch] bisect_perf_hf_T5_d65f194a -> origin/bisect_perf_hf_T5_d65f194a 2025-03-04T19:54:17.6232893Z * [new branch] bisect_perf_hf_T5_da94ab0b -> origin/bisect_perf_hf_T5_da94ab0b 2025-03-04T19:54:17.6234060Z * [new branch] bisect_perf_hf_T5_da94ab0b_new -> origin/bisect_perf_hf_T5_da94ab0b_new 2025-03-04T19:54:17.6235116Z * [new branch] bisect_perf_hf_T5_db4e8a1d8a8 -> origin/bisect_perf_hf_T5_db4e8a1d8a8 2025-03-04T19:54:17.6236216Z * [new branch] bisect_perf_hf_T5_e0d97e936a2 -> origin/bisect_perf_hf_T5_e0d97e936a2 2025-03-04T19:54:17.6237253Z * [new branch] bisect_perf_hf_T5_f23621ec563 -> origin/bisect_perf_hf_T5_f23621ec563 2025-03-04T19:54:17.6238944Z * [new branch] bowbao/beartype_fix_2.1.1 -> origin/bowbao/beartype_fix_2.1.1 2025-03-04T19:54:17.6240011Z * [new branch] bowbao/bench_updates -> origin/bowbao/bench_updates 2025-03-04T19:54:17.6241264Z * [new branch] bowbao/bench_updates_stage -> origin/bowbao/bench_updates_stage 2025-03-04T19:54:17.6242280Z * [new branch] bowbao/benchmark_test_data -> origin/bowbao/benchmark_test_data 2025-03-04T19:54:17.6243312Z * [new branch] bowbao/dort_rewriter -> origin/bowbao/dort_rewriter 2025-03-04T19:54:17.6244484Z * [new branch] bowbao/skip_decomp -> origin/bowbao/skip_decomp 2025-03-04T19:54:17.6245467Z * [new branch] bowbao/wip_prs -> origin/bowbao/wip_prs 2025-03-04T19:54:17.6247180Z * [new branch] brenocfg/fix-meta-opinfo -> origin/brenocfg/fix-meta-opinfo 2025-03-04T19:54:17.6248211Z * [new branch] brenocfg/special_airy_ai_ref -> origin/brenocfg/special_airy_ai_ref 2025-03-04T19:54:17.6249913Z * [new branch] brister/3d_permute_block_ptr -> origin/brister/3d_permute_block_ptr 2025-03-04T19:54:17.6250869Z * [new branch] brister/always_tiled_reduction -> origin/brister/always_tiled_reduction 2025-03-04T19:54:17.6251971Z * [new branch] brister/doc_bucketize -> origin/brister/doc_bucketize 2025-03-04T19:54:17.6253116Z * [new branch] brister/simplify_id -> origin/brister/simplify_id 2025-03-04T19:54:17.6254280Z * [new branch] brister/tiled_reduction_no_numel_check -> origin/brister/tiled_reduction_no_numel_check 2025-03-04T19:54:17.6255201Z * [new branch] brister/wrapper_ir -> origin/brister/wrapper_ir 2025-03-04T19:54:17.6256507Z * [new branch] build_aoti_o1 -> origin/build_aoti_o1 2025-03-04T19:54:17.6257564Z * [new branch] ca_0431d47eaa -> origin/ca_0431d47eaa 2025-03-04T19:54:17.6258612Z * [new branch] ca_fix_0431d47eaa -> origin/ca_fix_0431d47eaa 2025-03-04T19:54:17.6259741Z * [new branch] cache_size_internal -> origin/cache_size_internal 2025-03-04T19:54:17.6260920Z * [new branch] cache_size_internal_1 -> origin/cache_size_internal_1 2025-03-04T19:54:17.6262566Z * [new branch] chenyang78/dyn-shape-ci-tmp -> origin/chenyang78/dyn-shape-ci-tmp 2025-03-04T19:54:17.6263600Z * [new branch] cherry-pick-111576 -> origin/cherry-pick-111576 2025-03-04T19:54:17.6264937Z * [new branch] cherry-pick-post-acc-grad-docs -> origin/cherry-pick-post-acc-grad-docs 2025-03-04T19:54:17.6265843Z * [new branch] ci_pin -> origin/ci_pin 2025-03-04T19:54:17.6267191Z * [new branch] ckluk2-compileThread-1 -> origin/ckluk2-compileThread-1 2025-03-04T19:54:17.6268291Z * [new branch] ckluk2-compileThread-2 -> origin/ckluk2-compileThread-2 2025-03-04T19:54:17.6269665Z * [new branch] ckluk2-compileThread-64 -> origin/ckluk2-compileThread-64 2025-03-04T19:54:17.6270676Z * [new branch] ckluk2-test-1 -> origin/ckluk2-test-1 2025-03-04T19:54:17.6271994Z * [new branch] cleanup_vs_2019 -> origin/cleanup_vs_2019 2025-03-04T19:54:17.6273451Z * [new branch] compile_fsdp2_disable_stream_and_event -> origin/compile_fsdp2_disable_stream_and_event 2025-03-04T19:54:17.6274479Z * [new branch] condition-branch-in-debug-handler -> origin/condition-branch-in-debug-handler 2025-03-04T19:54:17.6275609Z * [new branch] consolidate-is-qat -> origin/consolidate-is-qat 2025-03-04T19:54:17.6276506Z * [new branch] copy_graph -> origin/copy_graph 2025-03-04T19:54:17.6278019Z * [new branch] cpio/fix_new_ami_tests -> origin/cpio/fix_new_ami_tests 2025-03-04T19:54:17.6278891Z * [new branch] cpio/fix_unit_test -> origin/cpio/fix_unit_test 2025-03-04T19:54:17.6279955Z * [new branch] create_chunk_list -> origin/create_chunk_list 2025-03-04T19:54:17.6280921Z * [new branch] cse-source -> origin/cse-source 2025-03-04T19:54:17.6282540Z * [new branch] csl/3proc -> origin/csl/3proc 2025-03-04T19:54:17.6283396Z * [new branch] csl/always_produce_xml -> origin/csl/always_produce_xml 2025-03-04T19:54:17.6284374Z * [new branch] csl/build_experiment_max_jobs -> origin/csl/build_experiment_max_jobs 2025-03-04T19:54:17.6285297Z * [new branch] csl/build_test_more_procs -> origin/csl/build_test_more_procs 2025-03-04T19:54:17.6286249Z * [new branch] csl/build_test_more_procs2 -> origin/csl/build_test_more_procs2 2025-03-04T19:54:17.6287695Z * [new branch] csl/checkout_more_procs -> origin/csl/checkout_more_procs 2025-03-04T19:54:17.6288857Z * [new branch] csl/cutlass_bazel -> origin/csl/cutlass_bazel 2025-03-04T19:54:17.6290213Z * [new branch] csl/disableautotune -> origin/csl/disableautotune 2025-03-04T19:54:17.6291280Z * [new branch] csl/dynamicshapesdup -> origin/csl/dynamicshapesdup 2025-03-04T19:54:17.6292266Z * [new branch] csl/fflint -> origin/csl/fflint 2025-03-04T19:54:17.6293353Z * [new branch] csl/fix_close_nonexistent -> origin/csl/fix_close_nonexistent 2025-03-04T19:54:17.6294513Z * [new branch] csl/fix_rerun_disabled_tests_upload -> origin/csl/fix_rerun_disabled_tests_upload 2025-03-04T19:54:17.6295464Z * [new branch] csl/inductortest_max_autotune -> origin/csl/inductortest_max_autotune 2025-03-04T19:54:17.6296412Z * [new branch] csl/lint_dockerimg -> origin/csl/lint_dockerimg 2025-03-04T19:54:17.6297358Z * [new branch] csl/logchanges -> origin/csl/logchanges 2025-03-04T19:54:17.6298314Z * [new branch] csl/logtest -> origin/csl/logtest 2025-03-04T19:54:17.6299345Z * [new branch] csl/mps_sharding -> origin/csl/mps_sharding 2025-03-04T19:54:17.6300450Z * [new branch] csl/multigpufix -> origin/csl/multigpufix 2025-03-04T19:54:17.6301775Z * [new branch] csl/no_clean_workspace -> origin/csl/no_clean_workspace 2025-03-04T19:54:17.6302685Z * [new branch] csl/pytest_timeout -> origin/csl/pytest_timeout 2025-03-04T19:54:17.6303899Z * [new branch] csl/rerun_disabled_tests_print_log -> origin/csl/rerun_disabled_tests_print_log 2025-03-04T19:54:17.6304792Z * [new branch] csl/revert -> origin/csl/revert 2025-03-04T19:54:17.6305810Z * [new branch] csl/runtesttypes -> origin/csl/runtesttypes 2025-03-04T19:54:17.6306768Z * [new branch] csl/sharding_build_env -> origin/csl/sharding_build_env 2025-03-04T19:54:17.6307782Z * [new branch] csl/slowtesttimeout -> origin/csl/slowtesttimeout 2025-03-04T19:54:17.6308786Z * [new branch] csl/some_super_setup -> origin/csl/some_super_setup 2025-03-04T19:54:17.6309790Z * [new branch] csl/stdmakeunique -> origin/csl/stdmakeunique 2025-03-04T19:54:17.6310876Z * [new branch] csl/tensoboardpip -> origin/csl/tensoboardpip 2025-03-04T19:54:17.6311914Z * [new branch] csl/trymerge_initial_comment_stack -> origin/csl/trymerge_initial_comment_stack 2025-03-04T19:54:17.6312862Z * [new branch] csl/update_gh_runners_ubuntu2004 -> origin/csl/update_gh_runners_ubuntu2004 2025-03-04T19:54:17.6313985Z * [new branch] csl/windowsbat -> origin/csl/windowsbat 2025-03-04T19:54:17.6315545Z * [new branch] cublasfp16accum -> origin/cublasfp16accum 2025-03-04T19:54:17.6316956Z * [new branch] cutlass-template-fix-rocm -> origin/cutlass-template-fix-rocm 2025-03-04T19:54:17.6318571Z * [new branch] danthe3rd-patch-1 -> origin/danthe3rd-patch-1 2025-03-04T19:54:17.6320059Z * [new branch] dataclass -> origin/dataclass 2025-03-04T19:54:17.6322489Z * [new branch] daxia6/fix/doc_string -> origin/daxia6/fix/doc_string 2025-03-04T19:54:17.6323821Z * [new branch] desertfire/test_cpp_wrapper -> origin/desertfire/test_cpp_wrapper 2025-03-04T19:54:17.6324886Z * [new branch] desertfire/torchgen_support_default_arg -> origin/desertfire/torchgen_support_default_arg 2025-03-04T19:54:17.6325903Z * [new branch] desertfire/triton-cpu-for-aarch64 -> origin/desertfire/triton-cpu-for-aarch64 2025-03-04T19:54:17.6326733Z * [new branch] desertfire/update_hf_pin -> origin/desertfire/update_hf_pin 2025-03-04T19:54:17.6328951Z * [new branch] dev/joona/MPSNDArrayAdd -> origin/dev/joona/MPSNDArrayAdd 2025-03-04T19:54:17.6330038Z * [new branch] dev/joona/Unranked -> origin/dev/joona/Unranked 2025-03-04T19:54:17.6331128Z * [new branch] dev/joona/embeddingbag -> origin/dev/joona/embeddingbag 2025-03-04T19:54:17.6332514Z * [new branch] dev/joona/sdpa -> origin/dev/joona/sdpa 2025-03-04T19:54:17.6333881Z * [new branch] dev/joona/unique_leak -> origin/dev/joona/unique_leak 2025-03-04T19:54:17.6334924Z * [new branch] dev/joona/upsize3d -> origin/dev/joona/upsize3d 2025-03-04T19:54:17.6336002Z * [new branch] disable -> origin/disable 2025-03-04T19:54:17.6337109Z * [new branch] disable_fp_contract_baseline -> origin/disable_fp_contract_baseline 2025-03-04T19:54:17.6338134Z * [new branch] distributed_checkpointing_e2e_tests -> origin/distributed_checkpointing_e2e_tests 2025-03-04T19:54:17.6339002Z * [new branch] doc_change -> origin/doc_change 2025-03-04T19:54:17.6340006Z * [new branch] docs_numpy -> origin/docs_numpy 2025-03-04T19:54:17.6341156Z * [new branch] dropout-eval -> origin/dropout-eval 2025-03-04T19:54:17.6342173Z * [new branch] dtensor_fixes_2.1 -> origin/dtensor_fixes_2.1 2025-03-04T19:54:17.6343203Z * [new branch] dynamorunner_mp -> origin/dynamorunner_mp 2025-03-04T19:54:17.6344096Z * [new branch] e2e-baseline -> origin/e2e-baseline 2025-03-04T19:54:17.6345884Z * [new branch] eikanwang/eager_torch_compile -> origin/eikanwang/eager_torch_compile 2025-03-04T19:54:17.6347085Z * [new branch] embg/test_inductor_ci_128B -> origin/embg/test_inductor_ci_128B 2025-03-04T19:54:17.6348098Z * [new branch] embg/test_inductor_ci_base -> origin/embg/test_inductor_ci_base 2025-03-04T19:54:17.6349199Z * [new branch] embg/test_inductor_ci_control -> origin/embg/test_inductor_ci_control 2025-03-04T19:54:17.6350067Z * [new branch] embg/triton_l2_prefetch_128B -> origin/embg/triton_l2_prefetch_128B 2025-03-04T19:54:17.6351470Z * [new branch] embg/triton_l2_prefetch_256B -> origin/embg/triton_l2_prefetch_256B 2025-03-04T19:54:17.6352457Z * [new branch] enable_mi300_workflows_on_PRs -> origin/enable_mi300_workflows_on_PRs 2025-03-04T19:54:17.6353482Z * [new branch] eqy-patch-1 -> origin/eqy-patch-1 2025-03-04T19:54:17.6354481Z * [new branch] eqy-patch-20 -> origin/eqy-patch-20 2025-03-04T19:54:17.6355478Z * [new branch] eqy-patch-21 -> origin/eqy-patch-21 2025-03-04T19:54:17.6356542Z * [new branch] eqy-patch-26 -> origin/eqy-patch-26 2025-03-04T19:54:17.6357557Z * [new branch] eqy-patch-27 -> origin/eqy-patch-27 2025-03-04T19:54:17.6359158Z * [new branch] eqy-patch-3 -> origin/eqy-patch-3 2025-03-04T19:54:17.6360123Z * [new branch] eqy-patch-4 -> origin/eqy-patch-4 2025-03-04T19:54:17.6361887Z * [new branch] error-when-setattr-over-cls-attr -> origin/error-when-setattr-over-cls-attr 2025-03-04T19:54:17.6362639Z * [new branch] et_pin_bump -> origin/et_pin_bump 2025-03-04T19:54:17.6364388Z * [new branch] exclamaforte/aot-inductor-debug -> origin/exclamaforte/aot-inductor-debug 2025-03-04T19:54:17.6365314Z * [new branch] exclamaforte/aten-convolution-out -> origin/exclamaforte/aten-convolution-out 2025-03-04T19:54:17.6366234Z * [new branch] exclamaforte/combo-kernels-perf-run -> origin/exclamaforte/combo-kernels-perf-run 2025-03-04T19:54:17.6367205Z * [new branch] exclamaforte/cpp-wrapper-debug -> origin/exclamaforte/cpp-wrapper-debug 2025-03-04T19:54:17.6368064Z * [new branch] exclamaforte/delta -> origin/exclamaforte/delta 2025-03-04T19:54:17.6369172Z * [new branch] exclamaforte/disable-dynamo-config -> origin/exclamaforte/disable-dynamo-config 2025-03-04T19:54:17.6370417Z * [new branch] exclamaforte/dynamo-types -> origin/exclamaforte/dynamo-types 2025-03-04T19:54:17.6372051Z * [new branch] exclamaforte/enable-mem-dep-fusion -> origin/exclamaforte/enable-mem-dep-fusion 2025-03-04T19:54:17.6373046Z * [new branch] exclamaforte/fix-orig-svg -> origin/exclamaforte/fix-orig-svg 2025-03-04T19:54:17.6374183Z * [new branch] exclamaforte/fix-trace-parsing-fx-svg -> origin/exclamaforte/fix-trace-parsing-fx-svg 2025-03-04T19:54:17.6375872Z * [new branch] exclamaforte/force-pointwise-cat-perf-run -> origin/exclamaforte/force-pointwise-cat-perf-run 2025-03-04T19:54:17.6376763Z * [new branch] exclamaforte/fusion-data -> origin/exclamaforte/fusion-data 2025-03-04T19:54:17.6377878Z * [new branch] exclamaforte/heuristic-choices -> origin/exclamaforte/heuristic-choices 2025-03-04T19:54:17.6378922Z * [new branch] exclamaforte/heuristic-choices-2 -> origin/exclamaforte/heuristic-choices-2 2025-03-04T19:54:17.6380000Z * [new branch] exclamaforte/max-autotune-dtype-test -> origin/exclamaforte/max-autotune-dtype-test 2025-03-04T19:54:17.6381266Z * [new branch] exclamaforte/remove-desc-names -> origin/exclamaforte/remove-desc-names 2025-03-04T19:54:17.6382279Z * [new branch] exclamaforte/scheduler-refactor -> origin/exclamaforte/scheduler-refactor 2025-03-04T19:54:17.6383267Z * [new branch] exclamaforte/test_cpp_wrapper_mode -> origin/exclamaforte/test_cpp_wrapper_mode 2025-03-04T19:54:17.6384136Z * [new branch] exclamaforte/testing_only -> origin/exclamaforte/testing_only 2025-03-04T19:54:17.6385125Z * [new branch] exec -> origin/exec 2025-03-04T19:54:17.6386451Z * [new branch] experimental-mosaic -> origin/experimental-mosaic 2025-03-04T19:54:17.6387411Z * [new branch] export-D50544876 -> origin/export-D50544876 2025-03-04T19:54:17.6388447Z * [new branch] export-D51032385 -> origin/export-D51032385 2025-03-04T19:54:17.6389363Z * [new branch] export-D52434604 -> origin/export-D52434604 2025-03-04T19:54:17.6390407Z * [new branch] export-D58091437 -> origin/export-D58091437 2025-03-04T19:54:17.6391508Z * [new branch] export-D61047529 -> origin/export-D61047529 2025-03-04T19:54:17.6392640Z * [new branch] export-D61557220 -> origin/export-D61557220 2025-03-04T19:54:17.6394113Z * [new branch] export-D63493615 -> origin/export-D63493615 2025-03-04T19:54:17.6394833Z * [new branch] export-D65456781 -> origin/export-D65456781 2025-03-04T19:54:17.6395839Z * [new branch] export-D65560950 -> origin/export-D65560950 2025-03-04T19:54:17.6396965Z * [new branch] export-D65638757 -> origin/export-D65638757 2025-03-04T19:54:17.6398024Z * [new branch] export-D66529288 -> origin/export-D66529288 2025-03-04T19:54:17.6399008Z * [new branch] export-D66690419 -> origin/export-D66690419 2025-03-04T19:54:17.6400053Z * [new branch] export-D66717302 -> origin/export-D66717302 2025-03-04T19:54:17.6401306Z * [new branch] export-D66908884 -> origin/export-D66908884 2025-03-04T19:54:17.6402218Z * [new branch] export-D68245292 -> origin/export-D68245292 2025-03-04T19:54:17.6403402Z * [new branch] export-D68459341 -> origin/export-D68459341 2025-03-04T19:54:17.6404425Z * [new branch] export-D68909278 -> origin/export-D68909278 2025-03-04T19:54:17.6405655Z * [new branch] export-D69034578 -> origin/export-D69034578 2025-03-04T19:54:17.6406732Z * [new branch] export-D69070616 -> origin/export-D69070616 2025-03-04T19:54:17.6407759Z * [new branch] export-D69132186 -> origin/export-D69132186 2025-03-04T19:54:17.6408810Z * [new branch] export-D69355332 -> origin/export-D69355332 2025-03-04T19:54:17.6409824Z * [new branch] export-D69361235 -> origin/export-D69361235 2025-03-04T19:54:17.6410837Z * [new branch] export-D69592025 -> origin/export-D69592025 2025-03-04T19:54:17.6411882Z * [new branch] export-D69595327 -> origin/export-D69595327 2025-03-04T19:54:17.6413000Z * [new branch] export-D69994481 -> origin/export-D69994481 2025-03-04T19:54:17.6414086Z * [new branch] export-D70132269 -> origin/export-D70132269 2025-03-04T19:54:17.6415016Z * [new branch] export-D70141808 -> origin/export-D70141808 2025-03-04T19:54:17.6416176Z * [new branch] export-D70193972 -> origin/export-D70193972 2025-03-04T19:54:17.6417220Z * [new branch] export-D70454149 -> origin/export-D70454149 2025-03-04T19:54:17.6418382Z * [new branch] exported-model-train-idempotent -> origin/exported-model-train-idempotent 2025-03-04T19:54:17.6419211Z * [new branch] fa_u8_brgemm -> origin/fa_u8_brgemm 2025-03-04T19:54:17.6420297Z * [new branch] fastmath_baseline -> origin/fastmath_baseline 2025-03-04T19:54:17.6422014Z * [new branch] fbcode/warm -> origin/fbcode/warm 2025-03-04T19:54:17.6423037Z * [new branch] fca -> origin/fca 2025-03-04T19:54:17.6424139Z * [new branch] fca2 -> origin/fca2 2025-03-04T19:54:17.6425042Z * [new branch] fca2_ca5984c -> origin/fca2_ca5984c 2025-03-04T19:54:17.6426146Z * [new branch] fca3 -> origin/fca3 2025-03-04T19:54:17.6427196Z * [new branch] fca5 -> origin/fca5 2025-03-04T19:54:17.6428831Z * [new branch] fengyuan/external-proj -> origin/fengyuan/external-proj 2025-03-04T19:54:17.6429897Z * [new branch] fengyuan/out-of-tree-xpu-ops-improve-test -> origin/fengyuan/out-of-tree-xpu-ops-improve-test 2025-03-04T19:54:17.6460031Z * [new branch] fengyuan/out-of-tree-xpu-ops-remove-dtype -> origin/fengyuan/out-of-tree-xpu-ops-remove-dtype 2025-03-04T19:54:17.6461369Z * [new branch] fengyuan/test-xpu -> origin/fengyuan/test-xpu 2025-03-04T19:54:17.6462157Z * [new branch] ffast_math_baseline -> origin/ffast_math_baseline 2025-03-04T19:54:17.6462714Z * [new branch] ffast_math_target -> origin/ffast_math_target 2025-03-04T19:54:17.6463355Z * [new branch] findhao/base_commit -> origin/findhao/base_commit 2025-03-04T19:54:17.6464007Z * [new branch] findhao/base_commit1 -> origin/findhao/base_commit1 2025-03-04T19:54:17.6464861Z * [new branch] findhao/fix-indirect-access -> origin/findhao/fix-indirect-access 2025-03-04T19:54:17.6465560Z * [new branch] findhao/multistream2 -> origin/findhao/multistream2 2025-03-04T19:54:17.6466169Z * [new branch] findhao/multistream5 -> origin/findhao/multistream5 2025-03-04T19:54:17.6466830Z * [new branch] findhao/operatorbench3 -> origin/findhao/operatorbench3 2025-03-04T19:54:17.6467465Z * [new branch] findhao/operatorbench5 -> origin/findhao/operatorbench5 2025-03-04T19:54:17.6468071Z * [new branch] fix -> origin/fix 2025-03-04T19:54:17.6468645Z * [new branch] fix-benchmark-config-h100 -> origin/fix-benchmark-config-h100 2025-03-04T19:54:17.6469341Z * [new branch] fix-cat-lowering-uint8-hack -> origin/fix-cat-lowering-uint8-hack 2025-03-04T19:54:17.6470014Z * [new branch] fix-config-ignore -> origin/fix-config-ignore 2025-03-04T19:54:17.6470623Z * [new branch] fix-dict-guard -> origin/fix-dict-guard 2025-03-04T19:54:17.6471224Z * [new branch] fix-ios-upload-credentials -> origin/fix-ios-upload-credentials 2025-03-04T19:54:17.6471879Z * [new branch] fix-mem-leak -> origin/fix-mem-leak 2025-03-04T19:54:17.6472452Z * [new branch] fix-qat-derived-qspec -> origin/fix-qat-derived-qspec 2025-03-04T19:54:17.6473181Z * [new branch] fix-test-stat-upload-failures -> origin/fix-test-stat-upload-failures 2025-03-04T19:54:17.6473908Z * [new branch] fix_allow_train_eval_msg -> origin/fix_allow_train_eval_msg 2025-03-04T19:54:17.6474516Z * [new branch] fix_avoid_record_stream -> origin/fix_avoid_record_stream 2025-03-04T19:54:17.6475155Z * [new branch] fix_e2e_fsdp_tp_pairwise -> origin/fix_e2e_fsdp_tp_pairwise 2025-03-04T19:54:17.6475824Z * [new branch] fix_eval_train_2.1 -> origin/fix_eval_train_2.1 2025-03-04T19:54:17.6476358Z * [new branch] fix_partial -> origin/fix_partial 2025-03-04T19:54:17.6476899Z * [new branch] fix_xpu_content_store -> origin/fix_xpu_content_store 2025-03-04T19:54:17.6477485Z * [new branch] fixes-triage -> origin/fixes-triage 2025-03-04T19:54:17.6478034Z * [new branch] flat_apply -> origin/flat_apply 2025-03-04T19:54:17.6478674Z * [new branch] flex_attention_functorch_grad -> origin/flex_attention_functorch_grad 2025-03-04T19:54:17.6479484Z * [new branch] fmassa/partitioner_knapsack_checkpoint -> origin/fmassa/partitioner_knapsack_checkpoint 2025-03-04T19:54:17.6480214Z * [new branch] fp8_fix -> origin/fp8_fix 2025-03-04T19:54:17.6480735Z * [new branch] fsdp2_trace_rules -> origin/fsdp2_trace_rules 2025-03-04T19:54:17.6481309Z * [new branch] fsdpv2_3d -> origin/fsdpv2_3d 2025-03-04T19:54:17.6481828Z * [new branch] fsdpv2_3d_m1 -> origin/fsdpv2_3d_m1 2025-03-04T19:54:17.6482366Z * [new branch] func-attr -> origin/func-attr 2025-03-04T19:54:17.6482885Z * [new branch] functorch_scan -> origin/functorch_scan 2025-03-04T19:54:17.6483387Z * [new branch] fx_cpp -> origin/fx_cpp 2025-03-04T19:54:17.6483870Z * [new branch] fy/fix-win -> origin/fy/fix-win 2025-03-04T19:54:17.6484400Z * [new branch] gelu-3 -> origin/gelu-3 2025-03-04T19:54:17.6484931Z * [new branch] get_state_dict_forward_fix -> origin/get_state_dict_forward_fix 2025-03-04T19:54:17.6485564Z * [new branch] gh/AlnisM/1/base -> origin/gh/AlnisM/1/base 2025-03-04T19:54:17.6486225Z * [new branch] gh/AlnisM/1/head -> origin/gh/AlnisM/1/head 2025-03-04T19:54:17.6486795Z * [new branch] gh/BowenBao/296/base -> origin/gh/BowenBao/296/base 2025-03-04T19:54:17.6487360Z * [new branch] gh/BowenBao/296/head -> origin/gh/BowenBao/296/head 2025-03-04T19:54:17.6487979Z * [new branch] gh/BowenBao/296/orig -> origin/gh/BowenBao/296/orig 2025-03-04T19:54:17.6488573Z * [new branch] gh/CaoE/46/base -> origin/gh/CaoE/46/base 2025-03-04T19:54:17.6489100Z * [new branch] gh/CaoE/46/head -> origin/gh/CaoE/46/head 2025-03-04T19:54:17.6489674Z * [new branch] gh/CaoE/46/orig -> origin/gh/CaoE/46/orig 2025-03-04T19:54:17.6490205Z * [new branch] gh/CaoE/47/base -> origin/gh/CaoE/47/base 2025-03-04T19:54:17.6490722Z * [new branch] gh/CaoE/47/head -> origin/gh/CaoE/47/head 2025-03-04T19:54:17.6491303Z * [new branch] gh/CaoE/47/orig -> origin/gh/CaoE/47/orig 2025-03-04T19:54:17.6491960Z * [new branch] gh/CaoE/48/base -> origin/gh/CaoE/48/base 2025-03-04T19:54:17.6492483Z * [new branch] gh/CaoE/48/head -> origin/gh/CaoE/48/head 2025-03-04T19:54:17.6493330Z * [new branch] gh/CaoE/48/orig -> origin/gh/CaoE/48/orig 2025-03-04T19:54:17.6494416Z * [new branch] gh/CaoE/49/base -> origin/gh/CaoE/49/base 2025-03-04T19:54:17.6495418Z * [new branch] gh/CaoE/49/head -> origin/gh/CaoE/49/head 2025-03-04T19:54:17.6496404Z * [new branch] gh/CaoE/49/orig -> origin/gh/CaoE/49/orig 2025-03-04T19:54:17.6497893Z * [new branch] gh/CaoE/50/base -> origin/gh/CaoE/50/base 2025-03-04T19:54:17.6498794Z * [new branch] gh/CaoE/50/head -> origin/gh/CaoE/50/head 2025-03-04T19:54:17.6499768Z * [new branch] gh/CaoE/50/orig -> origin/gh/CaoE/50/orig 2025-03-04T19:54:17.6501555Z * [new branch] gh/CaoE/51/base -> origin/gh/CaoE/51/base 2025-03-04T19:54:17.6502533Z * [new branch] gh/CaoE/51/head -> origin/gh/CaoE/51/head 2025-03-04T19:54:17.6503625Z * [new branch] gh/CaoE/51/orig -> origin/gh/CaoE/51/orig 2025-03-04T19:54:17.6505453Z * [new branch] gh/ColinPeppler/61/base -> origin/gh/ColinPeppler/61/base 2025-03-04T19:54:17.6506342Z * [new branch] gh/ColinPeppler/61/head -> origin/gh/ColinPeppler/61/head 2025-03-04T19:54:17.6507305Z * [new branch] gh/ColinPeppler/61/orig -> origin/gh/ColinPeppler/61/orig 2025-03-04T19:54:17.6508770Z * [new branch] gh/ColinPeppler/62/base -> origin/gh/ColinPeppler/62/base 2025-03-04T19:54:17.6509691Z * [new branch] gh/ColinPeppler/62/head -> origin/gh/ColinPeppler/62/head 2025-03-04T19:54:17.6510688Z * [new branch] gh/ColinPeppler/62/orig -> origin/gh/ColinPeppler/62/orig 2025-03-04T19:54:17.6512663Z * [new branch] gh/EikanWang/67/base -> origin/gh/EikanWang/67/base 2025-03-04T19:54:17.6513537Z * [new branch] gh/EikanWang/67/head -> origin/gh/EikanWang/67/head 2025-03-04T19:54:17.6514924Z * [new branch] gh/EikanWang/74/base -> origin/gh/EikanWang/74/base 2025-03-04T19:54:17.6515915Z * [new branch] gh/EikanWang/74/head -> origin/gh/EikanWang/74/head 2025-03-04T19:54:17.6516887Z * [new branch] gh/EikanWang/74/orig -> origin/gh/EikanWang/74/orig 2025-03-04T19:54:17.6518486Z * [new branch] gh/EikanWang/75/base -> origin/gh/EikanWang/75/base 2025-03-04T19:54:17.6519340Z * [new branch] gh/EikanWang/75/head -> origin/gh/EikanWang/75/head 2025-03-04T19:54:17.6520383Z * [new branch] gh/EikanWang/75/orig -> origin/gh/EikanWang/75/orig 2025-03-04T19:54:17.6522040Z * [new branch] gh/EikanWang/76/base -> origin/gh/EikanWang/76/base 2025-03-04T19:54:17.6522721Z * [new branch] gh/EikanWang/76/head -> origin/gh/EikanWang/76/head 2025-03-04T19:54:17.6523784Z * [new branch] gh/EikanWang/76/orig -> origin/gh/EikanWang/76/orig 2025-03-04T19:54:17.6525189Z * [new branch] gh/EikanWang/77/base -> origin/gh/EikanWang/77/base 2025-03-04T19:54:17.6526108Z * [new branch] gh/EikanWang/77/head -> origin/gh/EikanWang/77/head 2025-03-04T19:54:17.6527121Z * [new branch] gh/EikanWang/77/orig -> origin/gh/EikanWang/77/orig 2025-03-04T19:54:17.6528581Z * [new branch] gh/EikanWang/78/base -> origin/gh/EikanWang/78/base 2025-03-04T19:54:17.6529529Z * [new branch] gh/EikanWang/78/head -> origin/gh/EikanWang/78/head 2025-03-04T19:54:17.6530449Z * [new branch] gh/EikanWang/78/orig -> origin/gh/EikanWang/78/orig 2025-03-04T19:54:17.6532774Z * [new branch] gh/Gasoonjia/1/base -> origin/gh/Gasoonjia/1/base 2025-03-04T19:54:17.6533708Z * [new branch] gh/Gasoonjia/1/head -> origin/gh/Gasoonjia/1/head 2025-03-04T19:54:17.6535500Z * [new branch] gh/H-Huang/131/base -> origin/gh/H-Huang/131/base 2025-03-04T19:54:17.6536411Z * [new branch] gh/H-Huang/131/head -> origin/gh/H-Huang/131/head 2025-03-04T19:54:17.6537392Z * [new branch] gh/H-Huang/131/orig -> origin/gh/H-Huang/131/orig 2025-03-04T19:54:17.6538888Z * [new branch] gh/H-Huang/132/base -> origin/gh/H-Huang/132/base 2025-03-04T19:54:17.6539872Z * [new branch] gh/H-Huang/132/head -> origin/gh/H-Huang/132/head 2025-03-04T19:54:17.6540852Z * [new branch] gh/H-Huang/132/orig -> origin/gh/H-Huang/132/orig 2025-03-04T19:54:17.6542445Z * [new branch] gh/H-Huang/160/base -> origin/gh/H-Huang/160/base 2025-03-04T19:54:17.6543323Z * [new branch] gh/H-Huang/160/head -> origin/gh/H-Huang/160/head 2025-03-04T19:54:17.6544356Z * [new branch] gh/H-Huang/160/orig -> origin/gh/H-Huang/160/orig 2025-03-04T19:54:17.6545833Z * [new branch] gh/H-Huang/165/base -> origin/gh/H-Huang/165/base 2025-03-04T19:54:17.6546773Z * [new branch] gh/H-Huang/165/head -> origin/gh/H-Huang/165/head 2025-03-04T19:54:17.6547825Z * [new branch] gh/H-Huang/165/orig -> origin/gh/H-Huang/165/orig 2025-03-04T19:54:17.6549370Z * [new branch] gh/H-Huang/166/base -> origin/gh/H-Huang/166/base 2025-03-04T19:54:17.6550207Z * [new branch] gh/H-Huang/166/head -> origin/gh/H-Huang/166/head 2025-03-04T19:54:17.6551145Z * [new branch] gh/H-Huang/166/orig -> origin/gh/H-Huang/166/orig 2025-03-04T19:54:17.6552706Z * [new branch] gh/H-Huang/167/base -> origin/gh/H-Huang/167/base 2025-03-04T19:54:17.6553655Z * [new branch] gh/H-Huang/167/head -> origin/gh/H-Huang/167/head 2025-03-04T19:54:17.6554698Z * [new branch] gh/H-Huang/167/orig -> origin/gh/H-Huang/167/orig 2025-03-04T19:54:17.6556225Z * [new branch] gh/H-Huang/168/base -> origin/gh/H-Huang/168/base 2025-03-04T19:54:17.6557067Z * [new branch] gh/H-Huang/168/head -> origin/gh/H-Huang/168/head 2025-03-04T19:54:17.6558072Z * [new branch] gh/H-Huang/168/orig -> origin/gh/H-Huang/168/orig 2025-03-04T19:54:17.6559370Z * [new branch] gh/H-Huang/169/base -> origin/gh/H-Huang/169/base 2025-03-04T19:54:17.6560266Z * [new branch] gh/H-Huang/169/head -> origin/gh/H-Huang/169/head 2025-03-04T19:54:17.6561360Z * [new branch] gh/H-Huang/169/orig -> origin/gh/H-Huang/169/orig 2025-03-04T19:54:17.6562870Z * [new branch] gh/H-Huang/170/base -> origin/gh/H-Huang/170/base 2025-03-04T19:54:17.6563778Z * [new branch] gh/H-Huang/170/head -> origin/gh/H-Huang/170/head 2025-03-04T19:54:17.6564762Z * [new branch] gh/H-Huang/170/orig -> origin/gh/H-Huang/170/orig 2025-03-04T19:54:17.6566761Z * [new branch] gh/HDCharles/168/base -> origin/gh/HDCharles/168/base 2025-03-04T19:54:17.6567723Z * [new branch] gh/HDCharles/168/head -> origin/gh/HDCharles/168/head 2025-03-04T19:54:17.6568808Z * [new branch] gh/HDCharles/168/orig -> origin/gh/HDCharles/168/orig 2025-03-04T19:54:17.6570569Z * [new branch] gh/IvanKobzarev/100/base -> origin/gh/IvanKobzarev/100/base 2025-03-04T19:54:17.6571409Z * [new branch] gh/IvanKobzarev/100/head -> origin/gh/IvanKobzarev/100/head 2025-03-04T19:54:17.6572545Z * [new branch] gh/IvanKobzarev/100/orig -> origin/gh/IvanKobzarev/100/orig 2025-03-04T19:54:17.6574036Z * [new branch] gh/IvanKobzarev/101/base -> origin/gh/IvanKobzarev/101/base 2025-03-04T19:54:17.6575135Z * [new branch] gh/IvanKobzarev/101/head -> origin/gh/IvanKobzarev/101/head 2025-03-04T19:54:17.6576073Z * [new branch] gh/IvanKobzarev/101/orig -> origin/gh/IvanKobzarev/101/orig 2025-03-04T19:54:17.6577852Z * [new branch] gh/IvanKobzarev/102/base -> origin/gh/IvanKobzarev/102/base 2025-03-04T19:54:17.6578655Z * [new branch] gh/IvanKobzarev/102/head -> origin/gh/IvanKobzarev/102/head 2025-03-04T19:54:17.6579666Z * [new branch] gh/IvanKobzarev/102/orig -> origin/gh/IvanKobzarev/102/orig 2025-03-04T19:54:17.6581089Z * [new branch] gh/IvanKobzarev/103/base -> origin/gh/IvanKobzarev/103/base 2025-03-04T19:54:17.6582234Z * [new branch] gh/IvanKobzarev/103/head -> origin/gh/IvanKobzarev/103/head 2025-03-04T19:54:17.6583384Z * [new branch] gh/IvanKobzarev/103/orig -> origin/gh/IvanKobzarev/103/orig 2025-03-04T19:54:17.6584821Z * [new branch] gh/IvanKobzarev/104/base -> origin/gh/IvanKobzarev/104/base 2025-03-04T19:54:17.6585736Z * [new branch] gh/IvanKobzarev/104/head -> origin/gh/IvanKobzarev/104/head 2025-03-04T19:54:17.6586732Z * [new branch] gh/IvanKobzarev/104/orig -> origin/gh/IvanKobzarev/104/orig 2025-03-04T19:54:17.6588306Z * [new branch] gh/IvanKobzarev/56/base -> origin/gh/IvanKobzarev/56/base 2025-03-04T19:54:17.6589317Z * [new branch] gh/IvanKobzarev/56/head -> origin/gh/IvanKobzarev/56/head 2025-03-04T19:54:17.6590358Z * [new branch] gh/IvanKobzarev/56/orig -> origin/gh/IvanKobzarev/56/orig 2025-03-04T19:54:17.6592021Z * [new branch] gh/IvanKobzarev/64/base -> origin/gh/IvanKobzarev/64/base 2025-03-04T19:54:17.6592863Z * [new branch] gh/IvanKobzarev/64/head -> origin/gh/IvanKobzarev/64/head 2025-03-04T19:54:17.6593834Z * [new branch] gh/IvanKobzarev/64/orig -> origin/gh/IvanKobzarev/64/orig 2025-03-04T19:54:17.6595687Z * [new branch] gh/IvanKobzarev/78/base -> origin/gh/IvanKobzarev/78/base 2025-03-04T19:54:17.6596632Z * [new branch] gh/IvanKobzarev/78/head -> origin/gh/IvanKobzarev/78/head 2025-03-04T19:54:17.6597618Z * [new branch] gh/IvanKobzarev/78/orig -> origin/gh/IvanKobzarev/78/orig 2025-03-04T19:54:17.6599130Z * [new branch] gh/IvanKobzarev/84/base -> origin/gh/IvanKobzarev/84/base 2025-03-04T19:54:17.6600148Z * [new branch] gh/IvanKobzarev/84/head -> origin/gh/IvanKobzarev/84/head 2025-03-04T19:54:17.6601320Z * [new branch] gh/IvanKobzarev/84/orig -> origin/gh/IvanKobzarev/84/orig 2025-03-04T19:54:17.6602923Z * [new branch] gh/IvanKobzarev/86/base -> origin/gh/IvanKobzarev/86/base 2025-03-04T19:54:17.6604086Z * [new branch] gh/IvanKobzarev/86/head -> origin/gh/IvanKobzarev/86/head 2025-03-04T19:54:17.6604799Z * [new branch] gh/IvanKobzarev/86/orig -> origin/gh/IvanKobzarev/86/orig 2025-03-04T19:54:17.6606486Z * [new branch] gh/IvanKobzarev/91/base -> origin/gh/IvanKobzarev/91/base 2025-03-04T19:54:17.6607367Z * [new branch] gh/IvanKobzarev/91/head -> origin/gh/IvanKobzarev/91/head 2025-03-04T19:54:17.6608388Z * [new branch] gh/IvanKobzarev/91/orig -> origin/gh/IvanKobzarev/91/orig 2025-03-04T19:54:17.6609912Z * [new branch] gh/IvanKobzarev/92/base -> origin/gh/IvanKobzarev/92/base 2025-03-04T19:54:17.6611149Z * [new branch] gh/IvanKobzarev/92/head -> origin/gh/IvanKobzarev/92/head 2025-03-04T19:54:17.6612290Z * [new branch] gh/IvanKobzarev/92/orig -> origin/gh/IvanKobzarev/92/orig 2025-03-04T19:54:17.6613912Z * [new branch] gh/IvanKobzarev/93/base -> origin/gh/IvanKobzarev/93/base 2025-03-04T19:54:17.6615091Z * [new branch] gh/IvanKobzarev/93/head -> origin/gh/IvanKobzarev/93/head 2025-03-04T19:54:17.6616121Z * [new branch] gh/IvanKobzarev/93/orig -> origin/gh/IvanKobzarev/93/orig 2025-03-04T19:54:17.6617644Z * [new branch] gh/IvanKobzarev/94/base -> origin/gh/IvanKobzarev/94/base 2025-03-04T19:54:17.6618590Z * [new branch] gh/IvanKobzarev/94/head -> origin/gh/IvanKobzarev/94/head 2025-03-04T19:54:17.6619569Z * [new branch] gh/IvanKobzarev/94/orig -> origin/gh/IvanKobzarev/94/orig 2025-03-04T19:54:17.6621047Z * [new branch] gh/IvanKobzarev/98/base -> origin/gh/IvanKobzarev/98/base 2025-03-04T19:54:17.6621989Z * [new branch] gh/IvanKobzarev/98/head -> origin/gh/IvanKobzarev/98/head 2025-03-04T19:54:17.6622986Z * [new branch] gh/IvanKobzarev/98/orig -> origin/gh/IvanKobzarev/98/orig 2025-03-04T19:54:17.6624718Z * [new branch] gh/Lezcano/243/base -> origin/gh/Lezcano/243/base 2025-03-04T19:54:17.6625789Z * [new branch] gh/Lezcano/243/head -> origin/gh/Lezcano/243/head 2025-03-04T19:54:17.6627089Z * [new branch] gh/Lezcano/243/orig -> origin/gh/Lezcano/243/orig 2025-03-04T19:54:17.6628865Z * [new branch] gh/SS-JIA/164/base -> origin/gh/SS-JIA/164/base 2025-03-04T19:54:17.6629856Z * [new branch] gh/SS-JIA/164/head -> origin/gh/SS-JIA/164/head 2025-03-04T19:54:17.6631326Z * [new branch] gh/SS-JIA/172/base -> origin/gh/SS-JIA/172/base 2025-03-04T19:54:17.6632381Z * [new branch] gh/SS-JIA/172/head -> origin/gh/SS-JIA/172/head 2025-03-04T19:54:17.6635339Z * [new branch] gh/SS-JIA/172/orig -> origin/gh/SS-JIA/172/orig 2025-03-04T19:54:17.6636243Z * [new branch] gh/SamGinzburg/11/base -> origin/gh/SamGinzburg/11/base 2025-03-04T19:54:17.6637056Z * [new branch] gh/SamGinzburg/11/head -> origin/gh/SamGinzburg/11/head 2025-03-04T19:54:17.6638660Z * [new branch] gh/SamGinzburg/14/base -> origin/gh/SamGinzburg/14/base 2025-03-04T19:54:17.6639658Z * [new branch] gh/SamGinzburg/14/head -> origin/gh/SamGinzburg/14/head 2025-03-04T19:54:17.6640659Z * [new branch] gh/SamGinzburg/14/orig -> origin/gh/SamGinzburg/14/orig 2025-03-04T19:54:17.6642419Z * [new branch] gh/StrongerXi/1/base -> origin/gh/StrongerXi/1/base 2025-03-04T19:54:17.6643343Z * [new branch] gh/StrongerXi/1/head -> origin/gh/StrongerXi/1/head 2025-03-04T19:54:17.6644790Z * [new branch] gh/StrongerXi/63/base -> origin/gh/StrongerXi/63/base 2025-03-04T19:54:17.6645722Z * [new branch] gh/StrongerXi/63/head -> origin/gh/StrongerXi/63/head 2025-03-04T19:54:17.6646765Z * [new branch] gh/StrongerXi/63/orig -> origin/gh/StrongerXi/63/orig 2025-03-04T19:54:17.6648293Z * [new branch] gh/StrongerXi/67/base -> origin/gh/StrongerXi/67/base 2025-03-04T19:54:17.6649128Z * [new branch] gh/StrongerXi/67/head -> origin/gh/StrongerXi/67/head 2025-03-04T19:54:17.6650153Z * [new branch] gh/StrongerXi/67/orig -> origin/gh/StrongerXi/67/orig 2025-03-04T19:54:17.6651618Z * [new branch] gh/StrongerXi/71/base -> origin/gh/StrongerXi/71/base 2025-03-04T19:54:17.6652639Z * [new branch] gh/StrongerXi/71/head -> origin/gh/StrongerXi/71/head 2025-03-04T19:54:17.6654356Z * [new branch] gh/StrongerXi/72/base -> origin/gh/StrongerXi/72/base 2025-03-04T19:54:17.6655114Z * [new branch] gh/StrongerXi/72/head -> origin/gh/StrongerXi/72/head 2025-03-04T19:54:17.6656228Z * [new branch] gh/StrongerXi/81/base -> origin/gh/StrongerXi/81/base 2025-03-04T19:54:17.6657231Z * [new branch] gh/StrongerXi/81/head -> origin/gh/StrongerXi/81/head 2025-03-04T19:54:17.6658531Z * [new branch] gh/StrongerXi/81/orig -> origin/gh/StrongerXi/81/orig 2025-03-04T19:54:17.6659816Z * [new branch] gh/StrongerXi/82/base -> origin/gh/StrongerXi/82/base 2025-03-04T19:54:17.6660796Z * [new branch] gh/StrongerXi/82/head -> origin/gh/StrongerXi/82/head 2025-03-04T19:54:17.6661864Z * [new branch] gh/StrongerXi/82/orig -> origin/gh/StrongerXi/82/orig 2025-03-04T19:54:17.6663327Z * [new branch] gh/StrongerXi/83/base -> origin/gh/StrongerXi/83/base 2025-03-04T19:54:17.6664369Z * [new branch] gh/StrongerXi/83/head -> origin/gh/StrongerXi/83/head 2025-03-04T19:54:17.6665523Z * [new branch] gh/StrongerXi/83/orig -> origin/gh/StrongerXi/83/orig 2025-03-04T19:54:17.6666965Z * [new branch] gh/StrongerXi/84/base -> origin/gh/StrongerXi/84/base 2025-03-04T19:54:17.6667865Z * [new branch] gh/StrongerXi/84/head -> origin/gh/StrongerXi/84/head 2025-03-04T19:54:17.6668899Z * [new branch] gh/StrongerXi/84/orig -> origin/gh/StrongerXi/84/orig 2025-03-04T19:54:17.6670288Z * [new branch] gh/StrongerXi/85/base -> origin/gh/StrongerXi/85/base 2025-03-04T19:54:17.6671189Z * [new branch] gh/StrongerXi/85/head -> origin/gh/StrongerXi/85/head 2025-03-04T19:54:17.6672240Z * [new branch] gh/StrongerXi/85/orig -> origin/gh/StrongerXi/85/orig 2025-03-04T19:54:17.6673699Z * [new branch] gh/StrongerXi/86/base -> origin/gh/StrongerXi/86/base 2025-03-04T19:54:17.6674867Z * [new branch] gh/StrongerXi/86/head -> origin/gh/StrongerXi/86/head 2025-03-04T19:54:17.6675978Z * [new branch] gh/StrongerXi/86/orig -> origin/gh/StrongerXi/86/orig 2025-03-04T19:54:17.6677420Z * [new branch] gh/StrongerXi/87/base -> origin/gh/StrongerXi/87/base 2025-03-04T19:54:17.6678630Z * [new branch] gh/StrongerXi/87/head -> origin/gh/StrongerXi/87/head 2025-03-04T19:54:17.6679641Z * [new branch] gh/StrongerXi/87/orig -> origin/gh/StrongerXi/87/orig 2025-03-04T19:54:17.6681025Z * [new branch] gh/StrongerXi/88/base -> origin/gh/StrongerXi/88/base 2025-03-04T19:54:17.6681911Z * [new branch] gh/StrongerXi/88/head -> origin/gh/StrongerXi/88/head 2025-03-04T19:54:17.6683004Z * [new branch] gh/StrongerXi/88/orig -> origin/gh/StrongerXi/88/orig 2025-03-04T19:54:17.6684411Z * [new branch] gh/StrongerXi/89/base -> origin/gh/StrongerXi/89/base 2025-03-04T19:54:17.6685301Z * [new branch] gh/StrongerXi/89/head -> origin/gh/StrongerXi/89/head 2025-03-04T19:54:17.6686333Z * [new branch] gh/StrongerXi/89/orig -> origin/gh/StrongerXi/89/orig 2025-03-04T19:54:17.6687819Z * [new branch] gh/StrongerXi/90/base -> origin/gh/StrongerXi/90/base 2025-03-04T19:54:17.6688742Z * [new branch] gh/StrongerXi/90/head -> origin/gh/StrongerXi/90/head 2025-03-04T19:54:17.6689742Z * [new branch] gh/StrongerXi/90/orig -> origin/gh/StrongerXi/90/orig 2025-03-04T19:54:17.6691145Z * [new branch] gh/StrongerXi/91/base -> origin/gh/StrongerXi/91/base 2025-03-04T19:54:17.6692164Z * [new branch] gh/StrongerXi/91/head -> origin/gh/StrongerXi/91/head 2025-03-04T19:54:17.6693160Z * [new branch] gh/StrongerXi/91/orig -> origin/gh/StrongerXi/91/orig 2025-03-04T19:54:17.6694589Z * [new branch] gh/StrongerXi/92/base -> origin/gh/StrongerXi/92/base 2025-03-04T19:54:17.6695456Z * [new branch] gh/StrongerXi/92/head -> origin/gh/StrongerXi/92/head 2025-03-04T19:54:17.6696477Z * [new branch] gh/StrongerXi/92/orig -> origin/gh/StrongerXi/92/orig 2025-03-04T19:54:17.6698180Z * [new branch] gh/Xia-Weiwen/28/base -> origin/gh/Xia-Weiwen/28/base 2025-03-04T19:54:17.6699081Z * [new branch] gh/Xia-Weiwen/28/head -> origin/gh/Xia-Weiwen/28/head 2025-03-04T19:54:17.6700081Z * [new branch] gh/Xia-Weiwen/28/orig -> origin/gh/Xia-Weiwen/28/orig 2025-03-04T19:54:17.6701909Z * [new branch] gh/Xia-Weiwen/29/base -> origin/gh/Xia-Weiwen/29/base 2025-03-04T19:54:17.6702820Z * [new branch] gh/Xia-Weiwen/29/head -> origin/gh/Xia-Weiwen/29/head 2025-03-04T19:54:17.6703848Z * [new branch] gh/Xia-Weiwen/29/orig -> origin/gh/Xia-Weiwen/29/orig 2025-03-04T19:54:17.6705399Z * [new branch] gh/Xia-Weiwen/30/base -> origin/gh/Xia-Weiwen/30/base 2025-03-04T19:54:17.6706281Z * [new branch] gh/Xia-Weiwen/30/head -> origin/gh/Xia-Weiwen/30/head 2025-03-04T19:54:17.6707261Z * [new branch] gh/Xia-Weiwen/30/orig -> origin/gh/Xia-Weiwen/30/orig 2025-03-04T19:54:17.6709083Z * [new branch] gh/XilunWu/109/base -> origin/gh/XilunWu/109/base 2025-03-04T19:54:17.6709979Z * [new branch] gh/XilunWu/109/head -> origin/gh/XilunWu/109/head 2025-03-04T19:54:17.6710977Z * [new branch] gh/XilunWu/109/orig -> origin/gh/XilunWu/109/orig 2025-03-04T19:54:17.6712655Z * [new branch] gh/XilunWu/110/base -> origin/gh/XilunWu/110/base 2025-03-04T19:54:17.6713538Z * [new branch] gh/XilunWu/110/head -> origin/gh/XilunWu/110/head 2025-03-04T19:54:17.6714544Z * [new branch] gh/XilunWu/110/orig -> origin/gh/XilunWu/110/orig 2025-03-04T19:54:17.6716143Z * [new branch] gh/XilunWu/112/base -> origin/gh/XilunWu/112/base 2025-03-04T19:54:17.6717148Z * [new branch] gh/XilunWu/112/head -> origin/gh/XilunWu/112/head 2025-03-04T19:54:17.6718155Z * [new branch] gh/XilunWu/112/orig -> origin/gh/XilunWu/112/orig 2025-03-04T19:54:17.6719493Z * [new branch] gh/XilunWu/113/base -> origin/gh/XilunWu/113/base 2025-03-04T19:54:17.6720361Z * [new branch] gh/XilunWu/113/head -> origin/gh/XilunWu/113/head 2025-03-04T19:54:17.6721373Z * [new branch] gh/XilunWu/113/orig -> origin/gh/XilunWu/113/orig 2025-03-04T19:54:17.6722986Z * [new branch] gh/XilunWu/114/base -> origin/gh/XilunWu/114/base 2025-03-04T19:54:17.6723983Z * [new branch] gh/XilunWu/114/head -> origin/gh/XilunWu/114/head 2025-03-04T19:54:17.6724950Z * [new branch] gh/XilunWu/114/orig -> origin/gh/XilunWu/114/orig 2025-03-04T19:54:17.6726237Z * [new branch] gh/XilunWu/115/base -> origin/gh/XilunWu/115/base 2025-03-04T19:54:17.6727191Z * [new branch] gh/XilunWu/115/head -> origin/gh/XilunWu/115/head 2025-03-04T19:54:17.6728165Z * [new branch] gh/XilunWu/115/orig -> origin/gh/XilunWu/115/orig 2025-03-04T19:54:17.6729647Z * [new branch] gh/XilunWu/116/base -> origin/gh/XilunWu/116/base 2025-03-04T19:54:17.6730490Z * [new branch] gh/XilunWu/116/head -> origin/gh/XilunWu/116/head 2025-03-04T19:54:17.6731628Z * [new branch] gh/XilunWu/116/orig -> origin/gh/XilunWu/116/orig 2025-03-04T19:54:17.6733011Z * [new branch] gh/XilunWu/117/base -> origin/gh/XilunWu/117/base 2025-03-04T19:54:17.6733886Z * [new branch] gh/XilunWu/117/head -> origin/gh/XilunWu/117/head 2025-03-04T19:54:17.6734927Z * [new branch] gh/XilunWu/117/orig -> origin/gh/XilunWu/117/orig 2025-03-04T19:54:17.6736192Z * [new branch] gh/XilunWu/118/base -> origin/gh/XilunWu/118/base 2025-03-04T19:54:17.6737007Z * [new branch] gh/XilunWu/118/head -> origin/gh/XilunWu/118/head 2025-03-04T19:54:17.6737908Z * [new branch] gh/XilunWu/118/orig -> origin/gh/XilunWu/118/orig 2025-03-04T19:54:17.6739209Z * [new branch] gh/XilunWu/119/base -> origin/gh/XilunWu/119/base 2025-03-04T19:54:17.6740199Z * [new branch] gh/XilunWu/119/head -> origin/gh/XilunWu/119/head 2025-03-04T19:54:17.6741202Z * [new branch] gh/XilunWu/119/orig -> origin/gh/XilunWu/119/orig 2025-03-04T19:54:17.6742780Z * [new branch] gh/XilunWu/120/base -> origin/gh/XilunWu/120/base 2025-03-04T19:54:17.6743753Z * [new branch] gh/XilunWu/120/head -> origin/gh/XilunWu/120/head 2025-03-04T19:54:17.6744711Z * [new branch] gh/XilunWu/120/orig -> origin/gh/XilunWu/120/orig 2025-03-04T19:54:17.6745988Z * [new branch] gh/XilunWu/121/base -> origin/gh/XilunWu/121/base 2025-03-04T19:54:17.6746951Z * [new branch] gh/XilunWu/121/head -> origin/gh/XilunWu/121/head 2025-03-04T19:54:17.6747969Z * [new branch] gh/XilunWu/121/orig -> origin/gh/XilunWu/121/orig 2025-03-04T19:54:17.6749440Z * [new branch] gh/XilunWu/122/base -> origin/gh/XilunWu/122/base 2025-03-04T19:54:17.6750212Z * [new branch] gh/XilunWu/122/head -> origin/gh/XilunWu/122/head 2025-03-04T19:54:17.6751195Z * [new branch] gh/XilunWu/122/orig -> origin/gh/XilunWu/122/orig 2025-03-04T19:54:17.6752773Z * [new branch] gh/XilunWu/123/base -> origin/gh/XilunWu/123/base 2025-03-04T19:54:17.6753602Z * [new branch] gh/XilunWu/123/head -> origin/gh/XilunWu/123/head 2025-03-04T19:54:17.6754582Z * [new branch] gh/XilunWu/123/orig -> origin/gh/XilunWu/123/orig 2025-03-04T19:54:17.6756406Z * [new branch] gh/XuehaiPan/1/base -> origin/gh/XuehaiPan/1/base 2025-03-04T19:54:17.6757331Z * [new branch] gh/XuehaiPan/1/head -> origin/gh/XuehaiPan/1/head 2025-03-04T19:54:17.6758379Z * [new branch] gh/XuehaiPan/1/orig -> origin/gh/XuehaiPan/1/orig 2025-03-04T19:54:17.6759928Z * [new branch] gh/XuehaiPan/104/base -> origin/gh/XuehaiPan/104/base 2025-03-04T19:54:17.6760916Z * [new branch] gh/XuehaiPan/104/head -> origin/gh/XuehaiPan/104/head 2025-03-04T19:54:17.6761902Z * [new branch] gh/XuehaiPan/104/orig -> origin/gh/XuehaiPan/104/orig 2025-03-04T19:54:17.6763292Z * [new branch] gh/XuehaiPan/105/base -> origin/gh/XuehaiPan/105/base 2025-03-04T19:54:17.6764230Z * [new branch] gh/XuehaiPan/105/head -> origin/gh/XuehaiPan/105/head 2025-03-04T19:54:17.6765235Z * [new branch] gh/XuehaiPan/105/orig -> origin/gh/XuehaiPan/105/orig 2025-03-04T19:54:17.6766717Z * [new branch] gh/XuehaiPan/108/base -> origin/gh/XuehaiPan/108/base 2025-03-04T19:54:17.6767703Z * [new branch] gh/XuehaiPan/108/head -> origin/gh/XuehaiPan/108/head 2025-03-04T19:54:17.6768929Z * [new branch] gh/XuehaiPan/108/orig -> origin/gh/XuehaiPan/108/orig 2025-03-04T19:54:17.6770320Z * [new branch] gh/XuehaiPan/109/base -> origin/gh/XuehaiPan/109/base 2025-03-04T19:54:17.6771197Z * [new branch] gh/XuehaiPan/109/head -> origin/gh/XuehaiPan/109/head 2025-03-04T19:54:17.6772289Z * [new branch] gh/XuehaiPan/109/orig -> origin/gh/XuehaiPan/109/orig 2025-03-04T19:54:17.6773745Z * [new branch] gh/XuehaiPan/13/base -> origin/gh/XuehaiPan/13/base 2025-03-04T19:54:17.6774772Z * [new branch] gh/XuehaiPan/13/head -> origin/gh/XuehaiPan/13/head 2025-03-04T19:54:17.6775916Z * [new branch] gh/XuehaiPan/13/orig -> origin/gh/XuehaiPan/13/orig 2025-03-04T19:54:17.6777271Z * [new branch] gh/XuehaiPan/14/base -> origin/gh/XuehaiPan/14/base 2025-03-04T19:54:17.6778232Z * [new branch] gh/XuehaiPan/14/head -> origin/gh/XuehaiPan/14/head 2025-03-04T19:54:17.6779198Z * [new branch] gh/XuehaiPan/14/orig -> origin/gh/XuehaiPan/14/orig 2025-03-04T19:54:17.6780651Z * [new branch] gh/XuehaiPan/179/base -> origin/gh/XuehaiPan/179/base 2025-03-04T19:54:17.6781607Z * [new branch] gh/XuehaiPan/179/head -> origin/gh/XuehaiPan/179/head 2025-03-04T19:54:17.6782791Z * [new branch] gh/XuehaiPan/179/orig -> origin/gh/XuehaiPan/179/orig 2025-03-04T19:54:17.6784179Z * [new branch] gh/XuehaiPan/180/base -> origin/gh/XuehaiPan/180/base 2025-03-04T19:54:17.6785143Z * [new branch] gh/XuehaiPan/180/head -> origin/gh/XuehaiPan/180/head 2025-03-04T19:54:17.6786129Z * [new branch] gh/XuehaiPan/180/orig -> origin/gh/XuehaiPan/180/orig 2025-03-04T19:54:17.6787518Z * [new branch] gh/XuehaiPan/182/base -> origin/gh/XuehaiPan/182/base 2025-03-04T19:54:17.6788471Z * [new branch] gh/XuehaiPan/182/head -> origin/gh/XuehaiPan/182/head 2025-03-04T19:54:17.6789425Z * [new branch] gh/XuehaiPan/182/orig -> origin/gh/XuehaiPan/182/orig 2025-03-04T19:54:17.6790786Z * [new branch] gh/XuehaiPan/183/base -> origin/gh/XuehaiPan/183/base 2025-03-04T19:54:17.6791686Z * [new branch] gh/XuehaiPan/183/head -> origin/gh/XuehaiPan/183/head 2025-03-04T19:54:17.6792641Z * [new branch] gh/XuehaiPan/183/orig -> origin/gh/XuehaiPan/183/orig 2025-03-04T19:54:17.6794077Z * [new branch] gh/XuehaiPan/185/base -> origin/gh/XuehaiPan/185/base 2025-03-04T19:54:17.6794978Z * [new branch] gh/XuehaiPan/185/head -> origin/gh/XuehaiPan/185/head 2025-03-04T19:54:17.6796060Z * [new branch] gh/XuehaiPan/185/orig -> origin/gh/XuehaiPan/185/orig 2025-03-04T19:54:17.6797429Z * [new branch] gh/XuehaiPan/188/base -> origin/gh/XuehaiPan/188/base 2025-03-04T19:54:17.6798340Z * [new branch] gh/XuehaiPan/188/head -> origin/gh/XuehaiPan/188/head 2025-03-04T19:54:17.6799352Z * [new branch] gh/XuehaiPan/188/orig -> origin/gh/XuehaiPan/188/orig 2025-03-04T19:54:17.6800988Z * [new branch] gh/XuehaiPan/189/base -> origin/gh/XuehaiPan/189/base 2025-03-04T19:54:17.6803473Z * [new branch] gh/XuehaiPan/189/head -> origin/gh/XuehaiPan/189/head 2025-03-04T19:54:17.6804443Z * [new branch] gh/XuehaiPan/189/orig -> origin/gh/XuehaiPan/189/orig 2025-03-04T19:54:17.6805854Z * [new branch] gh/XuehaiPan/210/base -> origin/gh/XuehaiPan/210/base 2025-03-04T19:54:17.6806799Z * [new branch] gh/XuehaiPan/210/head -> origin/gh/XuehaiPan/210/head 2025-03-04T19:54:17.6807779Z * [new branch] gh/XuehaiPan/210/orig -> origin/gh/XuehaiPan/210/orig 2025-03-04T19:54:17.6809292Z * [new branch] gh/XuehaiPan/211/base -> origin/gh/XuehaiPan/211/base 2025-03-04T19:54:17.6810104Z * [new branch] gh/XuehaiPan/211/head -> origin/gh/XuehaiPan/211/head 2025-03-04T19:54:17.6811303Z * [new branch] gh/XuehaiPan/211/orig -> origin/gh/XuehaiPan/211/orig 2025-03-04T19:54:17.6812807Z * [new branch] gh/XuehaiPan/217/base -> origin/gh/XuehaiPan/217/base 2025-03-04T19:54:17.6813749Z * [new branch] gh/XuehaiPan/217/head -> origin/gh/XuehaiPan/217/head 2025-03-04T19:54:17.6814742Z * [new branch] gh/XuehaiPan/217/orig -> origin/gh/XuehaiPan/217/orig 2025-03-04T19:54:17.6816574Z * [new branch] gh/XuehaiPan/218/base -> origin/gh/XuehaiPan/218/base 2025-03-04T19:54:17.6817500Z * [new branch] gh/XuehaiPan/218/head -> origin/gh/XuehaiPan/218/head 2025-03-04T19:54:17.6818481Z * [new branch] gh/XuehaiPan/218/orig -> origin/gh/XuehaiPan/218/orig 2025-03-04T19:54:17.6819866Z * [new branch] gh/XuehaiPan/219/base -> origin/gh/XuehaiPan/219/base 2025-03-04T19:54:17.6820848Z * [new branch] gh/XuehaiPan/219/head -> origin/gh/XuehaiPan/219/head 2025-03-04T19:54:17.6821800Z * [new branch] gh/XuehaiPan/219/orig -> origin/gh/XuehaiPan/219/orig 2025-03-04T19:54:17.6823282Z * [new branch] gh/XuehaiPan/221/base -> origin/gh/XuehaiPan/221/base 2025-03-04T19:54:17.6824186Z * [new branch] gh/XuehaiPan/221/head -> origin/gh/XuehaiPan/221/head 2025-03-04T19:54:17.6825394Z * [new branch] gh/XuehaiPan/221/orig -> origin/gh/XuehaiPan/221/orig 2025-03-04T19:54:17.6826758Z * [new branch] gh/XuehaiPan/222/base -> origin/gh/XuehaiPan/222/base 2025-03-04T19:54:17.6827670Z * [new branch] gh/XuehaiPan/222/head -> origin/gh/XuehaiPan/222/head 2025-03-04T19:54:17.6828669Z * [new branch] gh/XuehaiPan/222/orig -> origin/gh/XuehaiPan/222/orig 2025-03-04T19:54:17.6830162Z * [new branch] gh/XuehaiPan/223/base -> origin/gh/XuehaiPan/223/base 2025-03-04T19:54:17.6831066Z * [new branch] gh/XuehaiPan/223/head -> origin/gh/XuehaiPan/223/head 2025-03-04T19:54:17.6832038Z * [new branch] gh/XuehaiPan/223/orig -> origin/gh/XuehaiPan/223/orig 2025-03-04T19:54:17.6833472Z * [new branch] gh/XuehaiPan/224/base -> origin/gh/XuehaiPan/224/base 2025-03-04T19:54:17.6834386Z * [new branch] gh/XuehaiPan/224/head -> origin/gh/XuehaiPan/224/head 2025-03-04T19:54:17.6835396Z * [new branch] gh/XuehaiPan/224/orig -> origin/gh/XuehaiPan/224/orig 2025-03-04T19:54:17.6836810Z * [new branch] gh/XuehaiPan/225/base -> origin/gh/XuehaiPan/225/base 2025-03-04T19:54:17.6837747Z * [new branch] gh/XuehaiPan/225/head -> origin/gh/XuehaiPan/225/head 2025-03-04T19:54:17.6838834Z * [new branch] gh/XuehaiPan/225/orig -> origin/gh/XuehaiPan/225/orig 2025-03-04T19:54:17.6840298Z * [new branch] gh/XuehaiPan/226/base -> origin/gh/XuehaiPan/226/base 2025-03-04T19:54:17.6841249Z * [new branch] gh/XuehaiPan/226/head -> origin/gh/XuehaiPan/226/head 2025-03-04T19:54:17.6842264Z * [new branch] gh/XuehaiPan/226/orig -> origin/gh/XuehaiPan/226/orig 2025-03-04T19:54:17.6843659Z * [new branch] gh/XuehaiPan/227/base -> origin/gh/XuehaiPan/227/base 2025-03-04T19:54:17.6844654Z * [new branch] gh/XuehaiPan/227/head -> origin/gh/XuehaiPan/227/head 2025-03-04T19:54:17.6845756Z * [new branch] gh/XuehaiPan/227/orig -> origin/gh/XuehaiPan/227/orig 2025-03-04T19:54:17.6847109Z * [new branch] gh/XuehaiPan/228/base -> origin/gh/XuehaiPan/228/base 2025-03-04T19:54:17.6848084Z * [new branch] gh/XuehaiPan/228/head -> origin/gh/XuehaiPan/228/head 2025-03-04T19:54:17.6849089Z * [new branch] gh/XuehaiPan/228/orig -> origin/gh/XuehaiPan/228/orig 2025-03-04T19:54:17.6850449Z * [new branch] gh/XuehaiPan/229/base -> origin/gh/XuehaiPan/229/base 2025-03-04T19:54:17.6851370Z * [new branch] gh/XuehaiPan/229/head -> origin/gh/XuehaiPan/229/head 2025-03-04T19:54:17.6852503Z * [new branch] gh/XuehaiPan/229/orig -> origin/gh/XuehaiPan/229/orig 2025-03-04T19:54:17.6853866Z * [new branch] gh/XuehaiPan/230/base -> origin/gh/XuehaiPan/230/base 2025-03-04T19:54:17.6854934Z * [new branch] gh/XuehaiPan/230/head -> origin/gh/XuehaiPan/230/head 2025-03-04T19:54:17.6855759Z * [new branch] gh/XuehaiPan/230/orig -> origin/gh/XuehaiPan/230/orig 2025-03-04T19:54:17.6857196Z * [new branch] gh/XuehaiPan/231/base -> origin/gh/XuehaiPan/231/base 2025-03-04T19:54:17.6858141Z * [new branch] gh/XuehaiPan/231/head -> origin/gh/XuehaiPan/231/head 2025-03-04T19:54:17.6859684Z * [new branch] gh/XuehaiPan/231/orig -> origin/gh/XuehaiPan/231/orig 2025-03-04T19:54:17.6861048Z * [new branch] gh/XuehaiPan/232/base -> origin/gh/XuehaiPan/232/base 2025-03-04T19:54:17.6861949Z * [new branch] gh/XuehaiPan/232/head -> origin/gh/XuehaiPan/232/head 2025-03-04T19:54:17.6862995Z * [new branch] gh/XuehaiPan/232/orig -> origin/gh/XuehaiPan/232/orig 2025-03-04T19:54:17.6864452Z * [new branch] gh/XuehaiPan/233/base -> origin/gh/XuehaiPan/233/base 2025-03-04T19:54:17.6865377Z * [new branch] gh/XuehaiPan/233/head -> origin/gh/XuehaiPan/233/head 2025-03-04T19:54:17.6866515Z * [new branch] gh/XuehaiPan/233/orig -> origin/gh/XuehaiPan/233/orig 2025-03-04T19:54:17.6867943Z * [new branch] gh/XuehaiPan/234/base -> origin/gh/XuehaiPan/234/base 2025-03-04T19:54:17.6868886Z * [new branch] gh/XuehaiPan/234/head -> origin/gh/XuehaiPan/234/head 2025-03-04T19:54:17.6869888Z * [new branch] gh/XuehaiPan/234/orig -> origin/gh/XuehaiPan/234/orig 2025-03-04T19:54:17.6871649Z * [new branch] gh/XuehaiPan/236/base -> origin/gh/XuehaiPan/236/base 2025-03-04T19:54:17.6872625Z * [new branch] gh/XuehaiPan/236/head -> origin/gh/XuehaiPan/236/head 2025-03-04T19:54:17.6873636Z * [new branch] gh/XuehaiPan/236/orig -> origin/gh/XuehaiPan/236/orig 2025-03-04T19:54:17.6875184Z * [new branch] gh/XuehaiPan/237/base -> origin/gh/XuehaiPan/237/base 2025-03-04T19:54:17.6876448Z * [new branch] gh/XuehaiPan/237/head -> origin/gh/XuehaiPan/237/head 2025-03-04T19:54:17.6877169Z * [new branch] gh/XuehaiPan/237/orig -> origin/gh/XuehaiPan/237/orig 2025-03-04T19:54:17.6878591Z * [new branch] gh/XuehaiPan/238/base -> origin/gh/XuehaiPan/238/base 2025-03-04T19:54:17.6879761Z * [new branch] gh/XuehaiPan/238/head -> origin/gh/XuehaiPan/238/head 2025-03-04T19:54:17.6880599Z * [new branch] gh/XuehaiPan/238/orig -> origin/gh/XuehaiPan/238/orig 2025-03-04T19:54:17.6882010Z * [new branch] gh/XuehaiPan/239/base -> origin/gh/XuehaiPan/239/base 2025-03-04T19:54:17.6882970Z * [new branch] gh/XuehaiPan/239/head -> origin/gh/XuehaiPan/239/head 2025-03-04T19:54:17.6884035Z * [new branch] gh/XuehaiPan/239/orig -> origin/gh/XuehaiPan/239/orig 2025-03-04T19:54:17.6885451Z * [new branch] gh/XuehaiPan/240/base -> origin/gh/XuehaiPan/240/base 2025-03-04T19:54:17.6886363Z * [new branch] gh/XuehaiPan/240/head -> origin/gh/XuehaiPan/240/head 2025-03-04T19:54:17.6887364Z * [new branch] gh/XuehaiPan/240/orig -> origin/gh/XuehaiPan/240/orig 2025-03-04T19:54:17.6888759Z * [new branch] gh/XuehaiPan/241/base -> origin/gh/XuehaiPan/241/base 2025-03-04T19:54:17.6889844Z * [new branch] gh/XuehaiPan/241/head -> origin/gh/XuehaiPan/241/head 2025-03-04T19:54:17.6890777Z * [new branch] gh/XuehaiPan/241/orig -> origin/gh/XuehaiPan/241/orig 2025-03-04T19:54:17.6892287Z * [new branch] gh/XuehaiPan/242/base -> origin/gh/XuehaiPan/242/base 2025-03-04T19:54:17.6893253Z * [new branch] gh/XuehaiPan/242/head -> origin/gh/XuehaiPan/242/head 2025-03-04T19:54:17.6894320Z * [new branch] gh/XuehaiPan/242/orig -> origin/gh/XuehaiPan/242/orig 2025-03-04T19:54:17.6895792Z * [new branch] gh/XuehaiPan/243/base -> origin/gh/XuehaiPan/243/base 2025-03-04T19:54:17.6896722Z * [new branch] gh/XuehaiPan/243/head -> origin/gh/XuehaiPan/243/head 2025-03-04T19:54:17.6897722Z * [new branch] gh/XuehaiPan/243/orig -> origin/gh/XuehaiPan/243/orig 2025-03-04T19:54:17.6899584Z * [new branch] gh/XuehaiPan/244/base -> origin/gh/XuehaiPan/244/base 2025-03-04T19:54:17.6900657Z * [new branch] gh/XuehaiPan/244/head -> origin/gh/XuehaiPan/244/head 2025-03-04T19:54:17.6901808Z * [new branch] gh/XuehaiPan/244/orig -> origin/gh/XuehaiPan/244/orig 2025-03-04T19:54:17.6903204Z * [new branch] gh/XuehaiPan/245/base -> origin/gh/XuehaiPan/245/base 2025-03-04T19:54:17.6904156Z * [new branch] gh/XuehaiPan/245/head -> origin/gh/XuehaiPan/245/head 2025-03-04T19:54:17.6905144Z * [new branch] gh/XuehaiPan/245/orig -> origin/gh/XuehaiPan/245/orig 2025-03-04T19:54:17.6906575Z * [new branch] gh/XuehaiPan/246/base -> origin/gh/XuehaiPan/246/base 2025-03-04T19:54:17.6907502Z * [new branch] gh/XuehaiPan/246/head -> origin/gh/XuehaiPan/246/head 2025-03-04T19:54:17.6908587Z * [new branch] gh/XuehaiPan/246/orig -> origin/gh/XuehaiPan/246/orig 2025-03-04T19:54:17.6909988Z * [new branch] gh/XuehaiPan/247/base -> origin/gh/XuehaiPan/247/base 2025-03-04T19:54:17.6910931Z * [new branch] gh/XuehaiPan/247/head -> origin/gh/XuehaiPan/247/head 2025-03-04T19:54:17.6911912Z * [new branch] gh/XuehaiPan/247/orig -> origin/gh/XuehaiPan/247/orig 2025-03-04T19:54:17.6913317Z * [new branch] gh/XuehaiPan/248/base -> origin/gh/XuehaiPan/248/base 2025-03-04T19:54:17.6914234Z * [new branch] gh/XuehaiPan/248/head -> origin/gh/XuehaiPan/248/head 2025-03-04T19:54:17.6915253Z * [new branch] gh/XuehaiPan/248/orig -> origin/gh/XuehaiPan/248/orig 2025-03-04T19:54:17.6916637Z * [new branch] gh/XuehaiPan/249/base -> origin/gh/XuehaiPan/249/base 2025-03-04T19:54:17.6917732Z * [new branch] gh/XuehaiPan/249/head -> origin/gh/XuehaiPan/249/head 2025-03-04T19:54:17.6918656Z * [new branch] gh/XuehaiPan/249/orig -> origin/gh/XuehaiPan/249/orig 2025-03-04T19:54:17.6920175Z * [new branch] gh/XuehaiPan/250/base -> origin/gh/XuehaiPan/250/base 2025-03-04T19:54:17.6921135Z * [new branch] gh/XuehaiPan/250/head -> origin/gh/XuehaiPan/250/head 2025-03-04T19:54:17.6922188Z * [new branch] gh/XuehaiPan/250/orig -> origin/gh/XuehaiPan/250/orig 2025-03-04T19:54:17.6923669Z * [new branch] gh/XuehaiPan/251/base -> origin/gh/XuehaiPan/251/base 2025-03-04T19:54:17.6924627Z * [new branch] gh/XuehaiPan/251/head -> origin/gh/XuehaiPan/251/head 2025-03-04T19:54:17.6925540Z * [new branch] gh/XuehaiPan/251/orig -> origin/gh/XuehaiPan/251/orig 2025-03-04T19:54:17.6926986Z * [new branch] gh/XuehaiPan/252/base -> origin/gh/XuehaiPan/252/base 2025-03-04T19:54:17.6927895Z * [new branch] gh/XuehaiPan/252/head -> origin/gh/XuehaiPan/252/head 2025-03-04T19:54:17.6928876Z * [new branch] gh/XuehaiPan/252/orig -> origin/gh/XuehaiPan/252/orig 2025-03-04T19:54:17.6930431Z * [new branch] gh/XuehaiPan/253/base -> origin/gh/XuehaiPan/253/base 2025-03-04T19:54:17.6931288Z * [new branch] gh/XuehaiPan/253/head -> origin/gh/XuehaiPan/253/head 2025-03-04T19:54:17.6932334Z * [new branch] gh/XuehaiPan/253/orig -> origin/gh/XuehaiPan/253/orig 2025-03-04T19:54:17.6933784Z * [new branch] gh/XuehaiPan/30/base -> origin/gh/XuehaiPan/30/base 2025-03-04T19:54:17.6934689Z * [new branch] gh/XuehaiPan/30/head -> origin/gh/XuehaiPan/30/head 2025-03-04T19:54:17.6935830Z * [new branch] gh/XuehaiPan/30/orig -> origin/gh/XuehaiPan/30/orig 2025-03-04T19:54:17.6937276Z * [new branch] gh/XuehaiPan/70/base -> origin/gh/XuehaiPan/70/base 2025-03-04T19:54:17.6938196Z * [new branch] gh/XuehaiPan/70/head -> origin/gh/XuehaiPan/70/head 2025-03-04T19:54:17.6939228Z * [new branch] gh/XuehaiPan/70/orig -> origin/gh/XuehaiPan/70/orig 2025-03-04T19:54:17.6940555Z * [new branch] gh/XuehaiPan/72/base -> origin/gh/XuehaiPan/72/base 2025-03-04T19:54:17.6941514Z * [new branch] gh/XuehaiPan/72/head -> origin/gh/XuehaiPan/72/head 2025-03-04T19:54:17.6942546Z * [new branch] gh/XuehaiPan/72/orig -> origin/gh/XuehaiPan/72/orig 2025-03-04T19:54:17.6943996Z * [new branch] gh/XuehaiPan/9/base -> origin/gh/XuehaiPan/9/base 2025-03-04T19:54:17.6944922Z * [new branch] gh/XuehaiPan/9/orig -> origin/gh/XuehaiPan/9/orig 2025-03-04T19:54:17.6946368Z * [new branch] gh/XuehaiPan/97/base -> origin/gh/XuehaiPan/97/base 2025-03-04T19:54:17.6947276Z * [new branch] gh/XuehaiPan/97/head -> origin/gh/XuehaiPan/97/head 2025-03-04T19:54:17.6948267Z * [new branch] gh/XuehaiPan/97/orig -> origin/gh/XuehaiPan/97/orig 2025-03-04T19:54:17.6949800Z * [new branch] gh/XuehaiPan/98/base -> origin/gh/XuehaiPan/98/base 2025-03-04T19:54:17.6950706Z * [new branch] gh/XuehaiPan/98/head -> origin/gh/XuehaiPan/98/head 2025-03-04T19:54:17.6951724Z * [new branch] gh/XuehaiPan/98/orig -> origin/gh/XuehaiPan/98/orig 2025-03-04T19:54:17.6953264Z * [new branch] gh/XuehaiPan/99/base -> origin/gh/XuehaiPan/99/base 2025-03-04T19:54:17.6954220Z * [new branch] gh/XuehaiPan/99/head -> origin/gh/XuehaiPan/99/head 2025-03-04T19:54:17.6955260Z * [new branch] gh/XuehaiPan/99/orig -> origin/gh/XuehaiPan/99/orig 2025-03-04T19:54:17.6956995Z * [new branch] gh/ZhiweiYan-96/23/base -> origin/gh/ZhiweiYan-96/23/base 2025-03-04T19:54:17.6957897Z * [new branch] gh/ZhiweiYan-96/23/head -> origin/gh/ZhiweiYan-96/23/head 2025-03-04T19:54:17.6958962Z * [new branch] gh/ZhiweiYan-96/23/orig -> origin/gh/ZhiweiYan-96/23/orig 2025-03-04T19:54:17.6960349Z * [new branch] gh/ZhiweiYan-96/27/base -> origin/gh/ZhiweiYan-96/27/base 2025-03-04T19:54:17.6961299Z * [new branch] gh/ZhiweiYan-96/27/head -> origin/gh/ZhiweiYan-96/27/head 2025-03-04T19:54:17.6962356Z * [new branch] gh/ZhiweiYan-96/27/orig -> origin/gh/ZhiweiYan-96/27/orig 2025-03-04T19:54:17.6963762Z * [new branch] gh/ZhiweiYan-96/29/base -> origin/gh/ZhiweiYan-96/29/base 2025-03-04T19:54:17.6964699Z * [new branch] gh/ZhiweiYan-96/29/head -> origin/gh/ZhiweiYan-96/29/head 2025-03-04T19:54:17.6966182Z * [new branch] gh/ZhiweiYan-96/29/orig -> origin/gh/ZhiweiYan-96/29/orig 2025-03-04T19:54:17.6967587Z * [new branch] gh/ZhiweiYan-96/30/base -> origin/gh/ZhiweiYan-96/30/base 2025-03-04T19:54:17.6968479Z * [new branch] gh/ZhiweiYan-96/30/head -> origin/gh/ZhiweiYan-96/30/head 2025-03-04T19:54:17.6969592Z * [new branch] gh/ZhiweiYan-96/30/orig -> origin/gh/ZhiweiYan-96/30/orig 2025-03-04T19:54:17.6971166Z * [new branch] gh/ZhiweiYan-96/31/base -> origin/gh/ZhiweiYan-96/31/base 2025-03-04T19:54:17.6972183Z * [new branch] gh/ZhiweiYan-96/31/head -> origin/gh/ZhiweiYan-96/31/head 2025-03-04T19:54:17.6973218Z * [new branch] gh/ZhiweiYan-96/31/orig -> origin/gh/ZhiweiYan-96/31/orig 2025-03-04T19:54:17.6975284Z * [new branch] gh/ZhiweiYan-96/32/base -> origin/gh/ZhiweiYan-96/32/base 2025-03-04T19:54:17.6976698Z * [new branch] gh/ZhiweiYan-96/32/head -> origin/gh/ZhiweiYan-96/32/head 2025-03-04T19:54:17.6977733Z * [new branch] gh/ZhiweiYan-96/32/orig -> origin/gh/ZhiweiYan-96/32/orig 2025-03-04T19:54:17.6979184Z * [new branch] gh/ZhiweiYan-96/33/base -> origin/gh/ZhiweiYan-96/33/base 2025-03-04T19:54:17.6980093Z * [new branch] gh/ZhiweiYan-96/33/head -> origin/gh/ZhiweiYan-96/33/head 2025-03-04T19:54:17.6981089Z * [new branch] gh/ZhiweiYan-96/33/orig -> origin/gh/ZhiweiYan-96/33/orig 2025-03-04T19:54:17.6982501Z * [new branch] gh/ZhiweiYan-96/37/base -> origin/gh/ZhiweiYan-96/37/base 2025-03-04T19:54:17.6983469Z * [new branch] gh/ZhiweiYan-96/37/head -> origin/gh/ZhiweiYan-96/37/head 2025-03-04T19:54:17.6984876Z * [new branch] gh/ZhiweiYan-96/38/base -> origin/gh/ZhiweiYan-96/38/base 2025-03-04T19:54:17.6985835Z * [new branch] gh/ZhiweiYan-96/38/head -> origin/gh/ZhiweiYan-96/38/head 2025-03-04T19:54:17.6986829Z * [new branch] gh/ZhiweiYan-96/38/orig -> origin/gh/ZhiweiYan-96/38/orig 2025-03-04T19:54:17.6988584Z * [new branch] gh/ZhiweiYan-96/39/base -> origin/gh/ZhiweiYan-96/39/base 2025-03-04T19:54:17.6989246Z * [new branch] gh/ZhiweiYan-96/39/head -> origin/gh/ZhiweiYan-96/39/head 2025-03-04T19:54:17.6990234Z * [new branch] gh/ZhiweiYan-96/39/orig -> origin/gh/ZhiweiYan-96/39/orig 2025-03-04T19:54:17.6991762Z * [new branch] gh/ZhiweiYan-96/40/base -> origin/gh/ZhiweiYan-96/40/base 2025-03-04T19:54:17.6992716Z * [new branch] gh/ZhiweiYan-96/40/head -> origin/gh/ZhiweiYan-96/40/head 2025-03-04T19:54:17.6993732Z * [new branch] gh/ZhiweiYan-96/40/orig -> origin/gh/ZhiweiYan-96/40/orig 2025-03-04T19:54:17.6995315Z * [new branch] gh/ZhiweiYan-96/41/base -> origin/gh/ZhiweiYan-96/41/base 2025-03-04T19:54:17.6996240Z * [new branch] gh/ZhiweiYan-96/41/head -> origin/gh/ZhiweiYan-96/41/head 2025-03-04T19:54:17.6997233Z * [new branch] gh/ZhiweiYan-96/41/orig -> origin/gh/ZhiweiYan-96/41/orig 2025-03-04T19:54:17.6999157Z * [new branch] gh/ZhiweiYan-96/42/base -> origin/gh/ZhiweiYan-96/42/base 2025-03-04T19:54:17.7000044Z * [new branch] gh/ZhiweiYan-96/42/head -> origin/gh/ZhiweiYan-96/42/head 2025-03-04T19:54:17.7001347Z * [new branch] gh/ZhiweiYan-96/42/orig -> origin/gh/ZhiweiYan-96/42/orig 2025-03-04T19:54:17.7002615Z * [new branch] gh/ZhiweiYan-96/43/base -> origin/gh/ZhiweiYan-96/43/base 2025-03-04T19:54:17.7003615Z * [new branch] gh/ZhiweiYan-96/43/head -> origin/gh/ZhiweiYan-96/43/head 2025-03-04T19:54:17.7004565Z * [new branch] gh/ZhiweiYan-96/43/orig -> origin/gh/ZhiweiYan-96/43/orig 2025-03-04T19:54:17.7006142Z * [new branch] gh/ZhiweiYan-96/44/base -> origin/gh/ZhiweiYan-96/44/base 2025-03-04T19:54:17.7007112Z * [new branch] gh/ZhiweiYan-96/44/head -> origin/gh/ZhiweiYan-96/44/head 2025-03-04T19:54:17.7008501Z * [new branch] gh/ZhiweiYan-96/45/base -> origin/gh/ZhiweiYan-96/45/base 2025-03-04T19:54:17.7009379Z * [new branch] gh/ZhiweiYan-96/45/head -> origin/gh/ZhiweiYan-96/45/head 2025-03-04T19:54:17.7011010Z * [new branch] gh/ZhiweiYan-96/46/base -> origin/gh/ZhiweiYan-96/46/base 2025-03-04T19:54:17.7011876Z * [new branch] gh/ZhiweiYan-96/46/head -> origin/gh/ZhiweiYan-96/46/head 2025-03-04T19:54:17.7012884Z * [new branch] gh/ZhiweiYan-96/46/orig -> origin/gh/ZhiweiYan-96/46/orig 2025-03-04T19:54:17.7014347Z * [new branch] gh/ZhiweiYan-96/47/base -> origin/gh/ZhiweiYan-96/47/base 2025-03-04T19:54:17.7015249Z * [new branch] gh/ZhiweiYan-96/47/head -> origin/gh/ZhiweiYan-96/47/head 2025-03-04T19:54:17.7016297Z * [new branch] gh/ZhiweiYan-96/47/orig -> origin/gh/ZhiweiYan-96/47/orig 2025-03-04T19:54:17.7018189Z * [new branch] gh/ZhiweiYan-96/48/base -> origin/gh/ZhiweiYan-96/48/base 2025-03-04T19:54:17.7020093Z * [new branch] gh/ZhiweiYan-96/48/head -> origin/gh/ZhiweiYan-96/48/head 2025-03-04T19:54:17.7021022Z * [new branch] gh/ZhiweiYan-96/48/orig -> origin/gh/ZhiweiYan-96/48/orig 2025-03-04T19:54:17.7022497Z * [new branch] gh/ZhiweiYan-96/49/base -> origin/gh/ZhiweiYan-96/49/base 2025-03-04T19:54:17.7023393Z * [new branch] gh/ZhiweiYan-96/49/head -> origin/gh/ZhiweiYan-96/49/head 2025-03-04T19:54:17.7024853Z * [new branch] gh/ZhiweiYan-96/50/base -> origin/gh/ZhiweiYan-96/50/base 2025-03-04T19:54:17.7025730Z * [new branch] gh/ZhiweiYan-96/50/head -> origin/gh/ZhiweiYan-96/50/head 2025-03-04T19:54:17.7026743Z * [new branch] gh/ZhiweiYan-96/50/orig -> origin/gh/ZhiweiYan-96/50/orig 2025-03-04T19:54:17.7028146Z * [new branch] gh/ZhiweiYan-96/51/base -> origin/gh/ZhiweiYan-96/51/base 2025-03-04T19:54:17.7029061Z * [new branch] gh/ZhiweiYan-96/51/head -> origin/gh/ZhiweiYan-96/51/head 2025-03-04T19:54:17.7030182Z * [new branch] gh/ZhiweiYan-96/51/orig -> origin/gh/ZhiweiYan-96/51/orig 2025-03-04T19:54:17.7031911Z * [new branch] gh/aakhundov/1/base -> origin/gh/aakhundov/1/base 2025-03-04T19:54:17.7033026Z * [new branch] gh/aakhundov/1/head -> origin/gh/aakhundov/1/head 2025-03-04T19:54:17.7034168Z * [new branch] gh/aakhundov/2/base -> origin/gh/aakhundov/2/base 2025-03-04T19:54:17.7035127Z * [new branch] gh/aakhundov/2/head -> origin/gh/aakhundov/2/head 2025-03-04T19:54:17.7036593Z * [new branch] gh/aditew01/openblas -> origin/gh/aditew01/openblas 2025-03-04T19:54:17.7037500Z * [new branch] gh/aditew01/sbgemm -> origin/gh/aditew01/sbgemm 2025-03-04T19:54:17.7038502Z * [new branch] gh/aditew01/vecbf16 -> origin/gh/aditew01/vecbf16 2025-03-04T19:54:17.7040166Z * [new branch] gh/albanD/3/base -> origin/gh/albanD/3/base 2025-03-04T19:54:17.7041089Z * [new branch] gh/albanD/3/head -> origin/gh/albanD/3/head 2025-03-04T19:54:17.7042087Z * [new branch] gh/albanD/3/orig -> origin/gh/albanD/3/orig 2025-03-04T19:54:17.7043889Z * [new branch] gh/alexsamardzic/25/base -> origin/gh/alexsamardzic/25/base 2025-03-04T19:54:17.7044915Z * [new branch] gh/alexsamardzic/25/head -> origin/gh/alexsamardzic/25/head 2025-03-04T19:54:17.7045934Z * [new branch] gh/alexsamardzic/25/orig -> origin/gh/alexsamardzic/25/orig 2025-03-04T19:54:17.7047283Z * [new branch] gh/alexsamardzic/26/base -> origin/gh/alexsamardzic/26/base 2025-03-04T19:54:17.7048245Z * [new branch] gh/alexsamardzic/26/head -> origin/gh/alexsamardzic/26/head 2025-03-04T19:54:17.7049304Z * [new branch] gh/alexsamardzic/26/orig -> origin/gh/alexsamardzic/26/orig 2025-03-04T19:54:17.7051018Z * [new branch] gh/amjames/18/base -> origin/gh/amjames/18/base 2025-03-04T19:54:17.7052099Z * [new branch] gh/amjames/18/head -> origin/gh/amjames/18/head 2025-03-04T19:54:17.7053218Z * [new branch] gh/amjames/18/orig -> origin/gh/amjames/18/orig 2025-03-04T19:54:17.7054530Z * [new branch] gh/amjames/19/base -> origin/gh/amjames/19/base 2025-03-04T19:54:17.7055454Z * [new branch] gh/amjames/19/head -> origin/gh/amjames/19/head 2025-03-04T19:54:17.7056494Z * [new branch] gh/amjames/19/orig -> origin/gh/amjames/19/orig 2025-03-04T19:54:17.7058058Z * [new branch] gh/amjames/20/base -> origin/gh/amjames/20/base 2025-03-04T19:54:17.7058966Z * [new branch] gh/amjames/20/head -> origin/gh/amjames/20/head 2025-03-04T19:54:17.7059972Z * [new branch] gh/amjames/20/orig -> origin/gh/amjames/20/orig 2025-03-04T19:54:17.7061766Z * [new branch] gh/andrewlee302/1/base -> origin/gh/andrewlee302/1/base 2025-03-04T19:54:17.7062716Z * [new branch] gh/andrewlee302/1/head -> origin/gh/andrewlee302/1/head 2025-03-04T19:54:17.7064228Z * [new branch] gh/andrewlee302/3/base -> origin/gh/andrewlee302/3/base 2025-03-04T19:54:17.7065217Z * [new branch] gh/andrewlee302/3/head -> origin/gh/andrewlee302/3/head 2025-03-04T19:54:17.7066709Z * [new branch] gh/andrewlee302/3/orig -> origin/gh/andrewlee302/3/orig 2025-03-04T19:54:17.7068208Z * [new branch] gh/andrewor14/35/base -> origin/gh/andrewor14/35/base 2025-03-04T19:54:17.7069251Z * [new branch] gh/andrewor14/35/head -> origin/gh/andrewor14/35/head 2025-03-04T19:54:17.7070261Z * [new branch] gh/andrewor14/35/orig -> origin/gh/andrewor14/35/orig 2025-03-04T19:54:17.7071914Z * [new branch] gh/andrewor14/36/base -> origin/gh/andrewor14/36/base 2025-03-04T19:54:17.7072959Z * [new branch] gh/andrewor14/36/head -> origin/gh/andrewor14/36/head 2025-03-04T19:54:17.7074043Z * [new branch] gh/andrewor14/36/orig -> origin/gh/andrewor14/36/orig 2025-03-04T19:54:17.7075941Z * [new branch] gh/andrewor14/37/base -> origin/gh/andrewor14/37/base 2025-03-04T19:54:17.7076727Z * [new branch] gh/andrewor14/37/head -> origin/gh/andrewor14/37/head 2025-03-04T19:54:17.7077731Z * [new branch] gh/andrewor14/37/orig -> origin/gh/andrewor14/37/orig 2025-03-04T19:54:17.7079337Z * [new branch] gh/andrewor14/50/base -> origin/gh/andrewor14/50/base 2025-03-04T19:54:17.7080348Z * [new branch] gh/andrewor14/50/head -> origin/gh/andrewor14/50/head 2025-03-04T19:54:17.7081411Z * [new branch] gh/andrewor14/50/orig -> origin/gh/andrewor14/50/orig 2025-03-04T19:54:17.7083156Z * [new branch] gh/angelayi/64/base -> origin/gh/angelayi/64/base 2025-03-04T19:54:17.7084239Z * [new branch] gh/angelayi/64/head -> origin/gh/angelayi/64/head 2025-03-04T19:54:17.7085263Z * [new branch] gh/angelayi/64/orig -> origin/gh/angelayi/64/orig 2025-03-04T19:54:17.7087103Z * [new branch] gh/angelayi/65/base -> origin/gh/angelayi/65/base 2025-03-04T19:54:17.7088243Z * [new branch] gh/angelayi/65/head -> origin/gh/angelayi/65/head 2025-03-04T19:54:17.7089255Z * [new branch] gh/angelayi/65/orig -> origin/gh/angelayi/65/orig 2025-03-04T19:54:17.7090801Z * [new branch] gh/angelayi/66/base -> origin/gh/angelayi/66/base 2025-03-04T19:54:17.7091723Z * [new branch] gh/angelayi/66/head -> origin/gh/angelayi/66/head 2025-03-04T19:54:17.7092810Z * [new branch] gh/angelayi/66/orig -> origin/gh/angelayi/66/orig 2025-03-04T19:54:17.7094564Z * [new branch] gh/angelayi/67/base -> origin/gh/angelayi/67/base 2025-03-04T19:54:17.7095219Z * [new branch] gh/angelayi/67/head -> origin/gh/angelayi/67/head 2025-03-04T19:54:17.7096350Z * [new branch] gh/angelayi/67/orig -> origin/gh/angelayi/67/orig 2025-03-04T19:54:17.7097777Z * [new branch] gh/angelayi/68/base -> origin/gh/angelayi/68/base 2025-03-04T19:54:17.7098661Z * [new branch] gh/angelayi/68/head -> origin/gh/angelayi/68/head 2025-03-04T19:54:17.7099739Z * [new branch] gh/angelayi/68/orig -> origin/gh/angelayi/68/orig 2025-03-04T19:54:17.7101604Z * [new branch] gh/angelayi/69/base -> origin/gh/angelayi/69/base 2025-03-04T19:54:17.7102464Z * [new branch] gh/angelayi/69/head -> origin/gh/angelayi/69/head 2025-03-04T19:54:17.7103504Z * [new branch] gh/angelayi/69/orig -> origin/gh/angelayi/69/orig 2025-03-04T19:54:17.7104918Z * [new branch] gh/angelayi/70/base -> origin/gh/angelayi/70/base 2025-03-04T19:54:17.7105771Z * [new branch] gh/angelayi/70/head -> origin/gh/angelayi/70/head 2025-03-04T19:54:17.7107334Z * [new branch] gh/angelayi/70/orig -> origin/gh/angelayi/70/orig 2025-03-04T19:54:17.7109799Z * [new branch] gh/angelayi/71/base -> origin/gh/angelayi/71/base 2025-03-04T19:54:17.7112347Z * [new branch] gh/angelayi/71/head -> origin/gh/angelayi/71/head 2025-03-04T19:54:17.7114161Z * [new branch] gh/angelayi/71/orig -> origin/gh/angelayi/71/orig 2025-03-04T19:54:17.7116400Z * [new branch] gh/angelayi/72/base -> origin/gh/angelayi/72/base 2025-03-04T19:54:17.7118212Z * [new branch] gh/angelayi/72/head -> origin/gh/angelayi/72/head 2025-03-04T19:54:17.7120065Z * [new branch] gh/angelayi/72/orig -> origin/gh/angelayi/72/orig 2025-03-04T19:54:17.7122160Z * [new branch] gh/angelayi/73/base -> origin/gh/angelayi/73/base 2025-03-04T19:54:17.7123703Z * [new branch] gh/angelayi/73/head -> origin/gh/angelayi/73/head 2025-03-04T19:54:17.7125338Z * [new branch] gh/angelayi/73/orig -> origin/gh/angelayi/73/orig 2025-03-04T19:54:17.7127483Z * [new branch] gh/angelayi/74/base -> origin/gh/angelayi/74/base 2025-03-04T19:54:17.7129257Z * [new branch] gh/angelayi/74/head -> origin/gh/angelayi/74/head 2025-03-04T19:54:17.7130766Z * [new branch] gh/angelayi/74/orig -> origin/gh/angelayi/74/orig 2025-03-04T19:54:17.7133080Z * [new branch] gh/angelayi/75/base -> origin/gh/angelayi/75/base 2025-03-04T19:54:17.7134508Z * [new branch] gh/angelayi/75/head -> origin/gh/angelayi/75/head 2025-03-04T19:54:17.7136040Z * [new branch] gh/angelayi/75/orig -> origin/gh/angelayi/75/orig 2025-03-04T19:54:17.7138044Z * [new branch] gh/angelayi/76/base -> origin/gh/angelayi/76/base 2025-03-04T19:54:17.7139765Z * [new branch] gh/angelayi/76/head -> origin/gh/angelayi/76/head 2025-03-04T19:54:17.7141407Z * [new branch] gh/angelayi/76/orig -> origin/gh/angelayi/76/orig 2025-03-04T19:54:17.7144138Z * [new branch] gh/anijain2305/162/base -> origin/gh/anijain2305/162/base 2025-03-04T19:54:17.7145732Z * [new branch] gh/anijain2305/162/head -> origin/gh/anijain2305/162/head 2025-03-04T19:54:17.7147921Z * [new branch] gh/anijain2305/566/base -> origin/gh/anijain2305/566/base 2025-03-04T19:54:17.7149554Z * [new branch] gh/anijain2305/566/head -> origin/gh/anijain2305/566/head 2025-03-04T19:54:17.7151142Z * [new branch] gh/anijain2305/566/orig -> origin/gh/anijain2305/566/orig 2025-03-04T19:54:17.7153530Z * [new branch] gh/anijain2305/571/base -> origin/gh/anijain2305/571/base 2025-03-04T19:54:17.7155026Z * [new branch] gh/anijain2305/571/head -> origin/gh/anijain2305/571/head 2025-03-04T19:54:17.7157026Z * [new branch] gh/anijain2305/571/orig -> origin/gh/anijain2305/571/orig 2025-03-04T19:54:17.7157993Z * [new branch] gh/anijain2305/580/base -> origin/gh/anijain2305/580/base 2025-03-04T19:54:17.7158997Z * [new branch] gh/anijain2305/580/head -> origin/gh/anijain2305/580/head 2025-03-04T19:54:17.7160123Z * [new branch] gh/anijain2305/580/orig -> origin/gh/anijain2305/580/orig 2025-03-04T19:54:17.7161657Z * [new branch] gh/anijain2305/620/base -> origin/gh/anijain2305/620/base 2025-03-04T19:54:17.7162657Z * [new branch] gh/anijain2305/620/head -> origin/gh/anijain2305/620/head 2025-03-04T19:54:17.7163699Z * [new branch] gh/anijain2305/620/orig -> origin/gh/anijain2305/620/orig 2025-03-04T19:54:17.7165250Z * [new branch] gh/anijain2305/634/base -> origin/gh/anijain2305/634/base 2025-03-04T19:54:17.7166223Z * [new branch] gh/anijain2305/634/head -> origin/gh/anijain2305/634/head 2025-03-04T19:54:17.7167238Z * [new branch] gh/anijain2305/634/orig -> origin/gh/anijain2305/634/orig 2025-03-04T19:54:17.7168836Z * [new branch] gh/anijain2305/638/base -> origin/gh/anijain2305/638/base 2025-03-04T19:54:17.7169839Z * [new branch] gh/anijain2305/638/head -> origin/gh/anijain2305/638/head 2025-03-04T19:54:17.7170870Z * [new branch] gh/anijain2305/638/orig -> origin/gh/anijain2305/638/orig 2025-03-04T19:54:17.7172389Z * [new branch] gh/anijain2305/643/base -> origin/gh/anijain2305/643/base 2025-03-04T19:54:17.7173379Z * [new branch] gh/anijain2305/643/head -> origin/gh/anijain2305/643/head 2025-03-04T19:54:17.7174538Z * [new branch] gh/anijain2305/643/orig -> origin/gh/anijain2305/643/orig 2025-03-04T19:54:17.7176193Z * [new branch] gh/anijain2305/650/base -> origin/gh/anijain2305/650/base 2025-03-04T19:54:17.7177182Z * [new branch] gh/anijain2305/650/head -> origin/gh/anijain2305/650/head 2025-03-04T19:54:17.7178197Z * [new branch] gh/anijain2305/650/orig -> origin/gh/anijain2305/650/orig 2025-03-04T19:54:17.7179689Z * [new branch] gh/anijain2305/656/base -> origin/gh/anijain2305/656/base 2025-03-04T19:54:17.7180726Z * [new branch] gh/anijain2305/656/head -> origin/gh/anijain2305/656/head 2025-03-04T19:54:17.7181748Z * [new branch] gh/anijain2305/656/orig -> origin/gh/anijain2305/656/orig 2025-03-04T19:54:17.7183381Z * [new branch] gh/anijain2305/657/base -> origin/gh/anijain2305/657/base 2025-03-04T19:54:17.7184481Z * [new branch] gh/anijain2305/657/head -> origin/gh/anijain2305/657/head 2025-03-04T19:54:17.7185482Z * [new branch] gh/anijain2305/657/orig -> origin/gh/anijain2305/657/orig 2025-03-04T19:54:17.7186913Z * [new branch] gh/anijain2305/658/base -> origin/gh/anijain2305/658/base 2025-03-04T19:54:17.7187874Z * [new branch] gh/anijain2305/658/head -> origin/gh/anijain2305/658/head 2025-03-04T19:54:17.7188950Z * [new branch] gh/anijain2305/658/orig -> origin/gh/anijain2305/658/orig 2025-03-04T19:54:17.7190331Z * [new branch] gh/anijain2305/662/base -> origin/gh/anijain2305/662/base 2025-03-04T19:54:17.7191306Z * [new branch] gh/anijain2305/662/head -> origin/gh/anijain2305/662/head 2025-03-04T19:54:17.7192328Z * [new branch] gh/anijain2305/662/orig -> origin/gh/anijain2305/662/orig 2025-03-04T19:54:17.7193739Z * [new branch] gh/anijain2305/663/base -> origin/gh/anijain2305/663/base 2025-03-04T19:54:17.7194595Z * [new branch] gh/anijain2305/663/head -> origin/gh/anijain2305/663/head 2025-03-04T19:54:17.7195606Z * [new branch] gh/anijain2305/663/orig -> origin/gh/anijain2305/663/orig 2025-03-04T19:54:17.7197144Z * [new branch] gh/anijain2305/664/base -> origin/gh/anijain2305/664/base 2025-03-04T19:54:17.7197987Z * [new branch] gh/anijain2305/664/head -> origin/gh/anijain2305/664/head 2025-03-04T19:54:17.7199003Z * [new branch] gh/anijain2305/664/orig -> origin/gh/anijain2305/664/orig 2025-03-04T19:54:17.7200648Z * [new branch] gh/anijain2305/665/base -> origin/gh/anijain2305/665/base 2025-03-04T19:54:17.7205774Z * [new branch] gh/anijain2305/665/head -> origin/gh/anijain2305/665/head 2025-03-04T19:54:17.7206844Z * [new branch] gh/anijain2305/665/orig -> origin/gh/anijain2305/665/orig 2025-03-04T19:54:17.7208744Z * [new branch] gh/anijain2305/666/base -> origin/gh/anijain2305/666/base 2025-03-04T19:54:17.7209784Z * [new branch] gh/anijain2305/666/head -> origin/gh/anijain2305/666/head 2025-03-04T19:54:17.7210775Z * [new branch] gh/anijain2305/666/orig -> origin/gh/anijain2305/666/orig 2025-03-04T19:54:17.7212265Z * [new branch] gh/anijain2305/667/base -> origin/gh/anijain2305/667/base 2025-03-04T19:54:17.7213254Z * [new branch] gh/anijain2305/667/head -> origin/gh/anijain2305/667/head 2025-03-04T19:54:17.7214309Z * [new branch] gh/anijain2305/667/orig -> origin/gh/anijain2305/667/orig 2025-03-04T19:54:17.7216113Z * [new branch] gh/anijain2305/668/base -> origin/gh/anijain2305/668/base 2025-03-04T19:54:17.7216783Z * [new branch] gh/anijain2305/668/head -> origin/gh/anijain2305/668/head 2025-03-04T19:54:17.7218313Z * [new branch] gh/anijain2305/668/orig -> origin/gh/anijain2305/668/orig 2025-03-04T19:54:17.7219886Z * [new branch] gh/anijain2305/669/base -> origin/gh/anijain2305/669/base 2025-03-04T19:54:17.7220826Z * [new branch] gh/anijain2305/669/head -> origin/gh/anijain2305/669/head 2025-03-04T19:54:17.7221939Z * [new branch] gh/anijain2305/669/orig -> origin/gh/anijain2305/669/orig 2025-03-04T19:54:17.7223451Z * [new branch] gh/anijain2305/670/base -> origin/gh/anijain2305/670/base 2025-03-04T19:54:17.7224387Z * [new branch] gh/anijain2305/670/head -> origin/gh/anijain2305/670/head 2025-03-04T19:54:17.7225468Z * [new branch] gh/anijain2305/670/orig -> origin/gh/anijain2305/670/orig 2025-03-04T19:54:17.7226991Z * [new branch] gh/anijain2305/671/base -> origin/gh/anijain2305/671/base 2025-03-04T19:54:17.7228051Z * [new branch] gh/anijain2305/671/head -> origin/gh/anijain2305/671/head 2025-03-04T19:54:17.7229061Z * [new branch] gh/anijain2305/671/orig -> origin/gh/anijain2305/671/orig 2025-03-04T19:54:17.7230796Z * [new branch] gh/anijain2305/672/base -> origin/gh/anijain2305/672/base 2025-03-04T19:54:17.7231799Z * [new branch] gh/anijain2305/672/head -> origin/gh/anijain2305/672/head 2025-03-04T19:54:17.7232812Z * [new branch] gh/anijain2305/672/orig -> origin/gh/anijain2305/672/orig 2025-03-04T19:54:17.7234241Z * [new branch] gh/anijain2305/673/base -> origin/gh/anijain2305/673/base 2025-03-04T19:54:17.7235131Z * [new branch] gh/anijain2305/673/head -> origin/gh/anijain2305/673/head 2025-03-04T19:54:17.7236470Z * [new branch] gh/anijain2305/673/orig -> origin/gh/anijain2305/673/orig 2025-03-04T19:54:17.7238300Z * [new branch] gh/anijain2305/674/base -> origin/gh/anijain2305/674/base 2025-03-04T19:54:17.7239277Z * [new branch] gh/anijain2305/674/head -> origin/gh/anijain2305/674/head 2025-03-04T19:54:17.7240314Z * [new branch] gh/anijain2305/674/orig -> origin/gh/anijain2305/674/orig 2025-03-04T19:54:17.7242499Z * [new branch] gh/anijain2305/675/base -> origin/gh/anijain2305/675/base 2025-03-04T19:54:17.7243446Z * [new branch] gh/anijain2305/675/head -> origin/gh/anijain2305/675/head 2025-03-04T19:54:17.7244377Z * [new branch] gh/anijain2305/675/orig -> origin/gh/anijain2305/675/orig 2025-03-04T19:54:17.7245577Z * [new branch] gh/anijain2305/676/base -> origin/gh/anijain2305/676/base 2025-03-04T19:54:17.7246500Z * [new branch] gh/anijain2305/676/head -> origin/gh/anijain2305/676/head 2025-03-04T19:54:17.7247806Z * [new branch] gh/anijain2305/676/orig -> origin/gh/anijain2305/676/orig 2025-03-04T19:54:17.7249491Z * [new branch] gh/anijain2305/677/base -> origin/gh/anijain2305/677/base 2025-03-04T19:54:17.7251149Z * [new branch] gh/anijain2305/677/head -> origin/gh/anijain2305/677/head 2025-03-04T19:54:17.7251980Z * [new branch] gh/anijain2305/677/orig -> origin/gh/anijain2305/677/orig 2025-03-04T19:54:17.7253620Z * [new branch] gh/anijain2305/678/base -> origin/gh/anijain2305/678/base 2025-03-04T19:54:17.7254512Z * [new branch] gh/anijain2305/678/head -> origin/gh/anijain2305/678/head 2025-03-04T19:54:17.7255581Z * [new branch] gh/anijain2305/678/orig -> origin/gh/anijain2305/678/orig 2025-03-04T19:54:17.7257073Z * [new branch] gh/anijain2305/679/base -> origin/gh/anijain2305/679/base 2025-03-04T19:54:17.7258050Z * [new branch] gh/anijain2305/679/head -> origin/gh/anijain2305/679/head 2025-03-04T19:54:17.7259028Z * [new branch] gh/anijain2305/679/orig -> origin/gh/anijain2305/679/orig 2025-03-04T19:54:17.7260552Z * [new branch] gh/anijain2305/680/base -> origin/gh/anijain2305/680/base 2025-03-04T19:54:17.7261326Z * [new branch] gh/anijain2305/680/head -> origin/gh/anijain2305/680/head 2025-03-04T19:54:17.7262387Z * [new branch] gh/anijain2305/680/orig -> origin/gh/anijain2305/680/orig 2025-03-04T19:54:17.7263625Z * [new branch] gh/anijain2305/681/base -> origin/gh/anijain2305/681/base 2025-03-04T19:54:17.7264642Z * [new branch] gh/anijain2305/681/head -> origin/gh/anijain2305/681/head 2025-03-04T19:54:17.7265766Z * [new branch] gh/anijain2305/681/orig -> origin/gh/anijain2305/681/orig 2025-03-04T19:54:17.7267503Z * [new branch] gh/anijain2305/682/base -> origin/gh/anijain2305/682/base 2025-03-04T19:54:17.7268443Z * [new branch] gh/anijain2305/682/head -> origin/gh/anijain2305/682/head 2025-03-04T19:54:17.7269434Z * [new branch] gh/anijain2305/682/orig -> origin/gh/anijain2305/682/orig 2025-03-04T19:54:17.7270848Z * [new branch] gh/anijain2305/683/base -> origin/gh/anijain2305/683/base 2025-03-04T19:54:17.7271777Z * [new branch] gh/anijain2305/683/head -> origin/gh/anijain2305/683/head 2025-03-04T19:54:17.7272786Z * [new branch] gh/anijain2305/683/orig -> origin/gh/anijain2305/683/orig 2025-03-04T19:54:17.7274331Z * [new branch] gh/anijain2305/684/base -> origin/gh/anijain2305/684/base 2025-03-04T19:54:17.7275446Z * [new branch] gh/anijain2305/684/head -> origin/gh/anijain2305/684/head 2025-03-04T19:54:17.7276472Z * [new branch] gh/anijain2305/684/orig -> origin/gh/anijain2305/684/orig 2025-03-04T19:54:17.7278102Z * [new branch] gh/anijain2305/685/base -> origin/gh/anijain2305/685/base 2025-03-04T19:54:17.7279058Z * [new branch] gh/anijain2305/685/head -> origin/gh/anijain2305/685/head 2025-03-04T19:54:17.7280701Z * [new branch] gh/anijain2305/685/orig -> origin/gh/anijain2305/685/orig 2025-03-04T19:54:17.7282201Z * [new branch] gh/anijain2305/686/base -> origin/gh/anijain2305/686/base 2025-03-04T19:54:17.7283152Z * [new branch] gh/anijain2305/686/head -> origin/gh/anijain2305/686/head 2025-03-04T19:54:17.7284274Z * [new branch] gh/anijain2305/686/orig -> origin/gh/anijain2305/686/orig 2025-03-04T19:54:17.7285440Z * [new branch] gh/anijain2305/687/base -> origin/gh/anijain2305/687/base 2025-03-04T19:54:17.7286422Z * [new branch] gh/anijain2305/687/head -> origin/gh/anijain2305/687/head 2025-03-04T19:54:17.7287426Z * [new branch] gh/anijain2305/687/orig -> origin/gh/anijain2305/687/orig 2025-03-04T19:54:17.7288689Z * [new branch] gh/anijain2305/688/base -> origin/gh/anijain2305/688/base 2025-03-04T19:54:17.7289682Z * [new branch] gh/anijain2305/688/head -> origin/gh/anijain2305/688/head 2025-03-04T19:54:17.7290693Z * [new branch] gh/anijain2305/688/orig -> origin/gh/anijain2305/688/orig 2025-03-04T19:54:17.7292033Z * [new branch] gh/anijain2305/689/base -> origin/gh/anijain2305/689/base 2025-03-04T19:54:17.7293076Z * [new branch] gh/anijain2305/689/head -> origin/gh/anijain2305/689/head 2025-03-04T19:54:17.7294185Z * [new branch] gh/anijain2305/689/orig -> origin/gh/anijain2305/689/orig 2025-03-04T19:54:17.7295449Z * [new branch] gh/anijain2305/690/base -> origin/gh/anijain2305/690/base 2025-03-04T19:54:17.7296518Z * [new branch] gh/anijain2305/690/head -> origin/gh/anijain2305/690/head 2025-03-04T19:54:17.7297890Z * [new branch] gh/anijain2305/690/orig -> origin/gh/anijain2305/690/orig 2025-03-04T19:54:17.7299424Z * [new branch] gh/anijain2305/691/base -> origin/gh/anijain2305/691/base 2025-03-04T19:54:17.7300698Z * [new branch] gh/anijain2305/691/head -> origin/gh/anijain2305/691/head 2025-03-04T19:54:17.7301944Z * [new branch] gh/anijain2305/691/orig -> origin/gh/anijain2305/691/orig 2025-03-04T19:54:17.7303374Z * [new branch] gh/anijain2305/692/base -> origin/gh/anijain2305/692/base 2025-03-04T19:54:17.7304297Z * [new branch] gh/anijain2305/692/head -> origin/gh/anijain2305/692/head 2025-03-04T19:54:17.7305355Z * [new branch] gh/anijain2305/692/orig -> origin/gh/anijain2305/692/orig 2025-03-04T19:54:17.7307249Z * [new branch] gh/anjali411/216/base -> origin/gh/anjali411/216/base 2025-03-04T19:54:17.7308272Z * [new branch] gh/anjali411/216/head -> origin/gh/anjali411/216/head 2025-03-04T19:54:17.7309243Z * [new branch] gh/anjali411/216/orig -> origin/gh/anjali411/216/orig 2025-03-04T19:54:17.7311097Z * [new branch] gh/aorenste/132/base -> origin/gh/aorenste/132/base 2025-03-04T19:54:17.7312032Z * [new branch] gh/aorenste/132/head -> origin/gh/aorenste/132/head 2025-03-04T19:54:17.7313557Z * [new branch] gh/aorenste/141/base -> origin/gh/aorenste/141/base 2025-03-04T19:54:17.7314518Z * [new branch] gh/aorenste/141/head -> origin/gh/aorenste/141/head 2025-03-04T19:54:17.7315531Z * [new branch] gh/aorenste/141/orig -> origin/gh/aorenste/141/orig 2025-03-04T19:54:17.7316982Z * [new branch] gh/aorenste/211/base -> origin/gh/aorenste/211/base 2025-03-04T19:54:17.7317905Z * [new branch] gh/aorenste/211/head -> origin/gh/aorenste/211/head 2025-03-04T19:54:17.7318925Z * [new branch] gh/aorenste/211/orig -> origin/gh/aorenste/211/orig 2025-03-04T19:54:17.7320896Z * [new branch] gh/aorenste/213/base -> origin/gh/aorenste/213/base 2025-03-04T19:54:17.7322025Z * [new branch] gh/aorenste/213/head -> origin/gh/aorenste/213/head 2025-03-04T19:54:17.7323058Z * [new branch] gh/aorenste/213/orig -> origin/gh/aorenste/213/orig 2025-03-04T19:54:17.7324705Z * [new branch] gh/aorenste/214/base -> origin/gh/aorenste/214/base 2025-03-04T19:54:17.7325709Z * [new branch] gh/aorenste/214/head -> origin/gh/aorenste/214/head 2025-03-04T19:54:17.7326881Z * [new branch] gh/aorenste/214/orig -> origin/gh/aorenste/214/orig 2025-03-04T19:54:17.7328092Z * [new branch] gh/aorenste/215/base -> origin/gh/aorenste/215/base 2025-03-04T19:54:17.7329091Z * [new branch] gh/aorenste/215/head -> origin/gh/aorenste/215/head 2025-03-04T19:54:17.7330076Z * [new branch] gh/aorenste/215/orig -> origin/gh/aorenste/215/orig 2025-03-04T19:54:17.7331745Z * [new branch] gh/aorenste/216/base -> origin/gh/aorenste/216/base 2025-03-04T19:54:17.7333285Z * [new branch] gh/aorenste/216/head -> origin/gh/aorenste/216/head 2025-03-04T19:54:17.7334313Z * [new branch] gh/aorenste/216/orig -> origin/gh/aorenste/216/orig 2025-03-04T19:54:17.7335678Z * [new branch] gh/aorenste/217/base -> origin/gh/aorenste/217/base 2025-03-04T19:54:17.7337248Z * [new branch] gh/aorenste/217/head -> origin/gh/aorenste/217/head 2025-03-04T19:54:17.7338264Z * [new branch] gh/aorenste/217/orig -> origin/gh/aorenste/217/orig 2025-03-04T19:54:17.7339719Z * [new branch] gh/aorenste/218/base -> origin/gh/aorenste/218/base 2025-03-04T19:54:17.7340627Z * [new branch] gh/aorenste/218/head -> origin/gh/aorenste/218/head 2025-03-04T19:54:17.7341668Z * [new branch] gh/aorenste/218/orig -> origin/gh/aorenste/218/orig 2025-03-04T19:54:17.7343131Z * [new branch] gh/aorenste/219/base -> origin/gh/aorenste/219/base 2025-03-04T19:54:17.7344145Z * [new branch] gh/aorenste/219/head -> origin/gh/aorenste/219/head 2025-03-04T19:54:17.7345274Z * [new branch] gh/aorenste/219/orig -> origin/gh/aorenste/219/orig 2025-03-04T19:54:17.7346992Z * [new branch] gh/avikchaudhuri/39/base -> origin/gh/avikchaudhuri/39/base 2025-03-04T19:54:17.7347980Z * [new branch] gh/avikchaudhuri/39/head -> origin/gh/avikchaudhuri/39/head 2025-03-04T19:54:17.7348929Z * [new branch] gh/avikchaudhuri/39/orig -> origin/gh/avikchaudhuri/39/orig 2025-03-04T19:54:17.7350558Z * [new branch] gh/avikchaudhuri/54/base -> origin/gh/avikchaudhuri/54/base 2025-03-04T19:54:17.7351543Z * [new branch] gh/avikchaudhuri/54/head -> origin/gh/avikchaudhuri/54/head 2025-03-04T19:54:17.7352550Z * [new branch] gh/avikchaudhuri/54/orig -> origin/gh/avikchaudhuri/54/orig 2025-03-04T19:54:17.7354437Z * [new branch] gh/avikchaudhuri/55/base -> origin/gh/avikchaudhuri/55/base 2025-03-04T19:54:17.7355389Z * [new branch] gh/avikchaudhuri/55/head -> origin/gh/avikchaudhuri/55/head 2025-03-04T19:54:17.7356380Z * [new branch] gh/avikchaudhuri/55/orig -> origin/gh/avikchaudhuri/55/orig 2025-03-04T19:54:17.7358089Z * [new branch] gh/awgu/657/base -> origin/gh/awgu/657/base 2025-03-04T19:54:17.7358965Z * [new branch] gh/awgu/657/head -> origin/gh/awgu/657/head 2025-03-04T19:54:17.7359946Z * [new branch] gh/awgu/657/orig -> origin/gh/awgu/657/orig 2025-03-04T19:54:17.7361895Z * [new branch] gh/bdhirsh/604/base -> origin/gh/bdhirsh/604/base 2025-03-04T19:54:17.7362903Z * [new branch] gh/bdhirsh/604/head -> origin/gh/bdhirsh/604/head 2025-03-04T19:54:17.7364015Z * [new branch] gh/bdhirsh/604/orig -> origin/gh/bdhirsh/604/orig 2025-03-04T19:54:17.7366784Z * [new branch] gh/bdhirsh/620/base -> origin/gh/bdhirsh/620/base 2025-03-04T19:54:17.7367761Z * [new branch] gh/bdhirsh/620/head -> origin/gh/bdhirsh/620/head 2025-03-04T19:54:17.7368804Z * [new branch] gh/bdhirsh/620/orig -> origin/gh/bdhirsh/620/orig 2025-03-04T19:54:17.7370460Z * [new branch] gh/bdhirsh/626/base -> origin/gh/bdhirsh/626/base 2025-03-04T19:54:17.7371705Z * [new branch] gh/bdhirsh/626/head -> origin/gh/bdhirsh/626/head 2025-03-04T19:54:17.7372746Z * [new branch] gh/bdhirsh/626/orig -> origin/gh/bdhirsh/626/orig 2025-03-04T19:54:17.7374276Z * [new branch] gh/bdhirsh/627/base -> origin/gh/bdhirsh/627/base 2025-03-04T19:54:17.7375590Z * [new branch] gh/bdhirsh/627/head -> origin/gh/bdhirsh/627/head 2025-03-04T19:54:17.7376650Z * [new branch] gh/bdhirsh/627/orig -> origin/gh/bdhirsh/627/orig 2025-03-04T19:54:17.7378114Z * [new branch] gh/bdhirsh/630/base -> origin/gh/bdhirsh/630/base 2025-03-04T19:54:17.7379164Z * [new branch] gh/bdhirsh/630/head -> origin/gh/bdhirsh/630/head 2025-03-04T19:54:17.7380363Z * [new branch] gh/bdhirsh/630/orig -> origin/gh/bdhirsh/630/orig 2025-03-04T19:54:17.7381689Z * [new branch] gh/bdhirsh/635/base -> origin/gh/bdhirsh/635/base 2025-03-04T19:54:17.7382759Z * [new branch] gh/bdhirsh/635/head -> origin/gh/bdhirsh/635/head 2025-03-04T19:54:17.7383968Z * [new branch] gh/bdhirsh/635/orig -> origin/gh/bdhirsh/635/orig 2025-03-04T19:54:17.7403868Z * [new branch] gh/bdhirsh/636/base -> origin/gh/bdhirsh/636/base 2025-03-04T19:54:17.7404772Z * [new branch] gh/bdhirsh/636/head -> origin/gh/bdhirsh/636/head 2025-03-04T19:54:17.7405367Z * [new branch] gh/bdhirsh/636/orig -> origin/gh/bdhirsh/636/orig 2025-03-04T19:54:17.7406180Z * [new branch] gh/bdhirsh/639/base -> origin/gh/bdhirsh/639/base 2025-03-04T19:54:17.7406809Z * [new branch] gh/bdhirsh/639/head -> origin/gh/bdhirsh/639/head 2025-03-04T19:54:17.7407516Z * [new branch] gh/bdhirsh/639/orig -> origin/gh/bdhirsh/639/orig 2025-03-04T19:54:17.7408254Z * [new branch] gh/bdhirsh/640/base -> origin/gh/bdhirsh/640/base 2025-03-04T19:54:17.7409082Z * [new branch] gh/bdhirsh/640/head -> origin/gh/bdhirsh/640/head 2025-03-04T19:54:17.7409840Z * [new branch] gh/bdhirsh/640/orig -> origin/gh/bdhirsh/640/orig 2025-03-04T19:54:17.7410580Z * [new branch] gh/bdhirsh/641/base -> origin/gh/bdhirsh/641/base 2025-03-04T19:54:17.7411193Z * [new branch] gh/bdhirsh/641/head -> origin/gh/bdhirsh/641/head 2025-03-04T19:54:17.7411993Z * [new branch] gh/bdhirsh/641/orig -> origin/gh/bdhirsh/641/orig 2025-03-04T19:54:17.7412572Z * [new branch] gh/bdhirsh/642/base -> origin/gh/bdhirsh/642/base 2025-03-04T19:54:17.7413300Z * [new branch] gh/bdhirsh/642/head -> origin/gh/bdhirsh/642/head 2025-03-04T19:54:17.7413900Z * [new branch] gh/bdhirsh/642/orig -> origin/gh/bdhirsh/642/orig 2025-03-04T19:54:17.7414696Z * [new branch] gh/bdhirsh/643/base -> origin/gh/bdhirsh/643/base 2025-03-04T19:54:17.7415349Z * [new branch] gh/bdhirsh/643/head -> origin/gh/bdhirsh/643/head 2025-03-04T19:54:17.7416027Z * [new branch] gh/bdhirsh/643/orig -> origin/gh/bdhirsh/643/orig 2025-03-04T19:54:17.7416593Z * [new branch] gh/bdhirsh/644/base -> origin/gh/bdhirsh/644/base 2025-03-04T19:54:17.7417349Z * [new branch] gh/bdhirsh/644/head -> origin/gh/bdhirsh/644/head 2025-03-04T19:54:17.7418090Z * [new branch] gh/bdhirsh/644/orig -> origin/gh/bdhirsh/644/orig 2025-03-04T19:54:17.7418736Z * [new branch] gh/benjaminglass1/47/base -> origin/gh/benjaminglass1/47/base 2025-03-04T19:54:17.7419563Z * [new branch] gh/benjaminglass1/47/head -> origin/gh/benjaminglass1/47/head 2025-03-04T19:54:17.7420308Z * [new branch] gh/benjaminglass1/47/orig -> origin/gh/benjaminglass1/47/orig 2025-03-04T19:54:17.7421303Z * [new branch] gh/benjaminglass1/51/base -> origin/gh/benjaminglass1/51/base 2025-03-04T19:54:17.7422060Z * [new branch] gh/benjaminglass1/51/head -> origin/gh/benjaminglass1/51/head 2025-03-04T19:54:17.7422896Z * [new branch] gh/benjaminglass1/51/orig -> origin/gh/benjaminglass1/51/orig 2025-03-04T19:54:17.7423652Z * [new branch] gh/benjaminglass1/52/base -> origin/gh/benjaminglass1/52/base 2025-03-04T19:54:17.7424372Z * [new branch] gh/benjaminglass1/52/head -> origin/gh/benjaminglass1/52/head 2025-03-04T19:54:17.7425198Z * [new branch] gh/benjaminglass1/52/orig -> origin/gh/benjaminglass1/52/orig 2025-03-04T19:54:17.7426017Z * [new branch] gh/benjaminglass1/56/base -> origin/gh/benjaminglass1/56/base 2025-03-04T19:54:17.7426656Z * [new branch] gh/benjaminglass1/56/head -> origin/gh/benjaminglass1/56/head 2025-03-04T19:54:17.7427545Z * [new branch] gh/benjaminglass1/56/orig -> origin/gh/benjaminglass1/56/orig 2025-03-04T19:54:17.7428531Z * [new branch] gh/benjaminglass1/58/base -> origin/gh/benjaminglass1/58/base 2025-03-04T19:54:17.7429362Z * [new branch] gh/benjaminglass1/58/head -> origin/gh/benjaminglass1/58/head 2025-03-04T19:54:17.7430009Z * [new branch] gh/benjaminglass1/58/orig -> origin/gh/benjaminglass1/58/orig 2025-03-04T19:54:17.7431014Z * [new branch] gh/benjaminglass1/59/base -> origin/gh/benjaminglass1/59/base 2025-03-04T19:54:17.7431949Z * [new branch] gh/benjaminglass1/59/head -> origin/gh/benjaminglass1/59/head 2025-03-04T19:54:17.7432965Z * [new branch] gh/benjaminglass1/59/orig -> origin/gh/benjaminglass1/59/orig 2025-03-04T19:54:17.7434530Z * [new branch] gh/benjaminglass1/60/base -> origin/gh/benjaminglass1/60/base 2025-03-04T19:54:17.7435535Z * [new branch] gh/benjaminglass1/60/head -> origin/gh/benjaminglass1/60/head 2025-03-04T19:54:17.7436578Z * [new branch] gh/benjaminglass1/60/orig -> origin/gh/benjaminglass1/60/orig 2025-03-04T19:54:17.7437988Z * [new branch] gh/benjaminglass1/63/base -> origin/gh/benjaminglass1/63/base 2025-03-04T19:54:17.7438993Z * [new branch] gh/benjaminglass1/63/head -> origin/gh/benjaminglass1/63/head 2025-03-04T19:54:17.7439970Z * [new branch] gh/benjaminglass1/63/orig -> origin/gh/benjaminglass1/63/orig 2025-03-04T19:54:17.7441492Z * [new branch] gh/benjaminglass1/64/base -> origin/gh/benjaminglass1/64/base 2025-03-04T19:54:17.7442479Z * [new branch] gh/benjaminglass1/64/head -> origin/gh/benjaminglass1/64/head 2025-03-04T19:54:17.7443572Z * [new branch] gh/benjaminglass1/64/orig -> origin/gh/benjaminglass1/64/orig 2025-03-04T19:54:17.7445147Z * [new branch] gh/benjaminglass1/65/base -> origin/gh/benjaminglass1/65/base 2025-03-04T19:54:17.7446012Z * [new branch] gh/benjaminglass1/65/head -> origin/gh/benjaminglass1/65/head 2025-03-04T19:54:17.7447071Z * [new branch] gh/benjaminglass1/65/orig -> origin/gh/benjaminglass1/65/orig 2025-03-04T19:54:17.7448416Z * [new branch] gh/benjaminglass1/66/base -> origin/gh/benjaminglass1/66/base 2025-03-04T19:54:17.7449397Z * [new branch] gh/benjaminglass1/66/head -> origin/gh/benjaminglass1/66/head 2025-03-04T19:54:17.7450428Z * [new branch] gh/benjaminglass1/66/orig -> origin/gh/benjaminglass1/66/orig 2025-03-04T19:54:17.7452030Z * [new branch] gh/benjaminglass1/67/base -> origin/gh/benjaminglass1/67/base 2025-03-04T19:54:17.7453193Z * [new branch] gh/benjaminglass1/67/head -> origin/gh/benjaminglass1/67/head 2025-03-04T19:54:17.7454245Z * [new branch] gh/benjaminglass1/67/orig -> origin/gh/benjaminglass1/67/orig 2025-03-04T19:54:17.7455696Z * [new branch] gh/benjaminglass1/68/base -> origin/gh/benjaminglass1/68/base 2025-03-04T19:54:17.7456736Z * [new branch] gh/benjaminglass1/68/head -> origin/gh/benjaminglass1/68/head 2025-03-04T19:54:17.7457697Z * [new branch] gh/benjaminglass1/68/orig -> origin/gh/benjaminglass1/68/orig 2025-03-04T19:54:17.7459017Z * [new branch] gh/benjaminglass1/69/base -> origin/gh/benjaminglass1/69/base 2025-03-04T19:54:17.7460004Z * [new branch] gh/benjaminglass1/69/head -> origin/gh/benjaminglass1/69/head 2025-03-04T19:54:17.7461038Z * [new branch] gh/benjaminglass1/69/orig -> origin/gh/benjaminglass1/69/orig 2025-03-04T19:54:17.7462367Z * [new branch] gh/benjaminglass1/70/base -> origin/gh/benjaminglass1/70/base 2025-03-04T19:54:17.7463330Z * [new branch] gh/benjaminglass1/70/head -> origin/gh/benjaminglass1/70/head 2025-03-04T19:54:17.7464379Z * [new branch] gh/benjaminglass1/70/orig -> origin/gh/benjaminglass1/70/orig 2025-03-04T19:54:17.7465743Z * [new branch] gh/benjaminglass1/71/base -> origin/gh/benjaminglass1/71/base 2025-03-04T19:54:17.7466843Z * [new branch] gh/benjaminglass1/71/head -> origin/gh/benjaminglass1/71/head 2025-03-04T19:54:17.7467799Z * [new branch] gh/benjaminglass1/71/orig -> origin/gh/benjaminglass1/71/orig 2025-03-04T19:54:17.7469091Z * [new branch] gh/benjaminglass1/72/base -> origin/gh/benjaminglass1/72/base 2025-03-04T19:54:17.7470166Z * [new branch] gh/benjaminglass1/72/head -> origin/gh/benjaminglass1/72/head 2025-03-04T19:54:17.7471087Z * [new branch] gh/benjaminglass1/72/orig -> origin/gh/benjaminglass1/72/orig 2025-03-04T19:54:17.7472620Z * [new branch] gh/benjaminglass1/73/base -> origin/gh/benjaminglass1/73/base 2025-03-04T19:54:17.7473749Z * [new branch] gh/benjaminglass1/73/head -> origin/gh/benjaminglass1/73/head 2025-03-04T19:54:17.7474601Z * [new branch] gh/benjaminglass1/73/orig -> origin/gh/benjaminglass1/73/orig 2025-03-04T19:54:17.7476338Z * [new branch] gh/benjaminglass1/74/base -> origin/gh/benjaminglass1/74/base 2025-03-04T19:54:17.7477295Z * [new branch] gh/benjaminglass1/74/head -> origin/gh/benjaminglass1/74/head 2025-03-04T19:54:17.7478254Z * [new branch] gh/benjaminglass1/74/orig -> origin/gh/benjaminglass1/74/orig 2025-03-04T19:54:17.7480075Z * [new branch] gh/bertmaher/5/base -> origin/gh/bertmaher/5/base 2025-03-04T19:54:17.7481443Z * [new branch] gh/bertmaher/5/head -> origin/gh/bertmaher/5/head 2025-03-04T19:54:17.7482306Z * [new branch] gh/bertmaher/5/orig -> origin/gh/bertmaher/5/orig 2025-03-04T19:54:17.7483584Z * [new branch] gh/bertmaher/6/base -> origin/gh/bertmaher/6/base 2025-03-04T19:54:17.7484494Z * [new branch] gh/bertmaher/6/head -> origin/gh/bertmaher/6/head 2025-03-04T19:54:17.7485575Z * [new branch] gh/bertmaher/6/orig -> origin/gh/bertmaher/6/orig 2025-03-04T19:54:17.7487336Z * [new branch] gh/bobrenjc93/119/base -> origin/gh/bobrenjc93/119/base 2025-03-04T19:54:17.7488205Z * [new branch] gh/bobrenjc93/119/head -> origin/gh/bobrenjc93/119/head 2025-03-04T19:54:17.7489273Z * [new branch] gh/bobrenjc93/119/orig -> origin/gh/bobrenjc93/119/orig 2025-03-04T19:54:17.7490749Z * [new branch] gh/bobrenjc93/146/base -> origin/gh/bobrenjc93/146/base 2025-03-04T19:54:17.7491625Z * [new branch] gh/bobrenjc93/146/head -> origin/gh/bobrenjc93/146/head 2025-03-04T19:54:17.7492721Z * [new branch] gh/bobrenjc93/146/orig -> origin/gh/bobrenjc93/146/orig 2025-03-04T19:54:17.7494345Z * [new branch] gh/bobrenjc93/207/base -> origin/gh/bobrenjc93/207/base 2025-03-04T19:54:17.7495364Z * [new branch] gh/bobrenjc93/207/head -> origin/gh/bobrenjc93/207/head 2025-03-04T19:54:17.7496437Z * [new branch] gh/bobrenjc93/207/orig -> origin/gh/bobrenjc93/207/orig 2025-03-04T19:54:17.7497954Z * [new branch] gh/bobrenjc93/252/base -> origin/gh/bobrenjc93/252/base 2025-03-04T19:54:17.7498753Z * [new branch] gh/bobrenjc93/252/head -> origin/gh/bobrenjc93/252/head 2025-03-04T19:54:17.7499784Z * [new branch] gh/bobrenjc93/252/orig -> origin/gh/bobrenjc93/252/orig 2025-03-04T19:54:17.7501544Z * [new branch] gh/bobrenjc93/253/base -> origin/gh/bobrenjc93/253/base 2025-03-04T19:54:17.7502342Z * [new branch] gh/bobrenjc93/253/head -> origin/gh/bobrenjc93/253/head 2025-03-04T19:54:17.7503410Z * [new branch] gh/bobrenjc93/253/orig -> origin/gh/bobrenjc93/253/orig 2025-03-04T19:54:17.7505444Z * [new branch] gh/bobrenjc93/255/base -> origin/gh/bobrenjc93/255/base 2025-03-04T19:54:17.7506113Z * [new branch] gh/bobrenjc93/255/head -> origin/gh/bobrenjc93/255/head 2025-03-04T19:54:17.7506894Z * [new branch] gh/bobrenjc93/255/orig -> origin/gh/bobrenjc93/255/orig 2025-03-04T19:54:17.7508379Z * [new branch] gh/bobrenjc93/260/base -> origin/gh/bobrenjc93/260/base 2025-03-04T19:54:17.7509372Z * [new branch] gh/bobrenjc93/260/head -> origin/gh/bobrenjc93/260/head 2025-03-04T19:54:17.7510337Z * [new branch] gh/bobrenjc93/260/orig -> origin/gh/bobrenjc93/260/orig 2025-03-04T19:54:17.7511809Z * [new branch] gh/bobrenjc93/261/base -> origin/gh/bobrenjc93/261/base 2025-03-04T19:54:17.7512841Z * [new branch] gh/bobrenjc93/261/head -> origin/gh/bobrenjc93/261/head 2025-03-04T19:54:17.7513814Z * [new branch] gh/bobrenjc93/261/orig -> origin/gh/bobrenjc93/261/orig 2025-03-04T19:54:17.7515194Z * [new branch] gh/bobrenjc93/262/base -> origin/gh/bobrenjc93/262/base 2025-03-04T19:54:17.7516193Z * [new branch] gh/bobrenjc93/262/head -> origin/gh/bobrenjc93/262/head 2025-03-04T19:54:17.7517709Z * [new branch] gh/bobrenjc93/262/orig -> origin/gh/bobrenjc93/262/orig 2025-03-04T19:54:17.7519259Z * [new branch] gh/bobrenjc93/263/base -> origin/gh/bobrenjc93/263/base 2025-03-04T19:54:17.7520258Z * [new branch] gh/bobrenjc93/263/head -> origin/gh/bobrenjc93/263/head 2025-03-04T19:54:17.7521193Z * [new branch] gh/bobrenjc93/263/orig -> origin/gh/bobrenjc93/263/orig 2025-03-04T19:54:17.7523394Z * [new branch] gh/bobrenjc93/264/base -> origin/gh/bobrenjc93/264/base 2025-03-04T19:54:17.7524693Z * [new branch] gh/bobrenjc93/264/head -> origin/gh/bobrenjc93/264/head 2025-03-04T19:54:17.7525738Z * [new branch] gh/bobrenjc93/264/orig -> origin/gh/bobrenjc93/264/orig 2025-03-04T19:54:17.7528075Z * [new branch] gh/bobrenjc93/265/base -> origin/gh/bobrenjc93/265/base 2025-03-04T19:54:17.7529593Z * [new branch] gh/bobrenjc93/265/head -> origin/gh/bobrenjc93/265/head 2025-03-04T19:54:17.7530589Z * [new branch] gh/bobrenjc93/265/orig -> origin/gh/bobrenjc93/265/orig 2025-03-04T19:54:17.7532265Z * [new branch] gh/bobrenjc93/266/base -> origin/gh/bobrenjc93/266/base 2025-03-04T19:54:17.7533307Z * [new branch] gh/bobrenjc93/266/head -> origin/gh/bobrenjc93/266/head 2025-03-04T19:54:17.7534293Z * [new branch] gh/bobrenjc93/266/orig -> origin/gh/bobrenjc93/266/orig 2025-03-04T19:54:17.7535590Z * [new branch] gh/bobrenjc93/267/base -> origin/gh/bobrenjc93/267/base 2025-03-04T19:54:17.7537152Z * [new branch] gh/bobrenjc93/267/head -> origin/gh/bobrenjc93/267/head 2025-03-04T19:54:17.7538203Z * [new branch] gh/bobrenjc93/267/orig -> origin/gh/bobrenjc93/267/orig 2025-03-04T19:54:17.7539738Z * [new branch] gh/bobrenjc93/268/base -> origin/gh/bobrenjc93/268/base 2025-03-04T19:54:17.7540708Z * [new branch] gh/bobrenjc93/268/head -> origin/gh/bobrenjc93/268/head 2025-03-04T19:54:17.7541374Z * [new branch] gh/bobrenjc93/268/orig -> origin/gh/bobrenjc93/268/orig 2025-03-04T19:54:17.7542938Z * [new branch] gh/bobrenjc93/269/base -> origin/gh/bobrenjc93/269/base 2025-03-04T19:54:17.7543760Z * [new branch] gh/bobrenjc93/269/head -> origin/gh/bobrenjc93/269/head 2025-03-04T19:54:17.7544742Z * [new branch] gh/bobrenjc93/269/orig -> origin/gh/bobrenjc93/269/orig 2025-03-04T19:54:17.7546697Z * [new branch] gh/bobrenjc93/270/base -> origin/gh/bobrenjc93/270/base 2025-03-04T19:54:17.7547697Z * [new branch] gh/bobrenjc93/270/head -> origin/gh/bobrenjc93/270/head 2025-03-04T19:54:17.7548713Z * [new branch] gh/bobrenjc93/270/orig -> origin/gh/bobrenjc93/270/orig 2025-03-04T19:54:17.7550348Z * [new branch] gh/bobrenjc93/271/base -> origin/gh/bobrenjc93/271/base 2025-03-04T19:54:17.7551191Z * [new branch] gh/bobrenjc93/271/head -> origin/gh/bobrenjc93/271/head 2025-03-04T19:54:17.7552134Z * [new branch] gh/bobrenjc93/271/orig -> origin/gh/bobrenjc93/271/orig 2025-03-04T19:54:17.7553753Z * [new branch] gh/bobrenjc93/272/base -> origin/gh/bobrenjc93/272/base 2025-03-04T19:54:17.7554674Z * [new branch] gh/bobrenjc93/272/head -> origin/gh/bobrenjc93/272/head 2025-03-04T19:54:17.7555717Z * [new branch] gh/bobrenjc93/272/orig -> origin/gh/bobrenjc93/272/orig 2025-03-04T19:54:17.7557054Z * [new branch] gh/bobrenjc93/273/base -> origin/gh/bobrenjc93/273/base 2025-03-04T19:54:17.7558066Z * [new branch] gh/bobrenjc93/273/head -> origin/gh/bobrenjc93/273/head 2025-03-04T19:54:17.7558981Z * [new branch] gh/bobrenjc93/273/orig -> origin/gh/bobrenjc93/273/orig 2025-03-04T19:54:17.7560294Z * [new branch] gh/bobrenjc93/274/base -> origin/gh/bobrenjc93/274/base 2025-03-04T19:54:17.7561115Z * [new branch] gh/bobrenjc93/274/head -> origin/gh/bobrenjc93/274/head 2025-03-04T19:54:17.7562130Z * [new branch] gh/bobrenjc93/274/orig -> origin/gh/bobrenjc93/274/orig 2025-03-04T19:54:17.7563320Z * [new branch] gh/bobrenjc93/275/base -> origin/gh/bobrenjc93/275/base 2025-03-04T19:54:17.7564342Z * [new branch] gh/bobrenjc93/275/head -> origin/gh/bobrenjc93/275/head 2025-03-04T19:54:17.7565303Z * [new branch] gh/bobrenjc93/275/orig -> origin/gh/bobrenjc93/275/orig 2025-03-04T19:54:17.7566655Z * [new branch] gh/bobrenjc93/276/base -> origin/gh/bobrenjc93/276/base 2025-03-04T19:54:17.7567671Z * [new branch] gh/bobrenjc93/276/head -> origin/gh/bobrenjc93/276/head 2025-03-04T19:54:17.7568705Z * [new branch] gh/bobrenjc93/276/orig -> origin/gh/bobrenjc93/276/orig 2025-03-04T19:54:17.7569935Z * [new branch] gh/bobrenjc93/277/base -> origin/gh/bobrenjc93/277/base 2025-03-04T19:54:17.7571014Z * [new branch] gh/bobrenjc93/277/head -> origin/gh/bobrenjc93/277/head 2025-03-04T19:54:17.7572040Z * [new branch] gh/bobrenjc93/277/orig -> origin/gh/bobrenjc93/277/orig 2025-03-04T19:54:17.7573357Z * [new branch] gh/bobrenjc93/278/base -> origin/gh/bobrenjc93/278/base 2025-03-04T19:54:17.7574476Z * [new branch] gh/bobrenjc93/278/head -> origin/gh/bobrenjc93/278/head 2025-03-04T19:54:17.7575598Z * [new branch] gh/bobrenjc93/278/orig -> origin/gh/bobrenjc93/278/orig 2025-03-04T19:54:17.7576997Z * [new branch] gh/bobrenjc93/279/base -> origin/gh/bobrenjc93/279/base 2025-03-04T19:54:17.7578072Z * [new branch] gh/bobrenjc93/279/head -> origin/gh/bobrenjc93/279/head 2025-03-04T19:54:17.7578878Z * [new branch] gh/bobrenjc93/279/orig -> origin/gh/bobrenjc93/279/orig 2025-03-04T19:54:17.7580480Z * [new branch] gh/bobrenjc93/280/base -> origin/gh/bobrenjc93/280/base 2025-03-04T19:54:17.7581570Z * [new branch] gh/bobrenjc93/280/head -> origin/gh/bobrenjc93/280/head 2025-03-04T19:54:17.7582391Z * [new branch] gh/bobrenjc93/280/orig -> origin/gh/bobrenjc93/280/orig 2025-03-04T19:54:17.7583906Z * [new branch] gh/bobrenjc93/281/base -> origin/gh/bobrenjc93/281/base 2025-03-04T19:54:17.7584874Z * [new branch] gh/bobrenjc93/281/head -> origin/gh/bobrenjc93/281/head 2025-03-04T19:54:17.7585864Z * [new branch] gh/bobrenjc93/281/orig -> origin/gh/bobrenjc93/281/orig 2025-03-04T19:54:17.7587267Z * [new branch] gh/bobrenjc93/282/base -> origin/gh/bobrenjc93/282/base 2025-03-04T19:54:17.7588299Z * [new branch] gh/bobrenjc93/282/head -> origin/gh/bobrenjc93/282/head 2025-03-04T19:54:17.7589329Z * [new branch] gh/bobrenjc93/282/orig -> origin/gh/bobrenjc93/282/orig 2025-03-04T19:54:17.7590841Z * [new branch] gh/bobrenjc93/283/base -> origin/gh/bobrenjc93/283/base 2025-03-04T19:54:17.7591935Z * [new branch] gh/bobrenjc93/283/head -> origin/gh/bobrenjc93/283/head 2025-03-04T19:54:17.7592932Z * [new branch] gh/bobrenjc93/283/orig -> origin/gh/bobrenjc93/283/orig 2025-03-04T19:54:17.7594283Z * [new branch] gh/bobrenjc93/284/base -> origin/gh/bobrenjc93/284/base 2025-03-04T19:54:17.7595395Z * [new branch] gh/bobrenjc93/284/head -> origin/gh/bobrenjc93/284/head 2025-03-04T19:54:17.7596356Z * [new branch] gh/bobrenjc93/284/orig -> origin/gh/bobrenjc93/284/orig 2025-03-04T19:54:17.7597605Z * [new branch] gh/bobrenjc93/285/base -> origin/gh/bobrenjc93/285/base 2025-03-04T19:54:17.7598627Z * [new branch] gh/bobrenjc93/285/head -> origin/gh/bobrenjc93/285/head 2025-03-04T19:54:17.7599607Z * [new branch] gh/bobrenjc93/285/orig -> origin/gh/bobrenjc93/285/orig 2025-03-04T19:54:17.7602321Z * [new branch] gh/bobrenjc93/286/base -> origin/gh/bobrenjc93/286/base 2025-03-04T19:54:17.7603961Z * [new branch] gh/bobrenjc93/286/head -> origin/gh/bobrenjc93/286/head 2025-03-04T19:54:17.7605191Z * [new branch] gh/bobrenjc93/286/orig -> origin/gh/bobrenjc93/286/orig 2025-03-04T19:54:17.7606726Z * [new branch] gh/bobrenjc93/287/base -> origin/gh/bobrenjc93/287/base 2025-03-04T19:54:17.7608138Z * [new branch] gh/bobrenjc93/287/head -> origin/gh/bobrenjc93/287/head 2025-03-04T19:54:17.7609389Z * [new branch] gh/bobrenjc93/287/orig -> origin/gh/bobrenjc93/287/orig 2025-03-04T19:54:17.7611048Z * [new branch] gh/bobrenjc93/288/base -> origin/gh/bobrenjc93/288/base 2025-03-04T19:54:17.7612438Z * [new branch] gh/bobrenjc93/288/head -> origin/gh/bobrenjc93/288/head 2025-03-04T19:54:17.7613714Z * [new branch] gh/bobrenjc93/288/orig -> origin/gh/bobrenjc93/288/orig 2025-03-04T19:54:17.7615260Z * [new branch] gh/bobrenjc93/289/base -> origin/gh/bobrenjc93/289/base 2025-03-04T19:54:17.7616422Z * [new branch] gh/bobrenjc93/289/head -> origin/gh/bobrenjc93/289/head 2025-03-04T19:54:17.7617546Z * [new branch] gh/bobrenjc93/289/orig -> origin/gh/bobrenjc93/289/orig 2025-03-04T19:54:17.7619239Z * [new branch] gh/bobrenjc93/290/base -> origin/gh/bobrenjc93/290/base 2025-03-04T19:54:17.7620630Z * [new branch] gh/bobrenjc93/290/head -> origin/gh/bobrenjc93/290/head 2025-03-04T19:54:17.7621796Z * [new branch] gh/bobrenjc93/290/orig -> origin/gh/bobrenjc93/290/orig 2025-03-04T19:54:17.7623334Z * [new branch] gh/bobrenjc93/291/base -> origin/gh/bobrenjc93/291/base 2025-03-04T19:54:17.7624403Z * [new branch] gh/bobrenjc93/291/head -> origin/gh/bobrenjc93/291/head 2025-03-04T19:54:17.7625613Z * [new branch] gh/bobrenjc93/291/orig -> origin/gh/bobrenjc93/291/orig 2025-03-04T19:54:17.7627161Z * [new branch] gh/bobrenjc93/292/base -> origin/gh/bobrenjc93/292/base 2025-03-04T19:54:17.7628287Z * [new branch] gh/bobrenjc93/292/head -> origin/gh/bobrenjc93/292/head 2025-03-04T19:54:17.7629325Z * [new branch] gh/bobrenjc93/292/orig -> origin/gh/bobrenjc93/292/orig 2025-03-04T19:54:17.7631167Z * [new branch] gh/bobrenjc93/293/base -> origin/gh/bobrenjc93/293/base 2025-03-04T19:54:17.7632309Z * [new branch] gh/bobrenjc93/293/head -> origin/gh/bobrenjc93/293/head 2025-03-04T19:54:17.7633432Z * [new branch] gh/bobrenjc93/293/orig -> origin/gh/bobrenjc93/293/orig 2025-03-04T19:54:17.7635747Z * [new branch] gh/briancoutinho/2/base -> origin/gh/briancoutinho/2/base 2025-03-04T19:54:17.7636987Z * [new branch] gh/briancoutinho/2/head -> origin/gh/briancoutinho/2/head 2025-03-04T19:54:17.7638776Z * [new branch] gh/c00w/23/base -> origin/gh/c00w/23/base 2025-03-04T19:54:17.7639947Z * [new branch] gh/c00w/23/head -> origin/gh/c00w/23/head 2025-03-04T19:54:17.7641673Z * [new branch] gh/c00w/30/base -> origin/gh/c00w/30/base 2025-03-04T19:54:17.7642815Z * [new branch] gh/c00w/30/head -> origin/gh/c00w/30/head 2025-03-04T19:54:17.7644019Z * [new branch] gh/c00w/30/orig -> origin/gh/c00w/30/orig 2025-03-04T19:54:17.7645749Z * [new branch] gh/c00w/35/base -> origin/gh/c00w/35/base 2025-03-04T19:54:17.7647022Z * [new branch] gh/c00w/35/head -> origin/gh/c00w/35/head 2025-03-04T19:54:17.7648201Z * [new branch] gh/c00w/35/orig -> origin/gh/c00w/35/orig 2025-03-04T19:54:17.7649807Z * [new branch] gh/c00w/36/base -> origin/gh/c00w/36/base 2025-03-04T19:54:17.7650861Z * [new branch] gh/c00w/36/head -> origin/gh/c00w/36/head 2025-03-04T19:54:17.7652218Z * [new branch] gh/c00w/36/orig -> origin/gh/c00w/36/orig 2025-03-04T19:54:17.7653819Z * [new branch] gh/c00w/37/base -> origin/gh/c00w/37/base 2025-03-04T19:54:17.7654959Z * [new branch] gh/c00w/37/head -> origin/gh/c00w/37/head 2025-03-04T19:54:17.7656086Z * [new branch] gh/c00w/37/orig -> origin/gh/c00w/37/orig 2025-03-04T19:54:17.7657820Z * [new branch] gh/c00w/38/base -> origin/gh/c00w/38/base 2025-03-04T19:54:17.7658914Z * [new branch] gh/c00w/38/head -> origin/gh/c00w/38/head 2025-03-04T19:54:17.7660035Z * [new branch] gh/c00w/38/orig -> origin/gh/c00w/38/orig 2025-03-04T19:54:17.7661671Z * [new branch] gh/c00w/39/base -> origin/gh/c00w/39/base 2025-03-04T19:54:17.7662834Z * [new branch] gh/c00w/39/head -> origin/gh/c00w/39/head 2025-03-04T19:54:17.7664455Z * [new branch] gh/c00w/39/orig -> origin/gh/c00w/39/orig 2025-03-04T19:54:17.7666113Z * [new branch] gh/c00w/40/base -> origin/gh/c00w/40/base 2025-03-04T19:54:17.7667284Z * [new branch] gh/c00w/40/head -> origin/gh/c00w/40/head 2025-03-04T19:54:17.7668423Z * [new branch] gh/c00w/40/orig -> origin/gh/c00w/40/orig 2025-03-04T19:54:17.7669999Z * [new branch] gh/c00w/41/base -> origin/gh/c00w/41/base 2025-03-04T19:54:17.7671169Z * [new branch] gh/c00w/41/head -> origin/gh/c00w/41/head 2025-03-04T19:54:17.7672414Z * [new branch] gh/c00w/41/orig -> origin/gh/c00w/41/orig 2025-03-04T19:54:17.7673873Z * [new branch] gh/c00w/42/base -> origin/gh/c00w/42/base 2025-03-04T19:54:17.7675193Z * [new branch] gh/c00w/42/head -> origin/gh/c00w/42/head 2025-03-04T19:54:17.7676330Z * [new branch] gh/c00w/42/orig -> origin/gh/c00w/42/orig 2025-03-04T19:54:17.7678327Z * [new branch] gh/chenyang78/1/base -> origin/gh/chenyang78/1/base 2025-03-04T19:54:17.7679447Z * [new branch] gh/chenyang78/1/head -> origin/gh/chenyang78/1/head 2025-03-04T19:54:17.7680607Z * [new branch] gh/chenyang78/1/orig -> origin/gh/chenyang78/1/orig 2025-03-04T19:54:17.7682065Z * [new branch] gh/chenyang78/2/base -> origin/gh/chenyang78/2/base 2025-03-04T19:54:17.7683659Z * [new branch] gh/chenyang78/2/head -> origin/gh/chenyang78/2/head 2025-03-04T19:54:17.7684810Z * [new branch] gh/chenyang78/2/orig -> origin/gh/chenyang78/2/orig 2025-03-04T19:54:17.7686820Z * [new branch] gh/chillee/220/base -> origin/gh/chillee/220/base 2025-03-04T19:54:17.7687951Z * [new branch] gh/chillee/220/head -> origin/gh/chillee/220/head 2025-03-04T19:54:17.7689054Z * [new branch] gh/chillee/220/orig -> origin/gh/chillee/220/orig 2025-03-04T19:54:17.7690668Z * [new branch] gh/chillee/376/base -> origin/gh/chillee/376/base 2025-03-04T19:54:17.7691917Z * [new branch] gh/chillee/376/head -> origin/gh/chillee/376/head 2025-03-04T19:54:17.7693107Z * [new branch] gh/chillee/376/orig -> origin/gh/chillee/376/orig 2025-03-04T19:54:17.7694596Z * [new branch] gh/chillee/377/base -> origin/gh/chillee/377/base 2025-03-04T19:54:17.7695722Z * [new branch] gh/chillee/377/head -> origin/gh/chillee/377/head 2025-03-04T19:54:17.7696829Z * [new branch] gh/chillee/377/orig -> origin/gh/chillee/377/orig 2025-03-04T19:54:17.7698361Z * [new branch] gh/chillee/380/base -> origin/gh/chillee/380/base 2025-03-04T19:54:17.7699481Z * [new branch] gh/chillee/380/head -> origin/gh/chillee/380/head 2025-03-04T19:54:17.7700764Z * [new branch] gh/chillee/380/orig -> origin/gh/chillee/380/orig 2025-03-04T19:54:17.7702669Z * [new branch] gh/chunyuan-w/1/base -> origin/gh/chunyuan-w/1/base 2025-03-04T19:54:17.7703814Z * [new branch] gh/chunyuan-w/1/head -> origin/gh/chunyuan-w/1/head 2025-03-04T19:54:17.7704947Z * [new branch] gh/chunyuan-w/1/orig -> origin/gh/chunyuan-w/1/orig 2025-03-04T19:54:17.7706535Z * [new branch] gh/chunyuan-w/3/base -> origin/gh/chunyuan-w/3/base 2025-03-04T19:54:17.7707631Z * [new branch] gh/chunyuan-w/3/head -> origin/gh/chunyuan-w/3/head 2025-03-04T19:54:17.7708758Z * [new branch] gh/chunyuan-w/3/orig -> origin/gh/chunyuan-w/3/orig 2025-03-04T19:54:17.7710492Z * [new branch] gh/clee2000/1/base -> origin/gh/clee2000/1/base 2025-03-04T19:54:17.7711740Z * [new branch] gh/clee2000/1/head -> origin/gh/clee2000/1/head 2025-03-04T19:54:17.7712913Z * [new branch] gh/clee2000/1/orig -> origin/gh/clee2000/1/orig 2025-03-04T19:54:17.7714950Z * [new branch] gh/davidberard98/230/base -> origin/gh/davidberard98/230/base 2025-03-04T19:54:17.7716162Z * [new branch] gh/davidberard98/230/head -> origin/gh/davidberard98/230/head 2025-03-04T19:54:17.7717381Z * [new branch] gh/davidberard98/230/orig -> origin/gh/davidberard98/230/orig 2025-03-04T19:54:17.7718864Z * [new branch] gh/davidberard98/335/base -> origin/gh/davidberard98/335/base 2025-03-04T19:54:17.7720105Z * [new branch] gh/davidberard98/335/head -> origin/gh/davidberard98/335/head 2025-03-04T19:54:17.7721236Z * [new branch] gh/davidberard98/335/orig -> origin/gh/davidberard98/335/orig 2025-03-04T19:54:17.7722858Z * [new branch] gh/davidberard98/337/base -> origin/gh/davidberard98/337/base 2025-03-04T19:54:17.7724146Z * [new branch] gh/davidberard98/337/head -> origin/gh/davidberard98/337/head 2025-03-04T19:54:17.7725666Z * [new branch] gh/davidberard98/337/orig -> origin/gh/davidberard98/337/orig 2025-03-04T19:54:17.7726822Z * [new branch] gh/davidberard98/338/base -> origin/gh/davidberard98/338/base 2025-03-04T19:54:17.7728054Z * [new branch] gh/davidberard98/338/head -> origin/gh/davidberard98/338/head 2025-03-04T19:54:17.7729227Z * [new branch] gh/davidberard98/338/orig -> origin/gh/davidberard98/338/orig 2025-03-04T19:54:17.7730958Z * [new branch] gh/davidberard98/339/base -> origin/gh/davidberard98/339/base 2025-03-04T19:54:17.7732047Z * [new branch] gh/davidberard98/339/head -> origin/gh/davidberard98/339/head 2025-03-04T19:54:17.7733204Z * [new branch] gh/davidberard98/339/orig -> origin/gh/davidberard98/339/orig 2025-03-04T19:54:17.7734705Z * [new branch] gh/davidberard98/340/base -> origin/gh/davidberard98/340/base 2025-03-04T19:54:17.7735959Z * [new branch] gh/davidberard98/340/head -> origin/gh/davidberard98/340/head 2025-03-04T19:54:17.7737183Z * [new branch] gh/davidberard98/340/orig -> origin/gh/davidberard98/340/orig 2025-03-04T19:54:17.7738719Z * [new branch] gh/davidberard98/341/base -> origin/gh/davidberard98/341/base 2025-03-04T19:54:17.7739932Z * [new branch] gh/davidberard98/341/head -> origin/gh/davidberard98/341/head 2025-03-04T19:54:17.7741090Z * [new branch] gh/davidberard98/341/orig -> origin/gh/davidberard98/341/orig 2025-03-04T19:54:17.7742818Z * [new branch] gh/desertfire/531/base -> origin/gh/desertfire/531/base 2025-03-04T19:54:17.7743929Z * [new branch] gh/desertfire/531/head -> origin/gh/desertfire/531/head 2025-03-04T19:54:17.7745080Z * [new branch] gh/desertfire/531/orig -> origin/gh/desertfire/531/orig 2025-03-04T19:54:17.7746618Z * [new branch] gh/desertfire/535/base -> origin/gh/desertfire/535/base 2025-03-04T19:54:17.7747787Z * [new branch] gh/desertfire/535/head -> origin/gh/desertfire/535/head 2025-03-04T19:54:17.7748933Z * [new branch] gh/desertfire/535/orig -> origin/gh/desertfire/535/orig 2025-03-04T19:54:17.7750518Z * [new branch] gh/desertfire/536/base -> origin/gh/desertfire/536/base 2025-03-04T19:54:17.7752011Z * [new branch] gh/desertfire/536/head -> origin/gh/desertfire/536/head 2025-03-04T19:54:17.7753187Z * [new branch] gh/desertfire/536/orig -> origin/gh/desertfire/536/orig 2025-03-04T19:54:17.7754715Z * [new branch] gh/desertfire/537/base -> origin/gh/desertfire/537/base 2025-03-04T19:54:17.7755886Z * [new branch] gh/desertfire/537/head -> origin/gh/desertfire/537/head 2025-03-04T19:54:17.7757017Z * [new branch] gh/desertfire/537/orig -> origin/gh/desertfire/537/orig 2025-03-04T19:54:17.7758590Z * [new branch] gh/desertfire/538/base -> origin/gh/desertfire/538/base 2025-03-04T19:54:17.7759638Z * [new branch] gh/desertfire/538/head -> origin/gh/desertfire/538/head 2025-03-04T19:54:17.7761144Z * [new branch] gh/desertfire/539/base -> origin/gh/desertfire/539/base 2025-03-04T19:54:17.7762268Z * [new branch] gh/desertfire/539/head -> origin/gh/desertfire/539/head 2025-03-04T19:54:17.7763447Z * [new branch] gh/desertfire/539/orig -> origin/gh/desertfire/539/orig 2025-03-04T19:54:17.7764959Z * [new branch] gh/desertfire/540/base -> origin/gh/desertfire/540/base 2025-03-04T19:54:17.7766040Z * [new branch] gh/desertfire/540/head -> origin/gh/desertfire/540/head 2025-03-04T19:54:17.7767280Z * [new branch] gh/desertfire/540/orig -> origin/gh/desertfire/540/orig 2025-03-04T19:54:17.7768683Z * [new branch] gh/desertfire/541/base -> origin/gh/desertfire/541/base 2025-03-04T19:54:17.7769837Z * [new branch] gh/desertfire/541/head -> origin/gh/desertfire/541/head 2025-03-04T19:54:17.7771043Z * [new branch] gh/desertfire/541/orig -> origin/gh/desertfire/541/orig 2025-03-04T19:54:17.7772657Z * [new branch] gh/desertfire/542/base -> origin/gh/desertfire/542/base 2025-03-04T19:54:17.7773731Z * [new branch] gh/desertfire/542/head -> origin/gh/desertfire/542/head 2025-03-04T19:54:17.7774874Z * [new branch] gh/desertfire/542/orig -> origin/gh/desertfire/542/orig 2025-03-04T19:54:17.7776357Z * [new branch] gh/desertfire/543/base -> origin/gh/desertfire/543/base 2025-03-04T19:54:17.7777426Z * [new branch] gh/desertfire/543/head -> origin/gh/desertfire/543/head 2025-03-04T19:54:17.7778550Z * [new branch] gh/desertfire/543/orig -> origin/gh/desertfire/543/orig 2025-03-04T19:54:17.7780046Z * [new branch] gh/desertfire/544/base -> origin/gh/desertfire/544/base 2025-03-04T19:54:17.7781145Z * [new branch] gh/desertfire/544/head -> origin/gh/desertfire/544/head 2025-03-04T19:54:17.7782424Z * [new branch] gh/desertfire/544/orig -> origin/gh/desertfire/544/orig 2025-03-04T19:54:17.7783847Z * [new branch] gh/desertfire/545/base -> origin/gh/desertfire/545/base 2025-03-04T19:54:17.7784923Z * [new branch] gh/desertfire/545/head -> origin/gh/desertfire/545/head 2025-03-04T19:54:17.7786083Z * [new branch] gh/desertfire/545/orig -> origin/gh/desertfire/545/orig 2025-03-04T19:54:17.7787474Z * [new branch] gh/desertfire/546/base -> origin/gh/desertfire/546/base 2025-03-04T19:54:17.7788548Z * [new branch] gh/desertfire/546/head -> origin/gh/desertfire/546/head 2025-03-04T19:54:17.7789746Z * [new branch] gh/desertfire/546/orig -> origin/gh/desertfire/546/orig 2025-03-04T19:54:17.7791185Z * [new branch] gh/desertfire/547/base -> origin/gh/desertfire/547/base 2025-03-04T19:54:17.7792315Z * [new branch] gh/desertfire/547/head -> origin/gh/desertfire/547/head 2025-03-04T19:54:17.7793453Z * [new branch] gh/desertfire/547/orig -> origin/gh/desertfire/547/orig 2025-03-04T19:54:17.7795075Z * [new branch] gh/desertfire/548/base -> origin/gh/desertfire/548/base 2025-03-04T19:54:17.7796210Z * [new branch] gh/desertfire/548/head -> origin/gh/desertfire/548/head 2025-03-04T19:54:17.7797461Z * [new branch] gh/desertfire/548/orig -> origin/gh/desertfire/548/orig 2025-03-04T19:54:17.7798958Z * [new branch] gh/desertfire/549/base -> origin/gh/desertfire/549/base 2025-03-04T19:54:17.7800113Z * [new branch] gh/desertfire/549/head -> origin/gh/desertfire/549/head 2025-03-04T19:54:17.7802011Z * [new branch] gh/desertfire/549/orig -> origin/gh/desertfire/549/orig 2025-03-04T19:54:17.7803378Z * [new branch] gh/drisspg/100/base -> origin/gh/drisspg/100/base 2025-03-04T19:54:17.7804509Z * [new branch] gh/drisspg/100/head -> origin/gh/drisspg/100/head 2025-03-04T19:54:17.7805611Z * [new branch] gh/drisspg/100/orig -> origin/gh/drisspg/100/orig 2025-03-04T19:54:17.7807046Z * [new branch] gh/drisspg/103/base -> origin/gh/drisspg/103/base 2025-03-04T19:54:17.7808381Z * [new branch] gh/drisspg/103/head -> origin/gh/drisspg/103/head 2025-03-04T19:54:17.7809414Z * [new branch] gh/drisspg/103/orig -> origin/gh/drisspg/103/orig 2025-03-04T19:54:17.7810874Z * [new branch] gh/drisspg/104/base -> origin/gh/drisspg/104/base 2025-03-04T19:54:17.7812130Z * [new branch] gh/drisspg/104/head -> origin/gh/drisspg/104/head 2025-03-04T19:54:17.7813384Z * [new branch] gh/drisspg/104/orig -> origin/gh/drisspg/104/orig 2025-03-04T19:54:17.7814834Z * [new branch] gh/drisspg/106/base -> origin/gh/drisspg/106/base 2025-03-04T19:54:17.7815941Z * [new branch] gh/drisspg/106/head -> origin/gh/drisspg/106/head 2025-03-04T19:54:17.7817167Z * [new branch] gh/drisspg/106/orig -> origin/gh/drisspg/106/orig 2025-03-04T19:54:17.7818643Z * [new branch] gh/drisspg/111/base -> origin/gh/drisspg/111/base 2025-03-04T19:54:17.7819761Z * [new branch] gh/drisspg/111/head -> origin/gh/drisspg/111/head 2025-03-04T19:54:17.7820861Z * [new branch] gh/drisspg/111/orig -> origin/gh/drisspg/111/orig 2025-03-04T19:54:17.7822310Z * [new branch] gh/drisspg/115/base -> origin/gh/drisspg/115/base 2025-03-04T19:54:17.7823375Z * [new branch] gh/drisspg/115/head -> origin/gh/drisspg/115/head 2025-03-04T19:54:17.7824516Z * [new branch] gh/drisspg/115/orig -> origin/gh/drisspg/115/orig 2025-03-04T19:54:17.7825953Z * [new branch] gh/drisspg/119/base -> origin/gh/drisspg/119/base 2025-03-04T19:54:17.7827157Z * [new branch] gh/drisspg/119/head -> origin/gh/drisspg/119/head 2025-03-04T19:54:17.7828267Z * [new branch] gh/drisspg/119/orig -> origin/gh/drisspg/119/orig 2025-03-04T19:54:17.7829721Z * [new branch] gh/drisspg/120/base -> origin/gh/drisspg/120/base 2025-03-04T19:54:17.7830832Z * [new branch] gh/drisspg/120/head -> origin/gh/drisspg/120/head 2025-03-04T19:54:17.7831914Z * [new branch] gh/drisspg/120/orig -> origin/gh/drisspg/120/orig 2025-03-04T19:54:17.7833414Z * [new branch] gh/drisspg/121/base -> origin/gh/drisspg/121/base 2025-03-04T19:54:17.7834625Z * [new branch] gh/drisspg/121/head -> origin/gh/drisspg/121/head 2025-03-04T19:54:17.7836154Z * [new branch] gh/drisspg/121/orig -> origin/gh/drisspg/121/orig 2025-03-04T19:54:17.7837716Z * [new branch] gh/drisspg/122/base -> origin/gh/drisspg/122/base 2025-03-04T19:54:17.7838823Z * [new branch] gh/drisspg/122/head -> origin/gh/drisspg/122/head 2025-03-04T19:54:17.7839939Z * [new branch] gh/drisspg/122/orig -> origin/gh/drisspg/122/orig 2025-03-04T19:54:17.7841393Z * [new branch] gh/drisspg/123/base -> origin/gh/drisspg/123/base 2025-03-04T19:54:17.7842611Z * [new branch] gh/drisspg/123/head -> origin/gh/drisspg/123/head 2025-03-04T19:54:17.7843732Z * [new branch] gh/drisspg/123/orig -> origin/gh/drisspg/123/orig 2025-03-04T19:54:17.7845162Z * [new branch] gh/drisspg/124/base -> origin/gh/drisspg/124/base 2025-03-04T19:54:17.7846253Z * [new branch] gh/drisspg/124/head -> origin/gh/drisspg/124/head 2025-03-04T19:54:17.7847437Z * [new branch] gh/drisspg/124/orig -> origin/gh/drisspg/124/orig 2025-03-04T19:54:17.7848893Z * [new branch] gh/drisspg/125/base -> origin/gh/drisspg/125/base 2025-03-04T19:54:17.7849991Z * [new branch] gh/drisspg/125/head -> origin/gh/drisspg/125/head 2025-03-04T19:54:17.7851105Z * [new branch] gh/drisspg/125/orig -> origin/gh/drisspg/125/orig 2025-03-04T19:54:17.7852702Z * [new branch] gh/drisspg/126/base -> origin/gh/drisspg/126/base 2025-03-04T19:54:17.7853864Z * [new branch] gh/drisspg/126/head -> origin/gh/drisspg/126/head 2025-03-04T19:54:17.7854880Z * [new branch] gh/drisspg/126/orig -> origin/gh/drisspg/126/orig 2025-03-04T19:54:17.7856358Z * [new branch] gh/drisspg/127/base -> origin/gh/drisspg/127/base 2025-03-04T19:54:17.7857538Z * [new branch] gh/drisspg/127/head -> origin/gh/drisspg/127/head 2025-03-04T19:54:17.7858678Z * [new branch] gh/drisspg/127/orig -> origin/gh/drisspg/127/orig 2025-03-04T19:54:17.7860108Z * [new branch] gh/drisspg/128/base -> origin/gh/drisspg/128/base 2025-03-04T19:54:17.7861233Z * [new branch] gh/drisspg/128/head -> origin/gh/drisspg/128/head 2025-03-04T19:54:17.7862321Z * [new branch] gh/drisspg/128/orig -> origin/gh/drisspg/128/orig 2025-03-04T19:54:17.7864370Z * [new branch] gh/drisspg/129/base -> origin/gh/drisspg/129/base 2025-03-04T19:54:17.7865541Z * [new branch] gh/drisspg/129/head -> origin/gh/drisspg/129/head 2025-03-04T19:54:17.7866708Z * [new branch] gh/drisspg/129/orig -> origin/gh/drisspg/129/orig 2025-03-04T19:54:17.7868204Z * [new branch] gh/drisspg/130/base -> origin/gh/drisspg/130/base 2025-03-04T19:54:17.7869328Z * [new branch] gh/drisspg/130/head -> origin/gh/drisspg/130/head 2025-03-04T19:54:17.7870437Z * [new branch] gh/drisspg/130/orig -> origin/gh/drisspg/130/orig 2025-03-04T19:54:17.7871953Z * [new branch] gh/drisspg/66/base -> origin/gh/drisspg/66/base 2025-03-04T19:54:17.7873212Z * [new branch] gh/drisspg/66/head -> origin/gh/drisspg/66/head 2025-03-04T19:54:17.7874352Z * [new branch] gh/drisspg/66/orig -> origin/gh/drisspg/66/orig 2025-03-04T19:54:17.7875852Z * [new branch] gh/drisspg/79/base -> origin/gh/drisspg/79/base 2025-03-04T19:54:17.7877011Z * [new branch] gh/drisspg/79/head -> origin/gh/drisspg/79/head 2025-03-04T19:54:17.7878132Z * [new branch] gh/drisspg/79/orig -> origin/gh/drisspg/79/orig 2025-03-04T19:54:17.7879613Z * [new branch] gh/drisspg/94/base -> origin/gh/drisspg/94/base 2025-03-04T19:54:17.7880699Z * [new branch] gh/drisspg/94/head -> origin/gh/drisspg/94/head 2025-03-04T19:54:17.7881850Z * [new branch] gh/drisspg/94/orig -> origin/gh/drisspg/94/orig 2025-03-04T19:54:17.7883377Z * [new branch] gh/drisspg/98/base -> origin/gh/drisspg/98/base 2025-03-04T19:54:17.7884467Z * [new branch] gh/drisspg/98/head -> origin/gh/drisspg/98/head 2025-03-04T19:54:17.7885576Z * [new branch] gh/drisspg/98/orig -> origin/gh/drisspg/98/orig 2025-03-04T19:54:17.7887542Z * [new branch] gh/eellison/554/base -> origin/gh/eellison/554/base 2025-03-04T19:54:17.7888834Z * [new branch] gh/eellison/554/head -> origin/gh/eellison/554/head 2025-03-04T19:54:17.7889965Z * [new branch] gh/eellison/554/orig -> origin/gh/eellison/554/orig 2025-03-04T19:54:17.7891602Z * [new branch] gh/eellison/555/base -> origin/gh/eellison/555/base 2025-03-04T19:54:17.7892868Z * [new branch] gh/eellison/555/head -> origin/gh/eellison/555/head 2025-03-04T19:54:17.7894003Z * [new branch] gh/eellison/555/orig -> origin/gh/eellison/555/orig 2025-03-04T19:54:17.7895533Z * [new branch] gh/eellison/691/base -> origin/gh/eellison/691/base 2025-03-04T19:54:17.7896584Z * [new branch] gh/eellison/691/head -> origin/gh/eellison/691/head 2025-03-04T19:54:17.7897673Z * [new branch] gh/eellison/691/orig -> origin/gh/eellison/691/orig 2025-03-04T19:54:17.7899396Z * [new branch] gh/eellison/709/base -> origin/gh/eellison/709/base 2025-03-04T19:54:17.7900077Z * [new branch] gh/eellison/709/head -> origin/gh/eellison/709/head 2025-03-04T19:54:17.7901561Z * [new branch] gh/eellison/709/orig -> origin/gh/eellison/709/orig 2025-03-04T19:54:17.7903321Z * [new branch] gh/eellison/710/base -> origin/gh/eellison/710/base 2025-03-04T19:54:17.7904128Z * [new branch] gh/eellison/710/head -> origin/gh/eellison/710/head 2025-03-04T19:54:17.7905174Z * [new branch] gh/eellison/710/orig -> origin/gh/eellison/710/orig 2025-03-04T19:54:17.7906556Z * [new branch] gh/eellison/711/base -> origin/gh/eellison/711/base 2025-03-04T19:54:17.7907509Z * [new branch] gh/eellison/711/head -> origin/gh/eellison/711/head 2025-03-04T19:54:17.7908533Z * [new branch] gh/eellison/711/orig -> origin/gh/eellison/711/orig 2025-03-04T19:54:17.7909881Z * [new branch] gh/eellison/735/base -> origin/gh/eellison/735/base 2025-03-04T19:54:17.7910950Z * [new branch] gh/eellison/735/head -> origin/gh/eellison/735/head 2025-03-04T19:54:17.7912307Z * [new branch] gh/eellison/735/orig -> origin/gh/eellison/735/orig 2025-03-04T19:54:17.7913524Z * [new branch] gh/eellison/747/base -> origin/gh/eellison/747/base 2025-03-04T19:54:17.7914329Z * [new branch] gh/eellison/747/head -> origin/gh/eellison/747/head 2025-03-04T19:54:17.7915360Z * [new branch] gh/eellison/747/orig -> origin/gh/eellison/747/orig 2025-03-04T19:54:17.7916700Z * [new branch] gh/eellison/752/base -> origin/gh/eellison/752/base 2025-03-04T19:54:17.7917735Z * [new branch] gh/eellison/752/head -> origin/gh/eellison/752/head 2025-03-04T19:54:17.7918616Z * [new branch] gh/eellison/752/orig -> origin/gh/eellison/752/orig 2025-03-04T19:54:17.7920336Z * [new branch] gh/eellison/757/base -> origin/gh/eellison/757/base 2025-03-04T19:54:17.7921266Z * [new branch] gh/eellison/757/head -> origin/gh/eellison/757/head 2025-03-04T19:54:17.7922235Z * [new branch] gh/eellison/757/orig -> origin/gh/eellison/757/orig 2025-03-04T19:54:17.7923767Z * [new branch] gh/eellison/758/base -> origin/gh/eellison/758/base 2025-03-04T19:54:17.7924777Z * [new branch] gh/eellison/758/head -> origin/gh/eellison/758/head 2025-03-04T19:54:17.7925766Z * [new branch] gh/eellison/758/orig -> origin/gh/eellison/758/orig 2025-03-04T19:54:17.7927629Z * [new branch] gh/eellison/759/base -> origin/gh/eellison/759/base 2025-03-04T19:54:17.7928830Z * [new branch] gh/eellison/759/head -> origin/gh/eellison/759/head 2025-03-04T19:54:17.7929916Z * [new branch] gh/eellison/759/orig -> origin/gh/eellison/759/orig 2025-03-04T19:54:17.7931393Z * [new branch] gh/eellison/760/base -> origin/gh/eellison/760/base 2025-03-04T19:54:17.7932612Z * [new branch] gh/eellison/760/head -> origin/gh/eellison/760/head 2025-03-04T19:54:17.7933732Z * [new branch] gh/eellison/760/orig -> origin/gh/eellison/760/orig 2025-03-04T19:54:17.7934983Z * [new branch] gh/eellison/761/base -> origin/gh/eellison/761/base 2025-03-04T19:54:17.7936467Z * [new branch] gh/eellison/761/head -> origin/gh/eellison/761/head 2025-03-04T19:54:17.7937542Z * [new branch] gh/eellison/761/orig -> origin/gh/eellison/761/orig 2025-03-04T19:54:17.7938858Z * [new branch] gh/eellison/762/base -> origin/gh/eellison/762/base 2025-03-04T19:54:17.7939808Z * [new branch] gh/eellison/762/head -> origin/gh/eellison/762/head 2025-03-04T19:54:17.7941036Z * [new branch] gh/eellison/762/orig -> origin/gh/eellison/762/orig 2025-03-04T19:54:17.7942311Z * [new branch] gh/eellison/763/base -> origin/gh/eellison/763/base 2025-03-04T19:54:17.7943396Z * [new branch] gh/eellison/763/head -> origin/gh/eellison/763/head 2025-03-04T19:54:17.7944444Z * [new branch] gh/eellison/763/orig -> origin/gh/eellison/763/orig 2025-03-04T19:54:17.7946185Z * [new branch] gh/eellison/764/base -> origin/gh/eellison/764/base 2025-03-04T19:54:17.7947332Z * [new branch] gh/eellison/764/head -> origin/gh/eellison/764/head 2025-03-04T19:54:17.7948205Z * [new branch] gh/eellison/764/orig -> origin/gh/eellison/764/orig 2025-03-04T19:54:17.7949669Z * [new branch] gh/eellison/765/base -> origin/gh/eellison/765/base 2025-03-04T19:54:17.7950789Z * [new branch] gh/eellison/765/head -> origin/gh/eellison/765/head 2025-03-04T19:54:17.7951749Z * [new branch] gh/eellison/765/orig -> origin/gh/eellison/765/orig 2025-03-04T19:54:17.7953132Z * [new branch] gh/eellison/766/base -> origin/gh/eellison/766/base 2025-03-04T19:54:17.7954195Z * [new branch] gh/eellison/766/head -> origin/gh/eellison/766/head 2025-03-04T19:54:17.7955096Z * [new branch] gh/eellison/766/orig -> origin/gh/eellison/766/orig 2025-03-04T19:54:17.7956503Z * [new branch] gh/eellison/767/base -> origin/gh/eellison/767/base 2025-03-04T19:54:17.7957571Z * [new branch] gh/eellison/767/head -> origin/gh/eellison/767/head 2025-03-04T19:54:17.7958492Z * [new branch] gh/eellison/767/orig -> origin/gh/eellison/767/orig 2025-03-04T19:54:17.7960013Z * [new branch] gh/eellison/768/base -> origin/gh/eellison/768/base 2025-03-04T19:54:17.7961066Z * [new branch] gh/eellison/768/head -> origin/gh/eellison/768/head 2025-03-04T19:54:17.7962019Z * [new branch] gh/eellison/768/orig -> origin/gh/eellison/768/orig 2025-03-04T19:54:17.7963585Z * [new branch] gh/etaf/100/base -> origin/gh/etaf/100/base 2025-03-04T19:54:17.7964645Z * [new branch] gh/etaf/100/head -> origin/gh/etaf/100/head 2025-03-04T19:54:17.7965709Z * [new branch] gh/etaf/100/orig -> origin/gh/etaf/100/orig 2025-03-04T19:54:17.7967223Z * [new branch] gh/etaf/101/base -> origin/gh/etaf/101/base 2025-03-04T19:54:17.7968246Z * [new branch] gh/etaf/101/head -> origin/gh/etaf/101/head 2025-03-04T19:54:17.7969269Z * [new branch] gh/etaf/101/orig -> origin/gh/etaf/101/orig 2025-03-04T19:54:17.7970817Z * [new branch] gh/etaf/102/base -> origin/gh/etaf/102/base 2025-03-04T19:54:17.7971914Z * [new branch] gh/etaf/102/head -> origin/gh/etaf/102/head 2025-03-04T19:54:17.7973043Z * [new branch] gh/etaf/102/orig -> origin/gh/etaf/102/orig 2025-03-04T19:54:17.7974173Z * [new branch] gh/etaf/103/base -> origin/gh/etaf/103/base 2025-03-04T19:54:17.7975663Z * [new branch] gh/etaf/103/head -> origin/gh/etaf/103/head 2025-03-04T19:54:17.7976183Z * [new branch] gh/etaf/103/orig -> origin/gh/etaf/103/orig 2025-03-04T19:54:17.7977478Z * [new branch] gh/etaf/104/base -> origin/gh/etaf/104/base 2025-03-04T19:54:17.7978456Z * [new branch] gh/etaf/104/head -> origin/gh/etaf/104/head 2025-03-04T19:54:17.7979394Z * [new branch] gh/etaf/104/orig -> origin/gh/etaf/104/orig 2025-03-04T19:54:17.7980773Z * [new branch] gh/etaf/64/base -> origin/gh/etaf/64/base 2025-03-04T19:54:17.7981779Z * [new branch] gh/etaf/64/head -> origin/gh/etaf/64/head 2025-03-04T19:54:17.7982955Z * [new branch] gh/etaf/64/orig -> origin/gh/etaf/64/orig 2025-03-04T19:54:17.7984521Z * [new branch] gh/etaf/68/base -> origin/gh/etaf/68/base 2025-03-04T19:54:17.7985493Z * [new branch] gh/etaf/68/head -> origin/gh/etaf/68/head 2025-03-04T19:54:17.7986456Z * [new branch] gh/etaf/68/orig -> origin/gh/etaf/68/orig 2025-03-04T19:54:17.7987813Z * [new branch] gh/etaf/69/base -> origin/gh/etaf/69/base 2025-03-04T19:54:17.7988744Z * [new branch] gh/etaf/69/head -> origin/gh/etaf/69/head 2025-03-04T19:54:17.7989728Z * [new branch] gh/etaf/69/orig -> origin/gh/etaf/69/orig 2025-03-04T19:54:17.7991150Z * [new branch] gh/etaf/84/base -> origin/gh/etaf/84/base 2025-03-04T19:54:17.7992351Z * [new branch] gh/etaf/84/head -> origin/gh/etaf/84/head 2025-03-04T19:54:17.7993394Z * [new branch] gh/etaf/84/orig -> origin/gh/etaf/84/orig 2025-03-04T19:54:17.7994959Z * [new branch] gh/etaf/95/base -> origin/gh/etaf/95/base 2025-03-04T19:54:17.7996147Z * [new branch] gh/etaf/95/head -> origin/gh/etaf/95/head 2025-03-04T19:54:17.7997613Z * [new branch] gh/etaf/95/orig -> origin/gh/etaf/95/orig 2025-03-04T19:54:17.7998833Z * [new branch] gh/etaf/96/base -> origin/gh/etaf/96/base 2025-03-04T19:54:17.8000061Z * [new branch] gh/etaf/96/head -> origin/gh/etaf/96/head 2025-03-04T19:54:17.8002194Z * [new branch] gh/etaf/96/orig -> origin/gh/etaf/96/orig 2025-03-04T19:54:17.8003316Z * [new branch] gh/etaf/97/base -> origin/gh/etaf/97/base 2025-03-04T19:54:17.8004579Z * [new branch] gh/etaf/97/head -> origin/gh/etaf/97/head 2025-03-04T19:54:17.8006137Z * [new branch] gh/etaf/97/orig -> origin/gh/etaf/97/orig 2025-03-04T19:54:17.8007568Z * [new branch] gh/etaf/98/base -> origin/gh/etaf/98/base 2025-03-04T19:54:17.8008704Z * [new branch] gh/etaf/98/head -> origin/gh/etaf/98/head 2025-03-04T19:54:17.8009838Z * [new branch] gh/etaf/98/orig -> origin/gh/etaf/98/orig 2025-03-04T19:54:17.8011196Z * [new branch] gh/etaf/99/base -> origin/gh/etaf/99/base 2025-03-04T19:54:17.8012444Z * [new branch] gh/etaf/99/head -> origin/gh/etaf/99/head 2025-03-04T19:54:17.8013562Z * [new branch] gh/etaf/99/orig -> origin/gh/etaf/99/orig 2025-03-04T19:54:17.8015481Z * [new branch] gh/ezyang/2374/base -> origin/gh/ezyang/2374/base 2025-03-04T19:54:17.8016654Z * [new branch] gh/ezyang/2374/head -> origin/gh/ezyang/2374/head 2025-03-04T19:54:17.8018287Z * [new branch] gh/ezyang/2374/orig -> origin/gh/ezyang/2374/orig 2025-03-04T19:54:17.8019766Z * [new branch] gh/ezyang/2449/orig -> origin/gh/ezyang/2449/orig 2025-03-04T19:54:17.8021243Z * [new branch] gh/ezyang/2479/next -> origin/gh/ezyang/2479/next 2025-03-04T19:54:17.8022616Z * [new branch] gh/ezyang/2480/next -> origin/gh/ezyang/2480/next 2025-03-04T19:54:17.8024097Z * [new branch] gh/ezyang/2973/base -> origin/gh/ezyang/2973/base 2025-03-04T19:54:17.8025167Z * [new branch] gh/ezyang/2973/head -> origin/gh/ezyang/2973/head 2025-03-04T19:54:17.8026324Z * [new branch] gh/ezyang/2973/orig -> origin/gh/ezyang/2973/orig 2025-03-04T19:54:17.8027769Z * [new branch] gh/ezyang/2974/base -> origin/gh/ezyang/2974/base 2025-03-04T19:54:17.8028861Z * [new branch] gh/ezyang/2974/head -> origin/gh/ezyang/2974/head 2025-03-04T19:54:17.8030119Z * [new branch] gh/ezyang/2974/orig -> origin/gh/ezyang/2974/orig 2025-03-04T19:54:17.8031587Z * [new branch] gh/ezyang/2997/base -> origin/gh/ezyang/2997/base 2025-03-04T19:54:17.8032684Z * [new branch] gh/ezyang/2997/head -> origin/gh/ezyang/2997/head 2025-03-04T19:54:17.8034195Z * [new branch] gh/ezyang/2997/orig -> origin/gh/ezyang/2997/orig 2025-03-04T19:54:17.8035668Z * [new branch] gh/ezyang/3031/base -> origin/gh/ezyang/3031/base 2025-03-04T19:54:17.8036781Z * [new branch] gh/ezyang/3031/head -> origin/gh/ezyang/3031/head 2025-03-04T19:54:17.8037927Z * [new branch] gh/ezyang/3031/orig -> origin/gh/ezyang/3031/orig 2025-03-04T19:54:17.8039798Z * [new branch] gh/ezyang/3068/base -> origin/gh/ezyang/3068/base 2025-03-04T19:54:17.8040947Z * [new branch] gh/ezyang/3068/head -> origin/gh/ezyang/3068/head 2025-03-04T19:54:17.8042112Z * [new branch] gh/ezyang/3068/orig -> origin/gh/ezyang/3068/orig 2025-03-04T19:54:17.8043859Z * [new branch] gh/fduwjj/111/base -> origin/gh/fduwjj/111/base 2025-03-04T19:54:17.8044946Z * [new branch] gh/fduwjj/111/head -> origin/gh/fduwjj/111/head 2025-03-04T19:54:17.8046106Z * [new branch] gh/fduwjj/111/orig -> origin/gh/fduwjj/111/orig 2025-03-04T19:54:17.8048035Z * [new branch] gh/fegin/148/base -> origin/gh/fegin/148/base 2025-03-04T19:54:17.8049173Z * [new branch] gh/fegin/148/head -> origin/gh/fegin/148/head 2025-03-04T19:54:17.8050408Z * [new branch] gh/fegin/148/orig -> origin/gh/fegin/148/orig 2025-03-04T19:54:17.8052005Z * [new branch] gh/fegin/159/base -> origin/gh/fegin/159/base 2025-03-04T19:54:17.8053156Z * [new branch] gh/fegin/159/head -> origin/gh/fegin/159/head 2025-03-04T19:54:17.8054455Z * [new branch] gh/fegin/159/orig -> origin/gh/fegin/159/orig 2025-03-04T19:54:17.8056081Z * [new branch] gh/fegin/160/base -> origin/gh/fegin/160/base 2025-03-04T19:54:17.8057112Z * [new branch] gh/fegin/160/head -> origin/gh/fegin/160/head 2025-03-04T19:54:17.8058144Z * [new branch] gh/fegin/160/orig -> origin/gh/fegin/160/orig 2025-03-04T19:54:17.8059722Z * [new branch] gh/fegin/169/base -> origin/gh/fegin/169/base 2025-03-04T19:54:17.8060954Z * [new branch] gh/fegin/169/head -> origin/gh/fegin/169/head 2025-03-04T19:54:17.8062190Z * [new branch] gh/fegin/169/orig -> origin/gh/fegin/169/orig 2025-03-04T19:54:17.8063696Z * [new branch] gh/fegin/171/base -> origin/gh/fegin/171/base 2025-03-04T19:54:17.8064926Z * [new branch] gh/fegin/171/head -> origin/gh/fegin/171/head 2025-03-04T19:54:17.8066071Z * [new branch] gh/fegin/171/orig -> origin/gh/fegin/171/orig 2025-03-04T19:54:17.8067577Z * [new branch] gh/fegin/172/base -> origin/gh/fegin/172/base 2025-03-04T19:54:17.8068830Z * [new branch] gh/fegin/172/head -> origin/gh/fegin/172/head 2025-03-04T19:54:17.8069974Z * [new branch] gh/fegin/172/orig -> origin/gh/fegin/172/orig 2025-03-04T19:54:17.8071753Z * [new branch] gh/fegin/294/base -> origin/gh/fegin/294/base 2025-03-04T19:54:17.8072891Z * [new branch] gh/fegin/294/head -> origin/gh/fegin/294/head 2025-03-04T19:54:17.8074405Z * [new branch] gh/fegin/294/orig -> origin/gh/fegin/294/orig 2025-03-04T19:54:17.8075685Z * [new branch] gh/fegin/295/base -> origin/gh/fegin/295/base 2025-03-04T19:54:17.8076814Z * [new branch] gh/fegin/295/head -> origin/gh/fegin/295/head 2025-03-04T19:54:17.8078133Z * [new branch] gh/fegin/295/orig -> origin/gh/fegin/295/orig 2025-03-04T19:54:17.8079484Z * [new branch] gh/fegin/296/base -> origin/gh/fegin/296/base 2025-03-04T19:54:17.8080588Z * [new branch] gh/fegin/296/head -> origin/gh/fegin/296/head 2025-03-04T19:54:17.8081693Z * [new branch] gh/fegin/296/orig -> origin/gh/fegin/296/orig 2025-03-04T19:54:17.8083218Z * [new branch] gh/fegin/297/base -> origin/gh/fegin/297/base 2025-03-04T19:54:17.8084781Z * [new branch] gh/fegin/297/head -> origin/gh/fegin/297/head 2025-03-04T19:54:17.8085912Z * [new branch] gh/fegin/297/orig -> origin/gh/fegin/297/orig 2025-03-04T19:54:17.8088045Z * [new branch] gh/fffrog/26/base -> origin/gh/fffrog/26/base 2025-03-04T19:54:17.8089152Z * [new branch] gh/fffrog/26/head -> origin/gh/fffrog/26/head 2025-03-04T19:54:17.8090282Z * [new branch] gh/fffrog/26/orig -> origin/gh/fffrog/26/orig 2025-03-04T19:54:17.8091813Z * [new branch] gh/fffrog/28/base -> origin/gh/fffrog/28/base 2025-03-04T19:54:17.8093071Z * [new branch] gh/fffrog/28/head -> origin/gh/fffrog/28/head 2025-03-04T19:54:17.8094174Z * [new branch] gh/fffrog/28/orig -> origin/gh/fffrog/28/orig 2025-03-04T19:54:17.8095611Z * [new branch] gh/fffrog/37/base -> origin/gh/fffrog/37/base 2025-03-04T19:54:17.8096756Z * [new branch] gh/fffrog/37/head -> origin/gh/fffrog/37/head 2025-03-04T19:54:17.8097820Z * [new branch] gh/fffrog/37/orig -> origin/gh/fffrog/37/orig 2025-03-04T19:54:17.8099231Z * [new branch] gh/fffrog/38/base -> origin/gh/fffrog/38/base 2025-03-04T19:54:17.8100589Z * [new branch] gh/fffrog/38/head -> origin/gh/fffrog/38/head 2025-03-04T19:54:17.8102360Z * [new branch] gh/fffrog/38/orig -> origin/gh/fffrog/38/orig 2025-03-04T19:54:17.8103789Z * [new branch] gh/fffrog/39/base -> origin/gh/fffrog/39/base 2025-03-04T19:54:17.8104932Z * [new branch] gh/fffrog/39/head -> origin/gh/fffrog/39/head 2025-03-04T19:54:17.8106146Z * [new branch] gh/fffrog/39/orig -> origin/gh/fffrog/39/orig 2025-03-04T19:54:17.8107556Z * [new branch] gh/fffrog/40/base -> origin/gh/fffrog/40/base 2025-03-04T19:54:17.8108743Z * [new branch] gh/fffrog/40/head -> origin/gh/fffrog/40/head 2025-03-04T19:54:17.8109936Z * [new branch] gh/fffrog/40/orig -> origin/gh/fffrog/40/orig 2025-03-04T19:54:17.8111401Z * [new branch] gh/fffrog/41/base -> origin/gh/fffrog/41/base 2025-03-04T19:54:17.8112465Z * [new branch] gh/fffrog/41/head -> origin/gh/fffrog/41/head 2025-03-04T19:54:17.8113657Z * [new branch] gh/fffrog/41/orig -> origin/gh/fffrog/41/orig 2025-03-04T19:54:17.8115147Z * [new branch] gh/fffrog/42/base -> origin/gh/fffrog/42/base 2025-03-04T19:54:17.8116222Z * [new branch] gh/fffrog/42/head -> origin/gh/fffrog/42/head 2025-03-04T19:54:17.8117366Z * [new branch] gh/fffrog/42/orig -> origin/gh/fffrog/42/orig 2025-03-04T19:54:17.8118790Z * [new branch] gh/fffrog/43/base -> origin/gh/fffrog/43/base 2025-03-04T19:54:17.8119901Z * [new branch] gh/fffrog/43/head -> origin/gh/fffrog/43/head 2025-03-04T19:54:17.8121007Z * [new branch] gh/fffrog/43/orig -> origin/gh/fffrog/43/orig 2025-03-04T19:54:17.8122469Z * [new branch] gh/fffrog/44/base -> origin/gh/fffrog/44/base 2025-03-04T19:54:17.8123702Z * [new branch] gh/fffrog/44/head -> origin/gh/fffrog/44/head 2025-03-04T19:54:17.8124928Z * [new branch] gh/fffrog/44/orig -> origin/gh/fffrog/44/orig 2025-03-04T19:54:17.8126261Z * [new branch] gh/fffrog/45/base -> origin/gh/fffrog/45/base 2025-03-04T19:54:17.8128075Z * [new branch] gh/fffrog/45/head -> origin/gh/fffrog/45/head 2025-03-04T19:54:17.8128578Z * [new branch] gh/fffrog/45/orig -> origin/gh/fffrog/45/orig 2025-03-04T19:54:17.8130013Z * [new branch] gh/fffrog/46/base -> origin/gh/fffrog/46/base 2025-03-04T19:54:17.8131044Z * [new branch] gh/fffrog/46/head -> origin/gh/fffrog/46/head 2025-03-04T19:54:17.8132291Z * [new branch] gh/fffrog/46/orig -> origin/gh/fffrog/46/orig 2025-03-04T19:54:17.8133697Z * [new branch] gh/fffrog/47/base -> origin/gh/fffrog/47/base 2025-03-04T19:54:17.8134840Z * [new branch] gh/fffrog/47/head -> origin/gh/fffrog/47/head 2025-03-04T19:54:17.8136298Z * [new branch] gh/fffrog/47/orig -> origin/gh/fffrog/47/orig 2025-03-04T19:54:17.8137420Z * [new branch] gh/fffrog/48/base -> origin/gh/fffrog/48/base 2025-03-04T19:54:17.8138640Z * [new branch] gh/fffrog/48/head -> origin/gh/fffrog/48/head 2025-03-04T19:54:17.8139780Z * [new branch] gh/fffrog/48/orig -> origin/gh/fffrog/48/orig 2025-03-04T19:54:17.8141207Z * [new branch] gh/fffrog/49/base -> origin/gh/fffrog/49/base 2025-03-04T19:54:17.8142309Z * [new branch] gh/fffrog/49/head -> origin/gh/fffrog/49/head 2025-03-04T19:54:17.8143452Z * [new branch] gh/fffrog/49/orig -> origin/gh/fffrog/49/orig 2025-03-04T19:54:17.8145327Z * [new branch] gh/gasoonjia/2/base -> origin/gh/gasoonjia/2/base 2025-03-04T19:54:17.8146526Z * [new branch] gh/gasoonjia/2/head -> origin/gh/gasoonjia/2/head 2025-03-04T19:54:17.8147745Z * [new branch] gh/gasoonjia/2/orig -> origin/gh/gasoonjia/2/orig 2025-03-04T19:54:17.8149426Z * [new branch] gh/guangyey/114/base -> origin/gh/guangyey/114/base 2025-03-04T19:54:17.8150544Z * [new branch] gh/guangyey/114/head -> origin/gh/guangyey/114/head 2025-03-04T19:54:17.8151645Z * [new branch] gh/guangyey/114/orig -> origin/gh/guangyey/114/orig 2025-03-04T19:54:17.8153224Z * [new branch] gh/guangyey/118/base -> origin/gh/guangyey/118/base 2025-03-04T19:54:17.8154386Z * [new branch] gh/guangyey/118/head -> origin/gh/guangyey/118/head 2025-03-04T19:54:17.8155489Z * [new branch] gh/guangyey/118/orig -> origin/gh/guangyey/118/orig 2025-03-04T19:54:17.8156938Z * [new branch] gh/guangyey/123/base -> origin/gh/guangyey/123/base 2025-03-04T19:54:17.8158060Z * [new branch] gh/guangyey/123/head -> origin/gh/guangyey/123/head 2025-03-04T19:54:17.8159193Z * [new branch] gh/guangyey/123/orig -> origin/gh/guangyey/123/orig 2025-03-04T19:54:17.8160633Z * [new branch] gh/guangyey/124/base -> origin/gh/guangyey/124/base 2025-03-04T19:54:17.8161743Z * [new branch] gh/guangyey/124/head -> origin/gh/guangyey/124/head 2025-03-04T19:54:17.8162906Z * [new branch] gh/guangyey/124/orig -> origin/gh/guangyey/124/orig 2025-03-04T19:54:17.8164338Z * [new branch] gh/guangyey/125/base -> origin/gh/guangyey/125/base 2025-03-04T19:54:17.8165419Z * [new branch] gh/guangyey/125/head -> origin/gh/guangyey/125/head 2025-03-04T19:54:17.8166571Z * [new branch] gh/guangyey/125/orig -> origin/gh/guangyey/125/orig 2025-03-04T19:54:17.8168161Z * [new branch] gh/guangyey/71/base -> origin/gh/guangyey/71/base 2025-03-04T19:54:17.8169344Z * [new branch] gh/guangyey/71/head -> origin/gh/guangyey/71/head 2025-03-04T19:54:17.8170396Z * [new branch] gh/guangyey/71/orig -> origin/gh/guangyey/71/orig 2025-03-04T19:54:17.8171945Z * [new branch] gh/guangyey/79/base -> origin/gh/guangyey/79/base 2025-03-04T19:54:17.8173046Z * [new branch] gh/guangyey/79/head -> origin/gh/guangyey/79/head 2025-03-04T19:54:17.8174161Z * [new branch] gh/guangyey/79/orig -> origin/gh/guangyey/79/orig 2025-03-04T19:54:17.8175622Z * [new branch] gh/guangyey/87/base -> origin/gh/guangyey/87/base 2025-03-04T19:54:17.8177171Z * [new branch] gh/guangyey/87/head -> origin/gh/guangyey/87/head 2025-03-04T19:54:17.8177734Z * [new branch] gh/guangyey/87/orig -> origin/gh/guangyey/87/orig 2025-03-04T19:54:17.8179233Z * [new branch] gh/guangyey/89/base -> origin/gh/guangyey/89/base 2025-03-04T19:54:17.8180348Z * [new branch] gh/guangyey/89/head -> origin/gh/guangyey/89/head 2025-03-04T19:54:17.8181430Z * [new branch] gh/guangyey/89/orig -> origin/gh/guangyey/89/orig 2025-03-04T19:54:17.8183452Z * [new branch] gh/guilhermeleobas/100/base -> origin/gh/guilhermeleobas/100/base 2025-03-04T19:54:17.8184554Z * [new branch] gh/guilhermeleobas/100/head -> origin/gh/guilhermeleobas/100/head 2025-03-04T19:54:17.8185743Z * [new branch] gh/guilhermeleobas/100/orig -> origin/gh/guilhermeleobas/100/orig 2025-03-04T19:54:17.8187618Z * [new branch] gh/guilhermeleobas/101/base -> origin/gh/guilhermeleobas/101/base 2025-03-04T19:54:17.8188791Z * [new branch] gh/guilhermeleobas/101/head -> origin/gh/guilhermeleobas/101/head 2025-03-04T19:54:17.8189848Z * [new branch] gh/guilhermeleobas/101/orig -> origin/gh/guilhermeleobas/101/orig 2025-03-04T19:54:17.8191387Z * [new branch] gh/guilhermeleobas/102/base -> origin/gh/guilhermeleobas/102/base 2025-03-04T19:54:17.8192519Z * [new branch] gh/guilhermeleobas/102/head -> origin/gh/guilhermeleobas/102/head 2025-03-04T19:54:17.8193612Z * [new branch] gh/guilhermeleobas/102/orig -> origin/gh/guilhermeleobas/102/orig 2025-03-04T19:54:17.8195043Z * [new branch] gh/guilhermeleobas/103/base -> origin/gh/guilhermeleobas/103/base 2025-03-04T19:54:17.8196233Z * [new branch] gh/guilhermeleobas/103/head -> origin/gh/guilhermeleobas/103/head 2025-03-04T19:54:17.8197445Z * [new branch] gh/guilhermeleobas/103/orig -> origin/gh/guilhermeleobas/103/orig 2025-03-04T19:54:17.8199409Z * [new branch] gh/guilhermeleobas/104/base -> origin/gh/guilhermeleobas/104/base 2025-03-04T19:54:17.8200668Z * [new branch] gh/guilhermeleobas/104/head -> origin/gh/guilhermeleobas/104/head 2025-03-04T19:54:17.8201936Z * [new branch] gh/guilhermeleobas/104/orig -> origin/gh/guilhermeleobas/104/orig 2025-03-04T19:54:17.8203381Z * [new branch] gh/guilhermeleobas/105/base -> origin/gh/guilhermeleobas/105/base 2025-03-04T19:54:17.8204530Z * [new branch] gh/guilhermeleobas/105/head -> origin/gh/guilhermeleobas/105/head 2025-03-04T19:54:17.8205614Z * [new branch] gh/guilhermeleobas/105/orig -> origin/gh/guilhermeleobas/105/orig 2025-03-04T19:54:17.8207176Z * [new branch] gh/guilhermeleobas/106/base -> origin/gh/guilhermeleobas/106/base 2025-03-04T19:54:17.8208289Z * [new branch] gh/guilhermeleobas/106/head -> origin/gh/guilhermeleobas/106/head 2025-03-04T19:54:17.8209425Z * [new branch] gh/guilhermeleobas/106/orig -> origin/gh/guilhermeleobas/106/orig 2025-03-04T19:54:17.8210826Z * [new branch] gh/guilhermeleobas/107/base -> origin/gh/guilhermeleobas/107/base 2025-03-04T19:54:17.8212058Z * [new branch] gh/guilhermeleobas/107/head -> origin/gh/guilhermeleobas/107/head 2025-03-04T19:54:17.8213492Z * [new branch] gh/guilhermeleobas/107/orig -> origin/gh/guilhermeleobas/107/orig 2025-03-04T19:54:17.8214748Z * [new branch] gh/guilhermeleobas/108/base -> origin/gh/guilhermeleobas/108/base 2025-03-04T19:54:17.8215898Z * [new branch] gh/guilhermeleobas/108/head -> origin/gh/guilhermeleobas/108/head 2025-03-04T19:54:17.8217004Z * [new branch] gh/guilhermeleobas/108/orig -> origin/gh/guilhermeleobas/108/orig 2025-03-04T19:54:17.8218636Z * [new branch] gh/guilhermeleobas/109/base -> origin/gh/guilhermeleobas/109/base 2025-03-04T19:54:17.8219748Z * [new branch] gh/guilhermeleobas/109/head -> origin/gh/guilhermeleobas/109/head 2025-03-04T19:54:17.8220778Z * [new branch] gh/guilhermeleobas/109/orig -> origin/gh/guilhermeleobas/109/orig 2025-03-04T19:54:17.8222245Z * [new branch] gh/guilhermeleobas/11/base -> origin/gh/guilhermeleobas/11/base 2025-03-04T19:54:17.8223472Z * [new branch] gh/guilhermeleobas/11/head -> origin/gh/guilhermeleobas/11/head 2025-03-04T19:54:17.8224599Z * [new branch] gh/guilhermeleobas/11/orig -> origin/gh/guilhermeleobas/11/orig 2025-03-04T19:54:17.8226052Z * [new branch] gh/guilhermeleobas/73/base -> origin/gh/guilhermeleobas/73/base 2025-03-04T19:54:17.8227163Z * [new branch] gh/guilhermeleobas/73/head -> origin/gh/guilhermeleobas/73/head 2025-03-04T19:54:17.8228420Z * [new branch] gh/guilhermeleobas/73/orig -> origin/gh/guilhermeleobas/73/orig 2025-03-04T19:54:17.8229900Z * [new branch] gh/guilhermeleobas/79/base -> origin/gh/guilhermeleobas/79/base 2025-03-04T19:54:17.8231014Z * [new branch] gh/guilhermeleobas/79/head -> origin/gh/guilhermeleobas/79/head 2025-03-04T19:54:17.8232164Z * [new branch] gh/guilhermeleobas/79/orig -> origin/gh/guilhermeleobas/79/orig 2025-03-04T19:54:17.8234001Z * [new branch] gh/guilhermeleobas/83/base -> origin/gh/guilhermeleobas/83/base 2025-03-04T19:54:17.8235110Z * [new branch] gh/guilhermeleobas/83/head -> origin/gh/guilhermeleobas/83/head 2025-03-04T19:54:17.8236296Z * [new branch] gh/guilhermeleobas/83/orig -> origin/gh/guilhermeleobas/83/orig 2025-03-04T19:54:17.8237763Z * [new branch] gh/guilhermeleobas/86/base -> origin/gh/guilhermeleobas/86/base 2025-03-04T19:54:17.8238899Z * [new branch] gh/guilhermeleobas/86/head -> origin/gh/guilhermeleobas/86/head 2025-03-04T19:54:17.8240022Z * [new branch] gh/guilhermeleobas/86/orig -> origin/gh/guilhermeleobas/86/orig 2025-03-04T19:54:17.8241537Z * [new branch] gh/guilhermeleobas/87/base -> origin/gh/guilhermeleobas/87/base 2025-03-04T19:54:17.8242674Z * [new branch] gh/guilhermeleobas/87/head -> origin/gh/guilhermeleobas/87/head 2025-03-04T19:54:17.8243925Z * [new branch] gh/guilhermeleobas/87/orig -> origin/gh/guilhermeleobas/87/orig 2025-03-04T19:54:17.8245432Z * [new branch] gh/guilhermeleobas/88/base -> origin/gh/guilhermeleobas/88/base 2025-03-04T19:54:17.8246525Z * [new branch] gh/guilhermeleobas/88/head -> origin/gh/guilhermeleobas/88/head 2025-03-04T19:54:17.8247644Z * [new branch] gh/guilhermeleobas/88/orig -> origin/gh/guilhermeleobas/88/orig 2025-03-04T19:54:17.8249644Z * [new branch] gh/guilhermeleobas/89/base -> origin/gh/guilhermeleobas/89/base 2025-03-04T19:54:17.8250849Z * [new branch] gh/guilhermeleobas/89/head -> origin/gh/guilhermeleobas/89/head 2025-03-04T19:54:17.8251985Z * [new branch] gh/guilhermeleobas/89/orig -> origin/gh/guilhermeleobas/89/orig 2025-03-04T19:54:17.8253606Z * [new branch] gh/guilhermeleobas/90/base -> origin/gh/guilhermeleobas/90/base 2025-03-04T19:54:17.8254707Z * [new branch] gh/guilhermeleobas/90/head -> origin/gh/guilhermeleobas/90/head 2025-03-04T19:54:17.8255995Z * [new branch] gh/guilhermeleobas/90/orig -> origin/gh/guilhermeleobas/90/orig 2025-03-04T19:54:17.8257392Z * [new branch] gh/guilhermeleobas/91/base -> origin/gh/guilhermeleobas/91/base 2025-03-04T19:54:17.8258506Z * [new branch] gh/guilhermeleobas/91/head -> origin/gh/guilhermeleobas/91/head 2025-03-04T19:54:17.8260219Z * [new branch] gh/guilhermeleobas/91/orig -> origin/gh/guilhermeleobas/91/orig 2025-03-04T19:54:17.8261835Z * [new branch] gh/guilhermeleobas/92/base -> origin/gh/guilhermeleobas/92/base 2025-03-04T19:54:17.8262927Z * [new branch] gh/guilhermeleobas/92/head -> origin/gh/guilhermeleobas/92/head 2025-03-04T19:54:17.8264130Z * [new branch] gh/guilhermeleobas/92/orig -> origin/gh/guilhermeleobas/92/orig 2025-03-04T19:54:17.8265696Z * [new branch] gh/guilhermeleobas/93/base -> origin/gh/guilhermeleobas/93/base 2025-03-04T19:54:17.8266831Z * [new branch] gh/guilhermeleobas/93/head -> origin/gh/guilhermeleobas/93/head 2025-03-04T19:54:17.8267972Z * [new branch] gh/guilhermeleobas/93/orig -> origin/gh/guilhermeleobas/93/orig 2025-03-04T19:54:17.8269448Z * [new branch] gh/guilhermeleobas/94/base -> origin/gh/guilhermeleobas/94/base 2025-03-04T19:54:17.8270573Z * [new branch] gh/guilhermeleobas/94/head -> origin/gh/guilhermeleobas/94/head 2025-03-04T19:54:17.8271734Z * [new branch] gh/guilhermeleobas/94/orig -> origin/gh/guilhermeleobas/94/orig 2025-03-04T19:54:17.8273365Z * [new branch] gh/guilhermeleobas/95/base -> origin/gh/guilhermeleobas/95/base 2025-03-04T19:54:17.8276127Z * [new branch] gh/guilhermeleobas/95/head -> origin/gh/guilhermeleobas/95/head 2025-03-04T19:54:17.8277316Z * [new branch] gh/guilhermeleobas/95/orig -> origin/gh/guilhermeleobas/95/orig 2025-03-04T19:54:17.8278870Z * [new branch] gh/guilhermeleobas/96/base -> origin/gh/guilhermeleobas/96/base 2025-03-04T19:54:17.8280052Z * [new branch] gh/guilhermeleobas/96/head -> origin/gh/guilhermeleobas/96/head 2025-03-04T19:54:17.8281603Z * [new branch] gh/guilhermeleobas/96/orig -> origin/gh/guilhermeleobas/96/orig 2025-03-04T19:54:17.8283217Z * [new branch] gh/guilhermeleobas/97/base -> origin/gh/guilhermeleobas/97/base 2025-03-04T19:54:17.8284432Z * [new branch] gh/guilhermeleobas/97/head -> origin/gh/guilhermeleobas/97/head 2025-03-04T19:54:17.8285598Z * [new branch] gh/guilhermeleobas/97/orig -> origin/gh/guilhermeleobas/97/orig 2025-03-04T19:54:17.8287060Z * [new branch] gh/guilhermeleobas/98/base -> origin/gh/guilhermeleobas/98/base 2025-03-04T19:54:17.8288187Z * [new branch] gh/guilhermeleobas/98/head -> origin/gh/guilhermeleobas/98/head 2025-03-04T19:54:17.8289328Z * [new branch] gh/guilhermeleobas/98/orig -> origin/gh/guilhermeleobas/98/orig 2025-03-04T19:54:17.8290834Z * [new branch] gh/guilhermeleobas/99/base -> origin/gh/guilhermeleobas/99/base 2025-03-04T19:54:17.8292105Z * [new branch] gh/guilhermeleobas/99/head -> origin/gh/guilhermeleobas/99/head 2025-03-04T19:54:17.8293302Z * [new branch] gh/guilhermeleobas/99/orig -> origin/gh/guilhermeleobas/99/orig 2025-03-04T19:54:17.8295379Z * [new branch] gh/henrylhtsang/1/base -> origin/gh/henrylhtsang/1/base 2025-03-04T19:54:17.8296799Z * [new branch] gh/henrylhtsang/1/head -> origin/gh/henrylhtsang/1/head 2025-03-04T19:54:17.8297935Z * [new branch] gh/henrylhtsang/1/orig -> origin/gh/henrylhtsang/1/orig 2025-03-04T19:54:17.8299562Z * [new branch] gh/henrylhtsang/10/base -> origin/gh/henrylhtsang/10/base 2025-03-04T19:54:17.8300883Z * [new branch] gh/henrylhtsang/10/head -> origin/gh/henrylhtsang/10/head 2025-03-04T19:54:17.8303587Z * [new branch] gh/henrylhtsang/10/orig -> origin/gh/henrylhtsang/10/orig 2025-03-04T19:54:17.8304616Z * [new branch] gh/henrylhtsang/11/base -> origin/gh/henrylhtsang/11/base 2025-03-04T19:54:17.8305667Z * [new branch] gh/henrylhtsang/11/head -> origin/gh/henrylhtsang/11/head 2025-03-04T19:54:17.8306785Z * [new branch] gh/henrylhtsang/11/orig -> origin/gh/henrylhtsang/11/orig 2025-03-04T19:54:17.8308303Z * [new branch] gh/henrylhtsang/12/base -> origin/gh/henrylhtsang/12/base 2025-03-04T19:54:17.8309605Z * [new branch] gh/henrylhtsang/12/head -> origin/gh/henrylhtsang/12/head 2025-03-04T19:54:17.8310704Z * [new branch] gh/henrylhtsang/12/orig -> origin/gh/henrylhtsang/12/orig 2025-03-04T19:54:17.8312328Z * [new branch] gh/henrylhtsang/13/base -> origin/gh/henrylhtsang/13/base 2025-03-04T19:54:17.8313475Z * [new branch] gh/henrylhtsang/13/head -> origin/gh/henrylhtsang/13/head 2025-03-04T19:54:17.8314593Z * [new branch] gh/henrylhtsang/13/orig -> origin/gh/henrylhtsang/13/orig 2025-03-04T19:54:17.8316073Z * [new branch] gh/henrylhtsang/14/base -> origin/gh/henrylhtsang/14/base 2025-03-04T19:54:17.8317231Z * [new branch] gh/henrylhtsang/14/head -> origin/gh/henrylhtsang/14/head 2025-03-04T19:54:17.8318302Z * [new branch] gh/henrylhtsang/14/orig -> origin/gh/henrylhtsang/14/orig 2025-03-04T19:54:17.8319878Z * [new branch] gh/henrylhtsang/15/base -> origin/gh/henrylhtsang/15/base 2025-03-04T19:54:17.8320952Z * [new branch] gh/henrylhtsang/15/head -> origin/gh/henrylhtsang/15/head 2025-03-04T19:54:17.8322075Z * [new branch] gh/henrylhtsang/15/orig -> origin/gh/henrylhtsang/15/orig 2025-03-04T19:54:17.8323530Z * [new branch] gh/henrylhtsang/16/base -> origin/gh/henrylhtsang/16/base 2025-03-04T19:54:17.8324694Z * [new branch] gh/henrylhtsang/16/head -> origin/gh/henrylhtsang/16/head 2025-03-04T19:54:17.8326238Z * [new branch] gh/henrylhtsang/16/orig -> origin/gh/henrylhtsang/16/orig 2025-03-04T19:54:17.8327683Z * [new branch] gh/henrylhtsang/17/base -> origin/gh/henrylhtsang/17/base 2025-03-04T19:54:17.8328747Z * [new branch] gh/henrylhtsang/17/head -> origin/gh/henrylhtsang/17/head 2025-03-04T19:54:17.8329894Z * [new branch] gh/henrylhtsang/17/orig -> origin/gh/henrylhtsang/17/orig 2025-03-04T19:54:17.8331456Z * [new branch] gh/henrylhtsang/18/base -> origin/gh/henrylhtsang/18/base 2025-03-04T19:54:17.8333055Z * [new branch] gh/henrylhtsang/18/head -> origin/gh/henrylhtsang/18/head 2025-03-04T19:54:17.8334315Z * [new branch] gh/henrylhtsang/18/orig -> origin/gh/henrylhtsang/18/orig 2025-03-04T19:54:17.8336377Z * [new branch] gh/henrylhtsang/19/base -> origin/gh/henrylhtsang/19/base 2025-03-04T19:54:17.8337992Z * [new branch] gh/henrylhtsang/19/head -> origin/gh/henrylhtsang/19/head 2025-03-04T19:54:17.8339517Z * [new branch] gh/henrylhtsang/19/orig -> origin/gh/henrylhtsang/19/orig 2025-03-04T19:54:17.8341303Z * [new branch] gh/henrylhtsang/2/base -> origin/gh/henrylhtsang/2/base 2025-03-04T19:54:17.8342223Z * [new branch] gh/henrylhtsang/2/head -> origin/gh/henrylhtsang/2/head 2025-03-04T19:54:17.8343365Z * [new branch] gh/henrylhtsang/2/orig -> origin/gh/henrylhtsang/2/orig 2025-03-04T19:54:17.8344941Z * [new branch] gh/henrylhtsang/20/base -> origin/gh/henrylhtsang/20/base 2025-03-04T19:54:17.8346182Z * [new branch] gh/henrylhtsang/20/head -> origin/gh/henrylhtsang/20/head 2025-03-04T19:54:17.8347341Z * [new branch] gh/henrylhtsang/20/orig -> origin/gh/henrylhtsang/20/orig 2025-03-04T19:54:17.8348987Z * [new branch] gh/henrylhtsang/21/base -> origin/gh/henrylhtsang/21/base 2025-03-04T19:54:17.8350200Z * [new branch] gh/henrylhtsang/21/head -> origin/gh/henrylhtsang/21/head 2025-03-04T19:54:17.8351135Z * [new branch] gh/henrylhtsang/21/orig -> origin/gh/henrylhtsang/21/orig 2025-03-04T19:54:17.8352576Z * [new branch] gh/henrylhtsang/22/base -> origin/gh/henrylhtsang/22/base 2025-03-04T19:54:17.8353665Z * [new branch] gh/henrylhtsang/22/head -> origin/gh/henrylhtsang/22/head 2025-03-04T19:54:17.8354748Z * [new branch] gh/henrylhtsang/22/orig -> origin/gh/henrylhtsang/22/orig 2025-03-04T19:54:17.8356607Z * [new branch] gh/henrylhtsang/23/base -> origin/gh/henrylhtsang/23/base 2025-03-04T19:54:17.8357763Z * [new branch] gh/henrylhtsang/23/head -> origin/gh/henrylhtsang/23/head 2025-03-04T19:54:17.8358873Z * [new branch] gh/henrylhtsang/23/orig -> origin/gh/henrylhtsang/23/orig 2025-03-04T19:54:17.8361543Z * [new branch] gh/henrylhtsang/24/base -> origin/gh/henrylhtsang/24/base 2025-03-04T19:54:17.8362046Z * [new branch] gh/henrylhtsang/24/head -> origin/gh/henrylhtsang/24/head 2025-03-04T19:54:17.8362767Z * [new branch] gh/henrylhtsang/24/orig -> origin/gh/henrylhtsang/24/orig 2025-03-04T19:54:17.8364343Z * [new branch] gh/henrylhtsang/25/base -> origin/gh/henrylhtsang/25/base 2025-03-04T19:54:17.8365416Z * [new branch] gh/henrylhtsang/25/head -> origin/gh/henrylhtsang/25/head 2025-03-04T19:54:17.8366389Z * [new branch] gh/henrylhtsang/25/orig -> origin/gh/henrylhtsang/25/orig 2025-03-04T19:54:17.8368619Z * [new branch] gh/henrylhtsang/26/base -> origin/gh/henrylhtsang/26/base 2025-03-04T19:54:17.8369625Z * [new branch] gh/henrylhtsang/26/head -> origin/gh/henrylhtsang/26/head 2025-03-04T19:54:17.8370739Z * [new branch] gh/henrylhtsang/26/orig -> origin/gh/henrylhtsang/26/orig 2025-03-04T19:54:17.8373776Z * [new branch] gh/henrylhtsang/27/base -> origin/gh/henrylhtsang/27/base 2025-03-04T19:54:17.8374716Z * [new branch] gh/henrylhtsang/27/head -> origin/gh/henrylhtsang/27/head 2025-03-04T19:54:17.8375459Z * [new branch] gh/henrylhtsang/27/orig -> origin/gh/henrylhtsang/27/orig 2025-03-04T19:54:17.8376703Z * [new branch] gh/henrylhtsang/28/base -> origin/gh/henrylhtsang/28/base 2025-03-04T19:54:17.8377744Z * [new branch] gh/henrylhtsang/28/head -> origin/gh/henrylhtsang/28/head 2025-03-04T19:54:17.8378816Z * [new branch] gh/henrylhtsang/28/orig -> origin/gh/henrylhtsang/28/orig 2025-03-04T19:54:17.8380650Z * [new branch] gh/henrylhtsang/29/base -> origin/gh/henrylhtsang/29/base 2025-03-04T19:54:17.8381770Z * [new branch] gh/henrylhtsang/29/head -> origin/gh/henrylhtsang/29/head 2025-03-04T19:54:17.8382788Z * [new branch] gh/henrylhtsang/29/orig -> origin/gh/henrylhtsang/29/orig 2025-03-04T19:54:17.8384231Z * [new branch] gh/henrylhtsang/3/base -> origin/gh/henrylhtsang/3/base 2025-03-04T19:54:17.8385289Z * [new branch] gh/henrylhtsang/3/head -> origin/gh/henrylhtsang/3/head 2025-03-04T19:54:17.8386299Z * [new branch] gh/henrylhtsang/3/orig -> origin/gh/henrylhtsang/3/orig 2025-03-04T19:54:17.8387766Z * [new branch] gh/henrylhtsang/30/base -> origin/gh/henrylhtsang/30/base 2025-03-04T19:54:17.8388927Z * [new branch] gh/henrylhtsang/30/head -> origin/gh/henrylhtsang/30/head 2025-03-04T19:54:17.8389926Z * [new branch] gh/henrylhtsang/30/orig -> origin/gh/henrylhtsang/30/orig 2025-03-04T19:54:17.8391298Z * [new branch] gh/henrylhtsang/31/base -> origin/gh/henrylhtsang/31/base 2025-03-04T19:54:17.8392153Z * [new branch] gh/henrylhtsang/31/head -> origin/gh/henrylhtsang/31/head 2025-03-04T19:54:17.8393285Z * [new branch] gh/henrylhtsang/31/orig -> origin/gh/henrylhtsang/31/orig 2025-03-04T19:54:17.8394549Z * [new branch] gh/henrylhtsang/32/base -> origin/gh/henrylhtsang/32/base 2025-03-04T19:54:17.8396009Z * [new branch] gh/henrylhtsang/32/head -> origin/gh/henrylhtsang/32/head 2025-03-04T19:54:17.8397006Z * [new branch] gh/henrylhtsang/32/orig -> origin/gh/henrylhtsang/32/orig 2025-03-04T19:54:17.8398388Z * [new branch] gh/henrylhtsang/4/base -> origin/gh/henrylhtsang/4/base 2025-03-04T19:54:17.8399382Z * [new branch] gh/henrylhtsang/4/head -> origin/gh/henrylhtsang/4/head 2025-03-04T19:54:17.8400671Z * [new branch] gh/henrylhtsang/4/orig -> origin/gh/henrylhtsang/4/orig 2025-03-04T19:54:17.8402278Z * [new branch] gh/henrylhtsang/5/base -> origin/gh/henrylhtsang/5/base 2025-03-04T19:54:17.8403932Z * [new branch] gh/henrylhtsang/5/head -> origin/gh/henrylhtsang/5/head 2025-03-04T19:54:17.8404642Z * [new branch] gh/henrylhtsang/5/orig -> origin/gh/henrylhtsang/5/orig 2025-03-04T19:54:17.8406452Z * [new branch] gh/henrylhtsang/6/base -> origin/gh/henrylhtsang/6/base 2025-03-04T19:54:17.8407541Z * [new branch] gh/henrylhtsang/6/head -> origin/gh/henrylhtsang/6/head 2025-03-04T19:54:17.8408680Z * [new branch] gh/henrylhtsang/6/orig -> origin/gh/henrylhtsang/6/orig 2025-03-04T19:54:17.8410380Z * [new branch] gh/henrylhtsang/7/base -> origin/gh/henrylhtsang/7/base 2025-03-04T19:54:17.8411574Z * [new branch] gh/henrylhtsang/7/head -> origin/gh/henrylhtsang/7/head 2025-03-04T19:54:17.8412445Z * [new branch] gh/henrylhtsang/7/orig -> origin/gh/henrylhtsang/7/orig 2025-03-04T19:54:17.8413995Z * [new branch] gh/henrylhtsang/8/base -> origin/gh/henrylhtsang/8/base 2025-03-04T19:54:17.8415017Z * [new branch] gh/henrylhtsang/8/head -> origin/gh/henrylhtsang/8/head 2025-03-04T19:54:17.8416075Z * [new branch] gh/henrylhtsang/8/orig -> origin/gh/henrylhtsang/8/orig 2025-03-04T19:54:17.8418259Z * [new branch] gh/henrylhtsang/9/base -> origin/gh/henrylhtsang/9/base 2025-03-04T19:54:17.8419395Z * [new branch] gh/henrylhtsang/9/head -> origin/gh/henrylhtsang/9/head 2025-03-04T19:54:17.8421190Z * [new branch] gh/henrylhtsang/9/orig -> origin/gh/henrylhtsang/9/orig 2025-03-04T19:54:17.8422939Z * [new branch] gh/int3/10/base -> origin/gh/int3/10/base 2025-03-04T19:54:17.8424317Z * [new branch] gh/int3/10/head -> origin/gh/int3/10/head 2025-03-04T19:54:17.8425446Z * [new branch] gh/int3/10/orig -> origin/gh/int3/10/orig 2025-03-04T19:54:17.8427188Z * [new branch] gh/int3/11/base -> origin/gh/int3/11/base 2025-03-04T19:54:17.8428493Z * [new branch] gh/int3/11/head -> origin/gh/int3/11/head 2025-03-04T19:54:17.8429502Z * [new branch] gh/int3/11/orig -> origin/gh/int3/11/orig 2025-03-04T19:54:17.8431134Z * [new branch] gh/int3/21/base -> origin/gh/int3/21/base 2025-03-04T19:54:17.8432249Z * [new branch] gh/int3/21/head -> origin/gh/int3/21/head 2025-03-04T19:54:17.8433361Z * [new branch] gh/int3/21/orig -> origin/gh/int3/21/orig 2025-03-04T19:54:17.8435144Z * [new branch] gh/int3/34/base -> origin/gh/int3/34/base 2025-03-04T19:54:17.8436174Z * [new branch] gh/int3/34/head -> origin/gh/int3/34/head 2025-03-04T19:54:17.8437795Z * [new branch] gh/int3/34/orig -> origin/gh/int3/34/orig 2025-03-04T19:54:17.8439283Z * [new branch] gh/int3/36/base -> origin/gh/int3/36/base 2025-03-04T19:54:17.8440508Z * [new branch] gh/int3/36/head -> origin/gh/int3/36/head 2025-03-04T19:54:17.8441516Z * [new branch] gh/int3/36/orig -> origin/gh/int3/36/orig 2025-03-04T19:54:17.8443254Z * [new branch] gh/int3/41/base -> origin/gh/int3/41/base 2025-03-04T19:54:17.8444391Z * [new branch] gh/int3/41/head -> origin/gh/int3/41/head 2025-03-04T19:54:17.8445446Z * [new branch] gh/int3/41/orig -> origin/gh/int3/41/orig 2025-03-04T19:54:17.8447151Z * [new branch] gh/int3/45/base -> origin/gh/int3/45/base 2025-03-04T19:54:17.8448434Z * [new branch] gh/int3/45/head -> origin/gh/int3/45/head 2025-03-04T19:54:17.8449537Z * [new branch] gh/int3/45/orig -> origin/gh/int3/45/orig 2025-03-04T19:54:17.8451572Z * [new branch] gh/int3/46/base -> origin/gh/int3/46/base 2025-03-04T19:54:17.8452611Z * [new branch] gh/int3/46/head -> origin/gh/int3/46/head 2025-03-04T19:54:17.8453662Z * [new branch] gh/int3/46/orig -> origin/gh/int3/46/orig 2025-03-04T19:54:17.8455435Z * [new branch] gh/int3/47/base -> origin/gh/int3/47/base 2025-03-04T19:54:17.8456452Z * [new branch] gh/int3/47/head -> origin/gh/int3/47/head 2025-03-04T19:54:17.8457586Z * [new branch] gh/int3/47/orig -> origin/gh/int3/47/orig 2025-03-04T19:54:17.8459334Z * [new branch] gh/int3/55/base -> origin/gh/int3/55/base 2025-03-04T19:54:17.8460438Z * [new branch] gh/int3/55/head -> origin/gh/int3/55/head 2025-03-04T19:54:17.8461528Z * [new branch] gh/int3/55/orig -> origin/gh/int3/55/orig 2025-03-04T19:54:17.8463258Z * [new branch] gh/int3/79/base -> origin/gh/int3/79/base 2025-03-04T19:54:17.8464318Z * [new branch] gh/int3/79/head -> origin/gh/int3/79/head 2025-03-04T19:54:17.8465439Z * [new branch] gh/int3/79/orig -> origin/gh/int3/79/orig 2025-03-04T19:54:17.8467379Z * [new branch] gh/int3/9/base -> origin/gh/int3/9/base 2025-03-04T19:54:17.8468381Z * [new branch] gh/int3/9/head -> origin/gh/int3/9/head 2025-03-04T19:54:17.8469492Z * [new branch] gh/int3/9/orig -> origin/gh/int3/9/orig 2025-03-04T19:54:17.8471210Z * [new branch] gh/int3/94/base -> origin/gh/int3/94/base 2025-03-04T19:54:17.8472245Z * [new branch] gh/int3/94/head -> origin/gh/int3/94/head 2025-03-04T19:54:17.8473767Z * [new branch] gh/int3/94/orig -> origin/gh/int3/94/orig 2025-03-04T19:54:17.8475121Z * [new branch] gh/int3/95/base -> origin/gh/int3/95/base 2025-03-04T19:54:17.8476284Z * [new branch] gh/int3/95/head -> origin/gh/int3/95/head 2025-03-04T19:54:17.8477442Z * [new branch] gh/int3/95/orig -> origin/gh/int3/95/orig 2025-03-04T19:54:17.8478967Z * [new branch] gh/int3/97/base -> origin/gh/int3/97/base 2025-03-04T19:54:17.8480128Z * [new branch] gh/int3/97/head -> origin/gh/int3/97/head 2025-03-04T19:54:17.8481977Z * [new branch] gh/isuruf/101/base -> origin/gh/isuruf/101/base 2025-03-04T19:54:17.8483125Z * [new branch] gh/isuruf/101/head -> origin/gh/isuruf/101/head 2025-03-04T19:54:17.8484601Z * [new branch] gh/isuruf/105/base -> origin/gh/isuruf/105/base 2025-03-04T19:54:17.8485736Z * [new branch] gh/isuruf/105/head -> origin/gh/isuruf/105/head 2025-03-04T19:54:17.8486870Z * [new branch] gh/isuruf/105/orig -> origin/gh/isuruf/105/orig 2025-03-04T19:54:17.8488422Z * [new branch] gh/isuruf/110/base -> origin/gh/isuruf/110/base 2025-03-04T19:54:17.8489424Z * [new branch] gh/isuruf/110/head -> origin/gh/isuruf/110/head 2025-03-04T19:54:17.8490554Z * [new branch] gh/isuruf/110/orig -> origin/gh/isuruf/110/orig 2025-03-04T19:54:17.8492093Z * [new branch] gh/isuruf/112/base -> origin/gh/isuruf/112/base 2025-03-04T19:54:17.8493317Z * [new branch] gh/isuruf/112/head -> origin/gh/isuruf/112/head 2025-03-04T19:54:17.8494407Z * [new branch] gh/isuruf/112/orig -> origin/gh/isuruf/112/orig 2025-03-04T19:54:17.8495917Z * [new branch] gh/isuruf/115/base -> origin/gh/isuruf/115/base 2025-03-04T19:54:17.8497593Z * [new branch] gh/isuruf/115/head -> origin/gh/isuruf/115/head 2025-03-04T19:54:17.8499182Z * [new branch] gh/isuruf/115/orig -> origin/gh/isuruf/115/orig 2025-03-04T19:54:17.8500815Z * [new branch] gh/isuruf/116/base -> origin/gh/isuruf/116/base 2025-03-04T19:54:17.8502871Z * [new branch] gh/isuruf/116/head -> origin/gh/isuruf/116/head 2025-03-04T19:54:17.8503964Z * [new branch] gh/isuruf/116/orig -> origin/gh/isuruf/116/orig 2025-03-04T19:54:17.8505449Z * [new branch] gh/isuruf/117/base -> origin/gh/isuruf/117/base 2025-03-04T19:54:17.8506567Z * [new branch] gh/isuruf/117/head -> origin/gh/isuruf/117/head 2025-03-04T19:54:17.8507725Z * [new branch] gh/isuruf/117/orig -> origin/gh/isuruf/117/orig 2025-03-04T19:54:17.8509749Z * [new branch] gh/isuruf/118/base -> origin/gh/isuruf/118/base 2025-03-04T19:54:17.8510854Z * [new branch] gh/isuruf/118/head -> origin/gh/isuruf/118/head 2025-03-04T19:54:17.8511992Z * [new branch] gh/isuruf/118/orig -> origin/gh/isuruf/118/orig 2025-03-04T19:54:17.8513465Z * [new branch] gh/isuruf/119/base -> origin/gh/isuruf/119/base 2025-03-04T19:54:17.8514714Z * [new branch] gh/isuruf/119/head -> origin/gh/isuruf/119/head 2025-03-04T19:54:17.8515812Z * [new branch] gh/isuruf/119/orig -> origin/gh/isuruf/119/orig 2025-03-04T19:54:17.8517757Z * [new branch] gh/isuruf/120/base -> origin/gh/isuruf/120/base 2025-03-04T19:54:17.8518850Z * [new branch] gh/isuruf/120/head -> origin/gh/isuruf/120/head 2025-03-04T19:54:17.8519984Z * [new branch] gh/isuruf/120/orig -> origin/gh/isuruf/120/orig 2025-03-04T19:54:17.8521425Z * [new branch] gh/isuruf/121/base -> origin/gh/isuruf/121/base 2025-03-04T19:54:17.8522554Z * [new branch] gh/isuruf/121/head -> origin/gh/isuruf/121/head 2025-03-04T19:54:17.8523625Z * [new branch] gh/isuruf/121/orig -> origin/gh/isuruf/121/orig 2025-03-04T19:54:17.8525150Z * [new branch] gh/isuruf/122/base -> origin/gh/isuruf/122/base 2025-03-04T19:54:17.8526251Z * [new branch] gh/isuruf/122/head -> origin/gh/isuruf/122/head 2025-03-04T19:54:17.8527380Z * [new branch] gh/isuruf/122/orig -> origin/gh/isuruf/122/orig 2025-03-04T19:54:17.8528774Z * [new branch] gh/isuruf/123/base -> origin/gh/isuruf/123/base 2025-03-04T19:54:17.8529972Z * [new branch] gh/isuruf/123/head -> origin/gh/isuruf/123/head 2025-03-04T19:54:17.8531087Z * [new branch] gh/isuruf/123/orig -> origin/gh/isuruf/123/orig 2025-03-04T19:54:17.8533149Z * [new branch] gh/isuruf/124/base -> origin/gh/isuruf/124/base 2025-03-04T19:54:17.8534259Z * [new branch] gh/isuruf/124/head -> origin/gh/isuruf/124/head 2025-03-04T19:54:17.8535479Z * [new branch] gh/isuruf/124/orig -> origin/gh/isuruf/124/orig 2025-03-04T19:54:17.8537037Z * [new branch] gh/isuruf/125/base -> origin/gh/isuruf/125/base 2025-03-04T19:54:17.8538072Z * [new branch] gh/isuruf/125/head -> origin/gh/isuruf/125/head 2025-03-04T19:54:17.8539212Z * [new branch] gh/isuruf/125/orig -> origin/gh/isuruf/125/orig 2025-03-04T19:54:17.8540610Z * [new branch] gh/isuruf/126/base -> origin/gh/isuruf/126/base 2025-03-04T19:54:17.8541745Z * [new branch] gh/isuruf/126/head -> origin/gh/isuruf/126/head 2025-03-04T19:54:17.8542860Z * [new branch] gh/isuruf/126/orig -> origin/gh/isuruf/126/orig 2025-03-04T19:54:17.8544374Z * [new branch] gh/isuruf/39/base -> origin/gh/isuruf/39/base 2025-03-04T19:54:17.8545585Z * [new branch] gh/isuruf/39/head -> origin/gh/isuruf/39/head 2025-03-04T19:54:17.8546798Z * [new branch] gh/isuruf/39/orig -> origin/gh/isuruf/39/orig 2025-03-04T19:54:17.8548658Z * [new branch] gh/isuruf/81/base -> origin/gh/isuruf/81/base 2025-03-04T19:54:17.8549791Z * [new branch] gh/isuruf/81/head -> origin/gh/isuruf/81/head 2025-03-04T19:54:17.8550883Z * [new branch] gh/isuruf/81/orig -> origin/gh/isuruf/81/orig 2025-03-04T19:54:17.8552709Z * [new branch] gh/jamesjwu/100/base -> origin/gh/jamesjwu/100/base 2025-03-04T19:54:17.8553802Z * [new branch] gh/jamesjwu/100/head -> origin/gh/jamesjwu/100/head 2025-03-04T19:54:17.8554935Z * [new branch] gh/jamesjwu/100/orig -> origin/gh/jamesjwu/100/orig 2025-03-04T19:54:17.8556433Z * [new branch] gh/jamesjwu/101/base -> origin/gh/jamesjwu/101/base 2025-03-04T19:54:17.8557791Z * [new branch] gh/jamesjwu/101/head -> origin/gh/jamesjwu/101/head 2025-03-04T19:54:17.8559001Z * [new branch] gh/jamesjwu/101/orig -> origin/gh/jamesjwu/101/orig 2025-03-04T19:54:17.8560441Z * [new branch] gh/jamesjwu/102/base -> origin/gh/jamesjwu/102/base 2025-03-04T19:54:17.8561583Z * [new branch] gh/jamesjwu/102/head -> origin/gh/jamesjwu/102/head 2025-03-04T19:54:17.8562912Z * [new branch] gh/jamesjwu/103/base -> origin/gh/jamesjwu/103/base 2025-03-04T19:54:17.8564039Z * [new branch] gh/jamesjwu/103/head -> origin/gh/jamesjwu/103/head 2025-03-04T19:54:17.8565409Z * [new branch] gh/jamesjwu/104/base -> origin/gh/jamesjwu/104/base 2025-03-04T19:54:17.8566606Z * [new branch] gh/jamesjwu/104/head -> origin/gh/jamesjwu/104/head 2025-03-04T19:54:17.8568079Z * [new branch] gh/jamesjwu/105/base -> origin/gh/jamesjwu/105/base 2025-03-04T19:54:17.8569438Z * [new branch] gh/jamesjwu/105/head -> origin/gh/jamesjwu/105/head 2025-03-04T19:54:17.8570787Z * [new branch] gh/jamesjwu/105/orig -> origin/gh/jamesjwu/105/orig 2025-03-04T19:54:17.8572758Z * [new branch] gh/jamesjwu/106/base -> origin/gh/jamesjwu/106/base 2025-03-04T19:54:17.8574078Z * [new branch] gh/jamesjwu/106/head -> origin/gh/jamesjwu/106/head 2025-03-04T19:54:17.8575138Z * [new branch] gh/jamesjwu/106/orig -> origin/gh/jamesjwu/106/orig 2025-03-04T19:54:17.8576757Z * [new branch] gh/jamesjwu/107/base -> origin/gh/jamesjwu/107/base 2025-03-04T19:54:17.8577856Z * [new branch] gh/jamesjwu/107/head -> origin/gh/jamesjwu/107/head 2025-03-04T19:54:17.8578969Z * [new branch] gh/jamesjwu/107/orig -> origin/gh/jamesjwu/107/orig 2025-03-04T19:54:17.8580398Z * [new branch] gh/jamesjwu/108/base -> origin/gh/jamesjwu/108/base 2025-03-04T19:54:17.8581517Z * [new branch] gh/jamesjwu/108/head -> origin/gh/jamesjwu/108/head 2025-03-04T19:54:17.8582688Z * [new branch] gh/jamesjwu/108/orig -> origin/gh/jamesjwu/108/orig 2025-03-04T19:54:17.8584287Z * [new branch] gh/jamesjwu/109/base -> origin/gh/jamesjwu/109/base 2025-03-04T19:54:17.8585370Z * [new branch] gh/jamesjwu/109/head -> origin/gh/jamesjwu/109/head 2025-03-04T19:54:17.8586465Z * [new branch] gh/jamesjwu/109/orig -> origin/gh/jamesjwu/109/orig 2025-03-04T19:54:17.8588100Z * [new branch] gh/jamesjwu/110/base -> origin/gh/jamesjwu/110/base 2025-03-04T19:54:17.8589403Z * [new branch] gh/jamesjwu/110/head -> origin/gh/jamesjwu/110/head 2025-03-04T19:54:17.8590508Z * [new branch] gh/jamesjwu/110/orig -> origin/gh/jamesjwu/110/orig 2025-03-04T19:54:17.8592134Z * [new branch] gh/jamesjwu/111/base -> origin/gh/jamesjwu/111/base 2025-03-04T19:54:17.8593304Z * [new branch] gh/jamesjwu/111/head -> origin/gh/jamesjwu/111/head 2025-03-04T19:54:17.8594476Z * [new branch] gh/jamesjwu/111/orig -> origin/gh/jamesjwu/111/orig 2025-03-04T19:54:17.8595827Z * [new branch] gh/jamesjwu/112/base -> origin/gh/jamesjwu/112/base 2025-03-04T19:54:17.8596847Z * [new branch] gh/jamesjwu/112/head -> origin/gh/jamesjwu/112/head 2025-03-04T19:54:17.8598503Z * [new branch] gh/jamesjwu/112/orig -> origin/gh/jamesjwu/112/orig 2025-03-04T19:54:17.8599683Z * [new branch] gh/jamesjwu/113/base -> origin/gh/jamesjwu/113/base 2025-03-04T19:54:17.8600955Z * [new branch] gh/jamesjwu/113/head -> origin/gh/jamesjwu/113/head 2025-03-04T19:54:17.8602008Z * [new branch] gh/jamesjwu/113/orig -> origin/gh/jamesjwu/113/orig 2025-03-04T19:54:17.8603451Z * [new branch] gh/jamesjwu/114/base -> origin/gh/jamesjwu/114/base 2025-03-04T19:54:17.8604551Z * [new branch] gh/jamesjwu/114/head -> origin/gh/jamesjwu/114/head 2025-03-04T19:54:17.8605997Z * [new branch] gh/jamesjwu/114/orig -> origin/gh/jamesjwu/114/orig 2025-03-04T19:54:17.8607677Z * [new branch] gh/jamesjwu/52/base -> origin/gh/jamesjwu/52/base 2025-03-04T19:54:17.8609179Z * [new branch] gh/jamesjwu/52/head -> origin/gh/jamesjwu/52/head 2025-03-04T19:54:17.8610169Z * [new branch] gh/jamesjwu/53/base -> origin/gh/jamesjwu/53/base 2025-03-04T19:54:17.8611113Z * [new branch] gh/jamesjwu/53/head -> origin/gh/jamesjwu/53/head 2025-03-04T19:54:17.8612977Z * [new branch] gh/jamesjwu/54/base -> origin/gh/jamesjwu/54/base 2025-03-04T19:54:17.8613769Z * [new branch] gh/jamesjwu/54/head -> origin/gh/jamesjwu/54/head 2025-03-04T19:54:17.8615202Z * [new branch] gh/jamesjwu/55/base -> origin/gh/jamesjwu/55/base 2025-03-04T19:54:17.8616040Z * [new branch] gh/jamesjwu/55/head -> origin/gh/jamesjwu/55/head 2025-03-04T19:54:17.8617422Z * [new branch] gh/jamesjwu/56/base -> origin/gh/jamesjwu/56/base 2025-03-04T19:54:17.8618476Z * [new branch] gh/jamesjwu/56/head -> origin/gh/jamesjwu/56/head 2025-03-04T19:54:17.8620072Z * [new branch] gh/jamesjwu/57/base -> origin/gh/jamesjwu/57/base 2025-03-04T19:54:17.8621412Z * [new branch] gh/jamesjwu/57/head -> origin/gh/jamesjwu/57/head 2025-03-04T19:54:17.8623276Z * [new branch] gh/jamesjwu/58/base -> origin/gh/jamesjwu/58/base 2025-03-04T19:54:17.8624795Z * [new branch] gh/jamesjwu/58/head -> origin/gh/jamesjwu/58/head 2025-03-04T19:54:17.8626698Z * [new branch] gh/jamesjwu/59/base -> origin/gh/jamesjwu/59/base 2025-03-04T19:54:17.8628198Z * [new branch] gh/jamesjwu/59/head -> origin/gh/jamesjwu/59/head 2025-03-04T19:54:17.8630391Z * [new branch] gh/jamesjwu/60/base -> origin/gh/jamesjwu/60/base 2025-03-04T19:54:17.8631657Z * [new branch] gh/jamesjwu/60/head -> origin/gh/jamesjwu/60/head 2025-03-04T19:54:17.8633592Z * [new branch] gh/jamesjwu/61/base -> origin/gh/jamesjwu/61/base 2025-03-04T19:54:17.8635039Z * [new branch] gh/jamesjwu/61/head -> origin/gh/jamesjwu/61/head 2025-03-04T19:54:17.8637164Z * [new branch] gh/jamesjwu/62/base -> origin/gh/jamesjwu/62/base 2025-03-04T19:54:17.8637794Z * [new branch] gh/jamesjwu/62/head -> origin/gh/jamesjwu/62/head 2025-03-04T19:54:17.8639234Z * [new branch] gh/jamesjwu/63/base -> origin/gh/jamesjwu/63/base 2025-03-04T19:54:17.8640187Z * [new branch] gh/jamesjwu/63/head -> origin/gh/jamesjwu/63/head 2025-03-04T19:54:17.8641737Z * [new branch] gh/jamesjwu/64/base -> origin/gh/jamesjwu/64/base 2025-03-04T19:54:17.8642631Z * [new branch] gh/jamesjwu/64/head -> origin/gh/jamesjwu/64/head 2025-03-04T19:54:17.8644007Z * [new branch] gh/jamesjwu/65/base -> origin/gh/jamesjwu/65/base 2025-03-04T19:54:17.8644792Z * [new branch] gh/jamesjwu/65/head -> origin/gh/jamesjwu/65/head 2025-03-04T19:54:17.8646239Z * [new branch] gh/jamesjwu/97/base -> origin/gh/jamesjwu/97/base 2025-03-04T19:54:17.8647109Z * [new branch] gh/jamesjwu/97/head -> origin/gh/jamesjwu/97/head 2025-03-04T19:54:17.8648065Z * [new branch] gh/jamesjwu/97/orig -> origin/gh/jamesjwu/97/orig 2025-03-04T19:54:17.8650025Z * [new branch] gh/janeyx99/165/base -> origin/gh/janeyx99/165/base 2025-03-04T19:54:17.8651032Z * [new branch] gh/janeyx99/165/head -> origin/gh/janeyx99/165/head 2025-03-04T19:54:17.8652157Z * [new branch] gh/janeyx99/165/orig -> origin/gh/janeyx99/165/orig 2025-03-04T19:54:17.8653344Z * [new branch] gh/janeyx99/201/base -> origin/gh/janeyx99/201/base 2025-03-04T19:54:17.8654368Z * [new branch] gh/janeyx99/201/head -> origin/gh/janeyx99/201/head 2025-03-04T19:54:17.8655374Z * [new branch] gh/janeyx99/201/orig -> origin/gh/janeyx99/201/orig 2025-03-04T19:54:17.8656726Z * [new branch] gh/janeyx99/221/base -> origin/gh/janeyx99/221/base 2025-03-04T19:54:17.8657622Z * [new branch] gh/janeyx99/221/head -> origin/gh/janeyx99/221/head 2025-03-04T19:54:17.8658594Z * [new branch] gh/janeyx99/221/orig -> origin/gh/janeyx99/221/orig 2025-03-04T19:54:17.8660170Z * [new branch] gh/janeyx99/222/base -> origin/gh/janeyx99/222/base 2025-03-04T19:54:17.8661177Z * [new branch] gh/janeyx99/222/head -> origin/gh/janeyx99/222/head 2025-03-04T19:54:17.8662157Z * [new branch] gh/janeyx99/222/orig -> origin/gh/janeyx99/222/orig 2025-03-04T19:54:17.8663754Z * [new branch] gh/janeyx99/223/base -> origin/gh/janeyx99/223/base 2025-03-04T19:54:17.8664600Z * [new branch] gh/janeyx99/223/head -> origin/gh/janeyx99/223/head 2025-03-04T19:54:17.8665598Z * [new branch] gh/janeyx99/223/orig -> origin/gh/janeyx99/223/orig 2025-03-04T19:54:17.8667053Z * [new branch] gh/janeyx99/224/base -> origin/gh/janeyx99/224/base 2025-03-04T19:54:17.8668131Z * [new branch] gh/janeyx99/224/head -> origin/gh/janeyx99/224/head 2025-03-04T19:54:17.8669582Z * [new branch] gh/janeyx99/224/orig -> origin/gh/janeyx99/224/orig 2025-03-04T19:54:17.8670621Z * [new branch] gh/janeyx99/225/base -> origin/gh/janeyx99/225/base 2025-03-04T19:54:17.8671630Z * [new branch] gh/janeyx99/225/head -> origin/gh/janeyx99/225/head 2025-03-04T19:54:17.8672631Z * [new branch] gh/janeyx99/225/orig -> origin/gh/janeyx99/225/orig 2025-03-04T19:54:17.8674778Z * [new branch] gh/janeyx99/226/base -> origin/gh/janeyx99/226/base 2025-03-04T19:54:17.8675437Z * [new branch] gh/janeyx99/226/head -> origin/gh/janeyx99/226/head 2025-03-04T19:54:17.8676452Z * [new branch] gh/janeyx99/226/orig -> origin/gh/janeyx99/226/orig 2025-03-04T19:54:17.8678024Z * [new branch] gh/janeyx99/88/base -> origin/gh/janeyx99/88/base 2025-03-04T19:54:17.8678909Z * [new branch] gh/janeyx99/88/head -> origin/gh/janeyx99/88/head 2025-03-04T19:54:17.8679866Z * [new branch] gh/janeyx99/88/orig -> origin/gh/janeyx99/88/orig 2025-03-04T19:54:17.8681887Z * [new branch] gh/jansel/227/base -> origin/gh/jansel/227/base 2025-03-04T19:54:17.8682653Z * [new branch] gh/jansel/227/head -> origin/gh/jansel/227/head 2025-03-04T19:54:17.8683611Z * [new branch] gh/jansel/227/orig -> origin/gh/jansel/227/orig 2025-03-04T19:54:17.8685119Z * [new branch] gh/jansel/360/base -> origin/gh/jansel/360/base 2025-03-04T19:54:17.8685955Z * [new branch] gh/jansel/360/head -> origin/gh/jansel/360/head 2025-03-04T19:54:17.8687435Z * [new branch] gh/jansel/451/base -> origin/gh/jansel/451/base 2025-03-04T19:54:17.8688277Z * [new branch] gh/jansel/451/head -> origin/gh/jansel/451/head 2025-03-04T19:54:17.8689289Z * [new branch] gh/jansel/451/orig -> origin/gh/jansel/451/orig 2025-03-04T19:54:17.8690810Z * [new branch] gh/jansel/462/base -> origin/gh/jansel/462/base 2025-03-04T19:54:17.8691809Z * [new branch] gh/jansel/462/head -> origin/gh/jansel/462/head 2025-03-04T19:54:17.8692769Z * [new branch] gh/jansel/462/orig -> origin/gh/jansel/462/orig 2025-03-04T19:54:17.8694612Z * [new branch] gh/jansel/473/base -> origin/gh/jansel/473/base 2025-03-04T19:54:17.8695154Z * [new branch] gh/jansel/473/head -> origin/gh/jansel/473/head 2025-03-04T19:54:17.8696178Z * [new branch] gh/jansel/473/orig -> origin/gh/jansel/473/orig 2025-03-04T19:54:17.8697625Z * [new branch] gh/jansel/480/base -> origin/gh/jansel/480/base 2025-03-04T19:54:17.8698499Z * [new branch] gh/jansel/480/head -> origin/gh/jansel/480/head 2025-03-04T19:54:17.8699460Z * [new branch] gh/jansel/480/orig -> origin/gh/jansel/480/orig 2025-03-04T19:54:17.8701140Z * [new branch] gh/jansel/486/base -> origin/gh/jansel/486/base 2025-03-04T19:54:17.8706128Z * [new branch] gh/jansel/486/head -> origin/gh/jansel/486/head 2025-03-04T19:54:17.8706931Z * [new branch] gh/jansel/486/orig -> origin/gh/jansel/486/orig 2025-03-04T19:54:17.8708484Z * [new branch] gh/jansel/489/base -> origin/gh/jansel/489/base 2025-03-04T19:54:17.8709357Z * [new branch] gh/jansel/489/head -> origin/gh/jansel/489/head 2025-03-04T19:54:17.8710318Z * [new branch] gh/jansel/489/orig -> origin/gh/jansel/489/orig 2025-03-04T19:54:17.8711801Z * [new branch] gh/jansel/490/base -> origin/gh/jansel/490/base 2025-03-04T19:54:17.8712675Z * [new branch] gh/jansel/490/head -> origin/gh/jansel/490/head 2025-03-04T19:54:17.8713640Z * [new branch] gh/jansel/490/orig -> origin/gh/jansel/490/orig 2025-03-04T19:54:17.8715045Z * [new branch] gh/jansel/491/base -> origin/gh/jansel/491/base 2025-03-04T19:54:17.8715912Z * [new branch] gh/jansel/491/head -> origin/gh/jansel/491/head 2025-03-04T19:54:17.8716895Z * [new branch] gh/jansel/491/orig -> origin/gh/jansel/491/orig 2025-03-04T19:54:17.8718584Z * [new branch] gh/jansel/492/base -> origin/gh/jansel/492/base 2025-03-04T19:54:17.8719254Z * [new branch] gh/jansel/492/head -> origin/gh/jansel/492/head 2025-03-04T19:54:17.8720197Z * [new branch] gh/jansel/492/orig -> origin/gh/jansel/492/orig 2025-03-04T19:54:17.8721736Z * [new branch] gh/jansel/493/base -> origin/gh/jansel/493/base 2025-03-04T19:54:17.8722558Z * [new branch] gh/jansel/493/head -> origin/gh/jansel/493/head 2025-03-04T19:54:17.8723555Z * [new branch] gh/jansel/493/orig -> origin/gh/jansel/493/orig 2025-03-04T19:54:17.8724950Z * [new branch] gh/jansel/494/base -> origin/gh/jansel/494/base 2025-03-04T19:54:17.8725886Z * [new branch] gh/jansel/494/head -> origin/gh/jansel/494/head 2025-03-04T19:54:17.8726766Z * [new branch] gh/jansel/494/orig -> origin/gh/jansel/494/orig 2025-03-04T19:54:17.8728253Z * [new branch] gh/jansel/495/base -> origin/gh/jansel/495/base 2025-03-04T19:54:17.8729087Z * [new branch] gh/jansel/495/head -> origin/gh/jansel/495/head 2025-03-04T19:54:17.8730116Z * [new branch] gh/jansel/495/orig -> origin/gh/jansel/495/orig 2025-03-04T19:54:17.8731824Z * [new branch] gh/jansel/496/base -> origin/gh/jansel/496/base 2025-03-04T19:54:17.8732814Z * [new branch] gh/jansel/496/head -> origin/gh/jansel/496/head 2025-03-04T19:54:17.8733752Z * [new branch] gh/jansel/496/orig -> origin/gh/jansel/496/orig 2025-03-04T19:54:17.8735408Z * [new branch] gh/jansel/497/base -> origin/gh/jansel/497/base 2025-03-04T19:54:17.8736253Z * [new branch] gh/jansel/497/head -> origin/gh/jansel/497/head 2025-03-04T19:54:17.8737257Z * [new branch] gh/jansel/497/orig -> origin/gh/jansel/497/orig 2025-03-04T19:54:17.8739105Z * [new branch] gh/jansel/498/base -> origin/gh/jansel/498/base 2025-03-04T19:54:17.8739998Z * [new branch] gh/jansel/498/head -> origin/gh/jansel/498/head 2025-03-04T19:54:17.8740905Z * [new branch] gh/jansel/498/orig -> origin/gh/jansel/498/orig 2025-03-04T19:54:17.8742438Z * [new branch] gh/jansel/499/base -> origin/gh/jansel/499/base 2025-03-04T19:54:17.8743263Z * [new branch] gh/jansel/499/head -> origin/gh/jansel/499/head 2025-03-04T19:54:17.8744268Z * [new branch] gh/jansel/499/orig -> origin/gh/jansel/499/orig 2025-03-04T19:54:17.8745762Z * [new branch] gh/jansel/500/base -> origin/gh/jansel/500/base 2025-03-04T19:54:17.8746613Z * [new branch] gh/jansel/500/head -> origin/gh/jansel/500/head 2025-03-04T19:54:17.8747609Z * [new branch] gh/jansel/500/orig -> origin/gh/jansel/500/orig 2025-03-04T19:54:17.8749189Z * [new branch] gh/jansel/501/base -> origin/gh/jansel/501/base 2025-03-04T19:54:17.8750022Z * [new branch] gh/jansel/501/head -> origin/gh/jansel/501/head 2025-03-04T19:54:17.8750969Z * [new branch] gh/jansel/501/orig -> origin/gh/jansel/501/orig 2025-03-04T19:54:17.8752469Z * [new branch] gh/jansel/502/base -> origin/gh/jansel/502/base 2025-03-04T19:54:17.8753314Z * [new branch] gh/jansel/502/head -> origin/gh/jansel/502/head 2025-03-04T19:54:17.8754344Z * [new branch] gh/jansel/502/orig -> origin/gh/jansel/502/orig 2025-03-04T19:54:17.8755768Z * [new branch] gh/jansel/503/base -> origin/gh/jansel/503/base 2025-03-04T19:54:17.8756599Z * [new branch] gh/jansel/503/head -> origin/gh/jansel/503/head 2025-03-04T19:54:17.8757537Z * [new branch] gh/jansel/503/orig -> origin/gh/jansel/503/orig 2025-03-04T19:54:17.8759092Z * [new branch] gh/jansel/504/base -> origin/gh/jansel/504/base 2025-03-04T19:54:17.8759836Z * [new branch] gh/jansel/504/head -> origin/gh/jansel/504/head 2025-03-04T19:54:17.8760883Z * [new branch] gh/jansel/504/orig -> origin/gh/jansel/504/orig 2025-03-04T19:54:17.8762798Z * [new branch] gh/jansel/505/base -> origin/gh/jansel/505/base 2025-03-04T19:54:17.8763676Z * [new branch] gh/jansel/505/head -> origin/gh/jansel/505/head 2025-03-04T19:54:17.8764719Z * [new branch] gh/jansel/505/orig -> origin/gh/jansel/505/orig 2025-03-04T19:54:17.8766674Z * [new branch] gh/jansel/506/base -> origin/gh/jansel/506/base 2025-03-04T19:54:17.8767503Z * [new branch] gh/jansel/506/head -> origin/gh/jansel/506/head 2025-03-04T19:54:17.8768570Z * [new branch] gh/jansel/506/orig -> origin/gh/jansel/506/orig 2025-03-04T19:54:17.8770032Z * [new branch] gh/jansel/507/base -> origin/gh/jansel/507/base 2025-03-04T19:54:17.8770904Z * [new branch] gh/jansel/507/head -> origin/gh/jansel/507/head 2025-03-04T19:54:17.8771927Z * [new branch] gh/jansel/507/orig -> origin/gh/jansel/507/orig 2025-03-04T19:54:17.8773450Z * [new branch] gh/jansel/508/base -> origin/gh/jansel/508/base 2025-03-04T19:54:17.8774791Z * [new branch] gh/jansel/508/head -> origin/gh/jansel/508/head 2025-03-04T19:54:17.8775282Z * [new branch] gh/jansel/508/orig -> origin/gh/jansel/508/orig 2025-03-04T19:54:17.8776886Z * [new branch] gh/jansel/509/base -> origin/gh/jansel/509/base 2025-03-04T19:54:17.8777724Z * [new branch] gh/jansel/509/head -> origin/gh/jansel/509/head 2025-03-04T19:54:17.8778788Z * [new branch] gh/jansel/509/orig -> origin/gh/jansel/509/orig 2025-03-04T19:54:17.8780376Z * [new branch] gh/jansel/510/base -> origin/gh/jansel/510/base 2025-03-04T19:54:17.8781068Z * [new branch] gh/jansel/510/head -> origin/gh/jansel/510/head 2025-03-04T19:54:17.8782063Z * [new branch] gh/jansel/510/orig -> origin/gh/jansel/510/orig 2025-03-04T19:54:17.8783545Z * [new branch] gh/jansel/511/base -> origin/gh/jansel/511/base 2025-03-04T19:54:17.8784367Z * [new branch] gh/jansel/511/head -> origin/gh/jansel/511/head 2025-03-04T19:54:17.8785340Z * [new branch] gh/jansel/511/orig -> origin/gh/jansel/511/orig 2025-03-04T19:54:17.8786798Z * [new branch] gh/jansel/512/base -> origin/gh/jansel/512/base 2025-03-04T19:54:17.8787737Z * [new branch] gh/jansel/512/head -> origin/gh/jansel/512/head 2025-03-04T19:54:17.8788727Z * [new branch] gh/jansel/512/orig -> origin/gh/jansel/512/orig 2025-03-04T19:54:17.8790321Z * [new branch] gh/jansel/513/base -> origin/gh/jansel/513/base 2025-03-04T19:54:17.8791132Z * [new branch] gh/jansel/513/head -> origin/gh/jansel/513/head 2025-03-04T19:54:17.8792706Z * [new branch] gh/jansel/513/orig -> origin/gh/jansel/513/orig 2025-03-04T19:54:17.8794026Z * [new branch] gh/jansel/514/base -> origin/gh/jansel/514/base 2025-03-04T19:54:17.8794901Z * [new branch] gh/jansel/514/head -> origin/gh/jansel/514/head 2025-03-04T19:54:17.8795900Z * [new branch] gh/jansel/514/orig -> origin/gh/jansel/514/orig 2025-03-04T19:54:17.8797348Z * [new branch] gh/jansel/515/base -> origin/gh/jansel/515/base 2025-03-04T19:54:17.8798228Z * [new branch] gh/jansel/515/head -> origin/gh/jansel/515/head 2025-03-04T19:54:17.8799380Z * [new branch] gh/jansel/515/orig -> origin/gh/jansel/515/orig 2025-03-04T19:54:17.8800892Z * [new branch] gh/jansel/516/base -> origin/gh/jansel/516/base 2025-03-04T19:54:17.8801824Z * [new branch] gh/jansel/516/head -> origin/gh/jansel/516/head 2025-03-04T19:54:17.8802834Z * [new branch] gh/jansel/516/orig -> origin/gh/jansel/516/orig 2025-03-04T19:54:17.8804450Z * [new branch] gh/jansel/517/base -> origin/gh/jansel/517/base 2025-03-04T19:54:17.8805329Z * [new branch] gh/jansel/517/head -> origin/gh/jansel/517/head 2025-03-04T19:54:17.8806278Z * [new branch] gh/jansel/517/orig -> origin/gh/jansel/517/orig 2025-03-04T19:54:17.8807800Z * [new branch] gh/jansel/518/base -> origin/gh/jansel/518/base 2025-03-04T19:54:17.8808638Z * [new branch] gh/jansel/518/head -> origin/gh/jansel/518/head 2025-03-04T19:54:17.8809663Z * [new branch] gh/jansel/518/orig -> origin/gh/jansel/518/orig 2025-03-04T19:54:17.8811088Z * [new branch] gh/jansel/519/base -> origin/gh/jansel/519/base 2025-03-04T19:54:17.8812064Z * [new branch] gh/jansel/519/head -> origin/gh/jansel/519/head 2025-03-04T19:54:17.8813024Z * [new branch] gh/jansel/519/orig -> origin/gh/jansel/519/orig 2025-03-04T19:54:17.8815010Z * [new branch] gh/jbschlosser/195/base -> origin/gh/jbschlosser/195/base 2025-03-04T19:54:17.8815889Z * [new branch] gh/jbschlosser/195/head -> origin/gh/jbschlosser/195/head 2025-03-04T19:54:17.8816875Z * [new branch] gh/jbschlosser/195/orig -> origin/gh/jbschlosser/195/orig 2025-03-04T19:54:17.8818547Z * [new branch] gh/jbschlosser/208/base -> origin/gh/jbschlosser/208/base 2025-03-04T19:54:17.8819335Z * [new branch] gh/jbschlosser/208/head -> origin/gh/jbschlosser/208/head 2025-03-04T19:54:17.8820295Z * [new branch] gh/jbschlosser/208/orig -> origin/gh/jbschlosser/208/orig 2025-03-04T19:54:17.8822019Z * [new branch] gh/jbschlosser/214/base -> origin/gh/jbschlosser/214/base 2025-03-04T19:54:17.8822857Z * [new branch] gh/jbschlosser/214/head -> origin/gh/jbschlosser/214/head 2025-03-04T19:54:17.8823980Z * [new branch] gh/jbschlosser/214/orig -> origin/gh/jbschlosser/214/orig 2025-03-04T19:54:17.8825474Z * [new branch] gh/jbschlosser/226/base -> origin/gh/jbschlosser/226/base 2025-03-04T19:54:17.8826292Z * [new branch] gh/jbschlosser/226/head -> origin/gh/jbschlosser/226/head 2025-03-04T19:54:17.8827282Z * [new branch] gh/jbschlosser/226/orig -> origin/gh/jbschlosser/226/orig 2025-03-04T19:54:17.8828854Z * [new branch] gh/jbschlosser/227/base -> origin/gh/jbschlosser/227/base 2025-03-04T19:54:17.8829760Z * [new branch] gh/jbschlosser/227/head -> origin/gh/jbschlosser/227/head 2025-03-04T19:54:17.8830762Z * [new branch] gh/jbschlosser/227/orig -> origin/gh/jbschlosser/227/orig 2025-03-04T19:54:17.8832404Z * [new branch] gh/jbschlosser/228/base -> origin/gh/jbschlosser/228/base 2025-03-04T19:54:17.8833353Z * [new branch] gh/jbschlosser/228/head -> origin/gh/jbschlosser/228/head 2025-03-04T19:54:17.8834363Z * [new branch] gh/jbschlosser/228/orig -> origin/gh/jbschlosser/228/orig 2025-03-04T19:54:17.8835963Z * [new branch] gh/jbschlosser/229/base -> origin/gh/jbschlosser/229/base 2025-03-04T19:54:17.8836823Z * [new branch] gh/jbschlosser/229/head -> origin/gh/jbschlosser/229/head 2025-03-04T19:54:17.8837732Z * [new branch] gh/jbschlosser/229/orig -> origin/gh/jbschlosser/229/orig 2025-03-04T19:54:17.8839224Z * [new branch] gh/jbschlosser/89/base -> origin/gh/jbschlosser/89/base 2025-03-04T19:54:17.8840454Z * [new branch] gh/jbschlosser/89/head -> origin/gh/jbschlosser/89/head 2025-03-04T19:54:17.8841170Z * [new branch] gh/jbschlosser/89/orig -> origin/gh/jbschlosser/89/orig 2025-03-04T19:54:17.8842902Z * [new branch] gh/jcaip/70/base -> origin/gh/jcaip/70/base 2025-03-04T19:54:17.8843779Z * [new branch] gh/jcaip/70/head -> origin/gh/jcaip/70/head 2025-03-04T19:54:17.8844829Z * [new branch] gh/jcaip/70/orig -> origin/gh/jcaip/70/orig 2025-03-04T19:54:17.8846674Z * [new branch] gh/jerryzh168/855/base -> origin/gh/jerryzh168/855/base 2025-03-04T19:54:17.8847572Z * [new branch] gh/jerryzh168/855/head -> origin/gh/jerryzh168/855/head 2025-03-04T19:54:17.8848588Z * [new branch] gh/jerryzh168/855/orig -> origin/gh/jerryzh168/855/orig 2025-03-04T19:54:17.8850157Z * [new branch] gh/jerryzh168/859/base -> origin/gh/jerryzh168/859/base 2025-03-04T19:54:17.8851009Z * [new branch] gh/jerryzh168/859/head -> origin/gh/jerryzh168/859/head 2025-03-04T19:54:17.8852160Z * [new branch] gh/jerryzh168/859/orig -> origin/gh/jerryzh168/859/orig 2025-03-04T19:54:17.8853531Z * [new branch] gh/jerryzh168/860/base -> origin/gh/jerryzh168/860/base 2025-03-04T19:54:17.8854509Z * [new branch] gh/jerryzh168/860/head -> origin/gh/jerryzh168/860/head 2025-03-04T19:54:17.8855523Z * [new branch] gh/jerryzh168/860/orig -> origin/gh/jerryzh168/860/orig 2025-03-04T19:54:17.8857397Z * [new branch] gh/jgong5/23/base -> origin/gh/jgong5/23/base 2025-03-04T19:54:17.8858259Z * [new branch] gh/jgong5/23/head -> origin/gh/jgong5/23/head 2025-03-04T19:54:17.8860017Z * [new branch] gh/jiayisunx/34/base -> origin/gh/jiayisunx/34/base 2025-03-04T19:54:17.8860905Z * [new branch] gh/jiayisunx/34/head -> origin/gh/jiayisunx/34/head 2025-03-04T19:54:17.8861898Z * [new branch] gh/jiayisunx/34/orig -> origin/gh/jiayisunx/34/orig 2025-03-04T19:54:17.8863259Z * [new branch] gh/jiayisunx/37/base -> origin/gh/jiayisunx/37/base 2025-03-04T19:54:17.8864111Z * [new branch] gh/jiayisunx/37/head -> origin/gh/jiayisunx/37/head 2025-03-04T19:54:17.8865122Z * [new branch] gh/jiayisunx/37/orig -> origin/gh/jiayisunx/37/orig 2025-03-04T19:54:17.8866687Z * [new branch] gh/jiayisunx/50/base -> origin/gh/jiayisunx/50/base 2025-03-04T19:54:17.8867520Z * [new branch] gh/jiayisunx/50/head -> origin/gh/jiayisunx/50/head 2025-03-04T19:54:17.8868518Z * [new branch] gh/jiayisunx/50/orig -> origin/gh/jiayisunx/50/orig 2025-03-04T19:54:17.8870044Z * [new branch] gh/jiayisunx/51/base -> origin/gh/jiayisunx/51/base 2025-03-04T19:54:17.8870941Z * [new branch] gh/jiayisunx/51/head -> origin/gh/jiayisunx/51/head 2025-03-04T19:54:17.8871942Z * [new branch] gh/jiayisunx/51/orig -> origin/gh/jiayisunx/51/orig 2025-03-04T19:54:17.8873346Z * [new branch] gh/jiayisunx/53/base -> origin/gh/jiayisunx/53/base 2025-03-04T19:54:17.8874740Z * [new branch] gh/jiayisunx/53/head -> origin/gh/jiayisunx/53/head 2025-03-04T19:54:17.8875397Z * [new branch] gh/jiayisunx/53/orig -> origin/gh/jiayisunx/53/orig 2025-03-04T19:54:17.8876828Z * [new branch] gh/jiayisunx/54/base -> origin/gh/jiayisunx/54/base 2025-03-04T19:54:17.8877774Z * [new branch] gh/jiayisunx/54/head -> origin/gh/jiayisunx/54/head 2025-03-04T19:54:17.8878725Z * [new branch] gh/jiayisunx/54/orig -> origin/gh/jiayisunx/54/orig 2025-03-04T19:54:17.8880165Z * [new branch] gh/jiayisunx/55/base -> origin/gh/jiayisunx/55/base 2025-03-04T19:54:17.8881140Z * [new branch] gh/jiayisunx/55/head -> origin/gh/jiayisunx/55/head 2025-03-04T19:54:17.8881964Z * [new branch] gh/jiayisunx/55/orig -> origin/gh/jiayisunx/55/orig 2025-03-04T19:54:17.8883509Z * [new branch] gh/jiayisunx/56/base -> origin/gh/jiayisunx/56/base 2025-03-04T19:54:17.8884405Z * [new branch] gh/jiayisunx/56/head -> origin/gh/jiayisunx/56/head 2025-03-04T19:54:17.8885389Z * [new branch] gh/jiayisunx/56/orig -> origin/gh/jiayisunx/56/orig 2025-03-04T19:54:17.8886782Z * [new branch] gh/jiayisunx/57/base -> origin/gh/jiayisunx/57/base 2025-03-04T19:54:17.8887680Z * [new branch] gh/jiayisunx/57/head -> origin/gh/jiayisunx/57/head 2025-03-04T19:54:17.8888652Z * [new branch] gh/jiayisunx/57/orig -> origin/gh/jiayisunx/57/orig 2025-03-04T19:54:17.8890125Z * [new branch] gh/jiayisunx/58/base -> origin/gh/jiayisunx/58/base 2025-03-04T19:54:17.8891033Z * [new branch] gh/jiayisunx/58/head -> origin/gh/jiayisunx/58/head 2025-03-04T19:54:17.8892086Z * [new branch] gh/jiayisunx/58/orig -> origin/gh/jiayisunx/58/orig 2025-03-04T19:54:17.8893447Z * [new branch] gh/jiayisunx/59/base -> origin/gh/jiayisunx/59/base 2025-03-04T19:54:17.8894365Z * [new branch] gh/jiayisunx/59/head -> origin/gh/jiayisunx/59/head 2025-03-04T19:54:17.8895330Z * [new branch] gh/jiayisunx/59/orig -> origin/gh/jiayisunx/59/orig 2025-03-04T19:54:17.8896875Z * [new branch] gh/jiayisunx/60/base -> origin/gh/jiayisunx/60/base 2025-03-04T19:54:17.8897748Z * [new branch] gh/jiayisunx/60/head -> origin/gh/jiayisunx/60/head 2025-03-04T19:54:17.8898784Z * [new branch] gh/jiayisunx/60/orig -> origin/gh/jiayisunx/60/orig 2025-03-04T19:54:17.8900169Z * [new branch] gh/jiayisunx/61/base -> origin/gh/jiayisunx/61/base 2025-03-04T19:54:17.8901327Z * [new branch] gh/jiayisunx/61/head -> origin/gh/jiayisunx/61/head 2025-03-04T19:54:17.8902310Z * [new branch] gh/jiayisunx/61/orig -> origin/gh/jiayisunx/61/orig 2025-03-04T19:54:17.8904007Z * [new branch] gh/jjwu@meta.com/1/base -> origin/gh/jjwu@meta.com/1/base 2025-03-04T19:54:17.8904822Z * [new branch] gh/jjwu@meta.com/1/head -> origin/gh/jjwu@meta.com/1/head 2025-03-04T19:54:17.8906495Z * [new branch] gh/jon-chuang/1/base -> origin/gh/jon-chuang/1/base 2025-03-04T19:54:17.8907423Z * [new branch] gh/jon-chuang/1/head -> origin/gh/jon-chuang/1/head 2025-03-04T19:54:17.8908960Z * [new branch] gh/jon-chuang/12/base -> origin/gh/jon-chuang/12/base 2025-03-04T19:54:17.8910258Z * [new branch] gh/jon-chuang/13/base -> origin/gh/jon-chuang/13/base 2025-03-04T19:54:17.8911593Z * [new branch] gh/jon-chuang/14/base -> origin/gh/jon-chuang/14/base 2025-03-04T19:54:17.8912949Z * [new branch] gh/jon-chuang/16/base -> origin/gh/jon-chuang/16/base 2025-03-04T19:54:17.8913931Z * [new branch] gh/jon-chuang/16/head -> origin/gh/jon-chuang/16/head 2025-03-04T19:54:17.8914895Z * [new branch] gh/jon-chuang/16/orig -> origin/gh/jon-chuang/16/orig 2025-03-04T19:54:17.8916381Z * [new branch] gh/jon-chuang/19/base -> origin/gh/jon-chuang/19/base 2025-03-04T19:54:17.8917316Z * [new branch] gh/jon-chuang/19/head -> origin/gh/jon-chuang/19/head 2025-03-04T19:54:17.8918317Z * [new branch] gh/jon-chuang/19/orig -> origin/gh/jon-chuang/19/orig 2025-03-04T19:54:17.8919608Z * [new branch] gh/jon-chuang/2/base -> origin/gh/jon-chuang/2/base 2025-03-04T19:54:17.8920432Z * [new branch] gh/jon-chuang/2/head -> origin/gh/jon-chuang/2/head 2025-03-04T19:54:17.8922051Z * [new branch] gh/jon-chuang/3/base -> origin/gh/jon-chuang/3/base 2025-03-04T19:54:17.8922675Z * [new branch] gh/jon-chuang/3/head -> origin/gh/jon-chuang/3/head 2025-03-04T19:54:17.8923943Z * [new branch] gh/jon-chuang/4/base -> origin/gh/jon-chuang/4/base 2025-03-04T19:54:17.8924764Z * [new branch] gh/jon-chuang/4/head -> origin/gh/jon-chuang/4/head 2025-03-04T19:54:17.8926116Z * [new branch] gh/jon-chuang/5/base -> origin/gh/jon-chuang/5/base 2025-03-04T19:54:17.8926727Z * [new branch] gh/jon-chuang/5/head -> origin/gh/jon-chuang/5/head 2025-03-04T19:54:17.8929600Z * [new branch] gh/jon-chuang/6/base -> origin/gh/jon-chuang/6/base 2025-03-04T19:54:17.8930315Z * [new branch] gh/jon-chuang/6/head -> origin/gh/jon-chuang/6/head 2025-03-04T19:54:17.8932445Z * [new branch] gh/jon-chuang/7/base -> origin/gh/jon-chuang/7/base 2025-03-04T19:54:17.8933556Z * [new branch] gh/jon-chuang/7/head -> origin/gh/jon-chuang/7/head 2025-03-04T19:54:17.8935714Z * [new branch] gh/jon-chuang/8/base -> origin/gh/jon-chuang/8/base 2025-03-04T19:54:17.8937156Z * [new branch] gh/jon-chuang/8/head -> origin/gh/jon-chuang/8/head 2025-03-04T19:54:17.8939652Z * [new branch] gh/justinchuby/101/base -> origin/gh/justinchuby/101/base 2025-03-04T19:54:17.8940862Z * [new branch] gh/justinchuby/101/head -> origin/gh/justinchuby/101/head 2025-03-04T19:54:17.8942680Z * [new branch] gh/justinchuby/101/orig -> origin/gh/justinchuby/101/orig 2025-03-04T19:54:17.8944590Z * [new branch] gh/justinchuby/102/base -> origin/gh/justinchuby/102/base 2025-03-04T19:54:17.8945884Z * [new branch] gh/justinchuby/102/head -> origin/gh/justinchuby/102/head 2025-03-04T19:54:17.8947558Z * [new branch] gh/justinchuby/102/orig -> origin/gh/justinchuby/102/orig 2025-03-04T19:54:17.8949669Z * [new branch] gh/justinchuby/103/base -> origin/gh/justinchuby/103/base 2025-03-04T19:54:17.8950895Z * [new branch] gh/justinchuby/103/head -> origin/gh/justinchuby/103/head 2025-03-04T19:54:17.8952681Z * [new branch] gh/justinchuby/103/orig -> origin/gh/justinchuby/103/orig 2025-03-04T19:54:17.8954737Z * [new branch] gh/justinchuby/104/base -> origin/gh/justinchuby/104/base 2025-03-04T19:54:17.8955997Z * [new branch] gh/justinchuby/104/head -> origin/gh/justinchuby/104/head 2025-03-04T19:54:17.8957708Z * [new branch] gh/justinchuby/104/orig -> origin/gh/justinchuby/104/orig 2025-03-04T19:54:17.8959671Z * [new branch] gh/justinchuby/105/base -> origin/gh/justinchuby/105/base 2025-03-04T19:54:17.8960929Z * [new branch] gh/justinchuby/105/head -> origin/gh/justinchuby/105/head 2025-03-04T19:54:17.8962769Z * [new branch] gh/justinchuby/105/orig -> origin/gh/justinchuby/105/orig 2025-03-04T19:54:17.8964616Z * [new branch] gh/justinchuby/106/base -> origin/gh/justinchuby/106/base 2025-03-04T19:54:17.8965910Z * [new branch] gh/justinchuby/106/head -> origin/gh/justinchuby/106/head 2025-03-04T19:54:17.8967620Z * [new branch] gh/justinchuby/106/orig -> origin/gh/justinchuby/106/orig 2025-03-04T19:54:17.8969566Z * [new branch] gh/justinchuby/107/base -> origin/gh/justinchuby/107/base 2025-03-04T19:54:17.8971000Z * [new branch] gh/justinchuby/107/head -> origin/gh/justinchuby/107/head 2025-03-04T19:54:17.8972702Z * [new branch] gh/justinchuby/107/orig -> origin/gh/justinchuby/107/orig 2025-03-04T19:54:17.8974879Z * [new branch] gh/justinchuby/108/base -> origin/gh/justinchuby/108/base 2025-03-04T19:54:17.8976363Z * [new branch] gh/justinchuby/108/head -> origin/gh/justinchuby/108/head 2025-03-04T19:54:17.8978074Z * [new branch] gh/justinchuby/108/orig -> origin/gh/justinchuby/108/orig 2025-03-04T19:54:17.8979924Z * [new branch] gh/justinchuby/109/base -> origin/gh/justinchuby/109/base 2025-03-04T19:54:17.8982030Z * [new branch] gh/justinchuby/109/head -> origin/gh/justinchuby/109/head 2025-03-04T19:54:17.8983552Z * [new branch] gh/justinchuby/109/orig -> origin/gh/justinchuby/109/orig 2025-03-04T19:54:17.8985589Z * [new branch] gh/justinchuby/110/base -> origin/gh/justinchuby/110/base 2025-03-04T19:54:17.8987225Z * [new branch] gh/justinchuby/110/head -> origin/gh/justinchuby/110/head 2025-03-04T19:54:17.8988402Z * [new branch] gh/justinchuby/110/orig -> origin/gh/justinchuby/110/orig 2025-03-04T19:54:17.8990267Z * [new branch] gh/justinchuby/111/base -> origin/gh/justinchuby/111/base 2025-03-04T19:54:17.8991736Z * [new branch] gh/justinchuby/111/head -> origin/gh/justinchuby/111/head 2025-03-04T19:54:17.8992444Z * [new branch] gh/justinchuby/111/orig -> origin/gh/justinchuby/111/orig 2025-03-04T19:54:17.8994355Z * [new branch] gh/justinchuby/112/base -> origin/gh/justinchuby/112/base 2025-03-04T19:54:17.8995650Z * [new branch] gh/justinchuby/112/head -> origin/gh/justinchuby/112/head 2025-03-04T19:54:17.8996965Z * [new branch] gh/justinchuby/112/orig -> origin/gh/justinchuby/112/orig 2025-03-04T19:54:17.8999306Z * [new branch] gh/kadeng/1/base -> origin/gh/kadeng/1/base 2025-03-04T19:54:17.9001130Z * [new branch] gh/kadeng/1/head -> origin/gh/kadeng/1/head 2025-03-04T19:54:17.9004679Z * [new branch] gh/kadeng/1/orig -> origin/gh/kadeng/1/orig 2025-03-04T19:54:17.9006592Z * [new branch] gh/kadeng/12/base -> origin/gh/kadeng/12/base 2025-03-04T19:54:17.9007747Z * [new branch] gh/kadeng/12/head -> origin/gh/kadeng/12/head 2025-03-04T19:54:17.9010012Z * [new branch] gh/kadeng/13/base -> origin/gh/kadeng/13/base 2025-03-04T19:54:17.9011901Z * [new branch] gh/kadeng/13/head -> origin/gh/kadeng/13/head 2025-03-04T19:54:17.9013770Z * [new branch] gh/kadeng/14/base -> origin/gh/kadeng/14/base 2025-03-04T19:54:17.9014710Z * [new branch] gh/kadeng/14/head -> origin/gh/kadeng/14/head 2025-03-04T19:54:17.9016989Z * [new branch] gh/kadeng/16/base -> origin/gh/kadeng/16/base 2025-03-04T19:54:17.9018561Z * [new branch] gh/kadeng/16/head -> origin/gh/kadeng/16/head 2025-03-04T19:54:17.9021246Z * [new branch] gh/kadeng/6/base -> origin/gh/kadeng/6/base 2025-03-04T19:54:17.9022759Z * [new branch] gh/kadeng/6/head -> origin/gh/kadeng/6/head 2025-03-04T19:54:17.9024712Z * [new branch] gh/kadeng/7/base -> origin/gh/kadeng/7/base 2025-03-04T19:54:17.9026607Z * [new branch] gh/kadeng/9/base -> origin/gh/kadeng/9/base 2025-03-04T19:54:17.9028028Z * [new branch] gh/kadeng/9/head -> origin/gh/kadeng/9/head 2025-03-04T19:54:17.9030683Z * [new branch] gh/kimishpatel/186/base -> origin/gh/kimishpatel/186/base 2025-03-04T19:54:17.9032435Z * [new branch] gh/kimishpatel/186/head -> origin/gh/kimishpatel/186/head 2025-03-04T19:54:17.9033699Z * [new branch] gh/kimishpatel/186/orig -> origin/gh/kimishpatel/186/orig 2025-03-04T19:54:17.9036237Z * [new branch] gh/kurtamohler/31/base -> origin/gh/kurtamohler/31/base 2025-03-04T19:54:17.9038227Z * [new branch] gh/kurtamohler/31/head -> origin/gh/kurtamohler/31/head 2025-03-04T19:54:17.9039830Z * [new branch] gh/kurtamohler/31/orig -> origin/gh/kurtamohler/31/orig 2025-03-04T19:54:17.9041890Z * [new branch] gh/kurtamohler/32/base -> origin/gh/kurtamohler/32/base 2025-03-04T19:54:17.9043177Z * [new branch] gh/kurtamohler/32/head -> origin/gh/kurtamohler/32/head 2025-03-04T19:54:17.9044907Z * [new branch] gh/kurtamohler/32/orig -> origin/gh/kurtamohler/32/orig 2025-03-04T19:54:17.9047382Z * [new branch] gh/kwen2501/1/base -> origin/gh/kwen2501/1/base 2025-03-04T19:54:17.9048819Z * [new branch] gh/kwen2501/1/head -> origin/gh/kwen2501/1/head 2025-03-04T19:54:17.9051265Z * [new branch] gh/kwen2501/108/base -> origin/gh/kwen2501/108/base 2025-03-04T19:54:17.9052741Z * [new branch] gh/kwen2501/108/head -> origin/gh/kwen2501/108/head 2025-03-04T19:54:17.9054512Z * [new branch] gh/kwen2501/108/orig -> origin/gh/kwen2501/108/orig 2025-03-04T19:54:17.9056662Z * [new branch] gh/kwen2501/109/base -> origin/gh/kwen2501/109/base 2025-03-04T19:54:17.9058394Z * [new branch] gh/kwen2501/109/head -> origin/gh/kwen2501/109/head 2025-03-04T19:54:17.9060004Z * [new branch] gh/kwen2501/109/orig -> origin/gh/kwen2501/109/orig 2025-03-04T19:54:17.9062072Z * [new branch] gh/kwen2501/118/base -> origin/gh/kwen2501/118/base 2025-03-04T19:54:17.9063793Z * [new branch] gh/kwen2501/118/head -> origin/gh/kwen2501/118/head 2025-03-04T19:54:17.9065232Z * [new branch] gh/kwen2501/118/orig -> origin/gh/kwen2501/118/orig 2025-03-04T19:54:17.9067593Z * [new branch] gh/kwen2501/122/base -> origin/gh/kwen2501/122/base 2025-03-04T19:54:17.9069171Z * [new branch] gh/kwen2501/122/head -> origin/gh/kwen2501/122/head 2025-03-04T19:54:17.9070680Z * [new branch] gh/kwen2501/122/orig -> origin/gh/kwen2501/122/orig 2025-03-04T19:54:17.9073010Z * [new branch] gh/kwen2501/123/base -> origin/gh/kwen2501/123/base 2025-03-04T19:54:17.9074490Z * [new branch] gh/kwen2501/123/head -> origin/gh/kwen2501/123/head 2025-03-04T19:54:17.9076634Z * [new branch] gh/kwen2501/123/orig -> origin/gh/kwen2501/123/orig 2025-03-04T19:54:17.9078538Z * [new branch] gh/kwen2501/124/base -> origin/gh/kwen2501/124/base 2025-03-04T19:54:17.9079952Z * [new branch] gh/kwen2501/124/head -> origin/gh/kwen2501/124/head 2025-03-04T19:54:17.9081755Z * [new branch] gh/kwen2501/124/orig -> origin/gh/kwen2501/124/orig 2025-03-04T19:54:17.9083767Z * [new branch] gh/kwen2501/125/base -> origin/gh/kwen2501/125/base 2025-03-04T19:54:17.9085228Z * [new branch] gh/kwen2501/125/head -> origin/gh/kwen2501/125/head 2025-03-04T19:54:17.9086920Z * [new branch] gh/kwen2501/125/orig -> origin/gh/kwen2501/125/orig 2025-03-04T19:54:17.9089018Z * [new branch] gh/kwen2501/126/base -> origin/gh/kwen2501/126/base 2025-03-04T19:54:17.9090213Z * [new branch] gh/kwen2501/126/head -> origin/gh/kwen2501/126/head 2025-03-04T19:54:17.9092096Z * [new branch] gh/kwen2501/126/orig -> origin/gh/kwen2501/126/orig 2025-03-04T19:54:17.9094273Z * [new branch] gh/kwen2501/127/base -> origin/gh/kwen2501/127/base 2025-03-04T19:54:17.9095739Z * [new branch] gh/kwen2501/127/head -> origin/gh/kwen2501/127/head 2025-03-04T19:54:17.9097481Z * [new branch] gh/kwen2501/127/orig -> origin/gh/kwen2501/127/orig 2025-03-04T19:54:17.9099475Z * [new branch] gh/kwen2501/15/base -> origin/gh/kwen2501/15/base 2025-03-04T19:54:17.9101021Z * [new branch] gh/kwen2501/15/head -> origin/gh/kwen2501/15/head 2025-03-04T19:54:17.9103689Z * [new branch] gh/kwen2501/87/base -> origin/gh/kwen2501/87/base 2025-03-04T19:54:17.9104664Z * [new branch] gh/kwen2501/87/head -> origin/gh/kwen2501/87/head 2025-03-04T19:54:17.9106395Z * [new branch] gh/kwen2501/87/orig -> origin/gh/kwen2501/87/orig 2025-03-04T19:54:17.9108413Z * [new branch] gh/kwen2501/97/base -> origin/gh/kwen2501/97/base 2025-03-04T19:54:17.9110038Z * [new branch] gh/kwen2501/97/head -> origin/gh/kwen2501/97/head 2025-03-04T19:54:17.9112077Z * [new branch] gh/kwen2501/97/orig -> origin/gh/kwen2501/97/orig 2025-03-04T19:54:17.9114880Z * [new branch] gh/laithsakka/102/base -> origin/gh/laithsakka/102/base 2025-03-04T19:54:17.9116686Z * [new branch] gh/laithsakka/102/head -> origin/gh/laithsakka/102/head 2025-03-04T19:54:17.9117875Z * [new branch] gh/laithsakka/102/orig -> origin/gh/laithsakka/102/orig 2025-03-04T19:54:17.9120232Z * [new branch] gh/laithsakka/107/base -> origin/gh/laithsakka/107/base 2025-03-04T19:54:17.9121402Z * [new branch] gh/laithsakka/107/head -> origin/gh/laithsakka/107/head 2025-03-04T19:54:17.9123265Z * [new branch] gh/laithsakka/107/orig -> origin/gh/laithsakka/107/orig 2025-03-04T19:54:17.9125485Z * [new branch] gh/laithsakka/108/base -> origin/gh/laithsakka/108/base 2025-03-04T19:54:17.9127269Z * [new branch] gh/laithsakka/108/head -> origin/gh/laithsakka/108/head 2025-03-04T19:54:17.9128499Z * [new branch] gh/laithsakka/108/orig -> origin/gh/laithsakka/108/orig 2025-03-04T19:54:17.9130712Z * [new branch] gh/laithsakka/109/base -> origin/gh/laithsakka/109/base 2025-03-04T19:54:17.9131972Z * [new branch] gh/laithsakka/109/head -> origin/gh/laithsakka/109/head 2025-03-04T19:54:17.9133331Z * [new branch] gh/laithsakka/109/orig -> origin/gh/laithsakka/109/orig 2025-03-04T19:54:17.9134886Z * [new branch] gh/laithsakka/110/base -> origin/gh/laithsakka/110/base 2025-03-04T19:54:17.9136423Z * [new branch] gh/laithsakka/110/head -> origin/gh/laithsakka/110/head 2025-03-04T19:54:17.9137760Z * [new branch] gh/laithsakka/110/orig -> origin/gh/laithsakka/110/orig 2025-03-04T19:54:17.9139696Z * [new branch] gh/laithsakka/111/base -> origin/gh/laithsakka/111/base 2025-03-04T19:54:17.9140935Z * [new branch] gh/laithsakka/111/head -> origin/gh/laithsakka/111/head 2025-03-04T19:54:17.9142519Z * [new branch] gh/laithsakka/111/orig -> origin/gh/laithsakka/111/orig 2025-03-04T19:54:17.9144587Z * [new branch] gh/laithsakka/112/base -> origin/gh/laithsakka/112/base 2025-03-04T19:54:17.9146114Z * [new branch] gh/laithsakka/112/head -> origin/gh/laithsakka/112/head 2025-03-04T19:54:17.9147421Z * [new branch] gh/laithsakka/112/orig -> origin/gh/laithsakka/112/orig 2025-03-04T19:54:17.9149293Z * [new branch] gh/laithsakka/28/base -> origin/gh/laithsakka/28/base 2025-03-04T19:54:17.9150941Z * [new branch] gh/laithsakka/29/base -> origin/gh/laithsakka/29/base 2025-03-04T19:54:17.9152342Z * [new branch] gh/laithsakka/30/base -> origin/gh/laithsakka/30/base 2025-03-04T19:54:17.9153725Z * [new branch] gh/laithsakka/30/head -> origin/gh/laithsakka/30/head 2025-03-04T19:54:17.9155266Z * [new branch] gh/laithsakka/31/base -> origin/gh/laithsakka/31/base 2025-03-04T19:54:17.9156598Z * [new branch] gh/laithsakka/31/head -> origin/gh/laithsakka/31/head 2025-03-04T19:54:17.9158254Z * [new branch] gh/laithsakka/32/base -> origin/gh/laithsakka/32/base 2025-03-04T19:54:17.9159485Z * [new branch] gh/laithsakka/32/head -> origin/gh/laithsakka/32/head 2025-03-04T19:54:17.9161584Z * [new branch] gh/larryliu0820/44/base -> origin/gh/larryliu0820/44/base 2025-03-04T19:54:17.9162841Z * [new branch] gh/larryliu0820/44/head -> origin/gh/larryliu0820/44/head 2025-03-04T19:54:17.9164124Z * [new branch] gh/larryliu0820/44/orig -> origin/gh/larryliu0820/44/orig 2025-03-04T19:54:17.9166043Z * [new branch] gh/larryliu0820/45/base -> origin/gh/larryliu0820/45/base 2025-03-04T19:54:17.9167400Z * [new branch] gh/larryliu0820/45/head -> origin/gh/larryliu0820/45/head 2025-03-04T19:54:17.9168882Z * [new branch] gh/larryliu0820/45/orig -> origin/gh/larryliu0820/45/orig 2025-03-04T19:54:17.9170559Z * [new branch] gh/larryliu0820/46/base -> origin/gh/larryliu0820/46/base 2025-03-04T19:54:17.9172170Z * [new branch] gh/larryliu0820/46/head -> origin/gh/larryliu0820/46/head 2025-03-04T19:54:17.9173551Z * [new branch] gh/larryliu0820/46/orig -> origin/gh/larryliu0820/46/orig 2025-03-04T19:54:17.9175755Z * [new branch] gh/leslie-fang-intel/180/base -> origin/gh/leslie-fang-intel/180/base 2025-03-04T19:54:17.9177474Z * [new branch] gh/leslie-fang-intel/180/head -> origin/gh/leslie-fang-intel/180/head 2025-03-04T19:54:17.9178848Z * [new branch] gh/leslie-fang-intel/180/orig -> origin/gh/leslie-fang-intel/180/orig 2025-03-04T19:54:17.9180505Z * [new branch] gh/leslie-fang-intel/181/base -> origin/gh/leslie-fang-intel/181/base 2025-03-04T19:54:17.9181835Z * [new branch] gh/leslie-fang-intel/181/head -> origin/gh/leslie-fang-intel/181/head 2025-03-04T19:54:17.9183169Z * [new branch] gh/leslie-fang-intel/181/orig -> origin/gh/leslie-fang-intel/181/orig 2025-03-04T19:54:17.9184822Z * [new branch] gh/leslie-fang-intel/182/base -> origin/gh/leslie-fang-intel/182/base 2025-03-04T19:54:17.9186138Z * [new branch] gh/leslie-fang-intel/182/head -> origin/gh/leslie-fang-intel/182/head 2025-03-04T19:54:17.9187508Z * [new branch] gh/leslie-fang-intel/182/orig -> origin/gh/leslie-fang-intel/182/orig 2025-03-04T19:54:17.9189163Z * [new branch] gh/leslie-fang-intel/183/base -> origin/gh/leslie-fang-intel/183/base 2025-03-04T19:54:17.9190529Z * [new branch] gh/leslie-fang-intel/183/head -> origin/gh/leslie-fang-intel/183/head 2025-03-04T19:54:17.9191825Z * [new branch] gh/leslie-fang-intel/183/orig -> origin/gh/leslie-fang-intel/183/orig 2025-03-04T19:54:17.9193616Z * [new branch] gh/leslie-fang-intel/184/base -> origin/gh/leslie-fang-intel/184/base 2025-03-04T19:54:17.9227836Z * [new branch] gh/leslie-fang-intel/184/head -> origin/gh/leslie-fang-intel/184/head 2025-03-04T19:54:17.9228755Z * [new branch] gh/leslie-fang-intel/184/orig -> origin/gh/leslie-fang-intel/184/orig 2025-03-04T19:54:17.9229326Z * [new branch] gh/leslie-fang-intel/185/base -> origin/gh/leslie-fang-intel/185/base 2025-03-04T19:54:17.9229953Z * [new branch] gh/leslie-fang-intel/185/head -> origin/gh/leslie-fang-intel/185/head 2025-03-04T19:54:17.9230532Z * [new branch] gh/leslie-fang-intel/185/orig -> origin/gh/leslie-fang-intel/185/orig 2025-03-04T19:54:17.9231072Z * [new branch] gh/leslie-fang-intel/186/base -> origin/gh/leslie-fang-intel/186/base 2025-03-04T19:54:17.9231602Z * [new branch] gh/leslie-fang-intel/186/head -> origin/gh/leslie-fang-intel/186/head 2025-03-04T19:54:17.9232159Z * [new branch] gh/leslie-fang-intel/186/orig -> origin/gh/leslie-fang-intel/186/orig 2025-03-04T19:54:17.9232689Z * [new branch] gh/leslie-fang-intel/187/base -> origin/gh/leslie-fang-intel/187/base 2025-03-04T19:54:17.9233244Z * [new branch] gh/leslie-fang-intel/187/head -> origin/gh/leslie-fang-intel/187/head 2025-03-04T19:54:17.9233952Z * [new branch] gh/leslie-fang-intel/187/orig -> origin/gh/leslie-fang-intel/187/orig 2025-03-04T19:54:17.9234388Z * [new branch] gh/lucasllc/1/head -> origin/gh/lucasllc/1/head 2025-03-04T19:54:17.9234761Z * [new branch] gh/lw/5/head -> origin/gh/lw/5/head 2025-03-04T19:54:17.9235118Z * [new branch] gh/lw/6/base -> origin/gh/lw/6/base 2025-03-04T19:54:17.9235444Z * [new branch] gh/lw/6/head -> origin/gh/lw/6/head 2025-03-04T19:54:17.9235788Z * [new branch] gh/lw/6/orig -> origin/gh/lw/6/orig 2025-03-04T19:54:17.9236207Z * [new branch] gh/malfet/137/base -> origin/gh/malfet/137/base 2025-03-04T19:54:17.9236602Z * [new branch] gh/malfet/137/head -> origin/gh/malfet/137/head 2025-03-04T19:54:17.9237044Z * [new branch] gh/malfet/137/orig -> origin/gh/malfet/137/orig 2025-03-04T19:54:17.9237424Z * [new branch] gh/malfet/14/base -> origin/gh/malfet/14/base 2025-03-04T19:54:17.9237828Z * [new branch] gh/malfet/155/base -> origin/gh/malfet/155/base 2025-03-04T19:54:17.9238252Z * [new branch] gh/malfet/155/head -> origin/gh/malfet/155/head 2025-03-04T19:54:17.9238660Z * [new branch] gh/malfet/155/orig -> origin/gh/malfet/155/orig 2025-03-04T19:54:17.9239076Z * [new branch] gh/malfet/159/base -> origin/gh/malfet/159/base 2025-03-04T19:54:17.9239455Z * [new branch] gh/malfet/159/head -> origin/gh/malfet/159/head 2025-03-04T19:54:17.9239886Z * [new branch] gh/malfet/159/orig -> origin/gh/malfet/159/orig 2025-03-04T19:54:17.9240289Z * [new branch] gh/malfet/161/base -> origin/gh/malfet/161/base 2025-03-04T19:54:17.9240716Z * [new branch] gh/malfet/161/head -> origin/gh/malfet/161/head 2025-03-04T19:54:17.9241308Z * [new branch] gh/malfet/161/orig -> origin/gh/malfet/161/orig 2025-03-04T19:54:17.9241741Z * [new branch] gh/malfet/162/base -> origin/gh/malfet/162/base 2025-03-04T19:54:17.9242146Z * [new branch] gh/malfet/162/head -> origin/gh/malfet/162/head 2025-03-04T19:54:17.9242540Z * [new branch] gh/malfet/162/orig -> origin/gh/malfet/162/orig 2025-03-04T19:54:17.9242928Z * [new branch] gh/malfet/163/base -> origin/gh/malfet/163/base 2025-03-04T19:54:17.9243336Z * [new branch] gh/malfet/163/head -> origin/gh/malfet/163/head 2025-03-04T19:54:17.9243763Z * [new branch] gh/malfet/163/orig -> origin/gh/malfet/163/orig 2025-03-04T19:54:17.9244146Z * [new branch] gh/malfet/164/base -> origin/gh/malfet/164/base 2025-03-04T19:54:17.9244855Z * [new branch] gh/malfet/164/head -> origin/gh/malfet/164/head 2025-03-04T19:54:17.9246656Z * [new branch] gh/malfet/164/orig -> origin/gh/malfet/164/orig 2025-03-04T19:54:17.9248593Z * [new branch] gh/malfet/165/base -> origin/gh/malfet/165/base 2025-03-04T19:54:17.9249779Z * [new branch] gh/malfet/165/head -> origin/gh/malfet/165/head 2025-03-04T19:54:17.9251627Z * [new branch] gh/malfet/165/orig -> origin/gh/malfet/165/orig 2025-03-04T19:54:17.9253597Z * [new branch] gh/malfet/166/base -> origin/gh/malfet/166/base 2025-03-04T19:54:17.9254825Z * [new branch] gh/malfet/166/head -> origin/gh/malfet/166/head 2025-03-04T19:54:17.9256718Z * [new branch] gh/malfet/166/orig -> origin/gh/malfet/166/orig 2025-03-04T19:54:17.9258664Z * [new branch] gh/malfet/167/base -> origin/gh/malfet/167/base 2025-03-04T19:54:17.9259869Z * [new branch] gh/malfet/167/head -> origin/gh/malfet/167/head 2025-03-04T19:54:17.9261975Z * [new branch] gh/malfet/167/orig -> origin/gh/malfet/167/orig 2025-03-04T19:54:17.9263683Z * [new branch] gh/malfet/168/base -> origin/gh/malfet/168/base 2025-03-04T19:54:17.9265082Z * [new branch] gh/malfet/168/head -> origin/gh/malfet/168/head 2025-03-04T19:54:17.9266808Z * [new branch] gh/malfet/168/orig -> origin/gh/malfet/168/orig 2025-03-04T19:54:17.9268825Z * [new branch] gh/malfet/169/base -> origin/gh/malfet/169/base 2025-03-04T19:54:17.9270159Z * [new branch] gh/malfet/169/head -> origin/gh/malfet/169/head 2025-03-04T19:54:17.9271950Z * [new branch] gh/malfet/169/orig -> origin/gh/malfet/169/orig 2025-03-04T19:54:17.9273889Z * [new branch] gh/malfet/170/base -> origin/gh/malfet/170/base 2025-03-04T19:54:17.9275318Z * [new branch] gh/malfet/170/head -> origin/gh/malfet/170/head 2025-03-04T19:54:17.9277189Z * [new branch] gh/malfet/170/orig -> origin/gh/malfet/170/orig 2025-03-04T19:54:17.9279144Z * [new branch] gh/malfet/171/base -> origin/gh/malfet/171/base 2025-03-04T19:54:17.9280627Z * [new branch] gh/malfet/171/head -> origin/gh/malfet/171/head 2025-03-04T19:54:17.9282421Z * [new branch] gh/malfet/171/orig -> origin/gh/malfet/171/orig 2025-03-04T19:54:17.9284372Z * [new branch] gh/malfet/172/base -> origin/gh/malfet/172/base 2025-03-04T19:54:17.9285855Z * [new branch] gh/malfet/172/head -> origin/gh/malfet/172/head 2025-03-04T19:54:17.9287311Z * [new branch] gh/malfet/172/orig -> origin/gh/malfet/172/orig 2025-03-04T19:54:17.9289289Z * [new branch] gh/malfet/173/base -> origin/gh/malfet/173/base 2025-03-04T19:54:17.9290730Z * [new branch] gh/malfet/173/head -> origin/gh/malfet/173/head 2025-03-04T19:54:17.9292527Z * [new branch] gh/malfet/173/orig -> origin/gh/malfet/173/orig 2025-03-04T19:54:17.9294977Z * [new branch] gh/malfet/174/base -> origin/gh/malfet/174/base 2025-03-04T19:54:17.9296215Z * [new branch] gh/malfet/174/head -> origin/gh/malfet/174/head 2025-03-04T19:54:17.9298133Z * [new branch] gh/malfet/174/orig -> origin/gh/malfet/174/orig 2025-03-04T19:54:17.9300142Z * [new branch] gh/malfet/175/base -> origin/gh/malfet/175/base 2025-03-04T19:54:17.9301755Z * [new branch] gh/malfet/175/head -> origin/gh/malfet/175/head 2025-03-04T19:54:17.9303467Z * [new branch] gh/malfet/175/orig -> origin/gh/malfet/175/orig 2025-03-04T19:54:17.9305454Z * [new branch] gh/malfet/176/base -> origin/gh/malfet/176/base 2025-03-04T19:54:17.9306891Z * [new branch] gh/malfet/176/head -> origin/gh/malfet/176/head 2025-03-04T19:54:17.9308612Z * [new branch] gh/malfet/176/orig -> origin/gh/malfet/176/orig 2025-03-04T19:54:17.9310726Z * [new branch] gh/malfet/177/base -> origin/gh/malfet/177/base 2025-03-04T19:54:17.9312256Z * [new branch] gh/malfet/177/head -> origin/gh/malfet/177/head 2025-03-04T19:54:17.9313815Z * [new branch] gh/malfet/177/orig -> origin/gh/malfet/177/orig 2025-03-04T19:54:17.9315870Z * [new branch] gh/malfet/178/base -> origin/gh/malfet/178/base 2025-03-04T19:54:17.9317243Z * [new branch] gh/malfet/178/head -> origin/gh/malfet/178/head 2025-03-04T19:54:17.9319114Z * [new branch] gh/malfet/178/orig -> origin/gh/malfet/178/orig 2025-03-04T19:54:17.9321076Z * [new branch] gh/malfet/179/base -> origin/gh/malfet/179/base 2025-03-04T19:54:17.9322418Z * [new branch] gh/malfet/179/head -> origin/gh/malfet/179/head 2025-03-04T19:54:17.9324313Z * [new branch] gh/malfet/179/orig -> origin/gh/malfet/179/orig 2025-03-04T19:54:17.9326186Z * [new branch] gh/malfet/180/base -> origin/gh/malfet/180/base 2025-03-04T19:54:17.9327510Z * [new branch] gh/malfet/180/head -> origin/gh/malfet/180/head 2025-03-04T19:54:17.9329224Z * [new branch] gh/malfet/180/orig -> origin/gh/malfet/180/orig 2025-03-04T19:54:17.9331259Z * [new branch] gh/malfet/181/base -> origin/gh/malfet/181/base 2025-03-04T19:54:17.9332685Z * [new branch] gh/malfet/181/head -> origin/gh/malfet/181/head 2025-03-04T19:54:17.9334288Z * [new branch] gh/malfet/181/orig -> origin/gh/malfet/181/orig 2025-03-04T19:54:17.9336396Z * [new branch] gh/malfet/182/base -> origin/gh/malfet/182/base 2025-03-04T19:54:17.9337549Z * [new branch] gh/malfet/182/head -> origin/gh/malfet/182/head 2025-03-04T19:54:17.9339795Z * [new branch] gh/malfet/182/orig -> origin/gh/malfet/182/orig 2025-03-04T19:54:17.9341762Z * [new branch] gh/malfet/183/base -> origin/gh/malfet/183/base 2025-03-04T19:54:17.9343243Z * [new branch] gh/malfet/183/head -> origin/gh/malfet/183/head 2025-03-04T19:54:17.9344760Z * [new branch] gh/malfet/183/orig -> origin/gh/malfet/183/orig 2025-03-04T19:54:17.9346747Z * [new branch] gh/malfet/184/base -> origin/gh/malfet/184/base 2025-03-04T19:54:17.9348044Z * [new branch] gh/malfet/184/head -> origin/gh/malfet/184/head 2025-03-04T19:54:17.9349309Z * [new branch] gh/malfet/184/orig -> origin/gh/malfet/184/orig 2025-03-04T19:54:17.9350919Z * [new branch] gh/malfet/185/base -> origin/gh/malfet/185/base 2025-03-04T19:54:17.9352723Z * [new branch] gh/malfet/185/head -> origin/gh/malfet/185/head 2025-03-04T19:54:17.9353875Z * [new branch] gh/malfet/185/orig -> origin/gh/malfet/185/orig 2025-03-04T19:54:17.9356078Z * [new branch] gh/malfet/186/base -> origin/gh/malfet/186/base 2025-03-04T19:54:17.9357419Z * [new branch] gh/malfet/186/head -> origin/gh/malfet/186/head 2025-03-04T19:54:17.9359286Z * [new branch] gh/malfet/186/orig -> origin/gh/malfet/186/orig 2025-03-04T19:54:17.9361271Z * [new branch] gh/malfet/187/base -> origin/gh/malfet/187/base 2025-03-04T19:54:17.9362842Z * [new branch] gh/malfet/187/head -> origin/gh/malfet/187/head 2025-03-04T19:54:17.9364337Z * [new branch] gh/malfet/187/orig -> origin/gh/malfet/187/orig 2025-03-04T19:54:17.9366854Z * [new branch] gh/malfet/188/base -> origin/gh/malfet/188/base 2025-03-04T19:54:17.9367965Z * [new branch] gh/malfet/188/head -> origin/gh/malfet/188/head 2025-03-04T19:54:17.9369355Z * [new branch] gh/malfet/188/orig -> origin/gh/malfet/188/orig 2025-03-04T19:54:17.9371648Z * [new branch] gh/malfet/189/base -> origin/gh/malfet/189/base 2025-03-04T19:54:17.9372858Z * [new branch] gh/malfet/189/head -> origin/gh/malfet/189/head 2025-03-04T19:54:17.9375167Z * [new branch] gh/malfet/190/base -> origin/gh/malfet/190/base 2025-03-04T19:54:17.9376286Z * [new branch] gh/malfet/190/head -> origin/gh/malfet/190/head 2025-03-04T19:54:17.9377727Z * [new branch] gh/malfet/190/orig -> origin/gh/malfet/190/orig 2025-03-04T19:54:17.9379590Z * [new branch] gh/malfet/191/base -> origin/gh/malfet/191/base 2025-03-04T19:54:17.9380935Z * [new branch] gh/malfet/191/head -> origin/gh/malfet/191/head 2025-03-04T19:54:17.9382807Z * [new branch] gh/malfet/191/orig -> origin/gh/malfet/191/orig 2025-03-04T19:54:17.9384622Z * [new branch] gh/malfet/192/base -> origin/gh/malfet/192/base 2025-03-04T19:54:17.9386607Z * [new branch] gh/malfet/192/head -> origin/gh/malfet/192/head 2025-03-04T19:54:17.9387961Z * [new branch] gh/malfet/192/orig -> origin/gh/malfet/192/orig 2025-03-04T19:54:17.9389912Z * [new branch] gh/malfet/193/base -> origin/gh/malfet/193/base 2025-03-04T19:54:17.9391347Z * [new branch] gh/malfet/193/head -> origin/gh/malfet/193/head 2025-03-04T19:54:17.9392867Z * [new branch] gh/malfet/193/orig -> origin/gh/malfet/193/orig 2025-03-04T19:54:17.9395178Z * [new branch] gh/malfet/194/base -> origin/gh/malfet/194/base 2025-03-04T19:54:17.9396423Z * [new branch] gh/malfet/194/head -> origin/gh/malfet/194/head 2025-03-04T19:54:17.9398192Z * [new branch] gh/malfet/194/orig -> origin/gh/malfet/194/orig 2025-03-04T19:54:17.9400421Z * [new branch] gh/malfet/195/base -> origin/gh/malfet/195/base 2025-03-04T19:54:17.9401836Z * [new branch] gh/malfet/195/head -> origin/gh/malfet/195/head 2025-03-04T19:54:17.9403460Z * [new branch] gh/malfet/195/orig -> origin/gh/malfet/195/orig 2025-03-04T19:54:17.9405496Z * [new branch] gh/malfet/196/base -> origin/gh/malfet/196/base 2025-03-04T19:54:17.9407053Z * [new branch] gh/malfet/196/head -> origin/gh/malfet/196/head 2025-03-04T19:54:17.9408558Z * [new branch] gh/malfet/196/orig -> origin/gh/malfet/196/orig 2025-03-04T19:54:17.9410531Z * [new branch] gh/malfet/197/base -> origin/gh/malfet/197/base 2025-03-04T19:54:17.9412578Z * [new branch] gh/malfet/197/head -> origin/gh/malfet/197/head 2025-03-04T19:54:17.9413877Z * [new branch] gh/malfet/197/orig -> origin/gh/malfet/197/orig 2025-03-04T19:54:17.9416073Z * [new branch] gh/malfet/198/base -> origin/gh/malfet/198/base 2025-03-04T19:54:17.9417400Z * [new branch] gh/malfet/198/head -> origin/gh/malfet/198/head 2025-03-04T19:54:17.9419203Z * [new branch] gh/malfet/198/orig -> origin/gh/malfet/198/orig 2025-03-04T19:54:17.9421254Z * [new branch] gh/malfet/199/base -> origin/gh/malfet/199/base 2025-03-04T19:54:17.9422609Z * [new branch] gh/malfet/199/head -> origin/gh/malfet/199/head 2025-03-04T19:54:17.9424352Z * [new branch] gh/malfet/199/orig -> origin/gh/malfet/199/orig 2025-03-04T19:54:17.9426280Z * [new branch] gh/malfet/200/base -> origin/gh/malfet/200/base 2025-03-04T19:54:17.9428304Z * [new branch] gh/malfet/200/head -> origin/gh/malfet/200/head 2025-03-04T19:54:17.9430166Z * [new branch] gh/malfet/200/orig -> origin/gh/malfet/200/orig 2025-03-04T19:54:17.9432246Z * [new branch] gh/malfet/201/base -> origin/gh/malfet/201/base 2025-03-04T19:54:17.9433434Z * [new branch] gh/malfet/201/head -> origin/gh/malfet/201/head 2025-03-04T19:54:17.9435310Z * [new branch] gh/malfet/201/orig -> origin/gh/malfet/201/orig 2025-03-04T19:54:17.9437158Z * [new branch] gh/malfet/202/base -> origin/gh/malfet/202/base 2025-03-04T19:54:17.9438486Z * [new branch] gh/malfet/202/head -> origin/gh/malfet/202/head 2025-03-04T19:54:17.9440193Z * [new branch] gh/malfet/202/orig -> origin/gh/malfet/202/orig 2025-03-04T19:54:17.9442141Z * [new branch] gh/malfet/203/base -> origin/gh/malfet/203/base 2025-03-04T19:54:17.9444153Z * [new branch] gh/malfet/203/head -> origin/gh/malfet/203/head 2025-03-04T19:54:17.9445667Z * [new branch] gh/malfet/203/orig -> origin/gh/malfet/203/orig 2025-03-04T19:54:17.9447686Z * [new branch] gh/malfet/204/base -> origin/gh/malfet/204/base 2025-03-04T19:54:17.9448960Z * [new branch] gh/malfet/204/head -> origin/gh/malfet/204/head 2025-03-04T19:54:17.9450774Z * [new branch] gh/malfet/204/orig -> origin/gh/malfet/204/orig 2025-03-04T19:54:17.9452796Z * [new branch] gh/malfet/205/base -> origin/gh/malfet/205/base 2025-03-04T19:54:17.9454175Z * [new branch] gh/malfet/205/head -> origin/gh/malfet/205/head 2025-03-04T19:54:17.9456422Z * [new branch] gh/malfet/205/orig -> origin/gh/malfet/205/orig 2025-03-04T19:54:17.9458423Z * [new branch] gh/malfet/206/base -> origin/gh/malfet/206/base 2025-03-04T19:54:17.9459642Z * [new branch] gh/malfet/206/head -> origin/gh/malfet/206/head 2025-03-04T19:54:17.9461466Z * [new branch] gh/malfet/206/orig -> origin/gh/malfet/206/orig 2025-03-04T19:54:17.9463526Z * [new branch] gh/malfet/207/base -> origin/gh/malfet/207/base 2025-03-04T19:54:17.9464916Z * [new branch] gh/malfet/207/head -> origin/gh/malfet/207/head 2025-03-04T19:54:17.9466653Z * [new branch] gh/malfet/207/orig -> origin/gh/malfet/207/orig 2025-03-04T19:54:17.9468656Z * [new branch] gh/malfet/208/base -> origin/gh/malfet/208/base 2025-03-04T19:54:17.9469845Z * [new branch] gh/malfet/208/head -> origin/gh/malfet/208/head 2025-03-04T19:54:17.9471643Z * [new branch] gh/malfet/208/orig -> origin/gh/malfet/208/orig 2025-03-04T19:54:17.9473650Z * [new branch] gh/malfet/209/base -> origin/gh/malfet/209/base 2025-03-04T19:54:17.9475050Z * [new branch] gh/malfet/209/head -> origin/gh/malfet/209/head 2025-03-04T19:54:17.9476829Z * [new branch] gh/malfet/209/orig -> origin/gh/malfet/209/orig 2025-03-04T19:54:17.9478822Z * [new branch] gh/malfet/210/base -> origin/gh/malfet/210/base 2025-03-04T19:54:17.9480206Z * [new branch] gh/malfet/210/head -> origin/gh/malfet/210/head 2025-03-04T19:54:17.9482062Z * [new branch] gh/malfet/210/orig -> origin/gh/malfet/210/orig 2025-03-04T19:54:17.9484026Z * [new branch] gh/malfet/211/base -> origin/gh/malfet/211/base 2025-03-04T19:54:17.9485354Z * [new branch] gh/malfet/211/head -> origin/gh/malfet/211/head 2025-03-04T19:54:17.9487031Z * [new branch] gh/malfet/211/orig -> origin/gh/malfet/211/orig 2025-03-04T19:54:17.9489096Z * [new branch] gh/malfet/212/base -> origin/gh/malfet/212/base 2025-03-04T19:54:17.9490607Z * [new branch] gh/malfet/212/head -> origin/gh/malfet/212/head 2025-03-04T19:54:17.9492478Z * [new branch] gh/malfet/212/orig -> origin/gh/malfet/212/orig 2025-03-04T19:54:17.9494573Z * [new branch] gh/malfet/213/base -> origin/gh/malfet/213/base 2025-03-04T19:54:17.9496024Z * [new branch] gh/malfet/213/head -> origin/gh/malfet/213/head 2025-03-04T19:54:17.9497599Z * [new branch] gh/malfet/213/orig -> origin/gh/malfet/213/orig 2025-03-04T19:54:17.9499588Z * [new branch] gh/malfet/214/base -> origin/gh/malfet/214/base 2025-03-04T19:54:17.9501413Z * [new branch] gh/malfet/214/head -> origin/gh/malfet/214/head 2025-03-04T19:54:17.9502684Z * [new branch] gh/malfet/214/orig -> origin/gh/malfet/214/orig 2025-03-04T19:54:17.9504995Z * [new branch] gh/malfet/215/base -> origin/gh/malfet/215/base 2025-03-04T19:54:17.9506197Z * [new branch] gh/malfet/215/head -> origin/gh/malfet/215/head 2025-03-04T19:54:17.9508154Z * [new branch] gh/malfet/215/orig -> origin/gh/malfet/215/orig 2025-03-04T19:54:17.9509967Z * [new branch] gh/malfet/37/base -> origin/gh/malfet/37/base 2025-03-04T19:54:17.9511229Z * [new branch] gh/malfet/37/head -> origin/gh/malfet/37/head 2025-03-04T19:54:17.9512917Z * [new branch] gh/malfet/37/orig -> origin/gh/malfet/37/orig 2025-03-04T19:54:17.9514921Z * [new branch] gh/malfet/64/base -> origin/gh/malfet/64/base 2025-03-04T19:54:17.9516320Z * [new branch] gh/malfet/64/head -> origin/gh/malfet/64/head 2025-03-04T19:54:17.9518416Z * [new branch] gh/malfet/96/base -> origin/gh/malfet/96/base 2025-03-04T19:54:17.9519621Z * [new branch] gh/malfet/96/head -> origin/gh/malfet/96/head 2025-03-04T19:54:17.9521316Z * [new branch] gh/malfet/96/orig -> origin/gh/malfet/96/orig 2025-03-04T19:54:17.9524302Z * [new branch] gh/markkm/1/base -> origin/gh/markkm/1/base 2025-03-04T19:54:17.9526707Z * [new branch] gh/masnesral/140/base -> origin/gh/masnesral/140/base 2025-03-04T19:54:17.9527926Z * [new branch] gh/masnesral/140/head -> origin/gh/masnesral/140/head 2025-03-04T19:54:17.9529619Z * [new branch] gh/masnesral/140/orig -> origin/gh/masnesral/140/orig 2025-03-04T19:54:17.9531858Z * [new branch] gh/masnesral/155/base -> origin/gh/masnesral/155/base 2025-03-04T19:54:17.9533727Z * [new branch] gh/masnesral/155/head -> origin/gh/masnesral/155/head 2025-03-04T19:54:17.9535157Z * [new branch] gh/masnesral/155/orig -> origin/gh/masnesral/155/orig 2025-03-04T19:54:17.9537209Z * [new branch] gh/masnesral/161/base -> origin/gh/masnesral/161/base 2025-03-04T19:54:17.9538541Z * [new branch] gh/masnesral/161/head -> origin/gh/masnesral/161/head 2025-03-04T19:54:17.9540295Z * [new branch] gh/masnesral/161/orig -> origin/gh/masnesral/161/orig 2025-03-04T19:54:17.9542150Z * [new branch] gh/masnesral/162/base -> origin/gh/masnesral/162/base 2025-03-04T19:54:17.9543372Z * [new branch] gh/masnesral/162/head -> origin/gh/masnesral/162/head 2025-03-04T19:54:17.9545091Z * [new branch] gh/masnesral/162/orig -> origin/gh/masnesral/162/orig 2025-03-04T19:54:17.9547164Z * [new branch] gh/masnesral/173/base -> origin/gh/masnesral/173/base 2025-03-04T19:54:17.9548599Z * [new branch] gh/masnesral/173/head -> origin/gh/masnesral/173/head 2025-03-04T19:54:17.9550246Z * [new branch] gh/masnesral/173/orig -> origin/gh/masnesral/173/orig 2025-03-04T19:54:17.9552071Z * [new branch] gh/masnesral/174/base -> origin/gh/masnesral/174/base 2025-03-04T19:54:17.9553590Z * [new branch] gh/masnesral/174/head -> origin/gh/masnesral/174/head 2025-03-04T19:54:17.9554984Z * [new branch] gh/masnesral/174/orig -> origin/gh/masnesral/174/orig 2025-03-04T19:54:17.9557211Z * [new branch] gh/masnesral/175/base -> origin/gh/masnesral/175/base 2025-03-04T19:54:17.9558485Z * [new branch] gh/masnesral/175/head -> origin/gh/masnesral/175/head 2025-03-04T19:54:17.9560123Z * [new branch] gh/masnesral/175/orig -> origin/gh/masnesral/175/orig 2025-03-04T19:54:17.9562389Z * [new branch] gh/masnesral/176/base -> origin/gh/masnesral/176/base 2025-03-04T19:54:17.9564180Z * [new branch] gh/masnesral/176/head -> origin/gh/masnesral/176/head 2025-03-04T19:54:17.9565525Z * [new branch] gh/masnesral/176/orig -> origin/gh/masnesral/176/orig 2025-03-04T19:54:17.9567809Z * [new branch] gh/masnesral/177/base -> origin/gh/masnesral/177/base 2025-03-04T19:54:17.9569542Z * [new branch] gh/masnesral/177/head -> origin/gh/masnesral/177/head 2025-03-04T19:54:17.9570806Z * [new branch] gh/masnesral/177/orig -> origin/gh/masnesral/177/orig 2025-03-04T19:54:17.9573033Z * [new branch] gh/masnesral/34/base -> origin/gh/masnesral/34/base 2025-03-04T19:54:17.9575170Z * [new branch] gh/mcr229/3/base -> origin/gh/mcr229/3/base 2025-03-04T19:54:17.9576876Z * [new branch] gh/mcr229/3/head -> origin/gh/mcr229/3/head 2025-03-04T19:54:17.9578464Z * [new branch] gh/mcr229/3/orig -> origin/gh/mcr229/3/orig 2025-03-04T19:54:17.9581272Z * [new branch] gh/mhorowitz/0/base -> origin/gh/mhorowitz/0/base 2025-03-04T19:54:17.9582530Z * [new branch] gh/mhorowitz/0/head -> origin/gh/mhorowitz/0/head 2025-03-04T19:54:17.9584482Z * [new branch] gh/mhorowitz/1/base -> origin/gh/mhorowitz/1/base 2025-03-04T19:54:17.9585667Z * [new branch] gh/mhorowitz/1/head -> origin/gh/mhorowitz/1/head 2025-03-04T19:54:17.9587170Z * [new branch] gh/mhorowitz/2/base -> origin/gh/mhorowitz/2/base 2025-03-04T19:54:17.9588542Z * [new branch] gh/mhorowitz/2/head -> origin/gh/mhorowitz/2/head 2025-03-04T19:54:17.9590979Z * [new branch] gh/mhorowitz/3/base -> origin/gh/mhorowitz/3/base 2025-03-04T19:54:17.9592059Z * [new branch] gh/mhorowitz/3/head -> origin/gh/mhorowitz/3/head 2025-03-04T19:54:17.9593941Z * [new branch] gh/mhorowitz/4/base -> origin/gh/mhorowitz/4/base 2025-03-04T19:54:17.9595374Z * [new branch] gh/mhorowitz/4/head -> origin/gh/mhorowitz/4/head 2025-03-04T19:54:17.9597165Z * [new branch] gh/mhorowitz/5/base -> origin/gh/mhorowitz/5/base 2025-03-04T19:54:17.9599279Z * [new branch] gh/mhorowitz/5/head -> origin/gh/mhorowitz/5/head 2025-03-04T19:54:17.9601180Z * [new branch] gh/mhorowitz/6/base -> origin/gh/mhorowitz/6/base 2025-03-04T19:54:17.9602378Z * [new branch] gh/mhorowitz/6/head -> origin/gh/mhorowitz/6/head 2025-03-04T19:54:17.9605394Z * [new branch] gh/mikaylagawarecki/234/base -> origin/gh/mikaylagawarecki/234/base 2025-03-04T19:54:17.9606664Z * [new branch] gh/mikaylagawarecki/234/head -> origin/gh/mikaylagawarecki/234/head 2025-03-04T19:54:17.9609117Z * [new branch] gh/mikaylagawarecki/235/base -> origin/gh/mikaylagawarecki/235/base 2025-03-04T19:54:17.9610267Z * [new branch] gh/mikaylagawarecki/235/head -> origin/gh/mikaylagawarecki/235/head 2025-03-04T19:54:17.9612380Z * [new branch] gh/mikaylagawarecki/236/base -> origin/gh/mikaylagawarecki/236/base 2025-03-04T19:54:17.9613593Z * [new branch] gh/mikaylagawarecki/236/head -> origin/gh/mikaylagawarecki/236/head 2025-03-04T19:54:17.9615653Z * [new branch] gh/mikaylagawarecki/237/base -> origin/gh/mikaylagawarecki/237/base 2025-03-04T19:54:17.9616907Z * [new branch] gh/mikaylagawarecki/237/head -> origin/gh/mikaylagawarecki/237/head 2025-03-04T19:54:17.9619088Z * [new branch] gh/mikaylagawarecki/238/base -> origin/gh/mikaylagawarecki/238/base 2025-03-04T19:54:17.9620327Z * [new branch] gh/mikaylagawarecki/238/head -> origin/gh/mikaylagawarecki/238/head 2025-03-04T19:54:17.9622846Z * [new branch] gh/mikaylagawarecki/281/base -> origin/gh/mikaylagawarecki/281/base 2025-03-04T19:54:17.9624069Z * [new branch] gh/mikaylagawarecki/281/head -> origin/gh/mikaylagawarecki/281/head 2025-03-04T19:54:17.9625805Z * [new branch] gh/mikaylagawarecki/281/orig -> origin/gh/mikaylagawarecki/281/orig 2025-03-04T19:54:17.9627891Z * [new branch] gh/mikaylagawarecki/299/base -> origin/gh/mikaylagawarecki/299/base 2025-03-04T19:54:17.9629245Z * [new branch] gh/mikaylagawarecki/299/head -> origin/gh/mikaylagawarecki/299/head 2025-03-04T19:54:17.9630997Z * [new branch] gh/mikaylagawarecki/299/orig -> origin/gh/mikaylagawarecki/299/orig 2025-03-04T19:54:17.9632977Z * [new branch] gh/mikaylagawarecki/304/base -> origin/gh/mikaylagawarecki/304/base 2025-03-04T19:54:17.9634653Z * [new branch] gh/mikaylagawarecki/304/head -> origin/gh/mikaylagawarecki/304/head 2025-03-04T19:54:17.9635982Z * [new branch] gh/mikaylagawarecki/304/orig -> origin/gh/mikaylagawarecki/304/orig 2025-03-04T19:54:17.9638270Z * [new branch] gh/mikaylagawarecki/307/base -> origin/gh/mikaylagawarecki/307/base 2025-03-04T19:54:17.9639439Z * [new branch] gh/mikaylagawarecki/307/head -> origin/gh/mikaylagawarecki/307/head 2025-03-04T19:54:17.9641225Z * [new branch] gh/mikaylagawarecki/307/orig -> origin/gh/mikaylagawarecki/307/orig 2025-03-04T19:54:17.9643216Z * [new branch] gh/mikaylagawarecki/310/base -> origin/gh/mikaylagawarecki/310/base 2025-03-04T19:54:17.9644466Z * [new branch] gh/mikaylagawarecki/310/head -> origin/gh/mikaylagawarecki/310/head 2025-03-04T19:54:17.9646205Z * [new branch] gh/mikaylagawarecki/310/orig -> origin/gh/mikaylagawarecki/310/orig 2025-03-04T19:54:17.9648173Z * [new branch] gh/mikaylagawarecki/311/base -> origin/gh/mikaylagawarecki/311/base 2025-03-04T19:54:17.9649339Z * [new branch] gh/mikaylagawarecki/311/head -> origin/gh/mikaylagawarecki/311/head 2025-03-04T19:54:17.9651162Z * [new branch] gh/mikaylagawarecki/311/orig -> origin/gh/mikaylagawarecki/311/orig 2025-03-04T19:54:17.9653370Z * [new branch] gh/mikaylagawarecki/312/base -> origin/gh/mikaylagawarecki/312/base 2025-03-04T19:54:17.9654530Z * [new branch] gh/mikaylagawarecki/312/head -> origin/gh/mikaylagawarecki/312/head 2025-03-04T19:54:17.9656283Z * [new branch] gh/mikaylagawarecki/312/orig -> origin/gh/mikaylagawarecki/312/orig 2025-03-04T19:54:17.9658400Z * [new branch] gh/mikaylagawarecki/313/base -> origin/gh/mikaylagawarecki/313/base 2025-03-04T19:54:17.9659948Z * [new branch] gh/mikaylagawarecki/313/head -> origin/gh/mikaylagawarecki/313/head 2025-03-04T19:54:17.9661285Z * [new branch] gh/mikaylagawarecki/313/orig -> origin/gh/mikaylagawarecki/313/orig 2025-03-04T19:54:17.9663465Z * [new branch] gh/mikaylagawarecki/314/base -> origin/gh/mikaylagawarecki/314/base 2025-03-04T19:54:17.9664557Z * [new branch] gh/mikaylagawarecki/314/head -> origin/gh/mikaylagawarecki/314/head 2025-03-04T19:54:17.9666272Z * [new branch] gh/mikaylagawarecki/314/orig -> origin/gh/mikaylagawarecki/314/orig 2025-03-04T19:54:17.9668427Z * [new branch] gh/mikaylagawarecki/315/base -> origin/gh/mikaylagawarecki/315/base 2025-03-04T19:54:17.9669671Z * [new branch] gh/mikaylagawarecki/315/head -> origin/gh/mikaylagawarecki/315/head 2025-03-04T19:54:17.9671513Z * [new branch] gh/mikaylagawarecki/315/orig -> origin/gh/mikaylagawarecki/315/orig 2025-03-04T19:54:17.9673560Z * [new branch] gh/mikaylagawarecki/316/base -> origin/gh/mikaylagawarecki/316/base 2025-03-04T19:54:17.9674724Z * [new branch] gh/mikaylagawarecki/316/head -> origin/gh/mikaylagawarecki/316/head 2025-03-04T19:54:17.9676508Z * [new branch] gh/mikaylagawarecki/316/orig -> origin/gh/mikaylagawarecki/316/orig 2025-03-04T19:54:17.9679047Z * [new branch] gh/mikaylagawarecki/317/base -> origin/gh/mikaylagawarecki/317/base 2025-03-04T19:54:17.9680259Z * [new branch] gh/mikaylagawarecki/317/head -> origin/gh/mikaylagawarecki/317/head 2025-03-04T19:54:17.9681984Z * [new branch] gh/mikaylagawarecki/317/orig -> origin/gh/mikaylagawarecki/317/orig 2025-03-04T19:54:17.9684257Z * [new branch] gh/mikaylagawarecki/318/base -> origin/gh/mikaylagawarecki/318/base 2025-03-04T19:54:17.9685419Z * [new branch] gh/mikaylagawarecki/318/head -> origin/gh/mikaylagawarecki/318/head 2025-03-04T19:54:17.9687209Z * [new branch] gh/mikaylagawarecki/318/orig -> origin/gh/mikaylagawarecki/318/orig 2025-03-04T19:54:17.9689428Z * [new branch] gh/mikaylagawarecki/319/base -> origin/gh/mikaylagawarecki/319/base 2025-03-04T19:54:17.9690681Z * [new branch] gh/mikaylagawarecki/319/head -> origin/gh/mikaylagawarecki/319/head 2025-03-04T19:54:17.9692480Z * [new branch] gh/mikaylagawarecki/319/orig -> origin/gh/mikaylagawarecki/319/orig 2025-03-04T19:54:17.9694665Z * [new branch] gh/mikaylagawarecki/320/base -> origin/gh/mikaylagawarecki/320/base 2025-03-04T19:54:17.9695797Z * [new branch] gh/mikaylagawarecki/320/head -> origin/gh/mikaylagawarecki/320/head 2025-03-04T19:54:17.9697501Z * [new branch] gh/mikaylagawarecki/320/orig -> origin/gh/mikaylagawarecki/320/orig 2025-03-04T19:54:17.9699828Z * [new branch] gh/mikaylagawarecki/321/base -> origin/gh/mikaylagawarecki/321/base 2025-03-04T19:54:17.9701193Z * [new branch] gh/mikaylagawarecki/321/head -> origin/gh/mikaylagawarecki/321/head 2025-03-04T19:54:17.9703224Z * [new branch] gh/mikaylagawarecki/321/orig -> origin/gh/mikaylagawarecki/321/orig 2025-03-04T19:54:17.9705112Z * [new branch] gh/mikaylagawarecki/322/base -> origin/gh/mikaylagawarecki/322/base 2025-03-04T19:54:17.9706340Z * [new branch] gh/mikaylagawarecki/322/head -> origin/gh/mikaylagawarecki/322/head 2025-03-04T19:54:17.9707791Z * [new branch] gh/mikaylagawarecki/322/orig -> origin/gh/mikaylagawarecki/322/orig 2025-03-04T19:54:17.9710043Z * [new branch] gh/mikaylagawarecki/323/base -> origin/gh/mikaylagawarecki/323/base 2025-03-04T19:54:17.9711602Z * [new branch] gh/mikaylagawarecki/323/head -> origin/gh/mikaylagawarecki/323/head 2025-03-04T19:54:17.9713848Z * [new branch] gh/mikaylagawarecki/323/orig -> origin/gh/mikaylagawarecki/323/orig 2025-03-04T19:54:17.9715883Z * [new branch] gh/mikaylagawarecki/324/base -> origin/gh/mikaylagawarecki/324/base 2025-03-04T19:54:17.9717045Z * [new branch] gh/mikaylagawarecki/324/head -> origin/gh/mikaylagawarecki/324/head 2025-03-04T19:54:17.9718811Z * [new branch] gh/mikaylagawarecki/324/orig -> origin/gh/mikaylagawarecki/324/orig 2025-03-04T19:54:17.9721465Z * [new branch] gh/mlazos/1/base -> origin/gh/mlazos/1/base 2025-03-04T19:54:17.9722950Z * [new branch] gh/mlazos/1/head -> origin/gh/mlazos/1/head 2025-03-04T19:54:17.9724773Z * [new branch] gh/mlazos/2/base -> origin/gh/mlazos/2/base 2025-03-04T19:54:17.9725914Z * [new branch] gh/mlazos/2/head -> origin/gh/mlazos/2/head 2025-03-04T19:54:17.9728081Z * [new branch] gh/mlazos/3/base -> origin/gh/mlazos/3/base 2025-03-04T19:54:17.9729294Z * [new branch] gh/mlazos/3/head -> origin/gh/mlazos/3/head 2025-03-04T19:54:17.9730583Z * [new branch] gh/mlazos/3/orig -> origin/gh/mlazos/3/orig 2025-03-04T19:54:17.9732911Z * [new branch] gh/mlazos/4/base -> origin/gh/mlazos/4/base 2025-03-04T19:54:17.9734301Z * [new branch] gh/mlazos/4/head -> origin/gh/mlazos/4/head 2025-03-04T19:54:17.9736258Z * [new branch] gh/mlazos/4/orig -> origin/gh/mlazos/4/orig 2025-03-04T19:54:17.9738033Z * [new branch] gh/mlazos/5/base -> origin/gh/mlazos/5/base 2025-03-04T19:54:17.9739494Z * [new branch] gh/mlazos/5/head -> origin/gh/mlazos/5/head 2025-03-04T19:54:17.9740991Z * [new branch] gh/mlazos/5/orig -> origin/gh/mlazos/5/orig 2025-03-04T19:54:17.9743489Z * [new branch] gh/mlazos/6/base -> origin/gh/mlazos/6/base 2025-03-04T19:54:17.9744081Z * [new branch] gh/mlazos/6/head -> origin/gh/mlazos/6/head 2025-03-04T19:54:17.9745837Z * [new branch] gh/mlazos/6/orig -> origin/gh/mlazos/6/orig 2025-03-04T19:54:17.9747777Z * [new branch] gh/mlazos/7/base -> origin/gh/mlazos/7/base 2025-03-04T19:54:17.9749458Z * [new branch] gh/mlazos/7/head -> origin/gh/mlazos/7/head 2025-03-04T19:54:17.9750648Z * [new branch] gh/mlazos/7/orig -> origin/gh/mlazos/7/orig 2025-03-04T19:54:17.9753132Z * [new branch] gh/muchulee8/1/base -> origin/gh/muchulee8/1/base 2025-03-04T19:54:17.9754350Z * [new branch] gh/muchulee8/1/orig -> origin/gh/muchulee8/1/orig 2025-03-04T19:54:17.9759026Z * [new branch] gh/muchulee8/2/base -> origin/gh/muchulee8/2/base 2025-03-04T19:54:17.9759716Z * [new branch] gh/muchulee8/2/orig -> origin/gh/muchulee8/2/orig 2025-03-04T19:54:17.9760150Z * [new branch] gh/muchulee8/40/base -> origin/gh/muchulee8/40/base 2025-03-04T19:54:17.9760949Z * [new branch] gh/muchulee8/40/head -> origin/gh/muchulee8/40/head 2025-03-04T19:54:17.9762048Z * [new branch] gh/muchulee8/40/orig -> origin/gh/muchulee8/40/orig 2025-03-04T19:54:17.9764244Z * [new branch] gh/muchulee8/41/base -> origin/gh/muchulee8/41/base 2025-03-04T19:54:17.9765681Z * [new branch] gh/muchulee8/41/head -> origin/gh/muchulee8/41/head 2025-03-04T19:54:17.9767327Z * [new branch] gh/muchulee8/41/orig -> origin/gh/muchulee8/41/orig 2025-03-04T19:54:17.9769651Z * [new branch] gh/muchulee8/42/base -> origin/gh/muchulee8/42/base 2025-03-04T19:54:17.9770875Z * [new branch] gh/muchulee8/42/head -> origin/gh/muchulee8/42/head 2025-03-04T19:54:17.9772704Z * [new branch] gh/muchulee8/42/orig -> origin/gh/muchulee8/42/orig 2025-03-04T19:54:17.9774814Z * [new branch] gh/muchulee8/5/base -> origin/gh/muchulee8/5/base 2025-03-04T19:54:17.9776340Z * [new branch] gh/muchulee8/5/orig -> origin/gh/muchulee8/5/orig 2025-03-04T19:54:17.9778676Z * [new branch] gh/mzzchy/2/base -> origin/gh/mzzchy/2/base 2025-03-04T19:54:17.9780040Z * [new branch] gh/mzzchy/2/head -> origin/gh/mzzchy/2/head 2025-03-04T19:54:17.9781803Z * [new branch] gh/mzzchy/2/orig -> origin/gh/mzzchy/2/orig 2025-03-04T19:54:17.9783648Z * [new branch] gh/mzzchy/3/base -> origin/gh/mzzchy/3/base 2025-03-04T19:54:17.9785062Z * [new branch] gh/mzzchy/3/head -> origin/gh/mzzchy/3/head 2025-03-04T19:54:17.9786631Z * [new branch] gh/mzzchy/3/orig -> origin/gh/mzzchy/3/orig 2025-03-04T19:54:17.9788444Z * [new branch] gh/mzzchy/4/base -> origin/gh/mzzchy/4/base 2025-03-04T19:54:17.9790064Z * [new branch] gh/mzzchy/4/head -> origin/gh/mzzchy/4/head 2025-03-04T19:54:17.9792501Z * [new branch] gh/mzzchy/5/base -> origin/gh/mzzchy/5/base 2025-03-04T19:54:17.9794163Z * [new branch] gh/mzzchy/5/head -> origin/gh/mzzchy/5/head 2025-03-04T19:54:17.9795967Z * [new branch] gh/mzzchy/5/orig -> origin/gh/mzzchy/5/orig 2025-03-04T19:54:17.9798318Z * [new branch] gh/nmacchioni/12/base -> origin/gh/nmacchioni/12/base 2025-03-04T19:54:17.9799538Z * [new branch] gh/nmacchioni/12/head -> origin/gh/nmacchioni/12/head 2025-03-04T19:54:17.9801399Z * [new branch] gh/nmacchioni/12/orig -> origin/gh/nmacchioni/12/orig 2025-03-04T19:54:17.9803283Z * [new branch] gh/nmacchioni/31/base -> origin/gh/nmacchioni/31/base 2025-03-04T19:54:17.9804843Z * [new branch] gh/nmacchioni/31/head -> origin/gh/nmacchioni/31/head 2025-03-04T19:54:17.9806281Z * [new branch] gh/nmacchioni/31/orig -> origin/gh/nmacchioni/31/orig 2025-03-04T19:54:17.9808323Z * [new branch] gh/nmacchioni/32/base -> origin/gh/nmacchioni/32/base 2025-03-04T19:54:17.9809505Z * [new branch] gh/nmacchioni/32/head -> origin/gh/nmacchioni/32/head 2025-03-04T19:54:17.9811232Z * [new branch] gh/nmacchioni/32/orig -> origin/gh/nmacchioni/32/orig 2025-03-04T19:54:17.9813203Z * [new branch] gh/nmacchioni/33/base -> origin/gh/nmacchioni/33/base 2025-03-04T19:54:17.9814709Z * [new branch] gh/nmacchioni/33/head -> origin/gh/nmacchioni/33/head 2025-03-04T19:54:17.9816186Z * [new branch] gh/nmacchioni/33/orig -> origin/gh/nmacchioni/33/orig 2025-03-04T19:54:17.9818225Z * [new branch] gh/nmacchioni/35/base -> origin/gh/nmacchioni/35/base 2025-03-04T19:54:17.9819638Z * [new branch] gh/nmacchioni/35/head -> origin/gh/nmacchioni/35/head 2025-03-04T19:54:17.9821182Z * [new branch] gh/nmacchioni/35/orig -> origin/gh/nmacchioni/35/orig 2025-03-04T19:54:17.9823188Z * [new branch] gh/nmacchioni/36/base -> origin/gh/nmacchioni/36/base 2025-03-04T19:54:17.9824565Z * [new branch] gh/nmacchioni/36/head -> origin/gh/nmacchioni/36/head 2025-03-04T19:54:17.9826601Z * [new branch] gh/nmacchioni/36/orig -> origin/gh/nmacchioni/36/orig 2025-03-04T19:54:17.9828363Z * [new branch] gh/nmacchioni/37/base -> origin/gh/nmacchioni/37/base 2025-03-04T19:54:17.9829807Z * [new branch] gh/nmacchioni/37/head -> origin/gh/nmacchioni/37/head 2025-03-04T19:54:17.9831280Z * [new branch] gh/nmacchioni/37/orig -> origin/gh/nmacchioni/37/orig 2025-03-04T19:54:17.9833413Z * [new branch] gh/nmacchioni/39/base -> origin/gh/nmacchioni/39/base 2025-03-04T19:54:17.9834851Z * [new branch] gh/nmacchioni/39/head -> origin/gh/nmacchioni/39/head 2025-03-04T19:54:17.9836425Z * [new branch] gh/nmacchioni/39/orig -> origin/gh/nmacchioni/39/orig 2025-03-04T19:54:17.9838398Z * [new branch] gh/nmacchioni/8/base -> origin/gh/nmacchioni/8/base 2025-03-04T19:54:17.9839634Z * [new branch] gh/nmacchioni/8/head -> origin/gh/nmacchioni/8/head 2025-03-04T19:54:17.9841335Z * [new branch] gh/nmacchioni/8/orig -> origin/gh/nmacchioni/8/orig 2025-03-04T19:54:17.9843656Z * [new branch] gh/oulgen/150/base -> origin/gh/oulgen/150/base 2025-03-04T19:54:17.9844866Z * [new branch] gh/oulgen/150/head -> origin/gh/oulgen/150/head 2025-03-04T19:54:17.9846594Z * [new branch] gh/oulgen/150/orig -> origin/gh/oulgen/150/orig 2025-03-04T19:54:17.9848514Z * [new branch] gh/oulgen/151/base -> origin/gh/oulgen/151/base 2025-03-04T19:54:17.9850048Z * [new branch] gh/oulgen/151/head -> origin/gh/oulgen/151/head 2025-03-04T19:54:17.9851627Z * [new branch] gh/oulgen/151/orig -> origin/gh/oulgen/151/orig 2025-03-04T19:54:17.9853811Z * [new branch] gh/oulgen/152/base -> origin/gh/oulgen/152/base 2025-03-04T19:54:17.9854998Z * [new branch] gh/oulgen/152/head -> origin/gh/oulgen/152/head 2025-03-04T19:54:17.9856633Z * [new branch] gh/oulgen/152/orig -> origin/gh/oulgen/152/orig 2025-03-04T19:54:17.9859041Z * [new branch] gh/oulgen/153/base -> origin/gh/oulgen/153/base 2025-03-04T19:54:17.9860399Z * [new branch] gh/oulgen/153/head -> origin/gh/oulgen/153/head 2025-03-04T19:54:17.9861959Z * [new branch] gh/oulgen/153/orig -> origin/gh/oulgen/153/orig 2025-03-04T19:54:17.9864335Z * [new branch] gh/oulgen/154/base -> origin/gh/oulgen/154/base 2025-03-04T19:54:17.9865563Z * [new branch] gh/oulgen/154/head -> origin/gh/oulgen/154/head 2025-03-04T19:54:17.9867230Z * [new branch] gh/oulgen/154/orig -> origin/gh/oulgen/154/orig 2025-03-04T19:54:17.9869104Z * [new branch] gh/oulgen/155/base -> origin/gh/oulgen/155/base 2025-03-04T19:54:17.9870831Z * [new branch] gh/oulgen/155/head -> origin/gh/oulgen/155/head 2025-03-04T19:54:17.9872165Z * [new branch] gh/oulgen/155/orig -> origin/gh/oulgen/155/orig 2025-03-04T19:54:17.9874766Z * [new branch] gh/oulgen/156/base -> origin/gh/oulgen/156/base 2025-03-04T19:54:17.9875919Z * [new branch] gh/oulgen/156/head -> origin/gh/oulgen/156/head 2025-03-04T19:54:17.9878060Z * [new branch] gh/oulgen/156/orig -> origin/gh/oulgen/156/orig 2025-03-04T19:54:17.9880366Z * [new branch] gh/oulgen/157/base -> origin/gh/oulgen/157/base 2025-03-04T19:54:17.9881811Z * [new branch] gh/oulgen/157/head -> origin/gh/oulgen/157/head 2025-03-04T19:54:17.9883581Z * [new branch] gh/oulgen/157/orig -> origin/gh/oulgen/157/orig 2025-03-04T19:54:17.9885467Z * [new branch] gh/oulgen/158/base -> origin/gh/oulgen/158/base 2025-03-04T19:54:17.9886830Z * [new branch] gh/oulgen/158/head -> origin/gh/oulgen/158/head 2025-03-04T19:54:17.9888398Z * [new branch] gh/oulgen/158/orig -> origin/gh/oulgen/158/orig 2025-03-04T19:54:17.9890749Z * [new branch] gh/oulgen/159/base -> origin/gh/oulgen/159/base 2025-03-04T19:54:17.9891977Z * [new branch] gh/oulgen/159/head -> origin/gh/oulgen/159/head 2025-03-04T19:54:17.9893676Z * [new branch] gh/oulgen/159/orig -> origin/gh/oulgen/159/orig 2025-03-04T19:54:17.9896149Z * [new branch] gh/oulgen/160/base -> origin/gh/oulgen/160/base 2025-03-04T19:54:17.9897611Z * [new branch] gh/oulgen/160/head -> origin/gh/oulgen/160/head 2025-03-04T19:54:17.9899191Z * [new branch] gh/oulgen/160/orig -> origin/gh/oulgen/160/orig 2025-03-04T19:54:17.9902694Z * [new branch] gh/oulgen/161/base -> origin/gh/oulgen/161/base 2025-03-04T19:54:17.9903896Z * [new branch] gh/oulgen/161/head -> origin/gh/oulgen/161/head 2025-03-04T19:54:17.9905566Z * [new branch] gh/oulgen/161/orig -> origin/gh/oulgen/161/orig 2025-03-04T19:54:17.9907588Z * [new branch] gh/oulgen/2/base -> origin/gh/oulgen/2/base 2025-03-04T19:54:17.9909313Z * [new branch] gh/oulgen/2/head -> origin/gh/oulgen/2/head 2025-03-04T19:54:17.9910513Z * [new branch] gh/oulgen/2/orig -> origin/gh/oulgen/2/orig 2025-03-04T19:54:17.9912801Z * [new branch] gh/oulgen/21/base -> origin/gh/oulgen/21/base 2025-03-04T19:54:17.9914150Z * [new branch] gh/oulgen/21/head -> origin/gh/oulgen/21/head 2025-03-04T19:54:17.9915865Z * [new branch] gh/oulgen/21/orig -> origin/gh/oulgen/21/orig 2025-03-04T19:54:17.9918425Z * [new branch] gh/pearu/108/base -> origin/gh/pearu/108/base 2025-03-04T19:54:17.9919896Z * [new branch] gh/pearu/108/head -> origin/gh/pearu/108/head 2025-03-04T19:54:17.9921518Z * [new branch] gh/pearu/108/orig -> origin/gh/pearu/108/orig 2025-03-04T19:54:17.9923915Z * [new branch] gh/pearu/56/base -> origin/gh/pearu/56/base 2025-03-04T19:54:17.9925885Z * [new branch] gh/pearu/56/head -> origin/gh/pearu/56/head 2025-03-04T19:54:17.9927276Z * [new branch] gh/pearu/56/orig -> origin/gh/pearu/56/orig 2025-03-04T19:54:17.9929707Z * [new branch] gh/pearu/97/base -> origin/gh/pearu/97/base 2025-03-04T19:54:17.9930785Z * [new branch] gh/pearu/97/head -> origin/gh/pearu/97/head 2025-03-04T19:54:17.9933028Z * [new branch] gh/pearu/97/orig -> origin/gh/pearu/97/orig 2025-03-04T19:54:17.9935376Z * [new branch] gh/peterbell10/603/base -> origin/gh/peterbell10/603/base 2025-03-04T19:54:17.9936818Z * [new branch] gh/peterbell10/603/head -> origin/gh/peterbell10/603/head 2025-03-04T19:54:17.9938544Z * [new branch] gh/peterbell10/603/orig -> origin/gh/peterbell10/603/orig 2025-03-04T19:54:17.9940619Z * [new branch] gh/peterbell10/635/base -> origin/gh/peterbell10/635/base 2025-03-04T19:54:17.9942449Z * [new branch] gh/peterbell10/635/head -> origin/gh/peterbell10/635/head 2025-03-04T19:54:17.9943660Z * [new branch] gh/peterbell10/635/orig -> origin/gh/peterbell10/635/orig 2025-03-04T19:54:17.9945742Z * [new branch] gh/peterbell10/636/base -> origin/gh/peterbell10/636/base 2025-03-04T19:54:17.9946915Z * [new branch] gh/peterbell10/636/head -> origin/gh/peterbell10/636/head 2025-03-04T19:54:17.9948627Z * [new branch] gh/peterbell10/636/orig -> origin/gh/peterbell10/636/orig 2025-03-04T19:54:17.9950828Z * [new branch] gh/qqaatw/26/base -> origin/gh/qqaatw/26/base 2025-03-04T19:54:17.9952011Z * [new branch] gh/qqaatw/26/head -> origin/gh/qqaatw/26/head 2025-03-04T19:54:17.9953807Z * [new branch] gh/qqaatw/26/orig -> origin/gh/qqaatw/26/orig 2025-03-04T19:54:17.9955775Z * [new branch] gh/raymo/log-graph-breaks -> origin/gh/raymo/log-graph-breaks 2025-03-04T19:54:17.9958041Z * [new branch] gh/rec/115/base -> origin/gh/rec/115/base 2025-03-04T19:54:17.9959346Z * [new branch] gh/rec/115/head -> origin/gh/rec/115/head 2025-03-04T19:54:17.9961089Z * [new branch] gh/rec/115/orig -> origin/gh/rec/115/orig 2025-03-04T19:54:17.9963068Z * [new branch] gh/rec/118/base -> origin/gh/rec/118/base 2025-03-04T19:54:17.9964382Z * [new branch] gh/rec/118/head -> origin/gh/rec/118/head 2025-03-04T19:54:17.9965988Z * [new branch] gh/rec/118/orig -> origin/gh/rec/118/orig 2025-03-04T19:54:17.9967975Z * [new branch] gh/rec/119/base -> origin/gh/rec/119/base 2025-03-04T19:54:17.9969375Z * [new branch] gh/rec/119/head -> origin/gh/rec/119/head 2025-03-04T19:54:17.9970868Z * [new branch] gh/rec/119/orig -> origin/gh/rec/119/orig 2025-03-04T19:54:17.9973018Z * [new branch] gh/rec/120/base -> origin/gh/rec/120/base 2025-03-04T19:54:17.9974424Z * [new branch] gh/rec/120/head -> origin/gh/rec/120/head 2025-03-04T19:54:17.9976202Z * [new branch] gh/rec/120/orig -> origin/gh/rec/120/orig 2025-03-04T19:54:17.9978133Z * [new branch] gh/rec/124/base -> origin/gh/rec/124/base 2025-03-04T19:54:17.9979560Z * [new branch] gh/rec/124/head -> origin/gh/rec/124/head 2025-03-04T19:54:17.9981036Z * [new branch] gh/rec/124/orig -> origin/gh/rec/124/orig 2025-03-04T19:54:17.9983065Z * [new branch] gh/rec/125/base -> origin/gh/rec/125/base 2025-03-04T19:54:17.9984502Z * [new branch] gh/rec/125/head -> origin/gh/rec/125/head 2025-03-04T19:54:17.9986077Z * [new branch] gh/rec/125/orig -> origin/gh/rec/125/orig 2025-03-04T19:54:17.9987996Z * [new branch] gh/rec/128/base -> origin/gh/rec/128/base 2025-03-04T19:54:17.9989372Z * [new branch] gh/rec/128/head -> origin/gh/rec/128/head 2025-03-04T19:54:17.9991069Z * [new branch] gh/rec/128/orig -> origin/gh/rec/128/orig 2025-03-04T19:54:17.9993044Z * [new branch] gh/rec/129/base -> origin/gh/rec/129/base 2025-03-04T19:54:17.9994419Z * [new branch] gh/rec/129/head -> origin/gh/rec/129/head 2025-03-04T19:54:17.9996184Z * [new branch] gh/rec/129/orig -> origin/gh/rec/129/orig 2025-03-04T19:54:17.9998035Z * [new branch] gh/rec/130/base -> origin/gh/rec/130/base 2025-03-04T19:54:18.0000014Z * [new branch] gh/rec/130/head -> origin/gh/rec/130/head 2025-03-04T19:54:18.0001626Z * [new branch] gh/rec/130/orig -> origin/gh/rec/130/orig 2025-03-04T19:54:18.0003618Z * [new branch] gh/rec/131/base -> origin/gh/rec/131/base 2025-03-04T19:54:18.0004995Z * [new branch] gh/rec/131/head -> origin/gh/rec/131/head 2025-03-04T19:54:18.0006499Z * [new branch] gh/rec/131/orig -> origin/gh/rec/131/orig 2025-03-04T19:54:18.0008445Z * [new branch] gh/rec/132/base -> origin/gh/rec/132/base 2025-03-04T19:54:18.0009988Z * [new branch] gh/rec/132/head -> origin/gh/rec/132/head 2025-03-04T19:54:18.0011608Z * [new branch] gh/rec/132/orig -> origin/gh/rec/132/orig 2025-03-04T19:54:18.0013934Z * [new branch] gh/rec/133/base -> origin/gh/rec/133/base 2025-03-04T19:54:18.0014678Z * [new branch] gh/rec/133/head -> origin/gh/rec/133/head 2025-03-04T19:54:18.0016126Z * [new branch] gh/rec/133/orig -> origin/gh/rec/133/orig 2025-03-04T19:54:18.0017795Z * [new branch] gh/rec/134/base -> origin/gh/rec/134/base 2025-03-04T19:54:18.0019095Z * [new branch] gh/rec/134/head -> origin/gh/rec/134/head 2025-03-04T19:54:18.0020333Z * [new branch] gh/rec/134/orig -> origin/gh/rec/134/orig 2025-03-04T19:54:18.0022146Z * [new branch] gh/rec/135/base -> origin/gh/rec/135/base 2025-03-04T19:54:18.0023253Z * [new branch] gh/rec/135/head -> origin/gh/rec/135/head 2025-03-04T19:54:18.0024677Z * [new branch] gh/rec/135/orig -> origin/gh/rec/135/orig 2025-03-04T19:54:18.0026797Z * [new branch] gh/rec/136/base -> origin/gh/rec/136/base 2025-03-04T19:54:18.0028049Z * [new branch] gh/rec/136/head -> origin/gh/rec/136/head 2025-03-04T19:54:18.0029300Z * [new branch] gh/rec/136/orig -> origin/gh/rec/136/orig 2025-03-04T19:54:18.0030962Z * [new branch] gh/rec/27/base -> origin/gh/rec/27/base 2025-03-04T19:54:18.0032246Z * [new branch] gh/rec/27/head -> origin/gh/rec/27/head 2025-03-04T19:54:18.0033649Z * [new branch] gh/rec/27/orig -> origin/gh/rec/27/orig 2025-03-04T19:54:18.0035783Z * [new branch] gh/rohan-varma/742/base -> origin/gh/rohan-varma/742/base 2025-03-04T19:54:18.0037119Z * [new branch] gh/rohan-varma/742/head -> origin/gh/rohan-varma/742/head 2025-03-04T19:54:18.0038672Z * [new branch] gh/rohan-varma/742/orig -> origin/gh/rohan-varma/742/orig 2025-03-04T19:54:18.0040881Z * [new branch] gh/seemethere/10/base -> origin/gh/seemethere/10/base 2025-03-04T19:54:18.0041891Z * [new branch] gh/seemethere/10/head -> origin/gh/seemethere/10/head 2025-03-04T19:54:18.0043538Z * [new branch] gh/seemethere/10/orig -> origin/gh/seemethere/10/orig 2025-03-04T19:54:18.0045496Z * [new branch] gh/seemethere/11/base -> origin/gh/seemethere/11/base 2025-03-04T19:54:18.0046741Z * [new branch] gh/seemethere/11/head -> origin/gh/seemethere/11/head 2025-03-04T19:54:18.0048676Z * [new branch] gh/seemethere/11/orig -> origin/gh/seemethere/11/orig 2025-03-04T19:54:18.0050633Z * [new branch] gh/seemethere/12/base -> origin/gh/seemethere/12/base 2025-03-04T19:54:18.0052651Z * [new branch] gh/seemethere/12/head -> origin/gh/seemethere/12/head 2025-03-04T19:54:18.0054265Z * [new branch] gh/seemethere/12/orig -> origin/gh/seemethere/12/orig 2025-03-04T19:54:18.0056180Z * [new branch] gh/seemethere/13/base -> origin/gh/seemethere/13/base 2025-03-04T19:54:18.0057794Z * [new branch] gh/seemethere/13/head -> origin/gh/seemethere/13/head 2025-03-04T19:54:18.0059422Z * [new branch] gh/seemethere/13/orig -> origin/gh/seemethere/13/orig 2025-03-04T19:54:18.0061252Z * [new branch] gh/seemethere/14/base -> origin/gh/seemethere/14/base 2025-03-04T19:54:18.0062649Z * [new branch] gh/seemethere/14/head -> origin/gh/seemethere/14/head 2025-03-04T19:54:18.0064344Z * [new branch] gh/seemethere/14/orig -> origin/gh/seemethere/14/orig 2025-03-04T19:54:18.0066345Z * [new branch] gh/seemethere/15/base -> origin/gh/seemethere/15/base 2025-03-04T19:54:18.0067761Z * [new branch] gh/seemethere/15/head -> origin/gh/seemethere/15/head 2025-03-04T19:54:18.0069402Z * [new branch] gh/seemethere/15/orig -> origin/gh/seemethere/15/orig 2025-03-04T19:54:18.0071375Z * [new branch] gh/seemethere/16/base -> origin/gh/seemethere/16/base 2025-03-04T19:54:18.0072589Z * [new branch] gh/seemethere/16/head -> origin/gh/seemethere/16/head 2025-03-04T19:54:18.0074345Z * [new branch] gh/seemethere/16/orig -> origin/gh/seemethere/16/orig 2025-03-04T19:54:18.0076301Z * [new branch] gh/seemethere/7/base -> origin/gh/seemethere/7/base 2025-03-04T19:54:18.0077570Z * [new branch] gh/seemethere/7/head -> origin/gh/seemethere/7/head 2025-03-04T19:54:18.0079330Z * [new branch] gh/seemethere/7/orig -> origin/gh/seemethere/7/orig 2025-03-04T19:54:18.0081234Z * [new branch] gh/seemethere/8/base -> origin/gh/seemethere/8/base 2025-03-04T19:54:18.0082710Z * [new branch] gh/seemethere/8/head -> origin/gh/seemethere/8/head 2025-03-04T19:54:18.0084336Z * [new branch] gh/seemethere/8/orig -> origin/gh/seemethere/8/orig 2025-03-04T19:54:18.0086361Z * [new branch] gh/seemethere/9/base -> origin/gh/seemethere/9/base 2025-03-04T19:54:18.0087601Z * [new branch] gh/seemethere/9/head -> origin/gh/seemethere/9/head 2025-03-04T19:54:18.0089330Z * [new branch] gh/seemethere/9/orig -> origin/gh/seemethere/9/orig 2025-03-04T19:54:18.0092066Z * [new branch] gh/shunting314/145/base -> origin/gh/shunting314/145/base 2025-03-04T19:54:18.0093505Z * [new branch] gh/shunting314/145/head -> origin/gh/shunting314/145/head 2025-03-04T19:54:18.0095154Z * [new branch] gh/shunting314/145/orig -> origin/gh/shunting314/145/orig 2025-03-04T19:54:18.0097491Z * [new branch] gh/shunting314/151/base -> origin/gh/shunting314/151/base 2025-03-04T19:54:18.0098688Z * [new branch] gh/shunting314/151/head -> origin/gh/shunting314/151/head 2025-03-04T19:54:18.0100584Z * [new branch] gh/shunting314/151/orig -> origin/gh/shunting314/151/orig 2025-03-04T19:54:18.0102805Z * [new branch] gh/shunting314/176/base -> origin/gh/shunting314/176/base 2025-03-04T19:54:18.0104075Z * [new branch] gh/shunting314/176/head -> origin/gh/shunting314/176/head 2025-03-04T19:54:18.0105870Z * [new branch] gh/shunting314/176/orig -> origin/gh/shunting314/176/orig 2025-03-04T19:54:18.0108017Z * [new branch] gh/shunting314/187/base -> origin/gh/shunting314/187/base 2025-03-04T19:54:18.0109100Z * [new branch] gh/shunting314/187/head -> origin/gh/shunting314/187/head 2025-03-04T19:54:18.0110806Z * [new branch] gh/shunting314/187/orig -> origin/gh/shunting314/187/orig 2025-03-04T19:54:18.0112947Z * [new branch] gh/shunting314/196/base -> origin/gh/shunting314/196/base 2025-03-04T19:54:18.0114536Z * [new branch] gh/shunting314/196/head -> origin/gh/shunting314/196/head 2025-03-04T19:54:18.0115906Z * [new branch] gh/shunting314/196/orig -> origin/gh/shunting314/196/orig 2025-03-04T19:54:18.0118266Z * [new branch] gh/shunting314/197/base -> origin/gh/shunting314/197/base 2025-03-04T19:54:18.0119513Z * [new branch] gh/shunting314/197/head -> origin/gh/shunting314/197/head 2025-03-04T19:54:18.0121201Z * [new branch] gh/shunting314/197/orig -> origin/gh/shunting314/197/orig 2025-03-04T19:54:18.0123028Z * [new branch] gh/shunting314/198/base -> origin/gh/shunting314/198/base 2025-03-04T19:54:18.0124471Z * [new branch] gh/shunting314/198/head -> origin/gh/shunting314/198/head 2025-03-04T19:54:18.0126089Z * [new branch] gh/shunting314/198/orig -> origin/gh/shunting314/198/orig 2025-03-04T19:54:18.0128245Z * [new branch] gh/shunting314/199/base -> origin/gh/shunting314/199/base 2025-03-04T19:54:18.0129872Z * [new branch] gh/shunting314/199/head -> origin/gh/shunting314/199/head 2025-03-04T19:54:18.0131322Z * [new branch] gh/shunting314/199/orig -> origin/gh/shunting314/199/orig 2025-03-04T19:54:18.0133782Z * [new branch] gh/sijiac/1/base -> origin/gh/sijiac/1/base 2025-03-04T19:54:18.0135248Z * [new branch] gh/sijiac/1/head -> origin/gh/sijiac/1/head 2025-03-04T19:54:18.0137165Z * [new branch] gh/sijiac/2/base -> origin/gh/sijiac/2/base 2025-03-04T19:54:18.0138486Z * [new branch] gh/sijiac/2/head -> origin/gh/sijiac/2/head 2025-03-04T19:54:18.0140823Z * [new branch] gh/sijiac/3/base -> origin/gh/sijiac/3/base 2025-03-04T19:54:18.0141987Z * [new branch] gh/sijiac/3/head -> origin/gh/sijiac/3/head 2025-03-04T19:54:18.0144514Z * [new branch] gh/silverguo/1/base -> origin/gh/silverguo/1/base 2025-03-04T19:54:18.0145748Z * [new branch] gh/silverguo/1/head -> origin/gh/silverguo/1/head 2025-03-04T19:54:18.0147747Z * [new branch] gh/silverguo/2/base -> origin/gh/silverguo/2/base 2025-03-04T19:54:18.0149132Z * [new branch] gh/silverguo/2/head -> origin/gh/silverguo/2/head 2025-03-04T19:54:18.0151062Z * [new branch] gh/silverguo/3/base -> origin/gh/silverguo/3/base 2025-03-04T19:54:18.0152381Z * [new branch] gh/silverguo/3/head -> origin/gh/silverguo/3/head 2025-03-04T19:54:18.0154330Z * [new branch] gh/silverguo/4/base -> origin/gh/silverguo/4/base 2025-03-04T19:54:18.0155726Z * [new branch] gh/silverguo/4/head -> origin/gh/silverguo/4/head 2025-03-04T19:54:18.0158187Z * [new branch] gh/sinhaanhsul/1/base -> origin/gh/sinhaanhsul/1/base 2025-03-04T19:54:18.0159378Z * [new branch] gh/sinhaanhsul/1/head -> origin/gh/sinhaanhsul/1/head 2025-03-04T19:54:18.0161998Z * [new branch] gh/soulitzer/269/base -> origin/gh/soulitzer/269/base 2025-03-04T19:54:18.0163040Z * [new branch] gh/soulitzer/269/head -> origin/gh/soulitzer/269/head 2025-03-04T19:54:18.0164801Z * [new branch] gh/soulitzer/269/orig -> origin/gh/soulitzer/269/orig 2025-03-04T19:54:18.0167071Z * [new branch] gh/soulitzer/276/base -> origin/gh/soulitzer/276/base 2025-03-04T19:54:18.0168475Z * [new branch] gh/soulitzer/276/head -> origin/gh/soulitzer/276/head 2025-03-04T19:54:18.0170107Z * [new branch] gh/soulitzer/276/orig -> origin/gh/soulitzer/276/orig 2025-03-04T19:54:18.0172537Z * [new branch] gh/soulitzer/287/base -> origin/gh/soulitzer/287/base 2025-03-04T19:54:18.0173680Z * [new branch] gh/soulitzer/287/head -> origin/gh/soulitzer/287/head 2025-03-04T19:54:18.0175462Z * [new branch] gh/soulitzer/287/orig -> origin/gh/soulitzer/287/orig 2025-03-04T19:54:18.0177484Z * [new branch] gh/soulitzer/296/base -> origin/gh/soulitzer/296/base 2025-03-04T19:54:18.0179035Z * [new branch] gh/soulitzer/296/head -> origin/gh/soulitzer/296/head 2025-03-04T19:54:18.0180525Z * [new branch] gh/soulitzer/296/orig -> origin/gh/soulitzer/296/orig 2025-03-04T19:54:18.0182650Z * [new branch] gh/soulitzer/299/base -> origin/gh/soulitzer/299/base 2025-03-04T19:54:18.0184135Z * [new branch] gh/soulitzer/299/head -> origin/gh/soulitzer/299/head 2025-03-04T19:54:18.0185847Z * [new branch] gh/soulitzer/299/orig -> origin/gh/soulitzer/299/orig 2025-03-04T19:54:18.0187888Z * [new branch] gh/soulitzer/300/base -> origin/gh/soulitzer/300/base 2025-03-04T19:54:18.0189539Z * [new branch] gh/soulitzer/300/head -> origin/gh/soulitzer/300/head 2025-03-04T19:54:18.0190887Z * [new branch] gh/soulitzer/300/orig -> origin/gh/soulitzer/300/orig 2025-03-04T19:54:18.0193297Z * [new branch] gh/soulitzer/301/base -> origin/gh/soulitzer/301/base 2025-03-04T19:54:18.0194819Z * [new branch] gh/soulitzer/301/head -> origin/gh/soulitzer/301/head 2025-03-04T19:54:18.0196405Z * [new branch] gh/soulitzer/301/orig -> origin/gh/soulitzer/301/orig 2025-03-04T19:54:18.0198490Z * [new branch] gh/soulitzer/313/base -> origin/gh/soulitzer/313/base 2025-03-04T19:54:18.0199713Z * [new branch] gh/soulitzer/313/head -> origin/gh/soulitzer/313/head 2025-03-04T19:54:18.0201643Z * [new branch] gh/soulitzer/313/orig -> origin/gh/soulitzer/313/orig 2025-03-04T19:54:18.0203679Z * [new branch] gh/soulitzer/319/base -> origin/gh/soulitzer/319/base 2025-03-04T19:54:18.0205010Z * [new branch] gh/soulitzer/319/head -> origin/gh/soulitzer/319/head 2025-03-04T19:54:18.0206587Z * [new branch] gh/soulitzer/319/orig -> origin/gh/soulitzer/319/orig 2025-03-04T19:54:18.0208842Z * [new branch] gh/soulitzer/320/base -> origin/gh/soulitzer/320/base 2025-03-04T19:54:18.0210013Z * [new branch] gh/soulitzer/320/head -> origin/gh/soulitzer/320/head 2025-03-04T19:54:18.0211851Z * [new branch] gh/soulitzer/320/orig -> origin/gh/soulitzer/320/orig 2025-03-04T19:54:18.0213908Z * [new branch] gh/soulitzer/329/base -> origin/gh/soulitzer/329/base 2025-03-04T19:54:18.0215136Z * [new branch] gh/soulitzer/329/head -> origin/gh/soulitzer/329/head 2025-03-04T19:54:18.0216875Z * [new branch] gh/soulitzer/329/orig -> origin/gh/soulitzer/329/orig 2025-03-04T19:54:18.0218878Z * [new branch] gh/soulitzer/331/base -> origin/gh/soulitzer/331/base 2025-03-04T19:54:18.0220077Z * [new branch] gh/soulitzer/331/head -> origin/gh/soulitzer/331/head 2025-03-04T19:54:18.0222286Z * [new branch] gh/soulitzer/331/orig -> origin/gh/soulitzer/331/orig 2025-03-04T19:54:18.0224351Z * [new branch] gh/soulitzer/332/base -> origin/gh/soulitzer/332/base 2025-03-04T19:54:18.0226070Z * [new branch] gh/soulitzer/332/head -> origin/gh/soulitzer/332/head 2025-03-04T19:54:18.0227479Z * [new branch] gh/soulitzer/332/orig -> origin/gh/soulitzer/332/orig 2025-03-04T19:54:18.0229880Z * [new branch] gh/soulitzer/335/base -> origin/gh/soulitzer/335/base 2025-03-04T19:54:18.0234188Z * [new branch] gh/soulitzer/335/head -> origin/gh/soulitzer/335/head 2025-03-04T19:54:18.0234657Z * [new branch] gh/soulitzer/335/orig -> origin/gh/soulitzer/335/orig 2025-03-04T19:54:18.0235106Z * [new branch] gh/soulitzer/336/base -> origin/gh/soulitzer/336/base 2025-03-04T19:54:18.0235564Z * [new branch] gh/soulitzer/336/head -> origin/gh/soulitzer/336/head 2025-03-04T19:54:18.0236676Z * [new branch] gh/soulitzer/336/orig -> origin/gh/soulitzer/336/orig 2025-03-04T19:54:18.0238925Z * [new branch] gh/soulitzer/347/base -> origin/gh/soulitzer/347/base 2025-03-04T19:54:18.0240074Z * [new branch] gh/soulitzer/347/head -> origin/gh/soulitzer/347/head 2025-03-04T19:54:18.0241745Z * [new branch] gh/soulitzer/347/orig -> origin/gh/soulitzer/347/orig 2025-03-04T19:54:18.0244490Z * [new branch] gh/soulitzer/349/base -> origin/gh/soulitzer/349/base 2025-03-04T19:54:18.0245990Z * [new branch] gh/soulitzer/349/head -> origin/gh/soulitzer/349/head 2025-03-04T19:54:18.0247580Z * [new branch] gh/soulitzer/349/orig -> origin/gh/soulitzer/349/orig 2025-03-04T19:54:18.0249701Z * [new branch] gh/soulitzer/350/base -> origin/gh/soulitzer/350/base 2025-03-04T19:54:18.0250881Z * [new branch] gh/soulitzer/350/head -> origin/gh/soulitzer/350/head 2025-03-04T19:54:18.0252637Z * [new branch] gh/soulitzer/350/orig -> origin/gh/soulitzer/350/orig 2025-03-04T19:54:18.0254750Z * [new branch] gh/soulitzer/351/base -> origin/gh/soulitzer/351/base 2025-03-04T19:54:18.0255913Z * [new branch] gh/soulitzer/351/head -> origin/gh/soulitzer/351/head 2025-03-04T19:54:18.0257257Z * [new branch] gh/soulitzer/351/orig -> origin/gh/soulitzer/351/orig 2025-03-04T19:54:18.0259014Z * [new branch] gh/soulitzer/352/base -> origin/gh/soulitzer/352/base 2025-03-04T19:54:18.0260693Z * [new branch] gh/soulitzer/352/head -> origin/gh/soulitzer/352/head 2025-03-04T19:54:18.0262033Z * [new branch] gh/soulitzer/352/orig -> origin/gh/soulitzer/352/orig 2025-03-04T19:54:18.0263671Z * [new branch] gh/soulitzer/353/base -> origin/gh/soulitzer/353/base 2025-03-04T19:54:18.0265107Z * [new branch] gh/soulitzer/353/head -> origin/gh/soulitzer/353/head 2025-03-04T19:54:18.0267011Z * [new branch] gh/soulitzer/353/orig -> origin/gh/soulitzer/353/orig 2025-03-04T19:54:18.0269315Z * [new branch] gh/suo/619/base -> origin/gh/suo/619/base 2025-03-04T19:54:18.0271645Z * [new branch] gh/swolchok/704/base -> origin/gh/swolchok/704/base 2025-03-04T19:54:18.0273335Z * [new branch] gh/swolchok/704/head -> origin/gh/swolchok/704/head 2025-03-04T19:54:18.0274875Z * [new branch] gh/swolchok/704/orig -> origin/gh/swolchok/704/orig 2025-03-04T19:54:18.0276948Z * [new branch] gh/swolchok/710/base -> origin/gh/swolchok/710/base 2025-03-04T19:54:18.0278532Z * [new branch] gh/swolchok/710/head -> origin/gh/swolchok/710/head 2025-03-04T19:54:18.0280006Z * [new branch] gh/swolchok/710/orig -> origin/gh/swolchok/710/orig 2025-03-04T19:54:18.0281831Z * [new branch] gh/swolchok/711/base -> origin/gh/swolchok/711/base 2025-03-04T19:54:18.0283383Z * [new branch] gh/swolchok/711/head -> origin/gh/swolchok/711/head 2025-03-04T19:54:18.0285110Z * [new branch] gh/swolchok/711/orig -> origin/gh/swolchok/711/orig 2025-03-04T19:54:18.0287326Z * [new branch] gh/swolchok/722/base -> origin/gh/swolchok/722/base 2025-03-04T19:54:18.0288612Z * [new branch] gh/swolchok/722/head -> origin/gh/swolchok/722/head 2025-03-04T19:54:18.0290313Z * [new branch] gh/swolchok/722/orig -> origin/gh/swolchok/722/orig 2025-03-04T19:54:18.0292264Z * [new branch] gh/swolchok/723/base -> origin/gh/swolchok/723/base 2025-03-04T19:54:18.0293708Z * [new branch] gh/swolchok/723/head -> origin/gh/swolchok/723/head 2025-03-04T19:54:18.0295204Z * [new branch] gh/swolchok/723/orig -> origin/gh/swolchok/723/orig 2025-03-04T19:54:18.0297594Z * [new branch] gh/syed-ahmed/1/base -> origin/gh/syed-ahmed/1/base 2025-03-04T19:54:18.0298851Z * [new branch] gh/syed-ahmed/1/head -> origin/gh/syed-ahmed/1/head 2025-03-04T19:54:18.0300723Z * [new branch] gh/syed-ahmed/1/orig -> origin/gh/syed-ahmed/1/orig 2025-03-04T19:54:18.0302787Z * [new branch] gh/syed-ahmed/2/base -> origin/gh/syed-ahmed/2/base 2025-03-04T19:54:18.0304096Z * [new branch] gh/syed-ahmed/2/head -> origin/gh/syed-ahmed/2/head 2025-03-04T19:54:18.0305860Z * [new branch] gh/syed-ahmed/2/orig -> origin/gh/syed-ahmed/2/orig 2025-03-04T19:54:18.0308155Z * [new branch] gh/tianyu-l/2/base -> origin/gh/tianyu-l/2/base 2025-03-04T19:54:18.0309600Z * [new branch] gh/tianyu-l/2/head -> origin/gh/tianyu-l/2/head 2025-03-04T19:54:18.0311165Z * [new branch] gh/tianyu-l/2/orig -> origin/gh/tianyu-l/2/orig 2025-03-04T19:54:18.0313173Z * [new branch] gh/tianyu-l/6/base -> origin/gh/tianyu-l/6/base 2025-03-04T19:54:18.0314666Z * [new branch] gh/tianyu-l/6/head -> origin/gh/tianyu-l/6/head 2025-03-04T19:54:18.0316219Z * [new branch] gh/tianyu-l/6/orig -> origin/gh/tianyu-l/6/orig 2025-03-04T19:54:18.0318348Z * [new branch] gh/tianyu-l/7/base -> origin/gh/tianyu-l/7/base 2025-03-04T19:54:18.0319579Z * [new branch] gh/tianyu-l/7/head -> origin/gh/tianyu-l/7/head 2025-03-04T19:54:18.0321281Z * [new branch] gh/tianyu-l/7/orig -> origin/gh/tianyu-l/7/orig 2025-03-04T19:54:18.0323795Z * [new branch] gh/tugsbayasgalan/155/base -> origin/gh/tugsbayasgalan/155/base 2025-03-04T19:54:18.0325059Z * [new branch] gh/tugsbayasgalan/155/head -> origin/gh/tugsbayasgalan/155/head 2025-03-04T19:54:18.0326934Z * [new branch] gh/tugsbayasgalan/155/orig -> origin/gh/tugsbayasgalan/155/orig 2025-03-04T19:54:18.0328909Z * [new branch] gh/tugsbayasgalan/162/base -> origin/gh/tugsbayasgalan/162/base 2025-03-04T19:54:18.0330083Z * [new branch] gh/tugsbayasgalan/162/head -> origin/gh/tugsbayasgalan/162/head 2025-03-04T19:54:18.0331876Z * [new branch] gh/tugsbayasgalan/162/orig -> origin/gh/tugsbayasgalan/162/orig 2025-03-04T19:54:18.0334055Z * [new branch] gh/tugsbayasgalan/277/base -> origin/gh/tugsbayasgalan/277/base 2025-03-04T19:54:18.0335138Z * [new branch] gh/tugsbayasgalan/277/head -> origin/gh/tugsbayasgalan/277/head 2025-03-04T19:54:18.0337310Z * [new branch] gh/tugsbayasgalan/277/orig -> origin/gh/tugsbayasgalan/277/orig 2025-03-04T19:54:18.0339496Z * [new branch] gh/tugsbayasgalan/282/base -> origin/gh/tugsbayasgalan/282/base 2025-03-04T19:54:18.0341263Z * [new branch] gh/tugsbayasgalan/282/head -> origin/gh/tugsbayasgalan/282/head 2025-03-04T19:54:18.0342787Z * [new branch] gh/tugsbayasgalan/282/orig -> origin/gh/tugsbayasgalan/282/orig 2025-03-04T19:54:18.0344901Z * [new branch] gh/tugsbayasgalan/287/base -> origin/gh/tugsbayasgalan/287/base 2025-03-04T19:54:18.0346893Z * [new branch] gh/tugsbayasgalan/287/head -> origin/gh/tugsbayasgalan/287/head 2025-03-04T19:54:18.0348363Z * [new branch] gh/tugsbayasgalan/287/orig -> origin/gh/tugsbayasgalan/287/orig 2025-03-04T19:54:18.0350607Z * [new branch] gh/tugsbayasgalan/288/base -> origin/gh/tugsbayasgalan/288/base 2025-03-04T19:54:18.0351739Z * [new branch] gh/tugsbayasgalan/288/head -> origin/gh/tugsbayasgalan/288/head 2025-03-04T19:54:18.0353513Z * [new branch] gh/tugsbayasgalan/288/orig -> origin/gh/tugsbayasgalan/288/orig 2025-03-04T19:54:18.0355393Z * [new branch] gh/tugsbayasgalan/289/base -> origin/gh/tugsbayasgalan/289/base 2025-03-04T19:54:18.0356945Z * [new branch] gh/tugsbayasgalan/289/head -> origin/gh/tugsbayasgalan/289/head 2025-03-04T19:54:18.0358410Z * [new branch] gh/tugsbayasgalan/289/orig -> origin/gh/tugsbayasgalan/289/orig 2025-03-04T19:54:18.0360556Z * [new branch] gh/tugsbayasgalan/290/base -> origin/gh/tugsbayasgalan/290/base 2025-03-04T19:54:18.0361820Z * [new branch] gh/tugsbayasgalan/290/head -> origin/gh/tugsbayasgalan/290/head 2025-03-04T19:54:18.0363941Z * [new branch] gh/tugsbayasgalan/290/orig -> origin/gh/tugsbayasgalan/290/orig 2025-03-04T19:54:18.0365961Z * [new branch] gh/tugsbayasgalan/291/base -> origin/gh/tugsbayasgalan/291/base 2025-03-04T19:54:18.0367740Z * [new branch] gh/tugsbayasgalan/291/head -> origin/gh/tugsbayasgalan/291/head 2025-03-04T19:54:18.0368964Z * [new branch] gh/tugsbayasgalan/291/orig -> origin/gh/tugsbayasgalan/291/orig 2025-03-04T19:54:18.0371194Z * [new branch] gh/tugsbayasgalan/292/base -> origin/gh/tugsbayasgalan/292/base 2025-03-04T19:54:18.0372758Z * [new branch] gh/tugsbayasgalan/292/head -> origin/gh/tugsbayasgalan/292/head 2025-03-04T19:54:18.0374277Z * [new branch] gh/tugsbayasgalan/292/orig -> origin/gh/tugsbayasgalan/292/orig 2025-03-04T19:54:18.0376336Z * [new branch] gh/tugsbayasgalan/293/base -> origin/gh/tugsbayasgalan/293/base 2025-03-04T19:54:18.0377556Z * [new branch] gh/tugsbayasgalan/293/head -> origin/gh/tugsbayasgalan/293/head 2025-03-04T19:54:18.0379186Z * [new branch] gh/tugsbayasgalan/293/orig -> origin/gh/tugsbayasgalan/293/orig 2025-03-04T19:54:18.0381329Z * [new branch] gh/tugsbayasgalan/294/base -> origin/gh/tugsbayasgalan/294/base 2025-03-04T19:54:18.0382494Z * [new branch] gh/tugsbayasgalan/294/head -> origin/gh/tugsbayasgalan/294/head 2025-03-04T19:54:18.0384163Z * [new branch] gh/tugsbayasgalan/294/orig -> origin/gh/tugsbayasgalan/294/orig 2025-03-04T19:54:18.0386390Z * [new branch] gh/tugsbayasgalan/295/base -> origin/gh/tugsbayasgalan/295/base 2025-03-04T19:54:18.0387706Z * [new branch] gh/tugsbayasgalan/295/head -> origin/gh/tugsbayasgalan/295/head 2025-03-04T19:54:18.0389384Z * [new branch] gh/tugsbayasgalan/295/orig -> origin/gh/tugsbayasgalan/295/orig 2025-03-04T19:54:18.0391379Z * [new branch] gh/tugsbayasgalan/296/base -> origin/gh/tugsbayasgalan/296/base 2025-03-04T19:54:18.0393010Z * [new branch] gh/tugsbayasgalan/296/head -> origin/gh/tugsbayasgalan/296/head 2025-03-04T19:54:18.0394414Z * [new branch] gh/tugsbayasgalan/296/orig -> origin/gh/tugsbayasgalan/296/orig 2025-03-04T19:54:18.0396647Z * [new branch] gh/vkuzo/1/head -> origin/gh/vkuzo/1/head 2025-03-04T19:54:18.0397766Z * [new branch] gh/vkuzo/1/next -> origin/gh/vkuzo/1/next 2025-03-04T19:54:18.0399611Z * [new branch] gh/vkuzo/1/orig -> origin/gh/vkuzo/1/orig 2025-03-04T19:54:18.0402461Z * [new branch] gh/vkuzo/2/head -> origin/gh/vkuzo/2/head 2025-03-04T19:54:18.0403953Z * [new branch] gh/vkuzo/2/next -> origin/gh/vkuzo/2/next 2025-03-04T19:54:18.0405221Z * [new branch] gh/vkuzo/2/orig -> origin/gh/vkuzo/2/orig 2025-03-04T19:54:18.0407107Z * [new branch] gh/vkuzo/3/head -> origin/gh/vkuzo/3/head 2025-03-04T19:54:18.0407988Z * [new branch] gh/vkuzo/3/next -> origin/gh/vkuzo/3/next 2025-03-04T19:54:18.0409327Z * [new branch] gh/vkuzo/3/orig -> origin/gh/vkuzo/3/orig 2025-03-04T19:54:18.0410925Z * [new branch] gh/vkuzo/4/base -> origin/gh/vkuzo/4/base 2025-03-04T19:54:18.0412293Z * [new branch] gh/vkuzo/4/head -> origin/gh/vkuzo/4/head 2025-03-04T19:54:18.0413473Z * [new branch] gh/vkuzo/4/orig -> origin/gh/vkuzo/4/orig 2025-03-04T19:54:18.0415431Z * [new branch] gh/vkuzo/5/base -> origin/gh/vkuzo/5/base 2025-03-04T19:54:18.0416630Z * [new branch] gh/vkuzo/5/head -> origin/gh/vkuzo/5/head 2025-03-04T19:54:18.0417941Z * [new branch] gh/vkuzo/5/orig -> origin/gh/vkuzo/5/orig 2025-03-04T19:54:18.0419524Z * [new branch] gh/vkuzo/6/base -> origin/gh/vkuzo/6/base 2025-03-04T19:54:18.0420914Z * [new branch] gh/vkuzo/6/head -> origin/gh/vkuzo/6/head 2025-03-04T19:54:18.0422133Z * [new branch] gh/vkuzo/6/orig -> origin/gh/vkuzo/6/orig 2025-03-04T19:54:18.0423797Z * [new branch] gh/vkuzo/7/base -> origin/gh/vkuzo/7/base 2025-03-04T19:54:18.0425055Z * [new branch] gh/vkuzo/7/head -> origin/gh/vkuzo/7/head 2025-03-04T19:54:18.0426408Z * [new branch] gh/vkuzo/7/orig -> origin/gh/vkuzo/7/orig 2025-03-04T19:54:18.0428380Z * [new branch] gh/vmoens/10/base -> origin/gh/vmoens/10/base 2025-03-04T19:54:18.0429582Z * [new branch] gh/vmoens/10/head -> origin/gh/vmoens/10/head 2025-03-04T19:54:18.0430850Z * [new branch] gh/vmoens/10/orig -> origin/gh/vmoens/10/orig 2025-03-04T19:54:18.0432510Z * [new branch] gh/vmoens/15/base -> origin/gh/vmoens/15/base 2025-03-04T19:54:18.0433757Z * [new branch] gh/vmoens/15/head -> origin/gh/vmoens/15/head 2025-03-04T19:54:18.0434966Z * [new branch] gh/vmoens/15/orig -> origin/gh/vmoens/15/orig 2025-03-04T19:54:18.0436689Z * [new branch] gh/vmoens/16/base -> origin/gh/vmoens/16/base 2025-03-04T19:54:18.0437882Z * [new branch] gh/vmoens/16/head -> origin/gh/vmoens/16/head 2025-03-04T19:54:18.0439110Z * [new branch] gh/vmoens/16/orig -> origin/gh/vmoens/16/orig 2025-03-04T19:54:18.0440793Z * [new branch] gh/vmoens/17/base -> origin/gh/vmoens/17/base 2025-03-04T19:54:18.0442068Z * [new branch] gh/vmoens/17/head -> origin/gh/vmoens/17/head 2025-03-04T19:54:18.0443265Z * [new branch] gh/vmoens/17/orig -> origin/gh/vmoens/17/orig 2025-03-04T19:54:18.0444870Z * [new branch] gh/vmoens/18/base -> origin/gh/vmoens/18/base 2025-03-04T19:54:18.0446127Z * [new branch] gh/vmoens/18/head -> origin/gh/vmoens/18/head 2025-03-04T19:54:18.0447300Z * [new branch] gh/vmoens/18/orig -> origin/gh/vmoens/18/orig 2025-03-04T19:54:18.0448794Z * [new branch] gh/vmoens/19/base -> origin/gh/vmoens/19/base 2025-03-04T19:54:18.0450056Z * [new branch] gh/vmoens/19/head -> origin/gh/vmoens/19/head 2025-03-04T19:54:18.0451634Z * [new branch] gh/vmoens/19/orig -> origin/gh/vmoens/19/orig 2025-03-04T19:54:18.0453336Z * [new branch] gh/vmoens/20/base -> origin/gh/vmoens/20/base 2025-03-04T19:54:18.0454548Z * [new branch] gh/vmoens/20/head -> origin/gh/vmoens/20/head 2025-03-04T19:54:18.0455828Z * [new branch] gh/vmoens/20/orig -> origin/gh/vmoens/20/orig 2025-03-04T19:54:18.0458109Z * [new branch] gh/voznesenskym/211/base -> origin/gh/voznesenskym/211/base 2025-03-04T19:54:18.0459464Z * [new branch] gh/voznesenskym/211/head -> origin/gh/voznesenskym/211/head 2025-03-04T19:54:18.0460740Z * [new branch] gh/voznesenskym/211/orig -> origin/gh/voznesenskym/211/orig 2025-03-04T19:54:18.0462282Z * [new branch] gh/voznesenskym/231/base -> origin/gh/voznesenskym/231/base 2025-03-04T19:54:18.0463654Z * [new branch] gh/voznesenskym/231/head -> origin/gh/voznesenskym/231/head 2025-03-04T19:54:18.0464861Z * [new branch] gh/voznesenskym/231/orig -> origin/gh/voznesenskym/231/orig 2025-03-04T19:54:18.0466580Z * [new branch] gh/voznesenskym/254/base -> origin/gh/voznesenskym/254/base 2025-03-04T19:54:18.0467937Z * [new branch] gh/voznesenskym/254/head -> origin/gh/voznesenskym/254/head 2025-03-04T19:54:18.0469207Z * [new branch] gh/voznesenskym/254/orig -> origin/gh/voznesenskym/254/orig 2025-03-04T19:54:18.0471452Z * [new branch] gh/wanchaol/360/base -> origin/gh/wanchaol/360/base 2025-03-04T19:54:18.0472698Z * [new branch] gh/wanchaol/360/head -> origin/gh/wanchaol/360/head 2025-03-04T19:54:18.0473957Z * [new branch] gh/wanchaol/360/orig -> origin/gh/wanchaol/360/orig 2025-03-04T19:54:18.0475638Z * [new branch] gh/wanchaol/367/base -> origin/gh/wanchaol/367/base 2025-03-04T19:54:18.0477005Z * [new branch] gh/wanchaol/367/head -> origin/gh/wanchaol/367/head 2025-03-04T19:54:18.0478380Z * [new branch] gh/wanchaol/367/orig -> origin/gh/wanchaol/367/orig 2025-03-04T19:54:18.0479996Z * [new branch] gh/wanchaol/368/base -> origin/gh/wanchaol/368/base 2025-03-04T19:54:18.0481482Z * [new branch] gh/wanchaol/368/head -> origin/gh/wanchaol/368/head 2025-03-04T19:54:18.0482535Z * [new branch] gh/wanchaol/368/orig -> origin/gh/wanchaol/368/orig 2025-03-04T19:54:18.0484530Z * [new branch] gh/wconstab/204/base -> origin/gh/wconstab/204/base 2025-03-04T19:54:18.0485954Z * [new branch] gh/wconstab/204/orig -> origin/gh/wconstab/204/orig 2025-03-04T19:54:18.0487587Z * [new branch] gh/wconstab/380/base -> origin/gh/wconstab/380/base 2025-03-04T19:54:18.0488850Z * [new branch] gh/wconstab/380/head -> origin/gh/wconstab/380/head 2025-03-04T19:54:18.0490107Z * [new branch] gh/wconstab/380/orig -> origin/gh/wconstab/380/orig 2025-03-04T19:54:18.0491723Z * [new branch] gh/wconstab/382/base -> origin/gh/wconstab/382/base 2025-03-04T19:54:18.0493386Z * [new branch] gh/wconstab/383/base -> origin/gh/wconstab/383/base 2025-03-04T19:54:18.0494764Z * [new branch] gh/wconstab/384/base -> origin/gh/wconstab/384/base 2025-03-04T19:54:18.0496359Z * [new branch] gh/wconstab/385/base -> origin/gh/wconstab/385/base 2025-03-04T19:54:18.0497685Z * [new branch] gh/wconstab/385/head -> origin/gh/wconstab/385/head 2025-03-04T19:54:18.0499302Z * [new branch] gh/wconstab/386/base -> origin/gh/wconstab/386/base 2025-03-04T19:54:18.0501034Z * [new branch] gh/wconstab/391/base -> origin/gh/wconstab/391/base 2025-03-04T19:54:18.0502347Z * [new branch] gh/wconstab/391/head -> origin/gh/wconstab/391/head 2025-03-04T19:54:18.0503582Z * [new branch] gh/wconstab/391/orig -> origin/gh/wconstab/391/orig 2025-03-04T19:54:18.0505391Z * [new branch] gh/wconstab/392/base -> origin/gh/wconstab/392/base 2025-03-04T19:54:18.0506509Z * [new branch] gh/wconstab/392/head -> origin/gh/wconstab/392/head 2025-03-04T19:54:18.0507764Z * [new branch] gh/wconstab/392/orig -> origin/gh/wconstab/392/orig 2025-03-04T19:54:18.0509500Z * [new branch] gh/wconstab/393/base -> origin/gh/wconstab/393/base 2025-03-04T19:54:18.0510568Z * [new branch] gh/wconstab/393/head -> origin/gh/wconstab/393/head 2025-03-04T19:54:18.0511777Z * [new branch] gh/wconstab/393/orig -> origin/gh/wconstab/393/orig 2025-03-04T19:54:18.0513619Z * [new branch] gh/wconstab/394/base -> origin/gh/wconstab/394/base 2025-03-04T19:54:18.0514849Z * [new branch] gh/wconstab/394/head -> origin/gh/wconstab/394/head 2025-03-04T19:54:18.0516101Z * [new branch] gh/wconstab/394/orig -> origin/gh/wconstab/394/orig 2025-03-04T19:54:18.0518153Z * [new branch] gh/wconstab/395/base -> origin/gh/wconstab/395/base 2025-03-04T19:54:18.0519693Z * [new branch] gh/wconstab/395/head -> origin/gh/wconstab/395/head 2025-03-04T19:54:18.0520981Z * [new branch] gh/wconstab/395/orig -> origin/gh/wconstab/395/orig 2025-03-04T19:54:18.0522767Z * [new branch] gh/wconstab/396/base -> origin/gh/wconstab/396/base 2025-03-04T19:54:18.0524010Z * [new branch] gh/wconstab/396/head -> origin/gh/wconstab/396/head 2025-03-04T19:54:18.0525342Z * [new branch] gh/wconstab/396/orig -> origin/gh/wconstab/396/orig 2025-03-04T19:54:18.0527112Z * [new branch] gh/wconstab/397/base -> origin/gh/wconstab/397/base 2025-03-04T19:54:18.0528412Z * [new branch] gh/wconstab/397/head -> origin/gh/wconstab/397/head 2025-03-04T19:54:18.0530136Z * [new branch] gh/wconstab/397/orig -> origin/gh/wconstab/397/orig 2025-03-04T19:54:18.0531880Z * [new branch] gh/wconstab/398/base -> origin/gh/wconstab/398/base 2025-03-04T19:54:18.0533149Z * [new branch] gh/wconstab/398/head -> origin/gh/wconstab/398/head 2025-03-04T19:54:18.0534327Z * [new branch] gh/wconstab/398/orig -> origin/gh/wconstab/398/orig 2025-03-04T19:54:18.0536893Z * [new branch] gh/weifengpy/21/base -> origin/gh/weifengpy/21/base 2025-03-04T19:54:18.0538101Z * [new branch] gh/weifengpy/21/head -> origin/gh/weifengpy/21/head 2025-03-04T19:54:18.0539338Z * [new branch] gh/weifengpy/21/orig -> origin/gh/weifengpy/21/orig 2025-03-04T19:54:18.0541250Z * [new branch] gh/williamwen42/196/base -> origin/gh/williamwen42/196/base 2025-03-04T19:54:18.0542489Z * [new branch] gh/williamwen42/196/head -> origin/gh/williamwen42/196/head 2025-03-04T19:54:18.0543666Z * [new branch] gh/williamwen42/196/orig -> origin/gh/williamwen42/196/orig 2025-03-04T19:54:18.0545266Z * [new branch] gh/williamwen42/197/base -> origin/gh/williamwen42/197/base 2025-03-04T19:54:18.0546513Z * [new branch] gh/williamwen42/197/head -> origin/gh/williamwen42/197/head 2025-03-04T19:54:18.0547695Z * [new branch] gh/williamwen42/197/orig -> origin/gh/williamwen42/197/orig 2025-03-04T19:54:18.0549514Z * [new branch] gh/williamwen42/199/base -> origin/gh/williamwen42/199/base 2025-03-04T19:54:18.0550795Z * [new branch] gh/williamwen42/199/head -> origin/gh/williamwen42/199/head 2025-03-04T19:54:18.0552053Z * [new branch] gh/williamwen42/199/orig -> origin/gh/williamwen42/199/orig 2025-03-04T19:54:18.0553764Z * [new branch] gh/williamwen42/200/base -> origin/gh/williamwen42/200/base 2025-03-04T19:54:18.0555560Z * [new branch] gh/williamwen42/200/head -> origin/gh/williamwen42/200/head 2025-03-04T19:54:18.0556763Z * [new branch] gh/williamwen42/200/orig -> origin/gh/williamwen42/200/orig 2025-03-04T19:54:18.0558379Z * [new branch] gh/williamwen42/201/base -> origin/gh/williamwen42/201/base 2025-03-04T19:54:18.0559795Z * [new branch] gh/williamwen42/201/head -> origin/gh/williamwen42/201/head 2025-03-04T19:54:18.0561057Z * [new branch] gh/williamwen42/201/orig -> origin/gh/williamwen42/201/orig 2025-03-04T19:54:18.0562556Z * [new branch] gh/williamwen42/204/base -> origin/gh/williamwen42/204/base 2025-03-04T19:54:18.0563811Z * [new branch] gh/williamwen42/204/head -> origin/gh/williamwen42/204/head 2025-03-04T19:54:18.0564989Z * [new branch] gh/williamwen42/204/orig -> origin/gh/williamwen42/204/orig 2025-03-04T19:54:18.0567179Z * [new branch] gh/williamwen42/205/base -> origin/gh/williamwen42/205/base 2025-03-04T19:54:18.0568644Z * [new branch] gh/williamwen42/205/head -> origin/gh/williamwen42/205/head 2025-03-04T19:54:18.0569962Z * [new branch] gh/williamwen42/205/orig -> origin/gh/williamwen42/205/orig 2025-03-04T19:54:18.0571764Z * [new branch] gh/williamwen42/206/base -> origin/gh/williamwen42/206/base 2025-03-04T19:54:18.0573158Z * [new branch] gh/williamwen42/206/head -> origin/gh/williamwen42/206/head 2025-03-04T19:54:18.0574417Z * [new branch] gh/williamwen42/206/orig -> origin/gh/williamwen42/206/orig 2025-03-04T19:54:18.0575981Z * [new branch] gh/williamwen42/207/base -> origin/gh/williamwen42/207/base 2025-03-04T19:54:18.0577358Z * [new branch] gh/williamwen42/207/head -> origin/gh/williamwen42/207/head 2025-03-04T19:54:18.0578560Z * [new branch] gh/williamwen42/207/orig -> origin/gh/williamwen42/207/orig 2025-03-04T19:54:18.0580326Z * [new branch] gh/williamwen42/208/base -> origin/gh/williamwen42/208/base 2025-03-04T19:54:18.0581600Z * [new branch] gh/williamwen42/208/head -> origin/gh/williamwen42/208/head 2025-03-04T19:54:18.0582819Z * [new branch] gh/williamwen42/208/orig -> origin/gh/williamwen42/208/orig 2025-03-04T19:54:18.0584288Z * [new branch] gh/williamwen42/209/base -> origin/gh/williamwen42/209/base 2025-03-04T19:54:18.0585596Z * [new branch] gh/williamwen42/209/head -> origin/gh/williamwen42/209/head 2025-03-04T19:54:18.0586783Z * [new branch] gh/williamwen42/209/orig -> origin/gh/williamwen42/209/orig 2025-03-04T19:54:18.0588445Z * [new branch] gh/williamwen42/210/base -> origin/gh/williamwen42/210/base 2025-03-04T19:54:18.0589677Z * [new branch] gh/williamwen42/210/head -> origin/gh/williamwen42/210/head 2025-03-04T19:54:18.0590905Z * [new branch] gh/williamwen42/210/orig -> origin/gh/williamwen42/210/orig 2025-03-04T19:54:18.0592384Z * [new branch] gh/williamwen42/211/base -> origin/gh/williamwen42/211/base 2025-03-04T19:54:18.0593542Z * [new branch] gh/williamwen42/211/head -> origin/gh/williamwen42/211/head 2025-03-04T19:54:18.0594781Z * [new branch] gh/williamwen42/211/orig -> origin/gh/williamwen42/211/orig 2025-03-04T19:54:18.0596311Z * [new branch] gh/williamwen42/212/base -> origin/gh/williamwen42/212/base 2025-03-04T19:54:18.0597567Z * [new branch] gh/williamwen42/212/head -> origin/gh/williamwen42/212/head 2025-03-04T19:54:18.0598759Z * [new branch] gh/williamwen42/212/orig -> origin/gh/williamwen42/212/orig 2025-03-04T19:54:18.0600591Z * [new branch] gh/williamwen42/213/base -> origin/gh/williamwen42/213/base 2025-03-04T19:54:18.0602300Z * [new branch] gh/williamwen42/213/head -> origin/gh/williamwen42/213/head 2025-03-04T19:54:18.0603334Z * [new branch] gh/williamwen42/213/orig -> origin/gh/williamwen42/213/orig 2025-03-04T19:54:18.0605191Z * [new branch] gh/williamwen42/214/base -> origin/gh/williamwen42/214/base 2025-03-04T19:54:18.0606227Z * [new branch] gh/williamwen42/214/head -> origin/gh/williamwen42/214/head 2025-03-04T19:54:18.0607627Z * [new branch] gh/williamwen42/214/orig -> origin/gh/williamwen42/214/orig 2025-03-04T19:54:18.0609546Z * [new branch] gh/williamwen42/215/base -> origin/gh/williamwen42/215/base 2025-03-04T19:54:18.0610932Z * [new branch] gh/williamwen42/215/head -> origin/gh/williamwen42/215/head 2025-03-04T19:54:18.0612291Z * [new branch] gh/williamwen42/215/orig -> origin/gh/williamwen42/215/orig 2025-03-04T19:54:18.0613922Z * [new branch] gh/williamwen42/216/base -> origin/gh/williamwen42/216/base 2025-03-04T19:54:18.0615121Z * [new branch] gh/williamwen42/216/head -> origin/gh/williamwen42/216/head 2025-03-04T19:54:18.0616347Z * [new branch] gh/williamwen42/216/orig -> origin/gh/williamwen42/216/orig 2025-03-04T19:54:18.0618351Z * [new branch] gh/williamwen42/217/base -> origin/gh/williamwen42/217/base 2025-03-04T19:54:18.0619677Z * [new branch] gh/williamwen42/217/head -> origin/gh/williamwen42/217/head 2025-03-04T19:54:18.0620885Z * [new branch] gh/williamwen42/217/orig -> origin/gh/williamwen42/217/orig 2025-03-04T19:54:18.0623009Z * [new branch] gh/wz337/2/base -> origin/gh/wz337/2/base 2025-03-04T19:54:18.0624272Z * [new branch] gh/wz337/2/head -> origin/gh/wz337/2/head 2025-03-04T19:54:18.0625681Z * [new branch] gh/wz337/3/base -> origin/gh/wz337/3/base 2025-03-04T19:54:18.0626768Z * [new branch] gh/wz337/3/head -> origin/gh/wz337/3/head 2025-03-04T19:54:18.0628583Z * [new branch] gh/xmfan/138/base -> origin/gh/xmfan/138/base 2025-03-04T19:54:18.0629865Z * [new branch] gh/xmfan/138/head -> origin/gh/xmfan/138/head 2025-03-04T19:54:18.0631073Z * [new branch] gh/xmfan/138/orig -> origin/gh/xmfan/138/orig 2025-03-04T19:54:18.0633397Z * [new branch] gh/xmfan/140/base -> origin/gh/xmfan/140/base 2025-03-04T19:54:18.0634642Z * [new branch] gh/xmfan/140/head -> origin/gh/xmfan/140/head 2025-03-04T19:54:18.0635882Z * [new branch] gh/xmfan/140/orig -> origin/gh/xmfan/140/orig 2025-03-04T19:54:18.0637397Z * [new branch] gh/xmfan/157/base -> origin/gh/xmfan/157/base 2025-03-04T19:54:18.0638605Z * [new branch] gh/xmfan/157/head -> origin/gh/xmfan/157/head 2025-03-04T19:54:18.0639815Z * [new branch] gh/xmfan/157/orig -> origin/gh/xmfan/157/orig 2025-03-04T19:54:18.0641441Z * [new branch] gh/xmfan/166/base -> origin/gh/xmfan/166/base 2025-03-04T19:54:18.0642621Z * [new branch] gh/xmfan/166/head -> origin/gh/xmfan/166/head 2025-03-04T19:54:18.0643875Z * [new branch] gh/xmfan/166/orig -> origin/gh/xmfan/166/orig 2025-03-04T19:54:18.0645426Z * [new branch] gh/xmfan/167/base -> origin/gh/xmfan/167/base 2025-03-04T19:54:18.0646621Z * [new branch] gh/xmfan/167/head -> origin/gh/xmfan/167/head 2025-03-04T19:54:18.0647787Z * [new branch] gh/xmfan/167/orig -> origin/gh/xmfan/167/orig 2025-03-04T19:54:18.0649404Z * [new branch] gh/xmfan/168/base -> origin/gh/xmfan/168/base 2025-03-04T19:54:18.0650749Z * [new branch] gh/xmfan/168/head -> origin/gh/xmfan/168/head 2025-03-04T19:54:18.0652008Z * [new branch] gh/xmfan/168/orig -> origin/gh/xmfan/168/orig 2025-03-04T19:54:18.0653606Z * [new branch] gh/xmfan/169/base -> origin/gh/xmfan/169/base 2025-03-04T19:54:18.0654825Z * [new branch] gh/xmfan/169/head -> origin/gh/xmfan/169/head 2025-03-04T19:54:18.0656389Z * [new branch] gh/xmfan/170/base -> origin/gh/xmfan/170/base 2025-03-04T19:54:18.0657497Z * [new branch] gh/xmfan/170/head -> origin/gh/xmfan/170/head 2025-03-04T19:54:18.0659176Z * [new branch] gh/xmfan/171/base -> origin/gh/xmfan/171/base 2025-03-04T19:54:18.0660303Z * [new branch] gh/xmfan/171/head -> origin/gh/xmfan/171/head 2025-03-04T19:54:18.0661549Z * [new branch] gh/xmfan/171/orig -> origin/gh/xmfan/171/orig 2025-03-04T19:54:18.0663450Z * [new branch] gh/xmfan/172/base -> origin/gh/xmfan/172/base 2025-03-04T19:54:18.0664688Z * [new branch] gh/xmfan/172/head -> origin/gh/xmfan/172/head 2025-03-04T19:54:18.0665843Z * [new branch] gh/xmfan/172/orig -> origin/gh/xmfan/172/orig 2025-03-04T19:54:18.0667530Z * [new branch] gh/xmfan/173/base -> origin/gh/xmfan/173/base 2025-03-04T19:54:18.0668715Z * [new branch] gh/xmfan/173/head -> origin/gh/xmfan/173/head 2025-03-04T19:54:18.0669886Z * [new branch] gh/xmfan/173/orig -> origin/gh/xmfan/173/orig 2025-03-04T19:54:18.0671407Z * [new branch] gh/xmfan/174/base -> origin/gh/xmfan/174/base 2025-03-04T19:54:18.0672616Z * [new branch] gh/xmfan/174/head -> origin/gh/xmfan/174/head 2025-03-04T19:54:18.0673787Z * [new branch] gh/xmfan/174/orig -> origin/gh/xmfan/174/orig 2025-03-04T19:54:18.0675330Z * [new branch] gh/xmfan/175/base -> origin/gh/xmfan/175/base 2025-03-04T19:54:18.0676479Z * [new branch] gh/xmfan/175/head -> origin/gh/xmfan/175/head 2025-03-04T19:54:18.0677707Z * [new branch] gh/xmfan/175/orig -> origin/gh/xmfan/175/orig 2025-03-04T19:54:18.0679182Z * [new branch] gh/xmfan/176/base -> origin/gh/xmfan/176/base 2025-03-04T19:54:18.0680366Z * [new branch] gh/xmfan/176/head -> origin/gh/xmfan/176/head 2025-03-04T19:54:18.0682037Z * [new branch] gh/xmfan/176/orig -> origin/gh/xmfan/176/orig 2025-03-04T19:54:18.0683689Z * [new branch] gh/xmfan/177/base -> origin/gh/xmfan/177/base 2025-03-04T19:54:18.0684906Z * [new branch] gh/xmfan/177/head -> origin/gh/xmfan/177/head 2025-03-04T19:54:18.0686095Z * [new branch] gh/xmfan/177/orig -> origin/gh/xmfan/177/orig 2025-03-04T19:54:18.0687649Z * [new branch] gh/xmfan/178/base -> origin/gh/xmfan/178/base 2025-03-04T19:54:18.0688893Z * [new branch] gh/xmfan/178/head -> origin/gh/xmfan/178/head 2025-03-04T19:54:18.0690119Z * [new branch] gh/xmfan/178/orig -> origin/gh/xmfan/178/orig 2025-03-04T19:54:18.0692164Z * [new branch] gh/xmfan/179/base -> origin/gh/xmfan/179/base 2025-03-04T19:54:18.0693381Z * [new branch] gh/xmfan/179/head -> origin/gh/xmfan/179/head 2025-03-04T19:54:18.0694582Z * [new branch] gh/xmfan/179/orig -> origin/gh/xmfan/179/orig 2025-03-04T19:54:18.0696287Z * [new branch] gh/xmfan/18/base -> origin/gh/xmfan/18/base 2025-03-04T19:54:18.0697522Z * [new branch] gh/xmfan/18/head -> origin/gh/xmfan/18/head 2025-03-04T19:54:18.0699198Z * [new branch] gh/xmfan/180/base -> origin/gh/xmfan/180/base 2025-03-04T19:54:18.0700544Z * [new branch] gh/xmfan/180/head -> origin/gh/xmfan/180/head 2025-03-04T19:54:18.0701852Z * [new branch] gh/xmfan/180/orig -> origin/gh/xmfan/180/orig 2025-03-04T19:54:18.0703420Z * [new branch] gh/xmfan/181/base -> origin/gh/xmfan/181/base 2025-03-04T19:54:18.0704605Z * [new branch] gh/xmfan/181/head -> origin/gh/xmfan/181/head 2025-03-04T19:54:18.0705836Z * [new branch] gh/xmfan/181/orig -> origin/gh/xmfan/181/orig 2025-03-04T19:54:18.0707946Z * [new branch] gh/xmfan/182/base -> origin/gh/xmfan/182/base 2025-03-04T19:54:18.0709261Z * [new branch] gh/xmfan/182/head -> origin/gh/xmfan/182/head 2025-03-04T19:54:18.0710387Z * [new branch] gh/xmfan/182/orig -> origin/gh/xmfan/182/orig 2025-03-04T19:54:18.0711969Z * [new branch] gh/xmfan/183/base -> origin/gh/xmfan/183/base 2025-03-04T19:54:18.0713121Z * [new branch] gh/xmfan/183/head -> origin/gh/xmfan/183/head 2025-03-04T19:54:18.0714350Z * [new branch] gh/xmfan/183/orig -> origin/gh/xmfan/183/orig 2025-03-04T19:54:18.0715992Z * [new branch] gh/xmfan/184/base -> origin/gh/xmfan/184/base 2025-03-04T19:54:18.0717219Z * [new branch] gh/xmfan/184/head -> origin/gh/xmfan/184/head 2025-03-04T19:54:18.0718450Z * [new branch] gh/xmfan/184/orig -> origin/gh/xmfan/184/orig 2025-03-04T19:54:18.0720110Z * [new branch] gh/xmfan/185/base -> origin/gh/xmfan/185/base 2025-03-04T19:54:18.0721310Z * [new branch] gh/xmfan/185/head -> origin/gh/xmfan/185/head 2025-03-04T19:54:18.0722525Z * [new branch] gh/xmfan/185/orig -> origin/gh/xmfan/185/orig 2025-03-04T19:54:18.0724080Z * [new branch] gh/xmfan/186/base -> origin/gh/xmfan/186/base 2025-03-04T19:54:18.0725263Z * [new branch] gh/xmfan/186/head -> origin/gh/xmfan/186/head 2025-03-04T19:54:18.0726462Z * [new branch] gh/xmfan/186/orig -> origin/gh/xmfan/186/orig 2025-03-04T19:54:18.0728047Z * [new branch] gh/xmfan/187/base -> origin/gh/xmfan/187/base 2025-03-04T19:54:18.0729217Z * [new branch] gh/xmfan/187/head -> origin/gh/xmfan/187/head 2025-03-04T19:54:18.0730491Z * [new branch] gh/xmfan/187/orig -> origin/gh/xmfan/187/orig 2025-03-04T19:54:18.0732302Z * [new branch] gh/xmfan/188/base -> origin/gh/xmfan/188/base 2025-03-04T19:54:18.0733482Z * [new branch] gh/xmfan/188/head -> origin/gh/xmfan/188/head 2025-03-04T19:54:18.0734652Z * [new branch] gh/xmfan/188/orig -> origin/gh/xmfan/188/orig 2025-03-04T19:54:18.0736285Z * [new branch] gh/xmfan/189/base -> origin/gh/xmfan/189/base 2025-03-04T19:54:18.0737554Z * [new branch] gh/xmfan/189/head -> origin/gh/xmfan/189/head 2025-03-04T19:54:18.0738770Z * [new branch] gh/xmfan/189/orig -> origin/gh/xmfan/189/orig 2025-03-04T19:54:18.0740350Z * [new branch] gh/xmfan/190/base -> origin/gh/xmfan/190/base 2025-03-04T19:54:18.0741533Z * [new branch] gh/xmfan/190/head -> origin/gh/xmfan/190/head 2025-03-04T19:54:18.0742756Z * [new branch] gh/xmfan/190/orig -> origin/gh/xmfan/190/orig 2025-03-04T19:54:18.0744648Z * [new branch] gh/xuanzhang816/10/base -> origin/gh/xuanzhang816/10/base 2025-03-04T19:54:18.0745877Z * [new branch] gh/xuanzhang816/10/head -> origin/gh/xuanzhang816/10/head 2025-03-04T19:54:18.0747103Z * [new branch] gh/xuanzhang816/10/orig -> origin/gh/xuanzhang816/10/orig 2025-03-04T19:54:18.0748817Z * [new branch] gh/xuanzhang816/11/base -> origin/gh/xuanzhang816/11/base 2025-03-04T19:54:18.0750000Z * [new branch] gh/xuanzhang816/11/head -> origin/gh/xuanzhang816/11/head 2025-03-04T19:54:18.0751194Z * [new branch] gh/xuanzhang816/11/orig -> origin/gh/xuanzhang816/11/orig 2025-03-04T19:54:18.0752612Z * [new branch] gh/xuanzhang816/12/base -> origin/gh/xuanzhang816/12/base 2025-03-04T19:54:18.0753852Z * [new branch] gh/xuanzhang816/12/head -> origin/gh/xuanzhang816/12/head 2025-03-04T19:54:18.0755047Z * [new branch] gh/xuanzhang816/12/orig -> origin/gh/xuanzhang816/12/orig 2025-03-04T19:54:18.0756717Z * [new branch] gh/xuanzhang816/13/base -> origin/gh/xuanzhang816/13/base 2025-03-04T19:54:18.0757887Z * [new branch] gh/xuanzhang816/13/head -> origin/gh/xuanzhang816/13/head 2025-03-04T19:54:18.0759158Z * [new branch] gh/xuanzhang816/13/orig -> origin/gh/xuanzhang816/13/orig 2025-03-04T19:54:18.0761531Z * [new branch] gh/xuhancn/1/base -> origin/gh/xuhancn/1/base 2025-03-04T19:54:18.0762784Z * [new branch] gh/xuhancn/1/head -> origin/gh/xuhancn/1/head 2025-03-04T19:54:18.0764270Z * [new branch] gh/xuhancn/2/base -> origin/gh/xuhancn/2/base 2025-03-04T19:54:18.0765494Z * [new branch] gh/xuhancn/2/head -> origin/gh/xuhancn/2/head 2025-03-04T19:54:18.0766850Z * [new branch] gh/xuhancn/3/base -> origin/gh/xuhancn/3/base 2025-03-04T19:54:18.0768011Z * [new branch] gh/xuhancn/3/head -> origin/gh/xuhancn/3/head 2025-03-04T19:54:18.0769354Z * [new branch] gh/xuhancn/4/base -> origin/gh/xuhancn/4/base 2025-03-04T19:54:18.0770593Z * [new branch] gh/xuhancn/4/head -> origin/gh/xuhancn/4/head 2025-03-04T19:54:18.0772067Z * [new branch] gh/xuhancn/5/base -> origin/gh/xuhancn/5/base 2025-03-04T19:54:18.0773284Z * [new branch] gh/xuhancn/5/head -> origin/gh/xuhancn/5/head 2025-03-04T19:54:18.0774671Z * [new branch] gh/xuhancn/6/base -> origin/gh/xuhancn/6/base 2025-03-04T19:54:18.0775854Z * [new branch] gh/xuhancn/6/head -> origin/gh/xuhancn/6/head 2025-03-04T19:54:18.0777383Z * [new branch] gh/xuhancn/7/base -> origin/gh/xuhancn/7/base 2025-03-04T19:54:18.0778513Z * [new branch] gh/xuhancn/7/head -> origin/gh/xuhancn/7/head 2025-03-04T19:54:18.0780450Z * [new branch] gh/xunnanxu/1/base -> origin/gh/xunnanxu/1/base 2025-03-04T19:54:18.0781533Z * [new branch] gh/xunnanxu/1/head -> origin/gh/xunnanxu/1/head 2025-03-04T19:54:18.0782758Z * [new branch] gh/xunnanxu/1/orig -> origin/gh/xunnanxu/1/orig 2025-03-04T19:54:18.0784261Z * [new branch] gh/xunnanxu/2/base -> origin/gh/xunnanxu/2/base 2025-03-04T19:54:18.0785340Z * [new branch] gh/xunnanxu/2/head -> origin/gh/xunnanxu/2/head 2025-03-04T19:54:18.0786629Z * [new branch] gh/xunnanxu/2/orig -> origin/gh/xunnanxu/2/orig 2025-03-04T19:54:18.0788221Z * [new branch] gh/xunnanxu/3/base -> origin/gh/xunnanxu/3/base 2025-03-04T19:54:18.0789417Z * [new branch] gh/xunnanxu/3/head -> origin/gh/xunnanxu/3/head 2025-03-04T19:54:18.0790766Z * [new branch] gh/xunnanxu/3/orig -> origin/gh/xunnanxu/3/orig 2025-03-04T19:54:18.0792320Z * [new branch] gh/xunnanxu/4/base -> origin/gh/xunnanxu/4/base 2025-03-04T19:54:18.0793575Z * [new branch] gh/xunnanxu/4/head -> origin/gh/xunnanxu/4/head 2025-03-04T19:54:18.0794752Z * [new branch] gh/xunnanxu/4/orig -> origin/gh/xunnanxu/4/orig 2025-03-04T19:54:18.0796662Z * [new branch] gh/yanbing-j/11/base -> origin/gh/yanbing-j/11/base 2025-03-04T19:54:18.0797843Z * [new branch] gh/yanbing-j/11/head -> origin/gh/yanbing-j/11/head 2025-03-04T19:54:18.0799509Z * [new branch] gh/yanbing-j/11/orig -> origin/gh/yanbing-j/11/orig 2025-03-04T19:54:18.0801337Z * [new branch] gh/yanbing-j/12/base -> origin/gh/yanbing-j/12/base 2025-03-04T19:54:18.0802539Z * [new branch] gh/yanbing-j/12/head -> origin/gh/yanbing-j/12/head 2025-03-04T19:54:18.0803763Z * [new branch] gh/yanbing-j/12/orig -> origin/gh/yanbing-j/12/orig 2025-03-04T19:54:18.0805362Z * [new branch] gh/yanbing-j/13/base -> origin/gh/yanbing-j/13/base 2025-03-04T19:54:18.0806716Z * [new branch] gh/yanbing-j/13/head -> origin/gh/yanbing-j/13/head 2025-03-04T19:54:18.0807805Z * [new branch] gh/yanbing-j/13/orig -> origin/gh/yanbing-j/13/orig 2025-03-04T19:54:18.0809445Z * [new branch] gh/yanbing-j/14/base -> origin/gh/yanbing-j/14/base 2025-03-04T19:54:18.0810736Z * [new branch] gh/yanbing-j/14/head -> origin/gh/yanbing-j/14/head 2025-03-04T19:54:18.0812037Z * [new branch] gh/yanbing-j/14/orig -> origin/gh/yanbing-j/14/orig 2025-03-04T19:54:18.0813559Z * [new branch] gh/yanbing-j/15/base -> origin/gh/yanbing-j/15/base 2025-03-04T19:54:18.0815164Z * [new branch] gh/yanbing-j/15/head -> origin/gh/yanbing-j/15/head 2025-03-04T19:54:18.0816373Z * [new branch] gh/yanbing-j/15/orig -> origin/gh/yanbing-j/15/orig 2025-03-04T19:54:18.0817834Z * [new branch] gh/yanbing-j/18/base -> origin/gh/yanbing-j/18/base 2025-03-04T19:54:18.0819083Z * [new branch] gh/yanbing-j/18/head -> origin/gh/yanbing-j/18/head 2025-03-04T19:54:18.0820259Z * [new branch] gh/yanbing-j/18/orig -> origin/gh/yanbing-j/18/orig 2025-03-04T19:54:18.0821818Z * [new branch] gh/yanbing-j/19/base -> origin/gh/yanbing-j/19/base 2025-03-04T19:54:18.0823016Z * [new branch] gh/yanbing-j/19/head -> origin/gh/yanbing-j/19/head 2025-03-04T19:54:18.0824213Z * [new branch] gh/yanbing-j/19/orig -> origin/gh/yanbing-j/19/orig 2025-03-04T19:54:18.0825884Z * [new branch] gh/yanbing-j/20/base -> origin/gh/yanbing-j/20/base 2025-03-04T19:54:18.0827044Z * [new branch] gh/yanbing-j/20/head -> origin/gh/yanbing-j/20/head 2025-03-04T19:54:18.0828288Z * [new branch] gh/yanbing-j/20/orig -> origin/gh/yanbing-j/20/orig 2025-03-04T19:54:18.0829879Z * [new branch] gh/yanbing-j/21/base -> origin/gh/yanbing-j/21/base 2025-03-04T19:54:18.0831038Z * [new branch] gh/yanbing-j/21/head -> origin/gh/yanbing-j/21/head 2025-03-04T19:54:18.0832533Z * [new branch] gh/yanbing-j/22/base -> origin/gh/yanbing-j/22/base 2025-03-04T19:54:18.0833717Z * [new branch] gh/yanbing-j/22/head -> origin/gh/yanbing-j/22/head 2025-03-04T19:54:18.0834957Z * [new branch] gh/yanbing-j/22/orig -> origin/gh/yanbing-j/22/orig 2025-03-04T19:54:18.0836545Z * [new branch] gh/yanbing-j/23/base -> origin/gh/yanbing-j/23/base 2025-03-04T19:54:18.0837728Z * [new branch] gh/yanbing-j/23/head -> origin/gh/yanbing-j/23/head 2025-03-04T19:54:18.0838943Z * [new branch] gh/yanbing-j/23/orig -> origin/gh/yanbing-j/23/orig 2025-03-04T19:54:18.0840665Z * [new branch] gh/yanbing-j/24/base -> origin/gh/yanbing-j/24/base 2025-03-04T19:54:18.0841857Z * [new branch] gh/yanbing-j/24/head -> origin/gh/yanbing-j/24/head 2025-03-04T19:54:18.0843035Z * [new branch] gh/yanbing-j/24/orig -> origin/gh/yanbing-j/24/orig 2025-03-04T19:54:18.0844671Z * [new branch] gh/yanbing-j/25/base -> origin/gh/yanbing-j/25/base 2025-03-04T19:54:18.0845880Z * [new branch] gh/yanbing-j/25/head -> origin/gh/yanbing-j/25/head 2025-03-04T19:54:18.0847123Z * [new branch] gh/yanbing-j/25/orig -> origin/gh/yanbing-j/25/orig 2025-03-04T19:54:18.0848674Z * [new branch] gh/yanbing-j/26/base -> origin/gh/yanbing-j/26/base 2025-03-04T19:54:18.0849968Z * [new branch] gh/yanbing-j/26/head -> origin/gh/yanbing-j/26/head 2025-03-04T19:54:18.0851153Z * [new branch] gh/yanbing-j/26/orig -> origin/gh/yanbing-j/26/orig 2025-03-04T19:54:18.0852793Z * [new branch] gh/yanbing-j/28/base -> origin/gh/yanbing-j/28/base 2025-03-04T19:54:18.0854477Z * [new branch] gh/yanbing-j/28/head -> origin/gh/yanbing-j/28/head 2025-03-04T19:54:18.0855597Z * [new branch] gh/yanbing-j/28/orig -> origin/gh/yanbing-j/28/orig 2025-03-04T19:54:18.0857306Z * [new branch] gh/yanbing-j/32/base -> origin/gh/yanbing-j/32/base 2025-03-04T19:54:18.0858537Z * [new branch] gh/yanbing-j/32/head -> origin/gh/yanbing-j/32/head 2025-03-04T19:54:18.0859790Z * [new branch] gh/yanbing-j/32/orig -> origin/gh/yanbing-j/32/orig 2025-03-04T19:54:18.0861383Z * [new branch] gh/yanbing-j/34/base -> origin/gh/yanbing-j/34/base 2025-03-04T19:54:18.0862588Z * [new branch] gh/yanbing-j/34/head -> origin/gh/yanbing-j/34/head 2025-03-04T19:54:18.0863790Z * [new branch] gh/yanbing-j/34/orig -> origin/gh/yanbing-j/34/orig 2025-03-04T19:54:18.0865325Z * [new branch] gh/yanbing-j/35/base -> origin/gh/yanbing-j/35/base 2025-03-04T19:54:18.0866498Z * [new branch] gh/yanbing-j/35/head -> origin/gh/yanbing-j/35/head 2025-03-04T19:54:18.0867754Z * [new branch] gh/yanbing-j/35/orig -> origin/gh/yanbing-j/35/orig 2025-03-04T19:54:18.0869683Z * [new branch] gh/yanbing-j/36/base -> origin/gh/yanbing-j/36/base 2025-03-04T19:54:18.0870963Z * [new branch] gh/yanbing-j/36/head -> origin/gh/yanbing-j/36/head 2025-03-04T19:54:18.0872165Z * [new branch] gh/yanbing-j/36/orig -> origin/gh/yanbing-j/36/orig 2025-03-04T19:54:18.0874364Z * [new branch] gh/yanbing-j/37/base -> origin/gh/yanbing-j/37/base 2025-03-04T19:54:18.0875413Z * [new branch] gh/yanbing-j/37/head -> origin/gh/yanbing-j/37/head 2025-03-04T19:54:18.0876659Z * [new branch] gh/yanbing-j/37/orig -> origin/gh/yanbing-j/37/orig 2025-03-04T19:54:18.0878521Z * [new branch] gh/yanboliang/41/base -> origin/gh/yanboliang/41/base 2025-03-04T19:54:18.0879715Z * [new branch] gh/yanboliang/41/orig -> origin/gh/yanboliang/41/orig 2025-03-04T19:54:18.0881723Z * [new branch] gh/yanboliang/58/base -> origin/gh/yanboliang/58/base 2025-03-04T19:54:18.0882920Z * [new branch] gh/yanboliang/58/orig -> origin/gh/yanboliang/58/orig 2025-03-04T19:54:18.0884542Z * [new branch] gh/yanboliang/59/base -> origin/gh/yanboliang/59/base 2025-03-04T19:54:18.0885747Z * [new branch] gh/yanboliang/59/orig -> origin/gh/yanboliang/59/orig 2025-03-04T19:54:18.0887260Z * [new branch] gh/yanboliang/60/base -> origin/gh/yanboliang/60/base 2025-03-04T19:54:18.0888915Z * [new branch] gh/yanboliang/60/orig -> origin/gh/yanboliang/60/orig 2025-03-04T19:54:18.0890664Z * [new branch] gh/yanboliang/61/base -> origin/gh/yanboliang/61/base 2025-03-04T19:54:18.0891971Z * [new branch] gh/yanboliang/61/orig -> origin/gh/yanboliang/61/orig 2025-03-04T19:54:18.0893493Z * [new branch] gh/yanboliang/62/base -> origin/gh/yanboliang/62/base 2025-03-04T19:54:18.0895139Z * [new branch] gh/yanboliang/62/head -> origin/gh/yanboliang/62/head 2025-03-04T19:54:18.0896383Z * [new branch] gh/yanboliang/62/orig -> origin/gh/yanboliang/62/orig 2025-03-04T19:54:18.0897982Z * [new branch] gh/yanboliang/63/base -> origin/gh/yanboliang/63/base 2025-03-04T19:54:18.0899182Z * [new branch] gh/yanboliang/63/orig -> origin/gh/yanboliang/63/orig 2025-03-04T19:54:18.0901080Z * [new branch] gh/yanboliang/64/base -> origin/gh/yanboliang/64/base 2025-03-04T19:54:18.0902802Z * [new branch] gh/yanboliang/64/orig -> origin/gh/yanboliang/64/orig 2025-03-04T19:54:18.0904288Z * [new branch] gh/yanboliang/65/base -> origin/gh/yanboliang/65/base 2025-03-04T19:54:18.0905433Z * [new branch] gh/yanboliang/65/orig -> origin/gh/yanboliang/65/orig 2025-03-04T19:54:18.0907611Z * [new branch] gh/ydwu4/168/base -> origin/gh/ydwu4/168/base 2025-03-04T19:54:18.0908897Z * [new branch] gh/ydwu4/168/head -> origin/gh/ydwu4/168/head 2025-03-04T19:54:18.0910112Z * [new branch] gh/ydwu4/168/orig -> origin/gh/ydwu4/168/orig 2025-03-04T19:54:18.0911828Z * [new branch] gh/ydwu4/179/base -> origin/gh/ydwu4/179/base 2025-03-04T19:54:18.0912973Z * [new branch] gh/ydwu4/179/head -> origin/gh/ydwu4/179/head 2025-03-04T19:54:18.0914219Z * [new branch] gh/ydwu4/179/orig -> origin/gh/ydwu4/179/orig 2025-03-04T19:54:18.0916058Z * [new branch] gh/ydwu4/180/base -> origin/gh/ydwu4/180/base 2025-03-04T19:54:18.0917736Z * [new branch] gh/ydwu4/180/head -> origin/gh/ydwu4/180/head 2025-03-04T19:54:18.0918935Z * [new branch] gh/ydwu4/180/orig -> origin/gh/ydwu4/180/orig 2025-03-04T19:54:18.0920739Z * [new branch] gh/ydwu4/193/base -> origin/gh/ydwu4/193/base 2025-03-04T19:54:18.0921926Z * [new branch] gh/ydwu4/193/head -> origin/gh/ydwu4/193/head 2025-03-04T19:54:18.0923245Z * [new branch] gh/ydwu4/193/orig -> origin/gh/ydwu4/193/orig 2025-03-04T19:54:18.0924901Z * [new branch] gh/ydwu4/194/base -> origin/gh/ydwu4/194/base 2025-03-04T19:54:18.0926070Z * [new branch] gh/ydwu4/194/head -> origin/gh/ydwu4/194/head 2025-03-04T19:54:18.0927309Z * [new branch] gh/ydwu4/194/orig -> origin/gh/ydwu4/194/orig 2025-03-04T19:54:18.0929188Z * [new branch] gh/ydwu4/201/base -> origin/gh/ydwu4/201/base 2025-03-04T19:54:18.0930498Z * [new branch] gh/ydwu4/201/head -> origin/gh/ydwu4/201/head 2025-03-04T19:54:18.0931880Z * [new branch] gh/ydwu4/201/orig -> origin/gh/ydwu4/201/orig 2025-03-04T19:54:18.0933522Z * [new branch] gh/ydwu4/203/base -> origin/gh/ydwu4/203/base 2025-03-04T19:54:18.0934730Z * [new branch] gh/ydwu4/203/head -> origin/gh/ydwu4/203/head 2025-03-04T19:54:18.0936045Z * [new branch] gh/ydwu4/203/orig -> origin/gh/ydwu4/203/orig 2025-03-04T19:54:18.0937544Z * [new branch] gh/ydwu4/204/base -> origin/gh/ydwu4/204/base 2025-03-04T19:54:18.0939277Z * [new branch] gh/ydwu4/204/head -> origin/gh/ydwu4/204/head 2025-03-04T19:54:18.0940621Z * [new branch] gh/ydwu4/204/orig -> origin/gh/ydwu4/204/orig 2025-03-04T19:54:18.0942758Z * [new branch] gh/ydwu4/205/base -> origin/gh/ydwu4/205/base 2025-03-04T19:54:18.0944121Z * [new branch] gh/ydwu4/205/head -> origin/gh/ydwu4/205/head 2025-03-04T19:54:18.0945368Z * [new branch] gh/ydwu4/205/orig -> origin/gh/ydwu4/205/orig 2025-03-04T19:54:18.0946956Z * [new branch] gh/ydwu4/206/base -> origin/gh/ydwu4/206/base 2025-03-04T19:54:18.0948171Z * [new branch] gh/ydwu4/206/head -> origin/gh/ydwu4/206/head 2025-03-04T19:54:18.0949451Z * [new branch] gh/ydwu4/206/orig -> origin/gh/ydwu4/206/orig 2025-03-04T19:54:18.0951246Z * [new branch] gh/ydwu4/207/base -> origin/gh/ydwu4/207/base 2025-03-04T19:54:18.0952508Z * [new branch] gh/ydwu4/207/head -> origin/gh/ydwu4/207/head 2025-03-04T19:54:18.0953822Z * [new branch] gh/ydwu4/207/orig -> origin/gh/ydwu4/207/orig 2025-03-04T19:54:18.0955497Z * [new branch] gh/ydwu4/208/base -> origin/gh/ydwu4/208/base 2025-03-04T19:54:18.0956763Z * [new branch] gh/ydwu4/208/head -> origin/gh/ydwu4/208/head 2025-03-04T19:54:18.0957987Z * [new branch] gh/ydwu4/208/orig -> origin/gh/ydwu4/208/orig 2025-03-04T19:54:18.0959938Z * [new branch] gh/ydwu4/209/base -> origin/gh/ydwu4/209/base 2025-03-04T19:54:18.0961017Z * [new branch] gh/ydwu4/209/head -> origin/gh/ydwu4/209/head 2025-03-04T19:54:18.0962718Z * [new branch] gh/ydwu4/209/orig -> origin/gh/ydwu4/209/orig 2025-03-04T19:54:18.0964320Z * [new branch] gh/ydwu4/210/base -> origin/gh/ydwu4/210/base 2025-03-04T19:54:18.0965547Z * [new branch] gh/ydwu4/210/head -> origin/gh/ydwu4/210/head 2025-03-04T19:54:18.0966794Z * [new branch] gh/ydwu4/210/orig -> origin/gh/ydwu4/210/orig 2025-03-04T19:54:18.0968424Z * [new branch] gh/ydwu4/211/base -> origin/gh/ydwu4/211/base 2025-03-04T19:54:18.0969568Z * [new branch] gh/ydwu4/211/head -> origin/gh/ydwu4/211/head 2025-03-04T19:54:18.0970870Z * [new branch] gh/ydwu4/211/orig -> origin/gh/ydwu4/211/orig 2025-03-04T19:54:18.0972783Z * [new branch] gh/ydwu4/212/base -> origin/gh/ydwu4/212/base 2025-03-04T19:54:18.0973962Z * [new branch] gh/ydwu4/212/head -> origin/gh/ydwu4/212/head 2025-03-04T19:54:18.0975305Z * [new branch] gh/ydwu4/212/orig -> origin/gh/ydwu4/212/orig 2025-03-04T19:54:18.0977439Z * [new branch] gh/ydwu4/213/base -> origin/gh/ydwu4/213/base 2025-03-04T19:54:18.0978692Z * [new branch] gh/ydwu4/213/head -> origin/gh/ydwu4/213/head 2025-03-04T19:54:18.0979908Z * [new branch] gh/ydwu4/213/orig -> origin/gh/ydwu4/213/orig 2025-03-04T19:54:18.0981648Z * [new branch] gh/ydwu4/214/base -> origin/gh/ydwu4/214/base 2025-03-04T19:54:18.0982866Z * [new branch] gh/ydwu4/214/head -> origin/gh/ydwu4/214/head 2025-03-04T19:54:18.0984039Z * [new branch] gh/ydwu4/214/orig -> origin/gh/ydwu4/214/orig 2025-03-04T19:54:18.0985821Z * [new branch] gh/ydwu4/215/base -> origin/gh/ydwu4/215/base 2025-03-04T19:54:18.0987092Z * [new branch] gh/ydwu4/215/head -> origin/gh/ydwu4/215/head 2025-03-04T19:54:18.0988369Z * [new branch] gh/ydwu4/215/orig -> origin/gh/ydwu4/215/orig 2025-03-04T19:54:18.0990361Z * [new branch] gh/ydwu4/216/base -> origin/gh/ydwu4/216/base 2025-03-04T19:54:18.0991955Z * [new branch] gh/ydwu4/216/head -> origin/gh/ydwu4/216/head 2025-03-04T19:54:18.0993313Z * [new branch] gh/ydwu4/216/orig -> origin/gh/ydwu4/216/orig 2025-03-04T19:54:18.0995065Z * [new branch] gh/ydwu4/217/base -> origin/gh/ydwu4/217/base 2025-03-04T19:54:18.0996622Z * [new branch] gh/ydwu4/217/head -> origin/gh/ydwu4/217/head 2025-03-04T19:54:18.0997887Z * [new branch] gh/ydwu4/217/orig -> origin/gh/ydwu4/217/orig 2025-03-04T19:54:18.0999523Z * [new branch] gh/ydwu4/218/base -> origin/gh/ydwu4/218/base 2025-03-04T19:54:18.1002150Z * [new branch] gh/ydwu4/218/head -> origin/gh/ydwu4/218/head 2025-03-04T19:54:18.1003431Z * [new branch] gh/ydwu4/218/orig -> origin/gh/ydwu4/218/orig 2025-03-04T19:54:18.1005216Z * [new branch] gh/ydwu4/219/base -> origin/gh/ydwu4/219/base 2025-03-04T19:54:18.1006603Z * [new branch] gh/ydwu4/219/head -> origin/gh/ydwu4/219/head 2025-03-04T19:54:18.1007938Z * [new branch] gh/ydwu4/219/orig -> origin/gh/ydwu4/219/orig 2025-03-04T19:54:18.1009787Z * [new branch] gh/ydwu4/7/base -> origin/gh/ydwu4/7/base 2025-03-04T19:54:18.1011190Z * [new branch] gh/ydwu4/7/head -> origin/gh/ydwu4/7/head 2025-03-04T19:54:18.1012601Z * [new branch] gh/ydwu4/7/orig -> origin/gh/ydwu4/7/orig 2025-03-04T19:54:18.1014678Z * [new branch] gh/yf225/133/base -> origin/gh/yf225/133/base 2025-03-04T19:54:18.1015861Z * [new branch] gh/yf225/133/head -> origin/gh/yf225/133/head 2025-03-04T19:54:18.1017546Z * [new branch] gh/yf225/151/base -> origin/gh/yf225/151/base 2025-03-04T19:54:18.1018768Z * [new branch] gh/yf225/151/head -> origin/gh/yf225/151/head 2025-03-04T19:54:18.1020029Z * [new branch] gh/yf225/151/orig -> origin/gh/yf225/151/orig 2025-03-04T19:54:18.1021802Z * [new branch] gh/yf225/156/base -> origin/gh/yf225/156/base 2025-03-04T19:54:18.1022967Z * [new branch] gh/yf225/156/head -> origin/gh/yf225/156/head 2025-03-04T19:54:18.1024239Z * [new branch] gh/yf225/156/orig -> origin/gh/yf225/156/orig 2025-03-04T19:54:18.1025895Z * [new branch] gh/yf225/157/base -> origin/gh/yf225/157/base 2025-03-04T19:54:18.1027179Z * [new branch] gh/yf225/157/head -> origin/gh/yf225/157/head 2025-03-04T19:54:18.1028504Z * [new branch] gh/yf225/157/orig -> origin/gh/yf225/157/orig 2025-03-04T19:54:18.1030430Z * [new branch] gh/yf225/158/base -> origin/gh/yf225/158/base 2025-03-04T19:54:18.1031633Z * [new branch] gh/yf225/158/head -> origin/gh/yf225/158/head 2025-03-04T19:54:18.1032907Z * [new branch] gh/yf225/158/orig -> origin/gh/yf225/158/orig 2025-03-04T19:54:18.1034606Z * [new branch] gh/yf225/159/base -> origin/gh/yf225/159/base 2025-03-04T19:54:18.1035823Z * [new branch] gh/yf225/159/head -> origin/gh/yf225/159/head 2025-03-04T19:54:18.1037055Z * [new branch] gh/yf225/159/orig -> origin/gh/yf225/159/orig 2025-03-04T19:54:18.1038887Z * [new branch] gh/yf225/160/base -> origin/gh/yf225/160/base 2025-03-04T19:54:18.1040100Z * [new branch] gh/yf225/160/head -> origin/gh/yf225/160/head 2025-03-04T19:54:18.1041343Z * [new branch] gh/yf225/160/orig -> origin/gh/yf225/160/orig 2025-03-04T19:54:18.1042907Z * [new branch] gh/yf225/162/base -> origin/gh/yf225/162/base 2025-03-04T19:54:18.1044119Z * [new branch] gh/yf225/162/head -> origin/gh/yf225/162/head 2025-03-04T19:54:18.1045496Z * [new branch] gh/yf225/162/orig -> origin/gh/yf225/162/orig 2025-03-04T19:54:18.1047200Z * [new branch] gh/yf225/163/base -> origin/gh/yf225/163/base 2025-03-04T19:54:18.1048361Z * [new branch] gh/yf225/163/head -> origin/gh/yf225/163/head 2025-03-04T19:54:18.1049593Z * [new branch] gh/yf225/163/orig -> origin/gh/yf225/163/orig 2025-03-04T19:54:18.1051168Z * [new branch] gh/yf225/85/base -> origin/gh/yf225/85/base 2025-03-04T19:54:18.1052726Z * [new branch] gh/yf225/85/head -> origin/gh/yf225/85/head 2025-03-04T19:54:18.1053889Z * [new branch] gh/yf225/85/orig -> origin/gh/yf225/85/orig 2025-03-04T19:54:18.1055561Z * [new branch] gh/yf225/93/base -> origin/gh/yf225/93/base 2025-03-04T19:54:18.1056762Z * [new branch] gh/yf225/93/head -> origin/gh/yf225/93/head 2025-03-04T19:54:18.1059316Z * [new branch] gh/yifuwang/152/base -> origin/gh/yifuwang/152/base 2025-03-04T19:54:18.1060843Z * [new branch] gh/yifuwang/152/head -> origin/gh/yifuwang/152/head 2025-03-04T19:54:18.1062184Z * [new branch] gh/yifuwang/152/orig -> origin/gh/yifuwang/152/orig 2025-03-04T19:54:18.1064020Z * [new branch] gh/yifuwang/163/base -> origin/gh/yifuwang/163/base 2025-03-04T19:54:18.1065208Z * [new branch] gh/yifuwang/163/head -> origin/gh/yifuwang/163/head 2025-03-04T19:54:18.1066893Z * [new branch] gh/yifuwang/163/orig -> origin/gh/yifuwang/163/orig 2025-03-04T19:54:18.1068505Z * [new branch] gh/yifuwang/174/base -> origin/gh/yifuwang/174/base 2025-03-04T19:54:18.1069765Z * [new branch] gh/yifuwang/174/head -> origin/gh/yifuwang/174/head 2025-03-04T19:54:18.1071028Z * [new branch] gh/yifuwang/174/orig -> origin/gh/yifuwang/174/orig 2025-03-04T19:54:18.1072687Z * [new branch] gh/yifuwang/185/base -> origin/gh/yifuwang/185/base 2025-03-04T19:54:18.1073890Z * [new branch] gh/yifuwang/185/head -> origin/gh/yifuwang/185/head 2025-03-04T19:54:18.1075144Z * [new branch] gh/yifuwang/185/orig -> origin/gh/yifuwang/185/orig 2025-03-04T19:54:18.1076559Z * [new branch] gh/yifuwang/186/base -> origin/gh/yifuwang/186/base 2025-03-04T19:54:18.1078172Z * [new branch] gh/yifuwang/186/head -> origin/gh/yifuwang/186/head 2025-03-04T19:54:18.1079462Z * [new branch] gh/yifuwang/186/orig -> origin/gh/yifuwang/186/orig 2025-03-04T19:54:18.1081142Z * [new branch] gh/yifuwang/187/base -> origin/gh/yifuwang/187/base 2025-03-04T19:54:18.1082356Z * [new branch] gh/yifuwang/187/head -> origin/gh/yifuwang/187/head 2025-03-04T19:54:18.1083623Z * [new branch] gh/yifuwang/187/orig -> origin/gh/yifuwang/187/orig 2025-03-04T19:54:18.1085191Z * [new branch] gh/yifuwang/188/base -> origin/gh/yifuwang/188/base 2025-03-04T19:54:18.1086406Z * [new branch] gh/yifuwang/188/head -> origin/gh/yifuwang/188/head 2025-03-04T19:54:18.1087629Z * [new branch] gh/yifuwang/188/orig -> origin/gh/yifuwang/188/orig 2025-03-04T19:54:18.1089069Z * [new branch] gh/yifuwang/189/base -> origin/gh/yifuwang/189/base 2025-03-04T19:54:18.1090259Z * [new branch] gh/yifuwang/189/head -> origin/gh/yifuwang/189/head 2025-03-04T19:54:18.1091575Z * [new branch] gh/yifuwang/189/orig -> origin/gh/yifuwang/189/orig 2025-03-04T19:54:18.1093083Z * [new branch] gh/yifuwang/190/base -> origin/gh/yifuwang/190/base 2025-03-04T19:54:18.1094277Z * [new branch] gh/yifuwang/190/head -> origin/gh/yifuwang/190/head 2025-03-04T19:54:18.1095578Z * [new branch] gh/yifuwang/190/orig -> origin/gh/yifuwang/190/orig 2025-03-04T19:54:18.1097429Z * [new branch] gh/yifuwang/191/base -> origin/gh/yifuwang/191/base 2025-03-04T19:54:18.1098695Z * [new branch] gh/yifuwang/191/head -> origin/gh/yifuwang/191/head 2025-03-04T19:54:18.1099922Z * [new branch] gh/yifuwang/191/orig -> origin/gh/yifuwang/191/orig 2025-03-04T19:54:18.1101677Z * [new branch] gh/yifuwang/192/base -> origin/gh/yifuwang/192/base 2025-03-04T19:54:18.1102841Z * [new branch] gh/yifuwang/192/head -> origin/gh/yifuwang/192/head 2025-03-04T19:54:18.1104059Z * [new branch] gh/yifuwang/192/orig -> origin/gh/yifuwang/192/orig 2025-03-04T19:54:18.1105811Z * [new branch] gh/yifuwang/193/base -> origin/gh/yifuwang/193/base 2025-03-04T19:54:18.1106955Z * [new branch] gh/yifuwang/193/head -> origin/gh/yifuwang/193/head 2025-03-04T19:54:18.1108120Z * [new branch] gh/yifuwang/193/orig -> origin/gh/yifuwang/193/orig 2025-03-04T19:54:18.1109768Z * [new branch] gh/yifuwang/194/base -> origin/gh/yifuwang/194/base 2025-03-04T19:54:18.1110940Z * [new branch] gh/yifuwang/194/head -> origin/gh/yifuwang/194/head 2025-03-04T19:54:18.1112398Z * [new branch] gh/yifuwang/194/orig -> origin/gh/yifuwang/194/orig 2025-03-04T19:54:18.1113744Z * [new branch] gh/yifuwang/195/base -> origin/gh/yifuwang/195/base 2025-03-04T19:54:18.1115048Z * [new branch] gh/yifuwang/195/head -> origin/gh/yifuwang/195/head 2025-03-04T19:54:18.1116221Z * [new branch] gh/yifuwang/195/orig -> origin/gh/yifuwang/195/orig 2025-03-04T19:54:18.1117802Z * [new branch] gh/yifuwang/196/base -> origin/gh/yifuwang/196/base 2025-03-04T19:54:18.1118983Z * [new branch] gh/yifuwang/196/head -> origin/gh/yifuwang/196/head 2025-03-04T19:54:18.1120194Z * [new branch] gh/yifuwang/196/orig -> origin/gh/yifuwang/196/orig 2025-03-04T19:54:18.1122195Z * [new branch] gh/yiming0416/1/base -> origin/gh/yiming0416/1/base 2025-03-04T19:54:18.1123439Z * [new branch] gh/yiming0416/1/head -> origin/gh/yiming0416/1/head 2025-03-04T19:54:18.1124815Z * [new branch] gh/yiming0416/2/base -> origin/gh/yiming0416/2/base 2025-03-04T19:54:18.1125961Z * [new branch] gh/yiming0416/2/head -> origin/gh/yiming0416/2/head 2025-03-04T19:54:18.1127973Z * [new branch] gh/ysiraichi/78/base -> origin/gh/ysiraichi/78/base 2025-03-04T19:54:18.1129162Z * [new branch] gh/ysiraichi/78/head -> origin/gh/ysiraichi/78/head 2025-03-04T19:54:18.1130512Z * [new branch] gh/ysiraichi/78/orig -> origin/gh/ysiraichi/78/orig 2025-03-04T19:54:18.1132397Z * [new branch] gh/ysiraichi/79/base -> origin/gh/ysiraichi/79/base 2025-03-04T19:54:18.1133681Z * [new branch] gh/ysiraichi/79/head -> origin/gh/ysiraichi/79/head 2025-03-04T19:54:18.1135068Z * [new branch] gh/ysiraichi/79/orig -> origin/gh/ysiraichi/79/orig 2025-03-04T19:54:18.1136658Z * [new branch] gh/ysiraichi/80/base -> origin/gh/ysiraichi/80/base 2025-03-04T19:54:18.1137840Z * [new branch] gh/ysiraichi/80/head -> origin/gh/ysiraichi/80/head 2025-03-04T19:54:18.1139222Z * [new branch] gh/ysiraichi/80/orig -> origin/gh/ysiraichi/80/orig 2025-03-04T19:54:18.1140767Z * [new branch] gh/ysiraichi/81/base -> origin/gh/ysiraichi/81/base 2025-03-04T19:54:18.1141981Z * [new branch] gh/ysiraichi/81/head -> origin/gh/ysiraichi/81/head 2025-03-04T19:54:18.1143350Z * [new branch] gh/ysiraichi/81/orig -> origin/gh/ysiraichi/81/orig 2025-03-04T19:54:18.1144900Z * [new branch] gh/ysiraichi/82/base -> origin/gh/ysiraichi/82/base 2025-03-04T19:54:18.1146058Z * [new branch] gh/ysiraichi/82/head -> origin/gh/ysiraichi/82/head 2025-03-04T19:54:18.1147613Z * [new branch] gh/ysiraichi/82/orig -> origin/gh/ysiraichi/82/orig 2025-03-04T19:54:18.1149419Z * [new branch] gh/zhuhaozhe/28/base -> origin/gh/zhuhaozhe/28/base 2025-03-04T19:54:18.1150684Z * [new branch] gh/zhuhaozhe/28/head -> origin/gh/zhuhaozhe/28/head 2025-03-04T19:54:18.1151986Z * [new branch] gh/zhuhaozhe/28/orig -> origin/gh/zhuhaozhe/28/orig 2025-03-04T19:54:18.1153379Z * [new branch] gh/zhuhaozhe/29/base -> origin/gh/zhuhaozhe/29/base 2025-03-04T19:54:18.1154575Z * [new branch] gh/zhuhaozhe/29/head -> origin/gh/zhuhaozhe/29/head 2025-03-04T19:54:18.1155777Z * [new branch] gh/zhuhaozhe/29/orig -> origin/gh/zhuhaozhe/29/orig 2025-03-04T19:54:18.1157416Z * [new branch] gh/zhuhaozhe/31/base -> origin/gh/zhuhaozhe/31/base 2025-03-04T19:54:18.1158690Z * [new branch] gh/zhuhaozhe/31/head -> origin/gh/zhuhaozhe/31/head 2025-03-04T19:54:18.1160082Z * [new branch] gh/zhuhaozhe/31/orig -> origin/gh/zhuhaozhe/31/orig 2025-03-04T19:54:18.1161568Z * [new branch] gh/zhuhaozhe/32/base -> origin/gh/zhuhaozhe/32/base 2025-03-04T19:54:18.1162720Z * [new branch] gh/zhuhaozhe/32/head -> origin/gh/zhuhaozhe/32/head 2025-03-04T19:54:18.1163897Z * [new branch] gh/zhuhaozhe/32/orig -> origin/gh/zhuhaozhe/32/orig 2025-03-04T19:54:18.1165470Z * [new branch] gh/zhuhaozhe/33/base -> origin/gh/zhuhaozhe/33/base 2025-03-04T19:54:18.1166745Z * [new branch] gh/zhuhaozhe/33/head -> origin/gh/zhuhaozhe/33/head 2025-03-04T19:54:18.1167964Z * [new branch] gh/zhuhaozhe/33/orig -> origin/gh/zhuhaozhe/33/orig 2025-03-04T19:54:18.1169774Z * [new branch] gh/zou3519/1081/base -> origin/gh/zou3519/1081/base 2025-03-04T19:54:18.1171060Z * [new branch] gh/zou3519/1081/head -> origin/gh/zou3519/1081/head 2025-03-04T19:54:18.1172552Z * [new branch] gh/zou3519/1081/orig -> origin/gh/zou3519/1081/orig 2025-03-04T19:54:18.1174419Z * [new branch] gh/zou3519/1088/base -> origin/gh/zou3519/1088/base 2025-03-04T19:54:18.1175488Z * [new branch] gh/zou3519/1088/head -> origin/gh/zou3519/1088/head 2025-03-04T19:54:18.1176873Z * [new branch] gh/zou3519/1088/orig -> origin/gh/zou3519/1088/orig 2025-03-04T19:54:18.1178404Z * [new branch] gh/zou3519/1095/base -> origin/gh/zou3519/1095/base 2025-03-04T19:54:18.1179642Z * [new branch] gh/zou3519/1095/head -> origin/gh/zou3519/1095/head 2025-03-04T19:54:18.1180858Z * [new branch] gh/zou3519/1095/orig -> origin/gh/zou3519/1095/orig 2025-03-04T19:54:18.1182530Z * [new branch] gh/zou3519/1105/base -> origin/gh/zou3519/1105/base 2025-03-04T19:54:18.1183793Z * [new branch] gh/zou3519/1105/head -> origin/gh/zou3519/1105/head 2025-03-04T19:54:18.1185143Z * [new branch] gh/zou3519/1105/orig -> origin/gh/zou3519/1105/orig 2025-03-04T19:54:18.1186854Z * [new branch] gh/zou3519/1106/base -> origin/gh/zou3519/1106/base 2025-03-04T19:54:18.1188202Z * [new branch] gh/zou3519/1106/head -> origin/gh/zou3519/1106/head 2025-03-04T19:54:18.1189595Z * [new branch] gh/zou3519/1106/orig -> origin/gh/zou3519/1106/orig 2025-03-04T19:54:18.1191349Z * [new branch] gh/zou3519/1107/base -> origin/gh/zou3519/1107/base 2025-03-04T19:54:18.1192519Z * [new branch] gh/zou3519/1107/head -> origin/gh/zou3519/1107/head 2025-03-04T19:54:18.1193859Z * [new branch] gh/zou3519/1107/orig -> origin/gh/zou3519/1107/orig 2025-03-04T19:54:18.1195541Z * [new branch] gh/zou3519/1108/base -> origin/gh/zou3519/1108/base 2025-03-04T19:54:18.1196924Z * [new branch] gh/zou3519/1108/head -> origin/gh/zou3519/1108/head 2025-03-04T19:54:18.1198091Z * [new branch] gh/zou3519/1108/orig -> origin/gh/zou3519/1108/orig 2025-03-04T19:54:18.1199921Z * [new branch] gh/zou3519/1109/base -> origin/gh/zou3519/1109/base 2025-03-04T19:54:18.1201482Z * [new branch] gh/zou3519/1109/head -> origin/gh/zou3519/1109/head 2025-03-04T19:54:18.1202841Z * [new branch] gh/zou3519/1109/orig -> origin/gh/zou3519/1109/orig 2025-03-04T19:54:18.1204794Z * [new branch] gh/zou3519/1110/base -> origin/gh/zou3519/1110/base 2025-03-04T19:54:18.1206026Z * [new branch] gh/zou3519/1110/head -> origin/gh/zou3519/1110/head 2025-03-04T19:54:18.1207342Z * [new branch] gh/zou3519/1110/orig -> origin/gh/zou3519/1110/orig 2025-03-04T19:54:18.1209120Z * [new branch] gh/zou3519/1111/base -> origin/gh/zou3519/1111/base 2025-03-04T19:54:18.1210395Z * [new branch] gh/zou3519/1111/head -> origin/gh/zou3519/1111/head 2025-03-04T19:54:18.1211733Z * [new branch] gh/zou3519/1111/orig -> origin/gh/zou3519/1111/orig 2025-03-04T19:54:18.1213462Z * [new branch] gh/zou3519/1112/base -> origin/gh/zou3519/1112/base 2025-03-04T19:54:18.1214654Z * [new branch] gh/zou3519/1112/head -> origin/gh/zou3519/1112/head 2025-03-04T19:54:18.1215974Z * [new branch] gh/zou3519/1112/orig -> origin/gh/zou3519/1112/orig 2025-03-04T19:54:18.1217500Z * [new branch] gh/zou3519/1117/base -> origin/gh/zou3519/1117/base 2025-03-04T19:54:18.1218808Z * [new branch] gh/zou3519/1117/head -> origin/gh/zou3519/1117/head 2025-03-04T19:54:18.1220076Z * [new branch] gh/zou3519/1117/orig -> origin/gh/zou3519/1117/orig 2025-03-04T19:54:18.1221651Z * [new branch] gh/zou3519/1123/base -> origin/gh/zou3519/1123/base 2025-03-04T19:54:18.1222866Z * [new branch] gh/zou3519/1123/head -> origin/gh/zou3519/1123/head 2025-03-04T19:54:18.1224157Z * [new branch] gh/zou3519/1123/orig -> origin/gh/zou3519/1123/orig 2025-03-04T19:54:18.1225812Z * [new branch] gh/zou3519/1126/base -> origin/gh/zou3519/1126/base 2025-03-04T19:54:18.1227134Z * [new branch] gh/zou3519/1126/head -> origin/gh/zou3519/1126/head 2025-03-04T19:54:18.1228403Z * [new branch] gh/zou3519/1126/orig -> origin/gh/zou3519/1126/orig 2025-03-04T19:54:18.1229948Z * [new branch] gh/zou3519/1127/base -> origin/gh/zou3519/1127/base 2025-03-04T19:54:18.1235672Z * [new branch] gh/zou3519/1127/head -> origin/gh/zou3519/1127/head 2025-03-04T19:54:18.1237023Z * [new branch] gh/zou3519/1127/orig -> origin/gh/zou3519/1127/orig 2025-03-04T19:54:18.1237443Z * [new branch] gh/zou3519/1128/base -> origin/gh/zou3519/1128/base 2025-03-04T19:54:18.1237781Z * [new branch] gh/zou3519/1128/head -> origin/gh/zou3519/1128/head 2025-03-04T19:54:18.1238227Z * [new branch] gh/zou3519/1128/orig -> origin/gh/zou3519/1128/orig 2025-03-04T19:54:18.1240437Z * [new branch] gh/zou3519/1129/base -> origin/gh/zou3519/1129/base 2025-03-04T19:54:18.1241620Z * [new branch] gh/zou3519/1129/head -> origin/gh/zou3519/1129/head 2025-03-04T19:54:18.1242928Z * [new branch] gh/zou3519/1129/orig -> origin/gh/zou3519/1129/orig 2025-03-04T19:54:18.1244607Z * [new branch] gh/zou3519/1130/base -> origin/gh/zou3519/1130/base 2025-03-04T19:54:18.1245796Z * [new branch] gh/zou3519/1130/head -> origin/gh/zou3519/1130/head 2025-03-04T19:54:18.1247137Z * [new branch] gh/zou3519/1130/orig -> origin/gh/zou3519/1130/orig 2025-03-04T19:54:18.1248910Z * [new branch] gh/zou3519/1131/base -> origin/gh/zou3519/1131/base 2025-03-04T19:54:18.1250220Z * [new branch] gh/zou3519/1131/head -> origin/gh/zou3519/1131/head 2025-03-04T19:54:18.1251466Z * [new branch] gh/zou3519/1131/orig -> origin/gh/zou3519/1131/orig 2025-03-04T19:54:18.1252991Z * [new branch] gh/zou3519/1132/base -> origin/gh/zou3519/1132/base 2025-03-04T19:54:18.1254213Z * [new branch] gh/zou3519/1132/head -> origin/gh/zou3519/1132/head 2025-03-04T19:54:18.1255532Z * [new branch] gh/zou3519/1132/orig -> origin/gh/zou3519/1132/orig 2025-03-04T19:54:18.1256883Z * [new branch] gh/zou3519/1133/base -> origin/gh/zou3519/1133/base 2025-03-04T19:54:18.1258136Z * [new branch] gh/zou3519/1133/head -> origin/gh/zou3519/1133/head 2025-03-04T19:54:18.1259334Z * [new branch] gh/zou3519/1133/orig -> origin/gh/zou3519/1133/orig 2025-03-04T19:54:18.1260923Z * [new branch] gh/zou3519/1134/base -> origin/gh/zou3519/1134/base 2025-03-04T19:54:18.1262125Z * [new branch] gh/zou3519/1134/head -> origin/gh/zou3519/1134/head 2025-03-04T19:54:18.1263944Z * [new branch] gh/zou3519/1135/base -> origin/gh/zou3519/1135/base 2025-03-04T19:54:18.1265027Z * [new branch] gh/zou3519/1135/head -> origin/gh/zou3519/1135/head 2025-03-04T19:54:18.1266463Z * [new branch] gh/zou3519/1135/orig -> origin/gh/zou3519/1135/orig 2025-03-04T19:54:18.1267756Z * [new branch] gh/zou3519/1136/base -> origin/gh/zou3519/1136/base 2025-03-04T19:54:18.1268986Z * [new branch] gh/zou3519/1136/head -> origin/gh/zou3519/1136/head 2025-03-04T19:54:18.1270180Z * [new branch] gh/zou3519/1136/orig -> origin/gh/zou3519/1136/orig 2025-03-04T19:54:18.1271853Z * [new branch] gh/zou3519/1137/base -> origin/gh/zou3519/1137/base 2025-03-04T19:54:18.1272960Z * [new branch] gh/zou3519/1137/head -> origin/gh/zou3519/1137/head 2025-03-04T19:54:18.1274226Z * [new branch] gh/zou3519/1137/orig -> origin/gh/zou3519/1137/orig 2025-03-04T19:54:18.1275751Z * [new branch] gh/zou3519/1138/base -> origin/gh/zou3519/1138/base 2025-03-04T19:54:18.1277160Z * [new branch] gh/zou3519/1138/head -> origin/gh/zou3519/1138/head 2025-03-04T19:54:18.1278279Z * [new branch] gh/zou3519/1138/orig -> origin/gh/zou3519/1138/orig 2025-03-04T19:54:18.1280986Z * [new branch] gh/zou3519/1139/base -> origin/gh/zou3519/1139/base 2025-03-04T19:54:18.1282502Z * [new branch] gh/zou3519/1139/head -> origin/gh/zou3519/1139/head 2025-03-04T19:54:18.1283801Z * [new branch] gh/zou3519/1139/orig -> origin/gh/zou3519/1139/orig 2025-03-04T19:54:18.1285675Z * [new branch] gh/zou3519/1140/base -> origin/gh/zou3519/1140/base 2025-03-04T19:54:18.1287007Z * [new branch] gh/zou3519/1140/head -> origin/gh/zou3519/1140/head 2025-03-04T19:54:18.1288955Z * [new branch] gh/zou3519/1140/orig -> origin/gh/zou3519/1140/orig 2025-03-04T19:54:18.1291278Z * [new branch] gh/zou3519/1141/base -> origin/gh/zou3519/1141/base 2025-03-04T19:54:18.1292465Z * [new branch] gh/zou3519/1141/head -> origin/gh/zou3519/1141/head 2025-03-04T19:54:18.1293794Z * [new branch] gh/zou3519/1141/orig -> origin/gh/zou3519/1141/orig 2025-03-04T19:54:18.1295483Z * [new branch] gh/zou3519/1142/base -> origin/gh/zou3519/1142/base 2025-03-04T19:54:18.1296825Z * [new branch] gh/zou3519/1142/head -> origin/gh/zou3519/1142/head 2025-03-04T19:54:18.1297980Z * [new branch] gh/zou3519/1142/orig -> origin/gh/zou3519/1142/orig 2025-03-04T19:54:18.1300204Z * [new branch] gh/zou3519/1143/base -> origin/gh/zou3519/1143/base 2025-03-04T19:54:18.1301590Z * [new branch] gh/zou3519/1143/head -> origin/gh/zou3519/1143/head 2025-03-04T19:54:18.1302846Z * [new branch] gh/zou3519/1143/orig -> origin/gh/zou3519/1143/orig 2025-03-04T19:54:18.1304489Z * [new branch] gh/zou3519/1144/base -> origin/gh/zou3519/1144/base 2025-03-04T19:54:18.1305690Z * [new branch] gh/zou3519/1144/head -> origin/gh/zou3519/1144/head 2025-03-04T19:54:18.1306982Z * [new branch] gh/zou3519/1144/orig -> origin/gh/zou3519/1144/orig 2025-03-04T19:54:18.1308683Z * [new branch] gh/zou3519/1145/base -> origin/gh/zou3519/1145/base 2025-03-04T19:54:18.1309889Z * [new branch] gh/zou3519/1145/head -> origin/gh/zou3519/1145/head 2025-03-04T19:54:18.1311516Z * [new branch] gh/zou3519/1145/orig -> origin/gh/zou3519/1145/orig 2025-03-04T19:54:18.1313286Z * [new branch] gh/zou3519/1146/base -> origin/gh/zou3519/1146/base 2025-03-04T19:54:18.1314743Z * [new branch] gh/zou3519/1146/head -> origin/gh/zou3519/1146/head 2025-03-04T19:54:18.1315949Z * [new branch] gh/zou3519/1146/orig -> origin/gh/zou3519/1146/orig 2025-03-04T19:54:18.1317637Z * [new branch] gh/zou3519/754/base -> origin/gh/zou3519/754/base 2025-03-04T19:54:18.1318869Z * [new branch] gh/zou3519/754/head -> origin/gh/zou3519/754/head 2025-03-04T19:54:18.1320269Z * [new branch] gh/zou3519/754/orig -> origin/gh/zou3519/754/orig 2025-03-04T19:54:18.1321988Z * [new branch] gh/zou3519/916/base -> origin/gh/zou3519/916/base 2025-03-04T19:54:18.1323138Z * [new branch] gh/zou3519/916/head -> origin/gh/zou3519/916/head 2025-03-04T19:54:18.1324849Z * [new branch] google-main -> origin/google-main 2025-03-04T19:54:18.1326174Z * [new branch] guangyey/external_stream -> origin/guangyey/external_stream 2025-03-04T19:54:18.1327323Z * [new branch] guangyey/host_alloc -> origin/guangyey/host_alloc 2025-03-04T19:54:18.1328338Z * [new branch] guangyey/test_2025 -> origin/guangyey/test_2025 2025-03-04T19:54:18.1329721Z * [new branch] guard_system -> origin/guard_system 2025-03-04T19:54:18.1331754Z * [new branch] guilhermeleobas/cherry-pick-55d87d9dfd9 -> origin/guilhermeleobas/cherry-pick-55d87d9dfd9 2025-03-04T19:54:18.1333097Z * [new branch] haozhe/bf16-dynamic-shape -> origin/haozhe/bf16-dynamic-shape 2025-03-04T19:54:18.1334327Z * [new branch] hhh_rand -> origin/hhh_rand 2025-03-04T19:54:18.1335749Z * [new branch] hoy-update-wheel -> origin/hoy-update-wheel 2025-03-04T19:54:18.1337566Z * [new branch] hoy/autofdo/xblock -> origin/hoy/autofdo/xblock 2025-03-04T19:54:18.1339086Z * [new branch] hoy/autotune/nreg -> origin/hoy/autotune/nreg 2025-03-04T19:54:18.1340259Z * [new branch] hoy/autotune/numwarps -> origin/hoy/autotune/numwarps 2025-03-04T19:54:18.1341403Z * [new branch] hoy/mmsplitk -> origin/hoy/mmsplitk 2025-03-04T19:54:18.1344040Z * [new branch] hoy/triton-PR3973 -> origin/hoy/triton-PR3973 2025-03-04T19:54:18.1345204Z * [new branch] hoy/triton-coalescing-baseline -> origin/hoy/triton-coalescing-baseline 2025-03-04T19:54:18.1346327Z * [new branch] hoy/triton-coalescing-min -> origin/hoy/triton-coalescing-min 2025-03-04T19:54:18.1347951Z * [new branch] hoy/triton-coalescing-new -> origin/hoy/triton-coalescing-new 2025-03-04T19:54:18.1349629Z * [new branch] hoy/triton-coalescing-vec -> origin/hoy/triton-coalescing-vec 2025-03-04T19:54:18.1350722Z * [new branch] improve_vec_log -> origin/improve_vec_log 2025-03-04T19:54:18.1352253Z * [new branch] inductor_layout_opt_rocm_disable -> origin/inductor_layout_opt_rocm_disable 2025-03-04T19:54:18.1353314Z * [new branch] inline -> origin/inline 2025-03-04T19:54:18.1354578Z * [new branch] inlining -> origin/inlining 2025-03-04T19:54:18.1355862Z * [new branch] inlining-ezyang -> origin/inlining-ezyang 2025-03-04T19:54:18.1358052Z * [new branch] int8_sdpa -> origin/int8_sdpa 2025-03-04T19:54:18.1359653Z * [new branch] int8_sdpa_template -> origin/int8_sdpa_template 2025-03-04T19:54:18.1360878Z * [new branch] invoke-subgraph -> origin/invoke-subgraph 2025-03-04T19:54:18.1362176Z * [new branch] ios-mac-m1 -> origin/ios-mac-m1 2025-03-04T19:54:18.1363756Z * [new branch] ipiszy/fix -> origin/ipiszy/fix 2025-03-04T19:54:18.1364920Z * [new branch] ipiszy/fp8_test -> origin/ipiszy/fp8_test 2025-03-04T19:54:18.1366123Z * [new branch] ipiszy/mypy -> origin/ipiszy/mypy 2025-03-04T19:54:18.1367496Z * [new branch] issue#58739 -> origin/issue#58739 2025-03-04T19:54:18.1373867Z * [new branch] ivanov/cherry-pick-ckpt-fixes -> origin/ivanov/cherry-pick-ckpt-fixes 2025-03-04T19:54:18.1374961Z * [new branch] jataylo-nvfuser_blocklist -> origin/jataylo-nvfuser_blocklist 2025-03-04T19:54:18.1376613Z * [new branch] jcaip-patch-1 -> origin/jcaip-patch-1 2025-03-04T19:54:18.1378210Z * [new branch] jcaip/fix-int8-bug -> origin/jcaip/fix-int8-bug 2025-03-04T19:54:18.1379416Z * [new branch] jcaip/fix-int8-bug-alpha -> origin/jcaip/fix-int8-bug-alpha 2025-03-04T19:54:18.1380796Z * [new branch] jcaip/test-cusparselt-version-0.6.2 -> origin/jcaip/test-cusparselt-version-0.6.2 2025-03-04T19:54:18.1381871Z * [new branch] jcaip/torch-compile-sparse -> origin/jcaip/torch-compile-sparse 2025-03-04T19:54:18.1383411Z * [new branch] jcaip/update-benchmarks -> origin/jcaip/update-benchmarks 2025-03-04T19:54:18.1384792Z * [new branch] jcaip/update-cusparselt-0.6.2 -> origin/jcaip/update-cusparselt-0.6.2 2025-03-04T19:54:18.1386481Z * [new branch] jeanschmidt/manywheel_memory -> origin/jeanschmidt/manywheel_memory 2025-03-04T19:54:18.1388237Z * [new branch] jnair/mi300_docker_caching_workflow -> origin/jnair/mi300_docker_caching_workflow 2025-03-04T19:54:18.1389807Z * [new branch] jon-chuang/compile-config-hash -> origin/jon-chuang/compile-config-hash 2025-03-04T19:54:18.1390943Z * [new branch] jon-chuang/compile-ignored -> origin/jon-chuang/compile-ignored 2025-03-04T19:54:18.1392688Z * [new branch] justinchu/onnxscript-0.2.2 -> origin/justinchu/onnxscript-0.2.2 2025-03-04T19:54:18.1393840Z * [new branch] justinchu/safe-tensors -> origin/justinchu/safe-tensors 2025-03-04T19:54:18.1395050Z * [new branch] justinchuby-patch-1 -> origin/justinchuby-patch-1 2025-03-04T19:54:18.1396856Z * [new branch] jwagantall/migrate-checkout -> origin/jwagantall/migrate-checkout 2025-03-04T19:54:18.1398367Z * [new branch] jz/istft -> origin/jz/istft 2025-03-04T19:54:18.1399694Z * [new branch] jz/stft-old-fc -> origin/jz/stft-old-fc 2025-03-04T19:54:18.1400928Z * [new branch] jz/stft-test -> origin/jz/stft-test 2025-03-04T19:54:18.1404288Z * [new branch] kadeng/dev-1 -> origin/kadeng/dev-1 2025-03-04T19:54:18.1406470Z * [new branch] kadeng/inductor-backend/cutlass-evt-fusion-1 -> origin/kadeng/inductor-backend/cutlass-evt-fusion-1 2025-03-04T19:54:18.1407476Z * [new branch] kadeng/inductor-cutlass-epilogue -> origin/kadeng/inductor-cutlass-epilogue 2025-03-04T19:54:18.1409224Z * [new branch] kenjin/call_method_userdefined -> origin/kenjin/call_method_userdefined 2025-03-04T19:54:18.1410187Z * [new branch] kenjin/lambdas -> origin/kenjin/lambdas 2025-03-04T19:54:18.1411330Z * [new branch] kenjin/norefcycles -> origin/kenjin/norefcycles 2025-03-04T19:54:18.1412908Z * [new branch] kit1980-patch-2 -> origin/kit1980-patch-2 2025-03-04T19:54:18.1414078Z * [new branch] kleidiai_bf16_issue_fix -> origin/kleidiai_bf16_issue_fix 2025-03-04T19:54:18.1415519Z * [new branch] kleidiai_submodule_update -> origin/kleidiai_submodule_update 2025-03-04T19:54:18.1423435Z * [new branch] kleidiai_threading_improvement -> origin/kleidiai_threading_improvement 2025-03-04T19:54:18.1424377Z * [new branch] larryliu0820-patch-1 -> origin/larryliu0820-patch-1 2025-03-04T19:54:18.1425289Z * [new branch] leslie/enable_poc_reduction_fusion -> origin/leslie/enable_poc_reduction_fusion 2025-03-04T19:54:18.1426138Z * [new branch] leslie/test_group_gemm_epilogues -> origin/leslie/test_group_gemm_epilogues 2025-03-04T19:54:18.1426793Z * [new branch] lts/release/1.8 -> origin/lts/release/1.8 2025-03-04T19:54:18.1427424Z * [new branch] main -> origin/main 2025-03-04T19:54:18.1427904Z * [new branch] main_dev_hhh -> origin/main_dev_hhh 2025-03-04T19:54:18.1428529Z * [new branch] malfet-patch-1 -> origin/malfet-patch-1 2025-03-04T19:54:18.1429089Z * [new branch] malfet-patch-10 -> origin/malfet-patch-10 2025-03-04T19:54:18.1429957Z * [new branch] malfet-patch-11 -> origin/malfet-patch-11 2025-03-04T19:54:18.1431352Z * [new branch] malfet-patch-12 -> origin/malfet-patch-12 2025-03-04T19:54:18.1432777Z * [new branch] malfet-patch-13 -> origin/malfet-patch-13 2025-03-04T19:54:18.1433957Z * [new branch] malfet-patch-14 -> origin/malfet-patch-14 2025-03-04T19:54:18.1435387Z * [new branch] malfet-patch-15 -> origin/malfet-patch-15 2025-03-04T19:54:18.1436673Z * [new branch] malfet-patch-19 -> origin/malfet-patch-19 2025-03-04T19:54:18.1438006Z * [new branch] malfet-patch-2 -> origin/malfet-patch-2 2025-03-04T19:54:18.1439328Z * [new branch] malfet-patch-23 -> origin/malfet-patch-23 2025-03-04T19:54:18.1440485Z * [new branch] malfet-patch-25 -> origin/malfet-patch-25 2025-03-04T19:54:18.1441806Z * [new branch] malfet-patch-3 -> origin/malfet-patch-3 2025-03-04T19:54:18.1443116Z * [new branch] malfet-patch-32 -> origin/malfet-patch-32 2025-03-04T19:54:18.1444879Z * [new branch] malfet-patch-42 -> origin/malfet-patch-42 2025-03-04T19:54:18.1446182Z * [new branch] malfet-patch-5 -> origin/malfet-patch-5 2025-03-04T19:54:18.1447677Z * [new branch] malfet-patch-6 -> origin/malfet-patch-6 2025-03-04T19:54:18.1449051Z * [new branch] malfet-patch-8 -> origin/malfet-patch-8 2025-03-04T19:54:18.1450802Z * [new branch] malfet/add-benchmark-func -> origin/malfet/add-benchmark-func 2025-03-04T19:54:18.1452025Z * [new branch] malfet/delete-find-openmp -> origin/malfet/delete-find-openmp 2025-03-04T19:54:18.1453233Z * [new branch] malfet/mps-add-bilineard2d-aa -> origin/malfet/mps-add-bilineard2d-aa 2025-03-04T19:54:18.1454666Z * [new branch] malfet/mps-fix-rand-5d -> origin/malfet/mps-fix-rand-5d 2025-03-04T19:54:18.1455755Z * [new branch] malfet/mps-implement-col2im -> origin/malfet/mps-implement-col2im 2025-03-04T19:54:18.1457601Z * [new branch] maxautotune_big_gpu -> origin/maxautotune_big_gpu 2025-03-04T19:54:18.1458899Z * [new branch] mesh_check -> origin/mesh_check 2025-03-04T19:54:18.1460341Z * [new branch] migrate_map -> origin/migrate_map 2025-03-04T19:54:18.1461710Z * [new branch] missing_gloo_causes_deadlock -> origin/missing_gloo_causes_deadlock 2025-03-04T19:54:18.1463311Z * [new branch] mlazos/S429861-debug -> origin/mlazos/S429861-debug 2025-03-04T19:54:18.1464404Z * [new branch] mlazos/aa -> origin/mlazos/aa 2025-03-04T19:54:18.1465710Z * [new branch] mlazos/adam-compiled -> origin/mlazos/adam-compiled 2025-03-04T19:54:18.1466952Z * [new branch] mlazos/adam-fused-bench -> origin/mlazos/adam-fused-bench 2025-03-04T19:54:18.1468093Z * [new branch] mlazos/adam-fused-bench2 -> origin/mlazos/adam-fused-bench2 2025-03-04T19:54:18.1469304Z * [new branch] mlazos/adam-test2 -> origin/mlazos/adam-test2 2025-03-04T19:54:18.1470369Z * [new branch] mlazos/asgd-compile -> origin/mlazos/asgd-compile 2025-03-04T19:54:18.1471469Z * [new branch] mlazos/aux-vars -> origin/mlazos/aux-vars 2025-03-04T19:54:18.1473086Z * [new branch] mlazos/backup-test-branch -> origin/mlazos/backup-test-branch 2025-03-04T19:54:18.1474571Z * [new branch] mlazos/bad-cudagraphs -> origin/mlazos/bad-cudagraphs 2025-03-04T19:54:18.1475796Z * [new branch] mlazos/baseline -> origin/mlazos/baseline 2025-03-04T19:54:18.1477193Z * [new branch] mlazos/baseline-graph-breaks -> origin/mlazos/baseline-graph-breaks 2025-03-04T19:54:18.1478279Z * [new branch] mlazos/batch-fuse-opt -> origin/mlazos/batch-fuse-opt 2025-03-04T19:54:18.1479461Z * [new branch] mlazos/beta-tensor -> origin/mlazos/beta-tensor 2025-03-04T19:54:18.1480651Z * [new branch] mlazos/buff-opt2 -> origin/mlazos/buff-opt2 2025-03-04T19:54:18.1481941Z * [new branch] mlazos/buffers -> origin/mlazos/buffers 2025-03-04T19:54:18.1482902Z * [new branch] mlazos/buffers2 -> origin/mlazos/buffers2 2025-03-04T19:54:18.1484232Z * [new branch] mlazos/buffers3 -> origin/mlazos/buffers3 2025-03-04T19:54:18.1485960Z * [new branch] mlazos/ck2 -> origin/mlazos/ck2 2025-03-04T19:54:18.1487337Z * [new branch] mlazos/combokernels -> origin/mlazos/combokernels 2025-03-04T19:54:18.1488481Z * [new branch] mlazos/compiled-nadam -> origin/mlazos/compiled-nadam 2025-03-04T19:54:18.1489676Z * [new branch] mlazos/concat2 -> origin/mlazos/concat2 2025-03-04T19:54:18.1490905Z * [new branch] mlazos/copy2 -> origin/mlazos/copy2 2025-03-04T19:54:18.1492425Z * [new branch] mlazos/cudagraph-tests -> origin/mlazos/cudagraph-tests 2025-03-04T19:54:18.1493635Z * [new branch] mlazos/cudagraphs-measurement -> origin/mlazos/cudagraphs-measurement 2025-03-04T19:54:18.1494815Z * [new branch] mlazos/data-gather -> origin/mlazos/data-gather 2025-03-04T19:54:18.1496144Z * [new branch] mlazos/data-ptrs2 -> origin/mlazos/data-ptrs2 2025-03-04T19:54:18.1497239Z * [new branch] mlazos/data-ptrs3 -> origin/mlazos/data-ptrs3 2025-03-04T19:54:18.1498588Z * [new branch] mlazos/dataclass-proxy -> origin/mlazos/dataclass-proxy 2025-03-04T19:54:18.1499784Z * [new branch] mlazos/disable-closures -> origin/mlazos/disable-closures 2025-03-04T19:54:18.1501207Z * [new branch] mlazos/disable-subclass -> origin/mlazos/disable-subclass 2025-03-04T19:54:18.1502406Z * [new branch] mlazos/disabled-opt -> origin/mlazos/disabled-opt 2025-03-04T19:54:18.1503728Z * [new branch] mlazos/exp_disable -> origin/mlazos/exp_disable 2025-03-04T19:54:18.1504880Z * [new branch] mlazos/faster -> origin/mlazos/faster 2025-03-04T19:54:18.1506125Z * [new branch] mlazos/faster2 -> origin/mlazos/faster2 2025-03-04T19:54:18.1507558Z * [new branch] mlazos/fe-copy -> origin/mlazos/fe-copy 2025-03-04T19:54:18.1508719Z * [new branch] mlazos/foreach-op -> origin/mlazos/foreach-op 2025-03-04T19:54:18.1510043Z * [new branch] mlazos/foreach-reds -> origin/mlazos/foreach-reds 2025-03-04T19:54:18.1511170Z * [new branch] mlazos/freezing -> origin/mlazos/freezing 2025-03-04T19:54:18.1512845Z * [new branch] mlazos/fuse-cat -> origin/mlazos/fuse-cat 2025-03-04T19:54:18.1513975Z * [new branch] mlazos/gen-foreach -> origin/mlazos/gen-foreach 2025-03-04T19:54:18.1515275Z * [new branch] mlazos/h-comp -> origin/mlazos/h-comp 2025-03-04T19:54:18.1516408Z * [new branch] mlazos/h-comp2 -> origin/mlazos/h-comp2 2025-03-04T19:54:18.1517641Z * [new branch] mlazos/hc-hf -> origin/mlazos/hc-hf 2025-03-04T19:54:18.1518836Z * [new branch] mlazos/init-per-param -> origin/mlazos/init-per-param 2025-03-04T19:54:18.1520042Z * [new branch] mlazos/init_per_param -> origin/mlazos/init_per_param 2025-03-04T19:54:18.1521243Z * [new branch] mlazos/less-guards -> origin/mlazos/less-guards 2025-03-04T19:54:18.1522451Z * [new branch] mlazos/lr-composibility -> origin/mlazos/lr-composibility 2025-03-04T19:54:18.1523679Z * [new branch] mlazos/main-test-enablement -> origin/mlazos/main-test-enablement 2025-03-04T19:54:18.1524828Z * [new branch] mlazos/main2 -> origin/mlazos/main2 2025-03-04T19:54:18.1526387Z * [new branch] mlazos/main_test -> origin/mlazos/main_test 2025-03-04T19:54:18.1527699Z * [new branch] mlazos/mcg -> origin/mlazos/mcg 2025-03-04T19:54:18.1528924Z * [new branch] mlazos/mcg2 -> origin/mlazos/mcg2 2025-03-04T19:54:18.1530164Z * [new branch] mlazos/meta-guards -> origin/mlazos/meta-guards 2025-03-04T19:54:18.1531700Z * [new branch] mlazos/mlazos/ck2 -> origin/mlazos/mlazos/ck2 2025-03-04T19:54:18.1532727Z * [new branch] mlazos/mlazos/clean -> origin/mlazos/mlazos/clean 2025-03-04T19:54:18.1534080Z * [new branch] mlazos/mlazos/faster2 -> origin/mlazos/mlazos/faster2 2025-03-04T19:54:18.1535304Z * [new branch] mlazos/mlazos/foreach-map-adam -> origin/mlazos/mlazos/foreach-map-adam 2025-03-04T19:54:18.1536501Z * [new branch] mlazos/mlazos/subclass-test -> origin/mlazos/mlazos/subclass-test 2025-03-04T19:54:18.1537694Z * [new branch] mlazos/mlazos/tf-mode-backup -> origin/mlazos/mlazos/tf-mode-backup 2025-03-04T19:54:18.1538831Z * [new branch] mlazos/mlazos/tf-trace-full -> origin/mlazos/mlazos/tf-trace-full 2025-03-04T19:54:18.1540065Z * [new branch] mlazos/mod-fix -> origin/mlazos/mod-fix 2025-03-04T19:54:18.1541369Z * [new branch] mlazos/more-tests -> origin/mlazos/more-tests 2025-03-04T19:54:18.1542521Z * [new branch] mlazos/mutable-backup -> origin/mlazos/mutable-backup 2025-03-04T19:54:18.1543711Z * [new branch] mlazos/mv-tfo -> origin/mlazos/mv-tfo 2025-03-04T19:54:18.1544864Z * [new branch] mlazos/no-cpp -> origin/mlazos/no-cpp 2025-03-04T19:54:18.1546782Z * [new branch] mlazos/no-init-group-handling -> origin/mlazos/no-init-group-handling 2025-03-04T19:54:18.1547897Z * [new branch] mlazos/op-investigation -> origin/mlazos/op-investigation 2025-03-04T19:54:18.1549126Z * [new branch] mlazos/opt-bench-exp2 -> origin/mlazos/opt-bench-exp2 2025-03-04T19:54:18.1550264Z * [new branch] mlazos/opt-bench2 -> origin/mlazos/opt-bench2 2025-03-04T19:54:18.1551564Z * [new branch] mlazos/opt-bench3 -> origin/mlazos/opt-bench3 2025-03-04T19:54:18.1552697Z * [new branch] mlazos/opt-incr -> origin/mlazos/opt-incr 2025-03-04T19:54:18.1554229Z * [new branch] mlazos/opt-recipe -> origin/mlazos/opt-recipe 2025-03-04T19:54:18.1555238Z * [new branch] mlazos/opt-slowdown -> origin/mlazos/opt-slowdown 2025-03-04T19:54:18.1556422Z * [new branch] mlazos/opt-warn -> origin/mlazos/opt-warn 2025-03-04T19:54:18.1557733Z * [new branch] mlazos/proxy-ctors -> origin/mlazos/proxy-ctors 2025-03-04T19:54:18.1559008Z * [new branch] mlazos/proxy-opt -> origin/mlazos/proxy-opt 2025-03-04T19:54:18.1560116Z * [new branch] mlazos/pt -> origin/mlazos/pt 2025-03-04T19:54:18.1561409Z * [new branch] mlazos/restart -> origin/mlazos/restart 2025-03-04T19:54:18.1562552Z * [new branch] mlazos/rm-thunkify -> origin/mlazos/rm-thunkify 2025-03-04T19:54:18.1563593Z * [new branch] mlazos/rtp -> origin/mlazos/rtp 2025-03-04T19:54:18.1564878Z * [new branch] mlazos/sdpa-driss -> origin/mlazos/sdpa-driss 2025-03-04T19:54:18.1566254Z * [new branch] mlazos/static-inputs-log -> origin/mlazos/static-inputs-log 2025-03-04T19:54:18.1567226Z * [new branch] mlazos/subclass-test -> origin/mlazos/subclass-test 2025-03-04T19:54:18.1568548Z * [new branch] mlazos/td-fix2 -> origin/mlazos/td-fix2 2025-03-04T19:54:18.1569924Z * [new branch] mlazos/tensor-hasattr2 -> origin/mlazos/tensor-hasattr2 2025-03-04T19:54:18.1570938Z * [new branch] mlazos/tensor-inherit-backup -> origin/mlazos/tensor-inherit-backup 2025-03-04T19:54:18.1572209Z * [new branch] mlazos/tensor-like-fix -> origin/mlazos/tensor-like-fix 2025-03-04T19:54:18.1573414Z * [new branch] mlazos/tensor-lr -> origin/mlazos/tensor-lr 2025-03-04T19:54:18.1575084Z * [new branch] mlazos/tensor-lr2 -> origin/mlazos/tensor-lr2 2025-03-04T19:54:18.1576063Z * [new branch] mlazos/tf-inherit -> origin/mlazos/tf-inherit 2025-03-04T19:54:18.1577370Z * [new branch] mlazos/tf-mode -> origin/mlazos/tf-mode 2025-03-04T19:54:18.1578705Z * [new branch] mlazos/tf-mode-backup2 -> origin/mlazos/tf-mode-backup2 2025-03-04T19:54:18.1579823Z * [new branch] mlazos/tf-mode-reland -> origin/mlazos/tf-mode-reland 2025-03-04T19:54:18.1581204Z * [new branch] mlazos/tf-mode-reland2 -> origin/mlazos/tf-mode-reland2 2025-03-04T19:54:18.1582355Z * [new branch] mlazos/tf-mode-reland3 -> origin/mlazos/tf-mode-reland3 2025-03-04T19:54:18.1583931Z * [new branch] mlazos/tf-refactor -> origin/mlazos/tf-refactor 2025-03-04T19:54:18.1584772Z * [new branch] mlazos/tf-subclass-stack -> origin/mlazos/tf-subclass-stack 2025-03-04T19:54:18.1586185Z * [new branch] mlazos/tf-trace-full -> origin/mlazos/tf-trace-full 2025-03-04T19:54:18.1587308Z * [new branch] mlazos/th -> origin/mlazos/th 2025-03-04T19:54:18.1588640Z * [new branch] mlazos/tune-proto -> origin/mlazos/tune-proto 2025-03-04T19:54:18.1589768Z * [new branch] mlazos/vary-beta -> origin/mlazos/vary-beta 2025-03-04T19:54:18.1591364Z * [new branch] mlazos/vary-beta2 -> origin/mlazos/vary-beta2 2025-03-04T19:54:18.1592506Z * [new branch] mlazos/weird-perf1 -> origin/mlazos/weird-perf1 2025-03-04T19:54:18.1593959Z * [new branch] mod_guards1 -> origin/mod_guards1 2025-03-04T19:54:18.1595273Z * [new branch] mod_guards3 -> origin/mod_guards3 2025-03-04T19:54:18.1596546Z * [new branch] moderniz29_cyy -> origin/moderniz29_cyy 2025-03-04T19:54:18.1597834Z * [new branch] mps-linear-1d -> origin/mps-linear-1d 2025-03-04T19:54:18.1599508Z * [new branch] mradmila/host_stats -> origin/mradmila/host_stats 2025-03-04T19:54:18.1601124Z * [new branch] msaroufim-patch-10 -> origin/msaroufim-patch-10 2025-03-04T19:54:18.1602476Z * [new branch] msaroufim-patch-11 -> origin/msaroufim-patch-11 2025-03-04T19:54:18.1603843Z * [new branch] msaroufim-patch-12 -> origin/msaroufim-patch-12 2025-03-04T19:54:18.1605488Z * [new branch] msaroufim-patch-13 -> origin/msaroufim-patch-13 2025-03-04T19:54:18.1606532Z * [new branch] msaroufim-patch-14 -> origin/msaroufim-patch-14 2025-03-04T19:54:18.1608263Z * [new branch] msaroufim/cache -> origin/msaroufim/cache 2025-03-04T19:54:18.1609717Z * [new branch] msaroufim/dtensorfusedadam -> origin/msaroufim/dtensorfusedadam 2025-03-04T19:54:18.1610702Z * [new branch] msaroufim/warn_once -> origin/msaroufim/warn_once 2025-03-04T19:54:18.1612166Z * [new branch] mypy_fix -> origin/mypy_fix 2025-03-04T19:54:18.1613580Z * [new branch] myst_nb_trial -> origin/myst_nb_trial 2025-03-04T19:54:18.1615013Z * [new branch] nestedfairseq2ops1 -> origin/nestedfairseq2ops1 2025-03-04T19:54:18.1616148Z * [new branch] new-batch-norm -> origin/new-batch-norm 2025-03-04T19:54:18.1617511Z * [new branch] new_branch -> origin/new_branch 2025-03-04T19:54:18.1618804Z * [new branch] new_guard_system -> origin/new_guard_system 2025-03-04T19:54:18.1620930Z * [new branch] ngimel/bits -> origin/ngimel/bits 2025-03-04T19:54:18.1622135Z * [new branch] ngimel/copy2d -> origin/ngimel/copy2d 2025-03-04T19:54:18.1623174Z * [new branch] ngimel/gg -> origin/ngimel/gg 2025-03-04T19:54:18.1624417Z * [new branch] ngimel/min_docs -> origin/ngimel/min_docs 2025-03-04T19:54:18.1625883Z * [new branch] nightly -> origin/nightly 2025-03-04T19:54:18.1627615Z * [new branch] nikitaved/linalg_codeowners -> origin/nikitaved/linalg_codeowners 2025-03-04T19:54:18.1628760Z * [new branch] nikitaved/solve_doc_update -> origin/nikitaved/solve_doc_update 2025-03-04T19:54:18.1629914Z * [new branch] nikitaved/tensordot -> origin/nikitaved/tensordot 2025-03-04T19:54:18.1631278Z * [new branch] offline -> origin/offline 2025-03-04T19:54:18.1632728Z * [new branch] openblas_gemv -> origin/openblas_gemv 2025-03-04T19:54:18.1634788Z * [new branch] orig/release/1.10 -> origin/orig/release/1.10 2025-03-04T19:54:18.1636058Z * [new branch] orig/release/1.11 -> origin/orig/release/1.11 2025-03-04T19:54:18.1637348Z * [new branch] orig/release/1.12 -> origin/orig/release/1.12 2025-03-04T19:54:18.1638829Z * [new branch] orig/release/1.13 -> origin/orig/release/1.13 2025-03-04T19:54:18.1640122Z * [new branch] orig/release/1.6 -> origin/orig/release/1.6 2025-03-04T19:54:18.1641616Z * [new branch] orig/release/1.7 -> origin/orig/release/1.7 2025-03-04T19:54:18.1642904Z * [new branch] orig/release/1.8 -> origin/orig/release/1.8 2025-03-04T19:54:18.1644241Z * [new branch] orig/release/1.9 -> origin/orig/release/1.9 2025-03-04T19:54:18.1645458Z * [new branch] orig/release/2.0 -> origin/orig/release/2.0 2025-03-04T19:54:18.1646751Z * [new branch] orig/release/2.1 -> origin/orig/release/2.1 2025-03-04T19:54:18.1648026Z * [new branch] orig/release/2.2 -> origin/orig/release/2.2 2025-03-04T19:54:18.1649252Z * [new branch] orig/release/2.3 -> origin/orig/release/2.3 2025-03-04T19:54:18.1650474Z * [new branch] orig/release/2.4 -> origin/orig/release/2.4 2025-03-04T19:54:18.1651644Z * [new branch] orig/release/2.5 -> origin/orig/release/2.5 2025-03-04T19:54:18.1652985Z * [new branch] orig/release/2.6 -> origin/orig/release/2.6 2025-03-04T19:54:18.1655719Z * [new branch] origin/gh/stroxler/1/head -> origin/origin/gh/stroxler/1/head 2025-03-04T19:54:18.1657582Z * [new branch] origin/voz/serde -> origin/origin/voz/serde 2025-03-04T19:54:18.1659333Z * [new branch] oulgen/fx_graph -> origin/oulgen/fx_graph 2025-03-04T19:54:18.1660697Z * [new branch] palic_hotfix -> origin/palic_hotfix 2025-03-04T19:54:18.1662440Z * [new branch] parallel_cat -> origin/parallel_cat 2025-03-04T19:54:18.1663750Z * [new branch] parallel_reduce -> origin/parallel_reduce 2025-03-04T19:54:18.1665019Z * [new branch] pca2 -> origin/pca2 2025-03-04T19:54:18.1666793Z * [new branch] peterbell10/null-change -> origin/peterbell10/null-change 2025-03-04T19:54:18.1668439Z * [new branch] pianpwk/backed_symint_endofbounds -> origin/pianpwk/backed_symint_endofbounds 2025-03-04T19:54:18.1669523Z * [new branch] pianpwk/clear_pending_unbacked -> origin/pianpwk/clear_pending_unbacked 2025-03-04T19:54:18.1670603Z * [new branch] pianpwk/draft_strict_stack -> origin/pianpwk/draft_strict_stack 2025-03-04T19:54:18.1671837Z * [new branch] pianpwk/inductor_unbacked_symint -> origin/pianpwk/inductor_unbacked_symint 2025-03-04T19:54:18.1672925Z * [new branch] pianpwk/meta_sdpa_for_cpu -> origin/pianpwk/meta_sdpa_for_cpu 2025-03-04T19:54:18.1674507Z * [new branch] pianpwk/pre_forward_hook -> origin/pianpwk/pre_forward_hook 2025-03-04T19:54:18.1676090Z * [new branch] pianpwk/symbol_provenance_draft -> origin/pianpwk/symbol_provenance_draft 2025-03-04T19:54:18.1677258Z * [new branch] pianpwk/symbol_provenance_v1 -> origin/pianpwk/symbol_provenance_v1 2025-03-04T19:54:18.1678671Z * [new branch] pianpwk/treat_sizes_as_size_like -> origin/pianpwk/treat_sizes_as_size_like 2025-03-04T19:54:18.1679889Z * [new branch] pianpwk/unbacked_bindings -> origin/pianpwk/unbacked_bindings 2025-03-04T19:54:18.1681269Z * [new branch] pianpwk/unbacked_mod_hint -> origin/pianpwk/unbacked_mod_hint 2025-03-04T19:54:18.1682539Z * [new branch] plain-metal-mul-kernel -> origin/plain-metal-mul-kernel 2025-03-04T19:54:18.1683820Z * [new branch] polyfill-class -> origin/polyfill-class 2025-03-04T19:54:18.1685550Z * [new branch] pr/131860 -> origin/pr/131860 2025-03-04T19:54:18.1687119Z * [new branch] prepare-android-artifacts -> origin/prepare-android-artifacts 2025-03-04T19:54:18.1688438Z * [new branch] profiler_triton_kwargs -> origin/profiler_triton_kwargs 2025-03-04T19:54:18.1690126Z * [new branch] pt-debug-cpu0 -> origin/pt-debug-cpu0 2025-03-04T19:54:18.1691417Z * [new branch] pt-opt-cuda3 -> origin/pt-opt-cuda3 2025-03-04T19:54:18.1693154Z * [new branch] python_compiled_autograd -> origin/python_compiled_autograd 2025-03-04T19:54:18.1694462Z * [new branch] qat-conv-bn-1d -> origin/qat-conv-bn-1d 2025-03-04T19:54:18.1695841Z * [new branch] qat-remove-bias-temp -> origin/qat-remove-bias-temp 2025-03-04T19:54:18.1697149Z * [new branch] qat_cudnn_batchnorm -> origin/qat_cudnn_batchnorm 2025-03-04T19:54:18.1698589Z * [new branch] qat_preserve_source_fn_stack -> origin/qat_preserve_source_fn_stack 2025-03-04T19:54:18.1700968Z * [new branch] qchip/export-D54134695 -> origin/qchip/export-D54134695 2025-03-04T19:54:18.1702217Z * [new branch] raggedsdpa -> origin/raggedsdpa 2025-03-04T19:54:18.1703549Z * [new branch] reenable-sgd-benchmark -> origin/reenable-sgd-benchmark 2025-03-04T19:54:18.1704853Z * [new branch] refactor-adamw -> origin/refactor-adamw 2025-03-04T19:54:18.1706726Z * [new branch] release/1.10 -> origin/release/1.10 2025-03-04T19:54:18.1707796Z * [new branch] release/1.11 -> origin/release/1.11 2025-03-04T19:54:18.1709138Z * [new branch] release/1.12 -> origin/release/1.12 2025-03-04T19:54:18.1710478Z * [new branch] release/1.13 -> origin/release/1.13 2025-03-04T19:54:18.1711948Z * [new branch] release/1.4 -> origin/release/1.4 2025-03-04T19:54:18.1712639Z * [new branch] release/1.4.1 -> origin/release/1.4.1 2025-03-04T19:54:18.1713961Z * [new branch] release/1.5 -> origin/release/1.5 2025-03-04T19:54:18.1715270Z * [new branch] release/1.6 -> origin/release/1.6 2025-03-04T19:54:18.1716587Z * [new branch] release/1.7 -> origin/release/1.7 2025-03-04T19:54:18.1717890Z * [new branch] release/1.8 -> origin/release/1.8 2025-03-04T19:54:18.1719153Z * [new branch] release/1.9 -> origin/release/1.9 2025-03-04T19:54:18.1720423Z * [new branch] release/2.0 -> origin/release/2.0 2025-03-04T19:54:18.1721799Z * [new branch] release/2.1 -> origin/release/2.1 2025-03-04T19:54:18.1723040Z * [new branch] release/2.2 -> origin/release/2.2 2025-03-04T19:54:18.1724642Z * [new branch] release/2.3 -> origin/release/2.3 2025-03-04T19:54:18.1726276Z * [new branch] release/2.4 -> origin/release/2.4 2025-03-04T19:54:18.1728041Z * [new branch] release/2.5 -> origin/release/2.5 2025-03-04T19:54:18.1729410Z * [new branch] release/2.6 -> origin/release/2.6 2025-03-04T19:54:18.1730638Z * [new branch] release/3.2.x -> origin/release/3.2.x 2025-03-04T19:54:18.1732177Z * [new branch] release_notes -> origin/release_notes 2025-03-04T19:54:18.1733506Z * [new branch] remove-edit-on-github -> origin/remove-edit-on-github 2025-03-04T19:54:18.1734864Z * [new branch] remove-link-survey -> origin/remove-link-survey 2025-03-04T19:54:18.1736340Z * [new branch] remove_global_ns -> origin/remove_global_ns 2025-03-04T19:54:18.1737695Z * [new branch] requires_grad_fix -> origin/requires_grad_fix 2025-03-04T19:54:18.1739670Z * [new branch] revert-111036-skylion007/backport-2-1-1-2023-10-11-0 -> origin/revert-111036-skylion007/backport-2-1-1-2023-10-11-0 2025-03-04T19:54:18.1740703Z * [new branch] revert-112125 -> origin/revert-112125 2025-03-04T19:54:18.1743375Z * [new branch] revert-131069-gh/krzysztofjordan/1/head -> origin/revert-131069-gh/krzysztofjordan/1/head 2025-03-04T19:54:18.1745631Z * [new branch] revert-131469-gh/andrewor14/51/head -> origin/revert-131469-gh/andrewor14/51/head 2025-03-04T19:54:18.1746763Z * [new branch] revert_commit_b57b38b -> origin/revert_commit_b57b38b 2025-03-04T19:54:18.1748346Z * [new branch] revert_realize_input_ExternKernel -> origin/revert_realize_input_ExternKernel 2025-03-04T19:54:18.1749618Z * [new branch] rohan-varma-patch-13 -> origin/rohan-varma-patch-13 2025-03-04T19:54:18.1751008Z * [new branch] rohan-varma-patch-14 -> origin/rohan-varma-patch-14 2025-03-04T19:54:18.1752430Z * [new branch] rohan-varma-patch-15 -> origin/rohan-varma-patch-15 2025-03-04T19:54:18.1753789Z * [new branch] rohan-varma-patch-16 -> origin/rohan-varma-patch-16 2025-03-04T19:54:18.1754954Z * [new branch] rprop-playground -> origin/rprop-playground 2025-03-04T19:54:18.1756573Z * [new branch] run-ios-test-device-farm -> origin/run-ios-test-device-farm 2025-03-04T19:54:18.1758469Z * [new branch] ryanguo99/cleanup-dynamo-expected-failures -> origin/ryanguo99/cleanup-dynamo-expected-failures 2025-03-04T19:54:18.1759433Z * [new branch] ryanguo99/fix-closure-var -> origin/ryanguo99/fix-closure-var 2025-03-04T19:54:18.1761163Z * [new branch] rzou/cache_name -> origin/rzou/cache_name 2025-03-04T19:54:18.1762295Z * [new branch] rzou/faketensor_bench -> origin/rzou/faketensor_bench 2025-03-04T19:54:18.1763507Z * [new branch] rzou/fix -> origin/rzou/fix 2025-03-04T19:54:18.1764636Z * [new branch] rzou/fix2 -> origin/rzou/fix2 2025-03-04T19:54:18.1765874Z * [new branch] rzou/njt -> origin/rzou/njt 2025-03-04T19:54:18.1766934Z * [new branch] rzou/operator -> origin/rzou/operator 2025-03-04T19:54:18.1768283Z * [new branch] rzou/pca -> origin/rzou/pca 2025-03-04T19:54:18.1769424Z * [new branch] rzou/pipe_split -> origin/rzou/pipe_split 2025-03-04T19:54:18.1770695Z * [new branch] rzou/realprop -> origin/rzou/realprop 2025-03-04T19:54:18.1771796Z * [new branch] rzou/setup_context -> origin/rzou/setup_context 2025-03-04T19:54:18.1773243Z * [new branch] safe-rollout -> origin/safe-rollout 2025-03-04T19:54:18.1775294Z * [new branch] sanchitintel/fix_llama_da8w8_corner_case -> origin/sanchitintel/fix_llama_da8w8_corner_case 2025-03-04T19:54:18.1776724Z * [new branch] sanchitintel/gemm_template_avoid_malloc_lock_contention -> origin/sanchitintel/gemm_template_avoid_malloc_lock_contention 2025-03-04T19:54:18.1777767Z * [new branch] sanchitintel/modify_fp32_micro_gemm -> origin/sanchitintel/modify_fp32_micro_gemm 2025-03-04T19:54:18.1779502Z * [new branch] sanchitintel/refactor_aten_int8_woq_gemm -> origin/sanchitintel/refactor_aten_int8_woq_gemm 2025-03-04T19:54:18.1781256Z * [new branch] sanchitintel/weird_thing_with_test_cpu_select_algorithm -> origin/sanchitintel/weird_thing_with_test_cpu_select_algorithm 2025-03-04T19:54:18.1782293Z * [new branch] sanchitintel/woq_gemm_buf_size_patch -> origin/sanchitintel/woq_gemm_buf_size_patch 2025-03-04T19:54:18.1784205Z * [new branch] sanchitj/remove_duplicate_line_from_freezing.py -> origin/sanchitj/remove_duplicate_line_from_freezing.py 2025-03-04T19:54:18.1785240Z * [new branch] sdpa_autocast_cpu -> origin/sdpa_autocast_cpu 2025-03-04T19:54:18.1786584Z * [new branch] sdpa_base -> origin/sdpa_base 2025-03-04T19:54:18.1788251Z * [new branch] sdym/2.5.1 -> origin/sdym/2.5.1 2025-03-04T19:54:18.1789601Z * [new branch] sdym/docker-python-3.8 -> origin/sdym/docker-python-3.8 2025-03-04T19:54:18.1791129Z * [new branch] sdym/revert-107846 -> origin/sdym/revert-107846 2025-03-04T19:54:18.1792234Z * [new branch] sdym/revert-109859 -> origin/sdym/revert-109859 2025-03-04T19:54:18.1793570Z * [new branch] sdym/skip-asan -> origin/sdym/skip-asan 2025-03-04T19:54:18.1794715Z * [new branch] sdym/todo-docstring -> origin/sdym/todo-docstring 2025-03-04T19:54:18.1795815Z * [new branch] sdym/torchfix -> origin/sdym/torchfix 2025-03-04T19:54:18.1797356Z * [new branch] sdym/torchvision-pretrained -> origin/sdym/torchvision-pretrained 2025-03-04T19:54:18.1798787Z * [new branch] sdym/typed-storage -> origin/sdym/typed-storage 2025-03-04T19:54:18.1800553Z * [new branch] sdym/wno -> origin/sdym/wno 2025-03-04T19:54:18.1805028Z * [new branch] seemethere/add_h100_nightly_perf_benchmarks -> origin/seemethere/add_h100_nightly_perf_benchmarks 2025-03-04T19:54:18.1805963Z * [new branch] share_and_pin_fork -> origin/share_and_pin_fork 2025-03-04T19:54:18.1807725Z * [new branch] shengf/fx-xform-perf -> origin/shengf/fx-xform-perf 2025-03-04T19:54:18.1809440Z * [new branch] shikaili_fp8_allgather -> origin/shikaili_fp8_allgather 2025-03-04T19:54:18.1810819Z * [new branch] shunting-loaf-bm-3 -> origin/shunting-loaf-bm-3 2025-03-04T19:54:18.1812245Z * [new branch] shunting-loaf-bm-4 -> origin/shunting-loaf-bm-4 2025-03-04T19:54:18.1813650Z * [new branch] shunting-loaf-bm-5 -> origin/shunting-loaf-bm-5 2025-03-04T19:54:18.1814851Z * [new branch] shunting-loaf-bm-6 -> origin/shunting-loaf-bm-6 2025-03-04T19:54:18.1816514Z * [new branch] shunting-loop-ordering-after-fusion-bm-2 -> origin/shunting-loop-ordering-after-fusion-bm-2 2025-03-04T19:54:18.1817858Z * [new branch] shunting-multi-kernel-2 -> origin/shunting-multi-kernel-2 2025-03-04T19:54:18.1819275Z * [new branch] shunting-multi-kernel-3 -> origin/shunting-multi-kernel-3 2025-03-04T19:54:18.1820507Z * [new branch] shunting-scale-down-rblock -> origin/shunting-scale-down-rblock 2025-03-04T19:54:18.1821808Z * [new branch] shunting-tigher-upperbound -> origin/shunting-tigher-upperbound 2025-03-04T19:54:18.1823128Z * [new branch] shunting-triton-pin-update-5 -> origin/shunting-triton-pin-update-5 2025-03-04T19:54:18.1824454Z * [new branch] simplify-fq-per-channel -> origin/simplify-fq-per-channel 2025-03-04T19:54:18.1826049Z * [new branch] source_fn_stack -> origin/source_fn_stack 2025-03-04T19:54:18.1827533Z * [new branch] speedup-mps-string-key -> origin/speedup-mps-string-key 2025-03-04T19:54:18.1829222Z * [new branch] sqzhang/flight4 -> origin/sqzhang/flight4 2025-03-04T19:54:18.1830389Z * [new branch] sqzhang/flight4plus -> origin/sqzhang/flight4plus 2025-03-04T19:54:18.1832063Z * [new branch] sraikund/record_funct_test -> origin/sraikund/record_funct_test 2025-03-04T19:54:18.1833683Z * [new branch] sraikund16/test -> origin/sraikund16/test 2025-03-04T19:54:18.1835166Z * [new branch] subscribe_codeowners_lucasllc -> origin/subscribe_codeowners_lucasllc 2025-03-04T19:54:18.1836335Z * [new branch] super -> origin/super 2025-03-04T19:54:18.1837801Z * [new branch] svekars-patch-7 -> origin/svekars-patch-7 2025-03-04T19:54:18.1839119Z * [new branch] switch-bn -> origin/switch-bn 2025-03-04T19:54:18.1840571Z * [new branch] sympy-bottleneck-repro -> origin/sympy-bottleneck-repro 2025-03-04T19:54:18.1842075Z * [new branch] teja/dcp_poc -> origin/teja/dcp_poc 2025-03-04T19:54:18.1843352Z * [new branch] tensor_life -> origin/tensor_life 2025-03-04T19:54:18.1844708Z * [new branch] tensordict_integration -> origin/tensordict_integration 2025-03-04T19:54:18.1846111Z * [new branch] test-move-conda-builds -> origin/test-move-conda-builds 2025-03-04T19:54:18.1847482Z * [new branch] test-torchvision-install-ci -> origin/test-torchvision-install-ci 2025-03-04T19:54:18.1849485Z * [new branch] test/inductor -> origin/test/inductor 2025-03-04T19:54:18.1850791Z * [new branch] test_od -> origin/test_od 2025-03-04T19:54:18.1852342Z * [new branch] test_od_cudnn_bn_qat_fusion -> origin/test_od_cudnn_bn_qat_fusion 2025-03-04T19:54:18.1853567Z * [new branch] tidy_performance_cyy -> origin/tidy_performance_cyy 2025-03-04T19:54:18.1855118Z * [new branch] torchgen_ns -> origin/torchgen_ns 2025-03-04T19:54:18.1856305Z * [new branch] trace_fsdp_torchtune_lora -> origin/trace_fsdp_torchtune_lora 2025-03-04T19:54:18.1857678Z * [new branch] traceable_fsdp_unit_tests -> origin/traceable_fsdp_unit_tests 2025-03-04T19:54:18.1858978Z * [new branch] tree_loop_vec_base -> origin/tree_loop_vec_base 2025-03-04T19:54:18.1860403Z * [new branch] tree_vec_base -> origin/tree_vec_base 2025-03-04T19:54:18.1861763Z * [new branch] triton-cpu-arm-expriment -> origin/triton-cpu-arm-expriment 2025-03-04T19:54:18.1862934Z * [new branch] triton-update -> origin/triton-update 2025-03-04T19:54:18.1864285Z * [new branch] triton_kernel -> origin/triton_kernel 2025-03-04T19:54:18.1865824Z * [new branch] triton_kernel_perf -> origin/triton_kernel_perf 2025-03-04T19:54:18.1867062Z * [new branch] try-speedup-docbuild -> origin/try-speedup-docbuild 2025-03-04T19:54:18.1868394Z * [new branch] type_dec -> origin/type_dec 2025-03-04T19:54:18.1869782Z * [new branch] unbreak_cpp_builder_clang -> origin/unbreak_cpp_builder_clang 2025-03-04T19:54:18.1871495Z * [new branch] update-audio-commit-hash/13043025845-1444-1 -> origin/update-audio-commit-hash/13043025845-1444-1 2025-03-04T19:54:18.1872669Z * [new branch] update-audio-commit-hash/13210264744-1454-1 -> origin/update-audio-commit-hash/13210264744-1454-1 2025-03-04T19:54:18.1873856Z * [new branch] update-audio-commit-hash/13402729107-1466-1 -> origin/update-audio-commit-hash/13402729107-1466-1 2025-03-04T19:54:18.1876124Z * [new branch] update-executorch-commit-hash/12838938822-1425-1 -> origin/update-executorch-commit-hash/12838938822-1425-1 2025-03-04T19:54:18.1877617Z * [new branch] update-executorch-commit-hash/13319730828-1460-1 -> origin/update-executorch-commit-hash/13319730828-1460-1 2025-03-04T19:54:18.1878730Z * [new branch] update-executorch-commit-hash/13339750520-1461-1 -> origin/update-executorch-commit-hash/13339750520-1461-1 2025-03-04T19:54:18.1879810Z * [new branch] update-executorch-commit-hash/13349943940-1462-1 -> origin/update-executorch-commit-hash/13349943940-1462-1 2025-03-04T19:54:18.1880889Z * [new branch] update-executorch-commit-hash/13360269739-1463-1 -> origin/update-executorch-commit-hash/13360269739-1463-1 2025-03-04T19:54:18.1882197Z * [new branch] update-executorch-commit-hash/13380672687-1464-1 -> origin/update-executorch-commit-hash/13380672687-1464-1 2025-03-04T19:54:18.1883671Z * [new branch] update-executorch-commit-hash/13402729107-1466-1 -> origin/update-executorch-commit-hash/13402729107-1466-1 2025-03-04T19:54:18.1885210Z * [new branch] update-vision-commit-hash/6078630218-694-1 -> origin/update-vision-commit-hash/6078630218-694-1 2025-03-04T19:54:18.1886383Z * [new branch] update-vision-commit-hash/6091086722-695-1 -> origin/update-vision-commit-hash/6091086722-695-1 2025-03-04T19:54:18.1887527Z * [new branch] update-vision-commit-hash/6116061554-699-1 -> origin/update-vision-commit-hash/6116061554-699-1 2025-03-04T19:54:18.1888708Z * [new branch] update-vision-commit-hash/6140304273-702-1 -> origin/update-vision-commit-hash/6140304273-702-1 2025-03-04T19:54:18.1889855Z * [new branch] update-vision-commit-hash/6210383723-710-1 -> origin/update-vision-commit-hash/6210383723-710-1 2025-03-04T19:54:18.1891047Z * [new branch] update-vision-commit-hash/6319671985-721-1 -> origin/update-vision-commit-hash/6319671985-721-1 2025-03-04T19:54:18.1892732Z * [new branch] update-vision-commit-hash/6345577305-723-1 -> origin/update-vision-commit-hash/6345577305-723-1 2025-03-04T19:54:18.1894526Z * [new branch] update-vision-commit-hash/6366568705-725-1 -> origin/update-vision-commit-hash/6366568705-725-1 2025-03-04T19:54:18.1895985Z * [new branch] update-vision-commit-hash/6386942932-727-1 -> origin/update-vision-commit-hash/6386942932-727-1 2025-03-04T19:54:18.1897233Z * [new branch] update-vision-commit-hash/6399845260-728-1 -> origin/update-vision-commit-hash/6399845260-728-1 2025-03-04T19:54:18.1898489Z * [new branch] update-vision-commit-hash/6412969951-729-1 -> origin/update-vision-commit-hash/6412969951-729-1 2025-03-04T19:54:18.1899665Z * [new branch] update-vision-commit-hash/6425844356-730-1 -> origin/update-vision-commit-hash/6425844356-730-1 2025-03-04T19:54:18.1901082Z * [new branch] update-vision-commit-hash/6463026337-734-1 -> origin/update-vision-commit-hash/6463026337-734-1 2025-03-04T19:54:18.1902290Z * [new branch] update-vision-commit-hash/6489506557-736-1 -> origin/update-vision-commit-hash/6489506557-736-1 2025-03-04T19:54:18.1903515Z * [new branch] update-vision-commit-hash/6520762621-739-1 -> origin/update-vision-commit-hash/6520762621-739-1 2025-03-04T19:54:18.1904675Z * [new branch] update-vision-commit-hash/6581672893-744-1 -> origin/update-vision-commit-hash/6581672893-744-1 2025-03-04T19:54:18.1905855Z * [new branch] update-vision-commit-hash/6593929043-745-1 -> origin/update-vision-commit-hash/6593929043-745-1 2025-03-04T19:54:18.1907081Z * [new branch] update-vision-commit-hash/6634009725-750-1 -> origin/update-vision-commit-hash/6634009725-750-1 2025-03-04T19:54:18.1908338Z * [new branch] update-vision-commit-hash/6673463792-754-1 -> origin/update-vision-commit-hash/6673463792-754-1 2025-03-04T19:54:18.1909529Z * [new branch] update-vision-commit-hash/6700258936-758-1 -> origin/update-vision-commit-hash/6700258936-758-1 2025-03-04T19:54:18.1910716Z * [new branch] update-vision-commit-hash/6805589684-770-1 -> origin/update-vision-commit-hash/6805589684-770-1 2025-03-04T19:54:18.1911908Z * [new branch] update-vision-commit-hash/6818989957-773-1 -> origin/update-vision-commit-hash/6818989957-773-1 2025-03-04T19:54:18.1913077Z * [new branch] update-vision-commit-hash/6830864778-774-1 -> origin/update-vision-commit-hash/6830864778-774-1 2025-03-04T19:54:18.1914367Z * [new branch] update-vision-commit-hash/6857388096-777-1 -> origin/update-vision-commit-hash/6857388096-777-1 2025-03-04T19:54:18.1915587Z * [new branch] update-vision-commit-hash/6871122584-778-1 -> origin/update-vision-commit-hash/6871122584-778-1 2025-03-04T19:54:18.1916788Z * [new branch] update-vision-commit-hash/6884505667-779-1 -> origin/update-vision-commit-hash/6884505667-779-1 2025-03-04T19:54:18.1917962Z * [new branch] update-vision-commit-hash/9010274985-1089-1 -> origin/update-vision-commit-hash/9010274985-1089-1 2025-03-04T19:54:18.1920082Z * [new branch] update-xla-commit-hash/10140112669-125-1 -> origin/update-xla-commit-hash/10140112669-125-1 2025-03-04T19:54:18.1921154Z * [new branch] update-xla-commit-hash/6070520075-77-1 -> origin/update-xla-commit-hash/6070520075-77-1 2025-03-04T19:54:18.1922331Z * [new branch] update-xla-commit-hash/6143382673-78-1 -> origin/update-xla-commit-hash/6143382673-78-1 2025-03-04T19:54:18.1923515Z * [new branch] update-xla-commit-hash/6219563710-79-1 -> origin/update-xla-commit-hash/6219563710-79-1 2025-03-04T19:54:18.1924655Z * [new branch] update-xla-commit-hash/6296332542-80-1 -> origin/update-xla-commit-hash/6296332542-80-1 2025-03-04T19:54:18.1925752Z * [new branch] update-xla-commit-hash/6377302016-81-1 -> origin/update-xla-commit-hash/6377302016-81-1 2025-03-04T19:54:18.1927242Z * [new branch] update-xla-commit-hash/6453689944-82-1 -> origin/update-xla-commit-hash/6453689944-82-1 2025-03-04T19:54:18.1928660Z * [new branch] update-xla-commit-hash/6530489691-83-1 -> origin/update-xla-commit-hash/6530489691-83-1 2025-03-04T19:54:18.1930183Z * [new branch] update-xla-commit-hash/6610159969-84-1 -> origin/update-xla-commit-hash/6610159969-84-1 2025-03-04T19:54:18.1931359Z * [new branch] update-xla-commit-hash/6689695021-85-1 -> origin/update-xla-commit-hash/6689695021-85-1 2025-03-04T19:54:18.1932816Z * [new branch] update-xla-commit-hash/6767672412-86-1 -> origin/update-xla-commit-hash/6767672412-86-1 2025-03-04T19:54:18.1934126Z * [new branch] update-xla-commit-hash/6846986487-87-1 -> origin/update-xla-commit-hash/6846986487-87-1 2025-03-04T19:54:18.1935467Z * [new branch] update_docs_torch_multinomial_issue#125388 -> origin/update_docs_torch_multinomial_issue#125388 2025-03-04T19:54:18.1936669Z * [new branch] update_kineto_0212_3 -> origin/update_kineto_0212_3 2025-03-04T19:54:18.1938035Z * [new branch] update_kineto_0214 -> origin/update_kineto_0214 2025-03-04T19:54:18.1939322Z * [new branch] update_slow_tests_1722488736 -> origin/update_slow_tests_1722488736 2025-03-04T19:54:18.1940482Z * [new branch] update_slow_tests_1722879173 -> origin/update_slow_tests_1722879173 2025-03-04T19:54:18.1941857Z * [new branch] update_slow_tests_1738568376 -> origin/update_slow_tests_1738568376 2025-03-04T19:54:18.1943030Z * [new branch] update_slow_tests_1739173241 -> origin/update_slow_tests_1739173241 2025-03-04T19:54:18.1944581Z * [new branch] update_slow_tests_1739777990 -> origin/update_slow_tests_1739777990 2025-03-04T19:54:18.1945739Z * [new branch] update_slow_tests_1740382789 -> origin/update_slow_tests_1740382789 2025-03-04T19:54:18.1947033Z * [new branch] update_submodule_FBGEMM -> origin/update_submodule_FBGEMM 2025-03-04T19:54:18.1948199Z * [new branch] update_submodule_kineto -> origin/update_submodule_kineto 2025-03-04T19:54:18.1949680Z * [new branch] use-better-label-for-dcp -> origin/use-better-label-for-dcp 2025-03-04T19:54:18.1951007Z * [new branch] v0.1.2 -> origin/v0.1.2 2025-03-04T19:54:18.1952451Z * [new branch] v1.0.1 -> origin/v1.0.1 2025-03-04T19:54:18.1953776Z * [new branch] v1.0.3 -> origin/v1.0.3 2025-03-04T19:54:18.1955217Z * [new branch] v1.1.0 -> origin/v1.1.0 2025-03-04T19:54:18.1956793Z * [new branch] v1.2.0 -> origin/v1.2.0 2025-03-04T19:54:18.1958164Z * [new branch] v1.3.0 -> origin/v1.3.0 2025-03-04T19:54:18.1959507Z * [new branch] v1.3.1 -> origin/v1.3.1 2025-03-04T19:54:18.1960816Z * [new branch] validate_fn -> origin/validate_fn 2025-03-04T19:54:18.1962211Z * [new branch] validations_2.6 -> origin/validations_2.6 2025-03-04T19:54:18.1963654Z * [new branch] vfdev-5-patch-2 -> origin/vfdev-5-patch-2 2025-03-04T19:54:18.1965020Z * [new branch] viable/strict -> origin/viable/strict 2025-03-04T19:54:18.1966790Z * [new branch] voz/compiled_autograd_hooks -> origin/voz/compiled_autograd_hooks 2025-03-04T19:54:18.1967834Z * [new branch] voz/fsdp_autograd2 -> origin/voz/fsdp_autograd2 2025-03-04T19:54:18.1969174Z * [new branch] voz/fsdp_autograd4 -> origin/voz/fsdp_autograd4 2025-03-04T19:54:18.1970232Z * [new branch] voz/fsdp_autograd_merge -> origin/voz/fsdp_autograd_merge 2025-03-04T19:54:18.1971368Z * [new branch] voz/fsdp_autograd_merge2 -> origin/voz/fsdp_autograd_merge2 2025-03-04T19:54:18.1972690Z * [new branch] voz/partials -> origin/voz/partials 2025-03-04T19:54:18.1974026Z * [new branch] voz/puffery -> origin/voz/puffery 2025-03-04T19:54:18.1975344Z * [new branch] voz/serde2 -> origin/voz/serde2 2025-03-04T19:54:18.1976988Z * [new branch] voz/soft_fork_autograd_fsdp -> origin/voz/soft_fork_autograd_fsdp 2025-03-04T19:54:18.1979017Z * [new branch] wdvr/add_boto3 -> origin/wdvr/add_boto3 2025-03-04T19:54:18.1980147Z * [new branch] wdvr/iss145259_alt -> origin/wdvr/iss145259_alt 2025-03-04T19:54:18.1981270Z * [new branch] wdvr/iss_145259 -> origin/wdvr/iss_145259 2025-03-04T19:54:18.1982549Z * [new branch] wdvr/iss_145801 -> origin/wdvr/iss_145801 2025-03-04T19:54:18.1983642Z * [new branch] wdvr/sccache_nvcc -> origin/wdvr/sccache_nvcc 2025-03-04T19:54:18.1984908Z * [new branch] wdvr/sccache_simplified -> origin/wdvr/sccache_simplified 2025-03-04T19:54:18.1986004Z * [new branch] wdvr/xpu_sccache_fix -> origin/wdvr/xpu_sccache_fix 2025-03-04T19:54:18.1987833Z * [new branch] whc/flight -> origin/whc/flight 2025-03-04T19:54:18.1989283Z * [new branch] whc/flight4 -> origin/whc/flight4 2025-03-04T19:54:18.1990492Z * [new branch] whc/flight51 -> origin/whc/flight51 2025-03-04T19:54:18.1991687Z * [new branch] whc/flight53 -> origin/whc/flight53 2025-03-04T19:54:18.1993035Z * [new branch] whc/flight_full -> origin/whc/flight_full 2025-03-04T19:54:18.1994122Z * [new branch] whc/flightbase -> origin/whc/flightbase 2025-03-04T19:54:18.1995388Z * [new branch] whc/p2phang -> origin/whc/p2phang 2025-03-04T19:54:18.1996697Z * [new branch] whc/stage2 -> origin/whc/stage2 2025-03-04T19:54:18.1998419Z * [new branch] xmfan/ca_5a2be192d1 -> origin/xmfan/ca_5a2be192d1 2025-03-04T19:54:18.1999466Z * [new branch] xmfan/ca_api -> origin/xmfan/ca_api 2025-03-04T19:54:18.2000941Z * [new branch] xmfan/ca_cudagraphs -> origin/xmfan/ca_cudagraphs 2025-03-04T19:54:18.2001814Z * [new branch] xmfan/ca_jan3 -> origin/xmfan/ca_jan3 2025-03-04T19:54:18.2003057Z * [new branch] xmfan/ca_jun18 -> origin/xmfan/ca_jun18 2025-03-04T19:54:18.2004132Z * [new branch] xmfan/ca_jun24 -> origin/xmfan/ca_jun24 2025-03-04T19:54:18.2005370Z * [new branch] xmfan/ca_mem_base -> origin/xmfan/ca_mem_base 2025-03-04T19:54:18.2006474Z * [new branch] xmfan/ca_mem_fix -> origin/xmfan/ca_mem_fix 2025-03-04T19:54:18.2007987Z * [new branch] xmfan/ca_memory_fix -> origin/xmfan/ca_memory_fix 2025-03-04T19:54:18.2009641Z * [new branch] xmfan/ca_memory_fix_rebased -> origin/xmfan/ca_memory_fix_rebased 2025-03-04T19:54:18.2010817Z * [new branch] xmfan/ca_memory_fix_rebased2 -> origin/xmfan/ca_memory_fix_rebased2 2025-03-04T19:54:18.2012296Z * [new branch] xmfan/ca_move_to_cuda -> origin/xmfan/ca_move_to_cuda 2025-03-04T19:54:18.2013412Z * [new branch] xmfan/ca_overhead -> origin/xmfan/ca_overhead 2025-03-04T19:54:18.2014690Z * [new branch] xmfan/ca_overhead_0eba7e5451 -> origin/xmfan/ca_overhead_0eba7e5451 2025-03-04T19:54:18.2015774Z * [new branch] xmfan/ca_scalar -> origin/xmfan/ca_scalar 2025-03-04T19:54:18.2017122Z * [new branch] xmfan/ca_subclass_mem_fix -> origin/xmfan/ca_subclass_mem_fix 2025-03-04T19:54:18.2018300Z * [new branch] xmfan/ca_warm_mem -> origin/xmfan/ca_warm_mem 2025-03-04T19:54:18.2019520Z * [new branch] xmfan/ca_warm_mem_base -> origin/xmfan/ca_warm_mem_base 2025-03-04T19:54:18.2020809Z * [new branch] xmfan/cacu_jun18 -> origin/xmfan/cacu_jun18 2025-03-04T19:54:18.2021868Z * [new branch] xmfan/cacu_jun19 -> origin/xmfan/cacu_jun19 2025-03-04T19:54:18.2023011Z * [new branch] xmfan/cacu_jun4 -> origin/xmfan/cacu_jun4 2025-03-04T19:54:18.2024189Z * [new branch] xmfan/cacu_may27 -> origin/xmfan/cacu_may27 2025-03-04T19:54:18.2025426Z * [new branch] xmfan/circular_dep -> origin/xmfan/circular_dep 2025-03-04T19:54:18.2026632Z * [new branch] xmfan/compiled_autograd_bench -> origin/xmfan/compiled_autograd_bench 2025-03-04T19:54:18.2027948Z * [new branch] xmfan/compiled_autograd_bench_base -> origin/xmfan/compiled_autograd_bench_base 2025-03-04T19:54:18.2029171Z * [new branch] xmfan/compiled_autograd_benchmark -> origin/xmfan/compiled_autograd_benchmark 2025-03-04T19:54:18.2030290Z * [new branch] xmfan/compiled_autograd_ddp -> origin/xmfan/compiled_autograd_ddp 2025-03-04T19:54:18.2031610Z * [new branch] xmfan/compiled_autograd_feb_29 -> origin/xmfan/compiled_autograd_feb_29 2025-03-04T19:54:18.2032864Z * [new branch] xmfan/compiled_autograd_graph_breaks -> origin/xmfan/compiled_autograd_graph_breaks 2025-03-04T19:54:18.2034033Z * [new branch] xmfan/compiled_autograd_hud -> origin/xmfan/compiled_autograd_hud 2025-03-04T19:54:18.2035898Z * [new branch] xmfan/compiled_autograd_hypothetical_perf -> origin/xmfan/compiled_autograd_hypothetical_perf 2025-03-04T19:54:18.2037047Z * [new branch] xmfan/compiled_autograd_perf_no_reuse -> origin/xmfan/compiled_autograd_perf_no_reuse 2025-03-04T19:54:18.2038179Z * [new branch] xmfan/disable_duck_shape -> origin/xmfan/disable_duck_shape 2025-03-04T19:54:18.2039485Z * [new branch] xmfan/distributed_torchbench -> origin/xmfan/distributed_torchbench 2025-03-04T19:54:18.2040697Z * [new branch] xmfan/fca_cpp_node_passthrough -> origin/xmfan/fca_cpp_node_passthrough 2025-03-04T19:54:18.2041864Z * [new branch] xmfan/feb_10_compiled_autograd -> origin/xmfan/feb_10_compiled_autograd 2025-03-04T19:54:18.2043172Z * [new branch] xmfan/feb_10_compiled_autograd_cudagraph -> origin/xmfan/feb_10_compiled_autograd_cudagraph 2025-03-04T19:54:18.2044280Z * [new branch] xmfan/fsdp_wraps -> origin/xmfan/fsdp_wraps 2025-03-04T19:54:18.2045501Z * [new branch] xmfan/issue_123374 -> origin/xmfan/issue_123374 2025-03-04T19:54:18.2046743Z * [new branch] xmfan/oss_benchmark_script -> origin/xmfan/oss_benchmark_script 2025-03-04T19:54:18.2047955Z * [new branch] xmfan/rename_nanogpt -> origin/xmfan/rename_nanogpt 2025-03-04T19:54:18.2049171Z * [new branch] xmfan/retains_grad_hooks -> origin/xmfan/retains_grad_hooks 2025-03-04T19:54:18.2050412Z * [new branch] xmfan/segfault_test -> origin/xmfan/segfault_test 2025-03-04T19:54:18.2051789Z * [new branch] xmfan/single_step -> origin/xmfan/single_step 2025-03-04T19:54:18.2053479Z * [new branch] xmfan/sth_0829 -> origin/xmfan/sth_0829 2025-03-04T19:54:18.2054748Z * [new branch] xmfan/test -> origin/xmfan/test 2025-03-04T19:54:18.2056010Z * [new branch] xmfan/yolov3_oom -> origin/xmfan/yolov3_oom 2025-03-04T19:54:18.2057725Z * [new branch] yguo/debug-0226-constexpr -> origin/yguo/debug-0226-constexpr 2025-03-04T19:54:18.2058940Z * [new branch] yguo/fix-remaining-cpp-wrapper -> origin/yguo/fix-remaining-cpp-wrapper 2025-03-04T19:54:18.2060012Z * [new branch] yguo/new_latest_changes -> origin/yguo/new_latest_changes 2025-03-04T19:54:18.2061207Z * [new branch] yguo/patch_constexpr_changes -> origin/yguo/patch_constexpr_changes 2025-03-04T19:54:18.2063001Z * [new branch] yguo/repro-segfault-triton-aoti-cpp-wrapper -> origin/yguo/repro-segfault-triton-aoti-cpp-wrapper 2025-03-04T19:54:18.2064013Z * [new branch] yihan_quantization -> origin/yihan_quantization 2025-03-04T19:54:18.2065683Z * [new branch] yiming/bootcamp -> origin/yiming/bootcamp 2025-03-04T19:54:18.2067738Z * [new branch] zainr/canary-test -> origin/zainr/canary-test 2025-03-04T19:54:18.2069033Z * [new branch] zainr/historical-correlation-fix -> origin/zainr/historical-correlation-fix 2025-03-04T19:54:18.2070203Z * [new branch] zainr/lint-fix -> origin/zainr/lint-fix 2025-03-04T19:54:18.2071401Z * [new branch] zainr/metrics-job-id -> origin/zainr/metrics-job-id 2025-03-04T19:54:18.2072553Z * [new branch] zainr/metrics-pr -> origin/zainr/metrics-pr 2025-03-04T19:54:18.2073713Z * [new branch] zainr/mypy-break-test -> origin/zainr/mypy-break-test 2025-03-04T19:54:18.2074814Z * [new branch] zainr/mypy-break-test2 -> origin/zainr/mypy-break-test2 2025-03-04T19:54:18.2076279Z * [new branch] zainr/mypy-break-test3 -> origin/zainr/mypy-break-test3 2025-03-04T19:54:18.2077774Z * [new branch] zainr/mypy-update -> origin/zainr/mypy-update 2025-03-04T19:54:18.2079022Z * [new branch] zainr/pull-migration-c -> origin/zainr/pull-migration-c 2025-03-04T19:54:18.2080222Z * [new branch] zainr/sha-checking -> origin/zainr/sha-checking 2025-03-04T19:54:18.2081438Z * [new branch] zainr/td-baseline-stats -> origin/zainr/td-baseline-stats 2025-03-04T19:54:18.2082571Z * [new branch] zainr/td-class -> origin/zainr/td-class 2025-03-04T19:54:18.2083840Z * [new branch] zainr/td-class-metrics -> origin/zainr/td-class-metrics 2025-03-04T19:54:18.2085035Z * [new branch] zainr/td-downgrade -> origin/zainr/td-downgrade 2025-03-04T19:54:18.2086213Z * [new branch] zainr/td-file-pass -> origin/zainr/td-file-pass 2025-03-04T19:54:18.2087441Z * [new branch] zainr/td-metrics-v2 -> origin/zainr/td-metrics-v2 2025-03-04T19:54:18.2088689Z * [new branch] zainr/td-pass-class-times -> origin/zainr/td-pass-class-times 2025-03-04T19:54:18.2089989Z * [new branch] zainr/td-shard-info -> origin/zainr/td-shard-info 2025-03-04T19:54:18.2091150Z * [new branch] zainr/td-trial -> origin/zainr/td-trial 2025-03-04T19:54:18.2092464Z * [new branch] zainr/unstable -> origin/zainr/unstable 2025-03-04T19:54:18.2094212Z * [new branch] zainrizvi/testing1 -> origin/zainrizvi/testing1 2025-03-04T19:54:18.2095679Z * [new branch] zasdfgbnm-patch-3 -> origin/zasdfgbnm-patch-3 2025-03-04T19:54:18.2097340Z * [new branch] zb2p -> origin/zb2p 2025-03-04T19:54:18.2098682Z * [new branch] zbv_algo -> origin/zbv_algo 2025-03-04T19:54:18.2100113Z * [new branch] zdevito-patch-1 -> origin/zdevito-patch-1 2025-03-04T19:54:18.2101771Z * [new branch] zdevito-patch-2 -> origin/zdevito-patch-2 2025-03-04T19:54:18.2103069Z * [new branch] zeros-and-scatter-part2 -> origin/zeros-and-scatter-part2 2025-03-04T19:54:18.2105235Z * [new branch] zhxchen17/aoti/0 -> origin/zhxchen17/aoti/0 2025-03-04T19:54:18.2106821Z * [new branch] zhxchen17/export/1 -> origin/zhxchen17/export/1 2025-03-04T19:54:18.2108201Z * [new branch] zhxchen17/export/12 -> origin/zhxchen17/export/12 2025-03-04T19:54:18.2109384Z * [new branch] zhxchen17/export/13 -> origin/zhxchen17/export/13 2025-03-04T19:54:18.2110689Z * [new branch] zhxchen17/export/14 -> origin/zhxchen17/export/14 2025-03-04T19:54:18.2111749Z * [new branch] zhxchen17/export/3 -> origin/zhxchen17/export/3 2025-03-04T19:54:18.2113137Z * [new branch] zhxchen17/export/6 -> origin/zhxchen17/export/6 2025-03-04T19:54:18.2114282Z * [new branch] zhxchen17/export/7 -> origin/zhxchen17/export/7 2025-03-04T19:54:18.2115492Z * [new branch] zhxchen17/export/8 -> origin/zhxchen17/export/8 2025-03-04T19:54:18.2117235Z * [new branch] zhxchen17/sticky_cache/0 -> origin/zhxchen17/sticky_cache/0 2025-03-04T19:54:18.2118846Z * [new branch] zhxchen17/tmp/0 -> origin/zhxchen17/tmp/0 2025-03-04T19:54:18.2120001Z * [new branch] zhxchen17/tmp/2 -> origin/zhxchen17/tmp/2 2025-03-04T19:54:18.2121785Z * [new branch] zxiiro/docs-build.sh -> origin/zxiiro/docs-build.sh 2025-03-04T19:54:18.2123170Z * [new tag] bc2caa7fdf006894eff7af936babde69ab5a40f8-huydhn-debug -> bc2caa7fdf006894eff7af936babde69ab5a40f8-huydhn-debug 2025-03-04T19:54:18.2124544Z * [new tag] ci/binaries/77164 -> ci/binaries/77164 2025-03-04T19:54:18.2126008Z * [new tag] ciflow/all/70978 -> ciflow/all/70978 2025-03-04T19:54:18.2127000Z * [new tag] ciflow/all/70979 -> ciflow/all/70979 2025-03-04T19:54:18.2128034Z * [new tag] ciflow/all/70989 -> ciflow/all/70989 2025-03-04T19:54:18.2129188Z * [new tag] ciflow/binaries/120076 -> ciflow/binaries/120076 2025-03-04T19:54:18.2130105Z * [new tag] ciflow/binaries/129465 -> ciflow/binaries/129465 2025-03-04T19:54:18.2131059Z * [new tag] ciflow/binaries/138996 -> ciflow/binaries/138996 2025-03-04T19:54:18.2132091Z * [new tag] ciflow/binaries/139760 -> ciflow/binaries/139760 2025-03-04T19:54:18.2133034Z * [new tag] ciflow/binaries/141178 -> ciflow/binaries/141178 2025-03-04T19:54:18.2134080Z * [new tag] ciflow/binaries/142040 -> ciflow/binaries/142040 2025-03-04T19:54:18.2134806Z * [new tag] ciflow/binaries/143082 -> ciflow/binaries/143082 2025-03-04T19:54:18.2135925Z * [new tag] ciflow/binaries/143416 -> ciflow/binaries/143416 2025-03-04T19:54:18.2136913Z * [new tag] ciflow/binaries/143794 -> ciflow/binaries/143794 2025-03-04T19:54:18.2138292Z * [new tag] ciflow/binaries/144127 -> ciflow/binaries/144127 2025-03-04T19:54:18.2139029Z * [new tag] ciflow/binaries/145119 -> ciflow/binaries/145119 2025-03-04T19:54:18.2140379Z * [new tag] ciflow/binaries/145224 -> ciflow/binaries/145224 2025-03-04T19:54:18.2141661Z * [new tag] ciflow/binaries/146717 -> ciflow/binaries/146717 2025-03-04T19:54:18.2142931Z * [new tag] ciflow/binaries/147448 -> ciflow/binaries/147448 2025-03-04T19:54:18.2143913Z * [new tag] ciflow/binaries/147498 -> ciflow/binaries/147498 2025-03-04T19:54:18.2144914Z * [new tag] ciflow/binaries/147607 -> ciflow/binaries/147607 2025-03-04T19:54:18.2145910Z * [new tag] ciflow/binaries/147664 -> ciflow/binaries/147664 2025-03-04T19:54:18.2146919Z * [new tag] ciflow/binaries/147817 -> ciflow/binaries/147817 2025-03-04T19:54:18.2147890Z * [new tag] ciflow/binaries/147917 -> ciflow/binaries/147917 2025-03-04T19:54:18.2148918Z * [new tag] ciflow/binaries/147945 -> ciflow/binaries/147945 2025-03-04T19:54:18.2149880Z * [new tag] ciflow/binaries/147964 -> ciflow/binaries/147964 2025-03-04T19:54:18.2150869Z * [new tag] ciflow/binaries/148163 -> ciflow/binaries/148163 2025-03-04T19:54:18.2152014Z * [new tag] ciflow/binaries/148173 -> ciflow/binaries/148173 2025-03-04T19:54:18.2152983Z * [new tag] ciflow/binaries/148343 -> ciflow/binaries/148343 2025-03-04T19:54:18.2154531Z * [new tag] ciflow/binaries_wheel/138834 -> ciflow/binaries_wheel/138834 2025-03-04T19:54:18.2155186Z * [new tag] ciflow/binaries_wheel/142279 -> ciflow/binaries_wheel/142279 2025-03-04T19:54:18.2155960Z * [new tag] ciflow/binaries_wheel/143388 -> ciflow/binaries_wheel/143388 2025-03-04T19:54:18.2157080Z * [new tag] ciflow/binaries_wheel/144049 -> ciflow/binaries_wheel/144049 2025-03-04T19:54:18.2157780Z * [new tag] ciflow/binaries_wheel/146055 -> ciflow/binaries_wheel/146055 2025-03-04T19:54:18.2158833Z * [new tag] ciflow/binaries_wheel/146573 -> ciflow/binaries_wheel/146573 2025-03-04T19:54:18.2159870Z * [new tag] ciflow/binaries_wheel/147074 -> ciflow/binaries_wheel/147074 2025-03-04T19:54:18.2160705Z * [new tag] ciflow/binaries_wheel/147448 -> ciflow/binaries_wheel/147448 2025-03-04T19:54:18.2161726Z * [new tag] ciflow/binaries_wheel/147455 -> ciflow/binaries_wheel/147455 2025-03-04T19:54:18.2162598Z * [new tag] ciflow/binaries_wheel/148313 -> ciflow/binaries_wheel/148313 2025-03-04T19:54:18.2163607Z * [new tag] ciflow/binaries_wheel/148319 -> ciflow/binaries_wheel/148319 2025-03-04T19:54:18.2164591Z * [new tag] ciflow/cuda/70978 -> ciflow/cuda/70978 2025-03-04T19:54:18.2165342Z * [new tag] ciflow/cuda/70979 -> ciflow/cuda/70979 2025-03-04T19:54:18.2166140Z * [new tag] ciflow/cuda/70989 -> ciflow/cuda/70989 2025-03-04T19:54:18.2167459Z * [new tag] ciflow/inductor-cu126/140793 -> ciflow/inductor-cu126/140793 2025-03-04T19:54:18.2168596Z * [new tag] ciflow/inductor-micro-benchmark/141910 -> ciflow/inductor-micro-benchmark/141910 2025-03-04T19:54:18.2169387Z * [new tag] ciflow/inductor-perf-compare/140195 -> ciflow/inductor-perf-compare/140195 2025-03-04T19:54:18.2170341Z * [new tag] ciflow/inductor-perf-test-nightly/140195 -> ciflow/inductor-perf-test-nightly/140195 2025-03-04T19:54:18.2171626Z * [new tag] ciflow/inductor-periodic/140793 -> ciflow/inductor-periodic/140793 2025-03-04T19:54:18.2172447Z * [new tag] ciflow/inductor-periodic/145612 -> ciflow/inductor-periodic/145612 2025-03-04T19:54:18.2173538Z * [new tag] ciflow/inductor-periodic/147315 -> ciflow/inductor-periodic/147315 2025-03-04T19:54:18.2174713Z * [new tag] ciflow/inductor-rocm/140989 -> ciflow/inductor-rocm/140989 2025-03-04T19:54:18.2175838Z * [new tag] ciflow/inductor-rocm/141309 -> ciflow/inductor-rocm/141309 2025-03-04T19:54:18.2176828Z * [new tag] ciflow/inductor-rocm/141355 -> ciflow/inductor-rocm/141355 2025-03-04T19:54:18.2177863Z * [new tag] ciflow/inductor-rocm/146264 -> ciflow/inductor-rocm/146264 2025-03-04T19:54:18.2178881Z * [new tag] ciflow/inductor-rocm/146903 -> ciflow/inductor-rocm/146903 2025-03-04T19:54:18.2179611Z * [new tag] ciflow/inductor-rocm/147315 -> ciflow/inductor-rocm/147315 2025-03-04T19:54:18.2180679Z * [new tag] ciflow/inductor-rocm/147320 -> ciflow/inductor-rocm/147320 2025-03-04T19:54:18.2181766Z * [new tag] ciflow/inductor-rocm/147452 -> ciflow/inductor-rocm/147452 2025-03-04T19:54:18.2182910Z * [new tag] ciflow/inductor-rocm/147583 -> ciflow/inductor-rocm/147583 2025-03-04T19:54:18.2183938Z * [new tag] ciflow/inductor-rocm/147619 -> ciflow/inductor-rocm/147619 2025-03-04T19:54:18.2185049Z * [new tag] ciflow/inductor-rocm/148305 -> ciflow/inductor-rocm/148305 2025-03-04T19:54:18.2186298Z * [new tag] ciflow/inductor-rocm/148437 -> ciflow/inductor-rocm/148437 2025-03-04T19:54:18.2187383Z * [new tag] ciflow/inductor/110155 -> ciflow/inductor/110155 2025-03-04T19:54:18.2188010Z * [new tag] ciflow/inductor/113257 -> ciflow/inductor/113257 2025-03-04T19:54:18.2188983Z * [new tag] ciflow/inductor/119496 -> ciflow/inductor/119496 2025-03-04T19:54:18.2189739Z * [new tag] ciflow/inductor/119977 -> ciflow/inductor/119977 2025-03-04T19:54:18.2190600Z * [new tag] ciflow/inductor/120076 -> ciflow/inductor/120076 2025-03-04T19:54:18.2191468Z * [new tag] ciflow/inductor/121445 -> ciflow/inductor/121445 2025-03-04T19:54:18.2192205Z * [new tag] ciflow/inductor/124490 -> ciflow/inductor/124490 2025-03-04T19:54:18.2193073Z * [new tag] ciflow/inductor/125270 -> ciflow/inductor/125270 2025-03-04T19:54:18.2193819Z * [new tag] ciflow/inductor/125326 -> ciflow/inductor/125326 2025-03-04T19:54:18.2194754Z * [new tag] ciflow/inductor/125428 -> ciflow/inductor/125428 2025-03-04T19:54:18.2195483Z * [new tag] ciflow/inductor/125469 -> ciflow/inductor/125469 2025-03-04T19:54:18.2196634Z * [new tag] ciflow/inductor/125806 -> ciflow/inductor/125806 2025-03-04T19:54:18.2197753Z * [new tag] ciflow/inductor/125888 -> ciflow/inductor/125888 2025-03-04T19:54:18.2198968Z * [new tag] ciflow/inductor/125995 -> ciflow/inductor/125995 2025-03-04T19:54:18.2199757Z * [new tag] ciflow/inductor/126348 -> ciflow/inductor/126348 2025-03-04T19:54:18.2200795Z * [new tag] ciflow/inductor/127011 -> ciflow/inductor/127011 2025-03-04T19:54:18.2201946Z * [new tag] ciflow/inductor/127171 -> ciflow/inductor/127171 2025-03-04T19:54:18.2202856Z * [new tag] ciflow/inductor/127293 -> ciflow/inductor/127293 2025-03-04T19:54:18.2203663Z * [new tag] ciflow/inductor/127294 -> ciflow/inductor/127294 2025-03-04T19:54:18.2204692Z * [new tag] ciflow/inductor/129352 -> ciflow/inductor/129352 2025-03-04T19:54:18.2205491Z * [new tag] ciflow/inductor/129420 -> ciflow/inductor/129420 2025-03-04T19:54:18.2206423Z * [new tag] ciflow/inductor/130141 -> ciflow/inductor/130141 2025-03-04T19:54:18.2207425Z * [new tag] ciflow/inductor/130499 -> ciflow/inductor/130499 2025-03-04T19:54:18.2208195Z * [new tag] ciflow/inductor/130887 -> ciflow/inductor/130887 2025-03-04T19:54:18.2209319Z * [new tag] ciflow/inductor/131354 -> ciflow/inductor/131354 2025-03-04T19:54:18.2210210Z * [new tag] ciflow/inductor/132021 -> ciflow/inductor/132021 2025-03-04T19:54:18.2210943Z * [new tag] ciflow/inductor/132414 -> ciflow/inductor/132414 2025-03-04T19:54:18.2211980Z * [new tag] ciflow/inductor/133044 -> ciflow/inductor/133044 2025-03-04T19:54:18.2212754Z * [new tag] ciflow/inductor/133121 -> ciflow/inductor/133121 2025-03-04T19:54:18.2213701Z * [new tag] ciflow/inductor/133287 -> ciflow/inductor/133287 2025-03-04T19:54:18.2214452Z * [new tag] ciflow/inductor/133289 -> ciflow/inductor/133289 2025-03-04T19:54:18.2215383Z * [new tag] ciflow/inductor/133296 -> ciflow/inductor/133296 2025-03-04T19:54:18.2216157Z * [new tag] ciflow/inductor/133297 -> ciflow/inductor/133297 2025-03-04T19:54:18.2217086Z * [new tag] ciflow/inductor/133315 -> ciflow/inductor/133315 2025-03-04T19:54:18.2217988Z * [new tag] ciflow/inductor/133392 -> ciflow/inductor/133392 2025-03-04T19:54:18.2218753Z * [new tag] ciflow/inductor/133419 -> ciflow/inductor/133419 2025-03-04T19:54:18.2219737Z * [new tag] ciflow/inductor/133423 -> ciflow/inductor/133423 2025-03-04T19:54:18.2220452Z * [new tag] ciflow/inductor/133667 -> ciflow/inductor/133667 2025-03-04T19:54:18.2221360Z * [new tag] ciflow/inductor/133753 -> ciflow/inductor/133753 2025-03-04T19:54:18.2222250Z * [new tag] ciflow/inductor/134681 -> ciflow/inductor/134681 2025-03-04T19:54:18.2223010Z * [new tag] ciflow/inductor/135708 -> ciflow/inductor/135708 2025-03-04T19:54:18.2223954Z * [new tag] ciflow/inductor/135792 -> ciflow/inductor/135792 2025-03-04T19:54:18.2224719Z * [new tag] ciflow/inductor/136355 -> ciflow/inductor/136355 2025-03-04T19:54:18.2225669Z * [new tag] ciflow/inductor/136702 -> ciflow/inductor/136702 2025-03-04T19:54:18.2226524Z * [new tag] ciflow/inductor/137400 -> ciflow/inductor/137400 2025-03-04T19:54:18.2227387Z * [new tag] ciflow/inductor/137568 -> ciflow/inductor/137568 2025-03-04T19:54:18.2228169Z * [new tag] ciflow/inductor/137583 -> ciflow/inductor/137583 2025-03-04T19:54:18.2229226Z * [new tag] ciflow/inductor/137846 -> ciflow/inductor/137846 2025-03-04T19:54:18.2230100Z * [new tag] ciflow/inductor/137884 -> ciflow/inductor/137884 2025-03-04T19:54:18.2230952Z * [new tag] ciflow/inductor/138185 -> ciflow/inductor/138185 2025-03-04T19:54:18.2231856Z * [new tag] ciflow/inductor/138202 -> ciflow/inductor/138202 2025-03-04T19:54:18.2232628Z * [new tag] ciflow/inductor/138213 -> ciflow/inductor/138213 2025-03-04T19:54:18.2233533Z * [new tag] ciflow/inductor/138214 -> ciflow/inductor/138214 2025-03-04T19:54:18.2234603Z * [new tag] ciflow/inductor/138388 -> ciflow/inductor/138388 2025-03-04T19:54:18.2235408Z * [new tag] ciflow/inductor/138513 -> ciflow/inductor/138513 2025-03-04T19:54:18.2236310Z * [new tag] ciflow/inductor/138519 -> ciflow/inductor/138519 2025-03-04T19:54:18.2237892Z * [new tag] ciflow/inductor/138555 -> ciflow/inductor/138555 2025-03-04T19:54:18.2238933Z * [new tag] ciflow/inductor/138626 -> ciflow/inductor/138626 2025-03-04T19:54:18.2239807Z * [new tag] ciflow/inductor/138889 -> ciflow/inductor/138889 2025-03-04T19:54:18.2240676Z * [new tag] ciflow/inductor/138930 -> ciflow/inductor/138930 2025-03-04T19:54:18.2241509Z * [new tag] ciflow/inductor/139094 -> ciflow/inductor/139094 2025-03-04T19:54:18.2242385Z * [new tag] ciflow/inductor/139271 -> ciflow/inductor/139271 2025-03-04T19:54:18.2243288Z * [new tag] ciflow/inductor/139561 -> ciflow/inductor/139561 2025-03-04T19:54:18.2244062Z * [new tag] ciflow/inductor/139975 -> ciflow/inductor/139975 2025-03-04T19:54:18.2245021Z * [new tag] ciflow/inductor/140032 -> ciflow/inductor/140032 2025-03-04T19:54:18.2249826Z * [new tag] ciflow/inductor/140084 -> ciflow/inductor/140084 2025-03-04T19:54:18.2250048Z * [new tag] ciflow/inductor/140159 -> ciflow/inductor/140159 2025-03-04T19:54:18.2250286Z * [new tag] ciflow/inductor/140195 -> ciflow/inductor/140195 2025-03-04T19:54:18.2250484Z * [new tag] ciflow/inductor/140746 -> ciflow/inductor/140746 2025-03-04T19:54:18.2250702Z * [new tag] ciflow/inductor/140756 -> ciflow/inductor/140756 2025-03-04T19:54:18.2251097Z * [new tag] ciflow/inductor/140979 -> ciflow/inductor/140979 2025-03-04T19:54:18.2252677Z * [new tag] ciflow/inductor/141082 -> ciflow/inductor/141082 2025-03-04T19:54:18.2253430Z * [new tag] ciflow/inductor/141096 -> ciflow/inductor/141096 2025-03-04T19:54:18.2254471Z * [new tag] ciflow/inductor/141097 -> ciflow/inductor/141097 2025-03-04T19:54:18.2255401Z * [new tag] ciflow/inductor/141213 -> ciflow/inductor/141213 2025-03-04T19:54:18.2256213Z * [new tag] ciflow/inductor/141309 -> ciflow/inductor/141309 2025-03-04T19:54:18.2257133Z * [new tag] ciflow/inductor/141393 -> ciflow/inductor/141393 2025-03-04T19:54:18.2257935Z * [new tag] ciflow/inductor/141641 -> ciflow/inductor/141641 2025-03-04T19:54:18.2258815Z * [new tag] ciflow/inductor/141684 -> ciflow/inductor/141684 2025-03-04T19:54:18.2260026Z * [new tag] ciflow/inductor/141700 -> ciflow/inductor/141700 2025-03-04T19:54:18.2260616Z * [new tag] ciflow/inductor/141730 -> ciflow/inductor/141730 2025-03-04T19:54:18.2261557Z * [new tag] ciflow/inductor/141842 -> ciflow/inductor/141842 2025-03-04T19:54:18.2262366Z * [new tag] ciflow/inductor/141889 -> ciflow/inductor/141889 2025-03-04T19:54:18.2263306Z * [new tag] ciflow/inductor/141940 -> ciflow/inductor/141940 2025-03-04T19:54:18.2264163Z * [new tag] ciflow/inductor/141944 -> ciflow/inductor/141944 2025-03-04T19:54:18.2265036Z * [new tag] ciflow/inductor/141961 -> ciflow/inductor/141961 2025-03-04T19:54:18.2265793Z * [new tag] ciflow/inductor/142091 -> ciflow/inductor/142091 2025-03-04T19:54:18.2266770Z * [new tag] ciflow/inductor/142092 -> ciflow/inductor/142092 2025-03-04T19:54:18.2267960Z * [new tag] ciflow/inductor/142163 -> ciflow/inductor/142163 2025-03-04T19:54:18.2269137Z * [new tag] ciflow/inductor/142272 -> ciflow/inductor/142272 2025-03-04T19:54:18.2270325Z * [new tag] ciflow/inductor/142273 -> ciflow/inductor/142273 2025-03-04T19:54:18.2271140Z * [new tag] ciflow/inductor/142295 -> ciflow/inductor/142295 2025-03-04T19:54:18.2272037Z * [new tag] ciflow/inductor/142296 -> ciflow/inductor/142296 2025-03-04T19:54:18.2273056Z * [new tag] ciflow/inductor/142309 -> ciflow/inductor/142309 2025-03-04T19:54:18.2273811Z * [new tag] ciflow/inductor/142350 -> ciflow/inductor/142350 2025-03-04T19:54:18.2274789Z * [new tag] ciflow/inductor/142372 -> ciflow/inductor/142372 2025-03-04T19:54:18.2275669Z * [new tag] ciflow/inductor/142483 -> ciflow/inductor/142483 2025-03-04T19:54:18.2276399Z * [new tag] ciflow/inductor/142851 -> ciflow/inductor/142851 2025-03-04T19:54:18.2277360Z * [new tag] ciflow/inductor/143044 -> ciflow/inductor/143044 2025-03-04T19:54:18.2278271Z * [new tag] ciflow/inductor/143103 -> ciflow/inductor/143103 2025-03-04T19:54:18.2279040Z * [new tag] ciflow/inductor/143220 -> ciflow/inductor/143220 2025-03-04T19:54:18.2280144Z * [new tag] ciflow/inductor/143256 -> ciflow/inductor/143256 2025-03-04T19:54:18.2280938Z * [new tag] ciflow/inductor/143275 -> ciflow/inductor/143275 2025-03-04T19:54:18.2281869Z * [new tag] ciflow/inductor/143313 -> ciflow/inductor/143313 2025-03-04T19:54:18.2282756Z * [new tag] ciflow/inductor/143411 -> ciflow/inductor/143411 2025-03-04T19:54:18.2283530Z * [new tag] ciflow/inductor/143457 -> ciflow/inductor/143457 2025-03-04T19:54:18.2284808Z * [new tag] ciflow/inductor/143464 -> ciflow/inductor/143464 2025-03-04T19:54:18.2285781Z * [new tag] ciflow/inductor/143475 -> ciflow/inductor/143475 2025-03-04T19:54:18.2286659Z * [new tag] ciflow/inductor/143525 -> ciflow/inductor/143525 2025-03-04T19:54:18.2287888Z * [new tag] ciflow/inductor/143527 -> ciflow/inductor/143527 2025-03-04T19:54:18.2288780Z * [new tag] ciflow/inductor/143533 -> ciflow/inductor/143533 2025-03-04T19:54:18.2289512Z * [new tag] ciflow/inductor/143534 -> ciflow/inductor/143534 2025-03-04T19:54:18.2290614Z * [new tag] ciflow/inductor/143544 -> ciflow/inductor/143544 2025-03-04T19:54:18.2291641Z * [new tag] ciflow/inductor/143666 -> ciflow/inductor/143666 2025-03-04T19:54:18.2292616Z * [new tag] ciflow/inductor/143671 -> ciflow/inductor/143671 2025-03-04T19:54:18.2293357Z * [new tag] ciflow/inductor/143712 -> ciflow/inductor/143712 2025-03-04T19:54:18.2294277Z * [new tag] ciflow/inductor/143812 -> ciflow/inductor/143812 2025-03-04T19:54:18.2295276Z * [new tag] ciflow/inductor/143833 -> ciflow/inductor/143833 2025-03-04T19:54:18.2296174Z * [new tag] ciflow/inductor/143961 -> ciflow/inductor/143961 2025-03-04T19:54:18.2297159Z * [new tag] ciflow/inductor/143987 -> ciflow/inductor/143987 2025-03-04T19:54:18.2298535Z * [new tag] ciflow/inductor/144008 -> ciflow/inductor/144008 2025-03-04T19:54:18.2299552Z * [new tag] ciflow/inductor/144017 -> ciflow/inductor/144017 2025-03-04T19:54:18.2300808Z * [new tag] ciflow/inductor/144073 -> ciflow/inductor/144073 2025-03-04T19:54:18.2304223Z * [new tag] ciflow/inductor/144097 -> ciflow/inductor/144097 2025-03-04T19:54:18.2304962Z * [new tag] ciflow/inductor/144120 -> ciflow/inductor/144120 2025-03-04T19:54:18.2306203Z * [new tag] ciflow/inductor/144172 -> ciflow/inductor/144172 2025-03-04T19:54:18.2307153Z * [new tag] ciflow/inductor/144234 -> ciflow/inductor/144234 2025-03-04T19:54:18.2308242Z * [new tag] ciflow/inductor/144272 -> ciflow/inductor/144272 2025-03-04T19:54:18.2309038Z * [new tag] ciflow/inductor/144288 -> ciflow/inductor/144288 2025-03-04T19:54:18.2309885Z * [new tag] ciflow/inductor/144293 -> ciflow/inductor/144293 2025-03-04T19:54:18.2311374Z * [new tag] ciflow/inductor/144294 -> ciflow/inductor/144294 2025-03-04T19:54:18.2312170Z * [new tag] ciflow/inductor/144332 -> ciflow/inductor/144332 2025-03-04T19:54:18.2313008Z * [new tag] ciflow/inductor/144333 -> ciflow/inductor/144333 2025-03-04T19:54:18.2313881Z * [new tag] ciflow/inductor/144349 -> ciflow/inductor/144349 2025-03-04T19:54:18.2314735Z * [new tag] ciflow/inductor/144353 -> ciflow/inductor/144353 2025-03-04T19:54:18.2315609Z * [new tag] ciflow/inductor/144365 -> ciflow/inductor/144365 2025-03-04T19:54:18.2316440Z * [new tag] ciflow/inductor/144366 -> ciflow/inductor/144366 2025-03-04T19:54:18.2317395Z * [new tag] ciflow/inductor/144405 -> ciflow/inductor/144405 2025-03-04T19:54:18.2318246Z * [new tag] ciflow/inductor/144413 -> ciflow/inductor/144413 2025-03-04T19:54:18.2319149Z * [new tag] ciflow/inductor/144414 -> ciflow/inductor/144414 2025-03-04T19:54:18.2320004Z * [new tag] ciflow/inductor/144438 -> ciflow/inductor/144438 2025-03-04T19:54:18.2320869Z * [new tag] ciflow/inductor/144452 -> ciflow/inductor/144452 2025-03-04T19:54:18.2321747Z * [new tag] ciflow/inductor/144458 -> ciflow/inductor/144458 2025-03-04T19:54:18.2322568Z * [new tag] ciflow/inductor/144501 -> ciflow/inductor/144501 2025-03-04T19:54:18.2323450Z * [new tag] ciflow/inductor/144505 -> ciflow/inductor/144505 2025-03-04T19:54:18.2324330Z * [new tag] ciflow/inductor/144507 -> ciflow/inductor/144507 2025-03-04T19:54:18.2325395Z * [new tag] ciflow/inductor/144516 -> ciflow/inductor/144516 2025-03-04T19:54:18.2326080Z * [new tag] ciflow/inductor/144542 -> ciflow/inductor/144542 2025-03-04T19:54:18.2326946Z * [new tag] ciflow/inductor/144548 -> ciflow/inductor/144548 2025-03-04T19:54:18.2327810Z * [new tag] ciflow/inductor/144551 -> ciflow/inductor/144551 2025-03-04T19:54:18.2328741Z * [new tag] ciflow/inductor/144553 -> ciflow/inductor/144553 2025-03-04T19:54:18.2329582Z * [new tag] ciflow/inductor/144555 -> ciflow/inductor/144555 2025-03-04T19:54:18.2330585Z * [new tag] ciflow/inductor/144556 -> ciflow/inductor/144556 2025-03-04T19:54:18.2331412Z * [new tag] ciflow/inductor/144579 -> ciflow/inductor/144579 2025-03-04T19:54:18.2332728Z * [new tag] ciflow/inductor/144598 -> ciflow/inductor/144598 2025-03-04T19:54:18.2333612Z * [new tag] ciflow/inductor/144712 -> ciflow/inductor/144712 2025-03-04T19:54:18.2334338Z * [new tag] ciflow/inductor/144721 -> ciflow/inductor/144721 2025-03-04T19:54:18.2335582Z * [new tag] ciflow/inductor/144724 -> ciflow/inductor/144724 2025-03-04T19:54:18.2336386Z * [new tag] ciflow/inductor/144733 -> ciflow/inductor/144733 2025-03-04T19:54:18.2337235Z * [new tag] ciflow/inductor/144741 -> ciflow/inductor/144741 2025-03-04T19:54:18.2338068Z * [new tag] ciflow/inductor/144765 -> ciflow/inductor/144765 2025-03-04T19:54:18.2339104Z * [new tag] ciflow/inductor/144771 -> ciflow/inductor/144771 2025-03-04T19:54:18.2340163Z * [new tag] ciflow/inductor/144880 -> ciflow/inductor/144880 2025-03-04T19:54:18.2341023Z * [new tag] ciflow/inductor/144905 -> ciflow/inductor/144905 2025-03-04T19:54:18.2341899Z * [new tag] ciflow/inductor/144925 -> ciflow/inductor/144925 2025-03-04T19:54:18.2342764Z * [new tag] ciflow/inductor/144943 -> ciflow/inductor/144943 2025-03-04T19:54:18.2343822Z * [new tag] ciflow/inductor/144953 -> ciflow/inductor/144953 2025-03-04T19:54:18.2344732Z * [new tag] ciflow/inductor/144975 -> ciflow/inductor/144975 2025-03-04T19:54:18.2345622Z * [new tag] ciflow/inductor/144979 -> ciflow/inductor/144979 2025-03-04T19:54:18.2346463Z * [new tag] ciflow/inductor/144986 -> ciflow/inductor/144986 2025-03-04T19:54:18.2347630Z * [new tag] ciflow/inductor/144992 -> ciflow/inductor/144992 2025-03-04T19:54:18.2348829Z * [new tag] ciflow/inductor/145024 -> ciflow/inductor/145024 2025-03-04T19:54:18.2349627Z * [new tag] ciflow/inductor/145061 -> ciflow/inductor/145061 2025-03-04T19:54:18.2350527Z * [new tag] ciflow/inductor/145117 -> ciflow/inductor/145117 2025-03-04T19:54:18.2351472Z * [new tag] ciflow/inductor/145119 -> ciflow/inductor/145119 2025-03-04T19:54:18.2352249Z * [new tag] ciflow/inductor/145150 -> ciflow/inductor/145150 2025-03-04T19:54:18.2353322Z * [new tag] ciflow/inductor/145153 -> ciflow/inductor/145153 2025-03-04T19:54:18.2354199Z * [new tag] ciflow/inductor/145254 -> ciflow/inductor/145254 2025-03-04T19:54:18.2355098Z * [new tag] ciflow/inductor/145331 -> ciflow/inductor/145331 2025-03-04T19:54:18.2355956Z * [new tag] ciflow/inductor/145353 -> ciflow/inductor/145353 2025-03-04T19:54:18.2356843Z * [new tag] ciflow/inductor/145475 -> ciflow/inductor/145475 2025-03-04T19:54:18.2357728Z * [new tag] ciflow/inductor/145523 -> ciflow/inductor/145523 2025-03-04T19:54:18.2358681Z * [new tag] ciflow/inductor/145540 -> ciflow/inductor/145540 2025-03-04T19:54:18.2359440Z * [new tag] ciflow/inductor/145559 -> ciflow/inductor/145559 2025-03-04T19:54:18.2360832Z * [new tag] ciflow/inductor/145562 -> ciflow/inductor/145562 2025-03-04T19:54:18.2361698Z * [new tag] ciflow/inductor/145594 -> ciflow/inductor/145594 2025-03-04T19:54:18.2362571Z * [new tag] ciflow/inductor/145595 -> ciflow/inductor/145595 2025-03-04T19:54:18.2363349Z * [new tag] ciflow/inductor/145605 -> ciflow/inductor/145605 2025-03-04T19:54:18.2364262Z * [new tag] ciflow/inductor/145612 -> ciflow/inductor/145612 2025-03-04T19:54:18.2365234Z * [new tag] ciflow/inductor/145636 -> ciflow/inductor/145636 2025-03-04T19:54:18.2365935Z * [new tag] ciflow/inductor/145647 -> ciflow/inductor/145647 2025-03-04T19:54:18.2366874Z * [new tag] ciflow/inductor/145681 -> ciflow/inductor/145681 2025-03-04T19:54:18.2367741Z * [new tag] ciflow/inductor/145865 -> ciflow/inductor/145865 2025-03-04T19:54:18.2368657Z * [new tag] ciflow/inductor/145885 -> ciflow/inductor/145885 2025-03-04T19:54:18.2369521Z * [new tag] ciflow/inductor/145911 -> ciflow/inductor/145911 2025-03-04T19:54:18.2370399Z * [new tag] ciflow/inductor/145922 -> ciflow/inductor/145922 2025-03-04T19:54:18.2371163Z * [new tag] ciflow/inductor/145936 -> ciflow/inductor/145936 2025-03-04T19:54:18.2372298Z * [new tag] ciflow/inductor/145966 -> ciflow/inductor/145966 2025-03-04T19:54:18.2373044Z * [new tag] ciflow/inductor/145969 -> ciflow/inductor/145969 2025-03-04T19:54:18.2374049Z * [new tag] ciflow/inductor/145979 -> ciflow/inductor/145979 2025-03-04T19:54:18.2374772Z * [new tag] ciflow/inductor/145992 -> ciflow/inductor/145992 2025-03-04T19:54:18.2376000Z * [new tag] ciflow/inductor/146051 -> ciflow/inductor/146051 2025-03-04T19:54:18.2376743Z * [new tag] ciflow/inductor/146063 -> ciflow/inductor/146063 2025-03-04T19:54:18.2377693Z * [new tag] ciflow/inductor/146101 -> ciflow/inductor/146101 2025-03-04T19:54:18.2378830Z * [new tag] ciflow/inductor/146115 -> ciflow/inductor/146115 2025-03-04T19:54:18.2379727Z * [new tag] ciflow/inductor/146135 -> ciflow/inductor/146135 2025-03-04T19:54:18.2380598Z * [new tag] ciflow/inductor/146171 -> ciflow/inductor/146171 2025-03-04T19:54:18.2381451Z * [new tag] ciflow/inductor/146172 -> ciflow/inductor/146172 2025-03-04T19:54:18.2382316Z * [new tag] ciflow/inductor/146176 -> ciflow/inductor/146176 2025-03-04T19:54:18.2383222Z * [new tag] ciflow/inductor/146180 -> ciflow/inductor/146180 2025-03-04T19:54:18.2384113Z * [new tag] ciflow/inductor/146218 -> ciflow/inductor/146218 2025-03-04T19:54:18.2385367Z * [new tag] ciflow/inductor/146228 -> ciflow/inductor/146228 2025-03-04T19:54:18.2386264Z * [new tag] ciflow/inductor/146264 -> ciflow/inductor/146264 2025-03-04T19:54:18.2387291Z * [new tag] ciflow/inductor/146267 -> ciflow/inductor/146267 2025-03-04T19:54:18.2388179Z * [new tag] ciflow/inductor/146275 -> ciflow/inductor/146275 2025-03-04T19:54:18.2389003Z * [new tag] ciflow/inductor/146280 -> ciflow/inductor/146280 2025-03-04T19:54:18.2390020Z * [new tag] ciflow/inductor/146288 -> ciflow/inductor/146288 2025-03-04T19:54:18.2390895Z * [new tag] ciflow/inductor/146319 -> ciflow/inductor/146319 2025-03-04T19:54:18.2391765Z * [new tag] ciflow/inductor/146335 -> ciflow/inductor/146335 2025-03-04T19:54:18.2392665Z * [new tag] ciflow/inductor/146341 -> ciflow/inductor/146341 2025-03-04T19:54:18.2393553Z * [new tag] ciflow/inductor/146393 -> ciflow/inductor/146393 2025-03-04T19:54:18.2394406Z * [new tag] ciflow/inductor/146395 -> ciflow/inductor/146395 2025-03-04T19:54:18.2395306Z * [new tag] ciflow/inductor/146415 -> ciflow/inductor/146415 2025-03-04T19:54:18.2396167Z * [new tag] ciflow/inductor/146421 -> ciflow/inductor/146421 2025-03-04T19:54:18.2397054Z * [new tag] ciflow/inductor/146436 -> ciflow/inductor/146436 2025-03-04T19:54:18.2397936Z * [new tag] ciflow/inductor/146455 -> ciflow/inductor/146455 2025-03-04T19:54:18.2398837Z * [new tag] ciflow/inductor/146499 -> ciflow/inductor/146499 2025-03-04T19:54:18.2399686Z * [new tag] ciflow/inductor/146500 -> ciflow/inductor/146500 2025-03-04T19:54:18.2400845Z * [new tag] ciflow/inductor/146501 -> ciflow/inductor/146501 2025-03-04T19:54:18.2401620Z * [new tag] ciflow/inductor/146502 -> ciflow/inductor/146502 2025-03-04T19:54:18.2402622Z * [new tag] ciflow/inductor/146504 -> ciflow/inductor/146504 2025-03-04T19:54:18.2403544Z * [new tag] ciflow/inductor/146505 -> ciflow/inductor/146505 2025-03-04T19:54:18.2404412Z * [new tag] ciflow/inductor/146506 -> ciflow/inductor/146506 2025-03-04T19:54:18.2405312Z * [new tag] ciflow/inductor/146526 -> ciflow/inductor/146526 2025-03-04T19:54:18.2406637Z * [new tag] ciflow/inductor/146530 -> ciflow/inductor/146530 2025-03-04T19:54:18.2407506Z * [new tag] ciflow/inductor/146535 -> ciflow/inductor/146535 2025-03-04T19:54:18.2408399Z * [new tag] ciflow/inductor/146558 -> ciflow/inductor/146558 2025-03-04T19:54:18.2409239Z * [new tag] ciflow/inductor/146561 -> ciflow/inductor/146561 2025-03-04T19:54:18.2410143Z * [new tag] ciflow/inductor/146562 -> ciflow/inductor/146562 2025-03-04T19:54:18.2411072Z * [new tag] ciflow/inductor/146636 -> ciflow/inductor/146636 2025-03-04T19:54:18.2412021Z * [new tag] ciflow/inductor/146661 -> ciflow/inductor/146661 2025-03-04T19:54:18.2412901Z * [new tag] ciflow/inductor/146678 -> ciflow/inductor/146678 2025-03-04T19:54:18.2413809Z * [new tag] ciflow/inductor/146706 -> ciflow/inductor/146706 2025-03-04T19:54:18.2414673Z * [new tag] ciflow/inductor/146718 -> ciflow/inductor/146718 2025-03-04T19:54:18.2415570Z * [new tag] ciflow/inductor/146779 -> ciflow/inductor/146779 2025-03-04T19:54:18.2416705Z * [new tag] ciflow/inductor/146781 -> ciflow/inductor/146781 2025-03-04T19:54:18.2417739Z * [new tag] ciflow/inductor/146823 -> ciflow/inductor/146823 2025-03-04T19:54:18.2418617Z * [new tag] ciflow/inductor/146826 -> ciflow/inductor/146826 2025-03-04T19:54:18.2420068Z * [new tag] ciflow/inductor/146827 -> ciflow/inductor/146827 2025-03-04T19:54:18.2421170Z * [new tag] ciflow/inductor/146844 -> ciflow/inductor/146844 2025-03-04T19:54:18.2422054Z * [new tag] ciflow/inductor/146845 -> ciflow/inductor/146845 2025-03-04T19:54:18.2422972Z * [new tag] ciflow/inductor/146850 -> ciflow/inductor/146850 2025-03-04T19:54:18.2423872Z * [new tag] ciflow/inductor/146864 -> ciflow/inductor/146864 2025-03-04T19:54:18.2424724Z * [new tag] ciflow/inductor/146870 -> ciflow/inductor/146870 2025-03-04T19:54:18.2425500Z * [new tag] ciflow/inductor/146873 -> ciflow/inductor/146873 2025-03-04T19:54:18.2426836Z * [new tag] ciflow/inductor/146874 -> ciflow/inductor/146874 2025-03-04T19:54:18.2427848Z * [new tag] ciflow/inductor/146894 -> ciflow/inductor/146894 2025-03-04T19:54:18.2428610Z * [new tag] ciflow/inductor/146895 -> ciflow/inductor/146895 2025-03-04T19:54:18.2429788Z * [new tag] ciflow/inductor/146919 -> ciflow/inductor/146919 2025-03-04T19:54:18.2430662Z * [new tag] ciflow/inductor/146921 -> ciflow/inductor/146921 2025-03-04T19:54:18.2431607Z * [new tag] ciflow/inductor/146928 -> ciflow/inductor/146928 2025-03-04T19:54:18.2432369Z * [new tag] ciflow/inductor/146935 -> ciflow/inductor/146935 2025-03-04T19:54:18.2433317Z * [new tag] ciflow/inductor/146942 -> ciflow/inductor/146942 2025-03-04T19:54:18.2434351Z * [new tag] ciflow/inductor/146962 -> ciflow/inductor/146962 2025-03-04T19:54:18.2435412Z * [new tag] ciflow/inductor/146983 -> ciflow/inductor/146983 2025-03-04T19:54:18.2436413Z * [new tag] ciflow/inductor/146989 -> ciflow/inductor/146989 2025-03-04T19:54:18.2437566Z * [new tag] ciflow/inductor/147007 -> ciflow/inductor/147007 2025-03-04T19:54:18.2438446Z * [new tag] ciflow/inductor/147014 -> ciflow/inductor/147014 2025-03-04T19:54:18.2439357Z * [new tag] ciflow/inductor/147021 -> ciflow/inductor/147021 2025-03-04T19:54:18.2440235Z * [new tag] ciflow/inductor/147036 -> ciflow/inductor/147036 2025-03-04T19:54:18.2441118Z * [new tag] ciflow/inductor/147049 -> ciflow/inductor/147049 2025-03-04T19:54:18.2442006Z * [new tag] ciflow/inductor/147105 -> ciflow/inductor/147105 2025-03-04T19:54:18.2442898Z * [new tag] ciflow/inductor/147146 -> ciflow/inductor/147146 2025-03-04T19:54:18.2443747Z * [new tag] ciflow/inductor/147149 -> ciflow/inductor/147149 2025-03-04T19:54:18.2444671Z * [new tag] ciflow/inductor/147155 -> ciflow/inductor/147155 2025-03-04T19:54:18.2445541Z * [new tag] ciflow/inductor/147178 -> ciflow/inductor/147178 2025-03-04T19:54:18.2446445Z * [new tag] ciflow/inductor/147205 -> ciflow/inductor/147205 2025-03-04T19:54:18.2447360Z * [new tag] ciflow/inductor/147225 -> ciflow/inductor/147225 2025-03-04T19:54:18.2448253Z * [new tag] ciflow/inductor/147229 -> ciflow/inductor/147229 2025-03-04T19:54:18.2449166Z * [new tag] ciflow/inductor/147269 -> ciflow/inductor/147269 2025-03-04T19:54:18.2450184Z * [new tag] ciflow/inductor/147272 -> ciflow/inductor/147272 2025-03-04T19:54:18.2451242Z * [new tag] ciflow/inductor/147314 -> ciflow/inductor/147314 2025-03-04T19:54:18.2452227Z * [new tag] ciflow/inductor/147315 -> ciflow/inductor/147315 2025-03-04T19:54:18.2453109Z * [new tag] ciflow/inductor/147320 -> ciflow/inductor/147320 2025-03-04T19:54:18.2453978Z * [new tag] ciflow/inductor/147341 -> ciflow/inductor/147341 2025-03-04T19:54:18.2454896Z * [new tag] ciflow/inductor/147360 -> ciflow/inductor/147360 2025-03-04T19:54:18.2455970Z * [new tag] ciflow/inductor/147368 -> ciflow/inductor/147368 2025-03-04T19:54:18.2456941Z * [new tag] ciflow/inductor/147403 -> ciflow/inductor/147403 2025-03-04T19:54:18.2457826Z * [new tag] ciflow/inductor/147410 -> ciflow/inductor/147410 2025-03-04T19:54:18.2458741Z * [new tag] ciflow/inductor/147414 -> ciflow/inductor/147414 2025-03-04T19:54:18.2459665Z * [new tag] ciflow/inductor/147415 -> ciflow/inductor/147415 2025-03-04T19:54:18.2460636Z * [new tag] ciflow/inductor/147422 -> ciflow/inductor/147422 2025-03-04T19:54:18.2461996Z * [new tag] ciflow/inductor/147445 -> ciflow/inductor/147445 2025-03-04T19:54:18.2462771Z * [new tag] ciflow/inductor/147452 -> ciflow/inductor/147452 2025-03-04T19:54:18.2463704Z * [new tag] ciflow/inductor/147481 -> ciflow/inductor/147481 2025-03-04T19:54:18.2464739Z * [new tag] ciflow/inductor/147485 -> ciflow/inductor/147485 2025-03-04T19:54:18.2465443Z * [new tag] ciflow/inductor/147498 -> ciflow/inductor/147498 2025-03-04T19:54:18.2466425Z * [new tag] ciflow/inductor/147514 -> ciflow/inductor/147514 2025-03-04T19:54:18.2467292Z * [new tag] ciflow/inductor/147528 -> ciflow/inductor/147528 2025-03-04T19:54:18.2468192Z * [new tag] ciflow/inductor/147552 -> ciflow/inductor/147552 2025-03-04T19:54:18.2469078Z * [new tag] ciflow/inductor/147557 -> ciflow/inductor/147557 2025-03-04T19:54:18.2469988Z * [new tag] ciflow/inductor/147561 -> ciflow/inductor/147561 2025-03-04T19:54:18.2470881Z * [new tag] ciflow/inductor/147562 -> ciflow/inductor/147562 2025-03-04T19:54:18.2471771Z * [new tag] ciflow/inductor/147574 -> ciflow/inductor/147574 2025-03-04T19:54:18.2472681Z * [new tag] ciflow/inductor/147583 -> ciflow/inductor/147583 2025-03-04T19:54:18.2473545Z * [new tag] ciflow/inductor/147592 -> ciflow/inductor/147592 2025-03-04T19:54:18.2474492Z * [new tag] ciflow/inductor/147603 -> ciflow/inductor/147603 2025-03-04T19:54:18.2475396Z * [new tag] ciflow/inductor/147619 -> ciflow/inductor/147619 2025-03-04T19:54:18.2476296Z * [new tag] ciflow/inductor/147648 -> ciflow/inductor/147648 2025-03-04T19:54:18.2477163Z * [new tag] ciflow/inductor/147660 -> ciflow/inductor/147660 2025-03-04T19:54:18.2477996Z * [new tag] ciflow/inductor/147727 -> ciflow/inductor/147727 2025-03-04T19:54:18.2478973Z * [new tag] ciflow/inductor/147741 -> ciflow/inductor/147741 2025-03-04T19:54:18.2480382Z * [new tag] ciflow/inductor/147745 -> ciflow/inductor/147745 2025-03-04T19:54:18.2481450Z * [new tag] ciflow/inductor/147768 -> ciflow/inductor/147768 2025-03-04T19:54:18.2482333Z * [new tag] ciflow/inductor/147790 -> ciflow/inductor/147790 2025-03-04T19:54:18.2483205Z * [new tag] ciflow/inductor/147797 -> ciflow/inductor/147797 2025-03-04T19:54:18.2484135Z * [new tag] ciflow/inductor/147798 -> ciflow/inductor/147798 2025-03-04T19:54:18.2485012Z * [new tag] ciflow/inductor/147800 -> ciflow/inductor/147800 2025-03-04T19:54:18.2485887Z * [new tag] ciflow/inductor/147817 -> ciflow/inductor/147817 2025-03-04T19:54:18.2486957Z * [new tag] ciflow/inductor/147821 -> ciflow/inductor/147821 2025-03-04T19:54:18.2487855Z * [new tag] ciflow/inductor/147836 -> ciflow/inductor/147836 2025-03-04T19:54:18.2488716Z * [new tag] ciflow/inductor/147863 -> ciflow/inductor/147863 2025-03-04T19:54:18.2489846Z * [new tag] ciflow/inductor/147870 -> ciflow/inductor/147870 2025-03-04T19:54:18.2490731Z * [new tag] ciflow/inductor/147881 -> ciflow/inductor/147881 2025-03-04T19:54:18.2491838Z * [new tag] ciflow/inductor/147899 -> ciflow/inductor/147899 2025-03-04T19:54:18.2492844Z * [new tag] ciflow/inductor/147902 -> ciflow/inductor/147902 2025-03-04T19:54:18.2493665Z * [new tag] ciflow/inductor/147903 -> ciflow/inductor/147903 2025-03-04T19:54:18.2494952Z * [new tag] ciflow/inductor/147908 -> ciflow/inductor/147908 2025-03-04T19:54:18.2495828Z * [new tag] ciflow/inductor/147910 -> ciflow/inductor/147910 2025-03-04T19:54:18.2496796Z * [new tag] ciflow/inductor/147915 -> ciflow/inductor/147915 2025-03-04T19:54:18.2497532Z * [new tag] ciflow/inductor/147917 -> ciflow/inductor/147917 2025-03-04T19:54:18.2498699Z * [new tag] ciflow/inductor/147927 -> ciflow/inductor/147927 2025-03-04T19:54:18.2499554Z * [new tag] ciflow/inductor/147945 -> ciflow/inductor/147945 2025-03-04T19:54:18.2500736Z * [new tag] ciflow/inductor/147955 -> ciflow/inductor/147955 2025-03-04T19:54:18.2504662Z * [new tag] ciflow/inductor/147956 -> ciflow/inductor/147956 2025-03-04T19:54:18.2505693Z * [new tag] ciflow/inductor/147957 -> ciflow/inductor/147957 2025-03-04T19:54:18.2506713Z * [new tag] ciflow/inductor/147958 -> ciflow/inductor/147958 2025-03-04T19:54:18.2507739Z * [new tag] ciflow/inductor/147959 -> ciflow/inductor/147959 2025-03-04T19:54:18.2508856Z * [new tag] ciflow/inductor/147960 -> ciflow/inductor/147960 2025-03-04T19:54:18.2509737Z * [new tag] ciflow/inductor/147962 -> ciflow/inductor/147962 2025-03-04T19:54:18.2510606Z * [new tag] ciflow/inductor/147990 -> ciflow/inductor/147990 2025-03-04T19:54:18.2511586Z * [new tag] ciflow/inductor/148002 -> ciflow/inductor/148002 2025-03-04T19:54:18.2512582Z * [new tag] ciflow/inductor/148007 -> ciflow/inductor/148007 2025-03-04T19:54:18.2513538Z * [new tag] ciflow/inductor/148008 -> ciflow/inductor/148008 2025-03-04T19:54:18.2514646Z * [new tag] ciflow/inductor/148010 -> ciflow/inductor/148010 2025-03-04T19:54:18.2515573Z * [new tag] ciflow/inductor/148042 -> ciflow/inductor/148042 2025-03-04T19:54:18.2516575Z * [new tag] ciflow/inductor/148046 -> ciflow/inductor/148046 2025-03-04T19:54:18.2517449Z * [new tag] ciflow/inductor/148063 -> ciflow/inductor/148063 2025-03-04T19:54:18.2518476Z * [new tag] ciflow/inductor/148083 -> ciflow/inductor/148083 2025-03-04T19:54:18.2519481Z * [new tag] ciflow/inductor/148091 -> ciflow/inductor/148091 2025-03-04T19:54:18.2520525Z * [new tag] ciflow/inductor/148092 -> ciflow/inductor/148092 2025-03-04T19:54:18.2521426Z * [new tag] ciflow/inductor/148104 -> ciflow/inductor/148104 2025-03-04T19:54:18.2522397Z * [new tag] ciflow/inductor/148130 -> ciflow/inductor/148130 2025-03-04T19:54:18.2523347Z * [new tag] ciflow/inductor/148131 -> ciflow/inductor/148131 2025-03-04T19:54:18.2524383Z * [new tag] ciflow/inductor/148132 -> ciflow/inductor/148132 2025-03-04T19:54:18.2525316Z * [new tag] ciflow/inductor/148138 -> ciflow/inductor/148138 2025-03-04T19:54:18.2526275Z * [new tag] ciflow/inductor/148139 -> ciflow/inductor/148139 2025-03-04T19:54:18.2527224Z * [new tag] ciflow/inductor/148160 -> ciflow/inductor/148160 2025-03-04T19:54:18.2528228Z * [new tag] ciflow/inductor/148163 -> ciflow/inductor/148163 2025-03-04T19:54:18.2529136Z * [new tag] ciflow/inductor/148173 -> ciflow/inductor/148173 2025-03-04T19:54:18.2530109Z * [new tag] ciflow/inductor/148174 -> ciflow/inductor/148174 2025-03-04T19:54:18.2531074Z * [new tag] ciflow/inductor/148176 -> ciflow/inductor/148176 2025-03-04T19:54:18.2532231Z * [new tag] ciflow/inductor/148186 -> ciflow/inductor/148186 2025-03-04T19:54:18.2533325Z * [new tag] ciflow/inductor/148190 -> ciflow/inductor/148190 2025-03-04T19:54:18.2534330Z * [new tag] ciflow/inductor/148202 -> ciflow/inductor/148202 2025-03-04T19:54:18.2535360Z * [new tag] ciflow/inductor/148205 -> ciflow/inductor/148205 2025-03-04T19:54:18.2536263Z * [new tag] ciflow/inductor/148206 -> ciflow/inductor/148206 2025-03-04T19:54:18.2537201Z * [new tag] ciflow/inductor/148209 -> ciflow/inductor/148209 2025-03-04T19:54:18.2538160Z * [new tag] ciflow/inductor/148210 -> ciflow/inductor/148210 2025-03-04T19:54:18.2539129Z * [new tag] ciflow/inductor/148212 -> ciflow/inductor/148212 2025-03-04T19:54:18.2540105Z * [new tag] ciflow/inductor/148220 -> ciflow/inductor/148220 2025-03-04T19:54:18.2541367Z * [new tag] ciflow/inductor/148223 -> ciflow/inductor/148223 2025-03-04T19:54:18.2542522Z * [new tag] ciflow/inductor/148231 -> ciflow/inductor/148231 2025-03-04T19:54:18.2543552Z * [new tag] ciflow/inductor/148233 -> ciflow/inductor/148233 2025-03-04T19:54:18.2544459Z * [new tag] ciflow/inductor/148234 -> ciflow/inductor/148234 2025-03-04T19:54:18.2545438Z * [new tag] ciflow/inductor/148235 -> ciflow/inductor/148235 2025-03-04T19:54:18.2546902Z * [new tag] ciflow/inductor/148236 -> ciflow/inductor/148236 2025-03-04T19:54:18.2547863Z * [new tag] ciflow/inductor/148243 -> ciflow/inductor/148243 2025-03-04T19:54:18.2548866Z * [new tag] ciflow/inductor/148260 -> ciflow/inductor/148260 2025-03-04T19:54:18.2549859Z * [new tag] ciflow/inductor/148261 -> ciflow/inductor/148261 2025-03-04T19:54:18.2550801Z * [new tag] ciflow/inductor/148279 -> ciflow/inductor/148279 2025-03-04T19:54:18.2551768Z * [new tag] ciflow/inductor/148288 -> ciflow/inductor/148288 2025-03-04T19:54:18.2552904Z * [new tag] ciflow/inductor/148290 -> ciflow/inductor/148290 2025-03-04T19:54:18.2553871Z * [new tag] ciflow/inductor/148292 -> ciflow/inductor/148292 2025-03-04T19:54:18.2554993Z * [new tag] ciflow/inductor/148294 -> ciflow/inductor/148294 2025-03-04T19:54:18.2555952Z * [new tag] ciflow/inductor/148303 -> ciflow/inductor/148303 2025-03-04T19:54:18.2556951Z * [new tag] ciflow/inductor/148305 -> ciflow/inductor/148305 2025-03-04T19:54:18.2557921Z * [new tag] ciflow/inductor/148323 -> ciflow/inductor/148323 2025-03-04T19:54:18.2558878Z * [new tag] ciflow/inductor/148328 -> ciflow/inductor/148328 2025-03-04T19:54:18.2559842Z * [new tag] ciflow/inductor/148357 -> ciflow/inductor/148357 2025-03-04T19:54:18.2560826Z * [new tag] ciflow/inductor/148358 -> ciflow/inductor/148358 2025-03-04T19:54:18.2561773Z * [new tag] ciflow/inductor/148359 -> ciflow/inductor/148359 2025-03-04T19:54:18.2563051Z * [new tag] ciflow/inductor/148363 -> ciflow/inductor/148363 2025-03-04T19:54:18.2564017Z * [new tag] ciflow/inductor/148364 -> ciflow/inductor/148364 2025-03-04T19:54:18.2565040Z * [new tag] ciflow/inductor/148366 -> ciflow/inductor/148366 2025-03-04T19:54:18.2565943Z * [new tag] ciflow/inductor/148367 -> ciflow/inductor/148367 2025-03-04T19:54:18.2566902Z * [new tag] ciflow/inductor/148376 -> ciflow/inductor/148376 2025-03-04T19:54:18.2567838Z * [new tag] ciflow/inductor/148377 -> ciflow/inductor/148377 2025-03-04T19:54:18.2569167Z * [new tag] ciflow/inductor/148380 -> ciflow/inductor/148380 2025-03-04T19:54:18.2570107Z * [new tag] ciflow/inductor/148381 -> ciflow/inductor/148381 2025-03-04T19:54:18.2571111Z * [new tag] ciflow/inductor/148385 -> ciflow/inductor/148385 2025-03-04T19:54:18.2572192Z * [new tag] ciflow/inductor/148386 -> ciflow/inductor/148386 2025-03-04T19:54:18.2573221Z * [new tag] ciflow/inductor/148401 -> ciflow/inductor/148401 2025-03-04T19:54:18.2574271Z * [new tag] ciflow/inductor/148407 -> ciflow/inductor/148407 2025-03-04T19:54:18.2575252Z * [new tag] ciflow/inductor/148413 -> ciflow/inductor/148413 2025-03-04T19:54:18.2576225Z * [new tag] ciflow/inductor/148414 -> ciflow/inductor/148414 2025-03-04T19:54:18.2577208Z * [new tag] ciflow/inductor/148415 -> ciflow/inductor/148415 2025-03-04T19:54:18.2578334Z * [new tag] ciflow/inductor/148418 -> ciflow/inductor/148418 2025-03-04T19:54:18.2579398Z * [new tag] ciflow/inductor/148423 -> ciflow/inductor/148423 2025-03-04T19:54:18.2580572Z * [new tag] ciflow/inductor/148424 -> ciflow/inductor/148424 2025-03-04T19:54:18.2581506Z * [new tag] ciflow/inductor/148430 -> ciflow/inductor/148430 2025-03-04T19:54:18.2582697Z * [new tag] ciflow/inductor/148432 -> ciflow/inductor/148432 2025-03-04T19:54:18.2583861Z * [new tag] ciflow/inductor/148445 -> ciflow/inductor/148445 2025-03-04T19:54:18.2584877Z * [new tag] ciflow/inductor/148450 -> ciflow/inductor/148450 2025-03-04T19:54:18.2585802Z * [new tag] ciflow/inductor/148454 -> ciflow/inductor/148454 2025-03-04T19:54:18.2586770Z * [new tag] ciflow/inductor/148459 -> ciflow/inductor/148459 2025-03-04T19:54:18.2587723Z * [new tag] ciflow/inductor/148470 -> ciflow/inductor/148470 2025-03-04T19:54:18.2589040Z * [new tag] ciflow/inductor/3b9a386 -> ciflow/inductor/3b9a386 2025-03-04T19:54:18.2590171Z * [new tag] ciflow/inductor/3d4b92b -> ciflow/inductor/3d4b92b 2025-03-04T19:54:18.2591420Z * [new tag] ciflow/inductor/88106 -> ciflow/inductor/88106 2025-03-04T19:54:18.2592522Z * [new tag] ciflow/inductor/88196 -> ciflow/inductor/88196 2025-03-04T19:54:18.2593840Z * [new tag] ciflow/inductor/88998 -> ciflow/inductor/88998 2025-03-04T19:54:18.2594993Z * [new tag] ciflow/inductor/d224ac7 -> ciflow/inductor/d224ac7 2025-03-04T19:54:18.2596150Z * [new tag] ciflow/linux-aarch64/125888 -> ciflow/linux-aarch64/125888 2025-03-04T19:54:18.2596905Z * [new tag] ciflow/linux-aarch64/126050 -> ciflow/linux-aarch64/126050 2025-03-04T19:54:18.2597848Z * [new tag] ciflow/linux-aarch64/126054 -> ciflow/linux-aarch64/126054 2025-03-04T19:54:18.2598592Z * [new tag] ciflow/linux-aarch64/133297 -> ciflow/linux-aarch64/133297 2025-03-04T19:54:18.2599488Z * [new tag] ciflow/linux-aarch64/133315 -> ciflow/linux-aarch64/133315 2025-03-04T19:54:18.2600393Z * [new tag] ciflow/linux-aarch64/133392 -> ciflow/linux-aarch64/133392 2025-03-04T19:54:18.2601420Z * [new tag] ciflow/linux-aarch64/133419 -> ciflow/linux-aarch64/133419 2025-03-04T19:54:18.2602274Z * [new tag] ciflow/linux-aarch64/133423 -> ciflow/linux-aarch64/133423 2025-03-04T19:54:18.2603002Z * [new tag] ciflow/linux-aarch64/133667 -> ciflow/linux-aarch64/133667 2025-03-04T19:54:18.2604183Z * [new tag] ciflow/linux-aarch64/133753 -> ciflow/linux-aarch64/133753 2025-03-04T19:54:18.2604863Z * [new tag] ciflow/linux-aarch64/135058 -> ciflow/linux-aarch64/135058 2025-03-04T19:54:18.2606121Z * [new tag] ciflow/linux-aarch64/135333 -> ciflow/linux-aarch64/135333 2025-03-04T19:54:18.2607258Z * [new tag] ciflow/linux-aarch64/135792 -> ciflow/linux-aarch64/135792 2025-03-04T19:54:18.2608267Z * [new tag] ciflow/linux-aarch64/136355 -> ciflow/linux-aarch64/136355 2025-03-04T19:54:18.2609239Z * [new tag] ciflow/linux-aarch64/137568 -> ciflow/linux-aarch64/137568 2025-03-04T19:54:18.2610156Z * [new tag] ciflow/linux-aarch64/138388 -> ciflow/linux-aarch64/138388 2025-03-04T19:54:18.2611113Z * [new tag] ciflow/linux-aarch64/138889 -> ciflow/linux-aarch64/138889 2025-03-04T19:54:18.2611962Z * [new tag] ciflow/linux-aarch64/140159 -> ciflow/linux-aarch64/140159 2025-03-04T19:54:18.2613168Z * [new tag] ciflow/linux-aarch64/143741 -> ciflow/linux-aarch64/143741 2025-03-04T19:54:18.2614353Z * [new tag] ciflow/linux-aarch64/145942 -> ciflow/linux-aarch64/145942 2025-03-04T19:54:18.2615166Z * [new tag] ciflow/linux-aarch64/146823 -> ciflow/linux-aarch64/146823 2025-03-04T19:54:18.2616071Z * [new tag] ciflow/linux-aarch64/146826 -> ciflow/linux-aarch64/146826 2025-03-04T19:54:18.2616959Z * [new tag] ciflow/linux-aarch64/146895 -> ciflow/linux-aarch64/146895 2025-03-04T19:54:18.2617736Z * [new tag] ciflow/linux-aarch64/147073 -> ciflow/linux-aarch64/147073 2025-03-04T19:54:18.2618893Z * [new tag] ciflow/linux-aarch64/147337 -> ciflow/linux-aarch64/147337 2025-03-04T19:54:18.2619700Z * [new tag] ciflow/linux-aarch64/147341 -> ciflow/linux-aarch64/147341 2025-03-04T19:54:18.2620644Z * [new tag] ciflow/linux-aarch64/147359 -> ciflow/linux-aarch64/147359 2025-03-04T19:54:18.2621446Z * [new tag] ciflow/linux-aarch64/147498 -> ciflow/linux-aarch64/147498 2025-03-04T19:54:18.2622496Z * [new tag] ciflow/linux-aarch64/147763 -> ciflow/linux-aarch64/147763 2025-03-04T19:54:18.2623388Z * [new tag] ciflow/linux-aarch64/147817 -> ciflow/linux-aarch64/147817 2025-03-04T19:54:18.2624184Z * [new tag] ciflow/linux-aarch64/147855 -> ciflow/linux-aarch64/147855 2025-03-04T19:54:18.2625117Z * [new tag] ciflow/linux-aarch64/147917 -> ciflow/linux-aarch64/147917 2025-03-04T19:54:18.2625917Z * [new tag] ciflow/linux-aarch64/147945 -> ciflow/linux-aarch64/147945 2025-03-04T19:54:18.2626850Z * [new tag] ciflow/linux-aarch64/147955 -> ciflow/linux-aarch64/147955 2025-03-04T19:54:18.2627624Z * [new tag] ciflow/linux-aarch64/147956 -> ciflow/linux-aarch64/147956 2025-03-04T19:54:18.2628569Z * [new tag] ciflow/linux-aarch64/147957 -> ciflow/linux-aarch64/147957 2025-03-04T19:54:18.2629342Z * [new tag] ciflow/linux-aarch64/147958 -> ciflow/linux-aarch64/147958 2025-03-04T19:54:18.2630276Z * [new tag] ciflow/linux-aarch64/147959 -> ciflow/linux-aarch64/147959 2025-03-04T19:54:18.2631054Z * [new tag] ciflow/linux-aarch64/147964 -> ciflow/linux-aarch64/147964 2025-03-04T19:54:18.2632197Z * [new tag] ciflow/linux-aarch64/148076 -> ciflow/linux-aarch64/148076 2025-03-04T19:54:18.2632970Z * [new tag] ciflow/linux-aarch64/148163 -> ciflow/linux-aarch64/148163 2025-03-04T19:54:18.2633963Z * [new tag] ciflow/linux-aarch64/148173 -> ciflow/linux-aarch64/148173 2025-03-04T19:54:18.2634695Z * [new tag] ciflow/linux-aarch64/148403 -> ciflow/linux-aarch64/148403 2025-03-04T19:54:18.2636042Z * [new tag] ciflow/mps/102148 -> ciflow/mps/102148 2025-03-04T19:54:18.2636920Z * [new tag] ciflow/mps/119496 -> ciflow/mps/119496 2025-03-04T19:54:18.2637768Z * [new tag] ciflow/mps/120076 -> ciflow/mps/120076 2025-03-04T19:54:18.2638475Z * [new tag] ciflow/mps/133423 -> ciflow/mps/133423 2025-03-04T19:54:18.2639475Z * [new tag] ciflow/mps/133667 -> ciflow/mps/133667 2025-03-04T19:54:18.2640666Z * [new tag] ciflow/mps/138640 -> ciflow/mps/138640 2025-03-04T19:54:18.2641526Z * [new tag] ciflow/mps/139469 -> ciflow/mps/139469 2025-03-04T19:54:18.2642450Z * [new tag] ciflow/mps/140159 -> ciflow/mps/140159 2025-03-04T19:54:18.2643354Z * [new tag] ciflow/mps/140211 -> ciflow/mps/140211 2025-03-04T19:54:18.2644693Z * [new tag] ciflow/mps/140725 -> ciflow/mps/140725 2025-03-04T19:54:18.2645702Z * [new tag] ciflow/mps/142097 -> ciflow/mps/142097 2025-03-04T19:54:18.2646959Z * [new tag] ciflow/mps/142202 -> ciflow/mps/142202 2025-03-04T19:54:18.2648227Z * [new tag] ciflow/mps/142477 -> ciflow/mps/142477 2025-03-04T19:54:18.2649259Z * [new tag] ciflow/mps/143630 -> ciflow/mps/143630 2025-03-04T19:54:18.2650152Z * [new tag] ciflow/mps/143666 -> ciflow/mps/143666 2025-03-04T19:54:18.2651012Z * [new tag] ciflow/mps/143911 -> ciflow/mps/143911 2025-03-04T19:54:18.2651977Z * [new tag] ciflow/mps/143966 -> ciflow/mps/143966 2025-03-04T19:54:18.2652864Z * [new tag] ciflow/mps/144405 -> ciflow/mps/144405 2025-03-04T19:54:18.2653743Z * [new tag] ciflow/mps/144664 -> ciflow/mps/144664 2025-03-04T19:54:18.2655127Z * [new tag] ciflow/mps/145955 -> ciflow/mps/145955 2025-03-04T19:54:18.2656735Z * [new tag] ciflow/mps/146098 -> ciflow/mps/146098 2025-03-04T19:54:18.2657581Z * [new tag] ciflow/mps/146436 -> ciflow/mps/146436 2025-03-04T19:54:18.2658663Z * [new tag] ciflow/mps/146754 -> ciflow/mps/146754 2025-03-04T19:54:18.2659422Z * [new tag] ciflow/mps/146989 -> ciflow/mps/146989 2025-03-04T19:54:18.2660351Z * [new tag] ciflow/mps/147205 -> ciflow/mps/147205 2025-03-04T19:54:18.2661213Z * [new tag] ciflow/mps/147583 -> ciflow/mps/147583 2025-03-04T19:54:18.2662452Z * [new tag] ciflow/mps/147644 -> ciflow/mps/147644 2025-03-04T19:54:18.2663293Z * [new tag] ciflow/mps/147893 -> ciflow/mps/147893 2025-03-04T19:54:18.2664163Z * [new tag] ciflow/mps/148305 -> ciflow/mps/148305 2025-03-04T19:54:18.2665181Z * [new tag] ciflow/mps/148350 -> ciflow/mps/148350 2025-03-04T19:54:18.2666070Z * [new tag] ciflow/mps/148415 -> ciflow/mps/148415 2025-03-04T19:54:18.2666820Z * [new tag] ciflow/mps/148449 -> ciflow/mps/148449 2025-03-04T19:54:18.2667797Z * [new tag] ciflow/mps/148468 -> ciflow/mps/148468 2025-03-04T19:54:18.2668651Z * [new tag] ciflow/mps/148471 -> ciflow/mps/148471 2025-03-04T19:54:18.2670028Z * [new tag] ciflow/op-benchmark/143733 -> ciflow/op-benchmark/143733 2025-03-04T19:54:18.2671293Z * [new tag] ciflow/periodic/054a2fd -> ciflow/periodic/054a2fd 2025-03-04T19:54:18.2672405Z * [new tag] ciflow/periodic/123020 -> ciflow/periodic/123020 2025-03-04T19:54:18.2673333Z * [new tag] ciflow/periodic/134817 -> ciflow/periodic/134817 2025-03-04T19:54:18.2674225Z * [new tag] ciflow/periodic/140989 -> ciflow/periodic/140989 2025-03-04T19:54:18.2674919Z * [new tag] ciflow/periodic/141309 -> ciflow/periodic/141309 2025-03-04T19:54:18.2675807Z * [new tag] ciflow/periodic/141355 -> ciflow/periodic/141355 2025-03-04T19:54:18.2676539Z * [new tag] ciflow/periodic/141730 -> ciflow/periodic/141730 2025-03-04T19:54:18.2677470Z * [new tag] ciflow/periodic/142179 -> ciflow/periodic/142179 2025-03-04T19:54:18.2678407Z * [new tag] ciflow/periodic/143959 -> ciflow/periodic/143959 2025-03-04T19:54:18.2679169Z * [new tag] ciflow/periodic/144953 -> ciflow/periodic/144953 2025-03-04T19:54:18.2680174Z * [new tag] ciflow/periodic/146264 -> ciflow/periodic/146264 2025-03-04T19:54:18.2681441Z * [new tag] ciflow/periodic/146403 -> ciflow/periodic/146403 2025-03-04T19:54:18.2682525Z * [new tag] ciflow/periodic/146823 -> ciflow/periodic/146823 2025-03-04T19:54:18.2690549Z * [new tag] ciflow/periodic/146903 -> ciflow/periodic/146903 2025-03-04T19:54:18.2691255Z * [new tag] ciflow/periodic/147459 -> ciflow/periodic/147459 2025-03-04T19:54:18.2691631Z * [new tag] ciflow/periodic/147870 -> ciflow/periodic/147870 2025-03-04T19:54:18.2692037Z * [new tag] ciflow/periodic/148351 -> ciflow/periodic/148351 2025-03-04T19:54:18.2692348Z * [new tag] ciflow/periodic/2a6d37d -> ciflow/periodic/2a6d37d 2025-03-04T19:54:18.2692566Z * [new tag] ciflow/periodic/317eeb8 -> ciflow/periodic/317eeb8 2025-03-04T19:54:18.2692794Z * [new tag] ciflow/periodic/3c32 -> ciflow/periodic/3c32 2025-03-04T19:54:18.2693177Z * [new tag] ciflow/periodic/3e98831 -> ciflow/periodic/3e98831 2025-03-04T19:54:18.2693625Z * [new tag] ciflow/periodic/94512-point -> ciflow/periodic/94512-point 2025-03-04T19:54:18.2693926Z * [new tag] ciflow/periodic/csl/test87519 -> ciflow/periodic/csl/test87519 2025-03-04T19:54:18.2694394Z * [new tag] ciflow/periodic/csltest88275 -> ciflow/periodic/csltest88275 2025-03-04T19:54:18.2695314Z * [new tag] ciflow/periodic/csltest88761 -> ciflow/periodic/csltest88761 2025-03-04T19:54:18.2696371Z * [new tag] ciflow/periodic/release_1.12 -> ciflow/periodic/release_1.12 2025-03-04T19:54:18.2697683Z * [new tag] ciflow/periodic/release_1.12.0 -> ciflow/periodic/release_1.12.0 2025-03-04T19:54:18.2698738Z * [new tag] ciflow/periodic/sha-ec5b83 -> ciflow/periodic/sha-ec5b83 2025-03-04T19:54:18.2699858Z * [new tag] ciflow/riscv64/143979 -> ciflow/riscv64/143979 2025-03-04T19:54:18.2701406Z * [new tag] ciflow/rocm/124424 -> ciflow/rocm/124424 2025-03-04T19:54:18.2702222Z * [new tag] ciflow/rocm/134817 -> ciflow/rocm/134817 2025-03-04T19:54:18.2703331Z * [new tag] ciflow/rocm/137136 -> ciflow/rocm/137136 2025-03-04T19:54:18.2704046Z * [new tag] ciflow/rocm/139469 -> ciflow/rocm/139469 2025-03-04T19:54:18.2704916Z * [new tag] ciflow/rocm/139975 -> ciflow/rocm/139975 2025-03-04T19:54:18.2705742Z * [new tag] ciflow/rocm/140989 -> ciflow/rocm/140989 2025-03-04T19:54:18.2706549Z * [new tag] ciflow/rocm/141309 -> ciflow/rocm/141309 2025-03-04T19:54:18.2707357Z * [new tag] ciflow/rocm/141355 -> ciflow/rocm/141355 2025-03-04T19:54:18.2708197Z * [new tag] ciflow/rocm/142097 -> ciflow/rocm/142097 2025-03-04T19:54:18.2709027Z * [new tag] ciflow/rocm/142859 -> ciflow/rocm/142859 2025-03-04T19:54:18.2709855Z * [new tag] ciflow/rocm/143416 -> ciflow/rocm/143416 2025-03-04T19:54:18.2711155Z * [new tag] ciflow/rocm/143971 -> ciflow/rocm/143971 2025-03-04T19:54:18.2712197Z * [new tag] ciflow/rocm/144120 -> ciflow/rocm/144120 2025-03-04T19:54:18.2713470Z * [new tag] ciflow/rocm/144572 -> ciflow/rocm/144572 2025-03-04T19:54:18.2714243Z * [new tag] ciflow/rocm/144664 -> ciflow/rocm/144664 2025-03-04T19:54:18.2715129Z * [new tag] ciflow/rocm/145475 -> ciflow/rocm/145475 2025-03-04T19:54:18.2716152Z * [new tag] ciflow/rocm/145584 -> ciflow/rocm/145584 2025-03-04T19:54:18.2717061Z * [new tag] ciflow/rocm/145685 -> ciflow/rocm/145685 2025-03-04T19:54:18.2718232Z * [new tag] ciflow/rocm/145946 -> ciflow/rocm/145946 2025-03-04T19:54:18.2718981Z * [new tag] ciflow/rocm/146227 -> ciflow/rocm/146227 2025-03-04T19:54:18.2719878Z * [new tag] ciflow/rocm/146264 -> ciflow/rocm/146264 2025-03-04T19:54:18.2720919Z * [new tag] ciflow/rocm/146448 -> ciflow/rocm/146448 2025-03-04T19:54:18.2721753Z * [new tag] ciflow/rocm/146903 -> ciflow/rocm/146903 2025-03-04T19:54:18.2722694Z * [new tag] ciflow/rocm/147034 -> ciflow/rocm/147034 2025-03-04T19:54:18.2723705Z * [new tag] ciflow/rocm/147243 -> ciflow/rocm/147243 2025-03-04T19:54:18.2724601Z * [new tag] ciflow/rocm/147315 -> ciflow/rocm/147315 2025-03-04T19:54:18.2725416Z * [new tag] ciflow/rocm/147320 -> ciflow/rocm/147320 2025-03-04T19:54:18.2726675Z * [new tag] ciflow/rocm/147382 -> ciflow/rocm/147382 2025-03-04T19:54:18.2727470Z * [new tag] ciflow/rocm/147403 -> ciflow/rocm/147403 2025-03-04T19:54:18.2728346Z * [new tag] ciflow/rocm/147452 -> ciflow/rocm/147452 2025-03-04T19:54:18.2729197Z * [new tag] ciflow/rocm/147459 -> ciflow/rocm/147459 2025-03-04T19:54:18.2730446Z * [new tag] ciflow/rocm/147527 -> ciflow/rocm/147527 2025-03-04T19:54:18.2731221Z * [new tag] ciflow/rocm/147619 -> ciflow/rocm/147619 2025-03-04T19:54:18.2732425Z * [new tag] ciflow/rocm/147630 -> ciflow/rocm/147630 2025-03-04T19:54:18.2733229Z * [new tag] ciflow/rocm/147821 -> ciflow/rocm/147821 2025-03-04T19:54:18.2734074Z * [new tag] ciflow/rocm/147904 -> ciflow/rocm/147904 2025-03-04T19:54:18.2735080Z * [new tag] ciflow/rocm/147993 -> ciflow/rocm/147993 2025-03-04T19:54:18.2735986Z * [new tag] ciflow/rocm/148223 -> ciflow/rocm/148223 2025-03-04T19:54:18.2736952Z * [new tag] ciflow/rocm/148228 -> ciflow/rocm/148228 2025-03-04T19:54:18.2737970Z * [new tag] ciflow/rocm/148371 -> ciflow/rocm/148371 2025-03-04T19:54:18.2738840Z * [new tag] ciflow/rocm/148394 -> ciflow/rocm/148394 2025-03-04T19:54:18.2739737Z * [new tag] ciflow/rocm/148432 -> ciflow/rocm/148432 2025-03-04T19:54:18.2741145Z * [new tag] ciflow/rocm/148437 -> ciflow/rocm/148437 2025-03-04T19:54:18.2742280Z * [new tag] ciflow/s390/142346 -> ciflow/s390/142346 2025-03-04T19:54:18.2743037Z * [new tag] ciflow/s390/143959 -> ciflow/s390/143959 2025-03-04T19:54:18.2744025Z * [new tag] ciflow/s390/148452 -> ciflow/s390/148452 2025-03-04T19:54:18.2745335Z * [new tag] ciflow/slow/01c7106 -> ciflow/slow/01c7106 2025-03-04T19:54:18.2746296Z * [new tag] ciflow/slow/0577043 -> ciflow/slow/0577043 2025-03-04T19:54:18.2748104Z * [new tag] ciflow/slow/0d5b74da0cab798fbfdb9caa53fad816999c8386-sdym -> ciflow/slow/0d5b74da0cab798fbfdb9caa53fad816999c8386-sdym 2025-03-04T19:54:18.2748478Z * [new tag] ciflow/slow/0e81104 -> ciflow/slow/0e81104 2025-03-04T19:54:18.2749329Z * [new tag] ciflow/slow/139975 -> ciflow/slow/139975 2025-03-04T19:54:18.2750141Z * [new tag] ciflow/slow/146256 -> ciflow/slow/146256 2025-03-04T19:54:18.2750947Z * [new tag] ciflow/slow/146903 -> ciflow/slow/146903 2025-03-04T19:54:18.2752133Z * [new tag] ciflow/slow/1732077 -> ciflow/slow/1732077 2025-03-04T19:54:18.2753499Z * [new tag] ciflow/slow/187eb7c -> ciflow/slow/187eb7c 2025-03-04T19:54:18.2754958Z * [new tag] ciflow/slow/1faef89 -> ciflow/slow/1faef89 2025-03-04T19:54:18.2756312Z * [new tag] ciflow/slow/3920ec1 -> ciflow/slow/3920ec1 2025-03-04T19:54:18.2757303Z * [new tag] ciflow/slow/3b7c6b2 -> ciflow/slow/3b7c6b2 2025-03-04T19:54:18.2758496Z * [new tag] ciflow/slow/59a3759 -> ciflow/slow/59a3759 2025-03-04T19:54:18.2759449Z * [new tag] ciflow/slow/70ef0bb -> ciflow/slow/70ef0bb 2025-03-04T19:54:18.2760479Z * [new tag] ciflow/slow/788ff06 -> ciflow/slow/788ff06 2025-03-04T19:54:18.2762487Z * [new tag] ciflow/slow/8751002215790a3a88750faa8f4366933e296693-sdym -> ciflow/slow/8751002215790a3a88750faa8f4366933e296693-sdym 2025-03-04T19:54:18.2762842Z * [new tag] ciflow/slow/9d85864 -> ciflow/slow/9d85864 2025-03-04T19:54:18.2763938Z * [new tag] ciflow/slow/9ffad5b -> ciflow/slow/9ffad5b 2025-03-04T19:54:18.2764956Z * [new tag] ciflow/slow/a206e8b -> ciflow/slow/a206e8b 2025-03-04T19:54:18.2766106Z * [new tag] ciflow/slow/a837609 -> ciflow/slow/a837609 2025-03-04T19:54:18.2767129Z * [new tag] ciflow/slow/af841f3 -> ciflow/slow/af841f3 2025-03-04T19:54:18.2768963Z * [new tag] ciflow/slow/da3aba1e46157c4df504b067477cdf2b3c96b194-sdym -> ciflow/slow/da3aba1e46157c4df504b067477cdf2b3c96b194-sdym 2025-03-04T19:54:18.2769334Z * [new tag] ciflow/trunk/108303 -> ciflow/trunk/108303 2025-03-04T19:54:18.2770188Z * [new tag] ciflow/trunk/113257 -> ciflow/trunk/113257 2025-03-04T19:54:18.2771034Z * [new tag] ciflow/trunk/113258 -> ciflow/trunk/113258 2025-03-04T19:54:18.2771897Z * [new tag] ciflow/trunk/120076 -> ciflow/trunk/120076 2025-03-04T19:54:18.2772771Z * [new tag] ciflow/trunk/121445 -> ciflow/trunk/121445 2025-03-04T19:54:18.2773610Z * [new tag] ciflow/trunk/123020 -> ciflow/trunk/123020 2025-03-04T19:54:18.2774422Z * [new tag] ciflow/trunk/124424 -> ciflow/trunk/124424 2025-03-04T19:54:18.2775246Z * [new tag] ciflow/trunk/124490 -> ciflow/trunk/124490 2025-03-04T19:54:18.2776083Z * [new tag] ciflow/trunk/125469 -> ciflow/trunk/125469 2025-03-04T19:54:18.2776929Z * [new tag] ciflow/trunk/125806 -> ciflow/trunk/125806 2025-03-04T19:54:18.2777787Z * [new tag] ciflow/trunk/125888 -> ciflow/trunk/125888 2025-03-04T19:54:18.2778998Z * [new tag] ciflow/trunk/125995 -> ciflow/trunk/125995 2025-03-04T19:54:18.2780042Z * [new tag] ciflow/trunk/126050 -> ciflow/trunk/126050 2025-03-04T19:54:18.2781081Z * [new tag] ciflow/trunk/126054 -> ciflow/trunk/126054 2025-03-04T19:54:18.2782290Z * [new tag] ciflow/trunk/126635 -> ciflow/trunk/126635 2025-03-04T19:54:18.2783208Z * [new tag] ciflow/trunk/127171 -> ciflow/trunk/127171 2025-03-04T19:54:18.2784242Z * [new tag] ciflow/trunk/127919 -> ciflow/trunk/127919 2025-03-04T19:54:18.2785096Z * [new tag] ciflow/trunk/129352 -> ciflow/trunk/129352 2025-03-04T19:54:18.2785936Z * [new tag] ciflow/trunk/129420 -> ciflow/trunk/129420 2025-03-04T19:54:18.2786823Z * [new tag] ciflow/trunk/130141 -> ciflow/trunk/130141 2025-03-04T19:54:18.2787698Z * [new tag] ciflow/trunk/130752 -> ciflow/trunk/130752 2025-03-04T19:54:18.2788569Z * [new tag] ciflow/trunk/131354 -> ciflow/trunk/131354 2025-03-04T19:54:18.2789412Z * [new tag] ciflow/trunk/131507 -> ciflow/trunk/131507 2025-03-04T19:54:18.2790441Z * [new tag] ciflow/trunk/132021 -> ciflow/trunk/132021 2025-03-04T19:54:18.2791336Z * [new tag] ciflow/trunk/133044 -> ciflow/trunk/133044 2025-03-04T19:54:18.2792178Z * [new tag] ciflow/trunk/133289 -> ciflow/trunk/133289 2025-03-04T19:54:18.2793062Z * [new tag] ciflow/trunk/133296 -> ciflow/trunk/133296 2025-03-04T19:54:18.2793947Z * [new tag] ciflow/trunk/133297 -> ciflow/trunk/133297 2025-03-04T19:54:18.2794881Z * [new tag] ciflow/trunk/133315 -> ciflow/trunk/133315 2025-03-04T19:54:18.2795717Z * [new tag] ciflow/trunk/133392 -> ciflow/trunk/133392 2025-03-04T19:54:18.2796576Z * [new tag] ciflow/trunk/133419 -> ciflow/trunk/133419 2025-03-04T19:54:18.2797401Z * [new tag] ciflow/trunk/133423 -> ciflow/trunk/133423 2025-03-04T19:54:18.2798355Z * [new tag] ciflow/trunk/133667 -> ciflow/trunk/133667 2025-03-04T19:54:18.2799209Z * [new tag] ciflow/trunk/133753 -> ciflow/trunk/133753 2025-03-04T19:54:18.2800403Z * [new tag] ciflow/trunk/134219 -> ciflow/trunk/134219 2025-03-04T19:54:18.2805256Z * [new tag] ciflow/trunk/134515 -> ciflow/trunk/134515 2025-03-04T19:54:18.2806120Z * [new tag] ciflow/trunk/135058 -> ciflow/trunk/135058 2025-03-04T19:54:18.2807140Z * [new tag] ciflow/trunk/135631 -> ciflow/trunk/135631 2025-03-04T19:54:18.2808152Z * [new tag] ciflow/trunk/136780 -> ciflow/trunk/136780 2025-03-04T19:54:18.2809130Z * [new tag] ciflow/trunk/136824 -> ciflow/trunk/136824 2025-03-04T19:54:18.2810171Z * [new tag] ciflow/trunk/136835 -> ciflow/trunk/136835 2025-03-04T19:54:18.2811372Z * [new tag] ciflow/trunk/136993 -> ciflow/trunk/136993 2025-03-04T19:54:18.2812889Z * [new tag] ciflow/trunk/137400 -> ciflow/trunk/137400 2025-03-04T19:54:18.2813692Z * [new tag] ciflow/trunk/137580 -> ciflow/trunk/137580 2025-03-04T19:54:18.2814602Z * [new tag] ciflow/trunk/138213 -> ciflow/trunk/138213 2025-03-04T19:54:18.2815376Z * [new tag] ciflow/trunk/138436 -> ciflow/trunk/138436 2025-03-04T19:54:18.2816269Z * [new tag] ciflow/trunk/138626 -> ciflow/trunk/138626 2025-03-04T19:54:18.2817087Z * [new tag] ciflow/trunk/138834 -> ciflow/trunk/138834 2025-03-04T19:54:18.2818006Z * [new tag] ciflow/trunk/138889 -> ciflow/trunk/138889 2025-03-04T19:54:18.2818796Z * [new tag] ciflow/trunk/138996 -> ciflow/trunk/138996 2025-03-04T19:54:18.2819953Z * [new tag] ciflow/trunk/139070 -> ciflow/trunk/139070 2025-03-04T19:54:18.2820707Z * [new tag] ciflow/trunk/139094 -> ciflow/trunk/139094 2025-03-04T19:54:18.2821629Z * [new tag] ciflow/trunk/139971 -> ciflow/trunk/139971 2025-03-04T19:54:18.2822442Z * [new tag] ciflow/trunk/139975 -> ciflow/trunk/139975 2025-03-04T19:54:18.2823285Z * [new tag] ciflow/trunk/140084 -> ciflow/trunk/140084 2025-03-04T19:54:18.2824158Z * [new tag] ciflow/trunk/140159 -> ciflow/trunk/140159 2025-03-04T19:54:18.2825261Z * [new tag] ciflow/trunk/140211 -> ciflow/trunk/140211 2025-03-04T19:54:18.2825997Z * [new tag] ciflow/trunk/140298 -> ciflow/trunk/140298 2025-03-04T19:54:18.2826836Z * [new tag] ciflow/trunk/140323 -> ciflow/trunk/140323 2025-03-04T19:54:18.2827732Z * [new tag] ciflow/trunk/140365 -> ciflow/trunk/140365 2025-03-04T19:54:18.2828928Z * [new tag] ciflow/trunk/140399 -> ciflow/trunk/140399 2025-03-04T19:54:18.2829866Z * [new tag] ciflow/trunk/140793 -> ciflow/trunk/140793 2025-03-04T19:54:18.2830544Z * [new tag] ciflow/trunk/140979 -> ciflow/trunk/140979 2025-03-04T19:54:18.2831400Z * [new tag] ciflow/trunk/140989 -> ciflow/trunk/140989 2025-03-04T19:54:18.2832264Z * [new tag] ciflow/trunk/141178 -> ciflow/trunk/141178 2025-03-04T19:54:18.2833445Z * [new tag] ciflow/trunk/141257 -> ciflow/trunk/141257 2025-03-04T19:54:18.2834234Z * [new tag] ciflow/trunk/141309 -> ciflow/trunk/141309 2025-03-04T19:54:18.2835152Z * [new tag] ciflow/trunk/141730 -> ciflow/trunk/141730 2025-03-04T19:54:18.2836150Z * [new tag] ciflow/trunk/141796 -> ciflow/trunk/141796 2025-03-04T19:54:18.2837012Z * [new tag] ciflow/trunk/141842 -> ciflow/trunk/141842 2025-03-04T19:54:18.2837842Z * [new tag] ciflow/trunk/141889 -> ciflow/trunk/141889 2025-03-04T19:54:18.2839084Z * [new tag] ciflow/trunk/141910 -> ciflow/trunk/141910 2025-03-04T19:54:18.2840250Z * [new tag] ciflow/trunk/141914 -> ciflow/trunk/141914 2025-03-04T19:54:18.2841027Z * [new tag] ciflow/trunk/141961 -> ciflow/trunk/141961 2025-03-04T19:54:18.2841937Z * [new tag] ciflow/trunk/142091 -> ciflow/trunk/142091 2025-03-04T19:54:18.2842749Z * [new tag] ciflow/trunk/142092 -> ciflow/trunk/142092 2025-03-04T19:54:18.2843659Z * [new tag] ciflow/trunk/142097 -> ciflow/trunk/142097 2025-03-04T19:54:18.2844503Z * [new tag] ciflow/trunk/142179 -> ciflow/trunk/142179 2025-03-04T19:54:18.2845388Z * [new tag] ciflow/trunk/142272 -> ciflow/trunk/142272 2025-03-04T19:54:18.2846263Z * [new tag] ciflow/trunk/142273 -> ciflow/trunk/142273 2025-03-04T19:54:18.2847355Z * [new tag] ciflow/trunk/142326 -> ciflow/trunk/142326 2025-03-04T19:54:18.2848192Z * [new tag] ciflow/trunk/142346 -> ciflow/trunk/142346 2025-03-04T19:54:18.2849039Z * [new tag] ciflow/trunk/142350 -> ciflow/trunk/142350 2025-03-04T19:54:18.2849935Z * [new tag] ciflow/trunk/142372 -> ciflow/trunk/142372 2025-03-04T19:54:18.2850778Z * [new tag] ciflow/trunk/142477 -> ciflow/trunk/142477 2025-03-04T19:54:18.2852109Z * [new tag] ciflow/trunk/142821 -> ciflow/trunk/142821 2025-03-04T19:54:18.2852820Z * [new tag] ciflow/trunk/142859 -> ciflow/trunk/142859 2025-03-04T19:54:18.2853968Z * [new tag] ciflow/trunk/142865 -> ciflow/trunk/142865 2025-03-04T19:54:18.2854838Z * [new tag] ciflow/trunk/143082 -> ciflow/trunk/143082 2025-03-04T19:54:18.2856090Z * [new tag] ciflow/trunk/143093 -> ciflow/trunk/143093 2025-03-04T19:54:18.2856795Z * [new tag] ciflow/trunk/143220 -> ciflow/trunk/143220 2025-03-04T19:54:18.2857967Z * [new tag] ciflow/trunk/143261 -> ciflow/trunk/143261 2025-03-04T19:54:18.2858778Z * [new tag] ciflow/trunk/143303 -> ciflow/trunk/143303 2025-03-04T19:54:18.2859660Z * [new tag] ciflow/trunk/143313 -> ciflow/trunk/143313 2025-03-04T19:54:18.2860784Z * [new tag] ciflow/trunk/143347 -> ciflow/trunk/143347 2025-03-04T19:54:18.2861974Z * [new tag] ciflow/trunk/143402 -> ciflow/trunk/143402 2025-03-04T19:54:18.2862760Z * [new tag] ciflow/trunk/143416 -> ciflow/trunk/143416 2025-03-04T19:54:18.2863915Z * [new tag] ciflow/trunk/143451 -> ciflow/trunk/143451 2025-03-04T19:54:18.2864642Z * [new tag] ciflow/trunk/143475 -> ciflow/trunk/143475 2025-03-04T19:54:18.2865666Z * [new tag] ciflow/trunk/143630 -> ciflow/trunk/143630 2025-03-04T19:54:18.2866405Z * [new tag] ciflow/trunk/143666 -> ciflow/trunk/143666 2025-03-04T19:54:18.2867255Z * [new tag] ciflow/trunk/143671 -> ciflow/trunk/143671 2025-03-04T19:54:18.2868480Z * [new tag] ciflow/trunk/143689 -> ciflow/trunk/143689 2025-03-04T19:54:18.2869265Z * [new tag] ciflow/trunk/143712 -> ciflow/trunk/143712 2025-03-04T19:54:18.2870269Z * [new tag] ciflow/trunk/143733 -> ciflow/trunk/143733 2025-03-04T19:54:18.2871259Z * [new tag] ciflow/trunk/143822 -> ciflow/trunk/143822 2025-03-04T19:54:18.2872940Z * [new tag] ciflow/trunk/143833 -> ciflow/trunk/143833 2025-03-04T19:54:18.2873963Z * [new tag] ciflow/trunk/143894 -> ciflow/trunk/143894 2025-03-04T19:54:18.2874859Z * [new tag] ciflow/trunk/143896 -> ciflow/trunk/143896 2025-03-04T19:54:18.2875700Z * [new tag] ciflow/trunk/143961 -> ciflow/trunk/143961 2025-03-04T19:54:18.2876612Z * [new tag] ciflow/trunk/143966 -> ciflow/trunk/143966 2025-03-04T19:54:18.2877433Z * [new tag] ciflow/trunk/144017 -> ciflow/trunk/144017 2025-03-04T19:54:18.2878578Z * [new tag] ciflow/trunk/144019 -> ciflow/trunk/144019 2025-03-04T19:54:18.2879364Z * [new tag] ciflow/trunk/144120 -> ciflow/trunk/144120 2025-03-04T19:54:18.2880411Z * [new tag] ciflow/trunk/144138 -> ciflow/trunk/144138 2025-03-04T19:54:18.2881228Z * [new tag] ciflow/trunk/144172 -> ciflow/trunk/144172 2025-03-04T19:54:18.2882412Z * [new tag] ciflow/trunk/144177 -> ciflow/trunk/144177 2025-03-04T19:54:18.2883400Z * [new tag] ciflow/trunk/144268 -> ciflow/trunk/144268 2025-03-04T19:54:18.2884253Z * [new tag] ciflow/trunk/144272 -> ciflow/trunk/144272 2025-03-04T19:54:18.2885099Z * [new tag] ciflow/trunk/144293 -> ciflow/trunk/144293 2025-03-04T19:54:18.2886135Z * [new tag] ciflow/trunk/144452 -> ciflow/trunk/144452 2025-03-04T19:54:18.2887137Z * [new tag] ciflow/trunk/144468 -> ciflow/trunk/144468 2025-03-04T19:54:18.2888000Z * [new tag] ciflow/trunk/144557 -> ciflow/trunk/144557 2025-03-04T19:54:18.2888865Z * [new tag] ciflow/trunk/144572 -> ciflow/trunk/144572 2025-03-04T19:54:18.2890099Z * [new tag] ciflow/trunk/144590 -> ciflow/trunk/144590 2025-03-04T19:54:18.2891210Z * [new tag] ciflow/trunk/144616 -> ciflow/trunk/144616 2025-03-04T19:54:18.2892089Z * [new tag] ciflow/trunk/144620 -> ciflow/trunk/144620 2025-03-04T19:54:18.2892947Z * [new tag] ciflow/trunk/144664 -> ciflow/trunk/144664 2025-03-04T19:54:18.2894125Z * [new tag] ciflow/trunk/144708 -> ciflow/trunk/144708 2025-03-04T19:54:18.2894877Z * [new tag] ciflow/trunk/144721 -> ciflow/trunk/144721 2025-03-04T19:54:18.2895756Z * [new tag] ciflow/trunk/144733 -> ciflow/trunk/144733 2025-03-04T19:54:18.2896777Z * [new tag] ciflow/trunk/144763 -> ciflow/trunk/144763 2025-03-04T19:54:18.2897654Z * [new tag] ciflow/trunk/144771 -> ciflow/trunk/144771 2025-03-04T19:54:18.2898681Z * [new tag] ciflow/trunk/144844 -> ciflow/trunk/144844 2025-03-04T19:54:18.2899577Z * [new tag] ciflow/trunk/144880 -> ciflow/trunk/144880 2025-03-04T19:54:18.2900852Z * [new tag] ciflow/trunk/144925 -> ciflow/trunk/144925 2025-03-04T19:54:18.2902615Z * [new tag] ciflow/trunk/144953 -> ciflow/trunk/144953 2025-03-04T19:54:18.2902810Z * [new tag] ciflow/trunk/144975 -> ciflow/trunk/144975 2025-03-04T19:54:18.2903187Z * [new tag] ciflow/trunk/144992 -> ciflow/trunk/144992 2025-03-04T19:54:18.2904141Z * [new tag] ciflow/trunk/145061 -> ciflow/trunk/145061 2025-03-04T19:54:18.2904975Z * [new tag] ciflow/trunk/145116 -> ciflow/trunk/145116 2025-03-04T19:54:18.2905828Z * [new tag] ciflow/trunk/145119 -> ciflow/trunk/145119 2025-03-04T19:54:18.2906882Z * [new tag] ciflow/trunk/145136 -> ciflow/trunk/145136 2025-03-04T19:54:18.2907807Z * [new tag] ciflow/trunk/145153 -> ciflow/trunk/145153 2025-03-04T19:54:18.2908683Z * [new tag] ciflow/trunk/145224 -> ciflow/trunk/145224 2025-03-04T19:54:18.2909558Z * [new tag] ciflow/trunk/145241 -> ciflow/trunk/145241 2025-03-04T19:54:18.2910425Z * [new tag] ciflow/trunk/145254 -> ciflow/trunk/145254 2025-03-04T19:54:18.2911332Z * [new tag] ciflow/trunk/145331 -> ciflow/trunk/145331 2025-03-04T19:54:18.2912360Z * [new tag] ciflow/trunk/145406 -> ciflow/trunk/145406 2025-03-04T19:54:18.2913254Z * [new tag] ciflow/trunk/145523 -> ciflow/trunk/145523 2025-03-04T19:54:18.2914104Z * [new tag] ciflow/trunk/145559 -> ciflow/trunk/145559 2025-03-04T19:54:18.2915205Z * [new tag] ciflow/trunk/145677 -> ciflow/trunk/145677 2025-03-04T19:54:18.2916140Z * [new tag] ciflow/trunk/145717 -> ciflow/trunk/145717 2025-03-04T19:54:18.2917064Z * [new tag] ciflow/trunk/145936 -> ciflow/trunk/145936 2025-03-04T19:54:18.2917913Z * [new tag] ciflow/trunk/145946 -> ciflow/trunk/145946 2025-03-04T19:54:18.2918798Z * [new tag] ciflow/trunk/145966 -> ciflow/trunk/145966 2025-03-04T19:54:18.2919711Z * [new tag] ciflow/trunk/145979 -> ciflow/trunk/145979 2025-03-04T19:54:18.2920580Z * [new tag] ciflow/trunk/146051 -> ciflow/trunk/146051 2025-03-04T19:54:18.2921607Z * [new tag] ciflow/trunk/146069 -> ciflow/trunk/146069 2025-03-04T19:54:18.2922671Z * [new tag] ciflow/trunk/146090 -> ciflow/trunk/146090 2025-03-04T19:54:18.2923408Z * [new tag] ciflow/trunk/146098 -> ciflow/trunk/146098 2025-03-04T19:54:18.2924505Z * [new tag] ciflow/trunk/146110 -> ciflow/trunk/146110 2025-03-04T19:54:18.2925444Z * [new tag] ciflow/trunk/146115 -> ciflow/trunk/146115 2025-03-04T19:54:18.2926337Z * [new tag] ciflow/trunk/146176 -> ciflow/trunk/146176 2025-03-04T19:54:18.2927439Z * [new tag] ciflow/trunk/146182 -> ciflow/trunk/146182 2025-03-04T19:54:18.2928200Z * [new tag] ciflow/trunk/146256 -> ciflow/trunk/146256 2025-03-04T19:54:18.2929163Z * [new tag] ciflow/trunk/146275 -> ciflow/trunk/146275 2025-03-04T19:54:18.2930203Z * [new tag] ciflow/trunk/146289 -> ciflow/trunk/146289 2025-03-04T19:54:18.2931098Z * [new tag] ciflow/trunk/146335 -> ciflow/trunk/146335 2025-03-04T19:54:18.2932065Z * [new tag] ciflow/trunk/146421 -> ciflow/trunk/146421 2025-03-04T19:54:18.2933740Z * [new tag] ciflow/trunk/146489 -> ciflow/trunk/146489 2025-03-04T19:54:18.2934785Z * [new tag] ciflow/trunk/146517 -> ciflow/trunk/146517 2025-03-04T19:54:18.2935561Z * [new tag] ciflow/trunk/146530 -> ciflow/trunk/146530 2025-03-04T19:54:18.2936508Z * [new tag] ciflow/trunk/146561 -> ciflow/trunk/146561 2025-03-04T19:54:18.2937654Z * [new tag] ciflow/trunk/146573 -> ciflow/trunk/146573 2025-03-04T19:54:18.2938414Z * [new tag] ciflow/trunk/146582 -> ciflow/trunk/146582 2025-03-04T19:54:18.2939357Z * [new tag] ciflow/trunk/146661 -> ciflow/trunk/146661 2025-03-04T19:54:18.2940222Z * [new tag] ciflow/trunk/146718 -> ciflow/trunk/146718 2025-03-04T19:54:18.2940994Z * [new tag] ciflow/trunk/146777 -> ciflow/trunk/146777 2025-03-04T19:54:18.2942218Z * [new tag] ciflow/trunk/146807 -> ciflow/trunk/146807 2025-03-04T19:54:18.2942988Z * [new tag] ciflow/trunk/146823 -> ciflow/trunk/146823 2025-03-04T19:54:18.2943902Z * [new tag] ciflow/trunk/146826 -> ciflow/trunk/146826 2025-03-04T19:54:18.2944773Z * [new tag] ciflow/trunk/146827 -> ciflow/trunk/146827 2025-03-04T19:54:18.2945793Z * [new tag] ciflow/trunk/146845 -> ciflow/trunk/146845 2025-03-04T19:54:18.2946719Z * [new tag] ciflow/trunk/146870 -> ciflow/trunk/146870 2025-03-04T19:54:18.2947560Z * [new tag] ciflow/trunk/146873 -> ciflow/trunk/146873 2025-03-04T19:54:18.2948446Z * [new tag] ciflow/trunk/146874 -> ciflow/trunk/146874 2025-03-04T19:54:18.2949356Z * [new tag] ciflow/trunk/146903 -> ciflow/trunk/146903 2025-03-04T19:54:18.2950226Z * [new tag] ciflow/trunk/146928 -> ciflow/trunk/146928 2025-03-04T19:54:18.2951373Z * [new tag] ciflow/trunk/146970 -> ciflow/trunk/146970 2025-03-04T19:54:18.2952231Z * [new tag] ciflow/trunk/147014 -> ciflow/trunk/147014 2025-03-04T19:54:18.2953096Z * [new tag] ciflow/trunk/147072 -> ciflow/trunk/147072 2025-03-04T19:54:18.2953918Z * [new tag] ciflow/trunk/147105 -> ciflow/trunk/147105 2025-03-04T19:54:18.2954840Z * [new tag] ciflow/trunk/147155 -> ciflow/trunk/147155 2025-03-04T19:54:18.2955664Z * [new tag] ciflow/trunk/147243 -> ciflow/trunk/147243 2025-03-04T19:54:18.2956577Z * [new tag] ciflow/trunk/147272 -> ciflow/trunk/147272 2025-03-04T19:54:18.2957463Z * [new tag] ciflow/trunk/147314 -> ciflow/trunk/147314 2025-03-04T19:54:18.2958325Z * [new tag] ciflow/trunk/147320 -> ciflow/trunk/147320 2025-03-04T19:54:18.2959367Z * [new tag] ciflow/trunk/147334 -> ciflow/trunk/147334 2025-03-04T19:54:18.2960251Z * [new tag] ciflow/trunk/147349 -> ciflow/trunk/147349 2025-03-04T19:54:18.2961141Z * [new tag] ciflow/trunk/147368 -> ciflow/trunk/147368 2025-03-04T19:54:18.2962027Z * [new tag] ciflow/trunk/147403 -> ciflow/trunk/147403 2025-03-04T19:54:18.2962897Z * [new tag] ciflow/trunk/147422 -> ciflow/trunk/147422 2025-03-04T19:54:18.2963804Z * [new tag] ciflow/trunk/147448 -> ciflow/trunk/147448 2025-03-04T19:54:18.2964700Z * [new tag] ciflow/trunk/147452 -> ciflow/trunk/147452 2025-03-04T19:54:18.2965584Z * [new tag] ciflow/trunk/147481 -> ciflow/trunk/147481 2025-03-04T19:54:18.2966443Z * [new tag] ciflow/trunk/147498 -> ciflow/trunk/147498 2025-03-04T19:54:18.2967343Z * [new tag] ciflow/trunk/147574 -> ciflow/trunk/147574 2025-03-04T19:54:18.2968207Z * [new tag] ciflow/trunk/147583 -> ciflow/trunk/147583 2025-03-04T19:54:18.2969094Z * [new tag] ciflow/trunk/147660 -> ciflow/trunk/147660 2025-03-04T19:54:18.2969943Z * [new tag] ciflow/trunk/147664 -> ciflow/trunk/147664 2025-03-04T19:54:18.2970962Z * [new tag] ciflow/trunk/147741 -> ciflow/trunk/147741 2025-03-04T19:54:18.2972051Z * [new tag] ciflow/trunk/147742 -> ciflow/trunk/147742 2025-03-04T19:54:18.2972957Z * [new tag] ciflow/trunk/147752 -> ciflow/trunk/147752 2025-03-04T19:54:18.2973833Z * [new tag] ciflow/trunk/147797 -> ciflow/trunk/147797 2025-03-04T19:54:18.2974733Z * [new tag] ciflow/trunk/147798 -> ciflow/trunk/147798 2025-03-04T19:54:18.2975940Z * [new tag] ciflow/trunk/147808 -> ciflow/trunk/147808 2025-03-04T19:54:18.2976796Z * [new tag] ciflow/trunk/147817 -> ciflow/trunk/147817 2025-03-04T19:54:18.2978190Z * [new tag] ciflow/trunk/147820 -> ciflow/trunk/147820 2025-03-04T19:54:18.2979080Z * [new tag] ciflow/trunk/147821 -> ciflow/trunk/147821 2025-03-04T19:54:18.2979943Z * [new tag] ciflow/trunk/147836 -> ciflow/trunk/147836 2025-03-04T19:54:18.2980824Z * [new tag] ciflow/trunk/147862 -> ciflow/trunk/147862 2025-03-04T19:54:18.2981803Z * [new tag] ciflow/trunk/147870 -> ciflow/trunk/147870 2025-03-04T19:54:18.2982667Z * [new tag] ciflow/trunk/147881 -> ciflow/trunk/147881 2025-03-04T19:54:18.2983512Z * [new tag] ciflow/trunk/147897 -> ciflow/trunk/147897 2025-03-04T19:54:18.2984363Z * [new tag] ciflow/trunk/147910 -> ciflow/trunk/147910 2025-03-04T19:54:18.2985315Z * [new tag] ciflow/trunk/147917 -> ciflow/trunk/147917 2025-03-04T19:54:18.2986243Z * [new tag] ciflow/trunk/147945 -> ciflow/trunk/147945 2025-03-04T19:54:18.2986978Z * [new tag] ciflow/trunk/147955 -> ciflow/trunk/147955 2025-03-04T19:54:18.2987918Z * [new tag] ciflow/trunk/147956 -> ciflow/trunk/147956 2025-03-04T19:54:18.2988884Z * [new tag] ciflow/trunk/147957 -> ciflow/trunk/147957 2025-03-04T19:54:18.2989638Z * [new tag] ciflow/trunk/147958 -> ciflow/trunk/147958 2025-03-04T19:54:18.2990609Z * [new tag] ciflow/trunk/147959 -> ciflow/trunk/147959 2025-03-04T19:54:18.2991461Z * [new tag] ciflow/trunk/147962 -> ciflow/trunk/147962 2025-03-04T19:54:18.2992878Z * [new tag] ciflow/trunk/147964 -> ciflow/trunk/147964 2025-03-04T19:54:18.2993714Z * [new tag] ciflow/trunk/147994 -> ciflow/trunk/147994 2025-03-04T19:54:18.2994604Z * [new tag] ciflow/trunk/147997 -> ciflow/trunk/147997 2025-03-04T19:54:18.2995682Z * [new tag] ciflow/trunk/148049 -> ciflow/trunk/148049 2025-03-04T19:54:18.2996607Z * [new tag] ciflow/trunk/148076 -> ciflow/trunk/148076 2025-03-04T19:54:18.2997461Z * [new tag] ciflow/trunk/148083 -> ciflow/trunk/148083 2025-03-04T19:54:18.2998341Z * [new tag] ciflow/trunk/148131 -> ciflow/trunk/148131 2025-03-04T19:54:18.2999211Z * [new tag] ciflow/trunk/148163 -> ciflow/trunk/148163 2025-03-04T19:54:18.3000116Z * [new tag] ciflow/trunk/148173 -> ciflow/trunk/148173 2025-03-04T19:54:18.3001211Z * [new tag] ciflow/trunk/148180 -> ciflow/trunk/148180 2025-03-04T19:54:18.3002064Z * [new tag] ciflow/trunk/148231 -> ciflow/trunk/148231 2025-03-04T19:54:18.3002938Z * [new tag] ciflow/trunk/148261 -> ciflow/trunk/148261 2025-03-04T19:54:18.3003815Z * [new tag] ciflow/trunk/148279 -> ciflow/trunk/148279 2025-03-04T19:54:18.3008690Z * [new tag] ciflow/trunk/148290 -> ciflow/trunk/148290 2025-03-04T19:54:18.3008883Z * [new tag] ciflow/trunk/148292 -> ciflow/trunk/148292 2025-03-04T19:54:18.3009215Z * [new tag] ciflow/trunk/148305 -> ciflow/trunk/148305 2025-03-04T19:54:18.3009397Z * [new tag] ciflow/trunk/148343 -> ciflow/trunk/148343 2025-03-04T19:54:18.3009590Z * [new tag] ciflow/trunk/148350 -> ciflow/trunk/148350 2025-03-04T19:54:18.3009768Z * [new tag] ciflow/trunk/148364 -> ciflow/trunk/148364 2025-03-04T19:54:18.3010653Z * [new tag] ciflow/trunk/148366 -> ciflow/trunk/148366 2025-03-04T19:54:18.3011565Z * [new tag] ciflow/trunk/148371 -> ciflow/trunk/148371 2025-03-04T19:54:18.3012515Z * [new tag] ciflow/trunk/148388 -> ciflow/trunk/148388 2025-03-04T19:54:18.3013384Z * [new tag] ciflow/trunk/148423 -> ciflow/trunk/148423 2025-03-04T19:54:18.3014473Z * [new tag] ciflow/trunk/70978 -> ciflow/trunk/70978 2025-03-04T19:54:18.3015479Z * [new tag] ciflow/trunk/70979 -> ciflow/trunk/70979 2025-03-04T19:54:18.3016789Z * [new tag] ciflow/unstable/123 -> ciflow/unstable/123 2025-03-04T19:54:18.3017819Z * [new tag] ciflow/unstable/146104 -> ciflow/unstable/146104 2025-03-04T19:54:18.3018606Z * [new tag] ciflow/unstable/146264 -> ciflow/unstable/146264 2025-03-04T19:54:18.3019470Z * [new tag] ciflow/unstable/147320 -> ciflow/unstable/147320 2025-03-04T19:54:18.3020489Z * [new tag] ciflow/xpu/137566 -> ciflow/xpu/137566 2025-03-04T19:54:18.3021232Z * [new tag] ciflow/xpu/137580 -> ciflow/xpu/137580 2025-03-04T19:54:18.3022167Z * [new tag] ciflow/xpu/138889 -> ciflow/xpu/138889 2025-03-04T19:54:18.3022914Z * [new tag] ciflow/xpu/138996 -> ciflow/xpu/138996 2025-03-04T19:54:18.3023796Z * [new tag] ciflow/xpu/139469 -> ciflow/xpu/139469 2025-03-04T19:54:18.3024539Z * [new tag] ciflow/xpu/139971 -> ciflow/xpu/139971 2025-03-04T19:54:18.3025462Z * [new tag] ciflow/xpu/140365 -> ciflow/xpu/140365 2025-03-04T19:54:18.3026207Z * [new tag] ciflow/xpu/140372 -> ciflow/xpu/140372 2025-03-04T19:54:18.3027171Z * [new tag] ciflow/xpu/140686 -> ciflow/xpu/140686 2025-03-04T19:54:18.3028167Z * [new tag] ciflow/xpu/140972 -> ciflow/xpu/140972 2025-03-04T19:54:18.3029006Z * [new tag] ciflow/xpu/142040 -> ciflow/xpu/142040 2025-03-04T19:54:18.3030214Z * [new tag] ciflow/xpu/142097 -> ciflow/xpu/142097 2025-03-04T19:54:18.3031402Z * [new tag] ciflow/xpu/143597 -> ciflow/xpu/143597 2025-03-04T19:54:18.3032411Z * [new tag] ciflow/xpu/143833 -> ciflow/xpu/143833 2025-03-04T19:54:18.3033449Z * [new tag] ciflow/xpu/144240 -> ciflow/xpu/144240 2025-03-04T19:54:18.3034432Z * [new tag] ciflow/xpu/144452 -> ciflow/xpu/144452 2025-03-04T19:54:18.3035275Z * [new tag] ciflow/xpu/144664 -> ciflow/xpu/144664 2025-03-04T19:54:18.3036164Z * [new tag] ciflow/xpu/146098 -> ciflow/xpu/146098 2025-03-04T19:54:18.3037229Z * [new tag] ciflow/xpu/147161 -> ciflow/xpu/147161 2025-03-04T19:54:18.3038077Z * [new tag] ciflow/xpu/147349 -> ciflow/xpu/147349 2025-03-04T19:54:18.3039096Z * [new tag] ciflow/xpu/147355 -> ciflow/xpu/147355 2025-03-04T19:54:18.3039959Z * [new tag] ciflow/xpu/147403 -> ciflow/xpu/147403 2025-03-04T19:54:18.3040837Z * [new tag] ciflow/xpu/147448 -> ciflow/xpu/147448 2025-03-04T19:54:18.3041700Z * [new tag] ciflow/xpu/147498 -> ciflow/xpu/147498 2025-03-04T19:54:18.3042598Z * [new tag] ciflow/xpu/147507 -> ciflow/xpu/147507 2025-03-04T19:54:18.3043359Z * [new tag] ciflow/xpu/147583 -> ciflow/xpu/147583 2025-03-04T19:54:18.3044483Z * [new tag] ciflow/xpu/147593 -> ciflow/xpu/147593 2025-03-04T19:54:18.3045331Z * [new tag] ciflow/xpu/147664 -> ciflow/xpu/147664 2025-03-04T19:54:18.3046169Z * [new tag] ciflow/xpu/147727 -> ciflow/xpu/147727 2025-03-04T19:54:18.3047069Z * [new tag] ciflow/xpu/147821 -> ciflow/xpu/147821 2025-03-04T19:54:18.3047913Z * [new tag] ciflow/xpu/147945 -> ciflow/xpu/147945 2025-03-04T19:54:18.3048772Z * [new tag] ciflow/xpu/147955 -> ciflow/xpu/147955 2025-03-04T19:54:18.3049611Z * [new tag] ciflow/xpu/147956 -> ciflow/xpu/147956 2025-03-04T19:54:18.3050501Z * [new tag] ciflow/xpu/147957 -> ciflow/xpu/147957 2025-03-04T19:54:18.3051355Z * [new tag] ciflow/xpu/147958 -> ciflow/xpu/147958 2025-03-04T19:54:18.3052324Z * [new tag] ciflow/xpu/147959 -> ciflow/xpu/147959 2025-03-04T19:54:18.3053216Z * [new tag] ciflow/xpu/147962 -> ciflow/xpu/147962 2025-03-04T19:54:18.3054065Z * [new tag] ciflow/xpu/148076 -> ciflow/xpu/148076 2025-03-04T19:54:18.3055221Z * [new tag] ciflow/xpu/148081 -> ciflow/xpu/148081 2025-03-04T19:54:18.3055967Z * [new tag] ciflow/xpu/148305 -> ciflow/xpu/148305 2025-03-04T19:54:18.3056953Z * [new tag] ciflow/xpu/148313 -> ciflow/xpu/148313 2025-03-04T19:54:18.3057786Z * [new tag] ciflow/xpu/148366 -> ciflow/xpu/148366 2025-03-04T19:54:18.3058686Z * [new tag] ciflow/xpu/148403 -> ciflow/xpu/148403 2025-03-04T19:54:18.3059472Z * [new tag] ciflow/xpu/148423 -> ciflow/xpu/148423 2025-03-04T19:54:18.3060564Z * [new tag] cslpull75 -> cslpull75 2025-03-04T19:54:18.3061486Z * [new tag] cslpull76 -> cslpull76 2025-03-04T19:54:18.3062474Z * [new tag] cslpull77 -> cslpull77 2025-03-04T19:54:18.3063587Z * [new tag] cslpull78 -> cslpull78 2025-03-04T19:54:18.3064852Z * [new tag] cslpull79 -> cslpull79 2025-03-04T19:54:18.3066099Z * [new tag] cslpull80 -> cslpull80 2025-03-04T19:54:18.3067139Z * [new tag] cslpull81 -> cslpull81 2025-03-04T19:54:18.3068199Z * [new tag] cslpull82 -> cslpull82 2025-03-04T19:54:18.3069256Z * [new tag] cslpull83 -> cslpull83 2025-03-04T19:54:18.3070240Z * [new tag] cslpull84 -> cslpull84 2025-03-04T19:54:18.3071215Z * [new tag] cslpull85 -> cslpull85 2025-03-04T19:54:18.3072239Z * [new tag] cslpull86 -> cslpull86 2025-03-04T19:54:18.3073212Z * [new tag] cslpull87 -> cslpull87 2025-03-04T19:54:18.3074289Z * [new tag] cslpull88 -> cslpull88 2025-03-04T19:54:18.3075703Z * [new tag] cslpull89 -> cslpull89 2025-03-04T19:54:18.3076432Z * [new tag] cslpull90 -> cslpull90 2025-03-04T19:54:18.3078027Z * [new tag] cslpull91 -> cslpull91 2025-03-04T19:54:18.3078979Z * [new tag] cslpull92 -> cslpull92 2025-03-04T19:54:18.3080042Z * [new tag] flight_5 -> flight_5 2025-03-04T19:54:18.3081176Z * [new tag] flight_5.1 -> flight_5.1 2025-03-04T19:54:18.3082278Z * [new tag] flight_5.2 -> flight_5.2 2025-03-04T19:54:18.3083120Z * [new tag] flight_5.3 -> flight_5.3 2025-03-04T19:54:18.3084099Z * [new tag] forpull1 -> forpull1 2025-03-04T19:54:18.3085321Z * [new tag] malfet/tag-2ef5611 -> malfet/tag-2ef5611 2025-03-04T19:54:18.3086322Z * [new tag] malfet/tag-317b1a0 -> malfet/tag-317b1a0 2025-03-04T19:54:18.3087356Z * [new tag] malfet/tag-ec6f767 -> malfet/tag-ec6f767 2025-03-04T19:54:18.3088462Z * [new tag] nightly-binary -> nightly-binary 2025-03-04T19:54:18.3089207Z * [new tag] sqzhang_flight4_plus -> sqzhang_flight4_plus 2025-03-04T19:54:18.3090376Z * [new tag] sqzhang_flight_3 -> sqzhang_flight_3 2025-03-04T19:54:18.3091337Z * [new tag] v0.1.1 -> v0.1.1 2025-03-04T19:54:18.3092466Z * [new tag] v0.1.10 -> v0.1.10 2025-03-04T19:54:18.3093424Z * [new tag] v0.1.11 -> v0.1.11 2025-03-04T19:54:18.3094387Z * [new tag] v0.1.12 -> v0.1.12 2025-03-04T19:54:18.3095323Z * [new tag] v0.1.2 -> v0.1.2 2025-03-04T19:54:18.3096437Z * [new tag] v0.1.3 -> v0.1.3 2025-03-04T19:54:18.3097401Z * [new tag] v0.1.4 -> v0.1.4 2025-03-04T19:54:18.3098387Z * [new tag] v0.1.5 -> v0.1.5 2025-03-04T19:54:18.3099390Z * [new tag] v0.1.6 -> v0.1.6 2025-03-04T19:54:18.3100515Z * [new tag] v0.1.7 -> v0.1.7 2025-03-04T19:54:18.3103570Z * [new tag] v0.1.8 -> v0.1.8 2025-03-04T19:54:18.3104558Z * [new tag] v0.1.9 -> v0.1.9 2025-03-04T19:54:18.3105507Z * [new tag] v0.2.0 -> v0.2.0 2025-03-04T19:54:18.3106558Z * [new tag] v0.3.0 -> v0.3.0 2025-03-04T19:54:18.3107636Z * [new tag] v0.3.1 -> v0.3.1 2025-03-04T19:54:18.3108685Z * [new tag] v0.4.0 -> v0.4.0 2025-03-04T19:54:18.3109647Z * [new tag] v0.4.1 -> v0.4.1 2025-03-04T19:54:18.3110669Z * [new tag] v1.0.0 -> v1.0.0 2025-03-04T19:54:18.3111689Z * [new tag] v1.0.0a0 -> v1.0.0a0 2025-03-04T19:54:18.3112656Z * [new tag] v1.0.1 -> v1.0.1 2025-03-04T19:54:18.3113704Z * [new tag] v1.0rc0 -> v1.0rc0 2025-03-04T19:54:18.3114416Z * [new tag] v1.0rc1 -> v1.0rc1 2025-03-04T19:54:18.3115518Z * [new tag] v1.1.0 -> v1.1.0 2025-03-04T19:54:18.3116538Z * [new tag] v1.1.0a0 -> v1.1.0a0 2025-03-04T19:54:18.3117768Z * [new tag] v1.10.0 -> v1.10.0 2025-03-04T19:54:18.3118842Z * [new tag] v1.10.0-rc1 -> v1.10.0-rc1 2025-03-04T19:54:18.3119882Z * [new tag] v1.10.0-rc2 -> v1.10.0-rc2 2025-03-04T19:54:18.3120704Z * [new tag] v1.10.0-rc3 -> v1.10.0-rc3 2025-03-04T19:54:18.3121826Z * [new tag] v1.10.1 -> v1.10.1 2025-03-04T19:54:18.3122649Z * [new tag] v1.10.1-rc1 -> v1.10.1-rc1 2025-03-04T19:54:18.3123475Z * [new tag] v1.10.2 -> v1.10.2 2025-03-04T19:54:18.3124210Z * [new tag] v1.10.2-rc1 -> v1.10.2-rc1 2025-03-04T19:54:18.3125436Z * [new tag] v1.11.0 -> v1.11.0 2025-03-04T19:54:18.3126465Z * [new tag] v1.11.0-rc1 -> v1.11.0-rc1 2025-03-04T19:54:18.3127588Z * [new tag] v1.11.0-rc2 -> v1.11.0-rc2 2025-03-04T19:54:18.3128676Z * [new tag] v1.11.0-rc3 -> v1.11.0-rc3 2025-03-04T19:54:18.3129705Z * [new tag] v1.11.0-rc4 -> v1.11.0-rc4 2025-03-04T19:54:18.3130951Z * [new tag] v1.11.0-rc5 -> v1.11.0-rc5 2025-03-04T19:54:18.3131759Z * [new tag] v1.11.0-rc6 -> v1.11.0-rc6 2025-03-04T19:54:18.3132674Z * [new tag] v1.11.0-rc7 -> v1.11.0-rc7 2025-03-04T19:54:18.3133804Z * [new tag] v1.12.0 -> v1.12.0 2025-03-04T19:54:18.3134933Z * [new tag] v1.12.0-rc1 -> v1.12.0-rc1 2025-03-04T19:54:18.3135947Z * [new tag] v1.12.0-rc2 -> v1.12.0-rc2 2025-03-04T19:54:18.3137028Z * [new tag] v1.12.0-rc3 -> v1.12.0-rc3 2025-03-04T19:54:18.3138161Z * [new tag] v1.12.0-rc4 -> v1.12.0-rc4 2025-03-04T19:54:18.3139220Z * [new tag] v1.12.0-rc5 -> v1.12.0-rc5 2025-03-04T19:54:18.3140321Z * [new tag] v1.12.0-rc6 -> v1.12.0-rc6 2025-03-04T19:54:18.3141153Z * [new tag] v1.12.0-rc7 -> v1.12.0-rc7 2025-03-04T19:54:18.3141980Z * [new tag] v1.12.0-rc8 -> v1.12.0-rc8 2025-03-04T19:54:18.3142807Z * [new tag] v1.12.1 -> v1.12.1 2025-03-04T19:54:18.3143991Z * [new tag] v1.12.1-rc1 -> v1.12.1-rc1 2025-03-04T19:54:18.3145018Z * [new tag] v1.12.1-rc2 -> v1.12.1-rc2 2025-03-04T19:54:18.3146596Z * [new tag] v1.12.1-rc3 -> v1.12.1-rc3 2025-03-04T19:54:18.3147738Z * [new tag] v1.12.1-rc4 -> v1.12.1-rc4 2025-03-04T19:54:18.3148469Z * [new tag] v1.12.1-rc5 -> v1.12.1-rc5 2025-03-04T19:54:18.3149613Z * [new tag] v1.13.0 -> v1.13.0 2025-03-04T19:54:18.3150652Z * [new tag] v1.13.0-rc1 -> v1.13.0-rc1 2025-03-04T19:54:18.3151661Z * [new tag] v1.13.0-rc2 -> v1.13.0-rc2 2025-03-04T19:54:18.3152719Z * [new tag] v1.13.0-rc3 -> v1.13.0-rc3 2025-03-04T19:54:18.3153872Z * [new tag] v1.13.0-rc4 -> v1.13.0-rc4 2025-03-04T19:54:18.3154760Z * [new tag] v1.13.0-rc5 -> v1.13.0-rc5 2025-03-04T19:54:18.3155421Z * [new tag] v1.13.0-rc6 -> v1.13.0-rc6 2025-03-04T19:54:18.3156665Z * [new tag] v1.13.1 -> v1.13.1 2025-03-04T19:54:18.3157404Z * [new tag] v1.13.1-rc1 -> v1.13.1-rc1 2025-03-04T19:54:18.3158485Z * [new tag] v1.2.0 -> v1.2.0 2025-03-04T19:54:18.3159511Z * [new tag] v1.2.0a0 -> v1.2.0a0 2025-03-04T19:54:18.3160536Z * [new tag] v1.3.0 -> v1.3.0 2025-03-04T19:54:18.3161505Z * [new tag] v1.3.0a0 -> v1.3.0a0 2025-03-04T19:54:18.3162326Z * [new tag] v1.3.1 -> v1.3.1 2025-03-04T19:54:18.3163438Z * [new tag] v1.4.0 -> v1.4.0 2025-03-04T19:54:18.3164484Z * [new tag] v1.4.0a0 -> v1.4.0a0 2025-03-04T19:54:18.3165299Z * [new tag] v1.4.1 -> v1.4.1 2025-03-04T19:54:18.3166382Z * [new tag] v1.5.0 -> v1.5.0 2025-03-04T19:54:18.3167584Z * [new tag] v1.5.0-rc1 -> v1.5.0-rc1 2025-03-04T19:54:18.3168591Z * [new tag] v1.5.0-rc2 -> v1.5.0-rc2 2025-03-04T19:54:18.3169746Z * [new tag] v1.5.0-rc3 -> v1.5.0-rc3 2025-03-04T19:54:18.3170673Z * [new tag] v1.5.0-rc4 -> v1.5.0-rc4 2025-03-04T19:54:18.3171599Z * [new tag] v1.5.0-rc5 -> v1.5.0-rc5 2025-03-04T19:54:18.3172795Z * [new tag] v1.5.1 -> v1.5.1 2025-03-04T19:54:18.3173516Z * [new tag] v1.5.1-rc1 -> v1.5.1-rc1 2025-03-04T19:54:18.3174390Z * [new tag] v1.6.0 -> v1.6.0 2025-03-04T19:54:18.3175519Z * [new tag] v1.6.0-rc1 -> v1.6.0-rc1 2025-03-04T19:54:18.3176565Z * [new tag] v1.6.0-rc2 -> v1.6.0-rc2 2025-03-04T19:54:18.3177663Z * [new tag] v1.6.0-rc3 -> v1.6.0-rc3 2025-03-04T19:54:18.3178649Z * [new tag] v1.6.0-rc4 -> v1.6.0-rc4 2025-03-04T19:54:18.3179703Z * [new tag] v1.6.0-rc5 -> v1.6.0-rc5 2025-03-04T19:54:18.3180727Z * [new tag] v1.6.0-rc6 -> v1.6.0-rc6 2025-03-04T19:54:18.3181545Z * [new tag] v1.6.0-rc7 -> v1.6.0-rc7 2025-03-04T19:54:18.3182784Z * [new tag] v1.7.0 -> v1.7.0 2025-03-04T19:54:18.3183856Z * [new tag] v1.7.0-rc1 -> v1.7.0-rc1 2025-03-04T19:54:18.3185020Z * [new tag] v1.7.0-rc2 -> v1.7.0-rc2 2025-03-04T19:54:18.3186211Z * [new tag] v1.7.0-rc3 -> v1.7.0-rc3 2025-03-04T19:54:18.3186947Z * [new tag] v1.7.0-rc4 -> v1.7.0-rc4 2025-03-04T19:54:18.3188113Z * [new tag] v1.7.1 -> v1.7.1 2025-03-04T19:54:18.3189275Z * [new tag] v1.7.1-rc1 -> v1.7.1-rc1 2025-03-04T19:54:18.3190385Z * [new tag] v1.7.1-rc2 -> v1.7.1-rc2 2025-03-04T19:54:18.3191217Z * [new tag] v1.7.1-rc3 -> v1.7.1-rc3 2025-03-04T19:54:18.3192324Z * [new tag] v1.8.0 -> v1.8.0 2025-03-04T19:54:18.3193154Z * [new tag] v1.8.0-rc1 -> v1.8.0-rc1 2025-03-04T19:54:18.3194238Z * [new tag] v1.8.0-rc2 -> v1.8.0-rc2 2025-03-04T19:54:18.3195348Z * [new tag] v1.8.0-rc3 -> v1.8.0-rc3 2025-03-04T19:54:18.3196444Z * [new tag] v1.8.0-rc4 -> v1.8.0-rc4 2025-03-04T19:54:18.3197184Z * [new tag] v1.8.0-rc5 -> v1.8.0-rc5 2025-03-04T19:54:18.3198054Z * [new tag] v1.8.1 -> v1.8.1 2025-03-04T19:54:18.3199199Z * [new tag] v1.8.1-rc1 -> v1.8.1-rc1 2025-03-04T19:54:18.3199940Z * [new tag] v1.8.1-rc2 -> v1.8.1-rc2 2025-03-04T19:54:18.3201092Z * [new tag] v1.8.1-rc3 -> v1.8.1-rc3 2025-03-04T19:54:18.3202717Z * [new tag] v1.8.2 -> v1.8.2 2025-03-04T19:54:18.3203432Z * [new tag] v1.8.2-rc1 -> v1.8.2-rc1 2025-03-04T19:54:18.3204645Z * [new tag] v1.9.0 -> v1.9.0 2025-03-04T19:54:18.3205698Z * [new tag] v1.9.0-rc1 -> v1.9.0-rc1 2025-03-04T19:54:18.3206839Z * [new tag] v1.9.0-rc2 -> v1.9.0-rc2 2025-03-04T19:54:18.3207896Z * [new tag] v1.9.0-rc3 -> v1.9.0-rc3 2025-03-04T19:54:18.3208749Z * [new tag] v1.9.0-rc4 -> v1.9.0-rc4 2025-03-04T19:54:18.3209809Z * [new tag] v1.9.1 -> v1.9.1 2025-03-04T19:54:18.3211200Z * [new tag] v1.9.1-rc1 -> v1.9.1-rc1 2025-03-04T19:54:18.3212479Z * [new tag] v1.9.1-rc2 -> v1.9.1-rc2 2025-03-04T19:54:18.3213621Z * [new tag] v2.0.0 -> v2.0.0 2025-03-04T19:54:18.3214623Z * [new tag] v2.0.0-rc1 -> v2.0.0-rc1 2025-03-04T19:54:18.3215723Z * [new tag] v2.0.0-rc2 -> v2.0.0-rc2 2025-03-04T19:54:18.3216783Z * [new tag] v2.0.0-rc3 -> v2.0.0-rc3 2025-03-04T19:54:18.3217863Z * [new tag] v2.0.0-rc4 -> v2.0.0-rc4 2025-03-04T19:54:18.3218950Z * [new tag] v2.0.0-rc5 -> v2.0.0-rc5 2025-03-04T19:54:18.3219758Z * [new tag] v2.0.0-rc6 -> v2.0.0-rc6 2025-03-04T19:54:18.3220850Z * [new tag] v2.0.1 -> v2.0.1 2025-03-04T19:54:18.3221977Z * [new tag] v2.0.1-rc1 -> v2.0.1-rc1 2025-03-04T19:54:18.3222708Z * [new tag] v2.0.1-rc2 -> v2.0.1-rc2 2025-03-04T19:54:18.3223768Z * [new tag] v2.0.1-rc3 -> v2.0.1-rc3 2025-03-04T19:54:18.3224504Z * [new tag] v2.0.1-rc4 -> v2.0.1-rc4 2025-03-04T19:54:18.3226115Z * [new tag] v2.1.0 -> v2.1.0 2025-03-04T19:54:18.3227153Z * [new tag] v2.1.0-rc1 -> v2.1.0-rc1 2025-03-04T19:54:18.3228229Z * [new tag] v2.1.0-rc2 -> v2.1.0-rc2 2025-03-04T19:54:18.3229302Z * [new tag] v2.1.0-rc3 -> v2.1.0-rc3 2025-03-04T19:54:18.3230529Z * [new tag] v2.1.0-rc4 -> v2.1.0-rc4 2025-03-04T19:54:18.3231665Z * [new tag] v2.1.0-rc5 -> v2.1.0-rc5 2025-03-04T19:54:18.3232388Z * [new tag] v2.1.0-rc6 -> v2.1.0-rc6 2025-03-04T19:54:18.3233506Z * [new tag] v2.1.1 -> v2.1.1 2025-03-04T19:54:18.3234576Z * [new tag] v2.1.1-rc1 -> v2.1.1-rc1 2025-03-04T19:54:18.3235604Z * [new tag] v2.1.1-rc2 -> v2.1.1-rc2 2025-03-04T19:54:18.3236832Z * [new tag] v2.1.1-rc3 -> v2.1.1-rc3 2025-03-04T19:54:18.3237860Z * [new tag] v2.1.1-rc4 -> v2.1.1-rc4 2025-03-04T19:54:18.3238907Z * [new tag] v2.1.1-rc5 -> v2.1.1-rc5 2025-03-04T19:54:18.3239709Z * [new tag] v2.1.1-rc6 -> v2.1.1-rc6 2025-03-04T19:54:18.3240740Z * [new tag] v2.1.2 -> v2.1.2 2025-03-04T19:54:18.3241807Z * [new tag] v2.1.2-rc1 -> v2.1.2-rc1 2025-03-04T19:54:18.3242889Z * [new tag] v2.1.2-rc2 -> v2.1.2-rc2 2025-03-04T19:54:18.3243714Z * [new tag] v2.1.2-rc3 -> v2.1.2-rc3 2025-03-04T19:54:18.3244787Z * [new tag] v2.2.0 -> v2.2.0 2025-03-04T19:54:18.3245854Z * [new tag] v2.2.0-rc1 -> v2.2.0-rc1 2025-03-04T19:54:18.3246874Z * [new tag] v2.2.0-rc2 -> v2.2.0-rc2 2025-03-04T19:54:18.3247855Z * [new tag] v2.2.0-rc3 -> v2.2.0-rc3 2025-03-04T19:54:18.3248846Z * [new tag] v2.2.0-rc4 -> v2.2.0-rc4 2025-03-04T19:54:18.3249839Z * [new tag] v2.2.0-rc5 -> v2.2.0-rc5 2025-03-04T19:54:18.3250923Z * [new tag] v2.2.0-rc6 -> v2.2.0-rc6 2025-03-04T19:54:18.3251706Z * [new tag] v2.2.0-rc7 -> v2.2.0-rc7 2025-03-04T19:54:18.3252661Z * [new tag] v2.2.0-rc8 -> v2.2.0-rc8 2025-03-04T19:54:18.3253793Z * [new tag] v2.2.1 -> v2.2.1 2025-03-04T19:54:18.3254822Z * [new tag] v2.2.1-rc1 -> v2.2.1-rc1 2025-03-04T19:54:18.3255565Z * [new tag] v2.2.1-rc2 -> v2.2.1-rc2 2025-03-04T19:54:18.3256433Z * [new tag] v2.2.1-rc3 -> v2.2.1-rc3 2025-03-04T19:54:18.3257264Z * [new tag] v2.2.2 -> v2.2.2 2025-03-04T19:54:18.3258459Z * [new tag] v2.2.2-rc1 -> v2.2.2-rc1 2025-03-04T19:54:18.3259281Z * [new tag] v2.2.2-rc2 -> v2.2.2-rc2 2025-03-04T19:54:18.3260092Z * [new tag] v2.2.2-rc3 -> v2.2.2-rc3 2025-03-04T19:54:18.3261153Z * [new tag] v2.3.0 -> v2.3.0 2025-03-04T19:54:18.3262347Z * [new tag] v2.3.0-rc1 -> v2.3.0-rc1 2025-03-04T19:54:18.3263452Z * [new tag] v2.3.0-rc10 -> v2.3.0-rc10 2025-03-04T19:54:18.3264573Z * [new tag] v2.3.0-rc11 -> v2.3.0-rc11 2025-03-04T19:54:18.3265454Z * [new tag] v2.3.0-rc12 -> v2.3.0-rc12 2025-03-04T19:54:18.3266530Z * [new tag] v2.3.0-rc2 -> v2.3.0-rc2 2025-03-04T19:54:18.3267574Z * [new tag] v2.3.0-rc3 -> v2.3.0-rc3 2025-03-04T19:54:18.3268623Z * [new tag] v2.3.0-rc4 -> v2.3.0-rc4 2025-03-04T19:54:18.3269755Z * [new tag] v2.3.0-rc5 -> v2.3.0-rc5 2025-03-04T19:54:18.3270440Z * [new tag] v2.3.0-rc6 -> v2.3.0-rc6 2025-03-04T19:54:18.3271597Z * [new tag] v2.3.0-rc7 -> v2.3.0-rc7 2025-03-04T19:54:18.3272655Z * [new tag] v2.3.0-rc8 -> v2.3.0-rc8 2025-03-04T19:54:18.3273982Z * [new tag] v2.3.0-rc9 -> v2.3.0-rc9 2025-03-04T19:54:18.3274280Z * [new tag] v2.3.1 -> v2.3.1 2025-03-04T19:54:18.3275471Z * [new tag] v2.3.1-rc1 -> v2.3.1-rc1 2025-03-04T19:54:18.3276505Z * [new tag] v2.3.1-rc2 -> v2.3.1-rc2 2025-03-04T19:54:18.3278082Z * [new tag] v2.3.1-rc3 -> v2.3.1-rc3 2025-03-04T19:54:18.3279192Z * [new tag] v2.4.0 -> v2.4.0 2025-03-04T19:54:18.3280225Z * [new tag] v2.4.0-rc1 -> v2.4.0-rc1 2025-03-04T19:54:18.3281250Z * [new tag] v2.4.0-rc2 -> v2.4.0-rc2 2025-03-04T19:54:18.3282353Z * [new tag] v2.4.0-rc3 -> v2.4.0-rc3 2025-03-04T19:54:18.3283366Z * [new tag] v2.4.0-rc4 -> v2.4.0-rc4 2025-03-04T19:54:18.3284468Z * [new tag] v2.4.0-rc5 -> v2.4.0-rc5 2025-03-04T19:54:18.3285583Z * [new tag] v2.4.0-rc6 -> v2.4.0-rc6 2025-03-04T19:54:18.3286702Z * [new tag] v2.4.0-rc7 -> v2.4.0-rc7 2025-03-04T19:54:18.3287797Z * [new tag] v2.4.0-rc8 -> v2.4.0-rc8 2025-03-04T19:54:18.3288936Z * [new tag] v2.4.0-rc9 -> v2.4.0-rc9 2025-03-04T19:54:18.3289679Z * [new tag] v2.4.1 -> v2.4.1 2025-03-04T19:54:18.3290943Z * [new tag] v2.4.1-rc1 -> v2.4.1-rc1 2025-03-04T19:54:18.3292139Z * [new tag] v2.4.1-rc2 -> v2.4.1-rc2 2025-03-04T19:54:18.3293210Z * [new tag] v2.4.1-rc3 -> v2.4.1-rc3 2025-03-04T19:54:18.3294295Z * [new tag] v2.5.0 -> v2.5.0 2025-03-04T19:54:18.3295405Z * [new tag] v2.5.0-rc1 -> v2.5.0-rc1 2025-03-04T19:54:18.3296466Z * [new tag] v2.5.0-rc10 -> v2.5.0-rc10 2025-03-04T19:54:18.3297441Z * [new tag] v2.5.0-rc2 -> v2.5.0-rc2 2025-03-04T19:54:18.3298710Z * [new tag] v2.5.0-rc3 -> v2.5.0-rc3 2025-03-04T19:54:18.3299831Z * [new tag] v2.5.0-rc4 -> v2.5.0-rc4 2025-03-04T19:54:18.3301108Z * [new tag] v2.5.0-rc5 -> v2.5.0-rc5 2025-03-04T19:54:18.3302295Z * [new tag] v2.5.0-rc6 -> v2.5.0-rc6 2025-03-04T19:54:18.3303342Z * [new tag] v2.5.0-rc7 -> v2.5.0-rc7 2025-03-04T19:54:18.3304494Z * [new tag] v2.5.0-rc8 -> v2.5.0-rc8 2025-03-04T19:54:18.3305509Z * [new tag] v2.5.0-rc9 -> v2.5.0-rc9 2025-03-04T19:54:18.3306347Z * [new tag] v2.5.1 -> v2.5.1 2025-03-04T19:54:18.3307103Z * [new tag] v2.5.1-rc1 -> v2.5.1-rc1 2025-03-04T19:54:18.3307995Z * [new tag] v2.6.0 -> v2.6.0 2025-03-04T19:54:18.3309140Z * [new tag] v2.6.0-rc1 -> v2.6.0-rc1 2025-03-04T19:54:18.3310320Z * [new tag] v2.6.0-rc2 -> v2.6.0-rc2 2025-03-04T19:54:18.3311404Z * [new tag] v2.6.0-rc3 -> v2.6.0-rc3 2025-03-04T19:54:18.3312538Z * [new tag] v2.6.0-rc4 -> v2.6.0-rc4 2025-03-04T19:54:18.3313781Z * [new tag] v2.6.0-rc5 -> v2.6.0-rc5 2025-03-04T19:54:18.3314976Z * [new tag] v2.6.0-rc6 -> v2.6.0-rc6 2025-03-04T19:54:18.3316030Z * [new tag] v2.6.0-rc7 -> v2.6.0-rc7 2025-03-04T19:54:18.3317252Z * [new tag] v2.6.0-rc8 -> v2.6.0-rc8 2025-03-04T19:54:18.3318315Z * [new tag] v2.6.0-rc9 -> v2.6.0-rc9 2025-03-04T19:54:18.3319386Z * [new tag] whc_flight_1 -> whc_flight_1 2025-03-04T19:54:18.3320141Z * [new tag] whc_flight_2 -> whc_flight_2 2025-03-04T19:54:18.3321230Z * [new tag] whc_flight_4 -> whc_flight_4 2025-03-04T19:54:18.3892426Z [command]/usr/bin/git rev-parse --verify --quiet 1b7498080987913ecb3aff6253c5e88f3540d911^{object} 2025-03-04T19:54:18.3917269Z 1b7498080987913ecb3aff6253c5e88f3540d911 2025-03-04T19:54:18.3921975Z ##[endgroup] 2025-03-04T19:54:18.3922279Z ##[group]Determining the checkout info 2025-03-04T19:54:18.3923558Z ##[endgroup] 2025-03-04T19:54:18.3927687Z [command]/usr/bin/git sparse-checkout disable 2025-03-04T19:54:18.3958795Z [command]/usr/bin/git config --local --unset-all extensions.worktreeConfig 2025-03-04T19:54:18.3981445Z ##[group]Checking out the ref 2025-03-04T19:54:18.3986332Z [command]/usr/bin/git checkout --progress --force 1b7498080987913ecb3aff6253c5e88f3540d911 2025-03-04T19:54:19.4230411Z Updating files: 97% (16166/16541) 2025-03-04T19:54:19.4349870Z Updating files: 98% (16211/16541) 2025-03-04T19:54:19.4478289Z Updating files: 99% (16376/16541) 2025-03-04T19:54:19.4478634Z Updating files: 100% (16541/16541) 2025-03-04T19:54:19.4478966Z Updating files: 100% (16541/16541), done. 2025-03-04T19:54:19.4716653Z Note: switching to '1b7498080987913ecb3aff6253c5e88f3540d911'. 2025-03-04T19:54:19.4716998Z 2025-03-04T19:54:19.4717233Z You are in 'detached HEAD' state. You can look around, make experimental 2025-03-04T19:54:19.4717819Z changes and commit them, and you can discard any commits you make in this 2025-03-04T19:54:19.4718408Z state without impacting any branches by switching back to a branch. 2025-03-04T19:54:19.4718748Z 2025-03-04T19:54:19.4718978Z If you want to create a new branch to retain commits you create, you may 2025-03-04T19:54:19.4719506Z do so (now or later) by using -c with the switch command. Example: 2025-03-04T19:54:19.4719858Z 2025-03-04T19:54:19.4720217Z git switch -c 2025-03-04T19:54:19.4720446Z 2025-03-04T19:54:19.4720565Z Or undo this operation with: 2025-03-04T19:54:19.4720757Z 2025-03-04T19:54:19.4720865Z git switch - 2025-03-04T19:54:19.4721007Z 2025-03-04T19:54:19.4721272Z Turn off this advice by setting config variable advice.detachedHead to false 2025-03-04T19:54:19.4721637Z 2025-03-04T19:54:19.4722005Z HEAD is now at 1b749808098 Update on "[dynamo] remove internal stack trace for fullgraph=True graph breaks" 2025-03-04T19:54:19.4766855Z ##[endgroup] 2025-03-04T19:54:19.4806364Z [command]/usr/bin/git log -1 --format=%H 2025-03-04T19:54:19.4827376Z 1b7498080987913ecb3aff6253c5e88f3540d911 2025-03-04T19:54:19.5019037Z Prepare all required actions 2025-03-04T19:54:19.5019636Z Getting action download info 2025-03-04T19:54:19.6155618Z Download action repository 'nick-fields/retry@v3.0.0' (SHA:7152eba30c6575329ac0576536151aca5a72780e) 2025-03-04T19:54:19.7477901Z ##[group]Run ./.github/actions/setup-linux 2025-03-04T19:54:19.7478268Z ##[endgroup] 2025-03-04T19:54:19.7530145Z ##[group]Run set -euo pipefail 2025-03-04T19:54:19.7530513Z set -euo pipefail 2025-03-04T19:54:19.7530831Z function get_ec2_metadata() { 2025-03-04T19:54:19.7531236Z  # Pulled from instance metadata endpoint for EC2 2025-03-04T19:54:19.7532013Z  # see https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/instancedata-data-retrieval.html 2025-03-04T19:54:19.7532608Z  category=$1 2025-03-04T19:54:19.7532994Z  # If it is GCP runner (runner name contains gcp), do not run this 2025-03-04T19:54:19.7533448Z  runner_name_str=i-07c3afdca9e69b8d3 2025-03-04T19:54:19.7533871Z  if [[ -f /.inarc ]]; then 2025-03-04T19:54:19.7534239Z  echo "ARC Runner, no info on ec2 metadata" 2025-03-04T19:54:19.7534643Z  elif [[ $runner_name_str == *"gcp"* ]]; then 2025-03-04T19:54:19.7535304Z  echo "Runner is from Google Cloud Platform, No info on ec2 metadata" 2025-03-04T19:54:19.7535757Z  else 2025-03-04T19:54:19.7536657Z  curl -H "X-aws-ec2-metadata-token: $(curl -s -X PUT "http://169.254.169.254/latest/api/token" -H "X-aws-ec2-metadata-token-ttl-seconds: 30")" -fsSL "http://169.254.169.254/latest/meta-data/${category}" 2025-03-04T19:54:19.7537611Z  fi 2025-03-04T19:54:19.7537847Z } 2025-03-04T19:54:19.7538120Z echo "ami-id: $(get_ec2_metadata ami-id)" 2025-03-04T19:54:19.7538575Z echo "instance-id: $(get_ec2_metadata instance-id)" 2025-03-04T19:54:19.7539087Z echo "instance-type: $(get_ec2_metadata instance-type)" 2025-03-04T19:54:19.7539537Z echo "system info $(uname -a)" 2025-03-04T19:54:19.7545508Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2025-03-04T19:54:19.7545922Z ##[endgroup] 2025-03-04T19:54:19.7679112Z ami-id: ami-05b10e08d247fb927 2025-03-04T19:54:19.7774469Z instance-id: i-07c3afdca9e69b8d3 2025-03-04T19:54:19.7867630Z instance-type: c5.2xlarge 2025-03-04T19:54:19.7877633Z system info Linux ip-10-0-52-115.ec2.internal 6.1.128-136.201.amzn2023.x86_64 #1 SMP PREEMPT_DYNAMIC Mon Feb 10 16:18:01 UTC 2025 x86_64 x86_64 x86_64 GNU/Linux 2025-03-04T19:54:19.7909208Z ##[group]Run echo "IN_CONTAINER_RUNNER=$(if [ -f /.inarc ] || [ -f /.incontainer ]; then echo true ; else echo false; fi)" >> "$GITHUB_OUTPUT" 2025-03-04T19:54:19.7910219Z echo "IN_CONTAINER_RUNNER=$(if [ -f /.inarc ] || [ -f /.incontainer ]; then echo true ; else echo false; fi)" >> "$GITHUB_OUTPUT" 2025-03-04T19:54:19.7917532Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2025-03-04T19:54:19.7917935Z ##[endgroup] 2025-03-04T19:54:19.7990916Z ##[group]Run if systemctl is-active --quiet docker; then 2025-03-04T19:54:19.7991412Z if systemctl is-active --quiet docker; then 2025-03-04T19:54:19.7991818Z  echo "Docker daemon is running..."; 2025-03-04T19:54:19.7992191Z else 2025-03-04T19:54:19.7992575Z  echo "Starting docker deamon..." && sudo systemctl start docker; 2025-03-04T19:54:19.7993031Z fi 2025-03-04T19:54:19.7999023Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2025-03-04T19:54:19.7999444Z ##[endgroup] 2025-03-04T19:54:19.8078077Z Docker daemon is running... 2025-03-04T19:54:19.8129370Z ##[group]Run nick-fields/retry@v3.0.0 2025-03-04T19:54:19.8129709Z with: 2025-03-04T19:54:19.8129918Z shell: bash 2025-03-04T19:54:19.8130159Z timeout_minutes: 5 2025-03-04T19:54:19.8130418Z max_attempts: 3 2025-03-04T19:54:19.8130672Z retry_wait_seconds: 30 2025-03-04T19:54:19.8133349Z command: AWS_ACCOUNT_ID=$(aws sts get-caller-identity|grep Account|cut -f4 -d\") aws ecr get-login-password --region "$AWS_DEFAULT_REGION" | docker login --username AWS \ --password-stdin "$AWS_ACCOUNT_ID.dkr.ecr.$AWS_DEFAULT_REGION.amazonaws.com" # For LF Runners we need to make sure we also login to Meta's ECR docker registry too. META_AWS_ACCOUNT_ID=308535385114 if [ "$AWS_ACCOUNT_ID" != "$META_AWS_ACCOUNT_ID" ] ; then aws ecr get-login-password --region "$AWS_DEFAULT_REGION" | docker login --username AWS \ --password-stdin "$META_AWS_ACCOUNT_ID.dkr.ecr.$AWS_DEFAULT_REGION.amazonaws.com" fi 2025-03-04T19:54:19.8135792Z polling_interval_seconds: 1 2025-03-04T19:54:19.8136100Z warning_on_retry: true 2025-03-04T19:54:19.8136368Z continue_on_error: false 2025-03-04T19:54:19.8136640Z env: 2025-03-04T19:54:19.8136870Z AWS_RETRY_MODE: standard 2025-03-04T19:54:19.8137152Z AWS_MAX_ATTEMPTS: 5 2025-03-04T19:54:19.8137433Z AWS_DEFAULT_REGION: us-east-1 2025-03-04T19:54:19.8137714Z ##[endgroup] 2025-03-04T19:54:20.9826941Z WARNING! Your password will be stored unencrypted in /home/ec2-user/.docker/config.json. 2025-03-04T19:54:20.9827612Z Configure a credential helper to remove this warning. See 2025-03-04T19:54:20.9828338Z https://docs.docker.com/engine/reference/commandline/login/#credentials-store 2025-03-04T19:54:20.9829063Z 2025-03-04T19:54:20.9829187Z Login Succeeded 2025-03-04T19:54:21.8965343Z Command completed after 1 attempt(s). 2025-03-04T19:54:21.9175677Z ##[group]Run env | grep '^GITHUB' >> "/tmp/github_env_${GITHUB_RUN_ID}" 2025-03-04T19:54:21.9176272Z env | grep '^GITHUB' >> "/tmp/github_env_${GITHUB_RUN_ID}" 2025-03-04T19:54:21.9176755Z env | grep '^CI' >> "/tmp/github_env_${GITHUB_RUN_ID}" 2025-03-04T19:54:21.9184243Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2025-03-04T19:54:21.9184661Z ##[endgroup] 2025-03-04T19:54:21.9277156Z ##[group]Run # ignore expansion of "docker ps -q" since it could be empty 2025-03-04T19:54:21.9277784Z # ignore expansion of "docker ps -q" since it could be empty 2025-03-04T19:54:21.9278250Z # shellcheck disable=SC2046 2025-03-04T19:54:21.9278616Z docker stop $(docker ps -q) || true 2025-03-04T19:54:21.9278987Z # Prune all of the docker images 2025-03-04T19:54:21.9279344Z docker system prune -af 2025-03-04T19:54:21.9285049Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2025-03-04T19:54:21.9285459Z ##[endgroup] 2025-03-04T19:54:21.9517040Z "docker stop" requires at least 1 argument. 2025-03-04T19:54:21.9517468Z See 'docker stop --help'. 2025-03-04T19:54:21.9517654Z 2025-03-04T19:54:21.9517840Z Usage: docker stop [OPTIONS] CONTAINER [CONTAINER...] 2025-03-04T19:54:21.9518126Z 2025-03-04T19:54:21.9518244Z Stop one or more running containers 2025-03-04T19:54:21.9659723Z Total reclaimed space: 0B 2025-03-04T19:54:21.9696841Z ##[group]Run set +e 2025-03-04T19:54:21.9697171Z set +e 2025-03-04T19:54:21.9697423Z set -x 2025-03-04T19:54:21.9697651Z  2025-03-04T19:54:21.9697936Z PT_DOMAIN=download.pytorch.org 2025-03-04T19:54:21.9698566Z # TODO: Flaky access to download.pytorch.org https://github.com/pytorch/pytorch/issues/100400, 2025-03-04T19:54:21.9699366Z # cleaning this up once the issue is fixed. There are more than one resolved IP here, the last 2025-03-04T19:54:21.9699952Z # one is returned at random 2025-03-04T19:54:21.9700629Z RESOLVED_IP=$(dig -4 +short "${PT_DOMAIN}" | tail -n1) 2025-03-04T19:54:21.9701029Z  2025-03-04T19:54:21.9701282Z if [ -z "${RESOLVED_IP}" ]; then 2025-03-04T19:54:21.9701748Z  echo "Couldn't resolve ${PT_DOMAIN}, retrying with Google DNS..." 2025-03-04T19:54:21.9702309Z  RESOLVED_IP=$(dig -4 +short "${PT_DOMAIN}" @8.8.8.8 | tail -n1) 2025-03-04T19:54:21.9702731Z  2025-03-04T19:54:21.9702984Z  if [ -z "${RESOLVED_IP}" ]; then 2025-03-04T19:54:21.9703383Z  echo "Couldn't resolve ${PT_DOMAIN}, exiting..." 2025-03-04T19:54:21.9703965Z  exit 1 2025-03-04T19:54:21.9704219Z  fi 2025-03-04T19:54:21.9704453Z fi 2025-03-04T19:54:21.9704679Z  2025-03-04T19:54:21.9704942Z if grep -r "${PT_DOMAIN}" /etc/hosts; then 2025-03-04T19:54:21.9705344Z  # Clean up any old records first 2025-03-04T19:54:21.9705733Z  sudo sed -i "/${PT_DOMAIN}/d" /etc/hosts 2025-03-04T19:54:21.9706081Z fi 2025-03-04T19:54:21.9706307Z  2025-03-04T19:54:21.9706627Z echo "${RESOLVED_IP} ${PT_DOMAIN}" | sudo tee -a /etc/hosts 2025-03-04T19:54:21.9707054Z cat /etc/hosts 2025-03-04T19:54:21.9713300Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2025-03-04T19:54:21.9713712Z ##[endgroup] 2025-03-04T19:54:21.9738082Z + PT_DOMAIN=download.pytorch.org 2025-03-04T19:54:21.9744576Z ++ dig -4 +short download.pytorch.org 2025-03-04T19:54:21.9745273Z ++ tail -n1 2025-03-04T19:54:22.0333732Z + RESOLVED_IP=18.160.10.76 2025-03-04T19:54:22.0334492Z + '[' -z 18.160.10.76 ']' 2025-03-04T19:54:22.0334987Z + grep -r download.pytorch.org /etc/hosts 2025-03-04T19:54:22.0349783Z + echo '18.160.10.76 download.pytorch.org' 2025-03-04T19:54:22.0350337Z + sudo tee -a /etc/hosts 2025-03-04T19:54:22.3278802Z 18.160.10.76 download.pytorch.org 2025-03-04T19:54:22.3296488Z + cat /etc/hosts 2025-03-04T19:54:22.3305787Z 127.0.0.1 localhost localhost.localdomain localhost4 localhost4.localdomain4 2025-03-04T19:54:22.3311511Z ::1 localhost6 localhost6.localdomain6 2025-03-04T19:54:22.3311922Z 18.160.10.76 download.pytorch.org 2025-03-04T19:54:22.3356339Z Prepare all required actions 2025-03-04T19:54:22.3394679Z ##[group]Run ./.github/actions/get-workflow-job-id 2025-03-04T19:54:22.3395041Z with: 2025-03-04T19:54:22.3395479Z github-token: *** 2025-03-04T19:54:22.3395739Z ##[endgroup] 2025-03-04T19:54:22.3417507Z ##[group]Run set -eux 2025-03-04T19:54:22.3417814Z set -eux 2025-03-04T19:54:22.3418275Z python3 .github/scripts/get_workflow_job_id.py "${GITHUB_RUN_ID}" "${RUNNER_NAME}" 2025-03-04T19:54:22.3426736Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2025-03-04T19:54:22.3427145Z env: 2025-03-04T19:54:22.3427552Z GITHUB_TOKEN: *** 2025-03-04T19:54:22.3427812Z ##[endgroup] 2025-03-04T19:54:22.3454892Z + python3 .github/scripts/get_workflow_job_id.py 13661694839 i-07c3afdca9e69b8d3 2025-03-04T19:54:23.0861737Z setting job-id=38194388854 2025-03-04T19:54:23.0862148Z setting job-name=before-test / target-determination 2025-03-04T19:54:23.1003024Z Prepare all required actions 2025-03-04T19:54:23.1003448Z Getting action download info 2025-03-04T19:54:23.2408847Z ##[group]Run ./.github/actions/pytest-cache-download 2025-03-04T19:54:23.2409234Z with: 2025-03-04T19:54:23.2409473Z cache_dir: .pytest_cache 2025-03-04T19:54:23.2409762Z job_identifier: pull 2025-03-04T19:54:23.2410022Z s3_bucket: gha-artifacts 2025-03-04T19:54:23.2410307Z ##[endgroup] 2025-03-04T19:54:23.2464914Z ##[group]Run nick-fields/retry@v3.0.0 2025-03-04T19:54:23.2465249Z with: 2025-03-04T19:54:23.2465472Z shell: bash 2025-03-04T19:54:23.2465699Z timeout_minutes: 5 2025-03-04T19:54:23.2465960Z max_attempts: 5 2025-03-04T19:54:23.2466216Z retry_wait_seconds: 30 2025-03-04T19:54:23.2466573Z command: set -eu python3 -m pip install boto3==1.35.42 2025-03-04T19:54:23.2467001Z polling_interval_seconds: 1 2025-03-04T19:54:23.2467291Z warning_on_retry: true 2025-03-04T19:54:23.2467573Z continue_on_error: false 2025-03-04T19:54:23.2467904Z ##[endgroup] 2025-03-04T19:54:23.6265155Z Defaulting to user installation because normal site-packages is not writeable 2025-03-04T19:54:24.6635970Z Collecting boto3==1.35.42 2025-03-04T19:54:24.6867413Z Downloading boto3-1.35.42-py3-none-any.whl (139 kB) 2025-03-04T19:54:25.9254435Z Collecting botocore<1.36.0,>=1.35.42 2025-03-04T19:54:25.9289611Z Downloading botocore-1.35.99-py3-none-any.whl (13.3 MB) 2025-03-04T19:54:26.0851207Z Requirement already satisfied: jmespath<2.0.0,>=0.7.1 in /usr/lib/python3.9/site-packages (from boto3==1.35.42) (0.10.0) 2025-03-04T19:54:26.1220564Z Collecting s3transfer<0.11.0,>=0.10.0 2025-03-04T19:54:26.1267082Z Downloading s3transfer-0.10.4-py3-none-any.whl (83 kB) 2025-03-04T19:54:26.1379169Z Requirement already satisfied: urllib3<1.27,>=1.25.4 in /usr/lib/python3.9/site-packages (from botocore<1.36.0,>=1.35.42->boto3==1.35.42) (1.25.10) 2025-03-04T19:54:26.1383431Z 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-03-04T19:54:26.3822102Z Requirement already satisfied: six>=1.5 in /usr/lib/python3.9/site-packages (from python-dateutil<3.0.0,>=2.1->botocore<1.36.0,>=1.35.42->boto3==1.35.42) (1.15.0) 2025-03-04T19:54:26.4643499Z Installing collected packages: botocore, s3transfer, boto3 2025-03-04T19:54:27.0242886Z Successfully installed boto3-1.35.42 botocore-1.35.99 s3transfer-0.10.4 2025-03-04T19:54:27.3272132Z Command completed after 1 attempt(s). 2025-03-04T19:54:27.3345435Z ##[group]Run python3 .github/scripts/pytest_cache.py \ 2025-03-04T19:54:27.3346230Z python3 .github/scripts/pytest_cache.py \ 2025-03-04T19:54:27.3346890Z  --download \ 2025-03-04T19:54:27.3347451Z  --cache_dir $GITHUB_WORKSPACE/$CACHE_DIR \ 2025-03-04T19:54:27.3348423Z  --pr_identifier $GITHUB_REF \ 2025-03-04T19:54:27.3349035Z  --job_identifier $JOB_IDENTIFIER \ 2025-03-04T19:54:27.3349683Z  --temp_dir $RUNNER_TEMP \ 2025-03-04T19:54:27.3350277Z  --repo $REPO \ 2025-03-04T19:54:27.3350785Z  --bucket $BUCKET \ 2025-03-04T19:54:27.3360818Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2025-03-04T19:54:27.3361471Z env: 2025-03-04T19:54:27.3361814Z CACHE_DIR: .pytest_cache 2025-03-04T19:54:27.3362285Z JOB_IDENTIFIER: pull 2025-03-04T19:54:27.3362723Z REPO: pytorch/pytorch 2025-03-04T19:54:27.3363177Z BUCKET: gha-artifacts 2025-03-04T19:54:27.3363599Z ##[endgroup] 2025-03-04T19:54:28.6131912Z PR identifier for `refs/pull/148205/merge` is `751b96d1427f274ae5922d3601d37c8d` 2025-03-04T19:54:28.6133741Z Downloading cache with args Namespace(upload=False, download=True, cache_dir='/home/ec2-user/actions-runner/_work/pytorch/pytorch/.pytest_cache', pr_identifier='refs/pull/148205/merge', job_identifier='pull', sha=None, test_config=None, shard=None, repo='pytorch/pytorch', temp_dir='/home/ec2-user/actions-runner/_work/_temp', bucket='gha-artifacts') 2025-03-04T19:54:28.6136448Z Downloading s3://gha-artifacts/pytest_cache/pytorch/pytorch/751b96d1427f274ae5922d3601d37c8d/pull_linux-focal-cuda12_4-py3_10-gcc9-sm89/b95bae5c640f2a75c917da34864799ef3b84a69d/default/2.zip 2025-03-04T19:54:28.6138714Z to /home/ec2-user/actions-runner/_work/_temp/cache-zip-downloads/pytest_cache/pytorch/pytorch/751b96d1427f274ae5922d3601d37c8d/pull/pytest_cache/pytorch/pytorch/751b96d1427f274ae5922d3601d37c8d/pull_linux-focal-cuda12_4-py3_10-gcc9-sm89/b95bae5c640f2a75c917da34864799ef3b84a69d/default/2.zip 2025-03-04T19:54:28.6140979Z Downloading s3://gha-artifacts/pytest_cache/pytorch/pytorch/751b96d1427f274ae5922d3601d37c8d/pull_linux-focal-cuda12_4-py3_10-gcc9-sm89/b95bae5c640f2a75c917da34864799ef3b84a69d/default/5.zip 2025-03-04T19:54:28.6143237Z to /home/ec2-user/actions-runner/_work/_temp/cache-zip-downloads/pytest_cache/pytorch/pytorch/751b96d1427f274ae5922d3601d37c8d/pull/pytest_cache/pytorch/pytorch/751b96d1427f274ae5922d3601d37c8d/pull_linux-focal-cuda12_4-py3_10-gcc9-sm89/b95bae5c640f2a75c917da34864799ef3b84a69d/default/5.zip 2025-03-04T19:54:28.6145488Z Downloading s3://gha-artifacts/pytest_cache/pytorch/pytorch/751b96d1427f274ae5922d3601d37c8d/pull_linux-focal-cuda12_4-py3_10-gcc9-sm89/c8c0a6f0122679c715859a38102fdeb4d8a3095d/default/4.zip 2025-03-04T19:54:28.6147725Z to /home/ec2-user/actions-runner/_work/_temp/cache-zip-downloads/pytest_cache/pytorch/pytorch/751b96d1427f274ae5922d3601d37c8d/pull/pytest_cache/pytorch/pytorch/751b96d1427f274ae5922d3601d37c8d/pull_linux-focal-cuda12_4-py3_10-gcc9-sm89/c8c0a6f0122679c715859a38102fdeb4d8a3095d/default/4.zip 2025-03-04T19:54:28.6149939Z Downloading s3://gha-artifacts/pytest_cache/pytorch/pytorch/751b96d1427f274ae5922d3601d37c8d/pull_linux-focal-cuda12_4-py3_10-gcc9/3c5ce2c09c881c3998da912512a2598ab33930cf/default/2.zip 2025-03-04T19:54:28.6152147Z to /home/ec2-user/actions-runner/_work/_temp/cache-zip-downloads/pytest_cache/pytorch/pytorch/751b96d1427f274ae5922d3601d37c8d/pull/pytest_cache/pytorch/pytorch/751b96d1427f274ae5922d3601d37c8d/pull_linux-focal-cuda12_4-py3_10-gcc9/3c5ce2c09c881c3998da912512a2598ab33930cf/default/2.zip 2025-03-04T19:54:28.6154350Z Downloading s3://gha-artifacts/pytest_cache/pytorch/pytorch/751b96d1427f274ae5922d3601d37c8d/pull_linux-focal-cuda12_4-py3_10-gcc9/3c5ce2c09c881c3998da912512a2598ab33930cf/default/3.zip 2025-03-04T19:54:28.6156554Z to /home/ec2-user/actions-runner/_work/_temp/cache-zip-downloads/pytest_cache/pytorch/pytorch/751b96d1427f274ae5922d3601d37c8d/pull/pytest_cache/pytorch/pytorch/751b96d1427f274ae5922d3601d37c8d/pull_linux-focal-cuda12_4-py3_10-gcc9/3c5ce2c09c881c3998da912512a2598ab33930cf/default/3.zip 2025-03-04T19:54:28.6158756Z Downloading s3://gha-artifacts/pytest_cache/pytorch/pytorch/751b96d1427f274ae5922d3601d37c8d/pull_linux-focal-cuda12_4-py3_10-gcc9/b95bae5c640f2a75c917da34864799ef3b84a69d/default/2.zip 2025-03-04T19:54:28.6161082Z to /home/ec2-user/actions-runner/_work/_temp/cache-zip-downloads/pytest_cache/pytorch/pytorch/751b96d1427f274ae5922d3601d37c8d/pull/pytest_cache/pytorch/pytorch/751b96d1427f274ae5922d3601d37c8d/pull_linux-focal-cuda12_4-py3_10-gcc9/b95bae5c640f2a75c917da34864799ef3b84a69d/default/2.zip 2025-03-04T19:54:28.6163290Z Downloading s3://gha-artifacts/pytest_cache/pytorch/pytorch/751b96d1427f274ae5922d3601d37c8d/pull_linux-focal-cuda12_4-py3_10-gcc9/b95bae5c640f2a75c917da34864799ef3b84a69d/default/3.zip 2025-03-04T19:54:28.6165583Z to /home/ec2-user/actions-runner/_work/_temp/cache-zip-downloads/pytest_cache/pytorch/pytorch/751b96d1427f274ae5922d3601d37c8d/pull/pytest_cache/pytorch/pytorch/751b96d1427f274ae5922d3601d37c8d/pull_linux-focal-cuda12_4-py3_10-gcc9/b95bae5c640f2a75c917da34864799ef3b84a69d/default/3.zip 2025-03-04T19:54:28.6167779Z Downloading s3://gha-artifacts/pytest_cache/pytorch/pytorch/751b96d1427f274ae5922d3601d37c8d/pull_linux-focal-cuda12_4-py3_10-gcc9/c8c0a6f0122679c715859a38102fdeb4d8a3095d/default/4.zip 2025-03-04T19:54:28.6170070Z to /home/ec2-user/actions-runner/_work/_temp/cache-zip-downloads/pytest_cache/pytorch/pytorch/751b96d1427f274ae5922d3601d37c8d/pull/pytest_cache/pytorch/pytorch/751b96d1427f274ae5922d3601d37c8d/pull_linux-focal-cuda12_4-py3_10-gcc9/c8c0a6f0122679c715859a38102fdeb4d8a3095d/default/4.zip 2025-03-04T19:54:28.6172328Z Downloading s3://gha-artifacts/pytest_cache/pytorch/pytorch/751b96d1427f274ae5922d3601d37c8d/pull_linux-focal-py3_13-clang10/3c5ce2c09c881c3998da912512a2598ab33930cf/default/2.zip 2025-03-04T19:54:28.6174503Z to /home/ec2-user/actions-runner/_work/_temp/cache-zip-downloads/pytest_cache/pytorch/pytorch/751b96d1427f274ae5922d3601d37c8d/pull/pytest_cache/pytorch/pytorch/751b96d1427f274ae5922d3601d37c8d/pull_linux-focal-py3_13-clang10/3c5ce2c09c881c3998da912512a2598ab33930cf/default/2.zip 2025-03-04T19:54:28.6176842Z Downloading s3://gha-artifacts/pytest_cache/pytorch/pytorch/751b96d1427f274ae5922d3601d37c8d/pull_linux-focal-py3_13-clang10/3c5ce2c09c881c3998da912512a2598ab33930cf/default/3.zip 2025-03-04T19:54:28.6179023Z to /home/ec2-user/actions-runner/_work/_temp/cache-zip-downloads/pytest_cache/pytorch/pytorch/751b96d1427f274ae5922d3601d37c8d/pull/pytest_cache/pytorch/pytorch/751b96d1427f274ae5922d3601d37c8d/pull_linux-focal-py3_13-clang10/3c5ce2c09c881c3998da912512a2598ab33930cf/default/3.zip 2025-03-04T19:54:28.6181175Z Downloading s3://gha-artifacts/pytest_cache/pytorch/pytorch/751b96d1427f274ae5922d3601d37c8d/pull_linux-focal-py3_13-clang10/b95bae5c640f2a75c917da34864799ef3b84a69d/default/2.zip 2025-03-04T19:54:28.6183341Z to /home/ec2-user/actions-runner/_work/_temp/cache-zip-downloads/pytest_cache/pytorch/pytorch/751b96d1427f274ae5922d3601d37c8d/pull/pytest_cache/pytorch/pytorch/751b96d1427f274ae5922d3601d37c8d/pull_linux-focal-py3_13-clang10/b95bae5c640f2a75c917da34864799ef3b84a69d/default/2.zip 2025-03-04T19:54:28.6185504Z Downloading s3://gha-artifacts/pytest_cache/pytorch/pytorch/751b96d1427f274ae5922d3601d37c8d/pull_linux-focal-py3_13-clang10/b95bae5c640f2a75c917da34864799ef3b84a69d/default/3.zip 2025-03-04T19:54:28.6187683Z to /home/ec2-user/actions-runner/_work/_temp/cache-zip-downloads/pytest_cache/pytorch/pytorch/751b96d1427f274ae5922d3601d37c8d/pull/pytest_cache/pytorch/pytorch/751b96d1427f274ae5922d3601d37c8d/pull_linux-focal-py3_13-clang10/b95bae5c640f2a75c917da34864799ef3b84a69d/default/3.zip 2025-03-04T19:54:28.6189847Z Downloading s3://gha-artifacts/pytest_cache/pytorch/pytorch/751b96d1427f274ae5922d3601d37c8d/pull_linux-focal-py3_13-clang10/b95bae5c640f2a75c917da34864799ef3b84a69d/default/4.zip 2025-03-04T19:54:28.6192006Z to /home/ec2-user/actions-runner/_work/_temp/cache-zip-downloads/pytest_cache/pytorch/pytorch/751b96d1427f274ae5922d3601d37c8d/pull/pytest_cache/pytorch/pytorch/751b96d1427f274ae5922d3601d37c8d/pull_linux-focal-py3_13-clang10/b95bae5c640f2a75c917da34864799ef3b84a69d/default/4.zip 2025-03-04T19:54:28.6194243Z Downloading s3://gha-artifacts/pytest_cache/pytorch/pytorch/751b96d1427f274ae5922d3601d37c8d/pull_linux-focal-py3_13-clang10/c8c0a6f0122679c715859a38102fdeb4d8a3095d/default/4.zip 2025-03-04T19:54:28.6196411Z to /home/ec2-user/actions-runner/_work/_temp/cache-zip-downloads/pytest_cache/pytorch/pytorch/751b96d1427f274ae5922d3601d37c8d/pull/pytest_cache/pytorch/pytorch/751b96d1427f274ae5922d3601d37c8d/pull_linux-focal-py3_13-clang10/c8c0a6f0122679c715859a38102fdeb4d8a3095d/default/4.zip 2025-03-04T19:54:28.6198568Z Downloading s3://gha-artifacts/pytest_cache/pytorch/pytorch/751b96d1427f274ae5922d3601d37c8d/pull_linux-focal-py3_9-clang10/0fd7b9fe4a15f368d7977798d60cc1b23c334332/default/4.zip 2025-03-04T19:54:28.6201007Z to /home/ec2-user/actions-runner/_work/_temp/cache-zip-downloads/pytest_cache/pytorch/pytorch/751b96d1427f274ae5922d3601d37c8d/pull/pytest_cache/pytorch/pytorch/751b96d1427f274ae5922d3601d37c8d/pull_linux-focal-py3_9-clang10/0fd7b9fe4a15f368d7977798d60cc1b23c334332/default/4.zip 2025-03-04T19:54:28.6203335Z Downloading s3://gha-artifacts/pytest_cache/pytorch/pytorch/751b96d1427f274ae5922d3601d37c8d/pull_linux-focal-py3_9-clang10/3c5ce2c09c881c3998da912512a2598ab33930cf/default/2.zip 2025-03-04T19:54:28.6205493Z to /home/ec2-user/actions-runner/_work/_temp/cache-zip-downloads/pytest_cache/pytorch/pytorch/751b96d1427f274ae5922d3601d37c8d/pull/pytest_cache/pytorch/pytorch/751b96d1427f274ae5922d3601d37c8d/pull_linux-focal-py3_9-clang10/3c5ce2c09c881c3998da912512a2598ab33930cf/default/2.zip 2025-03-04T19:54:29.6204258Z Downloading s3://gha-artifacts/pytest_cache/pytorch/pytorch/751b96d1427f274ae5922d3601d37c8d/pull_linux-focal-py3_9-clang10/3c5ce2c09c881c3998da912512a2598ab33930cf/default/3.zip 2025-03-04T19:54:29.6206458Z to /home/ec2-user/actions-runner/_work/_temp/cache-zip-downloads/pytest_cache/pytorch/pytorch/751b96d1427f274ae5922d3601d37c8d/pull/pytest_cache/pytorch/pytorch/751b96d1427f274ae5922d3601d37c8d/pull_linux-focal-py3_9-clang10/3c5ce2c09c881c3998da912512a2598ab33930cf/default/3.zip 2025-03-04T19:54:29.6208683Z Downloading s3://gha-artifacts/pytest_cache/pytorch/pytorch/751b96d1427f274ae5922d3601d37c8d/pull_linux-focal-py3_9-clang10/b95bae5c640f2a75c917da34864799ef3b84a69d/default/2.zip 2025-03-04T19:54:29.6210838Z to /home/ec2-user/actions-runner/_work/_temp/cache-zip-downloads/pytest_cache/pytorch/pytorch/751b96d1427f274ae5922d3601d37c8d/pull/pytest_cache/pytorch/pytorch/751b96d1427f274ae5922d3601d37c8d/pull_linux-focal-py3_9-clang10/b95bae5c640f2a75c917da34864799ef3b84a69d/default/2.zip 2025-03-04T19:54:29.6213058Z Downloading s3://gha-artifacts/pytest_cache/pytorch/pytorch/751b96d1427f274ae5922d3601d37c8d/pull_linux-focal-py3_9-clang10/b95bae5c640f2a75c917da34864799ef3b84a69d/default/5.zip 2025-03-04T19:54:29.6215212Z to /home/ec2-user/actions-runner/_work/_temp/cache-zip-downloads/pytest_cache/pytorch/pytorch/751b96d1427f274ae5922d3601d37c8d/pull/pytest_cache/pytorch/pytorch/751b96d1427f274ae5922d3601d37c8d/pull_linux-focal-py3_9-clang10/b95bae5c640f2a75c917da34864799ef3b84a69d/default/5.zip 2025-03-04T19:54:29.6217377Z Downloading s3://gha-artifacts/pytest_cache/pytorch/pytorch/751b96d1427f274ae5922d3601d37c8d/pull_linux-focal-py3_9-clang10/c8c0a6f0122679c715859a38102fdeb4d8a3095d/default/4.zip 2025-03-04T19:54:29.6219528Z to /home/ec2-user/actions-runner/_work/_temp/cache-zip-downloads/pytest_cache/pytorch/pytorch/751b96d1427f274ae5922d3601d37c8d/pull/pytest_cache/pytorch/pytorch/751b96d1427f274ae5922d3601d37c8d/pull_linux-focal-py3_9-clang10/c8c0a6f0122679c715859a38102fdeb4d8a3095d/default/4.zip 2025-03-04T19:54:29.6221704Z Downloading s3://gha-artifacts/pytest_cache/pytorch/pytorch/751b96d1427f274ae5922d3601d37c8d/pull_linux-jammy-py3_10-clang15-asan/3c5ce2c09c881c3998da912512a2598ab33930cf/default/2.zip 2025-03-04T19:54:29.6223915Z to /home/ec2-user/actions-runner/_work/_temp/cache-zip-downloads/pytest_cache/pytorch/pytorch/751b96d1427f274ae5922d3601d37c8d/pull/pytest_cache/pytorch/pytorch/751b96d1427f274ae5922d3601d37c8d/pull_linux-jammy-py3_10-clang15-asan/3c5ce2c09c881c3998da912512a2598ab33930cf/default/2.zip 2025-03-04T19:54:29.6226313Z Downloading s3://gha-artifacts/pytest_cache/pytorch/pytorch/751b96d1427f274ae5922d3601d37c8d/pull_linux-jammy-py3_10-clang15-asan/3c5ce2c09c881c3998da912512a2598ab33930cf/default/3.zip 2025-03-04T19:54:29.6228570Z to /home/ec2-user/actions-runner/_work/_temp/cache-zip-downloads/pytest_cache/pytorch/pytorch/751b96d1427f274ae5922d3601d37c8d/pull/pytest_cache/pytorch/pytorch/751b96d1427f274ae5922d3601d37c8d/pull_linux-jammy-py3_10-clang15-asan/3c5ce2c09c881c3998da912512a2598ab33930cf/default/3.zip 2025-03-04T19:54:29.6230776Z Downloading s3://gha-artifacts/pytest_cache/pytorch/pytorch/751b96d1427f274ae5922d3601d37c8d/pull_linux-jammy-py3_10-clang15-asan/b95bae5c640f2a75c917da34864799ef3b84a69d/default/2.zip 2025-03-04T19:54:29.6232979Z to /home/ec2-user/actions-runner/_work/_temp/cache-zip-downloads/pytest_cache/pytorch/pytorch/751b96d1427f274ae5922d3601d37c8d/pull/pytest_cache/pytorch/pytorch/751b96d1427f274ae5922d3601d37c8d/pull_linux-jammy-py3_10-clang15-asan/b95bae5c640f2a75c917da34864799ef3b84a69d/default/2.zip 2025-03-04T19:54:29.6235289Z Downloading s3://gha-artifacts/pytest_cache/pytorch/pytorch/751b96d1427f274ae5922d3601d37c8d/pull_linux-jammy-py3_10-clang15-asan/b95bae5c640f2a75c917da34864799ef3b84a69d/default/3.zip 2025-03-04T19:54:29.6237498Z to /home/ec2-user/actions-runner/_work/_temp/cache-zip-downloads/pytest_cache/pytorch/pytorch/751b96d1427f274ae5922d3601d37c8d/pull/pytest_cache/pytorch/pytorch/751b96d1427f274ae5922d3601d37c8d/pull_linux-jammy-py3_10-clang15-asan/b95bae5c640f2a75c917da34864799ef3b84a69d/default/3.zip 2025-03-04T19:54:29.6239707Z Downloading s3://gha-artifacts/pytest_cache/pytorch/pytorch/751b96d1427f274ae5922d3601d37c8d/pull_linux-jammy-py3_10-clang15-asan/b95bae5c640f2a75c917da34864799ef3b84a69d/default/5.zip 2025-03-04T19:54:29.6241919Z to /home/ec2-user/actions-runner/_work/_temp/cache-zip-downloads/pytest_cache/pytorch/pytorch/751b96d1427f274ae5922d3601d37c8d/pull/pytest_cache/pytorch/pytorch/751b96d1427f274ae5922d3601d37c8d/pull_linux-jammy-py3_10-clang15-asan/b95bae5c640f2a75c917da34864799ef3b84a69d/default/5.zip 2025-03-04T19:54:29.6244129Z Downloading s3://gha-artifacts/pytest_cache/pytorch/pytorch/751b96d1427f274ae5922d3601d37c8d/pull_linux-jammy-py3_10-clang15-asan/c8c0a6f0122679c715859a38102fdeb4d8a3095d/default/4.zip 2025-03-04T19:54:29.6246334Z to /home/ec2-user/actions-runner/_work/_temp/cache-zip-downloads/pytest_cache/pytorch/pytorch/751b96d1427f274ae5922d3601d37c8d/pull/pytest_cache/pytorch/pytorch/751b96d1427f274ae5922d3601d37c8d/pull_linux-jammy-py3_10-clang15-asan/c8c0a6f0122679c715859a38102fdeb4d8a3095d/default/4.zip 2025-03-04T19:54:29.6248495Z Downloading s3://gha-artifacts/pytest_cache/pytorch/pytorch/751b96d1427f274ae5922d3601d37c8d/pull_linux-jammy-py3_9-gcc11/0fd7b9fe4a15f368d7977798d60cc1b23c334332/default/4.zip 2025-03-04T19:54:29.6250633Z to /home/ec2-user/actions-runner/_work/_temp/cache-zip-downloads/pytest_cache/pytorch/pytorch/751b96d1427f274ae5922d3601d37c8d/pull/pytest_cache/pytorch/pytorch/751b96d1427f274ae5922d3601d37c8d/pull_linux-jammy-py3_9-gcc11/0fd7b9fe4a15f368d7977798d60cc1b23c334332/default/4.zip 2025-03-04T19:54:29.6252831Z Downloading s3://gha-artifacts/pytest_cache/pytorch/pytorch/751b96d1427f274ae5922d3601d37c8d/pull_linux-jammy-py3_9-gcc11/3c5ce2c09c881c3998da912512a2598ab33930cf/default/2.zip 2025-03-04T19:54:29.6254953Z to /home/ec2-user/actions-runner/_work/_temp/cache-zip-downloads/pytest_cache/pytorch/pytorch/751b96d1427f274ae5922d3601d37c8d/pull/pytest_cache/pytorch/pytorch/751b96d1427f274ae5922d3601d37c8d/pull_linux-jammy-py3_9-gcc11/3c5ce2c09c881c3998da912512a2598ab33930cf/default/2.zip 2025-03-04T19:54:29.6257073Z Downloading s3://gha-artifacts/pytest_cache/pytorch/pytorch/751b96d1427f274ae5922d3601d37c8d/pull_linux-jammy-py3_9-gcc11/3c5ce2c09c881c3998da912512a2598ab33930cf/default/3.zip 2025-03-04T19:54:29.6259268Z to /home/ec2-user/actions-runner/_work/_temp/cache-zip-downloads/pytest_cache/pytorch/pytorch/751b96d1427f274ae5922d3601d37c8d/pull/pytest_cache/pytorch/pytorch/751b96d1427f274ae5922d3601d37c8d/pull_linux-jammy-py3_9-gcc11/3c5ce2c09c881c3998da912512a2598ab33930cf/default/3.zip 2025-03-04T19:54:29.6261407Z Downloading s3://gha-artifacts/pytest_cache/pytorch/pytorch/751b96d1427f274ae5922d3601d37c8d/pull_linux-jammy-py3_9-gcc11/b95bae5c640f2a75c917da34864799ef3b84a69d/default/1.zip 2025-03-04T19:54:29.6263540Z to /home/ec2-user/actions-runner/_work/_temp/cache-zip-downloads/pytest_cache/pytorch/pytorch/751b96d1427f274ae5922d3601d37c8d/pull/pytest_cache/pytorch/pytorch/751b96d1427f274ae5922d3601d37c8d/pull_linux-jammy-py3_9-gcc11/b95bae5c640f2a75c917da34864799ef3b84a69d/default/1.zip 2025-03-04T19:54:29.6265669Z Downloading s3://gha-artifacts/pytest_cache/pytorch/pytorch/751b96d1427f274ae5922d3601d37c8d/pull_linux-jammy-py3_9-gcc11/b95bae5c640f2a75c917da34864799ef3b84a69d/default/2.zip 2025-03-04T19:54:29.6267862Z to /home/ec2-user/actions-runner/_work/_temp/cache-zip-downloads/pytest_cache/pytorch/pytorch/751b96d1427f274ae5922d3601d37c8d/pull/pytest_cache/pytorch/pytorch/751b96d1427f274ae5922d3601d37c8d/pull_linux-jammy-py3_9-gcc11/b95bae5c640f2a75c917da34864799ef3b84a69d/default/2.zip 2025-03-04T19:54:29.6269984Z Downloading s3://gha-artifacts/pytest_cache/pytorch/pytorch/751b96d1427f274ae5922d3601d37c8d/pull_linux-jammy-py3_9-gcc11/b95bae5c640f2a75c917da34864799ef3b84a69d/default/3.zip 2025-03-04T19:54:29.6272119Z to /home/ec2-user/actions-runner/_work/_temp/cache-zip-downloads/pytest_cache/pytorch/pytorch/751b96d1427f274ae5922d3601d37c8d/pull/pytest_cache/pytorch/pytorch/751b96d1427f274ae5922d3601d37c8d/pull_linux-jammy-py3_9-gcc11/b95bae5c640f2a75c917da34864799ef3b84a69d/default/3.zip 2025-03-04T19:54:29.6274243Z Downloading s3://gha-artifacts/pytest_cache/pytorch/pytorch/751b96d1427f274ae5922d3601d37c8d/pull_linux-jammy-py3_9-gcc11/c8c0a6f0122679c715859a38102fdeb4d8a3095d/default/4.zip 2025-03-04T19:54:29.6276593Z to /home/ec2-user/actions-runner/_work/_temp/cache-zip-downloads/pytest_cache/pytorch/pytorch/751b96d1427f274ae5922d3601d37c8d/pull/pytest_cache/pytorch/pytorch/751b96d1427f274ae5922d3601d37c8d/pull_linux-jammy-py3_9-gcc11/c8c0a6f0122679c715859a38102fdeb4d8a3095d/default/4.zip 2025-03-04T19:54:29.6409951Z Unzipping /home/ec2-user/actions-runner/_work/_temp/cache-zip-downloads/pytest_cache/pytorch/pytorch/751b96d1427f274ae5922d3601d37c8d/pull/pytest_cache/pytorch/pytorch/751b96d1427f274ae5922d3601d37c8d/pull_linux-focal-cuda12_4-py3_10-gcc9-sm89/b95bae5c640f2a75c917da34864799ef3b84a69d/default/2.zip 2025-03-04T19:54:29.6411912Z to /home/ec2-user/actions-runner/_work/_temp/unzipped-caches/3ec12a63970a9ee5d533802d76e706c3/.pytest_cache 2025-03-04T19:54:29.6413817Z Merging cache from /home/ec2-user/actions-runner/_work/_temp/cache-zip-downloads/pytest_cache/pytorch/pytorch/751b96d1427f274ae5922d3601d37c8d/pull/pytest_cache/pytorch/pytorch/751b96d1427f274ae5922d3601d37c8d/pull_linux-focal-cuda12_4-py3_10-gcc9-sm89/b95bae5c640f2a75c917da34864799ef3b84a69d/default/2.zip 2025-03-04T19:54:29.6416719Z Unzipping /home/ec2-user/actions-runner/_work/_temp/cache-zip-downloads/pytest_cache/pytorch/pytorch/751b96d1427f274ae5922d3601d37c8d/pull/pytest_cache/pytorch/pytorch/751b96d1427f274ae5922d3601d37c8d/pull_linux-focal-cuda12_4-py3_10-gcc9-sm89/b95bae5c640f2a75c917da34864799ef3b84a69d/default/5.zip 2025-03-04T19:54:29.6418606Z to /home/ec2-user/actions-runner/_work/_temp/unzipped-caches/b99f2ccda591acc6a4ba4b6918224c8b/.pytest_cache 2025-03-04T19:54:29.6420525Z Merging cache from /home/ec2-user/actions-runner/_work/_temp/cache-zip-downloads/pytest_cache/pytorch/pytorch/751b96d1427f274ae5922d3601d37c8d/pull/pytest_cache/pytorch/pytorch/751b96d1427f274ae5922d3601d37c8d/pull_linux-focal-cuda12_4-py3_10-gcc9-sm89/b95bae5c640f2a75c917da34864799ef3b84a69d/default/5.zip 2025-03-04T19:54:29.6423385Z Unzipping /home/ec2-user/actions-runner/_work/_temp/cache-zip-downloads/pytest_cache/pytorch/pytorch/751b96d1427f274ae5922d3601d37c8d/pull/pytest_cache/pytorch/pytorch/751b96d1427f274ae5922d3601d37c8d/pull_linux-focal-cuda12_4-py3_10-gcc9-sm89/c8c0a6f0122679c715859a38102fdeb4d8a3095d/default/4.zip 2025-03-04T19:54:29.6425425Z to /home/ec2-user/actions-runner/_work/_temp/unzipped-caches/194d0ed749bd3eda70fd26b749f332b3/.pytest_cache 2025-03-04T19:54:29.6427339Z Merging cache from /home/ec2-user/actions-runner/_work/_temp/cache-zip-downloads/pytest_cache/pytorch/pytorch/751b96d1427f274ae5922d3601d37c8d/pull/pytest_cache/pytorch/pytorch/751b96d1427f274ae5922d3601d37c8d/pull_linux-focal-cuda12_4-py3_10-gcc9-sm89/c8c0a6f0122679c715859a38102fdeb4d8a3095d/default/4.zip 2025-03-04T19:54:29.6430172Z Unzipping /home/ec2-user/actions-runner/_work/_temp/cache-zip-downloads/pytest_cache/pytorch/pytorch/751b96d1427f274ae5922d3601d37c8d/pull/pytest_cache/pytorch/pytorch/751b96d1427f274ae5922d3601d37c8d/pull_linux-focal-cuda12_4-py3_10-gcc9/3c5ce2c09c881c3998da912512a2598ab33930cf/default/2.zip 2025-03-04T19:54:29.6432024Z to /home/ec2-user/actions-runner/_work/_temp/unzipped-caches/73dd3a2fd15eaf96910ef81881816664/.pytest_cache 2025-03-04T19:54:29.6434012Z Merging cache from /home/ec2-user/actions-runner/_work/_temp/cache-zip-downloads/pytest_cache/pytorch/pytorch/751b96d1427f274ae5922d3601d37c8d/pull/pytest_cache/pytorch/pytorch/751b96d1427f274ae5922d3601d37c8d/pull_linux-focal-cuda12_4-py3_10-gcc9/3c5ce2c09c881c3998da912512a2598ab33930cf/default/2.zip 2025-03-04T19:54:29.6436819Z Unzipping /home/ec2-user/actions-runner/_work/_temp/cache-zip-downloads/pytest_cache/pytorch/pytorch/751b96d1427f274ae5922d3601d37c8d/pull/pytest_cache/pytorch/pytorch/751b96d1427f274ae5922d3601d37c8d/pull_linux-focal-cuda12_4-py3_10-gcc9/3c5ce2c09c881c3998da912512a2598ab33930cf/default/3.zip 2025-03-04T19:54:29.6438676Z to /home/ec2-user/actions-runner/_work/_temp/unzipped-caches/3d890088b2544638facca78ef4addfd7/.pytest_cache 2025-03-04T19:54:29.6440559Z Merging cache from /home/ec2-user/actions-runner/_work/_temp/cache-zip-downloads/pytest_cache/pytorch/pytorch/751b96d1427f274ae5922d3601d37c8d/pull/pytest_cache/pytorch/pytorch/751b96d1427f274ae5922d3601d37c8d/pull_linux-focal-cuda12_4-py3_10-gcc9/3c5ce2c09c881c3998da912512a2598ab33930cf/default/3.zip 2025-03-04T19:54:29.6443380Z Unzipping /home/ec2-user/actions-runner/_work/_temp/cache-zip-downloads/pytest_cache/pytorch/pytorch/751b96d1427f274ae5922d3601d37c8d/pull/pytest_cache/pytorch/pytorch/751b96d1427f274ae5922d3601d37c8d/pull_linux-focal-cuda12_4-py3_10-gcc9/b95bae5c640f2a75c917da34864799ef3b84a69d/default/2.zip 2025-03-04T19:54:29.6445227Z to /home/ec2-user/actions-runner/_work/_temp/unzipped-caches/96b799bd4115f50866516e271a751063/.pytest_cache 2025-03-04T19:54:29.6447174Z Merging cache from /home/ec2-user/actions-runner/_work/_temp/cache-zip-downloads/pytest_cache/pytorch/pytorch/751b96d1427f274ae5922d3601d37c8d/pull/pytest_cache/pytorch/pytorch/751b96d1427f274ae5922d3601d37c8d/pull_linux-focal-cuda12_4-py3_10-gcc9/b95bae5c640f2a75c917da34864799ef3b84a69d/default/2.zip 2025-03-04T19:54:29.6449982Z Unzipping /home/ec2-user/actions-runner/_work/_temp/cache-zip-downloads/pytest_cache/pytorch/pytorch/751b96d1427f274ae5922d3601d37c8d/pull/pytest_cache/pytorch/pytorch/751b96d1427f274ae5922d3601d37c8d/pull_linux-focal-cuda12_4-py3_10-gcc9/b95bae5c640f2a75c917da34864799ef3b84a69d/default/3.zip 2025-03-04T19:54:29.6451901Z to /home/ec2-user/actions-runner/_work/_temp/unzipped-caches/a9c60ad015ff36f2dfe89fd95cc77456/.pytest_cache 2025-03-04T19:54:29.6453800Z Merging cache from /home/ec2-user/actions-runner/_work/_temp/cache-zip-downloads/pytest_cache/pytorch/pytorch/751b96d1427f274ae5922d3601d37c8d/pull/pytest_cache/pytorch/pytorch/751b96d1427f274ae5922d3601d37c8d/pull_linux-focal-cuda12_4-py3_10-gcc9/b95bae5c640f2a75c917da34864799ef3b84a69d/default/3.zip 2025-03-04T19:54:29.6456625Z Unzipping /home/ec2-user/actions-runner/_work/_temp/cache-zip-downloads/pytest_cache/pytorch/pytorch/751b96d1427f274ae5922d3601d37c8d/pull/pytest_cache/pytorch/pytorch/751b96d1427f274ae5922d3601d37c8d/pull_linux-focal-cuda12_4-py3_10-gcc9/c8c0a6f0122679c715859a38102fdeb4d8a3095d/default/4.zip 2025-03-04T19:54:29.6458526Z to /home/ec2-user/actions-runner/_work/_temp/unzipped-caches/abed543690ef43bee7b2b68370b9462f/.pytest_cache 2025-03-04T19:54:29.6460397Z Merging cache from /home/ec2-user/actions-runner/_work/_temp/cache-zip-downloads/pytest_cache/pytorch/pytorch/751b96d1427f274ae5922d3601d37c8d/pull/pytest_cache/pytorch/pytorch/751b96d1427f274ae5922d3601d37c8d/pull_linux-focal-cuda12_4-py3_10-gcc9/c8c0a6f0122679c715859a38102fdeb4d8a3095d/default/4.zip 2025-03-04T19:54:29.6463178Z Unzipping /home/ec2-user/actions-runner/_work/_temp/cache-zip-downloads/pytest_cache/pytorch/pytorch/751b96d1427f274ae5922d3601d37c8d/pull/pytest_cache/pytorch/pytorch/751b96d1427f274ae5922d3601d37c8d/pull_linux-focal-py3_13-clang10/3c5ce2c09c881c3998da912512a2598ab33930cf/default/2.zip 2025-03-04T19:54:29.6465006Z to /home/ec2-user/actions-runner/_work/_temp/unzipped-caches/351e027ec01fd46f1be0fc4e25413936/.pytest_cache 2025-03-04T19:54:29.6466932Z Merging cache from /home/ec2-user/actions-runner/_work/_temp/cache-zip-downloads/pytest_cache/pytorch/pytorch/751b96d1427f274ae5922d3601d37c8d/pull/pytest_cache/pytorch/pytorch/751b96d1427f274ae5922d3601d37c8d/pull_linux-focal-py3_13-clang10/3c5ce2c09c881c3998da912512a2598ab33930cf/default/2.zip 2025-03-04T19:54:29.6469688Z Unzipping /home/ec2-user/actions-runner/_work/_temp/cache-zip-downloads/pytest_cache/pytorch/pytorch/751b96d1427f274ae5922d3601d37c8d/pull/pytest_cache/pytorch/pytorch/751b96d1427f274ae5922d3601d37c8d/pull_linux-focal-py3_13-clang10/3c5ce2c09c881c3998da912512a2598ab33930cf/default/3.zip 2025-03-04T19:54:29.6471513Z to /home/ec2-user/actions-runner/_work/_temp/unzipped-caches/8c3adae9fc402536c3cee5264ef2749e/.pytest_cache 2025-03-04T19:54:29.6473373Z Merging cache from /home/ec2-user/actions-runner/_work/_temp/cache-zip-downloads/pytest_cache/pytorch/pytorch/751b96d1427f274ae5922d3601d37c8d/pull/pytest_cache/pytorch/pytorch/751b96d1427f274ae5922d3601d37c8d/pull_linux-focal-py3_13-clang10/3c5ce2c09c881c3998da912512a2598ab33930cf/default/3.zip 2025-03-04T19:54:29.6476337Z Unzipping /home/ec2-user/actions-runner/_work/_temp/cache-zip-downloads/pytest_cache/pytorch/pytorch/751b96d1427f274ae5922d3601d37c8d/pull/pytest_cache/pytorch/pytorch/751b96d1427f274ae5922d3601d37c8d/pull_linux-focal-py3_13-clang10/b95bae5c640f2a75c917da34864799ef3b84a69d/default/2.zip 2025-03-04T19:54:29.6478170Z to /home/ec2-user/actions-runner/_work/_temp/unzipped-caches/37aeb2e8232751bbb20f435a28dfb85e/.pytest_cache 2025-03-04T19:54:29.6480031Z Merging cache from /home/ec2-user/actions-runner/_work/_temp/cache-zip-downloads/pytest_cache/pytorch/pytorch/751b96d1427f274ae5922d3601d37c8d/pull/pytest_cache/pytorch/pytorch/751b96d1427f274ae5922d3601d37c8d/pull_linux-focal-py3_13-clang10/b95bae5c640f2a75c917da34864799ef3b84a69d/default/2.zip 2025-03-04T19:54:29.6482802Z Unzipping /home/ec2-user/actions-runner/_work/_temp/cache-zip-downloads/pytest_cache/pytorch/pytorch/751b96d1427f274ae5922d3601d37c8d/pull/pytest_cache/pytorch/pytorch/751b96d1427f274ae5922d3601d37c8d/pull_linux-focal-py3_13-clang10/b95bae5c640f2a75c917da34864799ef3b84a69d/default/3.zip 2025-03-04T19:54:29.6662124Z to /home/ec2-user/actions-runner/_work/_temp/unzipped-caches/d2bd36fd186c22f9fd25a20594bb20aa/.pytest_cache 2025-03-04T19:54:29.6663994Z Merging cache from /home/ec2-user/actions-runner/_work/_temp/cache-zip-downloads/pytest_cache/pytorch/pytorch/751b96d1427f274ae5922d3601d37c8d/pull/pytest_cache/pytorch/pytorch/751b96d1427f274ae5922d3601d37c8d/pull_linux-focal-py3_13-clang10/b95bae5c640f2a75c917da34864799ef3b84a69d/default/3.zip 2025-03-04T19:54:29.6666757Z Unzipping /home/ec2-user/actions-runner/_work/_temp/cache-zip-downloads/pytest_cache/pytorch/pytorch/751b96d1427f274ae5922d3601d37c8d/pull/pytest_cache/pytorch/pytorch/751b96d1427f274ae5922d3601d37c8d/pull_linux-focal-py3_13-clang10/b95bae5c640f2a75c917da34864799ef3b84a69d/default/4.zip 2025-03-04T19:54:29.6668721Z to /home/ec2-user/actions-runner/_work/_temp/unzipped-caches/7b16fe20c3fe20d9b5709adb53468583/.pytest_cache 2025-03-04T19:54:29.6670590Z Merging cache from /home/ec2-user/actions-runner/_work/_temp/cache-zip-downloads/pytest_cache/pytorch/pytorch/751b96d1427f274ae5922d3601d37c8d/pull/pytest_cache/pytorch/pytorch/751b96d1427f274ae5922d3601d37c8d/pull_linux-focal-py3_13-clang10/b95bae5c640f2a75c917da34864799ef3b84a69d/default/4.zip 2025-03-04T19:54:29.6673376Z Unzipping /home/ec2-user/actions-runner/_work/_temp/cache-zip-downloads/pytest_cache/pytorch/pytorch/751b96d1427f274ae5922d3601d37c8d/pull/pytest_cache/pytorch/pytorch/751b96d1427f274ae5922d3601d37c8d/pull_linux-focal-py3_13-clang10/c8c0a6f0122679c715859a38102fdeb4d8a3095d/default/4.zip 2025-03-04T19:54:29.6675193Z to /home/ec2-user/actions-runner/_work/_temp/unzipped-caches/b5ca008b1b9c52c471a43e2c76428879/.pytest_cache 2025-03-04T19:54:29.6677197Z Merging cache from /home/ec2-user/actions-runner/_work/_temp/cache-zip-downloads/pytest_cache/pytorch/pytorch/751b96d1427f274ae5922d3601d37c8d/pull/pytest_cache/pytorch/pytorch/751b96d1427f274ae5922d3601d37c8d/pull_linux-focal-py3_13-clang10/c8c0a6f0122679c715859a38102fdeb4d8a3095d/default/4.zip 2025-03-04T19:54:29.6680063Z Unzipping /home/ec2-user/actions-runner/_work/_temp/cache-zip-downloads/pytest_cache/pytorch/pytorch/751b96d1427f274ae5922d3601d37c8d/pull/pytest_cache/pytorch/pytorch/751b96d1427f274ae5922d3601d37c8d/pull_linux-focal-py3_9-clang10/0fd7b9fe4a15f368d7977798d60cc1b23c334332/default/4.zip 2025-03-04T19:54:29.6681895Z to /home/ec2-user/actions-runner/_work/_temp/unzipped-caches/1717e7f04714a8fc31d248da4280ceb4/.pytest_cache 2025-03-04T19:54:29.6683747Z Merging cache from /home/ec2-user/actions-runner/_work/_temp/cache-zip-downloads/pytest_cache/pytorch/pytorch/751b96d1427f274ae5922d3601d37c8d/pull/pytest_cache/pytorch/pytorch/751b96d1427f274ae5922d3601d37c8d/pull_linux-focal-py3_9-clang10/0fd7b9fe4a15f368d7977798d60cc1b23c334332/default/4.zip 2025-03-04T19:54:29.6686505Z Unzipping /home/ec2-user/actions-runner/_work/_temp/cache-zip-downloads/pytest_cache/pytorch/pytorch/751b96d1427f274ae5922d3601d37c8d/pull/pytest_cache/pytorch/pytorch/751b96d1427f274ae5922d3601d37c8d/pull_linux-focal-py3_9-clang10/3c5ce2c09c881c3998da912512a2598ab33930cf/default/2.zip 2025-03-04T19:54:29.6688337Z to /home/ec2-user/actions-runner/_work/_temp/unzipped-caches/ececce6f1dda72ea56cb61a03943c4ad/.pytest_cache 2025-03-04T19:54:29.6690197Z Merging cache from /home/ec2-user/actions-runner/_work/_temp/cache-zip-downloads/pytest_cache/pytorch/pytorch/751b96d1427f274ae5922d3601d37c8d/pull/pytest_cache/pytorch/pytorch/751b96d1427f274ae5922d3601d37c8d/pull_linux-focal-py3_9-clang10/3c5ce2c09c881c3998da912512a2598ab33930cf/default/2.zip 2025-03-04T19:54:29.6693032Z Unzipping /home/ec2-user/actions-runner/_work/_temp/cache-zip-downloads/pytest_cache/pytorch/pytorch/751b96d1427f274ae5922d3601d37c8d/pull/pytest_cache/pytorch/pytorch/751b96d1427f274ae5922d3601d37c8d/pull_linux-focal-py3_9-clang10/3c5ce2c09c881c3998da912512a2598ab33930cf/default/3.zip 2025-03-04T19:54:29.6694857Z to /home/ec2-user/actions-runner/_work/_temp/unzipped-caches/b1687dbcfd183599d9c15698b87d46bf/.pytest_cache 2025-03-04T19:54:29.6696715Z Merging cache from /home/ec2-user/actions-runner/_work/_temp/cache-zip-downloads/pytest_cache/pytorch/pytorch/751b96d1427f274ae5922d3601d37c8d/pull/pytest_cache/pytorch/pytorch/751b96d1427f274ae5922d3601d37c8d/pull_linux-focal-py3_9-clang10/3c5ce2c09c881c3998da912512a2598ab33930cf/default/3.zip 2025-03-04T19:54:29.6699486Z Unzipping /home/ec2-user/actions-runner/_work/_temp/cache-zip-downloads/pytest_cache/pytorch/pytorch/751b96d1427f274ae5922d3601d37c8d/pull/pytest_cache/pytorch/pytorch/751b96d1427f274ae5922d3601d37c8d/pull_linux-focal-py3_9-clang10/b95bae5c640f2a75c917da34864799ef3b84a69d/default/2.zip 2025-03-04T19:54:29.6701571Z to /home/ec2-user/actions-runner/_work/_temp/unzipped-caches/a1877be7f65c6118fa4f12b82a149e34/.pytest_cache 2025-03-04T19:54:29.6703432Z Merging cache from /home/ec2-user/actions-runner/_work/_temp/cache-zip-downloads/pytest_cache/pytorch/pytorch/751b96d1427f274ae5922d3601d37c8d/pull/pytest_cache/pytorch/pytorch/751b96d1427f274ae5922d3601d37c8d/pull_linux-focal-py3_9-clang10/b95bae5c640f2a75c917da34864799ef3b84a69d/default/2.zip 2025-03-04T19:54:29.6706316Z Unzipping /home/ec2-user/actions-runner/_work/_temp/cache-zip-downloads/pytest_cache/pytorch/pytorch/751b96d1427f274ae5922d3601d37c8d/pull/pytest_cache/pytorch/pytorch/751b96d1427f274ae5922d3601d37c8d/pull_linux-focal-py3_9-clang10/b95bae5c640f2a75c917da34864799ef3b84a69d/default/5.zip 2025-03-04T19:54:29.6708152Z to /home/ec2-user/actions-runner/_work/_temp/unzipped-caches/063f26ad31e434bab4d65cbbaad35aa6/.pytest_cache 2025-03-04T19:54:29.6710017Z Merging cache from /home/ec2-user/actions-runner/_work/_temp/cache-zip-downloads/pytest_cache/pytorch/pytorch/751b96d1427f274ae5922d3601d37c8d/pull/pytest_cache/pytorch/pytorch/751b96d1427f274ae5922d3601d37c8d/pull_linux-focal-py3_9-clang10/b95bae5c640f2a75c917da34864799ef3b84a69d/default/5.zip 2025-03-04T19:54:29.6712864Z Unzipping /home/ec2-user/actions-runner/_work/_temp/cache-zip-downloads/pytest_cache/pytorch/pytorch/751b96d1427f274ae5922d3601d37c8d/pull/pytest_cache/pytorch/pytorch/751b96d1427f274ae5922d3601d37c8d/pull_linux-focal-py3_9-clang10/c8c0a6f0122679c715859a38102fdeb4d8a3095d/default/4.zip 2025-03-04T19:54:29.6714684Z to /home/ec2-user/actions-runner/_work/_temp/unzipped-caches/b671224e9977ee92baea82961a143f60/.pytest_cache 2025-03-04T19:54:29.6716519Z Merging cache from /home/ec2-user/actions-runner/_work/_temp/cache-zip-downloads/pytest_cache/pytorch/pytorch/751b96d1427f274ae5922d3601d37c8d/pull/pytest_cache/pytorch/pytorch/751b96d1427f274ae5922d3601d37c8d/pull_linux-focal-py3_9-clang10/c8c0a6f0122679c715859a38102fdeb4d8a3095d/default/4.zip 2025-03-04T19:54:29.6719309Z Unzipping /home/ec2-user/actions-runner/_work/_temp/cache-zip-downloads/pytest_cache/pytorch/pytorch/751b96d1427f274ae5922d3601d37c8d/pull/pytest_cache/pytorch/pytorch/751b96d1427f274ae5922d3601d37c8d/pull_linux-jammy-py3_10-clang15-asan/3c5ce2c09c881c3998da912512a2598ab33930cf/default/2.zip 2025-03-04T19:54:29.6721172Z to /home/ec2-user/actions-runner/_work/_temp/unzipped-caches/be9e1692180b54f809fc489dce512694/.pytest_cache 2025-03-04T19:54:29.6723079Z Merging cache from /home/ec2-user/actions-runner/_work/_temp/cache-zip-downloads/pytest_cache/pytorch/pytorch/751b96d1427f274ae5922d3601d37c8d/pull/pytest_cache/pytorch/pytorch/751b96d1427f274ae5922d3601d37c8d/pull_linux-jammy-py3_10-clang15-asan/3c5ce2c09c881c3998da912512a2598ab33930cf/default/2.zip 2025-03-04T19:54:29.6725888Z Unzipping /home/ec2-user/actions-runner/_work/_temp/cache-zip-downloads/pytest_cache/pytorch/pytorch/751b96d1427f274ae5922d3601d37c8d/pull/pytest_cache/pytorch/pytorch/751b96d1427f274ae5922d3601d37c8d/pull_linux-jammy-py3_10-clang15-asan/3c5ce2c09c881c3998da912512a2598ab33930cf/default/3.zip 2025-03-04T19:54:29.6727728Z to /home/ec2-user/actions-runner/_work/_temp/unzipped-caches/4248a373768ca544965b501abd020538/.pytest_cache 2025-03-04T19:54:29.6729623Z Merging cache from /home/ec2-user/actions-runner/_work/_temp/cache-zip-downloads/pytest_cache/pytorch/pytorch/751b96d1427f274ae5922d3601d37c8d/pull/pytest_cache/pytorch/pytorch/751b96d1427f274ae5922d3601d37c8d/pull_linux-jammy-py3_10-clang15-asan/3c5ce2c09c881c3998da912512a2598ab33930cf/default/3.zip 2025-03-04T19:54:29.6732515Z Unzipping /home/ec2-user/actions-runner/_work/_temp/cache-zip-downloads/pytest_cache/pytorch/pytorch/751b96d1427f274ae5922d3601d37c8d/pull/pytest_cache/pytorch/pytorch/751b96d1427f274ae5922d3601d37c8d/pull_linux-jammy-py3_10-clang15-asan/b95bae5c640f2a75c917da34864799ef3b84a69d/default/2.zip 2025-03-04T19:54:29.6734371Z to /home/ec2-user/actions-runner/_work/_temp/unzipped-caches/512dc50e060a57cd365c3759fa0de28e/.pytest_cache 2025-03-04T19:54:29.6736264Z Merging cache from /home/ec2-user/actions-runner/_work/_temp/cache-zip-downloads/pytest_cache/pytorch/pytorch/751b96d1427f274ae5922d3601d37c8d/pull/pytest_cache/pytorch/pytorch/751b96d1427f274ae5922d3601d37c8d/pull_linux-jammy-py3_10-clang15-asan/b95bae5c640f2a75c917da34864799ef3b84a69d/default/2.zip 2025-03-04T19:54:29.6872523Z Unzipping /home/ec2-user/actions-runner/_work/_temp/cache-zip-downloads/pytest_cache/pytorch/pytorch/751b96d1427f274ae5922d3601d37c8d/pull/pytest_cache/pytorch/pytorch/751b96d1427f274ae5922d3601d37c8d/pull_linux-jammy-py3_10-clang15-asan/b95bae5c640f2a75c917da34864799ef3b84a69d/default/3.zip 2025-03-04T19:54:29.6874378Z to /home/ec2-user/actions-runner/_work/_temp/unzipped-caches/ca014750742438d37793d6ce57980e78/.pytest_cache 2025-03-04T19:54:29.6876409Z Merging cache from /home/ec2-user/actions-runner/_work/_temp/cache-zip-downloads/pytest_cache/pytorch/pytorch/751b96d1427f274ae5922d3601d37c8d/pull/pytest_cache/pytorch/pytorch/751b96d1427f274ae5922d3601d37c8d/pull_linux-jammy-py3_10-clang15-asan/b95bae5c640f2a75c917da34864799ef3b84a69d/default/3.zip 2025-03-04T19:54:29.6879375Z Unzipping /home/ec2-user/actions-runner/_work/_temp/cache-zip-downloads/pytest_cache/pytorch/pytorch/751b96d1427f274ae5922d3601d37c8d/pull/pytest_cache/pytorch/pytorch/751b96d1427f274ae5922d3601d37c8d/pull_linux-jammy-py3_10-clang15-asan/b95bae5c640f2a75c917da34864799ef3b84a69d/default/5.zip 2025-03-04T19:54:29.6881240Z to /home/ec2-user/actions-runner/_work/_temp/unzipped-caches/c55a62d24fb44a0cab1d00cac5270cf1/.pytest_cache 2025-03-04T19:54:29.6883134Z Merging cache from /home/ec2-user/actions-runner/_work/_temp/cache-zip-downloads/pytest_cache/pytorch/pytorch/751b96d1427f274ae5922d3601d37c8d/pull/pytest_cache/pytorch/pytorch/751b96d1427f274ae5922d3601d37c8d/pull_linux-jammy-py3_10-clang15-asan/b95bae5c640f2a75c917da34864799ef3b84a69d/default/5.zip 2025-03-04T19:54:29.6885954Z Unzipping /home/ec2-user/actions-runner/_work/_temp/cache-zip-downloads/pytest_cache/pytorch/pytorch/751b96d1427f274ae5922d3601d37c8d/pull/pytest_cache/pytorch/pytorch/751b96d1427f274ae5922d3601d37c8d/pull_linux-jammy-py3_10-clang15-asan/c8c0a6f0122679c715859a38102fdeb4d8a3095d/default/4.zip 2025-03-04T19:54:29.6887834Z to /home/ec2-user/actions-runner/_work/_temp/unzipped-caches/36aaf793282abc3aa5fc478514a1431d/.pytest_cache 2025-03-04T19:54:29.6889713Z Merging cache from /home/ec2-user/actions-runner/_work/_temp/cache-zip-downloads/pytest_cache/pytorch/pytorch/751b96d1427f274ae5922d3601d37c8d/pull/pytest_cache/pytorch/pytorch/751b96d1427f274ae5922d3601d37c8d/pull_linux-jammy-py3_10-clang15-asan/c8c0a6f0122679c715859a38102fdeb4d8a3095d/default/4.zip 2025-03-04T19:54:29.6892532Z Unzipping /home/ec2-user/actions-runner/_work/_temp/cache-zip-downloads/pytest_cache/pytorch/pytorch/751b96d1427f274ae5922d3601d37c8d/pull/pytest_cache/pytorch/pytorch/751b96d1427f274ae5922d3601d37c8d/pull_linux-jammy-py3_9-gcc11/0fd7b9fe4a15f368d7977798d60cc1b23c334332/default/4.zip 2025-03-04T19:54:29.6894358Z to /home/ec2-user/actions-runner/_work/_temp/unzipped-caches/acca6d45a5ece0e039415fb8ddb216d7/.pytest_cache 2025-03-04T19:54:29.6896226Z Merging cache from /home/ec2-user/actions-runner/_work/_temp/cache-zip-downloads/pytest_cache/pytorch/pytorch/751b96d1427f274ae5922d3601d37c8d/pull/pytest_cache/pytorch/pytorch/751b96d1427f274ae5922d3601d37c8d/pull_linux-jammy-py3_9-gcc11/0fd7b9fe4a15f368d7977798d60cc1b23c334332/default/4.zip 2025-03-04T19:54:29.6898954Z Unzipping /home/ec2-user/actions-runner/_work/_temp/cache-zip-downloads/pytest_cache/pytorch/pytorch/751b96d1427f274ae5922d3601d37c8d/pull/pytest_cache/pytorch/pytorch/751b96d1427f274ae5922d3601d37c8d/pull_linux-jammy-py3_9-gcc11/3c5ce2c09c881c3998da912512a2598ab33930cf/default/2.zip 2025-03-04T19:54:29.6900924Z to /home/ec2-user/actions-runner/_work/_temp/unzipped-caches/7ec5be13b877e2592eab46f52725542c/.pytest_cache 2025-03-04T19:54:29.6902768Z Merging cache from /home/ec2-user/actions-runner/_work/_temp/cache-zip-downloads/pytest_cache/pytorch/pytorch/751b96d1427f274ae5922d3601d37c8d/pull/pytest_cache/pytorch/pytorch/751b96d1427f274ae5922d3601d37c8d/pull_linux-jammy-py3_9-gcc11/3c5ce2c09c881c3998da912512a2598ab33930cf/default/2.zip 2025-03-04T19:54:29.6905636Z Unzipping /home/ec2-user/actions-runner/_work/_temp/cache-zip-downloads/pytest_cache/pytorch/pytorch/751b96d1427f274ae5922d3601d37c8d/pull/pytest_cache/pytorch/pytorch/751b96d1427f274ae5922d3601d37c8d/pull_linux-jammy-py3_9-gcc11/3c5ce2c09c881c3998da912512a2598ab33930cf/default/3.zip 2025-03-04T19:54:29.6907458Z to /home/ec2-user/actions-runner/_work/_temp/unzipped-caches/3b4b0c122e7bfc8d4dcad553e3dfaaed/.pytest_cache 2025-03-04T19:54:29.6909311Z Merging cache from /home/ec2-user/actions-runner/_work/_temp/cache-zip-downloads/pytest_cache/pytorch/pytorch/751b96d1427f274ae5922d3601d37c8d/pull/pytest_cache/pytorch/pytorch/751b96d1427f274ae5922d3601d37c8d/pull_linux-jammy-py3_9-gcc11/3c5ce2c09c881c3998da912512a2598ab33930cf/default/3.zip 2025-03-04T19:54:29.6912049Z Unzipping /home/ec2-user/actions-runner/_work/_temp/cache-zip-downloads/pytest_cache/pytorch/pytorch/751b96d1427f274ae5922d3601d37c8d/pull/pytest_cache/pytorch/pytorch/751b96d1427f274ae5922d3601d37c8d/pull_linux-jammy-py3_9-gcc11/b95bae5c640f2a75c917da34864799ef3b84a69d/default/1.zip 2025-03-04T19:54:29.6913870Z to /home/ec2-user/actions-runner/_work/_temp/unzipped-caches/3abf8f57c98e1de05ec8ba3c1b6a78d2/.pytest_cache 2025-03-04T19:54:29.6915806Z Merging cache from /home/ec2-user/actions-runner/_work/_temp/cache-zip-downloads/pytest_cache/pytorch/pytorch/751b96d1427f274ae5922d3601d37c8d/pull/pytest_cache/pytorch/pytorch/751b96d1427f274ae5922d3601d37c8d/pull_linux-jammy-py3_9-gcc11/b95bae5c640f2a75c917da34864799ef3b84a69d/default/1.zip 2025-03-04T19:54:29.6918560Z Unzipping /home/ec2-user/actions-runner/_work/_temp/cache-zip-downloads/pytest_cache/pytorch/pytorch/751b96d1427f274ae5922d3601d37c8d/pull/pytest_cache/pytorch/pytorch/751b96d1427f274ae5922d3601d37c8d/pull_linux-jammy-py3_9-gcc11/b95bae5c640f2a75c917da34864799ef3b84a69d/default/2.zip 2025-03-04T19:54:29.6920362Z to /home/ec2-user/actions-runner/_work/_temp/unzipped-caches/95aead231c334f34c91f2104efb8f4df/.pytest_cache 2025-03-04T19:54:29.6922223Z Merging cache from /home/ec2-user/actions-runner/_work/_temp/cache-zip-downloads/pytest_cache/pytorch/pytorch/751b96d1427f274ae5922d3601d37c8d/pull/pytest_cache/pytorch/pytorch/751b96d1427f274ae5922d3601d37c8d/pull_linux-jammy-py3_9-gcc11/b95bae5c640f2a75c917da34864799ef3b84a69d/default/2.zip 2025-03-04T19:54:29.6924967Z Unzipping /home/ec2-user/actions-runner/_work/_temp/cache-zip-downloads/pytest_cache/pytorch/pytorch/751b96d1427f274ae5922d3601d37c8d/pull/pytest_cache/pytorch/pytorch/751b96d1427f274ae5922d3601d37c8d/pull_linux-jammy-py3_9-gcc11/b95bae5c640f2a75c917da34864799ef3b84a69d/default/3.zip 2025-03-04T19:54:29.6926780Z to /home/ec2-user/actions-runner/_work/_temp/unzipped-caches/2d7f2e7c2835f418103e9e72afb8ab00/.pytest_cache 2025-03-04T19:54:29.6928618Z Merging cache from /home/ec2-user/actions-runner/_work/_temp/cache-zip-downloads/pytest_cache/pytorch/pytorch/751b96d1427f274ae5922d3601d37c8d/pull/pytest_cache/pytorch/pytorch/751b96d1427f274ae5922d3601d37c8d/pull_linux-jammy-py3_9-gcc11/b95bae5c640f2a75c917da34864799ef3b84a69d/default/3.zip 2025-03-04T19:54:29.6931361Z Unzipping /home/ec2-user/actions-runner/_work/_temp/cache-zip-downloads/pytest_cache/pytorch/pytorch/751b96d1427f274ae5922d3601d37c8d/pull/pytest_cache/pytorch/pytorch/751b96d1427f274ae5922d3601d37c8d/pull_linux-jammy-py3_9-gcc11/c8c0a6f0122679c715859a38102fdeb4d8a3095d/default/4.zip 2025-03-04T19:54:29.6933219Z to /home/ec2-user/actions-runner/_work/_temp/unzipped-caches/522eb4d34fae19af124c75f8818c7582/.pytest_cache 2025-03-04T19:54:29.6935065Z Merging cache from /home/ec2-user/actions-runner/_work/_temp/cache-zip-downloads/pytest_cache/pytorch/pytorch/751b96d1427f274ae5922d3601d37c8d/pull/pytest_cache/pytorch/pytorch/751b96d1427f274ae5922d3601d37c8d/pull_linux-jammy-py3_9-gcc11/c8c0a6f0122679c715859a38102fdeb4d8a3095d/default/4.zip 2025-03-04T19:54:29.7555023Z ##[group]Run seemethere/download-artifact-s3@v4 2025-03-04T19:54:29.7555402Z with: 2025-03-04T19:54:29.7555637Z name: llm_results 2025-03-04T19:54:29.7556051Z path: .additional_ci_files/llm_results 2025-03-04T19:54:29.7556401Z s3-bucket: gha-artifacts 2025-03-04T19:54:29.7556690Z region: us-east-1 2025-03-04T19:54:29.7556928Z ##[endgroup] 2025-03-04T19:54:30.2760257Z (node:37817) NOTE: We are formalizing our plans to enter AWS SDK for JavaScript (v2) into maintenance mode in 2023. 2025-03-04T19:54:30.2760801Z 2025-03-04T19:54:30.2761003Z Please migrate your code to use AWS SDK for JavaScript (v3). 2025-03-04T19:54:30.2761584Z For more information, check the migration guide at https://a.co/7PzMCcy 2025-03-04T19:54:30.2762177Z (Use `node --trace-warnings ...` to show where the warning was created) 2025-03-04T19:54:30.4831746Z Found 1 objects with prefix pytorch/pytorch/13661694839/llm_results/ 2025-03-04T19:54:30.4835233Z Starting download (1/1): /home/ec2-user/actions-runner/_work/pytorch/pytorch/.additional_ci_files/llm_results/mappings.zip 2025-03-04T19:54:30.5731702Z Finished download (1/1): /home/ec2-user/actions-runner/_work/pytorch/pytorch/.additional_ci_files/llm_results/mappings.zip 2025-03-04T19:54:30.5737914Z Artifact download has finished successfully 2025-03-04T19:54:30.5906909Z ##[group]Run unzip -o .additional_ci_files/llm_results/mappings.zip -d .additional_ci_files/llm_results || true 2025-03-04T19:54:30.5907881Z unzip -o .additional_ci_files/llm_results/mappings.zip -d .additional_ci_files/llm_results || true 2025-03-04T19:54:30.5908509Z python3 -m pip install boto3==1.35.42 2025-03-04T19:54:30.5908986Z python3 tools/testing/do_target_determination_for_s3.py 2025-03-04T19:54:30.5916001Z shell: /usr/bin/bash -e {0} 2025-03-04T19:54:30.5916317Z env: 2025-03-04T19:54:30.5916785Z GITHUB_TOKEN: *** 2025-03-04T19:54:30.5917075Z GITHUB_REPOSITORY: pytorch/pytorch 2025-03-04T19:54:30.5917399Z GITHUB_WORKFLOW: pull 2025-03-04T19:54:30.5917698Z GITHUB_JOB: target-determination 2025-03-04T19:54:30.5918020Z GITHUB_RUN_ID: 13661694839 2025-03-04T19:54:30.5918316Z GITHUB_RUN_NUMBER: 295855 2025-03-04T19:54:30.5918622Z GITHUB_RUN_ATTEMPT: 1 2025-03-04T19:54:30.5918891Z GITHUB_REF: refs/pull/148205/merge 2025-03-04T19:54:30.5919247Z JOB_ID: 38194388854 2025-03-04T19:54:30.5919552Z JOB_NAME: before-test / target-determination 2025-03-04T19:54:30.5919899Z PR_NUMBER: 148205 2025-03-04T19:54:30.5920149Z ##[endgroup] 2025-03-04T19:54:30.5982000Z Archive: .additional_ci_files/llm_results/mappings.zip 2025-03-04T19:54:30.5982501Z creating: .additional_ci_files/llm_results/mappings/ 2025-03-04T19:54:30.5986733Z inflating: .additional_ci_files/llm_results/mappings/indexer-files-gitdiff-output.json 2025-03-04T19:54:30.8387503Z Defaulting to user installation because normal site-packages is not writeable 2025-03-04T19:54:30.8551957Z Requirement already satisfied: boto3==1.35.42 in /home/ec2-user/.local/lib/python3.9/site-packages (1.35.42) 2025-03-04T19:54:30.8604479Z Requirement already satisfied: botocore<1.36.0,>=1.35.42 in /home/ec2-user/.local/lib/python3.9/site-packages (from boto3==1.35.42) (1.35.99) 2025-03-04T19:54:30.8608751Z Requirement already satisfied: s3transfer<0.11.0,>=0.10.0 in /home/ec2-user/.local/lib/python3.9/site-packages (from boto3==1.35.42) (0.10.4) 2025-03-04T19:54:30.8613054Z Requirement already satisfied: jmespath<2.0.0,>=0.7.1 in /usr/lib/python3.9/site-packages (from boto3==1.35.42) (0.10.0) 2025-03-04T19:54:30.8669208Z Requirement already satisfied: urllib3<1.27,>=1.25.4 in /usr/lib/python3.9/site-packages (from botocore<1.36.0,>=1.35.42->boto3==1.35.42) (1.25.10) 2025-03-04T19:54:30.8673612Z 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-03-04T19:54:30.8714857Z Requirement already satisfied: six>=1.5 in /usr/lib/python3.9/site-packages (from python-dateutil<3.0.0,>=2.1->botocore<1.36.0,>=1.35.42->boto3==1.35.42) (1.15.0) 2025-03-04T19:54:32.6477960Z Downloading https://raw.githubusercontent.com/pytorch/test-infra/generated-stats/stats/test-times.json to /home/ec2-user/actions-runner/_work/pytorch/pytorch/.additional_ci_files/test-times.json 2025-03-04T19:54:32.6480365Z Downloading https://raw.githubusercontent.com/pytorch/test-infra/generated-stats/stats/test-class-times.json to /home/ec2-user/actions-runner/_work/pytorch/pytorch/.additional_ci_files/test-class-times.json 2025-03-04T19:54:32.6483412Z Downloading https://raw.githubusercontent.com/pytorch/test-infra/generated-stats/stats/file_test_rating.json to /home/ec2-user/actions-runner/_work/pytorch/pytorch/.additional_ci_files/test-file-ratings.json 2025-03-04T19:54:32.6485329Z Downloading https://raw.githubusercontent.com/pytorch/test-infra/generated-stats/stats/file_test_class_rating.json to /home/ec2-user/actions-runner/_work/pytorch/pytorch/.additional_ci_files/test-class-ratings.json 2025-03-04T19:54:32.6487417Z Downloading https://raw.githubusercontent.com/pytorch/test-infra/generated-stats/stats/td_heuristic_historical_edited_files.json to /home/ec2-user/actions-runner/_work/pytorch/pytorch/.additional_ci_files/td_heuristic_historical_edited_files.json 2025-03-04T19:54:32.6489692Z Downloading https://raw.githubusercontent.com/pytorch/test-infra/generated-stats/stats/td_heuristic_profiling.json to /home/ec2-user/actions-runner/_work/pytorch/pytorch/.additional_ci_files/td_heuristic_profiling.json 2025-03-04T19:54:32.6490875Z Received 684 tests to prioritize 2025-03-04T19:54:32.6491199Z backends/xeon/test_launch 2025-03-04T19:54:32.6491604Z benchmark_utils/test_benchmark_utils 2025-03-04T19:54:32.6492046Z cpp_extensions/open_registration_extension/test/test_openreg 2025-03-04T19:54:32.6492539Z distributed/_composable/fsdp/test_fully_shard_autograd 2025-03-04T19:54:32.6493040Z distributed/_composable/fsdp/test_fully_shard_clip_grad_norm_ 2025-03-04T19:54:32.6493534Z distributed/_composable/fsdp/test_fully_shard_comm 2025-03-04T19:54:32.6493982Z distributed/_composable/fsdp/test_fully_shard_compile 2025-03-04T19:54:32.6494449Z distributed/_composable/fsdp/test_fully_shard_extensions 2025-03-04T19:54:32.6494910Z distributed/_composable/fsdp/test_fully_shard_frozen 2025-03-04T19:54:32.6495387Z distributed/_composable/fsdp/test_fully_shard_grad_scaler 2025-03-04T19:54:32.6495890Z distributed/_composable/fsdp/test_fully_shard_ignore_params 2025-03-04T19:54:32.6496364Z distributed/_composable/fsdp/test_fully_shard_init 2025-03-04T19:54:32.6496808Z distributed/_composable/fsdp/test_fully_shard_logging 2025-03-04T19:54:32.6497260Z distributed/_composable/fsdp/test_fully_shard_memory 2025-03-04T19:54:32.6497855Z distributed/_composable/fsdp/test_fully_shard_mixed_precision 2025-03-04T19:54:32.6498357Z distributed/_composable/fsdp/test_fully_shard_overlap 2025-03-04T19:54:32.6498814Z distributed/_composable/fsdp/test_fully_shard_state 2025-03-04T19:54:32.6499279Z distributed/_composable/fsdp/test_fully_shard_state_dict 2025-03-04T19:54:32.6499758Z distributed/_composable/fsdp/test_fully_shard_training 2025-03-04T19:54:32.6500166Z distributed/_composable/test_checkpoint 2025-03-04T19:54:32.6500872Z distributed/_composable/test_composability/test_2d_composability 2025-03-04T19:54:32.6501456Z distributed/_composable/test_composability/test_pp_composability 2025-03-04T19:54:32.6501927Z distributed/_composable/test_contract 2025-03-04T19:54:32.6502287Z distributed/_composable/test_replicate 2025-03-04T19:54:32.6502695Z distributed/_composable/test_replicate_with_compiler 2025-03-04T19:54:32.6503129Z distributed/_shard/sharded_optim/test_sharded_optim 2025-03-04T19:54:32.6503580Z distributed/_shard/sharded_tensor/ops/test_binary_cmp 2025-03-04T19:54:32.6504034Z distributed/_shard/sharded_tensor/ops/test_embedding 2025-03-04T19:54:32.6504493Z distributed/_shard/sharded_tensor/ops/test_embedding_bag 2025-03-04T19:54:32.6504939Z distributed/_shard/sharded_tensor/ops/test_init 2025-03-04T19:54:32.6505359Z distributed/_shard/sharded_tensor/ops/test_tensor_ops 2025-03-04T19:54:32.6505786Z distributed/_shard/sharded_tensor/test_logger 2025-03-04T19:54:32.6506211Z distributed/_shard/sharded_tensor/test_sharded_tensor 2025-03-04T19:54:32.6506886Z distributed/_shard/sharded_tensor/test_sharded_tensor_reshard 2025-03-04T19:54:32.6507373Z distributed/_shard/sharding_plan/test_sharding_plan 2025-03-04T19:54:32.6507800Z distributed/_shard/sharding_spec/test_sharding_spec 2025-03-04T19:54:32.6508192Z distributed/_shard/test_sharder 2025-03-04T19:54:32.6508531Z distributed/_tools/test_fsdp2_mem_tracker 2025-03-04T19:54:32.6508890Z distributed/_tools/test_mem_tracker 2025-03-04T19:54:32.6509235Z distributed/_tools/test_memory_tracker 2025-03-04T19:54:32.6509575Z distributed/_tools/test_mod_tracker 2025-03-04T19:54:32.6509929Z distributed/_tools/test_runtime_estimator 2025-03-04T19:54:32.6510309Z distributed/_tools/test_sac_estimator 2025-03-04T19:54:32.6510655Z distributed/_tools/test_sac_ilp 2025-03-04T19:54:32.6511040Z distributed/algorithms/ddp_comm_hooks/test_ddp_hooks 2025-03-04T19:54:32.6511505Z distributed/algorithms/quantization/test_quantization 2025-03-04T19:54:32.6511925Z distributed/algorithms/test_join 2025-03-04T19:54:32.6512401Z distributed/checkpoint/e2e/test_e2e_save_and_load 2025-03-04T19:54:32.6512816Z distributed/checkpoint/e2e/test_fine_tuning 2025-03-04T19:54:32.6513199Z distributed/checkpoint/e2e/test_fsdp_ep 2025-03-04T19:54:32.6513575Z distributed/checkpoint/e2e/test_pipeline 2025-03-04T19:54:32.6513954Z distributed/checkpoint/fsdp/test_fsdp_dsd 2025-03-04T19:54:32.6514314Z distributed/checkpoint/test_checkpoint 2025-03-04T19:54:32.6514688Z distributed/checkpoint/test_compatibility 2025-03-04T19:54:32.6515068Z distributed/checkpoint/test_dedup_tensors 2025-03-04T19:54:32.6515465Z distributed/checkpoint/test_dtensor_checkpoint 2025-03-04T19:54:32.6515878Z distributed/checkpoint/test_dtensor_resharding 2025-03-04T19:54:32.6516292Z distributed/checkpoint/test_file_system_checkpoint 2025-03-04T19:54:32.6516750Z distributed/checkpoint/test_file_system_checkpoint_cpu 2025-03-04T19:54:32.6517180Z distributed/checkpoint/test_format_utils 2025-03-04T19:54:32.6517568Z distributed/checkpoint/test_fsdp_model_state 2025-03-04T19:54:32.6517970Z distributed/checkpoint/test_fsdp_optim_state 2025-03-04T19:54:32.6518423Z distributed/checkpoint/test_fsdp_tp_checkpoint_conversion 2025-03-04T19:54:32.6518846Z distributed/checkpoint/test_fsspec 2025-03-04T19:54:32.6519189Z distributed/checkpoint/test_hf_storage 2025-03-04T19:54:32.6519560Z distributed/checkpoint/test_hsdp_checkpoint 2025-03-04T19:54:32.6519938Z distributed/checkpoint/test_nested_dict 2025-03-04T19:54:32.6520296Z distributed/checkpoint/test_planner 2025-03-04T19:54:32.6520643Z distributed/checkpoint/test_save_load_api 2025-03-04T19:54:32.6521008Z distributed/checkpoint/test_state_dict 2025-03-04T19:54:32.6521381Z distributed/checkpoint/test_state_dict_utils 2025-03-04T19:54:32.6521771Z distributed/checkpoint/test_tp_checkpoint 2025-03-04T19:54:32.6522143Z distributed/checkpoint/test_traverse 2025-03-04T19:54:32.6522483Z distributed/checkpoint/test_utils 2025-03-04T19:54:32.6522835Z distributed/elastic/events/lib_test 2025-03-04T19:54:32.6523183Z distributed/elastic/metrics/api_test 2025-03-04T19:54:32.6523556Z distributed/elastic/multiprocessing/api_test 2025-03-04T19:54:32.6523941Z distributed/elastic/test_control_plane 2025-03-04T19:54:32.6524281Z distributed/elastic/timer/api_test 2025-03-04T19:54:32.6524646Z distributed/elastic/timer/local_timer_example 2025-03-04T19:54:32.6525034Z distributed/elastic/timer/local_timer_test 2025-03-04T19:54:32.6525411Z distributed/elastic/utils/distributed_test 2025-03-04T19:54:32.6525775Z distributed/elastic/utils/logging_test 2025-03-04T19:54:32.6526119Z distributed/elastic/utils/util_test 2025-03-04T19:54:32.6526480Z distributed/flight_recorder/test_fr_analysis 2025-03-04T19:54:32.6526866Z distributed/fsdp/test_checkpoint_wrapper 2025-03-04T19:54:32.6527247Z distributed/fsdp/test_distributed_checkpoint 2025-03-04T19:54:32.6527620Z distributed/fsdp/test_fsdp_apply 2025-03-04T19:54:32.6527964Z distributed/fsdp/test_fsdp_backward_prefetch 2025-03-04T19:54:32.6528423Z distributed/fsdp/test_fsdp_checkpoint 2025-03-04T19:54:32.6528792Z distributed/fsdp/test_fsdp_clip_grad_norm 2025-03-04T19:54:32.6529157Z distributed/fsdp/test_fsdp_comm 2025-03-04T19:54:32.6529495Z distributed/fsdp/test_fsdp_comm_hooks 2025-03-04T19:54:32.6529830Z distributed/fsdp/test_fsdp_core 2025-03-04T19:54:32.6530189Z distributed/fsdp/test_fsdp_dtensor_state_dict 2025-03-04T19:54:32.6530568Z distributed/fsdp/test_fsdp_exec_order 2025-03-04T19:54:32.6530917Z distributed/fsdp/test_fsdp_fine_tune 2025-03-04T19:54:32.6531278Z distributed/fsdp/test_fsdp_flatten_params 2025-03-04T19:54:32.6531734Z distributed/fsdp/test_fsdp_freezing_weights 2025-03-04T19:54:32.6532105Z distributed/fsdp/test_fsdp_fx 2025-03-04T19:54:32.6532430Z distributed/fsdp/test_fsdp_grad_acc 2025-03-04T19:54:32.6532780Z distributed/fsdp/test_fsdp_hybrid_shard 2025-03-04T19:54:32.6533153Z distributed/fsdp/test_fsdp_ignored_modules 2025-03-04T19:54:32.6533512Z distributed/fsdp/test_fsdp_input 2025-03-04T19:54:32.6533926Z distributed/fsdp/test_fsdp_memory 2025-03-04T19:54:32.6534266Z distributed/fsdp/test_fsdp_meta 2025-03-04T19:54:32.6534595Z distributed/fsdp/test_fsdp_misc 2025-03-04T19:54:32.6534944Z distributed/fsdp/test_fsdp_mixed_precision 2025-03-04T19:54:32.6535318Z distributed/fsdp/test_fsdp_multiple_forward 2025-03-04T19:54:32.6535714Z distributed/fsdp/test_fsdp_multiple_wrapping 2025-03-04T19:54:32.6536091Z distributed/fsdp/test_fsdp_optim_state 2025-03-04T19:54:32.6536442Z distributed/fsdp/test_fsdp_overlap 2025-03-04T19:54:32.6536782Z distributed/fsdp/test_fsdp_pure_fp16 2025-03-04T19:54:32.6537145Z distributed/fsdp/test_fsdp_sharded_grad_scaler 2025-03-04T19:54:32.6537528Z distributed/fsdp/test_fsdp_state_dict 2025-03-04T19:54:32.6537887Z distributed/fsdp/test_fsdp_tp_integration 2025-03-04T19:54:32.6538250Z distributed/fsdp/test_fsdp_traversal 2025-03-04T19:54:32.6538597Z distributed/fsdp/test_fsdp_uneven 2025-03-04T19:54:32.6538937Z distributed/fsdp/test_fsdp_unshard_params 2025-03-04T19:54:32.6539315Z distributed/fsdp/test_fsdp_use_orig_params 2025-03-04T19:54:32.6539702Z distributed/fsdp/test_hsdp_dtensor_state_dict 2025-03-04T19:54:32.6540081Z distributed/fsdp/test_shard_utils 2025-03-04T19:54:32.6540416Z distributed/fsdp/test_utils 2025-03-04T19:54:32.6540719Z distributed/fsdp/test_wrap 2025-03-04T19:54:32.6541030Z distributed/launcher/test_run 2025-03-04T19:54:32.6541353Z distributed/nn/jit/test_instantiator 2025-03-04T19:54:32.6541744Z distributed/optim/test_apply_optimizer_in_backward 2025-03-04T19:54:32.6552125Z distributed/optim/test_named_optimizer 2025-03-04T19:54:32.6552686Z distributed/optim/test_zero_redundancy_optimizer 2025-03-04T19:54:32.6553103Z distributed/pipelining/test_backward 2025-03-04T19:54:32.6553472Z distributed/pipelining/test_microbatch 2025-03-04T19:54:32.6553835Z distributed/pipelining/test_pipe 2025-03-04T19:54:32.6554167Z distributed/pipelining/test_schedule 2025-03-04T19:54:32.6554570Z distributed/pipelining/test_schedule_multiproc 2025-03-04T19:54:32.6554964Z distributed/pipelining/test_stage 2025-03-04T19:54:32.6555319Z distributed/pipelining/test_transformer 2025-03-04T19:54:32.6555684Z distributed/pipelining/test_unflatten 2025-03-04T19:54:32.6556043Z distributed/rpc/cuda/test_tensorpipe_agent 2025-03-04T19:54:32.6556412Z distributed/rpc/test_faulty_agent 2025-03-04T19:54:32.6556747Z distributed/rpc/test_share_memory 2025-03-04T19:54:32.6557089Z distributed/rpc/test_tensorpipe_agent 2025-03-04T19:54:32.6557444Z distributed/tensor/debug/test_comm_mode 2025-03-04T19:54:32.6557823Z distributed/tensor/debug/test_comm_mode_features 2025-03-04T19:54:32.6558225Z distributed/tensor/debug/test_op_coverage 2025-03-04T19:54:32.6558618Z distributed/tensor/experimental/test_local_map 2025-03-04T19:54:32.6559067Z distributed/tensor/experimental/test_register_sharding 2025-03-04T19:54:32.6559523Z distributed/tensor/experimental/test_tp_transform 2025-03-04T19:54:32.6560084Z distributed/tensor/parallel/test_micro_pipeline_tp 2025-03-04T19:54:32.6560533Z distributed/tensor/parallel/test_parallelize_api 2025-03-04T19:54:32.6560952Z distributed/tensor/parallel/test_tp_examples 2025-03-04T19:54:32.6561365Z distributed/tensor/parallel/test_tp_random_state 2025-03-04T19:54:32.6561768Z distributed/tensor/parallel/test_tp_style 2025-03-04T19:54:32.6562124Z distributed/tensor/test_api 2025-03-04T19:54:32.6562427Z distributed/tensor/test_attention 2025-03-04T19:54:32.6562766Z distributed/tensor/test_common_rules 2025-03-04T19:54:32.6563118Z distributed/tensor/test_convolution_ops 2025-03-04T19:54:32.6563469Z distributed/tensor/test_dtensor 2025-03-04T19:54:32.6563806Z distributed/tensor/test_dtensor_compile 2025-03-04T19:54:32.6564149Z distributed/tensor/test_dtensor_ops 2025-03-04T19:54:32.6564494Z distributed/tensor/test_embedding_ops 2025-03-04T19:54:32.6564858Z distributed/tensor/test_experimental_ops 2025-03-04T19:54:32.6565222Z distributed/tensor/test_init 2025-03-04T19:54:32.6565614Z distributed/tensor/test_math_ops 2025-03-04T19:54:32.6565940Z distributed/tensor/test_matrix_ops 2025-03-04T19:54:32.6566282Z distributed/tensor/test_op_strategy 2025-03-04T19:54:32.6566630Z distributed/tensor/test_optimizers 2025-03-04T19:54:32.6566980Z distributed/tensor/test_pointwise_ops 2025-03-04T19:54:32.6567332Z distributed/tensor/test_random_ops 2025-03-04T19:54:32.6567664Z distributed/tensor/test_redistribute 2025-03-04T19:54:32.6568011Z distributed/tensor/test_tensor_ops 2025-03-04T19:54:32.6568342Z distributed/tensor/test_utils 2025-03-04T19:54:32.6568659Z distributed/tensor/test_view_ops 2025-03-04T19:54:32.6568987Z distributed/tensor/test_xla_integration 2025-03-04T19:54:32.6569340Z distributed/test_backends 2025-03-04T19:54:32.6569643Z distributed/test_c10d_common 2025-03-04T19:54:32.6569970Z distributed/test_c10d_functional_native 2025-03-04T19:54:32.6570321Z distributed/test_c10d_gloo 2025-03-04T19:54:32.6570617Z distributed/test_c10d_logger 2025-03-04T19:54:32.6570930Z distributed/test_c10d_nccl 2025-03-04T19:54:32.6571249Z distributed/test_c10d_object_collectives 2025-03-04T19:54:32.6571691Z distributed/test_c10d_ops_nccl 2025-03-04T19:54:32.6572013Z distributed/test_c10d_pypg 2025-03-04T19:54:32.6572310Z distributed/test_c10d_spawn_gloo 2025-03-04T19:54:32.6572644Z distributed/test_c10d_spawn_nccl 2025-03-04T19:54:32.6572971Z distributed/test_c10d_spawn_ucc 2025-03-04T19:54:32.6573287Z distributed/test_c10d_ucc 2025-03-04T19:54:32.6573591Z distributed/test_collective_utils 2025-03-04T19:54:32.6573914Z distributed/test_composability 2025-03-04T19:54:32.6574255Z distributed/test_compute_comm_reordering 2025-03-04T19:54:32.6574620Z distributed/test_control_collectives 2025-03-04T19:54:32.6574967Z distributed/test_data_parallel 2025-03-04T19:54:32.6575289Z distributed/test_device_mesh 2025-03-04T19:54:32.6575596Z distributed/test_distributed_spawn 2025-03-04T19:54:32.6575953Z distributed/test_dynamo_distributed 2025-03-04T19:54:32.6576281Z distributed/test_fake_pg 2025-03-04T19:54:32.6576585Z distributed/test_functional_api 2025-03-04T19:54:32.6576919Z distributed/test_inductor_collectives 2025-03-04T19:54:32.6577248Z distributed/test_launcher 2025-03-04T19:54:32.6577557Z distributed/test_multi_threaded_pg 2025-03-04T19:54:32.6577881Z distributed/test_nccl 2025-03-04T19:54:32.6578165Z distributed/test_pg_wrapper 2025-03-04T19:54:32.6578474Z distributed/test_serialization 2025-03-04T19:54:32.6578773Z distributed/test_store 2025-03-04T19:54:32.6579082Z distributed/test_symmetric_memory 2025-03-04T19:54:32.6579418Z distributions/test_constraints 2025-03-04T19:54:32.6579732Z distributions/test_distributions 2025-03-04T19:54:32.6580042Z doctests 2025-03-04T19:54:32.6580295Z dynamo/test_activation_checkpointing 2025-03-04T19:54:32.6580628Z dynamo/test_after_aot 2025-03-04T19:54:32.6580902Z dynamo/test_aot_autograd 2025-03-04T19:54:32.6581268Z dynamo/test_aot_autograd_cache 2025-03-04T19:54:32.6581584Z dynamo/test_autograd_function 2025-03-04T19:54:32.6581890Z dynamo/test_backends 2025-03-04T19:54:32.6582183Z dynamo/test_backward_higher_order_ops 2025-03-04T19:54:32.6582515Z dynamo/test_base_hop 2025-03-04T19:54:32.6582776Z dynamo/test_base_output 2025-03-04T19:54:32.6583066Z dynamo/test_bytecode_utils 2025-03-04T19:54:32.6583356Z dynamo/test_callback 2025-03-04T19:54:32.6583620Z dynamo/test_compile 2025-03-04T19:54:32.6583882Z dynamo/test_compiler_bisector 2025-03-04T19:54:32.6584180Z dynamo/test_comptime 2025-03-04T19:54:32.6584440Z dynamo/test_config 2025-03-04T19:54:32.6584701Z dynamo/test_ctx_manager 2025-03-04T19:54:32.6584980Z dynamo/test_cudagraphs 2025-03-04T19:54:32.6585280Z dynamo/test_cudagraphs_expandable_segments 2025-03-04T19:54:32.6585633Z dynamo/test_debug_utils 2025-03-04T19:54:32.6585914Z dynamo/test_decorators 2025-03-04T19:54:32.6586196Z dynamo/test_deviceguard 2025-03-04T19:54:32.6586475Z dynamo/test_dicts 2025-03-04T19:54:32.6586723Z dynamo/test_dynamic_shapes 2025-03-04T19:54:32.6587095Z dynamo/test_exc 2025-03-04T19:54:32.6587353Z dynamo/test_exceptions 2025-03-04T19:54:32.6587630Z dynamo/test_export 2025-03-04T19:54:32.6587907Z dynamo/test_export_mutations 2025-03-04T19:54:32.6588199Z dynamo/test_flat_apply 2025-03-04T19:54:32.6588479Z dynamo/test_frame_init 2025-03-04T19:54:32.6588760Z dynamo/test_functions 2025-03-04T19:54:32.6589042Z dynamo/test_fx_passes_pre_grad 2025-03-04T19:54:32.6589341Z dynamo/test_generator 2025-03-04T19:54:32.6589606Z dynamo/test_global 2025-03-04T19:54:32.6589879Z dynamo/test_graph_break_messages 2025-03-04T19:54:32.6590210Z dynamo/test_graph_deduplication 2025-03-04T19:54:32.6590535Z dynamo/test_graph_region_tracker 2025-03-04T19:54:32.6590841Z dynamo/test_guard_manager 2025-03-04T19:54:32.6591138Z dynamo/test_higher_order_ops 2025-03-04T19:54:32.6591434Z dynamo/test_hooks 2025-03-04T19:54:32.6591700Z dynamo/test_input_attr_tracking 2025-03-04T19:54:32.6592012Z dynamo/test_interop 2025-03-04T19:54:32.6592264Z dynamo/test_logging 2025-03-04T19:54:32.6592537Z dynamo/test_metrics_context 2025-03-04T19:54:32.6592832Z dynamo/test_minifier 2025-03-04T19:54:32.6593094Z dynamo/test_misc 2025-03-04T19:54:32.6593352Z dynamo/test_model_output 2025-03-04T19:54:32.6593620Z dynamo/test_modes 2025-03-04T19:54:32.6593869Z dynamo/test_modules 2025-03-04T19:54:32.6594128Z dynamo/test_nops 2025-03-04T19:54:32.6594383Z dynamo/test_optimizers 2025-03-04T19:54:32.6594656Z dynamo/test_pgo 2025-03-04T19:54:32.6594898Z dynamo/test_pre_dispatch 2025-03-04T19:54:32.6595179Z dynamo/test_profiler 2025-03-04T19:54:32.6595597Z dynamo/test_python_autograd 2025-03-04T19:54:32.6595912Z dynamo/test_python_dispatcher 2025-03-04T19:54:32.6596208Z dynamo/test_recompile_ux 2025-03-04T19:54:32.6596499Z dynamo/test_recompiles 2025-03-04T19:54:32.6596781Z dynamo/test_reconstruct 2025-03-04T19:54:32.6597069Z dynamo/test_reorder_logs 2025-03-04T19:54:32.6597357Z dynamo/test_repros 2025-03-04T19:54:32.6597601Z dynamo/test_resume 2025-03-04T19:54:32.6597858Z dynamo/test_sdpa 2025-03-04T19:54:32.6598124Z dynamo/test_skip_guard_eval_unsafe 2025-03-04T19:54:32.6598451Z dynamo/test_skip_non_tensor 2025-03-04T19:54:32.6598745Z dynamo/test_sources 2025-03-04T19:54:32.6599006Z dynamo/test_structured_trace 2025-03-04T19:54:32.6599307Z dynamo/test_subclasses 2025-03-04T19:54:32.6599583Z dynamo/test_subgraphs 2025-03-04T19:54:32.6599844Z dynamo/test_sys 2025-03-04T19:54:32.6600092Z dynamo/test_torchrec 2025-03-04T19:54:32.6600540Z dynamo/test_trace_rules 2025-03-04T19:54:32.6600832Z dynamo/test_unspec 2025-03-04T19:54:32.6601089Z dynamo/test_utils 2025-03-04T19:54:32.6601353Z dynamo/test_verify_correctness 2025-03-04T19:54:32.6601646Z dynamo/test_view 2025-03-04T19:54:32.6601904Z export/test_converter 2025-03-04T19:54:32.6602184Z export/test_cpp_serdes 2025-03-04T19:54:32.6602456Z export/test_db 2025-03-04T19:54:32.6602854Z export/test_draft_export 2025-03-04T19:54:32.6603135Z export/test_experimental 2025-03-04T19:54:32.6603430Z export/test_export 2025-03-04T19:54:32.6603701Z export/test_export_legacy 2025-03-04T19:54:32.6604002Z export/test_export_nonstrict 2025-03-04T19:54:32.6604344Z export/test_export_training_ir_to_run_decomp 2025-03-04T19:54:32.6604713Z export/test_functionalized_assertions 2025-03-04T19:54:32.6605044Z export/test_hop 2025-03-04T19:54:32.6605305Z export/test_lift_unlift 2025-03-04T19:54:32.6605591Z export/test_pass_infra 2025-03-04T19:54:32.6605871Z export/test_passes 2025-03-04T19:54:32.6606133Z export/test_retraceability 2025-03-04T19:54:32.6606477Z export/test_schema 2025-03-04T19:54:32.6606816Z export/test_serdes 2025-03-04T19:54:32.6607123Z export/test_serialize 2025-03-04T19:54:32.6607393Z export/test_sparse 2025-03-04T19:54:32.6607636Z export/test_swap 2025-03-04T19:54:32.6607886Z export/test_tools 2025-03-04T19:54:32.6608137Z export/test_torchbind 2025-03-04T19:54:32.6608417Z export/test_tree_utils 2025-03-04T19:54:32.6608905Z export/test_unflatten 2025-03-04T19:54:32.6609201Z export/test_unflatten_training_ir 2025-03-04T19:54:32.6609527Z export/test_verifier 2025-03-04T19:54:32.6609793Z functorch/test_ac 2025-03-04T19:54:32.6610060Z functorch/test_ac_knapsack 2025-03-04T19:54:32.6610348Z functorch/test_ac_logging 2025-03-04T19:54:32.6610641Z functorch/test_aotdispatch 2025-03-04T19:54:32.6610942Z functorch/test_control_flow 2025-03-04T19:54:32.6611238Z functorch/test_dims 2025-03-04T19:54:32.6611580Z functorch/test_eager_transforms 2025-03-04T19:54:32.6611884Z functorch/test_logging 2025-03-04T19:54:32.6612182Z functorch/test_memory_efficient_fusion 2025-03-04T19:54:32.6612524Z functorch/test_minifier 2025-03-04T19:54:32.6612800Z functorch/test_ops 2025-03-04T19:54:32.6613066Z functorch/test_parsing 2025-03-04T19:54:32.6613341Z functorch/test_rearrange 2025-03-04T19:54:32.6613622Z functorch/test_vmap 2025-03-04T19:54:32.6613911Z functorch/test_vmap_registrations 2025-03-04T19:54:32.6614252Z higher_order_ops/test_invoke_quant 2025-03-04T19:54:32.6614595Z higher_order_ops/test_invoke_subgraph 2025-03-04T19:54:32.6614934Z higher_order_ops/test_with_effects 2025-03-04T19:54:32.6615264Z inductor/test_aot_inductor 2025-03-04T19:54:32.6615577Z inductor/test_aot_inductor_arrayref 2025-03-04T19:54:32.6615918Z inductor/test_aot_inductor_custom_ops 2025-03-04T19:54:32.6616265Z inductor/test_aot_inductor_package 2025-03-04T19:54:32.6616587Z inductor/test_aot_inductor_utils 2025-03-04T19:54:32.6616909Z inductor/test_async_compile 2025-03-04T19:54:32.6617220Z inductor/test_auto_functionalize 2025-03-04T19:54:32.6617544Z inductor/test_autoheuristic 2025-03-04T19:54:32.6617835Z inductor/test_b2b_gemm 2025-03-04T19:54:32.6618125Z inductor/test_benchmark_fusion 2025-03-04T19:54:32.6618437Z inductor/test_benchmarking 2025-03-04T19:54:32.6618738Z inductor/test_binary_folding 2025-03-04T19:54:32.6619049Z inductor/test_block_analysis 2025-03-04T19:54:32.6619338Z inductor/test_ck_backend 2025-03-04T19:54:32.6619628Z inductor/test_codecache 2025-03-04T19:54:32.6619919Z inductor/test_codegen_triton 2025-03-04T19:54:32.6620224Z inductor/test_combo_kernels 2025-03-04T19:54:32.6620534Z inductor/test_compile_subprocess 2025-03-04T19:54:32.6620846Z inductor/test_compile_worker 2025-03-04T19:54:32.6621155Z inductor/test_compiled_autograd 2025-03-04T19:54:32.6621486Z inductor/test_compiled_optimizers 2025-03-04T19:54:32.6621809Z inductor/test_config 2025-03-04T19:54:32.6622083Z inductor/test_control_flow 2025-03-04T19:54:32.6622382Z inductor/test_cooperative_reductions 2025-03-04T19:54:32.6622734Z inductor/test_coordinate_descent_tuner 2025-03-04T19:54:32.6623084Z inductor/test_cpp_wrapper_hipify 2025-03-04T19:54:32.6623410Z inductor/test_cpu_cpp_wrapper 2025-03-04T19:54:32.6623718Z inductor/test_cpu_repro 2025-03-04T19:54:32.6624001Z inductor/test_cpu_select_algorithm 2025-03-04T19:54:32.6624411Z inductor/test_cuda_repro 2025-03-04T19:54:32.6624709Z inductor/test_cudacodecache 2025-03-04T19:54:32.6625030Z inductor/test_cudagraph_trees 2025-03-04T19:54:32.6625391Z inductor/test_cudagraph_trees_expandable_segments 2025-03-04T19:54:32.6625764Z inductor/test_custom_lowering 2025-03-04T19:54:32.6626081Z inductor/test_custom_post_grad_passes 2025-03-04T19:54:32.6626418Z inductor/test_cutlass_backend 2025-03-04T19:54:32.6626721Z inductor/test_debug_trace 2025-03-04T19:54:32.6627022Z inductor/test_decompose_mem_bound_mm 2025-03-04T19:54:32.6627347Z inductor/test_dependencies 2025-03-04T19:54:32.6627656Z inductor/test_distributed_patterns 2025-03-04T19:54:32.6627997Z inductor/test_efficient_conv_bn_eval 2025-03-04T19:54:32.6628337Z inductor/test_extension_backend 2025-03-04T19:54:32.6628661Z inductor/test_external_callables 2025-03-04T19:54:32.6628972Z inductor/test_flex_attention 2025-03-04T19:54:32.6629279Z inductor/test_flex_decoding 2025-03-04T19:54:32.6629577Z inductor/test_foreach 2025-03-04T19:54:32.6629845Z inductor/test_fp8 2025-03-04T19:54:32.6630174Z inductor/test_fused_attention 2025-03-04T19:54:32.6630475Z inductor/test_fuzzer 2025-03-04T19:54:32.6630731Z inductor/test_fx_fusion 2025-03-04T19:54:32.6631019Z inductor/test_gpu_cpp_wrapper 2025-03-04T19:54:32.6631343Z inductor/test_graph_transform_observer 2025-03-04T19:54:32.6631692Z inductor/test_group_batch_fusion 2025-03-04T19:54:32.6632007Z inductor/test_halide 2025-03-04T19:54:32.6632263Z inductor/test_indexing 2025-03-04T19:54:32.6632554Z inductor/test_inductor_annotations 2025-03-04T19:54:32.6632886Z inductor/test_inductor_freezing 2025-03-04T19:54:32.6633203Z inductor/test_inductor_utils 2025-03-04T19:54:32.6633512Z inductor/test_inplace_padding 2025-03-04T19:54:32.6633815Z inductor/test_inplacing_pass 2025-03-04T19:54:32.6634124Z inductor/test_kernel_benchmark 2025-03-04T19:54:32.6634437Z inductor/test_layout_optim 2025-03-04T19:54:32.6634737Z inductor/test_loop_ordering 2025-03-04T19:54:32.6635046Z inductor/test_max_autotune 2025-03-04T19:54:32.6635328Z inductor/test_memory 2025-03-04T19:54:32.6635608Z inductor/test_memory_planning 2025-03-04T19:54:32.6635907Z inductor/test_metrics 2025-03-04T19:54:32.6636181Z inductor/test_minifier 2025-03-04T19:54:32.6636473Z inductor/test_minifier_isolate 2025-03-04T19:54:32.6636779Z inductor/test_minifier_utils 2025-03-04T19:54:32.6637098Z inductor/test_mkldnn_pattern_matcher 2025-03-04T19:54:32.6637432Z inductor/test_mmdecomp 2025-03-04T19:54:32.6637735Z inductor/test_move_constructors_to_cuda 2025-03-04T19:54:32.6638083Z inductor/test_mps_basic 2025-03-04T19:54:32.6638361Z inductor/test_multi_kernel 2025-03-04T19:54:32.6638668Z inductor/test_op_completeness 2025-03-04T19:54:32.6638984Z inductor/test_op_dtype_prop 2025-03-04T19:54:32.6639294Z inductor/test_ordered_set 2025-03-04T19:54:32.6639583Z inductor/test_pad_mm 2025-03-04T19:54:32.6639840Z inductor/test_padding 2025-03-04T19:54:32.6640125Z inductor/test_pattern_matcher 2025-03-04T19:54:32.6640419Z inductor/test_perf 2025-03-04T19:54:32.6640686Z inductor/test_profiler 2025-03-04T19:54:32.6640965Z inductor/test_provenance_tracing 2025-03-04T19:54:32.6641296Z inductor/test_scatter_optimization 2025-03-04T19:54:32.6641634Z inductor/test_select_algorithm 2025-03-04T19:54:32.6641935Z inductor/test_smoke 2025-03-04T19:54:32.6642207Z inductor/test_snode_runtime 2025-03-04T19:54:32.6642512Z inductor/test_split_cat_fx_aten_passes 2025-03-04T19:54:32.6642862Z inductor/test_split_cat_fx_passes 2025-03-04T19:54:32.6643194Z inductor/test_standalone_compile 2025-03-04T19:54:32.6643516Z inductor/test_torchbind 2025-03-04T19:54:32.6643808Z inductor/test_torchinductor 2025-03-04T19:54:32.6644160Z inductor/test_torchinductor_codegen_config_overrides 2025-03-04T19:54:32.6644605Z inductor/test_torchinductor_codegen_dynamic_shapes 2025-03-04T19:54:36.9538501Z inductor/test_torchinductor_dynamic_shapes 2025-03-04T19:54:36.9539579Z inductor/test_torchinductor_opinfo 2025-03-04T19:54:36.9540110Z inductor/test_torchinductor_strided_blocks 2025-03-04T19:54:36.9540666Z inductor/test_triton_cpu_backend 2025-03-04T19:54:36.9541167Z inductor/test_triton_extension_backend 2025-03-04T19:54:36.9541720Z inductor/test_triton_heuristics 2025-03-04T19:54:36.9542298Z inductor/test_triton_kernels 2025-03-04T19:54:36.9542772Z inductor/test_triton_syntax 2025-03-04T19:54:36.9543088Z inductor/test_triton_wrapper 2025-03-04T19:54:36.9543561Z inductor/test_unbacked_symints 2025-03-04T19:54:36.9544071Z inductor/test_utils 2025-03-04T19:54:36.9544490Z inductor/test_xpu_basic 2025-03-04T19:54:36.9544966Z lazy/test_bindings 2025-03-04T19:54:36.9545383Z lazy/test_debug_util 2025-03-04T19:54:36.9545917Z lazy/test_extract_compiled_graph 2025-03-04T19:54:36.9546337Z lazy/test_functionalization 2025-03-04T19:54:36.9546635Z lazy/test_generator 2025-03-04T19:54:36.9546893Z lazy/test_meta_kernel 2025-03-04T19:54:36.9547209Z lazy/test_reuse_ir 2025-03-04T19:54:36.9547635Z lazy/test_step_closures 2025-03-04T19:54:36.9548315Z lazy/test_ts_opinfo 2025-03-04T19:54:36.9548792Z nn/test_convolution 2025-03-04T19:54:36.9549238Z nn/test_dropout 2025-03-04T19:54:36.9549674Z nn/test_embedding 2025-03-04T19:54:36.9550113Z nn/test_init 2025-03-04T19:54:36.9550543Z nn/test_lazy_modules 2025-03-04T19:54:36.9550850Z nn/test_load_state_dict 2025-03-04T19:54:36.9551117Z nn/test_module_hooks 2025-03-04T19:54:36.9551393Z nn/test_multihead_attention 2025-03-04T19:54:36.9551694Z nn/test_packed_sequence 2025-03-04T19:54:36.9551978Z nn/test_parametrization 2025-03-04T19:54:36.9552250Z nn/test_pooling 2025-03-04T19:54:36.9552484Z nn/test_pruning 2025-03-04T19:54:36.9552787Z onnx/dynamo/test_dynamo_with_onnxruntime_backend 2025-03-04T19:54:36.9553168Z onnx/exporter/test_api 2025-03-04T19:54:36.9553455Z onnx/exporter/test_building 2025-03-04T19:54:36.9553762Z onnx/exporter/test_capture_strategies 2025-03-04T19:54:36.9554098Z onnx/exporter/test_core 2025-03-04T19:54:36.9554404Z onnx/exporter/test_dynamic_shapes 2025-03-04T19:54:36.9554765Z onnx/exporter/test_hf_models_e2e 2025-03-04T19:54:36.9555087Z onnx/exporter/test_ir_passes 2025-03-04T19:54:36.9555410Z onnx/exporter/test_small_models_e2e 2025-03-04T19:54:36.9555749Z onnx/exporter/test_tensors 2025-03-04T19:54:36.9556060Z onnx/internal/test_diagnostics 2025-03-04T19:54:36.9556383Z onnx/internal/test_registraion 2025-03-04T19:54:36.9556689Z onnx/test_autograd_funs 2025-03-04T19:54:36.9556980Z onnx/test_custom_ops 2025-03-04T19:54:36.9557254Z onnx/test_fx_passes 2025-03-04T19:54:36.9557534Z onnx/test_fx_type_promotion 2025-03-04T19:54:36.9557841Z onnx/test_lazy_import 2025-03-04T19:54:36.9558112Z onnx/test_models_onnxruntime 2025-03-04T19:54:36.9558442Z onnx/test_models_quantized_onnxruntime 2025-03-04T19:54:36.9558783Z onnx/test_onnx_opset 2025-03-04T19:54:36.9559073Z onnx/test_onnxscript_no_runtime 2025-03-04T19:54:36.9559399Z onnx/test_onnxscript_runtime 2025-03-04T19:54:36.9559698Z onnx/test_op_consistency 2025-03-04T19:54:36.9559996Z onnx/test_pytorch_jit_onnx 2025-03-04T19:54:36.9560303Z onnx/test_pytorch_onnx_no_runtime 2025-03-04T19:54:36.9560637Z onnx/test_pytorch_onnx_onnxruntime 2025-03-04T19:54:36.9560983Z onnx/test_pytorch_onnx_shape_inference 2025-03-04T19:54:36.9561314Z onnx/test_symbolic_helper 2025-03-04T19:54:36.9561603Z onnx/test_utility_funs 2025-03-04T19:54:36.9561881Z onnx/test_verification 2025-03-04T19:54:36.9562157Z onnx/torchlib/test_ops 2025-03-04T19:54:36.9562424Z optim/test_lrscheduler 2025-03-04T19:54:36.9562698Z optim/test_optim 2025-03-04T19:54:36.9562950Z optim/test_swa_utils 2025-03-04T19:54:36.9563232Z profiler/test_cpp_thread 2025-03-04T19:54:36.9563532Z profiler/test_execution_trace 2025-03-04T19:54:36.9563824Z profiler/test_kineto 2025-03-04T19:54:36.9564109Z profiler/test_memory_profiler 2025-03-04T19:54:36.9564415Z profiler/test_profiler 2025-03-04T19:54:36.9564717Z profiler/test_profiler_tree 2025-03-04T19:54:36.9565146Z profiler/test_record_function 2025-03-04T19:54:36.9565449Z profiler/test_torch_tidy 2025-03-04T19:54:36.9565736Z test_accelerator 2025-03-04T19:54:36.9565985Z test_ao_sparsity 2025-03-04T19:54:36.9566253Z test_appending_byte_serializer 2025-03-04T19:54:36.9566554Z test_autocast 2025-03-04T19:54:36.9566784Z test_autograd 2025-03-04T19:54:36.9567031Z test_autograd_fallback 2025-03-04T19:54:36.9567298Z test_autoload 2025-03-04T19:54:36.9567545Z test_autoload_disable 2025-03-04T19:54:36.9567802Z test_autoload_enable 2025-03-04T19:54:36.9568068Z test_binary_ufuncs 2025-03-04T19:54:36.9568330Z test_bundled_inputs 2025-03-04T19:54:36.9568601Z test_ci_sanity_check_fail 2025-03-04T19:54:36.9568909Z test_comparison_utils 2025-03-04T19:54:36.9569180Z test_compile_benchmark_util 2025-03-04T19:54:36.9569474Z test_complex 2025-03-04T19:54:36.9569714Z test_content_store 2025-03-04T19:54:36.9569974Z test_cpp_api_parity 2025-03-04T19:54:36.9570255Z test_cpp_extensions_aot_ninja 2025-03-04T19:54:36.9570561Z test_cpp_extensions_aot_no_ninja 2025-03-04T19:54:36.9570987Z test_cpp_extensions_jit 2025-03-04T19:54:36.9571298Z test_cpp_extensions_mtia_backend 2025-03-04T19:54:36.9571785Z test_cpp_extensions_open_device_registration 2025-03-04T19:54:36.9572167Z test_cpp_extensions_stream_and_event 2025-03-04T19:54:36.9572477Z test_cuda 2025-03-04T19:54:36.9572727Z test_cuda_expandable_segments 2025-03-04T19:54:36.9573027Z test_cuda_multigpu 2025-03-04T19:54:36.9573300Z test_cuda_nvml_based_avail 2025-03-04T19:54:36.9573592Z test_cuda_primary_ctx 2025-03-04T19:54:36.9573847Z test_cuda_sanitizer 2025-03-04T19:54:36.9574104Z test_cuda_trace 2025-03-04T19:54:36.9574347Z test_custom_ops 2025-03-04T19:54:36.9574588Z test_dataloader 2025-03-04T19:54:36.9574816Z test_datapipe 2025-03-04T19:54:36.9575056Z test_decomp 2025-03-04T19:54:36.9575288Z test_deploy 2025-03-04T19:54:36.9575520Z test_dispatch 2025-03-04T19:54:36.9575762Z test_dlpack 2025-03-04T19:54:36.9575991Z test_dynamic_shapes 2025-03-04T19:54:36.9576261Z test_expanded_weights 2025-03-04T19:54:36.9576535Z test_extension_utils 2025-03-04T19:54:36.9577081Z test_fake_tensor 2025-03-04T19:54:36.9577336Z test_file_check 2025-03-04T19:54:36.9577569Z test_flop_counter 2025-03-04T19:54:36.9577816Z test_foreach 2025-03-04T19:54:36.9578060Z test_function_schema 2025-03-04T19:54:36.9578353Z test_functional_autograd_benchmark 2025-03-04T19:54:36.9578671Z test_functional_optim 2025-03-04T19:54:36.9578952Z test_functionalization 2025-03-04T19:54:36.9579255Z test_functionalization_of_rng_ops 2025-03-04T19:54:36.9579570Z test_futures 2025-03-04T19:54:36.9579802Z test_fx 2025-03-04T19:54:36.9580019Z test_fx_experimental 2025-03-04T19:54:36.9580283Z test_fx_passes 2025-03-04T19:54:36.9580536Z test_fx_reinplace_pass 2025-03-04T19:54:36.9580811Z test_hop_infra 2025-03-04T19:54:36.9581048Z test_hub 2025-03-04T19:54:36.9581264Z test_import_stats 2025-03-04T19:54:36.9581520Z test_indexing 2025-03-04T19:54:36.9581759Z test_itt 2025-03-04T19:54:36.9581989Z test_jit 2025-03-04T19:54:36.9582208Z test_jit_autocast 2025-03-04T19:54:36.9582464Z test_jit_disabled 2025-03-04T19:54:36.9582721Z test_jit_fuser_legacy 2025-03-04T19:54:36.9582993Z test_jit_fuser_te 2025-03-04T19:54:36.9583242Z test_jit_legacy 2025-03-04T19:54:36.9583484Z test_jit_llga_fuser 2025-03-04T19:54:36.9583752Z test_jit_profiling 2025-03-04T19:54:36.9584012Z test_jiterator 2025-03-04T19:54:36.9584263Z test_legacy_vmap 2025-03-04T19:54:36.9584512Z test_license 2025-03-04T19:54:36.9584732Z test_linalg 2025-03-04T19:54:36.9584969Z test_logging 2025-03-04T19:54:36.9585204Z test_masked 2025-03-04T19:54:36.9585442Z test_maskedtensor 2025-03-04T19:54:36.9585679Z test_matmul_cuda 2025-03-04T19:54:36.9585919Z test_meta 2025-03-04T19:54:36.9586140Z test_metal 2025-03-04T19:54:36.9586368Z test_mkl_verbose 2025-03-04T19:54:36.9586604Z test_mkldnn 2025-03-04T19:54:36.9586954Z test_mkldnn_fusion 2025-03-04T19:54:36.9587213Z test_mkldnn_verbose 2025-03-04T19:54:36.9587490Z test_mobile_optimizer 2025-03-04T19:54:36.9587778Z test_model_exports_to_core_aten 2025-03-04T19:54:36.9588087Z test_module_tracker 2025-03-04T19:54:36.9588329Z test_modules 2025-03-04T19:54:36.9588562Z test_monitor 2025-03-04T19:54:36.9588796Z test_mps 2025-03-04T19:54:36.9589029Z test_multiprocessing 2025-03-04T19:54:36.9589334Z test_multiprocessing_spawn 2025-03-04T19:54:36.9589629Z test_namedtensor 2025-03-04T19:54:36.9589895Z test_namedtuple_return_api 2025-03-04T19:54:36.9590193Z test_native_functions 2025-03-04T19:54:36.9590455Z test_native_mha 2025-03-04T19:54:36.9590691Z test_nestedtensor 2025-03-04T19:54:36.9590933Z test_nn 2025-03-04T19:54:36.9591163Z test_numba_integration 2025-03-04T19:54:36.9591438Z test_numpy_interop 2025-03-04T19:54:36.9591693Z test_openmp 2025-03-04T19:54:36.9591911Z test_ops 2025-03-04T19:54:36.9592144Z test_ops_fwd_gradients 2025-03-04T19:54:36.9592423Z test_ops_gradients 2025-03-04T19:54:36.9592677Z test_ops_jit 2025-03-04T19:54:36.9592976Z test_optim 2025-03-04T19:54:36.9593225Z test_out_dtype_op 2025-03-04T19:54:36.9593476Z test_overrides 2025-03-04T19:54:36.9593722Z test_package 2025-03-04T19:54:36.9593974Z test_per_overload_api 2025-03-04T19:54:36.9594227Z test_prims 2025-03-04T19:54:36.9594461Z test_proxy_tensor 2025-03-04T19:54:36.9594708Z test_pruning_op 2025-03-04T19:54:36.9594961Z test_public_bindings 2025-03-04T19:54:36.9595225Z test_python_dispatch 2025-03-04T19:54:36.9595472Z test_pytree 2025-03-04T19:54:36.9595710Z test_quantization 2025-03-04T19:54:36.9595958Z test_reductions 2025-03-04T19:54:36.9596211Z test_scatter_gather_ops 2025-03-04T19:54:36.9596477Z test_schema_check 2025-03-04T19:54:36.9596738Z test_segment_reductions 2025-03-04T19:54:36.9597018Z test_serialization 2025-03-04T19:54:36.9597298Z test_set_default_mobile_cpu_allocator 2025-03-04T19:54:36.9597625Z test_shape_ops 2025-03-04T19:54:36.9597863Z test_show_pickle 2025-03-04T19:54:36.9598114Z test_sort_and_select 2025-03-04T19:54:36.9598373Z test_sparse 2025-03-04T19:54:36.9598607Z test_sparse_csr 2025-03-04T19:54:36.9598866Z test_sparse_semi_structured 2025-03-04T19:54:36.9599148Z test_spectral_ops 2025-03-04T19:54:36.9599396Z test_stateless 2025-03-04T19:54:36.9599636Z test_subclass 2025-03-04T19:54:36.9599876Z test_sympy_utils 2025-03-04T19:54:36.9600431Z test_tensor_creation_ops 2025-03-04T19:54:36.9600747Z test_tensorboard 2025-03-04T19:54:36.9600993Z test_tensorexpr 2025-03-04T19:54:36.9601254Z test_tensorexpr_pybind 2025-03-04T19:54:36.9601534Z test_testing 2025-03-04T19:54:36.9601755Z test_torch 2025-03-04T19:54:36.9601994Z test_transformers 2025-03-04T19:54:36.9602270Z test_transformers_privateuse1 2025-03-04T19:54:36.9602572Z test_type_hints 2025-03-04T19:54:36.9602822Z test_type_info 2025-03-04T19:54:36.9603059Z test_type_promotion 2025-03-04T19:54:36.9603318Z test_typing 2025-03-04T19:54:36.9603651Z test_unary_ufuncs 2025-03-04T19:54:36.9603902Z test_utils 2025-03-04T19:54:36.9604152Z test_utils_config_module 2025-03-04T19:54:36.9604422Z test_utils_filelock 2025-03-04T19:54:36.9604682Z test_view_ops 2025-03-04T19:54:36.9604933Z test_vulkan 2025-03-04T19:54:36.9605165Z test_weak 2025-03-04T19:54:36.9605393Z test_xnnpack_integration 2025-03-04T19:54:36.9605673Z test_xpu 2025-03-04T19:54:36.9605928Z torch_np/numpy_tests/core/test_dlpack 2025-03-04T19:54:36.9606287Z torch_np/numpy_tests/core/test_dtype 2025-03-04T19:54:36.9606639Z torch_np/numpy_tests/core/test_einsum 2025-03-04T19:54:36.9606990Z torch_np/numpy_tests/core/test_getlimits 2025-03-04T19:54:36.9607357Z torch_np/numpy_tests/core/test_indexing 2025-03-04T19:54:36.9607728Z torch_np/numpy_tests/core/test_multiarray 2025-03-04T19:54:36.9608096Z torch_np/numpy_tests/core/test_numeric 2025-03-04T19:54:36.9608471Z torch_np/numpy_tests/core/test_numerictypes 2025-03-04T19:54:36.9609012Z torch_np/numpy_tests/core/test_scalar_ctors 2025-03-04T19:54:36.9609411Z torch_np/numpy_tests/core/test_scalar_methods 2025-03-04T19:54:36.9609813Z torch_np/numpy_tests/core/test_scalarinherit 2025-03-04T19:54:36.9610197Z torch_np/numpy_tests/core/test_scalarmath 2025-03-04T19:54:36.9610566Z torch_np/numpy_tests/core/test_shape_base 2025-03-04T19:54:36.9610918Z torch_np/numpy_tests/fft/test_helper 2025-03-04T19:54:36.9611269Z torch_np/numpy_tests/fft/test_pocketfft 2025-03-04T19:54:36.9611707Z torch_np/numpy_tests/lib/test_arraypad 2025-03-04T19:54:36.9612069Z torch_np/numpy_tests/lib/test_arraysetops 2025-03-04T19:54:36.9612442Z torch_np/numpy_tests/lib/test_function_base 2025-03-04T19:54:36.9612808Z torch_np/numpy_tests/lib/test_histograms 2025-03-04T19:54:36.9613181Z torch_np/numpy_tests/lib/test_index_tricks 2025-03-04T19:54:36.9613550Z torch_np/numpy_tests/lib/test_shape_base_ 2025-03-04T19:54:36.9613914Z torch_np/numpy_tests/lib/test_twodim_base 2025-03-04T19:54:36.9614297Z torch_np/numpy_tests/lib/test_type_check 2025-03-04T19:54:36.9614855Z torch_np/numpy_tests/linalg/test_linalg 2025-03-04T19:54:36.9615184Z torch_np/test_basic 2025-03-04T19:54:36.9615461Z torch_np/test_binary_ufuncs 2025-03-04T19:54:36.9615763Z torch_np/test_dtype 2025-03-04T19:54:36.9616041Z torch_np/test_function_base 2025-03-04T19:54:36.9616336Z torch_np/test_ndarray_methods 2025-03-04T19:54:36.9616651Z torch_np/test_nep50_examples 2025-03-04T19:54:36.9616948Z torch_np/test_random 2025-03-04T19:54:36.9617225Z torch_np/test_reductions 2025-03-04T19:54:36.9617522Z torch_np/test_scalars_0D_arrays 2025-03-04T19:54:36.9617830Z torch_np/test_ufuncs_basic 2025-03-04T19:54:36.9618133Z torch_np/test_unary_ufuncs 2025-03-04T19:54:36.9618419Z xpu/test_conv 2025-03-04T19:54:36.9618658Z xpu/test_gemm 2025-03-04T19:54:36.9619160Z additional failures: {'dynamo/test_graph_break_messages', 'dynamo/test_logging', 'dynamo/test_exc'} 2025-03-04T19:54:36.9619751Z Results from PreviouslyFailedInPR 2025-03-04T19:54:36.9620078Z dynamo/test_exc (1) 2025-03-04T19:54:36.9620366Z dynamo/test_graph_break_messages (1) 2025-03-04T19:54:36.9620702Z dynamo/test_logging (1) 2025-03-04T19:54:36.9621044Z base_commit: 6130f46efa5539abfeee284d298e5696e18b0475 2025-03-04T19:54:36.9621877Z Changed files: ['test/dynamo/test_graph_break_messages.py', 'torch/_dynamo/eval_frame.py', 'torch/_dynamo/exc.py', 'torch/testing/_internal/common_utils.py'] 2025-03-04T19:54:36.9622667Z Results from EditedByPR 2025-03-04T19:54:36.9622960Z dynamo/test_graph_break_messages (1) 2025-03-04T19:54:36.9623299Z Results from MentionedInPR 2025-03-04T19:54:36.9623483Z 2025-03-04T19:54:36.9623656Z base_commit: 6130f46efa5539abfeee284d298e5696e18b0475 2025-03-04T19:54:36.9624492Z Changed files: ['test/dynamo/test_graph_break_messages.py', 'torch/_dynamo/eval_frame.py', 'torch/_dynamo/exc.py', 'torch/testing/_internal/common_utils.py'] 2025-03-04T19:54:36.9625314Z Results from HistoricalClassFailurCorrelation 2025-03-04T19:54:36.9625812Z inductor/test_torchinductor_opinfo, TestInductorOpInfoCPU (0.25) 2025-03-04T19:54:36.9626441Z inductor/test_torchinductor_opinfo, TestInductorOpInfoCUDA (0.1856954593600232) 2025-03-04T19:54:36.9626983Z dynamo/test_misc, MiscTests (0.17631583648666443) 2025-03-04T19:54:36.9627486Z dynamo/test_dynamic_shapes, DynamicShapesMiscTests (0.16348324108097737) 2025-03-04T19:54:36.9628159Z inductor/test_torchinductor_dynamic_shapes, DynamicShapesCpuTests (0.14016662242531244) 2025-03-04T19:54:36.9628843Z test_python_dispatch, TestWrapperSubclassAliasingCPU (0.11596715956488574) 2025-03-04T19:54:36.9629487Z dynamo/test_dynamic_shapes, DynamicShapesFunctionTests (0.11217471518285897) 2025-03-04T19:54:36.9630137Z inductor/test_mkldnn_pattern_matcher, TestPatternMatcher (0.11153058108372443) 2025-03-04T19:54:36.9630680Z dynamo/test_repros, ReproTests (0.105053917251271) 2025-03-04T19:54:36.9631138Z inductor/test_torchinductor, CpuTests (0.10413424121698117) 2025-03-04T19:54:36.9631830Z inductor/test_torchinductor_codegen_dynamic_shapes, DynamicShapesCodegenCpuTests (0.09226344479254307) 2025-03-04T19:54:36.9632687Z inductor/test_compiled_optimizers, CompiledOptimizerTests (0.09222211978001314) 2025-03-04T19:54:36.9633230Z test_fx, TestVisionTracing (0.09063650420809292) 2025-03-04T19:54:36.9633779Z dynamo/test_dynamic_shapes, DynamicShapesHigherOrderOpTests (0.09025811160420746) 2025-03-04T19:54:36.9634362Z dynamo/test_logging, LoggingTests (0.08613978454948158) 2025-03-04T19:54:36.9634866Z inductor/test_cpu_cpp_wrapper, TestCppWrapper (0.0841985403946714) 2025-03-04T19:54:36.9635420Z dynamo/test_higher_order_ops, HigherOrderOpTests (0.08393149877592576) 2025-03-04T19:54:36.9636077Z inductor/test_cpu_cpp_wrapper, DynamicShapesCppWrapperCpuTests (0.08213532557299966) 2025-03-04T19:54:36.9636730Z inductor/test_triton_cpu_backend, CpuTritonTests (0.08137547205004539) 2025-03-04T19:54:36.9637237Z export/test_export, TestExport (0.07535098653680494) 2025-03-04T19:54:36.9637687Z test_torch, TestTorchDeviceTypeCPU (0.06791050888789912) 2025-03-04T19:54:36.9638223Z inductor/test_halide, CpuHalideTests (0.06447784946734525) 2025-03-04T19:54:36.9638873Z distributed/_composable/fsdp/test_fully_shard_compile, TestFullyShardCompile (0.06425370564966626) 2025-03-04T19:54:36.9639593Z dynamo/test_structured_trace, StructuredTraceTest (0.06298804778495455) 2025-03-04T19:54:36.9640203Z dynamo/test_dynamic_shapes, DynamicShapesReproTests (0.06159476466308405) 2025-03-04T19:54:36.9640750Z dynamo/test_utils, TestDynamoTimed (0.05861318471575687) 2025-03-04T19:54:36.9641199Z test_utils, TestDeviceUtilsCPU (0.05715542487817955) 2025-03-04T19:54:36.9641633Z inductor/test_perf, FusionTests (0.0515648215528963) 2025-03-04T19:54:36.9642224Z inductor/test_torchinductor_dynamic_shapes, TestInductorDynamicCUDA (0.047533710018276394) 2025-03-04T19:54:36.9642868Z inductor/test_cpu_repro, CPUReproTests (0.04620892270774457) 2025-03-04T19:54:36.9643422Z functorch/test_eager_transforms, TestVmapOfGradCPU (0.0430386755247756) 2025-03-04T19:54:36.9643941Z test_nn, TestNNDeviceTypeCPU (0.04300149751242487) 2025-03-04T19:54:36.9644493Z inductor/test_fused_attention, SDPAPatternRewriterCpuTests (0.041898245624364706) 2025-03-04T19:54:36.9645158Z distributed/test_device_mesh, DeviceMeshCollectiveTest (0.04136393306558159) 2025-03-04T19:54:36.9645734Z inductor/test_torchinductor, GPUTests (0.04103884398667284) 2025-03-04T19:54:36.9646224Z dynamo/test_functions, FunctionTests (0.04093146001714806) 2025-03-04T19:54:36.9646845Z inductor/test_compiled_autograd, TestAutogradWithCompiledAutograd (0.04067332145905514) 2025-03-04T19:54:36.9647438Z test_linalg, TestLinalgCPU (0.039885225710271026) 2025-03-04T19:54:36.9647978Z inductor/test_cpu_select_algorithm, TestSelectAlgorithmCPU (0.038879961235858865) 2025-03-04T19:54:36.9648550Z test_torch, TestTorchDeviceTypeCUDA (0.03824403122757684) 2025-03-04T19:54:36.9649151Z inductor/test_mkldnn_pattern_matcher, TestDynamicPatternMatcher (0.03699192250347887) 2025-03-04T19:54:36.9649854Z dynamo/test_ctx_manager, ContextlibContextManagerTests (0.036503514232119394) 2025-03-04T19:54:36.9650421Z test_transformers, TestAttnBiasCPU (0.03600126389212264) 2025-03-04T19:54:36.9650905Z profiler/test_profiler, TestProfiler (0.034891104008547315) 2025-03-04T19:54:36.9651657Z distributed/test_dynamo_distributed, TestFakeDistributedSingleProc (0.03488982495406143) 2025-03-04T19:54:36.9652483Z inductor/test_torchinductor_codegen_dynamic_shapes, DynamicShapesCodegenGPUTests (0.03466561564375479) 2025-03-04T19:54:36.9653137Z test_linalg, TestLinalgCUDA (0.03430789797475685) 2025-03-04T19:54:36.9653763Z inductor/test_cpu_select_algorithm, TestSelectAlgorithmDynamicShapesCPU (0.034046765094878965) 2025-03-04T19:54:36.9654484Z inductor/test_torchinductor, TritonCodeGenTests (0.03346101659387874) 2025-03-04T19:54:36.9655112Z distributed/test_c10d_gloo, DistributedDataParallelTest (0.03289442685823886) 2025-03-04T19:54:36.9655729Z functorch/test_aotdispatch, TestAOTAutograd (0.03286750445260541) 2025-03-04T19:54:36.9656318Z dynamo/test_export, ExportTests (0.03179591326015671) 2025-03-04T19:54:36.9656860Z inductor/test_compiled_autograd, TestCompiledAutograd (0.03159070309118802) 2025-03-04T19:54:36.9657481Z test_nestedtensor, TestNestedTensorSubclassCUDA (0.02977010387224971) 2025-03-04T19:54:36.9658148Z distributed/test_inductor_collectives, TestCollectivesMultiProc (0.02957681416447221) 2025-03-04T19:54:36.9658716Z test_jit, TestScript (0.029419508042851126) 2025-03-04T19:54:36.9659240Z inductor/test_aot_inductor, AOTInductorTestABICompatibleCpu (0.029385063372080703) 2025-03-04T19:54:36.9659883Z test_nestedtensor, TestNestedTensorOpInfoCUDA (0.02909567956925164) 2025-03-04T19:54:36.9660679Z inductor/test_aot_inductor_arrayref, AOTInductorTestABICompatibleCpuWithStackAllocation (0.029074825392443843) 2025-03-04T19:54:36.9661408Z dynamo/test_unspec, UnspecTests (0.02750505469461236) 2025-03-04T19:54:36.9661820Z test_ops, TestCommonCUDA (0.02676420312853685) 2025-03-04T19:54:36.9662249Z test_dynamic_shapes, TestPySymInt (0.026308674104503462) 2025-03-04T19:54:36.9662877Z inductor/test_aot_inductor, AOTInductorTestABICompatibleCuda (0.02526712305098754) 2025-03-04T19:54:36.9663497Z test_public_bindings, TestPublicBindings (0.025113049298650426) 2025-03-04T19:54:36.9664070Z dynamo/test_autograd_function, AutogradFunctionTests (0.024777832997372743) 2025-03-04T19:54:36.9664615Z test_sparse_csr, TestSparseCSRCPU (0.02438277382745316) 2025-03-04T19:54:36.9665025Z test_torch, TestTorch (0.02346792299048105) 2025-03-04T19:54:36.9665513Z dynamo/test_dynamic_shapes, DynamicShapesExportTests (0.022797053453550608) 2025-03-04T19:54:36.9666086Z test_cuda_multigpu, TestCudaMultiGPU (0.022319234969641888) 2025-03-04T19:54:36.9666633Z torch_np/numpy_tests/fft/test_pocketfft, TestFFT1D (0.02223027387259819) 2025-03-04T19:54:36.9667174Z test_transformers, TestAttnBiasCUDA (0.02190433221504687) 2025-03-04T19:54:36.9667691Z export/test_serdes, SerDesExportTestExport (0.020111012223621688) 2025-03-04T19:54:36.9668259Z test_nestedtensor, TestNestedTensorOpInfoCPU (0.019769438461946297) 2025-03-04T19:54:36.9668973Z distributed/fsdp/test_distributed_checkpoint, TestDistributedCheckpointCUDA (0.019660338434283955) 2025-03-04T19:54:36.9669625Z test_decomp, TestDecompCUDA (0.019616973194885038) 2025-03-04T19:54:36.9670123Z inductor/test_cudagraph_trees, CudaGraphTreeTests (0.0192538243814992) 2025-03-04T19:54:36.9670828Z dynamo/test_dynamic_shapes, DynamicShapesFuncTorchHigherOrderOpTests (0.019205720233970297) 2025-03-04T19:54:36.9671515Z test_python_dispatch, TestPythonRegistration (0.01875526232461217) 2025-03-04T19:54:36.9672046Z functorch/test_ops, TestOperatorsCUDA (0.018495998237268427) 2025-03-04T19:54:36.9672574Z inductor/test_flex_attention, TestFlexAttention (0.01836617450123935) 2025-03-04T19:54:36.9673184Z export/test_retraceability, RetraceExportTestExport (0.017864570566387693) 2025-03-04T19:54:36.9673727Z test_fake_tensor, FakeTensorTest (0.017331903383467434) 2025-03-04T19:54:36.9674216Z test_tensorboard, TestTensorBoardWriter (0.017281780656775172) 2025-03-04T19:54:36.9674932Z export/test_export_training_ir_to_run_decomp, TrainingIRToRunDecompExportTestExport (0.01657370760284417) 2025-03-04T19:54:36.9675596Z test_autograd, TestAutograd (0.01657173660061104) 2025-03-04T19:54:36.9676139Z distributed/test_distributed_spawn, TestDistBackendWithSpawn (0.01652171704741174) 2025-03-04T19:54:36.9677142Z inductor/test_torchinductor_dynamic_shapes, DynamicShapesGPUTests (0.016418323551097312) 2025-03-04T19:54:36.9677853Z functorch/test_aotdispatch, TestEagerFusionOpInfoCPU (0.01603805008305428) 2025-03-04T19:54:36.9678356Z test_nn, TestNN (0.015945231882238262) 2025-03-04T19:54:36.9678860Z export/test_export_nonstrict, NonStrictExportTestExport (0.015853899122982344) 2025-03-04T19:54:36.9679457Z functorch/test_eager_transforms, TestJacCPU (0.01550137723976448) 2025-03-04T19:54:36.9680027Z test_nestedtensor, TestNestedTensorSubclassCPU (0.015337516111276992) 2025-03-04T19:54:36.9680850Z test_cpp_extensions_open_device_registration, TestCppExtensionOpenRgistration (0.015184918551078352) 2025-03-04T19:54:36.9681623Z dynamo/test_higher_order_ops, FuncTorchHigherOrderOpTests (0.014750474715058689) 2025-03-04T19:54:36.9682312Z functorch/test_eager_transforms, TestExamplesCorrectnessCPU (0.014551255677891846) 2025-03-04T19:54:36.9683041Z export/test_retraceability, RetraceExportNonStrictTestExport (0.014533047978843123) 2025-03-04T19:54:36.9683772Z distributed/fsdp/test_checkpoint_wrapper, CheckpointWrapperTest (0.013956382012129353) 2025-03-04T19:54:36.9684419Z test_autograd, TestAutogradDeviceTypeCUDA (0.013925360768379098) 2025-03-04T19:54:36.9685018Z functorch/test_aotdispatch, TestAOTAutogradWithCache (0.013804031617702049) 2025-03-04T19:54:36.9685598Z test_ops, TestCompositeComplianceCUDA (0.01374207959539735) 2025-03-04T19:54:36.9686178Z dynamo/test_dynamic_shapes, DynamicShapesCtxManagerTests (0.013582445246216518) 2025-03-04T19:54:36.9687095Z export/test_export_training_ir_to_run_decomp, TrainingIRToRunDecompExportNonStrictTestExport (0.013492482068815832) 2025-03-04T19:54:36.9687938Z distributed/fsdp/test_fsdp_optim_state, TestFSDPOptimState (0.013010172520979864) 2025-03-04T19:54:36.9688675Z inductor/test_compiled_optimizers, CompiledOptimizerParityTestsCUDA (0.01268268072607668) 2025-03-04T19:54:36.9689272Z test_utils, TestCheckpoint (0.012668261784882949) 2025-03-04T19:54:36.9689682Z test_dispatch, TestDispatch (0.012351580304344283) 2025-03-04T19:54:36.9690223Z distributed/test_functional_api, TestFunctionalAutograd (0.011900888251108455) 2025-03-04T19:54:36.9690823Z inductor/test_max_autotune, TestMaxAutotune (0.01187593082374905) 2025-03-04T19:54:36.9691331Z dynamo/test_subclasses, SubclassTests (0.011561873322867657) 2025-03-04T19:54:36.9691942Z export/test_export, TestDynamismExpression (0.01140485203376405) 2025-03-04T19:54:36.9692425Z test_foreach, TestForeachCUDA (0.011330770549132584) 2025-03-04T19:54:36.9692864Z test_optim, TestOptimRenewedCPU (0.011145373273537916) 2025-03-04T19:54:36.9693336Z test_proxy_tensor, TestSymbolicTracing (0.010890330693400356) 2025-03-04T19:54:36.9693894Z export/test_serdes, SerDesExportNonStrictTestExport (0.010872310954874615) 2025-03-04T19:54:36.9694455Z test_legacy_vmap, TestVmapAPILegacy (0.010664024223164634) 2025-03-04T19:54:36.9694922Z onnx/test_fx_passes, TestFxPasses (0.010658270928716554) 2025-03-04T19:54:36.9695486Z inductor/test_standalone_compile, TestStandaloneInductor (0.010092470919675255) 2025-03-04T19:54:36.9696414Z onnx/test_pytorch_onnx_onnxruntime, TestONNXRuntime_opset_version_7_is_script_False_keep_initializers_as_inputs_True (0.00999889834161204) 2025-03-04T19:54:36.9697259Z test_transformers, TestSDPACudaOnlyCUDA (0.009868871192187961) 2025-03-04T19:54:36.9697720Z test_ops, TestFakeTensorCUDA (0.009804931823177222) 2025-03-04T19:54:36.9698373Z test_nestedtensor, TestNestedTensorDeviceTypeCPU (0.009763758679099893) 2025-03-04T19:54:36.9698919Z test_package, DirectoryReaderTest (0.009690108834003435) 2025-03-04T19:54:36.9699465Z distributed/test_dynamo_distributed, TestMultiProc (0.009670688845616759) 2025-03-04T19:54:36.9700121Z functorch/test_aotdispatch, TestEagerFusionModuleInfoCPU (0.00959542229667756) 2025-03-04T19:54:36.9701207Z distributed/_composable/fsdp/test_fully_shard_training, TestFullyShard1DTrainingCompose (0.00959190904054149) 2025-03-04T19:54:36.9701987Z distributed/test_c10d_functional_native, CompileTest (0.00940308666164831) 2025-03-04T19:54:36.9702554Z dynamo/test_generator, GeneratorTests (0.009368867764839108) 2025-03-04T19:54:36.9703136Z functorch/test_aotdispatch, TestAOTModuleSimplified (0.009308514376554507) 2025-03-04T19:54:36.9703710Z test_ops_gradients, TestBwdGradientsCUDA (0.0092861541075888) 2025-03-04T19:54:36.9704433Z inductor/test_aot_inductor, AOTInductorTestABICompatibleCpuWithStackAllocation (0.009263685228258213) 2025-03-04T19:54:36.9705292Z export/test_passes, TestPasses (0.009207556055088191) 2025-03-04T19:54:36.9705769Z test_jit_legacy, TestMixTracingScripting (0.009036006328638964) 2025-03-04T19:54:36.9706334Z functorch/test_control_flow, TestControlFlowTraced (0.00884260862697375) 2025-03-04T19:54:36.9706890Z test_native_mha, TestMHADeviceTypeCPU (0.008499063590370235) 2025-03-04T19:54:36.9707390Z test_monitor, TestMonitorTensorboard (0.008467472764996646) 2025-03-04T19:54:36.9707939Z inductor/test_torchinductor, SweepInputsCpuTest (0.008446017526140768) 2025-03-04T19:54:36.9708628Z dynamo/test_dynamic_shapes, DynamicShapesAotAutogradFallbackTests (0.00840130011691886) 2025-03-04T19:54:36.9709209Z test_fx, TestSourceMatcher (0.008365205318241824) 2025-03-04T19:54:36.9709991Z onnx/test_pytorch_onnx_onnxruntime, TestONNXRuntime_opset_version_8_is_script_True_keep_initializers_as_inputs_True (0.008240908921374865) 2025-03-04T19:54:36.9710829Z test_quantization, TestNumericDebugger (0.008181143205850448) 2025-03-04T19:54:36.9711293Z test_package, TestMisc (0.008043231460090863) 2025-03-04T19:54:36.9711772Z test_package, TestResources (0.008043231460090863) 2025-03-04T19:54:36.9712316Z inductor/test_fused_attention, SDPAPatternRewriterCudaTests (0.00804171406693308) 2025-03-04T19:54:36.9712927Z test_serialization, TestSerialization (0.007912521648980899) 2025-03-04T19:54:36.9713431Z test_cpp_api_parity, TestCppApiParity (0.007832930324969066) 2025-03-04T19:54:36.9713979Z higher_order_ops/test_with_effects, TestWithEffects (0.007794150168960687) 2025-03-04T19:54:36.9714564Z test_quantization, TestDynamicQuantizedOps (0.007755551299476145) 2025-03-04T19:54:36.9715095Z test_quantization, TestQuantizedLinear (0.007625076859641523) 2025-03-04T19:54:36.9715911Z onnx/test_pytorch_onnx_onnxruntime, TestONNXRuntime_opset_version_7_is_script_True_keep_initializers_as_inputs_True (0.007358653185350274) 2025-03-04T19:54:36.9716753Z distributed/test_c10d_gloo, LargeCommTest (0.007256553428802268) 2025-03-04T19:54:36.9717454Z dynamo/test_activation_checkpointing, ActivationCheckpointingViaTagsTests (0.007144626229657424) 2025-03-04T19:54:36.9718195Z distributed/tensor/test_dtensor, DTensorMeshTest (0.007087187062507849) 2025-03-04T19:54:36.9718813Z test_nestedtensor, TestNestedTensorDeviceTypeCUDA (0.006891629788715762) 2025-03-04T19:54:36.9719507Z inductor/test_fused_attention, SDPAPatternRewriterCpuDynamicTests (0.00678516801865563) 2025-03-04T19:54:36.9720271Z inductor/test_fused_attention, SDPAPatternRewriterCudaDynamicTests (0.006598022862529201) 2025-03-04T19:54:36.9721008Z distributed/elastic/test_control_plane, WorkerServerTest (0.006561777036682901) 2025-03-04T19:54:36.9721622Z functorch/test_aotdispatch, TestAOTExport (0.006545458660974104) 2025-03-04T19:54:36.9722105Z test_modules, TestModuleCUDA (0.006404523120771111) 2025-03-04T19:54:36.9722545Z test_jit_fuser_te, TestTEFuserStatic (0.006325506277073285) 2025-03-04T19:54:36.9723244Z distributed/_composable/fsdp/test_fully_shard_training, TestFullyShard1DTrainingCore (0.006296208095052749) 2025-03-04T19:54:36.9723921Z test_custom_ops, TestCustomOp (0.006206629565223963) 2025-03-04T19:54:36.9724598Z distributed/_tools/test_fsdp2_mem_tracker, TestTrackerFullyShard1DTrainingCompose (0.0061757901521721425) 2025-03-04T19:54:36.9725372Z distributed/test_launcher, TestDistributedLaunch (0.0061757901521721425) 2025-03-04T19:54:36.9726020Z test_quantization, TestQuantizePT2EAffineQuantization (0.0061757901521721425) 2025-03-04T19:54:36.9726583Z test_torch, TestBasicVitalSigns (0.0061757901521721425) 2025-03-04T19:54:36.9727104Z torch_np/numpy_tests/core/test_dlpack, TestDLPack (0.0061757901521721425) 2025-03-04T19:54:36.9727756Z torch_np/numpy_tests/core/test_scalar_ctors, TestArrayFromScalar (0.0061757901521721425) 2025-03-04T19:54:36.9728545Z onnx/dynamo/test_dynamo_with_onnxruntime_backend, TestDynamoWithONNXRuntime (0.006172516023973313) 2025-03-04T19:54:36.9729229Z distributed/test_c10d_ops_nccl, pytest (0.006028747529501376) 2025-03-04T19:54:36.9729752Z test_custom_ops, MiniOpTest (0.00598508032640521) 2025-03-04T19:54:36.9730180Z test_utils, TestDataLoaderUtils (0.00597260398266345) 2025-03-04T19:54:36.9730585Z test_cuda, TestCuda (0.0059015559314885575) 2025-03-04T19:54:36.9731084Z functorch/test_aotdispatch, TestAOTAutogradWithDynamo (0.005735553451569973) 2025-03-04T19:54:36.9731795Z test_stateless, TestStatelessFunctionalAPI (0.005633771602722324) 2025-03-04T19:54:36.9732478Z distributed/flight_recorder/test_fr_analysis, FlightRecorderEventTest (0.005380357619716123) 2025-03-04T19:54:36.9733095Z test_cuda, TestCudaOptimsCUDA (0.005274328792038664) 2025-03-04T19:54:36.9733598Z functorch/test_aotdispatch, TestPythonKeyCPU (0.005174117983190687) 2025-03-04T19:54:36.9734132Z test_custom_ops, TestCustomOpTestingCPU (0.005153886074420262) 2025-03-04T19:54:36.9734716Z distributed/test_c10d_ops_nccl, ProcessGroupNCCLOpTest (0.0050738589813856295) 2025-03-04T19:54:36.9735354Z torch_np/numpy_tests/lib/test_arraysetops, TestUnique (0.005062029322296273) 2025-03-04T19:54:36.9736061Z distributed/test_c10d_nccl, ProcessGroupNCCLGroupTest (0.004966101911609318) 2025-03-04T19:54:36.9736723Z distributed/test_pg_wrapper, ProcessGroupGlooWrapperTest (0.004906322176447869) 2025-03-04T19:54:36.9737308Z dynamo/test_functions, DefaultsTests (0.004764607727265069) 2025-03-04T19:54:36.9737724Z test_mps, TestSDPA (0.004749799488754508) 2025-03-04T19:54:36.9738093Z dynamo/test_exc, ExcTests (0.004675380016754668) 2025-03-04T19:54:36.9738509Z dynamo/test_hooks, HooksTests (0.004667043726829077) 2025-03-04T19:54:36.9739002Z functorch/test_aotdispatch, TestAOTDispatch (0.004612682514811402) 2025-03-04T19:54:36.9739566Z functorch/test_aotdispatch, TestPartitioning (0.004612682514811402) 2025-03-04T19:54:36.9740098Z functorch/test_logging, TestAOTLogging (0.004612682514811402) 2025-03-04T19:54:36.9740728Z torch_np/numpy_tests/lib/test_histograms, TestHistogramOptimBinNums (0.004567966110122501) 2025-03-04T19:54:36.9741379Z test_legacy_vmap, TestVmapOperatorsLegacy (0.004517396153267176) 2025-03-04T19:54:36.9741915Z dynamo/test_subclasses, TestNestedTensor (0.004508686705616677) 2025-03-04T19:54:36.9742414Z dynamo/test_modules, NNModuleTests (0.004464851551739371) 2025-03-04T19:54:36.9742862Z export/test_hop, TestHOPCUDA (0.0044219717418903445) 2025-03-04T19:54:36.9743373Z profiler/test_execution_trace, TestExecutionTraceCPU (0.004397911168971071) 2025-03-04T19:54:36.9743976Z test_quantization, TestFloat8DtypeCPUOnlyCPU (0.004288743161230654) 2025-03-04T19:54:36.9744533Z test_ops_fwd_gradients, TestFwdGradientsCUDA (0.00423606762569307) 2025-03-04T19:54:36.9745092Z distributed/pipelining/test_stage, StageTest (0.004191603245361038) 2025-03-04T19:54:36.9745677Z export/test_serialize, TestSerializeCustomClass (0.004122231958215602) 2025-03-04T19:54:36.9746265Z profiler/test_torch_tidy, TestTorchTidyProfiler (0.004117193434781428) 2025-03-04T19:54:36.9746729Z test_fx, TestMatcher (0.004086264998522553) 2025-03-04T19:54:36.9747181Z onnx/test_autograd_funs, TestAutogradFuns (0.004035317428976116) 2025-03-04T19:54:36.9747659Z test_testing, TestTestingCPU (0.004035317428976116) 2025-03-04T19:54:36.9748187Z test_testing, TestTestParametrizationDeviceTypeCPU (0.00401693710114227) 2025-03-04T19:54:36.9748743Z test_sympy_utils, TestSympyInterp (0.004006530641743216) 2025-03-04T19:54:36.9749272Z torch_np/numpy_tests/core/test_numeric, TestBroadcast (0.004006530641743216) 2025-03-04T19:54:36.9749890Z torch_np/numpy_tests/core/test_numeric, TestSeterr (0.004006530641743216) 2025-03-04T19:54:36.9750521Z torch_np/numpy_tests/core/test_numeric, TestStringFunction (0.004006530641743216) 2025-03-04T19:54:36.9751153Z torch_np/numpy_tests/core/test_numeric, TestTypes (0.004006530641743216) 2025-03-04T19:54:36.9751772Z torch_np/numpy_tests/core/test_numerictypes, TestBitName (0.004006530641743216) 2025-03-04T19:54:36.9752436Z torch_np/numpy_tests/core/test_numerictypes, TestCommonType (0.004006530641743216) 2025-03-04T19:54:36.9753206Z torch_np/numpy_tests/core/test_scalarmath, TestConversion (0.004006530641743216) 2025-03-04T19:54:36.9753861Z torch_np/numpy_tests/lib/test_histograms, TestHistogram (0.004006530641743216) 2025-03-04T19:54:36.9754549Z torch_np/numpy_tests/linalg/test_linalg, TestLstsq (0.004006530641743216) 2025-03-04T19:54:36.9755414Z distributed/test_c10d_functional_native, TestWithNCCL (0.003943004481771446) 2025-03-04T19:54:36.9756149Z test_quantization, TestFXNumericSuiteNShadows (0.003941374036981258) 2025-03-04T19:54:36.9756817Z inductor/test_cuda_repro, CudaReproTests (0.00392696346838918) 2025-03-04T19:54:36.9757435Z test_ops, TestFakeTensorCPU (0.003859868845107589) 2025-03-04T19:54:36.9758094Z functorch/test_eager_transforms, TestCompileTransformsCPU (0.0038471925599597094) 2025-03-04T19:54:36.9758826Z inductor/test_cutlass_backend, TestCutlassBackend (0.0037740939818829765) 2025-03-04T19:54:36.9759495Z test_fx_experimental, TestFXExperimental (0.003689174351898726) 2025-03-04T19:54:36.9760120Z test_binary_ufuncs, TestBinaryUfuncsCPU (0.0036511325373902435) 2025-03-04T19:54:36.9760810Z inductor/test_config, TestInductorConfig (0.0036493305444653566) 2025-03-04T19:54:36.9773280Z export/test_db, ExampleTests (0.0035188938470258452) 2025-03-04T19:54:36.9773743Z test_jit_legacy, TestTracer (0.0034738819605968302) 2025-03-04T19:54:36.9774142Z test_jit, TestScriptList (0.003381980321427602) 2025-03-04T19:54:36.9774637Z test_dynamic_shapes, TestSymNumberMagicMethods (0.0033452196657599103) 2025-03-04T19:54:36.9775270Z dynamo/test_dynamic_shapes, DynamicShapesNNModuleTests (0.0033405410368567497) 2025-03-04T19:54:36.9775864Z dynamo/test_decorators, DecoratorTests (0.003319235280620818) 2025-03-04T19:54:36.9776472Z distributed/pipelining/test_transformer, TransformerTests (0.003136143436649916) 2025-03-04T19:54:36.9777393Z dynamo/test_generator, TestGeneratorClose (0.0031279976095417348) 2025-03-04T19:54:36.9777866Z dynamo/test_view, ViewTests (0.0030878950760860713) 2025-03-04T19:54:36.9778772Z inductor/test_aot_inductor, AOTInductorTestABICompatibleCpuWithStackAllocationAndMinimalArrayRefInterface (0.0030878950760860713) 2025-03-04T19:54:36.9779671Z inductor/test_foreach, ForeachTests (0.0030878950760860713) 2025-03-04T19:54:36.9780208Z test_autograd_fallback, TestAutogradFallback (0.0030878950760860713) 2025-03-04T19:54:36.9780768Z test_dynamic_shapes, TestGuardsExpressions (0.0030878950760860713) 2025-03-04T19:54:36.9781327Z test_proxy_tensor, TestProxyTensorOpInfoCPU (0.0030878950760860713) 2025-03-04T19:54:36.9781830Z test_sympy_utils, TestValueRanges (0.0030878950760860713) 2025-03-04T19:54:36.9782259Z test_nn, TestFusionEval (0.0030060190702807586) 2025-03-04T19:54:36.9782681Z test_mps, TestAdvancedIndexing (0.0029779358855717866) 2025-03-04T19:54:36.9783284Z onnx/test_models_onnxruntime, TestModelsONNXRuntime_is_script_False (0.0029408524534153056) 2025-03-04T19:54:36.9783978Z nn/test_parametrization, TestNNParametrization (0.002924633591080763) 2025-03-04T19:54:36.9784463Z test_fx, TypeCheckerTest (0.002825891857509071) 2025-03-04T19:54:36.9784968Z inductor/test_inductor_freezing, FreezingCpuTests (0.0027750456190620805) 2025-03-04T19:54:36.9785551Z test_custom_ops, TestGenerateOpcheckTests (0.0027447956231876187) 2025-03-04T19:54:36.9786125Z dynamo/test_aot_autograd, AotAutogradFallbackTests (0.002733569525920931) 2025-03-04T19:54:36.9786697Z test_ci_sanity_check_fail, TestCISanityCheck (0.002728457554001978) 2025-03-04T19:54:36.9787251Z test_fake_tensor, FakeTensorOperatorInvariants (0.002693956925676545) 2025-03-04T19:54:36.9787753Z test_dataloader, TestDataLoader (0.0026220657431105985) 2025-03-04T19:54:36.9788220Z test_jit_fuser_te, TestTEFuserDynamic (0.0026200321857699996) 2025-03-04T19:54:36.9788753Z test_quantization, TestFXNumericSuiteCoreAPIs (0.0026200321857699996) 2025-03-04T19:54:36.9789294Z test_quantization, TestQuantizedOps (0.0026200321857699996) 2025-03-04T19:54:36.9789819Z functorch/test_control_flow, TestControlFlow (0.002542834808867848) 2025-03-04T19:54:36.9790438Z test_ops_jit, TestJitCPU (0.0025181049132368557) 2025-03-04T19:54:36.9790911Z functorch/test_control_flow, TestHopSchema (0.002448482459320774) 2025-03-04T19:54:36.9791549Z distributed/test_multi_threaded_pg, TestCollectivesWithBaseClass (0.002444583601901473) 2025-03-04T19:54:36.9792518Z onnx/test_pytorch_onnx_onnxruntime, TestONNXRuntime_opset_version_10_is_script_False_keep_initializers_as_inputs_False (0.002444583601901473) 2025-03-04T19:54:36.9793694Z onnx/test_pytorch_onnx_onnxruntime, TestONNXRuntime_opset_version_10_is_script_False_keep_initializers_as_inputs_True (0.002444583601901473) 2025-03-04T19:54:36.9794864Z onnx/test_pytorch_onnx_onnxruntime, TestONNXRuntime_opset_version_10_is_script_True_keep_initializers_as_inputs_False (0.002444583601901473) 2025-03-04T19:54:36.9796024Z onnx/test_pytorch_onnx_onnxruntime, TestONNXRuntime_opset_version_10_is_script_True_keep_initializers_as_inputs_True (0.002444583601901473) 2025-03-04T19:54:36.9797255Z onnx/test_pytorch_onnx_onnxruntime, TestONNXRuntime_opset_version_11_is_script_False_keep_initializers_as_inputs_True (0.002444583601901473) 2025-03-04T19:54:36.9798424Z onnx/test_pytorch_onnx_onnxruntime, TestONNXRuntime_opset_version_11_is_script_True_keep_initializers_as_inputs_False (0.002444583601901473) 2025-03-04T19:54:36.9799591Z onnx/test_pytorch_onnx_onnxruntime, TestONNXRuntime_opset_version_11_is_script_True_keep_initializers_as_inputs_True (0.002444583601901473) 2025-03-04T19:54:36.9800979Z onnx/test_pytorch_onnx_onnxruntime, TestONNXRuntime_opset_version_9_is_script_False_keep_initializers_as_inputs_False (0.002444583601901473) 2025-03-04T19:54:36.9802148Z onnx/test_pytorch_onnx_onnxruntime, TestONNXRuntime_opset_version_9_is_script_False_keep_initializers_as_inputs_True (0.002444583601901473) 2025-03-04T19:54:36.9803310Z onnx/test_pytorch_onnx_onnxruntime, TestONNXRuntime_opset_version_9_is_script_True_keep_initializers_as_inputs_False (0.002444583601901473) 2025-03-04T19:54:36.9804473Z onnx/test_pytorch_onnx_onnxruntime, TestONNXRuntime_opset_version_9_is_script_True_keep_initializers_as_inputs_True (0.002444583601901473) 2025-03-04T19:54:36.9805275Z test_pruning_op, PruningOpTest (0.002444583601901473) 2025-03-04T19:54:36.9805656Z test_fx, TestFX (0.0024025514035295294) 2025-03-04T19:54:36.9806024Z test_ops, TestCommonCPU (0.0023958561796015333) 2025-03-04T19:54:36.9806544Z torch_np/numpy_tests/lib/test_function_base, TestInterp (0.002370505310934762) 2025-03-04T19:54:36.9807096Z test_package, TestPackageScript (0.002315921307064553) 2025-03-04T19:54:36.9807552Z test_quantization, TestQuantizeFx (0.002275330345316802) 2025-03-04T19:54:36.9808043Z inductor/test_codecache, TestFxGraphCache (0.002250420502420303) 2025-03-04T19:54:36.9808620Z functorch/test_vmap, TestVmapOperatorsOpInfoCUDA (0.0021191006362501407) 2025-03-04T19:54:36.9809135Z test_testing, TestImports (0.0020646869034325415) 2025-03-04T19:54:36.9809666Z distributed/nn/jit/test_instantiator, TestInstantiator (0.002058596717390714) 2025-03-04T19:54:36.9810344Z distributed/tensor/test_op_strategy, TestEinsumStrategies (0.002058596717390714) 2025-03-04T19:54:36.9810953Z inductor/test_op_dtype_prop, TestCaseCUDA (0.002058596717390714) 2025-03-04T19:54:36.9811555Z test_fx, TestFXAPIBackwardCompatibility (0.0020350698977633923) 2025-03-04T19:54:36.9812152Z higher_order_ops/test_invoke_subgraph, TestInvokeSubgraph (0.0020051266727831633) 2025-03-04T19:54:36.9812793Z distributed/test_c10d_gloo, ProcessGroupGlooTest (0.0019382787235729527) 2025-03-04T19:54:36.9813365Z dynamo/test_ctx_manager, CtxManagerTests (0.0019123337779857164) 2025-03-04T19:54:36.9813859Z test_nestedtensor, TestNestedInt (0.0019110193942738734) 2025-03-04T19:54:36.9814396Z dynamo/test_generator, GeneratorThrowCpythonTests (0.001796593498813714) 2025-03-04T19:54:36.9814962Z test_serialization, TestOldSerialization (0.0017919955359261253) 2025-03-04T19:54:36.9815500Z test_custom_ops, TestCustomOpTestingCUDA (0.0017264562150762419) 2025-03-04T19:54:36.9816201Z inductor/test_binary_folding, FreezingCpuTests (0.0016843064051378569) 2025-03-04T19:54:36.9816794Z inductor/test_binary_folding, FreezingGpuTests (0.0016843064051378569) 2025-03-04T19:54:36.9817393Z inductor/test_inductor_freezing, FreezingGpuTests (0.0016843064051378569) 2025-03-04T19:54:36.9817955Z inductor/test_mmdecomp, TestDecompCUDA (0.0016843064051378569) 2025-03-04T19:54:36.9818677Z distributed/_composable/fsdp/test_fully_shard_compile, TestFullyShardCompileCompute (0.0016692679550919835) 2025-03-04T19:54:36.9819475Z distributed/tensor/test_dtensor_ops, TestDTensorOpsCPU (0.0016609603293232925) 2025-03-04T19:54:36.9820139Z profiler/test_kineto, SimpleKinetoInitializationTest (0.0015976746501727382) 2025-03-04T19:54:36.9820738Z dynamo/test_modules, OptimizedModuleTest (0.0015907338270746427) 2025-03-04T19:54:36.9821260Z dynamo/test_recompiles, RecompileTests (0.0015907338270746427) 2025-03-04T19:54:36.9821813Z inductor/test_pattern_matcher, TestPatternMatcher (0.0015907338270746427) 2025-03-04T19:54:36.9822494Z profiler/test_profiler, TestExperimentalUtils (0.0015907338270746427) 2025-03-04T19:54:36.9823109Z test_dataloader, TestDataLoaderPersistentWorkers (0.0015907338270746427) 2025-03-04T19:54:36.9823623Z test_jit, TestFreezing (0.0015907338270746427) 2025-03-04T19:54:36.9824054Z test_unary_ufuncs, TestUnaryUfuncsCPU (0.0015907338270746427) 2025-03-04T19:54:36.9824634Z test_fake_tensor, PropagateRealTensorsFakeTensorTest (0.0015705019183042178) 2025-03-04T19:54:36.9825254Z inductor/test_flex_decoding, TestFlexDecoding (0.0015459133631818866) 2025-03-04T19:54:36.9825884Z distributed/test_pg_wrapper, ProcessGroupNCCLWrapperTest (0.0015439475380430356) 2025-03-04T19:54:36.9826424Z test_autograd, pytest (0.0015439475380430356) 2025-03-04T19:54:36.9826928Z distributed/test_c10d_nccl, DistributedDataParallelTest (0.001535501116876605) 2025-03-04T19:54:36.9827538Z inductor/test_multi_kernel, MultiKernelTest (0.0015345902802367142) 2025-03-04T19:54:36.9828047Z test_cuda, TestCudaMallocAsync (0.0015125817908863022) 2025-03-04T19:54:36.9828599Z dynamo/test_ctx_manager, CPythonContextManagerTestCase (0.0015040874545445388) 2025-03-04T19:54:36.9829234Z test_nestedtensor, TestNestedTensorAutogradCPU (0.0014976651013548458) 2025-03-04T19:54:36.9829716Z test_jit, TestJit (0.0014482155927937471) 2025-03-04T19:54:36.9830126Z dynamo/test_subgraphs, SubGraphTests (0.0014441847740464088) 2025-03-04T19:54:36.9830654Z test_ao_sparsity, TestWeightNormSparsifier (0.0014436912044038775) 2025-03-04T19:54:36.9831186Z test_content_store, TestContentStoreCPU (0.0014158892915386836) 2025-03-04T19:54:36.9831695Z dynamo/test_ctx_manager, GeneratorTests (0.0014075874990705738) 2025-03-04T19:54:36.9832201Z functorch/test_ops, TestOperatorsCPU (0.0013848741553355714) 2025-03-04T19:54:36.9832742Z test_quantization, TestQuantizeEagerQATNumerics (0.0013334092374008035) 2025-03-04T19:54:36.9833388Z torch_np/numpy_tests/lib/test_function_base, TestPercentile (0.0013107041265472293) 2025-03-04T19:54:36.9834159Z distributed/tensor/parallel/test_micro_pipeline_tp, MicroPipelineTPTest (0.0013051715569793705) 2025-03-04T19:54:36.9834822Z test_cuda, TestBlockStateAbsorption (0.0013001663478257141) 2025-03-04T19:54:36.9835301Z test_sparse_csr, TestSparseCSRCUDA (0.0012682426205353507) 2025-03-04T19:54:36.9835836Z torch_np/numpy_tests/linalg/test_linalg, TestCond (0.0012476343741761903) 2025-03-04T19:54:36.9836597Z distributed/fsdp/test_fsdp_sharded_grad_scaler, TestShardedGradScalerParityWithDDP (0.0012351580304344285) 2025-03-04T19:54:36.9837421Z inductor/test_distributed_patterns, DistributedPatternTests (0.0012351580304344285) 2025-03-04T19:54:36.9838067Z nn/test_pooling, TestPoolingNNDeviceTypeCPU (0.0012351580304344285) 2025-03-04T19:54:36.9838627Z test_fx, TestConstParamShapeInControlFlow (0.0012351580304344285) 2025-03-04T19:54:36.9839134Z test_fx_passes, TestFXGraphPasses (0.0012351580304344285) 2025-03-04T19:54:36.9839737Z inductor/test_scatter_optimization, TestScatterOpt (0.0011913608495423454) 2025-03-04T19:54:36.9840351Z distributed/fsdp/test_fsdp_core, TestParityWithDDP (0.0011871084045365216) 2025-03-04T19:54:36.9840920Z functorch/test_vmap, TestVmapOperators (0.001186113092966813) 2025-03-04T19:54:36.9841440Z test_content_store, TestContentStoreCUDA (0.0011263340395251265) 2025-03-04T19:54:36.9842017Z distributed/test_dynamo_distributed, TestSingleProc (0.0011228709367585713) 2025-03-04T19:54:36.9842702Z distributed/test_inductor_collectives, TestCollectivesInductor (0.0011228709367585713) 2025-03-04T19:54:36.9843446Z dynamo/test_backward_higher_order_ops, BackwardHigherOrderOpTests (0.0011228709367585713) 2025-03-04T19:54:36.9844150Z dynamo/test_higher_order_ops, ActivationCheckpointingTests (0.0011228709367585713) 2025-03-04T19:54:36.9844803Z functorch/test_control_flow, AssociativeScanTests (0.0011228709367585713) 2025-03-04T19:54:36.9845446Z inductor/test_auto_functionalize, AutoFunctionalizeTests (0.0011228709367585713) 2025-03-04T19:54:36.9846163Z profiler/test_memory_profiler, TestIdentifyGradients (0.0011028196700307395) 2025-03-04T19:54:36.9846733Z test_nestedtensor, TestCachedTensor (0.001102552319807702) 2025-03-04T19:54:36.9847240Z test_binary_ufuncs, TestBinaryUfuncsCUDA (0.0010807632766301248) 2025-03-04T19:54:36.9847883Z inductor/test_cudagraph_trees_expandable_segments, CudaGraphTreeTests (0.0010750449524151507) 2025-03-04T19:54:36.9848621Z distributed/pipelining/test_schedule_multiproc, pytest (0.001029298358695357) 2025-03-04T19:54:36.9849240Z distributed/pipelining/test_stage, pytest (0.001029298358695357) 2025-03-04T19:54:36.9849852Z dynamo/test_higher_order_ops, HigherOrderOpVmapGuardTests (0.001029298358695357) 2025-03-04T19:54:36.9850403Z inductor/test_halide, pytest (0.001029298358695357) 2025-03-04T19:54:36.9850851Z inductor/test_torchinductor, TestFull (0.001029298358695357) 2025-03-04T19:54:36.9851345Z inductor/test_torchinductor, pytest (0.001029298358695357) 2025-03-04T19:54:36.9851947Z inductor/test_triton_cpu_backend, pytest (0.001029298358695357) 2025-03-04T19:54:36.9852536Z profiler/test_memory_profiler, TestMemoryProfilerE2E (0.001029298358695357) 2025-03-04T19:54:36.9853143Z profiler/test_profiler_tree, TestProfilerTree (0.001029298358695357) 2025-03-04T19:54:36.9853647Z test_jit, TestModuleContainers (0.001029298358695357) 2025-03-04T19:54:36.9854039Z test_modules, pytest (0.001029298358695357) 2025-03-04T19:54:36.9854493Z test_multiprocessing, TestMultiprocessing (0.001029298358695357) 2025-03-04T19:54:36.9854945Z test_ops, pytest (0.001029298358695357) 2025-03-04T19:54:36.9855317Z test_ops_gradients, pytest (0.001029298358695357) 2025-03-04T19:54:36.9855698Z test_torch, pytest (0.001029298358695357) 2025-03-04T19:54:36.9856050Z test_meta, TestMetaCPU (0.001019900417159443) 2025-03-04T19:54:36.9856432Z test_meta, TestMetaCUDA (0.001019900417159443) 2025-03-04T19:54:36.9856830Z test_utils, TestBottleneck (0.0009751247608692856) 2025-03-04T19:54:36.9857302Z test_quantization, TestQuantizeFxModels (0.0009731548118574287) 2025-03-04T19:54:36.9857860Z test_quantization, TestStaticQuantizedModule (0.0009731548118574287) 2025-03-04T19:54:36.9858348Z test_fx, TestCommonPass (0.0009521009817932053) 2025-03-04T19:54:36.9858823Z onnx/test_pytorch_onnx_no_runtime, TestONNXExport (0.0009474223528900446) 2025-03-04T19:54:36.9859514Z test_functional_autograd_benchmark, TestFunctionalAutogradBenchmark (0.0009254430797460754) 2025-03-04T19:54:36.9860354Z distributed/test_compute_comm_reordering, TestComputeCommReorderingMultiProc (0.0009149318743958729) 2025-03-04T19:54:36.9861067Z inductor/test_torchbind, TestTorchbind (0.0008822557360245917) 2025-03-04T19:54:36.9861708Z test_functionalization_of_rng_ops, TestFunctionalizationRngOpsCUDA (0.0008822557360245917) 2025-03-04T19:54:36.9862314Z inductor/test_fp8, TestFP8Types (0.0008528472114904388) 2025-03-04T19:54:36.9862719Z test_mps, TestMPS (0.0008388010420800706) 2025-03-04T19:54:36.9863173Z test_ops, TestMathBitsCUDA (0.0008261473668475893) 2025-03-04T19:54:36.9863607Z test_testing, TestMakeTensorCPU (0.0008234386869562857) 2025-03-04T19:54:36.9864036Z test_jit_legacy, TestScript (0.0007968761486673732) 2025-03-04T19:54:36.9864429Z test_jit, TestModels (0.0007901684369782539) 2025-03-04T19:54:36.9864845Z test_jit, TestSymbolicShapeAnalysis (0.0007672951401183571) 2025-03-04T19:54:36.9865397Z distributed/launcher/test_run, ElasticLaunchTest (0.000744717157476817) 2025-03-04T19:54:36.9865988Z inductor/test_benchmarking, TestBenchmarker (0.0007411884708836974) 2025-03-04T19:54:36.9866501Z test_optim, TestOptimRenewedCUDA (0.0007096404833241281) 2025-03-04T19:54:36.9867127Z inductor/test_torchinductor_strided_blocks, TritonBlockPointerTestGPU (0.0007085284205348096) 2025-03-04T19:54:36.9867751Z dynamo/test_global, TestGlobals (0.0006861989057969047) 2025-03-04T19:54:36.9868215Z inductor/test_perf, InplacingTests (0.0006861989057969047) 2025-03-04T19:54:36.9868739Z inductor/test_torchinductor, NanCheckerTest (0.0006861989057969047) 2025-03-04T19:54:36.9869345Z inductor/test_triton_kernels, KernelTests (0.0006861989057969047) 2025-03-04T19:54:36.9869815Z test_ops_jit, TestJitCUDA (0.0006544994998225912) 2025-03-04T19:54:36.9870317Z dynamo/test_generator, GeneratorTestsNewBehavior (0.000624677624587527) 2025-03-04T19:54:36.9870913Z inductor/test_memory_planning, TestMemoryPlanning (0.0006175790152172143) 2025-03-04T19:54:36.9871531Z test_proxy_tensor, TestGenericProxyTensorSymbolic (0.0006100637372940269) 2025-03-04T19:54:36.9872350Z distributed/_composable/fsdp/test_fully_shard_training, TestFullyShardGradientAccumulation (0.0006026074027270999) 2025-03-04T19:54:36.9873118Z test_quantization, TestFloat8DtypeCUDA (0.0005854395860478413) 2025-03-04T19:54:36.9873710Z distributed/checkpoint/test_state_dict, TestStateDict (0.000575384175668212) 2025-03-04T19:54:36.9874282Z functorch/test_vmap, TestVmapAPI (0.0005741124389677851) 2025-03-04T19:54:36.9874774Z test_transformers, TestTransformersCUDA (0.0005686275542490328) 2025-03-04T19:54:36.9875372Z benchmark_utils/test_benchmark_utils, TestBenchmarkUtils (0.0005614354683792857) 2025-03-04T19:54:36.9876025Z distributions/test_distributions, TestConstraints (0.0005614354683792857) 2025-03-04T19:54:36.9876935Z distributions/test_distributions, TestDistributionShapes (0.0005614354683792857) 2025-03-04T19:54:36.9877589Z distributions/test_distributions, TestFunctors (0.0005614354683792857) 2025-03-04T19:54:36.9878170Z distributions/test_distributions, TestJit (0.0005614354683792857) 2025-03-04T19:54:36.9878814Z distributions/test_distributions, TestLazyLogitsInitialization (0.0005614354683792857) 2025-03-04T19:54:36.9879508Z distributions/test_distributions, TestValidation (0.0005614354683792857) 2025-03-04T19:54:36.9880124Z dynamo/test_dynamic_shapes, DynamicShapesTestSDPA (0.0005614354683792857) 2025-03-04T19:54:36.9880689Z dynamo/test_optimizers, End2EndTests (0.0005614354683792857) 2025-03-04T19:54:36.9881255Z functorch/test_eager_transforms, TestMakeFunctional (0.0005614354683792857) 2025-03-04T19:54:36.9881864Z functorch/test_vmap, TestVmapBatchedGradientCPU (0.0005614354683792857) 2025-03-04T19:54:36.9882446Z inductor/test_flex_attention, TestBlockMask (0.0005614354683792857) 2025-03-04T19:54:36.9883021Z inductor/test_flex_attention, TestPagedAttention (0.0005614354683792857) 2025-03-04T19:54:36.9883581Z nn/test_convolution, TestConvolutionNN (0.0005614354683792857) 2025-03-04T19:54:36.9884160Z nn/test_convolution, TestConvolutionNNDeviceTypeCPU (0.0005614354683792857) 2025-03-04T19:54:36.9884770Z nn/test_dropout, TestDropoutNNDeviceTypeCPU (0.0005614354683792857) 2025-03-04T19:54:36.9885272Z nn/test_embedding, TestEmbeddingNN (0.0005614354683792857) 2025-03-04T19:54:36.9885807Z nn/test_embedding, TestEmbeddingNNDeviceTypeCPU (0.0005614354683792857) 2025-03-04T19:54:36.9886356Z nn/test_lazy_modules, TestLazyModules (0.0005614354683792857) 2025-03-04T19:54:36.9886939Z nn/test_load_state_dict, TestLoadStateDict (0.0005614354683792857) 2025-03-04T19:54:36.9887458Z nn/test_module_hooks, TestModuleHookNN (0.0005614354683792857) 2025-03-04T19:54:36.9888034Z nn/test_multihead_attention, TestMultiheadAttentionNN (0.0005614354683792857) 2025-03-04T19:54:36.9888747Z nn/test_multihead_attention, TestMultiheadAttentionNNDeviceTypeCPU (0.0005614354683792857) 2025-03-04T19:54:36.9889424Z nn/test_packed_sequence, PackedSequenceTest (0.0005614354683792857) 2025-03-04T19:54:36.9889959Z test_ao_sparsity, TestBaseDataScheduler (0.0005614354683792857) 2025-03-04T19:54:36.9890455Z test_ao_sparsity, TestComposability (0.0005614354683792857) 2025-03-04T19:54:36.9890937Z test_ao_sparsity, TestFxComposability (0.0005614354683792857) 2025-03-04T19:54:36.9891437Z test_ao_sparsity, TestNormDataSparsifiers (0.0005614354683792857) 2025-03-04T19:54:36.9892005Z test_ao_sparsity, TestScheduler (0.0005614354683792857) 2025-03-04T19:54:36.9892496Z test_autograd, TestAutogradDeviceTypeCPU (0.0005614354683792857) 2025-03-04T19:54:36.9893192Z test_expanded_weights, TestExpandedWeightFunctionalCPU (0.0005614354683792857) 2025-03-04T19:54:36.9893847Z test_expanded_weights, TestExpandedWeightModuleCPU (0.0005614354683792857) 2025-03-04T19:54:36.9894431Z test_fake_tensor, FakeTensorDispatchCache (0.0005614354683792857) 2025-03-04T19:54:36.9894991Z test_functional_optim, TestFunctionalOptimParity (0.0005614354683792857) 2025-03-04T19:54:36.9895522Z test_indexing, TestIndexingCPU (0.0005614354683792857) 2025-03-04T19:54:36.9895938Z test_jit, TestComplex (0.0005614354683792857) 2025-03-04T19:54:36.9896327Z test_jit, TestDataclasses (0.0005614354683792857) 2025-03-04T19:54:36.9896739Z test_jit, TestDeviceAnalysis (0.0005614354683792857) 2025-03-04T19:54:36.9897143Z test_jit, TestDtypeAnalysis (0.0005614354683792857) 2025-03-04T19:54:36.9897645Z test_jit, TestFunctionalToInplaceActivation (0.0005614354683792857) 2025-03-04T19:54:36.9898140Z test_jit, TestGetDefaultAttr (0.0005614354683792857) 2025-03-04T19:54:36.9898645Z test_jit, TestInplaceToFunctionalActivation (0.0005614354683792857) 2025-03-04T19:54:36.9899129Z test_jit, TestIsinstance (0.0005614354683792857) 2025-03-04T19:54:36.9899555Z test_jit, TestJitGeneratedModule (0.0005614354683792857) 2025-03-04T19:54:36.9899950Z test_jit, TestList (0.0005614354683792857) 2025-03-04T19:54:36.9900510Z test_jit, TestNamedTuple (0.0005614354683792857) 2025-03-04T19:54:36.9900926Z test_jit, TestPythonBuiltinOP (0.0005614354683792857) 2025-03-04T19:54:36.9901377Z test_jit, TestSaveLoadForOpVersion (0.0005614354683792857) 2025-03-04T19:54:36.9901830Z test_jit, TestUnsupportedOps (0.0005614354683792857) 2025-03-04T19:54:36.9902289Z test_jit_llga_fuser, TestFusionPatternCPU (0.0005614354683792857) 2025-03-04T19:54:36.9902874Z test_legacy_vmap, TestVmapBatchedGradientLegacyCPU (0.0005614354683792857) 2025-03-04T19:54:36.9903423Z test_maskedtensor, TestBasicsCPU (0.0005614354683792857) 2025-03-04T19:54:36.9903874Z test_maskedtensor, TestBinary (0.0005614354683792857) 2025-03-04T19:54:36.9904331Z test_maskedtensor, TestReductions (0.0005614354683792857) 2025-03-04T19:54:36.9904781Z test_maskedtensor, TestUnary (0.0005614354683792857) 2025-03-04T19:54:36.9905183Z test_mkldnn, TestMkldnnCPU (0.0005614354683792857) 2025-03-04T19:54:36.9905632Z test_mobile_optimizer, TestOptimizer (0.0005614354683792857) 2025-03-04T19:54:36.9906212Z test_multiprocessing_spawn, ParallelForkServerPerfTest (0.0005614354683792857) 2025-03-04T19:54:36.9906783Z test_namedtensor, TestNamedTensor (0.0005614354683792857) 2025-03-04T19:54:36.9907289Z test_native_functions, TestNativeFunctions (0.0005614354683792857) 2025-03-04T19:54:36.9907743Z test_nn, TestFusionUtils (0.0005614354683792857) 2025-03-04T19:54:36.9908147Z test_optim, TestLRScheduler (0.0005614354683792857) 2025-03-04T19:54:36.9908548Z test_optim, TestSWAUtils (0.0005614354683792857) 2025-03-04T19:54:36.9908995Z test_overrides, TestGradCheckOverride (0.0005614354683792857) 2025-03-04T19:54:36.9909646Z test_overrides, TestTorchFunctionOverride (0.0005614354683792857) 2025-03-04T19:54:36.9910200Z test_proxy_tensor, TestGenericProxyTensorFake (0.0005614354683792857) 2025-03-04T19:54:36.9910783Z test_proxy_tensor, TestGenericProxyTensorReal (0.0005614354683792857) 2025-03-04T19:54:36.9911299Z test_pytree, TestGenericPytree (0.0005614354683792857) 2025-03-04T19:54:36.9911766Z test_quantization, TestComparatorOps (0.0005614354683792857) 2025-03-04T19:54:36.9912252Z test_quantization, TestDistributed (0.0005614354683792857) 2025-03-04T19:54:36.9912783Z test_quantization, TestDynamicQuantizedModule (0.0005614354683792857) 2025-03-04T19:54:36.9913390Z test_quantization, TestFXNumericSuiteCoreAPIsModels (0.0005614354683792857) 2025-03-04T19:54:36.9913971Z test_quantization, TestFakeQuantize (0.0005614354683792857) 2025-03-04T19:54:36.9914471Z test_quantization, TestFakeQuantizeOps (0.0005614354683792857) 2025-03-04T19:54:36.9914978Z test_quantization, TestFloat8DtypeCPU (0.0005614354683792857) 2025-03-04T19:54:36.9915526Z test_quantization, TestFuseEager (0.0005614354683792857) 2025-03-04T19:54:36.9916021Z test_quantization, TestFusedObsFakeQuant (0.0005614354683792857) 2025-03-04T19:54:36.9916586Z test_quantization, TestFusedObsFakeQuantModule (0.0005614354683792857) 2025-03-04T19:54:36.9917166Z test_quantization, TestFxModelReportClass (0.0005614354683792857) 2025-03-04T19:54:36.9917732Z test_quantization, TestFxModelReportObserver (0.0005614354683792857) 2025-03-04T19:54:36.9918317Z test_quantization, TestFxModelReportVisualizer (0.0005614354683792857) 2025-03-04T19:54:36.9918873Z test_quantization, TestHistogramObserver (0.0005614354683792857) 2025-03-04T19:54:36.9919417Z test_quantization, TestModelNumericsEager (0.0005614354683792857) 2025-03-04T19:54:36.9919959Z test_quantization, TestNumericSuiteEager (0.0005614354683792857) 2025-03-04T19:54:36.9920451Z test_quantization, TestPadding (0.0005614354683792857) 2025-03-04T19:54:36.9920964Z test_quantization, TestQuantizeEagerQAT (0.0005614354683792857) 2025-03-04T19:54:36.9921473Z test_quantization, TestQuantizeFxOps (0.0005614354683792857) 2025-03-04T19:54:36.9921992Z test_quantization, TestQuantizeJitPasses (0.0005614354683792857) 2025-03-04T19:54:36.9922508Z test_quantization, TestQuantizedConv (0.0005614354683792857) 2025-03-04T19:54:36.9923046Z test_quantization, TestQuantizedEmbeddingOps (0.0005614354683792857) 2025-03-04T19:54:36.9923630Z test_quantization, TestQuantizedFunctionalOps (0.0005614354683792857) 2025-03-04T19:54:36.9924184Z test_quantization, TestQuantizedTensor (0.0005614354683792857) 2025-03-04T19:54:36.9924736Z test_quantization, TestReferenceQuantizedModule (0.0005614354683792857) 2025-03-04T19:54:36.9925296Z test_quantization, TestSerialization (0.0005614354683792857) 2025-03-04T19:54:36.9925758Z test_quantization, TestUtils (0.0005614354683792857) 2025-03-04T19:54:36.9926208Z test_reductions, TestReductionsCPU (0.0005614354683792857) 2025-03-04T19:54:36.9926734Z test_scatter_gather_ops, TestScatterGatherCPU (0.0005614354683792857) 2025-03-04T19:54:36.9927318Z test_segment_reductions, TestSegmentReductionsCPU (0.0005614354683792857) 2025-03-04T19:54:36.9927842Z test_sparse, TestSparseCPU (0.0005614354683792857) 2025-03-04T19:54:36.9928262Z test_subclass, TestSubclass (0.0005614354683792857) 2025-03-04T19:54:36.9928731Z test_tensor_creation_ops, TestAsArrayCPU (0.0005614354683792857) 2025-03-04T19:54:36.9929286Z test_tensor_creation_ops, TestTensorCreationCPU (0.0005614354683792857) 2025-03-04T19:54:36.9929852Z test_tensorboard, TestTensorBoardSummary (0.0005614354683792857) 2025-03-04T19:54:36.9930330Z test_testing, TestAssertClose (0.0005614354683792857) 2025-03-04T19:54:36.9930804Z test_transformers, TestTransformersCPU (0.0005614354683792857) 2025-03-04T19:54:36.9931329Z test_type_promotion, TestTypePromotionCPU (0.0005614354683792857) 2025-03-04T19:54:36.9932012Z torch_np/numpy_tests/core/test_multiarray, TestFormat (0.0005614354683792857) 2025-03-04T19:54:36.9932763Z torch_np/numpy_tests/core/test_multiarray, TestSortFloatMisc (0.0005614354683792857) 2025-03-04T19:54:36.9933430Z torch_np/numpy_tests/core/test_numeric, TestAllclose (0.0005614354683792857) 2025-03-04T19:54:36.9934036Z torch_np/numpy_tests/core/test_numeric, TestBoolCmp (0.0005614354683792857) 2025-03-04T19:54:36.9934644Z torch_np/numpy_tests/core/test_numeric, TestClip (0.0005614354683792857) 2025-03-04T19:54:36.9935247Z torch_np/numpy_tests/core/test_numeric, TestIsclose (0.0005614354683792857) 2025-03-04T19:54:36.9935871Z torch_np/numpy_tests/lib/test_function_base, TestAmax (0.0005614354683792857) 2025-03-04T19:54:36.9936496Z torch_np/numpy_tests/lib/test_function_base, TestAmin (0.0005614354683792857) 2025-03-04T19:54:36.9937115Z torch_np/numpy_tests/lib/test_function_base, TestAngle (0.0005614354683792857) 2025-03-04T19:54:36.9937761Z torch_np/numpy_tests/lib/test_function_base, TestGradient (0.0005614354683792857) 2025-03-04T19:54:36.9938417Z torch_np/numpy_tests/lib/test_function_base, TestMedian (0.0005614354683792857) 2025-03-04T19:54:36.9939121Z torch_np/numpy_tests/lib/test_function_base, TestQuantile (0.0005614354683792857) 2025-03-04T19:54:36.9939772Z torch_np/numpy_tests/lib/test_function_base, TestTrapz (0.0005614354683792857) 2025-03-04T19:54:36.9940420Z torch_np/numpy_tests/lib/test_histograms, TestHistogramdd (0.0005614354683792857) 2025-03-04T19:54:36.9941042Z torch_np/numpy_tests/linalg/test_linalg, TestEigh (0.0005614354683792857) 2025-03-04T19:54:36.9941658Z torch_np/numpy_tests/linalg/test_linalg, TestEigvalsh (0.0005614354683792857) 2025-03-04T19:54:36.9942230Z torch_np/test_ndarray_methods, TestAmax (0.0005614354683792857) 2025-03-04T19:54:36.9942738Z torch_np/test_ndarray_methods, TestAmin (0.0005614354683792857) 2025-03-04T19:54:36.9943244Z test_autograd, TestAutogradFunctional (0.000541203559608861) 2025-03-04T19:54:36.9943760Z test_fake_tensor, FakeTensorOpInfoTestCPU (0.000541203559608861) 2025-03-04T19:54:36.9944286Z test_fake_tensor, FakeTensorOpInfoTestCUDA (0.000541203559608861) 2025-03-04T19:54:36.9944940Z test_fake_tensor, PropagateRealTensorsFakeTensorConstHandling (0.000541203559608861) 2025-03-04T19:54:36.9945694Z test_fake_tensor, PropagateRealTensorsFakeTensorOpInfoTestCPU (0.000541203559608861) 2025-03-04T19:54:36.9946476Z test_fake_tensor, PropagateRealTensorsFakeTensorOperatorInvariants (0.000541203559608861) 2025-03-04T19:54:36.9947232Z test_fake_tensor, PropagateRealTensorsFakeTensorPropTest (0.000541203559608861) 2025-03-04T19:54:36.9947867Z test_functionalization, TestFunctionalization (0.000541203559608861) 2025-03-04T19:54:36.9948416Z test_ops_fwd_gradients, TestFwdGradientsCPU (0.000541203559608861) 2025-03-04T19:54:36.9948898Z dynamo/test_pgo, PgoTest (0.0005380423238634821) 2025-03-04T19:54:36.9949375Z export/test_cpp_serdes, CppSerdesTestExport (0.0005275591309556379) 2025-03-04T19:54:36.9949899Z inductor/test_padding, PaddingTest (0.0005164101688407417) 2025-03-04T19:54:36.9950457Z onnx/test_models_onnxruntime, TestModels_new_jit_API (0.0005146491793476785) 2025-03-04T19:54:36.9950984Z test_meta, TestMetaConverter (0.000504356195760725) 2025-03-04T19:54:36.9951429Z inductor/test_minifier, MinifierTests (0.000503132554355283) 2025-03-04T19:54:36.9952010Z distributed/fsdp/test_fsdp_core, TestParityWithDDPCUDA (0.0004889207895025165) 2025-03-04T19:54:36.9952686Z distributed/fsdp/test_fsdp_misc, TestFSDPMiscMultiProcess (0.00047506078093631867) 2025-03-04T19:54:36.9953330Z dynamo/test_skip_non_tensor, SkipNonTensorTests (0.00047506078093631867) 2025-03-04T19:54:36.9953804Z test_ops, test_ops (0.00047506078093631867) 2025-03-04T19:54:36.9954386Z inductor/test_benchmark_fusion, BenchmarkMultiTemplateFusionCudaTest (0.00046626335906712756) 2025-03-04T19:54:36.9955189Z distributed/elastic/utils/distributed_test, DistributedUtilTest (0.00044112786801229586) 2025-03-04T19:54:36.9955864Z distributed/test_store, TestClientProtocol (0.00044112786801229586) 2025-03-04T19:54:36.9956412Z test_masked, TestMaskedCPU (0.00041881795284845567) 2025-03-04T19:54:36.9956857Z dynamo/test_interop, InteropTests (0.0004117442471735879) 2025-03-04T19:54:36.9957542Z distributed/test_c10d_gloo, GlooProcessGroupWithDispatchedCollectivesTests (0.0003859868845107589) 2025-03-04T19:54:36.9958271Z onnx/exporter/test_api, TestExportAPIDynamo (0.0003859868845107589) 2025-03-04T19:54:36.9958788Z test_jit_legacy, TestTypeSharing (0.0003859868845107589) 2025-03-04T19:54:36.9959462Z distributed/tensor/parallel/test_tp_examples, DistTensorParallelExampleTest (0.00037429031225285714) 2025-03-04T19:54:36.9960181Z distributed/test_c10d_nccl, TimeoutTest (0.00036328177365718483) 2025-03-04T19:54:36.9960678Z test_accelerator, TestAccelerator (0.0003593683443997127) 2025-03-04T19:54:36.9961297Z distributed/_composable/test_replicate_with_compiler, ReplicateTest (0.00034712407991192395) 2025-03-04T19:54:36.9962016Z inductor/test_benchmark_fusion, BenchmarkFusionCudaTest (0.00034577028696293135) 2025-03-04T19:54:36.9962877Z distributed/_composable/fsdp/test_fully_shard_training, TestFullyShardCastAfterInit (0.00034309945289845233) 2025-03-04T19:54:36.9963609Z test_cuda_expandable_segments, TestCuda (0.00032504158695642854) 2025-03-04T19:54:36.9964076Z test_jit, TestTypeSharing (0.00032504158695642854) 2025-03-04T19:54:36.9964726Z distributed/_composable/fsdp/test_fully_shard_init, TestFullyShardMetaDeviceInit (0.0003227299120955758) 2025-03-04T19:54:36.9965494Z dynamo/test_compiler_bisector, TestCompilerBisector (0.00027209703864537304) 2025-03-04T19:54:36.9966241Z distributed/_composable/fsdp/test_fully_shard_comm, TestFullyShardCollectiveOps (0.0002685126153118323) 2025-03-04T19:54:36.9966889Z test_decomp, HasDecompTest (0.0002685126153118323) 2025-03-04T19:54:36.9967424Z profiler/test_execution_trace, TestExecutionTraceCUDA (0.00025732458967383924) 2025-03-04T19:54:36.9967997Z test_flop_counter, TestFlopCounter (0.00025732458967383924) 2025-03-04T19:54:36.9968431Z test_meta, test_meta (0.00025732458967383924) 2025-03-04T19:54:36.9968861Z test_module_tracker, TestModuleTracker (0.00025732458967383924) 2025-03-04T19:54:36.9969425Z test_nestedtensor, TestNestedTensorAutogradCUDA (0.00025732458967383924) 2025-03-04T19:54:36.9970190Z distributed/fsdp/test_fsdp_use_orig_params, TestFSDPUseOrigParamsUnshardReshard (0.0002470316060868857) 2025-03-04T19:54:36.9970865Z test_jit_legacy, TestSaveLoad (0.00023753039046815934) 2025-03-04T19:54:36.9971326Z test_nestedtensor, TestNestedTensor (0.00023753039046815934) 2025-03-04T19:54:36.9972061Z test_nestedtensor, test.test_nestedtensor.TestNestedTensorSubclassCPU (0.00023753039046815934) 2025-03-04T19:54:36.9972710Z distributed/test_c10d_ucc, CommTest (0.0001992190371668433) 2025-03-04T19:54:36.9973499Z export/test_export_training_ir_to_run_decomp, TrainingIRToRunDecompExportTestDynamismExpression (0.00017872280039846758) 2025-03-04T19:54:36.9974438Z export/test_unflatten_training_ir, TrainingIRUnflattenTestUnflatten (0.00017872280039846758) 2025-03-04T19:54:36.9975332Z distributed/fsdp/test_fsdp_use_orig_params, TestFSDPUseOrigParamsMultipleParamGroups (0.0001767634254494611) 2025-03-04T19:54:36.9976035Z test_testing, TestTestingCUDA (0.0001731308299188043) 2025-03-04T19:54:36.9976494Z inductor/test_perf, NoopTests (0.00016691324735600385) 2025-03-04T19:54:36.9977271Z inductor/test_extension_backend, ExtensionBackendTests (0.00013425630765591615) 2025-03-04T19:54:36.9977887Z distributed/test_c10d_common, TimeoutTest (0.00013139979047174772) 2025-03-04T19:54:36.9978518Z distributed/tensor/test_dtensor_compile, TestDTensorCompile (0.00013047443983462271) 2025-03-04T19:54:36.9979183Z dynamo/test_skip_guard_eval_unsafe, RunDiffGuardTests (8.698295988974849e-05) 2025-03-04T19:54:36.9980072Z export/test_unflatten_training_ir, test.export.test_unflatten_training_ir.TrainingIRUnflattenTestUnflatten (8.698295988974849e-05) 2025-03-04T19:54:36.9980903Z test_mkldnn_verbose, TestMKLDNNVerbose (8.161837205513846e-05) 2025-03-04T19:54:36.9981630Z distributed/pipelining/test_schedule_multiproc, ScheduleTest (7.440981057960992e-05) 2025-03-04T19:54:36.9982401Z distributed/tensor/parallel/test_tp_style, TensorParallelStyleTest (7.440981057960992e-05) 2025-03-04T19:54:36.9983056Z lazy/test_meta_kernel, TestMetaKernel (7.440981057960992e-05) 2025-03-04T19:54:36.9983490Z test_jit_legacy, TestJit (7.440981057960992e-05) 2025-03-04T19:54:36.9983931Z test_jit_fuser_te, TestNNCOpInfoCPU (7.352131133538265e-05) 2025-03-04T19:54:36.9984446Z test_overrides, TestTorchFunctionWarning (7.352131133538265e-05) 2025-03-04T19:54:36.9984965Z onnx/test_onnx_opset, TestONNXOpset (6.640634572228111e-05) 2025-03-04T19:54:36.9985609Z inductor/test_aot_inductor_custom_ops, AOTInductorTestABICompatibleCpu (5.189739623674069e-05) 2025-03-04T19:54:36.9986332Z functorch/test_eager_transforms, TestGradTransformCPU (4.862826891474128e-05) 2025-03-04T19:54:36.9986935Z inductor/test_indexing, ExprPrinterTests (4.862826891474128e-05) 2025-03-04T19:54:36.9987613Z distributed/pipelining/test_microbatch, MicrobatchTests (4.8248360563844863e-05) 2025-03-04T19:54:36.9988259Z distributed/pipelining/test_pipe, PipeTests (4.8248360563844863e-05) 2025-03-04T19:54:36.9988969Z export/test_export_nonstrict, NonStrictExportTestDynamismExpression (4.8248360563844863e-05) 2025-03-04T19:54:36.9989773Z export/test_retraceability, RetraceExportTestDynamismExpression (4.8248360563844863e-05) 2025-03-04T19:54:36.9990503Z export/test_serdes, SerDesExportTestDynamismExpression (4.8248360563844863e-05) 2025-03-04T19:54:36.9991304Z export/test_serdes, test.export.test_serdes.SerDesExportTestDynamismExpression (4.8248360563844863e-05) 2025-03-04T19:54:36.9992031Z test_quantization, TestDuplicateDQPass (4.8248360563844863e-05) 2025-03-04T19:54:36.9992560Z test_quantization, TestMetaDataPorting (4.8248360563844863e-05) 2025-03-04T19:54:36.9993077Z test_ops, TestCompositeComplianceCPU (4.507876023483315e-05) 2025-03-04T19:54:36.9993761Z distributed/rpc/test_tensorpipe_agent, TensorPipeDdpUnderDistAutogradTest (4.379993015724924e-05) 2025-03-04T19:54:36.9994694Z inductor/test_compiled_autograd, test.inductor.test_compiled_autograd.TestCompiledAutograd (4.349147994487424e-05) 2025-03-04T19:54:36.9995499Z test_cuda_expandable_segments, TestCudaMallocAsync (4.2155564178649435e-05) 2025-03-04T19:54:36.9996152Z torch_np/numpy_tests/core/test_numeric, TestCreationFuncs (4.201217790593294e-05) 2025-03-04T19:54:36.9996862Z distributed/tensor/test_dtensor_compile, TestDTensorCompileE2E (4.1171934347814284e-05) 2025-03-04T19:54:36.9997558Z inductor/test_minifier_isolate, MinifierIsolateTests (4.063019836955357e-05) 2025-03-04T19:54:36.9998146Z inductor/test_inductor_utils, TestBench (3.698077935432421e-05) 2025-03-04T19:54:36.9998667Z test_ao_sparsity, TestQlinearPackedParams (3.698077935432421e-05) 2025-03-04T19:54:38.0502991Z inductor/test_group_batch_fusion, TestGroupBatchFusion (3.6760655667691324e-05) 2025-03-04T19:54:38.0503940Z base_commit: 6130f46efa5539abfeee284d298e5696e18b0475 2025-03-04T19:54:38.0505340Z Changed files: ['test/dynamo/test_graph_break_messages.py', 'torch/_dynamo/eval_frame.py', 'torch/_dynamo/exc.py', 'torch/testing/_internal/common_utils.py'] 2025-03-04T19:54:38.0506812Z Results from CorrelatedWithHistoricalFailures 2025-03-04T19:54:38.0507301Z dynamo/test_dynamic_shapes (0.25) 2025-03-04T19:54:38.0507739Z dynamo/test_misc (0.12512720181647063) 2025-03-04T19:54:38.0508258Z inductor/test_torchinductor (0.11313454265484381) 2025-03-04T19:54:38.0508856Z inductor/test_cpu_cpp_wrapper (0.1019122897772681) 2025-03-04T19:54:38.0509567Z inductor/test_torchinductor_dynamic_shapes (0.09684952420300184) 2025-03-04T19:54:38.0510316Z inductor/test_mkldnn_pattern_matcher (0.09440304890473693) 2025-03-04T19:54:38.0510902Z dynamo/test_repros (0.09100949344133306) 2025-03-04T19:54:38.0511364Z test_torch (0.09042689204269481) 2025-03-04T19:54:38.0511725Z dynamo/test_higher_order_ops (0.08127708986576093) 2025-03-04T19:54:38.0512502Z inductor/test_compiled_optimizers (0.0800415662133412) 2025-03-04T19:54:38.0512956Z inductor/test_torchinductor_opinfo (0.0738674738723429) 2025-03-04T19:54:38.0513487Z inductor/test_torchinductor_codegen_dynamic_shapes (0.07013115007819759) 2025-03-04T19:54:38.0513976Z dynamo/test_logging (0.06935375864366179) 2025-03-04T19:54:38.0514311Z test_nn (0.06360446405478698) 2025-03-04T19:54:38.0514623Z export/test_export (0.06357481293180883) 2025-03-04T19:54:38.0515004Z dynamo/test_structured_trace (0.059639489660491096) 2025-03-04T19:54:38.0515421Z inductor/test_compiled_autograd (0.05540429075408299) 2025-03-04T19:54:38.0515828Z inductor/test_halide (0.054730825517959214) 2025-03-04T19:54:38.0516321Z distributed/_composable/fsdp/test_fully_shard_compile (0.052910558018315) 2025-03-04T19:54:38.0516822Z dynamo/test_utils (0.05255004435951739) 2025-03-04T19:54:38.0517182Z dynamo/test_functions (0.04855836260631135) 2025-03-04T19:54:38.0517548Z inductor/test_cpu_repro (0.04746506971295594) 2025-03-04T19:54:38.0517924Z test_transformers (0.04702807914050939) 2025-03-04T19:54:38.0518418Z functorch/test_eager_transforms (0.046606983656222616) 2025-03-04T19:54:38.0518867Z inductor/test_triton_cpu_backend (0.04613794332326577) 2025-03-04T19:54:38.0519295Z functorch/test_aotdispatch (0.04432415021151597) 2025-03-04T19:54:38.0519661Z inductor/test_perf (0.04407988973448645) 2025-03-04T19:54:38.0520080Z distributed/test_dynamo_distributed (0.043182853960244016) 2025-03-04T19:54:38.0520538Z inductor/test_fused_attention (0.04198140955688576) 2025-03-04T19:54:38.0520919Z test_linalg (0.0380843814847916) 2025-03-04T19:54:38.0521301Z inductor/test_cpu_select_algorithm (0.0371506704384125) 2025-03-04T19:54:38.0521862Z test_nestedtensor (0.034419440197474546) 2025-03-04T19:54:38.0522275Z distributed/test_inductor_collectives (0.03188274006610415) 2025-03-04T19:54:38.0522730Z inductor/test_aot_inductor (0.03169397706502478) 2025-03-04T19:54:38.0523116Z dynamo/test_export (0.030540381814137946) 2025-03-04T19:54:38.0523485Z test_dynamic_shapes (0.027852231438507537) 2025-03-04T19:54:38.0523849Z dynamo/test_unspec (0.02563948852411982) 2025-03-04T19:54:38.0524181Z test_sparse_csr (0.023730743080387046) 2025-03-04T19:54:38.0524532Z test_public_bindings (0.02269063969635759) 2025-03-04T19:54:38.0524904Z profiler/test_profiler (0.02254527734312963) 2025-03-04T19:54:38.0525262Z test_fx (0.022019668898383027) 2025-03-04T19:54:38.0525650Z torch_np/numpy_tests/fft/test_pocketfft (0.02155820162163306) 2025-03-04T19:54:38.0526061Z test_utils (0.02137719007737964) 2025-03-04T19:54:38.0526385Z test_fake_tensor (0.020342950698154554) 2025-03-04T19:54:38.0526720Z test_jit_legacy (0.01885727714998133) 2025-03-04T19:54:38.0527050Z test_tensorboard (0.01873656816987405) 2025-03-04T19:54:38.0527428Z inductor/test_flex_attention (0.018710325333463385) 2025-03-04T19:54:38.0527803Z functorch/test_ops (0.018653684992536675) 2025-03-04T19:54:38.0528152Z export/test_serdes (0.01810201227793373) 2025-03-04T19:54:38.0528494Z test_autograd (0.017154304801700097) 2025-03-04T19:54:38.0528919Z torch_np/numpy_tests/lib/test_function_base (0.01662974986127365) 2025-03-04T19:54:38.0529372Z dynamo/test_generator (0.016183197397981408) 2025-03-04T19:54:38.0529820Z test_cpp_extensions_open_device_registration (0.016018890311260848) 2025-03-04T19:54:38.0530272Z test_custom_ops (0.015848484134165137) 2025-03-04T19:54:38.0530672Z inductor/test_aot_inductor_arrayref (0.01567210823688868) 2025-03-04T19:54:38.0531119Z inductor/test_cudagraph_trees (0.014820621448830134) 2025-03-04T19:54:38.0531755Z distributed/test_c10d_functional_native (0.014509235927573454) 2025-03-04T19:54:38.0532201Z test_quantization (0.014305579581020801) 2025-03-04T19:54:38.0532527Z test_ops (0.013591686005518805) 2025-03-04T19:54:38.0532841Z test_dispatch (0.013505465393595784) 2025-03-04T19:54:38.0533227Z inductor/test_standalone_compile (0.01339752960623438) 2025-03-04T19:54:38.0533757Z inductor/test_max_autotune (0.012697319248929695) 2025-03-04T19:54:38.0534142Z test_proxy_tensor (0.01264635429561914) 2025-03-04T19:54:38.0534492Z dynamo/test_subclasses (0.012628958639108057) 2025-03-04T19:54:38.0534851Z test_testing (0.012600566778965162) 2025-03-04T19:54:38.0535174Z test_optim (0.012166599845483822) 2025-03-04T19:54:38.0535559Z onnx/test_pytorch_onnx_onnxruntime (0.01193517377746696) 2025-03-04T19:54:38.0536007Z distributed/test_c10d_ops_nccl (0.011354392404963788) 2025-03-04T19:54:38.0536537Z distributed/_composable/fsdp/test_fully_shard_training (0.011286762256853367) 2025-03-04T19:54:38.0537068Z functorch/test_control_flow (0.01120484722416777) 2025-03-04T19:54:38.0537439Z test_package (0.011078933973977202) 2025-03-04T19:54:38.0537798Z export/test_retraceability (0.010863503958748648) 2025-03-04T19:54:38.0538210Z profiler/test_profiler_tree (0.01086200224524546) 2025-03-04T19:54:38.0538595Z dynamo/test_ctx_manager (0.010794200935628077) 2025-03-04T19:54:38.0539072Z distributed/flight_recorder/test_fr_analysis (0.010600858004014554) 2025-03-04T19:54:38.0539636Z export/test_export_nonstrict (0.010460590505479053) 2025-03-04T19:54:38.0540028Z export/test_passes (0.010332167752668785) 2025-03-04T19:54:38.0540481Z export/test_export_training_ir_to_run_decomp (0.010065845797281973) 2025-03-04T19:54:38.0540930Z test_native_mha (0.009617078653901176) 2025-03-04T19:54:38.0541261Z test_serialization (0.009370369390504781) 2025-03-04T19:54:38.0541603Z test_monitor (0.009273529106557217) 2025-03-04T19:54:38.0541922Z test_jit (0.00908663736663748) 2025-03-04T19:54:38.0542296Z higher_order_ops/test_with_effects (0.008905601922210581) 2025-03-04T19:54:38.0542692Z doctests (0.008060773052159758) 2025-03-04T19:54:38.0543114Z onnx/dynamo/test_dynamo_with_onnxruntime_backend (0.00803754415839221) 2025-03-04T19:54:38.0543578Z test_reductions (0.007918227758436681) 2025-03-04T19:54:38.0543925Z test_cpp_api_parity (0.007905861199273868) 2025-03-04T19:54:38.0544270Z test_modules (0.007836962671924783) 2025-03-04T19:54:38.0544608Z onnx/test_fx_passes (0.0076877515903849185) 2025-03-04T19:54:38.0545016Z torch_np/numpy_tests/core/test_dlpack (0.007531894161813033) 2025-03-04T19:54:38.0545529Z torch_np/numpy_tests/core/test_scalar_ctors (0.007531894161813033) 2025-03-04T19:54:38.0546010Z onnx/test_models_onnxruntime (0.0075133426983602924) 2025-03-04T19:54:38.0546433Z dynamo/test_autograd_function (0.006937685165766134) 2025-03-04T19:54:38.0546895Z torch_np/numpy_tests/linalg/test_linalg (0.006871527423511296) 2025-03-04T19:54:38.0547382Z dynamo/test_activation_checkpointing (0.006724399552615524) 2025-03-04T19:54:38.0547798Z test_stateless (0.006428285080627676) 2025-03-04T19:54:38.0548205Z torch_np/numpy_tests/core/test_numeric (0.006178939454608949) 2025-03-04T19:54:38.0548713Z torch_np/numpy_tests/lib/test_arraysetops (0.0061109399085712635) 2025-03-04T19:54:38.0549150Z test_legacy_vmap (0.005867056945099686) 2025-03-04T19:54:38.0549486Z dynamo/test_hooks (0.005749379606784167) 2025-03-04T19:54:38.0549848Z functorch/test_logging (0.005694512248208786) 2025-03-04T19:54:38.0550294Z torch_np/numpy_tests/lib/test_histograms (0.0056122765709615725) 2025-03-04T19:54:38.0550783Z distributed/test_functional_api (0.005600518166714895) 2025-03-04T19:54:38.0551185Z dynamo/test_modules (0.005589201280667333) 2025-03-04T19:54:38.0551620Z torch_np/numpy_tests/core/test_shape_base (0.005544277024923889) 2025-03-04T19:54:38.0552058Z inductor/test_codecache (0.005438798703002179) 2025-03-04T19:54:38.0552550Z inductor/test_cudagraph_trees_expandable_segments (0.005208939584297029) 2025-03-04T19:54:38.0553044Z export/test_serialize (0.0051994952029029064) 2025-03-04T19:54:38.0553423Z onnx/test_autograd_funs (0.005111771429569034) 2025-03-04T19:54:38.0553884Z torch_np/numpy_tests/core/test_numerictypes (0.005045613687314198) 2025-03-04T19:54:38.0554409Z torch_np/numpy_tests/core/test_scalarmath (0.005045613687314198) 2025-03-04T19:54:38.0554956Z inductor/test_cuda_repro (0.005002408606557419) 2025-03-04T19:54:38.0555377Z inductor/test_cutlass_backend (0.004848115782316435) 2025-03-04T19:54:38.0555768Z test_sympy_utils (0.004785893198975816) 2025-03-04T19:54:38.0556117Z inductor/test_config (0.004722190697061463) 2025-03-04T19:54:38.0556477Z dynamo/test_aot_autograd (0.004620913586342334) 2025-03-04T19:54:38.0556907Z profiler/test_memory_profiler (0.004618302501726111) 2025-03-04T19:54:38.0557335Z distributed/test_c10d_common (0.004328674805639675) 2025-03-04T19:54:38.0557731Z test_python_dispatch (0.004288443592740199) 2025-03-04T19:54:38.0558160Z distributed/pipelining/test_stage (0.004230630439111066) 2025-03-04T19:54:38.0558674Z distributed/pipelining/test_transformer (0.004204225404977534) 2025-03-04T19:54:38.0559121Z test_autograd_fallback (0.004155527813414088) 2025-03-04T19:54:38.0559504Z dynamo/test_decorators (0.004149279991876437) 2025-03-04T19:54:38.0559880Z functorch/test_vmap (0.004062154943180551) 2025-03-04T19:54:38.0560256Z profiler/test_torch_tidy (0.00398977891994723) 2025-03-04T19:54:38.0560702Z test_binary_ufuncs (0.003833539222256613) 2025-03-04T19:54:38.0561098Z inductor/test_inductor_freezing (0.0036948878530430385) 2025-03-04T19:54:38.0561509Z test_jit_fuser_te (0.0036833087437079417) 2025-03-04T19:54:38.0561911Z inductor/test_benchmark_fusion (0.0036115895813003435) 2025-03-04T19:54:38.0562322Z test_content_store (0.0036047754260527727) 2025-03-04T19:54:38.0562735Z distributed/test_multi_threaded_pg (0.003506226592568137) 2025-03-04T19:54:38.0563138Z test_pruning_op (0.003506226592568137) 2025-03-04T19:54:38.0563542Z inductor/test_distributed_patterns (0.003297438303890919) 2025-03-04T19:54:38.0563958Z test_ops_gradients (0.003116645860060566) 2025-03-04T19:54:38.0564378Z higher_order_ops/test_invoke_subgraph (0.003062677966379863) 2025-03-04T19:54:38.0564831Z inductor/test_cudacodecache (0.003041785248715974) 2025-03-04T19:54:38.0565239Z inductor/test_binary_folding (0.0027388706042956483) 2025-03-04T19:54:38.0565644Z inductor/test_mmdecomp (0.0027388706042956483) 2025-03-04T19:54:38.0566029Z dynamo/test_recompiles (0.002644426790354419) 2025-03-04T19:54:38.0566415Z backends/xeon/test_launch (0.0025972048833838046) 2025-03-04T19:54:38.0566776Z test_meta (0.0025484727878907483) 2025-03-04T19:54:38.0567087Z test_ao_sparsity (0.0025333401828529735) 2025-03-04T19:54:38.0567425Z export/test_db (0.0025127756224688517) 2025-03-04T19:54:38.0567878Z distributed/fsdp/test_fsdp_sharded_grad_scaler (0.0022855402973777487) 2025-03-04T19:54:38.0568368Z test_cpp_extensions_jit (0.0022855402973777487) 2025-03-04T19:54:38.0568730Z test_fx_passes (0.0022855402973777487) 2025-03-04T19:54:38.0569113Z test_fx_experimental (0.0022124225059393775) 2025-03-04T19:54:38.0569461Z test_accelerator (0.0022040771201622604) 2025-03-04T19:54:38.0569887Z dynamo/test_backward_higher_order_ops (0.0021722077206482735) 2025-03-04T19:54:38.0570372Z inductor/test_auto_functionalize (0.0021722077206482735) 2025-03-04T19:54:38.0570802Z test_expanded_weights (0.0021722077206482735) 2025-03-04T19:54:38.0571181Z inductor/test_padding (0.002144471414511662) 2025-03-04T19:54:38.0571695Z distributed/tensor/test_op_strategy (0.002077763906707044) 2025-03-04T19:54:38.0572184Z onnx/test_pytorch_onnx_no_runtime (0.002077763906707044) 2025-03-04T19:54:38.0572581Z test_foreach (0.002077763906707044) 2025-03-04T19:54:38.0572993Z functorch/test_memory_efficient_fusion (0.0020507799598666926) 2025-03-04T19:54:38.0573573Z distributed/tensor/parallel/test_micro_pipeline_tp (0.002049144549112522) 2025-03-04T19:54:38.0574071Z test_cuda_multigpu (0.0020351761993024895) 2025-03-04T19:54:38.0574521Z distributed/test_compute_comm_reordering (0.0019623325785566525) 2025-03-04T19:54:38.0574989Z inductor/test_torchbind (0.0019293521990851124) 2025-03-04T19:54:38.0575397Z inductor/test_triton_kernels (0.0019203575501383285) 2025-03-04T19:54:38.0575823Z torch_np/test_ndarray_methods (0.0018652653253392782) 2025-03-04T19:54:38.0576324Z test_overrides (0.0017944324648833559) 2025-03-04T19:54:38.0576694Z inductor/test_benchmarking (0.0017869714843722591) 2025-03-04T19:54:38.0577127Z profiler/test_execution_trace (0.0017708215113980486) 2025-03-04T19:54:38.0577533Z dynamo/test_global (0.00173146992225587) 2025-03-04T19:54:38.0577950Z inductor/test_scatter_optimization (0.0016428699371213832) 2025-03-04T19:54:38.0578442Z benchmark_utils/test_benchmark_utils (0.0016055448370008976) 2025-03-04T19:54:38.0578914Z distributions/test_distributions (0.0016055448370008976) 2025-03-04T19:54:38.0579346Z dynamo/test_optimizers (0.0016055448370008976) 2025-03-04T19:54:38.0579743Z inductor/test_multi_kernel (0.0016055448370008976) 2025-03-04T19:54:38.0580162Z inductor/test_pattern_matcher (0.0016055448370008976) 2025-03-04T19:54:38.0580562Z nn/test_convolution (0.0016055448370008976) 2025-03-04T19:54:38.0580906Z nn/test_dropout (0.0016055448370008976) 2025-03-04T19:54:38.0581249Z nn/test_embedding (0.0016055448370008976) 2025-03-04T19:54:38.0581604Z nn/test_lazy_modules (0.0016055448370008976) 2025-03-04T19:54:38.0582031Z nn/test_load_state_dict (0.0016055448370008976) 2025-03-04T19:54:38.0582404Z nn/test_module_hooks (0.0016055448370008976) 2025-03-04T19:54:38.0582778Z nn/test_multihead_attention (0.0016055448370008976) 2025-03-04T19:54:38.0583174Z nn/test_packed_sequence (0.0016055448370008976) 2025-03-04T19:54:38.0583565Z nn/test_parametrization (0.0016055448370008976) 2025-03-04T19:54:38.0583936Z test_dataloader (0.0016055448370008976) 2025-03-04T19:54:38.0584304Z test_functional_optim (0.0016055448370008976) 2025-03-04T19:54:38.0584660Z test_indexing (0.0016055448370008976) 2025-03-04T19:54:38.0584986Z test_jit_llga_fuser (0.0016055448370008976) 2025-03-04T19:54:38.0585341Z test_maskedtensor (0.0016055448370008976) 2025-03-04T19:54:38.0585680Z test_mkldnn (0.0016055448370008976) 2025-03-04T19:54:38.0586026Z test_mobile_optimizer (0.0016055448370008976) 2025-03-04T19:54:38.0586424Z test_multiprocessing_spawn (0.0016055448370008976) 2025-03-04T19:54:38.0586797Z test_namedtensor (0.0016055448370008976) 2025-03-04T19:54:38.0587155Z test_native_functions (0.0016055448370008976) 2025-03-04T19:54:38.0587509Z test_pytree (0.0016055448370008976) 2025-03-04T19:54:38.0587854Z test_scatter_gather_ops (0.0016055448370008976) 2025-03-04T19:54:38.0588235Z test_segment_reductions (0.0016055448370008976) 2025-03-04T19:54:38.0588582Z test_sparse (0.0016055448370008976) 2025-03-04T19:54:38.0588905Z test_subclass (0.0016055448370008976) 2025-03-04T19:54:38.0589262Z test_tensor_creation_ops (0.0016055448370008976) 2025-03-04T19:54:38.0589642Z test_type_promotion (0.0016055448370008976) 2025-03-04T19:54:38.0590027Z test_unary_ufuncs (0.0016055448370008976) 2025-03-04T19:54:38.0590453Z torch_np/numpy_tests/core/test_multiarray (0.0016055448370008976) 2025-03-04T19:54:38.0590917Z test_functionalization (0.0015851245529054964) 2025-03-04T19:54:38.0591305Z test_ops_fwd_gradients (0.0015851245529054964) 2025-03-04T19:54:38.0591675Z dynamo/test_pgo (0.0015819338835155903) 2025-03-04T19:54:38.0592055Z dynamo/test_skip_non_tensor (0.0015183659318243783) 2025-03-04T19:54:38.0592433Z test_cuda_sanitizer (0.0015183659318243783) 2025-03-04T19:54:38.0592858Z onnx/exporter/test_small_models_e2e (0.001484117076219317) 2025-03-04T19:54:38.0593266Z test_masked (0.0014615994378215068) 2025-03-04T19:54:38.0593607Z dynamo/test_interop (0.0014544598702637879) 2025-03-04T19:54:38.0593964Z inductor/test_fp8 (0.0014544347346949309) 2025-03-04T19:54:38.0594316Z export/test_cpp_serdes (0.001429139477735994) 2025-03-04T19:54:38.0594740Z dynamo/test_input_attr_tracking (0.0014284626858610927) 2025-03-04T19:54:38.0595191Z test_cpp_extensions_aot_no_ninja (0.0014284626858610927) 2025-03-04T19:54:38.0595601Z functorch/test_dims (0.0014055461721841766) 2025-03-04T19:54:38.0596109Z distributed/_composable/test_replicate_with_compiler (0.0013892380373290497) 2025-03-04T19:54:38.0596710Z dynamo/test_resume (0.0013851759378046959) 2025-03-04T19:54:38.0597049Z test_shape_ops (0.0013851759378046959) 2025-03-04T19:54:38.0597384Z test_cuda (0.0013357053685973852) 2025-03-04T19:54:38.0597752Z inductor/test_codegen_triton (0.0013098946368370493) 2025-03-04T19:54:38.0598137Z test_decomp (0.0013098946368370493) 2025-03-04T19:54:38.0598477Z test_module_tracker (0.0012986024416919025) 2025-03-04T19:54:38.0598889Z torch_np/numpy_tests/core/test_dtype (0.0012986024416919025) 2025-03-04T19:54:38.0599399Z torch_np/numpy_tests/core/test_getlimits (0.0012986024416919025) 2025-03-04T19:54:38.0599915Z torch_np/numpy_tests/core/test_indexing (0.0012986024416919025) 2025-03-04T19:54:38.0600717Z torch_np/numpy_tests/lib/test_arraypad (0.0012986024416919025) 2025-03-04T19:54:38.0601245Z torch_np/numpy_tests/lib/test_index_tricks (0.0012986024416919025) 2025-03-04T19:54:38.0601763Z torch_np/numpy_tests/lib/test_shape_base_ (0.0012986024416919025) 2025-03-04T19:54:38.0602289Z torch_np/numpy_tests/lib/test_twodim_base (0.0012986024416919025) 2025-03-04T19:54:38.0602986Z torch_np/numpy_tests/lib/test_type_check (0.0012986024416919025) 2025-03-04T19:54:38.0603444Z torch_np/test_reductions (0.0012986024416919025) 2025-03-04T19:54:38.0603825Z test_flop_counter (0.0012986024416919023) 2025-03-04T19:54:38.0604188Z dynamo/test_subgraphs (0.00127862394258895) 2025-03-04T19:54:38.0604550Z inductor/test_minifier (0.0012561027254183493) 2025-03-04T19:54:38.0604970Z distributions/test_constraints (0.0012399558798090423) 2025-03-04T19:54:38.0605392Z test_per_overload_api (0.0012399558798090423) 2025-03-04T19:54:38.0605875Z distributed/tensor/parallel/test_tp_examples (0.0012277695812359804) 2025-03-04T19:54:38.0606368Z dynamo/test_recompile_ux (0.0012222140627688493) 2025-03-04T19:54:38.0606772Z profiler/test_record_function (0.0012222140627688493) 2025-03-04T19:54:38.0607169Z functorch/test_ac (0.0012120289455791087) 2025-03-04T19:54:38.0607526Z test_mkldnn_verbose (0.0011212602580247264) 2025-03-04T19:54:38.0608019Z distributed/pipelining/test_schedule_multiproc (0.0011139845790504995) 2025-03-04T19:54:38.0608606Z distributed/tensor/parallel/test_tp_style (0.0011139845790504995) 2025-03-04T19:54:38.0609152Z distributed/fsdp/test_fsdp_use_orig_params (0.0011135321535944937) 2025-03-04T19:54:38.0609628Z test_ci_sanity_check_fail (0.0011130878071644876) 2025-03-04T19:54:38.0610006Z onnx/test_onnx_opset (0.001105906595505362) 2025-03-04T19:54:38.0610379Z inductor/test_indexing (0.00108796299051983) 2025-03-04T19:54:38.0610831Z distributed/pipelining/test_microbatch (0.0010875795449169683) 2025-03-04T19:54:38.0611338Z distributed/pipelining/test_pipe (0.0010875795449169683) 2025-03-04T19:54:38.0611858Z inductor/test_flex_decoding (0.001082933484944484) 2025-03-04T19:54:38.0612281Z inductor/test_inductor_utils (0.0010762070534740076) 2025-03-04T19:54:38.0612723Z inductor/test_group_batch_fusion (0.001075984880259005) 2025-03-04T19:54:38.0613271Z distributed/_composable/fsdp/test_fully_shard_autograd (0.001038881953353522) 2025-03-04T19:54:38.0613958Z distributed/_composable/fsdp/test_fully_shard_clip_grad_norm_ (0.001038881953353522) 2025-03-04T19:54:38.0614611Z distributed/_composable/fsdp/test_fully_shard_comm (0.001038881953353522) 2025-03-04T19:54:38.0615255Z distributed/_composable/fsdp/test_fully_shard_extensions (0.001038881953353522) 2025-03-04T19:54:38.0615909Z distributed/_composable/fsdp/test_fully_shard_frozen (0.001038881953353522) 2025-03-04T19:54:38.0616559Z distributed/_composable/fsdp/test_fully_shard_grad_scaler (0.001038881953353522) 2025-03-04T19:54:38.0617203Z distributed/_composable/fsdp/test_fully_shard_init (0.001038881953353522) 2025-03-04T19:54:38.0617831Z distributed/_composable/fsdp/test_fully_shard_logging (0.001038881953353522) 2025-03-04T19:54:38.0618452Z distributed/_composable/fsdp/test_fully_shard_memory (0.001038881953353522) 2025-03-04T19:54:38.0619117Z distributed/_composable/fsdp/test_fully_shard_mixed_precision (0.001038881953353522) 2025-03-04T19:54:38.0619899Z distributed/_composable/fsdp/test_fully_shard_overlap (0.001038881953353522) 2025-03-04T19:54:38.0620533Z distributed/_composable/fsdp/test_fully_shard_state (0.001038881953353522) 2025-03-04T19:54:38.0621176Z distributed/_composable/fsdp/test_fully_shard_state_dict (0.001038881953353522) 2025-03-04T19:54:38.0621775Z distributed/_composable/test_checkpoint (0.001038881953353522) 2025-03-04T19:54:38.0622394Z distributed/_composable/test_composability/test_2d_composability (0.001038881953353522) 2025-03-04T19:54:38.0623145Z distributed/_composable/test_composability/test_pp_composability (0.001038881953353522) 2025-03-04T19:54:38.0623775Z distributed/_composable/test_contract (0.001038881953353522) 2025-03-04T19:54:38.0624283Z distributed/_composable/test_replicate (0.001038881953353522) 2025-03-04T19:54:38.0624845Z distributed/_shard/sharded_optim/test_sharded_optim (0.001038881953353522) 2025-03-04T19:54:38.0625469Z distributed/_shard/sharded_tensor/ops/test_binary_cmp (0.001038881953353522) 2025-03-04T19:54:38.0626152Z distributed/_shard/sharded_tensor/ops/test_embedding (0.001038881953353522) 2025-03-04T19:54:38.0626797Z distributed/_shard/sharded_tensor/ops/test_embedding_bag (0.001038881953353522) 2025-03-04T19:54:38.0627415Z distributed/_shard/sharded_tensor/ops/test_init (0.001038881953353522) 2025-03-04T19:54:38.0628019Z distributed/_shard/sharded_tensor/ops/test_tensor_ops (0.001038881953353522) 2025-03-04T19:54:38.0628617Z distributed/_shard/sharded_tensor/test_logger (0.001038881953353522) 2025-03-04T19:54:38.0629212Z distributed/_shard/sharded_tensor/test_sharded_tensor (0.001038881953353522) 2025-03-04T19:54:38.0629861Z distributed/_shard/sharded_tensor/test_sharded_tensor_reshard (0.001038881953353522) 2025-03-04T19:54:38.0630519Z distributed/_shard/sharding_plan/test_sharding_plan (0.001038881953353522) 2025-03-04T19:54:38.0631133Z distributed/_shard/sharding_spec/test_sharding_spec (0.001038881953353522) 2025-03-04T19:54:38.0631672Z distributed/_shard/test_sharder (0.001038881953353522) 2025-03-04T19:54:38.0632160Z distributed/_tools/test_fsdp2_mem_tracker (0.001038881953353522) 2025-03-04T19:54:38.0632653Z distributed/_tools/test_mem_tracker (0.001038881953353522) 2025-03-04T19:54:38.0633145Z distributed/_tools/test_memory_tracker (0.001038881953353522) 2025-03-04T19:54:38.0633634Z distributed/_tools/test_mod_tracker (0.001038881953353522) 2025-03-04T19:54:38.0634139Z distributed/_tools/test_runtime_estimator (0.001038881953353522) 2025-03-04T19:54:38.0634659Z distributed/_tools/test_sac_estimator (0.001038881953353522) 2025-03-04T19:54:38.0635134Z distributed/_tools/test_sac_ilp (0.001038881953353522) 2025-03-04T19:54:38.0635665Z distributed/algorithms/ddp_comm_hooks/test_ddp_hooks (0.001038881953353522) 2025-03-04T19:54:38.0636223Z distributed/algorithms/test_join (0.001038881953353522) 2025-03-04T19:54:38.0636764Z distributed/checkpoint/e2e/test_e2e_save_and_load (0.001038881953353522) 2025-03-04T19:54:38.0637366Z distributed/checkpoint/e2e/test_fine_tuning (0.001038881953353522) 2025-03-04T19:54:38.0637916Z distributed/checkpoint/e2e/test_fsdp_ep (0.001038881953353522) 2025-03-04T19:54:38.0638439Z distributed/checkpoint/e2e/test_pipeline (0.001038881953353522) 2025-03-04T19:54:38.0638983Z distributed/checkpoint/fsdp/test_fsdp_dsd (0.001038881953353522) 2025-03-04T19:54:38.0639520Z distributed/checkpoint/test_checkpoint (0.001038881953353522) 2025-03-04T19:54:38.0640059Z distributed/checkpoint/test_compatibility (0.001038881953353522) 2025-03-04T19:54:38.0640609Z distributed/checkpoint/test_dedup_tensors (0.001038881953353522) 2025-03-04T19:54:38.0641200Z distributed/checkpoint/test_dtensor_checkpoint (0.001038881953353522) 2025-03-04T19:54:38.0641785Z distributed/checkpoint/test_dtensor_resharding (0.001038881953353522) 2025-03-04T19:54:38.0642401Z distributed/checkpoint/test_file_system_checkpoint (0.001038881953353522) 2025-03-04T19:54:38.0643052Z distributed/checkpoint/test_file_system_checkpoint_cpu (0.001038881953353522) 2025-03-04T19:54:38.0643729Z distributed/checkpoint/test_format_utils (0.001038881953353522) 2025-03-04T19:54:38.0644292Z distributed/checkpoint/test_fsdp_model_state (0.001038881953353522) 2025-03-04T19:54:38.0644871Z distributed/checkpoint/test_fsdp_optim_state (0.001038881953353522) 2025-03-04T19:54:38.0645486Z distributed/checkpoint/test_fsdp_tp_checkpoint_conversion (0.001038881953353522) 2025-03-04T19:54:38.0646084Z distributed/checkpoint/test_fsspec (0.001038881953353522) 2025-03-04T19:54:38.0646616Z distributed/checkpoint/test_hsdp_checkpoint (0.001038881953353522) 2025-03-04T19:54:38.0647172Z distributed/checkpoint/test_nested_dict (0.001038881953353522) 2025-03-04T19:54:38.0647685Z distributed/checkpoint/test_planner (0.001038881953353522) 2025-03-04T19:54:38.0648196Z distributed/checkpoint/test_save_load_api (0.001038881953353522) 2025-03-04T19:54:38.0648735Z distributed/checkpoint/test_state_dict (0.001038881953353522) 2025-03-04T19:54:38.0649293Z distributed/checkpoint/test_state_dict_utils (0.001038881953353522) 2025-03-04T19:54:38.0649953Z distributed/checkpoint/test_tp_checkpoint (0.001038881953353522) 2025-03-04T19:54:38.0650486Z distributed/checkpoint/test_traverse (0.001038881953353522) 2025-03-04T19:54:38.0650981Z distributed/checkpoint/test_utils (0.001038881953353522) 2025-03-04T19:54:38.0651538Z distributed/elastic/events/lib_test (0.001038881953353522) 2025-03-04T19:54:38.0652048Z distributed/elastic/metrics/api_test (0.001038881953353522) 2025-03-04T19:54:38.0652602Z distributed/elastic/multiprocessing/api_test (0.001038881953353522) 2025-03-04T19:54:38.0653162Z distributed/elastic/test_control_plane (0.001038881953353522) 2025-03-04T19:54:38.0653715Z distributed/elastic/timer/local_timer_example (0.001038881953353522) 2025-03-04T19:54:38.0654275Z distributed/elastic/timer/local_timer_test (0.001038881953353522) 2025-03-04T19:54:38.0654836Z distributed/elastic/utils/distributed_test (0.001038881953353522) 2025-03-04T19:54:38.0655392Z distributed/elastic/utils/logging_test (0.001038881953353522) 2025-03-04T19:54:38.0655895Z distributed/elastic/utils/util_test (0.001038881953353522) 2025-03-04T19:54:38.0656412Z distributed/fsdp/test_checkpoint_wrapper (0.001038881953353522) 2025-03-04T19:54:38.0656963Z distributed/fsdp/test_distributed_checkpoint (0.001038881953353522) 2025-03-04T19:54:38.0657467Z distributed/fsdp/test_fsdp_apply (0.001038881953353522) 2025-03-04T19:54:38.0657977Z distributed/fsdp/test_fsdp_backward_prefetch (0.001038881953353522) 2025-03-04T19:54:38.0658515Z distributed/fsdp/test_fsdp_checkpoint (0.001038881953353522) 2025-03-04T19:54:38.0659042Z distributed/fsdp/test_fsdp_clip_grad_norm (0.001038881953353522) 2025-03-04T19:54:38.0659539Z distributed/fsdp/test_fsdp_comm (0.001038881953353522) 2025-03-04T19:54:38.0660013Z distributed/fsdp/test_fsdp_comm_hooks (0.001038881953353522) 2025-03-04T19:54:38.0660474Z distributed/fsdp/test_fsdp_core (0.001038881953353522) 2025-03-04T19:54:38.0660987Z distributed/fsdp/test_fsdp_dtensor_state_dict (0.001038881953353522) 2025-03-04T19:54:38.0661527Z distributed/fsdp/test_fsdp_exec_order (0.001038881953353522) 2025-03-04T19:54:38.0662025Z distributed/fsdp/test_fsdp_fine_tune (0.001038881953353522) 2025-03-04T19:54:38.0662547Z distributed/fsdp/test_fsdp_flatten_params (0.001038881953353522) 2025-03-04T19:54:38.0663082Z distributed/fsdp/test_fsdp_freezing_weights (0.001038881953353522) 2025-03-04T19:54:38.0663577Z distributed/fsdp/test_fsdp_fx (0.001038881953353522) 2025-03-04T19:54:38.0664032Z distributed/fsdp/test_fsdp_grad_acc (0.001038881953353522) 2025-03-04T19:54:38.0664535Z distributed/fsdp/test_fsdp_hybrid_shard (0.001038881953353522) 2025-03-04T19:54:38.0665070Z distributed/fsdp/test_fsdp_ignored_modules (0.001038881953353522) 2025-03-04T19:54:38.0665573Z distributed/fsdp/test_fsdp_input (0.001038881953353522) 2025-03-04T19:54:38.0666022Z distributed/fsdp/test_fsdp_memory (0.001038881953353522) 2025-03-04T19:54:38.0666585Z distributed/fsdp/test_fsdp_meta (0.001038881953353522) 2025-03-04T19:54:38.0667038Z distributed/fsdp/test_fsdp_misc (0.001038881953353522) 2025-03-04T19:54:38.0667545Z distributed/fsdp/test_fsdp_mixed_precision (0.001038881953353522) 2025-03-04T19:54:38.0668105Z distributed/fsdp/test_fsdp_multiple_forward (0.001038881953353522) 2025-03-04T19:54:38.0668663Z distributed/fsdp/test_fsdp_multiple_wrapping (0.001038881953353522) 2025-03-04T19:54:38.0669217Z distributed/fsdp/test_fsdp_optim_state (0.001038881953353522) 2025-03-04T19:54:38.0669722Z distributed/fsdp/test_fsdp_overlap (0.001038881953353522) 2025-03-04T19:54:38.0670208Z distributed/fsdp/test_fsdp_pure_fp16 (0.001038881953353522) 2025-03-04T19:54:38.0670706Z distributed/fsdp/test_fsdp_state_dict (0.001038881953353522) 2025-03-04T19:54:38.0671216Z distributed/fsdp/test_fsdp_tp_integration (0.001038881953353522) 2025-03-04T19:54:38.0671735Z distributed/fsdp/test_fsdp_traversal (0.001038881953353522) 2025-03-04T19:54:38.0672221Z distributed/fsdp/test_fsdp_uneven (0.001038881953353522) 2025-03-04T19:54:38.0672778Z distributed/fsdp/test_fsdp_unshard_params (0.001038881953353522) 2025-03-04T19:54:38.0673337Z distributed/fsdp/test_hsdp_dtensor_state_dict (0.001038881953353522) 2025-03-04T19:54:38.0673858Z distributed/fsdp/test_shard_utils (0.001038881953353522) 2025-03-04T19:54:38.0674285Z distributed/fsdp/test_utils (0.001038881953353522) 2025-03-04T19:54:38.0674695Z distributed/fsdp/test_wrap (0.001038881953353522) 2025-03-04T19:54:38.0675117Z distributed/launcher/test_run (0.001038881953353522) 2025-03-04T19:54:38.0675583Z distributed/nn/jit/test_instantiator (0.001038881953353522) 2025-03-04T19:54:38.0676130Z distributed/optim/test_zero_redundancy_optimizer (0.001038881953353522) 2025-03-04T19:54:38.0676679Z distributed/pipelining/test_backward (0.001038881953353522) 2025-03-04T19:54:38.0677183Z distributed/pipelining/test_schedule (0.001038881953353522) 2025-03-04T19:54:38.0677695Z distributed/pipelining/test_unflatten (0.001038881953353522) 2025-03-04T19:54:38.0678266Z distributed/tensor/parallel/test_parallelize_api (0.001038881953353522) 2025-03-04T19:54:38.0678885Z distributed/tensor/parallel/test_tp_random_state (0.001038881953353522) 2025-03-04T19:54:38.0679396Z distributed/test_backends (0.001038881953353522) 2025-03-04T19:54:38.0679793Z distributed/test_c10d_logger (0.001038881953353522) 2025-03-04T19:54:38.0680261Z distributed/test_c10d_object_collectives (0.001038881953353522) 2025-03-04T19:54:38.0680723Z distributed/test_c10d_pypg (0.001038881953353522) 2025-03-04T19:54:38.0681172Z distributed/test_control_collectives (0.001038881953353522) 2025-03-04T19:54:38.0681640Z distributed/test_data_parallel (0.001038881953353522) 2025-03-04T19:54:38.0682056Z distributed/test_device_mesh (0.001038881953353522) 2025-03-04T19:54:38.0682467Z distributed/test_fake_pg (0.001038881953353522) 2025-03-04T19:54:38.0682867Z distributed/test_launcher (0.001038881953353522) 2025-03-04T19:54:38.0683269Z distributed/test_nccl (0.001038881953353522) 2025-03-04T19:54:38.0683695Z distributed/test_symmetric_memory (0.001038881953353522) 2025-03-04T19:54:38.0684112Z dynamo/test_after_aot (0.001038881953353522) 2025-03-04T19:54:38.0684499Z dynamo/test_aot_autograd_cache (0.001038881953353522) 2025-03-04T19:54:38.0684898Z dynamo/test_backends (0.001038881953353522) 2025-03-04T19:54:38.0685267Z dynamo/test_base_output (0.001038881953353522) 2025-03-04T19:54:38.0685658Z dynamo/test_bytecode_utils (0.001038881953353522) 2025-03-04T19:54:38.0686039Z dynamo/test_compile (0.001038881953353522) 2025-03-04T19:54:38.0686416Z dynamo/test_compiler_bisector (0.001038881953353522) 2025-03-04T19:54:38.0686813Z dynamo/test_comptime (0.001038881953353522) 2025-03-04T19:54:38.0687170Z dynamo/test_config (0.001038881953353522) 2025-03-04T19:54:38.0687534Z dynamo/test_cudagraphs (0.001038881953353522) 2025-03-04T19:54:38.0687999Z dynamo/test_cudagraphs_expandable_segments (0.001038881953353522) 2025-03-04T19:54:38.0688524Z dynamo/test_debug_utils (0.001038881953353522) 2025-03-04T19:54:38.0688918Z dynamo/test_deviceguard (0.001038881953353522) 2025-03-04T19:54:38.0689349Z dynamo/test_exc (0.001038881953353522) 2025-03-04T19:54:38.0689809Z dynamo/test_exceptions (0.001038881953353522) 2025-03-04T19:54:38.0690320Z dynamo/test_export_mutations (0.001038881953353522) 2025-03-04T19:54:38.0690953Z dynamo/test_frame_init (0.001038881953353522) 2025-03-04T19:54:38.0691568Z dynamo/test_fx_passes_pre_grad (0.001038881953353522) 2025-03-04T19:54:38.0703305Z dynamo/test_guard_manager (0.001038881953353522) 2025-03-04T19:54:38.0703896Z dynamo/test_metrics_context (0.001038881953353522) 2025-03-04T19:54:38.0704300Z dynamo/test_minifier (0.001038881953353522) 2025-03-04T19:54:38.0704689Z dynamo/test_model_output (0.001038881953353522) 2025-03-04T19:54:38.0705052Z dynamo/test_modes (0.001038881953353522) 2025-03-04T19:54:38.0705405Z dynamo/test_nops (0.001038881953353522) 2025-03-04T19:54:38.0705810Z dynamo/test_pre_dispatch (0.001038881953353522) 2025-03-04T19:54:38.0706420Z dynamo/test_profiler (0.001038881953353522) 2025-03-04T19:54:38.0706824Z dynamo/test_python_autograd (0.001038881953353522) 2025-03-04T19:54:38.0707213Z dynamo/test_reconstruct (0.001038881953353522) 2025-03-04T19:54:38.0707602Z dynamo/test_reorder_logs (0.001038881953353522) 2025-03-04T19:54:38.0707977Z dynamo/test_sdpa (0.001038881953353522) 2025-03-04T19:54:38.0708382Z dynamo/test_skip_guard_eval_unsafe (0.001038881953353522) 2025-03-04T19:54:38.0708803Z dynamo/test_sources (0.001038881953353522) 2025-03-04T19:54:38.0709163Z dynamo/test_torchrec (0.001038881953353522) 2025-03-04T19:54:38.0709520Z dynamo/test_trace_rules (0.001038881953353522) 2025-03-04T19:54:38.0709932Z dynamo/test_verify_correctness (0.001038881953353522) 2025-03-04T19:54:38.0710321Z dynamo/test_view (0.001038881953353522) 2025-03-04T19:54:38.0710679Z export/test_converter (0.001038881953353522) 2025-03-04T19:54:38.0711064Z export/test_draft_export (0.001038881953353522) 2025-03-04T19:54:38.0711450Z export/test_experimental (0.001038881953353522) 2025-03-04T19:54:38.0711903Z export/test_functionalized_assertions (0.001038881953353522) 2025-03-04T19:54:38.0712330Z export/test_hop (0.001038881953353522) 2025-03-04T19:54:38.0712683Z export/test_lift_unlift (0.001038881953353522) 2025-03-04T19:54:38.0713060Z export/test_pass_infra (0.001038881953353522) 2025-03-04T19:54:38.0713408Z export/test_schema (0.001038881953353522) 2025-03-04T19:54:38.0713756Z export/test_sparse (0.001038881953353522) 2025-03-04T19:54:38.0714101Z export/test_swap (0.001038881953353522) 2025-03-04T19:54:38.0714444Z export/test_tools (0.001038881953353522) 2025-03-04T19:54:38.0714800Z export/test_torchbind (0.001038881953353522) 2025-03-04T19:54:38.0715162Z export/test_tree_utils (0.001038881953353522) 2025-03-04T19:54:38.0715538Z export/test_unflatten (0.001038881953353522) 2025-03-04T19:54:38.0715954Z export/test_unflatten_training_ir (0.001038881953353522) 2025-03-04T19:54:38.0716377Z export/test_verifier (0.001038881953353522) 2025-03-04T19:54:38.0716754Z functorch/test_minifier (0.001038881953353522) 2025-03-04T19:54:38.0717125Z functorch/test_parsing (0.001038881953353522) 2025-03-04T19:54:38.0717514Z functorch/test_rearrange (0.001038881953353522) 2025-03-04T19:54:38.0717947Z functorch/test_vmap_registrations (0.001038881953353522) 2025-03-04T19:54:38.0718433Z inductor/test_aot_inductor_custom_ops (0.001038881953353522) 2025-03-04T19:54:38.0718917Z inductor/test_aot_inductor_package (0.001038881953353522) 2025-03-04T19:54:38.0719366Z inductor/test_autoheuristic (0.001038881953353522) 2025-03-04T19:54:38.0719756Z inductor/test_b2b_gemm (0.001038881953353522) 2025-03-04T19:54:38.0720141Z inductor/test_ck_backend (0.001038881953353522) 2025-03-04T19:54:38.0720543Z inductor/test_combo_kernels (0.001038881953353522) 2025-03-04T19:54:38.0720955Z inductor/test_compile_worker (0.001038881953353522) 2025-03-04T19:54:38.0721466Z inductor/test_control_flow (0.001038881953353522) 2025-03-04T19:54:38.0721909Z inductor/test_cooperative_reductions (0.001038881953353522) 2025-03-04T19:54:38.0722414Z inductor/test_coordinate_descent_tuner (0.001038881953353522) 2025-03-04T19:54:38.0722903Z inductor/test_cpp_wrapper_hipify (0.001038881953353522) 2025-03-04T19:54:38.0723349Z inductor/test_custom_lowering (0.001038881953353522) 2025-03-04T19:54:38.0723811Z inductor/test_custom_post_grad_passes (0.001038881953353522) 2025-03-04T19:54:38.0724248Z inductor/test_debug_trace (0.001038881953353522) 2025-03-04T19:54:38.0724688Z inductor/test_decompose_mem_bound_mm (0.001038881953353522) 2025-03-04T19:54:38.0725142Z inductor/test_dependencies (0.001038881953353522) 2025-03-04T19:54:38.0725587Z inductor/test_efficient_conv_bn_eval (0.001038881953353522) 2025-03-04T19:54:38.0726056Z inductor/test_extension_backend (0.001038881953353522) 2025-03-04T19:54:38.0726502Z inductor/test_external_callables (0.001038881953353522) 2025-03-04T19:54:38.0726909Z inductor/test_foreach (0.001038881953353522) 2025-03-04T19:54:38.0727341Z inductor/test_fx_fusion (0.001038881953353522) 2025-03-04T19:54:38.0727751Z inductor/test_gpu_cpp_wrapper (0.001038881953353522) 2025-03-04T19:54:38.0728220Z inductor/test_graph_transform_observer (0.001038881953353522) 2025-03-04T19:54:38.0728688Z inductor/test_inplacing_pass (0.001038881953353522) 2025-03-04T19:54:38.0729102Z inductor/test_kernel_benchmark (0.001038881953353522) 2025-03-04T19:54:38.0729527Z inductor/test_layout_optim (0.001038881953353522) 2025-03-04T19:54:38.0729939Z inductor/test_loop_ordering (0.001038881953353522) 2025-03-04T19:54:38.0730329Z inductor/test_memory (0.001038881953353522) 2025-03-04T19:54:38.0730723Z inductor/test_memory_planning (0.001038881953353522) 2025-03-04T19:54:38.0731109Z inductor/test_metrics (0.001038881953353522) 2025-03-04T19:54:38.0731610Z inductor/test_minifier_isolate (0.001038881953353522) 2025-03-04T19:54:38.0732054Z inductor/test_minifier_utils (0.001038881953353522) 2025-03-04T19:54:38.0732519Z inductor/test_move_constructors_to_cuda (0.001038881953353522) 2025-03-04T19:54:38.0732986Z inductor/test_op_dtype_prop (0.001038881953353522) 2025-03-04T19:54:38.0733393Z inductor/test_ordered_set (0.001038881953353522) 2025-03-04T19:54:38.0733762Z inductor/test_pad_mm (0.001038881953353522) 2025-03-04T19:54:38.0734135Z inductor/test_profiler (0.001038881953353522) 2025-03-04T19:54:38.0734541Z inductor/test_select_algorithm (0.001038881953353522) 2025-03-04T19:54:38.0734957Z inductor/test_snode_runtime (0.001038881953353522) 2025-03-04T19:54:38.0735392Z inductor/test_split_cat_fx_passes (0.001038881953353522) 2025-03-04T19:54:38.0735896Z inductor/test_torchinductor_strided_blocks (0.001038881953353522) 2025-03-04T19:54:38.0736426Z inductor/test_triton_extension_backend (0.001038881953353522) 2025-03-04T19:54:38.0736905Z inductor/test_triton_heuristics (0.001038881953353522) 2025-03-04T19:54:38.0737331Z inductor/test_triton_wrapper (0.001038881953353522) 2025-03-04T19:54:38.0737760Z inductor/test_unbacked_symints (0.001038881953353522) 2025-03-04T19:54:38.0738160Z inductor/test_utils (0.001038881953353522) 2025-03-04T19:54:38.0738517Z lazy/test_debug_util (0.001038881953353522) 2025-03-04T19:54:38.0738905Z lazy/test_functionalization (0.001038881953353522) 2025-03-04T19:54:38.0739282Z lazy/test_generator (0.001038881953353522) 2025-03-04T19:54:38.0739639Z lazy/test_reuse_ir (0.001038881953353522) 2025-03-04T19:54:38.0740001Z lazy/test_step_closures (0.001038881953353522) 2025-03-04T19:54:38.0740369Z lazy/test_ts_opinfo (0.001038881953353522) 2025-03-04T19:54:38.0740713Z nn/test_init (0.001038881953353522) 2025-03-04T19:54:38.0741038Z nn/test_pooling (0.001038881953353522) 2025-03-04T19:54:38.0741357Z nn/test_pruning (0.001038881953353522) 2025-03-04T19:54:38.0741708Z onnx/exporter/test_api (0.001038881953353522) 2025-03-04T19:54:38.0742104Z onnx/exporter/test_building (0.001038881953353522) 2025-03-04T19:54:38.0742645Z onnx/exporter/test_capture_strategies (0.001038881953353522) 2025-03-04T19:54:38.0743100Z onnx/exporter/test_core (0.001038881953353522) 2025-03-04T19:54:38.0743479Z onnx/exporter/test_tensors (0.001038881953353522) 2025-03-04T19:54:38.0743902Z onnx/internal/test_diagnostics (0.001038881953353522) 2025-03-04T19:54:38.0744340Z onnx/internal/test_registraion (0.001038881953353522) 2025-03-04T19:54:38.0744738Z onnx/test_custom_ops (0.001038881953353522) 2025-03-04T19:54:38.0745121Z onnx/test_fx_type_promotion (0.001038881953353522) 2025-03-04T19:54:38.0745497Z onnx/test_lazy_import (0.001038881953353522) 2025-03-04T19:54:38.0745890Z onnx/test_onnxscript_runtime (0.001038881953353522) 2025-03-04T19:54:38.0746291Z onnx/test_op_consistency (0.001038881953353522) 2025-03-04T19:54:38.0746682Z onnx/test_pytorch_jit_onnx (0.001038881953353522) 2025-03-04T19:54:38.0747125Z onnx/test_pytorch_onnx_shape_inference (0.001038881953353522) 2025-03-04T19:54:38.0747560Z onnx/test_symbolic_helper (0.001038881953353522) 2025-03-04T19:54:38.0748000Z onnx/test_utility_funs (0.001038881953353522) 2025-03-04T19:54:38.0748377Z onnx/test_verification (0.001038881953353522) 2025-03-04T19:54:38.0748765Z profiler/test_cpp_thread (0.001038881953353522) 2025-03-04T19:54:38.0749146Z profiler/test_kineto (0.001038881953353522) 2025-03-04T19:54:38.0749485Z test_autocast (0.001038881953353522) 2025-03-04T19:54:38.0749813Z test_autoload (0.001038881953353522) 2025-03-04T19:54:38.0750151Z test_bundled_inputs (0.001038881953353522) 2025-03-04T19:54:38.0750517Z test_comparison_utils (0.001038881953353522) 2025-03-04T19:54:38.0750912Z test_compile_benchmark_util (0.001038881953353522) 2025-03-04T19:54:38.0751284Z test_complex (0.001038881953353522) 2025-03-04T19:54:38.0751636Z test_cpp_extensions_aot_ninja (0.001038881953353522) 2025-03-04T19:54:38.0752066Z test_cpp_extensions_mtia_backend (0.001038881953353522) 2025-03-04T19:54:38.0752522Z test_cpp_extensions_stream_and_event (0.001038881953353522) 2025-03-04T19:54:38.0752978Z test_cuda_expandable_segments (0.001038881953353522) 2025-03-04T19:54:38.0753358Z test_datapipe (0.001038881953353522) 2025-03-04T19:54:38.0753670Z test_deploy (0.001038881953353522) 2025-03-04T19:54:38.0753985Z test_dlpack (0.001038881953353522) 2025-03-04T19:54:38.0754308Z test_file_check (0.001038881953353522) 2025-03-04T19:54:38.0754654Z test_function_schema (0.001038881953353522) 2025-03-04T19:54:38.0755066Z test_functional_autograd_benchmark (0.001038881953353522) 2025-03-04T19:54:38.0755521Z test_functionalization_of_rng_ops (0.001038881953353522) 2025-03-04T19:54:38.0755921Z test_futures (0.001038881953353522) 2025-03-04T19:54:38.0756269Z test_fx_reinplace_pass (0.001038881953353522) 2025-03-04T19:54:38.0756637Z test_import_stats (0.001038881953353522) 2025-03-04T19:54:38.0756970Z test_itt (0.001038881953353522) 2025-03-04T19:54:38.0757274Z test_jit_autocast (0.001038881953353522) 2025-03-04T19:54:38.0757623Z test_jit_disabled (0.001038881953353522) 2025-03-04T19:54:38.0757981Z test_jit_fuser_legacy (0.001038881953353522) 2025-03-04T19:54:38.0758333Z test_jiterator (0.001038881953353522) 2025-03-04T19:54:38.0758659Z test_license (0.001038881953353522) 2025-03-04T19:54:38.0758965Z test_logging (0.001038881953353522) 2025-03-04T19:54:38.0759293Z test_matmul_cuda (0.001038881953353522) 2025-03-04T19:54:38.0759630Z test_mkl_verbose (0.001038881953353522) 2025-03-04T19:54:38.0759970Z test_mkldnn_fusion (0.001038881953353522) 2025-03-04T19:54:38.0760358Z test_model_exports_to_core_aten (0.001038881953353522) 2025-03-04T19:54:38.0760743Z test_multiprocessing (0.001038881953353522) 2025-03-04T19:54:38.0761123Z test_namedtuple_return_api (0.001038881953353522) 2025-03-04T19:54:38.0761509Z test_numba_integration (0.001038881953353522) 2025-03-04T19:54:38.0761873Z test_numpy_interop (0.001038881953353522) 2025-03-04T19:54:38.0762211Z test_openmp (0.001038881953353522) 2025-03-04T19:54:38.0762588Z test_ops_jit (0.001038881953353522) 2025-03-04T19:54:38.0762927Z test_out_dtype_op (0.001038881953353522) 2025-03-04T19:54:38.0763267Z test_prims (0.001038881953353522) 2025-03-04T19:54:38.0763589Z test_schema_check (0.001038881953353522) 2025-03-04T19:54:38.0763992Z test_set_default_mobile_cpu_allocator (0.001038881953353522) 2025-03-04T19:54:38.0764402Z test_show_pickle (0.001038881953353522) 2025-03-04T19:54:38.0764737Z test_sort_and_select (0.001038881953353522) 2025-03-04T19:54:38.0765117Z test_sparse_semi_structured (0.001038881953353522) 2025-03-04T19:54:38.0765492Z test_spectral_ops (0.001038881953353522) 2025-03-04T19:54:38.0765834Z test_tensorexpr (0.001038881953353522) 2025-03-04T19:54:38.0766187Z test_tensorexpr_pybind (0.001038881953353522) 2025-03-04T19:54:38.0766532Z test_type_hints (0.001038881953353522) 2025-03-04T19:54:38.0766863Z test_type_info (0.001038881953353522) 2025-03-04T19:54:38.0767189Z test_typing (0.001038881953353522) 2025-03-04T19:54:38.0767536Z test_utils_config_module (0.001038881953353522) 2025-03-04T19:54:38.0767967Z test_view_ops (0.001038881953353522) 2025-03-04T19:54:38.0768280Z test_vulkan (0.001038881953353522) 2025-03-04T19:54:38.0768595Z test_weak (0.001038881953353522) 2025-03-04T19:54:38.0768936Z test_xnnpack_integration (0.001038881953353522) 2025-03-04T19:54:38.0769373Z torch_np/numpy_tests/core/test_einsum (0.001038881953353522) 2025-03-04T19:54:38.0769894Z torch_np/numpy_tests/core/test_scalar_methods (0.001038881953353522) 2025-03-04T19:54:38.0770435Z torch_np/numpy_tests/core/test_scalarinherit (0.001038881953353522) 2025-03-04T19:54:38.0770951Z torch_np/numpy_tests/fft/test_helper (0.001038881953353522) 2025-03-04T19:54:38.0771373Z torch_np/test_basic (0.001038881953353522) 2025-03-04T19:54:38.0771854Z torch_np/test_binary_ufuncs (0.001038881953353522) 2025-03-04T19:54:38.0772242Z torch_np/test_dtype (0.001038881953353522) 2025-03-04T19:54:38.0772610Z torch_np/test_function_base (0.001038881953353522) 2025-03-04T19:54:38.0773027Z torch_np/test_nep50_examples (0.001038881953353522) 2025-03-04T19:54:38.0773425Z torch_np/test_random (0.001038881953353522) 2025-03-04T19:54:38.0773823Z torch_np/test_scalars_0D_arrays (0.001038881953353522) 2025-03-04T19:54:38.0774237Z torch_np/test_ufuncs_basic (0.001038881953353522) 2025-03-04T19:54:38.0774619Z torch_np/test_unary_ufuncs (0.001038881953353522) 2025-03-04T19:54:38.0774987Z xpu/test_conv (0.001038881953353522) 2025-03-04T19:54:38.0775311Z xpu/test_gemm (0.001038881953353522) 2025-03-04T19:54:38.0775632Z test_mps (0.0005296260938665014) 2025-03-04T19:54:38.0775961Z inductor/test_smoke (0.00038958073250757076) 2025-03-04T19:54:38.0776394Z distributed/test_distributed_spawn (0.00020107392645552036) 2025-03-04T19:54:38.0776823Z inductor/test_mps_basic (0.00019479036625378538) 2025-03-04T19:54:38.0777292Z distributed/tensor/test_dtensor_compile (0.00013168926169269997) 2025-03-04T19:54:38.0777796Z lazy/test_extract_compiled_graph (7.510262569697752e-05) 2025-03-04T19:54:38.4939631Z lazy/test_meta_kernel (7.510262569697752e-05) 2025-03-04T19:54:38.4940572Z base_commit: 6130f46efa5539abfeee284d298e5696e18b0475 2025-03-04T19:54:38.4941486Z Changed files: ['test/dynamo/test_graph_break_messages.py', 'torch/_dynamo/eval_frame.py', 'torch/_dynamo/exc.py', 'torch/testing/_internal/common_utils.py'] 2025-03-04T19:54:38.4942294Z Results from HistorialEditedFiles 2025-03-04T19:54:38.4942625Z dynamo/test_export (0.25) 2025-03-04T19:54:38.4942937Z export/test_export (0.14996787285973154) 2025-03-04T19:54:38.4943277Z dynamo/test_modules (0.12530413558798797) 2025-03-04T19:54:38.4943724Z inductor/test_torchinductor_dynamic_shapes (0.10607041159720426) 2025-03-04T19:54:38.4944179Z dynamo/test_repros (0.10152748068722156) 2025-03-04T19:54:38.4944520Z dynamo/test_misc (0.09481098180619427) 2025-03-04T19:54:38.4944861Z functorch/test_ops (0.09375720060421071) 2025-03-04T19:54:38.4945244Z inductor/test_compiled_autograd (0.08581600091598797) 2025-03-04T19:54:38.4945918Z test_cuda (0.08066019967300221) 2025-03-04T19:54:38.4946243Z test_nestedtensor (0.07541270663067194) 2025-03-04T19:54:38.4946605Z dynamo/test_decorators (0.07207804814910691) 2025-03-04T19:54:38.4946967Z dynamo/test_hooks (0.0680737121408232) 2025-03-04T19:54:38.4947288Z test_modules (0.06406937613253948) 2025-03-04T19:54:38.4947673Z inductor/test_compiled_optimizers (0.05923874856699087) 2025-03-04T19:54:38.4948091Z dynamo/test_exceptions (0.05689970785104102) 2025-03-04T19:54:38.4948458Z dynamo/test_frame_init (0.05339114677711623) 2025-03-04T19:54:38.4948841Z functorch/test_aotdispatch (0.05253551942491886) 2025-03-04T19:54:38.4949240Z inductor/test_torchinductor (0.048647251127020175) 2025-03-04T19:54:38.4949624Z dynamo/test_logging (0.04271291742169298) 2025-03-04T19:54:38.4949960Z test_optim (0.041871957966961845) 2025-03-04T19:54:38.4950275Z test_autograd (0.0403412889830273) 2025-03-04T19:54:38.4950619Z dynamo/test_recompile_ux (0.04015942779322221) 2025-03-04T19:54:38.4951039Z functorch/test_eager_transforms (0.039481544326278005) 2025-03-04T19:54:38.4951539Z test_dataloader (0.03752634887763026) 2025-03-04T19:54:38.4951897Z inductor/test_cuda_repro (0.033720724280283935) 2025-03-04T19:54:38.4952262Z test_custom_ops (0.033534725047150625) 2025-03-04T19:54:38.4952608Z dynamo/test_minifier (0.033513212130866804) 2025-03-04T19:54:38.4952955Z test_testing (0.03346251987722348) 2025-03-04T19:54:38.4953332Z inductor/test_mkldnn_pattern_matcher (0.03247961428941237) 2025-03-04T19:54:38.4953749Z test_cuda_multigpu (0.03203468806626974) 2025-03-04T19:54:38.4954087Z test_shape_ops (0.03203468806626974) 2025-03-04T19:54:38.4954512Z dynamo/test_cudagraphs_expandable_segments (0.03052760578202756) 2025-03-04T19:54:38.4955078Z inductor/test_cudagraph_trees_expandable_segments (0.03052760578202756) 2025-03-04T19:54:38.4955578Z test_cuda_expandable_segments (0.03052760578202756) 2025-03-04T19:54:38.4956043Z distributed/test_dynamo_distributed (0.029365130727413927) 2025-03-04T19:54:38.4956465Z export/test_serialize (0.028030352057986024) 2025-03-04T19:54:38.4956968Z distributed/_composable/fsdp/test_fully_shard_compile (0.02536079471913021) 2025-03-04T19:54:38.4957606Z distributed/tensor/parallel/test_micro_pipeline_tp (0.02536079471913021) 2025-03-04T19:54:38.4958104Z nn/test_lazy_modules (0.02517011205206908) 2025-03-04T19:54:38.4958468Z dynamo/test_trace_rules (0.024538571058762622) 2025-03-04T19:54:38.4958903Z torch_np/numpy_tests/core/test_multiarray (0.02433127997154659) 2025-03-04T19:54:38.4959342Z dynamo/test_functions (0.02219016347495713) 2025-03-04T19:54:38.4959711Z export/test_unflatten (0.022108788506342222) 2025-03-04T19:54:38.4960058Z test_torch (0.02191404799591926) 2025-03-04T19:54:38.4960382Z test_binary_ufuncs (0.021864945823009508) 2025-03-04T19:54:38.4960725Z test_unary_ufuncs (0.021864945823009508) 2025-03-04T19:54:38.4961181Z distributed/elastic/multiprocessing/api_test (0.02135645871084649) 2025-03-04T19:54:38.4961731Z distributed/test_inductor_collectives (0.02135645871084649) 2025-03-04T19:54:38.4962168Z inductor/test_padding (0.02135645871084649) 2025-03-04T19:54:38.4962516Z test_monitor (0.02135645871084649) 2025-03-04T19:54:38.4962876Z dynamo/test_higher_order_ops (0.02106206678103942) 2025-03-04T19:54:38.4963264Z dynamo/test_optimizers (0.019576753818275953) 2025-03-04T19:54:38.4963663Z dynamo/test_structured_trace (0.019389416461163263) 2025-03-04T19:54:38.4964062Z dynamo/test_subclasses (0.019220812839761847) 2025-03-04T19:54:38.4964414Z test_mps (0.019170120586118517) 2025-03-04T19:54:38.4964752Z profiler/test_cpp_thread (0.01868690137199068) 2025-03-04T19:54:38.4965141Z functorch/test_control_flow (0.018358042859233082) 2025-03-04T19:54:38.4965538Z dynamo/test_recompiles (0.017913116636090447) 2025-03-04T19:54:38.4965908Z test_serialization (0.016798453753626246) 2025-03-04T19:54:38.4966265Z test_dynamic_shapes (0.016502718094745017) 2025-03-04T19:54:38.4966740Z distributed/pipelining/test_schedule_multiproc (0.01601734403313487) 2025-03-04T19:54:38.4967299Z test_content_store (0.014798633074092) 2025-03-04T19:54:38.4967693Z inductor/test_extension_backend (0.012937085565224318) 2025-03-04T19:54:38.4968098Z nn/test_convolution (0.012813875226507896) 2025-03-04T19:54:38.4968459Z export/test_passes (0.012525563033911469) 2025-03-04T19:54:38.4968801Z test_fx (0.012364265569437443) 2025-03-04T19:54:38.4969100Z export/test_db (0.012013008024851153) 2025-03-04T19:54:38.4969453Z export/test_pass_infra (0.012013008024851153) 2025-03-04T19:54:38.4969822Z export/test_verifier (0.012013008024851153) 2025-03-04T19:54:38.4970160Z test_nn (0.011190784364483562) 2025-03-04T19:54:38.4970466Z test_linalg (0.011034170333937355) 2025-03-04T19:54:38.4970817Z profiler/test_execution_trace (0.010678229355423246) 2025-03-04T19:54:38.4971242Z profiler/test_memory_profiler (0.010678229355423246) 2025-03-04T19:54:38.4971752Z profiler/test_profiler_tree (0.010678229355423246) 2025-03-04T19:54:38.4972174Z dynamo/test_autograd_function (0.00915276801893421) 2025-03-04T19:54:38.4972631Z functorch/test_vmap (0.00915276801893421) 2025-03-04T19:54:38.4972994Z nn/test_load_state_dict (0.00915276801893421) 2025-03-04T19:54:38.4973358Z inductor/test_cpu_repro (0.008932749556940602) 2025-03-04T19:54:38.4973734Z dynamo/test_backends (0.008135793794608187) 2025-03-04T19:54:38.4974106Z test_cpp_extensions_jit (0.008008672016567435) 2025-03-04T19:54:38.4974517Z test_cpp_extensions_mtia_backend (0.008008672016567435) 2025-03-04T19:54:38.4975010Z test_cpp_extensions_open_device_registration (0.008008672016567435) 2025-03-04T19:54:38.4975510Z test_cpp_extensions_stream_and_event (0.008008672016567435) 2025-03-04T19:54:38.4975926Z test_transformers (0.008008672016567435) 2025-03-04T19:54:38.4976261Z test_typing (0.007718118603649656) 2025-03-04T19:54:38.4976571Z test_jit (0.007088096243715683) 2025-03-04T19:54:38.4976888Z dynamo/test_unspec (0.006406937613253948) 2025-03-04T19:54:38.4977259Z inductor/test_triton_kernels (0.006345034834381929) 2025-03-04T19:54:38.4977633Z test_sparse (0.005843690350550305) 2025-03-04T19:54:38.4977967Z dynamo/test_comptime (0.005824488739321771) 2025-03-04T19:54:38.4978347Z distributed/test_c10d_gloo (0.005397148532904141) 2025-03-04T19:54:38.4978782Z dynamo/test_skip_guard_eval_unsafe (0.005339114677711623) 2025-03-04T19:54:38.4979261Z inductor/test_coordinate_descent_tuner (0.005245445999155279) 2025-03-04T19:54:38.4979688Z test_datapipe (0.005040654851007247) 2025-03-04T19:54:38.4980041Z inductor/test_minifier (0.0050379338497381475) 2025-03-04T19:54:38.4980398Z test_mkldnn (0.0049522223097615056) 2025-03-04T19:54:38.4980722Z test_decomp (0.004928413548656883) 2025-03-04T19:54:38.4981040Z test_maskedtensor (0.004928413548656883) 2025-03-04T19:54:38.4981389Z test_ops_gradients (0.004928413548656883) 2025-03-04T19:54:38.4981735Z test_tensorboard (0.004928413548656883) 2025-03-04T19:54:38.4982163Z torch_np/numpy_tests/core/test_scalarmath (0.004817611903341626) 2025-03-04T19:54:38.4982685Z torch_np/numpy_tests/core/test_indexing (0.004598280583675083) 2025-03-04T19:54:38.4983205Z torch_np/numpy_tests/lib/test_function_base (0.004598280583675083) 2025-03-04T19:54:38.4983711Z torch_np/numpy_tests/linalg/test_linalg (0.004598280583675083) 2025-03-04T19:54:38.4984182Z dynamo/test_verify_correctness (0.004576384009467105) 2025-03-04T19:54:38.4984637Z inductor/test_cpu_select_algorithm (0.004576384009467105) 2025-03-04T19:54:38.4985065Z test_tensor_creation_ops (0.004474686587034504) 2025-03-04T19:54:38.4985431Z test_sparse_csr (0.004340076180614622) 2025-03-04T19:54:38.4985770Z export/test_torchbind (0.004271291742169299) 2025-03-04T19:54:38.4986187Z higher_order_ops/test_with_effects (0.004271291742169299) 2025-03-04T19:54:38.4986591Z test_type_hints (0.004070385727295856) 2025-03-04T19:54:38.4987073Z distributed/_composable/test_replicate_with_compiler (0.004004336008283717) 2025-03-04T19:54:38.4987699Z distributed/_tools/test_sac_ilp (0.004004336008283717) 2025-03-04T19:54:38.4988158Z dynamo/test_activation_checkpointing (0.004004336008283717) 2025-03-04T19:54:38.4988654Z dynamo/test_backward_higher_order_ops (0.004004336008283717) 2025-03-04T19:54:38.4989144Z inductor/test_distributed_patterns (0.004004336008283717) 2025-03-04T19:54:38.4989559Z inductor/test_fp8 (0.004004336008283717) 2025-03-04T19:54:38.4989939Z inductor/test_loop_ordering (0.004004336008283717) 2025-03-04T19:54:38.4990314Z test_matmul_cuda (0.004004336008283717) 2025-03-04T19:54:38.4990678Z inductor/test_binary_folding (0.0035594097851410823) 2025-03-04T19:54:38.4991094Z inductor/test_control_flow (0.0035594097851410823) 2025-03-04T19:54:38.4991495Z inductor/test_debug_trace (0.0035594097851410823) 2025-03-04T19:54:38.4991901Z inductor/test_dependencies (0.0035594097851410823) 2025-03-04T19:54:38.4992300Z inductor/test_indexing (0.0035594097851410823) 2025-03-04T19:54:38.4992672Z inductor/test_mmdecomp (0.0035594097851410823) 2025-03-04T19:54:38.4993097Z inductor/test_split_cat_fx_passes (0.0035594097851410823) 2025-03-04T19:54:38.4993699Z inductor/test_torchinductor_codegen_dynamic_shapes (0.0035594097851410823) 2025-03-04T19:54:38.4994183Z test_indexing (0.0035594097851410823) 2025-03-04T19:54:38.4994521Z test_module_tracker (0.0035594097851410823) 2025-03-04T19:54:38.4994860Z test_schema_check (0.0035594097851410823) 2025-03-04T19:54:38.4995212Z test_type_promotion (0.0035594097851410823) 2025-03-04T19:54:38.4995656Z torch_np/numpy_tests/lib/test_shape_base_ (0.0034247993787212016) 2025-03-04T19:54:38.4996111Z dynamo/test_ctx_manager (0.003372072428028394) 2025-03-04T19:54:38.4996526Z onnx/test_pytorch_onnx_no_runtime (0.003372072428028394) 2025-03-04T19:54:38.4996929Z onnx/test_utility_funs (0.003372072428028394) 2025-03-04T19:54:38.4997301Z test_mobile_optimizer (0.003203468806626974) 2025-03-04T19:54:38.4997777Z onnx/dynamo/test_dynamo_with_onnxruntime_backend (0.0031001311031873943) 2025-03-04T19:54:38.4998373Z distributed/flight_recorder/test_fr_analysis (0.0030693017252249265) 2025-03-04T19:54:38.4998918Z torch_np/numpy_tests/core/test_dlpack (0.0029122443696608857) 2025-03-04T19:54:38.4999407Z torch_np/numpy_tests/core/test_dtype (0.0029122443696608857) 2025-03-04T19:54:38.4999920Z torch_np/numpy_tests/core/test_getlimits (0.0029122443696608857) 2025-03-04T19:54:38.5000691Z torch_np/numpy_tests/core/test_numeric (0.0029122443696608857) 2025-03-04T19:54:38.5001208Z torch_np/numpy_tests/core/test_numerictypes (0.0029122443696608857) 2025-03-04T19:54:38.5001757Z torch_np/numpy_tests/core/test_scalar_ctors (0.0029122443696608857) 2025-03-04T19:54:38.5002296Z torch_np/numpy_tests/core/test_shape_base (0.0029122443696608857) 2025-03-04T19:54:38.5002812Z torch_np/numpy_tests/lib/test_arraypad (0.0029122443696608857) 2025-03-04T19:54:38.5003328Z torch_np/numpy_tests/lib/test_arraysetops (0.0029122443696608857) 2025-03-04T19:54:38.5003856Z torch_np/numpy_tests/lib/test_histograms (0.0029122443696608857) 2025-03-04T19:54:38.5004381Z torch_np/numpy_tests/lib/test_index_tricks (0.0029122443696608857) 2025-03-04T19:54:38.5004915Z torch_np/numpy_tests/lib/test_twodim_base (0.0029122443696608857) 2025-03-04T19:54:38.5005438Z torch_np/numpy_tests/lib/test_type_check (0.0029122443696608857) 2025-03-04T19:54:38.5005916Z torch_np/test_ndarray_methods (0.0029122443696608857) 2025-03-04T19:54:38.5006332Z torch_np/test_reductions (0.0029122443696608857) 2025-03-04T19:54:38.5006700Z dynamo/test_config (0.002785625049240847) 2025-03-04T19:54:38.5007049Z dynamo/test_modes (0.002785625049240847) 2025-03-04T19:54:38.5007479Z distributed/fsdp/test_fsdp_optim_state (0.0017557120431068625) 2025-03-04T19:54:38.5007910Z nn/test_init (0.0017557120431068625) 2025-03-04T19:54:38.5008251Z nn/test_module_hooks (0.0017557120431068625) 2025-03-04T19:54:38.5008589Z test_autocast (0.0017557120431068625) 2025-03-04T19:54:38.5008916Z test_prims (0.0017557120431068625) 2025-03-04T19:54:38.5009502Z test_pytree (0.0017557120431068625) 2025-03-04T19:54:38.5009834Z test_stateless (0.0017557120431068625) 2025-03-04T19:54:38.5010222Z inductor/test_triton_heuristics (0.001686036214014197) 2025-03-04T19:54:38.5010724Z torch_np/numpy_tests/core/test_scalar_methods (0.001686036214014197) 2025-03-04T19:54:38.5011153Z test_ops (0.001427831810953737) 2025-03-04T19:54:38.5011578Z distributed/test_c10d_common (0.0013928125246204235) 2025-03-04T19:54:38.5012001Z distributed/test_c10d_nccl (0.0013928125246204235) 2025-03-04T19:54:38.5012406Z distributed/test_c10d_ucc (0.0013928125246204235) 2025-03-04T19:54:38.5012800Z distributed/test_store (0.0013928125246204235) 2025-03-04T19:54:38.5013185Z test_multiprocessing_spawn (0.0013928125246204235) 2025-03-04T19:54:38.5013577Z test_bundled_inputs (0.0010010840020709293) 2025-03-04T19:54:38.5013928Z test_complex (0.0010010840020709293) 2025-03-04T19:54:38.5014252Z test_futures (0.0010010840020709293) 2025-03-04T19:54:38.5014576Z test_type_info (0.0010010840020709293) 2025-03-04T19:54:38.5014897Z test_utils (0.0010010840020709293) 2025-03-04T19:54:38.5015376Z distributions/test_distributions (0.0009152768018934212) 2025-03-04T19:54:38.5015881Z distributed/checkpoint/test_state_dict (0.0005125550090603159) 2025-03-04T19:54:38.5016352Z dynamo/test_guard_manager (0.0005125550090603159) 2025-03-04T19:54:38.5016790Z onnx/test_pytorch_onnx_onnxruntime (0.0005125550090603159) 2025-03-04T19:54:38.5017201Z test_fx_experimental (0.0005125550090603159) 2025-03-04T19:54:39.1635341Z test_numpy_interop (0.0004642708415401412) 2025-03-04T19:54:39.1636066Z base_commit: 6130f46efa5539abfeee284d298e5696e18b0475 2025-03-04T19:54:39.1637610Z Changed files: ['test/dynamo/test_graph_break_messages.py', 'torch/_dynamo/eval_frame.py', 'torch/_dynamo/exc.py', 'torch/testing/_internal/common_utils.py'] 2025-03-04T19:54:39.1638553Z Results from Profiling 2025-03-04T19:54:39.1638831Z backends/xeon/test_launch (0.25) 2025-03-04T19:54:39.1639182Z benchmark_utils/test_benchmark_utils (0.25) 2025-03-04T19:54:39.1639590Z distributed/test_data_parallel (0.25) 2025-03-04T19:54:39.1639975Z distributed/test_dynamo_distributed (0.25) 2025-03-04T19:54:39.1640459Z distributed/test_inductor_collectives (0.25) 2025-03-04T19:54:39.1640831Z distributions/test_distributions (0.25) 2025-03-04T19:54:39.1641211Z dynamo/test_activation_checkpointing (0.25) 2025-03-04T19:54:39.1641576Z dynamo/test_aot_autograd (0.25) 2025-03-04T19:54:39.1641913Z dynamo/test_autograd_function (0.25) 2025-03-04T19:54:39.1642253Z dynamo/test_backends (0.25) 2025-03-04T19:54:39.1642546Z dynamo/test_comptime (0.25) 2025-03-04T19:54:39.1642858Z dynamo/test_ctx_manager (0.25) 2025-03-04T19:54:39.1643173Z dynamo/test_cudagraphs (0.25) 2025-03-04T19:54:39.1643483Z dynamo/test_decorators (0.25) 2025-03-04T19:54:39.1643798Z dynamo/test_dynamic_shapes (0.25) 2025-03-04T19:54:39.1644107Z dynamo/test_exc (0.25) 2025-03-04T19:54:39.1644387Z dynamo/test_export (0.25) 2025-03-04T19:54:39.1644704Z dynamo/test_export_mutations (0.25) 2025-03-04T19:54:39.1645105Z dynamo/test_global (0.25) 2025-03-04T19:54:39.1645495Z dynamo/test_higher_order_ops (0.25) 2025-03-04T19:54:39.1645945Z dynamo/test_logging (0.25) 2025-03-04T19:54:39.1646251Z dynamo/test_minifier (0.25) 2025-03-04T19:54:39.1646553Z dynamo/test_misc (0.25) 2025-03-04T19:54:39.1646841Z dynamo/test_modules (0.25) 2025-03-04T19:54:39.1647135Z dynamo/test_optimizers (0.25) 2025-03-04T19:54:39.1647444Z dynamo/test_repros (0.25) 2025-03-04T19:54:39.1647738Z dynamo/test_subclasses (0.25) 2025-03-04T19:54:39.1648051Z dynamo/test_subgraphs (0.25) 2025-03-04T19:54:39.1648356Z dynamo/test_unspec (0.25) 2025-03-04T19:54:39.1648653Z dynamo/test_verify_correctness (0.25) 2025-03-04T19:54:39.1648987Z export/test_db (0.25) 2025-03-04T19:54:39.1649264Z export/test_export (0.25) 2025-03-04T19:54:39.1649560Z export/test_pass_infra (0.25) 2025-03-04T19:54:39.1649863Z export/test_passes (0.25) 2025-03-04T19:54:39.1650438Z export/test_serialize (0.25) 2025-03-04T19:54:39.1650749Z export/test_verifier (0.25) 2025-03-04T19:54:39.1651070Z functorch/test_control_flow (0.25) 2025-03-04T19:54:39.1651429Z functorch/test_eager_transforms (0.25) 2025-03-04T19:54:39.1651902Z functorch/test_memory_efficient_fusion (0.25) 2025-03-04T19:54:39.1652265Z functorch/test_minifier (0.25) 2025-03-04T19:54:39.1652585Z functorch/test_ops (0.25) 2025-03-04T19:54:39.1652889Z functorch/test_parsing (0.25) 2025-03-04T19:54:39.1653208Z functorch/test_rearrange (0.25) 2025-03-04T19:54:39.1653531Z functorch/test_vmap (0.25) 2025-03-04T19:54:39.1653842Z functorch/test_vmap_registrations (0.25) 2025-03-04T19:54:39.1654208Z inductor/test_compiled_autograd (0.25) 2025-03-04T19:54:39.1654554Z inductor/test_config (0.25) 2025-03-04T19:54:39.1654866Z inductor/test_cpu_repro (0.25) 2025-03-04T19:54:39.1655188Z inductor/test_cudagraph_trees (0.25) 2025-03-04T19:54:39.1655517Z inductor/test_fx_fusion (0.25) 2025-03-04T19:54:39.1655840Z inductor/test_layout_optim (0.25) 2025-03-04T19:54:39.1656170Z inductor/test_minifier (0.25) 2025-03-04T19:54:39.1656589Z inductor/test_mmdecomp (0.25) 2025-03-04T19:54:39.1656916Z inductor/test_torchinductor (0.25) 2025-03-04T19:54:39.1657315Z inductor/test_torchinductor_codegen_dynamic_shapes (0.25) 2025-03-04T19:54:39.1657788Z inductor/test_torchinductor_dynamic_shapes (0.25) 2025-03-04T19:54:39.1658197Z inductor/test_torchinductor_opinfo (0.25) 2025-03-04T19:54:39.1658552Z lazy/test_debug_util (0.25) 2025-03-04T19:54:39.1658858Z lazy/test_reuse_ir (0.25) 2025-03-04T19:54:39.1659147Z lazy/test_step_closures (0.25) 2025-03-04T19:54:39.1659462Z lazy/test_ts_opinfo (0.25) 2025-03-04T19:54:39.1659763Z nn/test_convolution (0.25) 2025-03-04T19:54:39.1660058Z nn/test_dropout (0.25) 2025-03-04T19:54:39.1660342Z nn/test_embedding (0.25) 2025-03-04T19:54:39.1660621Z nn/test_lazy_modules (0.25) 2025-03-04T19:54:39.1660926Z nn/test_module_hooks (0.25) 2025-03-04T19:54:39.1661241Z nn/test_multihead_attention (0.25) 2025-03-04T19:54:39.1661575Z nn/test_packed_sequence (0.25) 2025-03-04T19:54:39.1661896Z nn/test_parametrization (0.25) 2025-03-04T19:54:39.1662194Z nn/test_pooling (0.25) 2025-03-04T19:54:39.1662477Z nn/test_pruning (0.25) 2025-03-04T19:54:39.1662758Z test_ao_sparsity (0.25) 2025-03-04T19:54:39.1663040Z test_autocast (0.25) 2025-03-04T19:54:39.1663295Z test_autograd (0.25) 2025-03-04T19:54:39.1663566Z test_binary_ufuncs (0.25) 2025-03-04T19:54:39.1663860Z test_bundled_inputs (0.25) 2025-03-04T19:54:39.1664163Z test_comparison_utils (0.25) 2025-03-04T19:54:39.1664463Z test_complex (0.25) 2025-03-04T19:54:39.1664721Z test_content_store (0.25) 2025-03-04T19:54:39.1665012Z test_cpp_api_parity (0.25) 2025-03-04T19:54:39.1665323Z test_cpp_extensions_aot_ninja (0.25) 2025-03-04T19:54:39.1665676Z test_cpp_extensions_aot_no_ninja (0.25) 2025-03-04T19:54:39.1666028Z test_cpp_extensions_jit (0.25) 2025-03-04T19:54:39.1666383Z test_cpp_extensions_open_device_registration (0.25) 2025-03-04T19:54:39.1666769Z test_cuda_multigpu (0.25) 2025-03-04T19:54:39.1667062Z test_custom_ops (0.25) 2025-03-04T19:54:39.1667340Z test_datapipe (0.25) 2025-03-04T19:54:39.1667607Z test_decomp (0.25) 2025-03-04T19:54:39.1667851Z test_deploy (0.25) 2025-03-04T19:54:39.1668113Z test_dispatch (0.25) 2025-03-04T19:54:39.1668373Z test_dlpack (0.25) 2025-03-04T19:54:39.1668636Z test_dynamic_shapes (0.25) 2025-03-04T19:54:39.1668937Z test_expanded_weights (0.25) 2025-03-04T19:54:39.1669225Z test_fake_tensor (0.25) 2025-03-04T19:54:39.1669501Z test_foreach (0.25) 2025-03-04T19:54:39.1669771Z test_function_schema (0.25) 2025-03-04T19:54:39.1670098Z test_functional_autograd_benchmark (0.25) 2025-03-04T19:54:39.1670442Z test_functional_optim (0.25) 2025-03-04T19:54:39.1670758Z test_functionalization (0.25) 2025-03-04T19:54:39.1671093Z test_functionalization_of_rng_ops (0.25) 2025-03-04T19:54:39.1671434Z test_futures (0.25) 2025-03-04T19:54:39.1671815Z test_fx_reinplace_pass (0.25) 2025-03-04T19:54:39.1672111Z test_import_stats (0.25) 2025-03-04T19:54:39.1672406Z test_indexing (0.25) 2025-03-04T19:54:39.1672668Z test_itt (0.25) 2025-03-04T19:54:39.1672916Z test_license (0.25) 2025-03-04T19:54:39.1673176Z test_linalg (0.25) 2025-03-04T19:54:39.1673420Z test_logging (0.25) 2025-03-04T19:54:39.1673681Z test_masked (0.25) 2025-03-04T19:54:39.1673947Z test_maskedtensor (0.25) 2025-03-04T19:54:39.1674227Z test_meta (0.25) 2025-03-04T19:54:39.1674482Z test_mkl_verbose (0.25) 2025-03-04T19:54:39.1674746Z test_mkldnn (0.25) 2025-03-04T19:54:39.1675012Z test_mkldnn_fusion (0.25) 2025-03-04T19:54:39.1675309Z test_mkldnn_verbose (0.25) 2025-03-04T19:54:39.1675614Z test_mobile_optimizer (0.25) 2025-03-04T19:54:39.1675913Z test_modules (0.25) 2025-03-04T19:54:39.1676163Z test_monitor (0.25) 2025-03-04T19:54:39.1676440Z test_multiprocessing (0.25) 2025-03-04T19:54:39.1676758Z test_multiprocessing_spawn (0.25) 2025-03-04T19:54:39.1677165Z test_native_functions (0.25) 2025-03-04T19:54:39.1677479Z test_native_mha (0.25) 2025-03-04T19:54:39.1677912Z test_nestedtensor (0.25) 2025-03-04T19:54:39.1678197Z test_nn (0.25) 2025-03-04T19:54:39.1678462Z test_numba_integration (0.25) 2025-03-04T19:54:39.1678776Z test_numpy_interop (0.25) 2025-03-04T19:54:39.1679055Z test_openmp (0.25) 2025-03-04T19:54:39.1679313Z test_ops (0.25) 2025-03-04T19:54:39.1679594Z test_ops_fwd_gradients (0.25) 2025-03-04T19:54:39.1679891Z test_ops_gradients (0.25) 2025-03-04T19:54:39.1680185Z test_ops_jit (0.25) 2025-03-04T19:54:39.1680450Z test_optim (0.25) 2025-03-04T19:54:39.1680711Z test_out_dtype_op (0.25) 2025-03-04T19:54:39.1681035Z test_per_overload_api (0.25) 2025-03-04T19:54:39.1681391Z test_prims (0.25) 2025-03-04T19:54:39.1681658Z test_pruning_op (0.25) 2025-03-04T19:54:39.1681951Z test_public_bindings (0.25) 2025-03-04T19:54:39.1682255Z test_pytree (0.25) 2025-03-04T19:54:39.1682535Z test_scatter_gather_ops (0.25) 2025-03-04T19:54:39.1682844Z test_schema_check (0.25) 2025-03-04T19:54:39.1683150Z test_segment_reductions (0.25) 2025-03-04T19:54:39.1683470Z test_serialization (0.25) 2025-03-04T19:54:39.1683802Z test_set_default_mobile_cpu_allocator (0.25) 2025-03-04T19:54:39.1684159Z test_shape_ops (0.25) 2025-03-04T19:54:39.1684421Z test_show_pickle (0.25) 2025-03-04T19:54:39.1684705Z test_sort_and_select (0.25) 2025-03-04T19:54:39.1684996Z test_sparse (0.25) 2025-03-04T19:54:39.1685256Z test_sparse_csr (0.25) 2025-03-04T19:54:39.1685548Z test_sparse_semi_structured (0.25) 2025-03-04T19:54:39.1685861Z test_spectral_ops (0.25) 2025-03-04T19:54:39.1686144Z test_stateless (0.25) 2025-03-04T19:54:39.1686410Z test_subclass (0.25) 2025-03-04T19:54:39.1686675Z test_sympy_utils (0.25) 2025-03-04T19:54:39.1686953Z test_tensor_creation_ops (0.25) 2025-03-04T19:54:39.1687272Z test_tensorboard (0.25) 2025-03-04T19:54:39.1687564Z test_tensorexpr_pybind (0.25) 2025-03-04T19:54:39.1687860Z test_testing (0.25) 2025-03-04T19:54:39.1688122Z test_torch (0.25) 2025-03-04T19:54:39.1688369Z test_transformers (0.25) 2025-03-04T19:54:39.1688661Z test_type_hints (0.25) 2025-03-04T19:54:39.1688940Z test_type_info (0.25) 2025-03-04T19:54:39.1689222Z test_type_promotion (0.25) 2025-03-04T19:54:39.1689520Z test_unary_ufuncs (0.25) 2025-03-04T19:54:39.1689792Z test_utils (0.25) 2025-03-04T19:54:39.1690046Z test_view_ops (0.25) 2025-03-04T19:54:39.1690308Z test_weak (0.25) 2025-03-04T19:54:39.1690581Z test_xnnpack_integration (0.25) 2025-03-04T19:54:39.1691000Z distributed/fsdp/test_checkpoint_wrapper (0.16666666666666666) 2025-03-04T19:54:39.1691624Z distributed/fsdp/test_fsdp_sharded_grad_scaler (0.16666666666666666) 2025-03-04T19:54:39.1692120Z distributed/test_c10d_gloo (0.16666666666666666) 2025-03-04T19:54:39.1692548Z distributed/test_c10d_spawn_gloo (0.16666666666666666) 2025-03-04T19:54:39.1692967Z distributed/test_fake_pg (0.16666666666666666) 2025-03-04T19:54:39.1693348Z dynamo/test_after_aot (0.16666666666666666) 2025-03-04T19:54:39.1693820Z dynamo/test_config (0.16666666666666666) 2025-03-04T19:54:39.1694187Z dynamo/test_functions (0.16666666666666666) 2025-03-04T19:54:39.1694552Z dynamo/test_interop (0.16666666666666666) 2025-03-04T19:54:39.1694905Z dynamo/test_nops (0.16666666666666666) 2025-03-04T19:54:39.1695267Z dynamo/test_pre_dispatch (0.16666666666666666) 2025-03-04T19:54:39.1695653Z dynamo/test_python_autograd (0.16666666666666666) 2025-03-04T19:54:39.1696047Z dynamo/test_recompiles (0.16666666666666666) 2025-03-04T19:54:39.1696432Z dynamo/test_skip_non_tensor (0.16666666666666666) 2025-03-04T19:54:39.1696829Z functorch/test_aotdispatch (0.16666666666666666) 2025-03-04T19:54:39.1697229Z inductor/test_aot_inductor (0.16666666666666666) 2025-03-04T19:54:39.1697636Z inductor/test_binary_folding (0.16666666666666666) 2025-03-04T19:54:39.1698057Z inductor/test_compiled_optimizers (0.16666666666666666) 2025-03-04T19:54:39.1698534Z inductor/test_coordinate_descent_tuner (0.16666666666666666) 2025-03-04T19:54:39.1699055Z inductor/test_cuda_repro (0.16666666666666666) 2025-03-04T19:54:39.1699458Z inductor/test_custom_lowering (0.16666666666666666) 2025-03-04T19:54:39.1699889Z inductor/test_extension_backend (0.16666666666666666) 2025-03-04T19:54:39.1700474Z inductor/test_foreach (0.16666666666666666) 2025-03-04T19:54:39.1700880Z inductor/test_fused_attention (0.16666666666666666) 2025-03-04T19:54:39.1701316Z inductor/test_group_batch_fusion (0.16666666666666666) 2025-03-04T19:54:39.1701764Z inductor/test_inductor_freezing (0.16666666666666666) 2025-03-04T19:54:39.1702195Z inductor/test_kernel_benchmark (0.16666666666666666) 2025-03-04T19:54:39.1702596Z inductor/test_max_autotune (0.16666666666666666) 2025-03-04T19:54:39.1703034Z inductor/test_mkldnn_pattern_matcher (0.16666666666666666) 2025-03-04T19:54:39.1703480Z inductor/test_pattern_matcher (0.16666666666666666) 2025-03-04T19:54:39.1703861Z inductor/test_perf (0.16666666666666666) 2025-03-04T19:54:39.1704253Z inductor/test_select_algorithm (0.16666666666666666) 2025-03-04T19:54:39.1704637Z inductor/test_smoke (0.16666666666666666) 2025-03-04T19:54:39.1705010Z inductor/test_snode_runtime (0.16666666666666666) 2025-03-04T19:54:39.1705443Z inductor/test_split_cat_fx_passes (0.16666666666666666) 2025-03-04T19:54:39.1705893Z inductor/test_standalone_compile (0.16666666666666666) 2025-03-04T19:54:39.1706327Z inductor/test_triton_wrapper (0.16666666666666666) 2025-03-04T19:54:39.1706823Z onnx/dynamo/test_dynamo_with_onnxruntime_backend (0.16666666666666666) 2025-03-04T19:54:39.1707291Z onnx/test_fx_passes (0.16666666666666666) 2025-03-04T19:54:39.1707690Z onnx/test_pytorch_onnx_no_runtime (0.16666666666666666) 2025-03-04T19:54:39.1708080Z test_cuda (0.16666666666666666) 2025-03-04T19:54:39.1708434Z test_cuda_expandable_segments (0.16666666666666666) 2025-03-04T19:54:39.1708808Z test_fx (0.16666666666666666) 2025-03-04T19:54:39.1709104Z test_proxy_tensor (0.16666666666666666) 2025-03-04T19:54:39.1709467Z test_python_dispatch (0.16666666666666666) 2025-03-04T19:54:39.1709824Z test_quantization (0.16666666666666666) 2025-03-04T19:54:39.1710251Z distributed/_composable/test_checkpoint (0.08333333333333333) 2025-03-04T19:54:39.1710757Z distributed/_composable/test_contract (0.08333333333333333) 2025-03-04T19:54:39.1711245Z distributed/_composable/test_replicate (0.08333333333333333) 2025-03-04T19:54:39.1711808Z distributed/_shard/sharded_optim/test_sharded_optim (0.08333333333333333) 2025-03-04T19:54:39.1712428Z distributed/_shard/sharded_tensor/ops/test_binary_cmp (0.08333333333333333) 2025-03-04T19:54:39.1713055Z distributed/_shard/sharded_tensor/ops/test_embedding (0.08333333333333333) 2025-03-04T19:54:39.1713690Z distributed/_shard/sharded_tensor/ops/test_embedding_bag (0.08333333333333333) 2025-03-04T19:54:39.1714307Z distributed/_shard/sharded_tensor/ops/test_init (0.08333333333333333) 2025-03-04T19:54:39.1714896Z distributed/_shard/sharded_tensor/ops/test_tensor_ops (0.08333333333333333) 2025-03-04T19:54:39.1715652Z distributed/_shard/sharded_tensor/test_logger (0.08333333333333333) 2025-03-04T19:54:39.1716246Z distributed/_shard/sharded_tensor/test_sharded_tensor (0.08333333333333333) 2025-03-04T19:54:39.1716911Z distributed/_shard/sharded_tensor/test_sharded_tensor_reshard (0.08333333333333333) 2025-03-04T19:54:39.1717571Z distributed/_shard/sharding_plan/test_sharding_plan (0.08333333333333333) 2025-03-04T19:54:39.1718192Z distributed/_shard/sharding_spec/test_sharding_spec (0.08333333333333333) 2025-03-04T19:54:39.1718744Z distributed/_tools/test_memory_tracker (0.08333333333333333) 2025-03-04T19:54:39.1719320Z distributed/algorithms/ddp_comm_hooks/test_ddp_hooks (0.08333333333333333) 2025-03-04T19:54:39.1719986Z distributed/algorithms/quantization/test_quantization (0.08333333333333333) 2025-03-04T19:54:39.1720560Z distributed/algorithms/test_join (0.08333333333333333) 2025-03-04T19:54:39.1721048Z distributed/checkpoint/test_checkpoint (0.08333333333333333) 2025-03-04T19:54:39.1721663Z distributed/checkpoint/test_dedup_tensors (0.08333333333333333) 2025-03-04T19:54:39.1722238Z distributed/checkpoint/test_dtensor_checkpoint (0.08333333333333333) 2025-03-04T19:54:39.1722846Z distributed/checkpoint/test_file_system_checkpoint (0.08333333333333333) 2025-03-04T19:54:39.1723490Z distributed/checkpoint/test_file_system_checkpoint_cpu (0.08333333333333333) 2025-03-04T19:54:39.1724103Z distributed/checkpoint/test_fsdp_model_state (0.08333333333333333) 2025-03-04T19:54:39.1724674Z distributed/checkpoint/test_fsdp_optim_state (0.08333333333333333) 2025-03-04T19:54:39.1725186Z distributed/checkpoint/test_fsspec (0.08333333333333333) 2025-03-04T19:54:39.1725686Z distributed/checkpoint/test_nested_dict (0.08333333333333333) 2025-03-04T19:54:39.1726192Z distributed/checkpoint/test_planner (0.08333333333333333) 2025-03-04T19:54:39.1726684Z distributed/checkpoint/test_traverse (0.08333333333333333) 2025-03-04T19:54:39.1727163Z distributed/checkpoint/test_utils (0.08333333333333333) 2025-03-04T19:54:39.1727640Z distributed/elastic/events/lib_test (0.08333333333333333) 2025-03-04T19:54:39.1728114Z distributed/elastic/metrics/api_test (0.08333333333333333) 2025-03-04T19:54:39.1728653Z distributed/elastic/multiprocessing/api_test (0.08333333333333333) 2025-03-04T19:54:39.1729231Z distributed/elastic/timer/local_timer_example (0.08333333333333333) 2025-03-04T19:54:39.1729795Z distributed/elastic/timer/local_timer_test (0.08333333333333333) 2025-03-04T19:54:39.1730347Z distributed/elastic/utils/distributed_test (0.08333333333333333) 2025-03-04T19:54:39.1730868Z distributed/elastic/utils/logging_test (0.08333333333333333) 2025-03-04T19:54:39.1731373Z distributed/elastic/utils/util_test (0.08333333333333333) 2025-03-04T19:54:39.1731974Z distributed/fsdp/test_distributed_checkpoint (0.08333333333333333) 2025-03-04T19:54:39.1732490Z distributed/fsdp/test_fsdp_apply (0.08333333333333333) 2025-03-04T19:54:39.1733002Z distributed/fsdp/test_fsdp_backward_prefetch (0.08333333333333333) 2025-03-04T19:54:39.1733546Z distributed/fsdp/test_fsdp_checkpoint (0.08333333333333333) 2025-03-04T19:54:39.1734049Z distributed/fsdp/test_fsdp_clip_grad_norm (0.08333333333333333) 2025-03-04T19:54:39.1734540Z distributed/fsdp/test_fsdp_comm (0.08333333333333333) 2025-03-04T19:54:39.1735006Z distributed/fsdp/test_fsdp_comm_hooks (0.08333333333333333) 2025-03-04T19:54:39.1735473Z distributed/fsdp/test_fsdp_core (0.08333333333333333) 2025-03-04T19:54:39.1735971Z distributed/fsdp/test_fsdp_dtensor_state_dict (0.08333333333333333) 2025-03-04T19:54:39.1736491Z distributed/fsdp/test_fsdp_exec_order (0.08333333333333333) 2025-03-04T19:54:39.1736983Z distributed/fsdp/test_fsdp_fine_tune (0.08333333333333333) 2025-03-04T19:54:39.1737493Z distributed/fsdp/test_fsdp_flatten_params (0.08333333333333333) 2025-03-04T19:54:39.1738034Z distributed/fsdp/test_fsdp_freezing_weights (0.08333333333333333) 2025-03-04T19:54:39.1738521Z distributed/fsdp/test_fsdp_fx (0.08333333333333333) 2025-03-04T19:54:39.1739068Z distributed/fsdp/test_fsdp_grad_acc (0.08333333333333333) 2025-03-04T19:54:39.1739558Z distributed/fsdp/test_fsdp_hybrid_shard (0.08333333333333333) 2025-03-04T19:54:39.1740095Z distributed/fsdp/test_fsdp_ignored_modules (0.08333333333333333) 2025-03-04T19:54:39.1740598Z distributed/fsdp/test_fsdp_input (0.08333333333333333) 2025-03-04T19:54:39.1741055Z distributed/fsdp/test_fsdp_memory (0.08333333333333333) 2025-03-04T19:54:39.1741507Z distributed/fsdp/test_fsdp_meta (0.08333333333333333) 2025-03-04T19:54:39.1741932Z distributed/fsdp/test_fsdp_misc (0.08333333333333333) 2025-03-04T19:54:39.1742420Z distributed/fsdp/test_fsdp_mixed_precision (0.08333333333333333) 2025-03-04T19:54:39.1742964Z distributed/fsdp/test_fsdp_multiple_forward (0.08333333333333333) 2025-03-04T19:54:39.1743521Z distributed/fsdp/test_fsdp_multiple_wrapping (0.08333333333333333) 2025-03-04T19:54:39.1744056Z distributed/fsdp/test_fsdp_optim_state (0.08333333333333333) 2025-03-04T19:54:39.1744534Z distributed/fsdp/test_fsdp_overlap (0.08333333333333333) 2025-03-04T19:54:39.1745067Z distributed/fsdp/test_fsdp_pure_fp16 (0.08333333333333333) 2025-03-04T19:54:39.1745562Z distributed/fsdp/test_fsdp_state_dict (0.08333333333333333) 2025-03-04T19:54:39.1746072Z distributed/fsdp/test_fsdp_tp_integration (0.08333333333333333) 2025-03-04T19:54:39.1746580Z distributed/fsdp/test_fsdp_traversal (0.08333333333333333) 2025-03-04T19:54:39.1747049Z distributed/fsdp/test_fsdp_uneven (0.08333333333333333) 2025-03-04T19:54:39.1747688Z distributed/fsdp/test_fsdp_unshard_params (0.08333333333333333) 2025-03-04T19:54:39.1748292Z distributed/fsdp/test_fsdp_use_orig_params (0.08333333333333333) 2025-03-04T19:54:39.1748781Z distributed/fsdp/test_shard_utils (0.08333333333333333) 2025-03-04T19:54:39.1749215Z distributed/fsdp/test_utils (0.08333333333333333) 2025-03-04T19:54:39.1749622Z distributed/fsdp/test_wrap (0.08333333333333333) 2025-03-04T19:54:39.1750074Z distributed/nn/jit/test_instantiator (0.08333333333333333) 2025-03-04T19:54:39.1750616Z distributed/optim/test_zero_redundancy_optimizer (0.08333333333333333) 2025-03-04T19:54:39.1751180Z distributed/rpc/cuda/test_tensorpipe_agent (0.08333333333333333) 2025-03-04T19:54:39.1751681Z distributed/rpc/test_faulty_agent (0.08333333333333333) 2025-03-04T19:54:39.1752132Z distributed/rpc/test_share_memory (0.08333333333333333) 2025-03-04T19:54:39.1752605Z distributed/rpc/test_tensorpipe_agent (0.08333333333333333) 2025-03-04T19:54:39.1753164Z distributed/tensor/parallel/test_parallelize_api (0.08333333333333333) 2025-03-04T19:54:39.1753746Z distributed/tensor/parallel/test_tp_examples (0.08333333333333333) 2025-03-04T19:54:39.1754334Z distributed/tensor/parallel/test_tp_random_state (0.08333333333333333) 2025-03-04T19:54:39.1754906Z distributed/tensor/parallel/test_tp_style (0.08333333333333333) 2025-03-04T19:54:39.1755385Z distributed/test_c10d_common (0.08333333333333333) 2025-03-04T19:54:39.1755813Z distributed/test_c10d_logger (0.08333333333333333) 2025-03-04T19:54:39.1756226Z distributed/test_c10d_nccl (0.08333333333333333) 2025-03-04T19:54:39.1756680Z distributed/test_c10d_object_collectives (0.08333333333333333) 2025-03-04T19:54:39.1757148Z distributed/test_c10d_pypg (0.08333333333333333) 2025-03-04T19:54:39.1757572Z distributed/test_c10d_spawn_nccl (0.08333333333333333) 2025-03-04T19:54:39.1758007Z distributed/test_c10d_spawn_ucc (0.08333333333333333) 2025-03-04T19:54:39.1758421Z distributed/test_c10d_ucc (0.08333333333333333) 2025-03-04T19:54:39.1758842Z distributed/test_distributed_spawn (0.08333333333333333) 2025-03-04T19:54:39.1759298Z distributed/test_functional_api (0.08333333333333333) 2025-03-04T19:54:39.1759715Z distributed/test_launcher (0.08333333333333333) 2025-03-04T19:54:39.1760147Z distributed/test_multi_threaded_pg (0.08333333333333333) 2025-03-04T19:54:39.1760587Z distributed/test_nccl (0.08333333333333333) 2025-03-04T19:54:39.1760972Z distributed/test_pg_wrapper (0.08333333333333333) 2025-03-04T19:54:39.1761454Z distributed/test_store (0.08333333333333333) 2025-03-04T19:54:39.1761840Z dynamo/test_model_output (0.08333333333333333) 2025-03-04T19:54:39.1762214Z functorch/test_dims (0.08333333333333333) 2025-03-04T19:54:39.1762599Z inductor/test_codegen_triton (0.08333333333333333) 2025-03-04T19:54:39.1763011Z inductor/test_dependencies (0.08333333333333333) 2025-03-04T19:54:39.1763390Z inductor/test_indexing (0.08333333333333333) 2025-03-04T19:54:39.1763797Z inductor/test_minifier_isolate (0.08333333333333333) 2025-03-04T19:54:39.1764234Z inductor/test_triton_heuristics (0.08333333333333333) 2025-03-04T19:54:39.1764680Z onnx/internal/test_diagnostics (0.08333333333333333) 2025-03-04T19:54:39.1765117Z onnx/internal/test_registraion (0.08333333333333333) 2025-03-04T19:54:39.1765513Z onnx/test_autograd_funs (0.08333333333333333) 2025-03-04T19:54:39.1765887Z onnx/test_custom_ops (0.08333333333333333) 2025-03-04T19:54:39.1766277Z onnx/test_fx_type_promotion (0.08333333333333333) 2025-03-04T19:54:39.1766781Z onnx/test_models_onnxruntime (0.08333333333333333) 2025-03-04T19:54:39.1767170Z onnx/test_onnx_opset (0.08333333333333333) 2025-03-04T19:54:39.1767543Z onnx/test_onnxscript_runtime (0.08333333333333333) 2025-03-04T19:54:39.1767943Z onnx/test_op_consistency (0.08333333333333333) 2025-03-04T19:54:39.1768336Z onnx/test_pytorch_jit_onnx (0.08333333333333333) 2025-03-04T19:54:39.1768763Z onnx/test_pytorch_onnx_onnxruntime (0.08333333333333333) 2025-03-04T19:54:39.1769232Z onnx/test_pytorch_onnx_shape_inference (0.08333333333333333) 2025-03-04T19:54:39.1769666Z onnx/test_symbolic_helper (0.08333333333333333) 2025-03-04T19:54:39.1770030Z onnx/test_utility_funs (0.08333333333333333) 2025-03-04T19:54:39.1770395Z onnx/test_verification (0.08333333333333333) 2025-03-04T19:54:39.1770763Z test_autograd_fallback (0.08333333333333333) 2025-03-04T19:54:39.1771139Z test_cuda_nvml_based_avail (0.08333333333333333) 2025-03-04T19:54:39.1771600Z test_cuda_primary_ctx (0.08333333333333333) 2025-03-04T19:54:39.1771953Z test_cuda_sanitizer (0.08333333333333333) 2025-03-04T19:54:39.1772295Z test_cuda_trace (0.08333333333333333) 2025-03-04T19:54:39.1772628Z test_dataloader (0.08333333333333333) 2025-03-04T19:54:39.1772963Z test_flop_counter (0.08333333333333333) 2025-03-04T19:54:39.1773317Z test_fx_experimental (0.08333333333333333) 2025-03-04T19:54:39.1773656Z test_fx_passes (0.08333333333333333) 2025-03-04T19:54:39.1773978Z test_jit (0.08333333333333333) 2025-03-04T19:54:39.1774288Z test_jit_autocast (0.08333333333333333) 2025-03-04T19:54:39.1774633Z test_jit_disabled (0.08333333333333333) 2025-03-04T19:54:39.1774971Z test_jit_fuser_te (0.08333333333333333) 2025-03-04T19:54:39.1775292Z test_jit_legacy (0.08333333333333333) 2025-03-04T19:54:39.1775627Z test_jit_llga_fuser (0.08333333333333333) 2025-03-04T19:54:39.1775968Z test_jiterator (0.08333333333333333) 2025-03-04T19:54:39.1776298Z test_legacy_vmap (0.08333333333333333) 2025-03-04T19:54:39.1776635Z test_matmul_cuda (0.08333333333333333) 2025-03-04T19:54:39.1776976Z test_namedtensor (0.08333333333333333) 2025-03-04T19:54:39.1777424Z test_namedtuple_return_api (0.08333333333333333) 2025-03-04T19:54:39.1777791Z test_overrides (0.08333333333333333) 2025-03-04T19:54:39.1778117Z test_package (0.08333333333333333) 2025-03-04T19:54:39.1778439Z test_reductions (0.08333333333333333) 2025-03-04T19:54:40.3340137Z test_tensorexpr (0.08333333333333333) 2025-03-04T19:54:40.3340706Z Results from LLM 2025-03-04T19:54:40.3341087Z test_package (0.25) 2025-03-04T19:54:40.3341518Z functorch/test_rearrange (0.24810874971818533) 2025-03-04T19:54:40.3342094Z functorch/test_parsing (0.2472875706362427) 2025-03-04T19:54:40.3342661Z export/test_retraceability (0.23910746556207096) 2025-03-04T19:54:40.3343270Z inductor/test_triton_syntax (0.2370890011357396) 2025-03-04T19:54:40.3343911Z inductor/test_external_callables (0.23690752466167908) 2025-03-04T19:54:40.3345164Z cpp_extensions/open_registration_extension/test/test_openreg (0.23595542102267136) 2025-03-04T19:54:40.3345754Z export/test_unflatten_training_ir (0.23565191320257448) 2025-03-04T19:54:40.3346191Z dynamo/test_fx_passes_pre_grad (0.23472144382085955) 2025-03-04T19:54:40.3346646Z inductor/test_triton_extension_backend (0.2344120268252226) 2025-03-04T19:54:40.3347116Z inductor/test_cpp_wrapper_hipify (0.23420094557802457) 2025-03-04T19:54:40.3347609Z export/test_export_training_ir_to_run_decomp (0.23379333025663568) 2025-03-04T19:54:40.3348073Z functorch/test_ac_logging (0.23345786184591022) 2025-03-04T19:54:40.3348450Z inductor/test_pad_mm (0.23297507631474443) 2025-03-04T19:54:40.3348900Z distributed/tensor/debug/test_op_coverage (0.23274938899910189) 2025-03-04T19:54:40.3349342Z test_mkl_verbose (0.23250740727914623) 2025-03-04T19:54:40.3349850Z export/test_export_nonstrict (0.231824966215614) 2025-03-04T19:54:40.3350260Z inductor/test_inductor_utils (0.23164794616297404) 2025-03-04T19:54:40.3350730Z inductor/test_torchinductor_strided_blocks (0.23155016010528306) 2025-03-04T19:54:40.3351655Z export/test_functionalized_assertions (0.2315449576749903) 2025-03-04T19:54:40.3352085Z test_comparison_utils (0.23122515545058034) 2025-03-04T19:54:40.3352460Z inductor/test_b2b_gemm (0.23114260367933145) 2025-03-04T19:54:40.3352881Z distributed/_tools/test_mod_tracker (0.23092441571603542) 2025-03-04T19:54:40.3353299Z dynamo/test_base_output (0.23045168167283145) 2025-03-04T19:54:40.3353715Z inductor/test_provenance_tracing (0.22988129899462348) 2025-03-04T19:54:40.3354123Z onnx/test_lazy_import (0.22892432666613424) 2025-03-04T19:54:40.3354480Z test_cpp_api_parity (0.22884972577891768) 2025-03-04T19:54:40.3354870Z inductor/test_extension_backend (0.22851559233143715) 2025-03-04T19:54:40.3355354Z distributed/flight_recorder/test_fr_analysis (0.2280664557267685) 2025-03-04T19:54:40.3355812Z export/test_serdes (0.2277445332666166) 2025-03-04T19:54:40.3356164Z inductor/test_indexing (0.2272619047899502) 2025-03-04T19:54:40.3356568Z inductor/test_op_completeness (0.22692680938366083) 2025-03-04T19:54:40.3356956Z inductor/test_utils (0.2266762878253001) 2025-03-04T19:54:40.3357294Z test_mkldnn_verbose (0.22665396645457242) 2025-03-04T19:54:40.3357657Z inductor/test_ck_backend (0.22635542548301915) 2025-03-04T19:54:40.3358055Z inductor/test_compile_worker (0.22608564511666912) 2025-03-04T19:54:40.3358461Z onnx/test_fx_type_promotion (0.22583985482510294) 2025-03-04T19:54:40.3358949Z onnx/test_fx_passes (0.22547611660448486) 2025-03-04T19:54:40.3359549Z export/test_tree_utils (0.22526644884778144) 2025-03-04T19:54:40.3369088Z inductor/test_xpu_basic (0.22453938467460624) 2025-03-04T19:54:40.3369518Z test_utils_config_module (0.22447434448004086) 2025-03-04T19:54:40.3369959Z inductor/test_inductor_annotations (0.22426404850533982) 2025-03-04T19:54:40.3370405Z inductor/test_autoheuristic (0.22413648098819947) 2025-03-04T19:54:40.3370788Z test_hop_infra (0.22364478261419257) 2025-03-04T19:54:40.3371167Z inductor/test_minifier_utils (0.22364315317376124) 2025-03-04T19:54:40.3371698Z inductor/test_fx_fusion (0.22343020690438278) 2025-03-04T19:54:40.3372075Z inductor/test_smoke (0.22342205970222623) 2025-03-04T19:54:40.3372416Z test_license (0.2228752548307412) 2025-03-04T19:54:40.3372769Z onnx/exporter/test_tensors (0.22261805845615584) 2025-03-04T19:54:40.3373149Z dynamo/test_reconstruct (0.22124479354518573) 2025-03-04T19:54:40.3373524Z inductor/test_metrics (0.22118574105341007) 2025-03-04T19:54:40.3373888Z dynamo/test_frame_init (0.22111789350966785) 2025-03-04T19:54:40.3374280Z inductor/test_cutlass_backend (0.22074708783657662) 2025-03-04T19:54:40.3374663Z test_ao_sparsity (0.2205716383289307) 2025-03-04T19:54:40.3375132Z distributed/tensor/parallel/test_micro_pipeline_tp (0.22031026037829873) 2025-03-04T19:54:40.3375631Z dynamo/test_sdpa (0.22027007405826393) 2025-03-04T19:54:40.3376000Z dynamo/test_skip_non_tensor (0.21976479047005862) 2025-03-04T19:54:40.3376591Z test_appending_byte_serializer (0.21973059185281354) 2025-03-04T19:54:40.3377003Z inductor/test_debug_trace (0.219484369661374) 2025-03-04T19:54:40.3377413Z dynamo/test_skip_guard_eval_unsafe (0.21898026398191422) 2025-03-04T19:54:40.3377896Z inductor/test_move_constructors_to_cuda (0.2189386052759475) 2025-03-04T19:54:40.3378354Z inductor/test_flex_decoding (0.21834870857618868) 2025-03-04T19:54:40.3378729Z dynamo/test_utils (0.21802276159448952) 2025-03-04T19:54:40.3379069Z test_autoload (0.21800346352287533) 2025-03-04T19:54:40.3379474Z distributed/checkpoint/test_nested_dict (0.21800275677762804) 2025-03-04T19:54:40.3379917Z dynamo/test_callback (0.21782948640116132) 2025-03-04T19:54:40.3380294Z inductor/test_cudacodecache (0.2165526333210124) 2025-03-04T19:54:40.3380798Z distributed/pipelining/test_schedule_multiproc (0.21653812541163003) 2025-03-04T19:54:40.3381312Z inductor/test_gpu_cpp_wrapper (0.21652336228868613) 2025-03-04T19:54:40.3381757Z inductor/test_aot_inductor_arrayref (0.2165167071042739) 2025-03-04T19:54:40.3382237Z dynamo/test_recompiles (0.21645284481845403) 2025-03-04T19:54:40.3382619Z export/test_export_legacy (0.2159971315566229) 2025-03-04T19:54:40.3383055Z inductor/test_cooperative_reductions (0.21596100902176013) 2025-03-04T19:54:40.3383511Z inductor/test_benchmark_fusion (0.21583618995835935) 2025-03-04T19:54:40.3383904Z dynamo/test_interop (0.21468890684021816) 2025-03-04T19:54:40.3384245Z export/test_tools (0.21463381997455247) 2025-03-04T19:54:40.3384645Z inductor/test_compiled_optimizers (0.2144679311595577) 2025-03-04T19:54:40.3385048Z test_transformers (0.2143800984307664) 2025-03-04T19:54:40.3385441Z inductor/test_triton_cpu_backend (0.21416562088001875) 2025-03-04T19:54:40.3385861Z inductor/test_combo_kernels (0.214016713582772) 2025-03-04T19:54:40.3386217Z dynamo/test_sys (0.2137794827614233) 2025-03-04T19:54:40.3386627Z inductor/test_coordinate_descent_tuner (0.21374455776711848) 2025-03-04T19:54:40.3387092Z inductor/test_triton_wrapper (0.21319932344062748) 2025-03-04T19:54:40.3387487Z export/test_cpp_serdes (0.21314792735569774) 2025-03-04T19:54:40.3387953Z distributed/_shard/sharded_tensor/test_logger (0.21304164072322654) 2025-03-04T19:54:40.3388406Z dynamo/test_view (0.21277266526118596) 2025-03-04T19:54:40.3388765Z test_transformers_privateuse1 (0.2126174365203382) 2025-03-04T19:54:40.3389184Z inductor/test_kernel_benchmark (0.2123817369803587) 2025-03-04T19:54:40.3389604Z inductor/test_cudagraph_trees (0.21233387462166553) 2025-03-04T19:54:40.3389996Z dynamo/test_subgraphs (0.21231332011405613) 2025-03-04T19:54:40.3390358Z test_extension_utils (0.2120736745797791) 2025-03-04T19:54:40.3390694Z dynamo/test_config (0.2118119628883359) 2025-03-04T19:54:40.3391062Z dynamo/test_metrics_context (0.2117283902628409) 2025-03-04T19:54:40.3391443Z inductor/test_foreach (0.21158639336356788) 2025-03-04T19:54:40.3391830Z onnx/test_onnxscript_runtime (0.21132373934512827) 2025-03-04T19:54:40.3392261Z dynamo/test_graph_region_tracker (0.21094419751550775) 2025-03-04T19:54:40.3392679Z inductor/test_triton_kernels (0.21094235212513976) 2025-03-04T19:54:40.3393081Z dynamo/test_dynamic_shapes (0.2107619946643875) 2025-03-04T19:54:40.3393478Z torch_np/test_binary_ufuncs (0.2106758110078399) 2025-03-04T19:54:40.3393871Z torch_np/test_unary_ufuncs (0.2105011271408786) 2025-03-04T19:54:40.3394242Z test_proxy_tensor (0.21017048815600978) 2025-03-04T19:54:40.3394607Z dynamo/test_export_mutations (0.21004902613253373) 2025-03-04T19:54:40.3395078Z inductor/test_torchinductor_dynamic_shapes (0.2098798980684888) 2025-03-04T19:54:40.3395539Z dynamo/test_pre_dispatch (0.20977826417556242) 2025-03-04T19:54:40.3395916Z inductor/test_config (0.20967568795563965) 2025-03-04T19:54:40.3396293Z inductor/test_aot_inductor (0.20963864272559288) 2025-03-04T19:54:40.3396678Z inductor/test_op_dtype_prop (0.2090966869117769) 2025-03-04T19:54:40.3397060Z dynamo/test_after_aot (0.20863563379696606) 2025-03-04T19:54:40.3397491Z test_file_check (0.208577484368562) 2025-03-04T19:54:40.3397872Z inductor/test_compiled_autograd (0.20854200968350928) 2025-03-04T19:54:40.3398258Z test_foreach (0.20844461626206678) 2025-03-04T19:54:40.3398592Z inductor/test_fuzzer (0.20841106549463176) 2025-03-04T19:54:40.3398924Z export/test_db (0.2081189441257416) 2025-03-04T19:54:40.3399248Z dynamo/test_nops (0.20795134734306583) 2025-03-04T19:54:40.3399634Z inductor/test_pattern_matcher (0.20784453065165917) 2025-03-04T19:54:40.3400027Z inductor/test_multi_kernel (0.2077877750819373) 2025-03-04T19:54:40.3400735Z dynamo/test_graph_deduplication (0.20774678385759304) 2025-03-04T19:54:40.3401134Z dynamo/test_modules (0.20772672014529425) 2025-03-04T19:54:40.3401534Z inductor/test_decompose_mem_bound_mm (0.20768572892095) 2025-03-04T19:54:40.3401953Z test_functionalization (0.20765757690193196) 2025-03-04T19:54:40.3402331Z inductor/test_codegen_triton (0.2075892581946915) 2025-03-04T19:54:40.3402773Z inductor/test_torchinductor_opinfo (0.20754653937085382) 2025-03-04T19:54:40.3403322Z test_deploy (0.20750028682077953) 2025-03-04T19:54:40.3403711Z inductor/test_scatter_optimization (0.20747425503750344) 2025-03-04T19:54:40.3404138Z inductor/test_ordered_set (0.2072916988137595) 2025-03-04T19:54:40.3404543Z inductor/test_group_batch_fusion (0.20693909183078665) 2025-03-04T19:54:40.3404944Z export/test_passes (0.20663805761905535) 2025-03-04T19:54:40.3405310Z inductor/test_cuda_repro (0.20641674819758368) 2025-03-04T19:54:40.3405719Z distributed/_tools/test_sac_ilp (0.20621165465317537) 2025-03-04T19:54:40.3406142Z inductor/test_inplacing_pass (0.2061228403337628) 2025-03-04T19:54:40.3406504Z dynamo/test_pgo (0.20606628108216518) 2025-03-04T19:54:40.3406886Z inductor/test_split_cat_fx_passes (0.2060220506087707) 2025-03-04T19:54:40.3407371Z distributed/pipelining/test_transformer (0.2059564607234574) 2025-03-04T19:54:40.3407812Z torch_np/test_dtype (0.2059553613419616) 2025-03-04T19:54:40.3408162Z test_flop_counter (0.2054987646485713) 2025-03-04T19:54:40.3408508Z dynamo/test_profiler (0.20544401152371683) 2025-03-04T19:54:40.3408914Z inductor/test_aot_inductor_custom_ops (0.2053526647005014) 2025-03-04T19:54:40.3409327Z test_show_pickle (0.20510805231768073) 2025-03-04T19:54:40.3409711Z inductor/test_triton_heuristics (0.20499825159078539) 2025-03-04T19:54:40.3410153Z onnx/exporter/test_hf_models_e2e (0.20455822414708216) 2025-03-04T19:54:40.3410601Z inductor/test_cpu_select_algorithm (0.2045435002877631) 2025-03-04T19:54:40.3410987Z dynamo/test_global (0.204469566882169) 2025-03-04T19:54:40.3411398Z onnx/test_models_quantized_onnxruntime (0.2044350541559251) 2025-03-04T19:54:40.3411940Z inductor/test_memory_planning (0.20423043177501504) 2025-03-04T19:54:40.3412353Z inductor/test_benchmarking (0.2042179852059373) 2025-03-04T19:54:40.3412758Z onnx/exporter/test_building (0.20416244680858583) 2025-03-04T19:54:40.3413133Z profiler/test_kineto (0.20410669246129765) 2025-03-04T19:54:40.3413539Z inductor/test_aot_inductor_utils (0.2038873462210685) 2025-03-04T19:54:40.3414011Z distributed/_tools/test_sac_estimator (0.20385658317099786) 2025-03-04T19:54:40.3414442Z dynamo/test_decorators (0.20385595495300027) 2025-03-04T19:54:40.3414820Z backends/xeon/test_launch (0.20354216006319245) 2025-03-04T19:54:40.3415186Z inductor/test_minifier (0.2033880895992778) 2025-03-04T19:54:40.3415608Z distributed/_composable/test_contract (0.2030109624825856) 2025-03-04T19:54:40.3416083Z inductor/test_aot_inductor_package (0.20293538000474776) 2025-03-04T19:54:40.3416488Z test_module_tracker (0.2029325530237585) 2025-03-04T19:54:40.3416830Z dynamo/test_compile (0.2028998071606329) 2025-03-04T19:54:40.3417208Z inductor/test_block_analysis (0.20271729020051382) 2025-03-04T19:54:40.3417611Z inductor/test_cpu_cpp_wrapper (0.20262990900340833) 2025-03-04T19:54:40.3417988Z inductor/test_fp8 (0.2024992592917172) 2025-03-04T19:54:40.3418374Z inductor/test_compile_subprocess (0.20248802989500986) 2025-03-04T19:54:40.3418989Z distributed/checkpoint/test_hf_storage (0.20233951523401159) 2025-03-04T19:54:40.3419549Z inductor/test_torchinductor_codegen_dynamic_shapes (0.20214900812623537) 2025-03-04T19:54:40.3420013Z test_openmp (0.20212957263193423) 2025-03-04T19:54:40.3420370Z inductor/test_inplace_padding (0.2021114917326904) 2025-03-04T19:54:40.3420847Z torch_np/numpy_tests/core/test_scalarinherit (0.20209979117248486) 2025-03-04T19:54:40.3421298Z test_fx_experimental (0.2020835949272339) 2025-03-04T19:54:40.3421650Z dynamo/test_dicts (0.20200854250833156) 2025-03-04T19:54:40.3421989Z inductor/test_memory (0.20194629003113057) 2025-03-04T19:54:40.3422430Z distributed/checkpoint/test_dedup_tensors (0.2018192525729257) 2025-03-04T19:54:40.3422916Z inductor/test_select_algorithm (0.20178554475099128) 2025-03-04T19:54:40.3423371Z distributed/tensor/test_common_rules (0.2016037934315568) 2025-03-04T19:54:40.3423799Z test_expanded_weights (0.20142950220084396) 2025-03-04T19:54:40.3424178Z inductor/test_flex_attention (0.20141305074203147) 2025-03-04T19:54:40.3424690Z distributed/pipelining/test_backward (0.20119525541498393) 2025-03-04T19:54:40.3425129Z inductor/test_profiler (0.20114666667923103) 2025-03-04T19:54:40.3425515Z inductor/test_snode_runtime (0.2011321391380362) 2025-03-04T19:54:40.3425954Z inductor/test_custom_post_grad_passes (0.2009070015131416) 2025-03-04T19:54:40.3426391Z inductor/test_control_flow (0.20038638547943202) 2025-03-04T19:54:40.3426782Z torch_np/test_nep50_examples (0.20030966435647352) 2025-03-04T19:54:40.3427179Z test_fx_passes (0.1998808466776652) 2025-03-04T19:54:40.3427510Z test_custom_ops (0.19984325175687054) 2025-03-04T19:54:40.3427939Z test_cpp_extensions_open_device_registration (0.1996251619526366) 2025-03-04T19:54:40.3428383Z dynamo/test_modes (0.1995438273537581) 2025-03-04T19:54:40.3428725Z dynamo/test_deviceguard (0.1995326175888632) 2025-03-04T19:54:40.3429102Z dynamo/test_debug_utils (0.19937063550454112) 2025-03-04T19:54:40.3429549Z inductor/test_graph_transform_observer (0.19928335246649773) 2025-03-04T19:54:40.3429978Z test_utils_filelock (0.19894124850317246) 2025-03-04T19:54:40.3430332Z functorch/test_logging (0.1989238154537387) 2025-03-04T19:54:40.3430678Z dynamo/test_sources (0.1988774647446023) 2025-03-04T19:54:40.3431055Z dynamo/test_autograd_function (0.1986433161178044) 2025-03-04T19:54:40.3431437Z dynamo/test_backends (0.19860540708801092) 2025-03-04T19:54:40.3431813Z inductor/test_fused_attention (0.198410345399752) 2025-03-04T19:54:40.3432206Z dynamo/test_optimizers (0.19818699426978806) 2025-03-04T19:54:40.3432556Z dynamo/test_export (0.1981657133851189) 2025-03-04T19:54:40.3432899Z inductor/test_perf (0.19791752801243684) 2025-03-04T19:54:40.3433303Z distributed/pipelining/test_pipe (0.19763958081211783) 2025-03-04T19:54:40.3433791Z distributed/tensor/test_dtensor_compile (0.19748262447177664) 2025-03-04T19:54:40.3434239Z inductor/test_halide (0.19740030828227687) 2025-03-04T19:54:40.3434597Z torch_np/test_basic (0.1972466697182356) 2025-03-04T19:54:40.3434944Z export/test_torchbind (0.19696212622894163) 2025-03-04T19:54:40.3435320Z dynamo/test_model_output (0.19685432794691368) 2025-03-04T19:54:40.3435719Z dynamo/test_python_dispatcher (0.19661452535813725) 2025-03-04T19:54:40.3436096Z test_pytree (0.19657439793353973) 2025-03-04T19:54:40.3436474Z onnx/exporter/test_dynamic_shapes (0.19656173541452532) 2025-03-04T19:54:40.3436891Z inductor/test_dependencies (0.19638124053108608) 2025-03-04T19:54:40.3437284Z functorch/test_minifier (0.19633300516795682) 2025-03-04T19:54:40.3437658Z test_native_functions (0.19623290255639964) 2025-03-04T19:54:40.3438005Z test_typing (0.19622255659125146) 2025-03-04T19:54:40.3438331Z dynamo/test_resume (0.1962187283878285) 2025-03-04T19:54:40.3438662Z test_namedtensor (0.195973154046199) 2025-03-04T19:54:40.3439031Z inductor/test_custom_lowering (0.19590821201069572) 2025-03-04T19:54:40.3439477Z test_mps (0.1958168651874803) 2025-03-04T19:54:40.3439807Z test_tensorexpr_pybind (0.19577911321218622) 2025-03-04T19:54:40.3440157Z test_xpu (0.19545509014810475) 2025-03-04T19:54:40.3440488Z functorch/test_ac_knapsack (0.19539537017470665) 2025-03-04T19:54:40.3440872Z dynamo/test_base_hop (0.19522694885590902) 2025-03-04T19:54:40.3441239Z test_ci_sanity_check_fail (0.1951842300320713) 2025-03-04T19:54:40.3441608Z export/test_export (0.19509745742115098) 2025-03-04T19:54:40.3441994Z inductor/test_torchinductor (0.19500240018538714) 2025-03-04T19:54:40.3442349Z test_utils (0.19494699921072262) 2025-03-04T19:54:40.3442673Z torch_np/test_random (0.1947822883044734) 2025-03-04T19:54:40.3443006Z test_weak (0.19468028140711094) 2025-03-04T19:54:40.3443328Z export/test_unflatten (0.1946262546593162) 2025-03-04T19:54:40.3443678Z dynamo/test_repros (0.1945442918424401) 2025-03-04T19:54:40.3444017Z onnx/exporter/test_core (0.194504969322152) 2025-03-04T19:54:40.3444395Z inductor/test_codecache (0.1942764746573326) 2025-03-04T19:54:40.3444872Z distributed/tensor/test_dtensor (0.19417283831953885) 2025-03-04T19:54:40.3445309Z distributed/fsdp/test_fsdp_fx (0.19416836226630585) 2025-03-04T19:54:40.3445726Z lazy/test_functionalization (0.1940976484779495) 2025-03-04T19:54:40.3446111Z inductor/test_torchbind (0.19404729287907832) 2025-03-04T19:54:40.3446480Z test_tensorexpr (0.19400243418768626) 2025-03-04T19:54:40.3446859Z dynamo/test_verify_correctness (0.1939280885140312) 2025-03-04T19:54:40.3447258Z dynamo/test_flat_apply (0.1937657923207103) 2025-03-04T19:54:40.3447637Z inductor/test_layout_optim (0.19362730951586143) 2025-03-04T19:54:40.3448002Z test_complex (0.19351690020278092) 2025-03-04T19:54:40.3448404Z distributed/checkpoint/e2e/test_fsdp_ep (0.19350841925981313) 2025-03-04T19:54:40.3448838Z export/test_swap (0.19350704503294336) 2025-03-04T19:54:40.3449227Z distributed/tensor/test_attention (0.1928043439389881) 2025-03-04T19:54:40.3449639Z dynamo/test_cudagraphs (0.19269201070828987) 2025-03-04T19:54:40.3450027Z test_compile_benchmark_util (0.1926458366854653) 2025-03-04T19:54:40.3450407Z test_namedtuple_return_api (0.1925743768882368) 2025-03-04T19:54:40.3450802Z inductor/test_async_compile (0.19255333158531676) 2025-03-04T19:54:40.3451215Z inductor/test_inductor_freezing (0.1925016213913882) 2025-03-04T19:54:40.3451755Z dynamo/test_backward_higher_order_ops (0.19248089019746698) 2025-03-04T19:54:40.3452224Z inductor/test_auto_functionalize (0.192454033878069) 2025-03-04T19:54:40.3452618Z dynamo/test_aot_autograd (0.19237138394775802) 2025-03-04T19:54:40.3452972Z test_fx (0.1922901867715665) 2025-03-04T19:54:40.3453273Z xpu/test_conv (0.19228445428233829) 2025-03-04T19:54:40.3453638Z inductor/test_minifier_isolate (0.1922549476682629) 2025-03-04T19:54:40.3454157Z inductor/test_torchinductor_codegen_config_overrides (0.19223003489829504) 2025-03-04T19:54:40.3454633Z test_jiterator (0.19221311227598434) 2025-03-04T19:54:40.3455053Z distributed/pipelining/test_microbatch (0.1922129355896725) 2025-03-04T19:54:40.3455535Z higher_order_ops/test_with_effects (0.192076592652378) 2025-03-04T19:54:40.3455992Z inductor/test_mkldnn_pattern_matcher (0.19197621519544686) 2025-03-04T19:54:40.3456415Z dynamo/test_exceptions (0.1918352587822324) 2025-03-04T19:54:40.3456758Z test_optim (0.19177108238741372) 2025-03-04T19:54:40.3457063Z test_legacy_vmap (0.19139815647858055) 2025-03-04T19:54:40.3457411Z inductor/test_padding (0.1913670596876987) 2025-03-04T19:54:40.3457840Z onnx/exporter/test_capture_strategies (0.19135355300075002) 2025-03-04T19:54:40.3458273Z test_per_overload_api (0.19128097419021325) 2025-03-04T19:54:40.3458631Z test_content_store (0.19127726377766485) 2025-03-04T19:54:40.3458966Z export/test_schema (0.19111510500703094) 2025-03-04T19:54:40.3459505Z distributed/_composable/test_composability/test_pp_composability (0.19081740820341198) 2025-03-04T19:54:40.3460112Z higher_order_ops/test_invoke_quant (0.19063282990298822) 2025-03-04T19:54:40.3460630Z inductor/test_loop_ordering (0.19032321658922702) 2025-03-04T19:54:40.3461112Z distributed/checkpoint/test_save_load_api (0.18994300727798402) 2025-03-04T19:54:40.3461564Z dynamo/test_bytecode_utils (0.18991116447823) 2025-03-04T19:54:40.3461958Z nn/test_multihead_attention (0.18989565534641392) 2025-03-04T19:54:40.3462430Z distributed/checkpoint/fsdp/test_fsdp_dsd (0.1897890153413191) 2025-03-04T19:54:40.3462938Z torch_np/numpy_tests/core/test_einsum (0.18959028250413662) 2025-03-04T19:54:40.3463381Z dynamo/test_structured_trace (0.18957889605292988) 2025-03-04T19:54:40.3463749Z dynamo/test_logging (0.18951004728675394) 2025-03-04T19:54:40.3464160Z distributed/tensor/test_tensor_ops (0.18936080624869595) 2025-03-04T19:54:40.3464561Z test_hub (0.18924380064664048) 2025-03-04T19:54:40.3464915Z onnx/internal/test_registraion (0.18918887083547417) 2025-03-04T19:54:40.3465298Z test_stateless (0.18914155816752892) 2025-03-04T19:54:40.3465798Z distributed/tensor/experimental/test_register_sharding (0.1891126405078263) 2025-03-04T19:54:40.3466395Z dynamo/test_compiler_bisector (0.18903354393556432) 2025-03-04T19:54:40.3466781Z dynamo/test_unspec (0.189019546453305) 2025-03-04T19:54:40.3467158Z inductor/test_binary_folding (0.18897494297547446) 2025-03-04T19:54:40.3467571Z onnx/exporter/test_ir_passes (0.18891924752362355) 2025-03-04T19:54:40.3468021Z distributed/tensor/test_dtensor_ops (0.18878235489558115) 2025-03-04T19:54:40.3468511Z distributed/pipelining/test_unflatten (0.1887773880470375) 2025-03-04T19:54:40.3468993Z test_set_default_mobile_cpu_allocator (0.1887626249240936) 2025-03-04T19:54:40.3469406Z dynamo/test_functions (0.1885784785235432) 2025-03-04T19:54:40.3469820Z inductor/test_split_cat_fx_aten_passes (0.18850297457295506) 2025-03-04T19:54:40.3470242Z test_binary_ufuncs (0.18839613824973597) 2025-03-04T19:54:40.3470615Z dynamo/test_higher_order_ops (0.18832263674401523) 2025-03-04T19:54:40.3470986Z test_type_hints (0.18818073800380433) 2025-03-04T19:54:40.3471368Z onnx/test_onnxscript_no_runtime (0.18798300638905557) 2025-03-04T19:54:40.3471746Z onnx/test_custom_ops (0.1879328274764962) 2025-03-04T19:54:40.3472110Z dynamo/test_recompile_ux (0.18758616893268826) 2025-03-04T19:54:40.3472563Z distributed/tensor/test_experimental_ops (0.18758314563357473) 2025-03-04T19:54:40.3473081Z distributed/test_compute_comm_reordering (0.18752385756005) 2025-03-04T19:54:40.3473566Z inductor/test_efficient_conv_bn_eval (0.1874362604130078) 2025-03-04T19:54:40.3474013Z dynamo/test_aot_autograd_cache (0.1874232052577449) 2025-03-04T19:54:40.3474379Z test_fake_tensor (0.18721143689711195) 2025-03-04T19:54:40.3474810Z distributed/_tools/test_runtime_estimator (0.18720788353906295) 2025-03-04T19:54:40.3475272Z torch_np/test_ufuncs_basic (0.18716508618797556) 2025-03-04T19:54:40.3475733Z dynamo/test_cudagraphs_expandable_segments (0.1870934497044352) 2025-03-04T19:54:40.3476186Z lazy/test_step_closures (0.18698512136347178) 2025-03-04T19:54:40.3476533Z test_ops_jit (0.1867894707208401) 2025-03-04T19:54:40.3476874Z test_ops_fwd_gradients (0.18628450124163362) 2025-03-04T19:54:40.3477373Z distributed/_composable/fsdp/test_fully_shard_logging (0.18623336037026542) 2025-03-04T19:54:40.3477893Z distributed/test_backends (0.18600349147857623) 2025-03-04T19:54:40.3478268Z test_numpy_interop (0.1859396684563812) 2025-03-04T19:54:40.3478664Z higher_order_ops/test_invoke_subgraph (0.1858685816635888) 2025-03-04T19:54:40.3479089Z test_multiprocessing (0.18584115602163048) 2025-03-04T19:54:40.3479446Z test_out_dtype_op (0.18582060151402108) 2025-03-04T19:54:40.3479810Z onnx/test_pytorch_jit_onnx (0.18573899206976863) 2025-03-04T19:54:40.3480222Z distributed/tensor/test_init (0.18560178533272742) 2025-03-04T19:54:40.3480625Z export/test_experimental (0.1855749682769543) 2025-03-04T19:54:40.3480982Z dynamo/test_torchrec (0.1854799503048153) 2025-03-04T19:54:40.3481405Z distributed/test_c10d_functional_native (0.1853800636431948) 2025-03-04T19:54:40.3481953Z inductor/test_unbacked_symints (0.18517316397204336) 2025-03-04T19:54:40.3482359Z export/test_pass_infra (0.18493035771596583) 2025-03-04T19:54:40.3482739Z profiler/test_cpp_thread (0.18487495674130133) 2025-03-04T19:54:40.3483097Z dynamo/test_misc (0.18483810782937882) 2025-03-04T19:54:40.3483432Z export/test_hop (0.18472875863416927) 2025-03-04T19:54:40.3483828Z distributed/_tools/test_mem_tracker (0.18432133963090466) 2025-03-04T19:54:40.3484322Z distributed/tensor/test_xla_integration (0.18409590752882363) 2025-03-04T19:54:40.3484747Z test_decomp (0.1840916474255273) 2025-03-04T19:54:40.3485052Z functorch/test_ac (0.18374805144445772) 2025-03-04T19:54:40.3485469Z distributed/_tools/test_memory_tracker (0.18374118031010883) 2025-03-04T19:54:40.3485974Z distributed/_composable/test_checkpoint (0.18370018908576455) 2025-03-04T19:54:40.3486457Z onnx/test_pytorch_onnx_onnxruntime (0.18368344314976567) 2025-03-04T19:54:40.3486875Z dynamo/test_trace_rules (0.1835586240863649) 2025-03-04T19:54:40.3487296Z dynamo/test_exc (0.18351828071183068) 2025-03-04T19:54:40.3487642Z inductor/test_mmdecomp (0.1834827667631531) 2025-03-04T19:54:40.3488037Z test_model_exports_to_core_aten (0.18317939636574318) 2025-03-04T19:54:40.3488459Z onnx/internal/test_diagnostics (0.1831689915051577) 2025-03-04T19:54:40.3488853Z export/test_converter (0.18301600079092645) 2025-03-04T19:54:40.3489204Z xpu/test_gemm (0.18272226961341742) 2025-03-04T19:54:40.3489624Z distributed/checkpoint/test_fsdp_optim_state (0.1826314135855126) 2025-03-04T19:54:40.3490094Z test_autograd_fallback (0.18239508582753547) 2025-03-04T19:54:40.3490469Z dynamo/test_guard_manager (0.18214686119122853) 2025-03-04T19:54:40.3490843Z test_ops_gradients (0.18201711454290898) 2025-03-04T19:54:40.3491205Z test_fx_reinplace_pass (0.18197900919499124) 2025-03-04T19:54:40.3491691Z distributed/test_symmetric_memory (0.18178084568036912) 2025-03-04T19:54:40.3492144Z inductor/test_standalone_compile (0.1817449979908803) 2025-03-04T19:54:40.3492568Z export/test_draft_export (0.1816173715783027) 2025-03-04T19:54:40.3493015Z distributed/optim/test_named_optimizer (0.18158103309350326) 2025-03-04T19:54:40.3493490Z dynamo/test_input_attr_tracking (0.18156240250351155) 2025-03-04T19:54:40.3493861Z test_meta (0.1815168566986846) 2025-03-04T19:54:40.3494240Z dynamo/test_activation_checkpointing (0.18142097492679887) 2025-03-04T19:54:40.3494661Z export/test_serialize (0.180745935056551) 2025-03-04T19:54:40.3495036Z functorch/test_control_flow (0.18073462713259397) 2025-03-04T19:54:40.3495421Z lazy/test_meta_kernel (0.1806857439196547) 2025-03-04T19:54:40.3495783Z distributed/tensor/test_api (0.18064858089873337) 2025-03-04T19:54:40.3496178Z inductor/test_mps_basic (0.18057415669782864) 2025-03-04T19:54:40.3496536Z test_logging (0.18044931800261543) 2025-03-04T19:54:40.3496925Z onnx/exporter/test_small_models_e2e (0.18042919539487937) 2025-03-04T19:54:40.3497342Z test_nestedtensor (0.1803993943036176) 2025-03-04T19:54:40.3497691Z dynamo/test_reorder_logs (0.1802525483466755) 2025-03-04T19:54:40.3498143Z distributed/checkpoint/test_format_utils (0.18013878199367023) 2025-03-04T19:54:40.3498663Z torch_np/numpy_tests/core/test_multiarray (0.1800371677325563) 2025-03-04T19:54:40.3499225Z distributed/checkpoint/e2e/test_e2e_save_and_load (0.17996869197081644) 2025-03-04T19:54:40.3499736Z inductor/test_max_autotune (0.17995846379654282) 2025-03-04T19:54:40.3500495Z distributed/tensor/test_redistribute (0.17979604981234737) 2025-03-04T19:54:40.3500972Z torch_np/numpy_tests/core/test_numeric (0.1797899050550582) 2025-03-04T19:54:40.3501444Z distributed/pipelining/test_stage (0.1796779644606085) 2025-03-04T19:54:40.3501852Z dynamo/test_hooks (0.17967519637505652) 2025-03-04T19:54:40.3502260Z distributed/tensor/test_random_ops (0.17966502709622015) 2025-03-04T19:54:40.3502722Z test_functionalization_of_rng_ops (0.17940869452138153) 2025-03-04T19:54:40.3503260Z dynamo/test_ctx_manager (0.17937816705306) 2025-03-04T19:54:40.3503610Z test_monitor (0.17935886898144582) 2025-03-04T19:54:40.3504027Z distributed/_tools/test_fsdp2_mem_tracker (0.17929710729955547) 2025-03-04T19:54:40.3504455Z test_modules (0.17912960867594183) 2025-03-04T19:54:40.3504787Z test_python_dispatch (0.1791051670694722) 2025-03-04T19:54:40.3505143Z inductor/test_cpu_repro (0.17887612271390488) 2025-03-04T19:54:40.3505555Z distributed/tensor/test_math_ops (0.17886340129945322) 2025-03-04T19:54:40.3505997Z dynamo/test_graph_break_messages (0.17878322497750784) 2025-03-04T19:54:40.3506444Z distributed/checkpoint/test_fsspec (0.1787324571105757) 2025-03-04T19:54:40.3506850Z test_bundled_inputs (0.17845776879111933) 2025-03-04T19:54:40.3507225Z test_cuda_expandable_segments (0.1784441639451085) 2025-03-04T19:54:40.3507585Z nn/test_pruning (0.17838487587158375) 2025-03-04T19:54:40.3507922Z nn/test_lazy_modules (0.17837109433926113) 2025-03-04T19:54:40.3508283Z profiler/test_profiler (0.17829635602935756) 2025-03-04T19:54:40.3508889Z distributed/_composable/fsdp/test_fully_shard_ignore_params (0.17778388719780458) 2025-03-04T19:54:40.3509456Z distributions/test_constraints (0.1775942635215875) 2025-03-04T19:54:40.3509826Z test_autocast (0.17752215587454895) 2025-03-04T19:54:40.3510282Z distributed/tensor/experimental/test_local_map (0.17742929740177674) 2025-03-04T19:54:40.3510741Z test_itt (0.17741740052344693) 2025-03-04T19:54:40.3511124Z distributed/checkpoint/test_traverse (0.1773298426400296) 2025-03-04T19:54:40.3511551Z dynamo/test_generator (0.1773198107838802) 2025-03-04T19:54:40.3511897Z dynamo/test_minifier (0.17731411755827683) 2025-03-04T19:54:40.3512369Z distributed/tensor/debug/test_comm_mode_features (0.17729128576042608) 2025-03-04T19:54:40.3512862Z nn/test_parametrization (0.17716856730095482) 2025-03-04T19:54:40.3513317Z distributed/test_inductor_collectives (0.17687279441495354) 2025-03-04T19:54:40.3513757Z export/test_lift_unlift (0.17686547174891887) 2025-03-04T19:54:40.3514216Z torch_np/numpy_tests/lib/test_function_base (0.176822792188706) 2025-03-04T19:54:40.3514667Z nn/test_packed_sequence (0.17680622293901896) 2025-03-04T19:54:40.3515025Z export/test_verifier (0.17666993889716173) 2025-03-04T19:54:40.3515466Z distributed/tensor/test_convolution_ops (0.17652564507583493) 2025-03-04T19:54:40.3515911Z test_cuda_sanitizer (0.17649360595795666) 2025-03-04T19:54:40.3516361Z distributed/tensor/parallel/test_tp_style (0.17648053117088133) 2025-03-04T19:54:40.3516910Z distributed/checkpoint/test_tp_checkpoint (0.17645766010940572) 2025-03-04T19:54:40.3517374Z dynamo/test_subclasses (0.17644456569051797) 2025-03-04T19:54:40.3517720Z test_pruning_op (0.17613147754595748) 2025-03-04T19:54:40.3518121Z inductor/test_distributed_patterns (0.17612511683873164) 2025-03-04T19:54:40.3518530Z test_jit_disabled (0.1758880823355072) 2025-03-04T19:54:40.3518888Z onnx/exporter/test_api (0.17585349108201362) 2025-03-04T19:54:40.3519330Z distributed/tensor/test_pointwise_ops (0.17577775154967637) 2025-03-04T19:54:40.3519853Z distributed/checkpoint/e2e/test_fine_tuning (0.17552507049194888) 2025-03-04T19:54:40.3520307Z test_jit_fuser_te (0.17550479082971343) 2025-03-04T19:54:40.3520659Z test_numba_integration (0.17531966283854178) 2025-03-04T19:54:40.3521107Z distributed/checkpoint/e2e/test_pipeline (0.1750631535773913) 2025-03-04T19:54:40.3521544Z test_import_stats (0.1749988593916981) 2025-03-04T19:54:40.3521864Z test_matmul_cuda (0.1748375055253736) 2025-03-04T19:54:40.3522258Z functorch/test_vmap_registrations (0.17483532639419438) 2025-03-04T19:54:40.3522650Z test_masked (0.1748335595310761) 2025-03-04T19:54:40.3522988Z test_sparse_semi_structured (0.174797790368837) 2025-03-04T19:54:40.3523480Z inductor/test_cudagraph_trees_expandable_segments (0.17476963834981896) 2025-03-04T19:54:40.3523981Z onnx/test_models_onnxruntime (0.1746342770031457) 2025-03-04T19:54:40.3524380Z distributed/test_device_mesh (0.17441740437128217) 2025-03-04T19:54:40.3524852Z test_segment_reductions (0.1742468431849302) 2025-03-04T19:54:40.3525281Z distributed/test_dynamo_distributed (0.17415588899796325) 2025-03-04T19:54:40.3525694Z test_sympy_utils (0.17414089029327023) 2025-03-04T19:54:40.3526158Z distributed/tensor/parallel/test_tp_random_state (0.17402296199603076) 2025-03-04T19:54:40.3526755Z distributed/_composable/fsdp/test_fully_shard_state (0.1737193952804966) 2025-03-04T19:54:40.3527239Z test_subclass (0.1734481817918395) 2025-03-04T19:54:40.3527572Z lazy/test_ts_opinfo (0.1734013795510173) 2025-03-04T19:54:40.3527909Z test_dlpack (0.17331747318471108) 2025-03-04T19:54:40.3528303Z torch_np/numpy_tests/core/test_indexing (0.1731074324235716) 2025-03-04T19:54:40.3528851Z distributed/tensor/experimental/test_tp_transform (0.17270554959141093) 2025-03-04T19:54:40.3529418Z torch_np/numpy_tests/lib/test_type_check (0.1723852369398779) 2025-03-04T19:54:40.3529894Z distributed/test_collective_utils (0.17235857693860418) 2025-03-04T19:54:40.3530295Z test_accelerator (0.17200375156082726) 2025-03-04T19:54:40.3530707Z optim/test_lrscheduler (0.17186045896193416) 2025-03-04T19:54:40.3531188Z distributed/checkpoint/test_dtensor_resharding (0.17184451793024472) 2025-03-04T19:54:40.3531736Z test_mkldnn_fusion (0.17182176465964366) 2025-03-04T19:54:40.3532132Z lazy/test_extract_compiled_graph (0.17139516537563942) 2025-03-04T19:54:40.3532568Z test_cpp_extensions_mtia_backend (0.1713802255663837) 2025-03-04T19:54:40.3533036Z distributed/elastic/test_control_plane (0.1713516612793047) 2025-03-04T19:54:40.3533543Z torch_np/numpy_tests/lib/test_histograms (0.1712930995828397) 2025-03-04T19:54:40.3533962Z onnx/test_onnx_opset (0.17126494756382166) 2025-03-04T19:54:40.3534332Z onnx/test_symbolic_helper (0.17120420673617742) 2025-03-04T19:54:40.3534701Z test_schema_check (0.17107122083880766) 2025-03-04T19:54:40.3535181Z distributed/_composable/fsdp/test_fully_shard_overlap (0.1708938866771689) 2025-03-04T19:54:40.3535733Z distributed/tensor/test_matrix_ops (0.1705709826263957) 2025-03-04T19:54:40.3536200Z torch_np/numpy_tests/linalg/test_linalg (0.17043485563903787) 2025-03-04T19:54:40.3536621Z export/test_sparse (0.17031425741530856) 2025-03-04T19:54:40.3537042Z distributed/pipelining/test_schedule (0.17026460856168468) 2025-03-04T19:54:40.3537567Z distributed/checkpoint/test_hsdp_checkpoint (0.1700194268563037) 2025-03-04T19:54:40.3538015Z test_tensorboard (0.16998917423335613) 2025-03-04T19:54:40.3538348Z test_dispatch (0.16987038213636996) 2025-03-04T19:54:40.3538737Z functorch/test_memory_efficient_fusion (0.16986033064840814) 2025-03-04T19:54:40.3539149Z test_cuda (0.16980180821556798) 2025-03-04T19:54:40.3539456Z test_futures (0.16976423292658574) 2025-03-04T19:54:40.3539832Z distributed/fsdp/test_shard_utils (0.1695365627978882) 2025-03-04T19:54:40.3540237Z onnx/torchlib/test_ops (0.1694975347547865) 2025-03-04T19:54:40.3540574Z test_datapipe (0.16935064953421955) 2025-03-04T19:54:40.3541069Z distributed/checkpoint/test_fsdp_tp_checkpoint_conversion (0.16903445956329582) 2025-03-04T19:54:40.3541694Z distributed/checkpoint/test_state_dict_utils (0.16890051170711723) 2025-03-04T19:54:40.3542251Z distributed/checkpoint/test_compatibility (0.16870346720580334) 2025-03-04T19:54:40.3542713Z test_tensor_creation_ops (0.16860634862973484) 2025-03-04T19:54:40.3543177Z onnx/dynamo/test_dynamo_with_onnxruntime_backend (0.16858430210438108) 2025-03-04T19:54:40.3543721Z distributed/tensor/test_embedding_ops (0.16835890926592492) 2025-03-04T19:54:40.3544214Z distributed/checkpoint/test_planner (0.16832826400672884) 2025-03-04T19:54:40.3544634Z optim/test_swa_utils (0.1680440346264337) 2025-03-04T19:54:40.3545039Z test_cpp_extensions_stream_and_event (0.16798011344517655) 2025-03-04T19:54:40.3545518Z torch_np/numpy_tests/core/test_scalarmath (0.16750017452681246) 2025-03-04T19:54:40.3546069Z distributed/checkpoint/test_dtensor_checkpoint (0.16732590292791205) 2025-03-04T19:54:40.3546692Z distributed/tensor/test_op_strategy (0.16712430384611549) 2025-03-04T19:54:40.3547121Z test_public_bindings (0.16694341632642773) 2025-03-04T19:54:40.3547528Z distributed/fsdp/test_fsdp_memory (0.16688418714834025) 2025-03-04T19:54:40.3547942Z test_functional_optim (0.1662781334669553) 2025-03-04T19:54:40.3548285Z nn/test_embedding (0.16624707593969829) 2025-03-04T19:54:40.3548670Z distributed/tensor/test_utils (0.16613374148656637) 2025-03-04T19:54:40.3549041Z test_jit (0.16610346923180638) 2025-03-04T19:54:40.3549346Z test_autograd (0.16584105079511588) 2025-03-04T19:54:40.3549677Z functorch/test_dims (0.16558526791102518) 2025-03-04T19:54:40.3550076Z benchmark_utils/test_benchmark_utils (0.16556061035461886) 2025-03-04T19:54:40.3550562Z onnx/test_pytorch_onnx_shape_inference (0.16542982322024075) 2025-03-04T19:54:40.3551060Z torch_np/numpy_tests/core/test_shape_base (0.1654076196403876) 2025-03-04T19:54:40.3551592Z distributed/checkpoint/test_fsdp_model_state (0.1652874925801565) 2025-03-04T19:54:40.3552046Z nn/test_dropout (0.1651978144609972) 2025-03-04T19:54:40.3552485Z torch_np/numpy_tests/core/test_dtype (0.1651806562569374) 2025-03-04T19:54:40.3552915Z onnx/test_op_consistency (0.1650946885503265) 2025-03-04T19:54:40.3553277Z test_dataloader (0.16503838451229041) 2025-03-04T19:54:40.3553620Z lazy/test_generator (0.16499085589440848) 2025-03-04T19:54:40.3554019Z distributed/test_functional_api (0.1647730213037361) 2025-03-04T19:54:40.3554499Z distributed/tensor/debug/test_comm_mode (0.16469741919408584) 2025-03-04T19:54:40.3554959Z distributed/launcher/test_run (0.16468854561486954) 2025-03-04T19:54:40.3555338Z test_testing (0.16459005281193123) 2025-03-04T19:54:40.3555825Z distributed/_composable/fsdp/test_fully_shard_grad_scaler (0.16451148629860474) 2025-03-04T19:54:40.3556412Z distributed/test_control_collectives (0.16436495445066146) 2025-03-04T19:54:40.3556918Z torch_np/numpy_tests/core/test_getlimits (0.16429821610432124) 2025-03-04T19:54:40.3557345Z test_maskedtensor (0.16414696280548965) 2025-03-04T19:54:40.3557732Z distributed/fsdp/test_utils (0.16410816052823082) 2025-03-04T19:54:40.3558110Z test_vulkan (0.16399545429309653) 2025-03-04T19:54:40.3558581Z distributed/_composable/fsdp/test_fully_shard_compile (0.16392250247812368) 2025-03-04T19:54:40.3559079Z test_type_info (0.16386340090681698) 2025-03-04T19:54:40.3559410Z lazy/test_debug_util (0.16344043350811144) 2025-03-04T19:54:40.3559761Z distributed/test_nccl (0.1632969445910941) 2025-03-04T19:54:40.3560171Z distributed/tensor/test_optimizers (0.1632961985822219) 2025-03-04T19:54:40.3560591Z onnx/test_autograd_funs (0.16326284413291114) 2025-03-04T19:54:40.3561013Z distributed/fsdp/test_fsdp_overlap (0.1626578603853034) 2025-03-04T19:54:40.3561574Z distributed/_composable/fsdp/test_fully_shard_clip_grad_norm_ (0.1624168504400628) 2025-03-04T19:54:40.3562085Z test_torch (0.1623552163649532) 2025-03-04T19:54:40.3562513Z distributed/tensor/parallel/test_tp_examples (0.16161795346522298) 2025-03-04T19:54:40.3562983Z test_serialization (0.16153735505931047) 2025-03-04T19:54:40.3563319Z test_ops (0.1614830043866107) 2025-03-04T19:54:40.3563627Z test_dynamic_shapes (0.16147416025511305) 2025-03-04T19:54:40.3564069Z distributed/fsdp/test_fsdp_backward_prefetch (0.16105630694354434) 2025-03-04T19:54:40.3564542Z test_cpp_extensions_jit (0.1609284449492176) 2025-03-04T19:54:40.3564905Z nn/test_module_hooks (0.16084256558576263) 2025-03-04T19:54:40.3565264Z nn/test_load_state_dict (0.16067828657938676) 2025-03-04T19:54:40.3565699Z distributed/_composable/test_replicate (0.1606376781753848) 2025-03-04T19:54:40.3566107Z test_shape_ops (0.1605189351579297) 2025-03-04T19:54:40.3566435Z test_native_mha (0.1604168104696927) 2025-03-04T19:54:40.3566851Z torch_np/numpy_tests/lib/test_shape_base_ (0.16012632835714005) 2025-03-04T19:54:40.3567348Z torch_np/numpy_tests/fft/test_pocketfft (0.160040399914154) 2025-03-04T19:54:40.3567811Z distributed/tensor/test_view_ops (0.159975192849183) 2025-03-04T19:54:40.3568334Z distributed/fsdp/test_fsdp_pure_fp16 (0.1596577758899827) 2025-03-04T19:54:40.3568784Z distributed/test_c10d_logger (0.15963209747933024) 2025-03-04T19:54:40.3569208Z profiler/test_memory_profiler (0.1595290108322844) 2025-03-04T19:54:40.3569583Z test_indexing (0.1593710925331344) 2025-03-04T19:54:40.3569992Z torch_np/numpy_tests/lib/test_twodim_base (0.15935392451316835) 2025-03-04T19:54:40.3570528Z distributed/fsdp/test_fsdp_dtensor_state_dict (0.15904502776056068) 2025-03-04T19:54:40.3571047Z distributed/fsdp/test_fsdp_optim_state (0.15887939415912747) 2025-03-04T19:54:40.3571700Z distributed/_composable/fsdp/test_fully_shard_frozen (0.158569584527242) 2025-03-04T19:54:40.3572200Z onnx/test_verification (0.15854328771449816) 2025-03-04T19:54:40.3572648Z distributed/checkpoint/test_checkpoint (0.15836017198410013) 2025-03-04T19:54:40.3573138Z distributed/fsdp/test_fsdp_apply (0.15821577018780497) 2025-03-04T19:54:40.3573564Z torch_np/test_ndarray_methods (0.1581050075021008) 2025-03-04T19:54:40.3574032Z functorch/test_ops (0.1579844878056212) 2025-03-04T19:54:40.3574513Z distributed/_composable/fsdp/test_fully_shard_init (0.15798284854928366) 2025-03-04T19:54:40.3575133Z distributed/_composable/test_replicate_with_compiler (0.1579325223981311) 2025-03-04T19:54:40.3575627Z optim/test_optim (0.15780594628751826) 2025-03-04T19:54:40.3576085Z distributed/optim/test_apply_optimizer_in_backward (0.15752642854220522) 2025-03-04T19:54:40.3576577Z test_sort_and_select (0.1574578153577784) 2025-03-04T19:54:40.3576923Z test_sparse_csr (0.15718762272336742) 2025-03-04T19:54:40.3577317Z distributed/checkpoint/test_utils (0.15701941735450647) 2025-03-04T19:54:40.3577721Z test_jit_llga_fuser (0.15699910824455238) 2025-03-04T19:54:40.3578090Z functorch/test_aotdispatch (0.1569495968136155) 2025-03-04T19:54:40.3578509Z torch_np/numpy_tests/core/test_dlpack (0.1568531947987005) 2025-03-04T19:54:40.3578928Z onnx/test_utility_funs (0.15624358775926656) 2025-03-04T19:54:40.3579374Z torch_np/numpy_tests/lib/test_index_tricks (0.15622660624151857) 2025-03-04T19:54:40.3579826Z distributed/test_fake_pg (0.15620379407548024) 2025-03-04T19:54:40.3580275Z distributed/test_c10d_object_collectives (0.1558060044762103) 2025-03-04T19:54:40.3580743Z distributed/rpc/test_share_memory (0.1555140107141009) 2025-03-04T19:54:40.3581266Z distributed/tensor/parallel/test_parallelize_api (0.15534874030119755) 2025-03-04T19:54:40.3581822Z distributed/fsdp/test_fsdp_state_dict (0.15489328225292795) 2025-03-04T19:54:40.3582233Z test_mkldnn (0.1547108045564337) 2025-03-04T19:54:40.3582608Z distributed/fsdp/test_fsdp_uneven (0.15457633645722585) 2025-03-04T19:54:40.3583088Z torch_np/numpy_tests/core/test_scalar_methods (0.1545552126270561) 2025-03-04T19:54:40.3583522Z test_view_ops (0.15450672205036534) 2025-03-04T19:54:40.3583915Z distributed/fsdp/test_fsdp_grad_acc (0.15436753250026916) 2025-03-04T19:54:40.3584427Z distributed/fsdp/test_fsdp_freezing_weights (0.15396731837216465) 2025-03-04T19:54:40.3584906Z distributed/test_c10d_pypg (0.1537363697307921) 2025-03-04T19:54:40.3585348Z distributed/fsdp/test_fsdp_exec_order (0.15360878258183933) 2025-03-04T19:54:40.3585763Z dynamo/test_comptime (0.15340859699053738) 2025-03-04T19:54:40.3586117Z functorch/test_vmap (0.1533637186673329) 2025-03-04T19:54:40.3586554Z distributed/fsdp/test_fsdp_flatten_params (0.15332397406307763) 2025-03-04T19:54:40.3587057Z distributed/test_distributed_spawn (0.15282036899483473) 2025-03-04T19:54:40.3587520Z distributed/fsdp/test_fsdp_input (0.15274112518397953) 2025-03-04T19:54:40.3587953Z distributed/test_serialization (0.15273672765799623) 2025-03-04T19:54:40.3588441Z torch_np/numpy_tests/core/test_numerictypes (0.15266690711710526) 2025-03-04T19:54:40.3588908Z test_multiprocessing_spawn (0.1526069319301456) 2025-03-04T19:54:40.3589289Z test_function_schema (0.15259691970580866) 2025-03-04T19:54:40.3589783Z distributed/_composable/fsdp/test_fully_shard_autograd (0.15219060989994607) 2025-03-04T19:54:40.3590480Z distributed/_composable/fsdp/test_fully_shard_comm (0.15170074710040093) 2025-03-04T19:54:40.3590979Z test_scatter_gather_ops (0.15167007239348623) 2025-03-04T19:54:40.3591334Z test_cuda_trace (0.15156102749136927) 2025-03-04T19:54:40.3591693Z torch_np/test_function_base (0.15155060299897138) 2025-03-04T19:54:40.3592140Z distributed/fsdp/test_fsdp_traversal (0.15137553631166775) 2025-03-04T19:54:40.3592555Z nn/test_pooling (0.151306049511588) 2025-03-04T19:54:40.3592862Z test_nn (0.1511734169868419) 2025-03-04T19:54:40.3593198Z test_xnnpack_integration (0.1511154835083745) 2025-03-04T19:54:40.3593713Z distributed/_composable/fsdp/test_fully_shard_state_dict (0.15110031793327586) 2025-03-04T19:54:40.3594303Z torch_np/numpy_tests/lib/test_arraysetops (0.15086993861446363) 2025-03-04T19:54:40.3594823Z distributed/checkpoint/test_state_dict (0.15078221386064067) 2025-03-04T19:54:40.3595353Z distributed/fsdp/test_fsdp_multiple_wrapping (0.15071930371772344) 2025-03-04T19:54:40.3595882Z test_cuda_multigpu (0.15062245017112266) 2025-03-04T19:54:40.3596237Z test_unary_ufuncs (0.15059790058968467) 2025-03-04T19:54:40.3596686Z distributed/fsdp/test_fsdp_ignored_modules (0.15052464448161926) 2025-03-04T19:54:40.3597225Z distributed/fsdp/test_checkpoint_wrapper (0.1504209492483882) 2025-03-04T19:54:40.3597660Z test_cuda_primary_ctx (0.15036615685990887) 2025-03-04T19:54:40.3598066Z onnx/test_pytorch_onnx_no_runtime (0.15034242199868655) 2025-03-04T19:54:40.3598603Z distributed/_composable/fsdp/test_fully_shard_memory (0.15011253347518497) 2025-03-04T19:54:40.3599204Z distributed/fsdp/test_hsdp_dtensor_state_dict (0.14961807683153228) 2025-03-04T19:54:40.3599859Z distributed/_composable/test_composability/test_2d_composability (0.14929022556402785) 2025-03-04T19:54:40.3600716Z distributed/fsdp/test_fsdp_fine_tune (0.1488609072740027) 2025-03-04T19:54:40.3601200Z distributed/fsdp/test_fsdp_checkpoint (0.14878869165199582) 2025-03-04T19:54:40.3601792Z distributed/_composable/fsdp/test_fully_shard_extensions (0.14827633079541114) 2025-03-04T19:54:40.3602342Z distributed/test_composability (0.1481621914379698) 2025-03-04T19:54:40.3602772Z torch_np/test_scalars_0D_arrays (0.14771503764635616) 2025-03-04T19:54:40.3603317Z distributed/algorithms/quantization/test_quantization (0.14760686635989212) 2025-03-04T19:54:40.3603854Z distributed/fsdp/test_wrap (0.14755830707185785) 2025-03-04T19:54:40.3604236Z test_cuda_nvml_based_avail (0.14720036023590527) 2025-03-04T19:54:40.3604736Z distributed/checkpoint/test_file_system_checkpoint (0.14707423565697822) 2025-03-04T19:54:40.3605390Z distributed/_composable/fsdp/test_fully_shard_mixed_precision (0.1470645768052649) 2025-03-04T19:54:40.3605920Z nn/test_convolution (0.14703972293073433) 2025-03-04T19:54:40.3606402Z distributed/algorithms/ddp_comm_hooks/test_ddp_hooks (0.1469886507707096) 2025-03-04T19:54:40.3606939Z distributed/test_multi_threaded_pg (0.1469697257035315) 2025-03-04T19:54:40.3607355Z test_mobile_optimizer (0.1469467662989) 2025-03-04T19:54:40.3607796Z distributed/fsdp/test_fsdp_tp_integration (0.14688077396143198) 2025-03-04T19:54:40.3608232Z nn/test_init (0.14687047707581485) 2025-03-04T19:54:40.3608634Z distributed/fsdp/test_fsdp_comm_hooks (0.14654118287009715) 2025-03-04T19:54:40.3609153Z distributed/fsdp/test_fsdp_sharded_grad_scaler (0.14653243689766163) 2025-03-04T19:54:40.3609698Z distributed/fsdp/test_fsdp_hybrid_shard (0.14586774299256197) 2025-03-04T19:54:40.3610199Z distributed/nn/jit/test_instantiator (0.14581936039083954) 2025-03-04T19:54:40.3610665Z distributed/fsdp/test_fsdp_comm (0.14577002564621447) 2025-03-04T19:54:40.3611209Z distributed/checkpoint/test_file_system_checkpoint_cpu (0.14549384530901377) 2025-03-04T19:54:40.3611927Z distributed/_composable/fsdp/test_fully_shard_training (0.14539195620252587) 2025-03-04T19:54:40.3612447Z profiler/test_profiler_tree (0.1452553384198574) 2025-03-04T19:54:40.3613049Z torch_np/numpy_tests/fft/test_helper (0.14493678281553643) 2025-03-04T19:54:40.3613495Z distributed/test_pg_wrapper (0.14451318719883327) 2025-03-04T19:54:40.3613951Z test_type_promotion (0.14434110454701832) 2025-03-04T19:54:40.3614407Z distributed/fsdp/test_fsdp_multiple_forward (0.14416005015692493) 2025-03-04T19:54:40.3614846Z lazy/test_reuse_ir (0.14385574724842481) 2025-03-04T19:54:40.3615277Z distributed/fsdp/test_fsdp_clip_grad_norm (0.1438353497953148) 2025-03-04T19:54:40.3615803Z torch_np/numpy_tests/core/test_scalar_ctors (0.14373278339129822) 2025-03-04T19:54:40.3616232Z test_linalg (0.14366063648063482) 2025-03-04T19:54:40.3616609Z distributed/algorithms/test_join (0.14363431022017234) 2025-03-04T19:54:40.3617050Z distributed/test_data_parallel (0.14360392999044402) 2025-03-04T19:54:40.3617469Z distributed/fsdp/test_fsdp_misc (0.143472131817726) 2025-03-04T19:54:40.3617881Z dynamo/test_python_autograd (0.14346544718559515) 2025-03-04T19:54:40.3618307Z distributed/_shard/test_sharder (0.14339655915579438) 2025-03-04T19:54:40.3618936Z distributed/_shard/sharded_tensor/ops/test_tensor_ops (0.14336248814533006) 2025-03-04T19:54:40.3619531Z distributed/rpc/cuda/test_tensorpipe_agent (0.1432854921769976) 2025-03-04T19:54:40.3619997Z distributed/test_c10d_common (0.14315442038133933) 2025-03-04T19:54:40.3620380Z test_jit_autocast (0.14310698992251952) 2025-03-04T19:54:40.3620860Z distributed/_shard/sharding_plan/test_sharding_plan (0.14302549826914163) 2025-03-04T19:54:40.3621477Z distributed/_shard/sharded_optim/test_sharded_optim (0.14295314522444777) 2025-03-04T19:54:40.3622010Z functorch/test_eager_transforms (0.14248923568092903) 2025-03-04T19:54:40.3622391Z test_metal (0.1422432785189572) 2025-03-04T19:54:40.3622817Z distributed/_shard/sharding_spec/test_sharding_spec (0.1421568985442854) 2025-03-04T19:54:40.3623344Z distributed/fsdp/test_fsdp_meta (0.14192320144917328) 2025-03-04T19:54:40.3623872Z distributed/_shard/sharded_tensor/ops/test_binary_cmp (0.1415351983083974) 2025-03-04T19:54:40.3624460Z distributed/fsdp/test_fsdp_unshard_params (0.14122300341130226) 2025-03-04T19:54:40.3624955Z distributed/rpc/test_faulty_agent (0.14112328362008736) 2025-03-04T19:54:40.3625413Z torch_np/numpy_tests/lib/test_arraypad (0.14035008468771243) 2025-03-04T19:54:40.3625899Z distributed/rpc/test_tensorpipe_agent (0.1402925045818687) 2025-03-04T19:54:40.3626338Z torch_np/test_reductions (0.14005709951907555) 2025-03-04T19:54:40.3626696Z test_sparse (0.14004259160969318) 2025-03-04T19:54:40.3627126Z distributed/_shard/sharded_tensor/ops/test_init (0.1397747744245857) 2025-03-04T19:54:40.3627693Z distributed/optim/test_zero_redundancy_optimizer (0.13954083193181824) 2025-03-04T19:54:40.3628160Z test_reductions (0.13942602509275442) 2025-03-04T19:54:40.3628538Z distributed/fsdp/test_fsdp_core (0.13937748543653258) 2025-03-04T19:54:40.3628986Z test_functional_autograd_benchmark (0.13925565040862048) 2025-03-04T19:54:40.3629388Z test_overrides (0.13907804140160776) 2025-03-04T19:54:40.3629859Z distributed/_shard/sharded_tensor/ops/test_embedding (0.13852051756053843) 2025-03-04T19:54:40.3630482Z distributed/_shard/sharded_tensor/ops/test_embedding_bag (0.13852051756053843) 2025-03-04T19:54:40.3631093Z distributed/fsdp/test_distributed_checkpoint (0.13750303017024787) 2025-03-04T19:54:40.3631712Z distributed/_shard/sharded_tensor/test_sharded_tensor_reshard (0.1366652131272747) 2025-03-04T19:54:40.3632284Z distributed/test_c10d_spawn_gloo (0.13621692069054037) 2025-03-04T19:54:40.3632705Z distributed/test_c10d_ucc (0.1352860292248583) 2025-03-04T19:54:40.3633156Z distributed/fsdp/test_fsdp_use_orig_params (0.13492748361862675) 2025-03-04T19:54:40.3633653Z distributed/test_c10d_spawn_nccl (0.13458367168762048) 2025-03-04T19:54:40.3634093Z distributed/test_c10d_spawn_ucc (0.13269660298185243) 2025-03-04T19:54:40.3634474Z test_prims (0.13136918816880186) 2025-03-04T19:54:40.3634791Z test_spectral_ops (0.13122741703537175) 2025-03-04T19:54:40.3635242Z distributed/test_c10d_gloo (0.13118738776983632) 2025-03-04T19:54:40.3635704Z distributed/fsdp/test_fsdp_mixed_precision (0.13059246532609659) 2025-03-04T19:54:40.3636176Z distributed/test_launcher (0.12919835143033068) 2025-03-04T19:54:40.3636686Z distributed/_shard/sharded_tensor/test_sharded_tensor (0.12885112356396236) 2025-03-04T19:54:40.3637191Z distributed/test_store (0.12757634164002432) 2025-03-04T19:54:40.3637577Z distributed/test_c10d_nccl (0.12561700823271832) 2025-03-04T19:54:40.3637940Z lazy/test_bindings (0.11359920775428321) 2025-03-04T19:54:40.3638322Z profiler/test_record_function (0.10118596367816297) 2025-03-04T19:54:40.3638708Z test_quantization (0.09447585927068759) 2025-03-04T19:54:40.3639093Z profiler/test_execution_trace (0.08941334490510885) 2025-03-04T19:54:40.3639498Z profiler/test_torch_tidy (0.08941334490510885) 2025-03-04T19:54:40.3639865Z test_jit_fuser_legacy (0.07631592235005673) 2025-03-04T19:54:40.3640279Z distributions/test_distributions (0.07273722453916873) 2025-03-04T19:54:40.3640749Z test_jit_profiling (0.0725742854039909) 2025-03-04T19:54:40.3641093Z test_jit_legacy (0.07016627673960828) 2025-03-04T19:54:40.7605757Z distributed/test_c10d_ops_nccl (0.06861774882321027) 2025-03-04T19:54:40.7606478Z base_commit: 6130f46efa5539abfeee284d298e5696e18b0475 2025-03-04T19:54:40.7607936Z Changed files: ['test/dynamo/test_graph_break_messages.py', 'torch/_dynamo/eval_frame.py', 'torch/_dynamo/exc.py', 'torch/testing/_internal/common_utils.py'] 2025-03-04T19:54:40.7608735Z Results from Filepath 2025-03-04T19:54:40.7609037Z dynamo/test_graph_break_messages (0.25) 2025-03-04T19:54:40.7609413Z dynamo/test_cudagraphs (0.20833333333333331) 2025-03-04T19:54:40.7609871Z dynamo/test_cudagraphs_expandable_segments (0.20833333333333331) 2025-03-04T19:54:40.7610299Z dynamo/test_exc (0.20833333333333331) 2025-03-04T19:54:40.7610648Z dynamo/test_exceptions (0.20833333333333331) 2025-03-04T19:54:40.7611017Z dynamo/test_frame_init (0.20833333333333331) 2025-03-04T19:54:40.7611524Z dynamo/test_graph_deduplication (0.20833333333333331) 2025-03-04T19:54:40.7611979Z dynamo/test_graph_region_tracker (0.20833333333333331) 2025-03-04T19:54:40.7612416Z dynamo/test_skip_guard_eval_unsafe (0.20833333333333331) 2025-03-04T19:54:40.7612894Z dynamo/test_subgraphs (0.20833333333333331) 2025-03-04T19:54:40.7613284Z inductor/test_cudagraph_trees (0.20833333333333331) 2025-03-04T19:54:40.7613777Z inductor/test_cudagraph_trees_expandable_segments (0.20833333333333331) 2025-03-04T19:54:40.7614324Z inductor/test_efficient_conv_bn_eval (0.20833333333333331) 2025-03-04T19:54:40.7614812Z inductor/test_graph_transform_observer (0.20833333333333331) 2025-03-04T19:54:40.7615259Z distributed/test_dynamo_distributed (0.1875) 2025-03-04T19:54:40.7615661Z distributed/test_inductor_collectives (0.1875) 2025-03-04T19:54:40.7616055Z dynamo/test_activation_checkpointing (0.1875) 2025-03-04T19:54:40.7616434Z dynamo/test_after_aot (0.1875) 2025-03-04T19:54:40.7616763Z dynamo/test_aot_autograd (0.1875) 2025-03-04T19:54:40.7617113Z dynamo/test_aot_autograd_cache (0.1875) 2025-03-04T19:54:40.7617467Z dynamo/test_autograd_function (0.1875) 2025-03-04T19:54:40.7617797Z dynamo/test_backends (0.1875) 2025-03-04T19:54:40.7618147Z dynamo/test_backward_higher_order_ops (0.1875) 2025-03-04T19:54:40.7618518Z dynamo/test_base_hop (0.1875) 2025-03-04T19:54:40.7618834Z dynamo/test_base_output (0.1875) 2025-03-04T19:54:40.7619160Z dynamo/test_bytecode_utils (0.1875) 2025-03-04T19:54:40.7619480Z dynamo/test_callback (0.1875) 2025-03-04T19:54:40.7619854Z dynamo/test_compile (0.1875) 2025-03-04T19:54:40.7620177Z dynamo/test_compiler_bisector (0.1875) 2025-03-04T19:54:40.7620521Z dynamo/test_comptime (0.1875) 2025-03-04T19:54:40.7620830Z dynamo/test_config (0.1875) 2025-03-04T19:54:40.7621124Z dynamo/test_ctx_manager (0.1875) 2025-03-04T19:54:40.7621451Z dynamo/test_debug_utils (0.1875) 2025-03-04T19:54:40.7621776Z dynamo/test_decorators (0.1875) 2025-03-04T19:54:40.7622380Z dynamo/test_deviceguard (0.1875) 2025-03-04T19:54:40.7622708Z dynamo/test_dicts (0.1875) 2025-03-04T19:54:40.7623008Z dynamo/test_dynamic_shapes (0.1875) 2025-03-04T19:54:40.7623351Z dynamo/test_export (0.1875) 2025-03-04T19:54:40.7623671Z dynamo/test_export_mutations (0.1875) 2025-03-04T19:54:40.7624014Z dynamo/test_flat_apply (0.1875) 2025-03-04T19:54:40.7624333Z dynamo/test_functions (0.1875) 2025-03-04T19:54:40.7624645Z dynamo/test_fx_passes_pre_grad (0.1875) 2025-03-04T19:54:40.7624990Z dynamo/test_generator (0.1875) 2025-03-04T19:54:40.7625299Z dynamo/test_global (0.1875) 2025-03-04T19:54:40.7625606Z dynamo/test_guard_manager (0.1875) 2025-03-04T19:54:40.7625941Z dynamo/test_higher_order_ops (0.1875) 2025-03-04T19:54:40.7626263Z dynamo/test_hooks (0.1875) 2025-03-04T19:54:40.7626576Z dynamo/test_input_attr_tracking (0.1875) 2025-03-04T19:54:40.7626924Z dynamo/test_interop (0.1875) 2025-03-04T19:54:40.7627236Z dynamo/test_logging (0.1875) 2025-03-04T19:54:40.7627550Z dynamo/test_metrics_context (0.1875) 2025-03-04T19:54:40.7627973Z dynamo/test_minifier (0.1875) 2025-03-04T19:54:40.7628280Z dynamo/test_misc (0.1875) 2025-03-04T19:54:40.7628585Z dynamo/test_model_output (0.1875) 2025-03-04T19:54:40.7628911Z dynamo/test_modes (0.1875) 2025-03-04T19:54:40.7629209Z dynamo/test_modules (0.1875) 2025-03-04T19:54:40.7629499Z dynamo/test_nops (0.1875) 2025-03-04T19:54:40.7629802Z dynamo/test_optimizers (0.1875) 2025-03-04T19:54:40.7630121Z dynamo/test_pgo (0.1875) 2025-03-04T19:54:40.7630421Z dynamo/test_pre_dispatch (0.1875) 2025-03-04T19:54:40.7630750Z dynamo/test_profiler (0.1875) 2025-03-04T19:54:40.7631055Z dynamo/test_python_autograd (0.1875) 2025-03-04T19:54:40.7631414Z dynamo/test_python_dispatcher (0.1875) 2025-03-04T19:54:40.7631769Z dynamo/test_recompile_ux (0.1875) 2025-03-04T19:54:40.7632126Z dynamo/test_recompiles (0.1875) 2025-03-04T19:54:40.7632443Z dynamo/test_reconstruct (0.1875) 2025-03-04T19:54:40.7632779Z dynamo/test_reorder_logs (0.1875) 2025-03-04T19:54:40.7633117Z dynamo/test_repros (0.1875) 2025-03-04T19:54:40.7633427Z dynamo/test_resume (0.1875) 2025-03-04T19:54:40.7633734Z dynamo/test_sdpa (0.1875) 2025-03-04T19:54:40.7634029Z dynamo/test_skip_non_tensor (0.1875) 2025-03-04T19:54:40.7634376Z dynamo/test_sources (0.1875) 2025-03-04T19:54:40.7634697Z dynamo/test_structured_trace (0.1875) 2025-03-04T19:54:40.7635045Z dynamo/test_subclasses (0.1875) 2025-03-04T19:54:40.7635363Z dynamo/test_sys (0.1875) 2025-03-04T19:54:40.7635646Z dynamo/test_torchrec (0.1875) 2025-03-04T19:54:40.7635964Z dynamo/test_trace_rules (0.1875) 2025-03-04T19:54:40.7636294Z dynamo/test_unspec (0.1875) 2025-03-04T19:54:40.7636671Z dynamo/test_utils (0.1875) 2025-03-04T19:54:40.7636985Z dynamo/test_verify_correctness (0.1875) 2025-03-04T19:54:40.7637319Z dynamo/test_view (0.1875) 2025-03-04T19:54:40.7637623Z export/test_converter (0.1875) 2025-03-04T19:54:40.7637948Z export/test_cpp_serdes (0.1875) 2025-03-04T19:54:40.7638269Z export/test_db (0.1875) 2025-03-04T19:54:40.7638569Z export/test_draft_export (0.1875) 2025-03-04T19:54:40.7638891Z export/test_experimental (0.1875) 2025-03-04T19:54:40.7639217Z export/test_export (0.1875) 2025-03-04T19:54:40.7639527Z export/test_export_legacy (0.1875) 2025-03-04T19:54:40.7639864Z export/test_export_nonstrict (0.1875) 2025-03-04T19:54:40.7640260Z export/test_export_training_ir_to_run_decomp (0.1875) 2025-03-04T19:54:40.7640682Z export/test_functionalized_assertions (0.1875) 2025-03-04T19:54:40.7641057Z export/test_hop (0.1875) 2025-03-04T19:54:40.7641354Z export/test_lift_unlift (0.1875) 2025-03-04T19:54:40.7641679Z export/test_pass_infra (0.1875) 2025-03-04T19:54:40.7641996Z export/test_passes (0.1875) 2025-03-04T19:54:40.7642301Z export/test_retraceability (0.1875) 2025-03-04T19:54:40.7642639Z export/test_schema (0.1875) 2025-03-04T19:54:40.7642947Z export/test_serdes (0.1875) 2025-03-04T19:54:40.7643349Z export/test_serialize (0.1875) 2025-03-04T19:54:40.7643663Z export/test_sparse (0.1875) 2025-03-04T19:54:40.7643957Z export/test_swap (0.1875) 2025-03-04T19:54:40.7644255Z export/test_tools (0.1875) 2025-03-04T19:54:40.7644565Z export/test_torchbind (0.1875) 2025-03-04T19:54:40.7644878Z export/test_tree_utils (0.1875) 2025-03-04T19:54:40.7645199Z export/test_unflatten (0.1875) 2025-03-04T19:54:40.7645520Z export/test_unflatten_training_ir (0.1875) 2025-03-04T19:54:40.7645876Z export/test_verifier (0.1875) 2025-03-04T19:54:40.7646191Z inductor/test_aot_inductor (0.1875) 2025-03-04T19:54:40.7646551Z inductor/test_aot_inductor_arrayref (0.1875) 2025-03-04T19:54:40.7646947Z inductor/test_aot_inductor_custom_ops (0.1875) 2025-03-04T19:54:40.7647329Z inductor/test_aot_inductor_package (0.1875) 2025-03-04T19:54:40.7647707Z inductor/test_aot_inductor_utils (0.1875) 2025-03-04T19:54:40.7648069Z inductor/test_async_compile (0.1875) 2025-03-04T19:54:40.7648425Z inductor/test_auto_functionalize (0.1875) 2025-03-04T19:54:40.7648795Z inductor/test_autoheuristic (0.1875) 2025-03-04T19:54:40.7649188Z inductor/test_b2b_gemm (0.1875) 2025-03-04T19:54:40.7649522Z inductor/test_benchmark_fusion (0.1875) 2025-03-04T19:54:40.7649880Z inductor/test_benchmarking (0.1875) 2025-03-04T19:54:40.7650227Z inductor/test_binary_folding (0.1875) 2025-03-04T19:54:40.7650577Z inductor/test_block_analysis (0.1875) 2025-03-04T19:54:40.7650905Z inductor/test_ck_backend (0.1875) 2025-03-04T19:54:40.7651240Z inductor/test_codecache (0.1875) 2025-03-04T19:54:40.7651678Z inductor/test_codegen_triton (0.1875) 2025-03-04T19:54:40.7652031Z inductor/test_combo_kernels (0.1875) 2025-03-04T19:54:40.7652388Z inductor/test_compile_subprocess (0.1875) 2025-03-04T19:54:40.7652737Z inductor/test_compile_worker (0.1875) 2025-03-04T19:54:40.7653091Z inductor/test_compiled_autograd (0.1875) 2025-03-04T19:54:40.7653470Z inductor/test_compiled_optimizers (0.1875) 2025-03-04T19:54:40.7653832Z inductor/test_config (0.1875) 2025-03-04T19:54:40.7654158Z inductor/test_control_flow (0.1875) 2025-03-04T19:54:40.7654513Z inductor/test_cooperative_reductions (0.1875) 2025-03-04T19:54:40.7654919Z inductor/test_coordinate_descent_tuner (0.1875) 2025-03-04T19:54:40.7655309Z inductor/test_cpp_wrapper_hipify (0.1875) 2025-03-04T19:54:40.7655669Z inductor/test_cpu_cpp_wrapper (0.1875) 2025-03-04T19:54:40.7656016Z inductor/test_cpu_repro (0.1875) 2025-03-04T19:54:40.7656346Z inductor/test_cpu_select_algorithm (0.1875) 2025-03-04T19:54:40.7656707Z inductor/test_cuda_repro (0.1875) 2025-03-04T19:54:40.7657041Z inductor/test_cudacodecache (0.1875) 2025-03-04T19:54:40.7657390Z inductor/test_custom_lowering (0.1875) 2025-03-04T19:54:40.7657763Z inductor/test_custom_post_grad_passes (0.1875) 2025-03-04T19:54:40.7658130Z inductor/test_cutlass_backend (0.1875) 2025-03-04T19:54:40.7658474Z inductor/test_debug_trace (0.1875) 2025-03-04T19:54:40.7658831Z inductor/test_decompose_mem_bound_mm (0.1875) 2025-03-04T19:54:40.7659219Z inductor/test_dependencies (0.1875) 2025-03-04T19:54:40.7659585Z inductor/test_distributed_patterns (0.1875) 2025-03-04T19:54:40.7659949Z inductor/test_extension_backend (0.1875) 2025-03-04T19:54:40.7660322Z inductor/test_external_callables (0.1875) 2025-03-04T19:54:40.7660681Z inductor/test_flex_attention (0.1875) 2025-03-04T19:54:40.7661023Z inductor/test_flex_decoding (0.1875) 2025-03-04T19:54:40.7661356Z inductor/test_foreach (0.1875) 2025-03-04T19:54:40.7661657Z inductor/test_fp8 (0.1875) 2025-03-04T19:54:40.7661966Z inductor/test_fused_attention (0.1875) 2025-03-04T19:54:40.7662307Z inductor/test_fuzzer (0.1875) 2025-03-04T19:54:40.7662618Z inductor/test_fx_fusion (0.1875) 2025-03-04T19:54:40.7662951Z inductor/test_gpu_cpp_wrapper (0.1875) 2025-03-04T19:54:40.7663301Z inductor/test_group_batch_fusion (0.1875) 2025-03-04T19:54:40.7663649Z inductor/test_halide (0.1875) 2025-03-04T19:54:40.7663965Z inductor/test_indexing (0.1875) 2025-03-04T19:54:40.7664414Z inductor/test_inductor_annotations (0.1875) 2025-03-04T19:54:40.7664797Z inductor/test_inductor_freezing (0.1875) 2025-03-04T19:54:40.7665145Z inductor/test_inductor_utils (0.1875) 2025-03-04T19:54:40.7665501Z inductor/test_inplace_padding (0.1875) 2025-03-04T19:54:40.7665857Z inductor/test_inplacing_pass (0.1875) 2025-03-04T19:54:40.7666214Z inductor/test_kernel_benchmark (0.1875) 2025-03-04T19:54:40.7677131Z inductor/test_layout_optim (0.1875) 2025-03-04T19:54:40.7677677Z inductor/test_loop_ordering (0.1875) 2025-03-04T19:54:40.7678024Z inductor/test_max_autotune (0.1875) 2025-03-04T19:54:40.7678373Z inductor/test_memory (0.1875) 2025-03-04T19:54:40.7678703Z inductor/test_memory_planning (0.1875) 2025-03-04T19:54:40.7679054Z inductor/test_metrics (0.1875) 2025-03-04T19:54:40.7679376Z inductor/test_minifier (0.1875) 2025-03-04T19:54:40.7679698Z inductor/test_minifier_isolate (0.1875) 2025-03-04T19:54:40.7680056Z inductor/test_minifier_utils (0.1875) 2025-03-04T19:54:40.7680447Z inductor/test_mkldnn_pattern_matcher (0.1875) 2025-03-04T19:54:40.7681020Z inductor/test_mmdecomp (0.1875) 2025-03-04T19:54:40.7681389Z inductor/test_move_constructors_to_cuda (0.1875) 2025-03-04T19:54:40.7681766Z inductor/test_mps_basic (0.1875) 2025-03-04T19:54:40.7682099Z inductor/test_multi_kernel (0.1875) 2025-03-04T19:54:40.7682451Z inductor/test_op_completeness (0.1875) 2025-03-04T19:54:40.7682809Z inductor/test_op_dtype_prop (0.1875) 2025-03-04T19:54:40.7683154Z inductor/test_ordered_set (0.1875) 2025-03-04T19:54:40.7683475Z inductor/test_pad_mm (0.1875) 2025-03-04T19:54:40.7683786Z inductor/test_padding (0.1875) 2025-03-04T19:54:40.7684117Z inductor/test_pattern_matcher (0.1875) 2025-03-04T19:54:40.7684464Z inductor/test_perf (0.1875) 2025-03-04T19:54:40.7684779Z inductor/test_profiler (0.1875) 2025-03-04T19:54:40.7685107Z inductor/test_provenance_tracing (0.1875) 2025-03-04T19:54:40.7685485Z inductor/test_scatter_optimization (0.1875) 2025-03-04T19:54:40.7685861Z inductor/test_select_algorithm (0.1875) 2025-03-04T19:54:40.7686211Z inductor/test_smoke (0.1875) 2025-03-04T19:54:40.7686530Z inductor/test_snode_runtime (0.1875) 2025-03-04T19:54:40.7686887Z inductor/test_split_cat_fx_aten_passes (0.1875) 2025-03-04T19:54:40.7687279Z inductor/test_split_cat_fx_passes (0.1875) 2025-03-04T19:54:40.7687652Z inductor/test_standalone_compile (0.1875) 2025-03-04T19:54:40.7688009Z inductor/test_torchbind (0.1875) 2025-03-04T19:54:40.7688347Z inductor/test_torchinductor (0.1875) 2025-03-04T19:54:40.7688770Z inductor/test_torchinductor_codegen_config_overrides (0.1875) 2025-03-04T19:54:40.7689300Z inductor/test_torchinductor_codegen_dynamic_shapes (0.1875) 2025-03-04T19:54:40.7689782Z inductor/test_torchinductor_dynamic_shapes (0.1875) 2025-03-04T19:54:40.7690198Z inductor/test_torchinductor_opinfo (0.1875) 2025-03-04T19:54:40.7690611Z inductor/test_torchinductor_strided_blocks (0.1875) 2025-03-04T19:54:40.7691019Z inductor/test_triton_cpu_backend (0.1875) 2025-03-04T19:54:40.7691396Z inductor/test_triton_extension_backend (0.1875) 2025-03-04T19:54:40.7691917Z inductor/test_triton_heuristics (0.1875) 2025-03-04T19:54:40.7692281Z inductor/test_triton_kernels (0.1875) 2025-03-04T19:54:40.7692632Z inductor/test_triton_syntax (0.1875) 2025-03-04T19:54:40.7692983Z inductor/test_triton_wrapper (0.1875) 2025-03-04T19:54:40.7693323Z inductor/test_unbacked_symints (0.1875) 2025-03-04T19:54:40.7693668Z inductor/test_utils (0.1875) 2025-03-04T19:54:40.7693978Z inductor/test_xpu_basic (0.1875) 2025-03-04T19:54:40.7694383Z onnx/dynamo/test_dynamo_with_onnxruntime_backend (0.1875) 2025-03-04T19:54:40.7694808Z onnx/exporter/test_api (0.1875) 2025-03-04T19:54:40.7695124Z onnx/exporter/test_building (0.1875) 2025-03-04T19:54:40.7695499Z onnx/exporter/test_capture_strategies (0.1875) 2025-03-04T19:54:40.7695872Z onnx/exporter/test_core (0.1875) 2025-03-04T19:54:40.7696217Z onnx/exporter/test_dynamic_shapes (0.1875) 2025-03-04T19:54:40.7696590Z onnx/exporter/test_hf_models_e2e (0.1875) 2025-03-04T19:54:40.7697033Z onnx/exporter/test_ir_passes (0.1875) 2025-03-04T19:54:40.7697408Z onnx/exporter/test_small_models_e2e (0.1875) 2025-03-04T19:54:40.7697779Z onnx/exporter/test_tensors (0.1875) 2025-03-04T19:54:40.7698129Z test_model_exports_to_core_aten (0.1875) 2025-03-04T19:54:40.7698556Z distributed/tensor/test_common_rules (0.14583333333333334) 2025-03-04T19:54:40.7699003Z distributed/test_c10d_common (0.14583333333333334) 2025-03-04T19:54:40.7699458Z higher_order_ops/test_invoke_subgraph (0.14583333333333334) 2025-03-04T19:54:40.7699926Z lazy/test_extract_compiled_graph (0.14583333333333334) 2025-03-04T19:54:51.5296395Z test_testing (0.14583333333333334) 2025-03-04T19:54:51.5297477Z base_commit: 6130f46efa5539abfeee284d298e5696e18b0475 2025-03-04T19:54:51.5298845Z Changed files: ['test/dynamo/test_graph_break_messages.py', 'torch/_dynamo/eval_frame.py', 'torch/_dynamo/exc.py', 'torch/testing/_internal/common_utils.py'] 2025-03-04T19:54:51.5300186Z Results from PublicBindings 2025-03-04T19:54:51.5300799Z test_public_bindings (1.0) 2025-03-04T19:54:51.5301677Z Aggregated Heuristics 2025-03-04T19:54:51.5302310Z dynamo/test_graph_break_messages (2.428783224977508) 2025-03-04T19:54:51.5302829Z dynamo/test_logging (1.7390767233521087) 2025-03-04T19:54:51.5303180Z dynamo/test_exc (1.6428904959985176) 2025-03-04T19:54:51.5303524Z test_public_bindings (1.4396340560227854) 2025-03-04T19:54:51.5303862Z dynamo/test_export (0.9162060951992568) 2025-03-04T19:54:51.5304230Z dynamo/test_dynamic_shapes (0.8982619946643875) 2025-03-04T19:54:51.5304693Z inductor/test_torchinductor_dynamic_shapes (0.8502998338686949) 2025-03-04T19:54:51.5305134Z export/test_export (0.8461401432126914) 2025-03-04T19:54:51.5305473Z dynamo/test_misc (0.8422762914520437) 2025-03-04T19:54:51.5305797Z dynamo/test_repros (0.8245812659709948) 2025-03-04T19:54:51.5306167Z inductor/test_torchinductor (0.7942841939672511) 2025-03-04T19:54:51.5306585Z inductor/test_compiled_autograd (0.7872623013535802) 2025-03-04T19:54:51.5306986Z dynamo/test_modules (0.7761200570139496) 2025-03-04T19:54:51.5307362Z dynamo/test_higher_order_ops (0.7281617933908155) 2025-03-04T19:54:51.5307782Z inductor/test_torchinductor_opinfo (0.7189140132431967) 2025-03-04T19:54:51.5308197Z dynamo/test_decorators (0.7175832830939836) 2025-03-04T19:54:51.5308673Z inductor/test_torchinductor_codegen_dynamic_shapes (0.713339567989574) 2025-03-04T19:54:51.5309200Z inductor/test_compiled_optimizers (0.7079149126065565) 2025-03-04T19:54:51.5309633Z inductor/test_cudagraph_trees (0.6854878294038289) 2025-03-04T19:54:51.5310062Z distributed/test_dynamo_distributed (0.6842038736856212) 2025-03-04T19:54:51.5310538Z inductor/test_mkldnn_pattern_matcher (0.6730255450562628) 2025-03-04T19:54:51.5310964Z inductor/test_cpu_repro (0.6727739419838015) 2025-03-04T19:54:51.5311331Z dynamo/test_subgraphs (0.6719252773899784) 2025-03-04T19:54:51.5311754Z distributed/test_inductor_collectives (0.6676119931919042) 2025-03-04T19:54:51.5312183Z export/test_passes (0.6669957884056357) 2025-03-04T19:54:51.5312535Z inductor/test_fx_fusion (0.6619690888577363) 2025-03-04T19:54:51.5312894Z export/test_db (0.6601447277730617) 2025-03-04T19:54:51.5313227Z dynamo/test_unspec (0.6585659725906787) 2025-03-04T19:54:51.5313583Z dynamo/test_optimizers (0.6568692929250649) 2025-03-04T19:54:51.5313973Z dynamo/test_autograd_function (0.6522337693025048) 2025-03-04T19:54:51.5314352Z dynamo/test_cudagraphs (0.6520642259949767) 2025-03-04T19:54:51.5314713Z inductor/test_config (0.6518978786527011) 2025-03-04T19:54:51.5315063Z export/test_serialize (0.65147578231744) 2025-03-04T19:54:51.5315414Z dynamo/test_minifier (0.6493662116424972) 2025-03-04T19:54:51.5315788Z dynamo/test_export_mutations (0.6485879080858872) 2025-03-04T19:54:51.5316166Z inductor/test_minifier (0.6471821261744343) 2025-03-04T19:54:51.5316530Z dynamo/test_subclasses (0.6457943371693879) 2025-03-04T19:54:51.5316890Z dynamo/test_backends (0.6452800828359726) 2025-03-04T19:54:51.5317413Z dynamo/test_global (0.6437010368044249) 2025-03-04T19:54:51.5317805Z dynamo/test_verify_correctness (0.6370433544768519) 2025-03-04T19:54:51.5318192Z export/test_pass_infra (0.6354822476941705) 2025-03-04T19:54:51.5318571Z dynamo/test_aot_autograd (0.6344922975341003) 2025-03-04T19:54:51.5318960Z inductor/test_layout_optim (0.6321661914692149) 2025-03-04T19:54:51.5319347Z dynamo/test_ctx_manager (0.6310444404167165) 2025-03-04T19:54:51.5319771Z dynamo/test_activation_checkpointing (0.6296497104876981) 2025-03-04T19:54:51.5320180Z inductor/test_mmdecomp (0.6272810471525898) 2025-03-04T19:54:51.5320538Z export/test_verifier (0.6272218288753664) 2025-03-04T19:54:51.5320889Z dynamo/test_functions (0.6134936712714784) 2025-03-04T19:54:51.5321230Z test_testing (0.6064864728014532) 2025-03-04T19:54:51.5321568Z inductor/test_cuda_repro (0.5993065477510917) 2025-03-04T19:54:51.5321923Z dynamo/test_comptime (0.5977719676832127) 2025-03-04T19:54:51.5322314Z inductor/test_extension_backend (0.5966582265166817) 2025-03-04T19:54:51.5322781Z inductor/test_perf (0.5961640844135899) 2025-03-04T19:54:51.5323150Z inductor/test_aot_inductor (0.5954992864572843) 2025-03-04T19:54:51.5323552Z inductor/test_fused_attention (0.5945584216233044) 2025-03-04T19:54:51.5323948Z dynamo/test_recompiles (0.5911770549115656) 2025-03-04T19:54:51.5324296Z inductor/test_smoke (0.5779783071014004) 2025-03-04T19:54:51.5324670Z dynamo/test_skip_non_tensor (0.5754498230685496) 2025-03-04T19:54:51.5325115Z inductor/test_coordinate_descent_tuner (0.5741955523862939) 2025-03-04T19:54:51.5325537Z dynamo/test_interop (0.5703100333771486) 2025-03-04T19:54:51.5325877Z dynamo/test_config (0.569803136557597) 2025-03-04T19:54:51.5326233Z inductor/test_triton_wrapper (0.5684048720606476) 2025-03-04T19:54:51.5326647Z inductor/test_kernel_benchmark (0.5675872856003789) 2025-03-04T19:54:51.5327035Z inductor/test_foreach (0.5667919419835881) 2025-03-04T19:54:51.5327407Z dynamo/test_pre_dispatch (0.5649838127955826) 2025-03-04T19:54:51.5327821Z inductor/test_split_cat_fx_passes (0.564787009013932) 2025-03-04T19:54:51.5328206Z dynamo/test_after_aot (0.5638411824169862) 2025-03-04T19:54:51.5328585Z inductor/test_pattern_matcher (0.5636167421553268) 2025-03-04T19:54:51.5328961Z dynamo/test_nops (0.563156895963086) 2025-03-04T19:54:51.5329340Z inductor/test_group_batch_fusion (0.5621817433777123) 2025-03-04T19:54:51.5329768Z inductor/test_select_algorithm (0.5569910933710115) 2025-03-04T19:54:51.5330163Z inductor/test_snode_runtime (0.5563376877580564) 2025-03-04T19:54:51.5330571Z inductor/test_custom_lowering (0.5511137606307159) 2025-03-04T19:54:51.5330994Z inductor/test_inductor_freezing (0.5503631759110978) 2025-03-04T19:54:51.5331516Z inductor/test_binary_folding (0.5494398900315778) 2025-03-04T19:54:51.5331953Z inductor/test_standalone_compile (0.5493091942637813) 2025-03-04T19:54:51.5332372Z inductor/test_max_autotune (0.5468224497121392) 2025-03-04T19:54:51.5332738Z test_nestedtensor (0.5402315411317641) 2025-03-04T19:54:51.5333198Z onnx/dynamo/test_dynamo_with_onnxruntime_backend (0.5338886440326274) 2025-03-04T19:54:51.5333655Z test_torch (0.5246961564035673) 2025-03-04T19:54:51.5333978Z functorch/test_ops (0.5203953734023685) 2025-03-04T19:54:51.5334324Z test_transformers (0.5194168495878433) 2025-03-04T19:54:51.5334662Z inductor/test_indexing (0.5027426108989445) 2025-03-04T19:54:51.5335009Z test_modules (0.5010359474804061) 2025-03-04T19:54:51.5335331Z test_custom_ops (0.49922646093818634) 2025-03-04T19:54:51.5335687Z functorch/test_rearrange (0.49914763167153886) 2025-03-04T19:54:51.5336084Z dynamo/test_python_autograd (0.49867099580561536) 2025-03-04T19:54:51.5336458Z functorch/test_parsing (0.4983264525895962) 2025-03-04T19:54:51.5336805Z test_optim (0.4958096401998594) 2025-03-04T19:54:51.5337160Z inductor/test_cpu_cpp_wrapper (0.49204219878067645) 2025-03-04T19:54:51.5337548Z test_cpp_api_parity (0.48675558697819155) 2025-03-04T19:54:51.5338004Z dynamo/test_frame_init (0.4838812555734709) 2025-03-04T19:54:51.5338349Z test_mkl_verbose (0.48354628923249976) 2025-03-04T19:54:51.5338699Z test_comparison_utils (0.48226403740393387) 2025-03-04T19:54:51.5339088Z inductor/test_codegen_triton (0.47973248616486186) 2025-03-04T19:54:51.5339520Z functorch/test_eager_transforms (0.47857776366342963) 2025-03-04T19:54:51.5339957Z inductor/test_triton_heuristics (0.47855650309148645) 2025-03-04T19:54:51.5340341Z test_mkldnn_verbose (0.47777522671259715) 2025-03-04T19:54:51.5340671Z test_nn (0.47596866540611243) 2025-03-04T19:54:51.5340968Z test_license (0.47391413678409466) 2025-03-04T19:54:51.5341388Z test_cpp_extensions_open_device_registration (0.4736527242804649) 2025-03-04T19:54:51.5341826Z test_autograd (0.47333664457984326) 2025-03-04T19:54:51.5342138Z test_ao_sparsity (0.4731049785117837) 2025-03-04T19:54:51.5342493Z inductor/test_dependencies (0.471812865602914) 2025-03-04T19:54:51.5342880Z dynamo/test_model_output (0.4687265432336005) 2025-03-04T19:54:51.5343296Z test_utils (0.4673252732901732) 2025-03-04T19:54:51.5343654Z inductor/test_minifier_isolate (0.46412716295494977) 2025-03-04T19:54:51.5344031Z test_binary_ufuncs (0.46409462329500206) 2025-03-04T19:54:51.5344365Z test_foreach (0.46052238016877384) 2025-03-04T19:54:51.5344717Z functorch/test_control_flow (0.4602975172159948) 2025-03-04T19:54:51.5345086Z test_monitor (0.45998885679884954) 2025-03-04T19:54:51.5345412Z test_content_store (0.4596806722778096) 2025-03-04T19:54:51.5345755Z test_functionalization (0.4592427014548375) 2025-03-04T19:54:51.5346111Z test_deploy (0.45853916877413303) 2025-03-04T19:54:51.5346451Z dynamo/test_exceptions (0.45810718191996025) 2025-03-04T19:54:51.5346810Z dynamo/test_utils (0.4580728059540069) 2025-03-04T19:54:51.5347143Z test_fake_tensor (0.4575543875952665) 2025-03-04T19:54:51.5347475Z test_show_pickle (0.45614693427103425) 2025-03-04T19:54:51.5347824Z backends/xeon/test_launch (0.45613936494657625) 2025-03-04T19:54:51.5348234Z dynamo/test_structured_trace (0.45610780217458424) 2025-03-04T19:54:51.5348618Z test_dynamic_shapes (0.45582910978836566) 2025-03-04T19:54:51.5348968Z nn/test_lazy_modules (0.4551467512283311) 2025-03-04T19:54:51.5349320Z test_expanded_weights (0.4536017099214923) 2025-03-04T19:54:51.5349650Z test_openmp (0.45316845458528776) 2025-03-04T19:54:51.5349964Z test_pytree (0.4499356548136475) 2025-03-04T19:54:51.5350291Z test_native_functions (0.4478384473934005) 2025-03-04T19:54:51.5350692Z inductor/test_triton_cpu_backend (0.44780356420328454) 2025-03-04T19:54:51.5351104Z functorch/test_minifier (0.4473718871213103) 2025-03-04T19:54:51.5351443Z test_stateless (0.44732555529126344) 2025-03-04T19:54:51.5351788Z test_tensorexpr_pybind (0.4468179951655397) 2025-03-04T19:54:51.5352133Z test_weak (0.44571916336046447) 2025-03-04T19:54:51.5352442Z test_complex (0.44555686615820533) 2025-03-04T19:54:51.5352763Z test_shape_ops (0.4439387991620041) 2025-03-04T19:54:51.5353083Z test_tensorboard (0.44365415595188706) 2025-03-04T19:54:51.5353421Z test_type_hints (0.44329000568445376) 2025-03-04T19:54:51.5353749Z test_linalg (0.44277918829936375) 2025-03-04T19:54:51.5354079Z test_per_overload_api (0.44252093007002224) 2025-03-04T19:54:51.5354461Z nn/test_multihead_attention (0.44150120018341477) 2025-03-04T19:54:51.5354820Z dynamo/test_hooks (0.4409982881226639) 2025-03-04T19:54:51.5355148Z test_decomp (0.44032995561102123) 2025-03-04T19:54:51.5355472Z test_ops_gradients (0.44006217395162645) 2025-03-04T19:54:51.5355877Z test_set_default_mobile_cpu_allocator (0.4398015068774471) 2025-03-04T19:54:51.5356286Z inductor/test_halide (0.4396311338002361) 2025-03-04T19:54:51.5356632Z lazy/test_step_closures (0.4380240033168253) 2025-03-04T19:54:51.5357001Z test_ops_fwd_gradients (0.43786962579453914) 2025-03-04T19:54:51.5357350Z test_ops_jit (0.4378283526741936) 2025-03-04T19:54:51.5357675Z test_serialization (0.4377061782034415) 2025-03-04T19:54:51.5358135Z export/test_retraceability (0.43747096952081965) 2025-03-04T19:54:51.5358507Z test_numpy_interop (0.43744282125127487) 2025-03-04T19:54:51.5358867Z test_multiprocessing (0.436880037974984) 2025-03-04T19:54:51.5359216Z test_out_dtype_op (0.4368594834673746) 2025-03-04T19:54:51.5359547Z test_sparse_csr (0.43525844198436914) 2025-03-04T19:54:51.5359881Z test_cuda_multigpu (0.43469231443669487) 2025-03-04T19:54:51.5360202Z test_meta (0.4340653294865753) 2025-03-04T19:54:51.5360571Z inductor/test_cpu_select_algorithm (0.43377055473564274) 2025-03-04T19:54:51.5361031Z dynamo/test_skip_guard_eval_unsafe (0.4336915939463127) 2025-03-04T19:54:51.5361422Z test_dispatch (0.4333758475299657) 2025-03-04T19:54:51.5361748Z export/test_serdes (0.4333465455445503) 2025-03-04T19:54:51.5362261Z test_fx_reinplace_pass (0.43301789114834477) 2025-03-04T19:54:51.5362611Z test_logging (0.43148819995596893) 2025-03-04T19:54:51.5363021Z export/test_export_training_ir_to_run_decomp (0.43135917605391766) 2025-03-04T19:54:51.5363475Z test_bundled_inputs (0.43049773474654374) 2025-03-04T19:54:51.5363937Z test_functionalization_of_rng_ops (0.430447576474735) 2025-03-04T19:54:51.5364330Z test_autocast (0.4303167498710093) 2025-03-04T19:54:51.5364690Z export/test_export_nonstrict (0.42978555672109303) 2025-03-04T19:54:51.5365054Z test_pruning_op (0.42963770413852564) 2025-03-04T19:54:51.5365384Z nn/test_pruning (0.42942375782493725) 2025-03-04T19:54:51.5365713Z test_sympy_utils (0.42892678349224606) 2025-03-04T19:54:51.5366070Z nn/test_parametrization (0.4287741121379557) 2025-03-04T19:54:51.5366423Z test_itt (0.42845628247680045) 2025-03-04T19:54:51.5366741Z nn/test_packed_sequence (0.42841176777601986) 2025-03-04T19:54:51.5367195Z dynamo/test_cudagraphs_expandable_segments (0.4269932707731496) 2025-03-04T19:54:51.5367622Z test_ops (0.42650252220308327) 2025-03-04T19:54:51.5367944Z test_numba_integration (0.4263585447918953) 2025-03-04T19:54:51.5368295Z test_masked (0.4262951589688976) 2025-03-04T19:54:51.5368601Z test_import_stats (0.42603774134505157) 2025-03-04T19:54:51.5369005Z functorch/test_vmap_registrations (0.42587420834754786) 2025-03-04T19:54:51.5369430Z test_segment_reductions (0.42585238802193104) 2025-03-04T19:54:51.5369819Z test_sparse_semi_structured (0.42583667232219047) 2025-03-04T19:54:51.5370191Z test_schema_check (0.4256695125773023) 2025-03-04T19:54:51.5370586Z inductor/test_external_callables (0.42544640661503264) 2025-03-04T19:54:51.5370965Z test_datapipe (0.4254301863385803) 2025-03-04T19:54:51.5371288Z test_subclass (0.42505372662884033) 2025-03-04T19:54:51.5371731Z test_tensor_creation_ops (0.42468658005377025) 2025-03-04T19:54:51.5372129Z inductor/test_triton_syntax (0.4245890011357396) 2025-03-04T19:54:51.5372510Z lazy/test_ts_opinfo (0.4244402615043708) 2025-03-04T19:54:51.5372845Z test_dlpack (0.4243563551380646) 2025-03-04T19:54:51.5373216Z export/test_unflatten_training_ir (0.424190795155928) 2025-03-04T19:54:51.5373616Z test_unary_ufuncs (0.4240683912496951) 2025-03-04T19:54:51.5373993Z dynamo/test_fx_passes_pre_grad (0.4232603257742131) 2025-03-04T19:54:51.5374448Z inductor/test_triton_extension_backend (0.4229509087785761) 2025-03-04T19:54:51.5374855Z test_mkldnn_fusion (0.42286064661299716) 2025-03-04T19:54:51.5375250Z inductor/test_cpp_wrapper_hipify (0.42273982753137807) 2025-03-04T19:54:51.5375717Z functorch/test_memory_efficient_fusion (0.4219111106082748) 2025-03-04T19:54:51.5376126Z test_futures (0.42180419888201015) 2025-03-04T19:54:51.5376455Z inductor/test_pad_mm (0.42151395826809795) 2025-03-04T19:54:51.5376808Z test_cpp_extensions_jit (0.42122265726316277) 2025-03-04T19:54:51.5377172Z test_maskedtensor (0.4206809211911474) 2025-03-04T19:54:51.5377540Z functorch/test_aotdispatch (0.42047593311671705) 2025-03-04T19:54:51.5377941Z inductor/test_inductor_utils (0.420224153216448) 2025-03-04T19:54:51.5378405Z inductor/test_torchinductor_strided_blocks (0.4200890420586366) 2025-03-04T19:54:51.5379020Z export/test_functionalized_assertions (0.42008383962834384) 2025-03-04T19:54:51.5379440Z test_native_mha (0.42003388912359385) 2025-03-04T19:54:51.5379830Z inductor/test_aot_inductor_arrayref (0.4196888153411626) 2025-03-04T19:54:51.5380246Z inductor/test_b2b_gemm (0.419681485632685) 2025-03-04T19:54:51.5380643Z dynamo/test_graph_region_tracker (0.41927753084884106) 2025-03-04T19:54:51.5381045Z dynamo/test_base_output (0.418990563626185) 2025-03-04T19:54:51.5381512Z inductor/test_cudagraph_trees_expandable_segments (0.41883951704947686) 2025-03-04T19:54:51.5381979Z test_cuda (0.41846437992383423) 2025-03-04T19:54:51.5382308Z test_functional_optim (0.4178836783039562) 2025-03-04T19:54:51.5382661Z nn/test_embedding (0.41785262077669916) 2025-03-04T19:54:51.5383050Z inductor/test_provenance_tracing (0.4173812989946235) 2025-03-04T19:54:51.5383495Z benchmark_utils/test_benchmark_utils (0.4171661551916197) 2025-03-04T19:54:51.5383903Z nn/test_dropout (0.41680335929799806) 2025-03-04T19:54:51.5384249Z functorch/test_vmap (0.41657864162944763) 2025-03-04T19:54:51.5385087Z dynamo/test_recompile_ux (0.41646781078867934) 2025-03-04T19:54:51.5385508Z dynamo/test_graph_deduplication (0.41608011719092636) 2025-03-04T19:54:51.5385887Z test_type_info (0.4159033668622414) 2025-03-04T19:54:51.5386222Z inductor/test_utils (0.41521516977865364) 2025-03-04T19:54:51.5386588Z inductor/test_ck_backend (0.4148943074363727) 2025-03-04T19:54:51.5386981Z inductor/test_compile_worker (0.4146245270700226) 2025-03-04T19:54:51.5387356Z test_indexing (0.41453604715527637) 2025-03-04T19:54:51.5387679Z lazy/test_debug_util (0.41447931546146494) 2025-03-04T19:54:51.5388066Z inductor/test_op_completeness (0.41442680938366083) 2025-03-04T19:54:51.5388453Z nn/test_module_hooks (0.4142038224658704) 2025-03-04T19:54:51.5388812Z export/test_tree_utils (0.41380533080113496) 2025-03-04T19:54:51.5389205Z inductor/test_cutlass_backend (0.41309520361889307) 2025-03-04T19:54:51.5389605Z inductor/test_autoheuristic (0.412675362941553) 2025-03-04T19:54:51.5390012Z inductor/test_minifier_utils (0.41218203512711477) 2025-03-04T19:54:51.5390409Z inductor/test_xpu_basic (0.4120393846746062) 2025-03-04T19:54:51.5390823Z inductor/test_inductor_annotations (0.4117640485053398) 2025-03-04T19:54:51.5391255Z inductor/test_debug_trace (0.4115826613998686) 2025-03-04T19:54:51.5391625Z nn/test_convolution (0.41145914299424313) 2025-03-04T19:54:51.5391950Z test_mkldnn (0.41126857170319614) 2025-03-04T19:54:51.5392301Z onnx/exporter/test_tensors (0.41115694040950934) 2025-03-04T19:54:51.5392686Z dynamo/test_reconstruct (0.4097836754985392) 2025-03-04T19:54:51.5393053Z inductor/test_metrics (0.4097246230067636) 2025-03-04T19:54:51.5393397Z dynamo/test_sdpa (0.4088089560116175) 2025-03-04T19:54:51.5393794Z inductor/test_graph_transform_observer (0.40865556775318457) 2025-03-04T19:54:51.5394222Z test_sort_and_select (0.4084966973111319) 2025-03-04T19:54:51.5394602Z inductor/test_flex_attention (0.40762337607549487) 2025-03-04T19:54:51.5395058Z inductor/test_move_constructors_to_cuda (0.407477487229301) 2025-03-04T19:54:51.5395506Z inductor/test_cudacodecache (0.4070944185697284) 2025-03-04T19:54:51.5395907Z inductor/test_benchmark_fusion (0.40694777953965966) 2025-03-04T19:54:51.5396314Z inductor/test_flex_decoding (0.4069316420611332) 2025-03-04T19:54:51.5396711Z inductor/test_triton_kernels (0.40670774450966) 2025-03-04T19:54:51.5397106Z test_multiprocessing_spawn (0.40560528929176687) 2025-03-04T19:54:51.5397470Z test_view_ops (0.40554560400371886) 2025-03-04T19:54:51.5397789Z dynamo/test_callback (0.4053294864011613) 2025-03-04T19:54:51.5398150Z export/test_unflatten (0.40527392511901195) 2025-03-04T19:54:51.5398541Z inductor/test_gpu_cpp_wrapper (0.4050622442420396) 2025-03-04T19:54:51.5398989Z inductor/test_cooperative_reductions (0.40449989097511363) 2025-03-04T19:54:51.5399415Z test_function_schema (0.40363580165916213) 2025-03-04T19:54:51.5399861Z export/test_export_legacy (0.4034971315566229) 2025-03-04T19:54:51.5400410Z test_scatter_gather_ops (0.4032756172304871) 2025-03-04T19:54:51.5400769Z export/test_tools (0.403172701927906) 2025-03-04T19:54:51.5401133Z inductor/test_combo_kernels (0.4025555955361255) 2025-03-04T19:54:51.5401514Z inductor/test_padding (0.4023679898130569) 2025-03-04T19:54:51.5401859Z nn/test_pooling (0.4023449314649415) 2025-03-04T19:54:51.5402194Z test_xnnpack_integration (0.402154365461728) 2025-03-04T19:54:51.5402565Z export/test_cpp_serdes (0.4020770668334337) 2025-03-04T19:54:51.5402941Z test_mobile_optimizer (0.40175577994252787) 2025-03-04T19:54:51.5403294Z dynamo/test_view (0.4013115472145395) 2025-03-04T19:54:51.5403626Z dynamo/test_sys (0.40127948276142333) 2025-03-04T19:54:51.5403985Z dynamo/test_metrics_context (0.4002672722161944) 2025-03-04T19:54:51.5404364Z onnx/test_fx_passes (0.3998305348615364) 2025-03-04T19:54:51.5404707Z test_type_promotion (0.3995060591691603) 2025-03-04T19:54:51.5405089Z inductor/test_op_dtype_prop (0.3976355688651304) 2025-03-04T19:54:51.5405582Z test_sparse (0.3974918267972444) 2025-03-04T19:54:51.5405934Z inductor/test_multi_kernel (0.39689331991893817) 2025-03-04T19:54:51.5406375Z inductor/test_efficient_conv_bn_eval (0.39680847569969463) 2025-03-04T19:54:51.5406798Z dynamo/test_trace_rules (0.39663607709848103) 2025-03-04T19:54:51.5407223Z inductor/test_scatter_optimization (0.3966171249746248) 2025-03-04T19:54:51.5407693Z inductor/test_decompose_mem_bound_mm (0.3962246108743035) 2025-03-04T19:54:51.5408120Z inductor/test_fuzzer (0.39591106549463173) 2025-03-04T19:54:51.5408495Z inductor/test_ordered_set (0.395830580767113) 2025-03-04T19:54:51.5408845Z inductor/test_fp8 (0.3954580300346958) 2025-03-04T19:54:51.5409179Z dynamo/test_pgo (0.39514821496568076) 2025-03-04T19:54:51.5409511Z lazy/test_reuse_ir (0.3948946292017783) 2025-03-04T19:54:51.5409884Z inductor/test_inplacing_pass (0.3946617222871163) 2025-03-04T19:54:51.5410309Z distributed/test_data_parallel (0.3946428119437975) 2025-03-04T19:54:51.5410836Z dynamo/test_profiler (0.3939828934770704) 2025-03-04T19:54:51.5411355Z inductor/test_aot_inductor_custom_ops (0.39389154665385495) 2025-03-04T19:54:51.5411875Z inductor/test_benchmarking (0.3935049566903096) 2025-03-04T19:54:51.5412234Z test_fx (0.39334078790605365) 2025-03-04T19:54:51.5412574Z inductor/test_memory_planning (0.39276931372836854) 2025-03-04T19:54:51.5412985Z onnx/exporter/test_building (0.39270132876193936) 2025-03-04T19:54:51.5413368Z inductor/test_control_flow (0.3924846772179266) 2025-03-04T19:54:51.5413786Z onnx/exporter/test_hf_models_e2e (0.39205822414708213) 2025-03-04T19:54:51.5414235Z inductor/test_aot_inductor_package (0.3914742619581013) 2025-03-04T19:54:51.5414640Z dynamo/test_compile (0.39143868911398644) 2025-03-04T19:54:51.5415028Z inductor/test_aot_inductor_utils (0.3913873462210685) 2025-03-04T19:54:51.5415405Z dynamo/test_modes (0.3908683343563525) 2025-03-04T19:54:51.5415765Z inductor/test_memory (0.39048517198448407) 2025-03-04T19:54:51.5416166Z test_functional_autograd_benchmark (0.390294532361974) 2025-03-04T19:54:51.5416589Z inductor/test_block_analysis (0.3902172902005138) 2025-03-04T19:54:51.5417021Z inductor/test_compile_subprocess (0.38998802989500986) 2025-03-04T19:54:51.5417418Z export/test_torchbind (0.38977229992446444) 2025-03-04T19:54:51.5417787Z inductor/test_profiler (0.38968554863258453) 2025-03-04T19:54:51.5418181Z inductor/test_inplace_padding (0.3896114917326904) 2025-03-04T19:54:51.5418559Z dynamo/test_dicts (0.38950854250833156) 2025-03-04T19:54:51.5418899Z test_proxy_tensor (0.38948350911829555) 2025-03-04T19:54:51.5419294Z inductor/test_custom_post_grad_passes (0.3894458834664951) 2025-03-04T19:54:51.5419726Z dynamo/test_deviceguard (0.38807149954221676) 2025-03-04T19:54:51.5420103Z dynamo/test_debug_utils (0.38790951745789465) 2025-03-04T19:54:51.5420469Z dynamo/test_sources (0.3874163466979558) 2025-03-04T19:54:51.5420982Z inductor/test_codecache (0.3872152733603348) 2025-03-04T19:54:51.5421411Z dynamo/test_backward_higher_order_ops (0.38615743392639895) 2025-03-04T19:54:51.5421981Z dynamo/test_resume (0.3851039043256332) 2025-03-04T19:54:51.5422319Z test_prims (0.38416378216526226) 2025-03-04T19:54:51.5422677Z dynamo/test_python_dispatcher (0.3841145253581373) 2025-03-04T19:54:51.5423112Z onnx/exporter/test_dynamic_shapes (0.3840617354145253) 2025-03-04T19:54:51.5423524Z inductor/test_torchbind (0.3834766450781634) 2025-03-04T19:54:51.5423887Z onnx/exporter/test_core (0.38304385127550555) 2025-03-04T19:54:51.5424278Z inductor/test_loop_ordering (0.3828664345508642) 2025-03-04T19:54:51.5424654Z dynamo/test_base_hop (0.382726948855909) 2025-03-04T19:54:51.5424995Z test_spectral_ops (0.3822662989887252) 2025-03-04T19:54:51.5425384Z inductor/test_auto_functionalize (0.3821262415987173) 2025-03-04T19:54:51.5425761Z export/test_swap (0.3820459269862969) 2025-03-04T19:54:51.5426108Z dynamo/test_flat_apply (0.38126579232071034) 2025-03-04T19:54:51.5426478Z dynamo/test_generator (0.3810030081818616) 2025-03-04T19:54:51.5426930Z inductor/test_async_compile (0.38005333158531673) 2025-03-04T19:54:51.5427380Z onnx/exporter/test_capture_strategies (0.3798924349541035) 2025-03-04T19:54:51.5427924Z inductor/test_torchinductor_codegen_config_overrides (0.37973003489829504) 2025-03-04T19:54:51.5428424Z export/test_schema (0.37965398696038444) 2025-03-04T19:54:51.5428796Z dynamo/test_bytecode_utils (0.37845004643158353) 2025-03-04T19:54:51.5429207Z distributed/test_c10d_common (0.37804257437826605) 2025-03-04T19:54:51.5429619Z dynamo/test_compiler_bisector (0.3775724258889178) 2025-03-04T19:54:51.5430018Z test_cuda_expandable_segments (0.37667731834715623) 2025-03-04T19:54:51.5430434Z onnx/exporter/test_ir_passes (0.37641924752362355) 2025-03-04T19:54:51.5430883Z inductor/test_split_cat_fx_aten_passes (0.37600297457295506) 2025-03-04T19:54:51.5431340Z dynamo/test_aot_autograd_cache (0.3759620872110984) 2025-03-04T19:54:51.5431743Z export/test_experimental (0.37411385023030785) 2025-03-04T19:54:51.5432120Z dynamo/test_torchrec (0.3740188322581688) 2025-03-04T19:54:51.5432497Z inductor/test_unbacked_symints (0.37371204592539686) 2025-03-04T19:54:51.5432879Z export/test_hop (0.3732676405875228) 2025-03-04T19:54:51.5433249Z test_model_exports_to_core_aten (0.3717182783190967) 2025-03-04T19:54:51.5433639Z export/test_converter (0.37155488274427995) 2025-03-04T19:54:51.5434020Z dynamo/test_guard_manager (0.37119829815364236) 2025-03-04T19:54:51.5434437Z inductor/test_distributed_patterns (0.37092689115090627) 2025-03-04T19:54:51.5434888Z dynamo/test_input_attr_tracking (0.37049086518937263) 2025-03-04T19:54:51.5435299Z export/test_draft_export (0.37015625353165627) 2025-03-04T19:54:51.5435732Z onnx/exporter/test_small_models_e2e (0.36941331247109865) 2025-03-04T19:54:51.5436161Z dynamo/test_reorder_logs (0.36879143030002903) 2025-03-04T19:54:51.5436527Z inductor/test_mps_basic (0.3682689470640824) 2025-03-04T19:54:51.5436903Z export/test_lift_unlift (0.3654043537022724) 2025-03-04T19:54:51.5437276Z onnx/exporter/test_api (0.36439237303536715) 2025-03-04T19:54:51.5437633Z export/test_sparse (0.3588531393686621) 2025-03-04T19:54:51.5437980Z test_python_dispatch (0.350060277328879) 2025-03-04T19:54:51.5438387Z distributed/tensor/test_common_rules (0.34743712676489014) 2025-03-04T19:54:51.5438799Z test_package (0.34441226730731056) 2025-03-04T19:54:51.5439192Z higher_order_ops/test_invoke_subgraph (0.33476459296330197) 2025-03-04T19:54:51.5439661Z distributions/test_distributions (0.3252580461780631) 2025-03-04T19:54:51.5440076Z distributed/test_fake_pg (0.3239093426955004) 2025-03-04T19:54:51.5440493Z onnx/test_pytorch_onnx_no_runtime (0.32245892500008866) 2025-03-04T19:54:51.5440966Z distributed/fsdp/test_checkpoint_wrapper (0.3181264978684084) 2025-03-04T19:54:51.5441449Z lazy/test_extract_compiled_graph (0.3173036013346697) 2025-03-04T19:54:51.5441953Z distributed/fsdp/test_fsdp_sharded_grad_scaler (0.31548464386170605) 2025-03-04T19:54:51.5442531Z onnx/test_fx_type_promotion (0.3102120701117898) 2025-03-04T19:54:51.5442931Z distributed/test_c10d_gloo (0.3032512029694071) 2025-03-04T19:54:51.5443333Z distributed/test_c10d_spawn_gloo (0.302883587357207) 2025-03-04T19:54:51.5443812Z distributed/checkpoint/test_nested_dict (0.3023749720643149) 2025-03-04T19:54:51.5444351Z distributed/_shard/sharded_tensor/test_logger (0.2974138560099134) 2025-03-04T19:54:51.5444842Z onnx/test_onnxscript_runtime (0.29569595463181514) 2025-03-04T19:54:51.5445228Z test_flop_counter (0.29013070042359657) 2025-03-04T19:54:51.5445570Z test_fx_experimental (0.2881419057755669) 2025-03-04T19:54:51.5445922Z test_dataloader (0.2875036115602549) 2025-03-04T19:54:51.5446338Z distributed/_composable/test_contract (0.28738317776927247) 2025-03-04T19:54:51.5446852Z distributed/checkpoint/test_dedup_tensors (0.2861914678596126) 2025-03-04T19:54:51.5447286Z test_fx_passes (0.2854997203083763) 2025-03-04T19:54:51.5447603Z test_namedtensor (0.2809120322165332) 2025-03-04T19:54:51.5448022Z test_legacy_vmap (0.28059854675701357) 2025-03-04T19:54:51.5448418Z onnx/test_pytorch_onnx_onnxruntime (0.2794645052696263) 2025-03-04T19:54:51.5448853Z distributed/fsdp/test_fsdp_fx (0.2785405775529927) 2025-03-04T19:54:51.5449231Z test_tensorexpr (0.2783746494743731) 2025-03-04T19:54:51.5449588Z test_namedtuple_return_api (0.2769465921749237) 2025-03-04T19:54:51.5449942Z test_jiterator (0.2765853275626712) 2025-03-04T19:54:51.5450274Z test_quantization (0.27544810551837506) 2025-03-04T19:54:51.5450655Z onnx/internal/test_registraion (0.273561086122161) 2025-03-04T19:54:51.5451044Z onnx/test_custom_ops (0.27230504276318307) 2025-03-04T19:54:51.5451495Z onnx/test_pytorch_jit_onnx (0.2701112073564555) 2025-03-04T19:54:51.5451870Z test_autograd_fallback (0.26988394697428286) 2025-03-04T19:54:51.5452301Z distributed/_tools/test_memory_tracker (0.2681133955967957) 2025-03-04T19:54:51.5452809Z distributed/_composable/test_checkpoint (0.2680724043724514) 2025-03-04T19:54:51.5453289Z onnx/internal/test_diagnostics (0.26754120679184457) 2025-03-04T19:54:51.5453791Z distributed/checkpoint/test_fsdp_optim_state (0.26700362887219947) 2025-03-04T19:54:51.5454231Z test_jit (0.2656115361754929) 2025-03-04T19:54:51.5454569Z onnx/test_models_onnxruntime (0.2654809530348393) 2025-03-04T19:54:51.5454943Z test_matmul_cuda (0.26321405682034416) 2025-03-04T19:54:51.5455350Z distributed/checkpoint/test_fsspec (0.26310467239726254) 2025-03-04T19:54:51.5455757Z test_jit_fuser_te (0.26252143290675467) 2025-03-04T19:54:51.5456157Z distributed/checkpoint/test_traverse (0.26170205792671647) 2025-03-04T19:54:51.5456582Z test_cuda_sanitizer (0.2613453052231144) 2025-03-04T19:54:51.5457028Z distributed/tensor/parallel/test_tp_style (0.26092784908326516) 2025-03-04T19:54:51.5457473Z test_jit_disabled (0.26026029762219405) 2025-03-04T19:54:51.5457938Z distributed/tensor/parallel/test_tp_random_state (0.2583951772827176) 2025-03-04T19:54:51.5458430Z onnx/test_onnx_opset (0.25570418749266033) 2025-03-04T19:54:51.5458784Z onnx/test_symbolic_helper (0.2555764220228643) 2025-03-04T19:54:51.5459207Z distributed/fsdp/test_shard_utils (0.25390877808457507) 2025-03-04T19:54:51.5459656Z distributed/test_functional_api (0.25370687280378434) 2025-03-04T19:54:51.5460118Z distributed/checkpoint/test_planner (0.2527004792934157) 2025-03-04T19:54:51.5460546Z onnx/test_autograd_funs (0.2517079488958135) 2025-03-04T19:54:51.5461007Z distributed/checkpoint/test_dtensor_checkpoint (0.2516981182145989) 2025-03-04T19:54:51.5461514Z test_cpp_extensions_aot_no_ninja (0.2514284626858611) 2025-03-04T19:54:51.5461952Z distributed/fsdp/test_fsdp_memory (0.2512564024350271) 2025-03-04T19:54:51.5462380Z test_cpp_extensions_aot_ninja (0.2510388819533535) 2025-03-04T19:54:51.5462761Z functorch/test_dims (0.2503241474165427) 2025-03-04T19:54:51.5463164Z onnx/test_pytorch_onnx_shape_inference (0.24980203850692762) 2025-03-04T19:54:51.5463782Z distributed/checkpoint/test_fsdp_model_state (0.24965970786684333) 2025-03-04T19:54:51.5464266Z onnx/test_op_consistency (0.24946690383701337) 2025-03-04T19:54:51.5464663Z distributed/fsdp/test_utils (0.24848037581491766) 2025-03-04T19:54:51.5465187Z distributed/tensor/parallel/test_micro_pipeline_tp (0.24772019964654146) 2025-03-04T19:54:51.5465690Z distributed/test_nccl (0.24766915987778093) 2025-03-04T19:54:51.5466098Z distributed/fsdp/test_fsdp_overlap (0.24703007567199026) 2025-03-04T19:54:51.5466619Z distributed/tensor/parallel/test_tp_examples (0.2461790563797923) 2025-03-04T19:54:51.5467177Z distributed/fsdp/test_fsdp_backward_prefetch (0.2454285222302312) 2025-03-04T19:54:51.5467705Z distributed/_composable/test_replicate (0.24500989346207164) 2025-03-04T19:54:51.5468212Z distributed/fsdp/test_fsdp_optim_state (0.24500732148892118) 2025-03-04T19:54:51.5468698Z distributed/fsdp/test_fsdp_pure_fp16 (0.24402999117666957) 2025-03-04T19:54:51.5469147Z distributed/test_c10d_logger (0.24400431276601708) 2025-03-04T19:54:51.5469591Z onnx/test_utility_funs (0.24398787547398182) 2025-03-04T19:54:51.5470059Z distributed/fsdp/test_fsdp_dtensor_state_dict (0.24341724304724754) 2025-03-04T19:54:51.5470528Z onnx/test_verification (0.24291550300118503) 2025-03-04T19:54:51.5470962Z distributed/checkpoint/test_checkpoint (0.242732387270787) 2025-03-04T19:54:51.5471423Z distributed/fsdp/test_fsdp_apply (0.24258798547449184) 2025-03-04T19:54:51.5471963Z distributed/_composable/fsdp/test_fully_shard_compile (0.24219385521556888) 2025-03-04T19:54:51.5472461Z test_jit_llga_fuser (0.24193798641488662) 2025-03-04T19:54:51.5472910Z distributed/flight_recorder/test_fr_analysis (0.241736615456008) 2025-03-04T19:54:51.5473412Z distributed/checkpoint/test_utils (0.24139163264119334) 2025-03-04T19:54:51.5473888Z distributed/test_c10d_object_collectives (0.24017821976289716) 2025-03-04T19:54:51.5474452Z distributed/tensor/parallel/test_parallelize_api (0.23972095558788442) 2025-03-04T19:54:51.5475011Z distributed/fsdp/test_fsdp_state_dict (0.2392654975396148) 2025-03-04T19:54:51.5475489Z distributed/fsdp/test_fsdp_uneven (0.23894855174391272) 2025-03-04T19:54:51.5475947Z distributed/rpc/test_share_memory (0.23884734404743424) 2025-03-04T19:54:51.5476391Z distributed/fsdp/test_fsdp_grad_acc (0.238739747786956) 2025-03-04T19:54:51.5476893Z distributed/fsdp/test_fsdp_freezing_weights (0.23833953365885152) 2025-03-04T19:54:51.5477369Z distributed/test_c10d_pypg (0.23810858501747895) 2025-03-04T19:54:51.5477819Z distributed/fsdp/test_fsdp_exec_order (0.23798099786852617) 2025-03-04T19:54:51.5478329Z distributed/fsdp/test_fsdp_flatten_params (0.2376961893497645) 2025-03-04T19:54:51.5478816Z distributed/fsdp/test_fsdp_input (0.2371133404706664) 2025-03-04T19:54:51.5479253Z distributed/test_distributed_spawn (0.2363547762546236) 2025-03-04T19:54:51.5479828Z cpp_extensions/open_registration_extension/test/test_openreg (0.23595542102267136) 2025-03-04T19:54:51.5480425Z distributed/fsdp/test_fsdp_traversal (0.2357477515983546) 2025-03-04T19:54:51.5480968Z distributed/fsdp/test_fsdp_multiple_wrapping (0.23509151900441028) 2025-03-04T19:54:51.5481528Z distributed/fsdp/test_fsdp_ignored_modules (0.2348968597683061) 2025-03-04T19:54:51.5481957Z test_cuda_trace (0.2348943608247026) 2025-03-04T19:54:51.5482354Z distributed/test_multi_threaded_pg (0.23380928562943298) 2025-03-04T19:54:51.5482775Z test_cuda_primary_ctx (0.2336994901932422) 2025-03-04T19:54:51.5483246Z distributed/pipelining/test_schedule_multiproc (0.2336694540238154) 2025-03-04T19:54:51.5483744Z functorch/test_ac_logging (0.23345786184591022) 2025-03-04T19:54:51.5484188Z distributed/fsdp/test_fsdp_fine_tune (0.23323312256068957) 2025-03-04T19:54:51.5484665Z distributed/fsdp/test_fsdp_checkpoint (0.2331609069386827) 2025-03-04T19:54:51.5485186Z distributed/tensor/debug/test_op_coverage (0.23274938899910189) 2025-03-04T19:54:51.5485697Z distributed/_tools/test_mod_tracker (0.23196329766938895) 2025-03-04T19:54:51.5486221Z distributed/fsdp/test_wrap (0.23193052235854472) 2025-03-04T19:54:51.5486744Z distributed/checkpoint/test_file_system_checkpoint (0.23144645094366506) 2025-03-04T19:54:51.5487365Z distributed/algorithms/ddp_comm_hooks/test_ddp_hooks (0.23136086605739647) 2025-03-04T19:54:51.5487956Z distributed/fsdp/test_fsdp_tp_integration (0.23125298924811882) 2025-03-04T19:54:51.5488568Z distributed/algorithms/quantization/test_quantization (0.23094019969322543) 2025-03-04T19:54:51.5489154Z distributed/fsdp/test_fsdp_comm_hooks (0.23091339815678402) 2025-03-04T19:54:51.5489573Z test_reductions (0.23067758618452444) 2025-03-04T19:54:51.5489927Z test_cuda_nvml_based_avail (0.23053369356923858) 2025-03-04T19:54:51.5490362Z distributed/fsdp/test_fsdp_hybrid_shard (0.2302399582792488) 2025-03-04T19:54:51.5490854Z distributed/nn/jit/test_instantiator (0.2301915756775264) 2025-03-04T19:54:51.5491312Z distributed/fsdp/test_fsdp_comm (0.2301422409329013) 2025-03-04T19:54:51.5491821Z onnx/test_lazy_import (0.22996320861948777) 2025-03-04T19:54:51.5492395Z distributed/checkpoint/test_file_system_checkpoint_cpu (0.22986606059570064) 2025-03-04T19:54:51.5492991Z distributed/fsdp/test_fsdp_multiple_forward (0.22853226544361177) 2025-03-04T19:54:51.5493530Z distributed/fsdp/test_fsdp_clip_grad_norm (0.22820756508200163) 2025-03-04T19:54:51.5494024Z distributed/algorithms/test_join (0.22800652550685918) 2025-03-04T19:54:51.5494451Z distributed/test_pg_wrapper (0.22784652053216659) 2025-03-04T19:54:51.5494874Z distributed/fsdp/test_fsdp_misc (0.22784434710441287) 2025-03-04T19:54:51.5495400Z distributed/_shard/sharded_tensor/ops/test_tensor_ops (0.2277347034320169) 2025-03-04T19:54:51.5495876Z test_jit_autocast (0.2274792052092064) 2025-03-04T19:54:51.5496345Z distributed/_shard/sharding_plan/test_sharding_plan (0.2273977135558285) 2025-03-04T19:54:51.5496953Z distributed/_shard/sharded_optim/test_sharded_optim (0.2273253605111346) 2025-03-04T19:54:51.5497532Z distributed/rpc/cuda/test_tensorpipe_agent (0.2266188255103309) 2025-03-04T19:54:51.5498116Z distributed/_shard/sharding_spec/test_sharding_spec (0.22652911383097224) 2025-03-04T19:54:51.5498638Z distributed/fsdp/test_fsdp_meta (0.22629541673586012) 2025-03-04T19:54:51.5499170Z distributed/_shard/sharded_tensor/ops/test_binary_cmp (0.22590741359508426) 2025-03-04T19:54:51.5499751Z distributed/fsdp/test_fsdp_unshard_params (0.2255952186979891) 2025-03-04T19:54:51.5500204Z test_utils_config_module (0.2255132264333944) 2025-03-04T19:54:51.5500830Z distributed/rpc/test_faulty_agent (0.22445661695342067) 2025-03-04T19:54:51.5501229Z test_overrides (0.22420580719982444) 2025-03-04T19:54:51.5501661Z distributed/_shard/sharded_tensor/ops/test_init (0.22414698971127256) 2025-03-04T19:54:51.5502249Z distributed/optim/test_zero_redundancy_optimizer (0.22391304721850508) 2025-03-04T19:54:51.5502777Z distributed/fsdp/test_fsdp_core (0.22374970072321942) 2025-03-04T19:54:51.5503173Z test_hop_infra (0.22364478261419257) 2025-03-04T19:54:51.5503589Z distributed/rpc/test_tensorpipe_agent (0.22362583791520202) 2025-03-04T19:54:51.5504140Z distributed/_shard/sharded_tensor/ops/test_embedding (0.22289273284722527) 2025-03-04T19:54:51.5504777Z distributed/_shard/sharded_tensor/ops/test_embedding_bag (0.22289273284722527) 2025-03-04T19:54:51.5505385Z distributed/fsdp/test_distributed_checkpoint (0.2218752454569347) 2025-03-04T19:54:51.5506005Z distributed/_shard/sharded_tensor/test_sharded_tensor_reshard (0.22103742841396157) 2025-03-04T19:54:51.5506553Z distributed/test_c10d_ucc (0.22001217508281207) 2025-03-04T19:54:51.5506965Z test_appending_byte_serializer (0.21973059185281354) 2025-03-04T19:54:51.5507430Z distributed/fsdp/test_fsdp_use_orig_params (0.2193743491055546) 2025-03-04T19:54:51.5507866Z test_autoload (0.21904234547622886) 2025-03-04T19:54:51.5508242Z distributed/test_c10d_spawn_nccl (0.2179170050209538) 2025-03-04T19:54:51.5508676Z distributed/test_c10d_spawn_ucc (0.21602993631518574) 2025-03-04T19:54:51.5509194Z test_mps (0.2155166118674653) 2025-03-04T19:54:51.5509593Z distributed/fsdp/test_fsdp_mixed_precision (0.21496468061278345) 2025-03-04T19:54:51.5510070Z distributed/test_launcher (0.21357056671701752) 2025-03-04T19:54:51.5510579Z distributed/_shard/sharded_tensor/test_sharded_tensor (0.2132233388506492) 2025-03-04T19:54:51.5511102Z test_transformers_privateuse1 (0.2126174365203382) 2025-03-04T19:54:51.5511491Z distributed/test_store (0.2123024874979781) 2025-03-04T19:54:51.5511840Z test_extension_utils (0.2120736745797791) 2025-03-04T19:54:51.5512212Z torch_np/test_binary_ufuncs (0.21171469296119344) 2025-03-04T19:54:51.5512606Z torch_np/test_unary_ufuncs (0.21154000909423212) 2025-03-04T19:54:51.5513018Z distributed/_tools/test_sac_ilp (0.2112548726148126) 2025-03-04T19:54:51.5513426Z distributed/test_c10d_nccl (0.21034315409067206) 2025-03-04T19:54:51.5513885Z distributed/pipelining/test_transformer (0.21016068612843494) 2025-03-04T19:54:51.5514309Z test_file_check (0.20961636632191552) 2025-03-04T19:54:51.5514723Z test_module_tracker (0.2077905652505915) 2025-03-04T19:54:51.5515073Z torch_np/test_dtype (0.20699424329531513) 2025-03-04T19:54:51.5515502Z torch_np/numpy_tests/core/test_multiarray (0.20597399254110377) 2025-03-04T19:54:51.5515987Z higher_order_ops/test_with_effects (0.20525348631675788) 2025-03-04T19:54:51.5516385Z profiler/test_kineto (0.20514557441465117) 2025-03-04T19:54:51.5516729Z test_typing (0.20497955714825464) 2025-03-04T19:54:51.5517122Z distributed/_tools/test_sac_estimator (0.2048954651243514) 2025-03-04T19:54:51.5517551Z functorch/test_logging (0.2046183277019475) 2025-03-04T19:54:51.5517924Z profiler/test_cpp_thread (0.20460074006664553) 2025-03-04T19:54:51.5518352Z onnx/test_models_quantized_onnxruntime (0.2044350541559251) 2025-03-04T19:54:51.5518864Z torch_np/numpy_tests/core/test_scalarinherit (0.2031386731258384) 2025-03-04T19:54:51.5519396Z distributed/checkpoint/test_hf_storage (0.20233951523401159) 2025-03-04T19:54:51.5519908Z distributed/pipelining/test_backward (0.20223413736833745) 2025-03-04T19:54:51.5520364Z torch_np/test_nep50_examples (0.20134854630982704) 2025-03-04T19:54:51.5520740Z profiler/test_profiler (0.2008416333724872) 2025-03-04T19:54:51.5521177Z distributed/test_c10d_functional_native (0.19988929957076823) 2025-03-04T19:54:51.5521611Z test_utils_filelock (0.19894124850317246) 2025-03-04T19:54:51.5522005Z distributed/pipelining/test_pipe (0.1987271603570348) 2025-03-04T19:54:51.5522403Z torch_np/test_basic (0.19828555167158912) 2025-03-04T19:54:51.5522838Z torch_np/numpy_tests/lib/test_function_base (0.19805082263365473) 2025-03-04T19:54:51.5523355Z distributed/tensor/test_dtensor_compile (0.19761431373346935) 2025-03-04T19:54:51.5523805Z test_ci_sanity_check_fail (0.1962973178392358) 2025-03-04T19:54:51.5524176Z torch_np/test_random (0.19582117025782692) 2025-03-04T19:54:51.5524519Z test_xpu (0.19545509014810475) 2025-03-04T19:54:51.5524864Z functorch/test_ac_knapsack (0.19539537017470665) 2025-03-04T19:54:51.5525265Z lazy/test_functionalization (0.19513653043130302) 2025-03-04T19:54:51.5525737Z distributed/checkpoint/e2e/test_fsdp_ep (0.19454730121316666) 2025-03-04T19:54:51.5526222Z distributed/tensor/test_dtensor (0.19417283831953885) 2025-03-04T19:54:51.5526644Z test_compile_benchmark_util (0.19368471863881884) 2025-03-04T19:54:51.5527018Z xpu/test_conv (0.1933233362356918) 2025-03-04T19:54:51.5527422Z distributed/pipelining/test_microbatch (0.19330051513458948) 2025-03-04T19:54:51.5527911Z distributed/tensor/test_attention (0.1928043439389881) 2025-03-04T19:54:51.5528504Z distributed/_composable/test_composability/test_pp_composability (0.1918562901567655) 2025-03-04T19:54:51.5529153Z distributed/checkpoint/test_save_load_api (0.19098188923133755) 2025-03-04T19:54:51.5529695Z distributed/checkpoint/fsdp/test_fsdp_dsd (0.19082789729467262) 2025-03-04T19:54:51.5530196Z higher_order_ops/test_invoke_quant (0.19063282990298822) 2025-03-04T19:54:51.5530730Z torch_np/numpy_tests/core/test_einsum (0.19062916445749015) 2025-03-04T19:54:51.5531224Z distributed/pipelining/test_unflatten (0.18981627000039103) 2025-03-04T19:54:51.5531832Z distributed/test_compute_comm_reordering (0.18948619013860665) 2025-03-04T19:54:51.5532330Z distributed/tensor/test_tensor_ops (0.18936080624869595) 2025-03-04T19:54:51.5532729Z test_hub (0.18924380064664048) 2025-03-04T19:54:51.5533191Z distributed/tensor/experimental/test_register_sharding (0.1891126405078263) 2025-03-04T19:54:51.5533770Z torch_np/numpy_tests/core/test_numeric (0.18888108887932803) 2025-03-04T19:54:51.5534259Z distributed/tensor/test_dtensor_ops (0.18878235489558115) 2025-03-04T19:54:51.5534761Z distributed/_tools/test_runtime_estimator (0.18824676549241648) 2025-03-04T19:54:51.5535222Z torch_np/test_ufuncs_basic (0.1882039681413291) 2025-03-04T19:54:51.5535632Z onnx/test_onnxscript_no_runtime (0.18798300638905557) 2025-03-04T19:54:51.5536104Z distributed/tensor/test_experimental_ops (0.18758314563357473) 2025-03-04T19:54:51.5536768Z distributed/_composable/fsdp/test_fully_shard_logging (0.18727224232361894) 2025-03-04T19:54:51.5537288Z distributed/test_backends (0.18704237343192975) 2025-03-04T19:54:51.5537695Z distributed/tensor/test_init (0.18560178533272742) 2025-03-04T19:54:51.5538133Z distributed/_tools/test_mem_tracker (0.1853602215842582) 2025-03-04T19:54:51.5538524Z functorch/test_ac (0.18496008039003684) 2025-03-04T19:54:51.5538957Z distributed/tensor/test_xla_integration (0.18409590752882363) 2025-03-04T19:54:51.5539451Z distributed/pipelining/test_stage (0.18390859489971956) 2025-03-04T19:54:51.5539852Z xpu/test_gemm (0.18376115156677095) 2025-03-04T19:54:51.5540237Z distributed/test_symmetric_memory (0.18281972763372265) 2025-03-04T19:54:51.5540703Z torch_np/numpy_tests/linalg/test_linalg (0.18190466364622426) 2025-03-04T19:54:51.5541205Z torch_np/numpy_tests/fft/test_pocketfft (0.18159860153578705) 2025-03-04T19:54:51.5541714Z distributed/optim/test_named_optimizer (0.18158103309350326) 2025-03-04T19:54:51.5542237Z distributed/checkpoint/test_format_utils (0.18117766394702375) 2025-03-04T19:54:51.5542807Z distributed/checkpoint/e2e/test_e2e_save_and_load (0.18100757392416997) 2025-03-04T19:54:51.5543298Z lazy/test_meta_kernel (0.18076084654535168) 2025-03-04T19:54:51.5543669Z distributed/tensor/test_api (0.18064858089873337) 2025-03-04T19:54:51.5544090Z test_cpp_extensions_mtia_backend (0.18042777953630465) 2025-03-04T19:54:51.5544558Z distributed/_tools/test_fsdp2_mem_tracker (0.180335989252909) 2025-03-04T19:54:51.5545061Z torch_np/numpy_tests/lib/test_histograms (0.17981762052346215) 2025-03-04T19:54:51.5545563Z distributed/tensor/test_redistribute (0.17979604981234737) 2025-03-04T19:54:51.5546034Z distributed/tensor/test_random_ops (0.17966502709622015) 2025-03-04T19:54:51.5546518Z torch_np/numpy_tests/core/test_indexing (0.17900431544893858) 2025-03-04T19:54:51.5546993Z distributed/tensor/test_math_ops (0.17886340129945322) 2025-03-04T19:54:51.5547440Z distributions/test_constraints (0.17883421940139654) 2025-03-04T19:54:51.5547999Z distributed/_composable/fsdp/test_fully_shard_ignore_params (0.17778388719780458) 2025-03-04T19:54:51.5548624Z distributed/checkpoint/test_tp_checkpoint (0.17749654206275925) 2025-03-04T19:54:51.5549182Z distributed/tensor/experimental/test_local_map (0.17742929740177674) 2025-03-04T19:54:51.5549736Z torch_np/numpy_tests/core/test_scalarmath (0.1773634001174683) 2025-03-04T19:54:51.5550289Z distributed/tensor/debug/test_comm_mode_features (0.17729128576042608) 2025-03-04T19:54:51.5550825Z test_cpp_extensions_stream_and_event (0.1770276674150975) 2025-03-04T19:54:51.5551308Z torch_np/numpy_tests/lib/test_type_check (0.17659608375123068) 2025-03-04T19:54:51.5551822Z distributed/checkpoint/e2e/test_fine_tuning (0.1765639524453024) 2025-03-04T19:54:51.5552355Z distributed/tensor/test_convolution_ops (0.17652564507583493) 2025-03-04T19:54:51.5552948Z distributed/checkpoint/e2e/test_pipeline (0.17610203553074483) 2025-03-04T19:54:51.5553469Z distributed/tensor/test_pointwise_ops (0.17577775154967637) 2025-03-04T19:54:51.5553925Z distributed/test_device_mesh (0.1754562863246357) 2025-03-04T19:54:51.5554341Z profiler/test_memory_profiler (0.17482554268943376) 2025-03-04T19:54:51.5554854Z distributed/_composable/fsdp/test_fully_shard_state (0.17475827723385012) 2025-03-04T19:54:51.5555340Z test_accelerator (0.17420782868098952) 2025-03-04T19:54:51.5555760Z torch_np/numpy_tests/core/test_shape_base (0.17386414103497239) 2025-03-04T19:54:51.5556309Z distributed/checkpoint/test_dtensor_resharding (0.17288339988359824) 2025-03-04T19:54:51.5556919Z distributed/tensor/experimental/test_tp_transform (0.17270554959141093) 2025-03-04T19:54:51.5557476Z distributed/elastic/test_control_plane (0.17239054323265823) 2025-03-04T19:54:51.5557958Z distributed/test_collective_utils (0.17235857693860418) 2025-03-04T19:54:51.5558354Z test_jit_legacy (0.17235688722292292) 2025-03-04T19:54:51.5558888Z distributed/_composable/fsdp/test_fully_shard_overlap (0.17193276863052243) 2025-03-04T19:54:51.5559401Z optim/test_lrscheduler (0.17186045896193416) 2025-03-04T19:54:51.5559773Z nn/test_load_state_dict (0.17143659943532188) 2025-03-04T19:54:51.5560189Z distributed/pipelining/test_schedule (0.1713034905150382) 2025-03-04T19:54:51.5560715Z distributed/checkpoint/test_hsdp_checkpoint (0.17105830880965722) 2025-03-04T19:54:51.5561228Z distributed/tensor/test_matrix_ops (0.1705709826263957) 2025-03-04T19:54:51.5561794Z distributed/checkpoint/test_fsdp_tp_checkpoint_conversion (0.17007334151664935) 2025-03-04T19:54:51.5562420Z distributed/checkpoint/test_state_dict_utils (0.16993939366047076) 2025-03-04T19:54:51.5562963Z distributed/checkpoint/test_compatibility (0.16974234915915687) 2025-03-04T19:54:51.5563425Z onnx/torchlib/test_ops (0.1694975347547865) 2025-03-04T19:54:51.5563839Z torch_np/numpy_tests/core/test_dtype (0.16939150306829018) 2025-03-04T19:54:51.5564317Z distributed/tensor/test_op_strategy (0.16920206775282254) 2025-03-04T19:54:51.5564815Z torch_np/numpy_tests/core/test_getlimits (0.16850906291567402) 2025-03-04T19:54:51.5565321Z distributed/tensor/test_embedding_ops (0.16835890926592492) 2025-03-04T19:54:51.5565736Z optim/test_swa_utils (0.1680440346264337) 2025-03-04T19:54:51.5566142Z torch_np/numpy_tests/core/test_dlpack (0.1672973333301744) 2025-03-04T19:54:51.5566575Z profiler/test_profiler_tree (0.1667955700205261) 2025-03-04T19:54:51.5566990Z distributed/tensor/test_utils (0.16613374148656637) 2025-03-04T19:54:51.5567375Z lazy/test_generator (0.166029737847762) 2025-03-04T19:54:51.5567758Z distributed/launcher/test_run (0.16572742756822306) 2025-03-04T19:54:51.5568300Z distributed/_composable/fsdp/test_fully_shard_grad_scaler (0.16555036825195826) 2025-03-04T19:54:51.5568882Z distributed/test_control_collectives (0.165403836404015) 2025-03-04T19:54:51.5569288Z test_vulkan (0.16503433624645006) 2025-03-04T19:54:51.5569701Z torch_np/numpy_tests/lib/test_shape_base_ (0.16484973017755317) 2025-03-04T19:54:51.5570208Z distributed/tensor/debug/test_comm_mode (0.16469741919408584) 2025-03-04T19:54:51.5570725Z torch_np/numpy_tests/lib/test_twodim_base (0.16356477132452113) 2025-03-04T19:54:51.5571330Z distributed/_composable/fsdp/test_fully_shard_clip_grad_norm_ (0.16345573239341632) 2025-03-04T19:54:51.5572099Z distributed/_composable/test_replicate_with_compiler (0.16332609644374388) 2025-03-04T19:54:51.5572656Z distributed/tensor/test_optimizers (0.1632961985822219) 2025-03-04T19:54:51.5573101Z torch_np/test_ndarray_methods (0.16288251719710095) 2025-03-04T19:54:51.5573563Z torch_np/numpy_tests/core/test_numerictypes (0.16062476517408034) 2025-03-04T19:54:51.5574097Z torch_np/numpy_tests/lib/test_index_tricks (0.16043745305287135) 2025-03-04T19:54:51.5574579Z distributed/tensor/test_view_ops (0.159975192849183) 2025-03-04T19:54:51.5575057Z torch_np/numpy_tests/lib/test_arraysetops (0.15989312289269578) 2025-03-04T19:54:51.5575711Z distributed/_composable/fsdp/test_fully_shard_frozen (0.15960846648059554) 2025-03-04T19:54:51.5576318Z distributed/_composable/fsdp/test_fully_shard_init (0.15902173050263718) 2025-03-04T19:54:51.5576803Z optim/test_optim (0.15780594628751826) 2025-03-04T19:54:51.5577274Z distributed/optim/test_apply_optimizer_in_backward (0.15752642854220522) 2025-03-04T19:54:51.5577865Z torch_np/numpy_tests/core/test_scalar_methods (0.15728013079442382) 2025-03-04T19:54:51.5578460Z distributed/_composable/fsdp/test_fully_shard_training (0.15667871845937925) 2025-03-04T19:54:51.5579049Z torch_np/numpy_tests/core/test_scalar_ctors (0.15417692192277213) 2025-03-04T19:54:51.5579618Z distributed/_composable/fsdp/test_fully_shard_autograd (0.1532294918532996) 2025-03-04T19:54:51.5580232Z distributed/_composable/fsdp/test_fully_shard_comm (0.15273962905375446) 2025-03-04T19:54:51.5580753Z distributed/test_serialization (0.15273672765799623) 2025-03-04T19:54:51.5581171Z torch_np/test_function_base (0.1525894849523249) 2025-03-04T19:54:51.5581675Z distributed/checkpoint/test_state_dict (0.1523336508230545) 2025-03-04T19:54:51.5582254Z distributed/_composable/fsdp/test_fully_shard_state_dict (0.15213919988662938) 2025-03-04T19:54:51.5583021Z distributed/_composable/fsdp/test_fully_shard_memory (0.1511514154285385) 2025-03-04T19:54:51.5583612Z distributed/fsdp/test_hsdp_dtensor_state_dict (0.1506569587848858) 2025-03-04T19:54:51.5584257Z distributed/_composable/test_composability/test_2d_composability (0.15032910751738138) 2025-03-04T19:54:51.5584793Z nn/test_init (0.14966507107227522) 2025-03-04T19:54:51.5585273Z distributed/_composable/fsdp/test_fully_shard_extensions (0.14931521274876466) 2025-03-04T19:54:51.5585806Z torch_np/test_scalars_0D_arrays (0.14875391959970968) 2025-03-04T19:54:51.5586237Z distributed/test_composability (0.1481621914379698) 2025-03-04T19:54:51.5586794Z distributed/_composable/fsdp/test_fully_shard_mixed_precision (0.14810345875861844) 2025-03-04T19:54:51.5587388Z torch_np/numpy_tests/fft/test_helper (0.14597566476888996) 2025-03-04T19:54:51.5587864Z torch_np/numpy_tests/lib/test_arraypad (0.1445609314990652) 2025-03-04T19:54:51.5588320Z distributed/_shard/test_sharder (0.1444354411091479) 2025-03-04T19:54:51.5588718Z torch_np/test_reductions (0.14426794633042833) 2025-03-04T19:54:51.5589073Z test_metal (0.1422432785189572) 2025-03-04T19:54:51.5589393Z lazy/test_bindings (0.11359920775428321) 2025-03-04T19:54:51.5589860Z distributed/elastic/multiprocessing/api_test (0.10572867399753334) 2025-03-04T19:54:51.5590367Z profiler/test_record_function (0.10240817774093182) 2025-03-04T19:54:51.5590775Z profiler/test_execution_trace (0.10186239577193015) 2025-03-04T19:54:51.5591177Z profiler/test_torch_tidy (0.09340312382505608) 2025-03-04T19:54:51.5591614Z distributed/elastic/events/lib_test (0.08437221528668686) 2025-03-04T19:54:51.5592108Z distributed/elastic/metrics/api_test (0.08437221528668686) 2025-03-04T19:54:51.5592646Z distributed/elastic/timer/local_timer_example (0.08437221528668686) 2025-03-04T19:54:51.5593310Z distributed/elastic/timer/local_timer_test (0.08437221528668686) 2025-03-04T19:54:51.5593948Z distributed/elastic/utils/distributed_test (0.08437221528668686) 2025-03-04T19:54:51.5594483Z distributed/elastic/utils/logging_test (0.08437221528668686) 2025-03-04T19:54:51.5594979Z distributed/elastic/utils/util_test (0.08437221528668686) 2025-03-04T19:54:51.5595432Z distributed/test_c10d_ops_nccl (0.07997214122817406) 2025-03-04T19:54:51.5595828Z test_jit_fuser_legacy (0.07735480430341025) 2025-03-04T19:54:51.5596168Z test_jit_profiling (0.0725742854039909) 2025-03-04T19:54:51.9373751Z doctests (0.008060773052159758) 2025-03-04T19:54:51.9374119Z Emitting metrics 2025-03-04T19:54:51.9374876Z Writing 1 documents to S3 ossci-raw-job-status/ossci_uploaded_metrics/td_results_final_test_prioritizations_1741118091_89174e80f93211efbdfa0affc5071809 2025-03-04T19:54:51.9376230Z Done! Finish writing document to S3 ossci-raw-job-status/ossci_uploaded_metrics/td_results_final_test_prioritizations_1741118091_89174e80f93211efbdfa0affc5071809 2025-03-04T19:54:51.9377722Z Writing 1 documents to S3 ossci-raw-job-status/ossci_uploaded_metrics/td_results_aggregated_heuristics_1741118091_893c3e2af93211efbdfa0affc5071809 2025-03-04T19:54:51.9378985Z Done! Finish writing document to S3 ossci-raw-job-status/ossci_uploaded_metrics/td_results_aggregated_heuristics_1741118091_893c3e2af93211efbdfa0affc5071809 2025-03-04T19:54:52.0143341Z ##[group]Run seemethere/upload-artifact-s3@v5 2025-03-04T19:54:52.0143743Z with: 2025-03-04T19:54:52.0143976Z name: td_results 2025-03-04T19:54:52.0144238Z retention-days: 14 2025-03-04T19:54:52.0144521Z if-no-files-found: error 2025-03-04T19:54:52.0144804Z path: td_results.json 2025-03-04T19:54:52.0145084Z s3-bucket: gha-artifacts 2025-03-04T19:54:52.0145369Z region: us-east-1 2025-03-04T19:54:52.0145618Z ##[endgroup] 2025-03-04T19:54:52.3942295Z With the provided path, there will be 1 file uploaded 2025-03-04T19:54:52.3942869Z Uploading to s3 prefix: pytorch/pytorch/13661694839/td_results 2025-03-04T19:54:52.3985765Z Starting upload of td_results.json 2025-03-04T19:54:52.5903996Z Finished upload of td_results.json 2025-03-04T19:54:52.6081666Z ##[group]Run actions/upload-artifact@v4 2025-03-04T19:54:52.6082269Z with: 2025-03-04T19:54:52.6082622Z name: td_results.json 2025-03-04T19:54:52.6083024Z retention-days: 14 2025-03-04T19:54:52.6083440Z if-no-files-found: error 2025-03-04T19:54:52.6083892Z path: td_results.json 2025-03-04T19:54:52.6084349Z compression-level: 6 2025-03-04T19:54:52.6084780Z overwrite: false 2025-03-04T19:54:52.6085221Z include-hidden-files: false 2025-03-04T19:54:52.6085719Z ##[endgroup] 2025-03-04T19:54:52.8670463Z With the provided path, there will be 1 file uploaded 2025-03-04T19:54:52.8675090Z Artifact name is valid! 2025-03-04T19:54:52.8676252Z Root directory input is valid! 2025-03-04T19:54:52.9496668Z Beginning upload of artifact content to blob storage 2025-03-04T19:54:53.0314625Z Uploaded bytes 16880 2025-03-04T19:54:53.0580772Z Finished uploading artifact content to blob storage! 2025-03-04T19:54:53.0583660Z SHA256 hash of uploaded artifact zip is eccd0340f67115efeddd16eecff2fdfb4883e2bd22c5828d90af178c6c7a6f8a 2025-03-04T19:54:53.0585273Z Finalizing artifact upload 2025-03-04T19:54:53.1359086Z Artifact td_results.json.zip successfully finalized. Artifact ID 2691381603 2025-03-04T19:54:53.1359881Z Artifact td_results.json has been successfully uploaded! Final size is 16880 bytes. Artifact ID is 2691381603 2025-03-04T19:54:53.1366617Z Artifact download URL: https://github.com/pytorch/pytorch/actions/runs/13661694839/artifacts/2691381603 2025-03-04T19:54:53.1495646Z Post job cleanup. 2025-03-04T19:54:53.1557904Z Post job cleanup. 2025-03-04T19:54:53.2532844Z [command]/usr/bin/git version 2025-03-04T19:54:53.2573373Z git version 2.47.1 2025-03-04T19:54:53.2608306Z Copying '/home/ec2-user/.gitconfig' to '/home/ec2-user/actions-runner/_work/_temp/75ed2b82-b340-4609-b5b3-b0a1099dc257/.gitconfig' 2025-03-04T19:54:53.2617034Z Temporarily overriding HOME='/home/ec2-user/actions-runner/_work/_temp/75ed2b82-b340-4609-b5b3-b0a1099dc257' before making global git config changes 2025-03-04T19:54:53.2618040Z Adding repository directory to the temporary git global config as a safe directory 2025-03-04T19:54:53.2622485Z [command]/usr/bin/git config --global --add safe.directory /home/ec2-user/actions-runner/_work/pytorch/pytorch 2025-03-04T19:54:53.2656561Z [command]/usr/bin/git config --local --name-only --get-regexp core\.sshCommand 2025-03-04T19:54:53.2685125Z [command]/usr/bin/git submodule foreach --recursive sh -c "git config --local --name-only --get-regexp 'core\.sshCommand' && git config --local --unset-all 'core.sshCommand' || :" 2025-03-04T19:54:53.2979605Z [command]/usr/bin/git config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader 2025-03-04T19:54:53.2999510Z http.https://github.com/.extraheader 2025-03-04T19:54:53.3009165Z [command]/usr/bin/git config --local --unset-all http.https://github.com/.extraheader 2025-03-04T19:54:53.3035669Z [command]/usr/bin/git submodule foreach --recursive sh -c "git config --local --name-only --get-regexp 'http\.https\:\/\/github\.com\/\.extraheader' && git config --local --unset-all 'http.https://github.com/.extraheader' || :" 2025-03-04T19:54:53.3391882Z A job completed hook has been configured by the self-hosted runner administrator 2025-03-04T19:54:53.3421361Z ##[group]Run '/home/ec2-user/runner-scripts/after_job.sh' 2025-03-04T19:54:53.3426529Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2025-03-04T19:54:53.3426949Z ##[endgroup] 2025-03-04T19:54:53.3505868Z [!ALERT!] Swap in detected! [!ALERT!] 2025-03-04T19:55:04.7292347Z [!ALERT!] Swap out detected [!ALERT!] 2025-03-04T19:55:22.2353915Z Cleaning up orphan processes