2025-01-24T08:25:50.7591386Z Current runner version: '2.321.0' 2025-01-24T08:25:50.7597596Z Runner name: 'gpud515' 2025-01-24T08:25:50.7598387Z Runner group name: 'linux.rocm.gpu.group' 2025-01-24T08:25:50.7599427Z Machine name: 'gpud515' 2025-01-24T08:25:50.7602441Z ##[group]GITHUB_TOKEN Permissions 2025-01-24T08:25:50.7604637Z Contents: read 2025-01-24T08:25:50.7605338Z Metadata: read 2025-01-24T08:25:50.7606024Z ##[endgroup] 2025-01-24T08:25:50.7609272Z Secret source: Actions 2025-01-24T08:25:50.7610019Z Prepare workflow directory 2025-01-24T08:25:51.1456766Z Prepare all required actions 2025-01-24T08:25:51.1533033Z Getting action download info 2025-01-24T08:25:51.3815567Z Download action repository 'pytorch/pytorch@main' (SHA:d62e900d8ce895a4bb5c152b2d7b3d084f97efed) 2025-01-24T08:25:55.5979887Z Download action repository 'aws-actions/configure-aws-credentials@v4' (SHA:e3dd6a429d7300a6a4c196c26e071d42e0343502) 2025-01-24T08:25:56.0122643Z Download action repository 'aws-actions/amazon-ecr-login@v2' (SHA:062b18b96a7aff071d4dc91bc00c4c1a7945b076) 2025-01-24T08:25:56.4384472Z Download action repository 'pytorch/test-infra@main' (SHA:e83685f710cdb1685e9f12471c30aa36cf09cf13) 2025-01-24T08:25:57.1525637Z Download action repository 'actions/upload-artifact@v4' (SHA:65c4c4a1ddee5b72f698fdd19549f0f0fb45cf08) 2025-01-24T08:25:57.7721799Z Getting action download info 2025-01-24T08:25:57.9284522Z Download action repository 'actions/checkout@v4' (SHA:11bd71901bbe5b1630ceea73d27597364c9af683) 2025-01-24T08:25:58.3748010Z Getting action download info 2025-01-24T08:25:58.4981521Z Download action repository 'nick-fields/retry@v3.0.0' (SHA:7152eba30c6575329ac0576536151aca5a72780e) 2025-01-24T08:25:58.9012594Z Getting action download info 2025-01-24T08:25:59.0411171Z Uses: pytorch/pytorch/.github/workflows/_rocm-test.yml@refs/tags/ciflow/trunk/145539 (d087145b9259b4cfbcb758dc0bca6a6e5d75d08f) 2025-01-24T08:25:59.0413227Z ##[group] Inputs 2025-01-24T08:25:59.0413552Z build-environment: linux-focal-rocm6.3-py3.10 2025-01-24T08:25:59.0414533Z test-matrix: {"include": [{"config": "default", "shard": 1, "num_shards": 2, "runner": "linux.rocm.gpu.2"}, {"config": "default", "shard": 2, "num_shards": 2, "runner": "linux.rocm.gpu.2"}, {"config": "distributed", "shard": 1, "num_shards": 1, "runner": "linux.rocm.gpu.4"}]} 2025-01-24T08:25:59.0415749Z docker-image: 308535385114.dkr.ecr.us-east-1.amazonaws.com/pytorch/pytorch-linux-focal-rocm-n-py3:bf84073365afe24d4dcffebc142d1c20de914163 2025-01-24T08:25:59.0416349Z sync-tag: 2025-01-24T08:25:59.0417116Z timeout-minutes: 300 2025-01-24T08:25:59.0417830Z tests-to-include: test_nn test_torch test_cuda test_ops test_unary_ufuncs test_binary_ufuncs test_autograd inductor/test_torchinductor distributed/test_c10d_common distributed/test_c10d_nccl 2025-01-24T08:25:59.0418888Z disable-monitor: true 2025-01-24T08:25:59.0419123Z ##[endgroup] 2025-01-24T08:25:59.0419500Z Complete job name: linux-focal-rocm6.3-py3.10 / test (distributed, 1, 1, linux.rocm.gpu.4) 2025-01-24T08:25:59.2430258Z ##[group]Run pytorch/pytorch/.github/actions/checkout-pytorch@main 2025-01-24T08:25:59.2430993Z with: 2025-01-24T08:25:59.2431191Z no-sudo: true 2025-01-24T08:25:59.2431384Z submodules: recursive 2025-01-24T08:25:59.2431601Z fetch-depth: 0 2025-01-24T08:25:59.2431965Z env: 2025-01-24T08:25:59.2432142Z GIT_DEFAULT_BRANCH: main 2025-01-24T08:25:59.2432361Z ##[endgroup] 2025-01-24T08:25:59.2518232Z ##[group]Run echo "IN_CONTAINER_RUNNER=$(if [ -f /.inarc ] || [ -f /.incontainer ]; then echo true ; else echo false; fi)" >> "$GITHUB_OUTPUT" 2025-01-24T08:25:59.2519116Z echo "IN_CONTAINER_RUNNER=$(if [ -f /.inarc ] || [ -f /.incontainer ]; then echo true ; else echo false; fi)" >> "$GITHUB_OUTPUT" 2025-01-24T08:25:59.2546379Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2025-01-24T08:25:59.2546733Z env: 2025-01-24T08:25:59.2546903Z GIT_DEFAULT_BRANCH: main 2025-01-24T08:25:59.2547126Z ##[endgroup] 2025-01-24T08:25:59.2769469Z ##[group]Run retry () { 2025-01-24T08:25:59.2769782Z retry () { 2025-01-24T08:25:59.2770474Z  $* || (sleep 1 && $*) || (sleep 2 && $*) || (sleep 4 && $*) || (sleep 8 && $*) 2025-01-24T08:25:59.2770802Z } 2025-01-24T08:25:59.2770993Z echo "${GITHUB_WORKSPACE}" 2025-01-24T08:25:59.2771260Z if [ -z "${NO_SUDO}" ]; then 2025-01-24T08:25:59.2771549Z  retry sudo rm -rf "${GITHUB_WORKSPACE}" 2025-01-24T08:25:59.2771817Z else 2025-01-24T08:25:59.2772010Z  retry rm -rf "${GITHUB_WORKSPACE}" 2025-01-24T08:25:59.2772261Z fi 2025-01-24T08:25:59.2772443Z mkdir "${GITHUB_WORKSPACE}" 2025-01-24T08:25:59.2792706Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2025-01-24T08:25:59.2793034Z env: 2025-01-24T08:25:59.2793209Z GIT_DEFAULT_BRANCH: main 2025-01-24T08:25:59.2793424Z NO_SUDO: true 2025-01-24T08:25:59.2793600Z ##[endgroup] 2025-01-24T08:25:59.2851663Z /var/home/pytorchci/actions-runner/_work/pytorch/pytorch 2025-01-24T08:26:03.6948670Z ##[group]Run actions/checkout@v4 2025-01-24T08:26:03.6948987Z with: 2025-01-24T08:26:03.6949199Z ref: d087145b9259b4cfbcb758dc0bca6a6e5d75d08f 2025-01-24T08:26:03.6949480Z fetch-depth: 0 2025-01-24T08:26:03.6949677Z submodules: recursive 2025-01-24T08:26:03.6949887Z show-progress: false 2025-01-24T08:26:03.6950106Z repository: pytorch/pytorch 2025-01-24T08:26:03.6950468Z token: *** 2025-01-24T08:26:03.6950655Z ssh-strict: true 2025-01-24T08:26:03.6950845Z ssh-user: git 2025-01-24T08:26:03.6951039Z persist-credentials: true 2025-01-24T08:26:03.6951257Z clean: true 2025-01-24T08:26:03.6951481Z sparse-checkout-cone-mode: true 2025-01-24T08:26:03.6951724Z fetch-tags: false 2025-01-24T08:26:03.6951914Z lfs: false 2025-01-24T08:26:03.6952109Z set-safe-directory: true 2025-01-24T08:26:03.6952316Z env: 2025-01-24T08:26:03.6952494Z GIT_DEFAULT_BRANCH: main 2025-01-24T08:26:03.6952709Z ##[endgroup] 2025-01-24T08:26:03.8050876Z Syncing repository: pytorch/pytorch 2025-01-24T08:26:03.8052104Z ##[group]Getting Git version info 2025-01-24T08:26:03.8052571Z Working directory is '/var/home/pytorchci/actions-runner/_work/pytorch/pytorch' 2025-01-24T08:26:03.8053161Z [command]/usr/bin/git version 2025-01-24T08:26:03.8067207Z git version 2.34.1 2025-01-24T08:26:03.8092612Z ##[endgroup] 2025-01-24T08:26:03.8105165Z Temporarily overriding HOME='/var/home/pytorchci/actions-runner/_work/_temp/06e0da7c-b7ff-4651-b5ac-d9ea296e9887' before making global git config changes 2025-01-24T08:26:03.8106008Z Adding repository directory to the temporary git global config as a safe directory 2025-01-24T08:26:03.8118819Z [command]/usr/bin/git config --global --add safe.directory /var/home/pytorchci/actions-runner/_work/pytorch/pytorch 2025-01-24T08:26:03.8157070Z Deleting the contents of '/var/home/pytorchci/actions-runner/_work/pytorch/pytorch' 2025-01-24T08:26:03.8160399Z ##[group]Initializing the repository 2025-01-24T08:26:03.8164262Z [command]/usr/bin/git init /var/home/pytorchci/actions-runner/_work/pytorch/pytorch 2025-01-24T08:26:03.8204671Z hint: Using 'master' as the name for the initial branch. This default branch name 2025-01-24T08:26:03.8205556Z hint: is subject to change. To configure the initial branch name to use in all 2025-01-24T08:26:03.8206488Z hint: of your new repositories, which will suppress this warning, call: 2025-01-24T08:26:03.8207103Z hint: 2025-01-24T08:26:03.8207533Z hint: git config --global init.defaultBranch 2025-01-24T08:26:03.8208039Z hint: 2025-01-24T08:26:03.8208505Z hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and 2025-01-24T08:26:03.8209311Z hint: 'development'. The just-created branch can be renamed via this command: 2025-01-24T08:26:03.8209916Z hint: 2025-01-24T08:26:03.8210317Z hint: git branch -m 2025-01-24T08:26:03.8211081Z Initialized empty Git repository in /var/home/pytorchci/actions-runner/_work/pytorch/pytorch/.git/ 2025-01-24T08:26:03.8221108Z [command]/usr/bin/git remote add origin https://github.com/pytorch/pytorch 2025-01-24T08:26:03.8260743Z ##[endgroup] 2025-01-24T08:26:03.8261421Z ##[group]Disabling automatic garbage collection 2025-01-24T08:26:03.8264548Z [command]/usr/bin/git config --local gc.auto 0 2025-01-24T08:26:03.8301337Z ##[endgroup] 2025-01-24T08:26:03.8301732Z ##[group]Setting up auth 2025-01-24T08:26:03.8307130Z [command]/usr/bin/git config --local --name-only --get-regexp core\.sshCommand 2025-01-24T08:26:03.8341319Z [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-01-24T08:26:03.8706552Z [command]/usr/bin/git config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader 2025-01-24T08:26:03.8744354Z [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-01-24T08:26:03.9107692Z [command]/usr/bin/git config --local http.https://github.com/.extraheader AUTHORIZATION: basic *** 2025-01-24T08:26:03.9147612Z ##[endgroup] 2025-01-24T08:26:03.9147986Z ##[group]Fetching the repository 2025-01-24T08:26:03.9155130Z [command]/usr/bin/git -c protocol.version=2 fetch --prune --no-recurse-submodules origin +refs/heads/*:refs/remotes/origin/* +refs/tags/*:refs/tags/* 2025-01-24T08:26:35.8571658Z From https://github.com/pytorch/pytorch 2025-01-24T08:26:35.8572257Z * [new branch] 144594 -> origin/144594 2025-01-24T08:26:35.8572863Z * [new branch] 2.1-dynamic-doc -> origin/2.1-dynamic-doc 2025-01-24T08:26:35.8573286Z * [new branch] 2.6.0.dev20241004+ -> origin/2.6.0.dev20241004+ 2025-01-24T08:26:35.8573976Z * [new branch] Adjust-Description-for-linux-binary-test-Workflow -> origin/Adjust-Description-for-linux-binary-test-Workflow 2025-01-24T08:26:35.8574859Z * [new branch] Broken-classifications_pending_unstable-Test -> origin/Broken-classifications_pending_unstable-Test 2025-01-24T08:26:35.8575977Z * [new branch] Chillee-patch-5 -> origin/Chillee-patch-5 2025-01-24T08:26:35.8577609Z * [new branch] Cleanup-Previous-Artifacts -> origin/Cleanup-Previous-Artifacts 2025-01-24T08:26:35.8579825Z * [new branch] JackCaoG/add_new_lazy_counter_macro -> origin/JackCaoG/add_new_lazy_counter_macro 2025-01-24T08:26:35.8581435Z * [new branch] JackCaoG/add_openxla_backend_to_list -> origin/JackCaoG/add_openxla_backend_to_list 2025-01-24T08:26:35.8583040Z * [new branch] JackCaoG/dynamo_make_fx_non_core_aten_ops -> origin/JackCaoG/dynamo_make_fx_non_core_aten_ops 2025-01-24T08:26:35.8584431Z * [new branch] JackCaoG/fix_xla_torchbench -> origin/JackCaoG/fix_xla_torchbench 2025-01-24T08:26:35.8586318Z * [new branch] JackCaoG/make_xla_dynamo_backend_boxed -> origin/JackCaoG/make_xla_dynamo_backend_boxed 2025-01-24T08:26:35.8587461Z * [new branch] JackCaoG/test_xla_pin -> origin/JackCaoG/test_xla_pin 2025-01-24T08:26:35.8588977Z * [new branch] JackCaoG/test_xla_pin_update -> origin/JackCaoG/test_xla_pin_update 2025-01-24T08:26:35.8590635Z * [new branch] JackCaoG/update_dynamo_doc -> origin/JackCaoG/update_dynamo_doc 2025-01-24T08:26:35.8592077Z * [new branch] JackCaoG/update_xla_dynamo -> origin/JackCaoG/update_xla_dynamo 2025-01-24T08:26:35.8593604Z * [new branch] JackCaoG/update_xla_pin_to_skip_test -> origin/JackCaoG/update_xla_pin_to_skip_test 2025-01-24T08:26:35.8595155Z * [new branch] JackCaoG/update_xla_pin_to_skip_test2 -> origin/JackCaoG/update_xla_pin_to_skip_test2 2025-01-24T08:26:35.8596707Z * [new branch] NicolasHug-patch-2 -> origin/NicolasHug-patch-2 2025-01-24T08:26:35.8598145Z * [new branch] PR-AOTInductorNoneBug -> origin/PR-AOTInductorNoneBug 2025-01-24T08:26:35.8599707Z * [new branch] PR-AOTInductorNoneBugFix -> origin/PR-AOTInductorNoneBugFix 2025-01-24T08:26:35.8601046Z * [new branch] PR-FixConfigsIssue -> origin/PR-FixConfigsIssue 2025-01-24T08:26:35.8602464Z * [new branch] PR-NoneBugFix-viable -> origin/PR-NoneBugFix-viable 2025-01-24T08:26:35.8603820Z * [new branch] PR-ResetToZero -> origin/PR-ResetToZero 2025-01-24T08:26:35.8605390Z * [new branch] Remove-linux_t4g_2xlarge-Usage -> origin/Remove-linux_t4g_2xlarge-Usage 2025-01-24T08:26:35.8606810Z * [new branch] Revert-PR-110949 -> origin/Revert-PR-110949 2025-01-24T08:26:35.8608268Z * [new branch] Switch-Linux-arm64-Runners -> origin/Switch-Linux-arm64-Runners 2025-01-24T08:26:35.8609772Z * [new branch] Update-Flash-Packaging -> origin/Update-Flash-Packaging 2025-01-24T08:26:35.8612322Z * [new branch] Valentine/flash_attention_bf16 -> origin/Valentine/flash_attention_bf16 2025-01-24T08:26:35.8614318Z * [new branch] WeixiMa/serialize -> origin/WeixiMa/serialize 2025-01-24T08:26:35.8617142Z * [new branch] _tmp-orig/release/2.6 -> origin/_tmp-orig/release/2.6 2025-01-24T08:26:35.8619098Z * [new branch] _tmp-release/2.6 -> origin/_tmp-release/2.6 2025-01-24T08:26:35.8621408Z * [new branch] abock/dort-torch-compile-options -> origin/abock/dort-torch-compile-options 2025-01-24T08:26:35.8622856Z * [new branch] abock/onnx-1.14.1rc1 -> origin/abock/onnx-1.14.1rc1 2025-01-24T08:26:35.8624334Z * [new branch] abock/onnx-1.15.0-validation -> origin/abock/onnx-1.15.0-validation 2025-01-24T08:26:35.8626062Z * [new branch] abock/ort-nightly==1.16.0.dev20230908001 -> origin/abock/ort-nightly==1.16.0.dev20230908001 2025-01-24T08:26:35.8627594Z * [new branch] add-android-build-workflow -> origin/add-android-build-workflow 2025-01-24T08:26:35.8628901Z * [new branch] add-assign -> origin/add-assign 2025-01-24T08:26:35.8630471Z * [new branch] add_broadcast_functional_collective -> origin/add_broadcast_functional_collective 2025-01-24T08:26:35.8631912Z * [new branch] add_mha_to_autocast_policy -> origin/add_mha_to_autocast_policy 2025-01-24T08:26:35.8633522Z * [new branch] add_non_parallel_model_comparison -> origin/add_non_parallel_model_comparison 2025-01-24T08:26:35.8634961Z * [new branch] add_reduce_op -> origin/add_reduce_op 2025-01-24T08:26:35.8636544Z * [new branch] add_torchao_docs -> origin/add_torchao_docs 2025-01-24T08:26:35.8638157Z * [new branch] addmm-heuristic -> origin/addmm-heuristic 2025-01-24T08:26:35.8639662Z * [new branch] addsimde -> origin/addsimde 2025-01-24T08:26:35.8641461Z * [new branch] ah-globalfeedback-hook -> origin/ah-globalfeedback-hook 2025-01-24T08:26:35.8643526Z * [new branch] alanwaketan/pin -> origin/alanwaketan/pin 2025-01-24T08:26:35.8644953Z * [new branch] alanwaketan/pin2 -> origin/alanwaketan/pin2 2025-01-24T08:26:35.8646460Z * [new branch] alt-disable -> origin/alt-disable 2025-01-24T08:26:35.8648871Z * [new branch] angelayi/aot -> origin/angelayi/aot 2025-01-24T08:26:35.8650408Z * [new branch] angelayi/aot_freeze -> origin/angelayi/aot_freeze 2025-01-24T08:26:35.8652042Z * [new branch] angelayi/aot_inductor_bench_comp_time -> origin/angelayi/aot_inductor_bench_comp_time 2025-01-24T08:26:35.8653440Z * [new branch] angelayi/aot_inductor_benchmark -> origin/angelayi/aot_inductor_benchmark 2025-01-24T08:26:35.8654898Z * [new branch] angelayi/aot_inductor_torch -> origin/angelayi/aot_inductor_torch 2025-01-24T08:26:35.8656376Z * [new branch] angelayi/aoti_additional_files -> origin/angelayi/aoti_additional_files 2025-01-24T08:26:35.8657967Z * [new branch] angelayi/aotinductor_const -> origin/angelayi/aotinductor_const 2025-01-24T08:26:35.8659365Z * [new branch] angelayi/aotinductor_const_name -> origin/angelayi/aotinductor_const_name 2025-01-24T08:26:35.8660716Z * [new branch] angelayi/bench -> origin/angelayi/bench 2025-01-24T08:26:35.8662153Z * [new branch] angelayi/benchmark -> origin/angelayi/benchmark 2025-01-24T08:26:35.8663462Z * [new branch] angelayi/benchmark_skip -> origin/angelayi/benchmark_skip 2025-01-24T08:26:35.8664873Z * [new branch] angelayi/bind -> origin/angelayi/bind 2025-01-24T08:26:35.8666331Z * [new branch] angelayi/constraint -> origin/angelayi/constraint 2025-01-24T08:26:35.8667748Z * [new branch] angelayi/core_aten -> origin/angelayi/core_aten 2025-01-24T08:26:35.8669110Z * [new branch] angelayi/core_split -> origin/angelayi/core_split 2025-01-24T08:26:35.8670609Z * [new branch] angelayi/cp107981 -> origin/angelayi/cp107981 2025-01-24T08:26:35.8672211Z * [new branch] angelayi/cp108217 -> origin/angelayi/cp108217 2025-01-24T08:26:35.8673650Z * [new branch] angelayi/cp108783 -> origin/angelayi/cp108783 2025-01-24T08:26:35.8675104Z * [new branch] angelayi/cp109060 -> origin/angelayi/cp109060 2025-01-24T08:26:35.8676586Z * [new branch] angelayi/cpp_loader -> origin/angelayi/cpp_loader 2025-01-24T08:26:35.8678106Z * [new branch] angelayi/custom_and_getattr -> origin/angelayi/custom_and_getattr 2025-01-24T08:26:35.8679451Z * [new branch] angelayi/customop -> origin/angelayi/customop 2025-01-24T08:26:35.8680953Z * [new branch] angelayi/default_serialized -> origin/angelayi/default_serialized 2025-01-24T08:26:35.8682473Z * [new branch] angelayi/docs -> origin/angelayi/docs 2025-01-24T08:26:35.8684025Z * [new branch] angelayi/embed_constants -> origin/angelayi/embed_constants 2025-01-24T08:26:35.8685439Z * [new branch] angelayi/ep_bc -> origin/angelayi/ep_bc 2025-01-24T08:26:35.8686894Z * [new branch] angelayi/export_custom_op_rst -> origin/angelayi/export_custom_op_rst 2025-01-24T08:26:35.8688353Z * [new branch] angelayi/export_docs -> origin/angelayi/export_docs 2025-01-24T08:26:35.8689773Z * [new branch] angelayi/exportdb -> origin/angelayi/exportdb 2025-01-24T08:26:35.8691446Z * [new branch] angelayi/fail_models_temp -> origin/angelayi/fail_models_temp 2025-01-24T08:26:35.8692883Z * [new branch] angelayi/fake -> origin/angelayi/fake 2025-01-24T08:26:35.8694617Z * [new branch] angelayi/fix_constrain -> origin/angelayi/fix_constrain 2025-01-24T08:26:35.8695942Z * [new branch] angelayi/getattr -> origin/angelayi/getattr 2025-01-24T08:26:35.8697263Z * [new branch] angelayi/hf_version -> origin/angelayi/hf_version 2025-01-24T08:26:35.8698768Z * [new branch] angelayi/hf_version_update -> origin/angelayi/hf_version_update 2025-01-24T08:26:35.8700176Z * [new branch] angelayi/inductor_temp -> origin/angelayi/inductor_temp 2025-01-24T08:26:35.8701635Z * [new branch] angelayi/kwarg_input -> origin/angelayi/kwarg_input 2025-01-24T08:26:35.8703107Z * [new branch] angelayi/load -> origin/angelayi/load 2025-01-24T08:26:35.8704721Z * [new branch] angelayi/logging.bak -> origin/angelayi/logging.bak 2025-01-24T08:26:35.8706181Z * [new branch] angelayi/logging2 -> origin/angelayi/logging2 2025-01-24T08:26:35.8707746Z * [new branch] angelayi/no_so_weight -> origin/angelayi/no_so_weight 2025-01-24T08:26:35.8709227Z * [new branch] angelayi/orig_args -> origin/angelayi/orig_args 2025-01-24T08:26:35.8710624Z * [new branch] angelayi/pickle -> origin/angelayi/pickle 2025-01-24T08:26:35.8712012Z * [new branch] angelayi/pytree -> origin/angelayi/pytree 2025-01-24T08:26:35.8713457Z * [new branch] angelayi/pytree2 -> origin/angelayi/pytree2 2025-01-24T08:26:35.8715060Z * [new branch] angelayi/pytree_namedtuple -> origin/angelayi/pytree_namedtuple 2025-01-24T08:26:35.8716589Z * [new branch] angelayi/remove_aoti_unlift -> origin/angelayi/remove_aoti_unlift 2025-01-24T08:26:35.8717993Z * [new branch] angelayi/revert_inductor -> origin/angelayi/revert_inductor 2025-01-24T08:26:35.8719384Z * [new branch] angelayi/schema_version -> origin/angelayi/schema_version 2025-01-24T08:26:35.8720784Z * [new branch] angelayi/ser_constrain -> origin/angelayi/ser_constrain 2025-01-24T08:26:35.8722263Z * [new branch] angelayi/serialize_symint_inputs -> origin/angelayi/serialize_symint_inputs 2025-01-24T08:26:35.8723695Z * [new branch] angelayi/shape -> origin/angelayi/shape 2025-01-24T08:26:35.8725215Z * [new branch] angelayi/test113041 -> origin/angelayi/test113041 2025-01-24T08:26:35.8726741Z * [new branch] angelayi/test_aot_mode -> origin/angelayi/test_aot_mode 2025-01-24T08:26:35.8728212Z * [new branch] angelayi/torch_size -> origin/angelayi/torch_size 2025-01-24T08:26:35.8729744Z * [new branch] angelayi/update_schema_msg -> origin/angelayi/update_schema_msg 2025-01-24T08:26:35.8731477Z * [new branch] atalman-inductor-perf-cu124 -> origin/atalman-inductor-perf-cu124 2025-01-24T08:26:35.8732978Z * [new branch] atalman-inductor-perf-cu124.1 -> origin/atalman-inductor-perf-cu124.1 2025-01-24T08:26:35.8734393Z * [new branch] atalman-patch-1 -> origin/atalman-patch-1 2025-01-24T08:26:35.8735903Z * [new branch] atalman-patch-10 -> origin/atalman-patch-10 2025-01-24T08:26:35.8737429Z * [new branch] atalman-patch-2 -> origin/atalman-patch-2 2025-01-24T08:26:35.8739008Z * [new branch] atalman-patch-3 -> origin/atalman-patch-3 2025-01-24T08:26:35.8740587Z * [new branch] atalman-patch-6 -> origin/atalman-patch-6 2025-01-24T08:26:35.8742099Z * [new branch] atalman-patch-8 -> origin/atalman-patch-8 2025-01-24T08:26:35.8743641Z * [new branch] atalman-patch-9 -> origin/atalman-patch-9 2025-01-24T08:26:35.8745246Z * [new branch] atalman_inductor_2.3.0 -> origin/atalman_inductor_2.3.0 2025-01-24T08:26:35.8746865Z * [new branch] atalman_inductor_2.3.1 -> origin/atalman_inductor_2.3.1 2025-01-24T08:26:35.8748069Z * [new branch] atalman_inductor_2.4.0 -> origin/atalman_inductor_2.4.0 2025-01-24T08:26:35.8749609Z * [new branch] atalman_inductor_2.4.x -> origin/atalman_inductor_2.4.x 2025-01-24T08:26:35.8750995Z * [new branch] avoid_record_ag_rs -> origin/avoid_record_ag_rs 2025-01-24T08:26:35.8753117Z * [new branch] bahuang/dropout -> origin/bahuang/dropout 2025-01-24T08:26:35.8754652Z * [new branch] bahuang/make_fallback -> origin/bahuang/make_fallback 2025-01-24T08:26:35.8756926Z * [new branch] base/1.5 -> origin/base/1.5 2025-01-24T08:26:35.8758409Z * [new branch] base_inductor_opt_flag -> origin/base_inductor_opt_flag 2025-01-24T08:26:35.8760042Z * [new branch] batching_sdpa_efficient_attention -> origin/batching_sdpa_efficient_attention 2025-01-24T08:26:35.8761569Z * [new branch] batchnorm-unexpected-success -> origin/batchnorm-unexpected-success 2025-01-24T08:26:35.8763532Z * [new branch] benchmark-updates -> origin/benchmark-updates 2025-01-24T08:26:35.8765364Z * [new branch] bertmaher/pinbump26 -> origin/bertmaher/pinbump26 2025-01-24T08:26:35.8767499Z * [new branch] bertrand/cutlass -> origin/bertrand/cutlass 2025-01-24T08:26:35.8769749Z * [new branch] bf/be-cudagraph-utils -> origin/bf/be-cudagraph-utils 2025-01-24T08:26:35.8771277Z * [new branch] bf/be-metrics -> origin/bf/be-metrics 2025-01-24T08:26:35.8772671Z * [new branch] bf/be-pad-mm -> origin/bf/be-pad-mm 2025-01-24T08:26:35.8774161Z * [new branch] bf/be-wrapper-benchmark -> origin/bf/be-wrapper-benchmark 2025-01-24T08:26:35.8775533Z * [new branch] bf/cg-doc-add-cuda-device -> origin/bf/cg-doc-add-cuda-device 2025-01-24T08:26:35.8776945Z * [new branch] bf/cg-multithreading -> origin/bf/cg-multithreading 2025-01-24T08:26:35.8778314Z * [new branch] bf/cg-remove-check -> origin/bf/cg-remove-check 2025-01-24T08:26:35.8779687Z * [new branch] bf/cudagraph -> origin/bf/cudagraph 2025-01-24T08:26:35.8781177Z * [new branch] bf/cudagraph-disable-input-mutation -> origin/bf/cudagraph-disable-input-mutation 2025-01-24T08:26:35.8782788Z * [new branch] bf/cudagraph-enable-input-mutation-support-benchmark -> origin/bf/cudagraph-enable-input-mutation-support-benchmark 2025-01-24T08:26:35.8783936Z * [new branch] bf/donated-buffer-bench -> origin/bf/donated-buffer-bench 2025-01-24T08:26:35.8785375Z * [new branch] bf/pa-input-pos-bs -> origin/bf/pa-input-pos-bs 2025-01-24T08:26:35.8786892Z * [new branch] bf/reduce-scatter-copy-in -> origin/bf/reduce-scatter-copy-in 2025-01-24T08:26:35.8788383Z * [new branch] bf/relax-reinplace-size-constraint -> origin/bf/relax-reinplace-size-constraint 2025-01-24T08:26:35.8789781Z * [new branch] bf/remove-check -> origin/bf/remove-check 2025-01-24T08:26:35.8791156Z * [new branch] bf/remove-check-55b0c39d -> origin/bf/remove-check-55b0c39d 2025-01-24T08:26:35.8792583Z * [new branch] bisect_perf_hf_T5_3acc6eac492 -> origin/bisect_perf_hf_T5_3acc6eac492 2025-01-24T08:26:35.8793996Z * [new branch] bisect_perf_hf_T5_3fcf66f61fb -> origin/bisect_perf_hf_T5_3fcf66f61fb 2025-01-24T08:26:35.8795485Z * [new branch] bisect_perf_hf_T5_4009d154129 -> origin/bisect_perf_hf_T5_4009d154129 2025-01-24T08:26:35.8796947Z * [new branch] bisect_perf_hf_T5_40d0740e73d -> origin/bisect_perf_hf_T5_40d0740e73d 2025-01-24T08:26:35.8798738Z * [new branch] bisect_perf_hf_T5_5268754e -> origin/bisect_perf_hf_T5_5268754e 2025-01-24T08:26:35.8799981Z * [new branch] bisect_perf_hf_T5_7d89a8d385c -> origin/bisect_perf_hf_T5_7d89a8d385c 2025-01-24T08:26:35.8801420Z * [new branch] bisect_perf_hf_T5_b7a25c1ee7c -> origin/bisect_perf_hf_T5_b7a25c1ee7c 2025-01-24T08:26:35.8802839Z * [new branch] bisect_perf_hf_T5_c25b201583f -> origin/bisect_perf_hf_T5_c25b201583f 2025-01-24T08:26:35.8804271Z * [new branch] bisect_perf_hf_T5_c93e57efac0 -> origin/bisect_perf_hf_T5_c93e57efac0 2025-01-24T08:26:35.8805687Z * [new branch] bisect_perf_hf_T5_ca9813ea149 -> origin/bisect_perf_hf_T5_ca9813ea149 2025-01-24T08:26:35.8807171Z * [new branch] bisect_perf_hf_T5_d65f194a -> origin/bisect_perf_hf_T5_d65f194a 2025-01-24T08:26:35.8808554Z * [new branch] bisect_perf_hf_T5_da94ab0b -> origin/bisect_perf_hf_T5_da94ab0b 2025-01-24T08:26:35.8810075Z * [new branch] bisect_perf_hf_T5_da94ab0b_new -> origin/bisect_perf_hf_T5_da94ab0b_new 2025-01-24T08:26:35.8811676Z * [new branch] bisect_perf_hf_T5_db4e8a1d8a8 -> origin/bisect_perf_hf_T5_db4e8a1d8a8 2025-01-24T08:26:35.8813111Z * [new branch] bisect_perf_hf_T5_e0d97e936a2 -> origin/bisect_perf_hf_T5_e0d97e936a2 2025-01-24T08:26:35.8814546Z * [new branch] bisect_perf_hf_T5_f23621ec563 -> origin/bisect_perf_hf_T5_f23621ec563 2025-01-24T08:26:35.8816749Z * [new branch] bowbao/beartype_fix_2.1.1 -> origin/bowbao/beartype_fix_2.1.1 2025-01-24T08:26:35.8818075Z * [new branch] bowbao/bench_updates -> origin/bowbao/bench_updates 2025-01-24T08:26:35.8819506Z * [new branch] bowbao/bench_updates_stage -> origin/bowbao/bench_updates_stage 2025-01-24T08:26:35.8820845Z * [new branch] bowbao/benchmark_test_data -> origin/bowbao/benchmark_test_data 2025-01-24T08:26:35.8822238Z * [new branch] bowbao/dort_rewriter -> origin/bowbao/dort_rewriter 2025-01-24T08:26:35.8823656Z * [new branch] bowbao/skip_decomp -> origin/bowbao/skip_decomp 2025-01-24T08:26:35.8824977Z * [new branch] bowbao/wip_prs -> origin/bowbao/wip_prs 2025-01-24T08:26:35.8827106Z * [new branch] brenocfg/fix-meta-opinfo -> origin/brenocfg/fix-meta-opinfo 2025-01-24T08:26:35.8828586Z * [new branch] brenocfg/special_airy_ai_ref -> origin/brenocfg/special_airy_ai_ref 2025-01-24T08:26:35.8830070Z * [new branch] brgemm_int8 -> origin/brgemm_int8 2025-01-24T08:26:35.8832335Z * [new branch] brister/always_tiled_reduction -> origin/brister/always_tiled_reduction 2025-01-24T08:26:35.8833747Z * [new branch] brister/nd_tiling_stardep -> origin/brister/nd_tiling_stardep 2025-01-24T08:26:35.8835079Z * [new branch] brister/reduction_numel -> origin/brister/reduction_numel 2025-01-24T08:26:35.8836649Z * [new branch] brister/tiled_reduction -> origin/brister/tiled_reduction 2025-01-24T08:26:35.8838145Z * [new branch] brister/tiled_reduction_no_numel_check -> origin/brister/tiled_reduction_no_numel_check 2025-01-24T08:26:35.8839510Z * [new branch] brister/wrapper_ir -> origin/brister/wrapper_ir 2025-01-24T08:26:35.8841011Z * [new branch] ca_0431d47eaa -> origin/ca_0431d47eaa 2025-01-24T08:26:35.8842596Z * [new branch] ca_fix_0431d47eaa -> origin/ca_fix_0431d47eaa 2025-01-24T08:26:35.8844126Z * [new branch] cache-limit-prototype2 -> origin/cache-limit-prototype2 2025-01-24T08:26:35.8845649Z * [new branch] cache-limit-prototype3 -> origin/cache-limit-prototype3 2025-01-24T08:26:35.8847117Z * [new branch] cache_size_internal -> origin/cache_size_internal 2025-01-24T08:26:35.8848677Z * [new branch] cache_size_internal_1 -> origin/cache_size_internal_1 2025-01-24T08:26:35.8850582Z * [new branch] camyllh_update_vs_build_to_2022 -> origin/camyllh_update_vs_build_to_2022 2025-01-24T08:26:35.8852453Z * [new branch] capture_eval_train_error -> origin/capture_eval_train_error 2025-01-24T08:26:35.8854641Z * [new branch] chenyang78/dyn-shape-ci-tmp -> origin/chenyang78/dyn-shape-ci-tmp 2025-01-24T08:26:35.8856205Z * [new branch] cherry-pick-111576 -> origin/cherry-pick-111576 2025-01-24T08:26:35.8857955Z * [new branch] cherry-pick-136890-by-pytorch_bot_bot_ -> origin/cherry-pick-136890-by-pytorch_bot_bot_ 2025-01-24T08:26:35.8859622Z * [new branch] cherry-pick-141063-by-pytorch_bot_bot_ -> origin/cherry-pick-141063-by-pytorch_bot_bot_ 2025-01-24T08:26:35.8861214Z * [new branch] cherry-pick-142292-by-pytorch_bot_bot_ -> origin/cherry-pick-142292-by-pytorch_bot_bot_ 2025-01-24T08:26:35.8862818Z * [new branch] cherry-pick-142398-by-pytorch_bot_bot_ -> origin/cherry-pick-142398-by-pytorch_bot_bot_ 2025-01-24T08:26:35.8864425Z * [new branch] cherry-pick-142831-by-pytorch_bot_bot_ -> origin/cherry-pick-142831-by-pytorch_bot_bot_ 2025-01-24T08:26:35.8866094Z * [new branch] cherry-pick-143095-by-pytorch_bot_bot_ -> origin/cherry-pick-143095-by-pytorch_bot_bot_ 2025-01-24T08:26:35.8867748Z * [new branch] cherry-pick-143127-by-pytorch_bot_bot_ -> origin/cherry-pick-143127-by-pytorch_bot_bot_ 2025-01-24T08:26:35.8869513Z * [new branch] cherry-pick-143141-by-pytorch_bot_bot_ -> origin/cherry-pick-143141-by-pytorch_bot_bot_ 2025-01-24T08:26:35.8871168Z * [new branch] cherry-pick-143183-by-pytorch_bot_bot_ -> origin/cherry-pick-143183-by-pytorch_bot_bot_ 2025-01-24T08:26:35.8872702Z * [new branch] cherry-pick-143196-by-pytorch_bot_bot_ -> origin/cherry-pick-143196-by-pytorch_bot_bot_ 2025-01-24T08:26:35.8874268Z * [new branch] cherry-pick-143212-by-pytorch_bot_bot_ -> origin/cherry-pick-143212-by-pytorch_bot_bot_ 2025-01-24T08:26:35.8875866Z * [new branch] cherry-pick-143242-by-pytorch_bot_bot_ -> origin/cherry-pick-143242-by-pytorch_bot_bot_ 2025-01-24T08:26:35.8877515Z * [new branch] cherry-pick-143376-by-pytorch_bot_bot_ -> origin/cherry-pick-143376-by-pytorch_bot_bot_ 2025-01-24T08:26:35.8879172Z * [new branch] cherry-pick-143569-by-pytorch_bot_bot_ -> origin/cherry-pick-143569-by-pytorch_bot_bot_ 2025-01-24T08:26:35.8880757Z * [new branch] cherry-pick-143570-by-pytorch_bot_bot_ -> origin/cherry-pick-143570-by-pytorch_bot_bot_ 2025-01-24T08:26:35.8882438Z * [new branch] cherry-pick-143839-by-pytorch_bot_bot_ -> origin/cherry-pick-143839-by-pytorch_bot_bot_ 2025-01-24T08:26:35.8883986Z * [new branch] cherry-pick-143866-by-pytorch_bot_bot_ -> origin/cherry-pick-143866-by-pytorch_bot_bot_ 2025-01-24T08:26:35.8885573Z * [new branch] cherry-pick-144078-by-pytorch_bot_bot_ -> origin/cherry-pick-144078-by-pytorch_bot_bot_ 2025-01-24T08:26:35.8887270Z * [new branch] cherry-pick-144249-by-pytorch_bot_bot_ -> origin/cherry-pick-144249-by-pytorch_bot_bot_ 2025-01-24T08:26:35.8888943Z * [new branch] cherry-pick-144251-by-pytorch_bot_bot_ -> origin/cherry-pick-144251-by-pytorch_bot_bot_ 2025-01-24T08:26:35.8890714Z * [new branch] cherry-pick-144285-by-pytorch_bot_bot_ -> origin/cherry-pick-144285-by-pytorch_bot_bot_ 2025-01-24T08:26:35.8892347Z * [new branch] cherry-pick-144343-by-pytorch_bot_bot_ -> origin/cherry-pick-144343-by-pytorch_bot_bot_ 2025-01-24T08:26:35.8893944Z * [new branch] cherry-pick-144358-by-pytorch_bot_bot_ -> origin/cherry-pick-144358-by-pytorch_bot_bot_ 2025-01-24T08:26:35.8895590Z * [new branch] cherry-pick-144361-by-pytorch_bot_bot_ -> origin/cherry-pick-144361-by-pytorch_bot_bot_ 2025-01-24T08:26:35.8897232Z * [new branch] cherry-pick-144368-by-pytorch_bot_bot_ -> origin/cherry-pick-144368-by-pytorch_bot_bot_ 2025-01-24T08:26:35.8899012Z * [new branch] cherry-pick-144396-by-pytorch_bot_bot_ -> origin/cherry-pick-144396-by-pytorch_bot_bot_ 2025-01-24T08:26:35.8901010Z * [new branch] cherry-pick-144425-by-pytorch_bot_bot_ -> origin/cherry-pick-144425-by-pytorch_bot_bot_ 2025-01-24T08:26:35.8902799Z * [new branch] cherry-pick-144477-by-pytorch_bot_bot_ -> origin/cherry-pick-144477-by-pytorch_bot_bot_ 2025-01-24T08:26:35.8904527Z * [new branch] cherry-pick-144914-by-pytorch_bot_bot_ -> origin/cherry-pick-144914-by-pytorch_bot_bot_ 2025-01-24T08:26:35.8906201Z * [new branch] cherry-pick-145020-by-pytorch_bot_bot_ -> origin/cherry-pick-145020-by-pytorch_bot_bot_ 2025-01-24T08:26:35.8908370Z * [new branch] cherry-pick-145251-by-pytorch_bot_bot_ -> origin/cherry-pick-145251-by-pytorch_bot_bot_ 2025-01-24T08:26:35.8909885Z * [new branch] cherry-pick-post-acc-grad-docs -> origin/cherry-pick-post-acc-grad-docs 2025-01-24T08:26:35.8911299Z * [new branch] ci_pin -> origin/ci_pin 2025-01-24T08:26:35.8912900Z * [new branch] ckluk2-compileThread-1 -> origin/ckluk2-compileThread-1 2025-01-24T08:26:35.8914523Z * [new branch] ckluk2-compileThread-2 -> origin/ckluk2-compileThread-2 2025-01-24T08:26:35.8916039Z * [new branch] ckluk2-compileThread-64 -> origin/ckluk2-compileThread-64 2025-01-24T08:26:35.8917510Z * [new branch] ckluk2-test-1 -> origin/ckluk2-test-1 2025-01-24T08:26:35.8919090Z * [new branch] compile_fsdp2_disable_stream_and_event -> origin/compile_fsdp2_disable_stream_and_event 2025-01-24T08:26:35.8920675Z * [new branch] condition-branch-in-debug-handler -> origin/condition-branch-in-debug-handler 2025-01-24T08:26:35.8922229Z * [new branch] consolidate-is-qat -> origin/consolidate-is-qat 2025-01-24T08:26:35.8923675Z * [new branch] constraint_2 -> origin/constraint_2 2025-01-24T08:26:35.8925179Z * [new branch] copy_graph -> origin/copy_graph 2025-01-24T08:26:35.8927406Z * [new branch] cpio/fix_new_ami_tests -> origin/cpio/fix_new_ami_tests 2025-01-24T08:26:35.8928798Z * [new branch] cpio/fix_unit_test -> origin/cpio/fix_unit_test 2025-01-24T08:26:35.8930353Z * [new branch] cpp_gemm_template_arm -> origin/cpp_gemm_template_arm 2025-01-24T08:26:35.8931903Z * [new branch] create_chunk_list -> origin/create_chunk_list 2025-01-24T08:26:35.8934166Z * [new branch] crpa/fix-typo -> origin/crpa/fix-typo 2025-01-24T08:26:35.8936248Z * [new branch] csl/3proc -> origin/csl/3proc 2025-01-24T08:26:35.8937702Z * [new branch] csl/always_produce_xml -> origin/csl/always_produce_xml 2025-01-24T08:26:35.8939154Z * [new branch] csl/apiratelimitephemeral -> origin/csl/apiratelimitephemeral 2025-01-24T08:26:35.8940505Z * [new branch] csl/bazel_networkx -> origin/csl/bazel_networkx 2025-01-24T08:26:35.8941885Z * [new branch] csl/binary_checksum -> origin/csl/binary_checksum 2025-01-24T08:26:35.8943193Z * [new branch] csl/binary_whl_metadata -> origin/csl/binary_whl_metadata 2025-01-24T08:26:35.8944496Z * [new branch] csl/closeissues -> origin/csl/closeissues 2025-01-24T08:26:35.8945873Z * [new branch] csl/condatoken -> origin/csl/condatoken 2025-01-24T08:26:35.8947214Z * [new branch] csl/cov_experiment -> origin/csl/cov_experiment 2025-01-24T08:26:35.8948543Z * [new branch] csl/defaulttesttimes -> origin/csl/defaulttesttimes 2025-01-24T08:26:35.8949926Z * [new branch] csl/disableautotune -> origin/csl/disableautotune 2025-01-24T08:26:35.8951401Z * [new branch] csl/disableflex -> origin/csl/disableflex 2025-01-24T08:26:35.8952581Z * [new branch] csl/docsenv -> origin/csl/docsenv 2025-01-24T08:26:35.8953996Z * [new branch] csl/dynamicshapesdup -> origin/csl/dynamicshapesdup 2025-01-24T08:26:35.8955382Z * [new branch] csl/editable_install -> origin/csl/editable_install 2025-01-24T08:26:35.8956813Z * [new branch] csl/errormsgs -> origin/csl/errormsgs 2025-01-24T08:26:35.8958110Z * [new branch] csl/fflint -> origin/csl/fflint 2025-01-24T08:26:35.8959541Z * [new branch] csl/inductortest_max_autotune -> origin/csl/inductortest_max_autotune 2025-01-24T08:26:35.8960993Z * [new branch] csl/linter_grep_linter_a -> origin/csl/linter_grep_linter_a 2025-01-24T08:26:35.8962317Z * [new branch] csl/logchanges -> origin/csl/logchanges 2025-01-24T08:26:35.8963705Z * [new branch] csl/logging -> origin/csl/logging 2025-01-24T08:26:35.8965080Z * [new branch] csl/logtest -> origin/csl/logtest 2025-01-24T08:26:35.8966525Z * [new branch] csl/multigpu_2_shard -> origin/csl/multigpu_2_shard 2025-01-24T08:26:35.8967854Z * [new branch] csl/multigpufix -> origin/csl/multigpufix 2025-01-24T08:26:35.8969287Z * [new branch] csl/pep658_script_can_backfill -> origin/csl/pep658_script_can_backfill 2025-01-24T08:26:35.8971586Z * [new branch] csl/pytest_timeout -> origin/csl/pytest_timeout 2025-01-24T08:26:35.8972943Z * [new branch] csl/reorder -> origin/csl/reorder 2025-01-24T08:26:35.8974384Z * [new branch] csl/revert -> origin/csl/revert 2025-01-24T08:26:35.8975827Z * [new branch] csl/revert_metadata -> origin/csl/revert_metadata 2025-01-24T08:26:35.8977183Z * [new branch] csl/rocmsecrets -> origin/csl/rocmsecrets 2025-01-24T08:26:35.8978573Z * [new branch] csl/runtesttypes -> origin/csl/runtesttypes 2025-01-24T08:26:35.8979932Z * [new branch] csl/skipslow -> origin/csl/skipslow 2025-01-24T08:26:35.8981389Z * [new branch] csl/slowtesttimeout -> origin/csl/slowtesttimeout 2025-01-24T08:26:35.8982854Z * [new branch] csl/stdmakeunique -> origin/csl/stdmakeunique 2025-01-24T08:26:35.8984285Z * [new branch] csl/tensoboardpip -> origin/csl/tensoboardpip 2025-01-24T08:26:35.8985759Z * [new branch] csl/testlstmpackedslow -> origin/csl/testlstmpackedslow 2025-01-24T08:26:35.8987166Z * [new branch] csl/testselectiontools -> origin/csl/testselectiontools 2025-01-24T08:26:35.8988736Z * [new branch] csl/update_clickhouse_connect -> origin/csl/update_clickhouse_connect 2025-01-24T08:26:35.8990180Z * [new branch] csl/upload_metadta_better_parsing -> origin/csl/upload_metadta_better_parsing 2025-01-24T08:26:35.8991541Z * [new branch] csl/windowsbat -> origin/csl/windowsbat 2025-01-24T08:26:35.8992996Z * [new branch] csl/xdist_test -> origin/csl/xdist_test 2025-01-24T08:26:35.8994552Z * [new branch] ctx_manager -> origin/ctx_manager 2025-01-24T08:26:35.8996056Z * [new branch] cublasfp16accum -> origin/cublasfp16accum 2025-01-24T08:26:35.8997650Z * [new branch] cutlass-template-fix-rocm -> origin/cutlass-template-fix-rocm 2025-01-24T08:26:35.8999113Z * [new branch] dataclass -> origin/dataclass 2025-01-24T08:26:35.9000608Z * [new branch] debug-ghcr -> origin/debug-ghcr 2025-01-24T08:26:35.9002261Z * [new branch] deferring-reduction-split -> origin/deferring-reduction-split 2025-01-24T08:26:35.9004705Z * [new branch] desertfire/test_cpp_wrapper -> origin/desertfire/test_cpp_wrapper 2025-01-24T08:26:35.9006049Z * [new branch] desertfire/triton-cpu-for-aarch64 -> origin/desertfire/triton-cpu-for-aarch64 2025-01-24T08:26:35.9007214Z * [new branch] desertfire/update_timm_pin -> origin/desertfire/update_timm_pin 2025-01-24T08:26:35.9010362Z * [new branch] dev/joona/MPSNDArrayAdd -> origin/dev/joona/MPSNDArrayAdd 2025-01-24T08:26:35.9012004Z * [new branch] dev/joona/Unranked -> origin/dev/joona/Unranked 2025-01-24T08:26:35.9013644Z * [new branch] dev/joona/bmm_tiling_extend -> origin/dev/joona/bmm_tiling_extend 2025-01-24T08:26:35.9015286Z * [new branch] dev/joona/check_bounds_index_select -> origin/dev/joona/check_bounds_index_select 2025-01-24T08:26:35.9016645Z * [new branch] dev/joona/embeddingbag -> origin/dev/joona/embeddingbag 2025-01-24T08:26:35.9018331Z * [new branch] dev/joona/lstm_leak -> origin/dev/joona/lstm_leak 2025-01-24T08:26:35.9019805Z * [new branch] dev/joona/minmaxprop -> origin/dev/joona/minmaxprop 2025-01-24T08:26:35.9021409Z * [new branch] dev/joona/sdpa -> origin/dev/joona/sdpa 2025-01-24T08:26:35.9022971Z * [new branch] dev/joona/unique_leak -> origin/dev/joona/unique_leak 2025-01-24T08:26:35.9024511Z * [new branch] dev/joona/upsize3d -> origin/dev/joona/upsize3d 2025-01-24T08:26:35.9026103Z * [new branch] disable -> origin/disable 2025-01-24T08:26:35.9027759Z * [new branch] disable_fp_contract_baseline -> origin/disable_fp_contract_baseline 2025-01-24T08:26:35.9029400Z * [new branch] distributed_checkpointing_e2e_tests -> origin/distributed_checkpointing_e2e_tests 2025-01-24T08:26:35.9030911Z * [new branch] docs_numpy -> origin/docs_numpy 2025-01-24T08:26:35.9032576Z * [new branch] dropout-eval -> origin/dropout-eval 2025-01-24T08:26:35.9034150Z * [new branch] dtensor_class_doc -> origin/dtensor_class_doc 2025-01-24T08:26:35.9035677Z * [new branch] dtensor_fixes_2.1 -> origin/dtensor_fixes_2.1 2025-01-24T08:26:35.9037163Z * [new branch] dynamic_dim_2 -> origin/dynamic_dim_2 2025-01-24T08:26:35.9038719Z * [new branch] dynamorunner_mp -> origin/dynamorunner_mp 2025-01-24T08:26:35.9040275Z * [new branch] e2e-baseline -> origin/e2e-baseline 2025-01-24T08:26:35.9042584Z * [new branch] eikanwang/eager_torch_compile -> origin/eikanwang/eager_torch_compile 2025-01-24T08:26:35.9044764Z * [new branch] embg/test_inductor_ci_128B -> origin/embg/test_inductor_ci_128B 2025-01-24T08:26:35.9046218Z * [new branch] embg/test_inductor_ci_base -> origin/embg/test_inductor_ci_base 2025-01-24T08:26:35.9047671Z * [new branch] embg/test_inductor_ci_control -> origin/embg/test_inductor_ci_control 2025-01-24T08:26:35.9049055Z * [new branch] embg/triton_l2_prefetch_128B -> origin/embg/triton_l2_prefetch_128B 2025-01-24T08:26:35.9050420Z * [new branch] embg/triton_l2_prefetch_256B -> origin/embg/triton_l2_prefetch_256B 2025-01-24T08:26:35.9052075Z * [new branch] eqy-patch-1 -> origin/eqy-patch-1 2025-01-24T08:26:35.9053645Z * [new branch] eqy-patch-2 -> origin/eqy-patch-2 2025-01-24T08:26:35.9055143Z * [new branch] eqy-patch-20 -> origin/eqy-patch-20 2025-01-24T08:26:35.9056670Z * [new branch] eqy-patch-21 -> origin/eqy-patch-21 2025-01-24T08:26:35.9058198Z * [new branch] eqy-patch-23 -> origin/eqy-patch-23 2025-01-24T08:26:35.9059972Z * [new branch] eqy-patch-25 -> origin/eqy-patch-25 2025-01-24T08:26:35.9061341Z * [new branch] eqy-patch-26 -> origin/eqy-patch-26 2025-01-24T08:26:35.9062863Z * [new branch] eqy-patch-27 -> origin/eqy-patch-27 2025-01-24T08:26:35.9065149Z * [new branch] exclamaforte/aot-inductor-debug -> origin/exclamaforte/aot-inductor-debug 2025-01-24T08:26:35.9066557Z * [new branch] exclamaforte/benchmark-harness -> origin/exclamaforte/benchmark-harness 2025-01-24T08:26:35.9067976Z * [new branch] exclamaforte/config-fuzzer-1 -> origin/exclamaforte/config-fuzzer-1 2025-01-24T08:26:35.9069312Z * [new branch] exclamaforte/cpp-wrapper-debug -> origin/exclamaforte/cpp-wrapper-debug 2025-01-24T08:26:35.9070883Z * [new branch] exclamaforte/cpp-wrapper-training-annotation -> origin/exclamaforte/cpp-wrapper-training-annotation 2025-01-24T08:26:35.9071962Z * [new branch] exclamaforte/delta -> origin/exclamaforte/delta 2025-01-24T08:26:35.9073364Z * [new branch] exclamaforte/fix-orig-svg -> origin/exclamaforte/fix-orig-svg 2025-01-24T08:26:35.9074949Z * [new branch] exclamaforte/fix-trace-parsing-fx-svg -> origin/exclamaforte/fix-trace-parsing-fx-svg 2025-01-24T08:26:35.9076107Z * [new branch] exclamaforte/fuzzer-0 -> origin/exclamaforte/fuzzer-0 2025-01-24T08:26:35.9077632Z * [new branch] exclamaforte/fuzzer-dynamo -> origin/exclamaforte/fuzzer-dynamo 2025-01-24T08:26:35.9079212Z * [new branch] exclamaforte/max-autotune-dtype-test -> origin/exclamaforte/max-autotune-dtype-test 2025-01-24T08:26:35.9080560Z * [new branch] exclamaforte/remove-desc-names -> origin/exclamaforte/remove-desc-names 2025-01-24T08:26:35.9082002Z * [new branch] exclamaforte/test_cpp_wrapper_mode -> origin/exclamaforte/test_cpp_wrapper_mode 2025-01-24T08:26:35.9083522Z * [new branch] exec -> origin/exec 2025-01-24T08:26:35.9085283Z * [new branch] experimental-mosaic -> origin/experimental-mosaic 2025-01-24T08:26:35.9086860Z * [new branch] export-D48800879 -> origin/export-D48800879 2025-01-24T08:26:35.9088406Z * [new branch] export-D48927532 -> origin/export-D48927532 2025-01-24T08:26:35.9090036Z * [new branch] export-D48927532-1 -> origin/export-D48927532-1 2025-01-24T08:26:35.9092531Z * [new branch] export-D50544876 -> origin/export-D50544876 2025-01-24T08:26:35.9094094Z * [new branch] export-D51032385 -> origin/export-D51032385 2025-01-24T08:26:35.9095634Z * [new branch] export-D52434604 -> origin/export-D52434604 2025-01-24T08:26:35.9097207Z * [new branch] export-D58091437 -> origin/export-D58091437 2025-01-24T08:26:35.9098877Z * [new branch] export-D61047529 -> origin/export-D61047529 2025-01-24T08:26:35.9100602Z * [new branch] export-D63493615 -> origin/export-D63493615 2025-01-24T08:26:35.9102121Z * [new branch] export-D63846832 -> origin/export-D63846832 2025-01-24T08:26:35.9103781Z * [new branch] export-D63985323 -> origin/export-D63985323 2025-01-24T08:26:35.9105446Z * [new branch] export-D64023523 -> origin/export-D64023523 2025-01-24T08:26:35.9107050Z * [new branch] export-D64876877 -> origin/export-D64876877 2025-01-24T08:26:35.9108639Z * [new branch] export-D64982221 -> origin/export-D64982221 2025-01-24T08:26:35.9110187Z * [new branch] export-D64995390 -> origin/export-D64995390 2025-01-24T08:26:35.9111992Z * [new branch] export-D65006709 -> origin/export-D65006709 2025-01-24T08:26:35.9113536Z * [new branch] export-D65237586 -> origin/export-D65237586 2025-01-24T08:26:35.9115251Z * [new branch] export-D65354569 -> origin/export-D65354569 2025-01-24T08:26:35.9116658Z * [new branch] export-D65456781 -> origin/export-D65456781 2025-01-24T08:26:35.9118196Z * [new branch] export-D65560950 -> origin/export-D65560950 2025-01-24T08:26:35.9119842Z * [new branch] export-D65638757 -> origin/export-D65638757 2025-01-24T08:26:35.9121633Z * [new branch] export-D66529288 -> origin/export-D66529288 2025-01-24T08:26:35.9123270Z * [new branch] export-D66690419 -> origin/export-D66690419 2025-01-24T08:26:35.9124787Z * [new branch] export-D66717302 -> origin/export-D66717302 2025-01-24T08:26:35.9126350Z * [new branch] export-D66908884 -> origin/export-D66908884 2025-01-24T08:26:35.9127957Z * [new branch] export-D67537234 -> origin/export-D67537234 2025-01-24T08:26:35.9129595Z * [new branch] export-D67762069 -> origin/export-D67762069 2025-01-24T08:26:35.9131485Z * [new branch] export-D68174038 -> origin/export-D68174038 2025-01-24T08:26:35.9133106Z * [new branch] export-D68177409 -> origin/export-D68177409 2025-01-24T08:26:35.9134758Z * [new branch] export-D68245292 -> origin/export-D68245292 2025-01-24T08:26:35.9136438Z * [new branch] export-D68278174 -> origin/export-D68278174 2025-01-24T08:26:35.9138134Z * [new branch] export-D68294638 -> origin/export-D68294638 2025-01-24T08:26:35.9139821Z * [new branch] export-D68303934 -> origin/export-D68303934 2025-01-24T08:26:35.9141408Z * [new branch] export-D68534017 -> origin/export-D68534017 2025-01-24T08:26:35.9143047Z * [new branch] export_constrain_3 -> origin/export_constrain_3 2025-01-24T08:26:35.9144626Z * [new branch] export_constraint_class_4 -> origin/export_constraint_class_4 2025-01-24T08:26:35.9146170Z * [new branch] export_dynamic_dim_2 -> origin/export_dynamic_dim_2 2025-01-24T08:26:35.9147718Z * [new branch] export_export_1 -> origin/export_export_1 2025-01-24T08:26:35.9149298Z * [new branch] export_program_class_5 -> origin/export_program_class_5 2025-01-24T08:26:35.9150848Z * [new branch] export_save_load_6 -> origin/export_save_load_6 2025-01-24T08:26:35.9152627Z * [new branch] exported-model-train-idempotent -> origin/exported-model-train-idempotent 2025-01-24T08:26:35.9154129Z * [new branch] fa_u8_brgemm -> origin/fa_u8_brgemm 2025-01-24T08:26:35.9155703Z * [new branch] fastmath_baseline -> origin/fastmath_baseline 2025-01-24T08:26:35.9157394Z * [new branch] fastmath_target -> origin/fastmath_target 2025-01-24T08:26:35.9159770Z * [new branch] fbcode/warm -> origin/fbcode/warm 2025-01-24T08:26:35.9161468Z * [new branch] fca -> origin/fca 2025-01-24T08:26:35.9163140Z * [new branch] fca2 -> origin/fca2 2025-01-24T08:26:35.9164728Z * [new branch] fca2_ca5984c -> origin/fca2_ca5984c 2025-01-24T08:26:35.9166419Z * [new branch] fca3 -> origin/fca3 2025-01-24T08:26:35.9167982Z * [new branch] fca5 -> origin/fca5 2025-01-24T08:26:35.9170445Z * [new branch] fengyuan/external-proj -> origin/fengyuan/external-proj 2025-01-24T08:26:35.9172016Z * [new branch] fengyuan/out-of-tree-xpu-ops-improve-test -> origin/fengyuan/out-of-tree-xpu-ops-improve-test 2025-01-24T08:26:35.9173446Z * [new branch] fengyuan/out-of-tree-xpu-ops-remove-dtype -> origin/fengyuan/out-of-tree-xpu-ops-remove-dtype 2025-01-24T08:26:35.9174578Z * [new branch] fengyuan/test-xpu -> origin/fengyuan/test-xpu 2025-01-24T08:26:35.9176624Z * [new branch] ffast_math_baseline -> origin/ffast_math_baseline 2025-01-24T08:26:35.9178187Z * [new branch] ffast_math_target -> origin/ffast_math_target 2025-01-24T08:26:35.9180495Z * [new branch] findhao/base_commit -> origin/findhao/base_commit 2025-01-24T08:26:35.9181907Z * [new branch] findhao/base_commit1 -> origin/findhao/base_commit1 2025-01-24T08:26:35.9183379Z * [new branch] findhao/base_commit_test1 -> origin/findhao/base_commit_test1 2025-01-24T08:26:35.9184738Z * [new branch] findhao/multistream2 -> origin/findhao/multistream2 2025-01-24T08:26:35.9186087Z * [new branch] findhao/multistream5 -> origin/findhao/multistream5 2025-01-24T08:26:35.9187431Z * [new branch] findhao/operatorbench3 -> origin/findhao/operatorbench3 2025-01-24T08:26:35.9188709Z * [new branch] findhao/operatorbench5 -> origin/findhao/operatorbench5 2025-01-24T08:26:35.9190049Z * [new branch] findhao/test1 -> origin/findhao/test1 2025-01-24T08:26:35.9191369Z * [new branch] findhao/test2 -> origin/findhao/test2 2025-01-24T08:26:35.9192970Z * [new branch] fix -> origin/fix 2025-01-24T08:26:35.9194707Z * [new branch] fix-cat-lowering-uint8-hack -> origin/fix-cat-lowering-uint8-hack 2025-01-24T08:26:35.9196367Z * [new branch] fix-config-ignore -> origin/fix-config-ignore 2025-01-24T08:26:35.9198062Z * [new branch] fix-dict-guard -> origin/fix-dict-guard 2025-01-24T08:26:35.9199775Z * [new branch] fix-ios-upload-credentials -> origin/fix-ios-upload-credentials 2025-01-24T08:26:35.9201497Z * [new branch] fix-qat-derived-qspec -> origin/fix-qat-derived-qspec 2025-01-24T08:26:35.9203165Z * [new branch] fix_allow_train_eval_msg -> origin/fix_allow_train_eval_msg 2025-01-24T08:26:35.9204796Z * [new branch] fix_avoid_record_stream -> origin/fix_avoid_record_stream 2025-01-24T08:26:35.9206410Z * [new branch] fix_e2e_fsdp_tp_pairwise -> origin/fix_e2e_fsdp_tp_pairwise 2025-01-24T08:26:35.9208104Z * [new branch] fix_eval_train_2.1 -> origin/fix_eval_train_2.1 2025-01-24T08:26:35.9209799Z * [new branch] fixes-triage -> origin/fixes-triage 2025-01-24T08:26:35.9212311Z * [new branch] flash_attn_test_baseline -> origin/flash_attn_test_baseline 2025-01-24T08:26:35.9213947Z * [new branch] flash_attn_test_target -> origin/flash_attn_test_target 2025-01-24T08:26:35.9215583Z * [new branch] flash_attn_test_target_with_filter -> origin/flash_attn_test_target_with_filter 2025-01-24T08:26:35.9217190Z * [new branch] float8_aot_traceable -> origin/float8_aot_traceable 2025-01-24T08:26:35.9218818Z * [new branch] float8_aot_traceable2 -> origin/float8_aot_traceable2 2025-01-24T08:26:35.9221149Z * [new branch] fmassa/partitioner_knapsack_checkpoint -> origin/fmassa/partitioner_knapsack_checkpoint 2025-01-24T08:26:35.9222617Z * [new branch] fp8_fix -> origin/fp8_fix 2025-01-24T08:26:35.9224344Z * [new branch] fsdp2_trace_rules -> origin/fsdp2_trace_rules 2025-01-24T08:26:35.9225924Z * [new branch] fsdp_rate_limiter -> origin/fsdp_rate_limiter 2025-01-24T08:26:35.9227610Z * [new branch] fsdpv2_3d -> origin/fsdpv2_3d 2025-01-24T08:26:35.9229407Z * [new branch] fsdpv2_3d_m1 -> origin/fsdpv2_3d_m1 2025-01-24T08:26:35.9231027Z * [new branch] functorch_scan -> origin/functorch_scan 2025-01-24T08:26:35.9233071Z * [new branch] fuse_attention_pattern -> origin/fuse_attention_pattern 2025-01-24T08:26:35.9234492Z * [new branch] fuse_attention_patterns -> origin/fuse_attention_patterns 2025-01-24T08:26:35.9236127Z * [new branch] fx_cpp -> origin/fx_cpp 2025-01-24T08:26:35.9237720Z * [new branch] fxmodule -> origin/fxmodule 2025-01-24T08:26:35.9239991Z * [new branch] fy/fix-win -> origin/fy/fix-win 2025-01-24T08:26:35.9241593Z * [new branch] gelu-3 -> origin/gelu-3 2025-01-24T08:26:35.9243341Z * [new branch] get_state_dict_forward_fix -> origin/get_state_dict_forward_fix 2025-01-24T08:26:35.9246931Z * [new branch] gh/AlnisM/1/base -> origin/gh/AlnisM/1/base 2025-01-24T08:26:35.9248388Z * [new branch] gh/AlnisM/1/head -> origin/gh/AlnisM/1/head 2025-01-24T08:26:35.9251313Z * [new branch] gh/BowenBao/296/base -> origin/gh/BowenBao/296/base 2025-01-24T08:26:35.9252863Z * [new branch] gh/BowenBao/296/head -> origin/gh/BowenBao/296/head 2025-01-24T08:26:35.9254211Z * [new branch] gh/BowenBao/296/orig -> origin/gh/BowenBao/296/orig 2025-01-24T08:26:35.9256908Z * [new branch] gh/CaoE/46/base -> origin/gh/CaoE/46/base 2025-01-24T08:26:35.9258328Z * [new branch] gh/CaoE/46/head -> origin/gh/CaoE/46/head 2025-01-24T08:26:35.9259706Z * [new branch] gh/CaoE/46/orig -> origin/gh/CaoE/46/orig 2025-01-24T08:26:35.9262442Z * [new branch] gh/ColinPeppler/54/base -> origin/gh/ColinPeppler/54/base 2025-01-24T08:26:35.9263877Z * [new branch] gh/ColinPeppler/54/head -> origin/gh/ColinPeppler/54/head 2025-01-24T08:26:35.9265397Z * [new branch] gh/ColinPeppler/54/orig -> origin/gh/ColinPeppler/54/orig 2025-01-24T08:26:35.9267380Z * [new branch] gh/ColinPeppler/55/base -> origin/gh/ColinPeppler/55/base 2025-01-24T08:26:35.9268925Z * [new branch] gh/ColinPeppler/55/head -> origin/gh/ColinPeppler/55/head 2025-01-24T08:26:35.9270356Z * [new branch] gh/ColinPeppler/55/orig -> origin/gh/ColinPeppler/55/orig 2025-01-24T08:26:35.9272502Z * [new branch] gh/ColinPeppler/56/base -> origin/gh/ColinPeppler/56/base 2025-01-24T08:26:35.9273947Z * [new branch] gh/ColinPeppler/56/head -> origin/gh/ColinPeppler/56/head 2025-01-24T08:26:35.9275395Z * [new branch] gh/ColinPeppler/56/orig -> origin/gh/ColinPeppler/56/orig 2025-01-24T08:26:35.9277633Z * [new branch] gh/ColinPeppler/57/base -> origin/gh/ColinPeppler/57/base 2025-01-24T08:26:35.9278978Z * [new branch] gh/ColinPeppler/57/head -> origin/gh/ColinPeppler/57/head 2025-01-24T08:26:35.9280388Z * [new branch] gh/ColinPeppler/57/orig -> origin/gh/ColinPeppler/57/orig 2025-01-24T08:26:35.9282430Z * [new branch] gh/ColinPeppler/58/base -> origin/gh/ColinPeppler/58/base 2025-01-24T08:26:35.9283935Z * [new branch] gh/ColinPeppler/58/head -> origin/gh/ColinPeppler/58/head 2025-01-24T08:26:35.9285344Z * [new branch] gh/ColinPeppler/58/orig -> origin/gh/ColinPeppler/58/orig 2025-01-24T08:26:35.9288086Z * [new branch] gh/EikanWang/67/base -> origin/gh/EikanWang/67/base 2025-01-24T08:26:35.9289699Z * [new branch] gh/EikanWang/67/head -> origin/gh/EikanWang/67/head 2025-01-24T08:26:35.9291944Z * [new branch] gh/EikanWang/73/base -> origin/gh/EikanWang/73/base 2025-01-24T08:26:35.9293316Z * [new branch] gh/EikanWang/73/head -> origin/gh/EikanWang/73/head 2025-01-24T08:26:35.9294713Z * [new branch] gh/EikanWang/73/orig -> origin/gh/EikanWang/73/orig 2025-01-24T08:26:35.9297993Z * [new branch] gh/Gasoonjia/1/base -> origin/gh/Gasoonjia/1/base 2025-01-24T08:26:35.9299230Z * [new branch] gh/Gasoonjia/1/head -> origin/gh/Gasoonjia/1/head 2025-01-24T08:26:35.9301928Z * [new branch] gh/H-Huang/131/base -> origin/gh/H-Huang/131/base 2025-01-24T08:26:35.9303379Z * [new branch] gh/H-Huang/131/head -> origin/gh/H-Huang/131/head 2025-01-24T08:26:35.9304788Z * [new branch] gh/H-Huang/131/orig -> origin/gh/H-Huang/131/orig 2025-01-24T08:26:35.9306992Z * [new branch] gh/H-Huang/132/base -> origin/gh/H-Huang/132/base 2025-01-24T08:26:35.9308423Z * [new branch] gh/H-Huang/132/head -> origin/gh/H-Huang/132/head 2025-01-24T08:26:35.9309817Z * [new branch] gh/H-Huang/132/orig -> origin/gh/H-Huang/132/orig 2025-01-24T08:26:35.9312010Z * [new branch] gh/H-Huang/160/base -> origin/gh/H-Huang/160/base 2025-01-24T08:26:35.9313431Z * [new branch] gh/H-Huang/160/head -> origin/gh/H-Huang/160/head 2025-01-24T08:26:35.9314855Z * [new branch] gh/H-Huang/160/orig -> origin/gh/H-Huang/160/orig 2025-01-24T08:26:35.9316989Z * [new branch] gh/H-Huang/161/base -> origin/gh/H-Huang/161/base 2025-01-24T08:26:35.9318412Z * [new branch] gh/H-Huang/161/head -> origin/gh/H-Huang/161/head 2025-01-24T08:26:35.9319807Z * [new branch] gh/H-Huang/161/orig -> origin/gh/H-Huang/161/orig 2025-01-24T08:26:35.9321962Z * [new branch] gh/H-Huang/162/base -> origin/gh/H-Huang/162/base 2025-01-24T08:26:35.9323426Z * [new branch] gh/H-Huang/162/head -> origin/gh/H-Huang/162/head 2025-01-24T08:26:35.9324776Z * [new branch] gh/H-Huang/162/orig -> origin/gh/H-Huang/162/orig 2025-01-24T08:26:35.9327051Z * [new branch] gh/H-Huang/163/base -> origin/gh/H-Huang/163/base 2025-01-24T08:26:35.9328542Z * [new branch] gh/H-Huang/163/head -> origin/gh/H-Huang/163/head 2025-01-24T08:26:35.9329939Z * [new branch] gh/H-Huang/163/orig -> origin/gh/H-Huang/163/orig 2025-01-24T08:26:35.9332287Z * [new branch] gh/H-Huang/164/base -> origin/gh/H-Huang/164/base 2025-01-24T08:26:35.9333799Z * [new branch] gh/H-Huang/164/head -> origin/gh/H-Huang/164/head 2025-01-24T08:26:35.9335245Z * [new branch] gh/H-Huang/164/orig -> origin/gh/H-Huang/164/orig 2025-01-24T08:26:35.9338033Z * [new branch] gh/HDCharles/168/base -> origin/gh/HDCharles/168/base 2025-01-24T08:26:35.9339578Z * [new branch] gh/HDCharles/168/head -> origin/gh/HDCharles/168/head 2025-01-24T08:26:35.9341053Z * [new branch] gh/HDCharles/168/orig -> origin/gh/HDCharles/168/orig 2025-01-24T08:26:35.9343896Z * [new branch] gh/IvanKobzarev/56/base -> origin/gh/IvanKobzarev/56/base 2025-01-24T08:26:35.9345518Z * [new branch] gh/IvanKobzarev/56/head -> origin/gh/IvanKobzarev/56/head 2025-01-24T08:26:35.9347769Z * [new branch] gh/IvanKobzarev/56/orig -> origin/gh/IvanKobzarev/56/orig 2025-01-24T08:26:35.9349992Z * [new branch] gh/IvanKobzarev/64/base -> origin/gh/IvanKobzarev/64/base 2025-01-24T08:26:35.9350567Z * [new branch] gh/IvanKobzarev/64/head -> origin/gh/IvanKobzarev/64/head 2025-01-24T08:26:35.9352061Z * [new branch] gh/IvanKobzarev/64/orig -> origin/gh/IvanKobzarev/64/orig 2025-01-24T08:26:35.9354360Z * [new branch] gh/IvanKobzarev/72/base -> origin/gh/IvanKobzarev/72/base 2025-01-24T08:26:35.9355828Z * [new branch] gh/IvanKobzarev/72/head -> origin/gh/IvanKobzarev/72/head 2025-01-24T08:26:35.9357253Z * [new branch] gh/IvanKobzarev/72/orig -> origin/gh/IvanKobzarev/72/orig 2025-01-24T08:26:35.9359654Z * [new branch] gh/IvanKobzarev/73/base -> origin/gh/IvanKobzarev/73/base 2025-01-24T08:26:35.9360958Z * [new branch] gh/IvanKobzarev/73/head -> origin/gh/IvanKobzarev/73/head 2025-01-24T08:26:35.9362337Z * [new branch] gh/IvanKobzarev/73/orig -> origin/gh/IvanKobzarev/73/orig 2025-01-24T08:26:35.9364450Z * [new branch] gh/IvanKobzarev/75/base -> origin/gh/IvanKobzarev/75/base 2025-01-24T08:26:35.9365860Z * [new branch] gh/IvanKobzarev/75/head -> origin/gh/IvanKobzarev/75/head 2025-01-24T08:26:35.9367250Z * [new branch] gh/IvanKobzarev/75/orig -> origin/gh/IvanKobzarev/75/orig 2025-01-24T08:26:35.9369553Z * [new branch] gh/IvanKobzarev/76/base -> origin/gh/IvanKobzarev/76/base 2025-01-24T08:26:35.9372275Z * [new branch] gh/IvanKobzarev/76/head -> origin/gh/IvanKobzarev/76/head 2025-01-24T08:26:35.9373695Z * [new branch] gh/IvanKobzarev/76/orig -> origin/gh/IvanKobzarev/76/orig 2025-01-24T08:26:35.9376097Z * [new branch] gh/IvanKobzarev/78/base -> origin/gh/IvanKobzarev/78/base 2025-01-24T08:26:35.9377494Z * [new branch] gh/IvanKobzarev/78/head -> origin/gh/IvanKobzarev/78/head 2025-01-24T08:26:35.9378941Z * [new branch] gh/IvanKobzarev/78/orig -> origin/gh/IvanKobzarev/78/orig 2025-01-24T08:26:35.9381147Z * [new branch] gh/IvanKobzarev/82/base -> origin/gh/IvanKobzarev/82/base 2025-01-24T08:26:35.9382615Z * [new branch] gh/IvanKobzarev/82/head -> origin/gh/IvanKobzarev/82/head 2025-01-24T08:26:35.9383988Z * [new branch] gh/IvanKobzarev/82/orig -> origin/gh/IvanKobzarev/82/orig 2025-01-24T08:26:35.9386091Z * [new branch] gh/IvanKobzarev/84/base -> origin/gh/IvanKobzarev/84/base 2025-01-24T08:26:35.9387500Z * [new branch] gh/IvanKobzarev/84/head -> origin/gh/IvanKobzarev/84/head 2025-01-24T08:26:35.9388893Z * [new branch] gh/IvanKobzarev/84/orig -> origin/gh/IvanKobzarev/84/orig 2025-01-24T08:26:35.9391089Z * [new branch] gh/IvanKobzarev/86/base -> origin/gh/IvanKobzarev/86/base 2025-01-24T08:26:35.9392529Z * [new branch] gh/IvanKobzarev/86/head -> origin/gh/IvanKobzarev/86/head 2025-01-24T08:26:35.9393947Z * [new branch] gh/IvanKobzarev/86/orig -> origin/gh/IvanKobzarev/86/orig 2025-01-24T08:26:35.9396149Z * [new branch] gh/IvanKobzarev/91/base -> origin/gh/IvanKobzarev/91/base 2025-01-24T08:26:35.9397552Z * [new branch] gh/IvanKobzarev/91/head -> origin/gh/IvanKobzarev/91/head 2025-01-24T08:26:35.9399148Z * [new branch] gh/IvanKobzarev/91/orig -> origin/gh/IvanKobzarev/91/orig 2025-01-24T08:26:35.9401348Z * [new branch] gh/IvanKobzarev/92/base -> origin/gh/IvanKobzarev/92/base 2025-01-24T08:26:35.9403010Z * [new branch] gh/IvanKobzarev/92/head -> origin/gh/IvanKobzarev/92/head 2025-01-24T08:26:35.9404458Z * [new branch] gh/IvanKobzarev/92/orig -> origin/gh/IvanKobzarev/92/orig 2025-01-24T08:26:35.9406618Z * [new branch] gh/IvanKobzarev/93/base -> origin/gh/IvanKobzarev/93/base 2025-01-24T08:26:35.9408011Z * [new branch] gh/IvanKobzarev/93/head -> origin/gh/IvanKobzarev/93/head 2025-01-24T08:26:35.9409395Z * [new branch] gh/IvanKobzarev/93/orig -> origin/gh/IvanKobzarev/93/orig 2025-01-24T08:26:35.9411778Z * [new branch] gh/IvanKobzarev/94/base -> origin/gh/IvanKobzarev/94/base 2025-01-24T08:26:35.9413162Z * [new branch] gh/IvanKobzarev/94/head -> origin/gh/IvanKobzarev/94/head 2025-01-24T08:26:35.9414541Z * [new branch] gh/IvanKobzarev/94/orig -> origin/gh/IvanKobzarev/94/orig 2025-01-24T08:26:35.9416809Z * [new branch] gh/IvanKobzarev/95/base -> origin/gh/IvanKobzarev/95/base 2025-01-24T08:26:35.9418521Z * [new branch] gh/IvanKobzarev/95/head -> origin/gh/IvanKobzarev/95/head 2025-01-24T08:26:35.9419746Z * [new branch] gh/IvanKobzarev/95/orig -> origin/gh/IvanKobzarev/95/orig 2025-01-24T08:26:35.9421945Z * [new branch] gh/IvanKobzarev/96/base -> origin/gh/IvanKobzarev/96/base 2025-01-24T08:26:35.9423451Z * [new branch] gh/IvanKobzarev/96/head -> origin/gh/IvanKobzarev/96/head 2025-01-24T08:26:35.9424871Z * [new branch] gh/IvanKobzarev/96/orig -> origin/gh/IvanKobzarev/96/orig 2025-01-24T08:26:35.9427062Z * [new branch] gh/IvanKobzarev/97/base -> origin/gh/IvanKobzarev/97/base 2025-01-24T08:26:35.9428517Z * [new branch] gh/IvanKobzarev/97/head -> origin/gh/IvanKobzarev/97/head 2025-01-24T08:26:35.9430001Z * [new branch] gh/IvanKobzarev/97/orig -> origin/gh/IvanKobzarev/97/orig 2025-01-24T08:26:35.9432715Z * [new branch] gh/Lezcano/243/base -> origin/gh/Lezcano/243/base 2025-01-24T08:26:35.9434186Z * [new branch] gh/Lezcano/243/head -> origin/gh/Lezcano/243/head 2025-01-24T08:26:35.9435638Z * [new branch] gh/Lezcano/243/orig -> origin/gh/Lezcano/243/orig 2025-01-24T08:26:35.9438239Z * [new branch] gh/SS-JIA/164/base -> origin/gh/SS-JIA/164/base 2025-01-24T08:26:35.9439705Z * [new branch] gh/SS-JIA/164/head -> origin/gh/SS-JIA/164/head 2025-01-24T08:26:35.9441889Z * [new branch] gh/SS-JIA/172/base -> origin/gh/SS-JIA/172/base 2025-01-24T08:26:35.9443394Z * [new branch] gh/SS-JIA/172/head -> origin/gh/SS-JIA/172/head 2025-01-24T08:26:35.9444811Z * [new branch] gh/SS-JIA/172/orig -> origin/gh/SS-JIA/172/orig 2025-01-24T08:26:35.9447487Z * [new branch] gh/SamGinzburg/11/base -> origin/gh/SamGinzburg/11/base 2025-01-24T08:26:35.9448909Z * [new branch] gh/SamGinzburg/11/head -> origin/gh/SamGinzburg/11/head 2025-01-24T08:26:35.9451221Z * [new branch] gh/SamGinzburg/14/base -> origin/gh/SamGinzburg/14/base 2025-01-24T08:26:35.9452667Z * [new branch] gh/SamGinzburg/14/head -> origin/gh/SamGinzburg/14/head 2025-01-24T08:26:35.9454009Z * [new branch] gh/SamGinzburg/14/orig -> origin/gh/SamGinzburg/14/orig 2025-01-24T08:26:35.9456397Z * [new branch] gh/SamGinzburg/17/base -> origin/gh/SamGinzburg/17/base 2025-01-24T08:26:35.9457794Z * [new branch] gh/SamGinzburg/17/head -> origin/gh/SamGinzburg/17/head 2025-01-24T08:26:35.9459240Z * [new branch] gh/SamGinzburg/17/orig -> origin/gh/SamGinzburg/17/orig 2025-01-24T08:26:35.9461488Z * [new branch] gh/SamGinzburg/18/base -> origin/gh/SamGinzburg/18/base 2025-01-24T08:26:35.9462904Z * [new branch] gh/SamGinzburg/18/head -> origin/gh/SamGinzburg/18/head 2025-01-24T08:26:35.9464390Z * [new branch] gh/SamGinzburg/18/orig -> origin/gh/SamGinzburg/18/orig 2025-01-24T08:26:35.9467148Z * [new branch] gh/StrongerXi/1/base -> origin/gh/StrongerXi/1/base 2025-01-24T08:26:35.9468584Z * [new branch] gh/StrongerXi/1/head -> origin/gh/StrongerXi/1/head 2025-01-24T08:26:35.9470851Z * [new branch] gh/StrongerXi/12/base -> origin/gh/StrongerXi/12/base 2025-01-24T08:26:35.9472202Z * [new branch] gh/StrongerXi/12/head -> origin/gh/StrongerXi/12/head 2025-01-24T08:26:35.9473601Z * [new branch] gh/StrongerXi/12/orig -> origin/gh/StrongerXi/12/orig 2025-01-24T08:26:35.9475694Z * [new branch] gh/StrongerXi/63/base -> origin/gh/StrongerXi/63/base 2025-01-24T08:26:35.9477063Z * [new branch] gh/StrongerXi/63/head -> origin/gh/StrongerXi/63/head 2025-01-24T08:26:35.9478824Z * [new branch] gh/StrongerXi/63/orig -> origin/gh/StrongerXi/63/orig 2025-01-24T08:26:35.9480808Z * [new branch] gh/StrongerXi/65/base -> origin/gh/StrongerXi/65/base 2025-01-24T08:26:35.9482149Z * [new branch] gh/StrongerXi/65/head -> origin/gh/StrongerXi/65/head 2025-01-24T08:26:35.9483559Z * [new branch] gh/StrongerXi/65/orig -> origin/gh/StrongerXi/65/orig 2025-01-24T08:26:35.9485701Z * [new branch] gh/StrongerXi/66/base -> origin/gh/StrongerXi/66/base 2025-01-24T08:26:35.9487068Z * [new branch] gh/StrongerXi/66/head -> origin/gh/StrongerXi/66/head 2025-01-24T08:26:35.9488503Z * [new branch] gh/StrongerXi/66/orig -> origin/gh/StrongerXi/66/orig 2025-01-24T08:26:35.9491683Z * [new branch] gh/StrongerXi/67/base -> origin/gh/StrongerXi/67/base 2025-01-24T08:26:35.9493060Z * [new branch] gh/StrongerXi/67/head -> origin/gh/StrongerXi/67/head 2025-01-24T08:26:35.9494458Z * [new branch] gh/StrongerXi/67/orig -> origin/gh/StrongerXi/67/orig 2025-01-24T08:26:35.9496700Z * [new branch] gh/StrongerXi/68/base -> origin/gh/StrongerXi/68/base 2025-01-24T08:26:35.9498071Z * [new branch] gh/StrongerXi/68/head -> origin/gh/StrongerXi/68/head 2025-01-24T08:26:35.9499514Z * [new branch] gh/StrongerXi/68/orig -> origin/gh/StrongerXi/68/orig 2025-01-24T08:26:35.9501699Z * [new branch] gh/StrongerXi/69/base -> origin/gh/StrongerXi/69/base 2025-01-24T08:26:35.9503037Z * [new branch] gh/StrongerXi/69/head -> origin/gh/StrongerXi/69/head 2025-01-24T08:26:35.9504493Z * [new branch] gh/StrongerXi/69/orig -> origin/gh/StrongerXi/69/orig 2025-01-24T08:26:35.9506635Z * [new branch] gh/StrongerXi/70/base -> origin/gh/StrongerXi/70/base 2025-01-24T08:26:35.9508144Z * [new branch] gh/StrongerXi/70/head -> origin/gh/StrongerXi/70/head 2025-01-24T08:26:35.9509557Z * [new branch] gh/StrongerXi/70/orig -> origin/gh/StrongerXi/70/orig 2025-01-24T08:26:35.9511767Z * [new branch] gh/StrongerXi/71/base -> origin/gh/StrongerXi/71/base 2025-01-24T08:26:35.9513139Z * [new branch] gh/StrongerXi/71/head -> origin/gh/StrongerXi/71/head 2025-01-24T08:26:35.9515266Z * [new branch] gh/StrongerXi/72/base -> origin/gh/StrongerXi/72/base 2025-01-24T08:26:35.9516588Z * [new branch] gh/StrongerXi/72/head -> origin/gh/StrongerXi/72/head 2025-01-24T08:26:35.9518878Z * [new branch] gh/StrongerXi/73/base -> origin/gh/StrongerXi/73/base 2025-01-24T08:26:35.9520328Z * [new branch] gh/StrongerXi/73/head -> origin/gh/StrongerXi/73/head 2025-01-24T08:26:35.9521828Z * [new branch] gh/StrongerXi/73/orig -> origin/gh/StrongerXi/73/orig 2025-01-24T08:26:35.9524021Z * [new branch] gh/StrongerXi/74/base -> origin/gh/StrongerXi/74/base 2025-01-24T08:26:35.9525511Z * [new branch] gh/StrongerXi/74/head -> origin/gh/StrongerXi/74/head 2025-01-24T08:26:35.9526975Z * [new branch] gh/StrongerXi/74/orig -> origin/gh/StrongerXi/74/orig 2025-01-24T08:26:35.9529197Z * [new branch] gh/StrongerXi/75/base -> origin/gh/StrongerXi/75/base 2025-01-24T08:26:35.9530757Z * [new branch] gh/StrongerXi/75/head -> origin/gh/StrongerXi/75/head 2025-01-24T08:26:35.9532229Z * [new branch] gh/StrongerXi/75/orig -> origin/gh/StrongerXi/75/orig 2025-01-24T08:26:35.9534388Z * [new branch] gh/StrongerXi/76/base -> origin/gh/StrongerXi/76/base 2025-01-24T08:26:35.9535716Z * [new branch] gh/StrongerXi/76/head -> origin/gh/StrongerXi/76/head 2025-01-24T08:26:35.9537189Z * [new branch] gh/StrongerXi/76/orig -> origin/gh/StrongerXi/76/orig 2025-01-24T08:26:35.9539950Z * [new branch] gh/Valentine233/1/base -> origin/gh/Valentine233/1/base 2025-01-24T08:26:35.9541211Z * [new branch] gh/Valentine233/1/head -> origin/gh/Valentine233/1/head 2025-01-24T08:26:35.9542602Z * [new branch] gh/Valentine233/1/orig -> origin/gh/Valentine233/1/orig 2025-01-24T08:26:35.9545228Z * [new branch] gh/Xia-Weiwen/15/base -> origin/gh/Xia-Weiwen/15/base 2025-01-24T08:26:35.9546622Z * [new branch] gh/Xia-Weiwen/15/orig -> origin/gh/Xia-Weiwen/15/orig 2025-01-24T08:26:35.9548862Z * [new branch] gh/Xia-Weiwen/17/base -> origin/gh/Xia-Weiwen/17/base 2025-01-24T08:26:35.9550253Z * [new branch] gh/Xia-Weiwen/17/orig -> origin/gh/Xia-Weiwen/17/orig 2025-01-24T08:26:35.9552434Z * [new branch] gh/Xia-Weiwen/24/base -> origin/gh/Xia-Weiwen/24/base 2025-01-24T08:26:35.9553758Z * [new branch] gh/Xia-Weiwen/24/head -> origin/gh/Xia-Weiwen/24/head 2025-01-24T08:26:35.9555219Z * [new branch] gh/Xia-Weiwen/24/orig -> origin/gh/Xia-Weiwen/24/orig 2025-01-24T08:26:35.9557326Z * [new branch] gh/Xia-Weiwen/25/base -> origin/gh/Xia-Weiwen/25/base 2025-01-24T08:26:35.9558752Z * [new branch] gh/Xia-Weiwen/25/head -> origin/gh/Xia-Weiwen/25/head 2025-01-24T08:26:35.9560128Z * [new branch] gh/Xia-Weiwen/25/orig -> origin/gh/Xia-Weiwen/25/orig 2025-01-24T08:26:35.9562307Z * [new branch] gh/Xia-Weiwen/26/base -> origin/gh/Xia-Weiwen/26/base 2025-01-24T08:26:35.9563709Z * [new branch] gh/Xia-Weiwen/26/head -> origin/gh/Xia-Weiwen/26/head 2025-01-24T08:26:35.9565216Z * [new branch] gh/Xia-Weiwen/26/orig -> origin/gh/Xia-Weiwen/26/orig 2025-01-24T08:26:35.9567294Z * [new branch] gh/Xia-Weiwen/27/base -> origin/gh/Xia-Weiwen/27/base 2025-01-24T08:26:35.9568714Z * [new branch] gh/Xia-Weiwen/27/head -> origin/gh/Xia-Weiwen/27/head 2025-01-24T08:26:35.9570045Z * [new branch] gh/Xia-Weiwen/27/orig -> origin/gh/Xia-Weiwen/27/orig 2025-01-24T08:26:35.9572338Z * [new branch] gh/Xia-Weiwen/28/base -> origin/gh/Xia-Weiwen/28/base 2025-01-24T08:26:35.9573791Z * [new branch] gh/Xia-Weiwen/28/head -> origin/gh/Xia-Weiwen/28/head 2025-01-24T08:26:35.9575193Z * [new branch] gh/Xia-Weiwen/28/orig -> origin/gh/Xia-Weiwen/28/orig 2025-01-24T08:26:35.9577207Z * [new branch] gh/Xia-Weiwen/29/base -> origin/gh/Xia-Weiwen/29/base 2025-01-24T08:26:35.9578606Z * [new branch] gh/Xia-Weiwen/29/head -> origin/gh/Xia-Weiwen/29/head 2025-01-24T08:26:35.9579994Z * [new branch] gh/Xia-Weiwen/29/orig -> origin/gh/Xia-Weiwen/29/orig 2025-01-24T08:26:35.9582729Z * [new branch] gh/XilunWu/109/base -> origin/gh/XilunWu/109/base 2025-01-24T08:26:35.9584249Z * [new branch] gh/XilunWu/109/head -> origin/gh/XilunWu/109/head 2025-01-24T08:26:35.9585581Z * [new branch] gh/XilunWu/109/orig -> origin/gh/XilunWu/109/orig 2025-01-24T08:26:35.9587754Z * [new branch] gh/XilunWu/110/base -> origin/gh/XilunWu/110/base 2025-01-24T08:26:35.9589205Z * [new branch] gh/XilunWu/110/head -> origin/gh/XilunWu/110/head 2025-01-24T08:26:35.9590631Z * [new branch] gh/XilunWu/110/orig -> origin/gh/XilunWu/110/orig 2025-01-24T08:26:35.9593048Z * [new branch] gh/XilunWu/111/base -> origin/gh/XilunWu/111/base 2025-01-24T08:26:35.9594418Z * [new branch] gh/XilunWu/111/head -> origin/gh/XilunWu/111/head 2025-01-24T08:26:35.9595856Z * [new branch] gh/XilunWu/111/orig -> origin/gh/XilunWu/111/orig 2025-01-24T08:26:35.9598023Z * [new branch] gh/XilunWu/43/base -> origin/gh/XilunWu/43/base 2025-01-24T08:26:35.9599647Z * [new branch] gh/XilunWu/43/orig -> origin/gh/XilunWu/43/orig 2025-01-24T08:26:35.9601630Z * [new branch] gh/XilunWu/44/base -> origin/gh/XilunWu/44/base 2025-01-24T08:26:35.9603013Z * [new branch] gh/XilunWu/44/orig -> origin/gh/XilunWu/44/orig 2025-01-24T08:26:35.9605147Z * [new branch] gh/XilunWu/45/base -> origin/gh/XilunWu/45/base 2025-01-24T08:26:35.9606638Z * [new branch] gh/XilunWu/45/orig -> origin/gh/XilunWu/45/orig 2025-01-24T08:26:35.9608761Z * [new branch] gh/XilunWu/46/base -> origin/gh/XilunWu/46/base 2025-01-24T08:26:35.9610252Z * [new branch] gh/XilunWu/46/orig -> origin/gh/XilunWu/46/orig 2025-01-24T08:26:35.9613183Z * [new branch] gh/XuehaiPan/1/base -> origin/gh/XuehaiPan/1/base 2025-01-24T08:26:35.9614575Z * [new branch] gh/XuehaiPan/1/head -> origin/gh/XuehaiPan/1/head 2025-01-24T08:26:35.9616084Z * [new branch] gh/XuehaiPan/1/orig -> origin/gh/XuehaiPan/1/orig 2025-01-24T08:26:35.9618321Z * [new branch] gh/XuehaiPan/104/base -> origin/gh/XuehaiPan/104/base 2025-01-24T08:26:35.9619669Z * [new branch] gh/XuehaiPan/104/head -> origin/gh/XuehaiPan/104/head 2025-01-24T08:26:35.9621110Z * [new branch] gh/XuehaiPan/104/orig -> origin/gh/XuehaiPan/104/orig 2025-01-24T08:26:35.9623264Z * [new branch] gh/XuehaiPan/105/base -> origin/gh/XuehaiPan/105/base 2025-01-24T08:26:35.9624708Z * [new branch] gh/XuehaiPan/105/head -> origin/gh/XuehaiPan/105/head 2025-01-24T08:26:35.9626071Z * [new branch] gh/XuehaiPan/105/orig -> origin/gh/XuehaiPan/105/orig 2025-01-24T08:26:35.9628239Z * [new branch] gh/XuehaiPan/108/base -> origin/gh/XuehaiPan/108/base 2025-01-24T08:26:35.9629638Z * [new branch] gh/XuehaiPan/108/head -> origin/gh/XuehaiPan/108/head 2025-01-24T08:26:35.9631025Z * [new branch] gh/XuehaiPan/108/orig -> origin/gh/XuehaiPan/108/orig 2025-01-24T08:26:35.9633111Z * [new branch] gh/XuehaiPan/109/base -> origin/gh/XuehaiPan/109/base 2025-01-24T08:26:35.9634554Z * [new branch] gh/XuehaiPan/109/head -> origin/gh/XuehaiPan/109/head 2025-01-24T08:26:35.9635979Z * [new branch] gh/XuehaiPan/109/orig -> origin/gh/XuehaiPan/109/orig 2025-01-24T08:26:35.9638182Z * [new branch] gh/XuehaiPan/13/base -> origin/gh/XuehaiPan/13/base 2025-01-24T08:26:35.9639625Z * [new branch] gh/XuehaiPan/13/head -> origin/gh/XuehaiPan/13/head 2025-01-24T08:26:35.9641159Z * [new branch] gh/XuehaiPan/13/orig -> origin/gh/XuehaiPan/13/orig 2025-01-24T08:26:35.9643196Z * [new branch] gh/XuehaiPan/14/base -> origin/gh/XuehaiPan/14/base 2025-01-24T08:26:35.9644701Z * [new branch] gh/XuehaiPan/14/head -> origin/gh/XuehaiPan/14/head 2025-01-24T08:26:35.9646025Z * [new branch] gh/XuehaiPan/14/orig -> origin/gh/XuehaiPan/14/orig 2025-01-24T08:26:35.9648257Z * [new branch] gh/XuehaiPan/159/base -> origin/gh/XuehaiPan/159/base 2025-01-24T08:26:35.9649689Z * [new branch] gh/XuehaiPan/159/head -> origin/gh/XuehaiPan/159/head 2025-01-24T08:26:35.9651204Z * [new branch] gh/XuehaiPan/159/orig -> origin/gh/XuehaiPan/159/orig 2025-01-24T08:26:35.9653378Z * [new branch] gh/XuehaiPan/162/base -> origin/gh/XuehaiPan/162/base 2025-01-24T08:26:35.9654757Z * [new branch] gh/XuehaiPan/162/head -> origin/gh/XuehaiPan/162/head 2025-01-24T08:26:35.9656333Z * [new branch] gh/XuehaiPan/162/orig -> origin/gh/XuehaiPan/162/orig 2025-01-24T08:26:35.9658529Z * [new branch] gh/XuehaiPan/179/base -> origin/gh/XuehaiPan/179/base 2025-01-24T08:26:35.9660125Z * [new branch] gh/XuehaiPan/179/head -> origin/gh/XuehaiPan/179/head 2025-01-24T08:26:35.9661418Z * [new branch] gh/XuehaiPan/179/orig -> origin/gh/XuehaiPan/179/orig 2025-01-24T08:26:35.9663572Z * [new branch] gh/XuehaiPan/180/base -> origin/gh/XuehaiPan/180/base 2025-01-24T08:26:35.9664973Z * [new branch] gh/XuehaiPan/180/head -> origin/gh/XuehaiPan/180/head 2025-01-24T08:26:35.9666346Z * [new branch] gh/XuehaiPan/180/orig -> origin/gh/XuehaiPan/180/orig 2025-01-24T08:26:35.9668711Z * [new branch] gh/XuehaiPan/182/base -> origin/gh/XuehaiPan/182/base 2025-01-24T08:26:35.9670021Z * [new branch] gh/XuehaiPan/182/head -> origin/gh/XuehaiPan/182/head 2025-01-24T08:26:35.9671398Z * [new branch] gh/XuehaiPan/182/orig -> origin/gh/XuehaiPan/182/orig 2025-01-24T08:26:35.9673624Z * [new branch] gh/XuehaiPan/183/base -> origin/gh/XuehaiPan/183/base 2025-01-24T08:26:35.9674965Z * [new branch] gh/XuehaiPan/183/head -> origin/gh/XuehaiPan/183/head 2025-01-24T08:26:35.9676371Z * [new branch] gh/XuehaiPan/183/orig -> origin/gh/XuehaiPan/183/orig 2025-01-24T08:26:35.9678556Z * [new branch] gh/XuehaiPan/185/base -> origin/gh/XuehaiPan/185/base 2025-01-24T08:26:35.9679925Z * [new branch] gh/XuehaiPan/185/head -> origin/gh/XuehaiPan/185/head 2025-01-24T08:26:35.9681304Z * [new branch] gh/XuehaiPan/185/orig -> origin/gh/XuehaiPan/185/orig 2025-01-24T08:26:35.9683504Z * [new branch] gh/XuehaiPan/188/base -> origin/gh/XuehaiPan/188/base 2025-01-24T08:26:35.9684929Z * [new branch] gh/XuehaiPan/188/head -> origin/gh/XuehaiPan/188/head 2025-01-24T08:26:35.9686336Z * [new branch] gh/XuehaiPan/188/orig -> origin/gh/XuehaiPan/188/orig 2025-01-24T08:26:35.9688599Z * [new branch] gh/XuehaiPan/189/base -> origin/gh/XuehaiPan/189/base 2025-01-24T08:26:35.9689888Z * [new branch] gh/XuehaiPan/189/head -> origin/gh/XuehaiPan/189/head 2025-01-24T08:26:35.9692194Z * [new branch] gh/XuehaiPan/189/orig -> origin/gh/XuehaiPan/189/orig 2025-01-24T08:26:35.9694380Z * [new branch] gh/XuehaiPan/198/base -> origin/gh/XuehaiPan/198/base 2025-01-24T08:26:35.9695736Z * [new branch] gh/XuehaiPan/198/head -> origin/gh/XuehaiPan/198/head 2025-01-24T08:26:35.9697162Z * [new branch] gh/XuehaiPan/198/orig -> origin/gh/XuehaiPan/198/orig 2025-01-24T08:26:35.9699388Z * [new branch] gh/XuehaiPan/206/base -> origin/gh/XuehaiPan/206/base 2025-01-24T08:26:35.9700938Z * [new branch] gh/XuehaiPan/206/head -> origin/gh/XuehaiPan/206/head 2025-01-24T08:26:35.9702223Z * [new branch] gh/XuehaiPan/206/orig -> origin/gh/XuehaiPan/206/orig 2025-01-24T08:26:35.9704407Z * [new branch] gh/XuehaiPan/210/base -> origin/gh/XuehaiPan/210/base 2025-01-24T08:26:35.9705746Z * [new branch] gh/XuehaiPan/210/head -> origin/gh/XuehaiPan/210/head 2025-01-24T08:26:35.9707138Z * [new branch] gh/XuehaiPan/210/orig -> origin/gh/XuehaiPan/210/orig 2025-01-24T08:26:35.9709538Z * [new branch] gh/XuehaiPan/211/base -> origin/gh/XuehaiPan/211/base 2025-01-24T08:26:35.9710727Z * [new branch] gh/XuehaiPan/211/head -> origin/gh/XuehaiPan/211/head 2025-01-24T08:26:35.9712215Z * [new branch] gh/XuehaiPan/211/orig -> origin/gh/XuehaiPan/211/orig 2025-01-24T08:26:35.9714349Z * [new branch] gh/XuehaiPan/212/base -> origin/gh/XuehaiPan/212/base 2025-01-24T08:26:35.9715735Z * [new branch] gh/XuehaiPan/212/head -> origin/gh/XuehaiPan/212/head 2025-01-24T08:26:35.9717158Z * [new branch] gh/XuehaiPan/212/orig -> origin/gh/XuehaiPan/212/orig 2025-01-24T08:26:35.9719704Z * [new branch] gh/XuehaiPan/214/base -> origin/gh/XuehaiPan/214/base 2025-01-24T08:26:35.9721052Z * [new branch] gh/XuehaiPan/214/head -> origin/gh/XuehaiPan/214/head 2025-01-24T08:26:35.9722440Z * [new branch] gh/XuehaiPan/214/orig -> origin/gh/XuehaiPan/214/orig 2025-01-24T08:26:35.9724609Z * [new branch] gh/XuehaiPan/215/base -> origin/gh/XuehaiPan/215/base 2025-01-24T08:26:35.9725964Z * [new branch] gh/XuehaiPan/215/head -> origin/gh/XuehaiPan/215/head 2025-01-24T08:26:35.9727419Z * [new branch] gh/XuehaiPan/215/orig -> origin/gh/XuehaiPan/215/orig 2025-01-24T08:26:35.9729583Z * [new branch] gh/XuehaiPan/216/base -> origin/gh/XuehaiPan/216/base 2025-01-24T08:26:35.9731162Z * [new branch] gh/XuehaiPan/216/head -> origin/gh/XuehaiPan/216/head 2025-01-24T08:26:35.9732443Z * [new branch] gh/XuehaiPan/216/orig -> origin/gh/XuehaiPan/216/orig 2025-01-24T08:26:35.9734679Z * [new branch] gh/XuehaiPan/217/base -> origin/gh/XuehaiPan/217/base 2025-01-24T08:26:35.9736057Z * [new branch] gh/XuehaiPan/217/head -> origin/gh/XuehaiPan/217/head 2025-01-24T08:26:35.9737448Z * [new branch] gh/XuehaiPan/217/orig -> origin/gh/XuehaiPan/217/orig 2025-01-24T08:26:35.9739513Z * [new branch] gh/XuehaiPan/218/base -> origin/gh/XuehaiPan/218/base 2025-01-24T08:26:35.9740897Z * [new branch] gh/XuehaiPan/218/head -> origin/gh/XuehaiPan/218/head 2025-01-24T08:26:35.9742283Z * [new branch] gh/XuehaiPan/218/orig -> origin/gh/XuehaiPan/218/orig 2025-01-24T08:26:35.9744522Z * [new branch] gh/XuehaiPan/219/base -> origin/gh/XuehaiPan/219/base 2025-01-24T08:26:35.9745891Z * [new branch] gh/XuehaiPan/219/head -> origin/gh/XuehaiPan/219/head 2025-01-24T08:26:35.9747320Z * [new branch] gh/XuehaiPan/219/orig -> origin/gh/XuehaiPan/219/orig 2025-01-24T08:26:35.9749470Z * [new branch] gh/XuehaiPan/220/base -> origin/gh/XuehaiPan/220/base 2025-01-24T08:26:35.9750960Z * [new branch] gh/XuehaiPan/220/head -> origin/gh/XuehaiPan/220/head 2025-01-24T08:26:35.9752314Z * [new branch] gh/XuehaiPan/220/orig -> origin/gh/XuehaiPan/220/orig 2025-01-24T08:26:35.9754579Z * [new branch] gh/XuehaiPan/221/base -> origin/gh/XuehaiPan/221/base 2025-01-24T08:26:35.9756010Z * [new branch] gh/XuehaiPan/221/head -> origin/gh/XuehaiPan/221/head 2025-01-24T08:26:35.9757455Z * [new branch] gh/XuehaiPan/221/orig -> origin/gh/XuehaiPan/221/orig 2025-01-24T08:26:35.9759631Z * [new branch] gh/XuehaiPan/222/base -> origin/gh/XuehaiPan/222/base 2025-01-24T08:26:35.9761109Z * [new branch] gh/XuehaiPan/222/head -> origin/gh/XuehaiPan/222/head 2025-01-24T08:26:35.9762481Z * [new branch] gh/XuehaiPan/222/orig -> origin/gh/XuehaiPan/222/orig 2025-01-24T08:26:35.9764734Z * [new branch] gh/XuehaiPan/223/base -> origin/gh/XuehaiPan/223/base 2025-01-24T08:26:35.9766074Z * [new branch] gh/XuehaiPan/223/head -> origin/gh/XuehaiPan/223/head 2025-01-24T08:26:35.9767517Z * [new branch] gh/XuehaiPan/223/orig -> origin/gh/XuehaiPan/223/orig 2025-01-24T08:26:35.9769709Z * [new branch] gh/XuehaiPan/224/base -> origin/gh/XuehaiPan/224/base 2025-01-24T08:26:35.9771234Z * [new branch] gh/XuehaiPan/224/head -> origin/gh/XuehaiPan/224/head 2025-01-24T08:26:35.9772853Z * [new branch] gh/XuehaiPan/224/orig -> origin/gh/XuehaiPan/224/orig 2025-01-24T08:26:35.9774963Z * [new branch] gh/XuehaiPan/225/base -> origin/gh/XuehaiPan/225/base 2025-01-24T08:26:35.9776568Z * [new branch] gh/XuehaiPan/225/head -> origin/gh/XuehaiPan/225/head 2025-01-24T08:26:35.9777824Z * [new branch] gh/XuehaiPan/225/orig -> origin/gh/XuehaiPan/225/orig 2025-01-24T08:26:35.9780093Z * [new branch] gh/XuehaiPan/226/base -> origin/gh/XuehaiPan/226/base 2025-01-24T08:26:35.9781431Z * [new branch] gh/XuehaiPan/226/head -> origin/gh/XuehaiPan/226/head 2025-01-24T08:26:35.9782821Z * [new branch] gh/XuehaiPan/226/orig -> origin/gh/XuehaiPan/226/orig 2025-01-24T08:26:35.9784998Z * [new branch] gh/XuehaiPan/227/base -> origin/gh/XuehaiPan/227/base 2025-01-24T08:26:35.9786415Z * [new branch] gh/XuehaiPan/227/head -> origin/gh/XuehaiPan/227/head 2025-01-24T08:26:35.9787844Z * [new branch] gh/XuehaiPan/227/orig -> origin/gh/XuehaiPan/227/orig 2025-01-24T08:26:35.9790057Z * [new branch] gh/XuehaiPan/228/base -> origin/gh/XuehaiPan/228/base 2025-01-24T08:26:35.9791448Z * [new branch] gh/XuehaiPan/228/head -> origin/gh/XuehaiPan/228/head 2025-01-24T08:26:35.9792858Z * [new branch] gh/XuehaiPan/228/orig -> origin/gh/XuehaiPan/228/orig 2025-01-24T08:26:35.9795003Z * [new branch] gh/XuehaiPan/229/base -> origin/gh/XuehaiPan/229/base 2025-01-24T08:26:35.9796425Z * [new branch] gh/XuehaiPan/229/head -> origin/gh/XuehaiPan/229/head 2025-01-24T08:26:35.9797738Z * [new branch] gh/XuehaiPan/229/orig -> origin/gh/XuehaiPan/229/orig 2025-01-24T08:26:35.9799943Z * [new branch] gh/XuehaiPan/230/base -> origin/gh/XuehaiPan/230/base 2025-01-24T08:26:35.9801290Z * [new branch] gh/XuehaiPan/230/head -> origin/gh/XuehaiPan/230/head 2025-01-24T08:26:35.9802680Z * [new branch] gh/XuehaiPan/230/orig -> origin/gh/XuehaiPan/230/orig 2025-01-24T08:26:35.9804835Z * [new branch] gh/XuehaiPan/231/base -> origin/gh/XuehaiPan/231/base 2025-01-24T08:26:35.9806279Z * [new branch] gh/XuehaiPan/231/head -> origin/gh/XuehaiPan/231/head 2025-01-24T08:26:35.9807693Z * [new branch] gh/XuehaiPan/231/orig -> origin/gh/XuehaiPan/231/orig 2025-01-24T08:26:35.9809825Z * [new branch] gh/XuehaiPan/232/base -> origin/gh/XuehaiPan/232/base 2025-01-24T08:26:35.9811422Z * [new branch] gh/XuehaiPan/232/head -> origin/gh/XuehaiPan/232/head 2025-01-24T08:26:35.9812751Z * [new branch] gh/XuehaiPan/232/orig -> origin/gh/XuehaiPan/232/orig 2025-01-24T08:26:35.9815077Z * [new branch] gh/XuehaiPan/233/base -> origin/gh/XuehaiPan/233/base 2025-01-24T08:26:35.9816476Z * [new branch] gh/XuehaiPan/233/head -> origin/gh/XuehaiPan/233/head 2025-01-24T08:26:35.9817973Z * [new branch] gh/XuehaiPan/233/orig -> origin/gh/XuehaiPan/233/orig 2025-01-24T08:26:35.9820205Z * [new branch] gh/XuehaiPan/234/base -> origin/gh/XuehaiPan/234/base 2025-01-24T08:26:35.9821590Z * [new branch] gh/XuehaiPan/234/head -> origin/gh/XuehaiPan/234/head 2025-01-24T08:26:35.9823009Z * [new branch] gh/XuehaiPan/234/orig -> origin/gh/XuehaiPan/234/orig 2025-01-24T08:26:35.9825227Z * [new branch] gh/XuehaiPan/235/base -> origin/gh/XuehaiPan/235/base 2025-01-24T08:26:35.9826643Z * [new branch] gh/XuehaiPan/235/head -> origin/gh/XuehaiPan/235/head 2025-01-24T08:26:35.9828096Z * [new branch] gh/XuehaiPan/235/orig -> origin/gh/XuehaiPan/235/orig 2025-01-24T08:26:35.9830241Z * [new branch] gh/XuehaiPan/236/base -> origin/gh/XuehaiPan/236/base 2025-01-24T08:26:35.9831628Z * [new branch] gh/XuehaiPan/236/head -> origin/gh/XuehaiPan/236/head 2025-01-24T08:26:35.9833003Z * [new branch] gh/XuehaiPan/236/orig -> origin/gh/XuehaiPan/236/orig 2025-01-24T08:26:35.9835412Z * [new branch] gh/XuehaiPan/237/base -> origin/gh/XuehaiPan/237/base 2025-01-24T08:26:35.9836656Z * [new branch] gh/XuehaiPan/237/head -> origin/gh/XuehaiPan/237/head 2025-01-24T08:26:35.9838045Z * [new branch] gh/XuehaiPan/237/orig -> origin/gh/XuehaiPan/237/orig 2025-01-24T08:26:35.9840230Z * [new branch] gh/XuehaiPan/30/base -> origin/gh/XuehaiPan/30/base 2025-01-24T08:26:35.9841726Z * [new branch] gh/XuehaiPan/30/head -> origin/gh/XuehaiPan/30/head 2025-01-24T08:26:35.9843237Z * [new branch] gh/XuehaiPan/30/orig -> origin/gh/XuehaiPan/30/orig 2025-01-24T08:26:35.9845524Z * [new branch] gh/XuehaiPan/67/base -> origin/gh/XuehaiPan/67/base 2025-01-24T08:26:35.9846956Z * [new branch] gh/XuehaiPan/67/head -> origin/gh/XuehaiPan/67/head 2025-01-24T08:26:35.9848456Z * [new branch] gh/XuehaiPan/67/orig -> origin/gh/XuehaiPan/67/orig 2025-01-24T08:26:35.9850696Z * [new branch] gh/XuehaiPan/70/base -> origin/gh/XuehaiPan/70/base 2025-01-24T08:26:35.9852201Z * [new branch] gh/XuehaiPan/70/head -> origin/gh/XuehaiPan/70/head 2025-01-24T08:26:35.9853557Z * [new branch] gh/XuehaiPan/70/orig -> origin/gh/XuehaiPan/70/orig 2025-01-24T08:26:35.9855772Z * [new branch] gh/XuehaiPan/72/base -> origin/gh/XuehaiPan/72/base 2025-01-24T08:26:35.9857125Z * [new branch] gh/XuehaiPan/72/head -> origin/gh/XuehaiPan/72/head 2025-01-24T08:26:35.9858543Z * [new branch] gh/XuehaiPan/72/orig -> origin/gh/XuehaiPan/72/orig 2025-01-24T08:26:35.9860747Z * [new branch] gh/XuehaiPan/9/base -> origin/gh/XuehaiPan/9/base 2025-01-24T08:26:35.9862158Z * [new branch] gh/XuehaiPan/9/orig -> origin/gh/XuehaiPan/9/orig 2025-01-24T08:26:35.9864408Z * [new branch] gh/XuehaiPan/97/base -> origin/gh/XuehaiPan/97/base 2025-01-24T08:26:35.9865795Z * [new branch] gh/XuehaiPan/97/head -> origin/gh/XuehaiPan/97/head 2025-01-24T08:26:35.9867224Z * [new branch] gh/XuehaiPan/97/orig -> origin/gh/XuehaiPan/97/orig 2025-01-24T08:26:35.9869360Z * [new branch] gh/XuehaiPan/98/base -> origin/gh/XuehaiPan/98/base 2025-01-24T08:26:35.9870789Z * [new branch] gh/XuehaiPan/98/head -> origin/gh/XuehaiPan/98/head 2025-01-24T08:26:35.9872214Z * [new branch] gh/XuehaiPan/98/orig -> origin/gh/XuehaiPan/98/orig 2025-01-24T08:26:35.9874373Z * [new branch] gh/XuehaiPan/99/base -> origin/gh/XuehaiPan/99/base 2025-01-24T08:26:35.9876251Z * [new branch] gh/XuehaiPan/99/head -> origin/gh/XuehaiPan/99/head 2025-01-24T08:26:35.9877731Z * [new branch] gh/XuehaiPan/99/orig -> origin/gh/XuehaiPan/99/orig 2025-01-24T08:26:35.9880518Z * [new branch] gh/ZainRizvi/1/base -> origin/gh/ZainRizvi/1/base 2025-01-24T08:26:35.9881920Z * [new branch] gh/ZainRizvi/1/head -> origin/gh/ZainRizvi/1/head 2025-01-24T08:26:35.9884543Z * [new branch] gh/ZhiweiYan-96/23/base -> origin/gh/ZhiweiYan-96/23/base 2025-01-24T08:26:35.9885968Z * [new branch] gh/ZhiweiYan-96/23/head -> origin/gh/ZhiweiYan-96/23/head 2025-01-24T08:26:35.9887452Z * [new branch] gh/ZhiweiYan-96/23/orig -> origin/gh/ZhiweiYan-96/23/orig 2025-01-24T08:26:35.9889517Z * [new branch] gh/ZhiweiYan-96/27/base -> origin/gh/ZhiweiYan-96/27/base 2025-01-24T08:26:35.9892179Z * [new branch] gh/ZhiweiYan-96/27/head -> origin/gh/ZhiweiYan-96/27/head 2025-01-24T08:26:35.9893624Z * [new branch] gh/ZhiweiYan-96/27/orig -> origin/gh/ZhiweiYan-96/27/orig 2025-01-24T08:26:35.9895730Z * [new branch] gh/ZhiweiYan-96/29/base -> origin/gh/ZhiweiYan-96/29/base 2025-01-24T08:26:35.9897320Z * [new branch] gh/ZhiweiYan-96/29/head -> origin/gh/ZhiweiYan-96/29/head 2025-01-24T08:26:35.9898539Z * [new branch] gh/ZhiweiYan-96/29/orig -> origin/gh/ZhiweiYan-96/29/orig 2025-01-24T08:26:35.9901399Z * [new branch] gh/ZhiweiYan-96/30/base -> origin/gh/ZhiweiYan-96/30/base 2025-01-24T08:26:35.9902812Z * [new branch] gh/ZhiweiYan-96/30/head -> origin/gh/ZhiweiYan-96/30/head 2025-01-24T08:26:35.9904190Z * [new branch] gh/ZhiweiYan-96/30/orig -> origin/gh/ZhiweiYan-96/30/orig 2025-01-24T08:26:35.9906330Z * [new branch] gh/ZhiweiYan-96/31/base -> origin/gh/ZhiweiYan-96/31/base 2025-01-24T08:26:35.9907831Z * [new branch] gh/ZhiweiYan-96/31/head -> origin/gh/ZhiweiYan-96/31/head 2025-01-24T08:26:35.9909226Z * [new branch] gh/ZhiweiYan-96/31/orig -> origin/gh/ZhiweiYan-96/31/orig 2025-01-24T08:26:35.9911397Z * [new branch] gh/ZhiweiYan-96/32/base -> origin/gh/ZhiweiYan-96/32/base 2025-01-24T08:26:35.9912806Z * [new branch] gh/ZhiweiYan-96/32/head -> origin/gh/ZhiweiYan-96/32/head 2025-01-24T08:26:35.9914238Z * [new branch] gh/ZhiweiYan-96/32/orig -> origin/gh/ZhiweiYan-96/32/orig 2025-01-24T08:26:35.9916311Z * [new branch] gh/ZhiweiYan-96/33/base -> origin/gh/ZhiweiYan-96/33/base 2025-01-24T08:26:35.9917684Z * [new branch] gh/ZhiweiYan-96/33/head -> origin/gh/ZhiweiYan-96/33/head 2025-01-24T08:26:35.9919177Z * [new branch] gh/ZhiweiYan-96/33/orig -> origin/gh/ZhiweiYan-96/33/orig 2025-01-24T08:26:35.9921435Z * [new branch] gh/ZhiweiYan-96/37/base -> origin/gh/ZhiweiYan-96/37/base 2025-01-24T08:26:35.9922833Z * [new branch] gh/ZhiweiYan-96/37/head -> origin/gh/ZhiweiYan-96/37/head 2025-01-24T08:26:35.9925006Z * [new branch] gh/ZhiweiYan-96/38/base -> origin/gh/ZhiweiYan-96/38/base 2025-01-24T08:26:35.9926480Z * [new branch] gh/ZhiweiYan-96/38/head -> origin/gh/ZhiweiYan-96/38/head 2025-01-24T08:26:35.9927840Z * [new branch] gh/ZhiweiYan-96/38/orig -> origin/gh/ZhiweiYan-96/38/orig 2025-01-24T08:26:35.9929965Z * [new branch] gh/ZhiweiYan-96/39/base -> origin/gh/ZhiweiYan-96/39/base 2025-01-24T08:26:35.9931530Z * [new branch] gh/ZhiweiYan-96/39/head -> origin/gh/ZhiweiYan-96/39/head 2025-01-24T08:26:35.9933011Z * [new branch] gh/ZhiweiYan-96/39/orig -> origin/gh/ZhiweiYan-96/39/orig 2025-01-24T08:26:35.9935155Z * [new branch] gh/ZhiweiYan-96/40/base -> origin/gh/ZhiweiYan-96/40/base 2025-01-24T08:26:35.9936564Z * [new branch] gh/ZhiweiYan-96/40/head -> origin/gh/ZhiweiYan-96/40/head 2025-01-24T08:26:35.9938063Z * [new branch] gh/ZhiweiYan-96/40/orig -> origin/gh/ZhiweiYan-96/40/orig 2025-01-24T08:26:35.9940674Z * [new branch] gh/aakhundov/1/base -> origin/gh/aakhundov/1/base 2025-01-24T08:26:35.9942181Z * [new branch] gh/aakhundov/1/head -> origin/gh/aakhundov/1/head 2025-01-24T08:26:35.9944110Z * [new branch] gh/aakhundov/2/base -> origin/gh/aakhundov/2/base 2025-01-24T08:26:35.9945542Z * [new branch] gh/aakhundov/2/head -> origin/gh/aakhundov/2/head 2025-01-24T08:26:35.9948177Z * [new branch] gh/albanD/3/base -> origin/gh/albanD/3/base 2025-01-24T08:26:35.9949555Z * [new branch] gh/albanD/3/head -> origin/gh/albanD/3/head 2025-01-24T08:26:35.9950982Z * [new branch] gh/albanD/3/orig -> origin/gh/albanD/3/orig 2025-01-24T08:26:35.9953653Z * [new branch] gh/alexsamardzic/22/base -> origin/gh/alexsamardzic/22/base 2025-01-24T08:26:35.9955084Z * [new branch] gh/alexsamardzic/22/head -> origin/gh/alexsamardzic/22/head 2025-01-24T08:26:35.9956653Z * [new branch] gh/alexsamardzic/22/orig -> origin/gh/alexsamardzic/22/orig 2025-01-24T08:26:35.9958640Z * [new branch] gh/alexsamardzic/23/base -> origin/gh/alexsamardzic/23/base 2025-01-24T08:26:35.9960041Z * [new branch] gh/alexsamardzic/23/head -> origin/gh/alexsamardzic/23/head 2025-01-24T08:26:35.9961387Z * [new branch] gh/alexsamardzic/23/orig -> origin/gh/alexsamardzic/23/orig 2025-01-24T08:26:35.9964105Z * [new branch] gh/amjames/18/base -> origin/gh/amjames/18/base 2025-01-24T08:26:35.9965546Z * [new branch] gh/amjames/18/head -> origin/gh/amjames/18/head 2025-01-24T08:26:35.9966953Z * [new branch] gh/amjames/18/orig -> origin/gh/amjames/18/orig 2025-01-24T08:26:35.9969070Z * [new branch] gh/amjames/19/base -> origin/gh/amjames/19/base 2025-01-24T08:26:35.9970506Z * [new branch] gh/amjames/19/head -> origin/gh/amjames/19/head 2025-01-24T08:26:35.9972134Z * [new branch] gh/amjames/19/orig -> origin/gh/amjames/19/orig 2025-01-24T08:26:35.9974809Z * [new branch] gh/andrewlee302/1/base -> origin/gh/andrewlee302/1/base 2025-01-24T08:26:35.9976204Z * [new branch] gh/andrewlee302/1/head -> origin/gh/andrewlee302/1/head 2025-01-24T08:26:35.9978409Z * [new branch] gh/andrewlee302/3/base -> origin/gh/andrewlee302/3/base 2025-01-24T08:26:35.9979902Z * [new branch] gh/andrewlee302/3/head -> origin/gh/andrewlee302/3/head 2025-01-24T08:26:35.9981388Z * [new branch] gh/andrewlee302/3/orig -> origin/gh/andrewlee302/3/orig 2025-01-24T08:26:35.9984080Z * [new branch] gh/andrewor14/25/base -> origin/gh/andrewor14/25/base 2025-01-24T08:26:35.9985588Z * [new branch] gh/andrewor14/25/head -> origin/gh/andrewor14/25/head 2025-01-24T08:26:35.9987066Z * [new branch] gh/andrewor14/25/orig -> origin/gh/andrewor14/25/orig 2025-01-24T08:26:35.9989819Z * [new branch] gh/andrewor14/35/base -> origin/gh/andrewor14/35/base 2025-01-24T08:26:35.9991057Z * [new branch] gh/andrewor14/35/head -> origin/gh/andrewor14/35/head 2025-01-24T08:26:35.9992509Z * [new branch] gh/andrewor14/35/orig -> origin/gh/andrewor14/35/orig 2025-01-24T08:26:35.9994765Z * [new branch] gh/andrewor14/36/base -> origin/gh/andrewor14/36/base 2025-01-24T08:26:35.9996157Z * [new branch] gh/andrewor14/36/head -> origin/gh/andrewor14/36/head 2025-01-24T08:26:35.9997715Z * [new branch] gh/andrewor14/36/orig -> origin/gh/andrewor14/36/orig 2025-01-24T08:26:35.9999788Z * [new branch] gh/andrewor14/37/base -> origin/gh/andrewor14/37/base 2025-01-24T08:26:36.0001264Z * [new branch] gh/andrewor14/37/head -> origin/gh/andrewor14/37/head 2025-01-24T08:26:36.0002720Z * [new branch] gh/andrewor14/37/orig -> origin/gh/andrewor14/37/orig 2025-01-24T08:26:36.0005006Z * [new branch] gh/andrewor14/50/base -> origin/gh/andrewor14/50/base 2025-01-24T08:26:36.0006504Z * [new branch] gh/andrewor14/50/head -> origin/gh/andrewor14/50/head 2025-01-24T08:26:36.0007863Z * [new branch] gh/andrewor14/50/orig -> origin/gh/andrewor14/50/orig 2025-01-24T08:26:36.0010659Z * [new branch] gh/angelayi/62/base -> origin/gh/angelayi/62/base 2025-01-24T08:26:36.0012304Z * [new branch] gh/angelayi/62/head -> origin/gh/angelayi/62/head 2025-01-24T08:26:36.0013383Z * [new branch] gh/angelayi/62/orig -> origin/gh/angelayi/62/orig 2025-01-24T08:26:36.0015558Z * [new branch] gh/angelayi/64/base -> origin/gh/angelayi/64/base 2025-01-24T08:26:36.0017056Z * [new branch] gh/angelayi/64/head -> origin/gh/angelayi/64/head 2025-01-24T08:26:36.0018585Z * [new branch] gh/angelayi/64/orig -> origin/gh/angelayi/64/orig 2025-01-24T08:26:36.0020907Z * [new branch] gh/angelayi/65/base -> origin/gh/angelayi/65/base 2025-01-24T08:26:36.0022553Z * [new branch] gh/angelayi/65/head -> origin/gh/angelayi/65/head 2025-01-24T08:26:36.0023938Z * [new branch] gh/angelayi/65/orig -> origin/gh/angelayi/65/orig 2025-01-24T08:26:36.0026547Z * [new branch] gh/ani300/4/base -> origin/gh/ani300/4/base 2025-01-24T08:26:36.0027996Z * [new branch] gh/ani300/4/head -> origin/gh/ani300/4/head 2025-01-24T08:26:36.0029416Z * [new branch] gh/ani300/4/orig -> origin/gh/ani300/4/orig 2025-01-24T08:26:36.0032266Z * [new branch] gh/anijain2305/162/base -> origin/gh/anijain2305/162/base 2025-01-24T08:26:36.0033669Z * [new branch] gh/anijain2305/162/head -> origin/gh/anijain2305/162/head 2025-01-24T08:26:36.0035839Z * [new branch] gh/anijain2305/507/base -> origin/gh/anijain2305/507/base 2025-01-24T08:26:36.0037200Z * [new branch] gh/anijain2305/507/head -> origin/gh/anijain2305/507/head 2025-01-24T08:26:36.0038707Z * [new branch] gh/anijain2305/507/orig -> origin/gh/anijain2305/507/orig 2025-01-24T08:26:36.0040864Z * [new branch] gh/anijain2305/522/base -> origin/gh/anijain2305/522/base 2025-01-24T08:26:36.0042310Z * [new branch] gh/anijain2305/522/head -> origin/gh/anijain2305/522/head 2025-01-24T08:26:36.0043909Z * [new branch] gh/anijain2305/522/orig -> origin/gh/anijain2305/522/orig 2025-01-24T08:26:36.0045995Z * [new branch] gh/anijain2305/539/base -> origin/gh/anijain2305/539/base 2025-01-24T08:26:36.0047349Z * [new branch] gh/anijain2305/539/head -> origin/gh/anijain2305/539/head 2025-01-24T08:26:36.0048733Z * [new branch] gh/anijain2305/539/orig -> origin/gh/anijain2305/539/orig 2025-01-24T08:26:36.0051064Z * [new branch] gh/anijain2305/541/base -> origin/gh/anijain2305/541/base 2025-01-24T08:26:36.0052400Z * [new branch] gh/anijain2305/541/head -> origin/gh/anijain2305/541/head 2025-01-24T08:26:36.0053814Z * [new branch] gh/anijain2305/541/orig -> origin/gh/anijain2305/541/orig 2025-01-24T08:26:36.0056095Z * [new branch] gh/anijain2305/542/base -> origin/gh/anijain2305/542/base 2025-01-24T08:26:36.0057425Z * [new branch] gh/anijain2305/542/head -> origin/gh/anijain2305/542/head 2025-01-24T08:26:36.0058891Z * [new branch] gh/anijain2305/542/orig -> origin/gh/anijain2305/542/orig 2025-01-24T08:26:36.0061066Z * [new branch] gh/anijain2305/566/base -> origin/gh/anijain2305/566/base 2025-01-24T08:26:36.0062537Z * [new branch] gh/anijain2305/566/head -> origin/gh/anijain2305/566/head 2025-01-24T08:26:36.0063957Z * [new branch] gh/anijain2305/566/orig -> origin/gh/anijain2305/566/orig 2025-01-24T08:26:36.0066112Z * [new branch] gh/anijain2305/571/base -> origin/gh/anijain2305/571/base 2025-01-24T08:26:36.0067604Z * [new branch] gh/anijain2305/571/head -> origin/gh/anijain2305/571/head 2025-01-24T08:26:36.0068934Z * [new branch] gh/anijain2305/571/orig -> origin/gh/anijain2305/571/orig 2025-01-24T08:26:36.0071117Z * [new branch] gh/anijain2305/573/base -> origin/gh/anijain2305/573/base 2025-01-24T08:26:36.0072581Z * [new branch] gh/anijain2305/573/head -> origin/gh/anijain2305/573/head 2025-01-24T08:26:36.0073988Z * [new branch] gh/anijain2305/573/orig -> origin/gh/anijain2305/573/orig 2025-01-24T08:26:36.0076244Z * [new branch] gh/anijain2305/580/base -> origin/gh/anijain2305/580/base 2025-01-24T08:26:36.0077622Z * [new branch] gh/anijain2305/580/head -> origin/gh/anijain2305/580/head 2025-01-24T08:26:36.0079193Z * [new branch] gh/anijain2305/580/orig -> origin/gh/anijain2305/580/orig 2025-01-24T08:26:36.0081775Z * [new branch] gh/anijain2305/598/base -> origin/gh/anijain2305/598/base 2025-01-24T08:26:36.0082792Z * [new branch] gh/anijain2305/598/head -> origin/gh/anijain2305/598/head 2025-01-24T08:26:36.0084180Z * [new branch] gh/anijain2305/598/orig -> origin/gh/anijain2305/598/orig 2025-01-24T08:26:36.0086387Z * [new branch] gh/anijain2305/599/base -> origin/gh/anijain2305/599/base 2025-01-24T08:26:36.0087820Z * [new branch] gh/anijain2305/599/head -> origin/gh/anijain2305/599/head 2025-01-24T08:26:36.0089268Z * [new branch] gh/anijain2305/599/orig -> origin/gh/anijain2305/599/orig 2025-01-24T08:26:36.0091620Z * [new branch] gh/anijain2305/600/base -> origin/gh/anijain2305/600/base 2025-01-24T08:26:36.0093074Z * [new branch] gh/anijain2305/600/head -> origin/gh/anijain2305/600/head 2025-01-24T08:26:36.0094403Z * [new branch] gh/anijain2305/600/orig -> origin/gh/anijain2305/600/orig 2025-01-24T08:26:36.0096801Z * [new branch] gh/anijain2305/601/base -> origin/gh/anijain2305/601/base 2025-01-24T08:26:36.0098165Z * [new branch] gh/anijain2305/601/head -> origin/gh/anijain2305/601/head 2025-01-24T08:26:36.0099634Z * [new branch] gh/anijain2305/601/orig -> origin/gh/anijain2305/601/orig 2025-01-24T08:26:36.0101859Z * [new branch] gh/anijain2305/602/base -> origin/gh/anijain2305/602/base 2025-01-24T08:26:36.0103195Z * [new branch] gh/anijain2305/602/head -> origin/gh/anijain2305/602/head 2025-01-24T08:26:36.0104593Z * [new branch] gh/anijain2305/602/orig -> origin/gh/anijain2305/602/orig 2025-01-24T08:26:36.0106749Z * [new branch] gh/anijain2305/603/base -> origin/gh/anijain2305/603/base 2025-01-24T08:26:36.0108199Z * [new branch] gh/anijain2305/603/head -> origin/gh/anijain2305/603/head 2025-01-24T08:26:36.0109607Z * [new branch] gh/anijain2305/603/orig -> origin/gh/anijain2305/603/orig 2025-01-24T08:26:36.0111815Z * [new branch] gh/anijain2305/604/base -> origin/gh/anijain2305/604/base 2025-01-24T08:26:36.0113264Z * [new branch] gh/anijain2305/604/head -> origin/gh/anijain2305/604/head 2025-01-24T08:26:36.0114716Z * [new branch] gh/anijain2305/604/orig -> origin/gh/anijain2305/604/orig 2025-01-24T08:26:36.0116915Z * [new branch] gh/anijain2305/605/base -> origin/gh/anijain2305/605/base 2025-01-24T08:26:36.0118272Z * [new branch] gh/anijain2305/605/head -> origin/gh/anijain2305/605/head 2025-01-24T08:26:36.0119661Z * [new branch] gh/anijain2305/605/orig -> origin/gh/anijain2305/605/orig 2025-01-24T08:26:36.0121905Z * [new branch] gh/anijain2305/606/base -> origin/gh/anijain2305/606/base 2025-01-24T08:26:36.0123453Z * [new branch] gh/anijain2305/606/head -> origin/gh/anijain2305/606/head 2025-01-24T08:26:36.0124802Z * [new branch] gh/anijain2305/606/orig -> origin/gh/anijain2305/606/orig 2025-01-24T08:26:36.0126938Z * [new branch] gh/anijain2305/607/base -> origin/gh/anijain2305/607/base 2025-01-24T08:26:36.0128377Z * [new branch] gh/anijain2305/607/head -> origin/gh/anijain2305/607/head 2025-01-24T08:26:36.0129792Z * [new branch] gh/anijain2305/607/orig -> origin/gh/anijain2305/607/orig 2025-01-24T08:26:36.0132214Z * [new branch] gh/anijain2305/608/base -> origin/gh/anijain2305/608/base 2025-01-24T08:26:36.0133667Z * [new branch] gh/anijain2305/608/head -> origin/gh/anijain2305/608/head 2025-01-24T08:26:36.0135074Z * [new branch] gh/anijain2305/608/orig -> origin/gh/anijain2305/608/orig 2025-01-24T08:26:36.0137313Z * [new branch] gh/anijain2305/609/base -> origin/gh/anijain2305/609/base 2025-01-24T08:26:36.0138549Z * [new branch] gh/anijain2305/609/head -> origin/gh/anijain2305/609/head 2025-01-24T08:26:36.0139938Z * [new branch] gh/anijain2305/609/orig -> origin/gh/anijain2305/609/orig 2025-01-24T08:26:36.0141990Z * [new branch] gh/anijain2305/610/base -> origin/gh/anijain2305/610/base 2025-01-24T08:26:36.0143456Z * [new branch] gh/anijain2305/610/head -> origin/gh/anijain2305/610/head 2025-01-24T08:26:36.0144849Z * [new branch] gh/anijain2305/610/orig -> origin/gh/anijain2305/610/orig 2025-01-24T08:26:36.0147046Z * [new branch] gh/anijain2305/611/base -> origin/gh/anijain2305/611/base 2025-01-24T08:26:36.0148590Z * [new branch] gh/anijain2305/611/head -> origin/gh/anijain2305/611/head 2025-01-24T08:26:36.0149984Z * [new branch] gh/anijain2305/611/orig -> origin/gh/anijain2305/611/orig 2025-01-24T08:26:36.0152069Z * [new branch] gh/anijain2305/612/base -> origin/gh/anijain2305/612/base 2025-01-24T08:26:36.0153419Z * [new branch] gh/anijain2305/612/head -> origin/gh/anijain2305/612/head 2025-01-24T08:26:36.0154880Z * [new branch] gh/anijain2305/612/orig -> origin/gh/anijain2305/612/orig 2025-01-24T08:26:36.0156940Z * [new branch] gh/anijain2305/613/base -> origin/gh/anijain2305/613/base 2025-01-24T08:26:36.0158265Z * [new branch] gh/anijain2305/613/head -> origin/gh/anijain2305/613/head 2025-01-24T08:26:36.0159695Z * [new branch] gh/anijain2305/613/orig -> origin/gh/anijain2305/613/orig 2025-01-24T08:26:36.0162074Z * [new branch] gh/anijain2305/614/base -> origin/gh/anijain2305/614/base 2025-01-24T08:26:36.0163565Z * [new branch] gh/anijain2305/614/head -> origin/gh/anijain2305/614/head 2025-01-24T08:26:36.0164987Z * [new branch] gh/anijain2305/614/orig -> origin/gh/anijain2305/614/orig 2025-01-24T08:26:36.0167262Z * [new branch] gh/anijain2305/615/base -> origin/gh/anijain2305/615/base 2025-01-24T08:26:36.0168822Z * [new branch] gh/anijain2305/615/head -> origin/gh/anijain2305/615/head 2025-01-24T08:26:36.0170279Z * [new branch] gh/anijain2305/615/orig -> origin/gh/anijain2305/615/orig 2025-01-24T08:26:36.0172475Z * [new branch] gh/anijain2305/616/base -> origin/gh/anijain2305/616/base 2025-01-24T08:26:36.0173916Z * [new branch] gh/anijain2305/616/head -> origin/gh/anijain2305/616/head 2025-01-24T08:26:36.0175295Z * [new branch] gh/anijain2305/616/orig -> origin/gh/anijain2305/616/orig 2025-01-24T08:26:36.0177472Z * [new branch] gh/anijain2305/617/base -> origin/gh/anijain2305/617/base 2025-01-24T08:26:36.0178925Z * [new branch] gh/anijain2305/617/head -> origin/gh/anijain2305/617/head 2025-01-24T08:26:36.0180362Z * [new branch] gh/anijain2305/617/orig -> origin/gh/anijain2305/617/orig 2025-01-24T08:26:36.0182486Z * [new branch] gh/anijain2305/618/base -> origin/gh/anijain2305/618/base 2025-01-24T08:26:36.0183919Z * [new branch] gh/anijain2305/618/head -> origin/gh/anijain2305/618/head 2025-01-24T08:26:36.0185376Z * [new branch] gh/anijain2305/618/orig -> origin/gh/anijain2305/618/orig 2025-01-24T08:26:36.0187714Z * [new branch] gh/anijain2305/619/base -> origin/gh/anijain2305/619/base 2025-01-24T08:26:36.0189076Z * [new branch] gh/anijain2305/619/head -> origin/gh/anijain2305/619/head 2025-01-24T08:26:36.0190456Z * [new branch] gh/anijain2305/619/orig -> origin/gh/anijain2305/619/orig 2025-01-24T08:26:36.0192740Z * [new branch] gh/anijain2305/620/base -> origin/gh/anijain2305/620/base 2025-01-24T08:26:36.0194404Z * [new branch] gh/anijain2305/620/head -> origin/gh/anijain2305/620/head 2025-01-24T08:26:36.0195659Z * [new branch] gh/anijain2305/620/orig -> origin/gh/anijain2305/620/orig 2025-01-24T08:26:36.0197802Z * [new branch] gh/anijain2305/621/base -> origin/gh/anijain2305/621/base 2025-01-24T08:26:36.0199198Z * [new branch] gh/anijain2305/621/head -> origin/gh/anijain2305/621/head 2025-01-24T08:26:36.0200668Z * [new branch] gh/anijain2305/621/orig -> origin/gh/anijain2305/621/orig 2025-01-24T08:26:36.0203008Z * [new branch] gh/anijain2305/622/base -> origin/gh/anijain2305/622/base 2025-01-24T08:26:36.0204491Z * [new branch] gh/anijain2305/622/head -> origin/gh/anijain2305/622/head 2025-01-24T08:26:36.0206016Z * [new branch] gh/anijain2305/622/orig -> origin/gh/anijain2305/622/orig 2025-01-24T08:26:36.0208178Z * [new branch] gh/anijain2305/623/base -> origin/gh/anijain2305/623/base 2025-01-24T08:26:36.0209610Z * [new branch] gh/anijain2305/623/head -> origin/gh/anijain2305/623/head 2025-01-24T08:26:36.0211212Z * [new branch] gh/anijain2305/623/orig -> origin/gh/anijain2305/623/orig 2025-01-24T08:26:36.0213236Z * [new branch] gh/anijain2305/624/base -> origin/gh/anijain2305/624/base 2025-01-24T08:26:36.0214875Z * [new branch] gh/anijain2305/624/head -> origin/gh/anijain2305/624/head 2025-01-24T08:26:36.0216064Z * [new branch] gh/anijain2305/624/orig -> origin/gh/anijain2305/624/orig 2025-01-24T08:26:36.0218296Z * [new branch] gh/anijain2305/625/base -> origin/gh/anijain2305/625/base 2025-01-24T08:26:36.0219839Z * [new branch] gh/anijain2305/625/head -> origin/gh/anijain2305/625/head 2025-01-24T08:26:36.0221422Z * [new branch] gh/anijain2305/625/orig -> origin/gh/anijain2305/625/orig 2025-01-24T08:26:36.0223530Z * [new branch] gh/anijain2305/626/base -> origin/gh/anijain2305/626/base 2025-01-24T08:26:36.0224919Z * [new branch] gh/anijain2305/626/head -> origin/gh/anijain2305/626/head 2025-01-24T08:26:36.0226315Z * [new branch] gh/anijain2305/626/orig -> origin/gh/anijain2305/626/orig 2025-01-24T08:26:36.0228610Z * [new branch] gh/anijain2305/627/base -> origin/gh/anijain2305/627/base 2025-01-24T08:26:36.0230044Z * [new branch] gh/anijain2305/627/head -> origin/gh/anijain2305/627/head 2025-01-24T08:26:36.0231441Z * [new branch] gh/anijain2305/627/orig -> origin/gh/anijain2305/627/orig 2025-01-24T08:26:36.0233629Z * [new branch] gh/anijain2305/628/base -> origin/gh/anijain2305/628/base 2025-01-24T08:26:36.0234920Z * [new branch] gh/anijain2305/628/head -> origin/gh/anijain2305/628/head 2025-01-24T08:26:36.0236335Z * [new branch] gh/anijain2305/628/orig -> origin/gh/anijain2305/628/orig 2025-01-24T08:26:36.0238401Z * [new branch] gh/anijain2305/629/base -> origin/gh/anijain2305/629/base 2025-01-24T08:26:36.0239853Z * [new branch] gh/anijain2305/629/head -> origin/gh/anijain2305/629/head 2025-01-24T08:26:36.0241214Z * [new branch] gh/anijain2305/629/orig -> origin/gh/anijain2305/629/orig 2025-01-24T08:26:36.0243387Z * [new branch] gh/anijain2305/630/base -> origin/gh/anijain2305/630/base 2025-01-24T08:26:36.0244702Z * [new branch] gh/anijain2305/630/head -> origin/gh/anijain2305/630/head 2025-01-24T08:26:36.0246088Z * [new branch] gh/anijain2305/630/orig -> origin/gh/anijain2305/630/orig 2025-01-24T08:26:36.0248441Z * [new branch] gh/anijain2305/631/base -> origin/gh/anijain2305/631/base 2025-01-24T08:26:36.0249862Z * [new branch] gh/anijain2305/631/head -> origin/gh/anijain2305/631/head 2025-01-24T08:26:36.0252832Z * [new branch] gh/anijain2305/631/orig -> origin/gh/anijain2305/631/orig 2025-01-24T08:26:36.0254928Z * [new branch] gh/anijain2305/632/base -> origin/gh/anijain2305/632/base 2025-01-24T08:26:36.0256339Z * [new branch] gh/anijain2305/632/head -> origin/gh/anijain2305/632/head 2025-01-24T08:26:36.0257780Z * [new branch] gh/anijain2305/632/orig -> origin/gh/anijain2305/632/orig 2025-01-24T08:26:36.0259999Z * [new branch] gh/anijain2305/633/base -> origin/gh/anijain2305/633/base 2025-01-24T08:26:36.0261409Z * [new branch] gh/anijain2305/633/head -> origin/gh/anijain2305/633/head 2025-01-24T08:26:36.0262809Z * [new branch] gh/anijain2305/633/orig -> origin/gh/anijain2305/633/orig 2025-01-24T08:26:36.0265003Z * [new branch] gh/anijain2305/634/base -> origin/gh/anijain2305/634/base 2025-01-24T08:26:36.0266495Z * [new branch] gh/anijain2305/634/head -> origin/gh/anijain2305/634/head 2025-01-24T08:26:36.0267926Z * [new branch] gh/anijain2305/634/orig -> origin/gh/anijain2305/634/orig 2025-01-24T08:26:36.0270696Z * [new branch] gh/anjali411/216/base -> origin/gh/anjali411/216/base 2025-01-24T08:26:36.0272123Z * [new branch] gh/anjali411/216/head -> origin/gh/anjali411/216/head 2025-01-24T08:26:36.0273480Z * [new branch] gh/anjali411/216/orig -> origin/gh/anjali411/216/orig 2025-01-24T08:26:36.0276216Z * [new branch] gh/aorenste/120/base -> origin/gh/aorenste/120/base 2025-01-24T08:26:36.0277639Z * [new branch] gh/aorenste/120/head -> origin/gh/aorenste/120/head 2025-01-24T08:26:36.0279060Z * [new branch] gh/aorenste/120/orig -> origin/gh/aorenste/120/orig 2025-01-24T08:26:36.0281331Z * [new branch] gh/aorenste/132/base -> origin/gh/aorenste/132/base 2025-01-24T08:26:36.0282753Z * [new branch] gh/aorenste/132/head -> origin/gh/aorenste/132/head 2025-01-24T08:26:36.0284930Z * [new branch] gh/aorenste/141/base -> origin/gh/aorenste/141/base 2025-01-24T08:26:36.0286480Z * [new branch] gh/aorenste/141/head -> origin/gh/aorenste/141/head 2025-01-24T08:26:36.0287843Z * [new branch] gh/aorenste/141/orig -> origin/gh/aorenste/141/orig 2025-01-24T08:26:36.0290112Z * [new branch] gh/aorenste/147/base -> origin/gh/aorenste/147/base 2025-01-24T08:26:36.0291718Z * [new branch] gh/aorenste/147/head -> origin/gh/aorenste/147/head 2025-01-24T08:26:36.0293185Z * [new branch] gh/aorenste/147/orig -> origin/gh/aorenste/147/orig 2025-01-24T08:26:36.0295391Z * [new branch] gh/aorenste/159/base -> origin/gh/aorenste/159/base 2025-01-24T08:26:36.0296807Z * [new branch] gh/aorenste/159/head -> origin/gh/aorenste/159/head 2025-01-24T08:26:36.0298249Z * [new branch] gh/aorenste/159/orig -> origin/gh/aorenste/159/orig 2025-01-24T08:26:36.0300447Z * [new branch] gh/aorenste/168/base -> origin/gh/aorenste/168/base 2025-01-24T08:26:36.0301900Z * [new branch] gh/aorenste/168/head -> origin/gh/aorenste/168/head 2025-01-24T08:26:36.0303281Z * [new branch] gh/aorenste/168/orig -> origin/gh/aorenste/168/orig 2025-01-24T08:26:36.0305414Z * [new branch] gh/aorenste/169/base -> origin/gh/aorenste/169/base 2025-01-24T08:26:36.0306837Z * [new branch] gh/aorenste/169/head -> origin/gh/aorenste/169/head 2025-01-24T08:26:36.0308324Z * [new branch] gh/aorenste/169/orig -> origin/gh/aorenste/169/orig 2025-01-24T08:26:36.0310489Z * [new branch] gh/aorenste/170/base -> origin/gh/aorenste/170/base 2025-01-24T08:26:36.0311900Z * [new branch] gh/aorenste/170/head -> origin/gh/aorenste/170/head 2025-01-24T08:26:36.0313459Z * [new branch] gh/aorenste/170/orig -> origin/gh/aorenste/170/orig 2025-01-24T08:26:36.0315603Z * [new branch] gh/aorenste/171/base -> origin/gh/aorenste/171/base 2025-01-24T08:26:36.0317127Z * [new branch] gh/aorenste/171/head -> origin/gh/aorenste/171/head 2025-01-24T08:26:36.0318556Z * [new branch] gh/aorenste/171/orig -> origin/gh/aorenste/171/orig 2025-01-24T08:26:36.0320784Z * [new branch] gh/aorenste/172/base -> origin/gh/aorenste/172/base 2025-01-24T08:26:36.0322234Z * [new branch] gh/aorenste/172/head -> origin/gh/aorenste/172/head 2025-01-24T08:26:36.0323735Z * [new branch] gh/aorenste/172/orig -> origin/gh/aorenste/172/orig 2025-01-24T08:26:36.0325943Z * [new branch] gh/aorenste/173/base -> origin/gh/aorenste/173/base 2025-01-24T08:26:36.0327417Z * [new branch] gh/aorenste/173/head -> origin/gh/aorenste/173/head 2025-01-24T08:26:36.0328849Z * [new branch] gh/aorenste/173/orig -> origin/gh/aorenste/173/orig 2025-01-24T08:26:36.0332805Z * [new branch] gh/aorenste/174/base -> origin/gh/aorenste/174/base 2025-01-24T08:26:36.0334284Z * [new branch] gh/aorenste/174/head -> origin/gh/aorenste/174/head 2025-01-24T08:26:36.0335724Z * [new branch] gh/aorenste/174/orig -> origin/gh/aorenste/174/orig 2025-01-24T08:26:36.0337833Z * [new branch] gh/aorenste/175/base -> origin/gh/aorenste/175/base 2025-01-24T08:26:36.0339229Z * [new branch] gh/aorenste/175/head -> origin/gh/aorenste/175/head 2025-01-24T08:26:36.0340656Z * [new branch] gh/aorenste/175/orig -> origin/gh/aorenste/175/orig 2025-01-24T08:26:36.0342786Z * [new branch] gh/aorenste/176/base -> origin/gh/aorenste/176/base 2025-01-24T08:26:36.0344244Z * [new branch] gh/aorenste/176/head -> origin/gh/aorenste/176/head 2025-01-24T08:26:36.0345529Z * [new branch] gh/aorenste/176/orig -> origin/gh/aorenste/176/orig 2025-01-24T08:26:36.0347659Z * [new branch] gh/aorenste/177/base -> origin/gh/aorenste/177/base 2025-01-24T08:26:36.0349080Z * [new branch] gh/aorenste/177/head -> origin/gh/aorenste/177/head 2025-01-24T08:26:36.0350469Z * [new branch] gh/aorenste/177/orig -> origin/gh/aorenste/177/orig 2025-01-24T08:26:36.0352799Z * [new branch] gh/aorenste/178/base -> origin/gh/aorenste/178/base 2025-01-24T08:26:36.0354202Z * [new branch] gh/aorenste/178/head -> origin/gh/aorenste/178/head 2025-01-24T08:26:36.0355591Z * [new branch] gh/aorenste/178/orig -> origin/gh/aorenste/178/orig 2025-01-24T08:26:36.0357778Z * [new branch] gh/aorenste/179/base -> origin/gh/aorenste/179/base 2025-01-24T08:26:36.0359198Z * [new branch] gh/aorenste/179/head -> origin/gh/aorenste/179/head 2025-01-24T08:26:36.0360621Z * [new branch] gh/aorenste/179/orig -> origin/gh/aorenste/179/orig 2025-01-24T08:26:36.0362796Z * [new branch] gh/aorenste/180/base -> origin/gh/aorenste/180/base 2025-01-24T08:26:36.0364154Z * [new branch] gh/aorenste/180/head -> origin/gh/aorenste/180/head 2025-01-24T08:26:36.0365478Z * [new branch] gh/aorenste/180/orig -> origin/gh/aorenste/180/orig 2025-01-24T08:26:36.0367613Z * [new branch] gh/aorenste/181/base -> origin/gh/aorenste/181/base 2025-01-24T08:26:36.0369015Z * [new branch] gh/aorenste/181/head -> origin/gh/aorenste/181/head 2025-01-24T08:26:36.0370491Z * [new branch] gh/aorenste/181/orig -> origin/gh/aorenste/181/orig 2025-01-24T08:26:36.0372758Z * [new branch] gh/aorenste/182/base -> origin/gh/aorenste/182/base 2025-01-24T08:26:36.0374331Z * [new branch] gh/aorenste/182/head -> origin/gh/aorenste/182/head 2025-01-24T08:26:36.0375596Z * [new branch] gh/aorenste/182/orig -> origin/gh/aorenste/182/orig 2025-01-24T08:26:36.0377563Z * [new branch] gh/aorenste/183/base -> origin/gh/aorenste/183/base 2025-01-24T08:26:36.0378996Z * [new branch] gh/aorenste/183/head -> origin/gh/aorenste/183/head 2025-01-24T08:26:36.0380443Z * [new branch] gh/aorenste/183/orig -> origin/gh/aorenste/183/orig 2025-01-24T08:26:36.0382572Z * [new branch] gh/aorenste/184/base -> origin/gh/aorenste/184/base 2025-01-24T08:26:36.0384051Z * [new branch] gh/aorenste/184/head -> origin/gh/aorenste/184/head 2025-01-24T08:26:36.0385448Z * [new branch] gh/aorenste/184/orig -> origin/gh/aorenste/184/orig 2025-01-24T08:26:36.0387458Z * [new branch] gh/aorenste/185/base -> origin/gh/aorenste/185/base 2025-01-24T08:26:36.0388871Z * [new branch] gh/aorenste/185/head -> origin/gh/aorenste/185/head 2025-01-24T08:26:36.0390322Z * [new branch] gh/aorenste/185/orig -> origin/gh/aorenste/185/orig 2025-01-24T08:26:36.0392442Z * [new branch] gh/aorenste/186/base -> origin/gh/aorenste/186/base 2025-01-24T08:26:36.0393906Z * [new branch] gh/aorenste/186/head -> origin/gh/aorenste/186/head 2025-01-24T08:26:36.0395281Z * [new branch] gh/aorenste/186/orig -> origin/gh/aorenste/186/orig 2025-01-24T08:26:36.0397533Z * [new branch] gh/aorenste/187/base -> origin/gh/aorenste/187/base 2025-01-24T08:26:36.0399015Z * [new branch] gh/aorenste/187/head -> origin/gh/aorenste/187/head 2025-01-24T08:26:36.0400383Z * [new branch] gh/aorenste/187/orig -> origin/gh/aorenste/187/orig 2025-01-24T08:26:36.0402542Z * [new branch] gh/aorenste/188/base -> origin/gh/aorenste/188/base 2025-01-24T08:26:36.0404031Z * [new branch] gh/aorenste/188/head -> origin/gh/aorenste/188/head 2025-01-24T08:26:36.0405413Z * [new branch] gh/aorenste/188/orig -> origin/gh/aorenste/188/orig 2025-01-24T08:26:36.0407575Z * [new branch] gh/aorenste/189/base -> origin/gh/aorenste/189/base 2025-01-24T08:26:36.0409098Z * [new branch] gh/aorenste/189/head -> origin/gh/aorenste/189/head 2025-01-24T08:26:36.0410593Z * [new branch] gh/aorenste/189/orig -> origin/gh/aorenste/189/orig 2025-01-24T08:26:36.0415347Z * [new branch] gh/aorenste/190/base -> origin/gh/aorenste/190/base 2025-01-24T08:26:36.0416962Z * [new branch] gh/aorenste/190/head -> origin/gh/aorenste/190/head 2025-01-24T08:26:36.0417208Z * [new branch] gh/aorenste/190/orig -> origin/gh/aorenste/190/orig 2025-01-24T08:26:36.0419139Z * [new branch] gh/aorenste/191/base -> origin/gh/aorenste/191/base 2025-01-24T08:26:36.0419895Z * [new branch] gh/aorenste/191/head -> origin/gh/aorenste/191/head 2025-01-24T08:26:36.0421366Z * [new branch] gh/aorenste/191/orig -> origin/gh/aorenste/191/orig 2025-01-24T08:26:36.0423994Z * [new branch] gh/aorenste/192/base -> origin/gh/aorenste/192/base 2025-01-24T08:26:36.0425069Z * [new branch] gh/aorenste/192/head -> origin/gh/aorenste/192/head 2025-01-24T08:26:36.0426347Z * [new branch] gh/aorenste/192/orig -> origin/gh/aorenste/192/orig 2025-01-24T08:26:36.0428499Z * [new branch] gh/aorenste/193/base -> origin/gh/aorenste/193/base 2025-01-24T08:26:36.0429930Z * [new branch] gh/aorenste/193/head -> origin/gh/aorenste/193/head 2025-01-24T08:26:36.0431377Z * [new branch] gh/aorenste/193/orig -> origin/gh/aorenste/193/orig 2025-01-24T08:26:36.0433595Z * [new branch] gh/aorenste/194/base -> origin/gh/aorenste/194/base 2025-01-24T08:26:36.0434884Z * [new branch] gh/aorenste/194/head -> origin/gh/aorenste/194/head 2025-01-24T08:26:36.0436243Z * [new branch] gh/aorenste/194/orig -> origin/gh/aorenste/194/orig 2025-01-24T08:26:36.0438458Z * [new branch] gh/aorenste/195/base -> origin/gh/aorenste/195/base 2025-01-24T08:26:36.0439819Z * [new branch] gh/aorenste/195/head -> origin/gh/aorenste/195/head 2025-01-24T08:26:36.0441227Z * [new branch] gh/aorenste/195/orig -> origin/gh/aorenste/195/orig 2025-01-24T08:26:36.0443276Z * [new branch] gh/aorenste/196/base -> origin/gh/aorenste/196/base 2025-01-24T08:26:36.0444619Z * [new branch] gh/aorenste/196/head -> origin/gh/aorenste/196/head 2025-01-24T08:26:36.0445958Z * [new branch] gh/aorenste/196/orig -> origin/gh/aorenste/196/orig 2025-01-24T08:26:36.0448209Z * [new branch] gh/aorenste/197/base -> origin/gh/aorenste/197/base 2025-01-24T08:26:36.0449664Z * [new branch] gh/aorenste/197/head -> origin/gh/aorenste/197/head 2025-01-24T08:26:36.0451181Z * [new branch] gh/aorenste/197/orig -> origin/gh/aorenste/197/orig 2025-01-24T08:26:36.0453346Z * [new branch] gh/aorenste/198/base -> origin/gh/aorenste/198/base 2025-01-24T08:26:36.0454739Z * [new branch] gh/aorenste/198/head -> origin/gh/aorenste/198/head 2025-01-24T08:26:36.0456137Z * [new branch] gh/aorenste/198/orig -> origin/gh/aorenste/198/orig 2025-01-24T08:26:36.0458425Z * [new branch] gh/aorenste/199/base -> origin/gh/aorenste/199/base 2025-01-24T08:26:36.0459826Z * [new branch] gh/aorenste/199/head -> origin/gh/aorenste/199/head 2025-01-24T08:26:36.0461254Z * [new branch] gh/aorenste/199/orig -> origin/gh/aorenste/199/orig 2025-01-24T08:26:36.0463512Z * [new branch] gh/aorenste/200/base -> origin/gh/aorenste/200/base 2025-01-24T08:26:36.0464920Z * [new branch] gh/aorenste/200/head -> origin/gh/aorenste/200/head 2025-01-24T08:26:36.0466434Z * [new branch] gh/aorenste/200/orig -> origin/gh/aorenste/200/orig 2025-01-24T08:26:36.0468593Z * [new branch] gh/aorenste/201/base -> origin/gh/aorenste/201/base 2025-01-24T08:26:36.0470009Z * [new branch] gh/aorenste/201/head -> origin/gh/aorenste/201/head 2025-01-24T08:26:36.0471420Z * [new branch] gh/aorenste/201/orig -> origin/gh/aorenste/201/orig 2025-01-24T08:26:36.0473666Z * [new branch] gh/aorenste/202/base -> origin/gh/aorenste/202/base 2025-01-24T08:26:36.0475112Z * [new branch] gh/aorenste/202/head -> origin/gh/aorenste/202/head 2025-01-24T08:26:36.0476715Z * [new branch] gh/aorenste/202/orig -> origin/gh/aorenste/202/orig 2025-01-24T08:26:36.0478884Z * [new branch] gh/aorenste/203/base -> origin/gh/aorenste/203/base 2025-01-24T08:26:36.0480344Z * [new branch] gh/aorenste/203/head -> origin/gh/aorenste/203/head 2025-01-24T08:26:36.0481780Z * [new branch] gh/aorenste/203/orig -> origin/gh/aorenste/203/orig 2025-01-24T08:26:36.0484020Z * [new branch] gh/aorenste/204/base -> origin/gh/aorenste/204/base 2025-01-24T08:26:36.0485522Z * [new branch] gh/aorenste/204/head -> origin/gh/aorenste/204/head 2025-01-24T08:26:36.0486979Z * [new branch] gh/aorenste/204/orig -> origin/gh/aorenste/204/orig 2025-01-24T08:26:36.0489679Z * [new branch] gh/avikchaudhuri/39/base -> origin/gh/avikchaudhuri/39/base 2025-01-24T08:26:36.0492366Z * [new branch] gh/avikchaudhuri/39/head -> origin/gh/avikchaudhuri/39/head 2025-01-24T08:26:36.0493416Z * [new branch] gh/avikchaudhuri/39/orig -> origin/gh/avikchaudhuri/39/orig 2025-01-24T08:26:36.0495412Z * [new branch] gh/avikchaudhuri/44/base -> origin/gh/avikchaudhuri/44/base 2025-01-24T08:26:36.0496411Z * [new branch] gh/avikchaudhuri/44/head -> origin/gh/avikchaudhuri/44/head 2025-01-24T08:26:36.0497746Z * [new branch] gh/avikchaudhuri/44/orig -> origin/gh/avikchaudhuri/44/orig 2025-01-24T08:26:36.0499882Z * [new branch] gh/avikchaudhuri/45/base -> origin/gh/avikchaudhuri/45/base 2025-01-24T08:26:36.0501376Z * [new branch] gh/avikchaudhuri/45/head -> origin/gh/avikchaudhuri/45/head 2025-01-24T08:26:36.0502849Z * [new branch] gh/avikchaudhuri/45/orig -> origin/gh/avikchaudhuri/45/orig 2025-01-24T08:26:36.0505071Z * [new branch] gh/avikchaudhuri/46/base -> origin/gh/avikchaudhuri/46/base 2025-01-24T08:26:36.0506503Z * [new branch] gh/avikchaudhuri/46/head -> origin/gh/avikchaudhuri/46/head 2025-01-24T08:26:36.0507902Z * [new branch] gh/avikchaudhuri/46/orig -> origin/gh/avikchaudhuri/46/orig 2025-01-24T08:26:36.0510060Z * [new branch] gh/avikchaudhuri/47/base -> origin/gh/avikchaudhuri/47/base 2025-01-24T08:26:36.0511634Z * [new branch] gh/avikchaudhuri/47/head -> origin/gh/avikchaudhuri/47/head 2025-01-24T08:26:36.0513020Z * [new branch] gh/avikchaudhuri/47/orig -> origin/gh/avikchaudhuri/47/orig 2025-01-24T08:26:36.0515246Z * [new branch] gh/avikchaudhuri/48/base -> origin/gh/avikchaudhuri/48/base 2025-01-24T08:26:36.0516738Z * [new branch] gh/avikchaudhuri/48/head -> origin/gh/avikchaudhuri/48/head 2025-01-24T08:26:36.0518184Z * [new branch] gh/avikchaudhuri/48/orig -> origin/gh/avikchaudhuri/48/orig 2025-01-24T08:26:36.0520410Z * [new branch] gh/avikchaudhuri/49/base -> origin/gh/avikchaudhuri/49/base 2025-01-24T08:26:36.0521878Z * [new branch] gh/avikchaudhuri/49/head -> origin/gh/avikchaudhuri/49/head 2025-01-24T08:26:36.0523267Z * [new branch] gh/avikchaudhuri/49/orig -> origin/gh/avikchaudhuri/49/orig 2025-01-24T08:26:36.0525914Z * [new branch] gh/awgu/431/base -> origin/gh/awgu/431/base 2025-01-24T08:26:36.0527302Z * [new branch] gh/awgu/431/head -> origin/gh/awgu/431/head 2025-01-24T08:26:36.0528679Z * [new branch] gh/awgu/431/orig -> origin/gh/awgu/431/orig 2025-01-24T08:26:36.0530982Z * [new branch] gh/awgu/432/base -> origin/gh/awgu/432/base 2025-01-24T08:26:36.0532396Z * [new branch] gh/awgu/432/head -> origin/gh/awgu/432/head 2025-01-24T08:26:36.0533767Z * [new branch] gh/awgu/432/orig -> origin/gh/awgu/432/orig 2025-01-24T08:26:36.0536052Z * [new branch] gh/awgu/434/base -> origin/gh/awgu/434/base 2025-01-24T08:26:36.0537715Z * [new branch] gh/awgu/434/head -> origin/gh/awgu/434/head 2025-01-24T08:26:36.0538988Z * [new branch] gh/awgu/434/orig -> origin/gh/awgu/434/orig 2025-01-24T08:26:36.0541583Z * [new branch] gh/awgu/437/base -> origin/gh/awgu/437/base 2025-01-24T08:26:36.0542998Z * [new branch] gh/awgu/437/head -> origin/gh/awgu/437/head 2025-01-24T08:26:36.0544441Z * [new branch] gh/awgu/437/orig -> origin/gh/awgu/437/orig 2025-01-24T08:26:36.0546617Z * [new branch] gh/awgu/442/base -> origin/gh/awgu/442/base 2025-01-24T08:26:36.0548051Z * [new branch] gh/awgu/442/head -> origin/gh/awgu/442/head 2025-01-24T08:26:36.0549489Z * [new branch] gh/awgu/442/orig -> origin/gh/awgu/442/orig 2025-01-24T08:26:36.0551656Z * [new branch] gh/awgu/443/base -> origin/gh/awgu/443/base 2025-01-24T08:26:36.0553248Z * [new branch] gh/awgu/443/head -> origin/gh/awgu/443/head 2025-01-24T08:26:36.0554489Z * [new branch] gh/awgu/443/orig -> origin/gh/awgu/443/orig 2025-01-24T08:26:36.0556725Z * [new branch] gh/awgu/647/base -> origin/gh/awgu/647/base 2025-01-24T08:26:36.0558094Z * [new branch] gh/awgu/647/head -> origin/gh/awgu/647/head 2025-01-24T08:26:36.0559906Z * [new branch] gh/awgu/647/orig -> origin/gh/awgu/647/orig 2025-01-24T08:26:36.0561745Z * [new branch] gh/awgu/657/base -> origin/gh/awgu/657/base 2025-01-24T08:26:36.0563014Z * [new branch] gh/awgu/657/head -> origin/gh/awgu/657/head 2025-01-24T08:26:36.0564423Z * [new branch] gh/awgu/657/orig -> origin/gh/awgu/657/orig 2025-01-24T08:26:36.0566541Z * [new branch] gh/awgu/666/base -> origin/gh/awgu/666/base 2025-01-24T08:26:36.0567965Z * [new branch] gh/awgu/666/head -> origin/gh/awgu/666/head 2025-01-24T08:26:36.0569349Z * [new branch] gh/awgu/666/orig -> origin/gh/awgu/666/orig 2025-01-24T08:26:36.0572195Z * [new branch] gh/awgu/667/base -> origin/gh/awgu/667/base 2025-01-24T08:26:36.0573733Z * [new branch] gh/awgu/667/head -> origin/gh/awgu/667/head 2025-01-24T08:26:36.0575113Z * [new branch] gh/awgu/667/orig -> origin/gh/awgu/667/orig 2025-01-24T08:26:36.0577266Z * [new branch] gh/awgu/668/base -> origin/gh/awgu/668/base 2025-01-24T08:26:36.0578703Z * [new branch] gh/awgu/668/head -> origin/gh/awgu/668/head 2025-01-24T08:26:36.0580079Z * [new branch] gh/awgu/668/orig -> origin/gh/awgu/668/orig 2025-01-24T08:26:36.0582254Z * [new branch] gh/awgu/669/base -> origin/gh/awgu/669/base 2025-01-24T08:26:36.0583660Z * [new branch] gh/awgu/669/head -> origin/gh/awgu/669/head 2025-01-24T08:26:36.0585058Z * [new branch] gh/awgu/669/orig -> origin/gh/awgu/669/orig 2025-01-24T08:26:36.0587971Z * [new branch] gh/bdhirsh/588/base -> origin/gh/bdhirsh/588/base 2025-01-24T08:26:36.0589457Z * [new branch] gh/bdhirsh/588/head -> origin/gh/bdhirsh/588/head 2025-01-24T08:26:36.0590884Z * [new branch] gh/bdhirsh/588/orig -> origin/gh/bdhirsh/588/orig 2025-01-24T08:26:36.0593168Z * [new branch] gh/bdhirsh/604/base -> origin/gh/bdhirsh/604/base 2025-01-24T08:26:36.0594681Z * [new branch] gh/bdhirsh/604/head -> origin/gh/bdhirsh/604/head 2025-01-24T08:26:36.0596068Z * [new branch] gh/bdhirsh/604/orig -> origin/gh/bdhirsh/604/orig 2025-01-24T08:26:36.0598384Z * [new branch] gh/bdhirsh/617/base -> origin/gh/bdhirsh/617/base 2025-01-24T08:26:36.0599772Z * [new branch] gh/bdhirsh/617/head -> origin/gh/bdhirsh/617/head 2025-01-24T08:26:36.0601157Z * [new branch] gh/bdhirsh/617/orig -> origin/gh/bdhirsh/617/orig 2025-01-24T08:26:36.0603327Z * [new branch] gh/bdhirsh/619/base -> origin/gh/bdhirsh/619/base 2025-01-24T08:26:36.0604702Z * [new branch] gh/bdhirsh/619/head -> origin/gh/bdhirsh/619/head 2025-01-24T08:26:36.0606185Z * [new branch] gh/bdhirsh/619/orig -> origin/gh/bdhirsh/619/orig 2025-01-24T08:26:36.0608532Z * [new branch] gh/bdhirsh/620/base -> origin/gh/bdhirsh/620/base 2025-01-24T08:26:36.0610068Z * [new branch] gh/bdhirsh/620/head -> origin/gh/bdhirsh/620/head 2025-01-24T08:26:36.0611692Z * [new branch] gh/bdhirsh/620/orig -> origin/gh/bdhirsh/620/orig 2025-01-24T08:26:36.0613798Z * [new branch] gh/bdhirsh/626/base -> origin/gh/bdhirsh/626/base 2025-01-24T08:26:36.0615361Z * [new branch] gh/bdhirsh/626/head -> origin/gh/bdhirsh/626/head 2025-01-24T08:26:36.0616599Z * [new branch] gh/bdhirsh/626/orig -> origin/gh/bdhirsh/626/orig 2025-01-24T08:26:36.0618778Z * [new branch] gh/bdhirsh/627/base -> origin/gh/bdhirsh/627/base 2025-01-24T08:26:36.0620497Z * [new branch] gh/bdhirsh/627/head -> origin/gh/bdhirsh/627/head 2025-01-24T08:26:36.0621696Z * [new branch] gh/bdhirsh/627/orig -> origin/gh/bdhirsh/627/orig 2025-01-24T08:26:36.0623978Z * [new branch] gh/bdhirsh/628/base -> origin/gh/bdhirsh/628/base 2025-01-24T08:26:36.0625416Z * [new branch] gh/bdhirsh/628/head -> origin/gh/bdhirsh/628/head 2025-01-24T08:26:36.0626949Z * [new branch] gh/bdhirsh/628/orig -> origin/gh/bdhirsh/628/orig 2025-01-24T08:26:36.0628959Z * [new branch] gh/bdhirsh/629/base -> origin/gh/bdhirsh/629/base 2025-01-24T08:26:36.0630372Z * [new branch] gh/bdhirsh/629/head -> origin/gh/bdhirsh/629/head 2025-01-24T08:26:36.0631808Z * [new branch] gh/bdhirsh/629/orig -> origin/gh/bdhirsh/629/orig 2025-01-24T08:26:36.0633977Z * [new branch] gh/bdhirsh/630/base -> origin/gh/bdhirsh/630/base 2025-01-24T08:26:36.0635358Z * [new branch] gh/bdhirsh/630/head -> origin/gh/bdhirsh/630/head 2025-01-24T08:26:36.0636742Z * [new branch] gh/bdhirsh/630/orig -> origin/gh/bdhirsh/630/orig 2025-01-24T08:26:36.0638941Z * [new branch] gh/bdhirsh/634/base -> origin/gh/bdhirsh/634/base 2025-01-24T08:26:36.0640449Z * [new branch] gh/bdhirsh/634/head -> origin/gh/bdhirsh/634/head 2025-01-24T08:26:36.0641863Z * [new branch] gh/bdhirsh/634/orig -> origin/gh/bdhirsh/634/orig 2025-01-24T08:26:36.0644134Z * [new branch] gh/bdhirsh/635/base -> origin/gh/bdhirsh/635/base 2025-01-24T08:26:36.0645673Z * [new branch] gh/bdhirsh/635/head -> origin/gh/bdhirsh/635/head 2025-01-24T08:26:36.0647129Z * [new branch] gh/bdhirsh/635/orig -> origin/gh/bdhirsh/635/orig 2025-01-24T08:26:36.0649372Z * [new branch] gh/bdhirsh/636/base -> origin/gh/bdhirsh/636/base 2025-01-24T08:26:36.0651054Z * [new branch] gh/bdhirsh/636/head -> origin/gh/bdhirsh/636/head 2025-01-24T08:26:36.0652428Z * [new branch] gh/bdhirsh/636/orig -> origin/gh/bdhirsh/636/orig 2025-01-24T08:26:36.0654605Z * [new branch] gh/bdhirsh/637/base -> origin/gh/bdhirsh/637/base 2025-01-24T08:26:36.0656098Z * [new branch] gh/bdhirsh/637/head -> origin/gh/bdhirsh/637/head 2025-01-24T08:26:36.0657445Z * [new branch] gh/bdhirsh/637/orig -> origin/gh/bdhirsh/637/orig 2025-01-24T08:26:36.0660211Z * [new branch] gh/benjaminglass1/35/base -> origin/gh/benjaminglass1/35/base 2025-01-24T08:26:36.0661606Z * [new branch] gh/benjaminglass1/35/head -> origin/gh/benjaminglass1/35/head 2025-01-24T08:26:36.0663029Z * [new branch] gh/benjaminglass1/35/orig -> origin/gh/benjaminglass1/35/orig 2025-01-24T08:26:36.0665137Z * [new branch] gh/benjaminglass1/41/base -> origin/gh/benjaminglass1/41/base 2025-01-24T08:26:36.0666569Z * [new branch] gh/benjaminglass1/41/head -> origin/gh/benjaminglass1/41/head 2025-01-24T08:26:36.0668001Z * [new branch] gh/benjaminglass1/41/orig -> origin/gh/benjaminglass1/41/orig 2025-01-24T08:26:36.0670202Z * [new branch] gh/benjaminglass1/42/base -> origin/gh/benjaminglass1/42/base 2025-01-24T08:26:36.0671643Z * [new branch] gh/benjaminglass1/42/head -> origin/gh/benjaminglass1/42/head 2025-01-24T08:26:36.0673420Z * [new branch] gh/benjaminglass1/42/orig -> origin/gh/benjaminglass1/42/orig 2025-01-24T08:26:36.0675433Z * [new branch] gh/benjaminglass1/44/base -> origin/gh/benjaminglass1/44/base 2025-01-24T08:26:36.0676823Z * [new branch] gh/benjaminglass1/44/head -> origin/gh/benjaminglass1/44/head 2025-01-24T08:26:36.0678211Z * [new branch] gh/benjaminglass1/44/orig -> origin/gh/benjaminglass1/44/orig 2025-01-24T08:26:36.0680435Z * [new branch] gh/benjaminglass1/45/base -> origin/gh/benjaminglass1/45/base 2025-01-24T08:26:36.0681805Z * [new branch] gh/benjaminglass1/45/head -> origin/gh/benjaminglass1/45/head 2025-01-24T08:26:36.0683201Z * [new branch] gh/benjaminglass1/45/orig -> origin/gh/benjaminglass1/45/orig 2025-01-24T08:26:36.0685302Z * [new branch] gh/benjaminglass1/46/base -> origin/gh/benjaminglass1/46/base 2025-01-24T08:26:36.0686679Z * [new branch] gh/benjaminglass1/46/head -> origin/gh/benjaminglass1/46/head 2025-01-24T08:26:36.0688133Z * [new branch] gh/benjaminglass1/46/orig -> origin/gh/benjaminglass1/46/orig 2025-01-24T08:26:36.0690397Z * [new branch] gh/benjaminglass1/47/base -> origin/gh/benjaminglass1/47/base 2025-01-24T08:26:36.0691926Z * [new branch] gh/benjaminglass1/47/head -> origin/gh/benjaminglass1/47/head 2025-01-24T08:26:36.0693311Z * [new branch] gh/benjaminglass1/47/orig -> origin/gh/benjaminglass1/47/orig 2025-01-24T08:26:36.0695453Z * [new branch] gh/benjaminglass1/48/base -> origin/gh/benjaminglass1/48/base 2025-01-24T08:26:36.0696824Z * [new branch] gh/benjaminglass1/48/head -> origin/gh/benjaminglass1/48/head 2025-01-24T08:26:36.0698194Z * [new branch] gh/benjaminglass1/48/orig -> origin/gh/benjaminglass1/48/orig 2025-01-24T08:26:36.0700252Z * [new branch] gh/benjaminglass1/49/base -> origin/gh/benjaminglass1/49/base 2025-01-24T08:26:36.0701692Z * [new branch] gh/benjaminglass1/49/head -> origin/gh/benjaminglass1/49/head 2025-01-24T08:26:36.0703129Z * [new branch] gh/benjaminglass1/49/orig -> origin/gh/benjaminglass1/49/orig 2025-01-24T08:26:36.0705277Z * [new branch] gh/benjaminglass1/50/base -> origin/gh/benjaminglass1/50/base 2025-01-24T08:26:36.0707330Z * [new branch] gh/benjaminglass1/51/base -> origin/gh/benjaminglass1/51/base 2025-01-24T08:26:36.0708815Z * [new branch] gh/benjaminglass1/51/head -> origin/gh/benjaminglass1/51/head 2025-01-24T08:26:36.0710240Z * [new branch] gh/benjaminglass1/51/orig -> origin/gh/benjaminglass1/51/orig 2025-01-24T08:26:36.0712370Z * [new branch] gh/benjaminglass1/52/base -> origin/gh/benjaminglass1/52/base 2025-01-24T08:26:36.0713775Z * [new branch] gh/benjaminglass1/52/head -> origin/gh/benjaminglass1/52/head 2025-01-24T08:26:36.0715164Z * [new branch] gh/benjaminglass1/52/orig -> origin/gh/benjaminglass1/52/orig 2025-01-24T08:26:36.0717362Z * [new branch] gh/benjaminglass1/53/base -> origin/gh/benjaminglass1/53/base 2025-01-24T08:26:36.0718791Z * [new branch] gh/benjaminglass1/53/head -> origin/gh/benjaminglass1/53/head 2025-01-24T08:26:36.0720183Z * [new branch] gh/benjaminglass1/53/orig -> origin/gh/benjaminglass1/53/orig 2025-01-24T08:26:36.0722425Z * [new branch] gh/benjaminglass1/54/base -> origin/gh/benjaminglass1/54/base 2025-01-24T08:26:36.0723787Z * [new branch] gh/benjaminglass1/54/head -> origin/gh/benjaminglass1/54/head 2025-01-24T08:26:36.0725297Z * [new branch] gh/benjaminglass1/54/orig -> origin/gh/benjaminglass1/54/orig 2025-01-24T08:26:36.0727427Z * [new branch] gh/benjaminglass1/55/base -> origin/gh/benjaminglass1/55/base 2025-01-24T08:26:36.0728854Z * [new branch] gh/benjaminglass1/55/head -> origin/gh/benjaminglass1/55/head 2025-01-24T08:26:36.0730575Z * [new branch] gh/benjaminglass1/55/orig -> origin/gh/benjaminglass1/55/orig 2025-01-24T08:26:36.0733096Z * [new branch] gh/benjaminglass1/56/base -> origin/gh/benjaminglass1/56/base 2025-01-24T08:26:36.0734462Z * [new branch] gh/benjaminglass1/56/head -> origin/gh/benjaminglass1/56/head 2025-01-24T08:26:36.0735865Z * [new branch] gh/benjaminglass1/56/orig -> origin/gh/benjaminglass1/56/orig 2025-01-24T08:26:36.0738023Z * [new branch] gh/benjaminglass1/57/base -> origin/gh/benjaminglass1/57/base 2025-01-24T08:26:36.0739405Z * [new branch] gh/benjaminglass1/57/head -> origin/gh/benjaminglass1/57/head 2025-01-24T08:26:36.0740826Z * [new branch] gh/benjaminglass1/57/orig -> origin/gh/benjaminglass1/57/orig 2025-01-24T08:26:36.0743612Z * [new branch] gh/bertmaher/3/base -> origin/gh/bertmaher/3/base 2025-01-24T08:26:36.0745028Z * [new branch] gh/bertmaher/3/head -> origin/gh/bertmaher/3/head 2025-01-24T08:26:36.0746482Z * [new branch] gh/bertmaher/3/orig -> origin/gh/bertmaher/3/orig 2025-01-24T08:26:36.0748672Z * [new branch] gh/bertmaher/4/base -> origin/gh/bertmaher/4/base 2025-01-24T08:26:36.0750103Z * [new branch] gh/bertmaher/4/head -> origin/gh/bertmaher/4/head 2025-01-24T08:26:36.0751581Z * [new branch] gh/bertmaher/4/orig -> origin/gh/bertmaher/4/orig 2025-01-24T08:26:36.0754366Z * [new branch] gh/bigfootjon/1/base -> origin/gh/bigfootjon/1/base 2025-01-24T08:26:36.0755768Z * [new branch] gh/bigfootjon/1/head -> origin/gh/bigfootjon/1/head 2025-01-24T08:26:36.0757750Z * [new branch] gh/bigfootjon/2/base -> origin/gh/bigfootjon/2/base 2025-01-24T08:26:36.0759192Z * [new branch] gh/bigfootjon/2/orig -> origin/gh/bigfootjon/2/orig 2025-01-24T08:26:36.0761827Z * [new branch] gh/blzheng/3/base -> origin/gh/blzheng/3/base 2025-01-24T08:26:36.0763214Z * [new branch] gh/blzheng/3/head -> origin/gh/blzheng/3/head 2025-01-24T08:26:36.0764615Z * [new branch] gh/blzheng/3/orig -> origin/gh/blzheng/3/orig 2025-01-24T08:26:36.0767309Z * [new branch] gh/bobrenjc93/119/base -> origin/gh/bobrenjc93/119/base 2025-01-24T08:26:36.0768751Z * [new branch] gh/bobrenjc93/119/head -> origin/gh/bobrenjc93/119/head 2025-01-24T08:26:36.0770126Z * [new branch] gh/bobrenjc93/119/orig -> origin/gh/bobrenjc93/119/orig 2025-01-24T08:26:36.0772391Z * [new branch] gh/bobrenjc93/146/base -> origin/gh/bobrenjc93/146/base 2025-01-24T08:26:36.0773781Z * [new branch] gh/bobrenjc93/146/head -> origin/gh/bobrenjc93/146/head 2025-01-24T08:26:36.0775145Z * [new branch] gh/bobrenjc93/146/orig -> origin/gh/bobrenjc93/146/orig 2025-01-24T08:26:36.0777328Z * [new branch] gh/bobrenjc93/183/base -> origin/gh/bobrenjc93/183/base 2025-01-24T08:26:36.0778783Z * [new branch] gh/bobrenjc93/183/head -> origin/gh/bobrenjc93/183/head 2025-01-24T08:26:36.0780201Z * [new branch] gh/bobrenjc93/183/orig -> origin/gh/bobrenjc93/183/orig 2025-01-24T08:26:36.0782373Z * [new branch] gh/bobrenjc93/187/base -> origin/gh/bobrenjc93/187/base 2025-01-24T08:26:36.0783728Z * [new branch] gh/bobrenjc93/187/head -> origin/gh/bobrenjc93/187/head 2025-01-24T08:26:36.0785116Z * [new branch] gh/bobrenjc93/187/orig -> origin/gh/bobrenjc93/187/orig 2025-01-24T08:26:36.0787272Z * [new branch] gh/bobrenjc93/191/base -> origin/gh/bobrenjc93/191/base 2025-01-24T08:26:36.0788641Z * [new branch] gh/bobrenjc93/191/head -> origin/gh/bobrenjc93/191/head 2025-01-24T08:26:36.0790044Z * [new branch] gh/bobrenjc93/191/orig -> origin/gh/bobrenjc93/191/orig 2025-01-24T08:26:36.0792348Z * [new branch] gh/bobrenjc93/192/base -> origin/gh/bobrenjc93/192/base 2025-01-24T08:26:36.0793661Z * [new branch] gh/bobrenjc93/192/head -> origin/gh/bobrenjc93/192/head 2025-01-24T08:26:36.0795126Z * [new branch] gh/bobrenjc93/192/orig -> origin/gh/bobrenjc93/192/orig 2025-01-24T08:26:36.0797256Z * [new branch] gh/bobrenjc93/193/base -> origin/gh/bobrenjc93/193/base 2025-01-24T08:26:36.0798654Z * [new branch] gh/bobrenjc93/193/head -> origin/gh/bobrenjc93/193/head 2025-01-24T08:26:36.0800070Z * [new branch] gh/bobrenjc93/193/orig -> origin/gh/bobrenjc93/193/orig 2025-01-24T08:26:36.0802229Z * [new branch] gh/bobrenjc93/194/base -> origin/gh/bobrenjc93/194/base 2025-01-24T08:26:36.0803616Z * [new branch] gh/bobrenjc93/194/head -> origin/gh/bobrenjc93/194/head 2025-01-24T08:26:36.0805159Z * [new branch] gh/bobrenjc93/194/orig -> origin/gh/bobrenjc93/194/orig 2025-01-24T08:26:36.0807214Z * [new branch] gh/bobrenjc93/195/base -> origin/gh/bobrenjc93/195/base 2025-01-24T08:26:36.0808631Z * [new branch] gh/bobrenjc93/195/head -> origin/gh/bobrenjc93/195/head 2025-01-24T08:26:36.0809957Z * [new branch] gh/bobrenjc93/195/orig -> origin/gh/bobrenjc93/195/orig 2025-01-24T08:26:36.0812128Z * [new branch] gh/bobrenjc93/196/base -> origin/gh/bobrenjc93/196/base 2025-01-24T08:26:36.0813498Z * [new branch] gh/bobrenjc93/196/head -> origin/gh/bobrenjc93/196/head 2025-01-24T08:26:36.0814908Z * [new branch] gh/bobrenjc93/196/orig -> origin/gh/bobrenjc93/196/orig 2025-01-24T08:26:36.0817024Z * [new branch] gh/bobrenjc93/197/base -> origin/gh/bobrenjc93/197/base 2025-01-24T08:26:36.0818504Z * [new branch] gh/bobrenjc93/197/head -> origin/gh/bobrenjc93/197/head 2025-01-24T08:26:36.0819909Z * [new branch] gh/bobrenjc93/197/orig -> origin/gh/bobrenjc93/197/orig 2025-01-24T08:26:36.0821971Z * [new branch] gh/bobrenjc93/198/base -> origin/gh/bobrenjc93/198/base 2025-01-24T08:26:36.0823345Z * [new branch] gh/bobrenjc93/198/head -> origin/gh/bobrenjc93/198/head 2025-01-24T08:26:36.0824778Z * [new branch] gh/bobrenjc93/198/orig -> origin/gh/bobrenjc93/198/orig 2025-01-24T08:26:36.0826893Z * [new branch] gh/bobrenjc93/199/base -> origin/gh/bobrenjc93/199/base 2025-01-24T08:26:36.0828366Z * [new branch] gh/bobrenjc93/199/head -> origin/gh/bobrenjc93/199/head 2025-01-24T08:26:36.0829765Z * [new branch] gh/bobrenjc93/199/orig -> origin/gh/bobrenjc93/199/orig 2025-01-24T08:26:36.0831880Z * [new branch] gh/bobrenjc93/200/base -> origin/gh/bobrenjc93/200/base 2025-01-24T08:26:36.0833293Z * [new branch] gh/bobrenjc93/200/head -> origin/gh/bobrenjc93/200/head 2025-01-24T08:26:36.0834672Z * [new branch] gh/bobrenjc93/200/orig -> origin/gh/bobrenjc93/200/orig 2025-01-24T08:26:36.0836860Z * [new branch] gh/bobrenjc93/201/base -> origin/gh/bobrenjc93/201/base 2025-01-24T08:26:36.0838303Z * [new branch] gh/bobrenjc93/201/head -> origin/gh/bobrenjc93/201/head 2025-01-24T08:26:36.0839680Z * [new branch] gh/bobrenjc93/201/orig -> origin/gh/bobrenjc93/201/orig 2025-01-24T08:26:36.0841772Z * [new branch] gh/bobrenjc93/202/base -> origin/gh/bobrenjc93/202/base 2025-01-24T08:26:36.0843148Z * [new branch] gh/bobrenjc93/202/head -> origin/gh/bobrenjc93/202/head 2025-01-24T08:26:36.0844523Z * [new branch] gh/bobrenjc93/202/orig -> origin/gh/bobrenjc93/202/orig 2025-01-24T08:26:36.0846697Z * [new branch] gh/bobrenjc93/203/base -> origin/gh/bobrenjc93/203/base 2025-01-24T08:26:36.0848287Z * [new branch] gh/bobrenjc93/203/head -> origin/gh/bobrenjc93/203/head 2025-01-24T08:26:36.0849523Z * [new branch] gh/bobrenjc93/203/orig -> origin/gh/bobrenjc93/203/orig 2025-01-24T08:26:36.0851860Z * [new branch] gh/bobrenjc93/204/base -> origin/gh/bobrenjc93/204/base 2025-01-24T08:26:36.0853247Z * [new branch] gh/bobrenjc93/204/head -> origin/gh/bobrenjc93/204/head 2025-01-24T08:26:36.0854704Z * [new branch] gh/bobrenjc93/204/orig -> origin/gh/bobrenjc93/204/orig 2025-01-24T08:26:36.0856824Z * [new branch] gh/bobrenjc93/205/base -> origin/gh/bobrenjc93/205/base 2025-01-24T08:26:36.0858202Z * [new branch] gh/bobrenjc93/205/head -> origin/gh/bobrenjc93/205/head 2025-01-24T08:26:36.0859756Z * [new branch] gh/bobrenjc93/205/orig -> origin/gh/bobrenjc93/205/orig 2025-01-24T08:26:36.0861725Z * [new branch] gh/bobrenjc93/206/base -> origin/gh/bobrenjc93/206/base 2025-01-24T08:26:36.0863063Z * [new branch] gh/bobrenjc93/206/head -> origin/gh/bobrenjc93/206/head 2025-01-24T08:26:36.0864506Z * [new branch] gh/bobrenjc93/206/orig -> origin/gh/bobrenjc93/206/orig 2025-01-24T08:26:36.0866853Z * [new branch] gh/bobrenjc93/207/base -> origin/gh/bobrenjc93/207/base 2025-01-24T08:26:36.0868044Z * [new branch] gh/bobrenjc93/207/head -> origin/gh/bobrenjc93/207/head 2025-01-24T08:26:36.0869428Z * [new branch] gh/bobrenjc93/207/orig -> origin/gh/bobrenjc93/207/orig 2025-01-24T08:26:36.0871544Z * [new branch] gh/bobrenjc93/208/base -> origin/gh/bobrenjc93/208/base 2025-01-24T08:26:36.0872960Z * [new branch] gh/bobrenjc93/208/head -> origin/gh/bobrenjc93/208/head 2025-01-24T08:26:36.0874393Z * [new branch] gh/bobrenjc93/208/orig -> origin/gh/bobrenjc93/208/orig 2025-01-24T08:26:36.0876541Z * [new branch] gh/bobrenjc93/209/base -> origin/gh/bobrenjc93/209/base 2025-01-24T08:26:36.0877974Z * [new branch] gh/bobrenjc93/209/head -> origin/gh/bobrenjc93/209/head 2025-01-24T08:26:36.0879368Z * [new branch] gh/bobrenjc93/209/orig -> origin/gh/bobrenjc93/209/orig 2025-01-24T08:26:36.0881638Z * [new branch] gh/bobrenjc93/210/base -> origin/gh/bobrenjc93/210/base 2025-01-24T08:26:36.0883019Z * [new branch] gh/bobrenjc93/210/head -> origin/gh/bobrenjc93/210/head 2025-01-24T08:26:36.0884411Z * [new branch] gh/bobrenjc93/210/orig -> origin/gh/bobrenjc93/210/orig 2025-01-24T08:26:36.0886511Z * [new branch] gh/bobrenjc93/211/base -> origin/gh/bobrenjc93/211/base 2025-01-24T08:26:36.0887916Z * [new branch] gh/bobrenjc93/211/head -> origin/gh/bobrenjc93/211/head 2025-01-24T08:26:36.0889342Z * [new branch] gh/bobrenjc93/211/orig -> origin/gh/bobrenjc93/211/orig 2025-01-24T08:26:36.0892521Z * [new branch] gh/bobrenjc93/212/base -> origin/gh/bobrenjc93/212/base 2025-01-24T08:26:36.0893944Z * [new branch] gh/bobrenjc93/212/head -> origin/gh/bobrenjc93/212/head 2025-01-24T08:26:36.0895388Z * [new branch] gh/bobrenjc93/212/orig -> origin/gh/bobrenjc93/212/orig 2025-01-24T08:26:36.0897476Z * [new branch] gh/bobrenjc93/213/base -> origin/gh/bobrenjc93/213/base 2025-01-24T08:26:36.0898896Z * [new branch] gh/bobrenjc93/213/head -> origin/gh/bobrenjc93/213/head 2025-01-24T08:26:36.0900204Z * [new branch] gh/bobrenjc93/213/orig -> origin/gh/bobrenjc93/213/orig 2025-01-24T08:26:36.0902368Z * [new branch] gh/bobrenjc93/214/base -> origin/gh/bobrenjc93/214/base 2025-01-24T08:26:36.0903813Z * [new branch] gh/bobrenjc93/214/head -> origin/gh/bobrenjc93/214/head 2025-01-24T08:26:36.0905341Z * [new branch] gh/bobrenjc93/214/orig -> origin/gh/bobrenjc93/214/orig 2025-01-24T08:26:36.0907375Z * [new branch] gh/bobrenjc93/215/base -> origin/gh/bobrenjc93/215/base 2025-01-24T08:26:36.0908754Z * [new branch] gh/bobrenjc93/215/head -> origin/gh/bobrenjc93/215/head 2025-01-24T08:26:36.0910126Z * [new branch] gh/bobrenjc93/215/orig -> origin/gh/bobrenjc93/215/orig 2025-01-24T08:26:36.0912251Z * [new branch] gh/bobrenjc93/216/base -> origin/gh/bobrenjc93/216/base 2025-01-24T08:26:36.0913682Z * [new branch] gh/bobrenjc93/216/head -> origin/gh/bobrenjc93/216/head 2025-01-24T08:26:36.0915099Z * [new branch] gh/bobrenjc93/216/orig -> origin/gh/bobrenjc93/216/orig 2025-01-24T08:26:36.0917338Z * [new branch] gh/bobrenjc93/217/base -> origin/gh/bobrenjc93/217/base 2025-01-24T08:26:36.0918754Z * [new branch] gh/bobrenjc93/217/head -> origin/gh/bobrenjc93/217/head 2025-01-24T08:26:36.0920084Z * [new branch] gh/bobrenjc93/217/orig -> origin/gh/bobrenjc93/217/orig 2025-01-24T08:26:36.0922278Z * [new branch] gh/bobrenjc93/218/base -> origin/gh/bobrenjc93/218/base 2025-01-24T08:26:36.0923627Z * [new branch] gh/bobrenjc93/218/head -> origin/gh/bobrenjc93/218/head 2025-01-24T08:26:36.0924924Z * [new branch] gh/bobrenjc93/218/orig -> origin/gh/bobrenjc93/218/orig 2025-01-24T08:26:36.0927083Z * [new branch] gh/bobrenjc93/219/base -> origin/gh/bobrenjc93/219/base 2025-01-24T08:26:36.0928480Z * [new branch] gh/bobrenjc93/219/head -> origin/gh/bobrenjc93/219/head 2025-01-24T08:26:36.0929838Z * [new branch] gh/bobrenjc93/219/orig -> origin/gh/bobrenjc93/219/orig 2025-01-24T08:26:36.0932176Z * [new branch] gh/bobrenjc93/220/base -> origin/gh/bobrenjc93/220/base 2025-01-24T08:26:36.0933626Z * [new branch] gh/bobrenjc93/220/head -> origin/gh/bobrenjc93/220/head 2025-01-24T08:26:36.0934994Z * [new branch] gh/bobrenjc93/220/orig -> origin/gh/bobrenjc93/220/orig 2025-01-24T08:26:36.0937219Z * [new branch] gh/bobrenjc93/221/base -> origin/gh/bobrenjc93/221/base 2025-01-24T08:26:36.0938571Z * [new branch] gh/bobrenjc93/221/head -> origin/gh/bobrenjc93/221/head 2025-01-24T08:26:36.0940003Z * [new branch] gh/bobrenjc93/221/orig -> origin/gh/bobrenjc93/221/orig 2025-01-24T08:26:36.0942243Z * [new branch] gh/bobrenjc93/222/base -> origin/gh/bobrenjc93/222/base 2025-01-24T08:26:36.0943662Z * [new branch] gh/bobrenjc93/222/head -> origin/gh/bobrenjc93/222/head 2025-01-24T08:26:36.0945537Z * [new branch] gh/bobrenjc93/222/orig -> origin/gh/bobrenjc93/222/orig 2025-01-24T08:26:36.0947285Z * [new branch] gh/bobrenjc93/223/base -> origin/gh/bobrenjc93/223/base 2025-01-24T08:26:36.0948666Z * [new branch] gh/bobrenjc93/223/head -> origin/gh/bobrenjc93/223/head 2025-01-24T08:26:36.0950088Z * [new branch] gh/bobrenjc93/223/orig -> origin/gh/bobrenjc93/223/orig 2025-01-24T08:26:36.0952278Z * [new branch] gh/bobrenjc93/224/base -> origin/gh/bobrenjc93/224/base 2025-01-24T08:26:36.0953662Z * [new branch] gh/bobrenjc93/224/head -> origin/gh/bobrenjc93/224/head 2025-01-24T08:26:36.0955054Z * [new branch] gh/bobrenjc93/224/orig -> origin/gh/bobrenjc93/224/orig 2025-01-24T08:26:36.0957214Z * [new branch] gh/bobrenjc93/225/base -> origin/gh/bobrenjc93/225/base 2025-01-24T08:26:36.0958603Z * [new branch] gh/bobrenjc93/225/head -> origin/gh/bobrenjc93/225/head 2025-01-24T08:26:36.0959988Z * [new branch] gh/bobrenjc93/225/orig -> origin/gh/bobrenjc93/225/orig 2025-01-24T08:26:36.0962174Z * [new branch] gh/bobrenjc93/226/base -> origin/gh/bobrenjc93/226/base 2025-01-24T08:26:36.0963763Z * [new branch] gh/bobrenjc93/226/head -> origin/gh/bobrenjc93/226/head 2025-01-24T08:26:36.0965048Z * [new branch] gh/bobrenjc93/226/orig -> origin/gh/bobrenjc93/226/orig 2025-01-24T08:26:36.0967193Z * [new branch] gh/bobrenjc93/227/base -> origin/gh/bobrenjc93/227/base 2025-01-24T08:26:36.0968595Z * [new branch] gh/bobrenjc93/227/head -> origin/gh/bobrenjc93/227/head 2025-01-24T08:26:36.0970051Z * [new branch] gh/bobrenjc93/227/orig -> origin/gh/bobrenjc93/227/orig 2025-01-24T08:26:36.0972448Z * [new branch] gh/bobrenjc93/228/base -> origin/gh/bobrenjc93/228/base 2025-01-24T08:26:36.0973829Z * [new branch] gh/bobrenjc93/228/head -> origin/gh/bobrenjc93/228/head 2025-01-24T08:26:36.0975209Z * [new branch] gh/bobrenjc93/228/orig -> origin/gh/bobrenjc93/228/orig 2025-01-24T08:26:36.0977452Z * [new branch] gh/bobrenjc93/229/base -> origin/gh/bobrenjc93/229/base 2025-01-24T08:26:36.0978861Z * [new branch] gh/bobrenjc93/229/head -> origin/gh/bobrenjc93/229/head 2025-01-24T08:26:36.0980281Z * [new branch] gh/bobrenjc93/229/orig -> origin/gh/bobrenjc93/229/orig 2025-01-24T08:26:36.0982658Z * [new branch] gh/bobrenjc93/230/base -> origin/gh/bobrenjc93/230/base 2025-01-24T08:26:36.0984287Z * [new branch] gh/bobrenjc93/230/head -> origin/gh/bobrenjc93/230/head 2025-01-24T08:26:36.0985697Z * [new branch] gh/bobrenjc93/230/orig -> origin/gh/bobrenjc93/230/orig 2025-01-24T08:26:36.0987820Z * [new branch] gh/bobrenjc93/231/base -> origin/gh/bobrenjc93/231/base 2025-01-24T08:26:36.0989248Z * [new branch] gh/bobrenjc93/231/head -> origin/gh/bobrenjc93/231/head 2025-01-24T08:26:36.0990697Z * [new branch] gh/bobrenjc93/231/orig -> origin/gh/bobrenjc93/231/orig 2025-01-24T08:26:36.0992829Z * [new branch] gh/bobrenjc93/232/base -> origin/gh/bobrenjc93/232/base 2025-01-24T08:26:36.0994183Z * [new branch] gh/bobrenjc93/232/head -> origin/gh/bobrenjc93/232/head 2025-01-24T08:26:36.0995620Z * [new branch] gh/bobrenjc93/232/orig -> origin/gh/bobrenjc93/232/orig 2025-01-24T08:26:36.0997794Z * [new branch] gh/bobrenjc93/233/base -> origin/gh/bobrenjc93/233/base 2025-01-24T08:26:36.0999234Z * [new branch] gh/bobrenjc93/233/head -> origin/gh/bobrenjc93/233/head 2025-01-24T08:26:36.1000643Z * [new branch] gh/bobrenjc93/233/orig -> origin/gh/bobrenjc93/233/orig 2025-01-24T08:26:36.1002850Z * [new branch] gh/bobrenjc93/234/base -> origin/gh/bobrenjc93/234/base 2025-01-24T08:26:36.1004196Z * [new branch] gh/bobrenjc93/234/head -> origin/gh/bobrenjc93/234/head 2025-01-24T08:26:36.1005579Z * [new branch] gh/bobrenjc93/234/orig -> origin/gh/bobrenjc93/234/orig 2025-01-24T08:26:36.1007799Z * [new branch] gh/bobrenjc93/235/base -> origin/gh/bobrenjc93/235/base 2025-01-24T08:26:36.1009299Z * [new branch] gh/bobrenjc93/235/head -> origin/gh/bobrenjc93/235/head 2025-01-24T08:26:36.1010783Z * [new branch] gh/bobrenjc93/235/orig -> origin/gh/bobrenjc93/235/orig 2025-01-24T08:26:36.1012909Z * [new branch] gh/bobrenjc93/236/base -> origin/gh/bobrenjc93/236/base 2025-01-24T08:26:36.1014317Z * [new branch] gh/bobrenjc93/236/head -> origin/gh/bobrenjc93/236/head 2025-01-24T08:26:36.1015715Z * [new branch] gh/bobrenjc93/236/orig -> origin/gh/bobrenjc93/236/orig 2025-01-24T08:26:36.1017932Z * [new branch] gh/bobrenjc93/237/base -> origin/gh/bobrenjc93/237/base 2025-01-24T08:26:36.1019394Z * [new branch] gh/bobrenjc93/237/head -> origin/gh/bobrenjc93/237/head 2025-01-24T08:26:36.1020876Z * [new branch] gh/bobrenjc93/237/orig -> origin/gh/bobrenjc93/237/orig 2025-01-24T08:26:36.1022899Z * [new branch] gh/bobrenjc93/238/base -> origin/gh/bobrenjc93/238/base 2025-01-24T08:26:36.1024255Z * [new branch] gh/bobrenjc93/238/head -> origin/gh/bobrenjc93/238/head 2025-01-24T08:26:36.1025650Z * [new branch] gh/bobrenjc93/238/orig -> origin/gh/bobrenjc93/238/orig 2025-01-24T08:26:36.1027836Z * [new branch] gh/bobrenjc93/239/base -> origin/gh/bobrenjc93/239/base 2025-01-24T08:26:36.1029245Z * [new branch] gh/bobrenjc93/239/head -> origin/gh/bobrenjc93/239/head 2025-01-24T08:26:36.1030659Z * [new branch] gh/bobrenjc93/239/orig -> origin/gh/bobrenjc93/239/orig 2025-01-24T08:26:36.1032753Z * [new branch] gh/bobrenjc93/240/base -> origin/gh/bobrenjc93/240/base 2025-01-24T08:26:36.1034127Z * [new branch] gh/bobrenjc93/240/head -> origin/gh/bobrenjc93/240/head 2025-01-24T08:26:36.1035545Z * [new branch] gh/bobrenjc93/240/orig -> origin/gh/bobrenjc93/240/orig 2025-01-24T08:26:36.1037862Z * [new branch] gh/bobrenjc93/241/base -> origin/gh/bobrenjc93/241/base 2025-01-24T08:26:36.1039337Z * [new branch] gh/bobrenjc93/241/head -> origin/gh/bobrenjc93/241/head 2025-01-24T08:26:36.1040730Z * [new branch] gh/bobrenjc93/241/orig -> origin/gh/bobrenjc93/241/orig 2025-01-24T08:26:36.1042957Z * [new branch] gh/bobrenjc93/242/base -> origin/gh/bobrenjc93/242/base 2025-01-24T08:26:36.1044354Z * [new branch] gh/bobrenjc93/242/head -> origin/gh/bobrenjc93/242/head 2025-01-24T08:26:36.1045791Z * [new branch] gh/bobrenjc93/242/orig -> origin/gh/bobrenjc93/242/orig 2025-01-24T08:26:36.1048054Z * [new branch] gh/bobrenjc93/243/base -> origin/gh/bobrenjc93/243/base 2025-01-24T08:26:36.1049487Z * [new branch] gh/bobrenjc93/243/head -> origin/gh/bobrenjc93/243/head 2025-01-24T08:26:36.1051811Z * [new branch] gh/bobrenjc93/243/orig -> origin/gh/bobrenjc93/243/orig 2025-01-24T08:26:36.1054058Z * [new branch] gh/bobrenjc93/244/base -> origin/gh/bobrenjc93/244/base 2025-01-24T08:26:36.1055438Z * [new branch] gh/bobrenjc93/244/head -> origin/gh/bobrenjc93/244/head 2025-01-24T08:26:36.1056773Z * [new branch] gh/bobrenjc93/244/orig -> origin/gh/bobrenjc93/244/orig 2025-01-24T08:26:36.1058902Z * [new branch] gh/bobrenjc93/245/base -> origin/gh/bobrenjc93/245/base 2025-01-24T08:26:36.1060363Z * [new branch] gh/bobrenjc93/245/head -> origin/gh/bobrenjc93/245/head 2025-01-24T08:26:36.1061646Z * [new branch] gh/bobrenjc93/245/orig -> origin/gh/bobrenjc93/245/orig 2025-01-24T08:26:36.1063932Z * [new branch] gh/bobrenjc93/246/base -> origin/gh/bobrenjc93/246/base 2025-01-24T08:26:36.1065334Z * [new branch] gh/bobrenjc93/246/head -> origin/gh/bobrenjc93/246/head 2025-01-24T08:26:36.1066780Z * [new branch] gh/bobrenjc93/246/orig -> origin/gh/bobrenjc93/246/orig 2025-01-24T08:26:36.1068953Z * [new branch] gh/bobrenjc93/247/base -> origin/gh/bobrenjc93/247/base 2025-01-24T08:26:36.1070373Z * [new branch] gh/bobrenjc93/247/head -> origin/gh/bobrenjc93/247/head 2025-01-24T08:26:36.1071879Z * [new branch] gh/bobrenjc93/247/orig -> origin/gh/bobrenjc93/247/orig 2025-01-24T08:26:36.1073881Z * [new branch] gh/bobrenjc93/248/base -> origin/gh/bobrenjc93/248/base 2025-01-24T08:26:36.1075262Z * [new branch] gh/bobrenjc93/248/head -> origin/gh/bobrenjc93/248/head 2025-01-24T08:26:36.1076676Z * [new branch] gh/bobrenjc93/248/orig -> origin/gh/bobrenjc93/248/orig 2025-01-24T08:26:36.1078798Z * [new branch] gh/bobrenjc93/249/base -> origin/gh/bobrenjc93/249/base 2025-01-24T08:26:36.1080360Z * [new branch] gh/bobrenjc93/249/head -> origin/gh/bobrenjc93/249/head 2025-01-24T08:26:36.1081564Z * [new branch] gh/bobrenjc93/249/orig -> origin/gh/bobrenjc93/249/orig 2025-01-24T08:26:36.1083704Z * [new branch] gh/bobrenjc93/250/base -> origin/gh/bobrenjc93/250/base 2025-01-24T08:26:36.1085099Z * [new branch] gh/bobrenjc93/250/head -> origin/gh/bobrenjc93/250/head 2025-01-24T08:26:36.1086508Z * [new branch] gh/bobrenjc93/250/orig -> origin/gh/bobrenjc93/250/orig 2025-01-24T08:26:36.1088899Z * [new branch] gh/bobrenjc93/251/base -> origin/gh/bobrenjc93/251/base 2025-01-24T08:26:36.1090328Z * [new branch] gh/bobrenjc93/251/head -> origin/gh/bobrenjc93/251/head 2025-01-24T08:26:36.1091861Z * [new branch] gh/bobrenjc93/251/orig -> origin/gh/bobrenjc93/251/orig 2025-01-24T08:26:36.1094055Z * [new branch] gh/bobrenjc93/252/base -> origin/gh/bobrenjc93/252/base 2025-01-24T08:26:36.1095453Z * [new branch] gh/bobrenjc93/252/head -> origin/gh/bobrenjc93/252/head 2025-01-24T08:26:36.1096821Z * [new branch] gh/bobrenjc93/252/orig -> origin/gh/bobrenjc93/252/orig 2025-01-24T08:26:36.1099003Z * [new branch] gh/bobrenjc93/253/base -> origin/gh/bobrenjc93/253/base 2025-01-24T08:26:36.1100454Z * [new branch] gh/bobrenjc93/253/head -> origin/gh/bobrenjc93/253/head 2025-01-24T08:26:36.1101894Z * [new branch] gh/bobrenjc93/253/orig -> origin/gh/bobrenjc93/253/orig 2025-01-24T08:26:36.1104085Z * [new branch] gh/bobrenjc93/254/base -> origin/gh/bobrenjc93/254/base 2025-01-24T08:26:36.1105461Z * [new branch] gh/bobrenjc93/254/head -> origin/gh/bobrenjc93/254/head 2025-01-24T08:26:36.1106871Z * [new branch] gh/bobrenjc93/254/orig -> origin/gh/bobrenjc93/254/orig 2025-01-24T08:26:36.1109140Z * [new branch] gh/bobrenjc93/255/base -> origin/gh/bobrenjc93/255/base 2025-01-24T08:26:36.1110549Z * [new branch] gh/bobrenjc93/255/head -> origin/gh/bobrenjc93/255/head 2025-01-24T08:26:36.1112076Z * [new branch] gh/bobrenjc93/255/orig -> origin/gh/bobrenjc93/255/orig 2025-01-24T08:26:36.1114875Z * [new branch] gh/briancoutinho/2/base -> origin/gh/briancoutinho/2/base 2025-01-24T08:26:36.1116362Z * [new branch] gh/briancoutinho/2/head -> origin/gh/briancoutinho/2/head 2025-01-24T08:26:36.1119116Z * [new branch] gh/c-p-i-o/1/base -> origin/gh/c-p-i-o/1/base 2025-01-24T08:26:36.1120488Z * [new branch] gh/c-p-i-o/1/head -> origin/gh/c-p-i-o/1/head 2025-01-24T08:26:36.1121907Z * [new branch] gh/c-p-i-o/1/orig -> origin/gh/c-p-i-o/1/orig 2025-01-24T08:26:36.1124056Z * [new branch] gh/c-p-i-o/3/base -> origin/gh/c-p-i-o/3/base 2025-01-24T08:26:36.1125571Z * [new branch] gh/c-p-i-o/3/head -> origin/gh/c-p-i-o/3/head 2025-01-24T08:26:36.1126956Z * [new branch] gh/c-p-i-o/3/orig -> origin/gh/c-p-i-o/3/orig 2025-01-24T08:26:36.1129159Z * [new branch] gh/c-p-i-o/4/base -> origin/gh/c-p-i-o/4/base 2025-01-24T08:26:36.1130682Z * [new branch] gh/c-p-i-o/4/head -> origin/gh/c-p-i-o/4/head 2025-01-24T08:26:36.1133019Z * [new branch] gh/c-p-i-o/4/orig -> origin/gh/c-p-i-o/4/orig 2025-01-24T08:26:36.1135346Z * [new branch] gh/c-p-i-o/5/base -> origin/gh/c-p-i-o/5/base 2025-01-24T08:26:36.1136779Z * [new branch] gh/c-p-i-o/5/head -> origin/gh/c-p-i-o/5/head 2025-01-24T08:26:36.1138199Z * [new branch] gh/c-p-i-o/5/orig -> origin/gh/c-p-i-o/5/orig 2025-01-24T08:26:36.1140957Z * [new branch] gh/c00w/19/base -> origin/gh/c00w/19/base 2025-01-24T08:26:36.1142532Z * [new branch] gh/c00w/19/head -> origin/gh/c00w/19/head 2025-01-24T08:26:36.1143830Z * [new branch] gh/c00w/19/orig -> origin/gh/c00w/19/orig 2025-01-24T08:26:36.1145865Z * [new branch] gh/c00w/20/base -> origin/gh/c00w/20/base 2025-01-24T08:26:36.1147221Z * [new branch] gh/c00w/20/head -> origin/gh/c00w/20/head 2025-01-24T08:26:36.1148625Z * [new branch] gh/c00w/20/orig -> origin/gh/c00w/20/orig 2025-01-24T08:26:36.1150716Z * [new branch] gh/c00w/21/base -> origin/gh/c00w/21/base 2025-01-24T08:26:36.1152090Z * [new branch] gh/c00w/21/head -> origin/gh/c00w/21/head 2025-01-24T08:26:36.1153493Z * [new branch] gh/c00w/21/orig -> origin/gh/c00w/21/orig 2025-01-24T08:26:36.1155665Z * [new branch] gh/c00w/23/base -> origin/gh/c00w/23/base 2025-01-24T08:26:36.1157057Z * [new branch] gh/c00w/23/head -> origin/gh/c00w/23/head 2025-01-24T08:26:36.1159186Z * [new branch] gh/c00w/24/base -> origin/gh/c00w/24/base 2025-01-24T08:26:36.1160572Z * [new branch] gh/c00w/24/head -> origin/gh/c00w/24/head 2025-01-24T08:26:36.1162090Z * [new branch] gh/c00w/24/orig -> origin/gh/c00w/24/orig 2025-01-24T08:26:36.1164251Z * [new branch] gh/c00w/25/base -> origin/gh/c00w/25/base 2025-01-24T08:26:36.1165709Z * [new branch] gh/c00w/25/head -> origin/gh/c00w/25/head 2025-01-24T08:26:36.1167194Z * [new branch] gh/c00w/25/orig -> origin/gh/c00w/25/orig 2025-01-24T08:26:36.1169401Z * [new branch] gh/c00w/26/base -> origin/gh/c00w/26/base 2025-01-24T08:26:36.1170922Z * [new branch] gh/c00w/26/head -> origin/gh/c00w/26/head 2025-01-24T08:26:36.1172404Z * [new branch] gh/c00w/26/orig -> origin/gh/c00w/26/orig 2025-01-24T08:26:36.1174511Z * [new branch] gh/c00w/27/base -> origin/gh/c00w/27/base 2025-01-24T08:26:36.1175862Z * [new branch] gh/c00w/27/head -> origin/gh/c00w/27/head 2025-01-24T08:26:36.1177251Z * [new branch] gh/c00w/27/orig -> origin/gh/c00w/27/orig 2025-01-24T08:26:36.1179450Z * [new branch] gh/c00w/28/base -> origin/gh/c00w/28/base 2025-01-24T08:26:36.1180847Z * [new branch] gh/c00w/28/head -> origin/gh/c00w/28/head 2025-01-24T08:26:36.1182253Z * [new branch] gh/c00w/28/orig -> origin/gh/c00w/28/orig 2025-01-24T08:26:36.1184744Z * [new branch] gh/c00w/29/base -> origin/gh/c00w/29/base 2025-01-24T08:26:36.1185969Z * [new branch] gh/c00w/29/head -> origin/gh/c00w/29/head 2025-01-24T08:26:36.1187431Z * [new branch] gh/c00w/29/orig -> origin/gh/c00w/29/orig 2025-01-24T08:26:36.1189630Z * [new branch] gh/c00w/30/base -> origin/gh/c00w/30/base 2025-01-24T08:26:36.1191147Z * [new branch] gh/c00w/30/head -> origin/gh/c00w/30/head 2025-01-24T08:26:36.1192607Z * [new branch] gh/c00w/30/orig -> origin/gh/c00w/30/orig 2025-01-24T08:26:36.1194723Z * [new branch] gh/c00w/31/base -> origin/gh/c00w/31/base 2025-01-24T08:26:36.1196215Z * [new branch] gh/c00w/31/head -> origin/gh/c00w/31/head 2025-01-24T08:26:36.1197648Z * [new branch] gh/c00w/31/orig -> origin/gh/c00w/31/orig 2025-01-24T08:26:36.1200389Z * [new branch] gh/chenyang78/1/base -> origin/gh/chenyang78/1/base 2025-01-24T08:26:36.1201815Z * [new branch] gh/chenyang78/1/head -> origin/gh/chenyang78/1/head 2025-01-24T08:26:36.1203414Z * [new branch] gh/chenyang78/1/orig -> origin/gh/chenyang78/1/orig 2025-01-24T08:26:36.1206051Z * [new branch] gh/chillee/220/base -> origin/gh/chillee/220/base 2025-01-24T08:26:36.1207410Z * [new branch] gh/chillee/220/head -> origin/gh/chillee/220/head 2025-01-24T08:26:36.1208845Z * [new branch] gh/chillee/220/orig -> origin/gh/chillee/220/orig 2025-01-24T08:26:36.1211173Z * [new branch] gh/chillee/352/base -> origin/gh/chillee/352/base 2025-01-24T08:26:36.1212542Z * [new branch] gh/chillee/352/head -> origin/gh/chillee/352/head 2025-01-24T08:26:36.1213926Z * [new branch] gh/chillee/352/orig -> origin/gh/chillee/352/orig 2025-01-24T08:26:36.1216186Z * [new branch] gh/chillee/360/base -> origin/gh/chillee/360/base 2025-01-24T08:26:36.1217574Z * [new branch] gh/chillee/360/head -> origin/gh/chillee/360/head 2025-01-24T08:26:36.1219035Z * [new branch] gh/chillee/360/orig -> origin/gh/chillee/360/orig 2025-01-24T08:26:36.1221419Z * [new branch] gh/chillee/362/base -> origin/gh/chillee/362/base 2025-01-24T08:26:36.1222840Z * [new branch] gh/chillee/362/head -> origin/gh/chillee/362/head 2025-01-24T08:26:36.1224219Z * [new branch] gh/chillee/362/orig -> origin/gh/chillee/362/orig 2025-01-24T08:26:36.1226449Z * [new branch] gh/chillee/367/base -> origin/gh/chillee/367/base 2025-01-24T08:26:36.1227925Z * [new branch] gh/chillee/367/head -> origin/gh/chillee/367/head 2025-01-24T08:26:36.1229335Z * [new branch] gh/chillee/367/orig -> origin/gh/chillee/367/orig 2025-01-24T08:26:36.1231757Z * [new branch] gh/chillee/376/base -> origin/gh/chillee/376/base 2025-01-24T08:26:36.1232890Z * [new branch] gh/chillee/376/head -> origin/gh/chillee/376/head 2025-01-24T08:26:36.1234365Z * [new branch] gh/chillee/376/orig -> origin/gh/chillee/376/orig 2025-01-24T08:26:36.1236745Z * [new branch] gh/chillee/377/base -> origin/gh/chillee/377/base 2025-01-24T08:26:36.1238004Z * [new branch] gh/chillee/377/head -> origin/gh/chillee/377/head 2025-01-24T08:26:36.1239405Z * [new branch] gh/chillee/377/orig -> origin/gh/chillee/377/orig 2025-01-24T08:26:36.1241809Z * [new branch] gh/chillee/378/base -> origin/gh/chillee/378/base 2025-01-24T08:26:36.1243067Z * [new branch] gh/chillee/378/head -> origin/gh/chillee/378/head 2025-01-24T08:26:36.1244443Z * [new branch] gh/chillee/378/orig -> origin/gh/chillee/378/orig 2025-01-24T08:26:36.1246500Z * [new branch] gh/chillee/379/base -> origin/gh/chillee/379/base 2025-01-24T08:26:36.1247979Z * [new branch] gh/chillee/379/head -> origin/gh/chillee/379/head 2025-01-24T08:26:36.1249409Z * [new branch] gh/chillee/379/orig -> origin/gh/chillee/379/orig 2025-01-24T08:26:36.1252445Z * [new branch] gh/chunyuan-w/1/base -> origin/gh/chunyuan-w/1/base 2025-01-24T08:26:36.1253794Z * [new branch] gh/chunyuan-w/1/head -> origin/gh/chunyuan-w/1/head 2025-01-24T08:26:36.1255216Z * [new branch] gh/chunyuan-w/1/orig -> origin/gh/chunyuan-w/1/orig 2025-01-24T08:26:36.1257487Z * [new branch] gh/chunyuan-w/3/base -> origin/gh/chunyuan-w/3/base 2025-01-24T08:26:36.1258674Z * [new branch] gh/chunyuan-w/3/head -> origin/gh/chunyuan-w/3/head 2025-01-24T08:26:36.1260175Z * [new branch] gh/chunyuan-w/3/orig -> origin/gh/chunyuan-w/3/orig 2025-01-24T08:26:36.1262364Z * [new branch] gh/chunyuan-w/4/base -> origin/gh/chunyuan-w/4/base 2025-01-24T08:26:36.1263850Z * [new branch] gh/chunyuan-w/4/head -> origin/gh/chunyuan-w/4/head 2025-01-24T08:26:36.1265085Z * [new branch] gh/chunyuan-w/4/orig -> origin/gh/chunyuan-w/4/orig 2025-01-24T08:26:36.1267719Z * [new branch] gh/clee2000/1/base -> origin/gh/clee2000/1/base 2025-01-24T08:26:36.1269284Z * [new branch] gh/clee2000/1/head -> origin/gh/clee2000/1/head 2025-01-24T08:26:36.1270728Z * [new branch] gh/clee2000/1/orig -> origin/gh/clee2000/1/orig 2025-01-24T08:26:36.1273602Z * [new branch] gh/davidberard98/230/base -> origin/gh/davidberard98/230/base 2025-01-24T08:26:36.1275056Z * [new branch] gh/davidberard98/230/head -> origin/gh/davidberard98/230/head 2025-01-24T08:26:36.1276642Z * [new branch] gh/davidberard98/230/orig -> origin/gh/davidberard98/230/orig 2025-01-24T08:26:36.1278621Z * [new branch] gh/davidberard98/328/base -> origin/gh/davidberard98/328/base 2025-01-24T08:26:36.1280030Z * [new branch] gh/davidberard98/328/head -> origin/gh/davidberard98/328/head 2025-01-24T08:26:36.1281459Z * [new branch] gh/davidberard98/328/orig -> origin/gh/davidberard98/328/orig 2025-01-24T08:26:36.1283651Z * [new branch] gh/davidberard98/329/base -> origin/gh/davidberard98/329/base 2025-01-24T08:26:36.1285171Z * [new branch] gh/davidberard98/329/head -> origin/gh/davidberard98/329/head 2025-01-24T08:26:36.1286652Z * [new branch] gh/davidberard98/329/orig -> origin/gh/davidberard98/329/orig 2025-01-24T08:26:36.1288777Z * [new branch] gh/davidberard98/330/base -> origin/gh/davidberard98/330/base 2025-01-24T08:26:36.1290261Z * [new branch] gh/davidberard98/330/head -> origin/gh/davidberard98/330/head 2025-01-24T08:26:36.1292782Z * [new branch] gh/davidberard98/330/orig -> origin/gh/davidberard98/330/orig 2025-01-24T08:26:36.1294944Z * [new branch] gh/davidberard98/331/base -> origin/gh/davidberard98/331/base 2025-01-24T08:26:36.1296285Z * [new branch] gh/davidberard98/331/head -> origin/gh/davidberard98/331/head 2025-01-24T08:26:36.1297811Z * [new branch] gh/davidberard98/331/orig -> origin/gh/davidberard98/331/orig 2025-01-24T08:26:36.1300308Z * [new branch] gh/davidberard98/332/base -> origin/gh/davidberard98/332/base 2025-01-24T08:26:36.1301640Z * [new branch] gh/davidberard98/332/head -> origin/gh/davidberard98/332/head 2025-01-24T08:26:36.1303198Z * [new branch] gh/davidberard98/332/orig -> origin/gh/davidberard98/332/orig 2025-01-24T08:26:36.1305294Z * [new branch] gh/davidberard98/333/base -> origin/gh/davidberard98/333/base 2025-01-24T08:26:36.1306636Z * [new branch] gh/davidberard98/333/head -> origin/gh/davidberard98/333/head 2025-01-24T08:26:36.1308196Z * [new branch] gh/davidberard98/333/orig -> origin/gh/davidberard98/333/orig 2025-01-24T08:26:36.1310480Z * [new branch] gh/davidberard98/334/base -> origin/gh/davidberard98/334/base 2025-01-24T08:26:36.1311926Z * [new branch] gh/davidberard98/334/head -> origin/gh/davidberard98/334/head 2025-01-24T08:26:36.1313232Z * [new branch] gh/davidberard98/334/orig -> origin/gh/davidberard98/334/orig 2025-01-24T08:26:36.1316014Z * [new branch] gh/desertfire/520/base -> origin/gh/desertfire/520/base 2025-01-24T08:26:36.1317517Z * [new branch] gh/desertfire/520/head -> origin/gh/desertfire/520/head 2025-01-24T08:26:36.1319017Z * [new branch] gh/desertfire/520/orig -> origin/gh/desertfire/520/orig 2025-01-24T08:26:36.1321200Z * [new branch] gh/desertfire/522/base -> origin/gh/desertfire/522/base 2025-01-24T08:26:36.1322611Z * [new branch] gh/desertfire/522/head -> origin/gh/desertfire/522/head 2025-01-24T08:26:36.1324194Z * [new branch] gh/desertfire/522/orig -> origin/gh/desertfire/522/orig 2025-01-24T08:26:36.1326196Z * [new branch] gh/desertfire/528/base -> origin/gh/desertfire/528/base 2025-01-24T08:26:36.1327584Z * [new branch] gh/desertfire/528/head -> origin/gh/desertfire/528/head 2025-01-24T08:26:36.1329045Z * [new branch] gh/desertfire/528/orig -> origin/gh/desertfire/528/orig 2025-01-24T08:26:36.1331320Z * [new branch] gh/desertfire/529/base -> origin/gh/desertfire/529/base 2025-01-24T08:26:36.1332795Z * [new branch] gh/desertfire/529/head -> origin/gh/desertfire/529/head 2025-01-24T08:26:36.1334130Z * [new branch] gh/desertfire/529/orig -> origin/gh/desertfire/529/orig 2025-01-24T08:26:36.1336198Z * [new branch] gh/desertfire/530/base -> origin/gh/desertfire/530/base 2025-01-24T08:26:36.1337528Z * [new branch] gh/desertfire/530/head -> origin/gh/desertfire/530/head 2025-01-24T08:26:36.1339040Z * [new branch] gh/desertfire/530/orig -> origin/gh/desertfire/530/orig 2025-01-24T08:26:36.1341866Z * [new branch] gh/drisspg/100/base -> origin/gh/drisspg/100/base 2025-01-24T08:26:36.1343293Z * [new branch] gh/drisspg/100/head -> origin/gh/drisspg/100/head 2025-01-24T08:26:36.1344667Z * [new branch] gh/drisspg/100/orig -> origin/gh/drisspg/100/orig 2025-01-24T08:26:36.1346935Z * [new branch] gh/drisspg/103/base -> origin/gh/drisspg/103/base 2025-01-24T08:26:36.1348218Z * [new branch] gh/drisspg/103/head -> origin/gh/drisspg/103/head 2025-01-24T08:26:36.1349648Z * [new branch] gh/drisspg/103/orig -> origin/gh/drisspg/103/orig 2025-01-24T08:26:36.1351843Z * [new branch] gh/drisspg/104/base -> origin/gh/drisspg/104/base 2025-01-24T08:26:36.1353282Z * [new branch] gh/drisspg/104/head -> origin/gh/drisspg/104/head 2025-01-24T08:26:36.1354633Z * [new branch] gh/drisspg/104/orig -> origin/gh/drisspg/104/orig 2025-01-24T08:26:36.1356807Z * [new branch] gh/drisspg/106/base -> origin/gh/drisspg/106/base 2025-01-24T08:26:36.1358166Z * [new branch] gh/drisspg/106/head -> origin/gh/drisspg/106/head 2025-01-24T08:26:36.1359566Z * [new branch] gh/drisspg/106/orig -> origin/gh/drisspg/106/orig 2025-01-24T08:26:36.1361947Z * [new branch] gh/drisspg/107/base -> origin/gh/drisspg/107/base 2025-01-24T08:26:36.1363090Z * [new branch] gh/drisspg/107/head -> origin/gh/drisspg/107/head 2025-01-24T08:26:36.1364650Z * [new branch] gh/drisspg/107/orig -> origin/gh/drisspg/107/orig 2025-01-24T08:26:36.1366834Z * [new branch] gh/drisspg/108/base -> origin/gh/drisspg/108/base 2025-01-24T08:26:36.1368207Z * [new branch] gh/drisspg/108/head -> origin/gh/drisspg/108/head 2025-01-24T08:26:36.1369684Z * [new branch] gh/drisspg/108/orig -> origin/gh/drisspg/108/orig 2025-01-24T08:26:36.1371859Z * [new branch] gh/drisspg/109/base -> origin/gh/drisspg/109/base 2025-01-24T08:26:36.1373278Z * [new branch] gh/drisspg/109/head -> origin/gh/drisspg/109/head 2025-01-24T08:26:36.1374583Z * [new branch] gh/drisspg/109/orig -> origin/gh/drisspg/109/orig 2025-01-24T08:26:36.1376834Z * [new branch] gh/drisspg/110/base -> origin/gh/drisspg/110/base 2025-01-24T08:26:36.1378231Z * [new branch] gh/drisspg/110/head -> origin/gh/drisspg/110/head 2025-01-24T08:26:36.1379673Z * [new branch] gh/drisspg/110/orig -> origin/gh/drisspg/110/orig 2025-01-24T08:26:36.1381733Z * [new branch] gh/drisspg/111/base -> origin/gh/drisspg/111/base 2025-01-24T08:26:36.1383243Z * [new branch] gh/drisspg/111/head -> origin/gh/drisspg/111/head 2025-01-24T08:26:36.1384513Z * [new branch] gh/drisspg/111/orig -> origin/gh/drisspg/111/orig 2025-01-24T08:26:36.1386686Z * [new branch] gh/drisspg/112/base -> origin/gh/drisspg/112/base 2025-01-24T08:26:36.1388046Z * [new branch] gh/drisspg/112/head -> origin/gh/drisspg/112/head 2025-01-24T08:26:36.1389514Z * [new branch] gh/drisspg/112/orig -> origin/gh/drisspg/112/orig 2025-01-24T08:26:36.1391603Z * [new branch] gh/drisspg/113/base -> origin/gh/drisspg/113/base 2025-01-24T08:26:36.1393069Z * [new branch] gh/drisspg/113/head -> origin/gh/drisspg/113/head 2025-01-24T08:26:36.1394462Z * [new branch] gh/drisspg/113/orig -> origin/gh/drisspg/113/orig 2025-01-24T08:26:36.1396553Z * [new branch] gh/drisspg/114/base -> origin/gh/drisspg/114/base 2025-01-24T08:26:36.1397974Z * [new branch] gh/drisspg/114/head -> origin/gh/drisspg/114/head 2025-01-24T08:26:36.1399409Z * [new branch] gh/drisspg/114/orig -> origin/gh/drisspg/114/orig 2025-01-24T08:26:36.1401547Z * [new branch] gh/drisspg/115/base -> origin/gh/drisspg/115/base 2025-01-24T08:26:36.1403126Z * [new branch] gh/drisspg/115/head -> origin/gh/drisspg/115/head 2025-01-24T08:26:36.1404526Z * [new branch] gh/drisspg/115/orig -> origin/gh/drisspg/115/orig 2025-01-24T08:26:36.1406566Z * [new branch] gh/drisspg/116/base -> origin/gh/drisspg/116/base 2025-01-24T08:26:36.1407924Z * [new branch] gh/drisspg/116/head -> origin/gh/drisspg/116/head 2025-01-24T08:26:36.1409353Z * [new branch] gh/drisspg/116/orig -> origin/gh/drisspg/116/orig 2025-01-24T08:26:36.1411913Z * [new branch] gh/drisspg/117/base -> origin/gh/drisspg/117/base 2025-01-24T08:26:36.1413146Z * [new branch] gh/drisspg/117/head -> origin/gh/drisspg/117/head 2025-01-24T08:26:36.1414429Z * [new branch] gh/drisspg/117/orig -> origin/gh/drisspg/117/orig 2025-01-24T08:26:36.1416580Z * [new branch] gh/drisspg/118/base -> origin/gh/drisspg/118/base 2025-01-24T08:26:36.1418070Z * [new branch] gh/drisspg/118/head -> origin/gh/drisspg/118/head 2025-01-24T08:26:36.1419410Z * [new branch] gh/drisspg/118/orig -> origin/gh/drisspg/118/orig 2025-01-24T08:26:36.1421495Z * [new branch] gh/drisspg/119/base -> origin/gh/drisspg/119/base 2025-01-24T08:26:36.1422917Z * [new branch] gh/drisspg/119/head -> origin/gh/drisspg/119/head 2025-01-24T08:26:36.1424366Z * [new branch] gh/drisspg/119/orig -> origin/gh/drisspg/119/orig 2025-01-24T08:26:36.1426632Z * [new branch] gh/drisspg/32/base -> origin/gh/drisspg/32/base 2025-01-24T08:26:36.1428011Z * [new branch] gh/drisspg/32/head -> origin/gh/drisspg/32/head 2025-01-24T08:26:36.1429344Z * [new branch] gh/drisspg/32/orig -> origin/gh/drisspg/32/orig 2025-01-24T08:26:36.1431483Z * [new branch] gh/drisspg/66/base -> origin/gh/drisspg/66/base 2025-01-24T08:26:36.1432960Z * [new branch] gh/drisspg/66/head -> origin/gh/drisspg/66/head 2025-01-24T08:26:36.1434215Z * [new branch] gh/drisspg/66/orig -> origin/gh/drisspg/66/orig 2025-01-24T08:26:36.1436394Z * [new branch] gh/drisspg/72/base -> origin/gh/drisspg/72/base 2025-01-24T08:26:36.1438072Z * [new branch] gh/drisspg/72/head -> origin/gh/drisspg/72/head 2025-01-24T08:26:36.1439360Z * [new branch] gh/drisspg/72/orig -> origin/gh/drisspg/72/orig 2025-01-24T08:26:36.1441412Z * [new branch] gh/drisspg/79/base -> origin/gh/drisspg/79/base 2025-01-24T08:26:36.1443002Z * [new branch] gh/drisspg/79/head -> origin/gh/drisspg/79/head 2025-01-24T08:26:36.1444355Z * [new branch] gh/drisspg/79/orig -> origin/gh/drisspg/79/orig 2025-01-24T08:26:36.1446409Z * [new branch] gh/drisspg/94/base -> origin/gh/drisspg/94/base 2025-01-24T08:26:36.1447854Z * [new branch] gh/drisspg/94/head -> origin/gh/drisspg/94/head 2025-01-24T08:26:36.1449746Z * [new branch] gh/drisspg/94/orig -> origin/gh/drisspg/94/orig 2025-01-24T08:26:36.1452098Z * [new branch] gh/drisspg/98/base -> origin/gh/drisspg/98/base 2025-01-24T08:26:36.1453491Z * [new branch] gh/drisspg/98/head -> origin/gh/drisspg/98/head 2025-01-24T08:26:36.1454797Z * [new branch] gh/drisspg/98/orig -> origin/gh/drisspg/98/orig 2025-01-24T08:26:36.1457634Z * [new branch] gh/eellison/554/base -> origin/gh/eellison/554/base 2025-01-24T08:26:36.1459197Z * [new branch] gh/eellison/554/head -> origin/gh/eellison/554/head 2025-01-24T08:26:36.1460481Z * [new branch] gh/eellison/554/orig -> origin/gh/eellison/554/orig 2025-01-24T08:26:36.1462797Z * [new branch] gh/eellison/555/base -> origin/gh/eellison/555/base 2025-01-24T08:26:36.1464101Z * [new branch] gh/eellison/555/head -> origin/gh/eellison/555/head 2025-01-24T08:26:36.1465514Z * [new branch] gh/eellison/555/orig -> origin/gh/eellison/555/orig 2025-01-24T08:26:36.1467728Z * [new branch] gh/eellison/691/base -> origin/gh/eellison/691/base 2025-01-24T08:26:36.1469071Z * [new branch] gh/eellison/691/head -> origin/gh/eellison/691/head 2025-01-24T08:26:36.1470484Z * [new branch] gh/eellison/691/orig -> origin/gh/eellison/691/orig 2025-01-24T08:26:36.1472893Z * [new branch] gh/eellison/697/base -> origin/gh/eellison/697/base 2025-01-24T08:26:36.1474289Z * [new branch] gh/eellison/697/head -> origin/gh/eellison/697/head 2025-01-24T08:26:36.1475524Z * [new branch] gh/eellison/697/orig -> origin/gh/eellison/697/orig 2025-01-24T08:26:36.1477987Z * [new branch] gh/eellison/703/base -> origin/gh/eellison/703/base 2025-01-24T08:26:36.1479136Z * [new branch] gh/eellison/703/head -> origin/gh/eellison/703/head 2025-01-24T08:26:36.1480536Z * [new branch] gh/eellison/703/orig -> origin/gh/eellison/703/orig 2025-01-24T08:26:36.1482697Z * [new branch] gh/eellison/709/base -> origin/gh/eellison/709/base 2025-01-24T08:26:36.1484159Z * [new branch] gh/eellison/709/head -> origin/gh/eellison/709/head 2025-01-24T08:26:36.1485455Z * [new branch] gh/eellison/709/orig -> origin/gh/eellison/709/orig 2025-01-24T08:26:36.1487740Z * [new branch] gh/eellison/710/base -> origin/gh/eellison/710/base 2025-01-24T08:26:36.1489140Z * [new branch] gh/eellison/710/head -> origin/gh/eellison/710/head 2025-01-24T08:26:36.1490599Z * [new branch] gh/eellison/710/orig -> origin/gh/eellison/710/orig 2025-01-24T08:26:36.1492891Z * [new branch] gh/eellison/711/base -> origin/gh/eellison/711/base 2025-01-24T08:26:36.1494236Z * [new branch] gh/eellison/711/head -> origin/gh/eellison/711/head 2025-01-24T08:26:36.1495708Z * [new branch] gh/eellison/711/orig -> origin/gh/eellison/711/orig 2025-01-24T08:26:36.1497899Z * [new branch] gh/eellison/716/base -> origin/gh/eellison/716/base 2025-01-24T08:26:36.1499268Z * [new branch] gh/eellison/716/head -> origin/gh/eellison/716/head 2025-01-24T08:26:36.1500652Z * [new branch] gh/eellison/716/orig -> origin/gh/eellison/716/orig 2025-01-24T08:26:36.1503106Z * [new branch] gh/eellison/717/base -> origin/gh/eellison/717/base 2025-01-24T08:26:36.1504269Z * [new branch] gh/eellison/717/head -> origin/gh/eellison/717/head 2025-01-24T08:26:36.1505778Z * [new branch] gh/eellison/717/orig -> origin/gh/eellison/717/orig 2025-01-24T08:26:36.1507855Z * [new branch] gh/eellison/718/base -> origin/gh/eellison/718/base 2025-01-24T08:26:36.1509229Z * [new branch] gh/eellison/718/head -> origin/gh/eellison/718/head 2025-01-24T08:26:36.1510872Z * [new branch] gh/eellison/718/orig -> origin/gh/eellison/718/orig 2025-01-24T08:26:36.1514314Z * [new branch] gh/eellison/735/base -> origin/gh/eellison/735/base 2025-01-24T08:26:36.1515679Z * [new branch] gh/eellison/735/head -> origin/gh/eellison/735/head 2025-01-24T08:26:36.1517093Z * [new branch] gh/eellison/735/orig -> origin/gh/eellison/735/orig 2025-01-24T08:26:36.1519280Z * [new branch] gh/eellison/743/base -> origin/gh/eellison/743/base 2025-01-24T08:26:36.1520613Z * [new branch] gh/eellison/743/head -> origin/gh/eellison/743/head 2025-01-24T08:26:36.1522118Z * [new branch] gh/eellison/743/orig -> origin/gh/eellison/743/orig 2025-01-24T08:26:36.1524345Z * [new branch] gh/eellison/745/base -> origin/gh/eellison/745/base 2025-01-24T08:26:36.1525831Z * [new branch] gh/eellison/745/head -> origin/gh/eellison/745/head 2025-01-24T08:26:36.1527099Z * [new branch] gh/eellison/745/orig -> origin/gh/eellison/745/orig 2025-01-24T08:26:36.1529291Z * [new branch] gh/eellison/747/base -> origin/gh/eellison/747/base 2025-01-24T08:26:36.1530730Z * [new branch] gh/eellison/747/head -> origin/gh/eellison/747/head 2025-01-24T08:26:36.1532266Z * [new branch] gh/eellison/747/orig -> origin/gh/eellison/747/orig 2025-01-24T08:26:36.1534335Z * [new branch] gh/eellison/748/base -> origin/gh/eellison/748/base 2025-01-24T08:26:36.1535714Z * [new branch] gh/eellison/748/head -> origin/gh/eellison/748/head 2025-01-24T08:26:36.1537177Z * [new branch] gh/eellison/748/orig -> origin/gh/eellison/748/orig 2025-01-24T08:26:36.1539337Z * [new branch] gh/eellison/749/base -> origin/gh/eellison/749/base 2025-01-24T08:26:36.1540645Z * [new branch] gh/eellison/749/head -> origin/gh/eellison/749/head 2025-01-24T08:26:36.1542067Z * [new branch] gh/eellison/749/orig -> origin/gh/eellison/749/orig 2025-01-24T08:26:36.1544238Z * [new branch] gh/eellison/750/base -> origin/gh/eellison/750/base 2025-01-24T08:26:36.1545691Z * [new branch] gh/eellison/750/head -> origin/gh/eellison/750/head 2025-01-24T08:26:36.1546995Z * [new branch] gh/eellison/750/orig -> origin/gh/eellison/750/orig 2025-01-24T08:26:36.1549214Z * [new branch] gh/eellison/751/base -> origin/gh/eellison/751/base 2025-01-24T08:26:36.1550697Z * [new branch] gh/eellison/751/head -> origin/gh/eellison/751/head 2025-01-24T08:26:36.1552192Z * [new branch] gh/eellison/751/orig -> origin/gh/eellison/751/orig 2025-01-24T08:26:36.1554194Z * [new branch] gh/eellison/752/base -> origin/gh/eellison/752/base 2025-01-24T08:26:36.1555695Z * [new branch] gh/eellison/752/head -> origin/gh/eellison/752/head 2025-01-24T08:26:36.1556928Z * [new branch] gh/eellison/752/orig -> origin/gh/eellison/752/orig 2025-01-24T08:26:36.1559089Z * [new branch] gh/eellison/753/base -> origin/gh/eellison/753/base 2025-01-24T08:26:36.1560729Z * [new branch] gh/eellison/753/head -> origin/gh/eellison/753/head 2025-01-24T08:26:36.1562276Z * [new branch] gh/eellison/753/orig -> origin/gh/eellison/753/orig 2025-01-24T08:26:36.1564150Z * [new branch] gh/eellison/754/base -> origin/gh/eellison/754/base 2025-01-24T08:26:36.1565717Z * [new branch] gh/eellison/754/head -> origin/gh/eellison/754/head 2025-01-24T08:26:36.1567018Z * [new branch] gh/eellison/754/orig -> origin/gh/eellison/754/orig 2025-01-24T08:26:36.1569683Z * [new branch] gh/etaf/64/base -> origin/gh/etaf/64/base 2025-01-24T08:26:36.1571258Z * [new branch] gh/etaf/64/head -> origin/gh/etaf/64/head 2025-01-24T08:26:36.1572702Z * [new branch] gh/etaf/64/orig -> origin/gh/etaf/64/orig 2025-01-24T08:26:36.1574851Z * [new branch] gh/etaf/68/base -> origin/gh/etaf/68/base 2025-01-24T08:26:36.1576325Z * [new branch] gh/etaf/68/head -> origin/gh/etaf/68/head 2025-01-24T08:26:36.1577702Z * [new branch] gh/etaf/68/orig -> origin/gh/etaf/68/orig 2025-01-24T08:26:36.1579932Z * [new branch] gh/etaf/69/base -> origin/gh/etaf/69/base 2025-01-24T08:26:36.1581253Z * [new branch] gh/etaf/69/head -> origin/gh/etaf/69/head 2025-01-24T08:26:36.1582572Z * [new branch] gh/etaf/69/orig -> origin/gh/etaf/69/orig 2025-01-24T08:26:36.1584918Z * [new branch] gh/etaf/76/base -> origin/gh/etaf/76/base 2025-01-24T08:26:36.1586280Z * [new branch] gh/etaf/76/head -> origin/gh/etaf/76/head 2025-01-24T08:26:36.1587647Z * [new branch] gh/etaf/76/orig -> origin/gh/etaf/76/orig 2025-01-24T08:26:36.1589858Z * [new branch] gh/etaf/78/base -> origin/gh/etaf/78/base 2025-01-24T08:26:36.1591266Z * [new branch] gh/etaf/78/head -> origin/gh/etaf/78/head 2025-01-24T08:26:36.1592674Z * [new branch] gh/etaf/78/orig -> origin/gh/etaf/78/orig 2025-01-24T08:26:36.1594858Z * [new branch] gh/etaf/79/base -> origin/gh/etaf/79/base 2025-01-24T08:26:36.1596200Z * [new branch] gh/etaf/79/head -> origin/gh/etaf/79/head 2025-01-24T08:26:36.1597648Z * [new branch] gh/etaf/79/orig -> origin/gh/etaf/79/orig 2025-01-24T08:26:36.1599811Z * [new branch] gh/etaf/80/base -> origin/gh/etaf/80/base 2025-01-24T08:26:36.1601132Z * [new branch] gh/etaf/80/head -> origin/gh/etaf/80/head 2025-01-24T08:26:36.1602486Z * [new branch] gh/etaf/80/orig -> origin/gh/etaf/80/orig 2025-01-24T08:26:36.1604770Z * [new branch] gh/etaf/81/base -> origin/gh/etaf/81/base 2025-01-24T08:26:36.1606089Z * [new branch] gh/etaf/81/head -> origin/gh/etaf/81/head 2025-01-24T08:26:36.1607491Z * [new branch] gh/etaf/81/orig -> origin/gh/etaf/81/orig 2025-01-24T08:26:36.1609707Z * [new branch] gh/etaf/82/base -> origin/gh/etaf/82/base 2025-01-24T08:26:36.1612372Z * [new branch] gh/etaf/82/head -> origin/gh/etaf/82/head 2025-01-24T08:26:36.1613639Z * [new branch] gh/etaf/82/orig -> origin/gh/etaf/82/orig 2025-01-24T08:26:36.1615761Z * [new branch] gh/etaf/83/base -> origin/gh/etaf/83/base 2025-01-24T08:26:36.1617272Z * [new branch] gh/etaf/83/head -> origin/gh/etaf/83/head 2025-01-24T08:26:36.1618747Z * [new branch] gh/etaf/83/orig -> origin/gh/etaf/83/orig 2025-01-24T08:26:36.1620975Z * [new branch] gh/etaf/84/base -> origin/gh/etaf/84/base 2025-01-24T08:26:36.1622330Z * [new branch] gh/etaf/84/head -> origin/gh/etaf/84/head 2025-01-24T08:26:36.1624004Z * [new branch] gh/etaf/84/orig -> origin/gh/etaf/84/orig 2025-01-24T08:26:36.1626120Z * [new branch] gh/etaf/85/base -> origin/gh/etaf/85/base 2025-01-24T08:26:36.1627515Z * [new branch] gh/etaf/85/head -> origin/gh/etaf/85/head 2025-01-24T08:26:36.1628980Z * [new branch] gh/etaf/85/orig -> origin/gh/etaf/85/orig 2025-01-24T08:26:36.1630978Z * [new branch] gh/etaf/86/base -> origin/gh/etaf/86/base 2025-01-24T08:26:36.1632446Z * [new branch] gh/etaf/86/head -> origin/gh/etaf/86/head 2025-01-24T08:26:36.1633855Z * [new branch] gh/etaf/86/orig -> origin/gh/etaf/86/orig 2025-01-24T08:26:36.1636053Z * [new branch] gh/etaf/87/base -> origin/gh/etaf/87/base 2025-01-24T08:26:36.1637458Z * [new branch] gh/etaf/87/head -> origin/gh/etaf/87/head 2025-01-24T08:26:36.1639049Z * [new branch] gh/etaf/87/orig -> origin/gh/etaf/87/orig 2025-01-24T08:26:36.1640918Z * [new branch] gh/etaf/88/base -> origin/gh/etaf/88/base 2025-01-24T08:26:36.1642257Z * [new branch] gh/etaf/88/head -> origin/gh/etaf/88/head 2025-01-24T08:26:36.1643776Z * [new branch] gh/etaf/88/orig -> origin/gh/etaf/88/orig 2025-01-24T08:26:36.1645919Z * [new branch] gh/etaf/89/base -> origin/gh/etaf/89/base 2025-01-24T08:26:36.1647368Z * [new branch] gh/etaf/89/head -> origin/gh/etaf/89/head 2025-01-24T08:26:36.1648815Z * [new branch] gh/etaf/89/orig -> origin/gh/etaf/89/orig 2025-01-24T08:26:36.1650969Z * [new branch] gh/etaf/90/base -> origin/gh/etaf/90/base 2025-01-24T08:26:36.1652399Z * [new branch] gh/etaf/90/head -> origin/gh/etaf/90/head 2025-01-24T08:26:36.1653780Z * [new branch] gh/etaf/90/orig -> origin/gh/etaf/90/orig 2025-01-24T08:26:36.1655932Z * [new branch] gh/etaf/91/base -> origin/gh/etaf/91/base 2025-01-24T08:26:36.1657348Z * [new branch] gh/etaf/91/head -> origin/gh/etaf/91/head 2025-01-24T08:26:36.1658881Z * [new branch] gh/etaf/91/orig -> origin/gh/etaf/91/orig 2025-01-24T08:26:36.1661073Z * [new branch] gh/etaf/92/base -> origin/gh/etaf/92/base 2025-01-24T08:26:36.1662437Z * [new branch] gh/etaf/92/head -> origin/gh/etaf/92/head 2025-01-24T08:26:36.1663922Z * [new branch] gh/etaf/92/orig -> origin/gh/etaf/92/orig 2025-01-24T08:26:36.1666029Z * [new branch] gh/etaf/93/base -> origin/gh/etaf/93/base 2025-01-24T08:26:36.1667351Z * [new branch] gh/etaf/93/head -> origin/gh/etaf/93/head 2025-01-24T08:26:36.1668808Z * [new branch] gh/etaf/93/orig -> origin/gh/etaf/93/orig 2025-01-24T08:26:36.1670888Z * [new branch] gh/etaf/94/base -> origin/gh/etaf/94/base 2025-01-24T08:26:36.1672366Z * [new branch] gh/etaf/94/head -> origin/gh/etaf/94/head 2025-01-24T08:26:36.1673597Z * [new branch] gh/etaf/94/orig -> origin/gh/etaf/94/orig 2025-01-24T08:26:36.1675780Z * [new branch] gh/etaf/95/base -> origin/gh/etaf/95/base 2025-01-24T08:26:36.1677258Z * [new branch] gh/etaf/95/head -> origin/gh/etaf/95/head 2025-01-24T08:26:36.1678635Z * [new branch] gh/etaf/95/orig -> origin/gh/etaf/95/orig 2025-01-24T08:26:36.1681376Z * [new branch] gh/ezyang/2374/base -> origin/gh/ezyang/2374/base 2025-01-24T08:26:36.1682902Z * [new branch] gh/ezyang/2374/head -> origin/gh/ezyang/2374/head 2025-01-24T08:26:36.1684414Z * [new branch] gh/ezyang/2374/orig -> origin/gh/ezyang/2374/orig 2025-01-24T08:26:36.1686663Z * [new branch] gh/ezyang/2449/orig -> origin/gh/ezyang/2449/orig 2025-01-24T08:26:36.1688627Z * [new branch] gh/ezyang/2479/next -> origin/gh/ezyang/2479/next 2025-01-24T08:26:36.1690935Z * [new branch] gh/ezyang/2480/next -> origin/gh/ezyang/2480/next 2025-01-24T08:26:36.1693019Z * [new branch] gh/ezyang/2973/base -> origin/gh/ezyang/2973/base 2025-01-24T08:26:36.1695506Z * [new branch] gh/ezyang/2973/head -> origin/gh/ezyang/2973/head 2025-01-24T08:26:36.1696237Z * [new branch] gh/ezyang/2973/orig -> origin/gh/ezyang/2973/orig 2025-01-24T08:26:36.1698127Z * [new branch] gh/ezyang/2974/base -> origin/gh/ezyang/2974/base 2025-01-24T08:26:36.1699362Z * [new branch] gh/ezyang/2974/head -> origin/gh/ezyang/2974/head 2025-01-24T08:26:36.1700754Z * [new branch] gh/ezyang/2974/orig -> origin/gh/ezyang/2974/orig 2025-01-24T08:26:36.1702863Z * [new branch] gh/ezyang/2987/base -> origin/gh/ezyang/2987/base 2025-01-24T08:26:36.1704154Z * [new branch] gh/ezyang/2987/head -> origin/gh/ezyang/2987/head 2025-01-24T08:26:36.1705667Z * [new branch] gh/ezyang/2987/orig -> origin/gh/ezyang/2987/orig 2025-01-24T08:26:36.1707915Z * [new branch] gh/ezyang/2997/base -> origin/gh/ezyang/2997/base 2025-01-24T08:26:36.1836361Z * [new branch] gh/ezyang/2997/head -> origin/gh/ezyang/2997/head 2025-01-24T08:26:36.1836989Z * [new branch] gh/ezyang/2997/orig -> origin/gh/ezyang/2997/orig 2025-01-24T08:26:36.1837446Z * [new branch] gh/ezyang/3031/base -> origin/gh/ezyang/3031/base 2025-01-24T08:26:36.1837887Z * [new branch] gh/ezyang/3031/head -> origin/gh/ezyang/3031/head 2025-01-24T08:26:36.1838330Z * [new branch] gh/ezyang/3031/orig -> origin/gh/ezyang/3031/orig 2025-01-24T08:26:36.1838755Z * [new branch] gh/ezyang/3045/base -> origin/gh/ezyang/3045/base 2025-01-24T08:26:36.1839214Z * [new branch] gh/ezyang/3045/head -> origin/gh/ezyang/3045/head 2025-01-24T08:26:36.1839634Z * [new branch] gh/ezyang/3045/orig -> origin/gh/ezyang/3045/orig 2025-01-24T08:26:36.1840071Z * [new branch] gh/ezyang/3047/base -> origin/gh/ezyang/3047/base 2025-01-24T08:26:36.1840475Z * [new branch] gh/ezyang/3047/head -> origin/gh/ezyang/3047/head 2025-01-24T08:26:36.1840889Z * [new branch] gh/ezyang/3047/orig -> origin/gh/ezyang/3047/orig 2025-01-24T08:26:36.1841304Z * [new branch] gh/ezyang/3051/base -> origin/gh/ezyang/3051/base 2025-01-24T08:26:36.1841711Z * [new branch] gh/ezyang/3051/head -> origin/gh/ezyang/3051/head 2025-01-24T08:26:36.1842129Z * [new branch] gh/ezyang/3051/orig -> origin/gh/ezyang/3051/orig 2025-01-24T08:26:36.1842544Z * [new branch] gh/ezyang/3056/base -> origin/gh/ezyang/3056/base 2025-01-24T08:26:36.1842946Z * [new branch] gh/ezyang/3056/head -> origin/gh/ezyang/3056/head 2025-01-24T08:26:36.1843361Z * [new branch] gh/ezyang/3056/orig -> origin/gh/ezyang/3056/orig 2025-01-24T08:26:36.1843772Z * [new branch] gh/ezyang/3057/base -> origin/gh/ezyang/3057/base 2025-01-24T08:26:36.1844174Z * [new branch] gh/ezyang/3057/head -> origin/gh/ezyang/3057/head 2025-01-24T08:26:36.1844574Z * [new branch] gh/ezyang/3057/orig -> origin/gh/ezyang/3057/orig 2025-01-24T08:26:36.1844985Z * [new branch] gh/ezyang/3058/base -> origin/gh/ezyang/3058/base 2025-01-24T08:26:36.1845395Z * [new branch] gh/ezyang/3058/head -> origin/gh/ezyang/3058/head 2025-01-24T08:26:36.1846033Z * [new branch] gh/ezyang/3058/orig -> origin/gh/ezyang/3058/orig 2025-01-24T08:26:36.1846531Z * [new branch] gh/ezyang/3059/base -> origin/gh/ezyang/3059/base 2025-01-24T08:26:36.1846948Z * [new branch] gh/ezyang/3059/head -> origin/gh/ezyang/3059/head 2025-01-24T08:26:36.1847362Z * [new branch] gh/ezyang/3059/orig -> origin/gh/ezyang/3059/orig 2025-01-24T08:26:36.1847767Z * [new branch] gh/ezyang/3060/base -> origin/gh/ezyang/3060/base 2025-01-24T08:26:36.1848178Z * [new branch] gh/ezyang/3060/head -> origin/gh/ezyang/3060/head 2025-01-24T08:26:36.1848598Z * [new branch] gh/ezyang/3060/orig -> origin/gh/ezyang/3060/orig 2025-01-24T08:26:36.1849002Z * [new branch] gh/ezyang/3061/base -> origin/gh/ezyang/3061/base 2025-01-24T08:26:36.1849416Z * [new branch] gh/ezyang/3061/head -> origin/gh/ezyang/3061/head 2025-01-24T08:26:36.1849834Z * [new branch] gh/ezyang/3061/orig -> origin/gh/ezyang/3061/orig 2025-01-24T08:26:36.1850480Z * [new branch] gh/ezyang/3062/base -> origin/gh/ezyang/3062/base 2025-01-24T08:26:36.1850900Z * [new branch] gh/ezyang/3062/head -> origin/gh/ezyang/3062/head 2025-01-24T08:26:36.1851316Z * [new branch] gh/ezyang/3062/orig -> origin/gh/ezyang/3062/orig 2025-01-24T08:26:36.1851732Z * [new branch] gh/ezyang/3063/base -> origin/gh/ezyang/3063/base 2025-01-24T08:26:36.1852133Z * [new branch] gh/ezyang/3063/head -> origin/gh/ezyang/3063/head 2025-01-24T08:26:36.1852546Z * [new branch] gh/ezyang/3063/orig -> origin/gh/ezyang/3063/orig 2025-01-24T08:26:36.1852981Z * [new branch] gh/ezyang/3064/base -> origin/gh/ezyang/3064/base 2025-01-24T08:26:36.1853391Z * [new branch] gh/ezyang/3064/head -> origin/gh/ezyang/3064/head 2025-01-24T08:26:36.1853834Z * [new branch] gh/ezyang/3064/orig -> origin/gh/ezyang/3064/orig 2025-01-24T08:26:36.1854259Z * [new branch] gh/ezyang/3065/base -> origin/gh/ezyang/3065/base 2025-01-24T08:26:36.1854664Z * [new branch] gh/ezyang/3065/head -> origin/gh/ezyang/3065/head 2025-01-24T08:26:36.1855075Z * [new branch] gh/ezyang/3065/orig -> origin/gh/ezyang/3065/orig 2025-01-24T08:26:36.1855487Z * [new branch] gh/ezyang/3066/base -> origin/gh/ezyang/3066/base 2025-01-24T08:26:36.1855899Z * [new branch] gh/ezyang/3066/head -> origin/gh/ezyang/3066/head 2025-01-24T08:26:36.1856320Z * [new branch] gh/ezyang/3066/orig -> origin/gh/ezyang/3066/orig 2025-01-24T08:26:36.1856747Z * [new branch] gh/ezyang/3067/base -> origin/gh/ezyang/3067/base 2025-01-24T08:26:36.1857166Z * [new branch] gh/ezyang/3067/head -> origin/gh/ezyang/3067/head 2025-01-24T08:26:36.1857583Z * [new branch] gh/ezyang/3067/orig -> origin/gh/ezyang/3067/orig 2025-01-24T08:26:36.1858005Z * [new branch] gh/ezyang/3068/base -> origin/gh/ezyang/3068/base 2025-01-24T08:26:36.1858424Z * [new branch] gh/ezyang/3068/head -> origin/gh/ezyang/3068/head 2025-01-24T08:26:36.1858842Z * [new branch] gh/ezyang/3068/orig -> origin/gh/ezyang/3068/orig 2025-01-24T08:26:36.1859259Z * [new branch] gh/ezyang/3069/base -> origin/gh/ezyang/3069/base 2025-01-24T08:26:36.1859670Z * [new branch] gh/ezyang/3069/head -> origin/gh/ezyang/3069/head 2025-01-24T08:26:36.1860080Z * [new branch] gh/ezyang/3069/orig -> origin/gh/ezyang/3069/orig 2025-01-24T08:26:36.1860494Z * [new branch] gh/ezyang/3070/base -> origin/gh/ezyang/3070/base 2025-01-24T08:26:36.1861075Z * [new branch] gh/ezyang/3070/head -> origin/gh/ezyang/3070/head 2025-01-24T08:26:36.1861497Z * [new branch] gh/ezyang/3070/orig -> origin/gh/ezyang/3070/orig 2025-01-24T08:26:36.1861917Z * [new branch] gh/ezyang/3071/base -> origin/gh/ezyang/3071/base 2025-01-24T08:26:36.1862326Z * [new branch] gh/ezyang/3071/head -> origin/gh/ezyang/3071/head 2025-01-24T08:26:36.1862740Z * [new branch] gh/ezyang/3071/orig -> origin/gh/ezyang/3071/orig 2025-01-24T08:26:36.1863150Z * [new branch] gh/fduwjj/102/base -> origin/gh/fduwjj/102/base 2025-01-24T08:26:36.1863563Z * [new branch] gh/fduwjj/102/head -> origin/gh/fduwjj/102/head 2025-01-24T08:26:36.1863974Z * [new branch] gh/fduwjj/102/orig -> origin/gh/fduwjj/102/orig 2025-01-24T08:26:36.1864385Z * [new branch] gh/fduwjj/103/base -> origin/gh/fduwjj/103/base 2025-01-24T08:26:36.1864790Z * [new branch] gh/fduwjj/103/head -> origin/gh/fduwjj/103/head 2025-01-24T08:26:36.1865359Z * [new branch] gh/fduwjj/103/orig -> origin/gh/fduwjj/103/orig 2025-01-24T08:26:36.1865779Z * [new branch] gh/fduwjj/104/base -> origin/gh/fduwjj/104/base 2025-01-24T08:26:36.1866189Z * [new branch] gh/fduwjj/104/head -> origin/gh/fduwjj/104/head 2025-01-24T08:26:36.1866598Z * [new branch] gh/fduwjj/104/orig -> origin/gh/fduwjj/104/orig 2025-01-24T08:26:36.1867006Z * [new branch] gh/fduwjj/105/base -> origin/gh/fduwjj/105/base 2025-01-24T08:26:36.1867411Z * [new branch] gh/fduwjj/105/head -> origin/gh/fduwjj/105/head 2025-01-24T08:26:36.1867819Z * [new branch] gh/fduwjj/105/orig -> origin/gh/fduwjj/105/orig 2025-01-24T08:26:36.1868227Z * [new branch] gh/fduwjj/106/base -> origin/gh/fduwjj/106/base 2025-01-24T08:26:36.1868648Z * [new branch] gh/fduwjj/106/head -> origin/gh/fduwjj/106/head 2025-01-24T08:26:36.1869061Z * [new branch] gh/fduwjj/106/orig -> origin/gh/fduwjj/106/orig 2025-01-24T08:26:36.1869471Z * [new branch] gh/fduwjj/107/base -> origin/gh/fduwjj/107/base 2025-01-24T08:26:36.1869878Z * [new branch] gh/fduwjj/107/head -> origin/gh/fduwjj/107/head 2025-01-24T08:26:36.1870280Z * [new branch] gh/fduwjj/107/orig -> origin/gh/fduwjj/107/orig 2025-01-24T08:26:36.1870683Z * [new branch] gh/fduwjj/108/base -> origin/gh/fduwjj/108/base 2025-01-24T08:26:36.1871091Z * [new branch] gh/fduwjj/108/head -> origin/gh/fduwjj/108/head 2025-01-24T08:26:36.1871495Z * [new branch] gh/fduwjj/108/orig -> origin/gh/fduwjj/108/orig 2025-01-24T08:26:36.1871920Z * [new branch] gh/fduwjj/109/base -> origin/gh/fduwjj/109/base 2025-01-24T08:26:36.1872332Z * [new branch] gh/fduwjj/109/head -> origin/gh/fduwjj/109/head 2025-01-24T08:26:36.1872746Z * [new branch] gh/fduwjj/109/orig -> origin/gh/fduwjj/109/orig 2025-01-24T08:26:36.1873153Z * [new branch] gh/fegin/148/base -> origin/gh/fegin/148/base 2025-01-24T08:26:36.1873561Z * [new branch] gh/fegin/148/head -> origin/gh/fegin/148/head 2025-01-24T08:26:36.1873965Z * [new branch] gh/fegin/148/orig -> origin/gh/fegin/148/orig 2025-01-24T08:26:36.1874361Z * [new branch] gh/fegin/159/base -> origin/gh/fegin/159/base 2025-01-24T08:26:36.1874762Z * [new branch] gh/fegin/159/head -> origin/gh/fegin/159/head 2025-01-24T08:26:36.1875162Z * [new branch] gh/fegin/159/orig -> origin/gh/fegin/159/orig 2025-01-24T08:26:36.1875564Z * [new branch] gh/fegin/160/base -> origin/gh/fegin/160/base 2025-01-24T08:26:36.1876101Z * [new branch] gh/fegin/160/head -> origin/gh/fegin/160/head 2025-01-24T08:26:36.1876505Z * [new branch] gh/fegin/160/orig -> origin/gh/fegin/160/orig 2025-01-24T08:26:36.1876907Z * [new branch] gh/fegin/169/base -> origin/gh/fegin/169/base 2025-01-24T08:26:36.1877308Z * [new branch] gh/fegin/169/head -> origin/gh/fegin/169/head 2025-01-24T08:26:36.1877707Z * [new branch] gh/fegin/169/orig -> origin/gh/fegin/169/orig 2025-01-24T08:26:36.1878104Z * [new branch] gh/fegin/171/base -> origin/gh/fegin/171/base 2025-01-24T08:26:36.1878499Z * [new branch] gh/fegin/171/head -> origin/gh/fegin/171/head 2025-01-24T08:26:36.1878890Z * [new branch] gh/fegin/171/orig -> origin/gh/fegin/171/orig 2025-01-24T08:26:36.1879703Z * [new branch] gh/fegin/172/base -> origin/gh/fegin/172/base 2025-01-24T08:26:36.1881315Z * [new branch] gh/fegin/172/head -> origin/gh/fegin/172/head 2025-01-24T08:26:36.1882731Z * [new branch] gh/fegin/172/orig -> origin/gh/fegin/172/orig 2025-01-24T08:26:36.1884918Z * [new branch] gh/fegin/292/base -> origin/gh/fegin/292/base 2025-01-24T08:26:36.1886356Z * [new branch] gh/fegin/292/head -> origin/gh/fegin/292/head 2025-01-24T08:26:36.1887769Z * [new branch] gh/fegin/292/orig -> origin/gh/fegin/292/orig 2025-01-24T08:26:36.1889970Z * [new branch] gh/fegin/293/base -> origin/gh/fegin/293/base 2025-01-24T08:26:36.1891429Z * [new branch] gh/fegin/293/head -> origin/gh/fegin/293/head 2025-01-24T08:26:36.1892822Z * [new branch] gh/fegin/293/orig -> origin/gh/fegin/293/orig 2025-01-24T08:26:36.1895005Z * [new branch] gh/fegin/294/base -> origin/gh/fegin/294/base 2025-01-24T08:26:36.1896414Z * [new branch] gh/fegin/294/head -> origin/gh/fegin/294/head 2025-01-24T08:26:36.1897819Z * [new branch] gh/fegin/294/orig -> origin/gh/fegin/294/orig 2025-01-24T08:26:36.1900518Z * [new branch] gh/fffrog/26/base -> origin/gh/fffrog/26/base 2025-01-24T08:26:36.1901976Z * [new branch] gh/fffrog/26/head -> origin/gh/fffrog/26/head 2025-01-24T08:26:36.1903370Z * [new branch] gh/fffrog/26/orig -> origin/gh/fffrog/26/orig 2025-01-24T08:26:36.1905484Z * [new branch] gh/fffrog/28/base -> origin/gh/fffrog/28/base 2025-01-24T08:26:36.1906955Z * [new branch] gh/fffrog/28/head -> origin/gh/fffrog/28/head 2025-01-24T08:26:36.1908353Z * [new branch] gh/fffrog/28/orig -> origin/gh/fffrog/28/orig 2025-01-24T08:26:36.1910477Z * [new branch] gh/fffrog/37/base -> origin/gh/fffrog/37/base 2025-01-24T08:26:36.1911850Z * [new branch] gh/fffrog/37/head -> origin/gh/fffrog/37/head 2025-01-24T08:26:36.1913219Z * [new branch] gh/fffrog/37/orig -> origin/gh/fffrog/37/orig 2025-01-24T08:26:36.1916003Z * [new branch] gh/guangy10/2/base -> origin/gh/guangy10/2/base 2025-01-24T08:26:36.1917423Z * [new branch] gh/guangy10/2/orig -> origin/gh/guangy10/2/orig 2025-01-24T08:26:36.1920139Z * [new branch] gh/guangyey/100/base -> origin/gh/guangyey/100/base 2025-01-24T08:26:36.1921564Z * [new branch] gh/guangyey/100/head -> origin/gh/guangyey/100/head 2025-01-24T08:26:36.1922942Z * [new branch] gh/guangyey/100/orig -> origin/gh/guangyey/100/orig 2025-01-24T08:26:36.1925059Z * [new branch] gh/guangyey/105/base -> origin/gh/guangyey/105/base 2025-01-24T08:26:36.1926432Z * [new branch] gh/guangyey/105/head -> origin/gh/guangyey/105/head 2025-01-24T08:26:36.1928008Z * [new branch] gh/guangyey/105/orig -> origin/gh/guangyey/105/orig 2025-01-24T08:26:36.1930063Z * [new branch] gh/guangyey/111/base -> origin/gh/guangyey/111/base 2025-01-24T08:26:36.1932544Z * [new branch] gh/guangyey/111/head -> origin/gh/guangyey/111/head 2025-01-24T08:26:36.1933933Z * [new branch] gh/guangyey/111/orig -> origin/gh/guangyey/111/orig 2025-01-24T08:26:36.1936106Z * [new branch] gh/guangyey/112/base -> origin/gh/guangyey/112/base 2025-01-24T08:26:36.1937553Z * [new branch] gh/guangyey/112/head -> origin/gh/guangyey/112/head 2025-01-24T08:26:36.1938916Z * [new branch] gh/guangyey/112/orig -> origin/gh/guangyey/112/orig 2025-01-24T08:26:36.1941123Z * [new branch] gh/guangyey/113/base -> origin/gh/guangyey/113/base 2025-01-24T08:26:36.1942571Z * [new branch] gh/guangyey/113/head -> origin/gh/guangyey/113/head 2025-01-24T08:26:36.1943943Z * [new branch] gh/guangyey/113/orig -> origin/gh/guangyey/113/orig 2025-01-24T08:26:36.1946076Z * [new branch] gh/guangyey/114/base -> origin/gh/guangyey/114/base 2025-01-24T08:26:36.1947450Z * [new branch] gh/guangyey/114/head -> origin/gh/guangyey/114/head 2025-01-24T08:26:36.1948849Z * [new branch] gh/guangyey/114/orig -> origin/gh/guangyey/114/orig 2025-01-24T08:26:36.1950983Z * [new branch] gh/guangyey/115/base -> origin/gh/guangyey/115/base 2025-01-24T08:26:36.1952412Z * [new branch] gh/guangyey/115/head -> origin/gh/guangyey/115/head 2025-01-24T08:26:36.1953784Z * [new branch] gh/guangyey/115/orig -> origin/gh/guangyey/115/orig 2025-01-24T08:26:36.1955922Z * [new branch] gh/guangyey/116/base -> origin/gh/guangyey/116/base 2025-01-24T08:26:36.1957314Z * [new branch] gh/guangyey/116/head -> origin/gh/guangyey/116/head 2025-01-24T08:26:36.1958698Z * [new branch] gh/guangyey/116/orig -> origin/gh/guangyey/116/orig 2025-01-24T08:26:36.1960873Z * [new branch] gh/guangyey/117/base -> origin/gh/guangyey/117/base 2025-01-24T08:26:36.1962253Z * [new branch] gh/guangyey/117/head -> origin/gh/guangyey/117/head 2025-01-24T08:26:36.1963649Z * [new branch] gh/guangyey/117/orig -> origin/gh/guangyey/117/orig 2025-01-24T08:26:36.1965792Z * [new branch] gh/guangyey/118/base -> origin/gh/guangyey/118/base 2025-01-24T08:26:36.1967202Z * [new branch] gh/guangyey/118/head -> origin/gh/guangyey/118/head 2025-01-24T08:26:36.1968593Z * [new branch] gh/guangyey/118/orig -> origin/gh/guangyey/118/orig 2025-01-24T08:26:36.1970823Z * [new branch] gh/guangyey/119/base -> origin/gh/guangyey/119/base 2025-01-24T08:26:36.1972286Z * [new branch] gh/guangyey/119/head -> origin/gh/guangyey/119/head 2025-01-24T08:26:36.1973674Z * [new branch] gh/guangyey/119/orig -> origin/gh/guangyey/119/orig 2025-01-24T08:26:36.1975799Z * [new branch] gh/guangyey/120/base -> origin/gh/guangyey/120/base 2025-01-24T08:26:36.1977183Z * [new branch] gh/guangyey/120/head -> origin/gh/guangyey/120/head 2025-01-24T08:26:36.1978583Z * [new branch] gh/guangyey/120/orig -> origin/gh/guangyey/120/orig 2025-01-24T08:26:36.1980739Z * [new branch] gh/guangyey/121/base -> origin/gh/guangyey/121/base 2025-01-24T08:26:36.1982163Z * [new branch] gh/guangyey/121/head -> origin/gh/guangyey/121/head 2025-01-24T08:26:36.1983558Z * [new branch] gh/guangyey/121/orig -> origin/gh/guangyey/121/orig 2025-01-24T08:26:36.1985741Z * [new branch] gh/guangyey/71/base -> origin/gh/guangyey/71/base 2025-01-24T08:26:36.1987282Z * [new branch] gh/guangyey/71/head -> origin/gh/guangyey/71/head 2025-01-24T08:26:36.1988580Z * [new branch] gh/guangyey/71/orig -> origin/gh/guangyey/71/orig 2025-01-24T08:26:36.1990672Z * [new branch] gh/guangyey/79/base -> origin/gh/guangyey/79/base 2025-01-24T08:26:36.1992155Z * [new branch] gh/guangyey/79/head -> origin/gh/guangyey/79/head 2025-01-24T08:26:36.1993494Z * [new branch] gh/guangyey/79/orig -> origin/gh/guangyey/79/orig 2025-01-24T08:26:36.1995661Z * [new branch] gh/guangyey/87/base -> origin/gh/guangyey/87/base 2025-01-24T08:26:36.1997053Z * [new branch] gh/guangyey/87/head -> origin/gh/guangyey/87/head 2025-01-24T08:26:36.1998426Z * [new branch] gh/guangyey/87/orig -> origin/gh/guangyey/87/orig 2025-01-24T08:26:36.2000593Z * [new branch] gh/guangyey/89/base -> origin/gh/guangyey/89/base 2025-01-24T08:26:36.2001988Z * [new branch] gh/guangyey/89/head -> origin/gh/guangyey/89/head 2025-01-24T08:26:36.2003424Z * [new branch] gh/guangyey/89/orig -> origin/gh/guangyey/89/orig 2025-01-24T08:26:36.2005564Z * [new branch] gh/guangyey/90/base -> origin/gh/guangyey/90/base 2025-01-24T08:26:36.2006952Z * [new branch] gh/guangyey/90/head -> origin/gh/guangyey/90/head 2025-01-24T08:26:36.2008354Z * [new branch] gh/guangyey/90/orig -> origin/gh/guangyey/90/orig 2025-01-24T08:26:36.2010597Z * [new branch] gh/guangyey/99/base -> origin/gh/guangyey/99/base 2025-01-24T08:26:36.2012014Z * [new branch] gh/guangyey/99/head -> origin/gh/guangyey/99/head 2025-01-24T08:26:36.2013390Z * [new branch] gh/guangyey/99/orig -> origin/gh/guangyey/99/orig 2025-01-24T08:26:36.2016165Z * [new branch] gh/guilhermeleobas/11/base -> origin/gh/guilhermeleobas/11/base 2025-01-24T08:26:36.2017606Z * [new branch] gh/guilhermeleobas/11/head -> origin/gh/guilhermeleobas/11/head 2025-01-24T08:26:36.2019013Z * [new branch] gh/guilhermeleobas/11/orig -> origin/gh/guilhermeleobas/11/orig 2025-01-24T08:26:36.2021154Z * [new branch] gh/guilhermeleobas/65/base -> origin/gh/guilhermeleobas/65/base 2025-01-24T08:26:36.2022556Z * [new branch] gh/guilhermeleobas/65/head -> origin/gh/guilhermeleobas/65/head 2025-01-24T08:26:36.2024233Z * [new branch] gh/guilhermeleobas/65/orig -> origin/gh/guilhermeleobas/65/orig 2025-01-24T08:26:36.2026400Z * [new branch] gh/guilhermeleobas/69/base -> origin/gh/guilhermeleobas/69/base 2025-01-24T08:26:36.2027798Z * [new branch] gh/guilhermeleobas/69/head -> origin/gh/guilhermeleobas/69/head 2025-01-24T08:26:36.2029266Z * [new branch] gh/guilhermeleobas/69/orig -> origin/gh/guilhermeleobas/69/orig 2025-01-24T08:26:36.2031388Z * [new branch] gh/guilhermeleobas/73/base -> origin/gh/guilhermeleobas/73/base 2025-01-24T08:26:36.2033026Z * [new branch] gh/guilhermeleobas/73/head -> origin/gh/guilhermeleobas/73/head 2025-01-24T08:26:36.2034247Z * [new branch] gh/guilhermeleobas/73/orig -> origin/gh/guilhermeleobas/73/orig 2025-01-24T08:26:36.2036381Z * [new branch] gh/guilhermeleobas/74/base -> origin/gh/guilhermeleobas/74/base 2025-01-24T08:26:36.2037724Z * [new branch] gh/guilhermeleobas/74/head -> origin/gh/guilhermeleobas/74/head 2025-01-24T08:26:36.2039224Z * [new branch] gh/guilhermeleobas/74/orig -> origin/gh/guilhermeleobas/74/orig 2025-01-24T08:26:36.2041377Z * [new branch] gh/guilhermeleobas/77/base -> origin/gh/guilhermeleobas/77/base 2025-01-24T08:26:36.2042790Z * [new branch] gh/guilhermeleobas/77/head -> origin/gh/guilhermeleobas/77/head 2025-01-24T08:26:36.2044390Z * [new branch] gh/guilhermeleobas/77/orig -> origin/gh/guilhermeleobas/77/orig 2025-01-24T08:26:36.2046744Z * [new branch] gh/guilhermeleobas/79/base -> origin/gh/guilhermeleobas/79/base 2025-01-24T08:26:36.2047838Z * [new branch] gh/guilhermeleobas/79/head -> origin/gh/guilhermeleobas/79/head 2025-01-24T08:26:36.2049259Z * [new branch] gh/guilhermeleobas/79/orig -> origin/gh/guilhermeleobas/79/orig 2025-01-24T08:26:36.2051597Z * [new branch] gh/guilhermeleobas/82/base -> origin/gh/guilhermeleobas/82/base 2025-01-24T08:26:36.2052958Z * [new branch] gh/guilhermeleobas/82/head -> origin/gh/guilhermeleobas/82/head 2025-01-24T08:26:36.2054339Z * [new branch] gh/guilhermeleobas/82/orig -> origin/gh/guilhermeleobas/82/orig 2025-01-24T08:26:36.2056410Z * [new branch] gh/guilhermeleobas/83/base -> origin/gh/guilhermeleobas/83/base 2025-01-24T08:26:36.2057845Z * [new branch] gh/guilhermeleobas/83/head -> origin/gh/guilhermeleobas/83/head 2025-01-24T08:26:36.2059255Z * [new branch] gh/guilhermeleobas/83/orig -> origin/gh/guilhermeleobas/83/orig 2025-01-24T08:26:36.2061405Z * [new branch] gh/guilhermeleobas/84/base -> origin/gh/guilhermeleobas/84/base 2025-01-24T08:26:36.2062871Z * [new branch] gh/guilhermeleobas/84/head -> origin/gh/guilhermeleobas/84/head 2025-01-24T08:26:36.2064272Z * [new branch] gh/guilhermeleobas/84/orig -> origin/gh/guilhermeleobas/84/orig 2025-01-24T08:26:36.2066449Z * [new branch] gh/guilhermeleobas/85/base -> origin/gh/guilhermeleobas/85/base 2025-01-24T08:26:36.2067879Z * [new branch] gh/guilhermeleobas/85/head -> origin/gh/guilhermeleobas/85/head 2025-01-24T08:26:36.2069294Z * [new branch] gh/guilhermeleobas/85/orig -> origin/gh/guilhermeleobas/85/orig 2025-01-24T08:26:36.2071420Z * [new branch] gh/guilhermeleobas/86/base -> origin/gh/guilhermeleobas/86/base 2025-01-24T08:26:36.2072840Z * [new branch] gh/guilhermeleobas/86/head -> origin/gh/guilhermeleobas/86/head 2025-01-24T08:26:36.2074193Z * [new branch] gh/guilhermeleobas/86/orig -> origin/gh/guilhermeleobas/86/orig 2025-01-24T08:26:36.2076337Z * [new branch] gh/guilhermeleobas/87/base -> origin/gh/guilhermeleobas/87/base 2025-01-24T08:26:36.2077772Z * [new branch] gh/guilhermeleobas/87/head -> origin/gh/guilhermeleobas/87/head 2025-01-24T08:26:36.2079187Z * [new branch] gh/guilhermeleobas/87/orig -> origin/gh/guilhermeleobas/87/orig 2025-01-24T08:26:36.2081280Z * [new branch] gh/guilhermeleobas/88/base -> origin/gh/guilhermeleobas/88/base 2025-01-24T08:26:36.2082689Z * [new branch] gh/guilhermeleobas/88/head -> origin/gh/guilhermeleobas/88/head 2025-01-24T08:26:36.2084062Z * [new branch] gh/guilhermeleobas/88/orig -> origin/gh/guilhermeleobas/88/orig 2025-01-24T08:26:36.2086275Z * [new branch] gh/guilhermeleobas/89/base -> origin/gh/guilhermeleobas/89/base 2025-01-24T08:26:36.2087665Z * [new branch] gh/guilhermeleobas/89/head -> origin/gh/guilhermeleobas/89/head 2025-01-24T08:26:36.2089156Z * [new branch] gh/guilhermeleobas/89/orig -> origin/gh/guilhermeleobas/89/orig 2025-01-24T08:26:36.2092369Z * [new branch] gh/guilhermeleobas/90/base -> origin/gh/guilhermeleobas/90/base 2025-01-24T08:26:36.2093860Z * [new branch] gh/guilhermeleobas/90/head -> origin/gh/guilhermeleobas/90/head 2025-01-24T08:26:36.2095160Z * [new branch] gh/guilhermeleobas/90/orig -> origin/gh/guilhermeleobas/90/orig 2025-01-24T08:26:36.2097530Z * [new branch] gh/guilhermeleobas/91/base -> origin/gh/guilhermeleobas/91/base 2025-01-24T08:26:36.2098749Z * [new branch] gh/guilhermeleobas/91/head -> origin/gh/guilhermeleobas/91/head 2025-01-24T08:26:36.2100406Z * [new branch] gh/guilhermeleobas/91/orig -> origin/gh/guilhermeleobas/91/orig 2025-01-24T08:26:36.2102867Z * [new branch] gh/int3/10/base -> origin/gh/int3/10/base 2025-01-24T08:26:36.2104446Z * [new branch] gh/int3/10/head -> origin/gh/int3/10/head 2025-01-24T08:26:36.2105967Z * [new branch] gh/int3/10/orig -> origin/gh/int3/10/orig 2025-01-24T08:26:36.2108156Z * [new branch] gh/int3/100/base -> origin/gh/int3/100/base 2025-01-24T08:26:36.2109562Z * [new branch] gh/int3/100/head -> origin/gh/int3/100/head 2025-01-24T08:26:36.2110953Z * [new branch] gh/int3/100/orig -> origin/gh/int3/100/orig 2025-01-24T08:26:36.2113203Z * [new branch] gh/int3/109/base -> origin/gh/int3/109/base 2025-01-24T08:26:36.2114734Z * [new branch] gh/int3/109/head -> origin/gh/int3/109/head 2025-01-24T08:26:36.2116203Z * [new branch] gh/int3/109/orig -> origin/gh/int3/109/orig 2025-01-24T08:26:36.2118412Z * [new branch] gh/int3/11/base -> origin/gh/int3/11/base 2025-01-24T08:26:36.2119880Z * [new branch] gh/int3/11/head -> origin/gh/int3/11/head 2025-01-24T08:26:36.2121366Z * [new branch] gh/int3/11/orig -> origin/gh/int3/11/orig 2025-01-24T08:26:36.2123847Z * [new branch] gh/int3/113/base -> origin/gh/int3/113/base 2025-01-24T08:26:36.2124919Z * [new branch] gh/int3/113/head -> origin/gh/int3/113/head 2025-01-24T08:26:36.2126461Z * [new branch] gh/int3/113/orig -> origin/gh/int3/113/orig 2025-01-24T08:26:36.2128633Z * [new branch] gh/int3/2/base -> origin/gh/int3/2/base 2025-01-24T08:26:36.2130098Z * [new branch] gh/int3/2/orig -> origin/gh/int3/2/orig 2025-01-24T08:26:36.2132385Z * [new branch] gh/int3/21/base -> origin/gh/int3/21/base 2025-01-24T08:26:36.2133802Z * [new branch] gh/int3/21/head -> origin/gh/int3/21/head 2025-01-24T08:26:36.2135194Z * [new branch] gh/int3/21/orig -> origin/gh/int3/21/orig 2025-01-24T08:26:36.2137442Z * [new branch] gh/int3/34/base -> origin/gh/int3/34/base 2025-01-24T08:26:36.2138902Z * [new branch] gh/int3/34/head -> origin/gh/int3/34/head 2025-01-24T08:26:36.2140431Z * [new branch] gh/int3/34/orig -> origin/gh/int3/34/orig 2025-01-24T08:26:36.2142637Z * [new branch] gh/int3/36/base -> origin/gh/int3/36/base 2025-01-24T08:26:36.2144046Z * [new branch] gh/int3/36/head -> origin/gh/int3/36/head 2025-01-24T08:26:36.2145446Z * [new branch] gh/int3/36/orig -> origin/gh/int3/36/orig 2025-01-24T08:26:36.2147736Z * [new branch] gh/int3/41/base -> origin/gh/int3/41/base 2025-01-24T08:26:36.2149306Z * [new branch] gh/int3/41/head -> origin/gh/int3/41/head 2025-01-24T08:26:36.2150710Z * [new branch] gh/int3/41/orig -> origin/gh/int3/41/orig 2025-01-24T08:26:36.2153008Z * [new branch] gh/int3/45/base -> origin/gh/int3/45/base 2025-01-24T08:26:36.2154545Z * [new branch] gh/int3/45/head -> origin/gh/int3/45/head 2025-01-24T08:26:36.2155970Z * [new branch] gh/int3/45/orig -> origin/gh/int3/45/orig 2025-01-24T08:26:36.2158191Z * [new branch] gh/int3/46/base -> origin/gh/int3/46/base 2025-01-24T08:26:36.2159668Z * [new branch] gh/int3/46/head -> origin/gh/int3/46/head 2025-01-24T08:26:36.2161025Z * [new branch] gh/int3/46/orig -> origin/gh/int3/46/orig 2025-01-24T08:26:36.2163296Z * [new branch] gh/int3/47/base -> origin/gh/int3/47/base 2025-01-24T08:26:36.2164902Z * [new branch] gh/int3/47/head -> origin/gh/int3/47/head 2025-01-24T08:26:36.2166146Z * [new branch] gh/int3/47/orig -> origin/gh/int3/47/orig 2025-01-24T08:26:36.2168417Z * [new branch] gh/int3/55/base -> origin/gh/int3/55/base 2025-01-24T08:26:36.2169817Z * [new branch] gh/int3/55/head -> origin/gh/int3/55/head 2025-01-24T08:26:36.2171444Z * [new branch] gh/int3/55/orig -> origin/gh/int3/55/orig 2025-01-24T08:26:36.2173640Z * [new branch] gh/int3/79/base -> origin/gh/int3/79/base 2025-01-24T08:26:36.2175087Z * [new branch] gh/int3/79/head -> origin/gh/int3/79/head 2025-01-24T08:26:36.2176492Z * [new branch] gh/int3/79/orig -> origin/gh/int3/79/orig 2025-01-24T08:26:36.2178741Z * [new branch] gh/int3/9/base -> origin/gh/int3/9/base 2025-01-24T08:26:36.2180323Z * [new branch] gh/int3/9/head -> origin/gh/int3/9/head 2025-01-24T08:26:36.2181800Z * [new branch] gh/int3/9/orig -> origin/gh/int3/9/orig 2025-01-24T08:26:36.2183972Z * [new branch] gh/int3/94/base -> origin/gh/int3/94/base 2025-01-24T08:26:36.2185389Z * [new branch] gh/int3/94/head -> origin/gh/int3/94/head 2025-01-24T08:26:36.2186861Z * [new branch] gh/int3/94/orig -> origin/gh/int3/94/orig 2025-01-24T08:26:36.2189042Z * [new branch] gh/int3/95/base -> origin/gh/int3/95/base 2025-01-24T08:26:36.2190426Z * [new branch] gh/int3/95/head -> origin/gh/int3/95/head 2025-01-24T08:26:36.2191849Z * [new branch] gh/int3/95/orig -> origin/gh/int3/95/orig 2025-01-24T08:26:36.2194222Z * [new branch] gh/int3/97/base -> origin/gh/int3/97/base 2025-01-24T08:26:36.2195598Z * [new branch] gh/int3/97/head -> origin/gh/int3/97/head 2025-01-24T08:26:36.2198310Z * [new branch] gh/isuruf/101/base -> origin/gh/isuruf/101/base 2025-01-24T08:26:36.2199745Z * [new branch] gh/isuruf/101/head -> origin/gh/isuruf/101/head 2025-01-24T08:26:36.2201844Z * [new branch] gh/isuruf/102/base -> origin/gh/isuruf/102/base 2025-01-24T08:26:36.2203161Z * [new branch] gh/isuruf/102/head -> origin/gh/isuruf/102/head 2025-01-24T08:26:36.2204582Z * [new branch] gh/isuruf/102/orig -> origin/gh/isuruf/102/orig 2025-01-24T08:26:36.2206713Z * [new branch] gh/isuruf/103/base -> origin/gh/isuruf/103/base 2025-01-24T08:26:36.2208145Z * [new branch] gh/isuruf/103/head -> origin/gh/isuruf/103/head 2025-01-24T08:26:36.2209499Z * [new branch] gh/isuruf/103/orig -> origin/gh/isuruf/103/orig 2025-01-24T08:26:36.2211794Z * [new branch] gh/isuruf/105/base -> origin/gh/isuruf/105/base 2025-01-24T08:26:36.2213162Z * [new branch] gh/isuruf/105/head -> origin/gh/isuruf/105/head 2025-01-24T08:26:36.2214535Z * [new branch] gh/isuruf/105/orig -> origin/gh/isuruf/105/orig 2025-01-24T08:26:36.2216749Z * [new branch] gh/isuruf/108/base -> origin/gh/isuruf/108/base 2025-01-24T08:26:36.2218142Z * [new branch] gh/isuruf/108/head -> origin/gh/isuruf/108/head 2025-01-24T08:26:36.2219536Z * [new branch] gh/isuruf/108/orig -> origin/gh/isuruf/108/orig 2025-01-24T08:26:36.2221683Z * [new branch] gh/isuruf/109/base -> origin/gh/isuruf/109/base 2025-01-24T08:26:36.2223095Z * [new branch] gh/isuruf/109/head -> origin/gh/isuruf/109/head 2025-01-24T08:26:36.2224467Z * [new branch] gh/isuruf/109/orig -> origin/gh/isuruf/109/orig 2025-01-24T08:26:36.2226772Z * [new branch] gh/isuruf/110/base -> origin/gh/isuruf/110/base 2025-01-24T08:26:36.2228028Z * [new branch] gh/isuruf/110/head -> origin/gh/isuruf/110/head 2025-01-24T08:26:36.2229414Z * [new branch] gh/isuruf/110/orig -> origin/gh/isuruf/110/orig 2025-01-24T08:26:36.2231550Z * [new branch] gh/isuruf/111/base -> origin/gh/isuruf/111/base 2025-01-24T08:26:36.2232926Z * [new branch] gh/isuruf/111/head -> origin/gh/isuruf/111/head 2025-01-24T08:26:36.2234319Z * [new branch] gh/isuruf/111/orig -> origin/gh/isuruf/111/orig 2025-01-24T08:26:36.2236423Z * [new branch] gh/isuruf/112/base -> origin/gh/isuruf/112/base 2025-01-24T08:26:36.2237870Z * [new branch] gh/isuruf/112/head -> origin/gh/isuruf/112/head 2025-01-24T08:26:36.2239254Z * [new branch] gh/isuruf/112/orig -> origin/gh/isuruf/112/orig 2025-01-24T08:26:36.2241439Z * [new branch] gh/isuruf/113/base -> origin/gh/isuruf/113/base 2025-01-24T08:26:36.2242861Z * [new branch] gh/isuruf/113/head -> origin/gh/isuruf/113/head 2025-01-24T08:26:36.2244212Z * [new branch] gh/isuruf/113/orig -> origin/gh/isuruf/113/orig 2025-01-24T08:26:36.2246362Z * [new branch] gh/isuruf/114/base -> origin/gh/isuruf/114/base 2025-01-24T08:26:36.2247742Z * [new branch] gh/isuruf/114/head -> origin/gh/isuruf/114/head 2025-01-24T08:26:36.2249106Z * [new branch] gh/isuruf/114/orig -> origin/gh/isuruf/114/orig 2025-01-24T08:26:36.2252320Z * [new branch] gh/isuruf/115/base -> origin/gh/isuruf/115/base 2025-01-24T08:26:36.2253734Z * [new branch] gh/isuruf/115/head -> origin/gh/isuruf/115/head 2025-01-24T08:26:36.2255149Z * [new branch] gh/isuruf/115/orig -> origin/gh/isuruf/115/orig 2025-01-24T08:26:36.2257353Z * [new branch] gh/isuruf/116/base -> origin/gh/isuruf/116/base 2025-01-24T08:26:36.2258804Z * [new branch] gh/isuruf/116/head -> origin/gh/isuruf/116/head 2025-01-24T08:26:36.2260225Z * [new branch] gh/isuruf/116/orig -> origin/gh/isuruf/116/orig 2025-01-24T08:26:36.2262393Z * [new branch] gh/isuruf/117/base -> origin/gh/isuruf/117/base 2025-01-24T08:26:36.2263785Z * [new branch] gh/isuruf/117/head -> origin/gh/isuruf/117/head 2025-01-24T08:26:36.2265185Z * [new branch] gh/isuruf/117/orig -> origin/gh/isuruf/117/orig 2025-01-24T08:26:36.2267375Z * [new branch] gh/isuruf/39/base -> origin/gh/isuruf/39/base 2025-01-24T08:26:36.2268754Z * [new branch] gh/isuruf/39/head -> origin/gh/isuruf/39/head 2025-01-24T08:26:36.2270143Z * [new branch] gh/isuruf/39/orig -> origin/gh/isuruf/39/orig 2025-01-24T08:26:36.2272289Z * [new branch] gh/isuruf/74/base -> origin/gh/isuruf/74/base 2025-01-24T08:26:36.2273691Z * [new branch] gh/isuruf/74/head -> origin/gh/isuruf/74/head 2025-01-24T08:26:36.2275053Z * [new branch] gh/isuruf/74/orig -> origin/gh/isuruf/74/orig 2025-01-24T08:26:36.2277201Z * [new branch] gh/isuruf/81/base -> origin/gh/isuruf/81/base 2025-01-24T08:26:36.2278600Z * [new branch] gh/isuruf/81/head -> origin/gh/isuruf/81/head 2025-01-24T08:26:36.2280029Z * [new branch] gh/isuruf/81/orig -> origin/gh/isuruf/81/orig 2025-01-24T08:26:36.2282139Z * [new branch] gh/isuruf/98/base -> origin/gh/isuruf/98/base 2025-01-24T08:26:36.2283516Z * [new branch] gh/isuruf/98/head -> origin/gh/isuruf/98/head 2025-01-24T08:26:36.2284900Z * [new branch] gh/isuruf/98/orig -> origin/gh/isuruf/98/orig 2025-01-24T08:26:36.2287836Z * [new branch] gh/jamesjwu/52/base -> origin/gh/jamesjwu/52/base 2025-01-24T08:26:36.2289142Z * [new branch] gh/jamesjwu/52/head -> origin/gh/jamesjwu/52/head 2025-01-24T08:26:36.2291259Z * [new branch] gh/jamesjwu/53/base -> origin/gh/jamesjwu/53/base 2025-01-24T08:26:36.2292624Z * [new branch] gh/jamesjwu/53/head -> origin/gh/jamesjwu/53/head 2025-01-24T08:26:36.2294686Z * [new branch] gh/jamesjwu/54/base -> origin/gh/jamesjwu/54/base 2025-01-24T08:26:36.2295979Z * [new branch] gh/jamesjwu/54/head -> origin/gh/jamesjwu/54/head 2025-01-24T08:26:36.2297960Z * [new branch] gh/jamesjwu/55/base -> origin/gh/jamesjwu/55/base 2025-01-24T08:26:36.2299311Z * [new branch] gh/jamesjwu/55/head -> origin/gh/jamesjwu/55/head 2025-01-24T08:26:36.2301398Z * [new branch] gh/jamesjwu/56/base -> origin/gh/jamesjwu/56/base 2025-01-24T08:26:36.2302637Z * [new branch] gh/jamesjwu/56/head -> origin/gh/jamesjwu/56/head 2025-01-24T08:26:36.2304706Z * [new branch] gh/jamesjwu/57/base -> origin/gh/jamesjwu/57/base 2025-01-24T08:26:36.2306059Z * [new branch] gh/jamesjwu/57/head -> origin/gh/jamesjwu/57/head 2025-01-24T08:26:36.2308066Z * [new branch] gh/jamesjwu/58/base -> origin/gh/jamesjwu/58/base 2025-01-24T08:26:36.2309432Z * [new branch] gh/jamesjwu/58/head -> origin/gh/jamesjwu/58/head 2025-01-24T08:26:36.2311422Z * [new branch] gh/jamesjwu/59/base -> origin/gh/jamesjwu/59/base 2025-01-24T08:26:36.2312758Z * [new branch] gh/jamesjwu/59/head -> origin/gh/jamesjwu/59/head 2025-01-24T08:26:36.2314799Z * [new branch] gh/jamesjwu/60/base -> origin/gh/jamesjwu/60/base 2025-01-24T08:26:36.2316169Z * [new branch] gh/jamesjwu/60/head -> origin/gh/jamesjwu/60/head 2025-01-24T08:26:36.2318156Z * [new branch] gh/jamesjwu/61/base -> origin/gh/jamesjwu/61/base 2025-01-24T08:26:36.2319489Z * [new branch] gh/jamesjwu/61/head -> origin/gh/jamesjwu/61/head 2025-01-24T08:26:36.2321503Z * [new branch] gh/jamesjwu/62/base -> origin/gh/jamesjwu/62/base 2025-01-24T08:26:36.2322943Z * [new branch] gh/jamesjwu/62/head -> origin/gh/jamesjwu/62/head 2025-01-24T08:26:36.2324940Z * [new branch] gh/jamesjwu/63/base -> origin/gh/jamesjwu/63/base 2025-01-24T08:26:36.2326366Z * [new branch] gh/jamesjwu/63/head -> origin/gh/jamesjwu/63/head 2025-01-24T08:26:36.2328548Z * [new branch] gh/jamesjwu/64/base -> origin/gh/jamesjwu/64/base 2025-01-24T08:26:36.2329938Z * [new branch] gh/jamesjwu/64/head -> origin/gh/jamesjwu/64/head 2025-01-24T08:26:36.2332096Z * [new branch] gh/jamesjwu/65/base -> origin/gh/jamesjwu/65/base 2025-01-24T08:26:36.2333374Z * [new branch] gh/jamesjwu/65/head -> origin/gh/jamesjwu/65/head 2025-01-24T08:26:36.2335536Z * [new branch] gh/jamesjwu/70/base -> origin/gh/jamesjwu/70/base 2025-01-24T08:26:36.2336903Z * [new branch] gh/jamesjwu/70/head -> origin/gh/jamesjwu/70/head 2025-01-24T08:26:36.2338295Z * [new branch] gh/jamesjwu/70/orig -> origin/gh/jamesjwu/70/orig 2025-01-24T08:26:36.2340793Z * [new branch] gh/jamesjwu/90/base -> origin/gh/jamesjwu/90/base 2025-01-24T08:26:36.2342461Z * [new branch] gh/jamesjwu/90/head -> origin/gh/jamesjwu/90/head 2025-01-24T08:26:36.2343963Z * [new branch] gh/jamesjwu/90/orig -> origin/gh/jamesjwu/90/orig 2025-01-24T08:26:36.2346329Z * [new branch] gh/jamesjwu/91/base -> origin/gh/jamesjwu/91/base 2025-01-24T08:26:36.2347907Z * [new branch] gh/jamesjwu/91/head -> origin/gh/jamesjwu/91/head 2025-01-24T08:26:36.2349236Z * [new branch] gh/jamesjwu/91/orig -> origin/gh/jamesjwu/91/orig 2025-01-24T08:26:36.2351259Z * [new branch] gh/jamesjwu/93/base -> origin/gh/jamesjwu/93/base 2025-01-24T08:26:36.2352720Z * [new branch] gh/jamesjwu/93/head -> origin/gh/jamesjwu/93/head 2025-01-24T08:26:36.2354128Z * [new branch] gh/jamesjwu/93/orig -> origin/gh/jamesjwu/93/orig 2025-01-24T08:26:36.2356165Z * [new branch] gh/jamesjwu/94/base -> origin/gh/jamesjwu/94/base 2025-01-24T08:26:36.2357570Z * [new branch] gh/jamesjwu/94/head -> origin/gh/jamesjwu/94/head 2025-01-24T08:26:36.2359028Z * [new branch] gh/jamesjwu/94/orig -> origin/gh/jamesjwu/94/orig 2025-01-24T08:26:36.2361865Z * [new branch] gh/janeyx99/165/base -> origin/gh/janeyx99/165/base 2025-01-24T08:26:36.2363385Z * [new branch] gh/janeyx99/165/head -> origin/gh/janeyx99/165/head 2025-01-24T08:26:36.2364759Z * [new branch] gh/janeyx99/165/orig -> origin/gh/janeyx99/165/orig 2025-01-24T08:26:36.2366952Z * [new branch] gh/janeyx99/200/base -> origin/gh/janeyx99/200/base 2025-01-24T08:26:36.2368413Z * [new branch] gh/janeyx99/200/head -> origin/gh/janeyx99/200/head 2025-01-24T08:26:36.2369839Z * [new branch] gh/janeyx99/200/orig -> origin/gh/janeyx99/200/orig 2025-01-24T08:26:36.2371966Z * [new branch] gh/janeyx99/201/base -> origin/gh/janeyx99/201/base 2025-01-24T08:26:36.2373363Z * [new branch] gh/janeyx99/201/head -> origin/gh/janeyx99/201/head 2025-01-24T08:26:36.2374797Z * [new branch] gh/janeyx99/201/orig -> origin/gh/janeyx99/201/orig 2025-01-24T08:26:36.2376923Z * [new branch] gh/janeyx99/211/base -> origin/gh/janeyx99/211/base 2025-01-24T08:26:36.2378346Z * [new branch] gh/janeyx99/211/head -> origin/gh/janeyx99/211/head 2025-01-24T08:26:36.2379778Z * [new branch] gh/janeyx99/211/orig -> origin/gh/janeyx99/211/orig 2025-01-24T08:26:36.2382236Z * [new branch] gh/janeyx99/212/base -> origin/gh/janeyx99/212/base 2025-01-24T08:26:36.2383601Z * [new branch] gh/janeyx99/212/head -> origin/gh/janeyx99/212/head 2025-01-24T08:26:36.2384978Z * [new branch] gh/janeyx99/212/orig -> origin/gh/janeyx99/212/orig 2025-01-24T08:26:36.2387208Z * [new branch] gh/janeyx99/213/base -> origin/gh/janeyx99/213/base 2025-01-24T08:26:36.2388785Z * [new branch] gh/janeyx99/213/head -> origin/gh/janeyx99/213/head 2025-01-24T08:26:36.2390179Z * [new branch] gh/janeyx99/213/orig -> origin/gh/janeyx99/213/orig 2025-01-24T08:26:36.2392374Z * [new branch] gh/janeyx99/214/base -> origin/gh/janeyx99/214/base 2025-01-24T08:26:36.2393773Z * [new branch] gh/janeyx99/214/head -> origin/gh/janeyx99/214/head 2025-01-24T08:26:36.2395206Z * [new branch] gh/janeyx99/214/orig -> origin/gh/janeyx99/214/orig 2025-01-24T08:26:36.2397332Z * [new branch] gh/janeyx99/215/base -> origin/gh/janeyx99/215/base 2025-01-24T08:26:36.2398733Z * [new branch] gh/janeyx99/215/head -> origin/gh/janeyx99/215/head 2025-01-24T08:26:36.2400107Z * [new branch] gh/janeyx99/215/orig -> origin/gh/janeyx99/215/orig 2025-01-24T08:26:36.2402152Z * [new branch] gh/janeyx99/216/base -> origin/gh/janeyx99/216/base 2025-01-24T08:26:36.2403541Z * [new branch] gh/janeyx99/216/head -> origin/gh/janeyx99/216/head 2025-01-24T08:26:36.2404912Z * [new branch] gh/janeyx99/216/orig -> origin/gh/janeyx99/216/orig 2025-01-24T08:26:36.2407118Z * [new branch] gh/janeyx99/217/base -> origin/gh/janeyx99/217/base 2025-01-24T08:26:36.2408385Z * [new branch] gh/janeyx99/217/head -> origin/gh/janeyx99/217/head 2025-01-24T08:26:36.2409768Z * [new branch] gh/janeyx99/217/orig -> origin/gh/janeyx99/217/orig 2025-01-24T08:26:36.2413037Z * [new branch] gh/janeyx99/86/base -> origin/gh/janeyx99/86/base 2025-01-24T08:26:36.2414439Z * [new branch] gh/janeyx99/86/head -> origin/gh/janeyx99/86/head 2025-01-24T08:26:36.2415815Z * [new branch] gh/janeyx99/86/orig -> origin/gh/janeyx99/86/orig 2025-01-24T08:26:36.2417920Z * [new branch] gh/janeyx99/88/base -> origin/gh/janeyx99/88/base 2025-01-24T08:26:36.2419341Z * [new branch] gh/janeyx99/88/head -> origin/gh/janeyx99/88/head 2025-01-24T08:26:36.2420779Z * [new branch] gh/janeyx99/88/orig -> origin/gh/janeyx99/88/orig 2025-01-24T08:26:36.2423679Z * [new branch] gh/jansel/227/base -> origin/gh/jansel/227/base 2025-01-24T08:26:36.2425164Z * [new branch] gh/jansel/227/head -> origin/gh/jansel/227/head 2025-01-24T08:26:36.2426647Z * [new branch] gh/jansel/227/orig -> origin/gh/jansel/227/orig 2025-01-24T08:26:36.2428835Z * [new branch] gh/jansel/360/base -> origin/gh/jansel/360/base 2025-01-24T08:26:36.2430233Z * [new branch] gh/jansel/360/head -> origin/gh/jansel/360/head 2025-01-24T08:26:36.2432371Z * [new branch] gh/jansel/422/base -> origin/gh/jansel/422/base 2025-01-24T08:26:36.2433751Z * [new branch] gh/jansel/422/head -> origin/gh/jansel/422/head 2025-01-24T08:26:36.2435160Z * [new branch] gh/jansel/422/orig -> origin/gh/jansel/422/orig 2025-01-24T08:26:36.2437375Z * [new branch] gh/jansel/446/base -> origin/gh/jansel/446/base 2025-01-24T08:26:36.2438779Z * [new branch] gh/jansel/446/head -> origin/gh/jansel/446/head 2025-01-24T08:26:36.2440337Z * [new branch] gh/jansel/446/orig -> origin/gh/jansel/446/orig 2025-01-24T08:26:36.2442463Z * [new branch] gh/jansel/451/base -> origin/gh/jansel/451/base 2025-01-24T08:26:36.2443865Z * [new branch] gh/jansel/451/head -> origin/gh/jansel/451/head 2025-01-24T08:26:36.2445277Z * [new branch] gh/jansel/451/orig -> origin/gh/jansel/451/orig 2025-01-24T08:26:36.2447406Z * [new branch] gh/jansel/462/base -> origin/gh/jansel/462/base 2025-01-24T08:26:36.2448813Z * [new branch] gh/jansel/462/head -> origin/gh/jansel/462/head 2025-01-24T08:26:36.2450263Z * [new branch] gh/jansel/462/orig -> origin/gh/jansel/462/orig 2025-01-24T08:26:36.2452522Z * [new branch] gh/jansel/463/base -> origin/gh/jansel/463/base 2025-01-24T08:26:36.2453917Z * [new branch] gh/jansel/463/head -> origin/gh/jansel/463/head 2025-01-24T08:26:36.2455286Z * [new branch] gh/jansel/463/orig -> origin/gh/jansel/463/orig 2025-01-24T08:26:36.2457452Z * [new branch] gh/jansel/464/base -> origin/gh/jansel/464/base 2025-01-24T08:26:36.2458844Z * [new branch] gh/jansel/464/head -> origin/gh/jansel/464/head 2025-01-24T08:26:36.2460251Z * [new branch] gh/jansel/464/orig -> origin/gh/jansel/464/orig 2025-01-24T08:26:36.2462400Z * [new branch] gh/jansel/465/base -> origin/gh/jansel/465/base 2025-01-24T08:26:36.2463872Z * [new branch] gh/jansel/465/head -> origin/gh/jansel/465/head 2025-01-24T08:26:36.2465270Z * [new branch] gh/jansel/465/orig -> origin/gh/jansel/465/orig 2025-01-24T08:26:36.2467387Z * [new branch] gh/jansel/466/base -> origin/gh/jansel/466/base 2025-01-24T08:26:36.2468965Z * [new branch] gh/jansel/466/head -> origin/gh/jansel/466/head 2025-01-24T08:26:36.2470229Z * [new branch] gh/jansel/466/orig -> origin/gh/jansel/466/orig 2025-01-24T08:26:36.2472345Z * [new branch] gh/jansel/467/base -> origin/gh/jansel/467/base 2025-01-24T08:26:36.2473741Z * [new branch] gh/jansel/467/head -> origin/gh/jansel/467/head 2025-01-24T08:26:36.2475126Z * [new branch] gh/jansel/467/orig -> origin/gh/jansel/467/orig 2025-01-24T08:26:36.2477214Z * [new branch] gh/jansel/468/base -> origin/gh/jansel/468/base 2025-01-24T08:26:36.2478638Z * [new branch] gh/jansel/468/head -> origin/gh/jansel/468/head 2025-01-24T08:26:36.2480010Z * [new branch] gh/jansel/468/orig -> origin/gh/jansel/468/orig 2025-01-24T08:26:36.2482294Z * [new branch] gh/jansel/469/base -> origin/gh/jansel/469/base 2025-01-24T08:26:36.2483669Z * [new branch] gh/jansel/469/head -> origin/gh/jansel/469/head 2025-01-24T08:26:36.2485124Z * [new branch] gh/jansel/469/orig -> origin/gh/jansel/469/orig 2025-01-24T08:26:36.2487192Z * [new branch] gh/jansel/470/base -> origin/gh/jansel/470/base 2025-01-24T08:26:36.2488627Z * [new branch] gh/jansel/470/head -> origin/gh/jansel/470/head 2025-01-24T08:26:36.2490070Z * [new branch] gh/jansel/470/orig -> origin/gh/jansel/470/orig 2025-01-24T08:26:36.2492277Z * [new branch] gh/jansel/471/base -> origin/gh/jansel/471/base 2025-01-24T08:26:36.2493681Z * [new branch] gh/jansel/471/head -> origin/gh/jansel/471/head 2025-01-24T08:26:36.2495118Z * [new branch] gh/jansel/471/orig -> origin/gh/jansel/471/orig 2025-01-24T08:26:36.2497227Z * [new branch] gh/jansel/472/base -> origin/gh/jansel/472/base 2025-01-24T08:26:36.2498631Z * [new branch] gh/jansel/472/head -> origin/gh/jansel/472/head 2025-01-24T08:26:36.2500033Z * [new branch] gh/jansel/472/orig -> origin/gh/jansel/472/orig 2025-01-24T08:26:36.2502231Z * [new branch] gh/jansel/473/base -> origin/gh/jansel/473/base 2025-01-24T08:26:36.2503611Z * [new branch] gh/jansel/473/head -> origin/gh/jansel/473/head 2025-01-24T08:26:36.2504960Z * [new branch] gh/jansel/473/orig -> origin/gh/jansel/473/orig 2025-01-24T08:26:36.2507098Z * [new branch] gh/jansel/474/base -> origin/gh/jansel/474/base 2025-01-24T08:26:36.2508498Z * [new branch] gh/jansel/474/head -> origin/gh/jansel/474/head 2025-01-24T08:26:36.2509883Z * [new branch] gh/jansel/474/orig -> origin/gh/jansel/474/orig 2025-01-24T08:26:36.2512027Z * [new branch] gh/jansel/475/base -> origin/gh/jansel/475/base 2025-01-24T08:26:36.2513451Z * [new branch] gh/jansel/475/head -> origin/gh/jansel/475/head 2025-01-24T08:26:36.2514953Z * [new branch] gh/jansel/475/orig -> origin/gh/jansel/475/orig 2025-01-24T08:26:36.2517076Z * [new branch] gh/jansel/476/base -> origin/gh/jansel/476/base 2025-01-24T08:26:36.2518777Z * [new branch] gh/jansel/476/head -> origin/gh/jansel/476/head 2025-01-24T08:26:36.2519895Z * [new branch] gh/jansel/476/orig -> origin/gh/jansel/476/orig 2025-01-24T08:26:36.2522064Z * [new branch] gh/jansel/477/base -> origin/gh/jansel/477/base 2025-01-24T08:26:36.2523436Z * [new branch] gh/jansel/477/head -> origin/gh/jansel/477/head 2025-01-24T08:26:36.2524823Z * [new branch] gh/jansel/477/orig -> origin/gh/jansel/477/orig 2025-01-24T08:26:36.2527811Z * [new branch] gh/jbschlosser/174/base -> origin/gh/jbschlosser/174/base 2025-01-24T08:26:36.2529620Z * [new branch] gh/jbschlosser/174/head -> origin/gh/jbschlosser/174/head 2025-01-24T08:26:36.2531226Z * [new branch] gh/jbschlosser/174/orig -> origin/gh/jbschlosser/174/orig 2025-01-24T08:26:36.2533416Z * [new branch] gh/jbschlosser/187/base -> origin/gh/jbschlosser/187/base 2025-01-24T08:26:36.2534853Z * [new branch] gh/jbschlosser/187/head -> origin/gh/jbschlosser/187/head 2025-01-24T08:26:36.2536191Z * [new branch] gh/jbschlosser/187/orig -> origin/gh/jbschlosser/187/orig 2025-01-24T08:26:36.2538349Z * [new branch] gh/jbschlosser/195/base -> origin/gh/jbschlosser/195/base 2025-01-24T08:26:36.2539848Z * [new branch] gh/jbschlosser/195/head -> origin/gh/jbschlosser/195/head 2025-01-24T08:26:36.2541296Z * [new branch] gh/jbschlosser/195/orig -> origin/gh/jbschlosser/195/orig 2025-01-24T08:26:36.2543523Z * [new branch] gh/jbschlosser/208/base -> origin/gh/jbschlosser/208/base 2025-01-24T08:26:36.2544912Z * [new branch] gh/jbschlosser/208/head -> origin/gh/jbschlosser/208/head 2025-01-24T08:26:36.2546343Z * [new branch] gh/jbschlosser/208/orig -> origin/gh/jbschlosser/208/orig 2025-01-24T08:26:36.2548564Z * [new branch] gh/jbschlosser/214/base -> origin/gh/jbschlosser/214/base 2025-01-24T08:26:36.2549910Z * [new branch] gh/jbschlosser/214/head -> origin/gh/jbschlosser/214/head 2025-01-24T08:26:36.2551324Z * [new branch] gh/jbschlosser/214/orig -> origin/gh/jbschlosser/214/orig 2025-01-24T08:26:36.2553555Z * [new branch] gh/jbschlosser/216/base -> origin/gh/jbschlosser/216/base 2025-01-24T08:26:36.2554971Z * [new branch] gh/jbschlosser/216/head -> origin/gh/jbschlosser/216/head 2025-01-24T08:26:36.2556358Z * [new branch] gh/jbschlosser/216/orig -> origin/gh/jbschlosser/216/orig 2025-01-24T08:26:36.2558500Z * [new branch] gh/jbschlosser/217/base -> origin/gh/jbschlosser/217/base 2025-01-24T08:26:36.2559929Z * [new branch] gh/jbschlosser/217/head -> origin/gh/jbschlosser/217/head 2025-01-24T08:26:36.2561328Z * [new branch] gh/jbschlosser/217/orig -> origin/gh/jbschlosser/217/orig 2025-01-24T08:26:36.2563495Z * [new branch] gh/jbschlosser/218/base -> origin/gh/jbschlosser/218/base 2025-01-24T08:26:36.2565009Z * [new branch] gh/jbschlosser/218/head -> origin/gh/jbschlosser/218/head 2025-01-24T08:26:36.2566402Z * [new branch] gh/jbschlosser/218/orig -> origin/gh/jbschlosser/218/orig 2025-01-24T08:26:36.2568652Z * [new branch] gh/jbschlosser/219/base -> origin/gh/jbschlosser/219/base 2025-01-24T08:26:36.2570095Z * [new branch] gh/jbschlosser/219/head -> origin/gh/jbschlosser/219/head 2025-01-24T08:26:36.2572544Z * [new branch] gh/jbschlosser/219/orig -> origin/gh/jbschlosser/219/orig 2025-01-24T08:26:36.2574704Z * [new branch] gh/jbschlosser/220/base -> origin/gh/jbschlosser/220/base 2025-01-24T08:26:36.2576176Z * [new branch] gh/jbschlosser/220/head -> origin/gh/jbschlosser/220/head 2025-01-24T08:26:36.2577721Z * [new branch] gh/jbschlosser/220/orig -> origin/gh/jbschlosser/220/orig 2025-01-24T08:26:36.2579949Z * [new branch] gh/jbschlosser/221/base -> origin/gh/jbschlosser/221/base 2025-01-24T08:26:36.2581413Z * [new branch] gh/jbschlosser/221/head -> origin/gh/jbschlosser/221/head 2025-01-24T08:26:36.2582844Z * [new branch] gh/jbschlosser/221/orig -> origin/gh/jbschlosser/221/orig 2025-01-24T08:26:36.2585052Z * [new branch] gh/jbschlosser/222/base -> origin/gh/jbschlosser/222/base 2025-01-24T08:26:36.2586732Z * [new branch] gh/jbschlosser/222/head -> origin/gh/jbschlosser/222/head 2025-01-24T08:26:36.2588099Z * [new branch] gh/jbschlosser/222/orig -> origin/gh/jbschlosser/222/orig 2025-01-24T08:26:36.2590290Z * [new branch] gh/jbschlosser/223/base -> origin/gh/jbschlosser/223/base 2025-01-24T08:26:36.2591704Z * [new branch] gh/jbschlosser/223/head -> origin/gh/jbschlosser/223/head 2025-01-24T08:26:36.2593142Z * [new branch] gh/jbschlosser/223/orig -> origin/gh/jbschlosser/223/orig 2025-01-24T08:26:36.2595385Z * [new branch] gh/jbschlosser/224/base -> origin/gh/jbschlosser/224/base 2025-01-24T08:26:36.2596779Z * [new branch] gh/jbschlosser/224/head -> origin/gh/jbschlosser/224/head 2025-01-24T08:26:36.2598167Z * [new branch] gh/jbschlosser/224/orig -> origin/gh/jbschlosser/224/orig 2025-01-24T08:26:36.2600426Z * [new branch] gh/jbschlosser/225/base -> origin/gh/jbschlosser/225/base 2025-01-24T08:26:36.2601852Z * [new branch] gh/jbschlosser/225/head -> origin/gh/jbschlosser/225/head 2025-01-24T08:26:36.2603247Z * [new branch] gh/jbschlosser/225/orig -> origin/gh/jbschlosser/225/orig 2025-01-24T08:26:36.2605353Z * [new branch] gh/jbschlosser/89/base -> origin/gh/jbschlosser/89/base 2025-01-24T08:26:36.2606845Z * [new branch] gh/jbschlosser/89/head -> origin/gh/jbschlosser/89/head 2025-01-24T08:26:36.2608200Z * [new branch] gh/jbschlosser/89/orig -> origin/gh/jbschlosser/89/orig 2025-01-24T08:26:36.2611061Z * [new branch] gh/jcaip/41/base -> origin/gh/jcaip/41/base 2025-01-24T08:26:36.2612470Z * [new branch] gh/jcaip/41/head -> origin/gh/jcaip/41/head 2025-01-24T08:26:36.2613913Z * [new branch] gh/jcaip/41/orig -> origin/gh/jcaip/41/orig 2025-01-24T08:26:36.2616197Z * [new branch] gh/jcaip/70/base -> origin/gh/jcaip/70/base 2025-01-24T08:26:36.2617579Z * [new branch] gh/jcaip/70/head -> origin/gh/jcaip/70/head 2025-01-24T08:26:36.2618974Z * [new branch] gh/jcaip/70/orig -> origin/gh/jcaip/70/orig 2025-01-24T08:26:36.2621753Z * [new branch] gh/jerryzh168/855/base -> origin/gh/jerryzh168/855/base 2025-01-24T08:26:36.2623255Z * [new branch] gh/jerryzh168/855/head -> origin/gh/jerryzh168/855/head 2025-01-24T08:26:36.2624668Z * [new branch] gh/jerryzh168/855/orig -> origin/gh/jerryzh168/855/orig 2025-01-24T08:26:36.2626845Z * [new branch] gh/jerryzh168/859/base -> origin/gh/jerryzh168/859/base 2025-01-24T08:26:36.2628261Z * [new branch] gh/jerryzh168/859/head -> origin/gh/jerryzh168/859/head 2025-01-24T08:26:36.2629734Z * [new branch] gh/jerryzh168/859/orig -> origin/gh/jerryzh168/859/orig 2025-01-24T08:26:36.2631862Z * [new branch] gh/jerryzh168/860/base -> origin/gh/jerryzh168/860/base 2025-01-24T08:26:36.2633394Z * [new branch] gh/jerryzh168/860/head -> origin/gh/jerryzh168/860/head 2025-01-24T08:26:36.2634819Z * [new branch] gh/jerryzh168/860/orig -> origin/gh/jerryzh168/860/orig 2025-01-24T08:26:36.2637620Z * [new branch] gh/jgong5/23/base -> origin/gh/jgong5/23/base 2025-01-24T08:26:36.2639086Z * [new branch] gh/jgong5/23/head -> origin/gh/jgong5/23/head 2025-01-24T08:26:36.2641790Z * [new branch] gh/jiayisunx/12/base -> origin/gh/jiayisunx/12/base 2025-01-24T08:26:36.2643294Z * [new branch] gh/jiayisunx/12/head -> origin/gh/jiayisunx/12/head 2025-01-24T08:26:36.2644687Z * [new branch] gh/jiayisunx/12/orig -> origin/gh/jiayisunx/12/orig 2025-01-24T08:26:36.2646797Z * [new branch] gh/jiayisunx/23/base -> origin/gh/jiayisunx/23/base 2025-01-24T08:26:36.2648414Z * [new branch] gh/jiayisunx/23/head -> origin/gh/jiayisunx/23/head 2025-01-24T08:26:36.2649668Z * [new branch] gh/jiayisunx/23/orig -> origin/gh/jiayisunx/23/orig 2025-01-24T08:26:36.2651941Z * [new branch] gh/jiayisunx/34/base -> origin/gh/jiayisunx/34/base 2025-01-24T08:26:36.2653346Z * [new branch] gh/jiayisunx/34/head -> origin/gh/jiayisunx/34/head 2025-01-24T08:26:36.2654740Z * [new branch] gh/jiayisunx/34/orig -> origin/gh/jiayisunx/34/orig 2025-01-24T08:26:36.2656800Z * [new branch] gh/jiayisunx/37/base -> origin/gh/jiayisunx/37/base 2025-01-24T08:26:36.2658196Z * [new branch] gh/jiayisunx/37/head -> origin/gh/jiayisunx/37/head 2025-01-24T08:26:36.2659628Z * [new branch] gh/jiayisunx/37/orig -> origin/gh/jiayisunx/37/orig 2025-01-24T08:26:36.2661791Z * [new branch] gh/jiayisunx/38/base -> origin/gh/jiayisunx/38/base 2025-01-24T08:26:36.2663257Z * [new branch] gh/jiayisunx/38/head -> origin/gh/jiayisunx/38/head 2025-01-24T08:26:36.2664681Z * [new branch] gh/jiayisunx/38/orig -> origin/gh/jiayisunx/38/orig 2025-01-24T08:26:36.2666786Z * [new branch] gh/jiayisunx/39/base -> origin/gh/jiayisunx/39/base 2025-01-24T08:26:36.2668188Z * [new branch] gh/jiayisunx/39/head -> origin/gh/jiayisunx/39/head 2025-01-24T08:26:36.2669580Z * [new branch] gh/jiayisunx/39/orig -> origin/gh/jiayisunx/39/orig 2025-01-24T08:26:36.2671715Z * [new branch] gh/jiayisunx/40/base -> origin/gh/jiayisunx/40/base 2025-01-24T08:26:36.2673078Z * [new branch] gh/jiayisunx/40/head -> origin/gh/jiayisunx/40/head 2025-01-24T08:26:36.2674469Z * [new branch] gh/jiayisunx/40/orig -> origin/gh/jiayisunx/40/orig 2025-01-24T08:26:36.2676589Z * [new branch] gh/jiayisunx/50/base -> origin/gh/jiayisunx/50/base 2025-01-24T08:26:36.2677984Z * [new branch] gh/jiayisunx/50/head -> origin/gh/jiayisunx/50/head 2025-01-24T08:26:36.2679336Z * [new branch] gh/jiayisunx/50/orig -> origin/gh/jiayisunx/50/orig 2025-01-24T08:26:36.2681451Z * [new branch] gh/jiayisunx/51/base -> origin/gh/jiayisunx/51/base 2025-01-24T08:26:36.2682886Z * [new branch] gh/jiayisunx/51/head -> origin/gh/jiayisunx/51/head 2025-01-24T08:26:36.2684273Z * [new branch] gh/jiayisunx/51/orig -> origin/gh/jiayisunx/51/orig 2025-01-24T08:26:36.2686383Z * [new branch] gh/jiayisunx/52/base -> origin/gh/jiayisunx/52/base 2025-01-24T08:26:36.2687755Z * [new branch] gh/jiayisunx/52/head -> origin/gh/jiayisunx/52/head 2025-01-24T08:26:36.2689245Z * [new branch] gh/jiayisunx/52/orig -> origin/gh/jiayisunx/52/orig 2025-01-24T08:26:36.2691535Z * [new branch] gh/jiayisunx/53/base -> origin/gh/jiayisunx/53/base 2025-01-24T08:26:36.2692897Z * [new branch] gh/jiayisunx/53/head -> origin/gh/jiayisunx/53/head 2025-01-24T08:26:36.2694285Z * [new branch] gh/jiayisunx/53/orig -> origin/gh/jiayisunx/53/orig 2025-01-24T08:26:36.2696496Z * [new branch] gh/jiayisunx/54/base -> origin/gh/jiayisunx/54/base 2025-01-24T08:26:36.2697863Z * [new branch] gh/jiayisunx/54/head -> origin/gh/jiayisunx/54/head 2025-01-24T08:26:36.2699169Z * [new branch] gh/jiayisunx/54/orig -> origin/gh/jiayisunx/54/orig 2025-01-24T08:26:36.2701777Z * [new branch] gh/jjwu@meta.com/1/base -> origin/gh/jjwu@meta.com/1/base 2025-01-24T08:26:36.2703176Z * [new branch] gh/jjwu@meta.com/1/head -> origin/gh/jjwu@meta.com/1/head 2025-01-24T08:26:36.2705950Z * [new branch] gh/jon-chuang/1/base -> origin/gh/jon-chuang/1/base 2025-01-24T08:26:36.2707517Z * [new branch] gh/jon-chuang/1/head -> origin/gh/jon-chuang/1/head 2025-01-24T08:26:36.2709520Z * [new branch] gh/jon-chuang/12/base -> origin/gh/jon-chuang/12/base 2025-01-24T08:26:36.2711644Z * [new branch] gh/jon-chuang/13/base -> origin/gh/jon-chuang/13/base 2025-01-24T08:26:36.2713700Z * [new branch] gh/jon-chuang/14/base -> origin/gh/jon-chuang/14/base 2025-01-24T08:26:36.2715830Z * [new branch] gh/jon-chuang/16/base -> origin/gh/jon-chuang/16/base 2025-01-24T08:26:36.2717326Z * [new branch] gh/jon-chuang/16/head -> origin/gh/jon-chuang/16/head 2025-01-24T08:26:36.2718714Z * [new branch] gh/jon-chuang/16/orig -> origin/gh/jon-chuang/16/orig 2025-01-24T08:26:36.2720863Z * [new branch] gh/jon-chuang/19/base -> origin/gh/jon-chuang/19/base 2025-01-24T08:26:36.2722252Z * [new branch] gh/jon-chuang/19/head -> origin/gh/jon-chuang/19/head 2025-01-24T08:26:36.2723693Z * [new branch] gh/jon-chuang/19/orig -> origin/gh/jon-chuang/19/orig 2025-01-24T08:26:36.2725717Z * [new branch] gh/jon-chuang/2/base -> origin/gh/jon-chuang/2/base 2025-01-24T08:26:36.2727048Z * [new branch] gh/jon-chuang/2/head -> origin/gh/jon-chuang/2/head 2025-01-24T08:26:36.2729051Z * [new branch] gh/jon-chuang/3/base -> origin/gh/jon-chuang/3/base 2025-01-24T08:26:36.2730480Z * [new branch] gh/jon-chuang/3/head -> origin/gh/jon-chuang/3/head 2025-01-24T08:26:36.2733438Z * [new branch] gh/jon-chuang/4/base -> origin/gh/jon-chuang/4/base 2025-01-24T08:26:36.2734794Z * [new branch] gh/jon-chuang/4/head -> origin/gh/jon-chuang/4/head 2025-01-24T08:26:36.2736833Z * [new branch] gh/jon-chuang/5/base -> origin/gh/jon-chuang/5/base 2025-01-24T08:26:36.2738204Z * [new branch] gh/jon-chuang/5/head -> origin/gh/jon-chuang/5/head 2025-01-24T08:26:36.2740257Z * [new branch] gh/jon-chuang/6/base -> origin/gh/jon-chuang/6/base 2025-01-24T08:26:36.2741583Z * [new branch] gh/jon-chuang/6/head -> origin/gh/jon-chuang/6/head 2025-01-24T08:26:36.2743584Z * [new branch] gh/jon-chuang/7/base -> origin/gh/jon-chuang/7/base 2025-01-24T08:26:36.2745004Z * [new branch] gh/jon-chuang/7/head -> origin/gh/jon-chuang/7/head 2025-01-24T08:26:36.2746991Z * [new branch] gh/jon-chuang/8/base -> origin/gh/jon-chuang/8/base 2025-01-24T08:26:36.2748404Z * [new branch] gh/jon-chuang/8/head -> origin/gh/jon-chuang/8/head 2025-01-24T08:26:36.2751139Z * [new branch] gh/justinchuby/101/base -> origin/gh/justinchuby/101/base 2025-01-24T08:26:36.2752544Z * [new branch] gh/justinchuby/101/head -> origin/gh/justinchuby/101/head 2025-01-24T08:26:36.2754077Z * [new branch] gh/justinchuby/101/orig -> origin/gh/justinchuby/101/orig 2025-01-24T08:26:36.2757117Z * [new branch] gh/kadeng/1/base -> origin/gh/kadeng/1/base 2025-01-24T08:26:36.2758513Z * [new branch] gh/kadeng/1/head -> origin/gh/kadeng/1/head 2025-01-24T08:26:36.2760309Z * [new branch] gh/kadeng/1/orig -> origin/gh/kadeng/1/orig 2025-01-24T08:26:36.2762500Z * [new branch] gh/kadeng/12/base -> origin/gh/kadeng/12/base 2025-01-24T08:26:36.2763906Z * [new branch] gh/kadeng/12/head -> origin/gh/kadeng/12/head 2025-01-24T08:26:36.2766090Z * [new branch] gh/kadeng/13/base -> origin/gh/kadeng/13/base 2025-01-24T08:26:36.2767514Z * [new branch] gh/kadeng/13/head -> origin/gh/kadeng/13/head 2025-01-24T08:26:36.2769540Z * [new branch] gh/kadeng/14/base -> origin/gh/kadeng/14/base 2025-01-24T08:26:36.2771172Z * [new branch] gh/kadeng/14/head -> origin/gh/kadeng/14/head 2025-01-24T08:26:36.2773177Z * [new branch] gh/kadeng/16/base -> origin/gh/kadeng/16/base 2025-01-24T08:26:36.2774644Z * [new branch] gh/kadeng/16/head -> origin/gh/kadeng/16/head 2025-01-24T08:26:36.2777207Z * [new branch] gh/kadeng/6/base -> origin/gh/kadeng/6/base 2025-01-24T08:26:36.2778707Z * [new branch] gh/kadeng/6/head -> origin/gh/kadeng/6/head 2025-01-24T08:26:36.2780663Z * [new branch] gh/kadeng/7/base -> origin/gh/kadeng/7/base 2025-01-24T08:26:36.2782646Z * [new branch] gh/kadeng/9/base -> origin/gh/kadeng/9/base 2025-01-24T08:26:36.2783998Z * [new branch] gh/kadeng/9/head -> origin/gh/kadeng/9/head 2025-01-24T08:26:36.2786754Z * [new branch] gh/kimishpatel/186/base -> origin/gh/kimishpatel/186/base 2025-01-24T08:26:36.2788235Z * [new branch] gh/kimishpatel/186/head -> origin/gh/kimishpatel/186/head 2025-01-24T08:26:36.2789730Z * [new branch] gh/kimishpatel/186/orig -> origin/gh/kimishpatel/186/orig 2025-01-24T08:26:36.2792455Z * [new branch] gh/kurtamohler/30/base -> origin/gh/kurtamohler/30/base 2025-01-24T08:26:36.2793857Z * [new branch] gh/kurtamohler/30/head -> origin/gh/kurtamohler/30/head 2025-01-24T08:26:36.2795227Z * [new branch] gh/kurtamohler/30/orig -> origin/gh/kurtamohler/30/orig 2025-01-24T08:26:36.2798261Z * [new branch] gh/kwen2501/1/base -> origin/gh/kwen2501/1/base 2025-01-24T08:26:36.2799664Z * [new branch] gh/kwen2501/1/head -> origin/gh/kwen2501/1/head 2025-01-24T08:26:36.2802039Z * [new branch] gh/kwen2501/108/base -> origin/gh/kwen2501/108/base 2025-01-24T08:26:36.2803461Z * [new branch] gh/kwen2501/108/head -> origin/gh/kwen2501/108/head 2025-01-24T08:26:36.2804961Z * [new branch] gh/kwen2501/108/orig -> origin/gh/kwen2501/108/orig 2025-01-24T08:26:36.2807068Z * [new branch] gh/kwen2501/109/base -> origin/gh/kwen2501/109/base 2025-01-24T08:26:36.2808589Z * [new branch] gh/kwen2501/109/head -> origin/gh/kwen2501/109/head 2025-01-24T08:26:36.2809991Z * [new branch] gh/kwen2501/109/orig -> origin/gh/kwen2501/109/orig 2025-01-24T08:26:36.2813230Z * [new branch] gh/kwen2501/118/base -> origin/gh/kwen2501/118/base 2025-01-24T08:26:36.2814671Z * [new branch] gh/kwen2501/118/head -> origin/gh/kwen2501/118/head 2025-01-24T08:26:36.2816046Z * [new branch] gh/kwen2501/118/orig -> origin/gh/kwen2501/118/orig 2025-01-24T08:26:36.2818149Z * [new branch] gh/kwen2501/15/base -> origin/gh/kwen2501/15/base 2025-01-24T08:26:36.2819566Z * [new branch] gh/kwen2501/15/head -> origin/gh/kwen2501/15/head 2025-01-24T08:26:36.2821919Z * [new branch] gh/kwen2501/65/base -> origin/gh/kwen2501/65/base 2025-01-24T08:26:36.2823323Z * [new branch] gh/kwen2501/65/head -> origin/gh/kwen2501/65/head 2025-01-24T08:26:36.2824716Z * [new branch] gh/kwen2501/65/orig -> origin/gh/kwen2501/65/orig 2025-01-24T08:26:36.2827092Z * [new branch] gh/kwen2501/66/base -> origin/gh/kwen2501/66/base 2025-01-24T08:26:36.2828440Z * [new branch] gh/kwen2501/66/head -> origin/gh/kwen2501/66/head 2025-01-24T08:26:36.2829851Z * [new branch] gh/kwen2501/66/orig -> origin/gh/kwen2501/66/orig 2025-01-24T08:26:36.2831986Z * [new branch] gh/kwen2501/79/base -> origin/gh/kwen2501/79/base 2025-01-24T08:26:36.2833410Z * [new branch] gh/kwen2501/79/head -> origin/gh/kwen2501/79/head 2025-01-24T08:26:36.2834982Z * [new branch] gh/kwen2501/79/orig -> origin/gh/kwen2501/79/orig 2025-01-24T08:26:36.2837114Z * [new branch] gh/kwen2501/87/base -> origin/gh/kwen2501/87/base 2025-01-24T08:26:36.2838476Z * [new branch] gh/kwen2501/87/head -> origin/gh/kwen2501/87/head 2025-01-24T08:26:36.2839853Z * [new branch] gh/kwen2501/87/orig -> origin/gh/kwen2501/87/orig 2025-01-24T08:26:36.2842221Z * [new branch] gh/kwen2501/97/base -> origin/gh/kwen2501/97/base 2025-01-24T08:26:36.2843682Z * [new branch] gh/kwen2501/97/head -> origin/gh/kwen2501/97/head 2025-01-24T08:26:36.2845106Z * [new branch] gh/kwen2501/97/orig -> origin/gh/kwen2501/97/orig 2025-01-24T08:26:36.2847847Z * [new branch] gh/laithsakka/102/base -> origin/gh/laithsakka/102/base 2025-01-24T08:26:36.2849438Z * [new branch] gh/laithsakka/102/head -> origin/gh/laithsakka/102/head 2025-01-24T08:26:36.2850957Z * [new branch] gh/laithsakka/102/orig -> origin/gh/laithsakka/102/orig 2025-01-24T08:26:36.2853142Z * [new branch] gh/laithsakka/103/base -> origin/gh/laithsakka/103/base 2025-01-24T08:26:36.2854601Z * [new branch] gh/laithsakka/103/head -> origin/gh/laithsakka/103/head 2025-01-24T08:26:36.2856120Z * [new branch] gh/laithsakka/103/orig -> origin/gh/laithsakka/103/orig 2025-01-24T08:26:36.2858251Z * [new branch] gh/laithsakka/105/base -> origin/gh/laithsakka/105/base 2025-01-24T08:26:36.2859639Z * [new branch] gh/laithsakka/105/head -> origin/gh/laithsakka/105/head 2025-01-24T08:26:36.2861028Z * [new branch] gh/laithsakka/105/orig -> origin/gh/laithsakka/105/orig 2025-01-24T08:26:36.2863086Z * [new branch] gh/laithsakka/106/base -> origin/gh/laithsakka/106/base 2025-01-24T08:26:36.2864443Z * [new branch] gh/laithsakka/106/head -> origin/gh/laithsakka/106/head 2025-01-24T08:26:36.2865941Z * [new branch] gh/laithsakka/106/orig -> origin/gh/laithsakka/106/orig 2025-01-24T08:26:36.2868137Z * [new branch] gh/laithsakka/28/base -> origin/gh/laithsakka/28/base 2025-01-24T08:26:36.2870114Z * [new branch] gh/laithsakka/29/base -> origin/gh/laithsakka/29/base 2025-01-24T08:26:36.2872087Z * [new branch] gh/laithsakka/30/base -> origin/gh/laithsakka/30/base 2025-01-24T08:26:36.2873526Z * [new branch] gh/laithsakka/30/head -> origin/gh/laithsakka/30/head 2025-01-24T08:26:36.2875572Z * [new branch] gh/laithsakka/31/base -> origin/gh/laithsakka/31/base 2025-01-24T08:26:36.2876883Z * [new branch] gh/laithsakka/31/head -> origin/gh/laithsakka/31/head 2025-01-24T08:26:36.2878912Z * [new branch] gh/laithsakka/32/base -> origin/gh/laithsakka/32/base 2025-01-24T08:26:36.2880303Z * [new branch] gh/laithsakka/32/head -> origin/gh/laithsakka/32/head 2025-01-24T08:26:36.2882460Z * [new branch] gh/laithsakka/74/base -> origin/gh/laithsakka/74/base 2025-01-24T08:26:36.2883857Z * [new branch] gh/laithsakka/74/head -> origin/gh/laithsakka/74/head 2025-01-24T08:26:36.2885277Z * [new branch] gh/laithsakka/74/orig -> origin/gh/laithsakka/74/orig 2025-01-24T08:26:36.2888011Z * [new branch] gh/larryliu0820/44/base -> origin/gh/larryliu0820/44/base 2025-01-24T08:26:36.2889384Z * [new branch] gh/larryliu0820/44/head -> origin/gh/larryliu0820/44/head 2025-01-24T08:26:36.2891796Z * [new branch] gh/larryliu0820/44/orig -> origin/gh/larryliu0820/44/orig 2025-01-24T08:26:36.2894057Z * [new branch] gh/larryliu0820/45/base -> origin/gh/larryliu0820/45/base 2025-01-24T08:26:36.2895629Z * [new branch] gh/larryliu0820/45/head -> origin/gh/larryliu0820/45/head 2025-01-24T08:26:36.2897257Z * [new branch] gh/larryliu0820/45/orig -> origin/gh/larryliu0820/45/orig 2025-01-24T08:26:36.2899209Z * [new branch] gh/larryliu0820/46/base -> origin/gh/larryliu0820/46/base 2025-01-24T08:26:36.2900720Z * [new branch] gh/larryliu0820/46/head -> origin/gh/larryliu0820/46/head 2025-01-24T08:26:36.2902266Z * [new branch] gh/larryliu0820/46/orig -> origin/gh/larryliu0820/46/orig 2025-01-24T08:26:36.2905005Z * [new branch] gh/leslie-fang-intel/154/base -> origin/gh/leslie-fang-intel/154/base 2025-01-24T08:26:36.2906387Z * [new branch] gh/leslie-fang-intel/154/head -> origin/gh/leslie-fang-intel/154/head 2025-01-24T08:26:36.2907865Z * [new branch] gh/leslie-fang-intel/154/orig -> origin/gh/leslie-fang-intel/154/orig 2025-01-24T08:26:36.2910022Z * [new branch] gh/leslie-fang-intel/161/base -> origin/gh/leslie-fang-intel/161/base 2025-01-24T08:26:36.2911421Z * [new branch] gh/leslie-fang-intel/161/head -> origin/gh/leslie-fang-intel/161/head 2025-01-24T08:26:36.2912839Z * [new branch] gh/leslie-fang-intel/161/orig -> origin/gh/leslie-fang-intel/161/orig 2025-01-24T08:26:36.2914961Z * [new branch] gh/leslie-fang-intel/162/base -> origin/gh/leslie-fang-intel/162/base 2025-01-24T08:26:36.2916398Z * [new branch] gh/leslie-fang-intel/162/head -> origin/gh/leslie-fang-intel/162/head 2025-01-24T08:26:36.2917806Z * [new branch] gh/leslie-fang-intel/162/orig -> origin/gh/leslie-fang-intel/162/orig 2025-01-24T08:26:36.2919958Z * [new branch] gh/leslie-fang-intel/169/base -> origin/gh/leslie-fang-intel/169/base 2025-01-24T08:26:36.2921352Z * [new branch] gh/leslie-fang-intel/169/head -> origin/gh/leslie-fang-intel/169/head 2025-01-24T08:26:36.2922773Z * [new branch] gh/leslie-fang-intel/169/orig -> origin/gh/leslie-fang-intel/169/orig 2025-01-24T08:26:36.2924876Z * [new branch] gh/leslie-fang-intel/171/base -> origin/gh/leslie-fang-intel/171/base 2025-01-24T08:26:36.2926259Z * [new branch] gh/leslie-fang-intel/171/head -> origin/gh/leslie-fang-intel/171/head 2025-01-24T08:26:36.2927674Z * [new branch] gh/leslie-fang-intel/171/orig -> origin/gh/leslie-fang-intel/171/orig 2025-01-24T08:26:36.2929848Z * [new branch] gh/leslie-fang-intel/172/base -> origin/gh/leslie-fang-intel/172/base 2025-01-24T08:26:36.2931382Z * [new branch] gh/leslie-fang-intel/172/head -> origin/gh/leslie-fang-intel/172/head 2025-01-24T08:26:36.2932827Z * [new branch] gh/leslie-fang-intel/172/orig -> origin/gh/leslie-fang-intel/172/orig 2025-01-24T08:26:36.2934958Z * [new branch] gh/leslie-fang-intel/173/base -> origin/gh/leslie-fang-intel/173/base 2025-01-24T08:26:36.2936310Z * [new branch] gh/leslie-fang-intel/173/head -> origin/gh/leslie-fang-intel/173/head 2025-01-24T08:26:36.2937682Z * [new branch] gh/leslie-fang-intel/173/orig -> origin/gh/leslie-fang-intel/173/orig 2025-01-24T08:26:36.2939880Z * [new branch] gh/leslie-fang-intel/174/base -> origin/gh/leslie-fang-intel/174/base 2025-01-24T08:26:36.2941293Z * [new branch] gh/leslie-fang-intel/174/head -> origin/gh/leslie-fang-intel/174/head 2025-01-24T08:26:36.2942701Z * [new branch] gh/leslie-fang-intel/174/orig -> origin/gh/leslie-fang-intel/174/orig 2025-01-24T08:26:36.2944759Z * [new branch] gh/leslie-fang-intel/175/base -> origin/gh/leslie-fang-intel/175/base 2025-01-24T08:26:36.2946233Z * [new branch] gh/leslie-fang-intel/175/head -> origin/gh/leslie-fang-intel/175/head 2025-01-24T08:26:36.2947609Z * [new branch] gh/leslie-fang-intel/175/orig -> origin/gh/leslie-fang-intel/175/orig 2025-01-24T08:26:36.2949705Z * [new branch] gh/leslie-fang-intel/176/base -> origin/gh/leslie-fang-intel/176/base 2025-01-24T08:26:36.2951263Z * [new branch] gh/leslie-fang-intel/176/head -> origin/gh/leslie-fang-intel/176/head 2025-01-24T08:26:36.2952579Z * [new branch] gh/leslie-fang-intel/176/orig -> origin/gh/leslie-fang-intel/176/orig 2025-01-24T08:26:36.2954702Z * [new branch] gh/leslie-fang-intel/177/base -> origin/gh/leslie-fang-intel/177/base 2025-01-24T08:26:36.2956069Z * [new branch] gh/leslie-fang-intel/177/head -> origin/gh/leslie-fang-intel/177/head 2025-01-24T08:26:36.2957448Z * [new branch] gh/leslie-fang-intel/177/orig -> origin/gh/leslie-fang-intel/177/orig 2025-01-24T08:26:36.2959565Z * [new branch] gh/leslie-fang-intel/178/base -> origin/gh/leslie-fang-intel/178/base 2025-01-24T08:26:36.2960941Z * [new branch] gh/leslie-fang-intel/178/head -> origin/gh/leslie-fang-intel/178/head 2025-01-24T08:26:36.2962343Z * [new branch] gh/leslie-fang-intel/178/orig -> origin/gh/leslie-fang-intel/178/orig 2025-01-24T08:26:36.2965098Z * [new branch] gh/lw/2/base -> origin/gh/lw/2/base 2025-01-24T08:26:36.2966482Z * [new branch] gh/lw/2/head -> origin/gh/lw/2/head 2025-01-24T08:26:36.2967962Z * [new branch] gh/lw/2/orig -> origin/gh/lw/2/orig 2025-01-24T08:26:36.2970026Z * [new branch] gh/lw/3/base -> origin/gh/lw/3/base 2025-01-24T08:26:36.2971616Z * [new branch] gh/lw/3/head -> origin/gh/lw/3/head 2025-01-24T08:26:36.2972994Z * [new branch] gh/lw/3/orig -> origin/gh/lw/3/orig 2025-01-24T08:26:36.2975093Z * [new branch] gh/lw/4/base -> origin/gh/lw/4/base 2025-01-24T08:26:36.2976493Z * [new branch] gh/lw/4/head -> origin/gh/lw/4/head 2025-01-24T08:26:36.2977872Z * [new branch] gh/lw/4/orig -> origin/gh/lw/4/orig 2025-01-24T08:26:36.2980053Z * [new branch] gh/lw/5/base -> origin/gh/lw/5/base 2025-01-24T08:26:36.2981482Z * [new branch] gh/lw/5/head -> origin/gh/lw/5/head 2025-01-24T08:26:36.2983065Z * [new branch] gh/lw/5/orig -> origin/gh/lw/5/orig 2025-01-24T08:26:36.2985833Z * [new branch] gh/malfet/100/base -> origin/gh/malfet/100/base 2025-01-24T08:26:36.2987364Z * [new branch] gh/malfet/100/head -> origin/gh/malfet/100/head 2025-01-24T08:26:36.2988781Z * [new branch] gh/malfet/100/orig -> origin/gh/malfet/100/orig 2025-01-24T08:26:36.2990960Z * [new branch] gh/malfet/101/base -> origin/gh/malfet/101/base 2025-01-24T08:26:36.2992331Z * [new branch] gh/malfet/101/head -> origin/gh/malfet/101/head 2025-01-24T08:26:36.2993724Z * [new branch] gh/malfet/101/orig -> origin/gh/malfet/101/orig 2025-01-24T08:26:36.2995846Z * [new branch] gh/malfet/102/base -> origin/gh/malfet/102/base 2025-01-24T08:26:36.2997268Z * [new branch] gh/malfet/102/head -> origin/gh/malfet/102/head 2025-01-24T08:26:36.2998747Z * [new branch] gh/malfet/102/orig -> origin/gh/malfet/102/orig 2025-01-24T08:26:36.3000975Z * [new branch] gh/malfet/103/base -> origin/gh/malfet/103/base 2025-01-24T08:26:36.3002522Z * [new branch] gh/malfet/103/head -> origin/gh/malfet/103/head 2025-01-24T08:26:36.3003981Z * [new branch] gh/malfet/103/orig -> origin/gh/malfet/103/orig 2025-01-24T08:26:36.3006214Z * [new branch] gh/malfet/104/base -> origin/gh/malfet/104/base 2025-01-24T08:26:36.3007605Z * [new branch] gh/malfet/104/head -> origin/gh/malfet/104/head 2025-01-24T08:26:36.3009058Z * [new branch] gh/malfet/104/orig -> origin/gh/malfet/104/orig 2025-01-24T08:26:36.3011344Z * [new branch] gh/malfet/105/base -> origin/gh/malfet/105/base 2025-01-24T08:26:36.3012985Z * [new branch] gh/malfet/105/head -> origin/gh/malfet/105/head 2025-01-24T08:26:36.3014228Z * [new branch] gh/malfet/105/orig -> origin/gh/malfet/105/orig 2025-01-24T08:26:36.3016336Z * [new branch] gh/malfet/106/base -> origin/gh/malfet/106/base 2025-01-24T08:26:36.3017748Z * [new branch] gh/malfet/106/head -> origin/gh/malfet/106/head 2025-01-24T08:26:36.3019173Z * [new branch] gh/malfet/106/orig -> origin/gh/malfet/106/orig 2025-01-24T08:26:36.3021488Z * [new branch] gh/malfet/107/base -> origin/gh/malfet/107/base 2025-01-24T08:26:36.3022904Z * [new branch] gh/malfet/107/head -> origin/gh/malfet/107/head 2025-01-24T08:26:36.3024288Z * [new branch] gh/malfet/107/orig -> origin/gh/malfet/107/orig 2025-01-24T08:26:36.3026469Z * [new branch] gh/malfet/108/base -> origin/gh/malfet/108/base 2025-01-24T08:26:36.3027999Z * [new branch] gh/malfet/108/head -> origin/gh/malfet/108/head 2025-01-24T08:26:36.3029409Z * [new branch] gh/malfet/108/orig -> origin/gh/malfet/108/orig 2025-01-24T08:26:36.3031612Z * [new branch] gh/malfet/109/base -> origin/gh/malfet/109/base 2025-01-24T08:26:36.3033038Z * [new branch] gh/malfet/109/head -> origin/gh/malfet/109/head 2025-01-24T08:26:36.3034435Z * [new branch] gh/malfet/109/orig -> origin/gh/malfet/109/orig 2025-01-24T08:26:36.3036884Z * [new branch] gh/malfet/110/base -> origin/gh/malfet/110/base 2025-01-24T08:26:36.3038272Z * [new branch] gh/malfet/110/head -> origin/gh/malfet/110/head 2025-01-24T08:26:36.3039959Z * [new branch] gh/malfet/110/orig -> origin/gh/malfet/110/orig 2025-01-24T08:26:36.3042195Z * [new branch] gh/malfet/111/base -> origin/gh/malfet/111/base 2025-01-24T08:26:36.3043562Z * [new branch] gh/malfet/111/head -> origin/gh/malfet/111/head 2025-01-24T08:26:36.3044983Z * [new branch] gh/malfet/111/orig -> origin/gh/malfet/111/orig 2025-01-24T08:26:36.3047101Z * [new branch] gh/malfet/112/base -> origin/gh/malfet/112/base 2025-01-24T08:26:36.3048492Z * [new branch] gh/malfet/112/head -> origin/gh/malfet/112/head 2025-01-24T08:26:36.3049904Z * [new branch] gh/malfet/112/orig -> origin/gh/malfet/112/orig 2025-01-24T08:26:36.3052601Z * [new branch] gh/malfet/113/base -> origin/gh/malfet/113/base 2025-01-24T08:26:36.3054103Z * [new branch] gh/malfet/113/head -> origin/gh/malfet/113/head 2025-01-24T08:26:36.3055523Z * [new branch] gh/malfet/113/orig -> origin/gh/malfet/113/orig 2025-01-24T08:26:36.3057645Z * [new branch] gh/malfet/114/base -> origin/gh/malfet/114/base 2025-01-24T08:26:36.3059048Z * [new branch] gh/malfet/114/head -> origin/gh/malfet/114/head 2025-01-24T08:26:36.3060449Z * [new branch] gh/malfet/114/orig -> origin/gh/malfet/114/orig 2025-01-24T08:26:36.3062574Z * [new branch] gh/malfet/115/base -> origin/gh/malfet/115/base 2025-01-24T08:26:36.3063942Z * [new branch] gh/malfet/115/head -> origin/gh/malfet/115/head 2025-01-24T08:26:36.3065364Z * [new branch] gh/malfet/115/orig -> origin/gh/malfet/115/orig 2025-01-24T08:26:36.3067527Z * [new branch] gh/malfet/116/base -> origin/gh/malfet/116/base 2025-01-24T08:26:36.3068918Z * [new branch] gh/malfet/116/head -> origin/gh/malfet/116/head 2025-01-24T08:26:36.3070302Z * [new branch] gh/malfet/116/orig -> origin/gh/malfet/116/orig 2025-01-24T08:26:36.3072583Z * [new branch] gh/malfet/117/base -> origin/gh/malfet/117/base 2025-01-24T08:26:36.3073810Z * [new branch] gh/malfet/117/head -> origin/gh/malfet/117/head 2025-01-24T08:26:36.3075188Z * [new branch] gh/malfet/117/orig -> origin/gh/malfet/117/orig 2025-01-24T08:26:36.3077297Z * [new branch] gh/malfet/118/base -> origin/gh/malfet/118/base 2025-01-24T08:26:36.3078774Z * [new branch] gh/malfet/118/head -> origin/gh/malfet/118/head 2025-01-24T08:26:36.3080170Z * [new branch] gh/malfet/118/orig -> origin/gh/malfet/118/orig 2025-01-24T08:26:36.3082540Z * [new branch] gh/malfet/119/base -> origin/gh/malfet/119/base 2025-01-24T08:26:36.3084095Z * [new branch] gh/malfet/119/head -> origin/gh/malfet/119/head 2025-01-24T08:26:36.3085493Z * [new branch] gh/malfet/119/orig -> origin/gh/malfet/119/orig 2025-01-24T08:26:36.3088307Z * [new branch] gh/malfet/120/base -> origin/gh/malfet/120/base 2025-01-24T08:26:36.3089872Z * [new branch] gh/malfet/120/head -> origin/gh/malfet/120/head 2025-01-24T08:26:36.3091415Z * [new branch] gh/malfet/120/orig -> origin/gh/malfet/120/orig 2025-01-24T08:26:36.3093555Z * [new branch] gh/malfet/121/base -> origin/gh/malfet/121/base 2025-01-24T08:26:36.3094921Z * [new branch] gh/malfet/121/head -> origin/gh/malfet/121/head 2025-01-24T08:26:36.3096418Z * [new branch] gh/malfet/121/orig -> origin/gh/malfet/121/orig 2025-01-24T08:26:36.3098528Z * [new branch] gh/malfet/122/base -> origin/gh/malfet/122/base 2025-01-24T08:26:36.3099942Z * [new branch] gh/malfet/122/head -> origin/gh/malfet/122/head 2025-01-24T08:26:36.3101343Z * [new branch] gh/malfet/122/orig -> origin/gh/malfet/122/orig 2025-01-24T08:26:36.3103537Z * [new branch] gh/malfet/123/base -> origin/gh/malfet/123/base 2025-01-24T08:26:36.3104930Z * [new branch] gh/malfet/123/head -> origin/gh/malfet/123/head 2025-01-24T08:26:36.3106338Z * [new branch] gh/malfet/123/orig -> origin/gh/malfet/123/orig 2025-01-24T08:26:36.3108520Z * [new branch] gh/malfet/124/base -> origin/gh/malfet/124/base 2025-01-24T08:26:36.3109897Z * [new branch] gh/malfet/124/head -> origin/gh/malfet/124/head 2025-01-24T08:26:36.3111346Z * [new branch] gh/malfet/124/orig -> origin/gh/malfet/124/orig 2025-01-24T08:26:36.3113509Z * [new branch] gh/malfet/125/base -> origin/gh/malfet/125/base 2025-01-24T08:26:36.3114964Z * [new branch] gh/malfet/125/head -> origin/gh/malfet/125/head 2025-01-24T08:26:36.3116351Z * [new branch] gh/malfet/125/orig -> origin/gh/malfet/125/orig 2025-01-24T08:26:36.3118511Z * [new branch] gh/malfet/126/base -> origin/gh/malfet/126/base 2025-01-24T08:26:36.3119893Z * [new branch] gh/malfet/126/head -> origin/gh/malfet/126/head 2025-01-24T08:26:36.3121348Z * [new branch] gh/malfet/126/orig -> origin/gh/malfet/126/orig 2025-01-24T08:26:36.3123449Z * [new branch] gh/malfet/127/base -> origin/gh/malfet/127/base 2025-01-24T08:26:36.3124847Z * [new branch] gh/malfet/127/head -> origin/gh/malfet/127/head 2025-01-24T08:26:36.3126217Z * [new branch] gh/malfet/127/orig -> origin/gh/malfet/127/orig 2025-01-24T08:26:36.3128386Z * [new branch] gh/malfet/128/base -> origin/gh/malfet/128/base 2025-01-24T08:26:36.3129745Z * [new branch] gh/malfet/128/head -> origin/gh/malfet/128/head 2025-01-24T08:26:36.3131235Z * [new branch] gh/malfet/128/orig -> origin/gh/malfet/128/orig 2025-01-24T08:26:36.3133587Z * [new branch] gh/malfet/129/base -> origin/gh/malfet/129/base 2025-01-24T08:26:36.3134837Z * [new branch] gh/malfet/129/head -> origin/gh/malfet/129/head 2025-01-24T08:26:36.3136269Z * [new branch] gh/malfet/129/orig -> origin/gh/malfet/129/orig 2025-01-24T08:26:36.3138408Z * [new branch] gh/malfet/130/base -> origin/gh/malfet/130/base 2025-01-24T08:26:36.3139761Z * [new branch] gh/malfet/130/head -> origin/gh/malfet/130/head 2025-01-24T08:26:36.3141214Z * [new branch] gh/malfet/130/orig -> origin/gh/malfet/130/orig 2025-01-24T08:26:36.3143240Z * [new branch] gh/malfet/131/base -> origin/gh/malfet/131/base 2025-01-24T08:26:36.3144620Z * [new branch] gh/malfet/131/head -> origin/gh/malfet/131/head 2025-01-24T08:26:36.3146053Z * [new branch] gh/malfet/131/orig -> origin/gh/malfet/131/orig 2025-01-24T08:26:36.3148242Z * [new branch] gh/malfet/132/base -> origin/gh/malfet/132/base 2025-01-24T08:26:36.3149663Z * [new branch] gh/malfet/132/head -> origin/gh/malfet/132/head 2025-01-24T08:26:36.3151059Z * [new branch] gh/malfet/132/orig -> origin/gh/malfet/132/orig 2025-01-24T08:26:36.3153152Z * [new branch] gh/malfet/133/base -> origin/gh/malfet/133/base 2025-01-24T08:26:36.3154568Z * [new branch] gh/malfet/133/head -> origin/gh/malfet/133/head 2025-01-24T08:26:36.3155968Z * [new branch] gh/malfet/133/orig -> origin/gh/malfet/133/orig 2025-01-24T08:26:36.3158116Z * [new branch] gh/malfet/134/base -> origin/gh/malfet/134/base 2025-01-24T08:26:36.3159594Z * [new branch] gh/malfet/134/head -> origin/gh/malfet/134/head 2025-01-24T08:26:36.3161008Z * [new branch] gh/malfet/134/orig -> origin/gh/malfet/134/orig 2025-01-24T08:26:36.3163186Z * [new branch] gh/malfet/135/base -> origin/gh/malfet/135/base 2025-01-24T08:26:36.3164601Z * [new branch] gh/malfet/135/head -> origin/gh/malfet/135/head 2025-01-24T08:26:36.3166050Z * [new branch] gh/malfet/135/orig -> origin/gh/malfet/135/orig 2025-01-24T08:26:36.3168127Z * [new branch] gh/malfet/136/base -> origin/gh/malfet/136/base 2025-01-24T08:26:36.3169536Z * [new branch] gh/malfet/136/head -> origin/gh/malfet/136/head 2025-01-24T08:26:36.3171076Z * [new branch] gh/malfet/136/orig -> origin/gh/malfet/136/orig 2025-01-24T08:26:36.3173244Z * [new branch] gh/malfet/137/base -> origin/gh/malfet/137/base 2025-01-24T08:26:36.3174692Z * [new branch] gh/malfet/137/head -> origin/gh/malfet/137/head 2025-01-24T08:26:36.3176115Z * [new branch] gh/malfet/137/orig -> origin/gh/malfet/137/orig 2025-01-24T08:26:36.3178288Z * [new branch] gh/malfet/138/base -> origin/gh/malfet/138/base 2025-01-24T08:26:36.3179678Z * [new branch] gh/malfet/138/head -> origin/gh/malfet/138/head 2025-01-24T08:26:36.3181246Z * [new branch] gh/malfet/138/orig -> origin/gh/malfet/138/orig 2025-01-24T08:26:36.3183440Z * [new branch] gh/malfet/139/base -> origin/gh/malfet/139/base 2025-01-24T08:26:36.3184805Z * [new branch] gh/malfet/139/head -> origin/gh/malfet/139/head 2025-01-24T08:26:36.3186314Z * [new branch] gh/malfet/139/orig -> origin/gh/malfet/139/orig 2025-01-24T08:26:36.3188484Z * [new branch] gh/malfet/14/base -> origin/gh/malfet/14/base 2025-01-24T08:26:36.3190695Z * [new branch] gh/malfet/140/base -> origin/gh/malfet/140/base 2025-01-24T08:26:36.3192088Z * [new branch] gh/malfet/140/head -> origin/gh/malfet/140/head 2025-01-24T08:26:36.3193710Z * [new branch] gh/malfet/140/orig -> origin/gh/malfet/140/orig 2025-01-24T08:26:36.3195737Z * [new branch] gh/malfet/141/base -> origin/gh/malfet/141/base 2025-01-24T08:26:36.3197116Z * [new branch] gh/malfet/141/head -> origin/gh/malfet/141/head 2025-01-24T08:26:36.3198515Z * [new branch] gh/malfet/141/orig -> origin/gh/malfet/141/orig 2025-01-24T08:26:36.3200619Z * [new branch] gh/malfet/142/base -> origin/gh/malfet/142/base 2025-01-24T08:26:36.3202032Z * [new branch] gh/malfet/142/head -> origin/gh/malfet/142/head 2025-01-24T08:26:36.3203519Z * [new branch] gh/malfet/142/orig -> origin/gh/malfet/142/orig 2025-01-24T08:26:36.3205685Z * [new branch] gh/malfet/143/base -> origin/gh/malfet/143/base 2025-01-24T08:26:36.3207198Z * [new branch] gh/malfet/143/head -> origin/gh/malfet/143/head 2025-01-24T08:26:36.3208529Z * [new branch] gh/malfet/143/orig -> origin/gh/malfet/143/orig 2025-01-24T08:26:36.3211273Z * [new branch] gh/malfet/144/base -> origin/gh/malfet/144/base 2025-01-24T08:26:36.3212630Z * [new branch] gh/malfet/144/head -> origin/gh/malfet/144/head 2025-01-24T08:26:36.3214060Z * [new branch] gh/malfet/144/orig -> origin/gh/malfet/144/orig 2025-01-24T08:26:36.3216243Z * [new branch] gh/malfet/145/base -> origin/gh/malfet/145/base 2025-01-24T08:26:36.3217607Z * [new branch] gh/malfet/145/head -> origin/gh/malfet/145/head 2025-01-24T08:26:36.3219048Z * [new branch] gh/malfet/145/orig -> origin/gh/malfet/145/orig 2025-01-24T08:26:36.3221385Z * [new branch] gh/malfet/146/base -> origin/gh/malfet/146/base 2025-01-24T08:26:36.3222774Z * [new branch] gh/malfet/146/head -> origin/gh/malfet/146/head 2025-01-24T08:26:36.3224330Z * [new branch] gh/malfet/146/orig -> origin/gh/malfet/146/orig 2025-01-24T08:26:36.3226438Z * [new branch] gh/malfet/147/base -> origin/gh/malfet/147/base 2025-01-24T08:26:36.3227906Z * [new branch] gh/malfet/147/head -> origin/gh/malfet/147/head 2025-01-24T08:26:36.3229393Z * [new branch] gh/malfet/147/orig -> origin/gh/malfet/147/orig 2025-01-24T08:26:36.3231587Z * [new branch] gh/malfet/31/base -> origin/gh/malfet/31/base 2025-01-24T08:26:36.3232980Z * [new branch] gh/malfet/31/head -> origin/gh/malfet/31/head 2025-01-24T08:26:36.3234403Z * [new branch] gh/malfet/31/orig -> origin/gh/malfet/31/orig 2025-01-24T08:26:36.3236581Z * [new branch] gh/malfet/37/base -> origin/gh/malfet/37/base 2025-01-24T08:26:36.3238006Z * [new branch] gh/malfet/37/head -> origin/gh/malfet/37/head 2025-01-24T08:26:36.3239482Z * [new branch] gh/malfet/37/orig -> origin/gh/malfet/37/orig 2025-01-24T08:26:36.3241651Z * [new branch] gh/malfet/64/base -> origin/gh/malfet/64/base 2025-01-24T08:26:36.3243080Z * [new branch] gh/malfet/64/head -> origin/gh/malfet/64/head 2025-01-24T08:26:36.3245252Z * [new branch] gh/malfet/88/base -> origin/gh/malfet/88/base 2025-01-24T08:26:36.3246681Z * [new branch] gh/malfet/88/head -> origin/gh/malfet/88/head 2025-01-24T08:26:36.3248193Z * [new branch] gh/malfet/88/orig -> origin/gh/malfet/88/orig 2025-01-24T08:26:36.3250286Z * [new branch] gh/malfet/89/base -> origin/gh/malfet/89/base 2025-01-24T08:26:36.3251755Z * [new branch] gh/malfet/89/head -> origin/gh/malfet/89/head 2025-01-24T08:26:36.3253331Z * [new branch] gh/malfet/89/orig -> origin/gh/malfet/89/orig 2025-01-24T08:26:36.3255358Z * [new branch] gh/malfet/90/base -> origin/gh/malfet/90/base 2025-01-24T08:26:36.3256765Z * [new branch] gh/malfet/90/head -> origin/gh/malfet/90/head 2025-01-24T08:26:36.3258149Z * [new branch] gh/malfet/90/orig -> origin/gh/malfet/90/orig 2025-01-24T08:26:36.3260379Z * [new branch] gh/malfet/91/base -> origin/gh/malfet/91/base 2025-01-24T08:26:36.3261805Z * [new branch] gh/malfet/91/head -> origin/gh/malfet/91/head 2025-01-24T08:26:36.3263201Z * [new branch] gh/malfet/91/orig -> origin/gh/malfet/91/orig 2025-01-24T08:26:36.3265282Z * [new branch] gh/malfet/92/base -> origin/gh/malfet/92/base 2025-01-24T08:26:36.3266664Z * [new branch] gh/malfet/92/head -> origin/gh/malfet/92/head 2025-01-24T08:26:36.3268067Z * [new branch] gh/malfet/92/orig -> origin/gh/malfet/92/orig 2025-01-24T08:26:36.3270268Z * [new branch] gh/malfet/93/base -> origin/gh/malfet/93/base 2025-01-24T08:26:36.3271641Z * [new branch] gh/malfet/93/head -> origin/gh/malfet/93/head 2025-01-24T08:26:36.3273043Z * [new branch] gh/malfet/93/orig -> origin/gh/malfet/93/orig 2025-01-24T08:26:36.3275313Z * [new branch] gh/malfet/94/base -> origin/gh/malfet/94/base 2025-01-24T08:26:36.3276621Z * [new branch] gh/malfet/94/head -> origin/gh/malfet/94/head 2025-01-24T08:26:36.3277984Z * [new branch] gh/malfet/94/orig -> origin/gh/malfet/94/orig 2025-01-24T08:26:36.3280365Z * [new branch] gh/malfet/95/base -> origin/gh/malfet/95/base 2025-01-24T08:26:36.3281797Z * [new branch] gh/malfet/95/head -> origin/gh/malfet/95/head 2025-01-24T08:26:36.3283217Z * [new branch] gh/malfet/95/orig -> origin/gh/malfet/95/orig 2025-01-24T08:26:36.3285325Z * [new branch] gh/malfet/96/base -> origin/gh/malfet/96/base 2025-01-24T08:26:36.3286728Z * [new branch] gh/malfet/96/head -> origin/gh/malfet/96/head 2025-01-24T08:26:36.3288210Z * [new branch] gh/malfet/96/orig -> origin/gh/malfet/96/orig 2025-01-24T08:26:36.3290720Z * [new branch] gh/malfet/97/base -> origin/gh/malfet/97/base 2025-01-24T08:26:36.3292244Z * [new branch] gh/malfet/97/head -> origin/gh/malfet/97/head 2025-01-24T08:26:36.3293654Z * [new branch] gh/malfet/97/orig -> origin/gh/malfet/97/orig 2025-01-24T08:26:36.3295807Z * [new branch] gh/malfet/98/base -> origin/gh/malfet/98/base 2025-01-24T08:26:36.3297366Z * [new branch] gh/malfet/98/head -> origin/gh/malfet/98/head 2025-01-24T08:26:36.3298720Z * [new branch] gh/malfet/98/orig -> origin/gh/malfet/98/orig 2025-01-24T08:26:36.3300874Z * [new branch] gh/malfet/99/base -> origin/gh/malfet/99/base 2025-01-24T08:26:36.3302300Z * [new branch] gh/malfet/99/head -> origin/gh/malfet/99/head 2025-01-24T08:26:36.3303850Z * [new branch] gh/malfet/99/orig -> origin/gh/malfet/99/orig 2025-01-24T08:26:36.3306610Z * [new branch] gh/markkm/1/base -> origin/gh/markkm/1/base 2025-01-24T08:26:36.3309478Z * [new branch] gh/masnesral/140/base -> origin/gh/masnesral/140/base 2025-01-24T08:26:36.3310802Z * [new branch] gh/masnesral/140/head -> origin/gh/masnesral/140/head 2025-01-24T08:26:36.3312199Z * [new branch] gh/masnesral/140/orig -> origin/gh/masnesral/140/orig 2025-01-24T08:26:36.3314511Z * [new branch] gh/masnesral/149/base -> origin/gh/masnesral/149/base 2025-01-24T08:26:36.3316164Z * [new branch] gh/masnesral/149/head -> origin/gh/masnesral/149/head 2025-01-24T08:26:36.3317433Z * [new branch] gh/masnesral/149/orig -> origin/gh/masnesral/149/orig 2025-01-24T08:26:36.3319536Z * [new branch] gh/masnesral/150/base -> origin/gh/masnesral/150/base 2025-01-24T08:26:36.3320964Z * [new branch] gh/masnesral/150/head -> origin/gh/masnesral/150/head 2025-01-24T08:26:36.3322420Z * [new branch] gh/masnesral/150/orig -> origin/gh/masnesral/150/orig 2025-01-24T08:26:36.3324721Z * [new branch] gh/masnesral/155/base -> origin/gh/masnesral/155/base 2025-01-24T08:26:36.3326306Z * [new branch] gh/masnesral/155/head -> origin/gh/masnesral/155/head 2025-01-24T08:26:36.3327771Z * [new branch] gh/masnesral/155/orig -> origin/gh/masnesral/155/orig 2025-01-24T08:26:36.3330143Z * [new branch] gh/masnesral/157/base -> origin/gh/masnesral/157/base 2025-01-24T08:26:36.3331646Z * [new branch] gh/masnesral/157/head -> origin/gh/masnesral/157/head 2025-01-24T08:26:36.3333022Z * [new branch] gh/masnesral/157/orig -> origin/gh/masnesral/157/orig 2025-01-24T08:26:36.3335187Z * [new branch] gh/masnesral/158/base -> origin/gh/masnesral/158/base 2025-01-24T08:26:36.3336849Z * [new branch] gh/masnesral/158/head -> origin/gh/masnesral/158/head 2025-01-24T08:26:36.3338215Z * [new branch] gh/masnesral/158/orig -> origin/gh/masnesral/158/orig 2025-01-24T08:26:36.3340206Z * [new branch] gh/masnesral/159/base -> origin/gh/masnesral/159/base 2025-01-24T08:26:36.3341571Z * [new branch] gh/masnesral/159/head -> origin/gh/masnesral/159/head 2025-01-24T08:26:36.3342934Z * [new branch] gh/masnesral/159/orig -> origin/gh/masnesral/159/orig 2025-01-24T08:26:36.3344948Z * [new branch] gh/masnesral/160/base -> origin/gh/masnesral/160/base 2025-01-24T08:26:36.3346336Z * [new branch] gh/masnesral/160/head -> origin/gh/masnesral/160/head 2025-01-24T08:26:36.3347784Z * [new branch] gh/masnesral/160/orig -> origin/gh/masnesral/160/orig 2025-01-24T08:26:36.3349837Z * [new branch] gh/masnesral/161/base -> origin/gh/masnesral/161/base 2025-01-24T08:26:36.3351186Z * [new branch] gh/masnesral/161/head -> origin/gh/masnesral/161/head 2025-01-24T08:26:36.3352591Z * [new branch] gh/masnesral/161/orig -> origin/gh/masnesral/161/orig 2025-01-24T08:26:36.3354581Z * [new branch] gh/masnesral/162/base -> origin/gh/masnesral/162/base 2025-01-24T08:26:36.3355924Z * [new branch] gh/masnesral/162/head -> origin/gh/masnesral/162/head 2025-01-24T08:26:36.3357234Z * [new branch] gh/masnesral/162/orig -> origin/gh/masnesral/162/orig 2025-01-24T08:26:36.3359233Z * [new branch] gh/masnesral/163/base -> origin/gh/masnesral/163/base 2025-01-24T08:26:36.3360652Z * [new branch] gh/masnesral/163/head -> origin/gh/masnesral/163/head 2025-01-24T08:26:36.3363590Z * [new branch] gh/masnesral/163/orig -> origin/gh/masnesral/163/orig 2025-01-24T08:26:36.3365736Z * [new branch] gh/masnesral/164/base -> origin/gh/masnesral/164/base 2025-01-24T08:26:36.3367186Z * [new branch] gh/masnesral/164/head -> origin/gh/masnesral/164/head 2025-01-24T08:26:36.3368583Z * [new branch] gh/masnesral/164/orig -> origin/gh/masnesral/164/orig 2025-01-24T08:26:36.3371698Z * [new branch] gh/masnesral/165/base -> origin/gh/masnesral/165/base 2025-01-24T08:26:36.3373177Z * [new branch] gh/masnesral/165/head -> origin/gh/masnesral/165/head 2025-01-24T08:26:36.3374549Z * [new branch] gh/masnesral/165/orig -> origin/gh/masnesral/165/orig 2025-01-24T08:26:36.3376987Z * [new branch] gh/masnesral/166/base -> origin/gh/masnesral/166/base 2025-01-24T08:26:36.3378241Z * [new branch] gh/masnesral/166/head -> origin/gh/masnesral/166/head 2025-01-24T08:26:36.3379621Z * [new branch] gh/masnesral/166/orig -> origin/gh/masnesral/166/orig 2025-01-24T08:26:36.3381723Z * [new branch] gh/masnesral/167/base -> origin/gh/masnesral/167/base 2025-01-24T08:26:36.3383132Z * [new branch] gh/masnesral/167/head -> origin/gh/masnesral/167/head 2025-01-24T08:26:36.3385836Z * [new branch] gh/masnesral/167/orig -> origin/gh/masnesral/167/orig 2025-01-24T08:26:36.3387681Z * [new branch] gh/masnesral/168/base -> origin/gh/masnesral/168/base 2025-01-24T08:26:36.3388460Z * [new branch] gh/masnesral/168/head -> origin/gh/masnesral/168/head 2025-01-24T08:26:36.3389555Z * [new branch] gh/masnesral/168/orig -> origin/gh/masnesral/168/orig 2025-01-24T08:26:36.3391494Z * [new branch] gh/masnesral/169/base -> origin/gh/masnesral/169/base 2025-01-24T08:26:36.3392936Z * [new branch] gh/masnesral/169/head -> origin/gh/masnesral/169/head 2025-01-24T08:26:36.3394322Z * [new branch] gh/masnesral/169/orig -> origin/gh/masnesral/169/orig 2025-01-24T08:26:36.3396488Z * [new branch] gh/masnesral/170/base -> origin/gh/masnesral/170/base 2025-01-24T08:26:36.3398074Z * [new branch] gh/masnesral/170/head -> origin/gh/masnesral/170/head 2025-01-24T08:26:36.3399562Z * [new branch] gh/masnesral/170/orig -> origin/gh/masnesral/170/orig 2025-01-24T08:26:36.3401776Z * [new branch] gh/masnesral/171/base -> origin/gh/masnesral/171/base 2025-01-24T08:26:36.3403242Z * [new branch] gh/masnesral/171/head -> origin/gh/masnesral/171/head 2025-01-24T08:26:36.3404674Z * [new branch] gh/masnesral/171/orig -> origin/gh/masnesral/171/orig 2025-01-24T08:26:36.3406943Z * [new branch] gh/masnesral/34/base -> origin/gh/masnesral/34/base 2025-01-24T08:26:36.3409163Z * [new branch] gh/masnesral/4/base -> origin/gh/masnesral/4/base 2025-01-24T08:26:36.3410626Z * [new branch] gh/masnesral/4/orig -> origin/gh/masnesral/4/orig 2025-01-24T08:26:36.3413335Z * [new branch] gh/mcr229/3/base -> origin/gh/mcr229/3/base 2025-01-24T08:26:36.3414852Z * [new branch] gh/mcr229/3/head -> origin/gh/mcr229/3/head 2025-01-24T08:26:36.3416289Z * [new branch] gh/mcr229/3/orig -> origin/gh/mcr229/3/orig 2025-01-24T08:26:36.3419177Z * [new branch] gh/mhorowitz/0/base -> origin/gh/mhorowitz/0/base 2025-01-24T08:26:36.3420561Z * [new branch] gh/mhorowitz/0/head -> origin/gh/mhorowitz/0/head 2025-01-24T08:26:36.3422600Z * [new branch] gh/mhorowitz/1/base -> origin/gh/mhorowitz/1/base 2025-01-24T08:26:36.3424023Z * [new branch] gh/mhorowitz/1/head -> origin/gh/mhorowitz/1/head 2025-01-24T08:26:36.3426147Z * [new branch] gh/mhorowitz/10/base -> origin/gh/mhorowitz/10/base 2025-01-24T08:26:36.3427578Z * [new branch] gh/mhorowitz/10/head -> origin/gh/mhorowitz/10/head 2025-01-24T08:26:36.3428956Z * [new branch] gh/mhorowitz/10/orig -> origin/gh/mhorowitz/10/orig 2025-01-24T08:26:36.3431114Z * [new branch] gh/mhorowitz/11/base -> origin/gh/mhorowitz/11/base 2025-01-24T08:26:36.3432526Z * [new branch] gh/mhorowitz/11/head -> origin/gh/mhorowitz/11/head 2025-01-24T08:26:36.3433878Z * [new branch] gh/mhorowitz/11/orig -> origin/gh/mhorowitz/11/orig 2025-01-24T08:26:36.3435894Z * [new branch] gh/mhorowitz/2/base -> origin/gh/mhorowitz/2/base 2025-01-24T08:26:36.3437539Z * [new branch] gh/mhorowitz/2/head -> origin/gh/mhorowitz/2/head 2025-01-24T08:26:36.3439344Z * [new branch] gh/mhorowitz/3/base -> origin/gh/mhorowitz/3/base 2025-01-24T08:26:36.3440739Z * [new branch] gh/mhorowitz/3/head -> origin/gh/mhorowitz/3/head 2025-01-24T08:26:36.3442743Z * [new branch] gh/mhorowitz/4/base -> origin/gh/mhorowitz/4/base 2025-01-24T08:26:36.3444110Z * [new branch] gh/mhorowitz/4/head -> origin/gh/mhorowitz/4/head 2025-01-24T08:26:36.3446108Z * [new branch] gh/mhorowitz/5/base -> origin/gh/mhorowitz/5/base 2025-01-24T08:26:36.3447470Z * [new branch] gh/mhorowitz/5/head -> origin/gh/mhorowitz/5/head 2025-01-24T08:26:36.3449452Z * [new branch] gh/mhorowitz/6/base -> origin/gh/mhorowitz/6/base 2025-01-24T08:26:36.3451782Z * [new branch] gh/mhorowitz/6/head -> origin/gh/mhorowitz/6/head 2025-01-24T08:26:36.3454050Z * [new branch] gh/mhorowitz/7/base -> origin/gh/mhorowitz/7/base 2025-01-24T08:26:36.3455569Z * [new branch] gh/mhorowitz/7/head -> origin/gh/mhorowitz/7/head 2025-01-24T08:26:36.3457055Z * [new branch] gh/mhorowitz/7/orig -> origin/gh/mhorowitz/7/orig 2025-01-24T08:26:36.3459332Z * [new branch] gh/mhorowitz/8/base -> origin/gh/mhorowitz/8/base 2025-01-24T08:26:36.3460881Z * [new branch] gh/mhorowitz/8/head -> origin/gh/mhorowitz/8/head 2025-01-24T08:26:36.3462271Z * [new branch] gh/mhorowitz/8/orig -> origin/gh/mhorowitz/8/orig 2025-01-24T08:26:36.3464348Z * [new branch] gh/mhorowitz/9/base -> origin/gh/mhorowitz/9/base 2025-01-24T08:26:36.3465831Z * [new branch] gh/mhorowitz/9/head -> origin/gh/mhorowitz/9/head 2025-01-24T08:26:36.3467246Z * [new branch] gh/mhorowitz/9/orig -> origin/gh/mhorowitz/9/orig 2025-01-24T08:26:36.3470043Z * [new branch] gh/mikaylagawarecki/234/base -> origin/gh/mikaylagawarecki/234/base 2025-01-24T08:26:36.3471455Z * [new branch] gh/mikaylagawarecki/234/head -> origin/gh/mikaylagawarecki/234/head 2025-01-24T08:26:36.3473561Z * [new branch] gh/mikaylagawarecki/235/base -> origin/gh/mikaylagawarecki/235/base 2025-01-24T08:26:36.3474915Z * [new branch] gh/mikaylagawarecki/235/head -> origin/gh/mikaylagawarecki/235/head 2025-01-24T08:26:36.3476993Z * [new branch] gh/mikaylagawarecki/236/base -> origin/gh/mikaylagawarecki/236/base 2025-01-24T08:26:36.3478349Z * [new branch] gh/mikaylagawarecki/236/head -> origin/gh/mikaylagawarecki/236/head 2025-01-24T08:26:36.3480371Z * [new branch] gh/mikaylagawarecki/237/base -> origin/gh/mikaylagawarecki/237/base 2025-01-24T08:26:36.3481723Z * [new branch] gh/mikaylagawarecki/237/head -> origin/gh/mikaylagawarecki/237/head 2025-01-24T08:26:36.3483951Z * [new branch] gh/mikaylagawarecki/238/base -> origin/gh/mikaylagawarecki/238/base 2025-01-24T08:26:36.3485367Z * [new branch] gh/mikaylagawarecki/238/head -> origin/gh/mikaylagawarecki/238/head 2025-01-24T08:26:36.3487626Z * [new branch] gh/mikaylagawarecki/274/base -> origin/gh/mikaylagawarecki/274/base 2025-01-24T08:26:36.3488998Z * [new branch] gh/mikaylagawarecki/274/head -> origin/gh/mikaylagawarecki/274/head 2025-01-24T08:26:36.3490480Z * [new branch] gh/mikaylagawarecki/274/orig -> origin/gh/mikaylagawarecki/274/orig 2025-01-24T08:26:36.3492822Z * [new branch] gh/mikaylagawarecki/276/base -> origin/gh/mikaylagawarecki/276/base 2025-01-24T08:26:36.3494421Z * [new branch] gh/mikaylagawarecki/276/head -> origin/gh/mikaylagawarecki/276/head 2025-01-24T08:26:36.3495750Z * [new branch] gh/mikaylagawarecki/276/orig -> origin/gh/mikaylagawarecki/276/orig 2025-01-24T08:26:36.3497863Z * [new branch] gh/mikaylagawarecki/277/base -> origin/gh/mikaylagawarecki/277/base 2025-01-24T08:26:36.3499250Z * [new branch] gh/mikaylagawarecki/277/head -> origin/gh/mikaylagawarecki/277/head 2025-01-24T08:26:36.3500566Z * [new branch] gh/mikaylagawarecki/277/orig -> origin/gh/mikaylagawarecki/277/orig 2025-01-24T08:26:36.3503018Z * [new branch] gh/mikaylagawarecki/281/base -> origin/gh/mikaylagawarecki/281/base 2025-01-24T08:26:36.3504403Z * [new branch] gh/mikaylagawarecki/281/head -> origin/gh/mikaylagawarecki/281/head 2025-01-24T08:26:36.3505856Z * [new branch] gh/mikaylagawarecki/281/orig -> origin/gh/mikaylagawarecki/281/orig 2025-01-24T08:26:36.3507993Z * [new branch] gh/mikaylagawarecki/299/base -> origin/gh/mikaylagawarecki/299/base 2025-01-24T08:26:36.3509432Z * [new branch] gh/mikaylagawarecki/299/head -> origin/gh/mikaylagawarecki/299/head 2025-01-24T08:26:36.3510843Z * [new branch] gh/mikaylagawarecki/299/orig -> origin/gh/mikaylagawarecki/299/orig 2025-01-24T08:26:36.3513220Z * [new branch] gh/mikaylagawarecki/301/base -> origin/gh/mikaylagawarecki/301/base 2025-01-24T08:26:36.3514539Z * [new branch] gh/mikaylagawarecki/301/head -> origin/gh/mikaylagawarecki/301/head 2025-01-24T08:26:36.3515947Z * [new branch] gh/mikaylagawarecki/301/orig -> origin/gh/mikaylagawarecki/301/orig 2025-01-24T08:26:36.3518303Z * [new branch] gh/mikaylagawarecki/302/base -> origin/gh/mikaylagawarecki/302/base 2025-01-24T08:26:36.3519735Z * [new branch] gh/mikaylagawarecki/302/head -> origin/gh/mikaylagawarecki/302/head 2025-01-24T08:26:36.3521131Z * [new branch] gh/mikaylagawarecki/302/orig -> origin/gh/mikaylagawarecki/302/orig 2025-01-24T08:26:36.3523382Z * [new branch] gh/mikaylagawarecki/303/base -> origin/gh/mikaylagawarecki/303/base 2025-01-24T08:26:36.3524762Z * [new branch] gh/mikaylagawarecki/303/head -> origin/gh/mikaylagawarecki/303/head 2025-01-24T08:26:36.3526206Z * [new branch] gh/mikaylagawarecki/303/orig -> origin/gh/mikaylagawarecki/303/orig 2025-01-24T08:26:36.3528360Z * [new branch] gh/mikaylagawarecki/304/base -> origin/gh/mikaylagawarecki/304/base 2025-01-24T08:26:36.3529790Z * [new branch] gh/mikaylagawarecki/304/head -> origin/gh/mikaylagawarecki/304/head 2025-01-24T08:26:36.3531327Z * [new branch] gh/mikaylagawarecki/304/orig -> origin/gh/mikaylagawarecki/304/orig 2025-01-24T08:26:36.3533368Z * [new branch] gh/mikaylagawarecki/305/base -> origin/gh/mikaylagawarecki/305/base 2025-01-24T08:26:36.3534800Z * [new branch] gh/mikaylagawarecki/305/head -> origin/gh/mikaylagawarecki/305/head 2025-01-24T08:26:36.3536195Z * [new branch] gh/mikaylagawarecki/305/orig -> origin/gh/mikaylagawarecki/305/orig 2025-01-24T08:26:36.3538418Z * [new branch] gh/mikaylagawarecki/306/base -> origin/gh/mikaylagawarecki/306/base 2025-01-24T08:26:36.3539865Z * [new branch] gh/mikaylagawarecki/306/head -> origin/gh/mikaylagawarecki/306/head 2025-01-24T08:26:36.3541405Z * [new branch] gh/mikaylagawarecki/306/orig -> origin/gh/mikaylagawarecki/306/orig 2025-01-24T08:26:36.3543693Z * [new branch] gh/mikaylagawarecki/307/base -> origin/gh/mikaylagawarecki/307/base 2025-01-24T08:26:36.3545067Z * [new branch] gh/mikaylagawarecki/307/head -> origin/gh/mikaylagawarecki/307/head 2025-01-24T08:26:36.3546449Z * [new branch] gh/mikaylagawarecki/307/orig -> origin/gh/mikaylagawarecki/307/orig 2025-01-24T08:26:36.3549199Z * [new branch] gh/mingfeima/125/base -> origin/gh/mingfeima/125/base 2025-01-24T08:26:36.3550600Z * [new branch] gh/mingfeima/125/head -> origin/gh/mingfeima/125/head 2025-01-24T08:26:36.3552261Z * [new branch] gh/mingfeima/125/orig -> origin/gh/mingfeima/125/orig 2025-01-24T08:26:36.3554328Z * [new branch] gh/mingfeima/127/base -> origin/gh/mingfeima/127/base 2025-01-24T08:26:36.3555742Z * [new branch] gh/mingfeima/127/head -> origin/gh/mingfeima/127/head 2025-01-24T08:26:36.3557167Z * [new branch] gh/mingfeima/127/orig -> origin/gh/mingfeima/127/orig 2025-01-24T08:26:36.3559933Z * [new branch] gh/mlazos/1/base -> origin/gh/mlazos/1/base 2025-01-24T08:26:36.3561303Z * [new branch] gh/mlazos/1/head -> origin/gh/mlazos/1/head 2025-01-24T08:26:36.3563293Z * [new branch] gh/mlazos/2/base -> origin/gh/mlazos/2/base 2025-01-24T08:26:36.3564687Z * [new branch] gh/mlazos/2/head -> origin/gh/mlazos/2/head 2025-01-24T08:26:36.3566892Z * [new branch] gh/mlazos/3/base -> origin/gh/mlazos/3/base 2025-01-24T08:26:36.3568282Z * [new branch] gh/mlazos/3/head -> origin/gh/mlazos/3/head 2025-01-24T08:26:36.3569655Z * [new branch] gh/mlazos/3/orig -> origin/gh/mlazos/3/orig 2025-01-24T08:26:36.3572041Z * [new branch] gh/mlazos/4/base -> origin/gh/mlazos/4/base 2025-01-24T08:26:36.3573484Z * [new branch] gh/mlazos/4/head -> origin/gh/mlazos/4/head 2025-01-24T08:26:36.3575042Z * [new branch] gh/mlazos/4/orig -> origin/gh/mlazos/4/orig 2025-01-24T08:26:36.3577695Z * [new branch] gh/mrshenli/382/base -> origin/gh/mrshenli/382/base 2025-01-24T08:26:36.3579166Z * [new branch] gh/mrshenli/382/head -> origin/gh/mrshenli/382/head 2025-01-24T08:26:36.3580653Z * [new branch] gh/mrshenli/382/orig -> origin/gh/mrshenli/382/orig 2025-01-24T08:26:36.3583425Z * [new branch] gh/muchulee8/1/base -> origin/gh/muchulee8/1/base 2025-01-24T08:26:36.3584878Z * [new branch] gh/muchulee8/1/orig -> origin/gh/muchulee8/1/orig 2025-01-24T08:26:36.3586983Z * [new branch] gh/muchulee8/2/base -> origin/gh/muchulee8/2/base 2025-01-24T08:26:36.3588413Z * [new branch] gh/muchulee8/2/orig -> origin/gh/muchulee8/2/orig 2025-01-24T08:26:36.3590648Z * [new branch] gh/muchulee8/36/base -> origin/gh/muchulee8/36/base 2025-01-24T08:26:36.3592182Z * [new branch] gh/muchulee8/36/head -> origin/gh/muchulee8/36/head 2025-01-24T08:26:36.3593569Z * [new branch] gh/muchulee8/36/orig -> origin/gh/muchulee8/36/orig 2025-01-24T08:26:36.3596169Z * [new branch] gh/muchulee8/38/base -> origin/gh/muchulee8/38/base 2025-01-24T08:26:36.3597226Z * [new branch] gh/muchulee8/38/head -> origin/gh/muchulee8/38/head 2025-01-24T08:26:36.3598610Z * [new branch] gh/muchulee8/38/orig -> origin/gh/muchulee8/38/orig 2025-01-24T08:26:36.3600807Z * [new branch] gh/muchulee8/39/base -> origin/gh/muchulee8/39/base 2025-01-24T08:26:36.3602180Z * [new branch] gh/muchulee8/39/head -> origin/gh/muchulee8/39/head 2025-01-24T08:26:36.3603574Z * [new branch] gh/muchulee8/39/orig -> origin/gh/muchulee8/39/orig 2025-01-24T08:26:36.3605743Z * [new branch] gh/muchulee8/40/base -> origin/gh/muchulee8/40/base 2025-01-24T08:26:36.3607172Z * [new branch] gh/muchulee8/40/head -> origin/gh/muchulee8/40/head 2025-01-24T08:26:36.3608654Z * [new branch] gh/muchulee8/40/orig -> origin/gh/muchulee8/40/orig 2025-01-24T08:26:36.3611918Z * [new branch] gh/muchulee8/41/base -> origin/gh/muchulee8/41/base 2025-01-24T08:26:36.3613445Z * [new branch] gh/muchulee8/41/head -> origin/gh/muchulee8/41/head 2025-01-24T08:26:36.3614850Z * [new branch] gh/muchulee8/41/orig -> origin/gh/muchulee8/41/orig 2025-01-24T08:26:36.3617323Z * [new branch] gh/muchulee8/5/base -> origin/gh/muchulee8/5/base 2025-01-24T08:26:36.3618613Z * [new branch] gh/muchulee8/5/orig -> origin/gh/muchulee8/5/orig 2025-01-24T08:26:36.3621400Z * [new branch] gh/mzzchy/2/base -> origin/gh/mzzchy/2/base 2025-01-24T08:26:36.3622844Z * [new branch] gh/mzzchy/2/head -> origin/gh/mzzchy/2/head 2025-01-24T08:26:36.3624248Z * [new branch] gh/mzzchy/2/orig -> origin/gh/mzzchy/2/orig 2025-01-24T08:26:36.3626345Z * [new branch] gh/mzzchy/3/base -> origin/gh/mzzchy/3/base 2025-01-24T08:26:36.3627812Z * [new branch] gh/mzzchy/3/head -> origin/gh/mzzchy/3/head 2025-01-24T08:26:36.3629204Z * [new branch] gh/mzzchy/3/orig -> origin/gh/mzzchy/3/orig 2025-01-24T08:26:36.3631219Z * [new branch] gh/mzzchy/4/base -> origin/gh/mzzchy/4/base 2025-01-24T08:26:36.3632692Z * [new branch] gh/mzzchy/4/head -> origin/gh/mzzchy/4/head 2025-01-24T08:26:36.3634939Z * [new branch] gh/mzzchy/5/base -> origin/gh/mzzchy/5/base 2025-01-24T08:26:36.3636489Z * [new branch] gh/mzzchy/5/head -> origin/gh/mzzchy/5/head 2025-01-24T08:26:36.3637914Z * [new branch] gh/mzzchy/5/orig -> origin/gh/mzzchy/5/orig 2025-01-24T08:26:36.3640769Z * [new branch] gh/nmacchioni/10/base -> origin/gh/nmacchioni/10/base 2025-01-24T08:26:36.3642218Z * [new branch] gh/nmacchioni/10/head -> origin/gh/nmacchioni/10/head 2025-01-24T08:26:36.3643604Z * [new branch] gh/nmacchioni/10/orig -> origin/gh/nmacchioni/10/orig 2025-01-24T08:26:36.3645833Z * [new branch] gh/nmacchioni/12/base -> origin/gh/nmacchioni/12/base 2025-01-24T08:26:36.3647238Z * [new branch] gh/nmacchioni/12/head -> origin/gh/nmacchioni/12/head 2025-01-24T08:26:36.3648683Z * [new branch] gh/nmacchioni/12/orig -> origin/gh/nmacchioni/12/orig 2025-01-24T08:26:36.3650937Z * [new branch] gh/nmacchioni/13/base -> origin/gh/nmacchioni/13/base 2025-01-24T08:26:36.3652344Z * [new branch] gh/nmacchioni/13/head -> origin/gh/nmacchioni/13/head 2025-01-24T08:26:36.3653749Z * [new branch] gh/nmacchioni/13/orig -> origin/gh/nmacchioni/13/orig 2025-01-24T08:26:36.3655866Z * [new branch] gh/nmacchioni/17/base -> origin/gh/nmacchioni/17/base 2025-01-24T08:26:36.3657260Z * [new branch] gh/nmacchioni/17/head -> origin/gh/nmacchioni/17/head 2025-01-24T08:26:36.3658721Z * [new branch] gh/nmacchioni/17/orig -> origin/gh/nmacchioni/17/orig 2025-01-24T08:26:36.3660871Z * [new branch] gh/nmacchioni/18/base -> origin/gh/nmacchioni/18/base 2025-01-24T08:26:36.3662302Z * [new branch] gh/nmacchioni/18/head -> origin/gh/nmacchioni/18/head 2025-01-24T08:26:36.3663684Z * [new branch] gh/nmacchioni/18/orig -> origin/gh/nmacchioni/18/orig 2025-01-24T08:26:36.3665841Z * [new branch] gh/nmacchioni/19/base -> origin/gh/nmacchioni/19/base 2025-01-24T08:26:36.3667236Z * [new branch] gh/nmacchioni/19/head -> origin/gh/nmacchioni/19/head 2025-01-24T08:26:36.3668661Z * [new branch] gh/nmacchioni/19/orig -> origin/gh/nmacchioni/19/orig 2025-01-24T08:26:36.3670828Z * [new branch] gh/nmacchioni/20/base -> origin/gh/nmacchioni/20/base 2025-01-24T08:26:36.3672196Z * [new branch] gh/nmacchioni/20/head -> origin/gh/nmacchioni/20/head 2025-01-24T08:26:36.3673600Z * [new branch] gh/nmacchioni/20/orig -> origin/gh/nmacchioni/20/orig 2025-01-24T08:26:36.3675842Z * [new branch] gh/nmacchioni/21/base -> origin/gh/nmacchioni/21/base 2025-01-24T08:26:36.3677435Z * [new branch] gh/nmacchioni/21/head -> origin/gh/nmacchioni/21/head 2025-01-24T08:26:36.3678661Z * [new branch] gh/nmacchioni/21/orig -> origin/gh/nmacchioni/21/orig 2025-01-24T08:26:36.3680811Z * [new branch] gh/nmacchioni/22/base -> origin/gh/nmacchioni/22/base 2025-01-24T08:26:36.3682203Z * [new branch] gh/nmacchioni/22/head -> origin/gh/nmacchioni/22/head 2025-01-24T08:26:36.3684234Z * [new branch] gh/nmacchioni/23/base -> origin/gh/nmacchioni/23/base 2025-01-24T08:26:36.3685633Z * [new branch] gh/nmacchioni/23/head -> origin/gh/nmacchioni/23/head 2025-01-24T08:26:36.3687691Z * [new branch] gh/nmacchioni/24/base -> origin/gh/nmacchioni/24/base 2025-01-24T08:26:36.3689094Z * [new branch] gh/nmacchioni/24/head -> origin/gh/nmacchioni/24/head 2025-01-24T08:26:36.3691283Z * [new branch] gh/nmacchioni/25/base -> origin/gh/nmacchioni/25/base 2025-01-24T08:26:36.3692683Z * [new branch] gh/nmacchioni/25/head -> origin/gh/nmacchioni/25/head 2025-01-24T08:26:36.3694934Z * [new branch] gh/nmacchioni/26/base -> origin/gh/nmacchioni/26/base 2025-01-24T08:26:36.3696356Z * [new branch] gh/nmacchioni/26/head -> origin/gh/nmacchioni/26/head 2025-01-24T08:26:36.3697752Z * [new branch] gh/nmacchioni/26/orig -> origin/gh/nmacchioni/26/orig 2025-01-24T08:26:36.3699947Z * [new branch] gh/nmacchioni/30/base -> origin/gh/nmacchioni/30/base 2025-01-24T08:26:36.3701403Z * [new branch] gh/nmacchioni/30/head -> origin/gh/nmacchioni/30/head 2025-01-24T08:26:36.3702805Z * [new branch] gh/nmacchioni/30/orig -> origin/gh/nmacchioni/30/orig 2025-01-24T08:26:36.3704951Z * [new branch] gh/nmacchioni/31/base -> origin/gh/nmacchioni/31/base 2025-01-24T08:26:36.3706355Z * [new branch] gh/nmacchioni/31/head -> origin/gh/nmacchioni/31/head 2025-01-24T08:26:36.3707816Z * [new branch] gh/nmacchioni/31/orig -> origin/gh/nmacchioni/31/orig 2025-01-24T08:26:36.3709950Z * [new branch] gh/nmacchioni/32/base -> origin/gh/nmacchioni/32/base 2025-01-24T08:26:36.3711416Z * [new branch] gh/nmacchioni/32/head -> origin/gh/nmacchioni/32/head 2025-01-24T08:26:36.3712785Z * [new branch] gh/nmacchioni/32/orig -> origin/gh/nmacchioni/32/orig 2025-01-24T08:26:36.3715003Z * [new branch] gh/nmacchioni/33/base -> origin/gh/nmacchioni/33/base 2025-01-24T08:26:36.3716359Z * [new branch] gh/nmacchioni/33/head -> origin/gh/nmacchioni/33/head 2025-01-24T08:26:36.3717744Z * [new branch] gh/nmacchioni/33/orig -> origin/gh/nmacchioni/33/orig 2025-01-24T08:26:36.3719879Z * [new branch] gh/nmacchioni/34/base -> origin/gh/nmacchioni/34/base 2025-01-24T08:26:36.3721308Z * [new branch] gh/nmacchioni/34/orig -> origin/gh/nmacchioni/34/orig 2025-01-24T08:26:36.3723454Z * [new branch] gh/nmacchioni/35/base -> origin/gh/nmacchioni/35/base 2025-01-24T08:26:36.3724832Z * [new branch] gh/nmacchioni/35/head -> origin/gh/nmacchioni/35/head 2025-01-24T08:26:36.3726271Z * [new branch] gh/nmacchioni/35/orig -> origin/gh/nmacchioni/35/orig 2025-01-24T08:26:36.3728420Z * [new branch] gh/nmacchioni/36/base -> origin/gh/nmacchioni/36/base 2025-01-24T08:26:36.3729814Z * [new branch] gh/nmacchioni/36/head -> origin/gh/nmacchioni/36/head 2025-01-24T08:26:36.3731333Z * [new branch] gh/nmacchioni/36/orig -> origin/gh/nmacchioni/36/orig 2025-01-24T08:26:36.3733425Z * [new branch] gh/nmacchioni/37/base -> origin/gh/nmacchioni/37/base 2025-01-24T08:26:36.3734803Z * [new branch] gh/nmacchioni/37/head -> origin/gh/nmacchioni/37/head 2025-01-24T08:26:36.3736661Z * [new branch] gh/nmacchioni/37/orig -> origin/gh/nmacchioni/37/orig 2025-01-24T08:26:36.3738628Z * [new branch] gh/nmacchioni/38/base -> origin/gh/nmacchioni/38/base 2025-01-24T08:26:36.3739992Z * [new branch] gh/nmacchioni/38/orig -> origin/gh/nmacchioni/38/orig 2025-01-24T08:26:36.3742135Z * [new branch] gh/nmacchioni/6/base -> origin/gh/nmacchioni/6/base 2025-01-24T08:26:36.3743516Z * [new branch] gh/nmacchioni/6/head -> origin/gh/nmacchioni/6/head 2025-01-24T08:26:36.3744892Z * [new branch] gh/nmacchioni/6/orig -> origin/gh/nmacchioni/6/orig 2025-01-24T08:26:36.3747089Z * [new branch] gh/nmacchioni/8/base -> origin/gh/nmacchioni/8/base 2025-01-24T08:26:36.3748503Z * [new branch] gh/nmacchioni/8/head -> origin/gh/nmacchioni/8/head 2025-01-24T08:26:36.3749900Z * [new branch] gh/nmacchioni/8/orig -> origin/gh/nmacchioni/8/orig 2025-01-24T08:26:36.3752056Z * [new branch] gh/nmacchioni/9/base -> origin/gh/nmacchioni/9/base 2025-01-24T08:26:36.3753476Z * [new branch] gh/nmacchioni/9/head -> origin/gh/nmacchioni/9/head 2025-01-24T08:26:36.3754842Z * [new branch] gh/nmacchioni/9/orig -> origin/gh/nmacchioni/9/orig 2025-01-24T08:26:36.3757808Z * [new branch] gh/oulgen/144/base -> origin/gh/oulgen/144/base 2025-01-24T08:26:36.3759233Z * [new branch] gh/oulgen/144/head -> origin/gh/oulgen/144/head 2025-01-24T08:26:36.3760717Z * [new branch] gh/oulgen/144/orig -> origin/gh/oulgen/144/orig 2025-01-24T08:26:36.3762837Z * [new branch] gh/oulgen/146/base -> origin/gh/oulgen/146/base 2025-01-24T08:26:36.3764298Z * [new branch] gh/oulgen/146/head -> origin/gh/oulgen/146/head 2025-01-24T08:26:36.3765583Z * [new branch] gh/oulgen/146/orig -> origin/gh/oulgen/146/orig 2025-01-24T08:26:36.3767873Z * [new branch] gh/oulgen/2/base -> origin/gh/oulgen/2/base 2025-01-24T08:26:36.3769288Z * [new branch] gh/oulgen/2/head -> origin/gh/oulgen/2/head 2025-01-24T08:26:36.3771310Z * [new branch] gh/oulgen/2/orig -> origin/gh/oulgen/2/orig 2025-01-24T08:26:36.3773527Z * [new branch] gh/oulgen/21/base -> origin/gh/oulgen/21/base 2025-01-24T08:26:36.3775022Z * [new branch] gh/oulgen/21/head -> origin/gh/oulgen/21/head 2025-01-24T08:26:36.3776506Z * [new branch] gh/oulgen/21/orig -> origin/gh/oulgen/21/orig 2025-01-24T08:26:36.3779356Z * [new branch] gh/pearu/108/base -> origin/gh/pearu/108/base 2025-01-24T08:26:36.3780778Z * [new branch] gh/pearu/108/head -> origin/gh/pearu/108/head 2025-01-24T08:26:36.3782341Z * [new branch] gh/pearu/108/orig -> origin/gh/pearu/108/orig 2025-01-24T08:26:36.3784867Z * [new branch] gh/pearu/56/base -> origin/gh/pearu/56/base 2025-01-24T08:26:36.3786431Z * [new branch] gh/pearu/56/head -> origin/gh/pearu/56/head 2025-01-24T08:26:36.3787856Z * [new branch] gh/pearu/56/orig -> origin/gh/pearu/56/orig 2025-01-24T08:26:36.3790186Z * [new branch] gh/pearu/97/base -> origin/gh/pearu/97/base 2025-01-24T08:26:36.3791658Z * [new branch] gh/pearu/97/head -> origin/gh/pearu/97/head 2025-01-24T08:26:36.3793055Z * [new branch] gh/pearu/97/orig -> origin/gh/pearu/97/orig 2025-01-24T08:26:36.3795913Z * [new branch] gh/peterbell10/603/base -> origin/gh/peterbell10/603/base 2025-01-24T08:26:36.3797432Z * [new branch] gh/peterbell10/603/head -> origin/gh/peterbell10/603/head 2025-01-24T08:26:36.3799081Z * [new branch] gh/peterbell10/603/orig -> origin/gh/peterbell10/603/orig 2025-01-24T08:26:36.3801198Z * [new branch] gh/peterbell10/635/base -> origin/gh/peterbell10/635/base 2025-01-24T08:26:36.3802786Z * [new branch] gh/peterbell10/635/head -> origin/gh/peterbell10/635/head 2025-01-24T08:26:36.3804130Z * [new branch] gh/peterbell10/635/orig -> origin/gh/peterbell10/635/orig 2025-01-24T08:26:36.3806182Z * [new branch] gh/peterbell10/636/base -> origin/gh/peterbell10/636/base 2025-01-24T08:26:36.3807530Z * [new branch] gh/peterbell10/636/head -> origin/gh/peterbell10/636/head 2025-01-24T08:26:36.3809038Z * [new branch] gh/peterbell10/636/orig -> origin/gh/peterbell10/636/orig 2025-01-24T08:26:36.3811880Z * [new branch] gh/qqaatw/26/base -> origin/gh/qqaatw/26/base 2025-01-24T08:26:36.3813234Z * [new branch] gh/qqaatw/26/head -> origin/gh/qqaatw/26/head 2025-01-24T08:26:36.3814665Z * [new branch] gh/qqaatw/26/orig -> origin/gh/qqaatw/26/orig 2025-01-24T08:26:36.3816942Z * [new branch] gh/raymo/add-envvars-bool-check -> origin/gh/raymo/add-envvars-bool-check 2025-01-24T08:26:36.3819639Z * [new branch] gh/rec/112/base -> origin/gh/rec/112/base 2025-01-24T08:26:36.3821001Z * [new branch] gh/rec/112/head -> origin/gh/rec/112/head 2025-01-24T08:26:36.3822425Z * [new branch] gh/rec/112/orig -> origin/gh/rec/112/orig 2025-01-24T08:26:36.3824558Z * [new branch] gh/rec/115/base -> origin/gh/rec/115/base 2025-01-24T08:26:36.3825923Z * [new branch] gh/rec/115/head -> origin/gh/rec/115/head 2025-01-24T08:26:36.3827347Z * [new branch] gh/rec/115/orig -> origin/gh/rec/115/orig 2025-01-24T08:26:36.3829555Z * [new branch] gh/rec/116/base -> origin/gh/rec/116/base 2025-01-24T08:26:36.3830958Z * [new branch] gh/rec/116/head -> origin/gh/rec/116/head 2025-01-24T08:26:36.3832367Z * [new branch] gh/rec/116/orig -> origin/gh/rec/116/orig 2025-01-24T08:26:36.3834447Z * [new branch] gh/rec/117/base -> origin/gh/rec/117/base 2025-01-24T08:26:36.3835875Z * [new branch] gh/rec/117/head -> origin/gh/rec/117/head 2025-01-24T08:26:36.3837298Z * [new branch] gh/rec/117/orig -> origin/gh/rec/117/orig 2025-01-24T08:26:36.3839416Z * [new branch] gh/rec/118/base -> origin/gh/rec/118/base 2025-01-24T08:26:36.3840789Z * [new branch] gh/rec/118/head -> origin/gh/rec/118/head 2025-01-24T08:26:36.3842221Z * [new branch] gh/rec/118/orig -> origin/gh/rec/118/orig 2025-01-24T08:26:36.3844379Z * [new branch] gh/rec/119/base -> origin/gh/rec/119/base 2025-01-24T08:26:36.3845748Z * [new branch] gh/rec/119/head -> origin/gh/rec/119/head 2025-01-24T08:26:36.3847233Z * [new branch] gh/rec/119/orig -> origin/gh/rec/119/orig 2025-01-24T08:26:36.3849378Z * [new branch] gh/rec/120/base -> origin/gh/rec/120/base 2025-01-24T08:26:36.3852212Z * [new branch] gh/rec/120/head -> origin/gh/rec/120/head 2025-01-24T08:26:36.3855625Z * [new branch] gh/rec/120/orig -> origin/gh/rec/120/orig 2025-01-24T08:26:36.3859761Z * [new branch] gh/rec/121/base -> origin/gh/rec/121/base 2025-01-24T08:26:36.3862214Z * [new branch] gh/rec/121/head -> origin/gh/rec/121/head 2025-01-24T08:26:36.3864107Z * [new branch] gh/rec/121/orig -> origin/gh/rec/121/orig 2025-01-24T08:26:36.3866273Z * [new branch] gh/rec/122/base -> origin/gh/rec/122/base 2025-01-24T08:26:36.3867918Z * [new branch] gh/rec/122/head -> origin/gh/rec/122/head 2025-01-24T08:26:36.3869178Z * [new branch] gh/rec/122/orig -> origin/gh/rec/122/orig 2025-01-24T08:26:36.3871419Z * [new branch] gh/rec/123/base -> origin/gh/rec/123/base 2025-01-24T08:26:36.3872856Z * [new branch] gh/rec/123/head -> origin/gh/rec/123/head 2025-01-24T08:26:36.3874273Z * [new branch] gh/rec/123/orig -> origin/gh/rec/123/orig 2025-01-24T08:26:36.3876458Z * [new branch] gh/rec/124/base -> origin/gh/rec/124/base 2025-01-24T08:26:36.3878046Z * [new branch] gh/rec/124/head -> origin/gh/rec/124/head 2025-01-24T08:26:36.3879469Z * [new branch] gh/rec/124/orig -> origin/gh/rec/124/orig 2025-01-24T08:26:36.3881639Z * [new branch] gh/rec/27/base -> origin/gh/rec/27/base 2025-01-24T08:26:36.3883095Z * [new branch] gh/rec/27/head -> origin/gh/rec/27/head 2025-01-24T08:26:36.3884585Z * [new branch] gh/rec/27/orig -> origin/gh/rec/27/orig 2025-01-24T08:26:36.3886773Z * [new branch] gh/rec/56/base -> origin/gh/rec/56/base 2025-01-24T08:26:36.3888201Z * [new branch] gh/rec/56/head -> origin/gh/rec/56/head 2025-01-24T08:26:36.3889626Z * [new branch] gh/rec/56/orig -> origin/gh/rec/56/orig 2025-01-24T08:26:36.3892841Z * [new branch] gh/rohan-varma/720/base -> origin/gh/rohan-varma/720/base 2025-01-24T08:26:36.3894199Z * [new branch] gh/rohan-varma/720/head -> origin/gh/rohan-varma/720/head 2025-01-24T08:26:36.3895579Z * [new branch] gh/rohan-varma/720/orig -> origin/gh/rohan-varma/720/orig 2025-01-24T08:26:36.3897947Z * [new branch] gh/rohan-varma/721/base -> origin/gh/rohan-varma/721/base 2025-01-24T08:26:36.3899318Z * [new branch] gh/rohan-varma/721/head -> origin/gh/rohan-varma/721/head 2025-01-24T08:26:36.3900682Z * [new branch] gh/rohan-varma/721/orig -> origin/gh/rohan-varma/721/orig 2025-01-24T08:26:36.3902982Z * [new branch] gh/rohan-varma/722/base -> origin/gh/rohan-varma/722/base 2025-01-24T08:26:36.3904419Z * [new branch] gh/rohan-varma/722/head -> origin/gh/rohan-varma/722/head 2025-01-24T08:26:36.3905751Z * [new branch] gh/rohan-varma/722/orig -> origin/gh/rohan-varma/722/orig 2025-01-24T08:26:36.3907932Z * [new branch] gh/rohan-varma/742/base -> origin/gh/rohan-varma/742/base 2025-01-24T08:26:36.3909380Z * [new branch] gh/rohan-varma/742/head -> origin/gh/rohan-varma/742/head 2025-01-24T08:26:36.3910820Z * [new branch] gh/rohan-varma/742/orig -> origin/gh/rohan-varma/742/orig 2025-01-24T08:26:36.3913629Z * [new branch] gh/sanrise/4/base -> origin/gh/sanrise/4/base 2025-01-24T08:26:36.3915152Z * [new branch] gh/sanrise/4/head -> origin/gh/sanrise/4/head 2025-01-24T08:26:36.3916697Z * [new branch] gh/sanrise/4/orig -> origin/gh/sanrise/4/orig 2025-01-24T08:26:36.3919504Z * [new branch] gh/seemethere/7/base -> origin/gh/seemethere/7/base 2025-01-24T08:26:36.3920969Z * [new branch] gh/seemethere/7/head -> origin/gh/seemethere/7/head 2025-01-24T08:26:36.3922382Z * [new branch] gh/seemethere/7/orig -> origin/gh/seemethere/7/orig 2025-01-24T08:26:36.3925426Z * [new branch] gh/shunting314/145/base -> origin/gh/shunting314/145/base 2025-01-24T08:26:36.3927042Z * [new branch] gh/shunting314/145/head -> origin/gh/shunting314/145/head 2025-01-24T08:26:36.3928504Z * [new branch] gh/shunting314/145/orig -> origin/gh/shunting314/145/orig 2025-01-24T08:26:36.3931147Z * [new branch] gh/shunting314/151/base -> origin/gh/shunting314/151/base 2025-01-24T08:26:36.3932410Z * [new branch] gh/shunting314/151/head -> origin/gh/shunting314/151/head 2025-01-24T08:26:36.3933965Z * [new branch] gh/shunting314/151/orig -> origin/gh/shunting314/151/orig 2025-01-24T08:26:36.3936202Z * [new branch] gh/shunting314/176/base -> origin/gh/shunting314/176/base 2025-01-24T08:26:36.3937632Z * [new branch] gh/shunting314/176/head -> origin/gh/shunting314/176/head 2025-01-24T08:26:36.3939098Z * [new branch] gh/shunting314/176/orig -> origin/gh/shunting314/176/orig 2025-01-24T08:26:36.3941604Z * [new branch] gh/shunting314/186/base -> origin/gh/shunting314/186/base 2025-01-24T08:26:36.3943166Z * [new branch] gh/shunting314/186/head -> origin/gh/shunting314/186/head 2025-01-24T08:26:36.3944707Z * [new branch] gh/shunting314/186/orig -> origin/gh/shunting314/186/orig 2025-01-24T08:26:36.3946930Z * [new branch] gh/shunting314/187/base -> origin/gh/shunting314/187/base 2025-01-24T08:26:36.3948384Z * [new branch] gh/shunting314/187/head -> origin/gh/shunting314/187/head 2025-01-24T08:26:36.3949953Z * [new branch] gh/shunting314/187/orig -> origin/gh/shunting314/187/orig 2025-01-24T08:26:36.3952032Z * [new branch] gh/shunting314/190/base -> origin/gh/shunting314/190/base 2025-01-24T08:26:36.3953503Z * [new branch] gh/shunting314/190/head -> origin/gh/shunting314/190/head 2025-01-24T08:26:36.3955003Z * [new branch] gh/shunting314/190/orig -> origin/gh/shunting314/190/orig 2025-01-24T08:26:36.3957506Z * [new branch] gh/shunting314/191/base -> origin/gh/shunting314/191/base 2025-01-24T08:26:36.3958876Z * [new branch] gh/shunting314/191/head -> origin/gh/shunting314/191/head 2025-01-24T08:26:36.3960350Z * [new branch] gh/shunting314/191/orig -> origin/gh/shunting314/191/orig 2025-01-24T08:26:36.3962674Z * [new branch] gh/shunting314/192/base -> origin/gh/shunting314/192/base 2025-01-24T08:26:36.3964001Z * [new branch] gh/shunting314/192/head -> origin/gh/shunting314/192/head 2025-01-24T08:26:36.3965629Z * [new branch] gh/shunting314/192/orig -> origin/gh/shunting314/192/orig 2025-01-24T08:26:36.3967577Z * [new branch] gh/shunting314/193/base -> origin/gh/shunting314/193/base 2025-01-24T08:26:36.3969094Z * [new branch] gh/shunting314/193/head -> origin/gh/shunting314/193/head 2025-01-24T08:26:36.3970513Z * [new branch] gh/shunting314/193/orig -> origin/gh/shunting314/193/orig 2025-01-24T08:26:36.3972598Z * [new branch] gh/shunting314/194/base -> origin/gh/shunting314/194/base 2025-01-24T08:26:36.3974174Z * [new branch] gh/shunting314/194/head -> origin/gh/shunting314/194/head 2025-01-24T08:26:36.3975595Z * [new branch] gh/shunting314/194/orig -> origin/gh/shunting314/194/orig 2025-01-24T08:26:36.3977746Z * [new branch] gh/shunting314/195/base -> origin/gh/shunting314/195/base 2025-01-24T08:26:36.3979159Z * [new branch] gh/shunting314/195/head -> origin/gh/shunting314/195/head 2025-01-24T08:26:36.3980585Z * [new branch] gh/shunting314/195/orig -> origin/gh/shunting314/195/orig 2025-01-24T08:26:36.3983571Z * [new branch] gh/shuqiangzhang/46/base -> origin/gh/shuqiangzhang/46/base 2025-01-24T08:26:36.3985008Z * [new branch] gh/shuqiangzhang/46/head -> origin/gh/shuqiangzhang/46/head 2025-01-24T08:26:36.3986465Z * [new branch] gh/shuqiangzhang/46/orig -> origin/gh/shuqiangzhang/46/orig 2025-01-24T08:26:36.3988640Z * [new branch] gh/shuqiangzhang/53/base -> origin/gh/shuqiangzhang/53/base 2025-01-24T08:26:36.3990400Z * [new branch] gh/shuqiangzhang/53/head -> origin/gh/shuqiangzhang/53/head 2025-01-24T08:26:36.3991504Z * [new branch] gh/shuqiangzhang/53/orig -> origin/gh/shuqiangzhang/53/orig 2025-01-24T08:26:36.3993725Z * [new branch] gh/shuqiangzhang/56/base -> origin/gh/shuqiangzhang/56/base 2025-01-24T08:26:36.3995130Z * [new branch] gh/shuqiangzhang/56/head -> origin/gh/shuqiangzhang/56/head 2025-01-24T08:26:36.3996561Z * [new branch] gh/shuqiangzhang/56/orig -> origin/gh/shuqiangzhang/56/orig 2025-01-24T08:26:36.3998758Z * [new branch] gh/shuqiangzhang/62/base -> origin/gh/shuqiangzhang/62/base 2025-01-24T08:26:36.4000245Z * [new branch] gh/shuqiangzhang/62/head -> origin/gh/shuqiangzhang/62/head 2025-01-24T08:26:36.4001763Z * [new branch] gh/shuqiangzhang/62/orig -> origin/gh/shuqiangzhang/62/orig 2025-01-24T08:26:36.4004103Z * [new branch] gh/shuqiangzhang/63/base -> origin/gh/shuqiangzhang/63/base 2025-01-24T08:26:36.4005501Z * [new branch] gh/shuqiangzhang/63/head -> origin/gh/shuqiangzhang/63/head 2025-01-24T08:26:36.4007084Z * [new branch] gh/shuqiangzhang/63/orig -> origin/gh/shuqiangzhang/63/orig 2025-01-24T08:26:36.4009737Z * [new branch] gh/sijiac/1/base -> origin/gh/sijiac/1/base 2025-01-24T08:26:36.4011280Z * [new branch] gh/sijiac/1/head -> origin/gh/sijiac/1/head 2025-01-24T08:26:36.4013278Z * [new branch] gh/sijiac/2/base -> origin/gh/sijiac/2/base 2025-01-24T08:26:36.4014752Z * [new branch] gh/sijiac/2/head -> origin/gh/sijiac/2/head 2025-01-24T08:26:36.4016764Z * [new branch] gh/sijiac/3/base -> origin/gh/sijiac/3/base 2025-01-24T08:26:36.4018081Z * [new branch] gh/sijiac/3/head -> origin/gh/sijiac/3/head 2025-01-24T08:26:36.4020954Z * [new branch] gh/silverguo/1/base -> origin/gh/silverguo/1/base 2025-01-24T08:26:36.4022415Z * [new branch] gh/silverguo/1/head -> origin/gh/silverguo/1/head 2025-01-24T08:26:36.4024454Z * [new branch] gh/silverguo/2/base -> origin/gh/silverguo/2/base 2025-01-24T08:26:36.4025795Z * [new branch] gh/silverguo/2/head -> origin/gh/silverguo/2/head 2025-01-24T08:26:36.4027784Z * [new branch] gh/silverguo/3/base -> origin/gh/silverguo/3/base 2025-01-24T08:26:36.4029212Z * [new branch] gh/silverguo/3/head -> origin/gh/silverguo/3/head 2025-01-24T08:26:36.4031249Z * [new branch] gh/silverguo/4/base -> origin/gh/silverguo/4/base 2025-01-24T08:26:36.4032637Z * [new branch] gh/silverguo/4/head -> origin/gh/silverguo/4/head 2025-01-24T08:26:36.4035404Z * [new branch] gh/sinhaanhsul/1/base -> origin/gh/sinhaanhsul/1/base 2025-01-24T08:26:36.4036829Z * [new branch] gh/sinhaanhsul/1/head -> origin/gh/sinhaanhsul/1/head 2025-01-24T08:26:36.4039794Z * [new branch] gh/soulitzer/269/base -> origin/gh/soulitzer/269/base 2025-01-24T08:26:36.4041139Z * [new branch] gh/soulitzer/269/head -> origin/gh/soulitzer/269/head 2025-01-24T08:26:36.4042606Z * [new branch] gh/soulitzer/269/orig -> origin/gh/soulitzer/269/orig 2025-01-24T08:26:36.4044863Z * [new branch] gh/soulitzer/276/base -> origin/gh/soulitzer/276/base 2025-01-24T08:26:36.4046352Z * [new branch] gh/soulitzer/276/head -> origin/gh/soulitzer/276/head 2025-01-24T08:26:36.4047727Z * [new branch] gh/soulitzer/276/orig -> origin/gh/soulitzer/276/orig 2025-01-24T08:26:36.4050120Z * [new branch] gh/soulitzer/287/base -> origin/gh/soulitzer/287/base 2025-01-24T08:26:36.4051647Z * [new branch] gh/soulitzer/287/head -> origin/gh/soulitzer/287/head 2025-01-24T08:26:36.4053287Z * [new branch] gh/soulitzer/287/orig -> origin/gh/soulitzer/287/orig 2025-01-24T08:26:36.4055362Z * [new branch] gh/soulitzer/296/base -> origin/gh/soulitzer/296/base 2025-01-24T08:26:36.4056761Z * [new branch] gh/soulitzer/296/head -> origin/gh/soulitzer/296/head 2025-01-24T08:26:36.4058239Z * [new branch] gh/soulitzer/296/orig -> origin/gh/soulitzer/296/orig 2025-01-24T08:26:36.4060407Z * [new branch] gh/soulitzer/299/base -> origin/gh/soulitzer/299/base 2025-01-24T08:26:36.4061928Z * [new branch] gh/soulitzer/299/head -> origin/gh/soulitzer/299/head 2025-01-24T08:26:36.4063301Z * [new branch] gh/soulitzer/299/orig -> origin/gh/soulitzer/299/orig 2025-01-24T08:26:36.4065435Z * [new branch] gh/soulitzer/300/base -> origin/gh/soulitzer/300/base 2025-01-24T08:26:36.4066878Z * [new branch] gh/soulitzer/300/head -> origin/gh/soulitzer/300/head 2025-01-24T08:26:36.4068269Z * [new branch] gh/soulitzer/300/orig -> origin/gh/soulitzer/300/orig 2025-01-24T08:26:36.4070584Z * [new branch] gh/soulitzer/301/base -> origin/gh/soulitzer/301/base 2025-01-24T08:26:36.4072124Z * [new branch] gh/soulitzer/301/head -> origin/gh/soulitzer/301/head 2025-01-24T08:26:36.4073626Z * [new branch] gh/soulitzer/301/orig -> origin/gh/soulitzer/301/orig 2025-01-24T08:26:36.4075766Z * [new branch] gh/soulitzer/313/base -> origin/gh/soulitzer/313/base 2025-01-24T08:26:36.4077180Z * [new branch] gh/soulitzer/313/head -> origin/gh/soulitzer/313/head 2025-01-24T08:26:36.4078552Z * [new branch] gh/soulitzer/313/orig -> origin/gh/soulitzer/313/orig 2025-01-24T08:26:36.4080729Z * [new branch] gh/soulitzer/319/base -> origin/gh/soulitzer/319/base 2025-01-24T08:26:36.4082181Z * [new branch] gh/soulitzer/319/head -> origin/gh/soulitzer/319/head 2025-01-24T08:26:36.4083619Z * [new branch] gh/soulitzer/319/orig -> origin/gh/soulitzer/319/orig 2025-01-24T08:26:36.4085858Z * [new branch] gh/soulitzer/320/base -> origin/gh/soulitzer/320/base 2025-01-24T08:26:36.4087241Z * [new branch] gh/soulitzer/320/head -> origin/gh/soulitzer/320/head 2025-01-24T08:26:36.4088598Z * [new branch] gh/soulitzer/320/orig -> origin/gh/soulitzer/320/orig 2025-01-24T08:26:36.4090695Z * [new branch] gh/soulitzer/326/base -> origin/gh/soulitzer/326/base 2025-01-24T08:26:36.4092135Z * [new branch] gh/soulitzer/326/head -> origin/gh/soulitzer/326/head 2025-01-24T08:26:36.4093560Z * [new branch] gh/soulitzer/326/orig -> origin/gh/soulitzer/326/orig 2025-01-24T08:26:36.4095590Z * [new branch] gh/soulitzer/328/base -> origin/gh/soulitzer/328/base 2025-01-24T08:26:36.4096985Z * [new branch] gh/soulitzer/328/head -> origin/gh/soulitzer/328/head 2025-01-24T08:26:36.4098408Z * [new branch] gh/soulitzer/328/orig -> origin/gh/soulitzer/328/orig 2025-01-24T08:26:36.4100577Z * [new branch] gh/soulitzer/329/base -> origin/gh/soulitzer/329/base 2025-01-24T08:26:36.4102065Z * [new branch] gh/soulitzer/329/head -> origin/gh/soulitzer/329/head 2025-01-24T08:26:36.4103506Z * [new branch] gh/soulitzer/329/orig -> origin/gh/soulitzer/329/orig 2025-01-24T08:26:36.4105684Z * [new branch] gh/soulitzer/331/base -> origin/gh/soulitzer/331/base 2025-01-24T08:26:36.4107057Z * [new branch] gh/soulitzer/331/head -> origin/gh/soulitzer/331/head 2025-01-24T08:26:36.4108478Z * [new branch] gh/soulitzer/331/orig -> origin/gh/soulitzer/331/orig 2025-01-24T08:26:36.4110789Z * [new branch] gh/soulitzer/332/base -> origin/gh/soulitzer/332/base 2025-01-24T08:26:36.4112458Z * [new branch] gh/soulitzer/332/head -> origin/gh/soulitzer/332/head 2025-01-24T08:26:36.4113483Z * [new branch] gh/soulitzer/332/orig -> origin/gh/soulitzer/332/orig 2025-01-24T08:26:36.4115856Z * [new branch] gh/soulitzer/335/base -> origin/gh/soulitzer/335/base 2025-01-24T08:26:36.4117477Z * [new branch] gh/soulitzer/335/head -> origin/gh/soulitzer/335/head 2025-01-24T08:26:36.4118921Z * [new branch] gh/soulitzer/335/orig -> origin/gh/soulitzer/335/orig 2025-01-24T08:26:36.4121220Z * [new branch] gh/soulitzer/336/base -> origin/gh/soulitzer/336/base 2025-01-24T08:26:36.4122575Z * [new branch] gh/soulitzer/336/head -> origin/gh/soulitzer/336/head 2025-01-24T08:26:36.4123990Z * [new branch] gh/soulitzer/336/orig -> origin/gh/soulitzer/336/orig 2025-01-24T08:26:36.4126149Z * [new branch] gh/soulitzer/340/base -> origin/gh/soulitzer/340/base 2025-01-24T08:26:36.4127546Z * [new branch] gh/soulitzer/340/head -> origin/gh/soulitzer/340/head 2025-01-24T08:26:36.4129007Z * [new branch] gh/soulitzer/340/orig -> origin/gh/soulitzer/340/orig 2025-01-24T08:26:36.4131232Z * [new branch] gh/soulitzer/341/base -> origin/gh/soulitzer/341/base 2025-01-24T08:26:36.4132656Z * [new branch] gh/soulitzer/341/head -> origin/gh/soulitzer/341/head 2025-01-24T08:26:36.4134023Z * [new branch] gh/soulitzer/341/orig -> origin/gh/soulitzer/341/orig 2025-01-24T08:26:36.4136232Z * [new branch] gh/soulitzer/342/base -> origin/gh/soulitzer/342/base 2025-01-24T08:26:36.4137638Z * [new branch] gh/soulitzer/342/head -> origin/gh/soulitzer/342/head 2025-01-24T08:26:36.4139039Z * [new branch] gh/soulitzer/342/orig -> origin/gh/soulitzer/342/orig 2025-01-24T08:26:36.4141283Z * [new branch] gh/soulitzer/343/base -> origin/gh/soulitzer/343/base 2025-01-24T08:26:36.4142619Z * [new branch] gh/soulitzer/343/head -> origin/gh/soulitzer/343/head 2025-01-24T08:26:36.4144012Z * [new branch] gh/soulitzer/343/orig -> origin/gh/soulitzer/343/orig 2025-01-24T08:26:36.4146158Z * [new branch] gh/soulitzer/344/base -> origin/gh/soulitzer/344/base 2025-01-24T08:26:36.4147610Z * [new branch] gh/soulitzer/344/head -> origin/gh/soulitzer/344/head 2025-01-24T08:26:36.4148937Z * [new branch] gh/soulitzer/344/orig -> origin/gh/soulitzer/344/orig 2025-01-24T08:26:36.4151172Z * [new branch] gh/soulitzer/345/base -> origin/gh/soulitzer/345/base 2025-01-24T08:26:36.4152543Z * [new branch] gh/soulitzer/345/head -> origin/gh/soulitzer/345/head 2025-01-24T08:26:36.4153902Z * [new branch] gh/soulitzer/345/orig -> origin/gh/soulitzer/345/orig 2025-01-24T08:26:36.4156215Z * [new branch] gh/soulitzer/346/base -> origin/gh/soulitzer/346/base 2025-01-24T08:26:36.4157548Z * [new branch] gh/soulitzer/346/head -> origin/gh/soulitzer/346/head 2025-01-24T08:26:36.4158929Z * [new branch] gh/soulitzer/346/orig -> origin/gh/soulitzer/346/orig 2025-01-24T08:26:36.4161759Z * [new branch] gh/suo/619/base -> origin/gh/suo/619/base 2025-01-24T08:26:36.4164668Z * [new branch] gh/swolchok/685/base -> origin/gh/swolchok/685/base 2025-01-24T08:26:36.4166108Z * [new branch] gh/swolchok/685/head -> origin/gh/swolchok/685/head 2025-01-24T08:26:36.4167513Z * [new branch] gh/swolchok/685/orig -> origin/gh/swolchok/685/orig 2025-01-24T08:26:36.4169660Z * [new branch] gh/swolchok/695/base -> origin/gh/swolchok/695/base 2025-01-24T08:26:36.4172006Z * [new branch] gh/swolchok/695/head -> origin/gh/swolchok/695/head 2025-01-24T08:26:36.4173639Z * [new branch] gh/swolchok/695/orig -> origin/gh/swolchok/695/orig 2025-01-24T08:26:36.4175687Z * [new branch] gh/swolchok/697/base -> origin/gh/swolchok/697/base 2025-01-24T08:26:36.4177179Z * [new branch] gh/swolchok/697/head -> origin/gh/swolchok/697/head 2025-01-24T08:26:36.4178594Z * [new branch] gh/swolchok/697/orig -> origin/gh/swolchok/697/orig 2025-01-24T08:26:36.4180803Z * [new branch] gh/swolchok/704/base -> origin/gh/swolchok/704/base 2025-01-24T08:26:36.4182244Z * [new branch] gh/swolchok/704/head -> origin/gh/swolchok/704/head 2025-01-24T08:26:36.4183657Z * [new branch] gh/swolchok/704/orig -> origin/gh/swolchok/704/orig 2025-01-24T08:26:36.4185935Z * [new branch] gh/swolchok/710/base -> origin/gh/swolchok/710/base 2025-01-24T08:26:36.4187389Z * [new branch] gh/swolchok/710/head -> origin/gh/swolchok/710/head 2025-01-24T08:26:36.4188838Z * [new branch] gh/swolchok/710/orig -> origin/gh/swolchok/710/orig 2025-01-24T08:26:36.4190866Z * [new branch] gh/swolchok/711/base -> origin/gh/swolchok/711/base 2025-01-24T08:26:36.4192274Z * [new branch] gh/swolchok/711/head -> origin/gh/swolchok/711/head 2025-01-24T08:26:36.4193676Z * [new branch] gh/swolchok/711/orig -> origin/gh/swolchok/711/orig 2025-01-24T08:26:36.4195885Z * [new branch] gh/swolchok/714/base -> origin/gh/swolchok/714/base 2025-01-24T08:26:36.4197292Z * [new branch] gh/swolchok/714/head -> origin/gh/swolchok/714/head 2025-01-24T08:26:36.4198683Z * [new branch] gh/swolchok/714/orig -> origin/gh/swolchok/714/orig 2025-01-24T08:26:36.4201185Z * [new branch] gh/swolchok/715/base -> origin/gh/swolchok/715/base 2025-01-24T08:26:36.4202532Z * [new branch] gh/swolchok/715/head -> origin/gh/swolchok/715/head 2025-01-24T08:26:36.4203944Z * [new branch] gh/swolchok/715/orig -> origin/gh/swolchok/715/orig 2025-01-24T08:26:36.4206266Z * [new branch] gh/swolchok/716/base -> origin/gh/swolchok/716/base 2025-01-24T08:26:36.4207636Z * [new branch] gh/swolchok/716/head -> origin/gh/swolchok/716/head 2025-01-24T08:26:36.4209017Z * [new branch] gh/swolchok/716/orig -> origin/gh/swolchok/716/orig 2025-01-24T08:26:36.4211478Z * [new branch] gh/swolchok/717/base -> origin/gh/swolchok/717/base 2025-01-24T08:26:36.4212882Z * [new branch] gh/swolchok/717/head -> origin/gh/swolchok/717/head 2025-01-24T08:26:36.4214278Z * [new branch] gh/swolchok/717/orig -> origin/gh/swolchok/717/orig 2025-01-24T08:26:36.4216294Z * [new branch] gh/swolchok/718/base -> origin/gh/swolchok/718/base 2025-01-24T08:26:36.4217870Z * [new branch] gh/swolchok/718/head -> origin/gh/swolchok/718/head 2025-01-24T08:26:36.4219292Z * [new branch] gh/swolchok/718/orig -> origin/gh/swolchok/718/orig 2025-01-24T08:26:36.4221289Z * [new branch] gh/swolchok/719/base -> origin/gh/swolchok/719/base 2025-01-24T08:26:36.4222808Z * [new branch] gh/swolchok/719/orig -> origin/gh/swolchok/719/orig 2025-01-24T08:26:36.4224955Z * [new branch] gh/swolchok/720/base -> origin/gh/swolchok/720/base 2025-01-24T08:26:36.4226412Z * [new branch] gh/swolchok/720/head -> origin/gh/swolchok/720/head 2025-01-24T08:26:36.4227747Z * [new branch] gh/swolchok/720/orig -> origin/gh/swolchok/720/orig 2025-01-24T08:26:36.4230000Z * [new branch] gh/swolchok/721/base -> origin/gh/swolchok/721/base 2025-01-24T08:26:36.4231434Z * [new branch] gh/swolchok/721/head -> origin/gh/swolchok/721/head 2025-01-24T08:26:36.4233070Z * [new branch] gh/swolchok/721/orig -> origin/gh/swolchok/721/orig 2025-01-24T08:26:36.4235666Z * [new branch] gh/syed-ahmed/1/base -> origin/gh/syed-ahmed/1/base 2025-01-24T08:26:36.4237052Z * [new branch] gh/syed-ahmed/1/head -> origin/gh/syed-ahmed/1/head 2025-01-24T08:26:36.4238421Z * [new branch] gh/syed-ahmed/1/orig -> origin/gh/syed-ahmed/1/orig 2025-01-24T08:26:36.4241182Z * [new branch] gh/tianyu-l/2/base -> origin/gh/tianyu-l/2/base 2025-01-24T08:26:36.4242681Z * [new branch] gh/tianyu-l/2/head -> origin/gh/tianyu-l/2/head 2025-01-24T08:26:36.4244055Z * [new branch] gh/tianyu-l/2/orig -> origin/gh/tianyu-l/2/orig 2025-01-24T08:26:36.4246300Z * [new branch] gh/tianyu-l/5/base -> origin/gh/tianyu-l/5/base 2025-01-24T08:26:36.4247707Z * [new branch] gh/tianyu-l/5/head -> origin/gh/tianyu-l/5/head 2025-01-24T08:26:36.4249098Z * [new branch] gh/tianyu-l/5/orig -> origin/gh/tianyu-l/5/orig 2025-01-24T08:26:36.4251421Z * [new branch] gh/tianyu-l/6/base -> origin/gh/tianyu-l/6/base 2025-01-24T08:26:36.4252792Z * [new branch] gh/tianyu-l/6/head -> origin/gh/tianyu-l/6/head 2025-01-24T08:26:36.4254216Z * [new branch] gh/tianyu-l/6/orig -> origin/gh/tianyu-l/6/orig 2025-01-24T08:26:36.4257008Z * [new branch] gh/titaiwangms/35/base -> origin/gh/titaiwangms/35/base 2025-01-24T08:26:36.4258496Z * [new branch] gh/titaiwangms/35/head -> origin/gh/titaiwangms/35/head 2025-01-24T08:26:36.4259916Z * [new branch] gh/titaiwangms/35/orig -> origin/gh/titaiwangms/35/orig 2025-01-24T08:26:36.4262732Z * [new branch] gh/tugsbayasgalan/142/base -> origin/gh/tugsbayasgalan/142/base 2025-01-24T08:26:36.4264219Z * [new branch] gh/tugsbayasgalan/142/head -> origin/gh/tugsbayasgalan/142/head 2025-01-24T08:26:36.4265693Z * [new branch] gh/tugsbayasgalan/142/orig -> origin/gh/tugsbayasgalan/142/orig 2025-01-24T08:26:36.4267836Z * [new branch] gh/tugsbayasgalan/155/base -> origin/gh/tugsbayasgalan/155/base 2025-01-24T08:26:36.4269287Z * [new branch] gh/tugsbayasgalan/155/head -> origin/gh/tugsbayasgalan/155/head 2025-01-24T08:26:36.4270725Z * [new branch] gh/tugsbayasgalan/155/orig -> origin/gh/tugsbayasgalan/155/orig 2025-01-24T08:26:36.4272890Z * [new branch] gh/tugsbayasgalan/162/base -> origin/gh/tugsbayasgalan/162/base 2025-01-24T08:26:36.4274251Z * [new branch] gh/tugsbayasgalan/162/head -> origin/gh/tugsbayasgalan/162/head 2025-01-24T08:26:36.4275693Z * [new branch] gh/tugsbayasgalan/162/orig -> origin/gh/tugsbayasgalan/162/orig 2025-01-24T08:26:36.4277816Z * [new branch] gh/tugsbayasgalan/244/base -> origin/gh/tugsbayasgalan/244/base 2025-01-24T08:26:36.4279211Z * [new branch] gh/tugsbayasgalan/244/head -> origin/gh/tugsbayasgalan/244/head 2025-01-24T08:26:36.4280626Z * [new branch] gh/tugsbayasgalan/244/orig -> origin/gh/tugsbayasgalan/244/orig 2025-01-24T08:26:36.4282962Z * [new branch] gh/tugsbayasgalan/246/base -> origin/gh/tugsbayasgalan/246/base 2025-01-24T08:26:36.4284537Z * [new branch] gh/tugsbayasgalan/246/head -> origin/gh/tugsbayasgalan/246/head 2025-01-24T08:26:36.4286054Z * [new branch] gh/tugsbayasgalan/246/orig -> origin/gh/tugsbayasgalan/246/orig 2025-01-24T08:26:36.4288243Z * [new branch] gh/tugsbayasgalan/247/base -> origin/gh/tugsbayasgalan/247/base 2025-01-24T08:26:36.4289706Z * [new branch] gh/tugsbayasgalan/247/head -> origin/gh/tugsbayasgalan/247/head 2025-01-24T08:26:36.4291230Z * [new branch] gh/tugsbayasgalan/247/orig -> origin/gh/tugsbayasgalan/247/orig 2025-01-24T08:26:36.4293592Z * [new branch] gh/tugsbayasgalan/250/base -> origin/gh/tugsbayasgalan/250/base 2025-01-24T08:26:36.4294970Z * [new branch] gh/tugsbayasgalan/250/head -> origin/gh/tugsbayasgalan/250/head 2025-01-24T08:26:36.4296439Z * [new branch] gh/tugsbayasgalan/250/orig -> origin/gh/tugsbayasgalan/250/orig 2025-01-24T08:26:36.4298597Z * [new branch] gh/tugsbayasgalan/257/base -> origin/gh/tugsbayasgalan/257/base 2025-01-24T08:26:36.4300047Z * [new branch] gh/tugsbayasgalan/257/head -> origin/gh/tugsbayasgalan/257/head 2025-01-24T08:26:36.4301470Z * [new branch] gh/tugsbayasgalan/257/orig -> origin/gh/tugsbayasgalan/257/orig 2025-01-24T08:26:36.4303617Z * [new branch] gh/tugsbayasgalan/259/base -> origin/gh/tugsbayasgalan/259/base 2025-01-24T08:26:36.4305003Z * [new branch] gh/tugsbayasgalan/259/head -> origin/gh/tugsbayasgalan/259/head 2025-01-24T08:26:36.4306444Z * [new branch] gh/tugsbayasgalan/259/orig -> origin/gh/tugsbayasgalan/259/orig 2025-01-24T08:26:36.4308655Z * [new branch] gh/tugsbayasgalan/268/base -> origin/gh/tugsbayasgalan/268/base 2025-01-24T08:26:36.4310001Z * [new branch] gh/tugsbayasgalan/268/head -> origin/gh/tugsbayasgalan/268/head 2025-01-24T08:26:36.4311480Z * [new branch] gh/tugsbayasgalan/268/orig -> origin/gh/tugsbayasgalan/268/orig 2025-01-24T08:26:36.4313472Z * [new branch] gh/tugsbayasgalan/269/base -> origin/gh/tugsbayasgalan/269/base 2025-01-24T08:26:36.4314843Z * [new branch] gh/tugsbayasgalan/269/head -> origin/gh/tugsbayasgalan/269/head 2025-01-24T08:26:36.4316286Z * [new branch] gh/tugsbayasgalan/269/orig -> origin/gh/tugsbayasgalan/269/orig 2025-01-24T08:26:36.4318464Z * [new branch] gh/tugsbayasgalan/277/base -> origin/gh/tugsbayasgalan/277/base 2025-01-24T08:26:36.4319864Z * [new branch] gh/tugsbayasgalan/277/head -> origin/gh/tugsbayasgalan/277/head 2025-01-24T08:26:36.4321284Z * [new branch] gh/tugsbayasgalan/277/orig -> origin/gh/tugsbayasgalan/277/orig 2025-01-24T08:26:36.4323567Z * [new branch] gh/tugsbayasgalan/281/base -> origin/gh/tugsbayasgalan/281/base 2025-01-24T08:26:36.4325162Z * [new branch] gh/tugsbayasgalan/281/head -> origin/gh/tugsbayasgalan/281/head 2025-01-24T08:26:36.4326651Z * [new branch] gh/tugsbayasgalan/281/orig -> origin/gh/tugsbayasgalan/281/orig 2025-01-24T08:26:36.4329133Z * [new branch] gh/tugsbayasgalan/282/base -> origin/gh/tugsbayasgalan/282/base 2025-01-24T08:26:36.4331278Z * [new branch] gh/tugsbayasgalan/282/head -> origin/gh/tugsbayasgalan/282/head 2025-01-24T08:26:36.4332766Z * [new branch] gh/tugsbayasgalan/282/orig -> origin/gh/tugsbayasgalan/282/orig 2025-01-24T08:26:36.4334957Z * [new branch] gh/tugsbayasgalan/283/base -> origin/gh/tugsbayasgalan/283/base 2025-01-24T08:26:36.4336448Z * [new branch] gh/tugsbayasgalan/283/head -> origin/gh/tugsbayasgalan/283/head 2025-01-24T08:26:36.4337835Z * [new branch] gh/tugsbayasgalan/283/orig -> origin/gh/tugsbayasgalan/283/orig 2025-01-24T08:26:36.4340069Z * [new branch] gh/tugsbayasgalan/284/base -> origin/gh/tugsbayasgalan/284/base 2025-01-24T08:26:36.4341588Z * [new branch] gh/tugsbayasgalan/284/head -> origin/gh/tugsbayasgalan/284/head 2025-01-24T08:26:36.4343020Z * [new branch] gh/tugsbayasgalan/284/orig -> origin/gh/tugsbayasgalan/284/orig 2025-01-24T08:26:36.4345221Z * [new branch] gh/tugsbayasgalan/285/base -> origin/gh/tugsbayasgalan/285/base 2025-01-24T08:26:36.4346629Z * [new branch] gh/tugsbayasgalan/285/head -> origin/gh/tugsbayasgalan/285/head 2025-01-24T08:26:36.4348072Z * [new branch] gh/tugsbayasgalan/285/orig -> origin/gh/tugsbayasgalan/285/orig 2025-01-24T08:26:36.4350302Z * [new branch] gh/tugsbayasgalan/286/base -> origin/gh/tugsbayasgalan/286/base 2025-01-24T08:26:36.4351560Z * [new branch] gh/tugsbayasgalan/286/head -> origin/gh/tugsbayasgalan/286/head 2025-01-24T08:26:36.4352947Z * [new branch] gh/tugsbayasgalan/286/orig -> origin/gh/tugsbayasgalan/286/orig 2025-01-24T08:26:36.4355130Z * [new branch] gh/tugsbayasgalan/287/base -> origin/gh/tugsbayasgalan/287/base 2025-01-24T08:26:36.4356629Z * [new branch] gh/tugsbayasgalan/287/head -> origin/gh/tugsbayasgalan/287/head 2025-01-24T08:26:36.4358115Z * [new branch] gh/tugsbayasgalan/287/orig -> origin/gh/tugsbayasgalan/287/orig 2025-01-24T08:26:36.4361798Z * [new branch] gh/vfdev-5/13/base -> origin/gh/vfdev-5/13/base 2025-01-24T08:26:36.4363289Z * [new branch] gh/vfdev-5/13/orig -> origin/gh/vfdev-5/13/orig 2025-01-24T08:26:36.4366554Z * [new branch] gh/vfdev-5/14/base -> origin/gh/vfdev-5/14/base 2025-01-24T08:26:36.4368305Z * [new branch] gh/vfdev-5/14/orig -> origin/gh/vfdev-5/14/orig 2025-01-24T08:26:36.4371215Z * [new branch] gh/vmoens/10/base -> origin/gh/vmoens/10/base 2025-01-24T08:26:36.4372560Z * [new branch] gh/vmoens/10/head -> origin/gh/vmoens/10/head 2025-01-24T08:26:36.4373971Z * [new branch] gh/vmoens/10/orig -> origin/gh/vmoens/10/orig 2025-01-24T08:26:36.4376066Z * [new branch] gh/vmoens/11/base -> origin/gh/vmoens/11/base 2025-01-24T08:26:36.4377493Z * [new branch] gh/vmoens/11/head -> origin/gh/vmoens/11/head 2025-01-24T08:26:36.4378910Z * [new branch] gh/vmoens/11/orig -> origin/gh/vmoens/11/orig 2025-01-24T08:26:36.4381003Z * [new branch] gh/vmoens/12/base -> origin/gh/vmoens/12/base 2025-01-24T08:26:36.4382409Z * [new branch] gh/vmoens/12/head -> origin/gh/vmoens/12/head 2025-01-24T08:26:36.4383882Z * [new branch] gh/vmoens/12/orig -> origin/gh/vmoens/12/orig 2025-01-24T08:26:36.4385984Z * [new branch] gh/vmoens/14/base -> origin/gh/vmoens/14/base 2025-01-24T08:26:36.4387383Z * [new branch] gh/vmoens/14/head -> origin/gh/vmoens/14/head 2025-01-24T08:26:36.4388737Z * [new branch] gh/vmoens/14/orig -> origin/gh/vmoens/14/orig 2025-01-24T08:26:36.4390896Z * [new branch] gh/vmoens/2/base -> origin/gh/vmoens/2/base 2025-01-24T08:26:36.4392402Z * [new branch] gh/vmoens/2/head -> origin/gh/vmoens/2/head 2025-01-24T08:26:36.4393803Z * [new branch] gh/vmoens/2/orig -> origin/gh/vmoens/2/orig 2025-01-24T08:26:36.4396734Z * [new branch] gh/voznesenskym/187/base -> origin/gh/voznesenskym/187/base 2025-01-24T08:26:36.4398216Z * [new branch] gh/voznesenskym/187/head -> origin/gh/voznesenskym/187/head 2025-01-24T08:26:36.4399759Z * [new branch] gh/voznesenskym/187/orig -> origin/gh/voznesenskym/187/orig 2025-01-24T08:26:36.4401857Z * [new branch] gh/voznesenskym/193/base -> origin/gh/voznesenskym/193/base 2025-01-24T08:26:36.4403289Z * [new branch] gh/voznesenskym/193/head -> origin/gh/voznesenskym/193/head 2025-01-24T08:26:36.4405485Z * [new branch] gh/voznesenskym/198/base -> origin/gh/voznesenskym/198/base 2025-01-24T08:26:36.4406916Z * [new branch] gh/voznesenskym/198/head -> origin/gh/voznesenskym/198/head 2025-01-24T08:26:36.4408402Z * [new branch] gh/voznesenskym/198/orig -> origin/gh/voznesenskym/198/orig 2025-01-24T08:26:36.4410879Z * [new branch] gh/voznesenskym/211/base -> origin/gh/voznesenskym/211/base 2025-01-24T08:26:36.4412355Z * [new branch] gh/voznesenskym/211/head -> origin/gh/voznesenskym/211/head 2025-01-24T08:26:36.4414060Z * [new branch] gh/voznesenskym/211/orig -> origin/gh/voznesenskym/211/orig 2025-01-24T08:26:36.4416097Z * [new branch] gh/voznesenskym/231/base -> origin/gh/voznesenskym/231/base 2025-01-24T08:26:36.4417527Z * [new branch] gh/voznesenskym/231/head -> origin/gh/voznesenskym/231/head 2025-01-24T08:26:36.4418936Z * [new branch] gh/voznesenskym/231/orig -> origin/gh/voznesenskym/231/orig 2025-01-24T08:26:36.4421172Z * [new branch] gh/voznesenskym/254/base -> origin/gh/voznesenskym/254/base 2025-01-24T08:26:36.4422624Z * [new branch] gh/voznesenskym/254/head -> origin/gh/voznesenskym/254/head 2025-01-24T08:26:36.4424081Z * [new branch] gh/voznesenskym/254/orig -> origin/gh/voznesenskym/254/orig 2025-01-24T08:26:36.4426876Z * [new branch] gh/wanchaol/344/base -> origin/gh/wanchaol/344/base 2025-01-24T08:26:36.4428327Z * [new branch] gh/wanchaol/344/head -> origin/gh/wanchaol/344/head 2025-01-24T08:26:36.4429758Z * [new branch] gh/wanchaol/344/orig -> origin/gh/wanchaol/344/orig 2025-01-24T08:26:36.4431911Z * [new branch] gh/wanchaol/360/base -> origin/gh/wanchaol/360/base 2025-01-24T08:26:36.4433375Z * [new branch] gh/wanchaol/360/head -> origin/gh/wanchaol/360/head 2025-01-24T08:26:36.4434826Z * [new branch] gh/wanchaol/360/orig -> origin/gh/wanchaol/360/orig 2025-01-24T08:26:36.4437029Z * [new branch] gh/wanchaol/361/base -> origin/gh/wanchaol/361/base 2025-01-24T08:26:36.4438560Z * [new branch] gh/wanchaol/361/head -> origin/gh/wanchaol/361/head 2025-01-24T08:26:36.4439982Z * [new branch] gh/wanchaol/361/orig -> origin/gh/wanchaol/361/orig 2025-01-24T08:26:36.4442197Z * [new branch] gh/wanchaol/362/base -> origin/gh/wanchaol/362/base 2025-01-24T08:26:36.4443597Z * [new branch] gh/wanchaol/362/head -> origin/gh/wanchaol/362/head 2025-01-24T08:26:36.4445028Z * [new branch] gh/wanchaol/362/orig -> origin/gh/wanchaol/362/orig 2025-01-24T08:26:36.4447190Z * [new branch] gh/wanchaol/363/base -> origin/gh/wanchaol/363/base 2025-01-24T08:26:36.4448646Z * [new branch] gh/wanchaol/363/head -> origin/gh/wanchaol/363/head 2025-01-24T08:26:36.4450051Z * [new branch] gh/wanchaol/363/orig -> origin/gh/wanchaol/363/orig 2025-01-24T08:26:36.4452187Z * [new branch] gh/wanchaol/364/base -> origin/gh/wanchaol/364/base 2025-01-24T08:26:36.4453661Z * [new branch] gh/wanchaol/364/orig -> origin/gh/wanchaol/364/orig 2025-01-24T08:26:36.4455882Z * [new branch] gh/wanchaol/365/base -> origin/gh/wanchaol/365/base 2025-01-24T08:26:36.4457442Z * [new branch] gh/wanchaol/365/head -> origin/gh/wanchaol/365/head 2025-01-24T08:26:36.4458895Z * [new branch] gh/wanchaol/365/orig -> origin/gh/wanchaol/365/orig 2025-01-24T08:26:36.4461171Z * [new branch] gh/wanchaol/366/base -> origin/gh/wanchaol/366/base 2025-01-24T08:26:36.4462561Z * [new branch] gh/wanchaol/366/head -> origin/gh/wanchaol/366/head 2025-01-24T08:26:36.4463945Z * [new branch] gh/wanchaol/366/orig -> origin/gh/wanchaol/366/orig 2025-01-24T08:26:36.4466239Z * [new branch] gh/wanchaol/367/base -> origin/gh/wanchaol/367/base 2025-01-24T08:26:36.4467726Z * [new branch] gh/wanchaol/367/head -> origin/gh/wanchaol/367/head 2025-01-24T08:26:36.4469355Z * [new branch] gh/wanchaol/367/orig -> origin/gh/wanchaol/367/orig 2025-01-24T08:26:36.4471543Z * [new branch] gh/wanchaol/368/base -> origin/gh/wanchaol/368/base 2025-01-24T08:26:36.4473006Z * [new branch] gh/wanchaol/368/head -> origin/gh/wanchaol/368/head 2025-01-24T08:26:36.4474608Z * [new branch] gh/wanchaol/368/orig -> origin/gh/wanchaol/368/orig 2025-01-24T08:26:36.4477317Z * [new branch] gh/wconstab/204/base -> origin/gh/wconstab/204/base 2025-01-24T08:26:36.4478831Z * [new branch] gh/wconstab/204/orig -> origin/gh/wconstab/204/orig 2025-01-24T08:26:36.4481105Z * [new branch] gh/wconstab/371/base -> origin/gh/wconstab/371/base 2025-01-24T08:26:36.4482640Z * [new branch] gh/wconstab/371/head -> origin/gh/wconstab/371/head 2025-01-24T08:26:36.4484090Z * [new branch] gh/wconstab/371/orig -> origin/gh/wconstab/371/orig 2025-01-24T08:26:36.4486326Z * [new branch] gh/wconstab/372/base -> origin/gh/wconstab/372/base 2025-01-24T08:26:36.4487751Z * [new branch] gh/wconstab/372/head -> origin/gh/wconstab/372/head 2025-01-24T08:26:36.4489187Z * [new branch] gh/wconstab/372/orig -> origin/gh/wconstab/372/orig 2025-01-24T08:26:36.4492218Z * [new branch] gh/wconstab/373/base -> origin/gh/wconstab/373/base 2025-01-24T08:26:36.4493488Z * [new branch] gh/wconstab/373/head -> origin/gh/wconstab/373/head 2025-01-24T08:26:36.4494980Z * [new branch] gh/wconstab/373/orig -> origin/gh/wconstab/373/orig 2025-01-24T08:26:36.4496935Z * [new branch] gh/wconstab/374/base -> origin/gh/wconstab/374/base 2025-01-24T08:26:36.4498366Z * [new branch] gh/wconstab/374/head -> origin/gh/wconstab/374/head 2025-01-24T08:26:36.4499754Z * [new branch] gh/wconstab/374/orig -> origin/gh/wconstab/374/orig 2025-01-24T08:26:36.4501932Z * [new branch] gh/wconstab/375/base -> origin/gh/wconstab/375/base 2025-01-24T08:26:36.4503470Z * [new branch] gh/wconstab/375/head -> origin/gh/wconstab/375/head 2025-01-24T08:26:36.4504879Z * [new branch] gh/wconstab/375/orig -> origin/gh/wconstab/375/orig 2025-01-24T08:26:36.4507117Z * [new branch] gh/wconstab/376/base -> origin/gh/wconstab/376/base 2025-01-24T08:26:36.4508658Z * [new branch] gh/wconstab/376/head -> origin/gh/wconstab/376/head 2025-01-24T08:26:36.4510091Z * [new branch] gh/wconstab/376/orig -> origin/gh/wconstab/376/orig 2025-01-24T08:26:36.4512421Z * [new branch] gh/wconstab/377/base -> origin/gh/wconstab/377/base 2025-01-24T08:26:36.4513785Z * [new branch] gh/wconstab/377/head -> origin/gh/wconstab/377/head 2025-01-24T08:26:36.4515214Z * [new branch] gh/wconstab/377/orig -> origin/gh/wconstab/377/orig 2025-01-24T08:26:36.4517419Z * [new branch] gh/wconstab/378/base -> origin/gh/wconstab/378/base 2025-01-24T08:26:36.4518822Z * [new branch] gh/wconstab/378/head -> origin/gh/wconstab/378/head 2025-01-24T08:26:36.4520241Z * [new branch] gh/wconstab/378/orig -> origin/gh/wconstab/378/orig 2025-01-24T08:26:36.4522480Z * [new branch] gh/wconstab/379/base -> origin/gh/wconstab/379/base 2025-01-24T08:26:36.4523832Z * [new branch] gh/wconstab/379/head -> origin/gh/wconstab/379/head 2025-01-24T08:26:36.4525308Z * [new branch] gh/wconstab/379/orig -> origin/gh/wconstab/379/orig 2025-01-24T08:26:36.4527446Z * [new branch] gh/wconstab/380/base -> origin/gh/wconstab/380/base 2025-01-24T08:26:36.4528890Z * [new branch] gh/wconstab/380/head -> origin/gh/wconstab/380/head 2025-01-24T08:26:36.4530361Z * [new branch] gh/wconstab/380/orig -> origin/gh/wconstab/380/orig 2025-01-24T08:26:36.4532422Z * [new branch] gh/wconstab/381/base -> origin/gh/wconstab/381/base 2025-01-24T08:26:36.4533858Z * [new branch] gh/wconstab/381/head -> origin/gh/wconstab/381/head 2025-01-24T08:26:36.4535515Z * [new branch] gh/wconstab/381/orig -> origin/gh/wconstab/381/orig 2025-01-24T08:26:36.4537382Z * [new branch] gh/wconstab/382/base -> origin/gh/wconstab/382/base 2025-01-24T08:26:36.4538870Z * [new branch] gh/wconstab/382/head -> origin/gh/wconstab/382/head 2025-01-24T08:26:36.4540958Z * [new branch] gh/wconstab/383/base -> origin/gh/wconstab/383/base 2025-01-24T08:26:36.4542456Z * [new branch] gh/wconstab/383/head -> origin/gh/wconstab/383/head 2025-01-24T08:26:36.4544503Z * [new branch] gh/wconstab/384/base -> origin/gh/wconstab/384/base 2025-01-24T08:26:36.4545978Z * [new branch] gh/wconstab/384/head -> origin/gh/wconstab/384/head 2025-01-24T08:26:36.4548141Z * [new branch] gh/wconstab/385/base -> origin/gh/wconstab/385/base 2025-01-24T08:26:36.4549503Z * [new branch] gh/wconstab/385/head -> origin/gh/wconstab/385/head 2025-01-24T08:26:36.4551705Z * [new branch] gh/wconstab/386/base -> origin/gh/wconstab/386/base 2025-01-24T08:26:36.4553098Z * [new branch] gh/wconstab/386/head -> origin/gh/wconstab/386/head 2025-01-24T08:26:36.4555399Z * [new branch] gh/wconstab/387/base -> origin/gh/wconstab/387/base 2025-01-24T08:26:36.4556737Z * [new branch] gh/wconstab/387/head -> origin/gh/wconstab/387/head 2025-01-24T08:26:36.4558267Z * [new branch] gh/wconstab/387/orig -> origin/gh/wconstab/387/orig 2025-01-24T08:26:36.4560443Z * [new branch] gh/wconstab/388/base -> origin/gh/wconstab/388/base 2025-01-24T08:26:36.4561878Z * [new branch] gh/wconstab/388/head -> origin/gh/wconstab/388/head 2025-01-24T08:26:36.4563408Z * [new branch] gh/wconstab/388/orig -> origin/gh/wconstab/388/orig 2025-01-24T08:26:36.4565636Z * [new branch] gh/wconstab/389/base -> origin/gh/wconstab/389/base 2025-01-24T08:26:36.4567057Z * [new branch] gh/wconstab/389/head -> origin/gh/wconstab/389/head 2025-01-24T08:26:36.4568486Z * [new branch] gh/wconstab/389/orig -> origin/gh/wconstab/389/orig 2025-01-24T08:26:36.4570557Z * [new branch] gh/wconstab/390/base -> origin/gh/wconstab/390/base 2025-01-24T08:26:36.4572093Z * [new branch] gh/wconstab/390/head -> origin/gh/wconstab/390/head 2025-01-24T08:26:36.4573582Z * [new branch] gh/wconstab/390/orig -> origin/gh/wconstab/390/orig 2025-01-24T08:26:36.4575626Z * [new branch] gh/wconstab/391/base -> origin/gh/wconstab/391/base 2025-01-24T08:26:36.4577049Z * [new branch] gh/wconstab/391/head -> origin/gh/wconstab/391/head 2025-01-24T08:26:36.4578471Z * [new branch] gh/wconstab/391/orig -> origin/gh/wconstab/391/orig 2025-01-24T08:26:36.4581383Z * [new branch] gh/weifengpy/20/base -> origin/gh/weifengpy/20/base 2025-01-24T08:26:36.4582859Z * [new branch] gh/weifengpy/20/head -> origin/gh/weifengpy/20/head 2025-01-24T08:26:36.4584293Z * [new branch] gh/weifengpy/20/orig -> origin/gh/weifengpy/20/orig 2025-01-24T08:26:36.4587137Z * [new branch] gh/williamwen42/167/base -> origin/gh/williamwen42/167/base 2025-01-24T08:26:36.4588625Z * [new branch] gh/williamwen42/167/head -> origin/gh/williamwen42/167/head 2025-01-24T08:26:36.4590033Z * [new branch] gh/williamwen42/167/orig -> origin/gh/williamwen42/167/orig 2025-01-24T08:26:36.4592215Z * [new branch] gh/williamwen42/195/base -> origin/gh/williamwen42/195/base 2025-01-24T08:26:36.4593647Z * [new branch] gh/williamwen42/195/head -> origin/gh/williamwen42/195/head 2025-01-24T08:26:36.4595031Z * [new branch] gh/williamwen42/195/orig -> origin/gh/williamwen42/195/orig 2025-01-24T08:26:36.4597355Z * [new branch] gh/williamwen42/196/base -> origin/gh/williamwen42/196/base 2025-01-24T08:26:36.4598670Z * [new branch] gh/williamwen42/196/head -> origin/gh/williamwen42/196/head 2025-01-24T08:26:36.4600042Z * [new branch] gh/williamwen42/196/orig -> origin/gh/williamwen42/196/orig 2025-01-24T08:26:36.4602162Z * [new branch] gh/williamwen42/197/base -> origin/gh/williamwen42/197/base 2025-01-24T08:26:36.4603581Z * [new branch] gh/williamwen42/197/head -> origin/gh/williamwen42/197/head 2025-01-24T08:26:36.4605038Z * [new branch] gh/williamwen42/197/orig -> origin/gh/williamwen42/197/orig 2025-01-24T08:26:36.4607198Z * [new branch] gh/williamwen42/198/base -> origin/gh/williamwen42/198/base 2025-01-24T08:26:36.4608601Z * [new branch] gh/williamwen42/198/head -> origin/gh/williamwen42/198/head 2025-01-24T08:26:36.4610024Z * [new branch] gh/williamwen42/198/orig -> origin/gh/williamwen42/198/orig 2025-01-24T08:26:36.4612503Z * [new branch] gh/williamwen42/199/base -> origin/gh/williamwen42/199/base 2025-01-24T08:26:36.4613899Z * [new branch] gh/williamwen42/199/head -> origin/gh/williamwen42/199/head 2025-01-24T08:26:36.4615359Z * [new branch] gh/williamwen42/199/orig -> origin/gh/williamwen42/199/orig 2025-01-24T08:26:36.4618229Z * [new branch] gh/wz337/2/base -> origin/gh/wz337/2/base 2025-01-24T08:26:36.4619688Z * [new branch] gh/wz337/2/head -> origin/gh/wz337/2/head 2025-01-24T08:26:36.4621645Z * [new branch] gh/wz337/3/base -> origin/gh/wz337/3/base 2025-01-24T08:26:36.4623039Z * [new branch] gh/wz337/3/head -> origin/gh/wz337/3/head 2025-01-24T08:26:36.4625949Z * [new branch] gh/xmfan/106/base -> origin/gh/xmfan/106/base 2025-01-24T08:26:36.4627419Z * [new branch] gh/xmfan/106/head -> origin/gh/xmfan/106/head 2025-01-24T08:26:36.4628754Z * [new branch] gh/xmfan/106/orig -> origin/gh/xmfan/106/orig 2025-01-24T08:26:36.4630851Z * [new branch] gh/xmfan/108/base -> origin/gh/xmfan/108/base 2025-01-24T08:26:36.4632315Z * [new branch] gh/xmfan/108/head -> origin/gh/xmfan/108/head 2025-01-24T08:26:36.4633726Z * [new branch] gh/xmfan/108/orig -> origin/gh/xmfan/108/orig 2025-01-24T08:26:36.4635875Z * [new branch] gh/xmfan/138/base -> origin/gh/xmfan/138/base 2025-01-24T08:26:36.4637286Z * [new branch] gh/xmfan/138/head -> origin/gh/xmfan/138/head 2025-01-24T08:26:36.4638676Z * [new branch] gh/xmfan/138/orig -> origin/gh/xmfan/138/orig 2025-01-24T08:26:36.4641030Z * [new branch] gh/xmfan/140/base -> origin/gh/xmfan/140/base 2025-01-24T08:26:36.4642412Z * [new branch] gh/xmfan/140/head -> origin/gh/xmfan/140/head 2025-01-24T08:26:36.4643824Z * [new branch] gh/xmfan/140/orig -> origin/gh/xmfan/140/orig 2025-01-24T08:26:36.4645934Z * [new branch] gh/xmfan/150/base -> origin/gh/xmfan/150/base 2025-01-24T08:26:36.4647370Z * [new branch] gh/xmfan/150/head -> origin/gh/xmfan/150/head 2025-01-24T08:26:36.4648773Z * [new branch] gh/xmfan/150/orig -> origin/gh/xmfan/150/orig 2025-01-24T08:26:36.4651812Z * [new branch] gh/xmfan/151/base -> origin/gh/xmfan/151/base 2025-01-24T08:26:36.4653340Z * [new branch] gh/xmfan/151/head -> origin/gh/xmfan/151/head 2025-01-24T08:26:36.4654718Z * [new branch] gh/xmfan/151/orig -> origin/gh/xmfan/151/orig 2025-01-24T08:26:36.4656831Z * [new branch] gh/xmfan/152/base -> origin/gh/xmfan/152/base 2025-01-24T08:26:36.4658453Z * [new branch] gh/xmfan/152/head -> origin/gh/xmfan/152/head 2025-01-24T08:26:36.4659743Z * [new branch] gh/xmfan/152/orig -> origin/gh/xmfan/152/orig 2025-01-24T08:26:36.4661866Z * [new branch] gh/xmfan/153/base -> origin/gh/xmfan/153/base 2025-01-24T08:26:36.4663257Z * [new branch] gh/xmfan/153/head -> origin/gh/xmfan/153/head 2025-01-24T08:26:36.4664679Z * [new branch] gh/xmfan/153/orig -> origin/gh/xmfan/153/orig 2025-01-24T08:26:36.4666770Z * [new branch] gh/xmfan/154/base -> origin/gh/xmfan/154/base 2025-01-24T08:26:36.4668164Z * [new branch] gh/xmfan/154/head -> origin/gh/xmfan/154/head 2025-01-24T08:26:36.4669627Z * [new branch] gh/xmfan/154/orig -> origin/gh/xmfan/154/orig 2025-01-24T08:26:36.4672071Z * [new branch] gh/xmfan/155/base -> origin/gh/xmfan/155/base 2025-01-24T08:26:36.4673530Z * [new branch] gh/xmfan/155/head -> origin/gh/xmfan/155/head 2025-01-24T08:26:36.4675046Z * [new branch] gh/xmfan/155/orig -> origin/gh/xmfan/155/orig 2025-01-24T08:26:36.4677156Z * [new branch] gh/xmfan/156/base -> origin/gh/xmfan/156/base 2025-01-24T08:26:36.4678566Z * [new branch] gh/xmfan/156/head -> origin/gh/xmfan/156/head 2025-01-24T08:26:36.4680001Z * [new branch] gh/xmfan/156/orig -> origin/gh/xmfan/156/orig 2025-01-24T08:26:36.4682136Z * [new branch] gh/xmfan/157/base -> origin/gh/xmfan/157/base 2025-01-24T08:26:36.4683550Z * [new branch] gh/xmfan/157/head -> origin/gh/xmfan/157/head 2025-01-24T08:26:36.4684936Z * [new branch] gh/xmfan/157/orig -> origin/gh/xmfan/157/orig 2025-01-24T08:26:36.4687082Z * [new branch] gh/xmfan/158/base -> origin/gh/xmfan/158/base 2025-01-24T08:26:36.4688446Z * [new branch] gh/xmfan/158/head -> origin/gh/xmfan/158/head 2025-01-24T08:26:36.4689830Z * [new branch] gh/xmfan/158/orig -> origin/gh/xmfan/158/orig 2025-01-24T08:26:36.4692367Z * [new branch] gh/xmfan/159/base -> origin/gh/xmfan/159/base 2025-01-24T08:26:36.4693804Z * [new branch] gh/xmfan/159/head -> origin/gh/xmfan/159/head 2025-01-24T08:26:36.4695212Z * [new branch] gh/xmfan/159/orig -> origin/gh/xmfan/159/orig 2025-01-24T08:26:36.4697326Z * [new branch] gh/xmfan/160/base -> origin/gh/xmfan/160/base 2025-01-24T08:26:36.4698717Z * [new branch] gh/xmfan/160/head -> origin/gh/xmfan/160/head 2025-01-24T08:26:36.4700126Z * [new branch] gh/xmfan/160/orig -> origin/gh/xmfan/160/orig 2025-01-24T08:26:36.4702235Z * [new branch] gh/xmfan/161/base -> origin/gh/xmfan/161/base 2025-01-24T08:26:36.4703630Z * [new branch] gh/xmfan/161/head -> origin/gh/xmfan/161/head 2025-01-24T08:26:36.4705028Z * [new branch] gh/xmfan/161/orig -> origin/gh/xmfan/161/orig 2025-01-24T08:26:36.4707190Z * [new branch] gh/xmfan/162/base -> origin/gh/xmfan/162/base 2025-01-24T08:26:36.4708588Z * [new branch] gh/xmfan/162/head -> origin/gh/xmfan/162/head 2025-01-24T08:26:36.4709988Z * [new branch] gh/xmfan/162/orig -> origin/gh/xmfan/162/orig 2025-01-24T08:26:36.4712127Z * [new branch] gh/xmfan/163/base -> origin/gh/xmfan/163/base 2025-01-24T08:26:36.4713532Z * [new branch] gh/xmfan/163/head -> origin/gh/xmfan/163/head 2025-01-24T08:26:36.4714928Z * [new branch] gh/xmfan/163/orig -> origin/gh/xmfan/163/orig 2025-01-24T08:26:36.4717346Z * [new branch] gh/xmfan/164/base -> origin/gh/xmfan/164/base 2025-01-24T08:26:36.4718900Z * [new branch] gh/xmfan/164/head -> origin/gh/xmfan/164/head 2025-01-24T08:26:36.4720192Z * [new branch] gh/xmfan/164/orig -> origin/gh/xmfan/164/orig 2025-01-24T08:26:36.4722267Z * [new branch] gh/xmfan/165/base -> origin/gh/xmfan/165/base 2025-01-24T08:26:36.4723675Z * [new branch] gh/xmfan/165/head -> origin/gh/xmfan/165/head 2025-01-24T08:26:36.4725061Z * [new branch] gh/xmfan/165/orig -> origin/gh/xmfan/165/orig 2025-01-24T08:26:36.4727342Z * [new branch] gh/xmfan/18/base -> origin/gh/xmfan/18/base 2025-01-24T08:26:36.4728715Z * [new branch] gh/xmfan/18/head -> origin/gh/xmfan/18/head 2025-01-24T08:26:36.4731105Z * [new branch] gh/xmfan/97/base -> origin/gh/xmfan/97/base 2025-01-24T08:26:36.4732537Z * [new branch] gh/xmfan/97/head -> origin/gh/xmfan/97/head 2025-01-24T08:26:36.4733958Z * [new branch] gh/xmfan/97/orig -> origin/gh/xmfan/97/orig 2025-01-24T08:26:36.4736848Z * [new branch] gh/xuanzhang816/10/base -> origin/gh/xuanzhang816/10/base 2025-01-24T08:26:36.4738314Z * [new branch] gh/xuanzhang816/10/head -> origin/gh/xuanzhang816/10/head 2025-01-24T08:26:36.4739714Z * [new branch] gh/xuanzhang816/10/orig -> origin/gh/xuanzhang816/10/orig 2025-01-24T08:26:36.4741880Z * [new branch] gh/xuanzhang816/11/base -> origin/gh/xuanzhang816/11/base 2025-01-24T08:26:36.4743319Z * [new branch] gh/xuanzhang816/11/head -> origin/gh/xuanzhang816/11/head 2025-01-24T08:26:36.4744721Z * [new branch] gh/xuanzhang816/11/orig -> origin/gh/xuanzhang816/11/orig 2025-01-24T08:26:36.4746731Z * [new branch] gh/xuanzhang816/12/base -> origin/gh/xuanzhang816/12/base 2025-01-24T08:26:36.4748155Z * [new branch] gh/xuanzhang816/12/head -> origin/gh/xuanzhang816/12/head 2025-01-24T08:26:36.4749516Z * [new branch] gh/xuanzhang816/12/orig -> origin/gh/xuanzhang816/12/orig 2025-01-24T08:26:36.4751674Z * [new branch] gh/xuanzhang816/13/base -> origin/gh/xuanzhang816/13/base 2025-01-24T08:26:36.4753131Z * [new branch] gh/xuanzhang816/13/head -> origin/gh/xuanzhang816/13/head 2025-01-24T08:26:36.4754582Z * [new branch] gh/xuanzhang816/13/orig -> origin/gh/xuanzhang816/13/orig 2025-01-24T08:26:36.4756732Z * [new branch] gh/xuanzhang816/2/base -> origin/gh/xuanzhang816/2/base 2025-01-24T08:26:36.4758088Z * [new branch] gh/xuanzhang816/2/head -> origin/gh/xuanzhang816/2/head 2025-01-24T08:26:36.4759507Z * [new branch] gh/xuanzhang816/2/orig -> origin/gh/xuanzhang816/2/orig 2025-01-24T08:26:36.4761510Z * [new branch] gh/xuanzhang816/3/base -> origin/gh/xuanzhang816/3/base 2025-01-24T08:26:36.4762935Z * [new branch] gh/xuanzhang816/3/head -> origin/gh/xuanzhang816/3/head 2025-01-24T08:26:36.4764360Z * [new branch] gh/xuanzhang816/3/orig -> origin/gh/xuanzhang816/3/orig 2025-01-24T08:26:36.4766397Z * [new branch] gh/xuanzhang816/4/base -> origin/gh/xuanzhang816/4/base 2025-01-24T08:26:36.4767759Z * [new branch] gh/xuanzhang816/4/head -> origin/gh/xuanzhang816/4/head 2025-01-24T08:26:36.4769079Z * [new branch] gh/xuanzhang816/4/orig -> origin/gh/xuanzhang816/4/orig 2025-01-24T08:26:36.4771445Z * [new branch] gh/xuanzhang816/7/base -> origin/gh/xuanzhang816/7/base 2025-01-24T08:26:36.4772889Z * [new branch] gh/xuanzhang816/7/head -> origin/gh/xuanzhang816/7/head 2025-01-24T08:26:36.4774240Z * [new branch] gh/xuanzhang816/7/orig -> origin/gh/xuanzhang816/7/orig 2025-01-24T08:26:36.4777074Z * [new branch] gh/xuhancn/1/base -> origin/gh/xuhancn/1/base 2025-01-24T08:26:36.4778720Z * [new branch] gh/xuhancn/1/head -> origin/gh/xuhancn/1/head 2025-01-24T08:26:36.4780695Z * [new branch] gh/xuhancn/2/base -> origin/gh/xuhancn/2/base 2025-01-24T08:26:36.4782040Z * [new branch] gh/xuhancn/2/head -> origin/gh/xuhancn/2/head 2025-01-24T08:26:36.4784022Z * [new branch] gh/xuhancn/3/base -> origin/gh/xuhancn/3/base 2025-01-24T08:26:36.4785377Z * [new branch] gh/xuhancn/3/head -> origin/gh/xuhancn/3/head 2025-01-24T08:26:36.4787382Z * [new branch] gh/xuhancn/4/base -> origin/gh/xuhancn/4/base 2025-01-24T08:26:36.4788721Z * [new branch] gh/xuhancn/4/head -> origin/gh/xuhancn/4/head 2025-01-24T08:26:36.4790754Z * [new branch] gh/xuhancn/5/base -> origin/gh/xuhancn/5/base 2025-01-24T08:26:36.4792111Z * [new branch] gh/xuhancn/5/head -> origin/gh/xuhancn/5/head 2025-01-24T08:26:36.4794149Z * [new branch] gh/xuhancn/6/base -> origin/gh/xuhancn/6/base 2025-01-24T08:26:36.4795509Z * [new branch] gh/xuhancn/6/head -> origin/gh/xuhancn/6/head 2025-01-24T08:26:36.4797509Z * [new branch] gh/xuhancn/7/base -> origin/gh/xuhancn/7/base 2025-01-24T08:26:36.4798840Z * [new branch] gh/xuhancn/7/head -> origin/gh/xuhancn/7/head 2025-01-24T08:26:36.4801686Z * [new branch] gh/yanbing-j/1/base -> origin/gh/yanbing-j/1/base 2025-01-24T08:26:36.4803067Z * [new branch] gh/yanbing-j/1/orig -> origin/gh/yanbing-j/1/orig 2025-01-24T08:26:36.4805255Z * [new branch] gh/yanbing-j/11/base -> origin/gh/yanbing-j/11/base 2025-01-24T08:26:36.4806705Z * [new branch] gh/yanbing-j/11/head -> origin/gh/yanbing-j/11/head 2025-01-24T08:26:36.4808114Z * [new branch] gh/yanbing-j/11/orig -> origin/gh/yanbing-j/11/orig 2025-01-24T08:26:36.4810305Z * [new branch] gh/yanbing-j/12/base -> origin/gh/yanbing-j/12/base 2025-01-24T08:26:36.4812613Z * [new branch] gh/yanbing-j/12/head -> origin/gh/yanbing-j/12/head 2025-01-24T08:26:36.4814014Z * [new branch] gh/yanbing-j/12/orig -> origin/gh/yanbing-j/12/orig 2025-01-24T08:26:36.4816272Z * [new branch] gh/yanbing-j/13/base -> origin/gh/yanbing-j/13/base 2025-01-24T08:26:36.4817670Z * [new branch] gh/yanbing-j/13/head -> origin/gh/yanbing-j/13/head 2025-01-24T08:26:36.4819051Z * [new branch] gh/yanbing-j/13/orig -> origin/gh/yanbing-j/13/orig 2025-01-24T08:26:36.4821242Z * [new branch] gh/yanbing-j/14/base -> origin/gh/yanbing-j/14/base 2025-01-24T08:26:36.4822653Z * [new branch] gh/yanbing-j/14/head -> origin/gh/yanbing-j/14/head 2025-01-24T08:26:36.4824052Z * [new branch] gh/yanbing-j/14/orig -> origin/gh/yanbing-j/14/orig 2025-01-24T08:26:36.4826107Z * [new branch] gh/yanbing-j/15/base -> origin/gh/yanbing-j/15/base 2025-01-24T08:26:36.4827541Z * [new branch] gh/yanbing-j/15/head -> origin/gh/yanbing-j/15/head 2025-01-24T08:26:36.4828950Z * [new branch] gh/yanbing-j/15/orig -> origin/gh/yanbing-j/15/orig 2025-01-24T08:26:36.4831040Z * [new branch] gh/yanbing-j/18/base -> origin/gh/yanbing-j/18/base 2025-01-24T08:26:36.4832463Z * [new branch] gh/yanbing-j/18/head -> origin/gh/yanbing-j/18/head 2025-01-24T08:26:36.4833843Z * [new branch] gh/yanbing-j/18/orig -> origin/gh/yanbing-j/18/orig 2025-01-24T08:26:36.4835983Z * [new branch] gh/yanbing-j/19/base -> origin/gh/yanbing-j/19/base 2025-01-24T08:26:36.4837398Z * [new branch] gh/yanbing-j/19/head -> origin/gh/yanbing-j/19/head 2025-01-24T08:26:36.4838976Z * [new branch] gh/yanbing-j/19/orig -> origin/gh/yanbing-j/19/orig 2025-01-24T08:26:36.4840996Z * [new branch] gh/yanbing-j/2/base -> origin/gh/yanbing-j/2/base 2025-01-24T08:26:36.4842361Z * [new branch] gh/yanbing-j/2/orig -> origin/gh/yanbing-j/2/orig 2025-01-24T08:26:36.4844499Z * [new branch] gh/yanbing-j/20/base -> origin/gh/yanbing-j/20/base 2025-01-24T08:26:36.4845981Z * [new branch] gh/yanbing-j/20/head -> origin/gh/yanbing-j/20/head 2025-01-24T08:26:36.4847353Z * [new branch] gh/yanbing-j/20/orig -> origin/gh/yanbing-j/20/orig 2025-01-24T08:26:36.4849526Z * [new branch] gh/yanbing-j/21/base -> origin/gh/yanbing-j/21/base 2025-01-24T08:26:36.4851122Z * [new branch] gh/yanbing-j/21/head -> origin/gh/yanbing-j/21/head 2025-01-24T08:26:36.4853272Z * [new branch] gh/yanbing-j/22/base -> origin/gh/yanbing-j/22/base 2025-01-24T08:26:36.4854653Z * [new branch] gh/yanbing-j/22/head -> origin/gh/yanbing-j/22/head 2025-01-24T08:26:36.4856089Z * [new branch] gh/yanbing-j/22/orig -> origin/gh/yanbing-j/22/orig 2025-01-24T08:26:36.4858184Z * [new branch] gh/yanbing-j/23/base -> origin/gh/yanbing-j/23/base 2025-01-24T08:26:36.4859680Z * [new branch] gh/yanbing-j/23/head -> origin/gh/yanbing-j/23/head 2025-01-24T08:26:36.4861135Z * [new branch] gh/yanbing-j/23/orig -> origin/gh/yanbing-j/23/orig 2025-01-24T08:26:36.4863299Z * [new branch] gh/yanbing-j/24/base -> origin/gh/yanbing-j/24/base 2025-01-24T08:26:36.4864693Z * [new branch] gh/yanbing-j/24/head -> origin/gh/yanbing-j/24/head 2025-01-24T08:26:36.4866080Z * [new branch] gh/yanbing-j/24/orig -> origin/gh/yanbing-j/24/orig 2025-01-24T08:26:36.4868246Z * [new branch] gh/yanbing-j/25/base -> origin/gh/yanbing-j/25/base 2025-01-24T08:26:36.4869680Z * [new branch] gh/yanbing-j/25/head -> origin/gh/yanbing-j/25/head 2025-01-24T08:26:36.4871047Z * [new branch] gh/yanbing-j/25/orig -> origin/gh/yanbing-j/25/orig 2025-01-24T08:26:36.4873206Z * [new branch] gh/yanbing-j/26/base -> origin/gh/yanbing-j/26/base 2025-01-24T08:26:36.4874591Z * [new branch] gh/yanbing-j/26/head -> origin/gh/yanbing-j/26/head 2025-01-24T08:26:36.4876013Z * [new branch] gh/yanbing-j/26/orig -> origin/gh/yanbing-j/26/orig 2025-01-24T08:26:36.4878252Z * [new branch] gh/yanbing-j/27/base -> origin/gh/yanbing-j/27/base 2025-01-24T08:26:36.4879663Z * [new branch] gh/yanbing-j/27/head -> origin/gh/yanbing-j/27/head 2025-01-24T08:26:36.4881090Z * [new branch] gh/yanbing-j/27/orig -> origin/gh/yanbing-j/27/orig 2025-01-24T08:26:36.4883211Z * [new branch] gh/yanbing-j/28/base -> origin/gh/yanbing-j/28/base 2025-01-24T08:26:36.4884609Z * [new branch] gh/yanbing-j/28/head -> origin/gh/yanbing-j/28/head 2025-01-24T08:26:36.4886018Z * [new branch] gh/yanbing-j/28/orig -> origin/gh/yanbing-j/28/orig 2025-01-24T08:26:36.4888240Z * [new branch] gh/yanbing-j/32/base -> origin/gh/yanbing-j/32/base 2025-01-24T08:26:36.4889639Z * [new branch] gh/yanbing-j/32/head -> origin/gh/yanbing-j/32/head 2025-01-24T08:26:36.4892377Z * [new branch] gh/yanbing-j/32/orig -> origin/gh/yanbing-j/32/orig 2025-01-24T08:26:36.4902683Z * [new branch] gh/yanbing-j/34/base -> origin/gh/yanbing-j/34/base 2025-01-24T08:26:36.4904164Z * [new branch] gh/yanbing-j/34/head -> origin/gh/yanbing-j/34/head 2025-01-24T08:26:36.4905538Z * [new branch] gh/yanbing-j/34/orig -> origin/gh/yanbing-j/34/orig 2025-01-24T08:26:36.4907941Z * [new branch] gh/yanbing-j/35/base -> origin/gh/yanbing-j/35/base 2025-01-24T08:26:36.4909198Z * [new branch] gh/yanbing-j/35/head -> origin/gh/yanbing-j/35/head 2025-01-24T08:26:36.4910604Z * [new branch] gh/yanbing-j/35/orig -> origin/gh/yanbing-j/35/orig 2025-01-24T08:26:36.4912662Z * [new branch] gh/yanbing-j/36/base -> origin/gh/yanbing-j/36/base 2025-01-24T08:26:36.4914072Z * [new branch] gh/yanbing-j/36/head -> origin/gh/yanbing-j/36/head 2025-01-24T08:26:36.4915455Z * [new branch] gh/yanbing-j/36/orig -> origin/gh/yanbing-j/36/orig 2025-01-24T08:26:36.4917750Z * [new branch] gh/yanbing-j/37/base -> origin/gh/yanbing-j/37/base 2025-01-24T08:26:36.4919176Z * [new branch] gh/yanbing-j/37/head -> origin/gh/yanbing-j/37/head 2025-01-24T08:26:36.4920590Z * [new branch] gh/yanbing-j/37/orig -> origin/gh/yanbing-j/37/orig 2025-01-24T08:26:36.4923418Z * [new branch] gh/yanboliang/41/base -> origin/gh/yanboliang/41/base 2025-01-24T08:26:36.4924873Z * [new branch] gh/yanboliang/41/head -> origin/gh/yanboliang/41/head 2025-01-24T08:26:36.4926233Z * [new branch] gh/yanboliang/41/orig -> origin/gh/yanboliang/41/orig 2025-01-24T08:26:36.4928348Z * [new branch] gh/yanboliang/46/base -> origin/gh/yanboliang/46/base 2025-01-24T08:26:36.4929768Z * [new branch] gh/yanboliang/46/orig -> origin/gh/yanboliang/46/orig 2025-01-24T08:26:36.4932092Z * [new branch] gh/yanboliang/47/base -> origin/gh/yanboliang/47/base 2025-01-24T08:26:36.4933444Z * [new branch] gh/yanboliang/47/head -> origin/gh/yanboliang/47/head 2025-01-24T08:26:36.4934878Z * [new branch] gh/yanboliang/47/orig -> origin/gh/yanboliang/47/orig 2025-01-24T08:26:36.4936960Z * [new branch] gh/yanboliang/48/base -> origin/gh/yanboliang/48/base 2025-01-24T08:26:36.4938369Z * [new branch] gh/yanboliang/48/head -> origin/gh/yanboliang/48/head 2025-01-24T08:26:36.4939777Z * [new branch] gh/yanboliang/48/orig -> origin/gh/yanboliang/48/orig 2025-01-24T08:26:36.4941818Z * [new branch] gh/yanboliang/49/base -> origin/gh/yanboliang/49/base 2025-01-24T08:26:36.4943183Z * [new branch] gh/yanboliang/49/head -> origin/gh/yanboliang/49/head 2025-01-24T08:26:36.4944579Z * [new branch] gh/yanboliang/49/orig -> origin/gh/yanboliang/49/orig 2025-01-24T08:26:36.4946679Z * [new branch] gh/yanboliang/50/base -> origin/gh/yanboliang/50/base 2025-01-24T08:26:36.4948113Z * [new branch] gh/yanboliang/50/head -> origin/gh/yanboliang/50/head 2025-01-24T08:26:36.4949511Z * [new branch] gh/yanboliang/50/orig -> origin/gh/yanboliang/50/orig 2025-01-24T08:26:36.4951702Z * [new branch] gh/yanboliang/51/base -> origin/gh/yanboliang/51/base 2025-01-24T08:26:36.4953123Z * [new branch] gh/yanboliang/51/orig -> origin/gh/yanboliang/51/orig 2025-01-24T08:26:36.4955251Z * [new branch] gh/yanboliang/52/base -> origin/gh/yanboliang/52/base 2025-01-24T08:26:36.4956684Z * [new branch] gh/yanboliang/52/orig -> origin/gh/yanboliang/52/orig 2025-01-24T08:26:36.4958851Z * [new branch] gh/yanboliang/53/base -> origin/gh/yanboliang/53/base 2025-01-24T08:26:36.4960262Z * [new branch] gh/yanboliang/53/orig -> origin/gh/yanboliang/53/orig 2025-01-24T08:26:36.4962393Z * [new branch] gh/yanboliang/54/base -> origin/gh/yanboliang/54/base 2025-01-24T08:26:36.4963809Z * [new branch] gh/yanboliang/54/orig -> origin/gh/yanboliang/54/orig 2025-01-24T08:26:36.4966020Z * [new branch] gh/yanboliang/55/base -> origin/gh/yanboliang/55/base 2025-01-24T08:26:36.4967604Z * [new branch] gh/yanboliang/55/head -> origin/gh/yanboliang/55/head 2025-01-24T08:26:36.4968882Z * [new branch] gh/yanboliang/55/orig -> origin/gh/yanboliang/55/orig 2025-01-24T08:26:36.4971138Z * [new branch] gh/yanboliang/56/base -> origin/gh/yanboliang/56/base 2025-01-24T08:26:36.4972535Z * [new branch] gh/yanboliang/56/head -> origin/gh/yanboliang/56/head 2025-01-24T08:26:36.4974868Z * [new branch] gh/yanboliang/56/orig -> origin/gh/yanboliang/56/orig 2025-01-24T08:26:36.4978129Z * [new branch] gh/ydwu4/1/base -> origin/gh/ydwu4/1/base 2025-01-24T08:26:36.4978305Z * [new branch] gh/ydwu4/1/head -> origin/gh/ydwu4/1/head 2025-01-24T08:26:36.4979588Z * [new branch] gh/ydwu4/1/orig -> origin/gh/ydwu4/1/orig 2025-01-24T08:26:36.4982692Z * [new branch] gh/ydwu4/153/base -> origin/gh/ydwu4/153/base 2025-01-24T08:26:36.4984435Z * [new branch] gh/ydwu4/153/head -> origin/gh/ydwu4/153/head 2025-01-24T08:26:36.4985942Z * [new branch] gh/ydwu4/153/orig -> origin/gh/ydwu4/153/orig 2025-01-24T08:26:36.4988144Z * [new branch] gh/ydwu4/157/base -> origin/gh/ydwu4/157/base 2025-01-24T08:26:36.4989496Z * [new branch] gh/ydwu4/157/head -> origin/gh/ydwu4/157/head 2025-01-24T08:26:36.4990877Z * [new branch] gh/ydwu4/157/orig -> origin/gh/ydwu4/157/orig 2025-01-24T08:26:36.4993170Z * [new branch] gh/ydwu4/168/base -> origin/gh/ydwu4/168/base 2025-01-24T08:26:36.4994617Z * [new branch] gh/ydwu4/168/head -> origin/gh/ydwu4/168/head 2025-01-24T08:26:36.4995991Z * [new branch] gh/ydwu4/168/orig -> origin/gh/ydwu4/168/orig 2025-01-24T08:26:36.4998342Z * [new branch] gh/ydwu4/175/base -> origin/gh/ydwu4/175/base 2025-01-24T08:26:36.4999741Z * [new branch] gh/ydwu4/175/head -> origin/gh/ydwu4/175/head 2025-01-24T08:26:36.5001241Z * [new branch] gh/ydwu4/175/orig -> origin/gh/ydwu4/175/orig 2025-01-24T08:26:36.5003419Z * [new branch] gh/ydwu4/179/base -> origin/gh/ydwu4/179/base 2025-01-24T08:26:36.5004830Z * [new branch] gh/ydwu4/179/head -> origin/gh/ydwu4/179/head 2025-01-24T08:26:36.5006196Z * [new branch] gh/ydwu4/179/orig -> origin/gh/ydwu4/179/orig 2025-01-24T08:26:36.5008653Z * [new branch] gh/ydwu4/180/base -> origin/gh/ydwu4/180/base 2025-01-24T08:26:36.5010072Z * [new branch] gh/ydwu4/180/head -> origin/gh/ydwu4/180/head 2025-01-24T08:26:36.5011620Z * [new branch] gh/ydwu4/180/orig -> origin/gh/ydwu4/180/orig 2025-01-24T08:26:36.5014017Z * [new branch] gh/ydwu4/189/base -> origin/gh/ydwu4/189/base 2025-01-24T08:26:36.5015607Z * [new branch] gh/ydwu4/189/head -> origin/gh/ydwu4/189/head 2025-01-24T08:26:36.5016959Z * [new branch] gh/ydwu4/189/orig -> origin/gh/ydwu4/189/orig 2025-01-24T08:26:36.5019313Z * [new branch] gh/ydwu4/190/base -> origin/gh/ydwu4/190/base 2025-01-24T08:26:36.5020726Z * [new branch] gh/ydwu4/190/head -> origin/gh/ydwu4/190/head 2025-01-24T08:26:36.5022181Z * [new branch] gh/ydwu4/190/orig -> origin/gh/ydwu4/190/orig 2025-01-24T08:26:36.5024319Z * [new branch] gh/ydwu4/191/base -> origin/gh/ydwu4/191/base 2025-01-24T08:26:36.5025777Z * [new branch] gh/ydwu4/191/head -> origin/gh/ydwu4/191/head 2025-01-24T08:26:36.5027178Z * [new branch] gh/ydwu4/191/orig -> origin/gh/ydwu4/191/orig 2025-01-24T08:26:36.5029386Z * [new branch] gh/ydwu4/193/base -> origin/gh/ydwu4/193/base 2025-01-24T08:26:36.5031130Z * [new branch] gh/ydwu4/193/head -> origin/gh/ydwu4/193/head 2025-01-24T08:26:36.5032372Z * [new branch] gh/ydwu4/193/orig -> origin/gh/ydwu4/193/orig 2025-01-24T08:26:36.5034587Z * [new branch] gh/ydwu4/194/base -> origin/gh/ydwu4/194/base 2025-01-24T08:26:36.5036049Z * [new branch] gh/ydwu4/194/head -> origin/gh/ydwu4/194/head 2025-01-24T08:26:36.5037443Z * [new branch] gh/ydwu4/194/orig -> origin/gh/ydwu4/194/orig 2025-01-24T08:26:36.5043256Z * [new branch] gh/ydwu4/195/base -> origin/gh/ydwu4/195/base 2025-01-24T08:26:36.5044678Z * [new branch] gh/ydwu4/195/head -> origin/gh/ydwu4/195/head 2025-01-24T08:26:36.5046134Z * [new branch] gh/ydwu4/195/orig -> origin/gh/ydwu4/195/orig 2025-01-24T08:26:36.5048330Z * [new branch] gh/ydwu4/196/base -> origin/gh/ydwu4/196/base 2025-01-24T08:26:36.5049747Z * [new branch] gh/ydwu4/196/head -> origin/gh/ydwu4/196/head 2025-01-24T08:26:36.5052308Z * [new branch] gh/ydwu4/196/orig -> origin/gh/ydwu4/196/orig 2025-01-24T08:26:36.5054463Z * [new branch] gh/ydwu4/197/base -> origin/gh/ydwu4/197/base 2025-01-24T08:26:36.5055854Z * [new branch] gh/ydwu4/197/head -> origin/gh/ydwu4/197/head 2025-01-24T08:26:36.5057240Z * [new branch] gh/ydwu4/197/orig -> origin/gh/ydwu4/197/orig 2025-01-24T08:26:36.5059386Z * [new branch] gh/ydwu4/198/base -> origin/gh/ydwu4/198/base 2025-01-24T08:26:36.5060862Z * [new branch] gh/ydwu4/198/head -> origin/gh/ydwu4/198/head 2025-01-24T08:26:36.5062261Z * [new branch] gh/ydwu4/198/orig -> origin/gh/ydwu4/198/orig 2025-01-24T08:26:36.5064456Z * [new branch] gh/ydwu4/199/base -> origin/gh/ydwu4/199/base 2025-01-24T08:26:36.5065962Z * [new branch] gh/ydwu4/199/head -> origin/gh/ydwu4/199/head 2025-01-24T08:26:36.5067375Z * [new branch] gh/ydwu4/199/orig -> origin/gh/ydwu4/199/orig 2025-01-24T08:26:36.5069586Z * [new branch] gh/ydwu4/200/base -> origin/gh/ydwu4/200/base 2025-01-24T08:26:36.5071110Z * [new branch] gh/ydwu4/200/head -> origin/gh/ydwu4/200/head 2025-01-24T08:26:36.5072542Z * [new branch] gh/ydwu4/200/orig -> origin/gh/ydwu4/200/orig 2025-01-24T08:26:36.5074995Z * [new branch] gh/ydwu4/201/base -> origin/gh/ydwu4/201/base 2025-01-24T08:26:36.5076395Z * [new branch] gh/ydwu4/201/head -> origin/gh/ydwu4/201/head 2025-01-24T08:26:36.5077783Z * [new branch] gh/ydwu4/201/orig -> origin/gh/ydwu4/201/orig 2025-01-24T08:26:36.5080010Z * [new branch] gh/ydwu4/7/base -> origin/gh/ydwu4/7/base 2025-01-24T08:26:36.5081517Z * [new branch] gh/ydwu4/7/head -> origin/gh/ydwu4/7/head 2025-01-24T08:26:36.5082884Z * [new branch] gh/ydwu4/7/orig -> origin/gh/ydwu4/7/orig 2025-01-24T08:26:36.5085676Z * [new branch] gh/yf225/127/base -> origin/gh/yf225/127/base 2025-01-24T08:26:36.5087099Z * [new branch] gh/yf225/127/head -> origin/gh/yf225/127/head 2025-01-24T08:26:36.5088486Z * [new branch] gh/yf225/127/orig -> origin/gh/yf225/127/orig 2025-01-24T08:26:36.5090789Z * [new branch] gh/yf225/132/base -> origin/gh/yf225/132/base 2025-01-24T08:26:36.5092331Z * [new branch] gh/yf225/132/head -> origin/gh/yf225/132/head 2025-01-24T08:26:36.5093724Z * [new branch] gh/yf225/132/orig -> origin/gh/yf225/132/orig 2025-01-24T08:26:36.5095897Z * [new branch] gh/yf225/133/base -> origin/gh/yf225/133/base 2025-01-24T08:26:36.5097471Z * [new branch] gh/yf225/133/head -> origin/gh/yf225/133/head 2025-01-24T08:26:36.5099538Z * [new branch] gh/yf225/139/base -> origin/gh/yf225/139/base 2025-01-24T08:26:36.5102361Z * [new branch] gh/yf225/139/head -> origin/gh/yf225/139/head 2025-01-24T08:26:36.5103750Z * [new branch] gh/yf225/139/orig -> origin/gh/yf225/139/orig 2025-01-24T08:26:36.5105906Z * [new branch] gh/yf225/151/base -> origin/gh/yf225/151/base 2025-01-24T08:26:36.5107349Z * [new branch] gh/yf225/151/head -> origin/gh/yf225/151/head 2025-01-24T08:26:36.5108766Z * [new branch] gh/yf225/151/orig -> origin/gh/yf225/151/orig 2025-01-24T08:26:36.5111015Z * [new branch] gh/yf225/156/base -> origin/gh/yf225/156/base 2025-01-24T08:26:36.5112419Z * [new branch] gh/yf225/156/head -> origin/gh/yf225/156/head 2025-01-24T08:26:36.5113817Z * [new branch] gh/yf225/156/orig -> origin/gh/yf225/156/orig 2025-01-24T08:26:36.5116042Z * [new branch] gh/yf225/157/base -> origin/gh/yf225/157/base 2025-01-24T08:26:36.5117419Z * [new branch] gh/yf225/157/head -> origin/gh/yf225/157/head 2025-01-24T08:26:36.5118831Z * [new branch] gh/yf225/157/orig -> origin/gh/yf225/157/orig 2025-01-24T08:26:36.5121286Z * [new branch] gh/yf225/158/base -> origin/gh/yf225/158/base 2025-01-24T08:26:36.5122676Z * [new branch] gh/yf225/158/head -> origin/gh/yf225/158/head 2025-01-24T08:26:36.5124085Z * [new branch] gh/yf225/158/orig -> origin/gh/yf225/158/orig 2025-01-24T08:26:36.5126260Z * [new branch] gh/yf225/159/base -> origin/gh/yf225/159/base 2025-01-24T08:26:36.5127664Z * [new branch] gh/yf225/159/head -> origin/gh/yf225/159/head 2025-01-24T08:26:36.5129086Z * [new branch] gh/yf225/159/orig -> origin/gh/yf225/159/orig 2025-01-24T08:26:36.5131471Z * [new branch] gh/yf225/160/base -> origin/gh/yf225/160/base 2025-01-24T08:26:36.5132878Z * [new branch] gh/yf225/160/head -> origin/gh/yf225/160/head 2025-01-24T08:26:36.5134248Z * [new branch] gh/yf225/160/orig -> origin/gh/yf225/160/orig 2025-01-24T08:26:36.5136348Z * [new branch] gh/yf225/162/base -> origin/gh/yf225/162/base 2025-01-24T08:26:36.5137711Z * [new branch] gh/yf225/162/head -> origin/gh/yf225/162/head 2025-01-24T08:26:36.5139099Z * [new branch] gh/yf225/162/orig -> origin/gh/yf225/162/orig 2025-01-24T08:26:36.5141248Z * [new branch] gh/yf225/163/base -> origin/gh/yf225/163/base 2025-01-24T08:26:36.5142661Z * [new branch] gh/yf225/163/head -> origin/gh/yf225/163/head 2025-01-24T08:26:36.5144054Z * [new branch] gh/yf225/163/orig -> origin/gh/yf225/163/orig 2025-01-24T08:26:36.5146177Z * [new branch] gh/yf225/85/base -> origin/gh/yf225/85/base 2025-01-24T08:26:36.5147609Z * [new branch] gh/yf225/85/head -> origin/gh/yf225/85/head 2025-01-24T08:26:36.5149048Z * [new branch] gh/yf225/85/orig -> origin/gh/yf225/85/orig 2025-01-24T08:26:36.5151197Z * [new branch] gh/yf225/93/base -> origin/gh/yf225/93/base 2025-01-24T08:26:36.5152601Z * [new branch] gh/yf225/93/head -> origin/gh/yf225/93/head 2025-01-24T08:26:36.5155820Z * [new branch] gh/yifuwang/152/base -> origin/gh/yifuwang/152/base 2025-01-24T08:26:36.5157448Z * [new branch] gh/yifuwang/152/head -> origin/gh/yifuwang/152/head 2025-01-24T08:26:36.5158916Z * [new branch] gh/yifuwang/152/orig -> origin/gh/yifuwang/152/orig 2025-01-24T08:26:36.5161288Z * [new branch] gh/yifuwang/163/base -> origin/gh/yifuwang/163/base 2025-01-24T08:26:36.5162558Z * [new branch] gh/yifuwang/163/head -> origin/gh/yifuwang/163/head 2025-01-24T08:26:36.5163941Z * [new branch] gh/yifuwang/163/orig -> origin/gh/yifuwang/163/orig 2025-01-24T08:26:36.5166071Z * [new branch] gh/yifuwang/174/base -> origin/gh/yifuwang/174/base 2025-01-24T08:26:36.5167484Z * [new branch] gh/yifuwang/174/head -> origin/gh/yifuwang/174/head 2025-01-24T08:26:36.5168879Z * [new branch] gh/yifuwang/174/orig -> origin/gh/yifuwang/174/orig 2025-01-24T08:26:36.5171654Z * [new branch] gh/yifuwang/183/base -> origin/gh/yifuwang/183/base 2025-01-24T08:26:36.5173119Z * [new branch] gh/yifuwang/183/head -> origin/gh/yifuwang/183/head 2025-01-24T08:26:36.5174525Z * [new branch] gh/yifuwang/183/orig -> origin/gh/yifuwang/183/orig 2025-01-24T08:26:36.5176663Z * [new branch] gh/yifuwang/184/base -> origin/gh/yifuwang/184/base 2025-01-24T08:26:36.5178093Z * [new branch] gh/yifuwang/184/head -> origin/gh/yifuwang/184/head 2025-01-24T08:26:36.5179485Z * [new branch] gh/yifuwang/184/orig -> origin/gh/yifuwang/184/orig 2025-01-24T08:26:36.5181622Z * [new branch] gh/yifuwang/185/base -> origin/gh/yifuwang/185/base 2025-01-24T08:26:36.5183008Z * [new branch] gh/yifuwang/185/head -> origin/gh/yifuwang/185/head 2025-01-24T08:26:36.5184401Z * [new branch] gh/yifuwang/185/orig -> origin/gh/yifuwang/185/orig 2025-01-24T08:26:36.5186534Z * [new branch] gh/yifuwang/186/base -> origin/gh/yifuwang/186/base 2025-01-24T08:26:36.5187939Z * [new branch] gh/yifuwang/186/head -> origin/gh/yifuwang/186/head 2025-01-24T08:26:36.5189347Z * [new branch] gh/yifuwang/186/orig -> origin/gh/yifuwang/186/orig 2025-01-24T08:26:36.5192225Z * [new branch] gh/yiming0416/1/base -> origin/gh/yiming0416/1/base 2025-01-24T08:26:36.5193638Z * [new branch] gh/yiming0416/1/head -> origin/gh/yiming0416/1/head 2025-01-24T08:26:36.5195656Z * [new branch] gh/yiming0416/2/base -> origin/gh/yiming0416/2/base 2025-01-24T08:26:36.5197008Z * [new branch] gh/yiming0416/2/head -> origin/gh/yiming0416/2/head 2025-01-24T08:26:36.5199784Z * [new branch] gh/ysiraichi/78/base -> origin/gh/ysiraichi/78/base 2025-01-24T08:26:36.5201189Z * [new branch] gh/ysiraichi/78/head -> origin/gh/ysiraichi/78/head 2025-01-24T08:26:36.5202741Z * [new branch] gh/ysiraichi/78/orig -> origin/gh/ysiraichi/78/orig 2025-01-24T08:26:36.5204877Z * [new branch] gh/ysiraichi/79/base -> origin/gh/ysiraichi/79/base 2025-01-24T08:26:36.5206298Z * [new branch] gh/ysiraichi/79/head -> origin/gh/ysiraichi/79/head 2025-01-24T08:26:36.5207817Z * [new branch] gh/ysiraichi/79/orig -> origin/gh/ysiraichi/79/orig 2025-01-24T08:26:36.5209922Z * [new branch] gh/ysiraichi/80/base -> origin/gh/ysiraichi/80/base 2025-01-24T08:26:36.5211467Z * [new branch] gh/ysiraichi/80/head -> origin/gh/ysiraichi/80/head 2025-01-24T08:26:36.5213015Z * [new branch] gh/ysiraichi/80/orig -> origin/gh/ysiraichi/80/orig 2025-01-24T08:26:36.5215929Z * [new branch] gh/yushangdi/2/base -> origin/gh/yushangdi/2/base 2025-01-24T08:26:36.5217394Z * [new branch] gh/yushangdi/2/orig -> origin/gh/yushangdi/2/orig 2025-01-24T08:26:36.5220234Z * [new branch] gh/zhuhaozhe/28/base -> origin/gh/zhuhaozhe/28/base 2025-01-24T08:26:36.5221615Z * [new branch] gh/zhuhaozhe/28/head -> origin/gh/zhuhaozhe/28/head 2025-01-24T08:26:36.5223202Z * [new branch] gh/zhuhaozhe/28/orig -> origin/gh/zhuhaozhe/28/orig 2025-01-24T08:26:36.5225283Z * [new branch] gh/zhuhaozhe/29/base -> origin/gh/zhuhaozhe/29/base 2025-01-24T08:26:36.5226691Z * [new branch] gh/zhuhaozhe/29/head -> origin/gh/zhuhaozhe/29/head 2025-01-24T08:26:36.5228059Z * [new branch] gh/zhuhaozhe/29/orig -> origin/gh/zhuhaozhe/29/orig 2025-01-24T08:26:36.5230157Z * [new branch] gh/zhuhaozhe/31/base -> origin/gh/zhuhaozhe/31/base 2025-01-24T08:26:36.5231570Z * [new branch] gh/zhuhaozhe/31/head -> origin/gh/zhuhaozhe/31/head 2025-01-24T08:26:36.5232967Z * [new branch] gh/zhuhaozhe/31/orig -> origin/gh/zhuhaozhe/31/orig 2025-01-24T08:26:36.5235071Z * [new branch] gh/zhuhaozhe/32/base -> origin/gh/zhuhaozhe/32/base 2025-01-24T08:26:36.5236473Z * [new branch] gh/zhuhaozhe/32/head -> origin/gh/zhuhaozhe/32/head 2025-01-24T08:26:36.5237884Z * [new branch] gh/zhuhaozhe/32/orig -> origin/gh/zhuhaozhe/32/orig 2025-01-24T08:26:36.5240005Z * [new branch] gh/zhuhaozhe/33/base -> origin/gh/zhuhaozhe/33/base 2025-01-24T08:26:36.5241371Z * [new branch] gh/zhuhaozhe/33/head -> origin/gh/zhuhaozhe/33/head 2025-01-24T08:26:36.5242777Z * [new branch] gh/zhuhaozhe/33/orig -> origin/gh/zhuhaozhe/33/orig 2025-01-24T08:26:36.5245599Z * [new branch] gh/zoranzhao/1/base -> origin/gh/zoranzhao/1/base 2025-01-24T08:26:36.5247003Z * [new branch] gh/zoranzhao/1/orig -> origin/gh/zoranzhao/1/orig 2025-01-24T08:26:36.5249897Z * [new branch] gh/zou3519/1072/base -> origin/gh/zou3519/1072/base 2025-01-24T08:26:36.5251482Z * [new branch] gh/zou3519/1072/head -> origin/gh/zou3519/1072/head 2025-01-24T08:26:36.5252986Z * [new branch] gh/zou3519/1072/orig -> origin/gh/zou3519/1072/orig 2025-01-24T08:26:36.5255165Z * [new branch] gh/zou3519/1075/base -> origin/gh/zou3519/1075/base 2025-01-24T08:26:36.5256601Z * [new branch] gh/zou3519/1075/head -> origin/gh/zou3519/1075/head 2025-01-24T08:26:36.5258000Z * [new branch] gh/zou3519/1075/orig -> origin/gh/zou3519/1075/orig 2025-01-24T08:26:36.5260139Z * [new branch] gh/zou3519/1077/base -> origin/gh/zou3519/1077/base 2025-01-24T08:26:36.5261582Z * [new branch] gh/zou3519/1077/head -> origin/gh/zou3519/1077/head 2025-01-24T08:26:36.5263093Z * [new branch] gh/zou3519/1077/orig -> origin/gh/zou3519/1077/orig 2025-01-24T08:26:36.5265209Z * [new branch] gh/zou3519/1080/base -> origin/gh/zou3519/1080/base 2025-01-24T08:26:36.5266590Z * [new branch] gh/zou3519/1080/head -> origin/gh/zou3519/1080/head 2025-01-24T08:26:36.5268139Z * [new branch] gh/zou3519/1080/orig -> origin/gh/zou3519/1080/orig 2025-01-24T08:26:36.5270243Z * [new branch] gh/zou3519/1081/base -> origin/gh/zou3519/1081/base 2025-01-24T08:26:36.5271620Z * [new branch] gh/zou3519/1081/head -> origin/gh/zou3519/1081/head 2025-01-24T08:26:36.5273251Z * [new branch] gh/zou3519/1081/orig -> origin/gh/zou3519/1081/orig 2025-01-24T08:26:36.5275440Z * [new branch] gh/zou3519/1088/base -> origin/gh/zou3519/1088/base 2025-01-24T08:26:36.5276830Z * [new branch] gh/zou3519/1088/head -> origin/gh/zou3519/1088/head 2025-01-24T08:26:36.5278258Z * [new branch] gh/zou3519/1088/orig -> origin/gh/zou3519/1088/orig 2025-01-24T08:26:36.5280443Z * [new branch] gh/zou3519/1095/base -> origin/gh/zou3519/1095/base 2025-01-24T08:26:36.5281846Z * [new branch] gh/zou3519/1095/head -> origin/gh/zou3519/1095/head 2025-01-24T08:26:36.5283533Z * [new branch] gh/zou3519/1095/orig -> origin/gh/zou3519/1095/orig 2025-01-24T08:26:36.5285542Z * [new branch] gh/zou3519/1105/base -> origin/gh/zou3519/1105/base 2025-01-24T08:26:36.5287036Z * [new branch] gh/zou3519/1105/head -> origin/gh/zou3519/1105/head 2025-01-24T08:26:36.5288482Z * [new branch] gh/zou3519/1105/orig -> origin/gh/zou3519/1105/orig 2025-01-24T08:26:36.5291730Z * [new branch] gh/zou3519/1106/base -> origin/gh/zou3519/1106/base 2025-01-24T08:26:36.5293326Z * [new branch] gh/zou3519/1106/head -> origin/gh/zou3519/1106/head 2025-01-24T08:26:36.5294887Z * [new branch] gh/zou3519/1106/orig -> origin/gh/zou3519/1106/orig 2025-01-24T08:26:36.5297131Z * [new branch] gh/zou3519/1107/base -> origin/gh/zou3519/1107/base 2025-01-24T08:26:36.5298584Z * [new branch] gh/zou3519/1107/head -> origin/gh/zou3519/1107/head 2025-01-24T08:26:36.5300009Z * [new branch] gh/zou3519/1107/orig -> origin/gh/zou3519/1107/orig 2025-01-24T08:26:36.5302303Z * [new branch] gh/zou3519/1108/base -> origin/gh/zou3519/1108/base 2025-01-24T08:26:36.5303760Z * [new branch] gh/zou3519/1108/head -> origin/gh/zou3519/1108/head 2025-01-24T08:26:36.5305262Z * [new branch] gh/zou3519/1108/orig -> origin/gh/zou3519/1108/orig 2025-01-24T08:26:36.5307538Z * [new branch] gh/zou3519/1109/base -> origin/gh/zou3519/1109/base 2025-01-24T08:26:36.5309029Z * [new branch] gh/zou3519/1109/head -> origin/gh/zou3519/1109/head 2025-01-24T08:26:36.5310496Z * [new branch] gh/zou3519/1109/orig -> origin/gh/zou3519/1109/orig 2025-01-24T08:26:36.5312786Z * [new branch] gh/zou3519/1110/base -> origin/gh/zou3519/1110/base 2025-01-24T08:26:36.5314251Z * [new branch] gh/zou3519/1110/head -> origin/gh/zou3519/1110/head 2025-01-24T08:26:36.5315750Z * [new branch] gh/zou3519/1110/orig -> origin/gh/zou3519/1110/orig 2025-01-24T08:26:36.5318232Z * [new branch] gh/zou3519/1111/base -> origin/gh/zou3519/1111/base 2025-01-24T08:26:36.5319636Z * [new branch] gh/zou3519/1111/head -> origin/gh/zou3519/1111/head 2025-01-24T08:26:36.5321038Z * [new branch] gh/zou3519/1111/orig -> origin/gh/zou3519/1111/orig 2025-01-24T08:26:36.5323210Z * [new branch] gh/zou3519/1112/base -> origin/gh/zou3519/1112/base 2025-01-24T08:26:36.5324713Z * [new branch] gh/zou3519/1112/head -> origin/gh/zou3519/1112/head 2025-01-24T08:26:36.5326066Z * [new branch] gh/zou3519/1112/orig -> origin/gh/zou3519/1112/orig 2025-01-24T08:26:36.5328280Z * [new branch] gh/zou3519/1113/base -> origin/gh/zou3519/1113/base 2025-01-24T08:26:36.5329744Z * [new branch] gh/zou3519/1113/head -> origin/gh/zou3519/1113/head 2025-01-24T08:26:36.5331313Z * [new branch] gh/zou3519/1113/orig -> origin/gh/zou3519/1113/orig 2025-01-24T08:26:36.5333504Z * [new branch] gh/zou3519/1114/base -> origin/gh/zou3519/1114/base 2025-01-24T08:26:36.5335107Z * [new branch] gh/zou3519/1114/head -> origin/gh/zou3519/1114/head 2025-01-24T08:26:36.5336569Z * [new branch] gh/zou3519/1114/orig -> origin/gh/zou3519/1114/orig 2025-01-24T08:26:36.5338565Z * [new branch] gh/zou3519/1115/base -> origin/gh/zou3519/1115/base 2025-01-24T08:26:36.5339992Z * [new branch] gh/zou3519/1115/head -> origin/gh/zou3519/1115/head 2025-01-24T08:26:36.5341485Z * [new branch] gh/zou3519/1115/orig -> origin/gh/zou3519/1115/orig 2025-01-24T08:26:36.5343675Z * [new branch] gh/zou3519/1116/base -> origin/gh/zou3519/1116/base 2025-01-24T08:26:36.5345675Z * [new branch] gh/zou3519/1116/head -> origin/gh/zou3519/1116/head 2025-01-24T08:26:36.5346988Z * [new branch] gh/zou3519/1116/orig -> origin/gh/zou3519/1116/orig 2025-01-24T08:26:36.5349109Z * [new branch] gh/zou3519/1117/base -> origin/gh/zou3519/1117/base 2025-01-24T08:26:36.5350547Z * [new branch] gh/zou3519/1117/head -> origin/gh/zou3519/1117/head 2025-01-24T08:26:36.5352002Z * [new branch] gh/zou3519/1117/orig -> origin/gh/zou3519/1117/orig 2025-01-24T08:26:36.5354127Z * [new branch] gh/zou3519/1118/base -> origin/gh/zou3519/1118/base 2025-01-24T08:26:36.5355569Z * [new branch] gh/zou3519/1118/head -> origin/gh/zou3519/1118/head 2025-01-24T08:26:36.5357567Z * [new branch] gh/zou3519/1119/base -> origin/gh/zou3519/1119/base 2025-01-24T08:26:36.5358993Z * [new branch] gh/zou3519/1119/head -> origin/gh/zou3519/1119/head 2025-01-24T08:26:36.5361275Z * [new branch] gh/zou3519/702/base -> origin/gh/zou3519/702/base 2025-01-24T08:26:36.5362643Z * [new branch] gh/zou3519/702/head -> origin/gh/zou3519/702/head 2025-01-24T08:26:36.5363960Z * [new branch] gh/zou3519/702/orig -> origin/gh/zou3519/702/orig 2025-01-24T08:26:36.5366225Z * [new branch] gh/zou3519/703/base -> origin/gh/zou3519/703/base 2025-01-24T08:26:36.5367557Z * [new branch] gh/zou3519/703/head -> origin/gh/zou3519/703/head 2025-01-24T08:26:36.5368881Z * [new branch] gh/zou3519/703/orig -> origin/gh/zou3519/703/orig 2025-01-24T08:26:36.5371340Z * [new branch] gh/zou3519/704/base -> origin/gh/zou3519/704/base 2025-01-24T08:26:36.5372709Z * [new branch] gh/zou3519/704/head -> origin/gh/zou3519/704/head 2025-01-24T08:26:36.5374030Z * [new branch] gh/zou3519/704/orig -> origin/gh/zou3519/704/orig 2025-01-24T08:26:36.5376267Z * [new branch] gh/zou3519/709/base -> origin/gh/zou3519/709/base 2025-01-24T08:26:36.5377749Z * [new branch] gh/zou3519/709/head -> origin/gh/zou3519/709/head 2025-01-24T08:26:36.5379200Z * [new branch] gh/zou3519/709/orig -> origin/gh/zou3519/709/orig 2025-01-24T08:26:36.5381629Z * [new branch] gh/zou3519/754/base -> origin/gh/zou3519/754/base 2025-01-24T08:26:36.5383000Z * [new branch] gh/zou3519/754/head -> origin/gh/zou3519/754/head 2025-01-24T08:26:36.5384515Z * [new branch] gh/zou3519/754/orig -> origin/gh/zou3519/754/orig 2025-01-24T08:26:36.5386663Z * [new branch] gh/zou3519/916/base -> origin/gh/zou3519/916/base 2025-01-24T08:26:36.5388117Z * [new branch] gh/zou3519/916/head -> origin/gh/zou3519/916/head 2025-01-24T08:26:36.5389927Z * [new branch] google-main -> origin/google-main 2025-01-24T08:26:36.5391730Z * [new branch] groupwise_gemm_multithreading -> origin/groupwise_gemm_multithreading 2025-01-24T08:26:36.5393997Z * [new branch] guangyey/acc_fix -> origin/guangyey/acc_fix 2025-01-24T08:26:36.5395403Z * [new branch] guangyey/external_stream -> origin/guangyey/external_stream 2025-01-24T08:26:36.5396680Z * [new branch] guangyey/host_alloc -> origin/guangyey/host_alloc 2025-01-24T08:26:36.5398040Z * [new branch] guangyey/test_2025 -> origin/guangyey/test_2025 2025-01-24T08:26:36.5399668Z * [new branch] guard_source1 -> origin/guard_source1 2025-01-24T08:26:36.5401288Z * [new branch] guard_system -> origin/guard_system 2025-01-24T08:26:36.5402946Z * [new branch] guards-cpp -> origin/guards-cpp 2025-01-24T08:26:36.5405478Z * [new branch] guilhermeleobas/cherry-pick-55d87d9dfd9 -> origin/guilhermeleobas/cherry-pick-55d87d9dfd9 2025-01-24T08:26:36.5407483Z * [new branch] haozhe/bf16-dynamic-shape -> origin/haozhe/bf16-dynamic-shape 2025-01-24T08:26:36.5409101Z * [new branch] higher_order_ops_gb -> origin/higher_order_ops_gb 2025-01-24T08:26:36.5410887Z * [new branch] hl475-patch-1 -> origin/hl475-patch-1 2025-01-24T08:26:36.5412480Z * [new branch] hoy-update-wheel -> origin/hoy-update-wheel 2025-01-24T08:26:36.5415194Z * [new branch] hoy/autofdo/xblock -> origin/hoy/autofdo/xblock 2025-01-24T08:26:36.5417264Z * [new branch] hoy/autotune/nreg -> origin/hoy/autotune/nreg 2025-01-24T08:26:36.5418812Z * [new branch] hoy/autotune/numwarps -> origin/hoy/autotune/numwarps 2025-01-24T08:26:36.5420115Z * [new branch] hoy/mmsplitk -> origin/hoy/mmsplitk 2025-01-24T08:26:36.5421453Z * [new branch] hoy/triton-PR3973 -> origin/hoy/triton-PR3973 2025-01-24T08:26:36.5423000Z * [new branch] hoy/triton-coalescing-baseline -> origin/hoy/triton-coalescing-baseline 2025-01-24T08:26:36.5424374Z * [new branch] hoy/triton-coalescing-min -> origin/hoy/triton-coalescing-min 2025-01-24T08:26:36.5425681Z * [new branch] hoy/triton-coalescing-new -> origin/hoy/triton-coalescing-new 2025-01-24T08:26:36.5427052Z * [new branch] hoy/triton-coalescing-vec -> origin/hoy/triton-coalescing-vec 2025-01-24T08:26:36.5428417Z * [new branch] hoy/ws -> origin/hoy/ws 2025-01-24T08:26:36.5430521Z * [new branch] ignore_lint_in_revs -> origin/ignore_lint_in_revs 2025-01-24T08:26:36.5432047Z * [new branch] improve_vec_log -> origin/improve_vec_log 2025-01-24T08:26:36.5433861Z * [new branch] increase-perf-benchmark-shard -> origin/increase-perf-benchmark-shard 2025-01-24T08:26:36.5435502Z * [new branch] inductor_layout_opt_rocm_disable -> origin/inductor_layout_opt_rocm_disable 2025-01-24T08:26:36.5437146Z * [new branch] inline -> origin/inline 2025-01-24T08:26:36.5438773Z * [new branch] inlining -> origin/inlining 2025-01-24T08:26:36.5440472Z * [new branch] inlining-ezyang -> origin/inlining-ezyang 2025-01-24T08:26:36.5442061Z * [new branch] int8_sdpa -> origin/int8_sdpa 2025-01-24T08:26:36.5443642Z * [new branch] invoke-subgraph -> origin/invoke-subgraph 2025-01-24T08:26:36.5445743Z * [new branch] ios-mac-m1 -> origin/ios-mac-m1 2025-01-24T08:26:36.5447910Z * [new branch] ipiszy/cutlass -> origin/ipiszy/cutlass 2025-01-24T08:26:36.5449210Z * [new branch] ipiszy/fix -> origin/ipiszy/fix 2025-01-24T08:26:36.5450635Z * [new branch] ipiszy/fp8_test -> origin/ipiszy/fp8_test 2025-01-24T08:26:36.5452664Z * [new branch] ipiszy/mypy -> origin/ipiszy/mypy 2025-01-24T08:26:36.5454329Z * [new branch] issue#58739 -> origin/issue#58739 2025-01-24T08:26:36.5456650Z * [new branch] ivanov/cherry-pick-ckpt-fixes -> origin/ivanov/cherry-pick-ckpt-fixes 2025-01-24T08:26:36.5458246Z * [new branch] jataylo-nvfuser_blocklist -> origin/jataylo-nvfuser_blocklist 2025-01-24T08:26:36.5459914Z * [new branch] jcaip-patch-1 -> origin/jcaip-patch-1 2025-01-24T08:26:36.5462072Z * [new branch] jcaip/fix-int8-bug -> origin/jcaip/fix-int8-bug 2025-01-24T08:26:36.5463450Z * [new branch] jcaip/fix-int8-bug-alpha -> origin/jcaip/fix-int8-bug-alpha 2025-01-24T08:26:36.5465117Z * [new branch] jcaip/test-cusparselt-version-0.6.2 -> origin/jcaip/test-cusparselt-version-0.6.2 2025-01-24T08:26:36.5466319Z * [new branch] jcaip/torch-compile-sparse -> origin/jcaip/torch-compile-sparse 2025-01-24T08:26:36.5467934Z * [new branch] jcaip/update-benchmarks -> origin/jcaip/update-benchmarks 2025-01-24T08:26:36.5469306Z * [new branch] jcaip/update-cusparselt-0.6.2 -> origin/jcaip/update-cusparselt-0.6.2 2025-01-24T08:26:36.5471527Z * [new branch] jon-chuang/compile-config-hash -> origin/jon-chuang/compile-config-hash 2025-01-24T08:26:36.5472816Z * [new branch] jon-chuang/compile-ignored -> origin/jon-chuang/compile-ignored 2025-01-24T08:26:36.5475007Z * [new branch] justinchu/docs-conf -> origin/justinchu/docs-conf 2025-01-24T08:26:36.5476449Z * [new branch] justinchu/safe-tensors -> origin/justinchu/safe-tensors 2025-01-24T08:26:36.5478057Z * [new branch] justinchuby-patch-1 -> origin/justinchuby-patch-1 2025-01-24T08:26:36.5480433Z * [new branch] jwagantall/migrate-checkout -> origin/jwagantall/migrate-checkout 2025-01-24T08:26:36.5482564Z * [new branch] jz/istft -> origin/jz/istft 2025-01-24T08:26:36.5483922Z * [new branch] jz/masked-select-decomp -> origin/jz/masked-select-decomp 2025-01-24T08:26:36.5485184Z * [new branch] jz/stft -> origin/jz/stft 2025-01-24T08:26:36.5486547Z * [new branch] jz/stft-old-fc -> origin/jz/stft-old-fc 2025-01-24T08:26:36.5488726Z * [new branch] kadeng/dev-1 -> origin/kadeng/dev-1 2025-01-24T08:26:36.5491342Z * [new branch] kadeng/inductor-backend/cutlass-evt-fusion-1 -> origin/kadeng/inductor-backend/cutlass-evt-fusion-1 2025-01-24T08:26:36.5492723Z * [new branch] kadeng/inductor-cutlass-epilogue -> origin/kadeng/inductor-cutlass-epilogue 2025-01-24T08:26:36.5494855Z * [new branch] kenjin/call_method_userdefined -> origin/kenjin/call_method_userdefined 2025-01-24T08:26:36.5496133Z * [new branch] kenjin/lambdas -> origin/kenjin/lambdas 2025-01-24T08:26:36.5497512Z * [new branch] kenjin/norefcycles -> origin/kenjin/norefcycles 2025-01-24T08:26:36.5499494Z * [new branch] kineto_warnings_fix -> origin/kineto_warnings_fix 2025-01-24T08:26:36.5501069Z * [new branch] kit1980-patch-2 -> origin/kit1980-patch-2 2025-01-24T08:26:36.5502650Z * [new branch] kleidiai_github_mirror -> origin/kleidiai_github_mirror 2025-01-24T08:26:36.5505001Z * [new branch] klondenberg/cutlass -> origin/klondenberg/cutlass 2025-01-24T08:26:36.5506525Z * [new branch] layernorm_bias_fix -> origin/layernorm_bias_fix 2025-01-24T08:26:36.5508870Z * [new branch] leslie/enable_poc_reduction_fusion -> origin/leslie/enable_poc_reduction_fusion 2025-01-24T08:26:36.5510291Z * [new branch] leslie/test_group_gemm_epilogues -> origin/leslie/test_group_gemm_epilogues 2025-01-24T08:26:36.5512531Z * [new branch] liaoxuan/fuse_attention_pattern -> origin/liaoxuan/fuse_attention_pattern 2025-01-24T08:26:36.5515247Z * [new branch] lts/release/1.8 -> origin/lts/release/1.8 2025-01-24T08:26:36.5516849Z * [new branch] main -> origin/main 2025-01-24T08:26:36.5518565Z * [new branch] main-update-cusparselt-0.6.3 -> origin/main-update-cusparselt-0.6.3 2025-01-24T08:26:36.5520105Z * [new branch] malfet-patch-1 -> origin/malfet-patch-1 2025-01-24T08:26:36.5521689Z * [new branch] malfet-patch-14 -> origin/malfet-patch-14 2025-01-24T08:26:36.5523263Z * [new branch] malfet-patch-15 -> origin/malfet-patch-15 2025-01-24T08:26:36.5525161Z * [new branch] malfet-patch-16 -> origin/malfet-patch-16 2025-01-24T08:26:36.5526596Z * [new branch] malfet-patch-17 -> origin/malfet-patch-17 2025-01-24T08:26:36.5528147Z * [new branch] malfet-patch-18 -> origin/malfet-patch-18 2025-01-24T08:26:36.5529814Z * [new branch] malfet-patch-19 -> origin/malfet-patch-19 2025-01-24T08:26:36.5532228Z * [new branch] malfet-patch-2 -> origin/malfet-patch-2 2025-01-24T08:26:36.5533845Z * [new branch] malfet-patch-20 -> origin/malfet-patch-20 2025-01-24T08:26:36.5535436Z * [new branch] malfet-patch-21 -> origin/malfet-patch-21 2025-01-24T08:26:36.5537117Z * [new branch] malfet-patch-22 -> origin/malfet-patch-22 2025-01-24T08:26:36.5538710Z * [new branch] malfet-patch-22-1 -> origin/malfet-patch-22-1 2025-01-24T08:26:36.5540340Z * [new branch] malfet-patch-23 -> origin/malfet-patch-23 2025-01-24T08:26:36.5541969Z * [new branch] malfet-patch-24 -> origin/malfet-patch-24 2025-01-24T08:26:36.5543527Z * [new branch] malfet-patch-25 -> origin/malfet-patch-25 2025-01-24T08:26:36.5545156Z * [new branch] malfet-patch-3 -> origin/malfet-patch-3 2025-01-24T08:26:36.5546674Z * [new branch] malfet-patch-32 -> origin/malfet-patch-32 2025-01-24T08:26:36.5548667Z * [new branch] malfet-patch-4 -> origin/malfet-patch-4 2025-01-24T08:26:36.5550235Z * [new branch] malfet-patch-42 -> origin/malfet-patch-42 2025-01-24T08:26:36.5551860Z * [new branch] malfet-patch-5 -> origin/malfet-patch-5 2025-01-24T08:26:36.5553593Z * [new branch] malfet-patch-6 -> origin/malfet-patch-6 2025-01-24T08:26:36.5555196Z * [new branch] malfet-patch-9 -> origin/malfet-patch-9 2025-01-24T08:26:36.5557640Z * [new branch] malfet/add-ami-option-to-instance-allocation -> origin/malfet/add-ami-option-to-instance-allocation 2025-01-24T08:26:36.5558870Z * [new branch] malfet/add-benchmark-func -> origin/malfet/add-benchmark-func 2025-01-24T08:26:36.5560292Z * [new branch] malfet/add-get-dtype-supported -> origin/malfet/add-get-dtype-supported 2025-01-24T08:26:36.5561610Z * [new branch] malfet/add-mps-inductor-nan -> origin/malfet/add-mps-inductor-nan 2025-01-24T08:26:36.5563101Z * [new branch] malfet/add-nan-to-int-conversion-check-cpu -> origin/malfet/add-nan-to-int-conversion-check-cpu 2025-01-24T08:26:36.5564402Z * [new branch] malfet/cp-143934-and-144055 -> origin/malfet/cp-143934-and-144055 2025-01-24T08:26:36.5565754Z * [new branch] malfet/cp-144716-144698 -> origin/malfet/cp-144716-144698 2025-01-24T08:26:36.5567161Z * [new branch] malfet/delete-find-openmp -> origin/malfet/delete-find-openmp 2025-01-24T08:26:36.5568536Z * [new branch] malfet/ez-cleanup-test -> origin/malfet/ez-cleanup-test 2025-01-24T08:26:36.5569960Z * [new branch] malfet/fix-conv-backward-cl-2 -> origin/malfet/fix-conv-backward-cl-2 2025-01-24T08:26:36.5571524Z * [new branch] malfet/fix-index-printing -> origin/malfet/fix-index-printing 2025-01-24T08:26:36.5572880Z * [new branch] malfet/mps-add-bilineard2d-aa -> origin/malfet/mps-add-bilineard2d-aa 2025-01-24T08:26:36.5574249Z * [new branch] malfet/mps-implement-col2im -> origin/malfet/mps-implement-col2im 2025-01-24T08:26:36.5575729Z * [new branch] malfet/mpsinductor-add-check-bounds -> origin/malfet/mpsinductor-add-check-bounds 2025-01-24T08:26:36.5577070Z * [new branch] malfet/mpsinductor-add-sizevars -> origin/malfet/mpsinductor-add-sizevars 2025-01-24T08:26:36.5578463Z * [new branch] malfet/mpsinductor-fix-where -> origin/malfet/mpsinductor-fix-where 2025-01-24T08:26:36.5580087Z * [new branch] malfet/mpsinductor-implement-bitcasts -> origin/malfet/mpsinductor-implement-bitcasts 2025-01-24T08:26:36.5581430Z * [new branch] maxautotune_big_gpu -> origin/maxautotune_big_gpu 2025-01-24T08:26:36.5583579Z * [new branch] mcr229/update_cpuinfo -> origin/mcr229/update_cpuinfo 2025-01-24T08:26:36.5585131Z * [new branch] migrate_map -> origin/migrate_map 2025-01-24T08:26:36.5586807Z * [new branch] missing_gloo_causes_deadlock -> origin/missing_gloo_causes_deadlock 2025-01-24T08:26:36.5588280Z * [new branch] mkl -> origin/mkl 2025-01-24T08:26:36.5590535Z * [new branch] mlazos/S429861-debug -> origin/mlazos/S429861-debug 2025-01-24T08:26:36.5591851Z * [new branch] mlazos/aa -> origin/mlazos/aa 2025-01-24T08:26:36.5593255Z * [new branch] mlazos/adam-compiled -> origin/mlazos/adam-compiled 2025-01-24T08:26:36.5594634Z * [new branch] mlazos/adam-fused-bench -> origin/mlazos/adam-fused-bench 2025-01-24T08:26:36.5595995Z * [new branch] mlazos/adam-fused-bench2 -> origin/mlazos/adam-fused-bench2 2025-01-24T08:26:36.5597273Z * [new branch] mlazos/adam-test2 -> origin/mlazos/adam-test2 2025-01-24T08:26:36.5598670Z * [new branch] mlazos/asgd-compile -> origin/mlazos/asgd-compile 2025-01-24T08:26:36.5599994Z * [new branch] mlazos/aux-vars -> origin/mlazos/aux-vars 2025-01-24T08:26:36.5601412Z * [new branch] mlazos/backup-test-branch -> origin/mlazos/backup-test-branch 2025-01-24T08:26:36.5602738Z * [new branch] mlazos/bad-cudagraphs -> origin/mlazos/bad-cudagraphs 2025-01-24T08:26:36.5604128Z * [new branch] mlazos/baseline -> origin/mlazos/baseline 2025-01-24T08:26:36.5605619Z * [new branch] mlazos/baseline-graph-breaks -> origin/mlazos/baseline-graph-breaks 2025-01-24T08:26:36.5606891Z * [new branch] mlazos/batch-fuse-opt -> origin/mlazos/batch-fuse-opt 2025-01-24T08:26:36.5608231Z * [new branch] mlazos/beta-tensor -> origin/mlazos/beta-tensor 2025-01-24T08:26:36.5609551Z * [new branch] mlazos/buff-opt2 -> origin/mlazos/buff-opt2 2025-01-24T08:26:36.5611939Z * [new branch] mlazos/buffers -> origin/mlazos/buffers 2025-01-24T08:26:36.5613205Z * [new branch] mlazos/buffers2 -> origin/mlazos/buffers2 2025-01-24T08:26:36.5614565Z * [new branch] mlazos/buffers3 -> origin/mlazos/buffers3 2025-01-24T08:26:36.5616382Z * [new branch] mlazos/ck2 -> origin/mlazos/ck2 2025-01-24T08:26:36.5617863Z * [new branch] mlazos/combokernels -> origin/mlazos/combokernels 2025-01-24T08:26:36.5619219Z * [new branch] mlazos/comp-asgd -> origin/mlazos/comp-asgd 2025-01-24T08:26:36.5620585Z * [new branch] mlazos/compiled-nadam -> origin/mlazos/compiled-nadam 2025-01-24T08:26:36.5621946Z * [new branch] mlazos/concat-opt -> origin/mlazos/concat-opt 2025-01-24T08:26:36.5623337Z * [new branch] mlazos/concat2 -> origin/mlazos/concat2 2025-01-24T08:26:36.5624787Z * [new branch] mlazos/copy2 -> origin/mlazos/copy2 2025-01-24T08:26:36.5626338Z * [new branch] mlazos/cudagraph-tests -> origin/mlazos/cudagraph-tests 2025-01-24T08:26:36.5627828Z * [new branch] mlazos/cudagraphs-measurement -> origin/mlazos/cudagraphs-measurement 2025-01-24T08:26:36.5629140Z * [new branch] mlazos/data-gather -> origin/mlazos/data-gather 2025-01-24T08:26:36.5630514Z * [new branch] mlazos/data-ptrs2 -> origin/mlazos/data-ptrs2 2025-01-24T08:26:36.5632067Z * [new branch] mlazos/data-ptrs3 -> origin/mlazos/data-ptrs3 2025-01-24T08:26:36.5633320Z * [new branch] mlazos/dataclass-proxy -> origin/mlazos/dataclass-proxy 2025-01-24T08:26:36.5634863Z * [new branch] mlazos/disable-closures -> origin/mlazos/disable-closures 2025-01-24T08:26:36.5636285Z * [new branch] mlazos/disable-subclass -> origin/mlazos/disable-subclass 2025-01-24T08:26:36.5637632Z * [new branch] mlazos/disabled-opt -> origin/mlazos/disabled-opt 2025-01-24T08:26:36.5639000Z * [new branch] mlazos/env-fix -> origin/mlazos/env-fix 2025-01-24T08:26:36.5640506Z * [new branch] mlazos/exp -> origin/mlazos/exp 2025-01-24T08:26:36.5642004Z * [new branch] mlazos/exp_disable -> origin/mlazos/exp_disable 2025-01-24T08:26:36.5643397Z * [new branch] mlazos/faster -> origin/mlazos/faster 2025-01-24T08:26:36.5644876Z * [new branch] mlazos/faster2 -> origin/mlazos/faster2 2025-01-24T08:26:36.5646426Z * [new branch] mlazos/fe-copy -> origin/mlazos/fe-copy 2025-01-24T08:26:36.5647865Z * [new branch] mlazos/foreach-copy-test -> origin/mlazos/foreach-copy-test 2025-01-24T08:26:36.5649291Z * [new branch] mlazos/foreach-fuse-opts -> origin/mlazos/foreach-fuse-opts 2025-01-24T08:26:36.5650815Z * [new branch] mlazos/foreach-op -> origin/mlazos/foreach-op 2025-01-24T08:26:36.5652277Z * [new branch] mlazos/foreach-reds -> origin/mlazos/foreach-reds 2025-01-24T08:26:36.5653692Z * [new branch] mlazos/freezing -> origin/mlazos/freezing 2025-01-24T08:26:36.5655180Z * [new branch] mlazos/fuse-cat -> origin/mlazos/fuse-cat 2025-01-24T08:26:36.5656651Z * [new branch] mlazos/gen-foreach -> origin/mlazos/gen-foreach 2025-01-24T08:26:36.5658047Z * [new branch] mlazos/h-comp -> origin/mlazos/h-comp 2025-01-24T08:26:36.5659466Z * [new branch] mlazos/h-comp2 -> origin/mlazos/h-comp2 2025-01-24T08:26:36.5660957Z * [new branch] mlazos/init-per-param -> origin/mlazos/init-per-param 2025-01-24T08:26:36.5662394Z * [new branch] mlazos/init_per_param -> origin/mlazos/init_per_param 2025-01-24T08:26:36.5663809Z * [new branch] mlazos/less-guards -> origin/mlazos/less-guards 2025-01-24T08:26:36.5665234Z * [new branch] mlazos/log-test-fix -> origin/mlazos/log-test-fix 2025-01-24T08:26:36.5666712Z * [new branch] mlazos/lr-composibility -> origin/mlazos/lr-composibility 2025-01-24T08:26:36.5668222Z * [new branch] mlazos/main-test-enablement -> origin/mlazos/main-test-enablement 2025-01-24T08:26:36.5669583Z * [new branch] mlazos/main2 -> origin/mlazos/main2 2025-01-24T08:26:36.5671351Z * [new branch] mlazos/main_test -> origin/mlazos/main_test 2025-01-24T08:26:36.5672856Z * [new branch] mlazos/mcg -> origin/mlazos/mcg 2025-01-24T08:26:36.5674318Z * [new branch] mlazos/mcg2 -> origin/mlazos/mcg2 2025-01-24T08:26:36.5675810Z * [new branch] mlazos/meta-guards -> origin/mlazos/meta-guards 2025-01-24T08:26:36.5677877Z * [new branch] mlazos/mlazos/ck2 -> origin/mlazos/mlazos/ck2 2025-01-24T08:26:36.5679147Z * [new branch] mlazos/mlazos/clean -> origin/mlazos/mlazos/clean 2025-01-24T08:26:36.5680594Z * [new branch] mlazos/mlazos/faster2 -> origin/mlazos/mlazos/faster2 2025-01-24T08:26:36.5682049Z * [new branch] mlazos/mlazos/foreach-map-adam -> origin/mlazos/mlazos/foreach-map-adam 2025-01-24T08:26:36.5683658Z * [new branch] mlazos/mlazos/subclass-test -> origin/mlazos/mlazos/subclass-test 2025-01-24T08:26:36.5684965Z * [new branch] mlazos/mlazos/tf-mode-backup -> origin/mlazos/mlazos/tf-mode-backup 2025-01-24T08:26:36.5686333Z * [new branch] mlazos/mlazos/tf-trace-full -> origin/mlazos/mlazos/tf-trace-full 2025-01-24T08:26:36.5687753Z * [new branch] mlazos/mlazos/tf-trace-obj-tensors -> origin/mlazos/mlazos/tf-trace-obj-tensors 2025-01-24T08:26:36.5689143Z * [new branch] mlazos/mod-fix -> origin/mlazos/mod-fix 2025-01-24T08:26:36.5690728Z * [new branch] mlazos/more-tests -> origin/mlazos/more-tests 2025-01-24T08:26:36.5692246Z * [new branch] mlazos/mutable-backup -> origin/mlazos/mutable-backup 2025-01-24T08:26:36.5693693Z * [new branch] mlazos/mv-tfo -> origin/mlazos/mv-tfo 2025-01-24T08:26:36.5695166Z * [new branch] mlazos/nadam-updates -> origin/mlazos/nadam-updates 2025-01-24T08:26:36.5696694Z * [new branch] mlazos/names -> origin/mlazos/names 2025-01-24T08:26:36.5698225Z * [new branch] mlazos/no-cpp -> origin/mlazos/no-cpp 2025-01-24T08:26:36.5699766Z * [new branch] mlazos/no-init-group-handling -> origin/mlazos/no-init-group-handling 2025-01-24T08:26:36.5701245Z * [new branch] mlazos/op-investigation -> origin/mlazos/op-investigation 2025-01-24T08:26:36.5702679Z * [new branch] mlazos/opt-bench-exp2 -> origin/mlazos/opt-bench-exp2 2025-01-24T08:26:36.5704157Z * [new branch] mlazos/opt-bench2 -> origin/mlazos/opt-bench2 2025-01-24T08:26:36.5705653Z * [new branch] mlazos/opt-bench3 -> origin/mlazos/opt-bench3 2025-01-24T08:26:36.5707130Z * [new branch] mlazos/opt-incr -> origin/mlazos/opt-incr 2025-01-24T08:26:36.5708766Z * [new branch] mlazos/opt-recipe -> origin/mlazos/opt-recipe 2025-01-24T08:26:36.5710182Z * [new branch] mlazos/opt-slowdown -> origin/mlazos/opt-slowdown 2025-01-24T08:26:36.5711665Z * [new branch] mlazos/opt-users -> origin/mlazos/opt-users 2025-01-24T08:26:36.5713149Z * [new branch] mlazos/proxy-ctors -> origin/mlazos/proxy-ctors 2025-01-24T08:26:36.5714756Z * [new branch] mlazos/proxy-opt -> origin/mlazos/proxy-opt 2025-01-24T08:26:36.5716266Z * [new branch] mlazos/pytest-3 -> origin/mlazos/pytest-3 2025-01-24T08:26:36.5717753Z * [new branch] mlazos/restart -> origin/mlazos/restart 2025-01-24T08:26:36.5719259Z * [new branch] mlazos/rm-copy -> origin/mlazos/rm-copy 2025-01-24T08:26:36.5720819Z * [new branch] mlazos/rm-thunkify -> origin/mlazos/rm-thunkify 2025-01-24T08:26:36.5722329Z * [new branch] mlazos/sdpa-driss -> origin/mlazos/sdpa-driss 2025-01-24T08:26:36.5723856Z * [new branch] mlazos/spec-api -> origin/mlazos/spec-api 2025-01-24T08:26:36.5725395Z * [new branch] mlazos/static-inputs-log -> origin/mlazos/static-inputs-log 2025-01-24T08:26:36.5726813Z * [new branch] mlazos/subclass-test -> origin/mlazos/subclass-test 2025-01-24T08:26:36.5728303Z * [new branch] mlazos/tc-fix -> origin/mlazos/tc-fix 2025-01-24T08:26:36.5729836Z * [new branch] mlazos/td-fix2 -> origin/mlazos/td-fix2 2025-01-24T08:26:36.5731629Z * [new branch] mlazos/tensor-hasattr2 -> origin/mlazos/tensor-hasattr2 2025-01-24T08:26:36.5733129Z * [new branch] mlazos/tensor-inherit-backup -> origin/mlazos/tensor-inherit-backup 2025-01-24T08:26:36.5734607Z * [new branch] mlazos/tensor-like-fix -> origin/mlazos/tensor-like-fix 2025-01-24T08:26:36.5736146Z * [new branch] mlazos/tensor-lr -> origin/mlazos/tensor-lr 2025-01-24T08:26:36.5738253Z * [new branch] mlazos/tensor-lr2 -> origin/mlazos/tensor-lr2 2025-01-24T08:26:36.5739650Z * [new branch] mlazos/tf-inherit -> origin/mlazos/tf-inherit 2025-01-24T08:26:36.5741165Z * [new branch] mlazos/tf-mode -> origin/mlazos/tf-mode 2025-01-24T08:26:36.5742762Z * [new branch] mlazos/tf-mode-backup2 -> origin/mlazos/tf-mode-backup2 2025-01-24T08:26:36.5744303Z * [new branch] mlazos/tf-mode-reland -> origin/mlazos/tf-mode-reland 2025-01-24T08:26:36.5745962Z * [new branch] mlazos/tf-mode-reland2 -> origin/mlazos/tf-mode-reland2 2025-01-24T08:26:36.5747496Z * [new branch] mlazos/tf-mode-reland3 -> origin/mlazos/tf-mode-reland3 2025-01-24T08:26:36.5749024Z * [new branch] mlazos/tf-refactor -> origin/mlazos/tf-refactor 2025-01-24T08:26:36.5750583Z * [new branch] mlazos/tf-subclass-stack -> origin/mlazos/tf-subclass-stack 2025-01-24T08:26:36.5752117Z * [new branch] mlazos/tf-trace-full -> origin/mlazos/tf-trace-full 2025-01-24T08:26:36.5753790Z * [new branch] mlazos/tf-trace-unified -> origin/mlazos/tf-trace-unified 2025-01-24T08:26:36.5755318Z * [new branch] mlazos/tune-proto -> origin/mlazos/tune-proto 2025-01-24T08:26:36.5756899Z * [new branch] mlazos/ty-promo -> origin/mlazos/ty-promo 2025-01-24T08:26:36.5758465Z * [new branch] mlazos/vary-beta -> origin/mlazos/vary-beta 2025-01-24T08:26:36.5760077Z * [new branch] mlazos/vary-beta2 -> origin/mlazos/vary-beta2 2025-01-24T08:26:36.5761637Z * [new branch] mlazos/vsc-fix2 -> origin/mlazos/vsc-fix2 2025-01-24T08:26:36.5763183Z * [new branch] mlazos/vscode-fix -> origin/mlazos/vscode-fix 2025-01-24T08:26:36.5764772Z * [new branch] mlazos/weird-perf1 -> origin/mlazos/weird-perf1 2025-01-24T08:26:36.5766968Z * [new branch] mlee8/aot_large_weight -> origin/mlee8/aot_large_weight 2025-01-24T08:26:36.5768542Z * [new branch] mod_guards1 -> origin/mod_guards1 2025-01-24T08:26:36.5770072Z * [new branch] mod_guards3 -> origin/mod_guards3 2025-01-24T08:26:36.5772214Z * [new branch] moderniz29_cyy -> origin/moderniz29_cyy 2025-01-24T08:26:36.5773875Z * [new branch] move_model_to_eval_2.1 -> origin/move_model_to_eval_2.1 2025-01-24T08:26:36.5775471Z * [new branch] mps-linear-1d -> origin/mps-linear-1d 2025-01-24T08:26:36.5777060Z * [new branch] msaroufim-patch-10 -> origin/msaroufim-patch-10 2025-01-24T08:26:36.5778729Z * [new branch] msaroufim-patch-11 -> origin/msaroufim-patch-11 2025-01-24T08:26:36.5780431Z * [new branch] msaroufim-patch-12 -> origin/msaroufim-patch-12 2025-01-24T08:26:36.5781992Z * [new branch] msaroufim-patch-13 -> origin/msaroufim-patch-13 2025-01-24T08:26:36.5783662Z * [new branch] msaroufim-patch-14 -> origin/msaroufim-patch-14 2025-01-24T08:26:36.5785112Z * [new branch] msaroufim-patch-7 -> origin/msaroufim-patch-7 2025-01-24T08:26:36.5786651Z * [new branch] msaroufim-patch-8 -> origin/msaroufim-patch-8 2025-01-24T08:26:36.5788154Z * [new branch] msaroufim-patch-9 -> origin/msaroufim-patch-9 2025-01-24T08:26:36.5790392Z * [new branch] msaroufim/bdfix -> origin/msaroufim/bdfix 2025-01-24T08:26:36.5791711Z * [new branch] msaroufim/cache -> origin/msaroufim/cache 2025-01-24T08:26:36.5793200Z * [new branch] msaroufim/dtensorfusedadam -> origin/msaroufim/dtensorfusedadam 2025-01-24T08:26:36.5794690Z * [new branch] msaroufim/fixexpected -> origin/msaroufim/fixexpected 2025-01-24T08:26:36.5795968Z * [new branch] msaroufim/fsspecindcache -> origin/msaroufim/fsspecindcache 2025-01-24T08:26:36.5797252Z * [new branch] msaroufim/sdbf16fix -> origin/msaroufim/sdbf16fix 2025-01-24T08:26:36.5798570Z * [new branch] msaroufim/typeind10 -> origin/msaroufim/typeind10 2025-01-24T08:26:36.5800020Z * [new branch] msaroufim/warn_once -> origin/msaroufim/warn_once 2025-01-24T08:26:36.5801572Z * [new branch] mypy_fix -> origin/mypy_fix 2025-01-24T08:26:36.5803147Z * [new branch] nestedfairseq2ops1 -> origin/nestedfairseq2ops1 2025-01-24T08:26:36.5804695Z * [new branch] new-batch-norm -> origin/new-batch-norm 2025-01-24T08:26:36.5806224Z * [new branch] new_branch -> origin/new_branch 2025-01-24T08:26:36.5807842Z * [new branch] new_guard_system -> origin/new_guard_system 2025-01-24T08:26:36.5809940Z * [new branch] ngimel/bits -> origin/ngimel/bits 2025-01-24T08:26:36.5811523Z * [new branch] ngimel/disable_rng_fbcode -> origin/ngimel/disable_rng_fbcode 2025-01-24T08:26:36.5812816Z * [new branch] ngimel/random_fix -> origin/ngimel/random_fix 2025-01-24T08:26:36.5814167Z * [new branch] ngimel/randperm_fix -> origin/ngimel/randperm_fix 2025-01-24T08:26:36.5815523Z * [new branch] ngimel/release_randperm -> origin/ngimel/release_randperm 2025-01-24T08:26:36.5816864Z * [new branch] ngimel/scaled_mm_coop -> origin/ngimel/scaled_mm_coop 2025-01-24T08:26:36.5818190Z * [new branch] ngimel/topk -> origin/ngimel/topk 2025-01-24T08:26:36.5819514Z * [new branch] ngimel/topk2 -> origin/ngimel/topk2 2025-01-24T08:26:36.5821061Z * [new branch] nightly -> origin/nightly 2025-01-24T08:26:36.5823342Z * [new branch] nikitaved/linalg_codeowners -> origin/nikitaved/linalg_codeowners 2025-01-24T08:26:36.5824667Z * [new branch] nikitaved/solve_doc_update -> origin/nikitaved/solve_doc_update 2025-01-24T08:26:36.5826241Z * [new branch] offline -> origin/offline 2025-01-24T08:26:36.5827758Z * [new branch] on_completion -> origin/on_completion 2025-01-24T08:26:36.5830583Z * [new branch] orig/release/1.10 -> origin/orig/release/1.10 2025-01-24T08:26:36.5832093Z * [new branch] orig/release/1.11 -> origin/orig/release/1.11 2025-01-24T08:26:36.5833613Z * [new branch] orig/release/1.12 -> origin/orig/release/1.12 2025-01-24T08:26:36.5835295Z * [new branch] orig/release/1.13 -> origin/orig/release/1.13 2025-01-24T08:26:36.5836797Z * [new branch] orig/release/1.6 -> origin/orig/release/1.6 2025-01-24T08:26:36.5838427Z * [new branch] orig/release/1.7 -> origin/orig/release/1.7 2025-01-24T08:26:36.5839981Z * [new branch] orig/release/1.8 -> origin/orig/release/1.8 2025-01-24T08:26:36.5841457Z * [new branch] orig/release/1.9 -> origin/orig/release/1.9 2025-01-24T08:26:36.5842993Z * [new branch] orig/release/2.0 -> origin/orig/release/2.0 2025-01-24T08:26:36.5844425Z * [new branch] orig/release/2.1 -> origin/orig/release/2.1 2025-01-24T08:26:36.5845850Z * [new branch] orig/release/2.2 -> origin/orig/release/2.2 2025-01-24T08:26:36.5847237Z * [new branch] orig/release/2.3 -> origin/orig/release/2.3 2025-01-24T08:26:36.5848625Z * [new branch] orig/release/2.4 -> origin/orig/release/2.4 2025-01-24T08:26:36.5850341Z * [new branch] orig/release/2.5 -> origin/orig/release/2.5 2025-01-24T08:26:36.5852177Z * [new branch] orig/release/2.6 -> origin/orig/release/2.6 2025-01-24T08:26:36.5855982Z * [new branch] origin/gh/stroxler/1/head -> origin/origin/gh/stroxler/1/head 2025-01-24T08:26:36.5858022Z * [new branch] origin/voz/serde -> origin/origin/voz/serde 2025-01-24T08:26:36.5860199Z * [new branch] oulgen/fx_graph -> origin/oulgen/fx_graph 2025-01-24T08:26:36.5861819Z * [new branch] palic_hotfix -> origin/palic_hotfix 2025-01-24T08:26:36.5863746Z * [new branch] parallel_cat -> origin/parallel_cat 2025-01-24T08:26:36.5865418Z * [new branch] parallel_reduce -> origin/parallel_reduce 2025-01-24T08:26:36.5866998Z * [new branch] patch_up_signature -> origin/patch_up_signature 2025-01-24T08:26:36.5868531Z * [new branch] pca2 -> origin/pca2 2025-01-24T08:26:36.5870764Z * [new branch] peterbell10/null-change -> origin/peterbell10/null-change 2025-01-24T08:26:36.5872923Z * [new branch] pianpwk/dim_hint_ranges -> origin/pianpwk/dim_hint_ranges 2025-01-24T08:26:36.5874375Z * [new branch] pianpwk/dynamic_shapes_api_doc_12_10 -> origin/pianpwk/dynamic_shapes_api_doc_12_10 2025-01-24T08:26:36.5875752Z * [new branch] pianpwk/dynamo_full_scalar -> origin/pianpwk/dynamo_full_scalar 2025-01-24T08:26:36.5877059Z * [new branch] pianpwk/meta_sdpa_for_cpu -> origin/pianpwk/meta_sdpa_for_cpu 2025-01-24T08:26:36.5878381Z * [new branch] pianpwk/pre_forward_hook -> origin/pianpwk/pre_forward_hook 2025-01-24T08:26:36.5879762Z * [new branch] pianpwk/preserve_dynamic_markers -> origin/pianpwk/preserve_dynamic_markers 2025-01-24T08:26:36.5881075Z * [new branch] pianpwk/real_tensor_prop_3 -> origin/pianpwk/real_tensor_prop_3 2025-01-24T08:26:36.5882369Z * [new branch] pianpwk/serdes_logging -> origin/pianpwk/serdes_logging 2025-01-24T08:26:36.5883783Z * [new branch] pianpwk/symbol_provenance_draft -> origin/pianpwk/symbol_provenance_draft 2025-01-24T08:26:36.5885112Z * [new branch] pianpwk/symbol_provenance_v1 -> origin/pianpwk/symbol_provenance_v1 2025-01-24T08:26:36.5886467Z * [new branch] pianpwk/sympy_trunc_float_2 -> origin/pianpwk/sympy_trunc_float_2 2025-01-24T08:26:36.5887816Z * [new branch] pianpwk/try_deregister_hooks -> origin/pianpwk/try_deregister_hooks 2025-01-24T08:26:36.5889351Z * [new branch] plain-metal-mul-kernel -> origin/plain-metal-mul-kernel 2025-01-24T08:26:36.5891126Z * [new branch] pr-cancel-smol -> origin/pr-cancel-smol 2025-01-24T08:26:36.5893263Z * [new branch] pr/131860 -> origin/pr/131860 2025-01-24T08:26:36.5894964Z * [new branch] prepare-android-artifacts -> origin/prepare-android-artifacts 2025-01-24T08:26:36.5896529Z * [new branch] profiler_triton_kwargs -> origin/profiler_triton_kwargs 2025-01-24T08:26:36.5898082Z * [new branch] pt-debug-cpu0 -> origin/pt-debug-cpu0 2025-01-24T08:26:36.5899607Z * [new branch] pt-opt-cuda3 -> origin/pt-opt-cuda3 2025-01-24T08:26:36.5901180Z * [new branch] pt2-torchrec -> origin/pt2-torchrec 2025-01-24T08:26:36.5902696Z * [new branch] python_compiled_autograd -> origin/python_compiled_autograd 2025-01-24T08:26:36.5904324Z * [new branch] qat-conv-bn-1d -> origin/qat-conv-bn-1d 2025-01-24T08:26:36.5905878Z * [new branch] qat-remove-bias-temp -> origin/qat-remove-bias-temp 2025-01-24T08:26:36.5907434Z * [new branch] qat_cudnn_batchnorm -> origin/qat_cudnn_batchnorm 2025-01-24T08:26:36.5909212Z * [new branch] qat_preserve_source_fn_stack -> origin/qat_preserve_source_fn_stack 2025-01-24T08:26:36.5911668Z * [new branch] qchip/export-D54134695 -> origin/qchip/export-D54134695 2025-01-24T08:26:36.5913335Z * [new branch] record-ghstack-deps-in-commit-msg -> origin/record-ghstack-deps-in-commit-msg 2025-01-24T08:26:36.5914793Z * [new branch] reduce1 -> origin/reduce1 2025-01-24T08:26:36.5916414Z * [new branch] reenable-sgd-benchmark -> origin/reenable-sgd-benchmark 2025-01-24T08:26:36.5917942Z * [new branch] refactor-adamw -> origin/refactor-adamw 2025-01-24T08:26:36.5920241Z * [new branch] release/1.10 -> origin/release/1.10 2025-01-24T08:26:36.5921723Z * [new branch] release/1.11 -> origin/release/1.11 2025-01-24T08:26:36.5923273Z * [new branch] release/1.12 -> origin/release/1.12 2025-01-24T08:26:36.5924831Z * [new branch] release/1.13 -> origin/release/1.13 2025-01-24T08:26:36.5926248Z * [new branch] release/1.4 -> origin/release/1.4 2025-01-24T08:26:36.5927476Z * [new branch] release/1.4.1 -> origin/release/1.4.1 2025-01-24T08:26:36.5928936Z * [new branch] release/1.5 -> origin/release/1.5 2025-01-24T08:26:36.5930470Z * [new branch] release/1.6 -> origin/release/1.6 2025-01-24T08:26:36.5932945Z * [new branch] release/1.7 -> origin/release/1.7 2025-01-24T08:26:36.5934538Z * [new branch] release/1.8 -> origin/release/1.8 2025-01-24T08:26:36.5935971Z * [new branch] release/1.9 -> origin/release/1.9 2025-01-24T08:26:36.5937408Z * [new branch] release/2.0 -> origin/release/2.0 2025-01-24T08:26:36.5938991Z * [new branch] release/2.1 -> origin/release/2.1 2025-01-24T08:26:36.5940415Z * [new branch] release/2.2 -> origin/release/2.2 2025-01-24T08:26:36.5941854Z * [new branch] release/2.3 -> origin/release/2.3 2025-01-24T08:26:36.5943395Z * [new branch] release/2.4 -> origin/release/2.4 2025-01-24T08:26:36.5944839Z * [new branch] release/2.5 -> origin/release/2.5 2025-01-24T08:26:36.5946361Z * [new branch] release/2.6 -> origin/release/2.6 2025-01-24T08:26:36.5947788Z * [new branch] release/3.2.x -> origin/release/3.2.x 2025-01-24T08:26:36.5949334Z * [new branch] release_notes -> origin/release_notes 2025-01-24T08:26:36.5950935Z * [new branch] remove-edit-on-github -> origin/remove-edit-on-github 2025-01-24T08:26:36.5952470Z * [new branch] remove_add_runtime -> origin/remove_add_runtime 2025-01-24T08:26:36.5954120Z * [new branch] remove_global_ns -> origin/remove_global_ns 2025-01-24T08:26:36.5955695Z * [new branch] remove_workflow -> origin/remove_workflow 2025-01-24T08:26:36.5957295Z * [new branch] rename_transform -> origin/rename_transform 2025-01-24T08:26:36.5958879Z * [new branch] rename_validate -> origin/rename_validate 2025-01-24T08:26:36.5960499Z * [new branch] request_english -> origin/request_english 2025-01-24T08:26:36.5962103Z * [new branch] requires_grad_fix -> origin/requires_grad_fix 2025-01-24T08:26:36.5964625Z * [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-01-24T08:26:36.5966005Z * [new branch] revert-112125 -> origin/revert-112125 2025-01-24T08:26:36.5969758Z * [new branch] revert-131069-gh/krzysztofjordan/1/head -> origin/revert-131069-gh/krzysztofjordan/1/head 2025-01-24T08:26:36.5973047Z * [new branch] revert-131469-gh/andrewor14/51/head -> origin/revert-131469-gh/andrewor14/51/head 2025-01-24T08:26:36.5974594Z * [new branch] revert_realize_input_ExternKernel -> origin/revert_realize_input_ExternKernel 2025-01-24T08:26:36.5976676Z * [new branch] richard/init_types -> origin/richard/init_types 2025-01-24T08:26:36.5978082Z * [new branch] richard/more_types -> origin/richard/more_types 2025-01-24T08:26:36.5979738Z * [new branch] rocm-triton-nightly-wheelfix -> origin/rocm-triton-nightly-wheelfix 2025-01-24T08:26:36.5981452Z * [new branch] rocm-triton-wheel-pinupdate-21 -> origin/rocm-triton-wheel-pinupdate-21 2025-01-24T08:26:36.5982926Z * [new branch] rocm_ck_sdpa -> origin/rocm_ck_sdpa 2025-01-24T08:26:36.5984606Z * [new branch] rohan-varma-patch-13 -> origin/rohan-varma-patch-13 2025-01-24T08:26:36.5986174Z * [new branch] rohan-varma-patch-14 -> origin/rohan-varma-patch-14 2025-01-24T08:26:36.5987794Z * [new branch] rohan-varma-patch-15 -> origin/rohan-varma-patch-15 2025-01-24T08:26:36.5989515Z * [new branch] rohan-varma-patch-16 -> origin/rohan-varma-patch-16 2025-01-24T08:26:36.5991116Z * [new branch] rprop-playground -> origin/rprop-playground 2025-01-24T08:26:36.5992655Z * [new branch] run-ios-test-device-farm -> origin/run-ios-test-device-farm 2025-01-24T08:26:36.5995147Z * [new branch] ryanguo99/cleanup-dynamo-expected-failures -> origin/ryanguo99/cleanup-dynamo-expected-failures 2025-01-24T08:26:36.5996373Z * [new branch] ryanguo99/fix-closure-var -> origin/ryanguo99/fix-closure-var 2025-01-24T08:26:36.5998549Z * [new branch] rzou/cache_name -> origin/rzou/cache_name 2025-01-24T08:26:36.5999940Z * [new branch] rzou/faketensor_bench -> origin/rzou/faketensor_bench 2025-01-24T08:26:36.6001315Z * [new branch] rzou/fix -> origin/rzou/fix 2025-01-24T08:26:36.6002649Z * [new branch] rzou/fix2 -> origin/rzou/fix2 2025-01-24T08:26:36.6003962Z * [new branch] rzou/njt -> origin/rzou/njt 2025-01-24T08:26:36.6005327Z * [new branch] rzou/operator -> origin/rzou/operator 2025-01-24T08:26:36.6006705Z * [new branch] rzou/out_dtype_decomp -> origin/rzou/out_dtype_decomp 2025-01-24T08:26:36.6008069Z * [new branch] rzou/pca -> origin/rzou/pca 2025-01-24T08:26:36.6009443Z * [new branch] rzou/pipe_split -> origin/rzou/pipe_split 2025-01-24T08:26:36.6010891Z * [new branch] rzou/realprop -> origin/rzou/realprop 2025-01-24T08:26:36.6012260Z * [new branch] rzou/setup_context -> origin/rzou/setup_context 2025-01-24T08:26:36.6013847Z * [new branch] safe-rollout -> origin/safe-rollout 2025-01-24T08:26:36.6016390Z * [new branch] sanchitintel/weird_thing_with_test_cpu_select_algorithm -> origin/sanchitintel/weird_thing_with_test_cpu_select_algorithm 2025-01-24T08:26:36.6018787Z * [new branch] sanchitj/remove_duplicate_line_from_freezing.py -> origin/sanchitj/remove_duplicate_line_from_freezing.py 2025-01-24T08:26:36.6020205Z * [new branch] sdpa_autocast_cpu -> origin/sdpa_autocast_cpu 2025-01-24T08:26:36.6021777Z * [new branch] sdpa_base -> origin/sdpa_base 2025-01-24T08:26:36.6023957Z * [new branch] sdym/2.5.1 -> origin/sdym/2.5.1 2025-01-24T08:26:36.6025281Z * [new branch] sdym/chp -> origin/sdym/chp 2025-01-24T08:26:36.6026900Z * [new branch] sdym/chp2 -> origin/sdym/chp2 2025-01-24T08:26:36.6028238Z * [new branch] sdym/docker-python-3.8 -> origin/sdym/docker-python-3.8 2025-01-24T08:26:36.6029529Z * [new branch] sdym/jit-attribute -> origin/sdym/jit-attribute 2025-01-24T08:26:36.6030850Z * [new branch] sdym/revert-107846 -> origin/sdym/revert-107846 2025-01-24T08:26:36.6032205Z * [new branch] sdym/revert-109859 -> origin/sdym/revert-109859 2025-01-24T08:26:36.6033530Z * [new branch] sdym/skip-asan -> origin/sdym/skip-asan 2025-01-24T08:26:36.6034879Z * [new branch] sdym/skipifrocm -> origin/sdym/skipifrocm 2025-01-24T08:26:36.6036345Z * [new branch] sdym/test_quantized_op -> origin/sdym/test_quantized_op 2025-01-24T08:26:36.6037735Z * [new branch] sdym/todo-docstring -> origin/sdym/todo-docstring 2025-01-24T08:26:36.6039051Z * [new branch] sdym/torchfix -> origin/sdym/torchfix 2025-01-24T08:26:36.6040487Z * [new branch] sdym/torchvision-pretrained -> origin/sdym/torchvision-pretrained 2025-01-24T08:26:36.6041783Z * [new branch] sdym/typed-storage -> origin/sdym/typed-storage 2025-01-24T08:26:36.6043164Z * [new branch] sdym/wno -> origin/sdym/wno 2025-01-24T08:26:36.6044782Z * [new branch] serialize -> origin/serialize 2025-01-24T08:26:36.6046368Z * [new branch] share_and_pin_fork -> origin/share_and_pin_fork 2025-01-24T08:26:36.6048653Z * [new branch] shengf/fx-xform-perf -> origin/shengf/fx-xform-perf 2025-01-24T08:26:36.6050323Z * [new branch] shikaili_fp8_allgather -> origin/shikaili_fp8_allgather 2025-01-24T08:26:36.6052037Z * [new branch] shunting-add-reduction-config -> origin/shunting-add-reduction-config 2025-01-24T08:26:36.6053500Z * [new branch] shunting-add-reduction-config-2 -> origin/shunting-add-reduction-config-2 2025-01-24T08:26:36.6055208Z * [new branch] shunting-add-reduction-config-3 -> origin/shunting-add-reduction-config-3 2025-01-24T08:26:36.6056924Z * [new branch] shunting-avoid-stale-cache -> origin/shunting-avoid-stale-cache 2025-01-24T08:26:36.6058532Z * [new branch] shunting-benchmark-fusion -> origin/shunting-benchmark-fusion 2025-01-24T08:26:36.6060170Z * [new branch] shunting-benchmark-fusion-2 -> origin/shunting-benchmark-fusion-2 2025-01-24T08:26:36.6061790Z * [new branch] shunting-benchmark-fusion-3 -> origin/shunting-benchmark-fusion-3 2025-01-24T08:26:36.6063623Z * [new branch] shunting-benchmark-fusion-4 -> origin/shunting-benchmark-fusion-4 2025-01-24T08:26:36.6065295Z * [new branch] shunting-consistent-thread-order -> origin/shunting-consistent-thread-order 2025-01-24T08:26:36.6066997Z * [new branch] shunting-consistent-thread-order-2 -> origin/shunting-consistent-thread-order-2 2025-01-24T08:26:36.6068807Z * [new branch] shunting-consistent-thread-order-3 -> origin/shunting-consistent-thread-order-3 2025-01-24T08:26:36.6070578Z * [new branch] shunting-inductor-change-for-triton -> origin/shunting-inductor-change-for-triton 2025-01-24T08:26:36.6072252Z * [new branch] shunting-loaf-bm-3 -> origin/shunting-loaf-bm-3 2025-01-24T08:26:36.6073826Z * [new branch] shunting-loaf-bm-4 -> origin/shunting-loaf-bm-4 2025-01-24T08:26:36.6075464Z * [new branch] shunting-loaf-bm-5 -> origin/shunting-loaf-bm-5 2025-01-24T08:26:36.6077077Z * [new branch] shunting-loaf-bm-6 -> origin/shunting-loaf-bm-6 2025-01-24T08:26:36.6078905Z * [new branch] shunting-loop-ordering-after-fusion -> origin/shunting-loop-ordering-after-fusion 2025-01-24T08:26:36.6080891Z * [new branch] shunting-loop-ordering-after-fusion-2 -> origin/shunting-loop-ordering-after-fusion-2 2025-01-24T08:26:36.6082392Z * [new branch] shunting-loop-ordering-after-fusion-3 -> origin/shunting-loop-ordering-after-fusion-3 2025-01-24T08:26:36.6084031Z * [new branch] shunting-loop-ordering-after-fusion-bm -> origin/shunting-loop-ordering-after-fusion-bm 2025-01-24T08:26:36.6085645Z * [new branch] shunting-loop-ordering-after-fusion-bm-2 -> origin/shunting-loop-ordering-after-fusion-bm-2 2025-01-24T08:26:36.6087324Z * [new branch] shunting-multi-kernel-2 -> origin/shunting-multi-kernel-2 2025-01-24T08:26:36.6088978Z * [new branch] shunting-multi-kernel-3 -> origin/shunting-multi-kernel-3 2025-01-24T08:26:36.6090711Z * [new branch] shunting-scale-down-rblock -> origin/shunting-scale-down-rblock 2025-01-24T08:26:36.6092870Z * [new branch] shunting-tigher-upperbound -> origin/shunting-tigher-upperbound 2025-01-24T08:26:36.6094504Z * [new branch] shunting-triton-pin-update -> origin/shunting-triton-pin-update 2025-01-24T08:26:36.6096073Z * [new branch] shunting-triton-pin-update-2 -> origin/shunting-triton-pin-update-2 2025-01-24T08:26:36.6097646Z * [new branch] shunting-triton-pin-update-3 -> origin/shunting-triton-pin-update-3 2025-01-24T08:26:36.6099119Z * [new branch] shunting-triton-pin-update-4 -> origin/shunting-triton-pin-update-4 2025-01-24T08:26:36.6100713Z * [new branch] shunting-triton-pin-update-5 -> origin/shunting-triton-pin-update-5 2025-01-24T08:26:36.6102329Z * [new branch] simplify-fq-per-channel -> origin/simplify-fq-per-channel 2025-01-24T08:26:36.6104521Z * [new branch] soulitzer/refactor-njt -> origin/soulitzer/refactor-njt 2025-01-24T08:26:36.6106450Z * [new branch] source_fn_stack -> origin/source_fn_stack 2025-01-24T08:26:36.6108254Z * [new branch] speedup-mps-string-key -> origin/speedup-mps-string-key 2025-01-24T08:26:36.6110632Z * [new branch] sqzhang/flight4 -> origin/sqzhang/flight4 2025-01-24T08:26:36.6112028Z * [new branch] sqzhang/flight4plus -> origin/sqzhang/flight4plus 2025-01-24T08:26:36.6114242Z * [new branch] sraikund/record_funct_test -> origin/sraikund/record_funct_test 2025-01-24T08:26:36.6116394Z * [new branch] sraikund16/test -> origin/sraikund16/test 2025-01-24T08:26:36.6118123Z * [new branch] standalone -> origin/standalone 2025-01-24T08:26:36.6119846Z * [new branch] subscribe_codeowners_lucasllc -> origin/subscribe_codeowners_lucasllc 2025-01-24T08:26:36.6121344Z * [new branch] super -> origin/super 2025-01-24T08:26:36.6123016Z * [new branch] support_dequant_out_dtype -> origin/support_dequant_out_dtype 2025-01-24T08:26:36.6124605Z * [new branch] svekars-patch-6 -> origin/svekars-patch-6 2025-01-24T08:26:36.6126350Z * [new branch] svekars-patch-7 -> origin/svekars-patch-7 2025-01-24T08:26:36.6128026Z * [new branch] switch-bn -> origin/switch-bn 2025-01-24T08:26:36.6129718Z * [new branch] sympy-bottleneck-repro -> origin/sympy-bottleneck-repro 2025-01-24T08:26:36.6131431Z * [new branch] tensordict_integration -> origin/tensordict_integration 2025-01-24T08:26:36.6133033Z * [new branch] test-cast-hook -> origin/test-cast-hook 2025-01-24T08:26:36.6134763Z * [new branch] test-move-conda-builds -> origin/test-move-conda-builds 2025-01-24T08:26:36.6136403Z * [new branch] test-torchvision-install-ci -> origin/test-torchvision-install-ci 2025-01-24T08:26:36.6138614Z * [new branch] test/inductor -> origin/test/inductor 2025-01-24T08:26:36.6140425Z * [new branch] test_imdsv2 -> origin/test_imdsv2 2025-01-24T08:26:36.6141881Z * [new branch] test_od -> origin/test_od 2025-01-24T08:26:36.6143525Z * [new branch] test_od_cudnn_bn_qat_fusion -> origin/test_od_cudnn_bn_qat_fusion 2025-01-24T08:26:36.6145086Z * [new branch] tidy_mordenize_cyy -> origin/tidy_mordenize_cyy 2025-01-24T08:26:36.6146721Z * [new branch] tidy_performance_cyy -> origin/tidy_performance_cyy 2025-01-24T08:26:36.6148423Z * [new branch] torch_autograd_function_ts_fix -> origin/torch_autograd_function_ts_fix 2025-01-24T08:26:36.6149955Z * [new branch] torch_export -> origin/torch_export 2025-01-24T08:26:36.6151587Z * [new branch] torch_export_only -> origin/torch_export_only 2025-01-24T08:26:36.6153382Z * [new branch] torch_logs_improvements -> origin/torch_logs_improvements 2025-01-24T08:26:36.6154941Z * [new branch] torch_np -> origin/torch_np 2025-01-24T08:26:36.6156632Z * [new branch] torchbench-pin-commit -> origin/torchbench-pin-commit 2025-01-24T08:26:36.6158252Z * [new branch] trace_fsdp_torchtune_lora -> origin/trace_fsdp_torchtune_lora 2025-01-24T08:26:36.6159861Z * [new branch] traceable_fsdp_unit_tests -> origin/traceable_fsdp_unit_tests 2025-01-24T08:26:36.6161501Z * [new branch] transformer_name -> origin/transformer_name 2025-01-24T08:26:36.6163138Z * [new branch] tree_loop_vec_base -> origin/tree_loop_vec_base 2025-01-24T08:26:36.6164814Z * [new branch] tree_vec_base -> origin/tree_vec_base 2025-01-24T08:26:36.6166453Z * [new branch] triton-update -> origin/triton-update 2025-01-24T08:26:36.6168034Z * [new branch] triton_kernel -> origin/triton_kernel 2025-01-24T08:26:36.6169586Z * [new branch] triton_kernel_perf -> origin/triton_kernel_perf 2025-01-24T08:26:36.6171356Z * [new branch] try-speedup-docbuild -> origin/try-speedup-docbuild 2025-01-24T08:26:36.6173041Z * [new branch] type_check -> origin/type_check 2025-01-24T08:26:36.6174659Z * [new branch] type_dec -> origin/type_dec 2025-01-24T08:26:36.6177119Z * [new branch] update-audio-commit-hash/12898458761-1429-1 -> origin/update-audio-commit-hash/12898458761-1429-1 2025-01-24T08:26:36.6179408Z * [new branch] update-executorch-commit-hash/11847856213-1353-1 -> origin/update-executorch-commit-hash/11847856213-1353-1 2025-01-24T08:26:36.6180824Z * [new branch] update-executorch-commit-hash/12778861619-1419-1 -> origin/update-executorch-commit-hash/12778861619-1419-1 2025-01-24T08:26:36.6182150Z * [new branch] update-executorch-commit-hash/12820045707-1423-1 -> origin/update-executorch-commit-hash/12820045707-1423-1 2025-01-24T08:26:36.6183475Z * [new branch] update-executorch-commit-hash/12838938822-1425-1 -> origin/update-executorch-commit-hash/12838938822-1425-1 2025-01-24T08:26:36.6185655Z * [new branch] update-triton-commit-hash/7164317553-91-1 -> origin/update-triton-commit-hash/7164317553-91-1 2025-01-24T08:26:36.6187804Z * [new branch] update-vision-commit-hash/5686712198-646-1 -> origin/update-vision-commit-hash/5686712198-646-1 2025-01-24T08:26:36.6189198Z * [new branch] update-vision-commit-hash/5697383899-647-1 -> origin/update-vision-commit-hash/5697383899-647-1 2025-01-24T08:26:36.6190545Z * [new branch] update-vision-commit-hash/5703215648-648-1 -> origin/update-vision-commit-hash/5703215648-648-1 2025-01-24T08:26:36.6191900Z * [new branch] update-vision-commit-hash/5721003453-652-1 -> origin/update-vision-commit-hash/5721003453-652-1 2025-01-24T08:26:36.6193430Z * [new branch] update-vision-commit-hash/5733163916-653-1 -> origin/update-vision-commit-hash/5733163916-653-1 2025-01-24T08:26:36.6194622Z * [new branch] update-vision-commit-hash/5745082876-655-1 -> origin/update-vision-commit-hash/5745082876-655-1 2025-01-24T08:26:36.6195928Z * [new branch] update-vision-commit-hash/5756913626-656-1 -> origin/update-vision-commit-hash/5756913626-656-1 2025-01-24T08:26:36.6197290Z * [new branch] update-vision-commit-hash/5767629392-657-1 -> origin/update-vision-commit-hash/5767629392-657-1 2025-01-24T08:26:36.6198621Z * [new branch] update-vision-commit-hash/5791192212-660-1 -> origin/update-vision-commit-hash/5791192212-660-1 2025-01-24T08:26:36.6199964Z * [new branch] update-vision-commit-hash/5803321708-661-1 -> origin/update-vision-commit-hash/5803321708-661-1 2025-01-24T08:26:36.6201366Z * [new branch] update-vision-commit-hash/5815393173-662-1 -> origin/update-vision-commit-hash/5815393173-662-1 2025-01-24T08:26:36.6202689Z * [new branch] update-vision-commit-hash/5827402908-663-1 -> origin/update-vision-commit-hash/5827402908-663-1 2025-01-24T08:26:36.6204101Z * [new branch] update-vision-commit-hash/5838148554-664-1 -> origin/update-vision-commit-hash/5838148554-664-1 2025-01-24T08:26:36.6205428Z * [new branch] update-vision-commit-hash/5844184042-669-1 -> origin/update-vision-commit-hash/5844184042-669-1 2025-01-24T08:26:36.6206781Z * [new branch] update-vision-commit-hash/5850331519-670-1 -> origin/update-vision-commit-hash/5850331519-670-1 2025-01-24T08:26:36.6208138Z * [new branch] update-vision-commit-hash/5862012764-671-1 -> origin/update-vision-commit-hash/5862012764-671-1 2025-01-24T08:26:36.6209595Z * [new branch] update-vision-commit-hash/5873060393-672-1 -> origin/update-vision-commit-hash/5873060393-672-1 2025-01-24T08:26:36.6211060Z * [new branch] update-vision-commit-hash/5885149056-673-1 -> origin/update-vision-commit-hash/5885149056-673-1 2025-01-24T08:26:36.6212464Z * [new branch] update-vision-commit-hash/5897221503-674-1 -> origin/update-vision-commit-hash/5897221503-674-1 2025-01-24T08:26:36.6213792Z * [new branch] update-vision-commit-hash/5908209609-675-1 -> origin/update-vision-commit-hash/5908209609-675-1 2025-01-24T08:26:36.6215155Z * [new branch] update-vision-commit-hash/5932800208-678-1 -> origin/update-vision-commit-hash/5932800208-678-1 2025-01-24T08:26:36.6216554Z * [new branch] update-vision-commit-hash/5945368651-679-1 -> origin/update-vision-commit-hash/5945368651-679-1 2025-01-24T08:26:36.6217938Z * [new branch] update-vision-commit-hash/5957816346-680-1 -> origin/update-vision-commit-hash/5957816346-680-1 2025-01-24T08:26:36.6219470Z * [new branch] update-vision-commit-hash/5970234703-681-1 -> origin/update-vision-commit-hash/5970234703-681-1 2025-01-24T08:26:36.6220879Z * [new branch] update-vision-commit-hash/5987723897-683-1 -> origin/update-vision-commit-hash/5987723897-683-1 2025-01-24T08:26:36.6222233Z * [new branch] update-vision-commit-hash/6006315671-686-1 -> origin/update-vision-commit-hash/6006315671-686-1 2025-01-24T08:26:36.6223640Z * [new branch] update-vision-commit-hash/6018891470-687-1 -> origin/update-vision-commit-hash/6018891470-687-1 2025-01-24T08:26:36.6225033Z * [new branch] update-vision-commit-hash/6055107264-691-1 -> origin/update-vision-commit-hash/6055107264-691-1 2025-01-24T08:26:36.6226645Z * [new branch] update-vision-commit-hash/6078630218-694-1 -> origin/update-vision-commit-hash/6078630218-694-1 2025-01-24T08:26:36.6227869Z * [new branch] update-vision-commit-hash/6091086722-695-1 -> origin/update-vision-commit-hash/6091086722-695-1 2025-01-24T08:26:36.6229306Z * [new branch] update-vision-commit-hash/6116061554-699-1 -> origin/update-vision-commit-hash/6116061554-699-1 2025-01-24T08:26:36.6230903Z * [new branch] update-vision-commit-hash/6140304273-702-1 -> origin/update-vision-commit-hash/6140304273-702-1 2025-01-24T08:26:36.6232103Z * [new branch] update-vision-commit-hash/6210383723-710-1 -> origin/update-vision-commit-hash/6210383723-710-1 2025-01-24T08:26:36.6233510Z * [new branch] update-vision-commit-hash/6319671985-721-1 -> origin/update-vision-commit-hash/6319671985-721-1 2025-01-24T08:26:36.6234896Z * [new branch] update-vision-commit-hash/6345577305-723-1 -> origin/update-vision-commit-hash/6345577305-723-1 2025-01-24T08:26:36.6236291Z * [new branch] update-vision-commit-hash/6366568705-725-1 -> origin/update-vision-commit-hash/6366568705-725-1 2025-01-24T08:26:36.6237706Z * [new branch] update-vision-commit-hash/6386942932-727-1 -> origin/update-vision-commit-hash/6386942932-727-1 2025-01-24T08:26:36.6239175Z * [new branch] update-vision-commit-hash/6399845260-728-1 -> origin/update-vision-commit-hash/6399845260-728-1 2025-01-24T08:26:36.6240576Z * [new branch] update-vision-commit-hash/6412969951-729-1 -> origin/update-vision-commit-hash/6412969951-729-1 2025-01-24T08:26:36.6241944Z * [new branch] update-vision-commit-hash/6425844356-730-1 -> origin/update-vision-commit-hash/6425844356-730-1 2025-01-24T08:26:36.6243334Z * [new branch] update-vision-commit-hash/6463026337-734-1 -> origin/update-vision-commit-hash/6463026337-734-1 2025-01-24T08:26:36.6244726Z * [new branch] update-vision-commit-hash/6489506557-736-1 -> origin/update-vision-commit-hash/6489506557-736-1 2025-01-24T08:26:36.6246161Z * [new branch] update-vision-commit-hash/6520762621-739-1 -> origin/update-vision-commit-hash/6520762621-739-1 2025-01-24T08:26:36.6247587Z * [new branch] update-vision-commit-hash/6581672893-744-1 -> origin/update-vision-commit-hash/6581672893-744-1 2025-01-24T08:26:36.6249021Z * [new branch] update-vision-commit-hash/6593929043-745-1 -> origin/update-vision-commit-hash/6593929043-745-1 2025-01-24T08:26:36.6250532Z * [new branch] update-vision-commit-hash/6634009725-750-1 -> origin/update-vision-commit-hash/6634009725-750-1 2025-01-24T08:26:36.6253606Z * [new branch] update-vision-commit-hash/6673463792-754-1 -> origin/update-vision-commit-hash/6673463792-754-1 2025-01-24T08:26:36.6254278Z * [new branch] update-vision-commit-hash/6700258936-758-1 -> origin/update-vision-commit-hash/6700258936-758-1 2025-01-24T08:26:36.6255607Z * [new branch] update-vision-commit-hash/6805589684-770-1 -> origin/update-vision-commit-hash/6805589684-770-1 2025-01-24T08:26:36.6256840Z * [new branch] update-vision-commit-hash/6818989957-773-1 -> origin/update-vision-commit-hash/6818989957-773-1 2025-01-24T08:26:36.6258232Z * [new branch] update-vision-commit-hash/6830864778-774-1 -> origin/update-vision-commit-hash/6830864778-774-1 2025-01-24T08:26:36.6259653Z * [new branch] update-vision-commit-hash/6857388096-777-1 -> origin/update-vision-commit-hash/6857388096-777-1 2025-01-24T08:26:36.6261065Z * [new branch] update-vision-commit-hash/6871122584-778-1 -> origin/update-vision-commit-hash/6871122584-778-1 2025-01-24T08:26:36.6262607Z * [new branch] update-vision-commit-hash/6884505667-779-1 -> origin/update-vision-commit-hash/6884505667-779-1 2025-01-24T08:26:36.6264127Z * [new branch] update-vision-commit-hash/9010274985-1089-1 -> origin/update-vision-commit-hash/9010274985-1089-1 2025-01-24T08:26:36.6266285Z * [new branch] update-xla-commit-hash/10140112669-125-1 -> origin/update-xla-commit-hash/10140112669-125-1 2025-01-24T08:26:36.6267619Z * [new branch] update-xla-commit-hash/5711964502-56-1 -> origin/update-xla-commit-hash/5711964502-56-1 2025-01-24T08:26:36.6269145Z * [new branch] update-xla-commit-hash/5782359377-57-1 -> origin/update-xla-commit-hash/5782359377-57-1 2025-01-24T08:26:36.6270317Z * [new branch] update-xla-commit-hash/5837098370-60-1 -> origin/update-xla-commit-hash/5837098370-60-1 2025-01-24T08:26:36.6271641Z * [new branch] update-xla-commit-hash/5837494164-62-2 -> origin/update-xla-commit-hash/5837494164-62-2 2025-01-24T08:26:36.6272961Z * [new branch] update-xla-commit-hash/5853121215-70-1 -> origin/update-xla-commit-hash/5853121215-70-1 2025-01-24T08:26:36.6274294Z * [new branch] update-xla-commit-hash/5856611801-73-1 -> origin/update-xla-commit-hash/5856611801-73-1 2025-01-24T08:26:36.6275625Z * [new branch] update-xla-commit-hash/5861803330-74-1 -> origin/update-xla-commit-hash/5861803330-74-1 2025-01-24T08:26:36.6276941Z * [new branch] update-xla-commit-hash/5923384420-75-1 -> origin/update-xla-commit-hash/5923384420-75-1 2025-01-24T08:26:36.6278265Z * [new branch] update-xla-commit-hash/5997018991-76-1 -> origin/update-xla-commit-hash/5997018991-76-1 2025-01-24T08:26:36.6279677Z * [new branch] update-xla-commit-hash/6070520075-77-1 -> origin/update-xla-commit-hash/6070520075-77-1 2025-01-24T08:26:36.6281006Z * [new branch] update-xla-commit-hash/6143382673-78-1 -> origin/update-xla-commit-hash/6143382673-78-1 2025-01-24T08:26:36.6282338Z * [new branch] update-xla-commit-hash/6219563710-79-1 -> origin/update-xla-commit-hash/6219563710-79-1 2025-01-24T08:26:36.6283712Z * [new branch] update-xla-commit-hash/6296332542-80-1 -> origin/update-xla-commit-hash/6296332542-80-1 2025-01-24T08:26:36.6285024Z * [new branch] update-xla-commit-hash/6377302016-81-1 -> origin/update-xla-commit-hash/6377302016-81-1 2025-01-24T08:26:36.6286341Z * [new branch] update-xla-commit-hash/6453689944-82-1 -> origin/update-xla-commit-hash/6453689944-82-1 2025-01-24T08:26:36.6287690Z * [new branch] update-xla-commit-hash/6530489691-83-1 -> origin/update-xla-commit-hash/6530489691-83-1 2025-01-24T08:26:36.6289159Z * [new branch] update-xla-commit-hash/6610159969-84-1 -> origin/update-xla-commit-hash/6610159969-84-1 2025-01-24T08:26:36.6290579Z * [new branch] update-xla-commit-hash/6689695021-85-1 -> origin/update-xla-commit-hash/6689695021-85-1 2025-01-24T08:26:36.6292005Z * [new branch] update-xla-commit-hash/6767672412-86-1 -> origin/update-xla-commit-hash/6767672412-86-1 2025-01-24T08:26:36.6293338Z * [new branch] update-xla-commit-hash/6846986487-87-1 -> origin/update-xla-commit-hash/6846986487-87-1 2025-01-24T08:26:36.6295171Z * [new branch] update_docs_torch_multinomial_issue#125388 -> origin/update_docs_torch_multinomial_issue#125388 2025-01-24T08:26:36.6296697Z * [new branch] update_pin -> origin/update_pin 2025-01-24T08:26:36.6298489Z * [new branch] update_slow_tests_1722488736 -> origin/update_slow_tests_1722488736 2025-01-24T08:26:36.6300124Z * [new branch] update_slow_tests_1722879173 -> origin/update_slow_tests_1722879173 2025-01-24T08:26:36.6301754Z * [new branch] update_slow_tests_1734939586 -> origin/update_slow_tests_1734939586 2025-01-24T08:26:36.6303440Z * [new branch] update_slow_tests_1736149192 -> origin/update_slow_tests_1736149192 2025-01-24T08:26:36.6305081Z * [new branch] update_slow_tests_1736754002 -> origin/update_slow_tests_1736754002 2025-01-24T08:26:36.6306727Z * [new branch] update_slow_tests_1737358785 -> origin/update_slow_tests_1737358785 2025-01-24T08:26:36.6309476Z * [new branch] update_submodule_FBGEMM -> origin/update_submodule_FBGEMM 2025-01-24T08:26:36.6311015Z * [new branch] update_submodule_kineto -> origin/update_submodule_kineto 2025-01-24T08:26:36.6312686Z * [new branch] upload-test-stats-workflow-env -> origin/upload-test-stats-workflow-env 2025-01-24T08:26:36.6314563Z * [new branch] use_torch_export_3 -> origin/use_torch_export_3 2025-01-24T08:26:36.6315995Z * [new branch] v0.1.2 -> origin/v0.1.2 2025-01-24T08:26:36.6317672Z * [new branch] v1.0.1 -> origin/v1.0.1 2025-01-24T08:26:36.6319390Z * [new branch] v1.0.3 -> origin/v1.0.3 2025-01-24T08:26:36.6321115Z * [new branch] v1.1.0 -> origin/v1.1.0 2025-01-24T08:26:36.6322706Z * [new branch] v1.2.0 -> origin/v1.2.0 2025-01-24T08:26:36.6324332Z * [new branch] v1.3.0 -> origin/v1.3.0 2025-01-24T08:26:36.6326079Z * [new branch] v1.3.1 -> origin/v1.3.1 2025-01-24T08:26:36.6327676Z * [new branch] validate_fn -> origin/validate_fn 2025-01-24T08:26:36.6329365Z * [new branch] validations_2.6 -> origin/validations_2.6 2025-01-24T08:26:36.6332046Z * [new branch] vfdev-5-patch-2 -> origin/vfdev-5-patch-2 2025-01-24T08:26:36.6334191Z * [new branch] viable/strict -> origin/viable/strict 2025-01-24T08:26:36.6336288Z * [new branch] voz/always_lift -> origin/voz/always_lift 2025-01-24T08:26:36.6337692Z * [new branch] voz/compiled_autograd_hooks -> origin/voz/compiled_autograd_hooks 2025-01-24T08:26:36.6338965Z * [new branch] voz/debug_dec -> origin/voz/debug_dec 2025-01-24T08:26:36.6340314Z * [new branch] voz/fix_fsdp -> origin/voz/fix_fsdp 2025-01-24T08:26:36.6341661Z * [new branch] voz/fix_np -> origin/voz/fix_np 2025-01-24T08:26:36.6342877Z * [new branch] voz/fix_np_2 -> origin/voz/fix_np_2 2025-01-24T08:26:36.6344206Z * [new branch] voz/fsdp_autograd -> origin/voz/fsdp_autograd 2025-01-24T08:26:36.6345633Z * [new branch] voz/fsdp_autograd2 -> origin/voz/fsdp_autograd2 2025-01-24T08:26:36.6346949Z * [new branch] voz/fsdp_autograd4 -> origin/voz/fsdp_autograd4 2025-01-24T08:26:36.6348304Z * [new branch] voz/fsdp_autograd_merge -> origin/voz/fsdp_autograd_merge 2025-01-24T08:26:36.6349686Z * [new branch] voz/fsdp_autograd_merge2 -> origin/voz/fsdp_autograd_merge2 2025-01-24T08:26:36.6350996Z * [new branch] voz/fsdp_ops -> origin/voz/fsdp_ops 2025-01-24T08:26:36.6352372Z * [new branch] voz/fsdp_ops2 -> origin/voz/fsdp_ops2 2025-01-24T08:26:36.6353702Z * [new branch] voz/fsdp_ops3 -> origin/voz/fsdp_ops3 2025-01-24T08:26:36.6355033Z * [new branch] voz/hacks -> origin/voz/hacks 2025-01-24T08:26:36.6356381Z * [new branch] voz/partials -> origin/voz/partials 2025-01-24T08:26:36.6357759Z * [new branch] voz/puffery -> origin/voz/puffery 2025-01-24T08:26:36.6359095Z * [new branch] voz/serde2 -> origin/voz/serde2 2025-01-24T08:26:36.6360517Z * [new branch] voz/soft_fork_autograd_fsdp -> origin/voz/soft_fork_autograd_fsdp 2025-01-24T08:26:36.6361880Z * [new branch] voz/torch_np -> origin/voz/torch_np 2025-01-24T08:26:36.6363347Z * [new branch] voz/torchrec_enablement -> origin/voz/torchrec_enablement 2025-01-24T08:26:36.6364694Z * [new branch] voz/torchrec_enablement2 -> origin/voz/torchrec_enablement2 2025-01-24T08:26:36.6366290Z * [new branch] wdvr-patch-1 -> origin/wdvr-patch-1 2025-01-24T08:26:36.6368455Z * [new branch] wdvr/add_boto3 -> origin/wdvr/add_boto3 2025-01-24T08:26:36.6369887Z * [new branch] wdvr/fix_cppwarnings_build -> origin/wdvr/fix_cppwarnings_build 2025-01-24T08:26:36.6371553Z * [new branch] wdvr/sccache091 -> origin/wdvr/sccache091 2025-01-24T08:26:36.6372687Z * [new branch] wdvr/sccache_nvcc -> origin/wdvr/sccache_nvcc 2025-01-24T08:26:36.6374155Z * [new branch] wdvr/sccache_simplified -> origin/wdvr/sccache_simplified 2025-01-24T08:26:36.6375506Z * [new branch] wdvr/xpu_sccache_fix -> origin/wdvr/xpu_sccache_fix 2025-01-24T08:26:36.6377698Z * [new branch] whc/flight -> origin/whc/flight 2025-01-24T08:26:36.6379253Z * [new branch] whc/flight4 -> origin/whc/flight4 2025-01-24T08:26:36.6380598Z * [new branch] whc/flight51 -> origin/whc/flight51 2025-01-24T08:26:36.6382052Z * [new branch] whc/flight53 -> origin/whc/flight53 2025-01-24T08:26:36.6383427Z * [new branch] whc/flight_full -> origin/whc/flight_full 2025-01-24T08:26:36.6384784Z * [new branch] whc/flightbase -> origin/whc/flightbase 2025-01-24T08:26:36.6386136Z * [new branch] whc/p2phang -> origin/whc/p2phang 2025-01-24T08:26:36.6387635Z * [new branch] whc/stage2 -> origin/whc/stage2 2025-01-24T08:26:36.6390032Z * [new branch] wwen/dynamo-preserve-node-metadata -> origin/wwen/dynamo-preserve-node-metadata 2025-01-24T08:26:36.6392121Z * [new branch] xmfan/ca_5a2be192d1 -> origin/xmfan/ca_5a2be192d1 2025-01-24T08:26:36.6393444Z * [new branch] xmfan/ca_api -> origin/xmfan/ca_api 2025-01-24T08:26:36.6394831Z * [new branch] xmfan/ca_cudagraphs -> origin/xmfan/ca_cudagraphs 2025-01-24T08:26:36.6396019Z * [new branch] xmfan/ca_jan3 -> origin/xmfan/ca_jan3 2025-01-24T08:26:36.6397360Z * [new branch] xmfan/ca_jun18 -> origin/xmfan/ca_jun18 2025-01-24T08:26:36.6398668Z * [new branch] xmfan/ca_jun24 -> origin/xmfan/ca_jun24 2025-01-24T08:26:36.6400000Z * [new branch] xmfan/ca_mem_base -> origin/xmfan/ca_mem_base 2025-01-24T08:26:36.6401323Z * [new branch] xmfan/ca_mem_fix -> origin/xmfan/ca_mem_fix 2025-01-24T08:26:36.6402671Z * [new branch] xmfan/ca_memory_fix -> origin/xmfan/ca_memory_fix 2025-01-24T08:26:36.6404040Z * [new branch] xmfan/ca_memory_fix_rebased -> origin/xmfan/ca_memory_fix_rebased 2025-01-24T08:26:36.6405391Z * [new branch] xmfan/ca_memory_fix_rebased2 -> origin/xmfan/ca_memory_fix_rebased2 2025-01-24T08:26:36.6406725Z * [new branch] xmfan/ca_move_to_cuda -> origin/xmfan/ca_move_to_cuda 2025-01-24T08:26:36.6408081Z * [new branch] xmfan/ca_overhead -> origin/xmfan/ca_overhead 2025-01-24T08:26:36.6409487Z * [new branch] xmfan/ca_overhead_0eba7e5451 -> origin/xmfan/ca_overhead_0eba7e5451 2025-01-24T08:26:36.6410865Z * [new branch] xmfan/ca_scalar -> origin/xmfan/ca_scalar 2025-01-24T08:26:36.6412273Z * [new branch] xmfan/ca_subclass_mem_fix -> origin/xmfan/ca_subclass_mem_fix 2025-01-24T08:26:36.6413606Z * [new branch] xmfan/ca_warm_mem -> origin/xmfan/ca_warm_mem 2025-01-24T08:26:36.6414956Z * [new branch] xmfan/ca_warm_mem_base -> origin/xmfan/ca_warm_mem_base 2025-01-24T08:26:36.6416330Z * [new branch] xmfan/cacu_jun18 -> origin/xmfan/cacu_jun18 2025-01-24T08:26:36.6417688Z * [new branch] xmfan/cacu_jun19 -> origin/xmfan/cacu_jun19 2025-01-24T08:26:36.6419048Z * [new branch] xmfan/cacu_jun4 -> origin/xmfan/cacu_jun4 2025-01-24T08:26:36.6420426Z * [new branch] xmfan/cacu_may27 -> origin/xmfan/cacu_may27 2025-01-24T08:26:36.6422030Z * [new branch] xmfan/circular_dep -> origin/xmfan/circular_dep 2025-01-24T08:26:36.6423278Z * [new branch] xmfan/compiled_autograd_bench -> origin/xmfan/compiled_autograd_bench 2025-01-24T08:26:36.6424701Z * [new branch] xmfan/compiled_autograd_bench_base -> origin/xmfan/compiled_autograd_bench_base 2025-01-24T08:26:36.6426085Z * [new branch] xmfan/compiled_autograd_benchmark -> origin/xmfan/compiled_autograd_benchmark 2025-01-24T08:26:36.6427433Z * [new branch] xmfan/compiled_autograd_ddp -> origin/xmfan/compiled_autograd_ddp 2025-01-24T08:26:36.6428924Z * [new branch] xmfan/compiled_autograd_feb_29 -> origin/xmfan/compiled_autograd_feb_29 2025-01-24T08:26:36.6430430Z * [new branch] xmfan/compiled_autograd_graph_breaks -> origin/xmfan/compiled_autograd_graph_breaks 2025-01-24T08:26:36.6431801Z * [new branch] xmfan/compiled_autograd_hud -> origin/xmfan/compiled_autograd_hud 2025-01-24T08:26:36.6433338Z * [new branch] xmfan/compiled_autograd_hypothetical_perf -> origin/xmfan/compiled_autograd_hypothetical_perf 2025-01-24T08:26:36.6434690Z * [new branch] xmfan/compiled_autograd_perf_no_reuse -> origin/xmfan/compiled_autograd_perf_no_reuse 2025-01-24T08:26:36.6435979Z * [new branch] xmfan/disable_duck_shape -> origin/xmfan/disable_duck_shape 2025-01-24T08:26:36.6437432Z * [new branch] xmfan/distributed_torchbench -> origin/xmfan/distributed_torchbench 2025-01-24T08:26:36.6438823Z * [new branch] xmfan/fca_cpp_node_passthrough -> origin/xmfan/fca_cpp_node_passthrough 2025-01-24T08:26:36.6440221Z * [new branch] xmfan/feb_10_compiled_autograd -> origin/xmfan/feb_10_compiled_autograd 2025-01-24T08:26:36.6441690Z * [new branch] xmfan/feb_10_compiled_autograd_cudagraph -> origin/xmfan/feb_10_compiled_autograd_cudagraph 2025-01-24T08:26:36.6442986Z * [new branch] xmfan/fsdp_wraps -> origin/xmfan/fsdp_wraps 2025-01-24T08:26:36.6444398Z * [new branch] xmfan/issue_123374 -> origin/xmfan/issue_123374 2025-01-24T08:26:36.6445816Z * [new branch] xmfan/oss_benchmark_script -> origin/xmfan/oss_benchmark_script 2025-01-24T08:26:36.6447242Z * [new branch] xmfan/rename_nanogpt -> origin/xmfan/rename_nanogpt 2025-01-24T08:26:36.6448621Z * [new branch] xmfan/retains_grad_hooks -> origin/xmfan/retains_grad_hooks 2025-01-24T08:26:36.6450025Z * [new branch] xmfan/segfault_test -> origin/xmfan/segfault_test 2025-01-24T08:26:36.6451502Z * [new branch] xmfan/sth_0829 -> origin/xmfan/sth_0829 2025-01-24T08:26:36.6453037Z * [new branch] xmfan/test -> origin/xmfan/test 2025-01-24T08:26:36.6454481Z * [new branch] xmfan/yolov3_oom -> origin/xmfan/yolov3_oom 2025-01-24T08:26:36.6456735Z * [new branch] xz9/remove-run-torchbench -> origin/xz9/remove-run-torchbench 2025-01-24T08:26:36.6458356Z * [new branch] yihan_quantization -> origin/yihan_quantization 2025-01-24T08:26:36.6460549Z * [new branch] yiming/bootcamp -> origin/yiming/bootcamp 2025-01-24T08:26:36.6462693Z * [new branch] zainr/canary-test -> origin/zainr/canary-test 2025-01-24T08:26:36.6464029Z * [new branch] zainr/emit-debug -> origin/zainr/emit-debug 2025-01-24T08:26:36.6465471Z * [new branch] zainr/historical-correlation-fix -> origin/zainr/historical-correlation-fix 2025-01-24T08:26:36.6466648Z * [new branch] zainr/lint-fix -> origin/zainr/lint-fix 2025-01-24T08:26:36.6468054Z * [new branch] zainr/metrics-job-id -> origin/zainr/metrics-job-id 2025-01-24T08:26:36.6469341Z * [new branch] zainr/metrics-pr -> origin/zainr/metrics-pr 2025-01-24T08:26:36.6470669Z * [new branch] zainr/no-op -> origin/zainr/no-op 2025-01-24T08:26:36.6472199Z * [new branch] zainr/pull-migration-c -> origin/zainr/pull-migration-c 2025-01-24T08:26:36.6473276Z * [new branch] zainr/td-baseline-stats -> origin/zainr/td-baseline-stats 2025-01-24T08:26:36.6474709Z * [new branch] zainr/td-class -> origin/zainr/td-class 2025-01-24T08:26:36.6476153Z * [new branch] zainr/td-class-metrics -> origin/zainr/td-class-metrics 2025-01-24T08:26:36.6477470Z * [new branch] zainr/td-downgrade -> origin/zainr/td-downgrade 2025-01-24T08:26:36.6478831Z * [new branch] zainr/td-file-pass -> origin/zainr/td-file-pass 2025-01-24T08:26:36.6480161Z * [new branch] zainr/td-metrics-v2 -> origin/zainr/td-metrics-v2 2025-01-24T08:26:36.6481571Z * [new branch] zainr/td-metrics2 -> origin/zainr/td-metrics2 2025-01-24T08:26:36.6482977Z * [new branch] zainr/td-pass-class-times -> origin/zainr/td-pass-class-times 2025-01-24T08:26:36.6484309Z * [new branch] zainr/td-shard-info -> origin/zainr/td-shard-info 2025-01-24T08:26:36.6485576Z * [new branch] zainr/td-trial -> origin/zainr/td-trial 2025-01-24T08:26:36.6486973Z * [new branch] zainr/unstable -> origin/zainr/unstable 2025-01-24T08:26:36.6488594Z * [new branch] zasdfgbnm-patch-3 -> origin/zasdfgbnm-patch-3 2025-01-24T08:26:36.6490168Z * [new branch] zb2p -> origin/zb2p 2025-01-24T08:26:36.6492840Z * [new branch] zbv_algo -> origin/zbv_algo 2025-01-24T08:26:36.6494500Z * [new branch] zdevito-patch-1 -> origin/zdevito-patch-1 2025-01-24T08:26:36.6496188Z * [new branch] zdevito-patch-2 -> origin/zdevito-patch-2 2025-01-24T08:26:36.6497917Z * [new branch] zeros-and-scatter-part2 -> origin/zeros-and-scatter-part2 2025-01-24T08:26:36.6499590Z * [new branch] zhuhaozhe-patch-1 -> origin/zhuhaozhe-patch-1 2025-01-24T08:26:36.6502382Z * [new branch] zhxchen17/dynamo/0 -> origin/zhxchen17/dynamo/0 2025-01-24T08:26:36.6503888Z * [new branch] zhxchen17/dynamo/1 -> origin/zhxchen17/dynamo/1 2025-01-24T08:26:36.6505261Z * [new branch] zhxchen17/dynamo/2 -> origin/zhxchen17/dynamo/2 2025-01-24T08:26:36.6507335Z * [new branch] zhxchen17/export/1 -> origin/zhxchen17/export/1 2025-01-24T08:26:36.6508736Z * [new branch] zhxchen17/export/10 -> origin/zhxchen17/export/10 2025-01-24T08:26:36.6510133Z * [new branch] zhxchen17/export/11 -> origin/zhxchen17/export/11 2025-01-24T08:26:36.6511498Z * [new branch] zhxchen17/export/12 -> origin/zhxchen17/export/12 2025-01-24T08:26:36.6512844Z * [new branch] zhxchen17/export/13 -> origin/zhxchen17/export/13 2025-01-24T08:26:36.6514188Z * [new branch] zhxchen17/export/14 -> origin/zhxchen17/export/14 2025-01-24T08:26:36.6515695Z * [new branch] zhxchen17/export/3 -> origin/zhxchen17/export/3 2025-01-24T08:26:36.6516980Z * [new branch] zhxchen17/export/6 -> origin/zhxchen17/export/6 2025-01-24T08:26:36.6518333Z * [new branch] zhxchen17/export/7 -> origin/zhxchen17/export/7 2025-01-24T08:26:36.6519695Z * [new branch] zhxchen17/export/8 -> origin/zhxchen17/export/8 2025-01-24T08:26:36.6521156Z * [new branch] zhxchen17/export/9 -> origin/zhxchen17/export/9 2025-01-24T08:26:36.6523269Z * [new branch] zhxchen17/tmp/0 -> origin/zhxchen17/tmp/0 2025-01-24T08:26:36.6524630Z * [new branch] zhxchen17/tmp/2 -> origin/zhxchen17/tmp/2 2025-01-24T08:26:36.6527135Z * [new branch] zxiiro/docs-build.sh -> origin/zxiiro/docs-build.sh 2025-01-24T08:26:36.6528367Z * [new tag] bc2caa7fdf006894eff7af936babde69ab5a40f8-huydhn-debug -> bc2caa7fdf006894eff7af936babde69ab5a40f8-huydhn-debug 2025-01-24T08:26:36.6529769Z * [new tag] ci/binaries/77164 -> ci/binaries/77164 2025-01-24T08:26:36.6531589Z * [new tag] ciflow/all/70978 -> ciflow/all/70978 2025-01-24T08:26:36.6532730Z * [new tag] ciflow/all/70979 -> ciflow/all/70979 2025-01-24T08:26:36.6533930Z * [new tag] ciflow/all/70989 -> ciflow/all/70989 2025-01-24T08:26:36.6535291Z * [new tag] ciflow/binaries/120076 -> ciflow/binaries/120076 2025-01-24T08:26:36.6536286Z * [new tag] ciflow/binaries/128672 -> ciflow/binaries/128672 2025-01-24T08:26:36.6537428Z * [new tag] ciflow/binaries/129465 -> ciflow/binaries/129465 2025-01-24T08:26:36.6538335Z * [new tag] ciflow/binaries/138175 -> ciflow/binaries/138175 2025-01-24T08:26:36.6539550Z * [new tag] ciflow/binaries/138996 -> ciflow/binaries/138996 2025-01-24T08:26:36.6540609Z * [new tag] ciflow/binaries/139760 -> ciflow/binaries/139760 2025-01-24T08:26:36.6541748Z * [new tag] ciflow/binaries/140844 -> ciflow/binaries/140844 2025-01-24T08:26:36.6542755Z * [new tag] ciflow/binaries/142040 -> ciflow/binaries/142040 2025-01-24T08:26:36.6543730Z * [new tag] ciflow/binaries/143082 -> ciflow/binaries/143082 2025-01-24T08:26:36.6544701Z * [new tag] ciflow/binaries/143360 -> ciflow/binaries/143360 2025-01-24T08:26:36.6545944Z * [new tag] ciflow/binaries/143416 -> ciflow/binaries/143416 2025-01-24T08:26:36.6547090Z * [new tag] ciflow/binaries/143791 -> ciflow/binaries/143791 2025-01-24T08:26:36.6548059Z * [new tag] ciflow/binaries/143794 -> ciflow/binaries/143794 2025-01-24T08:26:36.6549217Z * [new tag] ciflow/binaries/144046 -> ciflow/binaries/144046 2025-01-24T08:26:36.6550216Z * [new tag] ciflow/binaries/144127 -> ciflow/binaries/144127 2025-01-24T08:26:36.6551213Z * [new tag] ciflow/binaries/145119 -> ciflow/binaries/145119 2025-01-24T08:26:36.6552389Z * [new tag] ciflow/binaries/145224 -> ciflow/binaries/145224 2025-01-24T08:26:36.6553686Z * [new tag] ciflow/binaries_conda/139576 -> ciflow/binaries_conda/139576 2025-01-24T08:26:36.6554992Z * [new tag] ciflow/binaries_libtorch/139576 -> ciflow/binaries_libtorch/139576 2025-01-24T08:26:36.6556207Z * [new tag] ciflow/binaries_wheel/135189 -> ciflow/binaries_wheel/135189 2025-01-24T08:26:36.6557098Z * [new tag] ciflow/binaries_wheel/139576 -> ciflow/binaries_wheel/139576 2025-01-24T08:26:36.6558411Z * [new tag] ciflow/binaries_wheel/141584 -> ciflow/binaries_wheel/141584 2025-01-24T08:26:36.6559286Z * [new tag] ciflow/binaries_wheel/142279 -> ciflow/binaries_wheel/142279 2025-01-24T08:26:36.6560285Z * [new tag] ciflow/binaries_wheel/143388 -> ciflow/binaries_wheel/143388 2025-01-24T08:26:36.6561342Z * [new tag] ciflow/binaries_wheel/144049 -> ciflow/binaries_wheel/144049 2025-01-24T08:26:36.6562409Z * [new tag] ciflow/binaries_wheel/144842 -> ciflow/binaries_wheel/144842 2025-01-24T08:26:36.6563357Z * [new tag] ciflow/binaries_wheel/144887 -> ciflow/binaries_wheel/144887 2025-01-24T08:26:36.6564666Z * [new tag] ciflow/cuda/70978 -> ciflow/cuda/70978 2025-01-24T08:26:36.6565523Z * [new tag] ciflow/cuda/70979 -> ciflow/cuda/70979 2025-01-24T08:26:36.6566487Z * [new tag] ciflow/cuda/70989 -> ciflow/cuda/70989 2025-01-24T08:26:36.6568105Z * [new tag] ciflow/inductor-cu126/140793 -> ciflow/inductor-cu126/140793 2025-01-24T08:26:36.6568954Z * [new tag] ciflow/inductor-cu126/143806 -> ciflow/inductor-cu126/143806 2025-01-24T08:26:36.6570438Z * [new tag] ciflow/inductor-micro-benchmark/141910 -> ciflow/inductor-micro-benchmark/141910 2025-01-24T08:26:36.6572252Z * [new tag] ciflow/inductor-perf-compare/140195 -> ciflow/inductor-perf-compare/140195 2025-01-24T08:26:36.6573146Z * [new tag] ciflow/inductor-perf-compare/145455 -> ciflow/inductor-perf-compare/145455 2025-01-24T08:26:36.6574490Z * [new tag] ciflow/inductor-perf-test-nightly/140195 -> ciflow/inductor-perf-test-nightly/140195 2025-01-24T08:26:36.6575593Z * [new tag] ciflow/inductor-periodic/140793 -> ciflow/inductor-periodic/140793 2025-01-24T08:26:36.6576688Z * [new tag] ciflow/inductor-periodic/143560 -> ciflow/inductor-periodic/143560 2025-01-24T08:26:36.6577802Z * [new tag] ciflow/inductor-periodic/144594 -> ciflow/inductor-periodic/144594 2025-01-24T08:26:36.6578736Z * [new tag] ciflow/inductor-periodic/145455 -> ciflow/inductor-periodic/145455 2025-01-24T08:26:36.6580173Z * [new tag] ciflow/inductor-rocm/140261 -> ciflow/inductor-rocm/140261 2025-01-24T08:26:36.6581408Z * [new tag] ciflow/inductor-rocm/140989 -> ciflow/inductor-rocm/140989 2025-01-24T08:26:36.6582594Z * [new tag] ciflow/inductor-rocm/141309 -> ciflow/inductor-rocm/141309 2025-01-24T08:26:36.6583564Z * [new tag] ciflow/inductor-rocm/141355 -> ciflow/inductor-rocm/141355 2025-01-24T08:26:36.6584931Z * [new tag] ciflow/inductor-rocm/142408 -> ciflow/inductor-rocm/142408 2025-01-24T08:26:36.6585973Z * [new tag] ciflow/inductor-rocm/144985 -> ciflow/inductor-rocm/144985 2025-01-24T08:26:36.6587205Z * [new tag] ciflow/inductor-rocm/145504 -> ciflow/inductor-rocm/145504 2025-01-24T08:26:36.6588247Z * [new tag] ciflow/inductor-rocm/145518 -> ciflow/inductor-rocm/145518 2025-01-24T08:26:36.6589569Z * [new tag] ciflow/inductor/110155 -> ciflow/inductor/110155 2025-01-24T08:26:36.6590445Z * [new tag] ciflow/inductor/113257 -> ciflow/inductor/113257 2025-01-24T08:26:36.6591420Z * [new tag] ciflow/inductor/118489 -> ciflow/inductor/118489 2025-01-24T08:26:36.6592392Z * [new tag] ciflow/inductor/119496 -> ciflow/inductor/119496 2025-01-24T08:26:36.6593350Z * [new tag] ciflow/inductor/119977 -> ciflow/inductor/119977 2025-01-24T08:26:36.6594307Z * [new tag] ciflow/inductor/120076 -> ciflow/inductor/120076 2025-01-24T08:26:36.6595261Z * [new tag] ciflow/inductor/121445 -> ciflow/inductor/121445 2025-01-24T08:26:36.6596216Z * [new tag] ciflow/inductor/123661 -> ciflow/inductor/123661 2025-01-24T08:26:36.6597211Z * [new tag] ciflow/inductor/124490 -> ciflow/inductor/124490 2025-01-24T08:26:36.6598158Z * [new tag] ciflow/inductor/125270 -> ciflow/inductor/125270 2025-01-24T08:26:36.6599124Z * [new tag] ciflow/inductor/125326 -> ciflow/inductor/125326 2025-01-24T08:26:36.6600085Z * [new tag] ciflow/inductor/125428 -> ciflow/inductor/125428 2025-01-24T08:26:36.6601053Z * [new tag] ciflow/inductor/125469 -> ciflow/inductor/125469 2025-01-24T08:26:36.6602022Z * [new tag] ciflow/inductor/125806 -> ciflow/inductor/125806 2025-01-24T08:26:36.6602998Z * [new tag] ciflow/inductor/125888 -> ciflow/inductor/125888 2025-01-24T08:26:36.6604180Z * [new tag] ciflow/inductor/125995 -> ciflow/inductor/125995 2025-01-24T08:26:36.6605075Z * [new tag] ciflow/inductor/126129 -> ciflow/inductor/126129 2025-01-24T08:26:36.6606253Z * [new tag] ciflow/inductor/126348 -> ciflow/inductor/126348 2025-01-24T08:26:36.6607046Z * [new tag] ciflow/inductor/127011 -> ciflow/inductor/127011 2025-01-24T08:26:36.6608215Z * [new tag] ciflow/inductor/127171 -> ciflow/inductor/127171 2025-01-24T08:26:36.6609098Z * [new tag] ciflow/inductor/127293 -> ciflow/inductor/127293 2025-01-24T08:26:36.6610093Z * [new tag] ciflow/inductor/127294 -> ciflow/inductor/127294 2025-01-24T08:26:36.6611274Z * [new tag] ciflow/inductor/128802 -> ciflow/inductor/128802 2025-01-24T08:26:36.6612508Z * [new tag] ciflow/inductor/129352 -> ciflow/inductor/129352 2025-01-24T08:26:36.6613314Z * [new tag] ciflow/inductor/129409 -> ciflow/inductor/129409 2025-01-24T08:26:36.6614300Z * [new tag] ciflow/inductor/129420 -> ciflow/inductor/129420 2025-01-24T08:26:36.6615299Z * [new tag] ciflow/inductor/130141 -> ciflow/inductor/130141 2025-01-24T08:26:36.6616384Z * [new tag] ciflow/inductor/130499 -> ciflow/inductor/130499 2025-01-24T08:26:36.6617348Z * [new tag] ciflow/inductor/130887 -> ciflow/inductor/130887 2025-01-24T08:26:36.6618467Z * [new tag] ciflow/inductor/131354 -> ciflow/inductor/131354 2025-01-24T08:26:36.6619449Z * [new tag] ciflow/inductor/131481 -> ciflow/inductor/131481 2025-01-24T08:26:36.6620603Z * [new tag] ciflow/inductor/131493 -> ciflow/inductor/131493 2025-01-24T08:26:36.6621559Z * [new tag] ciflow/inductor/132021 -> ciflow/inductor/132021 2025-01-24T08:26:36.6622574Z * [new tag] ciflow/inductor/132414 -> ciflow/inductor/132414 2025-01-24T08:26:36.6623563Z * [new tag] ciflow/inductor/132755 -> ciflow/inductor/132755 2025-01-24T08:26:36.6624546Z * [new tag] ciflow/inductor/133044 -> ciflow/inductor/133044 2025-01-24T08:26:36.6625543Z * [new tag] ciflow/inductor/133121 -> ciflow/inductor/133121 2025-01-24T08:26:36.6626644Z * [new tag] ciflow/inductor/133287 -> ciflow/inductor/133287 2025-01-24T08:26:36.6627550Z * [new tag] ciflow/inductor/133289 -> ciflow/inductor/133289 2025-01-24T08:26:36.6628528Z * [new tag] ciflow/inductor/133296 -> ciflow/inductor/133296 2025-01-24T08:26:36.6629595Z * [new tag] ciflow/inductor/133297 -> ciflow/inductor/133297 2025-01-24T08:26:36.6630571Z * [new tag] ciflow/inductor/133307 -> ciflow/inductor/133307 2025-01-24T08:26:36.6631550Z * [new tag] ciflow/inductor/133315 -> ciflow/inductor/133315 2025-01-24T08:26:36.6632545Z * [new tag] ciflow/inductor/133392 -> ciflow/inductor/133392 2025-01-24T08:26:36.6633556Z * [new tag] ciflow/inductor/133419 -> ciflow/inductor/133419 2025-01-24T08:26:36.6634550Z * [new tag] ciflow/inductor/133423 -> ciflow/inductor/133423 2025-01-24T08:26:36.6635556Z * [new tag] ciflow/inductor/133667 -> ciflow/inductor/133667 2025-01-24T08:26:36.6636635Z * [new tag] ciflow/inductor/133753 -> ciflow/inductor/133753 2025-01-24T08:26:36.6637589Z * [new tag] ciflow/inductor/133842 -> ciflow/inductor/133842 2025-01-24T08:26:36.6638673Z * [new tag] ciflow/inductor/134681 -> ciflow/inductor/134681 2025-01-24T08:26:36.6639603Z * [new tag] ciflow/inductor/134881 -> ciflow/inductor/134881 2025-01-24T08:26:36.6640791Z * [new tag] ciflow/inductor/134969 -> ciflow/inductor/134969 2025-01-24T08:26:36.6641748Z * [new tag] ciflow/inductor/135189 -> ciflow/inductor/135189 2025-01-24T08:26:36.6643015Z * [new tag] ciflow/inductor/135337 -> ciflow/inductor/135337 2025-01-24T08:26:36.6643804Z * [new tag] ciflow/inductor/135465 -> ciflow/inductor/135465 2025-01-24T08:26:36.6644819Z * [new tag] ciflow/inductor/135708 -> ciflow/inductor/135708 2025-01-24T08:26:36.6645910Z * [new tag] ciflow/inductor/135719 -> ciflow/inductor/135719 2025-01-24T08:26:36.6646887Z * [new tag] ciflow/inductor/135792 -> ciflow/inductor/135792 2025-01-24T08:26:36.6648205Z * [new tag] ciflow/inductor/136268 -> ciflow/inductor/136268 2025-01-24T08:26:36.6649179Z * [new tag] ciflow/inductor/136355 -> ciflow/inductor/136355 2025-01-24T08:26:36.6650337Z * [new tag] ciflow/inductor/136478 -> ciflow/inductor/136478 2025-01-24T08:26:36.6652386Z * [new tag] ciflow/inductor/136702 -> ciflow/inductor/136702 2025-01-24T08:26:36.6653382Z * [new tag] ciflow/inductor/136753 -> ciflow/inductor/136753 2025-01-24T08:26:36.6654471Z * [new tag] ciflow/inductor/136802 -> ciflow/inductor/136802 2025-01-24T08:26:36.6655479Z * [new tag] ciflow/inductor/137400 -> ciflow/inductor/137400 2025-01-24T08:26:36.6656571Z * [new tag] ciflow/inductor/137493 -> ciflow/inductor/137493 2025-01-24T08:26:36.6657528Z * [new tag] ciflow/inductor/137568 -> ciflow/inductor/137568 2025-01-24T08:26:36.6658702Z * [new tag] ciflow/inductor/137583 -> ciflow/inductor/137583 2025-01-24T08:26:36.6659877Z * [new tag] ciflow/inductor/137658 -> ciflow/inductor/137658 2025-01-24T08:26:36.6660865Z * [new tag] ciflow/inductor/137662 -> ciflow/inductor/137662 2025-01-24T08:26:36.6661956Z * [new tag] ciflow/inductor/137726 -> ciflow/inductor/137726 2025-01-24T08:26:36.6662961Z * [new tag] ciflow/inductor/137808 -> ciflow/inductor/137808 2025-01-24T08:26:36.6664085Z * [new tag] ciflow/inductor/137822 -> ciflow/inductor/137822 2025-01-24T08:26:36.6665245Z * [new tag] ciflow/inductor/137846 -> ciflow/inductor/137846 2025-01-24T08:26:36.6666244Z * [new tag] ciflow/inductor/137861 -> ciflow/inductor/137861 2025-01-24T08:26:36.6667349Z * [new tag] ciflow/inductor/137884 -> ciflow/inductor/137884 2025-01-24T08:26:36.6668364Z * [new tag] ciflow/inductor/137921 -> ciflow/inductor/137921 2025-01-24T08:26:36.6669475Z * [new tag] ciflow/inductor/137959 -> ciflow/inductor/137959 2025-01-24T08:26:36.6670468Z * [new tag] ciflow/inductor/138101 -> ciflow/inductor/138101 2025-01-24T08:26:36.6671566Z * [new tag] ciflow/inductor/138185 -> ciflow/inductor/138185 2025-01-24T08:26:36.6672556Z * [new tag] ciflow/inductor/138202 -> ciflow/inductor/138202 2025-01-24T08:26:36.6673667Z * [new tag] ciflow/inductor/138213 -> ciflow/inductor/138213 2025-01-24T08:26:36.6674670Z * [new tag] ciflow/inductor/138214 -> ciflow/inductor/138214 2025-01-24T08:26:36.6675781Z * [new tag] ciflow/inductor/138282 -> ciflow/inductor/138282 2025-01-24T08:26:36.6676854Z * [new tag] ciflow/inductor/138503 -> ciflow/inductor/138503 2025-01-24T08:26:36.6677836Z * [new tag] ciflow/inductor/138513 -> ciflow/inductor/138513 2025-01-24T08:26:36.6678931Z * [new tag] ciflow/inductor/138519 -> ciflow/inductor/138519 2025-01-24T08:26:36.6680123Z * [new tag] ciflow/inductor/138555 -> ciflow/inductor/138555 2025-01-24T08:26:36.6681339Z * [new tag] ciflow/inductor/138573 -> ciflow/inductor/138573 2025-01-24T08:26:36.6682517Z * [new tag] ciflow/inductor/138626 -> ciflow/inductor/138626 2025-01-24T08:26:36.6683918Z * [new tag] ciflow/inductor/138749 -> ciflow/inductor/138749 2025-01-24T08:26:36.6684841Z * [new tag] ciflow/inductor/138871 -> ciflow/inductor/138871 2025-01-24T08:26:36.6686008Z * [new tag] ciflow/inductor/138889 -> ciflow/inductor/138889 2025-01-24T08:26:36.6686979Z * [new tag] ciflow/inductor/138929 -> ciflow/inductor/138929 2025-01-24T08:26:36.6688127Z * [new tag] ciflow/inductor/138930 -> ciflow/inductor/138930 2025-01-24T08:26:36.6689110Z * [new tag] ciflow/inductor/138938 -> ciflow/inductor/138938 2025-01-24T08:26:36.6690386Z * [new tag] ciflow/inductor/138953 -> ciflow/inductor/138953 2025-01-24T08:26:36.6691378Z * [new tag] ciflow/inductor/138963 -> ciflow/inductor/138963 2025-01-24T08:26:36.6692620Z * [new tag] ciflow/inductor/138966 -> ciflow/inductor/138966 2025-01-24T08:26:36.6693793Z * [new tag] ciflow/inductor/138999 -> ciflow/inductor/138999 2025-01-24T08:26:36.6694838Z * [new tag] ciflow/inductor/139094 -> ciflow/inductor/139094 2025-01-24T08:26:36.6695955Z * [new tag] ciflow/inductor/139098 -> ciflow/inductor/139098 2025-01-24T08:26:36.6696949Z * [new tag] ciflow/inductor/139101 -> ciflow/inductor/139101 2025-01-24T08:26:36.6698113Z * [new tag] ciflow/inductor/139102 -> ciflow/inductor/139102 2025-01-24T08:26:36.6699228Z * [new tag] ciflow/inductor/139105 -> ciflow/inductor/139105 2025-01-24T08:26:36.6700575Z * [new tag] ciflow/inductor/139135 -> ciflow/inductor/139135 2025-01-24T08:26:36.6701774Z * [new tag] ciflow/inductor/139146 -> ciflow/inductor/139146 2025-01-24T08:26:36.6703077Z * [new tag] ciflow/inductor/139171 -> ciflow/inductor/139171 2025-01-24T08:26:36.6704198Z * [new tag] ciflow/inductor/139247 -> ciflow/inductor/139247 2025-01-24T08:26:36.6705201Z * [new tag] ciflow/inductor/139271 -> ciflow/inductor/139271 2025-01-24T08:26:36.6706372Z * [new tag] ciflow/inductor/139308 -> ciflow/inductor/139308 2025-01-24T08:26:36.6707399Z * [new tag] ciflow/inductor/139325 -> ciflow/inductor/139325 2025-01-24T08:26:36.6708563Z * [new tag] ciflow/inductor/139329 -> ciflow/inductor/139329 2025-01-24T08:26:36.6709575Z * [new tag] ciflow/inductor/139338 -> ciflow/inductor/139338 2025-01-24T08:26:36.6710741Z * [new tag] ciflow/inductor/139356 -> ciflow/inductor/139356 2025-01-24T08:26:36.6711762Z * [new tag] ciflow/inductor/139357 -> ciflow/inductor/139357 2025-01-24T08:26:36.6713024Z * [new tag] ciflow/inductor/139379 -> ciflow/inductor/139379 2025-01-24T08:26:36.6714153Z * [new tag] ciflow/inductor/139384 -> ciflow/inductor/139384 2025-01-24T08:26:36.6715166Z * [new tag] ciflow/inductor/139421 -> ciflow/inductor/139421 2025-01-24T08:26:36.6716550Z * [new tag] ciflow/inductor/139437 -> ciflow/inductor/139437 2025-01-24T08:26:36.6717568Z * [new tag] ciflow/inductor/139535 -> ciflow/inductor/139535 2025-01-24T08:26:36.6718751Z * [new tag] ciflow/inductor/139561 -> ciflow/inductor/139561 2025-01-24T08:26:36.6719869Z * [new tag] ciflow/inductor/139672 -> ciflow/inductor/139672 2025-01-24T08:26:36.6720886Z * [new tag] ciflow/inductor/139697 -> ciflow/inductor/139697 2025-01-24T08:26:36.6722091Z * [new tag] ciflow/inductor/139708 -> ciflow/inductor/139708 2025-01-24T08:26:36.6723227Z * [new tag] ciflow/inductor/139796 -> ciflow/inductor/139796 2025-01-24T08:26:36.6724239Z * [new tag] ciflow/inductor/139840 -> ciflow/inductor/139840 2025-01-24T08:26:36.6725722Z * [new tag] ciflow/inductor/139864 -> ciflow/inductor/139864 2025-01-24T08:26:36.6726617Z * [new tag] ciflow/inductor/139928 -> ciflow/inductor/139928 2025-01-24T08:26:36.6727784Z * [new tag] ciflow/inductor/139975 -> ciflow/inductor/139975 2025-01-24T08:26:36.6728945Z * [new tag] ciflow/inductor/139976 -> ciflow/inductor/139976 2025-01-24T08:26:36.6729967Z * [new tag] ciflow/inductor/140032 -> ciflow/inductor/140032 2025-01-24T08:26:36.6731308Z * [new tag] ciflow/inductor/140048 -> ciflow/inductor/140048 2025-01-24T08:26:36.6732341Z * [new tag] ciflow/inductor/140084 -> ciflow/inductor/140084 2025-01-24T08:26:36.6733527Z * [new tag] ciflow/inductor/140132 -> ciflow/inductor/140132 2025-01-24T08:26:36.6734795Z * [new tag] ciflow/inductor/140146 -> ciflow/inductor/140146 2025-01-24T08:26:36.6736027Z * [new tag] ciflow/inductor/140159 -> ciflow/inductor/140159 2025-01-24T08:26:36.6737065Z * [new tag] ciflow/inductor/140195 -> ciflow/inductor/140195 2025-01-24T08:26:36.6738251Z * [new tag] ciflow/inductor/140283 -> ciflow/inductor/140283 2025-01-24T08:26:36.6739393Z * [new tag] ciflow/inductor/140328 -> ciflow/inductor/140328 2025-01-24T08:26:36.6740631Z * [new tag] ciflow/inductor/140362 -> ciflow/inductor/140362 2025-01-24T08:26:36.6741753Z * [new tag] ciflow/inductor/140677 -> ciflow/inductor/140677 2025-01-24T08:26:36.6743103Z * [new tag] ciflow/inductor/140746 -> ciflow/inductor/140746 2025-01-24T08:26:36.6744223Z * [new tag] ciflow/inductor/140747 -> ciflow/inductor/140747 2025-01-24T08:26:36.6745352Z * [new tag] ciflow/inductor/140756 -> ciflow/inductor/140756 2025-01-24T08:26:36.6746600Z * [new tag] ciflow/inductor/140807 -> ciflow/inductor/140807 2025-01-24T08:26:36.6747757Z * [new tag] ciflow/inductor/140858 -> ciflow/inductor/140858 2025-01-24T08:26:36.6749026Z * [new tag] ciflow/inductor/140979 -> ciflow/inductor/140979 2025-01-24T08:26:36.6750223Z * [new tag] ciflow/inductor/141055 -> ciflow/inductor/141055 2025-01-24T08:26:36.6751685Z * [new tag] ciflow/inductor/141082 -> ciflow/inductor/141082 2025-01-24T08:26:36.6752863Z * [new tag] ciflow/inductor/141096 -> ciflow/inductor/141096 2025-01-24T08:26:36.6754012Z * [new tag] ciflow/inductor/141097 -> ciflow/inductor/141097 2025-01-24T08:26:36.6755153Z * [new tag] ciflow/inductor/141131 -> ciflow/inductor/141131 2025-01-24T08:26:36.6756285Z * [new tag] ciflow/inductor/141168 -> ciflow/inductor/141168 2025-01-24T08:26:36.6757446Z * [new tag] ciflow/inductor/141193 -> ciflow/inductor/141193 2025-01-24T08:26:36.6758640Z * [new tag] ciflow/inductor/141195 -> ciflow/inductor/141195 2025-01-24T08:26:36.6759884Z * [new tag] ciflow/inductor/141213 -> ciflow/inductor/141213 2025-01-24T08:26:36.6761149Z * [new tag] ciflow/inductor/141226 -> ciflow/inductor/141226 2025-01-24T08:26:36.6762311Z * [new tag] ciflow/inductor/141309 -> ciflow/inductor/141309 2025-01-24T08:26:36.6763639Z * [new tag] ciflow/inductor/141342 -> ciflow/inductor/141342 2025-01-24T08:26:36.6764793Z * [new tag] ciflow/inductor/141347 -> ciflow/inductor/141347 2025-01-24T08:26:36.6765957Z * [new tag] ciflow/inductor/141393 -> ciflow/inductor/141393 2025-01-24T08:26:36.6767106Z * [new tag] ciflow/inductor/141489 -> ciflow/inductor/141489 2025-01-24T08:26:36.6768444Z * [new tag] ciflow/inductor/141493 -> ciflow/inductor/141493 2025-01-24T08:26:36.6769355Z * [new tag] ciflow/inductor/141496 -> ciflow/inductor/141496 2025-01-24T08:26:36.6770678Z * [new tag] ciflow/inductor/141588 -> ciflow/inductor/141588 2025-01-24T08:26:36.6772422Z * [new tag] ciflow/inductor/141641 -> ciflow/inductor/141641 2025-01-24T08:26:36.6773618Z * [new tag] ciflow/inductor/141659 -> ciflow/inductor/141659 2025-01-24T08:26:36.6774770Z * [new tag] ciflow/inductor/141684 -> ciflow/inductor/141684 2025-01-24T08:26:36.6775948Z * [new tag] ciflow/inductor/141697 -> ciflow/inductor/141697 2025-01-24T08:26:36.6777095Z * [new tag] ciflow/inductor/141700 -> ciflow/inductor/141700 2025-01-24T08:26:36.6778282Z * [new tag] ciflow/inductor/141702 -> ciflow/inductor/141702 2025-01-24T08:26:36.6779434Z * [new tag] ciflow/inductor/141720 -> ciflow/inductor/141720 2025-01-24T08:26:36.6780811Z * [new tag] ciflow/inductor/141730 -> ciflow/inductor/141730 2025-01-24T08:26:36.6782010Z * [new tag] ciflow/inductor/141795 -> ciflow/inductor/141795 2025-01-24T08:26:36.6783283Z * [new tag] ciflow/inductor/141842 -> ciflow/inductor/141842 2025-01-24T08:26:36.6784457Z * [new tag] ciflow/inductor/141889 -> ciflow/inductor/141889 2025-01-24T08:26:36.6785695Z * [new tag] ciflow/inductor/141940 -> ciflow/inductor/141940 2025-01-24T08:26:36.6786869Z * [new tag] ciflow/inductor/141944 -> ciflow/inductor/141944 2025-01-24T08:26:36.6788049Z * [new tag] ciflow/inductor/141947 -> ciflow/inductor/141947 2025-01-24T08:26:36.6789301Z * [new tag] ciflow/inductor/141961 -> ciflow/inductor/141961 2025-01-24T08:26:36.6790504Z * [new tag] ciflow/inductor/142026 -> ciflow/inductor/142026 2025-01-24T08:26:36.6791669Z * [new tag] ciflow/inductor/142046 -> ciflow/inductor/142046 2025-01-24T08:26:36.6792846Z * [new tag] ciflow/inductor/142091 -> ciflow/inductor/142091 2025-01-24T08:26:36.6794069Z * [new tag] ciflow/inductor/142092 -> ciflow/inductor/142092 2025-01-24T08:26:36.6795254Z * [new tag] ciflow/inductor/142105 -> ciflow/inductor/142105 2025-01-24T08:26:36.6796587Z * [new tag] ciflow/inductor/142163 -> ciflow/inductor/142163 2025-01-24T08:26:36.6798091Z * [new tag] ciflow/inductor/142272 -> ciflow/inductor/142272 2025-01-24T08:26:36.6799526Z * [new tag] ciflow/inductor/142273 -> ciflow/inductor/142273 2025-01-24T08:26:36.6800705Z * [new tag] ciflow/inductor/142295 -> ciflow/inductor/142295 2025-01-24T08:26:36.6801900Z * [new tag] ciflow/inductor/142296 -> ciflow/inductor/142296 2025-01-24T08:26:36.6803215Z * [new tag] ciflow/inductor/142309 -> ciflow/inductor/142309 2025-01-24T08:26:36.6804397Z * [new tag] ciflow/inductor/142350 -> ciflow/inductor/142350 2025-01-24T08:26:36.6805574Z * [new tag] ciflow/inductor/142372 -> ciflow/inductor/142372 2025-01-24T08:26:36.6806774Z * [new tag] ciflow/inductor/142407 -> ciflow/inductor/142407 2025-01-24T08:26:36.6807977Z * [new tag] ciflow/inductor/142483 -> ciflow/inductor/142483 2025-01-24T08:26:36.6809158Z * [new tag] ciflow/inductor/142513 -> ciflow/inductor/142513 2025-01-24T08:26:36.6810425Z * [new tag] ciflow/inductor/142830 -> ciflow/inductor/142830 2025-01-24T08:26:36.6811692Z * [new tag] ciflow/inductor/142851 -> ciflow/inductor/142851 2025-01-24T08:26:36.6812991Z * [new tag] ciflow/inductor/142861 -> ciflow/inductor/142861 2025-01-24T08:26:36.6814524Z * [new tag] ciflow/inductor/143044 -> ciflow/inductor/143044 2025-01-24T08:26:36.6815337Z * [new tag] ciflow/inductor/143061 -> ciflow/inductor/143061 2025-01-24T08:26:36.6816621Z * [new tag] ciflow/inductor/143103 -> ciflow/inductor/143103 2025-01-24T08:26:36.6817838Z * [new tag] ciflow/inductor/143220 -> ciflow/inductor/143220 2025-01-24T08:26:36.6819043Z * [new tag] ciflow/inductor/143275 -> ciflow/inductor/143275 2025-01-24T08:26:36.6820358Z * [new tag] ciflow/inductor/143286 -> ciflow/inductor/143286 2025-01-24T08:26:36.6821589Z * [new tag] ciflow/inductor/143296 -> ciflow/inductor/143296 2025-01-24T08:26:36.6822811Z * [new tag] ciflow/inductor/143313 -> ciflow/inductor/143313 2025-01-24T08:26:36.6824000Z * [new tag] ciflow/inductor/143378 -> ciflow/inductor/143378 2025-01-24T08:26:36.6825211Z * [new tag] ciflow/inductor/143387 -> ciflow/inductor/143387 2025-01-24T08:26:36.6826352Z * [new tag] ciflow/inductor/143405 -> ciflow/inductor/143405 2025-01-24T08:26:36.6827640Z * [new tag] ciflow/inductor/143408 -> ciflow/inductor/143408 2025-01-24T08:26:36.6828876Z * [new tag] ciflow/inductor/143411 -> ciflow/inductor/143411 2025-01-24T08:26:36.6830064Z * [new tag] ciflow/inductor/143417 -> ciflow/inductor/143417 2025-01-24T08:26:36.6831329Z * [new tag] ciflow/inductor/143456 -> ciflow/inductor/143456 2025-01-24T08:26:36.6832492Z * [new tag] ciflow/inductor/143457 -> ciflow/inductor/143457 2025-01-24T08:26:36.6834046Z * [new tag] ciflow/inductor/143464 -> ciflow/inductor/143464 2025-01-24T08:26:36.6835403Z * [new tag] ciflow/inductor/143475 -> ciflow/inductor/143475 2025-01-24T08:26:36.6836775Z * [new tag] ciflow/inductor/143525 -> ciflow/inductor/143525 2025-01-24T08:26:36.6838085Z * [new tag] ciflow/inductor/143527 -> ciflow/inductor/143527 2025-01-24T08:26:36.6839292Z * [new tag] ciflow/inductor/143533 -> ciflow/inductor/143533 2025-01-24T08:26:36.6840517Z * [new tag] ciflow/inductor/143534 -> ciflow/inductor/143534 2025-01-24T08:26:36.6841892Z * [new tag] ciflow/inductor/143544 -> ciflow/inductor/143544 2025-01-24T08:26:36.6843088Z * [new tag] ciflow/inductor/143559 -> ciflow/inductor/143559 2025-01-24T08:26:36.6844313Z * [new tag] ciflow/inductor/143622 -> ciflow/inductor/143622 2025-01-24T08:26:36.6845546Z * [new tag] ciflow/inductor/143631 -> ciflow/inductor/143631 2025-01-24T08:26:36.6846806Z * [new tag] ciflow/inductor/143638 -> ciflow/inductor/143638 2025-01-24T08:26:36.6848017Z * [new tag] ciflow/inductor/143671 -> ciflow/inductor/143671 2025-01-24T08:26:36.6849262Z * [new tag] ciflow/inductor/143683 -> ciflow/inductor/143683 2025-01-24T08:26:36.6850579Z * [new tag] ciflow/inductor/143712 -> ciflow/inductor/143712 2025-01-24T08:26:36.6851879Z * [new tag] ciflow/inductor/143812 -> ciflow/inductor/143812 2025-01-24T08:26:36.6853210Z * [new tag] ciflow/inductor/143833 -> ciflow/inductor/143833 2025-01-24T08:26:36.6854475Z * [new tag] ciflow/inductor/143872 -> ciflow/inductor/143872 2025-01-24T08:26:36.6855734Z * [new tag] ciflow/inductor/143877 -> ciflow/inductor/143877 2025-01-24T08:26:36.6856994Z * [new tag] ciflow/inductor/143880 -> ciflow/inductor/143880 2025-01-24T08:26:36.6858212Z * [new tag] ciflow/inductor/143961 -> ciflow/inductor/143961 2025-01-24T08:26:36.6859862Z * [new tag] ciflow/inductor/143987 -> ciflow/inductor/143987 2025-01-24T08:26:36.6860869Z * [new tag] ciflow/inductor/144002 -> ciflow/inductor/144002 2025-01-24T08:26:36.6862200Z * [new tag] ciflow/inductor/144008 -> ciflow/inductor/144008 2025-01-24T08:26:36.6863561Z * [new tag] ciflow/inductor/144017 -> ciflow/inductor/144017 2025-01-24T08:26:36.6864814Z * [new tag] ciflow/inductor/144020 -> ciflow/inductor/144020 2025-01-24T08:26:36.6866063Z * [new tag] ciflow/inductor/144073 -> ciflow/inductor/144073 2025-01-24T08:26:36.6867324Z * [new tag] ciflow/inductor/144097 -> ciflow/inductor/144097 2025-01-24T08:26:36.6868602Z * [new tag] ciflow/inductor/144108 -> ciflow/inductor/144108 2025-01-24T08:26:36.6869829Z * [new tag] ciflow/inductor/144114 -> ciflow/inductor/144114 2025-01-24T08:26:36.6871109Z * [new tag] ciflow/inductor/144115 -> ciflow/inductor/144115 2025-01-24T08:26:36.6872382Z * [new tag] ciflow/inductor/144120 -> ciflow/inductor/144120 2025-01-24T08:26:36.6873857Z * [new tag] ciflow/inductor/144172 -> ciflow/inductor/144172 2025-01-24T08:26:36.6875236Z * [new tag] ciflow/inductor/144193 -> ciflow/inductor/144193 2025-01-24T08:26:36.6876610Z * [new tag] ciflow/inductor/144234 -> ciflow/inductor/144234 2025-01-24T08:26:36.6878039Z * [new tag] ciflow/inductor/144272 -> ciflow/inductor/144272 2025-01-24T08:26:36.6879306Z * [new tag] ciflow/inductor/144288 -> ciflow/inductor/144288 2025-01-24T08:26:36.6881290Z * [new tag] ciflow/inductor/144293 -> ciflow/inductor/144293 2025-01-24T08:26:36.6882936Z * [new tag] ciflow/inductor/144294 -> ciflow/inductor/144294 2025-01-24T08:26:36.6884212Z * [new tag] ciflow/inductor/144303 -> ciflow/inductor/144303 2025-01-24T08:26:36.6885483Z * [new tag] ciflow/inductor/144332 -> ciflow/inductor/144332 2025-01-24T08:26:36.6886712Z * [new tag] ciflow/inductor/144333 -> ciflow/inductor/144333 2025-01-24T08:26:36.6887937Z * [new tag] ciflow/inductor/144349 -> ciflow/inductor/144349 2025-01-24T08:26:36.6889202Z * [new tag] ciflow/inductor/144353 -> ciflow/inductor/144353 2025-01-24T08:26:36.6890502Z * [new tag] ciflow/inductor/144365 -> ciflow/inductor/144365 2025-01-24T08:26:36.6891783Z * [new tag] ciflow/inductor/144366 -> ciflow/inductor/144366 2025-01-24T08:26:36.6893045Z * [new tag] ciflow/inductor/144395 -> ciflow/inductor/144395 2025-01-24T08:26:36.6894265Z * [new tag] ciflow/inductor/144405 -> ciflow/inductor/144405 2025-01-24T08:26:36.6895498Z * [new tag] ciflow/inductor/144413 -> ciflow/inductor/144413 2025-01-24T08:26:36.6896774Z * [new tag] ciflow/inductor/144414 -> ciflow/inductor/144414 2025-01-24T08:26:36.6898033Z * [new tag] ciflow/inductor/144420 -> ciflow/inductor/144420 2025-01-24T08:26:36.6899258Z * [new tag] ciflow/inductor/144421 -> ciflow/inductor/144421 2025-01-24T08:26:36.6900499Z * [new tag] ciflow/inductor/144422 -> ciflow/inductor/144422 2025-01-24T08:26:36.6901724Z * [new tag] ciflow/inductor/144423 -> ciflow/inductor/144423 2025-01-24T08:26:36.6903024Z * [new tag] ciflow/inductor/144424 -> ciflow/inductor/144424 2025-01-24T08:26:36.6904242Z * [new tag] ciflow/inductor/144438 -> ciflow/inductor/144438 2025-01-24T08:26:36.6905495Z * [new tag] ciflow/inductor/144452 -> ciflow/inductor/144452 2025-01-24T08:26:36.6906746Z * [new tag] ciflow/inductor/144458 -> ciflow/inductor/144458 2025-01-24T08:26:36.6908200Z * [new tag] ciflow/inductor/144485 -> ciflow/inductor/144485 2025-01-24T08:26:36.6909475Z * [new tag] ciflow/inductor/144492 -> ciflow/inductor/144492 2025-01-24T08:26:36.6910696Z * [new tag] ciflow/inductor/144501 -> ciflow/inductor/144501 2025-01-24T08:26:36.6911930Z * [new tag] ciflow/inductor/144505 -> ciflow/inductor/144505 2025-01-24T08:26:36.6913183Z * [new tag] ciflow/inductor/144507 -> ciflow/inductor/144507 2025-01-24T08:26:36.6914432Z * [new tag] ciflow/inductor/144513 -> ciflow/inductor/144513 2025-01-24T08:26:36.6915695Z * [new tag] ciflow/inductor/144515 -> ciflow/inductor/144515 2025-01-24T08:26:36.6916959Z * [new tag] ciflow/inductor/144516 -> ciflow/inductor/144516 2025-01-24T08:26:36.6918230Z * [new tag] ciflow/inductor/144526 -> ciflow/inductor/144526 2025-01-24T08:26:36.6919492Z * [new tag] ciflow/inductor/144527 -> ciflow/inductor/144527 2025-01-24T08:26:36.6920695Z * [new tag] ciflow/inductor/144528 -> ciflow/inductor/144528 2025-01-24T08:26:36.6922022Z * [new tag] ciflow/inductor/144542 -> ciflow/inductor/144542 2025-01-24T08:26:36.6923276Z * [new tag] ciflow/inductor/144546 -> ciflow/inductor/144546 2025-01-24T08:26:36.6924532Z * [new tag] ciflow/inductor/144547 -> ciflow/inductor/144547 2025-01-24T08:26:36.6925781Z * [new tag] ciflow/inductor/144549 -> ciflow/inductor/144549 2025-01-24T08:26:36.6927063Z * [new tag] ciflow/inductor/144550 -> ciflow/inductor/144550 2025-01-24T08:26:36.6928339Z * [new tag] ciflow/inductor/144551 -> ciflow/inductor/144551 2025-01-24T08:26:36.6929630Z * [new tag] ciflow/inductor/144553 -> ciflow/inductor/144553 2025-01-24T08:26:36.6931689Z * [new tag] ciflow/inductor/144555 -> ciflow/inductor/144555 2025-01-24T08:26:36.6932974Z * [new tag] ciflow/inductor/144556 -> ciflow/inductor/144556 2025-01-24T08:26:36.6934320Z * [new tag] ciflow/inductor/144569 -> ciflow/inductor/144569 2025-01-24T08:26:36.6935586Z * [new tag] ciflow/inductor/144579 -> ciflow/inductor/144579 2025-01-24T08:26:36.6937084Z * [new tag] ciflow/inductor/144598 -> ciflow/inductor/144598 2025-01-24T08:26:36.6938388Z * [new tag] ciflow/inductor/144640 -> ciflow/inductor/144640 2025-01-24T08:26:36.6939783Z * [new tag] ciflow/inductor/144642 -> ciflow/inductor/144642 2025-01-24T08:26:36.6941156Z * [new tag] ciflow/inductor/144646 -> ciflow/inductor/144646 2025-01-24T08:26:36.6942422Z * [new tag] ciflow/inductor/144695 -> ciflow/inductor/144695 2025-01-24T08:26:36.6943704Z * [new tag] ciflow/inductor/144700 -> ciflow/inductor/144700 2025-01-24T08:26:36.6944972Z * [new tag] ciflow/inductor/144707 -> ciflow/inductor/144707 2025-01-24T08:26:36.6946283Z * [new tag] ciflow/inductor/144712 -> ciflow/inductor/144712 2025-01-24T08:26:36.6947578Z * [new tag] ciflow/inductor/144721 -> ciflow/inductor/144721 2025-01-24T08:26:36.6949017Z * [new tag] ciflow/inductor/144724 -> ciflow/inductor/144724 2025-01-24T08:26:36.6950325Z * [new tag] ciflow/inductor/144733 -> ciflow/inductor/144733 2025-01-24T08:26:36.6951585Z * [new tag] ciflow/inductor/144741 -> ciflow/inductor/144741 2025-01-24T08:26:36.6952868Z * [new tag] ciflow/inductor/144765 -> ciflow/inductor/144765 2025-01-24T08:26:36.6954275Z * [new tag] ciflow/inductor/144771 -> ciflow/inductor/144771 2025-01-24T08:26:36.6955876Z * [new tag] ciflow/inductor/144773 -> ciflow/inductor/144773 2025-01-24T08:26:36.6956923Z * [new tag] ciflow/inductor/144829 -> ciflow/inductor/144829 2025-01-24T08:26:36.6958473Z * [new tag] ciflow/inductor/144865 -> ciflow/inductor/144865 2025-01-24T08:26:36.6959939Z * [new tag] ciflow/inductor/144880 -> ciflow/inductor/144880 2025-01-24T08:26:36.6961199Z * [new tag] ciflow/inductor/144894 -> ciflow/inductor/144894 2025-01-24T08:26:36.6962482Z * [new tag] ciflow/inductor/144905 -> ciflow/inductor/144905 2025-01-24T08:26:36.6963799Z * [new tag] ciflow/inductor/144925 -> ciflow/inductor/144925 2025-01-24T08:26:36.6965405Z * [new tag] ciflow/inductor/144940 -> ciflow/inductor/144940 2025-01-24T08:26:36.6966661Z * [new tag] ciflow/inductor/144943 -> ciflow/inductor/144943 2025-01-24T08:26:36.6968073Z * [new tag] ciflow/inductor/144953 -> ciflow/inductor/144953 2025-01-24T08:26:36.6969364Z * [new tag] ciflow/inductor/144974 -> ciflow/inductor/144974 2025-01-24T08:26:36.6970799Z * [new tag] ciflow/inductor/144975 -> ciflow/inductor/144975 2025-01-24T08:26:36.6972070Z * [new tag] ciflow/inductor/144979 -> ciflow/inductor/144979 2025-01-24T08:26:36.6973469Z * [new tag] ciflow/inductor/144980 -> ciflow/inductor/144980 2025-01-24T08:26:36.6974768Z * [new tag] ciflow/inductor/144985 -> ciflow/inductor/144985 2025-01-24T08:26:36.6976078Z * [new tag] ciflow/inductor/144986 -> ciflow/inductor/144986 2025-01-24T08:26:36.6977348Z * [new tag] ciflow/inductor/144999 -> ciflow/inductor/144999 2025-01-24T08:26:36.6978662Z * [new tag] ciflow/inductor/145024 -> ciflow/inductor/145024 2025-01-24T08:26:36.6979967Z * [new tag] ciflow/inductor/145047 -> ciflow/inductor/145047 2025-01-24T08:26:36.6981303Z * [new tag] ciflow/inductor/145059 -> ciflow/inductor/145059 2025-01-24T08:26:36.6982568Z * [new tag] ciflow/inductor/145061 -> ciflow/inductor/145061 2025-01-24T08:26:36.6983993Z * [new tag] ciflow/inductor/145082 -> ciflow/inductor/145082 2025-01-24T08:26:36.6985304Z * [new tag] ciflow/inductor/145083 -> ciflow/inductor/145083 2025-01-24T08:26:36.6986631Z * [new tag] ciflow/inductor/145095 -> ciflow/inductor/145095 2025-01-24T08:26:36.6987906Z * [new tag] ciflow/inductor/145103 -> ciflow/inductor/145103 2025-01-24T08:26:36.6989223Z * [new tag] ciflow/inductor/145104 -> ciflow/inductor/145104 2025-01-24T08:26:36.6990522Z * [new tag] ciflow/inductor/145117 -> ciflow/inductor/145117 2025-01-24T08:26:36.6991861Z * [new tag] ciflow/inductor/145119 -> ciflow/inductor/145119 2025-01-24T08:26:36.6993164Z * [new tag] ciflow/inductor/145120 -> ciflow/inductor/145120 2025-01-24T08:26:36.6994502Z * [new tag] ciflow/inductor/145122 -> ciflow/inductor/145122 2025-01-24T08:26:36.6995798Z * [new tag] ciflow/inductor/145128 -> ciflow/inductor/145128 2025-01-24T08:26:36.6997311Z * [new tag] ciflow/inductor/145130 -> ciflow/inductor/145130 2025-01-24T08:26:36.6998635Z * [new tag] ciflow/inductor/145132 -> ciflow/inductor/145132 2025-01-24T08:26:36.6999969Z * [new tag] ciflow/inductor/145148 -> ciflow/inductor/145148 2025-01-24T08:26:36.7001269Z * [new tag] ciflow/inductor/145150 -> ciflow/inductor/145150 2025-01-24T08:26:36.7002813Z * [new tag] ciflow/inductor/145153 -> ciflow/inductor/145153 2025-01-24T08:26:36.7004146Z * [new tag] ciflow/inductor/145156 -> ciflow/inductor/145156 2025-01-24T08:26:36.7005786Z * [new tag] ciflow/inductor/145194 -> ciflow/inductor/145194 2025-01-24T08:26:36.7006826Z * [new tag] ciflow/inductor/145196 -> ciflow/inductor/145196 2025-01-24T08:26:36.7008243Z * [new tag] ciflow/inductor/145223 -> ciflow/inductor/145223 2025-01-24T08:26:36.7009547Z * [new tag] ciflow/inductor/145245 -> ciflow/inductor/145245 2025-01-24T08:26:36.7011865Z * [new tag] ciflow/inductor/145248 -> ciflow/inductor/145248 2025-01-24T08:26:36.7013213Z * [new tag] ciflow/inductor/145250 -> ciflow/inductor/145250 2025-01-24T08:26:36.7014532Z * [new tag] ciflow/inductor/145254 -> ciflow/inductor/145254 2025-01-24T08:26:36.7016190Z * [new tag] ciflow/inductor/145303 -> ciflow/inductor/145303 2025-01-24T08:26:36.7017523Z * [new tag] ciflow/inductor/145307 -> ciflow/inductor/145307 2025-01-24T08:26:36.7018934Z * [new tag] ciflow/inductor/145321 -> ciflow/inductor/145321 2025-01-24T08:26:36.7020403Z * [new tag] ciflow/inductor/145323 -> ciflow/inductor/145323 2025-01-24T08:26:36.7021726Z * [new tag] ciflow/inductor/145331 -> ciflow/inductor/145331 2025-01-24T08:26:36.7023044Z * [new tag] ciflow/inductor/145353 -> ciflow/inductor/145353 2025-01-24T08:26:36.7024407Z * [new tag] ciflow/inductor/145354 -> ciflow/inductor/145354 2025-01-24T08:26:36.7025782Z * [new tag] ciflow/inductor/145373 -> ciflow/inductor/145373 2025-01-24T08:26:36.7027109Z * [new tag] ciflow/inductor/145375 -> ciflow/inductor/145375 2025-01-24T08:26:36.7028657Z * [new tag] ciflow/inductor/145381 -> ciflow/inductor/145381 2025-01-24T08:26:36.7030001Z * [new tag] ciflow/inductor/145400 -> ciflow/inductor/145400 2025-01-24T08:26:36.7031361Z * [new tag] ciflow/inductor/145403 -> ciflow/inductor/145403 2025-01-24T08:26:36.7032700Z * [new tag] ciflow/inductor/145407 -> ciflow/inductor/145407 2025-01-24T08:26:36.7034045Z * [new tag] ciflow/inductor/145415 -> ciflow/inductor/145415 2025-01-24T08:26:36.7035408Z * [new tag] ciflow/inductor/145422 -> ciflow/inductor/145422 2025-01-24T08:26:36.7036821Z * [new tag] ciflow/inductor/145426 -> ciflow/inductor/145426 2025-01-24T08:26:36.7038284Z * [new tag] ciflow/inductor/145427 -> ciflow/inductor/145427 2025-01-24T08:26:36.7039631Z * [new tag] ciflow/inductor/145429 -> ciflow/inductor/145429 2025-01-24T08:26:36.7040971Z * [new tag] ciflow/inductor/145431 -> ciflow/inductor/145431 2025-01-24T08:26:36.7042341Z * [new tag] ciflow/inductor/145435 -> ciflow/inductor/145435 2025-01-24T08:26:36.7043708Z * [new tag] ciflow/inductor/145448 -> ciflow/inductor/145448 2025-01-24T08:26:36.7045073Z * [new tag] ciflow/inductor/145455 -> ciflow/inductor/145455 2025-01-24T08:26:36.7046609Z * [new tag] ciflow/inductor/145459 -> ciflow/inductor/145459 2025-01-24T08:26:36.7047949Z * [new tag] ciflow/inductor/145475 -> ciflow/inductor/145475 2025-01-24T08:26:36.7049324Z * [new tag] ciflow/inductor/145479 -> ciflow/inductor/145479 2025-01-24T08:26:36.7050756Z * [new tag] ciflow/inductor/145490 -> ciflow/inductor/145490 2025-01-24T08:26:36.7052151Z * [new tag] ciflow/inductor/145509 -> ciflow/inductor/145509 2025-01-24T08:26:36.7053478Z * [new tag] ciflow/inductor/145515 -> ciflow/inductor/145515 2025-01-24T08:26:36.7054815Z * [new tag] ciflow/inductor/145518 -> ciflow/inductor/145518 2025-01-24T08:26:36.7056166Z * [new tag] ciflow/inductor/145523 -> ciflow/inductor/145523 2025-01-24T08:26:36.7057745Z * [new tag] ciflow/inductor/145527 -> ciflow/inductor/145527 2025-01-24T08:26:36.7058905Z * [new tag] ciflow/inductor/145532 -> ciflow/inductor/145532 2025-01-24T08:26:36.7060253Z * [new tag] ciflow/inductor/145533 -> ciflow/inductor/145533 2025-01-24T08:26:36.7061603Z * [new tag] ciflow/inductor/145537 -> ciflow/inductor/145537 2025-01-24T08:26:36.7063003Z * [new tag] ciflow/inductor/145538 -> ciflow/inductor/145538 2025-01-24T08:26:36.7064362Z * [new tag] ciflow/inductor/145539 -> ciflow/inductor/145539 2025-01-24T08:26:36.7065734Z * [new tag] ciflow/inductor/145540 -> ciflow/inductor/145540 2025-01-24T08:26:36.7067094Z * [new tag] ciflow/inductor/145542 -> ciflow/inductor/145542 2025-01-24T08:26:36.7068493Z * [new tag] ciflow/inductor/145546 -> ciflow/inductor/145546 2025-01-24T08:26:36.7069857Z * [new tag] ciflow/inductor/145547 -> ciflow/inductor/145547 2025-01-24T08:26:36.7071245Z * [new tag] ciflow/inductor/145548 -> ciflow/inductor/145548 2025-01-24T08:26:36.7072590Z * [new tag] ciflow/inductor/145549 -> ciflow/inductor/145549 2025-01-24T08:26:36.7073981Z * [new tag] ciflow/inductor/145551 -> ciflow/inductor/145551 2025-01-24T08:26:36.7075306Z * [new tag] ciflow/inductor/145552 -> ciflow/inductor/145552 2025-01-24T08:26:36.7076682Z * [new tag] ciflow/inductor/145553 -> ciflow/inductor/145553 2025-01-24T08:26:36.7078085Z * [new tag] ciflow/inductor/145554 -> ciflow/inductor/145554 2025-01-24T08:26:36.7079456Z * [new tag] ciflow/inductor/145558 -> ciflow/inductor/145558 2025-01-24T08:26:36.7080825Z * [new tag] ciflow/inductor/145559 -> ciflow/inductor/145559 2025-01-24T08:26:36.7082318Z * [new tag] ciflow/inductor/145562 -> ciflow/inductor/145562 2025-01-24T08:26:36.7083725Z * [new tag] ciflow/inductor/145565 -> ciflow/inductor/145565 2025-01-24T08:26:36.7085113Z * [new tag] ciflow/inductor/145569 -> ciflow/inductor/145569 2025-01-24T08:26:36.7086502Z * [new tag] ciflow/inductor/145572 -> ciflow/inductor/145572 2025-01-24T08:26:36.7087882Z * [new tag] ciflow/inductor/145573 -> ciflow/inductor/145573 2025-01-24T08:26:36.7089346Z * [new tag] ciflow/inductor/145575 -> ciflow/inductor/145575 2025-01-24T08:26:36.7090828Z * [new tag] ciflow/inductor/145576 -> ciflow/inductor/145576 2025-01-24T08:26:36.7092238Z * [new tag] ciflow/inductor/145577 -> ciflow/inductor/145577 2025-01-24T08:26:36.7093638Z * [new tag] ciflow/inductor/145579 -> ciflow/inductor/145579 2025-01-24T08:26:36.7095008Z * [new tag] ciflow/inductor/145583 -> ciflow/inductor/145583 2025-01-24T08:26:36.7096395Z * [new tag] ciflow/inductor/145590 -> ciflow/inductor/145590 2025-01-24T08:26:36.7097778Z * [new tag] ciflow/inductor/145593 -> ciflow/inductor/145593 2025-01-24T08:26:36.7099171Z * [new tag] ciflow/inductor/145594 -> ciflow/inductor/145594 2025-01-24T08:26:36.7100568Z * [new tag] ciflow/inductor/145595 -> ciflow/inductor/145595 2025-01-24T08:26:36.7102157Z * [new tag] ciflow/inductor/3b9a386 -> ciflow/inductor/3b9a386 2025-01-24T08:26:36.7103719Z * [new tag] ciflow/inductor/3d4b92b -> ciflow/inductor/3d4b92b 2025-01-24T08:26:36.7105244Z * [new tag] ciflow/inductor/88106 -> ciflow/inductor/88106 2025-01-24T08:26:36.7106771Z * [new tag] ciflow/inductor/88196 -> ciflow/inductor/88196 2025-01-24T08:26:36.7108620Z * [new tag] ciflow/inductor/88998 -> ciflow/inductor/88998 2025-01-24T08:26:36.7109950Z * [new tag] ciflow/inductor/d224ac7 -> ciflow/inductor/d224ac7 2025-01-24T08:26:36.7111276Z * [new tag] ciflow/linux-aarch64/125888 -> ciflow/linux-aarch64/125888 2025-01-24T08:26:36.7112238Z * [new tag] ciflow/linux-aarch64/126050 -> ciflow/linux-aarch64/126050 2025-01-24T08:26:36.7113201Z * [new tag] ciflow/linux-aarch64/126054 -> ciflow/linux-aarch64/126054 2025-01-24T08:26:36.7114171Z * [new tag] ciflow/linux-aarch64/133297 -> ciflow/linux-aarch64/133297 2025-01-24T08:26:36.7115132Z * [new tag] ciflow/linux-aarch64/133315 -> ciflow/linux-aarch64/133315 2025-01-24T08:26:36.7116075Z * [new tag] ciflow/linux-aarch64/133392 -> ciflow/linux-aarch64/133392 2025-01-24T08:26:36.7117031Z * [new tag] ciflow/linux-aarch64/133419 -> ciflow/linux-aarch64/133419 2025-01-24T08:26:36.7118000Z * [new tag] ciflow/linux-aarch64/133423 -> ciflow/linux-aarch64/133423 2025-01-24T08:26:36.7118902Z * [new tag] ciflow/linux-aarch64/133667 -> ciflow/linux-aarch64/133667 2025-01-24T08:26:36.7119905Z * [new tag] ciflow/linux-aarch64/133753 -> ciflow/linux-aarch64/133753 2025-01-24T08:26:36.7121101Z * [new tag] ciflow/linux-aarch64/135058 -> ciflow/linux-aarch64/135058 2025-01-24T08:26:36.7122061Z * [new tag] ciflow/linux-aarch64/135333 -> ciflow/linux-aarch64/135333 2025-01-24T08:26:36.7123048Z * [new tag] ciflow/linux-aarch64/135792 -> ciflow/linux-aarch64/135792 2025-01-24T08:26:36.7124010Z * [new tag] ciflow/linux-aarch64/136355 -> ciflow/linux-aarch64/136355 2025-01-24T08:26:36.7124975Z * [new tag] ciflow/linux-aarch64/137562 -> ciflow/linux-aarch64/137562 2025-01-24T08:26:36.7125938Z * [new tag] ciflow/linux-aarch64/137568 -> ciflow/linux-aarch64/137568 2025-01-24T08:26:36.7126926Z * [new tag] ciflow/linux-aarch64/137995 -> ciflow/linux-aarch64/137995 2025-01-24T08:26:36.7128059Z * [new tag] ciflow/linux-aarch64/138388 -> ciflow/linux-aarch64/138388 2025-01-24T08:26:36.7129013Z * [new tag] ciflow/linux-aarch64/138889 -> ciflow/linux-aarch64/138889 2025-01-24T08:26:36.7129987Z * [new tag] ciflow/linux-aarch64/139243 -> ciflow/linux-aarch64/139243 2025-01-24T08:26:36.7131084Z * [new tag] ciflow/linux-aarch64/139973 -> ciflow/linux-aarch64/139973 2025-01-24T08:26:36.7132236Z * [new tag] ciflow/linux-aarch64/140159 -> ciflow/linux-aarch64/140159 2025-01-24T08:26:36.7133046Z * [new tag] ciflow/linux-aarch64/140362 -> ciflow/linux-aarch64/140362 2025-01-24T08:26:36.7134128Z * [new tag] ciflow/linux-aarch64/142501 -> ciflow/linux-aarch64/142501 2025-01-24T08:26:36.7135117Z * [new tag] ciflow/linux-aarch64/142760 -> ciflow/linux-aarch64/142760 2025-01-24T08:26:36.7136265Z * [new tag] ciflow/linux-aarch64/143741 -> ciflow/linux-aarch64/143741 2025-01-24T08:26:36.7137681Z * [new tag] ciflow/mps/102148 -> ciflow/mps/102148 2025-01-24T08:26:36.7138640Z * [new tag] ciflow/mps/119496 -> ciflow/mps/119496 2025-01-24T08:26:36.7139585Z * [new tag] ciflow/mps/120076 -> ciflow/mps/120076 2025-01-24T08:26:36.7140571Z * [new tag] ciflow/mps/133423 -> ciflow/mps/133423 2025-01-24T08:26:36.7141490Z * [new tag] ciflow/mps/133667 -> ciflow/mps/133667 2025-01-24T08:26:36.7142446Z * [new tag] ciflow/mps/137562 -> ciflow/mps/137562 2025-01-24T08:26:36.7143663Z * [new tag] ciflow/mps/138640 -> ciflow/mps/138640 2025-01-24T08:26:36.7144700Z * [new tag] ciflow/mps/139469 -> ciflow/mps/139469 2025-01-24T08:26:36.7145783Z * [new tag] ciflow/mps/140159 -> ciflow/mps/140159 2025-01-24T08:26:36.7146838Z * [new tag] ciflow/mps/140211 -> ciflow/mps/140211 2025-01-24T08:26:36.7148101Z * [new tag] ciflow/mps/140371 -> ciflow/mps/140371 2025-01-24T08:26:36.7149526Z * [new tag] ciflow/mps/140725 -> ciflow/mps/140725 2025-01-24T08:26:36.7150480Z * [new tag] ciflow/mps/140869 -> ciflow/mps/140869 2025-01-24T08:26:36.7151469Z * [new tag] ciflow/mps/141795 -> ciflow/mps/141795 2025-01-24T08:26:36.7152830Z * [new tag] ciflow/mps/142202 -> ciflow/mps/142202 2025-01-24T08:26:36.7153958Z * [new tag] ciflow/mps/142477 -> ciflow/mps/142477 2025-01-24T08:26:36.7154904Z * [new tag] ciflow/mps/143630 -> ciflow/mps/143630 2025-01-24T08:26:36.7155875Z * [new tag] ciflow/mps/143656 -> ciflow/mps/143656 2025-01-24T08:26:36.7156857Z * [new tag] ciflow/mps/143911 -> ciflow/mps/143911 2025-01-24T08:26:36.7157787Z * [new tag] ciflow/mps/143966 -> ciflow/mps/143966 2025-01-24T08:26:36.7158819Z * [new tag] ciflow/mps/144193 -> ciflow/mps/144193 2025-01-24T08:26:36.7159815Z * [new tag] ciflow/mps/144405 -> ciflow/mps/144405 2025-01-24T08:26:36.7160787Z * [new tag] ciflow/mps/144664 -> ciflow/mps/144664 2025-01-24T08:26:36.7161847Z * [new tag] ciflow/mps/145512 -> ciflow/mps/145512 2025-01-24T08:26:36.7162797Z * [new tag] ciflow/mps/145526 -> ciflow/mps/145526 2025-01-24T08:26:36.7163864Z * [new tag] ciflow/mps/145533 -> ciflow/mps/145533 2025-01-24T08:26:36.7164981Z * [new tag] ciflow/mps/145568 -> ciflow/mps/145568 2025-01-24T08:26:36.7166004Z * [new tag] ciflow/mps/145581 -> ciflow/mps/145581 2025-01-24T08:26:36.7167511Z * [new tag] ciflow/periodic/054a2fd -> ciflow/periodic/054a2fd 2025-01-24T08:26:36.7168686Z * [new tag] ciflow/periodic/123020 -> ciflow/periodic/123020 2025-01-24T08:26:36.7169763Z * [new tag] ciflow/periodic/131296 -> ciflow/periodic/131296 2025-01-24T08:26:36.7171862Z * [new tag] ciflow/periodic/131493 -> ciflow/periodic/131493 2025-01-24T08:26:36.7172840Z * [new tag] ciflow/periodic/132742 -> ciflow/periodic/132742 2025-01-24T08:26:36.7173800Z * [new tag] ciflow/periodic/132755 -> ciflow/periodic/132755 2025-01-24T08:26:36.7175033Z * [new tag] ciflow/periodic/134817 -> ciflow/periodic/134817 2025-01-24T08:26:36.7176021Z * [new tag] ciflow/periodic/138503 -> ciflow/periodic/138503 2025-01-24T08:26:36.7176978Z * [new tag] ciflow/periodic/138573 -> ciflow/periodic/138573 2025-01-24T08:26:36.7178049Z * [new tag] ciflow/periodic/139225 -> ciflow/periodic/139225 2025-01-24T08:26:36.7179033Z * [new tag] ciflow/periodic/139576 -> ciflow/periodic/139576 2025-01-24T08:26:36.7180111Z * [new tag] ciflow/periodic/140293 -> ciflow/periodic/140293 2025-01-24T08:26:36.7181093Z * [new tag] ciflow/periodic/140989 -> ciflow/periodic/140989 2025-01-24T08:26:36.7182038Z * [new tag] ciflow/periodic/141168 -> ciflow/periodic/141168 2025-01-24T08:26:36.7183012Z * [new tag] ciflow/periodic/141309 -> ciflow/periodic/141309 2025-01-24T08:26:36.7183990Z * [new tag] ciflow/periodic/141355 -> ciflow/periodic/141355 2025-01-24T08:26:36.7184963Z * [new tag] ciflow/periodic/141588 -> ciflow/periodic/141588 2025-01-24T08:26:36.7186117Z * [new tag] ciflow/periodic/141730 -> ciflow/periodic/141730 2025-01-24T08:26:36.7186846Z * [new tag] ciflow/periodic/142179 -> ciflow/periodic/142179 2025-01-24T08:26:36.7187904Z * [new tag] ciflow/periodic/143806 -> ciflow/periodic/143806 2025-01-24T08:26:36.7188988Z * [new tag] ciflow/periodic/143959 -> ciflow/periodic/143959 2025-01-24T08:26:36.7189959Z * [new tag] ciflow/periodic/144953 -> ciflow/periodic/144953 2025-01-24T08:26:36.7190965Z * [new tag] ciflow/periodic/145130 -> ciflow/periodic/145130 2025-01-24T08:26:36.7192062Z * [new tag] ciflow/periodic/145416 -> ciflow/periodic/145416 2025-01-24T08:26:36.7193038Z * [new tag] ciflow/periodic/145504 -> ciflow/periodic/145504 2025-01-24T08:26:36.7194207Z * [new tag] ciflow/periodic/2a6d37d -> ciflow/periodic/2a6d37d 2025-01-24T08:26:36.7195317Z * [new tag] ciflow/periodic/317eeb8 -> ciflow/periodic/317eeb8 2025-01-24T08:26:36.7196453Z * [new tag] ciflow/periodic/3c32 -> ciflow/periodic/3c32 2025-01-24T08:26:36.7197674Z * [new tag] ciflow/periodic/3e98831 -> ciflow/periodic/3e98831 2025-01-24T08:26:36.7198881Z * [new tag] ciflow/periodic/94512-point -> ciflow/periodic/94512-point 2025-01-24T08:26:36.7200462Z * [new tag] ciflow/periodic/csl/test87519 -> ciflow/periodic/csl/test87519 2025-01-24T08:26:36.7201624Z * [new tag] ciflow/periodic/csltest88275 -> ciflow/periodic/csltest88275 2025-01-24T08:26:36.7202741Z * [new tag] ciflow/periodic/csltest88761 -> ciflow/periodic/csltest88761 2025-01-24T08:26:36.7203987Z * [new tag] ciflow/periodic/release_1.12 -> ciflow/periodic/release_1.12 2025-01-24T08:26:36.7205315Z * [new tag] ciflow/periodic/release_1.12.0 -> ciflow/periodic/release_1.12.0 2025-01-24T08:26:36.7206664Z * [new tag] ciflow/periodic/sha-ec5b83 -> ciflow/periodic/sha-ec5b83 2025-01-24T08:26:36.7208051Z * [new tag] ciflow/rocm/121885 -> ciflow/rocm/121885 2025-01-24T08:26:36.7209205Z * [new tag] ciflow/rocm/124424 -> ciflow/rocm/124424 2025-01-24T08:26:36.7210261Z * [new tag] ciflow/rocm/129409 -> ciflow/rocm/129409 2025-01-24T08:26:36.7211279Z * [new tag] ciflow/rocm/134817 -> ciflow/rocm/134817 2025-01-24T08:26:36.7212414Z * [new tag] ciflow/rocm/137136 -> ciflow/rocm/137136 2025-01-24T08:26:36.7213482Z * [new tag] ciflow/rocm/138964 -> ciflow/rocm/138964 2025-01-24T08:26:36.7214482Z * [new tag] ciflow/rocm/139469 -> ciflow/rocm/139469 2025-01-24T08:26:36.7215476Z * [new tag] ciflow/rocm/139975 -> ciflow/rocm/139975 2025-01-24T08:26:36.7216446Z * [new tag] ciflow/rocm/140261 -> ciflow/rocm/140261 2025-01-24T08:26:36.7217400Z * [new tag] ciflow/rocm/140293 -> ciflow/rocm/140293 2025-01-24T08:26:36.7218397Z * [new tag] ciflow/rocm/140989 -> ciflow/rocm/140989 2025-01-24T08:26:36.7219344Z * [new tag] ciflow/rocm/141309 -> ciflow/rocm/141309 2025-01-24T08:26:36.7220311Z * [new tag] ciflow/rocm/141355 -> ciflow/rocm/141355 2025-01-24T08:26:36.7221285Z * [new tag] ciflow/rocm/142408 -> ciflow/rocm/142408 2025-01-24T08:26:36.7222254Z * [new tag] ciflow/rocm/143286 -> ciflow/rocm/143286 2025-01-24T08:26:36.7223225Z * [new tag] ciflow/rocm/143416 -> ciflow/rocm/143416 2025-01-24T08:26:36.7224307Z * [new tag] ciflow/rocm/143971 -> ciflow/rocm/143971 2025-01-24T08:26:36.7225357Z * [new tag] ciflow/rocm/144120 -> ciflow/rocm/144120 2025-01-24T08:26:36.7226639Z * [new tag] ciflow/rocm/144441 -> ciflow/rocm/144441 2025-01-24T08:26:36.7227576Z * [new tag] ciflow/rocm/144476 -> ciflow/rocm/144476 2025-01-24T08:26:36.7228735Z * [new tag] ciflow/rocm/144572 -> ciflow/rocm/144572 2025-01-24T08:26:36.7229702Z * [new tag] ciflow/rocm/144664 -> ciflow/rocm/144664 2025-01-24T08:26:36.7230684Z * [new tag] ciflow/rocm/144865 -> ciflow/rocm/144865 2025-01-24T08:26:36.7231784Z * [new tag] ciflow/rocm/144942 -> ciflow/rocm/144942 2025-01-24T08:26:36.7232752Z * [new tag] ciflow/rocm/144985 -> ciflow/rocm/144985 2025-01-24T08:26:36.7233759Z * [new tag] ciflow/rocm/145083 -> ciflow/rocm/145083 2025-01-24T08:26:36.7234757Z * [new tag] ciflow/rocm/145130 -> ciflow/rocm/145130 2025-01-24T08:26:36.7235893Z * [new tag] ciflow/rocm/145227 -> ciflow/rocm/145227 2025-01-24T08:26:36.7237089Z * [new tag] ciflow/rocm/145294 -> ciflow/rocm/145294 2025-01-24T08:26:36.7238014Z * [new tag] ciflow/rocm/145416 -> ciflow/rocm/145416 2025-01-24T08:26:36.7239078Z * [new tag] ciflow/rocm/145475 -> ciflow/rocm/145475 2025-01-24T08:26:36.7240057Z * [new tag] ciflow/rocm/145490 -> ciflow/rocm/145490 2025-01-24T08:26:36.7241039Z * [new tag] ciflow/rocm/145504 -> ciflow/rocm/145504 2025-01-24T08:26:36.7242035Z * [new tag] ciflow/rocm/145518 -> ciflow/rocm/145518 2025-01-24T08:26:36.7243285Z * [new tag] ciflow/s390/137995 -> ciflow/s390/137995 2025-01-24T08:26:36.7244370Z * [new tag] ciflow/s390/142346 -> ciflow/s390/142346 2025-01-24T08:26:36.7245311Z * [new tag] ciflow/s390/143959 -> ciflow/s390/143959 2025-01-24T08:26:36.7246735Z * [new tag] ciflow/slow/01c7106 -> ciflow/slow/01c7106 2025-01-24T08:26:36.7247877Z * [new tag] ciflow/slow/0577043 -> ciflow/slow/0577043 2025-01-24T08:26:36.7249371Z * [new tag] ciflow/slow/0d5b74da0cab798fbfdb9caa53fad816999c8386-sdym -> ciflow/slow/0d5b74da0cab798fbfdb9caa53fad816999c8386-sdym 2025-01-24T08:26:36.7250122Z * [new tag] ciflow/slow/0e81104 -> ciflow/slow/0e81104 2025-01-24T08:26:36.7251295Z * [new tag] ciflow/slow/139975 -> ciflow/slow/139975 2025-01-24T08:26:36.7252257Z * [new tag] ciflow/slow/141588 -> ciflow/slow/141588 2025-01-24T08:26:36.7253233Z * [new tag] ciflow/slow/144865 -> ciflow/slow/144865 2025-01-24T08:26:36.7254181Z * [new tag] ciflow/slow/145206 -> ciflow/slow/145206 2025-01-24T08:26:36.7255294Z * [new tag] ciflow/slow/1732077 -> ciflow/slow/1732077 2025-01-24T08:26:36.7256559Z * [new tag] ciflow/slow/187eb7c -> ciflow/slow/187eb7c 2025-01-24T08:26:36.7257669Z * [new tag] ciflow/slow/1faef89 -> ciflow/slow/1faef89 2025-01-24T08:26:36.7258798Z * [new tag] ciflow/slow/3920ec1 -> ciflow/slow/3920ec1 2025-01-24T08:26:36.7259910Z * [new tag] ciflow/slow/3b7c6b2 -> ciflow/slow/3b7c6b2 2025-01-24T08:26:36.7261065Z * [new tag] ciflow/slow/59a3759 -> ciflow/slow/59a3759 2025-01-24T08:26:36.7262131Z * [new tag] ciflow/slow/70ef0bb -> ciflow/slow/70ef0bb 2025-01-24T08:26:36.7263233Z * [new tag] ciflow/slow/788ff06 -> ciflow/slow/788ff06 2025-01-24T08:26:36.7264723Z * [new tag] ciflow/slow/8751002215790a3a88750faa8f4366933e296693-sdym -> ciflow/slow/8751002215790a3a88750faa8f4366933e296693-sdym 2025-01-24T08:26:36.7265510Z * [new tag] ciflow/slow/9d85864 -> ciflow/slow/9d85864 2025-01-24T08:26:36.7266887Z * [new tag] ciflow/slow/9ffad5b -> ciflow/slow/9ffad5b 2025-01-24T08:26:36.7267822Z * [new tag] ciflow/slow/a206e8b -> ciflow/slow/a206e8b 2025-01-24T08:26:36.7268980Z * [new tag] ciflow/slow/a837609 -> ciflow/slow/a837609 2025-01-24T08:26:36.7270150Z * [new tag] ciflow/slow/af841f3 -> ciflow/slow/af841f3 2025-01-24T08:26:36.7272027Z * [new tag] ciflow/slow/da3aba1e46157c4df504b067477cdf2b3c96b194-sdym -> ciflow/slow/da3aba1e46157c4df504b067477cdf2b3c96b194-sdym 2025-01-24T08:26:36.7274117Z * [new tag] ciflow/trunk/108303 -> ciflow/trunk/108303 2025-01-24T08:26:36.7274248Z * [new tag] ciflow/trunk/113257 -> ciflow/trunk/113257 2025-01-24T08:26:36.7274472Z * [new tag] ciflow/trunk/113258 -> ciflow/trunk/113258 2025-01-24T08:26:36.7275514Z * [new tag] ciflow/trunk/115749 -> ciflow/trunk/115749 2025-01-24T08:26:36.7276428Z * [new tag] ciflow/trunk/120076 -> ciflow/trunk/120076 2025-01-24T08:26:36.7277343Z * [new tag] ciflow/trunk/121445 -> ciflow/trunk/121445 2025-01-24T08:26:36.7278369Z * [new tag] ciflow/trunk/123020 -> ciflow/trunk/123020 2025-01-24T08:26:36.7279341Z * [new tag] ciflow/trunk/124424 -> ciflow/trunk/124424 2025-01-24T08:26:36.7280283Z * [new tag] ciflow/trunk/124490 -> ciflow/trunk/124490 2025-01-24T08:26:36.7281256Z * [new tag] ciflow/trunk/125469 -> ciflow/trunk/125469 2025-01-24T08:26:36.7282219Z * [new tag] ciflow/trunk/125806 -> ciflow/trunk/125806 2025-01-24T08:26:36.7283211Z * [new tag] ciflow/trunk/125888 -> ciflow/trunk/125888 2025-01-24T08:26:36.7284144Z * [new tag] ciflow/trunk/125995 -> ciflow/trunk/125995 2025-01-24T08:26:36.7285116Z * [new tag] ciflow/trunk/126050 -> ciflow/trunk/126050 2025-01-24T08:26:36.7286060Z * [new tag] ciflow/trunk/126054 -> ciflow/trunk/126054 2025-01-24T08:26:36.7287260Z * [new tag] ciflow/trunk/126635 -> ciflow/trunk/126635 2025-01-24T08:26:36.7288414Z * [new tag] ciflow/trunk/127171 -> ciflow/trunk/127171 2025-01-24T08:26:36.7289633Z * [new tag] ciflow/trunk/127370 -> ciflow/trunk/127370 2025-01-24T08:26:36.7291366Z * [new tag] ciflow/trunk/127919 -> ciflow/trunk/127919 2025-01-24T08:26:36.7292396Z * [new tag] ciflow/trunk/128672 -> ciflow/trunk/128672 2025-01-24T08:26:36.7293340Z * [new tag] ciflow/trunk/129352 -> ciflow/trunk/129352 2025-01-24T08:26:36.7294321Z * [new tag] ciflow/trunk/129409 -> ciflow/trunk/129409 2025-01-24T08:26:36.7295327Z * [new tag] ciflow/trunk/129420 -> ciflow/trunk/129420 2025-01-24T08:26:36.7296341Z * [new tag] ciflow/trunk/130140 -> ciflow/trunk/130140 2025-01-24T08:26:36.7297392Z * [new tag] ciflow/trunk/130141 -> ciflow/trunk/130141 2025-01-24T08:26:36.7298378Z * [new tag] ciflow/trunk/130752 -> ciflow/trunk/130752 2025-01-24T08:26:36.7299364Z * [new tag] ciflow/trunk/131296 -> ciflow/trunk/131296 2025-01-24T08:26:36.7300357Z * [new tag] ciflow/trunk/131354 -> ciflow/trunk/131354 2025-01-24T08:26:36.7301327Z * [new tag] ciflow/trunk/131481 -> ciflow/trunk/131481 2025-01-24T08:26:36.7302313Z * [new tag] ciflow/trunk/131493 -> ciflow/trunk/131493 2025-01-24T08:26:36.7303312Z * [new tag] ciflow/trunk/131507 -> ciflow/trunk/131507 2025-01-24T08:26:36.7304297Z * [new tag] ciflow/trunk/132021 -> ciflow/trunk/132021 2025-01-24T08:26:36.7305463Z * [new tag] ciflow/trunk/132742 -> ciflow/trunk/132742 2025-01-24T08:26:36.7306214Z * [new tag] ciflow/trunk/132755 -> ciflow/trunk/132755 2025-01-24T08:26:36.7307284Z * [new tag] ciflow/trunk/133044 -> ciflow/trunk/133044 2025-01-24T08:26:36.7308469Z * [new tag] ciflow/trunk/133222 -> ciflow/trunk/133222 2025-01-24T08:26:36.7309463Z * [new tag] ciflow/trunk/133289 -> ciflow/trunk/133289 2025-01-24T08:26:36.7310484Z * [new tag] ciflow/trunk/133296 -> ciflow/trunk/133296 2025-01-24T08:26:36.7311475Z * [new tag] ciflow/trunk/133297 -> ciflow/trunk/133297 2025-01-24T08:26:36.7312485Z * [new tag] ciflow/trunk/133315 -> ciflow/trunk/133315 2025-01-24T08:26:36.7313479Z * [new tag] ciflow/trunk/133392 -> ciflow/trunk/133392 2025-01-24T08:26:36.7314477Z * [new tag] ciflow/trunk/133419 -> ciflow/trunk/133419 2025-01-24T08:26:36.7315415Z * [new tag] ciflow/trunk/133423 -> ciflow/trunk/133423 2025-01-24T08:26:36.7316497Z * [new tag] ciflow/trunk/133667 -> ciflow/trunk/133667 2025-01-24T08:26:36.7317498Z * [new tag] ciflow/trunk/133753 -> ciflow/trunk/133753 2025-01-24T08:26:36.7318706Z * [new tag] ciflow/trunk/134219 -> ciflow/trunk/134219 2025-01-24T08:26:36.7319875Z * [new tag] ciflow/trunk/134515 -> ciflow/trunk/134515 2025-01-24T08:26:36.7321029Z * [new tag] ciflow/trunk/134667 -> ciflow/trunk/134667 2025-01-24T08:26:36.7322078Z * [new tag] ciflow/trunk/134969 -> ciflow/trunk/134969 2025-01-24T08:26:36.7323087Z * [new tag] ciflow/trunk/135058 -> ciflow/trunk/135058 2025-01-24T08:26:36.7324093Z * [new tag] ciflow/trunk/135189 -> ciflow/trunk/135189 2025-01-24T08:26:36.7325112Z * [new tag] ciflow/trunk/135337 -> ciflow/trunk/135337 2025-01-24T08:26:36.7326289Z * [new tag] ciflow/trunk/135338 -> ciflow/trunk/135338 2025-01-24T08:26:36.7327324Z * [new tag] ciflow/trunk/135465 -> ciflow/trunk/135465 2025-01-24T08:26:36.7328473Z * [new tag] ciflow/trunk/135631 -> ciflow/trunk/135631 2025-01-24T08:26:36.7329498Z * [new tag] ciflow/trunk/135719 -> ciflow/trunk/135719 2025-01-24T08:26:36.7330736Z * [new tag] ciflow/trunk/136241 -> ciflow/trunk/136241 2025-01-24T08:26:36.7331863Z * [new tag] ciflow/trunk/136824 -> ciflow/trunk/136824 2025-01-24T08:26:36.7333015Z * [new tag] ciflow/trunk/136835 -> ciflow/trunk/136835 2025-01-24T08:26:36.7334157Z * [new tag] ciflow/trunk/136993 -> ciflow/trunk/136993 2025-01-24T08:26:36.7335190Z * [new tag] ciflow/trunk/137400 -> ciflow/trunk/137400 2025-01-24T08:26:36.7336223Z * [new tag] ciflow/trunk/137570 -> ciflow/trunk/137570 2025-01-24T08:26:36.7337370Z * [new tag] ciflow/trunk/137580 -> ciflow/trunk/137580 2025-01-24T08:26:36.7338397Z * [new tag] ciflow/trunk/137726 -> ciflow/trunk/137726 2025-01-24T08:26:36.7339423Z * [new tag] ciflow/trunk/137822 -> ciflow/trunk/137822 2025-01-24T08:26:36.7340454Z * [new tag] ciflow/trunk/137921 -> ciflow/trunk/137921 2025-01-24T08:26:36.7341487Z * [new tag] ciflow/trunk/138175 -> ciflow/trunk/138175 2025-01-24T08:26:36.7342525Z * [new tag] ciflow/trunk/138213 -> ciflow/trunk/138213 2025-01-24T08:26:36.7343761Z * [new tag] ciflow/trunk/138618 -> ciflow/trunk/138618 2025-01-24T08:26:36.7345018Z * [new tag] ciflow/trunk/138626 -> ciflow/trunk/138626 2025-01-24T08:26:36.7346016Z * [new tag] ciflow/trunk/138628 -> ciflow/trunk/138628 2025-01-24T08:26:36.7347162Z * [new tag] ciflow/trunk/138672 -> ciflow/trunk/138672 2025-01-24T08:26:36.7348400Z * [new tag] ciflow/trunk/138684 -> ciflow/trunk/138684 2025-01-24T08:26:36.7349448Z * [new tag] ciflow/trunk/138749 -> ciflow/trunk/138749 2025-01-24T08:26:36.7350483Z * [new tag] ciflow/trunk/138871 -> ciflow/trunk/138871 2025-01-24T08:26:36.7351524Z * [new tag] ciflow/trunk/138889 -> ciflow/trunk/138889 2025-01-24T08:26:36.7352593Z * [new tag] ciflow/trunk/138923 -> ciflow/trunk/138923 2025-01-24T08:26:36.7353654Z * [new tag] ciflow/trunk/138938 -> ciflow/trunk/138938 2025-01-24T08:26:36.7354681Z * [new tag] ciflow/trunk/138964 -> ciflow/trunk/138964 2025-01-24T08:26:36.7355729Z * [new tag] ciflow/trunk/138996 -> ciflow/trunk/138996 2025-01-24T08:26:36.7356803Z * [new tag] ciflow/trunk/138998 -> ciflow/trunk/138998 2025-01-24T08:26:36.7357851Z * [new tag] ciflow/trunk/139094 -> ciflow/trunk/139094 2025-01-24T08:26:36.7358902Z * [new tag] ciflow/trunk/139135 -> ciflow/trunk/139135 2025-01-24T08:26:36.7359959Z * [new tag] ciflow/trunk/139171 -> ciflow/trunk/139171 2025-01-24T08:26:36.7361145Z * [new tag] ciflow/trunk/139217 -> ciflow/trunk/139217 2025-01-24T08:26:36.7362215Z * [new tag] ciflow/trunk/139219 -> ciflow/trunk/139219 2025-01-24T08:26:36.7363284Z * [new tag] ciflow/trunk/139225 -> ciflow/trunk/139225 2025-01-24T08:26:36.7364362Z * [new tag] ciflow/trunk/139308 -> ciflow/trunk/139308 2025-01-24T08:26:36.7365421Z * [new tag] ciflow/trunk/139338 -> ciflow/trunk/139338 2025-01-24T08:26:36.7366606Z * [new tag] ciflow/trunk/139380 -> ciflow/trunk/139380 2025-01-24T08:26:36.7367659Z * [new tag] ciflow/trunk/139426 -> ciflow/trunk/139426 2025-01-24T08:26:36.7368756Z * [new tag] ciflow/trunk/139535 -> ciflow/trunk/139535 2025-01-24T08:26:36.7369832Z * [new tag] ciflow/trunk/139576 -> ciflow/trunk/139576 2025-01-24T08:26:36.7372236Z * [new tag] ciflow/trunk/139750 -> ciflow/trunk/139750 2025-01-24T08:26:36.7373304Z * [new tag] ciflow/trunk/139796 -> ciflow/trunk/139796 2025-01-24T08:26:36.7374385Z * [new tag] ciflow/trunk/139820 -> ciflow/trunk/139820 2025-01-24T08:26:36.7375447Z * [new tag] ciflow/trunk/139864 -> ciflow/trunk/139864 2025-01-24T08:26:36.7376533Z * [new tag] ciflow/trunk/139919 -> ciflow/trunk/139919 2025-01-24T08:26:36.7377714Z * [new tag] ciflow/trunk/139932 -> ciflow/trunk/139932 2025-01-24T08:26:36.7378894Z * [new tag] ciflow/trunk/139966 -> ciflow/trunk/139966 2025-01-24T08:26:36.7379967Z * [new tag] ciflow/trunk/139971 -> ciflow/trunk/139971 2025-01-24T08:26:36.7381159Z * [new tag] ciflow/trunk/139975 -> ciflow/trunk/139975 2025-01-24T08:26:36.7382265Z * [new tag] ciflow/trunk/139976 -> ciflow/trunk/139976 2025-01-24T08:26:36.7383325Z * [new tag] ciflow/trunk/139985 -> ciflow/trunk/139985 2025-01-24T08:26:36.7384401Z * [new tag] ciflow/trunk/140061 -> ciflow/trunk/140061 2025-01-24T08:26:36.7385500Z * [new tag] ciflow/trunk/140084 -> ciflow/trunk/140084 2025-01-24T08:26:36.7386618Z * [new tag] ciflow/trunk/140159 -> ciflow/trunk/140159 2025-01-24T08:26:36.7387957Z * [new tag] ciflow/trunk/140200 -> ciflow/trunk/140200 2025-01-24T08:26:36.7388905Z * [new tag] ciflow/trunk/140211 -> ciflow/trunk/140211 2025-01-24T08:26:36.7390151Z * [new tag] ciflow/trunk/140256 -> ciflow/trunk/140256 2025-01-24T08:26:36.7391236Z * [new tag] ciflow/trunk/140298 -> ciflow/trunk/140298 2025-01-24T08:26:36.7392300Z * [new tag] ciflow/trunk/140323 -> ciflow/trunk/140323 2025-01-24T08:26:36.7393389Z * [new tag] ciflow/trunk/140362 -> ciflow/trunk/140362 2025-01-24T08:26:36.7394496Z * [new tag] ciflow/trunk/140365 -> ciflow/trunk/140365 2025-01-24T08:26:36.7395716Z * [new tag] ciflow/trunk/140399 -> ciflow/trunk/140399 2025-01-24T08:26:36.7396802Z * [new tag] ciflow/trunk/140677 -> ciflow/trunk/140677 2025-01-24T08:26:36.7398120Z * [new tag] ciflow/trunk/140734 -> ciflow/trunk/140734 2025-01-24T08:26:36.7399260Z * [new tag] ciflow/trunk/140793 -> ciflow/trunk/140793 2025-01-24T08:26:36.7400491Z * [new tag] ciflow/trunk/140836 -> ciflow/trunk/140836 2025-01-24T08:26:36.7401845Z * [new tag] ciflow/trunk/140868 -> ciflow/trunk/140868 2025-01-24T08:26:36.7402947Z * [new tag] ciflow/trunk/140989 -> ciflow/trunk/140989 2025-01-24T08:26:36.7404038Z * [new tag] ciflow/trunk/141002 -> ciflow/trunk/141002 2025-01-24T08:26:36.7405465Z * [new tag] ciflow/trunk/141038 -> ciflow/trunk/141038 2025-01-24T08:26:36.7406562Z * [new tag] ciflow/trunk/141131 -> ciflow/trunk/141131 2025-01-24T08:26:36.7407644Z * [new tag] ciflow/trunk/141168 -> ciflow/trunk/141168 2025-01-24T08:26:36.7408756Z * [new tag] ciflow/trunk/141195 -> ciflow/trunk/141195 2025-01-24T08:26:36.7409884Z * [new tag] ciflow/trunk/141226 -> ciflow/trunk/141226 2025-01-24T08:26:36.7411245Z * [new tag] ciflow/trunk/141257 -> ciflow/trunk/141257 2025-01-24T08:26:36.7412358Z * [new tag] ciflow/trunk/141309 -> ciflow/trunk/141309 2025-01-24T08:26:36.7413574Z * [new tag] ciflow/trunk/141468 -> ciflow/trunk/141468 2025-01-24T08:26:36.7414732Z * [new tag] ciflow/trunk/141489 -> ciflow/trunk/141489 2025-01-24T08:26:36.7415815Z * [new tag] ciflow/trunk/141503 -> ciflow/trunk/141503 2025-01-24T08:26:36.7417272Z * [new tag] ciflow/trunk/141508 -> ciflow/trunk/141508 2025-01-24T08:26:36.7418562Z * [new tag] ciflow/trunk/141530 -> ciflow/trunk/141530 2025-01-24T08:26:36.7419697Z * [new tag] ciflow/trunk/141588 -> ciflow/trunk/141588 2025-01-24T08:26:36.7420801Z * [new tag] ciflow/trunk/141697 -> ciflow/trunk/141697 2025-01-24T08:26:36.7421909Z * [new tag] ciflow/trunk/141730 -> ciflow/trunk/141730 2025-01-24T08:26:36.7423323Z * [new tag] ciflow/trunk/141791 -> ciflow/trunk/141791 2025-01-24T08:26:36.7424611Z * [new tag] ciflow/trunk/141796 -> ciflow/trunk/141796 2025-01-24T08:26:36.7425711Z * [new tag] ciflow/trunk/141842 -> ciflow/trunk/141842 2025-01-24T08:26:36.7426917Z * [new tag] ciflow/trunk/141889 -> ciflow/trunk/141889 2025-01-24T08:26:36.7428069Z * [new tag] ciflow/trunk/141910 -> ciflow/trunk/141910 2025-01-24T08:26:36.7429429Z * [new tag] ciflow/trunk/141914 -> ciflow/trunk/141914 2025-01-24T08:26:36.7430645Z * [new tag] ciflow/trunk/141959 -> ciflow/trunk/141959 2025-01-24T08:26:36.7431951Z * [new tag] ciflow/trunk/141961 -> ciflow/trunk/141961 2025-01-24T08:26:36.7433077Z * [new tag] ciflow/trunk/142067 -> ciflow/trunk/142067 2025-01-24T08:26:36.7434225Z * [new tag] ciflow/trunk/142091 -> ciflow/trunk/142091 2025-01-24T08:26:36.7435335Z * [new tag] ciflow/trunk/142092 -> ciflow/trunk/142092 2025-01-24T08:26:36.7436582Z * [new tag] ciflow/trunk/142097 -> ciflow/trunk/142097 2025-01-24T08:26:36.7437734Z * [new tag] ciflow/trunk/142179 -> ciflow/trunk/142179 2025-01-24T08:26:36.7439003Z * [new tag] ciflow/trunk/142263 -> ciflow/trunk/142263 2025-01-24T08:26:36.7440112Z * [new tag] ciflow/trunk/142272 -> ciflow/trunk/142272 2025-01-24T08:26:36.7441279Z * [new tag] ciflow/trunk/142273 -> ciflow/trunk/142273 2025-01-24T08:26:36.7442404Z * [new tag] ciflow/trunk/142346 -> ciflow/trunk/142346 2025-01-24T08:26:36.7443554Z * [new tag] ciflow/trunk/142350 -> ciflow/trunk/142350 2025-01-24T08:26:36.7444723Z * [new tag] ciflow/trunk/142372 -> ciflow/trunk/142372 2025-01-24T08:26:36.7445839Z * [new tag] ciflow/trunk/142477 -> ciflow/trunk/142477 2025-01-24T08:26:36.7447183Z * [new tag] ciflow/trunk/142821 -> ciflow/trunk/142821 2025-01-24T08:26:36.7448445Z * [new tag] ciflow/trunk/142848 -> ciflow/trunk/142848 2025-01-24T08:26:36.7449582Z * [new tag] ciflow/trunk/142859 -> ciflow/trunk/142859 2025-01-24T08:26:36.7450841Z * [new tag] ciflow/trunk/142861 -> ciflow/trunk/142861 2025-01-24T08:26:36.7452127Z * [new tag] ciflow/trunk/142865 -> ciflow/trunk/142865 2025-01-24T08:26:36.7453292Z * [new tag] ciflow/trunk/143082 -> ciflow/trunk/143082 2025-01-24T08:26:36.7454700Z * [new tag] ciflow/trunk/143093 -> ciflow/trunk/143093 2025-01-24T08:26:36.7455855Z * [new tag] ciflow/trunk/143168 -> ciflow/trunk/143168 2025-01-24T08:26:36.7457018Z * [new tag] ciflow/trunk/143220 -> ciflow/trunk/143220 2025-01-24T08:26:36.7458288Z * [new tag] ciflow/trunk/143261 -> ciflow/trunk/143261 2025-01-24T08:26:36.7459472Z * [new tag] ciflow/trunk/143303 -> ciflow/trunk/143303 2025-01-24T08:26:36.7460599Z * [new tag] ciflow/trunk/143313 -> ciflow/trunk/143313 2025-01-24T08:26:36.7461925Z * [new tag] ciflow/trunk/143347 -> ciflow/trunk/143347 2025-01-24T08:26:36.7463092Z * [new tag] ciflow/trunk/143360 -> ciflow/trunk/143360 2025-01-24T08:26:36.7464248Z * [new tag] ciflow/trunk/143378 -> ciflow/trunk/143378 2025-01-24T08:26:36.7465572Z * [new tag] ciflow/trunk/143402 -> ciflow/trunk/143402 2025-01-24T08:26:36.7466748Z * [new tag] ciflow/trunk/143416 -> ciflow/trunk/143416 2025-01-24T08:26:36.7467923Z * [new tag] ciflow/trunk/143417 -> ciflow/trunk/143417 2025-01-24T08:26:36.7469260Z * [new tag] ciflow/trunk/143451 -> ciflow/trunk/143451 2025-01-24T08:26:36.7470412Z * [new tag] ciflow/trunk/143475 -> ciflow/trunk/143475 2025-01-24T08:26:36.7471588Z * [new tag] ciflow/trunk/143622 -> ciflow/trunk/143622 2025-01-24T08:26:36.7472858Z * [new tag] ciflow/trunk/143630 -> ciflow/trunk/143630 2025-01-24T08:26:36.7474031Z * [new tag] ciflow/trunk/143671 -> ciflow/trunk/143671 2025-01-24T08:26:36.7475199Z * [new tag] ciflow/trunk/143712 -> ciflow/trunk/143712 2025-01-24T08:26:36.7476511Z * [new tag] ciflow/trunk/143733 -> ciflow/trunk/143733 2025-01-24T08:26:36.7477903Z * [new tag] ciflow/trunk/143806 -> ciflow/trunk/143806 2025-01-24T08:26:36.7479037Z * [new tag] ciflow/trunk/143822 -> ciflow/trunk/143822 2025-01-24T08:26:36.7480303Z * [new tag] ciflow/trunk/143833 -> ciflow/trunk/143833 2025-01-24T08:26:36.7481492Z * [new tag] ciflow/trunk/143879 -> ciflow/trunk/143879 2025-01-24T08:26:36.7482679Z * [new tag] ciflow/trunk/143880 -> ciflow/trunk/143880 2025-01-24T08:26:36.7484050Z * [new tag] ciflow/trunk/143894 -> ciflow/trunk/143894 2025-01-24T08:26:36.7485270Z * [new tag] ciflow/trunk/143896 -> ciflow/trunk/143896 2025-01-24T08:26:36.7486454Z * [new tag] ciflow/trunk/143961 -> ciflow/trunk/143961 2025-01-24T08:26:36.7487712Z * [new tag] ciflow/trunk/143966 -> ciflow/trunk/143966 2025-01-24T08:26:36.7488926Z * [new tag] ciflow/trunk/144011 -> ciflow/trunk/144011 2025-01-24T08:26:36.7490105Z * [new tag] ciflow/trunk/144017 -> ciflow/trunk/144017 2025-01-24T08:26:36.7492508Z * [new tag] ciflow/trunk/144019 -> ciflow/trunk/144019 2025-01-24T08:26:36.7493665Z * [new tag] ciflow/trunk/144020 -> ciflow/trunk/144020 2025-01-24T08:26:36.7494835Z * [new tag] ciflow/trunk/144046 -> ciflow/trunk/144046 2025-01-24T08:26:36.7496025Z * [new tag] ciflow/trunk/144115 -> ciflow/trunk/144115 2025-01-24T08:26:36.7497245Z * [new tag] ciflow/trunk/144120 -> ciflow/trunk/144120 2025-01-24T08:26:36.7498558Z * [new tag] ciflow/trunk/144138 -> ciflow/trunk/144138 2025-01-24T08:26:36.7499760Z * [new tag] ciflow/trunk/144172 -> ciflow/trunk/144172 2025-01-24T08:26:36.7501072Z * [new tag] ciflow/trunk/144177 -> ciflow/trunk/144177 2025-01-24T08:26:36.7502484Z * [new tag] ciflow/trunk/144268 -> ciflow/trunk/144268 2025-01-24T08:26:36.7503724Z * [new tag] ciflow/trunk/144341 -> ciflow/trunk/144341 2025-01-24T08:26:36.7505030Z * [new tag] ciflow/trunk/144354 -> ciflow/trunk/144354 2025-01-24T08:26:36.7506237Z * [new tag] ciflow/trunk/144368 -> ciflow/trunk/144368 2025-01-24T08:26:36.7507464Z * [new tag] ciflow/trunk/144378 -> ciflow/trunk/144378 2025-01-24T08:26:36.7508670Z * [new tag] ciflow/trunk/144441 -> ciflow/trunk/144441 2025-01-24T08:26:36.7509857Z * [new tag] ciflow/trunk/144452 -> ciflow/trunk/144452 2025-01-24T08:26:36.7511176Z * [new tag] ciflow/trunk/144468 -> ciflow/trunk/144468 2025-01-24T08:26:36.7512394Z * [new tag] ciflow/trunk/144485 -> ciflow/trunk/144485 2025-01-24T08:26:36.7513597Z * [new tag] ciflow/trunk/144492 -> ciflow/trunk/144492 2025-01-24T08:26:36.7514818Z * [new tag] ciflow/trunk/144498 -> ciflow/trunk/144498 2025-01-24T08:26:36.7516246Z * [new tag] ciflow/trunk/144508 -> ciflow/trunk/144508 2025-01-24T08:26:36.7517494Z * [new tag] ciflow/trunk/144513 -> ciflow/trunk/144513 2025-01-24T08:26:36.7518896Z * [new tag] ciflow/trunk/144590 -> ciflow/trunk/144590 2025-01-24T08:26:36.7520352Z * [new tag] ciflow/trunk/144616 -> ciflow/trunk/144616 2025-01-24T08:26:36.7521611Z * [new tag] ciflow/trunk/144642 -> ciflow/trunk/144642 2025-01-24T08:26:36.7523023Z * [new tag] ciflow/trunk/144644 -> ciflow/trunk/144644 2025-01-24T08:26:36.7524256Z * [new tag] ciflow/trunk/144646 -> ciflow/trunk/144646 2025-01-24T08:26:36.7525480Z * [new tag] ciflow/trunk/144664 -> ciflow/trunk/144664 2025-01-24T08:26:36.7526884Z * [new tag] ciflow/trunk/144695 -> ciflow/trunk/144695 2025-01-24T08:26:36.7527977Z * [new tag] ciflow/trunk/144700 -> ciflow/trunk/144700 2025-01-24T08:26:36.7529173Z * [new tag] ciflow/trunk/144707 -> ciflow/trunk/144707 2025-01-24T08:26:36.7530611Z * [new tag] ciflow/trunk/144708 -> ciflow/trunk/144708 2025-01-24T08:26:36.7531871Z * [new tag] ciflow/trunk/144721 -> ciflow/trunk/144721 2025-01-24T08:26:36.7533082Z * [new tag] ciflow/trunk/144733 -> ciflow/trunk/144733 2025-01-24T08:26:36.7534440Z * [new tag] ciflow/trunk/144763 -> ciflow/trunk/144763 2025-01-24T08:26:36.7535661Z * [new tag] ciflow/trunk/144771 -> ciflow/trunk/144771 2025-01-24T08:26:36.7536892Z * [new tag] ciflow/trunk/144773 -> ciflow/trunk/144773 2025-01-24T08:26:36.7538160Z * [new tag] ciflow/trunk/144829 -> ciflow/trunk/144829 2025-01-24T08:26:36.7539455Z * [new tag] ciflow/trunk/144865 -> ciflow/trunk/144865 2025-01-24T08:26:36.7540662Z * [new tag] ciflow/trunk/144880 -> ciflow/trunk/144880 2025-01-24T08:26:36.7541889Z * [new tag] ciflow/trunk/144894 -> ciflow/trunk/144894 2025-01-24T08:26:36.7543128Z * [new tag] ciflow/trunk/144940 -> ciflow/trunk/144940 2025-01-24T08:26:36.7544363Z * [new tag] ciflow/trunk/144953 -> ciflow/trunk/144953 2025-01-24T08:26:36.7545707Z * [new tag] ciflow/trunk/144956 -> ciflow/trunk/144956 2025-01-24T08:26:36.7546946Z * [new tag] ciflow/trunk/144975 -> ciflow/trunk/144975 2025-01-24T08:26:36.7548225Z * [new tag] ciflow/trunk/144985 -> ciflow/trunk/144985 2025-01-24T08:26:36.7549669Z * [new tag] ciflow/trunk/144994 -> ciflow/trunk/144994 2025-01-24T08:26:36.7550906Z * [new tag] ciflow/trunk/144999 -> ciflow/trunk/144999 2025-01-24T08:26:36.7552282Z * [new tag] ciflow/trunk/145031 -> ciflow/trunk/145031 2025-01-24T08:26:36.7553562Z * [new tag] ciflow/trunk/145047 -> ciflow/trunk/145047 2025-01-24T08:26:36.7554771Z * [new tag] ciflow/trunk/145061 -> ciflow/trunk/145061 2025-01-24T08:26:36.7556015Z * [new tag] ciflow/trunk/145083 -> ciflow/trunk/145083 2025-01-24T08:26:36.7557302Z * [new tag] ciflow/trunk/145116 -> ciflow/trunk/145116 2025-01-24T08:26:36.7558589Z * [new tag] ciflow/trunk/145119 -> ciflow/trunk/145119 2025-01-24T08:26:36.7559825Z * [new tag] ciflow/trunk/145120 -> ciflow/trunk/145120 2025-01-24T08:26:36.7561074Z * [new tag] ciflow/trunk/145128 -> ciflow/trunk/145128 2025-01-24T08:26:36.7562322Z * [new tag] ciflow/trunk/145130 -> ciflow/trunk/145130 2025-01-24T08:26:36.7563681Z * [new tag] ciflow/trunk/145132 -> ciflow/trunk/145132 2025-01-24T08:26:36.7565061Z * [new tag] ciflow/trunk/145136 -> ciflow/trunk/145136 2025-01-24T08:26:36.7566347Z * [new tag] ciflow/trunk/145148 -> ciflow/trunk/145148 2025-01-24T08:26:36.7568321Z * [new tag] ciflow/trunk/145153 -> ciflow/trunk/145153 2025-01-24T08:26:36.7569531Z * [new tag] ciflow/trunk/145156 -> ciflow/trunk/145156 2025-01-24T08:26:36.7570860Z * [new tag] ciflow/trunk/145206 -> ciflow/trunk/145206 2025-01-24T08:26:36.7572106Z * [new tag] ciflow/trunk/145224 -> ciflow/trunk/145224 2025-01-24T08:26:36.7573450Z * [new tag] ciflow/trunk/145227 -> ciflow/trunk/145227 2025-01-24T08:26:36.7574854Z * [new tag] ciflow/trunk/145241 -> ciflow/trunk/145241 2025-01-24T08:26:36.7575957Z * [new tag] ciflow/trunk/145245 -> ciflow/trunk/145245 2025-01-24T08:26:36.7577171Z * [new tag] ciflow/trunk/145250 -> ciflow/trunk/145250 2025-01-24T08:26:36.7578397Z * [new tag] ciflow/trunk/145254 -> ciflow/trunk/145254 2025-01-24T08:26:36.7579772Z * [new tag] ciflow/trunk/145269 -> ciflow/trunk/145269 2025-01-24T08:26:36.7580998Z * [new tag] ciflow/trunk/145288 -> ciflow/trunk/145288 2025-01-24T08:26:36.7582233Z * [new tag] ciflow/trunk/145303 -> ciflow/trunk/145303 2025-01-24T08:26:36.7583465Z * [new tag] ciflow/trunk/145307 -> ciflow/trunk/145307 2025-01-24T08:26:36.7584721Z * [new tag] ciflow/trunk/145321 -> ciflow/trunk/145321 2025-01-24T08:26:36.7585965Z * [new tag] ciflow/trunk/145323 -> ciflow/trunk/145323 2025-01-24T08:26:36.7587190Z * [new tag] ciflow/trunk/145331 -> ciflow/trunk/145331 2025-01-24T08:26:36.7588440Z * [new tag] ciflow/trunk/145373 -> ciflow/trunk/145373 2025-01-24T08:26:36.7589685Z * [new tag] ciflow/trunk/145375 -> ciflow/trunk/145375 2025-01-24T08:26:36.7591159Z * [new tag] ciflow/trunk/145391 -> ciflow/trunk/145391 2025-01-24T08:26:36.7592417Z * [new tag] ciflow/trunk/145399 -> ciflow/trunk/145399 2025-01-24T08:26:36.7593784Z * [new tag] ciflow/trunk/145406 -> ciflow/trunk/145406 2025-01-24T08:26:36.7595082Z * [new tag] ciflow/trunk/145407 -> ciflow/trunk/145407 2025-01-24T08:26:36.7596319Z * [new tag] ciflow/trunk/145412 -> ciflow/trunk/145412 2025-01-24T08:26:36.7597580Z * [new tag] ciflow/trunk/145435 -> ciflow/trunk/145435 2025-01-24T08:26:36.7598840Z * [new tag] ciflow/trunk/145443 -> ciflow/trunk/145443 2025-01-24T08:26:36.7600105Z * [new tag] ciflow/trunk/145448 -> ciflow/trunk/145448 2025-01-24T08:26:36.7601512Z * [new tag] ciflow/trunk/145449 -> ciflow/trunk/145449 2025-01-24T08:26:36.7602873Z * [new tag] ciflow/trunk/145450 -> ciflow/trunk/145450 2025-01-24T08:26:36.7604126Z * [new tag] ciflow/trunk/145462 -> ciflow/trunk/145462 2025-01-24T08:26:36.7605519Z * [new tag] ciflow/trunk/145465 -> ciflow/trunk/145465 2025-01-24T08:26:36.7606888Z * [new tag] ciflow/trunk/145467 -> ciflow/trunk/145467 2025-01-24T08:26:36.7608162Z * [new tag] ciflow/trunk/145479 -> ciflow/trunk/145479 2025-01-24T08:26:36.7609421Z * [new tag] ciflow/trunk/145490 -> ciflow/trunk/145490 2025-01-24T08:26:36.7611534Z * [new tag] ciflow/trunk/145494 -> ciflow/trunk/145494 2025-01-24T08:26:36.7612952Z * [new tag] ciflow/trunk/145495 -> ciflow/trunk/145495 2025-01-24T08:26:36.7614219Z * [new tag] ciflow/trunk/145502 -> ciflow/trunk/145502 2025-01-24T08:26:36.7615493Z * [new tag] ciflow/trunk/145509 -> ciflow/trunk/145509 2025-01-24T08:26:36.7616781Z * [new tag] ciflow/trunk/145530 -> ciflow/trunk/145530 2025-01-24T08:26:36.7618031Z * [new tag] ciflow/trunk/145531 -> ciflow/trunk/145531 2025-01-24T08:26:36.7619301Z * [new tag] ciflow/trunk/145533 -> ciflow/trunk/145533 2025-01-24T08:26:36.7620551Z * [new tag] ciflow/trunk/145539 -> ciflow/trunk/145539 2025-01-24T08:26:36.7621855Z * [new tag] ciflow/trunk/145542 -> ciflow/trunk/145542 2025-01-24T08:26:36.7623203Z * [new tag] ciflow/trunk/145547 -> ciflow/trunk/145547 2025-01-24T08:26:36.7624652Z * [new tag] ciflow/trunk/145549 -> ciflow/trunk/145549 2025-01-24T08:26:36.7625755Z * [new tag] ciflow/trunk/145550 -> ciflow/trunk/145550 2025-01-24T08:26:36.7627010Z * [new tag] ciflow/trunk/145551 -> ciflow/trunk/145551 2025-01-24T08:26:36.7628280Z * [new tag] ciflow/trunk/145552 -> ciflow/trunk/145552 2025-01-24T08:26:36.7629534Z * [new tag] ciflow/trunk/145553 -> ciflow/trunk/145553 2025-01-24T08:26:36.7630810Z * [new tag] ciflow/trunk/145554 -> ciflow/trunk/145554 2025-01-24T08:26:36.7632109Z * [new tag] ciflow/trunk/145558 -> ciflow/trunk/145558 2025-01-24T08:26:36.7633374Z * [new tag] ciflow/trunk/145559 -> ciflow/trunk/145559 2025-01-24T08:26:36.7634635Z * [new tag] ciflow/trunk/145576 -> ciflow/trunk/145576 2025-01-24T08:26:36.7635912Z * [new tag] ciflow/trunk/145593 -> ciflow/trunk/145593 2025-01-24T08:26:36.7637322Z * [new tag] ciflow/trunk/70978 -> ciflow/trunk/70978 2025-01-24T08:26:36.7638619Z * [new tag] ciflow/trunk/70979 -> ciflow/trunk/70979 2025-01-24T08:26:36.7640082Z * [new tag] ciflow/unstable/123 -> ciflow/unstable/123 2025-01-24T08:26:36.7641459Z * [new tag] ciflow/xpu/132945 -> ciflow/xpu/132945 2025-01-24T08:26:36.7642426Z * [new tag] ciflow/xpu/133307 -> ciflow/xpu/133307 2025-01-24T08:26:36.7643460Z * [new tag] ciflow/xpu/135189 -> ciflow/xpu/135189 2025-01-24T08:26:36.7644413Z * [new tag] ciflow/xpu/135337 -> ciflow/xpu/135337 2025-01-24T08:26:36.7645380Z * [new tag] ciflow/xpu/135465 -> ciflow/xpu/135465 2025-01-24T08:26:36.7646331Z * [new tag] ciflow/xpu/137566 -> ciflow/xpu/137566 2025-01-24T08:26:36.7647282Z * [new tag] ciflow/xpu/137570 -> ciflow/xpu/137570 2025-01-24T08:26:36.7648239Z * [new tag] ciflow/xpu/137580 -> ciflow/xpu/137580 2025-01-24T08:26:36.7649219Z * [new tag] ciflow/xpu/138889 -> ciflow/xpu/138889 2025-01-24T08:26:36.7650230Z * [new tag] ciflow/xpu/139171 -> ciflow/xpu/139171 2025-01-24T08:26:36.7651260Z * [new tag] ciflow/xpu/139469 -> ciflow/xpu/139469 2025-01-24T08:26:36.7652223Z * [new tag] ciflow/xpu/139971 -> ciflow/xpu/139971 2025-01-24T08:26:36.7653218Z * [new tag] ciflow/xpu/140362 -> ciflow/xpu/140362 2025-01-24T08:26:36.7654154Z * [new tag] ciflow/xpu/140365 -> ciflow/xpu/140365 2025-01-24T08:26:36.7655125Z * [new tag] ciflow/xpu/140372 -> ciflow/xpu/140372 2025-01-24T08:26:36.7656364Z * [new tag] ciflow/xpu/140389 -> ciflow/xpu/140389 2025-01-24T08:26:36.7657379Z * [new tag] ciflow/xpu/140677 -> ciflow/xpu/140677 2025-01-24T08:26:36.7658322Z * [new tag] ciflow/xpu/140686 -> ciflow/xpu/140686 2025-01-24T08:26:36.7659400Z * [new tag] ciflow/xpu/140972 -> ciflow/xpu/140972 2025-01-24T08:26:36.7660500Z * [new tag] ciflow/xpu/141318 -> ciflow/xpu/141318 2025-01-24T08:26:36.7661494Z * [new tag] ciflow/xpu/142040 -> ciflow/xpu/142040 2025-01-24T08:26:36.7662447Z * [new tag] ciflow/xpu/142067 -> ciflow/xpu/142067 2025-01-24T08:26:36.7663434Z * [new tag] ciflow/xpu/142097 -> ciflow/xpu/142097 2025-01-24T08:26:36.7664423Z * [new tag] ciflow/xpu/143597 -> ciflow/xpu/143597 2025-01-24T08:26:36.7665565Z * [new tag] ciflow/xpu/143784 -> ciflow/xpu/143784 2025-01-24T08:26:36.7666802Z * [new tag] ciflow/xpu/143833 -> ciflow/xpu/143833 2025-01-24T08:26:36.7667544Z * [new tag] ciflow/xpu/144046 -> ciflow/xpu/144046 2025-01-24T08:26:36.7668586Z * [new tag] ciflow/xpu/144368 -> ciflow/xpu/144368 2025-01-24T08:26:36.7669606Z * [new tag] ciflow/xpu/144378 -> ciflow/xpu/144378 2025-01-24T08:26:36.7670676Z * [new tag] ciflow/xpu/144385 -> ciflow/xpu/144385 2025-01-24T08:26:36.7671645Z * [new tag] ciflow/xpu/144452 -> ciflow/xpu/144452 2025-01-24T08:26:36.7672771Z * [new tag] ciflow/xpu/144473 -> ciflow/xpu/144473 2025-01-24T08:26:36.7673788Z * [new tag] ciflow/xpu/144644 -> ciflow/xpu/144644 2025-01-24T08:26:36.7674757Z * [new tag] ciflow/xpu/144664 -> ciflow/xpu/144664 2025-01-24T08:26:36.7675890Z * [new tag] ciflow/xpu/144722 -> ciflow/xpu/144722 2025-01-24T08:26:36.7676878Z * [new tag] ciflow/xpu/145083 -> ciflow/xpu/145083 2025-01-24T08:26:36.7677833Z * [new tag] ciflow/xpu/145248 -> ciflow/xpu/145248 2025-01-24T08:26:36.7678905Z * [new tag] ciflow/xpu/145490 -> ciflow/xpu/145490 2025-01-24T08:26:36.7679937Z * [new tag] cslpull75 -> cslpull75 2025-01-24T08:26:36.7680941Z * [new tag] cslpull76 -> cslpull76 2025-01-24T08:26:36.7682056Z * [new tag] cslpull77 -> cslpull77 2025-01-24T08:26:36.7682976Z * [new tag] cslpull78 -> cslpull78 2025-01-24T08:26:36.7683973Z * [new tag] cslpull79 -> cslpull79 2025-01-24T08:26:36.7685050Z * [new tag] cslpull80 -> cslpull80 2025-01-24T08:26:36.7686137Z * [new tag] cslpull81 -> cslpull81 2025-01-24T08:26:36.7687160Z * [new tag] cslpull82 -> cslpull82 2025-01-24T08:26:36.7688196Z * [new tag] cslpull83 -> cslpull83 2025-01-24T08:26:36.7689250Z * [new tag] cslpull84 -> cslpull84 2025-01-24T08:26:36.7690319Z * [new tag] cslpull85 -> cslpull85 2025-01-24T08:26:36.7691416Z * [new tag] cslpull86 -> cslpull86 2025-01-24T08:26:36.7692444Z * [new tag] cslpull87 -> cslpull87 2025-01-24T08:26:36.7693673Z * [new tag] cslpull88 -> cslpull88 2025-01-24T08:26:36.7694793Z * [new tag] cslpull89 -> cslpull89 2025-01-24T08:26:36.7695664Z * [new tag] cslpull90 -> cslpull90 2025-01-24T08:26:36.7697064Z * [new tag] cslpull91 -> cslpull91 2025-01-24T08:26:36.7698105Z * [new tag] cslpull92 -> cslpull92 2025-01-24T08:26:36.7699250Z * [new tag] flight_5 -> flight_5 2025-01-24T08:26:36.7700417Z * [new tag] flight_5.1 -> flight_5.1 2025-01-24T08:26:36.7701559Z * [new tag] flight_5.2 -> flight_5.2 2025-01-24T08:26:36.7702551Z * [new tag] flight_5.3 -> flight_5.3 2025-01-24T08:26:36.7703630Z * [new tag] forpull1 -> forpull1 2025-01-24T08:26:36.7705007Z * [new tag] malfet/tag-2ef5611 -> malfet/tag-2ef5611 2025-01-24T08:26:36.7706118Z * [new tag] malfet/tag-317b1a0 -> malfet/tag-317b1a0 2025-01-24T08:26:36.7707205Z * [new tag] malfet/tag-ec6f767 -> malfet/tag-ec6f767 2025-01-24T08:26:36.7708390Z * [new tag] nightly-binary -> nightly-binary 2025-01-24T08:26:36.7709480Z * [new tag] sqzhang_flight4_plus -> sqzhang_flight4_plus 2025-01-24T08:26:36.7710552Z * [new tag] sqzhang_flight_3 -> sqzhang_flight_3 2025-01-24T08:26:36.7711715Z * [new tag] v0.1.1 -> v0.1.1 2025-01-24T08:26:36.7712855Z * [new tag] v0.1.10 -> v0.1.10 2025-01-24T08:26:36.7713891Z * [new tag] v0.1.11 -> v0.1.11 2025-01-24T08:26:36.7715010Z * [new tag] v0.1.12 -> v0.1.12 2025-01-24T08:26:36.7716054Z * [new tag] v0.1.2 -> v0.1.2 2025-01-24T08:26:36.7717100Z * [new tag] v0.1.3 -> v0.1.3 2025-01-24T08:26:36.7718190Z * [new tag] v0.1.4 -> v0.1.4 2025-01-24T08:26:36.7719287Z * [new tag] v0.1.5 -> v0.1.5 2025-01-24T08:26:36.7720417Z * [new tag] v0.1.6 -> v0.1.6 2025-01-24T08:26:36.7721514Z * [new tag] v0.1.7 -> v0.1.7 2025-01-24T08:26:36.7722569Z * [new tag] v0.1.8 -> v0.1.8 2025-01-24T08:26:36.7723619Z * [new tag] v0.1.9 -> v0.1.9 2025-01-24T08:26:36.7724744Z * [new tag] v0.2.0 -> v0.2.0 2025-01-24T08:26:36.7725912Z * [new tag] v0.3.0 -> v0.3.0 2025-01-24T08:26:36.7727092Z * [new tag] v0.3.1 -> v0.3.1 2025-01-24T08:26:36.7728204Z * [new tag] v0.4.0 -> v0.4.0 2025-01-24T08:26:36.7729321Z * [new tag] v0.4.1 -> v0.4.1 2025-01-24T08:26:36.7730510Z * [new tag] v1.0.0 -> v1.0.0 2025-01-24T08:26:36.7731661Z * [new tag] v1.0.0a0 -> v1.0.0a0 2025-01-24T08:26:36.7732777Z * [new tag] v1.0.1 -> v1.0.1 2025-01-24T08:26:36.7733934Z * [new tag] v1.0rc0 -> v1.0rc0 2025-01-24T08:26:36.7734920Z * [new tag] v1.0rc1 -> v1.0rc1 2025-01-24T08:26:36.7736016Z * [new tag] v1.1.0 -> v1.1.0 2025-01-24T08:26:36.7737205Z * [new tag] v1.1.0a0 -> v1.1.0a0 2025-01-24T08:26:36.7738537Z * [new tag] v1.10.0 -> v1.10.0 2025-01-24T08:26:36.7739766Z * [new tag] v1.10.0-rc1 -> v1.10.0-rc1 2025-01-24T08:26:36.7740956Z * [new tag] v1.10.0-rc2 -> v1.10.0-rc2 2025-01-24T08:26:36.7741943Z * [new tag] v1.10.0-rc3 -> v1.10.0-rc3 2025-01-24T08:26:36.7743093Z * [new tag] v1.10.1 -> v1.10.1 2025-01-24T08:26:36.7744072Z * [new tag] v1.10.1-rc1 -> v1.10.1-rc1 2025-01-24T08:26:36.7744962Z * [new tag] v1.10.2 -> v1.10.2 2025-01-24T08:26:36.7745941Z * [new tag] v1.10.2-rc1 -> v1.10.2-rc1 2025-01-24T08:26:36.7747123Z * [new tag] v1.11.0 -> v1.11.0 2025-01-24T08:26:36.7748385Z * [new tag] v1.11.0-rc1 -> v1.11.0-rc1 2025-01-24T08:26:36.7749643Z * [new tag] v1.11.0-rc2 -> v1.11.0-rc2 2025-01-24T08:26:36.7750848Z * [new tag] v1.11.0-rc3 -> v1.11.0-rc3 2025-01-24T08:26:36.7752051Z * [new tag] v1.11.0-rc4 -> v1.11.0-rc4 2025-01-24T08:26:36.7753250Z * [new tag] v1.11.0-rc5 -> v1.11.0-rc5 2025-01-24T08:26:36.7754174Z * [new tag] v1.11.0-rc6 -> v1.11.0-rc6 2025-01-24T08:26:36.7755303Z * [new tag] v1.11.0-rc7 -> v1.11.0-rc7 2025-01-24T08:26:36.7756351Z * [new tag] v1.12.0 -> v1.12.0 2025-01-24T08:26:36.7757564Z * [new tag] v1.12.0-rc1 -> v1.12.0-rc1 2025-01-24T08:26:36.7758742Z * [new tag] v1.12.0-rc2 -> v1.12.0-rc2 2025-01-24T08:26:36.7760154Z * [new tag] v1.12.0-rc3 -> v1.12.0-rc3 2025-01-24T08:26:36.7761372Z * [new tag] v1.12.0-rc4 -> v1.12.0-rc4 2025-01-24T08:26:36.7762602Z * [new tag] v1.12.0-rc5 -> v1.12.0-rc5 2025-01-24T08:26:36.7763811Z * [new tag] v1.12.0-rc6 -> v1.12.0-rc6 2025-01-24T08:26:36.7764773Z * [new tag] v1.12.0-rc7 -> v1.12.0-rc7 2025-01-24T08:26:36.7765734Z * [new tag] v1.12.0-rc8 -> v1.12.0-rc8 2025-01-24T08:26:36.7766716Z * [new tag] v1.12.1 -> v1.12.1 2025-01-24T08:26:36.7767967Z * [new tag] v1.12.1-rc1 -> v1.12.1-rc1 2025-01-24T08:26:36.7769107Z * [new tag] v1.12.1-rc2 -> v1.12.1-rc2 2025-01-24T08:26:36.7770433Z * [new tag] v1.12.1-rc3 -> v1.12.1-rc3 2025-01-24T08:26:36.7772650Z * [new tag] v1.12.1-rc4 -> v1.12.1-rc4 2025-01-24T08:26:36.7773564Z * [new tag] v1.12.1-rc5 -> v1.12.1-rc5 2025-01-24T08:26:36.7774786Z * [new tag] v1.13.0 -> v1.13.0 2025-01-24T08:26:36.7775922Z * [new tag] v1.13.0-rc1 -> v1.13.0-rc1 2025-01-24T08:26:36.7777069Z * [new tag] v1.13.0-rc2 -> v1.13.0-rc2 2025-01-24T08:26:36.7778282Z * [new tag] v1.13.0-rc3 -> v1.13.0-rc3 2025-01-24T08:26:36.7779537Z * [new tag] v1.13.0-rc4 -> v1.13.0-rc4 2025-01-24T08:26:36.7780513Z * [new tag] v1.13.0-rc5 -> v1.13.0-rc5 2025-01-24T08:26:36.7781489Z * [new tag] v1.13.0-rc6 -> v1.13.0-rc6 2025-01-24T08:26:36.7782691Z * [new tag] v1.13.1 -> v1.13.1 2025-01-24T08:26:36.7783634Z * [new tag] v1.13.1-rc1 -> v1.13.1-rc1 2025-01-24T08:26:36.7784807Z * [new tag] v1.2.0 -> v1.2.0 2025-01-24T08:26:36.7786012Z * [new tag] v1.2.0a0 -> v1.2.0a0 2025-01-24T08:26:36.7787152Z * [new tag] v1.3.0 -> v1.3.0 2025-01-24T08:26:36.7788265Z * [new tag] v1.3.0a0 -> v1.3.0a0 2025-01-24T08:26:36.7789267Z * [new tag] v1.3.1 -> v1.3.1 2025-01-24T08:26:36.7790463Z * [new tag] v1.4.0 -> v1.4.0 2025-01-24T08:26:36.7791631Z * [new tag] v1.4.0a0 -> v1.4.0a0 2025-01-24T08:26:36.7792598Z * [new tag] v1.4.1 -> v1.4.1 2025-01-24T08:26:36.7793844Z * [new tag] v1.5.0 -> v1.5.0 2025-01-24T08:26:36.7795112Z * [new tag] v1.5.0-rc1 -> v1.5.0-rc1 2025-01-24T08:26:36.7796347Z * [new tag] v1.5.0-rc2 -> v1.5.0-rc2 2025-01-24T08:26:36.7797622Z * [new tag] v1.5.0-rc3 -> v1.5.0-rc3 2025-01-24T08:26:36.7798703Z * [new tag] v1.5.0-rc4 -> v1.5.0-rc4 2025-01-24T08:26:36.7799718Z * [new tag] v1.5.0-rc5 -> v1.5.0-rc5 2025-01-24T08:26:36.7800925Z * [new tag] v1.5.1 -> v1.5.1 2025-01-24T08:26:36.7801903Z * [new tag] v1.5.1-rc1 -> v1.5.1-rc1 2025-01-24T08:26:36.7802883Z * [new tag] v1.6.0 -> v1.6.0 2025-01-24T08:26:36.7804335Z * [new tag] v1.6.0-rc1 -> v1.6.0-rc1 2025-01-24T08:26:36.7805415Z * [new tag] v1.6.0-rc2 -> v1.6.0-rc2 2025-01-24T08:26:36.7806623Z * [new tag] v1.6.0-rc3 -> v1.6.0-rc3 2025-01-24T08:26:36.7807775Z * [new tag] v1.6.0-rc4 -> v1.6.0-rc4 2025-01-24T08:26:36.7809109Z * [new tag] v1.6.0-rc5 -> v1.6.0-rc5 2025-01-24T08:26:36.7810301Z * [new tag] v1.6.0-rc6 -> v1.6.0-rc6 2025-01-24T08:26:36.7811346Z * [new tag] v1.6.0-rc7 -> v1.6.0-rc7 2025-01-24T08:26:36.7812585Z * [new tag] v1.7.0 -> v1.7.0 2025-01-24T08:26:36.7813825Z * [new tag] v1.7.0-rc1 -> v1.7.0-rc1 2025-01-24T08:26:36.7815119Z * [new tag] v1.7.0-rc2 -> v1.7.0-rc2 2025-01-24T08:26:36.7816363Z * [new tag] v1.7.0-rc3 -> v1.7.0-rc3 2025-01-24T08:26:36.7817339Z * [new tag] v1.7.0-rc4 -> v1.7.0-rc4 2025-01-24T08:26:36.7818657Z * [new tag] v1.7.1 -> v1.7.1 2025-01-24T08:26:36.7820054Z * [new tag] v1.7.1-rc1 -> v1.7.1-rc1 2025-01-24T08:26:36.7821313Z * [new tag] v1.7.1-rc2 -> v1.7.1-rc2 2025-01-24T08:26:36.7822332Z * [new tag] v1.7.1-rc3 -> v1.7.1-rc3 2025-01-24T08:26:36.7823606Z * [new tag] v1.8.0 -> v1.8.0 2025-01-24T08:26:36.7824582Z * [new tag] v1.8.0-rc1 -> v1.8.0-rc1 2025-01-24T08:26:36.7825843Z * [new tag] v1.8.0-rc2 -> v1.8.0-rc2 2025-01-24T08:26:36.7827077Z * [new tag] v1.8.0-rc3 -> v1.8.0-rc3 2025-01-24T08:26:36.7828343Z * [new tag] v1.8.0-rc4 -> v1.8.0-rc4 2025-01-24T08:26:36.7829314Z * [new tag] v1.8.0-rc5 -> v1.8.0-rc5 2025-01-24T08:26:36.7830298Z * [new tag] v1.8.1 -> v1.8.1 2025-01-24T08:26:36.7831595Z * [new tag] v1.8.1-rc1 -> v1.8.1-rc1 2025-01-24T08:26:36.7832629Z * [new tag] v1.8.1-rc2 -> v1.8.1-rc2 2025-01-24T08:26:36.7833605Z * [new tag] v1.8.1-rc3 -> v1.8.1-rc3 2025-01-24T08:26:36.7835288Z * [new tag] v1.8.2 -> v1.8.2 2025-01-24T08:26:36.7836306Z * [new tag] v1.8.2-rc1 -> v1.8.2-rc1 2025-01-24T08:26:36.7837595Z * [new tag] v1.9.0 -> v1.9.0 2025-01-24T08:26:36.7838718Z * [new tag] v1.9.0-rc1 -> v1.9.0-rc1 2025-01-24T08:26:36.7840042Z * [new tag] v1.9.0-rc2 -> v1.9.0-rc2 2025-01-24T08:26:36.7841324Z * [new tag] v1.9.0-rc3 -> v1.9.0-rc3 2025-01-24T08:26:36.7842359Z * [new tag] v1.9.0-rc4 -> v1.9.0-rc4 2025-01-24T08:26:36.7843595Z * [new tag] v1.9.1 -> v1.9.1 2025-01-24T08:26:36.7845007Z * [new tag] v1.9.1-rc1 -> v1.9.1-rc1 2025-01-24T08:26:36.7846021Z * [new tag] v1.9.1-rc2 -> v1.9.1-rc2 2025-01-24T08:26:36.7847310Z * [new tag] v2.0.0 -> v2.0.0 2025-01-24T08:26:36.7848436Z * [new tag] v2.0.0-rc1 -> v2.0.0-rc1 2025-01-24T08:26:36.7849715Z * [new tag] v2.0.0-rc2 -> v2.0.0-rc2 2025-01-24T08:26:36.7851936Z * [new tag] v2.0.0-rc3 -> v2.0.0-rc3 2025-01-24T08:26:36.7853182Z * [new tag] v2.0.0-rc4 -> v2.0.0-rc4 2025-01-24T08:26:36.7854591Z * [new tag] v2.0.0-rc5 -> v2.0.0-rc5 2025-01-24T08:26:36.7855656Z * [new tag] v2.0.0-rc6 -> v2.0.0-rc6 2025-01-24T08:26:36.7856706Z * [new tag] v2.0.1 -> v2.0.1 2025-01-24T08:26:36.7857990Z * [new tag] v2.0.1-rc1 -> v2.0.1-rc1 2025-01-24T08:26:36.7858985Z * [new tag] v2.0.1-rc2 -> v2.0.1-rc2 2025-01-24T08:26:36.7860144Z * [new tag] v2.0.1-rc3 -> v2.0.1-rc3 2025-01-24T08:26:36.7861274Z * [new tag] v2.0.1-rc4 -> v2.0.1-rc4 2025-01-24T08:26:36.7862935Z * [new tag] v2.1.0 -> v2.1.0 2025-01-24T08:26:36.7864118Z * [new tag] v2.1.0-rc1 -> v2.1.0-rc1 2025-01-24T08:26:36.7865330Z * [new tag] v2.1.0-rc2 -> v2.1.0-rc2 2025-01-24T08:26:36.7866567Z * [new tag] v2.1.0-rc3 -> v2.1.0-rc3 2025-01-24T08:26:36.7867833Z * [new tag] v2.1.0-rc4 -> v2.1.0-rc4 2025-01-24T08:26:36.7869068Z * [new tag] v2.1.0-rc5 -> v2.1.0-rc5 2025-01-24T08:26:36.7870084Z * [new tag] v2.1.0-rc6 -> v2.1.0-rc6 2025-01-24T08:26:36.7871310Z * [new tag] v2.1.1 -> v2.1.1 2025-01-24T08:26:36.7872591Z * [new tag] v2.1.1-rc1 -> v2.1.1-rc1 2025-01-24T08:26:36.7873775Z * [new tag] v2.1.1-rc2 -> v2.1.1-rc2 2025-01-24T08:26:36.7875056Z * [new tag] v2.1.1-rc3 -> v2.1.1-rc3 2025-01-24T08:26:36.7876279Z * [new tag] v2.1.1-rc4 -> v2.1.1-rc4 2025-01-24T08:26:36.7877605Z * [new tag] v2.1.1-rc5 -> v2.1.1-rc5 2025-01-24T08:26:36.7878637Z * [new tag] v2.1.1-rc6 -> v2.1.1-rc6 2025-01-24T08:26:36.7879814Z * [new tag] v2.1.2 -> v2.1.2 2025-01-24T08:26:36.7881136Z * [new tag] v2.1.2-rc1 -> v2.1.2-rc1 2025-01-24T08:26:36.7882378Z * [new tag] v2.1.2-rc2 -> v2.1.2-rc2 2025-01-24T08:26:36.7883415Z * [new tag] v2.1.2-rc3 -> v2.1.2-rc3 2025-01-24T08:26:36.7884682Z * [new tag] v2.2.0 -> v2.2.0 2025-01-24T08:26:36.7885903Z * [new tag] v2.2.0-rc1 -> v2.2.0-rc1 2025-01-24T08:26:36.7887096Z * [new tag] v2.2.0-rc2 -> v2.2.0-rc2 2025-01-24T08:26:36.7888322Z * [new tag] v2.2.0-rc3 -> v2.2.0-rc3 2025-01-24T08:26:36.7889506Z * [new tag] v2.2.0-rc4 -> v2.2.0-rc4 2025-01-24T08:26:36.7890863Z * [new tag] v2.2.0-rc5 -> v2.2.0-rc5 2025-01-24T08:26:36.7892114Z * [new tag] v2.2.0-rc6 -> v2.2.0-rc6 2025-01-24T08:26:36.7893131Z * [new tag] v2.2.0-rc7 -> v2.2.0-rc7 2025-01-24T08:26:36.7894211Z * [new tag] v2.2.0-rc8 -> v2.2.0-rc8 2025-01-24T08:26:36.7895449Z * [new tag] v2.2.1 -> v2.2.1 2025-01-24T08:26:36.7896701Z * [new tag] v2.2.1-rc1 -> v2.2.1-rc1 2025-01-24T08:26:36.7897744Z * [new tag] v2.2.1-rc2 -> v2.2.1-rc2 2025-01-24T08:26:36.7898787Z * [new tag] v2.2.1-rc3 -> v2.2.1-rc3 2025-01-24T08:26:36.7899849Z * [new tag] v2.2.2 -> v2.2.2 2025-01-24T08:26:36.7901208Z * [new tag] v2.2.2-rc1 -> v2.2.2-rc1 2025-01-24T08:26:36.7902278Z * [new tag] v2.2.2-rc2 -> v2.2.2-rc2 2025-01-24T08:26:36.7903554Z * [new tag] v2.2.2-rc3 -> v2.2.2-rc3 2025-01-24T08:26:36.7904638Z * [new tag] v2.3.0 -> v2.3.0 2025-01-24T08:26:36.7905944Z * [new tag] v2.3.0-rc1 -> v2.3.0-rc1 2025-01-24T08:26:36.7907193Z * [new tag] v2.3.0-rc10 -> v2.3.0-rc10 2025-01-24T08:26:36.7908479Z * [new tag] v2.3.0-rc11 -> v2.3.0-rc11 2025-01-24T08:26:36.7909542Z * [new tag] v2.3.0-rc12 -> v2.3.0-rc12 2025-01-24T08:26:36.7910832Z * [new tag] v2.3.0-rc2 -> v2.3.0-rc2 2025-01-24T08:26:36.7912171Z * [new tag] v2.3.0-rc3 -> v2.3.0-rc3 2025-01-24T08:26:36.7913427Z * [new tag] v2.3.0-rc4 -> v2.3.0-rc4 2025-01-24T08:26:36.7914719Z * [new tag] v2.3.0-rc5 -> v2.3.0-rc5 2025-01-24T08:26:36.7915802Z * [new tag] v2.3.0-rc6 -> v2.3.0-rc6 2025-01-24T08:26:36.7917068Z * [new tag] v2.3.0-rc7 -> v2.3.0-rc7 2025-01-24T08:26:36.7918370Z * [new tag] v2.3.0-rc8 -> v2.3.0-rc8 2025-01-24T08:26:36.7919406Z * [new tag] v2.3.0-rc9 -> v2.3.0-rc9 2025-01-24T08:26:36.7920463Z * [new tag] v2.3.1 -> v2.3.1 2025-01-24T08:26:36.7921771Z * [new tag] v2.3.1-rc1 -> v2.3.1-rc1 2025-01-24T08:26:36.7923038Z * [new tag] v2.3.1-rc2 -> v2.3.1-rc2 2025-01-24T08:26:36.7924299Z * [new tag] v2.3.1-rc3 -> v2.3.1-rc3 2025-01-24T08:26:36.7926324Z * [new tag] v2.4.0 -> v2.4.0 2025-01-24T08:26:36.7927620Z * [new tag] v2.4.0-rc1 -> v2.4.0-rc1 2025-01-24T08:26:36.7928850Z * [new tag] v2.4.0-rc2 -> v2.4.0-rc2 2025-01-24T08:26:36.7930277Z * [new tag] v2.4.0-rc3 -> v2.4.0-rc3 2025-01-24T08:26:36.7932827Z * [new tag] v2.4.0-rc4 -> v2.4.0-rc4 2025-01-24T08:26:36.7934114Z * [new tag] v2.4.0-rc5 -> v2.4.0-rc5 2025-01-24T08:26:36.7935459Z * [new tag] v2.4.0-rc6 -> v2.4.0-rc6 2025-01-24T08:26:36.7936754Z * [new tag] v2.4.0-rc7 -> v2.4.0-rc7 2025-01-24T08:26:36.7938016Z * [new tag] v2.4.0-rc8 -> v2.4.0-rc8 2025-01-24T08:26:36.7939459Z * [new tag] v2.4.0-rc9 -> v2.4.0-rc9 2025-01-24T08:26:36.7940548Z * [new tag] v2.4.1 -> v2.4.1 2025-01-24T08:26:36.7941886Z * [new tag] v2.4.1-rc1 -> v2.4.1-rc1 2025-01-24T08:26:36.7943225Z * [new tag] v2.4.1-rc2 -> v2.4.1-rc2 2025-01-24T08:26:36.7944536Z * [new tag] v2.4.1-rc3 -> v2.4.1-rc3 2025-01-24T08:26:36.7945801Z * [new tag] v2.5.0 -> v2.5.0 2025-01-24T08:26:36.7947130Z * [new tag] v2.5.0-rc1 -> v2.5.0-rc1 2025-01-24T08:26:36.7948230Z * [new tag] v2.5.0-rc10 -> v2.5.0-rc10 2025-01-24T08:26:36.7949545Z * [new tag] v2.5.0-rc2 -> v2.5.0-rc2 2025-01-24T08:26:36.7950826Z * [new tag] v2.5.0-rc3 -> v2.5.0-rc3 2025-01-24T08:26:36.7952131Z * [new tag] v2.5.0-rc4 -> v2.5.0-rc4 2025-01-24T08:26:36.7953430Z * [new tag] v2.5.0-rc5 -> v2.5.0-rc5 2025-01-24T08:26:36.7954827Z * [new tag] v2.5.0-rc6 -> v2.5.0-rc6 2025-01-24T08:26:36.7956122Z * [new tag] v2.5.0-rc7 -> v2.5.0-rc7 2025-01-24T08:26:36.7957610Z * [new tag] v2.5.0-rc8 -> v2.5.0-rc8 2025-01-24T08:26:36.7958816Z * [new tag] v2.5.0-rc9 -> v2.5.0-rc9 2025-01-24T08:26:36.7959905Z * [new tag] v2.5.1 -> v2.5.1 2025-01-24T08:26:36.7960999Z * [new tag] v2.5.1-rc1 -> v2.5.1-rc1 2025-01-24T08:26:36.7962355Z * [new tag] v2.6.0-rc1 -> v2.6.0-rc1 2025-01-24T08:26:36.7963721Z * [new tag] v2.6.0-rc2 -> v2.6.0-rc2 2025-01-24T08:26:36.7965041Z * [new tag] v2.6.0-rc3 -> v2.6.0-rc3 2025-01-24T08:26:36.7966279Z * [new tag] v2.6.0-rc4 -> v2.6.0-rc4 2025-01-24T08:26:36.7967782Z * [new tag] v2.6.0-rc5 -> v2.6.0-rc5 2025-01-24T08:26:36.7969316Z * [new tag] v2.6.0-rc6 -> v2.6.0-rc6 2025-01-24T08:26:36.7970507Z * [new tag] v2.6.0-rc7 -> v2.6.0-rc7 2025-01-24T08:26:36.7971810Z * [new tag] whc_flight_1 -> whc_flight_1 2025-01-24T08:26:36.7972887Z * [new tag] whc_flight_2 -> whc_flight_2 2025-01-24T08:26:36.7974087Z * [new tag] whc_flight_4 -> whc_flight_4 2025-01-24T08:26:36.9049190Z [command]/usr/bin/git rev-parse --verify --quiet d087145b9259b4cfbcb758dc0bca6a6e5d75d08f^{object} 2025-01-24T08:26:36.9086742Z d087145b9259b4cfbcb758dc0bca6a6e5d75d08f 2025-01-24T08:26:36.9092478Z ##[endgroup] 2025-01-24T08:26:36.9092893Z ##[group]Determining the checkout info 2025-01-24T08:26:36.9093419Z ##[endgroup] 2025-01-24T08:26:36.9097707Z [command]/usr/bin/git sparse-checkout disable 2025-01-24T08:26:36.9140418Z [command]/usr/bin/git config --local --unset-all extensions.worktreeConfig 2025-01-24T08:26:36.9181328Z ##[group]Checking out the ref 2025-01-24T08:26:36.9184704Z [command]/usr/bin/git checkout --progress --force d087145b9259b4cfbcb758dc0bca6a6e5d75d08f 2025-01-24T08:26:37.9478946Z Updating files: 76% (13793/18011) 2025-01-24T08:26:37.9599062Z Updating files: 77% (13869/18011) 2025-01-24T08:26:37.9841766Z Updating files: 78% (14049/18011) 2025-01-24T08:26:38.0091860Z Updating files: 79% (14229/18011) 2025-01-24T08:26:38.0381757Z Updating files: 80% (14409/18011) 2025-01-24T08:26:38.0674378Z Updating files: 81% (14589/18011) 2025-01-24T08:26:38.0871498Z Updating files: 82% (14770/18011) 2025-01-24T08:26:38.0998318Z Updating files: 83% (14950/18011) 2025-01-24T08:26:38.1157286Z Updating files: 84% (15130/18011) 2025-01-24T08:26:38.1323837Z Updating files: 85% (15310/18011) 2025-01-24T08:26:38.1473148Z Updating files: 86% (15490/18011) 2025-01-24T08:26:38.1621663Z Updating files: 87% (15670/18011) 2025-01-24T08:26:38.1739930Z Updating files: 88% (15850/18011) 2025-01-24T08:26:38.1900268Z Updating files: 89% (16030/18011) 2025-01-24T08:26:38.2093790Z Updating files: 90% (16210/18011) 2025-01-24T08:26:38.2213887Z Updating files: 91% (16391/18011) 2025-01-24T08:26:38.2360317Z Updating files: 92% (16571/18011) 2025-01-24T08:26:38.2556261Z Updating files: 93% (16751/18011) 2025-01-24T08:26:38.2753672Z Updating files: 94% (16931/18011) 2025-01-24T08:26:38.2960197Z Updating files: 95% (17111/18011) 2025-01-24T08:26:38.3089833Z Updating files: 96% (17291/18011) 2025-01-24T08:26:38.3410671Z Updating files: 97% (17471/18011) 2025-01-24T08:26:38.3623767Z Updating files: 98% (17651/18011) 2025-01-24T08:26:38.3787791Z Updating files: 99% (17831/18011) 2025-01-24T08:26:38.3788201Z Updating files: 100% (18011/18011) 2025-01-24T08:26:38.3788597Z Updating files: 100% (18011/18011), done. 2025-01-24T08:26:38.4055362Z Note: switching to 'd087145b9259b4cfbcb758dc0bca6a6e5d75d08f'. 2025-01-24T08:26:38.4055784Z 2025-01-24T08:26:38.4056096Z You are in 'detached HEAD' state. You can look around, make experimental 2025-01-24T08:26:38.4056869Z changes and commit them, and you can discard any commits you make in this 2025-01-24T08:26:38.4058027Z state without impacting any branches by switching back to a branch. 2025-01-24T08:26:38.4058493Z 2025-01-24T08:26:38.4058798Z If you want to create a new branch to retain commits you create, you may 2025-01-24T08:26:38.4059492Z do so (now or later) by using -c with the switch command. Example: 2025-01-24T08:26:38.4059887Z 2025-01-24T08:26:38.4060049Z git switch -c 2025-01-24T08:26:38.4060327Z 2025-01-24T08:26:38.4060475Z Or undo this operation with: 2025-01-24T08:26:38.4060730Z 2025-01-24T08:26:38.4060869Z git switch - 2025-01-24T08:26:38.4061051Z 2025-01-24T08:26:38.4061266Z Turn off this advice by setting config variable advice.detachedHead to false 2025-01-24T08:26:38.4061553Z 2025-01-24T08:26:38.4061744Z HEAD is now at d087145b925 Add accuracy issue support in AOTI Minifier (#145539) 2025-01-24T08:26:38.4262462Z ##[endgroup] 2025-01-24T08:26:38.4263097Z ##[group]Setting up auth for fetching submodules 2025-01-24T08:26:38.4267182Z [command]/usr/bin/git config --global http.https://github.com/.extraheader AUTHORIZATION: basic *** 2025-01-24T08:26:38.4317407Z [command]/usr/bin/git config --global --unset-all url.https://github.com/.insteadOf 2025-01-24T08:26:38.4353044Z [command]/usr/bin/git config --global --add url.https://github.com/.insteadOf git@github.com: 2025-01-24T08:26:38.4402713Z [command]/usr/bin/git config --global --add url.https://github.com/.insteadOf org-21003710@github.com: 2025-01-24T08:26:38.4437379Z ##[endgroup] 2025-01-24T08:26:38.4437903Z ##[group]Fetching submodules 2025-01-24T08:26:38.4440601Z [command]/usr/bin/git submodule sync --recursive 2025-01-24T08:26:38.4865725Z [command]/usr/bin/git -c protocol.version=2 submodule update --init --force --recursive 2025-01-24T08:26:38.5248773Z Submodule 'android/libs/fbjni' (https://github.com/facebookincubator/fbjni.git) registered for path 'android/libs/fbjni' 2025-01-24T08:26:38.5252054Z Submodule 'third_party/NNPACK_deps/FP16' (https://github.com/Maratyszcza/FP16.git) registered for path 'third_party/FP16' 2025-01-24T08:26:38.5255692Z Submodule 'third_party/NNPACK_deps/FXdiv' (https://github.com/Maratyszcza/FXdiv.git) registered for path 'third_party/FXdiv' 2025-01-24T08:26:38.5259709Z Submodule 'third_party/NNPACK' (https://github.com/Maratyszcza/NNPACK.git) registered for path 'third_party/NNPACK' 2025-01-24T08:26:38.5263735Z Submodule 'third_party/NVTX' (https://github.com/NVIDIA/NVTX.git) registered for path 'third_party/NVTX' 2025-01-24T08:26:38.5268193Z Submodule 'third_party/VulkanMemoryAllocator' (https://github.com/GPUOpen-LibrariesAndSDKs/VulkanMemoryAllocator.git) registered for path 'third_party/VulkanMemoryAllocator' 2025-01-24T08:26:38.5272050Z Submodule 'third_party/XNNPACK' (https://github.com/google/XNNPACK.git) registered for path 'third_party/XNNPACK' 2025-01-24T08:26:38.5276368Z Submodule 'third_party/benchmark' (https://github.com/google/benchmark.git) registered for path 'third_party/benchmark' 2025-01-24T08:26:38.5280774Z Submodule 'third_party/composable_kernel' (https://github.com/ROCm/composable_kernel.git) registered for path 'third_party/composable_kernel' 2025-01-24T08:26:38.5285155Z Submodule 'third_party/cpp-httplib' (https://github.com/yhirose/cpp-httplib.git) registered for path 'third_party/cpp-httplib' 2025-01-24T08:26:38.5289587Z Submodule 'third_party/cpuinfo' (https://github.com/pytorch/cpuinfo.git) registered for path 'third_party/cpuinfo' 2025-01-24T08:26:38.5294402Z Submodule 'third_party/cudnn_frontend' (https://github.com/NVIDIA/cudnn-frontend.git) registered for path 'third_party/cudnn_frontend' 2025-01-24T08:26:38.5298913Z Submodule 'third_party/cutlass' (https://github.com/NVIDIA/cutlass.git) registered for path 'third_party/cutlass' 2025-01-24T08:26:38.5303672Z Submodule 'third_party/eigen' (https://gitlab.com/libeigen/eigen.git) registered for path 'third_party/eigen' 2025-01-24T08:26:38.5308419Z Submodule 'third_party/fbgemm' (https://github.com/pytorch/fbgemm) registered for path 'third_party/fbgemm' 2025-01-24T08:26:38.5315920Z Submodule 'third_party/flatbuffers' (https://github.com/google/flatbuffers.git) registered for path 'third_party/flatbuffers' 2025-01-24T08:26:38.5320766Z Submodule 'third_party/fmt' (https://github.com/fmtlib/fmt.git) registered for path 'third_party/fmt' 2025-01-24T08:26:38.5325925Z Submodule 'third_party/gemmlowp/gemmlowp' (https://github.com/google/gemmlowp.git) registered for path 'third_party/gemmlowp/gemmlowp' 2025-01-24T08:26:38.5331074Z Submodule 'third_party/gloo' (https://github.com/facebookincubator/gloo) registered for path 'third_party/gloo' 2025-01-24T08:26:38.5336404Z Submodule 'third_party/googletest' (https://github.com/google/googletest.git) registered for path 'third_party/googletest' 2025-01-24T08:26:38.5341538Z Submodule 'third_party/ideep' (https://github.com/intel/ideep) registered for path 'third_party/ideep' 2025-01-24T08:26:38.5346882Z Submodule 'third_party/ittapi' (https://github.com/intel/ittapi.git) registered for path 'third_party/ittapi' 2025-01-24T08:26:38.5352254Z Submodule 'third_party/kineto' (https://github.com/pytorch/kineto) registered for path 'third_party/kineto' 2025-01-24T08:26:38.5357682Z Submodule 'third_party/kleidiai' (https://github.com/ARM-software/kleidiai.git) registered for path 'third_party/kleidiai' 2025-01-24T08:26:38.5363161Z Submodule 'third_party/mimalloc' (https://github.com/microsoft/mimalloc.git) registered for path 'third_party/mimalloc' 2025-01-24T08:26:38.5368655Z Submodule 'third_party/nccl/nccl' (https://github.com/NVIDIA/nccl) registered for path 'third_party/nccl/nccl' 2025-01-24T08:26:38.5374554Z Submodule 'third_party/nlohmann' (https://github.com/nlohmann/json.git) registered for path 'third_party/nlohmann' 2025-01-24T08:26:38.5380158Z Submodule 'third_party/onnx' (https://github.com/onnx/onnx.git) registered for path 'third_party/onnx' 2025-01-24T08:26:38.5386161Z Submodule 'third_party/opentelemetry-cpp' (https://github.com/open-telemetry/opentelemetry-cpp.git) registered for path 'third_party/opentelemetry-cpp' 2025-01-24T08:26:38.5391843Z Submodule 'third_party/pocketfft' (https://github.com/mreineck/pocketfft) registered for path 'third_party/pocketfft' 2025-01-24T08:26:38.5397714Z Submodule 'third_party/protobuf' (https://github.com/protocolbuffers/protobuf.git) registered for path 'third_party/protobuf' 2025-01-24T08:26:38.5403604Z Submodule 'third_party/NNPACK_deps/psimd' (https://github.com/Maratyszcza/psimd.git) registered for path 'third_party/psimd' 2025-01-24T08:26:38.5409688Z Submodule 'third_party/NNPACK_deps/pthreadpool' (https://github.com/Maratyszcza/pthreadpool.git) registered for path 'third_party/pthreadpool' 2025-01-24T08:26:38.5415871Z Submodule 'third_party/pybind11' (https://github.com/pybind/pybind11.git) registered for path 'third_party/pybind11' 2025-01-24T08:26:38.5422060Z Submodule 'third_party/python-peachpy' (https://github.com/malfet/PeachPy.git) registered for path 'third_party/python-peachpy' 2025-01-24T08:26:38.5428343Z Submodule 'third_party/sleef' (https://github.com/shibatch/sleef) registered for path 'third_party/sleef' 2025-01-24T08:26:38.5434712Z Submodule 'third_party/tensorpipe' (https://github.com/pytorch/tensorpipe.git) registered for path 'third_party/tensorpipe' 2025-01-24T08:26:38.5558569Z Cloning into '/var/home/pytorchci/actions-runner/_work/pytorch/pytorch/android/libs/fbjni'... 2025-01-24T08:26:39.0935177Z Cloning into '/var/home/pytorchci/actions-runner/_work/pytorch/pytorch/third_party/FP16'... 2025-01-24T08:26:39.4820794Z Cloning into '/var/home/pytorchci/actions-runner/_work/pytorch/pytorch/third_party/FXdiv'... 2025-01-24T08:26:39.8084719Z Cloning into '/var/home/pytorchci/actions-runner/_work/pytorch/pytorch/third_party/NNPACK'... 2025-01-24T08:26:40.3589816Z Cloning into '/var/home/pytorchci/actions-runner/_work/pytorch/pytorch/third_party/NVTX'... 2025-01-24T08:26:40.9500822Z Cloning into '/var/home/pytorchci/actions-runner/_work/pytorch/pytorch/third_party/VulkanMemoryAllocator'... 2025-01-24T08:26:42.6783814Z Cloning into '/var/home/pytorchci/actions-runner/_work/pytorch/pytorch/third_party/XNNPACK'... 2025-01-24T08:26:49.4473206Z Cloning into '/var/home/pytorchci/actions-runner/_work/pytorch/pytorch/third_party/benchmark'... 2025-01-24T08:26:50.1240292Z Cloning into '/var/home/pytorchci/actions-runner/_work/pytorch/pytorch/third_party/composable_kernel'... 2025-01-24T08:26:51.9952575Z Cloning into '/var/home/pytorchci/actions-runner/_work/pytorch/pytorch/third_party/cpp-httplib'... 2025-01-24T08:26:52.6993873Z Cloning into '/var/home/pytorchci/actions-runner/_work/pytorch/pytorch/third_party/cpuinfo'... 2025-01-24T08:26:53.4990408Z Cloning into '/var/home/pytorchci/actions-runner/_work/pytorch/pytorch/third_party/cudnn_frontend'... 2025-01-24T08:26:54.7793765Z Cloning into '/var/home/pytorchci/actions-runner/_work/pytorch/pytorch/third_party/cutlass'... 2025-01-24T08:26:57.2087173Z Cloning into '/var/home/pytorchci/actions-runner/_work/pytorch/pytorch/third_party/eigen'... 2025-01-24T08:27:01.0807024Z Cloning into '/var/home/pytorchci/actions-runner/_work/pytorch/pytorch/third_party/fbgemm'... 2025-01-24T08:27:02.6994758Z Cloning into '/var/home/pytorchci/actions-runner/_work/pytorch/pytorch/third_party/flatbuffers'... 2025-01-24T08:27:04.1945085Z Cloning into '/var/home/pytorchci/actions-runner/_work/pytorch/pytorch/third_party/fmt'... 2025-01-24T08:27:05.3422448Z Cloning into '/var/home/pytorchci/actions-runner/_work/pytorch/pytorch/third_party/gemmlowp/gemmlowp'... 2025-01-24T08:27:05.9717782Z Cloning into '/var/home/pytorchci/actions-runner/_work/pytorch/pytorch/third_party/gloo'... 2025-01-24T08:27:06.5670619Z Cloning into '/var/home/pytorchci/actions-runner/_work/pytorch/pytorch/third_party/googletest'... 2025-01-24T08:27:07.6115041Z Cloning into '/var/home/pytorchci/actions-runner/_work/pytorch/pytorch/third_party/ideep'... 2025-01-24T08:27:08.1535797Z Cloning into '/var/home/pytorchci/actions-runner/_work/pytorch/pytorch/third_party/ittapi'... 2025-01-24T08:27:08.6598228Z Cloning into '/var/home/pytorchci/actions-runner/_work/pytorch/pytorch/third_party/kineto'... 2025-01-24T08:27:10.3163173Z Cloning into '/var/home/pytorchci/actions-runner/_work/pytorch/pytorch/third_party/kleidiai'... 2025-01-24T08:27:11.0640366Z Cloning into '/var/home/pytorchci/actions-runner/_work/pytorch/pytorch/third_party/mimalloc'... 2025-01-24T08:27:11.8976410Z Cloning into '/var/home/pytorchci/actions-runner/_work/pytorch/pytorch/third_party/nccl/nccl'... 2025-01-24T08:27:13.5120383Z Cloning into '/var/home/pytorchci/actions-runner/_work/pytorch/pytorch/third_party/nlohmann'... 2025-01-24T08:27:18.3137462Z Cloning into '/var/home/pytorchci/actions-runner/_work/pytorch/pytorch/third_party/onnx'... 2025-01-24T08:27:20.4082376Z Cloning into '/var/home/pytorchci/actions-runner/_work/pytorch/pytorch/third_party/opentelemetry-cpp'... 2025-01-24T08:27:23.9818957Z Cloning into '/var/home/pytorchci/actions-runner/_work/pytorch/pytorch/third_party/pocketfft'... 2025-01-24T08:27:24.5206428Z Cloning into '/var/home/pytorchci/actions-runner/_work/pytorch/pytorch/third_party/protobuf'... 2025-01-24T08:27:31.8015438Z Cloning into '/var/home/pytorchci/actions-runner/_work/pytorch/pytorch/third_party/psimd'... 2025-01-24T08:27:32.1498565Z Cloning into '/var/home/pytorchci/actions-runner/_work/pytorch/pytorch/third_party/pthreadpool'... 2025-01-24T08:27:32.5749096Z Cloning into '/var/home/pytorchci/actions-runner/_work/pytorch/pytorch/third_party/pybind11'... 2025-01-24T08:27:33.8748571Z Cloning into '/var/home/pytorchci/actions-runner/_work/pytorch/pytorch/third_party/python-peachpy'... 2025-01-24T08:27:34.4837295Z Cloning into '/var/home/pytorchci/actions-runner/_work/pytorch/pytorch/third_party/sleef'... 2025-01-24T08:27:35.2687769Z Cloning into '/var/home/pytorchci/actions-runner/_work/pytorch/pytorch/third_party/tensorpipe'... 2025-01-24T08:27:35.9683793Z Submodule path 'android/libs/fbjni': checked out '7e1e1fe3858c63c251c637ae41a20de425dde96f' 2025-01-24T08:27:36.0052468Z Submodule path 'third_party/FP16': checked out '4dfe081cf6bcd15db339cf2680b9281b8451eeb3' 2025-01-24T08:27:36.0381553Z Submodule path 'third_party/FXdiv': checked out 'b408327ac2a15ec3e43352421954f5b1967701d1' 2025-01-24T08:27:36.0897639Z Submodule path 'third_party/NNPACK': checked out 'c07e3a0400713d546e0dea2d5466dd22ea389c73' 2025-01-24T08:27:36.1549114Z Submodule path 'third_party/NVTX': checked out 'e170594ac7cf1dac584da473d4ca9301087090c1' 2025-01-24T08:27:36.2232739Z Submodule path 'third_party/VulkanMemoryAllocator': checked out 'a6bfc237255a6bac1513f7c1ebde6d8aed6b5191' 2025-01-24T08:27:37.1545954Z Submodule path 'third_party/XNNPACK': checked out '51a0103656eff6fc9bfd39a4597923c4b542c883' 2025-01-24T08:27:37.2069583Z Submodule path 'third_party/benchmark': checked out '0d98dba29d66e93259db7daa53a9327df767a415' 2025-01-24T08:27:37.5155371Z Submodule path 'third_party/composable_kernel': checked out '50ee4267e27b875d149e642f4cebd47be1dc3b57' 2025-01-24T08:27:37.6028446Z Submodule path 'third_party/cpp-httplib': checked out '3b6597bba913d51161383657829b7e644e59c006' 2025-01-24T08:27:37.7464515Z Submodule path 'third_party/cpuinfo': checked out '1e83a2fdd3102f65c6f1fb602c1b320486218a99' 2025-01-24T08:27:37.8135873Z Submodule path 'third_party/cudnn_frontend': checked out 'ee971b18ee428ff55b444ac93876cfbd377d304f' 2025-01-24T08:27:38.5415188Z Submodule path 'third_party/cutlass': checked out 'bf9da7b76c766d7ee7d536afc77880a4ef1f1156' 2025-01-24T08:27:38.8544074Z Submodule path 'third_party/eigen': checked out '3147391d946bb4b6c68edd901f2add6ac1f31f8c' 2025-01-24T08:27:38.9870403Z Submodule path 'third_party/fbgemm': checked out 'dbc3157bf256f1339b3fa1fef2be89ac4078be0e' 2025-01-24T08:27:38.9942875Z Submodule 'third_party/asmjit' (https://github.com/asmjit/asmjit.git) registered for path 'third_party/fbgemm/third_party/asmjit' 2025-01-24T08:27:38.9947067Z Submodule 'third_party/cpuinfo' (https://github.com/pytorch/cpuinfo) registered for path 'third_party/fbgemm/third_party/cpuinfo' 2025-01-24T08:27:38.9951207Z Submodule 'third_party/cutlass' (https://github.com/NVIDIA/cutlass.git) registered for path 'third_party/fbgemm/third_party/cutlass' 2025-01-24T08:27:38.9955423Z Submodule 'third_party/googletest' (https://github.com/google/googletest) registered for path 'third_party/fbgemm/third_party/googletest' 2025-01-24T08:27:38.9959764Z Submodule 'third_party/hipify_torch' (https://github.com/ROCmSoftwarePlatform/hipify_torch.git) registered for path 'third_party/fbgemm/third_party/hipify_torch' 2025-01-24T08:27:39.0031183Z Cloning into '/var/home/pytorchci/actions-runner/_work/pytorch/pytorch/third_party/fbgemm/third_party/asmjit'... 2025-01-24T08:27:40.0674942Z Cloning into '/var/home/pytorchci/actions-runner/_work/pytorch/pytorch/third_party/fbgemm/third_party/cpuinfo'... 2025-01-24T08:27:40.8741334Z Cloning into '/var/home/pytorchci/actions-runner/_work/pytorch/pytorch/third_party/fbgemm/third_party/cutlass'... 2025-01-24T08:27:43.3057452Z Cloning into '/var/home/pytorchci/actions-runner/_work/pytorch/pytorch/third_party/fbgemm/third_party/googletest'... 2025-01-24T08:27:44.4291435Z Cloning into '/var/home/pytorchci/actions-runner/_work/pytorch/pytorch/third_party/fbgemm/third_party/hipify_torch'... 2025-01-24T08:27:45.0022416Z Submodule path 'third_party/fbgemm/third_party/asmjit': checked out 'd3fbf7c9bc7c1d1365a94a45614b91c5a3706b81' 2025-01-24T08:27:45.1390064Z Submodule path 'third_party/fbgemm/third_party/cpuinfo': checked out 'ed8b86a253800bafdb7b25c5c399f91bff9cb1f3' 2025-01-24T08:27:45.6735971Z Submodule path 'third_party/fbgemm/third_party/cutlass': checked out 'fc9ebc645b63f3a6bc80aaefde5c063fb72110d6' 2025-01-24T08:27:45.7657553Z Submodule path 'third_party/fbgemm/third_party/googletest': checked out 'cbf019de22c8dd37b2108da35b2748fd702d1796' 2025-01-24T08:27:45.8005713Z Submodule path 'third_party/fbgemm/third_party/hipify_torch': checked out '23f53b025b466d8ec3c45d52290d3442f7fbe6b1' 2025-01-24T08:27:45.9923967Z Submodule path 'third_party/flatbuffers': checked out '01834de25e4bf3975a9a00e816292b1ad0fe184b' 2025-01-24T08:27:46.0572141Z Submodule path 'third_party/fmt': checked out 'e3ddede6c4ee818825c4e5a6dfa1d384860c27d9' 2025-01-24T08:27:46.1297801Z Submodule path 'third_party/gemmlowp/gemmlowp': checked out '3fb5c176c17c765a3492cd2f0321b0dab712f350' 2025-01-24T08:27:46.1851881Z Submodule path 'third_party/gloo': checked out '5354032ea08eadd7fc4456477f7f7c6308818509' 2025-01-24T08:27:46.2590030Z Submodule path 'third_party/googletest': checked out 'b514bdc898e2951020cbdca1304b75f5950d1f59' 2025-01-24T08:27:46.2974179Z Submodule path 'third_party/ideep': checked out 'e026f3b0318087fe19e2b062e8edf55bfe7a522c' 2025-01-24T08:27:46.3046203Z Submodule 'mkl-dnn' (https://github.com/intel/mkl-dnn.git) registered for path 'third_party/ideep/mkl-dnn' 2025-01-24T08:27:46.3112810Z Cloning into '/var/home/pytorchci/actions-runner/_work/pytorch/pytorch/third_party/ideep/mkl-dnn'... 2025-01-24T08:27:54.5476892Z Submodule path 'third_party/ideep/mkl-dnn': checked out '66f0cb9eb66affd2da3bf5f8d897376f04aae6af' 2025-01-24T08:27:54.5976479Z Submodule path 'third_party/ittapi': checked out '5b8a7d7422611c3a0d799fb5fc5dd4abfae35b42' 2025-01-24T08:27:54.7275897Z Submodule path 'third_party/kineto': checked out 'bc1616a65cfe552516ce62f81ead48e45c85e18c' 2025-01-24T08:27:54.7352012Z Submodule 'libkineto/third_party/dynolog' (https://github.com/facebookincubator/dynolog.git) registered for path 'third_party/kineto/libkineto/third_party/dynolog' 2025-01-24T08:27:54.7355697Z Submodule 'libkineto/third_party/fmt' (https://github.com/fmtlib/fmt.git) registered for path 'third_party/kineto/libkineto/third_party/fmt' 2025-01-24T08:27:54.7359879Z Submodule 'libkineto/third_party/googletest' (https://github.com/google/googletest.git) registered for path 'third_party/kineto/libkineto/third_party/googletest' 2025-01-24T08:27:54.7429920Z Cloning into '/var/home/pytorchci/actions-runner/_work/pytorch/pytorch/third_party/kineto/libkineto/third_party/dynolog'... 2025-01-24T08:27:55.7615584Z Cloning into '/var/home/pytorchci/actions-runner/_work/pytorch/pytorch/third_party/kineto/libkineto/third_party/fmt'... 2025-01-24T08:27:56.8865153Z Cloning into '/var/home/pytorchci/actions-runner/_work/pytorch/pytorch/third_party/kineto/libkineto/third_party/googletest'... 2025-01-24T08:27:58.0744081Z Submodule path 'third_party/kineto/libkineto/third_party/dynolog': checked out '7d04a0053a845370ae06ce317a22a48e9edcc74e' 2025-01-24T08:27:58.0816510Z Submodule 'third_party/DCGM' (https://github.com/NVIDIA/DCGM.git) registered for path 'third_party/kineto/libkineto/third_party/dynolog/third_party/DCGM' 2025-01-24T08:27:58.0820206Z Submodule 'third_party/cpr' (https://github.com/libcpr/cpr.git) registered for path 'third_party/kineto/libkineto/third_party/dynolog/third_party/cpr' 2025-01-24T08:27:58.0824339Z Submodule 'third_party/fmt' (https://github.com/fmtlib/fmt.git) registered for path 'third_party/kineto/libkineto/third_party/dynolog/third_party/fmt' 2025-01-24T08:27:58.0828597Z Submodule 'third_party/gflags' (https://github.com/gflags/gflags.git) registered for path 'third_party/kineto/libkineto/third_party/dynolog/third_party/gflags' 2025-01-24T08:27:58.0832883Z Submodule 'third_party/glog' (https://github.com/google/glog.git) registered for path 'third_party/kineto/libkineto/third_party/dynolog/third_party/glog' 2025-01-24T08:27:58.0837267Z Submodule 'third_party/googletest' (https://github.com/google/googletest.git) registered for path 'third_party/kineto/libkineto/third_party/dynolog/third_party/googletest' 2025-01-24T08:27:58.0841616Z Submodule 'third_party/json' (https://github.com/nlohmann/json.git) registered for path 'third_party/kineto/libkineto/third_party/dynolog/third_party/json' 2025-01-24T08:27:58.0846099Z Submodule 'third_party/pfs' (https://github.com/dtrugman/pfs.git) registered for path 'third_party/kineto/libkineto/third_party/dynolog/third_party/pfs' 2025-01-24T08:27:58.0915757Z Cloning into '/var/home/pytorchci/actions-runner/_work/pytorch/pytorch/third_party/kineto/libkineto/third_party/dynolog/third_party/DCGM'... 2025-01-24T08:27:59.6309062Z Cloning into '/var/home/pytorchci/actions-runner/_work/pytorch/pytorch/third_party/kineto/libkineto/third_party/dynolog/third_party/cpr'... 2025-01-24T08:28:00.2489072Z Cloning into '/var/home/pytorchci/actions-runner/_work/pytorch/pytorch/third_party/kineto/libkineto/third_party/dynolog/third_party/fmt'... 2025-01-24T08:28:01.4302827Z Cloning into '/var/home/pytorchci/actions-runner/_work/pytorch/pytorch/third_party/kineto/libkineto/third_party/dynolog/third_party/gflags'... 2025-01-24T08:28:02.1294980Z Cloning into '/var/home/pytorchci/actions-runner/_work/pytorch/pytorch/third_party/kineto/libkineto/third_party/dynolog/third_party/glog'... 2025-01-24T08:28:02.8384551Z Cloning into '/var/home/pytorchci/actions-runner/_work/pytorch/pytorch/third_party/kineto/libkineto/third_party/dynolog/third_party/googletest'... 2025-01-24T08:28:05.0498831Z Cloning into '/var/home/pytorchci/actions-runner/_work/pytorch/pytorch/third_party/kineto/libkineto/third_party/dynolog/third_party/json'... 2025-01-24T08:28:09.8192390Z Cloning into '/var/home/pytorchci/actions-runner/_work/pytorch/pytorch/third_party/kineto/libkineto/third_party/dynolog/third_party/pfs'... 2025-01-24T08:28:10.4630704Z Submodule path 'third_party/kineto/libkineto/third_party/dynolog/third_party/DCGM': checked out 'ffde4e54bc7249a6039a5e6b45b395141e1217f9' 2025-01-24T08:28:10.5052583Z Submodule path 'third_party/kineto/libkineto/third_party/dynolog/third_party/cpr': checked out '871ed52d350214a034f6ef8a3b8f51c5ce1bd400' 2025-01-24T08:28:10.5694280Z Submodule path 'third_party/kineto/libkineto/third_party/dynolog/third_party/fmt': checked out 'cd4af11efc9c622896a3e4cb599fa28668ca3d05' 2025-01-24T08:28:10.6037396Z Submodule path 'third_party/kineto/libkineto/third_party/dynolog/third_party/gflags': checked out 'e171aa2d15ed9eb17054558e0b3a6a413bb01067' 2025-01-24T08:28:10.6111793Z Submodule 'doc' (https://github.com/gflags/gflags.git) registered for path 'third_party/kineto/libkineto/third_party/dynolog/third_party/gflags/doc' 2025-01-24T08:28:10.6176389Z Cloning into '/var/home/pytorchci/actions-runner/_work/pytorch/pytorch/third_party/kineto/libkineto/third_party/dynolog/third_party/gflags/doc'... 2025-01-24T08:28:11.2342426Z Submodule path 'third_party/kineto/libkineto/third_party/dynolog/third_party/gflags/doc': checked out '8411df715cf522606e3b1aca386ddfc0b63d34b4' 2025-01-24T08:28:11.2754157Z Submodule path 'third_party/kineto/libkineto/third_party/dynolog/third_party/glog': checked out 'b33e3bad4c46c8a6345525fd822af355e5ef9446' 2025-01-24T08:28:11.3425144Z Submodule path 'third_party/kineto/libkineto/third_party/dynolog/third_party/googletest': checked out '58d77fa8070e8cec2dc1ed015d66b454c8d78850' 2025-01-24T08:28:11.4882879Z Submodule path 'third_party/kineto/libkineto/third_party/dynolog/third_party/json': checked out '4f8fba14066156b73f1189a2b8bd568bde5284c5' 2025-01-24T08:28:11.5293737Z Submodule path 'third_party/kineto/libkineto/third_party/dynolog/third_party/pfs': checked out 'f68a2fa8ea36c783bdd760371411fcb495aa3150' 2025-01-24T08:28:11.5968687Z Submodule path 'third_party/kineto/libkineto/third_party/fmt': checked out '0041a40c1350ba702d475b9c4ad62da77caea164' 2025-01-24T08:28:11.6814640Z Submodule path 'third_party/kineto/libkineto/third_party/googletest': checked out '7aca84427f224eeed3144123d5230d5871e93347' 2025-01-24T08:28:11.7358734Z Submodule path 'third_party/kleidiai': checked out '202603f38a9df9d2ded89f12b41ded621c71d4ea' 2025-01-24T08:28:11.8040687Z Submodule path 'third_party/mimalloc': checked out 'b66e3214d8a104669c2ec05ae91ebc26a8f5ab78' 2025-01-24T08:28:11.8626073Z Submodule path 'third_party/nccl/nccl': checked out 'ab2b89c4c339bd7f816fbc114a4b05d386b66290' 2025-01-24T08:28:12.0193945Z Submodule path 'third_party/nlohmann': checked out '87cda1d6646592ac5866dc703c8e1839046a6806' 2025-01-24T08:28:12.5506666Z Submodule path 'third_party/onnx': checked out 'b8baa8446686496da4cc8fda09f2b6fe65c2a02c' 2025-01-24T08:28:12.5605339Z Submodule 'third_party/pybind11' (https://github.com/pybind/pybind11.git) registered for path 'third_party/onnx/third_party/pybind11' 2025-01-24T08:28:12.5701562Z Cloning into '/var/home/pytorchci/actions-runner/_work/pytorch/pytorch/third_party/onnx/third_party/pybind11'... 2025-01-24T08:28:13.7724519Z Submodule path 'third_party/onnx/third_party/pybind11': checked out '3e9dfa2866941655c56877882565e7577de6fc7b' 2025-01-24T08:28:13.8818199Z Submodule path 'third_party/opentelemetry-cpp': checked out 'a799f4aed9c94b765dcdaabaeab7d5e7e2310878' 2025-01-24T08:28:13.8884364Z Submodule 'third_party/benchmark' (https://github.com/google/benchmark) registered for path 'third_party/opentelemetry-cpp/third_party/benchmark' 2025-01-24T08:28:13.8888720Z Submodule 'third_party/googletest' (https://github.com/google/googletest) registered for path 'third_party/opentelemetry-cpp/third_party/googletest' 2025-01-24T08:28:13.8892793Z Submodule 'third_party/ms-gsl' (https://github.com/microsoft/GSL) registered for path 'third_party/opentelemetry-cpp/third_party/ms-gsl' 2025-01-24T08:28:13.8897126Z Submodule 'third_party/nlohmann-json' (https://github.com/nlohmann/json) registered for path 'third_party/opentelemetry-cpp/third_party/nlohmann-json' 2025-01-24T08:28:13.8901161Z Submodule 'third_party/opentelemetry-proto' (https://github.com/open-telemetry/opentelemetry-proto) registered for path 'third_party/opentelemetry-cpp/third_party/opentelemetry-proto' 2025-01-24T08:28:13.8905489Z Submodule 'third_party/opentracing-cpp' (https://github.com/opentracing/opentracing-cpp.git) registered for path 'third_party/opentelemetry-cpp/third_party/opentracing-cpp' 2025-01-24T08:28:13.8909880Z Submodule 'third_party/prometheus-cpp' (https://github.com/jupp0r/prometheus-cpp) registered for path 'third_party/opentelemetry-cpp/third_party/prometheus-cpp' 2025-01-24T08:28:13.8914285Z Submodule 'tools/vcpkg' (https://github.com/Microsoft/vcpkg) registered for path 'third_party/opentelemetry-cpp/tools/vcpkg' 2025-01-24T08:28:13.8992081Z Cloning into '/var/home/pytorchci/actions-runner/_work/pytorch/pytorch/third_party/opentelemetry-cpp/third_party/benchmark'... 2025-01-24T08:28:14.5500605Z Cloning into '/var/home/pytorchci/actions-runner/_work/pytorch/pytorch/third_party/opentelemetry-cpp/third_party/googletest'... 2025-01-24T08:28:15.7545915Z Cloning into '/var/home/pytorchci/actions-runner/_work/pytorch/pytorch/third_party/opentelemetry-cpp/third_party/ms-gsl'... 2025-01-24T08:28:16.3084057Z Cloning into '/var/home/pytorchci/actions-runner/_work/pytorch/pytorch/third_party/opentelemetry-cpp/third_party/nlohmann-json'... 2025-01-24T08:28:21.0445248Z Cloning into '/var/home/pytorchci/actions-runner/_work/pytorch/pytorch/third_party/opentelemetry-cpp/third_party/opentelemetry-proto'... 2025-01-24T08:28:21.5736719Z Cloning into '/var/home/pytorchci/actions-runner/_work/pytorch/pytorch/third_party/opentelemetry-cpp/third_party/opentracing-cpp'... 2025-01-24T08:28:22.0339633Z Cloning into '/var/home/pytorchci/actions-runner/_work/pytorch/pytorch/third_party/opentelemetry-cpp/third_party/prometheus-cpp'... 2025-01-24T08:28:22.5409343Z Cloning into '/var/home/pytorchci/actions-runner/_work/pytorch/pytorch/third_party/opentelemetry-cpp/tools/vcpkg'... 2025-01-24T08:28:29.5591841Z Submodule path 'third_party/opentelemetry-cpp/third_party/benchmark': checked out 'd572f4777349d43653b21d6c2fc63020ab326db2' 2025-01-24T08:28:29.6300478Z Submodule path 'third_party/opentelemetry-cpp/third_party/googletest': checked out 'b796f7d44681514f58a683a3a71ff17c94edb0c1' 2025-01-24T08:28:29.6687292Z Submodule path 'third_party/opentelemetry-cpp/third_party/ms-gsl': checked out '6f4529395c5b7c2d661812257cd6780c67e54afa' 2025-01-24T08:28:29.8184107Z Submodule path 'third_party/opentelemetry-cpp/third_party/nlohmann-json': checked out 'bc889afb4c5bf1c0d8ee29ef35eaaf4c8bef8a5d' 2025-01-24T08:28:29.8537148Z Submodule path 'third_party/opentelemetry-cpp/third_party/opentelemetry-proto': checked out '4ca4f0335c63cda7ab31ea7ed70d6553aee14dce' 2025-01-24T08:28:29.8898194Z Submodule path 'third_party/opentelemetry-cpp/third_party/opentracing-cpp': checked out '06b57f48ded1fa3bdd3d4346f6ef29e40e08eaf5' 2025-01-24T08:28:29.9294556Z Submodule path 'third_party/opentelemetry-cpp/third_party/prometheus-cpp': checked out 'c9ffcdda9086ffd9e1283ea7a0276d831f3c8a8d' 2025-01-24T08:28:29.9362630Z Submodule 'civetweb' (https://github.com/civetweb/civetweb.git) registered for path 'third_party/opentelemetry-cpp/third_party/prometheus-cpp/3rdparty/civetweb' 2025-01-24T08:28:29.9366409Z Submodule 'googletest' (https://github.com/google/googletest.git) registered for path 'third_party/opentelemetry-cpp/third_party/prometheus-cpp/3rdparty/googletest' 2025-01-24T08:28:29.9432154Z Cloning into '/var/home/pytorchci/actions-runner/_work/pytorch/pytorch/third_party/opentelemetry-cpp/third_party/prometheus-cpp/3rdparty/civetweb'... 2025-01-24T08:28:31.4813547Z Cloning into '/var/home/pytorchci/actions-runner/_work/pytorch/pytorch/third_party/opentelemetry-cpp/third_party/prometheus-cpp/3rdparty/googletest'... 2025-01-24T08:28:32.8765684Z Submodule path 'third_party/opentelemetry-cpp/third_party/prometheus-cpp/3rdparty/civetweb': checked out 'eefb26f82b233268fc98577d265352720d477ba4' 2025-01-24T08:28:32.9535167Z Submodule path 'third_party/opentelemetry-cpp/third_party/prometheus-cpp/3rdparty/googletest': checked out 'e2239ee6043f73722e7aa812a459f54a28552929' 2025-01-24T08:28:33.5941900Z Submodule path 'third_party/opentelemetry-cpp/tools/vcpkg': checked out '8eb57355a4ffb410a2e94c07b4dca2dffbee8e50' 2025-01-24T08:28:33.6380966Z Submodule path 'third_party/pocketfft': checked out '9d3ab05a7fffbc71a492bc6a17be034e83e8f0fe' 2025-01-24T08:28:34.0051820Z Submodule path 'third_party/protobuf': checked out 'd1eca4e4b421cd2997495c4b4e65cea6be4e9b8a' 2025-01-24T08:28:34.0131667Z Submodule 'third_party/benchmark' (https://github.com/google/benchmark.git) registered for path 'third_party/protobuf/third_party/benchmark' 2025-01-24T08:28:34.0135768Z Submodule 'third_party/googletest' (https://github.com/google/googletest.git) registered for path 'third_party/protobuf/third_party/googletest' 2025-01-24T08:28:34.0211974Z Cloning into '/var/home/pytorchci/actions-runner/_work/pytorch/pytorch/third_party/protobuf/third_party/benchmark'... 2025-01-24T08:28:34.7439909Z Cloning into '/var/home/pytorchci/actions-runner/_work/pytorch/pytorch/third_party/protobuf/third_party/googletest'... 2025-01-24T08:28:35.8671338Z Submodule path 'third_party/protobuf/third_party/benchmark': checked out '5b7683f49e1e9223cf9927b24f6fd3d6bd82e3f8' 2025-01-24T08:28:35.9681420Z Submodule path 'third_party/protobuf/third_party/googletest': checked out '5ec7f0c4a113e2f18ac2c6cc7df51ad6afc24081' 2025-01-24T08:28:36.0028002Z Submodule path 'third_party/psimd': checked out '072586a71b55b7f8c584153d223e95687148a900' 2025-01-24T08:28:36.0398281Z Submodule path 'third_party/pthreadpool': checked out '4fe0e1e183925bf8cfa6aae24237e724a96479b8' 2025-01-24T08:28:36.1058044Z Submodule path 'third_party/pybind11': checked out 'a2e59f0e7065404b44dfe92a28aca47ba1378dc4' 2025-01-24T08:28:36.1661182Z Submodule path 'third_party/python-peachpy': checked out 'f45429b087dd7d5bc78bb40dc7cf06425c252d67' 2025-01-24T08:28:36.2405087Z Submodule path 'third_party/sleef': checked out '56e1f79cb140fb9326d612d0be06b5250565cade' 2025-01-24T08:28:36.2962762Z Submodule path 'third_party/tensorpipe': checked out '52791a2fd214b2a9dc5759d36725909c1daa7f2e' 2025-01-24T08:28:36.3036515Z Submodule 'third_party/googletest' (https://github.com/google/googletest.git) registered for path 'third_party/tensorpipe/third_party/googletest' 2025-01-24T08:28:36.3040616Z Submodule 'third_party/libnop' (https://github.com/google/libnop.git) registered for path 'third_party/tensorpipe/third_party/libnop' 2025-01-24T08:28:36.3044444Z Submodule 'third_party/libuv' (https://github.com/libuv/libuv.git) registered for path 'third_party/tensorpipe/third_party/libuv' 2025-01-24T08:28:36.3048423Z Submodule 'third_party/pybind11' (https://github.com/pybind/pybind11.git) registered for path 'third_party/tensorpipe/third_party/pybind11' 2025-01-24T08:28:36.3118198Z Cloning into '/var/home/pytorchci/actions-runner/_work/pytorch/pytorch/third_party/tensorpipe/third_party/googletest'... 2025-01-24T08:28:37.3417152Z Cloning into '/var/home/pytorchci/actions-runner/_work/pytorch/pytorch/third_party/tensorpipe/third_party/libnop'... 2025-01-24T08:28:37.8068530Z Cloning into '/var/home/pytorchci/actions-runner/_work/pytorch/pytorch/third_party/tensorpipe/third_party/libuv'... 2025-01-24T08:28:39.7792608Z Cloning into '/var/home/pytorchci/actions-runner/_work/pytorch/pytorch/third_party/tensorpipe/third_party/pybind11'... 2025-01-24T08:28:41.2065791Z Submodule path 'third_party/tensorpipe/third_party/googletest': checked out 'aee0f9d9b5b87796ee8a0ab26b7587ec30e8858e' 2025-01-24T08:28:41.2455492Z Submodule path 'third_party/tensorpipe/third_party/libnop': checked out '910b55815be16109f04f4180e9adee14fb4ce281' 2025-01-24T08:28:41.3374138Z Submodule path 'third_party/tensorpipe/third_party/libuv': checked out '1dff88e5161cba5c59276d2070d2e304e4dcb242' 2025-01-24T08:28:41.3901275Z Submodule path 'third_party/tensorpipe/third_party/pybind11': checked out 'a23996fce38ff6ccfbcdc09f1e63f2c4be5ea2ef' 2025-01-24T08:28:41.3973498Z Submodule 'tools/clang' (https://github.com/wjakob/clang-cindex-python3) registered for path 'third_party/tensorpipe/third_party/pybind11/tools/clang' 2025-01-24T08:28:41.4035134Z Cloning into '/var/home/pytorchci/actions-runner/_work/pytorch/pytorch/third_party/tensorpipe/third_party/pybind11/tools/clang'... 2025-01-24T08:28:41.8407383Z Submodule path 'third_party/tensorpipe/third_party/pybind11/tools/clang': checked out '6a00cbc4a9b8e68b71caf7f774b3f9c753ae84d5' 2025-01-24T08:28:41.8545771Z [command]/usr/bin/git submodule foreach --recursive git config --local gc.auto 0 2025-01-24T08:28:41.8921419Z Entering 'android/libs/fbjni' 2025-01-24T08:28:41.8989923Z Entering 'third_party/FP16' 2025-01-24T08:28:41.9055893Z Entering 'third_party/FXdiv' 2025-01-24T08:28:41.9117740Z Entering 'third_party/NNPACK' 2025-01-24T08:28:41.9181410Z Entering 'third_party/NVTX' 2025-01-24T08:28:41.9244054Z Entering 'third_party/VulkanMemoryAllocator' 2025-01-24T08:28:41.9305326Z Entering 'third_party/XNNPACK' 2025-01-24T08:28:41.9386188Z Entering 'third_party/benchmark' 2025-01-24T08:28:41.9450429Z Entering 'third_party/composable_kernel' 2025-01-24T08:28:41.9522651Z Entering 'third_party/cpp-httplib' 2025-01-24T08:28:41.9584635Z Entering 'third_party/cpuinfo' 2025-01-24T08:28:41.9643033Z Entering 'third_party/cudnn_frontend' 2025-01-24T08:28:41.9719775Z Entering 'third_party/cutlass' 2025-01-24T08:28:41.9791501Z Entering 'third_party/eigen' 2025-01-24T08:28:41.9866130Z Entering 'third_party/fbgemm' 2025-01-24T08:28:41.9926406Z Entering 'third_party/fbgemm/third_party/asmjit' 2025-01-24T08:28:41.9983251Z Entering 'third_party/fbgemm/third_party/cpuinfo' 2025-01-24T08:28:42.0040944Z Entering 'third_party/fbgemm/third_party/cutlass' 2025-01-24T08:28:42.0107871Z Entering 'third_party/fbgemm/third_party/googletest' 2025-01-24T08:28:42.0168065Z Entering 'third_party/fbgemm/third_party/hipify_torch' 2025-01-24T08:28:42.0227913Z Entering 'third_party/flatbuffers' 2025-01-24T08:28:42.0293502Z Entering 'third_party/fmt' 2025-01-24T08:28:42.0357314Z Entering 'third_party/gemmlowp/gemmlowp' 2025-01-24T08:28:42.0421552Z Entering 'third_party/gloo' 2025-01-24T08:28:42.0477976Z Entering 'third_party/googletest' 2025-01-24T08:28:42.0543920Z Entering 'third_party/ideep' 2025-01-24T08:28:42.0599292Z Entering 'third_party/ideep/mkl-dnn' 2025-01-24T08:28:42.0665293Z Entering 'third_party/ittapi' 2025-01-24T08:28:42.0725551Z Entering 'third_party/kineto' 2025-01-24T08:28:42.0785501Z Entering 'third_party/kineto/libkineto/third_party/dynolog' 2025-01-24T08:28:42.0842238Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/DCGM' 2025-01-24T08:28:42.0904794Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/cpr' 2025-01-24T08:28:42.0962858Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/fmt' 2025-01-24T08:28:42.1036882Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/gflags' 2025-01-24T08:28:42.1103136Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/gflags/doc' 2025-01-24T08:28:42.1164325Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/glog' 2025-01-24T08:28:42.1223657Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/googletest' 2025-01-24T08:28:42.1277656Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/json' 2025-01-24T08:28:42.1348321Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/pfs' 2025-01-24T08:28:42.1410449Z Entering 'third_party/kineto/libkineto/third_party/fmt' 2025-01-24T08:28:42.1467322Z Entering 'third_party/kineto/libkineto/third_party/googletest' 2025-01-24T08:28:42.1528843Z Entering 'third_party/kleidiai' 2025-01-24T08:28:42.1583272Z Entering 'third_party/mimalloc' 2025-01-24T08:28:42.1643263Z Entering 'third_party/nccl/nccl' 2025-01-24T08:28:42.1706202Z Entering 'third_party/nlohmann' 2025-01-24T08:28:42.1768962Z Entering 'third_party/onnx' 2025-01-24T08:28:42.1855930Z Entering 'third_party/onnx/third_party/pybind11' 2025-01-24T08:28:42.1919088Z Entering 'third_party/opentelemetry-cpp' 2025-01-24T08:28:42.1986342Z Entering 'third_party/opentelemetry-cpp/third_party/benchmark' 2025-01-24T08:28:42.2041395Z Entering 'third_party/opentelemetry-cpp/third_party/googletest' 2025-01-24T08:28:42.2101337Z Entering 'third_party/opentelemetry-cpp/third_party/ms-gsl' 2025-01-24T08:28:42.2158557Z Entering 'third_party/opentelemetry-cpp/third_party/nlohmann-json' 2025-01-24T08:28:42.2221518Z Entering 'third_party/opentelemetry-cpp/third_party/opentelemetry-proto' 2025-01-24T08:28:42.2276125Z Entering 'third_party/opentelemetry-cpp/third_party/opentracing-cpp' 2025-01-24T08:28:42.2335174Z Entering 'third_party/opentelemetry-cpp/third_party/prometheus-cpp' 2025-01-24T08:28:42.2392117Z Entering 'third_party/opentelemetry-cpp/third_party/prometheus-cpp/3rdparty/civetweb' 2025-01-24T08:28:42.2455977Z Entering 'third_party/opentelemetry-cpp/third_party/prometheus-cpp/3rdparty/googletest' 2025-01-24T08:28:42.2522980Z Entering 'third_party/opentelemetry-cpp/tools/vcpkg' 2025-01-24T08:28:42.2609006Z Entering 'third_party/pocketfft' 2025-01-24T08:28:42.2675642Z Entering 'third_party/protobuf' 2025-01-24T08:28:42.2743632Z Entering 'third_party/protobuf/third_party/benchmark' 2025-01-24T08:28:42.2801684Z Entering 'third_party/protobuf/third_party/googletest' 2025-01-24T08:28:42.2870349Z Entering 'third_party/psimd' 2025-01-24T08:28:42.2928995Z Entering 'third_party/pthreadpool' 2025-01-24T08:28:42.2988224Z Entering 'third_party/pybind11' 2025-01-24T08:28:42.3050005Z Entering 'third_party/python-peachpy' 2025-01-24T08:28:42.3112010Z Entering 'third_party/sleef' 2025-01-24T08:28:42.3176387Z Entering 'third_party/tensorpipe' 2025-01-24T08:28:42.3237615Z Entering 'third_party/tensorpipe/third_party/googletest' 2025-01-24T08:28:42.3290576Z Entering 'third_party/tensorpipe/third_party/libnop' 2025-01-24T08:28:42.3357017Z Entering 'third_party/tensorpipe/third_party/libuv' 2025-01-24T08:28:42.3417982Z Entering 'third_party/tensorpipe/third_party/pybind11' 2025-01-24T08:28:42.3471037Z Entering 'third_party/tensorpipe/third_party/pybind11/tools/clang' 2025-01-24T08:28:42.3556168Z ##[endgroup] 2025-01-24T08:28:42.3556681Z ##[group]Persisting credentials for submodules 2025-01-24T08:28:42.3567450Z [command]/usr/bin/git submodule foreach --recursive sh -c "git config --local --name-only --get-regexp 'url\.https\:\/\/github\.com\/\.insteadOf' && git config --local --unset-all 'url.https://github.com/.insteadOf' || :" 2025-01-24T08:28:42.3941082Z Entering 'android/libs/fbjni' 2025-01-24T08:28:42.4020157Z Entering 'third_party/FP16' 2025-01-24T08:28:42.4098128Z Entering 'third_party/FXdiv' 2025-01-24T08:28:42.4162332Z Entering 'third_party/NNPACK' 2025-01-24T08:28:42.4234759Z Entering 'third_party/NVTX' 2025-01-24T08:28:42.4309928Z Entering 'third_party/VulkanMemoryAllocator' 2025-01-24T08:28:42.4384082Z Entering 'third_party/XNNPACK' 2025-01-24T08:28:42.4471664Z Entering 'third_party/benchmark' 2025-01-24T08:28:42.4550594Z Entering 'third_party/composable_kernel' 2025-01-24T08:28:42.4632118Z Entering 'third_party/cpp-httplib' 2025-01-24T08:28:42.4704475Z Entering 'third_party/cpuinfo' 2025-01-24T08:28:42.4772807Z Entering 'third_party/cudnn_frontend' 2025-01-24T08:28:42.4842589Z Entering 'third_party/cutlass' 2025-01-24T08:28:42.4920806Z Entering 'third_party/eigen' 2025-01-24T08:28:42.4998045Z Entering 'third_party/fbgemm' 2025-01-24T08:28:42.5069210Z Entering 'third_party/fbgemm/third_party/asmjit' 2025-01-24T08:28:42.5140806Z Entering 'third_party/fbgemm/third_party/cpuinfo' 2025-01-24T08:28:42.5203619Z Entering 'third_party/fbgemm/third_party/cutlass' 2025-01-24T08:28:42.5274001Z Entering 'third_party/fbgemm/third_party/googletest' 2025-01-24T08:28:42.5343487Z Entering 'third_party/fbgemm/third_party/hipify_torch' 2025-01-24T08:28:42.5418201Z Entering 'third_party/flatbuffers' 2025-01-24T08:28:42.5488137Z Entering 'third_party/fmt' 2025-01-24T08:28:42.5554624Z Entering 'third_party/gemmlowp/gemmlowp' 2025-01-24T08:28:42.5626664Z Entering 'third_party/gloo' 2025-01-24T08:28:42.5703301Z Entering 'third_party/googletest' 2025-01-24T08:28:42.5778421Z Entering 'third_party/ideep' 2025-01-24T08:28:42.5843460Z Entering 'third_party/ideep/mkl-dnn' 2025-01-24T08:28:42.5923726Z Entering 'third_party/ittapi' 2025-01-24T08:28:42.5997226Z Entering 'third_party/kineto' 2025-01-24T08:28:42.6065924Z Entering 'third_party/kineto/libkineto/third_party/dynolog' 2025-01-24T08:28:42.6136064Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/DCGM' 2025-01-24T08:28:42.6215035Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/cpr' 2025-01-24T08:28:42.6279114Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/fmt' 2025-01-24T08:28:42.6356589Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/gflags' 2025-01-24T08:28:42.6421582Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/gflags/doc' 2025-01-24T08:28:42.6487963Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/glog' 2025-01-24T08:28:42.6557641Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/googletest' 2025-01-24T08:28:42.6626393Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/json' 2025-01-24T08:28:42.6694753Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/pfs' 2025-01-24T08:28:42.6761485Z Entering 'third_party/kineto/libkineto/third_party/fmt' 2025-01-24T08:28:42.6825367Z Entering 'third_party/kineto/libkineto/third_party/googletest' 2025-01-24T08:28:42.6890063Z Entering 'third_party/kleidiai' 2025-01-24T08:28:42.6961466Z Entering 'third_party/mimalloc' 2025-01-24T08:28:42.7029721Z Entering 'third_party/nccl/nccl' 2025-01-24T08:28:42.7105436Z Entering 'third_party/nlohmann' 2025-01-24T08:28:42.7176218Z Entering 'third_party/onnx' 2025-01-24T08:28:42.7262474Z Entering 'third_party/onnx/third_party/pybind11' 2025-01-24T08:28:42.7333688Z Entering 'third_party/opentelemetry-cpp' 2025-01-24T08:28:42.7403634Z Entering 'third_party/opentelemetry-cpp/third_party/benchmark' 2025-01-24T08:28:42.7482542Z Entering 'third_party/opentelemetry-cpp/third_party/googletest' 2025-01-24T08:28:42.7554152Z Entering 'third_party/opentelemetry-cpp/third_party/ms-gsl' 2025-01-24T08:28:42.7625015Z Entering 'third_party/opentelemetry-cpp/third_party/nlohmann-json' 2025-01-24T08:28:42.7686397Z Entering 'third_party/opentelemetry-cpp/third_party/opentelemetry-proto' 2025-01-24T08:28:42.7756523Z Entering 'third_party/opentelemetry-cpp/third_party/opentracing-cpp' 2025-01-24T08:28:42.7825817Z Entering 'third_party/opentelemetry-cpp/third_party/prometheus-cpp' 2025-01-24T08:28:42.7880630Z Entering 'third_party/opentelemetry-cpp/third_party/prometheus-cpp/3rdparty/civetweb' 2025-01-24T08:28:42.7963463Z Entering 'third_party/opentelemetry-cpp/third_party/prometheus-cpp/3rdparty/googletest' 2025-01-24T08:28:42.8033457Z Entering 'third_party/opentelemetry-cpp/tools/vcpkg' 2025-01-24T08:28:42.8133114Z Entering 'third_party/pocketfft' 2025-01-24T08:28:42.8204013Z Entering 'third_party/protobuf' 2025-01-24T08:28:42.8274208Z Entering 'third_party/protobuf/third_party/benchmark' 2025-01-24T08:28:42.8346458Z Entering 'third_party/protobuf/third_party/googletest' 2025-01-24T08:28:42.8418914Z Entering 'third_party/psimd' 2025-01-24T08:28:42.8489448Z Entering 'third_party/pthreadpool' 2025-01-24T08:28:42.8552128Z Entering 'third_party/pybind11' 2025-01-24T08:28:42.8620859Z Entering 'third_party/python-peachpy' 2025-01-24T08:28:42.8698288Z Entering 'third_party/sleef' 2025-01-24T08:28:42.8767802Z Entering 'third_party/tensorpipe' 2025-01-24T08:28:42.8834901Z Entering 'third_party/tensorpipe/third_party/googletest' 2025-01-24T08:28:42.8910850Z Entering 'third_party/tensorpipe/third_party/libnop' 2025-01-24T08:28:42.8979962Z Entering 'third_party/tensorpipe/third_party/libuv' 2025-01-24T08:28:42.9051699Z Entering 'third_party/tensorpipe/third_party/pybind11' 2025-01-24T08:28:42.9115431Z Entering 'third_party/tensorpipe/third_party/pybind11/tools/clang' 2025-01-24T08:28:42.9214955Z [command]/usr/bin/git submodule foreach --recursive sh -c "git config --local 'http.https://github.com/.extraheader' 'AUTHORIZATION: basic ***' && git config --local --show-origin --name-only --get-regexp remote.origin.url" 2025-01-24T08:28:42.9598405Z Entering 'android/libs/fbjni' 2025-01-24T08:28:42.9670099Z file:/var/home/pytorchci/actions-runner/_work/pytorch/pytorch/.git/modules/android/libs/fbjni/config remote.origin.url 2025-01-24T08:28:42.9705357Z Entering 'third_party/FP16' 2025-01-24T08:28:42.9767986Z file:/var/home/pytorchci/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/NNPACK_deps/FP16/config remote.origin.url 2025-01-24T08:28:42.9800799Z Entering 'third_party/FXdiv' 2025-01-24T08:28:42.9865534Z file:/var/home/pytorchci/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/NNPACK_deps/FXdiv/config remote.origin.url 2025-01-24T08:28:42.9900946Z Entering 'third_party/NNPACK' 2025-01-24T08:28:42.9966202Z file:/var/home/pytorchci/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/NNPACK/config remote.origin.url 2025-01-24T08:28:42.9998999Z Entering 'third_party/NVTX' 2025-01-24T08:28:43.0056800Z file:/var/home/pytorchci/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/NVTX/config remote.origin.url 2025-01-24T08:28:43.0090502Z Entering 'third_party/VulkanMemoryAllocator' 2025-01-24T08:28:43.0150309Z file:/var/home/pytorchci/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/VulkanMemoryAllocator/config remote.origin.url 2025-01-24T08:28:43.0182882Z Entering 'third_party/XNNPACK' 2025-01-24T08:28:43.0247066Z file:/var/home/pytorchci/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/XNNPACK/config remote.origin.url 2025-01-24T08:28:43.0296649Z Entering 'third_party/benchmark' 2025-01-24T08:28:43.0354302Z file:/var/home/pytorchci/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/benchmark/config remote.origin.url 2025-01-24T08:28:43.0385070Z Entering 'third_party/composable_kernel' 2025-01-24T08:28:43.0447678Z file:/var/home/pytorchci/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/composable_kernel/config remote.origin.url 2025-01-24T08:28:43.0485981Z Entering 'third_party/cpp-httplib' 2025-01-24T08:28:43.0545841Z file:/var/home/pytorchci/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/cpp-httplib/config remote.origin.url 2025-01-24T08:28:43.0581259Z Entering 'third_party/cpuinfo' 2025-01-24T08:28:43.0635614Z file:/var/home/pytorchci/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/cpuinfo/config remote.origin.url 2025-01-24T08:28:43.0671573Z Entering 'third_party/cudnn_frontend' 2025-01-24T08:28:43.0729091Z file:/var/home/pytorchci/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/cudnn_frontend/config remote.origin.url 2025-01-24T08:28:43.0759985Z Entering 'third_party/cutlass' 2025-01-24T08:28:43.0817998Z file:/var/home/pytorchci/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/cutlass/config remote.origin.url 2025-01-24T08:28:43.0857441Z Entering 'third_party/eigen' 2025-01-24T08:28:43.0914784Z file:/var/home/pytorchci/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/eigen/config remote.origin.url 2025-01-24T08:28:43.0948291Z Entering 'third_party/fbgemm' 2025-01-24T08:28:43.1009839Z file:/var/home/pytorchci/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/fbgemm/config remote.origin.url 2025-01-24T08:28:43.1039415Z Entering 'third_party/fbgemm/third_party/asmjit' 2025-01-24T08:28:43.1095697Z file:/var/home/pytorchci/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/fbgemm/modules/third_party/asmjit/config remote.origin.url 2025-01-24T08:28:43.1122302Z Entering 'third_party/fbgemm/third_party/cpuinfo' 2025-01-24T08:28:43.1178539Z file:/var/home/pytorchci/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/fbgemm/modules/third_party/cpuinfo/config remote.origin.url 2025-01-24T08:28:43.1204804Z Entering 'third_party/fbgemm/third_party/cutlass' 2025-01-24T08:28:43.1259649Z file:/var/home/pytorchci/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/fbgemm/modules/third_party/cutlass/config remote.origin.url 2025-01-24T08:28:43.1297531Z Entering 'third_party/fbgemm/third_party/googletest' 2025-01-24T08:28:43.1353729Z file:/var/home/pytorchci/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/fbgemm/modules/third_party/googletest/config remote.origin.url 2025-01-24T08:28:43.1381993Z Entering 'third_party/fbgemm/third_party/hipify_torch' 2025-01-24T08:28:43.1435502Z file:/var/home/pytorchci/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/fbgemm/modules/third_party/hipify_torch/config remote.origin.url 2025-01-24T08:28:43.1468582Z Entering 'third_party/flatbuffers' 2025-01-24T08:28:43.1529201Z file:/var/home/pytorchci/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/flatbuffers/config remote.origin.url 2025-01-24T08:28:43.1564127Z Entering 'third_party/fmt' 2025-01-24T08:28:43.1626709Z file:/var/home/pytorchci/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/fmt/config remote.origin.url 2025-01-24T08:28:43.1662481Z Entering 'third_party/gemmlowp/gemmlowp' 2025-01-24T08:28:43.1717085Z file:/var/home/pytorchci/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/gemmlowp/gemmlowp/config remote.origin.url 2025-01-24T08:28:43.1748472Z Entering 'third_party/gloo' 2025-01-24T08:28:43.1810971Z file:/var/home/pytorchci/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/gloo/config remote.origin.url 2025-01-24T08:28:43.1841217Z Entering 'third_party/googletest' 2025-01-24T08:28:43.1899040Z file:/var/home/pytorchci/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/googletest/config remote.origin.url 2025-01-24T08:28:43.1927565Z Entering 'third_party/ideep' 2025-01-24T08:28:43.1989466Z file:/var/home/pytorchci/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/ideep/config remote.origin.url 2025-01-24T08:28:43.2022352Z Entering 'third_party/ideep/mkl-dnn' 2025-01-24T08:28:43.2077478Z file:/var/home/pytorchci/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/ideep/modules/mkl-dnn/config remote.origin.url 2025-01-24T08:28:43.2120410Z Entering 'third_party/ittapi' 2025-01-24T08:28:43.2174250Z file:/var/home/pytorchci/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/ittapi/config remote.origin.url 2025-01-24T08:28:43.2202943Z Entering 'third_party/kineto' 2025-01-24T08:28:43.2260498Z file:/var/home/pytorchci/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/kineto/config remote.origin.url 2025-01-24T08:28:43.2290682Z Entering 'third_party/kineto/libkineto/third_party/dynolog' 2025-01-24T08:28:43.2350907Z file:/var/home/pytorchci/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/config remote.origin.url 2025-01-24T08:28:43.2378854Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/DCGM' 2025-01-24T08:28:43.2444435Z file:/var/home/pytorchci/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/modules/third_party/DCGM/config remote.origin.url 2025-01-24T08:28:43.2479187Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/cpr' 2025-01-24T08:28:43.2536578Z file:/var/home/pytorchci/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/modules/third_party/cpr/config remote.origin.url 2025-01-24T08:28:43.2564185Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/fmt' 2025-01-24T08:28:43.2621350Z file:/var/home/pytorchci/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/modules/third_party/fmt/config remote.origin.url 2025-01-24T08:28:43.2647581Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/gflags' 2025-01-24T08:28:43.2702770Z file:/var/home/pytorchci/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/modules/third_party/gflags/config remote.origin.url 2025-01-24T08:28:43.2730875Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/gflags/doc' 2025-01-24T08:28:43.2792086Z file:/var/home/pytorchci/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/modules/third_party/gflags/modules/doc/config remote.origin.url 2025-01-24T08:28:43.2824233Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/glog' 2025-01-24T08:28:43.2874686Z file:/var/home/pytorchci/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/modules/third_party/glog/config remote.origin.url 2025-01-24T08:28:43.2905461Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/googletest' 2025-01-24T08:28:43.2961421Z file:/var/home/pytorchci/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/modules/third_party/googletest/config remote.origin.url 2025-01-24T08:28:43.2996218Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/json' 2025-01-24T08:28:43.3054588Z file:/var/home/pytorchci/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/modules/third_party/json/config remote.origin.url 2025-01-24T08:28:43.3083913Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/pfs' 2025-01-24T08:28:43.3140788Z file:/var/home/pytorchci/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/modules/third_party/pfs/config remote.origin.url 2025-01-24T08:28:43.3170795Z Entering 'third_party/kineto/libkineto/third_party/fmt' 2025-01-24T08:28:43.3231701Z file:/var/home/pytorchci/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/kineto/modules/libkineto/third_party/fmt/config remote.origin.url 2025-01-24T08:28:43.3265131Z Entering 'third_party/kineto/libkineto/third_party/googletest' 2025-01-24T08:28:43.3316710Z file:/var/home/pytorchci/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/kineto/modules/libkineto/third_party/googletest/config remote.origin.url 2025-01-24T08:28:43.3347557Z Entering 'third_party/kleidiai' 2025-01-24T08:28:43.3412724Z file:/var/home/pytorchci/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/kleidiai/config remote.origin.url 2025-01-24T08:28:43.3443896Z Entering 'third_party/mimalloc' 2025-01-24T08:28:43.3503591Z file:/var/home/pytorchci/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/mimalloc/config remote.origin.url 2025-01-24T08:28:43.3536555Z Entering 'third_party/nccl/nccl' 2025-01-24T08:28:43.3595365Z file:/var/home/pytorchci/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/nccl/nccl/config remote.origin.url 2025-01-24T08:28:43.3624807Z Entering 'third_party/nlohmann' 2025-01-24T08:28:43.3677591Z file:/var/home/pytorchci/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/nlohmann/config remote.origin.url 2025-01-24T08:28:43.3707157Z Entering 'third_party/onnx' 2025-01-24T08:28:43.3769769Z file:/var/home/pytorchci/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/onnx/config remote.origin.url 2025-01-24T08:28:43.3815354Z Entering 'third_party/onnx/third_party/pybind11' 2025-01-24T08:28:43.3871882Z file:/var/home/pytorchci/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/onnx/modules/third_party/pybind11/config remote.origin.url 2025-01-24T08:28:43.3908586Z Entering 'third_party/opentelemetry-cpp' 2025-01-24T08:28:43.3970942Z file:/var/home/pytorchci/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/opentelemetry-cpp/config remote.origin.url 2025-01-24T08:28:43.3999473Z Entering 'third_party/opentelemetry-cpp/third_party/benchmark' 2025-01-24T08:28:43.4067511Z file:/var/home/pytorchci/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/opentelemetry-cpp/modules/third_party/benchmark/config remote.origin.url 2025-01-24T08:28:43.4099507Z Entering 'third_party/opentelemetry-cpp/third_party/googletest' 2025-01-24T08:28:43.4153755Z file:/var/home/pytorchci/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/opentelemetry-cpp/modules/third_party/googletest/config remote.origin.url 2025-01-24T08:28:43.4183425Z Entering 'third_party/opentelemetry-cpp/third_party/ms-gsl' 2025-01-24T08:28:43.4245527Z file:/var/home/pytorchci/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/opentelemetry-cpp/modules/third_party/ms-gsl/config remote.origin.url 2025-01-24T08:28:43.4272973Z Entering 'third_party/opentelemetry-cpp/third_party/nlohmann-json' 2025-01-24T08:28:43.4333453Z file:/var/home/pytorchci/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/opentelemetry-cpp/modules/third_party/nlohmann-json/config remote.origin.url 2025-01-24T08:28:43.4361974Z Entering 'third_party/opentelemetry-cpp/third_party/opentelemetry-proto' 2025-01-24T08:28:43.4423037Z file:/var/home/pytorchci/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/opentelemetry-cpp/modules/third_party/opentelemetry-proto/config remote.origin.url 2025-01-24T08:28:43.4456366Z Entering 'third_party/opentelemetry-cpp/third_party/opentracing-cpp' 2025-01-24T08:28:43.4511425Z file:/var/home/pytorchci/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/opentelemetry-cpp/modules/third_party/opentracing-cpp/config remote.origin.url 2025-01-24T08:28:43.4540829Z Entering 'third_party/opentelemetry-cpp/third_party/prometheus-cpp' 2025-01-24T08:28:43.4604533Z file:/var/home/pytorchci/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/opentelemetry-cpp/modules/third_party/prometheus-cpp/config remote.origin.url 2025-01-24T08:28:43.4632407Z Entering 'third_party/opentelemetry-cpp/third_party/prometheus-cpp/3rdparty/civetweb' 2025-01-24T08:28:43.4696307Z file:/var/home/pytorchci/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/opentelemetry-cpp/modules/third_party/prometheus-cpp/modules/civetweb/config remote.origin.url 2025-01-24T08:28:43.4726709Z Entering 'third_party/opentelemetry-cpp/third_party/prometheus-cpp/3rdparty/googletest' 2025-01-24T08:28:43.4786405Z file:/var/home/pytorchci/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/opentelemetry-cpp/modules/third_party/prometheus-cpp/modules/googletest/config remote.origin.url 2025-01-24T08:28:43.4824554Z Entering 'third_party/opentelemetry-cpp/tools/vcpkg' 2025-01-24T08:28:43.4887873Z file:/var/home/pytorchci/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/opentelemetry-cpp/modules/tools/vcpkg/config remote.origin.url 2025-01-24T08:28:43.4940413Z Entering 'third_party/pocketfft' 2025-01-24T08:28:43.5005788Z file:/var/home/pytorchci/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/pocketfft/config remote.origin.url 2025-01-24T08:28:43.5037853Z Entering 'third_party/protobuf' 2025-01-24T08:28:43.5095943Z file:/var/home/pytorchci/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/protobuf/config remote.origin.url 2025-01-24T08:28:43.5130046Z Entering 'third_party/protobuf/third_party/benchmark' 2025-01-24T08:28:43.5186960Z file:/var/home/pytorchci/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/protobuf/modules/third_party/benchmark/config remote.origin.url 2025-01-24T08:28:43.5219578Z Entering 'third_party/protobuf/third_party/googletest' 2025-01-24T08:28:43.5275737Z file:/var/home/pytorchci/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/protobuf/modules/third_party/googletest/config remote.origin.url 2025-01-24T08:28:43.5310197Z Entering 'third_party/psimd' 2025-01-24T08:28:43.5369256Z file:/var/home/pytorchci/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/NNPACK_deps/psimd/config remote.origin.url 2025-01-24T08:28:43.5398935Z Entering 'third_party/pthreadpool' 2025-01-24T08:28:43.5457454Z file:/var/home/pytorchci/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/NNPACK_deps/pthreadpool/config remote.origin.url 2025-01-24T08:28:43.5489158Z Entering 'third_party/pybind11' 2025-01-24T08:28:43.5545523Z file:/var/home/pytorchci/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/pybind11/config remote.origin.url 2025-01-24T08:28:43.5581230Z Entering 'third_party/python-peachpy' 2025-01-24T08:28:43.5636202Z file:/var/home/pytorchci/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/python-peachpy/config remote.origin.url 2025-01-24T08:28:43.5668343Z Entering 'third_party/sleef' 2025-01-24T08:28:43.5728734Z file:/var/home/pytorchci/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/sleef/config remote.origin.url 2025-01-24T08:28:43.5760198Z Entering 'third_party/tensorpipe' 2025-01-24T08:28:43.5818079Z file:/var/home/pytorchci/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/tensorpipe/config remote.origin.url 2025-01-24T08:28:43.5848519Z Entering 'third_party/tensorpipe/third_party/googletest' 2025-01-24T08:28:43.5907582Z file:/var/home/pytorchci/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/tensorpipe/modules/third_party/googletest/config remote.origin.url 2025-01-24T08:28:43.5940821Z Entering 'third_party/tensorpipe/third_party/libnop' 2025-01-24T08:28:43.5995139Z file:/var/home/pytorchci/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/tensorpipe/modules/third_party/libnop/config remote.origin.url 2025-01-24T08:28:43.6021997Z Entering 'third_party/tensorpipe/third_party/libuv' 2025-01-24T08:28:43.6074848Z file:/var/home/pytorchci/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/tensorpipe/modules/third_party/libuv/config remote.origin.url 2025-01-24T08:28:43.6102711Z Entering 'third_party/tensorpipe/third_party/pybind11' 2025-01-24T08:28:43.6154141Z file:/var/home/pytorchci/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/tensorpipe/modules/third_party/pybind11/config remote.origin.url 2025-01-24T08:28:43.6181932Z Entering 'third_party/tensorpipe/third_party/pybind11/tools/clang' 2025-01-24T08:28:43.6235725Z file:/var/home/pytorchci/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/tensorpipe/modules/third_party/pybind11/modules/tools/clang/config remote.origin.url 2025-01-24T08:28:43.6515590Z [command]/usr/bin/git submodule foreach --recursive git config --local --add 'url.https://github.com/.insteadOf' 'git@github.com:' 2025-01-24T08:28:43.6877899Z Entering 'android/libs/fbjni' 2025-01-24T08:28:43.6944331Z Entering 'third_party/FP16' 2025-01-24T08:28:43.7005037Z Entering 'third_party/FXdiv' 2025-01-24T08:28:43.7065221Z Entering 'third_party/NNPACK' 2025-01-24T08:28:43.7124382Z Entering 'third_party/NVTX' 2025-01-24T08:28:43.7186480Z Entering 'third_party/VulkanMemoryAllocator' 2025-01-24T08:28:43.7251990Z Entering 'third_party/XNNPACK' 2025-01-24T08:28:43.7334847Z Entering 'third_party/benchmark' 2025-01-24T08:28:43.7397955Z Entering 'third_party/composable_kernel' 2025-01-24T08:28:43.7473349Z Entering 'third_party/cpp-httplib' 2025-01-24T08:28:43.7535134Z Entering 'third_party/cpuinfo' 2025-01-24T08:28:43.7598272Z Entering 'third_party/cudnn_frontend' 2025-01-24T08:28:43.7665099Z Entering 'third_party/cutlass' 2025-01-24T08:28:43.7732785Z Entering 'third_party/eigen' 2025-01-24T08:28:43.7793762Z Entering 'third_party/fbgemm' 2025-01-24T08:28:43.7857595Z Entering 'third_party/fbgemm/third_party/asmjit' 2025-01-24T08:28:43.7923706Z Entering 'third_party/fbgemm/third_party/cpuinfo' 2025-01-24T08:28:43.7982278Z Entering 'third_party/fbgemm/third_party/cutlass' 2025-01-24T08:28:43.8047722Z Entering 'third_party/fbgemm/third_party/googletest' 2025-01-24T08:28:43.8107379Z Entering 'third_party/fbgemm/third_party/hipify_torch' 2025-01-24T08:28:43.8166657Z Entering 'third_party/flatbuffers' 2025-01-24T08:28:43.8231133Z Entering 'third_party/fmt' 2025-01-24T08:28:43.8296169Z Entering 'third_party/gemmlowp/gemmlowp' 2025-01-24T08:28:43.8359615Z Entering 'third_party/gloo' 2025-01-24T08:28:43.8426733Z Entering 'third_party/googletest' 2025-01-24T08:28:43.8482701Z Entering 'third_party/ideep' 2025-01-24T08:28:43.8545348Z Entering 'third_party/ideep/mkl-dnn' 2025-01-24T08:28:43.8613736Z Entering 'third_party/ittapi' 2025-01-24T08:28:43.8676333Z Entering 'third_party/kineto' 2025-01-24T08:28:43.8738478Z Entering 'third_party/kineto/libkineto/third_party/dynolog' 2025-01-24T08:28:43.8794196Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/DCGM' 2025-01-24T08:28:43.8849290Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/cpr' 2025-01-24T08:28:43.8908339Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/fmt' 2025-01-24T08:28:43.8963220Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/gflags' 2025-01-24T08:28:43.9019325Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/gflags/doc' 2025-01-24T08:28:43.9080319Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/glog' 2025-01-24T08:28:43.9138010Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/googletest' 2025-01-24T08:28:43.9192078Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/json' 2025-01-24T08:28:43.9251952Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/pfs' 2025-01-24T08:28:43.9322350Z Entering 'third_party/kineto/libkineto/third_party/fmt' 2025-01-24T08:28:43.9380180Z Entering 'third_party/kineto/libkineto/third_party/googletest' 2025-01-24T08:28:43.9439852Z Entering 'third_party/kleidiai' 2025-01-24T08:28:43.9500535Z Entering 'third_party/mimalloc' 2025-01-24T08:28:43.9561099Z Entering 'third_party/nccl/nccl' 2025-01-24T08:28:43.9621321Z Entering 'third_party/nlohmann' 2025-01-24T08:28:43.9688025Z Entering 'third_party/onnx' 2025-01-24T08:28:43.9767243Z Entering 'third_party/onnx/third_party/pybind11' 2025-01-24T08:28:43.9836016Z Entering 'third_party/opentelemetry-cpp' 2025-01-24T08:28:43.9895909Z Entering 'third_party/opentelemetry-cpp/third_party/benchmark' 2025-01-24T08:28:43.9952405Z Entering 'third_party/opentelemetry-cpp/third_party/googletest' 2025-01-24T08:28:44.0018166Z Entering 'third_party/opentelemetry-cpp/third_party/ms-gsl' 2025-01-24T08:28:44.0074700Z Entering 'third_party/opentelemetry-cpp/third_party/nlohmann-json' 2025-01-24T08:28:44.0134545Z Entering 'third_party/opentelemetry-cpp/third_party/opentelemetry-proto' 2025-01-24T08:28:44.0190818Z Entering 'third_party/opentelemetry-cpp/third_party/opentracing-cpp' 2025-01-24T08:28:44.0248775Z Entering 'third_party/opentelemetry-cpp/third_party/prometheus-cpp' 2025-01-24T08:28:44.0300271Z Entering 'third_party/opentelemetry-cpp/third_party/prometheus-cpp/3rdparty/civetweb' 2025-01-24T08:28:44.0356632Z Entering 'third_party/opentelemetry-cpp/third_party/prometheus-cpp/3rdparty/googletest' 2025-01-24T08:28:44.0418058Z Entering 'third_party/opentelemetry-cpp/tools/vcpkg' 2025-01-24T08:28:44.0500334Z Entering 'third_party/pocketfft' 2025-01-24T08:28:44.0555424Z Entering 'third_party/protobuf' 2025-01-24T08:28:44.0623698Z Entering 'third_party/protobuf/third_party/benchmark' 2025-01-24T08:28:44.0681070Z Entering 'third_party/protobuf/third_party/googletest' 2025-01-24T08:28:44.0742894Z Entering 'third_party/psimd' 2025-01-24T08:28:44.0800243Z Entering 'third_party/pthreadpool' 2025-01-24T08:28:44.0861104Z Entering 'third_party/pybind11' 2025-01-24T08:28:44.0918502Z Entering 'third_party/python-peachpy' 2025-01-24T08:28:44.0981366Z Entering 'third_party/sleef' 2025-01-24T08:28:44.1037778Z Entering 'third_party/tensorpipe' 2025-01-24T08:28:44.1100508Z Entering 'third_party/tensorpipe/third_party/googletest' 2025-01-24T08:28:44.1156556Z Entering 'third_party/tensorpipe/third_party/libnop' 2025-01-24T08:28:44.1214171Z Entering 'third_party/tensorpipe/third_party/libuv' 2025-01-24T08:28:44.1280559Z Entering 'third_party/tensorpipe/third_party/pybind11' 2025-01-24T08:28:44.1338834Z Entering 'third_party/tensorpipe/third_party/pybind11/tools/clang' 2025-01-24T08:28:44.1423012Z [command]/usr/bin/git submodule foreach --recursive git config --local --add 'url.https://github.com/.insteadOf' 'org-21003710@github.com:' 2025-01-24T08:28:44.1812544Z Entering 'android/libs/fbjni' 2025-01-24T08:28:44.1881537Z Entering 'third_party/FP16' 2025-01-24T08:28:44.1957084Z Entering 'third_party/FXdiv' 2025-01-24T08:28:44.2024611Z Entering 'third_party/NNPACK' 2025-01-24T08:28:44.2092997Z Entering 'third_party/NVTX' 2025-01-24T08:28:44.2160445Z Entering 'third_party/VulkanMemoryAllocator' 2025-01-24T08:28:44.2226745Z Entering 'third_party/XNNPACK' 2025-01-24T08:28:44.2312075Z Entering 'third_party/benchmark' 2025-01-24T08:28:44.2383840Z Entering 'third_party/composable_kernel' 2025-01-24T08:28:44.2460782Z Entering 'third_party/cpp-httplib' 2025-01-24T08:28:44.2521712Z Entering 'third_party/cpuinfo' 2025-01-24T08:28:44.2587020Z Entering 'third_party/cudnn_frontend' 2025-01-24T08:28:44.2653104Z Entering 'third_party/cutlass' 2025-01-24T08:28:44.2729848Z Entering 'third_party/eigen' 2025-01-24T08:28:44.2797627Z Entering 'third_party/fbgemm' 2025-01-24T08:28:44.2866193Z Entering 'third_party/fbgemm/third_party/asmjit' 2025-01-24T08:28:44.2926512Z Entering 'third_party/fbgemm/third_party/cpuinfo' 2025-01-24T08:28:44.2987815Z Entering 'third_party/fbgemm/third_party/cutlass' 2025-01-24T08:28:44.3061035Z Entering 'third_party/fbgemm/third_party/googletest' 2025-01-24T08:28:44.3120714Z Entering 'third_party/fbgemm/third_party/hipify_torch' 2025-01-24T08:28:44.3183025Z Entering 'third_party/flatbuffers' 2025-01-24T08:28:44.3247048Z Entering 'third_party/fmt' 2025-01-24T08:28:44.3314698Z Entering 'third_party/gemmlowp/gemmlowp' 2025-01-24T08:28:44.3385475Z Entering 'third_party/gloo' 2025-01-24T08:28:44.3444371Z Entering 'third_party/googletest' 2025-01-24T08:28:44.3507200Z Entering 'third_party/ideep' 2025-01-24T08:28:44.3571775Z Entering 'third_party/ideep/mkl-dnn' 2025-01-24T08:28:44.3647588Z Entering 'third_party/ittapi' 2025-01-24T08:28:44.3715549Z Entering 'third_party/kineto' 2025-01-24T08:28:44.3784670Z Entering 'third_party/kineto/libkineto/third_party/dynolog' 2025-01-24T08:28:44.3840304Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/DCGM' 2025-01-24T08:28:44.3908214Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/cpr' 2025-01-24T08:28:44.3964925Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/fmt' 2025-01-24T08:28:44.4025983Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/gflags' 2025-01-24T08:28:44.4081564Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/gflags/doc' 2025-01-24T08:28:44.4153217Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/glog' 2025-01-24T08:28:44.4215709Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/googletest' 2025-01-24T08:28:44.4277751Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/json' 2025-01-24T08:28:44.4339577Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/pfs' 2025-01-24T08:28:44.4405551Z Entering 'third_party/kineto/libkineto/third_party/fmt' 2025-01-24T08:28:44.4467715Z Entering 'third_party/kineto/libkineto/third_party/googletest' 2025-01-24T08:28:44.4533234Z Entering 'third_party/kleidiai' 2025-01-24T08:28:44.4598188Z Entering 'third_party/mimalloc' 2025-01-24T08:28:44.4669402Z Entering 'third_party/nccl/nccl' 2025-01-24T08:28:44.4729801Z Entering 'third_party/nlohmann' 2025-01-24T08:28:44.4799752Z Entering 'third_party/onnx' 2025-01-24T08:28:44.4881442Z Entering 'third_party/onnx/third_party/pybind11' 2025-01-24T08:28:44.4956444Z Entering 'third_party/opentelemetry-cpp' 2025-01-24T08:28:44.5021149Z Entering 'third_party/opentelemetry-cpp/third_party/benchmark' 2025-01-24T08:28:44.5074580Z Entering 'third_party/opentelemetry-cpp/third_party/googletest' 2025-01-24T08:28:44.5139805Z Entering 'third_party/opentelemetry-cpp/third_party/ms-gsl' 2025-01-24T08:28:44.5194450Z Entering 'third_party/opentelemetry-cpp/third_party/nlohmann-json' 2025-01-24T08:28:44.5258828Z Entering 'third_party/opentelemetry-cpp/third_party/opentelemetry-proto' 2025-01-24T08:28:44.5317220Z Entering 'third_party/opentelemetry-cpp/third_party/opentracing-cpp' 2025-01-24T08:28:44.5379428Z Entering 'third_party/opentelemetry-cpp/third_party/prometheus-cpp' 2025-01-24T08:28:44.5433713Z Entering 'third_party/opentelemetry-cpp/third_party/prometheus-cpp/3rdparty/civetweb' 2025-01-24T08:28:44.5501420Z Entering 'third_party/opentelemetry-cpp/third_party/prometheus-cpp/3rdparty/googletest' 2025-01-24T08:28:44.5566844Z Entering 'third_party/opentelemetry-cpp/tools/vcpkg' 2025-01-24T08:28:44.5657540Z Entering 'third_party/pocketfft' 2025-01-24T08:28:44.5718106Z Entering 'third_party/protobuf' 2025-01-24T08:28:44.5783591Z Entering 'third_party/protobuf/third_party/benchmark' 2025-01-24T08:28:44.5847343Z Entering 'third_party/protobuf/third_party/googletest' 2025-01-24T08:28:44.5916545Z Entering 'third_party/psimd' 2025-01-24T08:28:44.5983143Z Entering 'third_party/pthreadpool' 2025-01-24T08:28:44.6050584Z Entering 'third_party/pybind11' 2025-01-24T08:28:44.6116099Z Entering 'third_party/python-peachpy' 2025-01-24T08:28:44.6180992Z Entering 'third_party/sleef' 2025-01-24T08:28:44.6249655Z Entering 'third_party/tensorpipe' 2025-01-24T08:28:44.6315401Z Entering 'third_party/tensorpipe/third_party/googletest' 2025-01-24T08:28:44.6381219Z Entering 'third_party/tensorpipe/third_party/libnop' 2025-01-24T08:28:44.6437663Z Entering 'third_party/tensorpipe/third_party/libuv' 2025-01-24T08:28:44.6501862Z Entering 'third_party/tensorpipe/third_party/pybind11' 2025-01-24T08:28:44.6556098Z Entering 'third_party/tensorpipe/third_party/pybind11/tools/clang' 2025-01-24T08:28:44.6655458Z ##[endgroup] 2025-01-24T08:28:44.6704627Z [command]/usr/bin/git log -1 --format=%H 2025-01-24T08:28:44.6738893Z d087145b9259b4cfbcb758dc0bca6a6e5d75d08f 2025-01-24T08:28:44.6956620Z Prepare all required actions 2025-01-24T08:28:44.6957103Z Getting action download info 2025-01-24T08:28:44.9627610Z ##[group]Run ./.github/actions/setup-rocm 2025-01-24T08:28:44.9627883Z env: 2025-01-24T08:28:44.9628055Z GIT_DEFAULT_BRANCH: main 2025-01-24T08:28:44.9628268Z ##[endgroup] 2025-01-24T08:28:44.9652270Z ##[group]Run # ignore expansion of "docker ps -q" since it could be empty 2025-01-24T08:28:44.9652740Z # ignore expansion of "docker ps -q" since it could be empty 2025-01-24T08:28:44.9653076Z # shellcheck disable=SC2046 2025-01-24T08:28:44.9653351Z docker stop $(docker ps -q) || true 2025-01-24T08:28:44.9653629Z # Prune all stopped containers. 2025-01-24T08:28:44.9653887Z docker container prune -f 2025-01-24T08:28:44.9674776Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2025-01-24T08:28:44.9675087Z env: 2025-01-24T08:28:44.9675259Z GIT_DEFAULT_BRANCH: main 2025-01-24T08:28:44.9675503Z ##[endgroup] 2025-01-24T08:28:45.0080682Z "docker stop" requires at least 1 argument. 2025-01-24T08:28:45.0081021Z See 'docker stop --help'. 2025-01-24T08:28:45.0081180Z 2025-01-24T08:28:45.0081321Z Usage: docker stop [OPTIONS] CONTAINER [CONTAINER...] 2025-01-24T08:28:45.0081563Z 2025-01-24T08:28:45.0081661Z Stop one or more running containers 2025-01-24T08:28:45.0274639Z Total reclaimed space: 0B 2025-01-24T08:28:45.0328603Z ##[group]Run cat /etc/os-release || true 2025-01-24T08:28:45.0328921Z cat /etc/os-release || true 2025-01-24T08:28:45.0329233Z cat /etc/apt/sources.list.d/rocm.list || true 2025-01-24T08:28:45.0329558Z cat /opt/rocm/.info/version || true 2025-01-24T08:28:45.0329818Z whoami 2025-01-24T08:28:45.0351168Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2025-01-24T08:28:45.0351510Z env: 2025-01-24T08:28:45.0351690Z GIT_DEFAULT_BRANCH: main 2025-01-24T08:28:45.0351899Z ##[endgroup] 2025-01-24T08:28:45.0406884Z PRETTY_NAME="Ubuntu 22.04.4 LTS" 2025-01-24T08:28:45.0407296Z NAME="Ubuntu" 2025-01-24T08:28:45.0407597Z VERSION_ID="22.04" 2025-01-24T08:28:45.0407940Z VERSION="22.04.4 LTS (Jammy Jellyfish)" 2025-01-24T08:28:45.0408375Z VERSION_CODENAME=jammy 2025-01-24T08:28:45.0408698Z ID=ubuntu 2025-01-24T08:28:45.0408973Z ID_LIKE=debian 2025-01-24T08:28:45.0409307Z HOME_URL="https://www.ubuntu.com/" 2025-01-24T08:28:45.0409792Z SUPPORT_URL="https://help.ubuntu.com/" 2025-01-24T08:28:45.0410410Z BUG_REPORT_URL="https://bugs.launchpad.net/ubuntu/" 2025-01-24T08:28:45.0411114Z PRIVACY_POLICY_URL="https://www.ubuntu.com/legal/terms-and-policies/privacy-policy" 2025-01-24T08:28:45.0411756Z UBUNTU_CODENAME=jammy 2025-01-24T08:28:45.0424866Z deb [arch=amd64] https://repo.radeon.com/rocm/apt/6.2.1 jammy main 2025-01-24T08:28:45.0442874Z 6.2.1-112 2025-01-24T08:28:45.0468233Z pytorchci 2025-01-24T08:28:45.0495967Z ##[group]Run dpkg -l | grep -E " amdgpu" 2025-01-24T08:28:45.0496298Z dpkg -l | grep -E " amdgpu" 2025-01-24T08:28:45.0516996Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2025-01-24T08:28:45.0517313Z env: 2025-01-24T08:28:45.0517495Z GIT_DEFAULT_BRANCH: main 2025-01-24T08:28:45.0517717Z ##[endgroup] 2025-01-24T08:28:45.0737780Z ii amdgpu-core 1:6.2.60201-2038383.22.04 all Core meta package for unified amdgpu driver. 2025-01-24T08:28:45.0738432Z ii amdgpu-dkms 1:6.8.5.60201-2038383.22.04 all amdgpu driver in DKMS format. 2025-01-24T08:28:45.0739109Z ii amdgpu-dkms-firmware 1:6.8.5.60201-2038383.22.04 all firmware blobs used by amdgpu driver in DKMS format 2025-01-24T08:28:45.0739806Z ii amdgpu-install 6.2.60201-2038383.22.04 all AMDGPU driver repository and installer 2025-01-24T08:28:45.0761854Z ##[group]Run rocm-smi 2025-01-24T08:28:45.0762076Z rocm-smi 2025-01-24T08:28:45.0781655Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2025-01-24T08:28:45.0781987Z env: 2025-01-24T08:28:45.0782171Z GIT_DEFAULT_BRANCH: main 2025-01-24T08:28:45.0782373Z ##[endgroup] 2025-01-24T08:28:45.2356417Z 2025-01-24T08:28:45.2356587Z 2025-01-24T08:28:45.2357076Z ========================================= ROCm System Management Interface ========================================= 2025-01-24T08:28:45.2357855Z =================================================== Concise Info =================================================== 2025-01-24T08:28:45.2358726Z Device Node IDs Temp Power Partitions SCLK MCLK Fan Perf PwrCap VRAM% GPU% 2025-01-24T08:28:45.2359943Z  (DID, GUID) (Edge) (Avg) (Mem, Compute, ID)  2025-01-24T08:28:45.2360629Z ==================================================================================================================== 2025-01-24T08:28:45.2361661Z 0 4 0x740c, 57586 37.0°C 99.0W N/A, N/A, 0 800Mhz 1600Mhz 0% auto 560.0W 0% 0% 2025-01-24T08:28:45.2362705Z 1 5 0x740c, 45873 34.0°C N/A N/A, N/A, 0 800Mhz 1600Mhz 0% auto 0.0W 0% 0% 2025-01-24T08:28:45.2363662Z 2 2 0x740c, 51627 34.0°C 98.0W N/A, N/A, 0 800Mhz 1600Mhz 0% auto 560.0W 0% 0% 2025-01-24T08:28:45.2364571Z 3 3 0x740c, 64489 28.0°C N/A N/A, N/A, 0 800Mhz 1600Mhz 0% auto 0.0W 0% 0% 2025-01-24T08:28:45.2365471Z 4 8 0x740c, 30939 38.0°C 96.0W N/A, N/A, 0 800Mhz 1600Mhz 0% auto 560.0W 0% 0% 2025-01-24T08:28:45.2366362Z 5 9 0x740c, 8466 34.0°C N/A N/A, N/A, 0 800Mhz 1600Mhz 0% auto 0.0W 0% 0% 2025-01-24T08:28:45.2367248Z 6 6 0x740c, 41154 32.0°C 96.0W N/A, N/A, 0 800Mhz 1600Mhz 0% auto 560.0W 0% 0% 2025-01-24T08:28:45.2368183Z 7 7 0x740c, 63755 33.0°C N/A N/A, N/A, 0 800Mhz 1600Mhz 0% auto 0.0W 0% 0% 2025-01-24T08:28:45.2372219Z ==================================================================================================================== 2025-01-24T08:28:45.2372579Z =============================================== End of ROCm SMI Log ================================================ 2025-01-24T08:28:45.2516192Z ##[group]Run rocminfo 2025-01-24T08:28:45.2516423Z rocminfo 2025-01-24T08:28:45.2535295Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2025-01-24T08:28:45.2535616Z env: 2025-01-24T08:28:45.2535797Z GIT_DEFAULT_BRANCH: main 2025-01-24T08:28:45.2536009Z ##[endgroup] 2025-01-24T08:28:45.3854929Z ROCk module version 6.8.5 is loaded 2025-01-24T08:28:45.3855459Z ===================== 2025-01-24T08:28:45.3855828Z HSA System Attributes 2025-01-24T08:28:45.3856692Z ===================== 2025-01-24T08:28:45.3857038Z Runtime Version: 1.14 2025-01-24T08:28:45.3857421Z Runtime Ext Version: 1.6 2025-01-24T08:28:45.3857953Z System Timestamp Freq.: 1000.000000MHz 2025-01-24T08:28:45.3858626Z Sig. Max Wait Duration: 18446744073709551615 (0xFFFFFFFFFFFFFFFF) (timestamp count) 2025-01-24T08:28:45.3859369Z Machine Model: LARGE 2025-01-24T08:28:45.3859952Z System Endianness: LITTLE 2025-01-24T08:28:45.3860473Z Mwaitx: DISABLED 2025-01-24T08:28:45.3860886Z DMAbuf Support: YES 2025-01-24T08:28:45.3861142Z 2025-01-24T08:28:45.3861259Z ========== 2025-01-24T08:28:45.3861659Z HSA Agents 2025-01-24T08:28:45.3862078Z ========== 2025-01-24T08:28:45.3862488Z ******* 2025-01-24T08:28:45.3862831Z Agent 1 2025-01-24T08:28:45.3863066Z ******* 2025-01-24T08:28:45.3863372Z Name: AMD EPYC 7713 64-Core Processor 2025-01-24T08:28:45.3863786Z Uuid: CPU-XX 2025-01-24T08:28:45.3864460Z Marketing Name: AMD EPYC 7713 64-Core Processor 2025-01-24T08:28:45.3864923Z Vendor Name: CPU 2025-01-24T08:28:45.3865337Z Feature: None specified 2025-01-24T08:28:45.3865739Z Profile: FULL_PROFILE 2025-01-24T08:28:45.3866176Z Float Round Mode: NEAR 2025-01-24T08:28:45.3866610Z Max Queue Number: 0(0x0) 2025-01-24T08:28:45.3867026Z Queue Min Size: 0(0x0) 2025-01-24T08:28:45.3867438Z Queue Max Size: 0(0x0) 2025-01-24T08:28:45.3867849Z Queue Type: MULTI 2025-01-24T08:28:45.3868229Z Node: 0 2025-01-24T08:28:45.3868621Z Device Type: CPU 2025-01-24T08:28:45.3868996Z Cache Info: 2025-01-24T08:28:45.3869293Z L1: 32768(0x8000) KB 2025-01-24T08:28:45.3869680Z Chip ID: 0(0x0) 2025-01-24T08:28:45.3870085Z ASIC Revision: 0(0x0) 2025-01-24T08:28:45.3870539Z Cacheline Size: 64(0x40) 2025-01-24T08:28:45.3870960Z Max Clock Freq. (MHz): 2000 2025-01-24T08:28:45.3871352Z BDFID: 0 2025-01-24T08:28:45.3871750Z Internal Node ID: 0 2025-01-24T08:28:45.3872157Z Compute Unit: 64 2025-01-24T08:28:45.3872552Z SIMDs per CU: 0 2025-01-24T08:28:45.3872895Z Shader Engines: 0 2025-01-24T08:28:45.3873222Z Shader Arrs. per Eng.: 0 2025-01-24T08:28:45.3873561Z WatchPts on Addr. Ranges:1 2025-01-24T08:28:45.3873864Z Memory Properties: 2025-01-24T08:28:45.3874078Z Features: None 2025-01-24T08:28:45.3874302Z Pool Info: 2025-01-24T08:28:45.3874510Z Pool 1 2025-01-24T08:28:45.3874768Z Segment: GLOBAL; FLAGS: FINE GRAINED 2025-01-24T08:28:45.3875095Z Size: 528196736(0x1f7ba480) KB 2025-01-24T08:28:45.3875408Z Allocatable: TRUE 2025-01-24T08:28:45.3875725Z Alloc Granule: 4KB 2025-01-24T08:28:45.3876063Z Alloc Recommended Granule:4KB 2025-01-24T08:28:45.3876561Z Alloc Alignment: 4KB 2025-01-24T08:28:45.3876886Z Accessible by all: TRUE 2025-01-24T08:28:45.3877174Z Pool 2 2025-01-24T08:28:45.3877433Z Segment: GLOBAL; FLAGS: KERNARG, FINE GRAINED 2025-01-24T08:28:45.3877739Z Size: 528196736(0x1f7ba480) KB 2025-01-24T08:28:45.3878039Z Allocatable: TRUE 2025-01-24T08:28:45.3878356Z Alloc Granule: 4KB 2025-01-24T08:28:45.3878686Z Alloc Recommended Granule:4KB 2025-01-24T08:28:45.3879022Z Alloc Alignment: 4KB 2025-01-24T08:28:45.3879352Z Accessible by all: TRUE 2025-01-24T08:28:45.3879632Z Pool 3 2025-01-24T08:28:45.3879888Z Segment: GLOBAL; FLAGS: COARSE GRAINED 2025-01-24T08:28:45.3880198Z Size: 528196736(0x1f7ba480) KB 2025-01-24T08:28:45.3880635Z Allocatable: TRUE 2025-01-24T08:28:45.3880958Z Alloc Granule: 4KB 2025-01-24T08:28:45.3881295Z Alloc Recommended Granule:4KB 2025-01-24T08:28:45.3881637Z Alloc Alignment: 4KB 2025-01-24T08:28:45.3881965Z Accessible by all: TRUE 2025-01-24T08:28:45.3882257Z ISA Info: 2025-01-24T08:28:45.3882466Z ******* 2025-01-24T08:28:45.3882658Z Agent 2 2025-01-24T08:28:45.3882850Z ******* 2025-01-24T08:28:45.3883078Z Name: AMD EPYC 7713 64-Core Processor 2025-01-24T08:28:45.3883370Z Uuid: CPU-XX 2025-01-24T08:28:45.3883689Z Marketing Name: AMD EPYC 7713 64-Core Processor 2025-01-24T08:28:45.3884024Z Vendor Name: CPU 2025-01-24T08:28:45.3884326Z Feature: None specified 2025-01-24T08:28:45.3884642Z Profile: FULL_PROFILE 2025-01-24T08:28:45.3884977Z Float Round Mode: NEAR 2025-01-24T08:28:45.3885296Z Max Queue Number: 0(0x0) 2025-01-24T08:28:45.3885618Z Queue Min Size: 0(0x0) 2025-01-24T08:28:45.3885931Z Queue Max Size: 0(0x0) 2025-01-24T08:28:45.3886237Z Queue Type: MULTI 2025-01-24T08:28:45.3886524Z Node: 1 2025-01-24T08:28:45.3886822Z Device Type: CPU 2025-01-24T08:28:45.3887097Z Cache Info: 2025-01-24T08:28:45.3887328Z L1: 32768(0x8000) KB 2025-01-24T08:28:45.3887625Z Chip ID: 0(0x0) 2025-01-24T08:28:45.3887928Z ASIC Revision: 0(0x0) 2025-01-24T08:28:45.3888251Z Cacheline Size: 64(0x40) 2025-01-24T08:28:45.3888575Z Max Clock Freq. (MHz): 2000 2025-01-24T08:28:45.3888871Z BDFID: 0 2025-01-24T08:28:45.3889180Z Internal Node ID: 1 2025-01-24T08:28:45.3889499Z Compute Unit: 64 2025-01-24T08:28:45.3889804Z SIMDs per CU: 0 2025-01-24T08:28:45.3890114Z Shader Engines: 0 2025-01-24T08:28:45.3890715Z Shader Arrs. per Eng.: 0 2025-01-24T08:28:45.3891044Z WatchPts on Addr. Ranges:1 2025-01-24T08:28:45.3891341Z Memory Properties: 2025-01-24T08:28:45.3891552Z Features: None 2025-01-24T08:28:45.3891755Z Pool Info: 2025-01-24T08:28:45.3891960Z Pool 1 2025-01-24T08:28:45.3892219Z Segment: GLOBAL; FLAGS: FINE GRAINED 2025-01-24T08:28:45.3892530Z Size: 528455488(0x1f7f9740) KB 2025-01-24T08:28:45.3892834Z Allocatable: TRUE 2025-01-24T08:28:45.3893153Z Alloc Granule: 4KB 2025-01-24T08:28:45.3893495Z Alloc Recommended Granule:4KB 2025-01-24T08:28:45.3893828Z Alloc Alignment: 4KB 2025-01-24T08:28:45.3894161Z Accessible by all: TRUE 2025-01-24T08:28:45.3894448Z Pool 2 2025-01-24T08:28:45.3894701Z Segment: GLOBAL; FLAGS: KERNARG, FINE GRAINED 2025-01-24T08:28:45.3895163Z Size: 528455488(0x1f7f9740) KB 2025-01-24T08:28:45.3895476Z Allocatable: TRUE 2025-01-24T08:28:45.3895788Z Alloc Granule: 4KB 2025-01-24T08:28:45.3896126Z Alloc Recommended Granule:4KB 2025-01-24T08:28:45.3896460Z Alloc Alignment: 4KB 2025-01-24T08:28:45.3896785Z Accessible by all: TRUE 2025-01-24T08:28:45.3897067Z Pool 3 2025-01-24T08:28:45.3897326Z Segment: GLOBAL; FLAGS: COARSE GRAINED 2025-01-24T08:28:45.3897627Z Size: 528455488(0x1f7f9740) KB 2025-01-24T08:28:45.3897935Z Allocatable: TRUE 2025-01-24T08:28:45.3898255Z Alloc Granule: 4KB 2025-01-24T08:28:45.3898587Z Alloc Recommended Granule:4KB 2025-01-24T08:28:45.3898928Z Alloc Alignment: 4KB 2025-01-24T08:28:45.3899257Z Accessible by all: TRUE 2025-01-24T08:28:45.3899533Z ISA Info: 2025-01-24T08:28:45.3899736Z ******* 2025-01-24T08:28:45.3899928Z Agent 3 2025-01-24T08:28:45.3900117Z ******* 2025-01-24T08:28:45.3900343Z Name: gfx90a 2025-01-24T08:28:45.3900642Z Uuid: GPU-3c8d38f625d62637 2025-01-24T08:28:45.3900966Z Marketing Name: AMD Instinct MI250X/MI250 2025-01-24T08:28:45.3901298Z Vendor Name: AMD 2025-01-24T08:28:45.3901618Z Feature: KERNEL_DISPATCH 2025-01-24T08:28:45.3901939Z Profile: BASE_PROFILE 2025-01-24T08:28:45.3902265Z Float Round Mode: NEAR 2025-01-24T08:28:45.3902582Z Max Queue Number: 128(0x80) 2025-01-24T08:28:45.3902887Z Queue Min Size: 64(0x40) 2025-01-24T08:28:45.3903195Z Queue Max Size: 131072(0x20000) 2025-01-24T08:28:45.3903501Z Queue Type: MULTI 2025-01-24T08:28:45.3903780Z Node: 2 2025-01-24T08:28:45.3904073Z Device Type: GPU 2025-01-24T08:28:45.3904343Z Cache Info: 2025-01-24T08:28:45.3904560Z L1: 16(0x10) KB 2025-01-24T08:28:45.3904980Z L2: 8192(0x2000) KB 2025-01-24T08:28:45.3905254Z Chip ID: 29708(0x740c) 2025-01-24T08:28:45.3905562Z ASIC Revision: 1(0x1) 2025-01-24T08:28:45.3905879Z Cacheline Size: 64(0x40) 2025-01-24T08:28:45.3906191Z Max Clock Freq. (MHz): 1700 2025-01-24T08:28:45.3906483Z BDFID: 12800 2025-01-24T08:28:45.3906779Z Internal Node ID: 2 2025-01-24T08:28:45.3907093Z Compute Unit: 104 2025-01-24T08:28:45.3907402Z SIMDs per CU: 4 2025-01-24T08:28:45.3907702Z Shader Engines: 8 2025-01-24T08:28:45.3908022Z Shader Arrs. per Eng.: 1 2025-01-24T08:28:45.3908359Z WatchPts on Addr. Ranges:4 2025-01-24T08:28:45.3908683Z Coherent Host Access: FALSE 2025-01-24T08:28:45.3909131Z Memory Properties: 2025-01-24T08:28:45.3909366Z Features: KERNEL_DISPATCH 2025-01-24T08:28:45.3909651Z Fast F16 Operation: TRUE 2025-01-24T08:28:45.3909971Z Wavefront Size: 64(0x40) 2025-01-24T08:28:45.3910294Z Workgroup Max Size: 1024(0x400) 2025-01-24T08:28:45.3910583Z Workgroup Max Size per Dimension: 2025-01-24T08:28:45.3910830Z x 1024(0x400) 2025-01-24T08:28:45.3911092Z y 1024(0x400) 2025-01-24T08:28:45.3911336Z z 1024(0x400) 2025-01-24T08:28:45.3911620Z Max Waves Per CU: 32(0x20) 2025-01-24T08:28:45.3911950Z Max Work-item Per CU: 2048(0x800) 2025-01-24T08:28:45.3912268Z Grid Max Size: 4294967295(0xffffffff) 2025-01-24T08:28:45.3912574Z Grid Max Size per Dimension: 2025-01-24T08:28:45.3912805Z x 4294967295(0xffffffff) 2025-01-24T08:28:45.3913062Z y 4294967295(0xffffffff) 2025-01-24T08:28:45.3913326Z z 4294967295(0xffffffff) 2025-01-24T08:28:45.3913626Z Max fbarriers/Workgrp: 32 2025-01-24T08:28:45.3917429Z Packet Processor uCode:: 83 2025-01-24T08:28:45.3917827Z SDMA engine uCode:: 8 2025-01-24T08:28:45.3918174Z IOMMU Support:: None 2025-01-24T08:28:45.3918461Z Pool Info: 2025-01-24T08:28:45.3918680Z Pool 1 2025-01-24T08:28:45.3918960Z Segment: GLOBAL; FLAGS: COARSE GRAINED 2025-01-24T08:28:45.3919281Z Size: 67092480(0x3ffc000) KB 2025-01-24T08:28:45.3919617Z Allocatable: TRUE 2025-01-24T08:28:45.3919948Z Alloc Granule: 4KB 2025-01-24T08:28:45.3920287Z Alloc Recommended Granule:2048KB 2025-01-24T08:28:45.3920627Z Alloc Alignment: 4KB 2025-01-24T08:28:45.3920956Z Accessible by all: FALSE 2025-01-24T08:28:45.3921270Z Pool 2 2025-01-24T08:28:45.3921548Z Segment: GLOBAL; FLAGS: EXTENDED FINE GRAINED 2025-01-24T08:28:45.3921863Z Size: 67092480(0x3ffc000) KB 2025-01-24T08:28:45.3922178Z Allocatable: TRUE 2025-01-24T08:28:45.3922693Z Alloc Granule: 4KB 2025-01-24T08:28:45.3923041Z Alloc Recommended Granule:2048KB 2025-01-24T08:28:45.3923393Z Alloc Alignment: 4KB 2025-01-24T08:28:45.3923718Z Accessible by all: FALSE 2025-01-24T08:28:45.3924003Z Pool 3 2025-01-24T08:28:45.3924256Z Segment: GLOBAL; FLAGS: FINE GRAINED 2025-01-24T08:28:45.3924547Z Size: 67092480(0x3ffc000) KB 2025-01-24T08:28:45.3924846Z Allocatable: TRUE 2025-01-24T08:28:45.3925163Z Alloc Granule: 4KB 2025-01-24T08:28:45.3925489Z Alloc Recommended Granule:2048KB 2025-01-24T08:28:45.3925824Z Alloc Alignment: 4KB 2025-01-24T08:28:45.3926156Z Accessible by all: FALSE 2025-01-24T08:28:45.3926429Z Pool 4 2025-01-24T08:28:45.3926800Z Segment: GROUP 2025-01-24T08:28:45.3927091Z Size: 64(0x40) KB 2025-01-24T08:28:45.3927377Z Allocatable: FALSE 2025-01-24T08:28:45.3927696Z Alloc Granule: 0KB 2025-01-24T08:28:45.3928027Z Alloc Recommended Granule:0KB 2025-01-24T08:28:45.3928353Z Alloc Alignment: 0KB 2025-01-24T08:28:45.3928677Z Accessible by all: FALSE 2025-01-24T08:28:45.3928957Z ISA Info: 2025-01-24T08:28:45.3929153Z ISA 1 2025-01-24T08:28:45.3929411Z Name: amdgcn-amd-amdhsa--gfx90a:sramecc+:xnack- 2025-01-24T08:28:45.3929759Z Machine Models: HSA_MACHINE_MODEL_LARGE 2025-01-24T08:28:45.3930087Z Profiles: HSA_PROFILE_BASE 2025-01-24T08:28:45.3930493Z Default Rounding Mode: NEAR 2025-01-24T08:28:45.3930832Z Default Rounding Mode: NEAR 2025-01-24T08:28:45.3931140Z Fast f16: TRUE 2025-01-24T08:28:45.3931444Z Workgroup Max Size: 1024(0x400) 2025-01-24T08:28:45.3931743Z Workgroup Max Size per Dimension: 2025-01-24T08:28:45.3932005Z x 1024(0x400) 2025-01-24T08:28:45.3932273Z y 1024(0x400) 2025-01-24T08:28:45.3932542Z z 1024(0x400) 2025-01-24T08:28:45.3932831Z Grid Max Size: 4294967295(0xffffffff) 2025-01-24T08:28:45.3933113Z Grid Max Size per Dimension: 2025-01-24T08:28:45.3933357Z x 4294967295(0xffffffff) 2025-01-24T08:28:45.3933623Z y 4294967295(0xffffffff) 2025-01-24T08:28:45.3933877Z z 4294967295(0xffffffff) 2025-01-24T08:28:45.3934172Z FBarrier Max Size: 32 2025-01-24T08:28:45.3934448Z ******* 2025-01-24T08:28:45.3934632Z Agent 4 2025-01-24T08:28:45.3934818Z ******* 2025-01-24T08:28:45.3935037Z Name: gfx90a 2025-01-24T08:28:45.3935321Z Uuid: GPU-77e549644b650cda 2025-01-24T08:28:45.3935638Z Marketing Name: AMD Instinct MI250X/MI250 2025-01-24T08:28:45.3935959Z Vendor Name: AMD 2025-01-24T08:28:45.3936428Z Feature: KERNEL_DISPATCH 2025-01-24T08:28:45.3936737Z Profile: BASE_PROFILE 2025-01-24T08:28:45.3937047Z Float Round Mode: NEAR 2025-01-24T08:28:45.3937355Z Max Queue Number: 128(0x80) 2025-01-24T08:28:45.3937684Z Queue Min Size: 64(0x40) 2025-01-24T08:28:45.3937998Z Queue Max Size: 131072(0x20000) 2025-01-24T08:28:45.3938297Z Queue Type: MULTI 2025-01-24T08:28:45.3938579Z Node: 3 2025-01-24T08:28:45.3938863Z Device Type: GPU 2025-01-24T08:28:45.3939125Z Cache Info: 2025-01-24T08:28:45.3939344Z L1: 16(0x10) KB 2025-01-24T08:28:45.3939603Z L2: 8192(0x2000) KB 2025-01-24T08:28:45.3939873Z Chip ID: 29708(0x740c) 2025-01-24T08:28:45.3940325Z ASIC Revision: 1(0x1) 2025-01-24T08:28:45.3940642Z Cacheline Size: 64(0x40) 2025-01-24T08:28:45.3940950Z Max Clock Freq. (MHz): 1700 2025-01-24T08:28:45.3941244Z BDFID: 13568 2025-01-24T08:28:45.3941539Z Internal Node ID: 3 2025-01-24T08:28:45.3941845Z Compute Unit: 104 2025-01-24T08:28:45.3942140Z SIMDs per CU: 4 2025-01-24T08:28:45.3942449Z Shader Engines: 8 2025-01-24T08:28:45.3942763Z Shader Arrs. per Eng.: 1 2025-01-24T08:28:45.3943090Z WatchPts on Addr. Ranges:4 2025-01-24T08:28:45.3943434Z Coherent Host Access: FALSE 2025-01-24T08:28:45.3943725Z Memory Properties: 2025-01-24T08:28:45.3943951Z Features: KERNEL_DISPATCH 2025-01-24T08:28:45.3944244Z Fast F16 Operation: TRUE 2025-01-24T08:28:45.3944569Z Wavefront Size: 64(0x40) 2025-01-24T08:28:45.3944880Z Workgroup Max Size: 1024(0x400) 2025-01-24T08:28:45.3945171Z Workgroup Max Size per Dimension: 2025-01-24T08:28:45.3945426Z x 1024(0x400) 2025-01-24T08:28:45.3945675Z y 1024(0x400) 2025-01-24T08:28:45.3945924Z z 1024(0x400) 2025-01-24T08:28:45.3946204Z Max Waves Per CU: 32(0x20) 2025-01-24T08:28:45.3946516Z Max Work-item Per CU: 2048(0x800) 2025-01-24T08:28:45.3946831Z Grid Max Size: 4294967295(0xffffffff) 2025-01-24T08:28:45.3947112Z Grid Max Size per Dimension: 2025-01-24T08:28:45.3947341Z x 4294967295(0xffffffff) 2025-01-24T08:28:45.3947598Z y 4294967295(0xffffffff) 2025-01-24T08:28:45.3947851Z z 4294967295(0xffffffff) 2025-01-24T08:28:45.3948142Z Max fbarriers/Workgrp: 32 2025-01-24T08:28:45.3948487Z Packet Processor uCode:: 83 2025-01-24T08:28:45.3948814Z SDMA engine uCode:: 8 2025-01-24T08:28:45.3949123Z IOMMU Support:: None 2025-01-24T08:28:45.3949399Z Pool Info: 2025-01-24T08:28:45.3949606Z Pool 1 2025-01-24T08:28:45.3949864Z Segment: GLOBAL; FLAGS: COARSE GRAINED 2025-01-24T08:28:45.3950321Z Size: 67092480(0x3ffc000) KB 2025-01-24T08:28:45.3950623Z Allocatable: TRUE 2025-01-24T08:28:45.3950938Z Alloc Granule: 4KB 2025-01-24T08:28:45.3951275Z Alloc Recommended Granule:2048KB 2025-01-24T08:28:45.3951615Z Alloc Alignment: 4KB 2025-01-24T08:28:45.3951941Z Accessible by all: FALSE 2025-01-24T08:28:45.3952217Z Pool 2 2025-01-24T08:28:45.3952466Z Segment: GLOBAL; FLAGS: EXTENDED FINE GRAINED 2025-01-24T08:28:45.3952768Z Size: 67092480(0x3ffc000) KB 2025-01-24T08:28:45.3953059Z Allocatable: TRUE 2025-01-24T08:28:45.3953374Z Alloc Granule: 4KB 2025-01-24T08:28:45.3953711Z Alloc Recommended Granule:2048KB 2025-01-24T08:28:45.3954042Z Alloc Alignment: 4KB 2025-01-24T08:28:45.3954505Z Accessible by all: FALSE 2025-01-24T08:28:45.3954792Z Pool 3 2025-01-24T08:28:45.3955041Z Segment: GLOBAL; FLAGS: FINE GRAINED 2025-01-24T08:28:45.3955345Z Size: 67092480(0x3ffc000) KB 2025-01-24T08:28:45.3955645Z Allocatable: TRUE 2025-01-24T08:28:45.3955960Z Alloc Granule: 4KB 2025-01-24T08:28:45.3956296Z Alloc Recommended Granule:2048KB 2025-01-24T08:28:45.3956633Z Alloc Alignment: 4KB 2025-01-24T08:28:45.3957079Z Accessible by all: FALSE 2025-01-24T08:28:45.3957364Z Pool 4 2025-01-24T08:28:45.3957601Z Segment: GROUP 2025-01-24T08:28:45.3957897Z Size: 64(0x40) KB 2025-01-24T08:28:45.3958198Z Allocatable: FALSE 2025-01-24T08:28:45.3958515Z Alloc Granule: 0KB 2025-01-24T08:28:45.3958841Z Alloc Recommended Granule:0KB 2025-01-24T08:28:45.3959180Z Alloc Alignment: 0KB 2025-01-24T08:28:45.3959507Z Accessible by all: FALSE 2025-01-24T08:28:45.3959780Z ISA Info: 2025-01-24T08:28:45.3959979Z ISA 1 2025-01-24T08:28:45.3960237Z Name: amdgcn-amd-amdhsa--gfx90a:sramecc+:xnack- 2025-01-24T08:28:45.3960579Z Machine Models: HSA_MACHINE_MODEL_LARGE 2025-01-24T08:28:45.3960921Z Profiles: HSA_PROFILE_BASE 2025-01-24T08:28:45.3961259Z Default Rounding Mode: NEAR 2025-01-24T08:28:45.3961601Z Default Rounding Mode: NEAR 2025-01-24T08:28:45.3961918Z Fast f16: TRUE 2025-01-24T08:28:45.3962233Z Workgroup Max Size: 1024(0x400) 2025-01-24T08:28:45.3962537Z Workgroup Max Size per Dimension: 2025-01-24T08:28:45.3962792Z x 1024(0x400) 2025-01-24T08:28:45.3963058Z y 1024(0x400) 2025-01-24T08:28:45.3963325Z z 1024(0x400) 2025-01-24T08:28:45.3963611Z Grid Max Size: 4294967295(0xffffffff) 2025-01-24T08:28:45.3963904Z Grid Max Size per Dimension: 2025-01-24T08:28:45.3964314Z x 4294967295(0xffffffff) 2025-01-24T08:28:45.3964573Z y 4294967295(0xffffffff) 2025-01-24T08:28:45.3964837Z z 4294967295(0xffffffff) 2025-01-24T08:28:45.3965129Z FBarrier Max Size: 32 2025-01-24T08:28:45.3965396Z ******* 2025-01-24T08:28:45.3965588Z Agent 5 2025-01-24T08:28:45.3965776Z ******* 2025-01-24T08:28:45.3965984Z Name: gfx90a 2025-01-24T08:28:45.3966276Z Uuid: GPU-e37f2e040c07ff9c 2025-01-24T08:28:45.3966591Z Marketing Name: AMD Instinct MI250X/MI250 2025-01-24T08:28:45.3966902Z Vendor Name: AMD 2025-01-24T08:28:45.3967213Z Feature: KERNEL_DISPATCH 2025-01-24T08:28:45.3967521Z Profile: BASE_PROFILE 2025-01-24T08:28:45.3967825Z Float Round Mode: NEAR 2025-01-24T08:28:45.3971962Z Max Queue Number: 128(0x80) 2025-01-24T08:28:45.3972308Z Queue Min Size: 64(0x40) 2025-01-24T08:28:45.3972609Z Queue Max Size: 131072(0x20000) 2025-01-24T08:28:45.3972916Z Queue Type: MULTI 2025-01-24T08:28:45.3973205Z Node: 4 2025-01-24T08:28:45.3973483Z Device Type: GPU 2025-01-24T08:28:45.3973751Z Cache Info: 2025-01-24T08:28:45.3973976Z L1: 16(0x10) KB 2025-01-24T08:28:45.3974237Z L2: 8192(0x2000) KB 2025-01-24T08:28:45.3974509Z Chip ID: 29708(0x740c) 2025-01-24T08:28:45.3974809Z ASIC Revision: 1(0x1) 2025-01-24T08:28:45.3975125Z Cacheline Size: 64(0x40) 2025-01-24T08:28:45.3975443Z Max Clock Freq. (MHz): 1700 2025-01-24T08:28:45.3975737Z BDFID: 4352 2025-01-24T08:28:45.3976032Z Internal Node ID: 4 2025-01-24T08:28:45.3976342Z Compute Unit: 104 2025-01-24T08:28:45.3976649Z SIMDs per CU: 4 2025-01-24T08:28:45.3976960Z Shader Engines: 8 2025-01-24T08:28:45.3977276Z Shader Arrs. per Eng.: 1 2025-01-24T08:28:45.3977603Z WatchPts on Addr. Ranges:4 2025-01-24T08:28:45.3977934Z Coherent Host Access: FALSE 2025-01-24T08:28:45.3978225Z Memory Properties: 2025-01-24T08:28:45.3978453Z Features: KERNEL_DISPATCH 2025-01-24T08:28:45.3978748Z Fast F16 Operation: TRUE 2025-01-24T08:28:45.3979063Z Wavefront Size: 64(0x40) 2025-01-24T08:28:45.3979390Z Workgroup Max Size: 1024(0x400) 2025-01-24T08:28:45.3979684Z Workgroup Max Size per Dimension: 2025-01-24T08:28:45.3979922Z x 1024(0x400) 2025-01-24T08:28:45.3980183Z y 1024(0x400) 2025-01-24T08:28:45.3980433Z z 1024(0x400) 2025-01-24T08:28:45.3980711Z Max Waves Per CU: 32(0x20) 2025-01-24T08:28:45.3981032Z Max Work-item Per CU: 2048(0x800) 2025-01-24T08:28:45.3981343Z Grid Max Size: 4294967295(0xffffffff) 2025-01-24T08:28:45.3981780Z Grid Max Size per Dimension: 2025-01-24T08:28:45.3982010Z x 4294967295(0xffffffff) 2025-01-24T08:28:45.3982275Z y 4294967295(0xffffffff) 2025-01-24T08:28:45.3982540Z z 4294967295(0xffffffff) 2025-01-24T08:28:45.3982844Z Max fbarriers/Workgrp: 32 2025-01-24T08:28:45.3983187Z Packet Processor uCode:: 83 2025-01-24T08:28:45.3983512Z SDMA engine uCode:: 8 2025-01-24T08:28:45.3983835Z IOMMU Support:: None 2025-01-24T08:28:45.3984114Z Pool Info: 2025-01-24T08:28:45.3984308Z Pool 1 2025-01-24T08:28:45.3984564Z Segment: GLOBAL; FLAGS: COARSE GRAINED 2025-01-24T08:28:45.3984880Z Size: 67092480(0x3ffc000) KB 2025-01-24T08:28:45.3985182Z Allocatable: TRUE 2025-01-24T08:28:45.3985640Z Alloc Granule: 4KB 2025-01-24T08:28:45.3985980Z Alloc Recommended Granule:2048KB 2025-01-24T08:28:45.3986319Z Alloc Alignment: 4KB 2025-01-24T08:28:45.3986646Z Accessible by all: FALSE 2025-01-24T08:28:45.3986929Z Pool 2 2025-01-24T08:28:45.3987178Z Segment: GLOBAL; FLAGS: EXTENDED FINE GRAINED 2025-01-24T08:28:45.3987489Z Size: 67092480(0x3ffc000) KB 2025-01-24T08:28:45.3987795Z Allocatable: TRUE 2025-01-24T08:28:45.3988116Z Alloc Granule: 4KB 2025-01-24T08:28:45.3988436Z Alloc Recommended Granule:2048KB 2025-01-24T08:28:45.3988789Z Alloc Alignment: 4KB 2025-01-24T08:28:45.3989127Z Accessible by all: FALSE 2025-01-24T08:28:45.3989402Z Pool 3 2025-01-24T08:28:45.3989648Z Segment: GLOBAL; FLAGS: FINE GRAINED 2025-01-24T08:28:45.3989949Z Size: 67092480(0x3ffc000) KB 2025-01-24T08:28:45.3990242Z Allocatable: TRUE 2025-01-24T08:28:45.3990565Z Alloc Granule: 4KB 2025-01-24T08:28:45.3990895Z Alloc Recommended Granule:2048KB 2025-01-24T08:28:45.3991225Z Alloc Alignment: 4KB 2025-01-24T08:28:45.3991553Z Accessible by all: FALSE 2025-01-24T08:28:45.3991836Z Pool 4 2025-01-24T08:28:45.3992082Z Segment: GROUP 2025-01-24T08:28:45.3992375Z Size: 64(0x40) KB 2025-01-24T08:28:45.3992686Z Allocatable: FALSE 2025-01-24T08:28:45.3993006Z Alloc Granule: 0KB 2025-01-24T08:28:45.3993339Z Alloc Recommended Granule:0KB 2025-01-24T08:28:45.3993683Z Alloc Alignment: 0KB 2025-01-24T08:28:45.3994008Z Accessible by all: FALSE 2025-01-24T08:28:45.3994293Z ISA Info: 2025-01-24T08:28:45.3994491Z ISA 1 2025-01-24T08:28:45.3994739Z Name: amdgcn-amd-amdhsa--gfx90a:sramecc+:xnack- 2025-01-24T08:28:45.3995084Z Machine Models: HSA_MACHINE_MODEL_LARGE 2025-01-24T08:28:45.3995427Z Profiles: HSA_PROFILE_BASE 2025-01-24T08:28:45.3995893Z Default Rounding Mode: NEAR 2025-01-24T08:28:45.3996234Z Default Rounding Mode: NEAR 2025-01-24T08:28:45.3996548Z Fast f16: TRUE 2025-01-24T08:28:45.3996857Z Workgroup Max Size: 1024(0x400) 2025-01-24T08:28:45.3997146Z Workgroup Max Size per Dimension: 2025-01-24T08:28:45.3997406Z x 1024(0x400) 2025-01-24T08:28:45.3997667Z y 1024(0x400) 2025-01-24T08:28:45.3997918Z z 1024(0x400) 2025-01-24T08:28:45.3998202Z Grid Max Size: 4294967295(0xffffffff) 2025-01-24T08:28:45.3998485Z Grid Max Size per Dimension: 2025-01-24T08:28:45.3998715Z x 4294967295(0xffffffff) 2025-01-24T08:28:45.3998984Z y 4294967295(0xffffffff) 2025-01-24T08:28:45.3999395Z z 4294967295(0xffffffff) 2025-01-24T08:28:45.3999696Z FBarrier Max Size: 32 2025-01-24T08:28:45.3999971Z ******* 2025-01-24T08:28:45.4000161Z Agent 6 2025-01-24T08:28:45.4000342Z ******* 2025-01-24T08:28:45.4000563Z Name: gfx90a 2025-01-24T08:28:45.4000848Z Uuid: GPU-daa9355c85671e61 2025-01-24T08:28:45.4001156Z Marketing Name: AMD Instinct MI250X/MI250 2025-01-24T08:28:45.4001473Z Vendor Name: AMD 2025-01-24T08:28:45.4001784Z Feature: KERNEL_DISPATCH 2025-01-24T08:28:45.4002087Z Profile: BASE_PROFILE 2025-01-24T08:28:45.4002405Z Float Round Mode: NEAR 2025-01-24T08:28:45.4002720Z Max Queue Number: 128(0x80) 2025-01-24T08:28:45.4003032Z Queue Min Size: 64(0x40) 2025-01-24T08:28:45.4003341Z Queue Max Size: 131072(0x20000) 2025-01-24T08:28:45.4003644Z Queue Type: MULTI 2025-01-24T08:28:45.4003924Z Node: 5 2025-01-24T08:28:45.4004213Z Device Type: GPU 2025-01-24T08:28:45.4004483Z Cache Info: 2025-01-24T08:28:45.4004695Z L1: 16(0x10) KB 2025-01-24T08:28:45.4004968Z L2: 8192(0x2000) KB 2025-01-24T08:28:45.4005238Z Chip ID: 29708(0x740c) 2025-01-24T08:28:45.4005529Z ASIC Revision: 1(0x1) 2025-01-24T08:28:45.4005845Z Cacheline Size: 64(0x40) 2025-01-24T08:28:45.4006169Z Max Clock Freq. (MHz): 1700 2025-01-24T08:28:45.4006458Z BDFID: 5120 2025-01-24T08:28:45.4006758Z Internal Node ID: 5 2025-01-24T08:28:45.4007066Z Compute Unit: 104 2025-01-24T08:28:45.4007364Z SIMDs per CU: 4 2025-01-24T08:28:45.4007675Z Shader Engines: 8 2025-01-24T08:28:45.4007990Z Shader Arrs. per Eng.: 1 2025-01-24T08:28:45.4008324Z WatchPts on Addr. Ranges:4 2025-01-24T08:28:45.4008650Z Coherent Host Access: FALSE 2025-01-24T08:28:45.4008941Z Memory Properties: 2025-01-24T08:28:45.4009308Z Features: KERNEL_DISPATCH 2025-01-24T08:28:45.4009592Z Fast F16 Operation: TRUE 2025-01-24T08:28:45.4009917Z Wavefront Size: 64(0x40) 2025-01-24T08:28:45.4010324Z Workgroup Max Size: 1024(0x400) 2025-01-24T08:28:45.4010611Z Workgroup Max Size per Dimension: 2025-01-24T08:28:45.4010854Z x 1024(0x400) 2025-01-24T08:28:45.4011108Z y 1024(0x400) 2025-01-24T08:28:45.4011351Z z 1024(0x400) 2025-01-24T08:28:45.4011636Z Max Waves Per CU: 32(0x20) 2025-01-24T08:28:45.4011955Z Max Work-item Per CU: 2048(0x800) 2025-01-24T08:28:45.4012260Z Grid Max Size: 4294967295(0xffffffff) 2025-01-24T08:28:45.4012536Z Grid Max Size per Dimension: 2025-01-24T08:28:45.4012761Z x 4294967295(0xffffffff) 2025-01-24T08:28:45.4013171Z y 4294967295(0xffffffff) 2025-01-24T08:28:45.4013443Z z 4294967295(0xffffffff) 2025-01-24T08:28:45.4013742Z Max fbarriers/Workgrp: 32 2025-01-24T08:28:45.4014082Z Packet Processor uCode:: 83 2025-01-24T08:28:45.4014411Z SDMA engine uCode:: 8 2025-01-24T08:28:45.4014724Z IOMMU Support:: None 2025-01-24T08:28:45.4014994Z Pool Info: 2025-01-24T08:28:45.4015189Z Pool 1 2025-01-24T08:28:45.4015443Z Segment: GLOBAL; FLAGS: COARSE GRAINED 2025-01-24T08:28:45.4015753Z Size: 67092480(0x3ffc000) KB 2025-01-24T08:28:45.4016060Z Allocatable: TRUE 2025-01-24T08:28:45.4016384Z Alloc Granule: 4KB 2025-01-24T08:28:45.4016714Z Alloc Recommended Granule:2048KB 2025-01-24T08:28:45.4017057Z Alloc Alignment: 4KB 2025-01-24T08:28:45.4017382Z Accessible by all: FALSE 2025-01-24T08:28:45.4017656Z Pool 2 2025-01-24T08:28:45.4017907Z Segment: GLOBAL; FLAGS: EXTENDED FINE GRAINED 2025-01-24T08:28:45.4018217Z Size: 67092480(0x3ffc000) KB 2025-01-24T08:28:45.4018510Z Allocatable: TRUE 2025-01-24T08:28:45.4018827Z Alloc Granule: 4KB 2025-01-24T08:28:45.4019156Z Alloc Recommended Granule:2048KB 2025-01-24T08:28:45.4019489Z Alloc Alignment: 4KB 2025-01-24T08:28:45.4019813Z Accessible by all: FALSE 2025-01-24T08:28:45.4020094Z Pool 3 2025-01-24T08:28:45.4020339Z Segment: GLOBAL; FLAGS: FINE GRAINED 2025-01-24T08:28:45.4020630Z Size: 67092480(0x3ffc000) KB 2025-01-24T08:28:45.4020927Z Allocatable: TRUE 2025-01-24T08:28:45.4021243Z Alloc Granule: 4KB 2025-01-24T08:28:45.4021565Z Alloc Recommended Granule:2048KB 2025-01-24T08:28:45.4021897Z Alloc Alignment: 4KB 2025-01-24T08:28:45.4022223Z Accessible by all: FALSE 2025-01-24T08:28:45.4022497Z Pool 4 2025-01-24T08:28:45.4022731Z Segment: GROUP 2025-01-24T08:28:45.4023222Z Size: 64(0x40) KB 2025-01-24T08:28:45.4023520Z Allocatable: FALSE 2025-01-24T08:28:45.4023845Z Alloc Granule: 0KB 2025-01-24T08:28:45.4024203Z Alloc Recommended Granule:0KB 2025-01-24T08:28:45.4024551Z Alloc Alignment: 0KB 2025-01-24T08:28:45.4024890Z Accessible by all: FALSE 2025-01-24T08:28:45.4025176Z ISA Info: 2025-01-24T08:28:45.4025373Z ISA 1 2025-01-24T08:28:45.4025640Z Name: amdgcn-amd-amdhsa--gfx90a:sramecc+:xnack- 2025-01-24T08:28:45.4025989Z Machine Models: HSA_MACHINE_MODEL_LARGE 2025-01-24T08:28:45.4026320Z Profiles: HSA_PROFILE_BASE 2025-01-24T08:28:45.4026650Z Default Rounding Mode: NEAR 2025-01-24T08:28:45.4027142Z Default Rounding Mode: NEAR 2025-01-24T08:28:45.4027595Z Fast f16: TRUE 2025-01-24T08:28:45.4027910Z Workgroup Max Size: 1024(0x400) 2025-01-24T08:28:45.4028208Z Workgroup Max Size per Dimension: 2025-01-24T08:28:45.4028472Z x 1024(0x400) 2025-01-24T08:28:45.4028736Z y 1024(0x400) 2025-01-24T08:28:45.4028995Z z 1024(0x400) 2025-01-24T08:28:45.4029282Z Grid Max Size: 4294967295(0xffffffff) 2025-01-24T08:28:45.4029561Z Grid Max Size per Dimension: 2025-01-24T08:28:45.4029800Z x 4294967295(0xffffffff) 2025-01-24T08:28:45.4030071Z y 4294967295(0xffffffff) 2025-01-24T08:28:45.4030331Z z 4294967295(0xffffffff) 2025-01-24T08:28:45.4030634Z FBarrier Max Size: 32 2025-01-24T08:28:45.4030916Z ******* 2025-01-24T08:28:45.4031108Z Agent 7 2025-01-24T08:28:45.4031296Z ******* 2025-01-24T08:28:45.4031514Z Name: gfx90a 2025-01-24T08:28:45.4031802Z Uuid: GPU-fe05c03760243cdf 2025-01-24T08:28:45.4032123Z Marketing Name: AMD Instinct MI250X/MI250 2025-01-24T08:28:45.4032453Z Vendor Name: AMD 2025-01-24T08:28:45.4032757Z Feature: KERNEL_DISPATCH 2025-01-24T08:28:45.4033068Z Profile: BASE_PROFILE 2025-01-24T08:28:45.4033390Z Float Round Mode: NEAR 2025-01-24T08:28:45.4033705Z Max Queue Number: 128(0x80) 2025-01-24T08:28:45.4034020Z Queue Min Size: 64(0x40) 2025-01-24T08:28:45.4034328Z Queue Max Size: 131072(0x20000) 2025-01-24T08:28:45.4034636Z Queue Type: MULTI 2025-01-24T08:28:45.4034917Z Node: 6 2025-01-24T08:28:45.4035206Z Device Type: GPU 2025-01-24T08:28:45.4035484Z Cache Info: 2025-01-24T08:28:45.4035702Z L1: 16(0x10) KB 2025-01-24T08:28:45.4035971Z L2: 8192(0x2000) KB 2025-01-24T08:28:45.4036242Z Chip ID: 29708(0x740c) 2025-01-24T08:28:45.4036539Z ASIC Revision: 1(0x1) 2025-01-24T08:28:45.4036997Z Cacheline Size: 64(0x40) 2025-01-24T08:28:45.4037315Z Max Clock Freq. (MHz): 1700 2025-01-24T08:28:45.4037603Z BDFID: 44544 2025-01-24T08:28:45.4037902Z Internal Node ID: 6 2025-01-24T08:28:45.4038213Z Compute Unit: 104 2025-01-24T08:28:45.4038507Z SIMDs per CU: 4 2025-01-24T08:28:45.4038808Z Shader Engines: 8 2025-01-24T08:28:45.4039122Z Shader Arrs. per Eng.: 1 2025-01-24T08:28:45.4039441Z WatchPts on Addr. Ranges:4 2025-01-24T08:28:45.4039770Z Coherent Host Access: FALSE 2025-01-24T08:28:45.4040060Z Memory Properties: 2025-01-24T08:28:45.4040284Z Features: KERNEL_DISPATCH 2025-01-24T08:28:45.4040574Z Fast F16 Operation: TRUE 2025-01-24T08:28:45.4040891Z Wavefront Size: 64(0x40) 2025-01-24T08:28:45.4041331Z Workgroup Max Size: 1024(0x400) 2025-01-24T08:28:45.4041629Z Workgroup Max Size per Dimension: 2025-01-24T08:28:45.4041872Z x 1024(0x400) 2025-01-24T08:28:45.4042125Z y 1024(0x400) 2025-01-24T08:28:45.4042376Z z 1024(0x400) 2025-01-24T08:28:45.4042654Z Max Waves Per CU: 32(0x20) 2025-01-24T08:28:45.4042962Z Max Work-item Per CU: 2048(0x800) 2025-01-24T08:28:45.4043275Z Grid Max Size: 4294967295(0xffffffff) 2025-01-24T08:28:45.4043552Z Grid Max Size per Dimension: 2025-01-24T08:28:45.4043769Z x 4294967295(0xffffffff) 2025-01-24T08:28:45.4044032Z y 4294967295(0xffffffff) 2025-01-24T08:28:45.4044296Z z 4294967295(0xffffffff) 2025-01-24T08:28:45.4044591Z Max fbarriers/Workgrp: 32 2025-01-24T08:28:45.4044933Z Packet Processor uCode:: 83 2025-01-24T08:28:45.4045267Z SDMA engine uCode:: 8 2025-01-24T08:28:45.4045583Z IOMMU Support:: None 2025-01-24T08:28:45.4045850Z Pool Info: 2025-01-24T08:28:45.4046050Z Pool 1 2025-01-24T08:28:45.4046306Z Segment: GLOBAL; FLAGS: COARSE GRAINED 2025-01-24T08:28:45.4046612Z Size: 67092480(0x3ffc000) KB 2025-01-24T08:28:45.4046917Z Allocatable: TRUE 2025-01-24T08:28:45.4047241Z Alloc Granule: 4KB 2025-01-24T08:28:45.4047574Z Alloc Recommended Granule:2048KB 2025-01-24T08:28:45.4047916Z Alloc Alignment: 4KB 2025-01-24T08:28:45.4048244Z Accessible by all: FALSE 2025-01-24T08:28:45.4048517Z Pool 2 2025-01-24T08:28:45.4048771Z Segment: GLOBAL; FLAGS: EXTENDED FINE GRAINED 2025-01-24T08:28:45.4049077Z Size: 67092480(0x3ffc000) KB 2025-01-24T08:28:45.4049376Z Allocatable: TRUE 2025-01-24T08:28:45.4049691Z Alloc Granule: 4KB 2025-01-24T08:28:45.4050025Z Alloc Recommended Granule:2048KB 2025-01-24T08:28:45.4050423Z Alloc Alignment: 4KB 2025-01-24T08:28:45.4050923Z Accessible by all: FALSE 2025-01-24T08:28:45.4051205Z Pool 3 2025-01-24T08:28:45.4051446Z Segment: GLOBAL; FLAGS: FINE GRAINED 2025-01-24T08:28:45.4051746Z Size: 67092480(0x3ffc000) KB 2025-01-24T08:28:45.4052044Z Allocatable: TRUE 2025-01-24T08:28:45.4052357Z Alloc Granule: 4KB 2025-01-24T08:28:45.4052692Z Alloc Recommended Granule:2048KB 2025-01-24T08:28:45.4053024Z Alloc Alignment: 4KB 2025-01-24T08:28:45.4053341Z Accessible by all: FALSE 2025-01-24T08:28:45.4053616Z Pool 4 2025-01-24T08:28:45.4053850Z Segment: GROUP 2025-01-24T08:28:45.4054131Z Size: 64(0x40) KB 2025-01-24T08:28:45.4054435Z Allocatable: FALSE 2025-01-24T08:28:45.4054908Z Alloc Granule: 0KB 2025-01-24T08:28:45.4055241Z Alloc Recommended Granule:0KB 2025-01-24T08:28:45.4055575Z Alloc Alignment: 0KB 2025-01-24T08:28:45.4055901Z Accessible by all: FALSE 2025-01-24T08:28:45.4056180Z ISA Info: 2025-01-24T08:28:45.4056376Z ISA 1 2025-01-24T08:28:45.4056635Z Name: amdgcn-amd-amdhsa--gfx90a:sramecc+:xnack- 2025-01-24T08:28:45.4056978Z Machine Models: HSA_MACHINE_MODEL_LARGE 2025-01-24T08:28:45.4057303Z Profiles: HSA_PROFILE_BASE 2025-01-24T08:28:45.4057632Z Default Rounding Mode: NEAR 2025-01-24T08:28:45.4057969Z Default Rounding Mode: NEAR 2025-01-24T08:28:45.4058275Z Fast f16: TRUE 2025-01-24T08:28:45.4058590Z Workgroup Max Size: 1024(0x400) 2025-01-24T08:28:45.4058884Z Workgroup Max Size per Dimension: 2025-01-24T08:28:45.4059137Z x 1024(0x400) 2025-01-24T08:28:45.4059400Z y 1024(0x400) 2025-01-24T08:28:45.4059659Z z 1024(0x400) 2025-01-24T08:28:45.4059937Z Grid Max Size: 4294967295(0xffffffff) 2025-01-24T08:28:45.4060221Z Grid Max Size per Dimension: 2025-01-24T08:28:45.4060460Z x 4294967295(0xffffffff) 2025-01-24T08:28:45.4060717Z y 4294967295(0xffffffff) 2025-01-24T08:28:45.4060987Z z 4294967295(0xffffffff) 2025-01-24T08:28:45.4061288Z FBarrier Max Size: 32 2025-01-24T08:28:45.4061560Z ******* 2025-01-24T08:28:45.4061753Z Agent 8 2025-01-24T08:28:45.4061938Z ******* 2025-01-24T08:28:45.4062142Z Name: gfx90a 2025-01-24T08:28:45.4062433Z Uuid: GPU-e7591100b7dd4825 2025-01-24T08:28:45.4062753Z Marketing Name: AMD Instinct MI250X/MI250 2025-01-24T08:28:45.4063066Z Vendor Name: AMD 2025-01-24T08:28:45.4063372Z Feature: KERNEL_DISPATCH 2025-01-24T08:28:45.4063680Z Profile: BASE_PROFILE 2025-01-24T08:28:45.4063987Z Float Round Mode: NEAR 2025-01-24T08:28:45.4064307Z Max Queue Number: 128(0x80) 2025-01-24T08:28:45.4064767Z Queue Min Size: 64(0x40) 2025-01-24T08:28:45.4065069Z Queue Max Size: 131072(0x20000) 2025-01-24T08:28:45.4065388Z Queue Type: MULTI 2025-01-24T08:28:45.4065693Z Node: 7 2025-01-24T08:28:45.4065987Z Device Type: GPU 2025-01-24T08:28:45.4066254Z Cache Info: 2025-01-24T08:28:45.4066482Z L1: 16(0x10) KB 2025-01-24T08:28:45.4066758Z L2: 8192(0x2000) KB 2025-01-24T08:28:45.4067027Z Chip ID: 29708(0x740c) 2025-01-24T08:28:45.4067324Z ASIC Revision: 1(0x1) 2025-01-24T08:28:45.4067641Z Cacheline Size: 64(0x40) 2025-01-24T08:28:45.4067954Z Max Clock Freq. (MHz): 1700 2025-01-24T08:28:45.4068248Z BDFID: 45824 2025-01-24T08:28:45.4068694Z Internal Node ID: 7 2025-01-24T08:28:45.4069005Z Compute Unit: 104 2025-01-24T08:28:45.4069302Z SIMDs per CU: 4 2025-01-24T08:28:45.4069602Z Shader Engines: 8 2025-01-24T08:28:45.4069911Z Shader Arrs. per Eng.: 1 2025-01-24T08:28:45.4070240Z WatchPts on Addr. Ranges:4 2025-01-24T08:28:45.4070568Z Coherent Host Access: FALSE 2025-01-24T08:28:45.4070851Z Memory Properties: 2025-01-24T08:28:45.4071073Z Features: KERNEL_DISPATCH 2025-01-24T08:28:45.4071361Z Fast F16 Operation: TRUE 2025-01-24T08:28:45.4071682Z Wavefront Size: 64(0x40) 2025-01-24T08:28:45.4072006Z Workgroup Max Size: 1024(0x400) 2025-01-24T08:28:45.4072304Z Workgroup Max Size per Dimension: 2025-01-24T08:28:45.4072547Z x 1024(0x400) 2025-01-24T08:28:45.4072806Z y 1024(0x400) 2025-01-24T08:28:45.4073064Z z 1024(0x400) 2025-01-24T08:28:45.4073342Z Max Waves Per CU: 32(0x20) 2025-01-24T08:28:45.4073660Z Max Work-item Per CU: 2048(0x800) 2025-01-24T08:28:45.4073972Z Grid Max Size: 4294967295(0xffffffff) 2025-01-24T08:28:45.4074247Z Grid Max Size per Dimension: 2025-01-24T08:28:45.4074476Z x 4294967295(0xffffffff) 2025-01-24T08:28:45.4074741Z y 4294967295(0xffffffff) 2025-01-24T08:28:45.4075000Z z 4294967295(0xffffffff) 2025-01-24T08:28:45.4075306Z Max fbarriers/Workgrp: 32 2025-01-24T08:28:45.4075648Z Packet Processor uCode:: 83 2025-01-24T08:28:45.4075978Z SDMA engine uCode:: 8 2025-01-24T08:28:45.4076294Z IOMMU Support:: None 2025-01-24T08:28:45.4076565Z Pool Info: 2025-01-24T08:28:45.4076760Z Pool 1 2025-01-24T08:28:45.4077022Z Segment: GLOBAL; FLAGS: COARSE GRAINED 2025-01-24T08:28:45.4077338Z Size: 67092480(0x3ffc000) KB 2025-01-24T08:28:45.4077647Z Allocatable: TRUE 2025-01-24T08:28:45.4077964Z Alloc Granule: 4KB 2025-01-24T08:28:45.4078583Z Alloc Recommended Granule:2048KB 2025-01-24T08:28:45.4078926Z Alloc Alignment: 4KB 2025-01-24T08:28:45.4079251Z Accessible by all: FALSE 2025-01-24T08:28:45.4079537Z Pool 2 2025-01-24T08:28:45.4079796Z Segment: GLOBAL; FLAGS: EXTENDED FINE GRAINED 2025-01-24T08:28:45.4080100Z Size: 67092480(0x3ffc000) KB 2025-01-24T08:28:45.4080403Z Allocatable: TRUE 2025-01-24T08:28:45.4080724Z Alloc Granule: 4KB 2025-01-24T08:28:45.4081050Z Alloc Recommended Granule:2048KB 2025-01-24T08:28:45.4081383Z Alloc Alignment: 4KB 2025-01-24T08:28:45.4081707Z Accessible by all: FALSE 2025-01-24T08:28:45.4081981Z Pool 3 2025-01-24T08:28:45.4082235Z Segment: GLOBAL; FLAGS: FINE GRAINED 2025-01-24T08:28:45.4082673Z Size: 67092480(0x3ffc000) KB 2025-01-24T08:28:45.4082975Z Allocatable: TRUE 2025-01-24T08:28:45.4083298Z Alloc Granule: 4KB 2025-01-24T08:28:45.4083633Z Alloc Recommended Granule:2048KB 2025-01-24T08:28:45.4083960Z Alloc Alignment: 4KB 2025-01-24T08:28:45.4084283Z Accessible by all: FALSE 2025-01-24T08:28:45.4084562Z Pool 4 2025-01-24T08:28:45.4084792Z Segment: GROUP 2025-01-24T08:28:45.4085080Z Size: 64(0x40) KB 2025-01-24T08:28:45.4085379Z Allocatable: FALSE 2025-01-24T08:28:45.4085698Z Alloc Granule: 0KB 2025-01-24T08:28:45.4086029Z Alloc Recommended Granule:0KB 2025-01-24T08:28:45.4086365Z Alloc Alignment: 0KB 2025-01-24T08:28:45.4086710Z Accessible by all: FALSE 2025-01-24T08:28:45.4086993Z ISA Info: 2025-01-24T08:28:45.4087198Z ISA 1 2025-01-24T08:28:45.4087456Z Name: amdgcn-amd-amdhsa--gfx90a:sramecc+:xnack- 2025-01-24T08:28:45.4087809Z Machine Models: HSA_MACHINE_MODEL_LARGE 2025-01-24T08:28:45.4088147Z Profiles: HSA_PROFILE_BASE 2025-01-24T08:28:45.4088481Z Default Rounding Mode: NEAR 2025-01-24T08:28:45.4088816Z Default Rounding Mode: NEAR 2025-01-24T08:28:45.4089139Z Fast f16: TRUE 2025-01-24T08:28:45.4089457Z Workgroup Max Size: 1024(0x400) 2025-01-24T08:28:45.4089752Z Workgroup Max Size per Dimension: 2025-01-24T08:28:45.4090012Z x 1024(0x400) 2025-01-24T08:28:45.4090335Z y 1024(0x400) 2025-01-24T08:28:45.4090587Z z 1024(0x400) 2025-01-24T08:28:45.4090875Z Grid Max Size: 4294967295(0xffffffff) 2025-01-24T08:28:45.4091159Z Grid Max Size per Dimension: 2025-01-24T08:28:45.4091391Z x 4294967295(0xffffffff) 2025-01-24T08:28:45.4091658Z y 4294967295(0xffffffff) 2025-01-24T08:28:45.4091925Z z 4294967295(0xffffffff) 2025-01-24T08:28:45.4092394Z FBarrier Max Size: 32 2025-01-24T08:28:45.4092674Z ******* 2025-01-24T08:28:45.4092870Z Agent 9 2025-01-24T08:28:45.4093053Z ******* 2025-01-24T08:28:45.4093272Z Name: gfx90a 2025-01-24T08:28:45.4093570Z Uuid: GPU-d5dc726d0c1f5d2d 2025-01-24T08:28:45.4093907Z Marketing Name: AMD Instinct MI250X/MI250 2025-01-24T08:28:45.4094237Z Vendor Name: AMD 2025-01-24T08:28:45.4094556Z Feature: KERNEL_DISPATCH 2025-01-24T08:28:45.4094860Z Profile: BASE_PROFILE 2025-01-24T08:28:45.4095180Z Float Round Mode: NEAR 2025-01-24T08:28:45.4095495Z Max Queue Number: 128(0x80) 2025-01-24T08:28:45.4095799Z Queue Min Size: 64(0x40) 2025-01-24T08:28:45.4096108Z Queue Max Size: 131072(0x20000) 2025-01-24T08:28:45.4096565Z Queue Type: MULTI 2025-01-24T08:28:45.4096852Z Node: 8 2025-01-24T08:28:45.4097136Z Device Type: GPU 2025-01-24T08:28:45.4097415Z Cache Info: 2025-01-24T08:28:45.4097631Z L1: 16(0x10) KB 2025-01-24T08:28:45.4097895Z L2: 8192(0x2000) KB 2025-01-24T08:28:45.4098174Z Chip ID: 29708(0x740c) 2025-01-24T08:28:45.4098468Z ASIC Revision: 1(0x1) 2025-01-24T08:28:45.4098783Z Cacheline Size: 64(0x40) 2025-01-24T08:28:45.4099098Z Max Clock Freq. (MHz): 1700 2025-01-24T08:28:45.4099398Z BDFID: 36352 2025-01-24T08:28:45.4099695Z Internal Node ID: 8 2025-01-24T08:28:45.4100005Z Compute Unit: 104 2025-01-24T08:28:45.4100304Z SIMDs per CU: 4 2025-01-24T08:28:45.4100617Z Shader Engines: 8 2025-01-24T08:28:45.4100940Z Shader Arrs. per Eng.: 1 2025-01-24T08:28:45.4101275Z WatchPts on Addr. Ranges:4 2025-01-24T08:28:45.4101604Z Coherent Host Access: FALSE 2025-01-24T08:28:45.4101893Z Memory Properties: 2025-01-24T08:28:45.4102120Z Features: KERNEL_DISPATCH 2025-01-24T08:28:45.4102402Z Fast F16 Operation: TRUE 2025-01-24T08:28:45.4102728Z Wavefront Size: 64(0x40) 2025-01-24T08:28:45.4103053Z Workgroup Max Size: 1024(0x400) 2025-01-24T08:28:45.4103344Z Workgroup Max Size per Dimension: 2025-01-24T08:28:45.4103587Z x 1024(0x400) 2025-01-24T08:28:45.4103842Z y 1024(0x400) 2025-01-24T08:28:45.4104087Z z 1024(0x400) 2025-01-24T08:28:45.4104368Z Max Waves Per CU: 32(0x20) 2025-01-24T08:28:45.4104688Z Max Work-item Per CU: 2048(0x800) 2025-01-24T08:28:45.4104999Z Grid Max Size: 4294967295(0xffffffff) 2025-01-24T08:28:45.4105277Z Grid Max Size per Dimension: 2025-01-24T08:28:45.4105499Z x 4294967295(0xffffffff) 2025-01-24T08:28:45.4105757Z y 4294967295(0xffffffff) 2025-01-24T08:28:45.4106171Z z 4294967295(0xffffffff) 2025-01-24T08:28:45.4106480Z Max fbarriers/Workgrp: 32 2025-01-24T08:28:45.4106823Z Packet Processor uCode:: 83 2025-01-24T08:28:45.4107157Z SDMA engine uCode:: 8 2025-01-24T08:28:45.4107477Z IOMMU Support:: None 2025-01-24T08:28:45.4107744Z Pool Info: 2025-01-24T08:28:45.4107945Z Pool 1 2025-01-24T08:28:45.4108203Z Segment: GLOBAL; FLAGS: COARSE GRAINED 2025-01-24T08:28:45.4108508Z Size: 67092480(0x3ffc000) KB 2025-01-24T08:28:45.4108815Z Allocatable: TRUE 2025-01-24T08:28:45.4109138Z Alloc Granule: 4KB 2025-01-24T08:28:45.4109475Z Alloc Recommended Granule:2048KB 2025-01-24T08:28:45.4109814Z Alloc Alignment: 4KB 2025-01-24T08:28:45.4110272Z Accessible by all: FALSE 2025-01-24T08:28:45.4110560Z Pool 2 2025-01-24T08:28:45.4110807Z Segment: GLOBAL; FLAGS: EXTENDED FINE GRAINED 2025-01-24T08:28:45.4111114Z Size: 67092480(0x3ffc000) KB 2025-01-24T08:28:45.4111411Z Allocatable: TRUE 2025-01-24T08:28:45.4111721Z Alloc Granule: 4KB 2025-01-24T08:28:45.4112056Z Alloc Recommended Granule:2048KB 2025-01-24T08:28:45.4112390Z Alloc Alignment: 4KB 2025-01-24T08:28:45.4112710Z Accessible by all: FALSE 2025-01-24T08:28:45.4112990Z Pool 3 2025-01-24T08:28:45.4113241Z Segment: GLOBAL; FLAGS: FINE GRAINED 2025-01-24T08:28:45.4113539Z Size: 67092480(0x3ffc000) KB 2025-01-24T08:28:45.4113844Z Allocatable: TRUE 2025-01-24T08:28:45.4114163Z Alloc Granule: 4KB 2025-01-24T08:28:45.4114484Z Alloc Recommended Granule:2048KB 2025-01-24T08:28:45.4114819Z Alloc Alignment: 4KB 2025-01-24T08:28:45.4115145Z Accessible by all: FALSE 2025-01-24T08:28:45.4115417Z Pool 4 2025-01-24T08:28:45.4115655Z Segment: GROUP 2025-01-24T08:28:45.4115942Z Size: 64(0x40) KB 2025-01-24T08:28:45.4116238Z Allocatable: FALSE 2025-01-24T08:28:45.4116561Z Alloc Granule: 0KB 2025-01-24T08:28:45.4116890Z Alloc Recommended Granule:0KB 2025-01-24T08:28:45.4117219Z Alloc Alignment: 0KB 2025-01-24T08:28:45.4117551Z Accessible by all: FALSE 2025-01-24T08:28:45.4117835Z ISA Info: 2025-01-24T08:28:45.4118026Z ISA 1 2025-01-24T08:28:45.4118286Z Name: amdgcn-amd-amdhsa--gfx90a:sramecc+:xnack- 2025-01-24T08:28:45.4118637Z Machine Models: HSA_MACHINE_MODEL_LARGE 2025-01-24T08:28:45.4118966Z Profiles: HSA_PROFILE_BASE 2025-01-24T08:28:45.4119297Z Default Rounding Mode: NEAR 2025-01-24T08:28:45.4119637Z Default Rounding Mode: NEAR 2025-01-24T08:28:45.4119948Z Fast f16: TRUE 2025-01-24T08:28:45.4120398Z Workgroup Max Size: 1024(0x400) 2025-01-24T08:28:45.4120700Z Workgroup Max Size per Dimension: 2025-01-24T08:28:45.4120961Z x 1024(0x400) 2025-01-24T08:28:45.4121222Z y 1024(0x400) 2025-01-24T08:28:45.4121479Z z 1024(0x400) 2025-01-24T08:28:45.4121764Z Grid Max Size: 4294967295(0xffffffff) 2025-01-24T08:28:45.4122045Z Grid Max Size per Dimension: 2025-01-24T08:28:45.4122290Z x 4294967295(0xffffffff) 2025-01-24T08:28:45.4122555Z y 4294967295(0xffffffff) 2025-01-24T08:28:45.4122813Z z 4294967295(0xffffffff) 2025-01-24T08:28:45.4123113Z FBarrier Max Size: 32 2025-01-24T08:28:45.4123393Z ******* 2025-01-24T08:28:45.4123576Z Agent 10 2025-01-24T08:28:45.4123765Z ******* 2025-01-24T08:28:45.4124133Z Name: gfx90a 2025-01-24T08:28:45.4124424Z Uuid: GPU-144bb695d5984246 2025-01-24T08:28:45.4124739Z Marketing Name: AMD Instinct MI250X/MI250 2025-01-24T08:28:45.4125060Z Vendor Name: AMD 2025-01-24T08:28:45.4125362Z Feature: KERNEL_DISPATCH 2025-01-24T08:28:45.4125670Z Profile: BASE_PROFILE 2025-01-24T08:28:45.4125983Z Float Round Mode: NEAR 2025-01-24T08:28:45.4126293Z Max Queue Number: 128(0x80) 2025-01-24T08:28:45.4126605Z Queue Min Size: 64(0x40) 2025-01-24T08:28:45.4126916Z Queue Max Size: 131072(0x20000) 2025-01-24T08:28:45.4127215Z Queue Type: MULTI 2025-01-24T08:28:45.4127504Z Node: 9 2025-01-24T08:28:45.4127792Z Device Type: GPU 2025-01-24T08:28:45.4128057Z Cache Info: 2025-01-24T08:28:45.4128278Z L1: 16(0x10) KB 2025-01-24T08:28:45.4128544Z L2: 8192(0x2000) KB 2025-01-24T08:28:45.4128809Z Chip ID: 29708(0x740c) 2025-01-24T08:28:45.4129105Z ASIC Revision: 1(0x1) 2025-01-24T08:28:45.4129418Z Cacheline Size: 64(0x40) 2025-01-24T08:28:45.4129726Z Max Clock Freq. (MHz): 1700 2025-01-24T08:28:45.4130024Z BDFID: 37632 2025-01-24T08:28:45.4130396Z Internal Node ID: 9 2025-01-24T08:28:45.4130702Z Compute Unit: 104 2025-01-24T08:28:45.4131003Z SIMDs per CU: 4 2025-01-24T08:28:45.4131304Z Shader Engines: 8 2025-01-24T08:28:45.4131618Z Shader Arrs. per Eng.: 1 2025-01-24T08:28:45.4131939Z WatchPts on Addr. Ranges:4 2025-01-24T08:28:45.4132268Z Coherent Host Access: FALSE 2025-01-24T08:28:45.4132566Z Memory Properties: 2025-01-24T08:28:45.4132786Z Features: KERNEL_DISPATCH 2025-01-24T08:28:45.4133071Z Fast F16 Operation: TRUE 2025-01-24T08:28:45.4133389Z Wavefront Size: 64(0x40) 2025-01-24T08:28:45.4133705Z Workgroup Max Size: 1024(0x400) 2025-01-24T08:28:45.4134171Z Workgroup Max Size per Dimension: 2025-01-24T08:28:45.4134415Z x 1024(0x400) 2025-01-24T08:28:45.4134666Z y 1024(0x400) 2025-01-24T08:28:45.4134918Z z 1024(0x400) 2025-01-24T08:28:45.4135198Z Max Waves Per CU: 32(0x20) 2025-01-24T08:28:45.4135508Z Max Work-item Per CU: 2048(0x800) 2025-01-24T08:28:45.4135824Z Grid Max Size: 4294967295(0xffffffff) 2025-01-24T08:28:45.4136108Z Grid Max Size per Dimension: 2025-01-24T08:28:45.4136326Z x 4294967295(0xffffffff) 2025-01-24T08:28:45.4136589Z y 4294967295(0xffffffff) 2025-01-24T08:28:45.4136845Z z 4294967295(0xffffffff) 2025-01-24T08:28:45.4137149Z Max fbarriers/Workgrp: 32 2025-01-24T08:28:45.4137497Z Packet Processor uCode:: 83 2025-01-24T08:28:45.4137994Z SDMA engine uCode:: 8 2025-01-24T08:28:45.4138316Z IOMMU Support:: None 2025-01-24T08:28:45.4138593Z Pool Info: 2025-01-24T08:28:45.4138793Z Pool 1 2025-01-24T08:28:45.4139035Z Segment: GLOBAL; FLAGS: COARSE GRAINED 2025-01-24T08:28:45.4139347Z Size: 67092480(0x3ffc000) KB 2025-01-24T08:28:45.4139653Z Allocatable: TRUE 2025-01-24T08:28:45.4139968Z Alloc Granule: 4KB 2025-01-24T08:28:45.4140305Z Alloc Recommended Granule:2048KB 2025-01-24T08:28:45.4140643Z Alloc Alignment: 4KB 2025-01-24T08:28:45.4140972Z Accessible by all: FALSE 2025-01-24T08:28:45.4141251Z Pool 2 2025-01-24T08:28:45.4141510Z Segment: GLOBAL; FLAGS: EXTENDED FINE GRAINED 2025-01-24T08:28:45.4141813Z Size: 67092480(0x3ffc000) KB 2025-01-24T08:28:45.4142120Z Allocatable: TRUE 2025-01-24T08:28:45.4142434Z Alloc Granule: 4KB 2025-01-24T08:28:45.4142761Z Alloc Recommended Granule:2048KB 2025-01-24T08:28:45.4143098Z Alloc Alignment: 4KB 2025-01-24T08:28:45.4143424Z Accessible by all: FALSE 2025-01-24T08:28:45.4143701Z Pool 3 2025-01-24T08:28:45.4143948Z Segment: GLOBAL; FLAGS: FINE GRAINED 2025-01-24T08:28:45.4144255Z Size: 67092480(0x3ffc000) KB 2025-01-24T08:28:45.4144556Z Allocatable: TRUE 2025-01-24T08:28:45.4144873Z Alloc Granule: 4KB 2025-01-24T08:28:45.4145211Z Alloc Recommended Granule:2048KB 2025-01-24T08:28:45.4145544Z Alloc Alignment: 4KB 2025-01-24T08:28:45.4145870Z Accessible by all: FALSE 2025-01-24T08:28:45.4146144Z Pool 4 2025-01-24T08:28:45.4146380Z Segment: GROUP 2025-01-24T08:28:45.4146664Z Size: 64(0x40) KB 2025-01-24T08:28:45.4146962Z Allocatable: FALSE 2025-01-24T08:28:45.4147277Z Alloc Granule: 0KB 2025-01-24T08:28:45.4147749Z Alloc Recommended Granule:0KB 2025-01-24T08:28:45.4148083Z Alloc Alignment: 0KB 2025-01-24T08:28:45.4148413Z Accessible by all: FALSE 2025-01-24T08:28:45.4148690Z ISA Info: 2025-01-24T08:28:45.4148887Z ISA 1 2025-01-24T08:28:45.4149141Z Name: amdgcn-amd-amdhsa--gfx90a:sramecc+:xnack- 2025-01-24T08:28:45.4149478Z Machine Models: HSA_MACHINE_MODEL_LARGE 2025-01-24T08:28:45.4149811Z Profiles: HSA_PROFILE_BASE 2025-01-24T08:28:45.4150141Z Default Rounding Mode: NEAR 2025-01-24T08:28:45.4150474Z Default Rounding Mode: NEAR 2025-01-24T08:28:45.4150789Z Fast f16: TRUE 2025-01-24T08:28:45.4151101Z Workgroup Max Size: 1024(0x400) 2025-01-24T08:28:45.4151402Z Workgroup Max Size per Dimension: 2025-01-24T08:28:45.4151785Z x 1024(0x400) 2025-01-24T08:28:45.4152056Z y 1024(0x400) 2025-01-24T08:28:45.4152324Z z 1024(0x400) 2025-01-24T08:28:45.4152609Z Grid Max Size: 4294967295(0xffffffff) 2025-01-24T08:28:45.4152897Z Grid Max Size per Dimension: 2025-01-24T08:28:45.4153132Z x 4294967295(0xffffffff) 2025-01-24T08:28:45.4153387Z y 4294967295(0xffffffff) 2025-01-24T08:28:45.4153648Z z 4294967295(0xffffffff) 2025-01-24T08:28:45.4153949Z FBarrier Max Size: 32 2025-01-24T08:28:45.4154220Z *** Done *** 2025-01-24T08:28:45.4174038Z ##[group]Run ngpu=$(rocminfo | grep -c -E 'Name:.*\sgfx') 2025-01-24T08:28:45.4174433Z ngpu=$(rocminfo | grep -c -E 'Name:.*\sgfx') 2025-01-24T08:28:45.4175066Z msg="Please file an issue on pytorch/pytorch reporting the faulty runner. Include a link to the runner logs so the runner can be identified" 2025-01-24T08:28:45.4175656Z if [[ $ngpu -eq 0 ]]; then 2025-01-24T08:28:45.4175983Z  echo "Error: Failed to detect any GPUs on the runner" 2025-01-24T08:28:45.4176298Z  echo "$msg" 2025-01-24T08:28:45.4176495Z  exit 1 2025-01-24T08:28:45.4176680Z fi 2025-01-24T08:28:45.4176859Z if [[ $ngpu -eq 1 ]]; then 2025-01-24T08:28:45.4177226Z  echo "Error: only 1 GPU detected, at least 2 GPUs are needed for distributed jobs" 2025-01-24T08:28:45.4177604Z  echo "$msg" 2025-01-24T08:28:45.4177798Z  exit 1 2025-01-24T08:28:45.4177972Z fi 2025-01-24T08:28:45.4198759Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2025-01-24T08:28:45.4199064Z env: 2025-01-24T08:28:45.4199249Z GIT_DEFAULT_BRANCH: main 2025-01-24T08:28:45.4199460Z ##[endgroup] 2025-01-24T08:28:45.5797158Z ##[group]Run pytorch/pytorch/.github/actions/diskspace-cleanup@main 2025-01-24T08:28:45.5797521Z with: 2025-01-24T08:28:45.5797698Z diskspace-cutoff: 70 2025-01-24T08:28:45.5797884Z env: 2025-01-24T08:28:45.5798052Z GIT_DEFAULT_BRANCH: main 2025-01-24T08:28:45.5798253Z ##[endgroup] 2025-01-24T08:28:45.5833890Z ##[group]Run set -ex 2025-01-24T08:28:45.5834144Z set -ex 2025-01-24T08:28:45.5834331Z diskspace_cutoff=70 2025-01-24T08:28:45.5834643Z docker_root_dir=$(docker info -f '{{.DockerRootDir}}') 2025-01-24T08:28:45.5834995Z if [ ! -d "$docker_root_dir" ]; then 2025-01-24T08:28:45.5835432Z  echo "Docker root directory ($docker_root_dir) does not exist. Skipping disk space check." 2025-01-24T08:28:45.5835835Z  exit 0 2025-01-24T08:28:45.5836304Z fi 2025-01-24T08:28:45.5836650Z diskspace=$(df -H --output=pcent ${docker_root_dir} | sed -n 2p | sed 's/%//' | sed 's/ //') 2025-01-24T08:28:45.5837435Z msg="Please file an issue on pytorch/pytorch reporting the faulty runner. Include a link to the runner logs so the runner can be identified" 2025-01-24T08:28:45.5838086Z if [[ "$diskspace" -ge "$diskspace_cutoff" ]] ; then 2025-01-24T08:28:45.5838409Z  docker system prune -af 2025-01-24T08:28:45.5838834Z  diskspace_new=$(df -H --output=pcent ${docker_root_dir} | sed -n 2p | sed 's/%//' | sed 's/ //') 2025-01-24T08:28:45.5839310Z  if [[ "$diskspace_new" -gt "$diskspace_cutoff" ]] ; then 2025-01-24T08:28:45.5839809Z  echo "Error: Available diskspace is less than $diskspace_cutoff percent. Not enough diskspace." 2025-01-24T08:28:45.5840236Z  echo "$msg" 2025-01-24T08:28:45.5840444Z  exit 1 2025-01-24T08:28:45.5840646Z  else 2025-01-24T08:28:45.5840870Z  difference=$((diskspace - diskspace_new)) 2025-01-24T08:28:45.5841425Z  echo "Diskspace saved: $difference percent" 2025-01-24T08:28:45.5841707Z  fi 2025-01-24T08:28:45.5841875Z fi 2025-01-24T08:28:45.5862419Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2025-01-24T08:28:45.5862740Z env: 2025-01-24T08:28:45.5862915Z GIT_DEFAULT_BRANCH: main 2025-01-24T08:28:45.5863122Z ##[endgroup] 2025-01-24T08:28:45.5906248Z + diskspace_cutoff=70 2025-01-24T08:28:45.5910459Z ++ docker info -f '{{.DockerRootDir}}' 2025-01-24T08:28:45.6489058Z + docker_root_dir=/media/4TB/docker-rootless 2025-01-24T08:28:45.6489610Z + '[' '!' -d /media/4TB/docker-rootless ']' 2025-01-24T08:28:45.6499132Z ++ df -H --output=pcent /media/4TB/docker-rootless 2025-01-24T08:28:45.6500323Z ++ sed -n 2p 2025-01-24T08:28:45.6502933Z ++ sed s/%// 2025-01-24T08:28:45.6503874Z ++ sed 's/ //' 2025-01-24T08:28:45.6528179Z + diskspace=15 2025-01-24T08:28:45.6529044Z + msg='Please file an issue on pytorch/pytorch reporting the faulty runner. Include a link to the runner logs so the runner can be identified' 2025-01-24T08:28:45.6529975Z + [[ 15 -ge 70 ]] 2025-01-24T08:28:45.6561923Z ##[group]Run RUNNER_ARTIFACT_DIR="${RUNNER_TEMP}/artifacts" 2025-01-24T08:28:45.6562336Z RUNNER_ARTIFACT_DIR="${RUNNER_TEMP}/artifacts" 2025-01-24T08:28:45.6562647Z rm -rf "${RUNNER_ARTIFACT_DIR}" 2025-01-24T08:28:45.6562929Z mkdir -p "${RUNNER_ARTIFACT_DIR}" 2025-01-24T08:28:45.6563295Z echo "RUNNER_ARTIFACT_DIR=${RUNNER_ARTIFACT_DIR}" >> "${GITHUB_ENV}" 2025-01-24T08:28:45.6563641Z  2025-01-24T08:28:45.6563878Z RUNNER_TEST_RESULTS_DIR="${RUNNER_TEMP}/test-results" 2025-01-24T08:28:45.6564221Z rm -rf "${RUNNER_TEST_RESULTS_DIR}" 2025-01-24T08:28:45.6564511Z mkdir -p "${RUNNER_TEST_RESULTS_DIR}" 2025-01-24T08:28:45.6564898Z echo "RUNNER_TEST_RESULTS_DIR=${RUNNER_TEST_RESULTS_DIR}" >> "${GITHUB_ENV}" 2025-01-24T08:28:45.6565284Z  2025-01-24T08:28:45.6565477Z RUNNER_DOCS_DIR="${RUNNER_TEMP}/docs" 2025-01-24T08:28:45.6565755Z rm -rf "${RUNNER_DOCS_DIR}" 2025-01-24T08:28:45.6566011Z mkdir -p "${RUNNER_DOCS_DIR}" 2025-01-24T08:28:45.6566340Z echo "RUNNER_DOCS_DIR=${RUNNER_DOCS_DIR}" >> "${GITHUB_ENV}" 2025-01-24T08:28:45.6585719Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2025-01-24T08:28:45.6586028Z env: 2025-01-24T08:28:45.6586199Z GIT_DEFAULT_BRANCH: main 2025-01-24T08:28:45.6586409Z ##[endgroup] 2025-01-24T08:28:45.6773102Z ##[group]Run env | grep '^GITHUB' >> "${RUNNER_TEMP}/github_env_${GITHUB_RUN_ID}" 2025-01-24T08:28:45.6773563Z env | grep '^GITHUB' >> "${RUNNER_TEMP}/github_env_${GITHUB_RUN_ID}" 2025-01-24T08:28:45.6773958Z env | grep '^CI' >> "${RUNNER_TEMP}/github_env_${GITHUB_RUN_ID}" 2025-01-24T08:28:45.6793485Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2025-01-24T08:28:45.6794040Z env: 2025-01-24T08:28:45.6794214Z GIT_DEFAULT_BRANCH: main 2025-01-24T08:28:45.6794583Z RUNNER_ARTIFACT_DIR: /var/home/pytorchci/actions-runner/_work/_temp/artifacts 2025-01-24T08:28:45.6795091Z RUNNER_TEST_RESULTS_DIR: /var/home/pytorchci/actions-runner/_work/_temp/test-results 2025-01-24T08:28:45.6795569Z RUNNER_DOCS_DIR: /var/home/pytorchci/actions-runner/_work/_temp/docs 2025-01-24T08:28:45.6795898Z ##[endgroup] 2025-01-24T08:28:45.6909983Z ##[group]Run # All GPUs are visible to the runner; visibility, if needed, will be set by run_test.py. 2025-01-24T08:28:45.6910591Z # All GPUs are visible to the runner; visibility, if needed, will be set by run_test.py. 2025-01-24T08:28:45.6911031Z # Add render group for container creation. 2025-01-24T08:28:45.6911387Z render_gid=`cat /etc/group | grep render | cut -d: -f3` 2025-01-24T08:28:45.6911911Z # The --group-add daemon and --group-add bin are needed in the Ubuntu 24.04 and Almalinux OSs respectively. 2025-01-24T08:28:45.6912765Z # This is due to the device files (/dev/kfd & /dev/dri) being owned by video group on bare metal. 2025-01-24T08:28:45.6913349Z # This video group ID maps to subgid 1 inside the docker image due to the /etc/subgid entries. 2025-01-24T08:28:45.6913929Z # The group name corresponding to group ID 1 can change depending on the OS, so both are necessary. 2025-01-24T08:28:45.6914950Z echo "GPU_FLAG=--device=/dev/mem --device=/dev/kfd --device /dev/dri --group-add video --group-add $render_gid --group-add daemon --group-add bin --cap-add=SYS_PTRACE --security-opt seccomp=unconfined --network=host" >> "${GITHUB_ENV}" 2025-01-24T08:28:45.6934024Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2025-01-24T08:28:45.6934337Z env: 2025-01-24T08:28:45.6934511Z GIT_DEFAULT_BRANCH: main 2025-01-24T08:28:45.6934855Z RUNNER_ARTIFACT_DIR: /var/home/pytorchci/actions-runner/_work/_temp/artifacts 2025-01-24T08:28:45.6935375Z RUNNER_TEST_RESULTS_DIR: /var/home/pytorchci/actions-runner/_work/_temp/test-results 2025-01-24T08:28:45.6935865Z RUNNER_DOCS_DIR: /var/home/pytorchci/actions-runner/_work/_temp/docs 2025-01-24T08:28:45.6936191Z ##[endgroup] 2025-01-24T08:28:45.7070759Z ##[group]Run aws-actions/configure-aws-credentials@v4 2025-01-24T08:28:45.7071077Z with: 2025-01-24T08:28:45.7071384Z role-to-assume: arn:aws:iam::308535385114:role/gha_workflow_s3_and_ecr_read_only 2025-01-24T08:28:45.7071752Z aws-region: us-east-1 2025-01-24T08:28:45.7071965Z role-duration-seconds: 18000 2025-01-24T08:28:45.7072207Z audience: sts.amazonaws.com 2025-01-24T08:28:45.7072426Z env: 2025-01-24T08:28:45.7072587Z GIT_DEFAULT_BRANCH: main 2025-01-24T08:28:45.7072935Z RUNNER_ARTIFACT_DIR: /var/home/pytorchci/actions-runner/_work/_temp/artifacts 2025-01-24T08:28:45.7073469Z RUNNER_TEST_RESULTS_DIR: /var/home/pytorchci/actions-runner/_work/_temp/test-results 2025-01-24T08:28:45.7073976Z RUNNER_DOCS_DIR: /var/home/pytorchci/actions-runner/_work/_temp/docs 2025-01-24T08:28:45.7074849Z GPU_FLAG: --device=/dev/mem --device=/dev/kfd --device /dev/dri --group-add video --group-add 110 --group-add daemon --group-add bin --cap-add=SYS_PTRACE --security-opt seccomp=unconfined --network=host 2025-01-24T08:28:45.7075576Z ##[endgroup] 2025-01-24T08:28:46.0059720Z Assuming role with OIDC 2025-01-24T08:28:46.1658847Z Authenticated as assumedRoleId AROAUPVRELQNLLCOPFEJR:GitHubActions 2025-01-24T08:28:46.2247790Z ##[group]Run aws-actions/amazon-ecr-login@v2 2025-01-24T08:28:46.2248120Z with: 2025-01-24T08:28:46.2248319Z mask-password: true 2025-01-24T08:28:46.2248554Z registry-type: private 2025-01-24T08:28:46.2248792Z skip-logout: false 2025-01-24T08:28:46.2249006Z env: 2025-01-24T08:28:46.2249194Z GIT_DEFAULT_BRANCH: main 2025-01-24T08:28:46.2249570Z RUNNER_ARTIFACT_DIR: /var/home/pytorchci/actions-runner/_work/_temp/artifacts 2025-01-24T08:28:46.2250106Z RUNNER_TEST_RESULTS_DIR: /var/home/pytorchci/actions-runner/_work/_temp/test-results 2025-01-24T08:28:46.2250954Z RUNNER_DOCS_DIR: /var/home/pytorchci/actions-runner/_work/_temp/docs 2025-01-24T08:28:46.2251805Z GPU_FLAG: --device=/dev/mem --device=/dev/kfd --device /dev/dri --group-add video --group-add 110 --group-add daemon --group-add bin --cap-add=SYS_PTRACE --security-opt seccomp=unconfined --network=host 2025-01-24T08:28:46.2252559Z AWS_DEFAULT_REGION: us-east-1 2025-01-24T08:28:46.2252855Z AWS_REGION: us-east-1 2025-01-24T08:28:46.2253524Z AWS_ACCESS_KEY_ID: *** 2025-01-24T08:28:46.2253870Z AWS_SECRET_ACCESS_KEY: *** 2025-01-24T08:28:46.2259149Z AWS_SESSION_TOKEN: *** 2025-01-24T08:28:46.2259379Z ##[endgroup] 2025-01-24T08:28:46.6132395Z Logging into registry 308535385114.dkr.ecr.us-east-1.amazonaws.com 2025-01-24T08:28:47.0175009Z ##[group]Run pytorch/test-infra/.github/actions/calculate-docker-image@main 2025-01-24T08:28:47.0175456Z with: 2025-01-24T08:28:47.0176015Z docker-image-name: 308535385114.dkr.ecr.us-east-1.amazonaws.com/pytorch/pytorch-linux-focal-rocm-n-py3:bf84073365afe24d4dcffebc142d1c20de914163 2025-01-24T08:28:47.0176674Z docker-build-dir: .ci/docker 2025-01-24T08:28:47.0176918Z working-directory: . 2025-01-24T08:28:47.0177220Z docker-registry: 308535385114.dkr.ecr.us-east-1.amazonaws.com 2025-01-24T08:28:47.0177553Z force-push: false 2025-01-24T08:28:47.0177763Z env: 2025-01-24T08:28:47.0177941Z GIT_DEFAULT_BRANCH: main 2025-01-24T08:28:47.0178310Z RUNNER_ARTIFACT_DIR: /var/home/pytorchci/actions-runner/_work/_temp/artifacts 2025-01-24T08:28:47.0178845Z RUNNER_TEST_RESULTS_DIR: /var/home/pytorchci/actions-runner/_work/_temp/test-results 2025-01-24T08:28:47.0179363Z RUNNER_DOCS_DIR: /var/home/pytorchci/actions-runner/_work/_temp/docs 2025-01-24T08:28:47.0180252Z GPU_FLAG: --device=/dev/mem --device=/dev/kfd --device /dev/dri --group-add video --group-add 110 --group-add daemon --group-add bin --cap-add=SYS_PTRACE --security-opt seccomp=unconfined --network=host 2025-01-24T08:28:47.0181009Z AWS_DEFAULT_REGION: us-east-1 2025-01-24T08:28:47.0181264Z AWS_REGION: us-east-1 2025-01-24T08:28:47.0181675Z AWS_ACCESS_KEY_ID: *** 2025-01-24T08:28:47.0182009Z AWS_SECRET_ACCESS_KEY: *** 2025-01-24T08:28:47.0187256Z AWS_SESSION_TOKEN: *** 2025-01-24T08:28:47.0187477Z ##[endgroup] 2025-01-24T08:28:47.0207269Z ##[group]Run set -ex 2025-01-24T08:28:47.0207550Z set -ex 2025-01-24T08:28:47.0207745Z  2025-01-24T08:28:47.0208078Z # If the docker build directory or the build script doesn't exist, the action will 2025-01-24T08:28:47.0208619Z # gracefully return the docker image name as it is. Pulling docker image in Linux 2025-01-24T08:28:47.0209084Z # job could then download the pre-built image as usual 2025-01-24T08:28:47.0209523Z if [[ ! -d "${DOCKER_BUILD_DIR}" ]] || [[ ! -f "${DOCKER_BUILD_DIR}/build.sh" ]]; then 2025-01-24T08:28:47.0209913Z  echo "skip=true" >> "${GITHUB_OUTPUT}" 2025-01-24T08:28:47.0210370Z  echo "docker-image=${DOCKER_IMAGE_NAME}" >> "${GITHUB_OUTPUT}" 2025-01-24T08:28:47.0210716Z  2025-01-24T08:28:47.0211010Z  echo "There is no Docker build script in ${REPO_NAME} repo, skipping..." 2025-01-24T08:28:47.0211375Z  exit 0 2025-01-24T08:28:47.0211560Z else 2025-01-24T08:28:47.0211784Z  echo "skip=false" >> "${GITHUB_OUTPUT}" 2025-01-24T08:28:47.0212049Z fi 2025-01-24T08:28:47.0212220Z  2025-01-24T08:28:47.0212498Z if [[ "${DOCKER_IMAGE_NAME}" == *"${DOCKER_REGISTRY}/${REPO_NAME}"* ]]; then 2025-01-24T08:28:47.0212982Z  # The docker image name already includes the ECR prefix and tag, so we can just 2025-01-24T08:28:47.0213419Z  # use it as it is, but first let's extract the tag 2025-01-24T08:28:47.0213820Z  DOCKER_TAG=$(echo "${DOCKER_IMAGE_NAME}" | awk -F '[:,]' '{print $2}') 2025-01-24T08:28:47.0214237Z  echo "docker-tag=${DOCKER_TAG}" >> "${GITHUB_OUTPUT}" 2025-01-24T08:28:47.0214947Z  echo "docker-image=${DOCKER_IMAGE_NAME}" >> "${GITHUB_OUTPUT}" 2025-01-24T08:28:47.0215282Z else 2025-01-24T08:28:47.0215542Z  DOCKER_TAG=$(git rev-parse HEAD:"${DOCKER_BUILD_DIR}") 2025-01-24T08:28:47.0215921Z  echo "docker-tag=${DOCKER_TAG}" >> "${GITHUB_OUTPUT}" 2025-01-24T08:28:47.0216445Z  echo "docker-image=${DOCKER_REGISTRY}/${REPO_NAME}/${DOCKER_IMAGE_NAME}:${DOCKER_TAG}" >> "${GITHUB_OUTPUT}" 2025-01-24T08:28:47.0216905Z fi 2025-01-24T08:28:47.0239412Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2025-01-24T08:28:47.0239731Z env: 2025-01-24T08:28:47.0239918Z GIT_DEFAULT_BRANCH: main 2025-01-24T08:28:47.0240507Z RUNNER_ARTIFACT_DIR: /var/home/pytorchci/actions-runner/_work/_temp/artifacts 2025-01-24T08:28:47.0241045Z RUNNER_TEST_RESULTS_DIR: /var/home/pytorchci/actions-runner/_work/_temp/test-results 2025-01-24T08:28:47.0241536Z RUNNER_DOCS_DIR: /var/home/pytorchci/actions-runner/_work/_temp/docs 2025-01-24T08:28:47.0242369Z GPU_FLAG: --device=/dev/mem --device=/dev/kfd --device /dev/dri --group-add video --group-add 110 --group-add daemon --group-add bin --cap-add=SYS_PTRACE --security-opt seccomp=unconfined --network=host 2025-01-24T08:28:47.0243117Z AWS_DEFAULT_REGION: us-east-1 2025-01-24T08:28:47.0243357Z AWS_REGION: us-east-1 2025-01-24T08:28:47.0243678Z AWS_ACCESS_KEY_ID: *** 2025-01-24T08:28:47.0244074Z AWS_SECRET_ACCESS_KEY: *** 2025-01-24T08:28:47.0249308Z AWS_SESSION_TOKEN: *** 2025-01-24T08:28:47.0249530Z REPO_NAME: pytorch 2025-01-24T08:28:47.0250094Z DOCKER_IMAGE_NAME: 308535385114.dkr.ecr.us-east-1.amazonaws.com/pytorch/pytorch-linux-focal-rocm-n-py3:bf84073365afe24d4dcffebc142d1c20de914163 2025-01-24T08:28:47.0250783Z DOCKER_BUILD_DIR: .ci/docker 2025-01-24T08:28:47.0251089Z DOCKER_REGISTRY: 308535385114.dkr.ecr.us-east-1.amazonaws.com 2025-01-24T08:28:47.0251411Z ##[endgroup] 2025-01-24T08:28:47.0301286Z + [[ ! -d .ci/docker ]] 2025-01-24T08:28:47.0301603Z + [[ ! -f .ci/docker/build.sh ]] 2025-01-24T08:28:47.0301865Z + echo skip=false 2025-01-24T08:28:47.0303926Z + [[ 308535385114.dkr.ecr.us-east-1.amazonaws.com/pytorch/pytorch-linux-focal-rocm-n-py3:bf84073365afe24d4dcffebc142d1c20de914163 == *\3\0\8\5\3\5\3\8\5\1\1\4\.\d\k\r\.\e\c\r\.\u\s\-\e\a\s\t\-\1\.\a\m\a\z\o\n\a\w\s\.\c\o\m\/\p\y\t\o\r\c\h* ]] 2025-01-24T08:28:47.0313450Z ++ echo 308535385114.dkr.ecr.us-east-1.amazonaws.com/pytorch/pytorch-linux-focal-rocm-n-py3:bf84073365afe24d4dcffebc142d1c20de914163 2025-01-24T08:28:47.0315463Z ++ awk -F '[:,]' '{print $2}' 2025-01-24T08:28:47.0348331Z + DOCKER_TAG=bf84073365afe24d4dcffebc142d1c20de914163 2025-01-24T08:28:47.0348803Z + echo docker-tag=bf84073365afe24d4dcffebc142d1c20de914163 2025-01-24T08:28:47.0349683Z + echo docker-image=308535385114.dkr.ecr.us-east-1.amazonaws.com/pytorch/pytorch-linux-focal-rocm-n-py3:bf84073365afe24d4dcffebc142d1c20de914163 2025-01-24T08:28:47.0390503Z ##[group]Run set +e 2025-01-24T08:28:47.0390801Z set +e 2025-01-24T08:28:47.0391035Z set -x 2025-01-24T08:28:47.0391228Z  2025-01-24T08:28:47.0391410Z login() { 2025-01-24T08:28:47.0391832Z  aws ecr get-login-password --region us-east-1 | docker login -u AWS --password-stdin "$1" 2025-01-24T08:28:47.0392267Z } 2025-01-24T08:28:47.0392445Z  2025-01-24T08:28:47.0392621Z retry () { 2025-01-24T08:28:47.0392849Z  $* || (sleep 1 && $*) || (sleep 2 && $*) 2025-01-24T08:28:47.0393116Z } 2025-01-24T08:28:47.0393291Z  2025-01-24T08:28:47.0393484Z retry login "${DOCKER_REGISTRY}" 2025-01-24T08:28:47.0393744Z  2025-01-24T08:28:47.0393922Z START_TIME=$(date +%s) 2025-01-24T08:28:47.0394193Z # Wait up to 90 minutes 2025-01-24T08:28:47.0394498Z while [[ $(( $(date +%s) - 5400 )) -lt $START_TIME ]]; do 2025-01-24T08:28:47.0394912Z  # Check if image already exists, if it does then skip building it 2025-01-24T08:28:47.0395613Z  if docker manifest inspect "${DOCKER_IMAGE}"; then 2025-01-24T08:28:47.0395926Z  exit 0 2025-01-24T08:28:47.0396120Z  fi 2025-01-24T08:28:47.0396300Z  2025-01-24T08:28:47.0396620Z  # NB: This flag is used by Docker build workflow to push the image to ECR, so we can 2025-01-24T08:28:47.0397165Z  # use this to differentiate between the Docker build and regular build jobs. For the 2025-01-24T08:28:47.0397700Z  # latter, it will wait for the Docker images to become available before continuing 2025-01-24T08:28:47.0398130Z  if [ "${DOCKER_PUSH:-false}" == "true" ]; then 2025-01-24T08:28:47.0398461Z  # It's a Docker build job, let's build the image 2025-01-24T08:28:47.0398964Z  break 2025-01-24T08:28:47.0399167Z  else 2025-01-24T08:28:47.0399451Z  # It's a regular build job, wait for the image to become available 2025-01-24T08:28:47.0399793Z  sleep 300 2025-01-24T08:28:47.0400001Z  fi 2025-01-24T08:28:47.0400176Z done 2025-01-24T08:28:47.0400347Z  2025-01-24T08:28:47.0400634Z # NB: This part requires a full checkout. Otherwise, the merge base will 2025-01-24T08:28:47.0401093Z # be empty. The default action would be to continue rebuild the image 2025-01-24T08:28:47.0401506Z if [[ "$BASE_REVISION" = "$(git rev-parse HEAD)" ]]; then 2025-01-24T08:28:47.0401880Z  # if we're on the base branch then use the parent commit 2025-01-24T08:28:47.0402214Z  MERGE_BASE=$(git rev-parse HEAD~) 2025-01-24T08:28:47.0402473Z else 2025-01-24T08:28:47.0402741Z  # otherwise we're on a PR, so use the most recent base commit 2025-01-24T08:28:47.0403140Z  MERGE_BASE=$(git merge-base HEAD "$BASE_REVISION") 2025-01-24T08:28:47.0403432Z fi 2025-01-24T08:28:47.0403604Z  2025-01-24T08:28:47.0403794Z if [[ -z "${MERGE_BASE}" ]]; then 2025-01-24T08:28:47.0404097Z  echo "rebuild=true" >> "${GITHUB_OUTPUT}" 2025-01-24T08:28:47.0404372Z  2025-01-24T08:28:47.0404746Z  echo "Finding merge base only works with full checkout, please set fetch-depth to 0, continuing ..." 2025-01-24T08:28:47.0405195Z  exit 0 2025-01-24T08:28:47.0405386Z fi 2025-01-24T08:28:47.0405562Z  2025-01-24T08:28:47.0405820Z if ! git rev-parse "${MERGE_BASE}:${DOCKER_BUILD_DIR}"; then 2025-01-24T08:28:47.0406388Z  echo "Directory '${DOCKER_BUILD_DIR}' not found in commit $MERGE_BASE, you should rebase onto a more recent commit" 2025-01-24T08:28:47.0406868Z  exit 1 2025-01-24T08:28:47.0407058Z fi 2025-01-24T08:28:47.0407243Z  2025-01-24T08:28:47.0407552Z PREVIOUS_DOCKER_TAG=$(git rev-parse "${MERGE_BASE}:${DOCKER_BUILD_DIR}") 2025-01-24T08:28:47.0408097Z # If no image exists but the hash is the same as the previous hash then we should error out here 2025-01-24T08:28:47.0408592Z if [[ "${PREVIOUS_DOCKER_TAG}" == "${DOCKER_TAG}" ]]; then 2025-01-24T08:28:47.0409152Z  echo "WARNING: Something has gone wrong and the previous image isn't available for the merge-base of your branch" 2025-01-24T08:28:47.0409777Z  echo " Will re-build docker image to store in local cache, TTS may be longer" 2025-01-24T08:28:47.0410156Z fi 2025-01-24T08:28:47.0410423Z  2025-01-24T08:28:47.0410652Z echo "rebuild=true" >> "${GITHUB_OUTPUT}" 2025-01-24T08:28:47.0432521Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2025-01-24T08:28:47.0432853Z env: 2025-01-24T08:28:47.0433039Z GIT_DEFAULT_BRANCH: main 2025-01-24T08:28:47.0433415Z RUNNER_ARTIFACT_DIR: /var/home/pytorchci/actions-runner/_work/_temp/artifacts 2025-01-24T08:28:47.0433957Z RUNNER_TEST_RESULTS_DIR: /var/home/pytorchci/actions-runner/_work/_temp/test-results 2025-01-24T08:28:47.0434465Z RUNNER_DOCS_DIR: /var/home/pytorchci/actions-runner/_work/_temp/docs 2025-01-24T08:28:47.0435496Z GPU_FLAG: --device=/dev/mem --device=/dev/kfd --device /dev/dri --group-add video --group-add 110 --group-add daemon --group-add bin --cap-add=SYS_PTRACE --security-opt seccomp=unconfined --network=host 2025-01-24T08:28:47.0436255Z AWS_DEFAULT_REGION: us-east-1 2025-01-24T08:28:47.0436508Z AWS_REGION: us-east-1 2025-01-24T08:28:47.0436913Z AWS_ACCESS_KEY_ID: *** 2025-01-24T08:28:47.0437264Z AWS_SECRET_ACCESS_KEY: *** 2025-01-24T08:28:47.0442551Z AWS_SESSION_TOKEN: *** 2025-01-24T08:28:47.0442785Z DOCKER_BUILD_DIR: .ci/docker 2025-01-24T08:28:47.0443074Z BASE_REVISION: d087145b9259b4cfbcb758dc0bca6a6e5d75d08f 2025-01-24T08:28:47.0443882Z DOCKER_IMAGE: 308535385114.dkr.ecr.us-east-1.amazonaws.com/pytorch/pytorch-linux-focal-rocm-n-py3:bf84073365afe24d4dcffebc142d1c20de914163 2025-01-24T08:28:47.0444546Z DOCKER_TAG: bf84073365afe24d4dcffebc142d1c20de914163 2025-01-24T08:28:47.0444922Z DOCKER_REGISTRY: 308535385114.dkr.ecr.us-east-1.amazonaws.com 2025-01-24T08:28:47.0445255Z DOCKER_PUSH: 2025-01-24T08:28:47.0445448Z ##[endgroup] 2025-01-24T08:28:47.0491974Z + retry login 308535385114.dkr.ecr.us-east-1.amazonaws.com 2025-01-24T08:28:47.0492526Z + login 308535385114.dkr.ecr.us-east-1.amazonaws.com 2025-01-24T08:28:47.0497856Z + aws ecr get-login-password --region us-east-1 2025-01-24T08:28:47.0499657Z + docker login -u AWS --password-stdin 308535385114.dkr.ecr.us-east-1.amazonaws.com 2025-01-24T08:28:48.0645352Z WARNING! Your password will be stored unencrypted in /var/home/pytorchci/.docker/config.json. 2025-01-24T08:28:48.0646305Z Configure a credential helper to remove this warning. See 2025-01-24T08:28:48.0647175Z https://docs.docker.com/engine/reference/commandline/login/#credential-stores 2025-01-24T08:28:48.0647765Z 2025-01-24T08:28:48.0656095Z Login Succeeded 2025-01-24T08:28:48.0692926Z ++ date +%s 2025-01-24T08:28:48.0707632Z + START_TIME=1737707328 2025-01-24T08:28:48.0714976Z ++ date +%s 2025-01-24T08:28:48.0733359Z + [[ 1737701928 -lt 1737707328 ]] 2025-01-24T08:28:48.0734184Z + docker manifest inspect 308535385114.dkr.ecr.us-east-1.amazonaws.com/pytorch/pytorch-linux-focal-rocm-n-py3:bf84073365afe24d4dcffebc142d1c20de914163 2025-01-24T08:28:48.7871122Z { 2025-01-24T08:28:48.7871536Z "schemaVersion": 2, 2025-01-24T08:28:48.7872206Z "mediaType": "application/vnd.docker.distribution.manifest.v2+json", 2025-01-24T08:28:48.7872869Z "config": { 2025-01-24T08:28:48.7873377Z "mediaType": "application/vnd.docker.container.image.v1+json", 2025-01-24T08:28:48.7873979Z "size": 23909, 2025-01-24T08:28:48.7874572Z "digest": "sha256:c86f02fc31a374514c1fd6a6b74f7d743846c853994f499d0554f54de3924f92" 2025-01-24T08:28:48.7875277Z }, 2025-01-24T08:28:48.7875574Z "layers": [ 2025-01-24T08:28:48.7875833Z { 2025-01-24T08:28:48.7876126Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2025-01-24T08:28:48.7876493Z "size": 28583948, 2025-01-24T08:28:48.7876861Z "digest": "sha256:86e5016c269355b382c9cabab4f6646d56d75914f20d545289970436dae431b1" 2025-01-24T08:28:48.7877287Z }, 2025-01-24T08:28:48.7877450Z { 2025-01-24T08:28:48.7877734Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2025-01-24T08:28:48.7878091Z "size": 1824, 2025-01-24T08:28:48.7878447Z "digest": "sha256:c69a98755e527120e45883c4d892b851f2dff2d32d676804f97eb1ee971d94a3" 2025-01-24T08:28:48.7878850Z }, 2025-01-24T08:28:48.7879018Z { 2025-01-24T08:28:48.7879296Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2025-01-24T08:28:48.7879660Z "size": 312626543, 2025-01-24T08:28:48.7880019Z "digest": "sha256:e0187d360703443b536ed65e1110a580edb6bb7af847664ed8cd01477b4b2257" 2025-01-24T08:28:48.7880418Z }, 2025-01-24T08:28:48.7880586Z { 2025-01-24T08:28:48.7880865Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2025-01-24T08:28:48.7881217Z "size": 863, 2025-01-24T08:28:48.7881569Z "digest": "sha256:ff60dd34e2dbe92e5a766b116d75aacf385fd7011898395d6661c190496c2f82" 2025-01-24T08:28:48.7882389Z }, 2025-01-24T08:28:48.7882562Z { 2025-01-24T08:28:48.7882855Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2025-01-24T08:28:48.7883225Z "size": 106, 2025-01-24T08:28:48.7883576Z "digest": "sha256:d96b1146992765d233591498dc62a9be30e3e666a670f71644a3fb449aeb6e7b" 2025-01-24T08:28:48.7883978Z }, 2025-01-24T08:28:48.7884143Z { 2025-01-24T08:28:48.7884421Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2025-01-24T08:28:48.7884778Z "size": 704, 2025-01-24T08:28:48.7885128Z "digest": "sha256:ea11b1d3c16b9e448d4c0e0ab97b57415e4cf5043bc3759c1a93a0c054e0ceb0" 2025-01-24T08:28:48.7885535Z }, 2025-01-24T08:28:48.7885698Z { 2025-01-24T08:28:48.7886154Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2025-01-24T08:28:48.7886502Z "size": 1258, 2025-01-24T08:28:48.7886835Z "digest": "sha256:fa928f59c40e3179d6a5faf2f0fed84bb20a390645ac9a5730b316fb028a63d7" 2025-01-24T08:28:48.7887232Z }, 2025-01-24T08:28:48.7887390Z { 2025-01-24T08:28:48.7887659Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2025-01-24T08:28:48.7887989Z "size": 3744, 2025-01-24T08:28:48.7888317Z "digest": "sha256:d70a05d2475283682908f523cc4a47507fe763e2c6b6c14152e426a2febedd00" 2025-01-24T08:28:48.7888687Z }, 2025-01-24T08:28:48.7888845Z { 2025-01-24T08:28:48.7889097Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2025-01-24T08:28:48.7889427Z "size": 1860, 2025-01-24T08:28:48.7889754Z "digest": "sha256:9491b40fc614bdd4d42a03d389328a140603551d1a701c3199f83fdfe209f89d" 2025-01-24T08:28:48.7890127Z }, 2025-01-24T08:28:48.7890443Z { 2025-01-24T08:28:48.7890714Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2025-01-24T08:28:48.7891041Z "size": 700, 2025-01-24T08:28:48.7891357Z "digest": "sha256:0cd502242d73940773f2c93c3cdb1c70de1ff9e351d0888e10a4948f36bda7d0" 2025-01-24T08:28:48.7891731Z }, 2025-01-24T08:28:48.7891895Z { 2025-01-24T08:28:48.7892151Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2025-01-24T08:28:48.7892479Z "size": 2734617729, 2025-01-24T08:28:48.7892827Z "digest": "sha256:e8f810c1050f6bb9dec472695500fab48f116d8250a8e8ffb83daf270c79d4c8" 2025-01-24T08:28:48.7893203Z }, 2025-01-24T08:28:48.7893358Z { 2025-01-24T08:28:48.7893622Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2025-01-24T08:28:48.7893948Z "size": 380, 2025-01-24T08:28:48.7894269Z "digest": "sha256:76886df9f2ba1d750ab9a5bf5ac395ff67f9c5f67d254f7b444f1ccd003f2a90" 2025-01-24T08:28:48.7894652Z }, 2025-01-24T08:28:48.7894814Z { 2025-01-24T08:28:48.7895080Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2025-01-24T08:28:48.7895421Z "size": 12145, 2025-01-24T08:28:48.7895754Z "digest": "sha256:93b841a7a0dbe1601e7bda48287f679cba80c37bc830718ab3a77dfedc6d48a3" 2025-01-24T08:28:48.7896132Z }, 2025-01-24T08:28:48.7896292Z { 2025-01-24T08:28:48.7896554Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2025-01-24T08:28:48.7896893Z "size": 505, 2025-01-24T08:28:48.7897223Z "digest": "sha256:2e81a6a958bda5eacee165e0af5bb3bd2859b89a2b5a8d89ffb04563bdc0a726" 2025-01-24T08:28:48.7897609Z }, 2025-01-24T08:28:48.7897774Z { 2025-01-24T08:28:48.7898040Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2025-01-24T08:28:48.7898381Z "size": 121477505, 2025-01-24T08:28:48.7898725Z "digest": "sha256:8c539d43176297a789ffacf0c76a15779fae26a09d8ceef25d6f6da04665cceb" 2025-01-24T08:28:48.7899099Z }, 2025-01-24T08:28:48.7899253Z { 2025-01-24T08:28:48.7899512Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2025-01-24T08:28:48.7899837Z "size": 109, 2025-01-24T08:28:48.7900161Z "digest": "sha256:e494dc50728329a87f323da466655195c1ed309caf08f167983747925d99688d" 2025-01-24T08:28:48.7900533Z }, 2025-01-24T08:28:48.7900691Z { 2025-01-24T08:28:48.7900960Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2025-01-24T08:28:48.7901467Z "size": 491, 2025-01-24T08:28:48.7901783Z "digest": "sha256:710a28baf4044fe6c201830292389dfa06fb320189803a71c18636989790ce77" 2025-01-24T08:28:48.7902145Z }, 2025-01-24T08:28:48.7902297Z { 2025-01-24T08:28:48.7902554Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2025-01-24T08:28:48.7902889Z "size": 299, 2025-01-24T08:28:48.7903216Z "digest": "sha256:95e8692fecbc780d60e0ff1a44c315ab889d5f56e46c778a521355be85ef57c3" 2025-01-24T08:28:48.7903590Z }, 2025-01-24T08:28:48.7903746Z { 2025-01-24T08:28:48.7904001Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2025-01-24T08:28:48.7904372Z "size": 103, 2025-01-24T08:28:48.7904853Z "digest": "sha256:fa247f6f8270eb8af6876a21188a804515e36f4cf0d1c0a4829fa293234f65b8" 2025-01-24T08:28:48.7905247Z }, 2025-01-24T08:28:48.7905417Z { 2025-01-24T08:28:48.7905696Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2025-01-24T08:28:48.7906052Z "size": 1473, 2025-01-24T08:28:48.7906387Z "digest": "sha256:0610c4d0eb955bc403d456444c591d7d415641b1a78ed136dd1e99917b7bd7ba" 2025-01-24T08:28:48.7906767Z }, 2025-01-24T08:28:48.7906929Z { 2025-01-24T08:28:48.7907195Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2025-01-24T08:28:48.7907536Z "size": 427248877, 2025-01-24T08:28:48.7907872Z "digest": "sha256:5c88ef18bb9010683699082caeb3a9495b93c113435ec21285966d3dd17b058f" 2025-01-24T08:28:48.7908250Z }, 2025-01-24T08:28:48.7908411Z { 2025-01-24T08:28:48.7908670Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2025-01-24T08:28:48.7909010Z "size": 164, 2025-01-24T08:28:48.7909338Z "digest": "sha256:ae4554d711b5288060e62fec6e23057ceb6e27087072ce62660168905c30e495" 2025-01-24T08:28:48.7909714Z }, 2025-01-24T08:28:48.7909871Z { 2025-01-24T08:28:48.7910135Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2025-01-24T08:28:48.7910468Z "size": 1944, 2025-01-24T08:28:48.7910800Z "digest": "sha256:7085d5214abe4713503370285f8f7ae3f1615e774cb8c6a69d743c0c7f9475cc" 2025-01-24T08:28:48.7911181Z }, 2025-01-24T08:28:48.7911341Z { 2025-01-24T08:28:48.7911605Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2025-01-24T08:28:48.7911947Z "size": 8674691917, 2025-01-24T08:28:48.7912295Z "digest": "sha256:249f61b7b26bb5baa179d9bfc7d82658d5c5d3fa8583868d783a36f690436151" 2025-01-24T08:28:48.7912677Z }, 2025-01-24T08:28:48.7912834Z { 2025-01-24T08:28:48.7913099Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2025-01-24T08:28:48.7913435Z "size": 105, 2025-01-24T08:28:48.7913770Z "digest": "sha256:265cbeacc07f1b939c660d5f771d0c8f37b125794836706288d060d1c9ee9045" 2025-01-24T08:28:48.7914153Z }, 2025-01-24T08:28:48.7914380Z { 2025-01-24T08:28:48.7915017Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2025-01-24T08:28:48.7915378Z "size": 1117, 2025-01-24T08:28:48.7915727Z "digest": "sha256:1d0ba2327dfcd11bdfe48138cff688bd6e6cadab5bbda6a5a9229620038c7d71" 2025-01-24T08:28:48.7916134Z }, 2025-01-24T08:28:48.7916296Z { 2025-01-24T08:28:48.7916561Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2025-01-24T08:28:48.7916900Z "size": 366084769, 2025-01-24T08:28:48.7917267Z "digest": "sha256:42303a4d214cbbcb6739bc6c2b786fedd0a9ca10bc3e2383c1252b3e2c2b50e6" 2025-01-24T08:28:48.7917669Z }, 2025-01-24T08:28:48.7917837Z { 2025-01-24T08:28:48.7918114Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2025-01-24T08:28:48.7918460Z "size": 111, 2025-01-24T08:28:48.7918817Z "digest": "sha256:9c13b32c50b7f1cf6b5cad1a74f2040c9785880e8aa45e1c658ff3a27df1021f" 2025-01-24T08:28:48.7919215Z }, 2025-01-24T08:28:48.7919384Z { 2025-01-24T08:28:48.7919668Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2025-01-24T08:28:48.7920018Z "size": 1556, 2025-01-24T08:28:48.7920360Z "digest": "sha256:2a8d52f87443caa26199e600a97fa5651c315985246ee44cd819cf41bbc94de0" 2025-01-24T08:28:48.7920917Z }, 2025-01-24T08:28:48.7921077Z { 2025-01-24T08:28:48.7921345Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2025-01-24T08:28:48.7921688Z "size": 107, 2025-01-24T08:28:48.7922028Z "digest": "sha256:031fdf8b22754a5fe1bfa055a10721d004d1b760f8fc70a9cab862c6028cf77d" 2025-01-24T08:28:48.7922410Z }, 2025-01-24T08:28:48.7922569Z { 2025-01-24T08:28:48.7922832Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2025-01-24T08:28:48.7923171Z "size": 166, 2025-01-24T08:28:48.7923509Z "digest": "sha256:3e94a865b9f18decfae12b0c38a84a0a15b0f022a6a46b681c5b81e0647355b6" 2025-01-24T08:28:48.7923896Z }, 2025-01-24T08:28:48.7924054Z { 2025-01-24T08:28:48.7924450Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2025-01-24T08:28:48.7924800Z "size": 2697583, 2025-01-24T08:28:48.7925146Z "digest": "sha256:744418bdf7fcc0cf77145003bbfbc49e9655f7b8b35b61cbf7c362b9ef092cd7" 2025-01-24T08:28:48.7925557Z }, 2025-01-24T08:28:48.7925716Z { 2025-01-24T08:28:48.7925981Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2025-01-24T08:28:48.7926317Z "size": 107, 2025-01-24T08:28:48.7926648Z "digest": "sha256:6290227e819d3612fb09ba93328a7afed6b0bd6c07b28f76c3a3e5333beb4b97" 2025-01-24T08:28:48.7927030Z }, 2025-01-24T08:28:48.7927194Z { 2025-01-24T08:28:48.7927456Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2025-01-24T08:28:48.7927794Z "size": 566, 2025-01-24T08:28:48.7928125Z "digest": "sha256:f140ae4ef8b662908ea9118fad2e9410d8f30445e7bec18ff96988ce861d798f" 2025-01-24T08:28:48.7928510Z }, 2025-01-24T08:28:48.7928675Z { 2025-01-24T08:28:48.7928948Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2025-01-24T08:28:48.7929288Z "size": 43195248, 2025-01-24T08:28:48.7929633Z "digest": "sha256:9d64a8fc23173e08979a712fe6cf2a3c59f408d486f519c83c66e0271b26f7c9" 2025-01-24T08:28:48.7930015Z }, 2025-01-24T08:28:48.7930255Z { 2025-01-24T08:28:48.7930526Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2025-01-24T08:28:48.7930872Z "size": 106, 2025-01-24T08:28:48.7931215Z "digest": "sha256:c6b48d7bad7c069dcd1a1fcd3b61afa689be83106c9e072c81ecd1aa96cb5511" 2025-01-24T08:28:48.7931608Z }, 2025-01-24T08:28:48.7931770Z { 2025-01-24T08:28:48.7932034Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2025-01-24T08:28:48.7932376Z "size": 294, 2025-01-24T08:28:48.7932701Z "digest": "sha256:fd40ca88450978847c3c04a32580e5a7f2c01c9f971f724122b06e20db9d26ee" 2025-01-24T08:28:48.7933083Z }, 2025-01-24T08:28:48.7933245Z { 2025-01-24T08:28:48.7933517Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2025-01-24T08:28:48.7933863Z "size": 88291, 2025-01-24T08:28:48.7934203Z "digest": "sha256:75e4898bb08ebf862a1b44003a29465fe6df1d6ebd2cf7efac9973c6baf9c25f" 2025-01-24T08:28:48.7934590Z }, 2025-01-24T08:28:48.7934751Z { 2025-01-24T08:28:48.7935012Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2025-01-24T08:28:48.7935356Z "size": 106, 2025-01-24T08:28:48.7935680Z "digest": "sha256:d8ad5a699178d96f734906020eedd24d04fbc98f3f426a6bf9ba92d861a830f8" 2025-01-24T08:28:48.7936063Z }, 2025-01-24T08:28:48.7936221Z { 2025-01-24T08:28:48.7936481Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2025-01-24T08:28:48.7936823Z "size": 1402, 2025-01-24T08:28:48.7937149Z "digest": "sha256:97355512a87d45c2518b244a5dc758019f2e1c1602c4f4989fa9b565a04f9579" 2025-01-24T08:28:48.7937520Z }, 2025-01-24T08:28:48.7937679Z { 2025-01-24T08:28:48.7937939Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2025-01-24T08:28:48.7938275Z "size": 700, 2025-01-24T08:28:48.7938608Z "digest": "sha256:0cd502242d73940773f2c93c3cdb1c70de1ff9e351d0888e10a4948f36bda7d0" 2025-01-24T08:28:48.7938992Z }, 2025-01-24T08:28:48.7939153Z { 2025-01-24T08:28:48.7939416Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2025-01-24T08:28:48.7939944Z "size": 136, 2025-01-24T08:28:48.7940283Z "digest": "sha256:c54a49d5aeaff4f3d497ee0d0cc1a329082c19104dcf98546f856f0cd33ea659" 2025-01-24T08:28:48.7940669Z }, 2025-01-24T08:28:48.7940831Z { 2025-01-24T08:28:48.7941091Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2025-01-24T08:28:48.7941427Z "size": 120, 2025-01-24T08:28:48.7941749Z "digest": "sha256:b02784cb346470ec6478837e0ee307a9bee130ee584124ef8599d17683f2e74a" 2025-01-24T08:28:48.7942131Z }, 2025-01-24T08:28:48.7942290Z { 2025-01-24T08:28:48.7942550Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2025-01-24T08:28:48.7942895Z "size": 5213848689, 2025-01-24T08:28:48.7943393Z "digest": "sha256:8e0b8edfd177751f7cde81ec040a8803284f1af97958298deaf0146b47cd209a" 2025-01-24T08:28:48.7943793Z }, 2025-01-24T08:28:48.7943961Z { 2025-01-24T08:28:48.7944225Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2025-01-24T08:28:48.7944575Z "size": 176, 2025-01-24T08:28:48.7944913Z "digest": "sha256:4ba7848f60bbd3bde90b992dbf6d113af68d47ae5188b7428fe54cf028bddee8" 2025-01-24T08:28:48.7945313Z }, 2025-01-24T08:28:48.7945479Z { 2025-01-24T08:28:48.7945751Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2025-01-24T08:28:48.7946094Z "size": 425, 2025-01-24T08:28:48.7946427Z "digest": "sha256:e6ffa227563e178f9f95248747f7696fa5bfea59d9f44957b36eb7704554bcd4" 2025-01-24T08:28:48.7946813Z }, 2025-01-24T08:28:48.7946973Z { 2025-01-24T08:28:48.7947235Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2025-01-24T08:28:48.7947580Z "size": 20262178, 2025-01-24T08:28:48.7947917Z "digest": "sha256:96a1e75a6152c60b77a81453498a76665a4f7e0cf839588c83afe107055a568c" 2025-01-24T08:28:48.7948308Z }, 2025-01-24T08:28:48.7948470Z { 2025-01-24T08:28:48.7948734Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2025-01-24T08:28:48.7949072Z "size": 1899, 2025-01-24T08:28:48.7949417Z "digest": "sha256:2600f7b337ebed20cdd986b8c812492c650618b2f5ab040a6b87c1994e6557d5" 2025-01-24T08:28:48.7949797Z }, 2025-01-24T08:28:48.7949962Z { 2025-01-24T08:28:48.7950227Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2025-01-24T08:28:48.7950563Z "size": 196375777, 2025-01-24T08:28:48.7950909Z "digest": "sha256:340207dedd0102dc39377ec9a4da29ef492810765b429cabf1d1e3f39b4cffe2" 2025-01-24T08:28:48.7951293Z }, 2025-01-24T08:28:48.7951454Z { 2025-01-24T08:28:48.7951715Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2025-01-24T08:28:48.7952057Z "size": 54145661, 2025-01-24T08:28:48.7952411Z "digest": "sha256:d9c8a470f2f7dffefd5f73545f629dddaffcea121cc3ee0d062b55681adb6690" 2025-01-24T08:28:48.7952807Z } 2025-01-24T08:28:48.7952976Z ] 2025-01-24T08:28:48.7953135Z } 2025-01-24T08:28:48.7953313Z + exit 0 2025-01-24T08:28:48.7980326Z ##[group]Run set -eux 2025-01-24T08:28:48.7980576Z set -eux 2025-01-24T08:28:48.7981324Z aws secretsmanager get-secret-value --secret-id docker_hub_readonly_token | jq --raw-output '.SecretString' | jq -r .docker_hub_readonly_token | docker login --username pytorchbot --password-stdin 2025-01-24T08:28:48.8001439Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2025-01-24T08:28:48.8001781Z env: 2025-01-24T08:28:48.8001976Z GIT_DEFAULT_BRANCH: main 2025-01-24T08:28:48.8002348Z RUNNER_ARTIFACT_DIR: /var/home/pytorchci/actions-runner/_work/_temp/artifacts 2025-01-24T08:28:48.8002913Z RUNNER_TEST_RESULTS_DIR: /var/home/pytorchci/actions-runner/_work/_temp/test-results 2025-01-24T08:28:48.8003429Z RUNNER_DOCS_DIR: /var/home/pytorchci/actions-runner/_work/_temp/docs 2025-01-24T08:28:48.8004280Z GPU_FLAG: --device=/dev/mem --device=/dev/kfd --device /dev/dri --group-add video --group-add 110 --group-add daemon --group-add bin --cap-add=SYS_PTRACE --security-opt seccomp=unconfined --network=host 2025-01-24T08:28:48.8005027Z AWS_DEFAULT_REGION: us-east-1 2025-01-24T08:28:48.8005467Z AWS_REGION: us-east-1 2025-01-24T08:28:48.8005878Z AWS_ACCESS_KEY_ID: *** 2025-01-24T08:28:48.8006219Z AWS_SECRET_ACCESS_KEY: *** 2025-01-24T08:28:48.8011576Z AWS_SESSION_TOKEN: *** 2025-01-24T08:28:48.8011803Z ##[endgroup] 2025-01-24T08:28:48.8061823Z + aws secretsmanager get-secret-value --secret-id docker_hub_readonly_token 2025-01-24T08:28:48.8063585Z + jq --raw-output .SecretString 2025-01-24T08:28:48.8065098Z + jq -r .docker_hub_readonly_token 2025-01-24T08:28:48.8067491Z + docker login --username pytorchbot --password-stdin 2025-01-24T08:28:49.4743269Z 2025-01-24T08:28:49.4745787Z An error occurred (AccessDeniedException) when calling the GetSecretValue operation: User: arn:aws:sts::308535385114:assumed-role/gha_workflow_s3_and_ecr_read_only/GitHubActions is not authorized to perform: secretsmanager:GetSecretValue on resource: docker_hub_readonly_token because no identity-based policy allows the secretsmanager:GetSecretValue action 2025-01-24T08:28:49.5764776Z Error: Cannot perform an interactive login from a non TTY device 2025-01-24T08:28:49.5818913Z ##[error]Process completed with exit code 1. 2025-01-24T08:28:49.5902074Z ##[group]Run pytorch/test-infra/.github/actions/pull-docker-image@main 2025-01-24T08:28:49.5902487Z with: 2025-01-24T08:28:49.5903037Z docker-image: 308535385114.dkr.ecr.us-east-1.amazonaws.com/pytorch/pytorch-linux-focal-rocm-n-py3:bf84073365afe24d4dcffebc142d1c20de914163 2025-01-24T08:28:49.5903737Z docker-registry: 308535385114.dkr.ecr.us-east-1.amazonaws.com 2025-01-24T08:28:49.5904073Z env: 2025-01-24T08:28:49.5904265Z GIT_DEFAULT_BRANCH: main 2025-01-24T08:28:49.5904636Z RUNNER_ARTIFACT_DIR: /var/home/pytorchci/actions-runner/_work/_temp/artifacts 2025-01-24T08:28:49.5905186Z RUNNER_TEST_RESULTS_DIR: /var/home/pytorchci/actions-runner/_work/_temp/test-results 2025-01-24T08:28:49.5905710Z RUNNER_DOCS_DIR: /var/home/pytorchci/actions-runner/_work/_temp/docs 2025-01-24T08:28:49.5906629Z GPU_FLAG: --device=/dev/mem --device=/dev/kfd --device /dev/dri --group-add video --group-add 110 --group-add daemon --group-add bin --cap-add=SYS_PTRACE --security-opt seccomp=unconfined --network=host 2025-01-24T08:28:49.5907422Z AWS_DEFAULT_REGION: us-east-1 2025-01-24T08:28:49.5907670Z AWS_REGION: us-east-1 2025-01-24T08:28:49.5908034Z AWS_ACCESS_KEY_ID: *** 2025-01-24T08:28:49.5908370Z AWS_SECRET_ACCESS_KEY: *** 2025-01-24T08:28:49.5913694Z AWS_SESSION_TOKEN: *** 2025-01-24T08:28:49.5913917Z ##[endgroup] 2025-01-24T08:28:49.5928769Z ##[group]Run set -x 2025-01-24T08:28:49.5929020Z set -x 2025-01-24T08:28:49.5929218Z set +e 2025-01-24T08:28:49.5929409Z  2025-01-24T08:28:49.5929598Z login() { 2025-01-24T08:28:49.5930017Z  aws ecr get-login-password --region us-east-1 | docker login -u AWS --password-stdin "$1" 2025-01-24T08:28:49.5930539Z } 2025-01-24T08:28:49.5930724Z  2025-01-24T08:28:49.5930909Z retry () { 2025-01-24T08:28:49.5931150Z  $* || (sleep 1 && $*) || (sleep 2 && $*) 2025-01-24T08:28:49.5931434Z } 2025-01-24T08:28:49.5931619Z  2025-01-24T08:28:49.5931828Z retry login "${DOCKER_REGISTRY}" 2025-01-24T08:28:49.5932097Z  2025-01-24T08:28:49.5932282Z set -e 2025-01-24T08:28:49.5932579Z # ignore output since only exit code is used for conditional 2025-01-24T08:28:49.5933001Z # only pull docker image if it's not available locally 2025-01-24T08:28:49.5933465Z if ! docker inspect --type=image "${DOCKER_IMAGE}" >/dev/null 2>/dev/null; then 2025-01-24T08:28:49.5933891Z  retry docker pull "${DOCKER_IMAGE}" 2025-01-24T08:28:49.5934170Z fi 2025-01-24T08:28:49.5955831Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2025-01-24T08:28:49.5956170Z env: 2025-01-24T08:28:49.5956366Z GIT_DEFAULT_BRANCH: main 2025-01-24T08:28:49.5956742Z RUNNER_ARTIFACT_DIR: /var/home/pytorchci/actions-runner/_work/_temp/artifacts 2025-01-24T08:28:49.5957297Z RUNNER_TEST_RESULTS_DIR: /var/home/pytorchci/actions-runner/_work/_temp/test-results 2025-01-24T08:28:49.5958102Z RUNNER_DOCS_DIR: /var/home/pytorchci/actions-runner/_work/_temp/docs 2025-01-24T08:28:49.5958953Z GPU_FLAG: --device=/dev/mem --device=/dev/kfd --device /dev/dri --group-add video --group-add 110 --group-add daemon --group-add bin --cap-add=SYS_PTRACE --security-opt seccomp=unconfined --network=host 2025-01-24T08:28:49.5959707Z AWS_DEFAULT_REGION: us-east-1 2025-01-24T08:28:49.5959961Z AWS_REGION: us-east-1 2025-01-24T08:28:49.5960246Z AWS_ACCESS_KEY_ID: *** 2025-01-24T08:28:49.5960579Z AWS_SECRET_ACCESS_KEY: *** 2025-01-24T08:28:49.5965863Z AWS_SESSION_TOKEN: *** 2025-01-24T08:28:49.5966435Z DOCKER_IMAGE: 308535385114.dkr.ecr.us-east-1.amazonaws.com/pytorch/pytorch-linux-focal-rocm-n-py3:bf84073365afe24d4dcffebc142d1c20de914163 2025-01-24T08:28:49.5967116Z DOCKER_REGISTRY: 308535385114.dkr.ecr.us-east-1.amazonaws.com 2025-01-24T08:28:49.5967450Z ##[endgroup] 2025-01-24T08:28:49.6016052Z + set +e 2025-01-24T08:28:49.6016398Z + retry login 308535385114.dkr.ecr.us-east-1.amazonaws.com 2025-01-24T08:28:49.6017296Z + login 308535385114.dkr.ecr.us-east-1.amazonaws.com 2025-01-24T08:28:49.6022527Z + aws ecr get-login-password --region us-east-1 2025-01-24T08:28:49.6023896Z + docker login -u AWS --password-stdin 308535385114.dkr.ecr.us-east-1.amazonaws.com 2025-01-24T08:28:50.6141353Z WARNING! Your password will be stored unencrypted in /var/home/pytorchci/.docker/config.json. 2025-01-24T08:28:50.6142494Z Configure a credential helper to remove this warning. See 2025-01-24T08:28:50.6143506Z https://docs.docker.com/engine/reference/commandline/login/#credential-stores 2025-01-24T08:28:50.6144086Z 2025-01-24T08:28:50.6158989Z Login Succeeded 2025-01-24T08:28:50.6191982Z + set -e 2025-01-24T08:28:50.6193199Z + docker inspect --type=image 308535385114.dkr.ecr.us-east-1.amazonaws.com/pytorch/pytorch-linux-focal-rocm-n-py3:bf84073365afe24d4dcffebc142d1c20de914163 2025-01-24T08:28:50.6497493Z Prepare all required actions 2025-01-24T08:28:50.6498523Z Getting action download info 2025-01-24T08:28:50.8039765Z Download action repository 'seemethere/download-artifact-s3@v4' (SHA:1da556a7aa0a088e3153970611f6c432d58e80e6) 2025-01-24T08:28:51.3021588Z Download action repository 'actions/download-artifact@v4' (SHA:fa0a91b85d4f404e444e00e005971372dc801d16) 2025-01-24T08:28:51.7656204Z ##[group]Run ./.github/actions/download-build-artifacts 2025-01-24T08:28:51.7656520Z with: 2025-01-24T08:28:51.7656719Z name: linux-focal-rocm6.3-py3.10 2025-01-24T08:28:51.7656982Z s3-bucket: gha-artifacts 2025-01-24T08:28:51.7657200Z env: 2025-01-24T08:28:51.7657383Z GIT_DEFAULT_BRANCH: main 2025-01-24T08:28:51.7657749Z RUNNER_ARTIFACT_DIR: /var/home/pytorchci/actions-runner/_work/_temp/artifacts 2025-01-24T08:28:51.7658284Z RUNNER_TEST_RESULTS_DIR: /var/home/pytorchci/actions-runner/_work/_temp/test-results 2025-01-24T08:28:51.7658808Z RUNNER_DOCS_DIR: /var/home/pytorchci/actions-runner/_work/_temp/docs 2025-01-24T08:28:51.7659678Z GPU_FLAG: --device=/dev/mem --device=/dev/kfd --device /dev/dri --group-add video --group-add 110 --group-add daemon --group-add bin --cap-add=SYS_PTRACE --security-opt seccomp=unconfined --network=host 2025-01-24T08:28:51.7660429Z AWS_DEFAULT_REGION: us-east-1 2025-01-24T08:28:51.7660667Z AWS_REGION: us-east-1 2025-01-24T08:28:51.7660965Z AWS_ACCESS_KEY_ID: *** 2025-01-24T08:28:51.7661285Z AWS_SECRET_ACCESS_KEY: *** 2025-01-24T08:28:51.7666566Z AWS_SESSION_TOKEN: *** 2025-01-24T08:28:51.7666782Z ##[endgroup] 2025-01-24T08:28:51.7721918Z ##[group]Run seemethere/download-artifact-s3@v4 2025-01-24T08:28:51.7722210Z with: 2025-01-24T08:28:51.7722415Z name: linux-focal-rocm6.3-py3.10 2025-01-24T08:28:51.7722674Z s3-bucket: gha-artifacts 2025-01-24T08:28:51.7722905Z region: us-east-1 2025-01-24T08:28:51.7723098Z env: 2025-01-24T08:28:51.7723284Z GIT_DEFAULT_BRANCH: main 2025-01-24T08:28:51.7723659Z RUNNER_ARTIFACT_DIR: /var/home/pytorchci/actions-runner/_work/_temp/artifacts 2025-01-24T08:28:51.7724451Z RUNNER_TEST_RESULTS_DIR: /var/home/pytorchci/actions-runner/_work/_temp/test-results 2025-01-24T08:28:51.7724941Z RUNNER_DOCS_DIR: /var/home/pytorchci/actions-runner/_work/_temp/docs 2025-01-24T08:28:51.7725769Z GPU_FLAG: --device=/dev/mem --device=/dev/kfd --device /dev/dri --group-add video --group-add 110 --group-add daemon --group-add bin --cap-add=SYS_PTRACE --security-opt seccomp=unconfined --network=host 2025-01-24T08:28:51.7726510Z AWS_DEFAULT_REGION: us-east-1 2025-01-24T08:28:51.7726756Z AWS_REGION: us-east-1 2025-01-24T08:28:51.7727039Z AWS_ACCESS_KEY_ID: *** 2025-01-24T08:28:51.7727379Z AWS_SECRET_ACCESS_KEY: *** 2025-01-24T08:28:51.7737330Z AWS_SESSION_TOKEN: *** 2025-01-24T08:28:51.7737596Z ##[endgroup] 2025-01-24T08:28:52.2519459Z (node:315245) NOTE: We are formalizing our plans to enter AWS SDK for JavaScript (v2) into maintenance mode in 2023. 2025-01-24T08:28:52.2520169Z 2025-01-24T08:28:52.2520462Z Please migrate your code to use AWS SDK for JavaScript (v3). 2025-01-24T08:28:52.2521279Z For more information, check the migration guide at https://a.co/7PzMCcy 2025-01-24T08:28:52.2522087Z (Use `node --trace-warnings ...` to show where the warning was created) 2025-01-24T08:28:52.3917249Z Found 1 objects with prefix pytorch/pytorch/12940918145/linux-focal-rocm6.3-py3.10/ 2025-01-24T08:28:52.3918294Z Starting download (1/1): /var/home/pytorchci/actions-runner/_work/pytorch/pytorch/artifacts.zip 2025-01-24T08:29:14.9869990Z Finished download (1/1): /var/home/pytorchci/actions-runner/_work/pytorch/pytorch/artifacts.zip 2025-01-24T08:29:14.9875771Z Artifact download has finished successfully 2025-01-24T08:29:15.0226544Z ##[group]Run unzip -o artifacts.zip 2025-01-24T08:29:15.0226865Z unzip -o artifacts.zip 2025-01-24T08:29:15.0248556Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2025-01-24T08:29:15.0248902Z env: 2025-01-24T08:29:15.0249092Z GIT_DEFAULT_BRANCH: main 2025-01-24T08:29:15.0249728Z RUNNER_ARTIFACT_DIR: /var/home/pytorchci/actions-runner/_work/_temp/artifacts 2025-01-24T08:29:15.0250409Z RUNNER_TEST_RESULTS_DIR: /var/home/pytorchci/actions-runner/_work/_temp/test-results 2025-01-24T08:29:15.0250935Z RUNNER_DOCS_DIR: /var/home/pytorchci/actions-runner/_work/_temp/docs 2025-01-24T08:29:15.0251776Z GPU_FLAG: --device=/dev/mem --device=/dev/kfd --device /dev/dri --group-add video --group-add 110 --group-add daemon --group-add bin --cap-add=SYS_PTRACE --security-opt seccomp=unconfined --network=host 2025-01-24T08:29:15.0252524Z AWS_DEFAULT_REGION: us-east-1 2025-01-24T08:29:15.0252767Z AWS_REGION: us-east-1 2025-01-24T08:29:15.0253088Z AWS_ACCESS_KEY_ID: *** 2025-01-24T08:29:15.0253410Z AWS_SECRET_ACCESS_KEY: *** 2025-01-24T08:29:15.0258679Z AWS_SESSION_TOKEN: *** 2025-01-24T08:29:15.0258905Z ##[endgroup] 2025-01-24T08:29:15.0325507Z Archive: artifacts.zip 2025-01-24T08:29:15.0326271Z creating: dist/ 2025-01-24T08:29:18.0991435Z inflating: dist/torch-2.7.0a0+gitd087145-cp310-cp310-linux_x86_64.whl 2025-01-24T08:29:18.1137994Z inflating: dist/.ninja_log 2025-01-24T08:29:18.1138887Z creating: build/custom_test_artifacts/ 2025-01-24T08:29:18.1139492Z creating: build/custom_test_artifacts/custom-op-build/ 2025-01-24T08:29:18.1140213Z creating: build/custom_test_artifacts/custom-op-build/CMakeFiles/ 2025-01-24T08:29:18.1141043Z creating: build/custom_test_artifacts/custom-op-build/CMakeFiles/pkgRedirects/ 2025-01-24T08:29:18.1145011Z inflating: build/custom_test_artifacts/custom-op-build/CMakeFiles/CMakeConfigureLog.yaml 2025-01-24T08:29:18.1145570Z creating: build/custom_test_artifacts/custom-op-build/CMakeFiles/3.31.2/ 2025-01-24T08:29:18.1146125Z inflating: build/custom_test_artifacts/custom-op-build/CMakeFiles/3.31.2/CMakeSystem.cmake 2025-01-24T08:29:18.1146714Z creating: build/custom_test_artifacts/custom-op-build/CMakeFiles/3.31.2/CompilerIdC/ 2025-01-24T08:29:18.1147309Z creating: build/custom_test_artifacts/custom-op-build/CMakeFiles/3.31.2/CompilerIdC/tmp/ 2025-01-24T08:29:18.1149596Z inflating: build/custom_test_artifacts/custom-op-build/CMakeFiles/3.31.2/CompilerIdC/CMakeCCompilerId.c 2025-01-24T08:29:18.1151347Z inflating: build/custom_test_artifacts/custom-op-build/CMakeFiles/3.31.2/CompilerIdC/a.out 2025-01-24T08:29:18.1152195Z inflating: build/custom_test_artifacts/custom-op-build/CMakeFiles/3.31.2/CMakeCCompiler.cmake 2025-01-24T08:29:18.1152804Z creating: build/custom_test_artifacts/custom-op-build/CMakeFiles/3.31.2/CompilerIdCXX/ 2025-01-24T08:29:18.1153386Z creating: build/custom_test_artifacts/custom-op-build/CMakeFiles/3.31.2/CompilerIdCXX/tmp/ 2025-01-24T08:29:18.1155776Z inflating: build/custom_test_artifacts/custom-op-build/CMakeFiles/3.31.2/CompilerIdCXX/CMakeCXXCompilerId.cpp 2025-01-24T08:29:18.1157346Z inflating: build/custom_test_artifacts/custom-op-build/CMakeFiles/3.31.2/CompilerIdCXX/a.out 2025-01-24T08:29:18.1158299Z inflating: build/custom_test_artifacts/custom-op-build/CMakeFiles/3.31.2/CMakeCXXCompiler.cmake 2025-01-24T08:29:18.1160037Z inflating: build/custom_test_artifacts/custom-op-build/CMakeFiles/3.31.2/CMakeDetermineCompilerABI_C.bin 2025-01-24T08:29:18.1161733Z inflating: build/custom_test_artifacts/custom-op-build/CMakeFiles/3.31.2/CMakeDetermineCompilerABI_CXX.bin 2025-01-24T08:29:18.1162372Z creating: build/custom_test_artifacts/custom-op-build/CMakeFiles/CMakeScratch/ 2025-01-24T08:29:18.1162882Z creating: build/custom_test_artifacts/custom-op-build/CMakeFiles/CMakeTmp/ 2025-01-24T08:29:18.1163410Z inflating: build/custom_test_artifacts/custom-op-build/CMakeFiles/cmake.check_cache 2025-01-24T08:29:18.1163954Z creating: build/custom_test_artifacts/custom-op-build/CMakeFiles/custom_ops.dir/ 2025-01-24T08:29:18.1164567Z inflating: build/custom_test_artifacts/custom-op-build/CMakeFiles/custom_ops.dir/compiler_depend.ts 2025-01-24T08:29:18.1165506Z inflating: build/custom_test_artifacts/custom-op-build/CMakeFiles/custom_ops.dir/compiler_depend.make 2025-01-24T08:29:18.1166193Z inflating: build/custom_test_artifacts/custom-op-build/CMakeFiles/custom_ops.dir/depend.make 2025-01-24T08:29:18.1166802Z inflating: build/custom_test_artifacts/custom-op-build/CMakeFiles/custom_ops.dir/link.txt 2025-01-24T08:29:18.1167436Z inflating: build/custom_test_artifacts/custom-op-build/CMakeFiles/custom_ops.dir/cmake_clean.cmake 2025-01-24T08:29:18.1168083Z inflating: build/custom_test_artifacts/custom-op-build/CMakeFiles/custom_ops.dir/build.make 2025-01-24T08:29:18.1168730Z inflating: build/custom_test_artifacts/custom-op-build/CMakeFiles/custom_ops.dir/DependInfo.cmake 2025-01-24T08:29:18.1169372Z inflating: build/custom_test_artifacts/custom-op-build/CMakeFiles/custom_ops.dir/flags.make 2025-01-24T08:29:18.1170003Z inflating: build/custom_test_artifacts/custom-op-build/CMakeFiles/custom_ops.dir/progress.make 2025-01-24T08:29:18.1192882Z inflating: build/custom_test_artifacts/custom-op-build/CMakeFiles/custom_ops.dir/op.cpp.o.d 2025-01-24T08:29:18.1351583Z inflating: build/custom_test_artifacts/custom-op-build/CMakeFiles/custom_ops.dir/op.cpp.o 2025-01-24T08:29:18.1352624Z creating: build/custom_test_artifacts/custom-op-build/CMakeFiles/test_custom_ops.dir/ 2025-01-24T08:29:18.1353725Z inflating: build/custom_test_artifacts/custom-op-build/CMakeFiles/test_custom_ops.dir/compiler_depend.ts 2025-01-24T08:29:18.1354988Z inflating: build/custom_test_artifacts/custom-op-build/CMakeFiles/test_custom_ops.dir/compiler_depend.make 2025-01-24T08:29:18.1356166Z inflating: build/custom_test_artifacts/custom-op-build/CMakeFiles/test_custom_ops.dir/depend.make 2025-01-24T08:29:18.1357267Z inflating: build/custom_test_artifacts/custom-op-build/CMakeFiles/test_custom_ops.dir/link.txt 2025-01-24T08:29:18.1358406Z inflating: build/custom_test_artifacts/custom-op-build/CMakeFiles/test_custom_ops.dir/cmake_clean.cmake 2025-01-24T08:29:18.1359565Z inflating: build/custom_test_artifacts/custom-op-build/CMakeFiles/test_custom_ops.dir/build.make 2025-01-24T08:29:18.1361089Z inflating: build/custom_test_artifacts/custom-op-build/CMakeFiles/test_custom_ops.dir/DependInfo.cmake 2025-01-24T08:29:18.1362034Z inflating: build/custom_test_artifacts/custom-op-build/CMakeFiles/test_custom_ops.dir/flags.make 2025-01-24T08:29:18.1362696Z inflating: build/custom_test_artifacts/custom-op-build/CMakeFiles/test_custom_ops.dir/progress.make 2025-01-24T08:29:18.1380992Z inflating: build/custom_test_artifacts/custom-op-build/CMakeFiles/test_custom_ops.dir/test_custom_ops.cpp.o.d 2025-01-24T08:29:18.1472609Z inflating: build/custom_test_artifacts/custom-op-build/CMakeFiles/test_custom_ops.dir/test_custom_ops.cpp.o 2025-01-24T08:29:18.1473842Z inflating: build/custom_test_artifacts/custom-op-build/CMakeFiles/CMakeDirectoryInformation.cmake 2025-01-24T08:29:18.1474955Z inflating: build/custom_test_artifacts/custom-op-build/CMakeFiles/TargetDirectories.txt 2025-01-24T08:29:18.1475977Z extracting: build/custom_test_artifacts/custom-op-build/CMakeFiles/progress.marks 2025-01-24T08:29:18.1476895Z inflating: build/custom_test_artifacts/custom-op-build/CMakeFiles/Makefile2 2025-01-24T08:29:18.1477790Z inflating: build/custom_test_artifacts/custom-op-build/CMakeFiles/Makefile.cmake 2025-01-24T08:29:18.1478696Z inflating: build/custom_test_artifacts/custom-op-build/hip_new_types.cc 2025-01-24T08:29:18.1479554Z inflating: build/custom_test_artifacts/custom-op-build/hipblaslt_test_vec_ext.cc 2025-01-24T08:29:18.1480417Z inflating: build/custom_test_artifacts/custom-op-build/CMakeCache.txt 2025-01-24T08:29:18.1481185Z inflating: build/custom_test_artifacts/custom-op-build/Makefile 2025-01-24T08:29:18.1481948Z inflating: build/custom_test_artifacts/custom-op-build/cmake_install.cmake 2025-01-24T08:29:18.1611195Z inflating: build/custom_test_artifacts/custom-op-build/libcustom_ops.so 2025-01-24T08:29:18.1678964Z inflating: build/custom_test_artifacts/custom-op-build/test_custom_ops 2025-01-24T08:29:18.1680006Z creating: build/custom_test_artifacts/jit-hook-build/ 2025-01-24T08:29:18.1680711Z creating: build/custom_test_artifacts/jit-hook-build/CMakeFiles/ 2025-01-24T08:29:18.1681512Z creating: build/custom_test_artifacts/jit-hook-build/CMakeFiles/pkgRedirects/ 2025-01-24T08:29:18.1685008Z inflating: build/custom_test_artifacts/jit-hook-build/CMakeFiles/CMakeConfigureLog.yaml 2025-01-24T08:29:18.1685930Z creating: build/custom_test_artifacts/jit-hook-build/CMakeFiles/3.31.2/ 2025-01-24T08:29:18.1686835Z inflating: build/custom_test_artifacts/jit-hook-build/CMakeFiles/3.31.2/CMakeSystem.cmake 2025-01-24T08:29:18.1687815Z creating: build/custom_test_artifacts/jit-hook-build/CMakeFiles/3.31.2/CompilerIdC/ 2025-01-24T08:29:18.1688762Z creating: build/custom_test_artifacts/jit-hook-build/CMakeFiles/3.31.2/CompilerIdC/tmp/ 2025-01-24T08:29:18.1689845Z inflating: build/custom_test_artifacts/jit-hook-build/CMakeFiles/3.31.2/CompilerIdC/CMakeCCompilerId.c 2025-01-24T08:29:18.1691078Z inflating: build/custom_test_artifacts/jit-hook-build/CMakeFiles/3.31.2/CompilerIdC/a.out 2025-01-24T08:29:18.1692249Z inflating: build/custom_test_artifacts/jit-hook-build/CMakeFiles/3.31.2/CMakeCCompiler.cmake 2025-01-24T08:29:18.1693000Z creating: build/custom_test_artifacts/jit-hook-build/CMakeFiles/3.31.2/CompilerIdCXX/ 2025-01-24T08:29:18.1693689Z creating: build/custom_test_artifacts/jit-hook-build/CMakeFiles/3.31.2/CompilerIdCXX/tmp/ 2025-01-24T08:29:18.1695009Z inflating: build/custom_test_artifacts/jit-hook-build/CMakeFiles/3.31.2/CompilerIdCXX/CMakeCXXCompilerId.cpp 2025-01-24T08:29:18.1696646Z inflating: build/custom_test_artifacts/jit-hook-build/CMakeFiles/3.31.2/CompilerIdCXX/a.out 2025-01-24T08:29:18.1697574Z inflating: build/custom_test_artifacts/jit-hook-build/CMakeFiles/3.31.2/CMakeCXXCompiler.cmake 2025-01-24T08:29:18.1699344Z inflating: build/custom_test_artifacts/jit-hook-build/CMakeFiles/3.31.2/CMakeDetermineCompilerABI_C.bin 2025-01-24T08:29:18.1700980Z inflating: build/custom_test_artifacts/jit-hook-build/CMakeFiles/3.31.2/CMakeDetermineCompilerABI_CXX.bin 2025-01-24T08:29:18.1701950Z creating: build/custom_test_artifacts/jit-hook-build/CMakeFiles/CMakeScratch/ 2025-01-24T08:29:18.1702546Z creating: build/custom_test_artifacts/jit-hook-build/CMakeFiles/CMakeTmp/ 2025-01-24T08:29:18.1703145Z inflating: build/custom_test_artifacts/jit-hook-build/CMakeFiles/cmake.check_cache 2025-01-24T08:29:18.1703697Z creating: build/custom_test_artifacts/jit-hook-build/CMakeFiles/test_jit_hooks.dir/ 2025-01-24T08:29:18.1704308Z inflating: build/custom_test_artifacts/jit-hook-build/CMakeFiles/test_jit_hooks.dir/compiler_depend.ts 2025-01-24T08:29:18.1705009Z inflating: build/custom_test_artifacts/jit-hook-build/CMakeFiles/test_jit_hooks.dir/compiler_depend.make 2025-01-24T08:29:18.1705677Z inflating: build/custom_test_artifacts/jit-hook-build/CMakeFiles/test_jit_hooks.dir/depend.make 2025-01-24T08:29:18.1706299Z inflating: build/custom_test_artifacts/jit-hook-build/CMakeFiles/test_jit_hooks.dir/link.txt 2025-01-24T08:29:18.1706953Z inflating: build/custom_test_artifacts/jit-hook-build/CMakeFiles/test_jit_hooks.dir/cmake_clean.cmake 2025-01-24T08:29:18.1707598Z inflating: build/custom_test_artifacts/jit-hook-build/CMakeFiles/test_jit_hooks.dir/build.make 2025-01-24T08:29:18.1708244Z inflating: build/custom_test_artifacts/jit-hook-build/CMakeFiles/test_jit_hooks.dir/DependInfo.cmake 2025-01-24T08:29:18.1708901Z inflating: build/custom_test_artifacts/jit-hook-build/CMakeFiles/test_jit_hooks.dir/flags.make 2025-01-24T08:29:18.1709542Z inflating: build/custom_test_artifacts/jit-hook-build/CMakeFiles/test_jit_hooks.dir/progress.make 2025-01-24T08:29:18.1731854Z inflating: build/custom_test_artifacts/jit-hook-build/CMakeFiles/test_jit_hooks.dir/test_jit_hooks.cpp.o.d 2025-01-24T08:29:18.1803036Z inflating: build/custom_test_artifacts/jit-hook-build/CMakeFiles/test_jit_hooks.dir/test_jit_hooks.cpp.o 2025-01-24T08:29:18.1804532Z inflating: build/custom_test_artifacts/jit-hook-build/CMakeFiles/CMakeDirectoryInformation.cmake 2025-01-24T08:29:18.1805653Z inflating: build/custom_test_artifacts/jit-hook-build/CMakeFiles/TargetDirectories.txt 2025-01-24T08:29:18.1806636Z extracting: build/custom_test_artifacts/jit-hook-build/CMakeFiles/progress.marks 2025-01-24T08:29:18.1807532Z inflating: build/custom_test_artifacts/jit-hook-build/CMakeFiles/Makefile2 2025-01-24T08:29:18.1808396Z inflating: build/custom_test_artifacts/jit-hook-build/CMakeFiles/Makefile.cmake 2025-01-24T08:29:18.1809271Z inflating: build/custom_test_artifacts/jit-hook-build/hip_new_types.cc 2025-01-24T08:29:18.1810112Z inflating: build/custom_test_artifacts/jit-hook-build/hipblaslt_test_vec_ext.cc 2025-01-24T08:29:18.1811083Z inflating: build/custom_test_artifacts/jit-hook-build/CMakeCache.txt 2025-01-24T08:29:18.1811838Z inflating: build/custom_test_artifacts/jit-hook-build/Makefile 2025-01-24T08:29:18.1812591Z inflating: build/custom_test_artifacts/jit-hook-build/cmake_install.cmake 2025-01-24T08:29:18.1864520Z inflating: build/custom_test_artifacts/jit-hook-build/test_jit_hooks 2025-01-24T08:29:18.1865265Z creating: build/custom_test_artifacts/custom-backend-build/ 2025-01-24T08:29:18.1865991Z creating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/ 2025-01-24T08:29:18.1866856Z creating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/pkgRedirects/ 2025-01-24T08:29:18.1870502Z inflating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/CMakeConfigureLog.yaml 2025-01-24T08:29:18.1871494Z creating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/3.31.2/ 2025-01-24T08:29:18.1872472Z inflating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/3.31.2/CMakeSystem.cmake 2025-01-24T08:29:18.1873175Z creating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/3.31.2/CompilerIdC/ 2025-01-24T08:29:18.1873781Z creating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/3.31.2/CompilerIdC/tmp/ 2025-01-24T08:29:18.1874683Z inflating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/3.31.2/CompilerIdC/CMakeCCompilerId.c 2025-01-24T08:29:18.1876255Z inflating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/3.31.2/CompilerIdC/a.out 2025-01-24T08:29:18.1877276Z inflating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/3.31.2/CMakeCCompiler.cmake 2025-01-24T08:29:18.1877991Z creating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/3.31.2/CompilerIdCXX/ 2025-01-24T08:29:18.1878623Z creating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/3.31.2/CompilerIdCXX/tmp/ 2025-01-24T08:29:18.1880414Z inflating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/3.31.2/CompilerIdCXX/CMakeCXXCompilerId.cpp 2025-01-24T08:29:18.1882014Z inflating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/3.31.2/CompilerIdCXX/a.out 2025-01-24T08:29:18.1882962Z inflating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/3.31.2/CMakeCXXCompiler.cmake 2025-01-24T08:29:18.1884683Z inflating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/3.31.2/CMakeDetermineCompilerABI_C.bin 2025-01-24T08:29:18.1886338Z inflating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/3.31.2/CMakeDetermineCompilerABI_CXX.bin 2025-01-24T08:29:18.1887012Z creating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/CMakeScratch/ 2025-01-24T08:29:18.1887551Z creating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/CMakeTmp/ 2025-01-24T08:29:18.1888119Z inflating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/cmake.check_cache 2025-01-24T08:29:18.1888711Z creating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/custom_backend.dir/ 2025-01-24T08:29:18.1889383Z inflating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/custom_backend.dir/compiler_depend.ts 2025-01-24T08:29:18.1890647Z inflating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/custom_backend.dir/compiler_depend.make 2025-01-24T08:29:18.1891437Z inflating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/custom_backend.dir/depend.make 2025-01-24T08:29:18.1892121Z inflating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/custom_backend.dir/link.txt 2025-01-24T08:29:18.1892828Z inflating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/custom_backend.dir/cmake_clean.cmake 2025-01-24T08:29:18.1893550Z inflating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/custom_backend.dir/build.make 2025-01-24T08:29:18.1894257Z inflating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/custom_backend.dir/DependInfo.cmake 2025-01-24T08:29:18.1894961Z inflating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/custom_backend.dir/flags.make 2025-01-24T08:29:18.1895664Z inflating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/custom_backend.dir/progress.make 2025-01-24T08:29:18.1898334Z inflating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/custom_backend.dir/custom_backend.cpp.o.d 2025-01-24T08:29:18.2032647Z inflating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/custom_backend.dir/custom_backend.cpp.o 2025-01-24T08:29:18.2033883Z creating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/test_custom_backend.dir/ 2025-01-24T08:29:18.2035093Z inflating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/test_custom_backend.dir/compiler_depend.ts 2025-01-24T08:29:18.2036442Z inflating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/test_custom_backend.dir/compiler_depend.make 2025-01-24T08:29:18.2037737Z inflating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/test_custom_backend.dir/depend.make 2025-01-24T08:29:18.2038972Z inflating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/test_custom_backend.dir/link.txt 2025-01-24T08:29:18.2040598Z inflating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/test_custom_backend.dir/cmake_clean.cmake 2025-01-24T08:29:18.2041883Z inflating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/test_custom_backend.dir/build.make 2025-01-24T08:29:18.2043075Z inflating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/test_custom_backend.dir/DependInfo.cmake 2025-01-24T08:29:18.2043810Z inflating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/test_custom_backend.dir/flags.make 2025-01-24T08:29:18.2044530Z inflating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/test_custom_backend.dir/progress.make 2025-01-24T08:29:18.2061876Z inflating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/test_custom_backend.dir/test_custom_backend.cpp.o.d 2025-01-24T08:29:18.2122810Z inflating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/test_custom_backend.dir/test_custom_backend.cpp.o 2025-01-24T08:29:18.2124162Z inflating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/CMakeDirectoryInformation.cmake 2025-01-24T08:29:18.2125354Z inflating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/TargetDirectories.txt 2025-01-24T08:29:18.2126410Z extracting: build/custom_test_artifacts/custom-backend-build/CMakeFiles/progress.marks 2025-01-24T08:29:18.2127390Z inflating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/Makefile2 2025-01-24T08:29:18.2128351Z inflating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/Makefile.cmake 2025-01-24T08:29:18.2129270Z inflating: build/custom_test_artifacts/custom-backend-build/hip_new_types.cc 2025-01-24T08:29:18.2130296Z inflating: build/custom_test_artifacts/custom-backend-build/hipblaslt_test_vec_ext.cc 2025-01-24T08:29:18.2131210Z inflating: build/custom_test_artifacts/custom-backend-build/CMakeCache.txt 2025-01-24T08:29:18.2132338Z inflating: build/custom_test_artifacts/custom-backend-build/Makefile 2025-01-24T08:29:18.2133201Z inflating: build/custom_test_artifacts/custom-backend-build/cmake_install.cmake 2025-01-24T08:29:18.2239301Z inflating: build/custom_test_artifacts/custom-backend-build/libcustom_backend.so 2025-01-24T08:29:18.2285363Z inflating: build/custom_test_artifacts/custom-backend-build/test_custom_backend 2025-01-24T08:29:18.2286037Z creating: build/lib/ 2025-01-24T08:29:18.2381644Z inflating: build/lib/libprotobuf-lite.a 2025-01-24T08:29:18.2872773Z inflating: build/lib/libprotobuf.a 2025-01-24T08:29:18.3415060Z inflating: build/lib/libprotoc.a 2025-01-24T08:29:18.3425321Z inflating: build/lib/libpthreadpool.a 2025-01-24T08:29:18.3433972Z inflating: build/lib/libcpuinfo.a 2025-01-24T08:29:18.3442345Z inflating: build/lib/libcpuinfo_internals.a 2025-01-24T08:29:18.3443383Z inflating: build/lib/libclog.a 2025-01-24T08:29:18.3463999Z inflating: build/lib/libpytorch_qnnpack.a 2025-01-24T08:29:18.3466433Z inflating: build/lib/libnnpack_reference_layers.a 2025-01-24T08:29:18.3665558Z inflating: build/lib/libmicrokernels-prod.a 2025-01-24T08:29:18.3684846Z inflating: build/lib/libnnpack.a 2025-01-24T08:29:18.4543908Z inflating: build/lib/libmicrokernels-all.a 2025-01-24T08:29:18.4624099Z inflating: build/lib/libbenchmark.a 2025-01-24T08:29:18.4624672Z inflating: build/lib/libbenchmark_main.a 2025-01-24T08:29:18.4698848Z inflating: build/lib/libgtest.a 2025-01-24T08:29:18.4699502Z inflating: build/lib/libgtest_main.a 2025-01-24T08:29:18.4718375Z inflating: build/lib/libgmock.a 2025-01-24T08:29:18.4719026Z inflating: build/lib/libgmock_main.a 2025-01-24T08:29:18.4817569Z inflating: build/lib/libXNNPACK.a 2025-01-24T08:29:18.4825759Z inflating: build/lib/libittnotify.a 2025-01-24T08:29:18.4893483Z inflating: build/lib/libasmjit.a 2025-01-24T08:29:18.6269361Z inflating: build/lib/libfbgemm.a 2025-01-24T08:29:18.6298875Z inflating: build/lib/libtensorpipe_uv.a 2025-01-24T08:29:18.6924047Z inflating: build/lib/libtensorpipe.a 2025-01-24T08:29:18.7046150Z inflating: build/lib/libgloo.a 2025-01-24T08:29:18.7092198Z inflating: build/lib/libonnx_proto.a 2025-01-24T08:29:18.7515900Z inflating: build/lib/libgloo_hip.a 2025-01-24T08:29:18.8308735Z inflating: build/lib/libonnx.a 2025-01-24T08:29:18.8329126Z inflating: build/lib/libfmt.a 2025-01-24T08:29:19.9572265Z inflating: build/lib/libdnnl.a 2025-01-24T08:29:19.9894102Z inflating: build/lib/libkineto.a 2025-01-24T08:29:20.0013382Z inflating: build/lib/libc10.so 2025-01-24T08:29:20.0014758Z inflating: build/lib/libtorch_global_deps.so 2025-01-24T08:29:20.0065569Z inflating: build/lib/libc10_hip.so 2025-01-24T08:29:20.0067418Z inflating: build/lib/libcaffe2_nvrtc.so 2025-01-24T08:29:22.7127499Z inflating: build/lib/libtorch_cpu.so 2025-01-24T08:29:22.7132442Z inflating: build/lib/libunbox_lib.a 2025-01-24T08:29:22.7136863Z inflating: build/lib/libshm.so 2025-01-24T08:29:23.3811354Z inflating: build/lib/libtorch_hip.so 2025-01-24T08:29:23.3812574Z inflating: build/lib/libtorch.so 2025-01-24T08:29:23.3833838Z inflating: build/lib/libjitbackend_test.so 2025-01-24T08:29:23.3860000Z inflating: build/lib/libbackend_with_compiler.so 2025-01-24T08:29:23.3934943Z inflating: build/lib/libtorchbind_test.so 2025-01-24T08:29:23.3961375Z inflating: build/lib/libaoti_custom_ops.so 2025-01-24T08:29:23.6125447Z inflating: build/lib/libtorch_python.so 2025-01-24T08:29:23.6161302Z inflating: build/lib/libnnapi_backend.so 2025-01-24T08:29:23.6161678Z creating: build/bin/ 2025-01-24T08:29:23.6162074Z creating: build/bin/CMakeFiles/ 2025-01-24T08:29:23.6162766Z inflating: build/bin/cmake_install.cmake 2025-01-24T08:29:23.6163270Z inflating: build/bin/CTestTestfile.cmake 2025-01-24T08:29:23.6636688Z inflating: build/bin/protoc-3.13.0.0 2025-01-24T08:29:23.7110370Z inflating: build/bin/protoc 2025-01-24T08:29:23.7167456Z inflating: build/bin/c10_CompileTimeFunctionPointer_test 2025-01-24T08:29:23.7225112Z inflating: build/bin/c10_DeviceGuard_test 2025-01-24T08:29:23.7283446Z inflating: build/bin/c10_Device_test 2025-01-24T08:29:23.7349631Z inflating: build/bin/c10_DispatchKeySet_test 2025-01-24T08:29:23.7404661Z inflating: build/bin/c10_StreamGuard_test 2025-01-24T08:29:23.7464881Z inflating: build/bin/c10_Scalar_test 2025-01-24T08:29:23.7522321Z inflating: build/bin/c10_SymInt_test 2025-01-24T08:29:23.7582951Z inflating: build/bin/c10_InlineDeviceGuard_test 2025-01-24T08:29:23.7645607Z inflating: build/bin/c10_InlineStreamGuard_test 2025-01-24T08:29:23.7708742Z inflating: build/bin/c10_SizesAndStrides_test 2025-01-24T08:29:23.7787269Z inflating: build/bin/c10_cow_test 2025-01-24T08:29:23.7843262Z inflating: build/bin/c10_ArrayRef_test 2025-01-24T08:29:23.7902942Z inflating: build/bin/c10_Bitset_test 2025-01-24T08:29:23.7957921Z inflating: build/bin/c10_ConstexprCrc_test 2025-01-24T08:29:23.8014087Z inflating: build/bin/c10_DeadlockDetection_test 2025-01-24T08:29:23.8071104Z inflating: build/bin/c10_Half_test 2025-01-24T08:29:23.8134246Z inflating: build/bin/c10_LeftRight_test 2025-01-24T08:29:23.8191220Z inflating: build/bin/c10_Synchronized_test 2025-01-24T08:29:23.8250846Z inflating: build/bin/c10_NetworkFlow_test 2025-01-24T08:29:23.8313230Z inflating: build/bin/c10_ThreadLocal_test 2025-01-24T08:29:23.8375272Z inflating: build/bin/c10_Metaprogramming_test 2025-01-24T08:29:23.8433390Z inflating: build/bin/c10_TypeIndex_test 2025-01-24T08:29:23.8491302Z inflating: build/bin/c10_TypeList_test 2025-01-24T08:29:23.8546465Z inflating: build/bin/c10_TypeTraits_test 2025-01-24T08:29:23.8604735Z inflating: build/bin/c10_accumulate_test 2025-01-24T08:29:23.8667610Z inflating: build/bin/c10_bfloat16_test 2025-01-24T08:29:23.8724556Z inflating: build/bin/c10_bit_cast_test 2025-01-24T08:29:23.8788452Z inflating: build/bin/c10_complex_math_test 2025-01-24T08:29:23.8850343Z inflating: build/bin/c10_complex_test 2025-01-24T08:29:23.8906312Z inflating: build/bin/c10_error_test 2025-01-24T08:29:23.8965703Z inflating: build/bin/c10_exception_test 2025-01-24T08:29:23.9022718Z inflating: build/bin/c10_flags_test 2025-01-24T08:29:23.9079613Z inflating: build/bin/c10_generic_math_test 2025-01-24T08:29:23.9136937Z inflating: build/bin/c10_irange_test 2025-01-24T08:29:23.9320880Z inflating: build/bin/c10_intrusive_ptr_test 2025-01-24T08:29:23.9381021Z inflating: build/bin/c10_lazy_test 2025-01-24T08:29:23.9445188Z inflating: build/bin/c10_logging_test 2025-01-24T08:29:23.9515254Z inflating: build/bin/c10_ordered_preserving_dict_test 2025-01-24T08:29:23.9599705Z inflating: build/bin/c10_optional_test 2025-01-24T08:29:23.9659923Z inflating: build/bin/c10_registry_test 2025-01-24T08:29:23.9831567Z inflating: build/bin/c10_small_vector_test 2025-01-24T08:29:23.9889985Z inflating: build/bin/c10_ssize_test 2025-01-24T08:29:23.9948848Z inflating: build/bin/c10_string_util_test 2025-01-24T08:29:24.0004032Z inflating: build/bin/c10_string_view_test 2025-01-24T08:29:24.0061113Z inflating: build/bin/c10_tempfile_test 2025-01-24T08:29:24.0123967Z inflating: build/bin/c10_typeid_test 2025-01-24T08:29:24.0175324Z inflating: build/bin/c10_intrusive_ptr_benchmark 2025-01-24T08:29:24.0230468Z inflating: build/bin/c10_hip_HIPAssertionsTest_1_var_test 2025-01-24T08:29:24.0285441Z inflating: build/bin/c10_hip_HIPAssertionsTest_catches_stream 2025-01-24T08:29:24.0340566Z inflating: build/bin/c10_hip_HIPAssertionsTest_catches_thread_and_block_and_device 2025-01-24T08:29:24.0395491Z inflating: build/bin/c10_hip_HIPAssertionsTest_from_2_processes 2025-01-24T08:29:24.0450676Z inflating: build/bin/c10_hip_HIPAssertionsTest_multiple_writes_from_blocks_and_threads 2025-01-24T08:29:24.0505925Z inflating: build/bin/c10_hip_HIPAssertionsTest_multiple_writes_from_multiple_blocks 2025-01-24T08:29:24.0560577Z inflating: build/bin/c10_hip_HIPAssertionsTest_multiple_writes_from_same_block 2025-01-24T08:29:24.0616025Z inflating: build/bin/c10_hip_HIPTest 2025-01-24T08:29:24.1057959Z inflating: build/bin/vec_test_all_types_DEFAULT 2025-01-24T08:29:24.1509957Z inflating: build/bin/vec_test_all_types_AVX512 2025-01-24T08:29:24.1974680Z inflating: build/bin/vec_test_all_types_AVX2 2025-01-24T08:29:24.2034894Z inflating: build/bin/test_edge_op_registration 2025-01-24T08:29:24.2094053Z inflating: build/bin/BackoffTest 2025-01-24T08:29:24.2153647Z inflating: build/bin/FileStoreTest 2025-01-24T08:29:24.2216294Z inflating: build/bin/TCPStoreTest 2025-01-24T08:29:24.2276125Z inflating: build/bin/HashStoreTest 2025-01-24T08:29:24.2349650Z inflating: build/bin/ProcessGroupGlooTest 2025-01-24T08:29:24.2352687Z inflating: build/bin/example_allreduce 2025-01-24T08:29:24.2357155Z inflating: build/bin/torch_shm_manager 2025-01-24T08:29:24.2419965Z inflating: build/bin/static_runtime_bench 2025-01-24T08:29:24.2696121Z inflating: build/bin/static_runtime_test 2025-01-24T08:29:24.2778977Z inflating: build/bin/Dict_test 2025-01-24T08:29:24.2834168Z inflating: build/bin/hip_half_test 2025-01-24T08:29:24.2892801Z inflating: build/bin/Dimname_test 2025-01-24T08:29:24.2965534Z inflating: build/bin/MaybeOwned_test 2025-01-24T08:29:24.3030325Z inflating: build/bin/NamedTensor_test 2025-01-24T08:29:24.3096507Z inflating: build/bin/apply_utils_test 2025-01-24T08:29:24.3163126Z inflating: build/bin/atest 2025-01-24T08:29:24.3233610Z inflating: build/bin/basic 2025-01-24T08:29:24.3295502Z inflating: build/bin/broadcast_test 2025-01-24T08:29:24.3353104Z inflating: build/bin/cpu_allocator_test 2025-01-24T08:29:24.3419119Z inflating: build/bin/cpu_generator_test 2025-01-24T08:29:24.3479255Z inflating: build/bin/cpu_profiling_allocator_test 2025-01-24T08:29:24.3535786Z inflating: build/bin/dispatch_key_set_test 2025-01-24T08:29:24.3593489Z inflating: build/bin/dlconvertor_test 2025-01-24T08:29:24.3655579Z inflating: build/bin/half_test 2025-01-24T08:29:24.3711750Z inflating: build/bin/lazy_tensor_test 2025-01-24T08:29:24.3776825Z inflating: build/bin/extension_backend_test 2025-01-24T08:29:24.3837432Z inflating: build/bin/memory_format_test 2025-01-24T08:29:24.3898136Z inflating: build/bin/math_kernel_test 2025-01-24T08:29:24.3957964Z inflating: build/bin/memory_overlapping_test 2025-01-24T08:29:24.4015359Z inflating: build/bin/operator_name_test 2025-01-24T08:29:24.4117979Z inflating: build/bin/cpu_rng_test 2025-01-24T08:29:24.4177757Z inflating: build/bin/mobile_memory_cleanup 2025-01-24T08:29:24.4235630Z inflating: build/bin/operators_test 2025-01-24T08:29:24.4294330Z inflating: build/bin/packedtensoraccessor_test 2025-01-24T08:29:24.4357438Z inflating: build/bin/native_test 2025-01-24T08:29:24.4432241Z inflating: build/bin/pow_test 2025-01-24T08:29:24.4540036Z inflating: build/bin/ivalue_test 2025-01-24T08:29:24.4596619Z inflating: build/bin/reduce_ops_test 2025-01-24T08:29:24.4654256Z inflating: build/bin/reportMemoryUsage_test 2025-01-24T08:29:24.4718776Z inflating: build/bin/quantized_test 2025-01-24T08:29:24.4784701Z inflating: build/bin/scalar_test 2025-01-24T08:29:24.4842945Z inflating: build/bin/StorageUtils_test 2025-01-24T08:29:24.4902182Z inflating: build/bin/stride_properties_test 2025-01-24T08:29:24.4964530Z inflating: build/bin/type_ptr_test 2025-01-24T08:29:24.5028853Z inflating: build/bin/scalar_tensor_test 2025-01-24T08:29:24.5088366Z inflating: build/bin/undefined_tensor_test 2025-01-24T08:29:24.5149609Z inflating: build/bin/test_parallel 2025-01-24T08:29:24.5238628Z inflating: build/bin/tensor_iterator_test 2025-01-24T08:29:24.5241617Z inflating: build/bin/thread_init_test 2025-01-24T08:29:24.5243236Z inflating: build/bin/verify_api_visibility 2025-01-24T08:29:24.5301820Z inflating: build/bin/weakref_test 2025-01-24T08:29:24.5420831Z inflating: build/bin/List_test 2025-01-24T08:29:24.5499011Z inflating: build/bin/legacy_vmap_test 2025-01-24T08:29:24.5556961Z inflating: build/bin/wrapdim_test 2025-01-24T08:29:24.5690861Z inflating: build/bin/kernel_function_legacy_test 2025-01-24T08:29:24.5749138Z inflating: build/bin/xla_tensor_test 2025-01-24T08:29:24.5856062Z inflating: build/bin/kernel_function_test 2025-01-24T08:29:24.5997637Z inflating: build/bin/kernel_lambda_legacy_test 2025-01-24T08:29:24.6112572Z inflating: build/bin/kernel_lambda_test 2025-01-24T08:29:24.6179788Z inflating: build/bin/IListRef_test 2025-01-24T08:29:24.6248467Z inflating: build/bin/kernel_stackbased_test 2025-01-24T08:29:24.6354836Z inflating: build/bin/make_boxed_from_unboxed_functor_test 2025-01-24T08:29:24.6413573Z inflating: build/bin/CppSignature_test 2025-01-24T08:29:24.6468848Z inflating: build/bin/op_allowlist_test 2025-01-24T08:29:24.6801173Z inflating: build/bin/op_registration_test 2025-01-24T08:29:24.6872597Z inflating: build/bin/inline_container_test 2025-01-24T08:29:24.6927675Z inflating: build/bin/hip_complex_math_test 2025-01-24T08:29:24.6982790Z inflating: build/bin/hip_complex_test 2025-01-24T08:29:24.7049959Z inflating: build/bin/type_test 2025-01-24T08:29:24.7109748Z inflating: build/bin/hip_apply_test 2025-01-24T08:29:24.7164871Z inflating: build/bin/hip_distributions_test 2025-01-24T08:29:24.7222237Z inflating: build/bin/hip_dlconvertor_test 2025-01-24T08:29:24.7277367Z inflating: build/bin/hip_generator_test 2025-01-24T08:29:24.7332557Z inflating: build/bin/hip_integer_divider_test 2025-01-24T08:29:24.7387622Z inflating: build/bin/hip_optional_test 2025-01-24T08:29:24.7443355Z inflating: build/bin/hip_packedtensoraccessor_test 2025-01-24T08:29:24.7498338Z inflating: build/bin/hip_vectorized_test 2025-01-24T08:29:24.7572805Z inflating: build/bin/KernelFunction_test 2025-01-24T08:29:24.7635511Z inflating: build/bin/backend_fallback_test 2025-01-24T08:29:24.8258056Z inflating: build/bin/test_jit 2025-01-24T08:29:24.8273182Z inflating: build/bin/tutorial_tensorexpr 2025-01-24T08:29:24.8335201Z inflating: build/bin/test_dist_autograd 2025-01-24T08:29:24.8411910Z inflating: build/bin/test_cpp_rpc 2025-01-24T08:29:24.9270467Z inflating: build/bin/test_tensorexpr 2025-01-24T08:29:24.9273208Z inflating: build/bin/parallel_benchmark 2025-01-24T08:29:24.9347793Z inflating: build/bin/test_mobile_nnc 2025-01-24T08:29:25.0618824Z inflating: build/bin/test_api 2025-01-24T08:29:25.0628417Z inflating: build/bin/aot_model_compiler_test 2025-01-24T08:29:25.1009315Z inflating: build/bin/test_lazy 2025-01-24T08:29:25.1009801Z creating: .additional_ci_files/ 2025-01-24T08:29:25.1112552Z inflating: .additional_ci_files/test-times.json 2025-01-24T08:29:25.1513023Z inflating: .additional_ci_files/test-class-times.json 2025-01-24T08:29:25.1548348Z ##[group]Run rm artifacts.zip 2025-01-24T08:29:25.1548632Z rm artifacts.zip 2025-01-24T08:29:25.1569232Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2025-01-24T08:29:25.1569575Z env: 2025-01-24T08:29:25.1569778Z GIT_DEFAULT_BRANCH: main 2025-01-24T08:29:25.1570148Z RUNNER_ARTIFACT_DIR: /var/home/pytorchci/actions-runner/_work/_temp/artifacts 2025-01-24T08:29:25.1570785Z RUNNER_TEST_RESULTS_DIR: /var/home/pytorchci/actions-runner/_work/_temp/test-results 2025-01-24T08:29:25.1571347Z RUNNER_DOCS_DIR: /var/home/pytorchci/actions-runner/_work/_temp/docs 2025-01-24T08:29:25.1572195Z GPU_FLAG: --device=/dev/mem --device=/dev/kfd --device /dev/dri --group-add video --group-add 110 --group-add daemon --group-add bin --cap-add=SYS_PTRACE --security-opt seccomp=unconfined --network=host 2025-01-24T08:29:25.1572953Z AWS_DEFAULT_REGION: us-east-1 2025-01-24T08:29:25.1573199Z AWS_REGION: us-east-1 2025-01-24T08:29:25.1573766Z AWS_ACCESS_KEY_ID: *** 2025-01-24T08:29:25.1574140Z AWS_SECRET_ACCESS_KEY: *** 2025-01-24T08:29:25.1579396Z AWS_SESSION_TOKEN: *** 2025-01-24T08:29:25.1579617Z ##[endgroup] 2025-01-24T08:29:25.3370677Z ##[group]Run df -H 2025-01-24T08:29:25.3370912Z df -H 2025-01-24T08:29:25.3391584Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2025-01-24T08:29:25.3391915Z env: 2025-01-24T08:29:25.3392105Z GIT_DEFAULT_BRANCH: main 2025-01-24T08:29:25.3392474Z RUNNER_ARTIFACT_DIR: /var/home/pytorchci/actions-runner/_work/_temp/artifacts 2025-01-24T08:29:25.3393013Z RUNNER_TEST_RESULTS_DIR: /var/home/pytorchci/actions-runner/_work/_temp/test-results 2025-01-24T08:29:25.3393515Z RUNNER_DOCS_DIR: /var/home/pytorchci/actions-runner/_work/_temp/docs 2025-01-24T08:29:25.3394349Z GPU_FLAG: --device=/dev/mem --device=/dev/kfd --device /dev/dri --group-add video --group-add 110 --group-add daemon --group-add bin --cap-add=SYS_PTRACE --security-opt seccomp=unconfined --network=host 2025-01-24T08:29:25.3395108Z AWS_DEFAULT_REGION: us-east-1 2025-01-24T08:29:25.3395360Z AWS_REGION: us-east-1 2025-01-24T08:29:25.3395673Z AWS_ACCESS_KEY_ID: *** 2025-01-24T08:29:25.3395994Z AWS_SECRET_ACCESS_KEY: *** 2025-01-24T08:29:25.3401276Z AWS_SESSION_TOKEN: *** 2025-01-24T08:29:25.3401503Z ##[endgroup] 2025-01-24T08:29:25.3515801Z Filesystem Size Used Avail Use% Mounted on 2025-01-24T08:29:25.3516288Z tmpfs 109G 33M 109G 1% /run 2025-01-24T08:29:25.3516742Z /dev/nvme0n1p2 944G 58G 839G 7% / 2025-01-24T08:29:25.3517188Z tmpfs 542G 33k 542G 1% /dev/shm 2025-01-24T08:29:25.3517669Z tmpfs 5.3M 0 5.3M 0% /run/lock 2025-01-24T08:29:25.3518322Z /dev/nvme0n1p1 536M 6.4M 530M 2% /boot/efi 2025-01-24T08:29:25.3519093Z /dev/nvme1n1p1 3.8T 520G 3.1T 15% /media/4TB 2025-01-24T08:29:25.3520273Z tmpfs 109G 33k 109G 1% /run/user/1307800118 2025-01-24T08:29:25.3520928Z 172.18.148.8:/export/amd2 5.5T 260G 5.3T 5% /mnt 2025-01-24T08:29:25.3521626Z 172.18.148.15:/GroupStorage 110T 90T 21T 82% /groups 2025-01-24T08:29:25.3522620Z 172.18.148.15:/GroupStorage/Scratch 5.5T 376G 5.2T 7% /scratch 2025-01-24T08:29:25.3523463Z pure1.jax.cs.cpe.ice.amd.com:/homes/amd-pytorch 108G 468M 107G 1% /home/amd-pytorch 2025-01-24T08:29:25.3524374Z pure1.jax.cs.cpe.ice.amd.com:/homes/nlingamp 108G 4.2M 108G 1% /home/nlingamp 2025-01-24T08:29:25.3559453Z Prepare all required actions 2025-01-24T08:29:25.3559827Z Getting action download info 2025-01-24T08:29:25.5123283Z ##[group]Run ./.github/actions/download-td-artifacts 2025-01-24T08:29:25.5123582Z with: 2025-01-24T08:29:25.5123758Z env: 2025-01-24T08:29:25.5123938Z GIT_DEFAULT_BRANCH: main 2025-01-24T08:29:25.5124300Z RUNNER_ARTIFACT_DIR: /var/home/pytorchci/actions-runner/_work/_temp/artifacts 2025-01-24T08:29:25.5124839Z RUNNER_TEST_RESULTS_DIR: /var/home/pytorchci/actions-runner/_work/_temp/test-results 2025-01-24T08:29:25.5125335Z RUNNER_DOCS_DIR: /var/home/pytorchci/actions-runner/_work/_temp/docs 2025-01-24T08:29:25.5126188Z GPU_FLAG: --device=/dev/mem --device=/dev/kfd --device /dev/dri --group-add video --group-add 110 --group-add daemon --group-add bin --cap-add=SYS_PTRACE --security-opt seccomp=unconfined --network=host 2025-01-24T08:29:25.5126930Z AWS_DEFAULT_REGION: us-east-1 2025-01-24T08:29:25.5127166Z AWS_REGION: us-east-1 2025-01-24T08:29:25.5127456Z AWS_ACCESS_KEY_ID: *** 2025-01-24T08:29:25.5127782Z AWS_SECRET_ACCESS_KEY: *** 2025-01-24T08:29:25.5133128Z AWS_SESSION_TOKEN: *** 2025-01-24T08:29:25.5133346Z ##[endgroup] 2025-01-24T08:29:25.5160277Z ##[group]Run seemethere/download-artifact-s3@v4 2025-01-24T08:29:25.5160570Z with: 2025-01-24T08:29:25.5160748Z name: td_results 2025-01-24T08:29:25.5160970Z s3-bucket: gha-artifacts 2025-01-24T08:29:25.5161203Z region: us-east-1 2025-01-24T08:29:25.5161401Z env: 2025-01-24T08:29:25.5161583Z GIT_DEFAULT_BRANCH: main 2025-01-24T08:29:25.5161941Z RUNNER_ARTIFACT_DIR: /var/home/pytorchci/actions-runner/_work/_temp/artifacts 2025-01-24T08:29:25.5162468Z RUNNER_TEST_RESULTS_DIR: /var/home/pytorchci/actions-runner/_work/_temp/test-results 2025-01-24T08:29:25.5162960Z RUNNER_DOCS_DIR: /var/home/pytorchci/actions-runner/_work/_temp/docs 2025-01-24T08:29:25.5163794Z GPU_FLAG: --device=/dev/mem --device=/dev/kfd --device /dev/dri --group-add video --group-add 110 --group-add daemon --group-add bin --cap-add=SYS_PTRACE --security-opt seccomp=unconfined --network=host 2025-01-24T08:29:25.5164541Z AWS_DEFAULT_REGION: us-east-1 2025-01-24T08:29:25.5164783Z AWS_REGION: us-east-1 2025-01-24T08:29:25.5165109Z AWS_ACCESS_KEY_ID: *** 2025-01-24T08:29:25.5165443Z AWS_SECRET_ACCESS_KEY: *** 2025-01-24T08:29:25.5170752Z AWS_SESSION_TOKEN: *** 2025-01-24T08:29:25.5170978Z ##[endgroup] 2025-01-24T08:29:25.9992958Z (node:315300) NOTE: We are formalizing our plans to enter AWS SDK for JavaScript (v2) into maintenance mode in 2023. 2025-01-24T08:29:25.9993474Z 2025-01-24T08:29:25.9993688Z Please migrate your code to use AWS SDK for JavaScript (v3). 2025-01-24T08:29:25.9994250Z For more information, check the migration guide at https://a.co/7PzMCcy 2025-01-24T08:29:25.9994854Z (Use `node --trace-warnings ...` to show where the warning was created) 2025-01-24T08:29:26.1393268Z Found 1 objects with prefix pytorch/pytorch/12940918145/td_results/ 2025-01-24T08:29:26.1394292Z Starting download (1/1): /var/home/pytorchci/actions-runner/_work/pytorch/pytorch/td_results.json 2025-01-24T08:29:26.3416312Z Finished download (1/1): /var/home/pytorchci/actions-runner/_work/pytorch/pytorch/td_results.json 2025-01-24T08:29:26.3421960Z Artifact download has finished successfully 2025-01-24T08:29:26.3755021Z ##[group]Run mkdir -p .additional_ci_files 2025-01-24T08:29:26.3755602Z mkdir -p .additional_ci_files 2025-01-24T08:29:26.3755976Z mv td_results.json .additional_ci_files/td_results.json || true 2025-01-24T08:29:26.3776648Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2025-01-24T08:29:26.3776985Z env: 2025-01-24T08:29:26.3777181Z GIT_DEFAULT_BRANCH: main 2025-01-24T08:29:26.3777547Z RUNNER_ARTIFACT_DIR: /var/home/pytorchci/actions-runner/_work/_temp/artifacts 2025-01-24T08:29:26.3778084Z RUNNER_TEST_RESULTS_DIR: /var/home/pytorchci/actions-runner/_work/_temp/test-results 2025-01-24T08:29:26.3778574Z RUNNER_DOCS_DIR: /var/home/pytorchci/actions-runner/_work/_temp/docs 2025-01-24T08:29:26.3779650Z GPU_FLAG: --device=/dev/mem --device=/dev/kfd --device /dev/dri --group-add video --group-add 110 --group-add daemon --group-add bin --cap-add=SYS_PTRACE --security-opt seccomp=unconfined --network=host 2025-01-24T08:29:26.3780406Z AWS_DEFAULT_REGION: us-east-1 2025-01-24T08:29:26.3780652Z AWS_REGION: us-east-1 2025-01-24T08:29:26.3780951Z AWS_ACCESS_KEY_ID: *** 2025-01-24T08:29:26.3781276Z AWS_SECRET_ACCESS_KEY: *** 2025-01-24T08:29:26.3786536Z AWS_SESSION_TOKEN: *** 2025-01-24T08:29:26.3786761Z ##[endgroup] 2025-01-24T08:29:26.3907506Z ##[group]Run .github/scripts/parse_ref.py 2025-01-24T08:29:26.3907855Z .github/scripts/parse_ref.py 2025-01-24T08:29:26.3929847Z shell: /usr/bin/bash -e {0} 2025-01-24T08:29:26.3930097Z env: 2025-01-24T08:29:26.3930385Z GIT_DEFAULT_BRANCH: main 2025-01-24T08:29:26.3930761Z RUNNER_ARTIFACT_DIR: /var/home/pytorchci/actions-runner/_work/_temp/artifacts 2025-01-24T08:29:26.3931299Z RUNNER_TEST_RESULTS_DIR: /var/home/pytorchci/actions-runner/_work/_temp/test-results 2025-01-24T08:29:26.3931793Z RUNNER_DOCS_DIR: /var/home/pytorchci/actions-runner/_work/_temp/docs 2025-01-24T08:29:26.3932612Z GPU_FLAG: --device=/dev/mem --device=/dev/kfd --device /dev/dri --group-add video --group-add 110 --group-add daemon --group-add bin --cap-add=SYS_PTRACE --security-opt seccomp=unconfined --network=host 2025-01-24T08:29:26.3933369Z AWS_DEFAULT_REGION: us-east-1 2025-01-24T08:29:26.3933605Z AWS_REGION: us-east-1 2025-01-24T08:29:26.3933898Z AWS_ACCESS_KEY_ID: *** 2025-01-24T08:29:26.3934244Z AWS_SECRET_ACCESS_KEY: *** 2025-01-24T08:29:26.3939491Z AWS_SESSION_TOKEN: *** 2025-01-24T08:29:26.3939715Z ##[endgroup] 2025-01-24T08:29:26.4238507Z Prepare all required actions 2025-01-24T08:29:26.4265633Z ##[group]Run ./.github/actions/get-workflow-job-id 2025-01-24T08:29:26.4265936Z with: 2025-01-24T08:29:26.4266289Z github-token: *** 2025-01-24T08:29:26.4266498Z env: 2025-01-24T08:29:26.4266688Z GIT_DEFAULT_BRANCH: main 2025-01-24T08:29:26.4267054Z RUNNER_ARTIFACT_DIR: /var/home/pytorchci/actions-runner/_work/_temp/artifacts 2025-01-24T08:29:26.4267587Z RUNNER_TEST_RESULTS_DIR: /var/home/pytorchci/actions-runner/_work/_temp/test-results 2025-01-24T08:29:26.4268110Z RUNNER_DOCS_DIR: /var/home/pytorchci/actions-runner/_work/_temp/docs 2025-01-24T08:29:26.4268959Z GPU_FLAG: --device=/dev/mem --device=/dev/kfd --device /dev/dri --group-add video --group-add 110 --group-add daemon --group-add bin --cap-add=SYS_PTRACE --security-opt seccomp=unconfined --network=host 2025-01-24T08:29:26.4269723Z AWS_DEFAULT_REGION: us-east-1 2025-01-24T08:29:26.4269959Z AWS_REGION: us-east-1 2025-01-24T08:29:26.4270236Z AWS_ACCESS_KEY_ID: *** 2025-01-24T08:29:26.4270549Z AWS_SECRET_ACCESS_KEY: *** 2025-01-24T08:29:26.4275834Z AWS_SESSION_TOKEN: *** 2025-01-24T08:29:26.4276052Z ##[endgroup] 2025-01-24T08:29:26.4290349Z ##[group]Run set -eux 2025-01-24T08:29:26.4290603Z set -eux 2025-01-24T08:29:26.4290988Z python3 .github/scripts/get_workflow_job_id.py "${GITHUB_RUN_ID}" "${RUNNER_NAME}" 2025-01-24T08:29:26.4309853Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2025-01-24T08:29:26.4310179Z env: 2025-01-24T08:29:26.4310366Z GIT_DEFAULT_BRANCH: main 2025-01-24T08:29:26.4310737Z RUNNER_ARTIFACT_DIR: /var/home/pytorchci/actions-runner/_work/_temp/artifacts 2025-01-24T08:29:26.4311488Z RUNNER_TEST_RESULTS_DIR: /var/home/pytorchci/actions-runner/_work/_temp/test-results 2025-01-24T08:29:26.4311993Z RUNNER_DOCS_DIR: /var/home/pytorchci/actions-runner/_work/_temp/docs 2025-01-24T08:29:26.4312836Z GPU_FLAG: --device=/dev/mem --device=/dev/kfd --device /dev/dri --group-add video --group-add 110 --group-add daemon --group-add bin --cap-add=SYS_PTRACE --security-opt seccomp=unconfined --network=host 2025-01-24T08:29:26.4313575Z AWS_DEFAULT_REGION: us-east-1 2025-01-24T08:29:26.4313819Z AWS_REGION: us-east-1 2025-01-24T08:29:26.4314089Z AWS_ACCESS_KEY_ID: *** 2025-01-24T08:29:26.4314414Z AWS_SECRET_ACCESS_KEY: *** 2025-01-24T08:29:26.4319636Z AWS_SESSION_TOKEN: *** 2025-01-24T08:29:26.4319983Z GITHUB_TOKEN: *** 2025-01-24T08:29:26.4320192Z ##[endgroup] 2025-01-24T08:29:26.4363023Z + python3 .github/scripts/get_workflow_job_id.py 12940918145 gpud515 2025-01-24T08:29:27.4286950Z setting job-id=36098372194 2025-01-24T08:29:27.4287708Z setting job-name=linux-focal-rocm6.3-py3.10 / test (distributed, 1, 1, linux.rocm.gpu.4) 2025-01-24T08:29:27.4484223Z Prepare all required actions 2025-01-24T08:29:27.4484593Z Getting action download info 2025-01-24T08:29:27.5716825Z ##[group]Run ./.github/actions/filter-test-configs 2025-01-24T08:29:27.5717144Z with: 2025-01-24T08:29:27.5717519Z github-token: *** 2025-01-24T08:29:27.5718303Z test-matrix: {"include": [{"config": "default", "shard": 1, "num_shards": 2, "runner": "linux.rocm.gpu.2"}, {"config": "default", "shard": 2, "num_shards": 2, "runner": "linux.rocm.gpu.2"}, {"config": "distributed", "shard": 1, "num_shards": 1, "runner": "linux.rocm.gpu.4"}]} 2025-01-24T08:29:27.5719260Z job-name: linux-focal-rocm6.3-py3.10 / test (distributed, 1, 1, linux.rocm.gpu.4) 2025-01-24T08:29:27.5719660Z env: 2025-01-24T08:29:27.5719851Z GIT_DEFAULT_BRANCH: main 2025-01-24T08:29:27.5720226Z RUNNER_ARTIFACT_DIR: /var/home/pytorchci/actions-runner/_work/_temp/artifacts 2025-01-24T08:29:27.5720757Z RUNNER_TEST_RESULTS_DIR: /var/home/pytorchci/actions-runner/_work/_temp/test-results 2025-01-24T08:29:27.5721306Z RUNNER_DOCS_DIR: /var/home/pytorchci/actions-runner/_work/_temp/docs 2025-01-24T08:29:27.5722152Z GPU_FLAG: --device=/dev/mem --device=/dev/kfd --device /dev/dri --group-add video --group-add 110 --group-add daemon --group-add bin --cap-add=SYS_PTRACE --security-opt seccomp=unconfined --network=host 2025-01-24T08:29:27.5722897Z AWS_DEFAULT_REGION: us-east-1 2025-01-24T08:29:27.5723140Z AWS_REGION: us-east-1 2025-01-24T08:29:27.5723391Z AWS_ACCESS_KEY_ID: *** 2025-01-24T08:29:27.5723706Z AWS_SECRET_ACCESS_KEY: *** 2025-01-24T08:29:27.5728943Z AWS_SESSION_TOKEN: *** 2025-01-24T08:29:27.5729177Z ##[endgroup] 2025-01-24T08:29:27.5761311Z ##[group]Run nick-fields/retry@v3.0.0 2025-01-24T08:29:27.5761586Z with: 2025-01-24T08:29:27.5761771Z shell: bash 2025-01-24T08:29:27.5761962Z timeout_minutes: 10 2025-01-24T08:29:27.5762174Z max_attempts: 5 2025-01-24T08:29:27.5762386Z retry_wait_seconds: 30 2025-01-24T08:29:27.5763059Z command: set -eux # PyYAML 6.0 doesn't work with MacOS x86 anymore # This must run on Python-3.7 (AmazonLinux2) so can't use request=3.32.2 python3 -m pip install requests==2.27.1 pyyaml==6.0.1 2025-01-24T08:29:27.5763749Z polling_interval_seconds: 1 2025-01-24T08:29:27.5763991Z warning_on_retry: true 2025-01-24T08:29:27.5764217Z continue_on_error: false 2025-01-24T08:29:27.5764437Z env: 2025-01-24T08:29:27.5764616Z GIT_DEFAULT_BRANCH: main 2025-01-24T08:29:27.5764967Z RUNNER_ARTIFACT_DIR: /var/home/pytorchci/actions-runner/_work/_temp/artifacts 2025-01-24T08:29:27.5765500Z RUNNER_TEST_RESULTS_DIR: /var/home/pytorchci/actions-runner/_work/_temp/test-results 2025-01-24T08:29:27.5766003Z RUNNER_DOCS_DIR: /var/home/pytorchci/actions-runner/_work/_temp/docs 2025-01-24T08:29:27.5766840Z GPU_FLAG: --device=/dev/mem --device=/dev/kfd --device /dev/dri --group-add video --group-add 110 --group-add daemon --group-add bin --cap-add=SYS_PTRACE --security-opt seccomp=unconfined --network=host 2025-01-24T08:29:27.5767831Z AWS_DEFAULT_REGION: us-east-1 2025-01-24T08:29:27.5768081Z AWS_REGION: us-east-1 2025-01-24T08:29:27.5768344Z AWS_ACCESS_KEY_ID: *** 2025-01-24T08:29:27.5768664Z AWS_SECRET_ACCESS_KEY: *** 2025-01-24T08:29:27.5774007Z AWS_SESSION_TOKEN: *** 2025-01-24T08:29:27.5774329Z GITHUB_TOKEN: *** 2025-01-24T08:29:27.5774542Z ##[endgroup] 2025-01-24T08:29:27.6597690Z + python3 -m pip install requests==2.27.1 pyyaml==6.0.1 2025-01-24T08:29:27.9539647Z Defaulting to user installation because normal site-packages is not writeable 2025-01-24T08:29:28.0578685Z Requirement already satisfied: requests==2.27.1 in /var/home/pytorchci/.local/lib/python3.10/site-packages (2.27.1) 2025-01-24T08:29:28.0583874Z Requirement already satisfied: pyyaml==6.0.1 in /var/home/pytorchci/.local/lib/python3.10/site-packages (6.0.1) 2025-01-24T08:29:28.0689951Z Requirement already satisfied: charset-normalizer~=2.0.0 in /var/home/pytorchci/.local/lib/python3.10/site-packages (from requests==2.27.1) (2.0.12) 2025-01-24T08:29:28.0696260Z Requirement already satisfied: urllib3<1.27,>=1.21.1 in /usr/lib/python3/dist-packages (from requests==2.27.1) (1.26.5) 2025-01-24T08:29:28.0700926Z Requirement already satisfied: certifi>=2017.4.17 in /usr/lib/python3/dist-packages (from requests==2.27.1) (2020.6.20) 2025-01-24T08:29:28.0711641Z Requirement already satisfied: idna<4,>=2.5 in /usr/lib/python3/dist-packages (from requests==2.27.1) (3.3) 2025-01-24T08:29:28.6594003Z Command completed after 1 attempt(s). 2025-01-24T08:29:28.6673517Z ##[group]Run set -x 2025-01-24T08:29:28.6673771Z set -x 2025-01-24T08:29:28.6673980Z  2025-01-24T08:29:28.6674325Z # Use relative path here as this could be checked out anywhere, not necessarily 2025-01-24T08:29:28.6674755Z # in runner workspace 2025-01-24T08:29:28.6675112Z python3 "${GITHUB_ACTION_PATH}/../../scripts/parse_ref.py" 2025-01-24T08:29:28.6696142Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2025-01-24T08:29:28.6696513Z env: 2025-01-24T08:29:28.6696730Z GIT_DEFAULT_BRANCH: main 2025-01-24T08:29:28.6697102Z RUNNER_ARTIFACT_DIR: /var/home/pytorchci/actions-runner/_work/_temp/artifacts 2025-01-24T08:29:28.6697640Z RUNNER_TEST_RESULTS_DIR: /var/home/pytorchci/actions-runner/_work/_temp/test-results 2025-01-24T08:29:28.6698157Z RUNNER_DOCS_DIR: /var/home/pytorchci/actions-runner/_work/_temp/docs 2025-01-24T08:29:28.6698991Z GPU_FLAG: --device=/dev/mem --device=/dev/kfd --device /dev/dri --group-add video --group-add 110 --group-add daemon --group-add bin --cap-add=SYS_PTRACE --security-opt seccomp=unconfined --network=host 2025-01-24T08:29:28.6699735Z AWS_DEFAULT_REGION: us-east-1 2025-01-24T08:29:28.6699977Z AWS_REGION: us-east-1 2025-01-24T08:29:28.6700269Z AWS_ACCESS_KEY_ID: *** 2025-01-24T08:29:28.6700596Z AWS_SECRET_ACCESS_KEY: *** 2025-01-24T08:29:28.6705834Z AWS_SESSION_TOKEN: *** 2025-01-24T08:29:28.6706060Z ##[endgroup] 2025-01-24T08:29:28.6750621Z + python3 /var/home/pytorchci/actions-runner/_work/pytorch/pytorch/./.github/actions/filter-test-configs/../../scripts/parse_ref.py 2025-01-24T08:29:28.6992811Z ##[group]Run echo "Workflow: ${GITHUB_WORKFLOW}" 2025-01-24T08:29:28.6993179Z echo "Workflow: ${GITHUB_WORKFLOW}" 2025-01-24T08:29:28.6993484Z echo "Job name: ${JOB_NAME}" 2025-01-24T08:29:28.6993737Z  2025-01-24T08:29:28.6994068Z # Use relative path here as this could be checked out anywhere, not necessarily 2025-01-24T08:29:28.6994477Z # in runner workspace 2025-01-24T08:29:28.6994858Z python3 "${GITHUB_ACTION_PATH}/../../scripts/filter_test_configs.py" \ 2025-01-24T08:29:28.6995277Z  --workflow "${GITHUB_WORKFLOW}" \ 2025-01-24T08:29:28.6995569Z  --job-name "${JOB_NAME}" \ 2025-01-24T08:29:28.6996435Z  --test-matrix "{"include": [{"config": "default", "shard": 1, "num_shards": 2, "runner": "linux.rocm.gpu.2"}, {"config": "default", "shard": 2, "num_shards": 2, "runner": "linux.rocm.gpu.2"}, {"config": "distributed", "shard": 1, "num_shards": 1, "runner": "linux.rocm.gpu.4"}]}" \ 2025-01-24T08:29:28.6997526Z  --selected-test-configs "" \ 2025-01-24T08:29:28.6997809Z  --pr-number "${PR_NUMBER}" \ 2025-01-24T08:29:28.6998077Z  --tag "${TAG}" \ 2025-01-24T08:29:28.6998326Z  --event-name "${EVENT_NAME}" \ 2025-01-24T08:29:28.6998601Z  --schedule "${SCHEDULE}" \ 2025-01-24T08:29:28.6998858Z  --branch "${HEAD_BRANCH}" 2025-01-24T08:29:28.7018768Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2025-01-24T08:29:28.7019104Z env: 2025-01-24T08:29:28.7019295Z GIT_DEFAULT_BRANCH: main 2025-01-24T08:29:28.7019650Z RUNNER_ARTIFACT_DIR: /var/home/pytorchci/actions-runner/_work/_temp/artifacts 2025-01-24T08:29:28.7020176Z RUNNER_TEST_RESULTS_DIR: /var/home/pytorchci/actions-runner/_work/_temp/test-results 2025-01-24T08:29:28.7020676Z RUNNER_DOCS_DIR: /var/home/pytorchci/actions-runner/_work/_temp/docs 2025-01-24T08:29:28.7021756Z GPU_FLAG: --device=/dev/mem --device=/dev/kfd --device /dev/dri --group-add video --group-add 110 --group-add daemon --group-add bin --cap-add=SYS_PTRACE --security-opt seccomp=unconfined --network=host 2025-01-24T08:29:28.7022513Z AWS_DEFAULT_REGION: us-east-1 2025-01-24T08:29:28.7022748Z AWS_REGION: us-east-1 2025-01-24T08:29:28.7023024Z AWS_ACCESS_KEY_ID: *** 2025-01-24T08:29:28.7023343Z AWS_SECRET_ACCESS_KEY: *** 2025-01-24T08:29:28.7028593Z AWS_SESSION_TOKEN: *** 2025-01-24T08:29:28.7028943Z GITHUB_TOKEN: *** 2025-01-24T08:29:28.7029292Z JOB_NAME: linux-focal-rocm6.3-py3.10 / test (distributed, 1, 1, linux.rocm.gpu.4) 2025-01-24T08:29:28.7029691Z PR_NUMBER: 2025-01-24T08:29:28.7029891Z TAG: ciflow/trunk/145539 2025-01-24T08:29:28.7030116Z EVENT_NAME: push 2025-01-24T08:29:28.7030311Z SCHEDULE: 2025-01-24T08:29:28.7030489Z HEAD_BRANCH: 2025-01-24T08:29:28.7030678Z ##[endgroup] 2025-01-24T08:29:28.7073860Z Workflow: trunk 2025-01-24T08:29:28.7074246Z Job name: linux-focal-rocm6.3-py3.10 / test (distributed, 1, 1, linux.rocm.gpu.4) 2025-01-24T08:29:29.0663467Z INFO:root:Found no test-config label on the PR, so all test configs are included 2025-01-24T08:29:29.3220509Z ##[group]Run echo "Filtered matrix:" 2025-01-24T08:29:29.3220806Z echo "Filtered matrix:" 2025-01-24T08:29:29.3221624Z echo "{"include": [{"config": "default", "shard": 1, "num_shards": 2, "runner": "linux.rocm.gpu.2"}, {"config": "default", "shard": 2, "num_shards": 2, "runner": "linux.rocm.gpu.2"}, {"config": "distributed", "shard": 1, "num_shards": 1, "runner": "linux.rocm.gpu.4"}]}" 2025-01-24T08:29:29.3222425Z  2025-01-24T08:29:29.3222608Z echo 2025-01-24T08:29:29.3222848Z echo "Is the current job unstable? False" 2025-01-24T08:29:29.3223131Z  2025-01-24T08:29:29.3223304Z echo 2025-01-24T08:29:29.3223527Z echo "Is keep-going label set? False" 2025-01-24T08:29:29.3223791Z  2025-01-24T08:29:29.3223974Z echo 2025-01-24T08:29:29.3224213Z echo "Renabled issues? " 2025-01-24T08:29:29.3244581Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2025-01-24T08:29:29.3244912Z env: 2025-01-24T08:29:29.3245103Z GIT_DEFAULT_BRANCH: main 2025-01-24T08:29:29.3245464Z RUNNER_ARTIFACT_DIR: /var/home/pytorchci/actions-runner/_work/_temp/artifacts 2025-01-24T08:29:29.3245999Z RUNNER_TEST_RESULTS_DIR: /var/home/pytorchci/actions-runner/_work/_temp/test-results 2025-01-24T08:29:29.3246490Z RUNNER_DOCS_DIR: /var/home/pytorchci/actions-runner/_work/_temp/docs 2025-01-24T08:29:29.3247322Z GPU_FLAG: --device=/dev/mem --device=/dev/kfd --device /dev/dri --group-add video --group-add 110 --group-add daemon --group-add bin --cap-add=SYS_PTRACE --security-opt seccomp=unconfined --network=host 2025-01-24T08:29:29.3248063Z AWS_DEFAULT_REGION: us-east-1 2025-01-24T08:29:29.3248301Z AWS_REGION: us-east-1 2025-01-24T08:29:29.3248633Z AWS_ACCESS_KEY_ID: *** 2025-01-24T08:29:29.3248953Z AWS_SECRET_ACCESS_KEY: *** 2025-01-24T08:29:29.3254545Z AWS_SESSION_TOKEN: *** 2025-01-24T08:29:29.3254765Z ##[endgroup] 2025-01-24T08:29:29.3299888Z Filtered matrix: 2025-01-24T08:29:29.3300623Z {include: [{config: default, shard: 1, num_shards: 2, runner: linux.rocm.gpu.2}, {config: default, shard: 2, num_shards: 2, runner: linux.rocm.gpu.2}, {config: distributed, shard: 1, num_shards: 1, runner: linux.rocm.gpu.4}]} 2025-01-24T08:29:29.3301305Z 2025-01-24T08:29:29.3301408Z Is the current job unstable? False 2025-01-24T08:29:29.3301581Z 2025-01-24T08:29:29.3301680Z Is keep-going label set? False 2025-01-24T08:29:29.3301837Z 2025-01-24T08:29:29.3301922Z Renabled issues? 2025-01-24T08:29:29.3343272Z ##[group]Run echo "timeout=$((JOB_TIMEOUT-30))" >> "${GITHUB_OUTPUT}" 2025-01-24T08:29:29.3343736Z echo "timeout=$((JOB_TIMEOUT-30))" >> "${GITHUB_OUTPUT}" 2025-01-24T08:29:29.3363988Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2025-01-24T08:29:29.3364324Z env: 2025-01-24T08:29:29.3364513Z GIT_DEFAULT_BRANCH: main 2025-01-24T08:29:29.3364902Z RUNNER_ARTIFACT_DIR: /var/home/pytorchci/actions-runner/_work/_temp/artifacts 2025-01-24T08:29:29.3365439Z RUNNER_TEST_RESULTS_DIR: /var/home/pytorchci/actions-runner/_work/_temp/test-results 2025-01-24T08:29:29.3365926Z RUNNER_DOCS_DIR: /var/home/pytorchci/actions-runner/_work/_temp/docs 2025-01-24T08:29:29.3366754Z GPU_FLAG: --device=/dev/mem --device=/dev/kfd --device /dev/dri --group-add video --group-add 110 --group-add daemon --group-add bin --cap-add=SYS_PTRACE --security-opt seccomp=unconfined --network=host 2025-01-24T08:29:29.3367492Z AWS_DEFAULT_REGION: us-east-1 2025-01-24T08:29:29.3367759Z AWS_REGION: us-east-1 2025-01-24T08:29:29.3368041Z AWS_ACCESS_KEY_ID: *** 2025-01-24T08:29:29.3368359Z AWS_SECRET_ACCESS_KEY: *** 2025-01-24T08:29:29.3373691Z AWS_SESSION_TOKEN: *** 2025-01-24T08:29:29.3373918Z JOB_TIMEOUT: 300 2025-01-24T08:29:29.3374116Z ##[endgroup] 2025-01-24T08:29:29.3460261Z ##[group]Run set -x 2025-01-24T08:29:29.3460566Z set -x 2025-01-24T08:29:29.3460759Z  2025-01-24T08:29:29.3460984Z if [[ $TEST_CONFIG == 'multigpu' ]]; then 2025-01-24T08:29:29.3461322Z  TEST_COMMAND=.ci/pytorch/multigpu-test.sh 2025-01-24T08:29:29.3461657Z elif [[ $BUILD_ENVIRONMENT == *onnx* ]]; then 2025-01-24T08:29:29.3461963Z  TEST_COMMAND=.ci/caffe2/test.sh 2025-01-24T08:29:29.3462222Z else 2025-01-24T08:29:29.3462436Z  TEST_COMMAND=.ci/pytorch/test.sh 2025-01-24T08:29:29.3462722Z fi 2025-01-24T08:29:29.3462895Z  2025-01-24T08:29:29.3463182Z # detached container should get cleaned up by teardown_ec2_linux 2025-01-24T08:29:29.3463638Z # TODO: Stop building test binaries as part of the build phase 2025-01-24T08:29:29.3464029Z # Used for GPU_FLAG since that doesn't play nice 2025-01-24T08:29:29.3464380Z # shellcheck disable=SC2086,SC2090 2025-01-24T08:29:29.3464678Z container_name=$(docker run \ 2025-01-24T08:29:29.3464960Z  ${GPU_FLAG:-} \ 2025-01-24T08:29:29.3465199Z  -e BUILD_ENVIRONMENT \ 2025-01-24T08:29:29.3465454Z  -e PR_NUMBER \ 2025-01-24T08:29:29.3465683Z  -e GITHUB_ACTIONS \ 2025-01-24T08:29:29.3465929Z  -e GITHUB_REPOSITORY \ 2025-01-24T08:29:29.3466191Z  -e GITHUB_WORKFLOW \ 2025-01-24T08:29:29.3466433Z  -e GITHUB_JOB \ 2025-01-24T08:29:29.3466663Z  -e GITHUB_RUN_ID \ 2025-01-24T08:29:29.3466898Z  -e GITHUB_RUN_NUMBER \ 2025-01-24T08:29:29.3467146Z  -e GITHUB_RUN_ATTEMPT \ 2025-01-24T08:29:29.3467393Z  -e JOB_ID \ 2025-01-24T08:29:29.3467604Z  -e JOB_NAME \ 2025-01-24T08:29:29.3467819Z  -e BRANCH \ 2025-01-24T08:29:29.3468023Z  -e SHA1 \ 2025-01-24T08:29:29.3468244Z  -e AWS_DEFAULT_REGION \ 2025-01-24T08:29:29.3468498Z  -e IN_WHEEL_TEST \ 2025-01-24T08:29:29.3468739Z  -e SHARD_NUMBER \ 2025-01-24T08:29:29.3469216Z  -e TEST_CONFIG \ 2025-01-24T08:29:29.3469449Z  -e NUM_TEST_SHARDS \ 2025-01-24T08:29:29.3469698Z  -e REENABLED_ISSUES \ 2025-01-24T08:29:29.3469956Z  -e CONTINUE_THROUGH_ERROR \ 2025-01-24T08:29:29.3470224Z  -e VERBOSE_TEST_LOGS \ 2025-01-24T08:29:29.3470468Z  -e TEST_SHOWLOCALS \ 2025-01-24T08:29:29.3470709Z  -e NO_TEST_TIMEOUT \ 2025-01-24T08:29:29.3470939Z  -e NO_TD \ 2025-01-24T08:29:29.3471188Z  -e MAX_JOBS="$(nproc --ignore=2)" \ 2025-01-24T08:29:29.3471507Z  -e PYTORCH_TEST_CUDA_MEM_LEAK_CHECK \ 2025-01-24T08:29:29.3471818Z  -e PYTORCH_TEST_RERUN_DISABLED_TESTS \ 2025-01-24T08:29:29.3472106Z  -e TESTS_TO_INCLUDE \ 2025-01-24T08:29:29.3472427Z  --env-file="${RUNNER_TEMP}/github_env_${GITHUB_RUN_ID}" \ 2025-01-24T08:29:29.3472784Z  --ulimit stack=10485760:83886080 \ 2025-01-24T08:29:29.3473054Z  --ulimit core=0 \ 2025-01-24T08:29:29.3473323Z  --security-opt seccomp=unconfined \ 2025-01-24T08:29:29.3473607Z  --cap-add=SYS_PTRACE \ 2025-01-24T08:29:29.3473854Z  --shm-size="8g" \ 2025-01-24T08:29:29.3474079Z  --tty \ 2025-01-24T08:29:29.3474284Z  --detach \ 2025-01-24T08:29:29.3474512Z  --name="${container_name}" \ 2025-01-24T08:29:29.3474781Z  --user jenkins \ 2025-01-24T08:29:29.3475070Z  -v "${GITHUB_WORKSPACE}:/var/lib/jenkins/workspace" \ 2025-01-24T08:29:29.3475409Z  -w /var/lib/jenkins/workspace \ 2025-01-24T08:29:29.3475675Z  "${DOCKER_IMAGE}" 2025-01-24T08:29:29.3475891Z ) 2025-01-24T08:29:29.3476104Z # save container name for later step 2025-01-24T08:29:29.3476447Z echo "CONTAINER_NAME=${container_name}" >> "$GITHUB_ENV" 2025-01-24T08:29:29.3477244Z # jenkins user does not have write permission to mounted workspace; work-around by copying within container to jenkins home 2025-01-24T08:29:29.3478077Z docker exec -t "${container_name}" sh -c "cd .. && cp -R workspace pytorch && cd pytorch && pip install dist/*.whl && ${TEST_COMMAND}" 2025-01-24T08:29:29.3497341Z shell: /usr/bin/bash -e {0} 2025-01-24T08:29:29.3497587Z env: 2025-01-24T08:29:29.3497780Z GIT_DEFAULT_BRANCH: main 2025-01-24T08:29:29.3498147Z RUNNER_ARTIFACT_DIR: /var/home/pytorchci/actions-runner/_work/_temp/artifacts 2025-01-24T08:29:29.3498677Z RUNNER_TEST_RESULTS_DIR: /var/home/pytorchci/actions-runner/_work/_temp/test-results 2025-01-24T08:29:29.3499168Z RUNNER_DOCS_DIR: /var/home/pytorchci/actions-runner/_work/_temp/docs 2025-01-24T08:29:29.3500012Z GPU_FLAG: --device=/dev/mem --device=/dev/kfd --device /dev/dri --group-add video --group-add 110 --group-add daemon --group-add bin --cap-add=SYS_PTRACE --security-opt seccomp=unconfined --network=host 2025-01-24T08:29:29.3500760Z AWS_DEFAULT_REGION: us-east-1 2025-01-24T08:29:29.3500997Z AWS_REGION: us-east-1 2025-01-24T08:29:29.3501269Z AWS_ACCESS_KEY_ID: *** 2025-01-24T08:29:29.3501586Z AWS_SECRET_ACCESS_KEY: *** 2025-01-24T08:29:29.3506825Z AWS_SESSION_TOKEN: *** 2025-01-24T08:29:29.3507082Z BUILD_ENVIRONMENT: linux-focal-rocm6.3-py3.10 2025-01-24T08:29:29.3507365Z PR_NUMBER: 2025-01-24T08:29:29.3507569Z GITHUB_REPOSITORY: pytorch/pytorch 2025-01-24T08:29:29.3507823Z GITHUB_WORKFLOW: trunk 2025-01-24T08:29:29.3508033Z GITHUB_JOB: test 2025-01-24T08:29:29.3508229Z GITHUB_RUN_ID: 12940918145 2025-01-24T08:29:29.3508452Z GITHUB_RUN_NUMBER: 113598 2025-01-24T08:29:29.3508669Z GITHUB_RUN_ATTEMPT: 1 2025-01-24T08:29:29.3508873Z JOB_ID: 36098372194 2025-01-24T08:29:29.3509213Z JOB_NAME: linux-focal-rocm6.3-py3.10 / test (distributed, 1, 1, linux.rocm.gpu.4) 2025-01-24T08:29:29.3509594Z BRANCH: 2025-01-24T08:29:29.3509806Z SHA1: d087145b9259b4cfbcb758dc0bca6a6e5d75d08f 2025-01-24T08:29:29.3510096Z CONTINUE_THROUGH_ERROR: False 2025-01-24T08:29:29.3510331Z VERBOSE_TEST_LOGS: False 2025-01-24T08:29:29.3510739Z TEST_SHOWLOCALS: False 2025-01-24T08:29:29.3510953Z NO_TEST_TIMEOUT: False 2025-01-24T08:29:29.3511158Z NO_TD: False 2025-01-24T08:29:29.3511348Z TEST_CONFIG: distributed 2025-01-24T08:29:29.3511558Z SHARD_NUMBER: 1 2025-01-24T08:29:29.3511749Z NUM_TEST_SHARDS: 1 2025-01-24T08:29:29.3511945Z REENABLED_ISSUES: 2025-01-24T08:29:29.3512494Z DOCKER_IMAGE: 308535385114.dkr.ecr.us-east-1.amazonaws.com/pytorch/pytorch-linux-focal-rocm-n-py3:bf84073365afe24d4dcffebc142d1c20de914163 2025-01-24T08:29:29.3513098Z PYTORCH_TEST_CUDA_MEM_LEAK_CHECK: 0 2025-01-24T08:29:29.3513367Z PYTORCH_TEST_RERUN_DISABLED_TESTS: 0 2025-01-24T08:29:29.3514080Z TESTS_TO_INCLUDE: test_nn test_torch test_cuda test_ops test_unary_ufuncs test_binary_ufuncs test_autograd inductor/test_torchinductor distributed/test_c10d_common distributed/test_c10d_nccl 2025-01-24T08:29:29.3514785Z ##[endgroup] 2025-01-24T08:29:29.3553912Z + [[ distributed == \m\u\l\t\i\g\p\u ]] 2025-01-24T08:29:29.3554237Z + [[ linux-focal-rocm6.3-py3.10 == *onnx* ]] 2025-01-24T08:29:29.3554557Z + TEST_COMMAND=.ci/pytorch/test.sh 2025-01-24T08:29:29.3567165Z +++ nproc --ignore=2 2025-01-24T08:29:29.3585600Z ++ docker run --device=/dev/mem --device=/dev/kfd --device /dev/dri --group-add video --group-add 110 --group-add daemon --group-add bin --cap-add=SYS_PTRACE --security-opt seccomp=unconfined --network=host -e BUILD_ENVIRONMENT -e PR_NUMBER -e GITHUB_ACTIONS -e GITHUB_REPOSITORY -e GITHUB_WORKFLOW -e GITHUB_JOB -e GITHUB_RUN_ID -e GITHUB_RUN_NUMBER -e GITHUB_RUN_ATTEMPT -e JOB_ID -e JOB_NAME -e BRANCH -e SHA1 -e AWS_DEFAULT_REGION -e IN_WHEEL_TEST -e SHARD_NUMBER -e TEST_CONFIG -e NUM_TEST_SHARDS -e REENABLED_ISSUES -e CONTINUE_THROUGH_ERROR -e VERBOSE_TEST_LOGS -e TEST_SHOWLOCALS -e NO_TEST_TIMEOUT -e NO_TD -e MAX_JOBS=126 -e PYTORCH_TEST_CUDA_MEM_LEAK_CHECK -e PYTORCH_TEST_RERUN_DISABLED_TESTS -e TESTS_TO_INCLUDE --env-file=/var/home/pytorchci/actions-runner/_work/_temp/github_env_12940918145 --ulimit stack=10485760:83886080 --ulimit core=0 --security-opt seccomp=unconfined --cap-add=SYS_PTRACE --shm-size=8g --tty --detach --name= --user jenkins -v /var/home/pytorchci/actions-runner/_work/pytorch/pytorch:/var/lib/jenkins/workspace -w /var/lib/jenkins/workspace 308535385114.dkr.ecr.us-east-1.amazonaws.com/pytorch/pytorch-linux-focal-rocm-n-py3:bf84073365afe24d4dcffebc142d1c20de914163 2025-01-24T08:29:29.5087210Z + container_name=4924c2c926f503f52154813c60e3c64eff32d36c447609e9d3f2a0b2c4caf23d 2025-01-24T08:29:29.5088002Z + echo CONTAINER_NAME=4924c2c926f503f52154813c60e3c64eff32d36c447609e9d3f2a0b2c4caf23d 2025-01-24T08:29:29.5094668Z + docker exec -t 4924c2c926f503f52154813c60e3c64eff32d36c447609e9d3f2a0b2c4caf23d sh -c 'cd .. && cp -R workspace pytorch && cd pytorch && pip install dist/*.whl && .ci/pytorch/test.sh' 2025-01-24T08:29:43.5246217Z Processing ./dist/torch-2.7.0a0+gitd087145-cp310-cp310-linux_x86_64.whl 2025-01-24T08:29:44.0017132Z Requirement already satisfied: filelock in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from torch==2.7.0a0+gitd087145) (3.16.1) 2025-01-24T08:29:44.0020776Z Requirement already satisfied: typing-extensions>=4.10.0 in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from torch==2.7.0a0+gitd087145) (4.12.2) 2025-01-24T08:29:44.0022359Z Requirement already satisfied: networkx in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from torch==2.7.0a0+gitd087145) (2.8.8) 2025-01-24T08:29:44.0025389Z Requirement already satisfied: jinja2 in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from torch==2.7.0a0+gitd087145) (3.1.5) 2025-01-24T08:29:44.0027896Z Requirement already satisfied: fsspec in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from torch==2.7.0a0+gitd087145) (2024.10.0) 2025-01-24T08:29:44.0032566Z Requirement already satisfied: sympy==1.13.1 in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from torch==2.7.0a0+gitd087145) (1.13.1) 2025-01-24T08:29:44.0048060Z Requirement already satisfied: mpmath<1.4,>=1.1.0 in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from sympy==1.13.1->torch==2.7.0a0+gitd087145) (1.3.0) 2025-01-24T08:29:44.0412930Z Requirement already satisfied: MarkupSafe>=2.0 in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from jinja2->torch==2.7.0a0+gitd087145) (3.0.2) 2025-01-24T08:29:44.4042052Z Installing collected packages: torch 2025-01-24T08:29:54.2974820Z Successfully installed torch-2.7.0a0+gitd087145 2025-01-24T08:29:54.3589950Z + export TERM=vt100 2025-01-24T08:29:54.3596593Z + TERM=vt100 2025-01-24T08:29:54.3597153Z ++ dirname .ci/pytorch/test.sh 2025-01-24T08:29:54.3611294Z + source .ci/pytorch/common.sh 2025-01-24T08:29:54.3618070Z +++ dirname .ci/pytorch/common.sh 2025-01-24T08:29:54.3632267Z ++ source .ci/pytorch/common_utils.sh 2025-01-24T08:29:54.3634625Z +++ declare -f -t trap_add 2025-01-24T08:29:54.3640308Z ++ set -ex -o pipefail 2025-01-24T08:29:54.3640938Z ++ [[ linux-focal-rocm6.3-py3.10 == *rocm* ]] 2025-01-24T08:29:54.3641290Z ++ unset HIP_PLATFORM 2025-01-24T08:29:54.3641537Z ++ export PYTORCH_TEST_WITH_ROCM=1 2025-01-24T08:29:54.3641816Z ++ PYTORCH_TEST_WITH_ROCM=1 2025-01-24T08:29:54.3642058Z ++ export HSAKMT_DEBUG_LEVEL=4 2025-01-24T08:29:54.3642289Z ++ HSAKMT_DEBUG_LEVEL=4 2025-01-24T08:29:54.3642532Z ++ export HSA_FORCE_FINE_GRAIN_PCIE=1 2025-01-24T08:29:54.3642794Z ++ HSA_FORCE_FINE_GRAIN_PCIE=1 2025-01-24T08:29:54.3643027Z ++ BUILD_TEST_LIBTORCH=0 2025-01-24T08:29:54.3643273Z + [[ linux-focal-rocm6.3-py3.10 != *rocm* ]] 2025-01-24T08:29:54.3643551Z + echo 'Environment variables:' 2025-01-24T08:29:54.3643788Z Environment variables: 2025-01-24T08:29:54.3643986Z + env 2025-01-24T08:29:54.3660649Z INSTALLED_DB=yes 2025-01-24T08:29:54.3661092Z GITHUB_WORKSPACE=/var/home/pytorchci/actions-runner/_work/pytorch/pytorch 2025-01-24T08:29:54.3661508Z CONTINUE_THROUGH_ERROR=False 2025-01-24T08:29:54.3661794Z BUILD_ENVIRONMENT=linux-focal-rocm6.3-py3.10 2025-01-24T08:29:54.3665922Z HOSTNAME=gpud515.jax.cs.cpe.ice.amd.com 2025-01-24T08:29:54.3666567Z GITHUB_PATH=/var/home/pytorchci/actions-runner/_work/_temp/_runner_file_commands/add_path_27d95c60-78dc-4201-a18f-c8f6d74d1e5b 2025-01-24T08:29:54.3667153Z GITHUB_ACTION=__self 2025-01-24T08:29:54.3667387Z PYTORCH_TEST_CUDA_MEM_LEAK_CHECK=0 2025-01-24T08:29:54.3667642Z GITHUB_RUN_NUMBER=113598 2025-01-24T08:29:54.3667863Z TEST_CONFIG=distributed 2025-01-24T08:29:54.3668091Z GITHUB_REPOSITORY_OWNER_ID=21003710 2025-01-24T08:29:54.3668350Z AWS_DEFAULT_REGION=us-east-1 2025-01-24T08:29:54.3668601Z GITHUB_TRIGGERING_ACTOR=pytorch-bot[bot] 2025-01-24T08:29:54.3668863Z GITHUB_REF_TYPE=tag 2025-01-24T08:29:54.3669387Z *** 2025-01-24T08:29:54.3669581Z GITHUB_REPOSITORY_ID=65600975 2025-01-24T08:29:54.3669832Z GITHUB_ACTIONS=true 2025-01-24T08:29:54.3670071Z SHA1=d087145b9259b4cfbcb758dc0bca6a6e5d75d08f 2025-01-24T08:29:54.3670457Z GITHUB_SHA=d087145b9259b4cfbcb758dc0bca6a6e5d75d08f 2025-01-24T08:29:54.3670948Z GITHUB_WORKFLOW_REF=pytorch/pytorch/.github/workflows/trunk.yml@refs/tags/ciflow/trunk/145539 2025-01-24T08:29:54.3671401Z VERBOSE_TEST_LOGS=False 2025-01-24T08:29:54.3671640Z GITHUB_REF=refs/tags/ciflow/trunk/145539 2025-01-24T08:29:54.3671900Z SHARD_NUMBER=1 2025-01-24T08:29:54.3672099Z GITHUB_REF_PROTECTED=false 2025-01-24T08:29:54.3672327Z HOME=/var/lib/jenkins 2025-01-24T08:29:54.3672567Z GITHUB_API_URL=https://api.github.com 2025-01-24T08:29:54.3672855Z PYTORCH_TEST_RERUN_DISABLED_TESTS=0 2025-01-24T08:29:54.3673102Z LANG=C.UTF-8 2025-01-24T08:29:54.3673322Z PYTORCH_TEST_WITH_ROCM=1 2025-01-24T08:29:54.3673537Z NUM_TEST_SHARDS=1 2025-01-24T08:29:54.3674054Z GITHUB_STATE=/var/home/pytorchci/actions-runner/_work/_temp/_runner_file_commands/save_state_27d95c60-78dc-4201-a18f-c8f6d74d1e5b 2025-01-24T08:29:54.3674756Z JOB_NAME=linux-focal-rocm6.3-py3.10 / test (distributed, 1, 1, linux.rocm.gpu.4) 2025-01-24T08:29:54.3675166Z MAGMA_HOME=/opt/rocm/magma 2025-01-24T08:29:54.3675688Z GITHUB_ENV=/var/home/pytorchci/actions-runner/_work/_temp/_runner_file_commands/set_env_27d95c60-78dc-4201-a18f-c8f6d74d1e5b 2025-01-24T08:29:54.3676228Z HSAKMT_DEBUG_LEVEL=4 2025-01-24T08:29:54.3676944Z GITHUB_EVENT_PATH=/var/home/pytorchci/actions-runner/_work/_temp/_github_workflow/event.json 2025-01-24T08:29:54.3677390Z GITHUB_EVENT_NAME=push 2025-01-24T08:29:54.3677605Z GITHUB_RUN_ID=12940918145 2025-01-24T08:29:54.3678148Z GITHUB_STEP_SUMMARY=/var/home/pytorchci/actions-runner/_work/_temp/_runner_file_commands/step_summary_27d95c60-78dc-4201-a18f-c8f6d74d1e5b 2025-01-24T08:29:54.3678729Z GITHUB_ACTOR=pytorch-bot[bot] 2025-01-24T08:29:54.3678959Z PR_NUMBER= 2025-01-24T08:29:54.3679143Z GITHUB_RUN_ATTEMPT=1 2025-01-24T08:29:54.3679355Z ANACONDA_PYTHON_VERSION=3.10 2025-01-24T08:29:54.3679630Z GITHUB_GRAPHQL_URL=https://api.github.com/graphql 2025-01-24T08:29:54.3679922Z TERM=vt100 2025-01-24T08:29:54.3680102Z INSTALLED_VISION=yes 2025-01-24T08:29:54.3680301Z BRANCH= 2025-01-24T08:29:54.3680485Z OPENSSL_ROOT_DIR=/opt/openssl 2025-01-24T08:29:54.3681178Z TESTS_TO_INCLUDE=test_nn test_torch test_cuda test_ops test_unary_ufuncs test_binary_ufuncs test_autograd inductor/test_torchinductor distributed/test_c10d_common distributed/test_c10d_nccl 2025-01-24T08:29:54.3682118Z GITHUB_ACTION_PATH=/var/home/pytorchci/actions-runner/_work/pytorch/pytorch/./.github/actions/setup-rocm 2025-01-24T08:29:54.3682616Z GITHUB_SERVER_URL=https://github.com 2025-01-24T08:29:54.3682886Z PYTORCH_ROCM_ARCH=gfx90a;gfx942 2025-01-24T08:29:54.3683118Z REENABLED_ISSUES= 2025-01-24T08:29:54.3683304Z SHLVL=1 2025-01-24T08:29:54.3683472Z MAX_JOBS=126 2025-01-24T08:29:54.3683660Z GITHUB_ACTOR_ID=54816060 2025-01-24T08:29:54.3683944Z GITHUB_WORKFLOW_SHA=d087145b9259b4cfbcb758dc0bca6a6e5d75d08f 2025-01-24T08:29:54.3684275Z GITHUB_REF_NAME=ciflow/trunk/145539 2025-01-24T08:29:54.3684517Z ROCM_PATH=/opt/rocm 2025-01-24T08:29:54.3684710Z GITHUB_JOB=test 2025-01-24T08:29:54.3684901Z NO_TEST_TIMEOUT=False 2025-01-24T08:29:54.3685122Z GITHUB_REPOSITORY=pytorch/pytorch 2025-01-24T08:29:54.3685359Z LC_ALL=C.UTF-8 2025-01-24T08:29:54.3685689Z GITHUB_RETENTION_DAYS=90 2025-01-24T08:29:54.3685914Z OPENSSL_DIR=/opt/openssl 2025-01-24T08:29:54.3686138Z GITHUB_ACTION_REPOSITORY= 2025-01-24T08:29:54.3686937Z PATH=/opt/cache/bin:/opt/rocm/llvm/bin:/opt/rocm/opencl/bin:/opt/rocm/hip/bin:/opt/rocm/hcc/bin:/opt/rocm/bin:/opt/conda/envs/py_3.10/bin:/opt/conda/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin 2025-01-24T08:29:54.3687739Z GITHUB_BASE_REF= 2025-01-24T08:29:54.3687928Z CI=true 2025-01-24T08:29:54.3688107Z HSA_FORCE_FINE_GRAIN_PCIE=1 2025-01-24T08:29:54.3688343Z GITHUB_REPOSITORY_OWNER=pytorch 2025-01-24T08:29:54.3688575Z JOB_ID=36098372194 2025-01-24T08:29:54.3688771Z INSTALLED_PROTOBUF=yes 2025-01-24T08:29:54.3688976Z GITHUB_HEAD_REF= 2025-01-24T08:29:54.3689165Z GITHUB_ACTION_REF= 2025-01-24T08:29:54.3689360Z TEST_SHOWLOCALS=False 2025-01-24T08:29:54.3689565Z GITHUB_WORKFLOW=trunk 2025-01-24T08:29:54.3689779Z DEBIAN_FRONTEND=noninteractive 2025-01-24T08:29:54.3690410Z GITHUB_OUTPUT=/var/home/pytorchci/actions-runner/_work/_temp/_runner_file_commands/set_output_27d95c60-78dc-4201-a18f-c8f6d74d1e5b 2025-01-24T08:29:54.3690954Z NO_TD=False 2025-01-24T08:29:54.3691137Z OLDPWD=/var/lib/jenkins 2025-01-24T08:29:54.3691338Z _=/usr/bin/env 2025-01-24T08:29:54.3691600Z ++ python -c 'import site; print(site.getsitepackages()[0])' 2025-01-24T08:29:54.3917082Z + TORCH_INSTALL_DIR=/opt/conda/envs/py_3.10/lib/python3.10/site-packages/torch 2025-01-24T08:29:54.3917968Z + TORCH_BIN_DIR=/opt/conda/envs/py_3.10/lib/python3.10/site-packages/torch/bin 2025-01-24T08:29:54.3918816Z + TORCH_LIB_DIR=/opt/conda/envs/py_3.10/lib/python3.10/site-packages/torch/lib 2025-01-24T08:29:54.3919642Z + TORCH_TEST_DIR=/opt/conda/envs/py_3.10/lib/python3.10/site-packages/torch/test 2025-01-24T08:29:54.3920274Z + BUILD_DIR=build 2025-01-24T08:29:54.3920628Z + BUILD_RENAMED_DIR=build_renamed 2025-01-24T08:29:54.3921047Z + BUILD_BIN_DIR=build/bin 2025-01-24T08:29:54.3921405Z + SHARD_NUMBER=1 2025-01-24T08:29:54.3921727Z + NUM_TEST_SHARDS=1 2025-01-24T08:29:54.3922071Z + export VALGRIND=ON 2025-01-24T08:29:54.3922411Z + VALGRIND=ON 2025-01-24T08:29:54.3923143Z + [[ linux-focal-rocm6.3-py3.10 == *clang9* ]] 2025-01-24T08:29:54.3923649Z + [[ linux-focal-rocm6.3-py3.10 == *xpu* ]] 2025-01-24T08:29:54.3924137Z + [[ linux-focal-rocm6.3-py3.10 == *s390x* ]] 2025-01-24T08:29:54.3924568Z + [[ 0 == \1 ]] 2025-01-24T08:29:54.3924877Z + [[ False == \1 ]] 2025-01-24T08:29:54.3925240Z + [[ linux-focal-rocm6.3-py3.10 != *bazel* ]] 2025-01-24T08:29:54.3928437Z ++ realpath build/custom_test_artifacts 2025-01-24T08:29:54.3943754Z + CUSTOM_TEST_ARTIFACT_BUILD_DIR=/var/lib/jenkins/pytorch/build/custom_test_artifacts 2025-01-24T08:29:54.3944668Z + [[ -n test_nn test_torch test_cuda test_ops test_unary_ufuncs test_binary_ufuncs test_autograd inductor/test_torchinductor distributed/test_c10d_common distributed/test_c10d_nccl ]] 2025-01-24T08:29:54.3945405Z + echo 'Setting INCLUDE_CLAUSE' 2025-01-24T08:29:54.3945646Z Setting INCLUDE_CLAUSE 2025-01-24T08:29:54.3946409Z + INCLUDE_CLAUSE='--include test_nn test_torch test_cuda test_ops test_unary_ufuncs test_binary_ufuncs test_autograd inductor/test_torchinductor distributed/test_c10d_common distributed/test_c10d_nccl' 2025-01-24T08:29:54.3947337Z + echo 'Environment variables' 2025-01-24T08:29:54.3947637Z Environment variables 2025-01-24T08:29:54.3947888Z + env 2025-01-24T08:29:54.3960714Z INSTALLED_DB=yes 2025-01-24T08:29:54.3961050Z GITHUB_WORKSPACE=/var/home/pytorchci/actions-runner/_work/pytorch/pytorch 2025-01-24T08:29:54.3961451Z CONTINUE_THROUGH_ERROR=False 2025-01-24T08:29:54.3961745Z BUILD_ENVIRONMENT=linux-focal-rocm6.3-py3.10 2025-01-24T08:29:54.3962049Z HOSTNAME=gpud515.jax.cs.cpe.ice.amd.com 2025-01-24T08:29:54.3962652Z GITHUB_PATH=/var/home/pytorchci/actions-runner/_work/_temp/_runner_file_commands/add_path_27d95c60-78dc-4201-a18f-c8f6d74d1e5b 2025-01-24T08:29:54.3963198Z GITHUB_ACTION=__self 2025-01-24T08:29:54.3963420Z PYTORCH_TEST_CUDA_MEM_LEAK_CHECK=0 2025-01-24T08:29:54.3963672Z GITHUB_RUN_NUMBER=113598 2025-01-24T08:29:54.3964072Z TEST_CONFIG=distributed 2025-01-24T08:29:54.3964315Z GITHUB_REPOSITORY_OWNER_ID=21003710 2025-01-24T08:29:54.3964576Z AWS_DEFAULT_REGION=us-east-1 2025-01-24T08:29:54.3964831Z GITHUB_TRIGGERING_ACTOR=pytorch-bot[bot] 2025-01-24T08:29:54.3965093Z GITHUB_REF_TYPE=tag 2025-01-24T08:29:54.3965327Z *** 2025-01-24T08:29:54.3965510Z GITHUB_REPOSITORY_ID=65600975 2025-01-24T08:29:54.3965740Z GITHUB_ACTIONS=true 2025-01-24T08:29:54.3965972Z SHA1=d087145b9259b4cfbcb758dc0bca6a6e5d75d08f 2025-01-24T08:29:54.3966284Z GITHUB_SHA=d087145b9259b4cfbcb758dc0bca6a6e5d75d08f 2025-01-24T08:29:54.3966763Z GITHUB_WORKFLOW_REF=pytorch/pytorch/.github/workflows/trunk.yml@refs/tags/ciflow/trunk/145539 2025-01-24T08:29:54.3967202Z VERBOSE_TEST_LOGS=False 2025-01-24T08:29:54.3967429Z GITHUB_REF=refs/tags/ciflow/trunk/145539 2025-01-24T08:29:54.3967682Z SHARD_NUMBER=1 2025-01-24T08:29:54.3967877Z GITHUB_REF_PROTECTED=false 2025-01-24T08:29:54.3968097Z HOME=/var/lib/jenkins 2025-01-24T08:29:54.3968327Z GITHUB_API_URL=https://api.github.com 2025-01-24T08:29:54.3968601Z PYTORCH_TEST_RERUN_DISABLED_TESTS=0 2025-01-24T08:29:54.3968844Z LANG=C.UTF-8 2025-01-24T08:29:54.3969032Z PYTORCH_TEST_WITH_ROCM=1 2025-01-24T08:29:54.3969242Z NUM_TEST_SHARDS=1 2025-01-24T08:29:54.3969747Z GITHUB_STATE=/var/home/pytorchci/actions-runner/_work/_temp/_runner_file_commands/save_state_27d95c60-78dc-4201-a18f-c8f6d74d1e5b 2025-01-24T08:29:54.3970517Z JOB_NAME=linux-focal-rocm6.3-py3.10 / test (distributed, 1, 1, linux.rocm.gpu.4) 2025-01-24T08:29:54.3970909Z MAGMA_HOME=/opt/rocm/magma 2025-01-24T08:29:54.3971416Z GITHUB_ENV=/var/home/pytorchci/actions-runner/_work/_temp/_runner_file_commands/set_env_27d95c60-78dc-4201-a18f-c8f6d74d1e5b 2025-01-24T08:29:54.3971946Z HSAKMT_DEBUG_LEVEL=4 2025-01-24T08:29:54.3972333Z GITHUB_EVENT_PATH=/var/home/pytorchci/actions-runner/_work/_temp/_github_workflow/event.json 2025-01-24T08:29:54.3972768Z GITHUB_EVENT_NAME=push 2025-01-24T08:29:54.3972982Z GITHUB_RUN_ID=12940918145 2025-01-24T08:29:54.3973537Z GITHUB_STEP_SUMMARY=/var/home/pytorchci/actions-runner/_work/_temp/_runner_file_commands/step_summary_27d95c60-78dc-4201-a18f-c8f6d74d1e5b 2025-01-24T08:29:54.3974303Z GITHUB_ACTOR=pytorch-bot[bot] 2025-01-24T08:29:54.3974531Z PR_NUMBER= 2025-01-24T08:29:54.3974714Z GITHUB_RUN_ATTEMPT=1 2025-01-24T08:29:54.3974914Z VALGRIND=ON 2025-01-24T08:29:54.3975103Z ANACONDA_PYTHON_VERSION=3.10 2025-01-24T08:29:54.3975380Z GITHUB_GRAPHQL_URL=https://api.github.com/graphql 2025-01-24T08:29:54.3975669Z TERM=vt100 2025-01-24T08:29:54.3975852Z INSTALLED_VISION=yes 2025-01-24T08:29:54.3976048Z BRANCH= 2025-01-24T08:29:54.3976237Z OPENSSL_ROOT_DIR=/opt/openssl 2025-01-24T08:29:54.3976947Z TESTS_TO_INCLUDE=test_nn test_torch test_cuda test_ops test_unary_ufuncs test_binary_ufuncs test_autograd inductor/test_torchinductor distributed/test_c10d_common distributed/test_c10d_nccl 2025-01-24T08:29:54.3977909Z GITHUB_ACTION_PATH=/var/home/pytorchci/actions-runner/_work/pytorch/pytorch/./.github/actions/setup-rocm 2025-01-24T08:29:54.3978405Z GITHUB_SERVER_URL=https://github.com 2025-01-24T08:29:54.3978706Z PYTORCH_ROCM_ARCH=gfx90a;gfx942 2025-01-24T08:29:54.3978940Z REENABLED_ISSUES= 2025-01-24T08:29:54.3979132Z SHLVL=1 2025-01-24T08:29:54.3979297Z MAX_JOBS=126 2025-01-24T08:29:54.3979482Z GITHUB_ACTOR_ID=54816060 2025-01-24T08:29:54.3979764Z GITHUB_WORKFLOW_SHA=d087145b9259b4cfbcb758dc0bca6a6e5d75d08f 2025-01-24T08:29:54.3980094Z GITHUB_REF_NAME=ciflow/trunk/145539 2025-01-24T08:29:54.3980336Z ROCM_PATH=/opt/rocm 2025-01-24T08:29:54.3980529Z GITHUB_JOB=test 2025-01-24T08:29:54.3980719Z NO_TEST_TIMEOUT=False 2025-01-24T08:29:54.3980936Z GITHUB_REPOSITORY=pytorch/pytorch 2025-01-24T08:29:54.3981171Z LC_ALL=C.UTF-8 2025-01-24T08:29:54.3981362Z GITHUB_RETENTION_DAYS=90 2025-01-24T08:29:54.3981584Z OPENSSL_DIR=/opt/openssl 2025-01-24T08:29:54.3981802Z GITHUB_ACTION_REPOSITORY= 2025-01-24T08:29:54.3982750Z PATH=/opt/cache/bin:/opt/rocm/llvm/bin:/opt/rocm/opencl/bin:/opt/rocm/hip/bin:/opt/rocm/hcc/bin:/opt/rocm/bin:/opt/conda/envs/py_3.10/bin:/opt/conda/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin 2025-01-24T08:29:54.3983563Z GITHUB_BASE_REF= 2025-01-24T08:29:54.3983754Z CI=true 2025-01-24T08:29:54.3983932Z HSA_FORCE_FINE_GRAIN_PCIE=1 2025-01-24T08:29:54.3984164Z GITHUB_REPOSITORY_OWNER=pytorch 2025-01-24T08:29:54.3984388Z JOB_ID=36098372194 2025-01-24T08:29:54.3984584Z INSTALLED_PROTOBUF=yes 2025-01-24T08:29:54.3984790Z GITHUB_HEAD_REF= 2025-01-24T08:29:54.3984980Z GITHUB_ACTION_REF= 2025-01-24T08:29:54.3985174Z TEST_SHOWLOCALS=False 2025-01-24T08:29:54.3985380Z GITHUB_WORKFLOW=trunk 2025-01-24T08:29:54.3985594Z DEBIAN_FRONTEND=noninteractive 2025-01-24T08:29:54.3986134Z GITHUB_OUTPUT=/var/home/pytorchci/actions-runner/_work/_temp/_runner_file_commands/set_output_27d95c60-78dc-4201-a18f-c8f6d74d1e5b 2025-01-24T08:29:54.3986674Z NO_TD=False 2025-01-24T08:29:54.3986856Z OLDPWD=/var/lib/jenkins 2025-01-24T08:29:54.3987065Z _=/usr/bin/env 2025-01-24T08:29:54.3987255Z + echo 'Testing pytorch' 2025-01-24T08:29:54.3987464Z Testing pytorch 2025-01-24T08:29:54.3987659Z + export LANG=C.UTF-8 2025-01-24T08:29:54.3987855Z + LANG=C.UTF-8 2025-01-24T08:29:54.3988046Z + PR_NUMBER= 2025-01-24T08:29:54.3988242Z + [[ distributed == \d\e\f\a\u\l\t ]] 2025-01-24T08:29:54.3988512Z + [[ distributed == \d\i\s\t\r\i\b\u\t\e\d ]] 2025-01-24T08:29:54.3988797Z + [[ linux-focal-rocm6.3-py3.10 == *rocm* ]] 2025-01-24T08:29:54.3989073Z + export HIP_VISIBLE_DEVICES=0,1,2,3 2025-01-24T08:29:54.3989326Z + HIP_VISIBLE_DEVICES=0,1,2,3 2025-01-24T08:29:54.3989556Z + [[ distributed == \s\l\o\w ]] 2025-01-24T08:29:54.3989830Z + [[ linux-focal-rocm6.3-py3.10 == *slow-gradcheck* ]] 2025-01-24T08:29:54.3990150Z + [[ linux-focal-rocm6.3-py3.10 == *cuda* ]] 2025-01-24T08:29:54.3990429Z + [[ linux-focal-rocm6.3-py3.10 == *rocm* ]] 2025-01-24T08:29:54.3990713Z + export PYTORCH_TESTING_DEVICE_ONLY_FOR=cuda 2025-01-24T08:29:54.3990996Z + PYTORCH_TESTING_DEVICE_ONLY_FOR=cuda 2025-01-24T08:29:54.3991259Z + [[ distributed == *crossref* ]] 2025-01-24T08:29:54.3991519Z + [[ linux-focal-rocm6.3-py3.10 == *rocm* ]] 2025-01-24T08:29:54.3991779Z + export VALGRIND=OFF 2025-01-24T08:29:54.3991975Z + VALGRIND=OFF 2025-01-24T08:29:54.3992292Z + rocminfo 2025-01-24T08:29:54.4139172Z ROCk module version 6.8.5 is loaded 2025-01-24T08:29:54.5235872Z ===================== 2025-01-24T08:29:54.5236310Z HSA System Attributes 2025-01-24T08:29:54.5236676Z ===================== 2025-01-24T08:29:54.5237044Z Runtime Version: 1.14 2025-01-24T08:29:54.5237441Z Runtime Ext Version: 1.6 2025-01-24T08:29:54.5237849Z System Timestamp Freq.: 1000.000000MHz 2025-01-24T08:29:54.5238552Z Sig. Max Wait Duration: 18446744073709551615 (0xFFFFFFFFFFFFFFFF) (timestamp count) 2025-01-24T08:29:54.5239464Z Machine Model: LARGE 2025-01-24T08:29:54.5239957Z System Endianness: LITTLE 2025-01-24T08:29:54.5240321Z Mwaitx: DISABLED 2025-01-24T08:29:54.5240601Z DMAbuf Support: YES 2025-01-24T08:29:54.5240773Z 2025-01-24T08:29:54.5240875Z ========== 2025-01-24T08:29:54.5241141Z HSA Agents 2025-01-24T08:29:54.5241388Z ========== 2025-01-24T08:29:54.5241619Z ******* 2025-01-24T08:29:54.5241857Z Agent 1 2025-01-24T08:29:54.5242105Z ******* 2025-01-24T08:29:54.5242398Z Name: AMD EPYC 7713 64-Core Processor 2025-01-24T08:29:54.5242774Z Uuid: CPU-XX 2025-01-24T08:29:54.5243166Z Marketing Name: AMD EPYC 7713 64-Core Processor 2025-01-24T08:29:54.5243586Z Vendor Name: CPU 2025-01-24T08:29:54.5243976Z Feature: None specified 2025-01-24T08:29:54.5244418Z Profile: FULL_PROFILE 2025-01-24T08:29:54.5244826Z Float Round Mode: NEAR 2025-01-24T08:29:54.5245439Z Max Queue Number: 0(0x0) 2025-01-24T08:29:54.5245851Z Queue Min Size: 0(0x0) 2025-01-24T08:29:54.5246240Z Queue Max Size: 0(0x0) 2025-01-24T08:29:54.5246624Z Queue Type: MULTI 2025-01-24T08:29:54.5246993Z Node: 0 2025-01-24T08:29:54.5247377Z Device Type: CPU 2025-01-24T08:29:54.5247724Z Cache Info: 2025-01-24T08:29:54.5248011Z L1: 32768(0x8000) KB 2025-01-24T08:29:54.5248366Z Chip ID: 0(0x0) 2025-01-24T08:29:54.5248752Z ASIC Revision: 0(0x0) 2025-01-24T08:29:54.5249156Z Cacheline Size: 64(0x40) 2025-01-24T08:29:54.5249555Z Max Clock Freq. (MHz): 2000 2025-01-24T08:29:54.5249934Z BDFID: 0 2025-01-24T08:29:54.5250464Z Internal Node ID: 0 2025-01-24T08:29:54.5250797Z Compute Unit: 64 2025-01-24T08:29:54.5251117Z SIMDs per CU: 0 2025-01-24T08:29:54.5251437Z Shader Engines: 0 2025-01-24T08:29:54.5251770Z Shader Arrs. per Eng.: 0 2025-01-24T08:29:54.5252119Z WatchPts on Addr. Ranges:1 2025-01-24T08:29:54.5252430Z Memory Properties: 2025-01-24T08:29:54.5252658Z Features: None 2025-01-24T08:29:54.5252885Z Pool Info: 2025-01-24T08:29:54.5253115Z Pool 1 2025-01-24T08:29:54.5253393Z Segment: GLOBAL; FLAGS: FINE GRAINED 2025-01-24T08:29:54.5253731Z Size: 528196736(0x1f7ba480) KB 2025-01-24T08:29:54.5254070Z Allocatable: TRUE 2025-01-24T08:29:54.5254589Z Alloc Granule: 4KB 2025-01-24T08:29:54.5254957Z Alloc Recommended Granule:4KB 2025-01-24T08:29:54.5255316Z Alloc Alignment: 4KB 2025-01-24T08:29:54.5255672Z Accessible by all: TRUE 2025-01-24T08:29:54.5255976Z Pool 2 2025-01-24T08:29:54.5256277Z Segment: GLOBAL; FLAGS: EXTENDED FINE GRAINED 2025-01-24T08:29:54.5256605Z Size: 528196736(0x1f7ba480) KB 2025-01-24T08:29:54.5256924Z Allocatable: TRUE 2025-01-24T08:29:54.5257258Z Alloc Granule: 4KB 2025-01-24T08:29:54.5257624Z Alloc Recommended Granule:4KB 2025-01-24T08:29:54.5257988Z Alloc Alignment: 4KB 2025-01-24T08:29:54.5258336Z Accessible by all: TRUE 2025-01-24T08:29:54.5258638Z Pool 3 2025-01-24T08:29:54.5258904Z Segment: GLOBAL; FLAGS: KERNARG, FINE GRAINED 2025-01-24T08:29:54.5259228Z Size: 528196736(0x1f7ba480) KB 2025-01-24T08:29:54.5259553Z Allocatable: TRUE 2025-01-24T08:29:54.5259882Z Alloc Granule: 4KB 2025-01-24T08:29:54.5260228Z Alloc Recommended Granule:4KB 2025-01-24T08:29:54.5260581Z Alloc Alignment: 4KB 2025-01-24T08:29:54.5260923Z Accessible by all: TRUE 2025-01-24T08:29:54.5261227Z Pool 4 2025-01-24T08:29:54.5261651Z Segment: GLOBAL; FLAGS: COARSE GRAINED 2025-01-24T08:29:54.5261978Z Size: 528196736(0x1f7ba480) KB 2025-01-24T08:29:54.5262298Z Allocatable: TRUE 2025-01-24T08:29:54.5262649Z Alloc Granule: 4KB 2025-01-24T08:29:54.5263009Z Alloc Recommended Granule:4KB 2025-01-24T08:29:54.5263358Z Alloc Alignment: 4KB 2025-01-24T08:29:54.5263700Z Accessible by all: TRUE 2025-01-24T08:29:54.5263994Z ISA Info: 2025-01-24T08:29:54.5264218Z ******* 2025-01-24T08:29:54.5264423Z Agent 2 2025-01-24T08:29:54.5264625Z ******* 2025-01-24T08:29:54.5264868Z Name: AMD EPYC 7713 64-Core Processor 2025-01-24T08:29:54.5265184Z Uuid: CPU-XX 2025-01-24T08:29:54.5265515Z Marketing Name: AMD EPYC 7713 64-Core Processor 2025-01-24T08:29:54.5265856Z Vendor Name: CPU 2025-01-24T08:29:54.5266188Z Feature: None specified 2025-01-24T08:29:54.5266514Z Profile: FULL_PROFILE 2025-01-24T08:29:54.5266844Z Float Round Mode: NEAR 2025-01-24T08:29:54.5267245Z Max Queue Number: 0(0x0) 2025-01-24T08:29:54.5267575Z Queue Min Size: 0(0x0) 2025-01-24T08:29:54.5267893Z Queue Max Size: 0(0x0) 2025-01-24T08:29:54.5268214Z Queue Type: MULTI 2025-01-24T08:29:54.5268526Z Node: 1 2025-01-24T08:29:54.5268830Z Device Type: CPU 2025-01-24T08:29:54.5269118Z Cache Info: 2025-01-24T08:29:54.5269501Z L1: 32768(0x8000) KB 2025-01-24T08:29:54.5269796Z Chip ID: 0(0x0) 2025-01-24T08:29:54.5270107Z ASIC Revision: 0(0x0) 2025-01-24T08:29:54.5270442Z Cacheline Size: 64(0x40) 2025-01-24T08:29:54.5270772Z Max Clock Freq. (MHz): 2000 2025-01-24T08:29:54.5271082Z BDFID: 0 2025-01-24T08:29:54.5271396Z Internal Node ID: 1 2025-01-24T08:29:54.5271738Z Compute Unit: 64 2025-01-24T08:29:54.5272056Z SIMDs per CU: 0 2025-01-24T08:29:54.5272381Z Shader Engines: 0 2025-01-24T08:29:54.5272718Z Shader Arrs. per Eng.: 0 2025-01-24T08:29:54.5273071Z WatchPts on Addr. Ranges:1 2025-01-24T08:29:54.5273371Z Memory Properties: 2025-01-24T08:29:54.5273598Z Features: None 2025-01-24T08:29:54.5273825Z Pool Info: 2025-01-24T08:29:54.5274038Z Pool 1 2025-01-24T08:29:54.5274451Z Segment: GLOBAL; FLAGS: FINE GRAINED 2025-01-24T08:29:54.5274776Z Size: 528455488(0x1f7f9740) KB 2025-01-24T08:29:54.5275094Z Allocatable: TRUE 2025-01-24T08:29:54.5275431Z Alloc Granule: 4KB 2025-01-24T08:29:54.5275782Z Alloc Recommended Granule:4KB 2025-01-24T08:29:54.5276137Z Alloc Alignment: 4KB 2025-01-24T08:29:54.5276614Z Accessible by all: TRUE 2025-01-24T08:29:54.5276916Z Pool 2 2025-01-24T08:29:54.5277187Z Segment: GLOBAL; FLAGS: EXTENDED FINE GRAINED 2025-01-24T08:29:54.5277506Z Size: 528455488(0x1f7f9740) KB 2025-01-24T08:29:54.5277818Z Allocatable: TRUE 2025-01-24T08:29:54.5278148Z Alloc Granule: 4KB 2025-01-24T08:29:54.5278495Z Alloc Recommended Granule:4KB 2025-01-24T08:29:54.5278846Z Alloc Alignment: 4KB 2025-01-24T08:29:54.5279190Z Accessible by all: TRUE 2025-01-24T08:29:54.5279490Z Pool 3 2025-01-24T08:29:54.5279756Z Segment: GLOBAL; FLAGS: KERNARG, FINE GRAINED 2025-01-24T08:29:54.5280073Z Size: 528455488(0x1f7f9740) KB 2025-01-24T08:29:54.5280390Z Allocatable: TRUE 2025-01-24T08:29:54.5280726Z Alloc Granule: 4KB 2025-01-24T08:29:54.5281073Z Alloc Recommended Granule:4KB 2025-01-24T08:29:54.5281419Z Alloc Alignment: 4KB 2025-01-24T08:29:54.5281759Z Accessible by all: TRUE 2025-01-24T08:29:54.5282055Z Pool 4 2025-01-24T08:29:54.5282318Z Segment: GLOBAL; FLAGS: COARSE GRAINED 2025-01-24T08:29:54.5282633Z Size: 528455488(0x1f7f9740) KB 2025-01-24T08:29:54.5282948Z Allocatable: TRUE 2025-01-24T08:29:54.5283281Z Alloc Granule: 4KB 2025-01-24T08:29:54.5283631Z Alloc Recommended Granule:4KB 2025-01-24T08:29:54.5283982Z Alloc Alignment: 4KB 2025-01-24T08:29:54.5284468Z Accessible by all: TRUE 2025-01-24T08:29:54.5284770Z ISA Info: 2025-01-24T08:29:54.5284979Z ******* 2025-01-24T08:29:54.5285184Z Agent 3 2025-01-24T08:29:54.5285388Z ******* 2025-01-24T08:29:54.5285618Z Name: gfx90a 2025-01-24T08:29:54.5285920Z Uuid: GPU-3c8d38f625d62637 2025-01-24T08:29:54.5286258Z Marketing Name: AMD Instinct MI250X/MI250 2025-01-24T08:29:54.5286592Z Vendor Name: AMD 2025-01-24T08:29:54.5286918Z Feature: KERNEL_DISPATCH 2025-01-24T08:29:54.5287242Z Profile: BASE_PROFILE 2025-01-24T08:29:54.5287575Z Float Round Mode: NEAR 2025-01-24T08:29:54.5287909Z Max Queue Number: 128(0x80) 2025-01-24T08:29:54.5288239Z Queue Min Size: 64(0x40) 2025-01-24T08:29:54.5288556Z Queue Max Size: 131072(0x20000) 2025-01-24T08:29:54.5288884Z Queue Type: MULTI 2025-01-24T08:29:54.5289182Z Node: 2 2025-01-24T08:29:54.5289487Z Device Type: GPU 2025-01-24T08:29:54.5289767Z Cache Info: 2025-01-24T08:29:54.5289999Z L1: 16(0x10) KB 2025-01-24T08:29:54.5290357Z L2: 8192(0x2000) KB 2025-01-24T08:29:54.5290651Z Chip ID: 29708(0x740c) 2025-01-24T08:29:54.5290964Z ASIC Revision: 1(0x1) 2025-01-24T08:29:54.5291454Z Cacheline Size: 64(0x40) 2025-01-24T08:29:54.5291799Z Max Clock Freq. (MHz): 1700 2025-01-24T08:29:54.5292110Z BDFID: 12800 2025-01-24T08:29:54.5292423Z Internal Node ID: 2 2025-01-24T08:29:54.5292748Z Compute Unit: 104 2025-01-24T08:29:54.5293061Z SIMDs per CU: 4 2025-01-24T08:29:54.5293383Z Shader Engines: 8 2025-01-24T08:29:54.5293713Z Shader Arrs. per Eng.: 1 2025-01-24T08:29:54.5294053Z WatchPts on Addr. Ranges:4 2025-01-24T08:29:54.5294401Z Coherent Host Access: FALSE 2025-01-24T08:29:54.5294700Z Memory Properties: 2025-01-24T08:29:54.5294943Z Features: KERNEL_DISPATCH 2025-01-24T08:29:54.5295248Z Fast F16 Operation: TRUE 2025-01-24T08:29:54.5295588Z Wavefront Size: 64(0x40) 2025-01-24T08:29:54.5295930Z Workgroup Max Size: 1024(0x400) 2025-01-24T08:29:54.5296233Z Workgroup Max Size per Dimension: 2025-01-24T08:29:54.5296494Z x 1024(0x400) 2025-01-24T08:29:54.5296765Z y 1024(0x400) 2025-01-24T08:29:54.5297033Z z 1024(0x400) 2025-01-24T08:29:54.5297331Z Max Waves Per CU: 32(0x20) 2025-01-24T08:29:54.5297672Z Max Work-item Per CU: 2048(0x800) 2025-01-24T08:29:54.5298005Z Grid Max Size: 4294967295(0xffffffff) 2025-01-24T08:29:54.5298300Z Grid Max Size per Dimension: 2025-01-24T08:29:54.5298546Z x 4294967295(0xffffffff) 2025-01-24T08:29:54.5298825Z y 4294967295(0xffffffff) 2025-01-24T08:29:54.5299299Z z 4294967295(0xffffffff) 2025-01-24T08:29:54.5299620Z Max fbarriers/Workgrp: 32 2025-01-24T08:29:54.5300023Z Packet Processor uCode:: 83 2025-01-24T08:29:54.5300370Z SDMA engine uCode:: 8 2025-01-24T08:29:54.5300710Z IOMMU Support:: None 2025-01-24T08:29:54.5301003Z Pool Info: 2025-01-24T08:29:54.5301218Z Pool 1 2025-01-24T08:29:54.5301494Z Segment: GLOBAL; FLAGS: COARSE GRAINED 2025-01-24T08:29:54.5301821Z Size: 67092480(0x3ffc000) KB 2025-01-24T08:29:54.5302145Z Allocatable: TRUE 2025-01-24T08:29:54.5302482Z Alloc Granule: 4KB 2025-01-24T08:29:54.5302836Z Alloc Recommended Granule:2048KB 2025-01-24T08:29:54.5303192Z Alloc Alignment: 4KB 2025-01-24T08:29:54.5303532Z Accessible by all: FALSE 2025-01-24T08:29:54.5303823Z Pool 2 2025-01-24T08:29:54.5304091Z Segment: GLOBAL; FLAGS: EXTENDED FINE GRAINED 2025-01-24T08:29:54.5304413Z Size: 67092480(0x3ffc000) KB 2025-01-24T08:29:54.5304731Z Allocatable: TRUE 2025-01-24T08:29:54.5305067Z Alloc Granule: 4KB 2025-01-24T08:29:54.5305413Z Alloc Recommended Granule:2048KB 2025-01-24T08:29:54.5305762Z Alloc Alignment: 4KB 2025-01-24T08:29:54.5306242Z Accessible by all: FALSE 2025-01-24T08:29:54.5306545Z Pool 3 2025-01-24T08:29:54.5306809Z Segment: GLOBAL; FLAGS: FINE GRAINED 2025-01-24T08:29:54.5307122Z Size: 67092480(0x3ffc000) KB 2025-01-24T08:29:54.5307436Z Allocatable: TRUE 2025-01-24T08:29:54.5307772Z Alloc Granule: 4KB 2025-01-24T08:29:54.5308119Z Alloc Recommended Granule:2048KB 2025-01-24T08:29:54.5308471Z Alloc Alignment: 4KB 2025-01-24T08:29:54.5308812Z Accessible by all: FALSE 2025-01-24T08:29:54.5309107Z Pool 4 2025-01-24T08:29:54.5309359Z Segment: GROUP 2025-01-24T08:29:54.5309676Z Size: 64(0x40) KB 2025-01-24T08:29:54.5309990Z Allocatable: FALSE 2025-01-24T08:29:54.5310328Z Alloc Granule: 0KB 2025-01-24T08:29:54.5310673Z Alloc Recommended Granule:0KB 2025-01-24T08:29:54.5311019Z Alloc Alignment: 0KB 2025-01-24T08:29:54.5311368Z Accessible by all: FALSE 2025-01-24T08:29:54.5311667Z ISA Info: 2025-01-24T08:29:54.5311880Z ISA 1 2025-01-24T08:29:54.5312160Z Name: amdgcn-amd-amdhsa--gfx90a:sramecc+:xnack- 2025-01-24T08:29:54.5312519Z Machine Models: HSA_MACHINE_MODEL_LARGE 2025-01-24T08:29:54.5312867Z Profiles: HSA_PROFILE_BASE 2025-01-24T08:29:54.5313212Z Default Rounding Mode: NEAR 2025-01-24T08:29:54.5313571Z Default Rounding Mode: NEAR 2025-01-24T08:29:54.5314044Z Fast f16: TRUE 2025-01-24T08:29:54.5314371Z Workgroup Max Size: 1024(0x400) 2025-01-24T08:29:54.5314691Z Workgroup Max Size per Dimension: 2025-01-24T08:29:54.5314966Z x 1024(0x400) 2025-01-24T08:29:54.5315248Z y 1024(0x400) 2025-01-24T08:29:54.5315519Z z 1024(0x400) 2025-01-24T08:29:54.5315822Z Grid Max Size: 4294967295(0xffffffff) 2025-01-24T08:29:54.5316124Z Grid Max Size per Dimension: 2025-01-24T08:29:54.5316379Z x 4294967295(0xffffffff) 2025-01-24T08:29:54.5316658Z y 4294967295(0xffffffff) 2025-01-24T08:29:54.5316939Z z 4294967295(0xffffffff) 2025-01-24T08:29:54.5317257Z FBarrier Max Size: 32 2025-01-24T08:29:54.5317545Z ******* 2025-01-24T08:29:54.5317747Z Agent 4 2025-01-24T08:29:54.5317946Z ******* 2025-01-24T08:29:54.5318176Z Name: gfx90a 2025-01-24T08:29:54.5318483Z Uuid: GPU-77e549644b650cda 2025-01-24T08:29:54.5318809Z Marketing Name: AMD Instinct MI250X/MI250 2025-01-24T08:29:54.5319148Z Vendor Name: AMD 2025-01-24T08:29:54.5319472Z Feature: KERNEL_DISPATCH 2025-01-24T08:29:54.5319798Z Profile: BASE_PROFILE 2025-01-24T08:29:54.5320125Z Float Round Mode: NEAR 2025-01-24T08:29:54.5320589Z Max Queue Number: 128(0x80) 2025-01-24T08:29:54.5320929Z Queue Min Size: 64(0x40) 2025-01-24T08:29:54.5321251Z Queue Max Size: 131072(0x20000) 2025-01-24T08:29:54.5321577Z Queue Type: MULTI 2025-01-24T08:29:54.5321880Z Node: 3 2025-01-24T08:29:54.5322187Z Device Type: GPU 2025-01-24T08:29:54.5322472Z Cache Info: 2025-01-24T08:29:54.5322712Z L1: 16(0x10) KB 2025-01-24T08:29:54.5322992Z L2: 8192(0x2000) KB 2025-01-24T08:29:54.5323276Z Chip ID: 29708(0x740c) 2025-01-24T08:29:54.5323589Z ASIC Revision: 1(0x1) 2025-01-24T08:29:54.5323923Z Cacheline Size: 64(0x40) 2025-01-24T08:29:54.5324254Z Max Clock Freq. (MHz): 1700 2025-01-24T08:29:54.5324572Z BDFID: 13568 2025-01-24T08:29:54.5324885Z Internal Node ID: 3 2025-01-24T08:29:54.5325210Z Compute Unit: 104 2025-01-24T08:29:54.5325533Z SIMDs per CU: 4 2025-01-24T08:29:54.5325854Z Shader Engines: 8 2025-01-24T08:29:54.5326190Z Shader Arrs. per Eng.: 1 2025-01-24T08:29:54.5326532Z WatchPts on Addr. Ranges:4 2025-01-24T08:29:54.5326879Z Coherent Host Access: FALSE 2025-01-24T08:29:54.5327188Z Memory Properties: 2025-01-24T08:29:54.5327425Z Features: KERNEL_DISPATCH 2025-01-24T08:29:54.5327737Z Fast F16 Operation: TRUE 2025-01-24T08:29:54.5328069Z Wavefront Size: 64(0x40) 2025-01-24T08:29:54.5328549Z Workgroup Max Size: 1024(0x400) 2025-01-24T08:29:54.5328858Z Workgroup Max Size per Dimension: 2025-01-24T08:29:54.5329115Z x 1024(0x400) 2025-01-24T08:29:54.5329386Z y 1024(0x400) 2025-01-24T08:29:54.5329660Z z 1024(0x400) 2025-01-24T08:29:54.5329958Z Max Waves Per CU: 32(0x20) 2025-01-24T08:29:54.5330343Z Max Work-item Per CU: 2048(0x800) 2025-01-24T08:29:54.5330669Z Grid Max Size: 4294967295(0xffffffff) 2025-01-24T08:29:54.5330958Z Grid Max Size per Dimension: 2025-01-24T08:29:54.5331199Z x 4294967295(0xffffffff) 2025-01-24T08:29:54.5331477Z y 4294967295(0xffffffff) 2025-01-24T08:29:54.5331758Z z 4294967295(0xffffffff) 2025-01-24T08:29:54.5332076Z Max fbarriers/Workgrp: 32 2025-01-24T08:29:54.5332436Z Packet Processor uCode:: 83 2025-01-24T08:29:54.5332783Z SDMA engine uCode:: 8 2025-01-24T08:29:54.5333115Z IOMMU Support:: None 2025-01-24T08:29:54.5333408Z Pool Info: 2025-01-24T08:29:54.5333624Z Pool 1 2025-01-24T08:29:54.5333900Z Segment: GLOBAL; FLAGS: COARSE GRAINED 2025-01-24T08:29:54.5334231Z Size: 67092480(0x3ffc000) KB 2025-01-24T08:29:54.5334556Z Allocatable: TRUE 2025-01-24T08:29:54.5334893Z Alloc Granule: 4KB 2025-01-24T08:29:54.5335404Z Alloc Recommended Granule:2048KB 2025-01-24T08:29:54.5335771Z Alloc Alignment: 4KB 2025-01-24T08:29:54.5336119Z Accessible by all: FALSE 2025-01-24T08:29:54.5336412Z Pool 2 2025-01-24T08:29:54.5336681Z Segment: GLOBAL; FLAGS: EXTENDED FINE GRAINED 2025-01-24T08:29:54.5337006Z Size: 67092480(0x3ffc000) KB 2025-01-24T08:29:54.5337320Z Allocatable: TRUE 2025-01-24T08:29:54.5337656Z Alloc Granule: 4KB 2025-01-24T08:29:54.5338012Z Alloc Recommended Granule:2048KB 2025-01-24T08:29:54.5338361Z Alloc Alignment: 4KB 2025-01-24T08:29:54.5338704Z Accessible by all: FALSE 2025-01-24T08:29:54.5339002Z Pool 3 2025-01-24T08:29:54.5339270Z Segment: GLOBAL; FLAGS: FINE GRAINED 2025-01-24T08:29:54.5339588Z Size: 67092480(0x3ffc000) KB 2025-01-24T08:29:54.5339906Z Allocatable: TRUE 2025-01-24T08:29:54.5340249Z Alloc Granule: 4KB 2025-01-24T08:29:54.5340598Z Alloc Recommended Granule:2048KB 2025-01-24T08:29:54.5340948Z Alloc Alignment: 4KB 2025-01-24T08:29:54.5341288Z Accessible by all: FALSE 2025-01-24T08:29:54.5341577Z Pool 4 2025-01-24T08:29:54.5341832Z Segment: GROUP 2025-01-24T08:29:54.5342137Z Size: 64(0x40) KB 2025-01-24T08:29:54.5342454Z Allocatable: FALSE 2025-01-24T08:29:54.5342952Z Alloc Granule: 0KB 2025-01-24T08:29:54.5343298Z Alloc Recommended Granule:0KB 2025-01-24T08:29:54.5343643Z Alloc Alignment: 0KB 2025-01-24T08:29:54.5343985Z Accessible by all: FALSE 2025-01-24T08:29:54.5344280Z ISA Info: 2025-01-24T08:29:54.5344489Z ISA 1 2025-01-24T08:29:54.5344766Z Name: amdgcn-amd-amdhsa--gfx90a:sramecc+:xnack- 2025-01-24T08:29:54.5345128Z Machine Models: HSA_MACHINE_MODEL_LARGE 2025-01-24T08:29:54.5345478Z Profiles: HSA_PROFILE_BASE 2025-01-24T08:29:54.5345822Z Default Rounding Mode: NEAR 2025-01-24T08:29:54.5346177Z Default Rounding Mode: NEAR 2025-01-24T08:29:54.5346506Z Fast f16: TRUE 2025-01-24T08:29:54.5346835Z Workgroup Max Size: 1024(0x400) 2025-01-24T08:29:54.5347146Z Workgroup Max Size per Dimension: 2025-01-24T08:29:54.5347424Z x 1024(0x400) 2025-01-24T08:29:54.5347708Z y 1024(0x400) 2025-01-24T08:29:54.5347990Z z 1024(0x400) 2025-01-24T08:29:54.5348296Z Grid Max Size: 4294967295(0xffffffff) 2025-01-24T08:29:54.5348594Z Grid Max Size per Dimension: 2025-01-24T08:29:54.5348846Z x 4294967295(0xffffffff) 2025-01-24T08:29:54.5349125Z y 4294967295(0xffffffff) 2025-01-24T08:29:54.5349562Z z 4294967295(0xffffffff) 2025-01-24T08:29:54.5349877Z FBarrier Max Size: 32 2025-01-24T08:29:54.5350175Z ******* 2025-01-24T08:29:54.5350383Z Agent 5 2025-01-24T08:29:54.5350583Z ******* 2025-01-24T08:29:54.5350815Z Name: gfx90a 2025-01-24T08:29:54.5351126Z Uuid: GPU-e37f2e040c07ff9c 2025-01-24T08:29:54.5351462Z Marketing Name: AMD Instinct MI250X/MI250 2025-01-24T08:29:54.5351797Z Vendor Name: AMD 2025-01-24T08:29:54.5352122Z Feature: KERNEL_DISPATCH 2025-01-24T08:29:54.5352452Z Profile: BASE_PROFILE 2025-01-24T08:29:54.5352785Z Float Round Mode: NEAR 2025-01-24T08:29:54.5353118Z Max Queue Number: 128(0x80) 2025-01-24T08:29:54.5353445Z Queue Min Size: 64(0x40) 2025-01-24T08:29:54.5353767Z Queue Max Size: 131072(0x20000) 2025-01-24T08:29:54.5354085Z Queue Type: MULTI 2025-01-24T08:29:54.5354397Z Node: 4 2025-01-24T08:29:54.5354702Z Device Type: GPU 2025-01-24T08:29:54.5354983Z Cache Info: 2025-01-24T08:29:54.5355220Z L1: 16(0x10) KB 2025-01-24T08:29:54.5355497Z L2: 8192(0x2000) KB 2025-01-24T08:29:54.5355784Z Chip ID: 29708(0x740c) 2025-01-24T08:29:54.5356093Z ASIC Revision: 1(0x1) 2025-01-24T08:29:54.5356420Z Cacheline Size: 64(0x40) 2025-01-24T08:29:54.5356752Z Max Clock Freq. (MHz): 1700 2025-01-24T08:29:54.5357061Z BDFID: 4352 2025-01-24T08:29:54.5357517Z Internal Node ID: 4 2025-01-24T08:29:54.5357840Z Compute Unit: 104 2025-01-24T08:29:54.5358154Z SIMDs per CU: 4 2025-01-24T08:29:54.5358472Z Shader Engines: 8 2025-01-24T08:29:54.5358803Z Shader Arrs. per Eng.: 1 2025-01-24T08:29:54.5359143Z WatchPts on Addr. Ranges:4 2025-01-24T08:29:54.5359486Z Coherent Host Access: FALSE 2025-01-24T08:29:54.5359790Z Memory Properties: 2025-01-24T08:29:54.5360030Z Features: KERNEL_DISPATCH 2025-01-24T08:29:54.5360333Z Fast F16 Operation: TRUE 2025-01-24T08:29:54.5360672Z Wavefront Size: 64(0x40) 2025-01-24T08:29:54.5361014Z Workgroup Max Size: 1024(0x400) 2025-01-24T08:29:54.5361321Z Workgroup Max Size per Dimension: 2025-01-24T08:29:54.5361581Z x 1024(0x400) 2025-01-24T08:29:54.5361854Z y 1024(0x400) 2025-01-24T08:29:54.5362125Z z 1024(0x400) 2025-01-24T08:29:54.5362421Z Max Waves Per CU: 32(0x20) 2025-01-24T08:29:54.5362757Z Max Work-item Per CU: 2048(0x800) 2025-01-24T08:29:54.5363088Z Grid Max Size: 4294967295(0xffffffff) 2025-01-24T08:29:54.5363381Z Grid Max Size per Dimension: 2025-01-24T08:29:54.5363621Z x 4294967295(0xffffffff) 2025-01-24T08:29:54.5363897Z y 4294967295(0xffffffff) 2025-01-24T08:29:54.5364312Z z 4294967295(0xffffffff) 2025-01-24T08:29:54.5364637Z Max fbarriers/Workgrp: 32 2025-01-24T08:29:54.5364999Z Packet Processor uCode:: 83 2025-01-24T08:29:54.5365344Z SDMA engine uCode:: 8 2025-01-24T08:29:54.5365679Z IOMMU Support:: None 2025-01-24T08:29:54.5365973Z Pool Info: 2025-01-24T08:29:54.5366191Z Pool 1 2025-01-24T08:29:54.5366466Z Segment: GLOBAL; FLAGS: COARSE GRAINED 2025-01-24T08:29:54.5366795Z Size: 67092480(0x3ffc000) KB 2025-01-24T08:29:54.5367118Z Allocatable: TRUE 2025-01-24T08:29:54.5367456Z Alloc Granule: 4KB 2025-01-24T08:29:54.5367813Z Alloc Recommended Granule:2048KB 2025-01-24T08:29:54.5368170Z Alloc Alignment: 4KB 2025-01-24T08:29:54.5368516Z Accessible by all: FALSE 2025-01-24T08:29:54.5368808Z Pool 2 2025-01-24T08:29:54.5369074Z Segment: GLOBAL; FLAGS: EXTENDED FINE GRAINED 2025-01-24T08:29:54.5369398Z Size: 67092480(0x3ffc000) KB 2025-01-24T08:29:54.5369717Z Allocatable: TRUE 2025-01-24T08:29:54.5370050Z Alloc Granule: 4KB 2025-01-24T08:29:54.5370468Z Alloc Recommended Granule:2048KB 2025-01-24T08:29:54.5370817Z Alloc Alignment: 4KB 2025-01-24T08:29:54.5371158Z Accessible by all: FALSE 2025-01-24T08:29:54.5371451Z Pool 3 2025-01-24T08:29:54.5371718Z Segment: GLOBAL; FLAGS: FINE GRAINED 2025-01-24T08:29:54.5372200Z Size: 67092480(0x3ffc000) KB 2025-01-24T08:29:54.5372521Z Allocatable: TRUE 2025-01-24T08:29:54.5372853Z Alloc Granule: 4KB 2025-01-24T08:29:54.5373200Z Alloc Recommended Granule:2048KB 2025-01-24T08:29:54.5373551Z Alloc Alignment: 4KB 2025-01-24T08:29:54.5373891Z Accessible by all: FALSE 2025-01-24T08:29:54.5374186Z Pool 4 2025-01-24T08:29:54.5374438Z Segment: GROUP 2025-01-24T08:29:54.5374744Z Size: 64(0x40) KB 2025-01-24T08:29:54.5375060Z Allocatable: FALSE 2025-01-24T08:29:54.5375399Z Alloc Granule: 0KB 2025-01-24T08:29:54.5375750Z Alloc Recommended Granule:0KB 2025-01-24T08:29:54.5376100Z Alloc Alignment: 0KB 2025-01-24T08:29:54.5376447Z Accessible by all: FALSE 2025-01-24T08:29:54.5376741Z ISA Info: 2025-01-24T08:29:54.5376955Z ISA 1 2025-01-24T08:29:54.5377228Z Name: amdgcn-amd-amdhsa--gfx90a:sramecc+:xnack- 2025-01-24T08:29:54.5377587Z Machine Models: HSA_MACHINE_MODEL_LARGE 2025-01-24T08:29:54.5377936Z Profiles: HSA_PROFILE_BASE 2025-01-24T08:29:54.5378285Z Default Rounding Mode: NEAR 2025-01-24T08:29:54.5378638Z Default Rounding Mode: NEAR 2025-01-24T08:29:54.5379125Z Fast f16: TRUE 2025-01-24T08:29:54.5379461Z Workgroup Max Size: 1024(0x400) 2025-01-24T08:29:54.5379783Z Workgroup Max Size per Dimension: 2025-01-24T08:29:54.5380065Z x 1024(0x400) 2025-01-24T08:29:54.5380351Z y 1024(0x400) 2025-01-24T08:29:54.5380625Z z 1024(0x400) 2025-01-24T08:29:54.5380928Z Grid Max Size: 4294967295(0xffffffff) 2025-01-24T08:29:54.5381230Z Grid Max Size per Dimension: 2025-01-24T08:29:54.5381483Z x 4294967295(0xffffffff) 2025-01-24T08:29:54.5381763Z y 4294967295(0xffffffff) 2025-01-24T08:29:54.5382038Z z 4294967295(0xffffffff) 2025-01-24T08:29:54.5382355Z FBarrier Max Size: 32 2025-01-24T08:29:54.5382643Z ******* 2025-01-24T08:29:54.5382850Z Agent 6 2025-01-24T08:29:54.5383046Z ******* 2025-01-24T08:29:54.5383275Z Name: gfx90a 2025-01-24T08:29:54.5383582Z Uuid: GPU-daa9355c85671e61 2025-01-24T08:29:54.5383912Z Marketing Name: AMD Instinct MI250X/MI250 2025-01-24T08:29:54.5384247Z Vendor Name: AMD 2025-01-24T08:29:54.5384564Z Feature: KERNEL_DISPATCH 2025-01-24T08:29:54.5384885Z Profile: BASE_PROFILE 2025-01-24T08:29:54.5385214Z Float Round Mode: NEAR 2025-01-24T08:29:54.5385546Z Max Queue Number: 128(0x80) 2025-01-24T08:29:54.5385872Z Queue Min Size: 64(0x40) 2025-01-24T08:29:54.5386200Z Queue Max Size: 131072(0x20000) 2025-01-24T08:29:54.5386654Z Queue Type: MULTI 2025-01-24T08:29:54.5386964Z Node: 5 2025-01-24T08:29:54.5387267Z Device Type: GPU 2025-01-24T08:29:54.5387550Z Cache Info: 2025-01-24T08:29:54.5387792Z L1: 16(0x10) KB 2025-01-24T08:29:54.5388078Z L2: 8192(0x2000) KB 2025-01-24T08:29:54.5388382Z Chip ID: 29708(0x740c) 2025-01-24T08:29:54.5388696Z ASIC Revision: 1(0x1) 2025-01-24T08:29:54.5389026Z Cacheline Size: 64(0x40) 2025-01-24T08:29:54.5389358Z Max Clock Freq. (MHz): 1700 2025-01-24T08:29:54.5389681Z BDFID: 5120 2025-01-24T08:29:54.5389995Z Internal Node ID: 5 2025-01-24T08:29:54.5390331Z Compute Unit: 104 2025-01-24T08:29:54.5390645Z SIMDs per CU: 4 2025-01-24T08:29:54.5390969Z Shader Engines: 8 2025-01-24T08:29:54.5391317Z Shader Arrs. per Eng.: 1 2025-01-24T08:29:54.5391664Z WatchPts on Addr. Ranges:4 2025-01-24T08:29:54.5392012Z Coherent Host Access: FALSE 2025-01-24T08:29:54.5392318Z Memory Properties: 2025-01-24T08:29:54.5392559Z Features: KERNEL_DISPATCH 2025-01-24T08:29:54.5392865Z Fast F16 Operation: TRUE 2025-01-24T08:29:54.5393206Z Wavefront Size: 64(0x40) 2025-01-24T08:29:54.5393674Z Workgroup Max Size: 1024(0x400) 2025-01-24T08:29:54.5394000Z Workgroup Max Size per Dimension: 2025-01-24T08:29:54.5394262Z x 1024(0x400) 2025-01-24T08:29:54.5394530Z y 1024(0x400) 2025-01-24T08:29:54.5394794Z z 1024(0x400) 2025-01-24T08:29:54.5395092Z Max Waves Per CU: 32(0x20) 2025-01-24T08:29:54.5395430Z Max Work-item Per CU: 2048(0x800) 2025-01-24T08:29:54.5395756Z Grid Max Size: 4294967295(0xffffffff) 2025-01-24T08:29:54.5396050Z Grid Max Size per Dimension: 2025-01-24T08:29:54.5396287Z x 4294967295(0xffffffff) 2025-01-24T08:29:54.5396559Z y 4294967295(0xffffffff) 2025-01-24T08:29:54.5396835Z z 4294967295(0xffffffff) 2025-01-24T08:29:54.5397153Z Max fbarriers/Workgrp: 32 2025-01-24T08:29:54.5397519Z Packet Processor uCode:: 83 2025-01-24T08:29:54.5397867Z SDMA engine uCode:: 8 2025-01-24T08:29:54.5398199Z IOMMU Support:: None 2025-01-24T08:29:54.5398486Z Pool Info: 2025-01-24T08:29:54.5398701Z Pool 1 2025-01-24T08:29:54.5398972Z Segment: GLOBAL; FLAGS: COARSE GRAINED 2025-01-24T08:29:54.5399302Z Size: 67092480(0x3ffc000) KB 2025-01-24T08:29:54.5399622Z Allocatable: TRUE 2025-01-24T08:29:54.5399960Z Alloc Granule: 4KB 2025-01-24T08:29:54.5400310Z Alloc Recommended Granule:2048KB 2025-01-24T08:29:54.5400670Z Alloc Alignment: 4KB 2025-01-24T08:29:54.5401187Z Accessible by all: FALSE 2025-01-24T08:29:54.5401482Z Pool 2 2025-01-24T08:29:54.5401751Z Segment: GLOBAL; FLAGS: EXTENDED FINE GRAINED 2025-01-24T08:29:54.5402077Z Size: 67092480(0x3ffc000) KB 2025-01-24T08:29:54.5402395Z Allocatable: TRUE 2025-01-24T08:29:54.5402731Z Alloc Granule: 4KB 2025-01-24T08:29:54.5403077Z Alloc Recommended Granule:2048KB 2025-01-24T08:29:54.5403432Z Alloc Alignment: 4KB 2025-01-24T08:29:54.5403774Z Accessible by all: FALSE 2025-01-24T08:29:54.5404068Z Pool 3 2025-01-24T08:29:54.5404337Z Segment: GLOBAL; FLAGS: FINE GRAINED 2025-01-24T08:29:54.5404651Z Size: 67092480(0x3ffc000) KB 2025-01-24T08:29:54.5404971Z Allocatable: TRUE 2025-01-24T08:29:54.5405304Z Alloc Granule: 4KB 2025-01-24T08:29:54.5405655Z Alloc Recommended Granule:2048KB 2025-01-24T08:29:54.5406010Z Alloc Alignment: 4KB 2025-01-24T08:29:54.5406354Z Accessible by all: FALSE 2025-01-24T08:29:54.5406650Z Pool 4 2025-01-24T08:29:54.5406903Z Segment: GROUP 2025-01-24T08:29:54.5407205Z Size: 64(0x40) KB 2025-01-24T08:29:54.5407520Z Allocatable: FALSE 2025-01-24T08:29:54.5408002Z Alloc Granule: 0KB 2025-01-24T08:29:54.5408365Z Alloc Recommended Granule:0KB 2025-01-24T08:29:54.5408723Z Alloc Alignment: 0KB 2025-01-24T08:29:54.5409067Z Accessible by all: FALSE 2025-01-24T08:29:54.5409368Z ISA Info: 2025-01-24T08:29:54.5409585Z ISA 1 2025-01-24T08:29:54.5409861Z Name: amdgcn-amd-amdhsa--gfx90a:sramecc+:xnack- 2025-01-24T08:29:54.5410303Z Machine Models: HSA_MACHINE_MODEL_LARGE 2025-01-24T08:29:54.5410652Z Profiles: HSA_PROFILE_BASE 2025-01-24T08:29:54.5411001Z Default Rounding Mode: NEAR 2025-01-24T08:29:54.5411357Z Default Rounding Mode: NEAR 2025-01-24T08:29:54.5411684Z Fast f16: TRUE 2025-01-24T08:29:54.5412015Z Workgroup Max Size: 1024(0x400) 2025-01-24T08:29:54.5412331Z Workgroup Max Size per Dimension: 2025-01-24T08:29:54.5412606Z x 1024(0x400) 2025-01-24T08:29:54.5412889Z y 1024(0x400) 2025-01-24T08:29:54.5413168Z z 1024(0x400) 2025-01-24T08:29:54.5413479Z Grid Max Size: 4294967295(0xffffffff) 2025-01-24T08:29:54.5413785Z Grid Max Size per Dimension: 2025-01-24T08:29:54.5414040Z x 4294967295(0xffffffff) 2025-01-24T08:29:54.5414330Z y 4294967295(0xffffffff) 2025-01-24T08:29:54.5414616Z z 4294967295(0xffffffff) 2025-01-24T08:29:54.5414929Z FBarrier Max Size: 32 2025-01-24T08:29:54.5415222Z ******* 2025-01-24T08:29:54.5415431Z Agent 7 2025-01-24T08:29:54.5415807Z ******* 2025-01-24T08:29:54.5416042Z Name: gfx90a 2025-01-24T08:29:54.5416350Z Uuid: GPU-fe05c03760243cdf 2025-01-24T08:29:54.5416683Z Marketing Name: AMD Instinct MI250X/MI250 2025-01-24T08:29:54.5417022Z Vendor Name: AMD 2025-01-24T08:29:54.5417341Z Feature: KERNEL_DISPATCH 2025-01-24T08:29:54.5417667Z Profile: BASE_PROFILE 2025-01-24T08:29:54.5418014Z Float Round Mode: NEAR 2025-01-24T08:29:54.5418365Z Max Queue Number: 128(0x80) 2025-01-24T08:29:54.5418700Z Queue Min Size: 64(0x40) 2025-01-24T08:29:54.5419023Z Queue Max Size: 131072(0x20000) 2025-01-24T08:29:54.5419343Z Queue Type: MULTI 2025-01-24T08:29:54.5419658Z Node: 6 2025-01-24T08:29:54.5419988Z Device Type: GPU 2025-01-24T08:29:54.5420289Z Cache Info: 2025-01-24T08:29:54.5420522Z L1: 16(0x10) KB 2025-01-24T08:29:54.5420809Z L2: 8192(0x2000) KB 2025-01-24T08:29:54.5421098Z Chip ID: 29708(0x740c) 2025-01-24T08:29:54.5421419Z ASIC Revision: 1(0x1) 2025-01-24T08:29:54.5421745Z Cacheline Size: 64(0x40) 2025-01-24T08:29:54.5422078Z Max Clock Freq. (MHz): 1700 2025-01-24T08:29:54.5422389Z BDFID: 44544 2025-01-24T08:29:54.5423034Z Internal Node ID: 6 2025-01-24T08:29:54.5423376Z Compute Unit: 104 2025-01-24T08:29:54.5423696Z SIMDs per CU: 4 2025-01-24T08:29:54.5424015Z Shader Engines: 8 2025-01-24T08:29:54.5424351Z Shader Arrs. per Eng.: 1 2025-01-24T08:29:54.5424694Z WatchPts on Addr. Ranges:4 2025-01-24T08:29:54.5425044Z Coherent Host Access: FALSE 2025-01-24T08:29:54.5425348Z Memory Properties: 2025-01-24T08:29:54.5425592Z Features: KERNEL_DISPATCH 2025-01-24T08:29:54.5425898Z Fast F16 Operation: TRUE 2025-01-24T08:29:54.5426235Z Wavefront Size: 64(0x40) 2025-01-24T08:29:54.5426585Z Workgroup Max Size: 1024(0x400) 2025-01-24T08:29:54.5426905Z Workgroup Max Size per Dimension: 2025-01-24T08:29:54.5427166Z x 1024(0x400) 2025-01-24T08:29:54.5427447Z y 1024(0x400) 2025-01-24T08:29:54.5427724Z z 1024(0x400) 2025-01-24T08:29:54.5428029Z Max Waves Per CU: 32(0x20) 2025-01-24T08:29:54.5428372Z Max Work-item Per CU: 2048(0x800) 2025-01-24T08:29:54.5428707Z Grid Max Size: 4294967295(0xffffffff) 2025-01-24T08:29:54.5429005Z Grid Max Size per Dimension: 2025-01-24T08:29:54.5429251Z x 4294967295(0xffffffff) 2025-01-24T08:29:54.5429528Z y 4294967295(0xffffffff) 2025-01-24T08:29:54.5429810Z z 4294967295(0xffffffff) 2025-01-24T08:29:54.5430139Z Max fbarriers/Workgrp: 32 2025-01-24T08:29:54.5430506Z Packet Processor uCode:: 83 2025-01-24T08:29:54.5431007Z SDMA engine uCode:: 8 2025-01-24T08:29:54.5431346Z IOMMU Support:: None 2025-01-24T08:29:54.5431644Z Pool Info: 2025-01-24T08:29:54.5431878Z Pool 1 2025-01-24T08:29:54.5432160Z Segment: GLOBAL; FLAGS: COARSE GRAINED 2025-01-24T08:29:54.5432503Z Size: 67092480(0x3ffc000) KB 2025-01-24T08:29:54.5432829Z Allocatable: TRUE 2025-01-24T08:29:54.5433168Z Alloc Granule: 4KB 2025-01-24T08:29:54.5433526Z Alloc Recommended Granule:2048KB 2025-01-24T08:29:54.5433887Z Alloc Alignment: 4KB 2025-01-24T08:29:54.5434236Z Accessible by all: FALSE 2025-01-24T08:29:54.5434540Z Pool 2 2025-01-24T08:29:54.5434820Z Segment: GLOBAL; FLAGS: EXTENDED FINE GRAINED 2025-01-24T08:29:54.5435149Z Size: 67092480(0x3ffc000) KB 2025-01-24T08:29:54.5435472Z Allocatable: TRUE 2025-01-24T08:29:54.5435809Z Alloc Granule: 4KB 2025-01-24T08:29:54.5436165Z Alloc Recommended Granule:2048KB 2025-01-24T08:29:54.5436531Z Alloc Alignment: 4KB 2025-01-24T08:29:54.5436872Z Accessible by all: FALSE 2025-01-24T08:29:54.5437165Z Pool 3 2025-01-24T08:29:54.5437428Z Segment: GLOBAL; FLAGS: FINE GRAINED 2025-01-24T08:29:54.5437873Z Size: 67092480(0x3ffc000) KB 2025-01-24T08:29:54.5438194Z Allocatable: TRUE 2025-01-24T08:29:54.5438533Z Alloc Granule: 4KB 2025-01-24T08:29:54.5438881Z Alloc Recommended Granule:2048KB 2025-01-24T08:29:54.5439229Z Alloc Alignment: 4KB 2025-01-24T08:29:54.5439577Z Accessible by all: FALSE 2025-01-24T08:29:54.5439872Z Pool 4 2025-01-24T08:29:54.5440127Z Segment: GROUP 2025-01-24T08:29:54.5440437Z Size: 64(0x40) KB 2025-01-24T08:29:54.5440752Z Allocatable: FALSE 2025-01-24T08:29:54.5441091Z Alloc Granule: 0KB 2025-01-24T08:29:54.5441443Z Alloc Recommended Granule:0KB 2025-01-24T08:29:54.5441798Z Alloc Alignment: 0KB 2025-01-24T08:29:54.5442143Z Accessible by all: FALSE 2025-01-24T08:29:54.5442451Z ISA Info: 2025-01-24T08:29:54.5442668Z ISA 1 2025-01-24T08:29:54.5442950Z Name: amdgcn-amd-amdhsa--gfx90a:sramecc+:xnack- 2025-01-24T08:29:54.5443316Z Machine Models: HSA_MACHINE_MODEL_LARGE 2025-01-24T08:29:54.5443662Z Profiles: HSA_PROFILE_BASE 2025-01-24T08:29:54.5444008Z Default Rounding Mode: NEAR 2025-01-24T08:29:54.5444368Z Default Rounding Mode: NEAR 2025-01-24T08:29:54.5444702Z Fast f16: TRUE 2025-01-24T08:29:54.5445027Z Workgroup Max Size: 1024(0x400) 2025-01-24T08:29:54.5445351Z Workgroup Max Size per Dimension: 2025-01-24T08:29:54.5445766Z x 1024(0x400) 2025-01-24T08:29:54.5446058Z y 1024(0x400) 2025-01-24T08:29:54.5446344Z z 1024(0x400) 2025-01-24T08:29:54.5446664Z Grid Max Size: 4294967295(0xffffffff) 2025-01-24T08:29:54.5446974Z Grid Max Size per Dimension: 2025-01-24T08:29:54.5447230Z x 4294967295(0xffffffff) 2025-01-24T08:29:54.5447512Z y 4294967295(0xffffffff) 2025-01-24T08:29:54.5447793Z z 4294967295(0xffffffff) 2025-01-24T08:29:54.5448110Z FBarrier Max Size: 32 2025-01-24T08:29:54.5448401Z ******* 2025-01-24T08:29:54.5448605Z Agent 8 2025-01-24T08:29:54.5448811Z ******* 2025-01-24T08:29:54.5449046Z Name: gfx90a 2025-01-24T08:29:54.5449352Z Uuid: GPU-e7591100b7dd4825 2025-01-24T08:29:54.5449687Z Marketing Name: AMD Instinct MI250X/MI250 2025-01-24T08:29:54.5450026Z Vendor Name: AMD 2025-01-24T08:29:54.5450409Z Feature: KERNEL_DISPATCH 2025-01-24T08:29:54.5450736Z Profile: BASE_PROFILE 2025-01-24T08:29:54.5451063Z Float Round Mode: NEAR 2025-01-24T08:29:54.5451392Z Max Queue Number: 128(0x80) 2025-01-24T08:29:54.5451714Z Queue Min Size: 64(0x40) 2025-01-24T08:29:54.5452031Z Queue Max Size: 131072(0x20000) 2025-01-24T08:29:54.5452513Z Queue Type: MULTI 2025-01-24T08:29:54.5452827Z Node: 7 2025-01-24T08:29:54.5453140Z Device Type: GPU 2025-01-24T08:29:54.5453424Z Cache Info: 2025-01-24T08:29:54.5453661Z L1: 16(0x10) KB 2025-01-24T08:29:54.5453946Z L2: 8192(0x2000) KB 2025-01-24T08:29:54.5454232Z Chip ID: 29708(0x740c) 2025-01-24T08:29:54.5454544Z ASIC Revision: 1(0x1) 2025-01-24T08:29:54.5454872Z Cacheline Size: 64(0x40) 2025-01-24T08:29:54.5455204Z Max Clock Freq. (MHz): 1700 2025-01-24T08:29:54.5455510Z BDFID: 45824 2025-01-24T08:29:54.5455830Z Internal Node ID: 7 2025-01-24T08:29:54.5456158Z Compute Unit: 104 2025-01-24T08:29:54.5456480Z SIMDs per CU: 4 2025-01-24T08:29:54.5456805Z Shader Engines: 8 2025-01-24T08:29:54.5457137Z Shader Arrs. per Eng.: 1 2025-01-24T08:29:54.5457482Z WatchPts on Addr. Ranges:4 2025-01-24T08:29:54.5457827Z Coherent Host Access: FALSE 2025-01-24T08:29:54.5458134Z Memory Properties: 2025-01-24T08:29:54.5458371Z Features: KERNEL_DISPATCH 2025-01-24T08:29:54.5458675Z Fast F16 Operation: TRUE 2025-01-24T08:29:54.5459013Z Wavefront Size: 64(0x40) 2025-01-24T08:29:54.5459349Z Workgroup Max Size: 1024(0x400) 2025-01-24T08:29:54.5459657Z Workgroup Max Size per Dimension: 2025-01-24T08:29:54.5459919Z x 1024(0x400) 2025-01-24T08:29:54.5460386Z y 1024(0x400) 2025-01-24T08:29:54.5460662Z z 1024(0x400) 2025-01-24T08:29:54.5460962Z Max Waves Per CU: 32(0x20) 2025-01-24T08:29:54.5461301Z Max Work-item Per CU: 2048(0x800) 2025-01-24T08:29:54.5461638Z Grid Max Size: 4294967295(0xffffffff) 2025-01-24T08:29:54.5461933Z Grid Max Size per Dimension: 2025-01-24T08:29:54.5462171Z x 4294967295(0xffffffff) 2025-01-24T08:29:54.5462444Z y 4294967295(0xffffffff) 2025-01-24T08:29:54.5462717Z z 4294967295(0xffffffff) 2025-01-24T08:29:54.5463044Z Max fbarriers/Workgrp: 32 2025-01-24T08:29:54.5463409Z Packet Processor uCode:: 83 2025-01-24T08:29:54.5463755Z SDMA engine uCode:: 8 2025-01-24T08:29:54.5464091Z IOMMU Support:: None 2025-01-24T08:29:54.5464379Z Pool Info: 2025-01-24T08:29:54.5464594Z Pool 1 2025-01-24T08:29:54.5464865Z Segment: GLOBAL; FLAGS: COARSE GRAINED 2025-01-24T08:29:54.5465195Z Size: 67092480(0x3ffc000) KB 2025-01-24T08:29:54.5465520Z Allocatable: TRUE 2025-01-24T08:29:54.5465852Z Alloc Granule: 4KB 2025-01-24T08:29:54.5466204Z Alloc Recommended Granule:2048KB 2025-01-24T08:29:54.5466562Z Alloc Alignment: 4KB 2025-01-24T08:29:54.5466906Z Accessible by all: FALSE 2025-01-24T08:29:54.5467332Z Pool 2 2025-01-24T08:29:54.5467610Z Segment: GLOBAL; FLAGS: EXTENDED FINE GRAINED 2025-01-24T08:29:54.5467933Z Size: 67092480(0x3ffc000) KB 2025-01-24T08:29:54.5468252Z Allocatable: TRUE 2025-01-24T08:29:54.5468585Z Alloc Granule: 4KB 2025-01-24T08:29:54.5468930Z Alloc Recommended Granule:2048KB 2025-01-24T08:29:54.5469287Z Alloc Alignment: 4KB 2025-01-24T08:29:54.5469631Z Accessible by all: FALSE 2025-01-24T08:29:54.5469936Z Pool 3 2025-01-24T08:29:54.5470203Z Segment: GLOBAL; FLAGS: FINE GRAINED 2025-01-24T08:29:54.5470518Z Size: 67092480(0x3ffc000) KB 2025-01-24T08:29:54.5470838Z Allocatable: TRUE 2025-01-24T08:29:54.5471174Z Alloc Granule: 4KB 2025-01-24T08:29:54.5471519Z Alloc Recommended Granule:2048KB 2025-01-24T08:29:54.5471870Z Alloc Alignment: 4KB 2025-01-24T08:29:54.5472224Z Accessible by all: FALSE 2025-01-24T08:29:54.5472520Z Pool 4 2025-01-24T08:29:54.5472773Z Segment: GROUP 2025-01-24T08:29:54.5473080Z Size: 64(0x40) KB 2025-01-24T08:29:54.5473397Z Allocatable: FALSE 2025-01-24T08:29:54.5473736Z Alloc Granule: 0KB 2025-01-24T08:29:54.5474083Z Alloc Recommended Granule:0KB 2025-01-24T08:29:54.5474438Z Alloc Alignment: 0KB 2025-01-24T08:29:54.5474933Z Accessible by all: FALSE 2025-01-24T08:29:54.5475236Z ISA Info: 2025-01-24T08:29:54.5475451Z ISA 1 2025-01-24T08:29:54.5475725Z Name: amdgcn-amd-amdhsa--gfx90a:sramecc+:xnack- 2025-01-24T08:29:54.5476094Z Machine Models: HSA_MACHINE_MODEL_LARGE 2025-01-24T08:29:54.5476448Z Profiles: HSA_PROFILE_BASE 2025-01-24T08:29:54.5476799Z Default Rounding Mode: NEAR 2025-01-24T08:29:54.5477150Z Default Rounding Mode: NEAR 2025-01-24T08:29:54.5477483Z Fast f16: TRUE 2025-01-24T08:29:54.5477813Z Workgroup Max Size: 1024(0x400) 2025-01-24T08:29:54.5478122Z Workgroup Max Size per Dimension: 2025-01-24T08:29:54.5478398Z x 1024(0x400) 2025-01-24T08:29:54.5478684Z y 1024(0x400) 2025-01-24T08:29:54.5478967Z z 1024(0x400) 2025-01-24T08:29:54.5479266Z Grid Max Size: 4294967295(0xffffffff) 2025-01-24T08:29:54.5479564Z Grid Max Size per Dimension: 2025-01-24T08:29:54.5479817Z x 4294967295(0xffffffff) 2025-01-24T08:29:54.5480104Z y 4294967295(0xffffffff) 2025-01-24T08:29:54.5480383Z z 4294967295(0xffffffff) 2025-01-24T08:29:54.5480692Z FBarrier Max Size: 32 2025-01-24T08:29:54.5480982Z ******* 2025-01-24T08:29:54.5481193Z Agent 9 2025-01-24T08:29:54.5481408Z ******* 2025-01-24T08:29:54.5481775Z Name: gfx90a 2025-01-24T08:29:54.5482098Z Uuid: GPU-d5dc726d0c1f5d2d 2025-01-24T08:29:54.5482436Z Marketing Name: AMD Instinct MI250X/MI250 2025-01-24T08:29:54.5482775Z Vendor Name: AMD 2025-01-24T08:29:54.5483108Z Feature: KERNEL_DISPATCH 2025-01-24T08:29:54.5483428Z Profile: BASE_PROFILE 2025-01-24T08:29:54.5483757Z Float Round Mode: NEAR 2025-01-24T08:29:54.5484089Z Max Queue Number: 128(0x80) 2025-01-24T08:29:54.5484414Z Queue Min Size: 64(0x40) 2025-01-24T08:29:54.5484735Z Queue Max Size: 131072(0x20000) 2025-01-24T08:29:54.5485057Z Queue Type: MULTI 2025-01-24T08:29:54.5485369Z Node: 8 2025-01-24T08:29:54.5485681Z Device Type: GPU 2025-01-24T08:29:54.5485978Z Cache Info: 2025-01-24T08:29:54.5486217Z L1: 16(0x10) KB 2025-01-24T08:29:54.5486509Z L2: 8192(0x2000) KB 2025-01-24T08:29:54.5486800Z Chip ID: 29708(0x740c) 2025-01-24T08:29:54.5487113Z ASIC Revision: 1(0x1) 2025-01-24T08:29:54.5487458Z Cacheline Size: 64(0x40) 2025-01-24T08:29:54.5487792Z Max Clock Freq. (MHz): 1700 2025-01-24T08:29:54.5488110Z BDFID: 36352 2025-01-24T08:29:54.5488430Z Internal Node ID: 8 2025-01-24T08:29:54.5488754Z Compute Unit: 104 2025-01-24T08:29:54.5489071Z SIMDs per CU: 4 2025-01-24T08:29:54.5489335Z Shader Engines: 8 2025-01-24T08:29:54.5489469Z Shader Arrs. per Eng.: 1 2025-01-24T08:29:54.5489597Z WatchPts on Addr. Ranges:4 2025-01-24T08:29:54.5489739Z Coherent Host Access: FALSE 2025-01-24T08:29:54.5489827Z Memory Properties: 2025-01-24T08:29:54.5489933Z Features: KERNEL_DISPATCH 2025-01-24T08:29:54.5490066Z Fast F16 Operation: TRUE 2025-01-24T08:29:54.5490254Z Wavefront Size: 64(0x40) 2025-01-24T08:29:54.5490385Z Workgroup Max Size: 1024(0x400) 2025-01-24T08:29:54.5490488Z Workgroup Max Size per Dimension: 2025-01-24T08:29:54.5490589Z x 1024(0x400) 2025-01-24T08:29:54.5490687Z y 1024(0x400) 2025-01-24T08:29:54.5490786Z z 1024(0x400) 2025-01-24T08:29:54.5490908Z Max Waves Per CU: 32(0x20) 2025-01-24T08:29:54.5491036Z Max Work-item Per CU: 2048(0x800) 2025-01-24T08:29:54.5491155Z Grid Max Size: 4294967295(0xffffffff) 2025-01-24T08:29:54.5491247Z Grid Max Size per Dimension: 2025-01-24T08:29:54.5491342Z x 4294967295(0xffffffff) 2025-01-24T08:29:54.5491440Z y 4294967295(0xffffffff) 2025-01-24T08:29:54.5491535Z z 4294967295(0xffffffff) 2025-01-24T08:29:54.5491675Z Max fbarriers/Workgrp: 32 2025-01-24T08:29:54.5491815Z Packet Processor uCode:: 83 2025-01-24T08:29:54.5492100Z SDMA engine uCode:: 8 2025-01-24T08:29:54.5492231Z IOMMU Support:: None 2025-01-24T08:29:54.5492320Z Pool Info: 2025-01-24T08:29:54.5492398Z Pool 1 2025-01-24T08:29:54.5492531Z Segment: GLOBAL; FLAGS: COARSE GRAINED 2025-01-24T08:29:54.5492641Z Size: 67092480(0x3ffc000) KB 2025-01-24T08:29:54.5492781Z Allocatable: TRUE 2025-01-24T08:29:54.5492913Z Alloc Granule: 4KB 2025-01-24T08:29:54.5493059Z Alloc Recommended Granule:2048KB 2025-01-24T08:29:54.5493192Z Alloc Alignment: 4KB 2025-01-24T08:29:54.5493329Z Accessible by all: FALSE 2025-01-24T08:29:54.5493419Z Pool 2 2025-01-24T08:29:54.5493556Z Segment: GLOBAL; FLAGS: EXTENDED FINE GRAINED 2025-01-24T08:29:54.5493675Z Size: 67092480(0x3ffc000) KB 2025-01-24T08:29:54.5493800Z Allocatable: TRUE 2025-01-24T08:29:54.5493930Z Alloc Granule: 4KB 2025-01-24T08:29:54.5494069Z Alloc Recommended Granule:2048KB 2025-01-24T08:29:54.5494201Z Alloc Alignment: 4KB 2025-01-24T08:29:54.5494333Z Accessible by all: FALSE 2025-01-24T08:29:54.5494415Z Pool 3 2025-01-24T08:29:54.5494537Z Segment: GLOBAL; FLAGS: FINE GRAINED 2025-01-24T08:29:54.5494643Z Size: 67092480(0x3ffc000) KB 2025-01-24T08:29:54.5494764Z Allocatable: TRUE 2025-01-24T08:29:54.5494892Z Alloc Granule: 4KB 2025-01-24T08:29:54.5495201Z Alloc Recommended Granule:2048KB 2025-01-24T08:29:54.5495326Z Alloc Alignment: 4KB 2025-01-24T08:29:54.5495467Z Accessible by all: FALSE 2025-01-24T08:29:54.5495549Z Pool 4 2025-01-24T08:29:54.5495672Z Segment: GROUP 2025-01-24T08:29:54.5495777Z Size: 64(0x40) KB 2025-01-24T08:29:54.5495913Z Allocatable: FALSE 2025-01-24T08:29:54.5496035Z Alloc Granule: 0KB 2025-01-24T08:29:54.5496176Z Alloc Recommended Granule:0KB 2025-01-24T08:29:54.5496298Z Alloc Alignment: 0KB 2025-01-24T08:29:54.5496438Z Accessible by all: FALSE 2025-01-24T08:29:54.5496520Z ISA Info: 2025-01-24T08:29:54.5496609Z ISA 1 2025-01-24T08:29:54.5496749Z Name: amdgcn-amd-amdhsa--gfx90a:sramecc+:xnack- 2025-01-24T08:29:54.5496900Z Machine Models: HSA_MACHINE_MODEL_LARGE 2025-01-24T08:29:54.5497021Z Profiles: HSA_PROFILE_BASE 2025-01-24T08:29:54.5497160Z Default Rounding Mode: NEAR 2025-01-24T08:29:54.5497296Z Default Rounding Mode: NEAR 2025-01-24T08:29:54.5497411Z Fast f16: TRUE 2025-01-24T08:29:54.5497549Z Workgroup Max Size: 1024(0x400) 2025-01-24T08:29:54.5497649Z Workgroup Max Size per Dimension: 2025-01-24T08:29:54.5497885Z x 1024(0x400) 2025-01-24T08:29:54.5497987Z y 1024(0x400) 2025-01-24T08:29:54.5498094Z z 1024(0x400) 2025-01-24T08:29:54.5498220Z Grid Max Size: 4294967295(0xffffffff) 2025-01-24T08:29:54.5498314Z Grid Max Size per Dimension: 2025-01-24T08:29:54.5498414Z x 4294967295(0xffffffff) 2025-01-24T08:29:54.5498514Z y 4294967295(0xffffffff) 2025-01-24T08:29:54.5498608Z z 4294967295(0xffffffff) 2025-01-24T08:29:54.5498742Z FBarrier Max Size: 32 2025-01-24T08:29:54.5498815Z ******* 2025-01-24T08:29:54.5498898Z Agent 10 2025-01-24T08:29:54.5498971Z ******* 2025-01-24T08:29:54.5499091Z Name: gfx90a 2025-01-24T08:29:54.5499204Z Uuid: GPU-144bb695d5984246 2025-01-24T08:29:54.5499352Z Marketing Name: AMD Instinct MI250X/MI250 2025-01-24T08:29:54.5499472Z Vendor Name: AMD 2025-01-24T08:29:54.5499595Z Feature: KERNEL_DISPATCH 2025-01-24T08:29:54.5499719Z Profile: BASE_PROFILE 2025-01-24T08:29:54.5499849Z Float Round Mode: NEAR 2025-01-24T08:29:54.5499975Z Max Queue Number: 128(0x80) 2025-01-24T08:29:54.5500095Z Queue Min Size: 64(0x40) 2025-01-24T08:29:54.5500216Z Queue Max Size: 131072(0x20000) 2025-01-24T08:29:54.5500330Z Queue Type: MULTI 2025-01-24T08:29:54.5500432Z Node: 9 2025-01-24T08:29:54.5500551Z Device Type: GPU 2025-01-24T08:29:54.5500787Z Cache Info: 2025-01-24T08:29:54.5500884Z L1: 16(0x10) KB 2025-01-24T08:29:54.5500986Z L2: 8192(0x2000) KB 2025-01-24T08:29:54.5501087Z Chip ID: 29708(0x740c) 2025-01-24T08:29:54.5501217Z ASIC Revision: 1(0x1) 2025-01-24T08:29:54.5501339Z Cacheline Size: 64(0x40) 2025-01-24T08:29:54.5501463Z Max Clock Freq. (MHz): 1700 2025-01-24T08:29:54.5501564Z BDFID: 37632 2025-01-24T08:29:54.5501693Z Internal Node ID: 9 2025-01-24T08:29:54.5501815Z Compute Unit: 104 2025-01-24T08:29:54.5501935Z SIMDs per CU: 4 2025-01-24T08:29:54.5502069Z Shader Engines: 8 2025-01-24T08:29:54.5502205Z Shader Arrs. per Eng.: 1 2025-01-24T08:29:54.5502342Z WatchPts on Addr. Ranges:4 2025-01-24T08:29:54.5502473Z Coherent Host Access: FALSE 2025-01-24T08:29:54.5502563Z Memory Properties: 2025-01-24T08:29:54.5502658Z Features: KERNEL_DISPATCH 2025-01-24T08:29:54.5502786Z Fast F16 Operation: TRUE 2025-01-24T08:29:54.5502912Z Wavefront Size: 64(0x40) 2025-01-24T08:29:54.5503049Z Workgroup Max Size: 1024(0x400) 2025-01-24T08:29:54.5503141Z Workgroup Max Size per Dimension: 2025-01-24T08:29:54.5503240Z x 1024(0x400) 2025-01-24T08:29:54.5503452Z y 1024(0x400) 2025-01-24T08:29:54.5503549Z z 1024(0x400) 2025-01-24T08:29:54.5503674Z Max Waves Per CU: 32(0x20) 2025-01-24T08:29:54.5503806Z Max Work-item Per CU: 2048(0x800) 2025-01-24T08:29:54.5503924Z Grid Max Size: 4294967295(0xffffffff) 2025-01-24T08:29:54.5504021Z Grid Max Size per Dimension: 2025-01-24T08:29:54.5504125Z x 4294967295(0xffffffff) 2025-01-24T08:29:54.5504217Z y 4294967295(0xffffffff) 2025-01-24T08:29:54.5504316Z z 4294967295(0xffffffff) 2025-01-24T08:29:54.5504452Z Max fbarriers/Workgrp: 32 2025-01-24T08:29:54.5504598Z Packet Processor uCode:: 83 2025-01-24T08:29:54.5504720Z SDMA engine uCode:: 8 2025-01-24T08:29:54.5504854Z IOMMU Support:: None 2025-01-24T08:29:54.5504934Z Pool Info: 2025-01-24T08:29:54.5505020Z Pool 1 2025-01-24T08:29:54.5505149Z Segment: GLOBAL; FLAGS: COARSE GRAINED 2025-01-24T08:29:54.5505260Z Size: 67092480(0x3ffc000) KB 2025-01-24T08:29:54.5505384Z Allocatable: TRUE 2025-01-24T08:29:54.5505514Z Alloc Granule: 4KB 2025-01-24T08:29:54.5505661Z Alloc Recommended Granule:2048KB 2025-01-24T08:29:54.5505793Z Alloc Alignment: 4KB 2025-01-24T08:29:54.5505924Z Accessible by all: FALSE 2025-01-24T08:29:54.5506009Z Pool 2 2025-01-24T08:29:54.5506143Z Segment: GLOBAL; FLAGS: EXTENDED FINE GRAINED 2025-01-24T08:29:54.5506246Z Size: 67092480(0x3ffc000) KB 2025-01-24T08:29:54.5506512Z Allocatable: TRUE 2025-01-24T08:29:54.5506638Z Alloc Granule: 4KB 2025-01-24T08:29:54.5506786Z Alloc Recommended Granule:2048KB 2025-01-24T08:29:54.5506909Z Alloc Alignment: 4KB 2025-01-24T08:29:54.5507061Z Accessible by all: FALSE 2025-01-24T08:29:54.5507141Z Pool 3 2025-01-24T08:29:54.5507282Z Segment: GLOBAL; FLAGS: FINE GRAINED 2025-01-24T08:29:54.5507392Z Size: 67092480(0x3ffc000) KB 2025-01-24T08:29:54.5507519Z Allocatable: TRUE 2025-01-24T08:29:54.5507641Z Alloc Granule: 4KB 2025-01-24T08:29:54.5507796Z Alloc Recommended Granule:2048KB 2025-01-24T08:29:54.5507922Z Alloc Alignment: 4KB 2025-01-24T08:29:54.5508067Z Accessible by all: FALSE 2025-01-24T08:29:54.5508152Z Pool 4 2025-01-24T08:29:54.5508274Z Segment: GROUP 2025-01-24T08:29:54.5508374Z Size: 64(0x40) KB 2025-01-24T08:29:54.5508503Z Allocatable: FALSE 2025-01-24T08:29:54.5508633Z Alloc Granule: 0KB 2025-01-24T08:29:54.5508776Z Alloc Recommended Granule:0KB 2025-01-24T08:29:54.5508910Z Alloc Alignment: 0KB 2025-01-24T08:29:54.5509045Z Accessible by all: FALSE 2025-01-24T08:29:54.5509260Z ISA Info: 2025-01-24T08:29:54.5509347Z ISA 1 2025-01-24T08:29:54.5509498Z Name: amdgcn-amd-amdhsa--gfx90a:sramecc+:xnack- 2025-01-24T08:29:54.5509636Z Machine Models: HSA_MACHINE_MODEL_LARGE 2025-01-24T08:29:54.5509762Z Profiles: HSA_PROFILE_BASE 2025-01-24T08:29:54.5509904Z Default Rounding Mode: NEAR 2025-01-24T08:29:54.5529427Z Default Rounding Mode: NEAR 2025-01-24T08:29:54.5529580Z Fast f16: TRUE 2025-01-24T08:29:54.5529735Z Workgroup Max Size: 1024(0x400) 2025-01-24T08:29:54.5529848Z Workgroup Max Size per Dimension: 2025-01-24T08:29:54.5529957Z x 1024(0x400) 2025-01-24T08:29:54.5530065Z y 1024(0x400) 2025-01-24T08:29:54.5530165Z z 1024(0x400) 2025-01-24T08:29:54.5530390Z Grid Max Size: 4294967295(0xffffffff) 2025-01-24T08:29:54.5530488Z Grid Max Size per Dimension: 2025-01-24T08:29:54.5530597Z x 4294967295(0xffffffff) 2025-01-24T08:29:54.5530690Z y 4294967295(0xffffffff) 2025-01-24T08:29:54.5530794Z z 4294967295(0xffffffff) 2025-01-24T08:29:54.5530931Z FBarrier Max Size: 32 2025-01-24T08:29:54.5531017Z *** Done *** 2025-01-24T08:29:54.5531106Z + rocminfo 2025-01-24T08:29:54.5531208Z + grep -E 'Name:.*\sgfx|Marketing' 2025-01-24T08:29:54.6751445Z Marketing Name: AMD EPYC 7713 64-Core Processor 2025-01-24T08:29:54.6752224Z Marketing Name: AMD EPYC 7713 64-Core Processor 2025-01-24T08:29:54.6752986Z Name: gfx90a 2025-01-24T08:29:54.6754137Z Marketing Name: AMD Instinct MI250X/MI250 2025-01-24T08:29:54.6754756Z Name: gfx90a 2025-01-24T08:29:54.6755318Z Marketing Name: AMD Instinct MI250X/MI250 2025-01-24T08:29:54.6755866Z Name: gfx90a 2025-01-24T08:29:54.6756415Z Marketing Name: AMD Instinct MI250X/MI250 2025-01-24T08:29:54.6756983Z Name: gfx90a 2025-01-24T08:29:54.6757563Z Marketing Name: AMD Instinct MI250X/MI250 2025-01-24T08:29:54.6758130Z Name: gfx90a 2025-01-24T08:29:54.6758686Z Marketing Name: AMD Instinct MI250X/MI250 2025-01-24T08:29:54.6759230Z Name: gfx90a 2025-01-24T08:29:54.6759777Z Marketing Name: AMD Instinct MI250X/MI250 2025-01-24T08:29:54.6760328Z Name: gfx90a 2025-01-24T08:29:54.6760871Z Marketing Name: AMD Instinct MI250X/MI250 2025-01-24T08:29:54.6761426Z Name: gfx90a 2025-01-24T08:29:54.6762013Z Marketing Name: AMD Instinct MI250X/MI250 2025-01-24T08:29:54.6948882Z + [[ linux-focal-rocm6.3-py3.10 == *xpu* ]] 2025-01-24T08:29:54.6949285Z + [[ linux-focal-rocm6.3-py3.10 != *-bazel-* ]] 2025-01-24T08:29:54.6949660Z + pip_install --user ninja==1.10.2 2025-01-24T08:29:54.6950097Z + pip_install_pkg='python3 -m pip install --progress-bar off' 2025-01-24T08:29:54.6950617Z + python3 -m pip install --progress-bar off --user ninja==1.10.2 2025-01-24T08:29:55.1429443Z Collecting ninja==1.10.2 2025-01-24T08:29:55.2158205Z Downloading ninja-1.10.2-py2.py3-none-manylinux_2_5_x86_64.manylinux1_x86_64.whl.metadata (5.0 kB) 2025-01-24T08:29:55.2424463Z Downloading ninja-1.10.2-py2.py3-none-manylinux_2_5_x86_64.manylinux1_x86_64.whl (108 kB) 2025-01-24T08:29:55.6126473Z Installing collected packages: ninja 2025-01-24T08:29:55.6206776Z  WARNING: The script ninja is installed in '/var/lib/jenkins/.local/bin' which is not on PATH. 2025-01-24T08:29:55.6208157Z Consider adding this directory to PATH or, if you prefer to suppress this warning, use --no-warn-script-location. 2025-01-24T08:29:55.6227400Z Successfully installed ninja-1.10.2 2025-01-24T08:29:55.6924745Z + export PATH=/var/lib/jenkins/.local/bin:/opt/cache/bin:/opt/rocm/llvm/bin:/opt/rocm/opencl/bin:/opt/rocm/hip/bin:/opt/rocm/hcc/bin:/opt/rocm/bin:/opt/conda/envs/py_3.10/bin:/opt/conda/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin 2025-01-24T08:29:55.6927687Z + PATH=/var/lib/jenkins/.local/bin:/opt/cache/bin:/opt/rocm/llvm/bin:/opt/rocm/opencl/bin:/opt/rocm/hip/bin:/opt/rocm/hcc/bin:/opt/rocm/bin:/opt/conda/envs/py_3.10/bin:/opt/conda/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin 2025-01-24T08:29:55.6929361Z + [[ linux-focal-rocm6.3-py3.10 == *aarch64* ]] 2025-01-24T08:29:55.6929845Z + install_tlparse 2025-01-24T08:29:55.6930348Z + pip_install --user tlparse==0.3.30 2025-01-24T08:29:55.6930934Z + pip_install_pkg='python3 -m pip install --progress-bar off' 2025-01-24T08:29:55.6931654Z + python3 -m pip install --progress-bar off --user tlparse==0.3.30 2025-01-24T08:29:56.1516997Z Collecting tlparse==0.3.30 2025-01-24T08:29:56.2246335Z Downloading tlparse-0.3.30-py3-none-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (1.9 kB) 2025-01-24T08:29:56.2510449Z Downloading tlparse-0.3.30-py3-none-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (2.3 MB) 2025-01-24T08:29:56.7201305Z Installing collected packages: tlparse 2025-01-24T08:29:56.7573688Z Successfully installed tlparse-0.3.30 2025-01-24T08:29:56.8334394Z ++ python -m site --user-base 2025-01-24T08:29:56.8612313Z + PATH=/var/lib/jenkins/.local/bin:/var/lib/jenkins/.local/bin:/opt/cache/bin:/opt/rocm/llvm/bin:/opt/rocm/opencl/bin:/opt/rocm/hip/bin:/opt/rocm/hcc/bin:/opt/rocm/bin:/opt/conda/envs/py_3.10/bin:/opt/conda/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin 2025-01-24T08:29:56.8615022Z + [[ linux-focal-rocm6.3-py3.10 == *asan* ]] 2025-01-24T08:29:56.8615640Z + [[ linux-focal-rocm6.3-py3.10 == *-debug* ]] 2025-01-24T08:29:56.8616239Z + [[ linux-focal-rocm6.3-py3.10 != *-bazel-* ]] 2025-01-24T08:29:56.8617124Z + echo 'We are not in debug mode: linux-focal-rocm6.3-py3.10. Expect the assertion to pass' 2025-01-24T08:29:56.8618138Z We are not in debug mode: linux-focal-rocm6.3-py3.10. Expect the assertion to pass 2025-01-24T08:29:56.8620711Z + cd test 2025-01-24T08:29:56.8621942Z + python -c 'import torch; torch._C._crash_if_debug_asserts_fail(424242)' 2025-01-24T08:29:58.6846543Z + [[ distributed == \n\o\g\p\u\_\N\O\_\A\V\X\2 ]] 2025-01-24T08:29:58.6847182Z + [[ distributed == \n\o\g\p\u\_\A\V\X\5\1\2 ]] 2025-01-24T08:29:58.6853119Z + DYNAMO_BENCHMARK_FLAGS=() 2025-01-24T08:29:58.6853644Z + [[ distributed == *pr_time_benchmarks* ]] 2025-01-24T08:29:58.6854085Z + [[ distributed == *dynamo_eager* ]] 2025-01-24T08:29:58.6854427Z + [[ distributed == *aot_eager* ]] 2025-01-24T08:29:58.6854741Z + [[ distributed == *aot_inductor* ]] 2025-01-24T08:29:58.6855080Z + [[ distributed == *inductor* ]] 2025-01-24T08:29:58.6855408Z + [[ distributed == *dynamic* ]] 2025-01-24T08:29:58.6855706Z + [[ distributed == *cpu* ]] 2025-01-24T08:29:58.6856033Z + DYNAMO_BENCHMARK_FLAGS+=(--device cuda) 2025-01-24T08:29:58.6883185Z + [[ linux-focal-rocm6.3-py3.10 == *libtorch* ]] 2025-01-24T08:29:58.6883751Z + [[ linux-focal-rocm6.3-py3.10 == *-bazel-* ]] 2025-01-24T08:29:58.6889360Z + cd test 2025-01-24T08:29:58.6890962Z + python -c 'import torch; print(torch.__config__.show())' 2025-01-24T08:30:00.2099682Z PyTorch built with: 2025-01-24T08:30:00.2100145Z - GCC 9.4 2025-01-24T08:30:00.2100517Z - C++ Version: 201703 2025-01-24T08:30:00.2102008Z - Intel(R) oneAPI Math Kernel Library Version 2021.4-Product Build 20210904 for Intel(R) 64 architecture applications 2025-01-24T08:30:00.2103165Z - Intel(R) MKL-DNN v3.5.3 (Git Hash 66f0cb9eb66affd2da3bf5f8d897376f04aae6af) 2025-01-24T08:30:00.2103838Z - OpenMP 201511 (a.k.a. OpenMP 4.5) 2025-01-24T08:30:00.2104369Z - LAPACK is enabled (usually provided by MKL) 2025-01-24T08:30:00.2104865Z - NNPACK is enabled 2025-01-24T08:30:00.2105249Z - CPU capability usage: AVX2 2025-01-24T08:30:00.2105690Z - HIP Runtime 6.3.42133 2025-01-24T08:30:00.2106062Z - MIOpen 3.3.0 2025-01-24T08:30:00.2106394Z - Magma 2.7.2 2025-01-24T08:30:00.2110094Z - Build settings: BLAS_INFO=mkl, BUILD_TYPE=Release, COMMIT_SHA=d087145b9259b4cfbcb758dc0bca6a6e5d75d08f, CXX_COMPILER=/opt/cache/bin/c++, CXX_FLAGS= -D_GLIBCXX_USE_CXX11_ABI=1 -fvisibility-inlines-hidden -DUSE_PTHREADPOOL -DNDEBUG -DUSE_KINETO -DLIBKINETO_NOCUPTI -DLIBKINETO_NOXPUPTI=ON -DUSE_FBGEMM -DUSE_PYTORCH_QNNPACK -DUSE_XNNPACK -DSYMBOLICATE_MOBILE_DEBUG_HANDLE -O2 -fPIC -Wall -Wextra -Werror=return-type -Werror=non-virtual-dtor -Werror=bool-operation -Wnarrowing -Wno-missing-field-initializers -Wno-unknown-pragmas -Wno-unused-parameter -Wno-strict-overflow -Wno-strict-aliasing -Wno-stringop-overflow -Wsuggest-override -Wno-psabi -Wno-error=old-style-cast -fdiagnostics-color=always -faligned-new -Wno-maybe-uninitialized -fno-math-errno -fno-trapping-math -Werror=format -Wno-stringop-overflow, LAPACK_INFO=mkl, PERF_WITH_AVX=1, PERF_WITH_AVX2=1, TORCH_VERSION=2.7.0, USE_CUDA=OFF, USE_CUDNN=OFF, USE_CUSPARSELT=OFF, USE_EXCEPTION_PTR=1, USE_GFLAGS=OFF, USE_GLOG=OFF, USE_GLOO=ON, USE_MKL=ON, USE_MKLDNN=ON, USE_MPI=OFF, USE_NCCL=ON, USE_NNPACK=ON, USE_OPENMP=ON, USE_ROCM=ON, USE_ROCM_KERNEL_ASSERT=OFF, 2025-01-24T08:30:00.2113929Z 2025-01-24T08:30:00.5082714Z + cd test 2025-01-24T08:30:00.5083345Z + python -c 'import torch; print(torch.__config__.parallel_info())' 2025-01-24T08:30:01.8917935Z ATen/Parallel: 2025-01-24T08:30:01.8918408Z at::get_num_threads() : 128 2025-01-24T08:30:01.8918897Z at::get_num_interop_threads() : 128 2025-01-24T08:30:01.8920033Z OpenMP 201511 (a.k.a. OpenMP 4.5) 2025-01-24T08:30:01.8920483Z omp_get_max_threads() : 128 2025-01-24T08:30:01.8921321Z Intel(R) oneAPI Math Kernel Library Version 2021.4-Product Build 20210904 for Intel(R) 64 architecture applications 2025-01-24T08:30:01.8922185Z mkl_get_max_threads() : 128 2025-01-24T08:30:01.8922741Z Intel(R) MKL-DNN v3.5.3 (Git Hash 66f0cb9eb66affd2da3bf5f8d897376f04aae6af) 2025-01-24T08:30:01.8923375Z std::thread::hardware_concurrency() : 128 2025-01-24T08:30:01.8923826Z Environment variables: 2025-01-24T08:30:01.8924189Z OMP_NUM_THREADS : [not set] 2025-01-24T08:30:01.8924569Z MKL_NUM_THREADS : [not set] 2025-01-24T08:30:01.8924958Z ATen parallel backend: OpenMP 2025-01-24T08:30:01.8925227Z 2025-01-24T08:30:02.3093769Z + [[ distributed == *numpy_2* ]] 2025-01-24T08:30:02.3094312Z + [[ linux-focal-rocm6.3-py3.10 == *aarch64* ]] 2025-01-24T08:30:02.3094833Z + [[ distributed == *backward* ]] 2025-01-24T08:30:02.3095281Z + [[ distributed == *xla* ]] 2025-01-24T08:30:02.3095685Z + [[ distributed == *executorch* ]] 2025-01-24T08:30:02.3096156Z + [[ distributed == \j\i\t\_\l\e\g\a\c\y ]] 2025-01-24T08:30:02.3096783Z + [[ linux-focal-rocm6.3-py3.10 == *libtorch* ]] 2025-01-24T08:30:02.3097376Z + [[ distributed == distributed ]] 2025-01-24T08:30:02.3097867Z + test_distributed 2025-01-24T08:30:02.3098322Z + echo 'Testing distributed python tests' 2025-01-24T08:30:02.3098877Z Testing distributed python tests 2025-01-24T08:30:02.3100643Z + python test/run_test.py --distributed-tests --shard 1 1 --include test_nn test_torch test_cuda test_ops test_unary_ufuncs test_binary_ufuncs test_autograd inductor/test_torchinductor distributed/test_c10d_common distributed/test_c10d_nccl --verbose 2025-01-24T08:30:02.4129110Z /var/lib/jenkins/pytorch/test/run_test.py:24: DeprecationWarning: pkg_resources is deprecated as an API. See https://setuptools.pypa.io/en/latest/pkg_resources.html 2025-01-24T08:30:02.4130443Z import pkg_resources 2025-01-24T08:30:07.0400978Z Downloading https://ossci-metrics.s3.amazonaws.com/disabled-tests-condensed.json to /var/lib/jenkins/pytorch/test/.pytorch-disabled-tests.json 2025-01-24T08:30:07.2647314Z Ignoring disabled issues: [''] 2025-01-24T08:30:07.2801219Z Found test times from artifacts 2025-01-24T08:30:07.3409362Z Found test times from artifacts 2025-01-24T08:30:07.3429466Z Running all tests 2025-01-24T08:30:07.3433343Z Running parallel tests on 8 processes 2025-01-24T08:30:07.3434002Z Name: tests to run (est. time: 20.95min) 2025-01-24T08:30:07.3434378Z Serial tests (3): 2025-01-24T08:30:07.3434661Z distributed/test_c10d_common 1/1 2025-01-24T08:30:07.3435006Z distributed/test_c10d_nccl 1/2 2025-01-24T08:30:07.3435319Z distributed/test_c10d_nccl 2/2 2025-01-24T08:30:07.3435629Z Parallel tests (0): 2025-01-24T08:30:07.3435908Z Name: excluded (est. time: 0.0min) 2025-01-24T08:30:07.3436203Z Serial tests (0): 2025-01-24T08:30:07.3436444Z Parallel tests (0): 2025-01-24T08:30:07.3561566Z Running distributed/test_c10d_common 1/1 ... [2025-01-24 08:30:07.355997] 2025-01-24T08:30:07.3562122Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2025-01-24T08:30:07.3566309Z Executing ['/opt/conda/envs/py_3.10/bin/python', '-bb', 'distributed/test_c10d_common.py', '--shard-id=1', '--num-shards=1', '-v', '--subprocess', '-vv', '-rfEX', '-p', 'no:xdist', '--use-pytest', '-x', '--reruns=2', '--import-slow-tests', '--import-disabled-tests'] ... [2025-01-24 08:30:07.356428] 2025-01-24T08:33:21.6189298Z 2025-01-24T08:33:21.6190342Z distributed/test_c10d_common 1/1 was successful, full logs can be found in artifacts with path test/test-reports/distributed.test_c10d_common_1.1_4dfe07f2f40f4f74_.log 2025-01-24T08:33:21.6201302Z Running 23 items in this shard: test/distributed/test_c10d_common.py::TimeoutTest::test_store_based_barrier, test/distributed/test_c10d_common.py::ComputeBucketAssignmentTest::test_multi_limit_multi_dtype, test/distributed/test_c10d_common.py::ComputeBucketAssignmentTest::test_multi_limit_single_dtype, test/distributed/test_c10d_common.py::ComputeBucketAssignmentTest::test_single_limit_multi_dtype, test/distributed/test_c10d_common.py::ComputeBucketAssignmentTest::test_single_limit_single_dtype, test/distributed/test_c10d_common.py::CommTest::test_debug_level, test/distributed/test_c10d_common.py::PythonProcessGroupExtensionTest::test_backend_class_attr, test/distributed/test_c10d_common.py::PythonProcessGroupExtensionTest::test_backend_config, test/distributed/test_c10d_common.py::PythonProcessGroupExtensionTest::test_collectives, test/distributed/test_c10d_common.py::PythonProcessGroupExtensionTest::test_get_backend_name, test/distributed/test_c10d_common.py::PythonProcessGroupExtensionTest::test_init_process_group_with_multiple_backends, test/distributed/test_c10d_common.py::PythonProcessGroupExtensionTest::test_is_backend_available, test/distributed/test_c10d_common.py::PythonProcessGroupExtensionTest::test_send_recv, test/distributed/test_c10d_common.py::ProcessGroupWithDispatchedCollectivesTests::test_init_process_group_for_all_backends, test/distributed/test_c10d_common.py::ProcessGroupWithDispatchedCollectivesTests::test_init_process_group_optional_backend, test/distributed/test_c10d_common.py::ReduceOpTest::test_op_isinstance_of_reduceop, test/distributed/test_c10d_common.py::ReduceOpTest::test_reduceop_copyable, test/distributed/test_c10d_common.py::ReduceOpTest::test_reduceop_equal, test/distributed/test_c10d_common.py::ReduceOpTest::test_reduceop_pickle, test/distributed/test_c10d_common.py::LocalRankTest::testNodeLocalRank, test/distributed/test_c10d_common.py::LocalRankTest::testNodeLocalRankOverridesFallback, test/distributed/test_c10d_common.py::LocalRankTest::testWithoutEnv, test/distributed/test_c10d_common.py::LocalRankTest::testWithoutEnvWithFallback 2025-01-24T08:33:21.6210661Z Running 1 items in this shard: test/distributed/test_c10d_common.py::TimeoutTest::test_store_based_barrier 2025-01-24T08:33:21.6211632Z Running 1 items in this shard: test/distributed/test_c10d_common.py::ComputeBucketAssignmentTest::test_multi_limit_multi_dtype 2025-01-24T08:33:21.6212455Z Running 1 items in this shard: test/distributed/test_c10d_common.py::ComputeBucketAssignmentTest::test_multi_limit_single_dtype 2025-01-24T08:33:21.6213250Z Running 1 items in this shard: test/distributed/test_c10d_common.py::ComputeBucketAssignmentTest::test_single_limit_multi_dtype 2025-01-24T08:33:21.6214055Z Running 1 items in this shard: test/distributed/test_c10d_common.py::ComputeBucketAssignmentTest::test_single_limit_single_dtype 2025-01-24T08:33:21.6214828Z Running 1 items in this shard: test/distributed/test_c10d_common.py::CommTest::test_debug_level 2025-01-24T08:33:21.6215529Z Running 1 items in this shard: test/distributed/test_c10d_common.py::PythonProcessGroupExtensionTest::test_backend_class_attr 2025-01-24T08:33:21.6216316Z Running 1 items in this shard: test/distributed/test_c10d_common.py::PythonProcessGroupExtensionTest::test_backend_config 2025-01-24T08:33:21.6217087Z Running 1 items in this shard: test/distributed/test_c10d_common.py::PythonProcessGroupExtensionTest::test_collectives 2025-01-24T08:33:21.6217854Z Running 1 items in this shard: test/distributed/test_c10d_common.py::PythonProcessGroupExtensionTest::test_get_backend_name 2025-01-24T08:33:21.6218730Z Running 1 items in this shard: test/distributed/test_c10d_common.py::PythonProcessGroupExtensionTest::test_init_process_group_with_multiple_backends 2025-01-24T08:33:21.6219627Z Running 1 items in this shard: test/distributed/test_c10d_common.py::PythonProcessGroupExtensionTest::test_is_backend_available 2025-01-24T08:33:21.6220397Z Running 1 items in this shard: test/distributed/test_c10d_common.py::PythonProcessGroupExtensionTest::test_send_recv 2025-01-24T08:33:21.6221288Z Running 1 items in this shard: test/distributed/test_c10d_common.py::ProcessGroupWithDispatchedCollectivesTests::test_init_process_group_for_all_backends 2025-01-24T08:33:21.6222327Z Running 1 items in this shard: test/distributed/test_c10d_common.py::ProcessGroupWithDispatchedCollectivesTests::test_init_process_group_optional_backend 2025-01-24T08:33:21.6223380Z Running 1 items in this shard: test/distributed/test_c10d_common.py::ReduceOpTest::test_op_isinstance_of_reduceop 2025-01-24T08:33:21.6224060Z Running 1 items in this shard: test/distributed/test_c10d_common.py::ReduceOpTest::test_reduceop_copyable 2025-01-24T08:33:21.6224705Z Running 1 items in this shard: test/distributed/test_c10d_common.py::ReduceOpTest::test_reduceop_equal 2025-01-24T08:33:21.6225341Z Running 1 items in this shard: test/distributed/test_c10d_common.py::ReduceOpTest::test_reduceop_pickle 2025-01-24T08:33:21.6225985Z Running 1 items in this shard: test/distributed/test_c10d_common.py::LocalRankTest::testNodeLocalRank 2025-01-24T08:33:21.6226676Z Running 1 items in this shard: test/distributed/test_c10d_common.py::LocalRankTest::testNodeLocalRankOverridesFallback 2025-01-24T08:33:21.6227359Z Running 1 items in this shard: test/distributed/test_c10d_common.py::LocalRankTest::testWithoutEnv 2025-01-24T08:33:21.6228009Z Running 1 items in this shard: test/distributed/test_c10d_common.py::LocalRankTest::testWithoutEnvWithFallback 2025-01-24T08:33:21.6228404Z 2025-01-24T08:33:21.6228592Z Running distributed/test_c10d_nccl 1/2 ... [2025-01-24 08:33:21.619420] 2025-01-24T08:33:21.6228966Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2025-01-24T08:33:21.6229894Z Executing ['/opt/conda/envs/py_3.10/bin/python', '-bb', 'distributed/test_c10d_nccl.py', '--shard-id=1', '--num-shards=2', '-v', '--subprocess', '-vv', '-rfEX', '-p', 'no:xdist', '--use-pytest', '-x', '--reruns=2', '--import-slow-tests', '--import-disabled-tests'] ... [2025-01-24 08:33:21.619776] 2025-01-24T08:48:31.7568510Z 2025-01-24T08:48:31.7569468Z distributed/test_c10d_nccl 1/2 was successful, full logs can be found in artifacts with path test/test-reports/distributed.test_c10d_nccl_1.2_2564c1ad076df933_.log 2025-01-24T08:48:31.7607626Z Running 92 items in this shard: test/distributed/test_c10d_nccl.py::RendezvousEnvTest::test_common_errors, test/distributed/test_c10d_nccl.py::ProcessGroupNCCLNoGPUTest::test_init_no_gpus, test/distributed/test_c10d_nccl.py::ProcessGroupNCCLGroupTest::test_abort_in_destroy_mixed_empty_pgs, test/distributed/test_c10d_nccl.py::ProcessGroupNCCLGroupTest::test_abort_pg, test/distributed/test_c10d_nccl.py::ProcessGroupNCCLGroupTest::test_close_pg_eager_init_True, test/distributed/test_c10d_nccl.py::ProcessGroupNCCLGroupTest::test_comm_split_group, test/distributed/test_c10d_nccl.py::ProcessGroupNCCLGroupTest::test_comm_split_subgroup, test/distributed/test_c10d_nccl.py::ProcessGroupNCCLGroupTest::test_destruct_before_terminate_pg, test/distributed/test_c10d_nccl.py::ProcessGroupNCCLGroupTest::test_extend_nccl_pg_timeout_backend_nccl, test/distributed/test_c10d_nccl.py::ProcessGroupNCCLGroupTest::test_extra_cuda_context, test/distributed/test_c10d_nccl.py::ProcessGroupNCCLGroupTest::test_file_store_check, test/distributed/test_c10d_nccl.py::ProcessGroupNCCLGroupTest::test_nan_assert_bfloat16, test/distributed/test_c10d_nccl.py::ProcessGroupNCCLGroupTest::test_nan_assert_float16, test/distributed/test_c10d_nccl.py::ProcessGroupNCCLGroupTest::test_nan_assert_float32, test/distributed/test_c10d_nccl.py::ProcessGroupNCCLGroupTest::test_nan_assert_float64, test/distributed/test_c10d_nccl.py::ProcessGroupNCCLGroupTest::test_nan_assert_float8_e4m3fn, test/distributed/test_c10d_nccl.py::ProcessGroupNCCLGroupTest::test_nan_assert_float8_e5m2, test/distributed/test_c10d_nccl.py::ProcessGroupNCCLGroupTest::test_nan_rank_filter, test/distributed/test_c10d_nccl.py::ProcessGroupNCCLGroupTest::test_nccl_dist_backend_error, test/distributed/test_c10d_nccl.py::ProcessGroupNCCLGroupTest::test_restart_pg, test/distributed/test_c10d_nccl.py::ProcessGroupNCCLGroupTest::test_set_nccl_pg_timeout_backend0, test/distributed/test_c10d_nccl.py::DistributedDataParallelTest::test_arbitrary_forward_return_value, test/distributed/test_c10d_nccl.py::DistributedDataParallelTest::test_arbitrary_forward_return_value_grad_is_view, test/distributed/test_c10d_nccl.py::DistributedDataParallelTest::test_bf16_compress_wrapper_is_view, test/distributed/test_c10d_nccl.py::DistributedDataParallelTest::test_builtin_ddp_comm_hooks_nccl_grad_is_view, test/distributed/test_c10d_nccl.py::DistributedDataParallelTest::test_channels_last_contig, test/distributed/test_c10d_nccl.py::DistributedDataParallelTest::test_ddp_checkpointing_dynamic_weight_sharing, test/distributed/test_c10d_nccl.py::DistributedDataParallelTest::test_ddp_checkpointing_twice_static_graph_use_reentrant_True, test/distributed/test_c10d_nccl.py::DistributedDataParallelTest::test_ddp_checkpointing_twice_weight_sharing, test/distributed/test_c10d_nccl.py::DistributedDataParallelTest::test_ddp_checkpointing_weight_sharing_use_reentrant_False, test/distributed/test_c10d_nccl.py::DistributedDataParallelTest::test_ddp_comm_hook_allreduce_hook_nccl, test/distributed/test_c10d_nccl.py::DistributedDataParallelTest::test_ddp_comm_hook_allreduce_with_then_hook_nccl, test/distributed/test_c10d_nccl.py::DistributedDataParallelTest::test_ddp_comm_hook_future_passing_gpu_nccl, test/distributed/test_c10d_nccl.py::DistributedDataParallelTest::test_ddp_multi_device_module_config, test/distributed/test_c10d_nccl.py::DistributedDataParallelTest::test_ddp_weight_sharing, test/distributed/test_c10d_nccl.py::DistributedDataParallelTest::test_failure_recovery, test/distributed/test_c10d_nccl.py::DistributedDataParallelTest::test_find_unused_parameters_kwarg_debug_info, test/distributed/test_c10d_nccl.py::DistributedDataParallelTest::test_find_unused_parameters_kwarg_debug_off, test/distributed/test_c10d_nccl.py::DistributedDataParallelTest::test_find_unused_parameters_kwarg_grad_is_view_debug_detail, test/distributed/test_c10d_nccl.py::DistributedDataParallelTest::test_find_unused_parameters_kwarg_grad_is_view_debug_info, test/distributed/test_c10d_nccl.py::DistributedDataParallelTest::test_find_unused_parameters_kwarg_grad_is_view_debug_off, test/distributed/test_c10d_nccl.py::DistributedDataParallelTest::test_fp16, test/distributed/test_c10d_nccl.py::DistributedDataParallelTest::test_invalid_powerSGD_state, test/distributed/test_c10d_nccl.py::DistributedDataParallelTest::test_nccl_backend_multi_device_module_device_ids_None, test/distributed/test_c10d_nccl.py::DistributedDataParallelTest::test_nccl_backend_single_device_module_device_ids_None, test/distributed/test_c10d_nccl.py::WorkHookTest::test_on_completion_hook_with_ddp, test/distributed/test_c10d_nccl.py::NcclErrorHandlingTest::test_invalid_nccl_blocking_wait_env, test/distributed/test_c10d_nccl.py::NcclErrorHandlingTest::test_nccl_errors_blocking_nonzero_exit, test/distributed/test_c10d_nccl.py::NcclErrorHandlingTest::test_nccl_errors_blocking_sigkill, test/distributed/test_c10d_nccl.py::NcclErrorHandlingTest::test_nccl_errors_blocking_sigterm, test/distributed/test_c10d_nccl.py::NcclErrorHandlingTest::test_nccl_errors_nonblocking, test/distributed/test_c10d_nccl.py::NcclUserBufferRegistrationTest::test_nccl_user_buffer_registration, test/distributed/test_c10d_nccl.py::CommTest::test_all_reduce_coalesced_manager_nccl, test/distributed/test_c10d_nccl.py::CommTest::test_intra_node_comm_all_reduce, test/distributed/test_c10d_nccl.py::CommTest::test_nccl_barrier, test/distributed/test_c10d_nccl.py::CommTest::test_nccl_barrier_device_ids, test/distributed/test_c10d_nccl.py::CommTest::test_nccl_barrier_device_ids_function_argument, test/distributed/test_c10d_nccl.py::CommTest::test_nccl_warn_not_in_group_debug_off, test/distributed/test_c10d_nccl.py::CommTest::test_reduce_scatter_base_k, test/distributed/test_c10d_nccl.py::CommTest::test_reduce_scatter_base_k_float8_errors, test/distributed/test_c10d_nccl.py::CommTest::test_sequence_num_incremented_nccl_subgroup, test/distributed/test_c10d_nccl.py::CommTest::test_sequence_num_set_default_pg_nccl, test/distributed/test_c10d_nccl.py::CommTest::test_unwaited, test/distributed/test_c10d_nccl.py::NcclProcessGroupWithDispatchedCollectivesTests::test_allgather_base, test/distributed/test_c10d_nccl.py::NcclProcessGroupWithDispatchedCollectivesTests::test_allgather_float8_float8_e4m3fn, test/distributed/test_c10d_nccl.py::NcclProcessGroupWithDispatchedCollectivesTests::test_allgather_float8_float8_e5m2, test/distributed/test_c10d_nccl.py::NcclProcessGroupWithDispatchedCollectivesTests::test_collectives, test/distributed/test_c10d_nccl.py::LargeCommTest::test_batch_send_recv_subgroup_group_rank_False, test/distributed/test_c10d_nccl.py::LargeCommTest::test_batch_send_recv_subgroup_group_rank_True, test/distributed/test_c10d_nccl.py::LargeCommTest::test_broadcast_object_list_subgroup_set_device0_group_rank_True, test/distributed/test_c10d_nccl.py::LargeCommTest::test_broadcast_subgroup_group_rank_True, test/distributed/test_c10d_nccl.py::LargeCommTest::test_gather_subgroup_group_rank_True, test/distributed/test_c10d_nccl.py::LargeCommTest::test_reduce_subgroup_group_rank_False, test/distributed/test_c10d_nccl.py::LargeCommTest::test_reduce_subgroup_group_rank_True, test/distributed/test_c10d_nccl.py::LargeCommTest::test_scatter_object_list_subgroup_group_rank_False, test/distributed/test_c10d_nccl.py::LargeCommTest::test_scatter_object_list_subgroup_group_rank_True, test/distributed/test_c10d_nccl.py::LargeCommTest::test_scatter_subgroup_group_rank_True, test/distributed/test_c10d_nccl.py::LargeCommTest::test_send_recv_object_list_subgroup_set_device1_group_rank_True, test/distributed/test_c10d_nccl.py::LargeCommTest::test_send_recv_subgroup_group_rank_False_async_op_False, test/distributed/test_c10d_nccl.py::LargeCommTest::test_send_recv_subgroup_group_rank_True_async_op_True, test/distributed/test_c10d_nccl.py::NCCLTraceTest::test_batched_send_recv_op_sizes_per_coalesce0_timing_enabled_True, test/distributed/test_c10d_nccl.py::NCCLTraceTest::test_coalescing_manager_collective_timing_enabled_False, test/distributed/test_c10d_nccl.py::NCCLTraceTest::test_individual_send_recv_op_sizes1_timing_enabled_False, test/distributed/test_c10d_nccl.py::NCCLTraceTest::test_short_json_timing_enabled_False_include_collectives_False, test/distributed/test_c10d_nccl.py::NCCLTraceTest::test_short_pickle_timing_enabled_False_include_collectives_False, test/distributed/test_c10d_nccl.py::NCCLTraceTest::test_short_pickle_timing_enabled_False_include_collectives_True, test/distributed/test_c10d_nccl.py::NCCLTraceTest::test_short_pickle_timing_enabled_True_include_collectives_True, test/distributed/test_c10d_nccl.py::NCCLTraceTest::test_trace_while_active_timing_enabled_False_only_active_True, test/distributed/test_c10d_nccl.py::NCCLTraceTest::test_trace_while_active_timing_enabled_True_only_active_False, test/distributed/test_c10d_nccl.py::NCCLTraceTest::test_trace_while_stuck_timing_enabled_False, test/distributed/test_c10d_nccl.py::NCCLTraceTest::test_trace_while_stuck_timing_enabled_True, test/distributed/test_c10d_nccl.py::ProcessGroupNCCLLargerScaleTest::test_comm_recursive_split_group 2025-01-24T08:48:31.7637957Z Running 1 items in this shard: test/distributed/test_c10d_nccl.py::RendezvousEnvTest::test_common_errors 2025-01-24T08:48:31.7638704Z Running 1 items in this shard: test/distributed/test_c10d_nccl.py::ProcessGroupNCCLNoGPUTest::test_init_no_gpus 2025-01-24T08:48:31.7639501Z Running 1 items in this shard: test/distributed/test_c10d_nccl.py::ProcessGroupNCCLGroupTest::test_abort_in_destroy_mixed_empty_pgs 2025-01-24T08:48:31.7640275Z Running 1 items in this shard: test/distributed/test_c10d_nccl.py::ProcessGroupNCCLGroupTest::test_abort_pg 2025-01-24T08:48:31.7641000Z Running 1 items in this shard: test/distributed/test_c10d_nccl.py::ProcessGroupNCCLGroupTest::test_close_pg_eager_init_True 2025-01-24T08:48:31.7641759Z Running 1 items in this shard: test/distributed/test_c10d_nccl.py::ProcessGroupNCCLGroupTest::test_comm_split_group 2025-01-24T08:48:31.7642491Z Running 1 items in this shard: test/distributed/test_c10d_nccl.py::ProcessGroupNCCLGroupTest::test_comm_split_subgroup 2025-01-24T08:48:31.7643289Z Running 1 items in this shard: test/distributed/test_c10d_nccl.py::ProcessGroupNCCLGroupTest::test_destruct_before_terminate_pg 2025-01-24T08:48:31.7644132Z Running 1 items in this shard: test/distributed/test_c10d_nccl.py::ProcessGroupNCCLGroupTest::test_extend_nccl_pg_timeout_backend_nccl 2025-01-24T08:48:31.7645118Z Running 1 items in this shard: test/distributed/test_c10d_nccl.py::ProcessGroupNCCLGroupTest::test_extra_cuda_context 2025-01-24T08:48:31.7647808Z Running 1 items in this shard: test/distributed/test_c10d_nccl.py::ProcessGroupNCCLGroupTest::test_file_store_check 2025-01-24T08:48:31.7648581Z Running 1 items in this shard: test/distributed/test_c10d_nccl.py::ProcessGroupNCCLGroupTest::test_nan_assert_bfloat16 2025-01-24T08:48:31.7649330Z Running 1 items in this shard: test/distributed/test_c10d_nccl.py::ProcessGroupNCCLGroupTest::test_nan_assert_float16 2025-01-24T08:48:31.7650057Z Running 1 items in this shard: test/distributed/test_c10d_nccl.py::ProcessGroupNCCLGroupTest::test_nan_assert_float32 2025-01-24T08:48:31.7650883Z Running 1 items in this shard: test/distributed/test_c10d_nccl.py::ProcessGroupNCCLGroupTest::test_nan_assert_float64 2025-01-24T08:48:31.7651639Z Running 1 items in this shard: test/distributed/test_c10d_nccl.py::ProcessGroupNCCLGroupTest::test_nan_assert_float8_e4m3fn 2025-01-24T08:48:31.7652419Z Running 1 items in this shard: test/distributed/test_c10d_nccl.py::ProcessGroupNCCLGroupTest::test_nan_assert_float8_e5m2 2025-01-24T08:48:31.7653154Z Running 1 items in this shard: test/distributed/test_c10d_nccl.py::ProcessGroupNCCLGroupTest::test_nan_rank_filter 2025-01-24T08:48:31.7653891Z Running 1 items in this shard: test/distributed/test_c10d_nccl.py::ProcessGroupNCCLGroupTest::test_nccl_dist_backend_error 2025-01-24T08:48:31.7654616Z Running 1 items in this shard: test/distributed/test_c10d_nccl.py::ProcessGroupNCCLGroupTest::test_restart_pg 2025-01-24T08:48:31.7655360Z Running 1 items in this shard: test/distributed/test_c10d_nccl.py::ProcessGroupNCCLGroupTest::test_set_nccl_pg_timeout_backend0 2025-01-24T08:48:31.7656179Z Running 1 items in this shard: test/distributed/test_c10d_nccl.py::DistributedDataParallelTest::test_arbitrary_forward_return_value 2025-01-24T08:48:31.7657259Z Running 1 items in this shard: test/distributed/test_c10d_nccl.py::DistributedDataParallelTest::test_arbitrary_forward_return_value_grad_is_view 2025-01-24T08:48:31.7658154Z Running 1 items in this shard: test/distributed/test_c10d_nccl.py::DistributedDataParallelTest::test_bf16_compress_wrapper_is_view 2025-01-24T08:48:31.7659014Z Running 1 items in this shard: test/distributed/test_c10d_nccl.py::DistributedDataParallelTest::test_builtin_ddp_comm_hooks_nccl_grad_is_view 2025-01-24T08:48:31.7659846Z Running 1 items in this shard: test/distributed/test_c10d_nccl.py::DistributedDataParallelTest::test_channels_last_contig 2025-01-24T08:48:31.7660687Z Running 1 items in this shard: test/distributed/test_c10d_nccl.py::DistributedDataParallelTest::test_ddp_checkpointing_dynamic_weight_sharing 2025-01-24T08:48:31.7661641Z Running 1 items in this shard: test/distributed/test_c10d_nccl.py::DistributedDataParallelTest::test_ddp_checkpointing_twice_static_graph_use_reentrant_True 2025-01-24T08:48:31.7662602Z Running 1 items in this shard: test/distributed/test_c10d_nccl.py::DistributedDataParallelTest::test_ddp_checkpointing_twice_weight_sharing 2025-01-24T08:48:31.7663539Z Running 1 items in this shard: test/distributed/test_c10d_nccl.py::DistributedDataParallelTest::test_ddp_checkpointing_weight_sharing_use_reentrant_False 2025-01-24T08:48:31.7664453Z Running 1 items in this shard: test/distributed/test_c10d_nccl.py::DistributedDataParallelTest::test_ddp_comm_hook_allreduce_hook_nccl 2025-01-24T08:48:31.7665343Z Running 1 items in this shard: test/distributed/test_c10d_nccl.py::DistributedDataParallelTest::test_ddp_comm_hook_allreduce_with_then_hook_nccl 2025-01-24T08:48:31.7666248Z Running 1 items in this shard: test/distributed/test_c10d_nccl.py::DistributedDataParallelTest::test_ddp_comm_hook_future_passing_gpu_nccl 2025-01-24T08:48:31.7667113Z Running 1 items in this shard: test/distributed/test_c10d_nccl.py::DistributedDataParallelTest::test_ddp_multi_device_module_config 2025-01-24T08:48:31.7667905Z Running 1 items in this shard: test/distributed/test_c10d_nccl.py::DistributedDataParallelTest::test_ddp_weight_sharing 2025-01-24T08:48:31.7668834Z Running 1 items in this shard: test/distributed/test_c10d_nccl.py::DistributedDataParallelTest::test_failure_recovery 2025-01-24T08:48:31.7669645Z Running 1 items in this shard: test/distributed/test_c10d_nccl.py::DistributedDataParallelTest::test_find_unused_parameters_kwarg_debug_info 2025-01-24T08:48:31.7670541Z Running 1 items in this shard: test/distributed/test_c10d_nccl.py::DistributedDataParallelTest::test_find_unused_parameters_kwarg_debug_off 2025-01-24T08:48:31.7671474Z Running 1 items in this shard: test/distributed/test_c10d_nccl.py::DistributedDataParallelTest::test_find_unused_parameters_kwarg_grad_is_view_debug_detail 2025-01-24T08:48:31.7672452Z Running 1 items in this shard: test/distributed/test_c10d_nccl.py::DistributedDataParallelTest::test_find_unused_parameters_kwarg_grad_is_view_debug_info 2025-01-24T08:48:31.7673429Z Running 1 items in this shard: test/distributed/test_c10d_nccl.py::DistributedDataParallelTest::test_find_unused_parameters_kwarg_grad_is_view_debug_off 2025-01-24T08:48:31.7674256Z Running 1 items in this shard: test/distributed/test_c10d_nccl.py::DistributedDataParallelTest::test_fp16 2025-01-24T08:48:31.7674986Z Running 1 items in this shard: test/distributed/test_c10d_nccl.py::DistributedDataParallelTest::test_invalid_powerSGD_state 2025-01-24T08:48:31.7675863Z Running 1 items in this shard: test/distributed/test_c10d_nccl.py::DistributedDataParallelTest::test_nccl_backend_multi_device_module_device_ids_None 2025-01-24T08:48:31.7676809Z Running 1 items in this shard: test/distributed/test_c10d_nccl.py::DistributedDataParallelTest::test_nccl_backend_single_device_module_device_ids_None 2025-01-24T08:48:31.7677637Z Running 1 items in this shard: test/distributed/test_c10d_nccl.py::WorkHookTest::test_on_completion_hook_with_ddp 2025-01-24T08:48:31.7678516Z Running 1 items in this shard: test/distributed/test_c10d_nccl.py::NcclErrorHandlingTest::test_invalid_nccl_blocking_wait_env 2025-01-24T08:48:31.7679327Z Running 1 items in this shard: test/distributed/test_c10d_nccl.py::NcclErrorHandlingTest::test_nccl_errors_blocking_nonzero_exit 2025-01-24T08:48:31.7680108Z Running 1 items in this shard: test/distributed/test_c10d_nccl.py::NcclErrorHandlingTest::test_nccl_errors_blocking_sigkill 2025-01-24T08:48:31.7680862Z Running 1 items in this shard: test/distributed/test_c10d_nccl.py::NcclErrorHandlingTest::test_nccl_errors_blocking_sigterm 2025-01-24T08:48:31.7681602Z Running 1 items in this shard: test/distributed/test_c10d_nccl.py::NcclErrorHandlingTest::test_nccl_errors_nonblocking 2025-01-24T08:48:31.7682395Z Running 1 items in this shard: test/distributed/test_c10d_nccl.py::NcclUserBufferRegistrationTest::test_nccl_user_buffer_registration 2025-01-24T08:48:31.7683178Z Running 1 items in this shard: test/distributed/test_c10d_nccl.py::CommTest::test_all_reduce_coalesced_manager_nccl 2025-01-24T08:48:31.7683864Z Running 1 items in this shard: test/distributed/test_c10d_nccl.py::CommTest::test_intra_node_comm_all_reduce 2025-01-24T08:48:31.7684492Z Running 1 items in this shard: test/distributed/test_c10d_nccl.py::CommTest::test_nccl_barrier 2025-01-24T08:48:31.7685106Z Running 1 items in this shard: test/distributed/test_c10d_nccl.py::CommTest::test_nccl_barrier_device_ids 2025-01-24T08:48:31.7685804Z Running 1 items in this shard: test/distributed/test_c10d_nccl.py::CommTest::test_nccl_barrier_device_ids_function_argument 2025-01-24T08:48:31.7686511Z Running 1 items in this shard: test/distributed/test_c10d_nccl.py::CommTest::test_nccl_warn_not_in_group_debug_off 2025-01-24T08:48:31.7687168Z Running 1 items in this shard: test/distributed/test_c10d_nccl.py::CommTest::test_reduce_scatter_base_k 2025-01-24T08:48:31.7687832Z Running 1 items in this shard: test/distributed/test_c10d_nccl.py::CommTest::test_reduce_scatter_base_k_float8_errors 2025-01-24T08:48:31.7688545Z Running 1 items in this shard: test/distributed/test_c10d_nccl.py::CommTest::test_sequence_num_incremented_nccl_subgroup 2025-01-24T08:48:31.7689384Z Running 1 items in this shard: test/distributed/test_c10d_nccl.py::CommTest::test_sequence_num_set_default_pg_nccl 2025-01-24T08:48:31.7689998Z Running 1 items in this shard: test/distributed/test_c10d_nccl.py::CommTest::test_unwaited 2025-01-24T08:48:31.7690793Z Running 1 items in this shard: test/distributed/test_c10d_nccl.py::NcclProcessGroupWithDispatchedCollectivesTests::test_allgather_base 2025-01-24T08:48:31.7691730Z Running 1 items in this shard: test/distributed/test_c10d_nccl.py::NcclProcessGroupWithDispatchedCollectivesTests::test_allgather_float8_float8_e4m3fn 2025-01-24T08:48:31.7692727Z Running 1 items in this shard: test/distributed/test_c10d_nccl.py::NcclProcessGroupWithDispatchedCollectivesTests::test_allgather_float8_float8_e5m2 2025-01-24T08:48:31.7693651Z Running 1 items in this shard: test/distributed/test_c10d_nccl.py::NcclProcessGroupWithDispatchedCollectivesTests::test_collectives 2025-01-24T08:48:31.7694487Z Running 1 items in this shard: test/distributed/test_c10d_nccl.py::LargeCommTest::test_batch_send_recv_subgroup_group_rank_False 2025-01-24T08:48:31.7695277Z Running 1 items in this shard: test/distributed/test_c10d_nccl.py::LargeCommTest::test_batch_send_recv_subgroup_group_rank_True 2025-01-24T08:48:31.7696117Z Running 1 items in this shard: test/distributed/test_c10d_nccl.py::LargeCommTest::test_broadcast_object_list_subgroup_set_device0_group_rank_True 2025-01-24T08:48:31.7696949Z Running 1 items in this shard: test/distributed/test_c10d_nccl.py::LargeCommTest::test_broadcast_subgroup_group_rank_True 2025-01-24T08:48:31.7697686Z Running 1 items in this shard: test/distributed/test_c10d_nccl.py::LargeCommTest::test_gather_subgroup_group_rank_True 2025-01-24T08:48:31.7698404Z Running 1 items in this shard: test/distributed/test_c10d_nccl.py::LargeCommTest::test_reduce_subgroup_group_rank_False 2025-01-24T08:48:31.7699283Z Running 1 items in this shard: test/distributed/test_c10d_nccl.py::LargeCommTest::test_reduce_subgroup_group_rank_True 2025-01-24T08:48:31.7700055Z Running 1 items in this shard: test/distributed/test_c10d_nccl.py::LargeCommTest::test_scatter_object_list_subgroup_group_rank_False 2025-01-24T08:48:31.7700870Z Running 1 items in this shard: test/distributed/test_c10d_nccl.py::LargeCommTest::test_scatter_object_list_subgroup_group_rank_True 2025-01-24T08:48:31.7701640Z Running 1 items in this shard: test/distributed/test_c10d_nccl.py::LargeCommTest::test_scatter_subgroup_group_rank_True 2025-01-24T08:48:31.7702444Z Running 1 items in this shard: test/distributed/test_c10d_nccl.py::LargeCommTest::test_send_recv_object_list_subgroup_set_device1_group_rank_True 2025-01-24T08:48:31.7703309Z Running 1 items in this shard: test/distributed/test_c10d_nccl.py::LargeCommTest::test_send_recv_subgroup_group_rank_False_async_op_False 2025-01-24T08:48:31.7704144Z Running 1 items in this shard: test/distributed/test_c10d_nccl.py::LargeCommTest::test_send_recv_subgroup_group_rank_True_async_op_True 2025-01-24T08:48:31.7705019Z Running 1 items in this shard: test/distributed/test_c10d_nccl.py::NCCLTraceTest::test_batched_send_recv_op_sizes_per_coalesce0_timing_enabled_True 2025-01-24T08:48:31.7705898Z Running 1 items in this shard: test/distributed/test_c10d_nccl.py::NCCLTraceTest::test_coalescing_manager_collective_timing_enabled_False 2025-01-24T08:48:31.7706748Z Running 1 items in this shard: test/distributed/test_c10d_nccl.py::NCCLTraceTest::test_individual_send_recv_op_sizes1_timing_enabled_False 2025-01-24T08:48:31.7707630Z Running 1 items in this shard: test/distributed/test_c10d_nccl.py::NCCLTraceTest::test_short_json_timing_enabled_False_include_collectives_False 2025-01-24T08:48:31.7708532Z Running 1 items in this shard: test/distributed/test_c10d_nccl.py::NCCLTraceTest::test_short_pickle_timing_enabled_False_include_collectives_False 2025-01-24T08:48:31.7709450Z Running 1 items in this shard: test/distributed/test_c10d_nccl.py::NCCLTraceTest::test_short_pickle_timing_enabled_False_include_collectives_True 2025-01-24T08:48:31.7710349Z Running 1 items in this shard: test/distributed/test_c10d_nccl.py::NCCLTraceTest::test_short_pickle_timing_enabled_True_include_collectives_True 2025-01-24T08:48:31.7711405Z Running 1 items in this shard: test/distributed/test_c10d_nccl.py::NCCLTraceTest::test_trace_while_active_timing_enabled_False_only_active_True 2025-01-24T08:48:31.7712282Z Running 1 items in this shard: test/distributed/test_c10d_nccl.py::NCCLTraceTest::test_trace_while_active_timing_enabled_True_only_active_False 2025-01-24T08:48:31.7713098Z Running 1 items in this shard: test/distributed/test_c10d_nccl.py::NCCLTraceTest::test_trace_while_stuck_timing_enabled_False 2025-01-24T08:48:31.7713861Z Running 1 items in this shard: test/distributed/test_c10d_nccl.py::NCCLTraceTest::test_trace_while_stuck_timing_enabled_True 2025-01-24T08:48:31.7714661Z Running 1 items in this shard: test/distributed/test_c10d_nccl.py::ProcessGroupNCCLLargerScaleTest::test_comm_recursive_split_group 2025-01-24T08:48:31.7715137Z 2025-01-24T08:48:31.7715318Z Running distributed/test_c10d_nccl 2/2 ... [2025-01-24 08:48:31.758302] 2025-01-24T08:48:31.7715694Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2025-01-24T08:48:31.7716611Z Executing ['/opt/conda/envs/py_3.10/bin/python', '-bb', 'distributed/test_c10d_nccl.py', '--shard-id=2', '--num-shards=2', '-v', '--subprocess', '-vv', '-rfEX', '-p', 'no:xdist', '--use-pytest', '-x', '--reruns=2', '--import-slow-tests', '--import-disabled-tests'] ... [2025-01-24 08:48:31.758659] 2025-01-24T09:10:57.5573078Z 2025-01-24T09:10:57.5574079Z distributed/test_c10d_nccl 2/2 was successful, full logs can be found in artifacts with path test/test-reports/distributed.test_c10d_nccl_2.2_20ed6f8f70f663e1_.log 2025-01-24T09:10:57.5621089Z Running 129 items in this shard: test/distributed/test_c10d_nccl.py::TimeoutTest::test_default_store_timeout_nccl, test/distributed/test_c10d_nccl.py::ProcessGroupNCCLInitTest::test_init_wo_backend_str, test/distributed/test_c10d_nccl.py::ProcessGroupNCCLGroupTest::test_abort_in_destroy_multi_pgs, test/distributed/test_c10d_nccl.py::ProcessGroupNCCLGroupTest::test_abort_in_destroy_pg, test/distributed/test_c10d_nccl.py::ProcessGroupNCCLGroupTest::test_close_multi_pg_unordered, test/distributed/test_c10d_nccl.py::ProcessGroupNCCLGroupTest::test_close_pg_eager_init_False, test/distributed/test_c10d_nccl.py::ProcessGroupNCCLGroupTest::test_comm_eager_init_subgroup, test/distributed/test_c10d_nccl.py::ProcessGroupNCCLGroupTest::test_cuda_event_cache_mthd_race, test/distributed/test_c10d_nccl.py::ProcessGroupNCCLGroupTest::test_extend_nccl_pg_timeout_backend0, test/distributed/test_c10d_nccl.py::ProcessGroupNCCLGroupTest::test_get_uid, test/distributed/test_c10d_nccl.py::ProcessGroupNCCLGroupTest::test_init_process_group_nccl_timeout, test/distributed/test_c10d_nccl.py::ProcessGroupNCCLGroupTest::test_nan_check, test/distributed/test_c10d_nccl.py::ProcessGroupNCCLGroupTest::test_new_group_eager_init_False, test/distributed/test_c10d_nccl.py::ProcessGroupNCCLGroupTest::test_new_group_eager_init_True, test/distributed/test_c10d_nccl.py::ProcessGroupNCCLGroupTest::test_non_blocking_init, test/distributed/test_c10d_nccl.py::ProcessGroupNCCLGroupTest::test_non_blocking_p2p, test/distributed/test_c10d_nccl.py::ProcessGroupNCCLGroupTest::test_non_blocking_with_eager_init, test/distributed/test_c10d_nccl.py::ProcessGroupNCCLGroupTest::test_set_nccl_pg_timeout_backend_nccl, test/distributed/test_c10d_nccl.py::ProcessGroupNCCLGroupTest::test_set_process_group_desc, test/distributed/test_c10d_nccl.py::ProcessGroupNCCLGroupTest::test_subgroup_p2p_eager_init_False, test/distributed/test_c10d_nccl.py::ProcessGroupNCCLGroupTest::test_subgroup_p2p_eager_init_True, test/distributed/test_c10d_nccl.py::DistributedDataParallelTest::test_accumulate_gradients_module, test/distributed/test_c10d_nccl.py::DistributedDataParallelTest::test_accumulate_gradients_module_with_grad_is_view, test/distributed/test_c10d_nccl.py::DistributedDataParallelTest::test_bf16_compress_wrapper_nccl, test/distributed/test_c10d_nccl.py::DistributedDataParallelTest::test_builtin_ddp_comm_hooks_nccl, test/distributed/test_c10d_nccl.py::DistributedDataParallelTest::test_dataclass_output, test/distributed/test_c10d_nccl.py::DistributedDataParallelTest::test_dataclass_output_unused_param, test/distributed/test_c10d_nccl.py::DistributedDataParallelTest::test_ddp_checkpointing_dynamic_module, test/distributed/test_c10d_nccl.py::DistributedDataParallelTest::test_ddp_checkpointing_once_use_reentrant_False, test/distributed/test_c10d_nccl.py::DistributedDataParallelTest::test_ddp_checkpointing_once_use_reentrant_True, test/distributed/test_c10d_nccl.py::DistributedDataParallelTest::test_ddp_checkpointing_twice_static_graph_use_reentrant_False, test/distributed/test_c10d_nccl.py::DistributedDataParallelTest::test_ddp_checkpointing_twice_use_reentrant_False, test/distributed/test_c10d_nccl.py::DistributedDataParallelTest::test_ddp_checkpointing_twice_use_reentrant_True, test/distributed/test_c10d_nccl.py::DistributedDataParallelTest::test_ddp_checkpointing_unused_params_use_reentrant_False, test/distributed/test_c10d_nccl.py::DistributedDataParallelTest::test_ddp_checkpointing_unused_params_use_reentrant_True, test/distributed/test_c10d_nccl.py::DistributedDataParallelTest::test_ddp_checkpointing_weight_sharing_use_reentrant_True, test/distributed/test_c10d_nccl.py::DistributedDataParallelTest::test_ddp_comm_hook_allreduce_hook_nccl_grad_is_view, test/distributed/test_c10d_nccl.py::DistributedDataParallelTest::test_ddp_comm_hook_allreduce_hook_nccl_static_graph, test/distributed/test_c10d_nccl.py::DistributedDataParallelTest::test_ddp_complex_params, test/distributed/test_c10d_nccl.py::DistributedDataParallelTest::test_ddp_packed_sequence, test/distributed/test_c10d_nccl.py::DistributedDataParallelTest::test_ddp_with_lazy_parameters, test/distributed/test_c10d_nccl.py::DistributedDataParallelTest::test_default_ddp_comm_hooks_nccl, test/distributed/test_c10d_nccl.py::DistributedDataParallelTest::test_default_ddp_comm_hooks_nccl_is_view, test/distributed/test_c10d_nccl.py::DistributedDataParallelTest::test_find_unused_parameters_kwarg_debug_detail, test/distributed/test_c10d_nccl.py::DistributedDataParallelTest::test_fp16_compress_wrapper_is_view, test/distributed/test_c10d_nccl.py::DistributedDataParallelTest::test_fp16_compress_wrapper_nccl, test/distributed/test_c10d_nccl.py::DistributedDataParallelTest::test_fp16_grad_is_view, test/distributed/test_c10d_nccl.py::DistributedDataParallelTest::test_grad_layout_1devicemodule_1replicaperprocess, test/distributed/test_c10d_nccl.py::DistributedDataParallelTest::test_grad_layout_2devicemodule, test/distributed/test_c10d_nccl.py::DistributedDataParallelTest::test_multiple_outputs_multiple_backward, test/distributed/test_c10d_nccl.py::DistributedDataParallelTest::test_multiple_outputs_multiple_backward_grad_is_view, test/distributed/test_c10d_nccl.py::DistributedDataParallelTest::test_nccl_backend_1gpu_module_device_ids_integer_list, test/distributed/test_c10d_nccl.py::DistributedDataParallelTest::test_nccl_backend_1gpu_module_device_ids_torch_device_list, test/distributed/test_c10d_nccl.py::DistributedDataParallelTest::test_nccl_backend_2gpu_module, test/distributed/test_c10d_nccl.py::DistributedDataParallelTest::test_nccl_backend_4gpu_module, test/distributed/test_c10d_nccl.py::DistributedDataParallelTest::test_nccl_backend_multi_device_ids_not_allowed, test/distributed/test_c10d_nccl.py::DistributedDataParallelTest::test_nccl_backend_single_device_module_empty_device_ids, test/distributed/test_c10d_nccl.py::DistributedDataParallelTest::test_nccl_propagate_error_reason, test/distributed/test_c10d_nccl.py::DistributedDataParallelTest::test_no_grad, test/distributed/test_c10d_nccl.py::DistributedDataParallelTest::test_param_layout_mismatch_error, test/distributed/test_c10d_nccl.py::DistributedDataParallelTest::test_pass_default_pg, test/distributed/test_c10d_nccl.py::DistributedDataParallelTest::test_powerSGD_ddp_comm_hook_nccl, test/distributed/test_c10d_nccl.py::DistributedDataParallelTest::test_powerSGD_ddp_comm_hook_nccl_grad_is_view, test/distributed/test_c10d_nccl.py::DistributedDataParallelTest::test_sync_batch_norm_empty_input, test/distributed/test_c10d_nccl.py::DistributedDataParallelTest::test_sync_batch_norm_only_empty_input, test/distributed/test_c10d_nccl.py::WorkHookTest::test_on_completion_hook_all_gather_object, test/distributed/test_c10d_nccl.py::WorkHookTest::test_on_completion_hook_broadcast, test/distributed/test_c10d_nccl.py::WorkHookTest::test_on_completion_hook_mixed_ops, test/distributed/test_c10d_nccl.py::WorkHookTest::test_on_completion_hook_seq, test/distributed/test_c10d_nccl.py::NcclErrorHandlingTest::test_get_future_result, test/distributed/test_c10d_nccl.py::NcclErrorHandlingTest::test_nccl_blocking_wait_with_barrier, test/distributed/test_c10d_nccl.py::NcclErrorHandlingTest::test_nccl_errors_blocking_abort, test/distributed/test_c10d_nccl.py::NcclErrorHandlingTest::test_nccl_errors_blocking_clean_exit, test/distributed/test_c10d_nccl.py::NcclErrorHandlingTest::test_nccl_non_blocking_wait_with_barrier, test/distributed/test_c10d_nccl.py::NcclErrorHandlingTest::test_nccl_timeout, test/distributed/test_c10d_nccl.py::CommTest::test_all_reduce_coalesced_nccl, test/distributed/test_c10d_nccl.py::CommTest::test_all_reduce_coalesced_nccl_float8_errors, test/distributed/test_c10d_nccl.py::CommTest::test_broadcast_coalesced_nccl, test/distributed/test_c10d_nccl.py::CommTest::test_nccl_warn_not_in_group_debug_detail, test/distributed/test_c10d_nccl.py::CommTest::test_nccl_warn_not_in_group_debug_info, test/distributed/test_c10d_nccl.py::CommTest::test_nncl_rank_membership, test/distributed/test_c10d_nccl.py::CommTest::test_pass_nccl_options_config, test/distributed/test_c10d_nccl.py::CommTest::test_pass_nccl_options_high_priority_stream, test/distributed/test_c10d_nccl.py::CommTest::test_reduce_scatter_tensor_coalesced, test/distributed/test_c10d_nccl.py::CommTest::test_reduce_scatter_tensor_coalesced_float8_errors, test/distributed/test_c10d_nccl.py::CommTest::test_sequence_num_incremented_nccl_default, test/distributed/test_c10d_nccl.py::CommTest::test_sequence_num_set_nccl_new_group, test/distributed/test_c10d_nccl.py::CommTest::test_tensor_dtype_complex, test/distributed/test_c10d_nccl.py::CommTest::test_tensor_dtype_mismatch, test/distributed/test_c10d_nccl.py::CommTest::test_wait_tensor, test/distributed/test_c10d_nccl.py::NcclProcessGroupWithDispatchedCollectivesTests::test_all_to_all_single, test/distributed/test_c10d_nccl.py::NcclProcessGroupWithDispatchedCollectivesTests::test_allreduce_coalesced, test/distributed/test_c10d_nccl.py::NcclProcessGroupWithDispatchedCollectivesTests::test_init_process_group_for_all_backends, test/distributed/test_c10d_nccl.py::NcclProcessGroupWithDispatchedCollectivesTests::test_init_process_group_optional_backend, test/distributed/test_c10d_nccl.py::LargeCommTest::test_broadcast_object_list_subgroup_set_device0_group_rank_False, test/distributed/test_c10d_nccl.py::LargeCommTest::test_broadcast_object_list_subgroup_set_device1_group_rank_False, test/distributed/test_c10d_nccl.py::LargeCommTest::test_broadcast_object_list_subgroup_set_device1_group_rank_True, test/distributed/test_c10d_nccl.py::LargeCommTest::test_broadcast_subgroup_group_rank_False, test/distributed/test_c10d_nccl.py::LargeCommTest::test_gather_object_subgroup_group_rank_False, test/distributed/test_c10d_nccl.py::LargeCommTest::test_gather_object_subgroup_group_rank_True, test/distributed/test_c10d_nccl.py::LargeCommTest::test_gather_subgroup_group_rank_False, test/distributed/test_c10d_nccl.py::LargeCommTest::test_new_group_local_sync, test/distributed/test_c10d_nccl.py::LargeCommTest::test_new_group_local_sync_duplicated_pg, test/distributed/test_c10d_nccl.py::LargeCommTest::test_new_group_local_sync_sanity_check, test/distributed/test_c10d_nccl.py::LargeCommTest::test_scatter_subgroup_group_rank_False, test/distributed/test_c10d_nccl.py::LargeCommTest::test_send_recv_object_list_subgroup_set_device0_group_rank_False, test/distributed/test_c10d_nccl.py::LargeCommTest::test_send_recv_object_list_subgroup_set_device0_group_rank_True, test/distributed/test_c10d_nccl.py::LargeCommTest::test_send_recv_object_list_subgroup_set_device1_group_rank_False, test/distributed/test_c10d_nccl.py::LargeCommTest::test_send_recv_subgroup_group_rank_False_async_op_True, test/distributed/test_c10d_nccl.py::LargeCommTest::test_send_recv_subgroup_group_rank_True_async_op_False, test/distributed/test_c10d_nccl.py::SparseCollective::test_ddp_set_sparse_metadata, test/distributed/test_c10d_nccl.py::NCCLTraceTest::test_barrier_profiling, test/distributed/test_c10d_nccl.py::NCCLTraceTest::test_batched_send_recv_op_sizes_per_coalesce0_timing_enabled_False, test/distributed/test_c10d_nccl.py::NCCLTraceTest::test_batched_send_recv_op_sizes_per_coalesce1_timing_enabled_False, test/distributed/test_c10d_nccl.py::NCCLTraceTest::test_batched_send_recv_op_sizes_per_coalesce1_timing_enabled_True, test/distributed/test_c10d_nccl.py::NCCLTraceTest::test_coalescing_manager_collective_timing_enabled_True, test/distributed/test_c10d_nccl.py::NCCLTraceTest::test_dump_pipe, test/distributed/test_c10d_nccl.py::NCCLTraceTest::test_individual_send_recv_op_sizes0_timing_enabled_False, test/distributed/test_c10d_nccl.py::NCCLTraceTest::test_individual_send_recv_op_sizes0_timing_enabled_True, test/distributed/test_c10d_nccl.py::NCCLTraceTest::test_individual_send_recv_op_sizes1_timing_enabled_True, test/distributed/test_c10d_nccl.py::NCCLTraceTest::test_long, test/distributed/test_c10d_nccl.py::NCCLTraceTest::test_short_json_timing_enabled_False_include_collectives_True, test/distributed/test_c10d_nccl.py::NCCLTraceTest::test_short_json_timing_enabled_True_include_collectives_False, test/distributed/test_c10d_nccl.py::NCCLTraceTest::test_short_json_timing_enabled_True_include_collectives_True, test/distributed/test_c10d_nccl.py::NCCLTraceTest::test_short_pickle_timing_enabled_True_include_collectives_False, test/distributed/test_c10d_nccl.py::NCCLTraceTest::test_trace_while_active_timing_enabled_False_only_active_False, test/distributed/test_c10d_nccl.py::NCCLTraceTest::test_trace_while_active_timing_enabled_True_only_active_True, test/distributed/test_c10d_nccl.py::NCCLTraceTest::test_trace_while_all_works_retired, test/distributed/test_c10d_nccl.py::ProcessGroupNCCLLargerScaleTest::test_comm_split_group_larger_scale 2025-01-24T09:10:57.5663252Z Running 1 items in this shard: test/distributed/test_c10d_nccl.py::TimeoutTest::test_default_store_timeout_nccl 2025-01-24T09:10:57.5664014Z Running 1 items in this shard: test/distributed/test_c10d_nccl.py::ProcessGroupNCCLInitTest::test_init_wo_backend_str 2025-01-24T09:10:57.5664787Z Running 1 items in this shard: test/distributed/test_c10d_nccl.py::ProcessGroupNCCLGroupTest::test_abort_in_destroy_multi_pgs 2025-01-24T09:10:57.5665554Z Running 1 items in this shard: test/distributed/test_c10d_nccl.py::ProcessGroupNCCLGroupTest::test_abort_in_destroy_pg 2025-01-24T09:10:57.5666311Z Running 1 items in this shard: test/distributed/test_c10d_nccl.py::ProcessGroupNCCLGroupTest::test_close_multi_pg_unordered 2025-01-24T09:10:57.5667092Z Running 1 items in this shard: test/distributed/test_c10d_nccl.py::ProcessGroupNCCLGroupTest::test_close_pg_eager_init_False 2025-01-24T09:10:57.5667873Z Running 1 items in this shard: test/distributed/test_c10d_nccl.py::ProcessGroupNCCLGroupTest::test_comm_eager_init_subgroup 2025-01-24T09:10:57.5668649Z Running 1 items in this shard: test/distributed/test_c10d_nccl.py::ProcessGroupNCCLGroupTest::test_cuda_event_cache_mthd_race 2025-01-24T09:10:57.5669459Z Running 1 items in this shard: test/distributed/test_c10d_nccl.py::ProcessGroupNCCLGroupTest::test_extend_nccl_pg_timeout_backend0 2025-01-24T09:10:57.5670211Z Running 1 items in this shard: test/distributed/test_c10d_nccl.py::ProcessGroupNCCLGroupTest::test_get_uid 2025-01-24T09:10:57.5670959Z Running 1 items in this shard: test/distributed/test_c10d_nccl.py::ProcessGroupNCCLGroupTest::test_init_process_group_nccl_timeout 2025-01-24T09:10:57.5671712Z Running 1 items in this shard: test/distributed/test_c10d_nccl.py::ProcessGroupNCCLGroupTest::test_nan_check 2025-01-24T09:10:57.5672445Z Running 1 items in this shard: test/distributed/test_c10d_nccl.py::ProcessGroupNCCLGroupTest::test_new_group_eager_init_False 2025-01-24T09:10:57.5673465Z Running 1 items in this shard: test/distributed/test_c10d_nccl.py::ProcessGroupNCCLGroupTest::test_new_group_eager_init_True 2025-01-24T09:10:57.5674213Z Running 1 items in this shard: test/distributed/test_c10d_nccl.py::ProcessGroupNCCLGroupTest::test_non_blocking_init 2025-01-24T09:10:57.5674935Z Running 1 items in this shard: test/distributed/test_c10d_nccl.py::ProcessGroupNCCLGroupTest::test_non_blocking_p2p 2025-01-24T09:10:57.5675698Z Running 1 items in this shard: test/distributed/test_c10d_nccl.py::ProcessGroupNCCLGroupTest::test_non_blocking_with_eager_init 2025-01-24T09:10:57.5676515Z Running 1 items in this shard: test/distributed/test_c10d_nccl.py::ProcessGroupNCCLGroupTest::test_set_nccl_pg_timeout_backend_nccl 2025-01-24T09:10:57.5677321Z Running 1 items in this shard: test/distributed/test_c10d_nccl.py::ProcessGroupNCCLGroupTest::test_set_process_group_desc 2025-01-24T09:10:57.5678114Z Running 1 items in this shard: test/distributed/test_c10d_nccl.py::ProcessGroupNCCLGroupTest::test_subgroup_p2p_eager_init_False 2025-01-24T09:10:57.5678922Z Running 1 items in this shard: test/distributed/test_c10d_nccl.py::ProcessGroupNCCLGroupTest::test_subgroup_p2p_eager_init_True 2025-01-24T09:10:57.5679723Z Running 1 items in this shard: test/distributed/test_c10d_nccl.py::DistributedDataParallelTest::test_accumulate_gradients_module 2025-01-24T09:10:57.5680595Z Running 1 items in this shard: test/distributed/test_c10d_nccl.py::DistributedDataParallelTest::test_accumulate_gradients_module_with_grad_is_view 2025-01-24T09:10:57.5681466Z Running 1 items in this shard: test/distributed/test_c10d_nccl.py::DistributedDataParallelTest::test_bf16_compress_wrapper_nccl 2025-01-24T09:10:57.5682421Z Running 1 items in this shard: test/distributed/test_c10d_nccl.py::DistributedDataParallelTest::test_builtin_ddp_comm_hooks_nccl 2025-01-24T09:10:57.5683202Z Running 1 items in this shard: test/distributed/test_c10d_nccl.py::DistributedDataParallelTest::test_dataclass_output 2025-01-24T09:10:57.5683983Z Running 1 items in this shard: test/distributed/test_c10d_nccl.py::DistributedDataParallelTest::test_dataclass_output_unused_param 2025-01-24T09:10:57.5684820Z Running 1 items in this shard: test/distributed/test_c10d_nccl.py::DistributedDataParallelTest::test_ddp_checkpointing_dynamic_module 2025-01-24T09:10:57.5685699Z Running 1 items in this shard: test/distributed/test_c10d_nccl.py::DistributedDataParallelTest::test_ddp_checkpointing_once_use_reentrant_False 2025-01-24T09:10:57.5686610Z Running 1 items in this shard: test/distributed/test_c10d_nccl.py::DistributedDataParallelTest::test_ddp_checkpointing_once_use_reentrant_True 2025-01-24T09:10:57.5687570Z Running 1 items in this shard: test/distributed/test_c10d_nccl.py::DistributedDataParallelTest::test_ddp_checkpointing_twice_static_graph_use_reentrant_False 2025-01-24T09:10:57.5688544Z Running 1 items in this shard: test/distributed/test_c10d_nccl.py::DistributedDataParallelTest::test_ddp_checkpointing_twice_use_reentrant_False 2025-01-24T09:10:57.5689471Z Running 1 items in this shard: test/distributed/test_c10d_nccl.py::DistributedDataParallelTest::test_ddp_checkpointing_twice_use_reentrant_True 2025-01-24T09:10:57.5690492Z Running 1 items in this shard: test/distributed/test_c10d_nccl.py::DistributedDataParallelTest::test_ddp_checkpointing_unused_params_use_reentrant_False 2025-01-24T09:10:57.5691472Z Running 1 items in this shard: test/distributed/test_c10d_nccl.py::DistributedDataParallelTest::test_ddp_checkpointing_unused_params_use_reentrant_True 2025-01-24T09:10:57.5692436Z Running 1 items in this shard: test/distributed/test_c10d_nccl.py::DistributedDataParallelTest::test_ddp_checkpointing_weight_sharing_use_reentrant_True 2025-01-24T09:10:57.5693392Z Running 1 items in this shard: test/distributed/test_c10d_nccl.py::DistributedDataParallelTest::test_ddp_comm_hook_allreduce_hook_nccl_grad_is_view 2025-01-24T09:10:57.5694326Z Running 1 items in this shard: test/distributed/test_c10d_nccl.py::DistributedDataParallelTest::test_ddp_comm_hook_allreduce_hook_nccl_static_graph 2025-01-24T09:10:57.5695336Z Running 1 items in this shard: test/distributed/test_c10d_nccl.py::DistributedDataParallelTest::test_ddp_complex_params 2025-01-24T09:10:57.5696086Z Running 1 items in this shard: test/distributed/test_c10d_nccl.py::DistributedDataParallelTest::test_ddp_packed_sequence 2025-01-24T09:10:57.5696851Z Running 1 items in this shard: test/distributed/test_c10d_nccl.py::DistributedDataParallelTest::test_ddp_with_lazy_parameters 2025-01-24T09:10:57.5697655Z Running 1 items in this shard: test/distributed/test_c10d_nccl.py::DistributedDataParallelTest::test_default_ddp_comm_hooks_nccl 2025-01-24T09:10:57.5698520Z Running 1 items in this shard: test/distributed/test_c10d_nccl.py::DistributedDataParallelTest::test_default_ddp_comm_hooks_nccl_is_view 2025-01-24T09:10:57.5699417Z Running 1 items in this shard: test/distributed/test_c10d_nccl.py::DistributedDataParallelTest::test_find_unused_parameters_kwarg_debug_detail 2025-01-24T09:10:57.5700289Z Running 1 items in this shard: test/distributed/test_c10d_nccl.py::DistributedDataParallelTest::test_fp16_compress_wrapper_is_view 2025-01-24T09:10:57.5701114Z Running 1 items in this shard: test/distributed/test_c10d_nccl.py::DistributedDataParallelTest::test_fp16_compress_wrapper_nccl 2025-01-24T09:10:57.5701878Z Running 1 items in this shard: test/distributed/test_c10d_nccl.py::DistributedDataParallelTest::test_fp16_grad_is_view 2025-01-24T09:10:57.5702702Z Running 1 items in this shard: test/distributed/test_c10d_nccl.py::DistributedDataParallelTest::test_grad_layout_1devicemodule_1replicaperprocess 2025-01-24T09:10:57.5703559Z Running 1 items in this shard: test/distributed/test_c10d_nccl.py::DistributedDataParallelTest::test_grad_layout_2devicemodule 2025-01-24T09:10:57.5704541Z Running 1 items in this shard: test/distributed/test_c10d_nccl.py::DistributedDataParallelTest::test_multiple_outputs_multiple_backward 2025-01-24T09:10:57.5705476Z Running 1 items in this shard: test/distributed/test_c10d_nccl.py::DistributedDataParallelTest::test_multiple_outputs_multiple_backward_grad_is_view 2025-01-24T09:10:57.5706427Z Running 1 items in this shard: test/distributed/test_c10d_nccl.py::DistributedDataParallelTest::test_nccl_backend_1gpu_module_device_ids_integer_list 2025-01-24T09:10:57.5707384Z Running 1 items in this shard: test/distributed/test_c10d_nccl.py::DistributedDataParallelTest::test_nccl_backend_1gpu_module_device_ids_torch_device_list 2025-01-24T09:10:57.5708273Z Running 1 items in this shard: test/distributed/test_c10d_nccl.py::DistributedDataParallelTest::test_nccl_backend_2gpu_module 2025-01-24T09:10:57.5709051Z Running 1 items in this shard: test/distributed/test_c10d_nccl.py::DistributedDataParallelTest::test_nccl_backend_4gpu_module 2025-01-24T09:10:57.5709897Z Running 1 items in this shard: test/distributed/test_c10d_nccl.py::DistributedDataParallelTest::test_nccl_backend_multi_device_ids_not_allowed 2025-01-24T09:10:57.5710832Z Running 1 items in this shard: test/distributed/test_c10d_nccl.py::DistributedDataParallelTest::test_nccl_backend_single_device_module_empty_device_ids 2025-01-24T09:10:57.5711714Z Running 1 items in this shard: test/distributed/test_c10d_nccl.py::DistributedDataParallelTest::test_nccl_propagate_error_reason 2025-01-24T09:10:57.5712459Z Running 1 items in this shard: test/distributed/test_c10d_nccl.py::DistributedDataParallelTest::test_no_grad 2025-01-24T09:10:57.5713196Z Running 1 items in this shard: test/distributed/test_c10d_nccl.py::DistributedDataParallelTest::test_param_layout_mismatch_error 2025-01-24T09:10:57.5713959Z Running 1 items in this shard: test/distributed/test_c10d_nccl.py::DistributedDataParallelTest::test_pass_default_pg 2025-01-24T09:10:57.5714717Z Running 1 items in this shard: test/distributed/test_c10d_nccl.py::DistributedDataParallelTest::test_powerSGD_ddp_comm_hook_nccl 2025-01-24T09:10:57.5715576Z Running 1 items in this shard: test/distributed/test_c10d_nccl.py::DistributedDataParallelTest::test_powerSGD_ddp_comm_hook_nccl_grad_is_view 2025-01-24T09:10:57.5716570Z Running 1 items in this shard: test/distributed/test_c10d_nccl.py::DistributedDataParallelTest::test_sync_batch_norm_empty_input 2025-01-24T09:10:57.5717393Z Running 1 items in this shard: test/distributed/test_c10d_nccl.py::DistributedDataParallelTest::test_sync_batch_norm_only_empty_input 2025-01-24T09:10:57.5718184Z Running 1 items in this shard: test/distributed/test_c10d_nccl.py::WorkHookTest::test_on_completion_hook_all_gather_object 2025-01-24T09:10:57.5718908Z Running 1 items in this shard: test/distributed/test_c10d_nccl.py::WorkHookTest::test_on_completion_hook_broadcast 2025-01-24T09:10:57.5719605Z Running 1 items in this shard: test/distributed/test_c10d_nccl.py::WorkHookTest::test_on_completion_hook_mixed_ops 2025-01-24T09:10:57.5720282Z Running 1 items in this shard: test/distributed/test_c10d_nccl.py::WorkHookTest::test_on_completion_hook_seq 2025-01-24T09:10:57.5720955Z Running 1 items in this shard: test/distributed/test_c10d_nccl.py::NcclErrorHandlingTest::test_get_future_result 2025-01-24T09:10:57.5721697Z Running 1 items in this shard: test/distributed/test_c10d_nccl.py::NcclErrorHandlingTest::test_nccl_blocking_wait_with_barrier 2025-01-24T09:10:57.5722456Z Running 1 items in this shard: test/distributed/test_c10d_nccl.py::NcclErrorHandlingTest::test_nccl_errors_blocking_abort 2025-01-24T09:10:57.5723213Z Running 1 items in this shard: test/distributed/test_c10d_nccl.py::NcclErrorHandlingTest::test_nccl_errors_blocking_clean_exit 2025-01-24T09:10:57.5724020Z Running 1 items in this shard: test/distributed/test_c10d_nccl.py::NcclErrorHandlingTest::test_nccl_non_blocking_wait_with_barrier 2025-01-24T09:10:57.5724759Z Running 1 items in this shard: test/distributed/test_c10d_nccl.py::NcclErrorHandlingTest::test_nccl_timeout 2025-01-24T09:10:57.5725541Z Running 1 items in this shard: test/distributed/test_c10d_nccl.py::CommTest::test_all_reduce_coalesced_nccl 2025-01-24T09:10:57.5726245Z Running 1 items in this shard: test/distributed/test_c10d_nccl.py::CommTest::test_all_reduce_coalesced_nccl_float8_errors 2025-01-24T09:10:57.5726933Z Running 1 items in this shard: test/distributed/test_c10d_nccl.py::CommTest::test_broadcast_coalesced_nccl 2025-01-24T09:10:57.5727613Z Running 1 items in this shard: test/distributed/test_c10d_nccl.py::CommTest::test_nccl_warn_not_in_group_debug_detail 2025-01-24T09:10:57.5728318Z Running 1 items in this shard: test/distributed/test_c10d_nccl.py::CommTest::test_nccl_warn_not_in_group_debug_info 2025-01-24T09:10:57.5728984Z Running 1 items in this shard: test/distributed/test_c10d_nccl.py::CommTest::test_nncl_rank_membership 2025-01-24T09:10:57.5729621Z Running 1 items in this shard: test/distributed/test_c10d_nccl.py::CommTest::test_pass_nccl_options_config 2025-01-24T09:10:57.5730367Z Running 1 items in this shard: test/distributed/test_c10d_nccl.py::CommTest::test_pass_nccl_options_high_priority_stream 2025-01-24T09:10:57.5731080Z Running 1 items in this shard: test/distributed/test_c10d_nccl.py::CommTest::test_reduce_scatter_tensor_coalesced 2025-01-24T09:10:57.5731821Z Running 1 items in this shard: test/distributed/test_c10d_nccl.py::CommTest::test_reduce_scatter_tensor_coalesced_float8_errors 2025-01-24T09:10:57.5732564Z Running 1 items in this shard: test/distributed/test_c10d_nccl.py::CommTest::test_sequence_num_incremented_nccl_default 2025-01-24T09:10:57.5733267Z Running 1 items in this shard: test/distributed/test_c10d_nccl.py::CommTest::test_sequence_num_set_nccl_new_group 2025-01-24T09:10:57.5733927Z Running 1 items in this shard: test/distributed/test_c10d_nccl.py::CommTest::test_tensor_dtype_complex 2025-01-24T09:10:57.5734556Z Running 1 items in this shard: test/distributed/test_c10d_nccl.py::CommTest::test_tensor_dtype_mismatch 2025-01-24T09:10:57.5735170Z Running 1 items in this shard: test/distributed/test_c10d_nccl.py::CommTest::test_wait_tensor 2025-01-24T09:10:57.5735919Z Running 1 items in this shard: test/distributed/test_c10d_nccl.py::NcclProcessGroupWithDispatchedCollectivesTests::test_all_to_all_single 2025-01-24T09:10:57.5737012Z Running 1 items in this shard: test/distributed/test_c10d_nccl.py::NcclProcessGroupWithDispatchedCollectivesTests::test_allreduce_coalesced 2025-01-24T09:10:57.5737999Z Running 1 items in this shard: test/distributed/test_c10d_nccl.py::NcclProcessGroupWithDispatchedCollectivesTests::test_init_process_group_for_all_backends 2025-01-24T09:10:57.5739046Z Running 1 items in this shard: test/distributed/test_c10d_nccl.py::NcclProcessGroupWithDispatchedCollectivesTests::test_init_process_group_optional_backend 2025-01-24T09:10:57.5740023Z Running 1 items in this shard: test/distributed/test_c10d_nccl.py::LargeCommTest::test_broadcast_object_list_subgroup_set_device0_group_rank_False 2025-01-24T09:10:57.5740928Z Running 1 items in this shard: test/distributed/test_c10d_nccl.py::LargeCommTest::test_broadcast_object_list_subgroup_set_device1_group_rank_False 2025-01-24T09:10:57.5741824Z Running 1 items in this shard: test/distributed/test_c10d_nccl.py::LargeCommTest::test_broadcast_object_list_subgroup_set_device1_group_rank_True 2025-01-24T09:10:57.5742664Z Running 1 items in this shard: test/distributed/test_c10d_nccl.py::LargeCommTest::test_broadcast_subgroup_group_rank_False 2025-01-24T09:10:57.5743428Z Running 1 items in this shard: test/distributed/test_c10d_nccl.py::LargeCommTest::test_gather_object_subgroup_group_rank_False 2025-01-24T09:10:57.5744198Z Running 1 items in this shard: test/distributed/test_c10d_nccl.py::LargeCommTest::test_gather_object_subgroup_group_rank_True 2025-01-24T09:10:57.5744947Z Running 1 items in this shard: test/distributed/test_c10d_nccl.py::LargeCommTest::test_gather_subgroup_group_rank_False 2025-01-24T09:10:57.5745637Z Running 1 items in this shard: test/distributed/test_c10d_nccl.py::LargeCommTest::test_new_group_local_sync 2025-01-24T09:10:57.5746506Z Running 1 items in this shard: test/distributed/test_c10d_nccl.py::LargeCommTest::test_new_group_local_sync_duplicated_pg 2025-01-24T09:10:57.5747246Z Running 1 items in this shard: test/distributed/test_c10d_nccl.py::LargeCommTest::test_new_group_local_sync_sanity_check 2025-01-24T09:10:57.5747971Z Running 1 items in this shard: test/distributed/test_c10d_nccl.py::LargeCommTest::test_scatter_subgroup_group_rank_False 2025-01-24T09:10:57.5748777Z Running 1 items in this shard: test/distributed/test_c10d_nccl.py::LargeCommTest::test_send_recv_object_list_subgroup_set_device0_group_rank_False 2025-01-24T09:10:57.5749666Z Running 1 items in this shard: test/distributed/test_c10d_nccl.py::LargeCommTest::test_send_recv_object_list_subgroup_set_device0_group_rank_True 2025-01-24T09:10:57.5750549Z Running 1 items in this shard: test/distributed/test_c10d_nccl.py::LargeCommTest::test_send_recv_object_list_subgroup_set_device1_group_rank_False 2025-01-24T09:10:57.5751414Z Running 1 items in this shard: test/distributed/test_c10d_nccl.py::LargeCommTest::test_send_recv_subgroup_group_rank_False_async_op_True 2025-01-24T09:10:57.5752250Z Running 1 items in this shard: test/distributed/test_c10d_nccl.py::LargeCommTest::test_send_recv_subgroup_group_rank_True_async_op_False 2025-01-24T09:10:57.5753017Z Running 1 items in this shard: test/distributed/test_c10d_nccl.py::SparseCollective::test_ddp_set_sparse_metadata 2025-01-24T09:10:57.5753681Z Running 1 items in this shard: test/distributed/test_c10d_nccl.py::NCCLTraceTest::test_barrier_profiling 2025-01-24T09:10:57.5754454Z Running 1 items in this shard: test/distributed/test_c10d_nccl.py::NCCLTraceTest::test_batched_send_recv_op_sizes_per_coalesce0_timing_enabled_False 2025-01-24T09:10:57.5755378Z Running 1 items in this shard: test/distributed/test_c10d_nccl.py::NCCLTraceTest::test_batched_send_recv_op_sizes_per_coalesce1_timing_enabled_False 2025-01-24T09:10:57.5756288Z Running 1 items in this shard: test/distributed/test_c10d_nccl.py::NCCLTraceTest::test_batched_send_recv_op_sizes_per_coalesce1_timing_enabled_True 2025-01-24T09:10:57.5757161Z Running 1 items in this shard: test/distributed/test_c10d_nccl.py::NCCLTraceTest::test_coalescing_manager_collective_timing_enabled_True 2025-01-24T09:10:57.5758014Z Running 1 items in this shard: test/distributed/test_c10d_nccl.py::NCCLTraceTest::test_dump_pipe 2025-01-24T09:10:57.5758742Z Running 1 items in this shard: test/distributed/test_c10d_nccl.py::NCCLTraceTest::test_individual_send_recv_op_sizes0_timing_enabled_False 2025-01-24T09:10:57.5759588Z Running 1 items in this shard: test/distributed/test_c10d_nccl.py::NCCLTraceTest::test_individual_send_recv_op_sizes0_timing_enabled_True 2025-01-24T09:10:57.5760424Z Running 1 items in this shard: test/distributed/test_c10d_nccl.py::NCCLTraceTest::test_individual_send_recv_op_sizes1_timing_enabled_True 2025-01-24T09:10:57.5761127Z Running 1 items in this shard: test/distributed/test_c10d_nccl.py::NCCLTraceTest::test_long 2025-01-24T09:10:57.5761851Z Running 1 items in this shard: test/distributed/test_c10d_nccl.py::NCCLTraceTest::test_short_json_timing_enabled_False_include_collectives_True 2025-01-24T09:10:57.5762735Z Running 1 items in this shard: test/distributed/test_c10d_nccl.py::NCCLTraceTest::test_short_json_timing_enabled_True_include_collectives_False 2025-01-24T09:10:57.5763615Z Running 1 items in this shard: test/distributed/test_c10d_nccl.py::NCCLTraceTest::test_short_json_timing_enabled_True_include_collectives_True 2025-01-24T09:10:57.5764495Z Running 1 items in this shard: test/distributed/test_c10d_nccl.py::NCCLTraceTest::test_short_pickle_timing_enabled_True_include_collectives_False 2025-01-24T09:10:57.5765380Z Running 1 items in this shard: test/distributed/test_c10d_nccl.py::NCCLTraceTest::test_trace_while_active_timing_enabled_False_only_active_False 2025-01-24T09:10:57.5766263Z Running 1 items in this shard: test/distributed/test_c10d_nccl.py::NCCLTraceTest::test_trace_while_active_timing_enabled_True_only_active_True 2025-01-24T09:10:57.5767180Z Running 1 items in this shard: test/distributed/test_c10d_nccl.py::NCCLTraceTest::test_trace_while_all_works_retired 2025-01-24T09:10:57.5767985Z Running 1 items in this shard: test/distributed/test_c10d_nccl.py::ProcessGroupNCCLLargerScaleTest::test_comm_split_group_larger_scale 2025-01-24T09:10:57.5768472Z 2025-01-24T09:10:58.4202672Z Running test batch 'tests to run' cost 2451.08 seconds 2025-01-24T09:10:59.3018467Z 2025-01-24T09:10:59.3018776Z real 40m56.992s 2025-01-24T09:10:59.3019021Z user 69m21.388s 2025-01-24T09:10:59.3019225Z sys 93m46.975s 2025-01-24T09:10:59.3019429Z + assert_git_not_dirty 2025-01-24T09:10:59.3019724Z + [[ linux-focal-rocm6.3-py3.10 != *rocm* ]] 2025-01-24T09:10:59.3020085Z + [[ linux-focal-rocm6.3-py3.10 == *cuda* ]] 2025-01-24T09:10:59.3020440Z + [[ linux-focal-rocm6.3-py3.10 == *rocm* ]] 2025-01-24T09:10:59.3020748Z + [[ 1 == 1 ]] 2025-01-24T09:10:59.3020989Z + echo 'Testing distributed C++ tests' 2025-01-24T09:10:59.3021308Z Testing distributed C++ tests 2025-01-24T09:10:59.3023789Z + ln -sf /opt/conda/envs/py_3.10/lib/python3.10/site-packages/torch/lib/libtorch.so /opt/conda/envs/py_3.10/lib/python3.10/site-packages/torch/lib/libtorch_cpu.so /opt/conda/envs/py_3.10/lib/python3.10/site-packages/torch/lib/libtorch_global_deps.so /opt/conda/envs/py_3.10/lib/python3.10/site-packages/torch/lib/libtorch_hip.so /opt/conda/envs/py_3.10/lib/python3.10/site-packages/torch/lib/libtorch_python.so /opt/conda/envs/py_3.10/lib/python3.10/site-packages/torch/lib/libtorchbind_test.so /opt/conda/envs/py_3.10/lib/python3.10/site-packages/torch/bin 2025-01-24T09:10:59.3044545Z + ln -sf /opt/conda/envs/py_3.10/lib/python3.10/site-packages/torch/lib/libc10.so /opt/conda/envs/py_3.10/lib/python3.10/site-packages/torch/lib/libc10_hip.so /opt/conda/envs/py_3.10/lib/python3.10/site-packages/torch/bin 2025-01-24T09:10:59.3065355Z + export CPP_TESTS_DIR=/opt/conda/envs/py_3.10/lib/python3.10/site-packages/torch/bin 2025-01-24T09:10:59.3065996Z + CPP_TESTS_DIR=/opt/conda/envs/py_3.10/lib/python3.10/site-packages/torch/bin 2025-01-24T09:10:59.3066578Z + python test/run_test.py --cpp --verbose -i cpp/FileStoreTest 2025-01-24T09:10:59.4096830Z /var/lib/jenkins/pytorch/test/run_test.py:24: DeprecationWarning: pkg_resources is deprecated as an API. See https://setuptools.pypa.io/en/latest/pkg_resources.html 2025-01-24T09:10:59.4098616Z import pkg_resources 2025-01-24T09:11:03.9252763Z Downloading https://ossci-metrics.s3.amazonaws.com/disabled-tests-condensed.json to /var/lib/jenkins/pytorch/test/.pytorch-disabled-tests.json 2025-01-24T09:11:03.9392764Z Found test times from artifacts 2025-01-24T09:11:03.9990861Z Found test times from artifacts 2025-01-24T09:11:04.0010699Z Running all tests 2025-01-24T09:11:04.0015578Z Running parallel tests on 8 processes 2025-01-24T09:11:04.0016089Z Name: tests to run (est. time: 0.0min) 2025-01-24T09:11:04.0016525Z Serial tests (1): 2025-01-24T09:11:04.0016884Z cpp/FileStoreTest 1/1 2025-01-24T09:11:04.0017268Z Parallel tests (0): 2025-01-24T09:11:04.0017632Z Name: excluded (est. time: 0.0min) 2025-01-24T09:11:04.0018041Z Serial tests (0): 2025-01-24T09:11:04.0018433Z Parallel tests (0): 2025-01-24T09:11:04.0135642Z Running cpp/FileStoreTest 1/1 ... [2025-01-24 09:11:04.013354] 2025-01-24T09:11:04.0136244Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2025-01-24T09:11:04.0142060Z Executing ['pytest', '/opt/conda/envs/py_3.10/lib/python3.10/site-packages/torch/bin/FileStoreTest', '-v', '-vv', '-rfEX', '-n', '8', '--junit-xml-reruns', 'test-reports/python-pytest/test.run_test/test.run_test-79d6a5014a0c1460.xml', '-x', '--reruns=2'] ... [2025-01-24 09:11:04.014011] 2025-01-24T09:11:06.8832133Z 2025-01-24T09:11:06.8833166Z cpp/FileStoreTest 1/1 was successful, full logs can be found in artifacts with path test/test-reports/cpp.FileStoreTest_1.1_80e271fabacdb57f_.log 2025-01-24T09:11:06.8834009Z 2025-01-24T09:11:08.8952795Z Running test batch 'tests to run' cost 4.89 seconds 2025-01-24T09:11:09.5268386Z + python test/run_test.py --cpp --verbose -i cpp/HashStoreTest 2025-01-24T09:11:09.6285175Z /var/lib/jenkins/pytorch/test/run_test.py:24: DeprecationWarning: pkg_resources is deprecated as an API. See https://setuptools.pypa.io/en/latest/pkg_resources.html 2025-01-24T09:11:09.6286457Z import pkg_resources 2025-01-24T09:11:14.0998738Z Downloading https://ossci-metrics.s3.amazonaws.com/disabled-tests-condensed.json to /var/lib/jenkins/pytorch/test/.pytorch-disabled-tests.json 2025-01-24T09:11:14.1138466Z Found test times from artifacts 2025-01-24T09:11:14.1735412Z Found test times from artifacts 2025-01-24T09:11:14.1756063Z Running all tests 2025-01-24T09:11:14.1759207Z Running parallel tests on 8 processes 2025-01-24T09:11:14.1759742Z Name: tests to run (est. time: 0.0min) 2025-01-24T09:11:14.1760177Z Serial tests (1): 2025-01-24T09:11:14.1760533Z cpp/HashStoreTest 1/1 2025-01-24T09:11:14.1760983Z Parallel tests (0): 2025-01-24T09:11:14.1761440Z Name: excluded (est. time: 0.0min) 2025-01-24T09:11:14.1761919Z Serial tests (0): 2025-01-24T09:11:14.1762317Z Parallel tests (0): 2025-01-24T09:11:14.1873428Z Running cpp/HashStoreTest 1/1 ... [2025-01-24 09:11:14.187201] 2025-01-24T09:11:14.1873794Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2025-01-24T09:11:14.1878847Z Executing ['pytest', '/opt/conda/envs/py_3.10/lib/python3.10/site-packages/torch/bin/HashStoreTest', '-v', '-vv', '-rfEX', '-n', '8', '--junit-xml-reruns', 'test-reports/python-pytest/test.run_test/test.run_test-ba8666ec3c432dea.xml', '-x', '--reruns=2'] ... [2025-01-24 09:11:14.187690] 2025-01-24T09:11:16.7568857Z 2025-01-24T09:11:16.7569797Z cpp/HashStoreTest 1/1 was successful, full logs can be found in artifacts with path test/test-reports/cpp.HashStoreTest_1.1_d55ccf36b6016815_.log 2025-01-24T09:11:16.7570615Z 2025-01-24T09:11:19.0419452Z Running test batch 'tests to run' cost 4.87 seconds 2025-01-24T09:11:19.6542193Z + python test/run_test.py --cpp --verbose -i cpp/TCPStoreTest 2025-01-24T09:11:19.7554862Z /var/lib/jenkins/pytorch/test/run_test.py:24: DeprecationWarning: pkg_resources is deprecated as an API. See https://setuptools.pypa.io/en/latest/pkg_resources.html 2025-01-24T09:11:19.7556138Z import pkg_resources 2025-01-24T09:11:24.2617809Z Downloading https://ossci-metrics.s3.amazonaws.com/disabled-tests-condensed.json to /var/lib/jenkins/pytorch/test/.pytorch-disabled-tests.json 2025-01-24T09:11:24.2756754Z Found test times from artifacts 2025-01-24T09:11:24.3352749Z Found test times from artifacts 2025-01-24T09:11:24.3371539Z Running all tests 2025-01-24T09:11:24.3375173Z Running parallel tests on 8 processes 2025-01-24T09:11:24.3375760Z Name: tests to run (est. time: 0.0min) 2025-01-24T09:11:24.3376200Z Serial tests (1): 2025-01-24T09:11:24.3376564Z cpp/TCPStoreTest 1/1 2025-01-24T09:11:24.3376963Z Parallel tests (0): 2025-01-24T09:11:24.3377341Z Name: excluded (est. time: 0.0min) 2025-01-24T09:11:24.3377750Z Serial tests (0): 2025-01-24T09:11:24.3378086Z Parallel tests (0): 2025-01-24T09:11:24.3491930Z Running cpp/TCPStoreTest 1/1 ... [2025-01-24 09:11:24.348953] 2025-01-24T09:11:24.3492595Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2025-01-24T09:11:24.3497337Z Executing ['pytest', '/opt/conda/envs/py_3.10/lib/python3.10/site-packages/torch/bin/TCPStoreTest', '-v', '-vv', '-rfEX', '-n', '8', '--junit-xml-reruns', 'test-reports/python-pytest/test.run_test/test.run_test-ac5176c9b6c7859d.xml', '-x', '--reruns=2'] ... [2025-01-24 09:11:24.349464] 2025-01-24T09:11:36.8814449Z 2025-01-24T09:11:36.8815354Z PRINTING LOG FILE of cpp/TCPStoreTest 1/1 (test/test-reports/cpp.TCPStoreTest_1.1_e1ed8d31be281d17_.log) 2025-01-24T09:11:36.8816298Z ============================= test session starts ============================== 2025-01-24T09:11:36.8817134Z platform linux -- Python 3.10.16, pytest-7.3.2, pluggy-1.5.0 -- /opt/conda/envs/py_3.10/bin/python 2025-01-24T09:11:36.8817875Z cachedir: .pytest_cache 2025-01-24T09:11:36.8818775Z hypothesis profile 'default' -> database=DirectoryBasedExampleDatabase('/var/lib/jenkins/pytorch/test/.hypothesis/examples') 2025-01-24T09:11:36.8819896Z rootdir: /opt/conda/envs/py_3.10/lib/python3.10/site-packages/torch/bin 2025-01-24T09:11:36.8821627Z plugins: xdist-3.3.1, flakefinder-1.1.0, xdoctest-1.1.0, subtests-0.13.1, rerunfailures-14.0, hypothesis-5.35.1, cpp-2.3.0 2025-01-24T09:11:36.8822213Z created: 8/8 workers 2025-01-24T09:11:36.8822437Z 8 workers [8 items] 2025-01-24T09:11:36.8822566Z 2025-01-24T09:11:36.8822677Z scheduling tests via LoadScheduling 2025-01-24T09:11:36.8822864Z 2025-01-24T09:11:36.8823317Z ../../../../../opt/conda/envs/py_3.10/lib/python3.10/site-packages/torch/bin/TCPStoreTest::TCPStoreTest::testMultiTenantStoresUV 2025-01-24T09:11:36.8824217Z ../../../../../opt/conda/envs/py_3.10/lib/python3.10/site-packages/torch/bin/TCPStoreTest::TCPStoreTest::testHelperUV 2025-01-24T09:11:36.8825073Z ../../../../../opt/conda/envs/py_3.10/lib/python3.10/site-packages/torch/bin/TCPStoreTest::TCPStoreTest::testMultiTenantStores 2025-01-24T09:11:36.8825908Z ../../../../../opt/conda/envs/py_3.10/lib/python3.10/site-packages/torch/bin/TCPStoreTest::TCPStoreTest::testHelper 2025-01-24T09:11:36.8826732Z ../../../../../opt/conda/envs/py_3.10/lib/python3.10/site-packages/torch/bin/TCPStoreTest::TCPStoreTest::testCleanShutdown 2025-01-24T09:11:36.8827595Z ../../../../../opt/conda/envs/py_3.10/lib/python3.10/site-packages/torch/bin/TCPStoreTest::TCPStoreTest::testLibUVPartialRead 2025-01-24T09:11:36.8828457Z ../../../../../opt/conda/envs/py_3.10/lib/python3.10/site-packages/torch/bin/TCPStoreTest::TCPStoreTest::testHelperPrefixUV 2025-01-24T09:11:36.8829296Z ../../../../../opt/conda/envs/py_3.10/lib/python3.10/site-packages/torch/bin/TCPStoreTest::TCPStoreTest::testHelperPrefix 2025-01-24T09:11:36.8830293Z [gw6] [ 12%] ('RERUN', {'yellow': True}) [0.4262s] ../../../../../opt/conda/envs/py_3.10/lib/python3.10/site-packages/torch/bin/TCPStoreTest::TCPStoreTest::testMultiTenantStores 2025-01-24T09:11:36.8831304Z ../../../../../opt/conda/envs/py_3.10/lib/python3.10/site-packages/torch/bin/TCPStoreTest::TCPStoreTest::testMultiTenantStores 2025-01-24T09:11:36.8832187Z [gw7] [ 25%] PASSED [0.4406s] ../../../../../opt/conda/envs/py_3.10/lib/python3.10/site-packages/torch/bin/TCPStoreTest::TCPStoreTest::testMultiTenantStoresUV 2025-01-24T09:11:36.8833334Z [gw4] [ 37%] PASSED [0.4469s] ../../../../../opt/conda/envs/py_3.10/lib/python3.10/site-packages/torch/bin/TCPStoreTest::TCPStoreTest::testCleanShutdown 2025-01-24T09:11:36.8834221Z [gw6] [ 37%] PASSED [0.4374s] ../../../../../opt/conda/envs/py_3.10/lib/python3.10/site-packages/torch/bin/TCPStoreTest::TCPStoreTest::testMultiTenantStores 2025-01-24T09:11:36.8835114Z [gw2] [ 50%] PASSED [0.9714s] ../../../../../opt/conda/envs/py_3.10/lib/python3.10/site-packages/torch/bin/TCPStoreTest::TCPStoreTest::testHelperPrefixUV 2025-01-24T09:11:36.8836015Z [gw1] [ 62%] PASSED [1.0342s] ../../../../../opt/conda/envs/py_3.10/lib/python3.10/site-packages/torch/bin/TCPStoreTest::TCPStoreTest::testHelperUV 2025-01-24T09:11:36.8836849Z [gw0] [ 75%] PASSED [1.0911s] ../../../../../opt/conda/envs/py_3.10/lib/python3.10/site-packages/torch/bin/TCPStoreTest::TCPStoreTest::testHelper 2025-01-24T09:11:36.8837706Z [gw3] [ 87%] PASSED [1.1826s] ../../../../../opt/conda/envs/py_3.10/lib/python3.10/site-packages/torch/bin/TCPStoreTest::TCPStoreTest::testHelperPrefix 2025-01-24T09:11:36.8838633Z [gw5] [100%] PASSED [10.4245s] ../../../../../opt/conda/envs/py_3.10/lib/python3.10/site-packages/torch/bin/TCPStoreTest::TCPStoreTest::testLibUVPartialRead 2025-01-24T09:11:36.8839136Z 2025-01-24T09:11:36.8839247Z ==================================== RERUNS ==================================== 2025-01-24T09:11:36.8839629Z ______________________ TCPStoreTest.testMultiTenantStores ______________________ 2025-01-24T09:11:36.8840060Z [gw6] linux -- Python 3.10.16 /opt/conda/envs/py_3.10/bin/python 2025-01-24T09:11:36.8840371Z unknown file 2025-01-24T09:11:36.8841792Z C++ exception with description "The server socket has failed to listen on any local network address. The server socket has failed to bind to [::]:29500 (errno: 98 - Address already in use). The server could not be initialized on any address for port=29500, family=10 The server socket has failed to bind to 0.0.0.0:29500 (errno: 98 - Address already in use). The server could not be initialized on any address for port=29500, family=2 2025-01-24T09:11:36.8843518Z Exception raised from run at /var/lib/jenkins/workspace/torch/csrc/distributed/c10d/socket.cpp:554 (most recent call first): 2025-01-24T09:11:36.8844616Z frame #0: c10::Error::Error(c10::SourceLocation, std::__cxx11::basic_string, std::allocator >) + 0xb0 (0x7f255ce3be60 in /opt/conda/envs/py_3.10/lib/python3.10/site-packages/torch/bin/libc10.so) 2025-01-24T09:11:36.8845697Z frame #1: + 0x14e4125 (0x7f255e391125 in /opt/conda/envs/py_3.10/lib/python3.10/site-packages/torch/bin/libtorch_cpu.so) 2025-01-24T09:11:36.8846525Z frame #2: + 0x68a323a (0x7f256375023a in /opt/conda/envs/py_3.10/lib/python3.10/site-packages/torch/bin/libtorch_cpu.so) 2025-01-24T09:11:36.8847348Z frame #3: + 0x6866562 (0x7f2563713562 in /opt/conda/envs/py_3.10/lib/python3.10/site-packages/torch/bin/libtorch_cpu.so) 2025-01-24T09:11:36.8848161Z frame #4: + 0x685eb30 (0x7f256370bb30 in /opt/conda/envs/py_3.10/lib/python3.10/site-packages/torch/bin/libtorch_cpu.so) 2025-01-24T09:11:36.8849343Z frame #5: c10d::TCPStore::TCPStore(std::__cxx11::basic_string, std::allocator >, c10d::TCPStoreOptions const&) + 0x42f (0x7f256370e41f in /opt/conda/envs/py_3.10/lib/python3.10/site-packages/torch/bin/libtorch_cpu.so) 2025-01-24T09:11:36.8850640Z frame #6: testMultiTenantStores(bool) + 0xd3 (0x55a47b3759c3 in /opt/conda/envs/py_3.10/lib/python3.10/site-packages/torch/bin/TCPStoreTest) 2025-01-24T09:11:36.8851845Z frame #7: void testing::internal::HandleExceptionsInMethodIfSupported(testing::Test*, void (testing::Test::*)(), char const*) + 0x51 (0x55a47b3b9021 in /opt/conda/envs/py_3.10/lib/python3.10/site-packages/torch/bin/TCPStoreTest) 2025-01-24T09:11:36.8853023Z frame #8: + 0x5aa90 (0x55a47b3a8a90 in /opt/conda/envs/py_3.10/lib/python3.10/site-packages/torch/bin/TCPStoreTest) 2025-01-24T09:11:36.8854030Z frame #9: testing::TestInfo::Run() + 0x40a (0x55a47b3a8faa in /opt/conda/envs/py_3.10/lib/python3.10/site-packages/torch/bin/TCPStoreTest) 2025-01-24T09:11:36.8854848Z frame #10: + 0x5f089 (0x55a47b3ad089 in /opt/conda/envs/py_3.10/lib/python3.10/site-packages/torch/bin/TCPStoreTest) 2025-01-24T09:11:36.8855746Z frame #11: testing::internal::UnitTestImpl::RunAllTests() + 0xf28 (0x55a47b3ae4d8 in /opt/conda/envs/py_3.10/lib/python3.10/site-packages/torch/bin/TCPStoreTest) 2025-01-24T09:11:36.8856633Z frame #12: testing::UnitTest::Run() + 0x93 (0x55a47b3aeca3 in /opt/conda/envs/py_3.10/lib/python3.10/site-packages/torch/bin/TCPStoreTest) 2025-01-24T09:11:36.8857380Z frame #13: main + 0x44 (0x55a47b373874 in /opt/conda/envs/py_3.10/lib/python3.10/site-packages/torch/bin/TCPStoreTest) 2025-01-24T09:11:36.8857977Z frame #14: __libc_start_main + 0xf3 (0x7f2555c8b083 in /lib/x86_64-linux-gnu/libc.so.6) 2025-01-24T09:11:36.8858577Z frame #15: _start + 0x2e (0x55a47b373cde in /opt/conda/envs/py_3.10/lib/python3.10/site-packages/torch/bin/TCPStoreTest) 2025-01-24T09:11:36.8859065Z " thrown in the test body. 2025-01-24T09:11:36.8859288Z unknown file:0: C++ failure 2025-01-24T09:11:36.8859589Z ------------------------------ Captured c++ call ------------------------------- 2025-01-24T09:11:36.8860113Z Running main() from /var/lib/jenkins/workspace/third_party/googletest/googletest/src/gtest_main.cc 2025-01-24T09:11:36.8860638Z Note: Google Test filter = TCPStoreTest.testMultiTenantStores 2025-01-24T09:11:36.8860994Z [==========] Running 1 test from 1 test suite. 2025-01-24T09:11:36.8861282Z [----------] Global test environment set-up. 2025-01-24T09:11:36.8861557Z [----------] 1 test from TCPStoreTest 2025-01-24T09:11:36.8861841Z [ RUN ] TCPStoreTest.testMultiTenantStores 2025-01-24T09:11:36.8862545Z [W124 09:11:26.006210284 socket.cpp:516] [c10d] The server socket has failed to bind to [::]:29500 (errno: 98 - Address already in use). 2025-01-24T09:11:36.8863265Z [W124 09:11:26.006248686 socket.cpp:516] [c10d] The server could not be initialized on any address for port=29500, family=10 2025-01-24T09:11:36.8863985Z [W124 09:11:26.007031749 socket.cpp:516] [c10d] The server socket has failed to bind to 0.0.0.0:29500 (errno: 98 - Address already in use). 2025-01-24T09:11:36.8864696Z [W124 09:11:26.007055284 socket.cpp:516] [c10d] The server could not be initialized on any address for port=29500, family=2 2025-01-24T09:11:36.8865359Z [E124 09:11:26.007060594 socket.cpp:552] [c10d] The server socket has failed to listen on any local network address. 2025-01-24T09:11:36.8865799Z unknown file: Failure 2025-01-24T09:11:36.8867102Z C++ exception with description "The server socket has failed to listen on any local network address. The server socket has failed to bind to [::]:29500 (errno: 98 - Address already in use). The server could not be initialized on any address for port=29500, family=10 The server socket has failed to bind to 0.0.0.0:29500 (errno: 98 - Address already in use). The server could not be initialized on any address for port=29500, family=2 2025-01-24T09:11:36.8868719Z Exception raised from run at /var/lib/jenkins/workspace/torch/csrc/distributed/c10d/socket.cpp:554 (most recent call first): 2025-01-24T09:11:36.8869810Z frame #0: c10::Error::Error(c10::SourceLocation, std::__cxx11::basic_string, std::allocator >) + 0xb0 (0x7f255ce3be60 in /opt/conda/envs/py_3.10/lib/python3.10/site-packages/torch/bin/libc10.so) 2025-01-24T09:11:36.8870897Z frame #1: + 0x14e4125 (0x7f255e391125 in /opt/conda/envs/py_3.10/lib/python3.10/site-packages/torch/bin/libtorch_cpu.so) 2025-01-24T09:11:36.8871736Z frame #2: + 0x68a323a (0x7f256375023a in /opt/conda/envs/py_3.10/lib/python3.10/site-packages/torch/bin/libtorch_cpu.so) 2025-01-24T09:11:36.8872568Z frame #3: + 0x6866562 (0x7f2563713562 in /opt/conda/envs/py_3.10/lib/python3.10/site-packages/torch/bin/libtorch_cpu.so) 2025-01-24T09:11:36.8873533Z frame #4: + 0x685eb30 (0x7f256370bb30 in /opt/conda/envs/py_3.10/lib/python3.10/site-packages/torch/bin/libtorch_cpu.so) 2025-01-24T09:11:36.8874683Z frame #5: c10d::TCPStore::TCPStore(std::__cxx11::basic_string, std::allocator >, c10d::TCPStoreOptions const&) + 0x42f (0x7f256370e41f in /opt/conda/envs/py_3.10/lib/python3.10/site-packages/torch/bin/libtorch_cpu.so) 2025-01-24T09:11:36.8875851Z frame #6: testMultiTenantStores(bool) + 0xd3 (0x55a47b3759c3 in /opt/conda/envs/py_3.10/lib/python3.10/site-packages/torch/bin/TCPStoreTest) 2025-01-24T09:11:36.8877043Z frame #7: void testing::internal::HandleExceptionsInMethodIfSupported(testing::Test*, void (testing::Test::*)(), char const*) + 0x51 (0x55a47b3b9021 in /opt/conda/envs/py_3.10/lib/python3.10/site-packages/torch/bin/TCPStoreTest) 2025-01-24T09:11:36.8878213Z frame #8: + 0x5aa90 (0x55a47b3a8a90 in /opt/conda/envs/py_3.10/lib/python3.10/site-packages/torch/bin/TCPStoreTest) 2025-01-24T09:11:36.8879029Z frame #9: testing::TestInfo::Run() + 0x40a (0x55a47b3a8faa in /opt/conda/envs/py_3.10/lib/python3.10/site-packages/torch/bin/TCPStoreTest) 2025-01-24T09:11:36.8879833Z frame #10: + 0x5f089 (0x55a47b3ad089 in /opt/conda/envs/py_3.10/lib/python3.10/site-packages/torch/bin/TCPStoreTest) 2025-01-24T09:11:36.8880728Z frame #11: testing::internal::UnitTestImpl::RunAllTests() + 0xf28 (0x55a47b3ae4d8 in /opt/conda/envs/py_3.10/lib/python3.10/site-packages/torch/bin/TCPStoreTest) 2025-01-24T09:11:36.8881618Z frame #12: testing::UnitTest::Run() + 0x93 (0x55a47b3aeca3 in /opt/conda/envs/py_3.10/lib/python3.10/site-packages/torch/bin/TCPStoreTest) 2025-01-24T09:11:36.8882371Z frame #13: main + 0x44 (0x55a47b373874 in /opt/conda/envs/py_3.10/lib/python3.10/site-packages/torch/bin/TCPStoreTest) 2025-01-24T09:11:36.8883090Z frame #14: __libc_start_main + 0xf3 (0x7f2555c8b083 in /lib/x86_64-linux-gnu/libc.so.6) 2025-01-24T09:11:36.8883716Z frame #15: _start + 0x2e (0x55a47b373cde in /opt/conda/envs/py_3.10/lib/python3.10/site-packages/torch/bin/TCPStoreTest) 2025-01-24T09:11:36.8884208Z " thrown in the test body. 2025-01-24T09:11:36.8884354Z 2025-01-24T09:11:36.8884494Z [ FAILED ] TCPStoreTest.testMultiTenantStores (4 ms) 2025-01-24T09:11:36.8884825Z [----------] 1 test from TCPStoreTest (4 ms total) 2025-01-24T09:11:36.8885024Z 2025-01-24T09:11:36.8885126Z [----------] Global test environment tear-down 2025-01-24T09:11:36.8885421Z [==========] 1 test from 1 test suite ran. (4 ms total) 2025-01-24T09:11:36.8885694Z [ PASSED ] 0 tests. 2025-01-24T09:11:36.8885896Z [ FAILED ] 1 test, listed below: 2025-01-24T09:11:36.8886177Z [ FAILED ] TCPStoreTest.testMultiTenantStores 2025-01-24T09:11:36.8886385Z 2025-01-24T09:11:36.8886460Z 1 FAILED TEST 2025-01-24T09:11:36.8886981Z - generated xml file: /var/lib/jenkins/pytorch/test/test-reports/python-pytest/test.run_test/test.run_test-ac5176c9b6c7859d.xml - 2025-01-24T09:11:36.8887598Z ========================= 8 passed, 1 rerun in 12.10s ========================== 2025-01-24T09:11:36.8887823Z 2025-01-24T09:11:36.8888146Z FINISHED PRINTING LOG FILE of cpp/TCPStoreTest 1/1 (test/test-reports/cpp.TCPStoreTest_1.1_e1ed8d31be281d17_.log) 2025-01-24T09:11:36.8888556Z 2025-01-24T09:11:37.7513495Z Running test batch 'tests to run' cost 13.41 seconds 2025-01-24T09:11:38.3820145Z + echo 'Testing multi-GPU linalg tests' 2025-01-24T09:11:38.3820538Z Testing multi-GPU linalg tests 2025-01-24T09:11:38.3821063Z + python test/run_test.py -i test_linalg.py -k test_matmul_offline_mgpu_tunable --verbose 2025-01-24T09:11:38.4832565Z /var/lib/jenkins/pytorch/test/run_test.py:24: DeprecationWarning: pkg_resources is deprecated as an API. See https://setuptools.pypa.io/en/latest/pkg_resources.html 2025-01-24T09:11:38.4833816Z import pkg_resources 2025-01-24T09:11:42.9724057Z Downloading https://ossci-metrics.s3.amazonaws.com/disabled-tests-condensed.json to /var/lib/jenkins/pytorch/test/.pytorch-disabled-tests.json 2025-01-24T09:11:42.9864758Z Found test times from artifacts 2025-01-24T09:11:43.0463380Z Found test times from artifacts 2025-01-24T09:11:43.0483286Z Running all tests 2025-01-24T09:11:43.0488404Z Running parallel tests on 8 processes 2025-01-24T09:11:43.0488719Z Name: tests to run (est. time: 0.3min) 2025-01-24T09:11:43.0488972Z Serial tests (1): 2025-01-24T09:11:43.0489173Z test_linalg 1/1 2025-01-24T09:11:43.0489367Z Parallel tests (0): 2025-01-24T09:11:43.0489597Z Name: excluded (est. time: 0.0min) 2025-01-24T09:11:43.0489843Z Serial tests (0): 2025-01-24T09:11:43.0490042Z Parallel tests (0): 2025-01-24T09:11:43.0606829Z Running test_linalg 1/1 ... [2025-01-24 09:11:43.060411] 2025-01-24T09:11:43.0607349Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2025-01-24T09:11:43.0609989Z Executing ['/opt/conda/envs/py_3.10/bin/python', '-bb', 'test_linalg.py', '--shard-id=1', '--num-shards=1', '-v', '-vv', '-rfEX', '-p', 'no:xdist', '--use-pytest', '-k', 'test_matmul_offline_mgpu_tunable', '-x', '--reruns=2', '--import-slow-tests', '--import-disabled-tests'] ... [2025-01-24 09:11:43.060779] 2025-01-24T09:12:01.0992129Z 2025-01-24T09:12:01.0993069Z test_linalg 1/1 was successful, full logs can be found in artifacts with path test/test-reports/test_linalg_1.1_721fd01789b6b90a_.log 2025-01-24T09:12:01.0998673Z Running 1 items in this shard: test/test_linalg.py::TestLinalgCUDA::test_matmul_offline_mgpu_tunableop_cuda_float32 2025-01-24T09:12:01.0999181Z 2025-01-24T09:12:02.0160343Z Running test batch 'tests to run' cost 18.97 seconds 2025-01-24T09:12:02.6555292Z + [[ linux-focal-rocm6.3-py3.10 == *cuda* ]] 2025-01-24T09:12:02.6555880Z + [[ 1 == 1 ]] 2025-01-24T09:12:02.6556243Z + test_rpc 2025-01-24T09:12:02.6556577Z + echo 'Testing RPC C++ tests' 2025-01-24T09:12:02.6556978Z Testing RPC C++ tests 2025-01-24T09:12:02.6560133Z + ln -sf /opt/conda/envs/py_3.10/lib/python3.10/site-packages/torch/lib/libtorch.so /opt/conda/envs/py_3.10/lib/python3.10/site-packages/torch/lib/libtorch_cpu.so /opt/conda/envs/py_3.10/lib/python3.10/site-packages/torch/lib/libtorch_global_deps.so /opt/conda/envs/py_3.10/lib/python3.10/site-packages/torch/lib/libtorch_hip.so /opt/conda/envs/py_3.10/lib/python3.10/site-packages/torch/lib/libtorch_python.so /opt/conda/envs/py_3.10/lib/python3.10/site-packages/torch/lib/libtorchbind_test.so /opt/conda/envs/py_3.10/lib/python3.10/site-packages/torch/bin 2025-01-24T09:12:02.6583851Z + ln -sf /opt/conda/envs/py_3.10/lib/python3.10/site-packages/torch/lib/libc10.so /opt/conda/envs/py_3.10/lib/python3.10/site-packages/torch/lib/libc10_hip.so /opt/conda/envs/py_3.10/lib/python3.10/site-packages/torch/bin 2025-01-24T09:12:02.6605774Z + CPP_TESTS_DIR=/opt/conda/envs/py_3.10/lib/python3.10/site-packages/torch/bin 2025-01-24T09:12:02.6606272Z + python test/run_test.py --cpp --verbose -i cpp/test_cpp_rpc 2025-01-24T09:12:02.7627003Z /var/lib/jenkins/pytorch/test/run_test.py:24: DeprecationWarning: pkg_resources is deprecated as an API. See https://setuptools.pypa.io/en/latest/pkg_resources.html 2025-01-24T09:12:02.7628290Z import pkg_resources 2025-01-24T09:12:07.2574013Z Downloading https://ossci-metrics.s3.amazonaws.com/disabled-tests-condensed.json to /var/lib/jenkins/pytorch/test/.pytorch-disabled-tests.json 2025-01-24T09:12:07.2714034Z Found test times from artifacts 2025-01-24T09:12:07.3315821Z Found test times from artifacts 2025-01-24T09:12:07.3335203Z Running all tests 2025-01-24T09:12:07.3341240Z Running parallel tests on 8 processes 2025-01-24T09:12:07.3341738Z Name: tests to run (est. time: 0.0min) 2025-01-24T09:12:07.3342156Z Serial tests (1): 2025-01-24T09:12:07.3342507Z cpp/test_cpp_rpc 1/1 2025-01-24T09:12:07.3342876Z Parallel tests (0): 2025-01-24T09:12:07.3343242Z Name: excluded (est. time: 0.0min) 2025-01-24T09:12:07.3343646Z Serial tests (0): 2025-01-24T09:12:07.3343981Z Parallel tests (0): 2025-01-24T09:12:07.3457601Z Running cpp/test_cpp_rpc 1/1 ... [2025-01-24 09:12:07.345510] 2025-01-24T09:12:07.3458216Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2025-01-24T09:12:07.3462622Z Executing ['pytest', '/opt/conda/envs/py_3.10/lib/python3.10/site-packages/torch/bin/test_cpp_rpc', '-v', '-vv', '-rfEX', '-n', '8', '--junit-xml-reruns', 'test-reports/python-pytest/test.run_test/test.run_test-b40d1695e575a5ef.xml', '-x', '--reruns=2'] ... [2025-01-24 09:12:07.346019] 2025-01-24T09:12:08.6137824Z 2025-01-24T09:12:08.6139323Z cpp/test_cpp_rpc 1/1 was successful, full logs can be found in artifacts with path test/test-reports/cpp.test_cpp_rpc_1.1_099ce28d9fbf19d7_.log 2025-01-24T09:12:08.6140283Z 2025-01-24T09:12:12.2051573Z Running test batch 'tests to run' cost 4.87 seconds 2025-01-24T09:12:12.8522355Z ##[group]Run # copy test results back to the mounted workspace, needed sudo, resulting permissions were correct 2025-01-24T09:12:12.8523109Z # copy test results back to the mounted workspace, needed sudo, resulting permissions were correct 2025-01-24T09:12:12.8523972Z docker exec -t "4924c2c926f503f52154813c60e3c64eff32d36c447609e9d3f2a0b2c4caf23d" sh -c "cd ../pytorch && sudo cp -R test/test-reports ../workspace/test" 2025-01-24T09:12:12.8545857Z shell: /usr/bin/bash -e {0} 2025-01-24T09:12:12.8546111Z env: 2025-01-24T09:12:12.8546306Z GIT_DEFAULT_BRANCH: main 2025-01-24T09:12:12.8546677Z RUNNER_ARTIFACT_DIR: /var/home/pytorchci/actions-runner/_work/_temp/artifacts 2025-01-24T09:12:12.8547219Z RUNNER_TEST_RESULTS_DIR: /var/home/pytorchci/actions-runner/_work/_temp/test-results 2025-01-24T09:12:12.8547719Z RUNNER_DOCS_DIR: /var/home/pytorchci/actions-runner/_work/_temp/docs 2025-01-24T09:12:12.8548594Z GPU_FLAG: --device=/dev/mem --device=/dev/kfd --device /dev/dri --group-add video --group-add 110 --group-add daemon --group-add bin --cap-add=SYS_PTRACE --security-opt seccomp=unconfined --network=host 2025-01-24T09:12:12.8549345Z AWS_DEFAULT_REGION: us-east-1 2025-01-24T09:12:12.8549592Z AWS_REGION: us-east-1 2025-01-24T09:12:12.8549913Z AWS_ACCESS_KEY_ID: *** 2025-01-24T09:12:12.8550238Z AWS_SECRET_ACCESS_KEY: *** 2025-01-24T09:12:12.8555467Z AWS_SESSION_TOKEN: *** 2025-01-24T09:12:12.8555839Z CONTAINER_NAME: 4924c2c926f503f52154813c60e3c64eff32d36c447609e9d3f2a0b2c4caf23d 2025-01-24T09:12:12.8556238Z ##[endgroup] 2025-01-24T09:12:12.9519393Z sudo: setrlimit(RLIMIT_STACK): Operation not permitted 2025-01-24T09:12:12.9788047Z ##[group]Run cat test/**/*_toprint.log || true 2025-01-24T09:12:12.9788430Z cat test/**/*_toprint.log || true 2025-01-24T09:12:12.9811016Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2025-01-24T09:12:12.9811361Z env: 2025-01-24T09:12:12.9811562Z GIT_DEFAULT_BRANCH: main 2025-01-24T09:12:12.9811932Z RUNNER_ARTIFACT_DIR: /var/home/pytorchci/actions-runner/_work/_temp/artifacts 2025-01-24T09:12:12.9812489Z RUNNER_TEST_RESULTS_DIR: /var/home/pytorchci/actions-runner/_work/_temp/test-results 2025-01-24T09:12:12.9813001Z RUNNER_DOCS_DIR: /var/home/pytorchci/actions-runner/_work/_temp/docs 2025-01-24T09:12:12.9813839Z GPU_FLAG: --device=/dev/mem --device=/dev/kfd --device /dev/dri --group-add video --group-add 110 --group-add daemon --group-add bin --cap-add=SYS_PTRACE --security-opt seccomp=unconfined --network=host 2025-01-24T09:12:12.9814629Z AWS_DEFAULT_REGION: us-east-1 2025-01-24T09:12:12.9814877Z AWS_REGION: us-east-1 2025-01-24T09:12:12.9815224Z AWS_ACCESS_KEY_ID: *** 2025-01-24T09:12:12.9815555Z AWS_SECRET_ACCESS_KEY: *** 2025-01-24T09:12:12.9820800Z AWS_SESSION_TOKEN: *** 2025-01-24T09:12:12.9821165Z CONTAINER_NAME: 4924c2c926f503f52154813c60e3c64eff32d36c447609e9d3f2a0b2c4caf23d 2025-01-24T09:12:12.9821568Z ##[endgroup] 2025-01-24T09:12:12.9947872Z cat: 'test/**/*_toprint.log': No such file or directory 2025-01-24T09:12:13.0064459Z Prepare all required actions 2025-01-24T09:12:13.0065660Z Getting action download info 2025-01-24T09:12:13.4618945Z Download action repository 'seemethere/upload-artifact-s3@v5' (SHA:baba72d0712b404f646cebe0730933554ebce96a) 2025-01-24T09:12:14.0719004Z ##[group]Run ./.github/actions/upload-test-artifacts 2025-01-24T09:12:14.0719321Z with: 2025-01-24T09:12:14.0719516Z use-gha: true 2025-01-24T09:12:14.0720145Z file-suffix: test-distributed-1-1-linux.rocm.gpu.4_36098372194 2025-01-24T09:12:14.0720503Z s3-bucket: gha-artifacts 2025-01-24T09:12:14.0720724Z env: 2025-01-24T09:12:14.0720910Z GIT_DEFAULT_BRANCH: main 2025-01-24T09:12:14.0721274Z RUNNER_ARTIFACT_DIR: /var/home/pytorchci/actions-runner/_work/_temp/artifacts 2025-01-24T09:12:14.0721809Z RUNNER_TEST_RESULTS_DIR: /var/home/pytorchci/actions-runner/_work/_temp/test-results 2025-01-24T09:12:14.0722303Z RUNNER_DOCS_DIR: /var/home/pytorchci/actions-runner/_work/_temp/docs 2025-01-24T09:12:14.0723184Z GPU_FLAG: --device=/dev/mem --device=/dev/kfd --device /dev/dri --group-add video --group-add 110 --group-add daemon --group-add bin --cap-add=SYS_PTRACE --security-opt seccomp=unconfined --network=host 2025-01-24T09:12:14.0723955Z AWS_DEFAULT_REGION: us-east-1 2025-01-24T09:12:14.0724198Z AWS_REGION: us-east-1 2025-01-24T09:12:14.0724482Z AWS_ACCESS_KEY_ID: *** 2025-01-24T09:12:14.0724808Z AWS_SECRET_ACCESS_KEY: *** 2025-01-24T09:12:14.0730073Z AWS_SESSION_TOKEN: *** 2025-01-24T09:12:14.0730518Z CONTAINER_NAME: 4924c2c926f503f52154813c60e3c64eff32d36c447609e9d3f2a0b2c4caf23d 2025-01-24T09:12:14.0730918Z ##[endgroup] 2025-01-24T09:12:14.0799635Z ##[group]Run actions/upload-artifact@v4 2025-01-24T09:12:14.0799916Z with: 2025-01-24T09:12:14.0800291Z name: test-jsons-runattempt1-test-distributed-1-1-linux.rocm.gpu.4_36098372194.zip 2025-01-24T09:12:14.0800746Z retention-days: 14 2025-01-24T09:12:14.0800981Z if-no-files-found: warn 2025-01-24T09:12:14.0801220Z path: test/**/*.json 2025-01-24T09:12:14.0801458Z compression-level: 6 2025-01-24T09:12:14.0801683Z overwrite: false 2025-01-24T09:12:14.0801905Z include-hidden-files: false 2025-01-24T09:12:14.0802139Z env: 2025-01-24T09:12:14.0802328Z GIT_DEFAULT_BRANCH: main 2025-01-24T09:12:14.0802687Z RUNNER_ARTIFACT_DIR: /var/home/pytorchci/actions-runner/_work/_temp/artifacts 2025-01-24T09:12:14.0803222Z RUNNER_TEST_RESULTS_DIR: /var/home/pytorchci/actions-runner/_work/_temp/test-results 2025-01-24T09:12:14.0803729Z RUNNER_DOCS_DIR: /var/home/pytorchci/actions-runner/_work/_temp/docs 2025-01-24T09:12:14.0804572Z GPU_FLAG: --device=/dev/mem --device=/dev/kfd --device /dev/dri --group-add video --group-add 110 --group-add daemon --group-add bin --cap-add=SYS_PTRACE --security-opt seccomp=unconfined --network=host 2025-01-24T09:12:14.0805339Z AWS_DEFAULT_REGION: us-east-1 2025-01-24T09:12:14.0805584Z AWS_REGION: us-east-1 2025-01-24T09:12:14.0805846Z AWS_ACCESS_KEY_ID: *** 2025-01-24T09:12:14.0806164Z AWS_SECRET_ACCESS_KEY: *** 2025-01-24T09:12:14.0811497Z AWS_SESSION_TOKEN: *** 2025-01-24T09:12:14.0811867Z CONTAINER_NAME: 4924c2c926f503f52154813c60e3c64eff32d36c447609e9d3f2a0b2c4caf23d 2025-01-24T09:12:14.0812265Z ##[endgroup] 2025-01-24T09:12:14.6879350Z With the provided path, there will be 11 files uploaded 2025-01-24T09:12:14.6885123Z Artifact name is valid! 2025-01-24T09:12:14.6886369Z Root directory input is valid! 2025-01-24T09:12:14.8341686Z Beginning upload of artifact content to blob storage 2025-01-24T09:12:15.0684940Z Uploaded bytes 44359 2025-01-24T09:12:15.1139709Z Finished uploading artifact content to blob storage! 2025-01-24T09:12:15.1142796Z SHA256 hash of uploaded artifact zip is 0b8fe3976d717e4486724d9977a9aafeba82671686aadbd4385d8e82e7cb0028 2025-01-24T09:12:15.1144124Z Finalizing artifact upload 2025-01-24T09:12:15.2058807Z Artifact test-jsons-runattempt1-test-distributed-1-1-linux.rocm.gpu.4_36098372194.zip.zip successfully finalized. Artifact ID 2479706386 2025-01-24T09:12:15.2061179Z Artifact test-jsons-runattempt1-test-distributed-1-1-linux.rocm.gpu.4_36098372194.zip has been successfully uploaded! Final size is 44359 bytes. Artifact ID is 2479706386 2025-01-24T09:12:15.2065081Z Artifact download URL: https://github.com/pytorch/pytorch/actions/runs/12940918145/artifacts/2479706386 2025-01-24T09:12:15.2284057Z ##[group]Run actions/upload-artifact@v4 2025-01-24T09:12:15.2284350Z with: 2025-01-24T09:12:15.2284746Z name: test-reports-runattempt1-test-distributed-1-1-linux.rocm.gpu.4_36098372194.zip 2025-01-24T09:12:15.2285512Z retention-days: 14 2025-01-24T09:12:15.2285742Z if-no-files-found: ignore 2025-01-24T09:12:15.2285993Z path: test/**/*.xml test/**/*.csv 2025-01-24T09:12:15.2286263Z compression-level: 6 2025-01-24T09:12:15.2286487Z overwrite: false 2025-01-24T09:12:15.2286709Z include-hidden-files: false 2025-01-24T09:12:15.2286943Z env: 2025-01-24T09:12:15.2287131Z GIT_DEFAULT_BRANCH: main 2025-01-24T09:12:15.2287493Z RUNNER_ARTIFACT_DIR: /var/home/pytorchci/actions-runner/_work/_temp/artifacts 2025-01-24T09:12:15.2288060Z RUNNER_TEST_RESULTS_DIR: /var/home/pytorchci/actions-runner/_work/_temp/test-results 2025-01-24T09:12:15.2288562Z RUNNER_DOCS_DIR: /var/home/pytorchci/actions-runner/_work/_temp/docs 2025-01-24T09:12:15.2289424Z GPU_FLAG: --device=/dev/mem --device=/dev/kfd --device /dev/dri --group-add video --group-add 110 --group-add daemon --group-add bin --cap-add=SYS_PTRACE --security-opt seccomp=unconfined --network=host 2025-01-24T09:12:15.2290299Z AWS_DEFAULT_REGION: us-east-1 2025-01-24T09:12:15.2290554Z AWS_REGION: us-east-1 2025-01-24T09:12:15.2290871Z AWS_ACCESS_KEY_ID: *** 2025-01-24T09:12:15.2291194Z AWS_SECRET_ACCESS_KEY: *** 2025-01-24T09:12:15.2296462Z AWS_SESSION_TOKEN: *** 2025-01-24T09:12:15.2296838Z CONTAINER_NAME: 4924c2c926f503f52154813c60e3c64eff32d36c447609e9d3f2a0b2c4caf23d 2025-01-24T09:12:15.2297245Z ##[endgroup] 2025-01-24T09:12:15.8672314Z With the provided path, there will be 251 files uploaded 2025-01-24T09:12:15.8677596Z Artifact name is valid! 2025-01-24T09:12:15.8678828Z Root directory input is valid! 2025-01-24T09:12:16.0167921Z Beginning upload of artifact content to blob storage 2025-01-24T09:12:16.4067924Z Uploaded bytes 133313 2025-01-24T09:12:16.5540097Z Finished uploading artifact content to blob storage! 2025-01-24T09:12:16.5543132Z SHA256 hash of uploaded artifact zip is 9f57e8ce902de5b4e6b2c5e6463a6f4b72975668cae91e42f7940d5dc17f2609 2025-01-24T09:12:16.5545005Z Finalizing artifact upload 2025-01-24T09:12:16.6356014Z Artifact test-reports-runattempt1-test-distributed-1-1-linux.rocm.gpu.4_36098372194.zip.zip successfully finalized. Artifact ID 2479706495 2025-01-24T09:12:16.6357923Z Artifact test-reports-runattempt1-test-distributed-1-1-linux.rocm.gpu.4_36098372194.zip has been successfully uploaded! Final size is 133313 bytes. Artifact ID is 2479706495 2025-01-24T09:12:16.6362132Z Artifact download URL: https://github.com/pytorch/pytorch/actions/runs/12940918145/artifacts/2479706495 2025-01-24T09:12:16.6595495Z ##[group]Run actions/upload-artifact@v4 2025-01-24T09:12:16.6595801Z with: 2025-01-24T09:12:16.6596156Z name: logs-runattempt1-test-distributed-1-1-linux.rocm.gpu.4_36098372194.zip 2025-01-24T09:12:16.6596581Z retention-days: 14 2025-01-24T09:12:16.6596816Z if-no-files-found: ignore 2025-01-24T09:12:16.6597076Z path: usage_log.txt test/**/*.log 2025-01-24T09:12:16.6597349Z compression-level: 6 2025-01-24T09:12:16.6597581Z overwrite: false 2025-01-24T09:12:16.6597827Z include-hidden-files: false 2025-01-24T09:12:16.6598077Z env: 2025-01-24T09:12:16.6598267Z GIT_DEFAULT_BRANCH: main 2025-01-24T09:12:16.6598629Z RUNNER_ARTIFACT_DIR: /var/home/pytorchci/actions-runner/_work/_temp/artifacts 2025-01-24T09:12:16.6599170Z RUNNER_TEST_RESULTS_DIR: /var/home/pytorchci/actions-runner/_work/_temp/test-results 2025-01-24T09:12:16.6599673Z RUNNER_DOCS_DIR: /var/home/pytorchci/actions-runner/_work/_temp/docs 2025-01-24T09:12:16.6600767Z GPU_FLAG: --device=/dev/mem --device=/dev/kfd --device /dev/dri --group-add video --group-add 110 --group-add daemon --group-add bin --cap-add=SYS_PTRACE --security-opt seccomp=unconfined --network=host 2025-01-24T09:12:16.6601533Z AWS_DEFAULT_REGION: us-east-1 2025-01-24T09:12:16.6601792Z AWS_REGION: us-east-1 2025-01-24T09:12:16.6602131Z AWS_ACCESS_KEY_ID: *** 2025-01-24T09:12:16.6602466Z AWS_SECRET_ACCESS_KEY: *** 2025-01-24T09:12:16.6607730Z AWS_SESSION_TOKEN: *** 2025-01-24T09:12:16.6608350Z CONTAINER_NAME: 4924c2c926f503f52154813c60e3c64eff32d36c447609e9d3f2a0b2c4caf23d 2025-01-24T09:12:16.6608767Z ##[endgroup] 2025-01-24T09:12:17.3040338Z Multiple search paths detected. Calculating the least common ancestor of all paths 2025-01-24T09:12:17.3043402Z The least common ancestor is /var/home/pytorchci/actions-runner/_work/pytorch/pytorch. This will be the root directory of the artifact 2025-01-24T09:12:17.3044576Z With the provided path, there will be 8 files uploaded 2025-01-24T09:12:17.3048706Z Artifact name is valid! 2025-01-24T09:12:17.3049835Z Root directory input is valid! 2025-01-24T09:12:17.4557898Z Beginning upload of artifact content to blob storage 2025-01-24T09:12:17.6575533Z Uploaded bytes 29230 2025-01-24T09:12:17.7024050Z Finished uploading artifact content to blob storage! 2025-01-24T09:12:17.7027006Z SHA256 hash of uploaded artifact zip is bfbd9de82b88bb9a03f62054b2611a6f0c0e37eca4ff52af9b24674f8a7032da 2025-01-24T09:12:17.7028641Z Finalizing artifact upload 2025-01-24T09:12:17.7835685Z Artifact logs-runattempt1-test-distributed-1-1-linux.rocm.gpu.4_36098372194.zip.zip successfully finalized. Artifact ID 2479706583 2025-01-24T09:12:17.7837742Z Artifact logs-runattempt1-test-distributed-1-1-linux.rocm.gpu.4_36098372194.zip has been successfully uploaded! Final size is 29230 bytes. Artifact ID is 2479706583 2025-01-24T09:12:17.7842841Z Artifact download URL: https://github.com/pytorch/pytorch/actions/runs/12940918145/artifacts/2479706583 2025-01-24T09:12:17.8056860Z ##[group]Run # shellcheck disable=SC2156 2025-01-24T09:12:17.8057233Z # shellcheck disable=SC2156 2025-01-24T09:12:17.8057734Z find . -iname "core.[1-9]*" -exec docker exec "${CONTAINER_NAME}" sh -c "gdb python {} -ex 'bt' -ex 'q'" \; 2025-01-24T09:12:17.8079346Z shell: /usr/bin/bash -e {0} 2025-01-24T09:12:17.8079600Z env: 2025-01-24T09:12:17.8079795Z GIT_DEFAULT_BRANCH: main 2025-01-24T09:12:17.8080165Z RUNNER_ARTIFACT_DIR: /var/home/pytorchci/actions-runner/_work/_temp/artifacts 2025-01-24T09:12:17.8080731Z RUNNER_TEST_RESULTS_DIR: /var/home/pytorchci/actions-runner/_work/_temp/test-results 2025-01-24T09:12:17.8081245Z RUNNER_DOCS_DIR: /var/home/pytorchci/actions-runner/_work/_temp/docs 2025-01-24T09:12:17.8082077Z GPU_FLAG: --device=/dev/mem --device=/dev/kfd --device /dev/dri --group-add video --group-add 110 --group-add daemon --group-add bin --cap-add=SYS_PTRACE --security-opt seccomp=unconfined --network=host 2025-01-24T09:12:17.8082866Z AWS_DEFAULT_REGION: us-east-1 2025-01-24T09:12:17.8083112Z AWS_REGION: us-east-1 2025-01-24T09:12:17.8083423Z AWS_ACCESS_KEY_ID: *** 2025-01-24T09:12:17.8083742Z AWS_SECRET_ACCESS_KEY: *** 2025-01-24T09:12:17.8088978Z AWS_SESSION_TOKEN: *** 2025-01-24T09:12:17.8089338Z CONTAINER_NAME: 4924c2c926f503f52154813c60e3c64eff32d36c447609e9d3f2a0b2c4caf23d 2025-01-24T09:12:17.8089731Z ##[endgroup] 2025-01-24T09:12:18.1342534Z ##[group]Run aws-actions/configure-aws-credentials@v4 2025-01-24T09:12:18.1342879Z with: 2025-01-24T09:12:18.1343213Z role-to-assume: arn:aws:iam::308535385114:role/gha_workflow_upload-benchmark-results 2025-01-24T09:12:18.1343649Z role-duration-seconds: 18000 2025-01-24T09:12:18.1343889Z aws-region: us-east-1 2025-01-24T09:12:18.1344120Z audience: sts.amazonaws.com 2025-01-24T09:12:18.1344350Z env: 2025-01-24T09:12:18.1344532Z GIT_DEFAULT_BRANCH: main 2025-01-24T09:12:18.1344893Z RUNNER_ARTIFACT_DIR: /var/home/pytorchci/actions-runner/_work/_temp/artifacts 2025-01-24T09:12:18.1345425Z RUNNER_TEST_RESULTS_DIR: /var/home/pytorchci/actions-runner/_work/_temp/test-results 2025-01-24T09:12:18.1345913Z RUNNER_DOCS_DIR: /var/home/pytorchci/actions-runner/_work/_temp/docs 2025-01-24T09:12:18.1346774Z GPU_FLAG: --device=/dev/mem --device=/dev/kfd --device /dev/dri --group-add video --group-add 110 --group-add daemon --group-add bin --cap-add=SYS_PTRACE --security-opt seccomp=unconfined --network=host 2025-01-24T09:12:18.1347524Z AWS_DEFAULT_REGION: us-east-1 2025-01-24T09:12:18.1347763Z AWS_REGION: us-east-1 2025-01-24T09:12:18.1348309Z AWS_ACCESS_KEY_ID: *** 2025-01-24T09:12:18.1348632Z AWS_SECRET_ACCESS_KEY: *** 2025-01-24T09:12:18.1353857Z AWS_SESSION_TOKEN: *** 2025-01-24T09:12:18.1354224Z CONTAINER_NAME: 4924c2c926f503f52154813c60e3c64eff32d36c447609e9d3f2a0b2c4caf23d 2025-01-24T09:12:18.1354616Z ##[endgroup] 2025-01-24T09:12:18.5426486Z Assuming role with OIDC 2025-01-24T09:12:18.7289237Z Authenticated as assumedRoleId AROAUPVRELQNA5GQHA6IA:GitHubActions 2025-01-24T09:12:18.7912284Z ##[group]Run pytorch/test-infra/.github/actions/upload-benchmark-results@main 2025-01-24T09:12:18.7912740Z with: 2025-01-24T09:12:18.7912984Z benchmark-results-dir: test/test-reports 2025-01-24T09:12:18.7913279Z dry-run: false 2025-01-24T09:12:18.7913499Z schema-version: v3 2025-01-24T09:12:18.7913940Z github-token: *** 2025-01-24T09:12:18.7914156Z env: 2025-01-24T09:12:18.7914355Z GIT_DEFAULT_BRANCH: main 2025-01-24T09:12:18.7914744Z RUNNER_ARTIFACT_DIR: /var/home/pytorchci/actions-runner/_work/_temp/artifacts 2025-01-24T09:12:18.7915316Z RUNNER_TEST_RESULTS_DIR: /var/home/pytorchci/actions-runner/_work/_temp/test-results 2025-01-24T09:12:18.7915827Z RUNNER_DOCS_DIR: /var/home/pytorchci/actions-runner/_work/_temp/docs 2025-01-24T09:12:18.7916683Z GPU_FLAG: --device=/dev/mem --device=/dev/kfd --device /dev/dri --group-add video --group-add 110 --group-add daemon --group-add bin --cap-add=SYS_PTRACE --security-opt seccomp=unconfined --network=host 2025-01-24T09:12:18.7917468Z AWS_DEFAULT_REGION: us-east-1 2025-01-24T09:12:18.7917723Z AWS_REGION: us-east-1 2025-01-24T09:12:18.7917978Z AWS_ACCESS_KEY_ID: *** 2025-01-24T09:12:18.7918309Z AWS_SECRET_ACCESS_KEY: *** 2025-01-24T09:12:18.7923188Z AWS_SESSION_TOKEN: *** 2025-01-24T09:12:18.7923569Z CONTAINER_NAME: 4924c2c926f503f52154813c60e3c64eff32d36c447609e9d3f2a0b2c4caf23d 2025-01-24T09:12:18.7923971Z ##[endgroup] 2025-01-24T09:12:18.7941538Z ##[group]Run set -eux 2025-01-24T09:12:18.7941775Z set -eux 2025-01-24T09:12:18.7942015Z python3 -mpip install boto3==1.35.33 2025-01-24T09:12:18.7963980Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2025-01-24T09:12:18.7964331Z env: 2025-01-24T09:12:18.7964527Z GIT_DEFAULT_BRANCH: main 2025-01-24T09:12:18.7964900Z RUNNER_ARTIFACT_DIR: /var/home/pytorchci/actions-runner/_work/_temp/artifacts 2025-01-24T09:12:18.7965438Z RUNNER_TEST_RESULTS_DIR: /var/home/pytorchci/actions-runner/_work/_temp/test-results 2025-01-24T09:12:18.7965962Z RUNNER_DOCS_DIR: /var/home/pytorchci/actions-runner/_work/_temp/docs 2025-01-24T09:12:18.7966809Z GPU_FLAG: --device=/dev/mem --device=/dev/kfd --device /dev/dri --group-add video --group-add 110 --group-add daemon --group-add bin --cap-add=SYS_PTRACE --security-opt seccomp=unconfined --network=host 2025-01-24T09:12:18.7967560Z AWS_DEFAULT_REGION: us-east-1 2025-01-24T09:12:18.7967818Z AWS_REGION: us-east-1 2025-01-24T09:12:18.7968089Z AWS_ACCESS_KEY_ID: *** 2025-01-24T09:12:18.7968429Z AWS_SECRET_ACCESS_KEY: *** 2025-01-24T09:12:18.7973506Z AWS_SESSION_TOKEN: *** 2025-01-24T09:12:18.7973894Z CONTAINER_NAME: 4924c2c926f503f52154813c60e3c64eff32d36c447609e9d3f2a0b2c4caf23d 2025-01-24T09:12:18.7974301Z ##[endgroup] 2025-01-24T09:12:18.8022863Z + python3 -mpip install boto3==1.35.33 2025-01-24T09:12:19.1018182Z Defaulting to user installation because normal site-packages is not writeable 2025-01-24T09:12:19.2066547Z Requirement already satisfied: boto3==1.35.33 in /var/home/pytorchci/.local/lib/python3.10/site-packages (1.35.33) 2025-01-24T09:12:19.2108087Z Requirement already satisfied: botocore<1.36.0,>=1.35.33 in /var/home/pytorchci/.local/lib/python3.10/site-packages (from boto3==1.35.33) (1.35.99) 2025-01-24T09:12:19.2113513Z Requirement already satisfied: jmespath<2.0.0,>=0.7.1 in /usr/lib/python3/dist-packages (from boto3==1.35.33) (0.10.0) 2025-01-24T09:12:19.2118683Z Requirement already satisfied: s3transfer<0.11.0,>=0.10.0 in /var/home/pytorchci/.local/lib/python3.10/site-packages (from boto3==1.35.33) (0.10.4) 2025-01-24T09:12:19.2171888Z Requirement already satisfied: python-dateutil<3.0.0,>=2.1 in /var/home/pytorchci/.local/lib/python3.10/site-packages (from botocore<1.36.0,>=1.35.33->boto3==1.35.33) (2.9.0.post0) 2025-01-24T09:12:19.2184250Z Requirement already satisfied: urllib3!=2.2.0,<3,>=1.25.4 in /usr/lib/python3/dist-packages (from botocore<1.36.0,>=1.35.33->boto3==1.35.33) (1.26.5) 2025-01-24T09:12:19.2227426Z Requirement already satisfied: six>=1.5 in /usr/lib/python3/dist-packages (from python-dateutil<3.0.0,>=2.1->botocore<1.36.0,>=1.35.33->boto3==1.35.33) (1.16.0) 2025-01-24T09:12:19.4206714Z ##[group]Run set -eux 2025-01-24T09:12:19.4207007Z set -eux 2025-01-24T09:12:19.4207224Z  2025-01-24T09:12:19.4207474Z if [[ -z "${GITHUB_TOKEN}" ]]; then 2025-01-24T09:12:19.4207801Z  echo "Missing github-token input" 2025-01-24T09:12:19.4208104Z  exit 1 2025-01-24T09:12:19.4208314Z fi 2025-01-24T09:12:19.4229275Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2025-01-24T09:12:19.4229657Z env: 2025-01-24T09:12:19.4229874Z GIT_DEFAULT_BRANCH: main 2025-01-24T09:12:19.4230261Z RUNNER_ARTIFACT_DIR: /var/home/pytorchci/actions-runner/_work/_temp/artifacts 2025-01-24T09:12:19.4230825Z RUNNER_TEST_RESULTS_DIR: /var/home/pytorchci/actions-runner/_work/_temp/test-results 2025-01-24T09:12:19.4231358Z RUNNER_DOCS_DIR: /var/home/pytorchci/actions-runner/_work/_temp/docs 2025-01-24T09:12:19.4232221Z GPU_FLAG: --device=/dev/mem --device=/dev/kfd --device /dev/dri --group-add video --group-add 110 --group-add daemon --group-add bin --cap-add=SYS_PTRACE --security-opt seccomp=unconfined --network=host 2025-01-24T09:12:19.4233011Z AWS_DEFAULT_REGION: us-east-1 2025-01-24T09:12:19.4233291Z AWS_REGION: us-east-1 2025-01-24T09:12:19.4233606Z AWS_ACCESS_KEY_ID: *** 2025-01-24T09:12:19.4233962Z AWS_SECRET_ACCESS_KEY: *** 2025-01-24T09:12:19.4238854Z AWS_SESSION_TOKEN: *** 2025-01-24T09:12:19.4239244Z CONTAINER_NAME: 4924c2c926f503f52154813c60e3c64eff32d36c447609e9d3f2a0b2c4caf23d 2025-01-24T09:12:19.4239851Z GITHUB_TOKEN: *** 2025-01-24T09:12:19.4240076Z ##[endgroup] 2025-01-24T09:12:19.4285423Z + [[ -z *** ]] 2025-01-24T09:12:19.4325186Z ##[group]Run pytorch/test-infra/.github/actions/get-workflow-job-id@main 2025-01-24T09:12:19.4325578Z with: 2025-01-24T09:12:19.4325905Z github-token: *** 2025-01-24T09:12:19.4326121Z env: 2025-01-24T09:12:19.4326327Z GIT_DEFAULT_BRANCH: main 2025-01-24T09:12:19.4326726Z RUNNER_ARTIFACT_DIR: /var/home/pytorchci/actions-runner/_work/_temp/artifacts 2025-01-24T09:12:19.4327276Z RUNNER_TEST_RESULTS_DIR: /var/home/pytorchci/actions-runner/_work/_temp/test-results 2025-01-24T09:12:19.4327788Z RUNNER_DOCS_DIR: /var/home/pytorchci/actions-runner/_work/_temp/docs 2025-01-24T09:12:19.4328645Z GPU_FLAG: --device=/dev/mem --device=/dev/kfd --device /dev/dri --group-add video --group-add 110 --group-add daemon --group-add bin --cap-add=SYS_PTRACE --security-opt seccomp=unconfined --network=host 2025-01-24T09:12:19.4329404Z AWS_DEFAULT_REGION: us-east-1 2025-01-24T09:12:19.4329674Z AWS_REGION: us-east-1 2025-01-24T09:12:19.4329928Z AWS_ACCESS_KEY_ID: *** 2025-01-24T09:12:19.4330357Z AWS_SECRET_ACCESS_KEY: *** 2025-01-24T09:12:19.4335254Z AWS_SESSION_TOKEN: *** 2025-01-24T09:12:19.4335639Z CONTAINER_NAME: 4924c2c926f503f52154813c60e3c64eff32d36c447609e9d3f2a0b2c4caf23d 2025-01-24T09:12:19.4336046Z ##[endgroup] 2025-01-24T09:12:19.4350449Z ##[group]Run set -eux 2025-01-24T09:12:19.4350692Z set -eux 2025-01-24T09:12:19.4350891Z  2025-01-24T09:12:19.4351308Z python3 "${GITHUB_ACTION_PATH}/../../scripts/get_workflow_job_id.py" "${GITHUB_RUN_ID}" "${RUNNER_NAME}" 2025-01-24T09:12:19.4370827Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2025-01-24T09:12:19.4371164Z env: 2025-01-24T09:12:19.4371362Z GIT_DEFAULT_BRANCH: main 2025-01-24T09:12:19.4371739Z RUNNER_ARTIFACT_DIR: /var/home/pytorchci/actions-runner/_work/_temp/artifacts 2025-01-24T09:12:19.4372288Z RUNNER_TEST_RESULTS_DIR: /var/home/pytorchci/actions-runner/_work/_temp/test-results 2025-01-24T09:12:19.4373039Z RUNNER_DOCS_DIR: /var/home/pytorchci/actions-runner/_work/_temp/docs 2025-01-24T09:12:19.4373913Z GPU_FLAG: --device=/dev/mem --device=/dev/kfd --device /dev/dri --group-add video --group-add 110 --group-add daemon --group-add bin --cap-add=SYS_PTRACE --security-opt seccomp=unconfined --network=host 2025-01-24T09:12:19.4374670Z AWS_DEFAULT_REGION: us-east-1 2025-01-24T09:12:19.4375105Z AWS_REGION: us-east-1 2025-01-24T09:12:19.4375396Z AWS_ACCESS_KEY_ID: *** 2025-01-24T09:12:19.4375725Z AWS_SECRET_ACCESS_KEY: *** 2025-01-24T09:12:19.4380586Z AWS_SESSION_TOKEN: *** 2025-01-24T09:12:19.4380965Z CONTAINER_NAME: 4924c2c926f503f52154813c60e3c64eff32d36c447609e9d3f2a0b2c4caf23d 2025-01-24T09:12:19.4381481Z GITHUB_TOKEN: *** 2025-01-24T09:12:19.4381701Z ##[endgroup] 2025-01-24T09:12:19.4426080Z + python3 /var/home/pytorchci/actions-runner/_work/_actions/pytorch/test-infra/main/.github/actions/get-workflow-job-id/../../scripts/get_workflow_job_id.py 12940918145 gpud515 2025-01-24T09:12:20.4996038Z setting job-id=36098372194 2025-01-24T09:12:20.4996611Z setting job-name=linux-focal-rocm6.3-py3.10 / test (distributed, 1, 1, linux.rocm.gpu.4) 2025-01-24T09:12:20.5159334Z ##[group]Run set -eux 2025-01-24T09:12:20.5159610Z set -eux 2025-01-24T09:12:20.5159823Z  2025-01-24T09:12:20.5160200Z python3 "${GITHUB_ACTION_PATH}/../../scripts/benchmarks/gather_metadata.py" \ 2025-01-24T09:12:20.5160654Z  --schema-version "${SCHEMA_VERSION}" \ 2025-01-24T09:12:20.5160965Z  --repo "${REPO}" \ 2025-01-24T09:12:20.5161251Z  --head-branch "${HEAD_BRANCH}" \ 2025-01-24T09:12:20.5161547Z  --head-sha "${HEAD_SHA}" \ 2025-01-24T09:12:20.5161845Z  --workflow-id "${WORKFLOW_RUN_ID}" \ 2025-01-24T09:12:20.5162155Z  --run-attempt "${RUN_ATTEMPT}" \ 2025-01-24T09:12:20.5162452Z  --job-id "${JOB_ID}" \ 2025-01-24T09:12:20.5162735Z  --job-name "${JOB_NAME}" 2025-01-24T09:12:20.5183302Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2025-01-24T09:12:20.5183646Z env: 2025-01-24T09:12:20.5183861Z GIT_DEFAULT_BRANCH: main 2025-01-24T09:12:20.5184245Z RUNNER_ARTIFACT_DIR: /var/home/pytorchci/actions-runner/_work/_temp/artifacts 2025-01-24T09:12:20.5184803Z RUNNER_TEST_RESULTS_DIR: /var/home/pytorchci/actions-runner/_work/_temp/test-results 2025-01-24T09:12:20.5185337Z RUNNER_DOCS_DIR: /var/home/pytorchci/actions-runner/_work/_temp/docs 2025-01-24T09:12:20.5186190Z GPU_FLAG: --device=/dev/mem --device=/dev/kfd --device /dev/dri --group-add video --group-add 110 --group-add daemon --group-add bin --cap-add=SYS_PTRACE --security-opt seccomp=unconfined --network=host 2025-01-24T09:12:20.5186956Z AWS_DEFAULT_REGION: us-east-1 2025-01-24T09:12:20.5187228Z AWS_REGION: us-east-1 2025-01-24T09:12:20.5187531Z AWS_ACCESS_KEY_ID: *** 2025-01-24T09:12:20.5187870Z AWS_SECRET_ACCESS_KEY: *** 2025-01-24T09:12:20.5192740Z AWS_SESSION_TOKEN: *** 2025-01-24T09:12:20.5193129Z CONTAINER_NAME: 4924c2c926f503f52154813c60e3c64eff32d36c447609e9d3f2a0b2c4caf23d 2025-01-24T09:12:20.5193555Z SCHEMA_VERSION: v3 2025-01-24T09:12:20.5193794Z REPO: pytorch/pytorch 2025-01-24T09:12:20.5194057Z HEAD_BRANCH: refs/tags/ciflow/trunk/145539 2025-01-24T09:12:20.5194386Z HEAD_SHA: d087145b9259b4cfbcb758dc0bca6a6e5d75d08f 2025-01-24T09:12:20.5194715Z WORKFLOW_RUN_ID: 12940918145 2025-01-24T09:12:20.5194965Z RUN_ATTEMPT: 1 2025-01-24T09:12:20.5195177Z JOB_ID: 36098372194 2025-01-24T09:12:20.5195537Z JOB_NAME: linux-focal-rocm6.3-py3.10 / test (distributed, 1, 1, linux.rocm.gpu.4) 2025-01-24T09:12:20.5195970Z ##[endgroup] 2025-01-24T09:12:20.5240828Z + python3 /var/home/pytorchci/actions-runner/_work/_actions/pytorch/test-infra/main/.github/actions/upload-benchmark-results/../../scripts/benchmarks/gather_metadata.py --schema-version v3 --repo pytorch/pytorch --head-branch refs/tags/ciflow/trunk/145539 --head-sha d087145b9259b4cfbcb758dc0bca6a6e5d75d08f --workflow-id 12940918145 --run-attempt 1 --job-id 36098372194 --job-name 'linux-focal-rocm6.3-py3.10 / test (distributed, 1, 1, linux.rocm.gpu.4)' 2025-01-24T09:12:20.5589074Z ##[group]Run set -eux 2025-01-24T09:12:20.5589338Z set -eux 2025-01-24T09:12:20.5589542Z  2025-01-24T09:12:20.5589776Z # TODO (huydhn): Implement this part 2025-01-24T09:12:20.5590366Z echo "runners=[]" >> "${GITHUB_OUTPUT}" 2025-01-24T09:12:20.5611036Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2025-01-24T09:12:20.5611379Z env: 2025-01-24T09:12:20.5611588Z GIT_DEFAULT_BRANCH: main 2025-01-24T09:12:20.5611973Z RUNNER_ARTIFACT_DIR: /var/home/pytorchci/actions-runner/_work/_temp/artifacts 2025-01-24T09:12:20.5612517Z RUNNER_TEST_RESULTS_DIR: /var/home/pytorchci/actions-runner/_work/_temp/test-results 2025-01-24T09:12:20.5613022Z RUNNER_DOCS_DIR: /var/home/pytorchci/actions-runner/_work/_temp/docs 2025-01-24T09:12:20.5613873Z GPU_FLAG: --device=/dev/mem --device=/dev/kfd --device /dev/dri --group-add video --group-add 110 --group-add daemon --group-add bin --cap-add=SYS_PTRACE --security-opt seccomp=unconfined --network=host 2025-01-24T09:12:20.5614657Z AWS_DEFAULT_REGION: us-east-1 2025-01-24T09:12:20.5614917Z AWS_REGION: us-east-1 2025-01-24T09:12:20.5615217Z AWS_ACCESS_KEY_ID: *** 2025-01-24T09:12:20.5615551Z AWS_SECRET_ACCESS_KEY: *** 2025-01-24T09:12:20.5620444Z AWS_SESSION_TOKEN: *** 2025-01-24T09:12:20.5620826Z CONTAINER_NAME: 4924c2c926f503f52154813c60e3c64eff32d36c447609e9d3f2a0b2c4caf23d 2025-01-24T09:12:20.5621239Z ##[endgroup] 2025-01-24T09:12:20.5667774Z + echo 'runners=[]' 2025-01-24T09:12:20.5688912Z ##[group]Run set -eux 2025-01-24T09:12:20.5689158Z set -eux 2025-01-24T09:12:20.5689369Z  2025-01-24T09:12:20.5689597Z # TODO (huydhn): Implement this part 2025-01-24T09:12:20.5689934Z echo "dependencies={}" >> "${GITHUB_OUTPUT}" 2025-01-24T09:12:20.5710961Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2025-01-24T09:12:20.5711331Z env: 2025-01-24T09:12:20.5711545Z GIT_DEFAULT_BRANCH: main 2025-01-24T09:12:20.5711923Z RUNNER_ARTIFACT_DIR: /var/home/pytorchci/actions-runner/_work/_temp/artifacts 2025-01-24T09:12:20.5712475Z RUNNER_TEST_RESULTS_DIR: /var/home/pytorchci/actions-runner/_work/_temp/test-results 2025-01-24T09:12:20.5712991Z RUNNER_DOCS_DIR: /var/home/pytorchci/actions-runner/_work/_temp/docs 2025-01-24T09:12:20.5713854Z GPU_FLAG: --device=/dev/mem --device=/dev/kfd --device /dev/dri --group-add video --group-add 110 --group-add daemon --group-add bin --cap-add=SYS_PTRACE --security-opt seccomp=unconfined --network=host 2025-01-24T09:12:20.5714593Z AWS_DEFAULT_REGION: us-east-1 2025-01-24T09:12:20.5714848Z AWS_REGION: us-east-1 2025-01-24T09:12:20.5715126Z AWS_ACCESS_KEY_ID: *** 2025-01-24T09:12:20.5715462Z AWS_SECRET_ACCESS_KEY: *** 2025-01-24T09:12:20.5720331Z AWS_SESSION_TOKEN: *** 2025-01-24T09:12:20.5720714Z CONTAINER_NAME: 4924c2c926f503f52154813c60e3c64eff32d36c447609e9d3f2a0b2c4caf23d 2025-01-24T09:12:20.5721139Z ##[endgroup] 2025-01-24T09:12:20.5767090Z + echo 'dependencies={}' 2025-01-24T09:12:20.5790483Z ##[group]Run set -eux 2025-01-24T09:12:20.5790738Z set -eux 2025-01-24T09:12:20.5790953Z  2025-01-24T09:12:20.5791221Z if [[ ! -d "${BENCHMARK_RESULTS_DIR}" ]]; then 2025-01-24T09:12:20.5791646Z  echo "${BENCHMARK_RESULTS_DIR} does not exist, skipping" 2025-01-24T09:12:20.5792084Z  # We don't want the job to fail if the directory doesn't exist 2025-01-24T09:12:20.5792445Z  exit 0 2025-01-24T09:12:20.5792660Z fi 2025-01-24T09:12:20.5792861Z  2025-01-24T09:12:20.5793087Z if [[ "${DRY_RUN}" == "true" ]]; then 2025-01-24T09:12:20.5793527Z  python3 "${GITHUB_ACTION_PATH}/../../scripts/upload_benchmark_results.py" \ 2025-01-24T09:12:20.5794037Z  --benchmark-results-dir "${BENCHMARK_RESULTS_DIR}" \ 2025-01-24T09:12:20.5794689Z  --metadata "${BENCHMARK_METADATA}" \ 2025-01-24T09:12:20.5795019Z  --runners "${RUNNER_INFO}" \ 2025-01-24T09:12:20.5795329Z  --dependencies "${DEPENDENCIES}" \ 2025-01-24T09:12:20.5795638Z  --dry-run 2025-01-24T09:12:20.5795877Z else 2025-01-24T09:12:20.5796226Z  python3 "${GITHUB_ACTION_PATH}/../../scripts/upload_benchmark_results.py" \ 2025-01-24T09:12:20.5796894Z  --benchmark-results-dir "${BENCHMARK_RESULTS_DIR}" \ 2025-01-24T09:12:20.5797278Z  --metadata "${BENCHMARK_METADATA}" \ 2025-01-24T09:12:20.5797605Z  --runners "${RUNNER_INFO}" \ 2025-01-24T09:12:20.5797915Z  --dependencies "${DEPENDENCIES}" 2025-01-24T09:12:20.5798198Z fi 2025-01-24T09:12:20.5816641Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2025-01-24T09:12:20.5817001Z env: 2025-01-24T09:12:20.5817214Z GIT_DEFAULT_BRANCH: main 2025-01-24T09:12:20.5817596Z RUNNER_ARTIFACT_DIR: /var/home/pytorchci/actions-runner/_work/_temp/artifacts 2025-01-24T09:12:20.5818161Z RUNNER_TEST_RESULTS_DIR: /var/home/pytorchci/actions-runner/_work/_temp/test-results 2025-01-24T09:12:20.5818679Z RUNNER_DOCS_DIR: /var/home/pytorchci/actions-runner/_work/_temp/docs 2025-01-24T09:12:20.5819527Z GPU_FLAG: --device=/dev/mem --device=/dev/kfd --device /dev/dri --group-add video --group-add 110 --group-add daemon --group-add bin --cap-add=SYS_PTRACE --security-opt seccomp=unconfined --network=host 2025-01-24T09:12:20.5820306Z AWS_DEFAULT_REGION: us-east-1 2025-01-24T09:12:20.5820574Z AWS_REGION: us-east-1 2025-01-24T09:12:20.5820852Z AWS_ACCESS_KEY_ID: *** 2025-01-24T09:12:20.5821211Z AWS_SECRET_ACCESS_KEY: *** 2025-01-24T09:12:20.5826081Z AWS_SESSION_TOKEN: *** 2025-01-24T09:12:20.5826468Z CONTAINER_NAME: 4924c2c926f503f52154813c60e3c64eff32d36c447609e9d3f2a0b2c4caf23d 2025-01-24T09:12:20.5826903Z BENCHMARK_RESULTS_DIR: test/test-reports 2025-01-24T09:12:20.5827186Z DRY_RUN: false 2025-01-24T09:12:20.5828332Z BENCHMARK_METADATA: {"timestamp": 1737709940, "schema_version": "v3", "name": "linux-focal-rocm6.3-py3.10 / test (distributed, 1, 1, linux.rocm.gpu.4)", "repo": "pytorch/pytorch", "head_branch": "refs/tags/ciflow/trunk/145539", "head_sha": "d087145b9259b4cfbcb758dc0bca6a6e5d75d08f", "workflow_id": 12940918145, "run_attempt": 1, "job_id": 36098372194} 2025-01-24T09:12:20.5829504Z RUNNER_INFO: [] 2025-01-24T09:12:20.5829724Z DEPENDENCIES: {} 2025-01-24T09:12:20.5829942Z ##[endgroup] 2025-01-24T09:12:20.5868759Z + [[ ! -d test/test-reports ]] 2025-01-24T09:12:20.5869056Z + [[ false == \t\r\u\e ]] 2025-01-24T09:12:20.5871065Z + python3 /var/home/pytorchci/actions-runner/_work/_actions/pytorch/test-infra/main/.github/actions/upload-benchmark-results/../../scripts/upload_benchmark_results.py --benchmark-results-dir test/test-reports --metadata '{"timestamp": 1737709940, "schema_version": "v3", "name": "linux-focal-rocm6.3-py3.10 / test (distributed, 1, 1, linux.rocm.gpu.4)", "repo": "pytorch/pytorch", "head_branch": "refs/tags/ciflow/trunk/145539", "head_sha": "d087145b9259b4cfbcb758dc0bca6a6e5d75d08f", "workflow_id": 12940918145, "run_attempt": 1, "job_id": 36098372194}' --runners '[]' --dependencies '{}' 2025-01-24T09:12:20.7662026Z Prepare all required actions 2025-01-24T09:12:20.7662472Z Getting action download info 2025-01-24T09:12:20.7688833Z ##[group]Run ./.github/actions/teardown-rocm 2025-01-24T09:12:20.7689125Z env: 2025-01-24T09:12:20.7689336Z GIT_DEFAULT_BRANCH: main 2025-01-24T09:12:20.7689706Z RUNNER_ARTIFACT_DIR: /var/home/pytorchci/actions-runner/_work/_temp/artifacts 2025-01-24T09:12:20.7690343Z RUNNER_TEST_RESULTS_DIR: /var/home/pytorchci/actions-runner/_work/_temp/test-results 2025-01-24T09:12:20.7690855Z RUNNER_DOCS_DIR: /var/home/pytorchci/actions-runner/_work/_temp/docs 2025-01-24T09:12:20.7691706Z GPU_FLAG: --device=/dev/mem --device=/dev/kfd --device /dev/dri --group-add video --group-add 110 --group-add daemon --group-add bin --cap-add=SYS_PTRACE --security-opt seccomp=unconfined --network=host 2025-01-24T09:12:20.7692764Z AWS_DEFAULT_REGION: us-east-1 2025-01-24T09:12:20.7693012Z AWS_REGION: us-east-1 2025-01-24T09:12:20.7693281Z AWS_ACCESS_KEY_ID: *** 2025-01-24T09:12:20.7693643Z AWS_SECRET_ACCESS_KEY: *** 2025-01-24T09:12:20.7698512Z AWS_SESSION_TOKEN: *** 2025-01-24T09:12:20.7698896Z CONTAINER_NAME: 4924c2c926f503f52154813c60e3c64eff32d36c447609e9d3f2a0b2c4caf23d 2025-01-24T09:12:20.7699297Z ##[endgroup] 2025-01-24T09:12:20.7714395Z ##[group]Run # ignore expansion of "docker ps -q" since it could be empty 2025-01-24T09:12:20.7714884Z # ignore expansion of "docker ps -q" since it could be empty 2025-01-24T09:12:20.7715264Z # shellcheck disable=SC2046 2025-01-24T09:12:20.7715576Z docker stop $(docker ps -q) || true 2025-01-24T09:12:20.7715888Z # Prune all stopped containers. 2025-01-24T09:12:20.7716175Z docker container prune -f 2025-01-24T09:12:20.7734960Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2025-01-24T09:12:20.7735330Z env: 2025-01-24T09:12:20.7735541Z GIT_DEFAULT_BRANCH: main 2025-01-24T09:12:20.7735914Z RUNNER_ARTIFACT_DIR: /var/home/pytorchci/actions-runner/_work/_temp/artifacts 2025-01-24T09:12:20.7736486Z RUNNER_TEST_RESULTS_DIR: /var/home/pytorchci/actions-runner/_work/_temp/test-results 2025-01-24T09:12:20.7737007Z RUNNER_DOCS_DIR: /var/home/pytorchci/actions-runner/_work/_temp/docs 2025-01-24T09:12:20.7737871Z GPU_FLAG: --device=/dev/mem --device=/dev/kfd --device /dev/dri --group-add video --group-add 110 --group-add daemon --group-add bin --cap-add=SYS_PTRACE --security-opt seccomp=unconfined --network=host 2025-01-24T09:12:20.7738654Z AWS_DEFAULT_REGION: us-east-1 2025-01-24T09:12:20.7738923Z AWS_REGION: us-east-1 2025-01-24T09:12:20.7739212Z AWS_ACCESS_KEY_ID: *** 2025-01-24T09:12:20.7739569Z AWS_SECRET_ACCESS_KEY: *** 2025-01-24T09:12:20.7744419Z AWS_SESSION_TOKEN: *** 2025-01-24T09:12:20.7744815Z CONTAINER_NAME: 4924c2c926f503f52154813c60e3c64eff32d36c447609e9d3f2a0b2c4caf23d 2025-01-24T09:12:20.7745232Z ##[endgroup] 2025-01-24T09:12:21.2752211Z 4924c2c926f5 2025-01-24T09:12:27.5259581Z Deleted Containers: 2025-01-24T09:12:27.5260314Z 4924c2c926f503f52154813c60e3c64eff32d36c447609e9d3f2a0b2c4caf23d 2025-01-24T09:12:27.5260809Z 2025-01-24T09:12:27.5260990Z Total reclaimed space: 6.901GB 2025-01-24T09:12:27.5326684Z Prepare all required actions 2025-01-24T09:12:27.5354434Z ##[group]Run ./.github/actions/diskspace-cleanup 2025-01-24T09:12:27.5354746Z with: 2025-01-24T09:12:27.5354960Z diskspace-cutoff: 70 2025-01-24T09:12:27.5355181Z env: 2025-01-24T09:12:27.5355377Z GIT_DEFAULT_BRANCH: main 2025-01-24T09:12:27.5355757Z RUNNER_ARTIFACT_DIR: /var/home/pytorchci/actions-runner/_work/_temp/artifacts 2025-01-24T09:12:27.5356330Z RUNNER_TEST_RESULTS_DIR: /var/home/pytorchci/actions-runner/_work/_temp/test-results 2025-01-24T09:12:27.5356843Z RUNNER_DOCS_DIR: /var/home/pytorchci/actions-runner/_work/_temp/docs 2025-01-24T09:12:27.5357725Z GPU_FLAG: --device=/dev/mem --device=/dev/kfd --device /dev/dri --group-add video --group-add 110 --group-add daemon --group-add bin --cap-add=SYS_PTRACE --security-opt seccomp=unconfined --network=host 2025-01-24T09:12:27.5358777Z AWS_DEFAULT_REGION: us-east-1 2025-01-24T09:12:27.5359061Z AWS_REGION: us-east-1 2025-01-24T09:12:27.5359374Z AWS_ACCESS_KEY_ID: *** 2025-01-24T09:12:27.5359720Z AWS_SECRET_ACCESS_KEY: *** 2025-01-24T09:12:27.5364626Z AWS_SESSION_TOKEN: *** 2025-01-24T09:12:27.5365014Z CONTAINER_NAME: 4924c2c926f503f52154813c60e3c64eff32d36c447609e9d3f2a0b2c4caf23d 2025-01-24T09:12:27.5365421Z ##[endgroup] 2025-01-24T09:12:27.5380374Z ##[group]Run set -ex 2025-01-24T09:12:27.5380638Z set -ex 2025-01-24T09:12:27.5380857Z diskspace_cutoff=70 2025-01-24T09:12:27.5381188Z docker_root_dir=$(docker info -f '{{.DockerRootDir}}') 2025-01-24T09:12:27.5381555Z if [ ! -d "$docker_root_dir" ]; then 2025-01-24T09:12:27.5382019Z  echo "Docker root directory ($docker_root_dir) does not exist. Skipping disk space check." 2025-01-24T09:12:27.5382734Z  exit 0 2025-01-24T09:12:27.5382947Z fi 2025-01-24T09:12:27.5383335Z diskspace=$(df -H --output=pcent ${docker_root_dir} | sed -n 2p | sed 's/%//' | sed 's/ //') 2025-01-24T09:12:27.5384101Z msg="Please file an issue on pytorch/pytorch reporting the faulty runner. Include a link to the runner logs so the runner can be identified" 2025-01-24T09:12:27.5384758Z if [[ "$diskspace" -ge "$diskspace_cutoff" ]] ; then 2025-01-24T09:12:27.5385106Z  docker system prune -af 2025-01-24T09:12:27.5385553Z  diskspace_new=$(df -H --output=pcent ${docker_root_dir} | sed -n 2p | sed 's/%//' | sed 's/ //') 2025-01-24T09:12:27.5386056Z  if [[ "$diskspace_new" -gt "$diskspace_cutoff" ]] ; then 2025-01-24T09:12:27.5386577Z  echo "Error: Available diskspace is less than $diskspace_cutoff percent. Not enough diskspace." 2025-01-24T09:12:27.5387051Z  echo "$msg" 2025-01-24T09:12:27.5387293Z  exit 1 2025-01-24T09:12:27.5387511Z  else 2025-01-24T09:12:27.5387783Z  difference=$((diskspace - diskspace_new)) 2025-01-24T09:12:27.5388143Z  echo "Diskspace saved: $difference percent" 2025-01-24T09:12:27.5388452Z  fi 2025-01-24T09:12:27.5388649Z fi 2025-01-24T09:12:27.5409318Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2025-01-24T09:12:27.5409651Z env: 2025-01-24T09:12:27.5409844Z GIT_DEFAULT_BRANCH: main 2025-01-24T09:12:27.5410291Z RUNNER_ARTIFACT_DIR: /var/home/pytorchci/actions-runner/_work/_temp/artifacts 2025-01-24T09:12:27.5410836Z RUNNER_TEST_RESULTS_DIR: /var/home/pytorchci/actions-runner/_work/_temp/test-results 2025-01-24T09:12:27.5411341Z RUNNER_DOCS_DIR: /var/home/pytorchci/actions-runner/_work/_temp/docs 2025-01-24T09:12:27.5412185Z GPU_FLAG: --device=/dev/mem --device=/dev/kfd --device /dev/dri --group-add video --group-add 110 --group-add daemon --group-add bin --cap-add=SYS_PTRACE --security-opt seccomp=unconfined --network=host 2025-01-24T09:12:27.5412949Z AWS_DEFAULT_REGION: us-east-1 2025-01-24T09:12:27.5413233Z AWS_REGION: us-east-1 2025-01-24T09:12:27.5413511Z AWS_ACCESS_KEY_ID: *** 2025-01-24T09:12:27.5413854Z AWS_SECRET_ACCESS_KEY: *** 2025-01-24T09:12:27.5418711Z AWS_SESSION_TOKEN: *** 2025-01-24T09:12:27.5419099Z CONTAINER_NAME: 4924c2c926f503f52154813c60e3c64eff32d36c447609e9d3f2a0b2c4caf23d 2025-01-24T09:12:27.5419502Z ##[endgroup] 2025-01-24T09:12:27.5465059Z + diskspace_cutoff=70 2025-01-24T09:12:27.5470575Z ++ docker info -f '{{.DockerRootDir}}' 2025-01-24T09:12:27.6042364Z + docker_root_dir=/media/4TB/docker-rootless 2025-01-24T09:12:27.6042985Z + '[' '!' -d /media/4TB/docker-rootless ']' 2025-01-24T09:12:27.6054611Z ++ df -H --output=pcent /media/4TB/docker-rootless 2025-01-24T09:12:27.6055993Z ++ sed -n 2p 2025-01-24T09:12:27.6058418Z ++ sed s/%// 2025-01-24T09:12:27.6060253Z ++ sed 's/ //' 2025-01-24T09:12:27.6090345Z + diskspace=15 2025-01-24T09:12:27.6091866Z + msg='Please file an issue on pytorch/pytorch reporting the faulty runner. Include a link to the runner logs so the runner can be identified' 2025-01-24T09:12:27.6092894Z + [[ 15 -ge 70 ]] 2025-01-24T09:12:27.6141685Z Post job cleanup. 2025-01-24T09:12:27.6186372Z Post job cleanup. 2025-01-24T09:12:27.7508224Z Post job cleanup. 2025-01-24T09:12:27.7917337Z Logging out of registry 308535385114.dkr.ecr.us-east-1.amazonaws.com 2025-01-24T09:12:27.8289312Z Post job cleanup. 2025-01-24T09:12:27.9609796Z Post job cleanup. 2025-01-24T09:12:27.9649352Z Post job cleanup. 2025-01-24T09:12:28.0677508Z [command]/usr/bin/git version 2025-01-24T09:12:28.0720903Z git version 2.34.1 2025-01-24T09:12:28.0763503Z Temporarily overriding HOME='/var/home/pytorchci/actions-runner/_work/_temp/3adf7aad-9944-4b29-96db-4be92508a703' before making global git config changes 2025-01-24T09:12:28.0764400Z Adding repository directory to the temporary git global config as a safe directory 2025-01-24T09:12:28.0768522Z [command]/usr/bin/git config --global --add safe.directory /var/home/pytorchci/actions-runner/_work/pytorch/pytorch 2025-01-24T09:12:28.0824272Z [command]/usr/bin/git config --local --name-only --get-regexp core\.sshCommand 2025-01-24T09:12:28.0863516Z [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-01-24T09:12:28.1250965Z Entering 'android/libs/fbjni' 2025-01-24T09:12:28.1340342Z Entering 'third_party/FP16' 2025-01-24T09:12:28.1414798Z Entering 'third_party/FXdiv' 2025-01-24T09:12:28.1487063Z Entering 'third_party/NNPACK' 2025-01-24T09:12:28.1564911Z Entering 'third_party/NVTX' 2025-01-24T09:12:28.1639291Z Entering 'third_party/VulkanMemoryAllocator' 2025-01-24T09:12:28.1717543Z Entering 'third_party/XNNPACK' 2025-01-24T09:12:28.1809028Z Entering 'third_party/benchmark' 2025-01-24T09:12:28.1884078Z Entering 'third_party/composable_kernel' 2025-01-24T09:12:28.1965502Z Entering 'third_party/cpp-httplib' 2025-01-24T09:12:28.2038941Z Entering 'third_party/cpuinfo' 2025-01-24T09:12:28.2109718Z Entering 'third_party/cudnn_frontend' 2025-01-24T09:12:28.2186916Z Entering 'third_party/cutlass' 2025-01-24T09:12:28.2275249Z Entering 'third_party/eigen' 2025-01-24T09:12:28.2352788Z Entering 'third_party/fbgemm' 2025-01-24T09:12:28.2427173Z Entering 'third_party/fbgemm/third_party/asmjit' 2025-01-24T09:12:28.2487476Z Entering 'third_party/fbgemm/third_party/cpuinfo' 2025-01-24T09:12:28.2556065Z Entering 'third_party/fbgemm/third_party/cutlass' 2025-01-24T09:12:28.2631839Z Entering 'third_party/fbgemm/third_party/googletest' 2025-01-24T09:12:28.2703859Z Entering 'third_party/fbgemm/third_party/hipify_torch' 2025-01-24T09:12:28.2769982Z Entering 'third_party/flatbuffers' 2025-01-24T09:12:28.2848232Z Entering 'third_party/fmt' 2025-01-24T09:12:28.2913680Z Entering 'third_party/gemmlowp/gemmlowp' 2025-01-24T09:12:28.2988312Z Entering 'third_party/gloo' 2025-01-24T09:12:28.3062392Z Entering 'third_party/googletest' 2025-01-24T09:12:28.3131486Z Entering 'third_party/ideep' 2025-01-24T09:12:28.3201720Z Entering 'third_party/ideep/mkl-dnn' 2025-01-24T09:12:28.3294051Z Entering 'third_party/ittapi' 2025-01-24T09:12:28.3364141Z Entering 'third_party/kineto' 2025-01-24T09:12:28.3436002Z Entering 'third_party/kineto/libkineto/third_party/dynolog' 2025-01-24T09:12:28.3509824Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/DCGM' 2025-01-24T09:12:28.3580823Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/cpr' 2025-01-24T09:12:28.3656969Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/fmt' 2025-01-24T09:12:28.3718397Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/gflags' 2025-01-24T09:12:28.3778811Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/gflags/doc' 2025-01-24T09:12:28.3850990Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/glog' 2025-01-24T09:12:28.3912695Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/googletest' 2025-01-24T09:12:28.3980134Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/json' 2025-01-24T09:12:28.4040685Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/pfs' 2025-01-24T09:12:28.4116891Z Entering 'third_party/kineto/libkineto/third_party/fmt' 2025-01-24T09:12:28.4180901Z Entering 'third_party/kineto/libkineto/third_party/googletest' 2025-01-24T09:12:28.4253110Z Entering 'third_party/kleidiai' 2025-01-24T09:12:28.4322162Z Entering 'third_party/mimalloc' 2025-01-24T09:12:28.4395438Z Entering 'third_party/nccl/nccl' 2025-01-24T09:12:28.4463435Z Entering 'third_party/nlohmann' 2025-01-24T09:12:28.4541561Z Entering 'third_party/onnx' 2025-01-24T09:12:28.4636058Z Entering 'third_party/onnx/third_party/pybind11' 2025-01-24T09:12:28.4710841Z Entering 'third_party/opentelemetry-cpp' 2025-01-24T09:12:28.4783890Z Entering 'third_party/opentelemetry-cpp/third_party/benchmark' 2025-01-24T09:12:28.4859577Z Entering 'third_party/opentelemetry-cpp/third_party/googletest' 2025-01-24T09:12:28.4927675Z Entering 'third_party/opentelemetry-cpp/third_party/ms-gsl' 2025-01-24T09:12:28.4994085Z Entering 'third_party/opentelemetry-cpp/third_party/nlohmann-json' 2025-01-24T09:12:28.5059539Z Entering 'third_party/opentelemetry-cpp/third_party/opentelemetry-proto' 2025-01-24T09:12:28.5123160Z Entering 'third_party/opentelemetry-cpp/third_party/opentracing-cpp' 2025-01-24T09:12:28.5199359Z Entering 'third_party/opentelemetry-cpp/third_party/prometheus-cpp' 2025-01-24T09:12:28.5269776Z Entering 'third_party/opentelemetry-cpp/third_party/prometheus-cpp/3rdparty/civetweb' 2025-01-24T09:12:28.5354843Z Entering 'third_party/opentelemetry-cpp/third_party/prometheus-cpp/3rdparty/googletest' 2025-01-24T09:12:28.5437986Z Entering 'third_party/opentelemetry-cpp/tools/vcpkg' 2025-01-24T09:12:28.5535600Z Entering 'third_party/pocketfft' 2025-01-24T09:12:28.5605383Z Entering 'third_party/protobuf' 2025-01-24T09:12:28.5679577Z Entering 'third_party/protobuf/third_party/benchmark' 2025-01-24T09:12:28.5756975Z Entering 'third_party/protobuf/third_party/googletest' 2025-01-24T09:12:28.5830509Z Entering 'third_party/psimd' 2025-01-24T09:12:28.5904839Z Entering 'third_party/pthreadpool' 2025-01-24T09:12:28.5983010Z Entering 'third_party/pybind11' 2025-01-24T09:12:28.6062442Z Entering 'third_party/python-peachpy' 2025-01-24T09:12:28.6131493Z Entering 'third_party/sleef' 2025-01-24T09:12:28.6204223Z Entering 'third_party/tensorpipe' 2025-01-24T09:12:28.6276685Z Entering 'third_party/tensorpipe/third_party/googletest' 2025-01-24T09:12:28.6345743Z Entering 'third_party/tensorpipe/third_party/libnop' 2025-01-24T09:12:28.6421192Z Entering 'third_party/tensorpipe/third_party/libuv' 2025-01-24T09:12:28.6486073Z Entering 'third_party/tensorpipe/third_party/pybind11' 2025-01-24T09:12:28.6550485Z Entering 'third_party/tensorpipe/third_party/pybind11/tools/clang' 2025-01-24T09:12:28.6653250Z [command]/usr/bin/git config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader 2025-01-24T09:12:28.6681182Z http.https://github.com/.extraheader 2025-01-24T09:12:28.6692250Z [command]/usr/bin/git config --local --unset-all http.https://github.com/.extraheader 2025-01-24T09:12:28.6732277Z [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-01-24T09:12:28.7104178Z Entering 'android/libs/fbjni' 2025-01-24T09:12:28.7140462Z http.https://github.com/.extraheader 2025-01-24T09:12:28.7190339Z Entering 'third_party/FP16' 2025-01-24T09:12:28.7231787Z http.https://github.com/.extraheader 2025-01-24T09:12:28.7283447Z Entering 'third_party/FXdiv' 2025-01-24T09:12:28.7317599Z http.https://github.com/.extraheader 2025-01-24T09:12:28.7374127Z Entering 'third_party/NNPACK' 2025-01-24T09:12:28.7417683Z http.https://github.com/.extraheader 2025-01-24T09:12:28.7467497Z Entering 'third_party/NVTX' 2025-01-24T09:12:28.7509273Z http.https://github.com/.extraheader 2025-01-24T09:12:28.7567974Z Entering 'third_party/VulkanMemoryAllocator' 2025-01-24T09:12:28.7609930Z http.https://github.com/.extraheader 2025-01-24T09:12:28.7664200Z Entering 'third_party/XNNPACK' 2025-01-24T09:12:28.7702037Z http.https://github.com/.extraheader 2025-01-24T09:12:28.7772938Z Entering 'third_party/benchmark' 2025-01-24T09:12:28.7810619Z http.https://github.com/.extraheader 2025-01-24T09:12:28.7868248Z Entering 'third_party/composable_kernel' 2025-01-24T09:12:28.7911561Z http.https://github.com/.extraheader 2025-01-24T09:12:28.7972991Z Entering 'third_party/cpp-httplib' 2025-01-24T09:12:28.8012667Z http.https://github.com/.extraheader 2025-01-24T09:12:28.8067385Z Entering 'third_party/cpuinfo' 2025-01-24T09:12:28.8111816Z http.https://github.com/.extraheader 2025-01-24T09:12:28.8164851Z Entering 'third_party/cudnn_frontend' 2025-01-24T09:12:28.8201066Z http.https://github.com/.extraheader 2025-01-24T09:12:28.8257194Z Entering 'third_party/cutlass' 2025-01-24T09:12:28.8294702Z http.https://github.com/.extraheader 2025-01-24T09:12:28.8361031Z Entering 'third_party/eigen' 2025-01-24T09:12:28.8400406Z http.https://github.com/.extraheader 2025-01-24T09:12:28.8458688Z Entering 'third_party/fbgemm' 2025-01-24T09:12:28.8500787Z http.https://github.com/.extraheader 2025-01-24T09:12:28.8548795Z Entering 'third_party/fbgemm/third_party/asmjit' 2025-01-24T09:12:28.8590792Z http.https://github.com/.extraheader 2025-01-24T09:12:28.8643382Z Entering 'third_party/fbgemm/third_party/cpuinfo' 2025-01-24T09:12:28.8680249Z http.https://github.com/.extraheader 2025-01-24T09:12:28.8729514Z Entering 'third_party/fbgemm/third_party/cutlass' 2025-01-24T09:12:28.8762767Z http.https://github.com/.extraheader 2025-01-24T09:12:28.8823146Z Entering 'third_party/fbgemm/third_party/googletest' 2025-01-24T09:12:28.8859549Z http.https://github.com/.extraheader 2025-01-24T09:12:28.8911220Z Entering 'third_party/fbgemm/third_party/hipify_torch' 2025-01-24T09:12:28.8947340Z http.https://github.com/.extraheader 2025-01-24T09:12:28.8997927Z Entering 'third_party/flatbuffers' 2025-01-24T09:12:28.9036808Z http.https://github.com/.extraheader 2025-01-24T09:12:28.9091823Z Entering 'third_party/fmt' 2025-01-24T09:12:28.9132634Z http.https://github.com/.extraheader 2025-01-24T09:12:28.9186608Z Entering 'third_party/gemmlowp/gemmlowp' 2025-01-24T09:12:28.9227539Z http.https://github.com/.extraheader 2025-01-24T09:12:28.9277963Z Entering 'third_party/gloo' 2025-01-24T09:12:28.9309932Z http.https://github.com/.extraheader 2025-01-24T09:12:28.9367290Z Entering 'third_party/googletest' 2025-01-24T09:12:28.9405705Z http.https://github.com/.extraheader 2025-01-24T09:12:28.9461226Z Entering 'third_party/ideep' 2025-01-24T09:12:28.9504506Z http.https://github.com/.extraheader 2025-01-24T09:12:28.9555878Z Entering 'third_party/ideep/mkl-dnn' 2025-01-24T09:12:28.9592781Z http.https://github.com/.extraheader 2025-01-24T09:12:28.9654196Z Entering 'third_party/ittapi' 2025-01-24T09:12:28.9695153Z http.https://github.com/.extraheader 2025-01-24T09:12:28.9744397Z Entering 'third_party/kineto' 2025-01-24T09:12:28.9781713Z http.https://github.com/.extraheader 2025-01-24T09:12:28.9836038Z Entering 'third_party/kineto/libkineto/third_party/dynolog' 2025-01-24T09:12:28.9871834Z http.https://github.com/.extraheader 2025-01-24T09:12:28.9921367Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/DCGM' 2025-01-24T09:12:28.9957607Z http.https://github.com/.extraheader 2025-01-24T09:12:29.0012554Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/cpr' 2025-01-24T09:12:29.0047860Z http.https://github.com/.extraheader 2025-01-24T09:12:29.0098646Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/fmt' 2025-01-24T09:12:29.0134619Z http.https://github.com/.extraheader 2025-01-24T09:12:29.0183712Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/gflags' 2025-01-24T09:12:29.0223521Z http.https://github.com/.extraheader 2025-01-24T09:12:29.0276336Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/gflags/doc' 2025-01-24T09:12:29.0313865Z http.https://github.com/.extraheader 2025-01-24T09:12:29.0368849Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/glog' 2025-01-24T09:12:29.0406391Z http.https://github.com/.extraheader 2025-01-24T09:12:29.0461117Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/googletest' 2025-01-24T09:12:29.0495510Z http.https://github.com/.extraheader 2025-01-24T09:12:29.0545356Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/json' 2025-01-24T09:12:29.0586782Z http.https://github.com/.extraheader 2025-01-24T09:12:29.0640720Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/pfs' 2025-01-24T09:12:29.0676132Z http.https://github.com/.extraheader 2025-01-24T09:12:29.0730375Z Entering 'third_party/kineto/libkineto/third_party/fmt' 2025-01-24T09:12:29.0767037Z http.https://github.com/.extraheader 2025-01-24T09:12:29.0821434Z Entering 'third_party/kineto/libkineto/third_party/googletest' 2025-01-24T09:12:29.0858126Z http.https://github.com/.extraheader 2025-01-24T09:12:29.0916425Z Entering 'third_party/kleidiai' 2025-01-24T09:12:29.0953378Z http.https://github.com/.extraheader 2025-01-24T09:12:29.1002796Z Entering 'third_party/mimalloc' 2025-01-24T09:12:29.1036820Z http.https://github.com/.extraheader 2025-01-24T09:12:29.1087306Z Entering 'third_party/nccl/nccl' 2025-01-24T09:12:29.1126855Z http.https://github.com/.extraheader 2025-01-24T09:12:29.1184550Z Entering 'third_party/nlohmann' 2025-01-24T09:12:29.1225613Z http.https://github.com/.extraheader 2025-01-24T09:12:29.1281033Z Entering 'third_party/onnx' 2025-01-24T09:12:29.1318675Z http.https://github.com/.extraheader 2025-01-24T09:12:29.1387591Z Entering 'third_party/onnx/third_party/pybind11' 2025-01-24T09:12:29.1428826Z http.https://github.com/.extraheader 2025-01-24T09:12:29.1487353Z Entering 'third_party/opentelemetry-cpp' 2025-01-24T09:12:29.1528297Z http.https://github.com/.extraheader 2025-01-24T09:12:29.1581667Z Entering 'third_party/opentelemetry-cpp/third_party/benchmark' 2025-01-24T09:12:29.1616284Z http.https://github.com/.extraheader 2025-01-24T09:12:29.1665556Z Entering 'third_party/opentelemetry-cpp/third_party/googletest' 2025-01-24T09:12:29.1697596Z http.https://github.com/.extraheader 2025-01-24T09:12:29.1744872Z Entering 'third_party/opentelemetry-cpp/third_party/ms-gsl' 2025-01-24T09:12:29.1779443Z http.https://github.com/.extraheader 2025-01-24T09:12:29.1831971Z Entering 'third_party/opentelemetry-cpp/third_party/nlohmann-json' 2025-01-24T09:12:29.1868849Z http.https://github.com/.extraheader 2025-01-24T09:12:29.1920467Z Entering 'third_party/opentelemetry-cpp/third_party/opentelemetry-proto' 2025-01-24T09:12:29.1956863Z http.https://github.com/.extraheader 2025-01-24T09:12:29.2004421Z Entering 'third_party/opentelemetry-cpp/third_party/opentracing-cpp' 2025-01-24T09:12:29.2039102Z http.https://github.com/.extraheader 2025-01-24T09:12:29.2092724Z Entering 'third_party/opentelemetry-cpp/third_party/prometheus-cpp' 2025-01-24T09:12:29.2128885Z http.https://github.com/.extraheader 2025-01-24T09:12:29.2182531Z Entering 'third_party/opentelemetry-cpp/third_party/prometheus-cpp/3rdparty/civetweb' 2025-01-24T09:12:29.2219919Z http.https://github.com/.extraheader 2025-01-24T09:12:29.2276702Z Entering 'third_party/opentelemetry-cpp/third_party/prometheus-cpp/3rdparty/googletest' 2025-01-24T09:12:29.2313863Z http.https://github.com/.extraheader 2025-01-24T09:12:29.2368037Z Entering 'third_party/opentelemetry-cpp/tools/vcpkg' 2025-01-24T09:12:29.2407545Z http.https://github.com/.extraheader 2025-01-24T09:12:29.2490464Z Entering 'third_party/pocketfft' 2025-01-24T09:12:29.2531158Z http.https://github.com/.extraheader 2025-01-24T09:12:29.2586822Z Entering 'third_party/protobuf' 2025-01-24T09:12:29.2622667Z http.https://github.com/.extraheader 2025-01-24T09:12:29.2678256Z Entering 'third_party/protobuf/third_party/benchmark' 2025-01-24T09:12:29.2716774Z http.https://github.com/.extraheader 2025-01-24T09:12:29.2766480Z Entering 'third_party/protobuf/third_party/googletest' 2025-01-24T09:12:29.2798904Z http.https://github.com/.extraheader 2025-01-24T09:12:29.2852810Z Entering 'third_party/psimd' 2025-01-24T09:12:29.2892436Z http.https://github.com/.extraheader 2025-01-24T09:12:29.2947864Z Entering 'third_party/pthreadpool' 2025-01-24T09:12:29.2991319Z http.https://github.com/.extraheader 2025-01-24T09:12:29.3044020Z Entering 'third_party/pybind11' 2025-01-24T09:12:29.3080006Z http.https://github.com/.extraheader 2025-01-24T09:12:29.3135230Z Entering 'third_party/python-peachpy' 2025-01-24T09:12:29.3179347Z http.https://github.com/.extraheader 2025-01-24T09:12:29.3230492Z Entering 'third_party/sleef' 2025-01-24T09:12:29.3272620Z http.https://github.com/.extraheader 2025-01-24T09:12:29.3325654Z Entering 'third_party/tensorpipe' 2025-01-24T09:12:29.3361260Z http.https://github.com/.extraheader 2025-01-24T09:12:29.3414381Z Entering 'third_party/tensorpipe/third_party/googletest' 2025-01-24T09:12:29.3451680Z http.https://github.com/.extraheader 2025-01-24T09:12:29.3506567Z Entering 'third_party/tensorpipe/third_party/libnop' 2025-01-24T09:12:29.3540914Z http.https://github.com/.extraheader 2025-01-24T09:12:29.3586690Z Entering 'third_party/tensorpipe/third_party/libuv' 2025-01-24T09:12:29.3621164Z http.https://github.com/.extraheader 2025-01-24T09:12:29.3669081Z Entering 'third_party/tensorpipe/third_party/pybind11' 2025-01-24T09:12:29.3711152Z http.https://github.com/.extraheader 2025-01-24T09:12:29.3761223Z Entering 'third_party/tensorpipe/third_party/pybind11/tools/clang' 2025-01-24T09:12:29.3799910Z http.https://github.com/.extraheader 2025-01-24T09:12:29.4050782Z Cleaning up orphan processes